From d409867d842b3a08a227e620b9263ccc45cb580f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: May 25 2013 18:22:08 +0000 Subject: - don't conflict with ht package - ht binary is now called t4ht (#959696) - require coreutils (#928566) - update build scripts - update symlink references tetex -> texlive - handle texmf -> texmf-dist upstream move - do proper obsoletion again --- diff --git a/b_one_srpm b/b_one_srpm index 8d25b90..dc504da 100755 --- a/b_one_srpm +++ b/b_one_srpm @@ -9,6 +9,15 @@ gcc tl2rpm.c -o tl2rpm -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fst rm -f _mkdirs.spec _unpack.spec _sources.spec _remove.spec _packages.spec _font.spec _files.spec _dirs.spec touch _mkdirs.spec ./tl2rpm +if [ -d 2011 ]; then + grep ^name texlive.tlpdb | grep -v i386 | sed -s s/name\ // | sort > /tmp/tl2012 + grep ^name 2011/texlive.tlpdb | grep -v i386 | sed -s s/name\ // | sort > /tmp/tl2011 + diff /tmp/tl2011 /tmp/tl2012 | grep '<' | sed -s 's/^< /Obsoletes: texlive-/' | sed -s 's/$/ < %{tl_version}/' > _obsoletes.spec + diff /tmp/tl2011 /tmp/tl2012 | grep '<' | sed -s 's/^< /Obsoletes: texlive-/' | sed -s 's/$/-doc < %{tl_version}/' >> _obsoletes.spec + diff /tmp/tl2011 /tmp/tl2012 | grep '<' | sed -s 's/^< /Obsoletes: texlive-/' | sed -s 's/$/-fedora-fonts < %{tl_version}/' >> _obsoletes.spec + diff /tmp/tl2011 /tmp/tl2012 | grep '<' | sed -s 's/^< /Obsoletes: texlive-/' | sed -s 's/$/-bin < %{tl_version}/' >> _obsoletes.spec + rm -f /tmp/tl2011 /tmp/tl2012 +fi mv _mkdirs.spec _mkdirs.spec.tmp sort _mkdirs.spec.tmp > _mkdirs.spec rm -f _mkdirs.spec.tmp @@ -24,15 +33,17 @@ while read LINE; do else echo "$LINE" fi -done < _main_one_srpm.spec > texlive.spec +done < texlive.spec.template > texlive.spec #exit 0 -rm -f ../RPMS/noarch/texlive* -rm -f ../RPMS/x86_64/texlive* +RPMBUILDDIR=`rpm --eval "%_topdir"` +rm -f $RPMBUILDDIR/RPMS/noarch/texlive* +rm -f $RPMBUILDDIR/RPMS/x86_64/texlive* for i in `ls texlive/archive`; do - rm -f ~/rpm/SOURCES/$i + rm -f $RPMBUILDDIR/SOURCES/$i done +ACTDIR=`pwd` for i in `ls texlive/archive`; do - ln -s ~/source/tl/texlive/archive/$i ~/rpm/SOURCES/$i + ln -s $ACTDIR/texlive/archive/$i $RPMBUILDDIR/SOURCES/$i done LANG=C time rpmbuild -bb texlive.spec > buildlog-srpm 2>&1 [ "$?" != "0" ] && exit 1 diff --git a/co_archive b/co_archive index 1408376..f2f340b 100755 --- a/co_archive +++ b/co_archive @@ -12,13 +12,11 @@ echo "Syncing with remote server..." [ -e texlive/archive/lineara.source.tar.xz ] && mv texlive/archive/lineara.source.tar.xz texlive/archive/linearA.source.tar.xz [ -e texlive/archive/musixtex-fnts.tar.xz ] && mv texlive/archive/musixtex-fnts.tar.xz texlive/archive/musixtex-fonts.tar.xz [ -e texlive/archive/musixtex-fnts.doc.tar.xz ] && mv texlive/archive/musixtex-fnts.doc.tar.xz texlive/archive/musixtex-fonts.doc.tar.xz -[ -e texlive/archive/tlwg.tar.xz ] && mv texlive/archive/tlwg.tar.xz texlive/archive/fonts-tlwg.tar.xz -[ -e texlive/archive/tlwg.doc.tar.xz ] && mv texlive/archive/tlwg.doc.tar.xz texlive/archive/fonts-tlwg.doc.tar.xz -[ -e texlive/archive/tlwg.source.tar.xz ] && mv texlive/archive/tlwg.source.tar.xz texlive/archive/fonts-tlwg.source.tar.xz #rsync -av --delete ftp.cstug.cz::pub/tex/local/tlpretest/archive texlive --delete-excluded \ #rsync -av --delete rsync://ftp.ctex.org/mirrors/texlive/tlpretest/ texlive --delete-excluded \ #rsync -av --delete rsync://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/ texlive --delete-excluded \ -rsync -av --delete rsync://ftp.fernuni-hagen.de/ctan/systems/texlive/tlnet/archive texlive --delete-excluded \ +#rsync -av --delete rsync://ftp.fernuni-hagen.de/ctan/systems/texlive/tlnet/archive texlive --delete-excluded \ +rsync -av --delete ftp.cstug.cz::pub/tex/local/tlpretest/archive texlive --delete-excluded \ --exclude '*mactex*' \ --exclude '*.win32*' \ --exclude '*.i386-freebsd*' \ @@ -35,6 +33,7 @@ rsync -av --delete rsync://ftp.fernuni-hagen.de/ctan/systems/texlive/tlnet/archi --exclude '*.alpha-*' \ --exclude '*.x86_64-*' \ --exclude '*.universal-darwin*' \ +--exclude '*.armhf-linux*' \ --exclude '*.exe.*' \ --exclude '*.exe' \ --exclude 'install-tl*' \ @@ -54,9 +53,6 @@ EXIT=$? [ -e texlive/archive/linearA.source.tar.xz ] && mv texlive/archive/linearA.source.tar.xz texlive/archive/lineara.source.tar.xz [ -e texlive/archive/musixtex-fonts.tar.xz ] && mv texlive/archive/musixtex-fonts.tar.xz texlive/archive/musixtex-fnts.tar.xz [ -e texlive/archive/musixtex-fonts.doc.tar.xz ] && mv texlive/archive/musixtex-fonts.doc.tar.xz texlive/archive/musixtex-fnts.doc.tar.xz -[ -e texlive/archive/fonts-tlwg.tar.xz ] && mv texlive/archive/fonts-tlwg.tar.xz texlive/archive/tlwg.tar.xz -[ -e texlive/archive/fonts-tlwg.doc.tar.xz ] && mv texlive/archive/fonts-tlwg.doc.tar.xz texlive/archive/tlwg.doc.tar.xz -[ -e texlive/archive/fonts-tlwg.source.tar.xz ] && mv texlive/archive/fonts-tlwg.source.tar.xz texlive/archive/tlwg.source.tar.xz UPDATES=`grep 'tar.xz$' /tmp/rsynclogCTAN` if [ "$UPDATES" == "" ]; then rm -f /tmp/rsynclogCTAN @@ -74,8 +70,10 @@ echo "Creating symlinks..." for i in `ls texlive/archive`; do rm -f ~/rpm/SOURCES/$i done +RPMBUILDDIR=`rpm --eval "%_topdir"` +ACTDIR=`pwd` for i in `ls texlive/archive`; do - ln -s ~/source/tl/texlive/archive/$i ~/rpm/SOURCES/$i + ln -s $ACTDIR/texlive/archive/$i $RPMBUILDDIR/SOURCES/$i done echo "Expanding..." diff --git a/co_source b/co_source index 39eb188..fbc17aa 100755 --- a/co_source +++ b/co_source @@ -61,12 +61,10 @@ source/utils/xz* \ source/extra* #source/utils/asymptote* DATE=`date +%Y%m%d`_r`grep Checked /tmp/rsynclog | cut -d" " -f4 | sed s/.$//` -sed -i s/global\ source_date.*$/global\ source_date\ $DATE/g _main.spec -sed -i s/global\ source_date.*$/global\ source_date\ $DATE/g _main_one_srpm.spec -sed -i s/global\ source_date.*$/global\ source_date\ $DATE/g dist/_main_one_srpm.spec +sed -i s/global\ source_date.*$/global\ source_date\ $DATE/g texlive.spec.template rm -f texlive-*-source.tar.xz echo "Packing..." time tar Oc source | xz -cv -T0 - > texlive-$DATE-source.tar.xz rm -rf source mv source.svn source -mv texlive*-source.tar.xz SOURCES +mv texlive*-source.tar.xz `rpm --eval "%_topdir"`/SOURCES diff --git a/texlive.spec b/texlive.spec index b31351a..e7ad14e 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ -%global source_date 20130427_r30134 +%global source_date 20130523_r30652 %global tl_version 2012 -%global tl_rel 22 +%global tl_rel 23 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -253,5337 +253,5536 @@ Source0296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arabte Source0297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arabxetex.tar.xz Source0298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz Source0299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arabxetex.source.tar.xz -Source0300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.tar.xz -Source0301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.doc.tar.xz -Source0302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.source.tar.xz -Source0303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.tar.xz -Source0304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.doc.tar.xz -Source0305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.source.tar.xz -Source0306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.tar.xz -Source0307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.doc.tar.xz -Source0308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.source.tar.xz -Source0309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.tar.xz -Source0310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.doc.tar.xz -Source0311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.source.tar.xz -Source0312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz -Source0313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arphic.tar.xz -Source0314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arphic.doc.tar.xz -Source0315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arrayjobx.tar.xz -Source0316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz -Source0317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arsclassica.tar.xz -Source0318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz -Source0319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.tar.xz -Source0320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.doc.tar.xz -Source0321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.source.tar.xz -Source0322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.tar.xz -Source0323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.doc.tar.xz -Source0324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.source.tar.xz -Source0325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asaetr.tar.xz -Source0326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asaetr.doc.tar.xz -Source0327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asana-math.tar.xz -Source0328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asana-math.doc.tar.xz -Source0329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascelike.tar.xz -Source0330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascelike.doc.tar.xz -Source0331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii.tar.xz -Source0332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii.doc.tar.xz -Source0333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii.source.tar.xz -Source0334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aspectratio.tar.xz -Source0335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz -Source0336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/assignment.tar.xz -Source0337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/assignment.doc.tar.xz -Source0338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/astro.tar.xz -Source0339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/astro.doc.tar.xz -Source0340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.tar.xz -Source0341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.doc.tar.xz -Source0342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.source.tar.xz -Source0343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.tar.xz -Source0344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.doc.tar.xz -Source0345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.source.tar.xz -Source0346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/augie.tar.xz -Source0347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/augie.doc.tar.xz -Source0348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.tar.xz -Source0349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz -Source0350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.source.tar.xz -Source0351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aurical.tar.xz -Source0352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aurical.doc.tar.xz -Source0353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authoraftertitle.tar.xz -Source0354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz -Source0355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authorindex.tar.xz -Source0356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authorindex.doc.tar.xz -Source0357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autoarea.tar.xz -Source0358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autoarea.doc.tar.xz -Source0359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/automata.tar.xz -Source0360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/automata.doc.tar.xz -Source0361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.tar.xz -Source0362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.doc.tar.xz -Source0363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.source.tar.xz -Source0364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.tar.xz -Source0365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.doc.tar.xz -Source0366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.source.tar.xz -Source0367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz -Source0368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz -Source0369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz -Source0370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/avantgar.tar.xz -Source0371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a0poster.tar.xz -Source0372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a0poster.doc.tar.xz -Source0373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a2ping.tar.xz -Source0374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a2ping.doc.tar.xz -Source0375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a4wide.tar.xz -Source0376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a4wide.doc.tar.xz -Source0377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a5comb.tar.xz -Source0378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a5comb.doc.tar.xz -Source0379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babelbib.tar.xz -Source0380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babelbib.doc.tar.xz -Source0381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.tar.xz -Source0382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.doc.tar.xz -Source0383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.source.tar.xz -Source0384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.tar.xz -Source0385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.doc.tar.xz -Source0386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.source.tar.xz -Source0387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.tar.xz -Source0388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.doc.tar.xz -Source0389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.source.tar.xz -Source0390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bangtex.tar.xz -Source0391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bangtex.doc.tar.xz -Source0392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.tar.xz -Source0393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.doc.tar.xz -Source0394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.source.tar.xz -Source0395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bardiag.tar.xz -Source0396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bardiag.doc.tar.xz -Source0397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barr.tar.xz -Source0398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barr.doc.tar.xz -Source0399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz -Source0400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz -Source0401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bashful.tar.xz -Source0402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bashful.doc.tar.xz -Source0403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.tar.xz -Source0404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.doc.tar.xz -Source0405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.source.tar.xz -Source0406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.tar.xz -Source0407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.doc.tar.xz -Source0408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.source.tar.xz -Source0409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.tar.xz -Source0410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.doc.tar.xz -Source0411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.source.tar.xz -Source0412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbcard.tar.xz -Source0413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbcard.doc.tar.xz -Source0414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.tar.xz -Source0415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.doc.tar.xz -Source0416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.source.tar.xz -Source0417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.tar.xz -Source0418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz -Source0419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz -Source0420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm.tar.xz -Source0421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm.doc.tar.xz -Source0422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.tar.xz -Source0423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.doc.tar.xz -Source0424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.source.tar.xz -Source0425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold-type1.tar.xz -Source0426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz -Source0427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bclogo.tar.xz -Source0428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bclogo.doc.tar.xz -Source0429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beameraudience.tar.xz -Source0430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz -Source0431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-FUBerlin.tar.xz -Source0432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz -Source0433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerposter.tar.xz -Source0434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz -Source0435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.tar.xz -Source0436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz -Source0437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz -Source0438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz -Source0439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz -Source0440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz -Source0441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer.tar.xz -Source0442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer.doc.tar.xz -Source0443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.tar.xz -Source0444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.doc.tar.xz -Source0445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.source.tar.xz -Source0446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.tar.xz -Source0447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz -Source0448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.source.tar.xz -Source0449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.tar.xz -Source0450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.doc.tar.xz -Source0451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.source.tar.xz -Source0452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz -Source0453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer2thesis.tar.xz -Source0454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz -Source0455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beebe.tar.xz -Source0456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/begriff.tar.xz -Source0457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/begriff.doc.tar.xz -Source0458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.tar.xz -Source0459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.doc.tar.xz -Source0460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.source.tar.xz -Source0461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.tar.xz -Source0462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.doc.tar.xz -Source0463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.source.tar.xz -Source0464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bera.tar.xz -Source0465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bera.doc.tar.xz -Source0466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.tar.xz -Source0467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz -Source0468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.source.tar.xz -Source0469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/betababel.tar.xz -Source0470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/betababel.doc.tar.xz -Source0471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.tar.xz -Source0472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.doc.tar.xz -Source0473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.source.tar.xz -Source0474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bezos.tar.xz -Source0475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bezos.doc.tar.xz -Source0476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.tar.xz -Source0477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.doc.tar.xz -Source0478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.source.tar.xz -Source0479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgreek.tar.xz -Source0480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgreek.doc.tar.xz -Source0481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.tar.xz -Source0482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz -Source0483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.source.tar.xz -Source0484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.tar.xz -Source0485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.doc.tar.xz -Source0486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.source.tar.xz -Source0487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.tar.xz -Source0488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz -Source0489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.source.tar.xz -Source0490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bchart.tar.xz -Source0491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bchart.doc.tar.xz -Source0492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.tar.xz -Source0493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.doc.tar.xz -Source0494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.source.tar.xz -Source0495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.tar.xz -Source0496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.doc.tar.xz -Source0497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.source.tar.xz -Source0498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bib-fr.tar.xz -Source0499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz -Source0500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibhtml.tar.xz -Source0501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz -Source0502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-apa.tar.xz -Source0503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz -Source0504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz -Source0505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz -Source0506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz -Source0507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz -Source0508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-dw.tar.xz -Source0509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz -Source0510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz -Source0511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz -Source0512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-gost.tar.xz -Source0513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz -Source0514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-historian.tar.xz -Source0515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz -Source0516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chem.tar.xz -Source0517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz -Source0518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz -Source0519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz -Source0520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz -Source0521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz -Source0522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz -Source0523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz -Source0524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz -Source0525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz -Source0526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-mla.tar.xz -Source0527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz -Source0528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz -Source0529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz -Source0530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nature.tar.xz -Source0531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz -Source0532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz -Source0533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz -Source0534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz -Source0535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz -Source0536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.source.tar.xz -Source0537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-phys.tar.xz -Source0538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz -Source0539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-publist.tar.xz -Source0540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz -Source0541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-science.tar.xz -Source0542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz -Source0543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz -Source0544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz -Source0545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex.tar.xz -Source0546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex.doc.tar.xz -Source0547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-trad.tar.xz -Source0548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz -Source0549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.tar.xz -Source0550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz -Source0551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz -Source0552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-german.tar.xz -Source0553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz -Source0554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.tar.xz -Source0555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz -Source0556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz -Source0557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz -Source0558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz -Source0559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz -Source0560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-parse.tar.xz -Source0561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz -Source0562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.tar.xz -Source0563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.doc.tar.xz -Source0564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.source.tar.xz -Source0565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblist.tar.xz -Source0566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblist.doc.tar.xz -Source0567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex.tar.xz -Source0568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex.doc.tar.xz -Source0569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtexu.tar.xz -Source0570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz -Source0571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex8.tar.xz -Source0572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz -Source0573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz -Source0574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz -Source0575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz -Source0576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.tar.xz -Source0577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz -Source0578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.source.tar.xz -Source0579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.tar.xz -Source0580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.doc.tar.xz -Source0581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.source.tar.xz -Source0582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.tar.xz -Source0583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.doc.tar.xz -Source0584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.source.tar.xz -Source0585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.tar.xz -Source0586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz -Source0587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.source.tar.xz -Source0588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigints.tar.xz -Source0589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigints.doc.tar.xz -Source0590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.tar.xz -Source0591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.doc.tar.xz -Source0592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.source.tar.xz -Source0593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biocon.tar.xz -Source0594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biocon.doc.tar.xz -Source0595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.tar.xz -Source0596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.doc.tar.xz -Source0597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.source.tar.xz -Source0598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.tar.xz -Source0599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.doc.tar.xz -Source0600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.source.tar.xz -Source0601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.tar.xz -Source0602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz -Source0603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz -Source0604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.tar.xz -Source0605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.doc.tar.xz -Source0606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.source.tar.xz -Source0607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blkarray.tar.xz -Source0608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blkarray.doc.tar.xz -Source0609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz -Source0610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz -Source0611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/block.tar.xz -Source0612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/block.doc.tar.xz -Source0613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bloques.tar.xz -Source0614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bloques.doc.tar.xz -Source0615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.tar.xz -Source0616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.doc.tar.xz -Source0617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.source.tar.xz -Source0618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bodegraph.tar.xz -Source0619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz -Source0620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bohr.tar.xz -Source0621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bohr.doc.tar.xz -Source0622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boisik.tar.xz -Source0623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boisik.doc.tar.xz -Source0624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.tar.xz -Source0625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.doc.tar.xz -Source0626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.source.tar.xz -Source0627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bold-extra.tar.xz -Source0628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz -Source0629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boldtensors.tar.xz -Source0630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz -Source0631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bondgraph.tar.xz -Source0632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz -Source0633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookest.tar.xz -Source0634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookest.doc.tar.xz -Source0635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.tar.xz -Source0636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.doc.tar.xz -Source0637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.source.tar.xz -Source0638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.tar.xz -Source0639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.doc.tar.xz -Source0640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.source.tar.xz -Source0641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookman.tar.xz -Source0642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz -Source0643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz -Source0644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.tar.xz -Source0645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.doc.tar.xz -Source0646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.source.tar.xz -Source0647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.tar.xz -Source0648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz -Source0649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.source.tar.xz -Source0650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boondox.tar.xz -Source0651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boondox.doc.tar.xz -Source0652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.tar.xz -Source0653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.doc.tar.xz -Source0654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.source.tar.xz -Source0655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.tar.xz -Source0656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.doc.tar.xz -Source0657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.source.tar.xz -Source0658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxedminipage.tar.xz -Source0659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz -Source0660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.tar.xz -Source0661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz -Source0662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.source.tar.xz -Source0663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.tar.xz -Source0664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.doc.tar.xz -Source0665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.source.tar.xz -Source0666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpolynomial.tar.xz -Source0667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz -Source0668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bracketkey.tar.xz -Source0669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz -Source0670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.tar.xz -Source0671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.doc.tar.xz -Source0672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.source.tar.xz -Source0673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braille.tar.xz -Source0674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braille.doc.tar.xz -Source0675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braket.tar.xz -Source0676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braket.doc.tar.xz -Source0677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.tar.xz -Source0678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.doc.tar.xz -Source0679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.source.tar.xz -Source0680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.tar.xz -Source0681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.doc.tar.xz -Source0682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.source.tar.xz -Source0683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/brushscr.tar.xz -Source0684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/brushscr.doc.tar.xz -Source0685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.tar.xz -Source0686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz -Source0687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.source.tar.xz -Source0688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bundledoc.tar.xz -Source0689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz -Source0690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.tar.xz -Source0691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.doc.tar.xz -Source0692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.source.tar.xz -Source0693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bussproofs.tar.xz -Source0694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz -Source0695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxbase.tar.xz -Source0696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxbase.doc.tar.xz -Source0697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.tar.xz -Source0698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz -Source0699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.source.tar.xz -Source0700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxpict2e.tar.xz -Source0701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxpict2e.doc.tar.xz -Source0702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.tar.xz -Source0703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.doc.tar.xz -Source0704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.source.tar.xz -Source0705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.tar.xz -Source0706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz -Source0707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.source.tar.xz -Source0708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cabin.tar.xz -Source0709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cabin.doc.tar.xz -Source0710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cachepic.tar.xz -Source0711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cachepic.doc.tar.xz -Source0712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.tar.xz -Source0713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.doc.tar.xz -Source0714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.source.tar.xz -Source0715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calctab.tar.xz -Source0716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calctab.doc.tar.xz -Source0717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.tar.xz -Source0718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.doc.tar.xz -Source0719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.source.tar.xz -Source0720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra.tar.xz -Source0721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra.doc.tar.xz -Source0722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra-type1.tar.xz -Source0723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz -Source0724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calrsfs.tar.xz -Source0725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz -Source0726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.tar.xz -Source0727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.doc.tar.xz -Source0728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.source.tar.xz -Source0729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz -Source0730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz -Source0731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cancel.tar.xz -Source0732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cancel.doc.tar.xz -Source0733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.tar.xz -Source0734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz -Source0735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz -Source0736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.tar.xz -Source0737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.doc.tar.xz -Source0738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.source.tar.xz -Source0739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.tar.xz -Source0740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.doc.tar.xz -Source0741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.source.tar.xz -Source0742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captdef.tar.xz -Source0743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captdef.doc.tar.xz -Source0744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.tar.xz -Source0745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.doc.tar.xz -Source0746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.source.tar.xz -Source0747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.tar.xz -Source0748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.doc.tar.xz -Source0749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.source.tar.xz -Source0750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.tar.xz -Source0751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.doc.tar.xz -Source0752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.source.tar.xz -Source0753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carolmin-ps.tar.xz -Source0754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz -Source0755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cascadilla.tar.xz -Source0756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz -Source0757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cases.tar.xz -Source0758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cases.doc.tar.xz -Source0759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/casyl.tar.xz -Source0760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/casyl.doc.tar.xz -Source0761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.tar.xz -Source0762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.doc.tar.xz -Source0763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.source.tar.xz -Source0764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.tar.xz -Source0765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.doc.tar.xz -Source0766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.source.tar.xz -Source0767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz -Source0768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz -Source0769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz -Source0770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catoptions.tar.xz -Source0771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catoptions.doc.tar.xz -Source0772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbcoptic.tar.xz -Source0773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz -Source0774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbfonts.tar.xz -Source0775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz -Source0776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.tar.xz -Source0777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.doc.tar.xz -Source0778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.source.tar.xz -Source0779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.tar.xz -Source0780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz -Source0781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.source.tar.xz -Source0782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.tar.xz -Source0783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.doc.tar.xz -Source0784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.source.tar.xz -Source0785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.tar.xz -Source0786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz -Source0787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.source.tar.xz -Source0788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cc-pl.tar.xz -Source0789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz -Source0790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.tar.xz -Source0791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz -Source0792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.source.tar.xz -Source0793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.tar.xz -Source0794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz -Source0795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz -Source0796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.tar.xz -Source0797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.doc.tar.xz -Source0798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.source.tar.xz -Source0799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cellspace.tar.xz -Source0800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cellspace.doc.tar.xz -Source0801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cell.tar.xz -Source0802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cell.doc.tar.xz -Source0803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/censor.tar.xz -Source0804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/censor.doc.tar.xz -Source0805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.tar.xz -Source0806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz -Source0807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz -Source0808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.tar.xz -Source0809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.doc.tar.xz -Source0810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.source.tar.xz -Source0811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circuitikz.tar.xz -Source0812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz -Source0813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cite.tar.xz -Source0814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cite.doc.tar.xz -Source0815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjhebrew.tar.xz -Source0816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz -Source0817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk-ko.tar.xz -Source0818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz -Source0819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.tar.xz -Source0820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz -Source0821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz -Source0822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.tar.xz -Source0823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.doc.tar.xz -Source0824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.source.tar.xz -Source0825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cns.tar.xz -Source0826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cns.doc.tar.xz -Source0827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garuda-c90.tar.xz -Source0828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz -Source0829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/norasi-c90.tar.xz -Source0830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz -Source0831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thailatex.tar.xz -Source0832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thailatex.doc.tar.xz -Source0833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thailatex.source.tar.xz -Source0834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uhc.tar.xz -Source0835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uhc.doc.tar.xz -Source0836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wadalab.tar.xz -Source0837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wadalab.doc.tar.xz -Source0838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkutils.tar.xz -Source0839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz -Source0840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classics.tar.xz -Source0841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classics.doc.tar.xz -Source0842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classicthesis.tar.xz -Source0843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz -Source0844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.tar.xz -Source0845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.doc.tar.xz -Source0846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.source.tar.xz -Source0847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.tar.xz -Source0848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.doc.tar.xz -Source0849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.source.tar.xz -Source0850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clipboard.tar.xz -Source0851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clipboard.doc.tar.xz -Source0852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clock.tar.xz -Source0853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clock.doc.tar.xz -Source0854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clrscode.tar.xz -Source0855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clrscode.doc.tar.xz -Source0856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmap.tar.xz -Source0857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmap.doc.tar.xz -Source0858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmarrows.tar.xz -Source0859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz -Source0860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.tar.xz -Source0861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.doc.tar.xz -Source0862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.source.tar.xz -Source0863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmcyr.tar.xz -Source0864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz -Source0865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmdstring.tar.xz -Source0866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz -Source0867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmextra.tar.xz -Source0868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-lgc.tar.xz -Source0869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz -Source0870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.tar.xz -Source0871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.doc.tar.xz -Source0872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.source.tar.xz -Source0873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpica.tar.xz -Source0874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpica.doc.tar.xz -Source0875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpj.tar.xz -Source0876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpj.doc.tar.xz -Source0877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmsd.tar.xz -Source0878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmsd.doc.tar.xz -Source0879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-super.tar.xz -Source0880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-super.doc.tar.xz -Source0881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmtiup.tar.xz -Source0882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz -Source0883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm.tar.xz -Source0884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm.doc.tar.xz -Source0885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-unicode.tar.xz -Source0886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz -Source0887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codedoc.tar.xz -Source0888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codedoc.doc.tar.xz -Source0889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.tar.xz -Source0890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.doc.tar.xz -Source0891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.source.tar.xz -Source0892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz -Source0893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz -Source0894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz -Source0895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.tar.xz -Source0896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.doc.tar.xz -Source0897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.source.tar.xz -Source0898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.tar.xz -Source0899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.doc.tar.xz -Source0900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.source.tar.xz -Source0901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz -Source0902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz -Source0903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfm.tar.xz -Source0904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfm.doc.tar.xz -Source0905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.tar.xz -Source0906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz -Source0907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glyphlist.tar.xz -Source0908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx-def.tar.xz -Source0909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.tar.xz -Source0910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.doc.tar.xz -Source0911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enctex.tar.xz -Source0912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enctex.doc.tar.xz -Source0913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex.tar.xz -Source0914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex.doc.tar.xz -Source0915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex-pkg.tar.xz -Source0916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz -Source0917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.tar.xz -Source0918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz -Source0919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.tar.xz -Source0920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz -Source0921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz -Source0922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-base.tar.xz -Source0923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.tar.xz -Source0924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz -Source0925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.source.tar.xz -Source0926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.tar.xz -Source0927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz -Source0928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.source.tar.xz -Source0929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz -Source0930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz -Source0931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.tar.xz -Source0932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.doc.tar.xz -Source0933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.tar.xz -Source0934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.doc.tar.xz -Source0935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.tar.xz -Source0936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.doc.tar.xz -Source0937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.source.tar.xz -Source0938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.tar.xz -Source0939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.doc.tar.xz -Source0940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/misc.tar.xz -Source0941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.tar.xz -Source0942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.doc.tar.xz -Source0943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.tar.xz -Source0944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.doc.tar.xz -Source0945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz -Source0946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.tar.xz -Source0947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz -Source0948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.tar.xz -Source0949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.doc.tar.xz -Source0950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.tar.xz -Source0951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.doc.tar.xz -Source0952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.tar.xz -Source0953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.doc.tar.xz -Source0954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.source.tar.xz -Source0955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr.tar.xz -Source0956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz -Source0957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.tar.xz -Source0958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.doc.tar.xz -Source0959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.source.tar.xz -Source0960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.tar.xz -Source0961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.doc.tar.xz -Source0962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.source.tar.xz -Source0963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.tar.xz -Source0964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.doc.tar.xz -Source0965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.source.tar.xz -Source0966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.tar.xz -Source0967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.doc.tar.xz -Source0968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.source.tar.xz -Source0969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.tar.xz -Source0970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz -Source0971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxmisc.tar.xz -Source0972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.tar.xz -Source0973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz -Source0974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.source.tar.xz -Source0975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.tar.xz -Source0976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz -Source0977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.tar.xz -Source0978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.doc.tar.xz -Source0979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.source.tar.xz -Source0980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.tar.xz -Source0981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz -Source0982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.source.tar.xz -Source0983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftex-def.tar.xz -Source0984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pslatex.tar.xz -Source0985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pslatex.source.tar.xz -Source0986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.tar.xz -Source0987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.doc.tar.xz -Source0988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.source.tar.xz -Source0989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.tar.xz -Source0990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.doc.tar.xz -Source0991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.source.tar.xz -Source0992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.tar.xz -Source0993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.doc.tar.xz -Source0994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.source.tar.xz -Source0995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chbibref.tar.xz -Source0996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chbibref.doc.tar.xz -Source0997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago.tar.xz -Source0998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago-annote.tar.xz -Source0999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz -Source1000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.tar.xz -Source1001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.doc.tar.xz -Source1002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.source.tar.xz -Source1003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.tar.xz -Source1004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.doc.tar.xz -Source1005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.source.tar.xz -Source1006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.tar.xz -Source1007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.doc.tar.xz -Source1008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.source.tar.xz -Source1009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/compactbib.tar.xz -Source1010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.tar.xz -Source1011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz -Source1012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.source.tar.xz -Source1013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/din1505.tar.xz -Source1014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/din1505.doc.tar.xz -Source1015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.tar.xz -Source1016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz -Source1017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.source.tar.xz -Source1018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.tar.xz -Source1019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz -Source1020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.source.tar.xz -Source1021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbs.tar.xz -Source1022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbib.tar.xz -Source1023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbib.doc.tar.xz -Source1024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.tar.xz -Source1025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.doc.tar.xz -Source1026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.source.tar.xz -Source1027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/francais-bst.tar.xz -Source1028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz -Source1029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz -Source1030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz -Source1031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz -Source1032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.tar.xz -Source1033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.doc.tar.xz -Source1034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.source.tar.xz -Source1035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvmac.tar.xz -Source1036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvmac.doc.tar.xz -Source1037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz -Source1038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz -Source1039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijqc.tar.xz -Source1040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijqc.doc.tar.xz -Source1041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinebib.tar.xz -Source1042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz -Source1043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iopart-num.tar.xz -Source1044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz -Source1045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jneurosci.tar.xz -Source1046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz -Source1047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.tar.xz -Source1048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.doc.tar.xz -Source1049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.source.tar.xz -Source1050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ksfh_nat.tar.xz -Source1051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.tar.xz -Source1052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.doc.tar.xz -Source1053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.source.tar.xz -Source1054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logreq.tar.xz -Source1055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logreq.doc.tar.xz -Source1056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.tar.xz -Source1057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.doc.tar.xz -Source1058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.source.tar.xz -Source1059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.tar.xz -Source1060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.doc.tar.xz -Source1061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.source.tar.xz -Source1062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/munich.tar.xz -Source1063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/munich.doc.tar.xz -Source1064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.tar.xz -Source1065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz -Source1066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.source.tar.xz -Source1067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oscola.tar.xz -Source1068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oscola.doc.tar.xz -Source1069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perception.tar.xz -Source1070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perception.doc.tar.xz -Source1071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pnas2009.tar.xz -Source1072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.tar.xz -Source1073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.doc.tar.xz -Source1074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.source.tar.xz -Source1075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showtags.tar.xz -Source1076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showtags.doc.tar.xz -Source1077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sort-by-letters.tar.xz -Source1078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz -Source1079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.tar.xz -Source1080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.doc.tar.xz -Source1081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.source.tar.xz -Source1082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz -Source1083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz -Source1084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz -Source1085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz -Source1086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.tar.xz -Source1087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.doc.tar.xz -Source1088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.source.tar.xz -Source1089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.tar.xz -Source1090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.doc.tar.xz -Source1091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.source.tar.xz -Source1092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vak.tar.xz -Source1093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vak.doc.tar.xz -Source1094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.tar.xz -Source1095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.doc.tar.xz -Source1096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.source.tar.xz -Source1097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.tar.xz -Source1098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.doc.tar.xz -Source1099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.tar.xz -Source1100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.doc.tar.xz -Source1101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.tar.xz -Source1102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz -Source1103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.tar.xz -Source1104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.doc.tar.xz -Source1105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.tar.xz -Source1106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.doc.tar.xz -Source1107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.tar.xz -Source1108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.doc.tar.xz -Source1109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.tar.xz -Source1110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.doc.tar.xz -Source1111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtl.tar.xz -Source1112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.tar.xz -Source1113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz -Source1114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.tar.xz -Source1115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz -Source1116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviasm.tar.xz -Source1117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.tar.xz -Source1118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.doc.tar.xz -Source1119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvidvi.tar.xz -Source1120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.tar.xz -Source1121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.doc.tar.xz -Source1122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.tar.xz -Source1123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.doc.tar.xz -Source1124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.tar.xz -Source1125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.doc.tar.xz -Source1126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.tar.xz -Source1127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz -Source1128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.tar.xz -Source1129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.doc.tar.xz -Source1130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.tar.xz -Source1131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz -Source1132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenex.tar.xz -Source1133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenex.source.tar.xz -Source1134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/installfont.tar.xz -Source1135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/installfont.doc.tar.xz -Source1136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lacheck.tar.xz -Source1137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.tar.xz -Source1138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.doc.tar.xz -Source1139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.tar.xz -Source1140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz -Source1141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.tar.xz -Source1142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz -Source1143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.tar.xz -Source1144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.doc.tar.xz -Source1145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz -Source1146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz -Source1147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.tar.xz -Source1148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz -Source1149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.source.tar.xz -Source1150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.tar.xz -Source1151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.doc.tar.xz -Source1152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz -Source1153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz -Source1154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz -Source1155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.tar.xz -Source1156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.doc.tar.xz -Source1157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.tar.xz -Source1158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz -Source1159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.tar.xz -Source1160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz -Source1161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.tar.xz -Source1162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.doc.tar.xz -Source1163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.tar.xz -Source1164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz -Source1165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.source.tar.xz -Source1166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.tar.xz -Source1167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.doc.tar.xz -Source1168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.tar.xz -Source1169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz -Source1170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.tar.xz -Source1171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz -Source1172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seetexk.tar.xz -Source1173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.tar.xz -Source1174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz -Source1175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.tar.xz -Source1176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.doc.tar.xz -Source1177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.tar.xz -Source1178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.doc.tar.xz -Source1179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.tar.xz -Source1180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.doc.tar.xz -Source1181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.source.tar.xz -Source1182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdiff.tar.xz -Source1183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdiff.doc.tar.xz -Source1184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.tar.xz -Source1185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz -Source1186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.tar.xz -Source1187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.doc.tar.xz -Source1188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.tar.xz -Source1189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz -Source1190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.tar.xz -Source1191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz -Source1192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.tar.xz -Source1193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.doc.tar.xz -Source1194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.tar.xz -Source1195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.doc.tar.xz -Source1196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz -Source1197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz -Source1198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz -Source1199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz -Source1200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.tar.xz -Source1201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.doc.tar.xz -Source1202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.tar.xz -Source1203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.doc.tar.xz -Source1204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.tar.xz -Source1205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.doc.tar.xz -Source1206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.tar.xz -Source1207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.doc.tar.xz -Source1208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexconfig.tar.xz -Source1209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.tar.xz -Source1210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.doc.tar.xz -Source1211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.source.tar.xz -Source1212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.tar.xz -Source1213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz -Source1214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz -Source1215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmn.tar.xz -Source1216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-account.tar.xz -Source1217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-account.doc.tar.xz -Source1218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-algorithmic.tar.xz -Source1219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-bnf.tar.xz -Source1220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz -Source1221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-chromato.tar.xz -Source1222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz -Source1223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-construction-plan.tar.xz -Source1224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz -Source1225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-degrade.tar.xz -Source1226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz -Source1227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-filter.tar.xz -Source1228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-filter.doc.tar.xz -Source1229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fixme.tar.xz -Source1230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-french.tar.xz -Source1231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-french.doc.tar.xz -Source1232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fullpage.tar.xz -Source1233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz -Source1234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-games.tar.xz -Source1235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-games.doc.tar.xz -Source1236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skaknew.tar.xz -Source1237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skaknew.doc.tar.xz -Source1238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gantt.tar.xz -Source1239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz -Source1240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hatching.tar.xz -Source1241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hatching.doc.tar.xz -Source1242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gnuplot.tar.xz -Source1243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz -Source1244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-letter.tar.xz -Source1245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-letter.doc.tar.xz -Source1246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lettrine.tar.xz -Source1247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz -Source1248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lilypond.tar.xz -Source1249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz -Source1250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-mathsets.tar.xz -Source1251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz -Source1252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz -Source1253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz -Source1254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-rst.tar.xz -Source1255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-rst.doc.tar.xz -Source1256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-ruby.tar.xz -Source1257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz -Source1258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simplefonts.tar.xz -Source1259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz -Source1260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simpleslides.tar.xz -Source1261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz -Source1262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typearea.tar.xz -Source1263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz -Source1264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typescripts.tar.xz -Source1265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz -Source1266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-vim.tar.xz -Source1267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-vim.doc.tar.xz -Source1268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz -Source1269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz -Source1270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz -Source1271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz -Source1272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz -Source1273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz -Source1274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz -Source1275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz -Source1276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz -Source1277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz -Source1278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz -Source1279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz -Source1280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz -Source1281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz -Source1282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentle.doc.tar.xz -Source1283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz -Source1284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/happy4th.doc.tar.xz -Source1285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impatient.doc.tar.xz -Source1286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz -Source1287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuth.doc.tar.xz -Source1288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuth.source.tar.xz -Source1289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz -Source1290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz -Source1291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-course.doc.tar.xz -Source1292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz -Source1293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz -Source1294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz -Source1295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz -Source1296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz -Source1297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz -Source1298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz -Source1299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz -Source1300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz -Source1301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz -Source1302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz -Source1303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz -Source1304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/macros2e.doc.tar.xz -Source1305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/math-e.doc.tar.xz -Source1306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathmode.doc.tar.xz -Source1307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memdesign.doc.tar.xz -Source1308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz -Source1309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz -Source1310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mil3.doc.tar.xz -Source1311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz -Source1312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz -Source1313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz -Source1314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz -Source1315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-examples-en.doc.tar.xz -Source1316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz -Source1317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz -Source1318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz -Source1319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz -Source1320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tds.doc.tar.xz -Source1321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz -Source1322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz -Source1323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz -Source1324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz -Source1325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepages.doc.tar.xz -Source1326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tlc2.doc.tar.xz -Source1327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz -Source1328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/webguide.doc.tar.xz -Source1329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexref.doc.tar.xz -Source1330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz -Source1331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz -Source1332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz -Source1333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz -Source1334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz -Source1335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz -Source1336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz -Source1337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz -Source1338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz -Source1339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz -Source1340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz -Source1341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz -Source1342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fifinddo-info.source.tar.xz -Source1343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz -Source1344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz -Source1345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz -Source1346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz -Source1347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz -Source1348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz -Source1349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/presentations.doc.tar.xz -Source1350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-examples.doc.tar.xz -Source1351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz -Source1352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz -Source1353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz -Source1354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz -Source1355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz -Source1356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz -Source1357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz -Source1358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz -Source1359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz -Source1360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz -Source1361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz -Source1362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/voss-de.doc.tar.xz -Source1363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz -Source1364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz -Source1365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz -Source1366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz -Source1367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz -Source1368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz -Source1369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz -Source1370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz -Source1371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz -Source1372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz -Source1373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz -Source1374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz -Source1375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz -Source1376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz -Source1377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz -Source1378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz -Source1379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz -Source1380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz -Source1381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz -Source1382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz -Source1383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz -Source1384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz -Source1385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz -Source1386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz -Source1387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz -Source1388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz -Source1389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz -Source1390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz -Source1391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz -Source1392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz -Source1393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz -Source1394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz -Source1395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz -Source1396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz -Source1397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz -Source1398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz -Source1399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.tar.xz -Source1400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz -Source1401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.source.tar.xz -Source1402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath-fonts.tar.xz -Source1403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz -Source1404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.tar.xz -Source1405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz -Source1406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz -Source1407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/countriesofeurope.tar.xz -Source1408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz -Source1409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier-scaled.tar.xz -Source1410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz -Source1411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cryst.tar.xz -Source1412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cryst.doc.tar.xz -Source1413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyklop.tar.xz -Source1414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyklop.doc.tar.xz -Source1415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dancers.tar.xz -Source1416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dejavu.tar.xz -Source1417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dejavu.doc.tar.xz -Source1418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dice.tar.xz -Source1419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dice.doc.tar.xz -Source1420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dictsym.tar.xz -Source1421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dictsym.doc.tar.xz -Source1422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.tar.xz -Source1423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.doc.tar.xz -Source1424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.source.tar.xz -Source1425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doublestroke.tar.xz -Source1426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz -Source1427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.tar.xz -Source1428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.doc.tar.xz -Source1429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.source.tar.xz -Source1430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.tar.xz -Source1431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.doc.tar.xz -Source1432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.source.tar.xz -Source1433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer.tar.xz -Source1434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer.doc.tar.xz -Source1435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer-latex.tar.xz -Source1436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz -Source1437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dutchcal.tar.xz -Source1438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz -Source1439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean.tar.xz -Source1440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean.doc.tar.xz -Source1441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebgaramond.tar.xz -Source1442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz -Source1443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecc.tar.xz -Source1444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecc.doc.tar.xz -Source1445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.tar.xz -Source1446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.doc.tar.xz -Source1447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.source.tar.xz -Source1448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.tar.xz -Source1449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz -Source1450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz -Source1451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.tar.xz -Source1452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.doc.tar.xz -Source1453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.source.tar.xz -Source1454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elvish.tar.xz -Source1455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elvish.doc.tar.xz -Source1456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigrafica.tar.xz -Source1457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz -Source1458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.tar.xz -Source1459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.doc.tar.xz -Source1460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.source.tar.xz -Source1461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esstix.tar.xz -Source1462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esstix.doc.tar.xz -Source1463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.tar.xz -Source1464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.doc.tar.xz -Source1465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.source.tar.xz -Source1466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.tar.xz -Source1467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.doc.tar.xz -Source1468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.source.tar.xz -Source1469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euxm.tar.xz -Source1470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.tar.xz -Source1471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz -Source1472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz -Source1473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.tar.xz -Source1474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.doc.tar.xz -Source1475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.source.tar.xz -Source1476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.tar.xz -Source1477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.doc.tar.xz -Source1478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.source.tar.xz -Source1479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foekfont.tar.xz -Source1480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foekfont.doc.tar.xz -Source1481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonetika.tar.xz -Source1482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonetika.doc.tar.xz -Source1483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontawesome.tar.xz -Source1484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz -Source1485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.tar.xz -Source1486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.doc.tar.xz -Source1487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.source.tar.xz -Source1488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouriernc.tar.xz -Source1489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz -Source1490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frcursive.tar.xz -Source1491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frcursive.doc.tar.xz -Source1492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genealogy.tar.xz -Source1493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genealogy.doc.tar.xz -Source1494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.tar.xz -Source1495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.doc.tar.xz -Source1496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.source.tar.xz -Source1497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsartemisia.tar.xz -Source1498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz -Source1499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbodoni.tar.xz -Source1500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz -Source1501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfscomplutum.tar.xz -Source1502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz -Source1503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsdidot.tar.xz -Source1504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz -Source1505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz -Source1506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz -Source1507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfssolomos.tar.xz -Source1508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz -Source1509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gillcm.tar.xz -Source1510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gillcm.doc.tar.xz -Source1511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.tar.xz -Source1512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz -Source1513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz -Source1514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gothic.tar.xz -Source1515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gothic.doc.tar.xz -Source1516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greenpoint.tar.xz -Source1517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz -Source1518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grotesq.tar.xz -Source1519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grotesq.doc.tar.xz -Source1520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hacm.tar.xz -Source1521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hacm.doc.tar.xz -Source1522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hands.tar.xz -Source1523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfbright.tar.xz -Source1524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfbright.doc.tar.xz -Source1525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.tar.xz -Source1526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz -Source1527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz -Source1528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifsym.tar.xz -Source1529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifsym.doc.tar.xz -Source1530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.tar.xz -Source1531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz -Source1532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.source.tar.xz -Source1533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/initials.tar.xz -Source1534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/initials.doc.tar.xz -Source1535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwona.tar.xz -Source1536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwona.doc.tar.xz -Source1537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jablantile.tar.xz -Source1538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jablantile.doc.tar.xz -Source1539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jamtimes.tar.xz -Source1540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz -Source1541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/junicode.tar.xz -Source1542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/junicode.doc.tar.xz -Source1543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kixfont.tar.xz -Source1544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kixfont.doc.tar.xz -Source1545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz -Source1546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kpfonts.tar.xz -Source1547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz -Source1548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kurier.tar.xz -Source1549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kurier.doc.tar.xz -Source1550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.tar.xz -Source1551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.doc.tar.xz -Source1552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.source.tar.xz -Source1553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lfb.tar.xz -Source1554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lfb.doc.tar.xz -Source1555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libertine.tar.xz -Source1556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libertine.doc.tar.xz -Source1557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librebaskerville.tar.xz -Source1558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz -Source1559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.tar.xz -Source1560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.doc.tar.xz -Source1561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.source.tar.xz -Source1562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.tar.xz -Source1563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.doc.tar.xz -Source1564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.source.tar.xz -Source1565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lxfonts.tar.xz -Source1566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz -Source1567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ly1.tar.xz -Source1568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ly1.doc.tar.xz -Source1569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx.tar.xz -Source1570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx.doc.tar.xz -Source1571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx-type1.tar.xz -Source1572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz -Source1573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdesign.tar.xz -Source1574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz -Source1575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdputu.tar.xz -Source1576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdputu.doc.tar.xz -Source1577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.tar.xz -Source1578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz -Source1579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz -Source1580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.tar.xz -Source1581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz -Source1582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz -Source1583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newpx.tar.xz -Source1584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newpx.doc.tar.xz -Source1585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newtx.tar.xz -Source1586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newtx.doc.tar.xz -Source1587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.tar.xz -Source1588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.doc.tar.xz -Source1589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.source.tar.xz -Source1590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocherokee.tar.xz -Source1591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz -Source1592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b.tar.xz -Source1593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz -Source1594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz -Source1595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz -Source1596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz -Source1597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ogham.tar.xz -Source1598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ogham.doc.tar.xz -Source1599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.tar.xz -Source1600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.doc.tar.xz -Source1601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.source.tar.xz -Source1602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldlatin.tar.xz -Source1603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz -Source1604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.tar.xz -Source1605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz -Source1606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.source.tar.xz -Source1607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.tar.xz -Source1608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.doc.tar.xz -Source1609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.source.tar.xz -Source1610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/orkhun.tar.xz -Source1611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/orkhun.doc.tar.xz -Source1612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.tar.xz -Source1613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.doc.tar.xz -Source1614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.source.tar.xz -Source1615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paratype.tar.xz -Source1616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paratype.doc.tar.xz -Source1617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.tar.xz -Source1618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.doc.tar.xz -Source1619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.source.tar.xz -Source1620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phonetic.tar.xz -Source1621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phonetic.doc.tar.xz -Source1622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pigpen.tar.xz -Source1623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pigpen.doc.tar.xz -Source1624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poltawski.tar.xz -Source1625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poltawski.doc.tar.xz -Source1626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prodint.tar.xz -Source1627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prodint.doc.tar.xz -Source1628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk.tar.xz -Source1629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk.doc.tar.xz -Source1630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk-latex.tar.xz -Source1631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz -Source1632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punknova.tar.xz -Source1633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punknova.doc.tar.xz -Source1634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxtxalfa.tar.xz -Source1635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz -Source1636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quattrocento.tar.xz -Source1637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz -Source1638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recycle.tar.xz -Source1639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recycle.doc.tar.xz -Source1640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.tar.xz -Source1641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.doc.tar.xz -Source1642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.source.tar.xz -Source1643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfso.tar.xz -Source1644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfso.doc.tar.xz -Source1645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathaccent.tar.xz -Source1646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz -Source1647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauter.tar.xz -Source1648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.tar.xz -Source1649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz -Source1650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz -Source1651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schulschriften.tar.xz -Source1652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz -Source1653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semaphor.tar.xz -Source1654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semaphor.doc.tar.xz -Source1655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skull.tar.xz -Source1656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skull.source.tar.xz -Source1657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcecodepro.tar.xz -Source1658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz -Source1659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcesanspro.tar.xz -Source1660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz -Source1661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/starfont.tar.xz -Source1662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/starfont.doc.tar.xz -Source1663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.tar.xz -Source1664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.doc.tar.xz -Source1665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.source.tar.xz -Source1666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stix.tar.xz -Source1667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stix.doc.tar.xz -Source1668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/superiors.tar.xz -Source1669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/superiors.doc.tar.xz -Source1670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tapir.tar.xz -Source1671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tapir.doc.tar.xz -Source1672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.tar.xz -Source1673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz -Source1674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz -Source1675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.tar.xz -Source1676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz -Source1677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.source.tar.xz -Source1678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.tar.xz -Source1679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz -Source1680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.source.tar.xz -Source1681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.tar.xz -Source1682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.doc.tar.xz -Source1683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.source.tar.xz -Source1684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.tar.xz -Source1685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz -Source1686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.source.tar.xz -Source1687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umtypewriter.tar.xz -Source1688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.tar.xz -Source1689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.doc.tar.xz -Source1690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.source.tar.xz -Source1691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urwchancal.tar.xz -Source1692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz -Source1693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.tar.xz -Source1694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz -Source1695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.source.tar.xz -Source1696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wsuipa.tar.xz -Source1697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz -Source1698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.tar.xz -Source1699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.doc.tar.xz -Source1700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.source.tar.xz -Source1701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.tar.xz -Source1702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.doc.tar.xz -Source1703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.source.tar.xz -Source1704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/charter.tar.xz -Source1705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/charter.doc.tar.xz -Source1706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier.tar.xz -Source1707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.tar.xz -Source1708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.doc.tar.xz -Source1709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.source.tar.xz -Source1710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eurosym.tar.xz -Source1711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eurosym.doc.tar.xz -Source1712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.tar.xz -Source1713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.doc.tar.xz -Source1714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.source.tar.xz -Source1715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/helvetic.tar.xz -Source1716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm-math.tar.xz -Source1717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm-math.doc.tar.xz -Source1718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.tar.xz -Source1719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.doc.tar.xz -Source1720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.source.tar.xz -Source1721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.tar.xz -Source1722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz -Source1723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.source.tar.xz -Source1724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncntrsbk.tar.xz -Source1725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/palatino.tar.xz -Source1726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxfonts.tar.xz -Source1727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz -Source1728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfs.tar.xz -Source1729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfs.doc.tar.xz -Source1730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/symbol.tar.xz -Source1731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre.tar.xz -Source1732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz -Source1733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz -Source1734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz -Source1735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/times.tar.xz -Source1736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa.tar.xz -Source1737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa.doc.tar.xz -Source1738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfonts.tar.xz -Source1739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfonts.doc.tar.xz -Source1740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utopia.tar.xz -Source1741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utopia.doc.tar.xz -Source1742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasy.tar.xz -Source1743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasy.doc.tar.xz -Source1744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.tar.xz -Source1745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.doc.tar.xz -Source1746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.source.tar.xz -Source1747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zapfchan.tar.xz -Source1748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zapfding.tar.xz -Source1749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.tar.xz -Source1750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz -Source1751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz -Source1752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.tar.xz -Source1753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz -Source1754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.tar.xz -Source1755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.doc.tar.xz -Source1756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.tar.xz -Source1757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.doc.tar.xz -Source1758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ps2pkm.tar.xz -Source1759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.tar.xz -Source1760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.doc.tar.xz -Source1761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipsconfig.tar.xz -Source1762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.tar.xz -Source1763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.doc.tar.xz -Source1764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.source.tar.xz -Source1765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.tar.xz -Source1766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.doc.tar.xz -Source1767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.tar.xz -Source1768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.doc.tar.xz -Source1769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.tar.xz -Source1770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz -Source1771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.tar.xz -Source1772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.doc.tar.xz -Source1773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.source.tar.xz -Source1774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.tar.xz -Source1775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.doc.tar.xz -Source1776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.source.tar.xz -Source1777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.tar.xz -Source1778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.doc.tar.xz -Source1779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.tar.xz -Source1780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.doc.tar.xz -Source1781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.source.tar.xz -Source1782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.tar.xz -Source1783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.doc.tar.xz -Source1784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.source.tar.xz -Source1785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.tar.xz -Source1786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.doc.tar.xz -Source1787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess.tar.xz -Source1788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess.doc.tar.xz -Source1789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz -Source1790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz -Source1791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz -Source1792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.tar.xz -Source1793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.doc.tar.xz -Source1794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.source.tar.xz -Source1795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.tar.xz -Source1796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.doc.tar.xz -Source1797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.source.tar.xz -Source1798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.tar.xz -Source1799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.doc.tar.xz -Source1800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.source.tar.xz -Source1801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.tar.xz -Source1802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz -Source1803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.source.tar.xz -Source1804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egameps.tar.xz -Source1805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egameps.doc.tar.xz -Source1806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.tar.xz -Source1807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.doc.tar.xz -Source1808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.source.tar.xz -Source1809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.tar.xz -Source1810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.doc.tar.xz -Source1811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.source.tar.xz -Source1812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanoi.tar.xz -Source1813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hexgame.tar.xz -Source1814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hexgame.doc.tar.xz -Source1815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logicpuzzle.tar.xz -Source1816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz -Source1817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othello.tar.xz -Source1818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othello.doc.tar.xz -Source1819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othelloboard.tar.xz -Source1820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz -Source1821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psgo.tar.xz -Source1822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psgo.doc.tar.xz -Source1823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reverxii.doc.tar.xz -Source1824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz -Source1825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz -Source1826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz -Source1827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sgame.tar.xz -Source1828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sgame.doc.tar.xz -Source1829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skak.tar.xz -Source1830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skak.doc.tar.xz -Source1831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.tar.xz -Source1832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.doc.tar.xz -Source1833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.source.tar.xz -Source1834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.tar.xz -Source1835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz -Source1836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz -Source1837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xq.tar.xz -Source1838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xq.doc.tar.xz -Source1839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.tar.xz -Source1840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.doc.tar.xz -Source1841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.source.tar.xz -Source1842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c-pascal.tar.xz -Source1843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz -Source1844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronosys.tar.xz -Source1845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronosys.doc.tar.xz -Source1846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorsep.tar.xz -Source1847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinat.tar.xz -Source1848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinat.doc.tar.xz -Source1849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.tar.xz -Source1850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.doc.tar.xz -Source1851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.source.tar.xz -Source1852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.tar.xz -Source1853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.doc.tar.xz -Source1854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.source.tar.xz -Source1855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eijkhout.tar.xz -Source1856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/encxvlna.tar.xz -Source1857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz -Source1858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigram.tar.xz -Source1859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fenixpar.tar.xz -Source1860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz -Source1861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.tar.xz -Source1862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz -Source1863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.source.tar.xz -Source1864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fntproof.tar.xz -Source1865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fntproof.doc.tar.xz -Source1866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gates.tar.xz -Source1867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gates.doc.tar.xz -Source1868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.tar.xz -Source1869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.doc.tar.xz -Source1870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.source.tar.xz -Source1871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iftex.tar.xz -Source1872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iftex.doc.tar.xz -Source1873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/insbox.tar.xz -Source1874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/insbox.doc.tar.xz -Source1875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.tar.xz -Source1876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.doc.tar.xz -Source1877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.source.tar.xz -Source1878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lecturer.tar.xz -Source1879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lecturer.doc.tar.xz -Source1880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librarian.tar.xz -Source1881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librarian.doc.tar.xz -Source1882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.tar.xz -Source1883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.doc.tar.xz -Source1884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.source.tar.xz -Source1885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metatex.tar.xz -Source1886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metatex.doc.tar.xz -Source1887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midnight.tar.xz -Source1888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midnight.doc.tar.xz -Source1889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/navigator.tar.xz -Source1890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/navigator.doc.tar.xz -Source1891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ofs.tar.xz -Source1892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ofs.doc.tar.xz -Source1893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf-trans.tar.xz -Source1894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz -Source1895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.tar.xz -Source1896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz -Source1897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.source.tar.xz -Source1898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.tar.xz -Source1899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.doc.tar.xz -Source1900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.source.tar.xz -Source1901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shade.tar.xz -Source1902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shade.doc.tar.xz -Source1903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/systeme.tar.xz -Source1904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/systeme.doc.tar.xz -Source1905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-generic.tar.xz -Source1906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texapi.tar.xz -Source1907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texapi.doc.tar.xz -Source1908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upca.tar.xz -Source1909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upca.doc.tar.xz -Source1910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.tar.xz -Source1911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.doc.tar.xz -Source1912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.source.tar.xz -Source1913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yax.tar.xz -Source1914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yax.doc.tar.xz -Source1915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsf.tar.xz -Source1916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsf.doc.tar.xz -Source1917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontname.tar.xz -Source1918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontname.doc.tar.xz -Source1919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmisc.tar.xz -Source1920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.tar.xz -Source1921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.doc.tar.xz -Source1922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.source.tar.xz -Source1923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.tar.xz -Source1924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.doc.tar.xz -Source1925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.source.tar.xz -Source1926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/path.tar.xz -Source1927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/path.doc.tar.xz -Source1928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ps.tar.xz -Source1929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz -Source1930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulem.tar.xz -Source1931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulem.doc.tar.xz -Source1932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.tar.xz -Source1933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.doc.tar.xz -Source1934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.source.tar.xz -Source1935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/passivetex.tar.xz -Source1936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.tar.xz -Source1937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz -Source1938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.tar.xz -Source1939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.doc.tar.xz -Source1940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/covington.tar.xz -Source1941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/covington.doc.tar.xz -Source1942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.tar.xz -Source1943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.doc.tar.xz -Source1944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.source.tar.xz -Source1945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.tar.xz -Source1946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz -Source1947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.source.tar.xz -Source1948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecltree.tar.xz -Source1949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecltree.doc.tar.xz -Source1950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.tar.xz -Source1951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz -Source1952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.source.tar.xz -Source1953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ednotes.tar.xz -Source1954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ednotes.doc.tar.xz -Source1955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.tar.xz -Source1956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.doc.tar.xz -Source1957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.source.tar.xz -Source1958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.tar.xz -Source1959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.doc.tar.xz -Source1960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.source.tar.xz -Source1961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gb4e.tar.xz -Source1962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gb4e.doc.tar.xz -Source1963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverse.tar.xz -Source1964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverse.doc.tar.xz -Source1965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.tar.xz -Source1966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.doc.tar.xz -Source1967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.source.tar.xz -Source1968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.tar.xz -Source1969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz -Source1970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz -Source1971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juramisc.tar.xz -Source1972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juramisc.doc.tar.xz -Source1973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.tar.xz -Source1974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz -Source1975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.source.tar.xz -Source1976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.tar.xz -Source1977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.doc.tar.xz -Source1978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.source.tar.xz -Source1979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lexikon.tar.xz -Source1980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lexikon.doc.tar.xz -Source1981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.tar.xz -Source1982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.doc.tar.xz -Source1983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.source.tar.xz -Source1984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linguex.tar.xz -Source1985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linguex.doc.tar.xz -Source1986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.tar.xz -Source1987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.doc.tar.xz -Source1988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.source.tar.xz -Source1989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.tar.xz -Source1990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.doc.tar.xz -Source1991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.source.tar.xz -Source1992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.tar.xz -Source1993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.doc.tar.xz -Source1994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.source.tar.xz -Source1995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.tar.xz -Source1996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.doc.tar.xz -Source1997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.source.tar.xz -Source1998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.tar.xz -Source1999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.doc.tar.xz -Source2000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.source.tar.xz -Source2001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.tar.xz -Source2002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.doc.tar.xz -Source2003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.source.tar.xz -Source2004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.tar.xz -Source2005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz -Source2006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.source.tar.xz -Source2007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qobitree.tar.xz -Source2008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qobitree.doc.tar.xz -Source2009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qtree.tar.xz -Source2010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qtree.doc.tar.xz -Source2011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.tar.xz -Source2012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz -Source2013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz -Source2014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtklage.tar.xz -Source2015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtklage.doc.tar.xz -Source2016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.tar.xz -Source2017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.doc.tar.xz -Source2018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.source.tar.xz -Source2019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sides.tar.xz -Source2020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sides.doc.tar.xz -Source2021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stage.tar.xz -Source2022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stage.doc.tar.xz -Source2023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tree-dvips.tar.xz -Source2024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz -Source2025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.tar.xz -Source2026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.doc.tar.xz -Source2027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.source.tar.xz -Source2028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xyling.tar.xz -Source2029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xyling.doc.tar.xz -Source2030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.tar.xz -Source2031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.doc.tar.xz -Source2032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.source.tar.xz -Source2033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop-t1.tar.xz -Source2034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz -Source2035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fc.tar.xz -Source2036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fc.doc.tar.xz -Source2037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz -Source2038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ghab.tar.xz -Source2039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ghab.doc.tar.xz -Source2040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz -Source2041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz -Source2042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imsproc.tar.xz -Source2043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imsproc.doc.tar.xz -Source2044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-bib.tar.xz -Source2045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz -Source2046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-ftx.tar.xz -Source2047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-ftx.doc.tar.xz -Source2048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-ftx.source.tar.xz -Source2049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-xbs.tar.xz -Source2050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-xbs.doc.tar.xz -Source2051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-xbs.source.tar.xz -Source2052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.tar.xz -Source2053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.doc.tar.xz -Source2054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.source.tar.xz -Source2055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tram.tar.xz -Source2056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tram.doc.tar.xz -Source2057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.tar.xz -Source2058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.doc.tar.xz -Source2059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.source.tar.xz -Source2060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex.tar.xz -Source2061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex.doc.tar.xz -Source2062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnp.tar.xz -Source2063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tlwg.tar.xz -Source2064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tlwg.doc.tar.xz -Source2065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tlwg.source.tar.xz -Source2066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz -Source2067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex.tar.xz -Source2068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex.doc.tar.xz -Source2069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.tar.xz -Source2070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.doc.tar.xz -Source2071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.source.tar.xz -Source2072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.tar.xz -Source2073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz -Source2074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz -Source2075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz -Source2076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz -Source2077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz -Source2078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.tar.xz -Source2079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz -Source2080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jsclasses.tar.xz -Source2081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jsclasses.source.tar.xz -Source2082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.tar.xz -Source2083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.doc.tar.xz -Source2084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.source.tar.xz -Source2085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nanumtype1.tar.xz -Source2086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz -Source2087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.tar.xz -Source2088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.doc.tar.xz -Source2089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.source.tar.xz -Source2090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.tar.xz -Source2091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz -Source2092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxbase.tar.xz -Source2093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxbase.doc.tar.xz -Source2094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxcjkcat.tar.xz -Source2095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz -Source2096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.tar.xz -Source2097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz -Source2098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz -Source2099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.tar.xz -Source2100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.doc.tar.xz -Source2101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.source.tar.xz -Source2102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.tar.xz -Source2103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz -Source2104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.source.tar.xz -Source2105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.tar.xz -Source2106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz -Source2107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz -Source2108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.tar.xz -Source2109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz -Source2110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.source.tar.xz -Source2111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhspacing.tar.xz -Source2112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz -Source2113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafbfont.tar.xz -Source2114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz -Source2115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafont.tar.xz -Source2116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz -Source2117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjatype.tar.xz -Source2118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz -Source2119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.tar.xz -Source2120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz -Source2121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.source.tar.xz -Source2122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz -Source2123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.tar.xz -Source2124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz -Source2125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.source.tar.xz -Source2126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz -Source2127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.doc.tar.xz -Source2128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrplain.tar.xz -Source2129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.tar.xz -Source2130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.doc.tar.xz -Source2131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.source.tar.xz -Source2132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.tar.xz -Source2133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.doc.tar.xz -Source2134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.source.tar.xz -Source2135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskdx.tar.xz -Source2136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskdx.doc.tar.xz -Source2137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.tar.xz -Source2138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.doc.tar.xz -Source2139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.source.tar.xz -Source2140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.tar.xz -Source2141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.doc.tar.xz -Source2142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.source.tar.xz -Source2143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.tar.xz -Source2144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.doc.tar.xz -Source2145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.source.tar.xz -Source2146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ec.tar.xz -Source2147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ec.doc.tar.xz -Source2148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhcyr.tar.xz -Source2149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhcyr.source.tar.xz -Source2150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ruhyphen.tar.xz -Source2151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ruhyphen.source.tar.xz -Source2152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t2.tar.xz -Source2153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t2.doc.tar.xz -Source2154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ukrhyph.tar.xz -Source2155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz -Source2156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz -Source2157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-russian.tar.xz -Source2158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz -Source2159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cs.tar.xz -Source2160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csbulletin.tar.xz -Source2161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz -Source2162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.tar.xz -Source2163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.source.tar.xz -Source2164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csplain.tar.xz -Source2165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cstex.doc.tar.xz -Source2166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.tar.xz -Source2167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.doc.tar.xz -Source2168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-czech.tar.xz -Source2169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz -Source2170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-danish.tar.xz -Source2171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz -Source2172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-english.tar.xz -Source2173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finbib.tar.xz -Source2174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz -Source2175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droit-fr.tar.xz -Source2176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz -Source2177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.tar.xz -Source2178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.doc.tar.xz -Source2179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.source.tar.xz -Source2180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frenchle.tar.xz -Source2181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frenchle.doc.tar.xz -Source2182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frletter.tar.xz -Source2183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frletter.doc.tar.xz -Source2184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.tar.xz -Source2185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz -Source2186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.source.tar.xz -Source2187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mafr.tar.xz -Source2188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mafr.doc.tar.xz -Source2189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.tar.xz -Source2190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.doc.tar.xz -Source2191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.source.tar.xz -Source2192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.tar.xz -Source2193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz -Source2194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz -Source2195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/variations.tar.xz -Source2196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/variations.doc.tar.xz -Source2197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-basque.tar.xz -Source2198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-french.tar.xz -Source2199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz -Source2200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz -Source2201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.tar.xz -Source2202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.doc.tar.xz -Source2203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.source.tar.xz -Source2204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz -Source2205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz -Source2206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz -Source2207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.tar.xz -Source2208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.doc.tar.xz -Source2209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.source.tar.xz -Source2210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/germkorr.tar.xz -Source2211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/germkorr.doc.tar.xz -Source2212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz -Source2213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz -Source2214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz -Source2215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz -Source2216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/r_und_s.tar.xz -Source2217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz -Source2218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz -Source2219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.tar.xz -Source2220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.doc.tar.xz -Source2221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.source.tar.xz -Source2222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-german.tar.xz -Source2223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz -Source2224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz -Source2225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsporson.tar.xz -Source2226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz -Source2227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-inputenc.tar.xz -Source2228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz -Source2229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.tar.xz -Source2230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.doc.tar.xz -Source2231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.source.tar.xz -Source2232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greektex.tar.xz -Source2233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greektex.doc.tar.xz -Source2234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grverb.tar.xz -Source2235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grverb.doc.tar.xz -Source2236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grverb.source.tar.xz -Source2237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.tar.xz -Source2238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz -Source2239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz -Source2240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibygrk.tar.xz -Source2241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz -Source2242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerkis.tar.xz -Source2243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerkis.doc.tar.xz -Source2244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/levy.tar.xz -Source2245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/levy.doc.tar.xz -Source2246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgreek.tar.xz -Source2247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgreek.doc.tar.xz -Source2248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgrx.tar.xz -Source2249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgrx.doc.tar.xz -Source2250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.tar.xz -Source2251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz -Source2252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.tar.xz -Source2253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.doc.tar.xz -Source2254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.source.tar.xz -Source2255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.tar.xz -Source2256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.doc.tar.xz -Source2257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.source.tar.xz -Source2258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yannisgr.tar.xz -Source2259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz -Source2260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-greek.tar.xz -Source2261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz -Source2262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz -Source2263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/magyar.doc.tar.xz -Source2264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz -Source2265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz -Source2266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/devnag.tar.xz -Source2267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.tar.xz -Source2268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.doc.tar.xz -Source2269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-indic.tar.xz -Source2270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz -Source2271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.tar.xz -Source2272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz -Source2273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.source.tar.xz -Source2274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/velthuis.tar.xz -Source2275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/velthuis.doc.tar.xz -Source2276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz -Source2277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz -Source2278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri.tar.xz -Source2279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri.doc.tar.xz -Source2280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.tar.xz -Source2281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz -Source2282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz -Source2283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.tar.xz -Source2284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz -Source2285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz -Source2286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-italian.tar.xz -Source2287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.tar.xz -Source2288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz -Source2289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.source.tar.xz -Source2290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.tar.xz -Source2291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz -Source2292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.source.tar.xz -Source2293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.tar.xz -Source2294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.doc.tar.xz -Source2295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.source.tar.xz -Source2296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-latin.tar.xz -Source2297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz -Source2298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lithuanian.tar.xz -Source2299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz -Source2300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz -Source2301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz -Source2302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.tar.xz -Source2303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz -Source2304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz -Source2305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/montex.tar.xz -Source2306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/montex.doc.tar.xz -Source2307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz -Source2308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz -Source2309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz -Source2310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz -Source2311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz -Source2312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz -Source2313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz -Source2314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz -Source2315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz -Source2316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz -Source2317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-irish.tar.xz -Source2318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz -Source2319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz -Source2320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz -Source2321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz -Source2322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz -Source2323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz -Source2324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz -Source2325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz -Source2326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz -Source2327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustlib.tar.xz -Source2328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustlib.doc.tar.xz -Source2329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustprog.doc.tar.xz -Source2330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.tar.xz -Source2331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.doc.tar.xz -Source2332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.source.tar.xz -Source2333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pl.tar.xz -Source2334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pl.doc.tar.xz -Source2335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-polish.tar.xz -Source2336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.tar.xz -Source2337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.doc.tar.xz -Source2338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.source.tar.xz -Source2339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.tar.xz -Source2340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.doc.tar.xz -Source2341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.source.tar.xz -Source2342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/przechlewski-book.tar.xz -Source2343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz -Source2344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qpxqtx.tar.xz -Source2345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz -Source2346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.tar.xz -Source2347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.doc.tar.xz -Source2348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.source.tar.xz -Source2349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utf8mex.tar.xz -Source2350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz -Source2351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.tar.xz -Source2352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz -Source2353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz -Source2354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz -Source2355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz -Source2356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz -Source2357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-galician.tar.xz -Source2358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish.doc.tar.xz -Source2359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish.source.tar.xz -Source2360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish-mx.tar.xz -Source2361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz -Source2362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swebib.tar.xz -Source2363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swebib.doc.tar.xz -Source2364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz -Source2365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.tar.xz -Source2366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.doc.tar.xz -Source2367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.source.tar.xz -Source2368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.tar.xz -Source2369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.doc.tar.xz -Source2370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.source.tar.xz -Source2371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.tar.xz -Source2372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.doc.tar.xz -Source2373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.source.tar.xz -Source2374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz -Source2375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.tar.xz -Source2376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.doc.tar.xz -Source2377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.source.tar.xz -Source2378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.tar.xz -Source2379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.doc.tar.xz -Source2380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.source.tar.xz -Source2381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.tar.xz -Source2382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.doc.tar.xz -Source2383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.source.tar.xz -Source2384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.tar.xz -Source2385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz -Source2386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.source.tar.xz -Source2387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.tar.xz -Source2388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.doc.tar.xz -Source2389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.source.tar.xz -Source2390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extsizes.tar.xz -Source2391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extsizes.doc.tar.xz -Source2392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancybox.tar.xz -Source2393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancybox.doc.tar.xz -Source2394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.tar.xz -Source2395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.doc.tar.xz -Source2396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.source.tar.xz -Source2397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.tar.xz -Source2398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz -Source2399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz -Source2400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.tar.xz -Source2401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.doc.tar.xz -Source2402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.source.tar.xz -Source2403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.tar.xz -Source2404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.doc.tar.xz -Source2405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.source.tar.xz -Source2406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fp.tar.xz -Source2407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fp.doc.tar.xz -Source2408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.tar.xz -Source2409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.doc.tar.xz -Source2410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.source.tar.xz -Source2411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jknapltx.tar.xz -Source2412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz -Source2413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script.tar.xz -Source2414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.tar.xz -Source2415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz -Source2416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.source.tar.xz -Source2417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.tar.xz -Source2418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.doc.tar.xz -Source2419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.source.tar.xz -Source2420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.tar.xz -Source2421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz -Source2422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.source.tar.xz -Source2423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.tar.xz -Source2424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.doc.tar.xz -Source2425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.source.tar.xz -Source2426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.tar.xz -Source2427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz -Source2428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.source.tar.xz -Source2429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.tar.xz -Source2430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.doc.tar.xz -Source2431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.source.tar.xz -Source2432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.tar.xz -Source2433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.doc.tar.xz -Source2434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.source.tar.xz -Source2435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.tar.xz -Source2436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.doc.tar.xz -Source2437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.source.tar.xz -Source2438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.tar.xz -Source2439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.doc.tar.xz -Source2440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.source.tar.xz -Source2441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.tar.xz -Source2442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.doc.tar.xz -Source2443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.source.tar.xz -Source2444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.tar.xz -Source2445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz -Source2446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.source.tar.xz -Source2447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parskip.tar.xz -Source2448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parskip.doc.tar.xz -Source2449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.tar.xz -Source2450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz -Source2451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.source.tar.xz -Source2452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot.tar.xz -Source2453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot.doc.tar.xz -Source2454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.tar.xz -Source2455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.doc.tar.xz -Source2456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.source.tar.xz -Source2457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.tar.xz -Source2458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.doc.tar.xz -Source2459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.source.tar.xz -Source2460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.tar.xz -Source2461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.doc.tar.xz -Source2462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.source.tar.xz -Source2463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmath.tar.xz -Source2464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmath.doc.tar.xz -Source2465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/section.tar.xz -Source2466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/section.doc.tar.xz -Source2467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seminar.tar.xz -Source2468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seminar.doc.tar.xz -Source2469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepnum.tar.xz -Source2470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepnum.doc.tar.xz -Source2471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setspace.tar.xz -Source2472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setspace.doc.tar.xz -Source2473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.tar.xz -Source2474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.doc.tar.xz -Source2475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.source.tar.xz -Source2476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.tar.xz -Source2477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.doc.tar.xz -Source2478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.source.tar.xz -Source2479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.tar.xz -Source2480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz -Source2481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.tar.xz -Source2482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.doc.tar.xz -Source2483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.source.tar.xz -Source2484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underscore.tar.xz -Source2485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underscore.doc.tar.xz -Source2486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/url.tar.xz -Source2487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/url.doc.tar.xz -Source2488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemfig.tar.xz -Source2489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemfig.doc.tar.xz -Source2490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.tar.xz -Source2491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz -Source2492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz -Source2493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.tar.xz -Source2494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.doc.tar.xz -Source2495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.source.tar.xz -Source2496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.tar.xz -Source2497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.doc.tar.xz -Source2498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.source.tar.xz -Source2499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.tar.xz -Source2500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.doc.tar.xz -Source2501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.source.tar.xz -Source2502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dcpic.tar.xz -Source2503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dcpic.doc.tar.xz -Source2504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagmac2.tar.xz -Source2505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz -Source2506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz -Source2507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.tar.xz -Source2508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.doc.tar.xz -Source2509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.source.tar.xz -Source2510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dot2texi.tar.xz -Source2511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz -Source2512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dratex.tar.xz -Source2513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dratex.doc.tar.xz -Source2514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drs.tar.xz -Source2515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drs.doc.tar.xz -Source2516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duotenzor.tar.xz -Source2517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz -Source2518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eepic.tar.xz -Source2519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eepic.doc.tar.xz -Source2520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.tar.xz -Source2521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.doc.tar.xz -Source2522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdfconversion.tar.xz -Source2523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz -Source2524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.tar.xz -Source2525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.doc.tar.xz -Source2526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.source.tar.xz -Source2527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fast-diagram.tar.xz -Source2528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz -Source2529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.tar.xz -Source2530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz -Source2531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.tar.xz -Source2532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.doc.tar.xz -Source2533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.source.tar.xz -Source2534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.tar.xz -Source2535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.doc.tar.xz -Source2536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.source.tar.xz -Source2537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.tar.xz -Source2538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.doc.tar.xz -Source2539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.source.tar.xz -Source2540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.tar.xz -Source2541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz -Source2542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz -Source2543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.tar.xz -Source2544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz -Source2545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.source.tar.xz -Source2546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grafcet.tar.xz -Source2547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grafcet.doc.tar.xz -Source2548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/here.tar.xz -Source2549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/here.doc.tar.xz -Source2550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.tar.xz -Source2551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz -Source2552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz -Source2553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.tar.xz -Source2554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.doc.tar.xz -Source2555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.source.tar.xz -Source2556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvfloat.tar.xz -Source2557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz -Source2558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knitting.tar.xz -Source2559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knitting.doc.tar.xz -Source2560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knittingpattern.tar.xz -Source2561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz -Source2562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lapdf.tar.xz -Source2563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lapdf.doc.tar.xz -Source2564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lpic.tar.xz -Source2565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lpic.doc.tar.xz -Source2566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.tar.xz -Source2567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.doc.tar.xz -Source2568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.source.tar.xz -Source2569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.tar.xz -Source2570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.doc.tar.xz -Source2571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miniplot.tar.xz -Source2572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miniplot.doc.tar.xz -Source2573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modiagram.tar.xz -Source2574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modiagram.doc.tar.xz -Source2575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numericplots.tar.xz -Source2576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numericplots.doc.tar.xz -Source2577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pb-diagram.tar.xz -Source2578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz -Source2579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petri-nets.tar.xz -Source2580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz -Source2581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.tar.xz -Source2582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz -Source2583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz -Source2584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-soroban.tar.xz -Source2585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz -Source2586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz -Source2587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz -Source2588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.tar.xz -Source2589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz -Source2590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz -Source2591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfkeyx.tar.xz -Source2592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz -Source2593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.tar.xz -Source2594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz -Source2595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz -Source2596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.tar.xz -Source2597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz -Source2598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.source.tar.xz -Source2599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.tar.xz -Source2600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz -Source2601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.source.tar.xz -Source2602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piano.tar.xz -Source2603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piano.doc.tar.xz -Source2604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/picinpar.tar.xz -Source2605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/picinpar.doc.tar.xz -Source2606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.tar.xz -Source2607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.doc.tar.xz -Source2608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.source.tar.xz -Source2609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex.tar.xz -Source2610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex.doc.tar.xz -Source2611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex2.tar.xz -Source2612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pinlabel.tar.xz -Source2613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz -Source2614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmgraph.tar.xz -Source2615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz -Source2616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prerex.tar.xz -Source2617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prerex.doc.tar.xz -Source2618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.tar.xz -Source2619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.doc.tar.xz -Source2620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.source.tar.xz -Source2621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.tar.xz -Source2622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.doc.tar.xz -Source2623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.source.tar.xz -Source2624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.tar.xz -Source2625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz -Source2626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.source.tar.xz -Source2627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reotex.tar.xz -Source2628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reotex.doc.tar.xz -Source2629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.tar.xz -Source2630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.doc.tar.xz -Source2631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.source.tar.xz -Source2632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sa-tikz.tar.xz -Source2633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz -Source2634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemabloc.tar.xz -Source2635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz -Source2636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setdeck.tar.xz -Source2637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setdeck.doc.tar.xz -Source2638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.tar.xz -Source2639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz -Source2640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz -Source2641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swimgraf.tar.xz -Source2642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz -Source2643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdraw.tar.xz -Source2644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdraw.doc.tar.xz -Source2645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-cd.tar.xz -Source2646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz -Source2647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz -Source2648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz -Source2649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-dependency.tar.xz -Source2650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz -Source2651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-inet.tar.xz -Source2652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz -Source2653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-qtree.tar.xz -Source2654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz -Source2655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.tar.xz -Source2656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz -Source2657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz -Source2658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.tar.xz -Source2659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz -Source2660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.source.tar.xz -Source2661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.tar.xz -Source2662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz -Source2663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz -Source2664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzorbital.tar.xz -Source2665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz -Source2666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz -Source2667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz -Source2668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz -Source2669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.tar.xz -Source2670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz -Source2671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz -Source2672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.tar.xz -Source2673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz -Source2674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.source.tar.xz -Source2675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.tar.xz -Source2676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz -Source2677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.source.tar.xz -Source2678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.tar.xz -Source2679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz -Source2680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz -Source2681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.tar.xz -Source2682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.doc.tar.xz -Source2683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.source.tar.xz -Source2684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-base.tar.xz -Source2685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz -Source2686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-berge.tar.xz -Source2687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz -Source2688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-doc.tar.xz -Source2689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz -Source2690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-euclide.tar.xz -Source2691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz -Source2692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-fct.tar.xz -Source2693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz -Source2694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-graph.tar.xz -Source2695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz -Source2696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz -Source2697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz -Source2698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz -Source2699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz -Source2700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-orm.tar.xz -Source2701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz -Source2702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-tab.tar.xz -Source2703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz -Source2704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tsemlines.tar.xz -Source2705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.tar.xz -Source2706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz -Source2707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.source.tar.xz -Source2708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xifthen.tar.xz -Source2709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xifthen.doc.tar.xz -Source2710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.tar.xz -Source2711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz -Source2712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz -Source2713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.tar.xz -Source2714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.doc.tar.xz -Source2715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.source.tar.xz -Source2716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.tar.xz -Source2717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.doc.tar.xz -Source2718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.source.tar.xz -Source2719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.tar.xz -Source2720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.doc.tar.xz -Source2721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.source.tar.xz -Source2722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins.tar.xz -Source2723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins.doc.tar.xz -Source2724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.tar.xz -Source2725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz -Source2726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.source.tar.xz -Source2727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.tar.xz -Source2728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.doc.tar.xz -Source2729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.source.tar.xz -Source2730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic.tar.xz -Source2731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic.doc.tar.xz -Source2732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/2up.tar.xz -Source2733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/2up.doc.tar.xz -Source2734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.tar.xz -Source2735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz -Source2736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz -Source2737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.tar.xz -Source2738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.doc.tar.xz -Source2739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.source.tar.xz -Source2740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.tar.xz -Source2741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz -Source2742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz -Source2743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.tar.xz -Source2744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz -Source2745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.source.tar.xz -Source2746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.tar.xz -Source2747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.doc.tar.xz -Source2748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.source.tar.xz -Source2749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changelayout.tar.xz -Source2750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changelayout.doc.tar.xz -Source2751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.tar.xz -Source2752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.doc.tar.xz -Source2753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.source.tar.xz -Source2754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.tar.xz -Source2755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.doc.tar.xz -Source2756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.source.tar.xz -Source2757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.tar.xz -Source2758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz -Source2759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz -Source2760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chet.tar.xz -Source2761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chet.doc.tar.xz -Source2762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.tar.xz -Source2763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.doc.tar.xz -Source2764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.source.tar.xz -Source2765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chkfloat.tar.xz -Source2766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz -Source2767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.tar.xz -Source2768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.doc.tar.xz -Source2769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.source.tar.xz -Source2770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chngcntr.tar.xz -Source2771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz -Source2772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronology.tar.xz -Source2773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronology.doc.tar.xz -Source2774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.tar.xz -Source2775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.doc.tar.xz -Source2776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.source.tar.xz -Source2777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorinfo.tar.xz -Source2778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz -Source2779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortab.tar.xz -Source2780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortab.doc.tar.xz -Source2781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.tar.xz -Source2782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.doc.tar.xz -Source2783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.source.tar.xz -Source2784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colourchange.tar.xz -Source2785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colourchange.doc.tar.xz -Source2786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combelow.tar.xz -Source2787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combelow.doc.tar.xz -Source2788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.tar.xz -Source2789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.doc.tar.xz -Source2790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.source.tar.xz -Source2791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comma.tar.xz -Source2792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comma.doc.tar.xz -Source2793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.tar.xz -Source2794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.doc.tar.xz -Source2795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.source.tar.xz -Source2796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comment.tar.xz -Source2797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comment.doc.tar.xz -Source2798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concepts.tar.xz -Source2799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concepts.doc.tar.xz -Source2800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concprog.tar.xz -Source2801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concprog.doc.tar.xz -Source2802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.tar.xz -Source2803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.doc.tar.xz -Source2804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.source.tar.xz -Source2805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.tar.xz -Source2806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.doc.tar.xz -Source2807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.source.tar.xz -Source2808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.tar.xz -Source2809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.doc.tar.xz -Source2810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.source.tar.xz -Source2811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.tar.xz -Source2812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.doc.tar.xz -Source2813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.source.tar.xz -Source2814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.tar.xz -Source2815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.doc.tar.xz -Source2816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.source.tar.xz -Source2817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.tar.xz -Source2818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.doc.tar.xz -Source2819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.source.tar.xz -Source2820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.tar.xz -Source2821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.doc.tar.xz -Source2822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.source.tar.xz -Source2823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.tar.xz -Source2824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.doc.tar.xz -Source2825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.source.tar.xz -Source2826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.tar.xz -Source2827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz -Source2828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz -Source2829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.tar.xz -Source2830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.doc.tar.xz -Source2831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.source.tar.xz -Source2832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/copyrightbox.tar.xz -Source2833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz -Source2834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coseoul.tar.xz -Source2835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coseoul.doc.tar.xz -Source2836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.tar.xz -Source2837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz -Source2838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.source.tar.xz -Source2839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courseoutline.tar.xz -Source2840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz -Source2841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coursepaper.tar.xz -Source2842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz -Source2843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.tar.xz -Source2844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.doc.tar.xz -Source2845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.source.tar.xz -Source2846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.tar.xz -Source2847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.doc.tar.xz -Source2848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.source.tar.xz -Source2849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crbox.tar.xz -Source2850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crbox.doc.tar.xz -Source2851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.tar.xz -Source2852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.doc.tar.xz -Source2853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.source.tar.xz -Source2854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes.tar.xz -Source2855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes.doc.tar.xz -Source2856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvsimple.tar.xz -Source2857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz -Source2858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.tar.xz -Source2859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.doc.tar.xz -Source2860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.source.tar.xz -Source2861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.tar.xz -Source2862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.doc.tar.xz -Source2863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.source.tar.xz -Source2864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.tar.xz -Source2865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.doc.tar.xz -Source2866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.source.tar.xz -Source2867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.tar.xz -Source2868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.doc.tar.xz -Source2869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.source.tar.xz -Source2870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.tar.xz -Source2871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.doc.tar.xz -Source2872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.source.tar.xz -Source2873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cv.tar.xz -Source2874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cv.doc.tar.xz -Source2875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb-latex.tar.xz -Source2876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz -Source2877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.tar.xz -Source2878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.doc.tar.xz -Source2879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.source.tar.xz -Source2880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.tar.xz -Source2881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.doc.tar.xz -Source2882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.source.tar.xz -Source2883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashundergaps.tar.xz -Source2884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz -Source2885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.tar.xz -Source2886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.doc.tar.xz -Source2887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.source.tar.xz -Source2888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.tar.xz -Source2889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz -Source2890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.source.tar.xz -Source2891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.tar.xz -Source2892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.doc.tar.xz -Source2893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.source.tar.xz -Source2894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.tar.xz -Source2895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.doc.tar.xz -Source2896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.source.tar.xz -Source2897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.tar.xz -Source2898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz -Source2899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.source.tar.xz -Source2900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dblfloatfix.tar.xz -Source2901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz -Source2902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.tar.xz -Source2903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.doc.tar.xz -Source2904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.source.tar.xz -Source2905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.tar.xz -Source2906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.doc.tar.xz -Source2907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.source.tar.xz -Source2908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.tar.xz -Source2909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.doc.tar.xz -Source2910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.source.tar.xz -Source2911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.tar.xz -Source2912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz -Source2913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.source.tar.xz -Source2914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.tar.xz -Source2915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.doc.tar.xz -Source2916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.source.tar.xz -Source2917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagnose.tar.xz -Source2918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagnose.doc.tar.xz -Source2919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.tar.xz -Source2920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.doc.tar.xz -Source2921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.source.tar.xz -Source2922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dichokey.tar.xz -Source2923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dichokey.doc.tar.xz -Source2924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.tar.xz -Source2925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz -Source2926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.source.tar.xz -Source2927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/directory.tar.xz -Source2928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/directory.doc.tar.xz -Source2929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.tar.xz -Source2930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz -Source2931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz -Source2932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dlfltxb.tar.xz -Source2933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz -Source2934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.tar.xz -Source2935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz -Source2936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.source.tar.xz -Source2937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.tar.xz -Source2938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.doc.tar.xz -Source2939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.source.tar.xz -Source2940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.tar.xz -Source2941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.doc.tar.xz -Source2942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.source.tar.xz -Source2943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.tar.xz -Source2944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.doc.tar.xz -Source2945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.source.tar.xz -Source2946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doi.tar.xz -Source2947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doi.doc.tar.xz -Source2948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.tar.xz -Source2949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz -Source2950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.source.tar.xz -Source2951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.tar.xz -Source2952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz -Source2953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.source.tar.xz -Source2954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/download.tar.xz -Source2955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/download.doc.tar.xz -Source2956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.tar.xz -Source2957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.doc.tar.xz -Source2958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.source.tar.xz -Source2959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dpfloat.tar.xz -Source2960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz -Source2961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.tar.xz -Source2962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.doc.tar.xz -Source2963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.source.tar.xz -Source2964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.tar.xz -Source2965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.doc.tar.xz -Source2966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.source.tar.xz -Source2967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.tar.xz -Source2968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz -Source2969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.source.tar.xz -Source2970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.tar.xz -Source2971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz -Source2972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz -Source2973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtk.tar.xz -Source2974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtk.doc.tar.xz -Source2975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz -Source2976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgallery.source.tar.xz -Source2977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvdcoll.tar.xz -Source2978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz -Source2979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dynblocks.tar.xz -Source2980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz -Source2981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy.tar.xz -Source2982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy.doc.tar.xz -Source2983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy-todo.tar.xz -Source2984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz -Source2985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.tar.xz -Source2986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.doc.tar.xz -Source2987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.source.tar.xz -Source2988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easylist.tar.xz -Source2989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easylist.doc.tar.xz -Source2990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean13isbn.tar.xz -Source2991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz -Source2992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.tar.xz -Source2993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.doc.tar.xz -Source2994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.source.tar.xz -Source2995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.tar.xz -Source2996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz -Source2997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz -Source2998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.tar.xz -Source2999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.doc.tar.xz -Source3000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.source.tar.xz -Source3001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.tar.xz -Source3002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.doc.tar.xz -Source3003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.source.tar.xz -Source3004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.tar.xz -Source3005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.doc.tar.xz -Source3006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.source.tar.xz -Source3007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.tar.xz -Source3008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.doc.tar.xz -Source3009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.source.tar.xz -Source3010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.tar.xz -Source3011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.doc.tar.xz -Source3012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.source.tar.xz -Source3013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.tar.xz -Source3014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz -Source3015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.source.tar.xz -Source3016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.tar.xz -Source3017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.doc.tar.xz -Source3018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.source.tar.xz -Source3019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elpres.tar.xz -Source3020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elpres.doc.tar.xz -Source3021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.tar.xz -Source3022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.doc.tar.xz -Source3023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.source.tar.xz -Source3024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/embrac.tar.xz -Source3025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/embrac.doc.tar.xz -Source3026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.tar.xz -Source3027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.doc.tar.xz -Source3028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.source.tar.xz -Source3029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emulateapj.tar.xz -Source3030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz -Source3031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.tar.xz -Source3032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.doc.tar.xz -Source3033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.source.tar.xz -Source3034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.tar.xz -Source3035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.doc.tar.xz -Source3036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.source.tar.xz -Source3037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endnotes.tar.xz -Source3038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endnotes.doc.tar.xz -Source3039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.tar.xz -Source3040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.doc.tar.xz -Source3041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.source.tar.xz -Source3042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.tar.xz -Source3043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.doc.tar.xz -Source3044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.source.tar.xz -Source3045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enotez.tar.xz -Source3046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enotez.doc.tar.xz -Source3047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem.tar.xz -Source3048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem.doc.tar.xz -Source3049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.tar.xz -Source3050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz -Source3051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz -Source3052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envbig.tar.xz -Source3053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envbig.doc.tar.xz -Source3054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.tar.xz -Source3055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.doc.tar.xz -Source3056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.source.tar.xz -Source3057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.tar.xz -Source3058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.doc.tar.xz -Source3059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.source.tar.xz -Source3060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.tar.xz -Source3061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.doc.tar.xz -Source3062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.source.tar.xz -Source3063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.tar.xz -Source3064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz -Source3065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.source.tar.xz -Source3066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqell.tar.xz -Source3067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqell.doc.tar.xz -Source3068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.tar.xz -Source3069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.doc.tar.xz -Source3070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.source.tar.xz -Source3071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqname.tar.xz -Source3072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.tar.xz -Source3073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz -Source3074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.source.tar.xz -Source3075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.tar.xz -Source3076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.doc.tar.xz -Source3077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.source.tar.xz -Source3078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.tar.xz -Source3079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.doc.tar.xz -Source3080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.source.tar.xz -Source3081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.tar.xz -Source3082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.doc.tar.xz -Source3083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.source.tar.xz -Source3084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint-type1.tar.xz -Source3085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz -Source3086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.tar.xz -Source3087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.doc.tar.xz -Source3088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.source.tar.xz -Source3089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.tar.xz -Source3090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.doc.tar.xz -Source3091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.source.tar.xz -Source3092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.tar.xz -Source3093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.doc.tar.xz -Source3094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.source.tar.xz -Source3095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox.tar.xz -Source3096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz -Source3097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.tar.xz -Source3098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.doc.tar.xz -Source3099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.source.tar.xz -Source3100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/europecv.tar.xz -Source3101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/europecv.doc.tar.xz -Source3102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.tar.xz -Source3103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.doc.tar.xz -Source3104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.source.tar.xz -Source3105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.tar.xz -Source3106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.doc.tar.xz -Source3107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.source.tar.xz -Source3108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exam.tar.xz -Source3109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exam.doc.tar.xz -Source3110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.tar.xz -Source3111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.doc.tar.xz -Source3112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.source.tar.xz -Source3113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examplep.tar.xz -Source3114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examplep.doc.tar.xz -Source3115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.tar.xz -Source3116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.doc.tar.xz -Source3117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/excludeonly.tar.xz -Source3118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz -Source3119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.tar.xz -Source3120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.doc.tar.xz -Source3121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.source.tar.xz -Source3122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.tar.xz -Source3123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz -Source3124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz -Source3125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.tar.xz -Source3126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.doc.tar.xz -Source3127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.source.tar.xz -Source3128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.tar.xz -Source3129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.doc.tar.xz -Source3130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.source.tar.xz -Source3131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsheets.tar.xz -Source3132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsheets.doc.tar.xz -Source3133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.tar.xz -Source3134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.doc.tar.xz -Source3135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.source.tar.xz -Source3136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.tar.xz -Source3137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.doc.tar.xz -Source3138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.source.tar.xz -Source3139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.tar.xz -Source3140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.doc.tar.xz -Source3141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.source.tar.xz -Source3142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.tar.xz -Source3143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.doc.tar.xz -Source3144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.source.tar.xz -Source3145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.tar.xz -Source3146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz -Source3147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.source.tar.xz -Source3148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.tar.xz -Source3149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz -Source3150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz -Source3151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figsize.tar.xz -Source3152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figsize.doc.tar.xz -Source3153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.tar.xz -Source3154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.doc.tar.xz -Source3155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.source.tar.xz -Source3156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.tar.xz -Source3157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.doc.tar.xz -Source3158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.source.tar.xz -Source3159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.tar.xz -Source3160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.doc.tar.xz -Source3161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.source.tar.xz -Source3162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.tar.xz -Source3163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz -Source3164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.source.tar.xz -Source3165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filemod.tar.xz -Source3166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filemod.doc.tar.xz -Source3167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.tar.xz -Source3168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.doc.tar.xz -Source3169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.source.tar.xz -Source3170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.tar.xz -Source3171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.doc.tar.xz -Source3172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.source.tar.xz -Source3173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixfoot.tar.xz -Source3174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz -Source3175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.tar.xz -Source3176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.doc.tar.xz -Source3177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.source.tar.xz -Source3178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz -Source3179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz -Source3180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz -Source3181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fjodor.tar.xz -Source3182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fjodor.doc.tar.xz -Source3183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.tar.xz -Source3184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.doc.tar.xz -Source3185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.source.tar.xz -Source3186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flacards.tar.xz -Source3187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flacards.doc.tar.xz -Source3188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.tar.xz -Source3189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz -Source3190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.source.tar.xz -Source3191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.tar.xz -Source3192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.doc.tar.xz -Source3193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.source.tar.xz -Source3194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashmovie.tar.xz -Source3195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz -Source3196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flipbook.tar.xz -Source3197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flipbook.doc.tar.xz -Source3198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.tar.xz -Source3199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.doc.tar.xz -Source3200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.source.tar.xz -Source3201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.tar.xz -Source3202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.doc.tar.xz -Source3203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.source.tar.xz -Source3204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.tar.xz -Source3205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.doc.tar.xz -Source3206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.source.tar.xz -Source3207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.tar.xz -Source3208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.doc.tar.xz -Source3209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.source.tar.xz -Source3210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.tar.xz -Source3211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.doc.tar.xz -Source3212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.source.tar.xz -Source3213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fn2end.tar.xz -Source3214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fn2end.doc.tar.xz -Source3215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.tar.xz -Source3216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz -Source3217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.source.tar.xz -Source3218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncychap.tar.xz -Source3219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncychap.doc.tar.xz -Source3220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncylab.tar.xz -Source3221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncylab.doc.tar.xz -Source3222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpara.tar.xz -Source3223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpara.doc.tar.xz -Source3224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpct.tar.xz -Source3225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpct.doc.tar.xz -Source3226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.tar.xz -Source3227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz -Source3228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.source.tar.xz -Source3229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.tar.xz -Source3230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz -Source3231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.source.tar.xz -Source3232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.tar.xz -Source3233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz -Source3234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.source.tar.xz -Source3235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.tar.xz -Source3236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.doc.tar.xz -Source3237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.source.tar.xz -Source3238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.tar.xz -Source3239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.doc.tar.xz -Source3240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.source.tar.xz -Source3241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnotebackref.tar.xz -Source3242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz -Source3243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.tar.xz -Source3244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz -Source3245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.source.tar.xz -Source3246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.tar.xz -Source3247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.doc.tar.xz -Source3248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.source.tar.xz -Source3249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.tar.xz -Source3250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.doc.tar.xz -Source3251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.source.tar.xz -Source3252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.tar.xz -Source3253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.doc.tar.xz -Source3254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.source.tar.xz -Source3255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.tar.xz -Source3256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.doc.tar.xz -Source3257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.source.tar.xz -Source3258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.tar.xz -Source3259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.doc.tar.xz -Source3260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.source.tar.xz -Source3261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragments.tar.xz -Source3262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragments.doc.tar.xz -Source3263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frame.tar.xz -Source3264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frame.doc.tar.xz -Source3265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/framed.tar.xz -Source3266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/framed.doc.tar.xz -Source3267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.tar.xz -Source3268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz -Source3269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.source.tar.xz -Source3270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frege.tar.xz -Source3271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frege.doc.tar.xz -Source3272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/friulan.tar.xz -Source3273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/friulan.doc.tar.xz -Source3274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/friulan.source.tar.xz -Source3275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftcap.tar.xz -Source3276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftcap.doc.tar.xz -Source3277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.tar.xz -Source3278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz -Source3279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz -Source3280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.tar.xz -Source3281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.doc.tar.xz -Source3282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.source.tar.xz -Source3283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullwidth.tar.xz -Source3284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz -Source3285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.tar.xz -Source3286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz -Source3287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz -Source3288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-cyr.tar.xz -Source3289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz -Source3290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz -Source3291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz -Source3292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fwlw.tar.xz -Source3293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fwlw.doc.tar.xz -Source3294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.tar.xz -Source3295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.doc.tar.xz -Source3296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.source.tar.xz -Source3297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gauss.tar.xz -Source3298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gauss.doc.tar.xz -Source3299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcard.tar.xz -Source3300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcard.doc.tar.xz -Source3301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.tar.xz -Source3302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.doc.tar.xz -Source3303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.source.tar.xz -Source3304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.tar.xz -Source3305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.doc.tar.xz -Source3306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.source.tar.xz -Source3307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/getfiledate.tar.xz -Source3308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz -Source3309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.tar.xz -Source3310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz -Source3311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.source.tar.xz -Source3312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gitinfo.tar.xz -Source3313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz -Source3314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gloss.tar.xz -Source3315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gloss.doc.tar.xz -Source3316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.tar.xz -Source3317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.doc.tar.xz -Source3318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.source.tar.xz -Source3319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc.tar.xz -Source3320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz -Source3321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz -Source3322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz -Source3323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz -Source3324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmeometric.tar.xz -Source3325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmeometric.doc.tar.xz -Source3326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmiflink.tar.xz -Source3327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz -Source3328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmutils.tar.xz -Source3329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmutils.doc.tar.xz -Source3330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverb.tar.xz -Source3331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverb.doc.tar.xz -Source3332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz -Source3333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz -Source3334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz -Source3335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grfpaste.tar.xz -Source3336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz -Source3337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.tar.xz -Source3338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.doc.tar.xz -Source3339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.source.tar.xz -Source3340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.tar.xz -Source3341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.doc.tar.xz -Source3342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.source.tar.xz -Source3343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.tar.xz -Source3344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz -Source3345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.source.tar.xz -Source3346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.tar.xz -Source3347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.doc.tar.xz -Source3348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.source.tar.xz -Source3349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.tar.xz -Source3350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz -Source3351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.source.tar.xz -Source3352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harnon-cv.tar.xz -Source3353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz -Source3354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harpoon.tar.xz -Source3355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harpoon.doc.tar.xz -Source3356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.tar.xz -Source3357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.doc.tar.xz -Source3358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.source.tar.xz -Source3359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/he-she.tar.xz -Source3360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/he-she.doc.tar.xz -Source3361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.tar.xz -Source3362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz -Source3363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.source.tar.xz -Source3364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.tar.xz -Source3365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.doc.tar.xz -Source3366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.source.tar.xz -Source3367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hitec.tar.xz -Source3368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hitec.doc.tar.xz -Source3369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hletter.tar.xz -Source3370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hletter.doc.tar.xz -Source3371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.tar.xz -Source3372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz -Source3373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz -Source3374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.tar.xz -Source3375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz -Source3376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.source.tar.xz -Source3377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvindex.tar.xz -Source3378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvindex.doc.tar.xz -Source3379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypdvips.tar.xz -Source3380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz -Source3381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.tar.xz -Source3382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.doc.tar.xz -Source3383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.source.tar.xz -Source3384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypernat.tar.xz -Source3385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypernat.doc.tar.xz -Source3386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref-docsrc.doc.tar.xz -Source3387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.tar.xz -Source3388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz -Source3389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz -Source3390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.tar.xz -Source3391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz -Source3392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.source.tar.xz -Source3393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.tar.xz -Source3394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz -Source3395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.source.tar.xz -Source3396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmslide.tar.xz -Source3397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz -Source3398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.tar.xz -Source3399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz -Source3400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.source.tar.xz -Source3401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.tar.xz -Source3402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz -Source3403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz -Source3404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.tar.xz -Source3405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz -Source3406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.source.tar.xz -Source3407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifthenx.tar.xz -Source3408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz -Source3409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.tar.xz -Source3410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.doc.tar.xz -Source3411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.source.tar.xz -Source3412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/image-gallery.tar.xz -Source3413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz -Source3414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.tar.xz -Source3415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz -Source3416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.source.tar.xz -Source3417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/import.tar.xz -Source3418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/import.doc.tar.xz -Source3419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/incgraph.tar.xz -Source3420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/incgraph.doc.tar.xz -Source3421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.tar.xz -Source3422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz -Source3423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.source.tar.xz -Source3424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.tar.xz -Source3425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz -Source3426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.source.tar.xz -Source3427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz -Source3428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz -Source3429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.tar.xz -Source3430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.doc.tar.xz -Source3431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.source.tar.xz -Source3432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.tar.xz -Source3433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.doc.tar.xz -Source3434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.source.tar.xz -Source3435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/invoice.tar.xz -Source3436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/invoice.doc.tar.xz -Source3437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.tar.xz -Source3438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.doc.tar.xz -Source3439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.source.tar.xz -Source3440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.tar.xz -Source3441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.doc.tar.xz -Source3442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.source.tar.xz -Source3443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.tar.xz -Source3444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.doc.tar.xz -Source3445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.source.tar.xz -Source3446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isonums.tar.xz -Source3447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isonums.doc.tar.xz -Source3448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.tar.xz -Source3449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.doc.tar.xz -Source3450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.source.tar.xz -Source3451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.tar.xz -Source3452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.doc.tar.xz -Source3453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.source.tar.xz -Source3454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.tar.xz -Source3455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.doc.tar.xz -Source3456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.source.tar.xz -Source3457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.tar.xz -Source3458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz -Source3459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.source.tar.xz -Source3460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwhdp.tar.xz -Source3461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz -Source3462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.tar.xz -Source3463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz -Source3464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.source.tar.xz -Source3465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.tar.xz -Source3466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz -Source3467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz -Source3468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.tar.xz -Source3469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.doc.tar.xz -Source3470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.source.tar.xz -Source3471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.tar.xz -Source3472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.doc.tar.xz -Source3473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.source.tar.xz -Source3474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyreader.tar.xz -Source3475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyreader.doc.tar.xz -Source3476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keystroke.tar.xz -Source3477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keystroke.doc.tar.xz -Source3478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyval2e.tar.xz -Source3479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz -Source3480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kix.tar.xz -Source3481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kix.doc.tar.xz -Source3482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz -Source3483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz -Source3484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz -Source3485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz -Source3486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.tar.xz -Source3487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz -Source3488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz -Source3489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.tar.xz -Source3490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.doc.tar.xz -Source3491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.source.tar.xz -Source3492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.tar.xz -Source3493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.doc.tar.xz -Source3494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.source.tar.xz -Source3495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.tar.xz -Source3496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.doc.tar.xz -Source3497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.source.tar.xz -Source3498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.tar.xz -Source3499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.doc.tar.xz -Source3500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.source.tar.xz -Source3501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.tar.xz -Source3502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.doc.tar.xz -Source3503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.source.tar.xz -Source3504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lazylist.tar.xz -Source3505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lazylist.doc.tar.xz -Source3506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.tar.xz -Source3507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.doc.tar.xz -Source3508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.source.tar.xz -Source3509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.tar.xz -Source3510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.doc.tar.xz -Source3511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.source.tar.xz -Source3512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.tar.xz -Source3513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.doc.tar.xz -Source3514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.source.tar.xz -Source3515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.tar.xz -Source3516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.doc.tar.xz -Source3517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.source.tar.xz -Source3518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.tar.xz -Source3519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.doc.tar.xz -Source3520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.source.tar.xz -Source3521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettre.tar.xz -Source3522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettre.doc.tar.xz -Source3523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.tar.xz -Source3524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.doc.tar.xz -Source3525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.source.tar.xz -Source3526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lewis.tar.xz -Source3527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lewis.doc.tar.xz -Source3528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.tar.xz -Source3529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.doc.tar.xz -Source3530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.source.tar.xz -Source3531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.tar.xz -Source3532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.doc.tar.xz -Source3533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.source.tar.xz -Source3534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/limap.tar.xz -Source3535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/limap.source.tar.xz -Source3536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.tar.xz -Source3537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.doc.tar.xz -Source3538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.source.tar.xz -Source3539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.tar.xz -Source3540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.doc.tar.xz -Source3541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.source.tar.xz -Source3542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz -Source3543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz -Source3544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listing.tar.xz -Source3545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listing.doc.tar.xz -Source3546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.tar.xz -Source3547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz -Source3548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz -Source3549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.tar.xz -Source3550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.doc.tar.xz -Source3551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.source.tar.xz -Source3552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lkproof.tar.xz -Source3553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lkproof.doc.tar.xz -Source3554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.tar.xz -Source3555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.doc.tar.xz -Source3556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.source.tar.xz -Source3557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.tar.xz -Source3558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.doc.tar.xz -Source3559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.source.tar.xz -Source3560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.tar.xz -Source3561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.doc.tar.xz -Source3562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.source.tar.xz -Source3563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.tar.xz -Source3564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.doc.tar.xz -Source3565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.source.tar.xz -Source3566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz -Source3567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz -Source3568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.tar.xz -Source3569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.doc.tar.xz -Source3570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.source.tar.xz -Source3571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.tar.xz -Source3572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz -Source3573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz -Source3574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/loops.tar.xz -Source3575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/loops.doc.tar.xz -Source3576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lsc.tar.xz -Source3577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lsc.doc.tar.xz -Source3578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.tar.xz -Source3579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz -Source3580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.source.tar.xz -Source3581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltabptch.tar.xz -Source3582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz -Source3583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxdockit.tar.xz -Source3584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz -Source3585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.tar.xz -Source3586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz -Source3587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.source.tar.xz -Source3588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxkeys.tar.xz -Source3589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz -Source3590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.tar.xz -Source3591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz -Source3592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.source.tar.xz -Source3593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxtools.tar.xz -Source3594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz -Source3595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/magaz.tar.xz -Source3596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/magaz.doc.tar.xz -Source3597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.tar.xz -Source3598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.doc.tar.xz -Source3599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.source.tar.xz -Source3600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.tar.xz -Source3601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz -Source3602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.source.tar.xz -Source3603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebarcode.tar.xz -Source3604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz -Source3605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.tar.xz -Source3606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.doc.tar.xz -Source3607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.source.tar.xz -Source3608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.tar.xz -Source3609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.doc.tar.xz -Source3610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.source.tar.xz -Source3611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecirc.tar.xz -Source3612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecirc.doc.tar.xz -Source3613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.tar.xz -Source3614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.doc.tar.xz -Source3615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.source.tar.xz -Source3616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.tar.xz -Source3617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.doc.tar.xz -Source3618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.source.tar.xz -Source3619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeglos.tar.xz -Source3620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeglos.doc.tar.xz -Source3621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.tar.xz -Source3622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.doc.tar.xz -Source3623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.source.tar.xz -Source3624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manfnt.tar.xz -Source3625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manfnt.source.tar.xz -Source3626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.tar.xz -Source3627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.doc.tar.xz -Source3628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.source.tar.xz -Source3629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.tar.xz -Source3630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.doc.tar.xz -Source3631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.source.tar.xz -Source3632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.tar.xz -Source3633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.doc.tar.xz -Source3634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.source.tar.xz -Source3635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathalfa.tar.xz -Source3636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz -Source3637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.tar.xz -Source3638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.doc.tar.xz -Source3639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.source.tar.xz -Source3640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.tar.xz -Source3641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.doc.tar.xz -Source3642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.source.tar.xz -Source3643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/maybemath.tar.xz -Source3644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/maybemath.doc.tar.xz -Source3645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mbenotes.tar.xz -Source3646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz -Source3647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.tar.xz -Source3648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.doc.tar.xz -Source3649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.source.tar.xz -Source3650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mceinleger.tar.xz -Source3651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz -Source3652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.tar.xz -Source3653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.doc.tar.xz -Source3654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.source.tar.xz -Source3655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mciteplus.tar.xz -Source3656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz -Source3657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.tar.xz -Source3658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.doc.tar.xz -Source3659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.source.tar.xz -Source3660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/media9.tar.xz -Source3661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/media9.doc.tar.xz -Source3662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.tar.xz -Source3663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz -Source3664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.source.tar.xz -Source3665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memexsupp.tar.xz -Source3666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz -Source3667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.tar.xz -Source3668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.doc.tar.xz -Source3669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.source.tar.xz -Source3670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.tar.xz -Source3671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.doc.tar.xz -Source3672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.source.tar.xz -Source3673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.tar.xz -Source3674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.doc.tar.xz -Source3675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.source.tar.xz -Source3676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.tar.xz -Source3677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.doc.tar.xz -Source3678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.source.tar.xz -Source3679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.tar.xz -Source3680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.doc.tar.xz -Source3681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.source.tar.xz -Source3682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midpage.tar.xz -Source3683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midpage.doc.tar.xz -Source3684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.tar.xz -Source3685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.doc.tar.xz -Source3686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.source.tar.xz -Source3687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.tar.xz -Source3688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.doc.tar.xz -Source3689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.source.tar.xz -Source3690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz -Source3691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz -Source3692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz -Source3693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.tar.xz -Source3694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.doc.tar.xz -Source3695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.source.tar.xz -Source3696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.tar.xz -Source3697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.doc.tar.xz -Source3698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.source.tar.xz -Source3699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.tar.xz -Source3700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.doc.tar.xz -Source3701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.source.tar.xz -Source3702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/misc209.tar.xz -Source3703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mla-paper.tar.xz -Source3704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz -Source3705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.tar.xz -Source3706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.doc.tar.xz -Source3707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.source.tar.xz -Source3708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mmap.tar.xz -Source3709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mmap.doc.tar.xz -Source3710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderncv.tar.xz -Source3711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderncv.doc.tar.xz -Source3712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.tar.xz -Source3713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz -Source3714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz -Source3715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.tar.xz -Source3716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.doc.tar.xz -Source3717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.source.tar.xz -Source3718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.tar.xz -Source3719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.doc.tar.xz -Source3720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.source.tar.xz -Source3721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.tar.xz -Source3722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.doc.tar.xz -Source3723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.source.tar.xz -Source3724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreenum.tar.xz -Source3725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreenum.doc.tar.xz -Source3726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.tar.xz -Source3727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.doc.tar.xz -Source3728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.source.tar.xz -Source3729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.tar.xz -Source3730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.doc.tar.xz -Source3731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.source.tar.xz -Source3732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.tar.xz -Source3733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.doc.tar.xz -Source3734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.source.tar.xz -Source3735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.tar.xz -Source3736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.doc.tar.xz -Source3737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.source.tar.xz -Source3738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.tar.xz -Source3739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.doc.tar.xz -Source3740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.source.tar.xz -Source3741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/movie15.tar.xz -Source3742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/movie15.doc.tar.xz -Source3743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.tar.xz -Source3744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.doc.tar.xz -Source3745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.source.tar.xz -Source3746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msc.tar.xz -Source3747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msc.doc.tar.xz -Source3748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.tar.xz -Source3749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.doc.tar.xz -Source3750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.source.tar.xz -Source3751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mslapa.tar.xz -Source3752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mslapa.doc.tar.xz -Source3753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.tar.xz -Source3754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz -Source3755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.source.tar.xz -Source3756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multenum.tar.xz -Source3757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multenum.doc.tar.xz -Source3758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.tar.xz -Source3759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.doc.tar.xz -Source3760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.source.tar.xz -Source3761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.tar.xz -Source3762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.doc.tar.xz -Source3763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.source.tar.xz -Source3764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.tar.xz -Source3765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.doc.tar.xz -Source3766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.source.tar.xz -Source3767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.tar.xz -Source3768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz -Source3769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.source.tar.xz -Source3770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multirow.tar.xz -Source3771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multirow.doc.tar.xz -Source3772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.tar.xz -Source3773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.doc.tar.xz -Source3774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.source.tar.xz -Source3775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.tar.xz -Source3776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.doc.tar.xz -Source3777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.source.tar.xz -Source3778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.tar.xz -Source3779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.doc.tar.xz -Source3780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.source.tar.xz -Source3781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.tar.xz -Source3782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz -Source3783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz -Source3784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.tar.xz -Source3785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.doc.tar.xz -Source3786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.source.tar.xz -Source3787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.tar.xz -Source3788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.doc.tar.xz -Source3789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.source.tar.xz -Source3790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.tar.xz -Source3791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.doc.tar.xz -Source3792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.source.tar.xz -Source3793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncclatex.tar.xz -Source3794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz -Source3795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.tar.xz -Source3796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.doc.tar.xz -Source3797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.source.tar.xz -Source3798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.tar.xz -Source3799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.doc.tar.xz -Source3800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.source.tar.xz -Source3801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nestquot.tar.xz -Source3802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newcommand.doc.tar.xz -Source3803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newenviron.tar.xz -Source3804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newenviron.doc.tar.xz -Source3805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.tar.xz -Source3806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.doc.tar.xz -Source3807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.source.tar.xz -Source3808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.tar.xz -Source3809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.doc.tar.xz -Source3810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.source.tar.xz -Source3811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.tar.xz -Source3812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.doc.tar.xz -Source3813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.source.tar.xz -Source3814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.tar.xz -Source3815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz -Source3816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz -Source3817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.tar.xz -Source3818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz -Source3819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.source.tar.xz -Source3820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.tar.xz -Source3821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.doc.tar.xz -Source3822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.source.tar.xz -Source3823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nextpage.tar.xz -Source3824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz -Source3825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz -Source3826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.tar.xz -Source3827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz -Source3828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz -Source3829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.tar.xz -Source3830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.doc.tar.xz -Source3831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.source.tar.xz -Source3832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.tar.xz -Source3833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.doc.tar.xz -Source3834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.source.tar.xz -Source3835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nlctdoc.tar.xz -Source3836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz -Source3837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.tar.xz -Source3838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz -Source3839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.source.tar.xz -Source3840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nolbreaks.tar.xz -Source3841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz -Source3842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.tar.xz -Source3843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.doc.tar.xz -Source3844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.source.tar.xz -Source3845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.tar.xz -Source3846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz -Source3847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.source.tar.xz -Source3848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.tar.xz -Source3849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz -Source3850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.source.tar.xz -Source3851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.tar.xz -Source3852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz -Source3853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz -Source3854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nopageno.tar.xz -Source3855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nopageno.doc.tar.xz -Source3856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.tar.xz -Source3857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.doc.tar.xz -Source3858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.source.tar.xz -Source3859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notoccite.tar.xz -Source3860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notoccite.doc.tar.xz -Source3861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.tar.xz -Source3862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.doc.tar.xz -Source3863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.source.tar.xz -Source3864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.tar.xz -Source3865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz -Source3866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.source.tar.xz -Source3867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numberedblock.tar.xz -Source3868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz -Source3869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numname.tar.xz -Source3870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numname.doc.tar.xz -Source3871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.tar.xz -Source3872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.doc.tar.xz -Source3873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.source.tar.xz -Source3874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocg-p.tar.xz -Source3875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz -Source3876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.tar.xz -Source3877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.doc.tar.xz -Source3878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.source.tar.xz -Source3879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-latex.tar.xz -Source3880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz -Source3881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.tar.xz -Source3882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.doc.tar.xz -Source3883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.source.tar.xz -Source3884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.tar.xz -Source3885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz -Source3886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.source.tar.xz -Source3887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.tar.xz -Source3888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz -Source3889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz -Source3890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.tar.xz -Source3891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.doc.tar.xz -Source3892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.source.tar.xz -Source3893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/optional.tar.xz -Source3894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/optional.doc.tar.xz -Source3895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outline.tar.xz -Source3896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outline.doc.tar.xz -Source3897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outliner.tar.xz -Source3898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outliner.doc.tar.xz -Source3899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/overpic.tar.xz -Source3900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/overpic.doc.tar.xz -Source3901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.tar.xz -Source3902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz -Source3903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.source.tar.xz -Source3904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.tar.xz -Source3905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.doc.tar.xz -Source3906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.source.tar.xz -Source3907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.tar.xz -Source3908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.doc.tar.xz -Source3909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.source.tar.xz -Source3910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagerange.tar.xz -Source3911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagerange.doc.tar.xz -Source3912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.tar.xz -Source3913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.doc.tar.xz -Source3914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.source.tar.xz -Source3915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.tar.xz -Source3916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.doc.tar.xz -Source3917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.source.tar.xz -Source3918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.tar.xz -Source3919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz -Source3920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.source.tar.xz -Source3921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.tar.xz -Source3922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.doc.tar.xz -Source3923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.source.tar.xz -Source3924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.tar.xz -Source3925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.doc.tar.xz -Source3926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.source.tar.xz -Source3927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.tar.xz -Source3928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.doc.tar.xz -Source3929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.source.tar.xz -Source3930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.tar.xz -Source3931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.doc.tar.xz -Source3932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.source.tar.xz -Source3933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parnotes.tar.xz -Source3934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parnotes.doc.tar.xz -Source3935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.tar.xz -Source3936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.doc.tar.xz -Source3937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.source.tar.xz -Source3938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.tar.xz -Source3939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz -Source3940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.source.tar.xz -Source3941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.tar.xz -Source3942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz -Source3943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.source.tar.xz -Source3944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.tar.xz -Source3945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.doc.tar.xz -Source3946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.source.tar.xz -Source3947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.tar.xz -Source3948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.doc.tar.xz -Source3949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.source.tar.xz -Source3950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.tar.xz -Source3951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.doc.tar.xz -Source3952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.source.tar.xz -Source3953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.tar.xz -Source3954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz -Source3955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.source.tar.xz -Source3956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.tar.xz -Source3957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.doc.tar.xz -Source3958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.source.tar.xz -Source3959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcomment.tar.xz -Source3960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz -Source3961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.tar.xz -Source3962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz -Source3963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz -Source3964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz -Source3965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz -Source3966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfscreen.tar.xz -Source3967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz -Source3968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfslide.tar.xz -Source3969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz -Source3970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfsync.tar.xz -Source3971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz -Source3972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfwin.tar.xz -Source3973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz -Source3974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.tar.xz -Source3975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.doc.tar.xz -Source3976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.source.tar.xz -Source3977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pecha.tar.xz -Source3978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pecha.doc.tar.xz -Source3979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.tar.xz -Source3980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.doc.tar.xz -Source3981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.source.tar.xz -Source3982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.tar.xz -Source3983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.doc.tar.xz -Source3984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.source.tar.xz -Source3985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petiteannonce.tar.xz -Source3986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz -Source3987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philex.tar.xz -Source3988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philex.doc.tar.xz -Source3989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.tar.xz -Source3990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.doc.tar.xz -Source3991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.source.tar.xz -Source3992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piff.tar.xz -Source3993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piff.doc.tar.xz -Source3994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.tar.xz -Source3995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.doc.tar.xz -Source3996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.source.tar.xz -Source3997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plates.tar.xz -Source3998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plates.doc.tar.xz -Source3999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plantslabels.tar.xz -Source4000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz -Source4001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.tar.xz -Source4002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.doc.tar.xz -Source4003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.source.tar.xz -Source4004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglot.tar.xz -Source4005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglot.doc.tar.xz -Source4006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglot.source.tar.xz -Source4007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.tar.xz -Source4008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.doc.tar.xz -Source4009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.source.tar.xz -Source4010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.tar.xz -Source4011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.doc.tar.xz -Source4012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.source.tar.xz -Source4013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.tar.xz -Source4014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.doc.tar.xz -Source4015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.source.tar.xz -Source4016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/postcards.tar.xz -Source4017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/postcards.doc.tar.xz -Source4018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poster-mac.tar.xz -Source4019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz -Source4020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.tar.xz -Source4021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz -Source4022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz -Source4023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.tar.xz -Source4024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.doc.tar.xz -Source4025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.source.tar.xz -Source4026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.tar.xz -Source4027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.doc.tar.xz -Source4028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.source.tar.xz -Source4029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/printlen.tar.xz -Source4030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/printlen.doc.tar.xz -Source4031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.tar.xz -Source4032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.doc.tar.xz -Source4033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.source.tar.xz -Source4034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/program.tar.xz -Source4035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/program.doc.tar.xz -Source4036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progress.tar.xz -Source4037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progress.doc.tar.xz -Source4038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progressbar.tar.xz -Source4039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progressbar.doc.tar.xz -Source4040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/properties.tar.xz -Source4041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/properties.doc.tar.xz -Source4042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.tar.xz -Source4043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.doc.tar.xz -Source4044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.source.tar.xz -Source4045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protex.tar.xz -Source4046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protex.doc.tar.xz -Source4047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.tar.xz -Source4048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.doc.tar.xz -Source4049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.source.tar.xz -Source4050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.tar.xz -Source4051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.doc.tar.xz -Source4052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.source.tar.xz -Source4053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.tar.xz -Source4054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz -Source4055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz -Source4056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.tar.xz -Source4057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.doc.tar.xz -Source4058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.source.tar.xz -Source4059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.tar.xz -Source4060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz -Source4061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz -Source4062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/python.tar.xz -Source4063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/python.doc.tar.xz -Source4064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.tar.xz -Source4065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.doc.tar.xz -Source4066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.source.tar.xz -Source4067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.tar.xz -Source4068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.doc.tar.xz -Source4069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.source.tar.xz -Source4070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.tar.xz -Source4071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.doc.tar.xz -Source4072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.source.tar.xz -Source4073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.tar.xz -Source4074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz -Source4075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.source.tar.xz -Source4076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.tar.xz -Source4077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.doc.tar.xz -Source4078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.source.tar.xz -Source4079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.tar.xz -Source4080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.doc.tar.xz -Source4081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.source.tar.xz -Source4082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.tar.xz -Source4083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz -Source4084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.source.tar.xz -Source4085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randtext.tar.xz -Source4086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randtext.doc.tar.xz -Source4087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.tar.xz -Source4088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.doc.tar.xz -Source4089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.source.tar.xz -Source4090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.tar.xz -Source4091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz -Source4092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz -Source4093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.tar.xz -Source4094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz -Source4095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz -Source4096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/readarray.tar.xz -Source4097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/readarray.doc.tar.xz -Source4098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.tar.xz -Source4099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.doc.tar.xz -Source4100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.source.tar.xz -Source4101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipe.tar.xz -Source4102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipe.doc.tar.xz -Source4103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.tar.xz -Source4104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.doc.tar.xz -Source4105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.source.tar.xz -Source4106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rectopma.tar.xz -Source4107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rectopma.doc.tar.xz -Source4108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refcheck.tar.xz -Source4109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refcheck.doc.tar.xz -Source4110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.tar.xz -Source4111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.doc.tar.xz -Source4112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.source.tar.xz -Source4113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.tar.xz -Source4114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.doc.tar.xz -Source4115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.source.tar.xz -Source4116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.tar.xz -Source4117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.doc.tar.xz -Source4118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.source.tar.xz -Source4119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.tar.xz -Source4120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz -Source4121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.source.tar.xz -Source4122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.tar.xz -Source4123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.doc.tar.xz -Source4124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.source.tar.xz -Source4125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.tar.xz -Source4126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.doc.tar.xz -Source4127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.source.tar.xz -Source4128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.tar.xz -Source4129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.doc.tar.xz -Source4130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.source.tar.xz -Source4131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relsize.tar.xz -Source4132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relsize.doc.tar.xz -Source4133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/repeatindex.tar.xz -Source4134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz -Source4135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.tar.xz -Source4136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz -Source4137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz -Source4138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rlepsf.tar.xz -Source4139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz -Source4140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rmpage.tar.xz -Source4141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rmpage.doc.tar.xz -Source4142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.tar.xz -Source4143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz -Source4144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.source.tar.xz -Source4145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustindex.tar.xz -Source4146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustindex.doc.tar.xz -Source4147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.tar.xz -Source4148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.doc.tar.xz -Source4149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.source.tar.xz -Source4150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanneg.tar.xz -Source4151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanneg.doc.tar.xz -Source4152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.tar.xz -Source4153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.doc.tar.xz -Source4154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.source.tar.xz -Source4155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romansh.tar.xz -Source4156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romansh.doc.tar.xz -Source4157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romansh.source.tar.xz -Source4158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.tar.xz -Source4159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz -Source4160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.source.tar.xz -Source4161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotpages.tar.xz -Source4162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotpages.doc.tar.xz -Source4163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roundbox.tar.xz -Source4164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roundbox.doc.tar.xz -Source4165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.tar.xz -Source4166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz -Source4167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz -Source4168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rvwrite.tar.xz -Source4169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz -Source4170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.tar.xz -Source4171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz -Source4172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.source.tar.xz -Source4173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savesym.tar.xz -Source4174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.tar.xz -Source4175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.doc.tar.xz -Source4176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.source.tar.xz -Source4177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.tar.xz -Source4178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.doc.tar.xz -Source4179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.source.tar.xz -Source4180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.tar.xz -Source4181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.doc.tar.xz -Source4182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.source.tar.xz -Source4183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalerel.tar.xz -Source4184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalerel.doc.tar.xz -Source4185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sdrt.tar.xz -Source4186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sdrt.doc.tar.xz -Source4187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/secdot.tar.xz -Source4188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/secdot.doc.tar.xz -Source4189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectionbox.tar.xz -Source4190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz -Source4191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.tar.xz -Source4192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.doc.tar.xz -Source4193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.source.tar.xz -Source4194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/selectp.tar.xz -Source4195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/selectp.doc.tar.xz -Source4196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.tar.xz -Source4197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.doc.tar.xz -Source4198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.source.tar.xz -Source4199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.tar.xz -Source4200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.doc.tar.xz -Source4201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.source.tar.xz -Source4202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepfootnotes.tar.xz -Source4203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz -Source4204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.tar.xz -Source4205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz -Source4206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.source.tar.xz -Source4207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz -Source4208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz -Source4209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz -Source4210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz -Source4211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz -Source4212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz -Source4213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-lig.tar.xz -Source4214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz -Source4215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbianc.tar.xz -Source4216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbianc.doc.tar.xz -Source4217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbianc.source.tar.xz -Source4218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.tar.xz -Source4219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.doc.tar.xz -Source4220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.source.tar.xz -Source4221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.tar.xz -Source4222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.doc.tar.xz -Source4223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.source.tar.xz -Source4224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfmath.tar.xz -Source4225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadow.tar.xz -Source4226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadow.doc.tar.xz -Source4227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadowtext.tar.xz -Source4228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz -Source4229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadethm.tar.xz -Source4230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadethm.doc.tar.xz -Source4231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shapepar.tar.xz -Source4232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shapepar.doc.tar.xz -Source4233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shipunov.tar.xz -Source4234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shipunov.doc.tar.xz -Source4235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.tar.xz -Source4236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz -Source4237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.source.tar.xz -Source4238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.tar.xz -Source4239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.doc.tar.xz -Source4240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.source.tar.xz -Source4241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.tar.xz -Source4242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz -Source4243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz -Source4244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showdim.tar.xz -Source4245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showdim.doc.tar.xz -Source4246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.tar.xz -Source4247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.doc.tar.xz -Source4248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.source.tar.xz -Source4249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.tar.xz -Source4250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.doc.tar.xz -Source4251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.source.tar.xz -Source4252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.tar.xz -Source4253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.doc.tar.xz -Source4254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.source.tar.xz -Source4255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.tar.xz -Source4256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz -Source4257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.source.tar.xz -Source4258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.tar.xz -Source4259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.doc.tar.xz -Source4260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.source.tar.xz -Source4261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.tar.xz -Source4262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.doc.tar.xz -Source4263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.source.tar.xz -Source4264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.tar.xz -Source4265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.doc.tar.xz -Source4266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.source.tar.xz -Source4267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.tar.xz -Source4268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.doc.tar.xz -Source4269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.source.tar.xz -Source4270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.tar.xz -Source4271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.doc.tar.xz -Source4272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.source.tar.xz -Source4273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.tar.xz -Source4274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.doc.tar.xz -Source4275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.source.tar.xz -Source4276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.tar.xz -Source4277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.doc.tar.xz -Source4278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.source.tar.xz -Source4279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeycommand.tar.xz -Source4280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz -Source4281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeyval.tar.xz -Source4282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeyval.doc.tar.xz -Source4283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skrapport.tar.xz -Source4284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skrapport.doc.tar.xz -Source4285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.tar.xz -Source4286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.doc.tar.xz -Source4287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.source.tar.xz -Source4288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smalltableof.tar.xz -Source4289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz -Source4290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartref.tar.xz -Source4291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartref.doc.tar.xz -Source4292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.tar.xz -Source4293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.doc.tar.xz -Source4294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.source.tar.xz -Source4295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.tar.xz -Source4296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.doc.tar.xz -Source4297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.source.tar.xz -Source4298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanglish.tar.xz -Source4299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanglish.doc.tar.xz -Source4300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sparklines.tar.xz -Source4301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sparklines.doc.tar.xz -Source4302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spreadtab.tar.xz -Source4303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz -Source4304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.tar.xz -Source4305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz -Source4306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.source.tar.xz -Source4307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.tar.xz -Source4308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.doc.tar.xz -Source4309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.source.tar.xz -Source4310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.tar.xz -Source4311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.doc.tar.xz -Source4312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.source.tar.xz -Source4313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spotcolor.tar.xz -Source4314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz -Source4315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srbook-mem.tar.xz -Source4316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz -Source4317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.tar.xz -Source4318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.doc.tar.xz -Source4319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.source.tar.xz -Source4320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.tar.xz -Source4321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.doc.tar.xz -Source4322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.source.tar.xz -Source4323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stack.tar.xz -Source4324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stack.source.tar.xz -Source4325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.tar.xz -Source4326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.doc.tar.xz -Source4327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.source.tar.xz -Source4328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.tar.xz -Source4329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.doc.tar.xz -Source4330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.source.tar.xz -Source4331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.tar.xz -Source4332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz -Source4333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz -Source4334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.tar.xz -Source4335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.doc.tar.xz -Source4336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.source.tar.xz -Source4337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.tar.xz -Source4338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.doc.tar.xz -Source4339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.source.tar.xz -Source4340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.tar.xz -Source4341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.doc.tar.xz -Source4342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.source.tar.xz -Source4343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storecmd.tar.xz -Source4344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storecmd.doc.tar.xz -Source4345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.tar.xz -Source4346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz -Source4347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.source.tar.xz -Source4348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.tar.xz -Source4349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.doc.tar.xz -Source4350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.source.tar.xz -Source4351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stubs.tar.xz -Source4352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stubs.doc.tar.xz -Source4353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.tar.xz -Source4354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.doc.tar.xz -Source4355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.source.tar.xz -Source4356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.tar.xz -Source4357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.doc.tar.xz -Source4358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.source.tar.xz -Source4359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.tar.xz -Source4360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz -Source4361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz -Source4362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigmat.tar.xz -Source4363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz -Source4364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.tar.xz -Source4365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.doc.tar.xz -Source4366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.source.tar.xz -Source4367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.tar.xz -Source4368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.doc.tar.xz -Source4369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.source.tar.xz -Source4370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.tar.xz -Source4371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.doc.tar.xz -Source4372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.source.tar.xz -Source4373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substitutefont.tar.xz -Source4374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz -Source4375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substr.tar.xz -Source4376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substr.doc.tar.xz -Source4377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.tar.xz -Source4378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.doc.tar.xz -Source4379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.source.tar.xz -Source4380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.tar.xz -Source4381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.doc.tar.xz -Source4382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.source.tar.xz -Source4383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svgcolor.tar.xz -Source4384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz -Source4385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.tar.xz -Source4386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.doc.tar.xz -Source4387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.source.tar.xz -Source4388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.tar.xz -Source4389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz -Source4390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.source.tar.xz -Source4391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.tar.xz -Source4392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.doc.tar.xz -Source4393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.source.tar.xz -Source4394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntax.tar.xz -Source4395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntax.doc.tar.xz -Source4396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.tar.xz -Source4397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.doc.tar.xz -Source4398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.source.tar.xz -Source4399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.tar.xz -Source4400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.doc.tar.xz -Source4401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.source.tar.xz -Source4402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.tar.xz -Source4403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz -Source4404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.source.tar.xz -Source4405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableaux.tar.xz -Source4406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableaux.doc.tar.xz -Source4407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.tar.xz -Source4408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz -Source4409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz -Source4410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.tar.xz -Source4411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.doc.tar.xz -Source4412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.source.tar.xz -Source4413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.tar.xz -Source4414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.doc.tar.xz -Source4415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.source.tar.xz -Source4416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabls.tar.xz -Source4417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabls.doc.tar.xz -Source4418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-ltx.tar.xz -Source4419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz -Source4420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.tar.xz -Source4421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.doc.tar.xz -Source4422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.source.tar.xz -Source4423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.tar.xz -Source4424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz -Source4425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.source.tar.xz -Source4426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularcalc.tar.xz -Source4427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz -Source4428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.tar.xz -Source4429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.doc.tar.xz -Source4430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.source.tar.xz -Source4431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.tar.xz -Source4432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.doc.tar.xz -Source4433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.source.tar.xz -Source4434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tagging.tar.xz -Source4435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tagging.doc.tar.xz -Source4436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.tar.xz -Source4437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.doc.tar.xz -Source4438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.source.tar.xz -Source4439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamefloats.tar.xz -Source4440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz -Source4441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.tar.xz -Source4442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz -Source4443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.source.tar.xz -Source4444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcolorbox.tar.xz -Source4445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz -Source4446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdclock.tar.xz -Source4447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdclock.doc.tar.xz -Source4448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/technics.tar.xz -Source4449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/technics.doc.tar.xz -Source4450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.tar.xz -Source4451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.doc.tar.xz -Source4452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.source.tar.xz -Source4453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.tar.xz -Source4454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.doc.tar.xz -Source4455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.source.tar.xz -Source4456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.tar.xz -Source4457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.doc.tar.xz -Source4458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.source.tar.xz -Source4459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.tar.xz -Source4460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.doc.tar.xz -Source4461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.source.tar.xz -Source4462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlogos.tar.xz -Source4463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.tar.xz -Source4464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.doc.tar.xz -Source4465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.source.tar.xz -Source4466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.tar.xz -Source4467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.doc.tar.xz -Source4468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.source.tar.xz -Source4469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.tar.xz -Source4470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.doc.tar.xz -Source4471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.source.tar.xz -Source4472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.tar.xz -Source4473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.doc.tar.xz -Source4474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.source.tar.xz -Source4475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.tar.xz -Source4476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.doc.tar.xz -Source4477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.source.tar.xz -Source4478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.tar.xz -Source4479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.doc.tar.xz -Source4480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.source.tar.xz -Source4481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.tar.xz -Source4482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.doc.tar.xz -Source4483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.source.tar.xz -Source4484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.tar.xz -Source4485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.doc.tar.xz -Source4486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.source.tar.xz -Source4487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/theoremref.tar.xz -Source4488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/theoremref.doc.tar.xz -Source4489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.tar.xz -Source4490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.doc.tar.xz -Source4491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.source.tar.xz -Source4492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttable.tar.xz -Source4493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz -Source4494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttablex.tar.xz -Source4495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz -Source4496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thinsp.tar.xz -Source4497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thinsp.doc.tar.xz -Source4498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.tar.xz -Source4499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.doc.tar.xz -Source4500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.source.tar.xz -Source4501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.tar.xz -Source4502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.doc.tar.xz -Source4503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.source.tar.xz -Source4504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.tar.xz -Source4505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.doc.tar.xz -Source4506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.source.tar.xz -Source4507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumby.tar.xz -Source4508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumby.doc.tar.xz -Source4509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ticket.tar.xz -Source4510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ticket.doc.tar.xz -Source4511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/timesht.tar.xz -Source4512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/timesht.doc.tar.xz -Source4513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/timesht.source.tar.xz -Source4514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlefoot.tar.xz -Source4515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepic.tar.xz -Source4516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepic.doc.tar.xz -Source4517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titleref.tar.xz -Source4518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titleref.doc.tar.xz -Source4519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlesec.tar.xz -Source4520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlesec.doc.tar.xz -Source4521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.tar.xz -Source4522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.doc.tar.xz -Source4523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.source.tar.xz -Source4524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.tar.xz -Source4525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz -Source4526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.source.tar.xz -Source4527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.tar.xz -Source4528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.doc.tar.xz -Source4529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.source.tar.xz -Source4530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.tar.xz -Source4531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz -Source4532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz -Source4533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.tar.xz -Source4534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.doc.tar.xz -Source4535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.source.tar.xz -Source4536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.tar.xz -Source4537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.doc.tar.xz -Source4538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.source.tar.xz -Source4539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tokenizer.tar.xz -Source4540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz -Source4541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.tar.xz -Source4542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.doc.tar.xz -Source4543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.source.tar.xz -Source4544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/topfloat.tar.xz -Source4545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/topfloat.doc.tar.xz -Source4546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.tar.xz -Source4547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.doc.tar.xz -Source4548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.source.tar.xz -Source4549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.tar.xz -Source4550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.doc.tar.xz -Source4551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.source.tar.xz -Source4552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.tar.xz -Source4553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz -Source4554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.source.tar.xz -Source4555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.tar.xz -Source4556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz -Source4557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.source.tar.xz -Source4558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.tar.xz -Source4559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.doc.tar.xz -Source4560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.source.tar.xz -Source4561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.tar.xz -Source4562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz -Source4563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.source.tar.xz -Source4564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/truncate.tar.xz -Source4565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/truncate.doc.tar.xz -Source4566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.tar.xz -Source4567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.doc.tar.xz -Source4568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.source.tar.xz -Source4569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnthepage.tar.xz -Source4570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz -Source4571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoinone.tar.xz -Source4572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoinone.doc.tar.xz -Source4573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.tar.xz -Source4574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.doc.tar.xz -Source4575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.source.tar.xz -Source4576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.tar.xz -Source4577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz -Source4578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.source.tar.xz -Source4579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.tar.xz -Source4580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.doc.tar.xz -Source4581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.source.tar.xz -Source4582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.tar.xz -Source4583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.doc.tar.xz -Source4584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.source.tar.xz -Source4585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.tar.xz -Source4586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.doc.tar.xz -Source4587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.source.tar.xz -Source4588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucs.tar.xz -Source4589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucs.doc.tar.xz -Source4590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uebungsblatt.tar.xz -Source4591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz -Source4592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.tar.xz -Source4593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.doc.tar.xz -Source4594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.source.tar.xz -Source4595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.tar.xz -Source4596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.doc.tar.xz -Source4597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.source.tar.xz -Source4598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underoverlap.tar.xz -Source4599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz -Source4600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.tar.xz -Source4601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.doc.tar.xz -Source4602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.source.tar.xz -Source4603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.tar.xz -Source4604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.doc.tar.xz -Source4605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.source.tar.xz -Source4606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upmethodology.tar.xz -Source4607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz -Source4608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.tar.xz -Source4609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.doc.tar.xz -Source4610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.source.tar.xz -Source4611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.tar.xz -Source4612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.doc.tar.xz -Source4613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.source.tar.xz -Source4614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.tar.xz -Source4615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.doc.tar.xz -Source4616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.source.tar.xz -Source4617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.tar.xz -Source4618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.doc.tar.xz -Source4619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.source.tar.xz -Source4620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varsfromjobname.tar.xz -Source4621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz -Source4622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varwidth.tar.xz -Source4623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varwidth.doc.tar.xz -Source4624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbasef.tar.xz -Source4625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbasef.doc.tar.xz -Source4626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimcopy.tar.xz -Source4627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz -Source4628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbdef.tar.xz -Source4629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbdef.doc.tar.xz -Source4630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbments.tar.xz -Source4631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbments.doc.tar.xz -Source4632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/version.tar.xz -Source4633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/version.doc.tar.xz -Source4634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/versions.tar.xz -Source4635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/versions.doc.tar.xz -Source4636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.tar.xz -Source4637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.doc.tar.xz -Source4638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.source.tar.xz -Source4639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vhistory.tar.xz -Source4640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vhistory.doc.tar.xz -Source4641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.tar.xz -Source4642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.doc.tar.xz -Source4643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.source.tar.xz -Source4644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.tar.xz -Source4645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.doc.tar.xz -Source4646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.source.tar.xz -Source4647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.tar.xz -Source4648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.doc.tar.xz -Source4649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vruler.tar.xz -Source4650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vruler.doc.tar.xz -Source4651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.tar.xz -Source4652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.doc.tar.xz -Source4653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.source.tar.xz -Source4654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wallpaper.tar.xz -Source4655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz -Source4656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warning.tar.xz -Source4657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warning.doc.tar.xz -Source4658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.tar.xz -Source4659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.doc.tar.xz -Source4660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.source.tar.xz -Source4661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.tar.xz -Source4662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.doc.tar.xz -Source4663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.source.tar.xz -Source4664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.tar.xz -Source4665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.doc.tar.xz -Source4666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.source.tar.xz -Source4667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/williams.tar.xz -Source4668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/williams.doc.tar.xz -Source4669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.tar.xz -Source4670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.doc.tar.xz -Source4671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.source.tar.xz -Source4672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wrapfig.tar.xz -Source4673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz -Source4674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.tar.xz -Source4675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.doc.tar.xz -Source4676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.source.tar.xz -Source4677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xbmc.tar.xz -Source4678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcomment.tar.xz -Source4679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcomment.doc.tar.xz -Source4680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xhfill.tar.xz -Source4681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xhfill.doc.tar.xz -Source4682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.tar.xz -Source4683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.doc.tar.xz -Source4684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.source.tar.xz -Source4685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.tar.xz -Source4686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.doc.tar.xz -Source4687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.source.tar.xz -Source4688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.tar.xz -Source4689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.doc.tar.xz -Source4690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.source.tar.xz -Source4691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.tar.xz -Source4692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.doc.tar.xz -Source4693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.source.tar.xz -Source4694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.tar.xz -Source4695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz -Source4696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.source.tar.xz -Source4697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xnewcommand.tar.xz -Source4698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz -Source4699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xoptarg.tar.xz -Source4700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz -Source4701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.tar.xz -Source4702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.doc.tar.xz -Source4703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.source.tar.xz -Source4704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.tar.xz -Source4705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.doc.tar.xz -Source4706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.source.tar.xz -Source4707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.tar.xz -Source4708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz -Source4709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz -Source4710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xstring.tar.xz -Source4711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xstring.doc.tar.xz -Source4712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xwatermark.tar.xz -Source4713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz -Source4714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xytree.tar.xz -Source4715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xytree.doc.tar.xz -Source4716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.tar.xz -Source4717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.doc.tar.xz -Source4718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.source.tar.xz -Source4719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.tar.xz -Source4720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz -Source4721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.source.tar.xz -Source4722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.tar.xz -Source4723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.doc.tar.xz -Source4724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.source.tar.xz -Source4725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yplan.tar.xz -Source4726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yplan.doc.tar.xz -Source4727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zed-csp.tar.xz -Source4728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz -Source4729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ziffer.tar.xz -Source4730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ziffer.doc.tar.xz -Source4731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwgetfdate.tar.xz -Source4732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz -Source4733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwpagelayout.tar.xz -Source4734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz -Source4735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.tar.xz -Source4736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.doc.tar.xz -Source4737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.tar.xz -Source4738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.doc.tar.xz -Source4739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.source.tar.xz -Source4740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interpreter.tar.xz -Source4741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interpreter.doc.tar.xz -Source4742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz -Source4743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz -Source4744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz -Source4745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz -Source4746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.tar.xz -Source4747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz -Source4748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.tar.xz -Source4749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz -Source4750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.source.tar.xz -Source4751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.tar.xz -Source4752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.doc.tar.xz -Source4753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.source.tar.xz -Source4754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.tar.xz -Source4755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.doc.tar.xz -Source4756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.source.tar.xz -Source4757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.tar.xz -Source4758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz -Source4759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.source.tar.xz -Source4760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaintro.doc.tar.xz -Source4761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz -Source4762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-doc.source.tar.xz -Source4763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.tar.xz -Source4764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz -Source4765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz -Source4766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.tar.xz -Source4767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.doc.tar.xz -Source4768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.source.tar.xz -Source4769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.tar.xz -Source4770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.doc.tar.xz -Source4771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.source.tar.xz -Source4772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.tar.xz -Source4773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz -Source4774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.source.tar.xz -Source4775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.tar.xz -Source4776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.doc.tar.xz -Source4777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.source.tar.xz -Source4778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.tar.xz -Source4779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz -Source4780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.source.tar.xz -Source4781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.tar.xz -Source4782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.doc.tar.xz -Source4783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.source.tar.xz -Source4784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaxml.tar.xz -Source4785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaxml.doc.tar.xz -Source4786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/odsfile.tar.xz -Source4787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/odsfile.doc.tar.xz -Source4788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showhyphens.tar.xz -Source4789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz -Source4790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spelling.tar.xz -Source4791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spelling.doc.tar.xz -Source4792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.tar.xz -Source4793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.doc.tar.xz -Source4794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.source.tar.xz -Source4795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commath.tar.xz -Source4796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commath.doc.tar.xz -Source4797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.tar.xz -Source4798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.doc.tar.xz -Source4799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.source.tar.xz -Source4800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concrete.tar.xz -Source4801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concrete.doc.tar.xz -Source4802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.tar.xz -Source4803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz -Source4804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.source.tar.xz -Source4805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extarrows.tar.xz -Source4806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extarrows.doc.tar.xz -Source4807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.tar.xz -Source4808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz -Source4809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.source.tar.xz -Source4810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.tar.xz -Source4811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.doc.tar.xz -Source4812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.source.tar.xz -Source4813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.tar.xz -Source4814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz -Source4815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.source.tar.xz -Source4816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isomath.tar.xz -Source4817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isomath.doc.tar.xz -Source4818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.tar.xz -Source4819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz -Source4820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.source.tar.xz -Source4821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.tar.xz -Source4822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.doc.tar.xz -Source4823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.source.tar.xz -Source4824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhequ.tar.xz -Source4825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhequ.doc.tar.xz -Source4826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.tar.xz -Source4827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz -Source4828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.source.tar.xz -Source4829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nath.tar.xz -Source4830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nath.doc.tar.xz -Source4831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ot-tableau.tar.xz -Source4832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz -Source4833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.tar.xz -Source4834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.doc.tar.xz -Source4835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.source.tar.xz -Source4836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rec-thy.tar.xz -Source4837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz -Source4838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.tar.xz -Source4839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.doc.tar.xz -Source4840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.source.tar.xz -Source4841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skmath.tar.xz -Source4842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skmath.doc.tar.xz -Source4843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex.tar.xz -Source4844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex.doc.tar.xz -Source4845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex2.tar.xz -Source4846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex2.doc.tar.xz -Source4847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/susy.tar.xz -Source4848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/susy.doc.tar.xz -Source4849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syllogism.tar.xz -Source4850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syllogism.doc.tar.xz -Source4851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synproof.tar.xz -Source4852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synproof.doc.tar.xz -Source4853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablor.tar.xz -Source4854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablor.doc.tar.xz -Source4855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.tar.xz -Source4856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.doc.tar.xz -Source4857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.source.tar.xz -Source4858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ewd.tar.xz -Source4859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz -Source4860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.tar.xz -Source4861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.doc.tar.xz -Source4862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.source.tar.xz -Source4863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.tar.xz -Source4864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.doc.tar.xz -Source4865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.source.tar.xz -Source4866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.tar.xz -Source4867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz -Source4868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.source.tar.xz -Source4869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venn.tar.xz -Source4870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venn.doc.tar.xz -Source4871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.tar.xz -Source4872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.doc.tar.xz -Source4873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.source.tar.xz -Source4874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.tar.xz -Source4875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.doc.tar.xz -Source4876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.source.tar.xz -Source4877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drv.tar.xz -Source4878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drv.doc.tar.xz -Source4879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviincl.tar.xz -Source4880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviincl.doc.tar.xz -Source4881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.tar.xz -Source4882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.doc.tar.xz -Source4883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.source.tar.xz -Source4884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsincl.tar.xz -Source4885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsincl.doc.tar.xz -Source4886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.tar.xz -Source4887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.doc.tar.xz -Source4888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.source.tar.xz -Source4889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exteps.tar.xz -Source4890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exteps.doc.tar.xz -Source4891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/featpost.tar.xz -Source4892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/featpost.doc.tar.xz -Source4893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.tar.xz -Source4894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.doc.tar.xz -Source4895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.source.tar.xz -Source4896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.tar.xz -Source4897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz -Source4898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz -Source4899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garrigues.tar.xz -Source4900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garrigues.doc.tar.xz -Source4901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.tar.xz -Source4902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.doc.tar.xz -Source4903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.source.tar.xz -Source4904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexmp.tar.xz -Source4905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexmp.doc.tar.xz -Source4906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metago.tar.xz -Source4907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metago.doc.tar.xz -Source4908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaobj.tar.xz -Source4909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaobj.doc.tar.xz -Source4910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaplot.tar.xz -Source4911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaplot.doc.tar.xz -Source4912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metauml.tar.xz -Source4913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metauml.doc.tar.xz -Source4914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.tar.xz -Source4915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.doc.tar.xz -Source4916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.source.tar.xz -Source4917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.tar.xz -Source4918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz -Source4919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz -Source4920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mp3d.tar.xz -Source4921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mp3d.doc.tar.xz -Source4922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.tar.xz -Source4923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz -Source4924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz -Source4925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpattern.tar.xz -Source4926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpattern.doc.tar.xz -Source4927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.tar.xz -Source4928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz -Source4929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz -Source4930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piechartmp.tar.xz -Source4931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz -Source4932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roex.tar.xz -Source4933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roex.source.tar.xz -Source4934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slideshow.tar.xz -Source4935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slideshow.doc.tar.xz -Source4936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.tar.xz -Source4937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.doc.tar.xz -Source4938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.source.tar.xz -Source4939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suanpan.tar.xz -Source4940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suanpan.doc.tar.xz -Source4941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpath.tar.xz -Source4942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpath.doc.tar.xz -Source4943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeddice.tar.xz -Source4944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeddice.doc.tar.xz -Source4945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbas.tar.xz -Source4946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbas.doc.tar.xz -Source4947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gchords.tar.xz -Source4948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gchords.doc.tar.xz -Source4949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gtrcrd.tar.xz -Source4950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz -Source4951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.tar.xz -Source4952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.doc.tar.xz -Source4953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.source.tar.xz -Source4954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harmony.tar.xz -Source4955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harmony.doc.tar.xz -Source4956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.tar.xz -Source4957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.doc.tar.xz -Source4958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixguit.tar.xz -Source4959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixguit.doc.tar.xz -Source4960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.tar.xz -Source4961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.doc.tar.xz -Source4962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.source.tar.xz -Source4963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex-fnts.tar.xz -Source4964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex-fnts.doc.tar.xz -Source4965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.tar.xz -Source4966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.doc.tar.xz -Source4967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.tar.xz -Source4968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.doc.tar.xz -Source4969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.source.tar.xz -Source4970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.tar.xz -Source4971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.doc.tar.xz -Source4972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figflow.tar.xz -Source4973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figflow.doc.tar.xz -Source4974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixpdfmag.tar.xz -Source4975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/font-change.tar.xz -Source4976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/font-change.doc.tar.xz -Source4977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontch.tar.xz -Source4978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontch.doc.tar.xz -Source4979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.tar.xz -Source4980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz -Source4981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz -Source4982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyplain.tar.xz -Source4983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyplain.doc.tar.xz -Source4984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/js-misc.tar.xz -Source4985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/js-misc.doc.tar.xz -Source4986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkpattern.tar.xz -Source4987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz -Source4988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newsletr.tar.xz -Source4989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newsletr.doc.tar.xz -Source4990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pitex.tar.xz -Source4991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pitex.doc.tar.xz -Source4992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins-plain.tar.xz -Source4993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plipsum.tar.xz -Source4994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plipsum.doc.tar.xz -Source4995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plnfss.tar.xz -Source4996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plnfss.doc.tar.xz -Source4997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/present.tar.xz -Source4998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/present.doc.tar.xz -Source4999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumemac.tar.xz -Source5000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumemac.doc.tar.xz -Source5001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/timetable.tar.xz -Source5002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/treetex.tar.xz -Source5003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/treetex.doc.tar.xz -Source5004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varisize.tar.xz -Source5005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varisize.doc.tar.xz -Source5006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.tar.xz -Source5007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.doc.tar.xz -Source5008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.source.tar.xz -Source5009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftricks.tar.xz -Source5010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz -Source5011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.tar.xz -Source5012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz -Source5013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psbao.tar.xz -Source5014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psbao.doc.tar.xz -Source5015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-2dplot.tar.xz -Source5016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz -Source5017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.tar.xz -Source5018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz -Source5019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.source.tar.xz -Source5020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.tar.xz -Source5021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz -Source5022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.source.tar.xz -Source5023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.tar.xz -Source5024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz -Source5025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz -Source5026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.tar.xz -Source5027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.doc.tar.xz -Source5028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.source.tar.xz -Source5029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-asr.tar.xz -Source5030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz -Source5031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.tar.xz -Source5032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz -Source5033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.source.tar.xz -Source5034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.tar.xz -Source5035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz -Source5036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.source.tar.xz -Source5037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.tar.xz -Source5038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz -Source5039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz -Source5040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.tar.xz -Source5041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz -Source5042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.source.tar.xz -Source5043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bspline.tar.xz -Source5044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz -Source5045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-calendar.tar.xz -Source5046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz -Source5047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.tar.xz -Source5048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz -Source5049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.source.tar.xz -Source5050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.tar.xz -Source5051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz -Source5052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.source.tar.xz -Source5053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-cox.tar.xz -Source5054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz -Source5055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.tar.xz -Source5056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz -Source5057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz -Source5058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.tar.xz -Source5059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz -Source5060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz -Source5061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.tar.xz -Source5062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz -Source5063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz -Source5064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.tar.xz -Source5065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz -Source5066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.source.tar.xz -Source5067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl.tar.xz -Source5068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz -Source5069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-exa.tar.xz -Source5070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz -Source5071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.tar.xz -Source5072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz -Source5073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.source.tar.xz -Source5074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.tar.xz -Source5075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz -Source5076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.source.tar.xz -Source5077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.tar.xz -Source5078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz -Source5079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz -Source5080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fractal.tar.xz -Source5081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz -Source5082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.tar.xz -Source5083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz -Source5084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.source.tar.xz -Source5085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.tar.xz -Source5086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.doc.tar.xz -Source5087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.source.tar.xz -Source5088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.tar.xz -Source5089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz -Source5090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.source.tar.xz -Source5091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-geo.tar.xz -Source5092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz -Source5093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ghsb.tar.xz -Source5094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz -Source5095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.tar.xz -Source5096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz -Source5097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz -Source5098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-grad.tar.xz -Source5099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz -Source5100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-graphicx.tar.xz -Source5101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz -Source5102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-infixplot.tar.xz -Source5103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz -Source5104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-jtree.tar.xz -Source5105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz -Source5106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-knot.tar.xz -Source5107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz -Source5108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-labo.tar.xz -Source5109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz -Source5110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-layout.tar.xz -Source5111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz -Source5112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.tar.xz -Source5113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz -Source5114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.source.tar.xz -Source5115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.tar.xz -Source5116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz -Source5117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz -Source5118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz -Source5119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz -Source5120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz -Source5121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.tar.xz -Source5122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.doc.tar.xz -Source5123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.source.tar.xz -Source5124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.tar.xz -Source5125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz -Source5126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.source.tar.xz -Source5127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.tar.xz -Source5128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.doc.tar.xz -Source5129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.source.tar.xz -Source5130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.tar.xz -Source5131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz -Source5132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz -Source5133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ode.tar.xz -Source5134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz -Source5135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.tar.xz -Source5136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz -Source5137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz -Source5138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.tar.xz -Source5139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz -Source5140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.source.tar.xz -Source5141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-osci.tar.xz -Source5142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz -Source5143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.tar.xz -Source5144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz -Source5145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.source.tar.xz -Source5146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.tar.xz -Source5147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz -Source5148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz -Source5149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.tar.xz -Source5150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz -Source5151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.source.tar.xz -Source5152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.tar.xz -Source5153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz -Source5154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.source.tar.xz -Source5155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.tar.xz -Source5156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz -Source5157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.source.tar.xz -Source5158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.tar.xz -Source5159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz -Source5160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz -Source5161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-qtree.tar.xz -Source5162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz -Source5163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.tar.xz -Source5164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz -Source5165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz -Source5166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-sigsys.tar.xz -Source5167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz -Source5168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.tar.xz -Source5169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz -Source5170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz -Source5171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz -Source5172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz -Source5173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz -Source5174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-spectra.tar.xz -Source5175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz -Source5176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solides3d.tar.xz -Source5177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz -Source5178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.tar.xz -Source5179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz -Source5180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz -Source5181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-stru.tar.xz -Source5182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz -Source5183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-support.doc.tar.xz -Source5184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.tar.xz -Source5185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.doc.tar.xz -Source5186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.source.tar.xz -Source5187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.tar.xz -Source5188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz -Source5189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.source.tar.xz -Source5190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.tar.xz -Source5191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz -Source5192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.source.tar.xz -Source5193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.tar.xz -Source5194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz -Source5195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.source.tar.xz -Source5196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.tar.xz -Source5197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz -Source5198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz -Source5199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.tar.xz -Source5200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz -Source5201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.source.tar.xz -Source5202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vectorian.tar.xz -Source5203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz -Source5204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vowel.tar.xz -Source5205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz -Source5206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.tar.xz -Source5207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz -Source5208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz -Source5209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.tar.xz -Source5210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz -Source5211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks.tar.xz -Source5212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks.doc.tar.xz -Source5213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.tar.xz -Source5214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz -Source5215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.source.tar.xz -Source5216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz -Source5217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.tar.xz -Source5218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.doc.tar.xz -Source5219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.source.tar.xz -Source5220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vaucanson-g.tar.xz -Source5221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz -Source5222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vocaltract.tar.xz -Source5223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz -Source5224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.tar.xz -Source5225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz -Source5226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz -Source5227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEtran.tar.xz -Source5228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz -Source5229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chem-journal.tar.xz -Source5230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.tar.xz -Source5231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.doc.tar.xz -Source5232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.source.tar.xz -Source5233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebook.tar.xz -Source5234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebook.doc.tar.xz -Source5235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.tar.xz -Source5236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz -Source5237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz -Source5238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/economic.tar.xz -Source5239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/economic.doc.tar.xz -Source5240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.tar.xz -Source5241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz -Source5242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.source.tar.xz -Source5243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.tar.xz -Source5244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz -Source5245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.source.tar.xz -Source5246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.tar.xz -Source5247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz -Source5248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.source.tar.xz -Source5249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.tar.xz -Source5250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz -Source5251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz -Source5252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.tar.xz -Source5253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.doc.tar.xz -Source5254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.source.tar.xz -Source5255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.tar.xz -Source5256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz -Source5257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.source.tar.xz -Source5258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.tar.xz -Source5259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz -Source5260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.source.tar.xz -Source5261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.tar.xz -Source5262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz -Source5263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz -Source5264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gaceta.tar.xz -Source5265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gaceta.doc.tar.xz -Source5266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gatech-thesis.tar.xz -Source5267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz -Source5268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/har2nat.tar.xz -Source5269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/har2nat.doc.tar.xz -Source5270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobete.tar.xz -Source5271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobete.doc.tar.xz -Source5272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.tar.xz -Source5273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.doc.tar.xz -Source5274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.source.tar.xz -Source5275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ieeepes.tar.xz -Source5276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz -Source5277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.tar.xz -Source5278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.doc.tar.xz -Source5279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.source.tar.xz -Source5280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imac.tar.xz -Source5281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imac.doc.tar.xz -Source5282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.tar.xz -Source5283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.doc.tar.xz -Source5284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.source.tar.xz -Source5285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.tar.xz -Source5286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.doc.tar.xz -Source5287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.source.tar.xz -Source5288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jpsj.tar.xz -Source5289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jpsj.doc.tar.xz -Source5290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.tar.xz -Source5291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz -Source5292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz -Source5293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.tar.xz -Source5294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.doc.tar.xz -Source5295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.source.tar.xz -Source5296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.tar.xz -Source5297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.doc.tar.xz -Source5298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.source.tar.xz -Source5299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.tar.xz -Source5300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.doc.tar.xz -Source5301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.source.tar.xz -Source5302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.tar.xz -Source5303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz -Source5304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.source.tar.xz -Source5305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.tar.xz -Source5306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.doc.tar.xz -Source5307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.source.tar.xz -Source5308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msu-thesis.tar.xz -Source5309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz -Source5310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.tar.xz -Source5311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.doc.tar.xz -Source5312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.source.tar.xz -Source5313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/muthesis.tar.xz -Source5314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/muthesis.doc.tar.xz -Source5315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.tar.xz -Source5316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.doc.tar.xz -Source5317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.source.tar.xz -Source5318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nih.tar.xz -Source5319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nih.doc.tar.xz -Source5320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.tar.xz -Source5321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.doc.tar.xz -Source5322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.source.tar.xz -Source5323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.tar.xz -Source5324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.doc.tar.xz -Source5325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.source.tar.xz -Source5326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onrannual.tar.xz -Source5327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onrannual.doc.tar.xz -Source5328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opteng.tar.xz -Source5329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opteng.doc.tar.xz -Source5330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.tar.xz -Source5331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz -Source5332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz -Source5333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkuthss.tar.xz -Source5334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz -Source5335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz -Source5336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz -Source5337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.tar.xz -Source5338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz -Source5339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.source.tar.xz -Source5340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/procIAGssymp.tar.xz -Source5341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz -Source5342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.tar.xz -Source5343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.doc.tar.xz -Source5344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.source.tar.xz -Source5345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptptex.tar.xz -Source5346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptptex.doc.tar.xz -Source5347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psu-thesis.tar.xz -Source5348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz -Source5349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.tar.xz -Source5350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz -Source5351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz -Source5352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.tar.xz -Source5353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.doc.tar.xz -Source5354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.source.tar.xz -Source5355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.tar.xz -Source5356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.doc.tar.xz -Source5357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.source.tar.xz -Source5358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.tar.xz -Source5359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.doc.tar.xz -Source5360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.source.tar.xz -Source5361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.tar.xz -Source5362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz -Source5363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.source.tar.xz -Source5364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.tar.xz -Source5365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.doc.tar.xz -Source5366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.source.tar.xz -Source5367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sapthesis.tar.xz -Source5368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz -Source5369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.tar.xz -Source5370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz -Source5371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz -Source5372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.tar.xz -Source5373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz -Source5374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.source.tar.xz -Source5375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soton.tar.xz -Source5376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soton.doc.tar.xz -Source5377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spie.tar.xz -Source5378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spie.doc.tar.xz -Source5379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.tar.xz -Source5380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz -Source5381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz -Source5382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.tar.xz -Source5383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.doc.tar.xz -Source5384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.source.tar.xz -Source5385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sugconf.tar.xz -Source5386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sugconf.doc.tar.xz -Source5387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz -Source5388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz -Source5389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texilikechaps.tar.xz -Source5390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texilikecover.tar.xz -Source5391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz -Source5392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz -Source5393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz -Source5394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.tar.xz -Source5395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz -Source5396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.source.tar.xz -Source5397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.tar.xz -Source5398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.doc.tar.xz -Source5399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.source.tar.xz -Source5400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.tar.xz -Source5401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.doc.tar.xz -Source5402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.source.tar.xz -Source5403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat-plain.tar.xz -Source5404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz -Source5405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tui.tar.xz -Source5406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tui.doc.tar.xz -Source5407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.tar.xz -Source5408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz -Source5409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.source.tar.xz -Source5410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uafthesis.tar.xz -Source5411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz -Source5412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz -Source5413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz -Source5414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz -Source5415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucthesis.tar.xz -Source5416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz -Source5417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uestcthesis.tar.xz -Source5418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz -Source5419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.tar.xz -Source5420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz -Source5421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz -Source5422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.tar.xz -Source5423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.doc.tar.xz -Source5424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.source.tar.xz -Source5425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umthesis.tar.xz -Source5426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umthesis.doc.tar.xz -Source5427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umich-thesis.tar.xz -Source5428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz -Source5429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unamthesis.tar.xz -Source5430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz -Source5431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ut-thesis.tar.xz -Source5432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz -Source5433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.tar.xz -Source5434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.doc.tar.xz -Source5435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.source.tar.xz -Source5436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uowthesis.tar.xz -Source5437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz -Source5438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uspatent.tar.xz -Source5439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uspatent.doc.tar.xz -Source5440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uwthesis.tar.xz -Source5441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz -Source5442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vancouver.tar.xz -Source5443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vancouver.doc.tar.xz -Source5444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.tar.xz -Source5445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz -Source5446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz -Source5447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.tar.xz -Source5448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz -Source5449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.source.tar.xz -Source5450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.tar.xz -Source5451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz -Source5452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.source.tar.xz -Source5453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.tar.xz -Source5454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.doc.tar.xz -Source5455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.source.tar.xz -Source5456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.tar.xz -Source5457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz -Source5458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.source.tar.xz -Source5459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.tar.xz -Source5460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz -Source5461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz -Source5462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcono.tar.xz -Source5463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcono.doc.tar.xz -Source5464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemexec.tar.xz -Source5465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemexec.doc.tar.xz -Source5466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemmacros.tar.xz -Source5467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz -Source5468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemnum.tar.xz -Source5469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemnum.doc.tar.xz -Source5470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.tar.xz -Source5471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz -Source5472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.source.tar.xz -Source5473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/complexity.tar.xz -Source5474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/complexity.doc.tar.xz -Source5475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.tar.xz -Source5476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz -Source5477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz -Source5478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/digiconfigs.tar.xz -Source5479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz -Source5480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drawstack.tar.xz -Source5481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drawstack.doc.tar.xz -Source5482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.tar.xz -Source5483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.doc.tar.xz -Source5484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.source.tar.xz -Source5485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eltex.tar.xz -Source5486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eltex.doc.tar.xz -Source5487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endiagram.tar.xz -Source5488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endiagram.doc.tar.xz -Source5489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engtlc.tar.xz -Source5490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engtlc.doc.tar.xz -Source5491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.tar.xz -Source5492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.doc.tar.xz -Source5493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.source.tar.xz -Source5494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.tar.xz -Source5495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.doc.tar.xz -Source5496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.source.tar.xz -Source5497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.tar.xz -Source5498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.doc.tar.xz -Source5499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.source.tar.xz -Source5500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gastex.tar.xz -Source5501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gastex.doc.tar.xz -Source5502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gene-logic.tar.xz -Source5503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz -Source5504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gu.tar.xz -Source5505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gu.doc.tar.xz -Source5506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hep.tar.xz -Source5507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hep.doc.tar.xz -Source5508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepnames.tar.xz -Source5509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepnames.doc.tar.xz -Source5510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepparticles.tar.xz -Source5511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz -Source5512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepthesis.tar.xz -Source5513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz -Source5514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepunits.tar.xz -Source5515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepunits.doc.tar.xz -Source5516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/karnaugh.tar.xz -Source5517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz -Source5518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhchem.tar.xz -Source5519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhchem.doc.tar.xz -Source5520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.tar.xz -Source5521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.doc.tar.xz -Source5522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.source.tar.xz -Source5523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mychemistry.tar.xz -Source5524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz -Source5525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nuc.tar.xz -Source5526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nuc.doc.tar.xz -Source5527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.tar.xz -Source5528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.doc.tar.xz -Source5529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.source.tar.xz -Source5530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physics.tar.xz -Source5531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physics.doc.tar.xz -Source5532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.tar.xz -Source5533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.doc.tar.xz -Source5534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.source.tar.xz -Source5535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pseudocode.tar.xz -Source5536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz -Source5537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz -Source5538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz -Source5539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sciposter.tar.xz -Source5540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sciposter.doc.tar.xz -Source5541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfg.tar.xz -Source5542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfg.doc.tar.xz -Source5543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.tar.xz -Source5544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.doc.tar.xz -Source5545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.source.tar.xz -Source5546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.tar.xz -Source5547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz -Source5548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.source.tar.xz -Source5549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.tar.xz -Source5550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.doc.tar.xz -Source5551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.source.tar.xz -Source5552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substances.tar.xz -Source5553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substances.doc.tar.xz -Source5554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t-angles.tar.xz -Source5555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t-angles.doc.tar.xz -Source5556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.tar.xz -Source5557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.doc.tar.xz -Source5558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.source.tar.xz -Source5559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.tar.xz -Source5560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.doc.tar.xz -Source5561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.source.tar.xz -Source5562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.tar.xz -Source5563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz -Source5564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.source.tar.xz -Source5565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.tar.xz -Source5566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.doc.tar.xz -Source5567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.source.tar.xz -Source5568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texinfo.tar.xz -Source5569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.tar.xz -Source5570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.doc.tar.xz -Source5571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.source.tar.xz -Source5572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.tar.xz -Source5573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz -Source5574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz -Source5575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.tar.xz -Source5576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.doc.tar.xz -Source5577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.source.tar.xz -Source5578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontwrap.tar.xz -Source5579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz -Source5580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspec.tar.xz -Source5581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspec.doc.tar.xz -Source5582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.tar.xz -Source5583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.doc.tar.xz -Source5584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.source.tar.xz -Source5585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.tar.xz -Source5586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz -Source5587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.source.tar.xz -Source5588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptext.tar.xz -Source5589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptext.doc.tar.xz -Source5590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.tar.xz -Source5591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.doc.tar.xz -Source5592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.source.tar.xz -Source5593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucharclasses.tar.xz -Source5594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz -Source5595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unisugar.tar.xz -Source5596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unisugar.doc.tar.xz -Source5597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.tar.xz -Source5598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.doc.tar.xz -Source5599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.source.tar.xz -Source5600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecolor.tar.xz -Source5601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecolor.doc.tar.xz -Source5602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecyr.tar.xz -Source5603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecyr.doc.tar.xz -Source5604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xeindex.tar.xz -Source5605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xeindex.doc.tar.xz -Source5606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.tar.xz -Source5607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.doc.tar.xz -Source5608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.source.tar.xz -Source5609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xesearch.tar.xz -Source5610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xesearch.doc.tar.xz -Source5611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-def.tar.xz -Source5612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-itrans.tar.xz -Source5613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz -Source5614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz -Source5615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz -Source5616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz -Source5617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz -Source5618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz -Source5619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz -Source5620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.tar.xz -Source5621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz -Source5622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.source.tar.xz -Source5623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xunicode.tar.xz -Source5624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xunicode.doc.tar.xz -Source5625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.tar.xz -Source5626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.doc.tar.xz -Source5627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.source.tar.xz -Source5628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont-for-beginners.doc.tar.xz -Source5629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-docindex.tar.xz -Source5630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz +Source0300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aramaic-serto.tar.xz +Source0301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz +Source0302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.tar.xz +Source0303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.doc.tar.xz +Source0304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arara.source.tar.xz +Source0305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.tar.xz +Source0306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.doc.tar.xz +Source0307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arcs.source.tar.xz +Source0308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.tar.xz +Source0309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.doc.tar.xz +Source0310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arev.source.tar.xz +Source0311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.tar.xz +Source0312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.doc.tar.xz +Source0313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/archaic.source.tar.xz +Source0314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz +Source0315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arphic.tar.xz +Source0316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arphic.doc.tar.xz +Source0317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arrayjobx.tar.xz +Source0318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz +Source0319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arsclassica.tar.xz +Source0320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz +Source0321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.tar.xz +Source0322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.doc.tar.xz +Source0323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/articleingud.source.tar.xz +Source0324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.tar.xz +Source0325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.doc.tar.xz +Source0326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/arydshln.source.tar.xz +Source0327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asaetr.tar.xz +Source0328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asaetr.doc.tar.xz +Source0329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asana-math.tar.xz +Source0330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asana-math.doc.tar.xz +Source0331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascelike.tar.xz +Source0332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascelike.doc.tar.xz +Source0333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii-font.tar.xz +Source0334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii-font.doc.tar.xz +Source0335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ascii-font.source.tar.xz +Source0336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aspectratio.tar.xz +Source0337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz +Source0338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/assignment.tar.xz +Source0339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/assignment.doc.tar.xz +Source0340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/astro.tar.xz +Source0341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/astro.doc.tar.xz +Source0342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.tar.xz +Source0343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.doc.tar.xz +Source0344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/asyfig.source.tar.xz +Source0345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.tar.xz +Source0346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.doc.tar.xz +Source0347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/attachfile.source.tar.xz +Source0348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/augie.tar.xz +Source0349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/augie.doc.tar.xz +Source0350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.tar.xz +Source0351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz +Source0352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auncial-new.source.tar.xz +Source0353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aurical.tar.xz +Source0354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/aurical.doc.tar.xz +Source0355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authoraftertitle.tar.xz +Source0356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz +Source0357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authorindex.tar.xz +Source0358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/authorindex.doc.tar.xz +Source0359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autoarea.tar.xz +Source0360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autoarea.doc.tar.xz +Source0361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/automata.tar.xz +Source0362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/automata.doc.tar.xz +Source0363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.tar.xz +Source0364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.doc.tar.xz +Source0365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autonum.source.tar.xz +Source0366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.tar.xz +Source0367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.doc.tar.xz +Source0368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/autopdf.source.tar.xz +Source0369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz +Source0370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz +Source0371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz +Source0372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/avantgar.tar.xz +Source0373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a0poster.tar.xz +Source0374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a0poster.doc.tar.xz +Source0375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a2ping.tar.xz +Source0376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a2ping.doc.tar.xz +Source0377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a4wide.tar.xz +Source0378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a4wide.doc.tar.xz +Source0379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a5comb.tar.xz +Source0380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/a5comb.doc.tar.xz +Source0381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-albanian.tar.xz +Source0382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz +Source0383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-albanian.source.tar.xz +Source0384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bahasa.tar.xz +Source0385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bahasa.doc.tar.xz +Source0386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bahasa.source.tar.xz +Source0387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-basque.tar.xz +Source0388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz +Source0389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-basque.source.tar.xz +Source0390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babelbib.tar.xz +Source0391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babelbib.doc.tar.xz +Source0392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-breton.tar.xz +Source0393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz +Source0394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-breton.source.tar.xz +Source0395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz +Source0396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz +Source0397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-bulgarian.source.tar.xz +Source0398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-catalan.tar.xz +Source0399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz +Source0400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-catalan.source.tar.xz +Source0401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-croatian.tar.xz +Source0402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz +Source0403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-croatian.source.tar.xz +Source0404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-czech.tar.xz +Source0405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz +Source0406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-czech.source.tar.xz +Source0407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-danish.tar.xz +Source0408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz +Source0409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-danish.source.tar.xz +Source0410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-dutch.tar.xz +Source0411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz +Source0412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-dutch.source.tar.xz +Source0413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-english.tar.xz +Source0414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-english.doc.tar.xz +Source0415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-english.source.tar.xz +Source0416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-esperanto.tar.xz +Source0417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz +Source0418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-esperanto.source.tar.xz +Source0419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-estonian.tar.xz +Source0420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz +Source0421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-estonian.source.tar.xz +Source0422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-finnish.tar.xz +Source0423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz +Source0424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-finnish.source.tar.xz +Source0425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-french.tar.xz +Source0426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-french.doc.tar.xz +Source0427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-french.source.tar.xz +Source0428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-friulan.tar.xz +Source0429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz +Source0430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-friulan.source.tar.xz +Source0431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-galician.tar.xz +Source0432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz +Source0433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-galician.source.tar.xz +Source0434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-german.tar.xz +Source0435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-german.doc.tar.xz +Source0436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-german.source.tar.xz +Source0437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-greek.tar.xz +Source0438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz +Source0439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-greek.source.tar.xz +Source0440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-hebrew.tar.xz +Source0441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz +Source0442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-hebrew.source.tar.xz +Source0443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-hungarian.tar.xz +Source0444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-icelandic.tar.xz +Source0445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz +Source0446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-icelandic.source.tar.xz +Source0447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-interlingua.tar.xz +Source0448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz +Source0449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-interlingua.source.tar.xz +Source0450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-irish.tar.xz +Source0451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz +Source0452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-irish.source.tar.xz +Source0453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-italian.tar.xz +Source0454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz +Source0455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-italian.source.tar.xz +Source0456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz +Source0457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz +Source0458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-kurmanji.source.tar.xz +Source0459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-latin.tar.xz +Source0460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz +Source0461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-latin.source.tar.xz +Source0462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-norsk.tar.xz +Source0463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz +Source0464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-norsk.source.tar.xz +Source0465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz +Source0466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz +Source0467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-piedmontese.source.tar.xz +Source0468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-polish.tar.xz +Source0469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz +Source0470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-polish.source.tar.xz +Source0471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-portuges.tar.xz +Source0472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz +Source0473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-portuges.source.tar.xz +Source0474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romanian.tar.xz +Source0475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz +Source0476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romanian.source.tar.xz +Source0477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romansh.tar.xz +Source0478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz +Source0479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-romansh.source.tar.xz +Source0480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-russian.tar.xz +Source0481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz +Source0482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-russian.source.tar.xz +Source0483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-samin.tar.xz +Source0484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz +Source0485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-samin.source.tar.xz +Source0486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-scottish.tar.xz +Source0487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz +Source0488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-scottish.source.tar.xz +Source0489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbianc.tar.xz +Source0490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz +Source0491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbianc.source.tar.xz +Source0492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbian.tar.xz +Source0493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz +Source0494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-serbian.source.tar.xz +Source0495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovak.tar.xz +Source0496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz +Source0497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovak.source.tar.xz +Source0498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovenian.tar.xz +Source0499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz +Source0500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-slovenian.source.tar.xz +Source0501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-sorbian.tar.xz +Source0502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz +Source0503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-sorbian.source.tar.xz +Source0504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-spanish.tar.xz +Source0505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz +Source0506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-spanish.source.tar.xz +Source0507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-swedish.tar.xz +Source0508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz +Source0509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-swedish.source.tar.xz +Source0510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-thai.tar.xz +Source0511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz +Source0512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-thai.source.tar.xz +Source0513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.tar.xz +Source0514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.doc.tar.xz +Source0515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel.source.tar.xz +Source0516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-turkish.tar.xz +Source0517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz +Source0518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-turkish.source.tar.xz +Source0519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-ukraineb.tar.xz +Source0520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-ukraineb.doc.tar.xz +Source0521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-ukraineb.source.tar.xz +Source0522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz +Source0523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-vietnamese.source.tar.xz +Source0524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-welsh.tar.xz +Source0525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz +Source0526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/babel-welsh.source.tar.xz +Source0527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.tar.xz +Source0528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.doc.tar.xz +Source0529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/background.source.tar.xz +Source0530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.tar.xz +Source0531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.doc.tar.xz +Source0532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/backnaur.source.tar.xz +Source0533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bangtex.tar.xz +Source0534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bangtex.doc.tar.xz +Source0535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.tar.xz +Source0536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.doc.tar.xz +Source0537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barcodes.source.tar.xz +Source0538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bardiag.tar.xz +Source0539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bardiag.doc.tar.xz +Source0540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barr.tar.xz +Source0541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/barr.doc.tar.xz +Source0542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz +Source0543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz +Source0544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bashful.tar.xz +Source0545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bashful.doc.tar.xz +Source0546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.tar.xz +Source0547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.doc.tar.xz +Source0548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/baskervald.source.tar.xz +Source0549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.tar.xz +Source0550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.doc.tar.xz +Source0551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-book.source.tar.xz +Source0552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.tar.xz +Source0553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.doc.tar.xz +Source0554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/basque-date.source.tar.xz +Source0555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbcard.tar.xz +Source0556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbcard.doc.tar.xz +Source0557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.tar.xz +Source0558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.doc.tar.xz +Source0559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbding.source.tar.xz +Source0560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.tar.xz +Source0561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz +Source0562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz +Source0563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm.tar.xz +Source0564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbm.doc.tar.xz +Source0565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.tar.xz +Source0566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.doc.tar.xz +Source0567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold.source.tar.xz +Source0568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold-type1.tar.xz +Source0569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz +Source0570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bclogo.tar.xz +Source0571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bclogo.doc.tar.xz +Source0572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beameraudience.tar.xz +Source0573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz +Source0574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-FUBerlin.tar.xz +Source0575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz +Source0576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerposter.tar.xz +Source0577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz +Source0578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.tar.xz +Source0579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz +Source0580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz +Source0581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz +Source0582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz +Source0583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz +Source0584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz +Source0585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz +Source0586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer.tar.xz +Source0587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer.doc.tar.xz +Source0588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.tar.xz +Source0589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.doc.tar.xz +Source0590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf.source.tar.xz +Source0591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.tar.xz +Source0592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz +Source0593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xkeyval.source.tar.xz +Source0594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.tar.xz +Source0595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.doc.tar.xz +Source0596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcolor.source.tar.xz +Source0597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz +Source0598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer2thesis.tar.xz +Source0599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz +Source0600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beebe.tar.xz +Source0601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/begriff.tar.xz +Source0602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/begriff.doc.tar.xz +Source0603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.tar.xz +Source0604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.doc.tar.xz +Source0605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/belleek.source.tar.xz +Source0606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.tar.xz +Source0607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.doc.tar.xz +Source0608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bengali.source.tar.xz +Source0609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bera.tar.xz +Source0610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bera.doc.tar.xz +Source0611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.tar.xz +Source0612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz +Source0613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/berenisadf.source.tar.xz +Source0614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/betababel.tar.xz +Source0615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/betababel.doc.tar.xz +Source0616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.tar.xz +Source0617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.doc.tar.xz +Source0618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/beton.source.tar.xz +Source0619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bezos.tar.xz +Source0620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bezos.doc.tar.xz +Source0621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.tar.xz +Source0622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.doc.tar.xz +Source0623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bez123.source.tar.xz +Source0624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgreek.tar.xz +Source0625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgreek.doc.tar.xz +Source0626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.tar.xz +Source0627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz +Source0628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bgteubner.source.tar.xz +Source0629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.tar.xz +Source0630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.doc.tar.xz +Source0631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bguq.source.tar.xz +Source0632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.tar.xz +Source0633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz +Source0634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bhcexam.source.tar.xz +Source0635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bchart.tar.xz +Source0636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bchart.doc.tar.xz +Source0637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.tar.xz +Source0638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.doc.tar.xz +Source0639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibarts.source.tar.xz +Source0640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.tar.xz +Source0641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.doc.tar.xz +Source0642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibexport.source.tar.xz +Source0643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bib-fr.tar.xz +Source0644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz +Source0645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibhtml.tar.xz +Source0646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz +Source0647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-apa.tar.xz +Source0648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz +Source0649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz +Source0650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz +Source0651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz +Source0652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz +Source0653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-dw.tar.xz +Source0654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz +Source0655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz +Source0656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz +Source0657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-gost.tar.xz +Source0658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz +Source0659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-historian.tar.xz +Source0660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz +Source0661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chem.tar.xz +Source0662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz +Source0663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz +Source0664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz +Source0665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz +Source0666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz +Source0667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz +Source0668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz +Source0669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz +Source0670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz +Source0671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-mla.tar.xz +Source0672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz +Source0673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz +Source0674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz +Source0675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nature.tar.xz +Source0676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz +Source0677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz +Source0678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz +Source0679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz +Source0680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz +Source0681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-philosophy.source.tar.xz +Source0682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-phys.tar.xz +Source0683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz +Source0684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-publist.tar.xz +Source0685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz +Source0686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-science.tar.xz +Source0687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz +Source0688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz +Source0689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz +Source0690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex.tar.xz +Source0691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex.doc.tar.xz +Source0692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-trad.tar.xz +Source0693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz +Source0694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.tar.xz +Source0695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz +Source0696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz +Source0697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-german.tar.xz +Source0698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz +Source0699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.tar.xz +Source0700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz +Source0701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz +Source0702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz +Source0703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz +Source0704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz +Source0705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-parse.tar.xz +Source0706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz +Source0707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.tar.xz +Source0708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.doc.tar.xz +Source0709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibleref.source.tar.xz +Source0710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblist.tar.xz +Source0711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biblist.doc.tar.xz +Source0712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex.tar.xz +Source0713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex.doc.tar.xz +Source0714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtexu.tar.xz +Source0715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz +Source0716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex8.tar.xz +Source0717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz +Source0718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz +Source0719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz +Source0720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz +Source0721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.tar.xz +Source0722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz +Source0723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibtopic.source.tar.xz +Source0724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.tar.xz +Source0725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.doc.tar.xz +Source0726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bibunits.source.tar.xz +Source0727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.tar.xz +Source0728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.doc.tar.xz +Source0729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bidi.source.tar.xz +Source0730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.tar.xz +Source0731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz +Source0732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigfoot.source.tar.xz +Source0733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigints.tar.xz +Source0734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bigints.doc.tar.xz +Source0735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.tar.xz +Source0736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.doc.tar.xz +Source0737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/binomexp.source.tar.xz +Source0738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biocon.tar.xz +Source0739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/biocon.doc.tar.xz +Source0740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.tar.xz +Source0741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.doc.tar.xz +Source0742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bitelist.source.tar.xz +Source0743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.tar.xz +Source0744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.doc.tar.xz +Source0745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bizcard.source.tar.xz +Source0746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.tar.xz +Source0747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz +Source0748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz +Source0749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.tar.xz +Source0750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.doc.tar.xz +Source0751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blindtext.source.tar.xz +Source0752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blkarray.tar.xz +Source0753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blkarray.doc.tar.xz +Source0754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz +Source0755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz +Source0756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/block.tar.xz +Source0757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/block.doc.tar.xz +Source0758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bloques.tar.xz +Source0759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bloques.doc.tar.xz +Source0760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.tar.xz +Source0761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.doc.tar.xz +Source0762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/blowup.source.tar.xz +Source0763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bodegraph.tar.xz +Source0764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz +Source0765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bohr.tar.xz +Source0766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bohr.doc.tar.xz +Source0767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boisik.tar.xz +Source0768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boisik.doc.tar.xz +Source0769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.tar.xz +Source0770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.doc.tar.xz +Source0771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boites.source.tar.xz +Source0772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bold-extra.tar.xz +Source0773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz +Source0774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boldtensors.tar.xz +Source0775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz +Source0776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bondgraph.tar.xz +Source0777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz +Source0778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookest.tar.xz +Source0779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookest.doc.tar.xz +Source0780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.tar.xz +Source0781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.doc.tar.xz +Source0782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookhands.source.tar.xz +Source0783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.tar.xz +Source0784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.doc.tar.xz +Source0785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booklet.source.tar.xz +Source0786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bookman.tar.xz +Source0787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz +Source0788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz +Source0789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.tar.xz +Source0790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.doc.tar.xz +Source0791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/booktabs.source.tar.xz +Source0792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.tar.xz +Source0793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz +Source0794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boolexpr.source.tar.xz +Source0795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boondox.tar.xz +Source0796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boondox.doc.tar.xz +Source0797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.tar.xz +Source0798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.doc.tar.xz +Source0799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bophook.source.tar.xz +Source0800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.tar.xz +Source0801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.doc.tar.xz +Source0802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bosisio.source.tar.xz +Source0803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxedminipage.tar.xz +Source0804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz +Source0805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.tar.xz +Source0806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz +Source0807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/boxhandler.source.tar.xz +Source0808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.tar.xz +Source0809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.doc.tar.xz +Source0810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpchem.source.tar.xz +Source0811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpolynomial.tar.xz +Source0812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz +Source0813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bracketkey.tar.xz +Source0814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz +Source0815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.tar.xz +Source0816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.doc.tar.xz +Source0817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braids.source.tar.xz +Source0818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braille.tar.xz +Source0819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braille.doc.tar.xz +Source0820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braket.tar.xz +Source0821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/braket.doc.tar.xz +Source0822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.tar.xz +Source0823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.doc.tar.xz +Source0824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/breakurl.source.tar.xz +Source0825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.tar.xz +Source0826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.doc.tar.xz +Source0827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bropd.source.tar.xz +Source0828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/brushscr.tar.xz +Source0829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/brushscr.doc.tar.xz +Source0830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.tar.xz +Source0831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz +Source0832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bullcntr.source.tar.xz +Source0833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bundledoc.tar.xz +Source0834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz +Source0835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.tar.xz +Source0836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.doc.tar.xz +Source0837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/burmese.source.tar.xz +Source0838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bussproofs.tar.xz +Source0839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz +Source0840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxbase.tar.xz +Source0841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxbase.doc.tar.xz +Source0842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz +Source0843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz +Source0844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxeepic.tar.xz +Source0845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz +Source0846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.tar.xz +Source0847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz +Source0848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bxjscls.source.tar.xz +Source0849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.tar.xz +Source0850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.doc.tar.xz +Source0851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bytefield.source.tar.xz +Source0852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.tar.xz +Source0853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz +Source0854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/b1encoding.source.tar.xz +Source0855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cabin.tar.xz +Source0856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cabin.doc.tar.xz +Source0857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cachepic.tar.xz +Source0858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cachepic.doc.tar.xz +Source0859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.tar.xz +Source0860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.doc.tar.xz +Source0861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calcage.source.tar.xz +Source0862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calctab.tar.xz +Source0863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calctab.doc.tar.xz +Source0864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.tar.xz +Source0865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.doc.tar.xz +Source0866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calculator.source.tar.xz +Source0867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra.tar.xz +Source0868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra.doc.tar.xz +Source0869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra-type1.tar.xz +Source0870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz +Source0871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calrsfs.tar.xz +Source0872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz +Source0873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.tar.xz +Source0874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.doc.tar.xz +Source0875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cals.source.tar.xz +Source0876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz +Source0877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz +Source0878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cancel.tar.xz +Source0879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cancel.doc.tar.xz +Source0880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.tar.xz +Source0881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz +Source0882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz +Source0883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.tar.xz +Source0884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.doc.tar.xz +Source0885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cantarell.source.tar.xz +Source0886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.tar.xz +Source0887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.doc.tar.xz +Source0888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captcont.source.tar.xz +Source0889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captdef.tar.xz +Source0890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/captdef.doc.tar.xz +Source0891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.tar.xz +Source0892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.doc.tar.xz +Source0893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/caption.source.tar.xz +Source0894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.tar.xz +Source0895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.doc.tar.xz +Source0896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/capt-of.source.tar.xz +Source0897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.tar.xz +Source0898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.doc.tar.xz +Source0899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carlisle.source.tar.xz +Source0900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carolmin-ps.tar.xz +Source0901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz +Source0902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cascadilla.tar.xz +Source0903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz +Source0904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cases.tar.xz +Source0905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cases.doc.tar.xz +Source0906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/casyl.tar.xz +Source0907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/casyl.doc.tar.xz +Source0908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.tar.xz +Source0909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.doc.tar.xz +Source0910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catcodes.source.tar.xz +Source0911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.tar.xz +Source0912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.doc.tar.xz +Source0913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catechis.source.tar.xz +Source0914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz +Source0915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz +Source0916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz +Source0917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catoptions.tar.xz +Source0918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/catoptions.doc.tar.xz +Source0919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbcoptic.tar.xz +Source0920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz +Source0921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbfonts.tar.xz +Source0922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz +Source0923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.tar.xz +Source0924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.doc.tar.xz +Source0925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccaption.source.tar.xz +Source0926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.tar.xz +Source0927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz +Source0928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccfonts.source.tar.xz +Source0929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.tar.xz +Source0930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.doc.tar.xz +Source0931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ccicons.source.tar.xz +Source0932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.tar.xz +Source0933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz +Source0934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cclicenses.source.tar.xz +Source0935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cc-pl.tar.xz +Source0936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz +Source0937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.tar.xz +Source0938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz +Source0939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd-cover.source.tar.xz +Source0940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.tar.xz +Source0941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz +Source0942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz +Source0943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.tar.xz +Source0944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.doc.tar.xz +Source0945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cd.source.tar.xz +Source0946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cellspace.tar.xz +Source0947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cellspace.doc.tar.xz +Source0948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cell.tar.xz +Source0949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cell.doc.tar.xz +Source0950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/censor.tar.xz +Source0951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/censor.doc.tar.xz +Source0952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.tar.xz +Source0953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz +Source0954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz +Source0955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.tar.xz +Source0956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.doc.tar.xz +Source0957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circ.source.tar.xz +Source0958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circuitikz.tar.xz +Source0959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz +Source0960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cite.tar.xz +Source0961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cite.doc.tar.xz +Source0962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjhebrew.tar.xz +Source0963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz +Source0964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk-ko.tar.xz +Source0965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz +Source0966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.tar.xz +Source0967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz +Source0968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz +Source0969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.tar.xz +Source0970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.doc.tar.xz +Source0971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjk.source.tar.xz +Source0972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cns.tar.xz +Source0973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cns.doc.tar.xz +Source0974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garuda-c90.tar.xz +Source0975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz +Source0976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz +Source0977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz +Source0978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonts-tlwg.source.tar.xz +Source0979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/norasi-c90.tar.xz +Source0980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz +Source0981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uhc.tar.xz +Source0982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uhc.doc.tar.xz +Source0983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wadalab.tar.xz +Source0984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wadalab.doc.tar.xz +Source0985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkutils.tar.xz +Source0986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz +Source0987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classics.tar.xz +Source0988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classics.doc.tar.xz +Source0989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classicthesis.tar.xz +Source0990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz +Source0991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.tar.xz +Source0992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.doc.tar.xz +Source0993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clefval.source.tar.xz +Source0994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.tar.xz +Source0995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.doc.tar.xz +Source0996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cleveref.source.tar.xz +Source0997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clipboard.tar.xz +Source0998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clipboard.doc.tar.xz +Source0999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clock.tar.xz +Source1000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clock.doc.tar.xz +Source1001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clrscode.tar.xz +Source1002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/clrscode.doc.tar.xz +Source1003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmap.tar.xz +Source1004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmap.doc.tar.xz +Source1005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmarrows.tar.xz +Source1006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz +Source1007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.tar.xz +Source1008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.doc.tar.xz +Source1009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmbright.source.tar.xz +Source1010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmcyr.tar.xz +Source1011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz +Source1012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmdstring.tar.xz +Source1013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz +Source1014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmextra.tar.xz +Source1015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-lgc.tar.xz +Source1016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz +Source1017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.tar.xz +Source1018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.doc.tar.xz +Source1019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmll.source.tar.xz +Source1020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpica.tar.xz +Source1021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpica.doc.tar.xz +Source1022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpj.tar.xz +Source1023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmpj.doc.tar.xz +Source1024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmsd.tar.xz +Source1025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmsd.doc.tar.xz +Source1026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-super.tar.xz +Source1027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-super.doc.tar.xz +Source1028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmtiup.tar.xz +Source1029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz +Source1030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm.tar.xz +Source1031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm.doc.tar.xz +Source1032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-unicode.tar.xz +Source1033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz +Source1034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codedoc.tar.xz +Source1035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codedoc.doc.tar.xz +Source1036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.tar.xz +Source1037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.doc.tar.xz +Source1038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codepage.source.tar.xz +Source1039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz +Source1040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz +Source1041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz +Source1042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.tar.xz +Source1043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.doc.tar.xz +Source1044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collcell.source.tar.xz +Source1045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.tar.xz +Source1046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.doc.tar.xz +Source1047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collectbox.source.tar.xz +Source1048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.tar.xz +Source1049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.doc.tar.xz +Source1050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.tar.xz +Source1051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz +Source1052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glyphlist.tar.xz +Source1053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx-def.tar.xz +Source1054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.tar.xz +Source1055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.doc.tar.xz +Source1056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enctex.tar.xz +Source1057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enctex.doc.tar.xz +Source1058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex.tar.xz +Source1059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex.doc.tar.xz +Source1060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex-pkg.tar.xz +Source1061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz +Source1062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.tar.xz +Source1063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz +Source1064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.tar.xz +Source1065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz +Source1066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz +Source1067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-base.tar.xz +Source1068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.tar.xz +Source1069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz +Source1070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifluatex.source.tar.xz +Source1071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.tar.xz +Source1072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz +Source1073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifxetex.source.tar.xz +Source1074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz +Source1075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz +Source1076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.tar.xz +Source1077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.doc.tar.xz +Source1078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.tar.xz +Source1079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.doc.tar.xz +Source1080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.tar.xz +Source1081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.doc.tar.xz +Source1082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mflogo.source.tar.xz +Source1083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.tar.xz +Source1084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.doc.tar.xz +Source1085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/misc.tar.xz +Source1086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.tar.xz +Source1087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.doc.tar.xz +Source1088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.tar.xz +Source1089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.doc.tar.xz +Source1090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz +Source1091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz +Source1092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz +Source1093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.tar.xz +Source1094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz +Source1095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.tar.xz +Source1096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.doc.tar.xz +Source1097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.tar.xz +Source1098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.doc.tar.xz +Source1099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortbl.source.tar.xz +Source1100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr.tar.xz +Source1101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz +Source1102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.tar.xz +Source1103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.doc.tar.xz +Source1104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fix2col.source.tar.xz +Source1105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.tar.xz +Source1106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.doc.tar.xz +Source1107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry.source.tar.xz +Source1108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.tar.xz +Source1109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.doc.tar.xz +Source1110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics.source.tar.xz +Source1111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.tar.xz +Source1112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.doc.tar.xz +Source1113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref.source.tar.xz +Source1114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.tar.xz +Source1115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz +Source1116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxmisc.tar.xz +Source1117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.tar.xz +Source1118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz +Source1119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfnfss.source.tar.xz +Source1120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.tar.xz +Source1121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz +Source1122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.tar.xz +Source1123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.doc.tar.xz +Source1124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/natbib.source.tar.xz +Source1125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.tar.xz +Source1126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz +Source1127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oberdiek.source.tar.xz +Source1128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftex-def.tar.xz +Source1129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pslatex.tar.xz +Source1130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pslatex.source.tar.xz +Source1131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.tar.xz +Source1132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.doc.tar.xz +Source1133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psnfss.source.tar.xz +Source1134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.tar.xz +Source1135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.doc.tar.xz +Source1136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pspicture.source.tar.xz +Source1137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.tar.xz +Source1138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.doc.tar.xz +Source1139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tools.source.tar.xz +Source1140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chbibref.tar.xz +Source1141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chbibref.doc.tar.xz +Source1142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago.tar.xz +Source1143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago-annote.tar.xz +Source1144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz +Source1145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.tar.xz +Source1146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.doc.tar.xz +Source1147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chembst.source.tar.xz +Source1148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.tar.xz +Source1149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.doc.tar.xz +Source1150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chscite.source.tar.xz +Source1151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.tar.xz +Source1152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.doc.tar.xz +Source1153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collref.source.tar.xz +Source1154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/compactbib.tar.xz +Source1155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.tar.xz +Source1156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz +Source1157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/custom-bib.source.tar.xz +Source1158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/din1505.tar.xz +Source1159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/din1505.doc.tar.xz +Source1160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.tar.xz +Source1161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz +Source1162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dk-bib.source.tar.xz +Source1163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.tar.xz +Source1164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz +Source1165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doipubmed.source.tar.xz +Source1166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbs.tar.xz +Source1167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbib.tar.xz +Source1168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbib.doc.tar.xz +Source1169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.tar.xz +Source1170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.doc.tar.xz +Source1171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footbib.source.tar.xz +Source1172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/francais-bst.tar.xz +Source1173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz +Source1174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz +Source1175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz +Source1176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz +Source1177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.tar.xz +Source1178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.doc.tar.xz +Source1179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvard.source.tar.xz +Source1180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvmac.tar.xz +Source1181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harvmac.doc.tar.xz +Source1182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz +Source1183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz +Source1184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijqc.tar.xz +Source1185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijqc.doc.tar.xz +Source1186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinebib.tar.xz +Source1187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz +Source1188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iopart-num.tar.xz +Source1189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz +Source1190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jneurosci.tar.xz +Source1191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz +Source1192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.tar.xz +Source1193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.doc.tar.xz +Source1194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurabib.source.tar.xz +Source1195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ksfh_nat.tar.xz +Source1196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.tar.xz +Source1197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.doc.tar.xz +Source1198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.source.tar.xz +Source1199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logreq.tar.xz +Source1200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logreq.doc.tar.xz +Source1201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.tar.xz +Source1202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.doc.tar.xz +Source1203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/margbib.source.tar.xz +Source1204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.tar.xz +Source1205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.doc.tar.xz +Source1206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibib.source.tar.xz +Source1207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibibliography.tar.xz +Source1208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibibliography.doc.tar.xz +Source1209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibibliography.source.tar.xz +Source1210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/munich.tar.xz +Source1211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/munich.doc.tar.xz +Source1212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.tar.xz +Source1213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz +Source1214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes2bib.source.tar.xz +Source1215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oscola.tar.xz +Source1216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oscola.doc.tar.xz +Source1217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perception.tar.xz +Source1218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perception.doc.tar.xz +Source1219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pnas2009.tar.xz +Source1220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.tar.xz +Source1221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.doc.tar.xz +Source1222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsc.source.tar.xz +Source1223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showtags.tar.xz +Source1224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showtags.doc.tar.xz +Source1225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sort-by-letters.tar.xz +Source1226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz +Source1227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.tar.xz +Source1228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.doc.tar.xz +Source1229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitbib.source.tar.xz +Source1230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz +Source1231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz +Source1232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz +Source1233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz +Source1234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.tar.xz +Source1235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.doc.tar.xz +Source1236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.source.tar.xz +Source1237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.tar.xz +Source1238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.doc.tar.xz +Source1239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/usebib.source.tar.xz +Source1240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vak.tar.xz +Source1241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vak.doc.tar.xz +Source1242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.tar.xz +Source1243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.doc.tar.xz +Source1244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcite.source.tar.xz +Source1245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.tar.xz +Source1246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.doc.tar.xz +Source1247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.tar.xz +Source1248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.doc.tar.xz +Source1249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.tar.xz +Source1250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz +Source1251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.tar.xz +Source1252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.doc.tar.xz +Source1253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.tar.xz +Source1254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.doc.tar.xz +Source1255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.tar.xz +Source1256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.doc.tar.xz +Source1257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.tar.xz +Source1258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.doc.tar.xz +Source1259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtl.tar.xz +Source1260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.tar.xz +Source1261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz +Source1262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.tar.xz +Source1263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz +Source1264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviasm.tar.xz +Source1265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.tar.xz +Source1266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.doc.tar.xz +Source1267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvidvi.tar.xz +Source1268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.tar.xz +Source1269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.doc.tar.xz +Source1270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.tar.xz +Source1271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.doc.tar.xz +Source1272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.tar.xz +Source1273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.doc.tar.xz +Source1274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.tar.xz +Source1275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz +Source1276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.tar.xz +Source1277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.doc.tar.xz +Source1278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.tar.xz +Source1279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz +Source1280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenex.tar.xz +Source1281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenex.source.tar.xz +Source1282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/installfont.tar.xz +Source1283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/installfont.doc.tar.xz +Source1284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lacheck.tar.xz +Source1285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.tar.xz +Source1286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.doc.tar.xz +Source1287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.tar.xz +Source1288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz +Source1289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.tar.xz +Source1290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz +Source1291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.tar.xz +Source1292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.doc.tar.xz +Source1293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz +Source1294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz +Source1295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.tar.xz +Source1296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz +Source1297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.source.tar.xz +Source1298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.tar.xz +Source1299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.doc.tar.xz +Source1300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz +Source1301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz +Source1302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz +Source1303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.tar.xz +Source1304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.doc.tar.xz +Source1305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.tar.xz +Source1306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz +Source1307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.tar.xz +Source1308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz +Source1309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.tar.xz +Source1310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.doc.tar.xz +Source1311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.tar.xz +Source1312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz +Source1313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.source.tar.xz +Source1314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.tar.xz +Source1315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.doc.tar.xz +Source1316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.tar.xz +Source1317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz +Source1318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.tar.xz +Source1319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz +Source1320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seetexk.tar.xz +Source1321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.tar.xz +Source1322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz +Source1323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.tar.xz +Source1324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.doc.tar.xz +Source1325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.tar.xz +Source1326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.doc.tar.xz +Source1327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.tar.xz +Source1328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.doc.tar.xz +Source1329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.source.tar.xz +Source1330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.tar.xz +Source1331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz +Source1332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.tar.xz +Source1333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.doc.tar.xz +Source1334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.tar.xz +Source1335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz +Source1336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.tar.xz +Source1337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz +Source1338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.tar.xz +Source1339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.doc.tar.xz +Source1340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.tar.xz +Source1341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.doc.tar.xz +Source1342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz +Source1343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz +Source1344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz +Source1345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz +Source1346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.tar.xz +Source1347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.doc.tar.xz +Source1348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.tar.xz +Source1349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.doc.tar.xz +Source1350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.tar.xz +Source1351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.doc.tar.xz +Source1352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.tar.xz +Source1353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.doc.tar.xz +Source1354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexconfig.tar.xz +Source1355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.tar.xz +Source1356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.doc.tar.xz +Source1357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm.source.tar.xz +Source1358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm-math.tar.xz +Source1359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lm-math.doc.tar.xz +Source1360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.tar.xz +Source1361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz +Source1362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz +Source1363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmn.tar.xz +Source1364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-account.tar.xz +Source1365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-account.doc.tar.xz +Source1366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-algorithmic.tar.xz +Source1367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-bnf.tar.xz +Source1368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz +Source1369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-chromato.tar.xz +Source1370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz +Source1371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-construction-plan.tar.xz +Source1372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz +Source1373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz +Source1374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz +Source1375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-degrade.tar.xz +Source1376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz +Source1377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-filter.tar.xz +Source1378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-filter.doc.tar.xz +Source1379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fixme.tar.xz +Source1380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-french.tar.xz +Source1381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-french.doc.tar.xz +Source1382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fullpage.tar.xz +Source1383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz +Source1384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-games.tar.xz +Source1385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-games.doc.tar.xz +Source1386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skaknew.tar.xz +Source1387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skaknew.doc.tar.xz +Source1388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gantt.tar.xz +Source1389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz +Source1390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hatching.tar.xz +Source1391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hatching.doc.tar.xz +Source1392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gnuplot.tar.xz +Source1393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz +Source1394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-letter.tar.xz +Source1395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-letter.doc.tar.xz +Source1396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lettrine.tar.xz +Source1397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz +Source1398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lilypond.tar.xz +Source1399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz +Source1400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-mathsets.tar.xz +Source1401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz +Source1402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz +Source1403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz +Source1404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-rst.tar.xz +Source1405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-rst.doc.tar.xz +Source1406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-ruby.tar.xz +Source1407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz +Source1408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simplefonts.tar.xz +Source1409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz +Source1410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simpleslides.tar.xz +Source1411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz +Source1412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-transliterator.tar.xz +Source1413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz +Source1414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typearea.tar.xz +Source1415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz +Source1416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typescripts.tar.xz +Source1417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz +Source1418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-vim.tar.xz +Source1419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context-vim.doc.tar.xz +Source1420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.tar.xz +Source1421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz +Source1422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comfortaa.source.tar.xz +Source1423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath-fonts.tar.xz +Source1424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz +Source1425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.tar.xz +Source1426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz +Source1427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz +Source1428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/countriesofeurope.tar.xz +Source1429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz +Source1430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier-scaled.tar.xz +Source1431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz +Source1432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cryst.tar.xz +Source1433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cryst.doc.tar.xz +Source1434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyklop.tar.xz +Source1435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyklop.doc.tar.xz +Source1436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dancers.tar.xz +Source1437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dejavu.tar.xz +Source1438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dejavu.doc.tar.xz +Source1439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dice.tar.xz +Source1440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dice.doc.tar.xz +Source1441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dictsym.tar.xz +Source1442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dictsym.doc.tar.xz +Source1443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.tar.xz +Source1444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.doc.tar.xz +Source1445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dingbat.source.tar.xz +Source1446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doublestroke.tar.xz +Source1447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz +Source1448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.tar.xz +Source1449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.doc.tar.xz +Source1450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dozenal.source.tar.xz +Source1451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.tar.xz +Source1452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.doc.tar.xz +Source1453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droid.source.tar.xz +Source1454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer.tar.xz +Source1455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer.doc.tar.xz +Source1456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer-latex.tar.xz +Source1457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz +Source1458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dutchcal.tar.xz +Source1459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz +Source1460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean.tar.xz +Source1461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean.doc.tar.xz +Source1462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebgaramond.tar.xz +Source1463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz +Source1464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecc.tar.xz +Source1465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecc.doc.tar.xz +Source1466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.tar.xz +Source1467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.doc.tar.xz +Source1468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eco.source.tar.xz +Source1469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.tar.xz +Source1470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz +Source1471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz +Source1472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.tar.xz +Source1473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.doc.tar.xz +Source1474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/electrum.source.tar.xz +Source1475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elvish.tar.xz +Source1476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elvish.doc.tar.xz +Source1477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigrafica.tar.xz +Source1478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz +Source1479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.tar.xz +Source1480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.doc.tar.xz +Source1481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsdice.source.tar.xz +Source1482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esstix.tar.xz +Source1483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esstix.doc.tar.xz +Source1484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.tar.xz +Source1485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.doc.tar.xz +Source1486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esvect.source.tar.xz +Source1487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.tar.xz +Source1488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.doc.tar.xz +Source1489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eulervm.source.tar.xz +Source1490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euxm.tar.xz +Source1491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.tar.xz +Source1492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz +Source1493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz +Source1494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.tar.xz +Source1495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.doc.tar.xz +Source1496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feyn.source.tar.xz +Source1497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.tar.xz +Source1498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.doc.tar.xz +Source1499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fge.source.tar.xz +Source1500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foekfont.tar.xz +Source1501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foekfont.doc.tar.xz +Source1502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonetika.tar.xz +Source1503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonetika.doc.tar.xz +Source1504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontawesome.tar.xz +Source1505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz +Source1506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.tar.xz +Source1507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.doc.tar.xz +Source1508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fourier.source.tar.xz +Source1509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouriernc.tar.xz +Source1510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz +Source1511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frcursive.tar.xz +Source1512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frcursive.doc.tar.xz +Source1513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genealogy.tar.xz +Source1514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genealogy.doc.tar.xz +Source1515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.tar.xz +Source1516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.doc.tar.xz +Source1517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentium.source.tar.xz +Source1518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsartemisia.tar.xz +Source1519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz +Source1520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbodoni.tar.xz +Source1521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz +Source1522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfscomplutum.tar.xz +Source1523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz +Source1524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsdidot.tar.xz +Source1525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz +Source1526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz +Source1527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz +Source1528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfssolomos.tar.xz +Source1529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz +Source1530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gillcm.tar.xz +Source1531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gillcm.doc.tar.xz +Source1532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.tar.xz +Source1533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz +Source1534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz +Source1535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gothic.tar.xz +Source1536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gothic.doc.tar.xz +Source1537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greenpoint.tar.xz +Source1538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz +Source1539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grotesq.tar.xz +Source1540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grotesq.doc.tar.xz +Source1541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hacm.tar.xz +Source1542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hacm.doc.tar.xz +Source1543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hands.tar.xz +Source1544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfbright.tar.xz +Source1545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfbright.doc.tar.xz +Source1546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.tar.xz +Source1547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz +Source1548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz +Source1549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifsym.tar.xz +Source1550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifsym.doc.tar.xz +Source1551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.tar.xz +Source1552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz +Source1553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inconsolata.source.tar.xz +Source1554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/initials.tar.xz +Source1555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/initials.doc.tar.xz +Source1556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex-type1.tar.xz +Source1557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex-type1.doc.tar.xz +Source1558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwona.tar.xz +Source1559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwona.doc.tar.xz +Source1560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jablantile.tar.xz +Source1561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jablantile.doc.tar.xz +Source1562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jamtimes.tar.xz +Source1563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz +Source1564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/junicode.tar.xz +Source1565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/junicode.doc.tar.xz +Source1566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kixfont.tar.xz +Source1567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kixfont.doc.tar.xz +Source1568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz +Source1569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kpfonts.tar.xz +Source1570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz +Source1571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kurier.tar.xz +Source1572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kurier.doc.tar.xz +Source1573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.tar.xz +Source1574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.doc.tar.xz +Source1575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lato.source.tar.xz +Source1576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lfb.tar.xz +Source1577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lfb.doc.tar.xz +Source1578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libertine.tar.xz +Source1579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libertine.doc.tar.xz +Source1580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librebaskerville.tar.xz +Source1581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz +Source1582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.tar.xz +Source1583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.doc.tar.xz +Source1584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libris.source.tar.xz +Source1585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.tar.xz +Source1586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.doc.tar.xz +Source1587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineara.source.tar.xz +Source1588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lxfonts.tar.xz +Source1589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz +Source1590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ly1.tar.xz +Source1591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ly1.doc.tar.xz +Source1592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx.tar.xz +Source1593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx.doc.tar.xz +Source1594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx-type1.tar.xz +Source1595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz +Source1596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdesign.tar.xz +Source1597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz +Source1598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdputu.tar.xz +Source1599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdputu.doc.tar.xz +Source1600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.tar.xz +Source1601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz +Source1602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz +Source1603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.tar.xz +Source1604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz +Source1605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz +Source1606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newpx.tar.xz +Source1607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newpx.doc.tar.xz +Source1608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newtx.tar.xz +Source1609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newtx.doc.tar.xz +Source1610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.tar.xz +Source1611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.doc.tar.xz +Source1612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nkarta.source.tar.xz +Source1613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocherokee.tar.xz +Source1614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz +Source1615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b.tar.xz +Source1616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz +Source1617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz +Source1618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz +Source1619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz +Source1620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ogham.tar.xz +Source1621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ogham.doc.tar.xz +Source1622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.tar.xz +Source1623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.doc.tar.xz +Source1624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oinuit.source.tar.xz +Source1625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldlatin.tar.xz +Source1626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz +Source1627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.tar.xz +Source1628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz +Source1629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstandard.source.tar.xz +Source1630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.tar.xz +Source1631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.doc.tar.xz +Source1632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opensans.source.tar.xz +Source1633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/orkhun.tar.xz +Source1634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/orkhun.doc.tar.xz +Source1635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.tar.xz +Source1636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.doc.tar.xz +Source1637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pacioli.source.tar.xz +Source1638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paratype.tar.xz +Source1639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paratype.doc.tar.xz +Source1640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.tar.xz +Source1641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.doc.tar.xz +Source1642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phaistos.source.tar.xz +Source1643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phonetic.tar.xz +Source1644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/phonetic.doc.tar.xz +Source1645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pigpen.tar.xz +Source1646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pigpen.doc.tar.xz +Source1647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poltawski.tar.xz +Source1648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poltawski.doc.tar.xz +Source1649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prodint.tar.xz +Source1650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prodint.doc.tar.xz +Source1651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk.tar.xz +Source1652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk.doc.tar.xz +Source1653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk-latex.tar.xz +Source1654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz +Source1655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punknova.tar.xz +Source1656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/punknova.doc.tar.xz +Source1657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxtxalfa.tar.xz +Source1658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz +Source1659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quattrocento.tar.xz +Source1660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz +Source1661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/raleway.tar.xz +Source1662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/raleway.doc.tar.xz +Source1663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recycle.tar.xz +Source1664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recycle.doc.tar.xz +Source1665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.tar.xz +Source1666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.doc.tar.xz +Source1667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romande.source.tar.xz +Source1668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfso.tar.xz +Source1669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfso.doc.tar.xz +Source1670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathaccent.tar.xz +Source1671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz +Source1672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathfonts.tar.xz +Source1673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmathfonts.doc.tar.xz +Source1674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauter.tar.xz +Source1675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.tar.xz +Source1676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz +Source1677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz +Source1678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schulschriften.tar.xz +Source1679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz +Source1680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semaphor.tar.xz +Source1681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semaphor.doc.tar.xz +Source1682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skull.tar.xz +Source1683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skull.source.tar.xz +Source1684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcecodepro.tar.xz +Source1685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz +Source1686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcesanspro.tar.xz +Source1687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz +Source1688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/starfont.tar.xz +Source1689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/starfont.doc.tar.xz +Source1690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.tar.xz +Source1691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.doc.tar.xz +Source1692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/staves.source.tar.xz +Source1693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stix.tar.xz +Source1694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stix.doc.tar.xz +Source1695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/superiors.tar.xz +Source1696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/superiors.doc.tar.xz +Source1697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tapir.tar.xz +Source1698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tapir.doc.tar.xz +Source1699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.tar.xz +Source1700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz +Source1701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz +Source1702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.tar.xz +Source1703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz +Source1704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tfrupee.source.tar.xz +Source1705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.tar.xz +Source1706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz +Source1707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpslifonts.source.tar.xz +Source1708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.tar.xz +Source1709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.doc.tar.xz +Source1710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trajan.source.tar.xz +Source1711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.tar.xz +Source1712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz +Source1713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfontsb.source.tar.xz +Source1714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umtypewriter.tar.xz +Source1715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.tar.xz +Source1716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.doc.tar.xz +Source1717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/universa.source.tar.xz +Source1718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urwchancal.tar.xz +Source1719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz +Source1720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.tar.xz +Source1721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz +Source1722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venturisadf.source.tar.xz +Source1723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wsuipa.tar.xz +Source1724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz +Source1725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.tar.xz +Source1726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.doc.tar.xz +Source1727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xits.source.tar.xz +Source1728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.tar.xz +Source1729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.doc.tar.xz +Source1730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yfonts.source.tar.xz +Source1731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/charter.tar.xz +Source1732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/charter.doc.tar.xz +Source1733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courier.tar.xz +Source1734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.tar.xz +Source1735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.doc.tar.xz +Source1736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euro.source.tar.xz +Source1737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eurosym.tar.xz +Source1738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eurosym.doc.tar.xz +Source1739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.tar.xz +Source1740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.doc.tar.xz +Source1741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fpl.source.tar.xz +Source1742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/helvetic.tar.xz +Source1743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.tar.xz +Source1744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.doc.tar.xz +Source1745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marvosym.source.tar.xz +Source1746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.tar.xz +Source1747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz +Source1748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathpazo.source.tar.xz +Source1749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncntrsbk.tar.xz +Source1750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/palatino.tar.xz +Source1751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxfonts.tar.xz +Source1752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz +Source1753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfs.tar.xz +Source1754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rsfs.doc.tar.xz +Source1755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/symbol.tar.xz +Source1756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre.tar.xz +Source1757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz +Source1758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz +Source1759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz +Source1760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/times.tar.xz +Source1761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa.tar.xz +Source1762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa.doc.tar.xz +Source1763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfonts.tar.xz +Source1764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txfonts.doc.tar.xz +Source1765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utopia.tar.xz +Source1766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utopia.doc.tar.xz +Source1767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasy.tar.xz +Source1768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasy.doc.tar.xz +Source1769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.tar.xz +Source1770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.doc.tar.xz +Source1771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wasysym.source.tar.xz +Source1772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zapfchan.tar.xz +Source1773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zapfding.tar.xz +Source1774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.tar.xz +Source1775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz +Source1776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz +Source1777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.tar.xz +Source1778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz +Source1779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.tar.xz +Source1780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.doc.tar.xz +Source1781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.tar.xz +Source1782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.doc.tar.xz +Source1783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ps2pkm.tar.xz +Source1784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.tar.xz +Source1785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.doc.tar.xz +Source1786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipsconfig.tar.xz +Source1787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.tar.xz +Source1788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.doc.tar.xz +Source1789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.source.tar.xz +Source1790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.tar.xz +Source1791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.doc.tar.xz +Source1792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.tar.xz +Source1793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.doc.tar.xz +Source1794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.tar.xz +Source1795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz +Source1796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.tar.xz +Source1797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.doc.tar.xz +Source1798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmac.source.tar.xz +Source1799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.tar.xz +Source1800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.doc.tar.xz +Source1801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.source.tar.xz +Source1802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.tar.xz +Source1803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.doc.tar.xz +Source1804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.tar.xz +Source1805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.doc.tar.xz +Source1806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psizzl.source.tar.xz +Source1807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.tar.xz +Source1808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.doc.tar.xz +Source1809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/startex.source.tar.xz +Source1810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.tar.xz +Source1811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.doc.tar.xz +Source1812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess.tar.xz +Source1813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess.doc.tar.xz +Source1814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz +Source1815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz +Source1816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz +Source1817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.tar.xz +Source1818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.doc.tar.xz +Source1819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessboard.source.tar.xz +Source1820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.tar.xz +Source1821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.doc.tar.xz +Source1822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chessfss.source.tar.xz +Source1823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.tar.xz +Source1824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.doc.tar.xz +Source1825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossword.source.tar.xz +Source1826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.tar.xz +Source1827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz +Source1828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crosswrd.source.tar.xz +Source1829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egameps.tar.xz +Source1830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egameps.doc.tar.xz +Source1831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.tar.xz +Source1832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.doc.tar.xz +Source1833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gamebook.source.tar.xz +Source1834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.tar.xz +Source1835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.doc.tar.xz +Source1836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/go.source.tar.xz +Source1837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanoi.tar.xz +Source1838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hexgame.tar.xz +Source1839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hexgame.doc.tar.xz +Source1840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/horoscop.tar.xz +Source1841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/horoscop.doc.tar.xz +Source1842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/horoscop.source.tar.xz +Source1843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logicpuzzle.tar.xz +Source1844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz +Source1845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othello.tar.xz +Source1846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othello.doc.tar.xz +Source1847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othelloboard.tar.xz +Source1848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz +Source1849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psgo.tar.xz +Source1850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psgo.doc.tar.xz +Source1851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reverxii.doc.tar.xz +Source1852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz +Source1853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz +Source1854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz +Source1855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sgame.tar.xz +Source1856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sgame.doc.tar.xz +Source1857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skak.tar.xz +Source1858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skak.doc.tar.xz +Source1859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.tar.xz +Source1860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.doc.tar.xz +Source1861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudoku.source.tar.xz +Source1862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.tar.xz +Source1863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz +Source1864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz +Source1865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xq.tar.xz +Source1866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xq.doc.tar.xz +Source1867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.tar.xz +Source1868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.doc.tar.xz +Source1869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xskak.source.tar.xz +Source1870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c-pascal.tar.xz +Source1871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz +Source1872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronosys.tar.xz +Source1873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronosys.doc.tar.xz +Source1874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorsep.tar.xz +Source1875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinat.tar.xz +Source1876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinat.doc.tar.xz +Source1877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.tar.xz +Source1878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.doc.tar.xz +Source1879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtree.source.tar.xz +Source1880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.tar.xz +Source1881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.doc.tar.xz +Source1882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dowith.source.tar.xz +Source1883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eijkhout.tar.xz +Source1884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/encxvlna.tar.xz +Source1885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz +Source1886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigram.tar.xz +Source1887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fenixpar.tar.xz +Source1888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz +Source1889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.tar.xz +Source1890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz +Source1891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fltpoint.source.tar.xz +Source1892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fntproof.tar.xz +Source1893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fntproof.doc.tar.xz +Source1894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gates.tar.xz +Source1895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gates.doc.tar.xz +Source1896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.tar.xz +Source1897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.doc.tar.xz +Source1898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifetex.source.tar.xz +Source1899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iftex.tar.xz +Source1900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iftex.doc.tar.xz +Source1901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/insbox.tar.xz +Source1902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/insbox.doc.tar.xz +Source1903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.tar.xz +Source1904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.doc.tar.xz +Source1905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/langcode.source.tar.xz +Source1906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lecturer.tar.xz +Source1907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lecturer.doc.tar.xz +Source1908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librarian.tar.xz +Source1909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/librarian.doc.tar.xz +Source1910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.tar.xz +Source1911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.doc.tar.xz +Source1912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathdots.source.tar.xz +Source1913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metatex.tar.xz +Source1914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metatex.doc.tar.xz +Source1915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midnight.tar.xz +Source1916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midnight.doc.tar.xz +Source1917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/navigator.tar.xz +Source1918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/navigator.doc.tar.xz +Source1919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ofs.tar.xz +Source1920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ofs.doc.tar.xz +Source1921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf-trans.tar.xz +Source1922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz +Source1923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.tar.xz +Source1924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz +Source1925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plainpkg.source.tar.xz +Source1926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.tar.xz +Source1927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.doc.tar.xz +Source1928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemata.source.tar.xz +Source1929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shade.tar.xz +Source1930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shade.doc.tar.xz +Source1931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/systeme.tar.xz +Source1932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/systeme.doc.tar.xz +Source1933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-generic.tar.xz +Source1934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texapi.tar.xz +Source1935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texapi.doc.tar.xz +Source1936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upca.tar.xz +Source1937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upca.doc.tar.xz +Source1938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.tar.xz +Source1939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.doc.tar.xz +Source1940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xlop.source.tar.xz +Source1941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yax.tar.xz +Source1942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yax.doc.tar.xz +Source1943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsf.tar.xz +Source1944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsf.doc.tar.xz +Source1945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontname.tar.xz +Source1946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontname.doc.tar.xz +Source1947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmisc.tar.xz +Source1948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.tar.xz +Source1949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.doc.tar.xz +Source1950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kastrup.source.tar.xz +Source1951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.tar.xz +Source1952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.doc.tar.xz +Source1953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multido.source.tar.xz +Source1954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/path.tar.xz +Source1955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/path.doc.tar.xz +Source1956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ps.tar.xz +Source1957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz +Source1958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulem.tar.xz +Source1959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulem.doc.tar.xz +Source1960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.tar.xz +Source1961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.doc.tar.xz +Source1962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.source.tar.xz +Source1963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/passivetex.tar.xz +Source1964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.tar.xz +Source1965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz +Source1966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.tar.xz +Source1967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.doc.tar.xz +Source1968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/covington.tar.xz +Source1969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/covington.doc.tar.xz +Source1970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.tar.xz +Source1971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.doc.tar.xz +Source1972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dramatist.source.tar.xz +Source1973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.tar.xz +Source1974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz +Source1975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvgloss.source.tar.xz +Source1976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecltree.tar.xz +Source1977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecltree.doc.tar.xz +Source1978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.tar.xz +Source1979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz +Source1980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edfnotes.source.tar.xz +Source1981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ednotes.tar.xz +Source1982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ednotes.doc.tar.xz +Source1983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.tar.xz +Source1984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.doc.tar.xz +Source1985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledform.source.tar.xz +Source1986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.tar.xz +Source1987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.doc.tar.xz +Source1988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eledmac.source.tar.xz +Source1989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gb4e.tar.xz +Source1990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gb4e.doc.tar.xz +Source1991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverse.tar.xz +Source1992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverse.doc.tar.xz +Source1993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.tar.xz +Source1994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.doc.tar.xz +Source1995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jura.source.tar.xz +Source1996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.tar.xz +Source1997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz +Source1998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz +Source1999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juramisc.tar.xz +Source2000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/juramisc.doc.tar.xz +Source2001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.tar.xz +Source2002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz +Source2003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jurarsp.source.tar.xz +Source2004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.tar.xz +Source2005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.doc.tar.xz +Source2006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ledmac.source.tar.xz +Source2007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lexikon.tar.xz +Source2008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lexikon.doc.tar.xz +Source2009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.tar.xz +Source2010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.doc.tar.xz +Source2011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lineno.source.tar.xz +Source2012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linguex.tar.xz +Source2013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linguex.doc.tar.xz +Source2014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.tar.xz +Source2015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.doc.tar.xz +Source2016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/liturg.source.tar.xz +Source2017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.tar.xz +Source2018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.doc.tar.xz +Source2019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parallel.source.tar.xz +Source2020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.tar.xz +Source2021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.doc.tar.xz +Source2022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parrun.source.tar.xz +Source2023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.tar.xz +Source2024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.doc.tar.xz +Source2025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plari.source.tar.xz +Source2026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.tar.xz +Source2027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.doc.tar.xz +Source2028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/play.source.tar.xz +Source2029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.tar.xz +Source2030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.doc.tar.xz +Source2031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poemscol.source.tar.xz +Source2032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.tar.xz +Source2033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz +Source2034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poetrytex.source.tar.xz +Source2035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qobitree.tar.xz +Source2036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qobitree.doc.tar.xz +Source2037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qtree.tar.xz +Source2038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qtree.doc.tar.xz +Source2039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.tar.xz +Source2040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz +Source2041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz +Source2042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtklage.tar.xz +Source2043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtklage.doc.tar.xz +Source2044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.tar.xz +Source2045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.doc.tar.xz +Source2046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/screenplay.source.tar.xz +Source2047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sides.tar.xz +Source2048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sides.doc.tar.xz +Source2049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stage.tar.xz +Source2050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stage.doc.tar.xz +Source2051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tree-dvips.tar.xz +Source2052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz +Source2053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.tar.xz +Source2054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.doc.tar.xz +Source2055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verse.source.tar.xz +Source2056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xyling.tar.xz +Source2057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xyling.doc.tar.xz +Source2058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.tar.xz +Source2059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.doc.tar.xz +Source2060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop.source.tar.xz +Source2061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop-t1.tar.xz +Source2062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz +Source2063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fc.tar.xz +Source2064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fc.doc.tar.xz +Source2065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz +Source2066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ghab.tar.xz +Source2067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ghab.doc.tar.xz +Source2068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz +Source2069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz +Source2070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imsproc.tar.xz +Source2071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imsproc.doc.tar.xz +Source2072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz +Source2073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-bib.tar.xz +Source2074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz +Source2075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-ftx.tar.xz +Source2076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-ftx.doc.tar.xz +Source2077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-xbs.tar.xz +Source2078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-hm-xbs.doc.tar.xz +Source2079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.tar.xz +Source2080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.doc.tar.xz +Source2081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/persian-modern.source.tar.xz +Source2082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tram.tar.xz +Source2083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tram.doc.tar.xz +Source2084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.tar.xz +Source2085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.doc.tar.xz +Source2086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/c90.source.tar.xz +Source2087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex.tar.xz +Source2088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex.doc.tar.xz +Source2089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz +Source2090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnp.tar.xz +Source2091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz +Source2092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex.tar.xz +Source2093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ipaex.doc.tar.xz +Source2094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.tar.xz +Source2095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.doc.tar.xz +Source2096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese.source.tar.xz +Source2097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.tar.xz +Source2098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz +Source2099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz +Source2100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz +Source2101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz +Source2102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz +Source2103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.tar.xz +Source2104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz +Source2105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.source.tar.xz +Source2106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jsclasses.tar.xz +Source2107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jsclasses.doc.tar.xz +Source2108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jsclasses.source.tar.xz +Source2109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz +Source2110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz +Source2111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz +Source2112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz +Source2113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.tar.xz +Source2114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.doc.tar.xz +Source2115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexja.source.tar.xz +Source2116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nanumtype1.tar.xz +Source2117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz +Source2118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.tar.xz +Source2119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.doc.tar.xz +Source2120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.source.tar.xz +Source2121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.tar.xz +Source2122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz +Source2123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxbase.tar.xz +Source2124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxbase.doc.tar.xz +Source2125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxchfon.tar.xz +Source2126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz +Source2127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxchfon.source.tar.xz +Source2128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxcjkcat.tar.xz +Source2129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz +Source2130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.tar.xz +Source2131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz +Source2132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz +Source2133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz +Source2134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.tar.xz +Source2135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.doc.tar.xz +Source2136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.source.tar.xz +Source2137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.tar.xz +Source2138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz +Source2139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpinyin.source.tar.xz +Source2140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.tar.xz +Source2141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz +Source2142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz +Source2143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.tar.xz +Source2144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz +Source2145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhnumber.source.tar.xz +Source2146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhspacing.tar.xz +Source2147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz +Source2148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafbfont.tar.xz +Source2149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz +Source2150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafont.tar.xz +Source2151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz +Source2152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjatype.tar.xz +Source2153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz +Source2154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.tar.xz +Source2155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz +Source2156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic.source.tar.xz +Source2157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz +Source2158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.doc.tar.xz +Source2159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrplain.tar.xz +Source2160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.tar.xz +Source2161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.doc.tar.xz +Source2162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/disser.source.tar.xz +Source2163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.tar.xz +Source2164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.doc.tar.xz +Source2165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskd.source.tar.xz +Source2166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskdx.tar.xz +Source2167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eskdx.doc.tar.xz +Source2168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.tar.xz +Source2169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.doc.tar.xz +Source2170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gost.source.tar.xz +Source2171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz +Source2172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz +Source2173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-russian.tar.xz +Source2174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ruhyphen.tar.xz +Source2175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ruhyphen.source.tar.xz +Source2176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz +Source2177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz +Source2178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ukrhyph.tar.xz +Source2179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz +Source2180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.tar.xz +Source2181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.doc.tar.xz +Source2182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcyw.source.tar.xz +Source2183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.tar.xz +Source2184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.doc.tar.xz +Source2185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lh.source.tar.xz +Source2186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ec.tar.xz +Source2187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ec.doc.tar.xz +Source2188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhcyr.tar.xz +Source2189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhcyr.source.tar.xz +Source2190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz +Source2191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz +Source2192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz +Source2193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz +Source2194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.tar.xz +Source2195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz +Source2196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz +Source2197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/montex.tar.xz +Source2198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/montex.doc.tar.xz +Source2199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz +Source2200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz +Source2201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz +Source2202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz +Source2203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz +Source2204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz +Source2205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz +Source2206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz +Source2207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-lig.tar.xz +Source2208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz +Source2209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t2.tar.xz +Source2210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t2.doc.tar.xz +Source2211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz +Source2212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz +Source2213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cs.tar.xz +Source2214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csbulletin.tar.xz +Source2215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz +Source2216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.tar.xz +Source2217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.source.tar.xz +Source2218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csplain.tar.xz +Source2219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cstex.doc.tar.xz +Source2220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-czech.tar.xz +Source2221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz +Source2222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.tar.xz +Source2223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.doc.tar.xz +Source2224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz +Source2225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz +Source2226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz +Source2227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-english.tar.xz +Source2228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz +Source2229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz +Source2230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz +Source2231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz +Source2232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz +Source2233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz +Source2234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz +Source2235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gentle.doc.tar.xz +Source2236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz +Source2237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/happy4th.doc.tar.xz +Source2238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impatient.doc.tar.xz +Source2239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz +Source2240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuth.doc.tar.xz +Source2241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knuth.source.tar.xz +Source2242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz +Source2243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz +Source2244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-course.doc.tar.xz +Source2245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz +Source2246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz +Source2247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz +Source2248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz +Source2249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz +Source2250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz +Source2251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz +Source2252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz +Source2253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz +Source2254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz +Source2255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz +Source2256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz +Source2257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/macros2e.doc.tar.xz +Source2258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/math-e.doc.tar.xz +Source2259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathmode.doc.tar.xz +Source2260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memdesign.doc.tar.xz +Source2261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz +Source2262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz +Source2263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mil3.doc.tar.xz +Source2264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz +Source2265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz +Source2266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz +Source2267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz +Source2268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-examples-en.doc.tar.xz +Source2269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz +Source2270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz +Source2271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz +Source2272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz +Source2273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tds.doc.tar.xz +Source2274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz +Source2275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz +Source2276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz +Source2277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz +Source2278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepages.doc.tar.xz +Source2279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tlc2.doc.tar.xz +Source2280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz +Source2281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/webguide.doc.tar.xz +Source2282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexref.doc.tar.xz +Source2283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finbib.tar.xz +Source2284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.tar.xz +Source2285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz +Source2286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrlatex.source.tar.xz +Source2287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz +Source2288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz +Source2289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-danish.tar.xz +Source2290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz +Source2291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz +Source2292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz +Source2293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz +Source2294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz +Source2295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz +Source2296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz +Source2297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-irish.tar.xz +Source2298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz +Source2299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-latin.tar.xz +Source2300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz +Source2301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz +Source2302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz +Source2303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz +Source2304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz +Source2305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz +Source2306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz +Source2307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz +Source2308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz +Source2309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz +Source2310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz +Source2311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lithuanian.tar.xz +Source2312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz +Source2313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz +Source2314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz +Source2315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz +Source2316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz +Source2317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swebib.tar.xz +Source2318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swebib.doc.tar.xz +Source2319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.tar.xz +Source2320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.doc.tar.xz +Source2321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turkmen.source.tar.xz +Source2322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droit-fr.tar.xz +Source2323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz +Source2324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz +Source2325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.tar.xz +Source2326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.doc.tar.xz +Source2327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facture.source.tar.xz +Source2328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frenchle.tar.xz +Source2329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frenchle.doc.tar.xz +Source2330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frletter.tar.xz +Source2331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frletter.doc.tar.xz +Source2332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-basque.tar.xz +Source2333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-french.tar.xz +Source2334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz +Source2335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.tar.xz +Source2336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz +Source2337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/impnattypo.source.tar.xz +Source2338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz +Source2339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz +Source2340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mafr.tar.xz +Source2341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mafr.doc.tar.xz +Source2342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.tar.xz +Source2343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.doc.tar.xz +Source2344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabvar.source.tar.xz +Source2345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.tar.xz +Source2346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz +Source2347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz +Source2348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz +Source2349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz +Source2350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz +Source2351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz +Source2352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz +Source2353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/variations.tar.xz +Source2354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/variations.doc.tar.xz +Source2355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz +Source2356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz +Source2357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz +Source2358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.tar.xz +Source2359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.doc.tar.xz +Source2360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dhua.source.tar.xz +Source2361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz +Source2362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz +Source2363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz +Source2364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fifinddo-info.source.tar.xz +Source2365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz +Source2366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.tar.xz +Source2367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.doc.tar.xz +Source2368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/german.source.tar.xz +Source2369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/germkorr.tar.xz +Source2370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/germkorr.doc.tar.xz +Source2371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz +Source2372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz +Source2373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz +Source2374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-german.tar.xz +Source2375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz +Source2376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz +Source2377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz +Source2378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz +Source2379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz +Source2380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz +Source2381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz +Source2382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz +Source2383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz +Source2384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/presentations.doc.tar.xz +Source2385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-examples.doc.tar.xz +Source2386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/r_und_s.tar.xz +Source2387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz +Source2388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz +Source2389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz +Source2390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz +Source2391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz +Source2392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz +Source2393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz +Source2394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz +Source2395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz +Source2396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz +Source2397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz +Source2398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz +Source2399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz +Source2400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.tar.xz +Source2401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.doc.tar.xz +Source2402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umlaute.source.tar.xz +Source2403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/voss-de.doc.tar.xz +Source2404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz +Source2405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz +Source2406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsporson.tar.xz +Source2407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz +Source2408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-fontenc.tar.xz +Source2409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz +Source2410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-inputenc.tar.xz +Source2411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz +Source2412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.tar.xz +Source2413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.doc.tar.xz +Source2414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greekdates.source.tar.xz +Source2415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greektex.tar.xz +Source2416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/greektex.doc.tar.xz +Source2417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-greek.tar.xz +Source2418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz +Source2419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz +Source2420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.tar.xz +Source2421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz +Source2422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz +Source2423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibygrk.tar.xz +Source2424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz +Source2425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerkis.tar.xz +Source2426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerkis.doc.tar.xz +Source2427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/levy.tar.xz +Source2428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/levy.doc.tar.xz +Source2429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgreek.tar.xz +Source2430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgreek.doc.tar.xz +Source2431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgrx.tar.xz +Source2432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lgrx.doc.tar.xz +Source2433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.tar.xz +Source2434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz +Source2435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.tar.xz +Source2436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.doc.tar.xz +Source2437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/teubner.source.tar.xz +Source2438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.tar.xz +Source2439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.doc.tar.xz +Source2440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xgreek.source.tar.xz +Source2441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yannisgr.tar.xz +Source2442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz +Source2443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/devnag.tar.xz +Source2444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.tar.xz +Source2445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.doc.tar.xz +Source2446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-indic.tar.xz +Source2447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz +Source2448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.tar.xz +Source2449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz +Source2450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sanskrit.source.tar.xz +Source2451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/velthuis.tar.xz +Source2452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/velthuis.doc.tar.xz +Source2453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz +Source2454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz +Source2455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri.tar.xz +Source2456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri.doc.tar.xz +Source2457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.tar.xz +Source2458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz +Source2459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz +Source2460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz +Source2461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.tar.xz +Source2462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz +Source2463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz +Source2464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.tar.xz +Source2465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz +Source2466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frontespizio.source.tar.xz +Source2467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-italian.tar.xz +Source2468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.tar.xz +Source2469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz +Source2470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/itnumpar.source.tar.xz +Source2471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz +Source2472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz +Source2473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.tar.xz +Source2474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.doc.tar.xz +Source2475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layaureo.source.tar.xz +Source2476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz +Source2477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz +Source2478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz +Source2479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.tar.xz +Source2480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.doc.tar.xz +Source2481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctib.source.tar.xz +Source2482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz +Source2483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz +Source2484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz +Source2485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz +Source2486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz +Source2487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz +Source2488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-thai.tar.xz +Source2489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz +Source2490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz +Source2491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz +Source2492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz +Source2493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.tar.xz +Source2494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.doc.tar.xz +Source2495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vntex.source.tar.xz +Source2496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustlib.tar.xz +Source2497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustlib.doc.tar.xz +Source2498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gustprog.doc.tar.xz +Source2499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-polish.tar.xz +Source2500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz +Source2501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.tar.xz +Source2502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.doc.tar.xz +Source2503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.source.tar.xz +Source2504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pl.tar.xz +Source2505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pl.doc.tar.xz +Source2506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.tar.xz +Source2507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.doc.tar.xz +Source2508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwcls.source.tar.xz +Source2509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.tar.xz +Source2510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.doc.tar.xz +Source2511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polski.source.tar.xz +Source2512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/przechlewski-book.tar.xz +Source2513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz +Source2514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qpxqtx.tar.xz +Source2515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz +Source2516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.tar.xz +Source2517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.doc.tar.xz +Source2518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tap.source.tar.xz +Source2519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz +Source2520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz +Source2521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utf8mex.tar.xz +Source2522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz +Source2523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz +Source2524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz +Source2525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz +Source2526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz +Source2527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.tar.xz +Source2528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz +Source2529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz +Source2530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz +Source2531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz +Source2532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz +Source2533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-galician.tar.xz +Source2534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz +Source2535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz +Source2536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz +Source2537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz +Source2538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz +Source2539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz +Source2540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish-mx.tar.xz +Source2541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz +Source2542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.tar.xz +Source2543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.doc.tar.xz +Source2544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crop.source.tar.xz +Source2545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.tar.xz +Source2546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.doc.tar.xz +Source2547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctable.source.tar.xz +Source2548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.tar.xz +Source2549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz +Source2550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eso-pic.source.tar.xz +Source2551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.tar.xz +Source2552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.doc.tar.xz +Source2553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euler.source.tar.xz +Source2554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extsizes.tar.xz +Source2555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extsizes.doc.tar.xz +Source2556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancybox.tar.xz +Source2557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancybox.doc.tar.xz +Source2558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.tar.xz +Source2559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.doc.tar.xz +Source2560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyref.source.tar.xz +Source2561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.tar.xz +Source2562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz +Source2563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz +Source2564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.tar.xz +Source2565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.doc.tar.xz +Source2566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/float.source.tar.xz +Source2567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.tar.xz +Source2568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.doc.tar.xz +Source2569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontspec.source.tar.xz +Source2570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.tar.xz +Source2571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz +Source2572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3kernel.source.tar.xz +Source2573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.tar.xz +Source2574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.doc.tar.xz +Source2575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3packages.source.tar.xz +Source2576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fp.tar.xz +Source2577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fp.doc.tar.xz +Source2578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.tar.xz +Source2579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.doc.tar.xz +Source2580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/index.source.tar.xz +Source2581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jknapltx.tar.xz +Source2582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz +Source2583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script.tar.xz +Source2584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.tar.xz +Source2585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz +Source2586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/l3experimental.source.tar.xz +Source2587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.tar.xz +Source2588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.doc.tar.xz +Source2589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings.source.tar.xz +Source2590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.tar.xz +Source2591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz +Source2592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdwtools.source.tar.xz +Source2593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.tar.xz +Source2594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.doc.tar.xz +Source2595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memoir.source.tar.xz +Source2596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.tar.xz +Source2597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.doc.tar.xz +Source2598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metalogo.source.tar.xz +Source2599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.tar.xz +Source2600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.doc.tar.xz +Source2601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mh.source.tar.xz +Source2602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.tar.xz +Source2603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.doc.tar.xz +Source2604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/microtype.source.tar.xz +Source2605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.tar.xz +Source2606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.doc.tar.xz +Source2607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ms.source.tar.xz +Source2608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.tar.xz +Source2609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz +Source2610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntgclass.source.tar.xz +Source2611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parskip.tar.xz +Source2612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parskip.doc.tar.xz +Source2613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.tar.xz +Source2614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz +Source2615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfpages.source.tar.xz +Source2616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot.tar.xz +Source2617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot.doc.tar.xz +Source2618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.tar.xz +Source2619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.doc.tar.xz +Source2620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfrag.source.tar.xz +Source2621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.tar.xz +Source2622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.doc.tar.xz +Source2623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs.source.tar.xz +Source2624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.tar.xz +Source2625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.doc.tar.xz +Source2626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotating.source.tar.xz +Source2627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmath.tar.xz +Source2628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sansmath.doc.tar.xz +Source2629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/section.tar.xz +Source2630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/section.doc.tar.xz +Source2631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seminar.tar.xz +Source2632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seminar.doc.tar.xz +Source2633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepnum.tar.xz +Source2634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepnum.doc.tar.xz +Source2635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setspace.tar.xz +Source2636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setspace.doc.tar.xz +Source2637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.tar.xz +Source2638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.doc.tar.xz +Source2639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfig.source.tar.xz +Source2640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.tar.xz +Source2641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.doc.tar.xz +Source2642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textcase.source.tar.xz +Source2643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.tar.xz +Source2644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz +Source2645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.tar.xz +Source2646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.doc.tar.xz +Source2647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typehtml.source.tar.xz +Source2648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underscore.tar.xz +Source2649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underscore.doc.tar.xz +Source2650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/url.tar.xz +Source2651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/url.doc.tar.xz +Source2652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemfig.tar.xz +Source2653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemfig.doc.tar.xz +Source2654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.tar.xz +Source2655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz +Source2656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz +Source2657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.tar.xz +Source2658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.doc.tar.xz +Source2659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve.source.tar.xz +Source2660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.tar.xz +Source2661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.doc.tar.xz +Source2662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curve2e.source.tar.xz +Source2663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.tar.xz +Source2664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.doc.tar.xz +Source2665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/curves.source.tar.xz +Source2666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dcpic.tar.xz +Source2667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dcpic.doc.tar.xz +Source2668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagmac2.tar.xz +Source2669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz +Source2670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz +Source2671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.tar.xz +Source2672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.doc.tar.xz +Source2673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dottex.source.tar.xz +Source2674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dot2texi.tar.xz +Source2675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz +Source2676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dratex.tar.xz +Source2677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dratex.doc.tar.xz +Source2678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drs.tar.xz +Source2679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drs.doc.tar.xz +Source2680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duotenzor.tar.xz +Source2681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz +Source2682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eepic.tar.xz +Source2683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eepic.doc.tar.xz +Source2684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.tar.xz +Source2685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.doc.tar.xz +Source2686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdfconversion.tar.xz +Source2687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz +Source2688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.tar.xz +Source2689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.doc.tar.xz +Source2690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esk.source.tar.xz +Source2691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fast-diagram.tar.xz +Source2692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz +Source2693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.tar.xz +Source2694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz +Source2695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.tar.xz +Source2696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.doc.tar.xz +Source2697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowchart.source.tar.xz +Source2698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.tar.xz +Source2699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.doc.tar.xz +Source2700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forest.source.tar.xz +Source2701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.tar.xz +Source2702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.doc.tar.xz +Source2703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gincltex.source.tar.xz +Source2704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.tar.xz +Source2705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz +Source2706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz +Source2707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.tar.xz +Source2708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz +Source2709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gradientframe.source.tar.xz +Source2710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grafcet.tar.xz +Source2711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grafcet.doc.tar.xz +Source2712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/here.tar.xz +Source2713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/here.doc.tar.xz +Source2714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.tar.xz +Source2715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz +Source2716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz +Source2717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.tar.xz +Source2718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.doc.tar.xz +Source2719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobby.source.tar.xz +Source2720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvfloat.tar.xz +Source2721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz +Source2722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knitting.tar.xz +Source2723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knitting.doc.tar.xz +Source2724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knittingpattern.tar.xz +Source2725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz +Source2726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lapdf.tar.xz +Source2727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lapdf.doc.tar.xz +Source2728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lpic.tar.xz +Source2729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lpic.doc.tar.xz +Source2730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.tar.xz +Source2731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.doc.tar.xz +Source2732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeshape.source.tar.xz +Source2733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.tar.xz +Source2734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.doc.tar.xz +Source2735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miniplot.tar.xz +Source2736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miniplot.doc.tar.xz +Source2737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modiagram.tar.xz +Source2738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modiagram.doc.tar.xz +Source2739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numericplots.tar.xz +Source2740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numericplots.doc.tar.xz +Source2741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pb-diagram.tar.xz +Source2742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz +Source2743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petri-nets.tar.xz +Source2744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz +Source2745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.tar.xz +Source2746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz +Source2747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz +Source2748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-soroban.tar.xz +Source2749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz +Source2750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz +Source2751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz +Source2752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.tar.xz +Source2753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz +Source2754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz +Source2755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfkeyx.tar.xz +Source2756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz +Source2757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.tar.xz +Source2758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz +Source2759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz +Source2760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.tar.xz +Source2761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz +Source2762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfopts.source.tar.xz +Source2763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.tar.xz +Source2764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz +Source2765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pgfplots.source.tar.xz +Source2766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piano.tar.xz +Source2767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piano.doc.tar.xz +Source2768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/picinpar.tar.xz +Source2769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/picinpar.doc.tar.xz +Source2770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.tar.xz +Source2771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.doc.tar.xz +Source2772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pict2e.source.tar.xz +Source2773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex.tar.xz +Source2774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex.doc.tar.xz +Source2775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pictex2.tar.xz +Source2776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pinlabel.tar.xz +Source2777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz +Source2778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmgraph.tar.xz +Source2779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz +Source2780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prerex.tar.xz +Source2781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prerex.doc.tar.xz +Source2782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.tar.xz +Source2783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.doc.tar.xz +Source2784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/productbox.source.tar.xz +Source2785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxpgfmark.tar.xz +Source2786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz +Source2787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.tar.xz +Source2788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.doc.tar.xz +Source2789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randbild.source.tar.xz +Source2790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.tar.xz +Source2791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz +Source2792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randomwalk.source.tar.xz +Source2793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reotex.tar.xz +Source2794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/reotex.doc.tar.xz +Source2795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.tar.xz +Source2796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.doc.tar.xz +Source2797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rviewport.source.tar.xz +Source2798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sa-tikz.tar.xz +Source2799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz +Source2800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemabloc.tar.xz +Source2801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz +Source2802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setdeck.tar.xz +Source2803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/setdeck.doc.tar.xz +Source2804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.tar.xz +Source2805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz +Source2806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz +Source2807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spath3.tar.xz +Source2808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spath3.doc.tar.xz +Source2809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spath3.source.tar.xz +Source2810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swimgraf.tar.xz +Source2811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz +Source2812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdraw.tar.xz +Source2813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdraw.doc.tar.xz +Source2814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz +Source2815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz +Source2816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz +Source2817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-cd.tar.xz +Source2818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz +Source2819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-dependency.tar.xz +Source2820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz +Source2821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-inet.tar.xz +Source2822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz +Source2823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-qtree.tar.xz +Source2824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz +Source2825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.tar.xz +Source2826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz +Source2827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz +Source2828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.tar.xz +Source2829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz +Source2830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-prov.source.tar.xz +Source2831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.tar.xz +Source2832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz +Source2833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz +Source2834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzmark.tar.xz +Source2835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz +Source2836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzmark.source.tar.xz +Source2837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzorbital.tar.xz +Source2838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz +Source2839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz +Source2840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz +Source2841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz +Source2842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.tar.xz +Source2843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz +Source2844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz +Source2845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.tar.xz +Source2846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz +Source2847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzposter.source.tar.xz +Source2848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.tar.xz +Source2849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz +Source2850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzscale.source.tar.xz +Source2851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.tar.xz +Source2852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz +Source2853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz +Source2854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.tar.xz +Source2855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.doc.tar.xz +Source2856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tqft.source.tar.xz +Source2857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-base.tar.xz +Source2858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz +Source2859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-berge.tar.xz +Source2860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz +Source2861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-doc.tar.xz +Source2862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz +Source2863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-euclide.tar.xz +Source2864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz +Source2865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-fct.tar.xz +Source2866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz +Source2867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-graph.tar.xz +Source2868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz +Source2869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz +Source2870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz +Source2871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz +Source2872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz +Source2873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-orm.tar.xz +Source2874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz +Source2875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-tab.tar.xz +Source2876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz +Source2877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tsemlines.tar.xz +Source2878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.tar.xz +Source2879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz +Source2880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tufte-latex.source.tar.xz +Source2881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xifthen.tar.xz +Source2882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xifthen.doc.tar.xz +Source2883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.tar.xz +Source2884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz +Source2885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz +Source2886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.tar.xz +Source2887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.doc.tar.xz +Source2888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changepage.source.tar.xz +Source2889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.tar.xz +Source2890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.doc.tar.xz +Source2891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paralist.source.tar.xz +Source2892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.tar.xz +Source2893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.doc.tar.xz +Source2894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sauerj.source.tar.xz +Source2895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins.tar.xz +Source2896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins.doc.tar.xz +Source2897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.tar.xz +Source2898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz +Source2899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venndiagram.source.tar.xz +Source2900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.tar.xz +Source2901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.doc.tar.xz +Source2902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpicture.source.tar.xz +Source2903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic.tar.xz +Source2904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xypic.doc.tar.xz +Source2905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/2up.tar.xz +Source2906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/2up.doc.tar.xz +Source2907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.tar.xz +Source2908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz +Source2909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz +Source2910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.tar.xz +Source2911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.doc.tar.xz +Source2912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/GS1.source.tar.xz +Source2913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.tar.xz +Source2914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz +Source2915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz +Source2916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.tar.xz +Source2917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz +Source2918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/Tabbing.source.tar.xz +Source2919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.tar.xz +Source2920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.doc.tar.xz +Source2921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changebar.source.tar.xz +Source2922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changelayout.tar.xz +Source2923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changelayout.doc.tar.xz +Source2924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.tar.xz +Source2925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.doc.tar.xz +Source2926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/changes.source.tar.xz +Source2927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.tar.xz +Source2928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.doc.tar.xz +Source2929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chappg.source.tar.xz +Source2930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.tar.xz +Source2931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz +Source2932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz +Source2933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chet.tar.xz +Source2934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chet.doc.tar.xz +Source2935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.tar.xz +Source2936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.doc.tar.xz +Source2937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chextras.source.tar.xz +Source2938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chkfloat.tar.xz +Source2939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz +Source2940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.tar.xz +Source2941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.doc.tar.xz +Source2942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chletter.source.tar.xz +Source2943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chngcntr.tar.xz +Source2944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz +Source2945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronology.tar.xz +Source2946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chronology.doc.tar.xz +Source2947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.tar.xz +Source2948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.doc.tar.xz +Source2949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colordoc.source.tar.xz +Source2950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorinfo.tar.xz +Source2951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz +Source2952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortab.tar.xz +Source2953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colortab.doc.tar.xz +Source2954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.tar.xz +Source2955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.doc.tar.xz +Source2956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colorwav.source.tar.xz +Source2957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colourchange.tar.xz +Source2958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/colourchange.doc.tar.xz +Source2959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combelow.tar.xz +Source2960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combelow.doc.tar.xz +Source2961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.tar.xz +Source2962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.doc.tar.xz +Source2963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/combine.source.tar.xz +Source2964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comma.tar.xz +Source2965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comma.doc.tar.xz +Source2966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.tar.xz +Source2967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.doc.tar.xz +Source2968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commado.source.tar.xz +Source2969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comment.tar.xz +Source2970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/comment.doc.tar.xz +Source2971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concepts.tar.xz +Source2972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concepts.doc.tar.xz +Source2973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concprog.tar.xz +Source2974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concprog.doc.tar.xz +Source2975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.tar.xz +Source2976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.doc.tar.xz +Source2977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/constants.source.tar.xz +Source2978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.tar.xz +Source2979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.doc.tar.xz +Source2980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contour.source.tar.xz +Source2981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.tar.xz +Source2982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.doc.tar.xz +Source2983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/contracard.source.tar.xz +Source2984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.tar.xz +Source2985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.doc.tar.xz +Source2986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooking.source.tar.xz +Source2987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.tar.xz +Source2988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.doc.tar.xz +Source2989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cool.source.tar.xz +Source2990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.tar.xz +Source2991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.doc.tar.xz +Source2992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coollist.source.tar.xz +Source2993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.tar.xz +Source2994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.doc.tar.xz +Source2995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolstr.source.tar.xz +Source2996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.tar.xz +Source2997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.doc.tar.xz +Source2998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coolthms.source.tar.xz +Source2999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.tar.xz +Source3000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz +Source3001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz +Source3002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.tar.xz +Source3003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.doc.tar.xz +Source3004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coordsys.source.tar.xz +Source3005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/copyrightbox.tar.xz +Source3006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz +Source3007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coseoul.tar.xz +Source3008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coseoul.doc.tar.xz +Source3009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.tar.xz +Source3010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz +Source3011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/counttexruns.source.tar.xz +Source3012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courseoutline.tar.xz +Source3013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz +Source3014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coursepaper.tar.xz +Source3015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz +Source3016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.tar.xz +Source3017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.doc.tar.xz +Source3018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/coverpage.source.tar.xz +Source3019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.tar.xz +Source3020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.doc.tar.xz +Source3021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cprotect.source.tar.xz +Source3022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crbox.tar.xz +Source3023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crbox.doc.tar.xz +Source3024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.tar.xz +Source3025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.doc.tar.xz +Source3026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/crossreference.source.tar.xz +Source3027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes.tar.xz +Source3028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csquotes.doc.tar.xz +Source3029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvsimple.tar.xz +Source3030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz +Source3031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.tar.xz +Source3032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.doc.tar.xz +Source3033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csvtools.source.tar.xz +Source3034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.tar.xz +Source3035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.doc.tar.xz +Source3036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cuisine.source.tar.xz +Source3037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.tar.xz +Source3038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.doc.tar.xz +Source3039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currfile.source.tar.xz +Source3040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.tar.xz +Source3041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.doc.tar.xz +Source3042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/currvita.source.tar.xz +Source3043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.tar.xz +Source3044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.doc.tar.xz +Source3045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cutwin.source.tar.xz +Source3046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cv.tar.xz +Source3047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cv.doc.tar.xz +Source3048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb-latex.tar.xz +Source3049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz +Source3050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.tar.xz +Source3051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.doc.tar.xz +Source3052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashbox.source.tar.xz +Source3053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.tar.xz +Source3054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.doc.tar.xz +Source3055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashrule.source.tar.xz +Source3056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashundergaps.tar.xz +Source3057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz +Source3058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.tar.xz +Source3059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.doc.tar.xz +Source3060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datatool.source.tar.xz +Source3061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.tar.xz +Source3062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz +Source3063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dateiliste.source.tar.xz +Source3064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.tar.xz +Source3065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.doc.tar.xz +Source3066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datenumber.source.tar.xz +Source3067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.tar.xz +Source3068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.doc.tar.xz +Source3069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/datetime.source.tar.xz +Source3070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.tar.xz +Source3071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz +Source3072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmtcount.source.tar.xz +Source3073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dblfloatfix.tar.xz +Source3074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz +Source3075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.tar.xz +Source3076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.doc.tar.xz +Source3077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decimal.source.tar.xz +Source3078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.tar.xz +Source3079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.doc.tar.xz +Source3080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/decorule.source.tar.xz +Source3081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.tar.xz +Source3082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.doc.tar.xz +Source3083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delim.source.tar.xz +Source3084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.tar.xz +Source3085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz +Source3086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/delimtxt.source.tar.xz +Source3087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.tar.xz +Source3088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.doc.tar.xz +Source3089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagbox.source.tar.xz +Source3090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagnose.tar.xz +Source3091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/diagnose.doc.tar.xz +Source3092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.tar.xz +Source3093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.doc.tar.xz +Source3094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dialogl.source.tar.xz +Source3095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dichokey.tar.xz +Source3096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dichokey.doc.tar.xz +Source3097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.tar.xz +Source3098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz +Source3099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dinbrief.source.tar.xz +Source3100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/directory.tar.xz +Source3101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/directory.doc.tar.xz +Source3102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.tar.xz +Source3103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz +Source3104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz +Source3105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dlfltxb.tar.xz +Source3106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz +Source3107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.tar.xz +Source3108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz +Source3109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dnaseq.source.tar.xz +Source3110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.tar.xz +Source3111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.doc.tar.xz +Source3112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmfp.source.tar.xz +Source3113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.tar.xz +Source3114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.doc.tar.xz +Source3115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/docmute.source.tar.xz +Source3116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.tar.xz +Source3117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.doc.tar.xz +Source3118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/documentation.source.tar.xz +Source3119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doi.tar.xz +Source3120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/doi.doc.tar.xz +Source3121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.tar.xz +Source3122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz +Source3123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotarrow.source.tar.xz +Source3124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.tar.xz +Source3125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz +Source3126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dotseqn.source.tar.xz +Source3127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/download.tar.xz +Source3128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/download.doc.tar.xz +Source3129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.tar.xz +Source3130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.doc.tar.xz +Source3131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dox.source.tar.xz +Source3132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dpfloat.tar.xz +Source3133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz +Source3134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.tar.xz +Source3135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.doc.tar.xz +Source3136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dprogress.source.tar.xz +Source3137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.tar.xz +Source3138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.doc.tar.xz +Source3139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drac.source.tar.xz +Source3140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.tar.xz +Source3141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz +Source3142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftcopy.source.tar.xz +Source3143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.tar.xz +Source3144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz +Source3145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz +Source3146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtk.tar.xz +Source3147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtk.doc.tar.xz +Source3148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz +Source3149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgallery.source.tar.xz +Source3150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvdcoll.tar.xz +Source3151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz +Source3152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dynblocks.tar.xz +Source3153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz +Source3154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy.tar.xz +Source3155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy.doc.tar.xz +Source3156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy-todo.tar.xz +Source3157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz +Source3158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.tar.xz +Source3159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.doc.tar.xz +Source3160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easyfig.source.tar.xz +Source3161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easylist.tar.xz +Source3162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/easylist.doc.tar.xz +Source3163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean13isbn.tar.xz +Source3164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz +Source3165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.tar.xz +Source3166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.doc.tar.xz +Source3167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebezier.source.tar.xz +Source3168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.tar.xz +Source3169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz +Source3170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz +Source3171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.tar.xz +Source3172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.doc.tar.xz +Source3173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ecv.source.tar.xz +Source3174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.tar.xz +Source3175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.doc.tar.xz +Source3176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ed.source.tar.xz +Source3177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.tar.xz +Source3178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.doc.tar.xz +Source3179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/edmargin.source.tar.xz +Source3180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.tar.xz +Source3181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.doc.tar.xz +Source3182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eemeir.source.tar.xz +Source3183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.tar.xz +Source3184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.doc.tar.xz +Source3185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/egplot.source.tar.xz +Source3186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.tar.xz +Source3187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz +Source3188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ellipsis.source.tar.xz +Source3189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.tar.xz +Source3190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.doc.tar.xz +Source3191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elmath.source.tar.xz +Source3192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elpres.tar.xz +Source3193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elpres.doc.tar.xz +Source3194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.tar.xz +Source3195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.doc.tar.xz +Source3196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emarks.source.tar.xz +Source3197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/embrac.tar.xz +Source3198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/embrac.doc.tar.xz +Source3199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.tar.xz +Source3200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.doc.tar.xz +Source3201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emptypage.source.tar.xz +Source3202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emulateapj.tar.xz +Source3203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz +Source3204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.tar.xz +Source3205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.doc.tar.xz +Source3206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endfloat.source.tar.xz +Source3207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.tar.xz +Source3208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.doc.tar.xz +Source3209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endheads.source.tar.xz +Source3210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endnotes.tar.xz +Source3211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endnotes.doc.tar.xz +Source3212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.tar.xz +Source3213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.doc.tar.xz +Source3214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engpron.source.tar.xz +Source3215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.tar.xz +Source3216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.doc.tar.xz +Source3217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engrec.source.tar.xz +Source3218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enotez.tar.xz +Source3219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enotez.doc.tar.xz +Source3220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem.tar.xz +Source3221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem.doc.tar.xz +Source3222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.tar.xz +Source3223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz +Source3224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz +Source3225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envbig.tar.xz +Source3226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envbig.doc.tar.xz +Source3227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.tar.xz +Source3228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.doc.tar.xz +Source3229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/environ.source.tar.xz +Source3230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.tar.xz +Source3231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.doc.tar.xz +Source3232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/envlab.source.tar.xz +Source3233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.tar.xz +Source3234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.doc.tar.xz +Source3235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epigraph.source.tar.xz +Source3236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.tar.xz +Source3237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz +Source3238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epiolmec.source.tar.xz +Source3239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqell.tar.xz +Source3240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqell.doc.tar.xz +Source3241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.tar.xz +Source3242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.doc.tar.xz +Source3243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqlist.source.tar.xz +Source3244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqname.tar.xz +Source3245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.tar.xz +Source3246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz +Source3247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqparbox.source.tar.xz +Source3248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.tar.xz +Source3249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.doc.tar.xz +Source3250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/errata.source.tar.xz +Source3251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esami.tar.xz +Source3252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esami.doc.tar.xz +Source3253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.tar.xz +Source3254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.doc.tar.xz +Source3255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esdiff.source.tar.xz +Source3256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.tar.xz +Source3257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.doc.tar.xz +Source3258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint.source.tar.xz +Source3259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint-type1.tar.xz +Source3260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz +Source3261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.tar.xz +Source3262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.doc.tar.xz +Source3263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etaremune.source.tar.xz +Source3264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.tar.xz +Source3265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.doc.tar.xz +Source3266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etextools.source.tar.xz +Source3267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.tar.xz +Source3268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.doc.tar.xz +Source3269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoc.source.tar.xz +Source3270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox.tar.xz +Source3271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz +Source3272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.tar.xz +Source3273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.doc.tar.xz +Source3274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eukdate.source.tar.xz +Source3275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/europecv.tar.xz +Source3276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/europecv.doc.tar.xz +Source3277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.tar.xz +Source3278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.doc.tar.xz +Source3279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everyhook.source.tar.xz +Source3280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.tar.xz +Source3281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.doc.tar.xz +Source3282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/everypage.source.tar.xz +Source3283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exam.tar.xz +Source3284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exam.doc.tar.xz +Source3285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.tar.xz +Source3286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.doc.tar.xz +Source3287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examdesign.source.tar.xz +Source3288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examplep.tar.xz +Source3289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/examplep.doc.tar.xz +Source3290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.tar.xz +Source3291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.doc.tar.xz +Source3292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/excludeonly.tar.xz +Source3293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz +Source3294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.tar.xz +Source3295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.doc.tar.xz +Source3296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exercise.source.tar.xz +Source3297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.tar.xz +Source3298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz +Source3299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz +Source3300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.tar.xz +Source3301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.doc.tar.xz +Source3302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expdlist.source.tar.xz +Source3303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.tar.xz +Source3304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.doc.tar.xz +Source3305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/export.source.tar.xz +Source3306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsheets.tar.xz +Source3307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsheets.doc.tar.xz +Source3308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsol.tar.xz +Source3309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsol.doc.tar.xz +Source3310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exsol.source.tar.xz +Source3311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.tar.xz +Source3312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.doc.tar.xz +Source3313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extract.source.tar.xz +Source3314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.tar.xz +Source3315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.doc.tar.xz +Source3316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/facsimile.source.tar.xz +Source3317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/factura.tar.xz +Source3318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/factura.doc.tar.xz +Source3319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.tar.xz +Source3320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.doc.tar.xz +Source3321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancynum.source.tar.xz +Source3322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.tar.xz +Source3323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.doc.tar.xz +Source3324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancypar.source.tar.xz +Source3325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.tar.xz +Source3326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz +Source3327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytabs.source.tar.xz +Source3328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.tar.xz +Source3329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz +Source3330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz +Source3331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figsize.tar.xz +Source3332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figsize.doc.tar.xz +Source3333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.tar.xz +Source3334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.doc.tar.xz +Source3335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filecontents.source.tar.xz +Source3336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.tar.xz +Source3337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.doc.tar.xz +Source3338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filedate.source.tar.xz +Source3339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.tar.xz +Source3340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.doc.tar.xz +Source3341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filehook.source.tar.xz +Source3342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.tar.xz +Source3343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz +Source3344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fileinfo.source.tar.xz +Source3345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filemod.tar.xz +Source3346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/filemod.doc.tar.xz +Source3347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.tar.xz +Source3348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.doc.tar.xz +Source3349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fink.source.tar.xz +Source3350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.tar.xz +Source3351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.doc.tar.xz +Source3352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/finstrut.source.tar.xz +Source3353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixfoot.tar.xz +Source3354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz +Source3355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.tar.xz +Source3356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.doc.tar.xz +Source3357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixme.source.tar.xz +Source3358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz +Source3359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz +Source3360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz +Source3361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fjodor.tar.xz +Source3362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fjodor.doc.tar.xz +Source3363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.tar.xz +Source3364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.doc.tar.xz +Source3365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flabels.source.tar.xz +Source3366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flacards.tar.xz +Source3367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flacards.doc.tar.xz +Source3368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.tar.xz +Source3369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz +Source3370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flagderiv.source.tar.xz +Source3371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.tar.xz +Source3372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.doc.tar.xz +Source3373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashcards.source.tar.xz +Source3374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashmovie.tar.xz +Source3375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz +Source3376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flipbook.tar.xz +Source3377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flipbook.doc.tar.xz +Source3378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.tar.xz +Source3379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.doc.tar.xz +Source3380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flippdf.source.tar.xz +Source3381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.tar.xz +Source3382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.doc.tar.xz +Source3383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatflt.source.tar.xz +Source3384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.tar.xz +Source3385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.doc.tar.xz +Source3386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/floatrow.source.tar.xz +Source3387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.tar.xz +Source3388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.doc.tar.xz +Source3389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/flowfram.source.tar.xz +Source3390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.tar.xz +Source3391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.doc.tar.xz +Source3392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fmp.source.tar.xz +Source3393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fn2end.tar.xz +Source3394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fn2end.doc.tar.xz +Source3395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.tar.xz +Source3396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz +Source3397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnbreak.source.tar.xz +Source3398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncychap.tar.xz +Source3399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncychap.doc.tar.xz +Source3400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncylab.tar.xz +Source3401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fncylab.doc.tar.xz +Source3402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpara.tar.xz +Source3403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpara.doc.tar.xz +Source3404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpct.tar.xz +Source3405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnpct.doc.tar.xz +Source3406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.tar.xz +Source3407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz +Source3408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fnumprint.source.tar.xz +Source3409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.tar.xz +Source3410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz +Source3411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foilhtml.source.tar.xz +Source3412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.tar.xz +Source3413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz +Source3414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontaxes.source.tar.xz +Source3415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.tar.xz +Source3416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.doc.tar.xz +Source3417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fonttable.source.tar.xz +Source3418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.tar.xz +Source3419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.doc.tar.xz +Source3420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footmisc.source.tar.xz +Source3421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnotebackref.tar.xz +Source3422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz +Source3423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.tar.xz +Source3424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz +Source3425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnoterange.source.tar.xz +Source3426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.tar.xz +Source3427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.doc.tar.xz +Source3428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/footnpag.source.tar.xz +Source3429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.tar.xz +Source3430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.doc.tar.xz +Source3431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forarray.source.tar.xz +Source3432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.tar.xz +Source3433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.doc.tar.xz +Source3434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/foreign.source.tar.xz +Source3435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.tar.xz +Source3436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.doc.tar.xz +Source3437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/forloop.source.tar.xz +Source3438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.tar.xz +Source3439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.doc.tar.xz +Source3440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/formular.source.tar.xz +Source3441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragments.tar.xz +Source3442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragments.doc.tar.xz +Source3443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frame.tar.xz +Source3444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frame.doc.tar.xz +Source3445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/framed.tar.xz +Source3446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/framed.doc.tar.xz +Source3447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.tar.xz +Source3448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz +Source3449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frankenstein.source.tar.xz +Source3450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frege.tar.xz +Source3451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/frege.doc.tar.xz +Source3452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftcap.tar.xz +Source3453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftcap.doc.tar.xz +Source3454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.tar.xz +Source3455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz +Source3456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz +Source3457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.tar.xz +Source3458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.doc.tar.xz +Source3459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullblck.source.tar.xz +Source3460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullwidth.tar.xz +Source3461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz +Source3462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.tar.xz +Source3463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz +Source3464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz +Source3465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-cyr.tar.xz +Source3466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz +Source3467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz +Source3468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz +Source3469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fwlw.tar.xz +Source3470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fwlw.doc.tar.xz +Source3471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.tar.xz +Source3472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.doc.tar.xz +Source3473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/g-brief.source.tar.xz +Source3474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gauss.tar.xz +Source3475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gauss.doc.tar.xz +Source3476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcard.tar.xz +Source3477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcard.doc.tar.xz +Source3478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.tar.xz +Source3479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.doc.tar.xz +Source3480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gcite.source.tar.xz +Source3481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.tar.xz +Source3482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.doc.tar.xz +Source3483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/genmpage.source.tar.xz +Source3484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/getfiledate.tar.xz +Source3485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz +Source3486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.tar.xz +Source3487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz +Source3488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ginpenc.source.tar.xz +Source3489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gitinfo.tar.xz +Source3490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz +Source3491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gloss.tar.xz +Source3492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gloss.doc.tar.xz +Source3493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.tar.xz +Source3494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.doc.tar.xz +Source3495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.source.tar.xz +Source3496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc.tar.xz +Source3497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz +Source3498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz +Source3499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz +Source3500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz +Source3501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmeometric.tar.xz +Source3502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmeometric.doc.tar.xz +Source3503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmiflink.tar.xz +Source3504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz +Source3505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmutils.tar.xz +Source3506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmutils.doc.tar.xz +Source3507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverb.tar.xz +Source3508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmverb.doc.tar.xz +Source3509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz +Source3510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz +Source3511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz +Source3512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grfpaste.tar.xz +Source3513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz +Source3514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.tar.xz +Source3515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.doc.tar.xz +Source3516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/grid.source.tar.xz +Source3517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.tar.xz +Source3518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.doc.tar.xz +Source3519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gridset.source.tar.xz +Source3520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.tar.xz +Source3521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz +Source3522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitlogo.source.tar.xz +Source3523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.tar.xz +Source3524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.doc.tar.xz +Source3525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hanging.source.tar.xz +Source3526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.tar.xz +Source3527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz +Source3528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hardwrap.source.tar.xz +Source3529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harnon-cv.tar.xz +Source3530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz +Source3531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harpoon.tar.xz +Source3532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harpoon.doc.tar.xz +Source3533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.tar.xz +Source3534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.doc.tar.xz +Source3535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hc.source.tar.xz +Source3536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/he-she.tar.xz +Source3537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/he-she.doc.tar.xz +Source3538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.tar.xz +Source3539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz +Source3540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hhtensor.source.tar.xz +Source3541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.tar.xz +Source3542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.doc.tar.xz +Source3543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/histogr.source.tar.xz +Source3544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hitec.tar.xz +Source3545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hitec.doc.tar.xz +Source3546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hletter.tar.xz +Source3547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hletter.doc.tar.xz +Source3548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.tar.xz +Source3549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz +Source3550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz +Source3551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.tar.xz +Source3552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz +Source3553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hrefhide.source.tar.xz +Source3554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvindex.tar.xz +Source3555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hvindex.doc.tar.xz +Source3556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypdvips.tar.xz +Source3557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz +Source3558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.tar.xz +Source3559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.doc.tar.xz +Source3560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyper.source.tar.xz +Source3561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypernat.tar.xz +Source3562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hypernat.doc.tar.xz +Source3563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperref-docsrc.doc.tar.xz +Source3564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.tar.xz +Source3565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz +Source3566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz +Source3567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.tar.xz +Source3568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz +Source3569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyphenat.source.tar.xz +Source3570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.tar.xz +Source3571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz +Source3572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/idxlayout.source.tar.xz +Source3573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmslide.tar.xz +Source3574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz +Source3575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.tar.xz +Source3576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz +Source3577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifnextok.source.tar.xz +Source3578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.tar.xz +Source3579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz +Source3580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz +Source3581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.tar.xz +Source3582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz +Source3583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifplatform.source.tar.xz +Source3584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifthenx.tar.xz +Source3585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz +Source3586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.tar.xz +Source3587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.doc.tar.xz +Source3588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iitem.source.tar.xz +Source3589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/image-gallery.tar.xz +Source3590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz +Source3591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.tar.xz +Source3592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz +Source3593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imakeidx.source.tar.xz +Source3594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/import.tar.xz +Source3595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/import.doc.tar.xz +Source3596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/incgraph.tar.xz +Source3597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/incgraph.doc.tar.xz +Source3598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.tar.xz +Source3599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz +Source3600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inlinedef.source.tar.xz +Source3601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.tar.xz +Source3602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz +Source3603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inputtrc.source.tar.xz +Source3604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz +Source3605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz +Source3606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.tar.xz +Source3607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.doc.tar.xz +Source3608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interfaces.source.tar.xz +Source3609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.tar.xz +Source3610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.doc.tar.xz +Source3611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/inversepath.source.tar.xz +Source3612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/invoice.tar.xz +Source3613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/invoice.doc.tar.xz +Source3614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.tar.xz +Source3615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.doc.tar.xz +Source3616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso.source.tar.xz +Source3617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.tar.xz +Source3618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.doc.tar.xz +Source3619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iso10303.source.tar.xz +Source3620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.tar.xz +Source3621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.doc.tar.xz +Source3622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodate.source.tar.xz +Source3623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isonums.tar.xz +Source3624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isonums.doc.tar.xz +Source3625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.tar.xz +Source3626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.doc.tar.xz +Source3627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isodoc.source.tar.xz +Source3628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.tar.xz +Source3629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.doc.tar.xz +Source3630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isorot.source.tar.xz +Source3631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.tar.xz +Source3632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.doc.tar.xz +Source3633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isotope.source.tar.xz +Source3634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.tar.xz +Source3635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz +Source3636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/issuulinks.source.tar.xz +Source3637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwhdp.tar.xz +Source3638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz +Source3639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.tar.xz +Source3640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz +Source3641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jvlisting.source.tar.xz +Source3642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.tar.xz +Source3643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz +Source3644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz +Source3645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.tar.xz +Source3646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.doc.tar.xz +Source3647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kerntest.source.tar.xz +Source3648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.tar.xz +Source3649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.doc.tar.xz +Source3650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keycommand.source.tar.xz +Source3651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyreader.tar.xz +Source3652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyreader.doc.tar.xz +Source3653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keystroke.tar.xz +Source3654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keystroke.doc.tar.xz +Source3655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyval2e.tar.xz +Source3656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz +Source3657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kix.tar.xz +Source3658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kix.doc.tar.xz +Source3659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz +Source3660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz +Source3661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz +Source3662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz +Source3663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.tar.xz +Source3664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz +Source3665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz +Source3666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.tar.xz +Source3667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.doc.tar.xz +Source3668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labbook.source.tar.xz +Source3669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.tar.xz +Source3670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.doc.tar.xz +Source3671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labelcas.source.tar.xz +Source3672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.tar.xz +Source3673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.doc.tar.xz +Source3674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/labels.source.tar.xz +Source3675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.tar.xz +Source3676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.doc.tar.xz +Source3677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lastpage.source.tar.xz +Source3678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.tar.xz +Source3679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.doc.tar.xz +Source3680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/layouts.source.tar.xz +Source3681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lazylist.tar.xz +Source3682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lazylist.doc.tar.xz +Source3683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.tar.xz +Source3684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.doc.tar.xz +Source3685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcd.source.tar.xz +Source3686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.tar.xz +Source3687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.doc.tar.xz +Source3688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcg.source.tar.xz +Source3689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.tar.xz +Source3690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.doc.tar.xz +Source3691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leading.source.tar.xz +Source3692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.tar.xz +Source3693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.doc.tar.xz +Source3694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leaflet.source.tar.xz +Source3695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.tar.xz +Source3696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.doc.tar.xz +Source3697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/leftidx.source.tar.xz +Source3698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettre.tar.xz +Source3699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettre.doc.tar.xz +Source3700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.tar.xz +Source3701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.doc.tar.xz +Source3702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lettrine.source.tar.xz +Source3703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lewis.tar.xz +Source3704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lewis.doc.tar.xz +Source3705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.tar.xz +Source3706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.doc.tar.xz +Source3707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lhelp.source.tar.xz +Source3708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.tar.xz +Source3709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.doc.tar.xz +Source3710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/libgreek.source.tar.xz +Source3711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/limap.tar.xz +Source3712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/limap.source.tar.xz +Source3713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.tar.xz +Source3714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.doc.tar.xz +Source3715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/linegoal.source.tar.xz +Source3716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.tar.xz +Source3717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.doc.tar.xz +Source3718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lipsum.source.tar.xz +Source3719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz +Source3720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz +Source3721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listing.tar.xz +Source3722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listing.doc.tar.xz +Source3723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.tar.xz +Source3724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz +Source3725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz +Source3726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.tar.xz +Source3727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.doc.tar.xz +Source3728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listliketab.source.tar.xz +Source3729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lkproof.tar.xz +Source3730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lkproof.doc.tar.xz +Source3731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.tar.xz +Source3732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.doc.tar.xz +Source3733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lmake.source.tar.xz +Source3734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.tar.xz +Source3735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.doc.tar.xz +Source3736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/locality.source.tar.xz +Source3737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.tar.xz +Source3738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.doc.tar.xz +Source3739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/localloc.source.tar.xz +Source3740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.tar.xz +Source3741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.doc.tar.xz +Source3742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logbox.source.tar.xz +Source3743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz +Source3744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz +Source3745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.tar.xz +Source3746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.doc.tar.xz +Source3747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/logpap.source.tar.xz +Source3748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.tar.xz +Source3749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz +Source3750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz +Source3751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/loops.tar.xz +Source3752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/loops.doc.tar.xz +Source3753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lsc.tar.xz +Source3754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lsc.doc.tar.xz +Source3755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.tar.xz +Source3756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz +Source3757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lstaddons.source.tar.xz +Source3758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltablex.tar.xz +Source3759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltablex.doc.tar.xz +Source3760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltabptch.tar.xz +Source3761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz +Source3762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxdockit.tar.xz +Source3763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz +Source3764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.tar.xz +Source3765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz +Source3766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxindex.source.tar.xz +Source3767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxkeys.tar.xz +Source3768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz +Source3769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.tar.xz +Source3770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz +Source3771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxnew.source.tar.xz +Source3772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxtools.tar.xz +Source3773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz +Source3774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/magaz.tar.xz +Source3775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/magaz.doc.tar.xz +Source3776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.tar.xz +Source3777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.doc.tar.xz +Source3778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailing.source.tar.xz +Source3779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.tar.xz +Source3780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz +Source3781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mailmerge.source.tar.xz +Source3782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebarcode.tar.xz +Source3783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz +Source3784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.tar.xz +Source3785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.doc.tar.xz +Source3786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makebox.source.tar.xz +Source3787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.tar.xz +Source3788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.doc.tar.xz +Source3789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecell.source.tar.xz +Source3790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecirc.tar.xz +Source3791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecirc.doc.tar.xz +Source3792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.tar.xz +Source3793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.doc.tar.xz +Source3794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makecmds.source.tar.xz +Source3795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.tar.xz +Source3796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.doc.tar.xz +Source3797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makedtx.source.tar.xz +Source3798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeglos.tar.xz +Source3799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeglos.doc.tar.xz +Source3800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.tar.xz +Source3801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.doc.tar.xz +Source3802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mandi.source.tar.xz +Source3803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manfnt.tar.xz +Source3804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manfnt.source.tar.xz +Source3805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.tar.xz +Source3806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.doc.tar.xz +Source3807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/manuscript.source.tar.xz +Source3808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.tar.xz +Source3809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.doc.tar.xz +Source3810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginfix.source.tar.xz +Source3811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.tar.xz +Source3812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.doc.tar.xz +Source3813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/marginnote.source.tar.xz +Source3814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathalfa.tar.xz +Source3815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz +Source3816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.tar.xz +Source3817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.doc.tar.xz +Source3818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathastext.source.tar.xz +Source3819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.tar.xz +Source3820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.doc.tar.xz +Source3821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathexam.source.tar.xz +Source3822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/maybemath.tar.xz +Source3823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/maybemath.doc.tar.xz +Source3824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mbenotes.tar.xz +Source3825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz +Source3826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.tar.xz +Source3827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.doc.tar.xz +Source3828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcaption.source.tar.xz +Source3829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mceinleger.tar.xz +Source3830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz +Source3831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.tar.xz +Source3832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.doc.tar.xz +Source3833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mcite.source.tar.xz +Source3834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mciteplus.tar.xz +Source3835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz +Source3836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.tar.xz +Source3837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.doc.tar.xz +Source3838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mdframed.source.tar.xz +Source3839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/media9.tar.xz +Source3840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/media9.doc.tar.xz +Source3841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.tar.xz +Source3842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz +Source3843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/meetingmins.source.tar.xz +Source3844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memexsupp.tar.xz +Source3845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz +Source3846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memory.tar.xz +Source3847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memory.doc.tar.xz +Source3848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/memory.source.tar.xz +Source3849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.tar.xz +Source3850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.doc.tar.xz +Source3851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menu.source.tar.xz +Source3852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.tar.xz +Source3853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.doc.tar.xz +Source3854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/menukeys.source.tar.xz +Source3855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.tar.xz +Source3856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.doc.tar.xz +Source3857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/method.source.tar.xz +Source3858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.tar.xz +Source3859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.doc.tar.xz +Source3860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metre.source.tar.xz +Source3861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.tar.xz +Source3862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.doc.tar.xz +Source3863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mftinc.source.tar.xz +Source3864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midpage.tar.xz +Source3865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/midpage.doc.tar.xz +Source3866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.tar.xz +Source3867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.doc.tar.xz +Source3868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minibox.source.tar.xz +Source3869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.tar.xz +Source3870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.doc.tar.xz +Source3871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minifp.source.tar.xz +Source3872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz +Source3873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz +Source3874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz +Source3875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.tar.xz +Source3876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.doc.tar.xz +Source3877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minitoc.source.tar.xz +Source3878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.tar.xz +Source3879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.doc.tar.xz +Source3880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minted.source.tar.xz +Source3881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.tar.xz +Source3882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.doc.tar.xz +Source3883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/minutes.source.tar.xz +Source3884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/misc209.tar.xz +Source3885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mla-paper.tar.xz +Source3886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz +Source3887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.tar.xz +Source3888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.doc.tar.xz +Source3889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mlist.source.tar.xz +Source3890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mmap.tar.xz +Source3891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mmap.doc.tar.xz +Source3892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnotes.tar.xz +Source3893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnotes.doc.tar.xz +Source3894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mnotes.source.tar.xz +Source3895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderncv.tar.xz +Source3896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderncv.doc.tar.xz +Source3897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.tar.xz +Source3898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz +Source3899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz +Source3900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.tar.xz +Source3901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.doc.tar.xz +Source3902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modref.source.tar.xz +Source3903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.tar.xz +Source3904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.doc.tar.xz +Source3905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/modroman.source.tar.xz +Source3906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.tar.xz +Source3907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.doc.tar.xz +Source3908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/monofill.source.tar.xz +Source3909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreenum.tar.xz +Source3910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreenum.doc.tar.xz +Source3911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.tar.xz +Source3912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.doc.tar.xz +Source3913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morefloats.source.tar.xz +Source3914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.tar.xz +Source3915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.doc.tar.xz +Source3916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morehype.source.tar.xz +Source3917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.tar.xz +Source3918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.doc.tar.xz +Source3919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moresize.source.tar.xz +Source3920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.tar.xz +Source3921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.doc.tar.xz +Source3922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/moreverb.source.tar.xz +Source3923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.tar.xz +Source3924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.doc.tar.xz +Source3925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/morewrites.source.tar.xz +Source3926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/movie15.tar.xz +Source3927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/movie15.doc.tar.xz +Source3928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.tar.xz +Source3929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.doc.tar.xz +Source3930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mparhack.source.tar.xz +Source3931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msc.tar.xz +Source3932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msc.doc.tar.xz +Source3933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.tar.xz +Source3934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.doc.tar.xz +Source3935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msg.source.tar.xz +Source3936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mslapa.tar.xz +Source3937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mslapa.doc.tar.xz +Source3938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.tar.xz +Source3939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz +Source3940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mtgreek.source.tar.xz +Source3941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multenum.tar.xz +Source3942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multenum.doc.tar.xz +Source3943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.tar.xz +Source3944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.doc.tar.xz +Source3945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibbl.source.tar.xz +Source3946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.tar.xz +Source3947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.doc.tar.xz +Source3948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multicap.source.tar.xz +Source3949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.tar.xz +Source3950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.doc.tar.xz +Source3951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multienv.source.tar.xz +Source3952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.tar.xz +Source3953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz +Source3954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiexpand.source.tar.xz +Source3955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multirow.tar.xz +Source3956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multirow.doc.tar.xz +Source3957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.tar.xz +Source3958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.doc.tar.xz +Source3959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mversion.source.tar.xz +Source3960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.tar.xz +Source3961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.doc.tar.xz +Source3962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mwe.source.tar.xz +Source3963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.tar.xz +Source3964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.doc.tar.xz +Source3965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mycv.source.tar.xz +Source3966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.tar.xz +Source3967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz +Source3968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz +Source3969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.tar.xz +Source3970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.doc.tar.xz +Source3971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nag.source.tar.xz +Source3972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.tar.xz +Source3973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.doc.tar.xz +Source3974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nameauth.source.tar.xz +Source3975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.tar.xz +Source3976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.doc.tar.xz +Source3977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/namespc.source.tar.xz +Source3978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncclatex.tar.xz +Source3979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz +Source3980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.tar.xz +Source3981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.doc.tar.xz +Source3982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ncctools.source.tar.xz +Source3983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.tar.xz +Source3984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.doc.tar.xz +Source3985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/needspace.source.tar.xz +Source3986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nestquot.tar.xz +Source3987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newcommand.doc.tar.xz +Source3988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newenviron.tar.xz +Source3989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newenviron.doc.tar.xz +Source3990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.tar.xz +Source3991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.doc.tar.xz +Source3992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newfile.source.tar.xz +Source3993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.tar.xz +Source3994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.doc.tar.xz +Source3995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newlfm.source.tar.xz +Source3996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.tar.xz +Source3997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.doc.tar.xz +Source3998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newspaper.source.tar.xz +Source3999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.tar.xz +Source4000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz +Source4001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz +Source4002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.tar.xz +Source4003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz +Source4004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newvbtm.source.tar.xz +Source4005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.tar.xz +Source4006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.doc.tar.xz +Source4007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newverbs.source.tar.xz +Source4008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nextpage.tar.xz +Source4009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz +Source4010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz +Source4011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.tar.xz +Source4012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz +Source4013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz +Source4014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.tar.xz +Source4015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.doc.tar.xz +Source4016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/niceframe.source.tar.xz +Source4017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.tar.xz +Source4018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.doc.tar.xz +Source4019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nicetext.source.tar.xz +Source4020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nlctdoc.tar.xz +Source4021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz +Source4022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noconflict.tar.xz +Source4023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noconflict.doc.tar.xz +Source4024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.tar.xz +Source4025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz +Source4026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/noitcrul.source.tar.xz +Source4027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nolbreaks.tar.xz +Source4028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz +Source4029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.tar.xz +Source4030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.doc.tar.xz +Source4031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomencl.source.tar.xz +Source4032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.tar.xz +Source4033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz +Source4034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nomentbl.source.tar.xz +Source4035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.tar.xz +Source4036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz +Source4037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonfloat.source.tar.xz +Source4038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.tar.xz +Source4039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz +Source4040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz +Source4041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nopageno.tar.xz +Source4042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nopageno.doc.tar.xz +Source4043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.tar.xz +Source4044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.doc.tar.xz +Source4045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notes.source.tar.xz +Source4046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notoccite.tar.xz +Source4047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/notoccite.doc.tar.xz +Source4048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.tar.xz +Source4049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.doc.tar.xz +Source4050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nowidow.source.tar.xz +Source4051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.tar.xz +Source4052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz +Source4053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ntheorem.source.tar.xz +Source4054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numberedblock.tar.xz +Source4055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz +Source4056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numname.tar.xz +Source4057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numname.doc.tar.xz +Source4058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.tar.xz +Source4059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.doc.tar.xz +Source4060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/numprint.source.tar.xz +Source4061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocg-p.tar.xz +Source4062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz +Source4063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.tar.xz +Source4064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.doc.tar.xz +Source4065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocgx.source.tar.xz +Source4066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-latex.tar.xz +Source4067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz +Source4068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.tar.xz +Source4069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.doc.tar.xz +Source4070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/octavo.source.tar.xz +Source4071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.tar.xz +Source4072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz +Source4073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/oldstyle.source.tar.xz +Source4074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.tar.xz +Source4075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz +Source4076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz +Source4077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.tar.xz +Source4078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.doc.tar.xz +Source4079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opcit.source.tar.xz +Source4080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/optional.tar.xz +Source4081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/optional.doc.tar.xz +Source4082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outline.tar.xz +Source4083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outline.doc.tar.xz +Source4084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outliner.tar.xz +Source4085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/outliner.doc.tar.xz +Source4086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/overpic.tar.xz +Source4087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/overpic.doc.tar.xz +Source4088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.tar.xz +Source4089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz +Source4090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecolor.source.tar.xz +Source4091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.tar.xz +Source4092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.doc.tar.xz +Source4093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagecont.source.tar.xz +Source4094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.tar.xz +Source4095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.doc.tar.xz +Source4096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagenote.source.tar.xz +Source4097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagerange.tar.xz +Source4098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pagerange.doc.tar.xz +Source4099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.tar.xz +Source4100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.doc.tar.xz +Source4101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pageslts.source.tar.xz +Source4102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.tar.xz +Source4103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.doc.tar.xz +Source4104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paper.source.tar.xz +Source4105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.tar.xz +Source4106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz +Source4107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papercdcase.source.tar.xz +Source4108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.tar.xz +Source4109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.doc.tar.xz +Source4110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papermas.source.tar.xz +Source4111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.tar.xz +Source4112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.doc.tar.xz +Source4113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/papertex.source.tar.xz +Source4114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.tar.xz +Source4115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.doc.tar.xz +Source4116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paracol.source.tar.xz +Source4117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.tar.xz +Source4118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.doc.tar.xz +Source4119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/paresse.source.tar.xz +Source4120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parnotes.tar.xz +Source4121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parnotes.doc.tar.xz +Source4122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.tar.xz +Source4123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.doc.tar.xz +Source4124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/parselines.source.tar.xz +Source4125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.tar.xz +Source4126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz +Source4127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patchcmd.source.tar.xz +Source4128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.tar.xz +Source4129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz +Source4130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pauldoc.source.tar.xz +Source4131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.tar.xz +Source4132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.doc.tar.xz +Source4133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pawpict.source.tar.xz +Source4134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.tar.xz +Source4135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.doc.tar.xz +Source4136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.source.tar.xz +Source4137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.tar.xz +Source4138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.doc.tar.xz +Source4139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbox.source.tar.xz +Source4140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.tar.xz +Source4141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz +Source4142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pbsheet.source.tar.xz +Source4143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.tar.xz +Source4144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.doc.tar.xz +Source4145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdf14.source.tar.xz +Source4146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcomment.tar.xz +Source4147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz +Source4148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.tar.xz +Source4149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz +Source4150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz +Source4151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz +Source4152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz +Source4153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfscreen.tar.xz +Source4154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz +Source4155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfslide.tar.xz +Source4156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz +Source4157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfsync.tar.xz +Source4158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz +Source4159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfwin.tar.xz +Source4160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz +Source4161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.tar.xz +Source4162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.doc.tar.xz +Source4163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfx.source.tar.xz +Source4164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pecha.tar.xz +Source4165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pecha.doc.tar.xz +Source4166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.tar.xz +Source4167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.doc.tar.xz +Source4168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.source.tar.xz +Source4169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.tar.xz +Source4170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.doc.tar.xz +Source4171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/permute.source.tar.xz +Source4172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petiteannonce.tar.xz +Source4173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz +Source4174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philex.tar.xz +Source4175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philex.doc.tar.xz +Source4176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.tar.xz +Source4177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.doc.tar.xz +Source4178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/photo.source.tar.xz +Source4179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piff.tar.xz +Source4180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piff.doc.tar.xz +Source4181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.tar.xz +Source4182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.doc.tar.xz +Source4183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pittetd.source.tar.xz +Source4184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plates.tar.xz +Source4185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plates.doc.tar.xz +Source4186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plantslabels.tar.xz +Source4187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz +Source4188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.tar.xz +Source4189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.doc.tar.xz +Source4190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plweb.source.tar.xz +Source4191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.tar.xz +Source4192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.doc.tar.xz +Source4193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynom.source.tar.xz +Source4194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.tar.xz +Source4195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.doc.tar.xz +Source4196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polynomial.source.tar.xz +Source4197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.tar.xz +Source4198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.doc.tar.xz +Source4199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polytable.source.tar.xz +Source4200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/postcards.tar.xz +Source4201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/postcards.doc.tar.xz +Source4202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poster-mac.tar.xz +Source4203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz +Source4204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.tar.xz +Source4205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz +Source4206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz +Source4207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.tar.xz +Source4208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.doc.tar.xz +Source4209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/preprint.source.tar.xz +Source4210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.tar.xz +Source4211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.doc.tar.xz +Source4212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prettyref.source.tar.xz +Source4213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/printlen.tar.xz +Source4214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/printlen.doc.tar.xz +Source4215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.tar.xz +Source4216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.doc.tar.xz +Source4217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/probsoln.source.tar.xz +Source4218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/program.tar.xz +Source4219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/program.doc.tar.xz +Source4220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progress.tar.xz +Source4221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progress.doc.tar.xz +Source4222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progressbar.tar.xz +Source4223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/progressbar.doc.tar.xz +Source4224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/properties.tar.xz +Source4225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/properties.doc.tar.xz +Source4226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.tar.xz +Source4227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.doc.tar.xz +Source4228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/prosper.source.tar.xz +Source4229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protex.tar.xz +Source4230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protex.doc.tar.xz +Source4231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.tar.xz +Source4232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.doc.tar.xz +Source4233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/protocol.source.tar.xz +Source4234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.tar.xz +Source4235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.doc.tar.xz +Source4236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psfragx.source.tar.xz +Source4237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.tar.xz +Source4238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz +Source4239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz +Source4240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.tar.xz +Source4241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.doc.tar.xz +Source4242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstool.source.tar.xz +Source4243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.tar.xz +Source4244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz +Source4245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz +Source4246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/python.tar.xz +Source4247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/python.doc.tar.xz +Source4248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.tar.xz +Source4249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.doc.tar.xz +Source4250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qcm.source.tar.xz +Source4251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.tar.xz +Source4252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.doc.tar.xz +Source4253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quoting.source.tar.xz +Source4254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.tar.xz +Source4255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.doc.tar.xz +Source4256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qstest.source.tar.xz +Source4257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.tar.xz +Source4258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz +Source4259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/qsymbols.source.tar.xz +Source4260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.tar.xz +Source4261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.doc.tar.xz +Source4262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotchap.source.tar.xz +Source4263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.tar.xz +Source4264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.doc.tar.xz +Source4265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/quotmark.source.tar.xz +Source4266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.tar.xz +Source4267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz +Source4268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ran_toks.source.tar.xz +Source4269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randtext.tar.xz +Source4270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/randtext.doc.tar.xz +Source4271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.tar.xz +Source4272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.doc.tar.xz +Source4273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rccol.source.tar.xz +Source4274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.tar.xz +Source4275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz +Source4276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz +Source4277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.tar.xz +Source4278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz +Source4279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz +Source4280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/readarray.tar.xz +Source4281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/readarray.doc.tar.xz +Source4282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.tar.xz +Source4283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.doc.tar.xz +Source4284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realboxes.source.tar.xz +Source4285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipe.tar.xz +Source4286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipe.doc.tar.xz +Source4287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.tar.xz +Source4288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.doc.tar.xz +Source4289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/recipecard.source.tar.xz +Source4290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rectopma.tar.xz +Source4291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rectopma.doc.tar.xz +Source4292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refcheck.tar.xz +Source4293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refcheck.doc.tar.xz +Source4294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.tar.xz +Source4295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.doc.tar.xz +Source4296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refman.source.tar.xz +Source4297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.tar.xz +Source4298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.doc.tar.xz +Source4299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/refstyle.source.tar.xz +Source4300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.tar.xz +Source4301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.doc.tar.xz +Source4302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regcount.source.tar.xz +Source4303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.tar.xz +Source4304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz +Source4305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regexpatch.source.tar.xz +Source4306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.tar.xz +Source4307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.doc.tar.xz +Source4308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/register.source.tar.xz +Source4309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.tar.xz +Source4310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.doc.tar.xz +Source4311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/regstats.source.tar.xz +Source4312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.tar.xz +Source4313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.doc.tar.xz +Source4314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relenc.source.tar.xz +Source4315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relsize.tar.xz +Source4316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/relsize.doc.tar.xz +Source4317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/repeatindex.tar.xz +Source4318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz +Source4319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.tar.xz +Source4320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz +Source4321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz +Source4322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rlepsf.tar.xz +Source4323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz +Source4324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rmpage.tar.xz +Source4325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rmpage.doc.tar.xz +Source4326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.tar.xz +Source4327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz +Source4328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustcommand.source.tar.xz +Source4329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustindex.tar.xz +Source4330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/robustindex.doc.tar.xz +Source4331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.tar.xz +Source4332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.doc.tar.xz +Source4333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanbar.source.tar.xz +Source4334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanneg.tar.xz +Source4335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romanneg.doc.tar.xz +Source4336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.tar.xz +Source4337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.doc.tar.xz +Source4338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/romannum.source.tar.xz +Source4339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.tar.xz +Source4340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz +Source4341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotfloat.source.tar.xz +Source4342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotpages.tar.xz +Source4343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rotpages.doc.tar.xz +Source4344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roundbox.tar.xz +Source4345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roundbox.doc.tar.xz +Source4346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rterface.tar.xz +Source4347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rterface.doc.tar.xz +Source4348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.tar.xz +Source4349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz +Source4350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz +Source4351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rvwrite.tar.xz +Source4352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz +Source4353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.tar.xz +Source4354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz +Source4355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savefnmark.source.tar.xz +Source4356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savesym.tar.xz +Source4357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.tar.xz +Source4358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.doc.tar.xz +Source4359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/savetrees.source.tar.xz +Source4360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.tar.xz +Source4361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.doc.tar.xz +Source4362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scale.source.tar.xz +Source4363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.tar.xz +Source4364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.doc.tar.xz +Source4365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalebar.source.tar.xz +Source4366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalerel.tar.xz +Source4367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scalerel.doc.tar.xz +Source4368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sdrt.tar.xz +Source4369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sdrt.doc.tar.xz +Source4370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/secdot.tar.xz +Source4371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/secdot.doc.tar.xz +Source4372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectionbox.tar.xz +Source4373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz +Source4374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.tar.xz +Source4375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.doc.tar.xz +Source4376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sectsty.source.tar.xz +Source4377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/selectp.tar.xz +Source4378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/selectp.doc.tar.xz +Source4379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.tar.xz +Source4380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.doc.tar.xz +Source4381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semantic.source.tar.xz +Source4382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.tar.xz +Source4383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.doc.tar.xz +Source4384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/semioneside.source.tar.xz +Source4385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepfootnotes.tar.xz +Source4386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz +Source4387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.tar.xz +Source4388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz +Source4389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seqsplit.source.tar.xz +Source4390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.tar.xz +Source4391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.doc.tar.xz +Source4392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sf298.source.tar.xz +Source4393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.tar.xz +Source4394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.doc.tar.xz +Source4395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sffms.source.tar.xz +Source4396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfmath.tar.xz +Source4397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadow.tar.xz +Source4398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadow.doc.tar.xz +Source4399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadowtext.tar.xz +Source4400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz +Source4401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadethm.tar.xz +Source4402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shadethm.doc.tar.xz +Source4403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shapepar.tar.xz +Source4404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shapepar.doc.tar.xz +Source4405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shipunov.tar.xz +Source4406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shipunov.doc.tar.xz +Source4407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.tar.xz +Source4408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz +Source4409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shorttoc.source.tar.xz +Source4410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.tar.xz +Source4411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.doc.tar.xz +Source4412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/show2e.source.tar.xz +Source4413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.tar.xz +Source4414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz +Source4415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz +Source4416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showdim.tar.xz +Source4417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showdim.doc.tar.xz +Source4418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.tar.xz +Source4419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.doc.tar.xz +Source4420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showexpl.source.tar.xz +Source4421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.tar.xz +Source4422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.doc.tar.xz +Source4423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showlabels.source.tar.xz +Source4424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.tar.xz +Source4425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.doc.tar.xz +Source4426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidecap.source.tar.xz +Source4427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.tar.xz +Source4428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz +Source4429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sidenotes.source.tar.xz +Source4430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.tar.xz +Source4431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.doc.tar.xz +Source4432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/silence.source.tar.xz +Source4433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.tar.xz +Source4434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.doc.tar.xz +Source4435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecd.source.tar.xz +Source4436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.tar.xz +Source4437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.doc.tar.xz +Source4438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplecv.source.tar.xz +Source4439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.tar.xz +Source4440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.doc.tar.xz +Source4441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/simplewick.source.tar.xz +Source4442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.tar.xz +Source4443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.doc.tar.xz +Source4444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sitem.source.tar.xz +Source4445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.tar.xz +Source4446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.doc.tar.xz +Source4447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skb.source.tar.xz +Source4448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.tar.xz +Source4449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.doc.tar.xz +Source4450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skdoc.source.tar.xz +Source4451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeycommand.tar.xz +Source4452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz +Source4453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeyval.tar.xz +Source4454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skeyval.doc.tar.xz +Source4455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skrapport.tar.xz +Source4456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skrapport.doc.tar.xz +Source4457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.tar.xz +Source4458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.doc.tar.xz +Source4459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slantsc.source.tar.xz +Source4460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smalltableof.tar.xz +Source4461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz +Source4462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartref.tar.xz +Source4463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/smartref.doc.tar.xz +Source4464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.tar.xz +Source4465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.doc.tar.xz +Source4466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snapshot.source.tar.xz +Source4467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snotez.tar.xz +Source4468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/snotez.doc.tar.xz +Source4469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.tar.xz +Source4470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.doc.tar.xz +Source4471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soul.source.tar.xz +Source4472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanglish.tar.xz +Source4473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spanglish.doc.tar.xz +Source4474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sparklines.tar.xz +Source4475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sparklines.doc.tar.xz +Source4476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spreadtab.tar.xz +Source4477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz +Source4478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.tar.xz +Source4479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz +Source4480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spverbatim.source.tar.xz +Source4481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.tar.xz +Source4482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.doc.tar.xz +Source4483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.source.tar.xz +Source4484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.tar.xz +Source4485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.doc.tar.xz +Source4486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spot.source.tar.xz +Source4487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spotcolor.tar.xz +Source4488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz +Source4489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srbook-mem.tar.xz +Source4490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz +Source4491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.tar.xz +Source4492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.doc.tar.xz +Source4493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/srcltx.source.tar.xz +Source4494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.tar.xz +Source4495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.doc.tar.xz +Source4496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sseq.source.tar.xz +Source4497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stack.tar.xz +Source4498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stack.source.tar.xz +Source4499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.tar.xz +Source4500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.doc.tar.xz +Source4501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/standalone.source.tar.xz +Source4502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.tar.xz +Source4503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.doc.tar.xz +Source4504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statistik.source.tar.xz +Source4505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.tar.xz +Source4506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz +Source4507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz +Source4508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.tar.xz +Source4509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.doc.tar.xz +Source4510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stdpage.source.tar.xz +Source4511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.tar.xz +Source4512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.doc.tar.xz +Source4513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stex.source.tar.xz +Source4514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.tar.xz +Source4515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.doc.tar.xz +Source4516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storebox.source.tar.xz +Source4517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storecmd.tar.xz +Source4518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/storecmd.doc.tar.xz +Source4519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.tar.xz +Source4520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz +Source4521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stringstrings.source.tar.xz +Source4522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.tar.xz +Source4523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.doc.tar.xz +Source4524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sttools.source.tar.xz +Source4525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stubs.tar.xz +Source4526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stubs.doc.tar.xz +Source4527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.tar.xz +Source4528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.doc.tar.xz +Source4529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subdepth.source.tar.xz +Source4530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.tar.xz +Source4531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.doc.tar.xz +Source4532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqn.source.tar.xz +Source4533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.tar.xz +Source4534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz +Source4535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz +Source4536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigmat.tar.xz +Source4537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz +Source4538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.tar.xz +Source4539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.doc.tar.xz +Source4540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfigure.source.tar.xz +Source4541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.tar.xz +Source4542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.doc.tar.xz +Source4543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfiles.source.tar.xz +Source4544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.tar.xz +Source4545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.doc.tar.xz +Source4546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/subfloat.source.tar.xz +Source4547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substitutefont.tar.xz +Source4548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz +Source4549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substr.tar.xz +Source4550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substr.doc.tar.xz +Source4551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.tar.xz +Source4552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.doc.tar.xz +Source4553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/supertabular.source.tar.xz +Source4554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.tar.xz +Source4555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.doc.tar.xz +Source4556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svg.source.tar.xz +Source4557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svgcolor.tar.xz +Source4558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz +Source4559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.tar.xz +Source4560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.doc.tar.xz +Source4561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn.source.tar.xz +Source4562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.tar.xz +Source4563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz +Source4564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.source.tar.xz +Source4565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.tar.xz +Source4566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.doc.tar.xz +Source4567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svninfo.source.tar.xz +Source4568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntax.tar.xz +Source4569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntax.doc.tar.xz +Source4570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.tar.xz +Source4571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.doc.tar.xz +Source4572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syntrace.source.tar.xz +Source4573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.tar.xz +Source4574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.doc.tar.xz +Source4575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synttree.source.tar.xz +Source4576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.tar.xz +Source4577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz +Source4578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabfigures.source.tar.xz +Source4579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableaux.tar.xz +Source4580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableaux.doc.tar.xz +Source4581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.tar.xz +Source4582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz +Source4583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz +Source4584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.tar.xz +Source4585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.doc.tar.xz +Source4586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tableof.source.tar.xz +Source4587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.tar.xz +Source4588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.doc.tar.xz +Source4589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablists.source.tar.xz +Source4590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabls.tar.xz +Source4591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabls.doc.tar.xz +Source4592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-ltx.tar.xz +Source4593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz +Source4594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.tar.xz +Source4595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.doc.tar.xz +Source4596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabu.source.tar.xz +Source4597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.tar.xz +Source4598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz +Source4599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularborder.source.tar.xz +Source4600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularcalc.tar.xz +Source4601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz +Source4602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.tar.xz +Source4603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.doc.tar.xz +Source4604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabularew.source.tar.xz +Source4605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.tar.xz +Source4606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.doc.tar.xz +Source4607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabulary.source.tar.xz +Source4608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tagging.tar.xz +Source4609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tagging.doc.tar.xz +Source4610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.tar.xz +Source4611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.doc.tar.xz +Source4612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/talk.source.tar.xz +Source4613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamefloats.tar.xz +Source4614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz +Source4615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.tar.xz +Source4616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz +Source4617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcldoc.source.tar.xz +Source4618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcolorbox.tar.xz +Source4619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz +Source4620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdclock.tar.xz +Source4621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tdclock.doc.tar.xz +Source4622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/technics.tar.xz +Source4623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/technics.doc.tar.xz +Source4624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.tar.xz +Source4625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.doc.tar.xz +Source4626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ted.source.tar.xz +Source4627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.tar.xz +Source4628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.doc.tar.xz +Source4629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termcal.source.tar.xz +Source4630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.tar.xz +Source4631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.doc.tar.xz +Source4632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/termlist.source.tar.xz +Source4633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.tar.xz +Source4634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.doc.tar.xz +Source4635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-label.source.tar.xz +Source4636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlogos.tar.xz +Source4637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.tar.xz +Source4638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.doc.tar.xz +Source4639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texmate.source.tar.xz +Source4640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.tar.xz +Source4641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.doc.tar.xz +Source4642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texments.source.tar.xz +Source4643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.tar.xz +Source4644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.doc.tar.xz +Source4645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texpower.source.tar.xz +Source4646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.tar.xz +Source4647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.doc.tar.xz +Source4648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texshade.source.tar.xz +Source4649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.tar.xz +Source4650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.doc.tar.xz +Source4651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textfit.source.tar.xz +Source4652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.tar.xz +Source4653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.doc.tar.xz +Source4654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textgreek.source.tar.xz +Source4655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.tar.xz +Source4656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.doc.tar.xz +Source4657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textmerg.source.tar.xz +Source4658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.tar.xz +Source4659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.doc.tar.xz +Source4660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpos.source.tar.xz +Source4661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/theoremref.tar.xz +Source4662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/theoremref.doc.tar.xz +Source4663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.tar.xz +Source4664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.doc.tar.xz +Source4665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threadcol.source.tar.xz +Source4666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttable.tar.xz +Source4667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz +Source4668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttablex.tar.xz +Source4669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz +Source4670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thinsp.tar.xz +Source4671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thinsp.doc.tar.xz +Source4672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.tar.xz +Source4673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.doc.tar.xz +Source4674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmtools.source.tar.xz +Source4675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.tar.xz +Source4676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.doc.tar.xz +Source4677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumb.source.tar.xz +Source4678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.tar.xz +Source4679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.doc.tar.xz +Source4680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbs.source.tar.xz +Source4681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumby.tar.xz +Source4682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumby.doc.tar.xz +Source4683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ticket.tar.xz +Source4684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ticket.doc.tar.xz +Source4685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlecaps.tar.xz +Source4686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz +Source4687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlefoot.tar.xz +Source4688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepic.tar.xz +Source4689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlepic.doc.tar.xz +Source4690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titleref.tar.xz +Source4691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titleref.doc.tar.xz +Source4692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlesec.tar.xz +Source4693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titlesec.doc.tar.xz +Source4694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.tar.xz +Source4695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.doc.tar.xz +Source4696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/titling.source.tar.xz +Source4697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.tar.xz +Source4698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz +Source4699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocbibind.source.tar.xz +Source4700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.tar.xz +Source4701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.doc.tar.xz +Source4702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocloft.source.tar.xz +Source4703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.tar.xz +Source4704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz +Source4705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz +Source4706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.tar.xz +Source4707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.doc.tar.xz +Source4708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todo.source.tar.xz +Source4709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.tar.xz +Source4710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.doc.tar.xz +Source4711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/todonotes.source.tar.xz +Source4712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tokenizer.tar.xz +Source4713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz +Source4714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.tar.xz +Source4715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.doc.tar.xz +Source4716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toolbox.source.tar.xz +Source4717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/topfloat.tar.xz +Source4718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/topfloat.doc.tar.xz +Source4719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.tar.xz +Source4720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.doc.tar.xz +Source4721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totcount.source.tar.xz +Source4722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.tar.xz +Source4723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.doc.tar.xz +Source4724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/totpages.source.tar.xz +Source4725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.tar.xz +Source4726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz +Source4727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trfsigns.source.tar.xz +Source4728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.tar.xz +Source4729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz +Source4730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trimspaces.source.tar.xz +Source4731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.tar.xz +Source4732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.doc.tar.xz +Source4733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trsym.source.tar.xz +Source4734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.tar.xz +Source4735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz +Source4736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/trivfloat.source.tar.xz +Source4737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/truncate.tar.xz +Source4738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/truncate.doc.tar.xz +Source4739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.tar.xz +Source4740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.doc.tar.xz +Source4741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tucv.source.tar.xz +Source4742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnthepage.tar.xz +Source4743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz +Source4744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoinone.tar.xz +Source4745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoinone.doc.tar.xz +Source4746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.tar.xz +Source4747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.doc.tar.xz +Source4748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/twoup.source.tar.xz +Source4749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.tar.xz +Source4750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz +Source4751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/txgreeks.source.tar.xz +Source4752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.tar.xz +Source4753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.doc.tar.xz +Source4754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/type1cm.source.tar.xz +Source4755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.tar.xz +Source4756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.doc.tar.xz +Source4757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeface.source.tar.xz +Source4758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.tar.xz +Source4759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.doc.tar.xz +Source4760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typogrid.source.tar.xz +Source4761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucs.tar.xz +Source4762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucs.doc.tar.xz +Source4763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uebungsblatt.tar.xz +Source4764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz +Source4765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.tar.xz +Source4766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.doc.tar.xz +Source4767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umoline.source.tar.xz +Source4768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.tar.xz +Source4769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.doc.tar.xz +Source4770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underlin.source.tar.xz +Source4771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underoverlap.tar.xz +Source4772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz +Source4773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.tar.xz +Source4774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.doc.tar.xz +Source4775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/undolabl.source.tar.xz +Source4776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.tar.xz +Source4777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.doc.tar.xz +Source4778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/units.source.tar.xz +Source4779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upmethodology.tar.xz +Source4780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz +Source4781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.tar.xz +Source4782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.doc.tar.xz +Source4783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/upquote.source.tar.xz +Source4784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.tar.xz +Source4785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.doc.tar.xz +Source4786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uri.source.tar.xz +Source4787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.tar.xz +Source4788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.doc.tar.xz +Source4789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ushort.source.tar.xz +Source4790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.tar.xz +Source4791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.doc.tar.xz +Source4792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varindex.source.tar.xz +Source4793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varsfromjobname.tar.xz +Source4794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz +Source4795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varwidth.tar.xz +Source4796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varwidth.doc.tar.xz +Source4797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vdmlisting.tar.xz +Source4798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz +Source4799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbasef.tar.xz +Source4800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbasef.doc.tar.xz +Source4801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimbox.tar.xz +Source4802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz +Source4803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimcopy.tar.xz +Source4804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz +Source4805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbdef.tar.xz +Source4806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbdef.doc.tar.xz +Source4807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbments.tar.xz +Source4808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/verbments.doc.tar.xz +Source4809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/version.tar.xz +Source4810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/version.doc.tar.xz +Source4811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/versions.tar.xz +Source4812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/versions.doc.tar.xz +Source4813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.tar.xz +Source4814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.doc.tar.xz +Source4815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vertbars.source.tar.xz +Source4816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vhistory.tar.xz +Source4817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vhistory.doc.tar.xz +Source4818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.tar.xz +Source4819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.doc.tar.xz +Source4820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vmargin.source.tar.xz +Source4821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.tar.xz +Source4822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.doc.tar.xz +Source4823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/volumes.source.tar.xz +Source4824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.tar.xz +Source4825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.doc.tar.xz +Source4826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vruler.tar.xz +Source4827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vruler.doc.tar.xz +Source4828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.tar.xz +Source4829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.doc.tar.xz +Source4830: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vwcol.source.tar.xz +Source4831: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wallpaper.tar.xz +Source4832: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz +Source4833: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warning.tar.xz +Source4834: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warning.doc.tar.xz +Source4835: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.tar.xz +Source4836: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.doc.tar.xz +Source4837: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/warpcol.source.tar.xz +Source4838: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.tar.xz +Source4839: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.doc.tar.xz +Source4840: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/was.source.tar.xz +Source4841: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.tar.xz +Source4842: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.doc.tar.xz +Source4843: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/widetable.source.tar.xz +Source4844: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/williams.tar.xz +Source4845: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/williams.doc.tar.xz +Source4846: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.tar.xz +Source4847: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.doc.tar.xz +Source4848: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wordlike.source.tar.xz +Source4849: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wrapfig.tar.xz +Source4850: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz +Source4851: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.tar.xz +Source4852: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.doc.tar.xz +Source4853: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xargs.source.tar.xz +Source4854: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xbmc.tar.xz +Source4855: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcomment.tar.xz +Source4856: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcomment.doc.tar.xz +Source4857: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xhfill.tar.xz +Source4858: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xhfill.doc.tar.xz +Source4859: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.tar.xz +Source4860: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.doc.tar.xz +Source4861: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xtab.source.tar.xz +Source4862: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.tar.xz +Source4863: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.doc.tar.xz +Source4864: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdoc.source.tar.xz +Source4865: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.tar.xz +Source4866: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.doc.tar.xz +Source4867: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xfor.source.tar.xz +Source4868: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.tar.xz +Source4869: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.doc.tar.xz +Source4870: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xint.source.tar.xz +Source4871: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.tar.xz +Source4872: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz +Source4873: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmpincl.source.tar.xz +Source4874: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xnewcommand.tar.xz +Source4875: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz +Source4876: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xoptarg.tar.xz +Source4877: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz +Source4878: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.tar.xz +Source4879: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.doc.tar.xz +Source4880: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpatch.source.tar.xz +Source4881: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.tar.xz +Source4882: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.doc.tar.xz +Source4883: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpeek.source.tar.xz +Source4884: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.tar.xz +Source4885: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz +Source4886: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz +Source4887: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xstring.tar.xz +Source4888: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xstring.doc.tar.xz +Source4889: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xwatermark.tar.xz +Source4890: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz +Source4891: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xytree.tar.xz +Source4892: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xytree.doc.tar.xz +Source4893: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.tar.xz +Source4894: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.doc.tar.xz +Source4895: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yafoot.source.tar.xz +Source4896: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.tar.xz +Source4897: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz +Source4898: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yagusylo.source.tar.xz +Source4899: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.tar.xz +Source4900: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.doc.tar.xz +Source4901: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ydoc.source.tar.xz +Source4902: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yplan.tar.xz +Source4903: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yplan.doc.tar.xz +Source4904: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zed-csp.tar.xz +Source4905: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz +Source4906: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ziffer.tar.xz +Source4907: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ziffer.doc.tar.xz +Source4908: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwgetfdate.tar.xz +Source4909: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz +Source4910: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwpagelayout.tar.xz +Source4911: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz +Source4912: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.tar.xz +Source4913: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.doc.tar.xz +Source4914: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.tar.xz +Source4915: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.doc.tar.xz +Source4916: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chickenize.source.tar.xz +Source4917: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enigma.tar.xz +Source4918: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/enigma.doc.tar.xz +Source4919: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interpreter.tar.xz +Source4920: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/interpreter.doc.tar.xz +Source4921: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz +Source4922: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz +Source4923: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz +Source4924: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz +Source4925: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.tar.xz +Source4926: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz +Source4927: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.tar.xz +Source4928: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz +Source4929: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luabibentry.source.tar.xz +Source4930: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.tar.xz +Source4931: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.doc.tar.xz +Source4932: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luacode.source.tar.xz +Source4933: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.tar.xz +Source4934: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.doc.tar.xz +Source4935: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaindex.source.tar.xz +Source4936: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.tar.xz +Source4937: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz +Source4938: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luainputenc.source.tar.xz +Source4939: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaintro.doc.tar.xz +Source4940: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz +Source4941: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-doc.source.tar.xz +Source4942: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.tar.xz +Source4943: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz +Source4944: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz +Source4945: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.tar.xz +Source4946: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.doc.tar.xz +Source4947: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lualibs.source.tar.xz +Source4948: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.tar.xz +Source4949: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.doc.tar.xz +Source4950: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luamplib.source.tar.xz +Source4951: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.tar.xz +Source4952: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz +Source4953: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.source.tar.xz +Source4954: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.tar.xz +Source4955: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.doc.tar.xz +Source4956: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luasseq.source.tar.xz +Source4957: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.tar.xz +Source4958: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz +Source4959: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexbase.source.tar.xz +Source4960: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexko.tar.xz +Source4961: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatexko.doc.tar.xz +Source4962: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.tar.xz +Source4963: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.doc.tar.xz +Source4964: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luatextra.source.tar.xz +Source4965: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaxml.tar.xz +Source4966: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaxml.doc.tar.xz +Source4967: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/odsfile.tar.xz +Source4968: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/odsfile.doc.tar.xz +Source4969: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showhyphens.tar.xz +Source4970: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz +Source4971: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spelling.tar.xz +Source4972: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spelling.doc.tar.xz +Source4973: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.tar.xz +Source4974: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.doc.tar.xz +Source4975: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/12many.source.tar.xz +Source4976: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commath.tar.xz +Source4977: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/commath.doc.tar.xz +Source4978: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.tar.xz +Source4979: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.doc.tar.xz +Source4980: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concmath.source.tar.xz +Source4981: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concrete.tar.xz +Source4982: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/concrete.doc.tar.xz +Source4983: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.tar.xz +Source4984: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz +Source4985: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eqnarray.source.tar.xz +Source4986: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extarrows.tar.xz +Source4987: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extarrows.doc.tar.xz +Source4988: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.tar.xz +Source4989: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz +Source4990: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/extpfeil.source.tar.xz +Source4991: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.tar.xz +Source4992: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.doc.tar.xz +Source4993: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/faktor.source.tar.xz +Source4994: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.tar.xz +Source4995: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz +Source4996: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ionumbers.source.tar.xz +Source4997: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isomath.tar.xz +Source4998: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/isomath.doc.tar.xz +Source4999: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.tar.xz +Source5000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz +Source5001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathcomp.source.tar.xz +Source5002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.tar.xz +Source5003: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.doc.tar.xz +Source5004: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mattens.source.tar.xz +Source5005: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhequ.tar.xz +Source5006: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhequ.doc.tar.xz +Source5007: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.tar.xz +Source5008: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz +Source5009: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multiobjective.source.tar.xz +Source5010: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nath.tar.xz +Source5011: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nath.doc.tar.xz +Source5012: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ot-tableau.tar.xz +Source5013: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz +Source5014: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.tar.xz +Source5015: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.doc.tar.xz +Source5016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proba.source.tar.xz +Source5017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rec-thy.tar.xz +Source5018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz +Source5019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.tar.xz +Source5020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.doc.tar.xz +Source5021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/shuffle.source.tar.xz +Source5022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skmath.tar.xz +Source5023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/skmath.doc.tar.xz +Source5024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex.tar.xz +Source5025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex.doc.tar.xz +Source5026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex2.tar.xz +Source5027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/statex2.doc.tar.xz +Source5028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/susy.tar.xz +Source5029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/susy.doc.tar.xz +Source5030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syllogism.tar.xz +Source5031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/syllogism.doc.tar.xz +Source5032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synproof.tar.xz +Source5033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synproof.doc.tar.xz +Source5034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablor.tar.xz +Source5035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tablor.doc.tar.xz +Source5036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.tar.xz +Source5037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.doc.tar.xz +Source5038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tensor.source.tar.xz +Source5039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ewd.tar.xz +Source5040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz +Source5041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.tar.xz +Source5042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.doc.tar.xz +Source5043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thmbox.source.tar.xz +Source5044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.tar.xz +Source5045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.doc.tar.xz +Source5046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/turnstile.source.tar.xz +Source5047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.tar.xz +Source5048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz +Source5049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unicode-math.source.tar.xz +Source5050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venn.tar.xz +Source5051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/venn.doc.tar.xz +Source5052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.tar.xz +Source5053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.doc.tar.xz +Source5054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/yhmath.source.tar.xz +Source5055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.tar.xz +Source5056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.doc.tar.xz +Source5057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ytableau.source.tar.xz +Source5058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drv.tar.xz +Source5059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drv.doc.tar.xz +Source5060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviincl.tar.xz +Source5061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviincl.doc.tar.xz +Source5062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.tar.xz +Source5063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.doc.tar.xz +Source5064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/emp.source.tar.xz +Source5065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsincl.tar.xz +Source5066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epsincl.doc.tar.xz +Source5067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.tar.xz +Source5068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.doc.tar.xz +Source5069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/expressg.source.tar.xz +Source5070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exteps.tar.xz +Source5071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exteps.doc.tar.xz +Source5072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/featpost.tar.xz +Source5073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/featpost.doc.tar.xz +Source5074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.tar.xz +Source5075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.doc.tar.xz +Source5076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmf.source.tar.xz +Source5077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.tar.xz +Source5078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz +Source5079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz +Source5080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garrigues.tar.xz +Source5081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/garrigues.doc.tar.xz +Source5082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.tar.xz +Source5083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.doc.tar.xz +Source5084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gmp.source.tar.xz +Source5085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexmp.tar.xz +Source5086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexmp.doc.tar.xz +Source5087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metago.tar.xz +Source5088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metago.doc.tar.xz +Source5089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaobj.tar.xz +Source5090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaobj.doc.tar.xz +Source5091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaplot.tar.xz +Source5092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metaplot.doc.tar.xz +Source5093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metauml.tar.xz +Source5094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metauml.doc.tar.xz +Source5095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.tar.xz +Source5096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.doc.tar.xz +Source5097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic.source.tar.xz +Source5098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.tar.xz +Source5099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz +Source5100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz +Source5101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mp3d.tar.xz +Source5102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mp3d.doc.tar.xz +Source5103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.tar.xz +Source5104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz +Source5105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz +Source5106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpattern.tar.xz +Source5107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpattern.doc.tar.xz +Source5108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.tar.xz +Source5109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz +Source5110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz +Source5111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piechartmp.tar.xz +Source5112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz +Source5113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roex.tar.xz +Source5114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/roex.source.tar.xz +Source5115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slideshow.tar.xz +Source5116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/slideshow.doc.tar.xz +Source5117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.tar.xz +Source5118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.doc.tar.xz +Source5119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splines.source.tar.xz +Source5120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suanpan.tar.xz +Source5121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suanpan.doc.tar.xz +Source5122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpath.tar.xz +Source5123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textpath.doc.tar.xz +Source5124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeddice.tar.xz +Source5125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/threeddice.doc.tar.xz +Source5126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbas.tar.xz +Source5127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figbas.doc.tar.xz +Source5128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gchords.tar.xz +Source5129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gchords.doc.tar.xz +Source5130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gtrcrd.tar.xz +Source5131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz +Source5132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.tar.xz +Source5133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.doc.tar.xz +Source5134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/guitar.source.tar.xz +Source5135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harmony.tar.xz +Source5136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/harmony.doc.tar.xz +Source5137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.tar.xz +Source5138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.doc.tar.xz +Source5139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixguit.tar.xz +Source5140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixguit.doc.tar.xz +Source5141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.tar.xz +Source5142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.doc.tar.xz +Source5143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.source.tar.xz +Source5144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex-fnts.tar.xz +Source5145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex-fnts.doc.tar.xz +Source5146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.tar.xz +Source5147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.doc.tar.xz +Source5148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.tar.xz +Source5149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.doc.tar.xz +Source5150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songbook.source.tar.xz +Source5151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songs.tar.xz +Source5152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songs.doc.tar.xz +Source5153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/songs.source.tar.xz +Source5154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mxedruli.tar.xz +Source5155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz +Source5156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.tar.xz +Source5157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.doc.tar.xz +Source5158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.tar.xz +Source5159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.doc.tar.xz +Source5160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/otibet.source.tar.xz +Source5161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figflow.tar.xz +Source5162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/figflow.doc.tar.xz +Source5163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixpdfmag.tar.xz +Source5164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/font-change.tar.xz +Source5165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/font-change.doc.tar.xz +Source5166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontch.tar.xz +Source5167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontch.doc.tar.xz +Source5168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.tar.xz +Source5169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz +Source5170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz +Source5171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyplain.tar.xz +Source5172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hyplain.doc.tar.xz +Source5173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/js-misc.tar.xz +Source5174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/js-misc.doc.tar.xz +Source5175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkpattern.tar.xz +Source5176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz +Source5177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newsletr.tar.xz +Source5178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/newsletr.doc.tar.xz +Source5179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pitex.tar.xz +Source5180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pitex.doc.tar.xz +Source5181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/placeins-plain.tar.xz +Source5182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plipsum.tar.xz +Source5183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plipsum.doc.tar.xz +Source5184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plnfss.tar.xz +Source5185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plnfss.doc.tar.xz +Source5186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plstmary.tar.xz +Source5187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/plstmary.doc.tar.xz +Source5188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/present.tar.xz +Source5189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/present.doc.tar.xz +Source5190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumemac.tar.xz +Source5191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumemac.doc.tar.xz +Source5192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texinfo.tar.xz +Source5193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/timetable.tar.xz +Source5194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/treetex.tar.xz +Source5195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/treetex.doc.tar.xz +Source5196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varisize.tar.xz +Source5197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/varisize.doc.tar.xz +Source5198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.tar.xz +Source5199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.doc.tar.xz +Source5200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeplot.source.tar.xz +Source5201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftricks.tar.xz +Source5202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz +Source5203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.tar.xz +Source5204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz +Source5205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psbao.tar.xz +Source5206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psbao.doc.tar.xz +Source5207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-2dplot.tar.xz +Source5208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz +Source5209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.tar.xz +Source5210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz +Source5211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3d.source.tar.xz +Source5212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.tar.xz +Source5213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz +Source5214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-3dplot.source.tar.xz +Source5215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.tar.xz +Source5216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz +Source5217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz +Source5218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.tar.xz +Source5219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.doc.tar.xz +Source5220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-am.source.tar.xz +Source5221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-asr.tar.xz +Source5222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz +Source5223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.tar.xz +Source5224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz +Source5225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bar.source.tar.xz +Source5226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.tar.xz +Source5227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz +Source5228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-barcode.source.tar.xz +Source5229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.tar.xz +Source5230: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz +Source5231: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz +Source5232: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.tar.xz +Source5233: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz +Source5234: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-blur.source.tar.xz +Source5235: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bspline.tar.xz +Source5236: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz +Source5237: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-calendar.tar.xz +Source5238: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz +Source5239: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.tar.xz +Source5240: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz +Source5241: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-circ.source.tar.xz +Source5242: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.tar.xz +Source5243: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz +Source5244: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-coil.source.tar.xz +Source5245: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-cox.tar.xz +Source5246: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz +Source5247: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.tar.xz +Source5248: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz +Source5249: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz +Source5250: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.tar.xz +Source5251: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz +Source5252: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz +Source5253: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.tar.xz +Source5254: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz +Source5255: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz +Source5256: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.tar.xz +Source5257: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz +Source5258: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eps.source.tar.xz +Source5259: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl.tar.xz +Source5260: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz +Source5261: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-exa.tar.xz +Source5262: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz +Source5263: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.tar.xz +Source5264: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz +Source5265: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fill.source.tar.xz +Source5266: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.tar.xz +Source5267: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz +Source5268: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fit.source.tar.xz +Source5269: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.tar.xz +Source5270: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz +Source5271: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz +Source5272: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fractal.tar.xz +Source5273: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz +Source5274: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.tar.xz +Source5275: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz +Source5276: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-fun.source.tar.xz +Source5277: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.tar.xz +Source5278: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.doc.tar.xz +Source5279: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-func.source.tar.xz +Source5280: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.tar.xz +Source5281: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz +Source5282: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gantt.source.tar.xz +Source5283: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-geo.tar.xz +Source5284: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz +Source5285: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ghsb.tar.xz +Source5286: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz +Source5287: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.tar.xz +Source5288: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz +Source5289: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz +Source5290: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-grad.tar.xz +Source5291: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz +Source5292: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-graphicx.tar.xz +Source5293: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz +Source5294: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-infixplot.tar.xz +Source5295: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz +Source5296: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-jtree.tar.xz +Source5297: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz +Source5298: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-knot.tar.xz +Source5299: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz +Source5300: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-labo.tar.xz +Source5301: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz +Source5302: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-layout.tar.xz +Source5303: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz +Source5304: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.tar.xz +Source5305: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz +Source5306: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-lens.source.tar.xz +Source5307: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.tar.xz +Source5308: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz +Source5309: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz +Source5310: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz +Source5311: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz +Source5312: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz +Source5313: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.tar.xz +Source5314: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.doc.tar.xz +Source5315: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-math.source.tar.xz +Source5316: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.tar.xz +Source5317: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz +Source5318: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-mirror.source.tar.xz +Source5319: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.tar.xz +Source5320: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.doc.tar.xz +Source5321: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-node.source.tar.xz +Source5322: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.tar.xz +Source5323: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz +Source5324: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz +Source5325: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ode.tar.xz +Source5326: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz +Source5327: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.tar.xz +Source5328: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz +Source5329: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz +Source5330: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.tar.xz +Source5331: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz +Source5332: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-optic.source.tar.xz +Source5333: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-osci.tar.xz +Source5334: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz +Source5335: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.tar.xz +Source5336: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz +Source5337: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pad.source.tar.xz +Source5338: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.tar.xz +Source5339: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz +Source5340: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz +Source5341: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.tar.xz +Source5342: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz +Source5343: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-platon.source.tar.xz +Source5344: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.tar.xz +Source5345: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz +Source5346: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-plot.source.tar.xz +Source5347: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.tar.xz +Source5348: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz +Source5349: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-poly.source.tar.xz +Source5350: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.tar.xz +Source5351: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz +Source5352: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz +Source5353: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-qtree.tar.xz +Source5354: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz +Source5355: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.tar.xz +Source5356: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz +Source5357: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz +Source5358: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-sigsys.tar.xz +Source5359: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz +Source5360: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.tar.xz +Source5361: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz +Source5362: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz +Source5363: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz +Source5364: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz +Source5365: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz +Source5366: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-spectra.tar.xz +Source5367: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz +Source5368: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solides3d.tar.xz +Source5369: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz +Source5370: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.tar.xz +Source5371: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz +Source5372: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz +Source5373: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-stru.tar.xz +Source5374: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz +Source5375: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-support.doc.tar.xz +Source5376: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.tar.xz +Source5377: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.doc.tar.xz +Source5378: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-text.source.tar.xz +Source5379: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.tar.xz +Source5380: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz +Source5381: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-thick.source.tar.xz +Source5382: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.tar.xz +Source5383: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz +Source5384: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tools.source.tar.xz +Source5385: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.tar.xz +Source5386: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz +Source5387: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tree.source.tar.xz +Source5388: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.tar.xz +Source5389: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz +Source5390: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz +Source5391: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.tar.xz +Source5392: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz +Source5393: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-uml.source.tar.xz +Source5394: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vectorian.tar.xz +Source5395: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz +Source5396: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vowel.tar.xz +Source5397: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz +Source5398: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.tar.xz +Source5399: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz +Source5400: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz +Source5401: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.tar.xz +Source5402: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz +Source5403: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks.tar.xz +Source5404: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks.doc.tar.xz +Source5405: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.tar.xz +Source5406: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz +Source5407: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks-add.source.tar.xz +Source5408: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz +Source5409: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.tar.xz +Source5410: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.doc.tar.xz +Source5411: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uml.source.tar.xz +Source5412: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vaucanson-g.tar.xz +Source5413: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz +Source5414: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vocaltract.tar.xz +Source5415: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz +Source5416: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.tar.xz +Source5417: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz +Source5418: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz +Source5419: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEtran.tar.xz +Source5420: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz +Source5421: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chem-journal.tar.xz +Source5422: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.tar.xz +Source5423: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.doc.tar.xz +Source5424: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/confproc.source.tar.xz +Source5425: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebook.tar.xz +Source5426: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebook.doc.tar.xz +Source5427: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.tar.xz +Source5428: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz +Source5429: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz +Source5430: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.tar.xz +Source5431: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz +Source5432: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ejpecp.source.tar.xz +Source5433: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.tar.xz +Source5434: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz +Source5435: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elbioimp.source.tar.xz +Source5436: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.tar.xz +Source5437: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz +Source5438: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elsarticle.source.tar.xz +Source5439: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.tar.xz +Source5440: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz +Source5441: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz +Source5442: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.tar.xz +Source5443: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.doc.tar.xz +Source5444: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/erdc.source.tar.xz +Source5445: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.tar.xz +Source5446: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz +Source5447: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/estcpmm.source.tar.xz +Source5448: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.tar.xz +Source5449: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz +Source5450: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fbithesis.source.tar.xz +Source5451: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.tar.xz +Source5452: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz +Source5453: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz +Source5454: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gaceta.tar.xz +Source5455: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gaceta.doc.tar.xz +Source5456: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gatech-thesis.tar.xz +Source5457: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz +Source5458: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/har2nat.tar.xz +Source5459: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/har2nat.doc.tar.xz +Source5460: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobete.tar.xz +Source5461: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hobete.doc.tar.xz +Source5462: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.tar.xz +Source5463: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.doc.tar.xz +Source5464: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/icsv.source.tar.xz +Source5465: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ieeepes.tar.xz +Source5466: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz +Source5467: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.tar.xz +Source5468: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.doc.tar.xz +Source5469: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ijmart.source.tar.xz +Source5470: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imac.tar.xz +Source5471: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imac.doc.tar.xz +Source5472: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.tar.xz +Source5473: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.doc.tar.xz +Source5474: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/imtekda.source.tar.xz +Source5475: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.tar.xz +Source5476: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.doc.tar.xz +Source5477: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jmlr.source.tar.xz +Source5478: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jpsj.tar.xz +Source5479: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jpsj.doc.tar.xz +Source5480: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.tar.xz +Source5481: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz +Source5482: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz +Source5483: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.tar.xz +Source5484: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.doc.tar.xz +Source5485: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kluwer.source.tar.xz +Source5486: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.tar.xz +Source5487: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.doc.tar.xz +Source5488: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lps.source.tar.xz +Source5489: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.tar.xz +Source5490: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.doc.tar.xz +Source5491: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3.source.tar.xz +Source5492: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.tar.xz +Source5493: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz +Source5494: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/matc3mem.source.tar.xz +Source5495: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.tar.xz +Source5496: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.doc.tar.xz +Source5497: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mentis.source.tar.xz +Source5498: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msu-thesis.tar.xz +Source5499: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz +Source5500: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.tar.xz +Source5501: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.doc.tar.xz +Source5502: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musuos.source.tar.xz +Source5503: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/muthesis.tar.xz +Source5504: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/muthesis.doc.tar.xz +Source5505: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.tar.xz +Source5506: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.doc.tar.xz +Source5507: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nddiss.source.tar.xz +Source5508: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nih.tar.xz +Source5509: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nih.doc.tar.xz +Source5510: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.tar.xz +Source5511: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.doc.tar.xz +Source5512: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nostarch.source.tar.xz +Source5513: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.tar.xz +Source5514: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.doc.tar.xz +Source5515: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nrc.source.tar.xz +Source5516: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onrannual.tar.xz +Source5517: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/onrannual.doc.tar.xz +Source5518: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opteng.tar.xz +Source5519: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/opteng.doc.tar.xz +Source5520: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.tar.xz +Source5521: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz +Source5522: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz +Source5523: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkuthss.tar.xz +Source5524: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz +Source5525: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz +Source5526: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz +Source5527: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.tar.xz +Source5528: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz +Source5529: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pracjourn.source.tar.xz +Source5530: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/procIAGssymp.tar.xz +Source5531: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz +Source5532: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.tar.xz +Source5533: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.doc.tar.xz +Source5534: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/proposal.source.tar.xz +Source5535: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptptex.tar.xz +Source5536: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptptex.doc.tar.xz +Source5537: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psu-thesis.tar.xz +Source5538: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz +Source5539: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.tar.xz +Source5540: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz +Source5541: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz +Source5542: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.tar.xz +Source5543: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.doc.tar.xz +Source5544: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/resumecls.source.tar.xz +Source5545: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.tar.xz +Source5546: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.doc.tar.xz +Source5547: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex.source.tar.xz +Source5548: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.tar.xz +Source5549: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.doc.tar.xz +Source5550: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/revtex4.source.tar.xz +Source5551: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.tar.xz +Source5552: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz +Source5553: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ryethesis.source.tar.xz +Source5554: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.tar.xz +Source5555: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.doc.tar.xz +Source5556: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sageep.source.tar.xz +Source5557: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sapthesis.tar.xz +Source5558: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz +Source5559: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.tar.xz +Source5560: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz +Source5561: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz +Source5562: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.tar.xz +Source5563: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz +Source5564: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seuthesis.source.tar.xz +Source5565: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soton.tar.xz +Source5566: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/soton.doc.tar.xz +Source5567: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spie.tar.xz +Source5568: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/spie.doc.tar.xz +Source5569: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.tar.xz +Source5570: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz +Source5571: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz +Source5572: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.tar.xz +Source5573: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.doc.tar.xz +Source5574: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/suftesi.source.tar.xz +Source5575: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sugconf.tar.xz +Source5576: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sugconf.doc.tar.xz +Source5577: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz +Source5578: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz +Source5579: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texilikechaps.tar.xz +Source5580: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texilikecover.tar.xz +Source5581: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz +Source5582: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz +Source5583: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz +Source5584: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.tar.xz +Source5585: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz +Source5586: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thuthesis.source.tar.xz +Source5587: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.tar.xz +Source5588: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.doc.tar.xz +Source5589: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/toptesi.source.tar.xz +Source5590: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.tar.xz +Source5591: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.doc.tar.xz +Source5592: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat.source.tar.xz +Source5593: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat-plain.tar.xz +Source5594: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz +Source5595: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tui.tar.xz +Source5596: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tui.doc.tar.xz +Source5597: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.tar.xz +Source5598: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz +Source5599: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uaclasses.source.tar.xz +Source5600: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uadocs.tar.xz +Source5601: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uadocs.doc.tar.xz +Source5602: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uadocs.source.tar.xz +Source5603: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uafthesis.tar.xz +Source5604: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz +Source5605: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz +Source5606: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz +Source5607: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz +Source5608: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucthesis.tar.xz +Source5609: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz +Source5610: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uestcthesis.tar.xz +Source5611: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz +Source5612: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucredborder.tar.xz +Source5613: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz +Source5614: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucredborder.source.tar.xz +Source5615: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.tar.xz +Source5616: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz +Source5617: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz +Source5618: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.tar.xz +Source5619: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.doc.tar.xz +Source5620: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulthese.source.tar.xz +Source5621: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umthesis.tar.xz +Source5622: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umthesis.doc.tar.xz +Source5623: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umich-thesis.tar.xz +Source5624: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz +Source5625: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unamthesis.tar.xz +Source5626: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz +Source5627: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ut-thesis.tar.xz +Source5628: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz +Source5629: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.tar.xz +Source5630: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.doc.tar.xz +Source5631: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uothesis.source.tar.xz +Source5632: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uowthesis.tar.xz +Source5633: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz +Source5634: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uspatent.tar.xz +Source5635: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uspatent.doc.tar.xz +Source5636: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uwthesis.tar.xz +Source5637: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz +Source5638: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vancouver.tar.xz +Source5639: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vancouver.doc.tar.xz +Source5640: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.tar.xz +Source5641: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz +Source5642: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz +Source5643: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.tar.xz +Source5644: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz +Source5645: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/york-thesis.source.tar.xz +Source5646: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.tar.xz +Source5647: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz +Source5648: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIstyle.source.tar.xz +Source5649: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.tar.xz +Source5650: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.doc.tar.xz +Source5651: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/SIunits.source.tar.xz +Source5652: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.tar.xz +Source5653: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz +Source5654: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemarrow.source.tar.xz +Source5655: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.tar.xz +Source5656: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz +Source5657: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz +Source5658: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcono.tar.xz +Source5659: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemcono.doc.tar.xz +Source5660: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemexec.tar.xz +Source5661: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemexec.doc.tar.xz +Source5662: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemmacros.tar.xz +Source5663: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz +Source5664: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemnum.tar.xz +Source5665: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemnum.doc.tar.xz +Source5666: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.tar.xz +Source5667: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz +Source5668: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chemstyle.source.tar.xz +Source5669: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/complexity.tar.xz +Source5670: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/complexity.doc.tar.xz +Source5671: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.tar.xz +Source5672: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz +Source5673: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz +Source5674: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/digiconfigs.tar.xz +Source5675: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz +Source5676: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drawstack.tar.xz +Source5677: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/drawstack.doc.tar.xz +Source5678: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.tar.xz +Source5679: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.doc.tar.xz +Source5680: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dyntree.source.tar.xz +Source5681: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eltex.tar.xz +Source5682: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eltex.doc.tar.xz +Source5683: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endiagram.tar.xz +Source5684: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/endiagram.doc.tar.xz +Source5685: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engtlc.tar.xz +Source5686: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/engtlc.doc.tar.xz +Source5687: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.tar.xz +Source5688: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.doc.tar.xz +Source5689: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fouridx.source.tar.xz +Source5690: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.tar.xz +Source5691: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.doc.tar.xz +Source5692: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/functan.source.tar.xz +Source5693: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.tar.xz +Source5694: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.doc.tar.xz +Source5695: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/galois.source.tar.xz +Source5696: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gastex.tar.xz +Source5697: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gastex.doc.tar.xz +Source5698: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gene-logic.tar.xz +Source5699: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz +Source5700: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gu.tar.xz +Source5701: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gu.doc.tar.xz +Source5702: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hep.tar.xz +Source5703: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hep.doc.tar.xz +Source5704: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepnames.tar.xz +Source5705: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepnames.doc.tar.xz +Source5706: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepparticles.tar.xz +Source5707: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz +Source5708: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepthesis.tar.xz +Source5709: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz +Source5710: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepunits.tar.xz +Source5711: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/hepunits.doc.tar.xz +Source5712: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/karnaugh.tar.xz +Source5713: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz +Source5714: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhchem.tar.xz +Source5715: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mhchem.doc.tar.xz +Source5716: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.tar.xz +Source5717: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.doc.tar.xz +Source5718: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/miller.source.tar.xz +Source5719: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mychemistry.tar.xz +Source5720: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz +Source5721: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nuc.tar.xz +Source5722: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/nuc.doc.tar.xz +Source5723: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.tar.xz +Source5724: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.doc.tar.xz +Source5725: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/objectz.source.tar.xz +Source5726: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physics.tar.xz +Source5727: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physics.doc.tar.xz +Source5728: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.tar.xz +Source5729: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.doc.tar.xz +Source5730: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/physymb.source.tar.xz +Source5731: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pseudocode.tar.xz +Source5732: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz +Source5733: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz +Source5734: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz +Source5735: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sciposter.tar.xz +Source5736: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sciposter.doc.tar.xz +Source5737: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfg.tar.xz +Source5738: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sfg.doc.tar.xz +Source5739: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.tar.xz +Source5740: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.doc.tar.xz +Source5741: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/siunitx.source.tar.xz +Source5742: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.tar.xz +Source5743: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz +Source5744: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/steinmetz.source.tar.xz +Source5745: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.tar.xz +Source5746: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.doc.tar.xz +Source5747: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/struktex.source.tar.xz +Source5748: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substances.tar.xz +Source5749: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/substances.doc.tar.xz +Source5750: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t-angles.tar.xz +Source5751: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/t-angles.doc.tar.xz +Source5752: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.tar.xz +Source5753: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.doc.tar.xz +Source5754: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/textopo.source.tar.xz +Source5755: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.tar.xz +Source5756: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.doc.tar.xz +Source5757: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.source.tar.xz +Source5758: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.tar.xz +Source5759: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz +Source5760: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unitsdef.source.tar.xz +Source5761: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.tar.xz +Source5762: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.doc.tar.xz +Source5763: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/youngtab.source.tar.xz +Source5764: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.tar.xz +Source5765: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.doc.tar.xz +Source5766: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/euenc.source.tar.xz +Source5767: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.tar.xz +Source5768: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz +Source5769: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz +Source5770: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.tar.xz +Source5771: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.doc.tar.xz +Source5772: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontbook.source.tar.xz +Source5773: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontwrap.tar.xz +Source5774: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz +Source5775: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspec.tar.xz +Source5776: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspec.doc.tar.xz +Source5777: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.tar.xz +Source5778: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.doc.tar.xz +Source5779: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/philokalia.source.tar.xz +Source5780: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.tar.xz +Source5781: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz +Source5782: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/polyglossia.source.tar.xz +Source5783: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptext.tar.xz +Source5784: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptext.doc.tar.xz +Source5785: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.tar.xz +Source5786: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.doc.tar.xz +Source5787: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/realscripts.source.tar.xz +Source5788: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucharclasses.tar.xz +Source5789: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz +Source5790: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unisugar.tar.xz +Source5791: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/unisugar.doc.tar.xz +Source5792: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.tar.xz +Source5793: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.doc.tar.xz +Source5794: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecjk.source.tar.xz +Source5795: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecolor.tar.xz +Source5796: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecolor.doc.tar.xz +Source5797: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecyr.tar.xz +Source5798: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xecyr.doc.tar.xz +Source5799: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xeindex.tar.xz +Source5800: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xeindex.doc.tar.xz +Source5801: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.tar.xz +Source5802: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.doc.tar.xz +Source5803: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xepersian.source.tar.xz +Source5804: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xesearch.tar.xz +Source5805: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xesearch.doc.tar.xz +Source5806: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-def.tar.xz +Source5807: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-itrans.tar.xz +Source5808: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz +Source5809: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz +Source5810: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz +Source5811: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz +Source5812: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz +Source5813: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz +Source5814: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz +Source5815: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexko.tar.xz +Source5816: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetexko.doc.tar.xz +Source5817: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xevlna.tar.xz +Source5818: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xevlna.doc.tar.xz +Source5819: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.tar.xz +Source5820: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz +Source5821: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xltxtra.source.tar.xz +Source5822: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xunicode.tar.xz +Source5823: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xunicode.doc.tar.xz +Source5824: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.tar.xz +Source5825: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.doc.tar.xz +Source5826: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/kdgreek.source.tar.xz +Source5827: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont-for-beginners.doc.tar.xz +Source5828: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-docindex.tar.xz +Source5829: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz Source6000: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/accfonts.i386-linux.tar.xz Source6001: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/adhocfilelist.i386-linux.tar.xz Source6002: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/afm2pl.i386-linux.tar.xz @@ -5604,216 +5803,177 @@ Source6016: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/bundle Source6017: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cachepic.i386-linux.tar.xz Source6018: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cjkutils.i386-linux.tar.xz Source6019: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-basic.tar.xz -Source6020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-base.tar.xz -Source6021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfm.i386-linux.tar.xz -Source6022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.i386-linux.tar.xz -Source6023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.i386-linux.tar.xz -Source6024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.i386-linux.tar.xz -Source6025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.i386-linux.tar.xz -Source6026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.i386-linux.tar.xz -Source6027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.i386-linux.tar.xz -Source6028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.i386-linux.tar.xz -Source6029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.i386-linux.tar.xz -Source6030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.i386-linux.tar.xz -Source6031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.i386-linux.tar.xz -Source6032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.i386-linux.tar.xz -Source6033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz -Source6034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latex.tar.xz -Source6035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.i386-linux.tar.xz -Source6036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.i386-linux.tar.xz -Source6037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.i386-linux.tar.xz -Source6038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.i386-linux.tar.xz -Source6039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-binextra.tar.xz -Source6040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.i386-linux.tar.xz -Source6041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.i386-linux.tar.xz -Source6042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.i386-linux.tar.xz -Source6043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.i386-linux.tar.xz -Source6044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.i386-linux.tar.xz -Source6045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.i386-linux.tar.xz -Source6046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.i386-linux.tar.xz -Source6047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtl.i386-linux.tar.xz -Source6048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.i386-linux.tar.xz -Source6049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.i386-linux.tar.xz -Source6050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviasm.i386-linux.tar.xz -Source6051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.i386-linux.tar.xz -Source6052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvidvi.i386-linux.tar.xz -Source6053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.i386-linux.tar.xz -Source6054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.i386-linux.tar.xz -Source6055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.i386-linux.tar.xz -Source6056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.i386-linux.tar.xz -Source6057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.i386-linux.tar.xz -Source6058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.i386-linux.tar.xz -Source6059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lacheck.i386-linux.tar.xz -Source6060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.i386-linux.tar.xz -Source6061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.i386-linux.tar.xz -Source6062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.i386-linux.tar.xz -Source6063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.i386-linux.tar.xz -Source6064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.i386-linux.tar.xz -Source6065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.i386-linux.tar.xz -Source6066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.i386-linux.tar.xz -Source6067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.i386-linux.tar.xz -Source6068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.i386-linux.tar.xz -Source6069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.i386-linux.tar.xz -Source6070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.i386-linux.tar.xz -Source6071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.i386-linux.tar.xz -Source6072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.i386-linux.tar.xz -Source6073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.i386-linux.tar.xz -Source6074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.i386-linux.tar.xz -Source6075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.i386-linux.tar.xz -Source6076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seetexk.i386-linux.tar.xz -Source6077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.i386-linux.tar.xz -Source6078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.i386-linux.tar.xz -Source6079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.i386-linux.tar.xz -Source6080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.i386-linux.tar.xz -Source6081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdiff.i386-linux.tar.xz -Source6082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.i386-linux.tar.xz -Source6083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.i386-linux.tar.xz -Source6084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.i386-linux.tar.xz -Source6085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.i386-linux.tar.xz -Source6086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.i386-linux.tar.xz -Source6087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.i386-linux.tar.xz -Source6088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.i386-linux.tar.xz -Source6089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.i386-linux.tar.xz -Source6090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.i386-linux.tar.xz -Source6091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-context.tar.xz -Source6092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.i386-linux.tar.xz -Source6093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.i386-linux.tar.xz -Source6094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.i386-linux.tar.xz -Source6095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-arabic.tar.xz -Source6096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-bulgarian.tar.xz -Source6097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-czechslovak.tar.xz -Source6098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-dutch.tar.xz -Source6099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-english.tar.xz -Source6100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-finnish.tar.xz -Source6101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-french.tar.xz -Source6102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-german.tar.xz -Source6103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-chinese.tar.xz -Source6104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-italian.tar.xz -Source6105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-japanese.tar.xz -Source6106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-korean.tar.xz -Source6107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-mongolian.tar.xz -Source6108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-polish.tar.xz -Source6109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-portuguese.tar.xz -Source6110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-russian.tar.xz -Source6111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-serbian.tar.xz -Source6112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-slovenian.tar.xz -Source6113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-spanish.tar.xz -Source6114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-thai.tar.xz -Source6115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-turkish.tar.xz -Source6116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-ukrainian.tar.xz -Source6117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-documentation-vietnamese.tar.xz -Source6118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz -Source6119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz -Source6120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontutils.tar.xz -Source6121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.i386-linux.tar.xz -Source6122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.i386-linux.tar.xz -Source6123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.i386-linux.tar.xz -Source6124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.i386-linux.tar.xz -Source6125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ps2pkm.i386-linux.tar.xz -Source6126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.i386-linux.tar.xz -Source6127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.i386-linux.tar.xz -Source6128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.i386-linux.tar.xz -Source6129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.i386-linux.tar.xz -Source6130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.i386-linux.tar.xz -Source6131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz -Source6132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.i386-linux.tar.xz -Source6133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.i386-linux.tar.xz -Source6134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.i386-linux.tar.xz -Source6135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-games.tar.xz -Source6136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-genericextra.tar.xz -Source6137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-genericrecommended.tar.xz -Source6138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-htmlxml.tar.xz -Source6139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.i386-linux.tar.xz -Source6140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.i386-linux.tar.xz -Source6141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.i386-linux.tar.xz -Source6142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-humanities.tar.xz -Source6143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langafrican.tar.xz -Source6144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langarabic.tar.xz -Source6145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langarmenian.tar.xz -Source6146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langcjk.tar.xz -Source6147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.i386-linux.tar.xz -Source6148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.i386-linux.tar.xz -Source6149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.i386-linux.tar.xz -Source6150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.i386-linux.tar.xz -Source6151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langcroatian.tar.xz -Source6152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz -Source6153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.i386-linux.tar.xz -Source6154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz -Source6155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.i386-linux.tar.xz -Source6156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csplain.i386-linux.tar.xz -Source6157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.i386-linux.tar.xz -Source6158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langdanish.tar.xz -Source6159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langdutch.tar.xz -Source6160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langenglish.tar.xz -Source6161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langfinnish.tar.xz -Source6162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langfrench.tar.xz -Source6163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langgerman.tar.xz -Source6164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langgreek.tar.xz -Source6165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.i386-linux.tar.xz -Source6166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langhebrew.tar.xz -Source6167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langhungarian.tar.xz -Source6168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langindic.tar.xz -Source6169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/devnag.i386-linux.tar.xz -Source6170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.i386-linux.tar.xz -Source6171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langitalian.tar.xz -Source6172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langlatin.tar.xz -Source6173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langlatvian.tar.xz -Source6174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langlithuanian.tar.xz -Source6175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langmongolian.tar.xz -Source6176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langnorwegian.tar.xz -Source6177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langother.tar.xz -Source6178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langpolish.tar.xz -Source6179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.i386-linux.tar.xz -Source6180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz -Source6181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langspanish.tar.xz -Source6182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langswedish.tar.xz -Source6183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langtibetan.tar.xz -Source6184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langturkmen.tar.xz -Source6185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langvietnamese.tar.xz -Source6186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latexextra.tar.xz -Source6187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz -Source6188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.i386-linux.tar.xz -Source6189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-pictures.tar.xz -Source6190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.i386-linux.tar.xz -Source6191: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.i386-linux.tar.xz -Source6192: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.i386-linux.tar.xz -Source6193: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.i386-linux.tar.xz -Source6194: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.i386-linux.tar.xz -Source6195: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.i386-linux.tar.xz -Source6196: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.i386-linux.tar.xz -Source6197: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.i386-linux.tar.xz -Source6198: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.i386-linux.tar.xz -Source6199: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.i386-linux.tar.xz -Source6200: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-luatex.tar.xz -Source6201: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.i386-linux.tar.xz -Source6202: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.i386-linux.tar.xz -Source6203: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.i386-linux.tar.xz -Source6204: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-mathextra.tar.xz -Source6205: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-metapost.tar.xz -Source6206: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-music.tar.xz -Source6207: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.i386-linux.tar.xz -Source6208: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.i386-linux.tar.xz -Source6209: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.i386-linux.tar.xz -Source6210: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-omega.tar.xz -Source6211: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.i386-linux.tar.xz -Source6212: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-plainextra.tar.xz -Source6213: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-pstricks.tar.xz -Source6214: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.i386-linux.tar.xz -Source6215: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.i386-linux.tar.xz -Source6216: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-publishers.tar.xz -Source6217: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-science.tar.xz -Source6218: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.i386-linux.tar.xz -Source6219: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-texinfo.tar.xz -Source6220: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-xetex.tar.xz -Source6221: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-basic.tar.xz -Source6222: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-context.tar.xz -Source6223: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-full.tar.xz -Source6224: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-gust.tar.xz -Source6225: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-medium.tar.xz -Source6226: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-minimal.tar.xz -Source6227: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-small.tar.xz -Source6228: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-tetex.tar.xz -Source6229: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-xml.tar.xz +Source6020: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive.infra.i386-linux.tar.xz +Source6021: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipdfmx.i386-linux.tar.xz +Source6022: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvips.i386-linux.tar.xz +Source6023: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/gsftopk.i386-linux.tar.xz +Source6024: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/makeindex.i386-linux.tar.xz +Source6025: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metafont.i386-linux.tar.xz +Source6026: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mfware.i386-linux.tar.xz +Source6027: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tetex.i386-linux.tar.xz +Source6028: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texconfig.i386-linux.tar.xz +Source6029: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texlive-scripts.i386-linux.tar.xz +Source6030: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xdvi.i386-linux.tar.xz +Source6031: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz +Source6032: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latex.tar.xz +Source6033: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex-bin.i386-linux.tar.xz +Source6034: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mptopdf.i386-linux.tar.xz +Source6035: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listbib.i386-linux.tar.xz +Source6036: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/multibibliography.i386-linux.tar.xz +Source6037: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/urlbst.i386-linux.tar.xz +Source6038: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-binextra.tar.xz +Source6039: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/chktex.i386-linux.tar.xz +Source6040: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanify.i386-linux.tar.xz +Source6041: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctanupload.i386-linux.tar.xz +Source6042: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ctie.i386-linux.tar.xz +Source6043: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cweb.i386-linux.tar.xz +Source6044: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/de-macro.i386-linux.tar.xz +Source6045: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/detex.i386-linux.tar.xz +Source6046: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtl.i386-linux.tar.xz +Source6047: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dtxgen.i386-linux.tar.xz +Source6048: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvi2tty.i386-linux.tar.xz +Source6049: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviasm.i386-linux.tar.xz +Source6050: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvicopy.i386-linux.tar.xz +Source6051: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvidvi.i386-linux.tar.xz +Source6052: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dviljk.i386-linux.tar.xz +Source6053: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipng.i386-linux.tar.xz +Source6054: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvipos.i386-linux.tar.xz +Source6055: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dvisvgm.i386-linux.tar.xz +Source6056: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/findhyph.i386-linux.tar.xz +Source6057: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fragmaster.i386-linux.tar.xz +Source6058: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lacheck.i386-linux.tar.xz +Source6059: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latex2man.i386-linux.tar.xz +Source6060: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexdiff.i386-linux.tar.xz +Source6061: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexfileversion.i386-linux.tar.xz +Source6062: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/latexpand.i386-linux.tar.xz +Source6063: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ltxfileinfo.i386-linux.tar.xz +Source6064: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/listings-ext.i386-linux.tar.xz +Source6065: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/match_parens.i386-linux.tar.xz +Source6066: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkjobtexmf.i386-linux.tar.xz +Source6067: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/patgen.i386-linux.tar.xz +Source6068: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfcrop.i386-linux.tar.xz +Source6069: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdfjam.i386-linux.tar.xz +Source6070: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pdftools.i386-linux.tar.xz +Source6071: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pfarrei.i386-linux.tar.xz +Source6072: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix.i386-linux.tar.xz +Source6073: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pkfix-helper.i386-linux.tar.xz +Source6074: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/purifyeps.i386-linux.tar.xz +Source6075: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/seetexk.i386-linux.tar.xz +Source6076: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/sty2dtx.i386-linux.tar.xz +Source6077: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/synctex.i386-linux.tar.xz +Source6078: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texcount.i386-linux.tar.xz +Source6079: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdef.i386-linux.tar.xz +Source6080: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdirflatten.i386-linux.tar.xz +Source6081: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdoc.i386-linux.tar.xz +Source6082: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texliveonfly.i386-linux.tar.xz +Source6083: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texloganalyser.i386-linux.tar.xz +Source6084: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texware.i386-linux.tar.xz +Source6085: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tie.i386-linux.tar.xz +Source6086: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tpic2pdftex.i386-linux.tar.xz +Source6087: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/typeoutfileinfo.i386-linux.tar.xz +Source6088: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/web.i386-linux.tar.xz +Source6089: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-context.tar.xz +Source6090: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/metapost.i386-linux.tar.xz +Source6091: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xetex.i386-linux.tar.xz +Source6092: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/context.i386-linux.tar.xz +Source6093: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz +Source6094: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz +Source6095: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-fontutils.tar.xz +Source6096: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/dosepsbin.i386-linux.tar.xz +Source6097: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epstopdf.i386-linux.tar.xz +Source6098: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontware.i386-linux.tar.xz +Source6099: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lcdftypetools.i386-linux.tar.xz +Source6100: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ps2pkm.i386-linux.tar.xz +Source6101: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pstools.i386-linux.tar.xz +Source6102: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontinst.i386-linux.tar.xz +Source6103: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fontools.i386-linux.tar.xz +Source6104: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mf2pt1.i386-linux.tar.xz +Source6105: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ttfutils.i386-linux.tar.xz +Source6106: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz +Source6107: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/eplain.i386-linux.tar.xz +Source6108: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mltex.i386-linux.tar.xz +Source6109: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texsis.i386-linux.tar.xz +Source6110: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-games.tar.xz +Source6111: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-genericextra.tar.xz +Source6112: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-genericrecommended.tar.xz +Source6113: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-htmlxml.tar.xz +Source6114: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jadetex.i386-linux.tar.xz +Source6115: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/tex4ht.i386-linux.tar.xz +Source6116: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/xmltex.i386-linux.tar.xz +Source6117: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-humanities.tar.xz +Source6118: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langafrican.tar.xz +Source6119: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langarabic.tar.xz +Source6120: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langcjk.tar.xz +Source6121: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/jfontmaps.i386-linux.tar.xz +Source6122: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex.i386-linux.tar.xz +Source6123: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ptex2pdf.i386-linux.tar.xz +Source6124: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/uptex.i386-linux.tar.xz +Source6125: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz +Source6126: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cyrillic-bin.i386-linux.tar.xz +Source6127: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz +Source6128: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/cslatex.i386-linux.tar.xz +Source6129: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/csplain.i386-linux.tar.xz +Source6130: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vlna.i386-linux.tar.xz +Source6131: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langenglish.tar.xz +Source6132: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz +Source6133: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langfrench.tar.xz +Source6134: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langgerman.tar.xz +Source6135: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langgreek.tar.xz +Source6136: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mkgrkindex.i386-linux.tar.xz +Source6137: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langindic.tar.xz +Source6138: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/devnag.i386-linux.tar.xz +Source6139: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ebong.i386-linux.tar.xz +Source6140: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langitalian.tar.xz +Source6141: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langother.tar.xz +Source6142: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langpolish.tar.xz +Source6143: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mex.i386-linux.tar.xz +Source6144: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz +Source6145: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-langspanish.tar.xz +Source6146: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latexextra.tar.xz +Source6147: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz +Source6148: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/thumbpdf.i386-linux.tar.xz +Source6149: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-pictures.tar.xz +Source6150: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/epspdf.i386-linux.tar.xz +Source6151: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/fig4latex.i386-linux.tar.xz +Source6152: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/mathspic.i386-linux.tar.xz +Source6153: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/exceltex.i386-linux.tar.xz +Source6154: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/glossaries.i386-linux.tar.xz +Source6155: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pax.i386-linux.tar.xz +Source6156: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/perltex.i386-linux.tar.xz +Source6157: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/splitindex.i386-linux.tar.xz +Source6158: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/svn-multi.i386-linux.tar.xz +Source6159: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/vpe.i386-linux.tar.xz +Source6160: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-luatex.tar.xz +Source6161: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/checkcites.i386-linux.tar.xz +Source6162: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/lua2dox.i386-linux.tar.xz +Source6163: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/luaotfload.i386-linux.tar.xz +Source6164: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-mathextra.tar.xz +Source6165: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-metapost.tar.xz +Source6166: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-music.tar.xz +Source6167: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/m-tx.i386-linux.tar.xz +Source6168: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/musixtex.i386-linux.tar.xz +Source6169: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pmx.i386-linux.tar.xz +Source6170: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-omega.tar.xz +Source6171: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/omegaware.i386-linux.tar.xz +Source6172: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-plainextra.tar.xz +Source6173: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-pstricks.tar.xz +Source6174: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pedigree-perl.i386-linux.tar.xz +Source6175: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/pst2pdf.i386-linux.tar.xz +Source6176: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-publishers.tar.xz +Source6177: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-science.tar.xz +Source6178: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/ulqda.i386-linux.tar.xz +Source6179: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/collection-xetex.tar.xz +Source6180: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/convbkmk.i386-linux.tar.xz +Source6181: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-basic.tar.xz +Source6182: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-context.tar.xz +Source6183: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-full.tar.xz +Source6184: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-gust.tar.xz +Source6185: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-medium.tar.xz +Source6186: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-minimal.tar.xz +Source6187: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-small.tar.xz +Source6188: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-tetex.tar.xz +Source6189: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/scheme-xml.tar.xz +Source6190: ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/texdiff.i386-linux.tar.xz %description The TeX Live software distribution offers a complete TeX system for a @@ -5837,48 +5997,324 @@ TeX Live licenses shipped in text form. Summary: Path searching library for TeX-related files Obsoletes: texlive-AkkTeX < %{tl_version} Obsoletes: texlive-ANUfinalexam < %{tl_version} -Obsoletes: texlive-fonts-tlwg < %{tl_version} +Obsoletes: texlive-ascii < %{tl_version} +Obsoletes: texlive-asymptote < %{tl_version} +Obsoletes: texlive-asymptote-by-example-zh-cn < %{tl_version} +Obsoletes: texlive-asymptote-faq-zh-cn < %{tl_version} +Obsoletes: texlive-asymptote-manual-zh-cn < %{tl_version} +Obsoletes: texlive-biber < %{tl_version} +Obsoletes: texlive-breakcites < %{tl_version} +Obsoletes: texlive-collection-documentation-arabic < %{tl_version} +Obsoletes: texlive-collection-documentation-base < %{tl_version} +Obsoletes: texlive-collection-documentation-bulgarian < %{tl_version} +Obsoletes: texlive-collection-documentation-czechslovak < %{tl_version} +Obsoletes: texlive-collection-documentation-dutch < %{tl_version} +Obsoletes: texlive-collection-documentation-english < %{tl_version} +Obsoletes: texlive-collection-documentation-finnish < %{tl_version} +Obsoletes: texlive-collection-documentation-french < %{tl_version} +Obsoletes: texlive-collection-documentation-german < %{tl_version} +Obsoletes: texlive-collection-documentation-chinese < %{tl_version} +Obsoletes: texlive-collection-documentation-italian < %{tl_version} +Obsoletes: texlive-collection-documentation-japanese < %{tl_version} +Obsoletes: texlive-collection-documentation-korean < %{tl_version} +Obsoletes: texlive-collection-documentation-mongolian < %{tl_version} +Obsoletes: texlive-collection-documentation-polish < %{tl_version} +Obsoletes: texlive-collection-documentation-portuguese < %{tl_version} +Obsoletes: texlive-collection-documentation-russian < %{tl_version} +Obsoletes: texlive-collection-documentation-serbian < %{tl_version} +Obsoletes: texlive-collection-documentation-slovenian < %{tl_version} +Obsoletes: texlive-collection-documentation-spanish < %{tl_version} +Obsoletes: texlive-collection-documentation-thai < %{tl_version} +Obsoletes: texlive-collection-documentation-turkish < %{tl_version} +Obsoletes: texlive-collection-documentation-ukrainian < %{tl_version} +Obsoletes: texlive-collection-documentation-vietnamese < %{tl_version} +Obsoletes: texlive-collection-langarmenian < %{tl_version} +Obsoletes: texlive-collection-langcroatian < %{tl_version} +Obsoletes: texlive-collection-langdanish < %{tl_version} +Obsoletes: texlive-collection-langdutch < %{tl_version} +Obsoletes: texlive-collection-langfinnish < %{tl_version} +Obsoletes: texlive-collection-langhebrew < %{tl_version} +Obsoletes: texlive-collection-langhungarian < %{tl_version} +Obsoletes: texlive-collection-langlatin < %{tl_version} +Obsoletes: texlive-collection-langlatvian < %{tl_version} +Obsoletes: texlive-collection-langlithuanian < %{tl_version} +Obsoletes: texlive-collection-langmongolian < %{tl_version} +Obsoletes: texlive-collection-langnorwegian < %{tl_version} +Obsoletes: texlive-collection-langswedish < %{tl_version} +Obsoletes: texlive-collection-langtibetan < %{tl_version} +Obsoletes: texlive-collection-langturkmen < %{tl_version} +Obsoletes: texlive-collection-langvietnamese < %{tl_version} +Obsoletes: texlive-collection-texinfo < %{tl_version} +Obsoletes: texlive-dvipdfm < %{tl_version} +Obsoletes: texlive-economic < %{tl_version} Obsoletes: texlive-fundus < %{tl_version} +Obsoletes: texlive-grverb < %{tl_version} Obsoletes: texlive-hyphen-lao < %{tl_version} Obsoletes: texlive-jeopardy < %{tl_version} -Obsoletes: texlive-libertine < %{tl_version} +Obsoletes: texlive-kopka < %{tl_version} +Obsoletes: texlive-latexmk < %{tl_version} +Obsoletes: texlive-libertine-legacy < %{tl_version} +Obsoletes: texlive-lmextra < %{tl_version} +Obsoletes: texlive-luapersian < %{tl_version} +Obsoletes: texlive-macqassign < %{tl_version} +Obsoletes: texlive-magyar < %{tl_version} Obsoletes: texlive-malayalam < %{tl_version} Obsoletes: texlive-mftoeps < %{tl_version} +Obsoletes: texlive-multi < %{tl_version} Obsoletes: texlive-ocgtools < %{tl_version} +Obsoletes: texlive-polyglot < %{tl_version} +Obsoletes: texlive-psafm < %{tl_version} +Obsoletes: texlive-pstricks-tutorial < %{tl_version} +Obsoletes: texlive-psutils < %{tl_version} +Obsoletes: texlive-rst < %{tl_version} +Obsoletes: texlive-serbianc < %{tl_version} +Obsoletes: texlive-spanish < %{tl_version} Obsoletes: texlive-taupin < %{tl_version} +Obsoletes: texlive-thailatex < %{tl_version} +Obsoletes: texlive-timesht < %{tl_version} +Obsoletes: texlive-t1utils < %{tl_version} +Obsoletes: texlive-xindy < %{tl_version} +Obsoletes: texlive-xmlplay < %{tl_version} Obsoletes: texlive-AkkTeX-doc < %{tl_version} Obsoletes: texlive-ANUfinalexam-doc < %{tl_version} -Obsoletes: texlive-fonts-tlwg-doc < %{tl_version} +Obsoletes: texlive-ascii-doc < %{tl_version} +Obsoletes: texlive-asymptote-doc < %{tl_version} +Obsoletes: texlive-asymptote-by-example-zh-cn-doc < %{tl_version} +Obsoletes: texlive-asymptote-faq-zh-cn-doc < %{tl_version} +Obsoletes: texlive-asymptote-manual-zh-cn-doc < %{tl_version} +Obsoletes: texlive-biber-doc < %{tl_version} +Obsoletes: texlive-breakcites-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-arabic-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-base-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-bulgarian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-czechslovak-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-dutch-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-english-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-finnish-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-french-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-german-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-chinese-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-italian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-japanese-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-korean-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-mongolian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-polish-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-portuguese-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-russian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-serbian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-slovenian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-spanish-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-thai-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-turkish-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-ukrainian-doc < %{tl_version} +Obsoletes: texlive-collection-documentation-vietnamese-doc < %{tl_version} +Obsoletes: texlive-collection-langarmenian-doc < %{tl_version} +Obsoletes: texlive-collection-langcroatian-doc < %{tl_version} +Obsoletes: texlive-collection-langdanish-doc < %{tl_version} +Obsoletes: texlive-collection-langdutch-doc < %{tl_version} +Obsoletes: texlive-collection-langfinnish-doc < %{tl_version} +Obsoletes: texlive-collection-langhebrew-doc < %{tl_version} +Obsoletes: texlive-collection-langhungarian-doc < %{tl_version} +Obsoletes: texlive-collection-langlatin-doc < %{tl_version} +Obsoletes: texlive-collection-langlatvian-doc < %{tl_version} +Obsoletes: texlive-collection-langlithuanian-doc < %{tl_version} +Obsoletes: texlive-collection-langmongolian-doc < %{tl_version} +Obsoletes: texlive-collection-langnorwegian-doc < %{tl_version} +Obsoletes: texlive-collection-langswedish-doc < %{tl_version} +Obsoletes: texlive-collection-langtibetan-doc < %{tl_version} +Obsoletes: texlive-collection-langturkmen-doc < %{tl_version} +Obsoletes: texlive-collection-langvietnamese-doc < %{tl_version} +Obsoletes: texlive-collection-texinfo-doc < %{tl_version} +Obsoletes: texlive-dvipdfm-doc < %{tl_version} +Obsoletes: texlive-economic-doc < %{tl_version} Obsoletes: texlive-fundus-doc < %{tl_version} +Obsoletes: texlive-grverb-doc < %{tl_version} Obsoletes: texlive-hyphen-lao-doc < %{tl_version} Obsoletes: texlive-jeopardy-doc < %{tl_version} -Obsoletes: texlive-libertine-doc < %{tl_version} +Obsoletes: texlive-kopka-doc < %{tl_version} +Obsoletes: texlive-latexmk-doc < %{tl_version} +Obsoletes: texlive-libertine-legacy-doc < %{tl_version} +Obsoletes: texlive-lmextra-doc < %{tl_version} +Obsoletes: texlive-luapersian-doc < %{tl_version} +Obsoletes: texlive-macqassign-doc < %{tl_version} +Obsoletes: texlive-magyar-doc < %{tl_version} Obsoletes: texlive-malayalam-doc < %{tl_version} Obsoletes: texlive-mftoeps-doc < %{tl_version} +Obsoletes: texlive-multi-doc < %{tl_version} Obsoletes: texlive-ocgtools-doc < %{tl_version} +Obsoletes: texlive-polyglot-doc < %{tl_version} +Obsoletes: texlive-psafm-doc < %{tl_version} +Obsoletes: texlive-pstricks-tutorial-doc < %{tl_version} +Obsoletes: texlive-psutils-doc < %{tl_version} +Obsoletes: texlive-rst-doc < %{tl_version} +Obsoletes: texlive-serbianc-doc < %{tl_version} +Obsoletes: texlive-spanish-doc < %{tl_version} Obsoletes: texlive-taupin-doc < %{tl_version} +Obsoletes: texlive-thailatex-doc < %{tl_version} +Obsoletes: texlive-timesht-doc < %{tl_version} +Obsoletes: texlive-t1utils-doc < %{tl_version} +Obsoletes: texlive-xindy-doc < %{tl_version} +Obsoletes: texlive-xmlplay-doc < %{tl_version} Obsoletes: texlive-AkkTeX-fedora-fonts < %{tl_version} Obsoletes: texlive-ANUfinalexam-fedora-fonts < %{tl_version} -Obsoletes: texlive-fonts-tlwg-fedora-fonts < %{tl_version} +Obsoletes: texlive-ascii-fedora-fonts < %{tl_version} +Obsoletes: texlive-asymptote-fedora-fonts < %{tl_version} +Obsoletes: texlive-asymptote-by-example-zh-cn-fedora-fonts < %{tl_version} +Obsoletes: texlive-asymptote-faq-zh-cn-fedora-fonts < %{tl_version} +Obsoletes: texlive-asymptote-manual-zh-cn-fedora-fonts < %{tl_version} +Obsoletes: texlive-biber-fedora-fonts < %{tl_version} +Obsoletes: texlive-breakcites-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-arabic-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-base-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-bulgarian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-czechslovak-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-dutch-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-english-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-finnish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-french-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-german-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-chinese-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-italian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-japanese-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-korean-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-mongolian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-polish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-portuguese-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-russian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-serbian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-slovenian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-spanish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-thai-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-turkish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-ukrainian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-documentation-vietnamese-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langarmenian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langcroatian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langdanish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langdutch-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langfinnish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langhebrew-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langhungarian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langlatin-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langlatvian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langlithuanian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langmongolian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langnorwegian-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langswedish-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langtibetan-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langturkmen-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-langvietnamese-fedora-fonts < %{tl_version} +Obsoletes: texlive-collection-texinfo-fedora-fonts < %{tl_version} +Obsoletes: texlive-dvipdfm-fedora-fonts < %{tl_version} +Obsoletes: texlive-economic-fedora-fonts < %{tl_version} Obsoletes: texlive-fundus-fedora-fonts < %{tl_version} +Obsoletes: texlive-grverb-fedora-fonts < %{tl_version} Obsoletes: texlive-hyphen-lao-fedora-fonts < %{tl_version} Obsoletes: texlive-jeopardy-fedora-fonts < %{tl_version} -Obsoletes: texlive-libertine-fedora-fonts < %{tl_version} +Obsoletes: texlive-kopka-fedora-fonts < %{tl_version} +Obsoletes: texlive-latexmk-fedora-fonts < %{tl_version} +Obsoletes: texlive-libertine-legacy-fedora-fonts < %{tl_version} +Obsoletes: texlive-lmextra-fedora-fonts < %{tl_version} +Obsoletes: texlive-luapersian-fedora-fonts < %{tl_version} +Obsoletes: texlive-macqassign-fedora-fonts < %{tl_version} +Obsoletes: texlive-magyar-fedora-fonts < %{tl_version} Obsoletes: texlive-malayalam-fedora-fonts < %{tl_version} Obsoletes: texlive-mftoeps-fedora-fonts < %{tl_version} +Obsoletes: texlive-multi-fedora-fonts < %{tl_version} Obsoletes: texlive-ocgtools-fedora-fonts < %{tl_version} +Obsoletes: texlive-polyglot-fedora-fonts < %{tl_version} +Obsoletes: texlive-psafm-fedora-fonts < %{tl_version} +Obsoletes: texlive-pstricks-tutorial-fedora-fonts < %{tl_version} +Obsoletes: texlive-psutils-fedora-fonts < %{tl_version} +Obsoletes: texlive-rst-fedora-fonts < %{tl_version} +Obsoletes: texlive-serbianc-fedora-fonts < %{tl_version} +Obsoletes: texlive-spanish-fedora-fonts < %{tl_version} Obsoletes: texlive-taupin-fedora-fonts < %{tl_version} +Obsoletes: texlive-thailatex-fedora-fonts < %{tl_version} +Obsoletes: texlive-timesht-fedora-fonts < %{tl_version} +Obsoletes: texlive-t1utils-fedora-fonts < %{tl_version} +Obsoletes: texlive-xindy-fedora-fonts < %{tl_version} +Obsoletes: texlive-xmlplay-fedora-fonts < %{tl_version} Obsoletes: texlive-AkkTeX-bin < %{tl_version} Obsoletes: texlive-ANUfinalexam-bin < %{tl_version} -Obsoletes: texlive-fonts-tlwg-bin < %{tl_version} +Obsoletes: texlive-ascii-bin < %{tl_version} +Obsoletes: texlive-asymptote-bin < %{tl_version} +Obsoletes: texlive-asymptote-by-example-zh-cn-bin < %{tl_version} +Obsoletes: texlive-asymptote-faq-zh-cn-bin < %{tl_version} +Obsoletes: texlive-asymptote-manual-zh-cn-bin < %{tl_version} +Obsoletes: texlive-biber-bin < %{tl_version} +Obsoletes: texlive-breakcites-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-arabic-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-base-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-bulgarian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-czechslovak-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-dutch-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-english-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-finnish-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-french-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-german-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-chinese-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-italian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-japanese-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-korean-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-mongolian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-polish-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-portuguese-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-russian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-serbian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-slovenian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-spanish-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-thai-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-turkish-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-ukrainian-bin < %{tl_version} +Obsoletes: texlive-collection-documentation-vietnamese-bin < %{tl_version} +Obsoletes: texlive-collection-langarmenian-bin < %{tl_version} +Obsoletes: texlive-collection-langcroatian-bin < %{tl_version} +Obsoletes: texlive-collection-langdanish-bin < %{tl_version} +Obsoletes: texlive-collection-langdutch-bin < %{tl_version} +Obsoletes: texlive-collection-langfinnish-bin < %{tl_version} +Obsoletes: texlive-collection-langhebrew-bin < %{tl_version} +Obsoletes: texlive-collection-langhungarian-bin < %{tl_version} +Obsoletes: texlive-collection-langlatin-bin < %{tl_version} +Obsoletes: texlive-collection-langlatvian-bin < %{tl_version} +Obsoletes: texlive-collection-langlithuanian-bin < %{tl_version} +Obsoletes: texlive-collection-langmongolian-bin < %{tl_version} +Obsoletes: texlive-collection-langnorwegian-bin < %{tl_version} +Obsoletes: texlive-collection-langswedish-bin < %{tl_version} +Obsoletes: texlive-collection-langtibetan-bin < %{tl_version} +Obsoletes: texlive-collection-langturkmen-bin < %{tl_version} +Obsoletes: texlive-collection-langvietnamese-bin < %{tl_version} +Obsoletes: texlive-collection-texinfo-bin < %{tl_version} +Obsoletes: texlive-dvipdfm-bin < %{tl_version} +Obsoletes: texlive-economic-bin < %{tl_version} Obsoletes: texlive-fundus-bin < %{tl_version} +Obsoletes: texlive-grverb-bin < %{tl_version} Obsoletes: texlive-hyphen-lao-bin < %{tl_version} Obsoletes: texlive-jeopardy-bin < %{tl_version} -Obsoletes: texlive-libertine-bin < %{tl_version} +Obsoletes: texlive-kopka-bin < %{tl_version} +Obsoletes: texlive-latexmk-bin < %{tl_version} +Obsoletes: texlive-libertine-legacy-bin < %{tl_version} +Obsoletes: texlive-lmextra-bin < %{tl_version} +Obsoletes: texlive-luapersian-bin < %{tl_version} +Obsoletes: texlive-macqassign-bin < %{tl_version} +Obsoletes: texlive-magyar-bin < %{tl_version} Obsoletes: texlive-malayalam-bin < %{tl_version} Obsoletes: texlive-mftoeps-bin < %{tl_version} +Obsoletes: texlive-multi-bin < %{tl_version} Obsoletes: texlive-ocgtools-bin < %{tl_version} +Obsoletes: texlive-polyglot-bin < %{tl_version} +Obsoletes: texlive-psafm-bin < %{tl_version} +Obsoletes: texlive-pstricks-tutorial-bin < %{tl_version} +Obsoletes: texlive-psutils-bin < %{tl_version} +Obsoletes: texlive-rst-bin < %{tl_version} +Obsoletes: texlive-serbianc-bin < %{tl_version} +Obsoletes: texlive-spanish-bin < %{tl_version} Obsoletes: texlive-taupin-bin < %{tl_version} +Obsoletes: texlive-thailatex-bin < %{tl_version} +Obsoletes: texlive-timesht-bin < %{tl_version} +Obsoletes: texlive-t1utils-bin < %{tl_version} +Obsoletes: texlive-xindy-bin < %{tl_version} +Obsoletes: texlive-xmlplay-bin < %{tl_version} %description kpathsea-lib The library is at the centre of pretty much all Unix-based TeX @@ -5941,7 +6377,7 @@ fi %posttrans aastex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aastex-doc @@ -5992,7 +6428,7 @@ fi %posttrans abbr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abbr-doc @@ -6049,7 +6485,7 @@ fi %posttrans abc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abc-doc @@ -6067,7 +6503,7 @@ Documentation for abc Provides: tex-abntex2 = %{tl_version} License: LPPL 1.3 Summary: Typeset technical and scientific Brazilian documents based on ABNT rules -Version: svn29502.1.6 +Version: svn30188.1.6.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -6092,7 +6528,7 @@ reports, research project and others) based on ABNT rules (Associacao Brasileira de Normas Tecnicas). It replaces the old abntex. -date: 2013-03-24 11:38:53 +0100 +date: 2013-04-30 14:58:38 +0200 %post abntex2 mkdir -p /var/run/texlive @@ -6111,12 +6547,12 @@ fi %posttrans abntex2 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abntex2-doc Summary: Documentation for abntex2 -Version: svn29502.1.6 +Version: svn30188.1.6.1 Release: %{tl_noarch_release} Provides: tex-abntex2-doc BuildArch: noarch @@ -6161,7 +6597,7 @@ fi %posttrans abraces if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abraces-doc @@ -6211,7 +6647,7 @@ fi %posttrans abstract if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abstract-doc @@ -6262,7 +6698,7 @@ fi %posttrans abstyles if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package abstyles-doc @@ -6327,7 +6763,7 @@ fi %posttrans accfonts if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package accfonts-doc @@ -6391,7 +6827,7 @@ fi %posttrans acmconf if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package acmconf-doc @@ -6446,7 +6882,7 @@ fi %posttrans acronym if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package acronym-doc @@ -6498,7 +6934,7 @@ fi %posttrans acroterm if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package acroterm-doc @@ -6516,7 +6952,7 @@ Documentation for acroterm Provides: tex-acro = %{tl_version} License: LPPL Summary: Typeset acronyms -Version: svn29681.1.2a +Version: svn30406.1.3a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -6527,6 +6963,7 @@ Requires: tex(xparse.sty) Requires: tex(l3keys2e.sty) Requires: tex(xtemplate.sty) Requires: tex(xspace.sty) +Requires: tex(zref-abspage.sty) Requires: tex(accsupp.sty) Requires: tex(l3sort.sty) Requires: tex(translations.sty) @@ -6543,7 +6980,7 @@ acronyms that are used only once in the whole document. As an experimental feature the package also offers the option 'sort' which automatically sorts the list created by \printacronyms. -date: 2013-04-05 12:33:09 +0200 +date: 2013-05-11 15:56:53 +0200 %post acro mkdir -p /var/run/texlive @@ -6562,12 +6999,12 @@ fi %posttrans acro if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package acro-doc Summary: Documentation for acro -Version: svn29681.1.2a +Version: svn30406.1.3a Release: %{tl_noarch_release} Provides: tex-acro-doc BuildArch: noarch @@ -6628,7 +7065,7 @@ fi %posttrans active-conf if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package active-conf-doc @@ -6678,7 +7115,7 @@ fi %posttrans actuarialangle if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package actuarialangle-doc @@ -6733,7 +7170,7 @@ fi %posttrans addlines if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package addlines-doc @@ -6782,7 +7219,7 @@ fi %posttrans adfathesis if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adfathesis-doc @@ -6829,15 +7266,15 @@ date: 2010-10-06 08:49:34 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map OrnementsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map OrnementsADF.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map OrnementsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map OrnementsADF.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun adforn if [ $1 == 0 ] ; then -sed -i '/^Map OrnementsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map OrnementsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -6848,7 +7285,7 @@ fi %posttrans adforn if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adforn-doc @@ -6902,18 +7339,18 @@ date: 2010-09-13 13:22:42 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map ArrowsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ArrowsADF.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map BulletsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map BulletsADF.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map ArrowsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ArrowsADF.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map BulletsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map BulletsADF.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun adfsymbols if [ $1 == 0 ] ; then -sed -i '/^Map ArrowsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map BulletsADF.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map ArrowsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map BulletsADF.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -6924,7 +7361,7 @@ fi %posttrans adfsymbols if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adfsymbols-doc @@ -6976,7 +7413,7 @@ fi %posttrans adhocfilelist if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adhocfilelist-doc @@ -7040,7 +7477,7 @@ fi %posttrans adjmulticol if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adjmulticol-doc @@ -7099,7 +7536,7 @@ fi %posttrans adjustbox if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adjustbox-doc @@ -7148,7 +7585,7 @@ fi %posttrans adobemapping if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adrconv @@ -7192,7 +7629,7 @@ fi %posttrans adrconv if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package adrconv-doc @@ -7244,7 +7681,7 @@ fi %posttrans advdate if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package advdate-doc @@ -7312,7 +7749,7 @@ fi %posttrans aecc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aecc-doc @@ -7367,7 +7804,7 @@ fi %posttrans aeguill if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aeguill-doc @@ -7536,7 +7973,7 @@ fi %posttrans ae if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package ae-doc @@ -7554,7 +7991,7 @@ Documentation for ae Provides: tex-afm2pl = %{tl_version} License: LPPL Summary: afm2pl package -Version: svn26689.0 +Version: svn29752.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -7588,12 +8025,12 @@ fi %posttrans afm2pl if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package afm2pl-bin Summary: Binaries for afm2pl -Version: svn26509.0 +Version: svn30088.0 Requires: texlive-base Requires: tex-afm2pl Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} @@ -7643,7 +8080,7 @@ fi %posttrans afthesis if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package afthesis-doc @@ -7697,7 +8134,7 @@ fi %posttrans aguplus if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aguplus-doc @@ -7715,18 +8152,18 @@ Documentation for aguplus Provides: tex-achemso = %{tl_version} License: LPPL 1.3 Summary: Support for American Chemical Society journal submissions -Version: svn29314.3.7f +Version: svn29938.3.7g Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) Requires: tex(geometry.sty) Requires: tex(helvet.sty) -Requires: tex(caption.sty) Requires: tex(courier.sty) +Requires: tex(fontenc.sty) +Requires: tex(caption.sty) Requires: tex(float.sty) Requires: tex(graphicx.sty) Requires: tex(setspace.sty) @@ -7741,6 +8178,7 @@ Provides: tex(achre4.cfg) = %{tl_version} Provides: tex(acncdm.cfg) = %{tl_version} Provides: tex(acsccc.cfg) = %{tl_version} Provides: tex(amclct.cfg) = %{tl_version} +Provides: tex(amlccd.cfg) = %{tl_version} Provides: tex(ancac3.cfg) = %{tl_version} Provides: tex(ancham.cfg) = %{tl_version} Provides: tex(bcches.cfg) = %{tl_version} @@ -7785,7 +8223,7 @@ the journals of the American Chemical Society. The natmove package, which moves citations relative to punctuation, is distributed as part of the bundle. -date: 2013-03-08 00:05:27 +0100 +date: 2013-04-13 23:24:42 +0200 %post achemso mkdir -p /var/run/texlive @@ -7804,12 +8242,12 @@ fi %posttrans achemso if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package achemso-doc Summary: Documentation for achemso -Version: svn29314.3.7f +Version: svn29938.3.7g Release: %{tl_noarch_release} Provides: tex-achemso-doc BuildArch: noarch @@ -7863,7 +8301,7 @@ fi %posttrans aiaa if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aiaa-doc @@ -7912,7 +8350,7 @@ fi %posttrans aichej if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package akktex @@ -8002,7 +8440,7 @@ fi %posttrans akktex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package akktex-doc @@ -8061,7 +8499,7 @@ fi %posttrans akletter if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package akletter-doc @@ -8079,7 +8517,7 @@ Documentation for akletter Provides: tex-aleph = %{tl_version} License: GPL+ Summary: Extended TeX -Version: svn26689.RC2 +Version: svn29764.RC2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -8096,22 +8534,22 @@ Requires: texlive-aleph-bin An development of omega, using most of the extensions of TeX itself developed for e-TeX. -date: 2012-02-09 23:17:52 +0100 +date: 2012-12-31 10:35:50 +0100 %post aleph mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ aleph.*$/aleph aleph - *aleph.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ lamed.*$/lamed aleph language.dat *lambda.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf +sed -i 's/^\#\!\ aleph.*$/aleph aleph - *aleph.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ lamed.*$/lamed aleph language.dat *lambda.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf touch /var/run/texlive/run-fmtutil fi : %postun aleph if [ $1 == 0 ] ; then -sed -i 's/^aleph.*$/\#\!\ aleph aleph - *aleph.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^lamed.*$/\#\!\ lamed aleph language.dat *lambda.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^aleph.*$/\#\!\ aleph aleph - *aleph.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^lamed.*$/\#\!\ lamed aleph language.dat *lambda.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -8122,12 +8560,12 @@ fi %posttrans aleph if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aleph-doc Summary: Documentation for aleph -Version: svn26689.RC2 +Version: svn29764.RC2 Release: %{tl_noarch_release} Provides: tex-aleph-doc BuildArch: noarch @@ -8325,7 +8763,7 @@ fi %posttrans latex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package latex-doc @@ -8346,7 +8784,7 @@ Documentation for latex Provides: tex-luatex = %{tl_version} License: GPLv2+ Summary: The LuaTeX engine -Version: svn26689.0.70.1 +Version: svn30581.0.70.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -8375,16 +8813,16 @@ date: 2011-11-09 15:33:34 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ luatex.*$/luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ dviluatex.*$/dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf +sed -i 's/^\#\!\ luatex.*$/luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ dviluatex.*$/dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf touch /var/run/texlive/run-fmtutil fi : %postun luatex if [ $1 == 0 ] ; then -sed -i 's/^luatex.*$/\#\!\ luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^dviluatex.*$/\#\!\ dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^luatex.*$/\#\!\ luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^dviluatex.*$/\#\!\ dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -8395,12 +8833,12 @@ fi %posttrans luatex if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package luatex-doc Summary: Documentation for luatex -Version: svn26689.0.70.1 +Version: svn30581.0.70.1 Release: %{tl_noarch_release} Provides: tex-luatex-doc BuildArch: noarch @@ -8411,7 +8849,7 @@ Documentation for luatex %package luatex-bin Summary: Binaries for luatex -Version: svn26912.0 +Version: svn30634.0 Requires: texlive-base Requires: tex-luatex Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} @@ -8424,7 +8862,7 @@ Binaries for luatex Provides: tex-pdftex = %{tl_version} License: GPL+ Summary: A TeX extension for direct creation of PDF -Version: svn29585.1.40.11 +Version: svn30480.1.40.11 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -8455,18 +8893,18 @@ date: 2011-11-09 15:33:34 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ pdftex.*$/pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ etex.*$/etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfetex.*$/pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdftex.*$/pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ etex.*$/etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfetex.*$/pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf touch /var/run/texlive/run-fmtutil fi : %postun pdftex if [ $1 == 0 ] ; then -sed -i 's/^pdftex.*$/\#\!\ pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^etex.*$/\#\!\ etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfetex.*$/\#\!\ pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdftex.*$/\#\!\ pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^etex.*$/\#\!\ etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfetex.*$/\#\!\ pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -8477,12 +8915,12 @@ fi %posttrans pdftex if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package pdftex-doc Summary: Documentation for pdftex -Version: svn29585.1.40.11 +Version: svn30480.1.40.11 Release: %{tl_noarch_release} Provides: tex-pdftex-doc BuildArch: noarch @@ -8496,7 +8934,7 @@ Documentation for pdftex Provides: tex-kpathsea = %{tl_version} License: LGPLv2+ Summary: Path searching library for TeX-related files -Version: svn28792.0 +Version: svn30218.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -8546,12 +8984,12 @@ fi %posttrans kpathsea if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package kpathsea-doc Summary: Documentation for kpathsea -Version: svn28792.0 +Version: svn30218.0 Release: %{tl_noarch_release} Provides: tex-kpathsea-doc BuildArch: noarch @@ -8562,7 +9000,7 @@ Documentation for kpathsea %package kpathsea-bin Summary: Binaries for kpathsea -Version: svn27347.0 +Version: svn30088.0 Requires: tex-kpathsea Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} Release: %{tl_release} @@ -8572,7 +9010,7 @@ Binaries for kpathsea %package pdftex-bin Summary: Binaries for pdftex -Version: svn27321.0 +Version: svn30088.0 Requires: texlive-base Requires: tex-pdftex Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} @@ -8620,7 +9058,7 @@ fi %posttrans latexconfig if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package latex-fonts @@ -8688,7 +9126,7 @@ fi %posttrans latex-fonts if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package latex-fonts-doc @@ -8748,7 +9186,7 @@ fi %posttrans plain if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package lambda @@ -8802,12 +9240,12 @@ fi %posttrans lambda if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aleph-bin Summary: Binaries for aleph -Version: svn26912.0 +Version: svn30088.0 Requires: texlive-base Requires: tex-aleph Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} @@ -8861,7 +9299,7 @@ fi %posttrans algorithmicx if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package algorithmicx-doc @@ -8917,7 +9355,7 @@ fi %posttrans algorithms if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package algorithms-doc @@ -8979,7 +9417,7 @@ fi %posttrans algorithm2e if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package algorithm2e-doc @@ -9034,7 +9472,7 @@ fi %posttrans alg if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package alg-doc @@ -9298,15 +9736,15 @@ date: 2007-01-14 10:14:42 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap allrunes.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap allrunes.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^MixedMap allrunes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap allrunes.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun allrunes if [ $1 == 0 ] ; then -sed -i '/^MixedMap allrunes.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap allrunes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -9317,7 +9755,7 @@ fi %posttrans allrunes if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package allrunes-doc @@ -9371,7 +9809,7 @@ fi %posttrans alnumsec if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package alnumsec-doc @@ -9426,7 +9864,7 @@ fi %posttrans alterqcm if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package alterqcm-doc @@ -9481,7 +9919,7 @@ fi %posttrans altfont if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package altfont-doc @@ -9549,7 +9987,7 @@ fi %posttrans ametsoc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package ametsoc-doc @@ -9606,7 +10044,7 @@ fi %posttrans amiri if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amiri-doc @@ -9658,7 +10096,7 @@ fi %posttrans amsaddr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amsaddr-doc @@ -9676,7 +10114,7 @@ Documentation for amsaddr Provides: tex-amscls = %{tl_version} License: LPPL Summary: AMS document classes for LaTeX -Version: svn29207.0 +Version: svn30644.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -9723,12 +10161,12 @@ fi %posttrans amscls if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amscls-doc Summary: Documentation for amscls -Version: svn29207.0 +Version: svn30644.0 Release: %{tl_noarch_release} Provides: tex-amscls-doc BuildArch: noarch @@ -10023,30 +10461,30 @@ date: 2013-01-28 18:05:09 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap cm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cmextra.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cmextra.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cyrillic.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cyrillic.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map euler.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map euler.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap latxfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap latxfont.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap symbols.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap symbols.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^MixedMap cm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cmextra.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cmextra.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cyrillic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cyrillic.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map euler.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map euler.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap latxfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap latxfont.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap symbols.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap symbols.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun amsfonts if [ $1 == 0 ] ; then -sed -i '/^MixedMap cm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cmextra.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cyrillic.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map euler.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap latxfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap symbols.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cmextra.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cyrillic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map euler.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap latxfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap symbols.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -10057,7 +10495,7 @@ fi %posttrans amsfonts if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amsfonts-doc @@ -10108,7 +10546,7 @@ Documentation for amsldoc-vn Provides: tex-amsmath = %{tl_version} License: LPPL Summary: AMS mathematical facilities for LaTeX -Version: svn29327.2.14 +Version: svn30645.2.14 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -10157,12 +10595,12 @@ fi %posttrans amsmath if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amsmath-doc Summary: Documentation for amsmath -Version: svn29327.2.14 +Version: svn30645.2.14 Release: %{tl_noarch_release} Provides: tex-amsmath-doc BuildArch: noarch @@ -10175,7 +10613,7 @@ Documentation for amsmath Provides: tex-amsrefs = %{tl_version} License: LPPL 1.3 Summary: A LaTeX-based replacement for BibTeX -Version: svn29326.2.14 +Version: svn30646.2.14 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -10220,12 +10658,12 @@ fi %posttrans amsrefs if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amsrefs-doc Summary: Documentation for amsrefs -Version: svn29326.2.14 +Version: svn30646.2.14 Release: %{tl_noarch_release} Provides: tex-amsrefs-doc BuildArch: noarch @@ -10238,7 +10676,7 @@ Documentation for amsrefs Provides: tex-amstex = %{tl_version} License: LPPL Summary: American Mathematical Society plain TeX macros -Version: svn26689.2.2 +Version: svn29764.2.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -10268,14 +10706,14 @@ date: 2012-04-13 20:24:15 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ amstex.*$/amstex pdftex - -translate-file=cp227.tcx *amstex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf +sed -i 's/^\#\!\ amstex.*$/amstex pdftex - -translate-file=cp227.tcx *amstex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf touch /var/run/texlive/run-fmtutil fi : %postun amstex if [ $1 == 0 ] ; then -sed -i 's/^amstex.*$/\#\!\ amstex pdftex - -translate-file=cp227.tcx *amstex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^amstex.*$/\#\!\ amstex pdftex - -translate-file=cp227.tcx *amstex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -10286,12 +10724,12 @@ fi %posttrans amstex if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package amstex-doc Summary: Documentation for amstex -Version: svn26689.2.2 +Version: svn29764.2.2 Release: %{tl_noarch_release} Provides: tex-amstex-doc BuildArch: noarch @@ -10304,7 +10742,7 @@ Documentation for amstex Provides: tex-tex = %{tl_version} License: Knuth Summary: A sophisticated typesetting engine -Version: svn26689.3.1415926 +Version: svn29764.3.1415926 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -10336,14 +10774,14 @@ date: 2011-11-09 15:33:34 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ tex.*$/tex tex - tex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf +sed -i 's/^\#\!\ tex.*$/tex tex - tex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf touch /var/run/texlive/run-fmtutil fi : %postun tex if [ $1 == 0 ] ; then -sed -i 's/^tex.*$/\#\!\ tex tex - tex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^tex.*$/\#\!\ tex tex - tex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -10354,12 +10792,12 @@ fi %posttrans tex if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package tex-bin Summary: Binaries for tex -Version: svn26912.0 +Version: svn30088.0 Requires: texlive-base Requires: tex-tex Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} @@ -10395,7 +10833,7 @@ Documentation for amsthdoc-it Provides: tex-animate = %{tl_version} License: LPPL Summary: Create PDF animations from graphics files and inline graphics -Version: svn28471.0 +Version: svn30092.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -10416,7 +10854,7 @@ from inline graphics, such as LaTeX picture environment, PSTricks or pgf/TikZ generated pictures, or just from typeset text. -date: 2012-12-06 14:16:04 +0100 +date: 2013-04-23 16:22:57 +0200 %post animate mkdir -p /var/run/texlive @@ -10435,12 +10873,12 @@ fi %posttrans animate if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package animate-doc Summary: Documentation for animate -Version: svn28471.0 +Version: svn30092.0 Release: %{tl_noarch_release} Provides: tex-animate-doc BuildArch: noarch @@ -10487,7 +10925,7 @@ fi %posttrans anonchap if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package anonchap-doc @@ -10537,7 +10975,7 @@ fi %posttrans answers if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package answers-doc @@ -10599,15 +11037,15 @@ date: 2011-10-11 17:17:32 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map uaq.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map uaq.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map uaq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map uaq.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun antiqua if [ $1 == 0 ] ; then -sed -i '/^Map uaq.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map uaq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -10618,7 +11056,7 @@ fi %posttrans antiqua if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package antiqua-doc @@ -10698,7 +11136,7 @@ fi %posttrans antomega if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package antomega-doc @@ -10800,15 +11238,15 @@ date: 2009-11-09 23:44:56 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map omega.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map omega.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map omega.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map omega.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun omega if [ $1 == 0 ] ; then -sed -i '/^Map omega.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map omega.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -10819,7 +11257,7 @@ fi %posttrans omega if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package omega-doc @@ -11324,15 +11762,15 @@ date: 2007-08-24 10:36:49 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map antt.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map antt.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map antt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map antt.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun antt if [ $1 == 0 ] ; then -sed -i '/^Map antt.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map antt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -11343,7 +11781,7 @@ fi %posttrans antt if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package antt-doc @@ -11409,7 +11847,7 @@ fi %posttrans anyfontsize if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package anyfontsize-doc @@ -11459,7 +11897,7 @@ fi %posttrans anysize if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package anysize-doc @@ -11514,7 +11952,7 @@ fi %posttrans aomart if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aomart-doc @@ -11574,7 +12012,7 @@ fi %posttrans apacite if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apacite-doc @@ -11621,7 +12059,7 @@ fi %posttrans apalike2 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apa @@ -11676,7 +12114,7 @@ fi %posttrans apa if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apa-doc @@ -11740,7 +12178,7 @@ fi %posttrans apa6e if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apa6e-doc @@ -11823,7 +12261,7 @@ fi %posttrans apa6 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apa6-doc @@ -11873,7 +12311,7 @@ fi %posttrans appendixnumberbeamer if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package appendixnumberbeamer-doc @@ -11930,7 +12368,7 @@ fi %posttrans appendix if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package appendix-doc @@ -11993,7 +12431,7 @@ fi %posttrans apptools if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package apptools-doc @@ -12238,15 +12676,15 @@ date: 2011-12-04 22:44:34 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map arabi.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map arabi.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map arabi.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map arabi.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun arabi if [ $1 == 0 ] ; then -sed -i '/^Map arabi.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map arabi.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -12257,7 +12695,7 @@ fi %posttrans arabi if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arabi-doc @@ -12405,15 +12843,15 @@ date: 2012-03-20 14:44:41 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap arabtex.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap arabtex.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^MixedMap arabtex.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap arabtex.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun arabtex if [ $1 == 0 ] ; then -sed -i '/^MixedMap arabtex.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap arabtex.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -12424,7 +12862,7 @@ fi %posttrans arabtex if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arabtex-doc @@ -12556,7 +12994,7 @@ fi %posttrans arabxetex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arabxetex-doc @@ -12570,11 +13008,87 @@ AutoReqProv: No %description arabxetex-doc Documentation for arabxetex +%package aramaic-serto +Provides: tex-aramaic-serto = %{tl_version} +License: LPPL 1.3 +Summary: Fonts and LaTeX for Syriac written in Serto +Version: svn30042.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(syriac.map) = %{tl_version} +Provides: tex(assy.tfm) = %{tl_version} +Provides: tex(assyrb10.tfm) = %{tl_version} +Provides: tex(serto10.tfm) = %{tl_version} +Provides: tex(sertob10.tfm) = %{tl_version} +Provides: tex(assy.pfb) = %{tl_version} +Provides: tex(assyrb10.pfb) = %{tl_version} +Provides: tex(serto10.pfb) = %{tl_version} +Provides: tex(sertob10.pfb) = %{tl_version} +Provides: tex(assyr.sty) = %{tl_version} +Provides: tex(serto.sty) = %{tl_version} +Provides: tex(syriac.sty) = %{tl_version} +Provides: tex(uassyr.fd) = %{tl_version} +Provides: tex(userto.fd) = %{tl_version} + +%description aramaic-serto +This package enables (La)TeX users to typeset words or phrases +(e-tex extensions are needed) in Syriac (Aramaic) using the +Serto-alphabet. The package includes a preprocessor written in +Python (>= 1.5.2) in order to deal with right-to-left +typesetting for those who do not want to use elatex and to +choose the correct letter depending on word context +(initial/medial/final form). Detailed documentation and +examples are included. + +date: 2013-04-18 13:30:17 +0200 + +%post aramaic-serto +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map syriac.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map syriac.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun aramaic-serto +if [ $1 == 0 ] ; then +sed -i '/^Map syriac.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans aramaic-serto +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package aramaic-serto-doc +Summary: Documentation for aramaic-serto +Version: svn30042.1.0 +Release: %{tl_noarch_release} +Provides: tex-aramaic-serto-doc +BuildArch: noarch +AutoReqProv: No + +%description aramaic-serto-doc +Documentation for aramaic-serto + %package arara Provides: tex-arara = %{tl_version} License: BSD Summary: Automation of LaTeX compilation -Version: svn29349.3.0 +Version: svn29762.3.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -12607,12 +13121,12 @@ fi %posttrans arara if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arara-doc Summary: Documentation for arara -Version: svn29349.3.0 +Version: svn29762.3.0 Release: %{tl_noarch_release} Provides: tex-arara-doc BuildArch: noarch @@ -12671,7 +13185,7 @@ fi %posttrans arcs if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arcs-doc @@ -12775,15 +13289,15 @@ date: 2007-02-25 15:08:52 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map arev.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map arev.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map arev.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map arev.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun arev if [ $1 == 0 ] ; then -sed -i '/^Map arev.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map arev.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -12794,7 +13308,7 @@ fi %posttrans arev if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arev-doc @@ -12933,15 +13447,15 @@ date: 2006-11-08 11:10:08 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map archaicprw.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map archaicprw.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map archaicprw.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map archaicprw.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun archaic if [ $1 == 0 ] ; then -sed -i '/^Map archaicprw.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map archaicprw.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -12952,7 +13466,7 @@ fi %posttrans archaic if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package archaic-doc @@ -14158,24 +14672,24 @@ date: 2007-05-25 18:39:01 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map bkaiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map bkaiu.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map bsmiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map bsmiu.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map gbsnu.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gbsnu.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map gkaiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gkaiu.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map bkaiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map bkaiu.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map bsmiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map bsmiu.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map gbsnu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gbsnu.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map gkaiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gkaiu.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun arphic if [ $1 == 0 ] ; then -sed -i '/^Map bkaiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map bsmiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map gbsnu.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map gkaiu.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map bkaiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map bsmiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map gbsnu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map gkaiu.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -14186,7 +14700,7 @@ fi %posttrans arphic if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arphic-doc @@ -14241,7 +14755,7 @@ fi %posttrans arrayjobx if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arrayjobx-doc @@ -14296,7 +14810,7 @@ fi %posttrans arsclassica if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arsclassica-doc @@ -14314,7 +14828,7 @@ Documentation for arsclassica Provides: tex-articleingud = %{tl_version} License: LPPL 1.2 Summary: LaTeX class for articles published in INGENIERIA review -Version: svn28302.0.2 +Version: svn29803.0.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -14345,12 +14859,12 @@ fi %posttrans articleingud if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package articleingud-doc Summary: Documentation for articleingud -Version: svn28302.0.2 +Version: svn29803.0.2 Release: %{tl_noarch_release} Provides: tex-articleingud-doc BuildArch: noarch @@ -14398,7 +14912,7 @@ fi %posttrans arydshln if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package arydshln-doc @@ -14451,7 +14965,7 @@ fi %posttrans asaetr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package asaetr-doc @@ -14509,7 +15023,7 @@ fi %posttrans asana-math if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package asana-math-doc @@ -14566,7 +15080,7 @@ fi %posttrans ascelike if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package ascelike-doc @@ -14580,11 +15094,11 @@ AutoReqProv: No %description ascelike-doc Documentation for ascelike -%package ascii -Provides: tex-ascii = %{tl_version} +%package ascii-font +Provides: tex-ascii-font = %{tl_version} License: LPPL -Summary: Support for IBM "standard ASCII" font -Version: svn15878.2.0 +Summary: Use the ASCII "font" in LaTeX +Version: svn29989.2.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -14598,26 +15112,28 @@ Provides: tex(ASCII.tfm) = %{tl_version} Provides: tex(ASCII.pfb) = %{tl_version} Provides: tex(ascii.sty) = %{tl_version} -%description ascii -This package makes available the graphical representation of -the ASCII characters as defined in the IBM PC Code Page 437 C0 -Graphics. A Type 1 font of the glyphs is included. +%description ascii-font +The package provides glyph and font access commands so that +LaTeX users can use the ASCII glyphs in their documents. The +ASCII font is encoded according to the IBM PC Code Page 437 C0 +Graphics. This package replaces any early LaTeX 2.09 package +and "font" by R. Ramasubramanian and R.W.D. Nickalls. -date: 2008-12-25 13:14:37 +0100 +date: 2013-04-15 01:42:14 +0200 -%post ascii +%post ascii-font mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map ascii.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ascii.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map ascii.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ascii.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : -%postun ascii +%postun ascii-font if [ $1 == 0 ] ; then -sed -i '/^Map ascii.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map ascii.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -14625,22 +15141,22 @@ touch /var/run/texlive/run-updmap fi : -%posttrans ascii +%posttrans ascii-font if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package ascii-doc -Summary: Documentation for ascii -Version: svn15878.2.0 +%package ascii-font-doc +Summary: Documentation for ascii-font +Version: svn29989.2.0 Release: %{tl_noarch_release} -Provides: tex-ascii-doc +Provides: tex-ascii-font-doc BuildArch: noarch AutoReqProv: No -%description ascii-doc -Documentation for ascii +%description ascii-font-doc +Documentation for ascii-font %package aspectratio Provides: tex-aspectratio = %{tl_version} @@ -14708,15 +15224,15 @@ date: 2012-01-28 10:04:30 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map aspectratio.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map aspectratio.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map aspectratio.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map aspectratio.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun aspectratio if [ $1 == 0 ] ; then -sed -i '/^Map aspectratio.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map aspectratio.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -14727,7 +15243,7 @@ fi %posttrans aspectratio if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aspectratio-doc @@ -14776,7 +15292,7 @@ fi %posttrans assignment if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package assignment-doc @@ -14827,7 +15343,7 @@ fi %posttrans astro if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package astro-doc @@ -14885,7 +15401,7 @@ fi %posttrans asyfig if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package asyfig-doc @@ -14949,7 +15465,7 @@ fi %posttrans attachfile if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package attachfile-doc @@ -14999,15 +15515,15 @@ date: 2006-12-29 12:26:56 +0100 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map augie.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map augie.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map augie.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map augie.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun augie if [ $1 == 0 ] ; then -sed -i '/^Map augie.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map augie.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -15018,7 +15534,7 @@ fi %posttrans augie if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package augie-doc @@ -15071,15 +15587,15 @@ date: 2008-08-16 20:32:59 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map auncial.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map auncial.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map auncial.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map auncial.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun auncial-new if [ $1 == 0 ] ; then -sed -i '/^Map auncial.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map auncial.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -15090,7 +15606,7 @@ fi %posttrans auncial-new if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package auncial-new-doc @@ -15186,15 +15702,15 @@ date: 2008-07-27 23:11:56 +0200 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash if [ $1 -gt 0 ] ; then -sed -i '/^Map aurical.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map aurical.map" >> %{_texdir}/texmf/web2c/updmap.cfg +sed -i '/^Map aurical.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map aurical.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg touch /var/run/texlive/run-updmap fi : %postun aurical if [ $1 == 0 ] ; then -sed -i '/^Map aurical.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map aurical.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun @@ -15205,7 +15721,7 @@ fi %posttrans aurical if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package aurical-doc @@ -15255,7 +15771,7 @@ fi %posttrans authoraftertitle if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package authoraftertitle-doc @@ -15310,7 +15826,7 @@ fi %posttrans authorindex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package authorindex-doc @@ -15374,7 +15890,7 @@ fi %posttrans autoarea if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package autoarea-doc @@ -15426,7 +15942,7 @@ fi %posttrans automata if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package automata-doc @@ -15444,7 +15960,7 @@ Documentation for automata Provides: tex-autonum = %{tl_version} License: LPPL 1.3 Summary: Automatic equation references -Version: svn27592.0.3.2 +Version: svn30163.0.3.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -15460,7 +15976,7 @@ The package arranges that equation numbers are applied only to those equations that are referenced. This operation is similar to the showonlyrefs option of the package mathtools. -date: 2012-09-04 10:37:09 +0200 +date: 2013-04-28 23:51:31 +0200 %post autonum mkdir -p /var/run/texlive @@ -15479,12 +15995,12 @@ fi %posttrans autonum if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package autonum-doc Summary: Documentation for autonum -Version: svn27592.0.3.2 +Version: svn30163.0.3.4 Release: %{tl_noarch_release} Provides: tex-autonum-doc BuildArch: noarch @@ -15535,7 +16051,7 @@ fi %posttrans autopdf if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package autopdf-doc @@ -15593,7 +16109,7 @@ fi %posttrans auto-pst-pdf if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package auto-pst-pdf-doc @@ -15795,7 +16311,7 @@ fi %posttrans avantgar if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package a0poster @@ -15837,7 +16353,7 @@ fi %posttrans a0poster if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package a0poster-doc @@ -15855,7 +16371,7 @@ Documentation for a0poster Provides: tex-a2ping = %{tl_version} License: GPL+ Summary: Advanced PS, PDF, EPS converter -Version: svn27321.0 +Version: svn29725.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -15894,7 +16410,7 @@ fi %posttrans a2ping if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package a2ping-bin @@ -15948,7 +16464,7 @@ fi %posttrans a4wide if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package a4wide-doc @@ -15996,7 +16512,7 @@ fi %posttrans a5comb if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : %package a5comb-doc @@ -16010,36 +16526,31 @@ AutoReqProv: No %description a5comb-doc Documentation for a5comb -%package babelbib -Provides: tex-babelbib = %{tl_version} +%package babel-albanian +Provides: tex-babel-albanian = %{tl_version} License: LPPL -Summary: Multilingual bibliographies -Version: svn25245.1.31 +Summary: Support for Albanian within babel +Version: svn30254.1.0c Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Provides: tex(babelbib.sty) = %{tl_version} +Provides: tex(albanian.ldf) = %{tl_version} -%description babelbib -This package enables to generate multilingual bibliographies in -cooperation with babel. Two approaches are possible: Each -citation may be written in another language, or the whole -bibliography can be typeset in a language chosen by the user. -In addition, the package supports commands to change the -typography of the bibliographies. +%description babel-albanian +The package provides support for typesetting Albanian (as part +of the babel system). -date: 2012-01-30 12:34:22 +0100 +date: 2011-09-19 08:05:09 +0100 -%post babelbib +%post babel-albanian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun babelbib +%postun babel-albanian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16048,213 +16559,48 @@ else fi : -%posttrans babelbib +%posttrans babel-albanian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package babelbib-doc -Summary: Documentation for babelbib -Version: svn25245.1.31 +%package babel-albanian-doc +Summary: Documentation for babel-albanian +Version: svn30254.1.0c Release: %{tl_noarch_release} -Provides: tex-babelbib-doc +Provides: tex-babel-albanian-doc BuildArch: noarch AutoReqProv: No -%description babelbib-doc -Documentation for babelbib +%description babel-albanian-doc +Documentation for babel-albanian -%package babel -Provides: tex-babel = %{tl_version} -License: LPPL -Summary: Multilingual support for Plain TeX or LaTeX -Version: svn24756.3.8m +%package babel-bahasa +Provides: tex-babel-bahasa = %{tl_version} +License: LPPL 1.3 +Summary: Support for Bahasa within babel +Version: svn30255.1.0l Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(scalefnt.sty) -Requires: tex(keyval.sty) -Requires: tex(inputenc.sty) -Provides: tex(8859-8.def) = %{tl_version} -Provides: tex(UKenglish.sty) = %{tl_version} -Provides: tex(USenglish.sty) = %{tl_version} -Provides: tex(afrikaans.sty) = %{tl_version} -Provides: tex(albanian.ldf) = %{tl_version} -Provides: tex(albanian.sty) = %{tl_version} -Provides: tex(american.sty) = %{tl_version} -Provides: tex(athnum.sty) = %{tl_version} -Provides: tex(austrian.sty) = %{tl_version} -Provides: tex(babel.def) = %{tl_version} -Provides: tex(babel.sty) = %{tl_version} -Provides: tex(bahasa.sty) = %{tl_version} Provides: tex(bahasai.ldf) = %{tl_version} Provides: tex(bahasam.ldf) = %{tl_version} -Provides: tex(bahasam.sty) = %{tl_version} -Provides: tex(basque.ldf) = %{tl_version} -Provides: tex(basque.sty) = %{tl_version} -Provides: tex(blplain.tex) = %{tl_version} -Provides: tex(bplain.tex) = %{tl_version} -Provides: tex(breton.ldf) = %{tl_version} -Provides: tex(breton.sty) = %{tl_version} -Provides: tex(british.sty) = %{tl_version} -Provides: tex(bulgarian.ldf) = %{tl_version} -Provides: tex(bulgarian.sty) = %{tl_version} -Provides: tex(catalan.ldf) = %{tl_version} -Provides: tex(catalan.sty) = %{tl_version} -Provides: tex(cp1255.def) = %{tl_version} -Provides: tex(cp862.def) = %{tl_version} -Provides: tex(croatian.ldf) = %{tl_version} -Provides: tex(croatian.sty) = %{tl_version} -Provides: tex(czech.ldf) = %{tl_version} -Provides: tex(czech.sty) = %{tl_version} -Provides: tex(czech.sty) = %{tl_version} -Provides: tex(danish.ldf) = %{tl_version} -Provides: tex(danish.sty) = %{tl_version} -Provides: tex(dutch.ldf) = %{tl_version} -Provides: tex(dutch.sty) = %{tl_version} -Provides: tex(english.ldf) = %{tl_version} -Provides: tex(english.sty) = %{tl_version} -Provides: tex(esperanto.ldf) = %{tl_version} -Provides: tex(esperanto.sty) = %{tl_version} -Provides: tex(estonian.ldf) = %{tl_version} -Provides: tex(estonian.sty) = %{tl_version} -Provides: tex(finnish.ldf) = %{tl_version} -Provides: tex(finnish.sty) = %{tl_version} -Provides: tex(francais.sty) = %{tl_version} -Provides: tex(frenchb.cfg) = %{tl_version} -Provides: tex(frenchb.ldf) = %{tl_version} -Provides: tex(galician.ldf) = %{tl_version} -Provides: tex(galician.sty) = %{tl_version} -Provides: tex(germanb.ldf) = %{tl_version} -Provides: tex(germanb.sty) = %{tl_version} -Provides: tex(glbst.tex) = %{tl_version} -Provides: tex(glromidx.tex) = %{tl_version} -Provides: tex(greek.ldf) = %{tl_version} -Provides: tex(greek.sty) = %{tl_version} -Provides: tex(grmath.sty) = %{tl_version} -Provides: tex(grsymb.sty) = %{tl_version} -Provides: tex(he8OmegaHebrew.fd) = %{tl_version} -Provides: tex(he8aharoni.fd) = %{tl_version} -Provides: tex(he8cmr.fd) = %{tl_version} -Provides: tex(he8cmss.fd) = %{tl_version} -Provides: tex(he8cmtt.fd) = %{tl_version} -Provides: tex(he8david.fd) = %{tl_version} -Provides: tex(he8drugulin.fd) = %{tl_version} -Provides: tex(he8enc.def) = %{tl_version} -Provides: tex(he8frankruehl.fd) = %{tl_version} -Provides: tex(he8miriam.fd) = %{tl_version} -Provides: tex(he8nachlieli.fd) = %{tl_version} -Provides: tex(he8yad.fd) = %{tl_version} -Provides: tex(hebcal.sty) = %{tl_version} -Provides: tex(hebfont.sty) = %{tl_version} -Provides: tex(hebrew.ldf) = %{tl_version} -Provides: tex(hebrew.sty) = %{tl_version} -Provides: tex(hebrew_newcode.sty) = %{tl_version} -Provides: tex(hebrew_oldcode.sty) = %{tl_version} -Provides: tex(hebrew_p.sty) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} -Provides: tex(icelandic.ldf) = %{tl_version} -Provides: tex(icelandic.sty) = %{tl_version} -Provides: tex(interlingua.ldf) = %{tl_version} -Provides: tex(interlingua.sty) = %{tl_version} -Provides: tex(irish.ldf) = %{tl_version} -Provides: tex(irish.sty) = %{tl_version} -Provides: tex(italian.ldf) = %{tl_version} -Provides: tex(italian.sty) = %{tl_version} -Provides: tex(kurmanji.ldf) = %{tl_version} -Provides: tex(latin.ldf) = %{tl_version} -Provides: tex(latin.sty) = %{tl_version} -Provides: tex(lgrcmr.fd) = %{tl_version} -Provides: tex(lgrcmro.fd) = %{tl_version} -Provides: tex(lgrcmss.fd) = %{tl_version} -Provides: tex(lgrcmtt.fd) = %{tl_version} -Provides: tex(lgrenc.def) = %{tl_version} -Provides: tex(lgrlcmss.fd) = %{tl_version} -Provides: tex(lgrlcmtt.fd) = %{tl_version} -Provides: tex(lgrlmr.fd) = %{tl_version} -Provides: tex(lgrlmro.fd) = %{tl_version} -Provides: tex(lgrlmss.fd) = %{tl_version} -Provides: tex(lgrlmtt.fd) = %{tl_version} -Provides: tex(lheclas.fd) = %{tl_version} -Provides: tex(lhecmr.fd) = %{tl_version} -Provides: tex(lhecmss.fd) = %{tl_version} -Provides: tex(lhecmtt.fd) = %{tl_version} -Provides: tex(lhecrml.fd) = %{tl_version} -Provides: tex(lheenc.def) = %{tl_version} -Provides: tex(lhefr.fd) = %{tl_version} -Provides: tex(lheredis.fd) = %{tl_version} -Provides: tex(lheshold.fd) = %{tl_version} -Provides: tex(lheshscr.fd) = %{tl_version} -Provides: tex(lheshstk.fd) = %{tl_version} -Provides: tex(lsorbian.ldf) = %{tl_version} -Provides: tex(lsorbian.sty) = %{tl_version} -Provides: tex(magyar.ldf) = %{tl_version} -Provides: tex(magyar.sty) = %{tl_version} -Provides: tex(naustrian.sty) = %{tl_version} -Provides: tex(ngermanb.ldf) = %{tl_version} -Provides: tex(ngermanb.sty) = %{tl_version} -Provides: tex(norsk.ldf) = %{tl_version} -Provides: tex(norsk.sty) = %{tl_version} -Provides: tex(plain.def) = %{tl_version} -Provides: tex(polish.ldf) = %{tl_version} -Provides: tex(polish.sty) = %{tl_version} -Provides: tex(portuges.ldf) = %{tl_version} -Provides: tex(portuges.sty) = %{tl_version} -Provides: tex(rlbabel.def) = %{tl_version} -Provides: tex(romanian.ldf) = %{tl_version} -Provides: tex(romanian.sty) = %{tl_version} -Provides: tex(romanidx.sty) = %{tl_version} -Provides: tex(russianb.ldf) = %{tl_version} -Provides: tex(russianb.sty) = %{tl_version} -Provides: tex(samin.ldf) = %{tl_version} -Provides: tex(samin.sty) = %{tl_version} -Provides: tex(scottish.ldf) = %{tl_version} -Provides: tex(scottish.sty) = %{tl_version} -Provides: tex(serbian.ldf) = %{tl_version} -Provides: tex(serbian.sty) = %{tl_version} -Provides: tex(si960.def) = %{tl_version} -Provides: tex(slovak.ldf) = %{tl_version} -Provides: tex(slovak.sty) = %{tl_version} -Provides: tex(slovak.sty) = %{tl_version} -Provides: tex(slovene.ldf) = %{tl_version} -Provides: tex(slovene.sty) = %{tl_version} -Provides: tex(spanish.ldf) = %{tl_version} -Provides: tex(spanish.sty) = %{tl_version} -Provides: tex(swedish.ldf) = %{tl_version} -Provides: tex(swedish.sty) = %{tl_version} -Provides: tex(switch.def) = %{tl_version} -Provides: tex(turkish.ldf) = %{tl_version} -Provides: tex(turkish.sty) = %{tl_version} -Provides: tex(ukraineb.ldf) = %{tl_version} -Provides: tex(ukraineb.sty) = %{tl_version} -Provides: tex(usorbian.ldf) = %{tl_version} -Provides: tex(usorbian.sty) = %{tl_version} -Provides: tex(welsh.ldf) = %{tl_version} -Provides: tex(welsh.sty) = %{tl_version} -%description babel -The package manages culturally-determined typographical (and -other) rules, and hyphenation patterns for a wide range of -languages. A document may select a single language to be -supported, or it may select several, in which case the document -may switch from one language to another in a variety of ways. -Note that the package has contributions for several languages -that remain to be incorporated. Examples are: Arabic; Magyar -(Hungarian); Serbian written in cyrillic; Spanish; and Spanish, -using Mexican conventions.. Users of XeTeX are advised to use -polyglossia rather than Babel. +%description babel-bahasa +The bundle provides two sets of language typesetting support, +for Bahasa Indonesia and Bahasa Malaysia. -date: 2011-10-07 15:38:55 +0200 +date: 2013-05-06 22:45:34 +0200 -%post babel +%post babel-bahasa mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun babel +%postun babel-bahasa if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16263,54 +16609,44 @@ else fi : -%posttrans babel +%posttrans babel-bahasa if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package babel-doc -Summary: Documentation for babel -Version: svn24756.3.8m +%package babel-bahasa-doc +Summary: Documentation for babel-bahasa +Version: svn30255.1.0l Release: %{tl_noarch_release} -Provides: tex-babel-doc +Provides: tex-babel-bahasa-doc BuildArch: noarch AutoReqProv: No -%description babel-doc -Documentation for babel +%description babel-bahasa-doc +Documentation for babel-bahasa -%package background -Provides: tex-background = %{tl_version} +%package babel-basque +Provides: tex-babel-basque = %{tl_version} License: LPPL -Summary: Placement of background material on pages of a document -Version: svn27390.1.0 +Summary: babel-basque package +Version: svn30256.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(everypage.sty) -Requires: tex(afterpage.sty) -Provides: tex(background.sty) = %{tl_version} - -%description background -The package offers the placement of background material on the -pages of a document. The user can control many aspects -(contents, position, color, opacity) of the background material -that will be displayed. The package makes use of the everypage -package, and uses pgf/tikz for attribute control. +Provides: tex(basque.ldf) = %{tl_version} -date: 2012-07-18 17:38:10 +0200 +%description babel-basque +babel-basque package -%post background +%post babel-basque mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun background +%postun babel-basque if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16319,48 +16655,52 @@ else fi : -%posttrans background +%posttrans babel-basque if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package background-doc -Summary: Documentation for background -Version: svn27390.1.0 +%package babel-basque-doc +Summary: Documentation for babel-basque +Version: svn30256.0 Release: %{tl_noarch_release} -Provides: tex-background-doc +Provides: tex-babel-basque-doc BuildArch: noarch AutoReqProv: No -%description background-doc -Documentation for background +%description babel-basque-doc +Documentation for babel-basque -%package backnaur -Provides: tex-backnaur = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Backus Naur Form definitions -Version: svn28513.0.60.d +%package babelbib +Provides: tex-babelbib = %{tl_version} +License: LPPL +Summary: Multilingual bibliographies +Version: svn25245.1.31 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(backnaur.sty) = %{tl_version} +Requires: tex(babel.sty) +Provides: tex(babelbib.sty) = %{tl_version} -%description backnaur -The package typesets Backus-Naur Form (BNF) definitions. It -creates aligned lists of productions, with numbers if required. -It can also print in-line BNF expressions using math mode. +%description babelbib +This package enables to generate multilingual bibliographies in +cooperation with babel. Two approaches are possible: Each +citation may be written in another language, or the whole +bibliography can be typeset in a language chosen by the user. +In addition, the package supports commands to change the +typography of the bibliographies. -date: 2012-12-12 18:40:20 +0100 +date: 2012-01-30 12:34:22 +0100 -%post backnaur +%post babelbib mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun backnaur +%postun babelbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16369,59 +16709,44 @@ else fi : -%posttrans backnaur +%posttrans babelbib if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package backnaur-doc -Summary: Documentation for backnaur -Version: svn28513.0.60.d +%package babelbib-doc +Summary: Documentation for babelbib +Version: svn25245.1.31 Release: %{tl_noarch_release} -Provides: tex-backnaur-doc +Provides: tex-babelbib-doc BuildArch: noarch AutoReqProv: No -%description backnaur-doc -Documentation for backnaur +%description babelbib-doc +Documentation for babelbib -%package bangtex -Provides: tex-bangtex = %{tl_version} +%package babel-breton +Provides: tex-babel-breton = %{tl_version} License: LPPL -Summary: Writing Bangla and Assamese with LaTeX -Version: svn15878.0 +Summary: babel-breton package +Version: svn30257.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bang10.tfm) = %{tl_version} -Provides: tex(bangsl10.tfm) = %{tl_version} -Provides: tex(bangwd10.tfm) = %{tl_version} -Provides: tex(bangfont.tex) = %{tl_version} -Provides: tex(barticle.cls) = %{tl_version} -Provides: tex(bbk10.clo) = %{tl_version} -Provides: tex(bbk11.clo) = %{tl_version} -Provides: tex(bbk12.clo) = %{tl_version} -Provides: tex(bbook.cls) = %{tl_version} -Provides: tex(bletter.cls) = %{tl_version} -Provides: tex(bsize10.clo) = %{tl_version} -Provides: tex(bsize11.clo) = %{tl_version} -Provides: tex(bsize12.clo) = %{tl_version} - -%description bangtex -The bundle provides class files for writing Bangla and Assamese -with LaTeX, and MetaFont sources for fonts. +Provides: tex(breton.ldf) = %{tl_version} -date: 2006-12-14 21:17:11 +0100 +%description babel-breton +babel-breton package -%post bangtex +%post babel-breton mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bangtex +%postun babel-breton if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16430,53 +16755,44 @@ else fi : -%posttrans bangtex +%posttrans babel-breton if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bangtex-doc -Summary: Documentation for bangtex -Version: svn15878.0 +%package babel-breton-doc +Summary: Documentation for babel-breton +Version: svn30257.0 Release: %{tl_noarch_release} -Provides: tex-bangtex-doc +Provides: tex-babel-breton-doc BuildArch: noarch AutoReqProv: No -%description bangtex-doc -Documentation for bangtex +%description babel-breton-doc +Documentation for babel-breton -%package barcodes -Provides: tex-barcodes = %{tl_version} +%package babel-bulgarian +Provides: tex-babel-bulgarian = %{tl_version} License: LPPL -Summary: Fonts for making barcodes -Version: svn15878.0 +Summary: babel-bulgarian package +Version: svn30258.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wlc11.tfm) = %{tl_version} -Provides: tex(wlc128.tfm) = %{tl_version} -Provides: tex(wlc39.tfm) = %{tl_version} -Provides: tex(wlc93.tfm) = %{tl_version} -Provides: tex(wlcr39.tfm) = %{tl_version} -Provides: tex(barcodes.sty) = %{tl_version} - -%description barcodes -The package deals with EAN barcodes; MetaFont fonts are -provided, and a set of examples; for some codes, a small Perl -script is needed. +Provides: tex(bulgarian.ldf) = %{tl_version} -date: 2008-08-17 01:00:50 +0200 +%description babel-bulgarian +babel-bulgarian package -%post barcodes +%post babel-bulgarian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun barcodes +%postun babel-bulgarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16485,58 +16801,44 @@ else fi : -%posttrans barcodes +%posttrans babel-bulgarian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package barcodes-doc -Summary: Documentation for barcodes -Version: svn15878.0 +%package babel-bulgarian-doc +Summary: Documentation for babel-bulgarian +Version: svn30258.0 Release: %{tl_noarch_release} -Provides: tex-barcodes-doc +Provides: tex-babel-bulgarian-doc BuildArch: noarch AutoReqProv: No -%description barcodes-doc -Documentation for barcodes +%description babel-bulgarian-doc +Documentation for babel-bulgarian -%package bardiag -Provides: tex-bardiag = %{tl_version} +%package babel-catalan +Provides: tex-babel-catalan = %{tl_version} License: LPPL -Summary: LateX package for drawing bar diagrams -Version: svn22013.0.4a +Summary: babel-catalan package +Version: svn30259.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(fp-snap.sty) -Requires: tex(pstricks.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-grad.sty) -Requires: tex(multido.sty) -Requires: tex(ifthen.sty) -Provides: tex(barddoc.sty) = %{tl_version} -Provides: tex(bardiag.cfg) = %{tl_version} -Provides: tex(bardiag.sty) = %{tl_version} -Provides: tex(pstfp.sty) = %{tl_version} - -%description bardiag -The main purpose of the package is to make the drawing of bar -diagrams possible and easy in LaTeX. The BarDiag package is -inspired by and based on PSTricks. +Provides: tex(catalan.ldf) = %{tl_version} -date: 2006-12-21 16:38:41 +0100 +%description babel-catalan +babel-catalan package -%post bardiag +%post babel-catalan mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bardiag +%postun babel-catalan if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16545,49 +16847,44 @@ else fi : -%posttrans bardiag +%posttrans babel-catalan if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bardiag-doc -Summary: Documentation for bardiag -Version: svn22013.0.4a +%package babel-catalan-doc +Summary: Documentation for babel-catalan +Version: svn30259.0 Release: %{tl_noarch_release} -Provides: tex-bardiag-doc +Provides: tex-babel-catalan-doc BuildArch: noarch AutoReqProv: No -%description bardiag-doc -Documentation for bardiag +%description babel-catalan-doc +Documentation for babel-catalan -%package barr -Provides: tex-barr = %{tl_version} +%package babel-croatian +Provides: tex-babel-croatian = %{tl_version} License: LPPL -Summary: Diagram macros by Michael Barr -Version: svn23579.0 +Summary: babel-croatian package +Version: svn30260.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(diagxy.tex) = %{tl_version} - -%description barr -Diagxy is a general diagramming package, useful for diagrams in -a number of mathematical disciplines. Diagxy is a development -of an earlier (successful) package to use the facilities of the -xypic bundle. +Provides: tex(croatian.ldf) = %{tl_version} -date: 2011-06-19 14:02:49 +0200 +%description babel-croatian +babel-croatian package -%post barr +%post babel-croatian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun barr +%postun babel-croatian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16596,67 +16893,45 @@ else fi : -%posttrans barr +%posttrans babel-croatian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package barr-doc -Summary: Documentation for barr -Version: svn23579.0 +%package babel-croatian-doc +Summary: Documentation for babel-croatian +Version: svn30260.0 Release: %{tl_noarch_release} -Provides: tex-barr-doc +Provides: tex-babel-croatian-doc BuildArch: noarch AutoReqProv: No -%description barr-doc -Documentation for barr +%description babel-croatian-doc +Documentation for babel-croatian -%package bartel-chess-fonts -Provides: tex-bartel-chess-fonts = %{tl_version} -License: GPL+ -Summary: A set of fonts supporting chess diagrams -Version: svn20619.0 +%package babel-czech +Provides: tex-babel-czech = %{tl_version} +License: LPPL +Summary: babel-czech package +Version: svn30261.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fselch10.tfm) = %{tl_version} -Provides: tex(fselch11.tfm) = %{tl_version} -Provides: tex(fselch12.tfm) = %{tl_version} -Provides: tex(fselch13.tfm) = %{tl_version} -Provides: tex(fselch14.tfm) = %{tl_version} -Provides: tex(fselch16.tfm) = %{tl_version} -Provides: tex(fselch17.tfm) = %{tl_version} -Provides: tex(fselch20.tfm) = %{tl_version} -Provides: tex(fselch24.tfm) = %{tl_version} -Provides: tex(fselch32.tfm) = %{tl_version} -Provides: tex(fselch36.tfm) = %{tl_version} -Provides: tex(fselch6.tfm) = %{tl_version} -Provides: tex(fselch7.tfm) = %{tl_version} -Provides: tex(fselch8.tfm) = %{tl_version} -Provides: tex(fselch9.tfm) = %{tl_version} -Provides: tex(pkelch10.tfm) = %{tl_version} -Provides: tex(pkelch11.tfm) = %{tl_version} -Provides: tex(pkelch12.tfm) = %{tl_version} -Provides: tex(pkelch14.tfm) = %{tl_version} -Provides: tex(pkelch16.tfm) = %{tl_version} -Provides: tex(pkelch8.tfm) = %{tl_version} -Provides: tex(pkelch9.tfm) = %{tl_version} - -%description bartel-chess-fonts -The fonts are provided as MetaFont source. +Provides: tex(czech.ldf) = %{tl_version} +Provides: tex(czech.sty) = %{tl_version} -date: 2010-11-29 08:56:06 +0100 +%description babel-czech +babel-czech package -%post bartel-chess-fonts +%post babel-czech mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bartel-chess-fonts +%postun babel-czech if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16665,58 +16940,44 @@ else fi : -%posttrans bartel-chess-fonts +%posttrans babel-czech if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bartel-chess-fonts-doc -Summary: Documentation for bartel-chess-fonts -Version: svn20619.0 +%package babel-czech-doc +Summary: Documentation for babel-czech +Version: svn30261.0 Release: %{tl_noarch_release} -Provides: tex-bartel-chess-fonts-doc +Provides: tex-babel-czech-doc BuildArch: noarch AutoReqProv: No -%description bartel-chess-fonts-doc -Documentation for bartel-chess-fonts +%description babel-czech-doc +Documentation for babel-czech -%package bashful -Provides: tex-bashful = %{tl_version} -License: LPPL 1.3 -Summary: Invoke bash commands from within LaTeX -Version: svn25597.0.92 +%package babel-danish +Provides: tex-babel-danish = %{tl_version} +License: LPPL +Summary: babel-danish package +Version: svn30262.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(catchfile.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(listings.sty) -Provides: tex(bashful.sty) = %{tl_version} - -%description bashful -The package makes it possible to execute Unix bash shell -scripts from within LaTeX. The main application is in writing -computer-science texts, in which you want to make sure the -programs listed in the document are executed directly from the -input. The package may use other Unix shells than bash, but -does not work without modification in a Windows environment. -The package requires the -shell-escape flag when LaTeX is -processing your document. +Provides: tex(danish.ldf) = %{tl_version} -date: 2011-06-17 14:38:58 +0200 +%description babel-danish +babel-danish package -%post bashful +%post babel-danish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bashful +%postun babel-danish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16725,179 +16986,90 @@ else fi : -%posttrans bashful +%posttrans babel-danish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bashful-doc -Summary: Documentation for bashful -Version: svn25597.0.92 +%package babel-danish-doc +Summary: Documentation for babel-danish +Version: svn30262.0 Release: %{tl_noarch_release} -Provides: tex-bashful-doc +Provides: tex-babel-danish-doc BuildArch: noarch AutoReqProv: No -%description bashful-doc -Documentation for bashful +%description babel-danish-doc +Documentation for babel-danish -%package baskervald -Provides: tex-baskervald = %{tl_version} +%package babel-dutch +Provides: tex-babel-dutch = %{tl_version} License: LPPL -Summary: Baskervald ADF fonts collection with TeX/LaTeX support -Version: svn19490.1.016 +Summary: babel-dutch package +Version: svn30263.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(supp-ybv.enc) = %{tl_version} -Provides: tex(ybv.map) = %{tl_version} -Provides: tex(ybvb8c.tfm) = %{tl_version} -Provides: tex(ybvb8r.tfm) = %{tl_version} -Provides: tex(ybvb8s.tfm) = %{tl_version} -Provides: tex(ybvb8t.tfm) = %{tl_version} -Provides: tex(ybvbi8c.tfm) = %{tl_version} -Provides: tex(ybvbi8r.tfm) = %{tl_version} -Provides: tex(ybvbi8s.tfm) = %{tl_version} -Provides: tex(ybvbi8t.tfm) = %{tl_version} -Provides: tex(ybvbiw8t.tfm) = %{tl_version} -Provides: tex(ybvbw8t.tfm) = %{tl_version} -Provides: tex(ybvh8c.tfm) = %{tl_version} -Provides: tex(ybvh8r.tfm) = %{tl_version} -Provides: tex(ybvh8s.tfm) = %{tl_version} -Provides: tex(ybvh8t.tfm) = %{tl_version} -Provides: tex(ybvho8c.tfm) = %{tl_version} -Provides: tex(ybvho8r.tfm) = %{tl_version} -Provides: tex(ybvho8s.tfm) = %{tl_version} -Provides: tex(ybvho8t.tfm) = %{tl_version} -Provides: tex(ybvhow8t.tfm) = %{tl_version} -Provides: tex(ybvhw8t.tfm) = %{tl_version} -Provides: tex(ybvr8c.tfm) = %{tl_version} -Provides: tex(ybvr8r.tfm) = %{tl_version} -Provides: tex(ybvr8s.tfm) = %{tl_version} -Provides: tex(ybvr8t.tfm) = %{tl_version} -Provides: tex(ybvri8c.tfm) = %{tl_version} -Provides: tex(ybvri8r.tfm) = %{tl_version} -Provides: tex(ybvri8s.tfm) = %{tl_version} -Provides: tex(ybvri8t.tfm) = %{tl_version} -Provides: tex(ybvriw8t.tfm) = %{tl_version} -Provides: tex(ybvrw8t.tfm) = %{tl_version} -Provides: tex(ybvb8a.pfb) = %{tl_version} -Provides: tex(ybvbi8a.pfb) = %{tl_version} -Provides: tex(ybvh8a.pfb) = %{tl_version} -Provides: tex(ybvho8a.pfb) = %{tl_version} -Provides: tex(ybvr8a.pfb) = %{tl_version} -Provides: tex(ybvri8a.pfb) = %{tl_version} -Provides: tex(ybvb8c.vf) = %{tl_version} -Provides: tex(ybvb8t.vf) = %{tl_version} -Provides: tex(ybvbi8c.vf) = %{tl_version} -Provides: tex(ybvbi8t.vf) = %{tl_version} -Provides: tex(ybvbiw8t.vf) = %{tl_version} -Provides: tex(ybvbw8t.vf) = %{tl_version} -Provides: tex(ybvh8c.vf) = %{tl_version} -Provides: tex(ybvh8t.vf) = %{tl_version} -Provides: tex(ybvho8c.vf) = %{tl_version} -Provides: tex(ybvho8t.vf) = %{tl_version} -Provides: tex(ybvhow8t.vf) = %{tl_version} -Provides: tex(ybvhw8t.vf) = %{tl_version} -Provides: tex(ybvr8c.vf) = %{tl_version} -Provides: tex(ybvr8t.vf) = %{tl_version} -Provides: tex(ybvri8c.vf) = %{tl_version} -Provides: tex(ybvri8t.vf) = %{tl_version} -Provides: tex(ybvriw8t.vf) = %{tl_version} -Provides: tex(ybvrw8t.vf) = %{tl_version} -Provides: tex(baskervald.sty) = %{tl_version} -Provides: tex(t1ybv.fd) = %{tl_version} -Provides: tex(t1ybvw.fd) = %{tl_version} -Provides: tex(ts1ybv.fd) = %{tl_version} -Provides: tex(ts1ybvw.fd) = %{tl_version} - -%description baskervald -Baskervald ADF is a serif family with lining figures designed -as a substitute for Baskerville. The family currently includes -upright and italic or oblique shapes in each of regular, bold -and heavy weights. All fonts include the slashed zero and -additional non-standard ligatures. The support package renames -them according to the Karl Berry fontname scheme and defines -two families. One of these primarily provides access to the -"standard" or default characters while the other supports -additional ligatures. The included package files provide access -to these features in LaTeX. +Provides: tex(dutch.ldf) = %{tl_version} -date: 2010-07-14 23:45:16 +0200 +%description babel-dutch +babel-dutch package -%post baskervald +%post babel-dutch mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ybv.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ybv.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun baskervald -if [ $1 == 0 ] ; then -sed -i '/^Map ybv.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun babel-dutch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans baskervald -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-dutch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package baskervald-doc -Summary: Documentation for baskervald -Version: svn19490.1.016 +%package babel-dutch-doc +Summary: Documentation for babel-dutch +Version: svn30263.0 Release: %{tl_noarch_release} -Provides: tex-baskervald-doc +Provides: tex-babel-dutch-doc BuildArch: noarch AutoReqProv: No -%description baskervald-doc -Documentation for baskervald +%description babel-dutch-doc +Documentation for babel-dutch -%package basque-book -Provides: tex-basque-book = %{tl_version} -License: LPPL 1.2 -Summary: Class for book-type documents written in Basque -Version: svn27049.1.20 +%package babel-english +Provides: tex-babel-english = %{tl_version} +License: LPPL +Summary: babel-english package +Version: svn30264.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(basque-date.sty) -Provides: tex(basque-book.cls) = %{tl_version} - -%description basque-book -The class is derived from the LaTeX book class. The extensions -solve grammatical and numeration issues that occur when book- -type documents are written in Basque. The class is useful for -writing books, PhD and Master Theses, etc., in Basque. +Provides: tex(english.ldf) = %{tl_version} -date: 2012-07-09 13:17:27 +0200 +%description babel-english +babel-english package -%post basque-book +%post babel-english mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun basque-book +%postun babel-english if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16906,50 +17078,44 @@ else fi : -%posttrans basque-book +%posttrans babel-english if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package basque-book-doc -Summary: Documentation for basque-book -Version: svn27049.1.20 +%package babel-english-doc +Summary: Documentation for babel-english +Version: svn30264.0 Release: %{tl_noarch_release} -Provides: tex-basque-book-doc +Provides: tex-babel-english-doc BuildArch: noarch AutoReqProv: No -%description basque-book-doc -Documentation for basque-book +%description babel-english-doc +Documentation for babel-english -%package basque-date -Provides: tex-basque-date = %{tl_version} -License: LPPL 1.2 -Summary: Print the date in Basque -Version: svn26477.1.05 +%package babel-esperanto +Provides: tex-babel-esperanto = %{tl_version} +License: LPPL +Summary: babel-esperanto package +Version: svn30265.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(basque-date.sty) = %{tl_version} - -%description basque-date -The package provides two LaTeX commands to print the current -date in Basque according to the correct forms ruled by The -Basque Language Academy (Euskaltzaindia). The commands -automatically solve the complex declination issues of numbers -in Basque. +Provides: tex(esperanto.ldf) = %{tl_version} -date: 2012-05-17 14:56:37 +0200 +%description babel-esperanto +babel-esperanto package -%post basque-date +%post babel-esperanto mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun basque-date +%postun babel-esperanto if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -16958,46 +17124,44 @@ else fi : -%posttrans basque-date +%posttrans babel-esperanto if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package basque-date-doc -Summary: Documentation for basque-date -Version: svn26477.1.05 +%package babel-esperanto-doc +Summary: Documentation for babel-esperanto +Version: svn30265.0 Release: %{tl_noarch_release} -Provides: tex-basque-date-doc +Provides: tex-babel-esperanto-doc BuildArch: noarch AutoReqProv: No -%description basque-date-doc -Documentation for basque-date +%description babel-esperanto-doc +Documentation for babel-esperanto -%package bbcard -Provides: tex-bbcard = %{tl_version} -License: Public Domain -Summary: Bullshit bingo, calendar and baseball-score cards -Version: svn19440.0 +%package babel-estonian +Provides: tex-babel-estonian = %{tl_version} +License: LPPL +Summary: babel-estonian package +Version: svn30266.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(estonian.ldf) = %{tl_version} -%description bbcard -Three jiffy packages for creating cards of various sorts with -MetaPost. - -date: 2008-08-17 01:00:50 +0200 +%description babel-estonian +babel-estonian package -%post bbcard +%post babel-estonian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bbcard +%postun babel-estonian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17006,51 +17170,44 @@ else fi : -%posttrans bbcard +%posttrans babel-estonian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbcard-doc -Summary: Documentation for bbcard -Version: svn19440.0 +%package babel-estonian-doc +Summary: Documentation for babel-estonian +Version: svn30266.0 Release: %{tl_noarch_release} -Provides: tex-bbcard-doc +Provides: tex-babel-estonian-doc BuildArch: noarch AutoReqProv: No -%description bbcard-doc -Documentation for bbcard +%description babel-estonian-doc +Documentation for babel-estonian -%package bbding -Provides: tex-bbding = %{tl_version} +%package babel-finnish +Provides: tex-babel-finnish = %{tl_version} License: LPPL -Summary: A symbol (dingbat) font and LaTeX macros for its use -Version: svn17186.1.01 +Summary: babel-finnish package +Version: svn30267.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bbding10.tfm) = %{tl_version} -Provides: tex(Uding.fd) = %{tl_version} -Provides: tex(bbding.sty) = %{tl_version} - -%description bbding -A symbol font (distributed as MetaFont source) that contains -many of the symbols of the Zapf dingbats set, together with an -NFSS interface for using the font. An Adobe Type 1 version of -the fonts is available in the niceframe fonts bundle. +Provides: tex(finnish.ldf) = %{tl_version} -date: 2010-02-15 12:02:42 +0100 +%description babel-finnish +babel-finnish package -%post bbding +%post babel-finnish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bbding +%postun babel-finnish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17059,52 +17216,51 @@ else fi : -%posttrans bbding +%posttrans babel-finnish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbding-doc -Summary: Documentation for bbding -Version: svn17186.1.01 +%package babel-finnish-doc +Summary: Documentation for babel-finnish +Version: svn30267.0 Release: %{tl_noarch_release} -Provides: tex-bbding-doc +Provides: tex-babel-finnish-doc BuildArch: noarch AutoReqProv: No -%description bbding-doc -Documentation for bbding +%description babel-finnish-doc +Documentation for babel-finnish -%package bbm-macros -Provides: tex-bbm-macros = %{tl_version} -License: LPPL -Summary: LaTeX support for "blackboard-style" cm fonts -Version: svn17224.0 +%package babel-french +Provides: tex-babel-french = %{tl_version} +License: LPPL 1.3 +Summary: Babel contributed support for French +Version: svn30323.2.6b Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bbm.sty) = %{tl_version} -Provides: tex(ubbm.fd) = %{tl_version} -Provides: tex(ubbmss.fd) = %{tl_version} -Provides: tex(ubbmtt.fd) = %{tl_version} +Requires: tex(scalefnt.sty) +Requires: tex(keyval.sty) +Provides: tex(frenchb.cfg) = %{tl_version} +Provides: tex(frenchb.ldf) = %{tl_version} -%description bbm-macros -Provides LaTeX support for Blackboard variants of Computer -Modern fonts. Declares a font family bbm so you can in -principle write running text in blackboard bold, and lots of -math alphabets for using the fonts within maths. +%description babel-french +The package establishes French conventions in a document (or a +subset of the conventions, if the French is not the main +language of the document). -date: 2010-02-15 23:28:51 +0100 +date: 2013-05-07 14:32:50 +0200 -%post bbm-macros +%post babel-french mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bbm-macros +%postun babel-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17113,92 +17269,47 @@ else fi : -%posttrans bbm-macros +%posttrans babel-french if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbm-macros-doc -Summary: Documentation for bbm-macros -Version: svn17224.0 +%package babel-french-doc +Summary: Documentation for babel-french +Version: svn30323.2.6b Release: %{tl_noarch_release} -Provides: tex-bbm-macros-doc +Provides: tex-babel-french-doc BuildArch: noarch AutoReqProv: No -%description bbm-macros-doc -Documentation for bbm-macros +%description babel-french-doc +Documentation for babel-french -%package bbm -Provides: tex-bbm = %{tl_version} -License: Copyright only -Summary: "Blackboard-style" cm fonts -Version: svn15878.0 +%package babel-friulan +Provides: tex-babel-friulan = %{tl_version} +License: LPPL 1.3 +Summary: Babel/Polyglossia support for Friulan(Furlan) +Version: svn30361.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bbm10.tfm) = %{tl_version} -Provides: tex(bbm12.tfm) = %{tl_version} -Provides: tex(bbm17.tfm) = %{tl_version} -Provides: tex(bbm5.tfm) = %{tl_version} -Provides: tex(bbm6.tfm) = %{tl_version} -Provides: tex(bbm7.tfm) = %{tl_version} -Provides: tex(bbm8.tfm) = %{tl_version} -Provides: tex(bbm9.tfm) = %{tl_version} -Provides: tex(bbmb10.tfm) = %{tl_version} -Provides: tex(bbmbx10.tfm) = %{tl_version} -Provides: tex(bbmbx12.tfm) = %{tl_version} -Provides: tex(bbmbx5.tfm) = %{tl_version} -Provides: tex(bbmbx6.tfm) = %{tl_version} -Provides: tex(bbmbx7.tfm) = %{tl_version} -Provides: tex(bbmbx8.tfm) = %{tl_version} -Provides: tex(bbmbx9.tfm) = %{tl_version} -Provides: tex(bbmbxsl10.tfm) = %{tl_version} -Provides: tex(bbmdunh10.tfm) = %{tl_version} -Provides: tex(bbmfib8.tfm) = %{tl_version} -Provides: tex(bbmfxib8.tfm) = %{tl_version} -Provides: tex(bbmsl10.tfm) = %{tl_version} -Provides: tex(bbmsl12.tfm) = %{tl_version} -Provides: tex(bbmsl8.tfm) = %{tl_version} -Provides: tex(bbmsl9.tfm) = %{tl_version} -Provides: tex(bbmss10.tfm) = %{tl_version} -Provides: tex(bbmss12.tfm) = %{tl_version} -Provides: tex(bbmss17.tfm) = %{tl_version} -Provides: tex(bbmss8.tfm) = %{tl_version} -Provides: tex(bbmss9.tfm) = %{tl_version} -Provides: tex(bbmssbx10.tfm) = %{tl_version} -Provides: tex(bbmssdc10.tfm) = %{tl_version} -Provides: tex(bbmssi10.tfm) = %{tl_version} -Provides: tex(bbmssi12.tfm) = %{tl_version} -Provides: tex(bbmssi17.tfm) = %{tl_version} -Provides: tex(bbmssi8.tfm) = %{tl_version} -Provides: tex(bbmssi9.tfm) = %{tl_version} -Provides: tex(bbmssq8.tfm) = %{tl_version} -Provides: tex(bbmssqi8.tfm) = %{tl_version} -Provides: tex(bbmtt10.tfm) = %{tl_version} -Provides: tex(bbmtt12.tfm) = %{tl_version} -Provides: tex(bbmtt8.tfm) = %{tl_version} -Provides: tex(bbmtt9.tfm) = %{tl_version} +Provides: tex(friulan.ldf) = %{tl_version} -%description bbm -Blackboard variants of Computer Modern fonts. The fonts are -distributed as MetaFont source (only); LaTeX support is -available with the bbm-macros package. The Sauter font package -has MetaFont parameter source files for building the fonts at -more sizes than you could reasonably imagine. A sample of these -fonts appears in the blackboard bold sampler. +%description babel-friulan +The package provides a language description file that enables +support of Friulan either with babel or with polyglossia. -date: 2009-11-19 15:03:53 +0100 +date: 2013-05-04 11:13:00 +0200 -%post bbm +%post babel-friulan mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bbm +%postun babel-friulan if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17207,60 +17318,44 @@ else fi : -%posttrans bbm +%posttrans babel-friulan if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbm-doc -Summary: Documentation for bbm -Version: svn15878.0 +%package babel-friulan-doc +Summary: Documentation for babel-friulan +Version: svn30361.0 Release: %{tl_noarch_release} -Provides: tex-bbm-doc +Provides: tex-babel-friulan-doc BuildArch: noarch AutoReqProv: No -%description bbm-doc -Documentation for bbm +%description babel-friulan-doc +Documentation for babel-friulan -%package bbold -Provides: tex-bbold = %{tl_version} -License: BSD -Summary: Sans serif blackboard bold -Version: svn17187.1.01 +%package babel-galician +Provides: tex-babel-galician = %{tl_version} +License: LPPL +Summary: babel-galician package +Version: svn30270.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bbold10.tfm) = %{tl_version} -Provides: tex(bbold12.tfm) = %{tl_version} -Provides: tex(bbold17.tfm) = %{tl_version} -Provides: tex(bbold5.tfm) = %{tl_version} -Provides: tex(bbold6.tfm) = %{tl_version} -Provides: tex(bbold7.tfm) = %{tl_version} -Provides: tex(bbold8.tfm) = %{tl_version} -Provides: tex(bbold9.tfm) = %{tl_version} -Provides: tex(Ubbold.fd) = %{tl_version} -Provides: tex(bbold.sty) = %{tl_version} - -%description bbold -A geometric sans serif blackboard bold font, for use in -mathematics; MetaFont sources are provided, as well as macros -for use with LaTeX. The Sauter font package has MetaFont -parameter source files for building the fonts at more sizes -than you could reasonably imagine. See the blackboard sampler -for a feel for the font's appearance. +Provides: tex(galician.ldf) = %{tl_version} -date: 2010-02-15 23:28:51 +0100 +%description babel-galician +babel-galician package -%post bbold +%post babel-galician mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bbold +%postun babel-galician if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17269,124 +17364,104 @@ else fi : -%posttrans bbold +%posttrans babel-galician if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbold-doc -Summary: Documentation for bbold -Version: svn17187.1.01 +%package babel-galician-doc +Summary: Documentation for babel-galician +Version: svn30270.0 Release: %{tl_noarch_release} -Provides: tex-bbold-doc +Provides: tex-babel-galician-doc BuildArch: noarch AutoReqProv: No -%description bbold-doc -Documentation for bbold +%description babel-galician-doc +Documentation for babel-galician -%package bbold-type1 -Provides: tex-bbold-type1 = %{tl_version} -License: Copyright only -Summary: An Adobe Type 1 format version of the bbold font -Version: svn20524.0 +%package babel-german +Provides: tex-babel-german = %{tl_version} +License: LPPL +Summary: babel-german package +Version: svn30271.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(bbold.map) = %{tl_version} -Provides: tex(bbold10.pfb) = %{tl_version} -Provides: tex(bbold5.pfb) = %{tl_version} -Provides: tex(bbold7.pfb) = %{tl_version} - -%description bbold-type1 -The files offer an Adobe Type 1 format version of the 5pt, 7pt -and 10pt versions of the bbold fonts. The distribution also -includes a map file, for use when incorporating the fonts into -TeX documents, but no macro sets are provided (the fonts will -not provide the correct results using macros designed for use -with the MetaFont versions of the fonts. The fonts were -produced to be part of the TeX distribution from Y&Y; they were -generously donated to the TeX Users' Group when Y&Y closed its -doors as a business. +Provides: tex(germanb.ldf) = %{tl_version} +Provides: tex(ngermanb.ldf) = %{tl_version} -date: 2010-11-21 18:48:27 +0100 +%description babel-german +babel-german package -%post bbold-type1 +%post babel-german mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap bbold.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap bbold.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun bbold-type1 -if [ $1 == 0 ] ; then -sed -i '/^MixedMap bbold.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun babel-german +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans bbold-type1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-german +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bbold-type1-doc -Summary: Documentation for bbold-type1 -Version: svn20524.0 +%package babel-german-doc +Summary: Documentation for babel-german +Version: svn30271.0 Release: %{tl_noarch_release} -Provides: tex-bbold-type1-doc +Provides: tex-babel-german-doc BuildArch: noarch AutoReqProv: No -%description bbold-type1-doc -Documentation for bbold-type1 +%description babel-german-doc +Documentation for babel-german -%package bclogo -Provides: tex-bclogo = %{tl_version} +%package babel-greek +Provides: tex-babel-greek = %{tl_version} License: LPPL -Summary: Creating colourful boxes with logos -Version: svn23305.2.26 +Summary: babel-greek package +Version: svn30543.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Requires: tex(pst-blur.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-coil.sty) -Requires: tex(ifpdf.sty) -Provides: tex(bclogo.sty) = %{tl_version} - -%description bclogo -The package facilitates the creation of colorful boxes with a -title and logo. It may use either tikz or PSTricks as graphics -engine. +Provides: tex(athnum.sty) = %{tl_version} +Provides: tex(greek.ldf) = %{tl_version} +Provides: tex(grmath.sty) = %{tl_version} +Provides: tex(grsymb.sty) = %{tl_version} +Provides: tex(lgrcmr.fd) = %{tl_version} +Provides: tex(lgrcmro.fd) = %{tl_version} +Provides: tex(lgrcmss.fd) = %{tl_version} +Provides: tex(lgrcmtt.fd) = %{tl_version} +Provides: tex(lgrlcmss.fd) = %{tl_version} +Provides: tex(lgrlcmtt.fd) = %{tl_version} +Provides: tex(lgrlmr.fd) = %{tl_version} +Provides: tex(lgrlmro.fd) = %{tl_version} +Provides: tex(lgrlmss.fd) = %{tl_version} +Provides: tex(lgrlmtt.fd) = %{tl_version} -date: 2011-08-01 12:18:46 +0200 +%description babel-greek +babel-greek package -%post bclogo +%post babel-greek mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bclogo +%postun babel-greek if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17395,52 +17470,79 @@ else fi : -%posttrans bclogo +%posttrans babel-greek if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bclogo-doc -Summary: Documentation for bclogo -Version: svn23305.2.26 +%package babel-greek-doc +Summary: Documentation for babel-greek +Version: svn30543.0 Release: %{tl_noarch_release} -Provides: tex-bclogo-doc +Provides: tex-babel-greek-doc BuildArch: noarch AutoReqProv: No -%description bclogo-doc -Documentation for bclogo +%description babel-greek-doc +Documentation for babel-greek -%package beameraudience -Provides: tex-beameraudience = %{tl_version} +%package babel-hebrew +Provides: tex-babel-hebrew = %{tl_version} License: LPPL -Summary: Assembling beamer frames according to audience -Version: svn23427.0.1 +Summary: babel-hebrew package +Version: svn30273.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(cprotect.sty) -Requires: tex(ifthen.sty) -Provides: tex(beameraudience.sty) = %{tl_version} - -%description beameraudience -The Beamer Audience package provides macros to easily assemble -frames according to different audiences. It enables to pick up -the frames for a specific audience while leaving their order -according to a logical structure in the LaTeX source. +Requires: tex(inputenc.sty) +Requires: tex(babel.sty) +Provides: tex(8859-8.def) = %{tl_version} +Provides: tex(cp1255.def) = %{tl_version} +Provides: tex(cp862.def) = %{tl_version} +Provides: tex(he8OmegaHebrew.fd) = %{tl_version} +Provides: tex(he8aharoni.fd) = %{tl_version} +Provides: tex(he8cmr.fd) = %{tl_version} +Provides: tex(he8cmss.fd) = %{tl_version} +Provides: tex(he8cmtt.fd) = %{tl_version} +Provides: tex(he8david.fd) = %{tl_version} +Provides: tex(he8drugulin.fd) = %{tl_version} +Provides: tex(he8enc.def) = %{tl_version} +Provides: tex(he8frankruehl.fd) = %{tl_version} +Provides: tex(he8miriam.fd) = %{tl_version} +Provides: tex(he8nachlieli.fd) = %{tl_version} +Provides: tex(he8yad.fd) = %{tl_version} +Provides: tex(hebcal.sty) = %{tl_version} +Provides: tex(hebfont.sty) = %{tl_version} +Provides: tex(hebrew.ldf) = %{tl_version} +Provides: tex(hebrew_newcode.sty) = %{tl_version} +Provides: tex(hebrew_oldcode.sty) = %{tl_version} +Provides: tex(hebrew_p.sty) = %{tl_version} +Provides: tex(lheclas.fd) = %{tl_version} +Provides: tex(lhecmr.fd) = %{tl_version} +Provides: tex(lhecmss.fd) = %{tl_version} +Provides: tex(lhecmtt.fd) = %{tl_version} +Provides: tex(lhecrml.fd) = %{tl_version} +Provides: tex(lheenc.def) = %{tl_version} +Provides: tex(lhefr.fd) = %{tl_version} +Provides: tex(lheredis.fd) = %{tl_version} +Provides: tex(lheshold.fd) = %{tl_version} +Provides: tex(lheshscr.fd) = %{tl_version} +Provides: tex(lheshstk.fd) = %{tl_version} +Provides: tex(rlbabel.def) = %{tl_version} +Provides: tex(si960.def) = %{tl_version} -date: 2011-08-05 01:50:01 +0200 +%description babel-hebrew +babel-hebrew package -%post beameraudience +%post babel-hebrew mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beameraudience +%postun babel-hebrew if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17449,61 +17551,48 @@ else fi : -%posttrans beameraudience +%posttrans babel-hebrew if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beameraudience-doc -Summary: Documentation for beameraudience -Version: svn23427.0.1 +%package babel-hebrew-doc +Summary: Documentation for babel-hebrew +Version: svn30273.0 Release: %{tl_noarch_release} -Provides: tex-beameraudience-doc +Provides: tex-babel-hebrew-doc BuildArch: noarch AutoReqProv: No -%description beameraudience-doc -Documentation for beameraudience +%description babel-hebrew-doc +Documentation for babel-hebrew -%package beamer-FUBerlin -Provides: tex-beamer-FUBerlin = %{tl_version} +%package babel-hungarian +Provides: tex-babel-hungarian = %{tl_version} License: LPPL -Summary: Beamer, using the style of FU Berlin -Version: svn15878.0.02 +Summary: Babel support for Hungarian (Magyar) +Version: svn30274.1.5 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(tabularx.sty) -Requires: tex(helvet.sty) -Provides: tex(FUbeamer.cls) = %{tl_version} -Provides: tex(beamercolorthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerfontthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerouterthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerthemeBerlinFU.sty) = %{tl_version} +Requires: tex(textcase.sty) +Provides: tex(magyar.ldf) = %{tl_version} -%description beamer-FUBerlin -The bundle provides a beamer-derived class and a theme style -file for the corporate design of the Free University in Berlin. -Users may use the class itself (FUbeamer) or use the theme in -the usual way with \usetheme{BerlinFU}. Examples of using both -the class and the theme are provided; the PDF is visually -identical, so the catalogue only lists one; the sources of the -examples do of course differ. +%description babel-hungarian +The package provides a language definition file that enables +support of Magyar (Hungarian) with babel. -date: 2009-08-11 19:19:50 +0200 +date: 2013-05-06 17:15:57 +0200 -%post beamer-FUBerlin +%post babel-hungarian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamer-FUBerlin +%postun babel-hungarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17512,60 +17601,79 @@ else fi : -%posttrans beamer-FUBerlin +%posttrans babel-hungarian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamer-FUBerlin-doc -Summary: Documentation for beamer-FUBerlin -Version: svn15878.0.02 +%package babel-icelandic +Provides: tex-babel-icelandic = %{tl_version} +License: LPPL +Summary: babel-icelandic package +Version: svn30275.0 Release: %{tl_noarch_release} -Provides: tex-beamer-FUBerlin-doc BuildArch: noarch AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(icelandic.ldf) = %{tl_version} -%description beamer-FUBerlin-doc -Documentation for beamer-FUBerlin +%description babel-icelandic +babel-icelandic package -%package beamerposter -Provides: tex-beamerposter = %{tl_version} +%post babel-icelandic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun babel-icelandic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-icelandic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package babel-icelandic-doc +Summary: Documentation for babel-icelandic +Version: svn30275.0 +Release: %{tl_noarch_release} +Provides: tex-babel-icelandic-doc +BuildArch: noarch +AutoReqProv: No + +%description babel-icelandic-doc +Documentation for babel-icelandic + +%package babel-interlingua +Provides: tex-babel-interlingua = %{tl_version} License: LPPL -Summary: Extend beamer and a0poster for custom sized posters -Version: svn17066.1.07 +Summary: babel-interlingua package +Version: svn30276.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(type1cm.sty) -Requires: tex(fp.sty) -Provides: tex(beamerposter.sty) = %{tl_version} - -%description beamerposter -The package enables the user to use beamer style operations on -a canvas of the sizes provided by a0poster; font scaling is -available (using packages such as type1cm if necessary). In -addition, the package allows the user to benefit from the nice -colour box handling and alignment provided by the beamer class -(for example, with rounded corners and shadows). Good looking -posters may be created very rapidly. Features include: - -scalable fonts using the fp and type1cm packages; - posters in -A-series sizes, and custom sizes like double A0 are possible; - -still applicable to custom beamer slides, e.g. 16:9 slides for -a wide-screen (i.e. 1.78 aspect ratio); - orientation may be -portrait or landscape; - a 'debug mode' is provided. +Provides: tex(interlingua.ldf) = %{tl_version} -date: 2010-02-16 13:45:15 +0100 +%description babel-interlingua +babel-interlingua package -%post beamerposter +%post babel-interlingua mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamerposter +%postun babel-interlingua if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17574,50 +17682,44 @@ else fi : -%posttrans beamerposter +%posttrans babel-interlingua if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamerposter-doc -Summary: Documentation for beamerposter -Version: svn17066.1.07 +%package babel-interlingua-doc +Summary: Documentation for babel-interlingua +Version: svn30276.0 Release: %{tl_noarch_release} -Provides: tex-beamerposter-doc +Provides: tex-babel-interlingua-doc BuildArch: noarch AutoReqProv: No -%description beamerposter-doc -Documentation for beamerposter +%description babel-interlingua-doc +Documentation for babel-interlingua -%package beamersubframe -Provides: tex-beamersubframe = %{tl_version} +%package babel-irish +Provides: tex-babel-irish = %{tl_version} License: LPPL -Summary: Reorder frames in the PDF file -Version: svn23510.0.2 +Summary: babel-irish package +Version: svn30277.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(beamersubframe.sty) = %{tl_version} - -%description beamersubframe -The package provides a method to reorder frames in the PDF file -without reordering the source. Its principal use is to embed or -append frames with details on some subject. The author -describes the package as "experimental". +Provides: tex(irish.ldf) = %{tl_version} -date: 2011-08-11 10:23:40 +0200 +%description babel-irish +babel-irish package -%post beamersubframe +%post babel-irish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamersubframe +%postun babel-irish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17626,46 +17728,46 @@ else fi : -%posttrans beamersubframe +%posttrans babel-irish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamersubframe-doc -Summary: Documentation for beamersubframe -Version: svn23510.0.2 +%package babel-irish-doc +Summary: Documentation for babel-irish +Version: svn30277.0 Release: %{tl_noarch_release} -Provides: tex-beamersubframe-doc +Provides: tex-babel-irish-doc BuildArch: noarch AutoReqProv: No -%description beamersubframe-doc -Documentation for beamersubframe +%description babel-irish-doc +Documentation for babel-irish -%package beamerthemejltree -Provides: tex-beamerthemejltree = %{tl_version} -License: GPL+ -Summary: Contributed beamer theme -Version: svn21977.1.1 +%package babel-italian +Provides: tex-babel-italian = %{tl_version} +License: LPPL 1.3 +Summary: Babel support for Italian text +Version: svn30278.1.2t Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(beamerthemeJLTree.sty) = %{tl_version} +Provides: tex(italian.ldf) = %{tl_version} -%description beamerthemejltree -A theme for beamer presentations. +%description babel-italian +The package provides language definitions for use in babel. -date: 2010-07-13 19:58:19 +0200 +date: 2013-05-03 15:48:11 +0200 -%post beamerthemejltree +%post babel-italian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamerthemejltree +%postun babel-italian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17674,39 +17776,44 @@ else fi : -%posttrans beamerthemejltree +%posttrans babel-italian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamerthemenirma -Provides: tex-beamerthemenirma = %{tl_version} +%package babel-italian-doc +Summary: Documentation for babel-italian +Version: svn30278.1.2t +Release: %{tl_noarch_release} +Provides: tex-babel-italian-doc +BuildArch: noarch +AutoReqProv: No + +%description babel-italian-doc +Documentation for babel-italian + +%package babel-kurmanji +Provides: tex-babel-kurmanji = %{tl_version} License: LPPL -Summary: A Beamer theme for academic presentations -Version: svn20765.0.1 +Summary: babel-kurmanji package +Version: svn30279.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(beamerbasethemes.sty) -Requires: tex(pgf.sty) -Provides: tex(beamerthemenirma.sty) = %{tl_version} - -%description beamerthemenirma -The package developed for academic purposes. The distribution -includes nothing more than style file needed for preparing -presentations. +Provides: tex(kurmanji.ldf) = %{tl_version} -date: 2010-12-16 01:15:22 +0100 +%description babel-kurmanji +babel-kurmanji package -%post beamerthemenirma +%post babel-kurmanji mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamerthemenirma +%postun babel-kurmanji if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17715,206 +17822,44 @@ else fi : -%posttrans beamerthemenirma +%posttrans babel-kurmanji if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamerthemenirma-doc -Summary: Documentation for beamerthemenirma -Version: svn20765.0.1 +%package babel-kurmanji-doc +Summary: Documentation for babel-kurmanji +Version: svn30279.0 Release: %{tl_noarch_release} -Provides: tex-beamerthemenirma-doc +Provides: tex-babel-kurmanji-doc BuildArch: noarch AutoReqProv: No -%description beamerthemenirma-doc -Documentation for beamerthemenirma +%description babel-kurmanji-doc +Documentation for babel-kurmanji -%package beamer -Provides: tex-beamer = %{tl_version} -License: GPL+ -Summary: A LaTeX class for producing presentations and slides -Version: svn29349.3.26 +%package babel-latin +Provides: tex-babel-latin = %{tl_version} +License: LPPL +Summary: babel-latin package +Version: svn30280.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-pgf -Requires: tex-xcolor -Requires: tex(beamerbasemodes.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ucs.sty) -Requires: tex(inputenc.sty) -Requires: tex(geometry.sty) -Requires: tex(pgfcore.sty) -Requires: tex(xxcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(beamerbasearticle.sty) -Requires: tex(xcolor.sty) -Requires: tex(amssymb.sty) -Requires: tex(enumerate.sty) -Requires: tex(keyval.sty) -Requires: tex(beamerbasetwoscreens.sty) -Requires: tex(beamerbasesection.sty) -Requires: tex(beamerbasetoc.sty) -Requires: tex(beamerbasetheorems.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(pgf.sty) -Provides: tex(beamericonarticle.tex) = %{tl_version} -Provides: tex(beamericonbook.tex) = %{tl_version} -Provides: tex(beamer.cls) = %{tl_version} -Provides: tex(beamerarticle.sty) = %{tl_version} -Provides: tex(beamerbasearticle.sty) = %{tl_version} -Provides: tex(beamerbaseauxtemplates.sty) = %{tl_version} -Provides: tex(beamerbaseboxes.sty) = %{tl_version} -Provides: tex(beamerbasecolor.sty) = %{tl_version} -Provides: tex(beamerbasecompatibility.sty) = %{tl_version} -Provides: tex(beamerbasedecode.sty) = %{tl_version} -Provides: tex(beamerbaseexercise.sty) = %{tl_version} -Provides: tex(beamerbasefont.sty) = %{tl_version} -Provides: tex(beamerbaseframe.sty) = %{tl_version} -Provides: tex(beamerbaseframecomponents.sty) = %{tl_version} -Provides: tex(beamerbaseframesize.sty) = %{tl_version} -Provides: tex(beamerbaselocalstructure.sty) = %{tl_version} -Provides: tex(beamerbasemisc.sty) = %{tl_version} -Provides: tex(beamerbasemodes.sty) = %{tl_version} -Provides: tex(beamerbasenavigation.sty) = %{tl_version} -Provides: tex(beamerbasenotes.sty) = %{tl_version} -Provides: tex(beamerbaseoptions.sty) = %{tl_version} -Provides: tex(beamerbaseoverlay.sty) = %{tl_version} -Provides: tex(beamerbasercs.sty) = %{tl_version} -Provides: tex(beamerbaserequires.sty) = %{tl_version} -Provides: tex(beamerbasesection.sty) = %{tl_version} -Provides: tex(beamerbasetemplates.sty) = %{tl_version} -Provides: tex(beamerbasethemes.sty) = %{tl_version} -Provides: tex(beamerbasetheorems.sty) = %{tl_version} -Provides: tex(beamerbasetitle.sty) = %{tl_version} -Provides: tex(beamerbasetoc.sty) = %{tl_version} -Provides: tex(beamerbasetranslator.sty) = %{tl_version} -Provides: tex(beamerbasetwoscreens.sty) = %{tl_version} -Provides: tex(beamerbaseverbatim.sty) = %{tl_version} -Provides: tex(beamerfoils.sty) = %{tl_version} -Provides: tex(beamerprosper.sty) = %{tl_version} -Provides: tex(beamerseminar.sty) = %{tl_version} -Provides: tex(beamertexpower.sty) = %{tl_version} -Provides: tex(beamerexample-foils.tex) = %{tl_version} -Provides: tex(beamerexample-prosper.tex) = %{tl_version} -Provides: tex(beamerexample-seminar.tex) = %{tl_version} -Provides: tex(beamerexample-texpower.tex) = %{tl_version} -Provides: tex(multimedia.sty) = %{tl_version} -Provides: tex(multimediasymbols.sty) = %{tl_version} -Provides: tex(xmpmulti.sty) = %{tl_version} -Provides: tex(beamercolorthemealbatross.sty) = %{tl_version} -Provides: tex(beamercolorthemebeaver.sty) = %{tl_version} -Provides: tex(beamercolorthemebeetle.sty) = %{tl_version} -Provides: tex(beamercolorthemecrane.sty) = %{tl_version} -Provides: tex(beamercolorthemedefault.sty) = %{tl_version} -Provides: tex(beamercolorthemedolphin.sty) = %{tl_version} -Provides: tex(beamercolorthemedove.sty) = %{tl_version} -Provides: tex(beamercolorthemefly.sty) = %{tl_version} -Provides: tex(beamercolorthemelily.sty) = %{tl_version} -Provides: tex(beamercolorthememonarca.sty) = %{tl_version} -Provides: tex(beamercolorthemeorchid.sty) = %{tl_version} -Provides: tex(beamercolorthemerose.sty) = %{tl_version} -Provides: tex(beamercolorthemeseagull.sty) = %{tl_version} -Provides: tex(beamercolorthemeseahorse.sty) = %{tl_version} -Provides: tex(beamercolorthemesidebartab.sty) = %{tl_version} -Provides: tex(beamercolorthemespruce.sty) = %{tl_version} -Provides: tex(beamercolorthemestructure.sty) = %{tl_version} -Provides: tex(beamercolorthemewhale.sty) = %{tl_version} -Provides: tex(beamercolorthemewolverine.sty) = %{tl_version} -Provides: tex(beamerfontthemedefault.sty) = %{tl_version} -Provides: tex(beamerfontthemeprofessionalfonts.sty) = %{tl_version} -Provides: tex(beamerfontthemeserif.sty) = %{tl_version} -Provides: tex(beamerfontthemestructurebold.sty) = %{tl_version} -Provides: tex(beamerfontthemestructureitalicserif.sty) = %{tl_version} -Provides: tex(beamerfontthemestructuresmallcapsserif.sty) = %{tl_version} -Provides: tex(beamerinnerthemecircles.sty) = %{tl_version} -Provides: tex(beamerinnerthemedefault.sty) = %{tl_version} -Provides: tex(beamerinnerthemeinmargin.sty) = %{tl_version} -Provides: tex(beamerinnerthemerectangles.sty) = %{tl_version} -Provides: tex(beamerinnerthemerounded.sty) = %{tl_version} -Provides: tex(beamerouterthemedefault.sty) = %{tl_version} -Provides: tex(beamerouterthemeinfolines.sty) = %{tl_version} -Provides: tex(beamerouterthememiniframes.sty) = %{tl_version} -Provides: tex(beamerouterthemeshadow.sty) = %{tl_version} -Provides: tex(beamerouterthemesidebar.sty) = %{tl_version} -Provides: tex(beamerouterthemesmoothbars.sty) = %{tl_version} -Provides: tex(beamerouterthemesmoothtree.sty) = %{tl_version} -Provides: tex(beamerouterthemesplit.sty) = %{tl_version} -Provides: tex(beamerouterthemetree.sty) = %{tl_version} -Provides: tex(beamerthemeAnnArbor.sty) = %{tl_version} -Provides: tex(beamerthemeAntibes.sty) = %{tl_version} -Provides: tex(beamerthemeBergen.sty) = %{tl_version} -Provides: tex(beamerthemeBerkeley.sty) = %{tl_version} -Provides: tex(beamerthemeBerlin.sty) = %{tl_version} -Provides: tex(beamerthemeBoadilla.sty) = %{tl_version} -Provides: tex(beamerthemeCambridgeUS.sty) = %{tl_version} -Provides: tex(beamerthemeCopenhagen.sty) = %{tl_version} -Provides: tex(beamerthemeDarmstadt.sty) = %{tl_version} -Provides: tex(beamerthemeDresden.sty) = %{tl_version} -Provides: tex(beamerthemeEastLansing.sty) = %{tl_version} -Provides: tex(beamerthemeFrankfurt.sty) = %{tl_version} -Provides: tex(beamerthemeGoettingen.sty) = %{tl_version} -Provides: tex(beamerthemeHannover.sty) = %{tl_version} -Provides: tex(beamerthemeIlmenau.sty) = %{tl_version} -Provides: tex(beamerthemeJuanLesPins.sty) = %{tl_version} -Provides: tex(beamerthemeLuebeck.sty) = %{tl_version} -Provides: tex(beamerthemeMadrid.sty) = %{tl_version} -Provides: tex(beamerthemeMalmoe.sty) = %{tl_version} -Provides: tex(beamerthemeMarburg.sty) = %{tl_version} -Provides: tex(beamerthemeMontpellier.sty) = %{tl_version} -Provides: tex(beamerthemePaloAlto.sty) = %{tl_version} -Provides: tex(beamerthemePittsburgh.sty) = %{tl_version} -Provides: tex(beamerthemeRochester.sty) = %{tl_version} -Provides: tex(beamerthemeSingapore.sty) = %{tl_version} -Provides: tex(beamerthemeSzeged.sty) = %{tl_version} -Provides: tex(beamerthemeWarsaw.sty) = %{tl_version} -Provides: tex(beamerthemeboxes.sty) = %{tl_version} -Provides: tex(beamerthemedefault.sty) = %{tl_version} -Provides: tex(beamerthemebars.sty) = %{tl_version} -Provides: tex(beamerthemeclassic.sty) = %{tl_version} -Provides: tex(beamerthemecompatibility.sty) = %{tl_version} -Provides: tex(beamerthemelined.sty) = %{tl_version} -Provides: tex(beamerthemeplain.sty) = %{tl_version} -Provides: tex(beamerthemeshadow.sty) = %{tl_version} -Provides: tex(beamerthemesidebar.sty) = %{tl_version} -Provides: tex(beamerthemesplit.sty) = %{tl_version} -Provides: tex(beamerthemetree.sty) = %{tl_version} -Provides: tex(translator-language-mappings.tex) = %{tl_version} -Provides: tex(translator.sty) = %{tl_version} - -%description beamer -The beamer LaTeX class can be used for producing slides. Its -functionality is similar to Prosper but does not need any -external programs and can directly produce a presentation using -pdflatex. Beamer uses pgf for pdf/ps independent graphics. -Frames are created using \frame{...}, and a frame can build -multiple slides through a simple notation for specifying -material for each slide within a frame. Beamer supports -bibliographies, appendicies and transitions. Short versions of -title, authors, institute can also be specified as optional -parameters. A \plainframe{} allows a picture, for example, to -fill the whole frame. Support figure and table environments, -transparency effects, a \transduration command, animation -commands, a pauses environment. Beamer also provides -compatibility with other packages like prosper. The package now -incorporates the functionality of the former translator -package, which is used for customising the package for use in -other language environments. +Provides: tex(latin.ldf) = %{tl_version} -date: 2013-01-04 23:53:30 +0100 +%description babel-latin +babel-latin package -%post beamer +%post babel-latin mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamer +%postun babel-latin if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -17923,306 +17868,44 @@ else fi : -%posttrans beamer +%posttrans babel-latin if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamer-doc -Summary: Documentation for beamer -Version: svn29349.3.26 +%package babel-latin-doc +Summary: Documentation for babel-latin +Version: svn30280.0 Release: %{tl_noarch_release} -Provides: tex-beamer-doc +Provides: tex-babel-latin-doc BuildArch: noarch AutoReqProv: No -Requires: tex-pgf-doc -Requires: tex-xcolor-doc -%description beamer-doc -Documentation for beamer +%description babel-latin-doc +Documentation for babel-latin -%package pgf -Provides: tex-pgf = %{tl_version} -License: LPPL 1.3 -Summary: Create PostScript and PDF graphics in TeX -Version: svn22614.2.10 +%package babel-norsk +Provides: tex-babel-norsk = %{tl_version} +License: LPPL +Summary: babel-norsk package +Version: svn30281.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-xkeyval -Requires: tex(pgfcomp-version-0-65.sty) -Requires: tex(pgfcore.sty) -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(xcolor.sty) -Provides: tex(t-pgf.tex) = %{tl_version} -Provides: tex(t-pgfbim.tex) = %{tl_version} -Provides: tex(t-pgfbla.tex) = %{tl_version} -Provides: tex(t-pgfbma.tex) = %{tl_version} -Provides: tex(t-pgfbpl.tex) = %{tl_version} -Provides: tex(t-pgfbpt.tex) = %{tl_version} -Provides: tex(t-pgfbsh.tex) = %{tl_version} -Provides: tex(t-pgfbsn.tex) = %{tl_version} -Provides: tex(t-pgfcor.tex) = %{tl_version} -Provides: tex(t-tikz.tex) = %{tl_version} -Provides: tex(t-pgfmat.tex) = %{tl_version} -Provides: tex(t-pgfsys.tex) = %{tl_version} -Provides: tex(t-pgfcal.tex) = %{tl_version} -Provides: tex(t-pgffor.tex) = %{tl_version} -Provides: tex(t-pgfkey.tex) = %{tl_version} -Provides: tex(t-pgfmod.tex) = %{tl_version} -Provides: tex(t-pgfrcs.tex) = %{tl_version} -Provides: tex(pgfcore.code.tex) = %{tl_version} -Provides: tex(pgfcorearrows.code.tex) = %{tl_version} -Provides: tex(pgfcoreexternal.code.tex) = %{tl_version} -Provides: tex(pgfcoregraphicstate.code.tex) = %{tl_version} -Provides: tex(pgfcoreimage.code.tex) = %{tl_version} -Provides: tex(pgfcorelayers.code.tex) = %{tl_version} -Provides: tex(pgfcoreobjects.code.tex) = %{tl_version} -Provides: tex(pgfcorepathconstruct.code.tex) = %{tl_version} -Provides: tex(pgfcorepathprocessing.code.tex) = %{tl_version} -Provides: tex(pgfcorepathusage.code.tex) = %{tl_version} -Provides: tex(pgfcorepatterns.code.tex) = %{tl_version} -Provides: tex(pgfcorepoints.code.tex) = %{tl_version} -Provides: tex(pgfcorequick.code.tex) = %{tl_version} -Provides: tex(pgfcorescopes.code.tex) = %{tl_version} -Provides: tex(pgfcoreshade.code.tex) = %{tl_version} -Provides: tex(pgfcoretransformations.code.tex) = %{tl_version} -Provides: tex(pgfcoretransparency.code.tex) = %{tl_version} -Provides: tex(svgpgf.cfg) = %{tl_version} -Provides: tex(svgtest.cfg) = %{tl_version} -Provides: tex(svgtest.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.ee.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.ee.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.CDH.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.US.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.3d.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.barcharts.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.formats.functions.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.polar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.sparklines.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphs.basic.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphs.code.tex) = %{tl_version} -Provides: tex(tikzexternalshared.code.tex) = %{tl_version} -Provides: tex(tikzlibrary3d.code.tex) = %{tl_version} -Provides: tex(tikzlibraryarrows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryautomata.code.tex) = %{tl_version} -Provides: tex(tikzlibrarybackgrounds.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycalc.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycalendar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarychains.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.footprints.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.fractals.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.markings.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.pathmorphing.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.pathreplacing.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.shapes.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.text.code.tex) = %{tl_version} -Provides: tex(tikzlibraryer.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfadings.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfit.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfixedpointarithmetic.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfolding.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfpu.code.tex) = %{tl_version} -Provides: tex(tikzlibraryintersections.code.tex) = %{tl_version} -Provides: tex(tikzlibrarylindenmayersystems.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymatrix.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymindmap.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypatterns.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypetri.code.tex) = %{tl_version} -Provides: tex(tikzlibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(tikzlibraryplotmarks.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypositioning.code.tex) = %{tl_version} -Provides: tex(tikzlibraryscopes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshadings.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshadows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.arrows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.callouts.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.gates.logic.US.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.geometric.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.misc.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.multipart.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.symbols.code.tex) = %{tl_version} -Provides: tex(tikzlibrarysnakes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryspy.code.tex) = %{tl_version} -Provides: tex(tikzlibrarysvg.path.code.tex) = %{tl_version} -Provides: tex(tikzlibrarythrough.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytopaths.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrees.code.tex) = %{tl_version} -Provides: tex(tikzlibraryturtle.code.tex) = %{tl_version} -Provides: tex(tikz.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.barcharts.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.formats.functions.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.polar.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.footprints.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.fractals.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.markings.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.pathmorphing.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.pathreplacing.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.shapes.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.text.code.tex) = %{tl_version} -Provides: tex(pgflibraryarrows.code.tex) = %{tl_version} -Provides: tex(pgflibraryfadings.code.tex) = %{tl_version} -Provides: tex(pgflibraryfixedpointarithmetic.code.tex) = %{tl_version} -Provides: tex(pgflibraryfpu.code.tex) = %{tl_version} -Provides: tex(pgflibraryintersections.code.tex) = %{tl_version} -Provides: tex(pgflibrarylindenmayersystems.code.tex) = %{tl_version} -Provides: tex(pgflibrarypatterns.code.tex) = %{tl_version} -Provides: tex(pgflibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(pgflibraryplotmarks.code.tex) = %{tl_version} -Provides: tex(pgflibraryprofiler.code.tex) = %{tl_version} -Provides: tex(pgflibraryshadings.code.tex) = %{tl_version} -Provides: tex(pgflibrarysnakes.code.tex) = %{tl_version} -Provides: tex(pgflibrarysvg.path.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.ee.IEC.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.ee.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.US.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.arrows.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.callouts.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.geometric.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.misc.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.multipart.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.symbols.code.tex) = %{tl_version} -Provides: tex(pgfmath.code.tex) = %{tl_version} -Provides: tex(pgfmathcalc.code.tex) = %{tl_version} -Provides: tex(pgfmathfloat.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.base.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.basic.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.comparison.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.misc.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.random.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.round.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.trigonometric.code.tex) = %{tl_version} -Provides: tex(pgfmathparser.code.tex) = %{tl_version} -Provides: tex(pgfmathutil.code.tex) = %{tl_version} -Provides: tex(pgfmoduledatavisualization.code.tex) = %{tl_version} -Provides: tex(pgfmoduledecorations.code.tex) = %{tl_version} -Provides: tex(pgfmodulematrix.code.tex) = %{tl_version} -Provides: tex(pgfmoduleoo.code.tex) = %{tl_version} -Provides: tex(pgfmoduleparser.code.tex) = %{tl_version} -Provides: tex(pgfmoduleplot.code.tex) = %{tl_version} -Provides: tex(pgfmoduleshapes.code.tex) = %{tl_version} -Provides: tex(pgfmodulesnakes.code.tex) = %{tl_version} -Provides: tex(pgfmodulesorting.code.tex) = %{tl_version} -Provides: tex(pgfrenderpoints.code.tex) = %{tl_version} -Provides: tex(pgfrendertransform.code.tex) = %{tl_version} -Provides: tex(pgf.cfg) = %{tl_version} -Provides: tex(pgfsys-common-pdf-via-dvi.def) = %{tl_version} -Provides: tex(pgfsys-common-pdf.def) = %{tl_version} -Provides: tex(pgfsys-common-postscript.def) = %{tl_version} -Provides: tex(pgfsys-common-svg.def) = %{tl_version} -Provides: tex(pgfsys-dvi.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfm.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfmx.def) = %{tl_version} -Provides: tex(pgfsys-dvips.def) = %{tl_version} -Provides: tex(pgfsys-pdftex.def) = %{tl_version} -Provides: tex(pgfsys-tex4ht.def) = %{tl_version} -Provides: tex(pgfsys-textures.def) = %{tl_version} -Provides: tex(pgfsys-vtex.def) = %{tl_version} -Provides: tex(pgfsys-xetex.def) = %{tl_version} -Provides: tex(pgfsys.code.tex) = %{tl_version} -Provides: tex(pgfsysprotocol.code.tex) = %{tl_version} -Provides: tex(pgfsyssoftpath.code.tex) = %{tl_version} -Provides: tex(pgfcalendar.code.tex) = %{tl_version} -Provides: tex(pgfexternal.tex) = %{tl_version} -Provides: tex(pgfexternalwithdepth.tex) = %{tl_version} -Provides: tex(pgffor.code.tex) = %{tl_version} -Provides: tex(pgfkeys.code.tex) = %{tl_version} -Provides: tex(pgfkeysfiltered.code.tex) = %{tl_version} -Provides: tex(pgfrcs.code.tex) = %{tl_version} -Provides: tex(pgfutil-common.tex) = %{tl_version} -Provides: tex(pgfutil-context.def) = %{tl_version} -Provides: tex(pgfutil-latex.def) = %{tl_version} -Provides: tex(pgfutil-plain.def) = %{tl_version} -Provides: tex(pgf.sty) = %{tl_version} -Provides: tex(pgfbaseimage.sty) = %{tl_version} -Provides: tex(pgfbaselayers.sty) = %{tl_version} -Provides: tex(pgfbasematrix.sty) = %{tl_version} -Provides: tex(pgfbasepatterns.sty) = %{tl_version} -Provides: tex(pgfbaseplot.sty) = %{tl_version} -Provides: tex(pgfbaseshapes.sty) = %{tl_version} -Provides: tex(pgfbasesnakes.sty) = %{tl_version} -Provides: tex(pgfcore.sty) = %{tl_version} -Provides: tex(pgfarrows.sty) = %{tl_version} -Provides: tex(pgfautomata.sty) = %{tl_version} -Provides: tex(pgfcomp-version-0-65.sty) = %{tl_version} -Provides: tex(pgfcomp-version-1-18.sty) = %{tl_version} -Provides: tex(pgfheaps.sty) = %{tl_version} -Provides: tex(pgflibraryarrows.sty) = %{tl_version} -Provides: tex(pgflibraryautomata.sty) = %{tl_version} -Provides: tex(pgflibraryplothandlers.sty) = %{tl_version} -Provides: tex(pgflibraryplotmarks.sty) = %{tl_version} -Provides: tex(pgflibraryshapes.sty) = %{tl_version} -Provides: tex(pgflibrarysnakes.sty) = %{tl_version} -Provides: tex(pgflibrarytikzbackgrounds.sty) = %{tl_version} -Provides: tex(pgflibrarytikztrees.sty) = %{tl_version} -Provides: tex(pgfnodes.sty) = %{tl_version} -Provides: tex(pgfshade.sty) = %{tl_version} -Provides: tex(pgfmanual.code.tex) = %{tl_version} -Provides: tex(pgfmanual.pdflinks.code.tex) = %{tl_version} -Provides: tex(pgfmanual.prettyprinter.code.tex) = %{tl_version} -Provides: tex(pgfmanual.sty) = %{tl_version} -Provides: tex(tikzlibraryexternal.code.tex) = %{tl_version} -Provides: tex(pgfpict2e.sty) = %{tl_version} -Provides: tex(tikz.sty) = %{tl_version} -Provides: tex(pgfmath.sty) = %{tl_version} -Provides: tex(pgfsys.sty) = %{tl_version} -Provides: tex(pgfcalendar.sty) = %{tl_version} -Provides: tex(pgffor.sty) = %{tl_version} -Provides: tex(pgfkeys.sty) = %{tl_version} -Provides: tex(pgfpages.sty) = %{tl_version} -Provides: tex(pgfrcs.sty) = %{tl_version} -Provides: tex(tikzexternal.sty) = %{tl_version} -Provides: tex(xxcolor.sty) = %{tl_version} -Provides: tex(pgf.tex) = %{tl_version} -Provides: tex(pgfbaseimage.tex) = %{tl_version} -Provides: tex(pgfbaselayers.tex) = %{tl_version} -Provides: tex(pgfbasematrix.tex) = %{tl_version} -Provides: tex(pgfbasepatterns.tex) = %{tl_version} -Provides: tex(pgfbaseplot.tex) = %{tl_version} -Provides: tex(pgfbaseshapes.tex) = %{tl_version} -Provides: tex(pgfbasesnakes.tex) = %{tl_version} -Provides: tex(pgfcore.tex) = %{tl_version} -Provides: tex(tikz.tex) = %{tl_version} -Provides: tex(pgfmath.tex) = %{tl_version} -Provides: tex(pgfsys.tex) = %{tl_version} -Provides: tex(pgfcalendar.tex) = %{tl_version} -Provides: tex(pgffor.tex) = %{tl_version} -Provides: tex(pgfkeys.tex) = %{tl_version} -Provides: tex(pgfrcs.tex) = %{tl_version} - -%description pgf -PGF is a macro package for creating graphics. It is platform- -and format-independent and works together with the most -important TeX backend drivers, including pdftex and dvips. It -comes with a user-friendly syntax layer called TikZ. Its usage -is similar to pstricks and the standard picture environment. -PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. -Unlike pstricks, it can produce either PostScript or PDF -output. +Provides: tex(norsk.ldf) = %{tl_version} -date: 2010-10-27 12:56:09 +0200 +%description babel-norsk +babel-norsk package -%post pgf +%post babel-norsk mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun pgf +%postun babel-norsk if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18231,61 +17914,44 @@ else fi : -%posttrans pgf +%posttrans babel-norsk if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package pgf-doc -Summary: Documentation for pgf -Version: svn22614.2.10 +%package babel-norsk-doc +Summary: Documentation for babel-norsk +Version: svn30281.0 Release: %{tl_noarch_release} -Provides: tex-pgf-doc +Provides: tex-babel-norsk-doc BuildArch: noarch AutoReqProv: No -Requires: tex-xkeyval-doc -%description pgf-doc -Documentation for pgf +%description babel-norsk-doc +Documentation for babel-norsk -%package xkeyval -Provides: tex-xkeyval = %{tl_version} +%package babel-piedmontese +Provides: tex-babel-piedmontese = %{tl_version} License: LPPL -Summary: Extension of the keyval package -Version: svn27995.2.6a +Summary: babel-piedmontese package +Version: svn30282.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Provides: tex(keyval.tex) = %{tl_version} -Provides: tex(pst-xkey.tex) = %{tl_version} -Provides: tex(xkeyval.tex) = %{tl_version} -Provides: tex(xkvtxhdr.tex) = %{tl_version} -Provides: tex(pst-xkey.sty) = %{tl_version} -Provides: tex(xkeyval.sty) = %{tl_version} -Provides: tex(xkvltxp.sty) = %{tl_version} -Provides: tex(xkvview.sty) = %{tl_version} - -%description xkeyval -This package is an extension of the keyval package and offers -additional macros for setting keys and declaring and setting -class or package options. The package allows the programmer to -specify a prefix to the name of the macros it defines for keys, -and to define families of key definitions; these all help use -in documents where several packages define their own sets of -keys. +Provides: tex(piedmontese.ldf) = %{tl_version} -date: 2012-01-23 12:21:58 +0100 +%description babel-piedmontese +babel-piedmontese package -%post xkeyval +%post babel-piedmontese mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun xkeyval +%postun babel-piedmontese if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18294,57 +17960,44 @@ else fi : -%posttrans xkeyval +%posttrans babel-piedmontese if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package xkeyval-doc -Summary: Documentation for xkeyval -Version: svn27995.2.6a +%package babel-piedmontese-doc +Summary: Documentation for babel-piedmontese +Version: svn30282.0 Release: %{tl_noarch_release} -Provides: tex-xkeyval-doc +Provides: tex-babel-piedmontese-doc BuildArch: noarch AutoReqProv: No -%description xkeyval-doc -Documentation for xkeyval +%description babel-piedmontese-doc +Documentation for babel-piedmontese -%package xcolor -Provides: tex-xcolor = %{tl_version} +%package babel-polish +Provides: tex-babel-polish = %{tl_version} License: LPPL -Summary: Driver-independent color extensions for LaTeX and pdfLaTeX -Version: svn15878.2.11 +Summary: babel-polish package +Version: svn30283.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(colortbl.sty) -Requires: tex(pdfcolmk.sty) -Provides: tex(svgnam.def) = %{tl_version} -Provides: tex(x11nam.def) = %{tl_version} -Provides: tex(xcolor.sty) = %{tl_version} - -%description xcolor -Provides easy driver-independent access to several kinds of -color tints, shades, tones, and mixes of arbitrary colors. It -allows a user to select a document-wide target color model and -offers complete tools for conversion between eight color -models. Additionally, there is a command for alternating row -colors plus repeated non-aligned material (like horizontal -lines) in tables. Colors can be mixed like -\color{red!30!green!40!blue}. +Provides: tex(polish.ldf) = %{tl_version} -date: 2007-01-21 23:54:12 +0100 +%description babel-polish +babel-polish package -%post xcolor +%post babel-polish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun xcolor +%postun babel-polish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18353,71 +18006,44 @@ else fi : -%posttrans xcolor +%posttrans babel-polish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package xcolor-doc -Summary: Documentation for xcolor -Version: svn15878.2.11 -Release: %{tl_noarch_release} -Provides: tex-xcolor-doc -BuildArch: noarch -AutoReqProv: No - -%description xcolor-doc -Documentation for xcolor - -%package beamer-tut-pt-doc -Summary: Documentation for beamer-tut-pt -Version: svn15878.0 +%package babel-polish-doc +Summary: Documentation for babel-polish +Version: svn30283.0 Release: %{tl_noarch_release} -Provides: tex-beamer-tut-pt-doc +Provides: tex-babel-polish-doc BuildArch: noarch AutoReqProv: No -%description beamer-tut-pt-doc -Documentation for beamer-tut-pt +%description babel-polish-doc +Documentation for babel-polish -%package beamer2thesis -Provides: tex-beamer2thesis = %{tl_version} +%package babel-portuges +Provides: tex-babel-portuges = %{tl_version} License: LPPL -Summary: Thesis presentations using beamer -Version: svn27539.2.2 +Summary: babel-portuges package +Version: svn30284.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(pifont.sty) -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(xltxtra.sty) -Requires: tex(metalogo.sty) -Requires: tex(xkeyval.sty) -Requires: tex(polyglossia.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Provides: tex(beamercolorthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerfontthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerinnerthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerouterthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerthemeTorinoTh.sty) = %{tl_version} - -%description beamer2thesis -The package specifies a beamer theme for presenting a thesis. +Provides: tex(portuges.ldf) = %{tl_version} -date: 2012-08-27 10:11:59 +0200 +%description babel-portuges +babel-portuges package -%post beamer2thesis +%post babel-portuges mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beamer2thesis +%postun babel-portuges if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18426,43 +18052,44 @@ else fi : -%posttrans beamer2thesis +%posttrans babel-portuges if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beamer2thesis-doc -Summary: Documentation for beamer2thesis -Version: svn27539.2.2 +%package babel-portuges-doc +Summary: Documentation for babel-portuges +Version: svn30284.0 Release: %{tl_noarch_release} -Provides: tex-beamer2thesis-doc +Provides: tex-babel-portuges-doc BuildArch: noarch AutoReqProv: No -%description beamer2thesis-doc -Documentation for beamer2thesis +%description babel-portuges-doc +Documentation for babel-portuges -%package beebe -Provides: tex-beebe = %{tl_version} +%package babel-romanian +Provides: tex-babel-romanian = %{tl_version} License: LPPL -Summary: beebe package -Version: svn29349.0 +Summary: babel-romanian package +Version: svn30285.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(romanian.ldf) = %{tl_version} -%description beebe -beebe package +%description babel-romanian +babel-romanian package -%post beebe +%post babel-romanian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beebe +%postun babel-romanian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18471,36 +18098,47 @@ else fi : -%posttrans beebe +%posttrans babel-romanian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package begriff -Provides: tex-begriff = %{tl_version} -License: GPL+ -Summary: Typeset Begriffschrift -Version: svn15878.1.6 +%package babel-romanian-doc +Summary: Documentation for babel-romanian +Version: svn30285.0 +Release: %{tl_noarch_release} +Provides: tex-babel-romanian-doc +BuildArch: noarch +AutoReqProv: No + +%description babel-romanian-doc +Documentation for babel-romanian + +%package babel-romansh +Provides: tex-babel-romansh = %{tl_version} +License: LPPL 1.3 +Summary: Babel/Polyglossia support for the Romansh language +Version: svn30286.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(begriff.sty) = %{tl_version} +Provides: tex(romansh.ldf) = %{tl_version} -%description begriff -The package defines maths mode commands for typesetting Frege's -Begriffschrift. +%description babel-romansh +The package provides a language description file that enables +support of Romansh either with babel or with polyglossia. -date: 2007-01-29 23:57:18 +0100 +date: 2013-05-04 16:14:02 +0200 -%post begriff +%post babel-romansh mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun begriff +%postun babel-romansh if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18509,118 +18147,140 @@ else fi : -%posttrans begriff +%posttrans babel-romansh if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package begriff-doc -Summary: Documentation for begriff -Version: svn15878.1.6 +%package babel-romansh-doc +Summary: Documentation for babel-romansh +Version: svn30286.0 Release: %{tl_noarch_release} -Provides: tex-begriff-doc +Provides: tex-babel-romansh-doc BuildArch: noarch AutoReqProv: No -%description begriff-doc -Documentation for begriff +%description babel-romansh-doc +Documentation for babel-romansh -%package belleek -Provides: tex-belleek = %{tl_version} -License: Public Domain -Summary: Free replacement for basic MathTime fonts -Version: svn18651.0 +%package babel-russian +Provides: tex-babel-russian = %{tl_version} +License: LPPL 1.3 +Summary: Russian language module for Babel +Version: svn30287.1.3 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(belleek.map) = %{tl_version} -Provides: tex(blex.ttf) = %{tl_version} -Provides: tex(blsy.ttf) = %{tl_version} -Provides: tex(rblmi.ttf) = %{tl_version} -Provides: tex(blex.pfb) = %{tl_version} -Provides: tex(blsy.pfb) = %{tl_version} -Provides: tex(rblmi.pfb) = %{tl_version} +Provides: tex(russianb.ldf) = %{tl_version} -%description belleek -This package replaces the original MathTime fonts, not -MathTime-Plus or MathTime Professional (the last being the only -currently available commercial bundle). +%description babel-russian +The package provides support for use of Babel in documents +written in Russian. The package is adapted for use both under +'traditional' TeX engines, and under XeTeX and LuaTeX. -date: 2008-11-30 15:59:19 +0100 +date: 2013-05-03 12:18:01 +0200 -%post belleek +%post babel-russian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map belleek.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map belleek.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-mtxrun +: + +%postun babel-russian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%postun belleek -if [ $1 == 0 ] ; then -sed -i '/^Map belleek.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +%posttrans babel-russian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package babel-russian-doc +Summary: Documentation for babel-russian +Version: svn30287.1.3 +Release: %{tl_noarch_release} +Provides: tex-babel-russian-doc +BuildArch: noarch +AutoReqProv: No + +%description babel-russian-doc +Documentation for babel-russian + +%package babel-samin +Provides: tex-babel-samin = %{tl_version} +License: LPPL +Summary: babel-samin package +Version: svn30288.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(samin.ldf) = %{tl_version} + +%description babel-samin +babel-samin package + +%post babel-samin mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +: + +%postun babel-samin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans belleek -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-samin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package belleek-doc -Summary: Documentation for belleek -Version: svn18651.0 +%package babel-samin-doc +Summary: Documentation for babel-samin +Version: svn30288.0 Release: %{tl_noarch_release} -Provides: tex-belleek-doc +Provides: tex-babel-samin-doc BuildArch: noarch AutoReqProv: No -%description belleek-doc -Documentation for belleek +%description babel-samin-doc +Documentation for babel-samin -%package bengali -Provides: tex-bengali = %{tl_version} +%package babel-scottish +Provides: tex-babel-scottish = %{tl_version} License: LPPL -Summary: Support for the Bengali language -Version: svn20987.0 +Summary: babel-scottish package +Version: svn30289.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bnr10.tfm) = %{tl_version} -Provides: tex(bnsl10.tfm) = %{tl_version} -Provides: tex(xbnr10.tfm) = %{tl_version} -Provides: tex(xbnsl10.tfm) = %{tl_version} -Provides: tex(beng.sty) = %{tl_version} -Provides: tex(ubn.fd) = %{tl_version} -Provides: tex(ubnx.fd) = %{tl_version} - -%description bengali -The package is based on Velthuis' transliteration scheme, with -extensions to deal with the Bengali letters that are not in -Devanagari. The package also supports Assamese. +Provides: tex(scottish.ldf) = %{tl_version} -date: 2011-01-08 01:32:58 +0100 +%description babel-scottish +babel-scottish package -%post bengali +%post babel-scottish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bengali +%postun babel-scottish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -18629,378 +18289,194 @@ else fi : -%posttrans bengali +%posttrans babel-scottish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bengali-doc -Summary: Documentation for bengali -Version: svn20987.0 +%package babel-scottish-doc +Summary: Documentation for babel-scottish +Version: svn30289.0 Release: %{tl_noarch_release} -Provides: tex-bengali-doc +Provides: tex-babel-scottish-doc BuildArch: noarch AutoReqProv: No -%description bengali-doc -Documentation for bengali +%description babel-scottish-doc +Documentation for babel-scottish -%package bera -Provides: tex-bera = %{tl_version} -License: Bitstream vera -Summary: Bera fonts -Version: svn20031.0 +%package babel-serbianc +Provides: tex-babel-serbianc = %{tl_version} +License: LPPL 1.3 +Summary: Babel module to support Serbian Cyrillic +Version: svn30348.2.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ucs.sty) +Requires: tex(inputenc.sty) Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(berasans.sty) -Requires: tex(keyval.sty) -Provides: tex(bera.map) = %{tl_version} -Provides: tex(fveb8a.tfm) = %{tl_version} -Provides: tex(fveb8c.tfm) = %{tl_version} -Provides: tex(fveb8r.tfm) = %{tl_version} -Provides: tex(fveb8t.tfm) = %{tl_version} -Provides: tex(fvebo8c.tfm) = %{tl_version} -Provides: tex(fvebo8r.tfm) = %{tl_version} -Provides: tex(fvebo8t.tfm) = %{tl_version} -Provides: tex(fver8a.tfm) = %{tl_version} -Provides: tex(fver8c.tfm) = %{tl_version} -Provides: tex(fver8r.tfm) = %{tl_version} -Provides: tex(fver8t.tfm) = %{tl_version} -Provides: tex(fvero8c.tfm) = %{tl_version} -Provides: tex(fvero8r.tfm) = %{tl_version} -Provides: tex(fvero8t.tfm) = %{tl_version} -Provides: tex(fvmb8a.tfm) = %{tl_version} -Provides: tex(fvmb8c.tfm) = %{tl_version} -Provides: tex(fvmb8r.tfm) = %{tl_version} -Provides: tex(fvmb8t.tfm) = %{tl_version} -Provides: tex(fvmbo8a.tfm) = %{tl_version} -Provides: tex(fvmbo8c.tfm) = %{tl_version} -Provides: tex(fvmbo8r.tfm) = %{tl_version} -Provides: tex(fvmbo8t.tfm) = %{tl_version} -Provides: tex(fvmr8a.tfm) = %{tl_version} -Provides: tex(fvmr8c.tfm) = %{tl_version} -Provides: tex(fvmr8r.tfm) = %{tl_version} -Provides: tex(fvmr8t.tfm) = %{tl_version} -Provides: tex(fvmro8a.tfm) = %{tl_version} -Provides: tex(fvmro8c.tfm) = %{tl_version} -Provides: tex(fvmro8r.tfm) = %{tl_version} -Provides: tex(fvmro8t.tfm) = %{tl_version} -Provides: tex(fvsb8a.tfm) = %{tl_version} -Provides: tex(fvsb8c.tfm) = %{tl_version} -Provides: tex(fvsb8r.tfm) = %{tl_version} -Provides: tex(fvsb8t.tfm) = %{tl_version} -Provides: tex(fvsbo8a.tfm) = %{tl_version} -Provides: tex(fvsbo8c.tfm) = %{tl_version} -Provides: tex(fvsbo8r.tfm) = %{tl_version} -Provides: tex(fvsbo8t.tfm) = %{tl_version} -Provides: tex(fvsr8a.tfm) = %{tl_version} -Provides: tex(fvsr8c.tfm) = %{tl_version} -Provides: tex(fvsr8r.tfm) = %{tl_version} -Provides: tex(fvsr8t.tfm) = %{tl_version} -Provides: tex(fvsro8a.tfm) = %{tl_version} -Provides: tex(fvsro8c.tfm) = %{tl_version} -Provides: tex(fvsro8r.tfm) = %{tl_version} -Provides: tex(fvsro8t.tfm) = %{tl_version} -Provides: tex(fveb8a.pfb) = %{tl_version} -Provides: tex(fver8a.pfb) = %{tl_version} -Provides: tex(fvmb8a.pfb) = %{tl_version} -Provides: tex(fvmbo8a.pfb) = %{tl_version} -Provides: tex(fvmr8a.pfb) = %{tl_version} -Provides: tex(fvmro8a.pfb) = %{tl_version} -Provides: tex(fvsb8a.pfb) = %{tl_version} -Provides: tex(fvsbo8a.pfb) = %{tl_version} -Provides: tex(fvsr8a.pfb) = %{tl_version} -Provides: tex(fvsro8a.pfb) = %{tl_version} -Provides: tex(fveb8c.vf) = %{tl_version} -Provides: tex(fveb8t.vf) = %{tl_version} -Provides: tex(fvebo8c.vf) = %{tl_version} -Provides: tex(fvebo8t.vf) = %{tl_version} -Provides: tex(fver8c.vf) = %{tl_version} -Provides: tex(fver8t.vf) = %{tl_version} -Provides: tex(fvero8c.vf) = %{tl_version} -Provides: tex(fvero8t.vf) = %{tl_version} -Provides: tex(fvmb8c.vf) = %{tl_version} -Provides: tex(fvmb8t.vf) = %{tl_version} -Provides: tex(fvmbo8c.vf) = %{tl_version} -Provides: tex(fvmbo8t.vf) = %{tl_version} -Provides: tex(fvmr8c.vf) = %{tl_version} -Provides: tex(fvmr8t.vf) = %{tl_version} -Provides: tex(fvmro8c.vf) = %{tl_version} -Provides: tex(fvmro8t.vf) = %{tl_version} -Provides: tex(fvsb8c.vf) = %{tl_version} -Provides: tex(fvsb8t.vf) = %{tl_version} -Provides: tex(fvsbo8c.vf) = %{tl_version} -Provides: tex(fvsbo8t.vf) = %{tl_version} -Provides: tex(fvsr8c.vf) = %{tl_version} -Provides: tex(fvsr8t.vf) = %{tl_version} -Provides: tex(fvsro8c.vf) = %{tl_version} -Provides: tex(fvsro8t.vf) = %{tl_version} -Provides: tex(bera.sty) = %{tl_version} -Provides: tex(beramono.sty) = %{tl_version} -Provides: tex(berasans.sty) = %{tl_version} -Provides: tex(beraserif.sty) = %{tl_version} -Provides: tex(t1fve.fd) = %{tl_version} -Provides: tex(t1fvm.fd) = %{tl_version} -Provides: tex(t1fvs.fd) = %{tl_version} -Provides: tex(ts1fve.fd) = %{tl_version} -Provides: tex(ts1fvm.fd) = %{tl_version} -Provides: tex(ts1fvs.fd) = %{tl_version} +Provides: tex(serbianc.ldf) = %{tl_version} +Provides: tex(serbianc.sty) = %{tl_version} -%description bera -The package contains the Bera Type 1 fonts, and a zip archive -containing files to use the fonts with LaTeX. Bera is a set of -three font families: Bera Serif (a slab-serif Roman), Bera Sans -(a Frutiger descendant), and Bera Mono (monospaced/typewriter). -Support for use in LaTeX is also provided. The Bera family is a -repackaging, for use with TeX, of the Bitstream Vera family. +%description babel-serbianc +The package provides support for Serbian documents written in +Cyrillic, in babel. -date: 2008-01-28 20:53:41 +0100 +date: 2013-05-04 16:25:22 +0200 -%post bera +%post babel-serbianc mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map bera.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map bera.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-mtxrun +: + +%postun babel-serbianc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%postun bera -if [ $1 == 0 ] ; then -sed -i '/^Map bera.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 +%posttrans babel-serbianc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package babel-serbianc-doc +Summary: Documentation for babel-serbianc +Version: svn30348.2.2 +Release: %{tl_noarch_release} +Provides: tex-babel-serbianc-doc +BuildArch: noarch +AutoReqProv: No + +%description babel-serbianc-doc +Documentation for babel-serbianc + +%package babel-serbian +Provides: tex-babel-serbian = %{tl_version} +License: LPPL +Summary: babel-serbian package +Version: svn30290.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(serbian.ldf) = %{tl_version} + +%description babel-serbian +babel-serbian package + +%post babel-serbian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +: + +%postun babel-serbian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans bera -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-serbian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bera-doc -Summary: Documentation for bera -Version: svn20031.0 +%package babel-serbian-doc +Summary: Documentation for babel-serbian +Version: svn30290.0 Release: %{tl_noarch_release} -Provides: tex-bera-doc +Provides: tex-babel-serbian-doc BuildArch: noarch AutoReqProv: No -%description bera-doc -Documentation for bera +%description babel-serbian-doc +Documentation for babel-serbian -%package berenisadf -Provides: tex-berenisadf = %{tl_version} -License: GPLv2+ and LPPL -Summary: Berenis ADF fonts and TeX/LaTeX support -Version: svn19952.1.004 +%package babel-slovak +Provides: tex-babel-slovak = %{tl_version} +License: LPPL +Summary: babel-slovak package +Version: svn30292.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(texnansi-ybd.enc) = %{tl_version} -Provides: tex(texnansi-ybd0.enc) = %{tl_version} -Provides: tex(texnansi-ybd1.enc) = %{tl_version} -Provides: tex(texnansi-ybd2.enc) = %{tl_version} -Provides: tex(texnansi-ybd2j.enc) = %{tl_version} -Provides: tex(texnansi-ybdj.enc) = %{tl_version} -Provides: tex(texnansx-ybd2jw.enc) = %{tl_version} -Provides: tex(texnansx-ybd2w.enc) = %{tl_version} -Provides: tex(texnansx-ybdjw.enc) = %{tl_version} -Provides: tex(texnansx-ybdw.enc) = %{tl_version} -Provides: tex(ybd.map) = %{tl_version} -Provides: tex(ybdb08y.tfm) = %{tl_version} -Provides: tex(ybdb0c8y.tfm) = %{tl_version} -Provides: tex(ybdb0ci8y.tfm) = %{tl_version} -Provides: tex(ybdb0i8y.tfm) = %{tl_version} -Provides: tex(ybdb18y.tfm) = %{tl_version} -Provides: tex(ybdb1c8y.tfm) = %{tl_version} -Provides: tex(ybdb1ci8y.tfm) = %{tl_version} -Provides: tex(ybdb1i8y.tfm) = %{tl_version} -Provides: tex(ybdb28y.tfm) = %{tl_version} -Provides: tex(ybdb2c8y.tfm) = %{tl_version} -Provides: tex(ybdb2ci8y.tfm) = %{tl_version} -Provides: tex(ybdb2cij8y.tfm) = %{tl_version} -Provides: tex(ybdb2cijw8y.tfm) = %{tl_version} -Provides: tex(ybdb2ciw8y.tfm) = %{tl_version} -Provides: tex(ybdb2cj8y.tfm) = %{tl_version} -Provides: tex(ybdb2cjw8y.tfm) = %{tl_version} -Provides: tex(ybdb2cw8y.tfm) = %{tl_version} -Provides: tex(ybdb2i8y.tfm) = %{tl_version} -Provides: tex(ybdb2ij8y.tfm) = %{tl_version} -Provides: tex(ybdb2ijw8y.tfm) = %{tl_version} -Provides: tex(ybdb2iw8y.tfm) = %{tl_version} -Provides: tex(ybdb2j8y.tfm) = %{tl_version} -Provides: tex(ybdb2jw8y.tfm) = %{tl_version} -Provides: tex(ybdb2w8y.tfm) = %{tl_version} -Provides: tex(ybdb8y.tfm) = %{tl_version} -Provides: tex(ybdbc8y.tfm) = %{tl_version} -Provides: tex(ybdbci8y.tfm) = %{tl_version} -Provides: tex(ybdbcij8y.tfm) = %{tl_version} -Provides: tex(ybdbcijw8y.tfm) = %{tl_version} -Provides: tex(ybdbciw8y.tfm) = %{tl_version} -Provides: tex(ybdbcj8y.tfm) = %{tl_version} -Provides: tex(ybdbcjw8y.tfm) = %{tl_version} -Provides: tex(ybdbcw8y.tfm) = %{tl_version} -Provides: tex(ybdbi8y.tfm) = %{tl_version} -Provides: tex(ybdbij8y.tfm) = %{tl_version} -Provides: tex(ybdbijw8y.tfm) = %{tl_version} -Provides: tex(ybdbiw8y.tfm) = %{tl_version} -Provides: tex(ybdbj8y.tfm) = %{tl_version} -Provides: tex(ybdbjw8y.tfm) = %{tl_version} -Provides: tex(ybdbw8y.tfm) = %{tl_version} -Provides: tex(ybdr08y.tfm) = %{tl_version} -Provides: tex(ybdr0c8y.tfm) = %{tl_version} -Provides: tex(ybdr0ci8y.tfm) = %{tl_version} -Provides: tex(ybdr0i8y.tfm) = %{tl_version} -Provides: tex(ybdr18y.tfm) = %{tl_version} -Provides: tex(ybdr1c8y.tfm) = %{tl_version} -Provides: tex(ybdr1ci8y.tfm) = %{tl_version} -Provides: tex(ybdr1i8y.tfm) = %{tl_version} -Provides: tex(ybdr28y.tfm) = %{tl_version} -Provides: tex(ybdr2c8y.tfm) = %{tl_version} -Provides: tex(ybdr2ci8y.tfm) = %{tl_version} -Provides: tex(ybdr2cij8y.tfm) = %{tl_version} -Provides: tex(ybdr2cijw8y.tfm) = %{tl_version} -Provides: tex(ybdr2ciw8y.tfm) = %{tl_version} -Provides: tex(ybdr2cj8y.tfm) = %{tl_version} -Provides: tex(ybdr2cjw8y.tfm) = %{tl_version} -Provides: tex(ybdr2cw8y.tfm) = %{tl_version} -Provides: tex(ybdr2i8y.tfm) = %{tl_version} -Provides: tex(ybdr2ij8y.tfm) = %{tl_version} -Provides: tex(ybdr2ijw8y.tfm) = %{tl_version} -Provides: tex(ybdr2iw8y.tfm) = %{tl_version} -Provides: tex(ybdr2j8y.tfm) = %{tl_version} -Provides: tex(ybdr2jw8y.tfm) = %{tl_version} -Provides: tex(ybdr2w8y.tfm) = %{tl_version} -Provides: tex(ybdr8y.tfm) = %{tl_version} -Provides: tex(ybdrc8y.tfm) = %{tl_version} -Provides: tex(ybdrci8y.tfm) = %{tl_version} -Provides: tex(ybdrcij8y.tfm) = %{tl_version} -Provides: tex(ybdrcijw8y.tfm) = %{tl_version} -Provides: tex(ybdrciw8y.tfm) = %{tl_version} -Provides: tex(ybdrcj8y.tfm) = %{tl_version} -Provides: tex(ybdrcjw8y.tfm) = %{tl_version} -Provides: tex(ybdrcw8y.tfm) = %{tl_version} -Provides: tex(ybdri8y.tfm) = %{tl_version} -Provides: tex(ybdrij8y.tfm) = %{tl_version} -Provides: tex(ybdrijw8y.tfm) = %{tl_version} -Provides: tex(ybdriw8y.tfm) = %{tl_version} -Provides: tex(ybdrj8y.tfm) = %{tl_version} -Provides: tex(ybdrjw8y.tfm) = %{tl_version} -Provides: tex(ybdrw8y.tfm) = %{tl_version} -Provides: tex(ybdb.pfb) = %{tl_version} -Provides: tex(ybdbc.pfb) = %{tl_version} -Provides: tex(ybdbci.pfb) = %{tl_version} -Provides: tex(ybdbi.pfb) = %{tl_version} -Provides: tex(ybdr.pfb) = %{tl_version} -Provides: tex(ybdrc.pfb) = %{tl_version} -Provides: tex(ybdrci.pfb) = %{tl_version} -Provides: tex(ybdri.pfb) = %{tl_version} -Provides: tex(berenis.sty) = %{tl_version} -Provides: tex(ly1ybd.fd) = %{tl_version} -Provides: tex(ly1ybd0.fd) = %{tl_version} -Provides: tex(ly1ybd1.fd) = %{tl_version} -Provides: tex(ly1ybd2.fd) = %{tl_version} -Provides: tex(ly1ybd2j.fd) = %{tl_version} -Provides: tex(ly1ybd2jw.fd) = %{tl_version} -Provides: tex(ly1ybd2w.fd) = %{tl_version} -Provides: tex(ly1ybdj.fd) = %{tl_version} -Provides: tex(ly1ybdjw.fd) = %{tl_version} -Provides: tex(ly1ybdw.fd) = %{tl_version} - -%description berenisadf -The bundle provides the BerenisADF Pro font collection, in -OpenType and PostScript Type 1 formats, together with support -files to use the fonts in TeXnANSI (LY1) encoding. +Provides: tex(slovak.ldf) = %{tl_version} +Provides: tex(slovak.sty) = %{tl_version} -date: 2010-09-22 13:22:51 +0200 +%description babel-slovak +babel-slovak package -%post berenisadf +%post babel-slovak mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ybd.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ybd.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun berenisadf -if [ $1 == 0 ] ; then -sed -i '/^Map ybd.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun babel-slovak +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans berenisadf -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-slovak +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package berenisadf-doc -Summary: Documentation for berenisadf -Version: svn19952.1.004 +%package babel-slovak-doc +Summary: Documentation for babel-slovak +Version: svn30292.0 Release: %{tl_noarch_release} -Provides: tex-berenisadf-doc +Provides: tex-babel-slovak-doc BuildArch: noarch AutoReqProv: No -%description berenisadf-doc -Documentation for berenisadf +%description babel-slovak-doc +Documentation for babel-slovak -%package betababel -Provides: tex-betababel = %{tl_version} -License: LPPL -Summary: Insert ancient greek text coded in Beta Code -Version: svn15878.0.5 +%package babel-slovenian +Provides: tex-babel-slovenian = %{tl_version} +License: LPPL 1.3 +Summary: Babel support for typesetting Slovenian +Version: svn30351.1.2i Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(teubner.sty) -Provides: tex(betababel.sty) = %{tl_version} +Provides: tex(slovene.ldf) = %{tl_version} -%description betababel -The betababel package extends the babel polutonikogreek option -to provide a simple way to insert ancient Greek texts with -diacritical characters into your document using the commonly -used Beta Code transliteration. You can directly insert Beta -Code texts -- as they can be found at the Perseus project, for -example -- without modification. +%description babel-slovenian +The package provides the language definition file for support +of Slovenian in babel. Several shortcuts are defined, as well +as translations to Slovenian of standard "LaTeX names". -date: 2009-03-27 13:15:14 +0100 +date: 2013-05-08 21:33:39 +0200 -%post betababel +%post babel-slovenian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun betababel +%postun babel-slovenian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19009,47 +18485,45 @@ else fi : -%posttrans betababel +%posttrans babel-slovenian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package betababel-doc -Summary: Documentation for betababel -Version: svn15878.0.5 +%package babel-slovenian-doc +Summary: Documentation for babel-slovenian +Version: svn30351.1.2i Release: %{tl_noarch_release} -Provides: tex-betababel-doc +Provides: tex-babel-slovenian-doc BuildArch: noarch AutoReqProv: No -%description betababel-doc -Documentation for betababel +%description babel-slovenian-doc +Documentation for babel-slovenian -%package beton -Provides: tex-beton = %{tl_version} +%package babel-sorbian +Provides: tex-babel-sorbian = %{tl_version} License: LPPL -Summary: Use Concrete fonts -Version: svn15878.0 +Summary: babel-sorbian package +Version: svn30294.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(beton.sty) = %{tl_version} - -%description beton -Typeset a LaTeX2e document with the Concrete fonts designed by -Don Knuth and used in his book "Concrete Mathematics". +Provides: tex(lsorbian.ldf) = %{tl_version} +Provides: tex(usorbian.ldf) = %{tl_version} -date: 2009-09-24 15:05:48 +0200 +%description babel-sorbian +babel-sorbian package -%post beton +%post babel-sorbian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun beton +%postun babel-sorbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19058,62 +18532,50 @@ else fi : -%posttrans beton +%posttrans babel-sorbian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package beton-doc -Summary: Documentation for beton -Version: svn15878.0 +%package babel-sorbian-doc +Summary: Documentation for babel-sorbian +Version: svn30294.0 Release: %{tl_noarch_release} -Provides: tex-beton-doc +Provides: tex-babel-sorbian-doc BuildArch: noarch AutoReqProv: No -%description beton-doc -Documentation for beton +%description babel-sorbian-doc +Documentation for babel-sorbian -%package bezos -Provides: tex-bezos = %{tl_version} +%package babel-spanish +Provides: tex-babel-spanish = %{tl_version} License: LPPL -Summary: Packages by Javier Bezos -Version: svn25507.0 +Summary: Babel support for Spanish +Version: svn30295.5.0j Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(soulutf8.sty) -Requires: tex(keyval.sty) -Provides: tex(accents.sty) = %{tl_version} -Provides: tex(arabicfront.sty) = %{tl_version} -Provides: tex(babeltools.sty) = %{tl_version} -Provides: tex(checkend.sty) = %{tl_version} -Provides: tex(dotlessi.sty) = %{tl_version} -Provides: tex(esindex.sty) = %{tl_version} -Provides: tex(soulpos.sty) = %{tl_version} -Provides: tex(subdocs.sty) = %{tl_version} -Provides: tex(tensind.sty) = %{tl_version} +Provides: tex(romanidx.sty) = %{tl_version} +Provides: tex(spanish.ldf) = %{tl_version} -%description bezos -A set of packages that provide: - tools for maths accents; - a -tool that changes page-numbering in frontmatter to arabic; - -tools for dealing with some annoyances in babel; - a tool for -making end-environment checking more meaningful; - tensorial -indexes; - support for multi-file documents; - tools for easy -entry of Spanish index entries; and - dotless i's and j's for -maths fonts. +%description babel-spanish +This bundle provides the means to typeset Spanish text, with +the support provided by the LaTeX standard package babel. Note +that separate support is provided for those who wish to typeset +Spanish as written in Mexico. -date: 2010-10-14 20:46:53 +0200 +date: 2013-05-04 16:20:14 +0200 -%post bezos +%post babel-spanish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bezos +%postun babel-spanish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19122,51 +18584,46 @@ else fi : -%posttrans bezos +%posttrans babel-spanish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bezos-doc -Summary: Documentation for bezos -Version: svn25507.0 +%package babel-spanish-doc +Summary: Documentation for babel-spanish +Version: svn30295.5.0j Release: %{tl_noarch_release} -Provides: tex-bezos-doc +Provides: tex-babel-spanish-doc BuildArch: noarch AutoReqProv: No -%description bezos-doc -Documentation for bezos +%description babel-spanish-doc +Documentation for babel-spanish -%package bez123 -Provides: tex-bez123 = %{tl_version} +%package babel-swedish +Provides: tex-babel-swedish = %{tl_version} License: LPPL 1.3 -Summary: Support for Bezier curves -Version: svn15878.1.1b +Summary: Babel support for typesetting Swedish +Version: svn30296.2.3d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bez123.sty) = %{tl_version} -Provides: tex(multiply.sty) = %{tl_version} +Provides: tex(swedish.ldf) = %{tl_version} -%description bez123 -Provides additional facilities in a picture environment for -drawing linear, cubic, and rational quadratic Bezier curves -(standard LaTeX only offers non-rational quadratic splines). -Provides a package multiply that provides a command for -multiplication of a length without numerical overflow. +%description babel-swedish +The package provides the language definition file for Swedish. -date: 2009-09-02 11:33:10 +0200 +date: 2013-05-06 23:49:45 +0200 -%post bez123 +%post babel-swedish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bez123 +%postun babel-swedish if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19175,347 +18632,49 @@ else fi : -%posttrans bez123 +%posttrans babel-swedish if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bez123-doc -Summary: Documentation for bez123 -Version: svn15878.1.1b +%package babel-swedish-doc +Summary: Documentation for babel-swedish +Version: svn30296.2.3d Release: %{tl_noarch_release} -Provides: tex-bez123-doc +Provides: tex-babel-swedish-doc BuildArch: noarch AutoReqProv: No -%description bez123-doc -Documentation for bez123 +%description babel-swedish-doc +Documentation for babel-swedish -%package bgreek -Provides: tex-bgreek = %{tl_version} -License: LPPL -Summary: Using Beccari's fonts in betacode for classical Greek -Version: svn15878.0.3 +%package babel-thai +Provides: tex-babel-thai = %{tl_version} +License: LPPL 1.3 +Summary: Support for Thai within babel +Version: svn30564.1.0.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bgmc0500.tfm) = %{tl_version} -Provides: tex(bgmc0600.tfm) = %{tl_version} -Provides: tex(bgmc0700.tfm) = %{tl_version} -Provides: tex(bgmc0800.tfm) = %{tl_version} -Provides: tex(bgmc0900.tfm) = %{tl_version} -Provides: tex(bgmc1000.tfm) = %{tl_version} -Provides: tex(bgmc1095.tfm) = %{tl_version} -Provides: tex(bgmc1200.tfm) = %{tl_version} -Provides: tex(bgmc1440.tfm) = %{tl_version} -Provides: tex(bgmc1728.tfm) = %{tl_version} -Provides: tex(bgmc2074.tfm) = %{tl_version} -Provides: tex(bgmc2488.tfm) = %{tl_version} -Provides: tex(bgmn0500.tfm) = %{tl_version} -Provides: tex(bgmn0600.tfm) = %{tl_version} -Provides: tex(bgmn0700.tfm) = %{tl_version} -Provides: tex(bgmn0800.tfm) = %{tl_version} -Provides: tex(bgmn0900.tfm) = %{tl_version} -Provides: tex(bgmn1000.tfm) = %{tl_version} -Provides: tex(bgmn1095.tfm) = %{tl_version} -Provides: tex(bgmn1200.tfm) = %{tl_version} -Provides: tex(bgmn1440.tfm) = %{tl_version} -Provides: tex(bgmn1728.tfm) = %{tl_version} -Provides: tex(bgmn2074.tfm) = %{tl_version} -Provides: tex(bgmn2488.tfm) = %{tl_version} -Provides: tex(bgmo0500.tfm) = %{tl_version} -Provides: tex(bgmo0600.tfm) = %{tl_version} -Provides: tex(bgmo0700.tfm) = %{tl_version} -Provides: tex(bgmo0800.tfm) = %{tl_version} -Provides: tex(bgmo0900.tfm) = %{tl_version} -Provides: tex(bgmo1000.tfm) = %{tl_version} -Provides: tex(bgmo1095.tfm) = %{tl_version} -Provides: tex(bgmo1200.tfm) = %{tl_version} -Provides: tex(bgmo1440.tfm) = %{tl_version} -Provides: tex(bgmo1728.tfm) = %{tl_version} -Provides: tex(bgmo2074.tfm) = %{tl_version} -Provides: tex(bgmo2488.tfm) = %{tl_version} -Provides: tex(bgxc0500.tfm) = %{tl_version} -Provides: tex(bgxc0600.tfm) = %{tl_version} -Provides: tex(bgxc0700.tfm) = %{tl_version} -Provides: tex(bgxc0800.tfm) = %{tl_version} -Provides: tex(bgxc0900.tfm) = %{tl_version} -Provides: tex(bgxc1000.tfm) = %{tl_version} -Provides: tex(bgxc1095.tfm) = %{tl_version} -Provides: tex(bgxc1200.tfm) = %{tl_version} -Provides: tex(bgxc1440.tfm) = %{tl_version} -Provides: tex(bgxc1728.tfm) = %{tl_version} -Provides: tex(bgxc2074.tfm) = %{tl_version} -Provides: tex(bgxc2488.tfm) = %{tl_version} -Provides: tex(bgxn0500.tfm) = %{tl_version} -Provides: tex(bgxn0600.tfm) = %{tl_version} -Provides: tex(bgxn0700.tfm) = %{tl_version} -Provides: tex(bgxn0800.tfm) = %{tl_version} -Provides: tex(bgxn0900.tfm) = %{tl_version} -Provides: tex(bgxn1000.tfm) = %{tl_version} -Provides: tex(bgxn1095.tfm) = %{tl_version} -Provides: tex(bgxn1200.tfm) = %{tl_version} -Provides: tex(bgxn1440.tfm) = %{tl_version} -Provides: tex(bgxn1728.tfm) = %{tl_version} -Provides: tex(bgxn2074.tfm) = %{tl_version} -Provides: tex(bgxn2488.tfm) = %{tl_version} -Provides: tex(bgxo0500.tfm) = %{tl_version} -Provides: tex(bgxo0600.tfm) = %{tl_version} -Provides: tex(bgxo0700.tfm) = %{tl_version} -Provides: tex(bgxo0800.tfm) = %{tl_version} -Provides: tex(bgxo0900.tfm) = %{tl_version} -Provides: tex(bgxo1000.tfm) = %{tl_version} -Provides: tex(bgxo1095.tfm) = %{tl_version} -Provides: tex(bgxo1200.tfm) = %{tl_version} -Provides: tex(bgxo1440.tfm) = %{tl_version} -Provides: tex(bgxo1728.tfm) = %{tl_version} -Provides: tex(bgxo2074.tfm) = %{tl_version} -Provides: tex(bgxo2488.tfm) = %{tl_version} -Provides: tex(bqmc0500.tfm) = %{tl_version} -Provides: tex(bqmc0600.tfm) = %{tl_version} -Provides: tex(bqmc0700.tfm) = %{tl_version} -Provides: tex(bqmc0800.tfm) = %{tl_version} -Provides: tex(bqmc0900.tfm) = %{tl_version} -Provides: tex(bqmc1000.tfm) = %{tl_version} -Provides: tex(bqmc1095.tfm) = %{tl_version} -Provides: tex(bqmc1200.tfm) = %{tl_version} -Provides: tex(bqmc1440.tfm) = %{tl_version} -Provides: tex(bqmc1728.tfm) = %{tl_version} -Provides: tex(bqmc2074.tfm) = %{tl_version} -Provides: tex(bqmc2488.tfm) = %{tl_version} -Provides: tex(bqmn0500.tfm) = %{tl_version} -Provides: tex(bqmn0600.tfm) = %{tl_version} -Provides: tex(bqmn0700.tfm) = %{tl_version} -Provides: tex(bqmn0800.tfm) = %{tl_version} -Provides: tex(bqmn0900.tfm) = %{tl_version} -Provides: tex(bqmn1000.tfm) = %{tl_version} -Provides: tex(bqmn1095.tfm) = %{tl_version} -Provides: tex(bqmn1200.tfm) = %{tl_version} -Provides: tex(bqmn1440.tfm) = %{tl_version} -Provides: tex(bqmn1728.tfm) = %{tl_version} -Provides: tex(bqmn2074.tfm) = %{tl_version} -Provides: tex(bqmn2488.tfm) = %{tl_version} -Provides: tex(bqmo0500.tfm) = %{tl_version} -Provides: tex(bqmo0600.tfm) = %{tl_version} -Provides: tex(bqmo0700.tfm) = %{tl_version} -Provides: tex(bqmo0800.tfm) = %{tl_version} -Provides: tex(bqmo0900.tfm) = %{tl_version} -Provides: tex(bqmo1000.tfm) = %{tl_version} -Provides: tex(bqmo1095.tfm) = %{tl_version} -Provides: tex(bqmo1200.tfm) = %{tl_version} -Provides: tex(bqmo1440.tfm) = %{tl_version} -Provides: tex(bqmo1728.tfm) = %{tl_version} -Provides: tex(bqmo2074.tfm) = %{tl_version} -Provides: tex(bqmo2488.tfm) = %{tl_version} -Provides: tex(bqxc0500.tfm) = %{tl_version} -Provides: tex(bqxc0600.tfm) = %{tl_version} -Provides: tex(bqxc0700.tfm) = %{tl_version} -Provides: tex(bqxc0800.tfm) = %{tl_version} -Provides: tex(bqxc0900.tfm) = %{tl_version} -Provides: tex(bqxc1000.tfm) = %{tl_version} -Provides: tex(bqxc1095.tfm) = %{tl_version} -Provides: tex(bqxc1200.tfm) = %{tl_version} -Provides: tex(bqxc1440.tfm) = %{tl_version} -Provides: tex(bqxc1728.tfm) = %{tl_version} -Provides: tex(bqxc2074.tfm) = %{tl_version} -Provides: tex(bqxc2488.tfm) = %{tl_version} -Provides: tex(bqxn0500.tfm) = %{tl_version} -Provides: tex(bqxn0600.tfm) = %{tl_version} -Provides: tex(bqxn0700.tfm) = %{tl_version} -Provides: tex(bqxn0800.tfm) = %{tl_version} -Provides: tex(bqxn0900.tfm) = %{tl_version} -Provides: tex(bqxn1000.tfm) = %{tl_version} -Provides: tex(bqxn1095.tfm) = %{tl_version} -Provides: tex(bqxn1200.tfm) = %{tl_version} -Provides: tex(bqxn1440.tfm) = %{tl_version} -Provides: tex(bqxn1728.tfm) = %{tl_version} -Provides: tex(bqxn2074.tfm) = %{tl_version} -Provides: tex(bqxn2488.tfm) = %{tl_version} -Provides: tex(bqxo0500.tfm) = %{tl_version} -Provides: tex(bqxo0600.tfm) = %{tl_version} -Provides: tex(bqxo0700.tfm) = %{tl_version} -Provides: tex(bqxo0800.tfm) = %{tl_version} -Provides: tex(bqxo0900.tfm) = %{tl_version} -Provides: tex(bqxo1000.tfm) = %{tl_version} -Provides: tex(bqxo1095.tfm) = %{tl_version} -Provides: tex(bqxo1200.tfm) = %{tl_version} -Provides: tex(bqxo1440.tfm) = %{tl_version} -Provides: tex(bqxo1728.tfm) = %{tl_version} -Provides: tex(bqxo2074.tfm) = %{tl_version} -Provides: tex(bqxo2488.tfm) = %{tl_version} -Provides: tex(bgmc0500.vf) = %{tl_version} -Provides: tex(bgmc0600.vf) = %{tl_version} -Provides: tex(bgmc0700.vf) = %{tl_version} -Provides: tex(bgmc0800.vf) = %{tl_version} -Provides: tex(bgmc0900.vf) = %{tl_version} -Provides: tex(bgmc1000.vf) = %{tl_version} -Provides: tex(bgmc1095.vf) = %{tl_version} -Provides: tex(bgmc1200.vf) = %{tl_version} -Provides: tex(bgmc1440.vf) = %{tl_version} -Provides: tex(bgmc1728.vf) = %{tl_version} -Provides: tex(bgmc2074.vf) = %{tl_version} -Provides: tex(bgmc2488.vf) = %{tl_version} -Provides: tex(bgmn0500.vf) = %{tl_version} -Provides: tex(bgmn0600.vf) = %{tl_version} -Provides: tex(bgmn0700.vf) = %{tl_version} -Provides: tex(bgmn0800.vf) = %{tl_version} -Provides: tex(bgmn0900.vf) = %{tl_version} -Provides: tex(bgmn1000.vf) = %{tl_version} -Provides: tex(bgmn1095.vf) = %{tl_version} -Provides: tex(bgmn1200.vf) = %{tl_version} -Provides: tex(bgmn1440.vf) = %{tl_version} -Provides: tex(bgmn1728.vf) = %{tl_version} -Provides: tex(bgmn2074.vf) = %{tl_version} -Provides: tex(bgmn2488.vf) = %{tl_version} -Provides: tex(bgmo0500.vf) = %{tl_version} -Provides: tex(bgmo0600.vf) = %{tl_version} -Provides: tex(bgmo0700.vf) = %{tl_version} -Provides: tex(bgmo0800.vf) = %{tl_version} -Provides: tex(bgmo0900.vf) = %{tl_version} -Provides: tex(bgmo1000.vf) = %{tl_version} -Provides: tex(bgmo1095.vf) = %{tl_version} -Provides: tex(bgmo1200.vf) = %{tl_version} -Provides: tex(bgmo1440.vf) = %{tl_version} -Provides: tex(bgmo1728.vf) = %{tl_version} -Provides: tex(bgmo2074.vf) = %{tl_version} -Provides: tex(bgmo2488.vf) = %{tl_version} -Provides: tex(bgxc0500.vf) = %{tl_version} -Provides: tex(bgxc0600.vf) = %{tl_version} -Provides: tex(bgxc0700.vf) = %{tl_version} -Provides: tex(bgxc0800.vf) = %{tl_version} -Provides: tex(bgxc0900.vf) = %{tl_version} -Provides: tex(bgxc1000.vf) = %{tl_version} -Provides: tex(bgxc1095.vf) = %{tl_version} -Provides: tex(bgxc1200.vf) = %{tl_version} -Provides: tex(bgxc1440.vf) = %{tl_version} -Provides: tex(bgxc1728.vf) = %{tl_version} -Provides: tex(bgxc2074.vf) = %{tl_version} -Provides: tex(bgxc2488.vf) = %{tl_version} -Provides: tex(bgxn0500.vf) = %{tl_version} -Provides: tex(bgxn0600.vf) = %{tl_version} -Provides: tex(bgxn0700.vf) = %{tl_version} -Provides: tex(bgxn0800.vf) = %{tl_version} -Provides: tex(bgxn0900.vf) = %{tl_version} -Provides: tex(bgxn1000.vf) = %{tl_version} -Provides: tex(bgxn1095.vf) = %{tl_version} -Provides: tex(bgxn1200.vf) = %{tl_version} -Provides: tex(bgxn1440.vf) = %{tl_version} -Provides: tex(bgxn1728.vf) = %{tl_version} -Provides: tex(bgxn2074.vf) = %{tl_version} -Provides: tex(bgxn2488.vf) = %{tl_version} -Provides: tex(bgxo0500.vf) = %{tl_version} -Provides: tex(bgxo0600.vf) = %{tl_version} -Provides: tex(bgxo0700.vf) = %{tl_version} -Provides: tex(bgxo0800.vf) = %{tl_version} -Provides: tex(bgxo0900.vf) = %{tl_version} -Provides: tex(bgxo1000.vf) = %{tl_version} -Provides: tex(bgxo1095.vf) = %{tl_version} -Provides: tex(bgxo1200.vf) = %{tl_version} -Provides: tex(bgxo1440.vf) = %{tl_version} -Provides: tex(bgxo1728.vf) = %{tl_version} -Provides: tex(bgxo2074.vf) = %{tl_version} -Provides: tex(bgxo2488.vf) = %{tl_version} -Provides: tex(bqmc0500.vf) = %{tl_version} -Provides: tex(bqmc0600.vf) = %{tl_version} -Provides: tex(bqmc0700.vf) = %{tl_version} -Provides: tex(bqmc0800.vf) = %{tl_version} -Provides: tex(bqmc0900.vf) = %{tl_version} -Provides: tex(bqmc1000.vf) = %{tl_version} -Provides: tex(bqmc1095.vf) = %{tl_version} -Provides: tex(bqmc1200.vf) = %{tl_version} -Provides: tex(bqmc1440.vf) = %{tl_version} -Provides: tex(bqmc1728.vf) = %{tl_version} -Provides: tex(bqmc2074.vf) = %{tl_version} -Provides: tex(bqmc2488.vf) = %{tl_version} -Provides: tex(bqmn0500.vf) = %{tl_version} -Provides: tex(bqmn0600.vf) = %{tl_version} -Provides: tex(bqmn0700.vf) = %{tl_version} -Provides: tex(bqmn0800.vf) = %{tl_version} -Provides: tex(bqmn0900.vf) = %{tl_version} -Provides: tex(bqmn1000.vf) = %{tl_version} -Provides: tex(bqmn1095.vf) = %{tl_version} -Provides: tex(bqmn1200.vf) = %{tl_version} -Provides: tex(bqmn1440.vf) = %{tl_version} -Provides: tex(bqmn1728.vf) = %{tl_version} -Provides: tex(bqmn2074.vf) = %{tl_version} -Provides: tex(bqmn2488.vf) = %{tl_version} -Provides: tex(bqmo0500.vf) = %{tl_version} -Provides: tex(bqmo0600.vf) = %{tl_version} -Provides: tex(bqmo0700.vf) = %{tl_version} -Provides: tex(bqmo0800.vf) = %{tl_version} -Provides: tex(bqmo0900.vf) = %{tl_version} -Provides: tex(bqmo1000.vf) = %{tl_version} -Provides: tex(bqmo1095.vf) = %{tl_version} -Provides: tex(bqmo1200.vf) = %{tl_version} -Provides: tex(bqmo1440.vf) = %{tl_version} -Provides: tex(bqmo1728.vf) = %{tl_version} -Provides: tex(bqmo2074.vf) = %{tl_version} -Provides: tex(bqmo2488.vf) = %{tl_version} -Provides: tex(bqxc0500.vf) = %{tl_version} -Provides: tex(bqxc0600.vf) = %{tl_version} -Provides: tex(bqxc0700.vf) = %{tl_version} -Provides: tex(bqxc0800.vf) = %{tl_version} -Provides: tex(bqxc0900.vf) = %{tl_version} -Provides: tex(bqxc1000.vf) = %{tl_version} -Provides: tex(bqxc1095.vf) = %{tl_version} -Provides: tex(bqxc1200.vf) = %{tl_version} -Provides: tex(bqxc1440.vf) = %{tl_version} -Provides: tex(bqxc1728.vf) = %{tl_version} -Provides: tex(bqxc2074.vf) = %{tl_version} -Provides: tex(bqxc2488.vf) = %{tl_version} -Provides: tex(bqxn0500.vf) = %{tl_version} -Provides: tex(bqxn0600.vf) = %{tl_version} -Provides: tex(bqxn0700.vf) = %{tl_version} -Provides: tex(bqxn0800.vf) = %{tl_version} -Provides: tex(bqxn0900.vf) = %{tl_version} -Provides: tex(bqxn1000.vf) = %{tl_version} -Provides: tex(bqxn1095.vf) = %{tl_version} -Provides: tex(bqxn1200.vf) = %{tl_version} -Provides: tex(bqxn1440.vf) = %{tl_version} -Provides: tex(bqxn1728.vf) = %{tl_version} -Provides: tex(bqxn2074.vf) = %{tl_version} -Provides: tex(bqxn2488.vf) = %{tl_version} -Provides: tex(bqxo0500.vf) = %{tl_version} -Provides: tex(bqxo0600.vf) = %{tl_version} -Provides: tex(bqxo0700.vf) = %{tl_version} -Provides: tex(bqxo0800.vf) = %{tl_version} -Provides: tex(bqxo0900.vf) = %{tl_version} -Provides: tex(bqxo1000.vf) = %{tl_version} -Provides: tex(bqxo1095.vf) = %{tl_version} -Provides: tex(bqxo1200.vf) = %{tl_version} -Provides: tex(bqxo1440.vf) = %{tl_version} -Provides: tex(bqxo1728.vf) = %{tl_version} -Provides: tex(bqxo2074.vf) = %{tl_version} -Provides: tex(bqxo2488.vf) = %{tl_version} -Provides: tex(bcgcmr.fd) = %{tl_version} -Provides: tex(bcgenc.def) = %{tl_version} -Provides: tex(bcglmr.fd) = %{tl_version} -Provides: tex(bcqcmr.fd) = %{tl_version} -Provides: tex(bcqenc.def) = %{tl_version} -Provides: tex(bcqlmr.fd) = %{tl_version} -Provides: tex(bgfonts.tex) = %{tl_version} -Provides: tex(bgreek.ldf) = %{tl_version} -Provides: tex(bgreek.sty) = %{tl_version} -Provides: tex(ibygreek.ldf) = %{tl_version} +Provides: tex(lthenc.def) = %{tl_version} +Provides: tex(thai.ldf) = %{tl_version} +Provides: tex(tis620.def) = %{tl_version} -%description bgreek -This package implements a dialect of the Beta Code encoding -(TLG and Perseus Projects) for typesetting classical Greek -using Claudio Beccari's Greek Fonts. The package provides -virtual fonts, to reference Beccari's fonts in bgreek mode, and -support macros for use with LaTeX. +%description babel-thai +The package provides support for typesetting Thai text. within +the babel system. -date: 2009-02-21 22:05:10 +0100 +date: 2013-05-19 01:05:23 +0200 -%post bgreek +%post babel-thai mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bgreek +%postun babel-thai if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19524,102 +18683,113 @@ else fi : -%posttrans bgreek +%posttrans babel-thai if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bgreek-doc -Summary: Documentation for bgreek -Version: svn15878.0.3 +%package babel-thai-doc +Summary: Documentation for babel-thai +Version: svn30564.1.0.0 Release: %{tl_noarch_release} -Provides: tex-bgreek-doc +Provides: tex-babel-thai-doc BuildArch: noarch AutoReqProv: No -%description bgreek-doc -Documentation for bgreek +%description babel-thai-doc +Documentation for babel-thai -%package bgteubner -Provides: tex-bgteubner = %{tl_version} -License: LPPL -Summary: Class for producing books for the publisher "Teubner Verlag" -Version: svn25892.2.02 +%package babel +Provides: tex-babel = %{tl_version} +License: LPPL 1.3 +Summary: Multilingual support for Plain TeX or LaTeX +Version: svn30576.3.9f Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Requires: tex(wasysym.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(fontenc.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(hfoldsty.sty) -Requires: tex(textcomp.sty) -Requires: tex(mathcomp.sty) -Requires: tex(hhsubfigure.sty) -Requires: tex(ragged2e.sty) -Requires: tex(exscale.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(framed.sty) -Requires: tex(hhtensor.sty) -Requires: tex(makeidx.sty) -Requires: tex(mdwlist.sty) -Requires: tex(paralist.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(fixmath.sty) -Requires: tex(babel.sty) -Requires: tex(setspace.sty) -Requires: tex(relsize.sty) -Requires: tex(slantsc.sty) -Requires: tex(ginpenc.sty) -Requires: tex(warning.sty) -Requires: tex(onlyamsmath.sty) -Requires: tex(numprint.sty) -Requires: tex(scrpage2.sty) -Requires: tex(babelbib.sty) -Requires: tex(fnbreak.sty) -Requires: tex(subfloat.sty) -Requires: tex(multicol.sty) -Requires: tex(pdfcprot.sty) -Requires: tex(verbatim.sty) -Provides: tex(bgteubner.cls) = %{tl_version} -Provides: tex(hhfixme.sty) = %{tl_version} -Provides: tex(hhsubfigure.sty) = %{tl_version} -Provides: tex(ptmxcomp.sty) = %{tl_version} +Provides: tex(UKenglish.sty) = %{tl_version} +Provides: tex(USenglish.sty) = %{tl_version} +Provides: tex(afrikaans.sty) = %{tl_version} +Provides: tex(albanian.sty) = %{tl_version} +Provides: tex(american.sty) = %{tl_version} +Provides: tex(austrian.sty) = %{tl_version} +Provides: tex(babel.def) = %{tl_version} +Provides: tex(babel.sty) = %{tl_version} +Provides: tex(bahasa.sty) = %{tl_version} +Provides: tex(bahasam.sty) = %{tl_version} +Provides: tex(basque.sty) = %{tl_version} +Provides: tex(blplain.tex) = %{tl_version} +Provides: tex(bplain.tex) = %{tl_version} +Provides: tex(breton.sty) = %{tl_version} +Provides: tex(british.sty) = %{tl_version} +Provides: tex(bulgarian.sty) = %{tl_version} +Provides: tex(catalan.sty) = %{tl_version} +Provides: tex(croatian.sty) = %{tl_version} +Provides: tex(czech.sty) = %{tl_version} +Provides: tex(danish.sty) = %{tl_version} +Provides: tex(dutch.sty) = %{tl_version} +Provides: tex(english.sty) = %{tl_version} +Provides: tex(esperanto.sty) = %{tl_version} +Provides: tex(estonian.sty) = %{tl_version} +Provides: tex(finnish.sty) = %{tl_version} +Provides: tex(francais.sty) = %{tl_version} +Provides: tex(galician.sty) = %{tl_version} +Provides: tex(germanb.sty) = %{tl_version} +Provides: tex(greek.sty) = %{tl_version} +Provides: tex(hebrew.sty) = %{tl_version} +Provides: tex(hyphen.cfg) = %{tl_version} +Provides: tex(icelandic.sty) = %{tl_version} +Provides: tex(interlingua.sty) = %{tl_version} +Provides: tex(irish.sty) = %{tl_version} +Provides: tex(italian.sty) = %{tl_version} +Provides: tex(latin.sty) = %{tl_version} +Provides: tex(lsorbian.sty) = %{tl_version} +Provides: tex(luababel.def) = %{tl_version} +Provides: tex(magyar.sty) = %{tl_version} +Provides: tex(naustrian.sty) = %{tl_version} +Provides: tex(ngermanb.sty) = %{tl_version} +Provides: tex(nil.ldf) = %{tl_version} +Provides: tex(norsk.sty) = %{tl_version} +Provides: tex(plain.def) = %{tl_version} +Provides: tex(polish.sty) = %{tl_version} +Provides: tex(portuges.sty) = %{tl_version} +Provides: tex(romanian.sty) = %{tl_version} +Provides: tex(russianb.sty) = %{tl_version} +Provides: tex(samin.sty) = %{tl_version} +Provides: tex(scottish.sty) = %{tl_version} +Provides: tex(serbian.sty) = %{tl_version} +Provides: tex(slovak.sty) = %{tl_version} +Provides: tex(slovene.sty) = %{tl_version} +Provides: tex(spanish.sty) = %{tl_version} +Provides: tex(swedish.sty) = %{tl_version} +Provides: tex(switch.def) = %{tl_version} +Provides: tex(turkish.sty) = %{tl_version} +Provides: tex(ukraineb.sty) = %{tl_version} +Provides: tex(usorbian.sty) = %{tl_version} +Provides: tex(welsh.sty) = %{tl_version} +Provides: tex(xebabel.def) = %{tl_version} -%description bgteubner -The bgteubner document class has been programmed by order of -the Teubner Verlag, Wiesbaden, Germany, to ensure that books of -this publisher have a unique layout. Unfortunately, most of the -documentation is only available in German. Since the document -class is intended to generate a unique layout, many things -(layout etc.) are fixed and cannot be altered by the user. If -you want to use the document class for another purpose than -publishing with the Teubner Verlag, this may arrise unwanted -restrictions (For instance, the document class provides only -two paper sizes: DIN A-5 and 17cm x 24cm; only two font -families are supported: Times and European Computer Modern). +%description babel +The package manages culturally-determined typographical (and +other) rules, and hyphenation patterns for a wide range of +languages. A document may select a single language to be +supported, or it may select several, in which case the document +may switch from one language to another in a variety of ways. +Babel uses contributed configuration files that provide the +detail of what has to be done for each language. Users of XeTeX +are advised to use polyglossia rather than Babel. -date: 2012-04-08 14:50:51 +0200 +date: 2013-05-16 19:39:08 +0200 -%post bgteubner +%post babel mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bgteubner +%postun babel if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19628,154 +18798,93 @@ else fi : -%posttrans bgteubner +%posttrans babel if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bgteubner-doc -Summary: Documentation for bgteubner -Version: svn25892.2.02 +%package babel-doc +Summary: Documentation for babel +Version: svn30576.3.9f Release: %{tl_noarch_release} -Provides: tex-bgteubner-doc +Provides: tex-babel-doc BuildArch: noarch AutoReqProv: No -%description bgteubner-doc -Documentation for bgteubner +%description babel-doc +Documentation for babel -%package bguq -Provides: tex-bguq = %{tl_version} -License: LPPL -Summary: Improved quantifier stroke for Begriffsschrift packages -Version: svn27401.0.4 +%package babel-turkish +Provides: tex-babel-turkish = %{tl_version} +License: LPPL 1.3 +Summary: Babel support for Turkish documents +Version: svn30297.1.2m Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifthen.sty) -Provides: tex(bguq.map) = %{tl_version} -Provides: tex(bguq10t04.tfm) = %{tl_version} -Provides: tex(bguq10t05.tfm) = %{tl_version} -Provides: tex(bguq10t06.tfm) = %{tl_version} -Provides: tex(bguq10t07.tfm) = %{tl_version} -Provides: tex(bguq10t08.tfm) = %{tl_version} -Provides: tex(bguq10t09.tfm) = %{tl_version} -Provides: tex(bguq10t10.tfm) = %{tl_version} -Provides: tex(bguq10t11.tfm) = %{tl_version} -Provides: tex(bguq10t12.tfm) = %{tl_version} -Provides: tex(bguq10t04.pfb) = %{tl_version} -Provides: tex(bguq10t05.pfb) = %{tl_version} -Provides: tex(bguq10t06.pfb) = %{tl_version} -Provides: tex(bguq10t07.pfb) = %{tl_version} -Provides: tex(bguq10t08.pfb) = %{tl_version} -Provides: tex(bguq10t09.pfb) = %{tl_version} -Provides: tex(bguq10t10.pfb) = %{tl_version} -Provides: tex(bguq10t11.pfb) = %{tl_version} -Provides: tex(bguq10t12.pfb) = %{tl_version} -Provides: tex(Ubguq04.fd) = %{tl_version} -Provides: tex(Ubguq05.fd) = %{tl_version} -Provides: tex(Ubguq06.fd) = %{tl_version} -Provides: tex(Ubguq07.fd) = %{tl_version} -Provides: tex(Ubguq08.fd) = %{tl_version} -Provides: tex(Ubguq09.fd) = %{tl_version} -Provides: tex(Ubguq10.fd) = %{tl_version} -Provides: tex(Ubguq11.fd) = %{tl_version} -Provides: tex(Ubguq12.fd) = %{tl_version} -Provides: tex(begriff-bguq.sty) = %{tl_version} -Provides: tex(bguq.cfg) = %{tl_version} -Provides: tex(bguq.sty) = %{tl_version} +Provides: tex(turkish.ldf) = %{tl_version} -%description bguq -The font contains a single character: the Begriffsschrift -quantifier (in several sizes), as used to set the -Begriffsschrift (concept notation) of Frege. The font is not -intended for end users; instead it is expected that it will be -used by other packages which implement the Begriffsschrift. An -(unofficial) modified version of Josh Parsons' begriff is -included as an example of implementation. +%description babel-turkish +The package provides support, within babel, of the Turkish +language. -date: 2012-08-14 15:05:39 +0200 +date: 2013-05-02 15:12:34 +0200 -%post bguq +%post babel-turkish mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map bguq.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map bguq.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun bguq -if [ $1 == 0 ] ; then -sed -i '/^Map bguq.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun babel-turkish +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans bguq -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans babel-turkish +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bguq-doc -Summary: Documentation for bguq -Version: svn27401.0.4 +%package babel-turkish-doc +Summary: Documentation for babel-turkish +Version: svn30297.1.2m Release: %{tl_noarch_release} -Provides: tex-bguq-doc +Provides: tex-babel-turkish-doc BuildArch: noarch AutoReqProv: No -%description bguq-doc -Documentation for bguq +%description babel-turkish-doc +Documentation for babel-turkish -%package bhcexam -Provides: tex-bhcexam = %{tl_version} +%package babel-ukraineb +Provides: tex-babel-ukraineb = %{tl_version} License: LPPL -Summary: A LaTeX document class specially designed for High School Math Teachers in China -Version: svn23304.0.2 +Summary: babel-ukraineb package +Version: svn30298.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(geometry.sty) -Requires: tex(ctex-common-opts.def) -Requires: tex(ctex-class-opts.def) -Requires: tex(ctex-caption-opts.def) -Requires: tex(ctex-common.def) -Requires: tex(ctex-caption.def) -Requires: tex(ctex-class.def) -Provides: tex(BHCexam.cfg) = %{tl_version} -Provides: tex(BHCexam.cls) = %{tl_version} - -%description bhcexam -A LaTeX document class based on the exam class, which is -specially designed for High School Math Teachers in China. +Provides: tex(ukraineb.ldf) = %{tl_version} -date: 2011-07-31 15:37:23 +0200 +%description babel-ukraineb +babel-ukraineb package -%post bhcexam +%post babel-ukraineb mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bhcexam +%postun babel-ukraineb if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19784,48 +18893,50 @@ else fi : -%posttrans bhcexam +%posttrans babel-ukraineb if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bhcexam-doc -Summary: Documentation for bhcexam -Version: svn23304.0.2 +%package babel-ukraineb-doc +Summary: Documentation for babel-ukraineb +Version: svn30298.0 Release: %{tl_noarch_release} -Provides: tex-bhcexam-doc +Provides: tex-babel-ukraineb-doc BuildArch: noarch AutoReqProv: No -%description bhcexam-doc -Documentation for bhcexam +%description babel-ukraineb-doc +Documentation for babel-ukraineb -%package bchart -Provides: tex-bchart = %{tl_version} -License: MIT -Summary: Draw simple bar charts in LaTeX -Version: svn27496.0.1.2 +%package babel-vietnamese +Provides: tex-babel-vietnamese = %{tl_version} +License: LPPL 1.3 +Summary: Babel support for typesetting Vietnamese +Version: svn30578.1.3 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bchart.sty) = %{tl_version} +Requires: tex(vncaps.tex) +Requires: tex(vncaps.tex) +Provides: tex(vietnam.ldf) = %{tl_version} +Provides: tex(vietnamese.ldf) = %{tl_version} -%description bchart -The package provides horizontal bar charts, drawn using TikZ on -a numeric X-axis. The focus of the package is simplicity and -aesthetics. +%description babel-vietnamese +The package provides the language definition file for support +of Vietnamese in babel. -date: 2012-08-22 15:50:28 +0200 +date: 2013-05-20 00:05:10 +0200 -%post bchart +%post babel-vietnamese mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bchart +%postun babel-vietnamese if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19834,50 +18945,37 @@ else fi : -%posttrans bchart +%posttrans babel-vietnamese if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bchart-doc -Summary: Documentation for bchart -Version: svn27496.0.1.2 -Release: %{tl_noarch_release} -Provides: tex-bchart-doc -BuildArch: noarch -AutoReqProv: No - -%description bchart-doc -Documentation for bchart - -%package bibarts -Provides: tex-bibarts = %{tl_version} -License: GPL+ -Summary: "Arts"-style bibliographical information -Version: svn15878.0 +%package babel-welsh +Provides: tex-babel-welsh = %{tl_version} +License: LPPL 1.3 +Summary: babel-welshBabel support for Welsh +Version: svn30299.1.0d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibarts.sty) = %{tl_version} +Provides: tex(welsh.ldf) = %{tl_version} -%description bibarts -The bibarts package assists in making bibliographical lists in -the way that is common in the arts; it requires an auxiliary -program, for which source and a DOS executable are provided. -(Documentation is in German, though bibarts.sty does contain a -brief introduction in English, as a comment.) +%description babel-welsh +The package provides the language definition file for Welsh. +(Mostly Welsh-language versions of the standard names in a +LaTeX file.) -date: 2006-12-29 13:11:21 +0100 +date: 2013-05-03 01:23:11 +0200 -%post bibarts +%post babel-welsh mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibarts +%postun babel-welsh if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19886,49 +18984,54 @@ else fi : -%posttrans bibarts +%posttrans babel-welsh if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibarts-doc -Summary: Documentation for bibarts -Version: svn15878.0 +%package babel-welsh-doc +Summary: Documentation for babel-welsh +Version: svn30299.1.0d Release: %{tl_noarch_release} -Provides: tex-bibarts-doc +Provides: tex-babel-welsh-doc BuildArch: noarch AutoReqProv: No -%description bibarts-doc -Documentation for bibarts +%description babel-welsh-doc +Documentation for babel-welsh -%package bibexport -Provides: tex-bibexport = %{tl_version} -License: LPPL 1.3 -Summary: Extract a BibTeX file based on a .aux file -Version: svn29349.3.01 +%package background +Provides: tex-background = %{tl_version} +License: LPPL +Summary: Placement of background material on pages of a document +Version: svn27390.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-bibexport-bin +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Requires: tex(everypage.sty) +Requires: tex(afterpage.sty) +Provides: tex(background.sty) = %{tl_version} -%description bibexport -A Bourne shell script that uses BibTeX to extract bibliography -entries that are \cite'd in a document. It can also expand a -BibTeX file, expanding the abbreviations (other than the built- -in ones like month names) and following the cross-references. +%description background +The package offers the placement of background material on the +pages of a document. The user can control many aspects +(contents, position, color, opacity) of the background material +that will be displayed. The package makes use of the everypage +package, and uses pgf/tikz for attribute control. -date: 2011-12-03 09:04:10 +0100 +date: 2012-07-18 17:38:10 +0200 -%post bibexport +%post background mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibexport +%postun background if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19937,60 +19040,48 @@ else fi : -%posttrans bibexport +%posttrans background if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibexport-doc -Summary: Documentation for bibexport -Version: svn29349.3.01 +%package background-doc +Summary: Documentation for background +Version: svn27390.1.0 Release: %{tl_noarch_release} -Provides: tex-bibexport-doc +Provides: tex-background-doc BuildArch: noarch AutoReqProv: No -%description bibexport-doc -Documentation for bibexport - -%package bibexport-bin -Summary: Binaries for bibexport -Version: svn16219.0 -Requires: texlive-base -Requires: tex-bibexport -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description bibexport-bin -Binaries for bibexport +%description background-doc +Documentation for background -%package bib-fr -Provides: tex-bib-fr = %{tl_version} -License: LPPL -Summary: French translation of classical BibTeX styles -Version: svn15878.1.5 +%package backnaur +Provides: tex-backnaur = %{tl_version} +License: LPPL 1.3 +Summary: Typeset Backus Naur Form definitions +Version: svn28513.0.60.d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(backnaur.sty) = %{tl_version} -%description bib-fr -These files are French translations of the classical BibTeX -style files. The translations can easily be modified by simply -redefining FUNCTIONs named fr.*, at the beginning (lines 50- -150) of each file. +%description backnaur +The package typesets Backus-Naur Form (BNF) definitions. It +creates aligned lists of productions, with numbers if required. +It can also print in-line BNF expressions using math mode. -date: 2009-11-09 14:03:25 +0100 +date: 2012-12-12 18:40:20 +0100 -%post bib-fr +%post backnaur mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bib-fr +%postun backnaur if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -19999,53 +19090,59 @@ else fi : -%posttrans bib-fr +%posttrans backnaur if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bib-fr-doc -Summary: Documentation for bib-fr -Version: svn15878.1.5 +%package backnaur-doc +Summary: Documentation for backnaur +Version: svn28513.0.60.d Release: %{tl_noarch_release} -Provides: tex-bib-fr-doc +Provides: tex-backnaur-doc BuildArch: noarch AutoReqProv: No -%description bib-fr-doc -Documentation for bib-fr +%description backnaur-doc +Documentation for backnaur -%package bibhtml -Provides: tex-bibhtml = %{tl_version} -License: GPL+ -Summary: BibTeX support for HTML files -Version: svn16093.2.0.1 +%package bangtex +Provides: tex-bangtex = %{tl_version} +License: LPPL +Summary: Writing Bangla and Assamese with LaTeX +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bang10.tfm) = %{tl_version} +Provides: tex(bangsl10.tfm) = %{tl_version} +Provides: tex(bangwd10.tfm) = %{tl_version} +Provides: tex(bangfont.tex) = %{tl_version} +Provides: tex(barticle.cls) = %{tl_version} +Provides: tex(bbk10.clo) = %{tl_version} +Provides: tex(bbk11.clo) = %{tl_version} +Provides: tex(bbk12.clo) = %{tl_version} +Provides: tex(bbook.cls) = %{tl_version} +Provides: tex(bletter.cls) = %{tl_version} +Provides: tex(bsize10.clo) = %{tl_version} +Provides: tex(bsize11.clo) = %{tl_version} +Provides: tex(bsize12.clo) = %{tl_version} -%description bibhtml -Bibhtml consists of a Perl script and a set of BibTeX style -files, which together allow you to output a bibliography as a -collection of HTML files. The references in the text are linked -directly to the corresponding bibliography entry, and if a URL -is defined in the entry within the BibTeX database file, then -the generated bibliography entry is linked to this. The package -provides three different style files derived from each of the -standard plain.bst and alpha.bst, as well as two style files -derived from abbrv.bst and unsrt.bst (i.e., eight in total). +%description bangtex +The bundle provides class files for writing Bangla and Assamese +with LaTeX, and MetaFont sources for fonts. -date: 2009-11-03 16:56:08 +0100 +date: 2006-12-14 21:17:11 +0100 -%post bibhtml +%post bangtex mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibhtml +%postun bangtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20054,57 +19151,53 @@ else fi : -%posttrans bibhtml +%posttrans bangtex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibhtml-doc -Summary: Documentation for bibhtml -Version: svn16093.2.0.1 +%package bangtex-doc +Summary: Documentation for bangtex +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-bibhtml-doc +Provides: tex-bangtex-doc BuildArch: noarch AutoReqProv: No -%description bibhtml-doc -Documentation for bibhtml +%description bangtex-doc +Documentation for bangtex -%package biblatex-apa -Provides: tex-biblatex-apa = %{tl_version} +%package barcodes +Provides: tex-barcodes = %{tl_version} License: LPPL -Summary: Biblatex citation and reference style for APA -Version: svn28699.5.7 +Summary: Fonts for making barcodes +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(apa.bbx) = %{tl_version} -Provides: tex(apa.cbx) = %{tl_version} +Provides: tex(wlc11.tfm) = %{tl_version} +Provides: tex(wlc128.tfm) = %{tl_version} +Provides: tex(wlc39.tfm) = %{tl_version} +Provides: tex(wlc93.tfm) = %{tl_version} +Provides: tex(wlcr39.tfm) = %{tl_version} +Provides: tex(barcodes.sty) = %{tl_version} -%description biblatex-apa -This is a fairly complete biblatex style (citations and -references) for APA (American Psychological Association) -publications. It implements and automates most of the -guidelines in the APA 6th edition style guide for citations and -references with a few (documented) exceptions (which are mainly -currently impossible to automate in principle for any BibTeX- -backed system). An example document is also given which -typesets every citation and reference example in the APA 6th -edition style guide. This version of the package requires use -of biblatex v2.0 and biber v1.0 (at least). +%description barcodes +The package deals with EAN barcodes; MetaFont fonts are +provided, and a set of examples; for some codes, a small Perl +script is needed. -date: 2013-01-02 11:09:21 +0100 +date: 2008-08-17 01:00:50 +0200 -%post biblatex-apa +%post barcodes mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-apa +%postun barcodes if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20113,47 +19206,58 @@ else fi : -%posttrans biblatex-apa +%posttrans barcodes if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-apa-doc -Summary: Documentation for biblatex-apa -Version: svn28699.5.7 +%package barcodes-doc +Summary: Documentation for barcodes +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-apa-doc +Provides: tex-barcodes-doc BuildArch: noarch AutoReqProv: No -%description biblatex-apa-doc -Documentation for biblatex-apa +%description barcodes-doc +Documentation for barcodes -%package biblatex-bwl -Provides: tex-biblatex-bwl = %{tl_version} +%package bardiag +Provides: tex-bardiag = %{tl_version} License: LPPL -Summary: biblatex-bwl package -Version: svn26556.0 +Summary: LateX package for drawing bar diagrams +Version: svn22013.0.4a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Requires: tex(authoryear.cbx) -Provides: tex(bwl-FU.bbx) = %{tl_version} -Provides: tex(bwl-FU.cbx) = %{tl_version} +Requires: tex(calc.sty) +Requires: tex(fp-snap.sty) +Requires: tex(pstricks.sty) +Requires: tex(pstcol.sty) +Requires: tex(pst-grad.sty) +Requires: tex(multido.sty) +Requires: tex(ifthen.sty) +Provides: tex(barddoc.sty) = %{tl_version} +Provides: tex(bardiag.cfg) = %{tl_version} +Provides: tex(bardiag.sty) = %{tl_version} +Provides: tex(pstfp.sty) = %{tl_version} -%description biblatex-bwl -biblatex-bwl package +%description bardiag +The main purpose of the package is to make the drawing of bar +diagrams possible and easy in LaTeX. The BarDiag package is +inspired by and based on PSTricks. -%post biblatex-bwl +date: 2006-12-21 16:38:41 +0100 + +%post bardiag mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-bwl +%postun bardiag if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20162,53 +19266,49 @@ else fi : -%posttrans biblatex-bwl +%posttrans bardiag if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-bwl-doc -Summary: Documentation for biblatex-bwl -Version: svn26556.0 +%package bardiag-doc +Summary: Documentation for bardiag +Version: svn22013.0.4a Release: %{tl_noarch_release} -Provides: tex-biblatex-bwl-doc +Provides: tex-bardiag-doc BuildArch: noarch AutoReqProv: No -%description biblatex-bwl-doc -Documentation for biblatex-bwl +%description bardiag-doc +Documentation for bardiag -%package biblatex-caspervector -Provides: tex-biblatex-caspervector = %{tl_version} -License: LPPL 1.3 -Summary: A simple citation style for Chinese users -Version: svn29577.0.1.7 +%package barr +Provides: tex-barr = %{tl_version} +License: LPPL +Summary: Diagram macros by Michael Barr +Version: svn23579.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(biblatex-caspervector-gbk.def) = %{tl_version} -Provides: tex(biblatex-caspervector-utf8.def) = %{tl_version} -Provides: tex(caspervector.bbx) = %{tl_version} -Provides: tex(caspervector.cbx) = %{tl_version} +Provides: tex(diagxy.tex) = %{tl_version} -%description biblatex-caspervector -The package provides a simple and easily extensible -biblography/citation style for Chinese LaTeX users, using -biblatex. +%description barr +Diagxy is a general diagramming package, useful for diagrams in +a number of mathematical disciplines. Diagxy is a development +of an earlier (successful) package to use the facilities of the +xypic bundle. -date: 2013-03-29 22:46:33 +0100 +date: 2011-06-19 14:02:49 +0200 -%post biblatex-caspervector +%post barr mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-caspervector +%postun barr if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20217,63 +19317,67 @@ else fi : -%posttrans biblatex-caspervector +%posttrans barr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-caspervector-doc -Summary: Documentation for biblatex-caspervector -Version: svn29577.0.1.7 +%package barr-doc +Summary: Documentation for barr +Version: svn23579.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-caspervector-doc +Provides: tex-barr-doc BuildArch: noarch AutoReqProv: No -%description biblatex-caspervector-doc -Documentation for biblatex-caspervector +%description barr-doc +Documentation for barr -%package biblatex-dw -Provides: tex-biblatex-dw = %{tl_version} -License: LPPL -Summary: Humanities styles for biblatex -Version: svn27035.1.5 +%package bartel-chess-fonts +Provides: tex-bartel-chess-fonts = %{tl_version} +License: GPL+ +Summary: A set of fonts supporting chess diagrams +Version: svn20619.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle-dw.bbx) -Requires: tex(standard.bbx) -Provides: tex(authortitle-dw.bbx) = %{tl_version} -Provides: tex(footnote-dw.bbx) = %{tl_version} -Provides: tex(standard-dw.bbx) = %{tl_version} -Provides: tex(authortitle-dw.cbx) = %{tl_version} -Provides: tex(footnote-dw.cbx) = %{tl_version} -Provides: tex(standard-dw.cbx) = %{tl_version} +Provides: tex(fselch10.tfm) = %{tl_version} +Provides: tex(fselch11.tfm) = %{tl_version} +Provides: tex(fselch12.tfm) = %{tl_version} +Provides: tex(fselch13.tfm) = %{tl_version} +Provides: tex(fselch14.tfm) = %{tl_version} +Provides: tex(fselch16.tfm) = %{tl_version} +Provides: tex(fselch17.tfm) = %{tl_version} +Provides: tex(fselch20.tfm) = %{tl_version} +Provides: tex(fselch24.tfm) = %{tl_version} +Provides: tex(fselch32.tfm) = %{tl_version} +Provides: tex(fselch36.tfm) = %{tl_version} +Provides: tex(fselch6.tfm) = %{tl_version} +Provides: tex(fselch7.tfm) = %{tl_version} +Provides: tex(fselch8.tfm) = %{tl_version} +Provides: tex(fselch9.tfm) = %{tl_version} +Provides: tex(pkelch10.tfm) = %{tl_version} +Provides: tex(pkelch11.tfm) = %{tl_version} +Provides: tex(pkelch12.tfm) = %{tl_version} +Provides: tex(pkelch14.tfm) = %{tl_version} +Provides: tex(pkelch16.tfm) = %{tl_version} +Provides: tex(pkelch8.tfm) = %{tl_version} +Provides: tex(pkelch9.tfm) = %{tl_version} -%description biblatex-dw -A small collection of styles for the biblatex package. It was -designed for citations in the humanities and offers some -features that are not provided by the standard biblatex styles. -The styles are dependent on biblatex (at least version 0.9b) -and cannot be used without it. Eine kleine Sammlung von Stilen -fur das Paket biblatex. Es ist auf geisteswissenschaftliche -Zitierweise zugeschnitten und bietet einige Funktionen, die von -den Standard-Stilen von biblatex nicht direkt bereitgestellt -werden. Biblatex-dw baut vollstandig auf biblatex auf und kann -nicht ohne biblatex (mindestens in der Version 0.9b) verwendet -werden. +%description bartel-chess-fonts +The fonts are provided as MetaFont source. -date: 2012-06-28 18:57:40 +0200 +date: 2010-11-29 08:56:06 +0100 -%post biblatex-dw +%post bartel-chess-fonts mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-dw +%postun bartel-chess-fonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20282,58 +19386,58 @@ else fi : -%posttrans biblatex-dw +%posttrans bartel-chess-fonts if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-dw-doc -Summary: Documentation for biblatex-dw -Version: svn27035.1.5 +%package bartel-chess-fonts-doc +Summary: Documentation for bartel-chess-fonts +Version: svn20619.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-dw-doc +Provides: tex-bartel-chess-fonts-doc BuildArch: noarch AutoReqProv: No -%description biblatex-dw-doc -Documentation for biblatex-dw +%description bartel-chess-fonts-doc +Documentation for bartel-chess-fonts -%package biblatex-fiwi -Provides: tex-biblatex-fiwi = %{tl_version} +%package bashful +Provides: tex-bashful = %{tl_version} License: LPPL 1.3 -Summary: Biblatex styles for use in German humanities -Version: svn29578.1.2c +Summary: Invoke bash commands from within LaTeX +Version: svn25597.0.92 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(fiwi.cbx) -Provides: tex(fiwi-yearbeginning.bbx) = %{tl_version} -Provides: tex(fiwi.bbx) = %{tl_version} -Provides: tex(fiwi.cbx) = %{tl_version} -Provides: tex(fiwi2.bbx) = %{tl_version} -Provides: tex(fiwi2.cbx) = %{tl_version} +Requires: tex(xcolor.sty) +Requires: tex(catchfile.sty) +Requires: tex(xkeyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(listings.sty) +Provides: tex(bashful.sty) = %{tl_version} -%description biblatex-fiwi -The package provides a collection of styles for biblatex -(version 1.7 is required, currently). It was designed for -citations in German Humanities, especially film studies, and -offers some features that are not provided by the standard -biblatex styles. The style is highly optimized for documents -written in German, and the main documentation is only available -in German. +%description bashful +The package makes it possible to execute Unix bash shell +scripts from within LaTeX. The main application is in writing +computer-science texts, in which you want to make sure the +programs listed in the document are executed directly from the +input. The package may use other Unix shells than bash, but +does not work without modification in a Windows environment. +The package requires the -shell-escape flag when LaTeX is +processing your document. -date: 2013-03-30 16:12:04 +0100 +date: 2011-06-17 14:38:58 +0200 -%post biblatex-fiwi +%post bashful mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-fiwi +%postun bashful if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20342,125 +19446,179 @@ else fi : -%posttrans biblatex-fiwi +%posttrans bashful if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-fiwi-doc -Summary: Documentation for biblatex-fiwi -Version: svn29578.1.2c +%package bashful-doc +Summary: Documentation for bashful +Version: svn25597.0.92 Release: %{tl_noarch_release} -Provides: tex-biblatex-fiwi-doc +Provides: tex-bashful-doc BuildArch: noarch AutoReqProv: No -%description biblatex-fiwi-doc -Documentation for biblatex-fiwi +%description bashful-doc +Documentation for bashful -%package biblatex-gost -Provides: tex-biblatex-gost = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex support for GOST standard bibliographies -Version: svn29663.0.8 +%package baskervald +Provides: tex-baskervald = %{tl_version} +License: LPPL +Summary: Baskervald ADF fonts collection with TeX/LaTeX support +Version: svn19490.1.016 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gost-alphabetic.cbx) -Requires: tex(gost-authoryear.bbx) -Requires: tex(gost-inline-min.bbx) -Requires: tex(gost-inline.bbx) -Requires: tex(gost-numeric.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(biblatex-gost.def) = %{tl_version} -Provides: tex(gost-alphabetic-min.bbx) = %{tl_version} -Provides: tex(gost-alphabetic-min.cbx) = %{tl_version} -Provides: tex(gost-alphabetic.bbx) = %{tl_version} -Provides: tex(gost-alphabetic.cbx) = %{tl_version} -Provides: tex(gost-authoryear-min.bbx) = %{tl_version} -Provides: tex(gost-authoryear-min.cbx) = %{tl_version} -Provides: tex(gost-authoryear.bbx) = %{tl_version} -Provides: tex(gost-authoryear.cbx) = %{tl_version} -Provides: tex(gost-footnote-min.bbx) = %{tl_version} -Provides: tex(gost-footnote-min.cbx) = %{tl_version} -Provides: tex(gost-footnote.bbx) = %{tl_version} -Provides: tex(gost-footnote.cbx) = %{tl_version} -Provides: tex(gost-inline-min.bbx) = %{tl_version} -Provides: tex(gost-inline-min.cbx) = %{tl_version} -Provides: tex(gost-inline.bbx) = %{tl_version} -Provides: tex(gost-inline.cbx) = %{tl_version} -Provides: tex(gost-numeric-min.bbx) = %{tl_version} -Provides: tex(gost-numeric-min.cbx) = %{tl_version} -Provides: tex(gost-numeric.bbx) = %{tl_version} -Provides: tex(gost-numeric.cbx) = %{tl_version} -Provides: tex(gost-standard.bbx) = %{tl_version} +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(supp-ybv.enc) = %{tl_version} +Provides: tex(ybv.map) = %{tl_version} +Provides: tex(ybvb8c.tfm) = %{tl_version} +Provides: tex(ybvb8r.tfm) = %{tl_version} +Provides: tex(ybvb8s.tfm) = %{tl_version} +Provides: tex(ybvb8t.tfm) = %{tl_version} +Provides: tex(ybvbi8c.tfm) = %{tl_version} +Provides: tex(ybvbi8r.tfm) = %{tl_version} +Provides: tex(ybvbi8s.tfm) = %{tl_version} +Provides: tex(ybvbi8t.tfm) = %{tl_version} +Provides: tex(ybvbiw8t.tfm) = %{tl_version} +Provides: tex(ybvbw8t.tfm) = %{tl_version} +Provides: tex(ybvh8c.tfm) = %{tl_version} +Provides: tex(ybvh8r.tfm) = %{tl_version} +Provides: tex(ybvh8s.tfm) = %{tl_version} +Provides: tex(ybvh8t.tfm) = %{tl_version} +Provides: tex(ybvho8c.tfm) = %{tl_version} +Provides: tex(ybvho8r.tfm) = %{tl_version} +Provides: tex(ybvho8s.tfm) = %{tl_version} +Provides: tex(ybvho8t.tfm) = %{tl_version} +Provides: tex(ybvhow8t.tfm) = %{tl_version} +Provides: tex(ybvhw8t.tfm) = %{tl_version} +Provides: tex(ybvr8c.tfm) = %{tl_version} +Provides: tex(ybvr8r.tfm) = %{tl_version} +Provides: tex(ybvr8s.tfm) = %{tl_version} +Provides: tex(ybvr8t.tfm) = %{tl_version} +Provides: tex(ybvri8c.tfm) = %{tl_version} +Provides: tex(ybvri8r.tfm) = %{tl_version} +Provides: tex(ybvri8s.tfm) = %{tl_version} +Provides: tex(ybvri8t.tfm) = %{tl_version} +Provides: tex(ybvriw8t.tfm) = %{tl_version} +Provides: tex(ybvrw8t.tfm) = %{tl_version} +Provides: tex(ybvb8a.pfb) = %{tl_version} +Provides: tex(ybvbi8a.pfb) = %{tl_version} +Provides: tex(ybvh8a.pfb) = %{tl_version} +Provides: tex(ybvho8a.pfb) = %{tl_version} +Provides: tex(ybvr8a.pfb) = %{tl_version} +Provides: tex(ybvri8a.pfb) = %{tl_version} +Provides: tex(ybvb8c.vf) = %{tl_version} +Provides: tex(ybvb8t.vf) = %{tl_version} +Provides: tex(ybvbi8c.vf) = %{tl_version} +Provides: tex(ybvbi8t.vf) = %{tl_version} +Provides: tex(ybvbiw8t.vf) = %{tl_version} +Provides: tex(ybvbw8t.vf) = %{tl_version} +Provides: tex(ybvh8c.vf) = %{tl_version} +Provides: tex(ybvh8t.vf) = %{tl_version} +Provides: tex(ybvho8c.vf) = %{tl_version} +Provides: tex(ybvho8t.vf) = %{tl_version} +Provides: tex(ybvhow8t.vf) = %{tl_version} +Provides: tex(ybvhw8t.vf) = %{tl_version} +Provides: tex(ybvr8c.vf) = %{tl_version} +Provides: tex(ybvr8t.vf) = %{tl_version} +Provides: tex(ybvri8c.vf) = %{tl_version} +Provides: tex(ybvri8t.vf) = %{tl_version} +Provides: tex(ybvriw8t.vf) = %{tl_version} +Provides: tex(ybvrw8t.vf) = %{tl_version} +Provides: tex(baskervald.sty) = %{tl_version} +Provides: tex(t1ybv.fd) = %{tl_version} +Provides: tex(t1ybvw.fd) = %{tl_version} +Provides: tex(ts1ybv.fd) = %{tl_version} +Provides: tex(ts1ybvw.fd) = %{tl_version} -%description biblatex-gost -The package provides biblatex support for Russian bibliography -style GOST 7.0.5-2008 +%description baskervald +Baskervald ADF is a serif family with lining figures designed +as a substitute for Baskerville. The family currently includes +upright and italic or oblique shapes in each of regular, bold +and heavy weights. All fonts include the slashed zero and +additional non-standard ligatures. The support package renames +them according to the Karl Berry fontname scheme and defines +two families. One of these primarily provides access to the +"standard" or default characters while the other supports +additional ligatures. The included package files provide access +to these features in LaTeX. -date: 2013-04-03 11:13:43 +0200 +date: 2010-07-14 23:45:16 +0200 -%post biblatex-gost +%post baskervald mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun +if [ $1 -gt 0 ] ; then +sed -i '/^Map ybv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ybv.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi : -%postun biblatex-gost -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +%postun baskervald +if [ $1 == 0 ] ; then +sed -i '/^Map ybv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap fi : -%posttrans biblatex-gost -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans baskervald +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-gost-doc -Summary: Documentation for biblatex-gost -Version: svn29663.0.8 +%package baskervald-doc +Summary: Documentation for baskervald +Version: svn19490.1.016 Release: %{tl_noarch_release} -Provides: tex-biblatex-gost-doc +Provides: tex-baskervald-doc BuildArch: noarch AutoReqProv: No -%description biblatex-gost-doc -Documentation for biblatex-gost +%description baskervald-doc +Documentation for baskervald -%package biblatex-historian -Provides: tex-biblatex-historian = %{tl_version} -License: LPPL -Summary: A Biblatex style -Version: svn19787.0.4 +%package basque-book +Provides: tex-basque-book = %{tl_version} +License: LPPL 1.2 +Summary: Class for book-type documents written in Basque +Version: svn27049.1.20 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(historian.bbx) = %{tl_version} -Provides: tex(historian.cbx) = %{tl_version} +Requires: tex(basque-date.sty) +Provides: tex(basque-book.cls) = %{tl_version} -%description biblatex-historian -A biblatex style, based on the Turabian Manual (a version of -Chicago). +%description basque-book +The class is derived from the LaTeX book class. The extensions +solve grammatical and numeration issues that occur when book- +type documents are written in Basque. The class is useful for +writing books, PhD and Master Theses, etc., in Basque. -date: 2010-08-23 11:17:08 +0200 +date: 2012-07-09 13:17:27 +0200 -%post biblatex-historian +%post basque-book mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-historian +%postun basque-book if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20469,59 +19627,50 @@ else fi : -%posttrans biblatex-historian +%posttrans basque-book if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-historian-doc -Summary: Documentation for biblatex-historian -Version: svn19787.0.4 +%package basque-book-doc +Summary: Documentation for basque-book +Version: svn27049.1.20 Release: %{tl_noarch_release} -Provides: tex-biblatex-historian-doc +Provides: tex-basque-book-doc BuildArch: noarch AutoReqProv: No -%description biblatex-historian-doc -Documentation for biblatex-historian +%description basque-book-doc +Documentation for basque-book -%package biblatex-chem -Provides: tex-biblatex-chem = %{tl_version} -License: LPPL 1.3 -Summary: A set of biblatex implementations of chemistry-related bibliography styles -Version: svn29089.1.1k +%package basque-date +Provides: tex-basque-date = %{tl_version} +License: LPPL 1.2 +Summary: Print the date in Basque +Version: svn26477.1.05 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(chem-acs.bbx) = %{tl_version} -Provides: tex(chem-acs.cbx) = %{tl_version} -Provides: tex(chem-angew.bbx) = %{tl_version} -Provides: tex(chem-angew.cbx) = %{tl_version} -Provides: tex(chem-biochem.bbx) = %{tl_version} -Provides: tex(chem-biochem.cbx) = %{tl_version} -Provides: tex(chem-rsc.bbx) = %{tl_version} -Provides: tex(chem-rsc.cbx) = %{tl_version} +Provides: tex(basque-date.sty) = %{tl_version} -%description biblatex-chem -The bundle offers a set of styles to allow chemists to use -biblatex. The package has complete styles for: - all ACS -journals; - RSC journals using standard (Chem. Commun.) style; -and - Angewandte Chem. style, thus covering a wide range of -journals. A comprehensive set of examples of use is included. +%description basque-date +The package provides two LaTeX commands to print the current +date in Basque according to the correct forms ruled by The +Basque Language Academy (Euskaltzaindia). The commands +automatically solve the complex declination issues of numbers +in Basque. -date: 2013-02-11 23:55:50 +0100 +date: 2012-05-17 14:56:37 +0200 -%post biblatex-chem +%post basque-date mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-chem +%postun basque-date if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20530,62 +19679,46 @@ else fi : -%posttrans biblatex-chem +%posttrans basque-date if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-chem-doc -Summary: Documentation for biblatex-chem -Version: svn29089.1.1k +%package basque-date-doc +Summary: Documentation for basque-date +Version: svn26477.1.05 Release: %{tl_noarch_release} -Provides: tex-biblatex-chem-doc +Provides: tex-basque-date-doc BuildArch: noarch AutoReqProv: No -%description biblatex-chem-doc -Documentation for biblatex-chem +%description basque-date-doc +Documentation for basque-date -%package biblatex-chicago -Provides: tex-biblatex-chicago = %{tl_version} -License: LPPL 1.3 -Summary: Chicago style files for biblatex -Version: svn29410.0.9.9c +%package bbcard +Provides: tex-bbcard = %{tl_version} +License: Public Domain +Summary: Bullshit bingo, calendar and baseball-score cards +Version: svn19440.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(biblatex.sty) -Provides: tex(biblatex-chicago.sty) = %{tl_version} -Provides: tex(chicago-authordate-trad.bbx) = %{tl_version} -Provides: tex(chicago-authordate-trad.cbx) = %{tl_version} -Provides: tex(chicago-authordate.bbx) = %{tl_version} -Provides: tex(chicago-authordate.cbx) = %{tl_version} -Provides: tex(chicago-authordate15.bbx) = %{tl_version} -Provides: tex(chicago-authordate15.cbx) = %{tl_version} -Provides: tex(chicago-notes.bbx) = %{tl_version} -Provides: tex(chicago-notes.cbx) = %{tl_version} -Provides: tex(chicago-notes15.bbx) = %{tl_version} -Provides: tex(chicago-notes15.cbx) = %{tl_version} -%description biblatex-chicago -This is a biblatex style that implements the Chicago 'author- -date' and 'notes with bibliography' style specifications given -in the Chicago Manual of Style, 16th edition. The style -implements entry types for citing audio-visual materials. The -package was previously known as biblatex-chicago-notes-df. +%description bbcard +Three jiffy packages for creating cards of various sorts with +MetaPost. -date: 2013-03-16 10:45:28 +0100 +date: 2008-08-17 01:00:50 +0200 -%post biblatex-chicago +%post bbcard mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-chicago +%postun bbcard if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20594,57 +19727,51 @@ else fi : -%posttrans biblatex-chicago +%posttrans bbcard if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-chicago-doc -Summary: Documentation for biblatex-chicago -Version: svn29410.0.9.9c +%package bbcard-doc +Summary: Documentation for bbcard +Version: svn19440.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-chicago-doc +Provides: tex-bbcard-doc BuildArch: noarch AutoReqProv: No -%description biblatex-chicago-doc -Documentation for biblatex-chicago +%description bbcard-doc +Documentation for bbcard -%package biblatex-ieee -Provides: tex-biblatex-ieee = %{tl_version} -License: LPPL 1.3 -Summary: Ieee style files for biblatex -Version: svn29068.1.1h +%package bbding +Provides: tex-bbding = %{tl_version} +License: LPPL +Summary: A symbol (dingbat) font and LaTeX macros for its use +Version: svn17186.1.01 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(alphabetic.cbx) -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(ieee-alphabetic.bbx) = %{tl_version} -Provides: tex(ieee-alphabetic.cbx) = %{tl_version} -Provides: tex(ieee.bbx) = %{tl_version} -Provides: tex(ieee.cbx) = %{tl_version} +Provides: tex(bbding10.tfm) = %{tl_version} +Provides: tex(Uding.fd) = %{tl_version} +Provides: tex(bbding.sty) = %{tl_version} -%description biblatex-ieee -This is a biblatex style that implements the bibliography style -of the IEEE for biblatex. The implementation follows standard -biblatex conventions, and can be used simply by loading -biblatex with the appropriate option: -\usepackage[style=ieee]{biblatex} A demonstration database is -provided to show how to format input for the style. +%description bbding +A symbol font (distributed as MetaFont source) that contains +many of the symbols of the Zapf dingbats set, together with an +NFSS interface for using the font. An Adobe Type 1 version of +the fonts is available in the niceframe fonts bundle. -date: 2013-02-09 14:33:43 +0100 +date: 2010-02-15 12:02:42 +0100 -%post biblatex-ieee +%post bbding mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-ieee +%postun bbding if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20653,51 +19780,52 @@ else fi : -%posttrans biblatex-ieee +%posttrans bbding if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-ieee-doc -Summary: Documentation for biblatex-ieee -Version: svn29068.1.1h +%package bbding-doc +Summary: Documentation for bbding +Version: svn17186.1.01 Release: %{tl_noarch_release} -Provides: tex-biblatex-ieee-doc +Provides: tex-bbding-doc BuildArch: noarch AutoReqProv: No -%description biblatex-ieee-doc -Documentation for biblatex-ieee +%description bbding-doc +Documentation for bbding -%package biblatex-juradiss -Provides: tex-biblatex-juradiss = %{tl_version} +%package bbm-macros +Provides: tex-bbm-macros = %{tl_version} License: LPPL -Summary: Biblatex stylefiles for German law thesis -Version: svn29252.0.1f +Summary: LaTeX support for "blackboard-style" cm fonts +Version: svn17224.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle-dw.bbx) -Requires: tex(authortitle-dw.cbx) -Provides: tex(biblatex-juradiss.bbx) = %{tl_version} -Provides: tex(biblatex-juradiss.cbx) = %{tl_version} +Provides: tex(bbm.sty) = %{tl_version} +Provides: tex(ubbm.fd) = %{tl_version} +Provides: tex(ubbmss.fd) = %{tl_version} +Provides: tex(ubbmtt.fd) = %{tl_version} -%description biblatex-juradiss -The package provides a style for use in typesetting a German -law thesis with LaTeX. The style (using biblatex) is based on -biblatex-dw. +%description bbm-macros +Provides LaTeX support for Blackboard variants of Computer +Modern fonts. Declares a font family bbm so you can in +principle write running text in blackboard bold, and lots of +math alphabets for using the fonts within maths. -date: 2013-03-01 08:15:18 +0100 +date: 2010-02-15 23:28:51 +0100 -%post biblatex-juradiss +%post bbm-macros mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-juradiss +%postun bbm-macros if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20706,60 +19834,92 @@ else fi : -%posttrans biblatex-juradiss +%posttrans bbm-macros if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-juradiss-doc -Summary: Documentation for biblatex-juradiss -Version: svn29252.0.1f +%package bbm-macros-doc +Summary: Documentation for bbm-macros +Version: svn17224.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-juradiss-doc +Provides: tex-bbm-macros-doc BuildArch: noarch AutoReqProv: No -%description biblatex-juradiss-doc -Documentation for biblatex-juradiss +%description bbm-macros-doc +Documentation for bbm-macros -%package biblatex-luh-ipw -Provides: tex-biblatex-luh-ipw = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex styles for social sciences -Version: svn25093.0.2 +%package bbm +Provides: tex-bbm = %{tl_version} +License: Copyright only +Summary: "Blackboard-style" cm fonts +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear-icomp.bbx) -Requires: tex(verbose-inote.bbx) -Requires: tex(authoryear-icomp.cbx) -Requires: tex(verbose-inote.cbx) -Provides: tex(authoryear-luh-ipw.bbx) = %{tl_version} -Provides: tex(standard-luh-ipw.bbx) = %{tl_version} -Provides: tex(verbose-inote-luh-ipw.bbx) = %{tl_version} -Provides: tex(authoryear-luh-ipw.cbx) = %{tl_version} -Provides: tex(standard-luh-ipw.cbx) = %{tl_version} -Provides: tex(verbose-inote-luh-ipw.cbx) = %{tl_version} +Provides: tex(bbm10.tfm) = %{tl_version} +Provides: tex(bbm12.tfm) = %{tl_version} +Provides: tex(bbm17.tfm) = %{tl_version} +Provides: tex(bbm5.tfm) = %{tl_version} +Provides: tex(bbm6.tfm) = %{tl_version} +Provides: tex(bbm7.tfm) = %{tl_version} +Provides: tex(bbm8.tfm) = %{tl_version} +Provides: tex(bbm9.tfm) = %{tl_version} +Provides: tex(bbmb10.tfm) = %{tl_version} +Provides: tex(bbmbx10.tfm) = %{tl_version} +Provides: tex(bbmbx12.tfm) = %{tl_version} +Provides: tex(bbmbx5.tfm) = %{tl_version} +Provides: tex(bbmbx6.tfm) = %{tl_version} +Provides: tex(bbmbx7.tfm) = %{tl_version} +Provides: tex(bbmbx8.tfm) = %{tl_version} +Provides: tex(bbmbx9.tfm) = %{tl_version} +Provides: tex(bbmbxsl10.tfm) = %{tl_version} +Provides: tex(bbmdunh10.tfm) = %{tl_version} +Provides: tex(bbmfib8.tfm) = %{tl_version} +Provides: tex(bbmfxib8.tfm) = %{tl_version} +Provides: tex(bbmsl10.tfm) = %{tl_version} +Provides: tex(bbmsl12.tfm) = %{tl_version} +Provides: tex(bbmsl8.tfm) = %{tl_version} +Provides: tex(bbmsl9.tfm) = %{tl_version} +Provides: tex(bbmss10.tfm) = %{tl_version} +Provides: tex(bbmss12.tfm) = %{tl_version} +Provides: tex(bbmss17.tfm) = %{tl_version} +Provides: tex(bbmss8.tfm) = %{tl_version} +Provides: tex(bbmss9.tfm) = %{tl_version} +Provides: tex(bbmssbx10.tfm) = %{tl_version} +Provides: tex(bbmssdc10.tfm) = %{tl_version} +Provides: tex(bbmssi10.tfm) = %{tl_version} +Provides: tex(bbmssi12.tfm) = %{tl_version} +Provides: tex(bbmssi17.tfm) = %{tl_version} +Provides: tex(bbmssi8.tfm) = %{tl_version} +Provides: tex(bbmssi9.tfm) = %{tl_version} +Provides: tex(bbmssq8.tfm) = %{tl_version} +Provides: tex(bbmssqi8.tfm) = %{tl_version} +Provides: tex(bbmtt10.tfm) = %{tl_version} +Provides: tex(bbmtt12.tfm) = %{tl_version} +Provides: tex(bbmtt8.tfm) = %{tl_version} +Provides: tex(bbmtt9.tfm) = %{tl_version} -%description biblatex-luh-ipw -The bundle is a small collection of styles for biblatex. It was -designed for citations in the Humanities, following the -guidelines of style of the institutes for the social sciences -of the Leibniz University Hannover/LUH (especially the -Institute of Political Science). The bundle depends on biblatex -(version 1.1 at least) and cannot be used without it. +%description bbm +Blackboard variants of Computer Modern fonts. The fonts are +distributed as MetaFont source (only); LaTeX support is +available with the bbm-macros package. The Sauter font package +has MetaFont parameter source files for building the fonts at +more sizes than you could reasonably imagine. A sample of these +fonts appears in the blackboard bold sampler. -date: 2012-01-10 17:14:00 +0100 +date: 2009-11-19 15:03:53 +0100 -%post biblatex-luh-ipw +%post bbm mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-luh-ipw +%postun bbm if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20768,49 +19928,60 @@ else fi : -%posttrans biblatex-luh-ipw +%posttrans bbm if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-luh-ipw-doc -Summary: Documentation for biblatex-luh-ipw -Version: svn25093.0.2 +%package bbm-doc +Summary: Documentation for bbm +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-luh-ipw-doc +Provides: tex-bbm-doc BuildArch: noarch AutoReqProv: No -%description biblatex-luh-ipw-doc -Documentation for biblatex-luh-ipw +%description bbm-doc +Documentation for bbm -%package biblatex-mla -Provides: tex-biblatex-mla = %{tl_version} -License: LPPL -Summary: MLA style files for biblatex -Version: svn20910.0.95 +%package bbold +Provides: tex-bbold = %{tl_version} +License: BSD +Summary: Sans serif blackboard bold +Version: svn17187.1.01 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(mla.bbx) = %{tl_version} -Provides: tex(mla.cbx) = %{tl_version} +Provides: tex(bbold10.tfm) = %{tl_version} +Provides: tex(bbold12.tfm) = %{tl_version} +Provides: tex(bbold17.tfm) = %{tl_version} +Provides: tex(bbold5.tfm) = %{tl_version} +Provides: tex(bbold6.tfm) = %{tl_version} +Provides: tex(bbold7.tfm) = %{tl_version} +Provides: tex(bbold8.tfm) = %{tl_version} +Provides: tex(bbold9.tfm) = %{tl_version} +Provides: tex(Ubbold.fd) = %{tl_version} +Provides: tex(bbold.sty) = %{tl_version} -%description biblatex-mla -The package provides biblatex support for citations in the -format specified by the MLA handbook. +%description bbold +A geometric sans serif blackboard bold font, for use in +mathematics; MetaFont sources are provided, as well as macros +for use with LaTeX. The Sauter font package has MetaFont +parameter source files for building the fonts at more sizes +than you could reasonably imagine. See the blackboard sampler +for a feel for the font's appearance. -date: 2011-01-02 13:07:58 +0100 +date: 2010-02-15 23:28:51 +0100 -%post biblatex-mla +%post bbold mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-mla +%postun bbold if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20819,50 +19990,124 @@ else fi : -%posttrans biblatex-mla +%posttrans bbold if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-mla-doc -Summary: Documentation for biblatex-mla -Version: svn20910.0.95 +%package bbold-doc +Summary: Documentation for bbold +Version: svn17187.1.01 Release: %{tl_noarch_release} -Provides: tex-biblatex-mla-doc +Provides: tex-bbold-doc BuildArch: noarch AutoReqProv: No -%description biblatex-mla-doc -Documentation for biblatex-mla +%description bbold-doc +Documentation for bbold -%package biblatex-musuos -Provides: tex-biblatex-musuos = %{tl_version} +%package bbold-type1 +Provides: tex-bbold-type1 = %{tl_version} +License: Copyright only +Summary: An Adobe Type 1 format version of the bbold font +Version: svn20524.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(bbold.map) = %{tl_version} +Provides: tex(bbold10.pfb) = %{tl_version} +Provides: tex(bbold5.pfb) = %{tl_version} +Provides: tex(bbold7.pfb) = %{tl_version} + +%description bbold-type1 +The files offer an Adobe Type 1 format version of the 5pt, 7pt +and 10pt versions of the bbold fonts. The distribution also +includes a map file, for use when incorporating the fonts into +TeX documents, but no macro sets are provided (the fonts will +not provide the correct results using macros designed for use +with the MetaFont versions of the fonts. The fonts were +produced to be part of the TeX distribution from Y&Y; they were +generously donated to the TeX Users' Group when Y&Y closed its +doors as a business. + +date: 2010-11-21 18:48:27 +0100 + +%post bbold-type1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap bbold.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap bbold.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun bbold-type1 +if [ $1 == 0 ] ; then +sed -i '/^MixedMap bbold.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans bbold-type1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bbold-type1-doc +Summary: Documentation for bbold-type1 +Version: svn20524.0 +Release: %{tl_noarch_release} +Provides: tex-bbold-type1-doc +BuildArch: noarch +AutoReqProv: No + +%description bbold-type1-doc +Documentation for bbold-type1 + +%package bclogo +Provides: tex-bclogo = %{tl_version} License: LPPL -Summary: A biblatex style for citations in musuos.cls -Version: svn24097.1.0 +Summary: Creating colourful boxes with logos +Version: svn23305.2.26 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle.bbx) -Requires: tex(verbose-ibid.cbx) -Provides: tex(musuos.bbx) = %{tl_version} -Provides: tex(musuos.cbx) = %{tl_version} +Requires: tex(xkeyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(tikz.sty) +Requires: tex(pst-blur.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pst-coil.sty) +Requires: tex(ifpdf.sty) +Provides: tex(bclogo.sty) = %{tl_version} -%description biblatex-musuos -The style is designed for use with the musuos class, but it -should be usable with other classes, too. +%description bclogo +The package facilitates the creation of colorful boxes with a +title and logo. It may use either tikz or PSTricks as graphics +engine. -date: 2011-09-23 15:58:32 +0200 +date: 2011-08-01 12:18:46 +0200 -%post biblatex-musuos +%post bclogo mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-musuos +%postun bclogo if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20871,50 +20116,52 @@ else fi : -%posttrans biblatex-musuos +%posttrans bclogo if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-musuos-doc -Summary: Documentation for biblatex-musuos -Version: svn24097.1.0 +%package bclogo-doc +Summary: Documentation for bclogo +Version: svn23305.2.26 Release: %{tl_noarch_release} -Provides: tex-biblatex-musuos-doc +Provides: tex-bclogo-doc BuildArch: noarch AutoReqProv: No -%description biblatex-musuos-doc -Documentation for biblatex-musuos +%description bclogo-doc +Documentation for bclogo -%package biblatex-nature -Provides: tex-biblatex-nature = %{tl_version} +%package beameraudience +Provides: tex-beameraudience = %{tl_version} License: LPPL -Summary: Biblatex support for Nature -Version: svn28969.1.2c +Summary: Assembling beamer frames according to audience +Version: svn23427.0.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(nature.bbx) = %{tl_version} -Provides: tex(nature.cbx) = %{tl_version} +Requires: tex(kvoptions.sty) +Requires: tex(cprotect.sty) +Requires: tex(ifthen.sty) +Provides: tex(beameraudience.sty) = %{tl_version} -%description biblatex-nature -The bundle offers styles that allow authors to use biblatex -when preparing papers for submission to the journal Nature. +%description beameraudience +The Beamer Audience package provides macros to easily assemble +frames according to different audiences. It enables to pick up +the frames for a specific audience while leaving their order +according to a logical structure in the LaTeX source. -date: 2013-01-28 09:21:48 +0100 +date: 2011-08-05 01:50:01 +0200 -%post biblatex-nature +%post beameraudience mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-nature +%postun beameraudience if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20923,50 +20170,61 @@ else fi : -%posttrans biblatex-nature +%posttrans beameraudience if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-nature-doc -Summary: Documentation for biblatex-nature -Version: svn28969.1.2c +%package beameraudience-doc +Summary: Documentation for beameraudience +Version: svn23427.0.1 Release: %{tl_noarch_release} -Provides: tex-biblatex-nature-doc +Provides: tex-beameraudience-doc BuildArch: noarch AutoReqProv: No -%description biblatex-nature-doc -Documentation for biblatex-nature +%description beameraudience-doc +Documentation for beameraudience -%package biblatex-nejm -Provides: tex-biblatex-nejm = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex style for the New England Journal of Medicine (NEJM) -Version: svn24011.0.4 +%package beamer-FUBerlin +Provides: tex-beamer-FUBerlin = %{tl_version} +License: LPPL +Summary: Beamer, using the style of FU Berlin +Version: svn15878.0.02 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(nejm.bbx) = %{tl_version} -Provides: tex(nejm.cbx) = %{tl_version} +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(graphicx.sty) +Requires: tex(tabularx.sty) +Requires: tex(helvet.sty) +Provides: tex(FUbeamer.cls) = %{tl_version} +Provides: tex(beamercolorthemeBerlinFU.sty) = %{tl_version} +Provides: tex(beamerfontthemeBerlinFU.sty) = %{tl_version} +Provides: tex(beamerouterthemeBerlinFU.sty) = %{tl_version} +Provides: tex(beamerthemeBerlinFU.sty) = %{tl_version} -%description biblatex-nejm -This is a biblatex numeric style based on the design of the New -England Journal of Medicine (NEJM). +%description beamer-FUBerlin +The bundle provides a beamer-derived class and a theme style +file for the corporate design of the Free University in Berlin. +Users may use the class itself (FUbeamer) or use the theme in +the usual way with \usetheme{BerlinFU}. Examples of using both +the class and the theme are provided; the PDF is visually +identical, so the catalogue only lists one; the sources of the +examples do of course differ. -date: 2011-09-09 20:27:18 +0200 +date: 2009-08-11 19:19:50 +0200 -%post biblatex-nejm +%post beamer-FUBerlin mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-nejm +%postun beamer-FUBerlin if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -20975,66 +20233,60 @@ else fi : -%posttrans biblatex-nejm +%posttrans beamer-FUBerlin if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-nejm-doc -Summary: Documentation for biblatex-nejm -Version: svn24011.0.4 +%package beamer-FUBerlin-doc +Summary: Documentation for beamer-FUBerlin +Version: svn15878.0.02 Release: %{tl_noarch_release} -Provides: tex-biblatex-nejm-doc +Provides: tex-beamer-FUBerlin-doc BuildArch: noarch AutoReqProv: No -%description biblatex-nejm-doc -Documentation for biblatex-nejm +%description beamer-FUBerlin-doc +Documentation for beamer-FUBerlin -%package biblatex-philosophy -Provides: tex-biblatex-philosophy = %{tl_version} -License: LPPL 1.3 -Summary: Styles for using biblatex for work in philosophy -Version: svn29571.0.8d +%package beamerposter +Provides: tex-beamerposter = %{tl_version} +License: LPPL +Summary: Extend beamer and a0poster for custom sized posters +Version: svn17066.1.07 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Requires: tex(authoryear-comp.cbx) -Requires: tex(philosophy-classic.cbx) -Requires: tex(standard.bbx) -Requires: tex(authortitle.bbx) -Requires: tex(verbose-trad2.cbx) -Provides: tex(philosophy-classic.bbx) = %{tl_version} -Provides: tex(philosophy-classic.cbx) = %{tl_version} -Provides: tex(philosophy-modern.bbx) = %{tl_version} -Provides: tex(philosophy-modern.cbx) = %{tl_version} -Provides: tex(philosophy-standard.bbx) = %{tl_version} -Provides: tex(philosophy-verbose.bbx) = %{tl_version} -Provides: tex(philosophy-verbose.cbx) = %{tl_version} +Requires: tex(xkeyval.sty) +Requires: tex(type1cm.sty) +Requires: tex(fp.sty) +Provides: tex(beamerposter.sty) = %{tl_version} -%description biblatex-philosophy -The packages offers two styles philosophy-classic and -philosophy-modern, that facilitate the production of produce -two different kinds of bibliography, based on the authoryear -style, with options and features to manage the information -about the translation of foreign texts or their reprints. -Though the package's default settings are based on the -conventions used in Italian publications, these styles can be -used with every language recognized by babel, possibly with -some simple redefinitions. +%description beamerposter +The package enables the user to use beamer style operations on +a canvas of the sizes provided by a0poster; font scaling is +available (using packages such as type1cm if necessary). In +addition, the package allows the user to benefit from the nice +colour box handling and alignment provided by the beamer class +(for example, with rounded corners and shadows). Good looking +posters may be created very rapidly. Features include: - +scalable fonts using the fp and type1cm packages; - posters in +A-series sizes, and custom sizes like double A0 are possible; - +still applicable to custom beamer slides, e.g. 16:9 slides for +a wide-screen (i.e. 1.78 aspect ratio); - orientation may be +portrait or landscape; - a 'debug mode' is provided. -date: 2013-03-30 23:58:04 +0100 +date: 2010-02-16 13:45:15 +0100 -%post biblatex-philosophy +%post beamerposter mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-philosophy +%postun beamerposter if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21043,56 +20295,50 @@ else fi : -%posttrans biblatex-philosophy +%posttrans beamerposter if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-philosophy-doc -Summary: Documentation for biblatex-philosophy -Version: svn29571.0.8d +%package beamerposter-doc +Summary: Documentation for beamerposter +Version: svn17066.1.07 Release: %{tl_noarch_release} -Provides: tex-biblatex-philosophy-doc +Provides: tex-beamerposter-doc BuildArch: noarch AutoReqProv: No -%description biblatex-philosophy-doc -Documentation for biblatex-philosophy +%description beamerposter-doc +Documentation for beamerposter -%package biblatex-phys -Provides: tex-biblatex-phys = %{tl_version} -License: LPPL 1.3 -Summary: A biblatex implementation of the AIP and APS bibliography style -Version: svn29139.0.9e +%package beamersubframe +Provides: tex-beamersubframe = %{tl_version} +License: LPPL +Summary: Reorder frames in the PDF file +Version: svn23510.0.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(phys.bbx) = %{tl_version} -Provides: tex(phys.cbx) = %{tl_version} +Requires: tex(verbatim.sty) +Provides: tex(beamersubframe.sty) = %{tl_version} -%description biblatex-phys -The biblatex-phys package provides an implementation of the -bibliography styles of both the AIP and the APS for biblatex. -This implementation follows standard biblatex conventions, and -can be used simply by loading biblatex with the appropriate -option: \usepackage[style=phys]{biblatex} A demonstration -database is provided to show how to format input for the style. -Style options are provided to cover the minor formatting -variations between the AIP and APS bibliography styles. +%description beamersubframe +The package provides a method to reorder frames in the PDF file +without reordering the source. Its principal use is to embed or +append frames with details on some subject. The author +describes the package as "experimental". -date: 2013-02-15 22:57:04 +0100 +date: 2011-08-11 10:23:40 +0200 -%post biblatex-phys +%post beamersubframe mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-phys +%postun beamersubframe if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21101,51 +20347,46 @@ else fi : -%posttrans biblatex-phys +%posttrans beamersubframe if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-phys-doc -Summary: Documentation for biblatex-phys -Version: svn29139.0.9e +%package beamersubframe-doc +Summary: Documentation for beamersubframe +Version: svn23510.0.2 Release: %{tl_noarch_release} -Provides: tex-biblatex-phys-doc +Provides: tex-beamersubframe-doc BuildArch: noarch AutoReqProv: No -%description biblatex-phys-doc -Documentation for biblatex-phys +%description beamersubframe-doc +Documentation for beamersubframe -%package biblatex-publist -Provides: tex-biblatex-publist = %{tl_version} -License: LPPL 1.3 -Summary: BibLaTeX bibliography support for publication lists -Version: svn28166.0.4 +%package beamerthemejltree +Provides: tex-beamerthemejltree = %{tl_version} +License: GPL+ +Summary: Contributed beamer theme +Version: svn21977.1.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Provides: tex(publist.bbx) = %{tl_version} +Provides: tex(beamerthemeJLTree.sty) = %{tl_version} -%description biblatex-publist -The package provides a BibLaTeX bibliography style file (*.bbx) -for publication lists. The style file draws on BibLaTeX's -authoryear style, but provides some extra features often -desired for publication lists, such as the omission of the -author's own name from author or editor data. +%description beamerthemejltree +A theme for beamer presentations. -date: 2012-11-03 11:54:12 +0100 +date: 2010-07-13 19:58:19 +0200 -%post biblatex-publist +%post beamerthemejltree mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-publist +%postun beamerthemejltree if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21154,50 +20395,39 @@ else fi : -%posttrans biblatex-publist +%posttrans beamerthemejltree if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-publist-doc -Summary: Documentation for biblatex-publist -Version: svn28166.0.4 -Release: %{tl_noarch_release} -Provides: tex-biblatex-publist-doc -BuildArch: noarch -AutoReqProv: No - -%description biblatex-publist-doc -Documentation for biblatex-publist - -%package biblatex-science -Provides: tex-biblatex-science = %{tl_version} +%package beamerthemenirma +Provides: tex-beamerthemenirma = %{tl_version} License: LPPL -Summary: Biblatex implementation of the Science bibliography style -Version: svn28970.1.1d +Summary: A Beamer theme for academic presentations +Version: svn20765.0.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(science.bbx) = %{tl_version} -Provides: tex(science.cbx) = %{tl_version} +Requires: tex(beamerbasethemes.sty) +Requires: tex(pgf.sty) +Provides: tex(beamerthemenirma.sty) = %{tl_version} -%description biblatex-science -The bundle offers styles that allow authors to use biblatex -when preparing papers for submission to the journal Science. +%description beamerthemenirma +The package developed for academic purposes. The distribution +includes nothing more than style file needed for preparing +presentations. -date: 2013-01-28 09:21:48 +0100 +date: 2010-12-16 01:15:22 +0100 -%post biblatex-science +%post beamerthemenirma mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-science +%postun beamerthemenirma if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21206,58 +20436,55 @@ else fi : -%posttrans biblatex-science +%posttrans beamerthemenirma if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-science-doc -Summary: Documentation for biblatex-science -Version: svn28970.1.1d +%package beamerthemenirma-doc +Summary: Documentation for beamerthemenirma +Version: svn20765.0.1 Release: %{tl_noarch_release} -Provides: tex-biblatex-science-doc +Provides: tex-beamerthemenirma-doc BuildArch: noarch AutoReqProv: No -%description biblatex-science-doc -Documentation for biblatex-science +%description beamerthemenirma-doc +Documentation for beamerthemenirma -%package biblatex-swiss-legal -Provides: tex-biblatex-swiss-legal = %{tl_version} -License: LPPL 1.3 -Summary: Bibliography and citation styles following Swiss legal practice -Version: svn28659.1.0.1a +%package beamertheme-upenn-bc +Provides: tex-beamertheme-upenn-bc = %{tl_version} +License: LPPL +Summary: Beamer themies for Boston College and the University of Pennsylvania +Version: svn29937.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(biblatex-swiss-legal-base.cbx) -Provides: tex(biblatex-swiss-legal-base.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-base.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-bibliography.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-bibliography.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-general.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-general.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-longarticle.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-longarticle.cbx) = %{tl_version} +Provides: tex(beamercolorthemegoeagles.sty) = %{tl_version} +Provides: tex(beamercolorthemepenn.sty) = %{tl_version} -%description biblatex-swiss-legal -The package provides biblatex bibliography and citation styles -for documents written in accordance with Swiss legal citation -standards. Currently, the package is only usable for French -documents; translations to German and Italian are under -development for future versions. +%description beamertheme-upenn-bc +Beamer themes in the colors of the - University of +Pennsylvania, USA, and - Boston College, USA. Both were tested +for the presentation theme 'Warsaw. Please note that these +color themes are neither official nor exact! The colours are +approximated from the universities' style guidelines and +websites, and slightly modified where necessary to generate an +appealing look. The universities neither endorse, nor provide +any support for, these color themes. I give no warranty for the +code. -date: 2012-12-28 11:19:15 +0100 +date: 2013-04-14 16:59:43 +0200 -%post biblatex-swiss-legal +%post beamertheme-upenn-bc mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-swiss-legal +%postun beamertheme-upenn-bc if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21266,144 +20493,206 @@ else fi : -%posttrans biblatex-swiss-legal +%posttrans beamertheme-upenn-bc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-swiss-legal-doc -Summary: Documentation for biblatex-swiss-legal -Version: svn28659.1.0.1a +%package beamertheme-upenn-bc-doc +Summary: Documentation for beamertheme-upenn-bc +Version: svn29937.1.0 Release: %{tl_noarch_release} -Provides: tex-biblatex-swiss-legal-doc +Provides: tex-beamertheme-upenn-bc-doc BuildArch: noarch AutoReqProv: No -%description biblatex-swiss-legal-doc -Documentation for biblatex-swiss-legal +%description beamertheme-upenn-bc-doc +Documentation for beamertheme-upenn-bc -%package biblatex -Provides: tex-biblatex = %{tl_version} -License: LPPL -Summary: Bibliographies in LaTeX using BibTeX for sorting only -Version: svn28797.2.5 +%package beamer +Provides: tex-beamer = %{tl_version} +License: GPL+ +Summary: A LaTeX class for producing presentations and slides +Version: svn29349.3.26 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(authoryear.bbx) -Requires: tex(biblatex1.sty) -Requires: tex(etoolbox.sty) +Requires: tex-pgf +Requires: tex-xcolor +Requires: tex(beamerbasemodes.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ucs.sty) +Requires: tex(inputenc.sty) +Requires: tex(geometry.sty) +Requires: tex(pgfcore.sty) +Requires: tex(xxcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(beamerbasearticle.sty) +Requires: tex(xcolor.sty) +Requires: tex(amssymb.sty) +Requires: tex(enumerate.sty) Requires: tex(keyval.sty) -Requires: tex(logreq.sty) -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Requires: tex(kvoptions.sty) -Requires: tex(authortitle.cbx) -Provides: tex(alphabetic-verb.bbx) = %{tl_version} -Provides: tex(alphabetic.bbx) = %{tl_version} -Provides: tex(authortitle-comp.bbx) = %{tl_version} -Provides: tex(authortitle-ibid.bbx) = %{tl_version} -Provides: tex(authortitle-icomp.bbx) = %{tl_version} -Provides: tex(authortitle-tcomp.bbx) = %{tl_version} -Provides: tex(authortitle-terse.bbx) = %{tl_version} -Provides: tex(authortitle-ticomp.bbx) = %{tl_version} -Provides: tex(authortitle.bbx) = %{tl_version} -Provides: tex(authoryear-comp.bbx) = %{tl_version} -Provides: tex(authoryear-ibid.bbx) = %{tl_version} -Provides: tex(authoryear-icomp.bbx) = %{tl_version} -Provides: tex(authoryear.bbx) = %{tl_version} -Provides: tex(debug.bbx) = %{tl_version} -Provides: tex(draft.bbx) = %{tl_version} -Provides: tex(numeric-comp.bbx) = %{tl_version} -Provides: tex(numeric-verb.bbx) = %{tl_version} -Provides: tex(numeric.bbx) = %{tl_version} -Provides: tex(reading.bbx) = %{tl_version} -Provides: tex(standard.bbx) = %{tl_version} -Provides: tex(verbose-ibid.bbx) = %{tl_version} -Provides: tex(verbose-inote.bbx) = %{tl_version} -Provides: tex(verbose-note.bbx) = %{tl_version} -Provides: tex(verbose-trad1.bbx) = %{tl_version} -Provides: tex(verbose-trad2.bbx) = %{tl_version} -Provides: tex(verbose-trad3.bbx) = %{tl_version} -Provides: tex(verbose.bbx) = %{tl_version} -Provides: tex(biblatex.cfg) = %{tl_version} -Provides: tex(biblatex.def) = %{tl_version} -Provides: tex(biblatex.sty) = %{tl_version} -Provides: tex(biblatex1.sty) = %{tl_version} -Provides: tex(biblatex2.sty) = %{tl_version} -Provides: tex(blx-compat.def) = %{tl_version} -Provides: tex(blx-dm.def) = %{tl_version} -Provides: tex(blx-mcite.def) = %{tl_version} -Provides: tex(blx-natbib.def) = %{tl_version} -Provides: tex(alphabetic-verb.cbx) = %{tl_version} -Provides: tex(alphabetic.cbx) = %{tl_version} -Provides: tex(authortitle-comp.cbx) = %{tl_version} -Provides: tex(authortitle-ibid.cbx) = %{tl_version} -Provides: tex(authortitle-icomp.cbx) = %{tl_version} -Provides: tex(authortitle-tcomp.cbx) = %{tl_version} -Provides: tex(authortitle-terse.cbx) = %{tl_version} -Provides: tex(authortitle-ticomp.cbx) = %{tl_version} -Provides: tex(authortitle.cbx) = %{tl_version} -Provides: tex(authoryear-comp.cbx) = %{tl_version} -Provides: tex(authoryear-ibid.cbx) = %{tl_version} -Provides: tex(authoryear-icomp.cbx) = %{tl_version} -Provides: tex(authoryear.cbx) = %{tl_version} -Provides: tex(debug.cbx) = %{tl_version} -Provides: tex(draft.cbx) = %{tl_version} -Provides: tex(numeric-comp.cbx) = %{tl_version} -Provides: tex(numeric-verb.cbx) = %{tl_version} -Provides: tex(numeric.cbx) = %{tl_version} -Provides: tex(reading.cbx) = %{tl_version} -Provides: tex(verbose-ibid.cbx) = %{tl_version} -Provides: tex(verbose-inote.cbx) = %{tl_version} -Provides: tex(verbose-note.cbx) = %{tl_version} -Provides: tex(verbose-trad1.cbx) = %{tl_version} -Provides: tex(verbose-trad2.cbx) = %{tl_version} -Provides: tex(verbose-trad3.cbx) = %{tl_version} -Provides: tex(verbose.cbx) = %{tl_version} +Requires: tex(beamerbasetwoscreens.sty) +Requires: tex(beamerbasesection.sty) +Requires: tex(beamerbasetoc.sty) +Requires: tex(beamerbasetheorems.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsthm.sty) +Requires: tex(pgf.sty) +Provides: tex(beamericonarticle.tex) = %{tl_version} +Provides: tex(beamericonbook.tex) = %{tl_version} +Provides: tex(beamer.cls) = %{tl_version} +Provides: tex(beamerarticle.sty) = %{tl_version} +Provides: tex(beamerbasearticle.sty) = %{tl_version} +Provides: tex(beamerbaseauxtemplates.sty) = %{tl_version} +Provides: tex(beamerbaseboxes.sty) = %{tl_version} +Provides: tex(beamerbasecolor.sty) = %{tl_version} +Provides: tex(beamerbasecompatibility.sty) = %{tl_version} +Provides: tex(beamerbasedecode.sty) = %{tl_version} +Provides: tex(beamerbaseexercise.sty) = %{tl_version} +Provides: tex(beamerbasefont.sty) = %{tl_version} +Provides: tex(beamerbaseframe.sty) = %{tl_version} +Provides: tex(beamerbaseframecomponents.sty) = %{tl_version} +Provides: tex(beamerbaseframesize.sty) = %{tl_version} +Provides: tex(beamerbaselocalstructure.sty) = %{tl_version} +Provides: tex(beamerbasemisc.sty) = %{tl_version} +Provides: tex(beamerbasemodes.sty) = %{tl_version} +Provides: tex(beamerbasenavigation.sty) = %{tl_version} +Provides: tex(beamerbasenotes.sty) = %{tl_version} +Provides: tex(beamerbaseoptions.sty) = %{tl_version} +Provides: tex(beamerbaseoverlay.sty) = %{tl_version} +Provides: tex(beamerbasercs.sty) = %{tl_version} +Provides: tex(beamerbaserequires.sty) = %{tl_version} +Provides: tex(beamerbasesection.sty) = %{tl_version} +Provides: tex(beamerbasetemplates.sty) = %{tl_version} +Provides: tex(beamerbasethemes.sty) = %{tl_version} +Provides: tex(beamerbasetheorems.sty) = %{tl_version} +Provides: tex(beamerbasetitle.sty) = %{tl_version} +Provides: tex(beamerbasetoc.sty) = %{tl_version} +Provides: tex(beamerbasetranslator.sty) = %{tl_version} +Provides: tex(beamerbasetwoscreens.sty) = %{tl_version} +Provides: tex(beamerbaseverbatim.sty) = %{tl_version} +Provides: tex(beamerfoils.sty) = %{tl_version} +Provides: tex(beamerprosper.sty) = %{tl_version} +Provides: tex(beamerseminar.sty) = %{tl_version} +Provides: tex(beamertexpower.sty) = %{tl_version} +Provides: tex(beamerexample-foils.tex) = %{tl_version} +Provides: tex(beamerexample-prosper.tex) = %{tl_version} +Provides: tex(beamerexample-seminar.tex) = %{tl_version} +Provides: tex(beamerexample-texpower.tex) = %{tl_version} +Provides: tex(multimedia.sty) = %{tl_version} +Provides: tex(multimediasymbols.sty) = %{tl_version} +Provides: tex(xmpmulti.sty) = %{tl_version} +Provides: tex(beamercolorthemealbatross.sty) = %{tl_version} +Provides: tex(beamercolorthemebeaver.sty) = %{tl_version} +Provides: tex(beamercolorthemebeetle.sty) = %{tl_version} +Provides: tex(beamercolorthemecrane.sty) = %{tl_version} +Provides: tex(beamercolorthemedefault.sty) = %{tl_version} +Provides: tex(beamercolorthemedolphin.sty) = %{tl_version} +Provides: tex(beamercolorthemedove.sty) = %{tl_version} +Provides: tex(beamercolorthemefly.sty) = %{tl_version} +Provides: tex(beamercolorthemelily.sty) = %{tl_version} +Provides: tex(beamercolorthememonarca.sty) = %{tl_version} +Provides: tex(beamercolorthemeorchid.sty) = %{tl_version} +Provides: tex(beamercolorthemerose.sty) = %{tl_version} +Provides: tex(beamercolorthemeseagull.sty) = %{tl_version} +Provides: tex(beamercolorthemeseahorse.sty) = %{tl_version} +Provides: tex(beamercolorthemesidebartab.sty) = %{tl_version} +Provides: tex(beamercolorthemespruce.sty) = %{tl_version} +Provides: tex(beamercolorthemestructure.sty) = %{tl_version} +Provides: tex(beamercolorthemewhale.sty) = %{tl_version} +Provides: tex(beamercolorthemewolverine.sty) = %{tl_version} +Provides: tex(beamerfontthemedefault.sty) = %{tl_version} +Provides: tex(beamerfontthemeprofessionalfonts.sty) = %{tl_version} +Provides: tex(beamerfontthemeserif.sty) = %{tl_version} +Provides: tex(beamerfontthemestructurebold.sty) = %{tl_version} +Provides: tex(beamerfontthemestructureitalicserif.sty) = %{tl_version} +Provides: tex(beamerfontthemestructuresmallcapsserif.sty) = %{tl_version} +Provides: tex(beamerinnerthemecircles.sty) = %{tl_version} +Provides: tex(beamerinnerthemedefault.sty) = %{tl_version} +Provides: tex(beamerinnerthemeinmargin.sty) = %{tl_version} +Provides: tex(beamerinnerthemerectangles.sty) = %{tl_version} +Provides: tex(beamerinnerthemerounded.sty) = %{tl_version} +Provides: tex(beamerouterthemedefault.sty) = %{tl_version} +Provides: tex(beamerouterthemeinfolines.sty) = %{tl_version} +Provides: tex(beamerouterthememiniframes.sty) = %{tl_version} +Provides: tex(beamerouterthemeshadow.sty) = %{tl_version} +Provides: tex(beamerouterthemesidebar.sty) = %{tl_version} +Provides: tex(beamerouterthemesmoothbars.sty) = %{tl_version} +Provides: tex(beamerouterthemesmoothtree.sty) = %{tl_version} +Provides: tex(beamerouterthemesplit.sty) = %{tl_version} +Provides: tex(beamerouterthemetree.sty) = %{tl_version} +Provides: tex(beamerthemeAnnArbor.sty) = %{tl_version} +Provides: tex(beamerthemeAntibes.sty) = %{tl_version} +Provides: tex(beamerthemeBergen.sty) = %{tl_version} +Provides: tex(beamerthemeBerkeley.sty) = %{tl_version} +Provides: tex(beamerthemeBerlin.sty) = %{tl_version} +Provides: tex(beamerthemeBoadilla.sty) = %{tl_version} +Provides: tex(beamerthemeCambridgeUS.sty) = %{tl_version} +Provides: tex(beamerthemeCopenhagen.sty) = %{tl_version} +Provides: tex(beamerthemeDarmstadt.sty) = %{tl_version} +Provides: tex(beamerthemeDresden.sty) = %{tl_version} +Provides: tex(beamerthemeEastLansing.sty) = %{tl_version} +Provides: tex(beamerthemeFrankfurt.sty) = %{tl_version} +Provides: tex(beamerthemeGoettingen.sty) = %{tl_version} +Provides: tex(beamerthemeHannover.sty) = %{tl_version} +Provides: tex(beamerthemeIlmenau.sty) = %{tl_version} +Provides: tex(beamerthemeJuanLesPins.sty) = %{tl_version} +Provides: tex(beamerthemeLuebeck.sty) = %{tl_version} +Provides: tex(beamerthemeMadrid.sty) = %{tl_version} +Provides: tex(beamerthemeMalmoe.sty) = %{tl_version} +Provides: tex(beamerthemeMarburg.sty) = %{tl_version} +Provides: tex(beamerthemeMontpellier.sty) = %{tl_version} +Provides: tex(beamerthemePaloAlto.sty) = %{tl_version} +Provides: tex(beamerthemePittsburgh.sty) = %{tl_version} +Provides: tex(beamerthemeRochester.sty) = %{tl_version} +Provides: tex(beamerthemeSingapore.sty) = %{tl_version} +Provides: tex(beamerthemeSzeged.sty) = %{tl_version} +Provides: tex(beamerthemeWarsaw.sty) = %{tl_version} +Provides: tex(beamerthemeboxes.sty) = %{tl_version} +Provides: tex(beamerthemedefault.sty) = %{tl_version} +Provides: tex(beamerthemebars.sty) = %{tl_version} +Provides: tex(beamerthemeclassic.sty) = %{tl_version} +Provides: tex(beamerthemecompatibility.sty) = %{tl_version} +Provides: tex(beamerthemelined.sty) = %{tl_version} +Provides: tex(beamerthemeplain.sty) = %{tl_version} +Provides: tex(beamerthemeshadow.sty) = %{tl_version} +Provides: tex(beamerthemesidebar.sty) = %{tl_version} +Provides: tex(beamerthemesplit.sty) = %{tl_version} +Provides: tex(beamerthemetree.sty) = %{tl_version} +Provides: tex(translator-language-mappings.tex) = %{tl_version} +Provides: tex(translator.sty) = %{tl_version} -%description biblatex -Biblatex is a complete reimplementation of the bibliographic -facilities provided by LaTeX in conjunction with BibTeX. It -redesigns the way in which LaTeX interacts with BibTeX at a -fairly fundamental level. With biblatex, BibTeX is only used -(if it is used at all) to sort the bibliography and to generate -labels. Formatting of the bibliography is entirely controlled -by TeX macros (the BibTeX-based mechanism embeds some parts of -formatting in the BibTeX style file. Good working knowledge in -LaTeX should be sufficient to design new bibliography and -citation styles; nothing related to BibTeX's language is -needed. In fact, users need not remain bound to BibTeX for use -with biblatex: an alternative bibliography processor biblatex- -biber is available. Development of biblatex and biblatex-biber -is closely coupled; the present release of biblatex is designed -to work with biblatex-biber version 0.9.6. The package needs e- -TeX, and uses the author's etoolbox and logreq packages. For -users of biblatex-biber, version 0.9 is required (at least; -refer to the notes for the version of biblatex-biber that you -are using). Apart from the features unique to biblatex, the -package also incorporates core features of the following -packages: babelbib, bibtopic, bibunits, chapterbib, cite, -inlinebib, mcite and mciteplus, mlbib, multibib, splitbib. -Biblatex supports split bibliographies and multiple -bibliographies within one document, and separate lists of -bibliographic shorthands. Bibliographies may be subdivided into -parts (by chapter, by section, etc.) and/or segmented by topics -(by type, by keyword, etc.). Biblatex is fully localized and -can interface with the babel. +%description beamer +The beamer LaTeX class can be used for producing slides. Its +functionality is similar to Prosper but does not need any +external programs and can directly produce a presentation using +pdflatex. Beamer uses pgf for pdf/ps independent graphics. +Frames are created using \frame{...}, and a frame can build +multiple slides through a simple notation for specifying +material for each slide within a frame. Beamer supports +bibliographies, appendicies and transitions. Short versions of +title, authors, institute can also be specified as optional +parameters. A \plainframe{} allows a picture, for example, to +fill the whole frame. Support figure and table environments, +transparency effects, a \transduration command, animation +commands, a pauses environment. Beamer also provides +compatibility with other packages like prosper. The package now +incorporates the functionality of the former translator +package, which is used for customising the package for use in +other language environments. -date: 2013-01-11 10:45:05 +0100 +date: 2013-01-04 23:53:30 +0100 -%post biblatex +%post beamer mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex +%postun beamer if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21412,59 +20701,306 @@ else fi : -%posttrans biblatex +%posttrans beamer if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-doc -Summary: Documentation for biblatex -Version: svn28797.2.5 +%package beamer-doc +Summary: Documentation for beamer +Version: svn29349.3.26 Release: %{tl_noarch_release} -Provides: tex-biblatex-doc +Provides: tex-beamer-doc BuildArch: noarch AutoReqProv: No +Requires: tex-pgf-doc +Requires: tex-xcolor-doc -%description biblatex-doc -Documentation for biblatex +%description beamer-doc +Documentation for beamer -%package biblatex-trad -Provides: tex-biblatex-trad = %{tl_version} -License: LPPL -Summary: "Traditional" BibTeX styles with BibLaTeX -Version: svn27852.0.2 +%package pgf +Provides: tex-pgf = %{tl_version} +License: LPPL 1.3 +Summary: Create PostScript and PDF graphics in TeX +Version: svn22614.2.10 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(numeric.cbx) -Requires: tex(alphabetic.cbx) -Provides: tex(trad-abbrv.bbx) = %{tl_version} -Provides: tex(trad-alpha.bbx) = %{tl_version} -Provides: tex(trad-plain.bbx) = %{tl_version} -Provides: tex(trad-standard.bbx) = %{tl_version} -Provides: tex(trad-unsrt.bbx) = %{tl_version} -Provides: tex(trad-abbrv.cbx) = %{tl_version} -Provides: tex(trad-alpha.cbx) = %{tl_version} -Provides: tex(trad-plain.cbx) = %{tl_version} -Provides: tex(trad-standard.cbx) = %{tl_version} -Provides: tex(trad-unsrt.cbx) = %{tl_version} +Requires: tex-xkeyval +Requires: tex(pgfcomp-version-0-65.sty) +Requires: tex(pgfcore.sty) +Requires: tex(graphicx.sty) +Requires: tex(keyval.sty) +Requires: tex(xcolor.sty) +Provides: tex(t-pgf.tex) = %{tl_version} +Provides: tex(t-pgfbim.tex) = %{tl_version} +Provides: tex(t-pgfbla.tex) = %{tl_version} +Provides: tex(t-pgfbma.tex) = %{tl_version} +Provides: tex(t-pgfbpl.tex) = %{tl_version} +Provides: tex(t-pgfbpt.tex) = %{tl_version} +Provides: tex(t-pgfbsh.tex) = %{tl_version} +Provides: tex(t-pgfbsn.tex) = %{tl_version} +Provides: tex(t-pgfcor.tex) = %{tl_version} +Provides: tex(t-tikz.tex) = %{tl_version} +Provides: tex(t-pgfmat.tex) = %{tl_version} +Provides: tex(t-pgfsys.tex) = %{tl_version} +Provides: tex(t-pgfcal.tex) = %{tl_version} +Provides: tex(t-pgffor.tex) = %{tl_version} +Provides: tex(t-pgfkey.tex) = %{tl_version} +Provides: tex(t-pgfmod.tex) = %{tl_version} +Provides: tex(t-pgfrcs.tex) = %{tl_version} +Provides: tex(pgfcore.code.tex) = %{tl_version} +Provides: tex(pgfcorearrows.code.tex) = %{tl_version} +Provides: tex(pgfcoreexternal.code.tex) = %{tl_version} +Provides: tex(pgfcoregraphicstate.code.tex) = %{tl_version} +Provides: tex(pgfcoreimage.code.tex) = %{tl_version} +Provides: tex(pgfcorelayers.code.tex) = %{tl_version} +Provides: tex(pgfcoreobjects.code.tex) = %{tl_version} +Provides: tex(pgfcorepathconstruct.code.tex) = %{tl_version} +Provides: tex(pgfcorepathprocessing.code.tex) = %{tl_version} +Provides: tex(pgfcorepathusage.code.tex) = %{tl_version} +Provides: tex(pgfcorepatterns.code.tex) = %{tl_version} +Provides: tex(pgfcorepoints.code.tex) = %{tl_version} +Provides: tex(pgfcorequick.code.tex) = %{tl_version} +Provides: tex(pgfcorescopes.code.tex) = %{tl_version} +Provides: tex(pgfcoreshade.code.tex) = %{tl_version} +Provides: tex(pgfcoretransformations.code.tex) = %{tl_version} +Provides: tex(pgfcoretransparency.code.tex) = %{tl_version} +Provides: tex(svgpgf.cfg) = %{tl_version} +Provides: tex(svgtest.cfg) = %{tl_version} +Provides: tex(svgtest.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.ee.IEC.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.ee.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.logic.CDH.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.logic.IEC.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.logic.US.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycircuits.logic.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.3d.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.barcharts.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.formats.functions.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.polar.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydatavisualization.sparklines.code.tex) = %{tl_version} +Provides: tex(tikzlibrarygraphs.basic.code.tex) = %{tl_version} +Provides: tex(tikzlibrarygraphs.code.tex) = %{tl_version} +Provides: tex(tikzexternalshared.code.tex) = %{tl_version} +Provides: tex(tikzlibrary3d.code.tex) = %{tl_version} +Provides: tex(tikzlibraryarrows.code.tex) = %{tl_version} +Provides: tex(tikzlibraryautomata.code.tex) = %{tl_version} +Provides: tex(tikzlibrarybackgrounds.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycalc.code.tex) = %{tl_version} +Provides: tex(tikzlibrarycalendar.code.tex) = %{tl_version} +Provides: tex(tikzlibrarychains.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.footprints.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.fractals.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.markings.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.pathmorphing.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.pathreplacing.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.shapes.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydecorations.text.code.tex) = %{tl_version} +Provides: tex(tikzlibraryer.code.tex) = %{tl_version} +Provides: tex(tikzlibraryfadings.code.tex) = %{tl_version} +Provides: tex(tikzlibraryfit.code.tex) = %{tl_version} +Provides: tex(tikzlibraryfixedpointarithmetic.code.tex) = %{tl_version} +Provides: tex(tikzlibraryfolding.code.tex) = %{tl_version} +Provides: tex(tikzlibraryfpu.code.tex) = %{tl_version} +Provides: tex(tikzlibraryintersections.code.tex) = %{tl_version} +Provides: tex(tikzlibrarylindenmayersystems.code.tex) = %{tl_version} +Provides: tex(tikzlibrarymatrix.code.tex) = %{tl_version} +Provides: tex(tikzlibrarymindmap.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypatterns.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypetri.code.tex) = %{tl_version} +Provides: tex(tikzlibraryplothandlers.code.tex) = %{tl_version} +Provides: tex(tikzlibraryplotmarks.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypositioning.code.tex) = %{tl_version} +Provides: tex(tikzlibraryscopes.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshadings.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshadows.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.arrows.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.callouts.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.gates.logic.US.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.geometric.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.misc.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.multipart.code.tex) = %{tl_version} +Provides: tex(tikzlibraryshapes.symbols.code.tex) = %{tl_version} +Provides: tex(tikzlibrarysnakes.code.tex) = %{tl_version} +Provides: tex(tikzlibraryspy.code.tex) = %{tl_version} +Provides: tex(tikzlibrarysvg.path.code.tex) = %{tl_version} +Provides: tex(tikzlibrarythrough.code.tex) = %{tl_version} +Provides: tex(tikzlibrarytopaths.code.tex) = %{tl_version} +Provides: tex(tikzlibrarytrees.code.tex) = %{tl_version} +Provides: tex(tikzlibraryturtle.code.tex) = %{tl_version} +Provides: tex(tikz.code.tex) = %{tl_version} +Provides: tex(pgflibrarydatavisualization.barcharts.code.tex) = %{tl_version} +Provides: tex(pgflibrarydatavisualization.formats.functions.code.tex) = %{tl_version} +Provides: tex(pgflibrarydatavisualization.polar.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.footprints.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.fractals.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.markings.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.pathmorphing.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.pathreplacing.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.shapes.code.tex) = %{tl_version} +Provides: tex(pgflibrarydecorations.text.code.tex) = %{tl_version} +Provides: tex(pgflibraryarrows.code.tex) = %{tl_version} +Provides: tex(pgflibraryfadings.code.tex) = %{tl_version} +Provides: tex(pgflibraryfixedpointarithmetic.code.tex) = %{tl_version} +Provides: tex(pgflibraryfpu.code.tex) = %{tl_version} +Provides: tex(pgflibraryintersections.code.tex) = %{tl_version} +Provides: tex(pgflibrarylindenmayersystems.code.tex) = %{tl_version} +Provides: tex(pgflibrarypatterns.code.tex) = %{tl_version} +Provides: tex(pgflibraryplothandlers.code.tex) = %{tl_version} +Provides: tex(pgflibraryplotmarks.code.tex) = %{tl_version} +Provides: tex(pgflibraryprofiler.code.tex) = %{tl_version} +Provides: tex(pgflibraryshadings.code.tex) = %{tl_version} +Provides: tex(pgflibrarysnakes.code.tex) = %{tl_version} +Provides: tex(pgflibrarysvg.path.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.gates.ee.IEC.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.gates.ee.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.gates.logic.US.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.gates.logic.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.arrows.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.callouts.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.geometric.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.misc.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.multipart.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.symbols.code.tex) = %{tl_version} +Provides: tex(pgfmath.code.tex) = %{tl_version} +Provides: tex(pgfmathcalc.code.tex) = %{tl_version} +Provides: tex(pgfmathfloat.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.base.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.basic.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.comparison.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.misc.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.random.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.round.code.tex) = %{tl_version} +Provides: tex(pgfmathfunctions.trigonometric.code.tex) = %{tl_version} +Provides: tex(pgfmathparser.code.tex) = %{tl_version} +Provides: tex(pgfmathutil.code.tex) = %{tl_version} +Provides: tex(pgfmoduledatavisualization.code.tex) = %{tl_version} +Provides: tex(pgfmoduledecorations.code.tex) = %{tl_version} +Provides: tex(pgfmodulematrix.code.tex) = %{tl_version} +Provides: tex(pgfmoduleoo.code.tex) = %{tl_version} +Provides: tex(pgfmoduleparser.code.tex) = %{tl_version} +Provides: tex(pgfmoduleplot.code.tex) = %{tl_version} +Provides: tex(pgfmoduleshapes.code.tex) = %{tl_version} +Provides: tex(pgfmodulesnakes.code.tex) = %{tl_version} +Provides: tex(pgfmodulesorting.code.tex) = %{tl_version} +Provides: tex(pgfrenderpoints.code.tex) = %{tl_version} +Provides: tex(pgfrendertransform.code.tex) = %{tl_version} +Provides: tex(pgf.cfg) = %{tl_version} +Provides: tex(pgfsys-common-pdf-via-dvi.def) = %{tl_version} +Provides: tex(pgfsys-common-pdf.def) = %{tl_version} +Provides: tex(pgfsys-common-postscript.def) = %{tl_version} +Provides: tex(pgfsys-common-svg.def) = %{tl_version} +Provides: tex(pgfsys-dvi.def) = %{tl_version} +Provides: tex(pgfsys-dvipdfm.def) = %{tl_version} +Provides: tex(pgfsys-dvipdfmx.def) = %{tl_version} +Provides: tex(pgfsys-dvips.def) = %{tl_version} +Provides: tex(pgfsys-pdftex.def) = %{tl_version} +Provides: tex(pgfsys-tex4ht.def) = %{tl_version} +Provides: tex(pgfsys-textures.def) = %{tl_version} +Provides: tex(pgfsys-vtex.def) = %{tl_version} +Provides: tex(pgfsys-xetex.def) = %{tl_version} +Provides: tex(pgfsys.code.tex) = %{tl_version} +Provides: tex(pgfsysprotocol.code.tex) = %{tl_version} +Provides: tex(pgfsyssoftpath.code.tex) = %{tl_version} +Provides: tex(pgfcalendar.code.tex) = %{tl_version} +Provides: tex(pgfexternal.tex) = %{tl_version} +Provides: tex(pgfexternalwithdepth.tex) = %{tl_version} +Provides: tex(pgffor.code.tex) = %{tl_version} +Provides: tex(pgfkeys.code.tex) = %{tl_version} +Provides: tex(pgfkeysfiltered.code.tex) = %{tl_version} +Provides: tex(pgfrcs.code.tex) = %{tl_version} +Provides: tex(pgfutil-common.tex) = %{tl_version} +Provides: tex(pgfutil-context.def) = %{tl_version} +Provides: tex(pgfutil-latex.def) = %{tl_version} +Provides: tex(pgfutil-plain.def) = %{tl_version} +Provides: tex(pgf.sty) = %{tl_version} +Provides: tex(pgfbaseimage.sty) = %{tl_version} +Provides: tex(pgfbaselayers.sty) = %{tl_version} +Provides: tex(pgfbasematrix.sty) = %{tl_version} +Provides: tex(pgfbasepatterns.sty) = %{tl_version} +Provides: tex(pgfbaseplot.sty) = %{tl_version} +Provides: tex(pgfbaseshapes.sty) = %{tl_version} +Provides: tex(pgfbasesnakes.sty) = %{tl_version} +Provides: tex(pgfcore.sty) = %{tl_version} +Provides: tex(pgfarrows.sty) = %{tl_version} +Provides: tex(pgfautomata.sty) = %{tl_version} +Provides: tex(pgfcomp-version-0-65.sty) = %{tl_version} +Provides: tex(pgfcomp-version-1-18.sty) = %{tl_version} +Provides: tex(pgfheaps.sty) = %{tl_version} +Provides: tex(pgflibraryarrows.sty) = %{tl_version} +Provides: tex(pgflibraryautomata.sty) = %{tl_version} +Provides: tex(pgflibraryplothandlers.sty) = %{tl_version} +Provides: tex(pgflibraryplotmarks.sty) = %{tl_version} +Provides: tex(pgflibraryshapes.sty) = %{tl_version} +Provides: tex(pgflibrarysnakes.sty) = %{tl_version} +Provides: tex(pgflibrarytikzbackgrounds.sty) = %{tl_version} +Provides: tex(pgflibrarytikztrees.sty) = %{tl_version} +Provides: tex(pgfnodes.sty) = %{tl_version} +Provides: tex(pgfshade.sty) = %{tl_version} +Provides: tex(pgfmanual.code.tex) = %{tl_version} +Provides: tex(pgfmanual.pdflinks.code.tex) = %{tl_version} +Provides: tex(pgfmanual.prettyprinter.code.tex) = %{tl_version} +Provides: tex(pgfmanual.sty) = %{tl_version} +Provides: tex(tikzlibraryexternal.code.tex) = %{tl_version} +Provides: tex(pgfpict2e.sty) = %{tl_version} +Provides: tex(tikz.sty) = %{tl_version} +Provides: tex(pgfmath.sty) = %{tl_version} +Provides: tex(pgfsys.sty) = %{tl_version} +Provides: tex(pgfcalendar.sty) = %{tl_version} +Provides: tex(pgffor.sty) = %{tl_version} +Provides: tex(pgfkeys.sty) = %{tl_version} +Provides: tex(pgfpages.sty) = %{tl_version} +Provides: tex(pgfrcs.sty) = %{tl_version} +Provides: tex(tikzexternal.sty) = %{tl_version} +Provides: tex(xxcolor.sty) = %{tl_version} +Provides: tex(pgf.tex) = %{tl_version} +Provides: tex(pgfbaseimage.tex) = %{tl_version} +Provides: tex(pgfbaselayers.tex) = %{tl_version} +Provides: tex(pgfbasematrix.tex) = %{tl_version} +Provides: tex(pgfbasepatterns.tex) = %{tl_version} +Provides: tex(pgfbaseplot.tex) = %{tl_version} +Provides: tex(pgfbaseshapes.tex) = %{tl_version} +Provides: tex(pgfbasesnakes.tex) = %{tl_version} +Provides: tex(pgfcore.tex) = %{tl_version} +Provides: tex(tikz.tex) = %{tl_version} +Provides: tex(pgfmath.tex) = %{tl_version} +Provides: tex(pgfsys.tex) = %{tl_version} +Provides: tex(pgfcalendar.tex) = %{tl_version} +Provides: tex(pgffor.tex) = %{tl_version} +Provides: tex(pgfkeys.tex) = %{tl_version} +Provides: tex(pgfrcs.tex) = %{tl_version} -%description biblatex-trad -The bundle provides implementations of the "traditional" BibTeX -styles (plain, abbrev, unsrt and alpha) with BibLaTeX. +%description pgf +PGF is a macro package for creating graphics. It is platform- +and format-independent and works together with the most +important TeX backend drivers, including pdftex and dvips. It +comes with a user-friendly syntax layer called TikZ. Its usage +is similar to pstricks and the standard picture environment. +PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. +Unlike pstricks, it can produce either PostScript or PDF +output. -date: 2012-09-29 14:32:13 +0200 +date: 2010-10-27 12:56:09 +0200 -%post biblatex-trad +%post pgf mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biblatex-trad +%postun pgf if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21473,49 +21009,61 @@ else fi : -%posttrans biblatex-trad +%posttrans pgf if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblatex-trad-doc -Summary: Documentation for biblatex-trad -Version: svn27852.0.2 +%package pgf-doc +Summary: Documentation for pgf +Version: svn22614.2.10 Release: %{tl_noarch_release} -Provides: tex-biblatex-trad-doc +Provides: tex-pgf-doc BuildArch: noarch AutoReqProv: No +Requires: tex-xkeyval-doc -%description biblatex-trad-doc -Documentation for biblatex-trad +%description pgf-doc +Documentation for pgf -%package bibleref-french -Provides: tex-bibleref-french = %{tl_version} -License: LPPL 1.3 -Summary: French translations for bibleref -Version: svn27098.2.3.1 +%package xkeyval +Provides: tex-xkeyval = %{tl_version} +License: LPPL +Summary: Extension of the keyval package +Version: svn27995.2.6a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(bibleref.sty) -Requires: tex(etoolbox.sty) -Provides: tex(bibleref-french.sty) = %{tl_version} +Requires: tex(longtable.sty) +Provides: tex(keyval.tex) = %{tl_version} +Provides: tex(pst-xkey.tex) = %{tl_version} +Provides: tex(xkeyval.tex) = %{tl_version} +Provides: tex(xkvtxhdr.tex) = %{tl_version} +Provides: tex(pst-xkey.sty) = %{tl_version} +Provides: tex(xkeyval.sty) = %{tl_version} +Provides: tex(xkvltxp.sty) = %{tl_version} +Provides: tex(xkvview.sty) = %{tl_version} -%description bibleref-french -The package provides translations and alternative typesetting -conventions for use of bibleref in French. +%description xkeyval +This package is an extension of the keyval package and offers +additional macros for setting keys and declaring and setting +class or package options. The package allows the programmer to +specify a prefix to the name of the macros it defines for keys, +and to define families of key definitions; these all help use +in documents where several packages define their own sets of +keys. -date: 2012-07-14 16:43:20 +0200 +date: 2012-01-23 12:21:58 +0100 -%post bibleref-french +%post xkeyval mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibleref-french +%postun xkeyval if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21524,52 +21072,57 @@ else fi : -%posttrans bibleref-french +%posttrans xkeyval if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibleref-french-doc -Summary: Documentation for bibleref-french -Version: svn27098.2.3.1 +%package xkeyval-doc +Summary: Documentation for xkeyval +Version: svn27995.2.6a Release: %{tl_noarch_release} -Provides: tex-bibleref-french-doc +Provides: tex-xkeyval-doc BuildArch: noarch AutoReqProv: No -%description bibleref-french-doc -Documentation for bibleref-french +%description xkeyval-doc +Documentation for xkeyval -%package bibleref-german -Provides: tex-bibleref-german = %{tl_version} -License: LPPL 1.3 -Summary: German adaptation of bibleref -Version: svn21923.1.0a +%package xcolor +Provides: tex-xcolor = %{tl_version} +License: LPPL +Summary: Driver-independent color extensions for LaTeX and pdfLaTeX +Version: svn15878.2.11 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(bibleref.sty) -Requires: tex(etoolbox.sty) -Provides: tex(bibleref-german.sty) = %{tl_version} +Requires: tex(colortbl.sty) +Requires: tex(pdfcolmk.sty) +Provides: tex(svgnam.def) = %{tl_version} +Provides: tex(x11nam.def) = %{tl_version} +Provides: tex(xcolor.sty) = %{tl_version} -%description bibleref-german -The package provides translations and various formats for the -use of bibleref in German documents. The German naming of the -bible books complies with the 'Loccumer Richtlinien' (Locum -guidelines). In addition, the Vulgate (Latin bible) is -supported. +%description xcolor +Provides easy driver-independent access to several kinds of +color tints, shades, tones, and mixes of arbitrary colors. It +allows a user to select a document-wide target color model and +offers complete tools for conversion between eight color +models. Additionally, there is a command for alternating row +colors plus repeated non-aligned material (like horizontal +lines) in tables. Colors can be mixed like +\color{red!30!green!40!blue}. -date: 2011-04-02 19:46:11 +0200 +date: 2007-01-21 23:54:12 +0100 -%post bibleref-german +%post xcolor mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibleref-german +%postun xcolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21578,53 +21131,71 @@ else fi : -%posttrans bibleref-german +%posttrans xcolor if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibleref-german-doc -Summary: Documentation for bibleref-german -Version: svn21923.1.0a +%package xcolor-doc +Summary: Documentation for xcolor +Version: svn15878.2.11 Release: %{tl_noarch_release} -Provides: tex-bibleref-german-doc +Provides: tex-xcolor-doc BuildArch: noarch AutoReqProv: No -%description bibleref-german-doc -Documentation for bibleref-german +%description xcolor-doc +Documentation for xcolor -%package bibleref-lds -Provides: tex-bibleref-lds = %{tl_version} -License: LPPL 1.3 -Summary: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints -Version: svn25526.1.0 +%package beamer-tut-pt-doc +Summary: Documentation for beamer-tut-pt +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-beamer-tut-pt-doc +BuildArch: noarch +AutoReqProv: No + +%description beamer-tut-pt-doc +Documentation for beamer-tut-pt + +%package beamer2thesis +Provides: tex-beamer2thesis = %{tl_version} +License: LPPL +Summary: Thesis presentations using beamer +Version: svn27539.2.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(bibleref-mouth.sty) -Requires: tex(ifthen.sty) -Requires: tex(hyperref.sty) -Provides: tex(bibleref-lds.sty) = %{tl_version} +Requires: tex(ifxetex.sty) +Requires: tex(pifont.sty) +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(xltxtra.sty) +Requires: tex(metalogo.sty) +Requires: tex(xkeyval.sty) +Requires: tex(polyglossia.sty) +Requires: tex(inputenc.sty) +Requires: tex(babel.sty) +Provides: tex(beamercolorthemetorinoth.sty) = %{tl_version} +Provides: tex(beamerfontthemetorinoth.sty) = %{tl_version} +Provides: tex(beamerinnerthemetorinoth.sty) = %{tl_version} +Provides: tex(beamerouterthemetorinoth.sty) = %{tl_version} +Provides: tex(beamerthemeTorinoTh.sty) = %{tl_version} -%description bibleref-lds -The package extends the bibleref-mouth package to support -references to the scriptures of The Church of Jesus Christ of -Latter-day Saints (LDS). The package requires bibleref-mouth to -run, and its reference syntax is the same as that of the parent -package. +%description beamer2thesis +The package specifies a beamer theme for presenting a thesis. -date: 2012-02-27 12:45:12 +0100 +date: 2012-08-27 10:11:59 +0200 -%post bibleref-lds +%post beamer2thesis mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibleref-lds +%postun beamer2thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21633,53 +21204,43 @@ else fi : -%posttrans bibleref-lds +%posttrans beamer2thesis if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibleref-lds-doc -Summary: Documentation for bibleref-lds -Version: svn25526.1.0 +%package beamer2thesis-doc +Summary: Documentation for beamer2thesis +Version: svn27539.2.2 Release: %{tl_noarch_release} -Provides: tex-bibleref-lds-doc +Provides: tex-beamer2thesis-doc BuildArch: noarch AutoReqProv: No -%description bibleref-lds-doc -Documentation for bibleref-lds +%description beamer2thesis-doc +Documentation for beamer2thesis -%package bibleref-mouth -Provides: tex-bibleref-mouth = %{tl_version} -License: LPPL 1.3 -Summary: Consistent formatting of Bible references -Version: svn25527.1.0 +%package beebe +Provides: tex-beebe = %{tl_version} +License: LPPL +Summary: beebe package +Version: svn30475.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fmtcount.sty) -Requires: tex(hyperref.sty) -Provides: tex(bibleref-mouth.sty) = %{tl_version} - -%description bibleref-mouth -The package allows Bible references to be formatted in a -consistent way. It is similar to the bibleref package, except -that the formatting macros are all purely expandable -- that -is, they are all implemented in TeX's mouth. This means that -they can be used in any expandable context, such as an argument -to a \url command. -date: 2012-02-27 12:45:12 +0100 +%description beebe +beebe package -%post bibleref-mouth +%post beebe mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibleref-mouth +%postun beebe if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21688,52 +21249,36 @@ else fi : -%posttrans bibleref-mouth +%posttrans beebe if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibleref-mouth-doc -Summary: Documentation for bibleref-mouth -Version: svn25527.1.0 -Release: %{tl_noarch_release} -Provides: tex-bibleref-mouth-doc -BuildArch: noarch -AutoReqProv: No - -%description bibleref-mouth-doc -Documentation for bibleref-mouth - -%package bibleref-parse -Provides: tex-bibleref-parse = %{tl_version} -License: LPPL 1.3 -Summary: Specify Bible passages in human-readable format -Version: svn22054.1.1 +%package begriff +Provides: tex-begriff = %{tl_version} +License: GPL+ +Summary: Typeset Begriffschrift +Version: svn15878.1.6 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(scrlfile.sty) -Requires: tex(bibleref.sty) -Provides: tex(bibleref-parse.sty) = %{tl_version} +Provides: tex(begriff.sty) = %{tl_version} -%description bibleref-parse -The package parses Bible passages that are given in human -readable format. It accepts a wide variety of formats. This -allows for a simpler and more convenient interface to the -functionality of the bibleref package. +%description begriff +The package defines maths mode commands for typesetting Frege's +Begriffschrift. -date: 2011-04-11 08:43:57 +0200 +date: 2007-01-29 23:57:18 +0100 -%post bibleref-parse +%post begriff mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibleref-parse +%postun begriff if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21742,162 +21287,118 @@ else fi : -%posttrans bibleref-parse +%posttrans begriff if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibleref-parse-doc -Summary: Documentation for bibleref-parse -Version: svn22054.1.1 +%package begriff-doc +Summary: Documentation for begriff +Version: svn15878.1.6 Release: %{tl_noarch_release} -Provides: tex-bibleref-parse-doc +Provides: tex-begriff-doc BuildArch: noarch AutoReqProv: No -%description bibleref-parse-doc -Documentation for bibleref-parse +%description begriff-doc +Documentation for begriff -%package bibleref -Provides: tex-bibleref = %{tl_version} -License: LPPL 1.3 -Summary: Format bible citations -Version: svn21145.1.14 +%package belleek +Provides: tex-belleek = %{tl_version} +License: Public Domain +Summary: Free replacement for basic MathTime fonts +Version: svn18651.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fmtcount.sty) -Requires: tex(amsgen.sty) -Provides: tex(bibleref.sty) = %{tl_version} +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(belleek.map) = %{tl_version} +Provides: tex(blex.ttf) = %{tl_version} +Provides: tex(blsy.ttf) = %{tl_version} +Provides: tex(rblmi.ttf) = %{tl_version} +Provides: tex(blex.pfb) = %{tl_version} +Provides: tex(blsy.pfb) = %{tl_version} +Provides: tex(rblmi.pfb) = %{tl_version} -%description bibleref -The bibleref package offers consistent formatting of references -to parts of the Christian bible, in a number of well-defined -formats. +%description belleek +This package replaces the original MathTime fonts, not +MathTime-Plus or MathTime Professional (the last being the only +currently available commercial bundle). -date: 2011-01-19 23:57:38 +0100 +date: 2008-11-30 15:59:19 +0100 -%post bibleref +%post belleek mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun bibleref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +if [ $1 -gt 0 ] ; then +sed -i '/^Map belleek.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map belleek.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap fi : -%posttrans bibleref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package bibleref-doc -Summary: Documentation for bibleref -Version: svn21145.1.14 -Release: %{tl_noarch_release} -Provides: tex-bibleref-doc -BuildArch: noarch -AutoReqProv: No - -%description bibleref-doc -Documentation for bibleref - -%package biblist -Provides: tex-biblist = %{tl_version} -License: GPL+ -Summary: Print a BibTeX database -Version: svn17116.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(biblist.sty) = %{tl_version} - -%description biblist -The package provides the means of listing an entire BibTeX -database, avoiding the potentially large (macro) impact -associated with \nocite{*}. - -date: 2010-02-21 11:42:27 +0100 - -%post biblist +%postun belleek +if [ $1 == 0 ] ; then +sed -i '/^Map belleek.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun -: - -%postun biblist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +touch /var/run/texlive/run-updmap fi : -%posttrans biblist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans belleek +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biblist-doc -Summary: Documentation for biblist -Version: svn17116.0 +%package belleek-doc +Summary: Documentation for belleek +Version: svn18651.0 Release: %{tl_noarch_release} -Provides: tex-biblist-doc +Provides: tex-belleek-doc BuildArch: noarch AutoReqProv: No -%description biblist-doc -Documentation for biblist +%description belleek-doc +Documentation for belleek -%package bibtex -Provides: tex-bibtex = %{tl_version} -License: Knuth -Summary: Process bibliographies for LaTeX, etc -Version: svn26689.0.99d +%package bengali +Provides: tex-bengali = %{tl_version} +License: LPPL +Summary: Support for the Bengali language +Version: svn20987.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-bibtex-bin +Provides: tex(bnr10.tfm) = %{tl_version} +Provides: tex(bnsl10.tfm) = %{tl_version} +Provides: tex(xbnr10.tfm) = %{tl_version} +Provides: tex(xbnsl10.tfm) = %{tl_version} +Provides: tex(beng.sty) = %{tl_version} +Provides: tex(ubn.fd) = %{tl_version} +Provides: tex(ubnx.fd) = %{tl_version} -%description bibtex -BibTeX allows the user to store his citation data in generic -form, while printing citations in a document in the form -specified by a BibTeX style, to be specified in the document -itself (one often needs a LaTeX citation-style package, such as -natbib as well). BibTeX itself is an ASCII-only program; there -is, however, a version that copes with 8-bit character sets. -However, BibTeX's facilities rapidly run out as one moves away -from simple ASCII (for example, in the various national sorting -rules for languages expressed in different parts of ISO-8859 -- -the "ISO Latin" series). For more flexibility, the user is -urged to consider using biber with biblatex to typeset its -output. In particular, it is best to avoid BibTeX in favour of -biblatex, if at all possible. +%description bengali +The package is based on Velthuis' transliteration scheme, with +extensions to deal with the Bengali letters that are not in +Devanagari. The package also supports Assamese. -date: 2011-12-28 13:17:09 +0100 +date: 2011-01-08 01:32:58 +0100 -%post bibtex +%post bengali mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bibtex +%postun bengali if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -21906,467 +21407,378 @@ else fi : -%posttrans bibtex +%posttrans bengali if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibtex-doc -Summary: Documentation for bibtex -Version: svn26689.0.99d -Release: %{tl_noarch_release} -Provides: tex-bibtex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-kpathsea-doc - -%description bibtex-doc -Documentation for bibtex - -%package bibtex-bin -Summary: Binaries for bibtex -Version: svn26509.0 -Requires: texlive-base -Requires: tex-bibtex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description bibtex-bin -Binaries for bibtex - -%package bibtexu -Provides: tex-bibtexu = %{tl_version} -License: LPPL -Summary: bibtexu package -Version: svn26693.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-bibtexu-bin - -%description bibtexu -bibtexu package - -%package bibtexu-doc -Summary: Documentation for bibtexu -Version: svn26693.0 +%package bengali-doc +Summary: Documentation for bengali +Version: svn20987.0 Release: %{tl_noarch_release} -Provides: tex-bibtexu-doc +Provides: tex-bengali-doc BuildArch: noarch AutoReqProv: No -%description bibtexu-doc -Documentation for bibtexu - -%package bibtexu-bin -Summary: Binaries for bibtexu -Version: svn26509.0 -Requires: texlive-base -Requires: tex-bibtexu -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description bibtexu-bin -Binaries for bibtexu +%description bengali-doc +Documentation for bengali -%package bibtex8 -Provides: tex-bibtex8 = %{tl_version} -License: GPL+ -Summary: A fully 8-bit adaptation of BibTeX 0.99 -Version: svn18835.3.71 +%package bera +Provides: tex-bera = %{tl_version} +License: Bitstream vera +Summary: Bera fonts +Version: svn20031.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-bibtex8-bin +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(berasans.sty) +Requires: tex(keyval.sty) +Provides: tex(bera.map) = %{tl_version} +Provides: tex(fveb8a.tfm) = %{tl_version} +Provides: tex(fveb8c.tfm) = %{tl_version} +Provides: tex(fveb8r.tfm) = %{tl_version} +Provides: tex(fveb8t.tfm) = %{tl_version} +Provides: tex(fvebo8c.tfm) = %{tl_version} +Provides: tex(fvebo8r.tfm) = %{tl_version} +Provides: tex(fvebo8t.tfm) = %{tl_version} +Provides: tex(fver8a.tfm) = %{tl_version} +Provides: tex(fver8c.tfm) = %{tl_version} +Provides: tex(fver8r.tfm) = %{tl_version} +Provides: tex(fver8t.tfm) = %{tl_version} +Provides: tex(fvero8c.tfm) = %{tl_version} +Provides: tex(fvero8r.tfm) = %{tl_version} +Provides: tex(fvero8t.tfm) = %{tl_version} +Provides: tex(fvmb8a.tfm) = %{tl_version} +Provides: tex(fvmb8c.tfm) = %{tl_version} +Provides: tex(fvmb8r.tfm) = %{tl_version} +Provides: tex(fvmb8t.tfm) = %{tl_version} +Provides: tex(fvmbo8a.tfm) = %{tl_version} +Provides: tex(fvmbo8c.tfm) = %{tl_version} +Provides: tex(fvmbo8r.tfm) = %{tl_version} +Provides: tex(fvmbo8t.tfm) = %{tl_version} +Provides: tex(fvmr8a.tfm) = %{tl_version} +Provides: tex(fvmr8c.tfm) = %{tl_version} +Provides: tex(fvmr8r.tfm) = %{tl_version} +Provides: tex(fvmr8t.tfm) = %{tl_version} +Provides: tex(fvmro8a.tfm) = %{tl_version} +Provides: tex(fvmro8c.tfm) = %{tl_version} +Provides: tex(fvmro8r.tfm) = %{tl_version} +Provides: tex(fvmro8t.tfm) = %{tl_version} +Provides: tex(fvsb8a.tfm) = %{tl_version} +Provides: tex(fvsb8c.tfm) = %{tl_version} +Provides: tex(fvsb8r.tfm) = %{tl_version} +Provides: tex(fvsb8t.tfm) = %{tl_version} +Provides: tex(fvsbo8a.tfm) = %{tl_version} +Provides: tex(fvsbo8c.tfm) = %{tl_version} +Provides: tex(fvsbo8r.tfm) = %{tl_version} +Provides: tex(fvsbo8t.tfm) = %{tl_version} +Provides: tex(fvsr8a.tfm) = %{tl_version} +Provides: tex(fvsr8c.tfm) = %{tl_version} +Provides: tex(fvsr8r.tfm) = %{tl_version} +Provides: tex(fvsr8t.tfm) = %{tl_version} +Provides: tex(fvsro8a.tfm) = %{tl_version} +Provides: tex(fvsro8c.tfm) = %{tl_version} +Provides: tex(fvsro8r.tfm) = %{tl_version} +Provides: tex(fvsro8t.tfm) = %{tl_version} +Provides: tex(fveb8a.pfb) = %{tl_version} +Provides: tex(fver8a.pfb) = %{tl_version} +Provides: tex(fvmb8a.pfb) = %{tl_version} +Provides: tex(fvmbo8a.pfb) = %{tl_version} +Provides: tex(fvmr8a.pfb) = %{tl_version} +Provides: tex(fvmro8a.pfb) = %{tl_version} +Provides: tex(fvsb8a.pfb) = %{tl_version} +Provides: tex(fvsbo8a.pfb) = %{tl_version} +Provides: tex(fvsr8a.pfb) = %{tl_version} +Provides: tex(fvsro8a.pfb) = %{tl_version} +Provides: tex(fveb8c.vf) = %{tl_version} +Provides: tex(fveb8t.vf) = %{tl_version} +Provides: tex(fvebo8c.vf) = %{tl_version} +Provides: tex(fvebo8t.vf) = %{tl_version} +Provides: tex(fver8c.vf) = %{tl_version} +Provides: tex(fver8t.vf) = %{tl_version} +Provides: tex(fvero8c.vf) = %{tl_version} +Provides: tex(fvero8t.vf) = %{tl_version} +Provides: tex(fvmb8c.vf) = %{tl_version} +Provides: tex(fvmb8t.vf) = %{tl_version} +Provides: tex(fvmbo8c.vf) = %{tl_version} +Provides: tex(fvmbo8t.vf) = %{tl_version} +Provides: tex(fvmr8c.vf) = %{tl_version} +Provides: tex(fvmr8t.vf) = %{tl_version} +Provides: tex(fvmro8c.vf) = %{tl_version} +Provides: tex(fvmro8t.vf) = %{tl_version} +Provides: tex(fvsb8c.vf) = %{tl_version} +Provides: tex(fvsb8t.vf) = %{tl_version} +Provides: tex(fvsbo8c.vf) = %{tl_version} +Provides: tex(fvsbo8t.vf) = %{tl_version} +Provides: tex(fvsr8c.vf) = %{tl_version} +Provides: tex(fvsr8t.vf) = %{tl_version} +Provides: tex(fvsro8c.vf) = %{tl_version} +Provides: tex(fvsro8t.vf) = %{tl_version} +Provides: tex(bera.sty) = %{tl_version} +Provides: tex(beramono.sty) = %{tl_version} +Provides: tex(berasans.sty) = %{tl_version} +Provides: tex(beraserif.sty) = %{tl_version} +Provides: tex(t1fve.fd) = %{tl_version} +Provides: tex(t1fvm.fd) = %{tl_version} +Provides: tex(t1fvs.fd) = %{tl_version} +Provides: tex(ts1fve.fd) = %{tl_version} +Provides: tex(ts1fvm.fd) = %{tl_version} +Provides: tex(ts1fvs.fd) = %{tl_version} -%description bibtex8 -An enhanced, portable C version of BibTeX. Enhanced by -conversion to "big" (32-bit) capacity, addition of run-time -selectable capacity and 8-bit support extensions. National -character set and sorting order are controlled by an external -configuration file. Various examples are included. +%description bera +The package contains the Bera Type 1 fonts, and a zip archive +containing files to use the fonts with LaTeX. Bera is a set of +three font families: Bera Serif (a slab-serif Roman), Bera Sans +(a Frutiger descendant), and Bera Mono (monospaced/typewriter). +Support for use in LaTeX is also provided. The Bera family is a +repackaging, for use with TeX, of the Bitstream Vera family. -date: 2009-11-09 14:03:25 +0100 +date: 2008-01-28 20:53:41 +0100 -%post bibtex8 +%post bera mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun bibtex8 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +if [ $1 -gt 0 ] ; then +sed -i '/^Map bera.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map bera.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap fi : -%posttrans bibtex8 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package bibtex8-doc -Summary: Documentation for bibtex8 -Version: svn18835.3.71 -Release: %{tl_noarch_release} -Provides: tex-bibtex8-doc -BuildArch: noarch -AutoReqProv: No - -%description bibtex8-doc -Documentation for bibtex8 - -%package bibtex8-bin -Summary: Binaries for bibtex8 -Version: svn26509.0 -Requires: texlive-base -Requires: tex-bibtex8 -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description bibtex8-bin -Binaries for bibtex8 - -%package bibtopicprefix -Provides: tex-bibtopicprefix = %{tl_version} -License: LPPL -Summary: Prefix references to bibliographies produced by bibtopic -Version: svn15878.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(scrlfile.sty) -Requires: tex(bibtopic.sty) -Provides: tex(bibtopicprefix.sty) = %{tl_version} - -%description bibtopicprefix -The package permits users to apply prefixes (fixed strings) to -references to entries in bibliographies produced by the -bibtopic package. - -date: 2008-08-17 01:00:50 +0200 - -%post bibtopicprefix +%postun bera +if [ $1 == 0 ] ; then +sed -i '/^Map bera.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun -: - -%postun bibtopicprefix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +touch /var/run/texlive/run-updmap fi : -%posttrans bibtopicprefix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bera +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibtopicprefix-doc -Summary: Documentation for bibtopicprefix -Version: svn15878.1.10 +%package bera-doc +Summary: Documentation for bera +Version: svn20031.0 Release: %{tl_noarch_release} -Provides: tex-bibtopicprefix-doc +Provides: tex-bera-doc BuildArch: noarch AutoReqProv: No -%description bibtopicprefix-doc -Documentation for bibtopicprefix +%description bera-doc +Documentation for bera -%package bibtopic -Provides: tex-bibtopic = %{tl_version} -License: GPL+ -Summary: Include multiple bibliographies in a document -Version: svn15878.1.1a +%package berenisadf +Provides: tex-berenisadf = %{tl_version} +License: GPLv2+ and LPPL +Summary: Berenis ADF fonts and TeX/LaTeX support +Version: svn29845.1.004 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(bibtopic.sty) = %{tl_version} +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(texnansi-ybd.enc) = %{tl_version} +Provides: tex(texnansi-ybd0.enc) = %{tl_version} +Provides: tex(texnansi-ybd1.enc) = %{tl_version} +Provides: tex(texnansi-ybd2.enc) = %{tl_version} +Provides: tex(texnansi-ybd2j.enc) = %{tl_version} +Provides: tex(texnansi-ybdj.enc) = %{tl_version} +Provides: tex(texnansx-ybd2jw.enc) = %{tl_version} +Provides: tex(texnansx-ybd2w.enc) = %{tl_version} +Provides: tex(texnansx-ybdjw.enc) = %{tl_version} +Provides: tex(texnansx-ybdw.enc) = %{tl_version} +Provides: tex(ybd.map) = %{tl_version} +Provides: tex(ybdb08y.tfm) = %{tl_version} +Provides: tex(ybdb0c8y.tfm) = %{tl_version} +Provides: tex(ybdb0ci8y.tfm) = %{tl_version} +Provides: tex(ybdb0i8y.tfm) = %{tl_version} +Provides: tex(ybdb18y.tfm) = %{tl_version} +Provides: tex(ybdb1c8y.tfm) = %{tl_version} +Provides: tex(ybdb1ci8y.tfm) = %{tl_version} +Provides: tex(ybdb1i8y.tfm) = %{tl_version} +Provides: tex(ybdb28y.tfm) = %{tl_version} +Provides: tex(ybdb2c8y.tfm) = %{tl_version} +Provides: tex(ybdb2ci8y.tfm) = %{tl_version} +Provides: tex(ybdb2cij8y.tfm) = %{tl_version} +Provides: tex(ybdb2cijw8y.tfm) = %{tl_version} +Provides: tex(ybdb2ciw8y.tfm) = %{tl_version} +Provides: tex(ybdb2cj8y.tfm) = %{tl_version} +Provides: tex(ybdb2cjw8y.tfm) = %{tl_version} +Provides: tex(ybdb2cw8y.tfm) = %{tl_version} +Provides: tex(ybdb2i8y.tfm) = %{tl_version} +Provides: tex(ybdb2ij8y.tfm) = %{tl_version} +Provides: tex(ybdb2ijw8y.tfm) = %{tl_version} +Provides: tex(ybdb2iw8y.tfm) = %{tl_version} +Provides: tex(ybdb2j8y.tfm) = %{tl_version} +Provides: tex(ybdb2jw8y.tfm) = %{tl_version} +Provides: tex(ybdb2w8y.tfm) = %{tl_version} +Provides: tex(ybdb8y.tfm) = %{tl_version} +Provides: tex(ybdbc8y.tfm) = %{tl_version} +Provides: tex(ybdbci8y.tfm) = %{tl_version} +Provides: tex(ybdbcij8y.tfm) = %{tl_version} +Provides: tex(ybdbcijw8y.tfm) = %{tl_version} +Provides: tex(ybdbciw8y.tfm) = %{tl_version} +Provides: tex(ybdbcj8y.tfm) = %{tl_version} +Provides: tex(ybdbcjw8y.tfm) = %{tl_version} +Provides: tex(ybdbcw8y.tfm) = %{tl_version} +Provides: tex(ybdbi8y.tfm) = %{tl_version} +Provides: tex(ybdbij8y.tfm) = %{tl_version} +Provides: tex(ybdbijw8y.tfm) = %{tl_version} +Provides: tex(ybdbiw8y.tfm) = %{tl_version} +Provides: tex(ybdbj8y.tfm) = %{tl_version} +Provides: tex(ybdbjw8y.tfm) = %{tl_version} +Provides: tex(ybdbw8y.tfm) = %{tl_version} +Provides: tex(ybdr08y.tfm) = %{tl_version} +Provides: tex(ybdr0c8y.tfm) = %{tl_version} +Provides: tex(ybdr0ci8y.tfm) = %{tl_version} +Provides: tex(ybdr0i8y.tfm) = %{tl_version} +Provides: tex(ybdr18y.tfm) = %{tl_version} +Provides: tex(ybdr1c8y.tfm) = %{tl_version} +Provides: tex(ybdr1ci8y.tfm) = %{tl_version} +Provides: tex(ybdr1i8y.tfm) = %{tl_version} +Provides: tex(ybdr28y.tfm) = %{tl_version} +Provides: tex(ybdr2c8y.tfm) = %{tl_version} +Provides: tex(ybdr2ci8y.tfm) = %{tl_version} +Provides: tex(ybdr2cij8y.tfm) = %{tl_version} +Provides: tex(ybdr2cijw8y.tfm) = %{tl_version} +Provides: tex(ybdr2ciw8y.tfm) = %{tl_version} +Provides: tex(ybdr2cj8y.tfm) = %{tl_version} +Provides: tex(ybdr2cjw8y.tfm) = %{tl_version} +Provides: tex(ybdr2cw8y.tfm) = %{tl_version} +Provides: tex(ybdr2i8y.tfm) = %{tl_version} +Provides: tex(ybdr2ij8y.tfm) = %{tl_version} +Provides: tex(ybdr2ijw8y.tfm) = %{tl_version} +Provides: tex(ybdr2iw8y.tfm) = %{tl_version} +Provides: tex(ybdr2j8y.tfm) = %{tl_version} +Provides: tex(ybdr2jw8y.tfm) = %{tl_version} +Provides: tex(ybdr2w8y.tfm) = %{tl_version} +Provides: tex(ybdr8y.tfm) = %{tl_version} +Provides: tex(ybdrc8y.tfm) = %{tl_version} +Provides: tex(ybdrci8y.tfm) = %{tl_version} +Provides: tex(ybdrcij8y.tfm) = %{tl_version} +Provides: tex(ybdrcijw8y.tfm) = %{tl_version} +Provides: tex(ybdrciw8y.tfm) = %{tl_version} +Provides: tex(ybdrcj8y.tfm) = %{tl_version} +Provides: tex(ybdrcjw8y.tfm) = %{tl_version} +Provides: tex(ybdrcw8y.tfm) = %{tl_version} +Provides: tex(ybdri8y.tfm) = %{tl_version} +Provides: tex(ybdrij8y.tfm) = %{tl_version} +Provides: tex(ybdrijw8y.tfm) = %{tl_version} +Provides: tex(ybdriw8y.tfm) = %{tl_version} +Provides: tex(ybdrj8y.tfm) = %{tl_version} +Provides: tex(ybdrjw8y.tfm) = %{tl_version} +Provides: tex(ybdrw8y.tfm) = %{tl_version} +Provides: tex(ybdb.pfb) = %{tl_version} +Provides: tex(ybdbc.pfb) = %{tl_version} +Provides: tex(ybdbci.pfb) = %{tl_version} +Provides: tex(ybdbi.pfb) = %{tl_version} +Provides: tex(ybdr.pfb) = %{tl_version} +Provides: tex(ybdrc.pfb) = %{tl_version} +Provides: tex(ybdrci.pfb) = %{tl_version} +Provides: tex(ybdri.pfb) = %{tl_version} +Provides: tex(berenis.sty) = %{tl_version} +Provides: tex(ly1ybd.fd) = %{tl_version} +Provides: tex(ly1ybd0.fd) = %{tl_version} +Provides: tex(ly1ybd1.fd) = %{tl_version} +Provides: tex(ly1ybd2.fd) = %{tl_version} +Provides: tex(ly1ybd2j.fd) = %{tl_version} +Provides: tex(ly1ybd2jw.fd) = %{tl_version} +Provides: tex(ly1ybd2w.fd) = %{tl_version} +Provides: tex(ly1ybdj.fd) = %{tl_version} +Provides: tex(ly1ybdjw.fd) = %{tl_version} +Provides: tex(ly1ybdw.fd) = %{tl_version} -%description bibtopic -The package allows the user to include several bibliographies -covering different 'topics' or bibliographic material into a -document (e.g., one bibliography for primary literature and one -for secondary literature). The package provides commands to -include either all references from a .bib file, only the -references actually cited or those not cited in your document. -The user has to construct a separate .bib file for each -bibliographic 'topic', each of which will be processed -separately by BibTeX. If you want to have bibliographies -specific to one part of a document, see the packages bibunits -or chapterbib. +%description berenisadf +The bundle provides the BerenisADF Pro font collection, in +OpenType and PostScript Type 1 formats, together with support +files to use the fonts in TeXnANSI (LY1) encoding. -date: 2006-10-17 00:49:54 +0200 +date: 2012-11-30 15:48:00 +0100 -%post bibtopic +%post berenisadf mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun bibtopic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +if [ $1 -gt 0 ] ; then +sed -i '/^Map ybd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ybd.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap fi : -%posttrans bibtopic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package bibtopic-doc -Summary: Documentation for bibtopic -Version: svn15878.1.1a -Release: %{tl_noarch_release} -Provides: tex-bibtopic-doc -BuildArch: noarch -AutoReqProv: No - -%description bibtopic-doc -Documentation for bibtopic - -%package bibunits -Provides: tex-bibunits = %{tl_version} -License: LPPL -Summary: Multiple bibliographies in one document -Version: svn15878.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibunits.sty) = %{tl_version} - -%description bibunits -The package provide a mechanism to generate separate -bibliographies for different units (chapters, sections or -bibunit-environments) of a text. The package separates the -citations of each unit of text into a separate file to be -processed by BibTeX. The global bibliography section produced -by LaTeX may also appear in the document and citations can be -placed in both the local unit and the global bibliographies at -the same time. The package is compatible with koma-script and -with the babel French option frenchb. - -date: 2009-09-27 09:44:19 +0200 - -%post bibunits +%postun berenisadf +if [ $1 == 0 ] ; then +sed -i '/^Map ybd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun -: - -%postun bibunits -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +touch /var/run/texlive/run-updmap fi : -%posttrans bibunits -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans berenisadf +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bibunits-doc -Summary: Documentation for bibunits -Version: svn15878.2.2 +%package berenisadf-doc +Summary: Documentation for berenisadf +Version: svn29845.1.004 Release: %{tl_noarch_release} -Provides: tex-bibunits-doc +Provides: tex-berenisadf-doc BuildArch: noarch AutoReqProv: No -%description bibunits-doc -Documentation for bibunits +%description berenisadf-doc +Documentation for berenisadf -%package bidi -Provides: tex-bidi = %{tl_version} -License: LPPL 1.3 -Summary: Support for bidirectional typesetting in plain TeX and LaTeX -Version: svn29650.12.2 +%package betababel +Provides: tex-betababel = %{tl_version} +License: LPPL +Summary: Insert ancient greek text coded in Beta Code +Version: svn15878.0.5 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(iftex.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(auxhook.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(xcolor.sty) -Requires: tex(showexpl.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(marvosym.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Requires: tex(bidituftesidenote.sty) -Requires: tex(bidituftegeneralstructure.sty) -Requires: tex(bidituftetitle.sty) -Requires: tex(xifthen.sty) -Requires: tex(ragged2e.sty) -Requires: tex(changepage.sty) -Requires: tex(chngpage.sty) -Requires: tex(optparams.sty) -Requires: tex(placeins.sty) -Requires: tex(paralist.sty) -Requires: tex(multicol.sty) -Requires: tex(setspace.sty) -Requires: tex(hopatch.sty) -Requires: tex(natbib.sty) -Requires: tex(bibentry.sty) -Requires: tex(etoolbox.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Provides: tex(amsart-xetex-bidi.def) = %{tl_version} -Provides: tex(amsbook-xetex-bidi.def) = %{tl_version} -Provides: tex(amsmath-xetex-bidi.def) = %{tl_version} -Provides: tex(amstext-xetex-bidi.def) = %{tl_version} -Provides: tex(amsthm-xetex-bidi.def) = %{tl_version} -Provides: tex(array-xetex-bidi.def) = %{tl_version} -Provides: tex(article-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel1-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel2-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel3-xetex-bidi.def) = %{tl_version} -Provides: tex(arydshln-xetex-bidi.def) = %{tl_version} -Provides: tex(bidi-longtable.sty) = %{tl_version} -Provides: tex(bidi.sty) = %{tl_version} -Provides: tex(bidi.tex) = %{tl_version} -Provides: tex(bidi2in1.sty) = %{tl_version} -Provides: tex(bidicode.sty) = %{tl_version} -Provides: tex(bidiftnxtra.sty) = %{tl_version} -Provides: tex(bidimoderncv.cls) = %{tl_version} -Provides: tex(bidipoem.sty) = %{tl_version} -Provides: tex(bidipresentation.cls) = %{tl_version} -Provides: tex(biditools.sty) = %{tl_version} -Provides: tex(biditufte-book.cls) = %{tl_version} -Provides: tex(biditufte-handout.cls) = %{tl_version} -Provides: tex(bidituftefloat.sty) = %{tl_version} -Provides: tex(bidituftegeneralstructure.sty) = %{tl_version} -Provides: tex(bidituftehyperref.sty) = %{tl_version} -Provides: tex(bidituftesidenote.sty) = %{tl_version} -Provides: tex(bidituftetitle.sty) = %{tl_version} -Provides: tex(bidituftetoc.sty) = %{tl_version} -Provides: tex(boek-xetex-bidi.def) = %{tl_version} -Provides: tex(boek3-xetex-bidi.def) = %{tl_version} -Provides: tex(book-xetex-bidi.def) = %{tl_version} -Provides: tex(bookest-xetex-bidi.def) = %{tl_version} -Provides: tex(breqn-xetex-bidi.def) = %{tl_version} -Provides: tex(caption-xetex-bidi.def) = %{tl_version} -Provides: tex(caption3-xetex-bidi.def) = %{tl_version} -Provides: tex(color-xetex-bidi.def) = %{tl_version} -Provides: tex(colortbl-xetex-bidi.def) = %{tl_version} -Provides: tex(combine-xetex-bidi.def) = %{tl_version} -Provides: tex(crop-xetex-bidi.def) = %{tl_version} -Provides: tex(cuted-xetex-bidi.def) = %{tl_version} -Provides: tex(cutwin-xetex-bidi.def) = %{tl_version} -Provides: tex(cvthemebidicasual.sty) = %{tl_version} -Provides: tex(cvthemebidiclassic.sty) = %{tl_version} -Provides: tex(dblfnote-xetex-bidi.def) = %{tl_version} -Provides: tex(draftwatermark-xetex-bidi.def) = %{tl_version} -Provides: tex(empheq-xetex-bidi.def) = %{tl_version} -Provides: tex(extarticle-xetex-bidi.def) = %{tl_version} -Provides: tex(extbook-xetex-bidi.def) = %{tl_version} -Provides: tex(extletter-xetex-bidi.def) = %{tl_version} -Provides: tex(extrafootnotefeatures.def) = %{tl_version} -Provides: tex(extreport-xetex-bidi.def) = %{tl_version} -Provides: tex(fancyhdr-xetex-bidi.def) = %{tl_version} -Provides: tex(fix2col-xetex-bidi.def) = %{tl_version} -Provides: tex(fleqn-xetex-bidi.def) = %{tl_version} -Provides: tex(float-xetex-bidi.def) = %{tl_version} -Provides: tex(flowfram-xetex-bidi.def) = %{tl_version} -Provides: tex(footnote-luatex-bidi.def) = %{tl_version} -Provides: tex(footnote-xetex-bidi.def) = %{tl_version} -Provides: tex(framed-xetex-bidi.def) = %{tl_version} -Provides: tex(ftnright-xetex-bidi.def) = %{tl_version} -Provides: tex(geometry-xetex-bidi.def) = %{tl_version} -Provides: tex(graphicx-xetex-bidi.def) = %{tl_version} -Provides: tex(hvfloat-xetex-bidi.def) = %{tl_version} -Provides: tex(hyperref-xetex-bidi.def) = %{tl_version} -Provides: tex(leqno-xetex-bidi.def) = %{tl_version} -Provides: tex(letter-xetex-bidi.def) = %{tl_version} -Provides: tex(lettrine-xetex-bidi.def) = %{tl_version} -Provides: tex(listings-xetex-bidi.def) = %{tl_version} -Provides: tex(loadingorder-bidi.def) = %{tl_version} -Provides: tex(longtable-xetex-bidi.def) = %{tl_version} -Provides: tex(luatex-bidi.def) = %{tl_version} -Provides: tex(memoir-xetex-bidi.def) = %{tl_version} -Provides: tex(minitoc-xetex-bidi.def) = %{tl_version} -Provides: tex(multicol-xetex-bidi.def) = %{tl_version} -Provides: tex(multienum-xetex-bidi.def) = %{tl_version} -Provides: tex(natbib-xetex-bidi.def) = %{tl_version} -Provides: tex(ntheorem-hyper-xetex-bidi.def) = %{tl_version} -Provides: tex(ntheorem-xetex-bidi.def) = %{tl_version} -Provides: tex(pdfpages-xetex-bidi.def) = %{tl_version} -Provides: tex(pgf-xetex-bidi.def) = %{tl_version} -Provides: tex(picinpar-xetex-bidi.def) = %{tl_version} -Provides: tex(plain-luatex-bidi.def) = %{tl_version} -Provides: tex(plain-xetex-bidi.def) = %{tl_version} -Provides: tex(pstricks-xetex-bidi.def) = %{tl_version} -Provides: tex(quotchap-xetex-bidi.def) = %{tl_version} -Provides: tex(ragged2e-xetex-bidi.def) = %{tl_version} -Provides: tex(rapport1-xetex-bidi.def) = %{tl_version} -Provides: tex(rapport3-xetex-bidi.def) = %{tl_version} -Provides: tex(refrep-xetex-bidi.def) = %{tl_version} -Provides: tex(report-xetex-bidi.def) = %{tl_version} -Provides: tex(scrartcl-xetex-bidi.def) = %{tl_version} -Provides: tex(scrbook-xetex-bidi.def) = %{tl_version} -Provides: tex(scrlettr-xetex-bidi.def) = %{tl_version} -Provides: tex(scrreprt-xetex-bidi.def) = %{tl_version} -Provides: tex(sidecap-xetex-bidi.def) = %{tl_version} -Provides: tex(stabular-xetex-bidi.def) = %{tl_version} -Provides: tex(subfigure-xetex-bidi.def) = %{tl_version} -Provides: tex(tabls-xetex-bidi.def) = %{tl_version} -Provides: tex(tabulary-xetex-bidi.def) = %{tl_version} -Provides: tex(titlesec-xetex-bidi.def) = %{tl_version} -Provides: tex(titletoc-xetex-bidi.def) = %{tl_version} -Provides: tex(tocbibind-xetex-bidi.def) = %{tl_version} -Provides: tex(tocloft-xetex-bidi.def) = %{tl_version} -Provides: tex(tocstyle-xetex-bidi.def) = %{tl_version} -Provides: tex(wrapfig-xetex-bidi.def) = %{tl_version} -Provides: tex(xcolor-xetex-bidi.def) = %{tl_version} -Provides: tex(xetex-bidi.def) = %{tl_version} -Provides: tex(xltxtra-xetex-bidi.def) = %{tl_version} +Requires: tex(babel.sty) +Requires: tex(teubner.sty) +Provides: tex(betababel.sty) = %{tl_version} -%description bidi -A convenient interface for typesetting bidirectional texts with -plain TeX and LaTeX. The package includes adaptations for use -with many other commonly-used packages. +%description betababel +The betababel package extends the babel polutonikogreek option +to provide a simple way to insert ancient Greek texts with +diacritical characters into your document using the commonly +used Beta Code transliteration. You can directly insert Beta +Code texts -- as they can be found at the Perseus project, for +example -- without modification. -date: 2013-04-03 13:04:26 +0200 +date: 2009-03-27 13:15:14 +0100 -%post bidi +%post betababel mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bidi +%postun betababel if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22375,61 +21787,47 @@ else fi : -%posttrans bidi +%posttrans betababel if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bidi-doc -Summary: Documentation for bidi -Version: svn29650.12.2 +%package betababel-doc +Summary: Documentation for betababel +Version: svn15878.0.5 Release: %{tl_noarch_release} -Provides: tex-bidi-doc +Provides: tex-betababel-doc BuildArch: noarch AutoReqProv: No -%description bidi-doc -Documentation for bidi +%description betababel-doc +Documentation for betababel -%package bigfoot -Provides: tex-bigfoot = %{tl_version} -License: GPLv2+ -Summary: Footnotes for critical editions +%package beton +Provides: tex-beton = %{tl_version} +License: LPPL +Summary: Use Concrete fonts Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(manyfoot.sty) -Requires: tex(perpage.sty) -Provides: tex(bigfoot.sty) = %{tl_version} -Provides: tex(perpage.sty) = %{tl_version} -Provides: tex(suffix.sty) = %{tl_version} +Provides: tex(beton.sty) = %{tl_version} -%description bigfoot -The package aims to provide a 'one-stop' solution to -requirements for footnotes. It offers: - Multiple footnote -apparatus superior to that of the manyfoot; - Footnotes can be -formatted in separate paragraphs, or be run into a single -paragraph (this choice may be selected per footnote series); - -Things you might have expected (like \verb-like material in -footnotes, and colour selections over page breaks) now work. -Note that the majority of the bigfoot package's interface is -identical to that of manyfoot; users should seek information -from that package's documentation. The bigfoot bundle also -provides the perpage and suffix packages. +%description beton +Typeset a LaTeX2e document with the Concrete fonts designed by +Don Knuth and used in his book "Concrete Mathematics". -date: 2007-08-13 15:44:25 +0200 +date: 2009-09-24 15:05:48 +0200 -%post bigfoot +%post beton mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bigfoot +%postun beton if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22438,49 +21836,62 @@ else fi : -%posttrans bigfoot +%posttrans beton if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bigfoot-doc -Summary: Documentation for bigfoot +%package beton-doc +Summary: Documentation for beton Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-bigfoot-doc +Provides: tex-beton-doc BuildArch: noarch AutoReqProv: No -%description bigfoot-doc -Documentation for bigfoot +%description beton-doc +Documentation for beton -%package bigints -Provides: tex-bigints = %{tl_version} +%package bezos +Provides: tex-bezos = %{tl_version} License: LPPL -Summary: Writing big integrals -Version: svn17223.0 +Summary: Packages by Javier Bezos +Version: svn25507.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(bigints.sty) = %{tl_version} +Requires: tex(soulutf8.sty) +Requires: tex(keyval.sty) +Provides: tex(accents.sty) = %{tl_version} +Provides: tex(arabicfront.sty) = %{tl_version} +Provides: tex(babeltools.sty) = %{tl_version} +Provides: tex(checkend.sty) = %{tl_version} +Provides: tex(dotlessi.sty) = %{tl_version} +Provides: tex(esindex.sty) = %{tl_version} +Provides: tex(soulpos.sty) = %{tl_version} +Provides: tex(subdocs.sty) = %{tl_version} +Provides: tex(tensind.sty) = %{tl_version} -%description bigints -The package provides facilities for drawing big integral signs -when needed. An example would be when the integrand is a -matrix. +%description bezos +A set of packages that provide: - tools for maths accents; - a +tool that changes page-numbering in frontmatter to arabic; - +tools for dealing with some annoyances in babel; - a tool for +making end-environment checking more meaningful; - tensorial +indexes; - support for multi-file documents; - tools for easy +entry of Spanish index entries; and - dotless i's and j's for +maths fonts. -date: 2010-02-26 01:00:05 +0100 +date: 2010-10-14 20:46:53 +0200 -%post bigints +%post bezos mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bigints +%postun bezos if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22489,50 +21900,51 @@ else fi : -%posttrans bigints +%posttrans bezos if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bigints-doc -Summary: Documentation for bigints -Version: svn17223.0 +%package bezos-doc +Summary: Documentation for bezos +Version: svn25507.0 Release: %{tl_noarch_release} -Provides: tex-bigints-doc +Provides: tex-bezos-doc BuildArch: noarch AutoReqProv: No -%description bigints-doc -Documentation for bigints +%description bezos-doc +Documentation for bezos -%package binomexp -Provides: tex-binomexp = %{tl_version} -License: LPPL -Summary: Calculate Pascal's triangle -Version: svn15878.1.0 +%package bez123 +Provides: tex-bez123 = %{tl_version} +License: LPPL 1.3 +Summary: Support for Bezier curves +Version: svn15878.1.1b Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(binomexp.sty) = %{tl_version} +Provides: tex(bez123.sty) = %{tl_version} +Provides: tex(multiply.sty) = %{tl_version} -%description binomexp -The package calculates and prints rows of Pascal's triangle. It -may be used: - simply to print successive rows of the triangle, -or - to print the rows inside an array or tabular. +%description bez123 +Provides additional facilities in a picture environment for +drawing linear, cubic, and rational quadratic Bezier curves +(standard LaTeX only offers non-rational quadratic splines). +Provides a package multiply that provides a command for +multiplication of a length without numerical overflow. -date: 2007-03-05 14:17:42 +0100 +date: 2009-09-02 11:33:10 +0200 -%post binomexp +%post bez123 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun binomexp +%postun bez123 if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22541,57 +21953,347 @@ else fi : -%posttrans binomexp +%posttrans bez123 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package binomexp-doc -Summary: Documentation for binomexp -Version: svn15878.1.0 +%package bez123-doc +Summary: Documentation for bez123 +Version: svn15878.1.1b Release: %{tl_noarch_release} -Provides: tex-binomexp-doc +Provides: tex-bez123-doc BuildArch: noarch AutoReqProv: No -%description binomexp-doc -Documentation for binomexp +%description bez123-doc +Documentation for bez123 -%package biocon -Provides: tex-biocon = %{tl_version} -License: GPL+ -Summary: Typesetting biological species names -Version: svn15878.0 +%package bgreek +Provides: tex-bgreek = %{tl_version} +License: LPPL +Summary: Using Beccari's fonts in betacode for classical Greek +Version: svn15878.0.3 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(biocon-old.sty) = %{tl_version} -Provides: tex(biocon.sty) = %{tl_version} -Provides: tex(biocon.sty) = %{tl_version} +Provides: tex(bgmc0500.tfm) = %{tl_version} +Provides: tex(bgmc0600.tfm) = %{tl_version} +Provides: tex(bgmc0700.tfm) = %{tl_version} +Provides: tex(bgmc0800.tfm) = %{tl_version} +Provides: tex(bgmc0900.tfm) = %{tl_version} +Provides: tex(bgmc1000.tfm) = %{tl_version} +Provides: tex(bgmc1095.tfm) = %{tl_version} +Provides: tex(bgmc1200.tfm) = %{tl_version} +Provides: tex(bgmc1440.tfm) = %{tl_version} +Provides: tex(bgmc1728.tfm) = %{tl_version} +Provides: tex(bgmc2074.tfm) = %{tl_version} +Provides: tex(bgmc2488.tfm) = %{tl_version} +Provides: tex(bgmn0500.tfm) = %{tl_version} +Provides: tex(bgmn0600.tfm) = %{tl_version} +Provides: tex(bgmn0700.tfm) = %{tl_version} +Provides: tex(bgmn0800.tfm) = %{tl_version} +Provides: tex(bgmn0900.tfm) = %{tl_version} +Provides: tex(bgmn1000.tfm) = %{tl_version} +Provides: tex(bgmn1095.tfm) = %{tl_version} +Provides: tex(bgmn1200.tfm) = %{tl_version} +Provides: tex(bgmn1440.tfm) = %{tl_version} +Provides: tex(bgmn1728.tfm) = %{tl_version} +Provides: tex(bgmn2074.tfm) = %{tl_version} +Provides: tex(bgmn2488.tfm) = %{tl_version} +Provides: tex(bgmo0500.tfm) = %{tl_version} +Provides: tex(bgmo0600.tfm) = %{tl_version} +Provides: tex(bgmo0700.tfm) = %{tl_version} +Provides: tex(bgmo0800.tfm) = %{tl_version} +Provides: tex(bgmo0900.tfm) = %{tl_version} +Provides: tex(bgmo1000.tfm) = %{tl_version} +Provides: tex(bgmo1095.tfm) = %{tl_version} +Provides: tex(bgmo1200.tfm) = %{tl_version} +Provides: tex(bgmo1440.tfm) = %{tl_version} +Provides: tex(bgmo1728.tfm) = %{tl_version} +Provides: tex(bgmo2074.tfm) = %{tl_version} +Provides: tex(bgmo2488.tfm) = %{tl_version} +Provides: tex(bgxc0500.tfm) = %{tl_version} +Provides: tex(bgxc0600.tfm) = %{tl_version} +Provides: tex(bgxc0700.tfm) = %{tl_version} +Provides: tex(bgxc0800.tfm) = %{tl_version} +Provides: tex(bgxc0900.tfm) = %{tl_version} +Provides: tex(bgxc1000.tfm) = %{tl_version} +Provides: tex(bgxc1095.tfm) = %{tl_version} +Provides: tex(bgxc1200.tfm) = %{tl_version} +Provides: tex(bgxc1440.tfm) = %{tl_version} +Provides: tex(bgxc1728.tfm) = %{tl_version} +Provides: tex(bgxc2074.tfm) = %{tl_version} +Provides: tex(bgxc2488.tfm) = %{tl_version} +Provides: tex(bgxn0500.tfm) = %{tl_version} +Provides: tex(bgxn0600.tfm) = %{tl_version} +Provides: tex(bgxn0700.tfm) = %{tl_version} +Provides: tex(bgxn0800.tfm) = %{tl_version} +Provides: tex(bgxn0900.tfm) = %{tl_version} +Provides: tex(bgxn1000.tfm) = %{tl_version} +Provides: tex(bgxn1095.tfm) = %{tl_version} +Provides: tex(bgxn1200.tfm) = %{tl_version} +Provides: tex(bgxn1440.tfm) = %{tl_version} +Provides: tex(bgxn1728.tfm) = %{tl_version} +Provides: tex(bgxn2074.tfm) = %{tl_version} +Provides: tex(bgxn2488.tfm) = %{tl_version} +Provides: tex(bgxo0500.tfm) = %{tl_version} +Provides: tex(bgxo0600.tfm) = %{tl_version} +Provides: tex(bgxo0700.tfm) = %{tl_version} +Provides: tex(bgxo0800.tfm) = %{tl_version} +Provides: tex(bgxo0900.tfm) = %{tl_version} +Provides: tex(bgxo1000.tfm) = %{tl_version} +Provides: tex(bgxo1095.tfm) = %{tl_version} +Provides: tex(bgxo1200.tfm) = %{tl_version} +Provides: tex(bgxo1440.tfm) = %{tl_version} +Provides: tex(bgxo1728.tfm) = %{tl_version} +Provides: tex(bgxo2074.tfm) = %{tl_version} +Provides: tex(bgxo2488.tfm) = %{tl_version} +Provides: tex(bqmc0500.tfm) = %{tl_version} +Provides: tex(bqmc0600.tfm) = %{tl_version} +Provides: tex(bqmc0700.tfm) = %{tl_version} +Provides: tex(bqmc0800.tfm) = %{tl_version} +Provides: tex(bqmc0900.tfm) = %{tl_version} +Provides: tex(bqmc1000.tfm) = %{tl_version} +Provides: tex(bqmc1095.tfm) = %{tl_version} +Provides: tex(bqmc1200.tfm) = %{tl_version} +Provides: tex(bqmc1440.tfm) = %{tl_version} +Provides: tex(bqmc1728.tfm) = %{tl_version} +Provides: tex(bqmc2074.tfm) = %{tl_version} +Provides: tex(bqmc2488.tfm) = %{tl_version} +Provides: tex(bqmn0500.tfm) = %{tl_version} +Provides: tex(bqmn0600.tfm) = %{tl_version} +Provides: tex(bqmn0700.tfm) = %{tl_version} +Provides: tex(bqmn0800.tfm) = %{tl_version} +Provides: tex(bqmn0900.tfm) = %{tl_version} +Provides: tex(bqmn1000.tfm) = %{tl_version} +Provides: tex(bqmn1095.tfm) = %{tl_version} +Provides: tex(bqmn1200.tfm) = %{tl_version} +Provides: tex(bqmn1440.tfm) = %{tl_version} +Provides: tex(bqmn1728.tfm) = %{tl_version} +Provides: tex(bqmn2074.tfm) = %{tl_version} +Provides: tex(bqmn2488.tfm) = %{tl_version} +Provides: tex(bqmo0500.tfm) = %{tl_version} +Provides: tex(bqmo0600.tfm) = %{tl_version} +Provides: tex(bqmo0700.tfm) = %{tl_version} +Provides: tex(bqmo0800.tfm) = %{tl_version} +Provides: tex(bqmo0900.tfm) = %{tl_version} +Provides: tex(bqmo1000.tfm) = %{tl_version} +Provides: tex(bqmo1095.tfm) = %{tl_version} +Provides: tex(bqmo1200.tfm) = %{tl_version} +Provides: tex(bqmo1440.tfm) = %{tl_version} +Provides: tex(bqmo1728.tfm) = %{tl_version} +Provides: tex(bqmo2074.tfm) = %{tl_version} +Provides: tex(bqmo2488.tfm) = %{tl_version} +Provides: tex(bqxc0500.tfm) = %{tl_version} +Provides: tex(bqxc0600.tfm) = %{tl_version} +Provides: tex(bqxc0700.tfm) = %{tl_version} +Provides: tex(bqxc0800.tfm) = %{tl_version} +Provides: tex(bqxc0900.tfm) = %{tl_version} +Provides: tex(bqxc1000.tfm) = %{tl_version} +Provides: tex(bqxc1095.tfm) = %{tl_version} +Provides: tex(bqxc1200.tfm) = %{tl_version} +Provides: tex(bqxc1440.tfm) = %{tl_version} +Provides: tex(bqxc1728.tfm) = %{tl_version} +Provides: tex(bqxc2074.tfm) = %{tl_version} +Provides: tex(bqxc2488.tfm) = %{tl_version} +Provides: tex(bqxn0500.tfm) = %{tl_version} +Provides: tex(bqxn0600.tfm) = %{tl_version} +Provides: tex(bqxn0700.tfm) = %{tl_version} +Provides: tex(bqxn0800.tfm) = %{tl_version} +Provides: tex(bqxn0900.tfm) = %{tl_version} +Provides: tex(bqxn1000.tfm) = %{tl_version} +Provides: tex(bqxn1095.tfm) = %{tl_version} +Provides: tex(bqxn1200.tfm) = %{tl_version} +Provides: tex(bqxn1440.tfm) = %{tl_version} +Provides: tex(bqxn1728.tfm) = %{tl_version} +Provides: tex(bqxn2074.tfm) = %{tl_version} +Provides: tex(bqxn2488.tfm) = %{tl_version} +Provides: tex(bqxo0500.tfm) = %{tl_version} +Provides: tex(bqxo0600.tfm) = %{tl_version} +Provides: tex(bqxo0700.tfm) = %{tl_version} +Provides: tex(bqxo0800.tfm) = %{tl_version} +Provides: tex(bqxo0900.tfm) = %{tl_version} +Provides: tex(bqxo1000.tfm) = %{tl_version} +Provides: tex(bqxo1095.tfm) = %{tl_version} +Provides: tex(bqxo1200.tfm) = %{tl_version} +Provides: tex(bqxo1440.tfm) = %{tl_version} +Provides: tex(bqxo1728.tfm) = %{tl_version} +Provides: tex(bqxo2074.tfm) = %{tl_version} +Provides: tex(bqxo2488.tfm) = %{tl_version} +Provides: tex(bgmc0500.vf) = %{tl_version} +Provides: tex(bgmc0600.vf) = %{tl_version} +Provides: tex(bgmc0700.vf) = %{tl_version} +Provides: tex(bgmc0800.vf) = %{tl_version} +Provides: tex(bgmc0900.vf) = %{tl_version} +Provides: tex(bgmc1000.vf) = %{tl_version} +Provides: tex(bgmc1095.vf) = %{tl_version} +Provides: tex(bgmc1200.vf) = %{tl_version} +Provides: tex(bgmc1440.vf) = %{tl_version} +Provides: tex(bgmc1728.vf) = %{tl_version} +Provides: tex(bgmc2074.vf) = %{tl_version} +Provides: tex(bgmc2488.vf) = %{tl_version} +Provides: tex(bgmn0500.vf) = %{tl_version} +Provides: tex(bgmn0600.vf) = %{tl_version} +Provides: tex(bgmn0700.vf) = %{tl_version} +Provides: tex(bgmn0800.vf) = %{tl_version} +Provides: tex(bgmn0900.vf) = %{tl_version} +Provides: tex(bgmn1000.vf) = %{tl_version} +Provides: tex(bgmn1095.vf) = %{tl_version} +Provides: tex(bgmn1200.vf) = %{tl_version} +Provides: tex(bgmn1440.vf) = %{tl_version} +Provides: tex(bgmn1728.vf) = %{tl_version} +Provides: tex(bgmn2074.vf) = %{tl_version} +Provides: tex(bgmn2488.vf) = %{tl_version} +Provides: tex(bgmo0500.vf) = %{tl_version} +Provides: tex(bgmo0600.vf) = %{tl_version} +Provides: tex(bgmo0700.vf) = %{tl_version} +Provides: tex(bgmo0800.vf) = %{tl_version} +Provides: tex(bgmo0900.vf) = %{tl_version} +Provides: tex(bgmo1000.vf) = %{tl_version} +Provides: tex(bgmo1095.vf) = %{tl_version} +Provides: tex(bgmo1200.vf) = %{tl_version} +Provides: tex(bgmo1440.vf) = %{tl_version} +Provides: tex(bgmo1728.vf) = %{tl_version} +Provides: tex(bgmo2074.vf) = %{tl_version} +Provides: tex(bgmo2488.vf) = %{tl_version} +Provides: tex(bgxc0500.vf) = %{tl_version} +Provides: tex(bgxc0600.vf) = %{tl_version} +Provides: tex(bgxc0700.vf) = %{tl_version} +Provides: tex(bgxc0800.vf) = %{tl_version} +Provides: tex(bgxc0900.vf) = %{tl_version} +Provides: tex(bgxc1000.vf) = %{tl_version} +Provides: tex(bgxc1095.vf) = %{tl_version} +Provides: tex(bgxc1200.vf) = %{tl_version} +Provides: tex(bgxc1440.vf) = %{tl_version} +Provides: tex(bgxc1728.vf) = %{tl_version} +Provides: tex(bgxc2074.vf) = %{tl_version} +Provides: tex(bgxc2488.vf) = %{tl_version} +Provides: tex(bgxn0500.vf) = %{tl_version} +Provides: tex(bgxn0600.vf) = %{tl_version} +Provides: tex(bgxn0700.vf) = %{tl_version} +Provides: tex(bgxn0800.vf) = %{tl_version} +Provides: tex(bgxn0900.vf) = %{tl_version} +Provides: tex(bgxn1000.vf) = %{tl_version} +Provides: tex(bgxn1095.vf) = %{tl_version} +Provides: tex(bgxn1200.vf) = %{tl_version} +Provides: tex(bgxn1440.vf) = %{tl_version} +Provides: tex(bgxn1728.vf) = %{tl_version} +Provides: tex(bgxn2074.vf) = %{tl_version} +Provides: tex(bgxn2488.vf) = %{tl_version} +Provides: tex(bgxo0500.vf) = %{tl_version} +Provides: tex(bgxo0600.vf) = %{tl_version} +Provides: tex(bgxo0700.vf) = %{tl_version} +Provides: tex(bgxo0800.vf) = %{tl_version} +Provides: tex(bgxo0900.vf) = %{tl_version} +Provides: tex(bgxo1000.vf) = %{tl_version} +Provides: tex(bgxo1095.vf) = %{tl_version} +Provides: tex(bgxo1200.vf) = %{tl_version} +Provides: tex(bgxo1440.vf) = %{tl_version} +Provides: tex(bgxo1728.vf) = %{tl_version} +Provides: tex(bgxo2074.vf) = %{tl_version} +Provides: tex(bgxo2488.vf) = %{tl_version} +Provides: tex(bqmc0500.vf) = %{tl_version} +Provides: tex(bqmc0600.vf) = %{tl_version} +Provides: tex(bqmc0700.vf) = %{tl_version} +Provides: tex(bqmc0800.vf) = %{tl_version} +Provides: tex(bqmc0900.vf) = %{tl_version} +Provides: tex(bqmc1000.vf) = %{tl_version} +Provides: tex(bqmc1095.vf) = %{tl_version} +Provides: tex(bqmc1200.vf) = %{tl_version} +Provides: tex(bqmc1440.vf) = %{tl_version} +Provides: tex(bqmc1728.vf) = %{tl_version} +Provides: tex(bqmc2074.vf) = %{tl_version} +Provides: tex(bqmc2488.vf) = %{tl_version} +Provides: tex(bqmn0500.vf) = %{tl_version} +Provides: tex(bqmn0600.vf) = %{tl_version} +Provides: tex(bqmn0700.vf) = %{tl_version} +Provides: tex(bqmn0800.vf) = %{tl_version} +Provides: tex(bqmn0900.vf) = %{tl_version} +Provides: tex(bqmn1000.vf) = %{tl_version} +Provides: tex(bqmn1095.vf) = %{tl_version} +Provides: tex(bqmn1200.vf) = %{tl_version} +Provides: tex(bqmn1440.vf) = %{tl_version} +Provides: tex(bqmn1728.vf) = %{tl_version} +Provides: tex(bqmn2074.vf) = %{tl_version} +Provides: tex(bqmn2488.vf) = %{tl_version} +Provides: tex(bqmo0500.vf) = %{tl_version} +Provides: tex(bqmo0600.vf) = %{tl_version} +Provides: tex(bqmo0700.vf) = %{tl_version} +Provides: tex(bqmo0800.vf) = %{tl_version} +Provides: tex(bqmo0900.vf) = %{tl_version} +Provides: tex(bqmo1000.vf) = %{tl_version} +Provides: tex(bqmo1095.vf) = %{tl_version} +Provides: tex(bqmo1200.vf) = %{tl_version} +Provides: tex(bqmo1440.vf) = %{tl_version} +Provides: tex(bqmo1728.vf) = %{tl_version} +Provides: tex(bqmo2074.vf) = %{tl_version} +Provides: tex(bqmo2488.vf) = %{tl_version} +Provides: tex(bqxc0500.vf) = %{tl_version} +Provides: tex(bqxc0600.vf) = %{tl_version} +Provides: tex(bqxc0700.vf) = %{tl_version} +Provides: tex(bqxc0800.vf) = %{tl_version} +Provides: tex(bqxc0900.vf) = %{tl_version} +Provides: tex(bqxc1000.vf) = %{tl_version} +Provides: tex(bqxc1095.vf) = %{tl_version} +Provides: tex(bqxc1200.vf) = %{tl_version} +Provides: tex(bqxc1440.vf) = %{tl_version} +Provides: tex(bqxc1728.vf) = %{tl_version} +Provides: tex(bqxc2074.vf) = %{tl_version} +Provides: tex(bqxc2488.vf) = %{tl_version} +Provides: tex(bqxn0500.vf) = %{tl_version} +Provides: tex(bqxn0600.vf) = %{tl_version} +Provides: tex(bqxn0700.vf) = %{tl_version} +Provides: tex(bqxn0800.vf) = %{tl_version} +Provides: tex(bqxn0900.vf) = %{tl_version} +Provides: tex(bqxn1000.vf) = %{tl_version} +Provides: tex(bqxn1095.vf) = %{tl_version} +Provides: tex(bqxn1200.vf) = %{tl_version} +Provides: tex(bqxn1440.vf) = %{tl_version} +Provides: tex(bqxn1728.vf) = %{tl_version} +Provides: tex(bqxn2074.vf) = %{tl_version} +Provides: tex(bqxn2488.vf) = %{tl_version} +Provides: tex(bqxo0500.vf) = %{tl_version} +Provides: tex(bqxo0600.vf) = %{tl_version} +Provides: tex(bqxo0700.vf) = %{tl_version} +Provides: tex(bqxo0800.vf) = %{tl_version} +Provides: tex(bqxo0900.vf) = %{tl_version} +Provides: tex(bqxo1000.vf) = %{tl_version} +Provides: tex(bqxo1095.vf) = %{tl_version} +Provides: tex(bqxo1200.vf) = %{tl_version} +Provides: tex(bqxo1440.vf) = %{tl_version} +Provides: tex(bqxo1728.vf) = %{tl_version} +Provides: tex(bqxo2074.vf) = %{tl_version} +Provides: tex(bqxo2488.vf) = %{tl_version} +Provides: tex(bcgcmr.fd) = %{tl_version} +Provides: tex(bcgenc.def) = %{tl_version} +Provides: tex(bcglmr.fd) = %{tl_version} +Provides: tex(bcqcmr.fd) = %{tl_version} +Provides: tex(bcqenc.def) = %{tl_version} +Provides: tex(bcqlmr.fd) = %{tl_version} +Provides: tex(bgfonts.tex) = %{tl_version} +Provides: tex(bgreek.ldf) = %{tl_version} +Provides: tex(bgreek.sty) = %{tl_version} +Provides: tex(ibygreek.ldf) = %{tl_version} -%description biocon -The biocon--biological conventions--package aids the -typesetting of some biological conventions. At the moment, it -makes a good job of typesetting species names (and ranks below -the species level). A distinction is made between the Plant, -Fungi, Animalia and Bacteria kingdoms. There are default -settings for the way species names are typeset, but they can be -customized. Different default styles are used in different -situations. +%description bgreek +This package implements a dialect of the Beta Code encoding +(TLG and Perseus Projects) for typesetting classical Greek +using Claudio Beccari's Greek Fonts. The package provides +virtual fonts, to reference Beccari's fonts in bgreek mode, and +support macros for use with LaTeX. -date: 2007-01-23 22:34:44 +0100 +date: 2009-02-21 22:05:10 +0100 -%post biocon +%post bgreek mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun biocon +%postun bgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22600,56 +22302,102 @@ else fi : -%posttrans biocon +%posttrans bgreek if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package biocon-doc -Summary: Documentation for biocon -Version: svn15878.0 +%package bgreek-doc +Summary: Documentation for bgreek +Version: svn15878.0.3 Release: %{tl_noarch_release} -Provides: tex-biocon-doc +Provides: tex-bgreek-doc BuildArch: noarch AutoReqProv: No -%description biocon-doc -Documentation for biocon +%description bgreek-doc +Documentation for bgreek -%package bitelist -Provides: tex-bitelist = %{tl_version} -License: LPPL 1.3 -Summary: Split list, in TeX's mouth -Version: svn25779.0.1 +%package bgteubner +Provides: tex-bgteubner = %{tl_version} +License: LPPL +Summary: Class for producing books for the publisher "Teubner Verlag" +Version: svn25892.2.02 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bitedemo.tex) = %{tl_version} -Provides: tex(bitelist.sty) = %{tl_version} +Requires: tex(fixltx2e.sty) +Requires: tex(wasysym.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(booktabs.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(fontenc.sty) +Requires: tex(mathptmx.sty) +Requires: tex(helvet.sty) +Requires: tex(courier.sty) +Requires: tex(hfoldsty.sty) +Requires: tex(textcomp.sty) +Requires: tex(mathcomp.sty) +Requires: tex(hhsubfigure.sty) +Requires: tex(ragged2e.sty) +Requires: tex(exscale.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(framed.sty) +Requires: tex(hhtensor.sty) +Requires: tex(makeidx.sty) +Requires: tex(mdwlist.sty) +Requires: tex(paralist.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(fixmath.sty) +Requires: tex(babel.sty) +Requires: tex(setspace.sty) +Requires: tex(relsize.sty) +Requires: tex(slantsc.sty) +Requires: tex(ginpenc.sty) +Requires: tex(warning.sty) +Requires: tex(onlyamsmath.sty) +Requires: tex(numprint.sty) +Requires: tex(scrpage2.sty) +Requires: tex(babelbib.sty) +Requires: tex(fnbreak.sty) +Requires: tex(subfloat.sty) +Requires: tex(multicol.sty) +Requires: tex(pdfcprot.sty) +Requires: tex(verbatim.sty) +Provides: tex(bgteubner.cls) = %{tl_version} +Provides: tex(hhfixme.sty) = %{tl_version} +Provides: tex(hhsubfigure.sty) = %{tl_version} +Provides: tex(ptmxcomp.sty) = %{tl_version} -%description bitelist -The package provides commands for "splitting" a token list at -the first occurrence of another (specified) token list. I.e., -for given token lists s, t return b and the shortest a, such -that t = a s b. The package's mechanism differs from those of -packages providing similar features, in the following ways: - -the method uses TeX's mechanism of reading delimited macro -parameters; - the splitting macros work by pure expansion, -without assignments; - the operation is carried out in a single -macro call. A variant of the operation is provided, that -retains outer braces. +%description bgteubner +The bgteubner document class has been programmed by order of +the Teubner Verlag, Wiesbaden, Germany, to ensure that books of +this publisher have a unique layout. Unfortunately, most of the +documentation is only available in German. Since the document +class is intended to generate a unique layout, many things +(layout etc.) are fixed and cannot be altered by the user. If +you want to use the document class for another purpose than +publishing with the Teubner Verlag, this may arrise unwanted +restrictions (For instance, the document class provides only +two paper sizes: DIN A-5 and 17cm x 24cm; only two font +families are supported: Times and European Computer Modern). -date: 2012-03-29 18:26:00 +0200 +date: 2012-04-08 14:50:51 +0200 -%post bitelist +%post bgteubner mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bitelist +%postun bgteubner if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22658,110 +22406,154 @@ else fi : -%posttrans bitelist +%posttrans bgteubner if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bitelist-doc -Summary: Documentation for bitelist -Version: svn25779.0.1 +%package bgteubner-doc +Summary: Documentation for bgteubner +Version: svn25892.2.02 Release: %{tl_noarch_release} -Provides: tex-bitelist-doc +Provides: tex-bgteubner-doc BuildArch: noarch AutoReqProv: No -%description bitelist-doc -Documentation for bitelist +%description bgteubner-doc +Documentation for bgteubner -%package bizcard -Provides: tex-bizcard = %{tl_version} -License: GPL+ -Summary: Typeset business cards -Version: svn15878.1.1 +%package bguq +Provides: tex-bguq = %{tl_version} +License: LPPL +Summary: Improved quantifier stroke for Begriffsschrift packages +Version: svn27401.0.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Provides: tex(bizcard.sty) = %{tl_version} +Provides: tex(bguq.map) = %{tl_version} +Provides: tex(bguq10t04.tfm) = %{tl_version} +Provides: tex(bguq10t05.tfm) = %{tl_version} +Provides: tex(bguq10t06.tfm) = %{tl_version} +Provides: tex(bguq10t07.tfm) = %{tl_version} +Provides: tex(bguq10t08.tfm) = %{tl_version} +Provides: tex(bguq10t09.tfm) = %{tl_version} +Provides: tex(bguq10t10.tfm) = %{tl_version} +Provides: tex(bguq10t11.tfm) = %{tl_version} +Provides: tex(bguq10t12.tfm) = %{tl_version} +Provides: tex(bguq10t04.pfb) = %{tl_version} +Provides: tex(bguq10t05.pfb) = %{tl_version} +Provides: tex(bguq10t06.pfb) = %{tl_version} +Provides: tex(bguq10t07.pfb) = %{tl_version} +Provides: tex(bguq10t08.pfb) = %{tl_version} +Provides: tex(bguq10t09.pfb) = %{tl_version} +Provides: tex(bguq10t10.pfb) = %{tl_version} +Provides: tex(bguq10t11.pfb) = %{tl_version} +Provides: tex(bguq10t12.pfb) = %{tl_version} +Provides: tex(Ubguq04.fd) = %{tl_version} +Provides: tex(Ubguq05.fd) = %{tl_version} +Provides: tex(Ubguq06.fd) = %{tl_version} +Provides: tex(Ubguq07.fd) = %{tl_version} +Provides: tex(Ubguq08.fd) = %{tl_version} +Provides: tex(Ubguq09.fd) = %{tl_version} +Provides: tex(Ubguq10.fd) = %{tl_version} +Provides: tex(Ubguq11.fd) = %{tl_version} +Provides: tex(Ubguq12.fd) = %{tl_version} +Provides: tex(begriff-bguq.sty) = %{tl_version} +Provides: tex(bguq.cfg) = %{tl_version} +Provides: tex(bguq.sty) = %{tl_version} -%description bizcard -This is an adaption for current LaTeX of a LaTeX 2.09 style by -Silvano Balemi. It produces cards at the normal US card size, -76.2mm x 50.8mm. +%description bguq +The font contains a single character: the Begriffsschrift +quantifier (in several sizes), as used to set the +Begriffsschrift (concept notation) of Frege. The font is not +intended for end users; instead it is expected that it will be +used by other packages which implement the Begriffsschrift. An +(unofficial) modified version of Josh Parsons' begriff is +included as an example of implementation. -date: 2009-04-30 00:32:08 +0200 +date: 2012-08-14 15:05:39 +0200 -%post bizcard +%post bguq mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun +if [ $1 -gt 0 ] ; then +sed -i '/^Map bguq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map bguq.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi : -%postun bizcard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +%postun bguq +if [ $1 == 0 ] ; then +sed -i '/^Map bguq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap fi : -%posttrans bizcard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bguq +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bizcard-doc -Summary: Documentation for bizcard -Version: svn15878.1.1 +%package bguq-doc +Summary: Documentation for bguq +Version: svn27401.0.4 Release: %{tl_noarch_release} -Provides: tex-bizcard-doc +Provides: tex-bguq-doc BuildArch: noarch AutoReqProv: No -%description bizcard-doc -Documentation for bizcard +%description bguq-doc +Documentation for bguq -%package blacklettert1 -Provides: tex-blacklettert1 = %{tl_version} +%package bhcexam +Provides: tex-bhcexam = %{tl_version} License: LPPL -Summary: T1-encoded versions of Haralambous old German fonts -Version: svn15878.0 +Summary: A LaTeX document class specially designed for High School Math Teachers in China +Version: svn23304.0.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tfrak.tfm) = %{tl_version} -Provides: tex(tfrakls.tfm) = %{tl_version} -Provides: tex(tgoth.tfm) = %{tl_version} -Provides: tex(tswab.tfm) = %{tl_version} -Provides: tex(tfrak.vf) = %{tl_version} -Provides: tex(tfrakls.vf) = %{tl_version} -Provides: tex(tgoth.vf) = %{tl_version} -Provides: tex(tswab.vf) = %{tl_version} -Provides: tex(t1yfrak.fd) = %{tl_version} +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(bm.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(geometry.sty) +Requires: tex(ctex-common-opts.def) +Requires: tex(ctex-class-opts.def) +Requires: tex(ctex-caption-opts.def) +Requires: tex(ctex-common.def) +Requires: tex(ctex-caption.def) +Requires: tex(ctex-class.def) +Provides: tex(BHCexam.cfg) = %{tl_version} +Provides: tex(BHCexam.cls) = %{tl_version} -%description blacklettert1 -This package provides virtual fonts for T1-like variants of -Yannis Haralambous's old German fonts Gothic, Schwabacher and -Fraktur (which are also available in Adobe type 1 format). The -package includes LaTeX macros to embed the fonts into the LaTeX -font selection scheme. +%description bhcexam +A LaTeX document class based on the exam class, which is +specially designed for High School Math Teachers in China. -date: 2008-04-19 22:58:44 +0200 +date: 2011-07-31 15:37:23 +0200 -%post blacklettert1 +%post bhcexam mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun blacklettert1 +%postun bhcexam if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22770,53 +22562,48 @@ else fi : -%posttrans blacklettert1 +%posttrans bhcexam if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package blacklettert1-doc -Summary: Documentation for blacklettert1 -Version: svn15878.0 +%package bhcexam-doc +Summary: Documentation for bhcexam +Version: svn23304.0.2 Release: %{tl_noarch_release} -Provides: tex-blacklettert1-doc +Provides: tex-bhcexam-doc BuildArch: noarch AutoReqProv: No -%description blacklettert1-doc -Documentation for blacklettert1 +%description bhcexam-doc +Documentation for bhcexam -%package blindtext -Provides: tex-blindtext = %{tl_version} -License: LPPL -Summary: Producing 'blind' text for testing -Version: svn25039.1.9c +%package bchart +Provides: tex-bchart = %{tl_version} +License: MIT +Summary: Draw simple bar charts in LaTeX +Version: svn27496.0.1.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(blindtext.sty) = %{tl_version} +Provides: tex(bchart.sty) = %{tl_version} -%description blindtext -The package provides the commands \blindtext and \Blindtext for -creating 'blind' text useful in testing new classes and -packages, and \blinddocument, \Blinddocument for creating an -entire random document with sections, lists, mathematics, etc. -The package supports three languages, english, (n)german and -latin; the latin option provides a short "lorem ipsum" (for a -fuller lorem ipsum text, see the lipsum package). +%description bchart +The package provides horizontal bar charts, drawn using TikZ on +a numeric X-axis. The focus of the package is simplicity and +aesthetics. -date: 2011-11-23 08:28:31 +0100 +date: 2012-08-22 15:50:28 +0200 -%post blindtext +%post bchart mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun blindtext +%postun bchart if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22825,54 +22612,50 @@ else fi : -%posttrans blindtext +%posttrans bchart if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package blindtext-doc -Summary: Documentation for blindtext -Version: svn25039.1.9c +%package bchart-doc +Summary: Documentation for bchart +Version: svn27496.0.1.2 Release: %{tl_noarch_release} -Provides: tex-blindtext-doc +Provides: tex-bchart-doc BuildArch: noarch AutoReqProv: No -%description blindtext-doc -Documentation for blindtext +%description bchart-doc +Documentation for bchart -%package blkarray -Provides: tex-blkarray = %{tl_version} -License: LPPL -Summary: Extended array and tabular -Version: svn17089.0 +%package bibarts +Provides: tex-bibarts = %{tl_version} +License: GPL+ +Summary: "Arts"-style bibliographical information +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(blkarray.sty) = %{tl_version} +Provides: tex(bibarts.sty) = %{tl_version} -%description blkarray -An experimental package which implements an environment, -blockarray, that may be used in the same way as the array or -tabular environments of standard LaTeX, or their extended -versions defined in array. If used in math-mode, blockarray -acts like array, otherwise it acts like tabular. The package -implements a new method of defining column types, and also -block and block* environments, for specifying sub-arrays of the -main array. What's more, the \footnote command works inside a -blockarray. +%description bibarts +The bibarts package assists in making bibliographical lists in +the way that is common in the arts; it requires an auxiliary +program, for which source and a DOS executable are provided. +(Documentation is in German, though bibarts.sty does contain a +brief introduction in English, as a comment.) -date: 2010-02-23 16:09:16 +0100 +date: 2006-12-29 13:11:21 +0100 -%post blkarray +%post bibarts mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun blkarray +%postun bibarts if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22881,47 +22664,49 @@ else fi : -%posttrans blkarray +%posttrans bibarts if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package blkarray-doc -Summary: Documentation for blkarray -Version: svn17089.0 +%package bibarts-doc +Summary: Documentation for bibarts +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-blkarray-doc +Provides: tex-bibarts-doc BuildArch: noarch AutoReqProv: No -%description blkarray-doc -Documentation for blkarray +%description bibarts-doc +Documentation for bibarts -%package blockdraw_mp -Provides: tex-blockdraw_mp = %{tl_version} -License: LPPL -Summary: Block diagrams and bond graphs, with MetaPost -Version: svn15878.0 +%package bibexport +Provides: tex-bibexport = %{tl_version} +License: LPPL 1.3 +Summary: Extract a BibTeX file based on a .aux file +Version: svn29349.3.01 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-bibexport-bin -%description blockdraw_mp -A set of simple MetaPost macros for the task. While the task is -not itself difficult to program, it is felt that many users -will be happy to have a library for the job.. +%description bibexport +A Bourne shell script that uses BibTeX to extract bibliography +entries that are \cite'd in a document. It can also expand a +BibTeX file, expanding the abbreviations (other than the built- +in ones like month names) and following the cross-references. -date: 2008-08-17 01:00:50 +0200 +date: 2011-12-03 09:04:10 +0100 -%post blockdraw_mp +%post bibexport mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun blockdraw_mp +%postun bibexport if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22930,50 +22715,60 @@ else fi : -%posttrans blockdraw_mp +%posttrans bibexport if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package blockdraw_mp-doc -Summary: Documentation for blockdraw_mp -Version: svn15878.0 +%package bibexport-doc +Summary: Documentation for bibexport +Version: svn29349.3.01 Release: %{tl_noarch_release} -Provides: tex-blockdraw_mp-doc +Provides: tex-bibexport-doc BuildArch: noarch AutoReqProv: No -%description blockdraw_mp-doc -Documentation for blockdraw_mp +%description bibexport-doc +Documentation for bibexport -%package block -Provides: tex-block = %{tl_version} -License: Public Domain -Summary: A block letter style for the letter class -Version: svn17209.0 +%package bibexport-bin +Summary: Binaries for bibexport +Version: svn16219.0 +Requires: texlive-base +Requires: tex-bibexport +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description bibexport-bin +Binaries for bibexport + +%package bib-fr +Provides: tex-bib-fr = %{tl_version} +License: LPPL +Summary: French translation of classical BibTeX styles +Version: svn15878.1.5 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(block.sty) = %{tl_version} -%description block -A style file for use with the letter class that overwrites the -\opening and \closing macros so that letters can be styled with -the block letter style instead of the default style. Thus, the -return address, the closing, and the signature appear flushed -on the left margin. +%description bib-fr +These files are French translations of the classical BibTeX +style files. The translations can easily be modified by simply +redefining FUNCTIONs named fr.*, at the beginning (lines 50- +150) of each file. -date: 2010-02-26 11:17:49 +0100 +date: 2009-11-09 14:03:25 +0100 -%post block +%post bib-fr mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun block +%postun bib-fr if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -22982,47 +22777,53 @@ else fi : -%posttrans block +%posttrans bib-fr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package block-doc -Summary: Documentation for block -Version: svn17209.0 +%package bib-fr-doc +Summary: Documentation for bib-fr +Version: svn15878.1.5 Release: %{tl_noarch_release} -Provides: tex-block-doc +Provides: tex-bib-fr-doc BuildArch: noarch AutoReqProv: No -%description block-doc -Documentation for block +%description bib-fr-doc +Documentation for bib-fr -%package bloques -Provides: tex-bloques = %{tl_version} -License: LPPL 1.3 -Summary: Generate control diagrams -Version: svn22490.1.0 +%package bibhtml +Provides: tex-bibhtml = %{tl_version} +License: GPL+ +Summary: BibTeX support for HTML files +Version: svn16093.2.0.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bloques.sty) = %{tl_version} -%description bloques -The package uses TikZ to provide commands for generating -control diagrams (specially in power electronics). +%description bibhtml +Bibhtml consists of a Perl script and a set of BibTeX style +files, which together allow you to output a bibliography as a +collection of HTML files. The references in the text are linked +directly to the corresponding bibliography entry, and if a URL +is defined in the entry within the BibTeX database file, then +the generated bibliography entry is linked to this. The package +provides three different style files derived from each of the +standard plain.bst and alpha.bst, as well as two style files +derived from abbrv.bst and unsrt.bst (i.e., eight in total). -date: 2011-05-15 09:47:34 +0200 +date: 2009-11-03 16:56:08 +0100 -%post bloques +%post bibhtml mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bloques +%postun bibhtml if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23031,53 +22832,57 @@ else fi : -%posttrans bloques +%posttrans bibhtml if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bloques-doc -Summary: Documentation for bloques -Version: svn22490.1.0 +%package bibhtml-doc +Summary: Documentation for bibhtml +Version: svn16093.2.0.1 Release: %{tl_noarch_release} -Provides: tex-bloques-doc +Provides: tex-bibhtml-doc BuildArch: noarch AutoReqProv: No -%description bloques-doc -Documentation for bloques +%description bibhtml-doc +Documentation for bibhtml -%package blowup -Provides: tex-blowup = %{tl_version} +%package biblatex-apa +Provides: tex-biblatex-apa = %{tl_version} License: LPPL -Summary: Upscale or downscale all pages of a document -Version: svn15878.0.1j +Summary: Biblatex citation and reference style for APA +Version: svn30359.5.9 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everyshi.sty) -Requires: tex(graphics.sty) -Requires: tex(keyval.sty) -Requires: tex(typearea.sty) -Provides: tex(blowup.sty) = %{tl_version} +Requires: tex(standard.bbx) +Provides: tex(apa.bbx) = %{tl_version} +Provides: tex(apa.cbx) = %{tl_version} -%description blowup -The package blowup only defines the user-level macro \blowup, -which can be used to upscale or downscale all pages of a -document. It is similar to the TeX primitive \magnification but -more accurate and user-friendly. +%description biblatex-apa +This is a fairly complete biblatex style (citations and +references) for APA (American Psychological Association) +publications. It implements and automates most of the +guidelines in the APA 6th edition style guide for citations and +references with a few (documented) exceptions (which are mainly +currently impossible to automate in principle for any BibTeX- +backed system). An example document is also given which +typesets every citation and reference example in the APA 6th +edition style guide. This version of the package requires use +of biblatex v2.0 and biber v1.0 (at least). -date: 2009-06-04 13:48:19 +0200 +date: 2013-05-09 11:57:32 +0200 -%post blowup +%post biblatex-apa mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun blowup +%postun biblatex-apa if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23086,51 +22891,47 @@ else fi : -%posttrans blowup +%posttrans biblatex-apa if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package blowup-doc -Summary: Documentation for blowup -Version: svn15878.0.1j +%package biblatex-apa-doc +Summary: Documentation for biblatex-apa +Version: svn30359.5.9 Release: %{tl_noarch_release} -Provides: tex-blowup-doc +Provides: tex-biblatex-apa-doc BuildArch: noarch AutoReqProv: No -%description blowup-doc -Documentation for blowup +%description biblatex-apa-doc +Documentation for biblatex-apa -%package bodegraph -Provides: tex-bodegraph = %{tl_version} +%package biblatex-bwl +Provides: tex-biblatex-bwl = %{tl_version} License: LPPL -Summary: Draw Bode, Nyquist and Black plots with gnuplot and TikZ -Version: svn20047.1.4 +Summary: biblatex-bwl package +Version: svn26556.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifsym.sty) -Provides: tex(bodegraph.sty) = %{tl_version} - -%description bodegraph -The package provides facilities to draw Bode, Nyquist and Black -plots using Gnuplot and Tikz. Elementary Transfer Functions and -basic correctors are preprogrammed for use. +Requires: tex(authoryear.bbx) +Requires: tex(authoryear.cbx) +Provides: tex(bwl-FU.bbx) = %{tl_version} +Provides: tex(bwl-FU.cbx) = %{tl_version} -date: 2010-10-10 09:51:39 +0200 +%description biblatex-bwl +biblatex-bwl package -%post bodegraph +%post biblatex-bwl mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bodegraph +%postun biblatex-bwl if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23139,54 +22940,53 @@ else fi : -%posttrans bodegraph +%posttrans biblatex-bwl if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bodegraph-doc -Summary: Documentation for bodegraph -Version: svn20047.1.4 +%package biblatex-bwl-doc +Summary: Documentation for biblatex-bwl +Version: svn26556.0 Release: %{tl_noarch_release} -Provides: tex-bodegraph-doc +Provides: tex-biblatex-bwl-doc BuildArch: noarch AutoReqProv: No -%description bodegraph-doc -Documentation for bodegraph +%description biblatex-bwl-doc +Documentation for biblatex-bwl -%package bohr -Provides: tex-bohr = %{tl_version} +%package biblatex-caspervector +Provides: tex-biblatex-caspervector = %{tl_version} License: LPPL 1.3 -Summary: Simple atom representation according to the Bohr model -Version: svn28700.0.2b +Summary: A simple citation style for Chinese users +Version: svn29794.0.1.8 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(pgfopts.sty) -Provides: tex(bohr.sty) = %{tl_version} -Provides: tex(bohr_elements_english.def) = %{tl_version} -Provides: tex(bohr_elements_german.def) = %{tl_version} +Requires: tex(numeric.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(biblatex-caspervector-gbk.def) = %{tl_version} +Provides: tex(biblatex-caspervector-utf8.def) = %{tl_version} +Provides: tex(caspervector.bbx) = %{tl_version} +Provides: tex(caspervector.cbx) = %{tl_version} -%description bohr -The package provides means for the creation of simple Bohr -models of atoms up to the atomic number 112. In addition, -commands are provided to convert atomic numbers to element -symbols or element names and vice versa. +%description biblatex-caspervector +The package provides a simple and easily extensible +biblography/citation style for Chinese LaTeX users, using +biblatex. -date: 2012-09-27 15:23:41 +0200 +date: 2013-04-08 10:17:07 +0200 -%post bohr +%post biblatex-caspervector mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bohr +%postun biblatex-caspervector if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23195,99 +22995,63 @@ else fi : -%posttrans bohr +%posttrans biblatex-caspervector if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bohr-doc -Summary: Documentation for bohr -Version: svn28700.0.2b +%package biblatex-caspervector-doc +Summary: Documentation for biblatex-caspervector +Version: svn29794.0.1.8 Release: %{tl_noarch_release} -Provides: tex-bohr-doc +Provides: tex-biblatex-caspervector-doc BuildArch: noarch AutoReqProv: No -%description bohr-doc -Documentation for bohr +%description biblatex-caspervector-doc +Documentation for biblatex-caspervector -%package boisik -Provides: tex-boisik = %{tl_version} -License: GPLv2+ -Summary: A font inspired by Baskerville design -Version: svn15878.0.5 +%package biblatex-dw +Provides: tex-biblatex-dw = %{tl_version} +License: LPPL +Summary: Humanities styles for biblatex +Version: svn27035.1.5 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bskarr10.tfm) = %{tl_version} -Provides: tex(bskex10.tfm) = %{tl_version} -Provides: tex(bskhc10.tfm) = %{tl_version} -Provides: tex(bski10-TS1.tfm) = %{tl_version} -Provides: tex(bski10.tfm) = %{tl_version} -Provides: tex(bskib10.tfm) = %{tl_version} -Provides: tex(bskiol10.tfm) = %{tl_version} -Provides: tex(bskiu10.tfm) = %{tl_version} -Provides: tex(bskiub10.tfm) = %{tl_version} -Provides: tex(bskma10.tfm) = %{tl_version} -Provides: tex(bskmab10.tfm) = %{tl_version} -Provides: tex(bskmi10.tfm) = %{tl_version} -Provides: tex(bskmib10.tfm) = %{tl_version} -Provides: tex(bskms10.tfm) = %{tl_version} -Provides: tex(bskmsb10.tfm) = %{tl_version} -Provides: tex(bskmsbsl10.tfm) = %{tl_version} -Provides: tex(bskmssl10.tfm) = %{tl_version} -Provides: tex(bskr10-T1.tfm) = %{tl_version} -Provides: tex(bskr10-TS1.tfm) = %{tl_version} -Provides: tex(bskr10.tfm) = %{tl_version} -Provides: tex(bskrb10.tfm) = %{tl_version} -Provides: tex(bskrc10.tfm) = %{tl_version} -Provides: tex(bskrcb10.tfm) = %{tl_version} -Provides: tex(bskrf10.tfm) = %{tl_version} -Provides: tex(bskrl10.tfm) = %{tl_version} -Provides: tex(bskrol10.tfm) = %{tl_version} -Provides: tex(bskrsb10.tfm) = %{tl_version} -Provides: tex(bskrsl10.tfm) = %{tl_version} -Provides: tex(bskrw10.tfm) = %{tl_version} -Provides: tex(bsksc10.tfm) = %{tl_version} -Provides: tex(bsksy10.tfm) = %{tl_version} -Provides: tex(bsksyol10.tfm) = %{tl_version} -Provides: tex(bsksysl10.tfm) = %{tl_version} -Provides: tex(boisik.sty) = %{tl_version} -Provides: tex(il2bsk.fd) = %{tl_version} -Provides: tex(il2bskf.fd) = %{tl_version} -Provides: tex(lblbskm.fd) = %{tl_version} -Provides: tex(lblcmr.fd) = %{tl_version} -Provides: tex(lblenc.def) = %{tl_version} -Provides: tex(lbmbsk.fd) = %{tl_version} -Provides: tex(lbmbskms.fd) = %{tl_version} -Provides: tex(lbmcmr.fd) = %{tl_version} -Provides: tex(lbmenc.def) = %{tl_version} -Provides: tex(lbsbsk.fd) = %{tl_version} -Provides: tex(lbsbsksy.fd) = %{tl_version} -Provides: tex(lbscmr.fd) = %{tl_version} -Provides: tex(lbsenc.def) = %{tl_version} -Provides: tex(ot1bsk.fd) = %{tl_version} -Provides: tex(ot1bskf.fd) = %{tl_version} -Provides: tex(ts1bsk.fd) = %{tl_version} -Provides: tex(ubskex.fd) = %{tl_version} +Requires: tex(authortitle-dw.bbx) +Requires: tex(standard.bbx) +Provides: tex(authortitle-dw.bbx) = %{tl_version} +Provides: tex(footnote-dw.bbx) = %{tl_version} +Provides: tex(standard-dw.bbx) = %{tl_version} +Provides: tex(authortitle-dw.cbx) = %{tl_version} +Provides: tex(footnote-dw.cbx) = %{tl_version} +Provides: tex(standard-dw.cbx) = %{tl_version} -%description boisik -Boisik is a serif font (inspired by the Baskerville typeface), -written in MetaFont. It comprises roman and italic text fonts -and maths fonts. LaTeX support is offered for use with OT1, IL2 -and OM* encodings. +%description biblatex-dw +A small collection of styles for the biblatex package. It was +designed for citations in the humanities and offers some +features that are not provided by the standard biblatex styles. +The styles are dependent on biblatex (at least version 0.9b) +and cannot be used without it. Eine kleine Sammlung von Stilen +fur das Paket biblatex. Es ist auf geisteswissenschaftliche +Zitierweise zugeschnitten und bietet einige Funktionen, die von +den Standard-Stilen von biblatex nicht direkt bereitgestellt +werden. Biblatex-dw baut vollstandig auf biblatex auf und kann +nicht ohne biblatex (mindestens in der Version 0.9b) verwendet +werden. -date: 2009-08-23 18:29:20 +0200 +date: 2012-06-28 18:57:40 +0200 -%post boisik +%post biblatex-dw mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boisik +%postun biblatex-dw if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23296,50 +23060,58 @@ else fi : -%posttrans boisik +%posttrans biblatex-dw if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boisik-doc -Summary: Documentation for boisik -Version: svn15878.0.5 +%package biblatex-dw-doc +Summary: Documentation for biblatex-dw +Version: svn27035.1.5 Release: %{tl_noarch_release} -Provides: tex-boisik-doc +Provides: tex-biblatex-dw-doc BuildArch: noarch AutoReqProv: No -%description boisik-doc -Documentation for boisik +%description biblatex-dw-doc +Documentation for biblatex-dw -%package boites -Provides: tex-boites = %{tl_version} -License: GPL+ -Summary: Boxes that may break across pages -Version: svn15878.0 +%package biblatex-fiwi +Provides: tex-biblatex-fiwi = %{tl_version} +License: LPPL 1.3 +Summary: Biblatex styles for use in German humanities +Version: svn30448.1.2d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(boites.sty) = %{tl_version} -Provides: tex(boites_exemples.sty) = %{tl_version} +Requires: tex(standard.bbx) +Requires: tex(fiwi.cbx) +Provides: tex(fiwi-yearbeginning.bbx) = %{tl_version} +Provides: tex(fiwi.bbx) = %{tl_version} +Provides: tex(fiwi.cbx) = %{tl_version} +Provides: tex(fiwi2.bbx) = %{tl_version} +Provides: tex(fiwi2.cbx) = %{tl_version} -%description boites -Defines environments that allow page breaks inside framed boxes -whose edges may be variously fancy. The bundle includes a few -examples (shaded box, box with a wavy line on its side, etc). +%description biblatex-fiwi +The package provides a collection of styles for biblatex +(version 1.7 is required, currently). It was designed for +citations in German Humanities, especially film studies, and +offers some features that are not provided by the standard +biblatex styles. The style is highly optimized for documents +written in German, and the main documentation is only available +in German. -date: 2009-05-12 11:58:09 +0200 +date: 2013-05-13 20:00:44 +0200 -%post boites +%post biblatex-fiwi mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boites +%postun biblatex-fiwi if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23348,49 +23120,74 @@ else fi : -%posttrans boites +%posttrans biblatex-fiwi if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boites-doc -Summary: Documentation for boites -Version: svn15878.0 +%package biblatex-fiwi-doc +Summary: Documentation for biblatex-fiwi +Version: svn30448.1.2d Release: %{tl_noarch_release} -Provides: tex-boites-doc +Provides: tex-biblatex-fiwi-doc BuildArch: noarch AutoReqProv: No -%description boites-doc -Documentation for boites +%description biblatex-fiwi-doc +Documentation for biblatex-fiwi -%package bold-extra -Provides: tex-bold-extra = %{tl_version} -License: LPPL -Summary: Use bold small caps and typewriter fonts -Version: svn17076.0.1 +%package biblatex-gost +Provides: tex-biblatex-gost = %{tl_version} +License: LPPL 1.3 +Summary: Biblatex support for GOST standard bibliographies +Version: svn29663.0.8 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bold-extra.sty) = %{tl_version} +Requires: tex(gost-alphabetic.cbx) +Requires: tex(gost-authoryear.bbx) +Requires: tex(gost-inline-min.bbx) +Requires: tex(gost-inline.bbx) +Requires: tex(gost-numeric.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(biblatex-gost.def) = %{tl_version} +Provides: tex(gost-alphabetic-min.bbx) = %{tl_version} +Provides: tex(gost-alphabetic-min.cbx) = %{tl_version} +Provides: tex(gost-alphabetic.bbx) = %{tl_version} +Provides: tex(gost-alphabetic.cbx) = %{tl_version} +Provides: tex(gost-authoryear-min.bbx) = %{tl_version} +Provides: tex(gost-authoryear-min.cbx) = %{tl_version} +Provides: tex(gost-authoryear.bbx) = %{tl_version} +Provides: tex(gost-authoryear.cbx) = %{tl_version} +Provides: tex(gost-footnote-min.bbx) = %{tl_version} +Provides: tex(gost-footnote-min.cbx) = %{tl_version} +Provides: tex(gost-footnote.bbx) = %{tl_version} +Provides: tex(gost-footnote.cbx) = %{tl_version} +Provides: tex(gost-inline-min.bbx) = %{tl_version} +Provides: tex(gost-inline-min.cbx) = %{tl_version} +Provides: tex(gost-inline.bbx) = %{tl_version} +Provides: tex(gost-inline.cbx) = %{tl_version} +Provides: tex(gost-numeric-min.bbx) = %{tl_version} +Provides: tex(gost-numeric-min.cbx) = %{tl_version} +Provides: tex(gost-numeric.bbx) = %{tl_version} +Provides: tex(gost-numeric.cbx) = %{tl_version} +Provides: tex(gost-standard.bbx) = %{tl_version} -%description bold-extra -Allows access to extra bold fonts for Computer Modern OT1 -encoding (such fonts are available as MetaFont source). Since -there is more than one bold tt-family font set, the version -required is selected by a package option. +%description biblatex-gost +The package provides biblatex support for Russian bibliography +style GOST 7.0.5-2008 -date: 2010-02-23 16:09:16 +0100 +date: 2013-04-03 11:13:43 +0200 -%post bold-extra +%post biblatex-gost mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bold-extra +%postun biblatex-gost if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23399,47 +23196,49 @@ else fi : -%posttrans bold-extra +%posttrans biblatex-gost if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bold-extra-doc -Summary: Documentation for bold-extra -Version: svn17076.0.1 +%package biblatex-gost-doc +Summary: Documentation for biblatex-gost +Version: svn29663.0.8 Release: %{tl_noarch_release} -Provides: tex-bold-extra-doc +Provides: tex-biblatex-gost-doc BuildArch: noarch AutoReqProv: No -%description bold-extra-doc -Documentation for bold-extra +%description biblatex-gost-doc +Documentation for biblatex-gost -%package boldtensors -Provides: tex-boldtensors = %{tl_version} -License: GPL+ -Summary: Bold latin and greek characters through simple prefix characters -Version: svn15878.0 +%package biblatex-historian +Provides: tex-biblatex-historian = %{tl_version} +License: LPPL +Summary: A Biblatex style +Version: svn19787.0.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(boldtensors.sty) = %{tl_version} +Requires: tex(standard.bbx) +Provides: tex(historian.bbx) = %{tl_version} +Provides: tex(historian.cbx) = %{tl_version} -%description boldtensors -This package provides bold latin and greek characters within -\mathversion{normal}, by using ~ and " as prefix characters. +%description biblatex-historian +A biblatex style, based on the Turabian Manual (a version of +Chicago). -date: 2008-08-17 01:00:50 +0200 +date: 2010-08-23 11:17:08 +0200 -%post boldtensors +%post biblatex-historian mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boldtensors +%postun biblatex-historian if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23448,48 +23247,59 @@ else fi : -%posttrans boldtensors +%posttrans biblatex-historian if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boldtensors-doc -Summary: Documentation for boldtensors -Version: svn15878.0 +%package biblatex-historian-doc +Summary: Documentation for biblatex-historian +Version: svn19787.0.4 Release: %{tl_noarch_release} -Provides: tex-boldtensors-doc +Provides: tex-biblatex-historian-doc BuildArch: noarch AutoReqProv: No -%description boldtensors-doc -Documentation for boldtensors +%description biblatex-historian-doc +Documentation for biblatex-historian -%package bondgraph -Provides: tex-bondgraph = %{tl_version} +%package biblatex-chem +Provides: tex-biblatex-chem = %{tl_version} License: LPPL 1.3 -Summary: Create bond graph figures in LaTeX documents -Version: svn21670.1.0 +Summary: A set of biblatex implementations of chemistry-related bibliography styles +Version: svn29089.1.1k Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(bondgraph.sty) = %{tl_version} +Requires: tex(numeric-comp.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(chem-acs.bbx) = %{tl_version} +Provides: tex(chem-acs.cbx) = %{tl_version} +Provides: tex(chem-angew.bbx) = %{tl_version} +Provides: tex(chem-angew.cbx) = %{tl_version} +Provides: tex(chem-biochem.bbx) = %{tl_version} +Provides: tex(chem-biochem.cbx) = %{tl_version} +Provides: tex(chem-rsc.bbx) = %{tl_version} +Provides: tex(chem-rsc.cbx) = %{tl_version} -%description bondgraph -The package draws bond graphs using PGF and TikZ. +%description biblatex-chem +The bundle offers a set of styles to allow chemists to use +biblatex. The package has complete styles for: - all ACS +journals; - RSC journals using standard (Chem. Commun.) style; +and - Angewandte Chem. style, thus covering a wide range of +journals. A comprehensive set of examples of use is included. -date: 2011-03-09 21:09:16 +0100 +date: 2013-02-11 23:55:50 +0100 -%post bondgraph +%post biblatex-chem mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bondgraph +%postun biblatex-chem if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23498,55 +23308,62 @@ else fi : -%posttrans bondgraph +%posttrans biblatex-chem if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bondgraph-doc -Summary: Documentation for bondgraph -Version: svn21670.1.0 +%package biblatex-chem-doc +Summary: Documentation for biblatex-chem +Version: svn29089.1.1k Release: %{tl_noarch_release} -Provides: tex-bondgraph-doc +Provides: tex-biblatex-chem-doc BuildArch: noarch AutoReqProv: No -%description bondgraph-doc -Documentation for bondgraph +%description biblatex-chem-doc +Documentation for biblatex-chem -%package bookest -Provides: tex-bookest = %{tl_version} -License: LPPL -Summary: Extended book class -Version: svn15878.1.1 +%package biblatex-chicago +Provides: tex-biblatex-chicago = %{tl_version} +License: LPPL 1.3 +Summary: Chicago style files for biblatex +Version: svn29410.0.9.9c Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(setspace.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(eso-pic.sty) -Requires: tex(geometry.sty) -Requires: tex(everyshi.sty) -Provides: tex(bookest.cls) = %{tl_version} +Requires: tex(etoolbox.sty) +Requires: tex(biblatex.sty) +Provides: tex(biblatex-chicago.sty) = %{tl_version} +Provides: tex(chicago-authordate-trad.bbx) = %{tl_version} +Provides: tex(chicago-authordate-trad.cbx) = %{tl_version} +Provides: tex(chicago-authordate.bbx) = %{tl_version} +Provides: tex(chicago-authordate.cbx) = %{tl_version} +Provides: tex(chicago-authordate15.bbx) = %{tl_version} +Provides: tex(chicago-authordate15.cbx) = %{tl_version} +Provides: tex(chicago-notes.bbx) = %{tl_version} +Provides: tex(chicago-notes.cbx) = %{tl_version} +Provides: tex(chicago-notes15.bbx) = %{tl_version} +Provides: tex(chicago-notes15.cbx) = %{tl_version} -%description bookest -The class extends the standard book class, in the areas of -colour scheme management, document layout, headings and -footers, front page layout, and other minor items. +%description biblatex-chicago +This is a biblatex style that implements the Chicago 'author- +date' and 'notes with bibliography' style specifications given +in the Chicago Manual of Style, 16th edition. The style +implements entry types for citing audio-visual materials. The +package was previously known as biblatex-chicago-notes-df. -date: 2008-08-17 01:00:50 +0200 +date: 2013-03-16 10:45:28 +0100 -%post bookest +%post biblatex-chicago mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bookest +%postun biblatex-chicago if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23555,237 +23372,110 @@ else fi : -%posttrans bookest +%posttrans biblatex-chicago if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bookest-doc -Summary: Documentation for bookest -Version: svn15878.1.1 +%package biblatex-chicago-doc +Summary: Documentation for biblatex-chicago +Version: svn29410.0.9.9c Release: %{tl_noarch_release} -Provides: tex-bookest-doc +Provides: tex-biblatex-chicago-doc BuildArch: noarch AutoReqProv: No -%description bookest-doc -Documentation for bookest +%description biblatex-chicago-doc +Documentation for biblatex-chicago -%package bookhands -Provides: tex-bookhands = %{tl_version} -License: LPPL -Summary: A collection of book-hand fonts -Version: svn23609.0 +%package biblatex-ieee +Provides: tex-biblatex-ieee = %{tl_version} +License: LPPL 1.3 +Summary: Ieee style files for biblatex +Version: svn29068.1.1h Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(egothic.sty) -Requires: tex(huncial.sty) -Requires: tex(inslrmin.sty) -Requires: tex(rotunda.sty) -Requires: tex(sqrcaps.sty) -Provides: tex(sqrcaps.map) = %{tl_version} -Provides: tex(auncl17.tfm) = %{tl_version} -Provides: tex(auncl7.tfm) = %{tl_version} -Provides: tex(aunclb17.tfm) = %{tl_version} -Provides: tex(aunclb7.tfm) = %{tl_version} -Provides: tex(cmin10.tfm) = %{tl_version} -Provides: tex(cmin17.tfm) = %{tl_version} -Provides: tex(cmin7.tfm) = %{tl_version} -Provides: tex(cminb10.tfm) = %{tl_version} -Provides: tex(cminb17.tfm) = %{tl_version} -Provides: tex(cminb7.tfm) = %{tl_version} -Provides: tex(egoth10.tfm) = %{tl_version} -Provides: tex(egoth17.tfm) = %{tl_version} -Provides: tex(egoth7.tfm) = %{tl_version} -Provides: tex(egothb10.tfm) = %{tl_version} -Provides: tex(egothb17.tfm) = %{tl_version} -Provides: tex(egothb7.tfm) = %{tl_version} -Provides: tex(hmin10.tfm) = %{tl_version} -Provides: tex(hmin17.tfm) = %{tl_version} -Provides: tex(hmin7.tfm) = %{tl_version} -Provides: tex(hminb10.tfm) = %{tl_version} -Provides: tex(hminb17.tfm) = %{tl_version} -Provides: tex(hminb7.tfm) = %{tl_version} -Provides: tex(huncl10.tfm) = %{tl_version} -Provides: tex(huncl17.tfm) = %{tl_version} -Provides: tex(huncl7.tfm) = %{tl_version} -Provides: tex(hunclb10.tfm) = %{tl_version} -Provides: tex(hunclb17.tfm) = %{tl_version} -Provides: tex(hunclb7.tfm) = %{tl_version} -Provides: tex(imaj10.tfm) = %{tl_version} -Provides: tex(imaj17.tfm) = %{tl_version} -Provides: tex(imaj7.tfm) = %{tl_version} -Provides: tex(imajb10.tfm) = %{tl_version} -Provides: tex(imajb17.tfm) = %{tl_version} -Provides: tex(imajb7.tfm) = %{tl_version} -Provides: tex(imin10.tfm) = %{tl_version} -Provides: tex(imin17.tfm) = %{tl_version} -Provides: tex(imin7.tfm) = %{tl_version} -Provides: tex(iminb10.tfm) = %{tl_version} -Provides: tex(iminb17.tfm) = %{tl_version} -Provides: tex(iminb7.tfm) = %{tl_version} -Provides: tex(pgoth10.tfm) = %{tl_version} -Provides: tex(pgoth17.tfm) = %{tl_version} -Provides: tex(pgoth7.tfm) = %{tl_version} -Provides: tex(pgothb10.tfm) = %{tl_version} -Provides: tex(pgothb17.tfm) = %{tl_version} -Provides: tex(rtnd10.tfm) = %{tl_version} -Provides: tex(rtnd17.tfm) = %{tl_version} -Provides: tex(rtnd7.tfm) = %{tl_version} -Provides: tex(rtndb10.tfm) = %{tl_version} -Provides: tex(rtndb17.tfm) = %{tl_version} -Provides: tex(rtndb7.tfm) = %{tl_version} -Provides: tex(rust10.tfm) = %{tl_version} -Provides: tex(rust17.tfm) = %{tl_version} -Provides: tex(rust7.tfm) = %{tl_version} -Provides: tex(rustb10.tfm) = %{tl_version} -Provides: tex(rustb17.tfm) = %{tl_version} -Provides: tex(rustb7.tfm) = %{tl_version} -Provides: tex(sqrc10.tfm) = %{tl_version} -Provides: tex(sqrcb10.tfm) = %{tl_version} -Provides: tex(uncl10.tfm) = %{tl_version} -Provides: tex(uncl17.tfm) = %{tl_version} -Provides: tex(uncl7.tfm) = %{tl_version} -Provides: tex(unclb10.tfm) = %{tl_version} -Provides: tex(unclb17.tfm) = %{tl_version} -Provides: tex(unclb7.tfm) = %{tl_version} -Provides: tex(sqrc10.pfb) = %{tl_version} -Provides: tex(sqrcb10.pfb) = %{tl_version} -Provides: tex(allcmin.sty) = %{tl_version} -Provides: tex(allegoth.sty) = %{tl_version} -Provides: tex(allhmin.sty) = %{tl_version} -Provides: tex(allhuncl.sty) = %{tl_version} -Provides: tex(allimaj.sty) = %{tl_version} -Provides: tex(allimin.sty) = %{tl_version} -Provides: tex(allpgoth.sty) = %{tl_version} -Provides: tex(allrtnd.sty) = %{tl_version} -Provides: tex(allrust.sty) = %{tl_version} -Provides: tex(allsqrc.sty) = %{tl_version} -Provides: tex(alluncl.sty) = %{tl_version} -Provides: tex(carolmin.sty) = %{tl_version} -Provides: tex(egothic.sty) = %{tl_version} -Provides: tex(humanist.sty) = %{tl_version} -Provides: tex(huncial.sty) = %{tl_version} -Provides: tex(inslrmaj.sty) = %{tl_version} -Provides: tex(inslrmin.sty) = %{tl_version} -Provides: tex(ot1auncl.fd) = %{tl_version} -Provides: tex(ot1cmin.fd) = %{tl_version} -Provides: tex(ot1egoth.fd) = %{tl_version} -Provides: tex(ot1hmin.fd) = %{tl_version} -Provides: tex(ot1huncl.fd) = %{tl_version} -Provides: tex(ot1imaj.fd) = %{tl_version} -Provides: tex(ot1imin.fd) = %{tl_version} -Provides: tex(ot1pgoth.fd) = %{tl_version} -Provides: tex(ot1rtnd.fd) = %{tl_version} -Provides: tex(ot1rust.fd) = %{tl_version} -Provides: tex(ot1sqrc.fd) = %{tl_version} -Provides: tex(ot1uncl.fd) = %{tl_version} -Provides: tex(pgothic.sty) = %{tl_version} -Provides: tex(rotunda.sty) = %{tl_version} -Provides: tex(rustic.sty) = %{tl_version} -Provides: tex(sqrcaps.sty) = %{tl_version} -Provides: tex(t1auncl.fd) = %{tl_version} -Provides: tex(t1cmin.fd) = %{tl_version} -Provides: tex(t1egoth.fd) = %{tl_version} -Provides: tex(t1hmin.fd) = %{tl_version} -Provides: tex(t1huncl.fd) = %{tl_version} -Provides: tex(t1imaj.fd) = %{tl_version} -Provides: tex(t1imin.fd) = %{tl_version} -Provides: tex(t1pgoth.fd) = %{tl_version} -Provides: tex(t1rtnd.fd) = %{tl_version} -Provides: tex(t1rust.fd) = %{tl_version} -Provides: tex(t1sqrc.fd) = %{tl_version} -Provides: tex(t1uncl.fd) = %{tl_version} -Provides: tex(uncial.sty) = %{tl_version} +Requires: tex(alphabetic.cbx) +Requires: tex(numeric-comp.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(ieee-alphabetic.bbx) = %{tl_version} +Provides: tex(ieee-alphabetic.cbx) = %{tl_version} +Provides: tex(ieee.bbx) = %{tl_version} +Provides: tex(ieee.cbx) = %{tl_version} -%description bookhands -This is a set of book-hand (MetaFont) fonts and packages -covering manuscript scripts from the 1st century until -Gutenberg and Caxton. The included hands are: Square Capitals -(1st century onwards); Roman Rustic (1st-6th centuries); -Insular Minuscule (6th cenury onwards); Carolingian Minuscule -(8th-12th centuries); Early Gothic (11th-12th centuries); -Gothic Textura Quadrata (13th-15th centuries); Gothic Textura -Prescisus vel sine pedibus (13th century onwards); Rotunda (13- -15th centuries); Humanist Minuscule (14th century onwards); -Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries); -Artificial Uncial (6th-10th centuries); and Insular Majuscule -(6th-9th centuries). +%description biblatex-ieee +This is a biblatex style that implements the bibliography style +of the IEEE for biblatex. The implementation follows standard +biblatex conventions, and can be used simply by loading +biblatex with the appropriate option: +\usepackage[style=ieee]{biblatex} A demonstration database is +provided to show how to format input for the style. -date: 2008-01-03 17:18:54 +0100 +date: 2013-02-09 14:33:43 +0100 -%post bookhands +%post biblatex-ieee mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map sqrcaps.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map sqrcaps.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun bookhands -if [ $1 == 0 ] ; then -sed -i '/^Map sqrcaps.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun biblatex-ieee +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans bookhands -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans biblatex-ieee +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bookhands-doc -Summary: Documentation for bookhands -Version: svn23609.0 +%package biblatex-ieee-doc +Summary: Documentation for biblatex-ieee +Version: svn29068.1.1h Release: %{tl_noarch_release} -Provides: tex-bookhands-doc +Provides: tex-biblatex-ieee-doc BuildArch: noarch AutoReqProv: No -%description bookhands-doc -Documentation for bookhands +%description biblatex-ieee-doc +Documentation for biblatex-ieee -%package booklet -Provides: tex-booklet = %{tl_version} -License: LPPL 1.3 -Summary: Aids for printing simple booklets -Version: svn15878.0.7b +%package biblatex-juradiss +Provides: tex-biblatex-juradiss = %{tl_version} +License: LPPL +Summary: Biblatex stylefiles for German law thesis +Version: svn29252.0.1f Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bkltprnt.sty) = %{tl_version} -Provides: tex(booklet.sty) = %{tl_version} +Requires: tex(authortitle-dw.bbx) +Requires: tex(authortitle-dw.cbx) +Provides: tex(biblatex-juradiss.bbx) = %{tl_version} +Provides: tex(biblatex-juradiss.cbx) = %{tl_version} -%description booklet -Pages of a document processed with the booklet package will be -reordered and scalled so that they can be printed as four pages -per physical sheet of paper, two pages per side. The resulting -sheets will, when folded in half, assemble into a booklet. -Instructions on producing the manual itself as a booklet are -included. +%description biblatex-juradiss +The package provides a style for use in typesetting a German +law thesis with LaTeX. The style (using biblatex) is based on +biblatex-dw. -date: 2009-09-02 11:33:10 +0200 +date: 2013-03-01 08:15:18 +0100 -%post booklet +%post biblatex-juradiss mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun booklet +%postun biblatex-juradiss if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -23794,232 +23484,60 @@ else fi : -%posttrans booklet +%posttrans biblatex-juradiss if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package booklet-doc -Summary: Documentation for booklet -Version: svn15878.0.7b +%package biblatex-juradiss-doc +Summary: Documentation for biblatex-juradiss +Version: svn29252.0.1f Release: %{tl_noarch_release} -Provides: tex-booklet-doc +Provides: tex-biblatex-juradiss-doc BuildArch: noarch AutoReqProv: No -%description booklet-doc -Documentation for booklet +%description biblatex-juradiss-doc +Documentation for biblatex-juradiss -%package bookman -Provides: tex-bookman = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 +%package biblatex-luh-ipw +Provides: tex-biblatex-luh-ipw = %{tl_version} +License: LPPL 1.3 +Summary: Biblatex styles for social sciences +Version: svn25093.0.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ubk.map) = %{tl_version} -Provides: tex(pbkd.tfm) = %{tl_version} -Provides: tex(pbkd7t.tfm) = %{tl_version} -Provides: tex(pbkd8c.tfm) = %{tl_version} -Provides: tex(pbkd8r.tfm) = %{tl_version} -Provides: tex(pbkd8t.tfm) = %{tl_version} -Provides: tex(pbkdc.tfm) = %{tl_version} -Provides: tex(pbkdc7t.tfm) = %{tl_version} -Provides: tex(pbkdc8t.tfm) = %{tl_version} -Provides: tex(pbkdi.tfm) = %{tl_version} -Provides: tex(pbkdi7t.tfm) = %{tl_version} -Provides: tex(pbkdi8c.tfm) = %{tl_version} -Provides: tex(pbkdi8r.tfm) = %{tl_version} -Provides: tex(pbkdi8t.tfm) = %{tl_version} -Provides: tex(pbkdo.tfm) = %{tl_version} -Provides: tex(pbkdo7t.tfm) = %{tl_version} -Provides: tex(pbkdo8c.tfm) = %{tl_version} -Provides: tex(pbkdo8r.tfm) = %{tl_version} -Provides: tex(pbkdo8t.tfm) = %{tl_version} -Provides: tex(pbkl.tfm) = %{tl_version} -Provides: tex(pbkl7t.tfm) = %{tl_version} -Provides: tex(pbkl8c.tfm) = %{tl_version} -Provides: tex(pbkl8r.tfm) = %{tl_version} -Provides: tex(pbkl8t.tfm) = %{tl_version} -Provides: tex(pbklc.tfm) = %{tl_version} -Provides: tex(pbklc7t.tfm) = %{tl_version} -Provides: tex(pbklc8t.tfm) = %{tl_version} -Provides: tex(pbkli.tfm) = %{tl_version} -Provides: tex(pbkli7t.tfm) = %{tl_version} -Provides: tex(pbkli8c.tfm) = %{tl_version} -Provides: tex(pbkli8r.tfm) = %{tl_version} -Provides: tex(pbkli8t.tfm) = %{tl_version} -Provides: tex(pbklo.tfm) = %{tl_version} -Provides: tex(pbklo7t.tfm) = %{tl_version} -Provides: tex(pbklo8c.tfm) = %{tl_version} -Provides: tex(pbklo8r.tfm) = %{tl_version} -Provides: tex(pbklo8t.tfm) = %{tl_version} -Provides: tex(ubkb7t.tfm) = %{tl_version} -Provides: tex(ubkb8c.tfm) = %{tl_version} -Provides: tex(ubkb8r.tfm) = %{tl_version} -Provides: tex(ubkb8t.tfm) = %{tl_version} -Provides: tex(ubkbc7t.tfm) = %{tl_version} -Provides: tex(ubkbc8t.tfm) = %{tl_version} -Provides: tex(ubkbi7t.tfm) = %{tl_version} -Provides: tex(ubkbi8c.tfm) = %{tl_version} -Provides: tex(ubkbi8r.tfm) = %{tl_version} -Provides: tex(ubkbi8t.tfm) = %{tl_version} -Provides: tex(ubkbo7t.tfm) = %{tl_version} -Provides: tex(ubkbo8c.tfm) = %{tl_version} -Provides: tex(ubkbo8r.tfm) = %{tl_version} -Provides: tex(ubkbo8t.tfm) = %{tl_version} -Provides: tex(ubkd7t.tfm) = %{tl_version} -Provides: tex(ubkd8c.tfm) = %{tl_version} -Provides: tex(ubkd8r.tfm) = %{tl_version} -Provides: tex(ubkd8t.tfm) = %{tl_version} -Provides: tex(ubkdc7t.tfm) = %{tl_version} -Provides: tex(ubkdc8t.tfm) = %{tl_version} -Provides: tex(ubkdi7t.tfm) = %{tl_version} -Provides: tex(ubkdi8c.tfm) = %{tl_version} -Provides: tex(ubkdi8r.tfm) = %{tl_version} -Provides: tex(ubkdi8t.tfm) = %{tl_version} -Provides: tex(ubkdo7t.tfm) = %{tl_version} -Provides: tex(ubkdo8c.tfm) = %{tl_version} -Provides: tex(ubkdo8r.tfm) = %{tl_version} -Provides: tex(ubkdo8t.tfm) = %{tl_version} -Provides: tex(ubkl7t.tfm) = %{tl_version} -Provides: tex(ubkl8c.tfm) = %{tl_version} -Provides: tex(ubkl8r.tfm) = %{tl_version} -Provides: tex(ubkl8t.tfm) = %{tl_version} -Provides: tex(ubklc7t.tfm) = %{tl_version} -Provides: tex(ubklc8t.tfm) = %{tl_version} -Provides: tex(ubkli7t.tfm) = %{tl_version} -Provides: tex(ubkli8c.tfm) = %{tl_version} -Provides: tex(ubkli8r.tfm) = %{tl_version} -Provides: tex(ubkli8t.tfm) = %{tl_version} -Provides: tex(ubklo7t.tfm) = %{tl_version} -Provides: tex(ubklo8c.tfm) = %{tl_version} -Provides: tex(ubklo8r.tfm) = %{tl_version} -Provides: tex(ubklo8t.tfm) = %{tl_version} -Provides: tex(ubkr7t.tfm) = %{tl_version} -Provides: tex(ubkr8c.tfm) = %{tl_version} -Provides: tex(ubkr8r.tfm) = %{tl_version} -Provides: tex(ubkr8t.tfm) = %{tl_version} -Provides: tex(ubkrc7t.tfm) = %{tl_version} -Provides: tex(ubkrc8t.tfm) = %{tl_version} -Provides: tex(ubkri7t.tfm) = %{tl_version} -Provides: tex(ubkri8c.tfm) = %{tl_version} -Provides: tex(ubkri8r.tfm) = %{tl_version} -Provides: tex(ubkri8t.tfm) = %{tl_version} -Provides: tex(ubkro7t.tfm) = %{tl_version} -Provides: tex(ubkro8c.tfm) = %{tl_version} -Provides: tex(ubkro8r.tfm) = %{tl_version} -Provides: tex(ubkro8t.tfm) = %{tl_version} -Provides: tex(ubkd8a.pfb) = %{tl_version} -Provides: tex(ubkdi8a.pfb) = %{tl_version} -Provides: tex(ubkl8a.pfb) = %{tl_version} -Provides: tex(ubkli8a.pfb) = %{tl_version} -Provides: tex(pbkd.vf) = %{tl_version} -Provides: tex(pbkd7t.vf) = %{tl_version} -Provides: tex(pbkd8c.vf) = %{tl_version} -Provides: tex(pbkd8t.vf) = %{tl_version} -Provides: tex(pbkdc.vf) = %{tl_version} -Provides: tex(pbkdc7t.vf) = %{tl_version} -Provides: tex(pbkdc8t.vf) = %{tl_version} -Provides: tex(pbkdi.vf) = %{tl_version} -Provides: tex(pbkdi7t.vf) = %{tl_version} -Provides: tex(pbkdi8c.vf) = %{tl_version} -Provides: tex(pbkdi8t.vf) = %{tl_version} -Provides: tex(pbkdo.vf) = %{tl_version} -Provides: tex(pbkdo7t.vf) = %{tl_version} -Provides: tex(pbkdo8c.vf) = %{tl_version} -Provides: tex(pbkdo8t.vf) = %{tl_version} -Provides: tex(pbkl.vf) = %{tl_version} -Provides: tex(pbkl7t.vf) = %{tl_version} -Provides: tex(pbkl8c.vf) = %{tl_version} -Provides: tex(pbkl8t.vf) = %{tl_version} -Provides: tex(pbklc.vf) = %{tl_version} -Provides: tex(pbklc7t.vf) = %{tl_version} -Provides: tex(pbklc8t.vf) = %{tl_version} -Provides: tex(pbkli.vf) = %{tl_version} -Provides: tex(pbkli7t.vf) = %{tl_version} -Provides: tex(pbkli8c.vf) = %{tl_version} -Provides: tex(pbkli8t.vf) = %{tl_version} -Provides: tex(pbklo.vf) = %{tl_version} -Provides: tex(pbklo7t.vf) = %{tl_version} -Provides: tex(pbklo8c.vf) = %{tl_version} -Provides: tex(pbklo8t.vf) = %{tl_version} -Provides: tex(ubkb7t.vf) = %{tl_version} -Provides: tex(ubkb8c.vf) = %{tl_version} -Provides: tex(ubkb8t.vf) = %{tl_version} -Provides: tex(ubkbc7t.vf) = %{tl_version} -Provides: tex(ubkbc8t.vf) = %{tl_version} -Provides: tex(ubkbi7t.vf) = %{tl_version} -Provides: tex(ubkbi8c.vf) = %{tl_version} -Provides: tex(ubkbi8t.vf) = %{tl_version} -Provides: tex(ubkbo7t.vf) = %{tl_version} -Provides: tex(ubkbo8c.vf) = %{tl_version} -Provides: tex(ubkbo8t.vf) = %{tl_version} -Provides: tex(ubkd7t.vf) = %{tl_version} -Provides: tex(ubkd8c.vf) = %{tl_version} -Provides: tex(ubkd8t.vf) = %{tl_version} -Provides: tex(ubkdc7t.vf) = %{tl_version} -Provides: tex(ubkdc8t.vf) = %{tl_version} -Provides: tex(ubkdi7t.vf) = %{tl_version} -Provides: tex(ubkdi8c.vf) = %{tl_version} -Provides: tex(ubkdi8t.vf) = %{tl_version} -Provides: tex(ubkdo7t.vf) = %{tl_version} -Provides: tex(ubkdo8c.vf) = %{tl_version} -Provides: tex(ubkdo8t.vf) = %{tl_version} -Provides: tex(ubkl7t.vf) = %{tl_version} -Provides: tex(ubkl8c.vf) = %{tl_version} -Provides: tex(ubkl8t.vf) = %{tl_version} -Provides: tex(ubklc7t.vf) = %{tl_version} -Provides: tex(ubklc8t.vf) = %{tl_version} -Provides: tex(ubkli7t.vf) = %{tl_version} -Provides: tex(ubkli8c.vf) = %{tl_version} -Provides: tex(ubkli8t.vf) = %{tl_version} -Provides: tex(ubklo7t.vf) = %{tl_version} -Provides: tex(ubklo8c.vf) = %{tl_version} -Provides: tex(ubklo8t.vf) = %{tl_version} -Provides: tex(ubkr7t.vf) = %{tl_version} -Provides: tex(ubkr8c.vf) = %{tl_version} -Provides: tex(ubkr8t.vf) = %{tl_version} -Provides: tex(ubkrc7t.vf) = %{tl_version} -Provides: tex(ubkrc8t.vf) = %{tl_version} -Provides: tex(ubkri7t.vf) = %{tl_version} -Provides: tex(ubkri8c.vf) = %{tl_version} -Provides: tex(ubkri8t.vf) = %{tl_version} -Provides: tex(ubkro7t.vf) = %{tl_version} -Provides: tex(ubkro8c.vf) = %{tl_version} -Provides: tex(ubkro8t.vf) = %{tl_version} -Provides: tex(8rubk.fd) = %{tl_version} -Provides: tex(omlubk.fd) = %{tl_version} -Provides: tex(omsubk.fd) = %{tl_version} -Provides: tex(ot1ubk.fd) = %{tl_version} -Provides: tex(t1ubk.fd) = %{tl_version} -Provides: tex(ts1ubk.fd) = %{tl_version} +Requires: tex(authoryear-icomp.bbx) +Requires: tex(verbose-inote.bbx) +Requires: tex(authoryear-icomp.cbx) +Requires: tex(verbose-inote.cbx) +Provides: tex(authoryear-luh-ipw.bbx) = %{tl_version} +Provides: tex(standard-luh-ipw.bbx) = %{tl_version} +Provides: tex(verbose-inote-luh-ipw.bbx) = %{tl_version} +Provides: tex(authoryear-luh-ipw.cbx) = %{tl_version} +Provides: tex(standard-luh-ipw.cbx) = %{tl_version} +Provides: tex(verbose-inote-luh-ipw.cbx) = %{tl_version} -%description bookman -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). +%description biblatex-luh-ipw +The bundle is a small collection of styles for biblatex. It was +designed for citations in the Humanities, following the +guidelines of style of the institutes for the social sciences +of the Leibniz University Hannover/LUH (especially the +Institute of Political Science). The bundle depends on biblatex +(version 1.1 at least) and cannot be used without it. -date: 2012-06-06 22:57:48 +0200 +date: 2012-01-10 17:14:00 +0100 -%post bookman +%post biblatex-luh-ipw mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bookman +%postun biblatex-luh-ipw if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24028,61 +23546,49 @@ else fi : -%posttrans bookman +%posttrans biblatex-luh-ipw if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package booktabs-de-doc -Summary: Documentation for booktabs-de -Version: svn21907.1.61803 -Release: %{tl_noarch_release} -Provides: tex-booktabs-de-doc -BuildArch: noarch -AutoReqProv: No - -%description booktabs-de-doc -Documentation for booktabs-de - -%package booktabs-fr-doc -Summary: Documentation for booktabs-fr -Version: svn21948.1.00 +%package biblatex-luh-ipw-doc +Summary: Documentation for biblatex-luh-ipw +Version: svn25093.0.2 Release: %{tl_noarch_release} -Provides: tex-booktabs-fr-doc +Provides: tex-biblatex-luh-ipw-doc BuildArch: noarch AutoReqProv: No -%description booktabs-fr-doc -Documentation for booktabs-fr +%description biblatex-luh-ipw-doc +Documentation for biblatex-luh-ipw -%package booktabs -Provides: tex-booktabs = %{tl_version} -License: GPL+ -Summary: Publication quality tables in LaTeX -Version: svn15878.1.61803 +%package biblatex-mla +Provides: tex-biblatex-mla = %{tl_version} +License: LPPL +Summary: MLA style files for biblatex +Version: svn30249.0.95 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(booktabs.sty) = %{tl_version} +Requires: tex(standard.bbx) +Provides: tex(mla.bbx) = %{tl_version} +Provides: tex(mla.cbx) = %{tl_version} -%description booktabs -The package enhances the quality of tables in LaTeX, providing -extra commands as well as behind-the-scenes optimisation. -Guidelines are given as to what constitutes a good table in -this context. From version 1.61, the package offers longtable -compatibility. +%description biblatex-mla +The package provides biblatex support for citations in the +format specified by the MLA handbook. -date: 2009-09-24 15:05:48 +0200 +date: 2012-02-25 10:29:30 +0100 -%post booktabs +%post biblatex-mla mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun booktabs +%postun biblatex-mla if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24091,57 +23597,50 @@ else fi : -%posttrans booktabs +%posttrans biblatex-mla if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package booktabs-doc -Summary: Documentation for booktabs -Version: svn15878.1.61803 +%package biblatex-mla-doc +Summary: Documentation for biblatex-mla +Version: svn30249.0.95 Release: %{tl_noarch_release} -Provides: tex-booktabs-doc +Provides: tex-biblatex-mla-doc BuildArch: noarch AutoReqProv: No -%description booktabs-doc -Documentation for booktabs +%description biblatex-mla-doc +Documentation for biblatex-mla -%package boolexpr -Provides: tex-boolexpr = %{tl_version} +%package biblatex-musuos +Provides: tex-biblatex-musuos = %{tl_version} License: LPPL -Summary: A boolean expression evaluator and a switch command -Version: svn17830.3.14 +Summary: A biblatex style for citations in musuos.cls +Version: svn24097.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(boolexpr.sty) = %{tl_version} +Requires: tex(authortitle.bbx) +Requires: tex(verbose-ibid.cbx) +Provides: tex(musuos.bbx) = %{tl_version} +Provides: tex(musuos.cbx) = %{tl_version} -%description boolexpr -The \boolexpr macro evaluates boolean expressions in a purely -expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the -logical expression is TRUE. A, B, C may be: - numeric -expressions such as: x=y, x<>y, x>y or x} -... \case{} ... ... \otherwise ... -\endswitch +%description biblatex-musuos +The style is designed for use with the musuos class, but it +should be usable with other classes, too. -date: 2010-04-12 11:39:15 +0200 +date: 2011-09-23 15:58:32 +0200 -%post boolexpr +%post biblatex-musuos mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boolexpr +%postun biblatex-musuos if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24150,154 +23649,102 @@ else fi : -%posttrans boolexpr +%posttrans biblatex-musuos if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boolexpr-doc -Summary: Documentation for boolexpr -Version: svn17830.3.14 +%package biblatex-musuos-doc +Summary: Documentation for biblatex-musuos +Version: svn24097.1.0 Release: %{tl_noarch_release} -Provides: tex-boolexpr-doc +Provides: tex-biblatex-musuos-doc BuildArch: noarch AutoReqProv: No -%description boolexpr-doc -Documentation for boolexpr +%description biblatex-musuos-doc +Documentation for biblatex-musuos -%package boondox -Provides: tex-boondox = %{tl_version} +%package biblatex-nature +Provides: tex-biblatex-nature = %{tl_version} License: LPPL -Summary: Mathematical alphabets derived from the STIX fonts -Version: svn22313.1.0 +Summary: Biblatex support for Nature +Version: svn30595.1.2e Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(boondox.map) = %{tl_version} -Provides: tex(BOONDOX-b-cal.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-calo.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-ds.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-frak.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-cal.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-calo.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-ds.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-frak.tfm) = %{tl_version} -Provides: tex(zxxbf7z.tfm) = %{tl_version} -Provides: tex(zxxbf8a.tfm) = %{tl_version} -Provides: tex(zxxbl7z.tfm) = %{tl_version} -Provides: tex(zxxbl8a.tfm) = %{tl_version} -Provides: tex(zxxbow7z.tfm) = %{tl_version} -Provides: tex(zxxbw7z.tfm) = %{tl_version} -Provides: tex(zxxbw8a.tfm) = %{tl_version} -Provides: tex(zxxrf7z.tfm) = %{tl_version} -Provides: tex(zxxrf8a.tfm) = %{tl_version} -Provides: tex(zxxrl7z.tfm) = %{tl_version} -Provides: tex(zxxrl8a.tfm) = %{tl_version} -Provides: tex(zxxrow7z.tfm) = %{tl_version} -Provides: tex(zxxrw7z.tfm) = %{tl_version} -Provides: tex(zxxrw8a.tfm) = %{tl_version} -Provides: tex(zxxbf8a.pfb) = %{tl_version} -Provides: tex(zxxbl8a.pfb) = %{tl_version} -Provides: tex(zxxbw8a.pfb) = %{tl_version} -Provides: tex(zxxrf8a.pfb) = %{tl_version} -Provides: tex(zxxrl8a.pfb) = %{tl_version} -Provides: tex(zxxrw8a.pfb) = %{tl_version} -Provides: tex(BOONDOX-b-cal.vf) = %{tl_version} -Provides: tex(BOONDOX-b-calo.vf) = %{tl_version} -Provides: tex(BOONDOX-b-ds.vf) = %{tl_version} -Provides: tex(BOONDOX-b-frak.vf) = %{tl_version} -Provides: tex(BOONDOX-r-cal.vf) = %{tl_version} -Provides: tex(BOONDOX-r-calo.vf) = %{tl_version} -Provides: tex(BOONDOX-r-ds.vf) = %{tl_version} -Provides: tex(BOONDOX-r-frak.vf) = %{tl_version} -Provides: tex(BOONDOX-cal.sty) = %{tl_version} -Provides: tex(BOONDOX-calo.sty) = %{tl_version} -Provides: tex(BOONDOX-ds.sty) = %{tl_version} -Provides: tex(BOONDOX-frak.sty) = %{tl_version} -Provides: tex(uboondox-cal.fd) = %{tl_version} -Provides: tex(uboondox-calo.fd) = %{tl_version} -Provides: tex(uboondox-ds.fd) = %{tl_version} -Provides: tex(uboondox-frak.fd) = %{tl_version} +Requires: tex(numeric-comp.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(nature.bbx) = %{tl_version} +Provides: tex(nature.cbx) = %{tl_version} -%description boondox -The package contains a number of PostScript fonts derived from -the STIX OpenType fonts, that may be used in maths mode in -regular and bold weights for calligraphic, fraktur and double- -struck alphabets. Virtual fonts with metrics suitable for maths -mode are provided, as are LaTeX support files. +%description biblatex-nature +The bundle offers styles that allow authors to use biblatex +when preparing papers for submission to the journal Nature. -date: 2011-05-04 08:36:11 +0200 +date: 2013-05-20 17:36:30 +0200 -%post boondox +%post biblatex-nature mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map boondox.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map boondox.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun boondox -if [ $1 == 0 ] ; then -sed -i '/^Map boondox.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun biblatex-nature +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans boondox -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans biblatex-nature +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boondox-doc -Summary: Documentation for boondox -Version: svn22313.1.0 +%package biblatex-nature-doc +Summary: Documentation for biblatex-nature +Version: svn30595.1.2e Release: %{tl_noarch_release} -Provides: tex-boondox-doc +Provides: tex-biblatex-nature-doc BuildArch: noarch AutoReqProv: No -%description boondox-doc -Documentation for boondox +%description biblatex-nature-doc +Documentation for biblatex-nature -%package bophook -Provides: tex-bophook = %{tl_version} -License: LPPL -Summary: Provides an At-Begin-Page hook -Version: svn17062.0.02 +%package biblatex-nejm +Provides: tex-biblatex-nejm = %{tl_version} +License: LPPL 1.3 +Summary: Biblatex style for the New England Journal of Medicine (NEJM) +Version: svn24011.0.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bophook.sty) = %{tl_version} - -%description bophook -Using the \AtBeginPage hook, you can add material in the -background of a page. \PageLayout can be used to give page -makeup commands to be executed on every page (e.g., depend on -the page style). +Requires: tex(standard.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(nejm.bbx) = %{tl_version} +Provides: tex(nejm.cbx) = %{tl_version} -date: 2006-12-31 16:08:10 +0100 +%description biblatex-nejm +This is a biblatex numeric style based on the design of the New +England Journal of Medicine (NEJM). -%post bophook +date: 2011-09-09 20:27:18 +0200 + +%post biblatex-nejm mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bophook +%postun biblatex-nejm if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24306,58 +23753,66 @@ else fi : -%posttrans bophook +%posttrans biblatex-nejm if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bophook-doc -Summary: Documentation for bophook -Version: svn17062.0.02 +%package biblatex-nejm-doc +Summary: Documentation for biblatex-nejm +Version: svn24011.0.4 Release: %{tl_noarch_release} -Provides: tex-bophook-doc +Provides: tex-biblatex-nejm-doc BuildArch: noarch AutoReqProv: No -%description bophook-doc -Documentation for bophook +%description biblatex-nejm-doc +Documentation for biblatex-nejm -%package bosisio -Provides: tex-bosisio = %{tl_version} -License: LPPL -Summary: A collection of packages by Francesco Bosisio -Version: svn16989.0 +%package biblatex-philosophy +Provides: tex-biblatex-philosophy = %{tl_version} +License: LPPL 1.3 +Summary: Styles for using biblatex for work in philosophy +Version: svn29893.0.8e Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(graphics.sty) -Requires: tex(subfigure.sty) -Requires: tex(float.sty) -Provides: tex(accenti.sty) = %{tl_version} -Provides: tex(dblfont.sty) = %{tl_version} -Provides: tex(envmath.sty) = %{tl_version} -Provides: tex(evenpage.sty) = %{tl_version} -Provides: tex(graphfig.sty) = %{tl_version} -Provides: tex(mathcmd.sty) = %{tl_version} -Provides: tex(quotes.sty) = %{tl_version} -Provides: tex(sobolev.sty) = %{tl_version} +Requires: tex(authoryear.bbx) +Requires: tex(authoryear-comp.cbx) +Requires: tex(philosophy-classic.cbx) +Requires: tex(standard.bbx) +Requires: tex(authortitle.bbx) +Requires: tex(verbose-trad2.cbx) +Provides: tex(philosophy-classic.bbx) = %{tl_version} +Provides: tex(philosophy-classic.cbx) = %{tl_version} +Provides: tex(philosophy-modern.bbx) = %{tl_version} +Provides: tex(philosophy-modern.cbx) = %{tl_version} +Provides: tex(philosophy-standard.bbx) = %{tl_version} +Provides: tex(philosophy-verbose.bbx) = %{tl_version} +Provides: tex(philosophy-verbose.cbx) = %{tl_version} -%description bosisio -A collection of packages containing: accenti dblfont; envmath; -evenpage; graphfig; mathcmd; quotes; and sobolev. +%description biblatex-philosophy +The packages offers two styles philosophy-classic and +philosophy-modern, that facilitate the production of produce +two different kinds of bibliography, based on the authoryear +style, with options and features to manage the information +about the translation of foreign texts or their reprints. +Though the package's default settings are based on the +conventions used in Italian publications, these styles can be +used with every language recognized by babel, possibly with +some simple redefinitions. -date: 2010-02-10 21:47:34 +0100 +date: 2013-04-14 10:19:50 +0200 -%post bosisio +%post biblatex-philosophy mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bosisio +%postun biblatex-philosophy if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24366,47 +23821,56 @@ else fi : -%posttrans bosisio +%posttrans biblatex-philosophy if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bosisio-doc -Summary: Documentation for bosisio -Version: svn16989.0 +%package biblatex-philosophy-doc +Summary: Documentation for biblatex-philosophy +Version: svn29893.0.8e Release: %{tl_noarch_release} -Provides: tex-bosisio-doc +Provides: tex-biblatex-philosophy-doc BuildArch: noarch AutoReqProv: No -%description bosisio-doc -Documentation for bosisio +%description biblatex-philosophy-doc +Documentation for biblatex-philosophy -%package boxedminipage -Provides: tex-boxedminipage = %{tl_version} -License: Public Domain -Summary: A package for producing framed minipages -Version: svn17087.0 +%package biblatex-phys +Provides: tex-biblatex-phys = %{tl_version} +License: LPPL 1.3 +Summary: A biblatex implementation of the AIP and APS bibliography style +Version: svn29139.0.9e Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(boxedminipage.sty) = %{tl_version} +Requires: tex(numeric-comp.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(phys.bbx) = %{tl_version} +Provides: tex(phys.cbx) = %{tl_version} -%description boxedminipage -LaTeX package which defines the boxedminipage environment -- -like minipage, but with a frame around it. +%description biblatex-phys +The biblatex-phys package provides an implementation of the +bibliography styles of both the AIP and the APS for biblatex. +This implementation follows standard biblatex conventions, and +can be used simply by loading biblatex with the appropriate +option: \usepackage[style=phys]{biblatex} A demonstration +database is provided to show how to format input for the style. +Style options are provided to cover the minor formatting +variations between the AIP and APS bibliography styles. -date: 2010-02-23 16:09:16 +0100 +date: 2013-02-15 22:57:04 +0100 -%post boxedminipage +%post biblatex-phys mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boxedminipage +%postun biblatex-phys if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24415,61 +23879,51 @@ else fi : -%posttrans boxedminipage +%posttrans biblatex-phys if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boxedminipage-doc -Summary: Documentation for boxedminipage -Version: svn17087.0 +%package biblatex-phys-doc +Summary: Documentation for biblatex-phys +Version: svn29139.0.9e Release: %{tl_noarch_release} -Provides: tex-boxedminipage-doc +Provides: tex-biblatex-phys-doc BuildArch: noarch AutoReqProv: No -%description boxedminipage-doc -Documentation for boxedminipage +%description biblatex-phys-doc +Documentation for biblatex-phys -%package boxhandler -Provides: tex-boxhandler = %{tl_version} -License: LPPL -Summary: Flexible Captioning and Deferred Box/List Printing -Version: svn28031.1.30 +%package biblatex-publist +Provides: tex-biblatex-publist = %{tl_version} +License: LPPL 1.3 +Summary: BibLaTeX bibliography support for publication lists +Version: svn30382.0.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(boxhandler.sty) = %{tl_version} +Requires: tex(authoryear.bbx) +Provides: tex(publist.bbx) = %{tl_version} -%description boxhandler -The package allows the user to optimise presentation of LaTeX -tables and figures. Boxhandler will lay out table and figure -captions with a variety of stylistic apperances, and will also -allow figures and tables to be "wrapped" in a manner consistent -with many business and government documents. For a document -that might appear in different venues with different -formatting, boxhandler permits the creation of a LaTeX source -document that can, with a single-line change in the source -code, produce an output that has very different layout from the -baseline configuration, not only in terms of caption style, but -more importantly in terms of the locations where figures, -tables and lists appear (or not) in the document. Deferral -routines also allow one to keep all figure and table data in a -separate source file, while nonetheless producing a document -with figures and tables appearing in the desired location. +%description biblatex-publist +The package provides a BibLaTeX bibliography style file (*.bbx) +for publication lists. The style file draws on BibLaTeX's +authoryear style, but provides some extra features often +desired for publication lists, such as the omission of the +author's own name from author or editor data. -date: 2012-10-18 23:00:43 +0200 +date: 2012-11-03 11:54:12 +0100 -%post boxhandler +%post biblatex-publist mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun boxhandler +%postun biblatex-publist if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24478,51 +23932,50 @@ else fi : -%posttrans boxhandler +%posttrans biblatex-publist if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package boxhandler-doc -Summary: Documentation for boxhandler -Version: svn28031.1.30 +%package biblatex-publist-doc +Summary: Documentation for biblatex-publist +Version: svn30382.0.4 Release: %{tl_noarch_release} -Provides: tex-boxhandler-doc +Provides: tex-biblatex-publist-doc BuildArch: noarch AutoReqProv: No -%description boxhandler-doc -Documentation for boxhandler +%description biblatex-publist-doc +Documentation for biblatex-publist -%package bpchem -Provides: tex-bpchem = %{tl_version} +%package biblatex-science +Provides: tex-biblatex-science = %{tl_version} License: LPPL -Summary: Typeset chemical names, formulae, etc -Version: svn15878.v1.06 +Summary: Biblatex implementation of the Science bibliography style +Version: svn28970.1.1d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(lgrenc.def) -Provides: tex(bpchem.sty) = %{tl_version} +Requires: tex(numeric-comp.bbx) +Requires: tex(numeric-comp.cbx) +Provides: tex(science.bbx) = %{tl_version} +Provides: tex(science.cbx) = %{tl_version} -%description bpchem -The package provides support for typesetting simple chemical -formulae, those long IUPAC compound names, and some chemical -idioms. It also supports the labelling of compounds and -reference to labelled compounds. +%description biblatex-science +The bundle offers styles that allow authors to use biblatex +when preparing papers for submission to the journal Science. -date: 2006-12-01 14:16:52 +0100 +date: 2013-01-28 09:21:48 +0100 -%post bpchem +%post biblatex-science mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bpchem +%postun biblatex-science if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24531,50 +23984,58 @@ else fi : -%posttrans bpchem +%posttrans biblatex-science if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bpchem-doc -Summary: Documentation for bpchem -Version: svn15878.v1.06 +%package biblatex-science-doc +Summary: Documentation for biblatex-science +Version: svn28970.1.1d Release: %{tl_noarch_release} -Provides: tex-bpchem-doc +Provides: tex-biblatex-science-doc BuildArch: noarch AutoReqProv: No -%description bpchem-doc -Documentation for bpchem +%description biblatex-science-doc +Documentation for biblatex-science -%package bpolynomial -Provides: tex-bpolynomial = %{tl_version} -License: LPPL -Summary: Drawing polynomial functions of up to order 3 -Version: svn15878.0.5 +%package biblatex-swiss-legal +Provides: tex-biblatex-swiss-legal = %{tl_version} +License: LPPL 1.3 +Summary: Bibliography and citation styles following Swiss legal practice +Version: svn29803.1.0.1a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(biblatex-swiss-legal-base.cbx) +Provides: tex(biblatex-swiss-legal-base.bbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-base.cbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-bibliography.bbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-bibliography.cbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-general.bbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-general.cbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-longarticle.bbx) = %{tl_version} +Provides: tex(biblatex-swiss-legal-longarticle.cbx) = %{tl_version} -%description bpolynomial -This MetaPost package helps plotting polynomial and root -functions up to order three. The package provides macros to -calculate Bezier curves exactly matching a given constant, -linear, quadratic or cubic polynomial, or square or cubic root -function. In addition, tangents on all functions and -derivatives of polynomials can be calculated. +%description biblatex-swiss-legal +The package provides biblatex bibliography and citation styles +for documents written in accordance with Swiss legal citation +standards. Currently, the package is only usable for French +documents; translations to German and Italian are under +development for future versions. -date: 2008-08-17 01:00:50 +0200 +date: 2012-12-28 11:19:15 +0100 -%post bpolynomial +%post biblatex-swiss-legal mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bpolynomial +%postun biblatex-swiss-legal if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24583,47 +24044,144 @@ else fi : -%posttrans bpolynomial +%posttrans biblatex-swiss-legal if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bpolynomial-doc -Summary: Documentation for bpolynomial -Version: svn15878.0.5 +%package biblatex-swiss-legal-doc +Summary: Documentation for biblatex-swiss-legal +Version: svn29803.1.0.1a Release: %{tl_noarch_release} -Provides: tex-bpolynomial-doc +Provides: tex-biblatex-swiss-legal-doc BuildArch: noarch AutoReqProv: No -%description bpolynomial-doc -Documentation for bpolynomial +%description biblatex-swiss-legal-doc +Documentation for biblatex-swiss-legal -%package bracketkey -Provides: tex-bracketkey = %{tl_version} -License: LPPL 1.3 -Summary: Produce bracketed identification keys -Version: svn17129.1.0 +%package biblatex +Provides: tex-biblatex = %{tl_version} +License: LPPL +Summary: Bibliographies in LaTeX using BibTeX for sorting only +Version: svn30358.2.6 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bracketkey.sty) = %{tl_version} +Requires: tex(standard.bbx) +Requires: tex(authoryear.bbx) +Requires: tex(biblatex1.sty) +Requires: tex(etoolbox.sty) +Requires: tex(keyval.sty) +Requires: tex(logreq.sty) +Requires: tex(ifthen.sty) +Requires: tex(url.sty) +Requires: tex(kvoptions.sty) +Requires: tex(authortitle.cbx) +Provides: tex(alphabetic-verb.bbx) = %{tl_version} +Provides: tex(alphabetic.bbx) = %{tl_version} +Provides: tex(authortitle-comp.bbx) = %{tl_version} +Provides: tex(authortitle-ibid.bbx) = %{tl_version} +Provides: tex(authortitle-icomp.bbx) = %{tl_version} +Provides: tex(authortitle-tcomp.bbx) = %{tl_version} +Provides: tex(authortitle-terse.bbx) = %{tl_version} +Provides: tex(authortitle-ticomp.bbx) = %{tl_version} +Provides: tex(authortitle.bbx) = %{tl_version} +Provides: tex(authoryear-comp.bbx) = %{tl_version} +Provides: tex(authoryear-ibid.bbx) = %{tl_version} +Provides: tex(authoryear-icomp.bbx) = %{tl_version} +Provides: tex(authoryear.bbx) = %{tl_version} +Provides: tex(debug.bbx) = %{tl_version} +Provides: tex(draft.bbx) = %{tl_version} +Provides: tex(numeric-comp.bbx) = %{tl_version} +Provides: tex(numeric-verb.bbx) = %{tl_version} +Provides: tex(numeric.bbx) = %{tl_version} +Provides: tex(reading.bbx) = %{tl_version} +Provides: tex(standard.bbx) = %{tl_version} +Provides: tex(verbose-ibid.bbx) = %{tl_version} +Provides: tex(verbose-inote.bbx) = %{tl_version} +Provides: tex(verbose-note.bbx) = %{tl_version} +Provides: tex(verbose-trad1.bbx) = %{tl_version} +Provides: tex(verbose-trad2.bbx) = %{tl_version} +Provides: tex(verbose-trad3.bbx) = %{tl_version} +Provides: tex(verbose.bbx) = %{tl_version} +Provides: tex(biblatex.cfg) = %{tl_version} +Provides: tex(biblatex.def) = %{tl_version} +Provides: tex(biblatex.sty) = %{tl_version} +Provides: tex(biblatex1.sty) = %{tl_version} +Provides: tex(biblatex2.sty) = %{tl_version} +Provides: tex(blx-compat.def) = %{tl_version} +Provides: tex(blx-dm.def) = %{tl_version} +Provides: tex(blx-mcite.def) = %{tl_version} +Provides: tex(blx-natbib.def) = %{tl_version} +Provides: tex(alphabetic-verb.cbx) = %{tl_version} +Provides: tex(alphabetic.cbx) = %{tl_version} +Provides: tex(authortitle-comp.cbx) = %{tl_version} +Provides: tex(authortitle-ibid.cbx) = %{tl_version} +Provides: tex(authortitle-icomp.cbx) = %{tl_version} +Provides: tex(authortitle-tcomp.cbx) = %{tl_version} +Provides: tex(authortitle-terse.cbx) = %{tl_version} +Provides: tex(authortitle-ticomp.cbx) = %{tl_version} +Provides: tex(authortitle.cbx) = %{tl_version} +Provides: tex(authoryear-comp.cbx) = %{tl_version} +Provides: tex(authoryear-ibid.cbx) = %{tl_version} +Provides: tex(authoryear-icomp.cbx) = %{tl_version} +Provides: tex(authoryear.cbx) = %{tl_version} +Provides: tex(debug.cbx) = %{tl_version} +Provides: tex(draft.cbx) = %{tl_version} +Provides: tex(numeric-comp.cbx) = %{tl_version} +Provides: tex(numeric-verb.cbx) = %{tl_version} +Provides: tex(numeric.cbx) = %{tl_version} +Provides: tex(reading.cbx) = %{tl_version} +Provides: tex(verbose-ibid.cbx) = %{tl_version} +Provides: tex(verbose-inote.cbx) = %{tl_version} +Provides: tex(verbose-note.cbx) = %{tl_version} +Provides: tex(verbose-trad1.cbx) = %{tl_version} +Provides: tex(verbose-trad2.cbx) = %{tl_version} +Provides: tex(verbose-trad3.cbx) = %{tl_version} +Provides: tex(verbose.cbx) = %{tl_version} -%description bracketkey -The package provides an environment bracketkey for use when -producing lists of species. +%description biblatex +Biblatex is a complete reimplementation of the bibliographic +facilities provided by LaTeX in conjunction with BibTeX. It +redesigns the way in which LaTeX interacts with BibTeX at a +fairly fundamental level. With biblatex, BibTeX is only used +(if it is used at all) to sort the bibliography and to generate +labels. Formatting of the bibliography is entirely controlled +by TeX macros (the BibTeX-based mechanism embeds some parts of +formatting in the BibTeX style file. Good working knowledge in +LaTeX should be sufficient to design new bibliography and +citation styles; nothing related to BibTeX's language is +needed. In fact, users need not remain bound to BibTeX for use +with biblatex: an alternative bibliography processor biblatex- +biber is available. Development of biblatex and biblatex-biber +is closely coupled; the present release of biblatex is designed +to work with biblatex-biber version 0.9.6. The package needs e- +TeX, and uses the author's etoolbox and logreq packages. For +users of biblatex-biber, version 0.9 is required (at least; +refer to the notes for the version of biblatex-biber that you +are using). Apart from the features unique to biblatex, the +package also incorporates core features of the following +packages: babelbib, bibtopic, bibunits, chapterbib, cite, +inlinebib, mcite and mciteplus, mlbib, multibib, splitbib. +Biblatex supports split bibliographies and multiple +bibliographies within one document, and separate lists of +bibliographic shorthands. Bibliographies may be subdivided into +parts (by chapter, by section, etc.) and/or segmented by topics +(by type, by keyword, etc.). Biblatex is fully localized and +can interface with the babel. -date: 2010-02-19 21:33:30 +0100 +date: 2013-05-09 11:57:32 +0200 -%post bracketkey +%post biblatex mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bracketkey +%postun biblatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24632,49 +24190,59 @@ else fi : -%posttrans bracketkey +%posttrans biblatex if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bracketkey-doc -Summary: Documentation for bracketkey -Version: svn17129.1.0 +%package biblatex-doc +Summary: Documentation for biblatex +Version: svn30358.2.6 Release: %{tl_noarch_release} -Provides: tex-bracketkey-doc +Provides: tex-biblatex-doc BuildArch: noarch AutoReqProv: No -%description bracketkey-doc -Documentation for bracketkey +%description biblatex-doc +Documentation for biblatex -%package braids -Provides: tex-braids = %{tl_version} -License: LPPL 1.3 -Summary: Draw braid diagrams with PGF/TikZ -Version: svn23790.1.0 +%package biblatex-trad +Provides: tex-biblatex-trad = %{tl_version} +License: LPPL +Summary: "Traditional" BibTeX styles with BibLaTeX +Version: svn27852.0.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(braids.sty) = %{tl_version} +Requires: tex(standard.bbx) +Requires: tex(numeric.cbx) +Requires: tex(alphabetic.cbx) +Provides: tex(trad-abbrv.bbx) = %{tl_version} +Provides: tex(trad-alpha.bbx) = %{tl_version} +Provides: tex(trad-plain.bbx) = %{tl_version} +Provides: tex(trad-standard.bbx) = %{tl_version} +Provides: tex(trad-unsrt.bbx) = %{tl_version} +Provides: tex(trad-abbrv.cbx) = %{tl_version} +Provides: tex(trad-alpha.cbx) = %{tl_version} +Provides: tex(trad-plain.cbx) = %{tl_version} +Provides: tex(trad-standard.cbx) = %{tl_version} +Provides: tex(trad-unsrt.cbx) = %{tl_version} -%description braids -The package enables drawing of braid diagrams with PGF/TikZ -using a simple syntax. The braid itself is specified by giving -a word in the braid group, and there are many options for -styling the strands and for drawing "floors". +%description biblatex-trad +The bundle provides implementations of the "traditional" BibTeX +styles (plain, abbrev, unsrt and alpha) with BibLaTeX. -date: 2011-08-30 13:04:52 +0200 +date: 2012-09-29 14:32:13 +0200 -%post braids +%post biblatex-trad mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun braids +%postun biblatex-trad if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24683,51 +24251,49 @@ else fi : -%posttrans braids +%posttrans biblatex-trad if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package braids-doc -Summary: Documentation for braids -Version: svn23790.1.0 +%package biblatex-trad-doc +Summary: Documentation for biblatex-trad +Version: svn27852.0.2 Release: %{tl_noarch_release} -Provides: tex-braids-doc +Provides: tex-biblatex-trad-doc BuildArch: noarch AutoReqProv: No -%description braids-doc -Documentation for braids +%description biblatex-trad-doc +Documentation for biblatex-trad -%package braille -Provides: tex-braille = %{tl_version} -License: LPPL -Summary: Support for braille -Version: svn20655.0 +%package bibleref-french +Provides: tex-bibleref-french = %{tl_version} +License: LPPL 1.3 +Summary: French translations for bibleref +Version: svn27098.2.3.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(braille.sty) = %{tl_version} +Requires: tex(bibleref.sty) +Requires: tex(etoolbox.sty) +Provides: tex(bibleref-french.sty) = %{tl_version} -%description braille -This package allows the user to produce Braille documents on -paper for the blind without knowing Braille (which can take -years to learn). Python scripts grade1.py and grade2.py convert -ordinary text to grade 1 and 2 braille tags; then, the LaTeX -package braille.sty takes the tags and prints out corresponding -braille symbols. +%description bibleref-french +The package provides translations and alternative typesetting +conventions for use of bibleref in French. -date: 2010-02-20 15:53:07 +0100 +date: 2012-07-14 16:43:20 +0200 -%post braille +%post bibleref-french mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun braille +%postun bibleref-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24736,51 +24302,52 @@ else fi : -%posttrans braille +%posttrans bibleref-french if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package braille-doc -Summary: Documentation for braille -Version: svn20655.0 +%package bibleref-french-doc +Summary: Documentation for bibleref-french +Version: svn27098.2.3.1 Release: %{tl_noarch_release} -Provides: tex-braille-doc +Provides: tex-bibleref-french-doc BuildArch: noarch AutoReqProv: No -%description braille-doc -Documentation for braille +%description bibleref-french-doc +Documentation for bibleref-french -%package braket -Provides: tex-braket = %{tl_version} -License: Public Domain -Summary: Dirac bra-ket and set notations -Version: svn17127.0 +%package bibleref-german +Provides: tex-bibleref-german = %{tl_version} +License: LPPL 1.3 +Summary: German adaptation of bibleref +Version: svn21923.1.0a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(braket.sty) = %{tl_version} +Requires: tex(bibleref.sty) +Requires: tex(etoolbox.sty) +Provides: tex(bibleref-german.sty) = %{tl_version} -%description braket -Provides macros to typeset bra-ket notation, as well as set -specifiers, with a single ("|") or a double ("||" or ("\|") -vertical bar specifier in between two bracketed parts. Each -macro comes in a fixed-size version and an expanding version. -If the package finds itself operating under e-tex, it uses the -extended primitive \middle for more reliable results +%description bibleref-german +The package provides translations and various formats for the +use of bibleref in German documents. The German naming of the +bible books complies with the 'Loccumer Richtlinien' (Locum +guidelines). In addition, the Vulgate (Latin bible) is +supported. -date: 2010-02-23 16:09:16 +0100 +date: 2011-04-02 19:46:11 +0200 -%post braket +%post bibleref-german mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun braket +%postun bibleref-german if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24789,53 +24356,53 @@ else fi : -%posttrans braket +%posttrans bibleref-german if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package braket-doc -Summary: Documentation for braket -Version: svn17127.0 +%package bibleref-german-doc +Summary: Documentation for bibleref-german +Version: svn21923.1.0a Release: %{tl_noarch_release} -Provides: tex-braket-doc +Provides: tex-bibleref-german-doc BuildArch: noarch AutoReqProv: No -%description braket-doc -Documentation for braket +%description bibleref-german-doc +Documentation for bibleref-german -%package breakurl -Provides: tex-breakurl = %{tl_version} -License: LPPL -Summary: Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf -Version: svn15878.1.30 +%package bibleref-lds +Provides: tex-bibleref-lds = %{tl_version} +License: LPPL 1.3 +Summary: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints +Version: svn25526.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifpdf.sty) -Provides: tex(breakurl.sty) = %{tl_version} +Requires: tex(bibleref-mouth.sty) +Requires: tex(ifthen.sty) +Requires: tex(hyperref.sty) +Provides: tex(bibleref-lds.sty) = %{tl_version} -%description breakurl -This package provides a command much like hyperref's \url that -typesets a URL using a typewriter-like font. However, if the -dvips driver is being used, the original \url doesn't allow -line breaks in the middle of the created link: the link comes -in one atomic piece. This package allows such line breaks in -the generated links. +%description bibleref-lds +The package extends the bibleref-mouth package to support +references to the scriptures of The Church of Jesus Christ of +Latter-day Saints (LDS). The package requires bibleref-mouth to +run, and its reference syntax is the same as that of the parent +package. -date: 2009-09-27 09:44:19 +0200 +date: 2012-02-27 12:45:12 +0100 -%post breakurl +%post bibleref-lds mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun breakurl +%postun bibleref-lds if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24844,49 +24411,53 @@ else fi : -%posttrans breakurl +%posttrans bibleref-lds if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package breakurl-doc -Summary: Documentation for breakurl -Version: svn15878.1.30 +%package bibleref-lds-doc +Summary: Documentation for bibleref-lds +Version: svn25526.1.0 Release: %{tl_noarch_release} -Provides: tex-breakurl-doc +Provides: tex-bibleref-lds-doc BuildArch: noarch AutoReqProv: No -%description breakurl-doc -Documentation for breakurl +%description bibleref-lds-doc +Documentation for bibleref-lds -%package bropd -Provides: tex-bropd = %{tl_version} +%package bibleref-mouth +Provides: tex-bibleref-mouth = %{tl_version} License: LPPL 1.3 -Summary: Simplified brackets and differentials in LaTeX -Version: svn28222.1.1 +Summary: Consistent formatting of Bible references +Version: svn25527.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bropd.sty) = %{tl_version} +Requires: tex(fmtcount.sty) +Requires: tex(hyperref.sty) +Provides: tex(bibleref-mouth.sty) = %{tl_version} -%description bropd -The package simplifies the process of writing differential -operators and brackets in LaTeX. The commands facilitate the -easy manipulation of equations involving brackets and allow -partial differentials to be expressed in an alternate form. +%description bibleref-mouth +The package allows Bible references to be formatted in a +consistent way. It is similar to the bibleref package, except +that the formatting macros are all purely expandable -- that +is, they are all implemented in TeX's mouth. This means that +they can be used in any expandable context, such as an argument +to a \url command. -date: 2012-11-09 11:55:25 +0100 +date: 2012-02-27 12:45:12 +0100 -%post bropd +%post bibleref-mouth mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bropd +%postun bibleref-mouth if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -24895,117 +24466,105 @@ else fi : -%posttrans bropd +%posttrans bibleref-mouth if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bropd-doc -Summary: Documentation for bropd -Version: svn28222.1.1 +%package bibleref-mouth-doc +Summary: Documentation for bibleref-mouth +Version: svn25527.1.0 Release: %{tl_noarch_release} -Provides: tex-bropd-doc +Provides: tex-bibleref-mouth-doc BuildArch: noarch AutoReqProv: No -%description bropd-doc -Documentation for bropd +%description bibleref-mouth-doc +Documentation for bibleref-mouth -%package brushscr -Provides: tex-brushscr = %{tl_version} -License: Public Domain -Summary: A handwriting script font -Version: svn28363.0 +%package bibleref-parse +Provides: tex-bibleref-parse = %{tl_version} +License: LPPL 1.3 +Summary: Specify Bible passages in human-readable format +Version: svn22054.1.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(pbsi.map) = %{tl_version} -Provides: tex(pbsi.tfm) = %{tl_version} -Provides: tex(pbsi8r.tfm) = %{tl_version} -Provides: tex(pbsi8t.tfm) = %{tl_version} -Provides: tex(BrushScriptX-Italic.pfa) = %{tl_version} -Provides: tex(pbsi8t.vf) = %{tl_version} -Provides: tex(pbsi.sty) = %{tl_version} -Provides: tex(t1pbsi.fd) = %{tl_version} +Requires: tex(etoolbox.sty) +Requires: tex(scrlfile.sty) +Requires: tex(bibleref.sty) +Provides: tex(bibleref-parse.sty) = %{tl_version} -%description brushscr -The BrushScript font simulates hand-written characters; it is -distributed in Adobe Type 1 format (but is available in italic -shape only). The package includes the files needed by LaTeX in -order to use that font. The file AAA_readme.tex fully describes -the package and sample.tex illustrates its use. +%description bibleref-parse +The package parses Bible passages that are given in human +readable format. It accepts a wide variety of formats. This +allows for a simpler and more convenient interface to the +functionality of the bibleref package. -date: 2012-10-18 12:56:21 +0200 +date: 2011-04-11 08:43:57 +0200 -%post brushscr +%post bibleref-parse mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map pbsi.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map pbsi.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun brushscr -if [ $1 == 0 ] ; then -sed -i '/^Map pbsi.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun bibleref-parse +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans brushscr -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bibleref-parse +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package brushscr-doc -Summary: Documentation for brushscr -Version: svn28363.0 +%package bibleref-parse-doc +Summary: Documentation for bibleref-parse +Version: svn22054.1.1 Release: %{tl_noarch_release} -Provides: tex-brushscr-doc +Provides: tex-bibleref-parse-doc BuildArch: noarch AutoReqProv: No -%description brushscr-doc -Documentation for brushscr +%description bibleref-parse-doc +Documentation for bibleref-parse -%package bullcntr -Provides: tex-bullcntr = %{tl_version} -License: LPPL -Summary: Display list item counter as regular pattern of bullets -Version: svn15878.0.04 +%package bibleref +Provides: tex-bibleref = %{tl_version} +License: LPPL 1.3 +Summary: Format bible citations +Version: svn21145.1.14 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bullcntr.sty) = %{tl_version} -Provides: tex(bullenum.sty) = %{tl_version} +Requires: tex(ifthen.sty) +Requires: tex(fmtcount.sty) +Requires: tex(amsgen.sty) +Provides: tex(bibleref.sty) = %{tl_version} -%description bullcntr -The bullcntr package defines the command bullcntr, which can be -thought of as an analogue of the \fnsymbol command: like the -latter, it displays the value of a counter lying between 1 and -9, but uses, for the purpose, a regular pattern of bullets. +%description bibleref +The bibleref package offers consistent formatting of references +to parts of the Christian bible, in a number of well-defined +formats. -date: 2008-08-17 01:00:50 +0200 +date: 2011-01-19 23:57:38 +0100 -%post bullcntr +%post bibleref mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bullcntr +%postun bibleref if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25014,58 +24573,48 @@ else fi : -%posttrans bullcntr +%posttrans bibleref if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bullcntr-doc -Summary: Documentation for bullcntr -Version: svn15878.0.04 +%package bibleref-doc +Summary: Documentation for bibleref +Version: svn21145.1.14 Release: %{tl_noarch_release} -Provides: tex-bullcntr-doc +Provides: tex-bibleref-doc BuildArch: noarch AutoReqProv: No -%description bullcntr-doc -Documentation for bullcntr +%description bibleref-doc +Documentation for bibleref -%package bundledoc -Provides: tex-bundledoc = %{tl_version} -License: LPPL -Summary: Bundle together all the files needed to build a LaTeX document -Version: svn26313.3.1 +%package biblist +Provides: tex-biblist = %{tl_version} +License: GPL+ +Summary: Print a BibTeX database +Version: svn17116.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-bundledoc-bin -Provides: tex(miktex.cfg) = %{tl_version} -Provides: tex(texlive-unix.cfg) = %{tl_version} +Provides: tex(biblist.sty) = %{tl_version} -%description bundledoc -The bundledoc package is a post-processor for the snapshot -package that bundles together all the classes, packages and -files needed to build a given LaTeX document. It reads the .dep -file that snapshot produces, finds each of the files mentioned -therein, and archives them into a single .tar.gz (or .zip, or -whatever) file, suitable for moving across systems, -transmitting to a colleague, etc. A script, arlatex, provides -an alternative "archiving" mechanism, creating a single LaTeX -file that contains all of the ancillary files of a LaTeX -document, together with the document itself, using the -filecontents* environment. +%description biblist +The package provides the means of listing an entire BibTeX +database, avoiding the potentially large (macro) impact +associated with \nocite{*}. -date: 2012-01-12 19:29:56 +0100 +date: 2010-02-21 11:42:27 +0100 -%post bundledoc +%post biblist mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bundledoc +%postun biblist if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25074,182 +24623,160 @@ else fi : -%posttrans bundledoc +%posttrans biblist if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bundledoc-doc -Summary: Documentation for bundledoc -Version: svn26313.3.1 +%package biblist-doc +Summary: Documentation for biblist +Version: svn17116.0 Release: %{tl_noarch_release} -Provides: tex-bundledoc-doc +Provides: tex-biblist-doc BuildArch: noarch AutoReqProv: No -%description bundledoc-doc -Documentation for bundledoc - -%package bundledoc-bin -Summary: Binaries for bundledoc -Version: svn17794.0 -Requires: texlive-base -Requires: tex-bundledoc -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description bundledoc-bin -Binaries for bundledoc +%description biblist-doc +Documentation for biblist -%package burmese -Provides: tex-burmese = %{tl_version} -License: LPPL -Summary: Basic Support for Writing Burmese -Version: svn25185.0 +%package bibtex +Provides: tex-bibtex = %{tl_version} +License: Knuth +Summary: Process bibliographies for LaTeX, etc +Version: svn29764.0.99d Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(relsize.sty) -Provides: tex(burmese.map) = %{tl_version} -Provides: tex(burm.tfm) = %{tl_version} -Provides: tex(burm.pfb) = %{tl_version} -Provides: tex(birm.sty) = %{tl_version} -Provides: tex(ubirm.fd) = %{tl_version} +Requires: tex-kpathsea +Requires: texlive-bibtex-bin -%description burmese -This package provides basic support for writing Burmese. The -package provides a preprocessor (written in Perl), an Adobe -Type 1 font, and LaTeX macros. +%description bibtex +BibTeX allows the user to store his citation data in generic +form, while printing citations in a document in the form +specified by a BibTeX style, to be specified in the document +itself (one often needs a LaTeX citation-style package, such as +natbib as well). BibTeX itself is an ASCII-only program; there +is, however, a version that copes with 8-bit character sets. +However, BibTeX's facilities rapidly run out as one moves away +from simple ASCII (for example, in the various national sorting +rules for languages expressed in different parts of ISO-8859 -- +the "ISO Latin" series). For more flexibility, the user is +urged to consider using biber with biblatex to typeset its +output. In particular, it is best to avoid BibTeX in favour of +biblatex, if at all possible. -date: 2006-12-21 23:43:15 +0100 +date: 2011-12-28 13:17:09 +0100 -%post burmese +%post bibtex mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map burmese.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map burmese.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun burmese -if [ $1 == 0 ] ; then -sed -i '/^Map burmese.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun bibtex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans burmese -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bibtex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package burmese-doc -Summary: Documentation for burmese -Version: svn25185.0 +%package bibtex-doc +Summary: Documentation for bibtex +Version: svn29764.0.99d Release: %{tl_noarch_release} -Provides: tex-burmese-doc +Provides: tex-bibtex-doc BuildArch: noarch AutoReqProv: No +Requires: tex-kpathsea-doc -%description burmese-doc -Documentation for burmese +%description bibtex-doc +Documentation for bibtex -%package bussproofs -Provides: tex-bussproofs = %{tl_version} -License: LPPL 1.3 -Summary: Proof trees in the style of the sequent calculus -Version: svn27488.1.1 +%package bibtex-bin +Summary: Binaries for bibtex +Version: svn30088.0 +Requires: texlive-base +Requires: tex-bibtex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description bibtex-bin +Binaries for bibtex + +%package bibtexu +Provides: tex-bibtexu = %{tl_version} +License: LPPL +Summary: bibtexu package +Version: svn29743.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bussproofs.sty) = %{tl_version} - -%description bussproofs -The package allows the construction of proof trees in the style -of the sequent calculus and many other proof systems. One novel -feature of the macros is they support the horizontal alignment -according to some centre point specified with the command -\fCenter. This is the style often used in sequent calculus -proofs. The package works in a Plain TeX document, as well as -in LaTeX; an exposition of the commands available is given in -the package file itself. - -date: 2012-08-21 20:18:04 +0200 - -%post bussproofs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun bussproofs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: +Requires: texlive-bibtexu-bin -%posttrans bussproofs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: +%description bibtexu +bibtexu package -%package bussproofs-doc -Summary: Documentation for bussproofs -Version: svn27488.1.1 +%package bibtexu-doc +Summary: Documentation for bibtexu +Version: svn29743.0 Release: %{tl_noarch_release} -Provides: tex-bussproofs-doc +Provides: tex-bibtexu-doc BuildArch: noarch AutoReqProv: No -%description bussproofs-doc -Documentation for bussproofs +%description bibtexu-doc +Documentation for bibtexu -%package bxbase -Provides: tex-bxbase = %{tl_version} -License: Freely redistributable without restriction -Summary: BX bundle base components -Version: svn28825.0.5 +%package bibtexu-bin +Summary: Binaries for bibtexu +Version: svn30088.0 +Requires: texlive-base +Requires: tex-bibtexu +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description bibtexu-bin +Binaries for bibtexu + +%package bibtex8 +Provides: tex-bibtex8 = %{tl_version} +License: GPL+ +Summary: A fully 8-bit adaptation of BibTeX 0.99 +Version: svn29725.3.71 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Provides: tex(bxbase.def) = %{tl_version} -Provides: tex(bxbase.sty) = %{tl_version} -Provides: tex(bxucs.sty) = %{tl_version} -Provides: tex(bxutf8.def) = %{tl_version} -Provides: tex(bxutf8x.def) = %{tl_version} -Provides: tex(zxbase.sty) = %{tl_version} +Requires: texlive-bibtex8-bin -%description bxbase -bxbase package +%description bibtex8 +An enhanced, portable C version of BibTeX. Enhanced by +conversion to "big" (32-bit) capacity, addition of run-time +selectable capacity and 8-bit support extensions. National +character set and sorting order are controlled by an external +configuration file. Various examples are included. -date: 2013-01-13 12:34:17 +0100 +date: 2012-04-27 15:08:24 +0200 -%post bxbase +%post bibtex8 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bxbase +%postun bibtex8 if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25258,51 +24785,61 @@ else fi : -%posttrans bxbase +%posttrans bibtex8 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bxbase-doc -Summary: Documentation for bxbase -Version: svn28825.0.5 +%package bibtex8-doc +Summary: Documentation for bibtex8 +Version: svn29725.3.71 Release: %{tl_noarch_release} -Provides: tex-bxbase-doc +Provides: tex-bibtex8-doc BuildArch: noarch AutoReqProv: No -%description bxbase-doc -Documentation for bxbase +%description bibtex8-doc +Documentation for bibtex8 -%package bxjscls -Provides: tex-bxjscls = %{tl_version} -License: Freely redistributable without restriction -Summary: Document classes based on jsclasses -Version: svn28901.0.3a -Release: %{tl_noarch_release} -BuildArch: noarch +%package bibtex8-bin +Summary: Binaries for bibtex8 +Version: svn30088.0 +Requires: texlive-base +Requires: tex-bibtex8 +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description bibtex8-bin +Binaries for bibtex8 + +%package bibtopicprefix +Provides: tex-bibtopicprefix = %{tl_version} +License: LPPL +Summary: Prefix references to bibliographies produced by bibtopic +Version: svn15878.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(geometry.sty) -Provides: tex(bxjsarticle.cls) = %{tl_version} -Provides: tex(bxjsptex.def) = %{tl_version} -Provides: tex(bxjsreport.cls) = %{tl_version} +Requires: tex(scrlfile.sty) +Requires: tex(bibtopic.sty) +Provides: tex(bibtopicprefix.sty) = %{tl_version} -%description bxjscls -Provides classes, based on jsclasses. +%description bibtopicprefix +The package permits users to apply prefixes (fixed strings) to +references to entries in bibliographies produced by the +bibtopic package. -date: 2012-12-21 17:28:17 +0100 +date: 2008-08-17 01:00:50 +0200 -%post bxjscls +%post bibtopicprefix mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bxjscls +%postun bibtopicprefix if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25311,48 +24848,57 @@ else fi : -%posttrans bxjscls +%posttrans bibtopicprefix if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bxjscls-doc -Summary: Documentation for bxjscls -Version: svn28901.0.3a +%package bibtopicprefix-doc +Summary: Documentation for bibtopicprefix +Version: svn15878.1.10 Release: %{tl_noarch_release} -Provides: tex-bxjscls-doc +Provides: tex-bibtopicprefix-doc BuildArch: noarch AutoReqProv: No -%description bxjscls-doc -Documentation for bxjscls +%description bibtopicprefix-doc +Documentation for bibtopicprefix -%package bxpict2e -Provides: tex-bxpict2e = %{tl_version} -License: Freely redistributable without restriction -Summary: BXpict2e -Version: svn28902.0.1 +%package bibtopic +Provides: tex-bibtopic = %{tl_version} +License: GPL+ +Summary: Include multiple bibliographies in a document +Version: svn15878.1.1a Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pict2e.sty) -Provides: tex(bxdpxp2e.def) = %{tl_version} -Provides: tex(bxeepic.sty) = %{tl_version} +Requires: tex(ifthen.sty) +Provides: tex(bibtopic.sty) = %{tl_version} -%description bxpict2e -The package offers features of eepic on top of pict2e. +%description bibtopic +The package allows the user to include several bibliographies +covering different 'topics' or bibliographic material into a +document (e.g., one bibliography for primary literature and one +for secondary literature). The package provides commands to +include either all references from a .bib file, only the +references actually cited or those not cited in your document. +The user has to construct a separate .bib file for each +bibliographic 'topic', each of which will be processed +separately by BibTeX. If you want to have bibliographies +specific to one part of a document, see the packages bibunits +or chapterbib. -date: 2012-12-21 17:28:17 +0100 +date: 2006-10-17 00:49:54 +0200 -%post bxpict2e +%post bibtopic mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bxpict2e +%postun bibtopic if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25361,55 +24907,54 @@ else fi : -%posttrans bxpict2e +%posttrans bibtopic if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bxpict2e-doc -Summary: Documentation for bxpict2e -Version: svn28902.0.1 +%package bibtopic-doc +Summary: Documentation for bibtopic +Version: svn15878.1.1a Release: %{tl_noarch_release} -Provides: tex-bxpict2e-doc +Provides: tex-bibtopic-doc BuildArch: noarch AutoReqProv: No -%description bxpict2e-doc -Documentation for bxpict2e +%description bibtopic-doc +Documentation for bibtopic -%package bytefield -Provides: tex-bytefield = %{tl_version} +%package bibunits +Provides: tex-bibunits = %{tl_version} License: LPPL -Summary: Create illustrations for network protocol specifications -Version: svn27580.2.1 +Summary: Multiple bibliographies in one document +Version: svn15878.2.2 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(bytefield.sty) = %{tl_version} -Provides: tetex-bytefield = %{tl_version} -Obsoletes: tetex-bytefield < %{tl_version} +Provides: tex(bibunits.sty) = %{tl_version} -%description bytefield -The bytefield package helps the user create illustrations for -network protocol specifications and anything else that utilizes -fields of data. These illustrations show how the bits and bytes -are laid out in a packet or in memory. Users should note that -the present version 2.0 offers a different (and incompatible) -user interface from earlier versions. +%description bibunits +The package provide a mechanism to generate separate +bibliographies for different units (chapters, sections or +bibunit-environments) of a text. The package separates the +citations of each unit of text into a separate file to be +processed by BibTeX. The global bibliography section produced +by LaTeX may also appear in the document and citations can be +placed in both the local unit and the global bibliographies at +the same time. The package is compatible with koma-script and +with the babel French option frenchb. -date: 2012-05-24 17:58:39 +0200 +date: 2009-09-27 09:44:19 +0200 -%post bytefield +%post bibunits mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun bytefield +%postun bibunits if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25418,50 +24963,196 @@ else fi : -%posttrans bytefield +%posttrans bibunits if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package bytefield-doc -Summary: Documentation for bytefield -Version: svn27580.2.1 +%package bibunits-doc +Summary: Documentation for bibunits +Version: svn15878.2.2 Release: %{tl_noarch_release} -Provides: tex-bytefield-doc +Provides: tex-bibunits-doc BuildArch: noarch AutoReqProv: No -%description bytefield-doc -Documentation for bytefield +%description bibunits-doc +Documentation for bibunits -%package b1encoding -Provides: tex-b1encoding = %{tl_version} +%package bidi +Provides: tex-bidi = %{tl_version} License: LPPL 1.3 -Summary: LaTeX encoding tools for Bookhands fonts -Version: svn21271.1.0 +Summary: Support for bidirectional typesetting in plain TeX and LaTeX +Version: svn30664.13.3 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(TeXB1.enc) = %{tl_version} -Provides: tex(b1cmr.fd) = %{tl_version} -Provides: tex(b1enc.def) = %{tl_version} +Requires: tex(iftex.sty) +Requires: tex(zref-abspage.sty) +Requires: tex(auxhook.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(xcolor.sty) +Requires: tex(showexpl.sty) +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Requires: tex(marvosym.sty) +Requires: tex(url.sty) +Requires: tex(hyperref.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(geometry.sty) +Requires: tex(bidituftesidenote.sty) +Requires: tex(bidituftegeneralstructure.sty) +Requires: tex(bidituftetitle.sty) +Requires: tex(xifthen.sty) +Requires: tex(ragged2e.sty) +Requires: tex(changepage.sty) +Requires: tex(chngpage.sty) +Requires: tex(optparams.sty) +Requires: tex(placeins.sty) +Requires: tex(paralist.sty) +Requires: tex(multicol.sty) +Requires: tex(setspace.sty) +Requires: tex(hopatch.sty) +Requires: tex(natbib.sty) +Requires: tex(bibentry.sty) +Requires: tex(etoolbox.sty) +Requires: tex(titlesec.sty) +Requires: tex(titletoc.sty) +Provides: tex(amsart-xetex-bidi.def) = %{tl_version} +Provides: tex(amsbook-xetex-bidi.def) = %{tl_version} +Provides: tex(amsmath-xetex-bidi.def) = %{tl_version} +Provides: tex(amstext-xetex-bidi.def) = %{tl_version} +Provides: tex(amsthm-xetex-bidi.def) = %{tl_version} +Provides: tex(array-xetex-bidi.def) = %{tl_version} +Provides: tex(article-xetex-bidi.def) = %{tl_version} +Provides: tex(artikel1-xetex-bidi.def) = %{tl_version} +Provides: tex(artikel2-xetex-bidi.def) = %{tl_version} +Provides: tex(artikel3-xetex-bidi.def) = %{tl_version} +Provides: tex(arydshln-xetex-bidi.def) = %{tl_version} +Provides: tex(bidi-longtable.sty) = %{tl_version} +Provides: tex(bidi.sty) = %{tl_version} +Provides: tex(bidi.tex) = %{tl_version} +Provides: tex(bidi2in1.sty) = %{tl_version} +Provides: tex(bidicode.sty) = %{tl_version} +Provides: tex(bidiftnxtra.sty) = %{tl_version} +Provides: tex(bidimoderncv.cls) = %{tl_version} +Provides: tex(bidipoem.sty) = %{tl_version} +Provides: tex(bidipresentation.cls) = %{tl_version} +Provides: tex(biditools.sty) = %{tl_version} +Provides: tex(biditufte-book.cls) = %{tl_version} +Provides: tex(biditufte-handout.cls) = %{tl_version} +Provides: tex(bidituftefloat.sty) = %{tl_version} +Provides: tex(bidituftegeneralstructure.sty) = %{tl_version} +Provides: tex(bidituftehyperref.sty) = %{tl_version} +Provides: tex(bidituftesidenote.sty) = %{tl_version} +Provides: tex(bidituftetitle.sty) = %{tl_version} +Provides: tex(bidituftetoc.sty) = %{tl_version} +Provides: tex(boek-xetex-bidi.def) = %{tl_version} +Provides: tex(boek3-xetex-bidi.def) = %{tl_version} +Provides: tex(book-xetex-bidi.def) = %{tl_version} +Provides: tex(bookest-xetex-bidi.def) = %{tl_version} +Provides: tex(breqn-xetex-bidi.def) = %{tl_version} +Provides: tex(cals-xetex-bidi.def) = %{tl_version} +Provides: tex(caption-xetex-bidi.def) = %{tl_version} +Provides: tex(caption3-xetex-bidi.def) = %{tl_version} +Provides: tex(color-xetex-bidi.def) = %{tl_version} +Provides: tex(colortbl-xetex-bidi.def) = %{tl_version} +Provides: tex(combine-xetex-bidi.def) = %{tl_version} +Provides: tex(crop-xetex-bidi.def) = %{tl_version} +Provides: tex(cuted-xetex-bidi.def) = %{tl_version} +Provides: tex(cutwin-xetex-bidi.def) = %{tl_version} +Provides: tex(cvthemebidicasual.sty) = %{tl_version} +Provides: tex(cvthemebidiclassic.sty) = %{tl_version} +Provides: tex(dblfnote-xetex-bidi.def) = %{tl_version} +Provides: tex(draftwatermark-xetex-bidi.def) = %{tl_version} +Provides: tex(empheq-xetex-bidi.def) = %{tl_version} +Provides: tex(eso-pic-xetex-bidi.def) = %{tl_version} +Provides: tex(extarticle-xetex-bidi.def) = %{tl_version} +Provides: tex(extbook-xetex-bidi.def) = %{tl_version} +Provides: tex(extletter-xetex-bidi.def) = %{tl_version} +Provides: tex(extrafootnotefeatures.def) = %{tl_version} +Provides: tex(extreport-xetex-bidi.def) = %{tl_version} +Provides: tex(fancybox-xetex-bidi.def) = %{tl_version} +Provides: tex(fancyhdr-xetex-bidi.def) = %{tl_version} +Provides: tex(fix2col-xetex-bidi.def) = %{tl_version} +Provides: tex(fleqn-xetex-bidi.def) = %{tl_version} +Provides: tex(float-xetex-bidi.def) = %{tl_version} +Provides: tex(floatrow-xetex-bidi.def) = %{tl_version} +Provides: tex(flowfram-xetex-bidi.def) = %{tl_version} +Provides: tex(footnote-luatex-bidi.def) = %{tl_version} +Provides: tex(footnote-xetex-bidi.def) = %{tl_version} +Provides: tex(framed-xetex-bidi.def) = %{tl_version} +Provides: tex(ftnright-xetex-bidi.def) = %{tl_version} +Provides: tex(geometry-xetex-bidi.def) = %{tl_version} +Provides: tex(graphicx-xetex-bidi.def) = %{tl_version} +Provides: tex(hvfloat-xetex-bidi.def) = %{tl_version} +Provides: tex(hyperref-xetex-bidi.def) = %{tl_version} +Provides: tex(leqno-xetex-bidi.def) = %{tl_version} +Provides: tex(letter-xetex-bidi.def) = %{tl_version} +Provides: tex(lettrine-xetex-bidi.def) = %{tl_version} +Provides: tex(listings-xetex-bidi.def) = %{tl_version} +Provides: tex(loadingorder-bidi.def) = %{tl_version} +Provides: tex(longtable-xetex-bidi.def) = %{tl_version} +Provides: tex(luatex-bidi.def) = %{tl_version} +Provides: tex(mdframed-xetex-bidi.def) = %{tl_version} +Provides: tex(memoir-xetex-bidi.def) = %{tl_version} +Provides: tex(midfloat-xetex-bidi.def) = %{tl_version} +Provides: tex(minitoc-xetex-bidi.def) = %{tl_version} +Provides: tex(multicol-xetex-bidi.def) = %{tl_version} +Provides: tex(multienum-xetex-bidi.def) = %{tl_version} +Provides: tex(natbib-xetex-bidi.def) = %{tl_version} +Provides: tex(newfloat-xetex-bidi.def) = %{tl_version} +Provides: tex(ntheorem-hyper-xetex-bidi.def) = %{tl_version} +Provides: tex(ntheorem-xetex-bidi.def) = %{tl_version} +Provides: tex(pdfpages-xetex-bidi.def) = %{tl_version} +Provides: tex(pgf-xetex-bidi.def) = %{tl_version} +Provides: tex(picinpar-xetex-bidi.def) = %{tl_version} +Provides: tex(plain-luatex-bidi.def) = %{tl_version} +Provides: tex(plain-xetex-bidi.def) = %{tl_version} +Provides: tex(pstricks-xetex-bidi.def) = %{tl_version} +Provides: tex(quotchap-xetex-bidi.def) = %{tl_version} +Provides: tex(ragged2e-xetex-bidi.def) = %{tl_version} +Provides: tex(rapport1-xetex-bidi.def) = %{tl_version} +Provides: tex(rapport3-xetex-bidi.def) = %{tl_version} +Provides: tex(refrep-xetex-bidi.def) = %{tl_version} +Provides: tex(report-xetex-bidi.def) = %{tl_version} +Provides: tex(rotating-xetex-bidi.def) = %{tl_version} +Provides: tex(scrartcl-xetex-bidi.def) = %{tl_version} +Provides: tex(scrbook-xetex-bidi.def) = %{tl_version} +Provides: tex(scrlettr-xetex-bidi.def) = %{tl_version} +Provides: tex(scrreprt-xetex-bidi.def) = %{tl_version} +Provides: tex(sidecap-xetex-bidi.def) = %{tl_version} +Provides: tex(stabular-xetex-bidi.def) = %{tl_version} +Provides: tex(subfigure-xetex-bidi.def) = %{tl_version} +Provides: tex(tabls-xetex-bidi.def) = %{tl_version} +Provides: tex(tabulary-xetex-bidi.def) = %{tl_version} +Provides: tex(titlesec-xetex-bidi.def) = %{tl_version} +Provides: tex(titletoc-xetex-bidi.def) = %{tl_version} +Provides: tex(tocbibind-xetex-bidi.def) = %{tl_version} +Provides: tex(tocloft-xetex-bidi.def) = %{tl_version} +Provides: tex(tocstyle-xetex-bidi.def) = %{tl_version} +Provides: tex(wrapfig-xetex-bidi.def) = %{tl_version} +Provides: tex(xcolor-xetex-bidi.def) = %{tl_version} +Provides: tex(xetex-bidi.def) = %{tl_version} +Provides: tex(xltxtra-xetex-bidi.def) = %{tl_version} -%description b1encoding -This package characterises and defines the author's B1 encoding -for use with LaTeX when typesetting things using his Bookhands -fonts. +%description bidi +A convenient interface for typesetting bidirectional texts with +plain TeX and LaTeX. The package includes adaptations for use +with many other commonly-used packages. -date: 2011-02-01 08:52:21 +0100 +date: 2013-05-22 10:58:45 +0200 -%post b1encoding +%post bidi mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun b1encoding +%postun bidi if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25470,486 +25161,112 @@ else fi : -%posttrans b1encoding +%posttrans bidi if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package b1encoding-doc -Summary: Documentation for b1encoding -Version: svn21271.1.0 +%package bidi-doc +Summary: Documentation for bidi +Version: svn30664.13.3 Release: %{tl_noarch_release} -Provides: tex-b1encoding-doc +Provides: tex-bidi-doc BuildArch: noarch AutoReqProv: No -%description b1encoding-doc -Documentation for b1encoding +%description bidi-doc +Documentation for bidi -%package cabin -Provides: tex-cabin = %{tl_version} -License: OFSFLD -Summary: A humanist Sans Serif font, with LaTeX support -Version: svn28942.0 +%package bigfoot +Provides: tex-bigfoot = %{tl_version} +License: GPLv2+ +Summary: Footnotes for critical editions +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(cbn_6vzwvh.enc) = %{tl_version} -Provides: tex(cbn_7kg2sc.enc) = %{tl_version} -Provides: tex(cbn_aojlca.enc) = %{tl_version} -Provides: tex(cbn_cgvdav.enc) = %{tl_version} -Provides: tex(cbn_dh6h6g.enc) = %{tl_version} -Provides: tex(cbn_eeshah.enc) = %{tl_version} -Provides: tex(cbn_gi6ftn.enc) = %{tl_version} -Provides: tex(cbn_gipwm5.enc) = %{tl_version} -Provides: tex(cbn_hvmmj2.enc) = %{tl_version} -Provides: tex(cbn_j5omty.enc) = %{tl_version} -Provides: tex(cbn_jxvnp4.enc) = %{tl_version} -Provides: tex(cbn_mzrldx.enc) = %{tl_version} -Provides: tex(cbn_x3x2zv.enc) = %{tl_version} -Provides: tex(cbn_xtln4x.enc) = %{tl_version} -Provides: tex(cbn_xvjm53.enc) = %{tl_version} -Provides: tex(cbn_zljgjy.enc) = %{tl_version} -Provides: tex(cabin.map) = %{tl_version} -Provides: tex(Cabin-Bold.otf) = %{tl_version} -Provides: tex(Cabin-BoldItalic.otf) = %{tl_version} -Provides: tex(Cabin-Medium.otf) = %{tl_version} -Provides: tex(Cabin-MediumItalic.otf) = %{tl_version} -Provides: tex(Cabin-Regular.otf) = %{tl_version} -Provides: tex(Cabin-RegularItalic.otf) = %{tl_version} -Provides: tex(Cabin-SemiBold.otf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic.otf) = %{tl_version} -Provides: tex(CabinCondensed-Bold.otf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic.otf) = %{tl_version} -Provides: tex(CabinCondensed-Medium.otf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic.otf) = %{tl_version} -Provides: tex(CabinCondensed-Regular.otf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic.otf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold.otf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic.otf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Cabin-Bold.pfb) = %{tl_version} -Provides: tex(Cabin-BoldItalic.pfb) = %{tl_version} -Provides: tex(Cabin-Italic.pfb) = %{tl_version} -Provides: tex(Cabin-Medium.pfb) = %{tl_version} -Provides: tex(Cabin-MediumItalic.pfb) = %{tl_version} -Provides: tex(Cabin-Regular.pfb) = %{tl_version} -Provides: tex(Cabin-SemiBold.pfb) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic.pfb) = %{tl_version} -Provides: tex(CabinCondensed-Bold.pfb) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic.pfb) = %{tl_version} -Provides: tex(CabinCondensed-Medium.pfb) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic.pfb) = %{tl_version} -Provides: tex(CabinCondensed-Regular.pfb) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic.pfb) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold.pfb) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic.pfb) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-Medium-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-MediumItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Cabin-SemiBoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Medium-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-MediumItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-RegularItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1Cabin-TLF.fd) = %{tl_version} -Provides: tex(LY1CabinCondensed-TLF.fd) = %{tl_version} -Provides: tex(OT1Cabin-TLF.fd) = %{tl_version} -Provides: tex(OT1CabinCondensed-TLF.fd) = %{tl_version} -Provides: tex(T1Cabin-TLF.fd) = %{tl_version} -Provides: tex(T1CabinCondensed-TLF.fd) = %{tl_version} -Provides: tex(TS1Cabin-TLF.fd) = %{tl_version} -Provides: tex(TS1CabinCondensed-TLF.fd) = %{tl_version} -Provides: tex(cabin.sty) = %{tl_version} +Requires: tex(etex.sty) +Requires: tex(manyfoot.sty) +Requires: tex(perpage.sty) +Provides: tex(bigfoot.sty) = %{tl_version} +Provides: tex(perpage.sty) = %{tl_version} +Provides: tex(suffix.sty) = %{tl_version} -%description cabin -Cabin is a humanist sans with four weights and true italics and -small capitals. According to the designer, Pablo Impallari, -Cabin was inspired by Edward Johnston's and Eric Gill's -typefaces, with a touch of modernism. Cabin incorporates modern -proportions, optical adjustments, and some elements of the -geometric sans. cabin.sty supports LaTeX, pdfLaTeX, xeLaTeX and -luaLaTeX. An sfdefault option is provided to enable Cabin as -the default text font. The fontaxes package is required for use -with [pdf]LaTeX. +%description bigfoot +The package aims to provide a 'one-stop' solution to +requirements for footnotes. It offers: - Multiple footnote +apparatus superior to that of the manyfoot; - Footnotes can be +formatted in separate paragraphs, or be run into a single +paragraph (this choice may be selected per footnote series); - +Things you might have expected (like \verb-like material in +footnotes, and colour selections over page breaks) now work. +Note that the majority of the bigfoot package's interface is +identical to that of manyfoot; users should seek information +from that package's documentation. The bigfoot bundle also +provides the perpage and suffix packages. -date: 2013-01-25 11:29:15 +0100 +date: 2007-08-13 15:44:25 +0200 -%post cabin +%post bigfoot mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cabin.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cabin.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun cabin -if [ $1 == 0 ] ; then -sed -i '/^Map cabin.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun bigfoot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans cabin -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bigfoot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cabin-doc -Summary: Documentation for cabin -Version: svn28942.0 +%package bigfoot-doc +Summary: Documentation for bigfoot +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-cabin-doc +Provides: tex-bigfoot-doc BuildArch: noarch AutoReqProv: No -%description cabin-doc -Documentation for cabin +%description bigfoot-doc +Documentation for bigfoot -%package cachepic -Provides: tex-cachepic = %{tl_version} -License: LPPL 1.3 -Summary: Convert document fragments into graphics -Version: svn26313.1.0 +%package bigints +Provides: tex-bigints = %{tl_version} +License: LPPL +Summary: Writing big integrals +Version: svn29803.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cachepic-bin -Requires: tex(graphicx.sty) -Requires: tex(verbatim.sty) -Provides: tex(cachepic.sty) = %{tl_version} -Provides: tex(prcachepic.def) = %{tl_version} +Requires: tex(amsmath.sty) +Provides: tex(bigints.sty) = %{tl_version} -%description cachepic -The bundle simplifies and automates conversion of document -fragments into external EPS or PDF files. The bundle consists -of two parts: a LaTeX package that implements a document level -interface, and a command line tool (written in lua) that -generates the external graphics. +%description bigints +The package provides facilities for drawing big integral signs +when needed. An example would be when the integrand is a +matrix. -date: 2012-04-29 18:30:38 +0200 +date: 2012-04-28 20:54:25 +0200 -%post cachepic +%post bigints mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cachepic +%postun bigints if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -25958,68 +25275,50 @@ else fi : -%posttrans cachepic +%posttrans bigints if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cachepic-doc -Summary: Documentation for cachepic -Version: svn26313.1.0 +%package bigints-doc +Summary: Documentation for bigints +Version: svn29803.0 Release: %{tl_noarch_release} -Provides: tex-cachepic-doc +Provides: tex-bigints-doc BuildArch: noarch AutoReqProv: No -%description cachepic-doc -Documentation for cachepic - -%package cachepic-bin -Summary: Binaries for cachepic -Version: svn15543.0 -Requires: texlive-base -Requires: tex-cachepic -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description cachepic-bin -Binaries for cachepic +%description bigints-doc +Documentation for bigints -%package calcage -Provides: tex-calcage = %{tl_version} -License: LPPL 1.3 -Summary: Calculate the age of something, in years -Version: svn27725.0.90 +%package binomexp +Provides: tex-binomexp = %{tl_version} +License: LPPL +Summary: Calculate Pascal's triangle +Version: svn15878.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fnumprint.sty) -Requires: tex(datenumber.sty) -Requires: tex(fp.sty) Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xifthen.sty) -Provides: tex(calcage.sty) = %{tl_version} +Requires: tex(ifthen.sty) +Provides: tex(binomexp.sty) = %{tl_version} -%description calcage -The package calculates the age of someone or something in -years. Internally it uses the datenumber package to calculate -the age in days; conversion from days to years is then -performed, taking care of leap years and such odd things. +%description binomexp +The package calculates and prints rows of Pascal's triangle. It +may be used: - simply to print successive rows of the triangle, +or - to print the rows inside an array or tabular. -date: 2012-09-16 15:15:03 +0200 +date: 2007-03-05 14:17:42 +0100 -%post calcage +%post binomexp mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calcage +%postun binomexp if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26028,59 +25327,57 @@ else fi : -%posttrans calcage +%posttrans binomexp if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calcage-doc -Summary: Documentation for calcage -Version: svn27725.0.90 +%package binomexp-doc +Summary: Documentation for binomexp +Version: svn15878.1.0 Release: %{tl_noarch_release} -Provides: tex-calcage-doc +Provides: tex-binomexp-doc BuildArch: noarch AutoReqProv: No -%description calcage-doc -Documentation for calcage +%description binomexp-doc +Documentation for binomexp -%package calctab -Provides: tex-calctab = %{tl_version} -License: LPPL -Summary: Language for numeric tables -Version: svn15878.v0.6.1 +%package biocon +Provides: tex-biocon = %{tl_version} +License: GPL+ +Summary: Typesetting biological species names +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(alphalph.sty) -Requires: tex(booktabs.sty) -Requires: tex(eurosym.sty) -Requires: tex(xcolor.sty) -Requires: tex(numprint.sty) -Requires: tex(xkeyval.sty) +Requires: tex(keyval.sty) Requires: tex(ifthen.sty) -Requires: tex(fltpoint.sty) -Requires: tex(xstring.sty) -Provides: tex(calctab.sty) = %{tl_version} +Provides: tex(biocon-old.sty) = %{tl_version} +Provides: tex(biocon.sty) = %{tl_version} +Provides: tex(biocon.sty) = %{tl_version} -%description calctab -The calctab package helps the user to typeset a kind of -economic table such as invoices, expense notes and liquidation, -or other tabular material with a values column. The code -computes sum and percentage with floating point numeric methods -(using the fltpoint package) and builds the render table task. +%description biocon +The biocon--biological conventions--package aids the +typesetting of some biological conventions. At the moment, it +makes a good job of typesetting species names (and ranks below +the species level). A distinction is made between the Plant, +Fungi, Animalia and Bacteria kingdoms. There are default +settings for the way species names are typeset, but they can be +customized. Different default styles are used in different +situations. -date: 2009-07-14 21:55:02 +0200 +date: 2007-01-23 22:34:44 +0100 -%post calctab +%post biocon mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calctab +%postun biocon if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26089,53 +25386,56 @@ else fi : -%posttrans calctab +%posttrans biocon if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calctab-doc -Summary: Documentation for calctab -Version: svn15878.v0.6.1 +%package biocon-doc +Summary: Documentation for biocon +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-calctab-doc +Provides: tex-biocon-doc BuildArch: noarch AutoReqProv: No -%description calctab-doc -Documentation for calctab +%description biocon-doc +Documentation for biocon -%package calculator -Provides: tex-calculator = %{tl_version} -License: LPPL 1.2 -Summary: Use LaTeX as a scientific calculator -Version: svn27112.1.0a +%package bitelist +Provides: tex-bitelist = %{tl_version} +License: LPPL 1.3 +Summary: Split list, in TeX's mouth +Version: svn25779.0.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(calculator.sty) = %{tl_version} -Provides: tex(calculus.sty) = %{tl_version} +Provides: tex(bitedemo.tex) = %{tl_version} +Provides: tex(bitelist.sty) = %{tl_version} -%description calculator -The calculator and calculus packages define several -instructions which allow us to realise algebraic operations and -to evaluate elementary functions and derivatives in our -documents. The package's main goal is to define the arithmetic -and functional calculations need in the author's package -xpicture, but the numeric abilities of "calculator" and -"calculus" may be useful in other contexts. +%description bitelist +The package provides commands for "splitting" a token list at +the first occurrence of another (specified) token list. I.e., +for given token lists s, t return b and the shortest a, such +that t = a s b. The package's mechanism differs from those of +packages providing similar features, in the following ways: - +the method uses TeX's mechanism of reading delimited macro +parameters; - the splitting macros work by pure expansion, +without assignments; - the operation is carried out in a single +macro call. A variant of the operation is provided, that +retains outer braces. -date: 2012-07-03 11:28:15 +0200 +date: 2012-03-29 18:26:00 +0200 -%post calculator +%post bitelist mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calculator +%postun bitelist if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26144,49 +25444,50 @@ else fi : -%posttrans calculator +%posttrans bitelist if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calculator-doc -Summary: Documentation for calculator -Version: svn27112.1.0a +%package bitelist-doc +Summary: Documentation for bitelist +Version: svn25779.0.1 Release: %{tl_noarch_release} -Provides: tex-calculator-doc +Provides: tex-bitelist-doc BuildArch: noarch AutoReqProv: No -%description calculator-doc -Documentation for calculator +%description bitelist-doc +Documentation for bitelist -%package calligra -Provides: tex-calligra = %{tl_version} -License: Copyright only -Summary: Calligraphic font -Version: svn15878.0 +%package bizcard +Provides: tex-bizcard = %{tl_version} +License: GPL+ +Summary: Typeset business cards +Version: svn15878.1.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(callig15.tfm) = %{tl_version} +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Provides: tex(bizcard.sty) = %{tl_version} -%description calligra -A calligraphic font in the handwriting style of the author, -Peter Vanroose. The font is supplied as MetaFont source LaTeX -support of the font is provided in the calligra package in the -fundus bundle. +%description bizcard +This is an adaption for current LaTeX of a LaTeX 2.09 style by +Silvano Balemi. It produces cards at the normal US card size, +76.2mm x 50.8mm. -date: 2010-05-03 23:11:16 +0200 +date: 2009-04-30 00:32:08 +0200 -%post calligra +%post bizcard mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calligra +%postun bizcard if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26195,105 +25496,58 @@ else fi : -%posttrans calligra +%posttrans bizcard if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calligra-doc -Summary: Documentation for calligra -Version: svn15878.0 +%package bizcard-doc +Summary: Documentation for bizcard +Version: svn15878.1.1 Release: %{tl_noarch_release} -Provides: tex-calligra-doc +Provides: tex-bizcard-doc BuildArch: noarch AutoReqProv: No -%description calligra-doc -Documentation for calligra +%description bizcard-doc +Documentation for bizcard -%package calligra-type1 -Provides: tex-calligra-type1 = %{tl_version} -License: Copyright only -Summary: Type 1 version of Caliigra -Version: svn24302.001.000 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(calligra.map) = %{tl_version} -Provides: tex(callig15.pfb) = %{tl_version} - -%description calligra-type1 -This is a converstion (using mf2pt1 of Peter Vanroose's -handwriting font. - -date: 2011-10-16 10:43:33 +0200 - -%post calligra-type1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map calligra.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map calligra.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun calligra-type1 -if [ $1 == 0 ] ; then -sed -i '/^Map calligra.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans calligra-type1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package calligra-type1-doc -Summary: Documentation for calligra-type1 -Version: svn24302.001.000 -Release: %{tl_noarch_release} -Provides: tex-calligra-type1-doc -BuildArch: noarch -AutoReqProv: No - -%description calligra-type1-doc -Documentation for calligra-type1 - -%package calrsfs -Provides: tex-calrsfs = %{tl_version} -License: Public Domain -Summary: Copperplate calligraphic letters in LaTeX -Version: svn17125.0 +%package blacklettert1 +Provides: tex-blacklettert1 = %{tl_version} +License: LPPL +Summary: T1-encoded versions of Haralambous old German fonts +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(OMSrsfs.fd) = %{tl_version} -Provides: tex(calrsfs.sty) = %{tl_version} +Provides: tex(tfrak.tfm) = %{tl_version} +Provides: tex(tfrakls.tfm) = %{tl_version} +Provides: tex(tgoth.tfm) = %{tl_version} +Provides: tex(tswab.tfm) = %{tl_version} +Provides: tex(tfrak.vf) = %{tl_version} +Provides: tex(tfrakls.vf) = %{tl_version} +Provides: tex(tgoth.vf) = %{tl_version} +Provides: tex(tswab.vf) = %{tl_version} +Provides: tex(t1yfrak.fd) = %{tl_version} -%description calrsfs -Provides a maths interface to the rsfs fonts. +%description blacklettert1 +This package provides virtual fonts for T1-like variants of +Yannis Haralambous's old German fonts Gothic, Schwabacher and +Fraktur (which are also available in Adobe type 1 format). The +package includes LaTeX macros to embed the fonts into the LaTeX +font selection scheme. -date: 2010-02-20 21:59:31 +0100 +date: 2008-04-19 22:58:44 +0200 -%post calrsfs +%post blacklettert1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calrsfs +%postun blacklettert1 if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26302,50 +25556,53 @@ else fi : -%posttrans calrsfs +%posttrans blacklettert1 if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calrsfs-doc -Summary: Documentation for calrsfs -Version: svn17125.0 +%package blacklettert1-doc +Summary: Documentation for blacklettert1 +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-calrsfs-doc +Provides: tex-blacklettert1-doc BuildArch: noarch AutoReqProv: No -%description calrsfs-doc -Documentation for calrsfs +%description blacklettert1-doc +Documentation for blacklettert1 -%package cals -Provides: tex-cals = %{tl_version} -License: LPPL 1.3 -Summary: Multipage tables with wide range of features -Version: svn22766.2.0.1 +%package blindtext +Provides: tex-blindtext = %{tl_version} +License: LPPL +Summary: Producing 'blind' text for testing +Version: svn25039.1.9c Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cals.sty) = %{tl_version} +Requires: tex(xspace.sty) +Provides: tex(blindtext.sty) = %{tl_version} -%description cals -The package allows the user to typeset multipage tables with -repeatable headers and footers, and with cells spanned over -rows and columns. Decorations are supported: padding, -background color, width of separation rules. The package is -compatible with multicol and pdfsync. +%description blindtext +The package provides the commands \blindtext and \Blindtext for +creating 'blind' text useful in testing new classes and +packages, and \blinddocument, \Blinddocument for creating an +entire random document with sections, lists, mathematics, etc. +The package supports three languages, english, (n)german and +latin; the latin option provides a short "lorem ipsum" (for a +fuller lorem ipsum text, see the lipsum package). -date: 2010-10-26 15:02:43 +0200 +date: 2011-11-23 08:28:31 +0100 -%post cals +%post blindtext mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cals +%postun blindtext if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26354,50 +25611,54 @@ else fi : -%posttrans cals +%posttrans blindtext if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cals-doc -Summary: Documentation for cals -Version: svn22766.2.0.1 +%package blindtext-doc +Summary: Documentation for blindtext +Version: svn25039.1.9c Release: %{tl_noarch_release} -Provides: tex-cals-doc +Provides: tex-blindtext-doc BuildArch: noarch AutoReqProv: No -%description cals-doc -Documentation for cals +%description blindtext-doc +Documentation for blindtext -%package calxxxx-yyyy -Provides: tex-calxxxx-yyyy = %{tl_version} -License: LPPL 1.3 -Summary: Print a calendar for a group of years -Version: svn28675.1.0e +%package blkarray +Provides: tex-blkarray = %{tl_version} +License: LPPL +Summary: Extended array and tabular +Version: svn17089.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(calxxxx-yyyy.tex) = %{tl_version} +Provides: tex(blkarray.sty) = %{tl_version} -%description calxxxx-yyyy -The package prints a calendar for 2 or more years, according to -a language selection. The package is also "culture dependent", -in the sense that it will start weeks according to local rules: -e.g., weeks conventionally start on Monday in the English- -speaking world. +%description blkarray +An experimental package which implements an environment, +blockarray, that may be used in the same way as the array or +tabular environments of standard LaTeX, or their extended +versions defined in array. If used in math-mode, blockarray +acts like array, otherwise it acts like tabular. The package +implements a new method of defining column types, and also +block and block* environments, for specifying sub-arrays of the +main array. What's more, the \footnote command works inside a +blockarray. -date: 2012-12-31 22:53:16 +0100 +date: 2010-02-23 16:09:16 +0100 -%post calxxxx-yyyy +%post blkarray mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun calxxxx-yyyy +%postun blkarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26406,48 +25667,47 @@ else fi : -%posttrans calxxxx-yyyy +%posttrans blkarray if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package calxxxx-yyyy-doc -Summary: Documentation for calxxxx-yyyy -Version: svn28675.1.0e +%package blkarray-doc +Summary: Documentation for blkarray +Version: svn17089.0 Release: %{tl_noarch_release} -Provides: tex-calxxxx-yyyy-doc +Provides: tex-blkarray-doc BuildArch: noarch AutoReqProv: No -%description calxxxx-yyyy-doc -Documentation for calxxxx-yyyy +%description blkarray-doc +Documentation for blkarray -%package cancel -Provides: tex-cancel = %{tl_version} -License: Public Domain -Summary: Place lines through maths formulae -Version: svn17124.2.0 +%package blockdraw_mp +Provides: tex-blockdraw_mp = %{tl_version} +License: LPPL +Summary: Block diagrams and bond graphs, with MetaPost +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cancel.sty) = %{tl_version} -%description cancel -A package to draw diagonal lines ("cancelling" a term) and -arrows with limits (cancelling a term "to a value") through -parts of maths formulae. +%description blockdraw_mp +A set of simple MetaPost macros for the task. While the task is +not itself difficult to program, it is felt that many users +will be happy to have a library for the job.. -date: 2010-02-23 16:16:11 +0100 +date: 2008-08-17 01:00:50 +0200 -%post cancel +%post blockdraw_mp mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cancel +%postun blockdraw_mp if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26456,48 +25716,50 @@ else fi : -%posttrans cancel +%posttrans blockdraw_mp if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cancel-doc -Summary: Documentation for cancel -Version: svn17124.2.0 +%package blockdraw_mp-doc +Summary: Documentation for blockdraw_mp +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-cancel-doc +Provides: tex-blockdraw_mp-doc BuildArch: noarch AutoReqProv: No -%description cancel-doc -Documentation for cancel +%description blockdraw_mp-doc +Documentation for blockdraw_mp -%package canoniclayout -Provides: tex-canoniclayout = %{tl_version} -License: LPPL 1.3 -Summary: Create canonical page layouts with memoir -Version: svn24523.0.4 +%package block +Provides: tex-block = %{tl_version} +License: Public Domain +Summary: A block letter style for the letter class +Version: svn17209.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(canoniclayout.sty) = %{tl_version} +Provides: tex(block.sty) = %{tl_version} -%description canoniclayout -A canonic text layout has specified relations to a circle -inscribed within the enclosing page. The package allows the -user to use a canonic layout with the memoir class. +%description block +A style file for use with the letter class that overwrites the +\opening and \closing macros so that letters can be styled with +the block letter style instead of the default style. Thus, the +return address, the closing, and the signature appear flushed +on the left margin. -date: 2011-11-06 17:08:08 +0100 +date: 2010-02-26 11:17:49 +0100 -%post canoniclayout +%post block mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun canoniclayout +%postun block if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26506,247 +25768,102 @@ else fi : -%posttrans canoniclayout +%posttrans block if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package canoniclayout-doc -Summary: Documentation for canoniclayout -Version: svn24523.0.4 +%package block-doc +Summary: Documentation for block +Version: svn17209.0 Release: %{tl_noarch_release} -Provides: tex-canoniclayout-doc +Provides: tex-block-doc BuildArch: noarch AutoReqProv: No -%description canoniclayout-doc -Documentation for canoniclayout +%description block-doc +Documentation for block -%package cantarell -Provides: tex-cantarell = %{tl_version} +%package bloques +Provides: tex-bloques = %{tl_version} License: LPPL 1.3 -Summary: LaTeX support for the Cantarell font family -Version: svn27066.2.4 +Summary: Generate control diagrams +Version: svn22490.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(cantarell-01.enc) = %{tl_version} -Provides: tex(cantarell-02.enc) = %{tl_version} -Provides: tex(cantarell-03.enc) = %{tl_version} -Provides: tex(cantarell.map) = %{tl_version} -Provides: tex(Cantarell-Bold-01.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-02.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-03.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-01.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-02.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-03.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-ts1.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-01.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-02.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-03.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-01.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-02.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-03.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-ot1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-t1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-t2a.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-t2b.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-t2c.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-ts1.tfm) = %{tl_version} -Provides: tex(Cantarell-Regular-x2.tfm) = %{tl_version} -Provides: tex(Cantarell-Bold.pfb) = %{tl_version} -Provides: tex(Cantarell-Regular.pfb) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-ts1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-Slanted-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-ts1.vf) = %{tl_version} -Provides: tex(Cantarell-Bold-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-ts1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-Slanted-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-ot1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-t1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-t2a.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-t2b.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-t2c.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-ts1.vf) = %{tl_version} -Provides: tex(Cantarell-Regular-x2.vf) = %{tl_version} -Provides: tex(cantarell.sty) = %{tl_version} -Provides: tex(ot1fca.fd) = %{tl_version} -Provides: tex(t1fca.fd) = %{tl_version} -Provides: tex(t2afca.fd) = %{tl_version} -Provides: tex(t2bfca.fd) = %{tl_version} -Provides: tex(t2cfca.fd) = %{tl_version} -Provides: tex(ts1fca.fd) = %{tl_version} -Provides: tex(x2fca.fd) = %{tl_version} +Provides: tex(bloques.sty) = %{tl_version} -%description cantarell -Cantarell is a contemporary Humanist sans serif designed by -Dave Crossland and Jakub Steiner. This font, delivered under -the OFL version 1.1, is available on the GNOME download server. -The present package provides support for this font in LaTeX. It -includes Type 1 versions of the fonts, converted for this -package using FontForge from its sources, for full support with -Dvips. +%description bloques +The package uses TikZ to provide commands for generating +control diagrams (specially in power electronics). -date: 2012-06-11 20:28:41 +0200 +date: 2011-05-15 09:47:34 +0200 -%post cantarell +%post bloques mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cantarell.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cantarell.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi +touch /var/run/texlive/run-mtxrun : -%postun cantarell -if [ $1 == 0 ] ; then -sed -i '/^Map cantarell.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun bloques +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans cantarell -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +%posttrans bloques +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cantarell-doc -Summary: Documentation for cantarell -Version: svn27066.2.4 +%package bloques-doc +Summary: Documentation for bloques +Version: svn22490.1.0 Release: %{tl_noarch_release} -Provides: tex-cantarell-doc +Provides: tex-bloques-doc BuildArch: noarch AutoReqProv: No -%description cantarell-doc -Documentation for cantarell +%description bloques-doc +Documentation for bloques -%package captcont -Provides: tex-captcont = %{tl_version} +%package blowup +Provides: tex-blowup = %{tl_version} License: LPPL -Summary: Retain float number across several floats -Version: svn15878.2.0 +Summary: Upscale or downscale all pages of a document +Version: svn15878.0.1j Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(captcont.sty) = %{tl_version} +Requires: tex(everyshi.sty) +Requires: tex(graphics.sty) +Requires: tex(keyval.sty) +Requires: tex(typearea.sty) +Provides: tex(blowup.sty) = %{tl_version} -%description captcont -The captcont package provides the ability to continue the -numbering in your float environment (figure, table, etc.) with -minimal overhead. This package adds three commands: \caption*, -\captcont, and \captcont*. Along with the \caption command, -these give full control over the caption numbering, caption -text and the entries in the list-of pages. The \caption and -\captcont commands generate list-of page entries. The \caption -and \caption* commands increment the figure or table counter. -Captcont also fully supports the subfigure package. +%description blowup +The package blowup only defines the user-level macro \blowup, +which can be used to upscale or downscale all pages of a +document. It is similar to the TeX primitive \magnification but +more accurate and user-friendly. -date: 2006-12-31 11:53:07 +0100 +date: 2009-06-04 13:48:19 +0200 -%post captcont +%post blowup mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun captcont +%postun blowup if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26755,51 +25872,51 @@ else fi : -%posttrans captcont +%posttrans blowup if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package captcont-doc -Summary: Documentation for captcont -Version: svn15878.2.0 +%package blowup-doc +Summary: Documentation for blowup +Version: svn15878.0.1j Release: %{tl_noarch_release} -Provides: tex-captcont-doc +Provides: tex-blowup-doc BuildArch: noarch AutoReqProv: No -%description captcont-doc -Documentation for captcont +%description blowup-doc +Documentation for blowup -%package captdef -Provides: tex-captdef = %{tl_version} +%package bodegraph +Provides: tex-bodegraph = %{tl_version} License: LPPL -Summary: Declare free-standing \caption commands -Version: svn17353.0 +Summary: Draw Bode, Nyquist and Black plots with gnuplot and TikZ +Version: svn20047.1.4 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(captdef.sty) = %{tl_version} +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifsym.sty) +Provides: tex(bodegraph.sty) = %{tl_version} -%description captdef -The \DeclareCaption command defines a class of caption command -associated with the counter specified to the command. These -commands are free-standing (i.e., don't need to be inside a -float environment). The package uses \DeclareCaption to define -\figcaption and \tabcaption, which can be used outside figure -or table environments. +%description bodegraph +The package provides facilities to draw Bode, Nyquist and Black +plots using Gnuplot and Tikz. Elementary Transfer Functions and +basic correctors are preprogrammed for use. -date: 2010-03-09 12:54:42 +0100 +date: 2010-10-10 09:51:39 +0200 -%post captdef +%post bodegraph mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun captdef +%postun bodegraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26808,62 +25925,54 @@ else fi : -%posttrans captdef +%posttrans bodegraph if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package captdef-doc -Summary: Documentation for captdef -Version: svn17353.0 +%package bodegraph-doc +Summary: Documentation for bodegraph +Version: svn20047.1.4 Release: %{tl_noarch_release} -Provides: tex-captdef-doc +Provides: tex-bodegraph-doc BuildArch: noarch AutoReqProv: No -%description captdef-doc -Documentation for captdef +%description bodegraph-doc +Documentation for bodegraph -%package caption -Provides: tex-caption = %{tl_version} +%package bohr +Provides: tex-bohr = %{tl_version} License: LPPL 1.3 -Summary: Customising captions in floating environments -Version: svn29026.3.3__2013_02_03_ +Summary: Simple atom representation according to the Bohr model +Version: svn28700.0.2b Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(caption3.sty) -Requires: tex(keyval.sty) -Provides: tex(bicaption.sty) = %{tl_version} -Provides: tex(caption.sty) = %{tl_version} -Provides: tex(caption2.sty) = %{tl_version} -Provides: tex(caption3.sty) = %{tl_version} -Provides: tex(ltcaption.sty) = %{tl_version} -Provides: tex(newfloat.sty) = %{tl_version} -Provides: tex(subcaption.sty) = %{tl_version} +Requires: tex(tikz.sty) +Requires: tex(etoolbox.sty) +Requires: tex(pgfopts.sty) +Provides: tex(bohr.sty) = %{tl_version} +Provides: tex(bohr_elements_english.def) = %{tl_version} +Provides: tex(bohr_elements_german.def) = %{tl_version} -%description caption -The caption package provides many ways to customise the -captions in floating environments like figure and table, and -cooperates with many other packages. Facilities include -rotating captions, sideways captions, continued captions (for -tables or figures that come in several parts). A list of -compatibility notes, for other packages, is provided in the -documentation. The package also provides the "caption outside -float" facility, in the same way that simpler packages like -capt-of do. The package supersedes caption2. +%description bohr +The package provides means for the creation of simple Bohr +models of atoms up to the atomic number 112. In addition, +commands are provided to convert atomic numbers to element +symbols or element names and vice versa. -date: 2013-02-03 23:55:29 +0100 +date: 2012-09-27 15:23:41 +0200 -%post caption +%post bohr mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun caption +%postun bohr if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26872,49 +25981,99 @@ else fi : -%posttrans caption +%posttrans bohr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package caption-doc -Summary: Documentation for caption -Version: svn29026.3.3__2013_02_03_ +%package bohr-doc +Summary: Documentation for bohr +Version: svn28700.0.2b Release: %{tl_noarch_release} -Provides: tex-caption-doc +Provides: tex-bohr-doc BuildArch: noarch AutoReqProv: No -%description caption-doc -Documentation for caption +%description bohr-doc +Documentation for bohr -%package capt-of -Provides: tex-capt-of = %{tl_version} -License: LPPL -Summary: Captions on more than floats -Version: svn16813.0 +%package boisik +Provides: tex-boisik = %{tl_version} +License: GPLv2+ +Summary: A font inspired by Baskerville design +Version: svn15878.0.5 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(capt-of.sty) = %{tl_version} +Provides: tex(bskarr10.tfm) = %{tl_version} +Provides: tex(bskex10.tfm) = %{tl_version} +Provides: tex(bskhc10.tfm) = %{tl_version} +Provides: tex(bski10-TS1.tfm) = %{tl_version} +Provides: tex(bski10.tfm) = %{tl_version} +Provides: tex(bskib10.tfm) = %{tl_version} +Provides: tex(bskiol10.tfm) = %{tl_version} +Provides: tex(bskiu10.tfm) = %{tl_version} +Provides: tex(bskiub10.tfm) = %{tl_version} +Provides: tex(bskma10.tfm) = %{tl_version} +Provides: tex(bskmab10.tfm) = %{tl_version} +Provides: tex(bskmi10.tfm) = %{tl_version} +Provides: tex(bskmib10.tfm) = %{tl_version} +Provides: tex(bskms10.tfm) = %{tl_version} +Provides: tex(bskmsb10.tfm) = %{tl_version} +Provides: tex(bskmsbsl10.tfm) = %{tl_version} +Provides: tex(bskmssl10.tfm) = %{tl_version} +Provides: tex(bskr10-T1.tfm) = %{tl_version} +Provides: tex(bskr10-TS1.tfm) = %{tl_version} +Provides: tex(bskr10.tfm) = %{tl_version} +Provides: tex(bskrb10.tfm) = %{tl_version} +Provides: tex(bskrc10.tfm) = %{tl_version} +Provides: tex(bskrcb10.tfm) = %{tl_version} +Provides: tex(bskrf10.tfm) = %{tl_version} +Provides: tex(bskrl10.tfm) = %{tl_version} +Provides: tex(bskrol10.tfm) = %{tl_version} +Provides: tex(bskrsb10.tfm) = %{tl_version} +Provides: tex(bskrsl10.tfm) = %{tl_version} +Provides: tex(bskrw10.tfm) = %{tl_version} +Provides: tex(bsksc10.tfm) = %{tl_version} +Provides: tex(bsksy10.tfm) = %{tl_version} +Provides: tex(bsksyol10.tfm) = %{tl_version} +Provides: tex(bsksysl10.tfm) = %{tl_version} +Provides: tex(boisik.sty) = %{tl_version} +Provides: tex(il2bsk.fd) = %{tl_version} +Provides: tex(il2bskf.fd) = %{tl_version} +Provides: tex(lblbskm.fd) = %{tl_version} +Provides: tex(lblcmr.fd) = %{tl_version} +Provides: tex(lblenc.def) = %{tl_version} +Provides: tex(lbmbsk.fd) = %{tl_version} +Provides: tex(lbmbskms.fd) = %{tl_version} +Provides: tex(lbmcmr.fd) = %{tl_version} +Provides: tex(lbmenc.def) = %{tl_version} +Provides: tex(lbsbsk.fd) = %{tl_version} +Provides: tex(lbsbsksy.fd) = %{tl_version} +Provides: tex(lbscmr.fd) = %{tl_version} +Provides: tex(lbsenc.def) = %{tl_version} +Provides: tex(ot1bsk.fd) = %{tl_version} +Provides: tex(ot1bskf.fd) = %{tl_version} +Provides: tex(ts1bsk.fd) = %{tl_version} +Provides: tex(ubskex.fd) = %{tl_version} -%description capt-of -Defines a command \captionof for putting a caption to something -that's not a float. Note that the caption package includes a -\captionof command that is an extension of that provided by -this package. +%description boisik +Boisik is a serif font (inspired by the Baskerville typeface), +written in MetaFont. It comprises roman and italic text fonts +and maths fonts. LaTeX support is offered for use with OT1, IL2 +and OM* encodings. -date: 2010-01-27 23:13:46 +0100 +date: 2009-08-23 18:29:20 +0200 -%post capt-of +%post boisik mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun capt-of +%postun boisik if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26923,64 +26082,50 @@ else fi : -%posttrans capt-of +%posttrans boisik if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package capt-of-doc -Summary: Documentation for capt-of -Version: svn16813.0 +%package boisik-doc +Summary: Documentation for boisik +Version: svn15878.0.5 Release: %{tl_noarch_release} -Provides: tex-capt-of-doc +Provides: tex-boisik-doc BuildArch: noarch AutoReqProv: No -%description capt-of-doc -Documentation for capt-of +%description boisik-doc +Documentation for boisik -%package carlisle -Provides: tex-carlisle = %{tl_version} -License: LPPL -Summary: David Carlisle's small packages -Version: svn18258.0 +%package boites +Provides: tex-boites = %{tl_version} +License: GPL+ +Summary: Boxes that may break across pages +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(tabularx.sty) -Requires: tex(longtable.sty) -Provides: tex(dotlessj.sty) = %{tl_version} -Provides: tex(ltxtable.sty) = %{tl_version} -Provides: tex(plain.sty) = %{tl_version} -Provides: tex(remreset.sty) = %{tl_version} -Provides: tex(scalefnt.sty) = %{tl_version} -Provides: tex(slashed.sty) = %{tl_version} +Requires: tex(pstricks.sty) +Provides: tex(boites.sty) = %{tl_version} +Provides: tex(boites_exemples.sty) = %{tl_version} -%description carlisle -Many of David Carlisle's more substantial packages stand on -their own, or as part of the LaTeX tools set; this set -contains: - Making dotless 'j' characters for fonts that don't -have them; - Fix marks in 2-column output; - A method for -combining the capabilities of longtable and tabularx; - A -proforma for building personalised LaTeX formats; - A jiffy to -suppress page numbers; - An environment for including Plain TeX -in LaTeX documents; - A jiffy to remove counters from other -counters' reset lists; - A package to rescale fonts to -arbitrary sizes; - A jiffy to create 'slashed' for physicists; -and - An environment for including HTML in LaTeX documents. +%description boites +Defines environments that allow page breaks inside framed boxes +whose edges may be variously fancy. The bundle includes a few +examples (shaded box, box with a wavy line on its side, etc). -date: 2010-02-18 13:36:42 +0100 +date: 2009-05-12 11:58:09 +0200 -%post carlisle +%post boites mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun carlisle +%postun boites if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -26989,123 +26134,49 @@ else fi : -%posttrans carlisle +%posttrans boites if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package carlisle-doc -Summary: Documentation for carlisle -Version: svn18258.0 -Release: %{tl_noarch_release} -Provides: tex-carlisle-doc -BuildArch: noarch -AutoReqProv: No - -%description carlisle-doc -Documentation for carlisle - -%package carolmin-ps -Provides: tex-carolmin-ps = %{tl_version} -License: LPPL -Summary: Adobe Type 1 format of Carolingian Minuscule fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cmin.map) = %{tl_version} -Provides: tex(cmin10.pfb) = %{tl_version} -Provides: tex(cmin17.pfb) = %{tl_version} -Provides: tex(cmin7.pfb) = %{tl_version} -Provides: tex(cminb10.pfb) = %{tl_version} -Provides: tex(cminb17.pfb) = %{tl_version} -Provides: tex(cminb7.pfb) = %{tl_version} - -%description carolmin-ps -The bundle offers Adobe Type 1 format versions of Peter -Wilson's Carolingian Minuscule font set (part of the bookhands -collection). The fonts in the bundle are ready-to-use -replacements for the MetaFont originals. - -date: 2007-02-21 12:51:17 +0100 - -%post carolmin-ps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cmin.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cmin.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun carolmin-ps -if [ $1 == 0 ] ; then -sed -i '/^Map cmin.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans carolmin-ps -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package carolmin-ps-doc -Summary: Documentation for carolmin-ps +%package boites-doc +Summary: Documentation for boites Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-carolmin-ps-doc +Provides: tex-boites-doc BuildArch: noarch AutoReqProv: No -%description carolmin-ps-doc -Documentation for carolmin-ps +%description boites-doc +Documentation for boites -%package cascadilla -Provides: tex-cascadilla = %{tl_version} +%package bold-extra +Provides: tex-bold-extra = %{tl_version} License: LPPL -Summary: Typeset papers conforming to the stylesheet of the Cascadilla Proceedings Project -Version: svn25144.1.8.2 +Summary: Use bold small caps and typewriter fonts +Version: svn17076.0.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(times.sty) -Requires: tex(indentfirst.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titlesec.sty) -Requires: tex(natbib.sty) -Requires: tex(caption.sty) -Provides: tex(cascadilla.cls) = %{tl_version} +Provides: tex(bold-extra.sty) = %{tl_version} -%description cascadilla -The class provides an extension of the standard LaTeX article -class that may be used to typeset papers conforming to the -stylesheet of the Cascadilla Proceedings Project, which is used -by a number of linguistics conference proceedings (e.g., -WCCFL). +%description bold-extra +Allows access to extra bold fonts for Computer Modern OT1 +encoding (such fonts are available as MetaFont source). Since +there is more than one bold tt-family font set, the version +required is selected by a package option. -date: 2012-01-18 17:26:55 +0100 +date: 2010-02-23 16:09:16 +0100 -%post cascadilla +%post bold-extra mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cascadilla +%postun bold-extra if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27114,50 +26185,47 @@ else fi : -%posttrans cascadilla +%posttrans bold-extra if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cascadilla-doc -Summary: Documentation for cascadilla -Version: svn25144.1.8.2 +%package bold-extra-doc +Summary: Documentation for bold-extra +Version: svn17076.0.1 Release: %{tl_noarch_release} -Provides: tex-cascadilla-doc +Provides: tex-bold-extra-doc BuildArch: noarch AutoReqProv: No -%description cascadilla-doc -Documentation for cascadilla +%description bold-extra-doc +Documentation for bold-extra -%package cases -Provides: tex-cases = %{tl_version} -License: Public Domain -Summary: Numbered cases environment -Version: svn17123.2.5 +%package boldtensors +Provides: tex-boldtensors = %{tl_version} +License: GPL+ +Summary: Bold latin and greek characters through simple prefix characters +Version: svn15878.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cases.sty) = %{tl_version} +Provides: tex(boldtensors.sty) = %{tl_version} -%description cases -Define the environment numcases: equations with several -alternative right-hand sides, with equation numbers for each -alternative. Also environment subnumcases, where each -alternative is a sub-number (e.g., 8a, 8b, ...) of the equation -set as a whole. +%description boldtensors +This package provides bold latin and greek characters within +\mathversion{normal}, by using ~ and " as prefix characters. -date: 2010-02-23 16:16:11 +0100 +date: 2008-08-17 01:00:50 +0200 -%post cases +%post boldtensors mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cases +%postun boldtensors if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27166,48 +26234,48 @@ else fi : -%posttrans cases +%posttrans boldtensors if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cases-doc -Summary: Documentation for cases -Version: svn17123.2.5 +%package boldtensors-doc +Summary: Documentation for boldtensors +Version: svn15878.0 Release: %{tl_noarch_release} -Provides: tex-cases-doc +Provides: tex-boldtensors-doc BuildArch: noarch AutoReqProv: No -%description cases-doc -Documentation for cases +%description boldtensors-doc +Documentation for boldtensors -%package casyl -Provides: tex-casyl = %{tl_version} -License: Public Domain -Summary: Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics -Version: svn15878.2.0 +%package bondgraph +Provides: tex-bondgraph = %{tl_version} +License: LPPL 1.3 +Summary: Create bond graph figures in LaTeX documents +Version: svn21670.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(casyll10.tfm) = %{tl_version} -Provides: tex(casyltex.sty) = %{tl_version} +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(bondgraph.sty) = %{tl_version} -%description casyl -The bundle constitutes a font (as MetaFont source) and LaTeX -macros for its use within a document. +%description bondgraph +The package draws bond graphs using PGF and TikZ. -date: 2008-10-26 18:17:50 +0100 +date: 2011-03-09 21:09:16 +0100 -%post casyl +%post bondgraph mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun casyl +%postun bondgraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27216,54 +26284,55 @@ else fi : -%posttrans casyl +%posttrans bondgraph if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package casyl-doc -Summary: Documentation for casyl -Version: svn15878.2.0 +%package bondgraph-doc +Summary: Documentation for bondgraph +Version: svn21670.1.0 Release: %{tl_noarch_release} -Provides: tex-casyl-doc +Provides: tex-bondgraph-doc BuildArch: noarch AutoReqProv: No -%description casyl-doc -Documentation for casyl +%description bondgraph-doc +Documentation for bondgraph -%package catcodes -Provides: tex-catcodes = %{tl_version} -License: LPPL 1.3 -Summary: Generic handling of TeX category codes -Version: svn28210.0.3a +%package bookest +Provides: tex-bookest = %{tl_version} +License: LPPL +Summary: Extended book class +Version: svn15878.1.1 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(actcodes.sty) = %{tl_version} -Provides: tex(catchdq.sty) = %{tl_version} -Provides: tex(stacklet.sty) = %{tl_version} +Requires: tex(color.sty) +Requires: tex(setspace.sty) +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Requires: tex(eso-pic.sty) +Requires: tex(geometry.sty) +Requires: tex(everyshi.sty) +Provides: tex(bookest.cls) = %{tl_version} -%description catcodes -The bundle deals with category code switching; the packages of -the bundle should work with any TeX format (with the support of -the plainpkg package). The bundle provides: - stacklet.sty, -which supports stacks that control the use of different -catcodes; - actcodes.sty, which deals with active characters; -and - catchdq.sty, which provides a simple quotation character -control mechanism. +%description bookest +The class extends the standard book class, in the areas of +colour scheme management, document layout, headings and +footers, front page layout, and other minor items. -date: 2012-11-08 10:49:44 +0100 +date: 2008-08-17 01:00:50 +0200 -%post catcodes +%post bookest mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun catcodes +%postun bookest if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27272,52 +26341,237 @@ else fi : -%posttrans catcodes +%posttrans bookest if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package catcodes-doc -Summary: Documentation for catcodes -Version: svn28210.0.3a +%package bookest-doc +Summary: Documentation for bookest +Version: svn15878.1.1 Release: %{tl_noarch_release} -Provides: tex-catcodes-doc +Provides: tex-bookest-doc BuildArch: noarch AutoReqProv: No -%description catcodes-doc -Documentation for catcodes +%description bookest-doc +Documentation for bookest -%package catechis -Provides: tex-catechis = %{tl_version} +%package bookhands +Provides: tex-bookhands = %{tl_version} License: LPPL -Summary: Macros for typesetting catechisms -Version: svn15878.1.1 +Summary: A collection of book-hand fonts +Version: svn23609.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(varioref.sty) -Provides: tex(catechis.sty) = %{tl_version} - -%description catechis -The macros include: - format for question-and-answer; - -comments on answers; - citations; - a specialised enumerate -which only operates in the catechism parts of a document. The -macros are all highly customisable. - -date: 2008-09-02 21:23:27 +0200 - -%post catechis +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(egothic.sty) +Requires: tex(huncial.sty) +Requires: tex(inslrmin.sty) +Requires: tex(rotunda.sty) +Requires: tex(sqrcaps.sty) +Provides: tex(sqrcaps.map) = %{tl_version} +Provides: tex(auncl17.tfm) = %{tl_version} +Provides: tex(auncl7.tfm) = %{tl_version} +Provides: tex(aunclb17.tfm) = %{tl_version} +Provides: tex(aunclb7.tfm) = %{tl_version} +Provides: tex(cmin10.tfm) = %{tl_version} +Provides: tex(cmin17.tfm) = %{tl_version} +Provides: tex(cmin7.tfm) = %{tl_version} +Provides: tex(cminb10.tfm) = %{tl_version} +Provides: tex(cminb17.tfm) = %{tl_version} +Provides: tex(cminb7.tfm) = %{tl_version} +Provides: tex(egoth10.tfm) = %{tl_version} +Provides: tex(egoth17.tfm) = %{tl_version} +Provides: tex(egoth7.tfm) = %{tl_version} +Provides: tex(egothb10.tfm) = %{tl_version} +Provides: tex(egothb17.tfm) = %{tl_version} +Provides: tex(egothb7.tfm) = %{tl_version} +Provides: tex(hmin10.tfm) = %{tl_version} +Provides: tex(hmin17.tfm) = %{tl_version} +Provides: tex(hmin7.tfm) = %{tl_version} +Provides: tex(hminb10.tfm) = %{tl_version} +Provides: tex(hminb17.tfm) = %{tl_version} +Provides: tex(hminb7.tfm) = %{tl_version} +Provides: tex(huncl10.tfm) = %{tl_version} +Provides: tex(huncl17.tfm) = %{tl_version} +Provides: tex(huncl7.tfm) = %{tl_version} +Provides: tex(hunclb10.tfm) = %{tl_version} +Provides: tex(hunclb17.tfm) = %{tl_version} +Provides: tex(hunclb7.tfm) = %{tl_version} +Provides: tex(imaj10.tfm) = %{tl_version} +Provides: tex(imaj17.tfm) = %{tl_version} +Provides: tex(imaj7.tfm) = %{tl_version} +Provides: tex(imajb10.tfm) = %{tl_version} +Provides: tex(imajb17.tfm) = %{tl_version} +Provides: tex(imajb7.tfm) = %{tl_version} +Provides: tex(imin10.tfm) = %{tl_version} +Provides: tex(imin17.tfm) = %{tl_version} +Provides: tex(imin7.tfm) = %{tl_version} +Provides: tex(iminb10.tfm) = %{tl_version} +Provides: tex(iminb17.tfm) = %{tl_version} +Provides: tex(iminb7.tfm) = %{tl_version} +Provides: tex(pgoth10.tfm) = %{tl_version} +Provides: tex(pgoth17.tfm) = %{tl_version} +Provides: tex(pgoth7.tfm) = %{tl_version} +Provides: tex(pgothb10.tfm) = %{tl_version} +Provides: tex(pgothb17.tfm) = %{tl_version} +Provides: tex(rtnd10.tfm) = %{tl_version} +Provides: tex(rtnd17.tfm) = %{tl_version} +Provides: tex(rtnd7.tfm) = %{tl_version} +Provides: tex(rtndb10.tfm) = %{tl_version} +Provides: tex(rtndb17.tfm) = %{tl_version} +Provides: tex(rtndb7.tfm) = %{tl_version} +Provides: tex(rust10.tfm) = %{tl_version} +Provides: tex(rust17.tfm) = %{tl_version} +Provides: tex(rust7.tfm) = %{tl_version} +Provides: tex(rustb10.tfm) = %{tl_version} +Provides: tex(rustb17.tfm) = %{tl_version} +Provides: tex(rustb7.tfm) = %{tl_version} +Provides: tex(sqrc10.tfm) = %{tl_version} +Provides: tex(sqrcb10.tfm) = %{tl_version} +Provides: tex(uncl10.tfm) = %{tl_version} +Provides: tex(uncl17.tfm) = %{tl_version} +Provides: tex(uncl7.tfm) = %{tl_version} +Provides: tex(unclb10.tfm) = %{tl_version} +Provides: tex(unclb17.tfm) = %{tl_version} +Provides: tex(unclb7.tfm) = %{tl_version} +Provides: tex(sqrc10.pfb) = %{tl_version} +Provides: tex(sqrcb10.pfb) = %{tl_version} +Provides: tex(allcmin.sty) = %{tl_version} +Provides: tex(allegoth.sty) = %{tl_version} +Provides: tex(allhmin.sty) = %{tl_version} +Provides: tex(allhuncl.sty) = %{tl_version} +Provides: tex(allimaj.sty) = %{tl_version} +Provides: tex(allimin.sty) = %{tl_version} +Provides: tex(allpgoth.sty) = %{tl_version} +Provides: tex(allrtnd.sty) = %{tl_version} +Provides: tex(allrust.sty) = %{tl_version} +Provides: tex(allsqrc.sty) = %{tl_version} +Provides: tex(alluncl.sty) = %{tl_version} +Provides: tex(carolmin.sty) = %{tl_version} +Provides: tex(egothic.sty) = %{tl_version} +Provides: tex(humanist.sty) = %{tl_version} +Provides: tex(huncial.sty) = %{tl_version} +Provides: tex(inslrmaj.sty) = %{tl_version} +Provides: tex(inslrmin.sty) = %{tl_version} +Provides: tex(ot1auncl.fd) = %{tl_version} +Provides: tex(ot1cmin.fd) = %{tl_version} +Provides: tex(ot1egoth.fd) = %{tl_version} +Provides: tex(ot1hmin.fd) = %{tl_version} +Provides: tex(ot1huncl.fd) = %{tl_version} +Provides: tex(ot1imaj.fd) = %{tl_version} +Provides: tex(ot1imin.fd) = %{tl_version} +Provides: tex(ot1pgoth.fd) = %{tl_version} +Provides: tex(ot1rtnd.fd) = %{tl_version} +Provides: tex(ot1rust.fd) = %{tl_version} +Provides: tex(ot1sqrc.fd) = %{tl_version} +Provides: tex(ot1uncl.fd) = %{tl_version} +Provides: tex(pgothic.sty) = %{tl_version} +Provides: tex(rotunda.sty) = %{tl_version} +Provides: tex(rustic.sty) = %{tl_version} +Provides: tex(sqrcaps.sty) = %{tl_version} +Provides: tex(t1auncl.fd) = %{tl_version} +Provides: tex(t1cmin.fd) = %{tl_version} +Provides: tex(t1egoth.fd) = %{tl_version} +Provides: tex(t1hmin.fd) = %{tl_version} +Provides: tex(t1huncl.fd) = %{tl_version} +Provides: tex(t1imaj.fd) = %{tl_version} +Provides: tex(t1imin.fd) = %{tl_version} +Provides: tex(t1pgoth.fd) = %{tl_version} +Provides: tex(t1rtnd.fd) = %{tl_version} +Provides: tex(t1rust.fd) = %{tl_version} +Provides: tex(t1sqrc.fd) = %{tl_version} +Provides: tex(t1uncl.fd) = %{tl_version} +Provides: tex(uncial.sty) = %{tl_version} + +%description bookhands +This is a set of book-hand (MetaFont) fonts and packages +covering manuscript scripts from the 1st century until +Gutenberg and Caxton. The included hands are: Square Capitals +(1st century onwards); Roman Rustic (1st-6th centuries); +Insular Minuscule (6th cenury onwards); Carolingian Minuscule +(8th-12th centuries); Early Gothic (11th-12th centuries); +Gothic Textura Quadrata (13th-15th centuries); Gothic Textura +Prescisus vel sine pedibus (13th century onwards); Rotunda (13- +15th centuries); Humanist Minuscule (14th century onwards); +Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries); +Artificial Uncial (6th-10th centuries); and Insular Majuscule +(6th-9th centuries). + +date: 2008-01-03 17:18:54 +0100 + +%post bookhands +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map sqrcaps.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map sqrcaps.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun bookhands +if [ $1 == 0 ] ; then +sed -i '/^Map sqrcaps.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi : -%postun catechis +%posttrans bookhands +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bookhands-doc +Summary: Documentation for bookhands +Version: svn23609.0 +Release: %{tl_noarch_release} +Provides: tex-bookhands-doc +BuildArch: noarch +AutoReqProv: No + +%description bookhands-doc +Documentation for bookhands + +%package booklet +Provides: tex-booklet = %{tl_version} +License: LPPL 1.3 +Summary: Aids for printing simple booklets +Version: svn15878.0.7b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bkltprnt.sty) = %{tl_version} +Provides: tex(booklet.sty) = %{tl_version} + +%description booklet +Pages of a document processed with the booklet package will be +reordered and scalled so that they can be printed as four pages +per physical sheet of paper, two pages per side. The resulting +sheets will, when folded in half, assemble into a booklet. +Instructions on producing the manual itself as a booklet are +included. + +date: 2009-09-02 11:33:10 +0200 + +%post booklet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun booklet if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27326,55 +26580,232 @@ else fi : -%posttrans catechis +%posttrans booklet if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package catechis-doc -Summary: Documentation for catechis -Version: svn15878.1.1 +%package booklet-doc +Summary: Documentation for booklet +Version: svn15878.0.7b Release: %{tl_noarch_release} -Provides: tex-catechis-doc +Provides: tex-booklet-doc BuildArch: noarch AutoReqProv: No -%description catechis-doc -Documentation for catechis +%description booklet-doc +Documentation for booklet -%package catchfilebetweentags -Provides: tex-catchfilebetweentags = %{tl_version} -License: LPPL 1.3 -Summary: Catch text delimited by docstrip tags -Version: svn21476.1.1 +%package bookman +Provides: tex-bookman = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(catchfile.sty) -Provides: tex(catchfilebetweentags.sty) = %{tl_version} +Provides: tex(ubk.map) = %{tl_version} +Provides: tex(pbkd.tfm) = %{tl_version} +Provides: tex(pbkd7t.tfm) = %{tl_version} +Provides: tex(pbkd8c.tfm) = %{tl_version} +Provides: tex(pbkd8r.tfm) = %{tl_version} +Provides: tex(pbkd8t.tfm) = %{tl_version} +Provides: tex(pbkdc.tfm) = %{tl_version} +Provides: tex(pbkdc7t.tfm) = %{tl_version} +Provides: tex(pbkdc8t.tfm) = %{tl_version} +Provides: tex(pbkdi.tfm) = %{tl_version} +Provides: tex(pbkdi7t.tfm) = %{tl_version} +Provides: tex(pbkdi8c.tfm) = %{tl_version} +Provides: tex(pbkdi8r.tfm) = %{tl_version} +Provides: tex(pbkdi8t.tfm) = %{tl_version} +Provides: tex(pbkdo.tfm) = %{tl_version} +Provides: tex(pbkdo7t.tfm) = %{tl_version} +Provides: tex(pbkdo8c.tfm) = %{tl_version} +Provides: tex(pbkdo8r.tfm) = %{tl_version} +Provides: tex(pbkdo8t.tfm) = %{tl_version} +Provides: tex(pbkl.tfm) = %{tl_version} +Provides: tex(pbkl7t.tfm) = %{tl_version} +Provides: tex(pbkl8c.tfm) = %{tl_version} +Provides: tex(pbkl8r.tfm) = %{tl_version} +Provides: tex(pbkl8t.tfm) = %{tl_version} +Provides: tex(pbklc.tfm) = %{tl_version} +Provides: tex(pbklc7t.tfm) = %{tl_version} +Provides: tex(pbklc8t.tfm) = %{tl_version} +Provides: tex(pbkli.tfm) = %{tl_version} +Provides: tex(pbkli7t.tfm) = %{tl_version} +Provides: tex(pbkli8c.tfm) = %{tl_version} +Provides: tex(pbkli8r.tfm) = %{tl_version} +Provides: tex(pbkli8t.tfm) = %{tl_version} +Provides: tex(pbklo.tfm) = %{tl_version} +Provides: tex(pbklo7t.tfm) = %{tl_version} +Provides: tex(pbklo8c.tfm) = %{tl_version} +Provides: tex(pbklo8r.tfm) = %{tl_version} +Provides: tex(pbklo8t.tfm) = %{tl_version} +Provides: tex(ubkb7t.tfm) = %{tl_version} +Provides: tex(ubkb8c.tfm) = %{tl_version} +Provides: tex(ubkb8r.tfm) = %{tl_version} +Provides: tex(ubkb8t.tfm) = %{tl_version} +Provides: tex(ubkbc7t.tfm) = %{tl_version} +Provides: tex(ubkbc8t.tfm) = %{tl_version} +Provides: tex(ubkbi7t.tfm) = %{tl_version} +Provides: tex(ubkbi8c.tfm) = %{tl_version} +Provides: tex(ubkbi8r.tfm) = %{tl_version} +Provides: tex(ubkbi8t.tfm) = %{tl_version} +Provides: tex(ubkbo7t.tfm) = %{tl_version} +Provides: tex(ubkbo8c.tfm) = %{tl_version} +Provides: tex(ubkbo8r.tfm) = %{tl_version} +Provides: tex(ubkbo8t.tfm) = %{tl_version} +Provides: tex(ubkd7t.tfm) = %{tl_version} +Provides: tex(ubkd8c.tfm) = %{tl_version} +Provides: tex(ubkd8r.tfm) = %{tl_version} +Provides: tex(ubkd8t.tfm) = %{tl_version} +Provides: tex(ubkdc7t.tfm) = %{tl_version} +Provides: tex(ubkdc8t.tfm) = %{tl_version} +Provides: tex(ubkdi7t.tfm) = %{tl_version} +Provides: tex(ubkdi8c.tfm) = %{tl_version} +Provides: tex(ubkdi8r.tfm) = %{tl_version} +Provides: tex(ubkdi8t.tfm) = %{tl_version} +Provides: tex(ubkdo7t.tfm) = %{tl_version} +Provides: tex(ubkdo8c.tfm) = %{tl_version} +Provides: tex(ubkdo8r.tfm) = %{tl_version} +Provides: tex(ubkdo8t.tfm) = %{tl_version} +Provides: tex(ubkl7t.tfm) = %{tl_version} +Provides: tex(ubkl8c.tfm) = %{tl_version} +Provides: tex(ubkl8r.tfm) = %{tl_version} +Provides: tex(ubkl8t.tfm) = %{tl_version} +Provides: tex(ubklc7t.tfm) = %{tl_version} +Provides: tex(ubklc8t.tfm) = %{tl_version} +Provides: tex(ubkli7t.tfm) = %{tl_version} +Provides: tex(ubkli8c.tfm) = %{tl_version} +Provides: tex(ubkli8r.tfm) = %{tl_version} +Provides: tex(ubkli8t.tfm) = %{tl_version} +Provides: tex(ubklo7t.tfm) = %{tl_version} +Provides: tex(ubklo8c.tfm) = %{tl_version} +Provides: tex(ubklo8r.tfm) = %{tl_version} +Provides: tex(ubklo8t.tfm) = %{tl_version} +Provides: tex(ubkr7t.tfm) = %{tl_version} +Provides: tex(ubkr8c.tfm) = %{tl_version} +Provides: tex(ubkr8r.tfm) = %{tl_version} +Provides: tex(ubkr8t.tfm) = %{tl_version} +Provides: tex(ubkrc7t.tfm) = %{tl_version} +Provides: tex(ubkrc8t.tfm) = %{tl_version} +Provides: tex(ubkri7t.tfm) = %{tl_version} +Provides: tex(ubkri8c.tfm) = %{tl_version} +Provides: tex(ubkri8r.tfm) = %{tl_version} +Provides: tex(ubkri8t.tfm) = %{tl_version} +Provides: tex(ubkro7t.tfm) = %{tl_version} +Provides: tex(ubkro8c.tfm) = %{tl_version} +Provides: tex(ubkro8r.tfm) = %{tl_version} +Provides: tex(ubkro8t.tfm) = %{tl_version} +Provides: tex(ubkd8a.pfb) = %{tl_version} +Provides: tex(ubkdi8a.pfb) = %{tl_version} +Provides: tex(ubkl8a.pfb) = %{tl_version} +Provides: tex(ubkli8a.pfb) = %{tl_version} +Provides: tex(pbkd.vf) = %{tl_version} +Provides: tex(pbkd7t.vf) = %{tl_version} +Provides: tex(pbkd8c.vf) = %{tl_version} +Provides: tex(pbkd8t.vf) = %{tl_version} +Provides: tex(pbkdc.vf) = %{tl_version} +Provides: tex(pbkdc7t.vf) = %{tl_version} +Provides: tex(pbkdc8t.vf) = %{tl_version} +Provides: tex(pbkdi.vf) = %{tl_version} +Provides: tex(pbkdi7t.vf) = %{tl_version} +Provides: tex(pbkdi8c.vf) = %{tl_version} +Provides: tex(pbkdi8t.vf) = %{tl_version} +Provides: tex(pbkdo.vf) = %{tl_version} +Provides: tex(pbkdo7t.vf) = %{tl_version} +Provides: tex(pbkdo8c.vf) = %{tl_version} +Provides: tex(pbkdo8t.vf) = %{tl_version} +Provides: tex(pbkl.vf) = %{tl_version} +Provides: tex(pbkl7t.vf) = %{tl_version} +Provides: tex(pbkl8c.vf) = %{tl_version} +Provides: tex(pbkl8t.vf) = %{tl_version} +Provides: tex(pbklc.vf) = %{tl_version} +Provides: tex(pbklc7t.vf) = %{tl_version} +Provides: tex(pbklc8t.vf) = %{tl_version} +Provides: tex(pbkli.vf) = %{tl_version} +Provides: tex(pbkli7t.vf) = %{tl_version} +Provides: tex(pbkli8c.vf) = %{tl_version} +Provides: tex(pbkli8t.vf) = %{tl_version} +Provides: tex(pbklo.vf) = %{tl_version} +Provides: tex(pbklo7t.vf) = %{tl_version} +Provides: tex(pbklo8c.vf) = %{tl_version} +Provides: tex(pbklo8t.vf) = %{tl_version} +Provides: tex(ubkb7t.vf) = %{tl_version} +Provides: tex(ubkb8c.vf) = %{tl_version} +Provides: tex(ubkb8t.vf) = %{tl_version} +Provides: tex(ubkbc7t.vf) = %{tl_version} +Provides: tex(ubkbc8t.vf) = %{tl_version} +Provides: tex(ubkbi7t.vf) = %{tl_version} +Provides: tex(ubkbi8c.vf) = %{tl_version} +Provides: tex(ubkbi8t.vf) = %{tl_version} +Provides: tex(ubkbo7t.vf) = %{tl_version} +Provides: tex(ubkbo8c.vf) = %{tl_version} +Provides: tex(ubkbo8t.vf) = %{tl_version} +Provides: tex(ubkd7t.vf) = %{tl_version} +Provides: tex(ubkd8c.vf) = %{tl_version} +Provides: tex(ubkd8t.vf) = %{tl_version} +Provides: tex(ubkdc7t.vf) = %{tl_version} +Provides: tex(ubkdc8t.vf) = %{tl_version} +Provides: tex(ubkdi7t.vf) = %{tl_version} +Provides: tex(ubkdi8c.vf) = %{tl_version} +Provides: tex(ubkdi8t.vf) = %{tl_version} +Provides: tex(ubkdo7t.vf) = %{tl_version} +Provides: tex(ubkdo8c.vf) = %{tl_version} +Provides: tex(ubkdo8t.vf) = %{tl_version} +Provides: tex(ubkl7t.vf) = %{tl_version} +Provides: tex(ubkl8c.vf) = %{tl_version} +Provides: tex(ubkl8t.vf) = %{tl_version} +Provides: tex(ubklc7t.vf) = %{tl_version} +Provides: tex(ubklc8t.vf) = %{tl_version} +Provides: tex(ubkli7t.vf) = %{tl_version} +Provides: tex(ubkli8c.vf) = %{tl_version} +Provides: tex(ubkli8t.vf) = %{tl_version} +Provides: tex(ubklo7t.vf) = %{tl_version} +Provides: tex(ubklo8c.vf) = %{tl_version} +Provides: tex(ubklo8t.vf) = %{tl_version} +Provides: tex(ubkr7t.vf) = %{tl_version} +Provides: tex(ubkr8c.vf) = %{tl_version} +Provides: tex(ubkr8t.vf) = %{tl_version} +Provides: tex(ubkrc7t.vf) = %{tl_version} +Provides: tex(ubkrc8t.vf) = %{tl_version} +Provides: tex(ubkri7t.vf) = %{tl_version} +Provides: tex(ubkri8c.vf) = %{tl_version} +Provides: tex(ubkri8t.vf) = %{tl_version} +Provides: tex(ubkro7t.vf) = %{tl_version} +Provides: tex(ubkro8c.vf) = %{tl_version} +Provides: tex(ubkro8t.vf) = %{tl_version} +Provides: tex(8rubk.fd) = %{tl_version} +Provides: tex(omlubk.fd) = %{tl_version} +Provides: tex(omsubk.fd) = %{tl_version} +Provides: tex(ot1ubk.fd) = %{tl_version} +Provides: tex(t1ubk.fd) = %{tl_version} +Provides: tex(ts1ubk.fd) = %{tl_version} -%description catchfilebetweentags -This package (built using the facilities of catchfile) provides -a macro \catchfilebetweentags acts like the original \catchfile -but only extracts a portion of the file instead of the complete -file. The extracted portion can be delimited by strings or by -docstrip tags: %<*tag> .... % (comments in the caught -region may be included or dropped). +%description bookman +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). -date: 2011-02-19 16:41:47 +0100 +date: 2012-06-06 22:57:48 +0200 -%post catchfilebetweentags +%post bookman mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun catchfilebetweentags +%postun bookman if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27383,56 +26814,61 @@ else fi : -%posttrans catchfilebetweentags +%posttrans bookman if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package catchfilebetweentags-doc -Summary: Documentation for catchfilebetweentags -Version: svn21476.1.1 +%package booktabs-de-doc +Summary: Documentation for booktabs-de +Version: svn21907.1.61803 Release: %{tl_noarch_release} -Provides: tex-catchfilebetweentags-doc +Provides: tex-booktabs-de-doc BuildArch: noarch AutoReqProv: No -%description catchfilebetweentags-doc -Documentation for catchfilebetweentags +%description booktabs-de-doc +Documentation for booktabs-de -%package catoptions -Provides: tex-catoptions = %{tl_version} -License: LPPL 1.3 -Summary: Preserving and recalling standard catcodes -Version: svn28331.0.2.7f +%package booktabs-fr-doc +Summary: Documentation for booktabs-fr +Version: svn21948.1.00 +Release: %{tl_noarch_release} +Provides: tex-booktabs-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description booktabs-fr-doc +Documentation for booktabs-fr + +%package booktabs +Provides: tex-booktabs = %{tl_version} +License: GPL+ +Summary: Publication quality tables in LaTeX +Version: svn15878.1.61803 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Provides: tex(catoptions-guide.cfg) = %{tl_version} -Provides: tex(catoptions.sty) = %{tl_version} +Provides: tex(booktabs.sty) = %{tl_version} -%description catoptions -The package changes package loading internals so that all -subsequently loaded packages can rely on normal/standard -catcodes of all ASCII characters. The package defines canonical -control sequences to represent all the visible ASCII -characters. It also provides robust option parsing mechanisms -(XDeclareOption, XExecuteOptions and XProcessOptions, which -will be used by \documentclass if the package has already been -loaded). The package also provides a range of other TeX -programming tools. +%description booktabs +The package enhances the quality of tables in LaTeX, providing +extra commands as well as behind-the-scenes optimisation. +Guidelines are given as to what constitutes a good table in +this context. From version 1.61, the package offers longtable +compatibility. -date: 2012-11-22 12:57:51 +0100 +date: 2009-09-24 15:05:48 +0200 -%post catoptions +%post booktabs mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun catoptions +%postun booktabs if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27441,59 +26877,57 @@ else fi : -%posttrans catoptions +%posttrans booktabs if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package catoptions-doc -Summary: Documentation for catoptions -Version: svn28331.0.2.7f +%package booktabs-doc +Summary: Documentation for booktabs +Version: svn15878.1.61803 Release: %{tl_noarch_release} -Provides: tex-catoptions-doc +Provides: tex-booktabs-doc BuildArch: noarch AutoReqProv: No -%description catoptions-doc -Documentation for catoptions +%description booktabs-doc +Documentation for booktabs -%package cbcoptic -Provides: tex-cbcoptic = %{tl_version} +%package boolexpr +Provides: tex-boolexpr = %{tl_version} License: LPPL -Summary: Coptic fonts and LaTeX macros for general usage and for philology -Version: svn16666.0.2 +Summary: A boolean expression evaluator and a switch command +Version: svn17830.3.14 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Provides: tex(copti.tfm) = %{tl_version} -Provides: tex(copto.tfm) = %{tl_version} -Provides: tex(copti.pfb) = %{tl_version} -Provides: tex(copto.pfb) = %{tl_version} -Provides: tex(coptic.sty) = %{tl_version} -Provides: tex(lcopcoptic.fd) = %{tl_version} -Provides: tex(prnthyph.sty) = %{tl_version} +Provides: tex(boolexpr.sty) = %{tl_version} -%description cbcoptic -CBcoptic is a bundle of files for typesetting Coptic -philological text with the proper fonts and hyphenation. The -fonts are based on, but much extend, the fonts of the original -coptic bundle. The CBcoptic bundle includes font description -files, MetaFont sources and equivalent Adobe Type 1 fonts in -pfb format. The bundle also includes a package that provides -some macros of philological interest. +%description boolexpr +The \boolexpr macro evaluates boolean expressions in a purely +expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the +logical expression is TRUE. A, B, C may be: - numeric +expressions such as: x=y, x<>y, x>y or x} +... \case{} ... ... \otherwise ... +\endswitch -date: 2010-01-11 08:55:42 +0100 +date: 2010-04-12 11:39:15 +0200 -%post cbcoptic +%post boolexpr mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash touch /var/run/texlive/run-mtxrun : -%postun cbcoptic +%postun boolexpr if [ $1 == 1 ]; then mkdir -p /var/run/texlive touch /var/run/run-texhash @@ -27502,27 +26936,27 @@ else fi : -%posttrans cbcoptic +%posttrans boolexpr if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi : -%package cbcoptic-doc -Summary: Documentation for cbcoptic -Version: svn16666.0.2 +%package boolexpr-doc +Summary: Documentation for boolexpr +Version: svn17830.3.14 Release: %{tl_noarch_release} -Provides: tex-cbcoptic-doc +Provides: tex-boolexpr-doc BuildArch: noarch AutoReqProv: No -%description cbcoptic-doc -Documentation for cbcoptic +%description boolexpr-doc +Documentation for boolexpr -%package cbfonts -Provides: tex-cbfonts = %{tl_version} +%package boondox +Provides: tex-boondox = %{tl_version} License: LPPL -Summary: Complete set of Greek fonts -Version: svn20304.0 +Summary: Mathematical alphabets derived from the STIX fonts +Version: svn22313.1.0 Release: %{tl_noarch_release} BuildArch: noarch AutoReqProv: No @@ -27530,217461 +26964,213887 @@ Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: texlive-tetex-bin, tex-tetex Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(CB.enc) = %{tl_version} -Provides: tex(gmtr.enc) = %{tl_version} -Provides: tex(cbgreek-full.map) = %{tl_version} -Provides: tex(glic0700.tfm) = %{tl_version} -Provides: tex(glic0800.tfm) = %{tl_version} -Provides: tex(glic1000.tfm) = %{tl_version} -Provides: tex(glic1200.tfm) = %{tl_version} -Provides: tex(glic1382.tfm) = %{tl_version} -Provides: tex(glic1659.tfm) = %{tl_version} -Provides: tex(glic1991.tfm) = %{tl_version} -Provides: tex(glic2389.tfm) = %{tl_version} -Provides: tex(glic2866.tfm) = %{tl_version} -Provides: tex(glic3440.tfm) = %{tl_version} -Provides: tex(glic4128.tfm) = %{tl_version} -Provides: tex(glii0700.tfm) = %{tl_version} -Provides: tex(glii0800.tfm) = %{tl_version} -Provides: tex(glii1000.tfm) = %{tl_version} -Provides: tex(glii1200.tfm) = %{tl_version} -Provides: tex(glii1382.tfm) = %{tl_version} -Provides: tex(glii1659.tfm) = %{tl_version} -Provides: tex(glii1991.tfm) = %{tl_version} -Provides: tex(glii2389.tfm) = %{tl_version} -Provides: tex(glii2866.tfm) = %{tl_version} -Provides: tex(glii3440.tfm) = %{tl_version} -Provides: tex(glii4128.tfm) = %{tl_version} -Provides: tex(glin0700.tfm) = %{tl_version} -Provides: tex(glin0800.tfm) = %{tl_version} -Provides: tex(glin1000.tfm) = %{tl_version} -Provides: tex(glin1200.tfm) = %{tl_version} -Provides: tex(glin1382.tfm) = %{tl_version} -Provides: tex(glin1659.tfm) = %{tl_version} -Provides: tex(glin1991.tfm) = %{tl_version} -Provides: tex(glin2389.tfm) = %{tl_version} -Provides: tex(glin2866.tfm) = %{tl_version} -Provides: tex(glin3440.tfm) = %{tl_version} -Provides: tex(glin4128.tfm) = %{tl_version} -Provides: tex(glio0700.tfm) = %{tl_version} -Provides: tex(glio0800.tfm) = %{tl_version} -Provides: tex(glio1000.tfm) = %{tl_version} -Provides: tex(glio1200.tfm) = %{tl_version} -Provides: tex(glio1382.tfm) = %{tl_version} -Provides: tex(glio1659.tfm) = %{tl_version} -Provides: tex(glio1991.tfm) = %{tl_version} -Provides: tex(glio2389.tfm) = %{tl_version} -Provides: tex(glio2866.tfm) = %{tl_version} -Provides: tex(glio3440.tfm) = %{tl_version} -Provides: tex(glio4128.tfm) = %{tl_version} -Provides: tex(gliu0700.tfm) = %{tl_version} -Provides: tex(gliu0800.tfm) = %{tl_version} -Provides: tex(gliu1000.tfm) = %{tl_version} -Provides: tex(gliu1200.tfm) = %{tl_version} -Provides: tex(gliu1382.tfm) = %{tl_version} -Provides: tex(gliu1659.tfm) = %{tl_version} -Provides: tex(gliu1991.tfm) = %{tl_version} -Provides: tex(gliu2389.tfm) = %{tl_version} -Provides: tex(gliu2866.tfm) = %{tl_version} -Provides: tex(gliu3440.tfm) = %{tl_version} -Provides: tex(gliu4128.tfm) = %{tl_version} -Provides: tex(gljc0700.tfm) = %{tl_version} -Provides: tex(gljc0800.tfm) = %{tl_version} -Provides: tex(gljc1000.tfm) = %{tl_version} -Provides: tex(gljc1200.tfm) = %{tl_version} -Provides: tex(gljc1382.tfm) = %{tl_version} -Provides: tex(gljc1659.tfm) = %{tl_version} -Provides: tex(gljc1991.tfm) = %{tl_version} -Provides: tex(gljc2389.tfm) = %{tl_version} -Provides: tex(gljc2866.tfm) = %{tl_version} -Provides: tex(gljc3440.tfm) = %{tl_version} -Provides: tex(gljc4128.tfm) = %{tl_version} -Provides: tex(gljn0700.tfm) = %{tl_version} -Provides: tex(gljn0800.tfm) = %{tl_version} -Provides: tex(gljn1000.tfm) = %{tl_version} -Provides: tex(gljn1200.tfm) = %{tl_version} -Provides: tex(gljn1382.tfm) = %{tl_version} -Provides: tex(gljn1659.tfm) = %{tl_version} -Provides: tex(gljn1991.tfm) = %{tl_version} -Provides: tex(gljn2389.tfm) = %{tl_version} -Provides: tex(gljn2866.tfm) = %{tl_version} -Provides: tex(gljn3440.tfm) = %{tl_version} -Provides: tex(gljn4128.tfm) = %{tl_version} -Provides: tex(gljo0700.tfm) = %{tl_version} -Provides: tex(gljo0800.tfm) = %{tl_version} -Provides: tex(gljo1000.tfm) = %{tl_version} -Provides: tex(gljo1200.tfm) = %{tl_version} -Provides: tex(gljo1382.tfm) = %{tl_version} -Provides: tex(gljo1659.tfm) = %{tl_version} -Provides: tex(gljo1991.tfm) = %{tl_version} -Provides: tex(gljo2389.tfm) = %{tl_version} -Provides: tex(gljo2866.tfm) = %{tl_version} -Provides: tex(gljo3440.tfm) = %{tl_version} -Provides: tex(gljo4128.tfm) = %{tl_version} -Provides: tex(glmc0700.tfm) = %{tl_version} -Provides: tex(glmc0800.tfm) = %{tl_version} -Provides: tex(glmc1000.tfm) = %{tl_version} -Provides: tex(glmc1200.tfm) = %{tl_version} -Provides: tex(glmc1382.tfm) = %{tl_version} -Provides: tex(glmc1659.tfm) = %{tl_version} -Provides: tex(glmc1991.tfm) = %{tl_version} -Provides: tex(glmc2389.tfm) = %{tl_version} -Provides: tex(glmc2866.tfm) = %{tl_version} -Provides: tex(glmc3440.tfm) = %{tl_version} -Provides: tex(glmc4128.tfm) = %{tl_version} -Provides: tex(glmi0700.tfm) = %{tl_version} -Provides: tex(glmi0800.tfm) = %{tl_version} -Provides: tex(glmi1000.tfm) = %{tl_version} -Provides: tex(glmi1200.tfm) = %{tl_version} -Provides: tex(glmi1382.tfm) = %{tl_version} -Provides: tex(glmi1659.tfm) = %{tl_version} -Provides: tex(glmi1991.tfm) = %{tl_version} -Provides: tex(glmi2389.tfm) = %{tl_version} -Provides: tex(glmi2866.tfm) = %{tl_version} -Provides: tex(glmi3440.tfm) = %{tl_version} -Provides: tex(glmi4128.tfm) = %{tl_version} -Provides: tex(glmn0700.tfm) = %{tl_version} -Provides: tex(glmn0800.tfm) = %{tl_version} -Provides: tex(glmn1000.tfm) = %{tl_version} -Provides: tex(glmn1200.tfm) = %{tl_version} -Provides: tex(glmn1382.tfm) = %{tl_version} -Provides: tex(glmn1659.tfm) = %{tl_version} -Provides: tex(glmn1991.tfm) = %{tl_version} -Provides: tex(glmn2389.tfm) = %{tl_version} -Provides: tex(glmn2866.tfm) = %{tl_version} -Provides: tex(glmn3440.tfm) = %{tl_version} -Provides: tex(glmn4128.tfm) = %{tl_version} -Provides: tex(glmo0700.tfm) = %{tl_version} -Provides: tex(glmo0800.tfm) = %{tl_version} -Provides: tex(glmo1000.tfm) = %{tl_version} -Provides: tex(glmo1200.tfm) = %{tl_version} -Provides: tex(glmo1382.tfm) = %{tl_version} -Provides: tex(glmo1659.tfm) = %{tl_version} -Provides: tex(glmo1991.tfm) = %{tl_version} -Provides: tex(glmo2389.tfm) = %{tl_version} -Provides: tex(glmo2866.tfm) = %{tl_version} -Provides: tex(glmo3440.tfm) = %{tl_version} -Provides: tex(glmo4128.tfm) = %{tl_version} -Provides: tex(glmu0700.tfm) = %{tl_version} -Provides: tex(glmu0800.tfm) = %{tl_version} -Provides: tex(glmu1000.tfm) = %{tl_version} -Provides: tex(glmu1200.tfm) = %{tl_version} -Provides: tex(glmu1382.tfm) = %{tl_version} -Provides: tex(glmu1659.tfm) = %{tl_version} -Provides: tex(glmu1991.tfm) = %{tl_version} -Provides: tex(glmu2389.tfm) = %{tl_version} -Provides: tex(glmu2866.tfm) = %{tl_version} -Provides: tex(glmu3440.tfm) = %{tl_version} -Provides: tex(glmu4128.tfm) = %{tl_version} -Provides: tex(gltc0700.tfm) = %{tl_version} -Provides: tex(gltc0800.tfm) = %{tl_version} -Provides: tex(gltc1000.tfm) = %{tl_version} -Provides: tex(gltc1200.tfm) = %{tl_version} -Provides: tex(gltc1382.tfm) = %{tl_version} -Provides: tex(gltc1659.tfm) = %{tl_version} -Provides: tex(gltc1991.tfm) = %{tl_version} -Provides: tex(gltc2389.tfm) = %{tl_version} -Provides: tex(gltc2866.tfm) = %{tl_version} -Provides: tex(gltc3440.tfm) = %{tl_version} -Provides: tex(gltc4128.tfm) = %{tl_version} -Provides: tex(gltn0700.tfm) = %{tl_version} -Provides: tex(gltn0800.tfm) = %{tl_version} -Provides: tex(gltn1000.tfm) = %{tl_version} -Provides: tex(gltn1200.tfm) = %{tl_version} -Provides: tex(gltn1382.tfm) = %{tl_version} -Provides: tex(gltn1659.tfm) = %{tl_version} -Provides: tex(gltn1991.tfm) = %{tl_version} -Provides: tex(gltn2389.tfm) = %{tl_version} -Provides: tex(gltn2866.tfm) = %{tl_version} -Provides: tex(gltn3440.tfm) = %{tl_version} -Provides: tex(gltn4128.tfm) = %{tl_version} -Provides: tex(glto0700.tfm) = %{tl_version} -Provides: tex(glto0800.tfm) = %{tl_version} -Provides: tex(glto1000.tfm) = %{tl_version} -Provides: tex(glto1200.tfm) = %{tl_version} -Provides: tex(glto1382.tfm) = %{tl_version} -Provides: tex(glto1659.tfm) = %{tl_version} -Provides: tex(glto1991.tfm) = %{tl_version} -Provides: tex(glto2389.tfm) = %{tl_version} -Provides: tex(glto2866.tfm) = %{tl_version} -Provides: tex(glto3440.tfm) = %{tl_version} -Provides: tex(glto4128.tfm) = %{tl_version} -Provides: tex(glwc0700.tfm) = %{tl_version} -Provides: tex(glwc0800.tfm) = %{tl_version} -Provides: tex(glwc1000.tfm) = %{tl_version} -Provides: tex(glwc1200.tfm) = %{tl_version} -Provides: tex(glwc1382.tfm) = %{tl_version} -Provides: tex(glwc1659.tfm) = %{tl_version} -Provides: tex(glwc1991.tfm) = %{tl_version} -Provides: tex(glwc2389.tfm) = %{tl_version} -Provides: tex(glwc2866.tfm) = %{tl_version} -Provides: tex(glwc3440.tfm) = %{tl_version} -Provides: tex(glwc4128.tfm) = %{tl_version} -Provides: tex(glwi0700.tfm) = %{tl_version} -Provides: tex(glwi0800.tfm) = %{tl_version} -Provides: tex(glwi1000.tfm) = %{tl_version} -Provides: tex(glwi1200.tfm) = %{tl_version} -Provides: tex(glwi1382.tfm) = %{tl_version} -Provides: tex(glwi1659.tfm) = %{tl_version} -Provides: tex(glwi1991.tfm) = %{tl_version} -Provides: tex(glwi2389.tfm) = %{tl_version} -Provides: tex(glwi2866.tfm) = %{tl_version} -Provides: tex(glwi3440.tfm) = %{tl_version} -Provides: tex(glwi4128.tfm) = %{tl_version} -Provides: tex(glwn0700.tfm) = %{tl_version} -Provides: tex(glwn0800.tfm) = %{tl_version} -Provides: tex(glwn1000.tfm) = %{tl_version} -Provides: tex(glwn1200.tfm) = %{tl_version} -Provides: tex(glwn1382.tfm) = %{tl_version} -Provides: tex(glwn1659.tfm) = %{tl_version} -Provides: tex(glwn1991.tfm) = %{tl_version} -Provides: tex(glwn2389.tfm) = %{tl_version} -Provides: tex(glwn2866.tfm) = %{tl_version} -Provides: tex(glwn3440.tfm) = %{tl_version} -Provides: tex(glwn4128.tfm) = %{tl_version} -Provides: tex(glwo0700.tfm) = %{tl_version} -Provides: tex(glwo0800.tfm) = %{tl_version} -Provides: tex(glwo1000.tfm) = %{tl_version} -Provides: tex(glwo1200.tfm) = %{tl_version} -Provides: tex(glwo1382.tfm) = %{tl_version} -Provides: tex(glwo1659.tfm) = %{tl_version} -Provides: tex(glwo1991.tfm) = %{tl_version} -Provides: tex(glwo2389.tfm) = %{tl_version} -Provides: tex(glwo2866.tfm) = %{tl_version} -Provides: tex(glwo3440.tfm) = %{tl_version} -Provides: tex(glwo4128.tfm) = %{tl_version} -Provides: tex(glwu0700.tfm) = %{tl_version} -Provides: tex(glwu0800.tfm) = %{tl_version} -Provides: tex(glwu1000.tfm) = %{tl_version} -Provides: tex(glwu1200.tfm) = %{tl_version} -Provides: tex(glwu1382.tfm) = %{tl_version} -Provides: tex(glwu1659.tfm) = %{tl_version} -Provides: tex(glwu1991.tfm) = %{tl_version} -Provides: tex(glwu2389.tfm) = %{tl_version} -Provides: tex(glwu2866.tfm) = %{tl_version} -Provides: tex(glwu3440.tfm) = %{tl_version} -Provides: tex(glwu4128.tfm) = %{tl_version} -Provides: tex(glxc0700.tfm) = %{tl_version} -Provides: tex(glxc0800.tfm) = %{tl_version} -Provides: tex(glxc1000.tfm) = %{tl_version} -Provides: tex(glxc1200.tfm) = %{tl_version} -Provides: tex(glxc1382.tfm) = %{tl_version} -Provides: tex(glxc1659.tfm) = %{tl_version} -Provides: tex(glxc1991.tfm) = %{tl_version} -Provides: tex(glxc2389.tfm) = %{tl_version} -Provides: tex(glxc2866.tfm) = %{tl_version} -Provides: tex(glxc3440.tfm) = %{tl_version} -Provides: tex(glxc4128.tfm) = %{tl_version} -Provides: tex(glxi0700.tfm) = %{tl_version} -Provides: tex(glxi0800.tfm) = %{tl_version} -Provides: tex(glxi1000.tfm) = %{tl_version} -Provides: tex(glxi1200.tfm) = %{tl_version} -Provides: tex(glxi1382.tfm) = %{tl_version} -Provides: tex(glxi1659.tfm) = %{tl_version} -Provides: tex(glxi1991.tfm) = %{tl_version} -Provides: tex(glxi2389.tfm) = %{tl_version} -Provides: tex(glxi2866.tfm) = %{tl_version} -Provides: tex(glxi3440.tfm) = %{tl_version} -Provides: tex(glxi4128.tfm) = %{tl_version} -Provides: tex(glxn0700.tfm) = %{tl_version} -Provides: tex(glxn0800.tfm) = %{tl_version} -Provides: tex(glxn1000.tfm) = %{tl_version} -Provides: tex(glxn1200.tfm) = %{tl_version} -Provides: tex(glxn1382.tfm) = %{tl_version} -Provides: tex(glxn1659.tfm) = %{tl_version} -Provides: tex(glxn1991.tfm) = %{tl_version} -Provides: tex(glxn2389.tfm) = %{tl_version} -Provides: tex(glxn2866.tfm) = %{tl_version} -Provides: tex(glxn3440.tfm) = %{tl_version} -Provides: tex(glxn4128.tfm) = %{tl_version} -Provides: tex(glxo0700.tfm) = %{tl_version} -Provides: tex(glxo0800.tfm) = %{tl_version} -Provides: tex(glxo1000.tfm) = %{tl_version} -Provides: tex(glxo1200.tfm) = %{tl_version} -Provides: tex(glxo1382.tfm) = %{tl_version} -Provides: tex(glxo1659.tfm) = %{tl_version} -Provides: tex(glxo1991.tfm) = %{tl_version} -Provides: tex(glxo2389.tfm) = %{tl_version} -Provides: tex(glxo2866.tfm) = %{tl_version} -Provides: tex(glxo3440.tfm) = %{tl_version} -Provides: tex(glxo4128.tfm) = %{tl_version} -Provides: tex(glxu0700.tfm) = %{tl_version} -Provides: tex(glxu0800.tfm) = %{tl_version} -Provides: tex(glxu1000.tfm) = %{tl_version} -Provides: tex(glxu1200.tfm) = %{tl_version} -Provides: tex(glxu1382.tfm) = %{tl_version} -Provides: tex(glxu1659.tfm) = %{tl_version} -Provides: tex(glxu1991.tfm) = %{tl_version} -Provides: tex(glxu2389.tfm) = %{tl_version} -Provides: tex(glxu2866.tfm) = %{tl_version} -Provides: tex(glxu3440.tfm) = %{tl_version} -Provides: tex(glxu4128.tfm) = %{tl_version} -Provides: tex(gmmn0500.tfm) = %{tl_version} -Provides: tex(gmmn0600.tfm) = %{tl_version} -Provides: tex(gmmn0700.tfm) = %{tl_version} -Provides: tex(gmmn0800.tfm) = %{tl_version} -Provides: tex(gmmn0900.tfm) = %{tl_version} -Provides: tex(gmmn1000.tfm) = %{tl_version} -Provides: tex(gmmn1095.tfm) = %{tl_version} -Provides: tex(gmmn1200.tfm) = %{tl_version} -Provides: tex(gmmn1440.tfm) = %{tl_version} -Provides: tex(gmmn1728.tfm) = %{tl_version} -Provides: tex(gmmn2074.tfm) = %{tl_version} -Provides: tex(gmmn2488.tfm) = %{tl_version} -Provides: tex(gmmn2986.tfm) = %{tl_version} -Provides: tex(gmmn3583.tfm) = %{tl_version} -Provides: tex(gmmo0500.tfm) = %{tl_version} -Provides: tex(gmmo0600.tfm) = %{tl_version} -Provides: tex(gmmo0700.tfm) = %{tl_version} -Provides: tex(gmmo0800.tfm) = %{tl_version} -Provides: tex(gmmo0900.tfm) = %{tl_version} -Provides: tex(gmmo1000.tfm) = %{tl_version} -Provides: tex(gmmo1095.tfm) = %{tl_version} -Provides: tex(gmmo1200.tfm) = %{tl_version} -Provides: tex(gmmo1440.tfm) = %{tl_version} -Provides: tex(gmmo1728.tfm) = %{tl_version} -Provides: tex(gmmo2074.tfm) = %{tl_version} -Provides: tex(gmmo2488.tfm) = %{tl_version} -Provides: tex(gmmo2986.tfm) = %{tl_version} -Provides: tex(gmmo3583.tfm) = %{tl_version} -Provides: tex(gmtr0500.tfm) = %{tl_version} -Provides: tex(gmtr0600.tfm) = %{tl_version} -Provides: tex(gmtr0700.tfm) = %{tl_version} -Provides: tex(gmtr0800.tfm) = %{tl_version} -Provides: tex(gmtr0900.tfm) = %{tl_version} -Provides: tex(gmtr1000.tfm) = %{tl_version} -Provides: tex(gmtr1095.tfm) = %{tl_version} -Provides: tex(gmtr1200.tfm) = %{tl_version} -Provides: tex(gmtr1440.tfm) = %{tl_version} -Provides: tex(gmtr1728.tfm) = %{tl_version} -Provides: tex(gmtr2074.tfm) = %{tl_version} -Provides: tex(gmtr2488.tfm) = %{tl_version} -Provides: tex(gmtr2986.tfm) = %{tl_version} -Provides: tex(gmtr3583.tfm) = %{tl_version} -Provides: tex(gmxn0500.tfm) = %{tl_version} -Provides: tex(gmxn0600.tfm) = %{tl_version} -Provides: tex(gmxn0700.tfm) = %{tl_version} -Provides: tex(gmxn0800.tfm) = %{tl_version} -Provides: tex(gmxn0900.tfm) = %{tl_version} -Provides: tex(gmxn1000.tfm) = %{tl_version} -Provides: tex(gmxn1095.tfm) = %{tl_version} -Provides: tex(gmxn1200.tfm) = %{tl_version} -Provides: tex(gmxn1440.tfm) = %{tl_version} -Provides: tex(gmxn1728.tfm) = %{tl_version} -Provides: tex(gmxn2074.tfm) = %{tl_version} -Provides: tex(gmxn2488.tfm) = %{tl_version} -Provides: tex(gmxn2986.tfm) = %{tl_version} -Provides: tex(gmxn3583.tfm) = %{tl_version} -Provides: tex(gmxo0500.tfm) = %{tl_version} -Provides: tex(gmxo0600.tfm) = %{tl_version} -Provides: tex(gmxo0700.tfm) = %{tl_version} -Provides: tex(gmxo0800.tfm) = %{tl_version} -Provides: tex(gmxo0900.tfm) = %{tl_version} -Provides: tex(gmxo1000.tfm) = %{tl_version} -Provides: tex(gmxo1095.tfm) = %{tl_version} -Provides: tex(gmxo1200.tfm) = %{tl_version} -Provides: tex(gmxo1440.tfm) = %{tl_version} -Provides: tex(gmxo1728.tfm) = %{tl_version} -Provides: tex(gmxo2074.tfm) = %{tl_version} -Provides: tex(gmxo2488.tfm) = %{tl_version} -Provides: tex(gmxo2986.tfm) = %{tl_version} -Provides: tex(gmxo3583.tfm) = %{tl_version} -Provides: tex(gomc0500.tfm) = %{tl_version} -Provides: tex(gomc0600.tfm) = %{tl_version} -Provides: tex(gomc0700.tfm) = %{tl_version} -Provides: tex(gomc0800.tfm) = %{tl_version} -Provides: tex(gomc0900.tfm) = %{tl_version} -Provides: tex(gomc1000.tfm) = %{tl_version} -Provides: tex(gomc1095.tfm) = %{tl_version} -Provides: tex(gomc1200.tfm) = %{tl_version} -Provides: tex(gomc1440.tfm) = %{tl_version} -Provides: tex(gomc1728.tfm) = %{tl_version} -Provides: tex(gomc2074.tfm) = %{tl_version} -Provides: tex(gomc2488.tfm) = %{tl_version} -Provides: tex(gomc2986.tfm) = %{tl_version} -Provides: tex(gomc3583.tfm) = %{tl_version} -Provides: tex(gomi0500.tfm) = %{tl_version} -Provides: tex(gomi0600.tfm) = %{tl_version} -Provides: tex(gomi0700.tfm) = %{tl_version} -Provides: tex(gomi0800.tfm) = %{tl_version} -Provides: tex(gomi0900.tfm) = %{tl_version} -Provides: tex(gomi1000.tfm) = %{tl_version} -Provides: tex(gomi1095.tfm) = %{tl_version} -Provides: tex(gomi1200.tfm) = %{tl_version} -Provides: tex(gomi1440.tfm) = %{tl_version} -Provides: tex(gomi1728.tfm) = %{tl_version} -Provides: tex(gomi2074.tfm) = %{tl_version} -Provides: tex(gomi2488.tfm) = %{tl_version} -Provides: tex(gomi2986.tfm) = %{tl_version} -Provides: tex(gomi3583.tfm) = %{tl_version} -Provides: tex(gomn0500.tfm) = %{tl_version} -Provides: tex(gomn0600.tfm) = %{tl_version} -Provides: tex(gomn0700.tfm) = %{tl_version} -Provides: tex(gomn0800.tfm) = %{tl_version} -Provides: tex(gomn0900.tfm) = %{tl_version} -Provides: tex(gomn1000.tfm) = %{tl_version} -Provides: tex(gomn1095.tfm) = %{tl_version} -Provides: tex(gomn1200.tfm) = %{tl_version} -Provides: tex(gomn1440.tfm) = %{tl_version} -Provides: tex(gomn1728.tfm) = %{tl_version} -Provides: tex(gomn2074.tfm) = %{tl_version} -Provides: tex(gomn2488.tfm) = %{tl_version} -Provides: tex(gomn2986.tfm) = %{tl_version} -Provides: tex(gomn3583.tfm) = %{tl_version} -Provides: tex(gomo0500.tfm) = %{tl_version} -Provides: tex(gomo0600.tfm) = %{tl_version} -Provides: tex(gomo0700.tfm) = %{tl_version} -Provides: tex(gomo0800.tfm) = %{tl_version} -Provides: tex(gomo0900.tfm) = %{tl_version} -Provides: tex(gomo1000.tfm) = %{tl_version} -Provides: tex(gomo1095.tfm) = %{tl_version} -Provides: tex(gomo1200.tfm) = %{tl_version} -Provides: tex(gomo1440.tfm) = %{tl_version} -Provides: tex(gomo1728.tfm) = %{tl_version} -Provides: tex(gomo2074.tfm) = %{tl_version} -Provides: tex(gomo2488.tfm) = %{tl_version} -Provides: tex(gomo2986.tfm) = %{tl_version} -Provides: tex(gomo3583.tfm) = %{tl_version} -Provides: tex(gomu0500.tfm) = %{tl_version} -Provides: tex(gomu0600.tfm) = %{tl_version} -Provides: tex(gomu0700.tfm) = %{tl_version} -Provides: tex(gomu0800.tfm) = %{tl_version} -Provides: tex(gomu0900.tfm) = %{tl_version} -Provides: tex(gomu1000.tfm) = %{tl_version} -Provides: tex(gomu1095.tfm) = %{tl_version} -Provides: tex(gomu1200.tfm) = %{tl_version} -Provides: tex(gomu1440.tfm) = %{tl_version} -Provides: tex(gomu1728.tfm) = %{tl_version} -Provides: tex(gomu2074.tfm) = %{tl_version} -Provides: tex(gomu2488.tfm) = %{tl_version} -Provides: tex(gomu2986.tfm) = %{tl_version} -Provides: tex(gomu3583.tfm) = %{tl_version} -Provides: tex(goxc0500.tfm) = %{tl_version} -Provides: tex(goxc0600.tfm) = %{tl_version} -Provides: tex(goxc0700.tfm) = %{tl_version} -Provides: tex(goxc0800.tfm) = %{tl_version} -Provides: tex(goxc0900.tfm) = %{tl_version} -Provides: tex(goxc1000.tfm) = %{tl_version} -Provides: tex(goxc1095.tfm) = %{tl_version} -Provides: tex(goxc1200.tfm) = %{tl_version} -Provides: tex(goxc1440.tfm) = %{tl_version} -Provides: tex(goxc1728.tfm) = %{tl_version} -Provides: tex(goxc2074.tfm) = %{tl_version} -Provides: tex(goxc2488.tfm) = %{tl_version} -Provides: tex(goxc2986.tfm) = %{tl_version} -Provides: tex(goxc3583.tfm) = %{tl_version} -Provides: tex(goxi0500.tfm) = %{tl_version} -Provides: tex(goxi0600.tfm) = %{tl_version} -Provides: tex(goxi0700.tfm) = %{tl_version} -Provides: tex(goxi0800.tfm) = %{tl_version} -Provides: tex(goxi0900.tfm) = %{tl_version} -Provides: tex(goxi1000.tfm) = %{tl_version} -Provides: tex(goxi1095.tfm) = %{tl_version} -Provides: tex(goxi1200.tfm) = %{tl_version} -Provides: tex(goxi1440.tfm) = %{tl_version} -Provides: tex(goxi1728.tfm) = %{tl_version} -Provides: tex(goxi2074.tfm) = %{tl_version} -Provides: tex(goxi2488.tfm) = %{tl_version} -Provides: tex(goxi2986.tfm) = %{tl_version} -Provides: tex(goxi3583.tfm) = %{tl_version} -Provides: tex(goxn0500.tfm) = %{tl_version} -Provides: tex(goxn0600.tfm) = %{tl_version} -Provides: tex(goxn0700.tfm) = %{tl_version} -Provides: tex(goxn0800.tfm) = %{tl_version} -Provides: tex(goxn0900.tfm) = %{tl_version} -Provides: tex(goxn1000.tfm) = %{tl_version} -Provides: tex(goxn1095.tfm) = %{tl_version} -Provides: tex(goxn1200.tfm) = %{tl_version} -Provides: tex(goxn1440.tfm) = %{tl_version} -Provides: tex(goxn1728.tfm) = %{tl_version} -Provides: tex(goxn2074.tfm) = %{tl_version} -Provides: tex(goxn2488.tfm) = %{tl_version} -Provides: tex(goxn2986.tfm) = %{tl_version} -Provides: tex(goxn3583.tfm) = %{tl_version} -Provides: tex(goxo0500.tfm) = %{tl_version} -Provides: tex(goxo0600.tfm) = %{tl_version} -Provides: tex(goxo0700.tfm) = %{tl_version} -Provides: tex(goxo0800.tfm) = %{tl_version} -Provides: tex(goxo0900.tfm) = %{tl_version} -Provides: tex(goxo1000.tfm) = %{tl_version} -Provides: tex(goxo1095.tfm) = %{tl_version} -Provides: tex(goxo1200.tfm) = %{tl_version} -Provides: tex(goxo1440.tfm) = %{tl_version} -Provides: tex(goxo1728.tfm) = %{tl_version} -Provides: tex(goxo2074.tfm) = %{tl_version} -Provides: tex(goxo2488.tfm) = %{tl_version} -Provides: tex(goxo2986.tfm) = %{tl_version} -Provides: tex(goxo3583.tfm) = %{tl_version} -Provides: tex(goxu0500.tfm) = %{tl_version} -Provides: tex(goxu0600.tfm) = %{tl_version} -Provides: tex(goxu0700.tfm) = %{tl_version} -Provides: tex(goxu0800.tfm) = %{tl_version} -Provides: tex(goxu0900.tfm) = %{tl_version} -Provides: tex(goxu1000.tfm) = %{tl_version} -Provides: tex(goxu1095.tfm) = %{tl_version} -Provides: tex(goxu1200.tfm) = %{tl_version} -Provides: tex(goxu1440.tfm) = %{tl_version} -Provides: tex(goxu1728.tfm) = %{tl_version} -Provides: tex(goxu2074.tfm) = %{tl_version} -Provides: tex(goxu2488.tfm) = %{tl_version} -Provides: tex(goxu2986.tfm) = %{tl_version} -Provides: tex(goxu3583.tfm) = %{tl_version} -Provides: tex(grbl0500.tfm) = %{tl_version} -Provides: tex(grbl0600.tfm) = %{tl_version} -Provides: tex(grbl0700.tfm) = %{tl_version} -Provides: tex(grbl0800.tfm) = %{tl_version} -Provides: tex(grbl0900.tfm) = %{tl_version} -Provides: tex(grbl1000.tfm) = %{tl_version} -Provides: tex(grbl1095.tfm) = %{tl_version} -Provides: tex(grbl1200.tfm) = %{tl_version} -Provides: tex(grbl1440.tfm) = %{tl_version} -Provides: tex(grbl1728.tfm) = %{tl_version} -Provides: tex(grbl2074.tfm) = %{tl_version} -Provides: tex(grbl2488.tfm) = %{tl_version} -Provides: tex(grbl2986.tfm) = %{tl_version} -Provides: tex(grbl3583.tfm) = %{tl_version} -Provides: tex(grmc0500.tfm) = %{tl_version} -Provides: tex(grmc0600.tfm) = %{tl_version} -Provides: tex(grmc0700.tfm) = %{tl_version} -Provides: tex(grmc0800.tfm) = %{tl_version} -Provides: tex(grmc0900.tfm) = %{tl_version} -Provides: tex(grmc1000.tfm) = %{tl_version} -Provides: tex(grmc1095.tfm) = %{tl_version} -Provides: tex(grmc1200.tfm) = %{tl_version} -Provides: tex(grmc1440.tfm) = %{tl_version} -Provides: tex(grmc1728.tfm) = %{tl_version} -Provides: tex(grmc2074.tfm) = %{tl_version} -Provides: tex(grmc2488.tfm) = %{tl_version} -Provides: tex(grmc2986.tfm) = %{tl_version} -Provides: tex(grmc3583.tfm) = %{tl_version} -Provides: tex(grmi0500.tfm) = %{tl_version} -Provides: tex(grmi0600.tfm) = %{tl_version} -Provides: tex(grmi0700.tfm) = %{tl_version} -Provides: tex(grmi0800.tfm) = %{tl_version} -Provides: tex(grmi0900.tfm) = %{tl_version} -Provides: tex(grmi1000.tfm) = %{tl_version} -Provides: tex(grmi1095.tfm) = %{tl_version} -Provides: tex(grmi1200.tfm) = %{tl_version} -Provides: tex(grmi1440.tfm) = %{tl_version} -Provides: tex(grmi1728.tfm) = %{tl_version} -Provides: tex(grmi2074.tfm) = %{tl_version} -Provides: tex(grmi2488.tfm) = %{tl_version} -Provides: tex(grmi2986.tfm) = %{tl_version} -Provides: tex(grmi3583.tfm) = %{tl_version} -Provides: tex(grml0500.tfm) = %{tl_version} -Provides: tex(grml0600.tfm) = %{tl_version} -Provides: tex(grml0700.tfm) = %{tl_version} -Provides: tex(grml0800.tfm) = %{tl_version} -Provides: tex(grml0900.tfm) = %{tl_version} -Provides: tex(grml1000.tfm) = %{tl_version} -Provides: tex(grml1095.tfm) = %{tl_version} -Provides: tex(grml1200.tfm) = %{tl_version} -Provides: tex(grml1440.tfm) = %{tl_version} -Provides: tex(grml1728.tfm) = %{tl_version} -Provides: tex(grml2074.tfm) = %{tl_version} -Provides: tex(grml2488.tfm) = %{tl_version} -Provides: tex(grml2986.tfm) = %{tl_version} -Provides: tex(grml3583.tfm) = %{tl_version} -Provides: tex(grmn0500.tfm) = %{tl_version} -Provides: tex(grmn0600.tfm) = %{tl_version} -Provides: tex(grmn0700.tfm) = %{tl_version} -Provides: tex(grmn0800.tfm) = %{tl_version} -Provides: tex(grmn0900.tfm) = %{tl_version} -Provides: tex(grmn1000.tfm) = %{tl_version} -Provides: tex(grmn1095.tfm) = %{tl_version} -Provides: tex(grmn1200.tfm) = %{tl_version} -Provides: tex(grmn1440.tfm) = %{tl_version} -Provides: tex(grmn1728.tfm) = %{tl_version} -Provides: tex(grmn2074.tfm) = %{tl_version} -Provides: tex(grmn2488.tfm) = %{tl_version} -Provides: tex(grmn2986.tfm) = %{tl_version} -Provides: tex(grmn3583.tfm) = %{tl_version} -Provides: tex(grmo0500.tfm) = %{tl_version} -Provides: tex(grmo0600.tfm) = %{tl_version} -Provides: tex(grmo0700.tfm) = %{tl_version} -Provides: tex(grmo0800.tfm) = %{tl_version} -Provides: tex(grmo0900.tfm) = %{tl_version} -Provides: tex(grmo1000.tfm) = %{tl_version} -Provides: tex(grmo1095.tfm) = %{tl_version} -Provides: tex(grmo1200.tfm) = %{tl_version} -Provides: tex(grmo1440.tfm) = %{tl_version} -Provides: tex(grmo1728.tfm) = %{tl_version} -Provides: tex(grmo2074.tfm) = %{tl_version} -Provides: tex(grmo2488.tfm) = %{tl_version} -Provides: tex(grmo2986.tfm) = %{tl_version} -Provides: tex(grmo3583.tfm) = %{tl_version} -Provides: tex(grmu0500.tfm) = %{tl_version} -Provides: tex(grmu0600.tfm) = %{tl_version} -Provides: tex(grmu0700.tfm) = %{tl_version} -Provides: tex(grmu0800.tfm) = %{tl_version} -Provides: tex(grmu0900.tfm) = %{tl_version} -Provides: tex(grmu1000.tfm) = %{tl_version} -Provides: tex(grmu1095.tfm) = %{tl_version} -Provides: tex(grmu1200.tfm) = %{tl_version} -Provides: tex(grmu1440.tfm) = %{tl_version} -Provides: tex(grmu1728.tfm) = %{tl_version} -Provides: tex(grmu2074.tfm) = %{tl_version} -Provides: tex(grmu2488.tfm) = %{tl_version} -Provides: tex(grmu2986.tfm) = %{tl_version} -Provides: tex(grmu3583.tfm) = %{tl_version} -Provides: tex(grxc0500.tfm) = %{tl_version} -Provides: tex(grxc0600.tfm) = %{tl_version} -Provides: tex(grxc0700.tfm) = %{tl_version} -Provides: tex(grxc0800.tfm) = %{tl_version} -Provides: tex(grxc0900.tfm) = %{tl_version} -Provides: tex(grxc1000.tfm) = %{tl_version} -Provides: tex(grxc1095.tfm) = %{tl_version} -Provides: tex(grxc1200.tfm) = %{tl_version} -Provides: tex(grxc1440.tfm) = %{tl_version} -Provides: tex(grxc1728.tfm) = %{tl_version} -Provides: tex(grxc2074.tfm) = %{tl_version} -Provides: tex(grxc2488.tfm) = %{tl_version} -Provides: tex(grxc2986.tfm) = %{tl_version} -Provides: tex(grxc3583.tfm) = %{tl_version} -Provides: tex(grxi0500.tfm) = %{tl_version} -Provides: tex(grxi0600.tfm) = %{tl_version} -Provides: tex(grxi0700.tfm) = %{tl_version} -Provides: tex(grxi0800.tfm) = %{tl_version} -Provides: tex(grxi0900.tfm) = %{tl_version} -Provides: tex(grxi1000.tfm) = %{tl_version} -Provides: tex(grxi1095.tfm) = %{tl_version} -Provides: tex(grxi1200.tfm) = %{tl_version} -Provides: tex(grxi1440.tfm) = %{tl_version} -Provides: tex(grxi1728.tfm) = %{tl_version} -Provides: tex(grxi2074.tfm) = %{tl_version} -Provides: tex(grxi2488.tfm) = %{tl_version} -Provides: tex(grxi2986.tfm) = %{tl_version} -Provides: tex(grxi3583.tfm) = %{tl_version} -Provides: tex(grxl0500.tfm) = %{tl_version} -Provides: tex(grxl0600.tfm) = %{tl_version} -Provides: tex(grxl0700.tfm) = %{tl_version} -Provides: tex(grxl0800.tfm) = %{tl_version} -Provides: tex(grxl0900.tfm) = %{tl_version} -Provides: tex(grxl1000.tfm) = %{tl_version} -Provides: tex(grxl1095.tfm) = %{tl_version} -Provides: tex(grxl1200.tfm) = %{tl_version} -Provides: tex(grxl1440.tfm) = %{tl_version} -Provides: tex(grxl1728.tfm) = %{tl_version} -Provides: tex(grxl2074.tfm) = %{tl_version} -Provides: tex(grxl2488.tfm) = %{tl_version} -Provides: tex(grxl2986.tfm) = %{tl_version} -Provides: tex(grxl3583.tfm) = %{tl_version} -Provides: tex(grxn0500.tfm) = %{tl_version} -Provides: tex(grxn0600.tfm) = %{tl_version} -Provides: tex(grxn0700.tfm) = %{tl_version} -Provides: tex(grxn0800.tfm) = %{tl_version} -Provides: tex(grxn0900.tfm) = %{tl_version} -Provides: tex(grxn1000.tfm) = %{tl_version} -Provides: tex(grxn1095.tfm) = %{tl_version} -Provides: tex(grxn1200.tfm) = %{tl_version} -Provides: tex(grxn1440.tfm) = %{tl_version} -Provides: tex(grxn1728.tfm) = %{tl_version} -Provides: tex(grxn2074.tfm) = %{tl_version} -Provides: tex(grxn2488.tfm) = %{tl_version} -Provides: tex(grxn2986.tfm) = %{tl_version} -Provides: tex(grxn3583.tfm) = %{tl_version} -Provides: tex(grxo0500.tfm) = %{tl_version} -Provides: tex(grxo0600.tfm) = %{tl_version} -Provides: tex(grxo0700.tfm) = %{tl_version} -Provides: tex(grxo0800.tfm) = %{tl_version} -Provides: tex(grxo0900.tfm) = %{tl_version} -Provides: tex(grxo1000.tfm) = %{tl_version} -Provides: tex(grxo1095.tfm) = %{tl_version} -Provides: tex(grxo1200.tfm) = %{tl_version} -Provides: tex(grxo1440.tfm) = %{tl_version} -Provides: tex(grxo1728.tfm) = %{tl_version} -Provides: tex(grxo2074.tfm) = %{tl_version} -Provides: tex(grxo2488.tfm) = %{tl_version} -Provides: tex(grxo2986.tfm) = %{tl_version} -Provides: tex(grxo3583.tfm) = %{tl_version} -Provides: tex(grxu0500.tfm) = %{tl_version} -Provides: tex(grxu0600.tfm) = %{tl_version} -Provides: tex(grxu0700.tfm) = %{tl_version} -Provides: tex(grxu0800.tfm) = %{tl_version} -Provides: tex(grxu0900.tfm) = %{tl_version} -Provides: tex(grxu1000.tfm) = %{tl_version} -Provides: tex(grxu1095.tfm) = %{tl_version} -Provides: tex(grxu1200.tfm) = %{tl_version} -Provides: tex(grxu1440.tfm) = %{tl_version} -Provides: tex(grxu1728.tfm) = %{tl_version} -Provides: tex(grxu2074.tfm) = %{tl_version} -Provides: tex(grxu2488.tfm) = %{tl_version} -Provides: tex(grxu2986.tfm) = %{tl_version} -Provides: tex(grxu3583.tfm) = %{tl_version} -Provides: tex(gsma0500.tfm) = %{tl_version} -Provides: tex(gsma0600.tfm) = %{tl_version} -Provides: tex(gsma0700.tfm) = %{tl_version} -Provides: tex(gsma0800.tfm) = %{tl_version} -Provides: tex(gsma0900.tfm) = %{tl_version} -Provides: tex(gsma1000.tfm) = %{tl_version} -Provides: tex(gsma1095.tfm) = %{tl_version} -Provides: tex(gsma1200.tfm) = %{tl_version} -Provides: tex(gsma1440.tfm) = %{tl_version} -Provides: tex(gsma1728.tfm) = %{tl_version} -Provides: tex(gsma2074.tfm) = %{tl_version} -Provides: tex(gsma2488.tfm) = %{tl_version} -Provides: tex(gsma2986.tfm) = %{tl_version} -Provides: tex(gsma3583.tfm) = %{tl_version} -Provides: tex(gsmc0500.tfm) = %{tl_version} -Provides: tex(gsmc0600.tfm) = %{tl_version} -Provides: tex(gsmc0700.tfm) = %{tl_version} -Provides: tex(gsmc0800.tfm) = %{tl_version} -Provides: tex(gsmc0900.tfm) = %{tl_version} -Provides: tex(gsmc1000.tfm) = %{tl_version} -Provides: tex(gsmc1095.tfm) = %{tl_version} -Provides: tex(gsmc1200.tfm) = %{tl_version} -Provides: tex(gsmc1440.tfm) = %{tl_version} -Provides: tex(gsmc1728.tfm) = %{tl_version} -Provides: tex(gsmc2074.tfm) = %{tl_version} -Provides: tex(gsmc2488.tfm) = %{tl_version} -Provides: tex(gsmc2986.tfm) = %{tl_version} -Provides: tex(gsmc3583.tfm) = %{tl_version} -Provides: tex(gsme0500.tfm) = %{tl_version} -Provides: tex(gsme0600.tfm) = %{tl_version} -Provides: tex(gsme0700.tfm) = %{tl_version} -Provides: tex(gsme0800.tfm) = %{tl_version} -Provides: tex(gsme0900.tfm) = %{tl_version} -Provides: tex(gsme1000.tfm) = %{tl_version} -Provides: tex(gsme1095.tfm) = %{tl_version} -Provides: tex(gsme1200.tfm) = %{tl_version} -Provides: tex(gsme1440.tfm) = %{tl_version} -Provides: tex(gsme1728.tfm) = %{tl_version} -Provides: tex(gsme2074.tfm) = %{tl_version} -Provides: tex(gsme2488.tfm) = %{tl_version} -Provides: tex(gsme2986.tfm) = %{tl_version} -Provides: tex(gsme3583.tfm) = %{tl_version} -Provides: tex(gsmi0500.tfm) = %{tl_version} -Provides: tex(gsmi0600.tfm) = %{tl_version} -Provides: tex(gsmi0700.tfm) = %{tl_version} -Provides: tex(gsmi0800.tfm) = %{tl_version} -Provides: tex(gsmi0900.tfm) = %{tl_version} -Provides: tex(gsmi1000.tfm) = %{tl_version} -Provides: tex(gsmi1095.tfm) = %{tl_version} -Provides: tex(gsmi1200.tfm) = %{tl_version} -Provides: tex(gsmi1440.tfm) = %{tl_version} -Provides: tex(gsmi1728.tfm) = %{tl_version} -Provides: tex(gsmi2074.tfm) = %{tl_version} -Provides: tex(gsmi2488.tfm) = %{tl_version} -Provides: tex(gsmi2986.tfm) = %{tl_version} -Provides: tex(gsmi3583.tfm) = %{tl_version} -Provides: tex(gsmn0500.tfm) = %{tl_version} -Provides: tex(gsmn0600.tfm) = %{tl_version} -Provides: tex(gsmn0700.tfm) = %{tl_version} -Provides: tex(gsmn0800.tfm) = %{tl_version} -Provides: tex(gsmn0900.tfm) = %{tl_version} -Provides: tex(gsmn1000.tfm) = %{tl_version} -Provides: tex(gsmn1095.tfm) = %{tl_version} -Provides: tex(gsmn1200.tfm) = %{tl_version} -Provides: tex(gsmn1440.tfm) = %{tl_version} -Provides: tex(gsmn1728.tfm) = %{tl_version} -Provides: tex(gsmn2074.tfm) = %{tl_version} -Provides: tex(gsmn2488.tfm) = %{tl_version} -Provides: tex(gsmn2986.tfm) = %{tl_version} -Provides: tex(gsmn3583.tfm) = %{tl_version} -Provides: tex(gsmo0500.tfm) = %{tl_version} -Provides: tex(gsmo0600.tfm) = %{tl_version} -Provides: tex(gsmo0700.tfm) = %{tl_version} -Provides: tex(gsmo0800.tfm) = %{tl_version} -Provides: tex(gsmo0900.tfm) = %{tl_version} -Provides: tex(gsmo1000.tfm) = %{tl_version} -Provides: tex(gsmo1095.tfm) = %{tl_version} -Provides: tex(gsmo1200.tfm) = %{tl_version} -Provides: tex(gsmo1440.tfm) = %{tl_version} -Provides: tex(gsmo1728.tfm) = %{tl_version} -Provides: tex(gsmo2074.tfm) = %{tl_version} -Provides: tex(gsmo2488.tfm) = %{tl_version} -Provides: tex(gsmo2986.tfm) = %{tl_version} -Provides: tex(gsmo3583.tfm) = %{tl_version} -Provides: tex(gsmu0500.tfm) = %{tl_version} -Provides: tex(gsmu0600.tfm) = %{tl_version} -Provides: tex(gsmu0700.tfm) = %{tl_version} -Provides: tex(gsmu0800.tfm) = %{tl_version} -Provides: tex(gsmu0900.tfm) = %{tl_version} -Provides: tex(gsmu1000.tfm) = %{tl_version} -Provides: tex(gsmu1095.tfm) = %{tl_version} -Provides: tex(gsmu1200.tfm) = %{tl_version} -Provides: tex(gsmu1440.tfm) = %{tl_version} -Provides: tex(gsmu1728.tfm) = %{tl_version} -Provides: tex(gsmu2074.tfm) = %{tl_version} -Provides: tex(gsmu2488.tfm) = %{tl_version} -Provides: tex(gsmu2986.tfm) = %{tl_version} -Provides: tex(gsmu3583.tfm) = %{tl_version} -Provides: tex(gsxa0500.tfm) = %{tl_version} -Provides: tex(gsxa0600.tfm) = %{tl_version} -Provides: tex(gsxa0700.tfm) = %{tl_version} -Provides: tex(gsxa0800.tfm) = %{tl_version} -Provides: tex(gsxa0900.tfm) = %{tl_version} -Provides: tex(gsxa1000.tfm) = %{tl_version} -Provides: tex(gsxa1095.tfm) = %{tl_version} -Provides: tex(gsxa1200.tfm) = %{tl_version} -Provides: tex(gsxa1440.tfm) = %{tl_version} -Provides: tex(gsxa1728.tfm) = %{tl_version} -Provides: tex(gsxa2074.tfm) = %{tl_version} -Provides: tex(gsxa2488.tfm) = %{tl_version} -Provides: tex(gsxa2986.tfm) = %{tl_version} -Provides: tex(gsxa3583.tfm) = %{tl_version} -Provides: tex(gsxc0500.tfm) = %{tl_version} -Provides: tex(gsxc0600.tfm) = %{tl_version} -Provides: tex(gsxc0700.tfm) = %{tl_version} -Provides: tex(gsxc0800.tfm) = %{tl_version} -Provides: tex(gsxc0900.tfm) = %{tl_version} -Provides: tex(gsxc1000.tfm) = %{tl_version} -Provides: tex(gsxc1095.tfm) = %{tl_version} -Provides: tex(gsxc1200.tfm) = %{tl_version} -Provides: tex(gsxc1440.tfm) = %{tl_version} -Provides: tex(gsxc1728.tfm) = %{tl_version} -Provides: tex(gsxc2074.tfm) = %{tl_version} -Provides: tex(gsxc2488.tfm) = %{tl_version} -Provides: tex(gsxc2986.tfm) = %{tl_version} -Provides: tex(gsxc3583.tfm) = %{tl_version} -Provides: tex(gsxe0500.tfm) = %{tl_version} -Provides: tex(gsxe0600.tfm) = %{tl_version} -Provides: tex(gsxe0700.tfm) = %{tl_version} -Provides: tex(gsxe0800.tfm) = %{tl_version} -Provides: tex(gsxe0900.tfm) = %{tl_version} -Provides: tex(gsxe1000.tfm) = %{tl_version} -Provides: tex(gsxe1095.tfm) = %{tl_version} -Provides: tex(gsxe1200.tfm) = %{tl_version} -Provides: tex(gsxe1440.tfm) = %{tl_version} -Provides: tex(gsxe1728.tfm) = %{tl_version} -Provides: tex(gsxe2074.tfm) = %{tl_version} -Provides: tex(gsxe2488.tfm) = %{tl_version} -Provides: tex(gsxe2986.tfm) = %{tl_version} -Provides: tex(gsxe3583.tfm) = %{tl_version} -Provides: tex(gsxi0500.tfm) = %{tl_version} -Provides: tex(gsxi0600.tfm) = %{tl_version} -Provides: tex(gsxi0700.tfm) = %{tl_version} -Provides: tex(gsxi0800.tfm) = %{tl_version} -Provides: tex(gsxi0900.tfm) = %{tl_version} -Provides: tex(gsxi1000.tfm) = %{tl_version} -Provides: tex(gsxi1095.tfm) = %{tl_version} -Provides: tex(gsxi1200.tfm) = %{tl_version} -Provides: tex(gsxi1440.tfm) = %{tl_version} -Provides: tex(gsxi1728.tfm) = %{tl_version} -Provides: tex(gsxi2074.tfm) = %{tl_version} -Provides: tex(gsxi2488.tfm) = %{tl_version} -Provides: tex(gsxi2986.tfm) = %{tl_version} -Provides: tex(gsxi3583.tfm) = %{tl_version} -Provides: tex(gsxn0500.tfm) = %{tl_version} -Provides: tex(gsxn0600.tfm) = %{tl_version} -Provides: tex(gsxn0700.tfm) = %{tl_version} -Provides: tex(gsxn0800.tfm) = %{tl_version} -Provides: tex(gsxn0900.tfm) = %{tl_version} -Provides: tex(gsxn1000.tfm) = %{tl_version} -Provides: tex(gsxn1095.tfm) = %{tl_version} -Provides: tex(gsxn1200.tfm) = %{tl_version} -Provides: tex(gsxn1440.tfm) = %{tl_version} -Provides: tex(gsxn1728.tfm) = %{tl_version} -Provides: tex(gsxn2074.tfm) = %{tl_version} -Provides: tex(gsxn2488.tfm) = %{tl_version} -Provides: tex(gsxn2986.tfm) = %{tl_version} -Provides: tex(gsxn3583.tfm) = %{tl_version} -Provides: tex(gsxo0500.tfm) = %{tl_version} -Provides: tex(gsxo0600.tfm) = %{tl_version} -Provides: tex(gsxo0700.tfm) = %{tl_version} -Provides: tex(gsxo0800.tfm) = %{tl_version} -Provides: tex(gsxo0900.tfm) = %{tl_version} -Provides: tex(gsxo1000.tfm) = %{tl_version} -Provides: tex(gsxo1095.tfm) = %{tl_version} -Provides: tex(gsxo1200.tfm) = %{tl_version} -Provides: tex(gsxo1440.tfm) = %{tl_version} -Provides: tex(gsxo1728.tfm) = %{tl_version} -Provides: tex(gsxo2074.tfm) = %{tl_version} -Provides: tex(gsxo2488.tfm) = %{tl_version} -Provides: tex(gsxo2986.tfm) = %{tl_version} -Provides: tex(gsxo3583.tfm) = %{tl_version} -Provides: tex(gsxu0500.tfm) = %{tl_version} -Provides: tex(gsxu0600.tfm) = %{tl_version} -Provides: tex(gsxu0700.tfm) = %{tl_version} -Provides: tex(gsxu0800.tfm) = %{tl_version} -Provides: tex(gsxu0900.tfm) = %{tl_version} -Provides: tex(gsxu1000.tfm) = %{tl_version} -Provides: tex(gsxu1095.tfm) = %{tl_version} -Provides: tex(gsxu1200.tfm) = %{tl_version} -Provides: tex(gsxu1440.tfm) = %{tl_version} -Provides: tex(gsxu1728.tfm) = %{tl_version} -Provides: tex(gsxu2074.tfm) = %{tl_version} -Provides: tex(gsxu2488.tfm) = %{tl_version} -Provides: tex(gsxu2986.tfm) = %{tl_version} -Provides: tex(gsxu3583.tfm) = %{tl_version} -Provides: tex(gttc0500.tfm) = %{tl_version} -Provides: tex(gttc0600.tfm) = %{tl_version} -Provides: tex(gttc0700.tfm) = %{tl_version} -Provides: tex(gttc0800.tfm) = %{tl_version} -Provides: tex(gttc0900.tfm) = %{tl_version} -Provides: tex(gttc1000.tfm) = %{tl_version} -Provides: tex(gttc1095.tfm) = %{tl_version} -Provides: tex(gttc1200.tfm) = %{tl_version} -Provides: tex(gttc1440.tfm) = %{tl_version} -Provides: tex(gttc1728.tfm) = %{tl_version} -Provides: tex(gttc2074.tfm) = %{tl_version} -Provides: tex(gttc2488.tfm) = %{tl_version} -Provides: tex(gttc2986.tfm) = %{tl_version} -Provides: tex(gttc3583.tfm) = %{tl_version} -Provides: tex(gtti0500.tfm) = %{tl_version} -Provides: tex(gtti0600.tfm) = %{tl_version} -Provides: tex(gtti0700.tfm) = %{tl_version} -Provides: tex(gtti0800.tfm) = %{tl_version} -Provides: tex(gtti0900.tfm) = %{tl_version} -Provides: tex(gtti1000.tfm) = %{tl_version} -Provides: tex(gtti1095.tfm) = %{tl_version} -Provides: tex(gtti1200.tfm) = %{tl_version} -Provides: tex(gtti1440.tfm) = %{tl_version} -Provides: tex(gtti1728.tfm) = %{tl_version} -Provides: tex(gtti2074.tfm) = %{tl_version} -Provides: tex(gtti2488.tfm) = %{tl_version} -Provides: tex(gtti2986.tfm) = %{tl_version} -Provides: tex(gtti3583.tfm) = %{tl_version} -Provides: tex(gttn0500.tfm) = %{tl_version} -Provides: tex(gttn0600.tfm) = %{tl_version} -Provides: tex(gttn0700.tfm) = %{tl_version} -Provides: tex(gttn0800.tfm) = %{tl_version} -Provides: tex(gttn0900.tfm) = %{tl_version} -Provides: tex(gttn1000.tfm) = %{tl_version} -Provides: tex(gttn1095.tfm) = %{tl_version} -Provides: tex(gttn1200.tfm) = %{tl_version} -Provides: tex(gttn1440.tfm) = %{tl_version} -Provides: tex(gttn1728.tfm) = %{tl_version} -Provides: tex(gttn2074.tfm) = %{tl_version} -Provides: tex(gttn2488.tfm) = %{tl_version} -Provides: tex(gttn2986.tfm) = %{tl_version} -Provides: tex(gttn3583.tfm) = %{tl_version} -Provides: tex(gtto0500.tfm) = %{tl_version} -Provides: tex(gtto0600.tfm) = %{tl_version} -Provides: tex(gtto0700.tfm) = %{tl_version} -Provides: tex(gtto0800.tfm) = %{tl_version} -Provides: tex(gtto0900.tfm) = %{tl_version} -Provides: tex(gtto1000.tfm) = %{tl_version} -Provides: tex(gtto1095.tfm) = %{tl_version} -Provides: tex(gtto1200.tfm) = %{tl_version} -Provides: tex(gtto1440.tfm) = %{tl_version} -Provides: tex(gtto1728.tfm) = %{tl_version} -Provides: tex(gtto2074.tfm) = %{tl_version} -Provides: tex(gtto2488.tfm) = %{tl_version} -Provides: tex(gtto2986.tfm) = %{tl_version} -Provides: tex(gtto3583.tfm) = %{tl_version} -Provides: tex(gttu0500.tfm) = %{tl_version} -Provides: tex(gttu0600.tfm) = %{tl_version} -Provides: tex(gttu0700.tfm) = %{tl_version} -Provides: tex(gttu0800.tfm) = %{tl_version} -Provides: tex(gttu0900.tfm) = %{tl_version} -Provides: tex(gttu1000.tfm) = %{tl_version} -Provides: tex(gttu1095.tfm) = %{tl_version} -Provides: tex(gttu1200.tfm) = %{tl_version} -Provides: tex(gttu1440.tfm) = %{tl_version} -Provides: tex(gttu1728.tfm) = %{tl_version} -Provides: tex(gttu2074.tfm) = %{tl_version} -Provides: tex(gttu2488.tfm) = %{tl_version} -Provides: tex(gttu2986.tfm) = %{tl_version} -Provides: tex(gttu3583.tfm) = %{tl_version} -Provides: tex(glic0700.pfb) = %{tl_version} -Provides: tex(glic0800.pfb) = %{tl_version} -Provides: tex(glic1000.pfb) = %{tl_version} -Provides: tex(glic1200.pfb) = %{tl_version} -Provides: tex(glic1382.pfb) = %{tl_version} -Provides: tex(glic1659.pfb) = %{tl_version} -Provides: tex(glic1991.pfb) = %{tl_version} -Provides: tex(glic2389.pfb) = %{tl_version} -Provides: tex(glic2866.pfb) = %{tl_version} -Provides: tex(glic3440.pfb) = %{tl_version} -Provides: tex(glic4128.pfb) = %{tl_version} -Provides: tex(glii0700.pfb) = %{tl_version} -Provides: tex(glii0800.pfb) = %{tl_version} -Provides: tex(glii1000.pfb) = %{tl_version} -Provides: tex(glii1200.pfb) = %{tl_version} -Provides: tex(glii1382.pfb) = %{tl_version} -Provides: tex(glii1659.pfb) = %{tl_version} -Provides: tex(glii1991.pfb) = %{tl_version} -Provides: tex(glii2389.pfb) = %{tl_version} -Provides: tex(glii2866.pfb) = %{tl_version} -Provides: tex(glii3440.pfb) = %{tl_version} -Provides: tex(glii4128.pfb) = %{tl_version} -Provides: tex(glin0700.pfb) = %{tl_version} -Provides: tex(glin0800.pfb) = %{tl_version} -Provides: tex(glin1000.pfb) = %{tl_version} -Provides: tex(glin1200.pfb) = %{tl_version} -Provides: tex(glin1382.pfb) = %{tl_version} -Provides: tex(glin1659.pfb) = %{tl_version} -Provides: tex(glin1991.pfb) = %{tl_version} -Provides: tex(glin2389.pfb) = %{tl_version} -Provides: tex(glin2866.pfb) = %{tl_version} -Provides: tex(glin3440.pfb) = %{tl_version} -Provides: tex(glin4128.pfb) = %{tl_version} -Provides: tex(glio0700.pfb) = %{tl_version} -Provides: tex(glio0800.pfb) = %{tl_version} -Provides: tex(glio1000.pfb) = %{tl_version} -Provides: tex(glio1200.pfb) = %{tl_version} -Provides: tex(glio1382.pfb) = %{tl_version} -Provides: tex(glio1659.pfb) = %{tl_version} -Provides: tex(glio1991.pfb) = %{tl_version} -Provides: tex(glio2389.pfb) = %{tl_version} -Provides: tex(glio2866.pfb) = %{tl_version} -Provides: tex(glio3440.pfb) = %{tl_version} -Provides: tex(glio4128.pfb) = %{tl_version} -Provides: tex(gliu0700.pfb) = %{tl_version} -Provides: tex(gliu0800.pfb) = %{tl_version} -Provides: tex(gliu1000.pfb) = %{tl_version} -Provides: tex(gliu1200.pfb) = %{tl_version} -Provides: tex(gliu1382.pfb) = %{tl_version} -Provides: tex(gliu1659.pfb) = %{tl_version} -Provides: tex(gliu1991.pfb) = %{tl_version} -Provides: tex(gliu2389.pfb) = %{tl_version} -Provides: tex(gliu2866.pfb) = %{tl_version} -Provides: tex(gliu3440.pfb) = %{tl_version} -Provides: tex(gliu4128.pfb) = %{tl_version} -Provides: tex(gljc0700.pfb) = %{tl_version} -Provides: tex(gljc0800.pfb) = %{tl_version} -Provides: tex(gljc1000.pfb) = %{tl_version} -Provides: tex(gljc1200.pfb) = %{tl_version} -Provides: tex(gljc1382.pfb) = %{tl_version} -Provides: tex(gljc1659.pfb) = %{tl_version} -Provides: tex(gljc1991.pfb) = %{tl_version} -Provides: tex(gljc2389.pfb) = %{tl_version} -Provides: tex(gljc2866.pfb) = %{tl_version} -Provides: tex(gljc3440.pfb) = %{tl_version} -Provides: tex(gljc4128.pfb) = %{tl_version} -Provides: tex(gljn0700.pfb) = %{tl_version} -Provides: tex(gljn0800.pfb) = %{tl_version} -Provides: tex(gljn1000.pfb) = %{tl_version} -Provides: tex(gljn1200.pfb) = %{tl_version} -Provides: tex(gljn1382.pfb) = %{tl_version} -Provides: tex(gljn1659.pfb) = %{tl_version} -Provides: tex(gljn1991.pfb) = %{tl_version} -Provides: tex(gljn2389.pfb) = %{tl_version} -Provides: tex(gljn2866.pfb) = %{tl_version} -Provides: tex(gljn3440.pfb) = %{tl_version} -Provides: tex(gljn4128.pfb) = %{tl_version} -Provides: tex(gljo0700.pfb) = %{tl_version} -Provides: tex(gljo0800.pfb) = %{tl_version} -Provides: tex(gljo1000.pfb) = %{tl_version} -Provides: tex(gljo1200.pfb) = %{tl_version} -Provides: tex(gljo1382.pfb) = %{tl_version} -Provides: tex(gljo1659.pfb) = %{tl_version} -Provides: tex(gljo1991.pfb) = %{tl_version} -Provides: tex(gljo2389.pfb) = %{tl_version} -Provides: tex(gljo2866.pfb) = %{tl_version} -Provides: tex(gljo3440.pfb) = %{tl_version} -Provides: tex(gljo4128.pfb) = %{tl_version} -Provides: tex(glmc0700.pfb) = %{tl_version} -Provides: tex(glmc0800.pfb) = %{tl_version} -Provides: tex(glmc1000.pfb) = %{tl_version} -Provides: tex(glmc1200.pfb) = %{tl_version} -Provides: tex(glmc1382.pfb) = %{tl_version} -Provides: tex(glmc1659.pfb) = %{tl_version} -Provides: tex(glmc1991.pfb) = %{tl_version} -Provides: tex(glmc2389.pfb) = %{tl_version} -Provides: tex(glmc2866.pfb) = %{tl_version} -Provides: tex(glmc3440.pfb) = %{tl_version} -Provides: tex(glmc4128.pfb) = %{tl_version} -Provides: tex(glmi0700.pfb) = %{tl_version} -Provides: tex(glmi0800.pfb) = %{tl_version} -Provides: tex(glmi1000.pfb) = %{tl_version} -Provides: tex(glmi1200.pfb) = %{tl_version} -Provides: tex(glmi1382.pfb) = %{tl_version} -Provides: tex(glmi1659.pfb) = %{tl_version} -Provides: tex(glmi1991.pfb) = %{tl_version} -Provides: tex(glmi2389.pfb) = %{tl_version} -Provides: tex(glmi2866.pfb) = %{tl_version} -Provides: tex(glmi3440.pfb) = %{tl_version} -Provides: tex(glmi4128.pfb) = %{tl_version} -Provides: tex(glmn0700.pfb) = %{tl_version} -Provides: tex(glmn0800.pfb) = %{tl_version} -Provides: tex(glmn1000.pfb) = %{tl_version} -Provides: tex(glmn1200.pfb) = %{tl_version} -Provides: tex(glmn1382.pfb) = %{tl_version} -Provides: tex(glmn1659.pfb) = %{tl_version} -Provides: tex(glmn1991.pfb) = %{tl_version} -Provides: tex(glmn2389.pfb) = %{tl_version} -Provides: tex(glmn2866.pfb) = %{tl_version} -Provides: tex(glmn3440.pfb) = %{tl_version} -Provides: tex(glmn4128.pfb) = %{tl_version} -Provides: tex(glmo0700.pfb) = %{tl_version} -Provides: tex(glmo0800.pfb) = %{tl_version} -Provides: tex(glmo1000.pfb) = %{tl_version} -Provides: tex(glmo1200.pfb) = %{tl_version} -Provides: tex(glmo1382.pfb) = %{tl_version} -Provides: tex(glmo1659.pfb) = %{tl_version} -Provides: tex(glmo1991.pfb) = %{tl_version} -Provides: tex(glmo2389.pfb) = %{tl_version} -Provides: tex(glmo2866.pfb) = %{tl_version} -Provides: tex(glmo3440.pfb) = %{tl_version} -Provides: tex(glmo4128.pfb) = %{tl_version} -Provides: tex(glmu0700.pfb) = %{tl_version} -Provides: tex(glmu0800.pfb) = %{tl_version} -Provides: tex(glmu1000.pfb) = %{tl_version} -Provides: tex(glmu1200.pfb) = %{tl_version} -Provides: tex(glmu1382.pfb) = %{tl_version} -Provides: tex(glmu1659.pfb) = %{tl_version} -Provides: tex(glmu1991.pfb) = %{tl_version} -Provides: tex(glmu2389.pfb) = %{tl_version} -Provides: tex(glmu2866.pfb) = %{tl_version} -Provides: tex(glmu3440.pfb) = %{tl_version} -Provides: tex(glmu4128.pfb) = %{tl_version} -Provides: tex(gltc0700.pfb) = %{tl_version} -Provides: tex(gltc0800.pfb) = %{tl_version} -Provides: tex(gltc1000.pfb) = %{tl_version} -Provides: tex(gltc1200.pfb) = %{tl_version} -Provides: tex(gltc1382.pfb) = %{tl_version} -Provides: tex(gltc1659.pfb) = %{tl_version} -Provides: tex(gltc1991.pfb) = %{tl_version} -Provides: tex(gltc2389.pfb) = %{tl_version} -Provides: tex(gltc2866.pfb) = %{tl_version} -Provides: tex(gltc3440.pfb) = %{tl_version} -Provides: tex(gltc4128.pfb) = %{tl_version} -Provides: tex(gltn0700.pfb) = %{tl_version} -Provides: tex(gltn0800.pfb) = %{tl_version} -Provides: tex(gltn1000.pfb) = %{tl_version} -Provides: tex(gltn1200.pfb) = %{tl_version} -Provides: tex(gltn1382.pfb) = %{tl_version} -Provides: tex(gltn1659.pfb) = %{tl_version} -Provides: tex(gltn1991.pfb) = %{tl_version} -Provides: tex(gltn2389.pfb) = %{tl_version} -Provides: tex(gltn2866.pfb) = %{tl_version} -Provides: tex(gltn3440.pfb) = %{tl_version} -Provides: tex(gltn4128.pfb) = %{tl_version} -Provides: tex(glto0700.pfb) = %{tl_version} -Provides: tex(glto0800.pfb) = %{tl_version} -Provides: tex(glto1000.pfb) = %{tl_version} -Provides: tex(glto1200.pfb) = %{tl_version} -Provides: tex(glto1382.pfb) = %{tl_version} -Provides: tex(glto1659.pfb) = %{tl_version} -Provides: tex(glto1991.pfb) = %{tl_version} -Provides: tex(glto2389.pfb) = %{tl_version} -Provides: tex(glto2866.pfb) = %{tl_version} -Provides: tex(glto3440.pfb) = %{tl_version} -Provides: tex(glto4128.pfb) = %{tl_version} -Provides: tex(glwc0700.pfb) = %{tl_version} -Provides: tex(glwc0800.pfb) = %{tl_version} -Provides: tex(glwc1000.pfb) = %{tl_version} -Provides: tex(glwc1200.pfb) = %{tl_version} -Provides: tex(glwc1382.pfb) = %{tl_version} -Provides: tex(glwc1659.pfb) = %{tl_version} -Provides: tex(glwc1991.pfb) = %{tl_version} -Provides: tex(glwc2389.pfb) = %{tl_version} -Provides: tex(glwc2866.pfb) = %{tl_version} -Provides: tex(glwc3440.pfb) = %{tl_version} -Provides: tex(glwc4128.pfb) = %{tl_version} -Provides: tex(glwi0700.pfb) = %{tl_version} -Provides: tex(glwi0800.pfb) = %{tl_version} -Provides: tex(glwi1000.pfb) = %{tl_version} -Provides: tex(glwi1200.pfb) = %{tl_version} -Provides: tex(glwi1382.pfb) = %{tl_version} -Provides: tex(glwi1659.pfb) = %{tl_version} -Provides: tex(glwi1991.pfb) = %{tl_version} -Provides: tex(glwi2389.pfb) = %{tl_version} -Provides: tex(glwi2866.pfb) = %{tl_version} -Provides: tex(glwi3440.pfb) = %{tl_version} -Provides: tex(glwi4128.pfb) = %{tl_version} -Provides: tex(glwn0700.pfb) = %{tl_version} -Provides: tex(glwn0800.pfb) = %{tl_version} -Provides: tex(glwn1000.pfb) = %{tl_version} -Provides: tex(glwn1200.pfb) = %{tl_version} -Provides: tex(glwn1382.pfb) = %{tl_version} -Provides: tex(glwn1659.pfb) = %{tl_version} -Provides: tex(glwn1991.pfb) = %{tl_version} -Provides: tex(glwn2389.pfb) = %{tl_version} -Provides: tex(glwn2866.pfb) = %{tl_version} -Provides: tex(glwn3440.pfb) = %{tl_version} -Provides: tex(glwn4128.pfb) = %{tl_version} -Provides: tex(glwo0700.pfb) = %{tl_version} -Provides: tex(glwo0800.pfb) = %{tl_version} -Provides: tex(glwo1000.pfb) = %{tl_version} -Provides: tex(glwo1200.pfb) = %{tl_version} -Provides: tex(glwo1382.pfb) = %{tl_version} -Provides: tex(glwo1659.pfb) = %{tl_version} -Provides: tex(glwo1991.pfb) = %{tl_version} -Provides: tex(glwo2389.pfb) = %{tl_version} -Provides: tex(glwo2866.pfb) = %{tl_version} -Provides: tex(glwo3440.pfb) = %{tl_version} -Provides: tex(glwo4128.pfb) = %{tl_version} -Provides: tex(glwu0700.pfb) = %{tl_version} -Provides: tex(glwu0800.pfb) = %{tl_version} -Provides: tex(glwu1000.pfb) = %{tl_version} -Provides: tex(glwu1200.pfb) = %{tl_version} -Provides: tex(glwu1382.pfb) = %{tl_version} -Provides: tex(glwu1659.pfb) = %{tl_version} -Provides: tex(glwu1991.pfb) = %{tl_version} -Provides: tex(glwu2389.pfb) = %{tl_version} -Provides: tex(glwu2866.pfb) = %{tl_version} -Provides: tex(glwu3440.pfb) = %{tl_version} -Provides: tex(glwu4128.pfb) = %{tl_version} -Provides: tex(glxc0700.pfb) = %{tl_version} -Provides: tex(glxc0800.pfb) = %{tl_version} -Provides: tex(glxc1000.pfb) = %{tl_version} -Provides: tex(glxc1200.pfb) = %{tl_version} -Provides: tex(glxc1382.pfb) = %{tl_version} -Provides: tex(glxc1659.pfb) = %{tl_version} -Provides: tex(glxc1991.pfb) = %{tl_version} -Provides: tex(glxc2389.pfb) = %{tl_version} -Provides: tex(glxc2866.pfb) = %{tl_version} -Provides: tex(glxc3440.pfb) = %{tl_version} -Provides: tex(glxc4128.pfb) = %{tl_version} -Provides: tex(glxi0700.pfb) = %{tl_version} -Provides: tex(glxi0800.pfb) = %{tl_version} -Provides: tex(glxi1000.pfb) = %{tl_version} -Provides: tex(glxi1200.pfb) = %{tl_version} -Provides: tex(glxi1382.pfb) = %{tl_version} -Provides: tex(glxi1659.pfb) = %{tl_version} -Provides: tex(glxi1991.pfb) = %{tl_version} -Provides: tex(glxi2389.pfb) = %{tl_version} -Provides: tex(glxi2866.pfb) = %{tl_version} -Provides: tex(glxi3440.pfb) = %{tl_version} -Provides: tex(glxi4128.pfb) = %{tl_version} -Provides: tex(glxn0700.pfb) = %{tl_version} -Provides: tex(glxn0800.pfb) = %{tl_version} -Provides: tex(glxn1000.pfb) = %{tl_version} -Provides: tex(glxn1200.pfb) = %{tl_version} -Provides: tex(glxn1382.pfb) = %{tl_version} -Provides: tex(glxn1659.pfb) = %{tl_version} -Provides: tex(glxn1991.pfb) = %{tl_version} -Provides: tex(glxn2389.pfb) = %{tl_version} -Provides: tex(glxn2866.pfb) = %{tl_version} -Provides: tex(glxn3440.pfb) = %{tl_version} -Provides: tex(glxn4128.pfb) = %{tl_version} -Provides: tex(glxo0700.pfb) = %{tl_version} -Provides: tex(glxo0800.pfb) = %{tl_version} -Provides: tex(glxo1000.pfb) = %{tl_version} -Provides: tex(glxo1200.pfb) = %{tl_version} -Provides: tex(glxo1382.pfb) = %{tl_version} -Provides: tex(glxo1659.pfb) = %{tl_version} -Provides: tex(glxo1991.pfb) = %{tl_version} -Provides: tex(glxo2389.pfb) = %{tl_version} -Provides: tex(glxo2866.pfb) = %{tl_version} -Provides: tex(glxo3440.pfb) = %{tl_version} -Provides: tex(glxo4128.pfb) = %{tl_version} -Provides: tex(glxu0700.pfb) = %{tl_version} -Provides: tex(glxu0800.pfb) = %{tl_version} -Provides: tex(glxu1000.pfb) = %{tl_version} -Provides: tex(glxu1200.pfb) = %{tl_version} -Provides: tex(glxu1382.pfb) = %{tl_version} -Provides: tex(glxu1659.pfb) = %{tl_version} -Provides: tex(glxu1991.pfb) = %{tl_version} -Provides: tex(glxu2389.pfb) = %{tl_version} -Provides: tex(glxu2866.pfb) = %{tl_version} -Provides: tex(glxu3440.pfb) = %{tl_version} -Provides: tex(glxu4128.pfb) = %{tl_version} -Provides: tex(gmmn0500.pfb) = %{tl_version} -Provides: tex(gmmn0600.pfb) = %{tl_version} -Provides: tex(gmmn0700.pfb) = %{tl_version} -Provides: tex(gmmn0800.pfb) = %{tl_version} -Provides: tex(gmmn0900.pfb) = %{tl_version} -Provides: tex(gmmn1000.pfb) = %{tl_version} -Provides: tex(gmmn1095.pfb) = %{tl_version} -Provides: tex(gmmn1200.pfb) = %{tl_version} -Provides: tex(gmmn1440.pfb) = %{tl_version} -Provides: tex(gmmn1728.pfb) = %{tl_version} -Provides: tex(gmmn2074.pfb) = %{tl_version} -Provides: tex(gmmn2488.pfb) = %{tl_version} -Provides: tex(gmmn2986.pfb) = %{tl_version} -Provides: tex(gmmn3583.pfb) = %{tl_version} -Provides: tex(gmmo0500.pfb) = %{tl_version} -Provides: tex(gmmo0600.pfb) = %{tl_version} -Provides: tex(gmmo0700.pfb) = %{tl_version} -Provides: tex(gmmo0800.pfb) = %{tl_version} -Provides: tex(gmmo0900.pfb) = %{tl_version} -Provides: tex(gmmo1000.pfb) = %{tl_version} -Provides: tex(gmmo1095.pfb) = %{tl_version} -Provides: tex(gmmo1200.pfb) = %{tl_version} -Provides: tex(gmmo1440.pfb) = %{tl_version} -Provides: tex(gmmo1728.pfb) = %{tl_version} -Provides: tex(gmmo2074.pfb) = %{tl_version} -Provides: tex(gmmo2488.pfb) = %{tl_version} -Provides: tex(gmmo2986.pfb) = %{tl_version} -Provides: tex(gmmo3583.pfb) = %{tl_version} -Provides: tex(gmtr0500.pfb) = %{tl_version} -Provides: tex(gmtr0600.pfb) = %{tl_version} -Provides: tex(gmtr0700.pfb) = %{tl_version} -Provides: tex(gmtr0800.pfb) = %{tl_version} -Provides: tex(gmtr0900.pfb) = %{tl_version} -Provides: tex(gmtr1000.pfb) = %{tl_version} -Provides: tex(gmtr1095.pfb) = %{tl_version} -Provides: tex(gmtr1200.pfb) = %{tl_version} -Provides: tex(gmtr1440.pfb) = %{tl_version} -Provides: tex(gmtr1728.pfb) = %{tl_version} -Provides: tex(gmtr2074.pfb) = %{tl_version} -Provides: tex(gmtr2488.pfb) = %{tl_version} -Provides: tex(gmtr2986.pfb) = %{tl_version} -Provides: tex(gmtr3583.pfb) = %{tl_version} -Provides: tex(gmxn0500.pfb) = %{tl_version} -Provides: tex(gmxn0600.pfb) = %{tl_version} -Provides: tex(gmxn0700.pfb) = %{tl_version} -Provides: tex(gmxn0800.pfb) = %{tl_version} -Provides: tex(gmxn0900.pfb) = %{tl_version} -Provides: tex(gmxn1000.pfb) = %{tl_version} -Provides: tex(gmxn1095.pfb) = %{tl_version} -Provides: tex(gmxn1200.pfb) = %{tl_version} -Provides: tex(gmxn1440.pfb) = %{tl_version} -Provides: tex(gmxn1728.pfb) = %{tl_version} -Provides: tex(gmxn2074.pfb) = %{tl_version} -Provides: tex(gmxn2488.pfb) = %{tl_version} -Provides: tex(gmxn2986.pfb) = %{tl_version} -Provides: tex(gmxn3583.pfb) = %{tl_version} -Provides: tex(gmxo0500.pfb) = %{tl_version} -Provides: tex(gmxo0600.pfb) = %{tl_version} -Provides: tex(gmxo0700.pfb) = %{tl_version} -Provides: tex(gmxo0800.pfb) = %{tl_version} -Provides: tex(gmxo0900.pfb) = %{tl_version} -Provides: tex(gmxo1000.pfb) = %{tl_version} -Provides: tex(gmxo1095.pfb) = %{tl_version} -Provides: tex(gmxo1200.pfb) = %{tl_version} -Provides: tex(gmxo1440.pfb) = %{tl_version} -Provides: tex(gmxo1728.pfb) = %{tl_version} -Provides: tex(gmxo2074.pfb) = %{tl_version} -Provides: tex(gmxo2488.pfb) = %{tl_version} -Provides: tex(gmxo2986.pfb) = %{tl_version} -Provides: tex(gmxo3583.pfb) = %{tl_version} -Provides: tex(gomc0500.pfb) = %{tl_version} -Provides: tex(gomc0600.pfb) = %{tl_version} -Provides: tex(gomc0700.pfb) = %{tl_version} -Provides: tex(gomc0800.pfb) = %{tl_version} -Provides: tex(gomc0900.pfb) = %{tl_version} -Provides: tex(gomc1000.pfb) = %{tl_version} -Provides: tex(gomc1095.pfb) = %{tl_version} -Provides: tex(gomc1200.pfb) = %{tl_version} -Provides: tex(gomc1440.pfb) = %{tl_version} -Provides: tex(gomc1728.pfb) = %{tl_version} -Provides: tex(gomc2074.pfb) = %{tl_version} -Provides: tex(gomc2488.pfb) = %{tl_version} -Provides: tex(gomc2986.pfb) = %{tl_version} -Provides: tex(gomc3583.pfb) = %{tl_version} -Provides: tex(gomi0500.pfb) = %{tl_version} -Provides: tex(gomi0600.pfb) = %{tl_version} -Provides: tex(gomi0700.pfb) = %{tl_version} -Provides: tex(gomi0800.pfb) = %{tl_version} -Provides: tex(gomi0900.pfb) = %{tl_version} -Provides: tex(gomi1000.pfb) = %{tl_version} -Provides: tex(gomi1095.pfb) = %{tl_version} -Provides: tex(gomi1200.pfb) = %{tl_version} -Provides: tex(gomi1440.pfb) = %{tl_version} -Provides: tex(gomi1728.pfb) = %{tl_version} -Provides: tex(gomi2074.pfb) = %{tl_version} -Provides: tex(gomi2488.pfb) = %{tl_version} -Provides: tex(gomi2986.pfb) = %{tl_version} -Provides: tex(gomi3583.pfb) = %{tl_version} -Provides: tex(gomn0500.pfb) = %{tl_version} -Provides: tex(gomn0600.pfb) = %{tl_version} -Provides: tex(gomn0700.pfb) = %{tl_version} -Provides: tex(gomn0800.pfb) = %{tl_version} -Provides: tex(gomn0900.pfb) = %{tl_version} -Provides: tex(gomn1000.pfb) = %{tl_version} -Provides: tex(gomn1095.pfb) = %{tl_version} -Provides: tex(gomn1200.pfb) = %{tl_version} -Provides: tex(gomn1440.pfb) = %{tl_version} -Provides: tex(gomn1728.pfb) = %{tl_version} -Provides: tex(gomn2074.pfb) = %{tl_version} -Provides: tex(gomn2488.pfb) = %{tl_version} -Provides: tex(gomn2986.pfb) = %{tl_version} -Provides: tex(gomn3583.pfb) = %{tl_version} -Provides: tex(gomo0500.pfb) = %{tl_version} -Provides: tex(gomo0600.pfb) = %{tl_version} -Provides: tex(gomo0700.pfb) = %{tl_version} -Provides: tex(gomo0800.pfb) = %{tl_version} -Provides: tex(gomo0900.pfb) = %{tl_version} -Provides: tex(gomo1000.pfb) = %{tl_version} -Provides: tex(gomo1095.pfb) = %{tl_version} -Provides: tex(gomo1200.pfb) = %{tl_version} -Provides: tex(gomo1440.pfb) = %{tl_version} -Provides: tex(gomo1728.pfb) = %{tl_version} -Provides: tex(gomo2074.pfb) = %{tl_version} -Provides: tex(gomo2488.pfb) = %{tl_version} -Provides: tex(gomo2986.pfb) = %{tl_version} -Provides: tex(gomo3583.pfb) = %{tl_version} -Provides: tex(gomu0500.pfb) = %{tl_version} -Provides: tex(gomu0600.pfb) = %{tl_version} -Provides: tex(gomu0700.pfb) = %{tl_version} -Provides: tex(gomu0800.pfb) = %{tl_version} -Provides: tex(gomu0900.pfb) = %{tl_version} -Provides: tex(gomu1000.pfb) = %{tl_version} -Provides: tex(gomu1095.pfb) = %{tl_version} -Provides: tex(gomu1200.pfb) = %{tl_version} -Provides: tex(gomu1440.pfb) = %{tl_version} -Provides: tex(gomu1728.pfb) = %{tl_version} -Provides: tex(gomu2074.pfb) = %{tl_version} -Provides: tex(gomu2488.pfb) = %{tl_version} -Provides: tex(gomu2986.pfb) = %{tl_version} -Provides: tex(gomu3583.pfb) = %{tl_version} -Provides: tex(goxc0500.pfb) = %{tl_version} -Provides: tex(goxc0600.pfb) = %{tl_version} -Provides: tex(goxc0700.pfb) = %{tl_version} -Provides: tex(goxc0800.pfb) = %{tl_version} -Provides: tex(goxc0900.pfb) = %{tl_version} -Provides: tex(goxc1000.pfb) = %{tl_version} -Provides: tex(goxc1095.pfb) = %{tl_version} -Provides: tex(goxc1200.pfb) = %{tl_version} -Provides: tex(goxc1440.pfb) = %{tl_version} -Provides: tex(goxc1728.pfb) = %{tl_version} -Provides: tex(goxc2074.pfb) = %{tl_version} -Provides: tex(goxc2488.pfb) = %{tl_version} -Provides: tex(goxc2986.pfb) = %{tl_version} -Provides: tex(goxc3583.pfb) = %{tl_version} -Provides: tex(goxi0500.pfb) = %{tl_version} -Provides: tex(goxi0600.pfb) = %{tl_version} -Provides: tex(goxi0700.pfb) = %{tl_version} -Provides: tex(goxi0800.pfb) = %{tl_version} -Provides: tex(goxi0900.pfb) = %{tl_version} -Provides: tex(goxi1000.pfb) = %{tl_version} -Provides: tex(goxi1095.pfb) = %{tl_version} -Provides: tex(goxi1200.pfb) = %{tl_version} -Provides: tex(goxi1440.pfb) = %{tl_version} -Provides: tex(goxi1728.pfb) = %{tl_version} -Provides: tex(goxi2074.pfb) = %{tl_version} -Provides: tex(goxi2488.pfb) = %{tl_version} -Provides: tex(goxi2986.pfb) = %{tl_version} -Provides: tex(goxi3583.pfb) = %{tl_version} -Provides: tex(goxn0500.pfb) = %{tl_version} -Provides: tex(goxn0600.pfb) = %{tl_version} -Provides: tex(goxn0700.pfb) = %{tl_version} -Provides: tex(goxn0800.pfb) = %{tl_version} -Provides: tex(goxn0900.pfb) = %{tl_version} -Provides: tex(goxn1000.pfb) = %{tl_version} -Provides: tex(goxn1095.pfb) = %{tl_version} -Provides: tex(goxn1200.pfb) = %{tl_version} -Provides: tex(goxn1440.pfb) = %{tl_version} -Provides: tex(goxn1728.pfb) = %{tl_version} -Provides: tex(goxn2074.pfb) = %{tl_version} -Provides: tex(goxn2488.pfb) = %{tl_version} -Provides: tex(goxn2986.pfb) = %{tl_version} -Provides: tex(goxn3583.pfb) = %{tl_version} -Provides: tex(goxo0500.pfb) = %{tl_version} -Provides: tex(goxo0600.pfb) = %{tl_version} -Provides: tex(goxo0700.pfb) = %{tl_version} -Provides: tex(goxo0800.pfb) = %{tl_version} -Provides: tex(goxo0900.pfb) = %{tl_version} -Provides: tex(goxo1000.pfb) = %{tl_version} -Provides: tex(goxo1095.pfb) = %{tl_version} -Provides: tex(goxo1200.pfb) = %{tl_version} -Provides: tex(goxo1440.pfb) = %{tl_version} -Provides: tex(goxo1728.pfb) = %{tl_version} -Provides: tex(goxo2074.pfb) = %{tl_version} -Provides: tex(goxo2488.pfb) = %{tl_version} -Provides: tex(goxo2986.pfb) = %{tl_version} -Provides: tex(goxo3583.pfb) = %{tl_version} -Provides: tex(goxu0500.pfb) = %{tl_version} -Provides: tex(goxu0600.pfb) = %{tl_version} -Provides: tex(goxu0700.pfb) = %{tl_version} -Provides: tex(goxu0800.pfb) = %{tl_version} -Provides: tex(goxu0900.pfb) = %{tl_version} -Provides: tex(goxu1000.pfb) = %{tl_version} -Provides: tex(goxu1095.pfb) = %{tl_version} -Provides: tex(goxu1200.pfb) = %{tl_version} -Provides: tex(goxu1440.pfb) = %{tl_version} -Provides: tex(goxu1728.pfb) = %{tl_version} -Provides: tex(goxu2074.pfb) = %{tl_version} -Provides: tex(goxu2488.pfb) = %{tl_version} -Provides: tex(goxu2986.pfb) = %{tl_version} -Provides: tex(goxu3583.pfb) = %{tl_version} -Provides: tex(grbl0500.pfb) = %{tl_version} -Provides: tex(grbl0600.pfb) = %{tl_version} -Provides: tex(grbl0700.pfb) = %{tl_version} -Provides: tex(grbl0800.pfb) = %{tl_version} -Provides: tex(grbl0900.pfb) = %{tl_version} -Provides: tex(grbl1000.pfb) = %{tl_version} -Provides: tex(grbl1095.pfb) = %{tl_version} -Provides: tex(grbl1200.pfb) = %{tl_version} -Provides: tex(grbl1440.pfb) = %{tl_version} -Provides: tex(grbl1728.pfb) = %{tl_version} -Provides: tex(grbl2074.pfb) = %{tl_version} -Provides: tex(grbl2488.pfb) = %{tl_version} -Provides: tex(grbl2986.pfb) = %{tl_version} -Provides: tex(grbl3583.pfb) = %{tl_version} -Provides: tex(grmc0500.pfb) = %{tl_version} -Provides: tex(grmc0600.pfb) = %{tl_version} -Provides: tex(grmc0700.pfb) = %{tl_version} -Provides: tex(grmc0800.pfb) = %{tl_version} -Provides: tex(grmc0900.pfb) = %{tl_version} -Provides: tex(grmc1000.pfb) = %{tl_version} -Provides: tex(grmc1095.pfb) = %{tl_version} -Provides: tex(grmc1200.pfb) = %{tl_version} -Provides: tex(grmc1440.pfb) = %{tl_version} -Provides: tex(grmc1728.pfb) = %{tl_version} -Provides: tex(grmc2074.pfb) = %{tl_version} -Provides: tex(grmc2488.pfb) = %{tl_version} -Provides: tex(grmc2986.pfb) = %{tl_version} -Provides: tex(grmc3583.pfb) = %{tl_version} -Provides: tex(grmi0500.pfb) = %{tl_version} -Provides: tex(grmi0600.pfb) = %{tl_version} -Provides: tex(grmi0700.pfb) = %{tl_version} -Provides: tex(grmi0800.pfb) = %{tl_version} -Provides: tex(grmi0900.pfb) = %{tl_version} -Provides: tex(grmi1000.pfb) = %{tl_version} -Provides: tex(grmi1095.pfb) = %{tl_version} -Provides: tex(grmi1200.pfb) = %{tl_version} -Provides: tex(grmi1440.pfb) = %{tl_version} -Provides: tex(grmi1728.pfb) = %{tl_version} -Provides: tex(grmi2074.pfb) = %{tl_version} -Provides: tex(grmi2488.pfb) = %{tl_version} -Provides: tex(grmi2986.pfb) = %{tl_version} -Provides: tex(grmi3583.pfb) = %{tl_version} -Provides: tex(grml0500.pfb) = %{tl_version} -Provides: tex(grml0600.pfb) = %{tl_version} -Provides: tex(grml0700.pfb) = %{tl_version} -Provides: tex(grml0800.pfb) = %{tl_version} -Provides: tex(grml0900.pfb) = %{tl_version} -Provides: tex(grml1000.pfb) = %{tl_version} -Provides: tex(grml1095.pfb) = %{tl_version} -Provides: tex(grml1200.pfb) = %{tl_version} -Provides: tex(grml1440.pfb) = %{tl_version} -Provides: tex(grml1728.pfb) = %{tl_version} -Provides: tex(grml2074.pfb) = %{tl_version} -Provides: tex(grml2488.pfb) = %{tl_version} -Provides: tex(grml2986.pfb) = %{tl_version} -Provides: tex(grml3583.pfb) = %{tl_version} -Provides: tex(grmn0500.pfb) = %{tl_version} -Provides: tex(grmn0600.pfb) = %{tl_version} -Provides: tex(grmn0700.pfb) = %{tl_version} -Provides: tex(grmn0800.pfb) = %{tl_version} -Provides: tex(grmn0900.pfb) = %{tl_version} -Provides: tex(grmn1000.pfb) = %{tl_version} -Provides: tex(grmn1095.pfb) = %{tl_version} -Provides: tex(grmn1200.pfb) = %{tl_version} -Provides: tex(grmn1440.pfb) = %{tl_version} -Provides: tex(grmn1728.pfb) = %{tl_version} -Provides: tex(grmn2074.pfb) = %{tl_version} -Provides: tex(grmn2488.pfb) = %{tl_version} -Provides: tex(grmn2986.pfb) = %{tl_version} -Provides: tex(grmn3583.pfb) = %{tl_version} -Provides: tex(grmo0500.pfb) = %{tl_version} -Provides: tex(grmo0600.pfb) = %{tl_version} -Provides: tex(grmo0700.pfb) = %{tl_version} -Provides: tex(grmo0800.pfb) = %{tl_version} -Provides: tex(grmo0900.pfb) = %{tl_version} -Provides: tex(grmo1000.pfb) = %{tl_version} -Provides: tex(grmo1095.pfb) = %{tl_version} -Provides: tex(grmo1200.pfb) = %{tl_version} -Provides: tex(grmo1440.pfb) = %{tl_version} -Provides: tex(grmo1728.pfb) = %{tl_version} -Provides: tex(grmo2074.pfb) = %{tl_version} -Provides: tex(grmo2488.pfb) = %{tl_version} -Provides: tex(grmo2986.pfb) = %{tl_version} -Provides: tex(grmo3583.pfb) = %{tl_version} -Provides: tex(grmu0500.pfb) = %{tl_version} -Provides: tex(grmu0600.pfb) = %{tl_version} -Provides: tex(grmu0700.pfb) = %{tl_version} -Provides: tex(grmu0800.pfb) = %{tl_version} -Provides: tex(grmu0900.pfb) = %{tl_version} -Provides: tex(grmu1000.pfb) = %{tl_version} -Provides: tex(grmu1095.pfb) = %{tl_version} -Provides: tex(grmu1200.pfb) = %{tl_version} -Provides: tex(grmu1440.pfb) = %{tl_version} -Provides: tex(grmu1728.pfb) = %{tl_version} -Provides: tex(grmu2074.pfb) = %{tl_version} -Provides: tex(grmu2488.pfb) = %{tl_version} -Provides: tex(grmu2986.pfb) = %{tl_version} -Provides: tex(grmu3583.pfb) = %{tl_version} -Provides: tex(grxc0500.pfb) = %{tl_version} -Provides: tex(grxc0600.pfb) = %{tl_version} -Provides: tex(grxc0700.pfb) = %{tl_version} -Provides: tex(grxc0800.pfb) = %{tl_version} -Provides: tex(grxc0900.pfb) = %{tl_version} -Provides: tex(grxc1000.pfb) = %{tl_version} -Provides: tex(grxc1095.pfb) = %{tl_version} -Provides: tex(grxc1200.pfb) = %{tl_version} -Provides: tex(grxc1440.pfb) = %{tl_version} -Provides: tex(grxc1728.pfb) = %{tl_version} -Provides: tex(grxc2074.pfb) = %{tl_version} -Provides: tex(grxc2488.pfb) = %{tl_version} -Provides: tex(grxc2986.pfb) = %{tl_version} -Provides: tex(grxc3583.pfb) = %{tl_version} -Provides: tex(grxi0500.pfb) = %{tl_version} -Provides: tex(grxi0600.pfb) = %{tl_version} -Provides: tex(grxi0700.pfb) = %{tl_version} -Provides: tex(grxi0800.pfb) = %{tl_version} -Provides: tex(grxi0900.pfb) = %{tl_version} -Provides: tex(grxi1000.pfb) = %{tl_version} -Provides: tex(grxi1095.pfb) = %{tl_version} -Provides: tex(grxi1200.pfb) = %{tl_version} -Provides: tex(grxi1440.pfb) = %{tl_version} -Provides: tex(grxi1728.pfb) = %{tl_version} -Provides: tex(grxi2074.pfb) = %{tl_version} -Provides: tex(grxi2488.pfb) = %{tl_version} -Provides: tex(grxi2986.pfb) = %{tl_version} -Provides: tex(grxi3583.pfb) = %{tl_version} -Provides: tex(grxl0500.pfb) = %{tl_version} -Provides: tex(grxl0600.pfb) = %{tl_version} -Provides: tex(grxl0700.pfb) = %{tl_version} -Provides: tex(grxl0800.pfb) = %{tl_version} -Provides: tex(grxl0900.pfb) = %{tl_version} -Provides: tex(grxl1000.pfb) = %{tl_version} -Provides: tex(grxl1095.pfb) = %{tl_version} -Provides: tex(grxl1200.pfb) = %{tl_version} -Provides: tex(grxl1440.pfb) = %{tl_version} -Provides: tex(grxl1728.pfb) = %{tl_version} -Provides: tex(grxl2074.pfb) = %{tl_version} -Provides: tex(grxl2488.pfb) = %{tl_version} -Provides: tex(grxl2986.pfb) = %{tl_version} -Provides: tex(grxl3583.pfb) = %{tl_version} -Provides: tex(grxn0500.pfb) = %{tl_version} -Provides: tex(grxn0600.pfb) = %{tl_version} -Provides: tex(grxn0700.pfb) = %{tl_version} -Provides: tex(grxn0800.pfb) = %{tl_version} -Provides: tex(grxn0900.pfb) = %{tl_version} -Provides: tex(grxn1000.pfb) = %{tl_version} -Provides: tex(grxn1095.pfb) = %{tl_version} -Provides: tex(grxn1200.pfb) = %{tl_version} -Provides: tex(grxn1440.pfb) = %{tl_version} -Provides: tex(grxn1728.pfb) = %{tl_version} -Provides: tex(grxn2074.pfb) = %{tl_version} -Provides: tex(grxn2488.pfb) = %{tl_version} -Provides: tex(grxn2986.pfb) = %{tl_version} -Provides: tex(grxn3583.pfb) = %{tl_version} -Provides: tex(grxo0500.pfb) = %{tl_version} -Provides: tex(grxo0600.pfb) = %{tl_version} -Provides: tex(grxo0700.pfb) = %{tl_version} -Provides: tex(grxo0800.pfb) = %{tl_version} -Provides: tex(grxo0900.pfb) = %{tl_version} -Provides: tex(grxo1000.pfb) = %{tl_version} -Provides: tex(grxo1095.pfb) = %{tl_version} -Provides: tex(grxo1200.pfb) = %{tl_version} -Provides: tex(grxo1440.pfb) = %{tl_version} -Provides: tex(grxo1728.pfb) = %{tl_version} -Provides: tex(grxo2074.pfb) = %{tl_version} -Provides: tex(grxo2488.pfb) = %{tl_version} -Provides: tex(grxo2986.pfb) = %{tl_version} -Provides: tex(grxo3583.pfb) = %{tl_version} -Provides: tex(grxu0500.pfb) = %{tl_version} -Provides: tex(grxu0600.pfb) = %{tl_version} -Provides: tex(grxu0700.pfb) = %{tl_version} -Provides: tex(grxu0800.pfb) = %{tl_version} -Provides: tex(grxu0900.pfb) = %{tl_version} -Provides: tex(grxu1000.pfb) = %{tl_version} -Provides: tex(grxu1095.pfb) = %{tl_version} -Provides: tex(grxu1200.pfb) = %{tl_version} -Provides: tex(grxu1440.pfb) = %{tl_version} -Provides: tex(grxu1728.pfb) = %{tl_version} -Provides: tex(grxu2074.pfb) = %{tl_version} -Provides: tex(grxu2488.pfb) = %{tl_version} -Provides: tex(grxu2986.pfb) = %{tl_version} -Provides: tex(grxu3583.pfb) = %{tl_version} -Provides: tex(gsma0500.pfb) = %{tl_version} -Provides: tex(gsma0600.pfb) = %{tl_version} -Provides: tex(gsma0700.pfb) = %{tl_version} -Provides: tex(gsma0800.pfb) = %{tl_version} -Provides: tex(gsma0900.pfb) = %{tl_version} -Provides: tex(gsma1000.pfb) = %{tl_version} -Provides: tex(gsma1095.pfb) = %{tl_version} -Provides: tex(gsma1200.pfb) = %{tl_version} -Provides: tex(gsma1440.pfb) = %{tl_version} -Provides: tex(gsma1728.pfb) = %{tl_version} -Provides: tex(gsma2074.pfb) = %{tl_version} -Provides: tex(gsma2488.pfb) = %{tl_version} -Provides: tex(gsma2986.pfb) = %{tl_version} -Provides: tex(gsma3583.pfb) = %{tl_version} -Provides: tex(gsmc0500.pfb) = %{tl_version} -Provides: tex(gsmc0600.pfb) = %{tl_version} -Provides: tex(gsmc0700.pfb) = %{tl_version} -Provides: tex(gsmc0800.pfb) = %{tl_version} -Provides: tex(gsmc0900.pfb) = %{tl_version} -Provides: tex(gsmc1000.pfb) = %{tl_version} -Provides: tex(gsmc1095.pfb) = %{tl_version} -Provides: tex(gsmc1200.pfb) = %{tl_version} -Provides: tex(gsmc1440.pfb) = %{tl_version} -Provides: tex(gsmc1728.pfb) = %{tl_version} -Provides: tex(gsmc2074.pfb) = %{tl_version} -Provides: tex(gsmc2488.pfb) = %{tl_version} -Provides: tex(gsmc2986.pfb) = %{tl_version} -Provides: tex(gsmc3583.pfb) = %{tl_version} -Provides: tex(gsme0500.pfb) = %{tl_version} -Provides: tex(gsme0600.pfb) = %{tl_version} -Provides: tex(gsme0700.pfb) = %{tl_version} -Provides: tex(gsme0800.pfb) = %{tl_version} -Provides: tex(gsme0900.pfb) = %{tl_version} -Provides: tex(gsme1000.pfb) = %{tl_version} -Provides: tex(gsme1095.pfb) = %{tl_version} -Provides: tex(gsme1200.pfb) = %{tl_version} -Provides: tex(gsme1440.pfb) = %{tl_version} -Provides: tex(gsme1728.pfb) = %{tl_version} -Provides: tex(gsme2074.pfb) = %{tl_version} -Provides: tex(gsme2488.pfb) = %{tl_version} -Provides: tex(gsme2986.pfb) = %{tl_version} -Provides: tex(gsme3583.pfb) = %{tl_version} -Provides: tex(gsmi0500.pfb) = %{tl_version} -Provides: tex(gsmi0600.pfb) = %{tl_version} -Provides: tex(gsmi0700.pfb) = %{tl_version} -Provides: tex(gsmi0800.pfb) = %{tl_version} -Provides: tex(gsmi0900.pfb) = %{tl_version} -Provides: tex(gsmi1000.pfb) = %{tl_version} -Provides: tex(gsmi1095.pfb) = %{tl_version} -Provides: tex(gsmi1200.pfb) = %{tl_version} -Provides: tex(gsmi1440.pfb) = %{tl_version} -Provides: tex(gsmi1728.pfb) = %{tl_version} -Provides: tex(gsmi2074.pfb) = %{tl_version} -Provides: tex(gsmi2488.pfb) = %{tl_version} -Provides: tex(gsmi2986.pfb) = %{tl_version} -Provides: tex(gsmi3583.pfb) = %{tl_version} -Provides: tex(gsmn0500.pfb) = %{tl_version} -Provides: tex(gsmn0600.pfb) = %{tl_version} -Provides: tex(gsmn0700.pfb) = %{tl_version} -Provides: tex(gsmn0800.pfb) = %{tl_version} -Provides: tex(gsmn0900.pfb) = %{tl_version} -Provides: tex(gsmn1000.pfb) = %{tl_version} -Provides: tex(gsmn1095.pfb) = %{tl_version} -Provides: tex(gsmn1200.pfb) = %{tl_version} -Provides: tex(gsmn1440.pfb) = %{tl_version} -Provides: tex(gsmn1728.pfb) = %{tl_version} -Provides: tex(gsmn2074.pfb) = %{tl_version} -Provides: tex(gsmn2488.pfb) = %{tl_version} -Provides: tex(gsmn2986.pfb) = %{tl_version} -Provides: tex(gsmn3583.pfb) = %{tl_version} -Provides: tex(gsmo0500.pfb) = %{tl_version} -Provides: tex(gsmo0600.pfb) = %{tl_version} -Provides: tex(gsmo0700.pfb) = %{tl_version} -Provides: tex(gsmo0800.pfb) = %{tl_version} -Provides: tex(gsmo0900.pfb) = %{tl_version} -Provides: tex(gsmo1000.pfb) = %{tl_version} -Provides: tex(gsmo1095.pfb) = %{tl_version} -Provides: tex(gsmo1200.pfb) = %{tl_version} -Provides: tex(gsmo1440.pfb) = %{tl_version} -Provides: tex(gsmo1728.pfb) = %{tl_version} -Provides: tex(gsmo2074.pfb) = %{tl_version} -Provides: tex(gsmo2488.pfb) = %{tl_version} -Provides: tex(gsmo2986.pfb) = %{tl_version} -Provides: tex(gsmo3583.pfb) = %{tl_version} -Provides: tex(gsmu0500.pfb) = %{tl_version} -Provides: tex(gsmu0600.pfb) = %{tl_version} -Provides: tex(gsmu0700.pfb) = %{tl_version} -Provides: tex(gsmu0800.pfb) = %{tl_version} -Provides: tex(gsmu0900.pfb) = %{tl_version} -Provides: tex(gsmu1000.pfb) = %{tl_version} -Provides: tex(gsmu1095.pfb) = %{tl_version} -Provides: tex(gsmu1200.pfb) = %{tl_version} -Provides: tex(gsmu1440.pfb) = %{tl_version} -Provides: tex(gsmu1728.pfb) = %{tl_version} -Provides: tex(gsmu2074.pfb) = %{tl_version} -Provides: tex(gsmu2488.pfb) = %{tl_version} -Provides: tex(gsmu2986.pfb) = %{tl_version} -Provides: tex(gsmu3583.pfb) = %{tl_version} -Provides: tex(gsxa0500.pfb) = %{tl_version} -Provides: tex(gsxa0600.pfb) = %{tl_version} -Provides: tex(gsxa0700.pfb) = %{tl_version} -Provides: tex(gsxa0800.pfb) = %{tl_version} -Provides: tex(gsxa0900.pfb) = %{tl_version} -Provides: tex(gsxa1000.pfb) = %{tl_version} -Provides: tex(gsxa1095.pfb) = %{tl_version} -Provides: tex(gsxa1200.pfb) = %{tl_version} -Provides: tex(gsxa1440.pfb) = %{tl_version} -Provides: tex(gsxa1728.pfb) = %{tl_version} -Provides: tex(gsxa2074.pfb) = %{tl_version} -Provides: tex(gsxa2488.pfb) = %{tl_version} -Provides: tex(gsxa2986.pfb) = %{tl_version} -Provides: tex(gsxa3583.pfb) = %{tl_version} -Provides: tex(gsxc0500.pfb) = %{tl_version} -Provides: tex(gsxc0600.pfb) = %{tl_version} -Provides: tex(gsxc0700.pfb) = %{tl_version} -Provides: tex(gsxc0800.pfb) = %{tl_version} -Provides: tex(gsxc0900.pfb) = %{tl_version} -Provides: tex(gsxc1000.pfb) = %{tl_version} -Provides: tex(gsxc1095.pfb) = %{tl_version} -Provides: tex(gsxc1200.pfb) = %{tl_version} -Provides: tex(gsxc1440.pfb) = %{tl_version} -Provides: tex(gsxc1728.pfb) = %{tl_version} -Provides: tex(gsxc2074.pfb) = %{tl_version} -Provides: tex(gsxc2488.pfb) = %{tl_version} -Provides: tex(gsxc2986.pfb) = %{tl_version} -Provides: tex(gsxc3583.pfb) = %{tl_version} -Provides: tex(gsxe0500.pfb) = %{tl_version} -Provides: tex(gsxe0600.pfb) = %{tl_version} -Provides: tex(gsxe0700.pfb) = %{tl_version} -Provides: tex(gsxe0800.pfb) = %{tl_version} -Provides: tex(gsxe0900.pfb) = %{tl_version} -Provides: tex(gsxe1000.pfb) = %{tl_version} -Provides: tex(gsxe1095.pfb) = %{tl_version} -Provides: tex(gsxe1200.pfb) = %{tl_version} -Provides: tex(gsxe1440.pfb) = %{tl_version} -Provides: tex(gsxe1728.pfb) = %{tl_version} -Provides: tex(gsxe2074.pfb) = %{tl_version} -Provides: tex(gsxe2488.pfb) = %{tl_version} -Provides: tex(gsxe2986.pfb) = %{tl_version} -Provides: tex(gsxe3583.pfb) = %{tl_version} -Provides: tex(gsxi0500.pfb) = %{tl_version} -Provides: tex(gsxi0600.pfb) = %{tl_version} -Provides: tex(gsxi0700.pfb) = %{tl_version} -Provides: tex(gsxi0800.pfb) = %{tl_version} -Provides: tex(gsxi0900.pfb) = %{tl_version} -Provides: tex(gsxi1000.pfb) = %{tl_version} -Provides: tex(gsxi1095.pfb) = %{tl_version} -Provides: tex(gsxi1200.pfb) = %{tl_version} -Provides: tex(gsxi1440.pfb) = %{tl_version} -Provides: tex(gsxi1728.pfb) = %{tl_version} -Provides: tex(gsxi2074.pfb) = %{tl_version} -Provides: tex(gsxi2488.pfb) = %{tl_version} -Provides: tex(gsxi2986.pfb) = %{tl_version} -Provides: tex(gsxi3583.pfb) = %{tl_version} -Provides: tex(gsxn0500.pfb) = %{tl_version} -Provides: tex(gsxn0600.pfb) = %{tl_version} -Provides: tex(gsxn0700.pfb) = %{tl_version} -Provides: tex(gsxn0800.pfb) = %{tl_version} -Provides: tex(gsxn0900.pfb) = %{tl_version} -Provides: tex(gsxn1000.pfb) = %{tl_version} -Provides: tex(gsxn1095.pfb) = %{tl_version} -Provides: tex(gsxn1200.pfb) = %{tl_version} -Provides: tex(gsxn1440.pfb) = %{tl_version} -Provides: tex(gsxn1728.pfb) = %{tl_version} -Provides: tex(gsxn2074.pfb) = %{tl_version} -Provides: tex(gsxn2488.pfb) = %{tl_version} -Provides: tex(gsxn2986.pfb) = %{tl_version} -Provides: tex(gsxn3583.pfb) = %{tl_version} -Provides: tex(gsxo0500.pfb) = %{tl_version} -Provides: tex(gsxo0600.pfb) = %{tl_version} -Provides: tex(gsxo0700.pfb) = %{tl_version} -Provides: tex(gsxo0800.pfb) = %{tl_version} -Provides: tex(gsxo0900.pfb) = %{tl_version} -Provides: tex(gsxo1000.pfb) = %{tl_version} -Provides: tex(gsxo1095.pfb) = %{tl_version} -Provides: tex(gsxo1200.pfb) = %{tl_version} -Provides: tex(gsxo1440.pfb) = %{tl_version} -Provides: tex(gsxo1728.pfb) = %{tl_version} -Provides: tex(gsxo2074.pfb) = %{tl_version} -Provides: tex(gsxo2488.pfb) = %{tl_version} -Provides: tex(gsxo2986.pfb) = %{tl_version} -Provides: tex(gsxo3583.pfb) = %{tl_version} -Provides: tex(gsxu0500.pfb) = %{tl_version} -Provides: tex(gsxu0600.pfb) = %{tl_version} -Provides: tex(gsxu0700.pfb) = %{tl_version} -Provides: tex(gsxu0800.pfb) = %{tl_version} -Provides: tex(gsxu0900.pfb) = %{tl_version} -Provides: tex(gsxu1000.pfb) = %{tl_version} -Provides: tex(gsxu1095.pfb) = %{tl_version} -Provides: tex(gsxu1200.pfb) = %{tl_version} -Provides: tex(gsxu1440.pfb) = %{tl_version} -Provides: tex(gsxu1728.pfb) = %{tl_version} -Provides: tex(gsxu2074.pfb) = %{tl_version} -Provides: tex(gsxu2488.pfb) = %{tl_version} -Provides: tex(gsxu2986.pfb) = %{tl_version} -Provides: tex(gsxu3583.pfb) = %{tl_version} -Provides: tex(gttc0500.pfb) = %{tl_version} -Provides: tex(gttc0600.pfb) = %{tl_version} -Provides: tex(gttc0700.pfb) = %{tl_version} -Provides: tex(gttc0800.pfb) = %{tl_version} -Provides: tex(gttc0900.pfb) = %{tl_version} -Provides: tex(gttc1000.pfb) = %{tl_version} -Provides: tex(gttc1095.pfb) = %{tl_version} -Provides: tex(gttc1200.pfb) = %{tl_version} -Provides: tex(gttc1440.pfb) = %{tl_version} -Provides: tex(gttc1728.pfb) = %{tl_version} -Provides: tex(gttc2074.pfb) = %{tl_version} -Provides: tex(gttc2488.pfb) = %{tl_version} -Provides: tex(gttc2986.pfb) = %{tl_version} -Provides: tex(gttc3583.pfb) = %{tl_version} -Provides: tex(gtti0500.pfb) = %{tl_version} -Provides: tex(gtti0600.pfb) = %{tl_version} -Provides: tex(gtti0700.pfb) = %{tl_version} -Provides: tex(gtti0800.pfb) = %{tl_version} -Provides: tex(gtti0900.pfb) = %{tl_version} -Provides: tex(gtti1000.pfb) = %{tl_version} -Provides: tex(gtti1095.pfb) = %{tl_version} -Provides: tex(gtti1200.pfb) = %{tl_version} -Provides: tex(gtti1440.pfb) = %{tl_version} -Provides: tex(gtti1728.pfb) = %{tl_version} -Provides: tex(gtti2074.pfb) = %{tl_version} -Provides: tex(gtti2488.pfb) = %{tl_version} -Provides: tex(gtti2986.pfb) = %{tl_version} -Provides: tex(gtti3583.pfb) = %{tl_version} -Provides: tex(gttn0500.pfb) = %{tl_version} -Provides: tex(gttn0600.pfb) = %{tl_version} -Provides: tex(gttn0700.pfb) = %{tl_version} -Provides: tex(gttn0800.pfb) = %{tl_version} -Provides: tex(gttn0900.pfb) = %{tl_version} -Provides: tex(gttn1000.pfb) = %{tl_version} -Provides: tex(gttn1095.pfb) = %{tl_version} -Provides: tex(gttn1200.pfb) = %{tl_version} -Provides: tex(gttn1440.pfb) = %{tl_version} -Provides: tex(gttn1728.pfb) = %{tl_version} -Provides: tex(gttn2074.pfb) = %{tl_version} -Provides: tex(gttn2488.pfb) = %{tl_version} -Provides: tex(gttn2986.pfb) = %{tl_version} -Provides: tex(gttn3583.pfb) = %{tl_version} -Provides: tex(gtto0500.pfb) = %{tl_version} -Provides: tex(gtto0600.pfb) = %{tl_version} -Provides: tex(gtto0700.pfb) = %{tl_version} -Provides: tex(gtto0800.pfb) = %{tl_version} -Provides: tex(gtto0900.pfb) = %{tl_version} -Provides: tex(gtto1000.pfb) = %{tl_version} -Provides: tex(gtto1095.pfb) = %{tl_version} -Provides: tex(gtto1200.pfb) = %{tl_version} -Provides: tex(gtto1440.pfb) = %{tl_version} -Provides: tex(gtto1728.pfb) = %{tl_version} -Provides: tex(gtto2074.pfb) = %{tl_version} -Provides: tex(gtto2488.pfb) = %{tl_version} -Provides: tex(gtto2986.pfb) = %{tl_version} -Provides: tex(gtto3583.pfb) = %{tl_version} -Provides: tex(gttu0500.pfb) = %{tl_version} -Provides: tex(gttu0600.pfb) = %{tl_version} -Provides: tex(gttu0700.pfb) = %{tl_version} -Provides: tex(gttu0800.pfb) = %{tl_version} -Provides: tex(gttu0900.pfb) = %{tl_version} -Provides: tex(gttu1000.pfb) = %{tl_version} -Provides: tex(gttu1095.pfb) = %{tl_version} -Provides: tex(gttu1200.pfb) = %{tl_version} -Provides: tex(gttu1440.pfb) = %{tl_version} -Provides: tex(gttu1728.pfb) = %{tl_version} -Provides: tex(gttu2074.pfb) = %{tl_version} -Provides: tex(gttu2488.pfb) = %{tl_version} -Provides: tex(gttu2986.pfb) = %{tl_version} -Provides: tex(gttu3583.pfb) = %{tl_version} - -%description cbfonts -This bundle presents the whole of Beccari's original Greek font -set, both as MetaFont source and in Adobe Type 1 format. The -set is available at the same wide set of design sizes as are -such font sets as the EC fonts. - -date: 2010-07-13 20:13:45 +0200 - -%post cbfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap cbgreek-full.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cbgreek-full.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cbfonts -if [ $1 == 0 ] ; then -sed -i '/^MixedMap cbgreek-full.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cbfonts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cbfonts-doc -Summary: Documentation for cbfonts -Version: svn20304.0 -Release: %{tl_noarch_release} -Provides: tex-cbfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description cbfonts-doc -Documentation for cbfonts - -%package ccaption -Provides: tex-ccaption = %{tl_version} -License: LPPL 1.3 -Summary: Continuation headings and legends for floats -Version: svn23443.3.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ccaption.sty) = %{tl_version} - -%description ccaption -A package providing commands for 'continuation captions', -unnumbered captions, and also a non-specific legend heading for -any environment. Methods are also provided to define captions -for use outside float (e.g., figure and table) environments, -and to define new float environments and Lists of Floats. Tools -are provided for specifying your own captioning styles. - -date: 2009-09-02 11:33:10 +0200 - -%post ccaption -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ccaption -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ccaption -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ccaption-doc -Summary: Documentation for ccaption -Version: svn23443.3.2b -Release: %{tl_noarch_release} -Provides: tex-ccaption-doc -BuildArch: noarch -AutoReqProv: No - -%description ccaption-doc -Documentation for ccaption - -%package ccfonts -Provides: tex-ccfonts = %{tl_version} -License: LPPL -Summary: Support for Concrete text and math fonts in LaTeX -Version: svn17122.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ccfonts.sty) = %{tl_version} -Provides: tex(t1ccr.fd) = %{tl_version} -Provides: tex(ts1ccr.fd) = %{tl_version} - -%description ccfonts -LaTeX font definition files for the Concrete fonts and a LaTeX -package for typesetting documents using Concrete as the default -font family. The files support OT1, T1, TS1, and Concrete -mathematics including AMS fonts (Ulrik Vieth's concmath). - -date: 2010-02-21 01:29:55 +0100 - -%post ccfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ccfonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ccfonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ccfonts-doc -Summary: Documentation for ccfonts -Version: svn17122.1.1 -Release: %{tl_noarch_release} -Provides: tex-ccfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description ccfonts-doc -Documentation for ccfonts - -%package ccicons -Provides: tex-ccicons = %{tl_version} -License: LPPL -Summary: ccicons package -Version: svn26608.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(ccicons-u.enc) = %{tl_version} -Provides: tex(ccicons.map) = %{tl_version} -Provides: tex(ccicons.tfm) = %{tl_version} -Provides: tex(ccicons.pfb) = %{tl_version} -Provides: tex(ccicons.sty) = %{tl_version} - -%description ccicons -ccicons package - -%post ccicons -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ccicons.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ccicons.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ccicons -if [ $1 == 0 ] ; then -sed -i '/^Map ccicons.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ccicons -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ccicons-doc -Summary: Documentation for ccicons -Version: svn26608.0 -Release: %{tl_noarch_release} -Provides: tex-ccicons-doc -BuildArch: noarch -AutoReqProv: No - -%description ccicons-doc -Documentation for ccicons - -%package cclicenses -Provides: tex-cclicenses = %{tl_version} -License: LPPL -Summary: Typeset Creative Commons licence logos -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(rotating.sty) -Provides: tex(cclicenses.sty) = %{tl_version} - -%description cclicenses -The cclicenses package helps users typesetting Creative Commons -logos in LaTeX. It defines some commands useful to quickly -write these logos, related to CC licences versions 1.0 and 2.0. - -date: 2008-08-17 13:56:26 +0200 - -%post cclicenses -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cclicenses -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cclicenses -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cclicenses-doc -Summary: Documentation for cclicenses -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cclicenses-doc -BuildArch: noarch -AutoReqProv: No - -%description cclicenses-doc -Documentation for cclicenses - -%package cc-pl -Provides: tex-cc-pl = %{tl_version} -License: Public Domain -Summary: Polish extension of Computer Concrete fonts -Version: svn15878.1.02.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(ccpl.map) = %{tl_version} -Provides: tex(pccsc10.tfm) = %{tl_version} -Provides: tex(pcmi10.tfm) = %{tl_version} -Provides: tex(pcr10.tfm) = %{tl_version} -Provides: tex(pcr5.tfm) = %{tl_version} -Provides: tex(pcr6.tfm) = %{tl_version} -Provides: tex(pcr7.tfm) = %{tl_version} -Provides: tex(pcr8.tfm) = %{tl_version} -Provides: tex(pcr9.tfm) = %{tl_version} -Provides: tex(pcsl10.tfm) = %{tl_version} -Provides: tex(pcslc9.tfm) = %{tl_version} -Provides: tex(pcti10.tfm) = %{tl_version} -Provides: tex(pccsc10.pfb) = %{tl_version} -Provides: tex(pcmi10.pfb) = %{tl_version} -Provides: tex(pcr10.pfb) = %{tl_version} -Provides: tex(pcr5.pfb) = %{tl_version} -Provides: tex(pcr6.pfb) = %{tl_version} -Provides: tex(pcr7.pfb) = %{tl_version} -Provides: tex(pcr8.pfb) = %{tl_version} -Provides: tex(pcr9.pfb) = %{tl_version} -Provides: tex(pcsl10.pfb) = %{tl_version} -Provides: tex(pcslc9.pfb) = %{tl_version} -Provides: tex(pcti10.pfb) = %{tl_version} - -%description cc-pl -These MetaFont sources rely on the availability of the MetaFont -'Polish' fonts and of the MetaFont sources of the original -Concrete fonts. Adobe Type 1 versions of the fonts are -included. - -date: 2009-09-24 20:53:04 +0200 - -%post cc-pl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap ccpl.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap ccpl.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cc-pl -if [ $1 == 0 ] ; then -sed -i '/^MixedMap ccpl.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cc-pl -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cc-pl-doc -Summary: Documentation for cc-pl -Version: svn15878.1.02.2 -Release: %{tl_noarch_release} -Provides: tex-cc-pl-doc -BuildArch: noarch -AutoReqProv: No - -%description cc-pl-doc -Documentation for cc-pl - -%package cd-cover -Provides: tex-cd-cover = %{tl_version} -License: GPL+ -Summary: Typeset CD covers -Version: svn17121.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(rotating.sty) -Provides: tex(cd-cover.cls) = %{tl_version} - -%description cd-cover -The CD-cover class will typeset front and back cover sheets for -CD jewel cases, or an entire paper cover, or a label for a -plastic slip-cover. - -date: 2010-02-21 01:36:59 +0100 - -%post cd-cover -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cd-cover -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cd-cover -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cd-cover-doc -Summary: Documentation for cd-cover -Version: svn17121.1.0 -Release: %{tl_noarch_release} -Provides: tex-cd-cover-doc -BuildArch: noarch -AutoReqProv: No - -%description cd-cover-doc -Documentation for cd-cover - -%package cdpbundl -Provides: tex-cdpbundl = %{tl_version} -License: LPPL -Summary: Business letters in the Italian style -Version: svn15878.0.34 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(epsfig.sty) -Requires: tex(eepic.sty) -Provides: tex(adiseal.sty) = %{tl_version} -Provides: tex(articoletteracdp.cls) = %{tl_version} -Provides: tex(cdpaddon.sty) = %{tl_version} -Provides: tex(cdpshues-example.def) = %{tl_version} -Provides: tex(cdpshues.cfg) = %{tl_version} -Provides: tex(epson-stylus-740.def) = %{tl_version} -Provides: tex(hp-laserjet-4500.def) = %{tl_version} -Provides: tex(lettcdpadi.cls) = %{tl_version} -Provides: tex(letteracdp.cls) = %{tl_version} - -%description cdpbundl -The C.D.P. Bundle can be used to typeset high-quality business -letters formatted according to Italian style conventions. It is -highly configurable, and its modular structure provides you -with building blocks of increasing level, by means of which you -can compose a large variety of letters. It is also possible to -write letters divided into sections and paragraphs, to include -floating figures and tables, and to have the relevant indexes -compiled automatically. A single input file can contain several -letters, and each letter will have its own table of contents, -etc., independant from the other ones. - -date: 2007-01-31 23:04:11 +0100 - -%post cdpbundl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cdpbundl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cdpbundl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cdpbundl-doc -Summary: Documentation for cdpbundl -Version: svn15878.0.34 -Release: %{tl_noarch_release} -Provides: tex-cdpbundl-doc -BuildArch: noarch -AutoReqProv: No - -%description cdpbundl-doc -Documentation for cdpbundl - -%package cd -Provides: tex-cd = %{tl_version} -License: GPL+ -Summary: Typeset CD covers -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(rotating.sty) -Provides: tex(cd.cls) = %{tl_version} - -%description cd -Normal usage will ordinarily require no more than a simple data -file per cover; the package will make a full insert for a CD -case (it copes with both normal and slim cases). - -date: 2008-05-06 19:08:04 +0200 - -%post cd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cd-doc -Summary: Documentation for cd -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-cd-doc -BuildArch: noarch -AutoReqProv: No - -%description cd-doc -Documentation for cd - -%package cellspace -Provides: tex-cellspace = %{tl_version} -License: LPPL -Summary: Ensure minimal spacing of table cells -Version: svn15878.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Provides: tex(cellspace.sty) = %{tl_version} - -%description cellspace -It is well known that high or deep cells tend to touch the -\hlines of a tabular. This package provides a modifier S acting -on usual column types so that to ensure a minimal distance that -can be controlled through two parameters \cellspacetoplimit and -\cellspacebottomlimit. The approach employed by this package is -noticeably simpler than that of tabls, which considers the -dimensions of each entire row; whereas you can ask the -cellspace only to look at the cells of potentially difficult -columns. - -date: 2009-08-03 16:22:07 +0200 - -%post cellspace -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cellspace -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cellspace -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cellspace-doc -Summary: Documentation for cellspace -Version: svn15878.1.6 -Release: %{tl_noarch_release} -Provides: tex-cellspace-doc -BuildArch: noarch -AutoReqProv: No - -%description cellspace-doc -Documentation for cellspace - -%package cell -Provides: tex-cell = %{tl_version} -License: Public Domain -Summary: Bibliography style for Cell -Version: svn20756.1.28_2.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cite.sty) -Provides: tex(cell.sty) = %{tl_version} - -%description cell -This is an "apa-like" style (cf. apalike.bst in the BibTeX -distribution), developed from the same author's JMB style. A -supporting LaTeX package is also provided. - -date: 2010-12-15 11:00:48 +0100 - -%post cell -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cell -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cell -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cell-doc -Summary: Documentation for cell -Version: svn20756.1.28_2.03 -Release: %{tl_noarch_release} -Provides: tex-cell-doc -BuildArch: noarch -AutoReqProv: No - -%description cell-doc -Documentation for cell - -%package censor -Provides: tex-censor = %{tl_version} -License: LPPL 1.3 -Summary: Facilities for controlling restricted text in a document -Version: svn29170.3.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(censor.sty) = %{tl_version} - -%description censor -The package allows a convenient redaction/censor capability to -be employed, for those who need to protect restricted -information, etc. The package can "redact" anything that can be -enclosed by a LaTeX box. - -date: 2013-02-19 17:48:02 +0100 - -%post censor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun censor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans censor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package censor-doc -Summary: Documentation for censor -Version: svn29170.3.00 -Release: %{tl_noarch_release} -Provides: tex-censor-doc -BuildArch: noarch -AutoReqProv: No - -%description censor-doc -Documentation for censor - -%package cfr-lm -Provides: tex-cfr-lm = %{tl_version} -License: LPPL -Summary: Enhanced support for the Latin Modern fonts -Version: svn19666.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(dotdigits-clm.enc) = %{tl_version} -Provides: tex(t1-clm.enc) = %{tl_version} -Provides: tex(clm.map) = %{tl_version} -Provides: tex(clmb28t10.tfm) = %{tl_version} -Provides: tex(clmb2j8t10.tfm) = %{tl_version} -Provides: tex(clmb2jo8t10.tfm) = %{tl_version} -Provides: tex(clmb2o8t10.tfm) = %{tl_version} -Provides: tex(clmb8t10.tfm) = %{tl_version} -Provides: tex(clmbj8t10.tfm) = %{tl_version} -Provides: tex(clmbjo8t10.tfm) = %{tl_version} -Provides: tex(clmbo8t10.tfm) = %{tl_version} -Provides: tex(clmbx28t10.tfm) = %{tl_version} -Provides: tex(clmbx28t12.tfm) = %{tl_version} -Provides: tex(clmbx28t5.tfm) = %{tl_version} -Provides: tex(clmbx28t6.tfm) = %{tl_version} -Provides: tex(clmbx28t7.tfm) = %{tl_version} -Provides: tex(clmbx28t8.tfm) = %{tl_version} -Provides: tex(clmbx28t9.tfm) = %{tl_version} -Provides: tex(clmbx2i8t10.tfm) = %{tl_version} -Provides: tex(clmbx2ij8t10.tfm) = %{tl_version} -Provides: tex(clmbx2j8t10.tfm) = %{tl_version} -Provides: tex(clmbx2j8t12.tfm) = %{tl_version} -Provides: tex(clmbx2j8t5.tfm) = %{tl_version} -Provides: tex(clmbx2j8t6.tfm) = %{tl_version} -Provides: tex(clmbx2j8t7.tfm) = %{tl_version} -Provides: tex(clmbx2j8t8.tfm) = %{tl_version} -Provides: tex(clmbx2j8t9.tfm) = %{tl_version} -Provides: tex(clmbx2jo8t10.tfm) = %{tl_version} -Provides: tex(clmbx2o8t10.tfm) = %{tl_version} -Provides: tex(clmbx8t10.tfm) = %{tl_version} -Provides: tex(clmbx8t12.tfm) = %{tl_version} -Provides: tex(clmbx8t5.tfm) = %{tl_version} -Provides: tex(clmbx8t6.tfm) = %{tl_version} -Provides: tex(clmbx8t7.tfm) = %{tl_version} -Provides: tex(clmbx8t8.tfm) = %{tl_version} -Provides: tex(clmbx8t9.tfm) = %{tl_version} -Provides: tex(clmbxi8t10.tfm) = %{tl_version} -Provides: tex(clmbxj8t10.tfm) = %{tl_version} -Provides: tex(clmbxj8t12.tfm) = %{tl_version} -Provides: tex(clmbxj8t5.tfm) = %{tl_version} -Provides: tex(clmbxj8t6.tfm) = %{tl_version} -Provides: tex(clmbxj8t7.tfm) = %{tl_version} -Provides: tex(clmbxj8t8.tfm) = %{tl_version} -Provides: tex(clmbxj8t9.tfm) = %{tl_version} -Provides: tex(clmbxji8t10.tfm) = %{tl_version} -Provides: tex(clmbxjo8t10.tfm) = %{tl_version} -Provides: tex(clmbxo8t10.tfm) = %{tl_version} -Provides: tex(clmcsc28t10.tfm) = %{tl_version} -Provides: tex(clmcsc2j8t10.tfm) = %{tl_version} -Provides: tex(clmcsc2jo8t10.tfm) = %{tl_version} -Provides: tex(clmcsc2o8t10.tfm) = %{tl_version} -Provides: tex(clmcsc8t10.tfm) = %{tl_version} -Provides: tex(clmcscj8t10.tfm) = %{tl_version} -Provides: tex(clmcscjo8t10.tfm) = %{tl_version} -Provides: tex(clmcsco8t10.tfm) = %{tl_version} -Provides: tex(clmdun2jo8t10.tfm) = %{tl_version} -Provides: tex(clmdun2o8t10.tfm) = %{tl_version} -Provides: tex(clmdunh28t10.tfm) = %{tl_version} -Provides: tex(clmdunh2j8t10.tfm) = %{tl_version} -Provides: tex(clmdunh8t10.tfm) = %{tl_version} -Provides: tex(clmdunhj8t10.tfm) = %{tl_version} -Provides: tex(clmdunjo8t10.tfm) = %{tl_version} -Provides: tex(clmduno8t10.tfm) = %{tl_version} -Provides: tex(clmr28t10.tfm) = %{tl_version} -Provides: tex(clmr28t12.tfm) = %{tl_version} -Provides: tex(clmr28t17.tfm) = %{tl_version} -Provides: tex(clmr28t5.tfm) = %{tl_version} -Provides: tex(clmr28t6.tfm) = %{tl_version} -Provides: tex(clmr28t7.tfm) = %{tl_version} -Provides: tex(clmr28t8.tfm) = %{tl_version} -Provides: tex(clmr28t9.tfm) = %{tl_version} -Provides: tex(clmr2i8t10.tfm) = %{tl_version} -Provides: tex(clmr2i8t12.tfm) = %{tl_version} -Provides: tex(clmr2i8t7.tfm) = %{tl_version} -Provides: tex(clmr2i8t8.tfm) = %{tl_version} -Provides: tex(clmr2i8t9.tfm) = %{tl_version} -Provides: tex(clmr2ij8t10.tfm) = %{tl_version} -Provides: tex(clmr2ij8t12.tfm) = %{tl_version} -Provides: tex(clmr2ij8t7.tfm) = %{tl_version} -Provides: tex(clmr2ij8t8.tfm) = %{tl_version} -Provides: tex(clmr2ij8t9.tfm) = %{tl_version} -Provides: tex(clmr2j8t10.tfm) = %{tl_version} -Provides: tex(clmr2j8t12.tfm) = %{tl_version} -Provides: tex(clmr2j8t17.tfm) = %{tl_version} -Provides: tex(clmr2j8t5.tfm) = %{tl_version} -Provides: tex(clmr2j8t6.tfm) = %{tl_version} -Provides: tex(clmr2j8t7.tfm) = %{tl_version} -Provides: tex(clmr2j8t8.tfm) = %{tl_version} -Provides: tex(clmr2j8t9.tfm) = %{tl_version} -Provides: tex(clmr2jo8t10.tfm) = %{tl_version} -Provides: tex(clmr2jo8t12.tfm) = %{tl_version} -Provides: tex(clmr2jo8t17.tfm) = %{tl_version} -Provides: tex(clmr2jo8t8.tfm) = %{tl_version} -Provides: tex(clmr2jo8t9.tfm) = %{tl_version} -Provides: tex(clmr2o8t10.tfm) = %{tl_version} -Provides: tex(clmr2o8t12.tfm) = %{tl_version} -Provides: tex(clmr2o8t17.tfm) = %{tl_version} -Provides: tex(clmr2o8t8.tfm) = %{tl_version} -Provides: tex(clmr2o8t9.tfm) = %{tl_version} -Provides: tex(clmr8t10.tfm) = %{tl_version} -Provides: tex(clmr8t12.tfm) = %{tl_version} -Provides: tex(clmr8t17.tfm) = %{tl_version} -Provides: tex(clmr8t5.tfm) = %{tl_version} -Provides: tex(clmr8t6.tfm) = %{tl_version} -Provides: tex(clmr8t7.tfm) = %{tl_version} -Provides: tex(clmr8t8.tfm) = %{tl_version} -Provides: tex(clmr8t9.tfm) = %{tl_version} -Provides: tex(clmri8t10.tfm) = %{tl_version} -Provides: tex(clmri8t12.tfm) = %{tl_version} -Provides: tex(clmri8t7.tfm) = %{tl_version} -Provides: tex(clmri8t8.tfm) = %{tl_version} -Provides: tex(clmri8t9.tfm) = %{tl_version} -Provides: tex(clmrj8t10.tfm) = %{tl_version} -Provides: tex(clmrj8t12.tfm) = %{tl_version} -Provides: tex(clmrj8t17.tfm) = %{tl_version} -Provides: tex(clmrj8t5.tfm) = %{tl_version} -Provides: tex(clmrj8t6.tfm) = %{tl_version} -Provides: tex(clmrj8t7.tfm) = %{tl_version} -Provides: tex(clmrj8t8.tfm) = %{tl_version} -Provides: tex(clmrj8t9.tfm) = %{tl_version} -Provides: tex(clmrji8t10.tfm) = %{tl_version} -Provides: tex(clmrji8t12.tfm) = %{tl_version} -Provides: tex(clmrji8t7.tfm) = %{tl_version} -Provides: tex(clmrji8t8.tfm) = %{tl_version} -Provides: tex(clmrji8t9.tfm) = %{tl_version} -Provides: tex(clmrjo8t10.tfm) = %{tl_version} -Provides: tex(clmrjo8t12.tfm) = %{tl_version} -Provides: tex(clmrjo8t17.tfm) = %{tl_version} -Provides: tex(clmrjo8t8.tfm) = %{tl_version} -Provides: tex(clmrjo8t9.tfm) = %{tl_version} -Provides: tex(clmro8t10.tfm) = %{tl_version} -Provides: tex(clmro8t12.tfm) = %{tl_version} -Provides: tex(clmro8t17.tfm) = %{tl_version} -Provides: tex(clmro8t8.tfm) = %{tl_version} -Provides: tex(clmro8t9.tfm) = %{tl_version} -Provides: tex(clmss28t10.tfm) = %{tl_version} -Provides: tex(clmss28t12.tfm) = %{tl_version} -Provides: tex(clmss28t17.tfm) = %{tl_version} -Provides: tex(clmss28t8.tfm) = %{tl_version} -Provides: tex(clmss28t9.tfm) = %{tl_version} -Provides: tex(clmss2j8t10.tfm) = %{tl_version} -Provides: tex(clmss2j8t12.tfm) = %{tl_version} -Provides: tex(clmss2j8t17.tfm) = %{tl_version} -Provides: tex(clmss2j8t8.tfm) = %{tl_version} -Provides: tex(clmss2j8t9.tfm) = %{tl_version} -Provides: tex(clmss2jo8t10.tfm) = %{tl_version} -Provides: tex(clmss2jo8t12.tfm) = %{tl_version} -Provides: tex(clmss2jo8t17.tfm) = %{tl_version} -Provides: tex(clmss2jo8t8.tfm) = %{tl_version} -Provides: tex(clmss2jo8t9.tfm) = %{tl_version} -Provides: tex(clmss8t10.tfm) = %{tl_version} -Provides: tex(clmss8t12.tfm) = %{tl_version} -Provides: tex(clmss8t17.tfm) = %{tl_version} -Provides: tex(clmss8t8.tfm) = %{tl_version} -Provides: tex(clmss8t9.tfm) = %{tl_version} -Provides: tex(clmssb2jo8t10.tfm) = %{tl_version} -Provides: tex(clmssb2o8t10.tfm) = %{tl_version} -Provides: tex(clmssbjo8t10.tfm) = %{tl_version} -Provides: tex(clmssbo8t10.tfm) = %{tl_version} -Provides: tex(clmssbx28t10.tfm) = %{tl_version} -Provides: tex(clmssbx2j8t10.tfm) = %{tl_version} -Provides: tex(clmssbx8t10.tfm) = %{tl_version} -Provides: tex(clmssbxj8t10.tfm) = %{tl_version} -Provides: tex(clmssd2jo8t10.tfm) = %{tl_version} -Provides: tex(clmssd2o8t10.tfm) = %{tl_version} -Provides: tex(clmssdc28t10.tfm) = %{tl_version} -Provides: tex(clmssdc2j8t10.tfm) = %{tl_version} -Provides: tex(clmssdc8t10.tfm) = %{tl_version} -Provides: tex(clmssdcj8t10.tfm) = %{tl_version} -Provides: tex(clmssdjo8t10.tfm) = %{tl_version} -Provides: tex(clmssdo8t10.tfm) = %{tl_version} -Provides: tex(clmssj8t10.tfm) = %{tl_version} -Provides: tex(clmssj8t12.tfm) = %{tl_version} -Provides: tex(clmssj8t17.tfm) = %{tl_version} -Provides: tex(clmssj8t8.tfm) = %{tl_version} -Provides: tex(clmssj8t9.tfm) = %{tl_version} -Provides: tex(clmssjo8t10.tfm) = %{tl_version} -Provides: tex(clmssjo8t12.tfm) = %{tl_version} -Provides: tex(clmssjo8t17.tfm) = %{tl_version} -Provides: tex(clmssjo8t8.tfm) = %{tl_version} -Provides: tex(clmssjo8t9.tfm) = %{tl_version} -Provides: tex(clmsso28t10.tfm) = %{tl_version} -Provides: tex(clmsso28t12.tfm) = %{tl_version} -Provides: tex(clmsso28t17.tfm) = %{tl_version} -Provides: tex(clmsso28t8.tfm) = %{tl_version} -Provides: tex(clmsso28t9.tfm) = %{tl_version} -Provides: tex(clmsso8t10.tfm) = %{tl_version} -Provides: tex(clmsso8t12.tfm) = %{tl_version} -Provides: tex(clmsso8t17.tfm) = %{tl_version} -Provides: tex(clmsso8t8.tfm) = %{tl_version} -Provides: tex(clmsso8t9.tfm) = %{tl_version} -Provides: tex(clmssq28t8.tfm) = %{tl_version} -Provides: tex(clmssq2j8t8.tfm) = %{tl_version} -Provides: tex(clmssq2jo8t8.tfm) = %{tl_version} -Provides: tex(clmssq2o8t8.tfm) = %{tl_version} -Provides: tex(clmssq8t8.tfm) = %{tl_version} -Provides: tex(clmssqb2jo8t8.tfm) = %{tl_version} -Provides: tex(clmssqb2o8t8.tfm) = %{tl_version} -Provides: tex(clmssqbjo8t8.tfm) = %{tl_version} -Provides: tex(clmssqbo8t8.tfm) = %{tl_version} -Provides: tex(clmssqbx28t8.tfm) = %{tl_version} -Provides: tex(clmssqbx2j8t8.tfm) = %{tl_version} -Provides: tex(clmssqbx8t8.tfm) = %{tl_version} -Provides: tex(clmssqbxj8t8.tfm) = %{tl_version} -Provides: tex(clmssqj8t8.tfm) = %{tl_version} -Provides: tex(clmssqjo8t8.tfm) = %{tl_version} -Provides: tex(clmssqo8t8.tfm) = %{tl_version} -Provides: tex(clmtcsc8t10.tfm) = %{tl_version} -Provides: tex(clmtcscj8t10.tfm) = %{tl_version} -Provides: tex(clmtcsjo8t10.tfm) = %{tl_version} -Provides: tex(clmtcso8t10.tfm) = %{tl_version} -Provides: tex(clmtk8t10.tfm) = %{tl_version} -Provides: tex(clmtkj8t10.tfm) = %{tl_version} -Provides: tex(clmtkjo8t10.tfm) = %{tl_version} -Provides: tex(clmtko8t10.tfm) = %{tl_version} -Provides: tex(clmtl8t10.tfm) = %{tl_version} -Provides: tex(clmtlc8t10.tfm) = %{tl_version} -Provides: tex(clmtlcj8t10.tfm) = %{tl_version} -Provides: tex(clmtlcjo8t10.tfm) = %{tl_version} -Provides: tex(clmtlco8t10.tfm) = %{tl_version} -Provides: tex(clmtlj8t10.tfm) = %{tl_version} -Provides: tex(clmtljo8t10.tfm) = %{tl_version} -Provides: tex(clmtlo8t10.tfm) = %{tl_version} -Provides: tex(clmtt8t10.tfm) = %{tl_version} -Provides: tex(clmtt8t12.tfm) = %{tl_version} -Provides: tex(clmtt8t8.tfm) = %{tl_version} -Provides: tex(clmtt8t9.tfm) = %{tl_version} -Provides: tex(clmtti8t10.tfm) = %{tl_version} -Provides: tex(clmttij8t10.tfm) = %{tl_version} -Provides: tex(clmttj8t10.tfm) = %{tl_version} -Provides: tex(clmttj8t12.tfm) = %{tl_version} -Provides: tex(clmttj8t8.tfm) = %{tl_version} -Provides: tex(clmttj8t9.tfm) = %{tl_version} -Provides: tex(clmttjo8t10.tfm) = %{tl_version} -Provides: tex(clmtto8t10.tfm) = %{tl_version} -Provides: tex(clmu28t10.tfm) = %{tl_version} -Provides: tex(clmu2j8t10.tfm) = %{tl_version} -Provides: tex(clmu8t10.tfm) = %{tl_version} -Provides: tex(clmuj8t10.tfm) = %{tl_version} -Provides: tex(clmvtk28t10.tfm) = %{tl_version} -Provides: tex(clmvtk2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtk2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtk2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtk8t10.tfm) = %{tl_version} -Provides: tex(clmvtkj8t10.tfm) = %{tl_version} -Provides: tex(clmvtkjo8t10.tfm) = %{tl_version} -Provides: tex(clmvtko8t10.tfm) = %{tl_version} -Provides: tex(clmvtl28t10.tfm) = %{tl_version} -Provides: tex(clmvtl2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtl2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtl2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtl8t10.tfm) = %{tl_version} -Provides: tex(clmvtlj8t10.tfm) = %{tl_version} -Provides: tex(clmvtljo8t10.tfm) = %{tl_version} -Provides: tex(clmvtlo8t10.tfm) = %{tl_version} -Provides: tex(clmvtt28t10.tfm) = %{tl_version} -Provides: tex(clmvtt2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtt2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtt2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtt8t10.tfm) = %{tl_version} -Provides: tex(clmvttj8t10.tfm) = %{tl_version} -Provides: tex(clmvttjo8t10.tfm) = %{tl_version} -Provides: tex(clmvtto8t10.tfm) = %{tl_version} -Provides: tex(dd-lmb10.tfm) = %{tl_version} -Provides: tex(dd-lmbo10.tfm) = %{tl_version} -Provides: tex(dd-lmbx10.tfm) = %{tl_version} -Provides: tex(dd-lmbx12.tfm) = %{tl_version} -Provides: tex(dd-lmbx5.tfm) = %{tl_version} -Provides: tex(dd-lmbx6.tfm) = %{tl_version} -Provides: tex(dd-lmbx7.tfm) = %{tl_version} -Provides: tex(dd-lmbx8.tfm) = %{tl_version} -Provides: tex(dd-lmbx9.tfm) = %{tl_version} -Provides: tex(dd-lmbxi10.tfm) = %{tl_version} -Provides: tex(dd-lmbxo10.tfm) = %{tl_version} -Provides: tex(dd-lmcsc10.tfm) = %{tl_version} -Provides: tex(dd-lmcsco10.tfm) = %{tl_version} -Provides: tex(dd-lmdunh10.tfm) = %{tl_version} -Provides: tex(dd-lmduno10.tfm) = %{tl_version} -Provides: tex(dd-lmr10.tfm) = %{tl_version} -Provides: tex(dd-lmr12.tfm) = %{tl_version} -Provides: tex(dd-lmr17.tfm) = %{tl_version} -Provides: tex(dd-lmr5.tfm) = %{tl_version} -Provides: tex(dd-lmr6.tfm) = %{tl_version} -Provides: tex(dd-lmr7.tfm) = %{tl_version} -Provides: tex(dd-lmr8.tfm) = %{tl_version} -Provides: tex(dd-lmr9.tfm) = %{tl_version} -Provides: tex(dd-lmri10.tfm) = %{tl_version} -Provides: tex(dd-lmri12.tfm) = %{tl_version} -Provides: tex(dd-lmri7.tfm) = %{tl_version} -Provides: tex(dd-lmri8.tfm) = %{tl_version} -Provides: tex(dd-lmri9.tfm) = %{tl_version} -Provides: tex(dd-lmro10.tfm) = %{tl_version} -Provides: tex(dd-lmro12.tfm) = %{tl_version} -Provides: tex(dd-lmro17.tfm) = %{tl_version} -Provides: tex(dd-lmro8.tfm) = %{tl_version} -Provides: tex(dd-lmro9.tfm) = %{tl_version} -Provides: tex(dd-lmss10.tfm) = %{tl_version} -Provides: tex(dd-lmss12.tfm) = %{tl_version} -Provides: tex(dd-lmss17.tfm) = %{tl_version} -Provides: tex(dd-lmss8.tfm) = %{tl_version} -Provides: tex(dd-lmss9.tfm) = %{tl_version} -Provides: tex(dd-lmssbo10.tfm) = %{tl_version} -Provides: tex(dd-lmssbx10.tfm) = %{tl_version} -Provides: tex(dd-lmssdc10.tfm) = %{tl_version} -Provides: tex(dd-lmssdo10.tfm) = %{tl_version} -Provides: tex(dd-lmsso10.tfm) = %{tl_version} -Provides: tex(dd-lmsso12.tfm) = %{tl_version} -Provides: tex(dd-lmsso17.tfm) = %{tl_version} -Provides: tex(dd-lmsso8.tfm) = %{tl_version} -Provides: tex(dd-lmsso9.tfm) = %{tl_version} -Provides: tex(dd-lmssq8.tfm) = %{tl_version} -Provides: tex(dd-lmssqbo8.tfm) = %{tl_version} -Provides: tex(dd-lmssqbx8.tfm) = %{tl_version} -Provides: tex(dd-lmssqo8.tfm) = %{tl_version} -Provides: tex(dd-lmtcsc10.tfm) = %{tl_version} -Provides: tex(dd-lmtcso10.tfm) = %{tl_version} -Provides: tex(dd-lmtk10.tfm) = %{tl_version} -Provides: tex(dd-lmtko10.tfm) = %{tl_version} -Provides: tex(dd-lmtl10.tfm) = %{tl_version} -Provides: tex(dd-lmtlc10.tfm) = %{tl_version} -Provides: tex(dd-lmtlco10.tfm) = %{tl_version} -Provides: tex(dd-lmtlo10.tfm) = %{tl_version} -Provides: tex(dd-lmtt10.tfm) = %{tl_version} -Provides: tex(dd-lmtt12.tfm) = %{tl_version} -Provides: tex(dd-lmtt8.tfm) = %{tl_version} -Provides: tex(dd-lmtt9.tfm) = %{tl_version} -Provides: tex(dd-lmtti10.tfm) = %{tl_version} -Provides: tex(dd-lmtto10.tfm) = %{tl_version} -Provides: tex(dd-lmu10.tfm) = %{tl_version} -Provides: tex(dd-lmvtk10.tfm) = %{tl_version} -Provides: tex(dd-lmvtko10.tfm) = %{tl_version} -Provides: tex(dd-lmvtl10.tfm) = %{tl_version} -Provides: tex(dd-lmvtlo10.tfm) = %{tl_version} -Provides: tex(dd-lmvtt10.tfm) = %{tl_version} -Provides: tex(dd-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmb8ttl10.tfm) = %{tl_version} -Provides: tex(lmbo8ttl10.tfm) = %{tl_version} -Provides: tex(lmbx8ttl10.tfm) = %{tl_version} -Provides: tex(lmbx8ttl12.tfm) = %{tl_version} -Provides: tex(lmbx8ttl5.tfm) = %{tl_version} -Provides: tex(lmbx8ttl6.tfm) = %{tl_version} -Provides: tex(lmbx8ttl7.tfm) = %{tl_version} -Provides: tex(lmbx8ttl8.tfm) = %{tl_version} -Provides: tex(lmbx8ttl9.tfm) = %{tl_version} -Provides: tex(lmbxi8ttl10.tfm) = %{tl_version} -Provides: tex(lmbxo8ttl10.tfm) = %{tl_version} -Provides: tex(lmcsc8ttl10.tfm) = %{tl_version} -Provides: tex(lmcsco8ttl10.tfm) = %{tl_version} -Provides: tex(lmdunh8ttl10.tfm) = %{tl_version} -Provides: tex(lmduno8ttl10.tfm) = %{tl_version} -Provides: tex(lmr8ttl10.tfm) = %{tl_version} -Provides: tex(lmr8ttl12.tfm) = %{tl_version} -Provides: tex(lmr8ttl17.tfm) = %{tl_version} -Provides: tex(lmr8ttl5.tfm) = %{tl_version} -Provides: tex(lmr8ttl6.tfm) = %{tl_version} -Provides: tex(lmr8ttl7.tfm) = %{tl_version} -Provides: tex(lmr8ttl8.tfm) = %{tl_version} -Provides: tex(lmr8ttl9.tfm) = %{tl_version} -Provides: tex(lmri8ttl10.tfm) = %{tl_version} -Provides: tex(lmri8ttl12.tfm) = %{tl_version} -Provides: tex(lmri8ttl7.tfm) = %{tl_version} -Provides: tex(lmri8ttl8.tfm) = %{tl_version} -Provides: tex(lmri8ttl9.tfm) = %{tl_version} -Provides: tex(lmro8ttl10.tfm) = %{tl_version} -Provides: tex(lmro8ttl12.tfm) = %{tl_version} -Provides: tex(lmro8ttl17.tfm) = %{tl_version} -Provides: tex(lmro8ttl8.tfm) = %{tl_version} -Provides: tex(lmro8ttl9.tfm) = %{tl_version} -Provides: tex(lmss8ttl10.tfm) = %{tl_version} -Provides: tex(lmss8ttl12.tfm) = %{tl_version} -Provides: tex(lmss8ttl17.tfm) = %{tl_version} -Provides: tex(lmss8ttl8.tfm) = %{tl_version} -Provides: tex(lmss8ttl9.tfm) = %{tl_version} -Provides: tex(lmssbo8ttl10.tfm) = %{tl_version} -Provides: tex(lmssbx8ttl10.tfm) = %{tl_version} -Provides: tex(lmssdc8ttl10.tfm) = %{tl_version} -Provides: tex(lmssdo8ttl10.tfm) = %{tl_version} -Provides: tex(lmsso8ttl10.tfm) = %{tl_version} -Provides: tex(lmsso8ttl12.tfm) = %{tl_version} -Provides: tex(lmsso8ttl17.tfm) = %{tl_version} -Provides: tex(lmsso8ttl8.tfm) = %{tl_version} -Provides: tex(lmsso8ttl9.tfm) = %{tl_version} -Provides: tex(lmssq8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqbo8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqbx8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqo8ttl8.tfm) = %{tl_version} -Provides: tex(lmtcsc8ttl10.tfm) = %{tl_version} -Provides: tex(lmtcso8ttl10.tfm) = %{tl_version} -Provides: tex(lmtk8ttl10.tfm) = %{tl_version} -Provides: tex(lmtko8ttl10.tfm) = %{tl_version} -Provides: tex(lmtl8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlc8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlco8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlo8ttl10.tfm) = %{tl_version} -Provides: tex(lmtt8ttl10.tfm) = %{tl_version} -Provides: tex(lmtt8ttl12.tfm) = %{tl_version} -Provides: tex(lmtt8ttl8.tfm) = %{tl_version} -Provides: tex(lmtt8ttl9.tfm) = %{tl_version} -Provides: tex(lmtti8ttl10.tfm) = %{tl_version} -Provides: tex(lmtto8ttl10.tfm) = %{tl_version} -Provides: tex(lmu8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtk8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtko8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtl8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtlo8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtt8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtto8ttl10.tfm) = %{tl_version} -Provides: tex(u-clmb10.tfm) = %{tl_version} -Provides: tex(u-clmbo10.tfm) = %{tl_version} -Provides: tex(u-clmbx10.tfm) = %{tl_version} -Provides: tex(u-clmbx12.tfm) = %{tl_version} -Provides: tex(u-clmbx5.tfm) = %{tl_version} -Provides: tex(u-clmbx6.tfm) = %{tl_version} -Provides: tex(u-clmbx7.tfm) = %{tl_version} -Provides: tex(u-clmbx8.tfm) = %{tl_version} -Provides: tex(u-clmbx9.tfm) = %{tl_version} -Provides: tex(u-clmbxi10.tfm) = %{tl_version} -Provides: tex(u-clmbxo10.tfm) = %{tl_version} -Provides: tex(u-clmcsc10.tfm) = %{tl_version} -Provides: tex(u-clmcsco10.tfm) = %{tl_version} -Provides: tex(u-clmdunh10.tfm) = %{tl_version} -Provides: tex(u-clmduno10.tfm) = %{tl_version} -Provides: tex(u-clmr10.tfm) = %{tl_version} -Provides: tex(u-clmr12.tfm) = %{tl_version} -Provides: tex(u-clmr17.tfm) = %{tl_version} -Provides: tex(u-clmr5.tfm) = %{tl_version} -Provides: tex(u-clmr6.tfm) = %{tl_version} -Provides: tex(u-clmr7.tfm) = %{tl_version} -Provides: tex(u-clmr8.tfm) = %{tl_version} -Provides: tex(u-clmr9.tfm) = %{tl_version} -Provides: tex(u-clmri10.tfm) = %{tl_version} -Provides: tex(u-clmri12.tfm) = %{tl_version} -Provides: tex(u-clmri7.tfm) = %{tl_version} -Provides: tex(u-clmri8.tfm) = %{tl_version} -Provides: tex(u-clmri9.tfm) = %{tl_version} -Provides: tex(u-clmro10.tfm) = %{tl_version} -Provides: tex(u-clmro12.tfm) = %{tl_version} -Provides: tex(u-clmro17.tfm) = %{tl_version} -Provides: tex(u-clmro8.tfm) = %{tl_version} -Provides: tex(u-clmro9.tfm) = %{tl_version} -Provides: tex(u-clmss10.tfm) = %{tl_version} -Provides: tex(u-clmss12.tfm) = %{tl_version} -Provides: tex(u-clmss17.tfm) = %{tl_version} -Provides: tex(u-clmss8.tfm) = %{tl_version} -Provides: tex(u-clmss9.tfm) = %{tl_version} -Provides: tex(u-clmssbo10.tfm) = %{tl_version} -Provides: tex(u-clmssbx10.tfm) = %{tl_version} -Provides: tex(u-clmssdc10.tfm) = %{tl_version} -Provides: tex(u-clmssdo10.tfm) = %{tl_version} -Provides: tex(u-clmsso10.tfm) = %{tl_version} -Provides: tex(u-clmsso12.tfm) = %{tl_version} -Provides: tex(u-clmsso17.tfm) = %{tl_version} -Provides: tex(u-clmsso8.tfm) = %{tl_version} -Provides: tex(u-clmsso9.tfm) = %{tl_version} -Provides: tex(u-clmssq8.tfm) = %{tl_version} -Provides: tex(u-clmssqbo8.tfm) = %{tl_version} -Provides: tex(u-clmssqbx8.tfm) = %{tl_version} -Provides: tex(u-clmssqo8.tfm) = %{tl_version} -Provides: tex(u-clmtcsc10.tfm) = %{tl_version} -Provides: tex(u-clmtcso10.tfm) = %{tl_version} -Provides: tex(u-clmtk10.tfm) = %{tl_version} -Provides: tex(u-clmtko10.tfm) = %{tl_version} -Provides: tex(u-clmtl10.tfm) = %{tl_version} -Provides: tex(u-clmtlc10.tfm) = %{tl_version} -Provides: tex(u-clmtlco10.tfm) = %{tl_version} -Provides: tex(u-clmtlo10.tfm) = %{tl_version} -Provides: tex(u-clmtt10.tfm) = %{tl_version} -Provides: tex(u-clmtt12.tfm) = %{tl_version} -Provides: tex(u-clmtt8.tfm) = %{tl_version} -Provides: tex(u-clmtt9.tfm) = %{tl_version} -Provides: tex(u-clmtti10.tfm) = %{tl_version} -Provides: tex(u-clmtto10.tfm) = %{tl_version} -Provides: tex(u-clmu10.tfm) = %{tl_version} -Provides: tex(u-clmvtk10.tfm) = %{tl_version} -Provides: tex(u-clmvtko10.tfm) = %{tl_version} -Provides: tex(u-clmvtl10.tfm) = %{tl_version} -Provides: tex(u-clmvtlo10.tfm) = %{tl_version} -Provides: tex(u-clmvtt10.tfm) = %{tl_version} -Provides: tex(u-clmvtto10.tfm) = %{tl_version} -Provides: tex(clmb28t10.vf) = %{tl_version} -Provides: tex(clmb2j8t10.vf) = %{tl_version} -Provides: tex(clmb2jo8t10.vf) = %{tl_version} -Provides: tex(clmb2o8t10.vf) = %{tl_version} -Provides: tex(clmb8t10.vf) = %{tl_version} -Provides: tex(clmbj8t10.vf) = %{tl_version} -Provides: tex(clmbjo8t10.vf) = %{tl_version} -Provides: tex(clmbo8t10.vf) = %{tl_version} -Provides: tex(clmbx28t10.vf) = %{tl_version} -Provides: tex(clmbx28t12.vf) = %{tl_version} -Provides: tex(clmbx28t5.vf) = %{tl_version} -Provides: tex(clmbx28t6.vf) = %{tl_version} -Provides: tex(clmbx28t7.vf) = %{tl_version} -Provides: tex(clmbx28t8.vf) = %{tl_version} -Provides: tex(clmbx28t9.vf) = %{tl_version} -Provides: tex(clmbx2i8t10.vf) = %{tl_version} -Provides: tex(clmbx2ij8t10.vf) = %{tl_version} -Provides: tex(clmbx2j8t10.vf) = %{tl_version} -Provides: tex(clmbx2j8t12.vf) = %{tl_version} -Provides: tex(clmbx2j8t5.vf) = %{tl_version} -Provides: tex(clmbx2j8t6.vf) = %{tl_version} -Provides: tex(clmbx2j8t7.vf) = %{tl_version} -Provides: tex(clmbx2j8t8.vf) = %{tl_version} -Provides: tex(clmbx2j8t9.vf) = %{tl_version} -Provides: tex(clmbx2jo8t10.vf) = %{tl_version} -Provides: tex(clmbx2o8t10.vf) = %{tl_version} -Provides: tex(clmbx8t10.vf) = %{tl_version} -Provides: tex(clmbx8t12.vf) = %{tl_version} -Provides: tex(clmbx8t5.vf) = %{tl_version} -Provides: tex(clmbx8t6.vf) = %{tl_version} -Provides: tex(clmbx8t7.vf) = %{tl_version} -Provides: tex(clmbx8t8.vf) = %{tl_version} -Provides: tex(clmbx8t9.vf) = %{tl_version} -Provides: tex(clmbxi8t10.vf) = %{tl_version} -Provides: tex(clmbxj8t10.vf) = %{tl_version} -Provides: tex(clmbxj8t12.vf) = %{tl_version} -Provides: tex(clmbxj8t5.vf) = %{tl_version} -Provides: tex(clmbxj8t6.vf) = %{tl_version} -Provides: tex(clmbxj8t7.vf) = %{tl_version} -Provides: tex(clmbxj8t8.vf) = %{tl_version} -Provides: tex(clmbxj8t9.vf) = %{tl_version} -Provides: tex(clmbxji8t10.vf) = %{tl_version} -Provides: tex(clmbxjo8t10.vf) = %{tl_version} -Provides: tex(clmbxo8t10.vf) = %{tl_version} -Provides: tex(clmcsc28t10.vf) = %{tl_version} -Provides: tex(clmcsc2j8t10.vf) = %{tl_version} -Provides: tex(clmcsc2jo8t10.vf) = %{tl_version} -Provides: tex(clmcsc2o8t10.vf) = %{tl_version} -Provides: tex(clmcsc8t10.vf) = %{tl_version} -Provides: tex(clmcscj8t10.vf) = %{tl_version} -Provides: tex(clmcscjo8t10.vf) = %{tl_version} -Provides: tex(clmcsco8t10.vf) = %{tl_version} -Provides: tex(clmdun2jo8t10.vf) = %{tl_version} -Provides: tex(clmdun2o8t10.vf) = %{tl_version} -Provides: tex(clmdunh28t10.vf) = %{tl_version} -Provides: tex(clmdunh2j8t10.vf) = %{tl_version} -Provides: tex(clmdunh8t10.vf) = %{tl_version} -Provides: tex(clmdunhj8t10.vf) = %{tl_version} -Provides: tex(clmdunjo8t10.vf) = %{tl_version} -Provides: tex(clmduno8t10.vf) = %{tl_version} -Provides: tex(clmr28t10.vf) = %{tl_version} -Provides: tex(clmr28t12.vf) = %{tl_version} -Provides: tex(clmr28t17.vf) = %{tl_version} -Provides: tex(clmr28t5.vf) = %{tl_version} -Provides: tex(clmr28t6.vf) = %{tl_version} -Provides: tex(clmr28t7.vf) = %{tl_version} -Provides: tex(clmr28t8.vf) = %{tl_version} -Provides: tex(clmr28t9.vf) = %{tl_version} -Provides: tex(clmr2i8t10.vf) = %{tl_version} -Provides: tex(clmr2i8t12.vf) = %{tl_version} -Provides: tex(clmr2i8t7.vf) = %{tl_version} -Provides: tex(clmr2i8t8.vf) = %{tl_version} -Provides: tex(clmr2i8t9.vf) = %{tl_version} -Provides: tex(clmr2ij8t10.vf) = %{tl_version} -Provides: tex(clmr2ij8t12.vf) = %{tl_version} -Provides: tex(clmr2ij8t7.vf) = %{tl_version} -Provides: tex(clmr2ij8t8.vf) = %{tl_version} -Provides: tex(clmr2ij8t9.vf) = %{tl_version} -Provides: tex(clmr2j8t10.vf) = %{tl_version} -Provides: tex(clmr2j8t12.vf) = %{tl_version} -Provides: tex(clmr2j8t17.vf) = %{tl_version} -Provides: tex(clmr2j8t5.vf) = %{tl_version} -Provides: tex(clmr2j8t6.vf) = %{tl_version} -Provides: tex(clmr2j8t7.vf) = %{tl_version} -Provides: tex(clmr2j8t8.vf) = %{tl_version} -Provides: tex(clmr2j8t9.vf) = %{tl_version} -Provides: tex(clmr2jo8t10.vf) = %{tl_version} -Provides: tex(clmr2jo8t12.vf) = %{tl_version} -Provides: tex(clmr2jo8t17.vf) = %{tl_version} -Provides: tex(clmr2jo8t8.vf) = %{tl_version} -Provides: tex(clmr2jo8t9.vf) = %{tl_version} -Provides: tex(clmr2o8t10.vf) = %{tl_version} -Provides: tex(clmr2o8t12.vf) = %{tl_version} -Provides: tex(clmr2o8t17.vf) = %{tl_version} -Provides: tex(clmr2o8t8.vf) = %{tl_version} -Provides: tex(clmr2o8t9.vf) = %{tl_version} -Provides: tex(clmr8t10.vf) = %{tl_version} -Provides: tex(clmr8t12.vf) = %{tl_version} -Provides: tex(clmr8t17.vf) = %{tl_version} -Provides: tex(clmr8t5.vf) = %{tl_version} -Provides: tex(clmr8t6.vf) = %{tl_version} -Provides: tex(clmr8t7.vf) = %{tl_version} -Provides: tex(clmr8t8.vf) = %{tl_version} -Provides: tex(clmr8t9.vf) = %{tl_version} -Provides: tex(clmri8t10.vf) = %{tl_version} -Provides: tex(clmri8t12.vf) = %{tl_version} -Provides: tex(clmri8t7.vf) = %{tl_version} -Provides: tex(clmri8t8.vf) = %{tl_version} -Provides: tex(clmri8t9.vf) = %{tl_version} -Provides: tex(clmrj8t10.vf) = %{tl_version} -Provides: tex(clmrj8t12.vf) = %{tl_version} -Provides: tex(clmrj8t17.vf) = %{tl_version} -Provides: tex(clmrj8t5.vf) = %{tl_version} -Provides: tex(clmrj8t6.vf) = %{tl_version} -Provides: tex(clmrj8t7.vf) = %{tl_version} -Provides: tex(clmrj8t8.vf) = %{tl_version} -Provides: tex(clmrj8t9.vf) = %{tl_version} -Provides: tex(clmrji8t10.vf) = %{tl_version} -Provides: tex(clmrji8t12.vf) = %{tl_version} -Provides: tex(clmrji8t7.vf) = %{tl_version} -Provides: tex(clmrji8t8.vf) = %{tl_version} -Provides: tex(clmrji8t9.vf) = %{tl_version} -Provides: tex(clmrjo8t10.vf) = %{tl_version} -Provides: tex(clmrjo8t12.vf) = %{tl_version} -Provides: tex(clmrjo8t17.vf) = %{tl_version} -Provides: tex(clmrjo8t8.vf) = %{tl_version} -Provides: tex(clmrjo8t9.vf) = %{tl_version} -Provides: tex(clmro8t10.vf) = %{tl_version} -Provides: tex(clmro8t12.vf) = %{tl_version} -Provides: tex(clmro8t17.vf) = %{tl_version} -Provides: tex(clmro8t8.vf) = %{tl_version} -Provides: tex(clmro8t9.vf) = %{tl_version} -Provides: tex(clmss28t10.vf) = %{tl_version} -Provides: tex(clmss28t12.vf) = %{tl_version} -Provides: tex(clmss28t17.vf) = %{tl_version} -Provides: tex(clmss28t8.vf) = %{tl_version} -Provides: tex(clmss28t9.vf) = %{tl_version} -Provides: tex(clmss2j8t10.vf) = %{tl_version} -Provides: tex(clmss2j8t12.vf) = %{tl_version} -Provides: tex(clmss2j8t17.vf) = %{tl_version} -Provides: tex(clmss2j8t8.vf) = %{tl_version} -Provides: tex(clmss2j8t9.vf) = %{tl_version} -Provides: tex(clmss2jo8t10.vf) = %{tl_version} -Provides: tex(clmss2jo8t12.vf) = %{tl_version} -Provides: tex(clmss2jo8t17.vf) = %{tl_version} -Provides: tex(clmss2jo8t8.vf) = %{tl_version} -Provides: tex(clmss2jo8t9.vf) = %{tl_version} -Provides: tex(clmss8t10.vf) = %{tl_version} -Provides: tex(clmss8t12.vf) = %{tl_version} -Provides: tex(clmss8t17.vf) = %{tl_version} -Provides: tex(clmss8t8.vf) = %{tl_version} -Provides: tex(clmss8t9.vf) = %{tl_version} -Provides: tex(clmssb2jo8t10.vf) = %{tl_version} -Provides: tex(clmssb2o8t10.vf) = %{tl_version} -Provides: tex(clmssbjo8t10.vf) = %{tl_version} -Provides: tex(clmssbo8t10.vf) = %{tl_version} -Provides: tex(clmssbx28t10.vf) = %{tl_version} -Provides: tex(clmssbx2j8t10.vf) = %{tl_version} -Provides: tex(clmssbx8t10.vf) = %{tl_version} -Provides: tex(clmssbxj8t10.vf) = %{tl_version} -Provides: tex(clmssd2jo8t10.vf) = %{tl_version} -Provides: tex(clmssd2o8t10.vf) = %{tl_version} -Provides: tex(clmssdc28t10.vf) = %{tl_version} -Provides: tex(clmssdc2j8t10.vf) = %{tl_version} -Provides: tex(clmssdc8t10.vf) = %{tl_version} -Provides: tex(clmssdcj8t10.vf) = %{tl_version} -Provides: tex(clmssdjo8t10.vf) = %{tl_version} -Provides: tex(clmssdo8t10.vf) = %{tl_version} -Provides: tex(clmssj8t10.vf) = %{tl_version} -Provides: tex(clmssj8t12.vf) = %{tl_version} -Provides: tex(clmssj8t17.vf) = %{tl_version} -Provides: tex(clmssj8t8.vf) = %{tl_version} -Provides: tex(clmssj8t9.vf) = %{tl_version} -Provides: tex(clmssjo8t10.vf) = %{tl_version} -Provides: tex(clmssjo8t12.vf) = %{tl_version} -Provides: tex(clmssjo8t17.vf) = %{tl_version} -Provides: tex(clmssjo8t8.vf) = %{tl_version} -Provides: tex(clmssjo8t9.vf) = %{tl_version} -Provides: tex(clmsso28t10.vf) = %{tl_version} -Provides: tex(clmsso28t12.vf) = %{tl_version} -Provides: tex(clmsso28t17.vf) = %{tl_version} -Provides: tex(clmsso28t8.vf) = %{tl_version} -Provides: tex(clmsso28t9.vf) = %{tl_version} -Provides: tex(clmsso8t10.vf) = %{tl_version} -Provides: tex(clmsso8t12.vf) = %{tl_version} -Provides: tex(clmsso8t17.vf) = %{tl_version} -Provides: tex(clmsso8t8.vf) = %{tl_version} -Provides: tex(clmsso8t9.vf) = %{tl_version} -Provides: tex(clmssq28t8.vf) = %{tl_version} -Provides: tex(clmssq2j8t8.vf) = %{tl_version} -Provides: tex(clmssq2jo8t8.vf) = %{tl_version} -Provides: tex(clmssq2o8t8.vf) = %{tl_version} -Provides: tex(clmssq8t8.vf) = %{tl_version} -Provides: tex(clmssqb2jo8t8.vf) = %{tl_version} -Provides: tex(clmssqb2o8t8.vf) = %{tl_version} -Provides: tex(clmssqbjo8t8.vf) = %{tl_version} -Provides: tex(clmssqbo8t8.vf) = %{tl_version} -Provides: tex(clmssqbx28t8.vf) = %{tl_version} -Provides: tex(clmssqbx2j8t8.vf) = %{tl_version} -Provides: tex(clmssqbx8t8.vf) = %{tl_version} -Provides: tex(clmssqbxj8t8.vf) = %{tl_version} -Provides: tex(clmssqj8t8.vf) = %{tl_version} -Provides: tex(clmssqjo8t8.vf) = %{tl_version} -Provides: tex(clmssqo8t8.vf) = %{tl_version} -Provides: tex(clmtcsc8t10.vf) = %{tl_version} -Provides: tex(clmtcscj8t10.vf) = %{tl_version} -Provides: tex(clmtcsjo8t10.vf) = %{tl_version} -Provides: tex(clmtcso8t10.vf) = %{tl_version} -Provides: tex(clmtk8t10.vf) = %{tl_version} -Provides: tex(clmtkj8t10.vf) = %{tl_version} -Provides: tex(clmtkjo8t10.vf) = %{tl_version} -Provides: tex(clmtko8t10.vf) = %{tl_version} -Provides: tex(clmtl8t10.vf) = %{tl_version} -Provides: tex(clmtlc8t10.vf) = %{tl_version} -Provides: tex(clmtlcj8t10.vf) = %{tl_version} -Provides: tex(clmtlcjo8t10.vf) = %{tl_version} -Provides: tex(clmtlco8t10.vf) = %{tl_version} -Provides: tex(clmtlj8t10.vf) = %{tl_version} -Provides: tex(clmtljo8t10.vf) = %{tl_version} -Provides: tex(clmtlo8t10.vf) = %{tl_version} -Provides: tex(clmtt8t10.vf) = %{tl_version} -Provides: tex(clmtt8t12.vf) = %{tl_version} -Provides: tex(clmtt8t8.vf) = %{tl_version} -Provides: tex(clmtt8t9.vf) = %{tl_version} -Provides: tex(clmtti8t10.vf) = %{tl_version} -Provides: tex(clmttij8t10.vf) = %{tl_version} -Provides: tex(clmttj8t10.vf) = %{tl_version} -Provides: tex(clmttj8t12.vf) = %{tl_version} -Provides: tex(clmttj8t8.vf) = %{tl_version} -Provides: tex(clmttj8t9.vf) = %{tl_version} -Provides: tex(clmttjo8t10.vf) = %{tl_version} -Provides: tex(clmtto8t10.vf) = %{tl_version} -Provides: tex(clmu28t10.vf) = %{tl_version} -Provides: tex(clmu2j8t10.vf) = %{tl_version} -Provides: tex(clmu8t10.vf) = %{tl_version} -Provides: tex(clmuj8t10.vf) = %{tl_version} -Provides: tex(clmvtk28t10.vf) = %{tl_version} -Provides: tex(clmvtk2j8t10.vf) = %{tl_version} -Provides: tex(clmvtk2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtk2o8t10.vf) = %{tl_version} -Provides: tex(clmvtk8t10.vf) = %{tl_version} -Provides: tex(clmvtkj8t10.vf) = %{tl_version} -Provides: tex(clmvtkjo8t10.vf) = %{tl_version} -Provides: tex(clmvtko8t10.vf) = %{tl_version} -Provides: tex(clmvtl28t10.vf) = %{tl_version} -Provides: tex(clmvtl2j8t10.vf) = %{tl_version} -Provides: tex(clmvtl2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtl2o8t10.vf) = %{tl_version} -Provides: tex(clmvtl8t10.vf) = %{tl_version} -Provides: tex(clmvtlj8t10.vf) = %{tl_version} -Provides: tex(clmvtljo8t10.vf) = %{tl_version} -Provides: tex(clmvtlo8t10.vf) = %{tl_version} -Provides: tex(clmvtt28t10.vf) = %{tl_version} -Provides: tex(clmvtt2j8t10.vf) = %{tl_version} -Provides: tex(clmvtt2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtt2o8t10.vf) = %{tl_version} -Provides: tex(clmvtt8t10.vf) = %{tl_version} -Provides: tex(clmvttj8t10.vf) = %{tl_version} -Provides: tex(clmvttjo8t10.vf) = %{tl_version} -Provides: tex(clmvtto8t10.vf) = %{tl_version} -Provides: tex(u-clmb10.vf) = %{tl_version} -Provides: tex(u-clmbo10.vf) = %{tl_version} -Provides: tex(u-clmbx10.vf) = %{tl_version} -Provides: tex(u-clmbx12.vf) = %{tl_version} -Provides: tex(u-clmbx5.vf) = %{tl_version} -Provides: tex(u-clmbx6.vf) = %{tl_version} -Provides: tex(u-clmbx7.vf) = %{tl_version} -Provides: tex(u-clmbx8.vf) = %{tl_version} -Provides: tex(u-clmbx9.vf) = %{tl_version} -Provides: tex(u-clmbxi10.vf) = %{tl_version} -Provides: tex(u-clmbxo10.vf) = %{tl_version} -Provides: tex(u-clmcsc10.vf) = %{tl_version} -Provides: tex(u-clmcsco10.vf) = %{tl_version} -Provides: tex(u-clmdunh10.vf) = %{tl_version} -Provides: tex(u-clmduno10.vf) = %{tl_version} -Provides: tex(u-clmr10.vf) = %{tl_version} -Provides: tex(u-clmr12.vf) = %{tl_version} -Provides: tex(u-clmr17.vf) = %{tl_version} -Provides: tex(u-clmr5.vf) = %{tl_version} -Provides: tex(u-clmr6.vf) = %{tl_version} -Provides: tex(u-clmr7.vf) = %{tl_version} -Provides: tex(u-clmr8.vf) = %{tl_version} -Provides: tex(u-clmr9.vf) = %{tl_version} -Provides: tex(u-clmri10.vf) = %{tl_version} -Provides: tex(u-clmri12.vf) = %{tl_version} -Provides: tex(u-clmri7.vf) = %{tl_version} -Provides: tex(u-clmri8.vf) = %{tl_version} -Provides: tex(u-clmri9.vf) = %{tl_version} -Provides: tex(u-clmro10.vf) = %{tl_version} -Provides: tex(u-clmro12.vf) = %{tl_version} -Provides: tex(u-clmro17.vf) = %{tl_version} -Provides: tex(u-clmro8.vf) = %{tl_version} -Provides: tex(u-clmro9.vf) = %{tl_version} -Provides: tex(u-clmss10.vf) = %{tl_version} -Provides: tex(u-clmss12.vf) = %{tl_version} -Provides: tex(u-clmss17.vf) = %{tl_version} -Provides: tex(u-clmss8.vf) = %{tl_version} -Provides: tex(u-clmss9.vf) = %{tl_version} -Provides: tex(u-clmssbo10.vf) = %{tl_version} -Provides: tex(u-clmssbx10.vf) = %{tl_version} -Provides: tex(u-clmssdc10.vf) = %{tl_version} -Provides: tex(u-clmssdo10.vf) = %{tl_version} -Provides: tex(u-clmsso10.vf) = %{tl_version} -Provides: tex(u-clmsso12.vf) = %{tl_version} -Provides: tex(u-clmsso17.vf) = %{tl_version} -Provides: tex(u-clmsso8.vf) = %{tl_version} -Provides: tex(u-clmsso9.vf) = %{tl_version} -Provides: tex(u-clmssq8.vf) = %{tl_version} -Provides: tex(u-clmssqbo8.vf) = %{tl_version} -Provides: tex(u-clmssqbx8.vf) = %{tl_version} -Provides: tex(u-clmssqo8.vf) = %{tl_version} -Provides: tex(u-clmtcsc10.vf) = %{tl_version} -Provides: tex(u-clmtcso10.vf) = %{tl_version} -Provides: tex(u-clmtk10.vf) = %{tl_version} -Provides: tex(u-clmtko10.vf) = %{tl_version} -Provides: tex(u-clmtl10.vf) = %{tl_version} -Provides: tex(u-clmtlc10.vf) = %{tl_version} -Provides: tex(u-clmtlco10.vf) = %{tl_version} -Provides: tex(u-clmtlo10.vf) = %{tl_version} -Provides: tex(u-clmtt10.vf) = %{tl_version} -Provides: tex(u-clmtt12.vf) = %{tl_version} -Provides: tex(u-clmtt8.vf) = %{tl_version} -Provides: tex(u-clmtt9.vf) = %{tl_version} -Provides: tex(u-clmtti10.vf) = %{tl_version} -Provides: tex(u-clmtto10.vf) = %{tl_version} -Provides: tex(u-clmu10.vf) = %{tl_version} -Provides: tex(u-clmvtk10.vf) = %{tl_version} -Provides: tex(u-clmvtko10.vf) = %{tl_version} -Provides: tex(u-clmvtl10.vf) = %{tl_version} -Provides: tex(u-clmvtlo10.vf) = %{tl_version} -Provides: tex(u-clmvtt10.vf) = %{tl_version} -Provides: tex(u-clmvtto10.vf) = %{tl_version} -Provides: tex(cfr-lm.sty) = %{tl_version} -Provides: tex(t1clm.fd) = %{tl_version} -Provides: tex(t1clm2.fd) = %{tl_version} -Provides: tex(t1clm2d.fd) = %{tl_version} -Provides: tex(t1clm2dj.fd) = %{tl_version} -Provides: tex(t1clm2j.fd) = %{tl_version} -Provides: tex(t1clm2jqs.fd) = %{tl_version} -Provides: tex(t1clm2js.fd) = %{tl_version} -Provides: tex(t1clm2jt.fd) = %{tl_version} -Provides: tex(t1clm2jv.fd) = %{tl_version} -Provides: tex(t1clm2qs.fd) = %{tl_version} -Provides: tex(t1clm2s.fd) = %{tl_version} -Provides: tex(t1clm2t.fd) = %{tl_version} -Provides: tex(t1clm2v.fd) = %{tl_version} -Provides: tex(t1clmd.fd) = %{tl_version} -Provides: tex(t1clmdj.fd) = %{tl_version} -Provides: tex(t1clmj.fd) = %{tl_version} -Provides: tex(t1clmjqs.fd) = %{tl_version} -Provides: tex(t1clmjs.fd) = %{tl_version} -Provides: tex(t1clmjt.fd) = %{tl_version} -Provides: tex(t1clmjv.fd) = %{tl_version} -Provides: tex(t1clmqs.fd) = %{tl_version} -Provides: tex(t1clms.fd) = %{tl_version} -Provides: tex(t1clmt.fd) = %{tl_version} -Provides: tex(t1clmv.fd) = %{tl_version} -Provides: tex(ts1clm.fd) = %{tl_version} -Provides: tex(ts1clm2.fd) = %{tl_version} -Provides: tex(ts1clm2d.fd) = %{tl_version} -Provides: tex(ts1clm2dj.fd) = %{tl_version} -Provides: tex(ts1clm2j.fd) = %{tl_version} -Provides: tex(ts1clm2jqs.fd) = %{tl_version} -Provides: tex(ts1clm2js.fd) = %{tl_version} -Provides: tex(ts1clm2jt.fd) = %{tl_version} -Provides: tex(ts1clm2jv.fd) = %{tl_version} -Provides: tex(ts1clm2qs.fd) = %{tl_version} -Provides: tex(ts1clm2s.fd) = %{tl_version} -Provides: tex(ts1clm2t.fd) = %{tl_version} -Provides: tex(ts1clm2v.fd) = %{tl_version} -Provides: tex(ts1clmd.fd) = %{tl_version} -Provides: tex(ts1clmdj.fd) = %{tl_version} -Provides: tex(ts1clmj.fd) = %{tl_version} -Provides: tex(ts1clmjqs.fd) = %{tl_version} -Provides: tex(ts1clmjs.fd) = %{tl_version} -Provides: tex(ts1clmjt.fd) = %{tl_version} -Provides: tex(ts1clmjv.fd) = %{tl_version} -Provides: tex(ts1clmqs.fd) = %{tl_version} -Provides: tex(ts1clms.fd) = %{tl_version} -Provides: tex(ts1clmt.fd) = %{tl_version} -Provides: tex(ts1clmv.fd) = %{tl_version} -Provides: tex(uclm.fd) = %{tl_version} -Provides: tex(uclm2.fd) = %{tl_version} -Provides: tex(uclm2d.fd) = %{tl_version} -Provides: tex(uclm2dj.fd) = %{tl_version} -Provides: tex(uclm2j.fd) = %{tl_version} -Provides: tex(uclm2jqs.fd) = %{tl_version} -Provides: tex(uclm2js.fd) = %{tl_version} -Provides: tex(uclm2jt.fd) = %{tl_version} -Provides: tex(uclm2jv.fd) = %{tl_version} -Provides: tex(uclm2qs.fd) = %{tl_version} -Provides: tex(uclm2s.fd) = %{tl_version} -Provides: tex(uclm2t.fd) = %{tl_version} -Provides: tex(uclm2v.fd) = %{tl_version} -Provides: tex(uclmd.fd) = %{tl_version} -Provides: tex(uclmdj.fd) = %{tl_version} -Provides: tex(uclmj.fd) = %{tl_version} -Provides: tex(uclmjqs.fd) = %{tl_version} -Provides: tex(uclmjs.fd) = %{tl_version} -Provides: tex(uclmjt.fd) = %{tl_version} -Provides: tex(uclmjv.fd) = %{tl_version} -Provides: tex(uclmqs.fd) = %{tl_version} -Provides: tex(uclms.fd) = %{tl_version} -Provides: tex(uclmt.fd) = %{tl_version} -Provides: tex(uclmv.fd) = %{tl_version} - -%description cfr-lm -The package supports a number of features of the Latin Modern -fonts which are not easily accessible via the default (La)TeX -support provided in the official distribution. In particular, -the package supports the use of the various styles of digits -available, small-caps and upright italic shapes, and -alternative weights and widths. It also supports variable width -typewriter and the "quotation" font. Version 2.004 of the Latin -Modern fonts is supported. By default, the package uses -proportional oldstyle digits and variable width typewriter but -this can be changed by passing appropriate options to the -package. The package also supports using (for example) -different styles of digits within a document so it is possible -to use proportional oldstyle digits by default, say, but -tabular lining digits within a particular table. The package -requires the official Latin Modern distribution, including its -(La)TeX support. The package relies on the availability of both -the fonts themselves and the official font support files. The -package also makes use of the nfssext-cfr package. Only the T1 -and TS1 encodings are supported for text fonts. The set up of -fonts for mathematics is identical to that provided by Latin -Modern. - -date: 2010-09-08 11:26:01 +0200 - -%post cfr-lm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map clm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map clm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cfr-lm -if [ $1 == 0 ] ; then -sed -i '/^Map clm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cfr-lm -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cfr-lm-doc -Summary: Documentation for cfr-lm -Version: svn19666.1.3 -Release: %{tl_noarch_release} -Provides: tex-cfr-lm-doc -BuildArch: noarch -AutoReqProv: No - -%description cfr-lm-doc -Documentation for cfr-lm - -%package circ -Provides: tex-circ = %{tl_version} -License: GPL+ -Summary: Macros for typesetting circuit diagrams -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cioptic.tfm) = %{tl_version} -Provides: tex(basic.def) = %{tl_version} -Provides: tex(box.def) = %{tl_version} -Provides: tex(circ.sty) = %{tl_version} -Provides: tex(gate.def) = %{tl_version} -Provides: tex(ic.def) = %{tl_version} -Provides: tex(oldgate.def) = %{tl_version} -Provides: tex(optics.def) = %{tl_version} -Provides: tex(physics.def) = %{tl_version} - -%description circ -Several electrical symbols like resistor, capacitor, -transistors etc., are defined. The symbols can be connected -with wires. The package also contains an American resistor -symbol for those of us on that side of the Atlantic. The -package also has simple facilities for producing optics -diagrams; however, no-one would deny that the PSTricks pst- -optic package, or the MetaPost makecirc package does the job -better. - -date: 2006-12-31 18:14:50 +0100 - -%post circ -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun circ -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans circ -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package circ-doc -Summary: Documentation for circ -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-circ-doc -BuildArch: noarch -AutoReqProv: No - -%description circ-doc -Documentation for circ - -%package circuitikz -Provides: tex-circuitikz = %{tl_version} -License: LPPL -Summary: Draw electrical networks with TikZ -Version: svn28665.0.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xstring.sty) -Requires: tex(siunitx.sty) -Provides: tex(circuitikz.code.tex) = %{tl_version} -Provides: tex(circuitikz.sty) = %{tl_version} -Provides: tex(circuitikz1.code.tex) = %{tl_version} -Provides: tex(pgfcircbipoles.sty) = %{tl_version} -Provides: tex(pgfcirccurrent.sty) = %{tl_version} -Provides: tex(pgfcirclabel.sty) = %{tl_version} -Provides: tex(pgfcircmath.sty) = %{tl_version} -Provides: tex(pgfcircmonopoles.sty) = %{tl_version} -Provides: tex(pgfcircquadpoles.sty) = %{tl_version} -Provides: tex(pgfcircshapes.sty) = %{tl_version} -Provides: tex(pgfcirctripoles.sty) = %{tl_version} -Provides: tex(pgfcircutils.sty) = %{tl_version} -Provides: tex(pgfcircvoltage.sty) = %{tl_version} -Provides: tex(t-circuitikz.tex) = %{tl_version} - -%description circuitikz -The package provides a set of macros for naturally typesetting -electrical and (somewhat less naturally, perhaps) electronic -networks. It is designed as a tool that is easy to use, with a -lean syntax, native to LaTeX, and directly supporting PDF -output format. So is based on the very impressive pgf/TikZ -package. - -date: 2012-12-29 14:51:49 +0100 - -%post circuitikz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun circuitikz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans circuitikz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package circuitikz-doc -Summary: Documentation for circuitikz -Version: svn28665.0.3.0 -Release: %{tl_noarch_release} -Provides: tex-circuitikz-doc -BuildArch: noarch -AutoReqProv: No - -%description circuitikz-doc -Documentation for circuitikz - -%package cite -Provides: tex-cite = %{tl_version} -License: Copyright only -Summary: Improved citation handling in LaTeX -Version: svn19955.5.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chapterbib.sty) = %{tl_version} -Provides: tex(cite.sty) = %{tl_version} -Provides: tex(drftcite.sty) = %{tl_version} -Provides: tex(overcite.sty) = %{tl_version} - -%description cite -The package supports compressed, sorted lists of numerical -citations, and also deals with various punctuation and other -issues of representation, including comprehensive management of -break points. The package is compatible with both hyperref and -backref. The package is (unsurprisingly) part of the cite -bundle of the author's citation-related packages. - -date: 2010-09-12 10:54:58 +0200 - -%post cite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cite-doc -Summary: Documentation for cite -Version: svn19955.5.3 -Release: %{tl_noarch_release} -Provides: tex-cite-doc -BuildArch: noarch -AutoReqProv: No - -%description cite-doc -Documentation for cite - -%package cjhebrew -Provides: tex-cjhebrew = %{tl_version} -License: LPPL -Summary: Typeset Hebrew with LaTeX -Version: svn15878.0.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cjhebltx.enc) = %{tl_version} -Provides: tex(cjhebrew.map) = %{tl_version} -Provides: tex(cjhblsm.tfm) = %{tl_version} -Provides: tex(cjhbltx.tfm) = %{tl_version} -Provides: tex(cjheblsm.tfm) = %{tl_version} -Provides: tex(cjhebltx.tfm) = %{tl_version} -Provides: tex(rcjhblsm.tfm) = %{tl_version} -Provides: tex(rcjhbltx.tfm) = %{tl_version} -Provides: tex(cjheblsm.pfb) = %{tl_version} -Provides: tex(cjhebltx.pfb) = %{tl_version} -Provides: tex(cjhblsm.vf) = %{tl_version} -Provides: tex(cjhbltx.vf) = %{tl_version} -Provides: tex(cjhebrew.sty) = %{tl_version} - -%description cjhebrew -The cjhebrew package provides Adobe Type 1 fonts for Hebrew, -and LaTeX macros to support their use. Hebrew text can be -vocalised, and a few accents are also available. The package -makes it easy to include Hebrew text in other-language -documents. The package makes use of the e-TeX extensions to -TeX, so should be run using an "e-LaTeX". - -date: 2007-01-01 00:37:00 +0100 - -%post cjhebrew -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cjhebrew.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cjhebrew.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cjhebrew -if [ $1 == 0 ] ; then -sed -i '/^Map cjhebrew.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cjhebrew -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cjhebrew-doc -Summary: Documentation for cjhebrew -Version: svn15878.0.1a -Release: %{tl_noarch_release} -Provides: tex-cjhebrew-doc -BuildArch: noarch -AutoReqProv: No - -%description cjhebrew-doc -Documentation for cjhebrew - -%package cjk-ko -Provides: tex-cjk-ko = %{tl_version} -License: Freely redistributable without restriction -Summary: Extension of the CJK package for Korean typesetting -Version: svn29516.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(CJKutf8.sty) -Requires: tex(ulem.sty) -Requires: tex(CJKfntef.sty) -Requires: tex(kolabels-utf.sty) -Provides: tex(cjkutf8-josa.sty) = %{tl_version} -Provides: tex(cjkutf8-ko.sty) = %{tl_version} -Provides: tex(cjkutf8-nanummjhanja.sty) = %{tl_version} -Provides: tex(kolabels-utf.sty) = %{tl_version} -Provides: tex(konames-utf.sty) = %{tl_version} -Provides: tex(kotex.sty) = %{tl_version} - -%description cjk-ko -The package supports typesetting UTF-8-encoded modern Korean -documents with the help of the LaTeX2e CJK package. The package -requires both CJK and the nanumtype1 packages. - -date: 2013-03-25 21:06:59 +0100 - -%post cjk-ko -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cjk-ko -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cjk-ko -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cjk-ko-doc -Summary: Documentation for cjk-ko -Version: svn29516.1.0 -Release: %{tl_noarch_release} -Provides: tex-cjk-ko-doc -BuildArch: noarch -AutoReqProv: No - -%description cjk-ko-doc -Documentation for cjk-ko - -%package cjkpunct -Provides: tex-cjkpunct = %{tl_version} -License: LPPL -Summary: Adjust locations and kerning of CJK punctuation marks -Version: svn15878.4.8.1_2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(CJKpunct.sty) = %{tl_version} - -%description cjkpunct -The package serves as a companion package for CJK. - -date: 2009-11-09 14:16:05 +0100 - -%post cjkpunct -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cjkpunct -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cjkpunct -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cjkpunct-doc -Summary: Documentation for cjkpunct -Version: svn15878.4.8.1_2 -Release: %{tl_noarch_release} -Provides: tex-cjkpunct-doc -BuildArch: noarch -AutoReqProv: No - -%description cjkpunct-doc -Documentation for cjkpunct - -%package cjk -Provides: tex-cjk = %{tl_version} -License: GPL+ -Summary: CJK language support -Version: svn26296.4.8.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-arphic -Requires: tex-cns -Requires: tex-garuda-c90 -Requires: tex-norasi-c90 -Requires: tex-thailatex -Requires: tex-uhc -Requires: tex-wadalab -Requires: tex(CJKulem.sty) -Requires: tex(ulem.sty) -Requires: tex(ifpdf.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(graphicx.sty) -Provides: tex(c42goth.fd) = %{tl_version} -Provides: tex(c42maru.fd) = %{tl_version} -Provides: tex(c42min.fd) = %{tl_version} -Provides: tex(c52maru.fd) = %{tl_version} -Provides: tex(c52min.fd) = %{tl_version} -Provides: tex(c70goth.fd) = %{tl_version} -Provides: tex(c70maru.fd) = %{tl_version} -Provides: tex(c70min.fd) = %{tl_version} -Provides: tex(Bg5.enc) = %{tl_version} -Provides: tex(HK.enc) = %{tl_version} -Provides: tex(c00bkai.fd) = %{tl_version} -Provides: tex(c00bsmi.fd) = %{tl_version} -Provides: tex(c00bsmir.fd) = %{tl_version} -Provides: tex(c00cns.fd) = %{tl_version} -Provides: tex(c00fs.fd) = %{tl_version} -Provides: tex(c00kai.fd) = %{tl_version} -Provides: tex(c00kair.fd) = %{tl_version} -Provides: tex(c00song.fd) = %{tl_version} -Provides: tex(c01song.fd) = %{tl_version} -Provides: tex(c05song.fd) = %{tl_version} -Provides: tex(c09song.fd) = %{tl_version} -Provides: tex(c80song.fd) = %{tl_version} -Provides: tex(c81song.fd) = %{tl_version} -Provides: tex(CJK.enc) = %{tl_version} -Provides: tex(CJK.sty) = %{tl_version} -Provides: tex(CJKfntef.sty) = %{tl_version} -Provides: tex(CJKnumb.sty) = %{tl_version} -Provides: tex(CJKspace.sty) = %{tl_version} -Provides: tex(CJKulem.sty) = %{tl_version} -Provides: tex(CJKutf8.sty) = %{tl_version} -Provides: tex(CJKvert.sty) = %{tl_version} -Provides: tex(EUC-TW.enc) = %{tl_version} -Provides: tex(c31song.fd) = %{tl_version} -Provides: tex(c32song.fd) = %{tl_version} -Provides: tex(c33song.fd) = %{tl_version} -Provides: tex(c34song.fd) = %{tl_version} -Provides: tex(c35song.fd) = %{tl_version} -Provides: tex(c36song.fd) = %{tl_version} -Provides: tex(c37song.fd) = %{tl_version} -Provides: tex(c10fs.fd) = %{tl_version} -Provides: tex(c10gbsn.fd) = %{tl_version} -Provides: tex(c10gkai.fd) = %{tl_version} -Provides: tex(c10song.fd) = %{tl_version} -Provides: tex(c11song.fd) = %{tl_version} -Provides: tex(c19song.fd) = %{tl_version} -Provides: tex(c20song.fd) = %{tl_version} -Provides: tex(c21song.fd) = %{tl_version} -Provides: tex(EUC-JP.enc) = %{tl_version} -Provides: tex(EUC-JPdnp.enc) = %{tl_version} -Provides: tex(JISdnp.enc) = %{tl_version} -Provides: tex(c40song.fd) = %{tl_version} -Provides: tex(c41song.fd) = %{tl_version} -Provides: tex(c42song.fd) = %{tl_version} -Provides: tex(c43song.fd) = %{tl_version} -Provides: tex(c50song.fd) = %{tl_version} -Provides: tex(KSHL.enc) = %{tl_version} -Provides: tex(c63bm.fd) = %{tl_version} -Provides: tex(c63dn.fd) = %{tl_version} -Provides: tex(c63gr.fd) = %{tl_version} -Provides: tex(c63gs.fd) = %{tl_version} -Provides: tex(c63gt.fd) = %{tl_version} -Provides: tex(c63jgt.fd) = %{tl_version} -Provides: tex(c63jmj.fd) = %{tl_version} -Provides: tex(c63jnv.fd) = %{tl_version} -Provides: tex(c63jsr.fd) = %{tl_version} -Provides: tex(c63mj.fd) = %{tl_version} -Provides: tex(c63pg.fd) = %{tl_version} -Provides: tex(c63pga.fd) = %{tl_version} -Provides: tex(c63ph.fd) = %{tl_version} -Provides: tex(c63pn.fd) = %{tl_version} -Provides: tex(c63sh.fd) = %{tl_version} -Provides: tex(c63tz.fd) = %{tl_version} -Provides: tex(c63vd.fd) = %{tl_version} -Provides: tex(c63yt.fd) = %{tl_version} -Provides: tex(c64bm.fd) = %{tl_version} -Provides: tex(c64dn.fd) = %{tl_version} -Provides: tex(c64gr.fd) = %{tl_version} -Provides: tex(c64gs.fd) = %{tl_version} -Provides: tex(c64gt.fd) = %{tl_version} -Provides: tex(c64jgt.fd) = %{tl_version} -Provides: tex(c64jmj.fd) = %{tl_version} -Provides: tex(c64jnv.fd) = %{tl_version} -Provides: tex(c64jsr.fd) = %{tl_version} -Provides: tex(c64mj.fd) = %{tl_version} -Provides: tex(c64pg.fd) = %{tl_version} -Provides: tex(c64pga.fd) = %{tl_version} -Provides: tex(c64ph.fd) = %{tl_version} -Provides: tex(c64pn.fd) = %{tl_version} -Provides: tex(c64sh.fd) = %{tl_version} -Provides: tex(c64tz.fd) = %{tl_version} -Provides: tex(c64vd.fd) = %{tl_version} -Provides: tex(c64yt.fd) = %{tl_version} -Provides: tex(c65bm.fd) = %{tl_version} -Provides: tex(c65dn.fd) = %{tl_version} -Provides: tex(c65gr.fd) = %{tl_version} -Provides: tex(c65gs.fd) = %{tl_version} -Provides: tex(c65gt.fd) = %{tl_version} -Provides: tex(c65jgt.fd) = %{tl_version} -Provides: tex(c65jmj.fd) = %{tl_version} -Provides: tex(c65jnv.fd) = %{tl_version} -Provides: tex(c65jsr.fd) = %{tl_version} -Provides: tex(c65mj.fd) = %{tl_version} -Provides: tex(c65pg.fd) = %{tl_version} -Provides: tex(c65pga.fd) = %{tl_version} -Provides: tex(c65ph.fd) = %{tl_version} -Provides: tex(c65pn.fd) = %{tl_version} -Provides: tex(c65sh.fd) = %{tl_version} -Provides: tex(c65tz.fd) = %{tl_version} -Provides: tex(c65vd.fd) = %{tl_version} -Provides: tex(c65yt.fd) = %{tl_version} -Provides: tex(pshan.sty) = %{tl_version} -Provides: tex(KS.enc) = %{tl_version} -Provides: tex(c60dr.fd) = %{tl_version} -Provides: tex(c60gr.fd) = %{tl_version} -Provides: tex(c60gs.fd) = %{tl_version} -Provides: tex(c60gt.fd) = %{tl_version} -Provides: tex(c60hgt.fd) = %{tl_version} -Provides: tex(c60hmj.fd) = %{tl_version} -Provides: tex(c60hol.fd) = %{tl_version} -Provides: tex(c60hpg.fd) = %{tl_version} -Provides: tex(c60mj.fd) = %{tl_version} -Provides: tex(c61dr.fd) = %{tl_version} -Provides: tex(c61gr.fd) = %{tl_version} -Provides: tex(c61gs.fd) = %{tl_version} -Provides: tex(c61gt.fd) = %{tl_version} -Provides: tex(c61hgt.fd) = %{tl_version} -Provides: tex(c61hmj.fd) = %{tl_version} -Provides: tex(c61hol.fd) = %{tl_version} -Provides: tex(c61hpg.fd) = %{tl_version} -Provides: tex(c61mj.fd) = %{tl_version} -Provides: tex(c62song.fd) = %{tl_version} -Provides: tex(SJIS.enc) = %{tl_version} -Provides: tex(SJISdnp.enc) = %{tl_version} -Provides: tex(c49song.fd) = %{tl_version} -Provides: tex(UTF8.enc) = %{tl_version} -Provides: tex(c70bkai.fd) = %{tl_version} -Provides: tex(c70bsmi.fd) = %{tl_version} -Provides: tex(c70gbsn.fd) = %{tl_version} -Provides: tex(c70gkai.fd) = %{tl_version} -Provides: tex(c70mj.fd) = %{tl_version} -Provides: tex(c70song.fd) = %{tl_version} -Provides: tex(extended.enc) = %{tl_version} -Provides: tex(MULEenc.sty) = %{tl_version} -Provides: tex(pinyin.sty) = %{tl_version} -Provides: tex(pmCbig.enc) = %{tl_version} -Provides: tex(pmCsmall.enc) = %{tl_version} -Provides: tex(ruby.sty) = %{tl_version} -Provides: tex(standard.enc) = %{tl_version} -Provides: tex(c90cmr.fd) = %{tl_version} -Provides: tex(c90cmss.fd) = %{tl_version} -Provides: tex(c90cmtt.fd) = %{tl_version} -Provides: tex(c90enc.def) = %{tl_version} -Provides: tex(c90gar.fd) = %{tl_version} -Provides: tex(c90nrsr.fd) = %{tl_version} -Provides: tex(thaicjk.ldf) = %{tl_version} -Provides: tex(pinyin.ldf) = %{tl_version} - -%description cjk -CJK is a macro package for LaTeX, providing simultaneous -support for various Asian scripts in many encodings (including -Unicode): - Chinese (both traditional and simplified), - -Japanese, - Korean and - Thai. A special add-on feature is an -interface to the Emacs editor (cjk-enc.el) which gives -simultaneous, easy-to-use support to a bunch of other scripts -in addition to the above: - Cyrillic, - Greek, - Latin-based -scripts, - Russian and - Vietnamese. - -date: 2012-05-09 20:27:35 +0200 - -%post cjk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cjk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cjk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cjk-doc -Summary: Documentation for cjk -Version: svn26296.4.8.3 -Release: %{tl_noarch_release} -Provides: tex-cjk-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-arphic-doc -Requires: tex-cns-doc -Requires: tex-thailatex-doc -Requires: tex-uhc-doc -Requires: tex-wadalab-doc - -%description cjk-doc -Documentation for cjk - -%package cns -Provides: tex-cns = %{tl_version} -License: LPPL -Summary: cns package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(c0so1201.tfm) = %{tl_version} -Provides: tex(c0so1202.tfm) = %{tl_version} -Provides: tex(c0so1203.tfm) = %{tl_version} -Provides: tex(c0so1204.tfm) = %{tl_version} -Provides: tex(c0so1205.tfm) = %{tl_version} -Provides: tex(c0so1206.tfm) = %{tl_version} -Provides: tex(c0so1207.tfm) = %{tl_version} -Provides: tex(c0so1208.tfm) = %{tl_version} -Provides: tex(c0so1209.tfm) = %{tl_version} -Provides: tex(c0so1210.tfm) = %{tl_version} -Provides: tex(c0so1211.tfm) = %{tl_version} -Provides: tex(c0so1212.tfm) = %{tl_version} -Provides: tex(c0so1213.tfm) = %{tl_version} -Provides: tex(c0so1214.tfm) = %{tl_version} -Provides: tex(c0so1215.tfm) = %{tl_version} -Provides: tex(c0so1216.tfm) = %{tl_version} -Provides: tex(c0so1217.tfm) = %{tl_version} -Provides: tex(c0so1218.tfm) = %{tl_version} -Provides: tex(c0so1219.tfm) = %{tl_version} -Provides: tex(c0so1220.tfm) = %{tl_version} -Provides: tex(c0so1221.tfm) = %{tl_version} -Provides: tex(c0so1222.tfm) = %{tl_version} -Provides: tex(c0so1223.tfm) = %{tl_version} -Provides: tex(c0so1224.tfm) = %{tl_version} -Provides: tex(c0so1225.tfm) = %{tl_version} -Provides: tex(c0so1226.tfm) = %{tl_version} -Provides: tex(c0so1227.tfm) = %{tl_version} -Provides: tex(c0so1228.tfm) = %{tl_version} -Provides: tex(c0so1229.tfm) = %{tl_version} -Provides: tex(c0so1230.tfm) = %{tl_version} -Provides: tex(c0so1231.tfm) = %{tl_version} -Provides: tex(c0so1232.tfm) = %{tl_version} -Provides: tex(c0so1233.tfm) = %{tl_version} -Provides: tex(c0so1234.tfm) = %{tl_version} -Provides: tex(c0so1235.tfm) = %{tl_version} -Provides: tex(c0so1236.tfm) = %{tl_version} -Provides: tex(c0so1237.tfm) = %{tl_version} -Provides: tex(c0so1238.tfm) = %{tl_version} -Provides: tex(c0so1239.tfm) = %{tl_version} -Provides: tex(c0so1240.tfm) = %{tl_version} -Provides: tex(c0so1241.tfm) = %{tl_version} -Provides: tex(c0so1242.tfm) = %{tl_version} -Provides: tex(c0so1243.tfm) = %{tl_version} -Provides: tex(c0so1244.tfm) = %{tl_version} -Provides: tex(c0so1245.tfm) = %{tl_version} -Provides: tex(c0so1246.tfm) = %{tl_version} -Provides: tex(c0so1247.tfm) = %{tl_version} -Provides: tex(c0so1248.tfm) = %{tl_version} -Provides: tex(c0so1249.tfm) = %{tl_version} -Provides: tex(c0so1250.tfm) = %{tl_version} -Provides: tex(c0so1251.tfm) = %{tl_version} -Provides: tex(c0so1252.tfm) = %{tl_version} -Provides: tex(c0so1253.tfm) = %{tl_version} -Provides: tex(c0so1254.tfm) = %{tl_version} -Provides: tex(c0so1255.tfm) = %{tl_version} -Provides: tex(c1so1201.tfm) = %{tl_version} -Provides: tex(c1so1202.tfm) = %{tl_version} -Provides: tex(c1so1203.tfm) = %{tl_version} -Provides: tex(c1so1204.tfm) = %{tl_version} -Provides: tex(c1so1205.tfm) = %{tl_version} -Provides: tex(c1so1206.tfm) = %{tl_version} -Provides: tex(c1so1207.tfm) = %{tl_version} -Provides: tex(c1so1208.tfm) = %{tl_version} -Provides: tex(c1so1209.tfm) = %{tl_version} -Provides: tex(c1so1210.tfm) = %{tl_version} -Provides: tex(c1so1211.tfm) = %{tl_version} -Provides: tex(c1so1212.tfm) = %{tl_version} -Provides: tex(c1so1213.tfm) = %{tl_version} -Provides: tex(c1so1214.tfm) = %{tl_version} -Provides: tex(c1so1215.tfm) = %{tl_version} -Provides: tex(c1so1216.tfm) = %{tl_version} -Provides: tex(c1so1217.tfm) = %{tl_version} -Provides: tex(c1so1218.tfm) = %{tl_version} -Provides: tex(c1so1219.tfm) = %{tl_version} -Provides: tex(c1so1220.tfm) = %{tl_version} -Provides: tex(c1so1221.tfm) = %{tl_version} -Provides: tex(c1so1222.tfm) = %{tl_version} -Provides: tex(c1so1223.tfm) = %{tl_version} -Provides: tex(c1so1224.tfm) = %{tl_version} -Provides: tex(c1so1225.tfm) = %{tl_version} -Provides: tex(c1so1226.tfm) = %{tl_version} -Provides: tex(c1so1227.tfm) = %{tl_version} -Provides: tex(c1so1228.tfm) = %{tl_version} -Provides: tex(c1so1229.tfm) = %{tl_version} -Provides: tex(c1so1230.tfm) = %{tl_version} -Provides: tex(c1so1231.tfm) = %{tl_version} -Provides: tex(c1so1232.tfm) = %{tl_version} -Provides: tex(c1so1233.tfm) = %{tl_version} -Provides: tex(c1so1234.tfm) = %{tl_version} -Provides: tex(c2so1201.tfm) = %{tl_version} -Provides: tex(c2so1202.tfm) = %{tl_version} -Provides: tex(c2so1203.tfm) = %{tl_version} -Provides: tex(c2so1204.tfm) = %{tl_version} -Provides: tex(c2so1205.tfm) = %{tl_version} -Provides: tex(c2so1206.tfm) = %{tl_version} -Provides: tex(c2so1207.tfm) = %{tl_version} -Provides: tex(c2so1208.tfm) = %{tl_version} -Provides: tex(c2so1209.tfm) = %{tl_version} -Provides: tex(c2so1210.tfm) = %{tl_version} -Provides: tex(c2so1211.tfm) = %{tl_version} -Provides: tex(c2so1212.tfm) = %{tl_version} -Provides: tex(c2so1213.tfm) = %{tl_version} -Provides: tex(c2so1214.tfm) = %{tl_version} -Provides: tex(c2so1215.tfm) = %{tl_version} -Provides: tex(c2so1216.tfm) = %{tl_version} -Provides: tex(c2so1217.tfm) = %{tl_version} -Provides: tex(c2so1218.tfm) = %{tl_version} -Provides: tex(c2so1219.tfm) = %{tl_version} -Provides: tex(c2so1220.tfm) = %{tl_version} -Provides: tex(c2so1221.tfm) = %{tl_version} -Provides: tex(c2so1222.tfm) = %{tl_version} -Provides: tex(c2so1223.tfm) = %{tl_version} -Provides: tex(c2so1224.tfm) = %{tl_version} -Provides: tex(c2so1225.tfm) = %{tl_version} -Provides: tex(c2so1226.tfm) = %{tl_version} -Provides: tex(c2so1227.tfm) = %{tl_version} -Provides: tex(c2so1228.tfm) = %{tl_version} -Provides: tex(c2so1229.tfm) = %{tl_version} -Provides: tex(c2so1230.tfm) = %{tl_version} -Provides: tex(c3so1201.tfm) = %{tl_version} -Provides: tex(c3so1202.tfm) = %{tl_version} -Provides: tex(c3so1203.tfm) = %{tl_version} -Provides: tex(c3so1204.tfm) = %{tl_version} -Provides: tex(c3so1205.tfm) = %{tl_version} -Provides: tex(c3so1206.tfm) = %{tl_version} -Provides: tex(c3so1207.tfm) = %{tl_version} -Provides: tex(c3so1208.tfm) = %{tl_version} -Provides: tex(c3so1209.tfm) = %{tl_version} -Provides: tex(c3so1210.tfm) = %{tl_version} -Provides: tex(c3so1211.tfm) = %{tl_version} -Provides: tex(c3so1212.tfm) = %{tl_version} -Provides: tex(c3so1213.tfm) = %{tl_version} -Provides: tex(c3so1214.tfm) = %{tl_version} -Provides: tex(c3so1215.tfm) = %{tl_version} -Provides: tex(c3so1216.tfm) = %{tl_version} -Provides: tex(c3so1217.tfm) = %{tl_version} -Provides: tex(c3so1218.tfm) = %{tl_version} -Provides: tex(c3so1219.tfm) = %{tl_version} -Provides: tex(c3so1220.tfm) = %{tl_version} -Provides: tex(c3so1221.tfm) = %{tl_version} -Provides: tex(c3so1222.tfm) = %{tl_version} -Provides: tex(c3so1223.tfm) = %{tl_version} -Provides: tex(c3so1224.tfm) = %{tl_version} -Provides: tex(c3so1225.tfm) = %{tl_version} -Provides: tex(c4so1201.tfm) = %{tl_version} -Provides: tex(c4so1202.tfm) = %{tl_version} -Provides: tex(c4so1203.tfm) = %{tl_version} -Provides: tex(c4so1204.tfm) = %{tl_version} -Provides: tex(c4so1205.tfm) = %{tl_version} -Provides: tex(c4so1206.tfm) = %{tl_version} -Provides: tex(c4so1207.tfm) = %{tl_version} -Provides: tex(c4so1208.tfm) = %{tl_version} -Provides: tex(c4so1209.tfm) = %{tl_version} -Provides: tex(c4so1210.tfm) = %{tl_version} -Provides: tex(c4so1211.tfm) = %{tl_version} -Provides: tex(c4so1212.tfm) = %{tl_version} -Provides: tex(c4so1213.tfm) = %{tl_version} -Provides: tex(c4so1214.tfm) = %{tl_version} -Provides: tex(c4so1215.tfm) = %{tl_version} -Provides: tex(c4so1216.tfm) = %{tl_version} -Provides: tex(c4so1217.tfm) = %{tl_version} -Provides: tex(c4so1218.tfm) = %{tl_version} -Provides: tex(c4so1219.tfm) = %{tl_version} -Provides: tex(c4so1220.tfm) = %{tl_version} -Provides: tex(c4so1221.tfm) = %{tl_version} -Provides: tex(c4so1222.tfm) = %{tl_version} -Provides: tex(c4so1223.tfm) = %{tl_version} -Provides: tex(c4so1224.tfm) = %{tl_version} -Provides: tex(c4so1225.tfm) = %{tl_version} -Provides: tex(c4so1226.tfm) = %{tl_version} -Provides: tex(c4so1227.tfm) = %{tl_version} -Provides: tex(c4so1228.tfm) = %{tl_version} -Provides: tex(c4so1229.tfm) = %{tl_version} -Provides: tex(c5so1201.tfm) = %{tl_version} -Provides: tex(c5so1202.tfm) = %{tl_version} -Provides: tex(c5so1203.tfm) = %{tl_version} -Provides: tex(c5so1204.tfm) = %{tl_version} -Provides: tex(c5so1205.tfm) = %{tl_version} -Provides: tex(c5so1206.tfm) = %{tl_version} -Provides: tex(c5so1207.tfm) = %{tl_version} -Provides: tex(c5so1208.tfm) = %{tl_version} -Provides: tex(c5so1209.tfm) = %{tl_version} -Provides: tex(c5so1210.tfm) = %{tl_version} -Provides: tex(c5so1211.tfm) = %{tl_version} -Provides: tex(c5so1212.tfm) = %{tl_version} -Provides: tex(c5so1213.tfm) = %{tl_version} -Provides: tex(c5so1214.tfm) = %{tl_version} -Provides: tex(c5so1215.tfm) = %{tl_version} -Provides: tex(c5so1216.tfm) = %{tl_version} -Provides: tex(c5so1217.tfm) = %{tl_version} -Provides: tex(c5so1218.tfm) = %{tl_version} -Provides: tex(c5so1219.tfm) = %{tl_version} -Provides: tex(c5so1220.tfm) = %{tl_version} -Provides: tex(c5so1221.tfm) = %{tl_version} -Provides: tex(c5so1222.tfm) = %{tl_version} -Provides: tex(c5so1223.tfm) = %{tl_version} -Provides: tex(c5so1224.tfm) = %{tl_version} -Provides: tex(c5so1225.tfm) = %{tl_version} -Provides: tex(c5so1226.tfm) = %{tl_version} -Provides: tex(c5so1227.tfm) = %{tl_version} -Provides: tex(c5so1228.tfm) = %{tl_version} -Provides: tex(c5so1229.tfm) = %{tl_version} -Provides: tex(c5so1230.tfm) = %{tl_version} -Provides: tex(c5so1231.tfm) = %{tl_version} -Provides: tex(c5so1232.tfm) = %{tl_version} -Provides: tex(c5so1233.tfm) = %{tl_version} -Provides: tex(c5so1234.tfm) = %{tl_version} -Provides: tex(c6so1201.tfm) = %{tl_version} -Provides: tex(c6so1202.tfm) = %{tl_version} -Provides: tex(c6so1203.tfm) = %{tl_version} -Provides: tex(c6so1204.tfm) = %{tl_version} -Provides: tex(c6so1205.tfm) = %{tl_version} -Provides: tex(c6so1206.tfm) = %{tl_version} -Provides: tex(c6so1207.tfm) = %{tl_version} -Provides: tex(c6so1208.tfm) = %{tl_version} -Provides: tex(c6so1209.tfm) = %{tl_version} -Provides: tex(c6so1210.tfm) = %{tl_version} -Provides: tex(c6so1211.tfm) = %{tl_version} -Provides: tex(c6so1212.tfm) = %{tl_version} -Provides: tex(c6so1213.tfm) = %{tl_version} -Provides: tex(c6so1214.tfm) = %{tl_version} -Provides: tex(c6so1215.tfm) = %{tl_version} -Provides: tex(c6so1216.tfm) = %{tl_version} -Provides: tex(c6so1217.tfm) = %{tl_version} -Provides: tex(c6so1218.tfm) = %{tl_version} -Provides: tex(c6so1219.tfm) = %{tl_version} -Provides: tex(c6so1220.tfm) = %{tl_version} -Provides: tex(c6so1221.tfm) = %{tl_version} -Provides: tex(c6so1222.tfm) = %{tl_version} -Provides: tex(c6so1223.tfm) = %{tl_version} -Provides: tex(c6so1224.tfm) = %{tl_version} -Provides: tex(c6so1225.tfm) = %{tl_version} -Provides: tex(c7so1201.tfm) = %{tl_version} -Provides: tex(c7so1202.tfm) = %{tl_version} -Provides: tex(c7so1203.tfm) = %{tl_version} -Provides: tex(c7so1204.tfm) = %{tl_version} -Provides: tex(c7so1205.tfm) = %{tl_version} -Provides: tex(c7so1206.tfm) = %{tl_version} -Provides: tex(c7so1207.tfm) = %{tl_version} -Provides: tex(c7so1208.tfm) = %{tl_version} -Provides: tex(c7so1209.tfm) = %{tl_version} -Provides: tex(c7so1210.tfm) = %{tl_version} -Provides: tex(c7so1211.tfm) = %{tl_version} -Provides: tex(c7so1212.tfm) = %{tl_version} -Provides: tex(c7so1213.tfm) = %{tl_version} -Provides: tex(c7so1214.tfm) = %{tl_version} -Provides: tex(c7so1215.tfm) = %{tl_version} -Provides: tex(c7so1216.tfm) = %{tl_version} -Provides: tex(c7so1217.tfm) = %{tl_version} -Provides: tex(c7so1218.tfm) = %{tl_version} -Provides: tex(c7so1219.tfm) = %{tl_version} -Provides: tex(c7so1220.tfm) = %{tl_version} -Provides: tex(c7so1221.tfm) = %{tl_version} -Provides: tex(c7so1222.tfm) = %{tl_version} -Provides: tex(c7so1223.tfm) = %{tl_version} -Provides: tex(c7so1224.tfm) = %{tl_version} -Provides: tex(c7so1225.tfm) = %{tl_version} -Provides: tex(c7so1226.tfm) = %{tl_version} - -%description cns -cns package - -%post cns -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cns -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cns -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cns-doc -Summary: Documentation for cns -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cns-doc -BuildArch: noarch -AutoReqProv: No - -%description cns-doc -Documentation for cns - -%package garuda-c90 -Provides: tex-garuda-c90 = %{tl_version} -License: LPPL -Summary: TeX support (from CJK) for the garuda font in thailatex -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(garuda-c90.map) = %{tl_version} -Provides: tex(fgdb8z.tfm) = %{tl_version} -Provides: tex(fgdbo8z.tfm) = %{tl_version} -Provides: tex(fgdo8z.tfm) = %{tl_version} -Provides: tex(fgdr8z.tfm) = %{tl_version} - -%description garuda-c90 -garuda-c90 package - -%post garuda-c90 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map garuda-c90.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map garuda-c90.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun garuda-c90 -if [ $1 == 0 ] ; then -sed -i '/^Map garuda-c90.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans garuda-c90 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package norasi-c90 -Provides: tex-norasi-c90 = %{tl_version} -License: LPPL -Summary: TeX support (from CJK) for the norasi font in thailatex -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(norasi-c90.map) = %{tl_version} -Provides: tex(ftnb8z.tfm) = %{tl_version} -Provides: tex(ftnbi8z.tfm) = %{tl_version} -Provides: tex(ftni8z.tfm) = %{tl_version} -Provides: tex(ftnr8z.tfm) = %{tl_version} - -%description norasi-c90 -norasi-c90 package - -%post norasi-c90 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map norasi-c90.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map norasi-c90.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun norasi-c90 -if [ $1 == 0 ] ; then -sed -i '/^Map norasi-c90.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans norasi-c90 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thailatex -Provides: tex-thailatex = %{tl_version} -License: LPPL -Summary: Typeset Thai texts with standard LaTeX classes -Version: svn29349.0.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hyph-th-utf8.tex) = %{tl_version} -Provides: tex(hyph-th.tex) = %{tl_version} -Provides: tex(loadhyph-th.tex) = %{tl_version} -Provides: tex(lthenc.def) = %{tl_version} -Provides: tex(thai.ldf) = %{tl_version} -Provides: tex(thswitch.sty) = %{tl_version} -Provides: tex(tis620.def) = %{tl_version} - -%description thailatex -ThaiLaTeX enables typesetting Thai with standard LaTeX document -classes. It is designed to become a part of babel, and may be -used as such after a (small) patch to babel itself. - -date: 2013-02-08 11:42:11 +0100 - -%post thailatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thailatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thailatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thailatex-doc -Summary: Documentation for thailatex -Version: svn29349.0.5.1 -Release: %{tl_noarch_release} -Provides: tex-thailatex-doc -BuildArch: noarch -AutoReqProv: No - -%description thailatex-doc -Documentation for thailatex - -%package uhc -Provides: tex-uhc = %{tl_version} -License: LPPL -Summary: Fonts for the Korean language -Version: svn16791.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(umj.map) = %{tl_version} -Provides: tex(umj00.tfm) = %{tl_version} -Provides: tex(umj01.tfm) = %{tl_version} -Provides: tex(umj02.tfm) = %{tl_version} -Provides: tex(umj03.tfm) = %{tl_version} -Provides: tex(umj04.tfm) = %{tl_version} -Provides: tex(umj05.tfm) = %{tl_version} -Provides: tex(umj10.tfm) = %{tl_version} -Provides: tex(umj11.tfm) = %{tl_version} -Provides: tex(umj12.tfm) = %{tl_version} -Provides: tex(umj13.tfm) = %{tl_version} -Provides: tex(umj14.tfm) = %{tl_version} -Provides: tex(umj15.tfm) = %{tl_version} -Provides: tex(umj16.tfm) = %{tl_version} -Provides: tex(umj17.tfm) = %{tl_version} -Provides: tex(umj20.tfm) = %{tl_version} -Provides: tex(umj21.tfm) = %{tl_version} -Provides: tex(umj22.tfm) = %{tl_version} -Provides: tex(umj23.tfm) = %{tl_version} -Provides: tex(umj24.tfm) = %{tl_version} -Provides: tex(umj25.tfm) = %{tl_version} -Provides: tex(umj26.tfm) = %{tl_version} -Provides: tex(umj27.tfm) = %{tl_version} -Provides: tex(umj28.tfm) = %{tl_version} -Provides: tex(umj29.tfm) = %{tl_version} -Provides: tex(umj30.tfm) = %{tl_version} -Provides: tex(umj31.tfm) = %{tl_version} -Provides: tex(umj32.tfm) = %{tl_version} -Provides: tex(umj33.tfm) = %{tl_version} -Provides: tex(umj34.tfm) = %{tl_version} -Provides: tex(umj35.tfm) = %{tl_version} -Provides: tex(umj36.tfm) = %{tl_version} -Provides: tex(umj37.tfm) = %{tl_version} -Provides: tex(umj38.tfm) = %{tl_version} -Provides: tex(umjc00.tfm) = %{tl_version} -Provides: tex(umjc01.tfm) = %{tl_version} -Provides: tex(umjc02.tfm) = %{tl_version} -Provides: tex(umjc03.tfm) = %{tl_version} -Provides: tex(umjc04.tfm) = %{tl_version} -Provides: tex(umjc05.tfm) = %{tl_version} -Provides: tex(umjc10.tfm) = %{tl_version} -Provides: tex(umjc11.tfm) = %{tl_version} -Provides: tex(umjc12.tfm) = %{tl_version} -Provides: tex(umjc13.tfm) = %{tl_version} -Provides: tex(umjc14.tfm) = %{tl_version} -Provides: tex(umjc15.tfm) = %{tl_version} -Provides: tex(umjc16.tfm) = %{tl_version} -Provides: tex(umjc17.tfm) = %{tl_version} -Provides: tex(umjc20.tfm) = %{tl_version} -Provides: tex(umjc21.tfm) = %{tl_version} -Provides: tex(umjc22.tfm) = %{tl_version} -Provides: tex(umjc23.tfm) = %{tl_version} -Provides: tex(umjc24.tfm) = %{tl_version} -Provides: tex(umjc25.tfm) = %{tl_version} -Provides: tex(umjc26.tfm) = %{tl_version} -Provides: tex(umjc27.tfm) = %{tl_version} -Provides: tex(umjc28.tfm) = %{tl_version} -Provides: tex(umjc29.tfm) = %{tl_version} -Provides: tex(umjc30.tfm) = %{tl_version} -Provides: tex(umjc31.tfm) = %{tl_version} -Provides: tex(umjc32.tfm) = %{tl_version} -Provides: tex(umjc33.tfm) = %{tl_version} -Provides: tex(umjc34.tfm) = %{tl_version} -Provides: tex(umjc35.tfm) = %{tl_version} -Provides: tex(umjc36.tfm) = %{tl_version} -Provides: tex(umjc37.tfm) = %{tl_version} -Provides: tex(umjc38.tfm) = %{tl_version} -Provides: tex(umjco00.tfm) = %{tl_version} -Provides: tex(umjco01.tfm) = %{tl_version} -Provides: tex(umjco02.tfm) = %{tl_version} -Provides: tex(umjco03.tfm) = %{tl_version} -Provides: tex(umjco04.tfm) = %{tl_version} -Provides: tex(umjco05.tfm) = %{tl_version} -Provides: tex(umjco10.tfm) = %{tl_version} -Provides: tex(umjco11.tfm) = %{tl_version} -Provides: tex(umjco12.tfm) = %{tl_version} -Provides: tex(umjco13.tfm) = %{tl_version} -Provides: tex(umjco14.tfm) = %{tl_version} -Provides: tex(umjco15.tfm) = %{tl_version} -Provides: tex(umjco16.tfm) = %{tl_version} -Provides: tex(umjco17.tfm) = %{tl_version} -Provides: tex(umjco20.tfm) = %{tl_version} -Provides: tex(umjco21.tfm) = %{tl_version} -Provides: tex(umjco22.tfm) = %{tl_version} -Provides: tex(umjco23.tfm) = %{tl_version} -Provides: tex(umjco24.tfm) = %{tl_version} -Provides: tex(umjco25.tfm) = %{tl_version} -Provides: tex(umjco26.tfm) = %{tl_version} -Provides: tex(umjco27.tfm) = %{tl_version} -Provides: tex(umjco28.tfm) = %{tl_version} -Provides: tex(umjco29.tfm) = %{tl_version} -Provides: tex(umjco30.tfm) = %{tl_version} -Provides: tex(umjco31.tfm) = %{tl_version} -Provides: tex(umjco32.tfm) = %{tl_version} -Provides: tex(umjco33.tfm) = %{tl_version} -Provides: tex(umjco34.tfm) = %{tl_version} -Provides: tex(umjco35.tfm) = %{tl_version} -Provides: tex(umjco36.tfm) = %{tl_version} -Provides: tex(umjco37.tfm) = %{tl_version} -Provides: tex(umjco38.tfm) = %{tl_version} -Provides: tex(umjo00.tfm) = %{tl_version} -Provides: tex(umjo01.tfm) = %{tl_version} -Provides: tex(umjo02.tfm) = %{tl_version} -Provides: tex(umjo03.tfm) = %{tl_version} -Provides: tex(umjo04.tfm) = %{tl_version} -Provides: tex(umjo05.tfm) = %{tl_version} -Provides: tex(umjo10.tfm) = %{tl_version} -Provides: tex(umjo11.tfm) = %{tl_version} -Provides: tex(umjo12.tfm) = %{tl_version} -Provides: tex(umjo13.tfm) = %{tl_version} -Provides: tex(umjo14.tfm) = %{tl_version} -Provides: tex(umjo15.tfm) = %{tl_version} -Provides: tex(umjo16.tfm) = %{tl_version} -Provides: tex(umjo17.tfm) = %{tl_version} -Provides: tex(umjo20.tfm) = %{tl_version} -Provides: tex(umjo21.tfm) = %{tl_version} -Provides: tex(umjo22.tfm) = %{tl_version} -Provides: tex(umjo23.tfm) = %{tl_version} -Provides: tex(umjo24.tfm) = %{tl_version} -Provides: tex(umjo25.tfm) = %{tl_version} -Provides: tex(umjo26.tfm) = %{tl_version} -Provides: tex(umjo27.tfm) = %{tl_version} -Provides: tex(umjo28.tfm) = %{tl_version} -Provides: tex(umjo29.tfm) = %{tl_version} -Provides: tex(umjo30.tfm) = %{tl_version} -Provides: tex(umjo31.tfm) = %{tl_version} -Provides: tex(umjo32.tfm) = %{tl_version} -Provides: tex(umjo33.tfm) = %{tl_version} -Provides: tex(umjo34.tfm) = %{tl_version} -Provides: tex(umjo35.tfm) = %{tl_version} -Provides: tex(umjo36.tfm) = %{tl_version} -Provides: tex(umjo37.tfm) = %{tl_version} -Provides: tex(umjo38.tfm) = %{tl_version} -Provides: tex(umju00.tfm) = %{tl_version} -Provides: tex(umju01.tfm) = %{tl_version} -Provides: tex(umju02.tfm) = %{tl_version} -Provides: tex(umju03.tfm) = %{tl_version} -Provides: tex(umju04.tfm) = %{tl_version} -Provides: tex(umju05.tfm) = %{tl_version} -Provides: tex(umju10.tfm) = %{tl_version} -Provides: tex(umju11.tfm) = %{tl_version} -Provides: tex(umju12.tfm) = %{tl_version} -Provides: tex(umju13.tfm) = %{tl_version} -Provides: tex(umju14.tfm) = %{tl_version} -Provides: tex(umju15.tfm) = %{tl_version} -Provides: tex(umju16.tfm) = %{tl_version} -Provides: tex(umju17.tfm) = %{tl_version} -Provides: tex(umju20.tfm) = %{tl_version} -Provides: tex(umju21.tfm) = %{tl_version} -Provides: tex(umju22.tfm) = %{tl_version} -Provides: tex(umju23.tfm) = %{tl_version} -Provides: tex(umju24.tfm) = %{tl_version} -Provides: tex(umju25.tfm) = %{tl_version} -Provides: tex(umju26.tfm) = %{tl_version} -Provides: tex(umju27.tfm) = %{tl_version} -Provides: tex(umju28.tfm) = %{tl_version} -Provides: tex(umju29.tfm) = %{tl_version} -Provides: tex(umju30.tfm) = %{tl_version} -Provides: tex(umju31.tfm) = %{tl_version} -Provides: tex(umju32.tfm) = %{tl_version} -Provides: tex(umju33.tfm) = %{tl_version} -Provides: tex(umju34.tfm) = %{tl_version} -Provides: tex(umju35.tfm) = %{tl_version} -Provides: tex(umju36.tfm) = %{tl_version} -Provides: tex(umju37.tfm) = %{tl_version} -Provides: tex(umju38.tfm) = %{tl_version} -Provides: tex(umjuo00.tfm) = %{tl_version} -Provides: tex(umjuo01.tfm) = %{tl_version} -Provides: tex(umjuo02.tfm) = %{tl_version} -Provides: tex(umjuo03.tfm) = %{tl_version} -Provides: tex(umjuo04.tfm) = %{tl_version} -Provides: tex(umjuo05.tfm) = %{tl_version} -Provides: tex(umjuo10.tfm) = %{tl_version} -Provides: tex(umjuo11.tfm) = %{tl_version} -Provides: tex(umjuo12.tfm) = %{tl_version} -Provides: tex(umjuo13.tfm) = %{tl_version} -Provides: tex(umjuo14.tfm) = %{tl_version} -Provides: tex(umjuo15.tfm) = %{tl_version} -Provides: tex(umjuo16.tfm) = %{tl_version} -Provides: tex(umjuo17.tfm) = %{tl_version} -Provides: tex(umjuo20.tfm) = %{tl_version} -Provides: tex(umjuo21.tfm) = %{tl_version} -Provides: tex(umjuo22.tfm) = %{tl_version} -Provides: tex(umjuo23.tfm) = %{tl_version} -Provides: tex(umjuo24.tfm) = %{tl_version} -Provides: tex(umjuo25.tfm) = %{tl_version} -Provides: tex(umjuo26.tfm) = %{tl_version} -Provides: tex(umjuo27.tfm) = %{tl_version} -Provides: tex(umjuo28.tfm) = %{tl_version} -Provides: tex(umjuo29.tfm) = %{tl_version} -Provides: tex(umjuo30.tfm) = %{tl_version} -Provides: tex(umjuo31.tfm) = %{tl_version} -Provides: tex(umjuo32.tfm) = %{tl_version} -Provides: tex(umjuo33.tfm) = %{tl_version} -Provides: tex(umjuo34.tfm) = %{tl_version} -Provides: tex(umjuo35.tfm) = %{tl_version} -Provides: tex(umjuo36.tfm) = %{tl_version} -Provides: tex(umjuo37.tfm) = %{tl_version} -Provides: tex(umjuo38.tfm) = %{tl_version} -Provides: tex(umjx00.tfm) = %{tl_version} -Provides: tex(umjx01.tfm) = %{tl_version} -Provides: tex(umjx02.tfm) = %{tl_version} -Provides: tex(umjx03.tfm) = %{tl_version} -Provides: tex(umjx04.tfm) = %{tl_version} -Provides: tex(umjx05.tfm) = %{tl_version} -Provides: tex(umjx10.tfm) = %{tl_version} -Provides: tex(umjx11.tfm) = %{tl_version} -Provides: tex(umjx12.tfm) = %{tl_version} -Provides: tex(umjx13.tfm) = %{tl_version} -Provides: tex(umjx14.tfm) = %{tl_version} -Provides: tex(umjx15.tfm) = %{tl_version} -Provides: tex(umjx16.tfm) = %{tl_version} -Provides: tex(umjx17.tfm) = %{tl_version} -Provides: tex(umjx20.tfm) = %{tl_version} -Provides: tex(umjx21.tfm) = %{tl_version} -Provides: tex(umjx22.tfm) = %{tl_version} -Provides: tex(umjx23.tfm) = %{tl_version} -Provides: tex(umjx24.tfm) = %{tl_version} -Provides: tex(umjx25.tfm) = %{tl_version} -Provides: tex(umjx26.tfm) = %{tl_version} -Provides: tex(umjx27.tfm) = %{tl_version} -Provides: tex(umjx28.tfm) = %{tl_version} -Provides: tex(umjx29.tfm) = %{tl_version} -Provides: tex(umjx30.tfm) = %{tl_version} -Provides: tex(umjx31.tfm) = %{tl_version} -Provides: tex(umjx32.tfm) = %{tl_version} -Provides: tex(umjx33.tfm) = %{tl_version} -Provides: tex(umjx34.tfm) = %{tl_version} -Provides: tex(umjx35.tfm) = %{tl_version} -Provides: tex(umjx36.tfm) = %{tl_version} -Provides: tex(umjx37.tfm) = %{tl_version} -Provides: tex(umjx38.tfm) = %{tl_version} -Provides: tex(umjxo00.tfm) = %{tl_version} -Provides: tex(umjxo01.tfm) = %{tl_version} -Provides: tex(umjxo02.tfm) = %{tl_version} -Provides: tex(umjxo03.tfm) = %{tl_version} -Provides: tex(umjxo04.tfm) = %{tl_version} -Provides: tex(umjxo05.tfm) = %{tl_version} -Provides: tex(umjxo10.tfm) = %{tl_version} -Provides: tex(umjxo11.tfm) = %{tl_version} -Provides: tex(umjxo12.tfm) = %{tl_version} -Provides: tex(umjxo13.tfm) = %{tl_version} -Provides: tex(umjxo14.tfm) = %{tl_version} -Provides: tex(umjxo15.tfm) = %{tl_version} -Provides: tex(umjxo16.tfm) = %{tl_version} -Provides: tex(umjxo17.tfm) = %{tl_version} -Provides: tex(umjxo20.tfm) = %{tl_version} -Provides: tex(umjxo21.tfm) = %{tl_version} -Provides: tex(umjxo22.tfm) = %{tl_version} -Provides: tex(umjxo23.tfm) = %{tl_version} -Provides: tex(umjxo24.tfm) = %{tl_version} -Provides: tex(umjxo25.tfm) = %{tl_version} -Provides: tex(umjxo26.tfm) = %{tl_version} -Provides: tex(umjxo27.tfm) = %{tl_version} -Provides: tex(umjxo28.tfm) = %{tl_version} -Provides: tex(umjxo29.tfm) = %{tl_version} -Provides: tex(umjxo30.tfm) = %{tl_version} -Provides: tex(umjxo31.tfm) = %{tl_version} -Provides: tex(umjxo32.tfm) = %{tl_version} -Provides: tex(umjxo33.tfm) = %{tl_version} -Provides: tex(umjxo34.tfm) = %{tl_version} -Provides: tex(umjxo35.tfm) = %{tl_version} -Provides: tex(umjxo36.tfm) = %{tl_version} -Provides: tex(umjxo37.tfm) = %{tl_version} -Provides: tex(umjxo38.tfm) = %{tl_version} -Provides: tex(uwmj00.tfm) = %{tl_version} -Provides: tex(uwmj01.tfm) = %{tl_version} -Provides: tex(uwmj02.tfm) = %{tl_version} -Provides: tex(uwmj03.tfm) = %{tl_version} -Provides: tex(uwmj04.tfm) = %{tl_version} -Provides: tex(uwmj20.tfm) = %{tl_version} -Provides: tex(uwmj21.tfm) = %{tl_version} -Provides: tex(uwmj22.tfm) = %{tl_version} -Provides: tex(uwmj23.tfm) = %{tl_version} -Provides: tex(uwmj24.tfm) = %{tl_version} -Provides: tex(uwmj25.tfm) = %{tl_version} -Provides: tex(uwmj26.tfm) = %{tl_version} -Provides: tex(uwmj30.tfm) = %{tl_version} -Provides: tex(uwmj31.tfm) = %{tl_version} -Provides: tex(uwmj32.tfm) = %{tl_version} -Provides: tex(uwmj33.tfm) = %{tl_version} -Provides: tex(uwmj4e.tfm) = %{tl_version} -Provides: tex(uwmj4f.tfm) = %{tl_version} -Provides: tex(uwmj50.tfm) = %{tl_version} -Provides: tex(uwmj51.tfm) = %{tl_version} -Provides: tex(uwmj52.tfm) = %{tl_version} -Provides: tex(uwmj53.tfm) = %{tl_version} -Provides: tex(uwmj54.tfm) = %{tl_version} -Provides: tex(uwmj55.tfm) = %{tl_version} -Provides: tex(uwmj56.tfm) = %{tl_version} -Provides: tex(uwmj57.tfm) = %{tl_version} -Provides: tex(uwmj58.tfm) = %{tl_version} -Provides: tex(uwmj59.tfm) = %{tl_version} -Provides: tex(uwmj5a.tfm) = %{tl_version} -Provides: tex(uwmj5b.tfm) = %{tl_version} -Provides: tex(uwmj5c.tfm) = %{tl_version} -Provides: tex(uwmj5d.tfm) = %{tl_version} -Provides: tex(uwmj5e.tfm) = %{tl_version} -Provides: tex(uwmj5f.tfm) = %{tl_version} -Provides: tex(uwmj60.tfm) = %{tl_version} -Provides: tex(uwmj61.tfm) = %{tl_version} -Provides: tex(uwmj62.tfm) = %{tl_version} -Provides: tex(uwmj63.tfm) = %{tl_version} -Provides: tex(uwmj64.tfm) = %{tl_version} -Provides: tex(uwmj65.tfm) = %{tl_version} -Provides: tex(uwmj66.tfm) = %{tl_version} -Provides: tex(uwmj67.tfm) = %{tl_version} -Provides: tex(uwmj68.tfm) = %{tl_version} -Provides: tex(uwmj69.tfm) = %{tl_version} -Provides: tex(uwmj6a.tfm) = %{tl_version} -Provides: tex(uwmj6b.tfm) = %{tl_version} -Provides: tex(uwmj6c.tfm) = %{tl_version} -Provides: tex(uwmj6d.tfm) = %{tl_version} -Provides: tex(uwmj6e.tfm) = %{tl_version} -Provides: tex(uwmj6f.tfm) = %{tl_version} -Provides: tex(uwmj70.tfm) = %{tl_version} -Provides: tex(uwmj71.tfm) = %{tl_version} -Provides: tex(uwmj72.tfm) = %{tl_version} -Provides: tex(uwmj73.tfm) = %{tl_version} -Provides: tex(uwmj74.tfm) = %{tl_version} -Provides: tex(uwmj75.tfm) = %{tl_version} -Provides: tex(uwmj76.tfm) = %{tl_version} -Provides: tex(uwmj77.tfm) = %{tl_version} -Provides: tex(uwmj78.tfm) = %{tl_version} -Provides: tex(uwmj79.tfm) = %{tl_version} -Provides: tex(uwmj7a.tfm) = %{tl_version} -Provides: tex(uwmj7b.tfm) = %{tl_version} -Provides: tex(uwmj7c.tfm) = %{tl_version} -Provides: tex(uwmj7d.tfm) = %{tl_version} -Provides: tex(uwmj7e.tfm) = %{tl_version} -Provides: tex(uwmj7f.tfm) = %{tl_version} -Provides: tex(uwmj80.tfm) = %{tl_version} -Provides: tex(uwmj81.tfm) = %{tl_version} -Provides: tex(uwmj82.tfm) = %{tl_version} -Provides: tex(uwmj83.tfm) = %{tl_version} -Provides: tex(uwmj84.tfm) = %{tl_version} -Provides: tex(uwmj85.tfm) = %{tl_version} -Provides: tex(uwmj86.tfm) = %{tl_version} -Provides: tex(uwmj87.tfm) = %{tl_version} -Provides: tex(uwmj88.tfm) = %{tl_version} -Provides: tex(uwmj89.tfm) = %{tl_version} -Provides: tex(uwmj8a.tfm) = %{tl_version} -Provides: tex(uwmj8b.tfm) = %{tl_version} -Provides: tex(uwmj8c.tfm) = %{tl_version} -Provides: tex(uwmj8d.tfm) = %{tl_version} -Provides: tex(uwmj8e.tfm) = %{tl_version} -Provides: tex(uwmj8f.tfm) = %{tl_version} -Provides: tex(uwmj90.tfm) = %{tl_version} -Provides: tex(uwmj91.tfm) = %{tl_version} -Provides: tex(uwmj92.tfm) = %{tl_version} -Provides: tex(uwmj93.tfm) = %{tl_version} -Provides: tex(uwmj94.tfm) = %{tl_version} -Provides: tex(uwmj95.tfm) = %{tl_version} -Provides: tex(uwmj96.tfm) = %{tl_version} -Provides: tex(uwmj97.tfm) = %{tl_version} -Provides: tex(uwmj98.tfm) = %{tl_version} -Provides: tex(uwmj99.tfm) = %{tl_version} -Provides: tex(uwmj9a.tfm) = %{tl_version} -Provides: tex(uwmj9b.tfm) = %{tl_version} -Provides: tex(uwmj9c.tfm) = %{tl_version} -Provides: tex(uwmj9d.tfm) = %{tl_version} -Provides: tex(uwmj9e.tfm) = %{tl_version} -Provides: tex(uwmj9f.tfm) = %{tl_version} -Provides: tex(uwmjac.tfm) = %{tl_version} -Provides: tex(uwmjad.tfm) = %{tl_version} -Provides: tex(uwmjae.tfm) = %{tl_version} -Provides: tex(uwmjaf.tfm) = %{tl_version} -Provides: tex(uwmjb0.tfm) = %{tl_version} -Provides: tex(uwmjb1.tfm) = %{tl_version} -Provides: tex(uwmjb2.tfm) = %{tl_version} -Provides: tex(uwmjb3.tfm) = %{tl_version} -Provides: tex(uwmjb4.tfm) = %{tl_version} -Provides: tex(uwmjb5.tfm) = %{tl_version} -Provides: tex(uwmjb6.tfm) = %{tl_version} -Provides: tex(uwmjb7.tfm) = %{tl_version} -Provides: tex(uwmjb8.tfm) = %{tl_version} -Provides: tex(uwmjb9.tfm) = %{tl_version} -Provides: tex(uwmjba.tfm) = %{tl_version} -Provides: tex(uwmjbb.tfm) = %{tl_version} -Provides: tex(uwmjbc.tfm) = %{tl_version} -Provides: tex(uwmjbd.tfm) = %{tl_version} -Provides: tex(uwmjbe.tfm) = %{tl_version} -Provides: tex(uwmjbf.tfm) = %{tl_version} -Provides: tex(uwmjc0.tfm) = %{tl_version} -Provides: tex(uwmjc00.tfm) = %{tl_version} -Provides: tex(uwmjc01.tfm) = %{tl_version} -Provides: tex(uwmjc02.tfm) = %{tl_version} -Provides: tex(uwmjc03.tfm) = %{tl_version} -Provides: tex(uwmjc04.tfm) = %{tl_version} -Provides: tex(uwmjc1.tfm) = %{tl_version} -Provides: tex(uwmjc2.tfm) = %{tl_version} -Provides: tex(uwmjc20.tfm) = %{tl_version} -Provides: tex(uwmjc21.tfm) = %{tl_version} -Provides: tex(uwmjc22.tfm) = %{tl_version} -Provides: tex(uwmjc23.tfm) = %{tl_version} -Provides: tex(uwmjc24.tfm) = %{tl_version} -Provides: tex(uwmjc25.tfm) = %{tl_version} -Provides: tex(uwmjc26.tfm) = %{tl_version} -Provides: tex(uwmjc3.tfm) = %{tl_version} -Provides: tex(uwmjc30.tfm) = %{tl_version} -Provides: tex(uwmjc31.tfm) = %{tl_version} -Provides: tex(uwmjc32.tfm) = %{tl_version} -Provides: tex(uwmjc33.tfm) = %{tl_version} -Provides: tex(uwmjc4.tfm) = %{tl_version} -Provides: tex(uwmjc4e.tfm) = %{tl_version} -Provides: tex(uwmjc4f.tfm) = %{tl_version} -Provides: tex(uwmjc5.tfm) = %{tl_version} -Provides: tex(uwmjc50.tfm) = %{tl_version} -Provides: tex(uwmjc51.tfm) = %{tl_version} -Provides: tex(uwmjc52.tfm) = %{tl_version} -Provides: tex(uwmjc53.tfm) = %{tl_version} -Provides: tex(uwmjc54.tfm) = %{tl_version} -Provides: tex(uwmjc55.tfm) = %{tl_version} -Provides: tex(uwmjc56.tfm) = %{tl_version} -Provides: tex(uwmjc57.tfm) = %{tl_version} -Provides: tex(uwmjc58.tfm) = %{tl_version} -Provides: tex(uwmjc59.tfm) = %{tl_version} -Provides: tex(uwmjc5a.tfm) = %{tl_version} -Provides: tex(uwmjc5b.tfm) = %{tl_version} -Provides: tex(uwmjc5c.tfm) = %{tl_version} -Provides: tex(uwmjc5d.tfm) = %{tl_version} -Provides: tex(uwmjc5e.tfm) = %{tl_version} -Provides: tex(uwmjc5f.tfm) = %{tl_version} -Provides: tex(uwmjc6.tfm) = %{tl_version} -Provides: tex(uwmjc60.tfm) = %{tl_version} -Provides: tex(uwmjc61.tfm) = %{tl_version} -Provides: tex(uwmjc62.tfm) = %{tl_version} -Provides: tex(uwmjc63.tfm) = %{tl_version} -Provides: tex(uwmjc64.tfm) = %{tl_version} -Provides: tex(uwmjc65.tfm) = %{tl_version} -Provides: tex(uwmjc66.tfm) = %{tl_version} -Provides: tex(uwmjc67.tfm) = %{tl_version} -Provides: tex(uwmjc68.tfm) = %{tl_version} -Provides: tex(uwmjc69.tfm) = %{tl_version} -Provides: tex(uwmjc6a.tfm) = %{tl_version} -Provides: tex(uwmjc6b.tfm) = %{tl_version} -Provides: tex(uwmjc6c.tfm) = %{tl_version} -Provides: tex(uwmjc6d.tfm) = %{tl_version} -Provides: tex(uwmjc6e.tfm) = %{tl_version} -Provides: tex(uwmjc6f.tfm) = %{tl_version} -Provides: tex(uwmjc7.tfm) = %{tl_version} -Provides: tex(uwmjc70.tfm) = %{tl_version} -Provides: tex(uwmjc71.tfm) = %{tl_version} -Provides: tex(uwmjc72.tfm) = %{tl_version} -Provides: tex(uwmjc73.tfm) = %{tl_version} -Provides: tex(uwmjc74.tfm) = %{tl_version} -Provides: tex(uwmjc75.tfm) = %{tl_version} -Provides: tex(uwmjc76.tfm) = %{tl_version} -Provides: tex(uwmjc77.tfm) = %{tl_version} -Provides: tex(uwmjc78.tfm) = %{tl_version} -Provides: tex(uwmjc79.tfm) = %{tl_version} -Provides: tex(uwmjc7a.tfm) = %{tl_version} -Provides: tex(uwmjc7b.tfm) = %{tl_version} -Provides: tex(uwmjc7c.tfm) = %{tl_version} -Provides: tex(uwmjc7d.tfm) = %{tl_version} -Provides: tex(uwmjc7e.tfm) = %{tl_version} -Provides: tex(uwmjc7f.tfm) = %{tl_version} -Provides: tex(uwmjc8.tfm) = %{tl_version} -Provides: tex(uwmjc80.tfm) = %{tl_version} -Provides: tex(uwmjc81.tfm) = %{tl_version} -Provides: tex(uwmjc82.tfm) = %{tl_version} -Provides: tex(uwmjc83.tfm) = %{tl_version} -Provides: tex(uwmjc84.tfm) = %{tl_version} -Provides: tex(uwmjc85.tfm) = %{tl_version} -Provides: tex(uwmjc86.tfm) = %{tl_version} -Provides: tex(uwmjc87.tfm) = %{tl_version} -Provides: tex(uwmjc88.tfm) = %{tl_version} -Provides: tex(uwmjc89.tfm) = %{tl_version} -Provides: tex(uwmjc8a.tfm) = %{tl_version} -Provides: tex(uwmjc8b.tfm) = %{tl_version} -Provides: tex(uwmjc8c.tfm) = %{tl_version} -Provides: tex(uwmjc8d.tfm) = %{tl_version} -Provides: tex(uwmjc8e.tfm) = %{tl_version} -Provides: tex(uwmjc8f.tfm) = %{tl_version} -Provides: tex(uwmjc9.tfm) = %{tl_version} -Provides: tex(uwmjc90.tfm) = %{tl_version} -Provides: tex(uwmjc91.tfm) = %{tl_version} -Provides: tex(uwmjc92.tfm) = %{tl_version} -Provides: tex(uwmjc93.tfm) = %{tl_version} -Provides: tex(uwmjc94.tfm) = %{tl_version} -Provides: tex(uwmjc95.tfm) = %{tl_version} -Provides: tex(uwmjc96.tfm) = %{tl_version} -Provides: tex(uwmjc97.tfm) = %{tl_version} -Provides: tex(uwmjc98.tfm) = %{tl_version} -Provides: tex(uwmjc99.tfm) = %{tl_version} -Provides: tex(uwmjc9a.tfm) = %{tl_version} -Provides: tex(uwmjc9b.tfm) = %{tl_version} -Provides: tex(uwmjc9c.tfm) = %{tl_version} -Provides: tex(uwmjc9d.tfm) = %{tl_version} -Provides: tex(uwmjc9e.tfm) = %{tl_version} -Provides: tex(uwmjc9f.tfm) = %{tl_version} -Provides: tex(uwmjca.tfm) = %{tl_version} -Provides: tex(uwmjcac.tfm) = %{tl_version} -Provides: tex(uwmjcad.tfm) = %{tl_version} -Provides: tex(uwmjcae.tfm) = %{tl_version} -Provides: tex(uwmjcaf.tfm) = %{tl_version} -Provides: tex(uwmjcb.tfm) = %{tl_version} -Provides: tex(uwmjcb0.tfm) = %{tl_version} -Provides: tex(uwmjcb1.tfm) = %{tl_version} -Provides: tex(uwmjcb2.tfm) = %{tl_version} -Provides: tex(uwmjcb3.tfm) = %{tl_version} -Provides: tex(uwmjcb4.tfm) = %{tl_version} -Provides: tex(uwmjcb5.tfm) = %{tl_version} -Provides: tex(uwmjcb6.tfm) = %{tl_version} -Provides: tex(uwmjcb7.tfm) = %{tl_version} -Provides: tex(uwmjcb8.tfm) = %{tl_version} -Provides: tex(uwmjcb9.tfm) = %{tl_version} -Provides: tex(uwmjcba.tfm) = %{tl_version} -Provides: tex(uwmjcbb.tfm) = %{tl_version} -Provides: tex(uwmjcbc.tfm) = %{tl_version} -Provides: tex(uwmjcbd.tfm) = %{tl_version} -Provides: tex(uwmjcbe.tfm) = %{tl_version} -Provides: tex(uwmjcbf.tfm) = %{tl_version} -Provides: tex(uwmjcc.tfm) = %{tl_version} -Provides: tex(uwmjcc0.tfm) = %{tl_version} -Provides: tex(uwmjcc1.tfm) = %{tl_version} -Provides: tex(uwmjcc2.tfm) = %{tl_version} -Provides: tex(uwmjcc3.tfm) = %{tl_version} -Provides: tex(uwmjcc4.tfm) = %{tl_version} -Provides: tex(uwmjcc5.tfm) = %{tl_version} -Provides: tex(uwmjcc6.tfm) = %{tl_version} -Provides: tex(uwmjcc7.tfm) = %{tl_version} -Provides: tex(uwmjcc8.tfm) = %{tl_version} -Provides: tex(uwmjcc9.tfm) = %{tl_version} -Provides: tex(uwmjcca.tfm) = %{tl_version} -Provides: tex(uwmjccb.tfm) = %{tl_version} -Provides: tex(uwmjccc.tfm) = %{tl_version} -Provides: tex(uwmjccd.tfm) = %{tl_version} -Provides: tex(uwmjcce.tfm) = %{tl_version} -Provides: tex(uwmjccf.tfm) = %{tl_version} -Provides: tex(uwmjcd.tfm) = %{tl_version} -Provides: tex(uwmjcd0.tfm) = %{tl_version} -Provides: tex(uwmjcd1.tfm) = %{tl_version} -Provides: tex(uwmjcd2.tfm) = %{tl_version} -Provides: tex(uwmjcd3.tfm) = %{tl_version} -Provides: tex(uwmjcd4.tfm) = %{tl_version} -Provides: tex(uwmjcd5.tfm) = %{tl_version} -Provides: tex(uwmjcd6.tfm) = %{tl_version} -Provides: tex(uwmjcd7.tfm) = %{tl_version} -Provides: tex(uwmjce.tfm) = %{tl_version} -Provides: tex(uwmjcf.tfm) = %{tl_version} -Provides: tex(uwmjcf9.tfm) = %{tl_version} -Provides: tex(uwmjcfa.tfm) = %{tl_version} -Provides: tex(uwmjcff.tfm) = %{tl_version} -Provides: tex(uwmjco00.tfm) = %{tl_version} -Provides: tex(uwmjco01.tfm) = %{tl_version} -Provides: tex(uwmjco02.tfm) = %{tl_version} -Provides: tex(uwmjco03.tfm) = %{tl_version} -Provides: tex(uwmjco04.tfm) = %{tl_version} -Provides: tex(uwmjco20.tfm) = %{tl_version} -Provides: tex(uwmjco21.tfm) = %{tl_version} -Provides: tex(uwmjco22.tfm) = %{tl_version} -Provides: tex(uwmjco23.tfm) = %{tl_version} -Provides: tex(uwmjco24.tfm) = %{tl_version} -Provides: tex(uwmjco25.tfm) = %{tl_version} -Provides: tex(uwmjco26.tfm) = %{tl_version} -Provides: tex(uwmjco30.tfm) = %{tl_version} -Provides: tex(uwmjco31.tfm) = %{tl_version} -Provides: tex(uwmjco32.tfm) = %{tl_version} -Provides: tex(uwmjco33.tfm) = %{tl_version} -Provides: tex(uwmjco4e.tfm) = %{tl_version} -Provides: tex(uwmjco4f.tfm) = %{tl_version} -Provides: tex(uwmjco50.tfm) = %{tl_version} -Provides: tex(uwmjco51.tfm) = %{tl_version} -Provides: tex(uwmjco52.tfm) = %{tl_version} -Provides: tex(uwmjco53.tfm) = %{tl_version} -Provides: tex(uwmjco54.tfm) = %{tl_version} -Provides: tex(uwmjco55.tfm) = %{tl_version} -Provides: tex(uwmjco56.tfm) = %{tl_version} -Provides: tex(uwmjco57.tfm) = %{tl_version} -Provides: tex(uwmjco58.tfm) = %{tl_version} -Provides: tex(uwmjco59.tfm) = %{tl_version} -Provides: tex(uwmjco5a.tfm) = %{tl_version} -Provides: tex(uwmjco5b.tfm) = %{tl_version} -Provides: tex(uwmjco5c.tfm) = %{tl_version} -Provides: tex(uwmjco5d.tfm) = %{tl_version} -Provides: tex(uwmjco5e.tfm) = %{tl_version} -Provides: tex(uwmjco5f.tfm) = %{tl_version} -Provides: tex(uwmjco60.tfm) = %{tl_version} -Provides: tex(uwmjco61.tfm) = %{tl_version} -Provides: tex(uwmjco62.tfm) = %{tl_version} -Provides: tex(uwmjco63.tfm) = %{tl_version} -Provides: tex(uwmjco64.tfm) = %{tl_version} -Provides: tex(uwmjco65.tfm) = %{tl_version} -Provides: tex(uwmjco66.tfm) = %{tl_version} -Provides: tex(uwmjco67.tfm) = %{tl_version} -Provides: tex(uwmjco68.tfm) = %{tl_version} -Provides: tex(uwmjco69.tfm) = %{tl_version} -Provides: tex(uwmjco6a.tfm) = %{tl_version} -Provides: tex(uwmjco6b.tfm) = %{tl_version} -Provides: tex(uwmjco6c.tfm) = %{tl_version} -Provides: tex(uwmjco6d.tfm) = %{tl_version} -Provides: tex(uwmjco6e.tfm) = %{tl_version} -Provides: tex(uwmjco6f.tfm) = %{tl_version} -Provides: tex(uwmjco70.tfm) = %{tl_version} -Provides: tex(uwmjco71.tfm) = %{tl_version} -Provides: tex(uwmjco72.tfm) = %{tl_version} -Provides: tex(uwmjco73.tfm) = %{tl_version} -Provides: tex(uwmjco74.tfm) = %{tl_version} -Provides: tex(uwmjco75.tfm) = %{tl_version} -Provides: tex(uwmjco76.tfm) = %{tl_version} -Provides: tex(uwmjco77.tfm) = %{tl_version} -Provides: tex(uwmjco78.tfm) = %{tl_version} -Provides: tex(uwmjco79.tfm) = %{tl_version} -Provides: tex(uwmjco7a.tfm) = %{tl_version} -Provides: tex(uwmjco7b.tfm) = %{tl_version} -Provides: tex(uwmjco7c.tfm) = %{tl_version} -Provides: tex(uwmjco7d.tfm) = %{tl_version} -Provides: tex(uwmjco7e.tfm) = %{tl_version} -Provides: tex(uwmjco7f.tfm) = %{tl_version} -Provides: tex(uwmjco80.tfm) = %{tl_version} -Provides: tex(uwmjco81.tfm) = %{tl_version} -Provides: tex(uwmjco82.tfm) = %{tl_version} -Provides: tex(uwmjco83.tfm) = %{tl_version} -Provides: tex(uwmjco84.tfm) = %{tl_version} -Provides: tex(uwmjco85.tfm) = %{tl_version} -Provides: tex(uwmjco86.tfm) = %{tl_version} -Provides: tex(uwmjco87.tfm) = %{tl_version} -Provides: tex(uwmjco88.tfm) = %{tl_version} -Provides: tex(uwmjco89.tfm) = %{tl_version} -Provides: tex(uwmjco8a.tfm) = %{tl_version} -Provides: tex(uwmjco8b.tfm) = %{tl_version} -Provides: tex(uwmjco8c.tfm) = %{tl_version} -Provides: tex(uwmjco8d.tfm) = %{tl_version} -Provides: tex(uwmjco8e.tfm) = %{tl_version} -Provides: tex(uwmjco8f.tfm) = %{tl_version} -Provides: tex(uwmjco90.tfm) = %{tl_version} -Provides: tex(uwmjco91.tfm) = %{tl_version} -Provides: tex(uwmjco92.tfm) = %{tl_version} -Provides: tex(uwmjco93.tfm) = %{tl_version} -Provides: tex(uwmjco94.tfm) = %{tl_version} -Provides: tex(uwmjco95.tfm) = %{tl_version} -Provides: tex(uwmjco96.tfm) = %{tl_version} -Provides: tex(uwmjco97.tfm) = %{tl_version} -Provides: tex(uwmjco98.tfm) = %{tl_version} -Provides: tex(uwmjco99.tfm) = %{tl_version} -Provides: tex(uwmjco9a.tfm) = %{tl_version} -Provides: tex(uwmjco9b.tfm) = %{tl_version} -Provides: tex(uwmjco9c.tfm) = %{tl_version} -Provides: tex(uwmjco9d.tfm) = %{tl_version} -Provides: tex(uwmjco9e.tfm) = %{tl_version} -Provides: tex(uwmjco9f.tfm) = %{tl_version} -Provides: tex(uwmjcoac.tfm) = %{tl_version} -Provides: tex(uwmjcoad.tfm) = %{tl_version} -Provides: tex(uwmjcoae.tfm) = %{tl_version} -Provides: tex(uwmjcoaf.tfm) = %{tl_version} -Provides: tex(uwmjcob0.tfm) = %{tl_version} -Provides: tex(uwmjcob1.tfm) = %{tl_version} -Provides: tex(uwmjcob2.tfm) = %{tl_version} -Provides: tex(uwmjcob3.tfm) = %{tl_version} -Provides: tex(uwmjcob4.tfm) = %{tl_version} -Provides: tex(uwmjcob5.tfm) = %{tl_version} -Provides: tex(uwmjcob6.tfm) = %{tl_version} -Provides: tex(uwmjcob7.tfm) = %{tl_version} -Provides: tex(uwmjcob8.tfm) = %{tl_version} -Provides: tex(uwmjcob9.tfm) = %{tl_version} -Provides: tex(uwmjcoba.tfm) = %{tl_version} -Provides: tex(uwmjcobb.tfm) = %{tl_version} -Provides: tex(uwmjcobc.tfm) = %{tl_version} -Provides: tex(uwmjcobd.tfm) = %{tl_version} -Provides: tex(uwmjcobe.tfm) = %{tl_version} -Provides: tex(uwmjcobf.tfm) = %{tl_version} -Provides: tex(uwmjcoc0.tfm) = %{tl_version} -Provides: tex(uwmjcoc1.tfm) = %{tl_version} -Provides: tex(uwmjcoc2.tfm) = %{tl_version} -Provides: tex(uwmjcoc3.tfm) = %{tl_version} -Provides: tex(uwmjcoc4.tfm) = %{tl_version} -Provides: tex(uwmjcoc5.tfm) = %{tl_version} -Provides: tex(uwmjcoc6.tfm) = %{tl_version} -Provides: tex(uwmjcoc7.tfm) = %{tl_version} -Provides: tex(uwmjcoc8.tfm) = %{tl_version} -Provides: tex(uwmjcoc9.tfm) = %{tl_version} -Provides: tex(uwmjcoca.tfm) = %{tl_version} -Provides: tex(uwmjcocb.tfm) = %{tl_version} -Provides: tex(uwmjcocc.tfm) = %{tl_version} -Provides: tex(uwmjcocd.tfm) = %{tl_version} -Provides: tex(uwmjcoce.tfm) = %{tl_version} -Provides: tex(uwmjcocf.tfm) = %{tl_version} -Provides: tex(uwmjcod0.tfm) = %{tl_version} -Provides: tex(uwmjcod1.tfm) = %{tl_version} -Provides: tex(uwmjcod2.tfm) = %{tl_version} -Provides: tex(uwmjcod3.tfm) = %{tl_version} -Provides: tex(uwmjcod4.tfm) = %{tl_version} -Provides: tex(uwmjcod5.tfm) = %{tl_version} -Provides: tex(uwmjcod6.tfm) = %{tl_version} -Provides: tex(uwmjcod7.tfm) = %{tl_version} -Provides: tex(uwmjcof9.tfm) = %{tl_version} -Provides: tex(uwmjcofa.tfm) = %{tl_version} -Provides: tex(uwmjcoff.tfm) = %{tl_version} -Provides: tex(uwmjd0.tfm) = %{tl_version} -Provides: tex(uwmjd1.tfm) = %{tl_version} -Provides: tex(uwmjd2.tfm) = %{tl_version} -Provides: tex(uwmjd3.tfm) = %{tl_version} -Provides: tex(uwmjd4.tfm) = %{tl_version} -Provides: tex(uwmjd5.tfm) = %{tl_version} -Provides: tex(uwmjd6.tfm) = %{tl_version} -Provides: tex(uwmjd7.tfm) = %{tl_version} -Provides: tex(uwmjf9.tfm) = %{tl_version} -Provides: tex(uwmjfa.tfm) = %{tl_version} -Provides: tex(uwmjff.tfm) = %{tl_version} -Provides: tex(uwmjo00.tfm) = %{tl_version} -Provides: tex(uwmjo01.tfm) = %{tl_version} -Provides: tex(uwmjo02.tfm) = %{tl_version} -Provides: tex(uwmjo03.tfm) = %{tl_version} -Provides: tex(uwmjo04.tfm) = %{tl_version} -Provides: tex(uwmjo20.tfm) = %{tl_version} -Provides: tex(uwmjo21.tfm) = %{tl_version} -Provides: tex(uwmjo22.tfm) = %{tl_version} -Provides: tex(uwmjo23.tfm) = %{tl_version} -Provides: tex(uwmjo24.tfm) = %{tl_version} -Provides: tex(uwmjo25.tfm) = %{tl_version} -Provides: tex(uwmjo26.tfm) = %{tl_version} -Provides: tex(uwmjo30.tfm) = %{tl_version} -Provides: tex(uwmjo31.tfm) = %{tl_version} -Provides: tex(uwmjo32.tfm) = %{tl_version} -Provides: tex(uwmjo33.tfm) = %{tl_version} -Provides: tex(uwmjo4e.tfm) = %{tl_version} -Provides: tex(uwmjo4f.tfm) = %{tl_version} -Provides: tex(uwmjo50.tfm) = %{tl_version} -Provides: tex(uwmjo51.tfm) = %{tl_version} -Provides: tex(uwmjo52.tfm) = %{tl_version} -Provides: tex(uwmjo53.tfm) = %{tl_version} -Provides: tex(uwmjo54.tfm) = %{tl_version} -Provides: tex(uwmjo55.tfm) = %{tl_version} -Provides: tex(uwmjo56.tfm) = %{tl_version} -Provides: tex(uwmjo57.tfm) = %{tl_version} -Provides: tex(uwmjo58.tfm) = %{tl_version} -Provides: tex(uwmjo59.tfm) = %{tl_version} -Provides: tex(uwmjo5a.tfm) = %{tl_version} -Provides: tex(uwmjo5b.tfm) = %{tl_version} -Provides: tex(uwmjo5c.tfm) = %{tl_version} -Provides: tex(uwmjo5d.tfm) = %{tl_version} -Provides: tex(uwmjo5e.tfm) = %{tl_version} -Provides: tex(uwmjo5f.tfm) = %{tl_version} -Provides: tex(uwmjo60.tfm) = %{tl_version} -Provides: tex(uwmjo61.tfm) = %{tl_version} -Provides: tex(uwmjo62.tfm) = %{tl_version} -Provides: tex(uwmjo63.tfm) = %{tl_version} -Provides: tex(uwmjo64.tfm) = %{tl_version} -Provides: tex(uwmjo65.tfm) = %{tl_version} -Provides: tex(uwmjo66.tfm) = %{tl_version} -Provides: tex(uwmjo67.tfm) = %{tl_version} -Provides: tex(uwmjo68.tfm) = %{tl_version} -Provides: tex(uwmjo69.tfm) = %{tl_version} -Provides: tex(uwmjo6a.tfm) = %{tl_version} -Provides: tex(uwmjo6b.tfm) = %{tl_version} -Provides: tex(uwmjo6c.tfm) = %{tl_version} -Provides: tex(uwmjo6d.tfm) = %{tl_version} -Provides: tex(uwmjo6e.tfm) = %{tl_version} -Provides: tex(uwmjo6f.tfm) = %{tl_version} -Provides: tex(uwmjo70.tfm) = %{tl_version} -Provides: tex(uwmjo71.tfm) = %{tl_version} -Provides: tex(uwmjo72.tfm) = %{tl_version} -Provides: tex(uwmjo73.tfm) = %{tl_version} -Provides: tex(uwmjo74.tfm) = %{tl_version} -Provides: tex(uwmjo75.tfm) = %{tl_version} -Provides: tex(uwmjo76.tfm) = %{tl_version} -Provides: tex(uwmjo77.tfm) = %{tl_version} -Provides: tex(uwmjo78.tfm) = %{tl_version} -Provides: tex(uwmjo79.tfm) = %{tl_version} -Provides: tex(uwmjo7a.tfm) = %{tl_version} -Provides: tex(uwmjo7b.tfm) = %{tl_version} -Provides: tex(uwmjo7c.tfm) = %{tl_version} -Provides: tex(uwmjo7d.tfm) = %{tl_version} -Provides: tex(uwmjo7e.tfm) = %{tl_version} -Provides: tex(uwmjo7f.tfm) = %{tl_version} -Provides: tex(uwmjo80.tfm) = %{tl_version} -Provides: tex(uwmjo81.tfm) = %{tl_version} -Provides: tex(uwmjo82.tfm) = %{tl_version} -Provides: tex(uwmjo83.tfm) = %{tl_version} -Provides: tex(uwmjo84.tfm) = %{tl_version} -Provides: tex(uwmjo85.tfm) = %{tl_version} -Provides: tex(uwmjo86.tfm) = %{tl_version} -Provides: tex(uwmjo87.tfm) = %{tl_version} -Provides: tex(uwmjo88.tfm) = %{tl_version} -Provides: tex(uwmjo89.tfm) = %{tl_version} -Provides: tex(uwmjo8a.tfm) = %{tl_version} -Provides: tex(uwmjo8b.tfm) = %{tl_version} -Provides: tex(uwmjo8c.tfm) = %{tl_version} -Provides: tex(uwmjo8d.tfm) = %{tl_version} -Provides: tex(uwmjo8e.tfm) = %{tl_version} -Provides: tex(uwmjo8f.tfm) = %{tl_version} -Provides: tex(uwmjo90.tfm) = %{tl_version} -Provides: tex(uwmjo91.tfm) = %{tl_version} -Provides: tex(uwmjo92.tfm) = %{tl_version} -Provides: tex(uwmjo93.tfm) = %{tl_version} -Provides: tex(uwmjo94.tfm) = %{tl_version} -Provides: tex(uwmjo95.tfm) = %{tl_version} -Provides: tex(uwmjo96.tfm) = %{tl_version} -Provides: tex(uwmjo97.tfm) = %{tl_version} -Provides: tex(uwmjo98.tfm) = %{tl_version} -Provides: tex(uwmjo99.tfm) = %{tl_version} -Provides: tex(uwmjo9a.tfm) = %{tl_version} -Provides: tex(uwmjo9b.tfm) = %{tl_version} -Provides: tex(uwmjo9c.tfm) = %{tl_version} -Provides: tex(uwmjo9d.tfm) = %{tl_version} -Provides: tex(uwmjo9e.tfm) = %{tl_version} -Provides: tex(uwmjo9f.tfm) = %{tl_version} -Provides: tex(uwmjoac.tfm) = %{tl_version} -Provides: tex(uwmjoad.tfm) = %{tl_version} -Provides: tex(uwmjoae.tfm) = %{tl_version} -Provides: tex(uwmjoaf.tfm) = %{tl_version} -Provides: tex(uwmjob0.tfm) = %{tl_version} -Provides: tex(uwmjob1.tfm) = %{tl_version} -Provides: tex(uwmjob2.tfm) = %{tl_version} -Provides: tex(uwmjob3.tfm) = %{tl_version} -Provides: tex(uwmjob4.tfm) = %{tl_version} -Provides: tex(uwmjob5.tfm) = %{tl_version} -Provides: tex(uwmjob6.tfm) = %{tl_version} -Provides: tex(uwmjob7.tfm) = %{tl_version} -Provides: tex(uwmjob8.tfm) = %{tl_version} -Provides: tex(uwmjob9.tfm) = %{tl_version} -Provides: tex(uwmjoba.tfm) = %{tl_version} -Provides: tex(uwmjobb.tfm) = %{tl_version} -Provides: tex(uwmjobc.tfm) = %{tl_version} -Provides: tex(uwmjobd.tfm) = %{tl_version} -Provides: tex(uwmjobe.tfm) = %{tl_version} -Provides: tex(uwmjobf.tfm) = %{tl_version} -Provides: tex(uwmjoc0.tfm) = %{tl_version} -Provides: tex(uwmjoc1.tfm) = %{tl_version} -Provides: tex(uwmjoc2.tfm) = %{tl_version} -Provides: tex(uwmjoc3.tfm) = %{tl_version} -Provides: tex(uwmjoc4.tfm) = %{tl_version} -Provides: tex(uwmjoc5.tfm) = %{tl_version} -Provides: tex(uwmjoc6.tfm) = %{tl_version} -Provides: tex(uwmjoc7.tfm) = %{tl_version} -Provides: tex(uwmjoc8.tfm) = %{tl_version} -Provides: tex(uwmjoc9.tfm) = %{tl_version} -Provides: tex(uwmjoca.tfm) = %{tl_version} -Provides: tex(uwmjocb.tfm) = %{tl_version} -Provides: tex(uwmjocc.tfm) = %{tl_version} -Provides: tex(uwmjocd.tfm) = %{tl_version} -Provides: tex(uwmjoce.tfm) = %{tl_version} -Provides: tex(uwmjocf.tfm) = %{tl_version} -Provides: tex(uwmjod0.tfm) = %{tl_version} -Provides: tex(uwmjod1.tfm) = %{tl_version} -Provides: tex(uwmjod2.tfm) = %{tl_version} -Provides: tex(uwmjod3.tfm) = %{tl_version} -Provides: tex(uwmjod4.tfm) = %{tl_version} -Provides: tex(uwmjod5.tfm) = %{tl_version} -Provides: tex(uwmjod6.tfm) = %{tl_version} -Provides: tex(uwmjod7.tfm) = %{tl_version} -Provides: tex(uwmjof9.tfm) = %{tl_version} -Provides: tex(uwmjofa.tfm) = %{tl_version} -Provides: tex(uwmjoff.tfm) = %{tl_version} -Provides: tex(uwmju00.tfm) = %{tl_version} -Provides: tex(uwmju01.tfm) = %{tl_version} -Provides: tex(uwmju02.tfm) = %{tl_version} -Provides: tex(uwmju03.tfm) = %{tl_version} -Provides: tex(uwmju04.tfm) = %{tl_version} -Provides: tex(uwmju20.tfm) = %{tl_version} -Provides: tex(uwmju21.tfm) = %{tl_version} -Provides: tex(uwmju22.tfm) = %{tl_version} -Provides: tex(uwmju23.tfm) = %{tl_version} -Provides: tex(uwmju24.tfm) = %{tl_version} -Provides: tex(uwmju25.tfm) = %{tl_version} -Provides: tex(uwmju26.tfm) = %{tl_version} -Provides: tex(uwmju30.tfm) = %{tl_version} -Provides: tex(uwmju31.tfm) = %{tl_version} -Provides: tex(uwmju32.tfm) = %{tl_version} -Provides: tex(uwmju33.tfm) = %{tl_version} -Provides: tex(uwmju4e.tfm) = %{tl_version} -Provides: tex(uwmju4f.tfm) = %{tl_version} -Provides: tex(uwmju50.tfm) = %{tl_version} -Provides: tex(uwmju51.tfm) = %{tl_version} -Provides: tex(uwmju52.tfm) = %{tl_version} -Provides: tex(uwmju53.tfm) = %{tl_version} -Provides: tex(uwmju54.tfm) = %{tl_version} -Provides: tex(uwmju55.tfm) = %{tl_version} -Provides: tex(uwmju56.tfm) = %{tl_version} -Provides: tex(uwmju57.tfm) = %{tl_version} -Provides: tex(uwmju58.tfm) = %{tl_version} -Provides: tex(uwmju59.tfm) = %{tl_version} -Provides: tex(uwmju5a.tfm) = %{tl_version} -Provides: tex(uwmju5b.tfm) = %{tl_version} -Provides: tex(uwmju5c.tfm) = %{tl_version} -Provides: tex(uwmju5d.tfm) = %{tl_version} -Provides: tex(uwmju5e.tfm) = %{tl_version} -Provides: tex(uwmju5f.tfm) = %{tl_version} -Provides: tex(uwmju60.tfm) = %{tl_version} -Provides: tex(uwmju61.tfm) = %{tl_version} -Provides: tex(uwmju62.tfm) = %{tl_version} -Provides: tex(uwmju63.tfm) = %{tl_version} -Provides: tex(uwmju64.tfm) = %{tl_version} -Provides: tex(uwmju65.tfm) = %{tl_version} -Provides: tex(uwmju66.tfm) = %{tl_version} -Provides: tex(uwmju67.tfm) = %{tl_version} -Provides: tex(uwmju68.tfm) = %{tl_version} -Provides: tex(uwmju69.tfm) = %{tl_version} -Provides: tex(uwmju6a.tfm) = %{tl_version} -Provides: tex(uwmju6b.tfm) = %{tl_version} -Provides: tex(uwmju6c.tfm) = %{tl_version} -Provides: tex(uwmju6d.tfm) = %{tl_version} -Provides: tex(uwmju6e.tfm) = %{tl_version} -Provides: tex(uwmju6f.tfm) = %{tl_version} -Provides: tex(uwmju70.tfm) = %{tl_version} -Provides: tex(uwmju71.tfm) = %{tl_version} -Provides: tex(uwmju72.tfm) = %{tl_version} -Provides: tex(uwmju73.tfm) = %{tl_version} -Provides: tex(uwmju74.tfm) = %{tl_version} -Provides: tex(uwmju75.tfm) = %{tl_version} -Provides: tex(uwmju76.tfm) = %{tl_version} -Provides: tex(uwmju77.tfm) = %{tl_version} -Provides: tex(uwmju78.tfm) = %{tl_version} -Provides: tex(uwmju79.tfm) = %{tl_version} -Provides: tex(uwmju7a.tfm) = %{tl_version} -Provides: tex(uwmju7b.tfm) = %{tl_version} -Provides: tex(uwmju7c.tfm) = %{tl_version} -Provides: tex(uwmju7d.tfm) = %{tl_version} -Provides: tex(uwmju7e.tfm) = %{tl_version} -Provides: tex(uwmju7f.tfm) = %{tl_version} -Provides: tex(uwmju80.tfm) = %{tl_version} -Provides: tex(uwmju81.tfm) = %{tl_version} -Provides: tex(uwmju82.tfm) = %{tl_version} -Provides: tex(uwmju83.tfm) = %{tl_version} -Provides: tex(uwmju84.tfm) = %{tl_version} -Provides: tex(uwmju85.tfm) = %{tl_version} -Provides: tex(uwmju86.tfm) = %{tl_version} -Provides: tex(uwmju87.tfm) = %{tl_version} -Provides: tex(uwmju88.tfm) = %{tl_version} -Provides: tex(uwmju89.tfm) = %{tl_version} -Provides: tex(uwmju8a.tfm) = %{tl_version} -Provides: tex(uwmju8b.tfm) = %{tl_version} -Provides: tex(uwmju8c.tfm) = %{tl_version} -Provides: tex(uwmju8d.tfm) = %{tl_version} -Provides: tex(uwmju8e.tfm) = %{tl_version} -Provides: tex(uwmju8f.tfm) = %{tl_version} -Provides: tex(uwmju90.tfm) = %{tl_version} -Provides: tex(uwmju91.tfm) = %{tl_version} -Provides: tex(uwmju92.tfm) = %{tl_version} -Provides: tex(uwmju93.tfm) = %{tl_version} -Provides: tex(uwmju94.tfm) = %{tl_version} -Provides: tex(uwmju95.tfm) = %{tl_version} -Provides: tex(uwmju96.tfm) = %{tl_version} -Provides: tex(uwmju97.tfm) = %{tl_version} -Provides: tex(uwmju98.tfm) = %{tl_version} -Provides: tex(uwmju99.tfm) = %{tl_version} -Provides: tex(uwmju9a.tfm) = %{tl_version} -Provides: tex(uwmju9b.tfm) = %{tl_version} -Provides: tex(uwmju9c.tfm) = %{tl_version} -Provides: tex(uwmju9d.tfm) = %{tl_version} -Provides: tex(uwmju9e.tfm) = %{tl_version} -Provides: tex(uwmju9f.tfm) = %{tl_version} -Provides: tex(uwmjuac.tfm) = %{tl_version} -Provides: tex(uwmjuad.tfm) = %{tl_version} -Provides: tex(uwmjuae.tfm) = %{tl_version} -Provides: tex(uwmjuaf.tfm) = %{tl_version} -Provides: tex(uwmjub0.tfm) = %{tl_version} -Provides: tex(uwmjub1.tfm) = %{tl_version} -Provides: tex(uwmjub2.tfm) = %{tl_version} -Provides: tex(uwmjub3.tfm) = %{tl_version} -Provides: tex(uwmjub4.tfm) = %{tl_version} -Provides: tex(uwmjub5.tfm) = %{tl_version} -Provides: tex(uwmjub6.tfm) = %{tl_version} -Provides: tex(uwmjub7.tfm) = %{tl_version} -Provides: tex(uwmjub8.tfm) = %{tl_version} -Provides: tex(uwmjub9.tfm) = %{tl_version} -Provides: tex(uwmjuba.tfm) = %{tl_version} -Provides: tex(uwmjubb.tfm) = %{tl_version} -Provides: tex(uwmjubc.tfm) = %{tl_version} -Provides: tex(uwmjubd.tfm) = %{tl_version} -Provides: tex(uwmjube.tfm) = %{tl_version} -Provides: tex(uwmjubf.tfm) = %{tl_version} -Provides: tex(uwmjuc0.tfm) = %{tl_version} -Provides: tex(uwmjuc1.tfm) = %{tl_version} -Provides: tex(uwmjuc2.tfm) = %{tl_version} -Provides: tex(uwmjuc3.tfm) = %{tl_version} -Provides: tex(uwmjuc4.tfm) = %{tl_version} -Provides: tex(uwmjuc5.tfm) = %{tl_version} -Provides: tex(uwmjuc6.tfm) = %{tl_version} -Provides: tex(uwmjuc7.tfm) = %{tl_version} -Provides: tex(uwmjuc8.tfm) = %{tl_version} -Provides: tex(uwmjuc9.tfm) = %{tl_version} -Provides: tex(uwmjuca.tfm) = %{tl_version} -Provides: tex(uwmjucb.tfm) = %{tl_version} -Provides: tex(uwmjucc.tfm) = %{tl_version} -Provides: tex(uwmjucd.tfm) = %{tl_version} -Provides: tex(uwmjuce.tfm) = %{tl_version} -Provides: tex(uwmjucf.tfm) = %{tl_version} -Provides: tex(uwmjud0.tfm) = %{tl_version} -Provides: tex(uwmjud1.tfm) = %{tl_version} -Provides: tex(uwmjud2.tfm) = %{tl_version} -Provides: tex(uwmjud3.tfm) = %{tl_version} -Provides: tex(uwmjud4.tfm) = %{tl_version} -Provides: tex(uwmjud5.tfm) = %{tl_version} -Provides: tex(uwmjud6.tfm) = %{tl_version} -Provides: tex(uwmjud7.tfm) = %{tl_version} -Provides: tex(uwmjuf9.tfm) = %{tl_version} -Provides: tex(uwmjufa.tfm) = %{tl_version} -Provides: tex(uwmjuff.tfm) = %{tl_version} -Provides: tex(uwmjuo00.tfm) = %{tl_version} -Provides: tex(uwmjuo01.tfm) = %{tl_version} -Provides: tex(uwmjuo02.tfm) = %{tl_version} -Provides: tex(uwmjuo03.tfm) = %{tl_version} -Provides: tex(uwmjuo04.tfm) = %{tl_version} -Provides: tex(uwmjuo20.tfm) = %{tl_version} -Provides: tex(uwmjuo21.tfm) = %{tl_version} -Provides: tex(uwmjuo22.tfm) = %{tl_version} -Provides: tex(uwmjuo23.tfm) = %{tl_version} -Provides: tex(uwmjuo24.tfm) = %{tl_version} -Provides: tex(uwmjuo25.tfm) = %{tl_version} -Provides: tex(uwmjuo26.tfm) = %{tl_version} -Provides: tex(uwmjuo30.tfm) = %{tl_version} -Provides: tex(uwmjuo31.tfm) = %{tl_version} -Provides: tex(uwmjuo32.tfm) = %{tl_version} -Provides: tex(uwmjuo33.tfm) = %{tl_version} -Provides: tex(uwmjuo4e.tfm) = %{tl_version} -Provides: tex(uwmjuo4f.tfm) = %{tl_version} -Provides: tex(uwmjuo50.tfm) = %{tl_version} -Provides: tex(uwmjuo51.tfm) = %{tl_version} -Provides: tex(uwmjuo52.tfm) = %{tl_version} -Provides: tex(uwmjuo53.tfm) = %{tl_version} -Provides: tex(uwmjuo54.tfm) = %{tl_version} -Provides: tex(uwmjuo55.tfm) = %{tl_version} -Provides: tex(uwmjuo56.tfm) = %{tl_version} -Provides: tex(uwmjuo57.tfm) = %{tl_version} -Provides: tex(uwmjuo58.tfm) = %{tl_version} -Provides: tex(uwmjuo59.tfm) = %{tl_version} -Provides: tex(uwmjuo5a.tfm) = %{tl_version} -Provides: tex(uwmjuo5b.tfm) = %{tl_version} -Provides: tex(uwmjuo5c.tfm) = %{tl_version} -Provides: tex(uwmjuo5d.tfm) = %{tl_version} -Provides: tex(uwmjuo5e.tfm) = %{tl_version} -Provides: tex(uwmjuo5f.tfm) = %{tl_version} -Provides: tex(uwmjuo60.tfm) = %{tl_version} -Provides: tex(uwmjuo61.tfm) = %{tl_version} -Provides: tex(uwmjuo62.tfm) = %{tl_version} -Provides: tex(uwmjuo63.tfm) = %{tl_version} -Provides: tex(uwmjuo64.tfm) = %{tl_version} -Provides: tex(uwmjuo65.tfm) = %{tl_version} -Provides: tex(uwmjuo66.tfm) = %{tl_version} -Provides: tex(uwmjuo67.tfm) = %{tl_version} -Provides: tex(uwmjuo68.tfm) = %{tl_version} -Provides: tex(uwmjuo69.tfm) = %{tl_version} -Provides: tex(uwmjuo6a.tfm) = %{tl_version} -Provides: tex(uwmjuo6b.tfm) = %{tl_version} -Provides: tex(uwmjuo6c.tfm) = %{tl_version} -Provides: tex(uwmjuo6d.tfm) = %{tl_version} -Provides: tex(uwmjuo6e.tfm) = %{tl_version} -Provides: tex(uwmjuo6f.tfm) = %{tl_version} -Provides: tex(uwmjuo70.tfm) = %{tl_version} -Provides: tex(uwmjuo71.tfm) = %{tl_version} -Provides: tex(uwmjuo72.tfm) = %{tl_version} -Provides: tex(uwmjuo73.tfm) = %{tl_version} -Provides: tex(uwmjuo74.tfm) = %{tl_version} -Provides: tex(uwmjuo75.tfm) = %{tl_version} -Provides: tex(uwmjuo76.tfm) = %{tl_version} -Provides: tex(uwmjuo77.tfm) = %{tl_version} -Provides: tex(uwmjuo78.tfm) = %{tl_version} -Provides: tex(uwmjuo79.tfm) = %{tl_version} -Provides: tex(uwmjuo7a.tfm) = %{tl_version} -Provides: tex(uwmjuo7b.tfm) = %{tl_version} -Provides: tex(uwmjuo7c.tfm) = %{tl_version} -Provides: tex(uwmjuo7d.tfm) = %{tl_version} -Provides: tex(uwmjuo7e.tfm) = %{tl_version} -Provides: tex(uwmjuo7f.tfm) = %{tl_version} -Provides: tex(uwmjuo80.tfm) = %{tl_version} -Provides: tex(uwmjuo81.tfm) = %{tl_version} -Provides: tex(uwmjuo82.tfm) = %{tl_version} -Provides: tex(uwmjuo83.tfm) = %{tl_version} -Provides: tex(uwmjuo84.tfm) = %{tl_version} -Provides: tex(uwmjuo85.tfm) = %{tl_version} -Provides: tex(uwmjuo86.tfm) = %{tl_version} -Provides: tex(uwmjuo87.tfm) = %{tl_version} -Provides: tex(uwmjuo88.tfm) = %{tl_version} -Provides: tex(uwmjuo89.tfm) = %{tl_version} -Provides: tex(uwmjuo8a.tfm) = %{tl_version} -Provides: tex(uwmjuo8b.tfm) = %{tl_version} -Provides: tex(uwmjuo8c.tfm) = %{tl_version} -Provides: tex(uwmjuo8d.tfm) = %{tl_version} -Provides: tex(uwmjuo8e.tfm) = %{tl_version} -Provides: tex(uwmjuo8f.tfm) = %{tl_version} -Provides: tex(uwmjuo90.tfm) = %{tl_version} -Provides: tex(uwmjuo91.tfm) = %{tl_version} -Provides: tex(uwmjuo92.tfm) = %{tl_version} -Provides: tex(uwmjuo93.tfm) = %{tl_version} -Provides: tex(uwmjuo94.tfm) = %{tl_version} -Provides: tex(uwmjuo95.tfm) = %{tl_version} -Provides: tex(uwmjuo96.tfm) = %{tl_version} -Provides: tex(uwmjuo97.tfm) = %{tl_version} -Provides: tex(uwmjuo98.tfm) = %{tl_version} -Provides: tex(uwmjuo99.tfm) = %{tl_version} -Provides: tex(uwmjuo9a.tfm) = %{tl_version} -Provides: tex(uwmjuo9b.tfm) = %{tl_version} -Provides: tex(uwmjuo9c.tfm) = %{tl_version} -Provides: tex(uwmjuo9d.tfm) = %{tl_version} -Provides: tex(uwmjuo9e.tfm) = %{tl_version} -Provides: tex(uwmjuo9f.tfm) = %{tl_version} -Provides: tex(uwmjuoac.tfm) = %{tl_version} -Provides: tex(uwmjuoad.tfm) = %{tl_version} -Provides: tex(uwmjuoae.tfm) = %{tl_version} -Provides: tex(uwmjuoaf.tfm) = %{tl_version} -Provides: tex(uwmjuob0.tfm) = %{tl_version} -Provides: tex(uwmjuob1.tfm) = %{tl_version} -Provides: tex(uwmjuob2.tfm) = %{tl_version} -Provides: tex(uwmjuob3.tfm) = %{tl_version} -Provides: tex(uwmjuob4.tfm) = %{tl_version} -Provides: tex(uwmjuob5.tfm) = %{tl_version} -Provides: tex(uwmjuob6.tfm) = %{tl_version} -Provides: tex(uwmjuob7.tfm) = %{tl_version} -Provides: tex(uwmjuob8.tfm) = %{tl_version} -Provides: tex(uwmjuob9.tfm) = %{tl_version} -Provides: tex(uwmjuoba.tfm) = %{tl_version} -Provides: tex(uwmjuobb.tfm) = %{tl_version} -Provides: tex(uwmjuobc.tfm) = %{tl_version} -Provides: tex(uwmjuobd.tfm) = %{tl_version} -Provides: tex(uwmjuobe.tfm) = %{tl_version} -Provides: tex(uwmjuobf.tfm) = %{tl_version} -Provides: tex(uwmjuoc0.tfm) = %{tl_version} -Provides: tex(uwmjuoc1.tfm) = %{tl_version} -Provides: tex(uwmjuoc2.tfm) = %{tl_version} -Provides: tex(uwmjuoc3.tfm) = %{tl_version} -Provides: tex(uwmjuoc4.tfm) = %{tl_version} -Provides: tex(uwmjuoc5.tfm) = %{tl_version} -Provides: tex(uwmjuoc6.tfm) = %{tl_version} -Provides: tex(uwmjuoc7.tfm) = %{tl_version} -Provides: tex(uwmjuoc8.tfm) = %{tl_version} -Provides: tex(uwmjuoc9.tfm) = %{tl_version} -Provides: tex(uwmjuoca.tfm) = %{tl_version} -Provides: tex(uwmjuocb.tfm) = %{tl_version} -Provides: tex(uwmjuocc.tfm) = %{tl_version} -Provides: tex(uwmjuocd.tfm) = %{tl_version} -Provides: tex(uwmjuoce.tfm) = %{tl_version} -Provides: tex(uwmjuocf.tfm) = %{tl_version} -Provides: tex(uwmjuod0.tfm) = %{tl_version} -Provides: tex(uwmjuod1.tfm) = %{tl_version} -Provides: tex(uwmjuod2.tfm) = %{tl_version} -Provides: tex(uwmjuod3.tfm) = %{tl_version} -Provides: tex(uwmjuod4.tfm) = %{tl_version} -Provides: tex(uwmjuod5.tfm) = %{tl_version} -Provides: tex(uwmjuod6.tfm) = %{tl_version} -Provides: tex(uwmjuod7.tfm) = %{tl_version} -Provides: tex(uwmjuof9.tfm) = %{tl_version} -Provides: tex(uwmjuofa.tfm) = %{tl_version} -Provides: tex(uwmjuoff.tfm) = %{tl_version} -Provides: tex(uwmjx00.tfm) = %{tl_version} -Provides: tex(uwmjx01.tfm) = %{tl_version} -Provides: tex(uwmjx02.tfm) = %{tl_version} -Provides: tex(uwmjx03.tfm) = %{tl_version} -Provides: tex(uwmjx04.tfm) = %{tl_version} -Provides: tex(uwmjx20.tfm) = %{tl_version} -Provides: tex(uwmjx21.tfm) = %{tl_version} -Provides: tex(uwmjx22.tfm) = %{tl_version} -Provides: tex(uwmjx23.tfm) = %{tl_version} -Provides: tex(uwmjx24.tfm) = %{tl_version} -Provides: tex(uwmjx25.tfm) = %{tl_version} -Provides: tex(uwmjx26.tfm) = %{tl_version} -Provides: tex(uwmjx30.tfm) = %{tl_version} -Provides: tex(uwmjx31.tfm) = %{tl_version} -Provides: tex(uwmjx32.tfm) = %{tl_version} -Provides: tex(uwmjx33.tfm) = %{tl_version} -Provides: tex(uwmjx4e.tfm) = %{tl_version} -Provides: tex(uwmjx4f.tfm) = %{tl_version} -Provides: tex(uwmjx50.tfm) = %{tl_version} -Provides: tex(uwmjx51.tfm) = %{tl_version} -Provides: tex(uwmjx52.tfm) = %{tl_version} -Provides: tex(uwmjx53.tfm) = %{tl_version} -Provides: tex(uwmjx54.tfm) = %{tl_version} -Provides: tex(uwmjx55.tfm) = %{tl_version} -Provides: tex(uwmjx56.tfm) = %{tl_version} -Provides: tex(uwmjx57.tfm) = %{tl_version} -Provides: tex(uwmjx58.tfm) = %{tl_version} -Provides: tex(uwmjx59.tfm) = %{tl_version} -Provides: tex(uwmjx5a.tfm) = %{tl_version} -Provides: tex(uwmjx5b.tfm) = %{tl_version} -Provides: tex(uwmjx5c.tfm) = %{tl_version} -Provides: tex(uwmjx5d.tfm) = %{tl_version} -Provides: tex(uwmjx5e.tfm) = %{tl_version} -Provides: tex(uwmjx5f.tfm) = %{tl_version} -Provides: tex(uwmjx60.tfm) = %{tl_version} -Provides: tex(uwmjx61.tfm) = %{tl_version} -Provides: tex(uwmjx62.tfm) = %{tl_version} -Provides: tex(uwmjx63.tfm) = %{tl_version} -Provides: tex(uwmjx64.tfm) = %{tl_version} -Provides: tex(uwmjx65.tfm) = %{tl_version} -Provides: tex(uwmjx66.tfm) = %{tl_version} -Provides: tex(uwmjx67.tfm) = %{tl_version} -Provides: tex(uwmjx68.tfm) = %{tl_version} -Provides: tex(uwmjx69.tfm) = %{tl_version} -Provides: tex(uwmjx6a.tfm) = %{tl_version} -Provides: tex(uwmjx6b.tfm) = %{tl_version} -Provides: tex(uwmjx6c.tfm) = %{tl_version} -Provides: tex(uwmjx6d.tfm) = %{tl_version} -Provides: tex(uwmjx6e.tfm) = %{tl_version} -Provides: tex(uwmjx6f.tfm) = %{tl_version} -Provides: tex(uwmjx70.tfm) = %{tl_version} -Provides: tex(uwmjx71.tfm) = %{tl_version} -Provides: tex(uwmjx72.tfm) = %{tl_version} -Provides: tex(uwmjx73.tfm) = %{tl_version} -Provides: tex(uwmjx74.tfm) = %{tl_version} -Provides: tex(uwmjx75.tfm) = %{tl_version} -Provides: tex(uwmjx76.tfm) = %{tl_version} -Provides: tex(uwmjx77.tfm) = %{tl_version} -Provides: tex(uwmjx78.tfm) = %{tl_version} -Provides: tex(uwmjx79.tfm) = %{tl_version} -Provides: tex(uwmjx7a.tfm) = %{tl_version} -Provides: tex(uwmjx7b.tfm) = %{tl_version} -Provides: tex(uwmjx7c.tfm) = %{tl_version} -Provides: tex(uwmjx7d.tfm) = %{tl_version} -Provides: tex(uwmjx7e.tfm) = %{tl_version} -Provides: tex(uwmjx7f.tfm) = %{tl_version} -Provides: tex(uwmjx80.tfm) = %{tl_version} -Provides: tex(uwmjx81.tfm) = %{tl_version} -Provides: tex(uwmjx82.tfm) = %{tl_version} -Provides: tex(uwmjx83.tfm) = %{tl_version} -Provides: tex(uwmjx84.tfm) = %{tl_version} -Provides: tex(uwmjx85.tfm) = %{tl_version} -Provides: tex(uwmjx86.tfm) = %{tl_version} -Provides: tex(uwmjx87.tfm) = %{tl_version} -Provides: tex(uwmjx88.tfm) = %{tl_version} -Provides: tex(uwmjx89.tfm) = %{tl_version} -Provides: tex(uwmjx8a.tfm) = %{tl_version} -Provides: tex(uwmjx8b.tfm) = %{tl_version} -Provides: tex(uwmjx8c.tfm) = %{tl_version} -Provides: tex(uwmjx8d.tfm) = %{tl_version} -Provides: tex(uwmjx8e.tfm) = %{tl_version} -Provides: tex(uwmjx8f.tfm) = %{tl_version} -Provides: tex(uwmjx90.tfm) = %{tl_version} -Provides: tex(uwmjx91.tfm) = %{tl_version} -Provides: tex(uwmjx92.tfm) = %{tl_version} -Provides: tex(uwmjx93.tfm) = %{tl_version} -Provides: tex(uwmjx94.tfm) = %{tl_version} -Provides: tex(uwmjx95.tfm) = %{tl_version} -Provides: tex(uwmjx96.tfm) = %{tl_version} -Provides: tex(uwmjx97.tfm) = %{tl_version} -Provides: tex(uwmjx98.tfm) = %{tl_version} -Provides: tex(uwmjx99.tfm) = %{tl_version} -Provides: tex(uwmjx9a.tfm) = %{tl_version} -Provides: tex(uwmjx9b.tfm) = %{tl_version} -Provides: tex(uwmjx9c.tfm) = %{tl_version} -Provides: tex(uwmjx9d.tfm) = %{tl_version} -Provides: tex(uwmjx9e.tfm) = %{tl_version} -Provides: tex(uwmjx9f.tfm) = %{tl_version} -Provides: tex(uwmjxac.tfm) = %{tl_version} -Provides: tex(uwmjxad.tfm) = %{tl_version} -Provides: tex(uwmjxae.tfm) = %{tl_version} -Provides: tex(uwmjxaf.tfm) = %{tl_version} -Provides: tex(uwmjxb0.tfm) = %{tl_version} -Provides: tex(uwmjxb1.tfm) = %{tl_version} -Provides: tex(uwmjxb2.tfm) = %{tl_version} -Provides: tex(uwmjxb3.tfm) = %{tl_version} -Provides: tex(uwmjxb4.tfm) = %{tl_version} -Provides: tex(uwmjxb5.tfm) = %{tl_version} -Provides: tex(uwmjxb6.tfm) = %{tl_version} -Provides: tex(uwmjxb7.tfm) = %{tl_version} -Provides: tex(uwmjxb8.tfm) = %{tl_version} -Provides: tex(uwmjxb9.tfm) = %{tl_version} -Provides: tex(uwmjxba.tfm) = %{tl_version} -Provides: tex(uwmjxbb.tfm) = %{tl_version} -Provides: tex(uwmjxbc.tfm) = %{tl_version} -Provides: tex(uwmjxbd.tfm) = %{tl_version} -Provides: tex(uwmjxbe.tfm) = %{tl_version} -Provides: tex(uwmjxbf.tfm) = %{tl_version} -Provides: tex(uwmjxc0.tfm) = %{tl_version} -Provides: tex(uwmjxc1.tfm) = %{tl_version} -Provides: tex(uwmjxc2.tfm) = %{tl_version} -Provides: tex(uwmjxc3.tfm) = %{tl_version} -Provides: tex(uwmjxc4.tfm) = %{tl_version} -Provides: tex(uwmjxc5.tfm) = %{tl_version} -Provides: tex(uwmjxc6.tfm) = %{tl_version} -Provides: tex(uwmjxc7.tfm) = %{tl_version} -Provides: tex(uwmjxc8.tfm) = %{tl_version} -Provides: tex(uwmjxc9.tfm) = %{tl_version} -Provides: tex(uwmjxca.tfm) = %{tl_version} -Provides: tex(uwmjxcb.tfm) = %{tl_version} -Provides: tex(uwmjxcc.tfm) = %{tl_version} -Provides: tex(uwmjxcd.tfm) = %{tl_version} -Provides: tex(uwmjxce.tfm) = %{tl_version} -Provides: tex(uwmjxcf.tfm) = %{tl_version} -Provides: tex(uwmjxd0.tfm) = %{tl_version} -Provides: tex(uwmjxd1.tfm) = %{tl_version} -Provides: tex(uwmjxd2.tfm) = %{tl_version} -Provides: tex(uwmjxd3.tfm) = %{tl_version} -Provides: tex(uwmjxd4.tfm) = %{tl_version} -Provides: tex(uwmjxd5.tfm) = %{tl_version} -Provides: tex(uwmjxd6.tfm) = %{tl_version} -Provides: tex(uwmjxd7.tfm) = %{tl_version} -Provides: tex(uwmjxf9.tfm) = %{tl_version} -Provides: tex(uwmjxfa.tfm) = %{tl_version} -Provides: tex(uwmjxff.tfm) = %{tl_version} -Provides: tex(uwmjxo00.tfm) = %{tl_version} -Provides: tex(uwmjxo01.tfm) = %{tl_version} -Provides: tex(uwmjxo02.tfm) = %{tl_version} -Provides: tex(uwmjxo03.tfm) = %{tl_version} -Provides: tex(uwmjxo04.tfm) = %{tl_version} -Provides: tex(uwmjxo20.tfm) = %{tl_version} -Provides: tex(uwmjxo21.tfm) = %{tl_version} -Provides: tex(uwmjxo22.tfm) = %{tl_version} -Provides: tex(uwmjxo23.tfm) = %{tl_version} -Provides: tex(uwmjxo24.tfm) = %{tl_version} -Provides: tex(uwmjxo25.tfm) = %{tl_version} -Provides: tex(uwmjxo26.tfm) = %{tl_version} -Provides: tex(uwmjxo30.tfm) = %{tl_version} -Provides: tex(uwmjxo31.tfm) = %{tl_version} -Provides: tex(uwmjxo32.tfm) = %{tl_version} -Provides: tex(uwmjxo33.tfm) = %{tl_version} -Provides: tex(uwmjxo4e.tfm) = %{tl_version} -Provides: tex(uwmjxo4f.tfm) = %{tl_version} -Provides: tex(uwmjxo50.tfm) = %{tl_version} -Provides: tex(uwmjxo51.tfm) = %{tl_version} -Provides: tex(uwmjxo52.tfm) = %{tl_version} -Provides: tex(uwmjxo53.tfm) = %{tl_version} -Provides: tex(uwmjxo54.tfm) = %{tl_version} -Provides: tex(uwmjxo55.tfm) = %{tl_version} -Provides: tex(uwmjxo56.tfm) = %{tl_version} -Provides: tex(uwmjxo57.tfm) = %{tl_version} -Provides: tex(uwmjxo58.tfm) = %{tl_version} -Provides: tex(uwmjxo59.tfm) = %{tl_version} -Provides: tex(uwmjxo5a.tfm) = %{tl_version} -Provides: tex(uwmjxo5b.tfm) = %{tl_version} -Provides: tex(uwmjxo5c.tfm) = %{tl_version} -Provides: tex(uwmjxo5d.tfm) = %{tl_version} -Provides: tex(uwmjxo5e.tfm) = %{tl_version} -Provides: tex(uwmjxo5f.tfm) = %{tl_version} -Provides: tex(uwmjxo60.tfm) = %{tl_version} -Provides: tex(uwmjxo61.tfm) = %{tl_version} -Provides: tex(uwmjxo62.tfm) = %{tl_version} -Provides: tex(uwmjxo63.tfm) = %{tl_version} -Provides: tex(uwmjxo64.tfm) = %{tl_version} -Provides: tex(uwmjxo65.tfm) = %{tl_version} -Provides: tex(uwmjxo66.tfm) = %{tl_version} -Provides: tex(uwmjxo67.tfm) = %{tl_version} -Provides: tex(uwmjxo68.tfm) = %{tl_version} -Provides: tex(uwmjxo69.tfm) = %{tl_version} -Provides: tex(uwmjxo6a.tfm) = %{tl_version} -Provides: tex(uwmjxo6b.tfm) = %{tl_version} -Provides: tex(uwmjxo6c.tfm) = %{tl_version} -Provides: tex(uwmjxo6d.tfm) = %{tl_version} -Provides: tex(uwmjxo6e.tfm) = %{tl_version} -Provides: tex(uwmjxo6f.tfm) = %{tl_version} -Provides: tex(uwmjxo70.tfm) = %{tl_version} -Provides: tex(uwmjxo71.tfm) = %{tl_version} -Provides: tex(uwmjxo72.tfm) = %{tl_version} -Provides: tex(uwmjxo73.tfm) = %{tl_version} -Provides: tex(uwmjxo74.tfm) = %{tl_version} -Provides: tex(uwmjxo75.tfm) = %{tl_version} -Provides: tex(uwmjxo76.tfm) = %{tl_version} -Provides: tex(uwmjxo77.tfm) = %{tl_version} -Provides: tex(uwmjxo78.tfm) = %{tl_version} -Provides: tex(uwmjxo79.tfm) = %{tl_version} -Provides: tex(uwmjxo7a.tfm) = %{tl_version} -Provides: tex(uwmjxo7b.tfm) = %{tl_version} -Provides: tex(uwmjxo7c.tfm) = %{tl_version} -Provides: tex(uwmjxo7d.tfm) = %{tl_version} -Provides: tex(uwmjxo7e.tfm) = %{tl_version} -Provides: tex(uwmjxo7f.tfm) = %{tl_version} -Provides: tex(uwmjxo80.tfm) = %{tl_version} -Provides: tex(uwmjxo81.tfm) = %{tl_version} -Provides: tex(uwmjxo82.tfm) = %{tl_version} -Provides: tex(uwmjxo83.tfm) = %{tl_version} -Provides: tex(uwmjxo84.tfm) = %{tl_version} -Provides: tex(uwmjxo85.tfm) = %{tl_version} -Provides: tex(uwmjxo86.tfm) = %{tl_version} -Provides: tex(uwmjxo87.tfm) = %{tl_version} -Provides: tex(uwmjxo88.tfm) = %{tl_version} -Provides: tex(uwmjxo89.tfm) = %{tl_version} -Provides: tex(uwmjxo8a.tfm) = %{tl_version} -Provides: tex(uwmjxo8b.tfm) = %{tl_version} -Provides: tex(uwmjxo8c.tfm) = %{tl_version} -Provides: tex(uwmjxo8d.tfm) = %{tl_version} -Provides: tex(uwmjxo8e.tfm) = %{tl_version} -Provides: tex(uwmjxo8f.tfm) = %{tl_version} -Provides: tex(uwmjxo90.tfm) = %{tl_version} -Provides: tex(uwmjxo91.tfm) = %{tl_version} -Provides: tex(uwmjxo92.tfm) = %{tl_version} -Provides: tex(uwmjxo93.tfm) = %{tl_version} -Provides: tex(uwmjxo94.tfm) = %{tl_version} -Provides: tex(uwmjxo95.tfm) = %{tl_version} -Provides: tex(uwmjxo96.tfm) = %{tl_version} -Provides: tex(uwmjxo97.tfm) = %{tl_version} -Provides: tex(uwmjxo98.tfm) = %{tl_version} -Provides: tex(uwmjxo99.tfm) = %{tl_version} -Provides: tex(uwmjxo9a.tfm) = %{tl_version} -Provides: tex(uwmjxo9b.tfm) = %{tl_version} -Provides: tex(uwmjxo9c.tfm) = %{tl_version} -Provides: tex(uwmjxo9d.tfm) = %{tl_version} -Provides: tex(uwmjxo9e.tfm) = %{tl_version} -Provides: tex(uwmjxo9f.tfm) = %{tl_version} -Provides: tex(uwmjxoac.tfm) = %{tl_version} -Provides: tex(uwmjxoad.tfm) = %{tl_version} -Provides: tex(uwmjxoae.tfm) = %{tl_version} -Provides: tex(uwmjxoaf.tfm) = %{tl_version} -Provides: tex(uwmjxob0.tfm) = %{tl_version} -Provides: tex(uwmjxob1.tfm) = %{tl_version} -Provides: tex(uwmjxob2.tfm) = %{tl_version} -Provides: tex(uwmjxob3.tfm) = %{tl_version} -Provides: tex(uwmjxob4.tfm) = %{tl_version} -Provides: tex(uwmjxob5.tfm) = %{tl_version} -Provides: tex(uwmjxob6.tfm) = %{tl_version} -Provides: tex(uwmjxob7.tfm) = %{tl_version} -Provides: tex(uwmjxob8.tfm) = %{tl_version} -Provides: tex(uwmjxob9.tfm) = %{tl_version} -Provides: tex(uwmjxoba.tfm) = %{tl_version} -Provides: tex(uwmjxobb.tfm) = %{tl_version} -Provides: tex(uwmjxobc.tfm) = %{tl_version} -Provides: tex(uwmjxobd.tfm) = %{tl_version} -Provides: tex(uwmjxobe.tfm) = %{tl_version} -Provides: tex(uwmjxobf.tfm) = %{tl_version} -Provides: tex(uwmjxoc0.tfm) = %{tl_version} -Provides: tex(uwmjxoc1.tfm) = %{tl_version} -Provides: tex(uwmjxoc2.tfm) = %{tl_version} -Provides: tex(uwmjxoc3.tfm) = %{tl_version} -Provides: tex(uwmjxoc4.tfm) = %{tl_version} -Provides: tex(uwmjxoc5.tfm) = %{tl_version} -Provides: tex(uwmjxoc6.tfm) = %{tl_version} -Provides: tex(uwmjxoc7.tfm) = %{tl_version} -Provides: tex(uwmjxoc8.tfm) = %{tl_version} -Provides: tex(uwmjxoc9.tfm) = %{tl_version} -Provides: tex(uwmjxoca.tfm) = %{tl_version} -Provides: tex(uwmjxocb.tfm) = %{tl_version} -Provides: tex(uwmjxocc.tfm) = %{tl_version} -Provides: tex(uwmjxocd.tfm) = %{tl_version} -Provides: tex(uwmjxoce.tfm) = %{tl_version} -Provides: tex(uwmjxocf.tfm) = %{tl_version} -Provides: tex(uwmjxod0.tfm) = %{tl_version} -Provides: tex(uwmjxod1.tfm) = %{tl_version} -Provides: tex(uwmjxod2.tfm) = %{tl_version} -Provides: tex(uwmjxod3.tfm) = %{tl_version} -Provides: tex(uwmjxod4.tfm) = %{tl_version} -Provides: tex(uwmjxod5.tfm) = %{tl_version} -Provides: tex(uwmjxod6.tfm) = %{tl_version} -Provides: tex(uwmjxod7.tfm) = %{tl_version} -Provides: tex(uwmjxof9.tfm) = %{tl_version} -Provides: tex(uwmjxofa.tfm) = %{tl_version} -Provides: tex(uwmjxoff.tfm) = %{tl_version} -Provides: tex(wmj0.tfm) = %{tl_version} -Provides: tex(wmj04.tfm) = %{tl_version} -Provides: tex(wmj05.tfm) = %{tl_version} -Provides: tex(wmj06.tfm) = %{tl_version} -Provides: tex(wmj07.tfm) = %{tl_version} -Provides: tex(wmj1.tfm) = %{tl_version} -Provides: tex(wmj10.tfm) = %{tl_version} -Provides: tex(wmj11.tfm) = %{tl_version} -Provides: tex(wmj12.tfm) = %{tl_version} -Provides: tex(wmj13.tfm) = %{tl_version} -Provides: tex(wmj14.tfm) = %{tl_version} -Provides: tex(wmj15.tfm) = %{tl_version} -Provides: tex(wmj16.tfm) = %{tl_version} -Provides: tex(wmj17.tfm) = %{tl_version} -Provides: tex(wmj18.tfm) = %{tl_version} -Provides: tex(wmj19.tfm) = %{tl_version} -Provides: tex(wmj2.tfm) = %{tl_version} -Provides: tex(wmj20.tfm) = %{tl_version} -Provides: tex(wmj21.tfm) = %{tl_version} -Provides: tex(wmj22.tfm) = %{tl_version} -Provides: tex(wmj23.tfm) = %{tl_version} -Provides: tex(wmj24.tfm) = %{tl_version} -Provides: tex(wmj25.tfm) = %{tl_version} -Provides: tex(wmj26.tfm) = %{tl_version} -Provides: tex(wmj27.tfm) = %{tl_version} -Provides: tex(wmj28.tfm) = %{tl_version} -Provides: tex(wmj29.tfm) = %{tl_version} -Provides: tex(wmj3.tfm) = %{tl_version} -Provides: tex(wmj4.tfm) = %{tl_version} -Provides: tex(wmj5.tfm) = %{tl_version} -Provides: tex(wmj6.tfm) = %{tl_version} -Provides: tex(wmj7.tfm) = %{tl_version} -Provides: tex(wmj8.tfm) = %{tl_version} -Provides: tex(wmj9.tfm) = %{tl_version} -Provides: tex(wmjc0.tfm) = %{tl_version} -Provides: tex(wmjc04.tfm) = %{tl_version} -Provides: tex(wmjc05.tfm) = %{tl_version} -Provides: tex(wmjc06.tfm) = %{tl_version} -Provides: tex(wmjc07.tfm) = %{tl_version} -Provides: tex(wmjc1.tfm) = %{tl_version} -Provides: tex(wmjc10.tfm) = %{tl_version} -Provides: tex(wmjc11.tfm) = %{tl_version} -Provides: tex(wmjc12.tfm) = %{tl_version} -Provides: tex(wmjc13.tfm) = %{tl_version} -Provides: tex(wmjc14.tfm) = %{tl_version} -Provides: tex(wmjc15.tfm) = %{tl_version} -Provides: tex(wmjc16.tfm) = %{tl_version} -Provides: tex(wmjc17.tfm) = %{tl_version} -Provides: tex(wmjc18.tfm) = %{tl_version} -Provides: tex(wmjc19.tfm) = %{tl_version} -Provides: tex(wmjc2.tfm) = %{tl_version} -Provides: tex(wmjc20.tfm) = %{tl_version} -Provides: tex(wmjc21.tfm) = %{tl_version} -Provides: tex(wmjc22.tfm) = %{tl_version} -Provides: tex(wmjc23.tfm) = %{tl_version} -Provides: tex(wmjc24.tfm) = %{tl_version} -Provides: tex(wmjc25.tfm) = %{tl_version} -Provides: tex(wmjc26.tfm) = %{tl_version} -Provides: tex(wmjc27.tfm) = %{tl_version} -Provides: tex(wmjc28.tfm) = %{tl_version} -Provides: tex(wmjc29.tfm) = %{tl_version} -Provides: tex(wmjc3.tfm) = %{tl_version} -Provides: tex(wmjc4.tfm) = %{tl_version} -Provides: tex(wmjc5.tfm) = %{tl_version} -Provides: tex(wmjc6.tfm) = %{tl_version} -Provides: tex(wmjc7.tfm) = %{tl_version} -Provides: tex(wmjc8.tfm) = %{tl_version} -Provides: tex(wmjc9.tfm) = %{tl_version} -Provides: tex(wmjco0.tfm) = %{tl_version} -Provides: tex(wmjco04.tfm) = %{tl_version} -Provides: tex(wmjco05.tfm) = %{tl_version} -Provides: tex(wmjco06.tfm) = %{tl_version} -Provides: tex(wmjco07.tfm) = %{tl_version} -Provides: tex(wmjco1.tfm) = %{tl_version} -Provides: tex(wmjco10.tfm) = %{tl_version} -Provides: tex(wmjco11.tfm) = %{tl_version} -Provides: tex(wmjco12.tfm) = %{tl_version} -Provides: tex(wmjco13.tfm) = %{tl_version} -Provides: tex(wmjco14.tfm) = %{tl_version} -Provides: tex(wmjco15.tfm) = %{tl_version} -Provides: tex(wmjco16.tfm) = %{tl_version} -Provides: tex(wmjco17.tfm) = %{tl_version} -Provides: tex(wmjco18.tfm) = %{tl_version} -Provides: tex(wmjco19.tfm) = %{tl_version} -Provides: tex(wmjco2.tfm) = %{tl_version} -Provides: tex(wmjco20.tfm) = %{tl_version} -Provides: tex(wmjco21.tfm) = %{tl_version} -Provides: tex(wmjco22.tfm) = %{tl_version} -Provides: tex(wmjco23.tfm) = %{tl_version} -Provides: tex(wmjco24.tfm) = %{tl_version} -Provides: tex(wmjco25.tfm) = %{tl_version} -Provides: tex(wmjco26.tfm) = %{tl_version} -Provides: tex(wmjco27.tfm) = %{tl_version} -Provides: tex(wmjco28.tfm) = %{tl_version} -Provides: tex(wmjco29.tfm) = %{tl_version} -Provides: tex(wmjco3.tfm) = %{tl_version} -Provides: tex(wmjco4.tfm) = %{tl_version} -Provides: tex(wmjco5.tfm) = %{tl_version} -Provides: tex(wmjco6.tfm) = %{tl_version} -Provides: tex(wmjco7.tfm) = %{tl_version} -Provides: tex(wmjco8.tfm) = %{tl_version} -Provides: tex(wmjco9.tfm) = %{tl_version} -Provides: tex(wmjo0.tfm) = %{tl_version} -Provides: tex(wmjo04.tfm) = %{tl_version} -Provides: tex(wmjo05.tfm) = %{tl_version} -Provides: tex(wmjo06.tfm) = %{tl_version} -Provides: tex(wmjo07.tfm) = %{tl_version} -Provides: tex(wmjo1.tfm) = %{tl_version} -Provides: tex(wmjo10.tfm) = %{tl_version} -Provides: tex(wmjo11.tfm) = %{tl_version} -Provides: tex(wmjo12.tfm) = %{tl_version} -Provides: tex(wmjo13.tfm) = %{tl_version} -Provides: tex(wmjo14.tfm) = %{tl_version} -Provides: tex(wmjo15.tfm) = %{tl_version} -Provides: tex(wmjo16.tfm) = %{tl_version} -Provides: tex(wmjo17.tfm) = %{tl_version} -Provides: tex(wmjo18.tfm) = %{tl_version} -Provides: tex(wmjo19.tfm) = %{tl_version} -Provides: tex(wmjo2.tfm) = %{tl_version} -Provides: tex(wmjo20.tfm) = %{tl_version} -Provides: tex(wmjo21.tfm) = %{tl_version} -Provides: tex(wmjo22.tfm) = %{tl_version} -Provides: tex(wmjo23.tfm) = %{tl_version} -Provides: tex(wmjo24.tfm) = %{tl_version} -Provides: tex(wmjo25.tfm) = %{tl_version} -Provides: tex(wmjo26.tfm) = %{tl_version} -Provides: tex(wmjo27.tfm) = %{tl_version} -Provides: tex(wmjo28.tfm) = %{tl_version} -Provides: tex(wmjo29.tfm) = %{tl_version} -Provides: tex(wmjo3.tfm) = %{tl_version} -Provides: tex(wmjo4.tfm) = %{tl_version} -Provides: tex(wmjo5.tfm) = %{tl_version} -Provides: tex(wmjo6.tfm) = %{tl_version} -Provides: tex(wmjo7.tfm) = %{tl_version} -Provides: tex(wmjo8.tfm) = %{tl_version} -Provides: tex(wmjo9.tfm) = %{tl_version} -Provides: tex(wmju0.tfm) = %{tl_version} -Provides: tex(wmju04.tfm) = %{tl_version} -Provides: tex(wmju05.tfm) = %{tl_version} -Provides: tex(wmju06.tfm) = %{tl_version} -Provides: tex(wmju07.tfm) = %{tl_version} -Provides: tex(wmju1.tfm) = %{tl_version} -Provides: tex(wmju10.tfm) = %{tl_version} -Provides: tex(wmju11.tfm) = %{tl_version} -Provides: tex(wmju12.tfm) = %{tl_version} -Provides: tex(wmju13.tfm) = %{tl_version} -Provides: tex(wmju14.tfm) = %{tl_version} -Provides: tex(wmju15.tfm) = %{tl_version} -Provides: tex(wmju16.tfm) = %{tl_version} -Provides: tex(wmju17.tfm) = %{tl_version} -Provides: tex(wmju18.tfm) = %{tl_version} -Provides: tex(wmju19.tfm) = %{tl_version} -Provides: tex(wmju2.tfm) = %{tl_version} -Provides: tex(wmju20.tfm) = %{tl_version} -Provides: tex(wmju21.tfm) = %{tl_version} -Provides: tex(wmju22.tfm) = %{tl_version} -Provides: tex(wmju23.tfm) = %{tl_version} -Provides: tex(wmju24.tfm) = %{tl_version} -Provides: tex(wmju25.tfm) = %{tl_version} -Provides: tex(wmju26.tfm) = %{tl_version} -Provides: tex(wmju27.tfm) = %{tl_version} -Provides: tex(wmju28.tfm) = %{tl_version} -Provides: tex(wmju29.tfm) = %{tl_version} -Provides: tex(wmju3.tfm) = %{tl_version} -Provides: tex(wmju4.tfm) = %{tl_version} -Provides: tex(wmju5.tfm) = %{tl_version} -Provides: tex(wmju6.tfm) = %{tl_version} -Provides: tex(wmju7.tfm) = %{tl_version} -Provides: tex(wmju8.tfm) = %{tl_version} -Provides: tex(wmju9.tfm) = %{tl_version} -Provides: tex(wmjuo0.tfm) = %{tl_version} -Provides: tex(wmjuo04.tfm) = %{tl_version} -Provides: tex(wmjuo05.tfm) = %{tl_version} -Provides: tex(wmjuo06.tfm) = %{tl_version} -Provides: tex(wmjuo07.tfm) = %{tl_version} -Provides: tex(wmjuo1.tfm) = %{tl_version} -Provides: tex(wmjuo10.tfm) = %{tl_version} -Provides: tex(wmjuo11.tfm) = %{tl_version} -Provides: tex(wmjuo12.tfm) = %{tl_version} -Provides: tex(wmjuo13.tfm) = %{tl_version} -Provides: tex(wmjuo14.tfm) = %{tl_version} -Provides: tex(wmjuo15.tfm) = %{tl_version} -Provides: tex(wmjuo16.tfm) = %{tl_version} -Provides: tex(wmjuo17.tfm) = %{tl_version} -Provides: tex(wmjuo18.tfm) = %{tl_version} -Provides: tex(wmjuo19.tfm) = %{tl_version} -Provides: tex(wmjuo2.tfm) = %{tl_version} -Provides: tex(wmjuo20.tfm) = %{tl_version} -Provides: tex(wmjuo21.tfm) = %{tl_version} -Provides: tex(wmjuo22.tfm) = %{tl_version} -Provides: tex(wmjuo23.tfm) = %{tl_version} -Provides: tex(wmjuo24.tfm) = %{tl_version} -Provides: tex(wmjuo25.tfm) = %{tl_version} -Provides: tex(wmjuo26.tfm) = %{tl_version} -Provides: tex(wmjuo27.tfm) = %{tl_version} -Provides: tex(wmjuo28.tfm) = %{tl_version} -Provides: tex(wmjuo29.tfm) = %{tl_version} -Provides: tex(wmjuo3.tfm) = %{tl_version} -Provides: tex(wmjuo4.tfm) = %{tl_version} -Provides: tex(wmjuo5.tfm) = %{tl_version} -Provides: tex(wmjuo6.tfm) = %{tl_version} -Provides: tex(wmjuo7.tfm) = %{tl_version} -Provides: tex(wmjuo8.tfm) = %{tl_version} -Provides: tex(wmjuo9.tfm) = %{tl_version} -Provides: tex(wmjx0.tfm) = %{tl_version} -Provides: tex(wmjx04.tfm) = %{tl_version} -Provides: tex(wmjx05.tfm) = %{tl_version} -Provides: tex(wmjx06.tfm) = %{tl_version} -Provides: tex(wmjx07.tfm) = %{tl_version} -Provides: tex(wmjx1.tfm) = %{tl_version} -Provides: tex(wmjx10.tfm) = %{tl_version} -Provides: tex(wmjx11.tfm) = %{tl_version} -Provides: tex(wmjx12.tfm) = %{tl_version} -Provides: tex(wmjx13.tfm) = %{tl_version} -Provides: tex(wmjx14.tfm) = %{tl_version} -Provides: tex(wmjx15.tfm) = %{tl_version} -Provides: tex(wmjx16.tfm) = %{tl_version} -Provides: tex(wmjx17.tfm) = %{tl_version} -Provides: tex(wmjx18.tfm) = %{tl_version} -Provides: tex(wmjx19.tfm) = %{tl_version} -Provides: tex(wmjx2.tfm) = %{tl_version} -Provides: tex(wmjx20.tfm) = %{tl_version} -Provides: tex(wmjx21.tfm) = %{tl_version} -Provides: tex(wmjx22.tfm) = %{tl_version} -Provides: tex(wmjx23.tfm) = %{tl_version} -Provides: tex(wmjx24.tfm) = %{tl_version} -Provides: tex(wmjx25.tfm) = %{tl_version} -Provides: tex(wmjx26.tfm) = %{tl_version} -Provides: tex(wmjx27.tfm) = %{tl_version} -Provides: tex(wmjx28.tfm) = %{tl_version} -Provides: tex(wmjx29.tfm) = %{tl_version} -Provides: tex(wmjx3.tfm) = %{tl_version} -Provides: tex(wmjx4.tfm) = %{tl_version} -Provides: tex(wmjx5.tfm) = %{tl_version} -Provides: tex(wmjx6.tfm) = %{tl_version} -Provides: tex(wmjx7.tfm) = %{tl_version} -Provides: tex(wmjx8.tfm) = %{tl_version} -Provides: tex(wmjx9.tfm) = %{tl_version} -Provides: tex(wmjxo0.tfm) = %{tl_version} -Provides: tex(wmjxo04.tfm) = %{tl_version} -Provides: tex(wmjxo05.tfm) = %{tl_version} -Provides: tex(wmjxo06.tfm) = %{tl_version} -Provides: tex(wmjxo07.tfm) = %{tl_version} -Provides: tex(wmjxo1.tfm) = %{tl_version} -Provides: tex(wmjxo10.tfm) = %{tl_version} -Provides: tex(wmjxo11.tfm) = %{tl_version} -Provides: tex(wmjxo12.tfm) = %{tl_version} -Provides: tex(wmjxo13.tfm) = %{tl_version} -Provides: tex(wmjxo14.tfm) = %{tl_version} -Provides: tex(wmjxo15.tfm) = %{tl_version} -Provides: tex(wmjxo16.tfm) = %{tl_version} -Provides: tex(wmjxo17.tfm) = %{tl_version} -Provides: tex(wmjxo18.tfm) = %{tl_version} -Provides: tex(wmjxo19.tfm) = %{tl_version} -Provides: tex(wmjxo2.tfm) = %{tl_version} -Provides: tex(wmjxo20.tfm) = %{tl_version} -Provides: tex(wmjxo21.tfm) = %{tl_version} -Provides: tex(wmjxo22.tfm) = %{tl_version} -Provides: tex(wmjxo23.tfm) = %{tl_version} -Provides: tex(wmjxo24.tfm) = %{tl_version} -Provides: tex(wmjxo25.tfm) = %{tl_version} -Provides: tex(wmjxo26.tfm) = %{tl_version} -Provides: tex(wmjxo27.tfm) = %{tl_version} -Provides: tex(wmjxo28.tfm) = %{tl_version} -Provides: tex(wmjxo29.tfm) = %{tl_version} -Provides: tex(wmjxo3.tfm) = %{tl_version} -Provides: tex(wmjxo4.tfm) = %{tl_version} -Provides: tex(wmjxo5.tfm) = %{tl_version} -Provides: tex(wmjxo6.tfm) = %{tl_version} -Provides: tex(wmjxo7.tfm) = %{tl_version} -Provides: tex(wmjxo8.tfm) = %{tl_version} -Provides: tex(wmjxo9.tfm) = %{tl_version} -Provides: tex(umj00.pfb) = %{tl_version} -Provides: tex(umj01.pfb) = %{tl_version} -Provides: tex(umj02.pfb) = %{tl_version} -Provides: tex(umj03.pfb) = %{tl_version} -Provides: tex(umj04.pfb) = %{tl_version} -Provides: tex(umj05.pfb) = %{tl_version} -Provides: tex(umj10.pfb) = %{tl_version} -Provides: tex(umj11.pfb) = %{tl_version} -Provides: tex(umj12.pfb) = %{tl_version} -Provides: tex(umj13.pfb) = %{tl_version} -Provides: tex(umj14.pfb) = %{tl_version} -Provides: tex(umj15.pfb) = %{tl_version} -Provides: tex(umj16.pfb) = %{tl_version} -Provides: tex(umj17.pfb) = %{tl_version} -Provides: tex(umj20.pfb) = %{tl_version} -Provides: tex(umj21.pfb) = %{tl_version} -Provides: tex(umj22.pfb) = %{tl_version} -Provides: tex(umj23.pfb) = %{tl_version} -Provides: tex(umj24.pfb) = %{tl_version} -Provides: tex(umj25.pfb) = %{tl_version} -Provides: tex(umj26.pfb) = %{tl_version} -Provides: tex(umj27.pfb) = %{tl_version} -Provides: tex(umj28.pfb) = %{tl_version} -Provides: tex(umj29.pfb) = %{tl_version} -Provides: tex(umj30.pfb) = %{tl_version} -Provides: tex(umj31.pfb) = %{tl_version} -Provides: tex(umj32.pfb) = %{tl_version} -Provides: tex(umj33.pfb) = %{tl_version} -Provides: tex(umj34.pfb) = %{tl_version} -Provides: tex(umj35.pfb) = %{tl_version} -Provides: tex(umj36.pfb) = %{tl_version} -Provides: tex(umj37.pfb) = %{tl_version} -Provides: tex(umj38.pfb) = %{tl_version} -Provides: tex(uwmj00.vf) = %{tl_version} -Provides: tex(uwmj01.vf) = %{tl_version} -Provides: tex(uwmj02.vf) = %{tl_version} -Provides: tex(uwmj03.vf) = %{tl_version} -Provides: tex(uwmj04.vf) = %{tl_version} -Provides: tex(uwmj20.vf) = %{tl_version} -Provides: tex(uwmj21.vf) = %{tl_version} -Provides: tex(uwmj22.vf) = %{tl_version} -Provides: tex(uwmj23.vf) = %{tl_version} -Provides: tex(uwmj24.vf) = %{tl_version} -Provides: tex(uwmj25.vf) = %{tl_version} -Provides: tex(uwmj26.vf) = %{tl_version} -Provides: tex(uwmj30.vf) = %{tl_version} -Provides: tex(uwmj31.vf) = %{tl_version} -Provides: tex(uwmj32.vf) = %{tl_version} -Provides: tex(uwmj33.vf) = %{tl_version} -Provides: tex(uwmj4e.vf) = %{tl_version} -Provides: tex(uwmj4f.vf) = %{tl_version} -Provides: tex(uwmj50.vf) = %{tl_version} -Provides: tex(uwmj51.vf) = %{tl_version} -Provides: tex(uwmj52.vf) = %{tl_version} -Provides: tex(uwmj53.vf) = %{tl_version} -Provides: tex(uwmj54.vf) = %{tl_version} -Provides: tex(uwmj55.vf) = %{tl_version} -Provides: tex(uwmj56.vf) = %{tl_version} -Provides: tex(uwmj57.vf) = %{tl_version} -Provides: tex(uwmj58.vf) = %{tl_version} -Provides: tex(uwmj59.vf) = %{tl_version} -Provides: tex(uwmj5a.vf) = %{tl_version} -Provides: tex(uwmj5b.vf) = %{tl_version} -Provides: tex(uwmj5c.vf) = %{tl_version} -Provides: tex(uwmj5d.vf) = %{tl_version} -Provides: tex(uwmj5e.vf) = %{tl_version} -Provides: tex(uwmj5f.vf) = %{tl_version} -Provides: tex(uwmj60.vf) = %{tl_version} -Provides: tex(uwmj61.vf) = %{tl_version} -Provides: tex(uwmj62.vf) = %{tl_version} -Provides: tex(uwmj63.vf) = %{tl_version} -Provides: tex(uwmj64.vf) = %{tl_version} -Provides: tex(uwmj65.vf) = %{tl_version} -Provides: tex(uwmj66.vf) = %{tl_version} -Provides: tex(uwmj67.vf) = %{tl_version} -Provides: tex(uwmj68.vf) = %{tl_version} -Provides: tex(uwmj69.vf) = %{tl_version} -Provides: tex(uwmj6a.vf) = %{tl_version} -Provides: tex(uwmj6b.vf) = %{tl_version} -Provides: tex(uwmj6c.vf) = %{tl_version} -Provides: tex(uwmj6d.vf) = %{tl_version} -Provides: tex(uwmj6e.vf) = %{tl_version} -Provides: tex(uwmj6f.vf) = %{tl_version} -Provides: tex(uwmj70.vf) = %{tl_version} -Provides: tex(uwmj71.vf) = %{tl_version} -Provides: tex(uwmj72.vf) = %{tl_version} -Provides: tex(uwmj73.vf) = %{tl_version} -Provides: tex(uwmj74.vf) = %{tl_version} -Provides: tex(uwmj75.vf) = %{tl_version} -Provides: tex(uwmj76.vf) = %{tl_version} -Provides: tex(uwmj77.vf) = %{tl_version} -Provides: tex(uwmj78.vf) = %{tl_version} -Provides: tex(uwmj79.vf) = %{tl_version} -Provides: tex(uwmj7a.vf) = %{tl_version} -Provides: tex(uwmj7b.vf) = %{tl_version} -Provides: tex(uwmj7c.vf) = %{tl_version} -Provides: tex(uwmj7d.vf) = %{tl_version} -Provides: tex(uwmj7e.vf) = %{tl_version} -Provides: tex(uwmj7f.vf) = %{tl_version} -Provides: tex(uwmj80.vf) = %{tl_version} -Provides: tex(uwmj81.vf) = %{tl_version} -Provides: tex(uwmj82.vf) = %{tl_version} -Provides: tex(uwmj83.vf) = %{tl_version} -Provides: tex(uwmj84.vf) = %{tl_version} -Provides: tex(uwmj85.vf) = %{tl_version} -Provides: tex(uwmj86.vf) = %{tl_version} -Provides: tex(uwmj87.vf) = %{tl_version} -Provides: tex(uwmj88.vf) = %{tl_version} -Provides: tex(uwmj89.vf) = %{tl_version} -Provides: tex(uwmj8a.vf) = %{tl_version} -Provides: tex(uwmj8b.vf) = %{tl_version} -Provides: tex(uwmj8c.vf) = %{tl_version} -Provides: tex(uwmj8d.vf) = %{tl_version} -Provides: tex(uwmj8e.vf) = %{tl_version} -Provides: tex(uwmj8f.vf) = %{tl_version} -Provides: tex(uwmj90.vf) = %{tl_version} -Provides: tex(uwmj91.vf) = %{tl_version} -Provides: tex(uwmj92.vf) = %{tl_version} -Provides: tex(uwmj93.vf) = %{tl_version} -Provides: tex(uwmj94.vf) = %{tl_version} -Provides: tex(uwmj95.vf) = %{tl_version} -Provides: tex(uwmj96.vf) = %{tl_version} -Provides: tex(uwmj97.vf) = %{tl_version} -Provides: tex(uwmj98.vf) = %{tl_version} -Provides: tex(uwmj99.vf) = %{tl_version} -Provides: tex(uwmj9a.vf) = %{tl_version} -Provides: tex(uwmj9b.vf) = %{tl_version} -Provides: tex(uwmj9c.vf) = %{tl_version} -Provides: tex(uwmj9d.vf) = %{tl_version} -Provides: tex(uwmj9e.vf) = %{tl_version} -Provides: tex(uwmj9f.vf) = %{tl_version} -Provides: tex(uwmjac.vf) = %{tl_version} -Provides: tex(uwmjad.vf) = %{tl_version} -Provides: tex(uwmjae.vf) = %{tl_version} -Provides: tex(uwmjaf.vf) = %{tl_version} -Provides: tex(uwmjb0.vf) = %{tl_version} -Provides: tex(uwmjb1.vf) = %{tl_version} -Provides: tex(uwmjb2.vf) = %{tl_version} -Provides: tex(uwmjb3.vf) = %{tl_version} -Provides: tex(uwmjb4.vf) = %{tl_version} -Provides: tex(uwmjb5.vf) = %{tl_version} -Provides: tex(uwmjb6.vf) = %{tl_version} -Provides: tex(uwmjb7.vf) = %{tl_version} -Provides: tex(uwmjb8.vf) = %{tl_version} -Provides: tex(uwmjb9.vf) = %{tl_version} -Provides: tex(uwmjba.vf) = %{tl_version} -Provides: tex(uwmjbb.vf) = %{tl_version} -Provides: tex(uwmjbc.vf) = %{tl_version} -Provides: tex(uwmjbd.vf) = %{tl_version} -Provides: tex(uwmjbe.vf) = %{tl_version} -Provides: tex(uwmjbf.vf) = %{tl_version} -Provides: tex(uwmjc0.vf) = %{tl_version} -Provides: tex(uwmjc00.vf) = %{tl_version} -Provides: tex(uwmjc01.vf) = %{tl_version} -Provides: tex(uwmjc02.vf) = %{tl_version} -Provides: tex(uwmjc03.vf) = %{tl_version} -Provides: tex(uwmjc04.vf) = %{tl_version} -Provides: tex(uwmjc1.vf) = %{tl_version} -Provides: tex(uwmjc2.vf) = %{tl_version} -Provides: tex(uwmjc20.vf) = %{tl_version} -Provides: tex(uwmjc21.vf) = %{tl_version} -Provides: tex(uwmjc22.vf) = %{tl_version} -Provides: tex(uwmjc23.vf) = %{tl_version} -Provides: tex(uwmjc24.vf) = %{tl_version} -Provides: tex(uwmjc25.vf) = %{tl_version} -Provides: tex(uwmjc26.vf) = %{tl_version} -Provides: tex(uwmjc3.vf) = %{tl_version} -Provides: tex(uwmjc30.vf) = %{tl_version} -Provides: tex(uwmjc31.vf) = %{tl_version} -Provides: tex(uwmjc32.vf) = %{tl_version} -Provides: tex(uwmjc33.vf) = %{tl_version} -Provides: tex(uwmjc4.vf) = %{tl_version} -Provides: tex(uwmjc4e.vf) = %{tl_version} -Provides: tex(uwmjc4f.vf) = %{tl_version} -Provides: tex(uwmjc5.vf) = %{tl_version} -Provides: tex(uwmjc50.vf) = %{tl_version} -Provides: tex(uwmjc51.vf) = %{tl_version} -Provides: tex(uwmjc52.vf) = %{tl_version} -Provides: tex(uwmjc53.vf) = %{tl_version} -Provides: tex(uwmjc54.vf) = %{tl_version} -Provides: tex(uwmjc55.vf) = %{tl_version} -Provides: tex(uwmjc56.vf) = %{tl_version} -Provides: tex(uwmjc57.vf) = %{tl_version} -Provides: tex(uwmjc58.vf) = %{tl_version} -Provides: tex(uwmjc59.vf) = %{tl_version} -Provides: tex(uwmjc5a.vf) = %{tl_version} -Provides: tex(uwmjc5b.vf) = %{tl_version} -Provides: tex(uwmjc5c.vf) = %{tl_version} -Provides: tex(uwmjc5d.vf) = %{tl_version} -Provides: tex(uwmjc5e.vf) = %{tl_version} -Provides: tex(uwmjc5f.vf) = %{tl_version} -Provides: tex(uwmjc6.vf) = %{tl_version} -Provides: tex(uwmjc60.vf) = %{tl_version} -Provides: tex(uwmjc61.vf) = %{tl_version} -Provides: tex(uwmjc62.vf) = %{tl_version} -Provides: tex(uwmjc63.vf) = %{tl_version} -Provides: tex(uwmjc64.vf) = %{tl_version} -Provides: tex(uwmjc65.vf) = %{tl_version} -Provides: tex(uwmjc66.vf) = %{tl_version} -Provides: tex(uwmjc67.vf) = %{tl_version} -Provides: tex(uwmjc68.vf) = %{tl_version} -Provides: tex(uwmjc69.vf) = %{tl_version} -Provides: tex(uwmjc6a.vf) = %{tl_version} -Provides: tex(uwmjc6b.vf) = %{tl_version} -Provides: tex(uwmjc6c.vf) = %{tl_version} -Provides: tex(uwmjc6d.vf) = %{tl_version} -Provides: tex(uwmjc6e.vf) = %{tl_version} -Provides: tex(uwmjc6f.vf) = %{tl_version} -Provides: tex(uwmjc7.vf) = %{tl_version} -Provides: tex(uwmjc70.vf) = %{tl_version} -Provides: tex(uwmjc71.vf) = %{tl_version} -Provides: tex(uwmjc72.vf) = %{tl_version} -Provides: tex(uwmjc73.vf) = %{tl_version} -Provides: tex(uwmjc74.vf) = %{tl_version} -Provides: tex(uwmjc75.vf) = %{tl_version} -Provides: tex(uwmjc76.vf) = %{tl_version} -Provides: tex(uwmjc77.vf) = %{tl_version} -Provides: tex(uwmjc78.vf) = %{tl_version} -Provides: tex(uwmjc79.vf) = %{tl_version} -Provides: tex(uwmjc7a.vf) = %{tl_version} -Provides: tex(uwmjc7b.vf) = %{tl_version} -Provides: tex(uwmjc7c.vf) = %{tl_version} -Provides: tex(uwmjc7d.vf) = %{tl_version} -Provides: tex(uwmjc7e.vf) = %{tl_version} -Provides: tex(uwmjc7f.vf) = %{tl_version} -Provides: tex(uwmjc8.vf) = %{tl_version} -Provides: tex(uwmjc80.vf) = %{tl_version} -Provides: tex(uwmjc81.vf) = %{tl_version} -Provides: tex(uwmjc82.vf) = %{tl_version} -Provides: tex(uwmjc83.vf) = %{tl_version} -Provides: tex(uwmjc84.vf) = %{tl_version} -Provides: tex(uwmjc85.vf) = %{tl_version} -Provides: tex(uwmjc86.vf) = %{tl_version} -Provides: tex(uwmjc87.vf) = %{tl_version} -Provides: tex(uwmjc88.vf) = %{tl_version} -Provides: tex(uwmjc89.vf) = %{tl_version} -Provides: tex(uwmjc8a.vf) = %{tl_version} -Provides: tex(uwmjc8b.vf) = %{tl_version} -Provides: tex(uwmjc8c.vf) = %{tl_version} -Provides: tex(uwmjc8d.vf) = %{tl_version} -Provides: tex(uwmjc8e.vf) = %{tl_version} -Provides: tex(uwmjc8f.vf) = %{tl_version} -Provides: tex(uwmjc9.vf) = %{tl_version} -Provides: tex(uwmjc90.vf) = %{tl_version} -Provides: tex(uwmjc91.vf) = %{tl_version} -Provides: tex(uwmjc92.vf) = %{tl_version} -Provides: tex(uwmjc93.vf) = %{tl_version} -Provides: tex(uwmjc94.vf) = %{tl_version} -Provides: tex(uwmjc95.vf) = %{tl_version} -Provides: tex(uwmjc96.vf) = %{tl_version} -Provides: tex(uwmjc97.vf) = %{tl_version} -Provides: tex(uwmjc98.vf) = %{tl_version} -Provides: tex(uwmjc99.vf) = %{tl_version} -Provides: tex(uwmjc9a.vf) = %{tl_version} -Provides: tex(uwmjc9b.vf) = %{tl_version} -Provides: tex(uwmjc9c.vf) = %{tl_version} -Provides: tex(uwmjc9d.vf) = %{tl_version} -Provides: tex(uwmjc9e.vf) = %{tl_version} -Provides: tex(uwmjc9f.vf) = %{tl_version} -Provides: tex(uwmjca.vf) = %{tl_version} -Provides: tex(uwmjcac.vf) = %{tl_version} -Provides: tex(uwmjcad.vf) = %{tl_version} -Provides: tex(uwmjcae.vf) = %{tl_version} -Provides: tex(uwmjcaf.vf) = %{tl_version} -Provides: tex(uwmjcb.vf) = %{tl_version} -Provides: tex(uwmjcb0.vf) = %{tl_version} -Provides: tex(uwmjcb1.vf) = %{tl_version} -Provides: tex(uwmjcb2.vf) = %{tl_version} -Provides: tex(uwmjcb3.vf) = %{tl_version} -Provides: tex(uwmjcb4.vf) = %{tl_version} -Provides: tex(uwmjcb5.vf) = %{tl_version} -Provides: tex(uwmjcb6.vf) = %{tl_version} -Provides: tex(uwmjcb7.vf) = %{tl_version} -Provides: tex(uwmjcb8.vf) = %{tl_version} -Provides: tex(uwmjcb9.vf) = %{tl_version} -Provides: tex(uwmjcba.vf) = %{tl_version} -Provides: tex(uwmjcbb.vf) = %{tl_version} -Provides: tex(uwmjcbc.vf) = %{tl_version} -Provides: tex(uwmjcbd.vf) = %{tl_version} -Provides: tex(uwmjcbe.vf) = %{tl_version} -Provides: tex(uwmjcbf.vf) = %{tl_version} -Provides: tex(uwmjcc.vf) = %{tl_version} -Provides: tex(uwmjcc0.vf) = %{tl_version} -Provides: tex(uwmjcc1.vf) = %{tl_version} -Provides: tex(uwmjcc2.vf) = %{tl_version} -Provides: tex(uwmjcc3.vf) = %{tl_version} -Provides: tex(uwmjcc4.vf) = %{tl_version} -Provides: tex(uwmjcc5.vf) = %{tl_version} -Provides: tex(uwmjcc6.vf) = %{tl_version} -Provides: tex(uwmjcc7.vf) = %{tl_version} -Provides: tex(uwmjcc8.vf) = %{tl_version} -Provides: tex(uwmjcc9.vf) = %{tl_version} -Provides: tex(uwmjcca.vf) = %{tl_version} -Provides: tex(uwmjccb.vf) = %{tl_version} -Provides: tex(uwmjccc.vf) = %{tl_version} -Provides: tex(uwmjccd.vf) = %{tl_version} -Provides: tex(uwmjcce.vf) = %{tl_version} -Provides: tex(uwmjccf.vf) = %{tl_version} -Provides: tex(uwmjcd.vf) = %{tl_version} -Provides: tex(uwmjcd0.vf) = %{tl_version} -Provides: tex(uwmjcd1.vf) = %{tl_version} -Provides: tex(uwmjcd2.vf) = %{tl_version} -Provides: tex(uwmjcd3.vf) = %{tl_version} -Provides: tex(uwmjcd4.vf) = %{tl_version} -Provides: tex(uwmjcd5.vf) = %{tl_version} -Provides: tex(uwmjcd6.vf) = %{tl_version} -Provides: tex(uwmjcd7.vf) = %{tl_version} -Provides: tex(uwmjce.vf) = %{tl_version} -Provides: tex(uwmjcf.vf) = %{tl_version} -Provides: tex(uwmjcf9.vf) = %{tl_version} -Provides: tex(uwmjcfa.vf) = %{tl_version} -Provides: tex(uwmjcff.vf) = %{tl_version} -Provides: tex(uwmjco00.vf) = %{tl_version} -Provides: tex(uwmjco01.vf) = %{tl_version} -Provides: tex(uwmjco02.vf) = %{tl_version} -Provides: tex(uwmjco03.vf) = %{tl_version} -Provides: tex(uwmjco04.vf) = %{tl_version} -Provides: tex(uwmjco20.vf) = %{tl_version} -Provides: tex(uwmjco21.vf) = %{tl_version} -Provides: tex(uwmjco22.vf) = %{tl_version} -Provides: tex(uwmjco23.vf) = %{tl_version} -Provides: tex(uwmjco24.vf) = %{tl_version} -Provides: tex(uwmjco25.vf) = %{tl_version} -Provides: tex(uwmjco26.vf) = %{tl_version} -Provides: tex(uwmjco30.vf) = %{tl_version} -Provides: tex(uwmjco31.vf) = %{tl_version} -Provides: tex(uwmjco32.vf) = %{tl_version} -Provides: tex(uwmjco33.vf) = %{tl_version} -Provides: tex(uwmjco4e.vf) = %{tl_version} -Provides: tex(uwmjco4f.vf) = %{tl_version} -Provides: tex(uwmjco50.vf) = %{tl_version} -Provides: tex(uwmjco51.vf) = %{tl_version} -Provides: tex(uwmjco52.vf) = %{tl_version} -Provides: tex(uwmjco53.vf) = %{tl_version} -Provides: tex(uwmjco54.vf) = %{tl_version} -Provides: tex(uwmjco55.vf) = %{tl_version} -Provides: tex(uwmjco56.vf) = %{tl_version} -Provides: tex(uwmjco57.vf) = %{tl_version} -Provides: tex(uwmjco58.vf) = %{tl_version} -Provides: tex(uwmjco59.vf) = %{tl_version} -Provides: tex(uwmjco5a.vf) = %{tl_version} -Provides: tex(uwmjco5b.vf) = %{tl_version} -Provides: tex(uwmjco5c.vf) = %{tl_version} -Provides: tex(uwmjco5d.vf) = %{tl_version} -Provides: tex(uwmjco5e.vf) = %{tl_version} -Provides: tex(uwmjco5f.vf) = %{tl_version} -Provides: tex(uwmjco60.vf) = %{tl_version} -Provides: tex(uwmjco61.vf) = %{tl_version} -Provides: tex(uwmjco62.vf) = %{tl_version} -Provides: tex(uwmjco63.vf) = %{tl_version} -Provides: tex(uwmjco64.vf) = %{tl_version} -Provides: tex(uwmjco65.vf) = %{tl_version} -Provides: tex(uwmjco66.vf) = %{tl_version} -Provides: tex(uwmjco67.vf) = %{tl_version} -Provides: tex(uwmjco68.vf) = %{tl_version} -Provides: tex(uwmjco69.vf) = %{tl_version} -Provides: tex(uwmjco6a.vf) = %{tl_version} -Provides: tex(uwmjco6b.vf) = %{tl_version} -Provides: tex(uwmjco6c.vf) = %{tl_version} -Provides: tex(uwmjco6d.vf) = %{tl_version} -Provides: tex(uwmjco6e.vf) = %{tl_version} -Provides: tex(uwmjco6f.vf) = %{tl_version} -Provides: tex(uwmjco70.vf) = %{tl_version} -Provides: tex(uwmjco71.vf) = %{tl_version} -Provides: tex(uwmjco72.vf) = %{tl_version} -Provides: tex(uwmjco73.vf) = %{tl_version} -Provides: tex(uwmjco74.vf) = %{tl_version} -Provides: tex(uwmjco75.vf) = %{tl_version} -Provides: tex(uwmjco76.vf) = %{tl_version} -Provides: tex(uwmjco77.vf) = %{tl_version} -Provides: tex(uwmjco78.vf) = %{tl_version} -Provides: tex(uwmjco79.vf) = %{tl_version} -Provides: tex(uwmjco7a.vf) = %{tl_version} -Provides: tex(uwmjco7b.vf) = %{tl_version} -Provides: tex(uwmjco7c.vf) = %{tl_version} -Provides: tex(uwmjco7d.vf) = %{tl_version} -Provides: tex(uwmjco7e.vf) = %{tl_version} -Provides: tex(uwmjco7f.vf) = %{tl_version} -Provides: tex(uwmjco80.vf) = %{tl_version} -Provides: tex(uwmjco81.vf) = %{tl_version} -Provides: tex(uwmjco82.vf) = %{tl_version} -Provides: tex(uwmjco83.vf) = %{tl_version} -Provides: tex(uwmjco84.vf) = %{tl_version} -Provides: tex(uwmjco85.vf) = %{tl_version} -Provides: tex(uwmjco86.vf) = %{tl_version} -Provides: tex(uwmjco87.vf) = %{tl_version} -Provides: tex(uwmjco88.vf) = %{tl_version} -Provides: tex(uwmjco89.vf) = %{tl_version} -Provides: tex(uwmjco8a.vf) = %{tl_version} -Provides: tex(uwmjco8b.vf) = %{tl_version} -Provides: tex(uwmjco8c.vf) = %{tl_version} -Provides: tex(uwmjco8d.vf) = %{tl_version} -Provides: tex(uwmjco8e.vf) = %{tl_version} -Provides: tex(uwmjco8f.vf) = %{tl_version} -Provides: tex(uwmjco90.vf) = %{tl_version} -Provides: tex(uwmjco91.vf) = %{tl_version} -Provides: tex(uwmjco92.vf) = %{tl_version} -Provides: tex(uwmjco93.vf) = %{tl_version} -Provides: tex(uwmjco94.vf) = %{tl_version} -Provides: tex(uwmjco95.vf) = %{tl_version} -Provides: tex(uwmjco96.vf) = %{tl_version} -Provides: tex(uwmjco97.vf) = %{tl_version} -Provides: tex(uwmjco98.vf) = %{tl_version} -Provides: tex(uwmjco99.vf) = %{tl_version} -Provides: tex(uwmjco9a.vf) = %{tl_version} -Provides: tex(uwmjco9b.vf) = %{tl_version} -Provides: tex(uwmjco9c.vf) = %{tl_version} -Provides: tex(uwmjco9d.vf) = %{tl_version} -Provides: tex(uwmjco9e.vf) = %{tl_version} -Provides: tex(uwmjco9f.vf) = %{tl_version} -Provides: tex(uwmjcoac.vf) = %{tl_version} -Provides: tex(uwmjcoad.vf) = %{tl_version} -Provides: tex(uwmjcoae.vf) = %{tl_version} -Provides: tex(uwmjcoaf.vf) = %{tl_version} -Provides: tex(uwmjcob0.vf) = %{tl_version} -Provides: tex(uwmjcob1.vf) = %{tl_version} -Provides: tex(uwmjcob2.vf) = %{tl_version} -Provides: tex(uwmjcob3.vf) = %{tl_version} -Provides: tex(uwmjcob4.vf) = %{tl_version} -Provides: tex(uwmjcob5.vf) = %{tl_version} -Provides: tex(uwmjcob6.vf) = %{tl_version} -Provides: tex(uwmjcob7.vf) = %{tl_version} -Provides: tex(uwmjcob8.vf) = %{tl_version} -Provides: tex(uwmjcob9.vf) = %{tl_version} -Provides: tex(uwmjcoba.vf) = %{tl_version} -Provides: tex(uwmjcobb.vf) = %{tl_version} -Provides: tex(uwmjcobc.vf) = %{tl_version} -Provides: tex(uwmjcobd.vf) = %{tl_version} -Provides: tex(uwmjcobe.vf) = %{tl_version} -Provides: tex(uwmjcobf.vf) = %{tl_version} -Provides: tex(uwmjcoc0.vf) = %{tl_version} -Provides: tex(uwmjcoc1.vf) = %{tl_version} -Provides: tex(uwmjcoc2.vf) = %{tl_version} -Provides: tex(uwmjcoc3.vf) = %{tl_version} -Provides: tex(uwmjcoc4.vf) = %{tl_version} -Provides: tex(uwmjcoc5.vf) = %{tl_version} -Provides: tex(uwmjcoc6.vf) = %{tl_version} -Provides: tex(uwmjcoc7.vf) = %{tl_version} -Provides: tex(uwmjcoc8.vf) = %{tl_version} -Provides: tex(uwmjcoc9.vf) = %{tl_version} -Provides: tex(uwmjcoca.vf) = %{tl_version} -Provides: tex(uwmjcocb.vf) = %{tl_version} -Provides: tex(uwmjcocc.vf) = %{tl_version} -Provides: tex(uwmjcocd.vf) = %{tl_version} -Provides: tex(uwmjcoce.vf) = %{tl_version} -Provides: tex(uwmjcocf.vf) = %{tl_version} -Provides: tex(uwmjcod0.vf) = %{tl_version} -Provides: tex(uwmjcod1.vf) = %{tl_version} -Provides: tex(uwmjcod2.vf) = %{tl_version} -Provides: tex(uwmjcod3.vf) = %{tl_version} -Provides: tex(uwmjcod4.vf) = %{tl_version} -Provides: tex(uwmjcod5.vf) = %{tl_version} -Provides: tex(uwmjcod6.vf) = %{tl_version} -Provides: tex(uwmjcod7.vf) = %{tl_version} -Provides: tex(uwmjcof9.vf) = %{tl_version} -Provides: tex(uwmjcofa.vf) = %{tl_version} -Provides: tex(uwmjcoff.vf) = %{tl_version} -Provides: tex(uwmjd0.vf) = %{tl_version} -Provides: tex(uwmjd1.vf) = %{tl_version} -Provides: tex(uwmjd2.vf) = %{tl_version} -Provides: tex(uwmjd3.vf) = %{tl_version} -Provides: tex(uwmjd4.vf) = %{tl_version} -Provides: tex(uwmjd5.vf) = %{tl_version} -Provides: tex(uwmjd6.vf) = %{tl_version} -Provides: tex(uwmjd7.vf) = %{tl_version} -Provides: tex(uwmjf9.vf) = %{tl_version} -Provides: tex(uwmjfa.vf) = %{tl_version} -Provides: tex(uwmjff.vf) = %{tl_version} -Provides: tex(uwmjo00.vf) = %{tl_version} -Provides: tex(uwmjo01.vf) = %{tl_version} -Provides: tex(uwmjo02.vf) = %{tl_version} -Provides: tex(uwmjo03.vf) = %{tl_version} -Provides: tex(uwmjo04.vf) = %{tl_version} -Provides: tex(uwmjo20.vf) = %{tl_version} -Provides: tex(uwmjo21.vf) = %{tl_version} -Provides: tex(uwmjo22.vf) = %{tl_version} -Provides: tex(uwmjo23.vf) = %{tl_version} -Provides: tex(uwmjo24.vf) = %{tl_version} -Provides: tex(uwmjo25.vf) = %{tl_version} -Provides: tex(uwmjo26.vf) = %{tl_version} -Provides: tex(uwmjo30.vf) = %{tl_version} -Provides: tex(uwmjo31.vf) = %{tl_version} -Provides: tex(uwmjo32.vf) = %{tl_version} -Provides: tex(uwmjo33.vf) = %{tl_version} -Provides: tex(uwmjo4e.vf) = %{tl_version} -Provides: tex(uwmjo4f.vf) = %{tl_version} -Provides: tex(uwmjo50.vf) = %{tl_version} -Provides: tex(uwmjo51.vf) = %{tl_version} -Provides: tex(uwmjo52.vf) = %{tl_version} -Provides: tex(uwmjo53.vf) = %{tl_version} -Provides: tex(uwmjo54.vf) = %{tl_version} -Provides: tex(uwmjo55.vf) = %{tl_version} -Provides: tex(uwmjo56.vf) = %{tl_version} -Provides: tex(uwmjo57.vf) = %{tl_version} -Provides: tex(uwmjo58.vf) = %{tl_version} -Provides: tex(uwmjo59.vf) = %{tl_version} -Provides: tex(uwmjo5a.vf) = %{tl_version} -Provides: tex(uwmjo5b.vf) = %{tl_version} -Provides: tex(uwmjo5c.vf) = %{tl_version} -Provides: tex(uwmjo5d.vf) = %{tl_version} -Provides: tex(uwmjo5e.vf) = %{tl_version} -Provides: tex(uwmjo5f.vf) = %{tl_version} -Provides: tex(uwmjo60.vf) = %{tl_version} -Provides: tex(uwmjo61.vf) = %{tl_version} -Provides: tex(uwmjo62.vf) = %{tl_version} -Provides: tex(uwmjo63.vf) = %{tl_version} -Provides: tex(uwmjo64.vf) = %{tl_version} -Provides: tex(uwmjo65.vf) = %{tl_version} -Provides: tex(uwmjo66.vf) = %{tl_version} -Provides: tex(uwmjo67.vf) = %{tl_version} -Provides: tex(uwmjo68.vf) = %{tl_version} -Provides: tex(uwmjo69.vf) = %{tl_version} -Provides: tex(uwmjo6a.vf) = %{tl_version} -Provides: tex(uwmjo6b.vf) = %{tl_version} -Provides: tex(uwmjo6c.vf) = %{tl_version} -Provides: tex(uwmjo6d.vf) = %{tl_version} -Provides: tex(uwmjo6e.vf) = %{tl_version} -Provides: tex(uwmjo6f.vf) = %{tl_version} -Provides: tex(uwmjo70.vf) = %{tl_version} -Provides: tex(uwmjo71.vf) = %{tl_version} -Provides: tex(uwmjo72.vf) = %{tl_version} -Provides: tex(uwmjo73.vf) = %{tl_version} -Provides: tex(uwmjo74.vf) = %{tl_version} -Provides: tex(uwmjo75.vf) = %{tl_version} -Provides: tex(uwmjo76.vf) = %{tl_version} -Provides: tex(uwmjo77.vf) = %{tl_version} -Provides: tex(uwmjo78.vf) = %{tl_version} -Provides: tex(uwmjo79.vf) = %{tl_version} -Provides: tex(uwmjo7a.vf) = %{tl_version} -Provides: tex(uwmjo7b.vf) = %{tl_version} -Provides: tex(uwmjo7c.vf) = %{tl_version} -Provides: tex(uwmjo7d.vf) = %{tl_version} -Provides: tex(uwmjo7e.vf) = %{tl_version} -Provides: tex(uwmjo7f.vf) = %{tl_version} -Provides: tex(uwmjo80.vf) = %{tl_version} -Provides: tex(uwmjo81.vf) = %{tl_version} -Provides: tex(uwmjo82.vf) = %{tl_version} -Provides: tex(uwmjo83.vf) = %{tl_version} -Provides: tex(uwmjo84.vf) = %{tl_version} -Provides: tex(uwmjo85.vf) = %{tl_version} -Provides: tex(uwmjo86.vf) = %{tl_version} -Provides: tex(uwmjo87.vf) = %{tl_version} -Provides: tex(uwmjo88.vf) = %{tl_version} -Provides: tex(uwmjo89.vf) = %{tl_version} -Provides: tex(uwmjo8a.vf) = %{tl_version} -Provides: tex(uwmjo8b.vf) = %{tl_version} -Provides: tex(uwmjo8c.vf) = %{tl_version} -Provides: tex(uwmjo8d.vf) = %{tl_version} -Provides: tex(uwmjo8e.vf) = %{tl_version} -Provides: tex(uwmjo8f.vf) = %{tl_version} -Provides: tex(uwmjo90.vf) = %{tl_version} -Provides: tex(uwmjo91.vf) = %{tl_version} -Provides: tex(uwmjo92.vf) = %{tl_version} -Provides: tex(uwmjo93.vf) = %{tl_version} -Provides: tex(uwmjo94.vf) = %{tl_version} -Provides: tex(uwmjo95.vf) = %{tl_version} -Provides: tex(uwmjo96.vf) = %{tl_version} -Provides: tex(uwmjo97.vf) = %{tl_version} -Provides: tex(uwmjo98.vf) = %{tl_version} -Provides: tex(uwmjo99.vf) = %{tl_version} -Provides: tex(uwmjo9a.vf) = %{tl_version} -Provides: tex(uwmjo9b.vf) = %{tl_version} -Provides: tex(uwmjo9c.vf) = %{tl_version} -Provides: tex(uwmjo9d.vf) = %{tl_version} -Provides: tex(uwmjo9e.vf) = %{tl_version} -Provides: tex(uwmjo9f.vf) = %{tl_version} -Provides: tex(uwmjoac.vf) = %{tl_version} -Provides: tex(uwmjoad.vf) = %{tl_version} -Provides: tex(uwmjoae.vf) = %{tl_version} -Provides: tex(uwmjoaf.vf) = %{tl_version} -Provides: tex(uwmjob0.vf) = %{tl_version} -Provides: tex(uwmjob1.vf) = %{tl_version} -Provides: tex(uwmjob2.vf) = %{tl_version} -Provides: tex(uwmjob3.vf) = %{tl_version} -Provides: tex(uwmjob4.vf) = %{tl_version} -Provides: tex(uwmjob5.vf) = %{tl_version} -Provides: tex(uwmjob6.vf) = %{tl_version} -Provides: tex(uwmjob7.vf) = %{tl_version} -Provides: tex(uwmjob8.vf) = %{tl_version} -Provides: tex(uwmjob9.vf) = %{tl_version} -Provides: tex(uwmjoba.vf) = %{tl_version} -Provides: tex(uwmjobb.vf) = %{tl_version} -Provides: tex(uwmjobc.vf) = %{tl_version} -Provides: tex(uwmjobd.vf) = %{tl_version} -Provides: tex(uwmjobe.vf) = %{tl_version} -Provides: tex(uwmjobf.vf) = %{tl_version} -Provides: tex(uwmjoc0.vf) = %{tl_version} -Provides: tex(uwmjoc1.vf) = %{tl_version} -Provides: tex(uwmjoc2.vf) = %{tl_version} -Provides: tex(uwmjoc3.vf) = %{tl_version} -Provides: tex(uwmjoc4.vf) = %{tl_version} -Provides: tex(uwmjoc5.vf) = %{tl_version} -Provides: tex(uwmjoc6.vf) = %{tl_version} -Provides: tex(uwmjoc7.vf) = %{tl_version} -Provides: tex(uwmjoc8.vf) = %{tl_version} -Provides: tex(uwmjoc9.vf) = %{tl_version} -Provides: tex(uwmjoca.vf) = %{tl_version} -Provides: tex(uwmjocb.vf) = %{tl_version} -Provides: tex(uwmjocc.vf) = %{tl_version} -Provides: tex(uwmjocd.vf) = %{tl_version} -Provides: tex(uwmjoce.vf) = %{tl_version} -Provides: tex(uwmjocf.vf) = %{tl_version} -Provides: tex(uwmjod0.vf) = %{tl_version} -Provides: tex(uwmjod1.vf) = %{tl_version} -Provides: tex(uwmjod2.vf) = %{tl_version} -Provides: tex(uwmjod3.vf) = %{tl_version} -Provides: tex(uwmjod4.vf) = %{tl_version} -Provides: tex(uwmjod5.vf) = %{tl_version} -Provides: tex(uwmjod6.vf) = %{tl_version} -Provides: tex(uwmjod7.vf) = %{tl_version} -Provides: tex(uwmjof9.vf) = %{tl_version} -Provides: tex(uwmjofa.vf) = %{tl_version} -Provides: tex(uwmjoff.vf) = %{tl_version} -Provides: tex(uwmju00.vf) = %{tl_version} -Provides: tex(uwmju01.vf) = %{tl_version} -Provides: tex(uwmju02.vf) = %{tl_version} -Provides: tex(uwmju03.vf) = %{tl_version} -Provides: tex(uwmju04.vf) = %{tl_version} -Provides: tex(uwmju20.vf) = %{tl_version} -Provides: tex(uwmju21.vf) = %{tl_version} -Provides: tex(uwmju22.vf) = %{tl_version} -Provides: tex(uwmju23.vf) = %{tl_version} -Provides: tex(uwmju24.vf) = %{tl_version} -Provides: tex(uwmju25.vf) = %{tl_version} -Provides: tex(uwmju26.vf) = %{tl_version} -Provides: tex(uwmju30.vf) = %{tl_version} -Provides: tex(uwmju31.vf) = %{tl_version} -Provides: tex(uwmju32.vf) = %{tl_version} -Provides: tex(uwmju33.vf) = %{tl_version} -Provides: tex(uwmju4e.vf) = %{tl_version} -Provides: tex(uwmju4f.vf) = %{tl_version} -Provides: tex(uwmju50.vf) = %{tl_version} -Provides: tex(uwmju51.vf) = %{tl_version} -Provides: tex(uwmju52.vf) = %{tl_version} -Provides: tex(uwmju53.vf) = %{tl_version} -Provides: tex(uwmju54.vf) = %{tl_version} -Provides: tex(uwmju55.vf) = %{tl_version} -Provides: tex(uwmju56.vf) = %{tl_version} -Provides: tex(uwmju57.vf) = %{tl_version} -Provides: tex(uwmju58.vf) = %{tl_version} -Provides: tex(uwmju59.vf) = %{tl_version} -Provides: tex(uwmju5a.vf) = %{tl_version} -Provides: tex(uwmju5b.vf) = %{tl_version} -Provides: tex(uwmju5c.vf) = %{tl_version} -Provides: tex(uwmju5d.vf) = %{tl_version} -Provides: tex(uwmju5e.vf) = %{tl_version} -Provides: tex(uwmju5f.vf) = %{tl_version} -Provides: tex(uwmju60.vf) = %{tl_version} -Provides: tex(uwmju61.vf) = %{tl_version} -Provides: tex(uwmju62.vf) = %{tl_version} -Provides: tex(uwmju63.vf) = %{tl_version} -Provides: tex(uwmju64.vf) = %{tl_version} -Provides: tex(uwmju65.vf) = %{tl_version} -Provides: tex(uwmju66.vf) = %{tl_version} -Provides: tex(uwmju67.vf) = %{tl_version} -Provides: tex(uwmju68.vf) = %{tl_version} -Provides: tex(uwmju69.vf) = %{tl_version} -Provides: tex(uwmju6a.vf) = %{tl_version} -Provides: tex(uwmju6b.vf) = %{tl_version} -Provides: tex(uwmju6c.vf) = %{tl_version} -Provides: tex(uwmju6d.vf) = %{tl_version} -Provides: tex(uwmju6e.vf) = %{tl_version} -Provides: tex(uwmju6f.vf) = %{tl_version} -Provides: tex(uwmju70.vf) = %{tl_version} -Provides: tex(uwmju71.vf) = %{tl_version} -Provides: tex(uwmju72.vf) = %{tl_version} -Provides: tex(uwmju73.vf) = %{tl_version} -Provides: tex(uwmju74.vf) = %{tl_version} -Provides: tex(uwmju75.vf) = %{tl_version} -Provides: tex(uwmju76.vf) = %{tl_version} -Provides: tex(uwmju77.vf) = %{tl_version} -Provides: tex(uwmju78.vf) = %{tl_version} -Provides: tex(uwmju79.vf) = %{tl_version} -Provides: tex(uwmju7a.vf) = %{tl_version} -Provides: tex(uwmju7b.vf) = %{tl_version} -Provides: tex(uwmju7c.vf) = %{tl_version} -Provides: tex(uwmju7d.vf) = %{tl_version} -Provides: tex(uwmju7e.vf) = %{tl_version} -Provides: tex(uwmju7f.vf) = %{tl_version} -Provides: tex(uwmju80.vf) = %{tl_version} -Provides: tex(uwmju81.vf) = %{tl_version} -Provides: tex(uwmju82.vf) = %{tl_version} -Provides: tex(uwmju83.vf) = %{tl_version} -Provides: tex(uwmju84.vf) = %{tl_version} -Provides: tex(uwmju85.vf) = %{tl_version} -Provides: tex(uwmju86.vf) = %{tl_version} -Provides: tex(uwmju87.vf) = %{tl_version} -Provides: tex(uwmju88.vf) = %{tl_version} -Provides: tex(uwmju89.vf) = %{tl_version} -Provides: tex(uwmju8a.vf) = %{tl_version} -Provides: tex(uwmju8b.vf) = %{tl_version} -Provides: tex(uwmju8c.vf) = %{tl_version} -Provides: tex(uwmju8d.vf) = %{tl_version} -Provides: tex(uwmju8e.vf) = %{tl_version} -Provides: tex(uwmju8f.vf) = %{tl_version} -Provides: tex(uwmju90.vf) = %{tl_version} -Provides: tex(uwmju91.vf) = %{tl_version} -Provides: tex(uwmju92.vf) = %{tl_version} -Provides: tex(uwmju93.vf) = %{tl_version} -Provides: tex(uwmju94.vf) = %{tl_version} -Provides: tex(uwmju95.vf) = %{tl_version} -Provides: tex(uwmju96.vf) = %{tl_version} -Provides: tex(uwmju97.vf) = %{tl_version} -Provides: tex(uwmju98.vf) = %{tl_version} -Provides: tex(uwmju99.vf) = %{tl_version} -Provides: tex(uwmju9a.vf) = %{tl_version} -Provides: tex(uwmju9b.vf) = %{tl_version} -Provides: tex(uwmju9c.vf) = %{tl_version} -Provides: tex(uwmju9d.vf) = %{tl_version} -Provides: tex(uwmju9e.vf) = %{tl_version} -Provides: tex(uwmju9f.vf) = %{tl_version} -Provides: tex(uwmjuac.vf) = %{tl_version} -Provides: tex(uwmjuad.vf) = %{tl_version} -Provides: tex(uwmjuae.vf) = %{tl_version} -Provides: tex(uwmjuaf.vf) = %{tl_version} -Provides: tex(uwmjub0.vf) = %{tl_version} -Provides: tex(uwmjub1.vf) = %{tl_version} -Provides: tex(uwmjub2.vf) = %{tl_version} -Provides: tex(uwmjub3.vf) = %{tl_version} -Provides: tex(uwmjub4.vf) = %{tl_version} -Provides: tex(uwmjub5.vf) = %{tl_version} -Provides: tex(uwmjub6.vf) = %{tl_version} -Provides: tex(uwmjub7.vf) = %{tl_version} -Provides: tex(uwmjub8.vf) = %{tl_version} -Provides: tex(uwmjub9.vf) = %{tl_version} -Provides: tex(uwmjuba.vf) = %{tl_version} -Provides: tex(uwmjubb.vf) = %{tl_version} -Provides: tex(uwmjubc.vf) = %{tl_version} -Provides: tex(uwmjubd.vf) = %{tl_version} -Provides: tex(uwmjube.vf) = %{tl_version} -Provides: tex(uwmjubf.vf) = %{tl_version} -Provides: tex(uwmjuc0.vf) = %{tl_version} -Provides: tex(uwmjuc1.vf) = %{tl_version} -Provides: tex(uwmjuc2.vf) = %{tl_version} -Provides: tex(uwmjuc3.vf) = %{tl_version} -Provides: tex(uwmjuc4.vf) = %{tl_version} -Provides: tex(uwmjuc5.vf) = %{tl_version} -Provides: tex(uwmjuc6.vf) = %{tl_version} -Provides: tex(uwmjuc7.vf) = %{tl_version} -Provides: tex(uwmjuc8.vf) = %{tl_version} -Provides: tex(uwmjuc9.vf) = %{tl_version} -Provides: tex(uwmjuca.vf) = %{tl_version} -Provides: tex(uwmjucb.vf) = %{tl_version} -Provides: tex(uwmjucc.vf) = %{tl_version} -Provides: tex(uwmjucd.vf) = %{tl_version} -Provides: tex(uwmjuce.vf) = %{tl_version} -Provides: tex(uwmjucf.vf) = %{tl_version} -Provides: tex(uwmjud0.vf) = %{tl_version} -Provides: tex(uwmjud1.vf) = %{tl_version} -Provides: tex(uwmjud2.vf) = %{tl_version} -Provides: tex(uwmjud3.vf) = %{tl_version} -Provides: tex(uwmjud4.vf) = %{tl_version} -Provides: tex(uwmjud5.vf) = %{tl_version} -Provides: tex(uwmjud6.vf) = %{tl_version} -Provides: tex(uwmjud7.vf) = %{tl_version} -Provides: tex(uwmjuf9.vf) = %{tl_version} -Provides: tex(uwmjufa.vf) = %{tl_version} -Provides: tex(uwmjuff.vf) = %{tl_version} -Provides: tex(uwmjuo00.vf) = %{tl_version} -Provides: tex(uwmjuo01.vf) = %{tl_version} -Provides: tex(uwmjuo02.vf) = %{tl_version} -Provides: tex(uwmjuo03.vf) = %{tl_version} -Provides: tex(uwmjuo04.vf) = %{tl_version} -Provides: tex(uwmjuo20.vf) = %{tl_version} -Provides: tex(uwmjuo21.vf) = %{tl_version} -Provides: tex(uwmjuo22.vf) = %{tl_version} -Provides: tex(uwmjuo23.vf) = %{tl_version} -Provides: tex(uwmjuo24.vf) = %{tl_version} -Provides: tex(uwmjuo25.vf) = %{tl_version} -Provides: tex(uwmjuo26.vf) = %{tl_version} -Provides: tex(uwmjuo30.vf) = %{tl_version} -Provides: tex(uwmjuo31.vf) = %{tl_version} -Provides: tex(uwmjuo32.vf) = %{tl_version} -Provides: tex(uwmjuo33.vf) = %{tl_version} -Provides: tex(uwmjuo4e.vf) = %{tl_version} -Provides: tex(uwmjuo4f.vf) = %{tl_version} -Provides: tex(uwmjuo50.vf) = %{tl_version} -Provides: tex(uwmjuo51.vf) = %{tl_version} -Provides: tex(uwmjuo52.vf) = %{tl_version} -Provides: tex(uwmjuo53.vf) = %{tl_version} -Provides: tex(uwmjuo54.vf) = %{tl_version} -Provides: tex(uwmjuo55.vf) = %{tl_version} -Provides: tex(uwmjuo56.vf) = %{tl_version} -Provides: tex(uwmjuo57.vf) = %{tl_version} -Provides: tex(uwmjuo58.vf) = %{tl_version} -Provides: tex(uwmjuo59.vf) = %{tl_version} -Provides: tex(uwmjuo5a.vf) = %{tl_version} -Provides: tex(uwmjuo5b.vf) = %{tl_version} -Provides: tex(uwmjuo5c.vf) = %{tl_version} -Provides: tex(uwmjuo5d.vf) = %{tl_version} -Provides: tex(uwmjuo5e.vf) = %{tl_version} -Provides: tex(uwmjuo5f.vf) = %{tl_version} -Provides: tex(uwmjuo60.vf) = %{tl_version} -Provides: tex(uwmjuo61.vf) = %{tl_version} -Provides: tex(uwmjuo62.vf) = %{tl_version} -Provides: tex(uwmjuo63.vf) = %{tl_version} -Provides: tex(uwmjuo64.vf) = %{tl_version} -Provides: tex(uwmjuo65.vf) = %{tl_version} -Provides: tex(uwmjuo66.vf) = %{tl_version} -Provides: tex(uwmjuo67.vf) = %{tl_version} -Provides: tex(uwmjuo68.vf) = %{tl_version} -Provides: tex(uwmjuo69.vf) = %{tl_version} -Provides: tex(uwmjuo6a.vf) = %{tl_version} -Provides: tex(uwmjuo6b.vf) = %{tl_version} -Provides: tex(uwmjuo6c.vf) = %{tl_version} -Provides: tex(uwmjuo6d.vf) = %{tl_version} -Provides: tex(uwmjuo6e.vf) = %{tl_version} -Provides: tex(uwmjuo6f.vf) = %{tl_version} -Provides: tex(uwmjuo70.vf) = %{tl_version} -Provides: tex(uwmjuo71.vf) = %{tl_version} -Provides: tex(uwmjuo72.vf) = %{tl_version} -Provides: tex(uwmjuo73.vf) = %{tl_version} -Provides: tex(uwmjuo74.vf) = %{tl_version} -Provides: tex(uwmjuo75.vf) = %{tl_version} -Provides: tex(uwmjuo76.vf) = %{tl_version} -Provides: tex(uwmjuo77.vf) = %{tl_version} -Provides: tex(uwmjuo78.vf) = %{tl_version} -Provides: tex(uwmjuo79.vf) = %{tl_version} -Provides: tex(uwmjuo7a.vf) = %{tl_version} -Provides: tex(uwmjuo7b.vf) = %{tl_version} -Provides: tex(uwmjuo7c.vf) = %{tl_version} -Provides: tex(uwmjuo7d.vf) = %{tl_version} -Provides: tex(uwmjuo7e.vf) = %{tl_version} -Provides: tex(uwmjuo7f.vf) = %{tl_version} -Provides: tex(uwmjuo80.vf) = %{tl_version} -Provides: tex(uwmjuo81.vf) = %{tl_version} -Provides: tex(uwmjuo82.vf) = %{tl_version} -Provides: tex(uwmjuo83.vf) = %{tl_version} -Provides: tex(uwmjuo84.vf) = %{tl_version} -Provides: tex(uwmjuo85.vf) = %{tl_version} -Provides: tex(uwmjuo86.vf) = %{tl_version} -Provides: tex(uwmjuo87.vf) = %{tl_version} -Provides: tex(uwmjuo88.vf) = %{tl_version} -Provides: tex(uwmjuo89.vf) = %{tl_version} -Provides: tex(uwmjuo8a.vf) = %{tl_version} -Provides: tex(uwmjuo8b.vf) = %{tl_version} -Provides: tex(uwmjuo8c.vf) = %{tl_version} -Provides: tex(uwmjuo8d.vf) = %{tl_version} -Provides: tex(uwmjuo8e.vf) = %{tl_version} -Provides: tex(uwmjuo8f.vf) = %{tl_version} -Provides: tex(uwmjuo90.vf) = %{tl_version} -Provides: tex(uwmjuo91.vf) = %{tl_version} -Provides: tex(uwmjuo92.vf) = %{tl_version} -Provides: tex(uwmjuo93.vf) = %{tl_version} -Provides: tex(uwmjuo94.vf) = %{tl_version} -Provides: tex(uwmjuo95.vf) = %{tl_version} -Provides: tex(uwmjuo96.vf) = %{tl_version} -Provides: tex(uwmjuo97.vf) = %{tl_version} -Provides: tex(uwmjuo98.vf) = %{tl_version} -Provides: tex(uwmjuo99.vf) = %{tl_version} -Provides: tex(uwmjuo9a.vf) = %{tl_version} -Provides: tex(uwmjuo9b.vf) = %{tl_version} -Provides: tex(uwmjuo9c.vf) = %{tl_version} -Provides: tex(uwmjuo9d.vf) = %{tl_version} -Provides: tex(uwmjuo9e.vf) = %{tl_version} -Provides: tex(uwmjuo9f.vf) = %{tl_version} -Provides: tex(uwmjuoac.vf) = %{tl_version} -Provides: tex(uwmjuoad.vf) = %{tl_version} -Provides: tex(uwmjuoae.vf) = %{tl_version} -Provides: tex(uwmjuoaf.vf) = %{tl_version} -Provides: tex(uwmjuob0.vf) = %{tl_version} -Provides: tex(uwmjuob1.vf) = %{tl_version} -Provides: tex(uwmjuob2.vf) = %{tl_version} -Provides: tex(uwmjuob3.vf) = %{tl_version} -Provides: tex(uwmjuob4.vf) = %{tl_version} -Provides: tex(uwmjuob5.vf) = %{tl_version} -Provides: tex(uwmjuob6.vf) = %{tl_version} -Provides: tex(uwmjuob7.vf) = %{tl_version} -Provides: tex(uwmjuob8.vf) = %{tl_version} -Provides: tex(uwmjuob9.vf) = %{tl_version} -Provides: tex(uwmjuoba.vf) = %{tl_version} -Provides: tex(uwmjuobb.vf) = %{tl_version} -Provides: tex(uwmjuobc.vf) = %{tl_version} -Provides: tex(uwmjuobd.vf) = %{tl_version} -Provides: tex(uwmjuobe.vf) = %{tl_version} -Provides: tex(uwmjuobf.vf) = %{tl_version} -Provides: tex(uwmjuoc0.vf) = %{tl_version} -Provides: tex(uwmjuoc1.vf) = %{tl_version} -Provides: tex(uwmjuoc2.vf) = %{tl_version} -Provides: tex(uwmjuoc3.vf) = %{tl_version} -Provides: tex(uwmjuoc4.vf) = %{tl_version} -Provides: tex(uwmjuoc5.vf) = %{tl_version} -Provides: tex(uwmjuoc6.vf) = %{tl_version} -Provides: tex(uwmjuoc7.vf) = %{tl_version} -Provides: tex(uwmjuoc8.vf) = %{tl_version} -Provides: tex(uwmjuoc9.vf) = %{tl_version} -Provides: tex(uwmjuoca.vf) = %{tl_version} -Provides: tex(uwmjuocb.vf) = %{tl_version} -Provides: tex(uwmjuocc.vf) = %{tl_version} -Provides: tex(uwmjuocd.vf) = %{tl_version} -Provides: tex(uwmjuoce.vf) = %{tl_version} -Provides: tex(uwmjuocf.vf) = %{tl_version} -Provides: tex(uwmjuod0.vf) = %{tl_version} -Provides: tex(uwmjuod1.vf) = %{tl_version} -Provides: tex(uwmjuod2.vf) = %{tl_version} -Provides: tex(uwmjuod3.vf) = %{tl_version} -Provides: tex(uwmjuod4.vf) = %{tl_version} -Provides: tex(uwmjuod5.vf) = %{tl_version} -Provides: tex(uwmjuod6.vf) = %{tl_version} -Provides: tex(uwmjuod7.vf) = %{tl_version} -Provides: tex(uwmjuof9.vf) = %{tl_version} -Provides: tex(uwmjuofa.vf) = %{tl_version} -Provides: tex(uwmjuoff.vf) = %{tl_version} -Provides: tex(uwmjx00.vf) = %{tl_version} -Provides: tex(uwmjx01.vf) = %{tl_version} -Provides: tex(uwmjx02.vf) = %{tl_version} -Provides: tex(uwmjx03.vf) = %{tl_version} -Provides: tex(uwmjx04.vf) = %{tl_version} -Provides: tex(uwmjx20.vf) = %{tl_version} -Provides: tex(uwmjx21.vf) = %{tl_version} -Provides: tex(uwmjx22.vf) = %{tl_version} -Provides: tex(uwmjx23.vf) = %{tl_version} -Provides: tex(uwmjx24.vf) = %{tl_version} -Provides: tex(uwmjx25.vf) = %{tl_version} -Provides: tex(uwmjx26.vf) = %{tl_version} -Provides: tex(uwmjx30.vf) = %{tl_version} -Provides: tex(uwmjx31.vf) = %{tl_version} -Provides: tex(uwmjx32.vf) = %{tl_version} -Provides: tex(uwmjx33.vf) = %{tl_version} -Provides: tex(uwmjx4e.vf) = %{tl_version} -Provides: tex(uwmjx4f.vf) = %{tl_version} -Provides: tex(uwmjx50.vf) = %{tl_version} -Provides: tex(uwmjx51.vf) = %{tl_version} -Provides: tex(uwmjx52.vf) = %{tl_version} -Provides: tex(uwmjx53.vf) = %{tl_version} -Provides: tex(uwmjx54.vf) = %{tl_version} -Provides: tex(uwmjx55.vf) = %{tl_version} -Provides: tex(uwmjx56.vf) = %{tl_version} -Provides: tex(uwmjx57.vf) = %{tl_version} -Provides: tex(uwmjx58.vf) = %{tl_version} -Provides: tex(uwmjx59.vf) = %{tl_version} -Provides: tex(uwmjx5a.vf) = %{tl_version} -Provides: tex(uwmjx5b.vf) = %{tl_version} -Provides: tex(uwmjx5c.vf) = %{tl_version} -Provides: tex(uwmjx5d.vf) = %{tl_version} -Provides: tex(uwmjx5e.vf) = %{tl_version} -Provides: tex(uwmjx5f.vf) = %{tl_version} -Provides: tex(uwmjx60.vf) = %{tl_version} -Provides: tex(uwmjx61.vf) = %{tl_version} -Provides: tex(uwmjx62.vf) = %{tl_version} -Provides: tex(uwmjx63.vf) = %{tl_version} -Provides: tex(uwmjx64.vf) = %{tl_version} -Provides: tex(uwmjx65.vf) = %{tl_version} -Provides: tex(uwmjx66.vf) = %{tl_version} -Provides: tex(uwmjx67.vf) = %{tl_version} -Provides: tex(uwmjx68.vf) = %{tl_version} -Provides: tex(uwmjx69.vf) = %{tl_version} -Provides: tex(uwmjx6a.vf) = %{tl_version} -Provides: tex(uwmjx6b.vf) = %{tl_version} -Provides: tex(uwmjx6c.vf) = %{tl_version} -Provides: tex(uwmjx6d.vf) = %{tl_version} -Provides: tex(uwmjx6e.vf) = %{tl_version} -Provides: tex(uwmjx6f.vf) = %{tl_version} -Provides: tex(uwmjx70.vf) = %{tl_version} -Provides: tex(uwmjx71.vf) = %{tl_version} -Provides: tex(uwmjx72.vf) = %{tl_version} -Provides: tex(uwmjx73.vf) = %{tl_version} -Provides: tex(uwmjx74.vf) = %{tl_version} -Provides: tex(uwmjx75.vf) = %{tl_version} -Provides: tex(uwmjx76.vf) = %{tl_version} -Provides: tex(uwmjx77.vf) = %{tl_version} -Provides: tex(uwmjx78.vf) = %{tl_version} -Provides: tex(uwmjx79.vf) = %{tl_version} -Provides: tex(uwmjx7a.vf) = %{tl_version} -Provides: tex(uwmjx7b.vf) = %{tl_version} -Provides: tex(uwmjx7c.vf) = %{tl_version} -Provides: tex(uwmjx7d.vf) = %{tl_version} -Provides: tex(uwmjx7e.vf) = %{tl_version} -Provides: tex(uwmjx7f.vf) = %{tl_version} -Provides: tex(uwmjx80.vf) = %{tl_version} -Provides: tex(uwmjx81.vf) = %{tl_version} -Provides: tex(uwmjx82.vf) = %{tl_version} -Provides: tex(uwmjx83.vf) = %{tl_version} -Provides: tex(uwmjx84.vf) = %{tl_version} -Provides: tex(uwmjx85.vf) = %{tl_version} -Provides: tex(uwmjx86.vf) = %{tl_version} -Provides: tex(uwmjx87.vf) = %{tl_version} -Provides: tex(uwmjx88.vf) = %{tl_version} -Provides: tex(uwmjx89.vf) = %{tl_version} -Provides: tex(uwmjx8a.vf) = %{tl_version} -Provides: tex(uwmjx8b.vf) = %{tl_version} -Provides: tex(uwmjx8c.vf) = %{tl_version} -Provides: tex(uwmjx8d.vf) = %{tl_version} -Provides: tex(uwmjx8e.vf) = %{tl_version} -Provides: tex(uwmjx8f.vf) = %{tl_version} -Provides: tex(uwmjx90.vf) = %{tl_version} -Provides: tex(uwmjx91.vf) = %{tl_version} -Provides: tex(uwmjx92.vf) = %{tl_version} -Provides: tex(uwmjx93.vf) = %{tl_version} -Provides: tex(uwmjx94.vf) = %{tl_version} -Provides: tex(uwmjx95.vf) = %{tl_version} -Provides: tex(uwmjx96.vf) = %{tl_version} -Provides: tex(uwmjx97.vf) = %{tl_version} -Provides: tex(uwmjx98.vf) = %{tl_version} -Provides: tex(uwmjx99.vf) = %{tl_version} -Provides: tex(uwmjx9a.vf) = %{tl_version} -Provides: tex(uwmjx9b.vf) = %{tl_version} -Provides: tex(uwmjx9c.vf) = %{tl_version} -Provides: tex(uwmjx9d.vf) = %{tl_version} -Provides: tex(uwmjx9e.vf) = %{tl_version} -Provides: tex(uwmjx9f.vf) = %{tl_version} -Provides: tex(uwmjxac.vf) = %{tl_version} -Provides: tex(uwmjxad.vf) = %{tl_version} -Provides: tex(uwmjxae.vf) = %{tl_version} -Provides: tex(uwmjxaf.vf) = %{tl_version} -Provides: tex(uwmjxb0.vf) = %{tl_version} -Provides: tex(uwmjxb1.vf) = %{tl_version} -Provides: tex(uwmjxb2.vf) = %{tl_version} -Provides: tex(uwmjxb3.vf) = %{tl_version} -Provides: tex(uwmjxb4.vf) = %{tl_version} -Provides: tex(uwmjxb5.vf) = %{tl_version} -Provides: tex(uwmjxb6.vf) = %{tl_version} -Provides: tex(uwmjxb7.vf) = %{tl_version} -Provides: tex(uwmjxb8.vf) = %{tl_version} -Provides: tex(uwmjxb9.vf) = %{tl_version} -Provides: tex(uwmjxba.vf) = %{tl_version} -Provides: tex(uwmjxbb.vf) = %{tl_version} -Provides: tex(uwmjxbc.vf) = %{tl_version} -Provides: tex(uwmjxbd.vf) = %{tl_version} -Provides: tex(uwmjxbe.vf) = %{tl_version} -Provides: tex(uwmjxbf.vf) = %{tl_version} -Provides: tex(uwmjxc0.vf) = %{tl_version} -Provides: tex(uwmjxc1.vf) = %{tl_version} -Provides: tex(uwmjxc2.vf) = %{tl_version} -Provides: tex(uwmjxc3.vf) = %{tl_version} -Provides: tex(uwmjxc4.vf) = %{tl_version} -Provides: tex(uwmjxc5.vf) = %{tl_version} -Provides: tex(uwmjxc6.vf) = %{tl_version} -Provides: tex(uwmjxc7.vf) = %{tl_version} -Provides: tex(uwmjxc8.vf) = %{tl_version} -Provides: tex(uwmjxc9.vf) = %{tl_version} -Provides: tex(uwmjxca.vf) = %{tl_version} -Provides: tex(uwmjxcb.vf) = %{tl_version} -Provides: tex(uwmjxcc.vf) = %{tl_version} -Provides: tex(uwmjxcd.vf) = %{tl_version} -Provides: tex(uwmjxce.vf) = %{tl_version} -Provides: tex(uwmjxcf.vf) = %{tl_version} -Provides: tex(uwmjxd0.vf) = %{tl_version} -Provides: tex(uwmjxd1.vf) = %{tl_version} -Provides: tex(uwmjxd2.vf) = %{tl_version} -Provides: tex(uwmjxd3.vf) = %{tl_version} -Provides: tex(uwmjxd4.vf) = %{tl_version} -Provides: tex(uwmjxd5.vf) = %{tl_version} -Provides: tex(uwmjxd6.vf) = %{tl_version} -Provides: tex(uwmjxd7.vf) = %{tl_version} -Provides: tex(uwmjxf9.vf) = %{tl_version} -Provides: tex(uwmjxfa.vf) = %{tl_version} -Provides: tex(uwmjxff.vf) = %{tl_version} -Provides: tex(uwmjxo00.vf) = %{tl_version} -Provides: tex(uwmjxo01.vf) = %{tl_version} -Provides: tex(uwmjxo02.vf) = %{tl_version} -Provides: tex(uwmjxo03.vf) = %{tl_version} -Provides: tex(uwmjxo04.vf) = %{tl_version} -Provides: tex(uwmjxo20.vf) = %{tl_version} -Provides: tex(uwmjxo21.vf) = %{tl_version} -Provides: tex(uwmjxo22.vf) = %{tl_version} -Provides: tex(uwmjxo23.vf) = %{tl_version} -Provides: tex(uwmjxo24.vf) = %{tl_version} -Provides: tex(uwmjxo25.vf) = %{tl_version} -Provides: tex(uwmjxo26.vf) = %{tl_version} -Provides: tex(uwmjxo30.vf) = %{tl_version} -Provides: tex(uwmjxo31.vf) = %{tl_version} -Provides: tex(uwmjxo32.vf) = %{tl_version} -Provides: tex(uwmjxo33.vf) = %{tl_version} -Provides: tex(uwmjxo4e.vf) = %{tl_version} -Provides: tex(uwmjxo4f.vf) = %{tl_version} -Provides: tex(uwmjxo50.vf) = %{tl_version} -Provides: tex(uwmjxo51.vf) = %{tl_version} -Provides: tex(uwmjxo52.vf) = %{tl_version} -Provides: tex(uwmjxo53.vf) = %{tl_version} -Provides: tex(uwmjxo54.vf) = %{tl_version} -Provides: tex(uwmjxo55.vf) = %{tl_version} -Provides: tex(uwmjxo56.vf) = %{tl_version} -Provides: tex(uwmjxo57.vf) = %{tl_version} -Provides: tex(uwmjxo58.vf) = %{tl_version} -Provides: tex(uwmjxo59.vf) = %{tl_version} -Provides: tex(uwmjxo5a.vf) = %{tl_version} -Provides: tex(uwmjxo5b.vf) = %{tl_version} -Provides: tex(uwmjxo5c.vf) = %{tl_version} -Provides: tex(uwmjxo5d.vf) = %{tl_version} -Provides: tex(uwmjxo5e.vf) = %{tl_version} -Provides: tex(uwmjxo5f.vf) = %{tl_version} -Provides: tex(uwmjxo60.vf) = %{tl_version} -Provides: tex(uwmjxo61.vf) = %{tl_version} -Provides: tex(uwmjxo62.vf) = %{tl_version} -Provides: tex(uwmjxo63.vf) = %{tl_version} -Provides: tex(uwmjxo64.vf) = %{tl_version} -Provides: tex(uwmjxo65.vf) = %{tl_version} -Provides: tex(uwmjxo66.vf) = %{tl_version} -Provides: tex(uwmjxo67.vf) = %{tl_version} -Provides: tex(uwmjxo68.vf) = %{tl_version} -Provides: tex(uwmjxo69.vf) = %{tl_version} -Provides: tex(uwmjxo6a.vf) = %{tl_version} -Provides: tex(uwmjxo6b.vf) = %{tl_version} -Provides: tex(uwmjxo6c.vf) = %{tl_version} -Provides: tex(uwmjxo6d.vf) = %{tl_version} -Provides: tex(uwmjxo6e.vf) = %{tl_version} -Provides: tex(uwmjxo6f.vf) = %{tl_version} -Provides: tex(uwmjxo70.vf) = %{tl_version} -Provides: tex(uwmjxo71.vf) = %{tl_version} -Provides: tex(uwmjxo72.vf) = %{tl_version} -Provides: tex(uwmjxo73.vf) = %{tl_version} -Provides: tex(uwmjxo74.vf) = %{tl_version} -Provides: tex(uwmjxo75.vf) = %{tl_version} -Provides: tex(uwmjxo76.vf) = %{tl_version} -Provides: tex(uwmjxo77.vf) = %{tl_version} -Provides: tex(uwmjxo78.vf) = %{tl_version} -Provides: tex(uwmjxo79.vf) = %{tl_version} -Provides: tex(uwmjxo7a.vf) = %{tl_version} -Provides: tex(uwmjxo7b.vf) = %{tl_version} -Provides: tex(uwmjxo7c.vf) = %{tl_version} -Provides: tex(uwmjxo7d.vf) = %{tl_version} -Provides: tex(uwmjxo7e.vf) = %{tl_version} -Provides: tex(uwmjxo7f.vf) = %{tl_version} -Provides: tex(uwmjxo80.vf) = %{tl_version} -Provides: tex(uwmjxo81.vf) = %{tl_version} -Provides: tex(uwmjxo82.vf) = %{tl_version} -Provides: tex(uwmjxo83.vf) = %{tl_version} -Provides: tex(uwmjxo84.vf) = %{tl_version} -Provides: tex(uwmjxo85.vf) = %{tl_version} -Provides: tex(uwmjxo86.vf) = %{tl_version} -Provides: tex(uwmjxo87.vf) = %{tl_version} -Provides: tex(uwmjxo88.vf) = %{tl_version} -Provides: tex(uwmjxo89.vf) = %{tl_version} -Provides: tex(uwmjxo8a.vf) = %{tl_version} -Provides: tex(uwmjxo8b.vf) = %{tl_version} -Provides: tex(uwmjxo8c.vf) = %{tl_version} -Provides: tex(uwmjxo8d.vf) = %{tl_version} -Provides: tex(uwmjxo8e.vf) = %{tl_version} -Provides: tex(uwmjxo8f.vf) = %{tl_version} -Provides: tex(uwmjxo90.vf) = %{tl_version} -Provides: tex(uwmjxo91.vf) = %{tl_version} -Provides: tex(uwmjxo92.vf) = %{tl_version} -Provides: tex(uwmjxo93.vf) = %{tl_version} -Provides: tex(uwmjxo94.vf) = %{tl_version} -Provides: tex(uwmjxo95.vf) = %{tl_version} -Provides: tex(uwmjxo96.vf) = %{tl_version} -Provides: tex(uwmjxo97.vf) = %{tl_version} -Provides: tex(uwmjxo98.vf) = %{tl_version} -Provides: tex(uwmjxo99.vf) = %{tl_version} -Provides: tex(uwmjxo9a.vf) = %{tl_version} -Provides: tex(uwmjxo9b.vf) = %{tl_version} -Provides: tex(uwmjxo9c.vf) = %{tl_version} -Provides: tex(uwmjxo9d.vf) = %{tl_version} -Provides: tex(uwmjxo9e.vf) = %{tl_version} -Provides: tex(uwmjxo9f.vf) = %{tl_version} -Provides: tex(uwmjxoac.vf) = %{tl_version} -Provides: tex(uwmjxoad.vf) = %{tl_version} -Provides: tex(uwmjxoae.vf) = %{tl_version} -Provides: tex(uwmjxoaf.vf) = %{tl_version} -Provides: tex(uwmjxob0.vf) = %{tl_version} -Provides: tex(uwmjxob1.vf) = %{tl_version} -Provides: tex(uwmjxob2.vf) = %{tl_version} -Provides: tex(uwmjxob3.vf) = %{tl_version} -Provides: tex(uwmjxob4.vf) = %{tl_version} -Provides: tex(uwmjxob5.vf) = %{tl_version} -Provides: tex(uwmjxob6.vf) = %{tl_version} -Provides: tex(uwmjxob7.vf) = %{tl_version} -Provides: tex(uwmjxob8.vf) = %{tl_version} -Provides: tex(uwmjxob9.vf) = %{tl_version} -Provides: tex(uwmjxoba.vf) = %{tl_version} -Provides: tex(uwmjxobb.vf) = %{tl_version} -Provides: tex(uwmjxobc.vf) = %{tl_version} -Provides: tex(uwmjxobd.vf) = %{tl_version} -Provides: tex(uwmjxobe.vf) = %{tl_version} -Provides: tex(uwmjxobf.vf) = %{tl_version} -Provides: tex(uwmjxoc0.vf) = %{tl_version} -Provides: tex(uwmjxoc1.vf) = %{tl_version} -Provides: tex(uwmjxoc2.vf) = %{tl_version} -Provides: tex(uwmjxoc3.vf) = %{tl_version} -Provides: tex(uwmjxoc4.vf) = %{tl_version} -Provides: tex(uwmjxoc5.vf) = %{tl_version} -Provides: tex(uwmjxoc6.vf) = %{tl_version} -Provides: tex(uwmjxoc7.vf) = %{tl_version} -Provides: tex(uwmjxoc8.vf) = %{tl_version} -Provides: tex(uwmjxoc9.vf) = %{tl_version} -Provides: tex(uwmjxoca.vf) = %{tl_version} -Provides: tex(uwmjxocb.vf) = %{tl_version} -Provides: tex(uwmjxocc.vf) = %{tl_version} -Provides: tex(uwmjxocd.vf) = %{tl_version} -Provides: tex(uwmjxoce.vf) = %{tl_version} -Provides: tex(uwmjxocf.vf) = %{tl_version} -Provides: tex(uwmjxod0.vf) = %{tl_version} -Provides: tex(uwmjxod1.vf) = %{tl_version} -Provides: tex(uwmjxod2.vf) = %{tl_version} -Provides: tex(uwmjxod3.vf) = %{tl_version} -Provides: tex(uwmjxod4.vf) = %{tl_version} -Provides: tex(uwmjxod5.vf) = %{tl_version} -Provides: tex(uwmjxod6.vf) = %{tl_version} -Provides: tex(uwmjxod7.vf) = %{tl_version} -Provides: tex(uwmjxof9.vf) = %{tl_version} -Provides: tex(uwmjxofa.vf) = %{tl_version} -Provides: tex(uwmjxoff.vf) = %{tl_version} -Provides: tex(wmj0.vf) = %{tl_version} -Provides: tex(wmj04.vf) = %{tl_version} -Provides: tex(wmj05.vf) = %{tl_version} -Provides: tex(wmj06.vf) = %{tl_version} -Provides: tex(wmj07.vf) = %{tl_version} -Provides: tex(wmj1.vf) = %{tl_version} -Provides: tex(wmj10.vf) = %{tl_version} -Provides: tex(wmj11.vf) = %{tl_version} -Provides: tex(wmj12.vf) = %{tl_version} -Provides: tex(wmj13.vf) = %{tl_version} -Provides: tex(wmj14.vf) = %{tl_version} -Provides: tex(wmj15.vf) = %{tl_version} -Provides: tex(wmj16.vf) = %{tl_version} -Provides: tex(wmj17.vf) = %{tl_version} -Provides: tex(wmj18.vf) = %{tl_version} -Provides: tex(wmj19.vf) = %{tl_version} -Provides: tex(wmj2.vf) = %{tl_version} -Provides: tex(wmj20.vf) = %{tl_version} -Provides: tex(wmj21.vf) = %{tl_version} -Provides: tex(wmj22.vf) = %{tl_version} -Provides: tex(wmj23.vf) = %{tl_version} -Provides: tex(wmj24.vf) = %{tl_version} -Provides: tex(wmj25.vf) = %{tl_version} -Provides: tex(wmj26.vf) = %{tl_version} -Provides: tex(wmj27.vf) = %{tl_version} -Provides: tex(wmj28.vf) = %{tl_version} -Provides: tex(wmj29.vf) = %{tl_version} -Provides: tex(wmj3.vf) = %{tl_version} -Provides: tex(wmj4.vf) = %{tl_version} -Provides: tex(wmj5.vf) = %{tl_version} -Provides: tex(wmj6.vf) = %{tl_version} -Provides: tex(wmj7.vf) = %{tl_version} -Provides: tex(wmj8.vf) = %{tl_version} -Provides: tex(wmj9.vf) = %{tl_version} -Provides: tex(wmjc0.vf) = %{tl_version} -Provides: tex(wmjc04.vf) = %{tl_version} -Provides: tex(wmjc05.vf) = %{tl_version} -Provides: tex(wmjc06.vf) = %{tl_version} -Provides: tex(wmjc07.vf) = %{tl_version} -Provides: tex(wmjc1.vf) = %{tl_version} -Provides: tex(wmjc10.vf) = %{tl_version} -Provides: tex(wmjc11.vf) = %{tl_version} -Provides: tex(wmjc12.vf) = %{tl_version} -Provides: tex(wmjc13.vf) = %{tl_version} -Provides: tex(wmjc14.vf) = %{tl_version} -Provides: tex(wmjc15.vf) = %{tl_version} -Provides: tex(wmjc16.vf) = %{tl_version} -Provides: tex(wmjc17.vf) = %{tl_version} -Provides: tex(wmjc18.vf) = %{tl_version} -Provides: tex(wmjc19.vf) = %{tl_version} -Provides: tex(wmjc2.vf) = %{tl_version} -Provides: tex(wmjc20.vf) = %{tl_version} -Provides: tex(wmjc21.vf) = %{tl_version} -Provides: tex(wmjc22.vf) = %{tl_version} -Provides: tex(wmjc23.vf) = %{tl_version} -Provides: tex(wmjc24.vf) = %{tl_version} -Provides: tex(wmjc25.vf) = %{tl_version} -Provides: tex(wmjc26.vf) = %{tl_version} -Provides: tex(wmjc27.vf) = %{tl_version} -Provides: tex(wmjc28.vf) = %{tl_version} -Provides: tex(wmjc29.vf) = %{tl_version} -Provides: tex(wmjc3.vf) = %{tl_version} -Provides: tex(wmjc4.vf) = %{tl_version} -Provides: tex(wmjc5.vf) = %{tl_version} -Provides: tex(wmjc6.vf) = %{tl_version} -Provides: tex(wmjc7.vf) = %{tl_version} -Provides: tex(wmjc8.vf) = %{tl_version} -Provides: tex(wmjc9.vf) = %{tl_version} -Provides: tex(wmjco0.vf) = %{tl_version} -Provides: tex(wmjco04.vf) = %{tl_version} -Provides: tex(wmjco05.vf) = %{tl_version} -Provides: tex(wmjco06.vf) = %{tl_version} -Provides: tex(wmjco07.vf) = %{tl_version} -Provides: tex(wmjco1.vf) = %{tl_version} -Provides: tex(wmjco10.vf) = %{tl_version} -Provides: tex(wmjco11.vf) = %{tl_version} -Provides: tex(wmjco12.vf) = %{tl_version} -Provides: tex(wmjco13.vf) = %{tl_version} -Provides: tex(wmjco14.vf) = %{tl_version} -Provides: tex(wmjco15.vf) = %{tl_version} -Provides: tex(wmjco16.vf) = %{tl_version} -Provides: tex(wmjco17.vf) = %{tl_version} -Provides: tex(wmjco18.vf) = %{tl_version} -Provides: tex(wmjco19.vf) = %{tl_version} -Provides: tex(wmjco2.vf) = %{tl_version} -Provides: tex(wmjco20.vf) = %{tl_version} -Provides: tex(wmjco21.vf) = %{tl_version} -Provides: tex(wmjco22.vf) = %{tl_version} -Provides: tex(wmjco23.vf) = %{tl_version} -Provides: tex(wmjco24.vf) = %{tl_version} -Provides: tex(wmjco25.vf) = %{tl_version} -Provides: tex(wmjco26.vf) = %{tl_version} -Provides: tex(wmjco27.vf) = %{tl_version} -Provides: tex(wmjco28.vf) = %{tl_version} -Provides: tex(wmjco29.vf) = %{tl_version} -Provides: tex(wmjco3.vf) = %{tl_version} -Provides: tex(wmjco4.vf) = %{tl_version} -Provides: tex(wmjco5.vf) = %{tl_version} -Provides: tex(wmjco6.vf) = %{tl_version} -Provides: tex(wmjco7.vf) = %{tl_version} -Provides: tex(wmjco8.vf) = %{tl_version} -Provides: tex(wmjco9.vf) = %{tl_version} -Provides: tex(wmjo0.vf) = %{tl_version} -Provides: tex(wmjo04.vf) = %{tl_version} -Provides: tex(wmjo05.vf) = %{tl_version} -Provides: tex(wmjo06.vf) = %{tl_version} -Provides: tex(wmjo07.vf) = %{tl_version} -Provides: tex(wmjo1.vf) = %{tl_version} -Provides: tex(wmjo10.vf) = %{tl_version} -Provides: tex(wmjo11.vf) = %{tl_version} -Provides: tex(wmjo12.vf) = %{tl_version} -Provides: tex(wmjo13.vf) = %{tl_version} -Provides: tex(wmjo14.vf) = %{tl_version} -Provides: tex(wmjo15.vf) = %{tl_version} -Provides: tex(wmjo16.vf) = %{tl_version} -Provides: tex(wmjo17.vf) = %{tl_version} -Provides: tex(wmjo18.vf) = %{tl_version} -Provides: tex(wmjo19.vf) = %{tl_version} -Provides: tex(wmjo2.vf) = %{tl_version} -Provides: tex(wmjo20.vf) = %{tl_version} -Provides: tex(wmjo21.vf) = %{tl_version} -Provides: tex(wmjo22.vf) = %{tl_version} -Provides: tex(wmjo23.vf) = %{tl_version} -Provides: tex(wmjo24.vf) = %{tl_version} -Provides: tex(wmjo25.vf) = %{tl_version} -Provides: tex(wmjo26.vf) = %{tl_version} -Provides: tex(wmjo27.vf) = %{tl_version} -Provides: tex(wmjo28.vf) = %{tl_version} -Provides: tex(wmjo29.vf) = %{tl_version} -Provides: tex(wmjo3.vf) = %{tl_version} -Provides: tex(wmjo4.vf) = %{tl_version} -Provides: tex(wmjo5.vf) = %{tl_version} -Provides: tex(wmjo6.vf) = %{tl_version} -Provides: tex(wmjo7.vf) = %{tl_version} -Provides: tex(wmjo8.vf) = %{tl_version} -Provides: tex(wmjo9.vf) = %{tl_version} -Provides: tex(wmju0.vf) = %{tl_version} -Provides: tex(wmju04.vf) = %{tl_version} -Provides: tex(wmju05.vf) = %{tl_version} -Provides: tex(wmju06.vf) = %{tl_version} -Provides: tex(wmju07.vf) = %{tl_version} -Provides: tex(wmju1.vf) = %{tl_version} -Provides: tex(wmju10.vf) = %{tl_version} -Provides: tex(wmju11.vf) = %{tl_version} -Provides: tex(wmju12.vf) = %{tl_version} -Provides: tex(wmju13.vf) = %{tl_version} -Provides: tex(wmju14.vf) = %{tl_version} -Provides: tex(wmju15.vf) = %{tl_version} -Provides: tex(wmju16.vf) = %{tl_version} -Provides: tex(wmju17.vf) = %{tl_version} -Provides: tex(wmju18.vf) = %{tl_version} -Provides: tex(wmju19.vf) = %{tl_version} -Provides: tex(wmju2.vf) = %{tl_version} -Provides: tex(wmju20.vf) = %{tl_version} -Provides: tex(wmju21.vf) = %{tl_version} -Provides: tex(wmju22.vf) = %{tl_version} -Provides: tex(wmju23.vf) = %{tl_version} -Provides: tex(wmju24.vf) = %{tl_version} -Provides: tex(wmju25.vf) = %{tl_version} -Provides: tex(wmju26.vf) = %{tl_version} -Provides: tex(wmju27.vf) = %{tl_version} -Provides: tex(wmju28.vf) = %{tl_version} -Provides: tex(wmju29.vf) = %{tl_version} -Provides: tex(wmju3.vf) = %{tl_version} -Provides: tex(wmju4.vf) = %{tl_version} -Provides: tex(wmju5.vf) = %{tl_version} -Provides: tex(wmju6.vf) = %{tl_version} -Provides: tex(wmju7.vf) = %{tl_version} -Provides: tex(wmju8.vf) = %{tl_version} -Provides: tex(wmju9.vf) = %{tl_version} -Provides: tex(wmjuo0.vf) = %{tl_version} -Provides: tex(wmjuo04.vf) = %{tl_version} -Provides: tex(wmjuo05.vf) = %{tl_version} -Provides: tex(wmjuo06.vf) = %{tl_version} -Provides: tex(wmjuo07.vf) = %{tl_version} -Provides: tex(wmjuo1.vf) = %{tl_version} -Provides: tex(wmjuo10.vf) = %{tl_version} -Provides: tex(wmjuo11.vf) = %{tl_version} -Provides: tex(wmjuo12.vf) = %{tl_version} -Provides: tex(wmjuo13.vf) = %{tl_version} -Provides: tex(wmjuo14.vf) = %{tl_version} -Provides: tex(wmjuo15.vf) = %{tl_version} -Provides: tex(wmjuo16.vf) = %{tl_version} -Provides: tex(wmjuo17.vf) = %{tl_version} -Provides: tex(wmjuo18.vf) = %{tl_version} -Provides: tex(wmjuo19.vf) = %{tl_version} -Provides: tex(wmjuo2.vf) = %{tl_version} -Provides: tex(wmjuo20.vf) = %{tl_version} -Provides: tex(wmjuo21.vf) = %{tl_version} -Provides: tex(wmjuo22.vf) = %{tl_version} -Provides: tex(wmjuo23.vf) = %{tl_version} -Provides: tex(wmjuo24.vf) = %{tl_version} -Provides: tex(wmjuo25.vf) = %{tl_version} -Provides: tex(wmjuo26.vf) = %{tl_version} -Provides: tex(wmjuo27.vf) = %{tl_version} -Provides: tex(wmjuo28.vf) = %{tl_version} -Provides: tex(wmjuo29.vf) = %{tl_version} -Provides: tex(wmjuo3.vf) = %{tl_version} -Provides: tex(wmjuo4.vf) = %{tl_version} -Provides: tex(wmjuo5.vf) = %{tl_version} -Provides: tex(wmjuo6.vf) = %{tl_version} -Provides: tex(wmjuo7.vf) = %{tl_version} -Provides: tex(wmjuo8.vf) = %{tl_version} -Provides: tex(wmjuo9.vf) = %{tl_version} -Provides: tex(wmjx0.vf) = %{tl_version} -Provides: tex(wmjx04.vf) = %{tl_version} -Provides: tex(wmjx05.vf) = %{tl_version} -Provides: tex(wmjx06.vf) = %{tl_version} -Provides: tex(wmjx07.vf) = %{tl_version} -Provides: tex(wmjx1.vf) = %{tl_version} -Provides: tex(wmjx10.vf) = %{tl_version} -Provides: tex(wmjx11.vf) = %{tl_version} -Provides: tex(wmjx12.vf) = %{tl_version} -Provides: tex(wmjx13.vf) = %{tl_version} -Provides: tex(wmjx14.vf) = %{tl_version} -Provides: tex(wmjx15.vf) = %{tl_version} -Provides: tex(wmjx16.vf) = %{tl_version} -Provides: tex(wmjx17.vf) = %{tl_version} -Provides: tex(wmjx18.vf) = %{tl_version} -Provides: tex(wmjx19.vf) = %{tl_version} -Provides: tex(wmjx2.vf) = %{tl_version} -Provides: tex(wmjx20.vf) = %{tl_version} -Provides: tex(wmjx21.vf) = %{tl_version} -Provides: tex(wmjx22.vf) = %{tl_version} -Provides: tex(wmjx23.vf) = %{tl_version} -Provides: tex(wmjx24.vf) = %{tl_version} -Provides: tex(wmjx25.vf) = %{tl_version} -Provides: tex(wmjx26.vf) = %{tl_version} -Provides: tex(wmjx27.vf) = %{tl_version} -Provides: tex(wmjx28.vf) = %{tl_version} -Provides: tex(wmjx29.vf) = %{tl_version} -Provides: tex(wmjx3.vf) = %{tl_version} -Provides: tex(wmjx4.vf) = %{tl_version} -Provides: tex(wmjx5.vf) = %{tl_version} -Provides: tex(wmjx6.vf) = %{tl_version} -Provides: tex(wmjx7.vf) = %{tl_version} -Provides: tex(wmjx8.vf) = %{tl_version} -Provides: tex(wmjx9.vf) = %{tl_version} -Provides: tex(wmjxo0.vf) = %{tl_version} -Provides: tex(wmjxo04.vf) = %{tl_version} -Provides: tex(wmjxo05.vf) = %{tl_version} -Provides: tex(wmjxo06.vf) = %{tl_version} -Provides: tex(wmjxo07.vf) = %{tl_version} -Provides: tex(wmjxo1.vf) = %{tl_version} -Provides: tex(wmjxo10.vf) = %{tl_version} -Provides: tex(wmjxo11.vf) = %{tl_version} -Provides: tex(wmjxo12.vf) = %{tl_version} -Provides: tex(wmjxo13.vf) = %{tl_version} -Provides: tex(wmjxo14.vf) = %{tl_version} -Provides: tex(wmjxo15.vf) = %{tl_version} -Provides: tex(wmjxo16.vf) = %{tl_version} -Provides: tex(wmjxo17.vf) = %{tl_version} -Provides: tex(wmjxo18.vf) = %{tl_version} -Provides: tex(wmjxo19.vf) = %{tl_version} -Provides: tex(wmjxo2.vf) = %{tl_version} -Provides: tex(wmjxo20.vf) = %{tl_version} -Provides: tex(wmjxo21.vf) = %{tl_version} -Provides: tex(wmjxo22.vf) = %{tl_version} -Provides: tex(wmjxo23.vf) = %{tl_version} -Provides: tex(wmjxo24.vf) = %{tl_version} -Provides: tex(wmjxo25.vf) = %{tl_version} -Provides: tex(wmjxo26.vf) = %{tl_version} -Provides: tex(wmjxo27.vf) = %{tl_version} -Provides: tex(wmjxo28.vf) = %{tl_version} -Provides: tex(wmjxo29.vf) = %{tl_version} -Provides: tex(wmjxo3.vf) = %{tl_version} -Provides: tex(wmjxo4.vf) = %{tl_version} -Provides: tex(wmjxo5.vf) = %{tl_version} -Provides: tex(wmjxo6.vf) = %{tl_version} -Provides: tex(wmjxo7.vf) = %{tl_version} -Provides: tex(wmjxo8.vf) = %{tl_version} -Provides: tex(wmjxo9.vf) = %{tl_version} - -%description uhc -Support for Korean documents written in Korean standard KSC -codes for LaTeX2e. - -date: 2007-07-29 12:13:44 +0200 - -%post uhc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map umj.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map umj.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun uhc -if [ $1 == 0 ] ; then -sed -i '/^Map umj.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans uhc -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uhc-doc -Summary: Documentation for uhc -Version: svn16791.0 -Release: %{tl_noarch_release} -Provides: tex-uhc-doc -BuildArch: noarch -AutoReqProv: No - -%description uhc-doc -Documentation for uhc - -%package wadalab -Provides: tex-wadalab = %{tl_version} -License: Wadalab -Summary: Wadalab (Japanese) font packages -Version: svn22576.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(dgj.map) = %{tl_version} -Provides: tex(dmj.map) = %{tl_version} -Provides: tex(mc2j.map) = %{tl_version} -Provides: tex(mcj.map) = %{tl_version} -Provides: tex(mr2j.map) = %{tl_version} -Provides: tex(mrj.map) = %{tl_version} -Provides: tex(dgjgreek.tfm) = %{tl_version} -Provides: tex(dgjhira.tfm) = %{tl_version} -Provides: tex(dgjhw.tfm) = %{tl_version} -Provides: tex(dgjka.tfm) = %{tl_version} -Provides: tex(dgjkata.tfm) = %{tl_version} -Provides: tex(dgjkb.tfm) = %{tl_version} -Provides: tex(dgjkc.tfm) = %{tl_version} -Provides: tex(dgjkd.tfm) = %{tl_version} -Provides: tex(dgjke.tfm) = %{tl_version} -Provides: tex(dgjkeisen.tfm) = %{tl_version} -Provides: tex(dgjkf.tfm) = %{tl_version} -Provides: tex(dgjkg.tfm) = %{tl_version} -Provides: tex(dgjkh.tfm) = %{tl_version} -Provides: tex(dgjki.tfm) = %{tl_version} -Provides: tex(dgjkj.tfm) = %{tl_version} -Provides: tex(dgjkk.tfm) = %{tl_version} -Provides: tex(dgjkl.tfm) = %{tl_version} -Provides: tex(dgjkm.tfm) = %{tl_version} -Provides: tex(dgjkn.tfm) = %{tl_version} -Provides: tex(dgjko.tfm) = %{tl_version} -Provides: tex(dgjkp.tfm) = %{tl_version} -Provides: tex(dgjkq.tfm) = %{tl_version} -Provides: tex(dgjkr.tfm) = %{tl_version} -Provides: tex(dgjks.tfm) = %{tl_version} -Provides: tex(dgjkt.tfm) = %{tl_version} -Provides: tex(dgjku.tfm) = %{tl_version} -Provides: tex(dgjkv.tfm) = %{tl_version} -Provides: tex(dgjkw.tfm) = %{tl_version} -Provides: tex(dgjkx.tfm) = %{tl_version} -Provides: tex(dgjky.tfm) = %{tl_version} -Provides: tex(dgjkz.tfm) = %{tl_version} -Provides: tex(dgjroma.tfm) = %{tl_version} -Provides: tex(dgjrussian.tfm) = %{tl_version} -Provides: tex(dgjsy.tfm) = %{tl_version} -Provides: tex(dmjgreek.tfm) = %{tl_version} -Provides: tex(dmjhira.tfm) = %{tl_version} -Provides: tex(dmjhw.tfm) = %{tl_version} -Provides: tex(dmjka.tfm) = %{tl_version} -Provides: tex(dmjkata.tfm) = %{tl_version} -Provides: tex(dmjkb.tfm) = %{tl_version} -Provides: tex(dmjkc.tfm) = %{tl_version} -Provides: tex(dmjkd.tfm) = %{tl_version} -Provides: tex(dmjke.tfm) = %{tl_version} -Provides: tex(dmjkeisen.tfm) = %{tl_version} -Provides: tex(dmjkf.tfm) = %{tl_version} -Provides: tex(dmjkg.tfm) = %{tl_version} -Provides: tex(dmjkh.tfm) = %{tl_version} -Provides: tex(dmjki.tfm) = %{tl_version} -Provides: tex(dmjkj.tfm) = %{tl_version} -Provides: tex(dmjkk.tfm) = %{tl_version} -Provides: tex(dmjkl.tfm) = %{tl_version} -Provides: tex(dmjkm.tfm) = %{tl_version} -Provides: tex(dmjkn.tfm) = %{tl_version} -Provides: tex(dmjko.tfm) = %{tl_version} -Provides: tex(dmjkp.tfm) = %{tl_version} -Provides: tex(dmjkq.tfm) = %{tl_version} -Provides: tex(dmjkr.tfm) = %{tl_version} -Provides: tex(dmjks.tfm) = %{tl_version} -Provides: tex(dmjkt.tfm) = %{tl_version} -Provides: tex(dmjku.tfm) = %{tl_version} -Provides: tex(dmjkv.tfm) = %{tl_version} -Provides: tex(dmjkw.tfm) = %{tl_version} -Provides: tex(dmjkx.tfm) = %{tl_version} -Provides: tex(dmjky.tfm) = %{tl_version} -Provides: tex(dmjkz.tfm) = %{tl_version} -Provides: tex(dmjroma.tfm) = %{tl_version} -Provides: tex(dmjrussian.tfm) = %{tl_version} -Provides: tex(dmjsy.tfm) = %{tl_version} -Provides: tex(mc2jka.tfm) = %{tl_version} -Provides: tex(mc2jkb.tfm) = %{tl_version} -Provides: tex(mc2jkc.tfm) = %{tl_version} -Provides: tex(mc2jkd.tfm) = %{tl_version} -Provides: tex(mc2jke.tfm) = %{tl_version} -Provides: tex(mc2jkf.tfm) = %{tl_version} -Provides: tex(mc2jkg.tfm) = %{tl_version} -Provides: tex(mc2jkh.tfm) = %{tl_version} -Provides: tex(mc2jki.tfm) = %{tl_version} -Provides: tex(mc2jkj.tfm) = %{tl_version} -Provides: tex(mc2jkk.tfm) = %{tl_version} -Provides: tex(mc2jkl.tfm) = %{tl_version} -Provides: tex(mc2jkm.tfm) = %{tl_version} -Provides: tex(mc2jkn.tfm) = %{tl_version} -Provides: tex(mc2jko.tfm) = %{tl_version} -Provides: tex(mc2jkp.tfm) = %{tl_version} -Provides: tex(mc2jkq.tfm) = %{tl_version} -Provides: tex(mc2jkr.tfm) = %{tl_version} -Provides: tex(mc2jks.tfm) = %{tl_version} -Provides: tex(mc2jkt.tfm) = %{tl_version} -Provides: tex(mc2jku.tfm) = %{tl_version} -Provides: tex(mc2jkv.tfm) = %{tl_version} -Provides: tex(mc2jkw.tfm) = %{tl_version} -Provides: tex(mcjgreek.tfm) = %{tl_version} -Provides: tex(mcjhira.tfm) = %{tl_version} -Provides: tex(mcjhw.tfm) = %{tl_version} -Provides: tex(mcjka.tfm) = %{tl_version} -Provides: tex(mcjkata.tfm) = %{tl_version} -Provides: tex(mcjkb.tfm) = %{tl_version} -Provides: tex(mcjkc.tfm) = %{tl_version} -Provides: tex(mcjkd.tfm) = %{tl_version} -Provides: tex(mcjke.tfm) = %{tl_version} -Provides: tex(mcjkeisen.tfm) = %{tl_version} -Provides: tex(mcjkf.tfm) = %{tl_version} -Provides: tex(mcjkg.tfm) = %{tl_version} -Provides: tex(mcjkh.tfm) = %{tl_version} -Provides: tex(mcjki.tfm) = %{tl_version} -Provides: tex(mcjkj.tfm) = %{tl_version} -Provides: tex(mcjkk.tfm) = %{tl_version} -Provides: tex(mcjkl.tfm) = %{tl_version} -Provides: tex(mcjkm.tfm) = %{tl_version} -Provides: tex(mcjkn.tfm) = %{tl_version} -Provides: tex(mcjko.tfm) = %{tl_version} -Provides: tex(mcjkp.tfm) = %{tl_version} -Provides: tex(mcjkq.tfm) = %{tl_version} -Provides: tex(mcjkr.tfm) = %{tl_version} -Provides: tex(mcjks.tfm) = %{tl_version} -Provides: tex(mcjkt.tfm) = %{tl_version} -Provides: tex(mcjku.tfm) = %{tl_version} -Provides: tex(mcjkv.tfm) = %{tl_version} -Provides: tex(mcjkw.tfm) = %{tl_version} -Provides: tex(mcjkx.tfm) = %{tl_version} -Provides: tex(mcjky.tfm) = %{tl_version} -Provides: tex(mcjkz.tfm) = %{tl_version} -Provides: tex(mcjroma.tfm) = %{tl_version} -Provides: tex(mcjrussian.tfm) = %{tl_version} -Provides: tex(mcjsy.tfm) = %{tl_version} -Provides: tex(mr2jka.tfm) = %{tl_version} -Provides: tex(mr2jkb.tfm) = %{tl_version} -Provides: tex(mr2jkc.tfm) = %{tl_version} -Provides: tex(mr2jkd.tfm) = %{tl_version} -Provides: tex(mr2jke.tfm) = %{tl_version} -Provides: tex(mr2jkf.tfm) = %{tl_version} -Provides: tex(mr2jkg.tfm) = %{tl_version} -Provides: tex(mr2jkh.tfm) = %{tl_version} -Provides: tex(mr2jki.tfm) = %{tl_version} -Provides: tex(mr2jkj.tfm) = %{tl_version} -Provides: tex(mr2jkk.tfm) = %{tl_version} -Provides: tex(mr2jkl.tfm) = %{tl_version} -Provides: tex(mr2jkm.tfm) = %{tl_version} -Provides: tex(mr2jkn.tfm) = %{tl_version} -Provides: tex(mr2jko.tfm) = %{tl_version} -Provides: tex(mr2jkp.tfm) = %{tl_version} -Provides: tex(mr2jkq.tfm) = %{tl_version} -Provides: tex(mr2jkr.tfm) = %{tl_version} -Provides: tex(mr2jks.tfm) = %{tl_version} -Provides: tex(mr2jkt.tfm) = %{tl_version} -Provides: tex(mr2jku.tfm) = %{tl_version} -Provides: tex(mr2jkv.tfm) = %{tl_version} -Provides: tex(mr2jkw.tfm) = %{tl_version} -Provides: tex(mrjgreek.tfm) = %{tl_version} -Provides: tex(mrjhira.tfm) = %{tl_version} -Provides: tex(mrjhw.tfm) = %{tl_version} -Provides: tex(mrjka.tfm) = %{tl_version} -Provides: tex(mrjkata.tfm) = %{tl_version} -Provides: tex(mrjkb.tfm) = %{tl_version} -Provides: tex(mrjkc.tfm) = %{tl_version} -Provides: tex(mrjkd.tfm) = %{tl_version} -Provides: tex(mrjke.tfm) = %{tl_version} -Provides: tex(mrjkeisen.tfm) = %{tl_version} -Provides: tex(mrjkf.tfm) = %{tl_version} -Provides: tex(mrjkg.tfm) = %{tl_version} -Provides: tex(mrjkh.tfm) = %{tl_version} -Provides: tex(mrjki.tfm) = %{tl_version} -Provides: tex(mrjkj.tfm) = %{tl_version} -Provides: tex(mrjkk.tfm) = %{tl_version} -Provides: tex(mrjkl.tfm) = %{tl_version} -Provides: tex(mrjkm.tfm) = %{tl_version} -Provides: tex(mrjkn.tfm) = %{tl_version} -Provides: tex(mrjko.tfm) = %{tl_version} -Provides: tex(mrjkp.tfm) = %{tl_version} -Provides: tex(mrjkq.tfm) = %{tl_version} -Provides: tex(mrjkr.tfm) = %{tl_version} -Provides: tex(mrjks.tfm) = %{tl_version} -Provides: tex(mrjkt.tfm) = %{tl_version} -Provides: tex(mrjku.tfm) = %{tl_version} -Provides: tex(mrjkv.tfm) = %{tl_version} -Provides: tex(mrjkw.tfm) = %{tl_version} -Provides: tex(mrjkx.tfm) = %{tl_version} -Provides: tex(mrjky.tfm) = %{tl_version} -Provides: tex(mrjkz.tfm) = %{tl_version} -Provides: tex(mrjroma.tfm) = %{tl_version} -Provides: tex(mrjrussian.tfm) = %{tl_version} -Provides: tex(mrjsy.tfm) = %{tl_version} -Provides: tex(udgj00.tfm) = %{tl_version} -Provides: tex(udgj03.tfm) = %{tl_version} -Provides: tex(udgj04.tfm) = %{tl_version} -Provides: tex(udgj20.tfm) = %{tl_version} -Provides: tex(udgj21.tfm) = %{tl_version} -Provides: tex(udgj22.tfm) = %{tl_version} -Provides: tex(udgj23.tfm) = %{tl_version} -Provides: tex(udgj25.tfm) = %{tl_version} -Provides: tex(udgj26.tfm) = %{tl_version} -Provides: tex(udgj30.tfm) = %{tl_version} -Provides: tex(udgj4e.tfm) = %{tl_version} -Provides: tex(udgj4f.tfm) = %{tl_version} -Provides: tex(udgj50.tfm) = %{tl_version} -Provides: tex(udgj51.tfm) = %{tl_version} -Provides: tex(udgj52.tfm) = %{tl_version} -Provides: tex(udgj53.tfm) = %{tl_version} -Provides: tex(udgj54.tfm) = %{tl_version} -Provides: tex(udgj55.tfm) = %{tl_version} -Provides: tex(udgj56.tfm) = %{tl_version} -Provides: tex(udgj57.tfm) = %{tl_version} -Provides: tex(udgj58.tfm) = %{tl_version} -Provides: tex(udgj59.tfm) = %{tl_version} -Provides: tex(udgj5a.tfm) = %{tl_version} -Provides: tex(udgj5b.tfm) = %{tl_version} -Provides: tex(udgj5c.tfm) = %{tl_version} -Provides: tex(udgj5d.tfm) = %{tl_version} -Provides: tex(udgj5e.tfm) = %{tl_version} -Provides: tex(udgj5f.tfm) = %{tl_version} -Provides: tex(udgj60.tfm) = %{tl_version} -Provides: tex(udgj61.tfm) = %{tl_version} -Provides: tex(udgj62.tfm) = %{tl_version} -Provides: tex(udgj63.tfm) = %{tl_version} -Provides: tex(udgj64.tfm) = %{tl_version} -Provides: tex(udgj65.tfm) = %{tl_version} -Provides: tex(udgj66.tfm) = %{tl_version} -Provides: tex(udgj67.tfm) = %{tl_version} -Provides: tex(udgj68.tfm) = %{tl_version} -Provides: tex(udgj69.tfm) = %{tl_version} -Provides: tex(udgj6a.tfm) = %{tl_version} -Provides: tex(udgj6b.tfm) = %{tl_version} -Provides: tex(udgj6c.tfm) = %{tl_version} -Provides: tex(udgj6d.tfm) = %{tl_version} -Provides: tex(udgj6e.tfm) = %{tl_version} -Provides: tex(udgj6f.tfm) = %{tl_version} -Provides: tex(udgj70.tfm) = %{tl_version} -Provides: tex(udgj71.tfm) = %{tl_version} -Provides: tex(udgj72.tfm) = %{tl_version} -Provides: tex(udgj73.tfm) = %{tl_version} -Provides: tex(udgj74.tfm) = %{tl_version} -Provides: tex(udgj75.tfm) = %{tl_version} -Provides: tex(udgj76.tfm) = %{tl_version} -Provides: tex(udgj77.tfm) = %{tl_version} -Provides: tex(udgj78.tfm) = %{tl_version} -Provides: tex(udgj79.tfm) = %{tl_version} -Provides: tex(udgj7a.tfm) = %{tl_version} -Provides: tex(udgj7b.tfm) = %{tl_version} -Provides: tex(udgj7c.tfm) = %{tl_version} -Provides: tex(udgj7d.tfm) = %{tl_version} -Provides: tex(udgj7e.tfm) = %{tl_version} -Provides: tex(udgj7f.tfm) = %{tl_version} -Provides: tex(udgj80.tfm) = %{tl_version} -Provides: tex(udgj81.tfm) = %{tl_version} -Provides: tex(udgj82.tfm) = %{tl_version} -Provides: tex(udgj83.tfm) = %{tl_version} -Provides: tex(udgj84.tfm) = %{tl_version} -Provides: tex(udgj85.tfm) = %{tl_version} -Provides: tex(udgj86.tfm) = %{tl_version} -Provides: tex(udgj87.tfm) = %{tl_version} -Provides: tex(udgj88.tfm) = %{tl_version} -Provides: tex(udgj89.tfm) = %{tl_version} -Provides: tex(udgj8a.tfm) = %{tl_version} -Provides: tex(udgj8b.tfm) = %{tl_version} -Provides: tex(udgj8c.tfm) = %{tl_version} -Provides: tex(udgj8d.tfm) = %{tl_version} -Provides: tex(udgj8e.tfm) = %{tl_version} -Provides: tex(udgj8f.tfm) = %{tl_version} -Provides: tex(udgj90.tfm) = %{tl_version} -Provides: tex(udgj91.tfm) = %{tl_version} -Provides: tex(udgj92.tfm) = %{tl_version} -Provides: tex(udgj93.tfm) = %{tl_version} -Provides: tex(udgj94.tfm) = %{tl_version} -Provides: tex(udgj95.tfm) = %{tl_version} -Provides: tex(udgj96.tfm) = %{tl_version} -Provides: tex(udgj97.tfm) = %{tl_version} -Provides: tex(udgj98.tfm) = %{tl_version} -Provides: tex(udgj99.tfm) = %{tl_version} -Provides: tex(udgj9a.tfm) = %{tl_version} -Provides: tex(udgj9b.tfm) = %{tl_version} -Provides: tex(udgj9c.tfm) = %{tl_version} -Provides: tex(udgj9d.tfm) = %{tl_version} -Provides: tex(udgj9e.tfm) = %{tl_version} -Provides: tex(udgj9f.tfm) = %{tl_version} -Provides: tex(udgjff.tfm) = %{tl_version} -Provides: tex(udmj00.tfm) = %{tl_version} -Provides: tex(udmj03.tfm) = %{tl_version} -Provides: tex(udmj04.tfm) = %{tl_version} -Provides: tex(udmj20.tfm) = %{tl_version} -Provides: tex(udmj21.tfm) = %{tl_version} -Provides: tex(udmj22.tfm) = %{tl_version} -Provides: tex(udmj23.tfm) = %{tl_version} -Provides: tex(udmj25.tfm) = %{tl_version} -Provides: tex(udmj26.tfm) = %{tl_version} -Provides: tex(udmj30.tfm) = %{tl_version} -Provides: tex(udmj4e.tfm) = %{tl_version} -Provides: tex(udmj4f.tfm) = %{tl_version} -Provides: tex(udmj50.tfm) = %{tl_version} -Provides: tex(udmj51.tfm) = %{tl_version} -Provides: tex(udmj52.tfm) = %{tl_version} -Provides: tex(udmj53.tfm) = %{tl_version} -Provides: tex(udmj54.tfm) = %{tl_version} -Provides: tex(udmj55.tfm) = %{tl_version} -Provides: tex(udmj56.tfm) = %{tl_version} -Provides: tex(udmj57.tfm) = %{tl_version} -Provides: tex(udmj58.tfm) = %{tl_version} -Provides: tex(udmj59.tfm) = %{tl_version} -Provides: tex(udmj5a.tfm) = %{tl_version} -Provides: tex(udmj5b.tfm) = %{tl_version} -Provides: tex(udmj5c.tfm) = %{tl_version} -Provides: tex(udmj5d.tfm) = %{tl_version} -Provides: tex(udmj5e.tfm) = %{tl_version} -Provides: tex(udmj5f.tfm) = %{tl_version} -Provides: tex(udmj60.tfm) = %{tl_version} -Provides: tex(udmj61.tfm) = %{tl_version} -Provides: tex(udmj62.tfm) = %{tl_version} -Provides: tex(udmj63.tfm) = %{tl_version} -Provides: tex(udmj64.tfm) = %{tl_version} -Provides: tex(udmj65.tfm) = %{tl_version} -Provides: tex(udmj66.tfm) = %{tl_version} -Provides: tex(udmj67.tfm) = %{tl_version} -Provides: tex(udmj68.tfm) = %{tl_version} -Provides: tex(udmj69.tfm) = %{tl_version} -Provides: tex(udmj6a.tfm) = %{tl_version} -Provides: tex(udmj6b.tfm) = %{tl_version} -Provides: tex(udmj6c.tfm) = %{tl_version} -Provides: tex(udmj6d.tfm) = %{tl_version} -Provides: tex(udmj6e.tfm) = %{tl_version} -Provides: tex(udmj6f.tfm) = %{tl_version} -Provides: tex(udmj70.tfm) = %{tl_version} -Provides: tex(udmj71.tfm) = %{tl_version} -Provides: tex(udmj72.tfm) = %{tl_version} -Provides: tex(udmj73.tfm) = %{tl_version} -Provides: tex(udmj74.tfm) = %{tl_version} -Provides: tex(udmj75.tfm) = %{tl_version} -Provides: tex(udmj76.tfm) = %{tl_version} -Provides: tex(udmj77.tfm) = %{tl_version} -Provides: tex(udmj78.tfm) = %{tl_version} -Provides: tex(udmj79.tfm) = %{tl_version} -Provides: tex(udmj7a.tfm) = %{tl_version} -Provides: tex(udmj7b.tfm) = %{tl_version} -Provides: tex(udmj7c.tfm) = %{tl_version} -Provides: tex(udmj7d.tfm) = %{tl_version} -Provides: tex(udmj7e.tfm) = %{tl_version} -Provides: tex(udmj7f.tfm) = %{tl_version} -Provides: tex(udmj80.tfm) = %{tl_version} -Provides: tex(udmj81.tfm) = %{tl_version} -Provides: tex(udmj82.tfm) = %{tl_version} -Provides: tex(udmj83.tfm) = %{tl_version} -Provides: tex(udmj84.tfm) = %{tl_version} -Provides: tex(udmj85.tfm) = %{tl_version} -Provides: tex(udmj86.tfm) = %{tl_version} -Provides: tex(udmj87.tfm) = %{tl_version} -Provides: tex(udmj88.tfm) = %{tl_version} -Provides: tex(udmj89.tfm) = %{tl_version} -Provides: tex(udmj8a.tfm) = %{tl_version} -Provides: tex(udmj8b.tfm) = %{tl_version} -Provides: tex(udmj8c.tfm) = %{tl_version} -Provides: tex(udmj8d.tfm) = %{tl_version} -Provides: tex(udmj8e.tfm) = %{tl_version} -Provides: tex(udmj8f.tfm) = %{tl_version} -Provides: tex(udmj90.tfm) = %{tl_version} -Provides: tex(udmj91.tfm) = %{tl_version} -Provides: tex(udmj92.tfm) = %{tl_version} -Provides: tex(udmj93.tfm) = %{tl_version} -Provides: tex(udmj94.tfm) = %{tl_version} -Provides: tex(udmj95.tfm) = %{tl_version} -Provides: tex(udmj96.tfm) = %{tl_version} -Provides: tex(udmj97.tfm) = %{tl_version} -Provides: tex(udmj98.tfm) = %{tl_version} -Provides: tex(udmj99.tfm) = %{tl_version} -Provides: tex(udmj9a.tfm) = %{tl_version} -Provides: tex(udmj9b.tfm) = %{tl_version} -Provides: tex(udmj9c.tfm) = %{tl_version} -Provides: tex(udmj9d.tfm) = %{tl_version} -Provides: tex(udmj9e.tfm) = %{tl_version} -Provides: tex(udmj9f.tfm) = %{tl_version} -Provides: tex(udmjff.tfm) = %{tl_version} -Provides: tex(umcj00.tfm) = %{tl_version} -Provides: tex(umcj03.tfm) = %{tl_version} -Provides: tex(umcj04.tfm) = %{tl_version} -Provides: tex(umcj20.tfm) = %{tl_version} -Provides: tex(umcj21.tfm) = %{tl_version} -Provides: tex(umcj22.tfm) = %{tl_version} -Provides: tex(umcj23.tfm) = %{tl_version} -Provides: tex(umcj25.tfm) = %{tl_version} -Provides: tex(umcj26.tfm) = %{tl_version} -Provides: tex(umcj30.tfm) = %{tl_version} -Provides: tex(umcj4e.tfm) = %{tl_version} -Provides: tex(umcj4f.tfm) = %{tl_version} -Provides: tex(umcj50.tfm) = %{tl_version} -Provides: tex(umcj51.tfm) = %{tl_version} -Provides: tex(umcj52.tfm) = %{tl_version} -Provides: tex(umcj53.tfm) = %{tl_version} -Provides: tex(umcj54.tfm) = %{tl_version} -Provides: tex(umcj55.tfm) = %{tl_version} -Provides: tex(umcj56.tfm) = %{tl_version} -Provides: tex(umcj57.tfm) = %{tl_version} -Provides: tex(umcj58.tfm) = %{tl_version} -Provides: tex(umcj59.tfm) = %{tl_version} -Provides: tex(umcj5a.tfm) = %{tl_version} -Provides: tex(umcj5b.tfm) = %{tl_version} -Provides: tex(umcj5c.tfm) = %{tl_version} -Provides: tex(umcj5d.tfm) = %{tl_version} -Provides: tex(umcj5e.tfm) = %{tl_version} -Provides: tex(umcj5f.tfm) = %{tl_version} -Provides: tex(umcj60.tfm) = %{tl_version} -Provides: tex(umcj61.tfm) = %{tl_version} -Provides: tex(umcj62.tfm) = %{tl_version} -Provides: tex(umcj63.tfm) = %{tl_version} -Provides: tex(umcj64.tfm) = %{tl_version} -Provides: tex(umcj65.tfm) = %{tl_version} -Provides: tex(umcj66.tfm) = %{tl_version} -Provides: tex(umcj67.tfm) = %{tl_version} -Provides: tex(umcj68.tfm) = %{tl_version} -Provides: tex(umcj69.tfm) = %{tl_version} -Provides: tex(umcj6a.tfm) = %{tl_version} -Provides: tex(umcj6b.tfm) = %{tl_version} -Provides: tex(umcj6c.tfm) = %{tl_version} -Provides: tex(umcj6d.tfm) = %{tl_version} -Provides: tex(umcj6e.tfm) = %{tl_version} -Provides: tex(umcj6f.tfm) = %{tl_version} -Provides: tex(umcj70.tfm) = %{tl_version} -Provides: tex(umcj71.tfm) = %{tl_version} -Provides: tex(umcj72.tfm) = %{tl_version} -Provides: tex(umcj73.tfm) = %{tl_version} -Provides: tex(umcj74.tfm) = %{tl_version} -Provides: tex(umcj75.tfm) = %{tl_version} -Provides: tex(umcj76.tfm) = %{tl_version} -Provides: tex(umcj77.tfm) = %{tl_version} -Provides: tex(umcj78.tfm) = %{tl_version} -Provides: tex(umcj79.tfm) = %{tl_version} -Provides: tex(umcj7a.tfm) = %{tl_version} -Provides: tex(umcj7b.tfm) = %{tl_version} -Provides: tex(umcj7c.tfm) = %{tl_version} -Provides: tex(umcj7d.tfm) = %{tl_version} -Provides: tex(umcj7e.tfm) = %{tl_version} -Provides: tex(umcj7f.tfm) = %{tl_version} -Provides: tex(umcj80.tfm) = %{tl_version} -Provides: tex(umcj81.tfm) = %{tl_version} -Provides: tex(umcj82.tfm) = %{tl_version} -Provides: tex(umcj83.tfm) = %{tl_version} -Provides: tex(umcj84.tfm) = %{tl_version} -Provides: tex(umcj85.tfm) = %{tl_version} -Provides: tex(umcj86.tfm) = %{tl_version} -Provides: tex(umcj87.tfm) = %{tl_version} -Provides: tex(umcj88.tfm) = %{tl_version} -Provides: tex(umcj89.tfm) = %{tl_version} -Provides: tex(umcj8a.tfm) = %{tl_version} -Provides: tex(umcj8b.tfm) = %{tl_version} -Provides: tex(umcj8c.tfm) = %{tl_version} -Provides: tex(umcj8d.tfm) = %{tl_version} -Provides: tex(umcj8e.tfm) = %{tl_version} -Provides: tex(umcj8f.tfm) = %{tl_version} -Provides: tex(umcj90.tfm) = %{tl_version} -Provides: tex(umcj91.tfm) = %{tl_version} -Provides: tex(umcj92.tfm) = %{tl_version} -Provides: tex(umcj93.tfm) = %{tl_version} -Provides: tex(umcj94.tfm) = %{tl_version} -Provides: tex(umcj95.tfm) = %{tl_version} -Provides: tex(umcj96.tfm) = %{tl_version} -Provides: tex(umcj97.tfm) = %{tl_version} -Provides: tex(umcj98.tfm) = %{tl_version} -Provides: tex(umcj99.tfm) = %{tl_version} -Provides: tex(umcj9a.tfm) = %{tl_version} -Provides: tex(umcj9b.tfm) = %{tl_version} -Provides: tex(umcj9c.tfm) = %{tl_version} -Provides: tex(umcj9d.tfm) = %{tl_version} -Provides: tex(umcj9e.tfm) = %{tl_version} -Provides: tex(umcj9f.tfm) = %{tl_version} -Provides: tex(umcjff.tfm) = %{tl_version} -Provides: tex(umrj00.tfm) = %{tl_version} -Provides: tex(umrj03.tfm) = %{tl_version} -Provides: tex(umrj04.tfm) = %{tl_version} -Provides: tex(umrj20.tfm) = %{tl_version} -Provides: tex(umrj21.tfm) = %{tl_version} -Provides: tex(umrj22.tfm) = %{tl_version} -Provides: tex(umrj23.tfm) = %{tl_version} -Provides: tex(umrj25.tfm) = %{tl_version} -Provides: tex(umrj26.tfm) = %{tl_version} -Provides: tex(umrj30.tfm) = %{tl_version} -Provides: tex(umrj4e.tfm) = %{tl_version} -Provides: tex(umrj4f.tfm) = %{tl_version} -Provides: tex(umrj50.tfm) = %{tl_version} -Provides: tex(umrj51.tfm) = %{tl_version} -Provides: tex(umrj52.tfm) = %{tl_version} -Provides: tex(umrj53.tfm) = %{tl_version} -Provides: tex(umrj54.tfm) = %{tl_version} -Provides: tex(umrj55.tfm) = %{tl_version} -Provides: tex(umrj56.tfm) = %{tl_version} -Provides: tex(umrj57.tfm) = %{tl_version} -Provides: tex(umrj58.tfm) = %{tl_version} -Provides: tex(umrj59.tfm) = %{tl_version} -Provides: tex(umrj5a.tfm) = %{tl_version} -Provides: tex(umrj5b.tfm) = %{tl_version} -Provides: tex(umrj5c.tfm) = %{tl_version} -Provides: tex(umrj5d.tfm) = %{tl_version} -Provides: tex(umrj5e.tfm) = %{tl_version} -Provides: tex(umrj5f.tfm) = %{tl_version} -Provides: tex(umrj60.tfm) = %{tl_version} -Provides: tex(umrj61.tfm) = %{tl_version} -Provides: tex(umrj62.tfm) = %{tl_version} -Provides: tex(umrj63.tfm) = %{tl_version} -Provides: tex(umrj64.tfm) = %{tl_version} -Provides: tex(umrj65.tfm) = %{tl_version} -Provides: tex(umrj66.tfm) = %{tl_version} -Provides: tex(umrj67.tfm) = %{tl_version} -Provides: tex(umrj68.tfm) = %{tl_version} -Provides: tex(umrj69.tfm) = %{tl_version} -Provides: tex(umrj6a.tfm) = %{tl_version} -Provides: tex(umrj6b.tfm) = %{tl_version} -Provides: tex(umrj6c.tfm) = %{tl_version} -Provides: tex(umrj6d.tfm) = %{tl_version} -Provides: tex(umrj6e.tfm) = %{tl_version} -Provides: tex(umrj6f.tfm) = %{tl_version} -Provides: tex(umrj70.tfm) = %{tl_version} -Provides: tex(umrj71.tfm) = %{tl_version} -Provides: tex(umrj72.tfm) = %{tl_version} -Provides: tex(umrj73.tfm) = %{tl_version} -Provides: tex(umrj74.tfm) = %{tl_version} -Provides: tex(umrj75.tfm) = %{tl_version} -Provides: tex(umrj76.tfm) = %{tl_version} -Provides: tex(umrj77.tfm) = %{tl_version} -Provides: tex(umrj78.tfm) = %{tl_version} -Provides: tex(umrj79.tfm) = %{tl_version} -Provides: tex(umrj7a.tfm) = %{tl_version} -Provides: tex(umrj7b.tfm) = %{tl_version} -Provides: tex(umrj7c.tfm) = %{tl_version} -Provides: tex(umrj7d.tfm) = %{tl_version} -Provides: tex(umrj7e.tfm) = %{tl_version} -Provides: tex(umrj7f.tfm) = %{tl_version} -Provides: tex(umrj80.tfm) = %{tl_version} -Provides: tex(umrj81.tfm) = %{tl_version} -Provides: tex(umrj82.tfm) = %{tl_version} -Provides: tex(umrj83.tfm) = %{tl_version} -Provides: tex(umrj84.tfm) = %{tl_version} -Provides: tex(umrj85.tfm) = %{tl_version} -Provides: tex(umrj86.tfm) = %{tl_version} -Provides: tex(umrj87.tfm) = %{tl_version} -Provides: tex(umrj88.tfm) = %{tl_version} -Provides: tex(umrj89.tfm) = %{tl_version} -Provides: tex(umrj8a.tfm) = %{tl_version} -Provides: tex(umrj8b.tfm) = %{tl_version} -Provides: tex(umrj8c.tfm) = %{tl_version} -Provides: tex(umrj8d.tfm) = %{tl_version} -Provides: tex(umrj8e.tfm) = %{tl_version} -Provides: tex(umrj8f.tfm) = %{tl_version} -Provides: tex(umrj90.tfm) = %{tl_version} -Provides: tex(umrj91.tfm) = %{tl_version} -Provides: tex(umrj92.tfm) = %{tl_version} -Provides: tex(umrj93.tfm) = %{tl_version} -Provides: tex(umrj94.tfm) = %{tl_version} -Provides: tex(umrj95.tfm) = %{tl_version} -Provides: tex(umrj96.tfm) = %{tl_version} -Provides: tex(umrj97.tfm) = %{tl_version} -Provides: tex(umrj98.tfm) = %{tl_version} -Provides: tex(umrj99.tfm) = %{tl_version} -Provides: tex(umrj9a.tfm) = %{tl_version} -Provides: tex(umrj9b.tfm) = %{tl_version} -Provides: tex(umrj9c.tfm) = %{tl_version} -Provides: tex(umrj9d.tfm) = %{tl_version} -Provides: tex(umrj9e.tfm) = %{tl_version} -Provides: tex(umrj9f.tfm) = %{tl_version} -Provides: tex(umrjff.tfm) = %{tl_version} -Provides: tex(dgjgreek.pfb) = %{tl_version} -Provides: tex(dgjhira.pfb) = %{tl_version} -Provides: tex(dgjhw.pfb) = %{tl_version} -Provides: tex(dgjka.pfb) = %{tl_version} -Provides: tex(dgjkata.pfb) = %{tl_version} -Provides: tex(dgjkb.pfb) = %{tl_version} -Provides: tex(dgjkc.pfb) = %{tl_version} -Provides: tex(dgjkd.pfb) = %{tl_version} -Provides: tex(dgjke.pfb) = %{tl_version} -Provides: tex(dgjkeisen.pfb) = %{tl_version} -Provides: tex(dgjkf.pfb) = %{tl_version} -Provides: tex(dgjkg.pfb) = %{tl_version} -Provides: tex(dgjkh.pfb) = %{tl_version} -Provides: tex(dgjki.pfb) = %{tl_version} -Provides: tex(dgjkj.pfb) = %{tl_version} -Provides: tex(dgjkk.pfb) = %{tl_version} -Provides: tex(dgjkl.pfb) = %{tl_version} -Provides: tex(dgjkm.pfb) = %{tl_version} -Provides: tex(dgjkn.pfb) = %{tl_version} -Provides: tex(dgjko.pfb) = %{tl_version} -Provides: tex(dgjkp.pfb) = %{tl_version} -Provides: tex(dgjkq.pfb) = %{tl_version} -Provides: tex(dgjkr.pfb) = %{tl_version} -Provides: tex(dgjks.pfb) = %{tl_version} -Provides: tex(dgjkt.pfb) = %{tl_version} -Provides: tex(dgjku.pfb) = %{tl_version} -Provides: tex(dgjkv.pfb) = %{tl_version} -Provides: tex(dgjkw.pfb) = %{tl_version} -Provides: tex(dgjkx.pfb) = %{tl_version} -Provides: tex(dgjky.pfb) = %{tl_version} -Provides: tex(dgjkz.pfb) = %{tl_version} -Provides: tex(dgjroma.pfb) = %{tl_version} -Provides: tex(dgjrussian.pfb) = %{tl_version} -Provides: tex(dgjsy.pfb) = %{tl_version} -Provides: tex(dmjgreek.pfb) = %{tl_version} -Provides: tex(dmjhira.pfb) = %{tl_version} -Provides: tex(dmjhw.pfb) = %{tl_version} -Provides: tex(dmjka.pfb) = %{tl_version} -Provides: tex(dmjkata.pfb) = %{tl_version} -Provides: tex(dmjkb.pfb) = %{tl_version} -Provides: tex(dmjkc.pfb) = %{tl_version} -Provides: tex(dmjkd.pfb) = %{tl_version} -Provides: tex(dmjke.pfb) = %{tl_version} -Provides: tex(dmjkeisen.pfb) = %{tl_version} -Provides: tex(dmjkf.pfb) = %{tl_version} -Provides: tex(dmjkg.pfb) = %{tl_version} -Provides: tex(dmjkh.pfb) = %{tl_version} -Provides: tex(dmjki.pfb) = %{tl_version} -Provides: tex(dmjkj.pfb) = %{tl_version} -Provides: tex(dmjkk.pfb) = %{tl_version} -Provides: tex(dmjkl.pfb) = %{tl_version} -Provides: tex(dmjkm.pfb) = %{tl_version} -Provides: tex(dmjkn.pfb) = %{tl_version} -Provides: tex(dmjko.pfb) = %{tl_version} -Provides: tex(dmjkp.pfb) = %{tl_version} -Provides: tex(dmjkq.pfb) = %{tl_version} -Provides: tex(dmjkr.pfb) = %{tl_version} -Provides: tex(dmjks.pfb) = %{tl_version} -Provides: tex(dmjkt.pfb) = %{tl_version} -Provides: tex(dmjku.pfb) = %{tl_version} -Provides: tex(dmjkv.pfb) = %{tl_version} -Provides: tex(dmjkw.pfb) = %{tl_version} -Provides: tex(dmjkx.pfb) = %{tl_version} -Provides: tex(dmjky.pfb) = %{tl_version} -Provides: tex(dmjkz.pfb) = %{tl_version} -Provides: tex(dmjroma.pfb) = %{tl_version} -Provides: tex(dmjrussian.pfb) = %{tl_version} -Provides: tex(dmjsy.pfb) = %{tl_version} -Provides: tex(mc2jka.pfb) = %{tl_version} -Provides: tex(mc2jkb.pfb) = %{tl_version} -Provides: tex(mc2jkc.pfb) = %{tl_version} -Provides: tex(mc2jkd.pfb) = %{tl_version} -Provides: tex(mc2jke.pfb) = %{tl_version} -Provides: tex(mc2jkf.pfb) = %{tl_version} -Provides: tex(mc2jkg.pfb) = %{tl_version} -Provides: tex(mc2jkh.pfb) = %{tl_version} -Provides: tex(mc2jki.pfb) = %{tl_version} -Provides: tex(mc2jkj.pfb) = %{tl_version} -Provides: tex(mc2jkk.pfb) = %{tl_version} -Provides: tex(mc2jkl.pfb) = %{tl_version} -Provides: tex(mc2jkm.pfb) = %{tl_version} -Provides: tex(mc2jkn.pfb) = %{tl_version} -Provides: tex(mc2jko.pfb) = %{tl_version} -Provides: tex(mc2jkp.pfb) = %{tl_version} -Provides: tex(mc2jkq.pfb) = %{tl_version} -Provides: tex(mc2jkr.pfb) = %{tl_version} -Provides: tex(mc2jks.pfb) = %{tl_version} -Provides: tex(mc2jkt.pfb) = %{tl_version} -Provides: tex(mc2jku.pfb) = %{tl_version} -Provides: tex(mc2jkv.pfb) = %{tl_version} -Provides: tex(mc2jkw.pfb) = %{tl_version} -Provides: tex(mcjgreek.pfb) = %{tl_version} -Provides: tex(mcjhira.pfb) = %{tl_version} -Provides: tex(mcjhw.pfb) = %{tl_version} -Provides: tex(mcjka.pfb) = %{tl_version} -Provides: tex(mcjkata.pfb) = %{tl_version} -Provides: tex(mcjkb.pfb) = %{tl_version} -Provides: tex(mcjkc.pfb) = %{tl_version} -Provides: tex(mcjkd.pfb) = %{tl_version} -Provides: tex(mcjke.pfb) = %{tl_version} -Provides: tex(mcjkeisen.pfb) = %{tl_version} -Provides: tex(mcjkf.pfb) = %{tl_version} -Provides: tex(mcjkg.pfb) = %{tl_version} -Provides: tex(mcjkh.pfb) = %{tl_version} -Provides: tex(mcjki.pfb) = %{tl_version} -Provides: tex(mcjkj.pfb) = %{tl_version} -Provides: tex(mcjkk.pfb) = %{tl_version} -Provides: tex(mcjkl.pfb) = %{tl_version} -Provides: tex(mcjkm.pfb) = %{tl_version} -Provides: tex(mcjkn.pfb) = %{tl_version} -Provides: tex(mcjko.pfb) = %{tl_version} -Provides: tex(mcjkp.pfb) = %{tl_version} -Provides: tex(mcjkq.pfb) = %{tl_version} -Provides: tex(mcjkr.pfb) = %{tl_version} -Provides: tex(mcjks.pfb) = %{tl_version} -Provides: tex(mcjkt.pfb) = %{tl_version} -Provides: tex(mcjku.pfb) = %{tl_version} -Provides: tex(mcjkv.pfb) = %{tl_version} -Provides: tex(mcjkw.pfb) = %{tl_version} -Provides: tex(mcjkx.pfb) = %{tl_version} -Provides: tex(mcjky.pfb) = %{tl_version} -Provides: tex(mcjkz.pfb) = %{tl_version} -Provides: tex(mcjroma.pfb) = %{tl_version} -Provides: tex(mcjrussian.pfb) = %{tl_version} -Provides: tex(mcjsy.pfb) = %{tl_version} -Provides: tex(mr2jka.pfb) = %{tl_version} -Provides: tex(mr2jkb.pfb) = %{tl_version} -Provides: tex(mr2jkc.pfb) = %{tl_version} -Provides: tex(mr2jkd.pfb) = %{tl_version} -Provides: tex(mr2jke.pfb) = %{tl_version} -Provides: tex(mr2jkf.pfb) = %{tl_version} -Provides: tex(mr2jkg.pfb) = %{tl_version} -Provides: tex(mr2jkh.pfb) = %{tl_version} -Provides: tex(mr2jki.pfb) = %{tl_version} -Provides: tex(mr2jkj.pfb) = %{tl_version} -Provides: tex(mr2jkk.pfb) = %{tl_version} -Provides: tex(mr2jkl.pfb) = %{tl_version} -Provides: tex(mr2jkm.pfb) = %{tl_version} -Provides: tex(mr2jkn.pfb) = %{tl_version} -Provides: tex(mr2jko.pfb) = %{tl_version} -Provides: tex(mr2jkp.pfb) = %{tl_version} -Provides: tex(mr2jkq.pfb) = %{tl_version} -Provides: tex(mr2jkr.pfb) = %{tl_version} -Provides: tex(mr2jks.pfb) = %{tl_version} -Provides: tex(mr2jkt.pfb) = %{tl_version} -Provides: tex(mr2jku.pfb) = %{tl_version} -Provides: tex(mr2jkv.pfb) = %{tl_version} -Provides: tex(mr2jkw.pfb) = %{tl_version} -Provides: tex(mrjgreek.pfb) = %{tl_version} -Provides: tex(mrjhira.pfb) = %{tl_version} -Provides: tex(mrjhw.pfb) = %{tl_version} -Provides: tex(mrjka.pfb) = %{tl_version} -Provides: tex(mrjkata.pfb) = %{tl_version} -Provides: tex(mrjkb.pfb) = %{tl_version} -Provides: tex(mrjkc.pfb) = %{tl_version} -Provides: tex(mrjkd.pfb) = %{tl_version} -Provides: tex(mrjke.pfb) = %{tl_version} -Provides: tex(mrjkeisen.pfb) = %{tl_version} -Provides: tex(mrjkf.pfb) = %{tl_version} -Provides: tex(mrjkg.pfb) = %{tl_version} -Provides: tex(mrjkh.pfb) = %{tl_version} -Provides: tex(mrjki.pfb) = %{tl_version} -Provides: tex(mrjkj.pfb) = %{tl_version} -Provides: tex(mrjkk.pfb) = %{tl_version} -Provides: tex(mrjkl.pfb) = %{tl_version} -Provides: tex(mrjkm.pfb) = %{tl_version} -Provides: tex(mrjkn.pfb) = %{tl_version} -Provides: tex(mrjko.pfb) = %{tl_version} -Provides: tex(mrjkp.pfb) = %{tl_version} -Provides: tex(mrjkq.pfb) = %{tl_version} -Provides: tex(mrjkr.pfb) = %{tl_version} -Provides: tex(mrjks.pfb) = %{tl_version} -Provides: tex(mrjkt.pfb) = %{tl_version} -Provides: tex(mrjku.pfb) = %{tl_version} -Provides: tex(mrjkv.pfb) = %{tl_version} -Provides: tex(mrjkw.pfb) = %{tl_version} -Provides: tex(mrjkx.pfb) = %{tl_version} -Provides: tex(mrjky.pfb) = %{tl_version} -Provides: tex(mrjkz.pfb) = %{tl_version} -Provides: tex(mrjroma.pfb) = %{tl_version} -Provides: tex(mrjrussian.pfb) = %{tl_version} -Provides: tex(mrjsy.pfb) = %{tl_version} -Provides: tex(udgj00.vf) = %{tl_version} -Provides: tex(udgj03.vf) = %{tl_version} -Provides: tex(udgj04.vf) = %{tl_version} -Provides: tex(udgj20.vf) = %{tl_version} -Provides: tex(udgj21.vf) = %{tl_version} -Provides: tex(udgj22.vf) = %{tl_version} -Provides: tex(udgj23.vf) = %{tl_version} -Provides: tex(udgj25.vf) = %{tl_version} -Provides: tex(udgj26.vf) = %{tl_version} -Provides: tex(udgj30.vf) = %{tl_version} -Provides: tex(udgj4e.vf) = %{tl_version} -Provides: tex(udgj4f.vf) = %{tl_version} -Provides: tex(udgj50.vf) = %{tl_version} -Provides: tex(udgj51.vf) = %{tl_version} -Provides: tex(udgj52.vf) = %{tl_version} -Provides: tex(udgj53.vf) = %{tl_version} -Provides: tex(udgj54.vf) = %{tl_version} -Provides: tex(udgj55.vf) = %{tl_version} -Provides: tex(udgj56.vf) = %{tl_version} -Provides: tex(udgj57.vf) = %{tl_version} -Provides: tex(udgj58.vf) = %{tl_version} -Provides: tex(udgj59.vf) = %{tl_version} -Provides: tex(udgj5a.vf) = %{tl_version} -Provides: tex(udgj5b.vf) = %{tl_version} -Provides: tex(udgj5c.vf) = %{tl_version} -Provides: tex(udgj5d.vf) = %{tl_version} -Provides: tex(udgj5e.vf) = %{tl_version} -Provides: tex(udgj5f.vf) = %{tl_version} -Provides: tex(udgj60.vf) = %{tl_version} -Provides: tex(udgj61.vf) = %{tl_version} -Provides: tex(udgj62.vf) = %{tl_version} -Provides: tex(udgj63.vf) = %{tl_version} -Provides: tex(udgj64.vf) = %{tl_version} -Provides: tex(udgj65.vf) = %{tl_version} -Provides: tex(udgj66.vf) = %{tl_version} -Provides: tex(udgj67.vf) = %{tl_version} -Provides: tex(udgj68.vf) = %{tl_version} -Provides: tex(udgj69.vf) = %{tl_version} -Provides: tex(udgj6a.vf) = %{tl_version} -Provides: tex(udgj6b.vf) = %{tl_version} -Provides: tex(udgj6c.vf) = %{tl_version} -Provides: tex(udgj6d.vf) = %{tl_version} -Provides: tex(udgj6e.vf) = %{tl_version} -Provides: tex(udgj6f.vf) = %{tl_version} -Provides: tex(udgj70.vf) = %{tl_version} -Provides: tex(udgj71.vf) = %{tl_version} -Provides: tex(udgj72.vf) = %{tl_version} -Provides: tex(udgj73.vf) = %{tl_version} -Provides: tex(udgj74.vf) = %{tl_version} -Provides: tex(udgj75.vf) = %{tl_version} -Provides: tex(udgj76.vf) = %{tl_version} -Provides: tex(udgj77.vf) = %{tl_version} -Provides: tex(udgj78.vf) = %{tl_version} -Provides: tex(udgj79.vf) = %{tl_version} -Provides: tex(udgj7a.vf) = %{tl_version} -Provides: tex(udgj7b.vf) = %{tl_version} -Provides: tex(udgj7c.vf) = %{tl_version} -Provides: tex(udgj7d.vf) = %{tl_version} -Provides: tex(udgj7e.vf) = %{tl_version} -Provides: tex(udgj7f.vf) = %{tl_version} -Provides: tex(udgj80.vf) = %{tl_version} -Provides: tex(udgj81.vf) = %{tl_version} -Provides: tex(udgj82.vf) = %{tl_version} -Provides: tex(udgj83.vf) = %{tl_version} -Provides: tex(udgj84.vf) = %{tl_version} -Provides: tex(udgj85.vf) = %{tl_version} -Provides: tex(udgj86.vf) = %{tl_version} -Provides: tex(udgj87.vf) = %{tl_version} -Provides: tex(udgj88.vf) = %{tl_version} -Provides: tex(udgj89.vf) = %{tl_version} -Provides: tex(udgj8a.vf) = %{tl_version} -Provides: tex(udgj8b.vf) = %{tl_version} -Provides: tex(udgj8c.vf) = %{tl_version} -Provides: tex(udgj8d.vf) = %{tl_version} -Provides: tex(udgj8e.vf) = %{tl_version} -Provides: tex(udgj8f.vf) = %{tl_version} -Provides: tex(udgj90.vf) = %{tl_version} -Provides: tex(udgj91.vf) = %{tl_version} -Provides: tex(udgj92.vf) = %{tl_version} -Provides: tex(udgj93.vf) = %{tl_version} -Provides: tex(udgj94.vf) = %{tl_version} -Provides: tex(udgj95.vf) = %{tl_version} -Provides: tex(udgj96.vf) = %{tl_version} -Provides: tex(udgj97.vf) = %{tl_version} -Provides: tex(udgj98.vf) = %{tl_version} -Provides: tex(udgj99.vf) = %{tl_version} -Provides: tex(udgj9a.vf) = %{tl_version} -Provides: tex(udgj9b.vf) = %{tl_version} -Provides: tex(udgj9c.vf) = %{tl_version} -Provides: tex(udgj9d.vf) = %{tl_version} -Provides: tex(udgj9e.vf) = %{tl_version} -Provides: tex(udgj9f.vf) = %{tl_version} -Provides: tex(udgjff.vf) = %{tl_version} -Provides: tex(udmj00.vf) = %{tl_version} -Provides: tex(udmj03.vf) = %{tl_version} -Provides: tex(udmj04.vf) = %{tl_version} -Provides: tex(udmj20.vf) = %{tl_version} -Provides: tex(udmj21.vf) = %{tl_version} -Provides: tex(udmj22.vf) = %{tl_version} -Provides: tex(udmj23.vf) = %{tl_version} -Provides: tex(udmj25.vf) = %{tl_version} -Provides: tex(udmj26.vf) = %{tl_version} -Provides: tex(udmj30.vf) = %{tl_version} -Provides: tex(udmj4e.vf) = %{tl_version} -Provides: tex(udmj4f.vf) = %{tl_version} -Provides: tex(udmj50.vf) = %{tl_version} -Provides: tex(udmj51.vf) = %{tl_version} -Provides: tex(udmj52.vf) = %{tl_version} -Provides: tex(udmj53.vf) = %{tl_version} -Provides: tex(udmj54.vf) = %{tl_version} -Provides: tex(udmj55.vf) = %{tl_version} -Provides: tex(udmj56.vf) = %{tl_version} -Provides: tex(udmj57.vf) = %{tl_version} -Provides: tex(udmj58.vf) = %{tl_version} -Provides: tex(udmj59.vf) = %{tl_version} -Provides: tex(udmj5a.vf) = %{tl_version} -Provides: tex(udmj5b.vf) = %{tl_version} -Provides: tex(udmj5c.vf) = %{tl_version} -Provides: tex(udmj5d.vf) = %{tl_version} -Provides: tex(udmj5e.vf) = %{tl_version} -Provides: tex(udmj5f.vf) = %{tl_version} -Provides: tex(udmj60.vf) = %{tl_version} -Provides: tex(udmj61.vf) = %{tl_version} -Provides: tex(udmj62.vf) = %{tl_version} -Provides: tex(udmj63.vf) = %{tl_version} -Provides: tex(udmj64.vf) = %{tl_version} -Provides: tex(udmj65.vf) = %{tl_version} -Provides: tex(udmj66.vf) = %{tl_version} -Provides: tex(udmj67.vf) = %{tl_version} -Provides: tex(udmj68.vf) = %{tl_version} -Provides: tex(udmj69.vf) = %{tl_version} -Provides: tex(udmj6a.vf) = %{tl_version} -Provides: tex(udmj6b.vf) = %{tl_version} -Provides: tex(udmj6c.vf) = %{tl_version} -Provides: tex(udmj6d.vf) = %{tl_version} -Provides: tex(udmj6e.vf) = %{tl_version} -Provides: tex(udmj6f.vf) = %{tl_version} -Provides: tex(udmj70.vf) = %{tl_version} -Provides: tex(udmj71.vf) = %{tl_version} -Provides: tex(udmj72.vf) = %{tl_version} -Provides: tex(udmj73.vf) = %{tl_version} -Provides: tex(udmj74.vf) = %{tl_version} -Provides: tex(udmj75.vf) = %{tl_version} -Provides: tex(udmj76.vf) = %{tl_version} -Provides: tex(udmj77.vf) = %{tl_version} -Provides: tex(udmj78.vf) = %{tl_version} -Provides: tex(udmj79.vf) = %{tl_version} -Provides: tex(udmj7a.vf) = %{tl_version} -Provides: tex(udmj7b.vf) = %{tl_version} -Provides: tex(udmj7c.vf) = %{tl_version} -Provides: tex(udmj7d.vf) = %{tl_version} -Provides: tex(udmj7e.vf) = %{tl_version} -Provides: tex(udmj7f.vf) = %{tl_version} -Provides: tex(udmj80.vf) = %{tl_version} -Provides: tex(udmj81.vf) = %{tl_version} -Provides: tex(udmj82.vf) = %{tl_version} -Provides: tex(udmj83.vf) = %{tl_version} -Provides: tex(udmj84.vf) = %{tl_version} -Provides: tex(udmj85.vf) = %{tl_version} -Provides: tex(udmj86.vf) = %{tl_version} -Provides: tex(udmj87.vf) = %{tl_version} -Provides: tex(udmj88.vf) = %{tl_version} -Provides: tex(udmj89.vf) = %{tl_version} -Provides: tex(udmj8a.vf) = %{tl_version} -Provides: tex(udmj8b.vf) = %{tl_version} -Provides: tex(udmj8c.vf) = %{tl_version} -Provides: tex(udmj8d.vf) = %{tl_version} -Provides: tex(udmj8e.vf) = %{tl_version} -Provides: tex(udmj8f.vf) = %{tl_version} -Provides: tex(udmj90.vf) = %{tl_version} -Provides: tex(udmj91.vf) = %{tl_version} -Provides: tex(udmj92.vf) = %{tl_version} -Provides: tex(udmj93.vf) = %{tl_version} -Provides: tex(udmj94.vf) = %{tl_version} -Provides: tex(udmj95.vf) = %{tl_version} -Provides: tex(udmj96.vf) = %{tl_version} -Provides: tex(udmj97.vf) = %{tl_version} -Provides: tex(udmj98.vf) = %{tl_version} -Provides: tex(udmj99.vf) = %{tl_version} -Provides: tex(udmj9a.vf) = %{tl_version} -Provides: tex(udmj9b.vf) = %{tl_version} -Provides: tex(udmj9c.vf) = %{tl_version} -Provides: tex(udmj9d.vf) = %{tl_version} -Provides: tex(udmj9e.vf) = %{tl_version} -Provides: tex(udmj9f.vf) = %{tl_version} -Provides: tex(udmjff.vf) = %{tl_version} -Provides: tex(umcj00.vf) = %{tl_version} -Provides: tex(umcj03.vf) = %{tl_version} -Provides: tex(umcj04.vf) = %{tl_version} -Provides: tex(umcj20.vf) = %{tl_version} -Provides: tex(umcj21.vf) = %{tl_version} -Provides: tex(umcj22.vf) = %{tl_version} -Provides: tex(umcj23.vf) = %{tl_version} -Provides: tex(umcj25.vf) = %{tl_version} -Provides: tex(umcj26.vf) = %{tl_version} -Provides: tex(umcj30.vf) = %{tl_version} -Provides: tex(umcj4e.vf) = %{tl_version} -Provides: tex(umcj4f.vf) = %{tl_version} -Provides: tex(umcj50.vf) = %{tl_version} -Provides: tex(umcj51.vf) = %{tl_version} -Provides: tex(umcj52.vf) = %{tl_version} -Provides: tex(umcj53.vf) = %{tl_version} -Provides: tex(umcj54.vf) = %{tl_version} -Provides: tex(umcj55.vf) = %{tl_version} -Provides: tex(umcj56.vf) = %{tl_version} -Provides: tex(umcj57.vf) = %{tl_version} -Provides: tex(umcj58.vf) = %{tl_version} -Provides: tex(umcj59.vf) = %{tl_version} -Provides: tex(umcj5a.vf) = %{tl_version} -Provides: tex(umcj5b.vf) = %{tl_version} -Provides: tex(umcj5c.vf) = %{tl_version} -Provides: tex(umcj5d.vf) = %{tl_version} -Provides: tex(umcj5e.vf) = %{tl_version} -Provides: tex(umcj5f.vf) = %{tl_version} -Provides: tex(umcj60.vf) = %{tl_version} -Provides: tex(umcj61.vf) = %{tl_version} -Provides: tex(umcj62.vf) = %{tl_version} -Provides: tex(umcj63.vf) = %{tl_version} -Provides: tex(umcj64.vf) = %{tl_version} -Provides: tex(umcj65.vf) = %{tl_version} -Provides: tex(umcj66.vf) = %{tl_version} -Provides: tex(umcj67.vf) = %{tl_version} -Provides: tex(umcj68.vf) = %{tl_version} -Provides: tex(umcj69.vf) = %{tl_version} -Provides: tex(umcj6a.vf) = %{tl_version} -Provides: tex(umcj6b.vf) = %{tl_version} -Provides: tex(umcj6c.vf) = %{tl_version} -Provides: tex(umcj6d.vf) = %{tl_version} -Provides: tex(umcj6e.vf) = %{tl_version} -Provides: tex(umcj6f.vf) = %{tl_version} -Provides: tex(umcj70.vf) = %{tl_version} -Provides: tex(umcj71.vf) = %{tl_version} -Provides: tex(umcj72.vf) = %{tl_version} -Provides: tex(umcj73.vf) = %{tl_version} -Provides: tex(umcj74.vf) = %{tl_version} -Provides: tex(umcj75.vf) = %{tl_version} -Provides: tex(umcj76.vf) = %{tl_version} -Provides: tex(umcj77.vf) = %{tl_version} -Provides: tex(umcj78.vf) = %{tl_version} -Provides: tex(umcj79.vf) = %{tl_version} -Provides: tex(umcj7a.vf) = %{tl_version} -Provides: tex(umcj7b.vf) = %{tl_version} -Provides: tex(umcj7c.vf) = %{tl_version} -Provides: tex(umcj7d.vf) = %{tl_version} -Provides: tex(umcj7e.vf) = %{tl_version} -Provides: tex(umcj7f.vf) = %{tl_version} -Provides: tex(umcj80.vf) = %{tl_version} -Provides: tex(umcj81.vf) = %{tl_version} -Provides: tex(umcj82.vf) = %{tl_version} -Provides: tex(umcj83.vf) = %{tl_version} -Provides: tex(umcj84.vf) = %{tl_version} -Provides: tex(umcj85.vf) = %{tl_version} -Provides: tex(umcj86.vf) = %{tl_version} -Provides: tex(umcj87.vf) = %{tl_version} -Provides: tex(umcj88.vf) = %{tl_version} -Provides: tex(umcj89.vf) = %{tl_version} -Provides: tex(umcj8a.vf) = %{tl_version} -Provides: tex(umcj8b.vf) = %{tl_version} -Provides: tex(umcj8c.vf) = %{tl_version} -Provides: tex(umcj8d.vf) = %{tl_version} -Provides: tex(umcj8e.vf) = %{tl_version} -Provides: tex(umcj8f.vf) = %{tl_version} -Provides: tex(umcj90.vf) = %{tl_version} -Provides: tex(umcj91.vf) = %{tl_version} -Provides: tex(umcj92.vf) = %{tl_version} -Provides: tex(umcj93.vf) = %{tl_version} -Provides: tex(umcj94.vf) = %{tl_version} -Provides: tex(umcj95.vf) = %{tl_version} -Provides: tex(umcj96.vf) = %{tl_version} -Provides: tex(umcj97.vf) = %{tl_version} -Provides: tex(umcj98.vf) = %{tl_version} -Provides: tex(umcj99.vf) = %{tl_version} -Provides: tex(umcj9a.vf) = %{tl_version} -Provides: tex(umcj9b.vf) = %{tl_version} -Provides: tex(umcj9c.vf) = %{tl_version} -Provides: tex(umcj9d.vf) = %{tl_version} -Provides: tex(umcj9e.vf) = %{tl_version} -Provides: tex(umcj9f.vf) = %{tl_version} -Provides: tex(umcjff.vf) = %{tl_version} -Provides: tex(umrj00.vf) = %{tl_version} -Provides: tex(umrj03.vf) = %{tl_version} -Provides: tex(umrj04.vf) = %{tl_version} -Provides: tex(umrj20.vf) = %{tl_version} -Provides: tex(umrj21.vf) = %{tl_version} -Provides: tex(umrj22.vf) = %{tl_version} -Provides: tex(umrj23.vf) = %{tl_version} -Provides: tex(umrj25.vf) = %{tl_version} -Provides: tex(umrj26.vf) = %{tl_version} -Provides: tex(umrj30.vf) = %{tl_version} -Provides: tex(umrj4e.vf) = %{tl_version} -Provides: tex(umrj4f.vf) = %{tl_version} -Provides: tex(umrj50.vf) = %{tl_version} -Provides: tex(umrj51.vf) = %{tl_version} -Provides: tex(umrj52.vf) = %{tl_version} -Provides: tex(umrj53.vf) = %{tl_version} -Provides: tex(umrj54.vf) = %{tl_version} -Provides: tex(umrj55.vf) = %{tl_version} -Provides: tex(umrj56.vf) = %{tl_version} -Provides: tex(umrj57.vf) = %{tl_version} -Provides: tex(umrj58.vf) = %{tl_version} -Provides: tex(umrj59.vf) = %{tl_version} -Provides: tex(umrj5a.vf) = %{tl_version} -Provides: tex(umrj5b.vf) = %{tl_version} -Provides: tex(umrj5c.vf) = %{tl_version} -Provides: tex(umrj5d.vf) = %{tl_version} -Provides: tex(umrj5e.vf) = %{tl_version} -Provides: tex(umrj5f.vf) = %{tl_version} -Provides: tex(umrj60.vf) = %{tl_version} -Provides: tex(umrj61.vf) = %{tl_version} -Provides: tex(umrj62.vf) = %{tl_version} -Provides: tex(umrj63.vf) = %{tl_version} -Provides: tex(umrj64.vf) = %{tl_version} -Provides: tex(umrj65.vf) = %{tl_version} -Provides: tex(umrj66.vf) = %{tl_version} -Provides: tex(umrj67.vf) = %{tl_version} -Provides: tex(umrj68.vf) = %{tl_version} -Provides: tex(umrj69.vf) = %{tl_version} -Provides: tex(umrj6a.vf) = %{tl_version} -Provides: tex(umrj6b.vf) = %{tl_version} -Provides: tex(umrj6c.vf) = %{tl_version} -Provides: tex(umrj6d.vf) = %{tl_version} -Provides: tex(umrj6e.vf) = %{tl_version} -Provides: tex(umrj6f.vf) = %{tl_version} -Provides: tex(umrj70.vf) = %{tl_version} -Provides: tex(umrj71.vf) = %{tl_version} -Provides: tex(umrj72.vf) = %{tl_version} -Provides: tex(umrj73.vf) = %{tl_version} -Provides: tex(umrj74.vf) = %{tl_version} -Provides: tex(umrj75.vf) = %{tl_version} -Provides: tex(umrj76.vf) = %{tl_version} -Provides: tex(umrj77.vf) = %{tl_version} -Provides: tex(umrj78.vf) = %{tl_version} -Provides: tex(umrj79.vf) = %{tl_version} -Provides: tex(umrj7a.vf) = %{tl_version} -Provides: tex(umrj7b.vf) = %{tl_version} -Provides: tex(umrj7c.vf) = %{tl_version} -Provides: tex(umrj7d.vf) = %{tl_version} -Provides: tex(umrj7e.vf) = %{tl_version} -Provides: tex(umrj7f.vf) = %{tl_version} -Provides: tex(umrj80.vf) = %{tl_version} -Provides: tex(umrj81.vf) = %{tl_version} -Provides: tex(umrj82.vf) = %{tl_version} -Provides: tex(umrj83.vf) = %{tl_version} -Provides: tex(umrj84.vf) = %{tl_version} -Provides: tex(umrj85.vf) = %{tl_version} -Provides: tex(umrj86.vf) = %{tl_version} -Provides: tex(umrj87.vf) = %{tl_version} -Provides: tex(umrj88.vf) = %{tl_version} -Provides: tex(umrj89.vf) = %{tl_version} -Provides: tex(umrj8a.vf) = %{tl_version} -Provides: tex(umrj8b.vf) = %{tl_version} -Provides: tex(umrj8c.vf) = %{tl_version} -Provides: tex(umrj8d.vf) = %{tl_version} -Provides: tex(umrj8e.vf) = %{tl_version} -Provides: tex(umrj8f.vf) = %{tl_version} -Provides: tex(umrj90.vf) = %{tl_version} -Provides: tex(umrj91.vf) = %{tl_version} -Provides: tex(umrj92.vf) = %{tl_version} -Provides: tex(umrj93.vf) = %{tl_version} -Provides: tex(umrj94.vf) = %{tl_version} -Provides: tex(umrj95.vf) = %{tl_version} -Provides: tex(umrj96.vf) = %{tl_version} -Provides: tex(umrj97.vf) = %{tl_version} -Provides: tex(umrj98.vf) = %{tl_version} -Provides: tex(umrj99.vf) = %{tl_version} -Provides: tex(umrj9a.vf) = %{tl_version} -Provides: tex(umrj9b.vf) = %{tl_version} -Provides: tex(umrj9c.vf) = %{tl_version} -Provides: tex(umrj9d.vf) = %{tl_version} -Provides: tex(umrj9e.vf) = %{tl_version} -Provides: tex(umrj9f.vf) = %{tl_version} -Provides: tex(umrjff.vf) = %{tl_version} - -%description wadalab -These are font bundles for the Japanese Wadalab fonts which -work with the CJK package. All subfonts now have glyph names -compliant to the Adobe Glyph List, making ToUnicode CMaps in -PDF documents (created automatically by dvipdfmx) work -correctly. All font bundles now contain virtual Unicode -subfonts. - -date: 2011-05-21 13:20:15 +0200 - -%post wadalab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map dgj.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dgj.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map dmj.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dmj.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mc2j.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mc2j.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mcj.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mcj.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mr2j.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mr2j.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mrj.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mrj.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun wadalab -if [ $1 == 0 ] ; then -sed -i '/^Map dgj.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map dmj.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mc2j.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mcj.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mr2j.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mrj.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans wadalab -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wadalab-doc -Summary: Documentation for wadalab -Version: svn22576.0 -Release: %{tl_noarch_release} -Provides: tex-wadalab-doc -BuildArch: noarch -AutoReqProv: No - -%description wadalab-doc -Documentation for wadalab - -%package cjkutils -Provides: tex-cjkutils = %{tl_version} -License: LPPL -Summary: cjkutils package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cjkutils-bin -Provides: tex(b5ka12.cfg) = %{tl_version} -Provides: tex(b5kr12.cfg) = %{tl_version} -Provides: tex(b5so12.cfg) = %{tl_version} -Provides: tex(c1so12.cfg) = %{tl_version} -Provides: tex(c2so12.cfg) = %{tl_version} -Provides: tex(c3so12.cfg) = %{tl_version} -Provides: tex(c4so12.cfg) = %{tl_version} -Provides: tex(c5so12.cfg) = %{tl_version} -Provides: tex(c6so12.cfg) = %{tl_version} -Provides: tex(c7so12.cfg) = %{tl_version} -Provides: tex(csso12.cfg) = %{tl_version} -Provides: tex(gsfs14.cfg) = %{tl_version} -Provides: tex(j2so12.cfg) = %{tl_version} -Provides: tex(jsso12.cfg) = %{tl_version} -Provides: tex(ksso17.cfg) = %{tl_version} - -%description cjkutils -cjkutils package - -%post cjkutils -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cjkutils -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cjkutils -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cjkutils-doc -Summary: Documentation for cjkutils -Version: svn26689.0 -Release: %{tl_noarch_release} -Provides: tex-cjkutils-doc -BuildArch: noarch -AutoReqProv: No - -%description cjkutils-doc -Documentation for cjkutils - -%package cjkutils-bin -Summary: Binaries for cjkutils -Version: svn26509.0 -Requires: texlive-base -Requires: tex-cjkutils -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description cjkutils-bin -Binaries for cjkutils - -%package classics -Provides: tex-classics = %{tl_version} -License: LPPL 1.3 -Summary: Cite classic works -Version: svn29018.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(classics.sty) = %{tl_version} - -%description classics -The package provides a basic framework to cite classic works -(specially from authors such as Homer, Plato, Aristotle, -Descartes, Hume, and Kant) in accordance with traditional -pagination systems. It may be used in conjunction with other -citation packages. - -date: 2013-02-04 00:32:07 +0100 - -%post classics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun classics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans classics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package classics-doc -Summary: Documentation for classics -Version: svn29018.0.1 -Release: %{tl_noarch_release} -Provides: tex-classics-doc -BuildArch: noarch -AutoReqProv: No - -%description classics-doc -Documentation for classics - -%package classicthesis -Provides: tex-classicthesis = %{tl_version} -License: GPL+ -Summary: A "classically styled" thesis package -Version: svn27416.4.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(listings.sty) -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xcolor.sty) -Requires: tex(mathpazo.sty) -Requires: tex(beramono.sty) -Requires: tex(eulervm.sty) -Requires: tex(microtype.sty) -Requires: tex(typearea.sty) -Requires: tex(booktabs.sty) -Requires: tex(textcase.sty) -Requires: tex(soul.sty) -Requires: tex(scrpage2.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(footmisc.sty) -Requires: tex(scrtime.sty) -Requires: tex(prelim2e.sty) -Requires: tex(remreset.sty) -Provides: tex(classicthesis.sty) = %{tl_version} - -%description classicthesis -The classicthesis package provides an elegant layout designed -in homage to Bringhurst's "The Elements of Typographic Style". -It makes use of a range of techniques to get the best results -achievable using TeX. Included in the bundle are templates to -make thesis writing easier. - -date: 2012-08-15 13:45:23 +0200 - -%post classicthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun classicthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans classicthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package classicthesis-doc -Summary: Documentation for classicthesis -Version: svn27416.4.1 -Release: %{tl_noarch_release} -Provides: tex-classicthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description classicthesis-doc -Documentation for classicthesis - -%package clefval -Provides: tex-clefval = %{tl_version} -License: LPPL -Summary: Key/value support with a hash -Version: svn16549.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(clefval.sty) = %{tl_version} - -%description clefval -This package provides only two macros viz. \TheKey and -\TheValue to define then use pairs of key/value and gives a -semblance of a hash. Syntax: \TheKey{key}{value} to define the -value associated to the key, does not produce text; -\TheValue{key} to return the value linked to the key. Both -arguments of \TheKey are 'moving' as LaTeX defines the term and -we have sometimes to protect them. - -date: 2006-12-07 15:13:33 +0100 - -%post clefval -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun clefval -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans clefval -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package clefval-doc -Summary: Documentation for clefval -Version: svn16549.0 -Release: %{tl_noarch_release} -Provides: tex-clefval-doc -BuildArch: noarch -AutoReqProv: No - -%description clefval-doc -Documentation for clefval - -%package cleveref -Provides: tex-cleveref = %{tl_version} -License: LPPL -Summary: Intelligent cross-referencing -Version: svn29503.0.18.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cleveref.sty) = %{tl_version} - -%description cleveref -The package enhances LaTeX's cross-referencing features, -allowing the format of references to be determined -automatically according to the type of reference. The formats -used may be customised in the preamble of a document; babel -support is available (though the choice of languages remains -limited: currently Danish, Dutch, English, French, German, -Italian, Norwegian, Russian, Spanish and Ukranian). The package -also offers a means of referencing a list of references, each -formatted according to its type. In such lists, it can collapse -sequences of numerically-consecutive labels to a reference -range. - -date: 2013-03-24 16:33:18 +0100 - -%post cleveref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cleveref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cleveref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cleveref-doc -Summary: Documentation for cleveref -Version: svn29503.0.18.9 -Release: %{tl_noarch_release} -Provides: tex-cleveref-doc -BuildArch: noarch -AutoReqProv: No - -%description cleveref-doc -Documentation for cleveref - -%package clipboard -Provides: tex-clipboard = %{tl_version} -License: LPPL 1.3 -Summary: Copy and paste into and across documents -Version: svn28876.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(clipboard.sty) = %{tl_version} - -%description clipboard -The clipboard package provides a basic framework for copying -and pasting text and commands into and across multiple -documents. It replaces the copypaste package. - -date: 2013-01-19 09:54:49 +0100 - -%post clipboard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun clipboard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans clipboard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package clipboard-doc -Summary: Documentation for clipboard -Version: svn28876.0.2 -Release: %{tl_noarch_release} -Provides: tex-clipboard-doc -BuildArch: noarch -AutoReqProv: No - -%description clipboard-doc -Documentation for clipboard - -%package clock -Provides: tex-clock = %{tl_version} -License: GPL+ -Summary: Graphical and textual clocks for TeX and LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(clock.tfm) = %{tl_version} -Provides: tex(clock.sty) = %{tl_version} -Provides: tex(clock.tex) = %{tl_version} - -%description clock -Features graphical clocks (with a classical 12h dial and two -hands) and text clocks (in 24h format) which can show system -time or any time the user desires. Works with both TeX and -LaTeX. The clock faces (appearances of the dial) are easily -expandable; the default uses a custom MetaFont font. - -date: 2008-04-19 23:05:28 +0200 - -%post clock -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun clock -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans clock -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package clock-doc -Summary: Documentation for clock -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-clock-doc -BuildArch: noarch -AutoReqProv: No - -%description clock-doc -Documentation for clock - -%package clrscode -Provides: tex-clrscode = %{tl_version} -License: LPPL -Summary: Typesets pseudocode as in Introduction to Algorithms -Version: svn15878.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(clrscode.sty) = %{tl_version} - -%description clrscode -This package allows you to typeset pseudocode in the style of -Introduction to Algorithms, Second edition, by Cormen, -Leiserson, Rivest, and Stein. The package was written by the -authors. You use the commands the same way the package's author -did when writing the book, and your output will look just like -the pseudocode in the text. - -date: 2007-03-29 23:17:09 +0200 - -%post clrscode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun clrscode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans clrscode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package clrscode-doc -Summary: Documentation for clrscode -Version: svn15878.1.7 -Release: %{tl_noarch_release} -Provides: tex-clrscode-doc -BuildArch: noarch -AutoReqProv: No - -%description clrscode-doc -Documentation for clrscode - -%package cmap -Provides: tex-cmap = %{tl_version} -License: LPPL -Summary: cmap package -Version: svn26568.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmap.sty) = %{tl_version} - -%description cmap -cmap package - -%post cmap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmap-doc -Summary: Documentation for cmap -Version: svn26568.0 -Release: %{tl_noarch_release} -Provides: tex-cmap-doc -BuildArch: noarch -AutoReqProv: No - -%description cmap-doc -Documentation for cmap - -%package cmarrows -Provides: tex-cmarrows = %{tl_version} -License: LPPL -Summary: MetaPost arrows and braces in the Computer Modern style -Version: svn24378.v0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description cmarrows -This MetaPost package contains macros to draw arrows and braces -in the Computer Modern style. - -date: 2007-03-05 14:17:42 +0100 - -%post cmarrows -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmarrows -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmarrows -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmarrows-doc -Summary: Documentation for cmarrows -Version: svn24378.v0.9 -Release: %{tl_noarch_release} -Provides: tex-cmarrows-doc -BuildArch: noarch -AutoReqProv: No - -%description cmarrows-doc -Documentation for cmarrows - -%package cmbright -Provides: tex-cmbright = %{tl_version} -License: LPPL -Summary: Computer Modern Bright fonts -Version: svn21107.8.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmbr10.tfm) = %{tl_version} -Provides: tex(cmbr17.tfm) = %{tl_version} -Provides: tex(cmbr8.tfm) = %{tl_version} -Provides: tex(cmbr9.tfm) = %{tl_version} -Provides: tex(cmbras10.tfm) = %{tl_version} -Provides: tex(cmbras8.tfm) = %{tl_version} -Provides: tex(cmbras9.tfm) = %{tl_version} -Provides: tex(cmbrbs10.tfm) = %{tl_version} -Provides: tex(cmbrbs8.tfm) = %{tl_version} -Provides: tex(cmbrbs9.tfm) = %{tl_version} -Provides: tex(cmbrbx10.tfm) = %{tl_version} -Provides: tex(cmbrmb10.tfm) = %{tl_version} -Provides: tex(cmbrmi10.tfm) = %{tl_version} -Provides: tex(cmbrmi8.tfm) = %{tl_version} -Provides: tex(cmbrmi9.tfm) = %{tl_version} -Provides: tex(cmbrsl10.tfm) = %{tl_version} -Provides: tex(cmbrsl17.tfm) = %{tl_version} -Provides: tex(cmbrsl8.tfm) = %{tl_version} -Provides: tex(cmbrsl9.tfm) = %{tl_version} -Provides: tex(cmbrsy10.tfm) = %{tl_version} -Provides: tex(cmbrsy8.tfm) = %{tl_version} -Provides: tex(cmbrsy9.tfm) = %{tl_version} -Provides: tex(cmsltl10.tfm) = %{tl_version} -Provides: tex(cmtl10.tfm) = %{tl_version} -Provides: tex(ebbx10.tfm) = %{tl_version} -Provides: tex(ebmo10.tfm) = %{tl_version} -Provides: tex(ebmo17.tfm) = %{tl_version} -Provides: tex(ebmo8.tfm) = %{tl_version} -Provides: tex(ebmo9.tfm) = %{tl_version} -Provides: tex(ebmr10.tfm) = %{tl_version} -Provides: tex(ebmr17.tfm) = %{tl_version} -Provides: tex(ebmr8.tfm) = %{tl_version} -Provides: tex(ebmr9.tfm) = %{tl_version} -Provides: tex(ebso10.tfm) = %{tl_version} -Provides: tex(ebso17.tfm) = %{tl_version} -Provides: tex(ebso8.tfm) = %{tl_version} -Provides: tex(ebso9.tfm) = %{tl_version} -Provides: tex(ebsr10.tfm) = %{tl_version} -Provides: tex(ebsr17.tfm) = %{tl_version} -Provides: tex(ebsr8.tfm) = %{tl_version} -Provides: tex(ebsr9.tfm) = %{tl_version} -Provides: tex(ebtl10.tfm) = %{tl_version} -Provides: tex(ebto10.tfm) = %{tl_version} -Provides: tex(tbbx10.tfm) = %{tl_version} -Provides: tex(tbmo10.tfm) = %{tl_version} -Provides: tex(tbmo17.tfm) = %{tl_version} -Provides: tex(tbmo8.tfm) = %{tl_version} -Provides: tex(tbmo9.tfm) = %{tl_version} -Provides: tex(tbmr10.tfm) = %{tl_version} -Provides: tex(tbmr17.tfm) = %{tl_version} -Provides: tex(tbmr8.tfm) = %{tl_version} -Provides: tex(tbmr9.tfm) = %{tl_version} -Provides: tex(tbso10.tfm) = %{tl_version} -Provides: tex(tbso17.tfm) = %{tl_version} -Provides: tex(tbso8.tfm) = %{tl_version} -Provides: tex(tbso9.tfm) = %{tl_version} -Provides: tex(tbsr10.tfm) = %{tl_version} -Provides: tex(tbsr17.tfm) = %{tl_version} -Provides: tex(tbsr8.tfm) = %{tl_version} -Provides: tex(tbsr9.tfm) = %{tl_version} -Provides: tex(tbtl10.tfm) = %{tl_version} -Provides: tex(tbto10.tfm) = %{tl_version} -Provides: tex(cmbright.sty) = %{tl_version} -Provides: tex(omlcmbr.fd) = %{tl_version} -Provides: tex(omlcmbrm.fd) = %{tl_version} -Provides: tex(omscmbr.fd) = %{tl_version} -Provides: tex(omscmbrs.fd) = %{tl_version} -Provides: tex(ot1cmbr.fd) = %{tl_version} -Provides: tex(ot1cmtl.fd) = %{tl_version} -Provides: tex(t1cmbr.fd) = %{tl_version} -Provides: tex(t1cmtl.fd) = %{tl_version} -Provides: tex(ts1cmbr.fd) = %{tl_version} -Provides: tex(ts1cmtl.fd) = %{tl_version} - -%description cmbright -A family of sans serif fonts for TeX and LaTeX, based on Donald -Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text -fonts of various shapes as well as all the fonts necessary for -mathematical typesetting, including AMS symbols. This -collection provides all the necessary files for using the fonts -with LaTeX. A commercial-quality Adobe Type 1 version of these -fonts is available from Micropress. Free versions are -available, in the cm-super font bundle (the T1 and TS1 encoded -part of the set), and in the hfbright (the OT1 encoded part, -and the maths fonts). - -date: 2007-01-01 00:37:00 +0100 - -%post cmbright -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmbright -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmbright -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmbright-doc -Summary: Documentation for cmbright -Version: svn21107.8.1 -Release: %{tl_noarch_release} -Provides: tex-cmbright-doc -BuildArch: noarch -AutoReqProv: No - -%description cmbright-doc -Documentation for cmbright - -%package cmcyr -Provides: tex-cmcyr = %{tl_version} -License: Public Domain -Summary: Computer Modern fonts with cyrillic extensions -Version: svn16696.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cmcyr.map) = %{tl_version} -Provides: tex(cmcb10.tfm) = %{tl_version} -Provides: tex(cmcbx10.tfm) = %{tl_version} -Provides: tex(cmcbx12.tfm) = %{tl_version} -Provides: tex(cmcbx5.tfm) = %{tl_version} -Provides: tex(cmcbx6.tfm) = %{tl_version} -Provides: tex(cmcbx7.tfm) = %{tl_version} -Provides: tex(cmcbx8.tfm) = %{tl_version} -Provides: tex(cmcbx9.tfm) = %{tl_version} -Provides: tex(cmcbxsl10.tfm) = %{tl_version} -Provides: tex(cmcbxti10.tfm) = %{tl_version} -Provides: tex(cmccsc10.tfm) = %{tl_version} -Provides: tex(cmccsc8.tfm) = %{tl_version} -Provides: tex(cmccsc9.tfm) = %{tl_version} -Provides: tex(cmcinch.tfm) = %{tl_version} -Provides: tex(cmcitt10.tfm) = %{tl_version} -Provides: tex(cmcsl10.tfm) = %{tl_version} -Provides: tex(cmcsl12.tfm) = %{tl_version} -Provides: tex(cmcsl8.tfm) = %{tl_version} -Provides: tex(cmcsl9.tfm) = %{tl_version} -Provides: tex(cmcsltt10.tfm) = %{tl_version} -Provides: tex(cmcss10.tfm) = %{tl_version} -Provides: tex(cmcss12.tfm) = %{tl_version} -Provides: tex(cmcss17.tfm) = %{tl_version} -Provides: tex(cmcss8.tfm) = %{tl_version} -Provides: tex(cmcss9.tfm) = %{tl_version} -Provides: tex(cmcssbx10.tfm) = %{tl_version} -Provides: tex(cmcssdc10.tfm) = %{tl_version} -Provides: tex(cmcssi10.tfm) = %{tl_version} -Provides: tex(cmcssi12.tfm) = %{tl_version} -Provides: tex(cmcssi17.tfm) = %{tl_version} -Provides: tex(cmcssi8.tfm) = %{tl_version} -Provides: tex(cmcssi9.tfm) = %{tl_version} -Provides: tex(cmcssq8.tfm) = %{tl_version} -Provides: tex(cmcssqi8.tfm) = %{tl_version} -Provides: tex(cmcti10.tfm) = %{tl_version} -Provides: tex(cmcti12.tfm) = %{tl_version} -Provides: tex(cmcti7.tfm) = %{tl_version} -Provides: tex(cmcti8.tfm) = %{tl_version} -Provides: tex(cmcti9.tfm) = %{tl_version} -Provides: tex(cmctt10.tfm) = %{tl_version} -Provides: tex(cmctt12.tfm) = %{tl_version} -Provides: tex(cmctt8.tfm) = %{tl_version} -Provides: tex(cmctt9.tfm) = %{tl_version} -Provides: tex(cmcu10.tfm) = %{tl_version} -Provides: tex(cmcyr10.tfm) = %{tl_version} -Provides: tex(cmcyr12.tfm) = %{tl_version} -Provides: tex(cmcyr17.tfm) = %{tl_version} -Provides: tex(cmcyr5.tfm) = %{tl_version} -Provides: tex(cmcyr6.tfm) = %{tl_version} -Provides: tex(cmcyr7.tfm) = %{tl_version} -Provides: tex(cmcyr8.tfm) = %{tl_version} -Provides: tex(cmcyr9.tfm) = %{tl_version} -Provides: tex(kcmb10.tfm) = %{tl_version} -Provides: tex(kcmbx10.tfm) = %{tl_version} -Provides: tex(kcmbx12.tfm) = %{tl_version} -Provides: tex(kcmbx5.tfm) = %{tl_version} -Provides: tex(kcmbx6.tfm) = %{tl_version} -Provides: tex(kcmbx7.tfm) = %{tl_version} -Provides: tex(kcmbx8.tfm) = %{tl_version} -Provides: tex(kcmbx9.tfm) = %{tl_version} -Provides: tex(kcmbxsl10.tfm) = %{tl_version} -Provides: tex(kcmbxti10.tfm) = %{tl_version} -Provides: tex(kcmcsc10.tfm) = %{tl_version} -Provides: tex(kcmcsc8.tfm) = %{tl_version} -Provides: tex(kcmcsc9.tfm) = %{tl_version} -Provides: tex(kcminch.tfm) = %{tl_version} -Provides: tex(kcmitt10.tfm) = %{tl_version} -Provides: tex(kcmmi10.tfm) = %{tl_version} -Provides: tex(kcmmi12.tfm) = %{tl_version} -Provides: tex(kcmmi5.tfm) = %{tl_version} -Provides: tex(kcmmi6.tfm) = %{tl_version} -Provides: tex(kcmmi7.tfm) = %{tl_version} -Provides: tex(kcmmi8.tfm) = %{tl_version} -Provides: tex(kcmmi9.tfm) = %{tl_version} -Provides: tex(kcmmib10.tfm) = %{tl_version} -Provides: tex(kcmr10.tfm) = %{tl_version} -Provides: tex(kcmr12.tfm) = %{tl_version} -Provides: tex(kcmr17.tfm) = %{tl_version} -Provides: tex(kcmr5.tfm) = %{tl_version} -Provides: tex(kcmr6.tfm) = %{tl_version} -Provides: tex(kcmr7.tfm) = %{tl_version} -Provides: tex(kcmr8.tfm) = %{tl_version} -Provides: tex(kcmr9.tfm) = %{tl_version} -Provides: tex(kcmsl10.tfm) = %{tl_version} -Provides: tex(kcmsl12.tfm) = %{tl_version} -Provides: tex(kcmsl8.tfm) = %{tl_version} -Provides: tex(kcmsl9.tfm) = %{tl_version} -Provides: tex(kcmsltt10.tfm) = %{tl_version} -Provides: tex(kcmss10.tfm) = %{tl_version} -Provides: tex(kcmss12.tfm) = %{tl_version} -Provides: tex(kcmss17.tfm) = %{tl_version} -Provides: tex(kcmss8.tfm) = %{tl_version} -Provides: tex(kcmss9.tfm) = %{tl_version} -Provides: tex(kcmssbx10.tfm) = %{tl_version} -Provides: tex(kcmssdc10.tfm) = %{tl_version} -Provides: tex(kcmssi10.tfm) = %{tl_version} -Provides: tex(kcmssi12.tfm) = %{tl_version} -Provides: tex(kcmssi17.tfm) = %{tl_version} -Provides: tex(kcmssi8.tfm) = %{tl_version} -Provides: tex(kcmssi9.tfm) = %{tl_version} -Provides: tex(kcmssq8.tfm) = %{tl_version} -Provides: tex(kcmssqi8.tfm) = %{tl_version} -Provides: tex(kcmti10.tfm) = %{tl_version} -Provides: tex(kcmti12.tfm) = %{tl_version} -Provides: tex(kcmti7.tfm) = %{tl_version} -Provides: tex(kcmti8.tfm) = %{tl_version} -Provides: tex(kcmti9.tfm) = %{tl_version} -Provides: tex(kcmtt10.tfm) = %{tl_version} -Provides: tex(kcmtt12.tfm) = %{tl_version} -Provides: tex(kcmtt8.tfm) = %{tl_version} -Provides: tex(kcmtt9.tfm) = %{tl_version} -Provides: tex(kcmu10.tfm) = %{tl_version} -Provides: tex(wcmb10.tfm) = %{tl_version} -Provides: tex(wcmbx10.tfm) = %{tl_version} -Provides: tex(wcmbx12.tfm) = %{tl_version} -Provides: tex(wcmbx5.tfm) = %{tl_version} -Provides: tex(wcmbx6.tfm) = %{tl_version} -Provides: tex(wcmbx7.tfm) = %{tl_version} -Provides: tex(wcmbx8.tfm) = %{tl_version} -Provides: tex(wcmbx9.tfm) = %{tl_version} -Provides: tex(wcmbxsl10.tfm) = %{tl_version} -Provides: tex(wcmbxti10.tfm) = %{tl_version} -Provides: tex(wcmcsc10.tfm) = %{tl_version} -Provides: tex(wcmcsc8.tfm) = %{tl_version} -Provides: tex(wcmcsc9.tfm) = %{tl_version} -Provides: tex(wcminch.tfm) = %{tl_version} -Provides: tex(wcmitt10.tfm) = %{tl_version} -Provides: tex(wcmmi10.tfm) = %{tl_version} -Provides: tex(wcmmi12.tfm) = %{tl_version} -Provides: tex(wcmmi5.tfm) = %{tl_version} -Provides: tex(wcmmi6.tfm) = %{tl_version} -Provides: tex(wcmmi7.tfm) = %{tl_version} -Provides: tex(wcmmi8.tfm) = %{tl_version} -Provides: tex(wcmmi9.tfm) = %{tl_version} -Provides: tex(wcmmib10.tfm) = %{tl_version} -Provides: tex(wcmr10.tfm) = %{tl_version} -Provides: tex(wcmr12.tfm) = %{tl_version} -Provides: tex(wcmr17.tfm) = %{tl_version} -Provides: tex(wcmr5.tfm) = %{tl_version} -Provides: tex(wcmr6.tfm) = %{tl_version} -Provides: tex(wcmr7.tfm) = %{tl_version} -Provides: tex(wcmr8.tfm) = %{tl_version} -Provides: tex(wcmr9.tfm) = %{tl_version} -Provides: tex(wcmsl10.tfm) = %{tl_version} -Provides: tex(wcmsl12.tfm) = %{tl_version} -Provides: tex(wcmsl8.tfm) = %{tl_version} -Provides: tex(wcmsl9.tfm) = %{tl_version} -Provides: tex(wcmsltt10.tfm) = %{tl_version} -Provides: tex(wcmss10.tfm) = %{tl_version} -Provides: tex(wcmss12.tfm) = %{tl_version} -Provides: tex(wcmss17.tfm) = %{tl_version} -Provides: tex(wcmss8.tfm) = %{tl_version} -Provides: tex(wcmss9.tfm) = %{tl_version} -Provides: tex(wcmssbx10.tfm) = %{tl_version} -Provides: tex(wcmssdc10.tfm) = %{tl_version} -Provides: tex(wcmssi10.tfm) = %{tl_version} -Provides: tex(wcmssi12.tfm) = %{tl_version} -Provides: tex(wcmssi17.tfm) = %{tl_version} -Provides: tex(wcmssi8.tfm) = %{tl_version} -Provides: tex(wcmssi9.tfm) = %{tl_version} -Provides: tex(wcmssq8.tfm) = %{tl_version} -Provides: tex(wcmssqi8.tfm) = %{tl_version} -Provides: tex(wcmti10.tfm) = %{tl_version} -Provides: tex(wcmti12.tfm) = %{tl_version} -Provides: tex(wcmti7.tfm) = %{tl_version} -Provides: tex(wcmti8.tfm) = %{tl_version} -Provides: tex(wcmti9.tfm) = %{tl_version} -Provides: tex(wcmtt10.tfm) = %{tl_version} -Provides: tex(wcmtt12.tfm) = %{tl_version} -Provides: tex(wcmtt8.tfm) = %{tl_version} -Provides: tex(wcmtt9.tfm) = %{tl_version} -Provides: tex(wcmu10.tfm) = %{tl_version} -Provides: tex(xcmb10.tfm) = %{tl_version} -Provides: tex(xcmbx10.tfm) = %{tl_version} -Provides: tex(xcmbx12.tfm) = %{tl_version} -Provides: tex(xcmbx5.tfm) = %{tl_version} -Provides: tex(xcmbx6.tfm) = %{tl_version} -Provides: tex(xcmbx7.tfm) = %{tl_version} -Provides: tex(xcmbx8.tfm) = %{tl_version} -Provides: tex(xcmbx9.tfm) = %{tl_version} -Provides: tex(xcmbxsl10.tfm) = %{tl_version} -Provides: tex(xcmbxti10.tfm) = %{tl_version} -Provides: tex(xcmcsc10.tfm) = %{tl_version} -Provides: tex(xcmcsc8.tfm) = %{tl_version} -Provides: tex(xcmcsc9.tfm) = %{tl_version} -Provides: tex(xcminch.tfm) = %{tl_version} -Provides: tex(xcmitt10.tfm) = %{tl_version} -Provides: tex(xcmmi10.tfm) = %{tl_version} -Provides: tex(xcmmi12.tfm) = %{tl_version} -Provides: tex(xcmmi5.tfm) = %{tl_version} -Provides: tex(xcmmi6.tfm) = %{tl_version} -Provides: tex(xcmmi7.tfm) = %{tl_version} -Provides: tex(xcmmi8.tfm) = %{tl_version} -Provides: tex(xcmmi9.tfm) = %{tl_version} -Provides: tex(xcmmib10.tfm) = %{tl_version} -Provides: tex(xcmr10.tfm) = %{tl_version} -Provides: tex(xcmr12.tfm) = %{tl_version} -Provides: tex(xcmr17.tfm) = %{tl_version} -Provides: tex(xcmr5.tfm) = %{tl_version} -Provides: tex(xcmr6.tfm) = %{tl_version} -Provides: tex(xcmr7.tfm) = %{tl_version} -Provides: tex(xcmr8.tfm) = %{tl_version} -Provides: tex(xcmr9.tfm) = %{tl_version} -Provides: tex(xcmsl10.tfm) = %{tl_version} -Provides: tex(xcmsl12.tfm) = %{tl_version} -Provides: tex(xcmsl8.tfm) = %{tl_version} -Provides: tex(xcmsl9.tfm) = %{tl_version} -Provides: tex(xcmsltt10.tfm) = %{tl_version} -Provides: tex(xcmss10.tfm) = %{tl_version} -Provides: tex(xcmss12.tfm) = %{tl_version} -Provides: tex(xcmss17.tfm) = %{tl_version} -Provides: tex(xcmss8.tfm) = %{tl_version} -Provides: tex(xcmss9.tfm) = %{tl_version} -Provides: tex(xcmssbx10.tfm) = %{tl_version} -Provides: tex(xcmssdc10.tfm) = %{tl_version} -Provides: tex(xcmssi10.tfm) = %{tl_version} -Provides: tex(xcmssi12.tfm) = %{tl_version} -Provides: tex(xcmssi17.tfm) = %{tl_version} -Provides: tex(xcmssi8.tfm) = %{tl_version} -Provides: tex(xcmssi9.tfm) = %{tl_version} -Provides: tex(xcmssq8.tfm) = %{tl_version} -Provides: tex(xcmssqi8.tfm) = %{tl_version} -Provides: tex(xcmti10.tfm) = %{tl_version} -Provides: tex(xcmti12.tfm) = %{tl_version} -Provides: tex(xcmti7.tfm) = %{tl_version} -Provides: tex(xcmti8.tfm) = %{tl_version} -Provides: tex(xcmti9.tfm) = %{tl_version} -Provides: tex(xcmtt10.tfm) = %{tl_version} -Provides: tex(xcmtt12.tfm) = %{tl_version} -Provides: tex(xcmtt8.tfm) = %{tl_version} -Provides: tex(xcmtt9.tfm) = %{tl_version} -Provides: tex(xcmu10.tfm) = %{tl_version} -Provides: tex(ycmb10.tfm) = %{tl_version} -Provides: tex(ycmbx10.tfm) = %{tl_version} -Provides: tex(ycmbx12.tfm) = %{tl_version} -Provides: tex(ycmbx5.tfm) = %{tl_version} -Provides: tex(ycmbx6.tfm) = %{tl_version} -Provides: tex(ycmbx7.tfm) = %{tl_version} -Provides: tex(ycmbx8.tfm) = %{tl_version} -Provides: tex(ycmbx9.tfm) = %{tl_version} -Provides: tex(ycmbxsl10.tfm) = %{tl_version} -Provides: tex(ycmbxti10.tfm) = %{tl_version} -Provides: tex(ycmcsc10.tfm) = %{tl_version} -Provides: tex(ycmcsc8.tfm) = %{tl_version} -Provides: tex(ycmcsc9.tfm) = %{tl_version} -Provides: tex(ycminch.tfm) = %{tl_version} -Provides: tex(ycmitt10.tfm) = %{tl_version} -Provides: tex(ycmmi10.tfm) = %{tl_version} -Provides: tex(ycmmi12.tfm) = %{tl_version} -Provides: tex(ycmmi5.tfm) = %{tl_version} -Provides: tex(ycmmi6.tfm) = %{tl_version} -Provides: tex(ycmmi7.tfm) = %{tl_version} -Provides: tex(ycmmi8.tfm) = %{tl_version} -Provides: tex(ycmmi9.tfm) = %{tl_version} -Provides: tex(ycmmib10.tfm) = %{tl_version} -Provides: tex(ycmr10.tfm) = %{tl_version} -Provides: tex(ycmr12.tfm) = %{tl_version} -Provides: tex(ycmr17.tfm) = %{tl_version} -Provides: tex(ycmr5.tfm) = %{tl_version} -Provides: tex(ycmr6.tfm) = %{tl_version} -Provides: tex(ycmr7.tfm) = %{tl_version} -Provides: tex(ycmr8.tfm) = %{tl_version} -Provides: tex(ycmr9.tfm) = %{tl_version} -Provides: tex(ycmsl10.tfm) = %{tl_version} -Provides: tex(ycmsl12.tfm) = %{tl_version} -Provides: tex(ycmsl8.tfm) = %{tl_version} -Provides: tex(ycmsl9.tfm) = %{tl_version} -Provides: tex(ycmsltt10.tfm) = %{tl_version} -Provides: tex(ycmss10.tfm) = %{tl_version} -Provides: tex(ycmss12.tfm) = %{tl_version} -Provides: tex(ycmss17.tfm) = %{tl_version} -Provides: tex(ycmss8.tfm) = %{tl_version} -Provides: tex(ycmss9.tfm) = %{tl_version} -Provides: tex(ycmssbx10.tfm) = %{tl_version} -Provides: tex(ycmssdc10.tfm) = %{tl_version} -Provides: tex(ycmssi10.tfm) = %{tl_version} -Provides: tex(ycmssi12.tfm) = %{tl_version} -Provides: tex(ycmssi17.tfm) = %{tl_version} -Provides: tex(ycmssi8.tfm) = %{tl_version} -Provides: tex(ycmssi9.tfm) = %{tl_version} -Provides: tex(ycmssq8.tfm) = %{tl_version} -Provides: tex(ycmssqi8.tfm) = %{tl_version} -Provides: tex(ycmti10.tfm) = %{tl_version} -Provides: tex(ycmti12.tfm) = %{tl_version} -Provides: tex(ycmti7.tfm) = %{tl_version} -Provides: tex(ycmti8.tfm) = %{tl_version} -Provides: tex(ycmti9.tfm) = %{tl_version} -Provides: tex(ycmtt10.tfm) = %{tl_version} -Provides: tex(ycmtt12.tfm) = %{tl_version} -Provides: tex(ycmtt8.tfm) = %{tl_version} -Provides: tex(ycmtt9.tfm) = %{tl_version} -Provides: tex(ycmu10.tfm) = %{tl_version} -Provides: tex(cmcb10.pfb) = %{tl_version} -Provides: tex(cmcbx10.pfb) = %{tl_version} -Provides: tex(cmcbx12.pfb) = %{tl_version} -Provides: tex(cmcbx5.pfb) = %{tl_version} -Provides: tex(cmcbx6.pfb) = %{tl_version} -Provides: tex(cmcbx7.pfb) = %{tl_version} -Provides: tex(cmcbx8.pfb) = %{tl_version} -Provides: tex(cmcbx9.pfb) = %{tl_version} -Provides: tex(cmcbxsl1.pfb) = %{tl_version} -Provides: tex(cmcbxti1.pfb) = %{tl_version} -Provides: tex(cmccsc10.pfb) = %{tl_version} -Provides: tex(cmccsc8.pfb) = %{tl_version} -Provides: tex(cmccsc9.pfb) = %{tl_version} -Provides: tex(cmcinch7.pfb) = %{tl_version} -Provides: tex(cmcitt10.pfb) = %{tl_version} -Provides: tex(cmcsl10.pfb) = %{tl_version} -Provides: tex(cmcsl12.pfb) = %{tl_version} -Provides: tex(cmcsl8.pfb) = %{tl_version} -Provides: tex(cmcsl9.pfb) = %{tl_version} -Provides: tex(cmcsltt1.pfb) = %{tl_version} -Provides: tex(cmcss10.pfb) = %{tl_version} -Provides: tex(cmcss12.pfb) = %{tl_version} -Provides: tex(cmcss17.pfb) = %{tl_version} -Provides: tex(cmcss8.pfb) = %{tl_version} -Provides: tex(cmcss9.pfb) = %{tl_version} -Provides: tex(cmcssbx1.pfb) = %{tl_version} -Provides: tex(cmcssdc1.pfb) = %{tl_version} -Provides: tex(cmcssi10.pfb) = %{tl_version} -Provides: tex(cmcssi12.pfb) = %{tl_version} -Provides: tex(cmcssi17.pfb) = %{tl_version} -Provides: tex(cmcssi8.pfb) = %{tl_version} -Provides: tex(cmcssi9.pfb) = %{tl_version} -Provides: tex(cmcssq8.pfb) = %{tl_version} -Provides: tex(cmcssqi8.pfb) = %{tl_version} -Provides: tex(cmcti10.pfb) = %{tl_version} -Provides: tex(cmcti12.pfb) = %{tl_version} -Provides: tex(cmcti7.pfb) = %{tl_version} -Provides: tex(cmcti8.pfb) = %{tl_version} -Provides: tex(cmcti9.pfb) = %{tl_version} -Provides: tex(cmctt10.pfb) = %{tl_version} -Provides: tex(cmctt12.pfb) = %{tl_version} -Provides: tex(cmctt8.pfb) = %{tl_version} -Provides: tex(cmctt9.pfb) = %{tl_version} -Provides: tex(cmcu10.pfb) = %{tl_version} -Provides: tex(cmcyr10.pfb) = %{tl_version} -Provides: tex(cmcyr12.pfb) = %{tl_version} -Provides: tex(cmcyr17.pfb) = %{tl_version} -Provides: tex(cmcyr5.pfb) = %{tl_version} -Provides: tex(cmcyr6.pfb) = %{tl_version} -Provides: tex(cmcyr7.pfb) = %{tl_version} -Provides: tex(cmcyr8.pfb) = %{tl_version} -Provides: tex(cmcyr9.pfb) = %{tl_version} -Provides: tex(kcmb10.vf) = %{tl_version} -Provides: tex(kcmbx10.vf) = %{tl_version} -Provides: tex(kcmbx12.vf) = %{tl_version} -Provides: tex(kcmbx5.vf) = %{tl_version} -Provides: tex(kcmbx6.vf) = %{tl_version} -Provides: tex(kcmbx7.vf) = %{tl_version} -Provides: tex(kcmbx8.vf) = %{tl_version} -Provides: tex(kcmbx9.vf) = %{tl_version} -Provides: tex(kcmbxsl10.vf) = %{tl_version} -Provides: tex(kcmbxti10.vf) = %{tl_version} -Provides: tex(kcmcsc10.vf) = %{tl_version} -Provides: tex(kcmcsc8.vf) = %{tl_version} -Provides: tex(kcmcsc9.vf) = %{tl_version} -Provides: tex(kcminch.vf) = %{tl_version} -Provides: tex(kcmitt10.vf) = %{tl_version} -Provides: tex(kcmmi10.vf) = %{tl_version} -Provides: tex(kcmmi12.vf) = %{tl_version} -Provides: tex(kcmmi5.vf) = %{tl_version} -Provides: tex(kcmmi6.vf) = %{tl_version} -Provides: tex(kcmmi7.vf) = %{tl_version} -Provides: tex(kcmmi8.vf) = %{tl_version} -Provides: tex(kcmmi9.vf) = %{tl_version} -Provides: tex(kcmmib10.vf) = %{tl_version} -Provides: tex(kcmr10.vf) = %{tl_version} -Provides: tex(kcmr12.vf) = %{tl_version} -Provides: tex(kcmr17.vf) = %{tl_version} -Provides: tex(kcmr5.vf) = %{tl_version} -Provides: tex(kcmr6.vf) = %{tl_version} -Provides: tex(kcmr7.vf) = %{tl_version} -Provides: tex(kcmr8.vf) = %{tl_version} -Provides: tex(kcmr9.vf) = %{tl_version} -Provides: tex(kcmsl10.vf) = %{tl_version} -Provides: tex(kcmsl12.vf) = %{tl_version} -Provides: tex(kcmsl8.vf) = %{tl_version} -Provides: tex(kcmsl9.vf) = %{tl_version} -Provides: tex(kcmsltt10.vf) = %{tl_version} -Provides: tex(kcmss10.vf) = %{tl_version} -Provides: tex(kcmss12.vf) = %{tl_version} -Provides: tex(kcmss17.vf) = %{tl_version} -Provides: tex(kcmss8.vf) = %{tl_version} -Provides: tex(kcmss9.vf) = %{tl_version} -Provides: tex(kcmssbx10.vf) = %{tl_version} -Provides: tex(kcmssdc10.vf) = %{tl_version} -Provides: tex(kcmssi10.vf) = %{tl_version} -Provides: tex(kcmssi12.vf) = %{tl_version} -Provides: tex(kcmssi17.vf) = %{tl_version} -Provides: tex(kcmssi8.vf) = %{tl_version} -Provides: tex(kcmssi9.vf) = %{tl_version} -Provides: tex(kcmssq8.vf) = %{tl_version} -Provides: tex(kcmssqi8.vf) = %{tl_version} -Provides: tex(kcmti10.vf) = %{tl_version} -Provides: tex(kcmti12.vf) = %{tl_version} -Provides: tex(kcmti7.vf) = %{tl_version} -Provides: tex(kcmti8.vf) = %{tl_version} -Provides: tex(kcmti9.vf) = %{tl_version} -Provides: tex(kcmtt10.vf) = %{tl_version} -Provides: tex(kcmtt12.vf) = %{tl_version} -Provides: tex(kcmtt8.vf) = %{tl_version} -Provides: tex(kcmtt9.vf) = %{tl_version} -Provides: tex(kcmu10.vf) = %{tl_version} -Provides: tex(wcmb10.vf) = %{tl_version} -Provides: tex(wcmbx10.vf) = %{tl_version} -Provides: tex(wcmbx12.vf) = %{tl_version} -Provides: tex(wcmbx5.vf) = %{tl_version} -Provides: tex(wcmbx6.vf) = %{tl_version} -Provides: tex(wcmbx7.vf) = %{tl_version} -Provides: tex(wcmbx8.vf) = %{tl_version} -Provides: tex(wcmbx9.vf) = %{tl_version} -Provides: tex(wcmbxsl10.vf) = %{tl_version} -Provides: tex(wcmbxti10.vf) = %{tl_version} -Provides: tex(wcmcsc10.vf) = %{tl_version} -Provides: tex(wcmcsc8.vf) = %{tl_version} -Provides: tex(wcmcsc9.vf) = %{tl_version} -Provides: tex(wcminch.vf) = %{tl_version} -Provides: tex(wcmitt10.vf) = %{tl_version} -Provides: tex(wcmmi10.vf) = %{tl_version} -Provides: tex(wcmmi12.vf) = %{tl_version} -Provides: tex(wcmmi5.vf) = %{tl_version} -Provides: tex(wcmmi6.vf) = %{tl_version} -Provides: tex(wcmmi7.vf) = %{tl_version} -Provides: tex(wcmmi8.vf) = %{tl_version} -Provides: tex(wcmmi9.vf) = %{tl_version} -Provides: tex(wcmmib10.vf) = %{tl_version} -Provides: tex(wcmr10.vf) = %{tl_version} -Provides: tex(wcmr12.vf) = %{tl_version} -Provides: tex(wcmr17.vf) = %{tl_version} -Provides: tex(wcmr5.vf) = %{tl_version} -Provides: tex(wcmr6.vf) = %{tl_version} -Provides: tex(wcmr7.vf) = %{tl_version} -Provides: tex(wcmr8.vf) = %{tl_version} -Provides: tex(wcmr9.vf) = %{tl_version} -Provides: tex(wcmsl10.vf) = %{tl_version} -Provides: tex(wcmsl12.vf) = %{tl_version} -Provides: tex(wcmsl8.vf) = %{tl_version} -Provides: tex(wcmsl9.vf) = %{tl_version} -Provides: tex(wcmsltt10.vf) = %{tl_version} -Provides: tex(wcmss10.vf) = %{tl_version} -Provides: tex(wcmss12.vf) = %{tl_version} -Provides: tex(wcmss17.vf) = %{tl_version} -Provides: tex(wcmss8.vf) = %{tl_version} -Provides: tex(wcmss9.vf) = %{tl_version} -Provides: tex(wcmssbx10.vf) = %{tl_version} -Provides: tex(wcmssdc10.vf) = %{tl_version} -Provides: tex(wcmssi10.vf) = %{tl_version} -Provides: tex(wcmssi12.vf) = %{tl_version} -Provides: tex(wcmssi17.vf) = %{tl_version} -Provides: tex(wcmssi8.vf) = %{tl_version} -Provides: tex(wcmssi9.vf) = %{tl_version} -Provides: tex(wcmssq8.vf) = %{tl_version} -Provides: tex(wcmssqi8.vf) = %{tl_version} -Provides: tex(wcmti10.vf) = %{tl_version} -Provides: tex(wcmti12.vf) = %{tl_version} -Provides: tex(wcmti7.vf) = %{tl_version} -Provides: tex(wcmti8.vf) = %{tl_version} -Provides: tex(wcmti9.vf) = %{tl_version} -Provides: tex(wcmtt10.vf) = %{tl_version} -Provides: tex(wcmtt12.vf) = %{tl_version} -Provides: tex(wcmtt8.vf) = %{tl_version} -Provides: tex(wcmtt9.vf) = %{tl_version} -Provides: tex(wcmu10.vf) = %{tl_version} -Provides: tex(xcmb10.vf) = %{tl_version} -Provides: tex(xcmbx10.vf) = %{tl_version} -Provides: tex(xcmbx12.vf) = %{tl_version} -Provides: tex(xcmbx5.vf) = %{tl_version} -Provides: tex(xcmbx6.vf) = %{tl_version} -Provides: tex(xcmbx7.vf) = %{tl_version} -Provides: tex(xcmbx8.vf) = %{tl_version} -Provides: tex(xcmbx9.vf) = %{tl_version} -Provides: tex(xcmbxsl10.vf) = %{tl_version} -Provides: tex(xcmbxti10.vf) = %{tl_version} -Provides: tex(xcmcsc10.vf) = %{tl_version} -Provides: tex(xcmcsc8.vf) = %{tl_version} -Provides: tex(xcmcsc9.vf) = %{tl_version} -Provides: tex(xcminch.vf) = %{tl_version} -Provides: tex(xcmitt10.vf) = %{tl_version} -Provides: tex(xcmmi10.vf) = %{tl_version} -Provides: tex(xcmmi12.vf) = %{tl_version} -Provides: tex(xcmmi5.vf) = %{tl_version} -Provides: tex(xcmmi6.vf) = %{tl_version} -Provides: tex(xcmmi7.vf) = %{tl_version} -Provides: tex(xcmmi8.vf) = %{tl_version} -Provides: tex(xcmmi9.vf) = %{tl_version} -Provides: tex(xcmmib10.vf) = %{tl_version} -Provides: tex(xcmr10.vf) = %{tl_version} -Provides: tex(xcmr12.vf) = %{tl_version} -Provides: tex(xcmr17.vf) = %{tl_version} -Provides: tex(xcmr5.vf) = %{tl_version} -Provides: tex(xcmr6.vf) = %{tl_version} -Provides: tex(xcmr7.vf) = %{tl_version} -Provides: tex(xcmr8.vf) = %{tl_version} -Provides: tex(xcmr9.vf) = %{tl_version} -Provides: tex(xcmsl10.vf) = %{tl_version} -Provides: tex(xcmsl12.vf) = %{tl_version} -Provides: tex(xcmsl8.vf) = %{tl_version} -Provides: tex(xcmsl9.vf) = %{tl_version} -Provides: tex(xcmsltt10.vf) = %{tl_version} -Provides: tex(xcmss10.vf) = %{tl_version} -Provides: tex(xcmss12.vf) = %{tl_version} -Provides: tex(xcmss17.vf) = %{tl_version} -Provides: tex(xcmss8.vf) = %{tl_version} -Provides: tex(xcmss9.vf) = %{tl_version} -Provides: tex(xcmssbx10.vf) = %{tl_version} -Provides: tex(xcmssdc10.vf) = %{tl_version} -Provides: tex(xcmssi10.vf) = %{tl_version} -Provides: tex(xcmssi12.vf) = %{tl_version} -Provides: tex(xcmssi17.vf) = %{tl_version} -Provides: tex(xcmssi8.vf) = %{tl_version} -Provides: tex(xcmssi9.vf) = %{tl_version} -Provides: tex(xcmssq8.vf) = %{tl_version} -Provides: tex(xcmssqi8.vf) = %{tl_version} -Provides: tex(xcmti10.vf) = %{tl_version} -Provides: tex(xcmti12.vf) = %{tl_version} -Provides: tex(xcmti7.vf) = %{tl_version} -Provides: tex(xcmti8.vf) = %{tl_version} -Provides: tex(xcmti9.vf) = %{tl_version} -Provides: tex(xcmtt10.vf) = %{tl_version} -Provides: tex(xcmtt12.vf) = %{tl_version} -Provides: tex(xcmtt8.vf) = %{tl_version} -Provides: tex(xcmtt9.vf) = %{tl_version} -Provides: tex(xcmu10.vf) = %{tl_version} -Provides: tex(ycmb10.vf) = %{tl_version} -Provides: tex(ycmbx10.vf) = %{tl_version} -Provides: tex(ycmbx12.vf) = %{tl_version} -Provides: tex(ycmbx5.vf) = %{tl_version} -Provides: tex(ycmbx6.vf) = %{tl_version} -Provides: tex(ycmbx7.vf) = %{tl_version} -Provides: tex(ycmbx8.vf) = %{tl_version} -Provides: tex(ycmbx9.vf) = %{tl_version} -Provides: tex(ycmbxsl10.vf) = %{tl_version} -Provides: tex(ycmbxti10.vf) = %{tl_version} -Provides: tex(ycmcsc10.vf) = %{tl_version} -Provides: tex(ycmcsc8.vf) = %{tl_version} -Provides: tex(ycmcsc9.vf) = %{tl_version} -Provides: tex(ycminch.vf) = %{tl_version} -Provides: tex(ycmitt10.vf) = %{tl_version} -Provides: tex(ycmmi10.vf) = %{tl_version} -Provides: tex(ycmmi12.vf) = %{tl_version} -Provides: tex(ycmmi5.vf) = %{tl_version} -Provides: tex(ycmmi6.vf) = %{tl_version} -Provides: tex(ycmmi7.vf) = %{tl_version} -Provides: tex(ycmmi8.vf) = %{tl_version} -Provides: tex(ycmmi9.vf) = %{tl_version} -Provides: tex(ycmmib10.vf) = %{tl_version} -Provides: tex(ycmr10.vf) = %{tl_version} -Provides: tex(ycmr12.vf) = %{tl_version} -Provides: tex(ycmr17.vf) = %{tl_version} -Provides: tex(ycmr5.vf) = %{tl_version} -Provides: tex(ycmr6.vf) = %{tl_version} -Provides: tex(ycmr7.vf) = %{tl_version} -Provides: tex(ycmr8.vf) = %{tl_version} -Provides: tex(ycmr9.vf) = %{tl_version} -Provides: tex(ycmsl10.vf) = %{tl_version} -Provides: tex(ycmsl12.vf) = %{tl_version} -Provides: tex(ycmsl8.vf) = %{tl_version} -Provides: tex(ycmsl9.vf) = %{tl_version} -Provides: tex(ycmsltt10.vf) = %{tl_version} -Provides: tex(ycmss10.vf) = %{tl_version} -Provides: tex(ycmss12.vf) = %{tl_version} -Provides: tex(ycmss17.vf) = %{tl_version} -Provides: tex(ycmss8.vf) = %{tl_version} -Provides: tex(ycmss9.vf) = %{tl_version} -Provides: tex(ycmssbx10.vf) = %{tl_version} -Provides: tex(ycmssdc10.vf) = %{tl_version} -Provides: tex(ycmssi10.vf) = %{tl_version} -Provides: tex(ycmssi12.vf) = %{tl_version} -Provides: tex(ycmssi17.vf) = %{tl_version} -Provides: tex(ycmssi8.vf) = %{tl_version} -Provides: tex(ycmssi9.vf) = %{tl_version} -Provides: tex(ycmssq8.vf) = %{tl_version} -Provides: tex(ycmssqi8.vf) = %{tl_version} -Provides: tex(ycmti10.vf) = %{tl_version} -Provides: tex(ycmti12.vf) = %{tl_version} -Provides: tex(ycmti7.vf) = %{tl_version} -Provides: tex(ycmti8.vf) = %{tl_version} -Provides: tex(ycmti9.vf) = %{tl_version} -Provides: tex(ycmtt10.vf) = %{tl_version} -Provides: tex(ycmtt12.vf) = %{tl_version} -Provides: tex(ycmtt8.vf) = %{tl_version} -Provides: tex(ycmtt9.vf) = %{tl_version} -Provides: tex(ycmu10.vf) = %{tl_version} - -%description cmcyr -These are the Computer Modern fonts extended with Russian -letters, in MetaFont sources and ATM Compatible Type 1 format. -The fonts are provided in KOI-7, but virtual fonts are -available to recode them to three other Russian 8-bit -encodings. - -date: 2007-09-16 18:06:50 +0200 - -%post cmcyr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cmcyr.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cmcyr.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cmcyr -if [ $1 == 0 ] ; then -sed -i '/^Map cmcyr.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cmcyr -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmcyr-doc -Summary: Documentation for cmcyr -Version: svn16696.0 -Release: %{tl_noarch_release} -Provides: tex-cmcyr-doc -BuildArch: noarch -AutoReqProv: No - -%description cmcyr-doc -Documentation for cmcyr - -%package cmdstring -Provides: tex-cmdstring = %{tl_version} -License: LPPL -Summary: Get command name reliably -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmdstring.sty) = %{tl_version} - -%description cmdstring -Extracts the letters of a command's name (e.g., foo for command -\foo), in a reliable way. - -date: 2008-08-18 10:38:42 +0200 - -%post cmdstring -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmdstring -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmdstring -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmdstring-doc -Summary: Documentation for cmdstring -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-cmdstring-doc -BuildArch: noarch -AutoReqProv: No - -%description cmdstring-doc -Documentation for cmdstring - -%package cmextra -Provides: tex-cmextra = %{tl_version} -License: LPPL -Summary: cmextra package -Version: svn14075.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmbxcd10.tfm) = %{tl_version} -Provides: tex(cmbxti12.tfm) = %{tl_version} -Provides: tex(cmbxti7.tfm) = %{tl_version} -Provides: tex(cmcscsl10.tfm) = %{tl_version} -Provides: tex(cmfibs8.tfm) = %{tl_version} -Provides: tex(cmitt12.tfm) = %{tl_version} -Provides: tex(cmitt9.tfm) = %{tl_version} -Provides: tex(cmsl6.tfm) = %{tl_version} -Provides: tex(cmsltt9.tfm) = %{tl_version} -Provides: tex(cmssbxo10.tfm) = %{tl_version} -Provides: tex(cmsslu30.tfm) = %{tl_version} -Provides: tex(cmssu30.tfm) = %{tl_version} -Provides: tex(cmvtti10.tfm) = %{tl_version} - -%description cmextra -cmextra package - -%post cmextra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmextra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmextra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cm-lgc -Provides: tex-cm-lgc = %{tl_version} -License: GPL+ -Summary: Type 1 CM-based fonts for Latin, Greek and Cyrillic -Version: svn28250.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(8r-mod.enc) = %{tl_version} -Provides: tex(cm-lgc.map) = %{tl_version} -Provides: tex(fcmb6a.tfm) = %{tl_version} -Provides: tex(fcmb6y.tfm) = %{tl_version} -Provides: tex(fcmb6z.tfm) = %{tl_version} -Provides: tex(fcmb7k.tfm) = %{tl_version} -Provides: tex(fcmb7t.tfm) = %{tl_version} -Provides: tex(fcmb8a.tfm) = %{tl_version} -Provides: tex(fcmb8c.tfm) = %{tl_version} -Provides: tex(fcmb8r.tfm) = %{tl_version} -Provides: tex(fcmb8t.tfm) = %{tl_version} -Provides: tex(fcmbc6a.tfm) = %{tl_version} -Provides: tex(fcmbc6y.tfm) = %{tl_version} -Provides: tex(fcmbc6z.tfm) = %{tl_version} -Provides: tex(fcmbc7k.tfm) = %{tl_version} -Provides: tex(fcmbc7t.tfm) = %{tl_version} -Provides: tex(fcmbc8a.tfm) = %{tl_version} -Provides: tex(fcmbc8r.tfm) = %{tl_version} -Provides: tex(fcmbc8t.tfm) = %{tl_version} -Provides: tex(fcmbcce.tfm) = %{tl_version} -Provides: tex(fcmbce.tfm) = %{tl_version} -Provides: tex(fcmbcgr.tfm) = %{tl_version} -Provides: tex(fcmbcpg.tfm) = %{tl_version} -Provides: tex(fcmbgr.tfm) = %{tl_version} -Provides: tex(fcmbi6a.tfm) = %{tl_version} -Provides: tex(fcmbi6y.tfm) = %{tl_version} -Provides: tex(fcmbi6z.tfm) = %{tl_version} -Provides: tex(fcmbi7k.tfm) = %{tl_version} -Provides: tex(fcmbi7t.tfm) = %{tl_version} -Provides: tex(fcmbi8a.tfm) = %{tl_version} -Provides: tex(fcmbi8c.tfm) = %{tl_version} -Provides: tex(fcmbi8r.tfm) = %{tl_version} -Provides: tex(fcmbi8t.tfm) = %{tl_version} -Provides: tex(fcmbice.tfm) = %{tl_version} -Provides: tex(fcmbigr.tfm) = %{tl_version} -Provides: tex(fcmbij8a.tfm) = %{tl_version} -Provides: tex(fcmbij8r.tfm) = %{tl_version} -Provides: tex(fcmbipg.tfm) = %{tl_version} -Provides: tex(fcmbo6a.tfm) = %{tl_version} -Provides: tex(fcmbo6y.tfm) = %{tl_version} -Provides: tex(fcmbo6z.tfm) = %{tl_version} -Provides: tex(fcmbo7k.tfm) = %{tl_version} -Provides: tex(fcmbo7t.tfm) = %{tl_version} -Provides: tex(fcmbo8c.tfm) = %{tl_version} -Provides: tex(fcmbo8r.tfm) = %{tl_version} -Provides: tex(fcmbo8t.tfm) = %{tl_version} -Provides: tex(fcmboc8r.tfm) = %{tl_version} -Provides: tex(fcmboce.tfm) = %{tl_version} -Provides: tex(fcmbogr.tfm) = %{tl_version} -Provides: tex(fcmbopg.tfm) = %{tl_version} -Provides: tex(fcmbpg.tfm) = %{tl_version} -Provides: tex(fcmbu6a.tfm) = %{tl_version} -Provides: tex(fcmbu6y.tfm) = %{tl_version} -Provides: tex(fcmbu6z.tfm) = %{tl_version} -Provides: tex(fcmbu7k.tfm) = %{tl_version} -Provides: tex(fcmbu7t.tfm) = %{tl_version} -Provides: tex(fcmbu8c.tfm) = %{tl_version} -Provides: tex(fcmbu8r.tfm) = %{tl_version} -Provides: tex(fcmbu8t.tfm) = %{tl_version} -Provides: tex(fcmbuce.tfm) = %{tl_version} -Provides: tex(fcmbugr.tfm) = %{tl_version} -Provides: tex(fcmbuj8r.tfm) = %{tl_version} -Provides: tex(fcmbupg.tfm) = %{tl_version} -Provides: tex(fcmr6a.tfm) = %{tl_version} -Provides: tex(fcmr6y.tfm) = %{tl_version} -Provides: tex(fcmr6z.tfm) = %{tl_version} -Provides: tex(fcmr7k.tfm) = %{tl_version} -Provides: tex(fcmr7t.tfm) = %{tl_version} -Provides: tex(fcmr8a.tfm) = %{tl_version} -Provides: tex(fcmr8c.tfm) = %{tl_version} -Provides: tex(fcmr8r.tfm) = %{tl_version} -Provides: tex(fcmr8t.tfm) = %{tl_version} -Provides: tex(fcmrc6a.tfm) = %{tl_version} -Provides: tex(fcmrc6y.tfm) = %{tl_version} -Provides: tex(fcmrc6z.tfm) = %{tl_version} -Provides: tex(fcmrc7k.tfm) = %{tl_version} -Provides: tex(fcmrc7t.tfm) = %{tl_version} -Provides: tex(fcmrc8a.tfm) = %{tl_version} -Provides: tex(fcmrc8r.tfm) = %{tl_version} -Provides: tex(fcmrc8t.tfm) = %{tl_version} -Provides: tex(fcmrcce.tfm) = %{tl_version} -Provides: tex(fcmrce.tfm) = %{tl_version} -Provides: tex(fcmrcgr.tfm) = %{tl_version} -Provides: tex(fcmrcpg.tfm) = %{tl_version} -Provides: tex(fcmrgr.tfm) = %{tl_version} -Provides: tex(fcmri6a.tfm) = %{tl_version} -Provides: tex(fcmri6y.tfm) = %{tl_version} -Provides: tex(fcmri6z.tfm) = %{tl_version} -Provides: tex(fcmri7k.tfm) = %{tl_version} -Provides: tex(fcmri7t.tfm) = %{tl_version} -Provides: tex(fcmri8a.tfm) = %{tl_version} -Provides: tex(fcmri8c.tfm) = %{tl_version} -Provides: tex(fcmri8r.tfm) = %{tl_version} -Provides: tex(fcmri8t.tfm) = %{tl_version} -Provides: tex(fcmrice.tfm) = %{tl_version} -Provides: tex(fcmrigr.tfm) = %{tl_version} -Provides: tex(fcmrij8a.tfm) = %{tl_version} -Provides: tex(fcmrij8r.tfm) = %{tl_version} -Provides: tex(fcmripg.tfm) = %{tl_version} -Provides: tex(fcmro6a.tfm) = %{tl_version} -Provides: tex(fcmro6y.tfm) = %{tl_version} -Provides: tex(fcmro6z.tfm) = %{tl_version} -Provides: tex(fcmro7k.tfm) = %{tl_version} -Provides: tex(fcmro7t.tfm) = %{tl_version} -Provides: tex(fcmro8c.tfm) = %{tl_version} -Provides: tex(fcmro8r.tfm) = %{tl_version} -Provides: tex(fcmro8t.tfm) = %{tl_version} -Provides: tex(fcmroc8r.tfm) = %{tl_version} -Provides: tex(fcmroce.tfm) = %{tl_version} -Provides: tex(fcmrogr.tfm) = %{tl_version} -Provides: tex(fcmropg.tfm) = %{tl_version} -Provides: tex(fcmrpg.tfm) = %{tl_version} -Provides: tex(fcmru6a.tfm) = %{tl_version} -Provides: tex(fcmru6y.tfm) = %{tl_version} -Provides: tex(fcmru6z.tfm) = %{tl_version} -Provides: tex(fcmru7k.tfm) = %{tl_version} -Provides: tex(fcmru7t.tfm) = %{tl_version} -Provides: tex(fcmru8c.tfm) = %{tl_version} -Provides: tex(fcmru8r.tfm) = %{tl_version} -Provides: tex(fcmru8t.tfm) = %{tl_version} -Provides: tex(fcmruce.tfm) = %{tl_version} -Provides: tex(fcmrugr.tfm) = %{tl_version} -Provides: tex(fcmruj8r.tfm) = %{tl_version} -Provides: tex(fcmrupg.tfm) = %{tl_version} -Provides: tex(fcsb6a.tfm) = %{tl_version} -Provides: tex(fcsb6y.tfm) = %{tl_version} -Provides: tex(fcsb6z.tfm) = %{tl_version} -Provides: tex(fcsb7k.tfm) = %{tl_version} -Provides: tex(fcsb7t.tfm) = %{tl_version} -Provides: tex(fcsb8a.tfm) = %{tl_version} -Provides: tex(fcsb8c.tfm) = %{tl_version} -Provides: tex(fcsb8r.tfm) = %{tl_version} -Provides: tex(fcsb8t.tfm) = %{tl_version} -Provides: tex(fcsbce.tfm) = %{tl_version} -Provides: tex(fcsbgr.tfm) = %{tl_version} -Provides: tex(fcsbo6a.tfm) = %{tl_version} -Provides: tex(fcsbo6y.tfm) = %{tl_version} -Provides: tex(fcsbo6z.tfm) = %{tl_version} -Provides: tex(fcsbo7k.tfm) = %{tl_version} -Provides: tex(fcsbo7t.tfm) = %{tl_version} -Provides: tex(fcsbo8a.tfm) = %{tl_version} -Provides: tex(fcsbo8c.tfm) = %{tl_version} -Provides: tex(fcsbo8r.tfm) = %{tl_version} -Provides: tex(fcsbo8t.tfm) = %{tl_version} -Provides: tex(fcsboce.tfm) = %{tl_version} -Provides: tex(fcsbogr.tfm) = %{tl_version} -Provides: tex(fcsbopg.tfm) = %{tl_version} -Provides: tex(fcsbpg.tfm) = %{tl_version} -Provides: tex(fcsr6a.tfm) = %{tl_version} -Provides: tex(fcsr6y.tfm) = %{tl_version} -Provides: tex(fcsr6z.tfm) = %{tl_version} -Provides: tex(fcsr7k.tfm) = %{tl_version} -Provides: tex(fcsr7t.tfm) = %{tl_version} -Provides: tex(fcsr8a.tfm) = %{tl_version} -Provides: tex(fcsr8c.tfm) = %{tl_version} -Provides: tex(fcsr8r.tfm) = %{tl_version} -Provides: tex(fcsr8t.tfm) = %{tl_version} -Provides: tex(fcsrce.tfm) = %{tl_version} -Provides: tex(fcsrgr.tfm) = %{tl_version} -Provides: tex(fcsro6a.tfm) = %{tl_version} -Provides: tex(fcsro6y.tfm) = %{tl_version} -Provides: tex(fcsro6z.tfm) = %{tl_version} -Provides: tex(fcsro7k.tfm) = %{tl_version} -Provides: tex(fcsro7t.tfm) = %{tl_version} -Provides: tex(fcsro8a.tfm) = %{tl_version} -Provides: tex(fcsro8c.tfm) = %{tl_version} -Provides: tex(fcsro8r.tfm) = %{tl_version} -Provides: tex(fcsro8t.tfm) = %{tl_version} -Provides: tex(fcsroce.tfm) = %{tl_version} -Provides: tex(fcsrogr.tfm) = %{tl_version} -Provides: tex(fcsropg.tfm) = %{tl_version} -Provides: tex(fcsrpg.tfm) = %{tl_version} -Provides: tex(fctr6a.tfm) = %{tl_version} -Provides: tex(fctr6y.tfm) = %{tl_version} -Provides: tex(fctr6z.tfm) = %{tl_version} -Provides: tex(fctr7k.tfm) = %{tl_version} -Provides: tex(fctr7t.tfm) = %{tl_version} -Provides: tex(fctr8a.tfm) = %{tl_version} -Provides: tex(fctr8c.tfm) = %{tl_version} -Provides: tex(fctr8r.tfm) = %{tl_version} -Provides: tex(fctr8t.tfm) = %{tl_version} -Provides: tex(fctrc6a.tfm) = %{tl_version} -Provides: tex(fctrc6y.tfm) = %{tl_version} -Provides: tex(fctrc6z.tfm) = %{tl_version} -Provides: tex(fctrc7k.tfm) = %{tl_version} -Provides: tex(fctrc7t.tfm) = %{tl_version} -Provides: tex(fctrc8a.tfm) = %{tl_version} -Provides: tex(fctrc8r.tfm) = %{tl_version} -Provides: tex(fctrc8t.tfm) = %{tl_version} -Provides: tex(fctrcce.tfm) = %{tl_version} -Provides: tex(fctrce.tfm) = %{tl_version} -Provides: tex(fctrcgr.tfm) = %{tl_version} -Provides: tex(fctrcpg.tfm) = %{tl_version} -Provides: tex(fctrgr.tfm) = %{tl_version} -Provides: tex(fctri6a.tfm) = %{tl_version} -Provides: tex(fctri6y.tfm) = %{tl_version} -Provides: tex(fctri6z.tfm) = %{tl_version} -Provides: tex(fctri7k.tfm) = %{tl_version} -Provides: tex(fctri7t.tfm) = %{tl_version} -Provides: tex(fctri8a.tfm) = %{tl_version} -Provides: tex(fctri8c.tfm) = %{tl_version} -Provides: tex(fctri8r.tfm) = %{tl_version} -Provides: tex(fctri8t.tfm) = %{tl_version} -Provides: tex(fctrice.tfm) = %{tl_version} -Provides: tex(fctrigr.tfm) = %{tl_version} -Provides: tex(fctrij8a.tfm) = %{tl_version} -Provides: tex(fctrij8r.tfm) = %{tl_version} -Provides: tex(fctripg.tfm) = %{tl_version} -Provides: tex(fctro6a.tfm) = %{tl_version} -Provides: tex(fctro6y.tfm) = %{tl_version} -Provides: tex(fctro6z.tfm) = %{tl_version} -Provides: tex(fctro7k.tfm) = %{tl_version} -Provides: tex(fctro7t.tfm) = %{tl_version} -Provides: tex(fctro8c.tfm) = %{tl_version} -Provides: tex(fctro8r.tfm) = %{tl_version} -Provides: tex(fctro8t.tfm) = %{tl_version} -Provides: tex(fctroc8r.tfm) = %{tl_version} -Provides: tex(fctroce.tfm) = %{tl_version} -Provides: tex(fctrogr.tfm) = %{tl_version} -Provides: tex(fctropg.tfm) = %{tl_version} -Provides: tex(fctrpg.tfm) = %{tl_version} -Provides: tex(fctru6a.tfm) = %{tl_version} -Provides: tex(fctru6y.tfm) = %{tl_version} -Provides: tex(fctru6z.tfm) = %{tl_version} -Provides: tex(fctru7k.tfm) = %{tl_version} -Provides: tex(fctru7t.tfm) = %{tl_version} -Provides: tex(fctru8c.tfm) = %{tl_version} -Provides: tex(fctru8r.tfm) = %{tl_version} -Provides: tex(fctru8t.tfm) = %{tl_version} -Provides: tex(fctruce.tfm) = %{tl_version} -Provides: tex(fctrugr.tfm) = %{tl_version} -Provides: tex(fctruj8r.tfm) = %{tl_version} -Provides: tex(fctrupg.tfm) = %{tl_version} -Provides: tex(fcmb6y.pfb) = %{tl_version} -Provides: tex(fcmb6z.pfb) = %{tl_version} -Provides: tex(fcmb8a.pfb) = %{tl_version} -Provides: tex(fcmbc6y.pfb) = %{tl_version} -Provides: tex(fcmbc6z.pfb) = %{tl_version} -Provides: tex(fcmbc8a.pfb) = %{tl_version} -Provides: tex(fcmbcce.pfb) = %{tl_version} -Provides: tex(fcmbce.pfb) = %{tl_version} -Provides: tex(fcmbcpg.pfb) = %{tl_version} -Provides: tex(fcmbi6y.pfb) = %{tl_version} -Provides: tex(fcmbi6z.pfb) = %{tl_version} -Provides: tex(fcmbi8a.pfb) = %{tl_version} -Provides: tex(fcmbice.pfb) = %{tl_version} -Provides: tex(fcmbij6y.pfb) = %{tl_version} -Provides: tex(fcmbij6z.pfb) = %{tl_version} -Provides: tex(fcmbij8a.pfb) = %{tl_version} -Provides: tex(fcmbijce.pfb) = %{tl_version} -Provides: tex(fcmbijpg.pfb) = %{tl_version} -Provides: tex(fcmbipg.pfb) = %{tl_version} -Provides: tex(fcmbpg.pfb) = %{tl_version} -Provides: tex(fcmr6y.pfb) = %{tl_version} -Provides: tex(fcmr6z.pfb) = %{tl_version} -Provides: tex(fcmr8a.pfb) = %{tl_version} -Provides: tex(fcmrc6y.pfb) = %{tl_version} -Provides: tex(fcmrc6z.pfb) = %{tl_version} -Provides: tex(fcmrc8a.pfb) = %{tl_version} -Provides: tex(fcmrcce.pfb) = %{tl_version} -Provides: tex(fcmrce.pfb) = %{tl_version} -Provides: tex(fcmrcpg.pfb) = %{tl_version} -Provides: tex(fcmri6y.pfb) = %{tl_version} -Provides: tex(fcmri6z.pfb) = %{tl_version} -Provides: tex(fcmri8a.pfb) = %{tl_version} -Provides: tex(fcmrice.pfb) = %{tl_version} -Provides: tex(fcmrij6y.pfb) = %{tl_version} -Provides: tex(fcmrij6z.pfb) = %{tl_version} -Provides: tex(fcmrij8a.pfb) = %{tl_version} -Provides: tex(fcmrijce.pfb) = %{tl_version} -Provides: tex(fcmrijpg.pfb) = %{tl_version} -Provides: tex(fcmripg.pfb) = %{tl_version} -Provides: tex(fcmrpg.pfb) = %{tl_version} -Provides: tex(fcsb6y.pfb) = %{tl_version} -Provides: tex(fcsb6z.pfb) = %{tl_version} -Provides: tex(fcsb8a.pfb) = %{tl_version} -Provides: tex(fcsbce.pfb) = %{tl_version} -Provides: tex(fcsbo6y.pfb) = %{tl_version} -Provides: tex(fcsbo6z.pfb) = %{tl_version} -Provides: tex(fcsbo8a.pfb) = %{tl_version} -Provides: tex(fcsboce.pfb) = %{tl_version} -Provides: tex(fcsbopg.pfb) = %{tl_version} -Provides: tex(fcsbpg.pfb) = %{tl_version} -Provides: tex(fcsr6y.pfb) = %{tl_version} -Provides: tex(fcsr6z.pfb) = %{tl_version} -Provides: tex(fcsr8a.pfb) = %{tl_version} -Provides: tex(fcsrce.pfb) = %{tl_version} -Provides: tex(fcsro6y.pfb) = %{tl_version} -Provides: tex(fcsro6z.pfb) = %{tl_version} -Provides: tex(fcsro8a.pfb) = %{tl_version} -Provides: tex(fcsroce.pfb) = %{tl_version} -Provides: tex(fcsropg.pfb) = %{tl_version} -Provides: tex(fcsrpg.pfb) = %{tl_version} -Provides: tex(fctr6y.pfb) = %{tl_version} -Provides: tex(fctr6z.pfb) = %{tl_version} -Provides: tex(fctr8a.pfb) = %{tl_version} -Provides: tex(fctrc6y.pfb) = %{tl_version} -Provides: tex(fctrc6z.pfb) = %{tl_version} -Provides: tex(fctrc8a.pfb) = %{tl_version} -Provides: tex(fctrcce.pfb) = %{tl_version} -Provides: tex(fctrce.pfb) = %{tl_version} -Provides: tex(fctrcpg.pfb) = %{tl_version} -Provides: tex(fctri6y.pfb) = %{tl_version} -Provides: tex(fctri6z.pfb) = %{tl_version} -Provides: tex(fctri8a.pfb) = %{tl_version} -Provides: tex(fctrice.pfb) = %{tl_version} -Provides: tex(fctrij6y.pfb) = %{tl_version} -Provides: tex(fctrij6z.pfb) = %{tl_version} -Provides: tex(fctrij8a.pfb) = %{tl_version} -Provides: tex(fctrijce.pfb) = %{tl_version} -Provides: tex(fctrijpg.pfb) = %{tl_version} -Provides: tex(fctripg.pfb) = %{tl_version} -Provides: tex(fctrpg.pfb) = %{tl_version} -Provides: tex(fcmb6a.vf) = %{tl_version} -Provides: tex(fcmb7k.vf) = %{tl_version} -Provides: tex(fcmb7t.vf) = %{tl_version} -Provides: tex(fcmb8c.vf) = %{tl_version} -Provides: tex(fcmb8t.vf) = %{tl_version} -Provides: tex(fcmbc6a.vf) = %{tl_version} -Provides: tex(fcmbc7k.vf) = %{tl_version} -Provides: tex(fcmbc7t.vf) = %{tl_version} -Provides: tex(fcmbc8t.vf) = %{tl_version} -Provides: tex(fcmbcgr.vf) = %{tl_version} -Provides: tex(fcmbgr.vf) = %{tl_version} -Provides: tex(fcmbi6a.vf) = %{tl_version} -Provides: tex(fcmbi7k.vf) = %{tl_version} -Provides: tex(fcmbi7t.vf) = %{tl_version} -Provides: tex(fcmbi8c.vf) = %{tl_version} -Provides: tex(fcmbi8t.vf) = %{tl_version} -Provides: tex(fcmbigr.vf) = %{tl_version} -Provides: tex(fcmbo6a.vf) = %{tl_version} -Provides: tex(fcmbo7k.vf) = %{tl_version} -Provides: tex(fcmbo7t.vf) = %{tl_version} -Provides: tex(fcmbo8c.vf) = %{tl_version} -Provides: tex(fcmbo8t.vf) = %{tl_version} -Provides: tex(fcmbogr.vf) = %{tl_version} -Provides: tex(fcmbu6a.vf) = %{tl_version} -Provides: tex(fcmbu7k.vf) = %{tl_version} -Provides: tex(fcmbu7t.vf) = %{tl_version} -Provides: tex(fcmbu8c.vf) = %{tl_version} -Provides: tex(fcmbu8t.vf) = %{tl_version} -Provides: tex(fcmbugr.vf) = %{tl_version} -Provides: tex(fcmr6a.vf) = %{tl_version} -Provides: tex(fcmr7k.vf) = %{tl_version} -Provides: tex(fcmr7t.vf) = %{tl_version} -Provides: tex(fcmr8c.vf) = %{tl_version} -Provides: tex(fcmr8t.vf) = %{tl_version} -Provides: tex(fcmrc6a.vf) = %{tl_version} -Provides: tex(fcmrc7k.vf) = %{tl_version} -Provides: tex(fcmrc7t.vf) = %{tl_version} -Provides: tex(fcmrc8t.vf) = %{tl_version} -Provides: tex(fcmrcgr.vf) = %{tl_version} -Provides: tex(fcmrgr.vf) = %{tl_version} -Provides: tex(fcmri6a.vf) = %{tl_version} -Provides: tex(fcmri7k.vf) = %{tl_version} -Provides: tex(fcmri7t.vf) = %{tl_version} -Provides: tex(fcmri8c.vf) = %{tl_version} -Provides: tex(fcmri8t.vf) = %{tl_version} -Provides: tex(fcmrigr.vf) = %{tl_version} -Provides: tex(fcmro6a.vf) = %{tl_version} -Provides: tex(fcmro7k.vf) = %{tl_version} -Provides: tex(fcmro7t.vf) = %{tl_version} -Provides: tex(fcmro8c.vf) = %{tl_version} -Provides: tex(fcmro8t.vf) = %{tl_version} -Provides: tex(fcmrogr.vf) = %{tl_version} -Provides: tex(fcmru6a.vf) = %{tl_version} -Provides: tex(fcmru7k.vf) = %{tl_version} -Provides: tex(fcmru7t.vf) = %{tl_version} -Provides: tex(fcmru8c.vf) = %{tl_version} -Provides: tex(fcmru8t.vf) = %{tl_version} -Provides: tex(fcmrugr.vf) = %{tl_version} -Provides: tex(fcsb6a.vf) = %{tl_version} -Provides: tex(fcsb7k.vf) = %{tl_version} -Provides: tex(fcsb7t.vf) = %{tl_version} -Provides: tex(fcsb8c.vf) = %{tl_version} -Provides: tex(fcsb8t.vf) = %{tl_version} -Provides: tex(fcsbgr.vf) = %{tl_version} -Provides: tex(fcsbo6a.vf) = %{tl_version} -Provides: tex(fcsbo7k.vf) = %{tl_version} -Provides: tex(fcsbo7t.vf) = %{tl_version} -Provides: tex(fcsbo8c.vf) = %{tl_version} -Provides: tex(fcsbo8t.vf) = %{tl_version} -Provides: tex(fcsbogr.vf) = %{tl_version} -Provides: tex(fcsr6a.vf) = %{tl_version} -Provides: tex(fcsr7k.vf) = %{tl_version} -Provides: tex(fcsr7t.vf) = %{tl_version} -Provides: tex(fcsr8c.vf) = %{tl_version} -Provides: tex(fcsr8t.vf) = %{tl_version} -Provides: tex(fcsrgr.vf) = %{tl_version} -Provides: tex(fcsro6a.vf) = %{tl_version} -Provides: tex(fcsro7k.vf) = %{tl_version} -Provides: tex(fcsro7t.vf) = %{tl_version} -Provides: tex(fcsro8c.vf) = %{tl_version} -Provides: tex(fcsro8t.vf) = %{tl_version} -Provides: tex(fcsrogr.vf) = %{tl_version} -Provides: tex(fctr6a.vf) = %{tl_version} -Provides: tex(fctr7k.vf) = %{tl_version} -Provides: tex(fctr7t.vf) = %{tl_version} -Provides: tex(fctr8c.vf) = %{tl_version} -Provides: tex(fctr8t.vf) = %{tl_version} -Provides: tex(fctrc6a.vf) = %{tl_version} -Provides: tex(fctrc7k.vf) = %{tl_version} -Provides: tex(fctrc7t.vf) = %{tl_version} -Provides: tex(fctrc8t.vf) = %{tl_version} -Provides: tex(fctrcgr.vf) = %{tl_version} -Provides: tex(fctrgr.vf) = %{tl_version} -Provides: tex(fctri6a.vf) = %{tl_version} -Provides: tex(fctri7k.vf) = %{tl_version} -Provides: tex(fctri7t.vf) = %{tl_version} -Provides: tex(fctri8c.vf) = %{tl_version} -Provides: tex(fctri8t.vf) = %{tl_version} -Provides: tex(fctrigr.vf) = %{tl_version} -Provides: tex(fctro6a.vf) = %{tl_version} -Provides: tex(fctro7k.vf) = %{tl_version} -Provides: tex(fctro7t.vf) = %{tl_version} -Provides: tex(fctro8c.vf) = %{tl_version} -Provides: tex(fctro8t.vf) = %{tl_version} -Provides: tex(fctrogr.vf) = %{tl_version} -Provides: tex(fctru6a.vf) = %{tl_version} -Provides: tex(fctru7k.vf) = %{tl_version} -Provides: tex(fctru7t.vf) = %{tl_version} -Provides: tex(fctru8c.vf) = %{tl_version} -Provides: tex(fctru8t.vf) = %{tl_version} -Provides: tex(fctrugr.vf) = %{tl_version} -Provides: tex(antcmlgc.sty) = %{tl_version} -Provides: tex(cmlgc.sty) = %{tl_version} -Provides: tex(lgrfcm.fd) = %{tl_version} -Provides: tex(lgrfcs.fd) = %{tl_version} -Provides: tex(lgrfct.fd) = %{tl_version} -Provides: tex(ot1fcm.fd) = %{tl_version} -Provides: tex(ot1fcs.fd) = %{tl_version} -Provides: tex(ot1fct.fd) = %{tl_version} -Provides: tex(ot2fcm.fd) = %{tl_version} -Provides: tex(ot2fcs.fd) = %{tl_version} -Provides: tex(ot2fct.fd) = %{tl_version} -Provides: tex(t1fcm.fd) = %{tl_version} -Provides: tex(t1fcs.fd) = %{tl_version} -Provides: tex(t1fct.fd) = %{tl_version} -Provides: tex(t2afcm.fd) = %{tl_version} -Provides: tex(t2afcs.fd) = %{tl_version} -Provides: tex(t2afct.fd) = %{tl_version} -Provides: tex(ts1fcm.fd) = %{tl_version} -Provides: tex(ts1fcs.fd) = %{tl_version} -Provides: tex(ts1fct.fd) = %{tl_version} -Provides: tex(ut1fcm.fd) = %{tl_version} -Provides: tex(ut1fcs.fd) = %{tl_version} -Provides: tex(ut1fct.fd) = %{tl_version} -Obsoletes: tex-cm-lgc < %{tl_version} - -%description cm-lgc -The fonts are converted from Metafont sources of the Computer -Modern font families, using textrace. Supported encodings are: -T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package -also includes Unicode virtual fonts for use with Omega. The -font set is not a replacement for any of the other Computer -Modern-based font sets (for example, cm-super for Latin and -Cyrillic, or cbgreek for Greek), since it is available at a -single size only; it offers a compact set for 'general' -working. The fonts themselves are encoded to external -standards, and virtual fonts are provided for use with TeX. - -date: 2012-06-26 00:41:30 +0200 - -%post cm-lgc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cm-lgc.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cm-lgc.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cm-lgc -if [ $1 == 0 ] ; then -sed -i '/^Map cm-lgc.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cm-lgc -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cm-lgc-doc -Summary: Documentation for cm-lgc -Version: svn28250.0.5 -Release: %{tl_noarch_release} -Provides: tex-cm-lgc-doc -BuildArch: noarch -AutoReqProv: No - -%description cm-lgc-doc -Documentation for cm-lgc - -%package cmll -Provides: tex-cmll = %{tl_version} -License: LPPL -Summary: Symbols for linear logic -Version: svn17964.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(relsize.sty) -Provides: tex(cmll.map) = %{tl_version} -Provides: tex(cmllbx10.tfm) = %{tl_version} -Provides: tex(cmllbx12.tfm) = %{tl_version} -Provides: tex(cmllbx5.tfm) = %{tl_version} -Provides: tex(cmllbx6.tfm) = %{tl_version} -Provides: tex(cmllbx7.tfm) = %{tl_version} -Provides: tex(cmllbx8.tfm) = %{tl_version} -Provides: tex(cmllbx9.tfm) = %{tl_version} -Provides: tex(cmllr10.tfm) = %{tl_version} -Provides: tex(cmllr12.tfm) = %{tl_version} -Provides: tex(cmllr17.tfm) = %{tl_version} -Provides: tex(cmllr5.tfm) = %{tl_version} -Provides: tex(cmllr6.tfm) = %{tl_version} -Provides: tex(cmllr7.tfm) = %{tl_version} -Provides: tex(cmllr8.tfm) = %{tl_version} -Provides: tex(cmllr9.tfm) = %{tl_version} -Provides: tex(cmllss10.tfm) = %{tl_version} -Provides: tex(cmllss12.tfm) = %{tl_version} -Provides: tex(cmllss17.tfm) = %{tl_version} -Provides: tex(cmllss8.tfm) = %{tl_version} -Provides: tex(cmllss9.tfm) = %{tl_version} -Provides: tex(cmllssbx10.tfm) = %{tl_version} -Provides: tex(eullbx10.tfm) = %{tl_version} -Provides: tex(eullbx5.tfm) = %{tl_version} -Provides: tex(eullbx6.tfm) = %{tl_version} -Provides: tex(eullbx7.tfm) = %{tl_version} -Provides: tex(eullbx8.tfm) = %{tl_version} -Provides: tex(eullbx9.tfm) = %{tl_version} -Provides: tex(eullr10.tfm) = %{tl_version} -Provides: tex(eullr5.tfm) = %{tl_version} -Provides: tex(eullr6.tfm) = %{tl_version} -Provides: tex(eullr7.tfm) = %{tl_version} -Provides: tex(eullr8.tfm) = %{tl_version} -Provides: tex(eullr9.tfm) = %{tl_version} -Provides: tex(cmllbx10.pfb) = %{tl_version} -Provides: tex(cmllbx12.pfb) = %{tl_version} -Provides: tex(cmllbx5.pfb) = %{tl_version} -Provides: tex(cmllbx6.pfb) = %{tl_version} -Provides: tex(cmllbx7.pfb) = %{tl_version} -Provides: tex(cmllbx8.pfb) = %{tl_version} -Provides: tex(cmllbx9.pfb) = %{tl_version} -Provides: tex(cmllr10.pfb) = %{tl_version} -Provides: tex(cmllr12.pfb) = %{tl_version} -Provides: tex(cmllr17.pfb) = %{tl_version} -Provides: tex(cmllr5.pfb) = %{tl_version} -Provides: tex(cmllr6.pfb) = %{tl_version} -Provides: tex(cmllr7.pfb) = %{tl_version} -Provides: tex(cmllr8.pfb) = %{tl_version} -Provides: tex(cmllr9.pfb) = %{tl_version} -Provides: tex(cmllss10.pfb) = %{tl_version} -Provides: tex(cmllss12.pfb) = %{tl_version} -Provides: tex(cmllss17.pfb) = %{tl_version} -Provides: tex(cmllss8.pfb) = %{tl_version} -Provides: tex(cmllss9.pfb) = %{tl_version} -Provides: tex(cmllssbx10.pfb) = %{tl_version} -Provides: tex(eullbx10.pfb) = %{tl_version} -Provides: tex(eullbx5.pfb) = %{tl_version} -Provides: tex(eullbx6.pfb) = %{tl_version} -Provides: tex(eullbx7.pfb) = %{tl_version} -Provides: tex(eullbx8.pfb) = %{tl_version} -Provides: tex(eullbx9.pfb) = %{tl_version} -Provides: tex(eullr10.pfb) = %{tl_version} -Provides: tex(eullr5.pfb) = %{tl_version} -Provides: tex(eullr6.pfb) = %{tl_version} -Provides: tex(eullr7.pfb) = %{tl_version} -Provides: tex(eullr8.pfb) = %{tl_version} -Provides: tex(eullr9.pfb) = %{tl_version} -Provides: tex(cmll.sty) = %{tl_version} -Provides: tex(ucmllr.fd) = %{tl_version} -Provides: tex(ucmllss.fd) = %{tl_version} -Provides: tex(ueull.fd) = %{tl_version} - -%description cmll -This is a very small font set that contain some symbols useful -in linear logic, which are apparently not available elsewhere. -Variants are included for use with Computer Modern serif and -sans-serif and with the AMS Euler series. The font is provided -both as MetaFont source, and in Adobe Type 1 format. LaTeX -support is provided. format. - -date: 2010-04-20 23:51:50 +0200 - -%post cmll -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap cmll.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cmll.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cmll -if [ $1 == 0 ] ; then -sed -i '/^MixedMap cmll.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cmll -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmll-doc -Summary: Documentation for cmll -Version: svn17964.0 -Release: %{tl_noarch_release} -Provides: tex-cmll-doc -BuildArch: noarch -AutoReqProv: No - -%description cmll-doc -Documentation for cmll - -%package cmpica -Provides: tex-cmpica = %{tl_version} -License: Public Domain -Summary: A Computer Modern Pica variant -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmpica.tfm) = %{tl_version} -Provides: tex(cmpicab.tfm) = %{tl_version} -Provides: tex(cmpicati.tfm) = %{tl_version} - -%description cmpica -An approximate equivalent of the Xerox Pica typeface; the font -is optimised for submitting fiction manuscripts to mainline -publishers. The font is a fixed-width one, rather less heavy -than Computer Modern typewriter. Emphasis for bold-face comes -from a wavy underline of each letter. The two fonts are -supplied as MetaFont source. - -date: 2008-11-15 17:22:14 +0100 - -%post cmpica -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmpica -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmpica -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmpica-doc -Summary: Documentation for cmpica -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cmpica-doc -BuildArch: noarch -AutoReqProv: No - -%description cmpica-doc -Documentation for cmpica - -%package cmpj -Provides: tex-cmpj = %{tl_version} -License: LPPL -Summary: Style for the journal Condensed Matter Physics -Version: svn28862.2.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Requires: tex(natbib.sty) -Requires: tex(ifthen.sty) -Requires: tex(hyperref.sty) -Requires: tex(doi.sty) -Requires: tex(url.sty) -Requires: tex(txfonts.sty) -Requires: tex(fourier.sty) -Requires: tex(droidserif.sty) -Requires: tex(droidsans.sty) -Requires: tex(droidmono.sty) -Provides: tex(cmpj.sty) = %{tl_version} -Provides: tex(cmpj2.sty) = %{tl_version} - -%description cmpj -The package contains macros and some documentation for -typesetting papers for submission to the Condensed Matter -Physics journal published by the Institute for Condensed Matter -Physics of the National Academy of Sciences of Ukraine. - -date: 2013-01-16 12:17:26 +0100 - -%post cmpj -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmpj -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmpj -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmpj-doc -Summary: Documentation for cmpj -Version: svn28862.2.03 -Release: %{tl_noarch_release} -Provides: tex-cmpj-doc -BuildArch: noarch -AutoReqProv: No - -%description cmpj-doc -Documentation for cmpj - -%package cmsd -Provides: tex-cmsd = %{tl_version} -License: LPPL -Summary: Interfaces to the CM Sans Serif Bold fonts -Version: svn18787.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmsd.sty) = %{tl_version} -Provides: tex(t1cmsd.fd) = %{tl_version} -Provides: tex(ts1cmsd.fd) = %{tl_version} - -%description cmsd -Thr purpose of the package is to provide an alternative -interface to the CM Sans Serif boldface fonts. The EC (T1, -Cork) encoded versions of the 'CM Sans Serif boldface extended' -fonts differ considerably from the traditionally (OT1) encoded -ones: at large sizes, >10pt, they have thinner strokes and are -much wider. At 25pt they are hardly to be recognized as being -'boldface'. This package attempts to make these T1 fonts look -like the traditional ones did. You do not need any new fonts; -the package just changes the way LaTeX makes use of the current -ones. - -date: 2006-12-18 23:50:36 +0100 - -%post cmsd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmsd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmsd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmsd-doc -Summary: Documentation for cmsd -Version: svn18787.0 -Release: %{tl_noarch_release} -Provides: tex-cmsd-doc -BuildArch: noarch -AutoReqProv: No - -%description cmsd-doc -Documentation for cmsd - -%package cm-super -Provides: tex-cm-super = %{tl_version} -License: GPL+ -Summary: CM-Super family of fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(t1cmr.fd) -Provides: tex(cm-super-t1.enc) = %{tl_version} -Provides: tex(cm-super-t2a.enc) = %{tl_version} -Provides: tex(cm-super-t2b.enc) = %{tl_version} -Provides: tex(cm-super-t2c.enc) = %{tl_version} -Provides: tex(cm-super-ts1.enc) = %{tl_version} -Provides: tex(cm-super-x2.enc) = %{tl_version} -Provides: tex(cm-super-t1.map) = %{tl_version} -Provides: tex(cm-super-t2a.map) = %{tl_version} -Provides: tex(cm-super-t2b.map) = %{tl_version} -Provides: tex(cm-super-t2c.map) = %{tl_version} -Provides: tex(cm-super-ts1.map) = %{tl_version} -Provides: tex(cm-super-x2.map) = %{tl_version} -Provides: tex(isflb8.pfb) = %{tl_version} -Provides: tex(isfli8.pfb) = %{tl_version} -Provides: tex(isflo8.pfb) = %{tl_version} -Provides: tex(isflq8.pfb) = %{tl_version} -Provides: tex(isfltt8.pfb) = %{tl_version} -Provides: tex(sfbbx10.pfb) = %{tl_version} -Provides: tex(sfbi0500.pfb) = %{tl_version} -Provides: tex(sfbi0600.pfb) = %{tl_version} -Provides: tex(sfbi0700.pfb) = %{tl_version} -Provides: tex(sfbi0800.pfb) = %{tl_version} -Provides: tex(sfbi0900.pfb) = %{tl_version} -Provides: tex(sfbi1000.pfb) = %{tl_version} -Provides: tex(sfbi1095.pfb) = %{tl_version} -Provides: tex(sfbi1200.pfb) = %{tl_version} -Provides: tex(sfbi1440.pfb) = %{tl_version} -Provides: tex(sfbi1728.pfb) = %{tl_version} -Provides: tex(sfbi2074.pfb) = %{tl_version} -Provides: tex(sfbi2488.pfb) = %{tl_version} -Provides: tex(sfbi2986.pfb) = %{tl_version} -Provides: tex(sfbi3583.pfb) = %{tl_version} -Provides: tex(sfbl0500.pfb) = %{tl_version} -Provides: tex(sfbl0600.pfb) = %{tl_version} -Provides: tex(sfbl0700.pfb) = %{tl_version} -Provides: tex(sfbl0800.pfb) = %{tl_version} -Provides: tex(sfbl0900.pfb) = %{tl_version} -Provides: tex(sfbl1000.pfb) = %{tl_version} -Provides: tex(sfbl1095.pfb) = %{tl_version} -Provides: tex(sfbl1200.pfb) = %{tl_version} -Provides: tex(sfbl1440.pfb) = %{tl_version} -Provides: tex(sfbl1728.pfb) = %{tl_version} -Provides: tex(sfbl2074.pfb) = %{tl_version} -Provides: tex(sfbl2488.pfb) = %{tl_version} -Provides: tex(sfbl2986.pfb) = %{tl_version} -Provides: tex(sfbl3583.pfb) = %{tl_version} -Provides: tex(sfbm0500.pfb) = %{tl_version} -Provides: tex(sfbm0700.pfb) = %{tl_version} -Provides: tex(sfbm0900.pfb) = %{tl_version} -Provides: tex(sfbm1000.pfb) = %{tl_version} -Provides: tex(sfbm1095.pfb) = %{tl_version} -Provides: tex(sfbm1200.pfb) = %{tl_version} -Provides: tex(sfbm1440.pfb) = %{tl_version} -Provides: tex(sfbm1728.pfb) = %{tl_version} -Provides: tex(sfbm2074.pfb) = %{tl_version} -Provides: tex(sfbm2488.pfb) = %{tl_version} -Provides: tex(sfbm2986.pfb) = %{tl_version} -Provides: tex(sfbm3583.pfb) = %{tl_version} -Provides: tex(sfbmo10.pfb) = %{tl_version} -Provides: tex(sfbmo17.pfb) = %{tl_version} -Provides: tex(sfbmo8.pfb) = %{tl_version} -Provides: tex(sfbmo9.pfb) = %{tl_version} -Provides: tex(sfbmr10.pfb) = %{tl_version} -Provides: tex(sfbmr17.pfb) = %{tl_version} -Provides: tex(sfbmr8.pfb) = %{tl_version} -Provides: tex(sfbmr9.pfb) = %{tl_version} -Provides: tex(sfbso10.pfb) = %{tl_version} -Provides: tex(sfbso17.pfb) = %{tl_version} -Provides: tex(sfbso8.pfb) = %{tl_version} -Provides: tex(sfbso9.pfb) = %{tl_version} -Provides: tex(sfbsr10.pfb) = %{tl_version} -Provides: tex(sfbsr17.pfb) = %{tl_version} -Provides: tex(sfbsr8.pfb) = %{tl_version} -Provides: tex(sfbsr9.pfb) = %{tl_version} -Provides: tex(sfbtl10.pfb) = %{tl_version} -Provides: tex(sfbto10.pfb) = %{tl_version} -Provides: tex(sfbx0500.pfb) = %{tl_version} -Provides: tex(sfbx0600.pfb) = %{tl_version} -Provides: tex(sfbx0700.pfb) = %{tl_version} -Provides: tex(sfbx0800.pfb) = %{tl_version} -Provides: tex(sfbx0900.pfb) = %{tl_version} -Provides: tex(sfbx1000.pfb) = %{tl_version} -Provides: tex(sfbx1095.pfb) = %{tl_version} -Provides: tex(sfbx1200.pfb) = %{tl_version} -Provides: tex(sfbx1440.pfb) = %{tl_version} -Provides: tex(sfbx1728.pfb) = %{tl_version} -Provides: tex(sfbx2074.pfb) = %{tl_version} -Provides: tex(sfbx2488.pfb) = %{tl_version} -Provides: tex(sfbx2986.pfb) = %{tl_version} -Provides: tex(sfbx3583.pfb) = %{tl_version} -Provides: tex(sfcc0500.pfb) = %{tl_version} -Provides: tex(sfcc0600.pfb) = %{tl_version} -Provides: tex(sfcc0700.pfb) = %{tl_version} -Provides: tex(sfcc0800.pfb) = %{tl_version} -Provides: tex(sfcc0900.pfb) = %{tl_version} -Provides: tex(sfcc1000.pfb) = %{tl_version} -Provides: tex(sfcc1095.pfb) = %{tl_version} -Provides: tex(sfcc1200.pfb) = %{tl_version} -Provides: tex(sfcc1440.pfb) = %{tl_version} -Provides: tex(sfcc1728.pfb) = %{tl_version} -Provides: tex(sfcc2074.pfb) = %{tl_version} -Provides: tex(sfcc2488.pfb) = %{tl_version} -Provides: tex(sfcc2986.pfb) = %{tl_version} -Provides: tex(sfcc3583.pfb) = %{tl_version} -Provides: tex(sfci0500.pfb) = %{tl_version} -Provides: tex(sfci0600.pfb) = %{tl_version} -Provides: tex(sfci0700.pfb) = %{tl_version} -Provides: tex(sfci0800.pfb) = %{tl_version} -Provides: tex(sfci0900.pfb) = %{tl_version} -Provides: tex(sfci1000.pfb) = %{tl_version} -Provides: tex(sfci1095.pfb) = %{tl_version} -Provides: tex(sfci1200.pfb) = %{tl_version} -Provides: tex(sfci1440.pfb) = %{tl_version} -Provides: tex(sfci1728.pfb) = %{tl_version} -Provides: tex(sfci2074.pfb) = %{tl_version} -Provides: tex(sfci2488.pfb) = %{tl_version} -Provides: tex(sfci2986.pfb) = %{tl_version} -Provides: tex(sfci3583.pfb) = %{tl_version} -Provides: tex(sfdh0500.pfb) = %{tl_version} -Provides: tex(sfdh0600.pfb) = %{tl_version} -Provides: tex(sfdh0700.pfb) = %{tl_version} -Provides: tex(sfdh0800.pfb) = %{tl_version} -Provides: tex(sfdh0900.pfb) = %{tl_version} -Provides: tex(sfdh1000.pfb) = %{tl_version} -Provides: tex(sfdh1095.pfb) = %{tl_version} -Provides: tex(sfdh1200.pfb) = %{tl_version} -Provides: tex(sfdh1440.pfb) = %{tl_version} -Provides: tex(sfdh1728.pfb) = %{tl_version} -Provides: tex(sfdh2074.pfb) = %{tl_version} -Provides: tex(sfdh2488.pfb) = %{tl_version} -Provides: tex(sfdh2986.pfb) = %{tl_version} -Provides: tex(sfdh3583.pfb) = %{tl_version} -Provides: tex(sffb0500.pfb) = %{tl_version} -Provides: tex(sffb0600.pfb) = %{tl_version} -Provides: tex(sffb0700.pfb) = %{tl_version} -Provides: tex(sffb0800.pfb) = %{tl_version} -Provides: tex(sffb0900.pfb) = %{tl_version} -Provides: tex(sffb1000.pfb) = %{tl_version} -Provides: tex(sffb1095.pfb) = %{tl_version} -Provides: tex(sffb1200.pfb) = %{tl_version} -Provides: tex(sffb1440.pfb) = %{tl_version} -Provides: tex(sffb1728.pfb) = %{tl_version} -Provides: tex(sffb2074.pfb) = %{tl_version} -Provides: tex(sfff0900.pfb) = %{tl_version} -Provides: tex(sfff1000.pfb) = %{tl_version} -Provides: tex(sfff1095.pfb) = %{tl_version} -Provides: tex(sfff1200.pfb) = %{tl_version} -Provides: tex(sfff1440.pfb) = %{tl_version} -Provides: tex(sfff2488.pfb) = %{tl_version} -Provides: tex(sffi0900.pfb) = %{tl_version} -Provides: tex(sffi1000.pfb) = %{tl_version} -Provides: tex(sffi1095.pfb) = %{tl_version} -Provides: tex(sffi1200.pfb) = %{tl_version} -Provides: tex(sffi1440.pfb) = %{tl_version} -Provides: tex(sffi1728.pfb) = %{tl_version} -Provides: tex(sffi2074.pfb) = %{tl_version} -Provides: tex(sffs0500.pfb) = %{tl_version} -Provides: tex(sffs0600.pfb) = %{tl_version} -Provides: tex(sffs0700.pfb) = %{tl_version} -Provides: tex(sffs0800.pfb) = %{tl_version} -Provides: tex(sffs0900.pfb) = %{tl_version} -Provides: tex(sffs1000.pfb) = %{tl_version} -Provides: tex(sffs1095.pfb) = %{tl_version} -Provides: tex(sffs1200.pfb) = %{tl_version} -Provides: tex(sffs1440.pfb) = %{tl_version} -Provides: tex(sffs1728.pfb) = %{tl_version} -Provides: tex(sffs2074.pfb) = %{tl_version} -Provides: tex(sfit0800.pfb) = %{tl_version} -Provides: tex(sfit0900.pfb) = %{tl_version} -Provides: tex(sfit1000.pfb) = %{tl_version} -Provides: tex(sfit1095.pfb) = %{tl_version} -Provides: tex(sfit1200.pfb) = %{tl_version} -Provides: tex(sfit1440.pfb) = %{tl_version} -Provides: tex(sfit1728.pfb) = %{tl_version} -Provides: tex(sfit2074.pfb) = %{tl_version} -Provides: tex(sfit2488.pfb) = %{tl_version} -Provides: tex(sflb8.pfb) = %{tl_version} -Provides: tex(sfli8.pfb) = %{tl_version} -Provides: tex(sflo8.pfb) = %{tl_version} -Provides: tex(sflq8.pfb) = %{tl_version} -Provides: tex(sfltt8.pfb) = %{tl_version} -Provides: tex(sfoc0500.pfb) = %{tl_version} -Provides: tex(sfoc0600.pfb) = %{tl_version} -Provides: tex(sfoc0700.pfb) = %{tl_version} -Provides: tex(sfoc0800.pfb) = %{tl_version} -Provides: tex(sfoc0900.pfb) = %{tl_version} -Provides: tex(sfoc1000.pfb) = %{tl_version} -Provides: tex(sfoc1095.pfb) = %{tl_version} -Provides: tex(sfoc1200.pfb) = %{tl_version} -Provides: tex(sfoc1440.pfb) = %{tl_version} -Provides: tex(sfoc1728.pfb) = %{tl_version} -Provides: tex(sfoc2074.pfb) = %{tl_version} -Provides: tex(sfoc2488.pfb) = %{tl_version} -Provides: tex(sfoc2986.pfb) = %{tl_version} -Provides: tex(sfoc3583.pfb) = %{tl_version} -Provides: tex(sfocc10.pfb) = %{tl_version} -Provides: tex(sform10.pfb) = %{tl_version} -Provides: tex(sform5.pfb) = %{tl_version} -Provides: tex(sform6.pfb) = %{tl_version} -Provides: tex(sform7.pfb) = %{tl_version} -Provides: tex(sform8.pfb) = %{tl_version} -Provides: tex(sform9.pfb) = %{tl_version} -Provides: tex(sfosl10.pfb) = %{tl_version} -Provides: tex(sfosl5.pfb) = %{tl_version} -Provides: tex(sfosl6.pfb) = %{tl_version} -Provides: tex(sfosl7.pfb) = %{tl_version} -Provides: tex(sfosl8.pfb) = %{tl_version} -Provides: tex(sfosl9.pfb) = %{tl_version} -Provides: tex(sfoti10.pfb) = %{tl_version} -Provides: tex(sfqi8.pfb) = %{tl_version} -Provides: tex(sfrb0500.pfb) = %{tl_version} -Provides: tex(sfrb0600.pfb) = %{tl_version} -Provides: tex(sfrb0700.pfb) = %{tl_version} -Provides: tex(sfrb0800.pfb) = %{tl_version} -Provides: tex(sfrb0900.pfb) = %{tl_version} -Provides: tex(sfrb1000.pfb) = %{tl_version} -Provides: tex(sfrb1095.pfb) = %{tl_version} -Provides: tex(sfrb1200.pfb) = %{tl_version} -Provides: tex(sfrb1440.pfb) = %{tl_version} -Provides: tex(sfrb1728.pfb) = %{tl_version} -Provides: tex(sfrb2074.pfb) = %{tl_version} -Provides: tex(sfrb2488.pfb) = %{tl_version} -Provides: tex(sfrb2986.pfb) = %{tl_version} -Provides: tex(sfrb3583.pfb) = %{tl_version} -Provides: tex(sfrm0500.pfb) = %{tl_version} -Provides: tex(sfrm0600.pfb) = %{tl_version} -Provides: tex(sfrm0700.pfb) = %{tl_version} -Provides: tex(sfrm0800.pfb) = %{tl_version} -Provides: tex(sfrm0900.pfb) = %{tl_version} -Provides: tex(sfrm1000.pfb) = %{tl_version} -Provides: tex(sfrm1095.pfb) = %{tl_version} -Provides: tex(sfrm1200.pfb) = %{tl_version} -Provides: tex(sfrm1440.pfb) = %{tl_version} -Provides: tex(sfrm1728.pfb) = %{tl_version} -Provides: tex(sfrm2074.pfb) = %{tl_version} -Provides: tex(sfrm2488.pfb) = %{tl_version} -Provides: tex(sfrm2986.pfb) = %{tl_version} -Provides: tex(sfrm3583.pfb) = %{tl_version} -Provides: tex(sfsc0500.pfb) = %{tl_version} -Provides: tex(sfsc0600.pfb) = %{tl_version} -Provides: tex(sfsc0700.pfb) = %{tl_version} -Provides: tex(sfsc0800.pfb) = %{tl_version} -Provides: tex(sfsc0900.pfb) = %{tl_version} -Provides: tex(sfsc1000.pfb) = %{tl_version} -Provides: tex(sfsc1095.pfb) = %{tl_version} -Provides: tex(sfsc1200.pfb) = %{tl_version} -Provides: tex(sfsc1440.pfb) = %{tl_version} -Provides: tex(sfsc1728.pfb) = %{tl_version} -Provides: tex(sfsc2074.pfb) = %{tl_version} -Provides: tex(sfsc2488.pfb) = %{tl_version} -Provides: tex(sfsc2986.pfb) = %{tl_version} -Provides: tex(sfsc3583.pfb) = %{tl_version} -Provides: tex(sfsi0500.pfb) = %{tl_version} -Provides: tex(sfsi0600.pfb) = %{tl_version} -Provides: tex(sfsi0700.pfb) = %{tl_version} -Provides: tex(sfsi0800.pfb) = %{tl_version} -Provides: tex(sfsi0900.pfb) = %{tl_version} -Provides: tex(sfsi1000.pfb) = %{tl_version} -Provides: tex(sfsi1095.pfb) = %{tl_version} -Provides: tex(sfsi1200.pfb) = %{tl_version} -Provides: tex(sfsi1440.pfb) = %{tl_version} -Provides: tex(sfsi1728.pfb) = %{tl_version} -Provides: tex(sfsi2074.pfb) = %{tl_version} -Provides: tex(sfsi2488.pfb) = %{tl_version} -Provides: tex(sfsi2986.pfb) = %{tl_version} -Provides: tex(sfsi3583.pfb) = %{tl_version} -Provides: tex(sfsl0500.pfb) = %{tl_version} -Provides: tex(sfsl0600.pfb) = %{tl_version} -Provides: tex(sfsl0700.pfb) = %{tl_version} -Provides: tex(sfsl0800.pfb) = %{tl_version} -Provides: tex(sfsl0900.pfb) = %{tl_version} -Provides: tex(sfsl1000.pfb) = %{tl_version} -Provides: tex(sfsl1095.pfb) = %{tl_version} -Provides: tex(sfsl1200.pfb) = %{tl_version} -Provides: tex(sfsl1440.pfb) = %{tl_version} -Provides: tex(sfsl1728.pfb) = %{tl_version} -Provides: tex(sfsl2074.pfb) = %{tl_version} -Provides: tex(sfsl2488.pfb) = %{tl_version} -Provides: tex(sfsl2986.pfb) = %{tl_version} -Provides: tex(sfsl3583.pfb) = %{tl_version} -Provides: tex(sfso0500.pfb) = %{tl_version} -Provides: tex(sfso0600.pfb) = %{tl_version} -Provides: tex(sfso0700.pfb) = %{tl_version} -Provides: tex(sfso0800.pfb) = %{tl_version} -Provides: tex(sfso0900.pfb) = %{tl_version} -Provides: tex(sfso1000.pfb) = %{tl_version} -Provides: tex(sfso1095.pfb) = %{tl_version} -Provides: tex(sfso1200.pfb) = %{tl_version} -Provides: tex(sfso1440.pfb) = %{tl_version} -Provides: tex(sfso1728.pfb) = %{tl_version} -Provides: tex(sfso2074.pfb) = %{tl_version} -Provides: tex(sfso2488.pfb) = %{tl_version} -Provides: tex(sfso2986.pfb) = %{tl_version} -Provides: tex(sfso3583.pfb) = %{tl_version} -Provides: tex(sfsq8.pfb) = %{tl_version} -Provides: tex(sfss0500.pfb) = %{tl_version} -Provides: tex(sfss0600.pfb) = %{tl_version} -Provides: tex(sfss0700.pfb) = %{tl_version} -Provides: tex(sfss0800.pfb) = %{tl_version} -Provides: tex(sfss0900.pfb) = %{tl_version} -Provides: tex(sfss1000.pfb) = %{tl_version} -Provides: tex(sfss1095.pfb) = %{tl_version} -Provides: tex(sfss1200.pfb) = %{tl_version} -Provides: tex(sfss1440.pfb) = %{tl_version} -Provides: tex(sfss1728.pfb) = %{tl_version} -Provides: tex(sfss2074.pfb) = %{tl_version} -Provides: tex(sfss2488.pfb) = %{tl_version} -Provides: tex(sfss2986.pfb) = %{tl_version} -Provides: tex(sfss3583.pfb) = %{tl_version} -Provides: tex(sfssdc10.pfb) = %{tl_version} -Provides: tex(sfst0800.pfb) = %{tl_version} -Provides: tex(sfst0900.pfb) = %{tl_version} -Provides: tex(sfst1000.pfb) = %{tl_version} -Provides: tex(sfst1095.pfb) = %{tl_version} -Provides: tex(sfst1200.pfb) = %{tl_version} -Provides: tex(sfst1440.pfb) = %{tl_version} -Provides: tex(sfst1728.pfb) = %{tl_version} -Provides: tex(sfst2074.pfb) = %{tl_version} -Provides: tex(sfst2488.pfb) = %{tl_version} -Provides: tex(sfst2986.pfb) = %{tl_version} -Provides: tex(sfst3583.pfb) = %{tl_version} -Provides: tex(sfsx0500.pfb) = %{tl_version} -Provides: tex(sfsx0600.pfb) = %{tl_version} -Provides: tex(sfsx0700.pfb) = %{tl_version} -Provides: tex(sfsx0800.pfb) = %{tl_version} -Provides: tex(sfsx0900.pfb) = %{tl_version} -Provides: tex(sfsx1000.pfb) = %{tl_version} -Provides: tex(sfsx1095.pfb) = %{tl_version} -Provides: tex(sfsx1200.pfb) = %{tl_version} -Provides: tex(sfsx1440.pfb) = %{tl_version} -Provides: tex(sfsx1728.pfb) = %{tl_version} -Provides: tex(sfsx2074.pfb) = %{tl_version} -Provides: tex(sfsx2488.pfb) = %{tl_version} -Provides: tex(sfsx2986.pfb) = %{tl_version} -Provides: tex(sfsx3583.pfb) = %{tl_version} -Provides: tex(sftc0800.pfb) = %{tl_version} -Provides: tex(sftc0900.pfb) = %{tl_version} -Provides: tex(sftc1000.pfb) = %{tl_version} -Provides: tex(sftc1095.pfb) = %{tl_version} -Provides: tex(sftc1200.pfb) = %{tl_version} -Provides: tex(sftc1440.pfb) = %{tl_version} -Provides: tex(sftc1728.pfb) = %{tl_version} -Provides: tex(sftc2074.pfb) = %{tl_version} -Provides: tex(sftc2488.pfb) = %{tl_version} -Provides: tex(sftc2986.pfb) = %{tl_version} -Provides: tex(sftc3583.pfb) = %{tl_version} -Provides: tex(sfti0500.pfb) = %{tl_version} -Provides: tex(sfti0600.pfb) = %{tl_version} -Provides: tex(sfti0700.pfb) = %{tl_version} -Provides: tex(sfti0800.pfb) = %{tl_version} -Provides: tex(sfti0900.pfb) = %{tl_version} -Provides: tex(sfti1000.pfb) = %{tl_version} -Provides: tex(sfti1095.pfb) = %{tl_version} -Provides: tex(sfti1200.pfb) = %{tl_version} -Provides: tex(sfti1440.pfb) = %{tl_version} -Provides: tex(sfti1728.pfb) = %{tl_version} -Provides: tex(sfti2074.pfb) = %{tl_version} -Provides: tex(sfti2488.pfb) = %{tl_version} -Provides: tex(sfti2986.pfb) = %{tl_version} -Provides: tex(sfti3583.pfb) = %{tl_version} -Provides: tex(sftt0800.pfb) = %{tl_version} -Provides: tex(sftt0900.pfb) = %{tl_version} -Provides: tex(sftt1000.pfb) = %{tl_version} -Provides: tex(sftt1095.pfb) = %{tl_version} -Provides: tex(sftt1200.pfb) = %{tl_version} -Provides: tex(sftt1440.pfb) = %{tl_version} -Provides: tex(sftt1728.pfb) = %{tl_version} -Provides: tex(sftt2074.pfb) = %{tl_version} -Provides: tex(sftt2488.pfb) = %{tl_version} -Provides: tex(sftt2986.pfb) = %{tl_version} -Provides: tex(sftt3583.pfb) = %{tl_version} -Provides: tex(sfui0500.pfb) = %{tl_version} -Provides: tex(sfui0600.pfb) = %{tl_version} -Provides: tex(sfui0700.pfb) = %{tl_version} -Provides: tex(sfui0800.pfb) = %{tl_version} -Provides: tex(sfui0900.pfb) = %{tl_version} -Provides: tex(sfui1000.pfb) = %{tl_version} -Provides: tex(sfui1095.pfb) = %{tl_version} -Provides: tex(sfui1200.pfb) = %{tl_version} -Provides: tex(sfui1440.pfb) = %{tl_version} -Provides: tex(sfui1728.pfb) = %{tl_version} -Provides: tex(sfui2074.pfb) = %{tl_version} -Provides: tex(sfui2488.pfb) = %{tl_version} -Provides: tex(sfui2986.pfb) = %{tl_version} -Provides: tex(sfui3583.pfb) = %{tl_version} -Provides: tex(sfvi0800.pfb) = %{tl_version} -Provides: tex(sfvi0900.pfb) = %{tl_version} -Provides: tex(sfvi1000.pfb) = %{tl_version} -Provides: tex(sfvi1095.pfb) = %{tl_version} -Provides: tex(sfvi1200.pfb) = %{tl_version} -Provides: tex(sfvi1440.pfb) = %{tl_version} -Provides: tex(sfvi1728.pfb) = %{tl_version} -Provides: tex(sfvi2074.pfb) = %{tl_version} -Provides: tex(sfvi2488.pfb) = %{tl_version} -Provides: tex(sfvi2986.pfb) = %{tl_version} -Provides: tex(sfvi3583.pfb) = %{tl_version} -Provides: tex(sfvt0800.pfb) = %{tl_version} -Provides: tex(sfvt0900.pfb) = %{tl_version} -Provides: tex(sfvt1000.pfb) = %{tl_version} -Provides: tex(sfvt1095.pfb) = %{tl_version} -Provides: tex(sfvt1200.pfb) = %{tl_version} -Provides: tex(sfvt1440.pfb) = %{tl_version} -Provides: tex(sfvt1728.pfb) = %{tl_version} -Provides: tex(sfvt2074.pfb) = %{tl_version} -Provides: tex(sfvt2488.pfb) = %{tl_version} -Provides: tex(sfvt2986.pfb) = %{tl_version} -Provides: tex(sfvt3583.pfb) = %{tl_version} -Provides: tex(sfxc0500.pfb) = %{tl_version} -Provides: tex(sfxc0600.pfb) = %{tl_version} -Provides: tex(sfxc0700.pfb) = %{tl_version} -Provides: tex(sfxc0800.pfb) = %{tl_version} -Provides: tex(sfxc0900.pfb) = %{tl_version} -Provides: tex(sfxc1000.pfb) = %{tl_version} -Provides: tex(sfxc1095.pfb) = %{tl_version} -Provides: tex(sfxc1200.pfb) = %{tl_version} -Provides: tex(sfxc1440.pfb) = %{tl_version} -Provides: tex(sfxc1728.pfb) = %{tl_version} -Provides: tex(sfxc2074.pfb) = %{tl_version} -Provides: tex(sfxc2488.pfb) = %{tl_version} -Provides: tex(sfxc2986.pfb) = %{tl_version} -Provides: tex(sfxc3583.pfb) = %{tl_version} -Provides: tex(type1ec.sty) = %{tl_version} - -%description cm-super -CM-Super family of fonts are Adobe Type 1 fonts that replace -the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded -Concrete, T1/TS1-encoded CM bright and LH fonts (thus -supporting all European languages except Greek, and all -Cyrillic-based languages), and bringing many ameliorations in -typesetting quality. The fonts exhibit the same metrics as the -MetaFont-encoded originals. - -date: 2008-01-16 21:31:11 +0100 - -%post cm-super -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap cm-super-t1.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-t1.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cm-super-t2a.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-t2a.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cm-super-t2b.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-t2b.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cm-super-t2c.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-t2c.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cm-super-ts1.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-ts1.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap cm-super-x2.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cm-super-x2.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cm-super -if [ $1 == 0 ] ; then -sed -i '/^MixedMap cm-super-t1.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cm-super-t2a.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cm-super-t2b.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cm-super-t2c.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cm-super-ts1.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap cm-super-x2.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cm-super -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cm-super-doc -Summary: Documentation for cm-super -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cm-super-doc -BuildArch: noarch -AutoReqProv: No - -%description cm-super-doc -Documentation for cm-super - -%package cmtiup -Provides: tex-cmtiup = %{tl_version} -License: LPPL 1.3 -Summary: Upright punctuation with CM slanted -Version: svn20512.1.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmtiup10.tfm) = %{tl_version} -Provides: tex(cmtiup12.tfm) = %{tl_version} -Provides: tex(cmtiup7.tfm) = %{tl_version} -Provides: tex(cmtiup8.tfm) = %{tl_version} -Provides: tex(cmtiup9.tfm) = %{tl_version} -Provides: tex(cmtiup10.vf) = %{tl_version} -Provides: tex(cmtiup12.vf) = %{tl_version} -Provides: tex(cmtiup7.vf) = %{tl_version} -Provides: tex(cmtiup8.vf) = %{tl_version} -Provides: tex(cmtiup9.vf) = %{tl_version} -Provides: tex(cmtiup.sty) = %{tl_version} - -%description cmtiup -The cmtiup fonts address a problem with the appearance of -punctuation in italic text in mathematical documents. To -achieve this, all punctuation characters are upright, and -kerning between letters and punctuation is adjusted to allow -for the italic correction. The fonts are implemented as a set -of vf files; a package for support in LaTeX 2e is provided. - -date: 2010-11-20 14:00:52 +0100 - -%post cmtiup -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cmtiup -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cmtiup -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cmtiup-doc -Summary: Documentation for cmtiup -Version: svn20512.1.3a -Release: %{tl_noarch_release} -Provides: tex-cmtiup-doc -BuildArch: noarch -AutoReqProv: No - -%description cmtiup-doc -Documentation for cmtiup - -%package cm -Provides: tex-cm = %{tl_version} -License: Knuth -Summary: Computer Modern fonts -Version: svn29581.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cmtext-bsr-interpolated.map) = %{tl_version} -Provides: tex(cmb10.tfm) = %{tl_version} -Provides: tex(cmbcsc10.tfm) = %{tl_version} -Provides: tex(cmbsy10.tfm) = %{tl_version} -Provides: tex(cmbx10.tfm) = %{tl_version} -Provides: tex(cmbx12.tfm) = %{tl_version} -Provides: tex(cmbx5.tfm) = %{tl_version} -Provides: tex(cmbx6.tfm) = %{tl_version} -Provides: tex(cmbx7.tfm) = %{tl_version} -Provides: tex(cmbx8.tfm) = %{tl_version} -Provides: tex(cmbx9.tfm) = %{tl_version} -Provides: tex(cmbxsl10.tfm) = %{tl_version} -Provides: tex(cmbxti10.tfm) = %{tl_version} -Provides: tex(cmcsc10.tfm) = %{tl_version} -Provides: tex(cmdunh10.tfm) = %{tl_version} -Provides: tex(cmex10.tfm) = %{tl_version} -Provides: tex(cmff10.tfm) = %{tl_version} -Provides: tex(cmfi10.tfm) = %{tl_version} -Provides: tex(cmfib8.tfm) = %{tl_version} -Provides: tex(cminch.tfm) = %{tl_version} -Provides: tex(cmitt10.tfm) = %{tl_version} -Provides: tex(cmmi10.tfm) = %{tl_version} -Provides: tex(cmmi12.tfm) = %{tl_version} -Provides: tex(cmmi5.tfm) = %{tl_version} -Provides: tex(cmmi6.tfm) = %{tl_version} -Provides: tex(cmmi7.tfm) = %{tl_version} -Provides: tex(cmmi8.tfm) = %{tl_version} -Provides: tex(cmmi9.tfm) = %{tl_version} -Provides: tex(cmmib10.tfm) = %{tl_version} -Provides: tex(cmr10.tfm) = %{tl_version} -Provides: tex(cmr12.tfm) = %{tl_version} -Provides: tex(cmr17.tfm) = %{tl_version} -Provides: tex(cmr5.tfm) = %{tl_version} -Provides: tex(cmr6.tfm) = %{tl_version} -Provides: tex(cmr7.tfm) = %{tl_version} -Provides: tex(cmr8.tfm) = %{tl_version} -Provides: tex(cmr9.tfm) = %{tl_version} -Provides: tex(cmsl10.tfm) = %{tl_version} -Provides: tex(cmsl12.tfm) = %{tl_version} -Provides: tex(cmsl8.tfm) = %{tl_version} -Provides: tex(cmsl9.tfm) = %{tl_version} -Provides: tex(cmsltt10.tfm) = %{tl_version} -Provides: tex(cmss10.tfm) = %{tl_version} -Provides: tex(cmss12.tfm) = %{tl_version} -Provides: tex(cmss17.tfm) = %{tl_version} -Provides: tex(cmss8.tfm) = %{tl_version} -Provides: tex(cmss9.tfm) = %{tl_version} -Provides: tex(cmssbx10.tfm) = %{tl_version} -Provides: tex(cmssdc10.tfm) = %{tl_version} -Provides: tex(cmssi10.tfm) = %{tl_version} -Provides: tex(cmssi12.tfm) = %{tl_version} -Provides: tex(cmssi17.tfm) = %{tl_version} -Provides: tex(cmssi8.tfm) = %{tl_version} -Provides: tex(cmssi9.tfm) = %{tl_version} -Provides: tex(cmssq8.tfm) = %{tl_version} -Provides: tex(cmssqi8.tfm) = %{tl_version} -Provides: tex(cmsy10.tfm) = %{tl_version} -Provides: tex(cmsy5.tfm) = %{tl_version} -Provides: tex(cmsy6.tfm) = %{tl_version} -Provides: tex(cmsy7.tfm) = %{tl_version} -Provides: tex(cmsy8.tfm) = %{tl_version} -Provides: tex(cmsy9.tfm) = %{tl_version} -Provides: tex(cmtcsc10.tfm) = %{tl_version} -Provides: tex(cmtex10.tfm) = %{tl_version} -Provides: tex(cmtex8.tfm) = %{tl_version} -Provides: tex(cmtex9.tfm) = %{tl_version} -Provides: tex(cmti10.tfm) = %{tl_version} -Provides: tex(cmti12.tfm) = %{tl_version} -Provides: tex(cmti7.tfm) = %{tl_version} -Provides: tex(cmti8.tfm) = %{tl_version} -Provides: tex(cmti9.tfm) = %{tl_version} -Provides: tex(cmtt10.tfm) = %{tl_version} -Provides: tex(cmtt12.tfm) = %{tl_version} -Provides: tex(cmtt8.tfm) = %{tl_version} -Provides: tex(cmtt9.tfm) = %{tl_version} -Provides: tex(cmu10.tfm) = %{tl_version} -Provides: tex(cmvtt10.tfm) = %{tl_version} - -%description cm -Knuth's final iteration of his re-interpretation of a c.19 -Modern-style font from Monotype. The family is comprehensive, -offering both sans and roman styles, and a monospaced font, -together with mathematics fonts closely integrated with the -mathematical facilities of TeX itself. The base fonts are -distributed as Metafont source, but autotraced PostScript Type -1 versions are available (one version in the AMS fonts -distribution, and also the BaKoMa distribution). The Computer -Modern fonts have inspired many later families, notably the -European Computer Modern and the Latin Modern families. - -date: 2012-06-26 21:09:43 +0200 - -%post cm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap cmtext-bsr-interpolated.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap cmtext-bsr-interpolated.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cm -if [ $1 == 0 ] ; then -sed -i '/^MixedMap cmtext-bsr-interpolated.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cm -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cm-doc -Summary: Documentation for cm -Version: svn29581.0 -Release: %{tl_noarch_release} -Provides: tex-cm-doc -BuildArch: noarch -AutoReqProv: No - -%description cm-doc -Documentation for cm - -%package cm-unicode -Provides: tex-cm-unicode = %{tl_version} -License: OFL -Summary: Computer Modern Unicode font family -Version: svn19445.0.7.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmu-ec.enc) = %{tl_version} -Provides: tex(cmu-ecsc.enc) = %{tl_version} -Provides: tex(cmu-g.enc) = %{tl_version} -Provides: tex(cmu-gsc.enc) = %{tl_version} -Provides: tex(cmu-la.enc) = %{tl_version} -Provides: tex(cmu-lasc.enc) = %{tl_version} -Provides: tex(cmu-lb.enc) = %{tl_version} -Provides: tex(cmu-lc.enc) = %{tl_version} -Provides: tex(cmu-ld.enc) = %{tl_version} -Provides: tex(cmu-rx.enc) = %{tl_version} -Provides: tex(cmu-tc.enc) = %{tl_version} -Provides: tex(cmu-tipa.enc) = %{tl_version} -Provides: tex(cmu-tipx.enc) = %{tl_version} -Provides: tex(cmu-ux.enc) = %{tl_version} -Provides: tex(cmu-uxsc.enc) = %{tl_version} -Provides: tex(cmu-vn.enc) = %{tl_version} -Provides: tex(cmu.map) = %{tl_version} -Provides: tex(cmunbbx.otf) = %{tl_version} -Provides: tex(cmunbi.otf) = %{tl_version} -Provides: tex(cmunbl.otf) = %{tl_version} -Provides: tex(cmunbmo.otf) = %{tl_version} -Provides: tex(cmunbmr.otf) = %{tl_version} -Provides: tex(cmunbso.otf) = %{tl_version} -Provides: tex(cmunbsr.otf) = %{tl_version} -Provides: tex(cmunbtl.otf) = %{tl_version} -Provides: tex(cmunbto.otf) = %{tl_version} -Provides: tex(cmunbx.otf) = %{tl_version} -Provides: tex(cmunbxo.otf) = %{tl_version} -Provides: tex(cmunci.otf) = %{tl_version} -Provides: tex(cmunit.otf) = %{tl_version} -Provides: tex(cmunobi.otf) = %{tl_version} -Provides: tex(cmunobx.otf) = %{tl_version} -Provides: tex(cmunorm.otf) = %{tl_version} -Provides: tex(cmunoti.otf) = %{tl_version} -Provides: tex(cmunrb.otf) = %{tl_version} -Provides: tex(cmunrm.otf) = %{tl_version} -Provides: tex(cmunsi.otf) = %{tl_version} -Provides: tex(cmunsl.otf) = %{tl_version} -Provides: tex(cmunso.otf) = %{tl_version} -Provides: tex(cmunss.otf) = %{tl_version} -Provides: tex(cmunssdc.otf) = %{tl_version} -Provides: tex(cmunst.otf) = %{tl_version} -Provides: tex(cmunsx.otf) = %{tl_version} -Provides: tex(cmuntb.otf) = %{tl_version} -Provides: tex(cmunti.otf) = %{tl_version} -Provides: tex(cmuntt.otf) = %{tl_version} -Provides: tex(cmuntx.otf) = %{tl_version} -Provides: tex(cmunui.otf) = %{tl_version} -Provides: tex(cmunvi.otf) = %{tl_version} -Provides: tex(cmunvt.otf) = %{tl_version} -Provides: tex(cmunbbx.pfb) = %{tl_version} -Provides: tex(cmunbi.pfb) = %{tl_version} -Provides: tex(cmunbl.pfb) = %{tl_version} -Provides: tex(cmunbmo.pfb) = %{tl_version} -Provides: tex(cmunbmr.pfb) = %{tl_version} -Provides: tex(cmunbso.pfb) = %{tl_version} -Provides: tex(cmunbsr.pfb) = %{tl_version} -Provides: tex(cmunbtl.pfb) = %{tl_version} -Provides: tex(cmunbto.pfb) = %{tl_version} -Provides: tex(cmunbx.pfb) = %{tl_version} -Provides: tex(cmunbxo.pfb) = %{tl_version} -Provides: tex(cmunci.pfb) = %{tl_version} -Provides: tex(cmunit.pfb) = %{tl_version} -Provides: tex(cmunobi.pfb) = %{tl_version} -Provides: tex(cmunobx.pfb) = %{tl_version} -Provides: tex(cmunorm.pfb) = %{tl_version} -Provides: tex(cmunoti.pfb) = %{tl_version} -Provides: tex(cmunrb.pfb) = %{tl_version} -Provides: tex(cmunrm.pfb) = %{tl_version} -Provides: tex(cmunsi.pfb) = %{tl_version} -Provides: tex(cmunsl.pfb) = %{tl_version} -Provides: tex(cmunso.pfb) = %{tl_version} -Provides: tex(cmunss.pfb) = %{tl_version} -Provides: tex(cmunssdc.pfb) = %{tl_version} -Provides: tex(cmunst.pfb) = %{tl_version} -Provides: tex(cmunsx.pfb) = %{tl_version} -Provides: tex(cmuntb.pfb) = %{tl_version} -Provides: tex(cmunti.pfb) = %{tl_version} -Provides: tex(cmuntt.pfb) = %{tl_version} -Provides: tex(cmuntx.pfb) = %{tl_version} -Provides: tex(cmunui.pfb) = %{tl_version} -Provides: tex(cmunvi.pfb) = %{tl_version} -Provides: tex(cmunvt.pfb) = %{tl_version} - -%description cm-unicode -Computer Modern Unicode fonts were converted from metafont -sources using mftrace with autotrace backend and fontforge. -Some characters in several fonts are copied from Blue Sky type -1 fonts released by AMS. Currently the fonts contain glyphs -from Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek -(cbgreek when available) code sets and IPA extensions (from -tipa). This font set contains 33 fonts. This archive contains -AFM, PFB and OTF versions; the OTF version of the Computer -Modern Unicode fonts works with TeX engines that directly -support OpenType features, such as XeTeX and LuaTeX. - -date: 2010-07-13 15:28:23 +0200 - -%post cm-unicode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cm-unicode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cm-unicode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cm-unicode-doc -Summary: Documentation for cm-unicode -Version: svn19445.0.7.0 -Release: %{tl_noarch_release} -Provides: tex-cm-unicode-doc -BuildArch: noarch -AutoReqProv: No - -%description cm-unicode-doc -Documentation for cm-unicode - -%package codedoc -Provides: tex-codedoc = %{tl_version} -License: LPPL -Summary: LaTeX code and documentation in LaTeX-format file -Version: svn17630.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Provides: tex(codedoc.cls) = %{tl_version} - -%description codedoc -The CodeDoc class is an alternative to DocStrip (and others) to -produce LaTeX code along with its documentation without -departing from LaTeX's ordinary syntax. The documentation is -prepared like any other LaTeX document and the code to be -commented verbatim is simply delimited by an environment. When -an option is turned on in the class options, this code is -written to the desired file(s). The class also includes fully -customizable verbatim environments which provide the author -with separate commands to typeset the material and/or to -execute it. - -date: 2010-03-30 18:14:30 +0200 - -%post codedoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun codedoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans codedoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package codedoc-doc -Summary: Documentation for codedoc -Version: svn17630.0.3 -Release: %{tl_noarch_release} -Provides: tex-codedoc-doc -BuildArch: noarch -AutoReqProv: No - -%description codedoc-doc -Documentation for codedoc - -%package codepage -Provides: tex-codepage = %{tl_version} -License: BSD -Summary: Support for variant code pages -Version: svn21126.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(code437.tex) = %{tl_version} -Provides: tex(code850.tex) = %{tl_version} -Provides: tex(codeiso1.tex) = %{tl_version} -Provides: tex(codemac.tex) = %{tl_version} -Provides: tex(codepage.sty) = %{tl_version} -Provides: tex(initcar.tex) = %{tl_version} -Provides: tex(shapecm.tex) = %{tl_version} -Provides: tex(shapedc.tex) = %{tl_version} - -%description codepage -The package provides a mechanism for inputting non-ASCII text. -Nowadays, the job is mostly done by the inputenc package in the -LaTeX distribution. - -date: 2011-01-18 23:40:40 +0100 - -%post codepage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun codepage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans codepage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package codepage-doc -Summary: Documentation for codepage -Version: svn21126.0 -Release: %{tl_noarch_release} -Provides: tex-codepage-doc -BuildArch: noarch -AutoReqProv: No - -%description codepage-doc -Documentation for codepage - -%package codicefiscaleitaliano -Provides: tex-codicefiscaleitaliano = %{tl_version} -License: LPPL 1.3 -Summary: Test the consistency of the Italian personal Fiscal Code -Version: svn26234.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(codicefiscaleitaliano.sty) = %{tl_version} - -%description codicefiscaleitaliano -The alphanumeric string that forms the Italian personal Fiscal -Code is prone to be misspelled thus rendering a legal document -invalid. The package quickly verifies the consistency of the -fiscal code string, and can therefore be useful for lawyers and -accountants that use fiscal codes very frequently. - -date: 2012-05-05 09:37:49 +0200 - -%post codicefiscaleitaliano -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun codicefiscaleitaliano -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans codicefiscaleitaliano -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package codicefiscaleitaliano-doc -Summary: Documentation for codicefiscaleitaliano -Version: svn26234.1.1 -Release: %{tl_noarch_release} -Provides: tex-codicefiscaleitaliano-doc -BuildArch: noarch -AutoReqProv: No - -%description codicefiscaleitaliano-doc -Documentation for codicefiscaleitaliano - -%package collcell -Provides: tex-collcell = %{tl_version} -License: LPPL 1.3 -Summary: Collect contents of a tabular cell as argument to a macro -Version: svn21539.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(etoolbox.sty) -Provides: tex(collcell.sty) = %{tl_version} - -%description collcell -The package provides macros that collect the content of a -tabular cell, and offer them as an argument to a macro. Special -care is taken to remove all aligning macros inserted by tabular -from the cell content. The macros also work in the last column -of a table, but do not support verbatim material inside the -cells. - -date: 2011-02-27 21:54:29 +0100 - -%post collcell -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun collcell -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans collcell -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collcell-doc -Summary: Documentation for collcell -Version: svn21539.0.5 -Release: %{tl_noarch_release} -Provides: tex-collcell-doc -BuildArch: noarch -AutoReqProv: No - -%description collcell-doc -Documentation for collcell - -%package collectbox -Provides: tex-collectbox = %{tl_version} -License: LPPL -Summary: collectbox package -Version: svn26557.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(collectbox.sty) = %{tl_version} - -%description collectbox -collectbox package - -%post collectbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun collectbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans collectbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collectbox-doc -Summary: Documentation for collectbox -Version: svn26557.0 -Release: %{tl_noarch_release} -Provides: tex-collectbox-doc -BuildArch: noarch -AutoReqProv: No - -%description collectbox-doc -Documentation for collectbox - -%package collection-basic -Summary: Essential programs and files -Version: svn26314.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-documentation-base -Requires: tex-amsfonts -Requires: tex-bibtex -Requires: tex-cm -Requires: tex-dvipdfm -Requires: tex-dvipdfmx -Requires: tex-dvipdfmx-def -Requires: tex-dvips -Requires: tex-enctex -Requires: tex-etex -Requires: tex-etex-pkg -Requires: tex-glyphlist -Requires: tex-gsftopk -Requires: tex-hyph-utf8 -Requires: tex-hyphen-base -Requires: tex-ifluatex -Requires: tex-ifxetex -Requires: tex-kpathsea -Requires: tex-lua-alt-getopt -Requires: tex-luatex -Requires: tex-makeindex -Requires: tex-metafont -Requires: tex-mflogo -Requires: tex-mfware -Requires: tex-misc -Requires: tex-pdftex -Requires: tex-plain -Requires: tex-tetex -Requires: tex-tex -Requires: tex-texconfig -Requires: tex-texlive-msg-translations -Requires: tex-texlive-scripts -Requires: tex-texlive.infra -Requires: tex-xdvi -Provides: tex(tex) = %{tl_version}, tex = %{tl_version} -Requires: dvipdfm, dvipdfmx, xdvik - -%description collection-basic -These files are regarded as basic for any TeX system, covering -plain TeX macros, Computer Modern fonts, and configuration for -common drivers; no LaTeX. - -%package collection-documentation-base -Summary: TeX Live documentation -Version: svn17091.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-texlive-common-doc -Requires: texlive-texlive-en-doc -Provides: texlive-texmf-doc = %{tl_version} -Obsoletes: texlive-texmf-doc < %{tl_version} - -%description collection-documentation-base -collection-documentation-base package - -%package texlive-common-doc -Summary: Documentation for texlive-common -Version: svn26673.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-common-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-common-doc -Documentation for texlive-common - -%package texlive-en-doc -Summary: Documentation for texlive-en -Version: svn29336.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-en-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-en-doc -Documentation for texlive-en - -%package dvipdfm -Provides: tex-dvipdfm = %{tl_version} -License: LPPL -Summary: A DVI driver to produce PDF directly -Version: svn26689.0.13.2d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvipdfm-bin -Provides: tex(dvipdfm.def) = %{tl_version} - -%description dvipdfm -The driver offers a wide range of \special commands (including -a colour stack), and supports compression of data streams, etc. -Note that the extended version dvipdfmx will operate "as -dvipdfm" if necessary. - -date: 2012-04-21 10:57:19 +0200 - -%post dvipdfm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvipdfm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipdfm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipdfm-doc -Summary: Documentation for dvipdfm -Version: svn26689.0.13.2d -Release: %{tl_noarch_release} -Provides: tex-dvipdfm-doc -BuildArch: noarch -AutoReqProv: No - -%description dvipdfm-doc -Documentation for dvipdfm - -%package dvipdfm-bin -Summary: Binaries for dvipdfm -Version: svn13663.0 -Requires: texlive-base -Requires: tex-dvipdfm -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: dvipdfm = %{tl_version} -Obsoletes: dvipdfm < %{tl_version} -Release: %{tl_release} -BuildArch: noarch - -%description dvipdfm-bin -Binaries for dvipdfm - -%package dvipdfmx -Provides: tex-dvipdfmx = %{tl_version} -License: GPL+ -Summary: An extended version of dvipdfm -Version: svn26765.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-glyphlist -Requires: tex-dvipdfmx-def -Requires: texlive-dvipdfmx-bin -Provides: tex(dvipdfmx.cfg) = %{tl_version} -Provides: tex(cid-x.map) = %{tl_version} -Provides: tex(ckx.map) = %{tl_version} -Provides: tex(kanjix.map) = %{tl_version} - -%description dvipdfmx -Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm -created to support multi-byte character encodings and large -character sets for East Asian languages. Dvipdfmx, if "called" -with the name dvipdfm, operates in a "dvipdfm compatibility" -mode, so that users of the both packages need only keep one -executable. A secondary design goal is to support as many "PDF" -features as does pdfTeX. There being no documentation as such, -users are advised to consult the documentation of dvipdfm (as -well, of course, as the package Readme. - -date: 2012-04-21 10:57:19 +0200 - -%post dvipdfmx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvipdfmx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipdfmx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipdfmx-doc -Summary: Documentation for dvipdfmx -Version: svn26765.0 -Release: %{tl_noarch_release} -Provides: tex-dvipdfmx-doc -BuildArch: noarch -AutoReqProv: No - -%description dvipdfmx-doc -Documentation for dvipdfmx - -%package glyphlist -Provides: tex-glyphlist = %{tl_version} -License: LPPL -Summary: glyphlist package -Version: svn28576.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description glyphlist -glyphlist package - -%post glyphlist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun glyphlist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans glyphlist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipdfmx-def -Provides: tex-dvipdfmx-def = %{tl_version} -License: LPPL -Summary: dvipdfmx-def package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dvipdfmx.def) = %{tl_version} - -%description dvipdfmx-def -dvipdfmx-def package - -%post dvipdfmx-def -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvipdfmx-def -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipdfmx-def -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipdfmx-bin -Summary: Binaries for dvipdfmx -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvipdfmx -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: dvipdfmx = %{tl_version} -Obsoletes: dvipdfmx < %{tl_version} -Release: %{tl_release} - -%description dvipdfmx-bin -Binaries for dvipdfmx - -%package dvips -Provides: tex-dvips = %{tl_version} -License: GPL+ -Summary: A DVI to PostScript driver -Version: svn29585.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: texlive-dvips-bin -Provides: tex(6w.enc) = %{tl_version} -Provides: tex(7t.enc) = %{tl_version} -Provides: tex(8a.enc) = %{tl_version} -Provides: tex(8r.enc) = %{tl_version} -Provides: tex(ad.enc) = %{tl_version} -Provides: tex(ansinew.enc) = %{tl_version} -Provides: tex(asex.enc) = %{tl_version} -Provides: tex(asexp.enc) = %{tl_version} -Provides: tex(dc.enc) = %{tl_version} -Provides: tex(dvips.enc) = %{tl_version} -Provides: tex(ec.enc) = %{tl_version} -Provides: tex(extex.enc) = %{tl_version} -Provides: tex(funky.enc) = %{tl_version} -Provides: tex(odvips.enc) = %{tl_version} -Provides: tex(q-cs-uni.enc) = %{tl_version} -Provides: tex(q-ec-uni.enc) = %{tl_version} -Provides: tex(q-l7x-uni.enc) = %{tl_version} -Provides: tex(q-qx-uni.enc) = %{tl_version} -Provides: tex(q-rm-uni.enc) = %{tl_version} -Provides: tex(q-t2a-uni.enc) = %{tl_version} -Provides: tex(q-t2b-uni.enc) = %{tl_version} -Provides: tex(q-t2c-uni.enc) = %{tl_version} -Provides: tex(q-t5-uni.enc) = %{tl_version} -Provides: tex(q-texnansi-uni.enc) = %{tl_version} -Provides: tex(q-ts1-uni.enc) = %{tl_version} -Provides: tex(qx.enc) = %{tl_version} -Provides: tex(stormex.enc) = %{tl_version} -Provides: tex(tex256.enc) = %{tl_version} -Provides: tex(texmext.enc) = %{tl_version} -Provides: tex(texmital.enc) = %{tl_version} -Provides: tex(texmsym.enc) = %{tl_version} -Provides: tex(texnansx.enc) = %{tl_version} -Provides: tex(blackdvi.sty) = %{tl_version} -Provides: tex(blackdvi.tex) = %{tl_version} -Provides: tex(colordvi.sty) = %{tl_version} -Provides: tex(colordvi.tex) = %{tl_version} -Provides: tex(rotate.sty) = %{tl_version} -Provides: tex(rotate.tex) = %{tl_version} -Provides: tex(canonex.cfg) = %{tl_version} -Provides: tex(cx.cfg) = %{tl_version} -Provides: tex(deskjet.cfg) = %{tl_version} -Provides: tex(dfaxhigh.cfg) = %{tl_version} -Provides: tex(dvired.cfg) = %{tl_version} -Provides: tex(epson.cfg) = %{tl_version} -Provides: tex(ibmvga.cfg) = %{tl_version} -Provides: tex(ljfour.cfg) = %{tl_version} -Provides: tex(qms.cfg) = %{tl_version} -Provides: tex(toshiba.cfg) = %{tl_version} -Provides: tex(builtin35.map) = %{tl_version} -Provides: tex(download35.map) = %{tl_version} -Provides: tex(ps2pk.map) = %{tl_version} -Provides: tex(psfonts.map) = %{tl_version} -Provides: tex(psfonts_pk.map) = %{tl_version} -Provides: tex(psfonts_t1.map) = %{tl_version} -Provides: tex(dvips) = %{tl_version}, tetex-dvips = 3.1-99, texlive-texmf-dvips = %{tl_version}, texlive-dvips = %{tl_version} -Obsoletes: tetex-dvips < 3.1-99, texlive-texmf-dvips < %{tl_version} -Requires: texlive-latex-fonts - -%description dvips -This package has been withdrawn from CTAN, and bundled into the -distributions' package sets. The current sources of dvips may -be found in the distribution of dvipsk which forms part of the -TeX-live sources. - -date: 2013-03-25 12:41:24 +0100 - -%preun dvips -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null || : -fi - -%post dvips -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null -: - -%postun dvips -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvips -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvips-doc -Summary: Documentation for dvips -Version: svn29585.0 -Release: %{tl_noarch_release} -Provides: tex-dvips-doc -BuildArch: noarch -AutoReqProv: No - -%description dvips-doc -Documentation for dvips - -%package dvips-bin -Summary: Binaries for dvips -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvips -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dvips-bin -Binaries for dvips - -%package enctex -Provides: tex-enctex = %{tl_version} -License: GPL+ -Summary: A TeX extension that translates input on its way into TeX -Version: svn28602.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(1250-csf.tex) = %{tl_version} -Provides: tex(1250-il2.tex) = %{tl_version} -Provides: tex(1250-latex.tex) = %{tl_version} -Provides: tex(1250-t1.tex) = %{tl_version} -Provides: tex(852-csf.tex) = %{tl_version} -Provides: tex(852-il2.tex) = %{tl_version} -Provides: tex(852-latex.tex) = %{tl_version} -Provides: tex(852-t1.tex) = %{tl_version} -Provides: tex(csfmacro.tex) = %{tl_version} -Provides: tex(enc-u.tex) = %{tl_version} -Provides: tex(encmacro.tex) = %{tl_version} -Provides: tex(il2-1250.tex) = %{tl_version} -Provides: tex(il2-852.tex) = %{tl_version} -Provides: tex(il2-csf.tex) = %{tl_version} -Provides: tex(il2-kam.tex) = %{tl_version} -Provides: tex(il2-t1.tex) = %{tl_version} -Provides: tex(kam-csf.tex) = %{tl_version} -Provides: tex(kam-il2.tex) = %{tl_version} -Provides: tex(kam-latex.tex) = %{tl_version} -Provides: tex(kam-t1.tex) = %{tl_version} -Provides: tex(mixcodes.tex) = %{tl_version} -Provides: tex(noprefnt.tex) = %{tl_version} -Provides: tex(plain-1250-cs.tex) = %{tl_version} -Provides: tex(plain-852-cs.tex) = %{tl_version} -Provides: tex(plain-il2-cs.tex) = %{tl_version} -Provides: tex(plain-kam-cs.tex) = %{tl_version} -Provides: tex(plain-utf8-cs.tex) = %{tl_version} -Provides: tex(plain-utf8-ec.tex) = %{tl_version} -Provides: tex(polyset.tex) = %{tl_version} -Provides: tex(t1macro.tex) = %{tl_version} -Provides: tex(utf8-csf.tex) = %{tl_version} -Provides: tex(utf8-t1.tex) = %{tl_version} -Provides: tex(utf8cseq.tex) = %{tl_version} -Provides: tex(utf8lat1.tex) = %{tl_version} -Provides: tex(utf8lata.tex) = %{tl_version} -Provides: tex(utf8math.tex) = %{tl_version} -Provides: tex(utf8off.tex) = %{tl_version} -Provides: tex(utf8raw.tex) = %{tl_version} -Provides: tex(utf8unkn.tex) = %{tl_version} -Provides: tex(utf8warn.tex) = %{tl_version} - -%description enctex -EncTeX is (another) tex extension, written at the change-file -level. It provides means of translating input on the way into -TeX. It allows, for example, translation of multibyte -sequences, such as utf-8 encoding. - -date: 2012-11-01 10:06:10 +0100 - -%post enctex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun enctex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans enctex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package enctex-doc -Summary: Documentation for enctex -Version: svn28602.0 -Release: %{tl_noarch_release} -Provides: tex-enctex-doc -BuildArch: noarch -AutoReqProv: No - -%description enctex-doc -Documentation for enctex - -%package etex -Provides: tex-etex = %{tl_version} -License: Knuth -Summary: An extended version of TeX, from the NTS project -Version: svn22198.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description etex -An extended version of TeX (which is capable of running as if -it were TeX unmodified). E-TeX has been specified by the LaTeX -team as the engine for the development of LaTeX, in the -immediate future; as a result, LaTeX programmers may (in all -current TeX distributions) assume e-TeX functionality. - -date: 2010-02-06 00:03:35 +0100 - -%post etex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etex-doc -Summary: Documentation for etex -Version: svn22198.2.1 -Release: %{tl_noarch_release} -Provides: tex-etex-doc -BuildArch: noarch -AutoReqProv: No - -%description etex-doc -Documentation for etex - -%package etex-pkg -Provides: tex-etex-pkg = %{tl_version} -License: LPPL -Summary: E-TeX support package -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(etex.sty) = %{tl_version} - -%description etex-pkg -The package provides a straightforward interface to many of the -extensions offered by e-TeX; in particular, it modifies LaTeX's -register allocation macros to make use of the extended register -range. The etoolbox and etextools packages provide macros that -make more sophisticated use of e-TeX's facilities. - -date: 2009-07-22 12:43:06 +0200 - -%post etex-pkg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etex-pkg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etex-pkg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etex-pkg-doc -Summary: Documentation for etex-pkg -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-etex-pkg-doc -BuildArch: noarch -AutoReqProv: No - -%description etex-pkg-doc -Documentation for etex-pkg - -%package gsftopk -Provides: tex-gsftopk = %{tl_version} -License: GPL+ -Summary: Convert "ghostscript fonts" to PK files -Version: svn26689.1.19.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-gsftopk-bin - -%description gsftopk -Designed for use with xdvi and dvips this utility converts -Adobe Type 1 fonts to PK bitmap format. It should not -ordinarily be much used nowadays, since both its target -applications are now capable of dealing with Type 1 fonts, -direct. - -date: 2009-11-09 22:36:07 +0100 - -%post gsftopk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gsftopk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gsftopk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gsftopk-bin -Summary: Binaries for gsftopk -Version: svn26509.0 -Requires: texlive-base -Requires: tex-gsftopk -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description gsftopk-bin -Binaries for gsftopk - -%package hyph-utf8 -Provides: tex-hyph-utf8 = %{tl_version} -License: Copyright only -Summary: Hyphenation patterns expressed in UTF-8 -Version: svn29641.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(conv-utf8-ec.tex) = %{tl_version} -Provides: tex(conv-utf8-il2.tex) = %{tl_version} -Provides: tex(conv-utf8-il3.tex) = %{tl_version} -Provides: tex(conv-utf8-l7x.tex) = %{tl_version} -Provides: tex(conv-utf8-lmc.tex) = %{tl_version} -Provides: tex(conv-utf8-qx.tex) = %{tl_version} -Provides: tex(conv-utf8-t2a.tex) = %{tl_version} -Provides: tex(loadhyph-af.tex) = %{tl_version} -Provides: tex(loadhyph-as.tex) = %{tl_version} -Provides: tex(loadhyph-bg.tex) = %{tl_version} -Provides: tex(loadhyph-bn.tex) = %{tl_version} -Provides: tex(loadhyph-ca.tex) = %{tl_version} -Provides: tex(loadhyph-cop.tex) = %{tl_version} -Provides: tex(loadhyph-cs.tex) = %{tl_version} -Provides: tex(loadhyph-cy.tex) = %{tl_version} -Provides: tex(loadhyph-da.tex) = %{tl_version} -Provides: tex(loadhyph-de-1901.tex) = %{tl_version} -Provides: tex(loadhyph-de-1996.tex) = %{tl_version} -Provides: tex(loadhyph-de-ch-1901.tex) = %{tl_version} -Provides: tex(loadhyph-el-monoton.tex) = %{tl_version} -Provides: tex(loadhyph-el-polyton.tex) = %{tl_version} -Provides: tex(loadhyph-en-gb.tex) = %{tl_version} -Provides: tex(loadhyph-en-us.tex) = %{tl_version} -Provides: tex(loadhyph-eo.tex) = %{tl_version} -Provides: tex(loadhyph-es.tex) = %{tl_version} -Provides: tex(loadhyph-et.tex) = %{tl_version} -Provides: tex(loadhyph-eu.tex) = %{tl_version} -Provides: tex(loadhyph-fi.tex) = %{tl_version} -Provides: tex(loadhyph-fr.tex) = %{tl_version} -Provides: tex(loadhyph-fur.tex) = %{tl_version} -Provides: tex(loadhyph-ga.tex) = %{tl_version} -Provides: tex(loadhyph-gl.tex) = %{tl_version} -Provides: tex(loadhyph-grc.tex) = %{tl_version} -Provides: tex(loadhyph-gu.tex) = %{tl_version} -Provides: tex(loadhyph-hi.tex) = %{tl_version} -Provides: tex(loadhyph-hr.tex) = %{tl_version} -Provides: tex(loadhyph-hsb.tex) = %{tl_version} -Provides: tex(loadhyph-hu.tex) = %{tl_version} -Provides: tex(loadhyph-hy.tex) = %{tl_version} -Provides: tex(loadhyph-ia.tex) = %{tl_version} -Provides: tex(loadhyph-id.tex) = %{tl_version} -Provides: tex(loadhyph-is.tex) = %{tl_version} -Provides: tex(loadhyph-it.tex) = %{tl_version} -Provides: tex(loadhyph-kmr.tex) = %{tl_version} -Provides: tex(loadhyph-kn.tex) = %{tl_version} -Provides: tex(loadhyph-la.tex) = %{tl_version} -Provides: tex(loadhyph-lt.tex) = %{tl_version} -Provides: tex(loadhyph-lv.tex) = %{tl_version} -Provides: tex(loadhyph-ml.tex) = %{tl_version} -Provides: tex(loadhyph-mn-cyrl-x-lmc.tex) = %{tl_version} -Provides: tex(loadhyph-mn-cyrl.tex) = %{tl_version} -Provides: tex(loadhyph-mr.tex) = %{tl_version} -Provides: tex(loadhyph-mul-ethi.tex) = %{tl_version} -Provides: tex(loadhyph-nb.tex) = %{tl_version} -Provides: tex(loadhyph-nl.tex) = %{tl_version} -Provides: tex(loadhyph-nn.tex) = %{tl_version} -Provides: tex(loadhyph-or.tex) = %{tl_version} -Provides: tex(loadhyph-pa.tex) = %{tl_version} -Provides: tex(loadhyph-pl.tex) = %{tl_version} -Provides: tex(loadhyph-pms.tex) = %{tl_version} -Provides: tex(loadhyph-pt.tex) = %{tl_version} -Provides: tex(loadhyph-rm.tex) = %{tl_version} -Provides: tex(loadhyph-ro.tex) = %{tl_version} -Provides: tex(loadhyph-ru.tex) = %{tl_version} -Provides: tex(loadhyph-sa.tex) = %{tl_version} -Provides: tex(loadhyph-sk.tex) = %{tl_version} -Provides: tex(loadhyph-sl.tex) = %{tl_version} -Provides: tex(loadhyph-sr-cyrl.tex) = %{tl_version} -Provides: tex(loadhyph-sr-latn.tex) = %{tl_version} -Provides: tex(loadhyph-sv.tex) = %{tl_version} -Provides: tex(loadhyph-ta.tex) = %{tl_version} -Provides: tex(loadhyph-te.tex) = %{tl_version} -Provides: tex(loadhyph-tk.tex) = %{tl_version} -Provides: tex(loadhyph-tr.tex) = %{tl_version} -Provides: tex(loadhyph-uk.tex) = %{tl_version} -Provides: tex(loadhyph-zh-latn-pinyin.tex) = %{tl_version} -Provides: tex(hyph-af.ec.tex) = %{tl_version} -Provides: tex(hyph-bg.t2a.tex) = %{tl_version} -Provides: tex(hyph-ca.ec.tex) = %{tl_version} -Provides: tex(hyph-cs.ec.tex) = %{tl_version} -Provides: tex(hyph-cy.ec.tex) = %{tl_version} -Provides: tex(hyph-da.ec.tex) = %{tl_version} -Provides: tex(hyph-de-1901.ec.tex) = %{tl_version} -Provides: tex(hyph-de-1996.ec.tex) = %{tl_version} -Provides: tex(hyph-de-ch-1901.ec.tex) = %{tl_version} -Provides: tex(hyph-eo.il3.tex) = %{tl_version} -Provides: tex(hyph-es.ec.tex) = %{tl_version} -Provides: tex(hyph-et.ec.tex) = %{tl_version} -Provides: tex(hyph-eu.ec.tex) = %{tl_version} -Provides: tex(hyph-fi.ec.tex) = %{tl_version} -Provides: tex(hyph-fr.ec.tex) = %{tl_version} -Provides: tex(hyph-fur.ec.tex) = %{tl_version} -Provides: tex(hyph-ga.ec.tex) = %{tl_version} -Provides: tex(hyph-gl.ec.tex) = %{tl_version} -Provides: tex(hyph-hr.ec.tex) = %{tl_version} -Provides: tex(hyph-hsb.ec.tex) = %{tl_version} -Provides: tex(hyph-hu.ec.tex) = %{tl_version} -Provides: tex(hyph-is.ec.tex) = %{tl_version} -Provides: tex(hyph-kmr.ec.tex) = %{tl_version} -Provides: tex(hyph-la.ec.tex) = %{tl_version} -Provides: tex(hyph-lt.l7x.tex) = %{tl_version} -Provides: tex(hyph-lv.l7x.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl-x-lmc.lmc.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl.t2a.tex) = %{tl_version} -Provides: tex(hyph-nb.ec.tex) = %{tl_version} -Provides: tex(hyph-nl.ec.tex) = %{tl_version} -Provides: tex(hyph-nn.ec.tex) = %{tl_version} -Provides: tex(hyph-pl.qx.tex) = %{tl_version} -Provides: tex(hyph-pt.ec.tex) = %{tl_version} -Provides: tex(hyph-ro.ec.tex) = %{tl_version} -Provides: tex(hyph-ru.t2a.tex) = %{tl_version} -Provides: tex(hyph-sh-cyrl.t2a.tex) = %{tl_version} -Provides: tex(hyph-sh-latn.ec.tex) = %{tl_version} -Provides: tex(hyph-sk.ec.tex) = %{tl_version} -Provides: tex(hyph-sl.ec.tex) = %{tl_version} -Provides: tex(hyph-sv.ec.tex) = %{tl_version} -Provides: tex(hyph-tk.ec.tex) = %{tl_version} -Provides: tex(hyph-tr.ec.tex) = %{tl_version} -Provides: tex(hyph-uk.t2a.tex) = %{tl_version} -Provides: tex(hyph-zh-latn-pinyin.ec.tex) = %{tl_version} -Provides: tex(hyph-quote-af.tex) = %{tl_version} -Provides: tex(hyph-quote-fr.tex) = %{tl_version} -Provides: tex(hyph-quote-fur.tex) = %{tl_version} -Provides: tex(hyph-quote-it.tex) = %{tl_version} -Provides: tex(hyph-quote-pms.tex) = %{tl_version} -Provides: tex(hyph-quote-rm.tex) = %{tl_version} -Provides: tex(hyph-quote-uk.tex) = %{tl_version} -Provides: tex(hyph-quote-zh-latn-pinyin.tex) = %{tl_version} -Provides: tex(copthyph.tex) = %{tl_version} -Provides: tex(hyph-af.tex) = %{tl_version} -Provides: tex(hyph-as.tex) = %{tl_version} -Provides: tex(hyph-bg.tex) = %{tl_version} -Provides: tex(hyph-bn.tex) = %{tl_version} -Provides: tex(hyph-ca.tex) = %{tl_version} -Provides: tex(hyph-cop.tex) = %{tl_version} -Provides: tex(hyph-cs.tex) = %{tl_version} -Provides: tex(hyph-cy.tex) = %{tl_version} -Provides: tex(hyph-da.tex) = %{tl_version} -Provides: tex(hyph-de-1901.tex) = %{tl_version} -Provides: tex(hyph-de-1996.tex) = %{tl_version} -Provides: tex(hyph-de-ch-1901.tex) = %{tl_version} -Provides: tex(hyph-el-monoton.tex) = %{tl_version} -Provides: tex(hyph-el-polyton.tex) = %{tl_version} -Provides: tex(hyph-en-gb.tex) = %{tl_version} -Provides: tex(hyph-en-us.tex) = %{tl_version} -Provides: tex(hyph-eo.tex) = %{tl_version} -Provides: tex(hyph-es.tex) = %{tl_version} -Provides: tex(hyph-et.tex) = %{tl_version} -Provides: tex(hyph-eu.tex) = %{tl_version} -Provides: tex(hyph-fi.tex) = %{tl_version} -Provides: tex(hyph-fr.tex) = %{tl_version} -Provides: tex(hyph-fur.tex) = %{tl_version} -Provides: tex(hyph-ga.tex) = %{tl_version} -Provides: tex(hyph-gl.tex) = %{tl_version} -Provides: tex(hyph-grc.tex) = %{tl_version} -Provides: tex(hyph-gu.tex) = %{tl_version} -Provides: tex(hyph-hi.tex) = %{tl_version} -Provides: tex(hyph-hr.tex) = %{tl_version} -Provides: tex(hyph-hsb.tex) = %{tl_version} -Provides: tex(hyph-hu.tex) = %{tl_version} -Provides: tex(hyph-hy.tex) = %{tl_version} -Provides: tex(hyph-ia.tex) = %{tl_version} -Provides: tex(hyph-id.tex) = %{tl_version} -Provides: tex(hyph-is.tex) = %{tl_version} -Provides: tex(hyph-it.tex) = %{tl_version} -Provides: tex(hyph-kmr.tex) = %{tl_version} -Provides: tex(hyph-kn.tex) = %{tl_version} -Provides: tex(hyph-la.tex) = %{tl_version} -Provides: tex(hyph-lt.tex) = %{tl_version} -Provides: tex(hyph-lv.tex) = %{tl_version} -Provides: tex(hyph-ml.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl-x-lmc.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl.tex) = %{tl_version} -Provides: tex(hyph-mr.tex) = %{tl_version} -Provides: tex(hyph-mul-ethi.tex) = %{tl_version} -Provides: tex(hyph-nb.tex) = %{tl_version} -Provides: tex(hyph-nl.tex) = %{tl_version} -Provides: tex(hyph-nn.tex) = %{tl_version} -Provides: tex(hyph-no.tex) = %{tl_version} -Provides: tex(hyph-or.tex) = %{tl_version} -Provides: tex(hyph-pa.tex) = %{tl_version} -Provides: tex(hyph-pl.tex) = %{tl_version} -Provides: tex(hyph-pms.tex) = %{tl_version} -Provides: tex(hyph-pt.tex) = %{tl_version} -Provides: tex(hyph-rm.tex) = %{tl_version} -Provides: tex(hyph-ro.tex) = %{tl_version} -Provides: tex(hyph-ru.tex) = %{tl_version} -Provides: tex(hyph-sa.tex) = %{tl_version} -Provides: tex(hyph-sh-cyrl.tex) = %{tl_version} -Provides: tex(hyph-sh-latn.tex) = %{tl_version} -Provides: tex(hyph-sk.tex) = %{tl_version} -Provides: tex(hyph-sl.tex) = %{tl_version} -Provides: tex(hyph-sr-cyrl.tex) = %{tl_version} -Provides: tex(hyph-sv.tex) = %{tl_version} -Provides: tex(hyph-ta.tex) = %{tl_version} -Provides: tex(hyph-te.tex) = %{tl_version} -Provides: tex(hyph-tk.tex) = %{tl_version} -Provides: tex(hyph-tr.tex) = %{tl_version} -Provides: tex(hyph-uk.tex) = %{tl_version} -Provides: tex(hyph-zh-latn-pinyin.tex) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} - -%description hyph-utf8 -Modern native UTF-8 engines such as XeTeX and LuaTeX need -hyphenation patterns in UTF-8 format, whereas older systems -require hyphenation patterns in the 8-bit encoding of the font -in use (such encodings are codified in the LaTeX scheme with -names like OT1, T2A, TS1, OML, LY1, etc). The present package -offers a collection of conversions of existing patterns to UTF- -8 format, together with converters for use with 8-bit fonts in -older systems. Since hyphenation patterns for Knuthian-style -TeX systems are only read at iniTeX time, it is hoped that the -UTF-8 patterns, with their converters, will completely supplant -the older patterns. - -date: 2013-02-21 09:30:41 +0100 - -%post hyph-utf8 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyph-utf8 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyph-utf8 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyph-utf8-doc -Summary: Documentation for hyph-utf8 -Version: svn29641.0 -Release: %{tl_noarch_release} -Provides: tex-hyph-utf8-doc -BuildArch: noarch -AutoReqProv: No - -%description hyph-utf8-doc -Documentation for hyph-utf8 - -%package hyphen-base -Provides: tex-hyphen-base = %{tl_version} -License: LPPL -Summary: hyphen-base package -Version: svn29197.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(language.dat) = %{tl_version} -Provides: tex(language.def) = %{tl_version} -Provides: tex(language.us.def) = %{tl_version} -Provides: tex(dumyhyph.tex) = %{tl_version} -Provides: tex(hyphen.tex) = %{tl_version} -Provides: tex(hypht1.tex) = %{tl_version} -Provides: tex(zerohyph.tex) = %{tl_version} - -%description hyphen-base -hyphen-base package - -%post hyphen-base -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyphen-base -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyphen-base -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifluatex -Provides: tex-ifluatex = %{tl_version} -License: LPPL 1.3 -Summary: Provides the \ifluatex switch -Version: svn26725.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifluatex.sty) = %{tl_version} - -%description 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-05-29 15:13:53 +0200 - -%post ifluatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifluatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifluatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifluatex-doc -Summary: Documentation for ifluatex -Version: svn26725.1.3 -Release: %{tl_noarch_release} -Provides: tex-ifluatex-doc -BuildArch: noarch -AutoReqProv: No - -%description ifluatex-doc -Documentation for ifluatex - -%package ifxetex -Provides: tex-ifxetex = %{tl_version} -License: LPPL -Summary: Am I running under XeTeX? -Version: svn19685.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifxetex.sty) = %{tl_version} - -%description 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: 2009-01-27 08:30:55 +0100 - -%post ifxetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifxetex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifxetex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifxetex-doc -Summary: Documentation for ifxetex -Version: svn19685.0.5 -Release: %{tl_noarch_release} -Provides: tex-ifxetex-doc -BuildArch: noarch -AutoReqProv: No - -%description ifxetex-doc -Documentation for ifxetex - -%package lua-alt-getopt -Provides: tex-lua-alt-getopt = %{tl_version} -License: MIT -Summary: Process application arguments the same way as getopt_long -Version: svn29349.0.7.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description lua-alt-getopt -lua_altgetopt is a MIT-licensed module for Lua, for processing -application arguments in the same way as BSD/GNU getopt_long(3) -functions do. This module is made available for lua script -writers to have consistent command line parsing routines. - -date: 2012-07-10 13:36:48 +0200 - -%post lua-alt-getopt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lua-alt-getopt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lua-alt-getopt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lua-alt-getopt-doc -Summary: Documentation for lua-alt-getopt -Version: svn29349.0.7.0 -Release: %{tl_noarch_release} -Provides: tex-lua-alt-getopt-doc -BuildArch: noarch -AutoReqProv: No - -%description lua-alt-getopt-doc -Documentation for lua-alt-getopt - -%package makeindex -Provides: tex-makeindex = %{tl_version} -License: MakeIndex -Summary: Process index output to produce typesettable code -Version: svn26689.2.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-makeindex-bin - -%description makeindex -A general purpose hierarchical index generator; it accepts one -or more input files (often produced by a text formatter such as -TeX or troff), sorts the entries, and produces an output file -which can be formatted. The formats of the input and output -files are specified in a style file; by default, input is -assumed to be an .idx file, as generated by LaTeX. - -date: 2011-09-24 09:40:13 +0200 - -%post makeindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makeindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makeindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makeindex-doc -Summary: Documentation for makeindex -Version: svn26689.2.12 -Release: %{tl_noarch_release} -Provides: tex-makeindex-doc -BuildArch: noarch -AutoReqProv: No - -%description makeindex-doc -Documentation for makeindex - -%package makeindex-bin -Summary: Binaries for makeindex -Version: svn26509.0 -Requires: texlive-base -Requires: tex-makeindex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description makeindex-bin -Binaries for makeindex - -%package metafont -Provides: tex-metafont = %{tl_version} -License: Knuth -Summary: A system for specifying fonts -Version: svn26689.2.718281 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-kpathsea -Requires: texlive-metafont-bin - -%description metafont -The program takes a semi-algorithmic specification of a font, -and produces a bitmap font (whose properties are defined by a -set of parameters of the target device), and a set metrics for -use by TeX. The bitmap output may be converted into a format -directly usable by a device driver, etc., by the tools provided -in the parallel mfware distribution. (Third parties have -developed tools to convert the bitmap output to outline fonts.) -The distribution includes the source of Knuth's Metafont book; -this source is there to read, as an example of writing TeX -- -it should not be processed without Knuth's direct permission. - -date: 2012-05-23 16:10:32 +0200 - -%post metafont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ mf.*$/mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun metafont -if [ $1 == 0 ] ; then -sed -i 's/^mf.*$/\#\!\ mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans metafont -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metafont-bin -Summary: Binaries for metafont -Version: svn26912.0 -Requires: texlive-base -Requires: tex-metafont -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description metafont-bin -Binaries for metafont - -%package mflogo -Provides: tex-mflogo = %{tl_version} -License: LPPL -Summary: LaTeX support for MetaFont logo fonts -Version: svn17487.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(mflogo.map) = %{tl_version} -Provides: tex(logo10.tfm) = %{tl_version} -Provides: tex(logo8.tfm) = %{tl_version} -Provides: tex(logo9.tfm) = %{tl_version} -Provides: tex(logobf10.tfm) = %{tl_version} -Provides: tex(logod10.tfm) = %{tl_version} -Provides: tex(logosl10.tfm) = %{tl_version} -Provides: tex(logosl8.tfm) = %{tl_version} -Provides: tex(logosl9.tfm) = %{tl_version} -Provides: tex(logo10.pfb) = %{tl_version} -Provides: tex(logo8.pfb) = %{tl_version} -Provides: tex(logo9.pfb) = %{tl_version} -Provides: tex(logobf10.pfb) = %{tl_version} -Provides: tex(logod10.pfb) = %{tl_version} -Provides: tex(logosl10.pfb) = %{tl_version} -Provides: tex(logosl8.pfb) = %{tl_version} -Provides: tex(logosl9.pfb) = %{tl_version} -Provides: tex(mflogo.sty) = %{tl_version} -Provides: tex(ulogo.fd) = %{tl_version} - -%description mflogo -LaTeX package and font definition file to access the Knuthian -mflogo fonts described in 'The MetaFontbook' and to typeset -MetaFont logos in LaTeX documents. - -date: 2010-03-14 23:46:18 +0100 - -%post mflogo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap mflogo.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap mflogo.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun mflogo -if [ $1 == 0 ] ; then -sed -i '/^MixedMap mflogo.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans mflogo -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mflogo-doc -Summary: Documentation for mflogo -Version: svn17487.0 -Release: %{tl_noarch_release} -Provides: tex-mflogo-doc -BuildArch: noarch -AutoReqProv: No - -%description mflogo-doc -Documentation for mflogo - -%package mfware -Provides: tex-mfware = %{tl_version} -License: Knuth -Summary: Supporting tools for use with Metafont -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-mfware-bin - -%description mfware -A collection of programs for processing the output of Metafont. - -date: 2011-04-11 12:30:24 +0200 - -%post mfware -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mfware -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mfware -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mfware-bin -Summary: Binaries for mfware -Version: svn26509.0 -Requires: texlive-base -Requires: tex-mfware -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description mfware-bin -Binaries for mfware - -%package misc -Provides: tex-misc = %{tl_version} -License: LPPL -Summary: misc package -Version: svn24955.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(black.tfm) = %{tl_version} -Provides: tex(blackcx.tfm) = %{tl_version} -Provides: tex(cmman.tfm) = %{tl_version} -Provides: tex(gray.tfm) = %{tl_version} -Provides: tex(graycx.tfm) = %{tl_version} -Provides: tex(grayimagen3.tfm) = %{tl_version} -Provides: tex(manfnt.tfm) = %{tl_version} -Provides: tex(oneone.tfm) = %{tl_version} -Provides: tex(slantcx4.tfm) = %{tl_version} -Provides: tex(slantcx6.tfm) = %{tl_version} -Provides: tex(slantlj4.tfm) = %{tl_version} -Provides: tex(slantlj6.tfm) = %{tl_version} -Provides: tex(bibnames.sty) = %{tl_version} -Provides: tex(null.tex) = %{tl_version} -Provides: tex(texnames.sty) = %{tl_version} -Provides: tex(idxmac.tex) = %{tl_version} -Provides: tex(pdfcolor.tex) = %{tl_version} -Provides: tex(tugboat.def) = %{tl_version} -Provides: tex(xepsf.tex) = %{tl_version} - -%description misc -misc package - -%post misc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun misc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans misc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tetex -Provides: tex-tetex = %{tl_version} -License: GPL+ and GPLv2+ and LPPL -Summary: scripts and files originally written for or included in teTeX -Version: svn29585.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: texlive-tetex-bin -Provides: tex(updmap.cfg) = %{tl_version} -Provides: tex(09fbbfac.enc) = %{tl_version} -Provides: tex(0ef0afca.enc) = %{tl_version} -Provides: tex(10037936.enc) = %{tl_version} -Provides: tex(1b6d048e.enc) = %{tl_version} -Provides: tex(71414f53.enc) = %{tl_version} -Provides: tex(74afc74c.enc) = %{tl_version} -Provides: tex(aae443f0.enc) = %{tl_version} -Provides: tex(b6a4d7c7.enc) = %{tl_version} -Provides: tex(bbad153f.enc) = %{tl_version} -Provides: tex(d9b29452.enc) = %{tl_version} -Provides: tex(f7b6d320.enc) = %{tl_version} -Provides: tex(mtex.enc) = %{tl_version} -Provides: tex(dvipdfm35.map) = %{tl_version} -Provides: tex(dvips35.map) = %{tl_version} -Provides: tex(mathpple.map) = %{tl_version} -Provides: tex(pdftex35.map) = %{tl_version} -Provides: tex(ps2pk35.map) = %{tl_version} -Provides: tex(updmap.cfg) = %{tl_version} - -%description tetex -teTeX was a comprehensive distribution of TeX, LaTeX and -family, designed for ease of compilation, installation and -customisation. In 2006, Thomas Esser announced he would no -longer be able to support, or to produce new versions of, -teTeX. With the appearance of TeX live 2007 (whose Unix-system -TeX support originally derived from teTeX), no-one should be -using teTeX at all, in new applications. One of the "schemes" -available when installing TeX live provides a configuration -very close to that of the old teTeX, but using modern versions -of programs and packages. - -date: 2012-09-11 08:43:58 +0200 - -%post tetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map mathpple.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mathpple.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tetex -if [ $1 == 0 ] ; then -sed -i '/^Map mathpple.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tetex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tetex-doc -Summary: Documentation for tetex -Version: svn29585.3.0 -Release: %{tl_noarch_release} -Provides: tex-tetex-doc -BuildArch: noarch -AutoReqProv: No - -%description tetex-doc -Documentation for tetex - -%package tetex-bin -Summary: Binaries for tetex -Version: svn27344.0 -Requires: texlive-base -Requires: tex-tetex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description tetex-bin -Binaries for tetex - -%package texconfig -Provides: tex-texconfig = %{tl_version} -License: LPPL -Summary: texconfig package -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texconfig-bin -Provides: tex(tcfmgr.map) = %{tl_version} - -%description texconfig -texconfig package - -%post texconfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texconfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texconfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texconfig-bin -Summary: Binaries for texconfig -Version: svn27344.0 -Requires: texlive-base -Requires: tex-texconfig -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texconfig-bin -Binaries for texconfig - -%package texlive-msg-translations -Provides: tex-texlive-msg-translations = %{tl_version} -License: LPPL -Summary: translations of the TeX Live installer and TeX Live Manager -Version: svn29470.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description texlive-msg-translations -This package contains the translated messages of the TeX Live -installer and TeX Live Manager. For information on creating or -updating translations, see -http://tug.org/texlive/doc.html#install-tl-xlate. - -%post texlive-msg-translations -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texlive-msg-translations -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texlive-msg-translations -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texlive-scripts -Provides: tex-texlive-scripts = %{tl_version} -License: LPPL -Summary: TeX Live infrastructure programs -Version: svn29676.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-texlive.infra -Requires: texlive-texlive-scripts-bin - -%description texlive-scripts -Includes install-tl, tl-portable, rungs, etc., not needed for -tlmgr to run but still ours. Not included in tlcritical. - -%post texlive-scripts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texlive-scripts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texlive-scripts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texlive.infra -Provides: tex-texlive.infra = %{tl_version} -License: LPPL -Summary: basic TeX Live infrastructure -Version: svn28217.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texlive.infra-bin -Provides: tex(fmtutil-hdr.cnf) = %{tl_version} -Provides: tex(updmap-hdr.cfg) = %{tl_version} - -%description texlive.infra -This package contains the files needed to get the TeX Live -tools (notably tlmgr) running: perl modules, xz binaries, plus -(sometimes) tar and wget. These files end up in the standalone -install packages, and in the tlcritical repository. - -%post texlive.infra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texlive.infra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texlive.infra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texlive.infra-doc -Summary: Documentation for texlive.infra -Version: svn28217.0 -Release: %{tl_noarch_release} -Provides: tex-texlive.infra-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive.infra-doc -Documentation for texlive.infra - -%package texlive.infra-bin -Summary: Binaries for texlive.infra -Version: svn22566.0 -Requires: texlive-base -Requires: tex-texlive.infra -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description texlive.infra-bin -Binaries for texlive.infra - -%package texlive-scripts-bin -Summary: Binaries for texlive-scripts -Version: svn13663.0 -Requires: texlive-base -Requires: tex-texlive-scripts -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texlive-scripts-bin -Binaries for texlive-scripts - -%package xdvi -Provides: tex-xdvi = %{tl_version} -License: MIT -Summary: A DVI previewer for the X Window System -Version: svn26689.22.85 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-xdvi-bin -Provides: tex(xdvi.cfg) = %{tl_version} - -%description xdvi -The canonical previewer for use on Unix and other X-windows -based systems. The distribution has been integrated with that -of xdvik (no longer separately available), so that it will -build with web2c "out of the box". In practice, it is usually -distributed via Tex-live. - -date: 2012-04-01 12:39:29 +0200 - -%post xdvi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xdvi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xdvi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xdvi-bin -Summary: Binaries for xdvi -Version: svn26509.0 -Requires: texlive-base -Requires: tex-xdvi -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: xdvi = %{tl_version}, xdvik = %{tl_version}, tetex-xdvi = 3.1-99 -Obsoletes: xdvi < %{tl_version}, xdvik < %{tl_version}, tetex-xdvi < 3.1-99 -Release: %{tl_release} - -%description xdvi-bin -Binaries for xdvi - -%package collection-bibtexextra -Summary: Extra BibTeX styles -Version: svn29517.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-latex -Requires: tex-aichej -Requires: tex-amsrefs -Requires: tex-apacite -Requires: tex-apalike2 -Requires: tex-beebe -Requires: tex-bibarts -Requires: tex-bibexport -Requires: tex-bibhtml -Requires: tex-biblatex -Requires: tex-biblatex-apa -Requires: tex-biblatex-bwl -Requires: tex-biblatex-caspervector -Requires: tex-biblatex-chem -Requires: tex-biblatex-chicago -Requires: tex-biblatex-dw -Requires: tex-biblatex-fiwi -Requires: tex-biblatex-gost -Requires: tex-biblatex-historian -Requires: tex-biblatex-ieee -Requires: tex-biblatex-juradiss -Requires: tex-biblatex-luh-ipw -Requires: tex-biblatex-mla -Requires: tex-biblatex-musuos -Requires: tex-biblatex-nature -Requires: tex-biblatex-nejm -Requires: tex-biblatex-philosophy -Requires: tex-biblatex-phys -Requires: tex-biblatex-publist -Requires: tex-biblatex-science -Requires: tex-biblatex-swiss-legal -Requires: tex-biblatex-trad -Requires: tex-biblist -Requires: tex-bibtopic -Requires: tex-bibtopicprefix -Requires: tex-bibunits -Requires: tex-cell -Requires: tex-chbibref -Requires: tex-chicago -Requires: tex-chicago-annote -Requires: tex-chembst -Requires: tex-chscite -Requires: tex-collref -Requires: tex-compactbib -Requires: tex-custom-bib -Requires: tex-din1505 -Requires: tex-dk-bib -Requires: tex-doipubmed -Requires: tex-fbs -Requires: tex-figbib -Requires: tex-footbib -Requires: tex-francais-bst -Requires: tex-geschichtsfrkl -Requires: tex-harvard -Requires: tex-harvmac -Requires: tex-historische-zeitschrift -Requires: tex-ijqc -Requires: tex-inlinebib -Requires: tex-iopart-num -Requires: tex-jneurosci -Requires: tex-jurabib -Requires: tex-ksfh_nat -Requires: tex-listbib -Requires: tex-logreq -Requires: tex-margbib -Requires: tex-multibib -Requires: tex-munich -Requires: tex-notes2bib -Requires: tex-oscola -Requires: tex-perception -Requires: tex-pnas2009 -Requires: tex-rsc -Requires: tex-showtags -Requires: tex-sort-by-letters -Requires: tex-splitbib -Requires: tex-uni-wtal-ger -Requires: tex-uni-wtal-lin -Requires: tex-urlbst -Requires: tex-usebib -Requires: tex-vak -Requires: tex-xcite - -%description collection-bibtexextra -Additional BibTeX styles and bibliography databases, including -BibLaTeX. - -%package collection-latex -Summary: Basic LaTeX packages -Version: svn25030.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-ae -Requires: tex-amscls -Requires: tex-amsmath -Requires: tex-babel -Requires: tex-babelbib -Requires: tex-carlisle -Requires: tex-colortbl -Requires: tex-fancyhdr -Requires: tex-fix2col -Requires: tex-geometry -Requires: tex-graphics -Requires: tex-hyperref -Requires: tex-latex -Requires: tex-latex-bin -Requires: tex-latex-fonts -Requires: tex-latexconfig -Requires: tex-ltxmisc -Requires: tex-mfnfss -Requires: tex-mptopdf -Requires: tex-natbib -Requires: tex-oberdiek -Requires: tex-pdftex-def -Requires: tex-pslatex -Requires: tex-psnfss -Requires: tex-pspicture -Requires: tex-tools -Provides: tex(latex-base) = %{tl_version} - -%description collection-latex -These packages are mandated by the core LaTeX team, or at least -very strongly recommended. - -%package colortbl -Provides: tex-colortbl = %{tl_version} -License: LPPL -Summary: Add colour to LaTeX tables -Version: svn25394.v1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(color.sty) -Provides: tex(colortbl.sty) = %{tl_version} - -%description colortbl -The package allows rows and columns to be coloured, and even -individual cells. - -date: 2012-02-14 10:56:36 +0100 - -%post colortbl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colortbl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colortbl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colortbl-doc -Summary: Documentation for colortbl -Version: svn25394.v1.0a -Release: %{tl_noarch_release} -Provides: tex-colortbl-doc -BuildArch: noarch -AutoReqProv: No - -%description colortbl-doc -Documentation for colortbl - -%package fancyhdr -Provides: tex-fancyhdr = %{tl_version} -License: LPPL -Summary: Extensive control of page headers and footers in LaTeX2e -Version: svn15878.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(extramarks.sty) = %{tl_version} -Provides: tex(fancyhdr.sty) = %{tl_version} -Provides: tex(fancyheadings.sty) = %{tl_version} - -%description fancyhdr -The package provides extensive facilities, both for -constructing headers and footers, and for controlling their use -(for example, at times when LaTeX would automatically change -the heading style in use). - -date: 2009-01-10 12:36:34 +0100 - -%post fancyhdr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancyhdr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancyhdr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancyhdr-doc -Summary: Documentation for fancyhdr -Version: svn15878.3.1 -Release: %{tl_noarch_release} -Provides: tex-fancyhdr-doc -BuildArch: noarch -AutoReqProv: No - -%description fancyhdr-doc -Documentation for fancyhdr - -%package fix2col -Provides: tex-fix2col = %{tl_version} -License: LPPL -Summary: Fix miscellaneous two column mode features -Version: svn17133.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fix2col.sty) = %{tl_version} - -%description fix2col -Fix mark handling so that \firstmark is taken from the first -column if that column has any marks at all; keep two column -floats like figure* in sequence with single column floats like -figure. - -date: 2010-02-23 16:16:11 +0100 - -%post fix2col -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fix2col -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fix2col -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fix2col-doc -Summary: Documentation for fix2col -Version: svn17133.0 -Release: %{tl_noarch_release} -Provides: tex-fix2col-doc -BuildArch: noarch -AutoReqProv: No - -%description fix2col-doc -Documentation for fix2col - -%package geometry -Provides: tex-geometry = %{tl_version} -License: LPPL -Summary: Flexible and complete interface to document dimensions -Version: svn19716.5.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifvtex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(atbegshi.sty) -Provides: tex(geometry.sty) = %{tl_version} - -%description geometry -The package provides an easy and flexible user interface to -customize page layout, implementing auto-centering and auto- -balancing mechanisms so that the users have only to give the -least description for the page layout. For example, if you want -to set each margin 2cm without header space, what you need is -just \usepackage[margin=2cm,nohead]{geometry}. The package -knows about all the standard paper sizes, so that the user need -not know what the nominal 'real' dimensions of the paper are, -just its standard name (such as a4, letter, etc.). An important -feature is the package's ability to communicate the paper size -it's set up to the output (whether via DVI \specials or via -direct interaction with PDF(La)TeX). - -date: 2010-09-13 00:36:13 +0200 - -%post geometry -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun geometry -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans geometry -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package geometry-doc -Summary: Documentation for geometry -Version: svn19716.5.6 -Release: %{tl_noarch_release} -Provides: tex-geometry-doc -BuildArch: noarch -AutoReqProv: No - -%description geometry-doc -Documentation for geometry - -%package graphics -Provides: tex-graphics = %{tl_version} -License: LPPL -Summary: Standard LaTeX graphics -Version: svn25405.1.0o -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(trig.sty) -Provides: tex(color.sty) = %{tl_version} -Provides: tex(dvipdf.def) = %{tl_version} -Provides: tex(dvips.def) = %{tl_version} -Provides: tex(dvipsnam.def) = %{tl_version} -Provides: tex(dvipsone.def) = %{tl_version} -Provides: tex(dviwin.def) = %{tl_version} -Provides: tex(emtex.def) = %{tl_version} -Provides: tex(epsfig.sty) = %{tl_version} -Provides: tex(graphics.sty) = %{tl_version} -Provides: tex(graphicx.sty) = %{tl_version} -Provides: tex(keyval.sty) = %{tl_version} -Provides: tex(lscape.sty) = %{tl_version} -Provides: tex(pctex32.def) = %{tl_version} -Provides: tex(pctexhp.def) = %{tl_version} -Provides: tex(pctexps.def) = %{tl_version} -Provides: tex(pctexwin.def) = %{tl_version} -Provides: tex(tcidvi.def) = %{tl_version} -Provides: tex(trig.sty) = %{tl_version} -Provides: tex(truetex.def) = %{tl_version} - -%description graphics -The package was designed to accommodate all needs for inclusion -of graphics in LaTeX documents, replacing many earlier packages -used in LaTeX 2.09. The package aims to give a consistent -interface to including the file types that are understood in -your output, by use of 'printer drivers' (now known, simply, as -'drivers'). The distribtion of the package contains several -drivers, but others (for example, pdfTeX) are distributed -separately. The package also offers several means of -manipulating graphics in the course of inserting them into a -document (for example, rotation and scaling). For extended -documentation see epslatex. The package is part of the graphics -bundle, which is one of the collections in the LaTeX 'required' -set of packages. - -date: 2011-05-30 14:43:49 +0200 - -%post graphics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun graphics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans graphics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package graphics-doc -Summary: Documentation for graphics -Version: svn25405.1.0o -Release: %{tl_noarch_release} -Provides: tex-graphics-doc -BuildArch: noarch -AutoReqProv: No - -%description graphics-doc -Documentation for graphics - -%package hyperref -Provides: tex-hyperref = %{tl_version} -License: LPPL -Summary: Extensive support for hypertext in LaTeX -Version: svn28213.6.83m -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(rerunfilecheck.sty) -Requires: tex(hobsub-hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(infwarerr.sty) -Requires: tex(keyval.sty) -Requires: tex(kvdefinekeys.sty) -Requires: tex(pdfescape.sty) -Requires: tex(ifvtex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(hycolor.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(auxhook.sty) -Requires: tex(intcalc.sty) -Requires: tex(etexcmds.sty) -Requires: tex(memhfixc.sty) -Requires: tex(stringenc.sty) -Requires: tex(color.sty) -Requires: tex(url.sty) -Requires: tex(bitset.sty) -Requires: tex(atbegshi.sty) -Requires: tex(refcount.sty) -Requires: tex(gettitlestring.sty) -Provides: tex(backref.sty) = %{tl_version} -Provides: tex(hdvipdfm.def) = %{tl_version} -Provides: tex(hdvips.def) = %{tl_version} -Provides: tex(hdvipson.def) = %{tl_version} -Provides: tex(hdviwind.def) = %{tl_version} -Provides: tex(hpdftex.def) = %{tl_version} -Provides: tex(htex4ht.cfg) = %{tl_version} -Provides: tex(htex4ht.def) = %{tl_version} -Provides: tex(htexture.def) = %{tl_version} -Provides: tex(hvtex.def) = %{tl_version} -Provides: tex(hvtexhtm.def) = %{tl_version} -Provides: tex(hvtexmrk.def) = %{tl_version} -Provides: tex(hxetex.def) = %{tl_version} -Provides: tex(hyperref.sty) = %{tl_version} -Provides: tex(hypertex.def) = %{tl_version} -Provides: tex(minitoc-hyper.sty) = %{tl_version} -Provides: tex(minitoc.sty) = %{tl_version} -Provides: tex(nameref.sty) = %{tl_version} -Provides: tex(nohyperref.sty) = %{tl_version} -Provides: tex(ntheorem-hyper.sty) = %{tl_version} -Provides: tex(pd1enc.def) = %{tl_version} -Provides: tex(pdfmark.def) = %{tl_version} -Provides: tex(psdextra.def) = %{tl_version} -Provides: tex(puarenc.def) = %{tl_version} -Provides: tex(puenc.def) = %{tl_version} -Provides: tex(puvnenc.def) = %{tl_version} -Provides: tex(xr-hyper.sty) = %{tl_version} - -%description hyperref -The hyperref package is used to handle cross-referencing -commands in LaTeX to produce hypertext links in the document. -The package provides backends for the \special set defined for -HyperTeX DVI processors; for embedded pdfmark commands for -processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for -Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for -TeX4ht; and for VTeX's pdf and HTML backends. The package is -distributed with the backref and nameref packages, which make -use of the facilities of hyperref. The package depends on the -author's kvoptions, ltxcmdsand refcount packages. - -date: 2012-11-08 00:51:05 +0100 - -%post hyperref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyperref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyperref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyperref-doc -Summary: Documentation for hyperref -Version: svn28213.6.83m -Release: %{tl_noarch_release} -Provides: tex-hyperref-doc -BuildArch: noarch -AutoReqProv: No - -%description hyperref-doc -Documentation for hyperref - -%package latex-bin -Provides: tex-latex-bin = %{tl_version} -License: LPPL -Summary: LaTeX executables and man pages -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-latex -Requires: texlive-latex-bin-bin - -%description latex-bin -latex-bin package - -%post latex-bin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ latex.*$/latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdflatex.*$/pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ dvilualatex.*$/dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ lualatex.*$/lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun latex-bin -if [ $1 == 0 ] ; then -sed -i 's/^latex.*$/\#\!\ latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdflatex.*$/\#\!\ pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^dvilualatex.*$/\#\!\ dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^lualatex.*$/\#\!\ lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans latex-bin -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latex-bin-bin -Summary: Binaries for latex-bin -Version: svn14050.0 -Requires: texlive-base -Requires: tex-latex-bin -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description latex-bin-bin -Binaries for latex-bin - -%package ltxmisc -Provides: tex-ltxmisc = %{tl_version} -License: Public Domain -Summary: Miscellaneous LaTeX packages, etc -Version: svn21927.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Requires: tex(graphicx.sty) -Requires: tex(minitoc.sty) -Requires: tex(beton.sty) -Requires: tex(euler.sty) -Requires: tex(calc.sty) -Requires: tex(natbib.sty) -Requires: tex(array.sty) -Requires: tex(pifont.sty) -Provides: tex(abstbook.cls) = %{tl_version} -Provides: tex(beletter.cls) = %{tl_version} -Provides: tex(bibcheck.sty) = %{tl_version} -Provides: tex(concrete.sty) = %{tl_version} -Provides: tex(flashcard.cls) = %{tl_version} -Provides: tex(iagproc.cls) = %{tl_version} -Provides: tex(linsys.sty) = %{tl_version} -Provides: tex(mitpress.sty) = %{tl_version} -Provides: tex(thrmappendix.sty) = %{tl_version} -Provides: tex(topcapt.sty) = %{tl_version} -Provides: tex(vrbexin.sty) = %{tl_version} - -%description ltxmisc -ltxmisc package - -date: 2009-01-16 15:12:56 +0100 - -%post ltxmisc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxmisc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxmisc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mfnfss -Provides: tex-mfnfss = %{tl_version} -License: LPPL -Summary: Packages to typeset oldgerman and pandora fonts in LaTeX -Version: svn19410.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(oldgerm.sty) = %{tl_version} -Provides: tex(ot1panr.fd) = %{tl_version} -Provides: tex(ot1pss.fd) = %{tl_version} -Provides: tex(pandora.sty) = %{tl_version} -Provides: tex(uyfrak.fd) = %{tl_version} -Provides: tex(uygoth.fd) = %{tl_version} -Provides: tex(uyinit.fd) = %{tl_version} -Provides: tex(uyswab.fd) = %{tl_version} - -%description mfnfss -This bundle contains two packages: - oldgerm, a package to -typeset with old german fonts designed by Yannis Haralambous. - -pandora, a package to typeset with Pandora fonts designed by -Neena Billawala. Note that support for the Pandora fonts is -also available via the pandora-latex package. - -date: 2010-07-12 11:01:48 +0200 - -%post mfnfss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mfnfss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mfnfss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mfnfss-doc -Summary: Documentation for mfnfss -Version: svn19410.0 -Release: %{tl_noarch_release} -Provides: tex-mfnfss-doc -BuildArch: noarch -AutoReqProv: No - -%description mfnfss-doc -Documentation for mfnfss - -%package mptopdf -Provides: tex-mptopdf = %{tl_version} -License: LPPL -Summary: mpost to PDF, native MetaPost graphics inclusion -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: texlive-mptopdf-bin -Provides: tex(mptopdf.tex) = %{tl_version} - -%description mptopdf -The mptopdf script does standalone conversion from mpost to -PDF, using the supp-* and syst-* files. They also allow native -MetaPost graphics inclusion in LaTeX (via pdftex.def) and -ConTeXt. They can be used independently of the rest of -ConTeXt, yet are maintained as part of it. So in TeX Live we -pull them out to this separate package for the benefit of LaTeX -users who do not install the rest of ConTeXt. This can be -found on CTAN in macros/pdftex/graphics. - -%post mptopdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ mptopdf.*$/mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun mptopdf -if [ $1 == 0 ] ; then -sed -i 's/^mptopdf.*$/\#\!\ mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans mptopdf -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mptopdf-bin -Summary: Binaries for mptopdf -Version: svn18674.0 -Requires: texlive-base -Requires: tex-mptopdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mptopdf-bin -Binaries for mptopdf - -%package natbib -Provides: tex-natbib = %{tl_version} -License: LPPL -Summary: Flexible bibliography support -Version: svn20668.8.31b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibentry.sty) = %{tl_version} -Provides: tex(natbib.sty) = %{tl_version} - -%description natbib -Provides a style with author-year and numbered references, as -well as much detailed of support for other bibliography use. -Provides versions of the standard BibTeX styles that are -compatible with natbib - plainnat, unsrtnat, abbrnat. The -bibliography styles produced by custom-bib are designed from -the start to be compatible with natbib. - -date: 2010-12-06 21:27:27 +0100 - -%post natbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun natbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans natbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package natbib-doc -Summary: Documentation for natbib -Version: svn20668.8.31b -Release: %{tl_noarch_release} -Provides: tex-natbib-doc -BuildArch: noarch -AutoReqProv: No - -%description natbib-doc -Documentation for natbib - -%package oberdiek -Provides: tex-oberdiek = %{tl_version} -License: LPPL -Summary: A bundle of packages submitted by Heiko Oberdiek -Version: svn26725.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(intcalc.sty) -Requires: tex(ifpdf.sty) -Requires: tex(etexcmds.sty) -Requires: tex(kvoptions.sty) -Requires: tex(ifxetex.sty) -Requires: tex(etex.sty) -Requires: tex(color.sty) -Requires: tex(keyval.sty) -Requires: tex(soul.sty) -Requires: tex(remreset.sty) -Requires: tex(makematch.sty) -Requires: tex(zref-lastpage.sty) -Requires: tex(hyperref.sty) -Requires: tex(fp-basic.sty) -Requires: tex(fp-snap.sty) -Requires: tex(graphics.sty) -Requires: tex(amsmath.sty) -Requires: tex(grfext.sty) -Requires: tex(hypdoc.sty) -Requires: tex(array.sty) -Requires: tex(fontspec.sty) -Requires: tex(unicode-math.sty) -Requires: tex(doc.sty) -Requires: tex(calc.sty) -Requires: tex(thumbpdf.sty) -Requires: tex(inputenc.sty) -Requires: tex(listings.sty) -Requires: tex(tikz.sty) -Requires: tex(everyshi.sty) -Requires: tex(parallel.sty) -Requires: tex(parcolumns.sty) -Requires: tex(lscape.sty) -Requires: tex(index.sty) -Requires: tex(zref-pagelayout.sty) -Provides: tex(alphalph.sty) = %{tl_version} -Provides: tex(atbegshi.sty) = %{tl_version} -Provides: tex(bigintcalc.sty) = %{tl_version} -Provides: tex(bitset.sty) = %{tl_version} -Provides: tex(catchfile.sty) = %{tl_version} -Provides: tex(embedfile.sty) = %{tl_version} -Provides: tex(engord.sty) = %{tl_version} -Provides: tex(eolgrab.sty) = %{tl_version} -Provides: tex(etexcmds.sty) = %{tl_version} -Provides: tex(fibnum.sty) = %{tl_version} -Provides: tex(gettitlestring.sty) = %{tl_version} -Provides: tex(hobsub-generic.sty) = %{tl_version} -Provides: tex(hobsub.sty) = %{tl_version} -Provides: tex(infwarerr.sty) = %{tl_version} -Provides: tex(ltxcmds.sty) = %{tl_version} -Provides: tex(ifluatex.sty) = %{tl_version} -Provides: tex(ifvtex.sty) = %{tl_version} -Provides: tex(intcalc.sty) = %{tl_version} -Provides: tex(ifpdf.sty) = %{tl_version} -Provides: tex(kvsetkeys.sty) = %{tl_version} -Provides: tex(kvdefinekeys.sty) = %{tl_version} -Provides: tex(luatex-loader.sty) = %{tl_version} -Provides: tex(pdftexcmds.sty) = %{tl_version} -Provides: tex(pdfescape.sty) = %{tl_version} -Provides: tex(uniquecounter.sty) = %{tl_version} -Provides: tex(hobsub-hyperref.sty) = %{tl_version} -Provides: tex(letltxmacro.sty) = %{tl_version} -Provides: tex(hopatch.sty) = %{tl_version} -Provides: tex(xcolor-patch.sty) = %{tl_version} -Provides: tex(atveryend.sty) = %{tl_version} -Provides: tex(refcount.sty) = %{tl_version} -Provides: tex(hycolor.sty) = %{tl_version} -Provides: tex(hobsub.sty) = %{tl_version} -Provides: tex(hologo.sty) = %{tl_version} -Provides: tex(hyphsubst.sty) = %{tl_version} -Provides: tex(iflang.sty) = %{tl_version} -Provides: tex(ifpdf.sty) = %{tl_version} -Provides: tex(ifvtex.sty) = %{tl_version} -Provides: tex(infwarerr.sty) = %{tl_version} -Provides: tex(intcalc.sty) = %{tl_version} -Provides: tex(kvdefinekeys.sty) = %{tl_version} -Provides: tex(kvsetkeys.sty) = %{tl_version} -Provides: tex(ltxcmds.sty) = %{tl_version} -Provides: tex(luatex-loader.sty) = %{tl_version} -Provides: tex(luatex.sty) = %{tl_version} -Provides: tex(magicnum.sty) = %{tl_version} -Provides: tex(mleftright.sty) = %{tl_version} -Provides: tex(pdfcol.sty) = %{tl_version} -Provides: tex(pdfcrypt.sty) = %{tl_version} -Provides: tex(pdfescape.sty) = %{tl_version} -Provides: tex(pdfrender.sty) = %{tl_version} -Provides: tex(pdftexcmds.sty) = %{tl_version} -Provides: tex(protecteddef.sty) = %{tl_version} -Provides: tex(rotchiffre.sty) = %{tl_version} -Provides: tex(se-ascii-print.def) = %{tl_version} -Provides: tex(se-ascii.def) = %{tl_version} -Provides: tex(se-clean7bit.def) = %{tl_version} -Provides: tex(se-cp1250.def) = %{tl_version} -Provides: tex(se-cp1251.def) = %{tl_version} -Provides: tex(se-cp1252.def) = %{tl_version} -Provides: tex(se-cp1257.def) = %{tl_version} -Provides: tex(se-cp437.def) = %{tl_version} -Provides: tex(se-cp850.def) = %{tl_version} -Provides: tex(se-cp852.def) = %{tl_version} -Provides: tex(se-cp855.def) = %{tl_version} -Provides: tex(se-cp858.def) = %{tl_version} -Provides: tex(se-cp865.def) = %{tl_version} -Provides: tex(se-cp866.def) = %{tl_version} -Provides: tex(se-dec-mcs.def) = %{tl_version} -Provides: tex(se-iso-8859-1.def) = %{tl_version} -Provides: tex(se-iso-8859-10.def) = %{tl_version} -Provides: tex(se-iso-8859-11.def) = %{tl_version} -Provides: tex(se-iso-8859-13.def) = %{tl_version} -Provides: tex(se-iso-8859-14.def) = %{tl_version} -Provides: tex(se-iso-8859-15.def) = %{tl_version} -Provides: tex(se-iso-8859-16.def) = %{tl_version} -Provides: tex(se-iso-8859-2.def) = %{tl_version} -Provides: tex(se-iso-8859-3.def) = %{tl_version} -Provides: tex(se-iso-8859-4.def) = %{tl_version} -Provides: tex(se-iso-8859-5.def) = %{tl_version} -Provides: tex(se-iso-8859-6.def) = %{tl_version} -Provides: tex(se-iso-8859-7.def) = %{tl_version} -Provides: tex(se-iso-8859-8.def) = %{tl_version} -Provides: tex(se-iso-8859-9.def) = %{tl_version} -Provides: tex(se-koi8-r.def) = %{tl_version} -Provides: tex(se-mac-centeuro.def) = %{tl_version} -Provides: tex(se-mac-cyrillic.def) = %{tl_version} -Provides: tex(se-mac-roman.def) = %{tl_version} -Provides: tex(se-nextstep.def) = %{tl_version} -Provides: tex(se-pdfdoc.def) = %{tl_version} -Provides: tex(se-utf16le.def) = %{tl_version} -Provides: tex(se-utf32be.def) = %{tl_version} -Provides: tex(se-utf32le.def) = %{tl_version} -Provides: tex(se-utf8.def) = %{tl_version} -Provides: tex(setouterhbox.sty) = %{tl_version} -Provides: tex(soulutf8.sty) = %{tl_version} -Provides: tex(stringenc.sty) = %{tl_version} -Provides: tex(telprint.sty) = %{tl_version} -Provides: tex(thepdfnumber.sty) = %{tl_version} -Provides: tex(uniquecounter.sty) = %{tl_version} -Provides: tex(accsupp-dvipdfm.def) = %{tl_version} -Provides: tex(accsupp-dvips.def) = %{tl_version} -Provides: tex(accsupp-pdftex.def) = %{tl_version} -Provides: tex(accsupp.sty) = %{tl_version} -Provides: tex(aliascnt.sty) = %{tl_version} -Provides: tex(askinclude.sty) = %{tl_version} -Provides: tex(atenddvi.sty) = %{tl_version} -Provides: tex(atfi-dvipdfmx.def) = %{tl_version} -Provides: tex(atfi-dvips.def) = %{tl_version} -Provides: tex(atfi-pdftex.def) = %{tl_version} -Provides: tex(attachfile2.sty) = %{tl_version} -Provides: tex(atveryend.sty) = %{tl_version} -Provides: tex(auxhook.sty) = %{tl_version} -Provides: tex(bkm-dvipdfm.def) = %{tl_version} -Provides: tex(bkm-dvips.def) = %{tl_version} -Provides: tex(bkm-dvipsone.def) = %{tl_version} -Provides: tex(bkm-pdftex.def) = %{tl_version} -Provides: tex(bkm-textures.def) = %{tl_version} -Provides: tex(bkm-vtex.def) = %{tl_version} -Provides: tex(bmpsize-base.sty) = %{tl_version} -Provides: tex(bmpsize-dvipdfm.def) = %{tl_version} -Provides: tex(bmpsize-dvipdfmx.def) = %{tl_version} -Provides: tex(bmpsize-dvips.def) = %{tl_version} -Provides: tex(bmpsize-test.tex) = %{tl_version} -Provides: tex(bmpsize.sty) = %{tl_version} -Provides: tex(bookmark.sty) = %{tl_version} -Provides: tex(centernot.sty) = %{tl_version} -Provides: tex(chemarr.sty) = %{tl_version} -Provides: tex(classlist.sty) = %{tl_version} -Provides: tex(colonequals.sty) = %{tl_version} -Provides: tex(dtx-attach.sty) = %{tl_version} -Provides: tex(dvipscol.sty) = %{tl_version} -Provides: tex(enparen.sty) = %{tl_version} -Provides: tex(epstopdf-base.sty) = %{tl_version} -Provides: tex(epstopdf.sty) = %{tl_version} -Provides: tex(flags.sty) = %{tl_version} -Provides: tex(grfext.sty) = %{tl_version} -Provides: tex(grffile.sty) = %{tl_version} -Provides: tex(holtxdoc.sty) = %{tl_version} -Provides: tex(hopatch.sty) = %{tl_version} -Provides: tex(hycolor.sty) = %{tl_version} -Provides: tex(hypbmsec.sty) = %{tl_version} -Provides: tex(hypcap.sty) = %{tl_version} -Provides: tex(hypdestopt.sty) = %{tl_version} -Provides: tex(hypdoc.sty) = %{tl_version} -Provides: tex(hypgotoe.sty) = %{tl_version} -Provides: tex(ifdraft.sty) = %{tl_version} -Provides: tex(inputenx.sty) = %{tl_version} -Provides: tex(ix-alias.def) = %{tl_version} -Provides: tex(ix-math.def) = %{tl_version} -Provides: tex(ix-name.def) = %{tl_version} -Provides: tex(ix-slot.def) = %{tl_version} -Provides: tex(ix-uc.def) = %{tl_version} -Provides: tex(kvoptions-patch.sty) = %{tl_version} -Provides: tex(kvoptions.sty) = %{tl_version} -Provides: tex(letltxmacro.sty) = %{tl_version} -Provides: tex(listingsutf8.sty) = %{tl_version} -Provides: tex(luacolor.sty) = %{tl_version} -Provides: tex(makerobust.sty) = %{tl_version} -Provides: tex(pagegrid.sty) = %{tl_version} -Provides: tex(pagesel.sty) = %{tl_version} -Provides: tex(pdfcolfoot.sty) = %{tl_version} -Provides: tex(pdfcolmk.sty) = %{tl_version} -Provides: tex(pdfcolparallel.sty) = %{tl_version} -Provides: tex(pdfcolparcolumns.sty) = %{tl_version} -Provides: tex(pdflscape.sty) = %{tl_version} -Provides: tex(picture.sty) = %{tl_version} -Provides: tex(pmboxdraw.sty) = %{tl_version} -Provides: tex(refcount.sty) = %{tl_version} -Provides: tex(rerunfilecheck.sty) = %{tl_version} -Provides: tex(resizegather.sty) = %{tl_version} -Provides: tex(scrindex.sty) = %{tl_version} -Provides: tex(selinput.sty) = %{tl_version} -Provides: tex(settobox.sty) = %{tl_version} -Provides: tex(stackrel.sty) = %{tl_version} -Provides: tex(stampinclude.sty) = %{tl_version} -Provides: tex(tabularht.sty) = %{tl_version} -Provides: tex(tabularkv.sty) = %{tl_version} -Provides: tex(transparent.sty) = %{tl_version} -Provides: tex(twoopt.sty) = %{tl_version} -Provides: tex(x-ascii.def) = %{tl_version} -Provides: tex(x-atarist.def) = %{tl_version} -Provides: tex(x-cp1250.def) = %{tl_version} -Provides: tex(x-cp1251.def) = %{tl_version} -Provides: tex(x-cp1252.def) = %{tl_version} -Provides: tex(x-cp1255.def) = %{tl_version} -Provides: tex(x-cp1257.def) = %{tl_version} -Provides: tex(x-cp437.def) = %{tl_version} -Provides: tex(x-cp850.def) = %{tl_version} -Provides: tex(x-cp852.def) = %{tl_version} -Provides: tex(x-cp855.def) = %{tl_version} -Provides: tex(x-cp858.def) = %{tl_version} -Provides: tex(x-cp865.def) = %{tl_version} -Provides: tex(x-cp866.def) = %{tl_version} -Provides: tex(x-dec-mcs.def) = %{tl_version} -Provides: tex(x-iso-8859-1.def) = %{tl_version} -Provides: tex(x-iso-8859-10.def) = %{tl_version} -Provides: tex(x-iso-8859-13.def) = %{tl_version} -Provides: tex(x-iso-8859-14.def) = %{tl_version} -Provides: tex(x-iso-8859-15.def) = %{tl_version} -Provides: tex(x-iso-8859-16.def) = %{tl_version} -Provides: tex(x-iso-8859-2.def) = %{tl_version} -Provides: tex(x-iso-8859-3.def) = %{tl_version} -Provides: tex(x-iso-8859-4.def) = %{tl_version} -Provides: tex(x-iso-8859-5.def) = %{tl_version} -Provides: tex(x-iso-8859-8.def) = %{tl_version} -Provides: tex(x-iso-8859-9.def) = %{tl_version} -Provides: tex(x-koi8-r.def) = %{tl_version} -Provides: tex(x-mac-centeuro.def) = %{tl_version} -Provides: tex(x-mac-cyrillic.def) = %{tl_version} -Provides: tex(x-mac-roman.def) = %{tl_version} -Provides: tex(x-nextstep.def) = %{tl_version} -Provides: tex(x-verbatim.def) = %{tl_version} -Provides: tex(xcolor-patch.sty) = %{tl_version} -Provides: tex(zref-abspage.sty) = %{tl_version} -Provides: tex(zref-abspos.sty) = %{tl_version} -Provides: tex(zref-base.sty) = %{tl_version} -Provides: tex(zref-counter.sty) = %{tl_version} -Provides: tex(zref-dotfill.sty) = %{tl_version} -Provides: tex(zref-env.sty) = %{tl_version} -Provides: tex(zref-hyperref.sty) = %{tl_version} -Provides: tex(zref-lastpage.sty) = %{tl_version} -Provides: tex(zref-marks.sty) = %{tl_version} -Provides: tex(zref-nextpage.sty) = %{tl_version} -Provides: tex(zref-pageattr.sty) = %{tl_version} -Provides: tex(zref-pagelayout.sty) = %{tl_version} -Provides: tex(zref-perpage.sty) = %{tl_version} -Provides: tex(zref-runs.sty) = %{tl_version} -Provides: tex(zref-savepos.sty) = %{tl_version} -Provides: tex(zref-thepage.sty) = %{tl_version} -Provides: tex(zref-titleref.sty) = %{tl_version} -Provides: tex(zref-totpages.sty) = %{tl_version} -Provides: tex(zref-user.sty) = %{tl_version} -Provides: tex(zref-xr.sty) = %{tl_version} -Provides: tex(zref.sty) = %{tl_version} - -%description oberdiek -The bundle comprises packages to provide: - accsupp: better -accessibility support for PDF files; - aliascnt: 'alias -counters'; - alphalph: multiple-alphabetic counting -(a...z,aa...zz,... -- up to the full extent of a TeX counter); -- askinclude: replaces \includeonly by an interactive user -interface; - atbegshi: a modern reimplementation of package -everyshi; - atenddvi: provides \AtEndDvi command; - -attachfile2: attach files to PDF files; - atveryend: hooks the -very end of a document; - auxhook: stick stuff at the start of -the .aux file; - bigintcalc: expandable arithmetic operations -with big integers that can exceed TeX's number limits; - -bitset: defines and implements the data type bit set, a vector -of bits; - bmpsize: get bitmap size and resolution data; - -bookmark: alternative bookmark (outline) organization for -package hyperref; - catchfile: collects the contents of a file -and puts it in a macro; - centernot: a horizontally-centred -\not symbol; - chemarr: extensible chemists' reaction arrows; - -classlist: record information about document class(es) used; - -colonequals: poor man's mathematical relation symbols; - -dvipscol: dvips colour stack management; - embedfile: embed -files in PDF documents; - engord: define counter-printing -operations producing English ordinals; - eolgrab: collect -arguments delimited by end of line; - epstopdf: conversion with -epstopdf on the fly; - etexcmds: adds a prefix to eTeX's -commands, to avoid conflicts with existing macros; - flags: -setting and clearing flags in bit fields and converting the bit -field into a decimal number; - gettitlestring: clean up the -string containing the title of a section, etc.; - grfext: -macros for adding and reordering the list of graphics file -extensions recognised by the graphics package; - grffile: -extend file name processing in the graphics bundle; - hosub: -build collections of packages; - holtxdoc: extra documentation -macros; - hologo: bookmark-enabled logos; - hopatch: safely -apply package patches; - hycolor: implements the color option -stuff that is used by packages hyperref and bookmark; - -hypbmsec: bookmarks in sectioning commands; - hypcap: anjusting -anchors of captions; - hypdestopt: optimising hyperref's pdftex -driver destinations; - hypdoc: hyper-references in the LaTeX -standard doc package; - hypgotoe: experimental package for -links to embedded files; - hyphsubst: substitute hyphenation -patterns; - ifdraft: switch for option draft; - iflang: -provides expandable checks for the current language; - -ifluatex: looks for LuaTeX regardless of its mode and provides -the switch \ifluatex; - ifpdf: provides the ifpdf switch; - -ifvtex: provides the \ifvtex switch; - infwarerr: provides a -complete set of macros for informations, warnings and error -messages with support for plain TeX; - inputenx: enhanced -handling of input encoding; - intcalc: provides expandable -arithmetic operations with integers; - kvdefinekeys: define -key-value keys in the same manner as keyval; - kvoptions: use -package options in key value format ; - kvsetkeys: a variant of -the \setkeys command; - letltxmacro: Let assignment for LaTeX -macros; - listingsutf8: (partially) extends the listings -package to UTF-8 encoding; - ltxcmds: exports some utility -macros from the LaTeX kernel into a separate namespace and also -provides them for other formats such as plain-TeX; - luacolor: -implements colour support based on LuaTeX's node attributes; - -luatex: utilises new and extended features and resources that -LuaTeX provides; - magicnum: allows to access magic numbers by -a hierarchical name system; - makerobust: make a command -robust; - pagegrid: prints a page grid in the background; - -pagesel: select pages of a document for output; - pdfcolfoot: -using pdftex's color stack for footnotes; - pdfcol: macros for -setting and maintaining new color stacks; - pdfcolmk: PDFTeX -COLour MarK -- fake a PDFTeX colour stack using marks (not -needed for PDFTeX 1.40.0 and later); - pdfcolparallel: fixes -colour problems in package parallel; - pdfcolparcolumns: fixes -colour problems in package parcolumns; - pdfcrypt: setting PDF -encryption; - pdfescape: pdfTeX's escape features using TeX or -e-TeX; - pdflscape: landscape pages in PDF; - pdfrender: -control PDF rendering modes; - pdftexcmds: provide PDFTeX -primitives missing in LuaTeX; - picture: dimens for picture -macros; - pmboxdraw: poor man's box drawing characters; - -protecteddef: define a command that protected against -expansion; - refcount: using the numeric values of references; -- rerunfilecheck: checksum based rerun checks on auxiliary -files; - resizegather: automatically resize overly large -equations; - rotchiffre: performs simple rotation cyphers; - -scrindex: redefines environment 'theindex' of package 'index', -if a class from KOMA-Script is loaded; - selinput: select the -input encoding by specifying pairs of input characters and -their glyph names; - setouterhbox: set \hbox in outer -horizontal mode; - settobox: getting box sizes; - soulutf8: -extends package soul and adds some support for UTF-8; - -stackrel: extensions of the \stackrel command; - stampinclude: -selects the files for \include by inspecting the timestamp of -the .aux file(s); - stringenc: provides \StringEncodingConvert -for converting a string between different encodings; - -tabularht: tabulars with height specification; - tabularkv: key -value interface for tabular parameters; - telprint: print -German telephone numbers; - thepdfnumber: canonical numbers for -use in PDF files and elsewhere; - transparent: using a color -stack for transparency with pdftex; - twoopt: commands with two -optional arguments; - uniquecounter: provides unlimited unique -counter; - zref: a proposed new reference system. Each of the -packages is represented by two files, a .dtx (documented -source) and a PDF file; the .ins file necessary for -installation is extracted by running the .dtx file with Plain -TeX. - -date: 2012-05-04 16:11:29 +0200 - -%post oberdiek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun oberdiek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans oberdiek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oberdiek-doc -Summary: Documentation for oberdiek -Version: svn26725.0 -Release: %{tl_noarch_release} -Provides: tex-oberdiek-doc -BuildArch: noarch -AutoReqProv: No - -%description oberdiek-doc -Documentation for oberdiek - -%package pdftex-def -Provides: tex-pdftex-def = %{tl_version} -License: LPPL 1.3 -Summary: Colour and Graphics support for PDFTeX -Version: svn22653.0.06d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pdftex.def) = %{tl_version} - -%description pdftex-def -The file pdftex.def provides device-specific definitions for -colour and graphics support when running pdf(La)TeX. - -date: 2011-05-28 11:53:45 +0200 - -%post pdftex-def -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdftex-def -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdftex-def -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pslatex -Provides: tex-pslatex = %{tl_version} -License: LPPL -Summary: Use PostScript fonts by default -Version: svn16416.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pcrr8rn.map) = %{tl_version} -Provides: tex(pcrr7tn.tfm) = %{tl_version} -Provides: tex(pcrr8rn.tfm) = %{tl_version} -Provides: tex(pcrr8tn.tfm) = %{tl_version} -Provides: tex(pcrr7tn.vf) = %{tl_version} -Provides: tex(pcrr8tn.vf) = %{tl_version} -Provides: tex(pslatex.sty) = %{tl_version} - -%description pslatex -A small package that makes LaTeX default to 'standard' -PostScript fonts. It is basically a merger of the times and the -(obsolete) mathptm packages from the psnfss suite. You must -have installed standard LaTeX and the psnfss PostScript fonts -to use this package. The main novel feature is that the pslatex -package tries to compensate for the visual differences between -the Adobe fonts by scaling Helvetica by 90%, and 'condensing' -Courier (i.e. scaling horizontally) by 85%. The package is -supplied with a (unix) shell file for a 'pslatex' command that -allows standard LaTeX documents to be processed, without -needing to edit the file. Note that current psnfss uses a -different technique for scaling Helvetica, and treats Courier -as a lost cause (there are better free fixed-width available -now, than there were when pslatex was designed). As a result, -pslatex is widely considered obsolete. - -date: 2009-10-07 22:25:55 +0200 - -%post pslatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pslatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pslatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psnfss -Provides: tex-psnfss = %{tl_version} -License: LPPL -Summary: Font support for common PostScript fonts -Version: svn23394.9.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-graphics -Requires: tex(keyval.sty) -Provides: tex(charter.map) = %{tl_version} -Provides: tex(fpls.map) = %{tl_version} -Provides: tex(pazo.map) = %{tl_version} -Provides: tex(psnfss.map) = %{tl_version} -Provides: tex(utopia.map) = %{tl_version} -Provides: tex(8rbch.fd) = %{tl_version} -Provides: tex(8rpag.fd) = %{tl_version} -Provides: tex(8rpbk.fd) = %{tl_version} -Provides: tex(8rpcr.fd) = %{tl_version} -Provides: tex(8rphv.fd) = %{tl_version} -Provides: tex(8rpnc.fd) = %{tl_version} -Provides: tex(8rppl.fd) = %{tl_version} -Provides: tex(8rptm.fd) = %{tl_version} -Provides: tex(8rput.fd) = %{tl_version} -Provides: tex(8rpzc.fd) = %{tl_version} -Provides: tex(avant.sty) = %{tl_version} -Provides: tex(bookman.sty) = %{tl_version} -Provides: tex(chancery.sty) = %{tl_version} -Provides: tex(charter.sty) = %{tl_version} -Provides: tex(courier.sty) = %{tl_version} -Provides: tex(helvet.sty) = %{tl_version} -Provides: tex(mathpazo.sty) = %{tl_version} -Provides: tex(mathpple.sty) = %{tl_version} -Provides: tex(mathptm.sty) = %{tl_version} -Provides: tex(mathptmx.sty) = %{tl_version} -Provides: tex(newcent.sty) = %{tl_version} -Provides: tex(omlbch.fd) = %{tl_version} -Provides: tex(omlpag.fd) = %{tl_version} -Provides: tex(omlpbk.fd) = %{tl_version} -Provides: tex(omlpcr.fd) = %{tl_version} -Provides: tex(omlphv.fd) = %{tl_version} -Provides: tex(omlpnc.fd) = %{tl_version} -Provides: tex(omlppl.fd) = %{tl_version} -Provides: tex(omlptm.fd) = %{tl_version} -Provides: tex(omlptmcm.fd) = %{tl_version} -Provides: tex(omlput.fd) = %{tl_version} -Provides: tex(omlpzc.fd) = %{tl_version} -Provides: tex(omlzplm.fd) = %{tl_version} -Provides: tex(omlzpple.fd) = %{tl_version} -Provides: tex(omlztmcm.fd) = %{tl_version} -Provides: tex(omsbch.fd) = %{tl_version} -Provides: tex(omspag.fd) = %{tl_version} -Provides: tex(omspbk.fd) = %{tl_version} -Provides: tex(omspcr.fd) = %{tl_version} -Provides: tex(omsphv.fd) = %{tl_version} -Provides: tex(omspnc.fd) = %{tl_version} -Provides: tex(omsppl.fd) = %{tl_version} -Provides: tex(omsptm.fd) = %{tl_version} -Provides: tex(omsput.fd) = %{tl_version} -Provides: tex(omspzc.fd) = %{tl_version} -Provides: tex(omspzccm.fd) = %{tl_version} -Provides: tex(omszplm.fd) = %{tl_version} -Provides: tex(omszpple.fd) = %{tl_version} -Provides: tex(omsztmcm.fd) = %{tl_version} -Provides: tex(omxpsycm.fd) = %{tl_version} -Provides: tex(omxzplm.fd) = %{tl_version} -Provides: tex(omxzpple.fd) = %{tl_version} -Provides: tex(omxztmcm.fd) = %{tl_version} -Provides: tex(ot1bch.fd) = %{tl_version} -Provides: tex(ot1pag.fd) = %{tl_version} -Provides: tex(ot1pbk.fd) = %{tl_version} -Provides: tex(ot1pcr.fd) = %{tl_version} -Provides: tex(ot1phv.fd) = %{tl_version} -Provides: tex(ot1pnc.fd) = %{tl_version} -Provides: tex(ot1ppl.fd) = %{tl_version} -Provides: tex(ot1pplj.fd) = %{tl_version} -Provides: tex(ot1pplx.fd) = %{tl_version} -Provides: tex(ot1ptm.fd) = %{tl_version} -Provides: tex(ot1ptmcm.fd) = %{tl_version} -Provides: tex(ot1put.fd) = %{tl_version} -Provides: tex(ot1pzc.fd) = %{tl_version} -Provides: tex(ot1zplm.fd) = %{tl_version} -Provides: tex(ot1zpple.fd) = %{tl_version} -Provides: tex(ot1ztmcm.fd) = %{tl_version} -Provides: tex(palatino.sty) = %{tl_version} -Provides: tex(pifont.sty) = %{tl_version} -Provides: tex(t1bch.fd) = %{tl_version} -Provides: tex(t1pag.fd) = %{tl_version} -Provides: tex(t1pbk.fd) = %{tl_version} -Provides: tex(t1pcr.fd) = %{tl_version} -Provides: tex(t1phv.fd) = %{tl_version} -Provides: tex(t1pnc.fd) = %{tl_version} -Provides: tex(t1ppl.fd) = %{tl_version} -Provides: tex(t1pplj.fd) = %{tl_version} -Provides: tex(t1pplx.fd) = %{tl_version} -Provides: tex(t1ptm.fd) = %{tl_version} -Provides: tex(t1put.fd) = %{tl_version} -Provides: tex(t1pzc.fd) = %{tl_version} -Provides: tex(times.sty) = %{tl_version} -Provides: tex(ts1bch.fd) = %{tl_version} -Provides: tex(ts1pag.fd) = %{tl_version} -Provides: tex(ts1pbk.fd) = %{tl_version} -Provides: tex(ts1pcr.fd) = %{tl_version} -Provides: tex(ts1phv.fd) = %{tl_version} -Provides: tex(ts1pnc.fd) = %{tl_version} -Provides: tex(ts1ppl.fd) = %{tl_version} -Provides: tex(ts1pplj.fd) = %{tl_version} -Provides: tex(ts1pplx.fd) = %{tl_version} -Provides: tex(ts1ptm.fd) = %{tl_version} -Provides: tex(ts1put.fd) = %{tl_version} -Provides: tex(ts1pzc.fd) = %{tl_version} -Provides: tex(ufplm.fd) = %{tl_version} -Provides: tex(ufplmbb.fd) = %{tl_version} -Provides: tex(upsy.fd) = %{tl_version} -Provides: tex(upzd.fd) = %{tl_version} -Provides: tex(utopia.sty) = %{tl_version} - -%description psnfss -Font definition files, macros and font metrics for freely- -available Adobe Type 1 fonts. The font set consists of the -'LaserWriter 35' set (originally 'freely available' because -embedded in PostScript printers), and a variety of other free -fonts, together with some additions. Note that while many of -the fonts are available in PostScript (and other) printers, -most publishers require fonts embedded in documents, which -requires that you have the fonts in your TeX system. -Fortunately, there are free versions of the fonts from URW -(available in the URW base5 bundle). The base set of text fonts -covered by PSNFSS are: AvantGarde, Bookman, Courier, Helvetica, -New Century Schoolbook, Palatino, Symbol, Times Roman and Zapf -Dingbats. In addition, the fonts Bitstream Charter and Adobe -Utopia are covered (those fonts were contributed to the Public -Domain by their commercial foundries). Separate packages are -provided to load each font for use as main text font. The -packages helvet (which allows Helvetica to be loaded with its -size scaled to something more nearly appropriate for its use as -a Sans-Serif font to match Times) and pifont (which provides -the means to select single glyphs from symbol fonts) are -tailored to special requirements of their fonts. Mathematics -are covered by the mathptmx package, which constructs passable -mathematics from a combination of Times Roman, Symbol and some -glyphs from Computer Modern, and by Pazo Math (optionally -extended with the fpl small-caps and old-style figures fonts) -which uses Palatino as base font, with the mathpazo fonts. The -bundle as a whole is part of the LaTeX 'required' set of -packages. - -date: 2011-05-30 10:00:44 +0200 - -%post psnfss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map charter.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map charter.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map fpls.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fpls.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map pazo.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map pazo.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map utopia.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map utopia.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun psnfss -if [ $1 == 0 ] ; then -sed -i '/^Map charter.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map fpls.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map pazo.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map utopia.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans psnfss -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psnfss-doc -Summary: Documentation for psnfss -Version: svn23394.9.2a -Release: %{tl_noarch_release} -Provides: tex-psnfss-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-graphics-doc - -%description psnfss-doc -Documentation for psnfss - -%package pspicture -Provides: tex-pspicture = %{tl_version} -License: LPPL -Summary: PostScript picture support -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pspicture.sty) = %{tl_version} - -%description pspicture -A replacement for LaTeX's picture macros, that uses PostScript -\special commands. The package is now largely superseded by -pict2e. - -date: 2007-03-11 16:56:01 +0100 - -%post pspicture -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pspicture -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pspicture -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pspicture-doc -Summary: Documentation for pspicture -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pspicture-doc -BuildArch: noarch -AutoReqProv: No - -%description pspicture-doc -Documentation for pspicture - -%package tools -Provides: tex-tools = %{tl_version} -License: LPPL -Summary: The LaTeX standard tools bundle -Version: svn26263.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(.tex) = %{tl_version} -Provides: tex(afterpage.sty) = %{tl_version} -Provides: tex(array.sty) = %{tl_version} -Provides: tex(bm.sty) = %{tl_version} -Provides: tex(calc.sty) = %{tl_version} -Provides: tex(dcolumn.sty) = %{tl_version} -Provides: tex(delarray.sty) = %{tl_version} -Provides: tex(e.tex) = %{tl_version} -Provides: tex(enumerate.sty) = %{tl_version} -Provides: tex(fontsmpl.sty) = %{tl_version} -Provides: tex(fontsmpl.tex) = %{tl_version} -Provides: tex(ftnright.sty) = %{tl_version} -Provides: tex(h.tex) = %{tl_version} -Provides: tex(hhline.sty) = %{tl_version} -Provides: tex(indentfirst.sty) = %{tl_version} -Provides: tex(layout.sty) = %{tl_version} -Provides: tex(longtable.sty) = %{tl_version} -Provides: tex(multicol.sty) = %{tl_version} -Provides: tex(q.tex) = %{tl_version} -Provides: tex(r.tex) = %{tl_version} -Provides: tex(rawfonts.sty) = %{tl_version} -Provides: tex(s.tex) = %{tl_version} -Provides: tex(showkeys.sty) = %{tl_version} -Provides: tex(somedefs.sty) = %{tl_version} -Provides: tex(tabularx.sty) = %{tl_version} -Provides: tex(thb.sty) = %{tl_version} -Provides: tex(thc.sty) = %{tl_version} -Provides: tex(thcb.sty) = %{tl_version} -Provides: tex(theorem.sty) = %{tl_version} -Provides: tex(thm.sty) = %{tl_version} -Provides: tex(thmb.sty) = %{tl_version} -Provides: tex(thp.sty) = %{tl_version} -Provides: tex(trace.sty) = %{tl_version} -Provides: tex(varioref.sty) = %{tl_version} -Provides: tex(verbatim.sty) = %{tl_version} -Provides: tex(verbtest.tex) = %{tl_version} -Provides: tex(x.tex) = %{tl_version} -Provides: tex(xr.sty) = %{tl_version} -Provides: tex(xspace.sty) = %{tl_version} - -%description tools -A collection of (variously) simple tools provided as part of -the LaTeX required tools distribution, comprising: afterpage, -array, bm, calc, dcolumn, delarray, enumerate, fileerr, -fontsmpl, ftnright, hhline, indentfirst, layout, longtable, -multicol, rawfonts, showkeys, somedefs, tabularx, theorem, -trace, varioref, verbatim, xr, and xspace. - -date: 2011-06-29 21:25:12 +0200 - -%post tools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tools-doc -Summary: Documentation for tools -Version: svn26263.0 -Release: %{tl_noarch_release} -Provides: tex-tools-doc -BuildArch: noarch -AutoReqProv: No - -%description tools-doc -Documentation for tools - -%package chbibref -Provides: tex-chbibref = %{tl_version} -License: LPPL -Summary: Change the Bibliography/References title -Version: svn17120.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chbibref.sty) = %{tl_version} - -%description chbibref -Defines a single command, \setbibref, which sets whichever of -\bibname and \refname is in use. (\bibname is used in book.cls -and report.cls, and \refname is used in article.cls.) - -date: 2010-02-23 16:16:11 +0100 - -%post chbibref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chbibref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chbibref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chbibref-doc -Summary: Documentation for chbibref -Version: svn17120.1.0 -Release: %{tl_noarch_release} -Provides: tex-chbibref-doc -BuildArch: noarch -AutoReqProv: No - -%description chbibref-doc -Documentation for chbibref - -%package chicago -Provides: tex-chicago = %{tl_version} -License: Knuth -Summary: A "Chicago" bibliography style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chicago.sty) = %{tl_version} - -%description chicago -Chicago is a BibTeX style that follows the "B" reference style -of the 13th Edition of the Chicago manual of style; a LaTeX -package (to LaTeX 2.09 conventions) is also provided. The style -was derived from the newapa style. - -date: 2008-12-25 20:17:19 +0100 - -%post chicago -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chicago -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chicago -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chicago-annote -Provides: tex-chicago-annote = %{tl_version} -License: LPPL -Summary: Chicago-based annotated BibTeX style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description chicago-annote -This is a revision of chicagoa.bst, using the commonly-used -annote field in place of the original's annotation. - -date: 2009-02-03 15:12:24 +0100 - -%post chicago-annote -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chicago-annote -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chicago-annote -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chicago-annote-doc -Summary: Documentation for chicago-annote -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-chicago-annote-doc -BuildArch: noarch -AutoReqProv: No - -%description chicago-annote-doc -Documentation for chicago-annote - -%package chembst -Provides: tex-chembst = %{tl_version} -License: LPPL -Summary: A collection of BibTeX files for chemistry journals -Version: svn15878.0.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description chembst -The package offers a collection of advanced BibTeX style files -suitable for publications in chemistry journals. Currently, -style files for journals published by the American Chemical -Society, Wiley-VCH and The Royal Society of Chemistry are -available. The style files support advanced features such as -automatic formatting of errata or creating an appropriate entry -for publications in Angewandte Chemie where both English and -German should be cited simultaneously. - -date: 2008-09-20 13:36:26 +0200 - -%post chembst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chembst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chembst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chembst-doc -Summary: Documentation for chembst -Version: svn15878.0.2.5 -Release: %{tl_noarch_release} -Provides: tex-chembst-doc -BuildArch: noarch -AutoReqProv: No - -%description chembst-doc -Documentation for chembst - -%package chscite -Provides: tex-chscite = %{tl_version} -License: LPPL 1.2 -Summary: Bibliography style for Chalmers University of Technology -Version: svn28552.2.999 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Provides: tex(chscite.sty) = %{tl_version} - -%description chscite -The package, heavily based on the harvard package for Harvard- -style citations, provides a citation suite for students at -Chalmers University of Technology that follows given -recommendations. - -date: 2012-05-14 12:19:39 +0200 - -%post chscite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chscite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chscite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chscite-doc -Summary: Documentation for chscite -Version: svn28552.2.999 -Release: %{tl_noarch_release} -Provides: tex-chscite-doc -BuildArch: noarch -AutoReqProv: No - -%description chscite-doc -Documentation for chscite - -%package collref -Provides: tex-collref = %{tl_version} -License: LPPL -Summary: Collect blocks of references into a single reference -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(collref.sty) = %{tl_version} - -%description collref -The package automatically collects multiple \bibitem -references, which always appear in the same sequence in \cite, -into a single \bibitem block. - -date: 2009-11-09 14:16:05 +0100 - -%post collref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun collref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans collref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collref-doc -Summary: Documentation for collref -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-collref-doc -BuildArch: noarch -AutoReqProv: No - -%description collref-doc -Documentation for collref - -%package compactbib -Provides: tex-compactbib = %{tl_version} -License: LPPL -Summary: Multiple thebibliography environments -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(compactbib.sty) = %{tl_version} - -%description compactbib -Allows a second bibliography, optionally with a different -title, after the main bibliography. - -date: 2007-01-01 11:39:06 +0100 - -%post compactbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun compactbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans compactbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package custom-bib -Provides: tex-custom-bib = %{tl_version} -License: LPPL -Summary: Customised BibTeX styles -Version: svn24729.4.33 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(geophys.tex) = %{tl_version} -Provides: tex(makebst.tex) = %{tl_version} -Provides: tex(shorthnd.tex) = %{tl_version} - -%description custom-bib -Package generating customized BibTeX bibliography styles from a -generic file using docstrip driven by parameters generated by a -menu application. Includes support for the Harvard style of -citations. - -date: 2011-11-18 13:01:42 +0100 - -%post custom-bib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun custom-bib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans custom-bib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package custom-bib-doc -Summary: Documentation for custom-bib -Version: svn24729.4.33 -Release: %{tl_noarch_release} -Provides: tex-custom-bib-doc -BuildArch: noarch -AutoReqProv: No - -%description custom-bib-doc -Documentation for custom-bib - -%package din1505 -Provides: tex-din1505 = %{tl_version} -License: Bibtex -Summary: Bibliography styles for German texts -Version: svn19441.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description din1505 -A set of bibliography styles that conformt to DIN 1505, and -match the original BibTeX standard set (plain, unsrt, alpha and -abbrv), together with a style natdin to work with natbib. - -date: 2008-11-25 15:33:33 +0100 - -%post din1505 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun din1505 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans din1505 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package din1505-doc -Summary: Documentation for din1505 -Version: svn19441.0 -Release: %{tl_noarch_release} -Provides: tex-din1505-doc -BuildArch: noarch -AutoReqProv: No - -%description din1505-doc -Documentation for din1505 - -%package dk-bib -Provides: tex-dk-bib = %{tl_version} -License: GPLv2+ -Summary: Danish variants of standard BibTeX styles -Version: svn15878.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(url.sty) -Provides: tex(dk-apali.sty) = %{tl_version} -Provides: tex(dk-bib.sty) = %{tl_version} - -%description dk-bib -Dk-bib is a translation of the four standard BibTeX style files -(abbrv, alpha, plain and unsrt) and the apalike style file into -Danish. The files have been extended with URL, ISBN, ISSN, -annote and printing fields which can be enabled through a LaTeX -style file. Dk-bib also comes with a couple of Danish sorting -order files for BibTeX8. - -date: 2009-09-25 22:54:35 +0200 - -%post dk-bib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dk-bib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dk-bib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dk-bib-doc -Summary: Documentation for dk-bib -Version: svn15878.0.6 -Release: %{tl_noarch_release} -Provides: tex-dk-bib-doc -BuildArch: noarch -AutoReqProv: No - -%description dk-bib-doc -Documentation for dk-bib - -%package doipubmed -Provides: tex-doipubmed = %{tl_version} -License: LPPL -Summary: Special commands for use in bibliographies -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Provides: tex(doipubmed.sty) = %{tl_version} - -%description doipubmed -The package provides the commands \doi, \pubmed and \citeurl. -These commands are primarily designed for use in -bibliographies. A LaTeX2HTML style file is also provided. - -date: 2009-09-27 10:36:15 +0200 - -%post doipubmed -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun doipubmed -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans doipubmed -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package doipubmed-doc -Summary: Documentation for doipubmed -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-doipubmed-doc -BuildArch: noarch -AutoReqProv: No - -%description doipubmed-doc -Documentation for doipubmed - -%package fbs -Provides: tex-fbs = %{tl_version} -License: LPPL -Summary: BibTeX style for Frontiers in Bioscience -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description fbs -A BibTeX style file made with custom-bib to fit Frontiers in -Bioscience requirements: - all authors, no et al, full author -names, initials abbreviated; - only abbreviated journal name -italicised, no abbreviation dots; - only year, no month, at end -of reference; and - DOI excluded, ISSN excluded. - -date: 2008-08-19 20:38:14 +0200 - -%post fbs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fbs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fbs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package figbib -Provides: tex-figbib = %{tl_version} -License: LPPL -Summary: Organize figure databases with BibTeX -Version: svn19388.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(figbib.sty) = %{tl_version} - -%description figbib -FigBib lets you organize your figures in BibTeX databases. Some -FigBib features are: - Store and manage figures in a BibTeX -database; - Include figures in your LaTeX document with one -short command; - Generate a List of Figures containing -more/other information than the figure captions; - Control with -one switch where to output the figures, either as usual float -objects or in a separate part at the end of your document. - -date: 2006-10-19 22:42:58 +0200 - -%post figbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun figbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans figbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package figbib-doc -Summary: Documentation for figbib -Version: svn19388.0 -Release: %{tl_noarch_release} -Provides: tex-figbib-doc -BuildArch: noarch -AutoReqProv: No - -%description figbib-doc -Documentation for figbib - -%package footbib -Provides: tex-footbib = %{tl_version} -License: LPPL -Summary: Bibliographic references as footnotes -Version: svn17115.2.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(footbib.sty) = %{tl_version} - -%description footbib -The package makes bibliographic references appear as footnotes. -It defines a command \footcite which is similar to the LaTeX -\cite command but the references cited in this way appear at -the bottom of the pages. This 'foot bibliography' does not -conflict with the standard one and both may exist -simultaneously in a document. The command \cite may still be -used to produce the standard bibliography. The foot -bibliography uses its own style and bibliographic database -which may be specified independently of the standard one. Any -standard bibliography style may be used. - -date: 2010-02-20 20:57:03 +0100 - -%post footbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun footbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans footbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package footbib-doc -Summary: Documentation for footbib -Version: svn17115.2.0.7 -Release: %{tl_noarch_release} -Provides: tex-footbib-doc -BuildArch: noarch -AutoReqProv: No - -%description footbib-doc -Documentation for footbib - -%package francais-bst -Provides: tex-francais-bst = %{tl_version} -License: LPPL 1.3 -Summary: Bibliographies conforming to French typographic standards -Version: svn29464.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description francais-bst -The package provides bibliographies (in French) conforming to -the rules in "Guide de la communication ecrite" (Malo, M., -Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeX -styles were generated using custom-bib and they are compatible -with natbib - -date: 2013-03-21 07:12:07 +0100 - -%post francais-bst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun francais-bst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans francais-bst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package francais-bst-doc -Summary: Documentation for francais-bst -Version: svn29464.0 -Release: %{tl_noarch_release} -Provides: tex-francais-bst-doc -BuildArch: noarch -AutoReqProv: No - -%description francais-bst-doc -Documentation for francais-bst - -%package geschichtsfrkl -Provides: tex-geschichtsfrkl = %{tl_version} -License: LPPL -Summary: BibLaTeX style for historians -Version: svn25886.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(geschichtsfrkl.bbx) = %{tl_version} -Provides: tex(geschichtsfrkl.cbx) = %{tl_version} - -%description geschichtsfrkl -The package provides a BibLaTeX style, (mostly) meeting the -requirements of the History Faculty of the University of -Freiburg (Germany). - -date: 2012-04-08 13:49:02 +0200 - -%post geschichtsfrkl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun geschichtsfrkl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans geschichtsfrkl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package geschichtsfrkl-doc -Summary: Documentation for geschichtsfrkl -Version: svn25886.1.1 -Release: %{tl_noarch_release} -Provides: tex-geschichtsfrkl-doc -BuildArch: noarch -AutoReqProv: No - -%description geschichtsfrkl-doc -Documentation for geschichtsfrkl - -%package harvard -Provides: tex-harvard = %{tl_version} -License: LPPL -Summary: Harvard citation package for use with LaTeX 2e -Version: svn15878.2.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(harvard.sty) = %{tl_version} - -%description harvard -This is a re-implementation, for LaTeX 2e, of the original -Harvard package. The bundle contains the LaTeX package, several -BibTeX styles, and a 'Perl package' for use with LaTeX2HTML. -Harvard is an author-year citation style (all but the first -author are suppressed in second and subsequent citations of the -same entry); the package defines several variant styles: - -apsr.bst for the American Political Science Review; - agsm.bst -for Australian Government publications; - dcu.bst from the -Design Computing Unit of the University of Sydney; - -kluwer.bstwhich aims at the format preferred in Kluwer -publications; - nederlands.bst which deals with sorting Dutch -names with prefixes (such as van) according to Dutch rules; -together with several styles whose authors offer no description -of their behaviour. - -date: 2009-01-31 11:13:28 +0100 - -%post harvard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun harvard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans harvard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package harvard-doc -Summary: Documentation for harvard -Version: svn15878.2.0.5 -Release: %{tl_noarch_release} -Provides: tex-harvard-doc -BuildArch: noarch -AutoReqProv: No - -%description harvard-doc -Documentation for harvard - -%package harvmac -Provides: tex-harvmac = %{tl_version} -License: CC-BY -Summary: Macros for scientific articles -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(harvmac.tex) = %{tl_version} - -%description harvmac -Known as 'Harvard macros', since written at that University. - -date: 2008-12-20 16:08:04 +0100 - -%post harvmac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun harvmac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans harvmac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package harvmac-doc -Summary: Documentation for harvmac -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-harvmac-doc -BuildArch: noarch -AutoReqProv: No - -%description harvmac-doc -Documentation for harvmac - -%package historische-zeitschrift -Provides: tex-historische-zeitschrift = %{tl_version} -License: LPPL -Summary: Biblatex style for the journal 'Historische Zeitschrift' -Version: svn27124.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(historische-zeitschrift.bbx) = %{tl_version} -Provides: tex(historische-zeitschrift.cbx) = %{tl_version} - -%description historische-zeitschrift -The package provides citations according with the house style -of the 'Historische Zeitschrift', a German historical journal. -The scheme is a fullcite for the first citation and 'Author, -Shorttitle (as note N, P)' for later citations (P being the -page number). For further details, see the description of the -house style at the journal's site. The package depends on -biblatex (version 0.8 or higher) as well as etoolbox (version -1.5 or higher). - -date: 2012-07-15 23:35:06 +0200 - -%post historische-zeitschrift -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun historische-zeitschrift -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans historische-zeitschrift -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package historische-zeitschrift-doc -Summary: Documentation for historische-zeitschrift -Version: svn27124.1.0 -Release: %{tl_noarch_release} -Provides: tex-historische-zeitschrift-doc -BuildArch: noarch -AutoReqProv: No - -%description historische-zeitschrift-doc -Documentation for historische-zeitschrift - -%package ijqc -Provides: tex-ijqc = %{tl_version} -License: LPPL -Summary: BibTeX style file for the Intl. J. Quantum Chem -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description 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: 2006-08-27 16:41:02 +0100 - -%post ijqc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ijqc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ijqc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ijqc-doc -Summary: Documentation for ijqc -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-ijqc-doc -BuildArch: noarch -AutoReqProv: No - -%description ijqc-doc -Documentation for ijqc - -%package inlinebib -Provides: tex-inlinebib = %{tl_version} -License: LPPL -Summary: Citations in footnotes -Version: svn22018.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(inlinebib.sty) = %{tl_version} -Provides: tex(pageranges.sty) = %{tl_version} - -%description 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: 2006-12-12 00:29:31 +0100 - -%post inlinebib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun inlinebib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans inlinebib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package inlinebib-doc -Summary: Documentation for inlinebib -Version: svn22018.0 -Release: %{tl_noarch_release} -Provides: tex-inlinebib-doc -BuildArch: noarch -AutoReqProv: No - -%description inlinebib-doc -Documentation for inlinebib - -%package iopart-num -Provides: tex-iopart-num = %{tl_version} -License: LPPL -Summary: Numeric citation style for IOP journals -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description 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: 2009-01-27 15:17:42 +0100 - -%post iopart-num -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iopart-num -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iopart-num -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iopart-num-doc -Summary: Documentation for iopart-num -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-iopart-num-doc -BuildArch: noarch -AutoReqProv: No - -%description iopart-num-doc -Documentation for iopart-num - -%package jneurosci -Provides: tex-jneurosci = %{tl_version} -License: LPPL -Summary: BibTeX style for the Journal of Neuroscience -Version: svn17346.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(jneurosci.sty) = %{tl_version} - -%description 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: 2010-03-06 20:55:14 +0100 - -%post jneurosci -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jneurosci -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jneurosci -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jneurosci-doc -Summary: Documentation for jneurosci -Version: svn17346.1.00 -Release: %{tl_noarch_release} -Provides: tex-jneurosci-doc -BuildArch: noarch -AutoReqProv: No - -%description jneurosci-doc -Documentation for jneurosci - -%package jurabib -Provides: tex-jurabib = %{tl_version} -License: GPL+ -Summary: Extended BibTeX citation support for the humanities and legal texts -Version: svn15878.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(url.sty) -Requires: tex(array.sty) -Provides: tex(dajbbib.ldf) = %{tl_version} -Provides: tex(dejbbib.ldf) = %{tl_version} -Provides: tex(dujbbib.ldf) = %{tl_version} -Provides: tex(enjbbib.ldf) = %{tl_version} -Provides: tex(fijbbib.ldf) = %{tl_version} -Provides: tex(frjbbib.ldf) = %{tl_version} -Provides: tex(itjbbib.ldf) = %{tl_version} -Provides: tex(jblong.cfg) = %{tl_version} -Provides: tex(jurabib.cfg) = %{tl_version} -Provides: tex(jurabib.sty) = %{tl_version} -Provides: tex(nojbbib.ldf) = %{tl_version} -Provides: tex(ptjbbib.ldf) = %{tl_version} -Provides: tex(spjbbib.ldf) = %{tl_version} - -%description 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: 2007-01-08 14:12:54 +0100 - -%post jurabib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jurabib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jurabib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jurabib-doc -Summary: Documentation for jurabib -Version: svn15878.0.6 -Release: %{tl_noarch_release} -Provides: tex-jurabib-doc -BuildArch: noarch -AutoReqProv: No - -%description jurabib-doc -Documentation for jurabib - -%package ksfh_nat -Provides: tex-ksfh_nat = %{tl_version} -License: LPPL -Summary: ksfh_nat package -Version: svn24825.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description ksfh_nat -ksfh_nat package - -%post ksfh_nat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ksfh_nat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ksfh_nat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listbib -Provides: tex-listbib = %{tl_version} -License: GPL+ -Summary: Lists contents of BibTeX files -Version: svn29349.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-listbib-bin -Provides: tex(listbib.cfg) = %{tl_version} -Provides: tex(listbib.sty) = %{tl_version} -Provides: tex(listbib.tex) = %{tl_version} - -%description listbib -Generates listings of bibliographic data bases in BibTeX format --- for example for archival purposes. Included is a listbib.bst -which is better suited for this purpose than the standard -styles. - -date: 2012-04-21 20:14:11 +0200 - -%post listbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listbib-doc -Summary: Documentation for listbib -Version: svn29349.2.2 -Release: %{tl_noarch_release} -Provides: tex-listbib-doc -BuildArch: noarch -AutoReqProv: No - -%description listbib-doc -Documentation for listbib - -%package listbib-bin -Summary: Binaries for listbib -Version: svn26126.0 -Requires: texlive-base -Requires: tex-listbib -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description listbib-bin -Binaries for listbib - -%package logreq -Provides: tex-logreq = %{tl_version} -License: LPPL 1.3 -Summary: Support for automation of the LaTeX workflow -Version: svn19640.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(keyval.sty) -Provides: tex(logreq.def) = %{tl_version} -Provides: tex(logreq.sty) = %{tl_version} - -%description logreq -The package helps to automate a typical LaTeX workflow that -involves running LaTeX several times, running tools such as -BibTeX or makeindex, and so on. It will log requests like -"please rerun LaTeX" or "please run BibTeX on file X" to an -external XML file which lists all open tasks in a machine- -readable format. Compiler scripts and integrated LaTeX editing -environments may parse this file to determine the next steps in -the workflow in a way that is more efficient than parsing the -main log file. In sum, the package will do two things: 1) -enable package authors to use LaTeX commands to issue requests, -2) collect all requests from all packages and write them to an -external XML file at the end of the document. - -date: 2010-08-11 13:58:09 +0200 - -%post logreq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun logreq -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans logreq -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package logreq-doc -Summary: Documentation for logreq -Version: svn19640.1.0 -Release: %{tl_noarch_release} -Provides: tex-logreq-doc -BuildArch: noarch -AutoReqProv: No - -%description logreq-doc -Documentation for logreq - -%package margbib -Provides: tex-margbib = %{tl_version} -License: GPL+ -Summary: Display bibitem tags in the margins -Version: svn15878.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(margbib.sty) = %{tl_version} - -%description margbib -The package redefines the 'thebibliography' environment to -place the citation key into the margin. - -date: 2008-09-23 13:30:27 +0200 - -%post margbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun margbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans margbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package margbib-doc -Summary: Documentation for margbib -Version: svn15878.1.0c -Release: %{tl_noarch_release} -Provides: tex-margbib-doc -BuildArch: noarch -AutoReqProv: No - -%description margbib-doc -Documentation for margbib - -%package multibib -Provides: tex-multibib = %{tl_version} -License: LPPL -Summary: Multiple bibliographies within one document -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multibib.sty) = %{tl_version} - -%description multibib -Multibib the creation of references to multiple bibliographies -within one document. It thus provides complementary -functionality to packages like bibunits and chapterbib, which -allow the creation of one bibliography for multiple, but -different parts of the document. Multibib is compatible with -inlinebib, natbib, and koma-script. - -date: 2008-12-10 20:42:30 +0100 - -%post multibib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multibib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multibib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multibib-doc -Summary: Documentation for multibib -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-multibib-doc -BuildArch: noarch -AutoReqProv: No - -%description multibib-doc -Documentation for multibib - -%package munich -Provides: tex-munich = %{tl_version} -License: LPPL -Summary: An alternative authordate bibliography style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description munich -The Munich BibTeX style is produced with custom-bib, as a -German (and, more generally, Continental European) alternative -to such author-date styles as harvard and oxford. - -date: 2007-03-10 12:18:05 +0100 - -%post munich -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun munich -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans munich -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package munich-doc -Summary: Documentation for munich -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-munich-doc -BuildArch: noarch -AutoReqProv: No - -%description munich-doc -Documentation for munich - -%package notes2bib -Provides: tex-notes2bib = %{tl_version} -License: LPPL -Summary: Integrating notes into the bibliography -Version: svn28205.2.0j -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(notes2bib.sty) = %{tl_version} - -%description notes2bib -The package defines a new type of note, bibnote, which will -always be added to the bibliography. The package allows -footnotes and endnotes to be moved into the bibliography in the -same way. The package can be used with natbib and biblatex as -well as plain LaTeX citations. Both sorted and unsorted -bibliography styles are supported. The package uses the LaTeX 3 -macros and the associated xpackages bundle. It also makes use -of the e-TeX extensions (any post-2005 LaTeX distribution will -provide these by default, but users of older systems may need -to use an elatex command or equivalent). The package relies on -LaTeX 3 support from the l3kernel and l3packages bundles. - -date: 2012-11-07 12:34:14 +0100 - -%post notes2bib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun notes2bib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans notes2bib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package notes2bib-doc -Summary: Documentation for notes2bib -Version: svn28205.2.0j -Release: %{tl_noarch_release} -Provides: tex-notes2bib-doc -BuildArch: noarch -AutoReqProv: No - -%description notes2bib-doc -Documentation for notes2bib - -%package oscola -Provides: tex-oscola = %{tl_version} -License: LPPL 1.3 -Summary: BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities -Version: svn27490.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle.bbx) -Requires: tex(verbose-inote.cbx) -Provides: tex(oscola.bbx) = %{tl_version} -Provides: tex(oscola.cbx) = %{tl_version} - -%description oscola -The package provides a set of style files for use with Biblatex -(v 2+) and Biber (v 1+) to produce citations and bibliographies -in accordance with the widely-used Oxford Standard for the -Citation of Legal Authorities. It also includes facilities for -constructing tables of cases and legislation from citations (in -conjunction with appropriate indexing packages). - -date: 2012-08-20 08:49:07 +0200 - -%post oscola -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun oscola -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans oscola -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oscola-doc -Summary: Documentation for oscola -Version: svn27490.1 -Release: %{tl_noarch_release} -Provides: tex-oscola-doc -BuildArch: noarch -AutoReqProv: No - -%description oscola-doc -Documentation for oscola - -%package perception -Provides: tex-perception = %{tl_version} -License: LPPL -Summary: BibTeX style for the journal Perception -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description perception -A product of custom-bib, provided simply to save others' time. - -date: 2007-02-24 15:09:57 +0100 - -%post perception -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun perception -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans perception -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package perception-doc -Summary: Documentation for perception -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-perception-doc -BuildArch: noarch -AutoReqProv: No - -%description perception-doc -Documentation for perception - -%package pnas2009 -Provides: tex-pnas2009 = %{tl_version} -License: Bibtex -Summary: Bibtex style for PNAS -Version: svn16287.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description pnas2009 -This style produces bibliographies in the format of -"Proceedings of the National Academy of Sciences, USA". The -style was derived from the standard unsrt.bst and adapted to -the new (2009) formatting rules. - -date: 2009-12-06 09:16:45 +0100 - -%post pnas2009 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pnas2009 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pnas2009 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rsc -Provides: tex-rsc = %{tl_version} -License: GPL+ -Summary: BibTeX style for use with RSC journals -Version: svn20942.3.1e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(natbib.sty) -Requires: tex(natmove.sty) -Requires: tex(mciteplus.sty) -Provides: tex(rsc.sty) = %{tl_version} - -%description rsc -The rsc package provides a BibTeX style in accordance with the -requirements of the Royal Society of Chemistry. It was -originally based on the file pccp.bst, but also implements a -number of styles from the achemso package. The package is now a -stub for the chemstyle package, which the author developed to -unify the writing of articles with a chemistry content. - -date: 2011-01-05 00:05:34 +0100 - -%post rsc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rsc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rsc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rsc-doc -Summary: Documentation for rsc -Version: svn20942.3.1e -Release: %{tl_noarch_release} -Provides: tex-rsc-doc -BuildArch: noarch -AutoReqProv: No - -%description rsc-doc -Documentation for rsc - -%package showtags -Provides: tex-showtags = %{tl_version} -License: Public Domain -Summary: Print the tags of bibliography entries -Version: svn20336.1.05 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(showtags.sty) = %{tl_version} - -%description showtags -Prints the tag right-aligned on each line of the bibliography. - -date: 2010-11-05 08:48:20 +0100 - -%post showtags -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showtags -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showtags -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showtags-doc -Summary: Documentation for showtags -Version: svn20336.1.05 -Release: %{tl_noarch_release} -Provides: tex-showtags-doc -BuildArch: noarch -AutoReqProv: No - -%description showtags-doc -Documentation for showtags - -%package sort-by-letters -Provides: tex-sort-by-letters = %{tl_version} -License: Freely redistributable without restriction -Summary: Bibliography styles for alphabetic sorting -Version: svn27128.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description sort-by-letters -This bundle contains several bibliography styles for separating -a document's references by the first letter of the first -author/editor in the bibliography entry. The styles are adapted -from standard ones or from natbib ones. - -date: 2012-06-04 23:25:44 +0200 - -%post sort-by-letters -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sort-by-letters -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sort-by-letters -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sort-by-letters-doc -Summary: Documentation for sort-by-letters -Version: svn27128.0 -Release: %{tl_noarch_release} -Provides: tex-sort-by-letters-doc -BuildArch: noarch -AutoReqProv: No - -%description sort-by-letters-doc -Documentation for sort-by-letters - -%package splitbib -Provides: tex-splitbib = %{tl_version} -License: LPPL -Summary: Split and reorder your bibliography -Version: svn15878.1.17 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(splitbib.sty) = %{tl_version} - -%description splitbib -This package enables you to split a bibliography into several -categories and subcategories. It does not depend on BibTeX: any -bibliography may be split and reordered. - -date: 2007-01-15 00:27:07 +0100 - -%post splitbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun splitbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans splitbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package splitbib-doc -Summary: Documentation for splitbib -Version: svn15878.1.17 -Release: %{tl_noarch_release} -Provides: tex-splitbib-doc -BuildArch: noarch -AutoReqProv: No - -%description splitbib-doc -Documentation for splitbib - -%package uni-wtal-ger -Provides: tex-uni-wtal-ger = %{tl_version} -License: LPPL -Summary: uni-wtal-ger package -Version: svn22169.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle-dw.bbx) -Requires: tex(authortitle-dw.cbx) -Provides: tex(uni-wtal-ger.bbx) = %{tl_version} -Provides: tex(uni-wtal-ger.cbx) = %{tl_version} - -%description uni-wtal-ger -uni-wtal-ger package - -%post uni-wtal-ger -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uni-wtal-ger -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uni-wtal-ger -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uni-wtal-ger-doc -Summary: Documentation for uni-wtal-ger -Version: svn22169.0 -Release: %{tl_noarch_release} -Provides: tex-uni-wtal-ger-doc -BuildArch: noarch -AutoReqProv: No - -%description uni-wtal-ger-doc -Documentation for uni-wtal-ger - -%package uni-wtal-lin -Provides: tex-uni-wtal-lin = %{tl_version} -License: LPPL 1.3 -Summary: Citation style for linguistic studies at the University of Wuppertal -Version: svn28717.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Requires: tex(authoryear.cbx) -Provides: tex(uni-wtal-lin.bbx) = %{tl_version} -Provides: tex(uni-wtal-lin.cbx) = %{tl_version} - -%description uni-wtal-lin -The package defines a biblatex citation style based on the -author-title style of biblatex-dw. The citations are optimised -for linguistic studies at the Institute of Linguistics at the -Bergische Universitat Wuppertal. - -date: 2013-01-03 11:16:33 +0100 - -%post uni-wtal-lin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uni-wtal-lin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uni-wtal-lin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uni-wtal-lin-doc -Summary: Documentation for uni-wtal-lin -Version: svn28717.0.1 -Release: %{tl_noarch_release} -Provides: tex-uni-wtal-lin-doc -BuildArch: noarch -AutoReqProv: No - -%description uni-wtal-lin-doc -Documentation for uni-wtal-lin - -%package urlbst -Provides: tex-urlbst = %{tl_version} -License: GPL+ -Summary: Web support for BibTeX -Version: svn26313.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-urlbst-bin - -%description urlbst -Supports a new BibTeX 'webpage' entry type and 'url', -'lastchecked', and 'eprint' and 'DOI' fields. The Perl script -urlbst can be used to add this support to an arbitrary .bst -file which has a reasonably conventional structure. The result -is meant to be robust rather than pretty. - -date: 2011-11-15 11:50:22 +0100 - -%post urlbst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun urlbst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans urlbst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package urlbst-doc -Summary: Documentation for urlbst -Version: svn26313.0.7 -Release: %{tl_noarch_release} -Provides: tex-urlbst-doc -BuildArch: noarch -AutoReqProv: No - -%description urlbst-doc -Documentation for urlbst - -%package urlbst-bin -Summary: Binaries for urlbst -Version: svn23262.0 -Requires: texlive-base -Requires: tex-urlbst -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description urlbst-bin -Binaries for urlbst - -%package usebib -Provides: tex-usebib = %{tl_version} -License: LPPL 1.3 -Summary: A simple bibloography processor -Version: svn25969.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Requires: tex(keyval.sty) -Provides: tex(usebib.sty) = %{tl_version} - -%description usebib -The package is described by its author as "a poor person's -replacement for the more powerful methods provided by biblatex -to access data from a .bib file". Its principle commands are -\bibinput (which specifies a database to use) and \usebibdata -(which typesets a single field from a specified entry in that -database. - -date: 2012-04-13 23:54:56 +0200 - -%post usebib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun usebib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans usebib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package usebib-doc -Summary: Documentation for usebib -Version: svn25969.1.0a -Release: %{tl_noarch_release} -Provides: tex-usebib-doc -BuildArch: noarch -AutoReqProv: No - -%description usebib-doc -Documentation for usebib - -%package vak -Provides: tex-vak = %{tl_version} -License: LPPL -Summary: BibTeX style for Russian Theses, books, etc -Version: svn23431.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description vak -The file can be used to format the bibliographies of PhD -theses, books etc., according to the latest Russian standards: -GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimum -number of new entries and styles to cover all frequently used -situations. The style file provides an easy way to perform a -semiautomatic, or a completely manual sort of the list of the -references. Processing bibliographies produced by the style -requires a 8-bit BibTeX system. - -date: 2011-07-04 16:33:07 +0200 - -%post vak -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vak -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vak -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vak-doc -Summary: Documentation for vak -Version: svn23431.0 -Release: %{tl_noarch_release} -Provides: tex-vak-doc -BuildArch: noarch -AutoReqProv: No - -%description vak-doc -Documentation for vak - -%package xcite -Provides: tex-xcite = %{tl_version} -License: LPPL 1.3 -Summary: Use citation keys from a different document -Version: svn23783.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xcite.sty) = %{tl_version} - -%description xcite -The package lets you use citation keys from another document, -just as the xr package allows cross-document use of labels. - -date: 2011-09-03 01:03:37 +0200 - -%post xcite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xcite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xcite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xcite-doc -Summary: Documentation for xcite -Version: svn23783.1.0 -Release: %{tl_noarch_release} -Provides: tex-xcite-doc -BuildArch: noarch -AutoReqProv: No - -%description xcite-doc -Documentation for xcite - -%package collection-binextra -Summary: TeX auxiliary programs -Version: svn29348.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-a2ping -Requires: tex-adhocfilelist -Requires: tex-arara -Requires: tex-bibtex8 -Requires: tex-bibtexu -Requires: tex-bundledoc -Requires: tex-chktex -Requires: tex-ctanify -Requires: tex-ctanupload -Requires: tex-ctie -Requires: tex-cweb -Requires: tex-de-macro -Requires: tex-detex -Requires: tex-dtl -Requires: tex-dtxgen -Requires: tex-dvi2tty -Requires: tex-dviasm -Requires: tex-dvicopy -Requires: tex-dvidvi -Requires: tex-dviljk -Requires: tex-dvipng -Requires: tex-dvipos -Requires: tex-dvisvgm -Requires: tex-findhyph -Requires: tex-fragmaster -Requires: tex-hyphenex -Requires: tex-installfont -Requires: tex-lacheck -Requires: tex-latex2man -Requires: tex-latexdiff -Requires: tex-latexfileversion -Requires: tex-latexpand -Requires: tex-ltxfileinfo -Requires: tex-listings-ext -Requires: tex-match_parens -Requires: tex-mkjobtexmf -Requires: tex-patgen -Requires: tex-pdfcrop -Requires: tex-pdfjam -Requires: tex-pdftools -Requires: tex-pfarrei -Requires: tex-pkfix -Requires: tex-pkfix-helper -Requires: tex-purifyeps -Requires: tex-seetexk -Requires: tex-sty2dtx -Requires: tex-synctex -Requires: tex-texcount -Requires: tex-texdef -Requires: tex-texdiff -Requires: tex-texdirflatten -Requires: tex-texdoc -Requires: tex-texliveonfly -Requires: tex-texloganalyser -Requires: tex-texware -Requires: tex-tie -Requires: tex-tpic2pdftex -Requires: tex-typeoutfileinfo -Requires: tex-web -Obsoletes: texlive-utils < %{tl_version} -Requires: dvipng - -%description collection-binextra -Various useful, but non-essential, support programs. Includes -programs and macros for DVI file manipulation, literate -programming, patgen, and the TeX Works Editor. - -%package chktex -Provides: tex-chktex = %{tl_version} -License: GPL+ -Summary: Check for errors in LaTeX documents -Version: svn26693.1.6.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-chktex-bin -Provides: chktex = %{tl_version} -Obsoletes: chktex < %{tl_version} - -%description chktex -The program reports typographic and other errors in LaTeX -documents. Filters are also provided for checking the LaTeX -parts of CWEB documents. - -date: 2012-04-08 14:01:59 +0200 - -%post chktex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chktex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chktex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chktex-doc -Summary: Documentation for chktex -Version: svn26693.1.6.6 -Release: %{tl_noarch_release} -Provides: tex-chktex-doc -BuildArch: noarch -AutoReqProv: No - -%description chktex-doc -Documentation for chktex - -%package chktex-bin -Summary: Binaries for chktex -Version: svn26340.0 -Requires: texlive-base -Requires: tex-chktex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description chktex-bin -Binaries for chktex - -%package ctanify -Provides: tex-ctanify = %{tl_version} -License: LPPL -Summary: Prepare a package for upload to CTAN -Version: svn26318.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ctanify-bin - -%description ctanify -Given a list of filenames, ctanify creates a tarball (a .tar.gz -file) with the files laid out in CTAN's preferred structure. -The tarball additionally contains a ZIP (.zip) file with copies -of all files laid out in the standard TeX Directory Structure -(TDS), which may be used by those intending to install the -package, or by those who need to incorporate it in a -distribution. (The TDS ZIP file will be installed in the CTAN -install/ tree.) - -date: 2011-09-22 08:16:49 +0200 - -%post ctanify -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctanify -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctanify -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctanify-doc -Summary: Documentation for ctanify -Version: svn26318.1.1 -Release: %{tl_noarch_release} -Provides: tex-ctanify-doc -BuildArch: noarch -AutoReqProv: No - -%description ctanify-doc -Documentation for ctanify - -%package ctanify-bin -Summary: Binaries for ctanify -Version: svn24061.0 -Requires: texlive-base -Requires: tex-ctanify -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ctanify-bin -Binaries for ctanify - -%package ctanupload -Provides: tex-ctanupload = %{tl_version} -License: GPLv3+ -Summary: Support for users uploading to CTAN -Version: svn26313.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ctanupload-bin - -%description ctanupload -The package provides a Perl script that allows the uploads of a -contribution to CTAN from the command line. The aim us to -simplify the release process for LaTeX package authors. - -date: 2012-05-08 15:13:49 +0200 - -%post ctanupload -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctanupload -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctanupload -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctanupload-doc -Summary: Documentation for ctanupload -Version: svn26313.1.7 -Release: %{tl_noarch_release} -Provides: tex-ctanupload-doc -BuildArch: noarch -AutoReqProv: No - -%description ctanupload-doc -Documentation for ctanupload - -%package ctanupload-bin -Summary: Binaries for ctanupload -Version: svn23866.0 -Requires: texlive-base -Requires: tex-ctanupload -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ctanupload-bin -Binaries for ctanupload - -%package ctie -Provides: tex-ctie = %{tl_version} -License: GPL+ -Summary: C version of tie (merging Web change files) -Version: svn26689.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-ctie-bin - -%description ctie -This is a version of tie converted for use with cweb. - -date: 2011-04-16 11:10:37 +0200 - -%post ctie -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctie -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctie -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctie-bin -Summary: Binaries for ctie -Version: svn26509.0 -Requires: texlive-base -Requires: tex-ctie -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description ctie-bin -Binaries for ctie - -%package cweb -Provides: tex-cweb = %{tl_version} -License: Knuth -Summary: A Web system in C -Version: svn26689.3.64ad -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cweb-bin -Provides: tex(cwebmac.tex) = %{tl_version} -Provides: tex(pdfXcwebmac.tex) = %{tl_version} -Provides: tex(pdfcwebmac.tex) = %{tl_version} -Provides: tex(pdfdcwebmac.tex) = %{tl_version} -Provides: tex(pdffcwebmac.tex) = %{tl_version} -Provides: tex(pdficwebmac.tex) = %{tl_version} -Provides: tex(pdfwebmac.tex) = %{tl_version} - -%description cweb -The Cweb system is a system for Structured Software -Documentation (also known as Literate Programming) in the -programming language C. - -date: 2012-04-30 16:43:33 +0200 - -%post cweb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cweb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cweb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cweb-doc -Summary: Documentation for cweb -Version: svn26689.3.64ad -Release: %{tl_noarch_release} -Provides: tex-cweb-doc -BuildArch: noarch -AutoReqProv: No - -%description cweb-doc -Documentation for cweb - -%package cweb-bin -Summary: Binaries for cweb -Version: svn26509.0 -Requires: texlive-base -Requires: tex-cweb -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description cweb-bin -Binaries for cweb - -%package de-macro -Provides: tex-de-macro = %{tl_version} -License: AFL -Summary: Expand private macros in a document -Version: svn26355.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-de-macro-bin - -%description de-macro -De-macro is a Python script that helps authors who like to use -private LaTeX macros (for example, as abbreviations). A -technical editor or a cooperating author may balk at such a -manuscript; you can avoid manuscript rejection misery by -running de-macro on it. De-macro will expand macros defined in -\(re)newcommand or \(re)newenvironment commands, within the -document, or in the document's "private" package file. - -date: 2010-03-10 11:48:14 +0100 - -%post de-macro -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun de-macro -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans de-macro -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package de-macro-doc -Summary: Documentation for de-macro -Version: svn26355.1.3 -Release: %{tl_noarch_release} -Provides: tex-de-macro-doc -BuildArch: noarch -AutoReqProv: No - -%description de-macro-doc -Documentation for de-macro - -%package de-macro-bin -Summary: Binaries for de-macro -Version: svn17399.0 -Requires: texlive-base -Requires: tex-de-macro -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description de-macro-bin -Binaries for de-macro - -%package detex -Provides: tex-detex = %{tl_version} -License: NCSA -Summary: Strip TeX from a source file -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-detex-bin -Obsoletes: detex < %{tl_version} - -%description detex -Detex is a program to remove TeX constructs from a text file. -It recognizes the \input command. The program assumes it is -dealing with LaTeX input if it sees the string \begin{document} -in the text. In this case, it also recognizes the \include and -\includeonly commands. - -date: 2012-05-07 22:13:48 +0200 - -%post detex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun detex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans detex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package detex-bin -Summary: Binaries for detex -Version: svn26509.0 -Requires: texlive-base -Requires: tex-detex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description detex-bin -Binaries for detex - -%package dtl -Provides: tex-dtl = %{tl_version} -License: Public Domain -Summary: Tools to dis-assemble and re-assemble DVI files -Version: svn26689.0.6.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dtl-bin - -%description dtl -DTL (DVI Text Language) is a means of expressing the content of -a DVI file, which is readily readable by humans. The DTL bundle -contains an assembler dt2dv (which produces DVI files from DTL -files) and a disassembler dv2dt (which produces DTL files from -DVI files). The DTL bundle was developed so as to avoid some -infelicities of dvitype (among other pressing reasons). - -date: 2012-04-09 22:37:34 +0200 - -%post dtl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dtl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dtl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dtl-bin -Summary: Binaries for dtl -Version: svn18336.0 -Requires: texlive-base -Requires: tex-dtl -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dtl-bin -Binaries for dtl - -%package dtxgen -Provides: tex-dtxgen = %{tl_version} -License: GPL+ -Summary: Creates a template for a self-extracting .dtx file -Version: svn29349.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dtxgen-bin - -%description dtxgen -The bash script dtxgen reates a template for a self-extracting -.dtx file. It is useful for those who plan to create a new -Documented LaTeX Source (.dtx) file. - -date: 2013-02-06 14:40:51 +0100 - -%post dtxgen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dtxgen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dtxgen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dtxgen-doc -Summary: Documentation for dtxgen -Version: svn29349.1.00 -Release: %{tl_noarch_release} -Provides: tex-dtxgen-doc -BuildArch: noarch -AutoReqProv: No - -%description dtxgen-doc -Documentation for dtxgen - -%package dtxgen-bin -Summary: Binaries for dtxgen -Version: svn29031.0 -Requires: texlive-base -Requires: tex-dtxgen -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description dtxgen-bin -Binaries for dtxgen - -%package dvi2tty -Provides: tex-dvi2tty = %{tl_version} -License: GPL+ -Summary: Produce ASCII from DVI -Version: svn26689.3.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvi2tty-bin - -%description dvi2tty -A DVI driver to produce an ASCII representation of the -document. The original version was written in Pascal, and the -present author translated the program to C. - -date: 2012-04-09 22:37:34 +0200 - -%post dvi2tty -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvi2tty -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvi2tty -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvi2tty-bin -Summary: Binaries for dvi2tty -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvi2tty -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dvi2tty-bin -Binaries for dvi2tty - -%package dviasm -Provides: tex-dviasm = %{tl_version} -License: GPL+ -Summary: A utility for editing DVI files -Version: svn26313.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dviasm-bin - -%description dviasm -A Python script to support changing or creating DVI files via -disassembling into text, editing, and then reassembling into -binary format. It supports advanced features such as adding a -preprint number or watermarks. - -date: 2012-04-10 15:00:16 +0200 - -%post dviasm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dviasm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dviasm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dviasm-bin -Summary: Binaries for dviasm -Version: svn8329.0 -Requires: texlive-base -Requires: tex-dviasm -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description dviasm-bin -Binaries for dviasm - -%package dvicopy -Provides: tex-dvicopy = %{tl_version} -License: GPL+ -Summary: Copy DVI files, flattening VFs -Version: svn26689.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvicopy-bin - -%description dvicopy -DVICOPY is a utility program that allows one to take a DVI file -that references composite fonts (VF) and convert it into a DVI -file that does not contain such references. It also serves as a -basis for writing DVI drivers (much like DVItype). - -date: 2012-04-10 15:00:16 +0200 - -%post dvicopy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvicopy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvicopy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvicopy-bin -Summary: Binaries for dvicopy -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvicopy -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dvicopy-bin -Binaries for dvicopy - -%package dvidvi -Provides: tex-dvidvi = %{tl_version} -License: Copyright only -Summary: Convert one DVI file into another -Version: svn26689.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvidvi-bin - -%description dvidvi -The output DVI file's contents are specified by page selection -commands; series of pages and page number ranges may be -specified, as well as inclusions and exclusions. - -date: 2012-05-07 18:30:58 +0200 - -%post dvidvi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvidvi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvidvi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvidvi-bin -Summary: Binaries for dvidvi -Version: svn26340.0 -Requires: texlive-base -Requires: tex-dvidvi -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dvidvi-bin -Binaries for dvidvi - -%package dviljk -Provides: tex-dviljk = %{tl_version} -License: GPL+ -Summary: DVI to Laserjet output -Version: svn26689.2.6p4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dviljk-bin - -%description dviljk -A dvi driver for the LaserJet printers, using kpathsea -recursive file searching. Note: this program will not compile -simply with the sources in this distribution; it needs a full -(current) kpathsea distribution environment, such as is -available from the TeX-Live source tree. - -date: 2012-04-21 09:41:15 +0200 - -%post dviljk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dviljk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dviljk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dviljk-bin -Summary: Binaries for dviljk -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dviljk -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dviljk-bin -Binaries for dviljk - -%package dvipng -Provides: tex-dvipng = %{tl_version} -License: LGPLv2+ -Summary: A fast DVI to PNG/GIF converter -Version: svn26689.1.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: texlive-dvipng-bin - -%description dvipng -This program makes PNG and/or GIF graphics from DVI files as -obtained from TeX and its relatives. Its benefits include: - -Speed. It offers very fast rendering of DVI as bitmap files, -which makes it suitable for generating large amounts of images -on-the-fly, as needed in preview-latex, WeBWorK and others; - -It does not read the postamble, so it can be started before TeX -finishes. There is a --follow switch that makes dvipng wait at -end-of-file for further output, unless it finds the POST marker -that indicates the end of the DVI; - Interactive query of -options. dvipng can read options interactively through stdin, -and all options are usable. It is even possible to change the -input file through this interface. - Support for PK, VF, -PostScript Type1, and TrueType fonts, colour specials, and -inclusion of PostScript, PNG, JPEG or GIF images. - -date: 2012-04-21 10:57:19 +0200 - -%preun dvipng -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null || : -fi - -%post dvipng -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null -: - -%postun dvipng -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipng -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipng-doc -Summary: Documentation for dvipng -Version: svn26689.1.14 -Release: %{tl_noarch_release} -Provides: tex-dvipng-doc -BuildArch: noarch -AutoReqProv: No - -%description dvipng-doc -Documentation for dvipng - -%package dvipng-bin -Summary: Binaries for dvipng -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvipng -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: dvipng = %{tl_version} -Obsoletes: dvipng < %{tl_version} -Release: %{tl_release} - -%description dvipng-bin -Binaries for dvipng - -%package dvipos -Provides: tex-dvipos = %{tl_version} -License: LPPL -Summary: dvipos package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvipos-bin - -%description dvipos -dvipos package - -%post dvipos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvipos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvipos-bin -Summary: Binaries for dvipos -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvipos -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description dvipos-bin -Binaries for dvipos - -%package dvisvgm -Provides: tex-dvisvgm = %{tl_version} -License: GPL+ -Summary: Converts DVI files to Scalable Vector Graphics format (SVG) -Version: svn26885.1.0.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dvisvgm-bin - -%description dvisvgm -Dvisvgm is a command line utility that converts TeX DVI files -to the XML-based Scalable Vector Graphics format. The current -version provides basic conversion functionality; development of -an improved version continues. Users will need a working TeX -installation including the kpathsea library and Type 1 versions -of the fonts used in the DVI file. Dvisvgm has been -successfully tested . - -date: 2011-12-20 12:24:43 +0100 - -%post dvisvgm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvisvgm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvisvgm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvisvgm-bin -Summary: Binaries for dvisvgm -Version: svn26509.0 -Requires: texlive-base -Requires: tex-dvisvgm -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: dvisvgm = %{tl_version} -Obsoletes: dvisvgm < %{tl_version} -Requires: ghostscript-devel -Release: %{tl_release} - -%description dvisvgm-bin -Binaries for dvisvgm - -%package findhyph -Provides: tex-findhyph = %{tl_version} -License: GPL+ -Summary: Find hyphenated words in a document -Version: svn28350.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-findhyph-bin - -%description findhyph -Findhyph is a Perl script that will analyse the log file from -running your document with \tracingparagraphs=1 set. The output -contains enough context to enable you to find the hyphenated -word that's being referenced. - -date: 2012-11-23 11:17:42 +0100 - -%post findhyph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun findhyph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans findhyph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package findhyph-doc -Summary: Documentation for findhyph -Version: svn28350.3.2 -Release: %{tl_noarch_release} -Provides: tex-findhyph-doc -BuildArch: noarch -AutoReqProv: No - -%description findhyph-doc -Documentation for findhyph - -%package findhyph-bin -Summary: Binaries for findhyph -Version: svn14758.0 -Requires: texlive-base -Requires: tex-findhyph -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description findhyph-bin -Binaries for findhyph - -%package fragmaster -Provides: tex-fragmaster = %{tl_version} -License: GPL+ -Summary: Using psfrag with PDFLaTeX -Version: svn26313.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fragmaster-bin - -%description fragmaster -Fragmaster enables you to use psfrag with PDFLaTeX. It takes -EPS files and psfrag substitution definition files, and -produces PDF and EPS files with the substitutions included. - -date: 2011-02-18 08:51:11 +0100 - -%post fragmaster -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fragmaster -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fragmaster -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fragmaster-doc -Summary: Documentation for fragmaster -Version: svn26313.1.6 -Release: %{tl_noarch_release} -Provides: tex-fragmaster-doc -BuildArch: noarch -AutoReqProv: No - -%description fragmaster-doc -Documentation for fragmaster - -%package fragmaster-bin -Summary: Binaries for fragmaster -Version: svn13663.0 -Requires: texlive-base -Requires: tex-fragmaster -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description fragmaster-bin -Binaries for fragmaster - -%package hyphenex -Provides: tex-hyphenex = %{tl_version} -License: Public Domain -Summary: Generate a hyphenation exceptions file -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ushyphex.tex) = %{tl_version} - -%description hyphenex -Exceptions for American English hyphenation patterns are -occasionally published in the TeX User Group magazine TUGboat. -This bundle provides alternative Perl and Bourne shell scripts -to convert the source of such an article into an exceptions -file, together with a recent copy of the article and its -translation. - -date: 2012-05-16 13:34:59 +0200 - -%post hyphenex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyphenex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyphenex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package installfont -Provides: tex-installfont = %{tl_version} -License: LPPL -Summary: A bash script for installing a LaTeX font family -Version: svn29349.v1.6b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description installfont -With this script you can install a LaTeX font family -(PostScript Type 1, TrueType and OpenType formats are -supported). Font series from light to ultra bold, and (faked) -small caps and (faked) slanted shapes are supported, but not -expert fonts. The script will rename the fonts automatically -(optional) or will otherwise expect the *.afm files and the -font files (in PostScript Type1 format) named in the Karl Berry -scheme (e.g. 5bbr8a.pfb). After running the script, you should -have a working font installation in your local TeX tree. - -date: 2012-08-30 22:39:52 +0200 - -%post installfont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun installfont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans installfont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package installfont-doc -Summary: Documentation for installfont -Version: svn29349.v1.6b -Release: %{tl_noarch_release} -Provides: tex-installfont-doc -BuildArch: noarch -AutoReqProv: No - -%description installfont-doc -Documentation for installfont - -%package lacheck -Provides: tex-lacheck = %{tl_version} -License: GPL+ -Summary: LaTeX checker -Version: svn26689.1.26 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-lacheck-bin - -%description lacheck -Lacheck is a tool for finding common mistakes in LaTeX -documents. The distribution includes sources, and executables -for OS/2 and Win32 environments. - -date: 2010-12-21 21:15:21 +0100 - -%post lacheck -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lacheck -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lacheck -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lacheck-bin -Summary: Binaries for lacheck -Version: svn22641.0 -Requires: texlive-base -Requires: tex-lacheck -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description lacheck-bin -Binaries for lacheck - -%package latex2man -Provides: tex-latex2man = %{tl_version} -License: LPPL -Summary: Translate LaTeX-based manual pages into Unix man format -Version: svn26313.1.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: texlive-latex2man-bin -Requires: tex(fancyheadings.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(latex2man.cfg) = %{tl_version} -Provides: tex(latex2man.sty) = %{tl_version} - -%description latex2man -A tool to translate UNIX manual pages written with LaTeX into a -man-page format understood by the Unix man(1) command. -Alternatively HTML or TexInfo code can be produced. Output of -parts of the text may be supressed using the conditional text -feature. - -date: 2010-12-23 07:51:16 +0100 - -%preun latex2man -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null || : -fi - -%post latex2man -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null -: - -%postun latex2man -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latex2man -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latex2man-doc -Summary: Documentation for latex2man -Version: svn26313.1.24 -Release: %{tl_noarch_release} -Provides: tex-latex2man-doc -BuildArch: noarch -AutoReqProv: No - -%description latex2man-doc -Documentation for latex2man - -%package latex2man-bin -Summary: Binaries for latex2man -Version: svn13663.0 -Requires: texlive-base -Requires: tex-latex2man -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description latex2man-bin -Binaries for latex2man - -%package latexdiff -Provides: tex-latexdiff = %{tl_version} -License: GPL+ -Summary: Determine and mark up significant differences between latex files -Version: svn28564.1.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-latexdiff-bin -Obsoletes: latexdiff < %{tl_version} - -%description latexdiff -Latexdiff is a Perl script for visual mark up and revision of -significant differences between two latex files. Various -options are available for visual markup using standard latex -packages such as color. Changes not directly affecting visible -text, for example in formatting commands, are still marked in -the latex source. A rudimentary revision facilility is provided -by another Perl script, latexrevise, which accepts or rejects -all changes. Manual editing of the difference file can be used -to override this default behaviour and accept or reject -selected changes only. - -date: 2012-12-17 12:24:58 +0100 - -%post latexdiff -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun latexdiff -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latexdiff -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latexdiff-doc -Summary: Documentation for latexdiff -Version: svn28564.1.0.2 -Release: %{tl_noarch_release} -Provides: tex-latexdiff-doc -BuildArch: noarch -AutoReqProv: No - -%description latexdiff-doc -Documentation for latexdiff - -%package latexdiff-bin -Summary: Binaries for latexdiff -Version: svn16420.0 -Requires: texlive-base -Requires: tex-latexdiff -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description latexdiff-bin -Binaries for latexdiff - -%package latexfileversion -Provides: tex-latexfileversion = %{tl_version} -License: LPPL -Summary: Prints the version and date of a LaTeX class or style file -Version: svn29349.v0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-latexfileversion-bin - -%description latexfileversion -This simple shell script prints the version and date of a LaTeX -class or style file. Syntax: latexfileversion This -programme handles style files (extension .sty), class files -(extension .cls), and other tex input files. The file extension -must be given. - -date: 2012-05-22 13:29:11 +0200 - -%post latexfileversion -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun latexfileversion -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latexfileversion -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latexfileversion-doc -Summary: Documentation for latexfileversion -Version: svn29349.v0.3 -Release: %{tl_noarch_release} -Provides: tex-latexfileversion-doc -BuildArch: noarch -AutoReqProv: No - -%description latexfileversion-doc -Documentation for latexfileversion - -%package latexfileversion-bin -Summary: Binaries for latexfileversion -Version: svn25012.0 -Requires: texlive-base -Requires: tex-latexfileversion -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description latexfileversion-bin -Binaries for latexfileversion - -%package latexpand -Provides: tex-latexpand = %{tl_version} -License: BSD -Summary: Expand \input and \include in a LaTeX document -Version: svn28402.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-latexpand-bin - -%description latexpand -Latexpand is a Perl script that simply replaces \input and -\include commands with the content of the file input/included. -The script does not deal with \includeonly commands. - -date: 2012-11-28 13:57:31 +0100 - -%post latexpand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun latexpand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latexpand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latexpand-doc -Summary: Documentation for latexpand -Version: svn28402.0 -Release: %{tl_noarch_release} -Provides: tex-latexpand-doc -BuildArch: noarch -AutoReqProv: No - -%description latexpand-doc -Documentation for latexpand - -%package latexpand-bin -Summary: Binaries for latexpand -Version: svn27025.0 -Requires: texlive-base -Requires: tex-latexpand -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description latexpand-bin -Binaries for latexpand - -%package ltxfileinfo -Provides: tex-ltxfileinfo = %{tl_version} -License: GPL+ -Summary: Print version info for latex class or style file -Version: svn29349.2.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ltxfileinfo-bin - -%description ltxfileinfo -The bash script ltxfileinfo prints information about a LaTeX -class, style and other files to standard output. The script is -based on Uwe Luck's readprov, so it prints information only for -files that contain a \ProvidesFile, \ProvidesClass or -\ProvidesPackage statement. The script tries to correct errors -in these \Provides... statements and it has options, useful for -developers, to make errors in those statements visible. - -date: 2013-02-05 06:50:41 +0100 - -%post ltxfileinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxfileinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxfileinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxfileinfo-doc -Summary: Documentation for ltxfileinfo -Version: svn29349.2.00 -Release: %{tl_noarch_release} -Provides: tex-ltxfileinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxfileinfo-doc -Documentation for ltxfileinfo - -%package ltxfileinfo-bin -Summary: Binaries for ltxfileinfo -Version: svn29005.0 -Requires: texlive-base -Requires: tex-ltxfileinfo -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ltxfileinfo-bin -Binaries for ltxfileinfo - -%package listings-ext -Provides: tex-listings-ext = %{tl_version} -License: LPPL 1.2 -Summary: Automated input of source -Version: svn29349.67 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-listings-ext-bin -Requires: tex(listings.sty) -Requires: tex(xkeyval.sty) -Provides: tex(listings-ext.sty) = %{tl_version} - -%description listings-ext -The package provides a means of marking a source, so that -samples of it may be included in a document (by means of the -listings package) in a stable fashion, regardless of any change -to the source. The markup in the source text defines tags for -blocks of source. These tags are processed by a shell script to -make a steering file that is used by the package when LaTeX is -being run.y - -date: 2012-04-21 20:14:11 +0200 - -%post listings-ext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listings-ext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listings-ext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listings-ext-doc -Summary: Documentation for listings-ext -Version: svn29349.67 -Release: %{tl_noarch_release} -Provides: tex-listings-ext-doc -BuildArch: noarch -AutoReqProv: No - -%description listings-ext-doc -Documentation for listings-ext - -%package listings-ext-bin -Summary: Binaries for listings-ext -Version: svn15093.0 -Requires: texlive-base -Requires: tex-listings-ext -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description listings-ext-bin -Binaries for listings-ext - -%package match_parens -Provides: tex-match_parens = %{tl_version} -License: GPL+ -Summary: Easily detect mismatched parens -Version: svn26313.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-match_parens-bin - -%description match_parens -Mismatches of parentheses, braces, (angle) brackets, especially -in TeX sources which may be rich in those, may be difficult to -trace. This little script helps you by writing your text to -standard output, after adding a left margin to your text, which -will normally be almost empty, but will clearly show any -mismatches. - -date: 2012-04-05 17:28:29 +0200 - -%post match_parens -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun match_parens -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans match_parens -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package match_parens-doc -Summary: Documentation for match_parens -Version: svn26313.1.4 -Release: %{tl_noarch_release} -Provides: tex-match_parens-doc -BuildArch: noarch -AutoReqProv: No - -%description match_parens-doc -Documentation for match_parens - -%package match_parens-bin -Summary: Binaries for match_parens -Version: svn23500.0 -Requires: texlive-base -Requires: tex-match_parens -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description match_parens-bin -Binaries for match_parens - -%package mkjobtexmf -Provides: tex-mkjobtexmf = %{tl_version} -License: GPLv2 or Artistic -Summary: Generate a texmf tree for a particular job -Version: svn26313.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-mkjobtexmf-bin - -%description mkjobtexmf -The package provides a Perl script, which runs a program and -tries to find the names of file used. Two methods are -available, option -recorder of (Web2C) TeX and the program -strace. Then it generates a directory with a texmf tree. It -checks the found files and tries sort them in this texmf tree. -The script may be used for archiving purposes or to speed up -later TeX runs. - -date: 2011-11-16 11:07:17 +0100 - -%post mkjobtexmf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mkjobtexmf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mkjobtexmf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mkjobtexmf-doc -Summary: Documentation for mkjobtexmf -Version: svn26313.0.8 -Release: %{tl_noarch_release} -Provides: tex-mkjobtexmf-doc -BuildArch: noarch -AutoReqProv: No - -%description mkjobtexmf-doc -Documentation for mkjobtexmf - -%package mkjobtexmf-bin -Summary: Binaries for mkjobtexmf -Version: svn8457.0 -Requires: texlive-base -Requires: tex-mkjobtexmf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mkjobtexmf-bin -Binaries for mkjobtexmf - -%package patgen -Provides: tex-patgen = %{tl_version} -License: Knuth -Summary: Generate hyphenation patterns -Version: svn26689.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-patgen-bin - -%description patgen -This is the last version of the program distributed by Knuth; -it advertises itself as a pattern generator for "the algorithm -used in TeX", but, of course, the patterns used in modern -distributions are Unicode-based. - -date: 2011-07-17 16:49:53 +0200 - -%post patgen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun patgen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans patgen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package patgen-bin -Summary: Binaries for patgen -Version: svn26340.0 -Requires: texlive-base -Requires: tex-patgen -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description patgen-bin -Binaries for patgen - -%package pdfcrop -Provides: tex-pdfcrop = %{tl_version} -License: LPPL -Summary: Crop PDF graphics -Version: svn29348.1.37 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pdfcrop-bin - -%description pdfcrop -A Perl script that can either trim pages of any whitespace -border, or trim them of a fixed border. - -date: 2012-10-25 10:45:27 +0200 - -%post pdfcrop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfcrop -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfcrop -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfcrop-doc -Summary: Documentation for pdfcrop -Version: svn29348.1.37 -Release: %{tl_noarch_release} -Provides: tex-pdfcrop-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfcrop-doc -Documentation for pdfcrop - -%package pdfcrop-bin -Summary: Binaries for pdfcrop -Version: svn14387.0 -Requires: texlive-base -Requires: tex-pdfcrop -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pdfcrop-bin -Binaries for pdfcrop - -%package pdfjam -Provides: tex-pdfjam = %{tl_version} -License: GPLv2+ -Summary: Shell scripts interfacing to pdfpages -Version: svn29349.2.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pdfjam-bin -Provides: pdfjam = %{tl_version} -Obsoletes: pdfjam < %{tl_version} -Obsoletes: pdfbook < %{tl_version}1212 - -%description pdfjam -This is a collection of shell scripts which provide an -interface to the pdfpages LaTeX package. They do such jobs as -selecting pages, concatenating files, doing n-up formatting, -and so on. - -date: 2012-06-17 01:47:14 +0200 - -%post pdfjam -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfjam -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfjam -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfjam-doc -Summary: Documentation for pdfjam -Version: svn29349.2.02 -Release: %{tl_noarch_release} -Provides: tex-pdfjam-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfjam-doc -Documentation for pdfjam - -%package pdfjam-bin -Summary: Binaries for pdfjam -Version: svn17868.0 -Requires: texlive-base -Requires: tex-pdfjam -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pdfjam-bin -Binaries for pdfjam - -%package pdftools -Provides: tex-pdftools = %{tl_version} -License: Public Domain -Summary: PDF-related utilities, including PostScript-to-PDF conversion -Version: svn27321.0.83 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pdftools-bin - -%description pdftools -The command-line programs pdfopen and pdfclose allow you to -control the X Window System version of Adobe's Acrobat Reader -from the command line or from within a (shell) script. The -programs work with Acrobat Reader 5, 7, 8 and 9 for Linux, xpdf -and evince. This version derives from one written by Fabrice -Popineau for Microsoft operating systems. - -date: 2012-01-31 10:42:47 +0100 - -%post pdftools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdftools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdftools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdftools-bin -Summary: Binaries for pdftools -Version: svn27321.0 -Requires: texlive-base -Requires: tex-pdftools -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description pdftools-bin -Binaries for pdftools - -%package pfarrei -Provides: tex-pfarrei = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support of a priest's work -Version: svn29348.r20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pfarrei-bin -Requires: tex(ifpdf.sty) -Requires: tex(pdfpages.sty) -Provides: tex(a5toa4.tex) = %{tl_version} -Provides: tex(pfarrei.sty) = %{tl_version} - -%description pfarrei -In "Die TeXnische Komodie" (in 2004) Christian Justen described -his use of LaTeX in his work as priest. One point was to -arrange A5 pages onto A4 landscape paper, either side-by-side -or as a booklet. Justen made two bash scripts for this job; the -package provides one texlua script for both requirements. - -date: 2013-03-11 14:31:02 +0100 - -%post pfarrei -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pfarrei -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pfarrei -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pfarrei-doc -Summary: Documentation for pfarrei -Version: svn29348.r20 -Release: %{tl_noarch_release} -Provides: tex-pfarrei-doc -BuildArch: noarch -AutoReqProv: No - -%description pfarrei-doc -Documentation for pfarrei - -%package pfarrei-bin -Summary: Binaries for pfarrei -Version: svn29348.0 -Requires: texlive-base -Requires: tex-pfarrei -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pfarrei-bin -Binaries for pfarrei - -%package pkfix -Provides: tex-pkfix = %{tl_version} -License: LPPL 1.3 -Summary: Replace pk fonts in PostScript with Type 1 fonts -Version: svn26032.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pkfix-bin - -%description pkfix -The perl script pkfix looks for DVIPSBitmapFont comments in -PostScript files, generated by 'not too old' dvips, and -replaces them by type 1 versions of the fonts, if possible. - -date: 2012-04-18 16:26:37 +0200 - -%post pkfix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pkfix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pkfix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pkfix-doc -Summary: Documentation for pkfix -Version: svn26032.1.7 -Release: %{tl_noarch_release} -Provides: tex-pkfix-doc -BuildArch: noarch -AutoReqProv: No - -%description pkfix-doc -Documentation for pkfix - -%package pkfix-bin -Summary: Binaries for pkfix -Version: svn13364.0 -Requires: texlive-base -Requires: tex-pkfix -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pkfix-bin -Binaries for pkfix - -%package pkfix-helper -Provides: tex-pkfix-helper = %{tl_version} -License: LPPL -Summary: Make PostScript files accessible to pkfix -Version: svn22981.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pkfix-helper-bin - -%description pkfix-helper -Pkfix is a useful utility for replacing resolution-dependent -bitmapped fonts in a dvips-produced PostScript file with the -corresponding resolution-independent vector fonts. -Unfortunately, pkfix needs to parse certain PostScript comments -that appear only in files produced by dvips versions later than -5.58 (ca. 1996); it fails to work on PostScript files produced -by older versions of dvips. Pkfix-helper is a program that -attempts to insert newer-dvips comments into an older-dvips -PostScript file, thereby making the file suitable for -processing by pkfix. pkfix-helper can sometimes process -documents fully autonomously but does require the user to -verify and, if needed, correct its decisions. - -date: 2011-06-13 21:57:04 +0200 - -%post pkfix-helper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pkfix-helper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pkfix-helper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pkfix-helper-doc -Summary: Documentation for pkfix-helper -Version: svn22981.1.4 -Release: %{tl_noarch_release} -Provides: tex-pkfix-helper-doc -BuildArch: noarch -AutoReqProv: No - -%description pkfix-helper-doc -Documentation for pkfix-helper - -%package pkfix-helper-bin -Summary: Binaries for pkfix-helper -Version: svn13663.0 -Requires: texlive-base -Requires: tex-pkfix-helper -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pkfix-helper-bin -Binaries for pkfix-helper - -%package purifyeps -Provides: tex-purifyeps = %{tl_version} -License: LPPL -Summary: Make EPS work with both LaTeX/dvips and pdfLaTeX -Version: svn26313.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-purifyeps-bin - -%description purifyeps -While pdfLaTeX has a number of nice features, its primary -shortcoming relative to standard LaTeX+dvips is that it is -unable to read ordinary Encapsulated PostScript (EPS) files, -the most common graphics format in the LaTeX world. Purifyeps -converts EPS files into a 'purified' form that can be read by -both LaTeX+dvips and pdfLaTeX. The trick is that the standard -LaTeX2e graphics packages can parse MetaPost-produced EPS -directly. Hence, purifyeps need only convert an arbitrary EPS -file into the same stylized format that MetaPost outputs. - -date: 2012-05-07 16:41:43 +0200 - -%post purifyeps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun purifyeps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans purifyeps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package purifyeps-doc -Summary: Documentation for purifyeps -Version: svn26313.1.1 -Release: %{tl_noarch_release} -Provides: tex-purifyeps-doc -BuildArch: noarch -AutoReqProv: No - -%description purifyeps-doc -Documentation for purifyeps - -%package purifyeps-bin -Summary: Binaries for purifyeps -Version: svn13663.0 -Requires: texlive-base -Requires: tex-purifyeps -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description purifyeps-bin -Binaries for purifyeps - -%package seetexk -Provides: tex-seetexk = %{tl_version} -License: MIT -Summary: Utilities for manipulating DVI files -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-seetexk-bin - -%description seetexk -The collection comprises: - dvibook, which will rearrange the -pages of a DVI file into 'signatures' as used when printing a -book; - dviconcat, for concatenating pages of DVI file(s); - -dviselect, which will select pages from one DVI file to create -a new DVI file; - dvitodvi, which will rearrange the pages of a -DVI file to create a new file; and - libtex, a library for -manipulating the files, from the old SeeTeX project. The -utilities are provided as C source with Imakefiles, and an MS- -DOS version of dvibook is also provided. - -date: 2012-04-10 15:00:16 +0200 - -%post seetexk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun seetexk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans seetexk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package seetexk-bin -Summary: Binaries for seetexk -Version: svn26340.0 -Requires: texlive-base -Requires: tex-seetexk -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description seetexk-bin -Binaries for seetexk - -%package sty2dtx -Provides: tex-sty2dtx = %{tl_version} -License: GPLv3+ -Summary: Create a .dtx file from a .sty file -Version: svn28206.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-sty2dtx-bin - -%description sty2dtx -The package provides a Perl script that converts a .sty file -(LaTeX package) to .dtx format (documented LaTeX source), by -surrounding macro definitions with macro and macrocode -environments. The macro name is automatically inserted as an -argument to the macro environemnt. Code lines outside macro -definitions are wrapped only in macrocode environments. Empty -lines are removed. The script should not be thought to be fool -proof and 100% accurate but rather as a good start to the -business of making a .dtx file from an undocumented style file. -Full .dtx files are generated. A template based on the skeleton -file from 'dtxtut' is used. User level macros are added -automatically to the 'Usage' section of the .dtx file. A -corresponding .ins file can be generated as well. - -date: 2012-11-07 20:43:20 +0100 - -%post sty2dtx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sty2dtx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sty2dtx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sty2dtx-doc -Summary: Documentation for sty2dtx -Version: svn28206.2.3 -Release: %{tl_noarch_release} -Provides: tex-sty2dtx-doc -BuildArch: noarch -AutoReqProv: No - -%description sty2dtx-doc -Documentation for sty2dtx - -%package sty2dtx-bin -Summary: Binaries for sty2dtx -Version: svn21215.0 -Requires: texlive-base -Requires: tex-sty2dtx -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description sty2dtx-bin -Binaries for sty2dtx - -%package synctex -Provides: tex-synctex = %{tl_version} -License: LPPL -Summary: synctex package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-synctex-bin - -%description synctex -synctex package - -%post synctex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun synctex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans synctex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package synctex-bin -Summary: Binaries for synctex -Version: svn26340.0 -Requires: texlive-base -Requires: tex-synctex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description synctex-bin -Binaries for synctex - -%package texcount -Provides: tex-texcount = %{tl_version} -License: LPPL -Summary: Count words in a LaTeX document -Version: svn26313.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texcount-bin - -%description texcount -TeXcount is a Perl script that counts words in the text of -LaTeX files. It has rules for handling most of the common -macros, and can provide colour-coded output showing which parts -of the text have been counted. The package script is available -as a Web service via its home page. - -date: 2011-07-29 16:36:04 +0200 - -%post texcount -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texcount -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texcount -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texcount-doc -Summary: Documentation for texcount -Version: svn26313.2.3 -Release: %{tl_noarch_release} -Provides: tex-texcount-doc -BuildArch: noarch -AutoReqProv: No - -%description texcount-doc -Documentation for texcount - -%package texcount-bin -Summary: Binaries for texcount -Version: svn13013.0 -Requires: texlive-base -Requires: tex-texcount -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texcount-bin -Binaries for texcount - -%package texdef -Provides: tex-texdef = %{tl_version} -License: GPLv3+ -Summary: Display the definitions of TeX commands -Version: svn26420.1.7b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texdef-bin - -%description texdef -The (Perl) script displays the definition of (La)TeX command -sequences/macros. Various options allow the selection of the -used class and package files and other things which can have -influence on the definition (before/after the preamble, inside -an environment, ...). The script creates a temporary TeX file -which is then compiled using (La)TeX to find the '\meaning' of -the command sequence. The result is formatted and presented to -the user. Length or number command sequences (dimensions, -\char..., count registers, ...) are recognized and the -contained value is also shown (using \the). Special definitions -like protected macros are also recognized and the underlying -macros are shown as well. The script will show plain TeX -definitions by default. LaTeX and ConTeXt are supported, -including flavours (pdf(la)tex, lua(la)tex, xe(la)tex, ...). -The flavour can be selected using an command line option or -over the script name: latexdef will use LaTeX as default, etc. - -date: 2012-05-15 15:44:48 +0200 - -%post texdef -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texdef -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texdef -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texdef-doc -Summary: Documentation for texdef -Version: svn26420.1.7b -Release: %{tl_noarch_release} -Provides: tex-texdef-doc -BuildArch: noarch -AutoReqProv: No - -%description texdef-doc -Documentation for texdef - -%package texdef-bin -Summary: Binaries for texdef -Version: svn21802.0 -Requires: texlive-base -Requires: tex-texdef -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texdef-bin -Binaries for texdef - -%package texdiff -Provides: tex-texdiff = %{tl_version} -License: GPL+ or Artistic -Summary: Compare documents and produce tagged merge -Version: svn26313.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texdiff-bin - -%description texdiff -Two files are compared and a new TeX file is output. When the -output file is processed with (La)TeX it marks new changes with -blue and old text with red with a strike-through line. -Furthermore, passages with changes are marked at the margin -with grey bars by the LaTeX changebar package. - -date: 2009-11-10 00:58:07 +0100 - -%post texdiff -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texdiff -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texdiff -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texdiff-doc -Summary: Documentation for texdiff -Version: svn26313.0.4 -Release: %{tl_noarch_release} -Provides: tex-texdiff-doc -BuildArch: noarch -AutoReqProv: No - -%description texdiff-doc -Documentation for texdiff - -%package texdiff-bin -Summary: Binaries for texdiff -Version: svn15506.0 -Requires: texlive-base -Requires: tex-texdiff -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texdiff-bin -Binaries for texdiff - -%package texdirflatten -Provides: tex-texdirflatten = %{tl_version} -License: GPL+ or Artistic -Summary: Collect files related to a LaTeX job in a single directory -Version: svn26313.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texdirflatten-bin - -%description texdirflatten -The Perl script parses a LaTeX file recursively, scanning all -child files, and collects details of any included and other -data files. These component files, are then all put into a -single directory (thus "flattening" the document's directory -tree). - -date: 2012-01-12 19:29:56 +0100 - -%post texdirflatten -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texdirflatten -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texdirflatten -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texdirflatten-bin -Summary: Binaries for texdirflatten -Version: svn12782.0 -Requires: texlive-base -Requires: tex-texdirflatten -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texdirflatten-bin -Binaries for texdirflatten - -%package texdoc -Provides: tex-texdoc = %{tl_version} -License: GPL+ -Summary: Documentation access for TeX distributions -Version: svn28738.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-texdoc-bin -Provides: tex(texdoc.cnf) = %{tl_version} -Provides: tex(texdoctk.dat) = %{tl_version} -Provides: texlive-doc = %{tl_version} -Obsoletes: texlive-doc < %{tl_version} - -%description texdoc -TeXdoc is an application for easy access to the package -documentation of a TeX distributions (i.e., .dvi, .pdf or .ps -files on the $TEXDOCS tree). It is distributed with TeX-Live -and a derivative is distributed with miktex. - -date: 2012-06-27 22:19:02 +0200 - -%post texdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texdoc-doc -Summary: Documentation for texdoc -Version: svn28738.0 -Release: %{tl_noarch_release} -Provides: tex-texdoc-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-kpathsea-doc - -%description texdoc-doc -Documentation for texdoc - -%package texdoc-bin -Summary: Binaries for texdoc -Version: svn27321.0 -Requires: texlive-base -Requires: tex-texdoc -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texdoc-bin -Binaries for texdoc - -%package texliveonfly -Provides: tex-texliveonfly = %{tl_version} -License: GPLv3+ -Summary: On-the-fly download of missing TeX live packages -Version: svn26313.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texliveonfly-bin - -%description texliveonfly -The package provides a script that performs 'on the fly' -downloads of missing packages, while a document is being -compiled. (This feature is already available in the MikTeX -distribution for Windows machines.) To use the script, replace -your (LaTeX) compilation command with texliveonfly.py file.tex -(default options are --engine=lualatex and --arguments="- -synctex=1 -interaction=nonstopmode", both of which may be -changed). The script is designed to work on Linux -distributions. - -date: 2011-10-04 11:31:57 +0200 - -%post texliveonfly -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texliveonfly -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texliveonfly -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texliveonfly-doc -Summary: Documentation for texliveonfly -Version: svn26313.0 -Release: %{tl_noarch_release} -Provides: tex-texliveonfly-doc -BuildArch: noarch -AutoReqProv: No - -%description texliveonfly-doc -Documentation for texliveonfly - -%package texliveonfly-bin -Summary: Binaries for texliveonfly -Version: svn24062.0 -Requires: texlive-base -Requires: tex-texliveonfly -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texliveonfly-bin -Binaries for texliveonfly - -%package texloganalyser -Provides: tex-texloganalyser = %{tl_version} -License: BSD -Summary: Analyse TeX logs -Version: svn26313.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texloganalyser-bin - -%description texloganalyser -The perl script allows the user to extract (and display) -elements of the log file - -date: 2010-07-22 14:36:43 +0200 - -%post texloganalyser -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texloganalyser -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texloganalyser -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texloganalyser-doc -Summary: Documentation for texloganalyser -Version: svn26313.0.7 -Release: %{tl_noarch_release} -Provides: tex-texloganalyser-doc -BuildArch: noarch -AutoReqProv: No - -%description texloganalyser-doc -Documentation for texloganalyser - -%package texloganalyser-bin -Summary: Binaries for texloganalyser -Version: svn13663.0 -Requires: texlive-base -Requires: tex-texloganalyser -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texloganalyser-bin -Binaries for texloganalyser - -%package texware -Provides: tex-texware = %{tl_version} -License: Knuth -Summary: Utility programs for use with TeX -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-texware-bin - -%description texware -Basic utitility programs, comprising: - dvitype, which converts -a TeX output (DVI) file to a plain text file (see also the DVI -Text Language suite); - pooltype, which converts a TeX-suite -program's "pool" (string) file into human-readable form; and - -tftopl and pltotf, which convert TeX Font Metric (TFM) file to -human readable Property List (PL) files and vice versa. - -date: 2011-03-22 20:58:47 +0100 - -%post texware -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texware -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texware -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texware-bin -Summary: Binaries for texware -Version: svn26509.0 -Requires: texlive-base -Requires: tex-texware -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description texware-bin -Binaries for texware - -%package tie -Provides: tex-tie = %{tl_version} -License: Latex2e -Summary: Allow multiple web change files -Version: svn26689.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-tie-bin - -%description tie -Tie was originally developed to allow web programmers to apply -more than one change file to their source. The program may also -be used to create a new version of a web file that incorporates -existing changes. - -date: 2012-04-27 12:20:53 +0200 - -%post tie -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tie -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tie -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tie-bin -Summary: Binaries for tie -Version: svn26509.0 -Requires: texlive-base -Requires: tex-tie -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description tie-bin -Binaries for tie - -%package tpic2pdftex -Provides: tex-tpic2pdftex = %{tl_version} -License: GPL+ -Summary: Use tpic commands in PDFTeX -Version: svn26689.1.97 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tpic2pdftex-bin - -%description tpic2pdftex -The AWK script converts pic language, embedded inline -(delimited by .PS and .PE markers), to \pdfliteral commands. - -date: 2010-01-16 19:56:06 +0100 - -%post tpic2pdftex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tpic2pdftex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tpic2pdftex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tpic2pdftex-doc -Summary: Documentation for tpic2pdftex -Version: svn26689.1.97 -Release: %{tl_noarch_release} -Provides: tex-tpic2pdftex-doc -BuildArch: noarch -AutoReqProv: No - -%description tpic2pdftex-doc -Documentation for tpic2pdftex - -%package tpic2pdftex-bin -Summary: Binaries for tpic2pdftex -Version: svn22981.0 -Requires: texlive-base -Requires: tex-tpic2pdftex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description tpic2pdftex-bin -Binaries for tpic2pdftex - -%package typeoutfileinfo -Provides: tex-typeoutfileinfo = %{tl_version} -License: LPPL 1.3 -Summary: Display class/package/file information -Version: svn29349.0.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-typeoutfileinfo-bin - -%description typeoutfileinfo -The package provides a minimalist shell script, for Unix -systems, that displays the information content in a -\ProvidesFile, \ProvidesPackage or \ProvidesClass command in a -LaTeX source file. The package requires that the readprov -package is available. - -date: 2012-09-28 15:59:23 +0200 - -%post typeoutfileinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun typeoutfileinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans typeoutfileinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package typeoutfileinfo-doc -Summary: Documentation for typeoutfileinfo -Version: svn29349.0.31 -Release: %{tl_noarch_release} -Provides: tex-typeoutfileinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description typeoutfileinfo-doc -Documentation for typeoutfileinfo - -%package typeoutfileinfo-bin -Summary: Binaries for typeoutfileinfo -Version: svn25648.0 -Requires: texlive-base -Requires: tex-typeoutfileinfo -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description typeoutfileinfo-bin -Binaries for typeoutfileinfo - -%package web -Provides: tex-web = %{tl_version} -License: Knuth -Summary: original web programs tangle and weave -Version: svn26689.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kpathsea -Requires: texlive-web-bin - -%description web -The system processes 'web' files in two ways: firstly to -rearrange them to produce compilable code (using the program -tangle), and secondly to produce a TeX source (using the -program weave) that may be typeset for comfortable reading. - -date: 2012-02-22 18:24:24 +0100 - -%post web -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun web -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans web -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package web-bin -Summary: Binaries for web -Version: svn26509.0 -Requires: texlive-base -Requires: tex-web -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description web-bin -Binaries for web - -%package collection-context -Summary: ConTeXt format -Version: svn29025.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-context -Requires: tex-jmn -Requires: tex-context-account -Requires: tex-context-algorithmic -Requires: tex-context-bnf -Requires: tex-context-chromato -Requires: tex-context-construction-plan -Requires: tex-context-degrade -Requires: tex-context-filter -Requires: tex-context-fixme -Requires: tex-context-french -Requires: tex-context-fullpage -Requires: tex-context-games -Requires: tex-context-gantt -Requires: tex-context-gnuplot -Requires: tex-context-letter -Requires: tex-context-lettrine -Requires: tex-context-lilypond -Requires: tex-context-mathsets -Requires: tex-context-notes-zh-cn -Requires: tex-context-rst -Requires: tex-context-ruby -Requires: tex-context-simplefonts -Requires: tex-context-simpleslides -Requires: tex-context-typearea -Requires: tex-context-typescripts -Requires: tex-context-vim - -%description collection-context -Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. -Also includes third-party ConTeXt packages. - -%package context -Provides: tex-context = %{tl_version} -License: GPL+ or LPPL -Summary: The ConTeXt macro package -Version: svn28782.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-metapost -Requires: tex-pdftex -Requires: tex-xetex -Requires: tex-luatex -Requires: tex-lm -Requires: tex-stmaryrd -Requires: tex-amsfonts -Requires: tex-mptopdf -Requires: texlive-context-bin -Requires: ruby -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Provides: tex(scite-context-readme.tex) = %{tl_version} -Provides: tex(scite-context-visual.tex) = %{tl_version} -Provides: tex(type-buy.dat) = %{tl_version} -Provides: tex(type-fsf.dat) = %{tl_version} -Provides: tex(type-ghz.dat) = %{tl_version} -Provides: tex(type-tmf.dat) = %{tl_version} -Provides: tex(cmin.enc) = %{tl_version} -Provides: tex(cmit.enc) = %{tl_version} -Provides: tex(cmitt.enc) = %{tl_version} -Provides: tex(cmrm.enc) = %{tl_version} -Provides: tex(cmsc.enc) = %{tl_version} -Provides: tex(cmtt.enc) = %{tl_version} -Provides: tex(ec-2004.enc) = %{tl_version} -Provides: tex(q-8r.enc) = %{tl_version} -Provides: tex(teff-trinite.enc) = %{tl_version} -Provides: tex(contnav.map) = %{tl_version} -Provides: tex(8r-base.map) = %{tl_version} -Provides: tex(ec-base.map) = %{tl_version} -Provides: tex(ec-os-public-lm.map) = %{tl_version} -Provides: tex(koeieletters.map) = %{tl_version} -Provides: tex(mkiv-base.map) = %{tl_version} -Provides: tex(mkiv-px.map) = %{tl_version} -Provides: tex(mkiv-tx.map) = %{tl_version} -Provides: tex(original-adobe-euro.map) = %{tl_version} -Provides: tex(original-ams-base.map) = %{tl_version} -Provides: tex(original-ams-cmr.map) = %{tl_version} -Provides: tex(original-ams-euler.map) = %{tl_version} -Provides: tex(original-base.map) = %{tl_version} -Provides: tex(original-context-symbol.map) = %{tl_version} -Provides: tex(original-dummy.map) = %{tl_version} -Provides: tex(original-empty.map) = %{tl_version} -Provides: tex(original-micropress-informal.map) = %{tl_version} -Provides: tex(original-public-csr.map) = %{tl_version} -Provides: tex(original-public-lm.map) = %{tl_version} -Provides: tex(original-public-plr.map) = %{tl_version} -Provides: tex(original-public-vnr.map) = %{tl_version} -Provides: tex(original-vogel-symbol.map) = %{tl_version} -Provides: tex(original-wasy.map) = %{tl_version} -Provides: tex(original-youngryu-px.map) = %{tl_version} -Provides: tex(original-youngryu-tx.map) = %{tl_version} -Provides: tex(qx-base.map) = %{tl_version} -Provides: tex(qx-os-public-lm.map) = %{tl_version} -Provides: tex(t5-base.map) = %{tl_version} -Provides: tex(t5-os-public-lm.map) = %{tl_version} -Provides: tex(texnansi-base.map) = %{tl_version} -Provides: tex(texnansi-os-public-lm.map) = %{tl_version} -Provides: tex(tlig.map) = %{tl_version} -Provides: tex(texmfhome.otf) = %{tl_version} -Provides: tex(contnav.tfm) = %{tl_version} -Provides: tex(contnav.pfb) = %{tl_version} -Provides: tex(export-example.tex) = %{tl_version} -Provides: tex(m-cweb.tex) = %{tl_version} -Provides: tex(m-datastrc.tex) = %{tl_version} -Provides: tex(m-educat.tex) = %{tl_version} -Provides: tex(m-format.tex) = %{tl_version} -Provides: tex(m-layout.tex) = %{tl_version} -Provides: tex(m-narrowtt.tex) = %{tl_version} -Provides: tex(m-newmat.tex) = %{tl_version} -Provides: tex(m-pictex.tex) = %{tl_version} -Provides: tex(m-r.tex) = %{tl_version} -Provides: tex(m-streams.tex) = %{tl_version} -Provides: tex(m-subsub.tex) = %{tl_version} -Provides: tex(metatex.tex) = %{tl_version} -Provides: tex(mtx-context-arrange.tex) = %{tl_version} -Provides: tex(mtx-context-combine.tex) = %{tl_version} -Provides: tex(mtx-context-common.tex) = %{tl_version} -Provides: tex(mtx-context-ideas.tex) = %{tl_version} -Provides: tex(mtx-context-listing.tex) = %{tl_version} -Provides: tex(mtx-context-markdown.tex) = %{tl_version} -Provides: tex(mtx-context-select.tex) = %{tl_version} -Provides: tex(mtx-context-timing.tex) = %{tl_version} -Provides: tex(s-abr-01.tex) = %{tl_version} -Provides: tex(s-abr-02.tex) = %{tl_version} -Provides: tex(s-abr-03.tex) = %{tl_version} -Provides: tex(s-abr-04.tex) = %{tl_version} -Provides: tex(s-cdr-01.tex) = %{tl_version} -Provides: tex(s-faq-00.tex) = %{tl_version} -Provides: tex(s-faq-01.tex) = %{tl_version} -Provides: tex(s-faq-02.tex) = %{tl_version} -Provides: tex(s-faq-03.tex) = %{tl_version} -Provides: tex(s-mag-01.tex) = %{tl_version} -Provides: tex(s-pre-00.tex) = %{tl_version} -Provides: tex(s-pre-01.tex) = %{tl_version} -Provides: tex(s-pre-02.tex) = %{tl_version} -Provides: tex(s-pre-03.tex) = %{tl_version} -Provides: tex(s-pre-04.tex) = %{tl_version} -Provides: tex(s-pre-05.tex) = %{tl_version} -Provides: tex(s-pre-06.tex) = %{tl_version} -Provides: tex(s-pre-07.tex) = %{tl_version} -Provides: tex(s-pre-08.tex) = %{tl_version} -Provides: tex(s-pre-09.tex) = %{tl_version} -Provides: tex(s-pre-10.tex) = %{tl_version} -Provides: tex(s-pre-11.tex) = %{tl_version} -Provides: tex(s-pre-12.tex) = %{tl_version} -Provides: tex(s-pre-13.tex) = %{tl_version} -Provides: tex(s-pre-14.tex) = %{tl_version} -Provides: tex(s-pre-15.tex) = %{tl_version} -Provides: tex(s-pre-16.tex) = %{tl_version} -Provides: tex(s-pre-17.tex) = %{tl_version} -Provides: tex(s-pre-18.tex) = %{tl_version} -Provides: tex(s-pre-19.tex) = %{tl_version} -Provides: tex(s-pre-22.tex) = %{tl_version} -Provides: tex(s-pre-23.tex) = %{tl_version} -Provides: tex(s-pre-26.tex) = %{tl_version} -Provides: tex(s-pre-27.tex) = %{tl_version} -Provides: tex(s-pre-50.tex) = %{tl_version} -Provides: tex(s-pre-61.tex) = %{tl_version} -Provides: tex(s-pre-62.tex) = %{tl_version} -Provides: tex(s-pre-63.tex) = %{tl_version} -Provides: tex(s-pre-64.tex) = %{tl_version} -Provides: tex(s-pre-66.tex) = %{tl_version} -Provides: tex(s-pre-67.tex) = %{tl_version} -Provides: tex(s-pre-68.tex) = %{tl_version} -Provides: tex(s-pre-93.tex) = %{tl_version} -Provides: tex(s-pre-96.tex) = %{tl_version} -Provides: tex(s-ptj-01.tex) = %{tl_version} -Provides: tex(s-syn-01.tex) = %{tl_version} -Provides: tex(status-mkiv.tex) = %{tl_version} -Provides: tex(supp-mis.tex) = %{tl_version} -Provides: tex(supp-mpe.tex) = %{tl_version} -Provides: tex(supp-pdf.tex) = %{tl_version} -Provides: tex(x-dir-01.tex) = %{tl_version} -Provides: tex(bibl-ams.tex) = %{tl_version} -Provides: tex(bibl-apa-de.tex) = %{tl_version} -Provides: tex(bibl-apa-fr.tex) = %{tl_version} -Provides: tex(bibl-apa.tex) = %{tl_version} -Provides: tex(bibl-aps.tex) = %{tl_version} -Provides: tex(bibl-num-fr.tex) = %{tl_version} -Provides: tex(bibl-num.tex) = %{tl_version} -Provides: tex(bibl-ssa.tex) = %{tl_version} -Provides: tex(mag-0000.tex) = %{tl_version} -Provides: tex(setup-qr.tex) = %{tl_version} -Provides: tex(showunic.tex) = %{tl_version} -Provides: tex(aesop-de.tex) = %{tl_version} -Provides: tex(bryson.tex) = %{tl_version} -Provides: tex(davis.tex) = %{tl_version} -Provides: tex(dawkins.tex) = %{tl_version} -Provides: tex(demo-mps.tex) = %{tl_version} -Provides: tex(demo-tex.tex) = %{tl_version} -Provides: tex(demo-xml.tex) = %{tl_version} -Provides: tex(douglas.tex) = %{tl_version} -Provides: tex(hawking.tex) = %{tl_version} -Provides: tex(khatt-ar.tex) = %{tl_version} -Provides: tex(khatt-en.tex) = %{tl_version} -Provides: tex(knuth.tex) = %{tl_version} -Provides: tex(linden.tex) = %{tl_version} -Provides: tex(materie.tex) = %{tl_version} -Provides: tex(montgomery.tex) = %{tl_version} -Provides: tex(reich.tex) = %{tl_version} -Provides: tex(sample.tex) = %{tl_version} -Provides: tex(thuan.tex) = %{tl_version} -Provides: tex(tufte.tex) = %{tl_version} -Provides: tex(ward.tex) = %{tl_version} -Provides: tex(weisman.tex) = %{tl_version} -Provides: tex(zapf.tex) = %{tl_version} -Provides: tex(context-test.tex) = %{tl_version} -Provides: tex(luatex-basics.tex) = %{tl_version} -Provides: tex(luatex-fonts.tex) = %{tl_version} -Provides: tex(luatex-mplib.tex) = %{tl_version} -Provides: tex(luatex-plain.tex) = %{tl_version} -Provides: tex(luatex-preprocessor-test.tex) = %{tl_version} -Provides: tex(luatex-preprocessor.tex) = %{tl_version} -Provides: tex(luatex-test.tex) = %{tl_version} -Provides: tex(m-ch-de.tex) = %{tl_version} -Provides: tex(m-ch-en.tex) = %{tl_version} -Provides: tex(m-ch-nl.tex) = %{tl_version} -Provides: tex(m-ch-de.sty) = %{tl_version} -Provides: tex(m-ch-en.sty) = %{tl_version} -Provides: tex(m-ch-nl.sty) = %{tl_version} -Provides: tex(m-pictex.sty) = %{tl_version} - -%description context -A full featured, parameter driven macro package, which fully -supports advanced interactive documents. See the ConTeXt garden -for a wealth of support information. - -date: 2012-10-18 23:00:43 +0200 - -%post context -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ cont-en.*$/cont-en pdftex cont-usr.tex -8bit *cont-en.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-en.*$/cont-en xetex cont-usr.tex -8bit *cont-en.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-de.*$/cont-de pdftex cont-usr.tex -8bit *cont-de.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-fr.*$/cont-fr pdftex cont-usr.tex -8bit *cont-fr.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-it.*$/cont-it pdftex cont-usr.tex -8bit *cont-it.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-nl.*$/cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cont-ro.*$/cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i '/^Map original-context-symbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map original-context-symbol.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%postun context -if [ $1 == 0 ] ; then -sed -i 's/^cont-en.*$/\#\!\ cont-en pdftex cont-usr.tex -8bit *cont-en.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-en.*$/\#\!\ cont-en xetex cont-usr.tex -8bit *cont-en.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-de.*$/\#\!\ cont-de pdftex cont-usr.tex -8bit *cont-de.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-fr.*$/\#\!\ cont-fr pdftex cont-usr.tex -8bit *cont-fr.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-it.*$/\#\!\ cont-it pdftex cont-usr.tex -8bit *cont-it.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-nl.*$/\#\!\ cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cont-ro.*$/\#\!\ cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i '/^Map original-context-symbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans context -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-doc -Summary: Documentation for context -Version: svn28782.0 -Release: %{tl_noarch_release} -Provides: tex-context-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-metapost-doc -Requires: tex-pdftex-doc -Requires: tex-xetex-doc -Requires: tex-luatex-doc -Requires: tex-lm-doc -Requires: tex-stmaryrd-doc -Requires: tex-amsfonts-doc - -%description context-doc -Documentation for context - -%package metapost -Provides: tex-metapost = %{tl_version} -License: LGPLv2+ -Summary: A development of Metafont for creating graphics -Version: svn26689.1.212 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-kpathsea -Requires: texlive-metapost-bin -Provides: tex(groff.enc) = %{tl_version} -Provides: tex(troff-updmap.map) = %{tl_version} -Provides: tex(troff.map) = %{tl_version} -Provides: tex(freeeuro.tfm) = %{tl_version} -Provides: tex(pagd8g.tfm) = %{tl_version} -Provides: tex(pagdo8g.tfm) = %{tl_version} -Provides: tex(pagk8g.tfm) = %{tl_version} -Provides: tex(pagko8g.tfm) = %{tl_version} -Provides: tex(pbkd8g.tfm) = %{tl_version} -Provides: tex(pbkdi8g.tfm) = %{tl_version} -Provides: tex(pbkl8g.tfm) = %{tl_version} -Provides: tex(pbkli8g.tfm) = %{tl_version} -Provides: tex(pcrb8g.tfm) = %{tl_version} -Provides: tex(pcrbo8g.tfm) = %{tl_version} -Provides: tex(pcrr8g.tfm) = %{tl_version} -Provides: tex(pcrro8g.tfm) = %{tl_version} -Provides: tex(phvb8g.tfm) = %{tl_version} -Provides: tex(phvb8gn.tfm) = %{tl_version} -Provides: tex(phvbo8g.tfm) = %{tl_version} -Provides: tex(phvbo8gn.tfm) = %{tl_version} -Provides: tex(phvr8g.tfm) = %{tl_version} -Provides: tex(phvr8gn.tfm) = %{tl_version} -Provides: tex(phvro8g.tfm) = %{tl_version} -Provides: tex(phvro8gn.tfm) = %{tl_version} -Provides: tex(pncb8g.tfm) = %{tl_version} -Provides: tex(pncbi8g.tfm) = %{tl_version} -Provides: tex(pncr8g.tfm) = %{tl_version} -Provides: tex(pncri8g.tfm) = %{tl_version} -Provides: tex(pplb8g.tfm) = %{tl_version} -Provides: tex(pplbi8g.tfm) = %{tl_version} -Provides: tex(pplr8g.tfm) = %{tl_version} -Provides: tex(pplri8g.tfm) = %{tl_version} -Provides: tex(psyrgo.tfm) = %{tl_version} -Provides: tex(ptmb8g.tfm) = %{tl_version} -Provides: tex(ptmbi8g.tfm) = %{tl_version} -Provides: tex(ptmr8g.tfm) = %{tl_version} -Provides: tex(ptmri8g.tfm) = %{tl_version} -Provides: tex(pzcmi8g.tfm) = %{tl_version} -Provides: tex(zpzdr-reversed.tfm) = %{tl_version} -Provides: tex(freeeuro.pfa) = %{tl_version} -Provides: tex(trfonts.map) = %{tl_version} -Provides: tex(mproof.tex) = %{tl_version} -Provides: tex(mpsproof.tex) = %{tl_version} - -%description metapost -MetaPost uses a language based on that of Metafont to produce -precise technical illustrations. Its output is scalable -PostScript or SVG, rather than the bitmaps Metafont creates. - -date: 2011-06-16 20:29:02 +0200 - -%post metapost -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map troff-updmap.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map troff-updmap.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun metapost -if [ $1 == 0 ] ; then -sed -i '/^Map troff-updmap.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans metapost -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metapost-doc -Summary: Documentation for metapost -Version: svn26689.1.212 -Release: %{tl_noarch_release} -Provides: tex-metapost-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-kpathsea-doc - -%description metapost-doc -Documentation for metapost - -%package metapost-bin -Summary: Binaries for metapost -Version: svn26509.0 -Requires: texlive-base -Requires: tex-metapost -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description metapost-bin -Binaries for metapost - -%package xetex -Provides: tex-xetex = %{tl_version} -License: Freely redistributable without restriction -Summary: Unicode and OpenType-enabled TeX engine -Version: svn26330.0.9997.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-xetexconfig -Requires: texlive-xetex-bin -Provides: tex(qx-unicode.map) = %{tl_version} -Provides: tex(tex-text.map) = %{tl_version} - -%description xetex -See http://tug.org/xetex. - -date: 2012-05-06 11:41:55 +0200 - -%post xetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ xetex.*$/xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ xelatex.*$/xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun xetex -if [ $1 == 0 ] ; then -sed -i 's/^xetex.*$/\#\!\ xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^xelatex.*$/\#\!\ xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans xetex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-doc -Summary: Documentation for xetex -Version: svn26330.0.9997.5 -Release: %{tl_noarch_release} -Provides: tex-xetex-doc -BuildArch: noarch -AutoReqProv: No - -%description xetex-doc -Documentation for xetex - -%package xetexconfig -Provides: tex-xetexconfig = %{tl_version} -License: LPPL -Summary: Configuration files for XeTeX -Version: svn28819.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(unicode-letters.tex) = %{tl_version} -Provides: tex(crop.cfg) = %{tl_version} - -%description xetexconfig -unicode-letters, and special crop.cfg and hyperref.cfg for -XeTeX. - -%post xetexconfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetexconfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetexconfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-bin -Summary: Binaries for xetex -Version: svn26912.0 -Requires: texlive-base -Requires: tex-xetex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Requires: teckit -Provides: xdvipdfmx = %{version}-%{release} -Obsoletes: xdvipdfmx < %{version}-%{release} -Release: %{tl_release} - -%description xetex-bin -Binaries for xetex - -%package lm -Provides: tex-lm = %{tl_version} -License: GFSL -Summary: Latin modern fonts in outline formats -Version: svn28119.2.004 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(lm-cs.enc) = %{tl_version} -Provides: tex(lm-cssc.enc) = %{tl_version} -Provides: tex(lm-cstt.enc) = %{tl_version} -Provides: tex(lm-ec.enc) = %{tl_version} -Provides: tex(lm-l7x.enc) = %{tl_version} -Provides: tex(lm-mathex.enc) = %{tl_version} -Provides: tex(lm-mathit.enc) = %{tl_version} -Provides: tex(lm-mathsy.enc) = %{tl_version} -Provides: tex(lm-qx.enc) = %{tl_version} -Provides: tex(lm-qxsc.enc) = %{tl_version} -Provides: tex(lm-qxtt.enc) = %{tl_version} -Provides: tex(lm-rep-cmin.enc) = %{tl_version} -Provides: tex(lm-rep-cmit.enc) = %{tl_version} -Provides: tex(lm-rep-cmitt.enc) = %{tl_version} -Provides: tex(lm-rep-cmrm.enc) = %{tl_version} -Provides: tex(lm-rep-cmsc.enc) = %{tl_version} -Provides: tex(lm-rep-cmtt.enc) = %{tl_version} -Provides: tex(lm-rep-csin.enc) = %{tl_version} -Provides: tex(lm-rep-csrm.enc) = %{tl_version} -Provides: tex(lm-rep-cssc.enc) = %{tl_version} -Provides: tex(lm-rep-cstt.enc) = %{tl_version} -Provides: tex(lm-rep-plin.enc) = %{tl_version} -Provides: tex(lm-rep-plit.enc) = %{tl_version} -Provides: tex(lm-rep-plitt.enc) = %{tl_version} -Provides: tex(lm-rep-plrm.enc) = %{tl_version} -Provides: tex(lm-rep-plsc.enc) = %{tl_version} -Provides: tex(lm-rep-pltt.enc) = %{tl_version} -Provides: tex(lm-rep-t5psn.enc) = %{tl_version} -Provides: tex(lm-rm.enc) = %{tl_version} -Provides: tex(lm-rmsc.enc) = %{tl_version} -Provides: tex(lm-rmtt.enc) = %{tl_version} -Provides: tex(lm-t5.enc) = %{tl_version} -Provides: tex(lm-texnansi.enc) = %{tl_version} -Provides: tex(lm-ts1.enc) = %{tl_version} -Provides: tex(lm-ec.map) = %{tl_version} -Provides: tex(lm-math.map) = %{tl_version} -Provides: tex(lm-rm.map) = %{tl_version} -Provides: tex(lm-texnansi.map) = %{tl_version} -Provides: tex(lm-cs.map) = %{tl_version} -Provides: tex(lm-ec.map) = %{tl_version} -Provides: tex(lm-l7x.map) = %{tl_version} -Provides: tex(lm-math.map) = %{tl_version} -Provides: tex(lm-qx.map) = %{tl_version} -Provides: tex(lm-rep-cmother.map) = %{tl_version} -Provides: tex(lm-rep-cmtext-interpolated.map) = %{tl_version} -Provides: tex(lm-rep-cmtext.map) = %{tl_version} -Provides: tex(lm-rep-cstext.map) = %{tl_version} -Provides: tex(lm-rep-pltext.map) = %{tl_version} -Provides: tex(lm-rep-vntext.map) = %{tl_version} -Provides: tex(lm-rm.map) = %{tl_version} -Provides: tex(lm-t5.map) = %{tl_version} -Provides: tex(lm-texnansi.map) = %{tl_version} -Provides: tex(lm-ts1.map) = %{tl_version} -Provides: tex(lm.map) = %{tl_version} -Provides: tex(lmmono10-italic.otf) = %{tl_version} -Provides: tex(lmmono10-regular.otf) = %{tl_version} -Provides: tex(lmmono12-regular.otf) = %{tl_version} -Provides: tex(lmmono8-regular.otf) = %{tl_version} -Provides: tex(lmmono9-regular.otf) = %{tl_version} -Provides: tex(lmmonocaps10-oblique.otf) = %{tl_version} -Provides: tex(lmmonocaps10-regular.otf) = %{tl_version} -Provides: tex(lmmonolt10-bold.otf) = %{tl_version} -Provides: tex(lmmonolt10-boldoblique.otf) = %{tl_version} -Provides: tex(lmmonolt10-oblique.otf) = %{tl_version} -Provides: tex(lmmonolt10-regular.otf) = %{tl_version} -Provides: tex(lmmonoltcond10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoltcond10-regular.otf) = %{tl_version} -Provides: tex(lmmonoprop10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoprop10-regular.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-bold.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-boldoblique.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-regular.otf) = %{tl_version} -Provides: tex(lmmonoslant10-regular.otf) = %{tl_version} -Provides: tex(lmroman10-bold.otf) = %{tl_version} -Provides: tex(lmroman10-bolditalic.otf) = %{tl_version} -Provides: tex(lmroman10-italic.otf) = %{tl_version} -Provides: tex(lmroman10-regular.otf) = %{tl_version} -Provides: tex(lmroman12-bold.otf) = %{tl_version} -Provides: tex(lmroman12-italic.otf) = %{tl_version} -Provides: tex(lmroman12-regular.otf) = %{tl_version} -Provides: tex(lmroman17-regular.otf) = %{tl_version} -Provides: tex(lmroman5-bold.otf) = %{tl_version} -Provides: tex(lmroman5-regular.otf) = %{tl_version} -Provides: tex(lmroman6-bold.otf) = %{tl_version} -Provides: tex(lmroman6-regular.otf) = %{tl_version} -Provides: tex(lmroman7-bold.otf) = %{tl_version} -Provides: tex(lmroman7-italic.otf) = %{tl_version} -Provides: tex(lmroman7-regular.otf) = %{tl_version} -Provides: tex(lmroman8-bold.otf) = %{tl_version} -Provides: tex(lmroman8-italic.otf) = %{tl_version} -Provides: tex(lmroman8-regular.otf) = %{tl_version} -Provides: tex(lmroman9-bold.otf) = %{tl_version} -Provides: tex(lmroman9-italic.otf) = %{tl_version} -Provides: tex(lmroman9-regular.otf) = %{tl_version} -Provides: tex(lmromancaps10-oblique.otf) = %{tl_version} -Provides: tex(lmromancaps10-regular.otf) = %{tl_version} -Provides: tex(lmromandemi10-oblique.otf) = %{tl_version} -Provides: tex(lmromandemi10-regular.otf) = %{tl_version} -Provides: tex(lmromandunh10-oblique.otf) = %{tl_version} -Provides: tex(lmromandunh10-regular.otf) = %{tl_version} -Provides: tex(lmromanslant10-bold.otf) = %{tl_version} -Provides: tex(lmromanslant10-regular.otf) = %{tl_version} -Provides: tex(lmromanslant12-regular.otf) = %{tl_version} -Provides: tex(lmromanslant17-regular.otf) = %{tl_version} -Provides: tex(lmromanslant8-regular.otf) = %{tl_version} -Provides: tex(lmromanslant9-regular.otf) = %{tl_version} -Provides: tex(lmromanunsl10-regular.otf) = %{tl_version} -Provides: tex(lmsans10-bold.otf) = %{tl_version} -Provides: tex(lmsans10-boldoblique.otf) = %{tl_version} -Provides: tex(lmsans10-oblique.otf) = %{tl_version} -Provides: tex(lmsans10-regular.otf) = %{tl_version} -Provides: tex(lmsans12-oblique.otf) = %{tl_version} -Provides: tex(lmsans12-regular.otf) = %{tl_version} -Provides: tex(lmsans17-oblique.otf) = %{tl_version} -Provides: tex(lmsans17-regular.otf) = %{tl_version} -Provides: tex(lmsans8-oblique.otf) = %{tl_version} -Provides: tex(lmsans8-regular.otf) = %{tl_version} -Provides: tex(lmsans9-oblique.otf) = %{tl_version} -Provides: tex(lmsans9-regular.otf) = %{tl_version} -Provides: tex(lmsansdemicond10-oblique.otf) = %{tl_version} -Provides: tex(lmsansdemicond10-regular.otf) = %{tl_version} -Provides: tex(lmsansquot8-bold.otf) = %{tl_version} -Provides: tex(lmsansquot8-boldoblique.otf) = %{tl_version} -Provides: tex(lmsansquot8-oblique.otf) = %{tl_version} -Provides: tex(lmsansquot8-regular.otf) = %{tl_version} -Provides: tex(cs-lmb10.tfm) = %{tl_version} -Provides: tex(cs-lmbo10.tfm) = %{tl_version} -Provides: tex(cs-lmbx10.tfm) = %{tl_version} -Provides: tex(cs-lmbx12.tfm) = %{tl_version} -Provides: tex(cs-lmbx5.tfm) = %{tl_version} -Provides: tex(cs-lmbx6.tfm) = %{tl_version} -Provides: tex(cs-lmbx7.tfm) = %{tl_version} -Provides: tex(cs-lmbx8.tfm) = %{tl_version} -Provides: tex(cs-lmbx9.tfm) = %{tl_version} -Provides: tex(cs-lmbxi10.tfm) = %{tl_version} -Provides: tex(cs-lmbxo10.tfm) = %{tl_version} -Provides: tex(cs-lmcsc10.tfm) = %{tl_version} -Provides: tex(cs-lmcsco10.tfm) = %{tl_version} -Provides: tex(cs-lmdunh10.tfm) = %{tl_version} -Provides: tex(cs-lmduno10.tfm) = %{tl_version} -Provides: tex(cs-lmr10.tfm) = %{tl_version} -Provides: tex(cs-lmr12.tfm) = %{tl_version} -Provides: tex(cs-lmr17.tfm) = %{tl_version} -Provides: tex(cs-lmr5.tfm) = %{tl_version} -Provides: tex(cs-lmr6.tfm) = %{tl_version} -Provides: tex(cs-lmr7.tfm) = %{tl_version} -Provides: tex(cs-lmr8.tfm) = %{tl_version} -Provides: tex(cs-lmr9.tfm) = %{tl_version} -Provides: tex(cs-lmri10.tfm) = %{tl_version} -Provides: tex(cs-lmri12.tfm) = %{tl_version} -Provides: tex(cs-lmri7.tfm) = %{tl_version} -Provides: tex(cs-lmri8.tfm) = %{tl_version} -Provides: tex(cs-lmri9.tfm) = %{tl_version} -Provides: tex(cs-lmro10.tfm) = %{tl_version} -Provides: tex(cs-lmro12.tfm) = %{tl_version} -Provides: tex(cs-lmro17.tfm) = %{tl_version} -Provides: tex(cs-lmro8.tfm) = %{tl_version} -Provides: tex(cs-lmro9.tfm) = %{tl_version} -Provides: tex(cs-lmss10.tfm) = %{tl_version} -Provides: tex(cs-lmss12.tfm) = %{tl_version} -Provides: tex(cs-lmss17.tfm) = %{tl_version} -Provides: tex(cs-lmss8.tfm) = %{tl_version} -Provides: tex(cs-lmss9.tfm) = %{tl_version} -Provides: tex(cs-lmssbo10.tfm) = %{tl_version} -Provides: tex(cs-lmssbx10.tfm) = %{tl_version} -Provides: tex(cs-lmssdc10.tfm) = %{tl_version} -Provides: tex(cs-lmssdo10.tfm) = %{tl_version} -Provides: tex(cs-lmsso10.tfm) = %{tl_version} -Provides: tex(cs-lmsso12.tfm) = %{tl_version} -Provides: tex(cs-lmsso17.tfm) = %{tl_version} -Provides: tex(cs-lmsso8.tfm) = %{tl_version} -Provides: tex(cs-lmsso9.tfm) = %{tl_version} -Provides: tex(cs-lmssq8.tfm) = %{tl_version} -Provides: tex(cs-lmssqbo8.tfm) = %{tl_version} -Provides: tex(cs-lmssqbx8.tfm) = %{tl_version} -Provides: tex(cs-lmssqo8.tfm) = %{tl_version} -Provides: tex(cs-lmtcsc10.tfm) = %{tl_version} -Provides: tex(cs-lmtcso10.tfm) = %{tl_version} -Provides: tex(cs-lmtk10.tfm) = %{tl_version} -Provides: tex(cs-lmtko10.tfm) = %{tl_version} -Provides: tex(cs-lmtl10.tfm) = %{tl_version} -Provides: tex(cs-lmtlc10.tfm) = %{tl_version} -Provides: tex(cs-lmtlco10.tfm) = %{tl_version} -Provides: tex(cs-lmtlo10.tfm) = %{tl_version} -Provides: tex(cs-lmtt10.tfm) = %{tl_version} -Provides: tex(cs-lmtt12.tfm) = %{tl_version} -Provides: tex(cs-lmtt8.tfm) = %{tl_version} -Provides: tex(cs-lmtt9.tfm) = %{tl_version} -Provides: tex(cs-lmtti10.tfm) = %{tl_version} -Provides: tex(cs-lmtto10.tfm) = %{tl_version} -Provides: tex(cs-lmu10.tfm) = %{tl_version} -Provides: tex(cs-lmvtk10.tfm) = %{tl_version} -Provides: tex(cs-lmvtko10.tfm) = %{tl_version} -Provides: tex(cs-lmvtl10.tfm) = %{tl_version} -Provides: tex(cs-lmvtlo10.tfm) = %{tl_version} -Provides: tex(cs-lmvtt10.tfm) = %{tl_version} -Provides: tex(cs-lmvtto10.tfm) = %{tl_version} -Provides: tex(ec-lmb10.tfm) = %{tl_version} -Provides: tex(ec-lmbo10.tfm) = %{tl_version} -Provides: tex(ec-lmbx10.tfm) = %{tl_version} -Provides: tex(ec-lmbx12.tfm) = %{tl_version} -Provides: tex(ec-lmbx5.tfm) = %{tl_version} -Provides: tex(ec-lmbx6.tfm) = %{tl_version} -Provides: tex(ec-lmbx7.tfm) = %{tl_version} -Provides: tex(ec-lmbx8.tfm) = %{tl_version} -Provides: tex(ec-lmbx9.tfm) = %{tl_version} -Provides: tex(ec-lmbxi10.tfm) = %{tl_version} -Provides: tex(ec-lmbxo10.tfm) = %{tl_version} -Provides: tex(ec-lmcsc10.tfm) = %{tl_version} -Provides: tex(ec-lmcsco10.tfm) = %{tl_version} -Provides: tex(ec-lmdunh10.tfm) = %{tl_version} -Provides: tex(ec-lmduno10.tfm) = %{tl_version} -Provides: tex(ec-lmr10.tfm) = %{tl_version} -Provides: tex(ec-lmr12.tfm) = %{tl_version} -Provides: tex(ec-lmr17.tfm) = %{tl_version} -Provides: tex(ec-lmr5.tfm) = %{tl_version} -Provides: tex(ec-lmr6.tfm) = %{tl_version} -Provides: tex(ec-lmr7.tfm) = %{tl_version} -Provides: tex(ec-lmr8.tfm) = %{tl_version} -Provides: tex(ec-lmr9.tfm) = %{tl_version} -Provides: tex(ec-lmri10.tfm) = %{tl_version} -Provides: tex(ec-lmri12.tfm) = %{tl_version} -Provides: tex(ec-lmri7.tfm) = %{tl_version} -Provides: tex(ec-lmri8.tfm) = %{tl_version} -Provides: tex(ec-lmri9.tfm) = %{tl_version} -Provides: tex(ec-lmro10.tfm) = %{tl_version} -Provides: tex(ec-lmro12.tfm) = %{tl_version} -Provides: tex(ec-lmro17.tfm) = %{tl_version} -Provides: tex(ec-lmro8.tfm) = %{tl_version} -Provides: tex(ec-lmro9.tfm) = %{tl_version} -Provides: tex(ec-lmss10.tfm) = %{tl_version} -Provides: tex(ec-lmss12.tfm) = %{tl_version} -Provides: tex(ec-lmss17.tfm) = %{tl_version} -Provides: tex(ec-lmss8.tfm) = %{tl_version} -Provides: tex(ec-lmss9.tfm) = %{tl_version} -Provides: tex(ec-lmssbo10.tfm) = %{tl_version} -Provides: tex(ec-lmssbx10.tfm) = %{tl_version} -Provides: tex(ec-lmssdc10.tfm) = %{tl_version} -Provides: tex(ec-lmssdo10.tfm) = %{tl_version} -Provides: tex(ec-lmsso10.tfm) = %{tl_version} -Provides: tex(ec-lmsso12.tfm) = %{tl_version} -Provides: tex(ec-lmsso17.tfm) = %{tl_version} -Provides: tex(ec-lmsso8.tfm) = %{tl_version} -Provides: tex(ec-lmsso9.tfm) = %{tl_version} -Provides: tex(ec-lmssq8.tfm) = %{tl_version} -Provides: tex(ec-lmssqbo8.tfm) = %{tl_version} -Provides: tex(ec-lmssqbx8.tfm) = %{tl_version} -Provides: tex(ec-lmssqo8.tfm) = %{tl_version} -Provides: tex(ec-lmtcsc10.tfm) = %{tl_version} -Provides: tex(ec-lmtcso10.tfm) = %{tl_version} -Provides: tex(ec-lmtk10.tfm) = %{tl_version} -Provides: tex(ec-lmtko10.tfm) = %{tl_version} -Provides: tex(ec-lmtl10.tfm) = %{tl_version} -Provides: tex(ec-lmtlc10.tfm) = %{tl_version} -Provides: tex(ec-lmtlco10.tfm) = %{tl_version} -Provides: tex(ec-lmtlo10.tfm) = %{tl_version} -Provides: tex(ec-lmtt10.tfm) = %{tl_version} -Provides: tex(ec-lmtt12.tfm) = %{tl_version} -Provides: tex(ec-lmtt8.tfm) = %{tl_version} -Provides: tex(ec-lmtt9.tfm) = %{tl_version} -Provides: tex(ec-lmtti10.tfm) = %{tl_version} -Provides: tex(ec-lmtto10.tfm) = %{tl_version} -Provides: tex(ec-lmu10.tfm) = %{tl_version} -Provides: tex(ec-lmvtk10.tfm) = %{tl_version} -Provides: tex(ec-lmvtko10.tfm) = %{tl_version} -Provides: tex(ec-lmvtl10.tfm) = %{tl_version} -Provides: tex(ec-lmvtlo10.tfm) = %{tl_version} -Provides: tex(ec-lmvtt10.tfm) = %{tl_version} -Provides: tex(ec-lmvtto10.tfm) = %{tl_version} -Provides: tex(l7x-lmb10.tfm) = %{tl_version} -Provides: tex(l7x-lmbo10.tfm) = %{tl_version} -Provides: tex(l7x-lmbx10.tfm) = %{tl_version} -Provides: tex(l7x-lmbx12.tfm) = %{tl_version} -Provides: tex(l7x-lmbx5.tfm) = %{tl_version} -Provides: tex(l7x-lmbx6.tfm) = %{tl_version} -Provides: tex(l7x-lmbx7.tfm) = %{tl_version} -Provides: tex(l7x-lmbx8.tfm) = %{tl_version} -Provides: tex(l7x-lmbx9.tfm) = %{tl_version} -Provides: tex(l7x-lmbxi10.tfm) = %{tl_version} -Provides: tex(l7x-lmbxo10.tfm) = %{tl_version} -Provides: tex(l7x-lmcsc10.tfm) = %{tl_version} -Provides: tex(l7x-lmcsco10.tfm) = %{tl_version} -Provides: tex(l7x-lmdunh10.tfm) = %{tl_version} -Provides: tex(l7x-lmduno10.tfm) = %{tl_version} -Provides: tex(l7x-lmr10.tfm) = %{tl_version} -Provides: tex(l7x-lmr12.tfm) = %{tl_version} -Provides: tex(l7x-lmr17.tfm) = %{tl_version} -Provides: tex(l7x-lmr5.tfm) = %{tl_version} -Provides: tex(l7x-lmr6.tfm) = %{tl_version} -Provides: tex(l7x-lmr7.tfm) = %{tl_version} -Provides: tex(l7x-lmr8.tfm) = %{tl_version} -Provides: tex(l7x-lmr9.tfm) = %{tl_version} -Provides: tex(l7x-lmri10.tfm) = %{tl_version} -Provides: tex(l7x-lmri12.tfm) = %{tl_version} -Provides: tex(l7x-lmri7.tfm) = %{tl_version} -Provides: tex(l7x-lmri8.tfm) = %{tl_version} -Provides: tex(l7x-lmri9.tfm) = %{tl_version} -Provides: tex(l7x-lmro10.tfm) = %{tl_version} -Provides: tex(l7x-lmro12.tfm) = %{tl_version} -Provides: tex(l7x-lmro17.tfm) = %{tl_version} -Provides: tex(l7x-lmro8.tfm) = %{tl_version} -Provides: tex(l7x-lmro9.tfm) = %{tl_version} -Provides: tex(l7x-lmss10.tfm) = %{tl_version} -Provides: tex(l7x-lmss12.tfm) = %{tl_version} -Provides: tex(l7x-lmss17.tfm) = %{tl_version} -Provides: tex(l7x-lmss8.tfm) = %{tl_version} -Provides: tex(l7x-lmss9.tfm) = %{tl_version} -Provides: tex(l7x-lmssbo10.tfm) = %{tl_version} -Provides: tex(l7x-lmssbx10.tfm) = %{tl_version} -Provides: tex(l7x-lmssdc10.tfm) = %{tl_version} -Provides: tex(l7x-lmssdo10.tfm) = %{tl_version} -Provides: tex(l7x-lmsso10.tfm) = %{tl_version} -Provides: tex(l7x-lmsso12.tfm) = %{tl_version} -Provides: tex(l7x-lmsso17.tfm) = %{tl_version} -Provides: tex(l7x-lmsso8.tfm) = %{tl_version} -Provides: tex(l7x-lmsso9.tfm) = %{tl_version} -Provides: tex(l7x-lmssq8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqbo8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqbx8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqo8.tfm) = %{tl_version} -Provides: tex(l7x-lmtcsc10.tfm) = %{tl_version} -Provides: tex(l7x-lmtcso10.tfm) = %{tl_version} -Provides: tex(l7x-lmtk10.tfm) = %{tl_version} -Provides: tex(l7x-lmtko10.tfm) = %{tl_version} -Provides: tex(l7x-lmtl10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlc10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlco10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlo10.tfm) = %{tl_version} -Provides: tex(l7x-lmtt10.tfm) = %{tl_version} -Provides: tex(l7x-lmtt12.tfm) = %{tl_version} -Provides: tex(l7x-lmtt8.tfm) = %{tl_version} -Provides: tex(l7x-lmtt9.tfm) = %{tl_version} -Provides: tex(l7x-lmtti10.tfm) = %{tl_version} -Provides: tex(l7x-lmtto10.tfm) = %{tl_version} -Provides: tex(l7x-lmu10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtk10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtko10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtl10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtlo10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtt10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmbsy10.tfm) = %{tl_version} -Provides: tex(lmbsy5.tfm) = %{tl_version} -Provides: tex(lmbsy7.tfm) = %{tl_version} -Provides: tex(lmex10.tfm) = %{tl_version} -Provides: tex(lmmi10.tfm) = %{tl_version} -Provides: tex(lmmi12.tfm) = %{tl_version} -Provides: tex(lmmi5.tfm) = %{tl_version} -Provides: tex(lmmi6.tfm) = %{tl_version} -Provides: tex(lmmi7.tfm) = %{tl_version} -Provides: tex(lmmi8.tfm) = %{tl_version} -Provides: tex(lmmi9.tfm) = %{tl_version} -Provides: tex(lmmib10.tfm) = %{tl_version} -Provides: tex(lmmib5.tfm) = %{tl_version} -Provides: tex(lmmib7.tfm) = %{tl_version} -Provides: tex(lmsy10.tfm) = %{tl_version} -Provides: tex(lmsy5.tfm) = %{tl_version} -Provides: tex(lmsy6.tfm) = %{tl_version} -Provides: tex(lmsy7.tfm) = %{tl_version} -Provides: tex(lmsy8.tfm) = %{tl_version} -Provides: tex(lmsy9.tfm) = %{tl_version} -Provides: tex(qx-lmb10.tfm) = %{tl_version} -Provides: tex(qx-lmbo10.tfm) = %{tl_version} -Provides: tex(qx-lmbx10.tfm) = %{tl_version} -Provides: tex(qx-lmbx12.tfm) = %{tl_version} -Provides: tex(qx-lmbx5.tfm) = %{tl_version} -Provides: tex(qx-lmbx6.tfm) = %{tl_version} -Provides: tex(qx-lmbx7.tfm) = %{tl_version} -Provides: tex(qx-lmbx8.tfm) = %{tl_version} -Provides: tex(qx-lmbx9.tfm) = %{tl_version} -Provides: tex(qx-lmbxi10.tfm) = %{tl_version} -Provides: tex(qx-lmbxo10.tfm) = %{tl_version} -Provides: tex(qx-lmcsc10.tfm) = %{tl_version} -Provides: tex(qx-lmcsco10.tfm) = %{tl_version} -Provides: tex(qx-lmdunh10.tfm) = %{tl_version} -Provides: tex(qx-lmduno10.tfm) = %{tl_version} -Provides: tex(qx-lmr10.tfm) = %{tl_version} -Provides: tex(qx-lmr12.tfm) = %{tl_version} -Provides: tex(qx-lmr17.tfm) = %{tl_version} -Provides: tex(qx-lmr5.tfm) = %{tl_version} -Provides: tex(qx-lmr6.tfm) = %{tl_version} -Provides: tex(qx-lmr7.tfm) = %{tl_version} -Provides: tex(qx-lmr8.tfm) = %{tl_version} -Provides: tex(qx-lmr9.tfm) = %{tl_version} -Provides: tex(qx-lmri10.tfm) = %{tl_version} -Provides: tex(qx-lmri12.tfm) = %{tl_version} -Provides: tex(qx-lmri7.tfm) = %{tl_version} -Provides: tex(qx-lmri8.tfm) = %{tl_version} -Provides: tex(qx-lmri9.tfm) = %{tl_version} -Provides: tex(qx-lmro10.tfm) = %{tl_version} -Provides: tex(qx-lmro12.tfm) = %{tl_version} -Provides: tex(qx-lmro17.tfm) = %{tl_version} -Provides: tex(qx-lmro8.tfm) = %{tl_version} -Provides: tex(qx-lmro9.tfm) = %{tl_version} -Provides: tex(qx-lmss10.tfm) = %{tl_version} -Provides: tex(qx-lmss12.tfm) = %{tl_version} -Provides: tex(qx-lmss17.tfm) = %{tl_version} -Provides: tex(qx-lmss8.tfm) = %{tl_version} -Provides: tex(qx-lmss9.tfm) = %{tl_version} -Provides: tex(qx-lmssbo10.tfm) = %{tl_version} -Provides: tex(qx-lmssbx10.tfm) = %{tl_version} -Provides: tex(qx-lmssdc10.tfm) = %{tl_version} -Provides: tex(qx-lmssdo10.tfm) = %{tl_version} -Provides: tex(qx-lmsso10.tfm) = %{tl_version} -Provides: tex(qx-lmsso12.tfm) = %{tl_version} -Provides: tex(qx-lmsso17.tfm) = %{tl_version} -Provides: tex(qx-lmsso8.tfm) = %{tl_version} -Provides: tex(qx-lmsso9.tfm) = %{tl_version} -Provides: tex(qx-lmssq8.tfm) = %{tl_version} -Provides: tex(qx-lmssqbo8.tfm) = %{tl_version} -Provides: tex(qx-lmssqbx8.tfm) = %{tl_version} -Provides: tex(qx-lmssqo8.tfm) = %{tl_version} -Provides: tex(qx-lmtcsc10.tfm) = %{tl_version} -Provides: tex(qx-lmtcso10.tfm) = %{tl_version} -Provides: tex(qx-lmtk10.tfm) = %{tl_version} -Provides: tex(qx-lmtko10.tfm) = %{tl_version} -Provides: tex(qx-lmtl10.tfm) = %{tl_version} -Provides: tex(qx-lmtlc10.tfm) = %{tl_version} -Provides: tex(qx-lmtlco10.tfm) = %{tl_version} -Provides: tex(qx-lmtlo10.tfm) = %{tl_version} -Provides: tex(qx-lmtt10.tfm) = %{tl_version} -Provides: tex(qx-lmtt12.tfm) = %{tl_version} -Provides: tex(qx-lmtt8.tfm) = %{tl_version} -Provides: tex(qx-lmtt9.tfm) = %{tl_version} -Provides: tex(qx-lmtti10.tfm) = %{tl_version} -Provides: tex(qx-lmtto10.tfm) = %{tl_version} -Provides: tex(qx-lmu10.tfm) = %{tl_version} -Provides: tex(qx-lmvtk10.tfm) = %{tl_version} -Provides: tex(qx-lmvtko10.tfm) = %{tl_version} -Provides: tex(qx-lmvtl10.tfm) = %{tl_version} -Provides: tex(qx-lmvtlo10.tfm) = %{tl_version} -Provides: tex(qx-lmvtt10.tfm) = %{tl_version} -Provides: tex(qx-lmvtto10.tfm) = %{tl_version} -Provides: tex(rm-lmb10.tfm) = %{tl_version} -Provides: tex(rm-lmbo10.tfm) = %{tl_version} -Provides: tex(rm-lmbx10.tfm) = %{tl_version} -Provides: tex(rm-lmbx12.tfm) = %{tl_version} -Provides: tex(rm-lmbx5.tfm) = %{tl_version} -Provides: tex(rm-lmbx6.tfm) = %{tl_version} -Provides: tex(rm-lmbx7.tfm) = %{tl_version} -Provides: tex(rm-lmbx8.tfm) = %{tl_version} -Provides: tex(rm-lmbx9.tfm) = %{tl_version} -Provides: tex(rm-lmbxi10.tfm) = %{tl_version} -Provides: tex(rm-lmbxo10.tfm) = %{tl_version} -Provides: tex(rm-lmcsc10.tfm) = %{tl_version} -Provides: tex(rm-lmcsco10.tfm) = %{tl_version} -Provides: tex(rm-lmdunh10.tfm) = %{tl_version} -Provides: tex(rm-lmduno10.tfm) = %{tl_version} -Provides: tex(rm-lmr10.tfm) = %{tl_version} -Provides: tex(rm-lmr12.tfm) = %{tl_version} -Provides: tex(rm-lmr17.tfm) = %{tl_version} -Provides: tex(rm-lmr5.tfm) = %{tl_version} -Provides: tex(rm-lmr6.tfm) = %{tl_version} -Provides: tex(rm-lmr7.tfm) = %{tl_version} -Provides: tex(rm-lmr8.tfm) = %{tl_version} -Provides: tex(rm-lmr9.tfm) = %{tl_version} -Provides: tex(rm-lmri10.tfm) = %{tl_version} -Provides: tex(rm-lmri12.tfm) = %{tl_version} -Provides: tex(rm-lmri7.tfm) = %{tl_version} -Provides: tex(rm-lmri8.tfm) = %{tl_version} -Provides: tex(rm-lmri9.tfm) = %{tl_version} -Provides: tex(rm-lmro10.tfm) = %{tl_version} -Provides: tex(rm-lmro12.tfm) = %{tl_version} -Provides: tex(rm-lmro17.tfm) = %{tl_version} -Provides: tex(rm-lmro8.tfm) = %{tl_version} -Provides: tex(rm-lmro9.tfm) = %{tl_version} -Provides: tex(rm-lmss10.tfm) = %{tl_version} -Provides: tex(rm-lmss12.tfm) = %{tl_version} -Provides: tex(rm-lmss17.tfm) = %{tl_version} -Provides: tex(rm-lmss8.tfm) = %{tl_version} -Provides: tex(rm-lmss9.tfm) = %{tl_version} -Provides: tex(rm-lmssbo10.tfm) = %{tl_version} -Provides: tex(rm-lmssbx10.tfm) = %{tl_version} -Provides: tex(rm-lmssdc10.tfm) = %{tl_version} -Provides: tex(rm-lmssdo10.tfm) = %{tl_version} -Provides: tex(rm-lmsso10.tfm) = %{tl_version} -Provides: tex(rm-lmsso12.tfm) = %{tl_version} -Provides: tex(rm-lmsso17.tfm) = %{tl_version} -Provides: tex(rm-lmsso8.tfm) = %{tl_version} -Provides: tex(rm-lmsso9.tfm) = %{tl_version} -Provides: tex(rm-lmssq8.tfm) = %{tl_version} -Provides: tex(rm-lmssqbo8.tfm) = %{tl_version} -Provides: tex(rm-lmssqbx8.tfm) = %{tl_version} -Provides: tex(rm-lmssqo8.tfm) = %{tl_version} -Provides: tex(rm-lmtcsc10.tfm) = %{tl_version} -Provides: tex(rm-lmtcso10.tfm) = %{tl_version} -Provides: tex(rm-lmtk10.tfm) = %{tl_version} -Provides: tex(rm-lmtko10.tfm) = %{tl_version} -Provides: tex(rm-lmtl10.tfm) = %{tl_version} -Provides: tex(rm-lmtlc10.tfm) = %{tl_version} -Provides: tex(rm-lmtlco10.tfm) = %{tl_version} -Provides: tex(rm-lmtlo10.tfm) = %{tl_version} -Provides: tex(rm-lmtt10.tfm) = %{tl_version} -Provides: tex(rm-lmtt12.tfm) = %{tl_version} -Provides: tex(rm-lmtt8.tfm) = %{tl_version} -Provides: tex(rm-lmtt9.tfm) = %{tl_version} -Provides: tex(rm-lmtti10.tfm) = %{tl_version} -Provides: tex(rm-lmtto10.tfm) = %{tl_version} -Provides: tex(rm-lmu10.tfm) = %{tl_version} -Provides: tex(rm-lmvtk10.tfm) = %{tl_version} -Provides: tex(rm-lmvtko10.tfm) = %{tl_version} -Provides: tex(rm-lmvtl10.tfm) = %{tl_version} -Provides: tex(rm-lmvtlo10.tfm) = %{tl_version} -Provides: tex(rm-lmvtt10.tfm) = %{tl_version} -Provides: tex(rm-lmvtto10.tfm) = %{tl_version} -Provides: tex(t5-lmb10.tfm) = %{tl_version} -Provides: tex(t5-lmbo10.tfm) = %{tl_version} -Provides: tex(t5-lmbx10.tfm) = %{tl_version} -Provides: tex(t5-lmbx12.tfm) = %{tl_version} -Provides: tex(t5-lmbx5.tfm) = %{tl_version} -Provides: tex(t5-lmbx6.tfm) = %{tl_version} -Provides: tex(t5-lmbx7.tfm) = %{tl_version} -Provides: tex(t5-lmbx8.tfm) = %{tl_version} -Provides: tex(t5-lmbx9.tfm) = %{tl_version} -Provides: tex(t5-lmbxi10.tfm) = %{tl_version} -Provides: tex(t5-lmbxo10.tfm) = %{tl_version} -Provides: tex(t5-lmcsc10.tfm) = %{tl_version} -Provides: tex(t5-lmcsco10.tfm) = %{tl_version} -Provides: tex(t5-lmdunh10.tfm) = %{tl_version} -Provides: tex(t5-lmduno10.tfm) = %{tl_version} -Provides: tex(t5-lmr10.tfm) = %{tl_version} -Provides: tex(t5-lmr12.tfm) = %{tl_version} -Provides: tex(t5-lmr17.tfm) = %{tl_version} -Provides: tex(t5-lmr5.tfm) = %{tl_version} -Provides: tex(t5-lmr6.tfm) = %{tl_version} -Provides: tex(t5-lmr7.tfm) = %{tl_version} -Provides: tex(t5-lmr8.tfm) = %{tl_version} -Provides: tex(t5-lmr9.tfm) = %{tl_version} -Provides: tex(t5-lmri10.tfm) = %{tl_version} -Provides: tex(t5-lmri12.tfm) = %{tl_version} -Provides: tex(t5-lmri7.tfm) = %{tl_version} -Provides: tex(t5-lmri8.tfm) = %{tl_version} -Provides: tex(t5-lmri9.tfm) = %{tl_version} -Provides: tex(t5-lmro10.tfm) = %{tl_version} -Provides: tex(t5-lmro12.tfm) = %{tl_version} -Provides: tex(t5-lmro17.tfm) = %{tl_version} -Provides: tex(t5-lmro8.tfm) = %{tl_version} -Provides: tex(t5-lmro9.tfm) = %{tl_version} -Provides: tex(t5-lmss10.tfm) = %{tl_version} -Provides: tex(t5-lmss12.tfm) = %{tl_version} -Provides: tex(t5-lmss17.tfm) = %{tl_version} -Provides: tex(t5-lmss8.tfm) = %{tl_version} -Provides: tex(t5-lmss9.tfm) = %{tl_version} -Provides: tex(t5-lmssbo10.tfm) = %{tl_version} -Provides: tex(t5-lmssbx10.tfm) = %{tl_version} -Provides: tex(t5-lmssdc10.tfm) = %{tl_version} -Provides: tex(t5-lmssdo10.tfm) = %{tl_version} -Provides: tex(t5-lmsso10.tfm) = %{tl_version} -Provides: tex(t5-lmsso12.tfm) = %{tl_version} -Provides: tex(t5-lmsso17.tfm) = %{tl_version} -Provides: tex(t5-lmsso8.tfm) = %{tl_version} -Provides: tex(t5-lmsso9.tfm) = %{tl_version} -Provides: tex(t5-lmssq8.tfm) = %{tl_version} -Provides: tex(t5-lmssqbo8.tfm) = %{tl_version} -Provides: tex(t5-lmssqbx8.tfm) = %{tl_version} -Provides: tex(t5-lmssqo8.tfm) = %{tl_version} -Provides: tex(t5-lmtcsc10.tfm) = %{tl_version} -Provides: tex(t5-lmtcso10.tfm) = %{tl_version} -Provides: tex(t5-lmtk10.tfm) = %{tl_version} -Provides: tex(t5-lmtko10.tfm) = %{tl_version} -Provides: tex(t5-lmtl10.tfm) = %{tl_version} -Provides: tex(t5-lmtlc10.tfm) = %{tl_version} -Provides: tex(t5-lmtlco10.tfm) = %{tl_version} -Provides: tex(t5-lmtlo10.tfm) = %{tl_version} -Provides: tex(t5-lmtt10.tfm) = %{tl_version} -Provides: tex(t5-lmtt12.tfm) = %{tl_version} -Provides: tex(t5-lmtt8.tfm) = %{tl_version} -Provides: tex(t5-lmtt9.tfm) = %{tl_version} -Provides: tex(t5-lmtti10.tfm) = %{tl_version} -Provides: tex(t5-lmtto10.tfm) = %{tl_version} -Provides: tex(t5-lmu10.tfm) = %{tl_version} -Provides: tex(t5-lmvtk10.tfm) = %{tl_version} -Provides: tex(t5-lmvtko10.tfm) = %{tl_version} -Provides: tex(t5-lmvtl10.tfm) = %{tl_version} -Provides: tex(t5-lmvtlo10.tfm) = %{tl_version} -Provides: tex(t5-lmvtt10.tfm) = %{tl_version} -Provides: tex(t5-lmvtto10.tfm) = %{tl_version} -Provides: tex(texnansi-lmb10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx12.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx5.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx6.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx7.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx8.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx9.tfm) = %{tl_version} -Provides: tex(texnansi-lmbxi10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbxo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmcsc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmcsco10.tfm) = %{tl_version} -Provides: tex(texnansi-lmdunh10.tfm) = %{tl_version} -Provides: tex(texnansi-lmduno10.tfm) = %{tl_version} -Provides: tex(texnansi-lmr10.tfm) = %{tl_version} -Provides: tex(texnansi-lmr12.tfm) = %{tl_version} -Provides: tex(texnansi-lmr17.tfm) = %{tl_version} -Provides: tex(texnansi-lmr5.tfm) = %{tl_version} -Provides: tex(texnansi-lmr6.tfm) = %{tl_version} -Provides: tex(texnansi-lmr7.tfm) = %{tl_version} -Provides: tex(texnansi-lmr8.tfm) = %{tl_version} -Provides: tex(texnansi-lmr9.tfm) = %{tl_version} -Provides: tex(texnansi-lmri10.tfm) = %{tl_version} -Provides: tex(texnansi-lmri12.tfm) = %{tl_version} -Provides: tex(texnansi-lmri7.tfm) = %{tl_version} -Provides: tex(texnansi-lmri8.tfm) = %{tl_version} -Provides: tex(texnansi-lmri9.tfm) = %{tl_version} -Provides: tex(texnansi-lmro10.tfm) = %{tl_version} -Provides: tex(texnansi-lmro12.tfm) = %{tl_version} -Provides: tex(texnansi-lmro17.tfm) = %{tl_version} -Provides: tex(texnansi-lmro8.tfm) = %{tl_version} -Provides: tex(texnansi-lmro9.tfm) = %{tl_version} -Provides: tex(texnansi-lmss10.tfm) = %{tl_version} -Provides: tex(texnansi-lmss12.tfm) = %{tl_version} -Provides: tex(texnansi-lmss17.tfm) = %{tl_version} -Provides: tex(texnansi-lmss8.tfm) = %{tl_version} -Provides: tex(texnansi-lmss9.tfm) = %{tl_version} -Provides: tex(texnansi-lmssbo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssbx10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssdc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssdo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso10.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso12.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso17.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso8.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso9.tfm) = %{tl_version} -Provides: tex(texnansi-lmssq8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqbo8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqbx8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqo8.tfm) = %{tl_version} -Provides: tex(texnansi-lmtcsc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtcso10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtk10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtko10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtl10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlco10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt12.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt8.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt9.tfm) = %{tl_version} -Provides: tex(texnansi-lmtti10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtto10.tfm) = %{tl_version} -Provides: tex(texnansi-lmu10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtk10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtko10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtl10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtlo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtt10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtto10.tfm) = %{tl_version} -Provides: tex(ts1-lmb10.tfm) = %{tl_version} -Provides: tex(ts1-lmbo10.tfm) = %{tl_version} -Provides: tex(ts1-lmbx10.tfm) = %{tl_version} -Provides: tex(ts1-lmbx12.tfm) = %{tl_version} -Provides: tex(ts1-lmbx5.tfm) = %{tl_version} -Provides: tex(ts1-lmbx6.tfm) = %{tl_version} -Provides: tex(ts1-lmbx7.tfm) = %{tl_version} -Provides: tex(ts1-lmbx8.tfm) = %{tl_version} -Provides: tex(ts1-lmbx9.tfm) = %{tl_version} -Provides: tex(ts1-lmbxi10.tfm) = %{tl_version} -Provides: tex(ts1-lmbxo10.tfm) = %{tl_version} -Provides: tex(ts1-lmcsc10.tfm) = %{tl_version} -Provides: tex(ts1-lmcsco10.tfm) = %{tl_version} -Provides: tex(ts1-lmdunh10.tfm) = %{tl_version} -Provides: tex(ts1-lmduno10.tfm) = %{tl_version} -Provides: tex(ts1-lmr10.tfm) = %{tl_version} -Provides: tex(ts1-lmr12.tfm) = %{tl_version} -Provides: tex(ts1-lmr17.tfm) = %{tl_version} -Provides: tex(ts1-lmr5.tfm) = %{tl_version} -Provides: tex(ts1-lmr6.tfm) = %{tl_version} -Provides: tex(ts1-lmr7.tfm) = %{tl_version} -Provides: tex(ts1-lmr8.tfm) = %{tl_version} -Provides: tex(ts1-lmr9.tfm) = %{tl_version} -Provides: tex(ts1-lmri10.tfm) = %{tl_version} -Provides: tex(ts1-lmri12.tfm) = %{tl_version} -Provides: tex(ts1-lmri7.tfm) = %{tl_version} -Provides: tex(ts1-lmri8.tfm) = %{tl_version} -Provides: tex(ts1-lmri9.tfm) = %{tl_version} -Provides: tex(ts1-lmro10.tfm) = %{tl_version} -Provides: tex(ts1-lmro12.tfm) = %{tl_version} -Provides: tex(ts1-lmro17.tfm) = %{tl_version} -Provides: tex(ts1-lmro8.tfm) = %{tl_version} -Provides: tex(ts1-lmro9.tfm) = %{tl_version} -Provides: tex(ts1-lmss10.tfm) = %{tl_version} -Provides: tex(ts1-lmss12.tfm) = %{tl_version} -Provides: tex(ts1-lmss17.tfm) = %{tl_version} -Provides: tex(ts1-lmss8.tfm) = %{tl_version} -Provides: tex(ts1-lmss9.tfm) = %{tl_version} -Provides: tex(ts1-lmssbo10.tfm) = %{tl_version} -Provides: tex(ts1-lmssbx10.tfm) = %{tl_version} -Provides: tex(ts1-lmssdc10.tfm) = %{tl_version} -Provides: tex(ts1-lmssdo10.tfm) = %{tl_version} -Provides: tex(ts1-lmsso10.tfm) = %{tl_version} -Provides: tex(ts1-lmsso12.tfm) = %{tl_version} -Provides: tex(ts1-lmsso17.tfm) = %{tl_version} -Provides: tex(ts1-lmsso8.tfm) = %{tl_version} -Provides: tex(ts1-lmsso9.tfm) = %{tl_version} -Provides: tex(ts1-lmssq8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqbo8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqbx8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqo8.tfm) = %{tl_version} -Provides: tex(ts1-lmtcsc10.tfm) = %{tl_version} -Provides: tex(ts1-lmtcso10.tfm) = %{tl_version} -Provides: tex(ts1-lmtk10.tfm) = %{tl_version} -Provides: tex(ts1-lmtko10.tfm) = %{tl_version} -Provides: tex(ts1-lmtl10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlc10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlco10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlo10.tfm) = %{tl_version} -Provides: tex(ts1-lmtt10.tfm) = %{tl_version} -Provides: tex(ts1-lmtt12.tfm) = %{tl_version} -Provides: tex(ts1-lmtt8.tfm) = %{tl_version} -Provides: tex(ts1-lmtt9.tfm) = %{tl_version} -Provides: tex(ts1-lmtti10.tfm) = %{tl_version} -Provides: tex(ts1-lmtto10.tfm) = %{tl_version} -Provides: tex(ts1-lmu10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtk10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtko10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtl10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtlo10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtt10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmb10.pfb) = %{tl_version} -Provides: tex(lmbo10.pfb) = %{tl_version} -Provides: tex(lmbsy10.pfb) = %{tl_version} -Provides: tex(lmbsy5.pfb) = %{tl_version} -Provides: tex(lmbsy7.pfb) = %{tl_version} -Provides: tex(lmbx10.pfb) = %{tl_version} -Provides: tex(lmbx12.pfb) = %{tl_version} -Provides: tex(lmbx5.pfb) = %{tl_version} -Provides: tex(lmbx6.pfb) = %{tl_version} -Provides: tex(lmbx7.pfb) = %{tl_version} -Provides: tex(lmbx8.pfb) = %{tl_version} -Provides: tex(lmbx9.pfb) = %{tl_version} -Provides: tex(lmbxi10.pfb) = %{tl_version} -Provides: tex(lmbxo10.pfb) = %{tl_version} -Provides: tex(lmcsc10.pfb) = %{tl_version} -Provides: tex(lmcsco10.pfb) = %{tl_version} -Provides: tex(lmdunh10.pfb) = %{tl_version} -Provides: tex(lmduno10.pfb) = %{tl_version} -Provides: tex(lmex10.pfb) = %{tl_version} -Provides: tex(lmmi10.pfb) = %{tl_version} -Provides: tex(lmmi12.pfb) = %{tl_version} -Provides: tex(lmmi5.pfb) = %{tl_version} -Provides: tex(lmmi6.pfb) = %{tl_version} -Provides: tex(lmmi7.pfb) = %{tl_version} -Provides: tex(lmmi8.pfb) = %{tl_version} -Provides: tex(lmmi9.pfb) = %{tl_version} -Provides: tex(lmmib10.pfb) = %{tl_version} -Provides: tex(lmmib5.pfb) = %{tl_version} -Provides: tex(lmmib7.pfb) = %{tl_version} -Provides: tex(lmr10.pfb) = %{tl_version} -Provides: tex(lmr12.pfb) = %{tl_version} -Provides: tex(lmr17.pfb) = %{tl_version} -Provides: tex(lmr5.pfb) = %{tl_version} -Provides: tex(lmr6.pfb) = %{tl_version} -Provides: tex(lmr7.pfb) = %{tl_version} -Provides: tex(lmr8.pfb) = %{tl_version} -Provides: tex(lmr9.pfb) = %{tl_version} -Provides: tex(lmri10.pfb) = %{tl_version} -Provides: tex(lmri12.pfb) = %{tl_version} -Provides: tex(lmri7.pfb) = %{tl_version} -Provides: tex(lmri8.pfb) = %{tl_version} -Provides: tex(lmri9.pfb) = %{tl_version} -Provides: tex(lmro10.pfb) = %{tl_version} -Provides: tex(lmro12.pfb) = %{tl_version} -Provides: tex(lmro17.pfb) = %{tl_version} -Provides: tex(lmro8.pfb) = %{tl_version} -Provides: tex(lmro9.pfb) = %{tl_version} -Provides: tex(lmss10.pfb) = %{tl_version} -Provides: tex(lmss12.pfb) = %{tl_version} -Provides: tex(lmss17.pfb) = %{tl_version} -Provides: tex(lmss8.pfb) = %{tl_version} -Provides: tex(lmss9.pfb) = %{tl_version} -Provides: tex(lmssbo10.pfb) = %{tl_version} -Provides: tex(lmssbx10.pfb) = %{tl_version} -Provides: tex(lmssdc10.pfb) = %{tl_version} -Provides: tex(lmssdo10.pfb) = %{tl_version} -Provides: tex(lmsso10.pfb) = %{tl_version} -Provides: tex(lmsso12.pfb) = %{tl_version} -Provides: tex(lmsso17.pfb) = %{tl_version} -Provides: tex(lmsso8.pfb) = %{tl_version} -Provides: tex(lmsso9.pfb) = %{tl_version} -Provides: tex(lmssq8.pfb) = %{tl_version} -Provides: tex(lmssqbo8.pfb) = %{tl_version} -Provides: tex(lmssqbx8.pfb) = %{tl_version} -Provides: tex(lmssqo8.pfb) = %{tl_version} -Provides: tex(lmsy10.pfb) = %{tl_version} -Provides: tex(lmsy5.pfb) = %{tl_version} -Provides: tex(lmsy6.pfb) = %{tl_version} -Provides: tex(lmsy7.pfb) = %{tl_version} -Provides: tex(lmsy8.pfb) = %{tl_version} -Provides: tex(lmsy9.pfb) = %{tl_version} -Provides: tex(lmtcsc10.pfb) = %{tl_version} -Provides: tex(lmtcso10.pfb) = %{tl_version} -Provides: tex(lmtk10.pfb) = %{tl_version} -Provides: tex(lmtko10.pfb) = %{tl_version} -Provides: tex(lmtl10.pfb) = %{tl_version} -Provides: tex(lmtlc10.pfb) = %{tl_version} -Provides: tex(lmtlco10.pfb) = %{tl_version} -Provides: tex(lmtlo10.pfb) = %{tl_version} -Provides: tex(lmtt10.pfb) = %{tl_version} -Provides: tex(lmtt12.pfb) = %{tl_version} -Provides: tex(lmtt8.pfb) = %{tl_version} -Provides: tex(lmtt9.pfb) = %{tl_version} -Provides: tex(lmtti10.pfb) = %{tl_version} -Provides: tex(lmtto10.pfb) = %{tl_version} -Provides: tex(lmu10.pfb) = %{tl_version} -Provides: tex(lmvtk10.pfb) = %{tl_version} -Provides: tex(lmvtko10.pfb) = %{tl_version} -Provides: tex(lmvtl10.pfb) = %{tl_version} -Provides: tex(lmvtlo10.pfb) = %{tl_version} -Provides: tex(lmvtt10.pfb) = %{tl_version} -Provides: tex(lmvtto10.pfb) = %{tl_version} -Provides: tex(il2lmdh.fd) = %{tl_version} -Provides: tex(il2lmr.fd) = %{tl_version} -Provides: tex(il2lmss.fd) = %{tl_version} -Provides: tex(il2lmssq.fd) = %{tl_version} -Provides: tex(il2lmtt.fd) = %{tl_version} -Provides: tex(il2lmvtt.fd) = %{tl_version} -Provides: tex(l7xlmdh.fd) = %{tl_version} -Provides: tex(l7xlmr.fd) = %{tl_version} -Provides: tex(l7xlmss.fd) = %{tl_version} -Provides: tex(l7xlmssq.fd) = %{tl_version} -Provides: tex(l7xlmtt.fd) = %{tl_version} -Provides: tex(l7xlmvtt.fd) = %{tl_version} -Provides: tex(lmodern.sty) = %{tl_version} -Provides: tex(ly1lmdh.fd) = %{tl_version} -Provides: tex(ly1lmr.fd) = %{tl_version} -Provides: tex(ly1lmss.fd) = %{tl_version} -Provides: tex(ly1lmssq.fd) = %{tl_version} -Provides: tex(ly1lmtt.fd) = %{tl_version} -Provides: tex(ly1lmvtt.fd) = %{tl_version} -Provides: tex(omllmm.fd) = %{tl_version} -Provides: tex(omllmr.fd) = %{tl_version} -Provides: tex(omslmr.fd) = %{tl_version} -Provides: tex(omslmsy.fd) = %{tl_version} -Provides: tex(omxlmex.fd) = %{tl_version} -Provides: tex(ot1lmdh.fd) = %{tl_version} -Provides: tex(ot1lmr.fd) = %{tl_version} -Provides: tex(ot1lmss.fd) = %{tl_version} -Provides: tex(ot1lmssq.fd) = %{tl_version} -Provides: tex(ot1lmtt.fd) = %{tl_version} -Provides: tex(ot1lmvtt.fd) = %{tl_version} -Provides: tex(ot4lmdh.fd) = %{tl_version} -Provides: tex(ot4lmr.fd) = %{tl_version} -Provides: tex(ot4lmss.fd) = %{tl_version} -Provides: tex(ot4lmssq.fd) = %{tl_version} -Provides: tex(ot4lmtt.fd) = %{tl_version} -Provides: tex(ot4lmvtt.fd) = %{tl_version} -Provides: tex(qxlmdh.fd) = %{tl_version} -Provides: tex(qxlmr.fd) = %{tl_version} -Provides: tex(qxlmss.fd) = %{tl_version} -Provides: tex(qxlmssq.fd) = %{tl_version} -Provides: tex(qxlmtt.fd) = %{tl_version} -Provides: tex(qxlmvtt.fd) = %{tl_version} -Provides: tex(t1lmdh.fd) = %{tl_version} -Provides: tex(t1lmr.fd) = %{tl_version} -Provides: tex(t1lmss.fd) = %{tl_version} -Provides: tex(t1lmssq.fd) = %{tl_version} -Provides: tex(t1lmtt.fd) = %{tl_version} -Provides: tex(t1lmvtt.fd) = %{tl_version} -Provides: tex(t5lmdh.fd) = %{tl_version} -Provides: tex(t5lmr.fd) = %{tl_version} -Provides: tex(t5lmss.fd) = %{tl_version} -Provides: tex(t5lmssq.fd) = %{tl_version} -Provides: tex(t5lmtt.fd) = %{tl_version} -Provides: tex(t5lmvtt.fd) = %{tl_version} -Provides: tex(ts1lmdh.fd) = %{tl_version} -Provides: tex(ts1lmr.fd) = %{tl_version} -Provides: tex(ts1lmss.fd) = %{tl_version} -Provides: tex(ts1lmssq.fd) = %{tl_version} -Provides: tex(ts1lmtt.fd) = %{tl_version} -Provides: tex(ts1lmvtt.fd) = %{tl_version} - -%description lm -The Latin Modern family of fonts consists of 72 text fonts and -20 mathematics fonts, and is based on the Computer Modern fonts -released into public domain by AMS (copyright (c) 1997 AMS). -The lm font set contains a lot of additional characters, mainly -accented ones, but not exclusively. There is one set of fonts, -available both in Adobe Type 1 format (*.pfb) and in OpenType -format (*.otf). There are five sets of TeX Font Metric files, -corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- -*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 -(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC -fonts aka TS1 (ts1-*.tfm). - -date: 2012-05-22 10:49:40 +0200 - -%post lm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map lm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map lm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun lm -if [ $1 == 0 ] ; then -sed -i '/^Map lm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans lm -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lm-doc -Summary: Documentation for lm -Version: svn28119.2.004 -Release: %{tl_noarch_release} -Provides: tex-lm-doc -BuildArch: noarch -AutoReqProv: No - -%description lm-doc -Documentation for lm - -%package stmaryrd -Provides: tex-stmaryrd = %{tl_version} -License: LPPL -Summary: St Mary Road symbols for theoretical computer science -Version: svn22027.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(stmaryrd.map) = %{tl_version} -Provides: tex(stmary10.tfm) = %{tl_version} -Provides: tex(stmary5.tfm) = %{tl_version} -Provides: tex(stmary6.tfm) = %{tl_version} -Provides: tex(stmary7.tfm) = %{tl_version} -Provides: tex(stmary8.tfm) = %{tl_version} -Provides: tex(stmary9.tfm) = %{tl_version} -Provides: tex(stmary10.pfb) = %{tl_version} -Provides: tex(stmary5.pfb) = %{tl_version} -Provides: tex(stmary6.pfb) = %{tl_version} -Provides: tex(stmary7.pfb) = %{tl_version} -Provides: tex(stmary8.pfb) = %{tl_version} -Provides: tex(stmary9.pfb) = %{tl_version} -Provides: tex(Ustmry.fd) = %{tl_version} -Provides: tex(stmaryrd.sty) = %{tl_version} - -%description stmaryrd -The fonts were originally distributed as MetaFont sources only, -but Adobe Type 1 versions are also now available. Macro support -is provided for use under LaTeX; the package supports the -"only" option (provided by the somedefs package) to restrict -what is loaded, for those who don't need the whole font. - -date: 2009-10-10 00:51:28 +0200 - -%post stmaryrd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap stmaryrd.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap stmaryrd.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun stmaryrd -if [ $1 == 0 ] ; then -sed -i '/^MixedMap stmaryrd.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans stmaryrd -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stmaryrd-doc -Summary: Documentation for stmaryrd -Version: svn22027.0 -Release: %{tl_noarch_release} -Provides: tex-stmaryrd-doc -BuildArch: noarch -AutoReqProv: No - -%description stmaryrd-doc -Documentation for stmaryrd - -%package context-bin -Summary: Binaries for context -Version: svn26861.0 -Requires: texlive-base -Requires: tex-context -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description context-bin -Binaries for context - -%package jmn -Provides: tex-jmn = %{tl_version} -License: LPPL -Summary: jmn package -Version: svn22719.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hans.enc) = %{tl_version} -Provides: tex(hans.map) = %{tl_version} -Provides: tex(hans-sh.tfm) = %{tl_version} -Provides: tex(hans.tfm) = %{tl_version} -Provides: tex(hans-sh.pfb) = %{tl_version} -Provides: tex(hans.pfb) = %{tl_version} - -%description jmn -jmn package - -%post jmn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jmn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jmn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-account -Provides: tex-context-account = %{tl_version} -License: Public Domain -Summary: A simple accounting package -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-account.tex) = %{tl_version} -Provides: tex(t-floatnumber.tex) = %{tl_version} - -%description context-account -context-account package - -date: 2009-02-07 09:38:09 +0100 - -%post context-account -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-account -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-account -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-account-doc -Summary: Documentation for context-account -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-account-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-account-doc -Documentation for context-account - -%package context-algorithmic -Provides: tex-context-algorithmic = %{tl_version} -License: Public Domain -Summary: Algorithm handling in ConTeXt -Version: svn28580.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-algorithmic -Support for typesetting algorithms (a port of the LaTeX package -algorithmic, which was a predecessor of algorithmicx). - -date: 2012-02-09 16:32:08 +0100 - -%post context-algorithmic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-algorithmic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-algorithmic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-bnf -Provides: tex-context-bnf = %{tl_version} -License: GPL+ -Summary: A BNF module for Context -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-bnf.tex) = %{tl_version} - -%description context-bnf -The module provides a simple way to write good-looking BNF- -style grammars in ConTeXt. Grammars are written using the BNF -syntax right in your ConTeXt documents, so there is a clear -separation between content and layout. This allows the user to -decide exactly how the grammar is to be displayed, while also -allowing the gist of the grammar to be understood from simply -looking at the source ConTeXt document. - -date: 2008-08-18 23:54:09 +0200 - -%post context-bnf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-bnf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-bnf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-bnf-doc -Summary: Documentation for context-bnf -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-bnf-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-bnf-doc -Documentation for context-bnf - -%package context-chromato -Provides: tex-context-chromato = %{tl_version} -License: GPL+ -Summary: ConTeXt macros for chromatograms -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-chromato.tex) = %{tl_version} - -%description context-chromato -The module provides macros for drawing chromatograms. - -date: 2006-08-27 16:41:02 +0100 - -%post context-chromato -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-chromato -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-chromato -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-chromato-doc -Summary: Documentation for context-chromato -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-chromato-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-chromato-doc -Documentation for context-chromato - -%package context-construction-plan -Provides: tex-context-construction-plan = %{tl_version} -License: GPL+ -Summary: Construction plans in ConTeXt -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-construction-plan.tex) = %{tl_version} - -%description context-construction-plan -Generate a page with a figure at a well-defined scale. - -date: 2008-08-18 23:54:09 +0200 - -%post context-construction-plan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-construction-plan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-construction-plan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-construction-plan-doc -Summary: Documentation for context-construction-plan -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-construction-plan-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-construction-plan-doc -Documentation for context-construction-plan - -%package context-degrade -Provides: tex-context-degrade = %{tl_version} -License: GPL+ -Summary: Degrading JPEG images in ConTeXt -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-degrade.tex) = %{tl_version} - -%description context-degrade -context-degrade package - -date: 2008-08-18 23:54:09 +0200 - -%post context-degrade -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-degrade -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-degrade -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-degrade-doc -Summary: Documentation for context-degrade -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-degrade-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-degrade-doc -Documentation for context-degrade - -%package context-filter -Provides: tex-context-filter = %{tl_version} -License: BSD -Summary: Run external programs on the contents of a start-stop environment -Version: svn29599.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-module-catcodes.tex) = %{tl_version} - -%description context-filter -The filter module provides a simple interface to run external -programs on the contents of a start-stop environment. Options -are available to run the external program only if the content -of the environment has changed, to specify how the program -output should be read back, and to choose the name of the -temporary files that are created. The module is compatible with -both MkII and MkIV. - -date: 2012-07-26 08:34:30 +0200 - -%post context-filter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-filter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-filter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-filter-doc -Summary: Documentation for context-filter -Version: svn29599.0 -Release: %{tl_noarch_release} -Provides: tex-context-filter-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-filter-doc -Documentation for context-filter - -%package context-fixme -Provides: tex-context-fixme = %{tl_version} -License: Public Domain -Summary: Make editorial marks on a document -Version: svn29341.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-fixme -The module will create a variety of marks, and produce -summaries by mark type. - -date: 2013-03-04 16:31:08 +0100 - -%post context-fixme -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-fixme -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-fixme -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-french -Provides: tex-context-french = %{tl_version} -License: GPL+ -Summary: Support for writing French in ConTeXt -Version: svn24582.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-french -Deals with spacing around French punctuation; the package is -distributed for ConTeXt Mark iv only. - -date: 2011-11-10 06:26:05 +0100 - -%post context-french -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-french -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-french -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-french-doc -Summary: Documentation for context-french -Version: svn24582.0 -Release: %{tl_noarch_release} -Provides: tex-context-french-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-french-doc -Documentation for context-french - -%package context-fullpage -Provides: tex-context-fullpage = %{tl_version} -License: GPL+ -Summary: Overfull pages with ConTeXt -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-fullpage -The (ConTeXt) module copies the functionality of the fullpage, -and adds a styling parameter, given in the \usemodule command - -date: 2011-01-27 09:54:35 +0100 - -%post context-fullpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-fullpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-fullpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-fullpage-doc -Summary: Documentation for context-fullpage -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-fullpage-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-fullpage-doc -Documentation for context-fullpage - -%package context-games -Provides: tex-context-games = %{tl_version} -License: LPPL -Summary: context-games package -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-skaknew -Requires: tex-context -Provides: tex(games-go.tex) = %{tl_version} -Provides: tex(games-hex.tex) = %{tl_version} -Provides: tex(t-games.tex) = %{tl_version} - -%description context-games -context-games package - -%post context-games -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-games -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-games -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-games-doc -Summary: Documentation for context-games -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-games-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-skaknew-doc -Requires: tex-context-doc - -%description context-games-doc -Documentation for context-games - -%package skaknew -Provides: tex-skaknew = %{tl_version} -License: LPPL -Summary: The skak chess fonts redone in Adobe Type 1 -Version: svn20031.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(SkakNew.map) = %{tl_version} -Provides: tex(AlphaDia.otf) = %{tl_version} -Provides: tex(SkakNew-Diagram.otf) = %{tl_version} -Provides: tex(SkakNew-DiagramT.otf) = %{tl_version} -Provides: tex(SkakNew-Figurine.otf) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.otf) = %{tl_version} -Provides: tex(AlphaDia.tfm) = %{tl_version} -Provides: tex(SkakNew-Diagram.tfm) = %{tl_version} -Provides: tex(SkakNew-DiagramT.tfm) = %{tl_version} -Provides: tex(SkakNew-Figurine.tfm) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.tfm) = %{tl_version} -Provides: tex(AlphaDia.pfb) = %{tl_version} -Provides: tex(SkakNew-Diagram.pfb) = %{tl_version} -Provides: tex(SkakNew-DiagramT.pfb) = %{tl_version} -Provides: tex(SkakNew-Figurine.pfb) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.pfb) = %{tl_version} - -%description skaknew -This package offers Adobe Type 1 versions of the fonts provided -as MetaFont source by the skak bundle. - -date: 2009-02-21 22:13:29 +0100 - -%post skaknew -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map SkakNew.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map SkakNew.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun skaknew -if [ $1 == 0 ] ; then -sed -i '/^Map SkakNew.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans skaknew -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skaknew-doc -Summary: Documentation for skaknew -Version: svn20031.0 -Release: %{tl_noarch_release} -Provides: tex-skaknew-doc -BuildArch: noarch -AutoReqProv: No - -%description skaknew-doc -Documentation for skaknew - -%package context-gantt -Provides: tex-context-gantt = %{tl_version} -License: Public Domain -Summary: GANTT module for ConTeXt -Version: svn27472.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Requires: tex-hatching -Provides: tex(gantt-s-mp.tex) = %{tl_version} -Provides: tex(gantt-s-tikz.tex) = %{tl_version} -Provides: tex(t-gantt.tex) = %{tl_version} - -%description context-gantt -Gantt is a module for drawing Gantt charts via metapost or -pgf/tikz. - -date: 2012-03-20 08:48:23 +0100 - -%post context-gantt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-gantt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-gantt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-gantt-doc -Summary: Documentation for context-gantt -Version: svn27472.0 -Release: %{tl_noarch_release} -Provides: tex-context-gantt-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc -Requires: tex-hatching-doc - -%description context-gantt-doc -Documentation for context-gantt - -%package hatching -Provides: tex-hatching = %{tl_version} -License: Public Domain -Summary: MetaPost macros for hatching interior of closed paths -Version: svn23818.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description hatching -The file hatching.mp contains a set of MetaPost macros for -hatching interior of closed paths. Examples of usage are -included. - -date: 2006-12-17 23:49:42 +0100 - -%post hatching -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hatching -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hatching -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hatching-doc -Summary: Documentation for hatching -Version: svn23818.0.11 -Release: %{tl_noarch_release} -Provides: tex-hatching-doc -BuildArch: noarch -AutoReqProv: No - -%description hatching-doc -Documentation for hatching - -%package context-gnuplot -Provides: tex-context-gnuplot = %{tl_version} -License: GPL+ -Summary: Inclusion of Gnuplot graphs in ConTeXt -Version: svn27837.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-gnuplot.tex) = %{tl_version} - -%description context-gnuplot -Enables simple creation and inclusion of graphs with Gnuplot. -The package writes a script into temporary file, runs Gnuplot -and includes the resulting graphic directly into the document. -See the ConTeXt Garden package page for further details. - -date: 2006-08-27 16:41:02 +0100 - -%post context-gnuplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-gnuplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-gnuplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-gnuplot-doc -Summary: Documentation for context-gnuplot -Version: svn27837.0 -Release: %{tl_noarch_release} -Provides: tex-context-gnuplot-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-gnuplot-doc -Documentation for context-gnuplot - -%package context-letter -Provides: tex-context-letter = %{tl_version} -License: GPL+ -Summary: Context package for writing letters -Version: svn28899.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-letter -A means of writing 'vanilla' letters and memos is provided, -with support covering Context Mkii and Mkiv. The design of -letters may be amended by a wide range of style specifications. - -date: 2012-09-24 22:26:06 +0200 - -%post context-letter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-letter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-letter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-letter-doc -Summary: Documentation for context-letter -Version: svn28899.0 -Release: %{tl_noarch_release} -Provides: tex-context-letter-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-letter-doc -Documentation for context-letter - -%package context-lettrine -Provides: tex-context-lettrine = %{tl_version} -License: Public Domain -Summary: A ConTeXt implementation of lettrines -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-lettrine.tex) = %{tl_version} - -%description context-lettrine -This is a re-implementation of the LaTeX package lettrine. - -date: 2009-01-30 23:54:25 +0100 - -%post context-lettrine -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-lettrine -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-lettrine -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-lettrine-doc -Summary: Documentation for context-lettrine -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-lettrine-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-lettrine-doc -Documentation for context-lettrine - -%package context-lilypond -Provides: tex-context-lilypond = %{tl_version} -License: GPL+ -Summary: Lilypond code in ConTeXt -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-lilypond.tex) = %{tl_version} - -%description context-lilypond -Includes lilypond music definitions direct in a ConTeXt -document. - -date: 2010-03-12 17:25:27 +0100 - -%post context-lilypond -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-lilypond -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-lilypond -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-lilypond-doc -Summary: Documentation for context-lilypond -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-lilypond-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-lilypond-doc -Documentation for context-lilypond - -%package context-mathsets -Provides: tex-context-mathsets = %{tl_version} -License: BSD -Summary: Set notation in ConTeXt -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-mathsets.tex) = %{tl_version} - -%description context-mathsets -Typeset good-looking set notation (e.g., {x|x \in Y}), as well -as similar things such as Dirac bra-ket notation, conditional -probabilities, etc. The package is a partial port of Donald -Arseneau's LaTeX package braket. - -date: 2011-05-13 02:08:48 +0200 - -%post context-mathsets -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-mathsets -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-mathsets -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-mathsets-doc -Summary: Documentation for context-mathsets -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-mathsets-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-mathsets-doc -Documentation for context-mathsets - -%package context-notes-zh-cn -Provides: tex-context-notes-zh-cn = %{tl_version} -License: GPL+ -Summary: Notes on using ConTeXt MkIV -Version: svn23171.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-notes-zh-cn -An introductory tutorial on ConTeXt, in Chinese. The document -covers ConTeXt installation, fonts, layout design, cross- -reference, project structure, metafun and presentation design. - -date: 2009-11-09 14:30:19 +0100 - -%package context-notes-zh-cn-doc -Summary: Documentation for context-notes-zh-cn -Version: svn23171.0 -Release: %{tl_noarch_release} -Provides: tex-context-notes-zh-cn-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-notes-zh-cn-doc -Documentation for context-notes-zh-cn - -%package context-rst -Provides: tex-context-rst = %{tl_version} -License: BSD -Summary: Process reStructuredText with ConTeXt -Version: svn29575.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-rst -The package provides a converter and module for typesetting -reStructuredText with ConTeXt. The module uses several lua -scripts in doing its work. Documentation is supplied in rst, -which seems to be readable as text, but... - -date: 2011-10-03 11:06:20 +0200 - -%post context-rst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-rst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-rst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-rst-doc -Summary: Documentation for context-rst -Version: svn29575.0.4 -Release: %{tl_noarch_release} -Provides: tex-context-rst-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-rst-doc -Documentation for context-rst - -%package context-ruby -Provides: tex-context-ruby = %{tl_version} -License: Public Domain -Summary: Ruby annotations in ConTeXt -Version: svn28434.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-ruby -Ruby markup (aka furigana in Japan) are inline annotations -above or below a word to indicate the reading of ideographic -characters. The module implements the W3C specification for -simple ruby in ConTeXt. The position and layout of the base -text and the ruby text can becontrolled by parameters. - -date: 2012-11-30 11:03:17 +0100 - -%post context-ruby -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-ruby -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-ruby -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-ruby-doc -Summary: Documentation for context-ruby -Version: svn28434.0 -Release: %{tl_noarch_release} -Provides: tex-context-ruby-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-ruby-doc -Documentation for context-ruby - -%package context-simplefonts -Provides: tex-context-simplefonts = %{tl_version} -License: GPL+ -Summary: Simplified font usage for ConTeXt -Version: svn29229.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-simplefonts -The package defines a set of commands for loading and using -fonts in ConTeXt. - -date: 2012-08-13 18:29:21 +0200 - -%post context-simplefonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-simplefonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-simplefonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-simplefonts-doc -Summary: Documentation for context-simplefonts -Version: svn29229.0 -Release: %{tl_noarch_release} -Provides: tex-context-simplefonts-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-simplefonts-doc -Documentation for context-simplefonts - -%package context-simpleslides -Provides: tex-context-simpleslides = %{tl_version} -License: LPPL -Summary: context-simpleslides package -Version: svn28300.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(simpleslides-c-default.tex) = %{tl_version} -Provides: tex(simpleslides-f-default.tex) = %{tl_version} -Provides: tex(simpleslides-s-BigNumber.tex) = %{tl_version} -Provides: tex(simpleslides-s-BottomSquares.tex) = %{tl_version} -Provides: tex(simpleslides-s-Boxed.tex) = %{tl_version} -Provides: tex(simpleslides-s-BoxedTitle.tex) = %{tl_version} -Provides: tex(simpleslides-s-Ellipse.tex) = %{tl_version} -Provides: tex(simpleslides-s-Embossed.tex) = %{tl_version} -Provides: tex(simpleslides-s-Framed.tex) = %{tl_version} -Provides: tex(simpleslides-s-FramedTitle.tex) = %{tl_version} -Provides: tex(simpleslides-s-FuzzyTopic.tex) = %{tl_version} -Provides: tex(simpleslides-s-HorizontalStripes.tex) = %{tl_version} -Provides: tex(simpleslides-s-NarrowStripes.tex) = %{tl_version} -Provides: tex(simpleslides-s-PlainCounter.tex) = %{tl_version} -Provides: tex(simpleslides-s-RainbowStripe.tex) = %{tl_version} -Provides: tex(simpleslides-s-Rounded.tex) = %{tl_version} -Provides: tex(simpleslides-s-Shaded.tex) = %{tl_version} -Provides: tex(simpleslides-s-SideSquares.tex) = %{tl_version} -Provides: tex(simpleslides-s-SideToc.tex) = %{tl_version} -Provides: tex(simpleslides-s-Split.tex) = %{tl_version} -Provides: tex(simpleslides-s-Sunrise.tex) = %{tl_version} -Provides: tex(simpleslides-s-Swoosh.tex) = %{tl_version} -Provides: tex(simpleslides-s-ThickStripes.tex) = %{tl_version} -Provides: tex(simpleslides-s-default.tex) = %{tl_version} -Provides: tex(t-slidesvisualcounter.tex) = %{tl_version} - -%description context-simpleslides -context-simpleslides package - -%post context-simpleslides -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-simpleslides -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-simpleslides -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-simpleslides-doc -Summary: Documentation for context-simpleslides -Version: svn28300.0 -Release: %{tl_noarch_release} -Provides: tex-context-simpleslides-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-simpleslides-doc -Documentation for context-simpleslides - -%package context-typearea -Provides: tex-context-typearea = %{tl_version} -License: GPL+ -Summary: Something like Koma-Script typearea -Version: svn23167.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-typearea.tex) = %{tl_version} - -%description context-typearea -The module provides a command that calculates the page layout -as the LaTeX package typearea does. - -date: 2008-08-18 23:54:09 +0200 - -%post context-typearea -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-typearea -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-typearea -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-typearea-doc -Summary: Documentation for context-typearea -Version: svn23167.0 -Release: %{tl_noarch_release} -Provides: tex-context-typearea-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-typearea-doc -Documentation for context-typearea - -%package context-typescripts -Provides: tex-context-typescripts = %{tl_version} -License: GPLv2+ -Summary: Small modules to load various fonts for use in ConTeXt -Version: svn25411.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-typescripts -The package provides files offering interfaces to 33 publicly -available fonts (or collections of fonts from the same -foundry); each is available in a .mkii and a .mkiv version. - -date: 2012-02-16 15:23:58 +0100 - -%post context-typescripts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-typescripts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-typescripts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-typescripts-doc -Summary: Documentation for context-typescripts -Version: svn25411.0 -Release: %{tl_noarch_release} -Provides: tex-context-typescripts-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-doc - -%description context-typescripts-doc -Documentation for context-typescripts - -%package context-vim -Provides: tex-context-vim = %{tl_version} -License: BSD -Summary: Generate Context syntax highlighting code from vim -Version: svn27374.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context-filter -Requires: tex-context -Provides: tex(t-syntax-groups.tex) = %{tl_version} -Provides: tex(t-vim.tex) = %{tl_version} - -%description context-vim -ConTeXt has excellent pretty printing capabilities for many -languages. The code for pretty printing is written in TeX, and -due to catcode juggling, such verbatim typesetting is perhaps -the trickiest part of TeX. This makes it difficult for a -"normal" user to define syntax highlighting rules for a new -language. This module takes the onus of defining syntax -highlighting rules away from the user and uses ViM editor to -generate the syntax highlighting. There is a helper -2context.vim script to do the syntax parsing in ViM. - -date: 2012-08-12 18:39:04 +0200 - -%post context-vim -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun context-vim -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans context-vim -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package context-vim-doc -Summary: Documentation for context-vim -Version: svn27374.0 -Release: %{tl_noarch_release} -Provides: tex-context-vim-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-context-filter-doc -Requires: tex-context-doc - -%description context-vim-doc -Documentation for context-vim - -%package collection-documentation-arabic -Summary: Arabic documentation -Version: svn14327.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-persian-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-arabic -collection-documentation-arabic package - -%package lshort-persian-doc -Summary: Documentation for lshort-persian -Version: svn15878.4.26_2009_08_04 -Release: %{tl_noarch_release} -Provides: tex-lshort-persian-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-persian-doc -Documentation for lshort-persian - -%package collection-documentation-bulgarian -Summary: Bulgarian documentation -Version: svn19296.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-bulgarian-doc -Requires: texlive-pst-eucl-translation-bg-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-bulgarian -collection-documentation-bulgarian package - -%package lshort-bulgarian-doc -Summary: Documentation for lshort-bulgarian -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-bulgarian-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-bulgarian-doc -Documentation for lshort-bulgarian - -%package pst-eucl-translation-bg-doc -Summary: Documentation for pst-eucl-translation-bg -Version: svn19296.1.3.2 -Release: %{tl_noarch_release} -Provides: tex-pst-eucl-translation-bg-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-eucl-translation-bg-doc -Documentation for pst-eucl-translation-bg - -%package collection-documentation-czechslovak -Summary: Czech/Slovak documentation -Version: svn23021.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-czech-doc -Requires: texlive-lshort-slovak-doc -Requires: texlive-texlive-cz-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-czechslovak -collection-documentation-czechslovak package - -%package lshort-czech-doc -Summary: Documentation for lshort-czech -Version: svn23021.4.27 -Release: %{tl_noarch_release} -Provides: tex-lshort-czech-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-czech-doc -Documentation for lshort-czech - -%package lshort-slovak-doc -Summary: Documentation for lshort-slovak -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-slovak-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-slovak-doc -Documentation for lshort-slovak - -%package texlive-cz-doc -Summary: Documentation for texlive-cz -Version: svn26864.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-cz-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-cz-doc -Documentation for texlive-cz - -%package collection-documentation-dutch -Summary: Dutch documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-dutch-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-dutch -collection-documentation-dutch package - -%package lshort-dutch-doc -Summary: Documentation for lshort-dutch -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-lshort-dutch-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-dutch-doc -Documentation for lshort-dutch - -%package collection-documentation-english -Summary: English documentation -Version: svn28959.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-FAQ-en-doc -Requires: texlive-MemoirChapStyles-doc -Requires: texlive-Type1fonts-doc -Requires: texlive-amslatex-primer-doc -Requires: texlive-around-the-bend-doc -Requires: texlive-components-of-TeX-doc -Requires: texlive-comprehensive-doc -Requires: texlive-dtxtut-doc -Requires: texlive-first-latex-doc-doc -Requires: texlive-gentle-doc -Requires: texlive-guide-to-latex-doc -Requires: texlive-happy4th-doc -Requires: texlive-impatient-doc -Requires: texlive-intro-scientific-doc -Requires: texlive-knuth-doc -Requires: texlive-l2tabu-english-doc -Requires: texlive-latex-brochure-doc -Requires: texlive-latex-course-doc -Requires: texlive-latex-doc-ptr-doc -Requires: texlive-latex-graphics-companion-doc -Requires: texlive-latex-veryshortguide-doc -Requires: texlive-latex-web-companion-doc -Requires: tex-latex2e-help-texinfo -Requires: texlive-latex4wp-doc -Requires: texlive-latexcheat-doc -Requires: tex-latexfileinfo-pkgs -Requires: texlive-lshort-english-doc -Requires: texlive-macros2e-doc -Requires: texlive-math-e-doc -Requires: texlive-mathmode-doc -Requires: texlive-memdesign-doc -Requires: texlive-metafont-beginners-doc -Requires: texlive-metapost-examples-doc -Requires: texlive-mil3-doc -Requires: texlive-patgen2-tutorial-doc -Requires: texlive-pictexsum-doc -Requires: texlive-plain-doc-doc -Requires: texlive-presentations-en-doc -Requires: texlive-pstricks-examples-en-doc -Requires: texlive-simplified-latex-doc -Requires: texlive-svg-inkscape-doc -Requires: texlive-tabulars-e-doc -Requires: texlive-tamethebeast-doc -Requires: texlive-tds-doc -Requires: texlive-tex-font-errors-cheatsheet-doc -Requires: texlive-tex-overview-doc -Requires: texlive-tex-refs-doc -Requires: texlive-texbytopic-doc -Requires: texlive-titlepages-doc -Requires: texlive-tlc2-doc -Requires: texlive-visualfaq-doc -Requires: texlive-webguide-doc -Requires: texlive-xetexref-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-english -collection-documentation-english package - -%package FAQ-en-doc -Summary: Documentation for FAQ-en -Version: svn29288.3.26 -Release: %{tl_noarch_release} -Provides: tex-FAQ-en-doc -BuildArch: noarch -AutoReqProv: No - -%description FAQ-en-doc -Documentation for FAQ-en - -%package MemoirChapStyles-doc -Summary: Documentation for MemoirChapStyles -Version: svn25918.1.7e -Release: %{tl_noarch_release} -Provides: tex-MemoirChapStyles-doc -BuildArch: noarch -AutoReqProv: No - -%description MemoirChapStyles-doc -Documentation for MemoirChapStyles - -%package Type1fonts-doc -Summary: Documentation for Type1fonts -Version: svn19603.2.14 -Release: %{tl_noarch_release} -Provides: tex-Type1fonts-doc -BuildArch: noarch -AutoReqProv: No - -%description Type1fonts-doc -Documentation for Type1fonts - -%package components-of-TeX-doc -Summary: Documentation for components-of-TeX -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-components-of-TeX-doc -BuildArch: noarch -AutoReqProv: No - -%description components-of-TeX-doc -Documentation for components-of-TeX - -%package comprehensive-doc -Summary: Documentation for comprehensive -Version: svn25501.11.0 -Release: %{tl_noarch_release} -Provides: tex-comprehensive-doc -BuildArch: noarch -AutoReqProv: No - -%description comprehensive-doc -Documentation for comprehensive - -%package dtxtut-doc -Summary: Documentation for dtxtut -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-dtxtut-doc -BuildArch: noarch -AutoReqProv: No - -%description dtxtut-doc -Documentation for dtxtut - -%package first-latex-doc-doc -Summary: Documentation for first-latex-doc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-first-latex-doc-doc -BuildArch: noarch -AutoReqProv: No - -%description first-latex-doc-doc -Documentation for first-latex-doc - -%package gentle-doc -Summary: Documentation for gentle -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gentle-doc -BuildArch: noarch -AutoReqProv: No - -%description gentle-doc -Documentation for gentle - -%package guide-to-latex-doc -Summary: Documentation for guide-to-latex -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-guide-to-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description guide-to-latex-doc -Documentation for guide-to-latex - -%package happy4th-doc -Summary: Documentation for happy4th -Version: svn25020.20120102 -Release: %{tl_noarch_release} -Provides: tex-happy4th-doc -BuildArch: noarch -AutoReqProv: No - -%description happy4th-doc -Documentation for happy4th - -%package impatient-doc -Summary: Documentation for impatient -Version: svn21214.0 -Release: %{tl_noarch_release} -Provides: tex-impatient-doc -BuildArch: noarch -AutoReqProv: No - -%description impatient-doc -Documentation for impatient - -%package intro-scientific-doc -Summary: Documentation for intro-scientific -Version: svn15878.5th_edition -Release: %{tl_noarch_release} -Provides: tex-intro-scientific-doc -BuildArch: noarch -AutoReqProv: No - -%description intro-scientific-doc -Documentation for intro-scientific - -%package knuth-doc -Summary: Documentation for knuth -Version: svn23389.0 -Release: %{tl_noarch_release} -Provides: tex-knuth-doc -BuildArch: noarch -AutoReqProv: No - -%description knuth-doc -Documentation for knuth - -%package l2tabu-english-doc -Summary: Documentation for l2tabu-english -Version: svn15878.1.8.5.7 -Release: %{tl_noarch_release} -Provides: tex-l2tabu-english-doc -BuildArch: noarch -AutoReqProv: No - -%description l2tabu-english-doc -Documentation for l2tabu-english - -%package latex-brochure-doc -Summary: Documentation for latex-brochure -Version: svn28916.2013_01_22 -Release: %{tl_noarch_release} -Provides: tex-latex-brochure-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-brochure-doc -Documentation for latex-brochure - -%package latex-course-doc -Summary: Documentation for latex-course -Version: svn25505.0 -Release: %{tl_noarch_release} -Provides: tex-latex-course-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-course-doc -Documentation for latex-course - -%package latex-doc-ptr-doc -Summary: Documentation for latex-doc-ptr -Version: svn15878.2009_03_24 -Release: %{tl_noarch_release} -Provides: tex-latex-doc-ptr-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-doc-ptr-doc -Documentation for latex-doc-ptr - -%package latex-graphics-companion-doc -Summary: Documentation for latex-graphics-companion -Version: svn29235.0 -Release: %{tl_noarch_release} -Provides: tex-latex-graphics-companion-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-graphics-companion-doc -Documentation for latex-graphics-companion - -%package latex-veryshortguide-doc -Summary: Documentation for latex-veryshortguide -Version: svn28917.0 -Release: %{tl_noarch_release} -Provides: tex-latex-veryshortguide-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-veryshortguide-doc -Documentation for latex-veryshortguide - -%package latex-web-companion-doc -Summary: Documentation for latex-web-companion -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-latex-web-companion-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-web-companion-doc -Documentation for latex-web-companion - -%package latex2e-help-texinfo -Provides: tex-latex2e-help-texinfo = %{tl_version} -License: Latex2e -Summary: Unoffical reference manual covering LaTeX2e -Version: svn26333.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info - -%description latex2e-help-texinfo -The manual is provided as Texinfo source (which was originally -derived from the VMS help file in the DECUS TeX distribution of -1990, with many subsequent changes). This is a collaborative -development, and details of getting involved are to be found on -the package home page. All the other formats in the -distribution are derived from the Texinfo source, as usual. - -date: 2012-05-10 22:36:52 +0200 - -%preun latex2e-help-texinfo -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/latex2e.info %{_infodir}/dir 2>/dev/null || : -fi - -%post latex2e-help-texinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/latex2e.info %{_infodir}/dir 2>/dev/null -: - -%postun latex2e-help-texinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latex2e-help-texinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latex2e-help-texinfo-doc -Summary: Documentation for latex2e-help-texinfo -Version: svn26333.0 -Release: %{tl_noarch_release} -Provides: tex-latex2e-help-texinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description latex2e-help-texinfo-doc -Documentation for latex2e-help-texinfo - -%package latex4wp-doc -Summary: Documentation for latex4wp -Version: svn22314.1.0.7 -Release: %{tl_noarch_release} -Provides: tex-latex4wp-doc -BuildArch: noarch -AutoReqProv: No - -%description latex4wp-doc -Documentation for latex4wp - -%package latexcheat-doc -Summary: Documentation for latexcheat -Version: svn15878.1.13 -Release: %{tl_noarch_release} -Provides: tex-latexcheat-doc -BuildArch: noarch -AutoReqProv: No - -%description latexcheat-doc -Documentation for latexcheat - -%package latexfileinfo-pkgs -Provides: tex-latexfileinfo-pkgs = %{tl_version} -License: LPPL 1.3 -Summary: A comparison of packages showing LaTeX file information -Version: svn26760.0.22 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description latexfileinfo-pkgs -The package provides an HTML file that lists and compares CTAN -packages that display LaTeX source file information from -\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in -the LaTeX file. Five packages of the author's, and several -other packages are discussed; revision control systems are -mentioned briefly. - -date: 2012-05-30 14:24:48 +0200 - -%post latexfileinfo-pkgs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun latexfileinfo-pkgs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latexfileinfo-pkgs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latexfileinfo-pkgs-doc -Summary: Documentation for latexfileinfo-pkgs -Version: svn26760.0.22 -Release: %{tl_noarch_release} -Provides: tex-latexfileinfo-pkgs-doc -BuildArch: noarch -AutoReqProv: No - -%description latexfileinfo-pkgs-doc -Documentation for latexfileinfo-pkgs - -%package lshort-english-doc -Summary: Documentation for lshort-english -Version: svn22002.5.01 -Release: %{tl_noarch_release} -Provides: tex-lshort-english-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-english-doc -Documentation for lshort-english - -%package macros2e-doc -Summary: Documentation for macros2e -Version: svn23236.v0.4 -Release: %{tl_noarch_release} -Provides: tex-macros2e-doc -BuildArch: noarch -AutoReqProv: No - -%description macros2e-doc -Documentation for macros2e - -%package math-e-doc -Summary: Documentation for math-e -Version: svn20062.0 -Release: %{tl_noarch_release} -Provides: tex-math-e-doc -BuildArch: noarch -AutoReqProv: No - -%description math-e-doc -Documentation for math-e - -%package mathmode-doc -Summary: Documentation for mathmode -Version: svn20742.2.47 -Release: %{tl_noarch_release} -Provides: tex-mathmode-doc -BuildArch: noarch -AutoReqProv: No - -%description mathmode-doc -Documentation for mathmode - -%package memdesign-doc -Summary: Documentation for memdesign -Version: svn20237.0 -Release: %{tl_noarch_release} -Provides: tex-memdesign-doc -BuildArch: noarch -AutoReqProv: No - -%description memdesign-doc -Documentation for memdesign - -%package metafont-beginners-doc -Summary: Documentation for metafont-beginners -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-metafont-beginners-doc -BuildArch: noarch -AutoReqProv: No - -%description metafont-beginners-doc -Documentation for metafont-beginners - -%package metapost-examples-doc -Summary: Documentation for metapost-examples -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-metapost-examples-doc -BuildArch: noarch -AutoReqProv: No - -%description metapost-examples-doc -Documentation for metapost-examples - -%package mil3-doc -Summary: Documentation for mil3 -Version: svn21677.0 -Release: %{tl_noarch_release} -Provides: tex-mil3-doc -BuildArch: noarch -AutoReqProv: No - -%description mil3-doc -Documentation for mil3 - -%package patgen2-tutorial-doc -Summary: Documentation for patgen2-tutorial -Version: svn16490.0 -Release: %{tl_noarch_release} -Provides: tex-patgen2-tutorial-doc -BuildArch: noarch -AutoReqProv: No - -%description patgen2-tutorial-doc -Documentation for patgen2-tutorial - -%package pictexsum-doc -Summary: Documentation for pictexsum -Version: svn24965.0 -Release: %{tl_noarch_release} -Provides: tex-pictexsum-doc -BuildArch: noarch -AutoReqProv: No - -%description pictexsum-doc -Documentation for pictexsum - -%package plain-doc-doc -Summary: Documentation for plain-doc -Version: svn28424.0 -Release: %{tl_noarch_release} -Provides: tex-plain-doc-doc -BuildArch: noarch -AutoReqProv: No - -%description plain-doc-doc -Documentation for plain-doc - -%package presentations-en-doc -Summary: Documentation for presentations-en -Version: svn27471.0 -Release: %{tl_noarch_release} -Provides: tex-presentations-en-doc -BuildArch: noarch -AutoReqProv: No - -%description presentations-en-doc -Documentation for presentations-en - -%package pstricks-examples-en-doc -Summary: Documentation for pstricks-examples-en -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-pstricks-examples-en-doc -BuildArch: noarch -AutoReqProv: No - -%description pstricks-examples-en-doc -Documentation for pstricks-examples-en - -%package simplified-latex-doc -Summary: Documentation for simplified-latex -Version: svn20620.0 -Release: %{tl_noarch_release} -Provides: tex-simplified-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description simplified-latex-doc -Documentation for simplified-latex - -%package svg-inkscape-doc -Summary: Documentation for svg-inkscape -Version: svn19788.0 -Release: %{tl_noarch_release} -Provides: tex-svg-inkscape-doc -BuildArch: noarch -AutoReqProv: No - -%description svg-inkscape-doc -Documentation for svg-inkscape - -%package tabulars-e-doc -Summary: Documentation for tabulars-e -Version: svn21191.1.0 -Release: %{tl_noarch_release} -Provides: tex-tabulars-e-doc -BuildArch: noarch -AutoReqProv: No - -%description tabulars-e-doc -Documentation for tabulars-e - -%package tamethebeast-doc -Summary: Documentation for tamethebeast -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-tamethebeast-doc -BuildArch: noarch -AutoReqProv: No - -%description tamethebeast-doc -Documentation for tamethebeast - -%package tds-doc -Summary: Documentation for tds -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-tds-doc -BuildArch: noarch -AutoReqProv: No - -%description tds-doc -Documentation for tds - -%package tex-font-errors-cheatsheet-doc -Summary: Documentation for tex-font-errors-cheatsheet -Version: svn18314.0.1 -Release: %{tl_noarch_release} -Provides: tex-tex-font-errors-cheatsheet-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-font-errors-cheatsheet-doc -Documentation for tex-font-errors-cheatsheet - -%package tex-overview-doc -Summary: Documentation for tex-overview -Version: svn27724.0.1f -Release: %{tl_noarch_release} -Provides: tex-tex-overview-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-overview-doc -Documentation for tex-overview - -%package tex-refs-doc -Summary: Documentation for tex-refs -Version: svn15878.0.3.8 -Release: %{tl_noarch_release} -Provides: tex-tex-refs-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-refs-doc -Documentation for tex-refs - -%package texbytopic-doc -Summary: Documentation for texbytopic -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-texbytopic-doc -BuildArch: noarch -AutoReqProv: No - -%description texbytopic-doc -Documentation for texbytopic - -%package titlepages-doc -Summary: Documentation for titlepages -Version: svn19457.2010_07_14 -Release: %{tl_noarch_release} -Provides: tex-titlepages-doc -BuildArch: noarch -AutoReqProv: No - -%description titlepages-doc -Documentation for titlepages - -%package tlc2-doc -Summary: Documentation for tlc2 -Version: svn26096.0 -Release: %{tl_noarch_release} -Provides: tex-tlc2-doc -BuildArch: noarch -AutoReqProv: No - -%description tlc2-doc -Documentation for tlc2 - -%package visualfaq-doc -Summary: Documentation for visualfaq -Version: svn19677.0 -Release: %{tl_noarch_release} -Provides: tex-visualfaq-doc -BuildArch: noarch -AutoReqProv: No - -%description visualfaq-doc -Documentation for visualfaq - -%package webguide-doc -Summary: Documentation for webguide -Version: svn25813.0 -Release: %{tl_noarch_release} -Provides: tex-webguide-doc -BuildArch: noarch -AutoReqProv: No - -%description webguide-doc -Documentation for webguide - -%package xetexref-doc -Summary: Documentation for xetexref -Version: svn20921.0 -Release: %{tl_noarch_release} -Provides: tex-xetexref-doc -BuildArch: noarch -AutoReqProv: No - -%description xetexref-doc -Documentation for xetexref - -%package collection-documentation-finnish -Summary: Finnish documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-finnish-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-finnish -collection-documentation-finnish package - -%package lshort-finnish-doc -Summary: Documentation for lshort-finnish -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-finnish-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-finnish-doc -Documentation for lshort-finnish - -%package collection-documentation-french -Summary: French documentation -Version: svn25105.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-apprends-latex-doc -Requires: texlive-epslatex-fr-doc -Requires: texlive-impatient-fr-doc -Requires: texlive-l2tabu-french-doc -Requires: texlive-lshort-french-doc -Requires: texlive-texlive-fr-doc -Requires: texlive-translation-array-fr-doc -Requires: texlive-translation-dcolumn-fr-doc -Requires: texlive-translation-natbib-fr-doc -Requires: texlive-translation-tabbing-fr-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-french -collection-documentation-french package - -%package epslatex-fr-doc -Summary: Documentation for epslatex-fr -Version: svn19440.0 -Release: %{tl_noarch_release} -Provides: tex-epslatex-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description epslatex-fr-doc -Documentation for epslatex-fr - -%package impatient-fr-doc -Summary: Documentation for impatient-fr -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-impatient-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description impatient-fr-doc -Documentation for impatient-fr - -%package l2tabu-french-doc -Summary: Documentation for l2tabu-french -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-l2tabu-french-doc -BuildArch: noarch -AutoReqProv: No - -%description l2tabu-french-doc -Documentation for l2tabu-french - -%package lshort-french-doc -Summary: Documentation for lshort-french -Version: svn23332.5.01fr_0 -Release: %{tl_noarch_release} -Provides: tex-lshort-french-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-french-doc -Documentation for lshort-french - -%package texlive-fr-doc -Summary: Documentation for texlive-fr -Version: svn28369.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-fr-doc -Documentation for texlive-fr - -%package translation-array-fr-doc -Summary: Documentation for translation-array-fr -Version: svn24344.0 -Release: %{tl_noarch_release} -Provides: tex-translation-array-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-array-fr-doc -Documentation for translation-array-fr - -%package translation-dcolumn-fr-doc -Summary: Documentation for translation-dcolumn-fr -Version: svn24345.0 -Release: %{tl_noarch_release} -Provides: tex-translation-dcolumn-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-dcolumn-fr-doc -Documentation for translation-dcolumn-fr - -%package translation-natbib-fr-doc -Summary: Documentation for translation-natbib-fr -Version: svn25105.0 -Release: %{tl_noarch_release} -Provides: tex-translation-natbib-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-natbib-fr-doc -Documentation for translation-natbib-fr - -%package translation-tabbing-fr-doc -Summary: Documentation for translation-tabbing-fr -Version: svn24228.0 -Release: %{tl_noarch_release} -Provides: tex-translation-tabbing-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-tabbing-fr-doc -Documentation for translation-tabbing-fr - -%package collection-documentation-german -Summary: German documentation -Version: svn28826.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-einfuehrung-doc -Requires: texlive-fifinddo-info-doc -Requires: texlive-l2picfaq-doc -Requires: texlive-l2tabu-doc -Requires: texlive-latex-bib-ex-doc -Requires: texlive-latex-referenz-doc -Requires: texlive-latex-tabellen-doc -Requires: texlive-lshort-german-doc -Requires: texlive-presentations-doc -Requires: texlive-pstricks-examples-doc -Requires: texlive-templates-fenn-doc -Requires: texlive-templates-sommer-doc -Requires: texlive-texlive-de-doc -Requires: texlive-translation-arsclassica-de-doc -Requires: texlive-translation-biblatex-de-doc -Requires: texlive-translation-chemsym-de-doc -Requires: texlive-translation-ecv-de-doc -Requires: texlive-translation-enumitem-de-doc -Requires: texlive-translation-europecv-de-doc -Requires: texlive-translation-filecontents-de-doc -Requires: texlive-translation-moreverb-de-doc -Requires: texlive-voss-de-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-german -collection-documentation-german package - -%package einfuehrung-doc -Summary: Documentation for einfuehrung -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-einfuehrung-doc -BuildArch: noarch -AutoReqProv: No - -%description einfuehrung-doc -Documentation for einfuehrung - -%package fifinddo-info-doc -Summary: Documentation for fifinddo-info -Version: svn29349.1.1b -Release: %{tl_noarch_release} -Provides: tex-fifinddo-info-doc -BuildArch: noarch -AutoReqProv: No - -%description fifinddo-info-doc -Documentation for fifinddo-info - -%package l2picfaq-doc -Summary: Documentation for l2picfaq -Version: svn19601.1.50 -Release: %{tl_noarch_release} -Provides: tex-l2picfaq-doc -BuildArch: noarch -AutoReqProv: No - -%description l2picfaq-doc -Documentation for l2picfaq - -%package l2tabu-doc -Summary: Documentation for l2tabu -Version: svn24038.2.3 -Release: %{tl_noarch_release} -Provides: tex-l2tabu-doc -BuildArch: noarch -AutoReqProv: No - -%description l2tabu-doc -Documentation for l2tabu - -%package latex-bib-ex-doc -Summary: Documentation for latex-bib-ex -Version: svn25831.0 -Release: %{tl_noarch_release} -Provides: tex-latex-bib-ex-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-bib-ex-doc -Documentation for latex-bib-ex - -%package latex-referenz-doc -Summary: Documentation for latex-referenz -Version: svn16980.0 -Release: %{tl_noarch_release} -Provides: tex-latex-referenz-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-referenz-doc -Documentation for latex-referenz - -%package latex-tabellen-doc -Summary: Documentation for latex-tabellen -Version: svn16979.0 -Release: %{tl_noarch_release} -Provides: tex-latex-tabellen-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-tabellen-doc -Documentation for latex-tabellen - -%package lshort-german-doc -Summary: Documentation for lshort-german -Version: svn28270.3.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-german-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-german-doc -Documentation for lshort-german - -%package presentations-doc -Summary: Documentation for presentations -Version: svn17172.0 -Release: %{tl_noarch_release} -Provides: tex-presentations-doc -BuildArch: noarch -AutoReqProv: No - -%description presentations-doc -Documentation for presentations - -%package pstricks-examples-doc -Summary: Documentation for pstricks-examples -Version: svn21511.0 -Release: %{tl_noarch_release} -Provides: tex-pstricks-examples-doc -BuildArch: noarch -AutoReqProv: No - -%description pstricks-examples-doc -Documentation for pstricks-examples - -%package templates-fenn-doc -Summary: Documentation for templates-fenn -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-templates-fenn-doc -BuildArch: noarch -AutoReqProv: No - -%description templates-fenn-doc -Documentation for templates-fenn - -%package templates-sommer-doc -Summary: Documentation for templates-sommer -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-templates-sommer-doc -BuildArch: noarch -AutoReqProv: No - -%description templates-sommer-doc -Documentation for templates-sommer - -%package texlive-de-doc -Summary: Documentation for texlive-de -Version: svn29084.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-de-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-de-doc -Documentation for texlive-de - -%package translation-arsclassica-de-doc -Summary: Documentation for translation-arsclassica-de -Version: svn23803.0 -Release: %{tl_noarch_release} -Provides: tex-translation-arsclassica-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-arsclassica-de-doc -Documentation for translation-arsclassica-de - -%package translation-biblatex-de-doc -Summary: Documentation for translation-biblatex-de -Version: svn24386.1.0 -Release: %{tl_noarch_release} -Provides: tex-translation-biblatex-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-biblatex-de-doc -Documentation for translation-biblatex-de - -%package translation-chemsym-de-doc -Summary: Documentation for translation-chemsym-de -Version: svn23804.0 -Release: %{tl_noarch_release} -Provides: tex-translation-chemsym-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-chemsym-de-doc -Documentation for translation-chemsym-de - -%package translation-ecv-de-doc -Summary: Documentation for translation-ecv-de -Version: svn24754.0 -Release: %{tl_noarch_release} -Provides: tex-translation-ecv-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-ecv-de-doc -Documentation for translation-ecv-de - -%package translation-enumitem-de-doc -Summary: Documentation for translation-enumitem-de -Version: svn24196.0 -Release: %{tl_noarch_release} -Provides: tex-translation-enumitem-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-enumitem-de-doc -Documentation for translation-enumitem-de - -%package translation-europecv-de-doc -Summary: Documentation for translation-europecv-de -Version: svn23840.0 -Release: %{tl_noarch_release} -Provides: tex-translation-europecv-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-europecv-de-doc -Documentation for translation-europecv-de - -%package translation-filecontents-de-doc -Summary: Documentation for translation-filecontents-de -Version: svn24010.0 -Release: %{tl_noarch_release} -Provides: tex-translation-filecontents-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-filecontents-de-doc -Documentation for translation-filecontents-de - -%package translation-moreverb-de-doc -Summary: Documentation for translation-moreverb-de -Version: svn23957.0 -Release: %{tl_noarch_release} -Provides: tex-translation-moreverb-de-doc -BuildArch: noarch -AutoReqProv: No - -%description translation-moreverb-de-doc -Documentation for translation-moreverb-de - -%package voss-de-doc -Summary: Documentation for voss-de -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-voss-de-doc -BuildArch: noarch -AutoReqProv: No - -%description voss-de-doc -Documentation for voss-de - -%package collection-documentation-chinese -Summary: Chinese documentation -Version: svn14384.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-ctex-faq-doc -Requires: texlive-latex-notes-zh-cn-doc -Requires: texlive-lshort-chinese-doc -Requires: texlive-texlive-zh-cn-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-chinese -collection-documentation-chinese package - -%package ctex-faq-doc -Summary: Documentation for ctex-faq -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ctex-faq-doc -BuildArch: noarch -AutoReqProv: No - -%description ctex-faq-doc -Documentation for ctex-faq - -%package latex-notes-zh-cn-doc -Summary: Documentation for latex-notes-zh-cn -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-latex-notes-zh-cn-doc -BuildArch: noarch -AutoReqProv: No - -%description latex-notes-zh-cn-doc -Documentation for latex-notes-zh-cn - -%package lshort-chinese-doc -Summary: Documentation for lshort-chinese -Version: svn15878.4.20 -Release: %{tl_noarch_release} -Provides: tex-lshort-chinese-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-chinese-doc -Documentation for lshort-chinese - -%package texlive-zh-cn-doc -Summary: Documentation for texlive-zh-cn -Version: svn26851.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-zh-cn-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-zh-cn-doc -Documentation for texlive-zh-cn - -%package collection-documentation-italian -Summary: Italian documentation -Version: svn25218.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-amsldoc-it-doc -Requires: texlive-amsthdoc-it-doc -Requires: texlive-fancyhdr-it-doc -Requires: texlive-l2tabu-italian-doc -Requires: texlive-latex4wp-it-doc -Requires: texlive-lshort-italian-doc -Requires: texlive-psfrag-italian-doc -Requires: texlive-texlive-it-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-italian -collection-documentation-italian package - -%package fancyhdr-it-doc -Summary: Documentation for fancyhdr-it -Version: svn21912.0 -Release: %{tl_noarch_release} -Provides: tex-fancyhdr-it-doc -BuildArch: noarch -AutoReqProv: No - -%description fancyhdr-it-doc -Documentation for fancyhdr-it - -%package l2tabu-italian-doc -Summary: Documentation for l2tabu-italian -Version: svn25218.1.8.4 -Release: %{tl_noarch_release} -Provides: tex-l2tabu-italian-doc -BuildArch: noarch -AutoReqProv: No - -%description l2tabu-italian-doc -Documentation for l2tabu-italian - -%package latex4wp-it-doc -Summary: Documentation for latex4wp-it -Version: svn22335.0 -Release: %{tl_noarch_release} -Provides: tex-latex4wp-it-doc -BuildArch: noarch -AutoReqProv: No - -%description latex4wp-it-doc -Documentation for latex4wp-it - -%package lshort-italian-doc -Summary: Documentation for lshort-italian -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-italian-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-italian-doc -Documentation for lshort-italian - -%package psfrag-italian-doc -Summary: Documentation for psfrag-italian -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-psfrag-italian-doc -BuildArch: noarch -AutoReqProv: No - -%description psfrag-italian-doc -Documentation for psfrag-italian - -%package texlive-it-doc -Summary: Documentation for texlive-it -Version: svn26875.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-it-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-it-doc -Documentation for texlive-it - -%package collection-documentation-japanese -Summary: Japanese documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-japanese-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-japanese -collection-documentation-japanese package - -%package lshort-japanese-doc -Summary: Documentation for lshort-japanese -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-japanese-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-japanese-doc -Documentation for lshort-japanese - -%package collection-documentation-korean -Summary: Korean documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-korean-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-korean -collection-documentation-korean package - -%package lshort-korean-doc -Summary: Documentation for lshort-korean -Version: svn15878.4.17 -Release: %{tl_noarch_release} -Provides: tex-lshort-korean-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-korean-doc -Documentation for lshort-korean - -%package collection-documentation-mongolian -Summary: Mongolian documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-mongol-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-mongolian -collection-documentation-mongolian package - -%package lshort-mongol-doc -Summary: Documentation for lshort-mongol -Version: svn15878.4.26 -Release: %{tl_noarch_release} -Provides: tex-lshort-mongol-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-mongol-doc -Documentation for lshort-mongol - -%package collection-documentation-polish -Summary: Polish documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-polish-doc -Requires: texlive-tex-virtual-academy-pl-doc -Requires: texlive-texlive-pl-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-polish -collection-documentation-polish package - -%package lshort-polish-doc -Summary: Documentation for lshort-polish -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-polish-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-polish-doc -Documentation for lshort-polish - -%package tex-virtual-academy-pl-doc -Summary: Documentation for tex-virtual-academy-pl -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-tex-virtual-academy-pl-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-virtual-academy-pl-doc -Documentation for tex-virtual-academy-pl - -%package texlive-pl-doc -Summary: Documentation for texlive-pl -Version: svn26827.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-pl-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-pl-doc -Documentation for texlive-pl - -%package collection-documentation-portuguese -Summary: Portuguese documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-beamer-tut-pt-doc -Requires: texlive-cursolatex-doc -Requires: texlive-latexcheat-ptbr-doc -Requires: texlive-lshort-portuguese-doc -Requires: texlive-xypic-tut-pt-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-portuguese -collection-documentation-portuguese package - -%package cursolatex-doc -Summary: Documentation for cursolatex -Version: svn24139.0 -Release: %{tl_noarch_release} -Provides: tex-cursolatex-doc -BuildArch: noarch -AutoReqProv: No - -%description cursolatex-doc -Documentation for cursolatex - -%package latexcheat-ptbr-doc -Summary: Documentation for latexcheat-ptbr -Version: svn15878.1.13 -Release: %{tl_noarch_release} -Provides: tex-latexcheat-ptbr-doc -BuildArch: noarch -AutoReqProv: No - -%description latexcheat-ptbr-doc -Documentation for latexcheat-ptbr - -%package lshort-portuguese-doc -Summary: Documentation for lshort-portuguese -Version: svn22569.5.01.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-portuguese-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-portuguese-doc -Documentation for lshort-portuguese - -%package xypic-tut-pt-doc -Summary: Documentation for xypic-tut-pt -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-xypic-tut-pt-doc -BuildArch: noarch -AutoReqProv: No - -%description xypic-tut-pt-doc -Documentation for xypic-tut-pt - -%package collection-documentation-russian -Summary: Russian documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-russian-doc -Requires: texlive-mpman-ru-doc -Requires: texlive-texlive-ru-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-russian -collection-documentation-russian package - -%package lshort-russian-doc -Summary: Documentation for lshort-russian -Version: svn18906.0 -Release: %{tl_noarch_release} -Provides: tex-lshort-russian-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-russian-doc -Documentation for lshort-russian - -%package mpman-ru-doc -Summary: Documentation for mpman-ru -Version: svn15878.1.004 -Release: %{tl_noarch_release} -Provides: tex-mpman-ru-doc -BuildArch: noarch -AutoReqProv: No - -%description mpman-ru-doc -Documentation for mpman-ru - -%package texlive-ru-doc -Summary: Documentation for texlive-ru -Version: svn26661.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-ru-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-ru-doc -Documentation for texlive-ru - -%package collection-documentation-serbian -Summary: Serbian documentation -Version: svn19112.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-texlive-sr-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-serbian -collection-documentation-serbian package - -%package texlive-sr-doc -Summary: Documentation for texlive-sr -Version: svn26818.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-sr-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-sr-doc -Documentation for texlive-sr - -%package collection-documentation-slovenian -Summary: Slovenian documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-slovenian-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-slovenian -collection-documentation-slovenian package - -%package lshort-slovenian-doc -Summary: Documentation for lshort-slovenian -Version: svn15878.4.20 -Release: %{tl_noarch_release} -Provides: tex-lshort-slovenian-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-slovenian-doc -Documentation for lshort-slovenian - -%package collection-documentation-spanish -Summary: Spanish documentation -Version: svn19634.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-es-tex-faq-doc -Requires: texlive-l2tabu-spanish-doc -Requires: tex-latex2e-help-texinfo-spanish -Requires: texlive-latexcheat-esmx-doc -Requires: texlive-lshort-spanish-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-spanish -collection-documentation-spanish package - -%package es-tex-faq-doc -Summary: Documentation for es-tex-faq -Version: svn15878.1.97 -Release: %{tl_noarch_release} -Provides: tex-es-tex-faq-doc -BuildArch: noarch -AutoReqProv: No - -%description es-tex-faq-doc -Documentation for es-tex-faq - -%package l2tabu-spanish-doc -Summary: Documentation for l2tabu-spanish -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-l2tabu-spanish-doc -BuildArch: noarch -AutoReqProv: No - -%description l2tabu-spanish-doc -Documentation for l2tabu-spanish - -%package latex2e-help-texinfo-spanish -Provides: tex-latex2e-help-texinfo-spanish = %{tl_version} -License: LPPL -Summary: latex2e-help-texinfo-spanish package -Version: svn24109.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info - -%description latex2e-help-texinfo-spanish -latex2e-help-texinfo-spanish package - -%preun latex2e-help-texinfo-spanish -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/latex2e-es.info %{_infodir}/dir 2>/dev/null || : -fi - -%post latex2e-help-texinfo-spanish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/latex2e-es.info %{_infodir}/dir 2>/dev/null -: - -%postun latex2e-help-texinfo-spanish -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latex2e-help-texinfo-spanish -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latex2e-help-texinfo-spanish-doc -Summary: Documentation for latex2e-help-texinfo-spanish -Version: svn24109.0 -Release: %{tl_noarch_release} -Provides: tex-latex2e-help-texinfo-spanish-doc -BuildArch: noarch -AutoReqProv: No - -%description latex2e-help-texinfo-spanish-doc -Documentation for latex2e-help-texinfo-spanish - -%package latexcheat-esmx-doc -Summary: Documentation for latexcheat-esmx -Version: svn16664.0 -Release: %{tl_noarch_release} -Provides: tex-latexcheat-esmx-doc -BuildArch: noarch -AutoReqProv: No - -%description latexcheat-esmx-doc -Documentation for latexcheat-esmx - -%package lshort-spanish-doc -Summary: Documentation for lshort-spanish -Version: svn17269.0.4 -Release: %{tl_noarch_release} -Provides: tex-lshort-spanish-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-spanish-doc -Documentation for lshort-spanish - -%package collection-documentation-thai -Summary: Thai documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-thai-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-thai -collection-documentation-thai package - -%package lshort-thai-doc -Summary: Documentation for lshort-thai -Version: svn15878.1.32 -Release: %{tl_noarch_release} -Provides: tex-lshort-thai-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-thai-doc -Documentation for lshort-thai - -%package collection-documentation-turkish -Summary: Turkish documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-turkish-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-turkish -collection-documentation-turkish package - -%package lshort-turkish-doc -Summary: Documentation for lshort-turkish -Version: svn15878.4.20 -Release: %{tl_noarch_release} -Provides: tex-lshort-turkish-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-turkish-doc -Documentation for lshort-turkish - -%package collection-documentation-ukrainian -Summary: Ukrainian documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-lshort-ukr-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-ukrainian -collection-documentation-ukrainian package - -%package lshort-ukr-doc -Summary: Documentation for lshort-ukr -Version: svn15878.4.00 -Release: %{tl_noarch_release} -Provides: tex-lshort-ukr-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-ukr-doc -Documentation for lshort-ukr - -%package collection-documentation-vietnamese -Summary: Vietnamese documentation -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-amsldoc-vn-doc -Requires: texlive-lshort-vietnamese-doc -Requires: texlive-ntheorem-vn-doc -Requires: texlive-collection-documentation-base - -%description collection-documentation-vietnamese -collection-documentation-vietnamese package - -%package lshort-vietnamese-doc -Summary: Documentation for lshort-vietnamese -Version: svn15878.4.00 -Release: %{tl_noarch_release} -Provides: tex-lshort-vietnamese-doc -BuildArch: noarch -AutoReqProv: No - -%description lshort-vietnamese-doc -Documentation for lshort-vietnamese - -%package ntheorem-vn-doc -Summary: Documentation for ntheorem-vn -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ntheorem-vn-doc -BuildArch: noarch -AutoReqProv: No - -%description ntheorem-vn-doc -Documentation for ntheorem-vn - -%package collection-fontsextra -Summary: Extra fonts -Version: svn29576.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-asana-math -Requires: tex-adforn -Requires: tex-adfsymbols -Requires: tex-aecc -Requires: tex-allrunes -Requires: tex-antiqua -Requires: tex-antt -Requires: tex-archaic -Requires: tex-arev -Requires: tex-ascii -Requires: tex-aspectratio -Requires: tex-astro -Requires: tex-augie -Requires: tex-auncial-new -Requires: tex-aurical -Requires: tex-b1encoding -Requires: tex-barcodes -Requires: tex-baskervald -Requires: tex-bbding -Requires: tex-bbm -Requires: tex-bbm-macros -Requires: tex-bbold -Requires: tex-bbold-type1 -Requires: tex-belleek -Requires: tex-bera -Requires: tex-berenisadf -Requires: tex-bguq -Requires: tex-blacklettert1 -Requires: tex-boisik -Requires: tex-bookhands -Requires: tex-boondox -Requires: tex-braille -Requires: tex-brushscr -Requires: tex-cabin -Requires: tex-calligra -Requires: tex-calligra-type1 -Requires: tex-cantarell -Requires: tex-carolmin-ps -Requires: tex-ccicons -Requires: tex-cfr-lm -Requires: tex-cm-lgc -Requires: tex-cm-unicode -Requires: tex-cmbright -Requires: tex-cmll -Requires: tex-cmpica -Requires: tex-cmtiup -Requires: tex-comfortaa -Requires: tex-concmath-fonts -Requires: tex-cookingsymbols -Requires: tex-countriesofeurope -Requires: tex-courier-scaled -Requires: tex-cryst -Requires: tex-cyklop -Requires: tex-dancers -Requires: tex-dejavu -Requires: tex-dice -Requires: tex-dictsym -Requires: tex-dingbat -Requires: tex-doublestroke -Requires: tex-dozenal -Requires: tex-droid -Requires: tex-duerer -Requires: tex-duerer-latex -Requires: tex-dutchcal -Requires: tex-ean -Requires: tex-ebgaramond -Requires: tex-ecc -Requires: tex-eco -Requires: tex-eiad-ltx -Requires: tex-electrum -Requires: tex-elvish -Requires: tex-epigrafica -Requires: tex-epsdice -Requires: tex-esstix -Requires: tex-esvect -Requires: tex-eulervm -Requires: tex-euxm -Requires: tex-fdsymbol -Requires: tex-feyn -Requires: tex-fge -Requires: tex-foekfont -Requires: tex-fonetika -Requires: tex-fontawesome -Requires: tex-fourier -Requires: tex-fouriernc -Requires: tex-frcursive -Requires: tex-genealogy -Requires: tex-gentium -Requires: tex-gfsartemisia -Requires: tex-gfsbodoni -Requires: tex-gfscomplutum -Requires: tex-gfsdidot -Requires: tex-gfsneohellenic -Requires: tex-gfssolomos -Requires: tex-gillcm -Requires: tex-gnu-freefont -Requires: tex-gothic -Requires: tex-greenpoint -Requires: tex-grotesq -Requires: tex-hacm -Requires: tex-hands -Requires: tex-hfbright -Requires: tex-hfoldsty -Requires: tex-ifsym -Requires: tex-inconsolata -Requires: tex-initials -Requires: tex-iwona -Requires: tex-jablantile -Requires: tex-jamtimes -Requires: tex-junicode -Requires: tex-kixfont -Requires: tex-knuthotherfonts -Requires: tex-kpfonts -Requires: tex-kurier -Requires: tex-lato -Requires: tex-lfb -Requires: tex-libertine -Requires: tex-librebaskerville -Requires: tex-libris -Requires: tex-lineara -Requires: tex-lxfonts -Requires: tex-ly1 -Requires: tex-mathabx -Requires: tex-mathabx-type1 -Requires: tex-mathdesign -Requires: tex-mdputu -Requires: tex-mdsymbol -Requires: tex-mnsymbol -Requires: tex-newpx -Requires: tex-newtx -Requires: tex-nkarta -Requires: tex-ocherokee -Requires: tex-ocr-b -Requires: tex-ocr-b-outline -Requires: tex-ogham -Requires: tex-oinuit -Requires: tex-oldlatin -Requires: tex-oldstandard -Requires: tex-opensans -Requires: tex-orkhun -Requires: tex-pacioli -Requires: tex-paratype -Requires: tex-phaistos -Requires: tex-phonetic -Requires: tex-pigpen -Requires: tex-poltawski -Requires: tex-prodint -Requires: tex-punk -Requires: tex-punk-latex -Requires: tex-punknova -Requires: tex-pxtxalfa -Requires: tex-quattrocento -Requires: tex-recycle -Requires: tex-romande -Requires: tex-rsfso -Requires: tex-sansmathaccent -Requires: tex-sauter -Requires: tex-sauterfonts -Requires: tex-schulschriften -Requires: tex-semaphor -Requires: tex-skull -Requires: tex-sourcecodepro -Requires: tex-sourcesanspro -Requires: tex-starfont -Requires: tex-staves -Requires: tex-stix -Requires: tex-superiors -Requires: tex-tapir -Requires: tex-tengwarscript -Requires: tex-tfrupee -Requires: tex-tpslifonts -Requires: tex-trajan -Requires: tex-txfontsb -Requires: tex-umtypewriter -Requires: tex-universa -Requires: tex-urwchancal -Requires: tex-venturisadf -Requires: tex-wsuipa -Requires: tex-xits -Requires: tex-yfonts -Requires: texlive-collection-basic - -%description collection-fontsextra -collection-fontsextra package - -%package comfortaa -Provides: tex-comfortaa = %{tl_version} -License: LPPL 1.3 -Summary: Sans serif font, with LaTeX support -Version: svn27536.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(comfortaa-01.enc) = %{tl_version} -Provides: tex(comfortaa-02.enc) = %{tl_version} -Provides: tex(comfortaa-03.enc) = %{tl_version} -Provides: tex(comfortaa-dotlessj.enc) = %{tl_version} -Provides: tex(comfortaa.map) = %{tl_version} -Provides: tex(Comfortaa-Bold-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Light-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-01.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-02.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-03.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-dotlessj.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-lgr.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-ot1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-t1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2a.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2b.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2c.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-ts1.tfm) = %{tl_version} -Provides: tex(Comfortaa-Regular-x2.tfm) = %{tl_version} -Provides: tex(Comfortaa-Bold.ttf) = %{tl_version} -Provides: tex(Comfortaa-Light.ttf) = %{tl_version} -Provides: tex(Comfortaa-Regular.ttf) = %{tl_version} -Provides: tex(Comfortaa-Bold-LCDFJ.pfb) = %{tl_version} -Provides: tex(Comfortaa-Bold.pfb) = %{tl_version} -Provides: tex(Comfortaa-Light-LCDFJ.pfb) = %{tl_version} -Provides: tex(Comfortaa-Light.pfb) = %{tl_version} -Provides: tex(Comfortaa-Regular-LCDFJ.pfb) = %{tl_version} -Provides: tex(Comfortaa-Regular.pfb) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-Slanted-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Bold-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-Slanted-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Light-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-Slanted-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-lgr.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-ot1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-t1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2a.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2b.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-t2c.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-ts1.vf) = %{tl_version} -Provides: tex(Comfortaa-Regular-x2.vf) = %{tl_version} -Provides: tex(comfortaa.sty) = %{tl_version} -Provides: tex(lgrfco.fd) = %{tl_version} -Provides: tex(ot1fco.fd) = %{tl_version} -Provides: tex(t1fco.fd) = %{tl_version} -Provides: tex(t2afco.fd) = %{tl_version} -Provides: tex(t2bfco.fd) = %{tl_version} -Provides: tex(t2cfco.fd) = %{tl_version} -Provides: tex(ts1fco.fd) = %{tl_version} -Provides: tex(x2fco.fd) = %{tl_version} - -%description comfortaa -Comfortaa is a sans-serif font, comfortable in every aspect, -designed by Johan Aakerlund. The font, which includes three -weights (thin, regular and bold), is available on Johan's -deviantArt web page as TrueType files under the Open Font -License version 1.1. This package provides support for this -font in LaTeX, and includes both the TrueType fonts, and -conversions to Adobe Type 1 format. - -date: 2012-08-27 10:11:59 +0200 - -%post comfortaa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map comfortaa.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map comfortaa.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun comfortaa -if [ $1 == 0 ] ; then -sed -i '/^Map comfortaa.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans comfortaa -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package comfortaa-doc -Summary: Documentation for comfortaa -Version: svn27536.2.3 -Release: %{tl_noarch_release} -Provides: tex-comfortaa-doc -BuildArch: noarch -AutoReqProv: No - -%description comfortaa-doc -Documentation for comfortaa - -%package concmath-fonts -Provides: tex-concmath-fonts = %{tl_version} -License: LPPL -Summary: Concrete mathematics fonts -Version: svn17218.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xccam10.tfm) = %{tl_version} -Provides: tex(xccam5.tfm) = %{tl_version} -Provides: tex(xccam6.tfm) = %{tl_version} -Provides: tex(xccam7.tfm) = %{tl_version} -Provides: tex(xccam8.tfm) = %{tl_version} -Provides: tex(xccam9.tfm) = %{tl_version} -Provides: tex(xccbm10.tfm) = %{tl_version} -Provides: tex(xccbm5.tfm) = %{tl_version} -Provides: tex(xccbm6.tfm) = %{tl_version} -Provides: tex(xccbm7.tfm) = %{tl_version} -Provides: tex(xccbm8.tfm) = %{tl_version} -Provides: tex(xccbm9.tfm) = %{tl_version} -Provides: tex(xccex10.tfm) = %{tl_version} -Provides: tex(xccex7.tfm) = %{tl_version} -Provides: tex(xccex8.tfm) = %{tl_version} -Provides: tex(xccex9.tfm) = %{tl_version} -Provides: tex(xccmi10.tfm) = %{tl_version} -Provides: tex(xccmi5.tfm) = %{tl_version} -Provides: tex(xccmi6.tfm) = %{tl_version} -Provides: tex(xccmi7.tfm) = %{tl_version} -Provides: tex(xccmi8.tfm) = %{tl_version} -Provides: tex(xccmi9.tfm) = %{tl_version} -Provides: tex(xccsy10.tfm) = %{tl_version} -Provides: tex(xccsy5.tfm) = %{tl_version} -Provides: tex(xccsy6.tfm) = %{tl_version} -Provides: tex(xccsy7.tfm) = %{tl_version} -Provides: tex(xccsy8.tfm) = %{tl_version} -Provides: tex(xccsy9.tfm) = %{tl_version} - -%description concmath-fonts -The fonts are derived from the computer modern mathematics -fonts and from Knuth's Concrete Roman fonts. LaTeX support is -offered by the concmath package. - -date: 2006-08-27 16:41:02 +0100 - -%post concmath-fonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun concmath-fonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans concmath-fonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package concmath-fonts-doc -Summary: Documentation for concmath-fonts -Version: svn17218.0 -Release: %{tl_noarch_release} -Provides: tex-concmath-fonts-doc -BuildArch: noarch -AutoReqProv: No - -%description concmath-fonts-doc -Documentation for concmath-fonts - -%package cookingsymbols -Provides: tex-cookingsymbols = %{tl_version} -License: LPPL -Summary: cookingsymbols package -Version: svn24526.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cookingsymbols.tfm) = %{tl_version} -Provides: tex(cookingsymbols.sty) = %{tl_version} - -%description cookingsymbols -cookingsymbols package - -%post cookingsymbols -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cookingsymbols -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cookingsymbols -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cookingsymbols-doc -Summary: Documentation for cookingsymbols -Version: svn24526.0 -Release: %{tl_noarch_release} -Provides: tex-cookingsymbols-doc -BuildArch: noarch -AutoReqProv: No - -%description cookingsymbols-doc -Documentation for cookingsymbols - -%package countriesofeurope -Provides: tex-countriesofeurope = %{tl_version} -License: LPPL -Summary: A font with the images of the countries of Europe -Version: svn26042.0.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Provides: tex(CountriesOfEurope.enc) = %{tl_version} -Provides: tex(CountriesOfEurope.map) = %{tl_version} -Provides: tex(CountriesOfEurope.tfm) = %{tl_version} -Provides: tex(CountriesOfEurope.pfb) = %{tl_version} -Provides: tex(CountriesOfEurope.sty) = %{tl_version} - -%description countriesofeurope -The bundle provides a font "CountriesOfEurope" (in Adobe Type 1 -format) and the necessary metrics, together with LaTeX macros -for its use. The font provides glyphs with a filled outline of -the shape of each country; each glyph is at the same -cartographic scale. - -date: 2012-04-19 16:32:32 +0200 - -%post countriesofeurope -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map CountriesOfEurope.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map CountriesOfEurope.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun countriesofeurope -if [ $1 == 0 ] ; then -sed -i '/^Map CountriesOfEurope.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans countriesofeurope -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package countriesofeurope-doc -Summary: Documentation for countriesofeurope -Version: svn26042.0.21 -Release: %{tl_noarch_release} -Provides: tex-countriesofeurope-doc -BuildArch: noarch -AutoReqProv: No - -%description countriesofeurope-doc -Documentation for countriesofeurope - -%package courier-scaled -Provides: tex-courier-scaled = %{tl_version} -License: LPPL 1.2 -Summary: Provides a scaled Courier font -Version: svn24940.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(8rpcrs.fd) = %{tl_version} -Provides: tex(couriers.sty) = %{tl_version} -Provides: tex(il2pcrs.fd) = %{tl_version} -Provides: tex(ly1pcrs.fd) = %{tl_version} -Provides: tex(omlpcrs.fd) = %{tl_version} -Provides: tex(omspcrs.fd) = %{tl_version} -Provides: tex(ot1pcrs.fd) = %{tl_version} -Provides: tex(t1pcrs.fd) = %{tl_version} -Provides: tex(t5pcrs.fd) = %{tl_version} -Provides: tex(ts1pcrs.fd) = %{tl_version} -Provides: tex(xl2pcrs.fd) = %{tl_version} - -%description courier-scaled -This package sets the default typewriter font to Courier with a -possible scale factor (in the same way as the helvet package -for Helvetica works for sans serif). - -date: 2011-12-25 01:31:26 +0100 - -%post courier-scaled -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun courier-scaled -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans courier-scaled -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package courier-scaled-doc -Summary: Documentation for courier-scaled -Version: svn24940.0 -Release: %{tl_noarch_release} -Provides: tex-courier-scaled-doc -BuildArch: noarch -AutoReqProv: No - -%description courier-scaled-doc -Documentation for courier-scaled - -%package cryst -Provides: tex-cryst = %{tl_version} -License: LPPL -Summary: Font for graphical symbols used in crystallography -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cryst.tfm) = %{tl_version} -Provides: tex(cryst.pfb) = %{tl_version} - -%description cryst -The font is provided as an Adobe Type 1 font, and as MetaFont -source. Instructions for use are available both in the README -file and (with a font diagram) in the documentation. - -date: 2008-08-15 14:30:40 +0200 - -%post cryst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cryst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cryst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cryst-doc -Summary: Documentation for cryst -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cryst-doc -BuildArch: noarch -AutoReqProv: No - -%description cryst-doc -Documentation for cryst - -%package cyklop -Provides: tex-cyklop = %{tl_version} -License: LPPL -Summary: The Cyclop typeface -Version: svn18651.0.915 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cs-cyklop-sc.enc) = %{tl_version} -Provides: tex(cs-cyklop.enc) = %{tl_version} -Provides: tex(ec-cyklop-sc.enc) = %{tl_version} -Provides: tex(ec-cyklop.enc) = %{tl_version} -Provides: tex(l7x-cyklop-sc.enc) = %{tl_version} -Provides: tex(l7x-cyklop.enc) = %{tl_version} -Provides: tex(ly1-cyklop-sc.enc) = %{tl_version} -Provides: tex(ly1-cyklop.enc) = %{tl_version} -Provides: tex(qx-cyklop-sc.enc) = %{tl_version} -Provides: tex(qx-cyklop.enc) = %{tl_version} -Provides: tex(t5-cyklop-sc.enc) = %{tl_version} -Provides: tex(t5-cyklop.enc) = %{tl_version} -Provides: tex(cyklop-cs.map) = %{tl_version} -Provides: tex(cyklop-ec.map) = %{tl_version} -Provides: tex(cyklop-l7x.map) = %{tl_version} -Provides: tex(cyklop-ly1.map) = %{tl_version} -Provides: tex(cyklop-qx.map) = %{tl_version} -Provides: tex(cyklop-t5.map) = %{tl_version} -Provides: tex(cyklop.map) = %{tl_version} -Provides: tex(cyklop-italic.otf) = %{tl_version} -Provides: tex(cyklop-regular.otf) = %{tl_version} -Provides: tex(cs-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(cs-cyklopi.tfm) = %{tl_version} -Provides: tex(cs-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(cs-cyklopr.tfm) = %{tl_version} -Provides: tex(ec-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(ec-cyklopi.tfm) = %{tl_version} -Provides: tex(ec-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(ec-cyklopr.tfm) = %{tl_version} -Provides: tex(l7x-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(l7x-cyklopi.tfm) = %{tl_version} -Provides: tex(l7x-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(l7x-cyklopr.tfm) = %{tl_version} -Provides: tex(ly1-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(ly1-cyklopi.tfm) = %{tl_version} -Provides: tex(ly1-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(ly1-cyklopr.tfm) = %{tl_version} -Provides: tex(qx-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(qx-cyklopi.tfm) = %{tl_version} -Provides: tex(qx-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(qx-cyklopr.tfm) = %{tl_version} -Provides: tex(t5-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(t5-cyklopi.tfm) = %{tl_version} -Provides: tex(t5-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(t5-cyklopr.tfm) = %{tl_version} -Provides: tex(cyklopi.pfb) = %{tl_version} -Provides: tex(cyklopr.pfb) = %{tl_version} -Provides: tex(cyklop.sty) = %{tl_version} -Provides: tex(il2cyklop.fd) = %{tl_version} -Provides: tex(l7xcyklop.fd) = %{tl_version} -Provides: tex(ly1cyklop.fd) = %{tl_version} -Provides: tex(ot1cyklop.fd) = %{tl_version} -Provides: tex(ot4cyklop.fd) = %{tl_version} -Provides: tex(qxcyklop.fd) = %{tl_version} -Provides: tex(t1cyklop.fd) = %{tl_version} -Provides: tex(t5cyklop.fd) = %{tl_version} - -%description cyklop -The Cyclop typeface was designed in the 1920s at the workshop -of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka". -This sans serif typeface has a highly modulated stroke so it -has high typographic contrast. The vertical stems are much -heavier then horizontal ones. Most characters have thin -rectangles as additional counters giving the unique shape of -the characters. The lead types of Cyclop typeface were produced -in slanted variant at sizes 8-48 pt. It was heavily used for -heads in newspapers and accidents prints. Typesetters used -Cyclop in the inter-war period, during the occupation in the -underground press. The typeface was used until the beginnings -of the offset print and computer typesetting era. Nowadays it -is hard to find the metal types of this typeface. The font was -generated using the Metatype1 package. Then the original set of -characters was completed by adding the full set of accented -letters and characters of the modern Latin alphabets (including -Vietnamese). The upright variant was generated and it was more -complicated task than it appeared at the beginning. 11 upright -letters of the Cyclop typeface were presented in the book by -Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of -the publishing techonology"), Warsaw 1967. But even the author -of the book does not know what was the source of the presented -examples. The fonts are distributed in the Type1 and OpenType -formats along with the files necessary for use these fonts in -TeX and LaTeX including encoding definition files: T1 (ec), T5 -(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for -Czech fonts). - -date: 2008-12-15 08:58:20 +0100 - -%post cyklop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cyklop.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cyklop.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cyklop -if [ $1 == 0 ] ; then -sed -i '/^Map cyklop.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cyklop -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cyklop-doc -Summary: Documentation for cyklop -Version: svn18651.0.915 -Release: %{tl_noarch_release} -Provides: tex-cyklop-doc -BuildArch: noarch -AutoReqProv: No - -%description cyklop-doc -Documentation for cyklop - -%package dancers -Provides: tex-dancers = %{tl_version} -License: Copyright only -Summary: Font for Conan Doyle's "The Dancing Men" -Version: svn13293.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dancers.tfm) = %{tl_version} - -%description dancers -The (Sherlock Holmes) book contains a code which uses dancing -men as glyphs. The alphabet as given is not complete, lacking -f, j, k, q, u, w, x and z, so those letters in the font are not -due to Conan Doyle. The code required word endings to be marked -by the dancing man representing the last letter to be holding a -flag: these are coded as A-Z. -thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the -man has no arms, making it impossible for him to hold a flag. -In these cases, he is wearing a flag on his hat in the -'character'. The font is distributed as MetaFont source. - -date: 2008-11-24 17:20:15 +0100 - -%post dancers -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dancers -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dancers -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dejavu -Provides: tex-dejavu = %{tl_version} -License: LPPL -Summary: LaTeX support for the fonts DejaVu -Version: svn28800.2.33 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Provides: tex(dejavumono_il2.enc) = %{tl_version} -Provides: tex(dejavumono_lgr.enc) = %{tl_version} -Provides: tex(dejavumono_ot1.enc) = %{tl_version} -Provides: tex(dejavumono_qx.enc) = %{tl_version} -Provides: tex(dejavumono_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavumono_t1-type1.enc) = %{tl_version} -Provides: tex(dejavumono_t2a.enc) = %{tl_version} -Provides: tex(dejavumono_t2b.enc) = %{tl_version} -Provides: tex(dejavumono_t2c.enc) = %{tl_version} -Provides: tex(dejavumono_ts1.enc) = %{tl_version} -Provides: tex(dejavumono_x2.enc) = %{tl_version} -Provides: tex(dejavusans_il2.enc) = %{tl_version} -Provides: tex(dejavusans_lgr.enc) = %{tl_version} -Provides: tex(dejavusans_ot1.enc) = %{tl_version} -Provides: tex(dejavusans_qx.enc) = %{tl_version} -Provides: tex(dejavusans_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavusans_t1-type1.enc) = %{tl_version} -Provides: tex(dejavusans_t2a.enc) = %{tl_version} -Provides: tex(dejavusans_t2b.enc) = %{tl_version} -Provides: tex(dejavusans_t2c.enc) = %{tl_version} -Provides: tex(dejavusans_ts1.enc) = %{tl_version} -Provides: tex(dejavusans_x2.enc) = %{tl_version} -Provides: tex(dejavusanslight_il2.enc) = %{tl_version} -Provides: tex(dejavusanslight_lgr.enc) = %{tl_version} -Provides: tex(dejavusanslight_ot1.enc) = %{tl_version} -Provides: tex(dejavusanslight_qx.enc) = %{tl_version} -Provides: tex(dejavusanslight_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavusanslight_t1-type1.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2a.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2b.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2c.enc) = %{tl_version} -Provides: tex(dejavusanslight_ts1.enc) = %{tl_version} -Provides: tex(dejavusanslight_x2.enc) = %{tl_version} -Provides: tex(dejavuserif_il2.enc) = %{tl_version} -Provides: tex(dejavuserif_lgr.enc) = %{tl_version} -Provides: tex(dejavuserif_ot1.enc) = %{tl_version} -Provides: tex(dejavuserif_qx.enc) = %{tl_version} -Provides: tex(dejavuserif_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavuserif_t1-type1.enc) = %{tl_version} -Provides: tex(dejavuserif_t2a.enc) = %{tl_version} -Provides: tex(dejavuserif_t2b.enc) = %{tl_version} -Provides: tex(dejavuserif_t2c.enc) = %{tl_version} -Provides: tex(dejavuserif_ts1.enc) = %{tl_version} -Provides: tex(dejavuserif_x2.enc) = %{tl_version} -Provides: tex(dejavu-truetype.map) = %{tl_version} -Provides: tex(dejavu-type1.map) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight.ttf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSans.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic.ttf) = %{tl_version} -Provides: tex(DejaVuSerif.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.ttf) = %{tl_version} -Provides: tex(DejaVuSans-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight.pfb) = %{tl_version} -Provides: tex(DejaVuSans-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSans.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-Italic.pfb) = %{tl_version} -Provides: tex(DejaVuSerif.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.pfb) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans.sty) = %{tl_version} -Provides: tex(DejaVuSansCondensed.sty) = %{tl_version} -Provides: tex(DejaVuSansMono.sty) = %{tl_version} -Provides: tex(DejaVuSerif.sty) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.sty) = %{tl_version} -Provides: tex(IL2DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(dejavu.sty) = %{tl_version} - -%description dejavu -The package contains LaTeX support for the DejaVu fonts. They -are derived from the Vera fonts, but contain more characters -and styles. The fonts are included in the original TrueType -format and converted Type 1 format. The (currently) supported -encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. The -package doesn't (currently) support mathematics. More encodings -and/or features will come later. - -date: 2013-01-11 15:42:00 +0100 - -%post dejavu -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map dejavu-type1.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dejavu-type1.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun dejavu -if [ $1 == 0 ] ; then -sed -i '/^Map dejavu-type1.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans dejavu -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dejavu-doc -Summary: Documentation for dejavu -Version: svn28800.2.33 -Release: %{tl_noarch_release} -Provides: tex-dejavu-doc -BuildArch: noarch -AutoReqProv: No - -%description dejavu-doc -Documentation for dejavu - -%package dice -Provides: tex-dice = %{tl_version} -License: LPPL -Summary: A font for die faces -Version: svn28501.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dice3d.tfm) = %{tl_version} - -%description dice -A Metafont font that can produce die faces in 2D or with -various 3D effects. - -date: 2012-12-11 20:24:18 +0100 - -%post dice -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dice -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dice -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dice-doc -Summary: Documentation for dice -Version: svn28501.0 -Release: %{tl_noarch_release} -Provides: tex-dice-doc -BuildArch: noarch -AutoReqProv: No - -%description dice-doc -Documentation for dice - -%package dictsym -Provides: tex-dictsym = %{tl_version} -License: LPPL -Summary: DictSym font and macro package -Version: svn20031.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(pifont.sty) -Requires: tex(keyval.sty) -Provides: tex(dictsym.map) = %{tl_version} -Provides: tex(dictsym.tfm) = %{tl_version} -Provides: tex(dictsym.pfb) = %{tl_version} -Provides: tex(dictsym.sty) = %{tl_version} - -%description dictsym -This directory contains the DictSym Type1 font designed by -Georg Verweyen and all files required to use it with LaTeX on -the Unix or PC platforms. The font provides a number of symbols -commonly used in dictionaries. The accompanying macro package -makes the symbols accessible as LaTeX commands. - -date: 2007-09-25 10:20:14 +0200 - -%post dictsym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map dictsym.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dictsym.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun dictsym -if [ $1 == 0 ] ; then -sed -i '/^Map dictsym.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans dictsym -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dictsym-doc -Summary: Documentation for dictsym -Version: svn20031.0 -Release: %{tl_noarch_release} -Provides: tex-dictsym-doc -BuildArch: noarch -AutoReqProv: No - -%description dictsym-doc -Documentation for dictsym - -%package dingbat -Provides: tex-dingbat = %{tl_version} -License: LPPL -Summary: Two dingbat symbol fonts -Version: svn27918.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ark10.tfm) = %{tl_version} -Provides: tex(dingbat.tfm) = %{tl_version} -Provides: tex(dingbat.sty) = %{tl_version} -Provides: tex(uark.fd) = %{tl_version} -Provides: tex(udingbat.fd) = %{tl_version} - -%description dingbat -The fonts (ark10 and dingbat) are specified in Metafont; -support macros are provided for use in LaTeX. An Adobe Type 1 -version of the fonts is available in the niceframe fonts -bundle. - -date: 2012-06-28 23:28:54 +0200 - -%post dingbat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dingbat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dingbat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dingbat-doc -Summary: Documentation for dingbat -Version: svn27918.1.0 -Release: %{tl_noarch_release} -Provides: tex-dingbat-doc -BuildArch: noarch -AutoReqProv: No - -%description dingbat-doc -Documentation for dingbat - -%package doublestroke -Provides: tex-doublestroke = %{tl_version} -License: Doublestroke -Summary: Typeset mathematical double stroke symbols -Version: svn15878.1.111 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(dstroke.map) = %{tl_version} -Provides: tex(dsrom10.tfm) = %{tl_version} -Provides: tex(dsrom12.tfm) = %{tl_version} -Provides: tex(dsrom8.tfm) = %{tl_version} -Provides: tex(dsss10.tfm) = %{tl_version} -Provides: tex(dsss12.tfm) = %{tl_version} -Provides: tex(dsss8.tfm) = %{tl_version} -Provides: tex(dsrom10.pfb) = %{tl_version} -Provides: tex(dsrom12.pfb) = %{tl_version} -Provides: tex(dsrom8.pfb) = %{tl_version} -Provides: tex(dsss10.pfb) = %{tl_version} -Provides: tex(dsss12.pfb) = %{tl_version} -Provides: tex(dsss8.pfb) = %{tl_version} -Provides: tex(Udsrom.fd) = %{tl_version} -Provides: tex(Udsss.fd) = %{tl_version} -Provides: tex(dsfont.sty) = %{tl_version} - -%description doublestroke -A font based on Computer Modern Roman useful for typesetting -the mathematical symbols for the natural numbers (N), whole -numbers (Z), rational numbers (Q), real numbers (R) and complex -numbers (C); coverage includes all Roman capital letters, '1', -'h' and 'k'. The font is available both as MetaFont source and -in Adobe Type 1 format, and LaTeX macros for its use are -provided. The fonts appear in the blackboard bold sampler. - -date: 2009-11-19 15:03:53 +0100 - -%post doublestroke -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map dstroke.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dstroke.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun doublestroke -if [ $1 == 0 ] ; then -sed -i '/^Map dstroke.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans doublestroke -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package doublestroke-doc -Summary: Documentation for doublestroke -Version: svn15878.1.111 -Release: %{tl_noarch_release} -Provides: tex-doublestroke-doc -BuildArch: noarch -AutoReqProv: No - -%description doublestroke-doc -Documentation for doublestroke - -%package dozenal -Provides: tex-dozenal = %{tl_version} -License: LPPL -Summary: Typeset documents using base twelve numbering (also called "dozenal") -Version: svn28184.3.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Requires: tex(ifpdf.sty) -Provides: tex(fdz.map) = %{tl_version} -Provides: tex(dozchars10.tfm) = %{tl_version} -Provides: tex(dozchars12.tfm) = %{tl_version} -Provides: tex(dozchars17.tfm) = %{tl_version} -Provides: tex(dozchars6.tfm) = %{tl_version} -Provides: tex(dozchars7.tfm) = %{tl_version} -Provides: tex(dozchars8.tfm) = %{tl_version} -Provides: tex(dozchars9.tfm) = %{tl_version} -Provides: tex(dozchb10.tfm) = %{tl_version} -Provides: tex(dozchbx10.tfm) = %{tl_version} -Provides: tex(dozchbx12.tfm) = %{tl_version} -Provides: tex(dozchbx5.tfm) = %{tl_version} -Provides: tex(dozchbx6.tfm) = %{tl_version} -Provides: tex(dozchbx7.tfm) = %{tl_version} -Provides: tex(dozchbx8.tfm) = %{tl_version} -Provides: tex(dozchbx9.tfm) = %{tl_version} -Provides: tex(dozchbxi10.tfm) = %{tl_version} -Provides: tex(dozchbxsl10.tfm) = %{tl_version} -Provides: tex(dozchit10.tfm) = %{tl_version} -Provides: tex(dozchit12.tfm) = %{tl_version} -Provides: tex(dozchit7.tfm) = %{tl_version} -Provides: tex(dozchit8.tfm) = %{tl_version} -Provides: tex(dozchit9.tfm) = %{tl_version} -Provides: tex(dozchsl10.tfm) = %{tl_version} -Provides: tex(dozchsl12.tfm) = %{tl_version} -Provides: tex(dozchsl8.tfm) = %{tl_version} -Provides: tex(dozchsl9.tfm) = %{tl_version} -Provides: tex(fdzb7t.tfm) = %{tl_version} -Provides: tex(fdzb8a.tfm) = %{tl_version} -Provides: tex(fdzb8c.tfm) = %{tl_version} -Provides: tex(fdzb8r.tfm) = %{tl_version} -Provides: tex(fdzb8t.tfm) = %{tl_version} -Provides: tex(fdzbc7t.tfm) = %{tl_version} -Provides: tex(fdzbc8t.tfm) = %{tl_version} -Provides: tex(fdzbi7t.tfm) = %{tl_version} -Provides: tex(fdzbi8a.tfm) = %{tl_version} -Provides: tex(fdzbi8c.tfm) = %{tl_version} -Provides: tex(fdzbi8r.tfm) = %{tl_version} -Provides: tex(fdzbi8t.tfm) = %{tl_version} -Provides: tex(fdzbo7t.tfm) = %{tl_version} -Provides: tex(fdzbo8c.tfm) = %{tl_version} -Provides: tex(fdzbo8r.tfm) = %{tl_version} -Provides: tex(fdzbo8t.tfm) = %{tl_version} -Provides: tex(fdzbs8a.tfm) = %{tl_version} -Provides: tex(fdzi8a.tfm) = %{tl_version} -Provides: tex(fdzr7t.tfm) = %{tl_version} -Provides: tex(fdzr8a.tfm) = %{tl_version} -Provides: tex(fdzr8c.tfm) = %{tl_version} -Provides: tex(fdzr8r.tfm) = %{tl_version} -Provides: tex(fdzr8t.tfm) = %{tl_version} -Provides: tex(fdzrc7t.tfm) = %{tl_version} -Provides: tex(fdzrc8t.tfm) = %{tl_version} -Provides: tex(fdzro7t.tfm) = %{tl_version} -Provides: tex(fdzro8c.tfm) = %{tl_version} -Provides: tex(fdzro8r.tfm) = %{tl_version} -Provides: tex(fdzro8t.tfm) = %{tl_version} -Provides: tex(fdzs7t.tfm) = %{tl_version} -Provides: tex(fdzs8a.tfm) = %{tl_version} -Provides: tex(fdzs8c.tfm) = %{tl_version} -Provides: tex(fdzs8r.tfm) = %{tl_version} -Provides: tex(fdzs8t.tfm) = %{tl_version} -Provides: tex(fdzsc7t.tfm) = %{tl_version} -Provides: tex(fdzsc8t.tfm) = %{tl_version} -Provides: tex(fdzso7t.tfm) = %{tl_version} -Provides: tex(fdzso8c.tfm) = %{tl_version} -Provides: tex(fdzso8r.tfm) = %{tl_version} -Provides: tex(fdzso8t.tfm) = %{tl_version} -Provides: tex(fdzb8a.pfb) = %{tl_version} -Provides: tex(fdzbi8a.pfb) = %{tl_version} -Provides: tex(fdzbs8a.pfb) = %{tl_version} -Provides: tex(fdzi8a.pfb) = %{tl_version} -Provides: tex(fdzr8a.pfb) = %{tl_version} -Provides: tex(fdzs8a.pfb) = %{tl_version} -Provides: tex(fdzb7t.vf) = %{tl_version} -Provides: tex(fdzb8c.vf) = %{tl_version} -Provides: tex(fdzb8t.vf) = %{tl_version} -Provides: tex(fdzbc7t.vf) = %{tl_version} -Provides: tex(fdzbc8t.vf) = %{tl_version} -Provides: tex(fdzbi7t.vf) = %{tl_version} -Provides: tex(fdzbi8c.vf) = %{tl_version} -Provides: tex(fdzbi8t.vf) = %{tl_version} -Provides: tex(fdzbo7t.vf) = %{tl_version} -Provides: tex(fdzbo8c.vf) = %{tl_version} -Provides: tex(fdzbo8t.vf) = %{tl_version} -Provides: tex(fdzr7t.vf) = %{tl_version} -Provides: tex(fdzr8c.vf) = %{tl_version} -Provides: tex(fdzr8t.vf) = %{tl_version} -Provides: tex(fdzrc7t.vf) = %{tl_version} -Provides: tex(fdzrc8t.vf) = %{tl_version} -Provides: tex(fdzro7t.vf) = %{tl_version} -Provides: tex(fdzro8c.vf) = %{tl_version} -Provides: tex(fdzro8t.vf) = %{tl_version} -Provides: tex(fdzs7t.vf) = %{tl_version} -Provides: tex(fdzs8c.vf) = %{tl_version} -Provides: tex(fdzs8t.vf) = %{tl_version} -Provides: tex(fdzsc7t.vf) = %{tl_version} -Provides: tex(fdzsc8t.vf) = %{tl_version} -Provides: tex(fdzso7t.vf) = %{tl_version} -Provides: tex(fdzso8c.vf) = %{tl_version} -Provides: tex(fdzso8t.vf) = %{tl_version} -Provides: tex(dozenal.sty) = %{tl_version} - -%description dozenal -The package supports typesetting documents whose counters are -represented in base twelve, also called "dozenal". It includes -a macro by David Kastrup for converting positive whole numbers -to dozenal from decimal (base ten) representation. The package -also includes a few other macros and redefines all the standard -counters to produce dozenal output. Fonts, in Roman, italic, -slanted, and boldface versions, provide ten and eleven (the -Pitman characters preferred by the Dozenal Society of Great -Britain). The fonts were designed to blend well with the -Computer Modern fonts, and are available both as Metafont -source and in Adobe Type 1 format. - -date: 2012-11-03 17:56:54 +0100 - -%post dozenal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dozenal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dozenal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dozenal-doc -Summary: Documentation for dozenal -Version: svn28184.3.3 -Release: %{tl_noarch_release} -Provides: tex-dozenal-doc -BuildArch: noarch -AutoReqProv: No - -%description dozenal-doc -Documentation for dozenal - -%package droid -Provides: tex-droid = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support for the Droid font families -Version: svn23912.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(droidsans.sty) -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(droid-01.enc) = %{tl_version} -Provides: tex(droid-02.enc) = %{tl_version} -Provides: tex(droid-03.enc) = %{tl_version} -Provides: tex(droid-04.enc) = %{tl_version} -Provides: tex(droid.map) = %{tl_version} -Provides: tex(DroidSans-01.tfm) = %{tl_version} -Provides: tex(DroidSans-02.tfm) = %{tl_version} -Provides: tex(DroidSans-03.tfm) = %{tl_version} -Provides: tex(DroidSans-04.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-01.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-02.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-03.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-04.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-01.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-02.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-03.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-04.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-ts1.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-01.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-02.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-03.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-04.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(DroidSans-Slanted-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-lgr.tfm) = %{tl_version} -Provides: tex(DroidSans-ot1.tfm) = %{tl_version} -Provides: tex(DroidSans-t1.tfm) = %{tl_version} -Provides: tex(DroidSans-t2a.tfm) = %{tl_version} -Provides: tex(DroidSans-t2b.tfm) = %{tl_version} -Provides: tex(DroidSans-t2c.tfm) = %{tl_version} -Provides: tex(DroidSans-ts1.tfm) = %{tl_version} -Provides: tex(DroidSans-x2.tfm) = %{tl_version} -Provides: tex(DroidSansMono-01.tfm) = %{tl_version} -Provides: tex(DroidSansMono-02.tfm) = %{tl_version} -Provides: tex(DroidSansMono-03.tfm) = %{tl_version} -Provides: tex(DroidSansMono-04.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-01.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-02.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-03.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-04.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-x2.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSansMono-lgr.tfm) = %{tl_version} -Provides: tex(DroidSansMono-ot1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-t1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-t2a.tfm) = %{tl_version} -Provides: tex(DroidSansMono-t2b.tfm) = %{tl_version} -Provides: tex(DroidSansMono-t2c.tfm) = %{tl_version} -Provides: tex(DroidSansMono-ts1.tfm) = %{tl_version} -Provides: tex(DroidSansMono-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Bold-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Italic-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-01.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-02.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-03.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-04.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-lgr.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-ot1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-t1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2a.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2b.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2c.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-ts1.tfm) = %{tl_version} -Provides: tex(DroidSerif-Regular-x2.tfm) = %{tl_version} -Provides: tex(DroidSans-Bold.ttf) = %{tl_version} -Provides: tex(DroidSans.ttf) = %{tl_version} -Provides: tex(DroidSansMono.ttf) = %{tl_version} -Provides: tex(DroidSerif-Bold.ttf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic.ttf) = %{tl_version} -Provides: tex(DroidSerif-Italic.ttf) = %{tl_version} -Provides: tex(DroidSerif-Regular.ttf) = %{tl_version} -Provides: tex(DroidSans-Bold.pfb) = %{tl_version} -Provides: tex(DroidSans.pfb) = %{tl_version} -Provides: tex(DroidSansMono.pfb) = %{tl_version} -Provides: tex(DroidSerif-Bold.pfb) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic.pfb) = %{tl_version} -Provides: tex(DroidSerif-Italic.pfb) = %{tl_version} -Provides: tex(DroidSerif-Regular.pfb) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-ts1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-Slanted-x2.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-ts1.vf) = %{tl_version} -Provides: tex(DroidSans-Bold-x2.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-t1.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-ts1.vf) = %{tl_version} -Provides: tex(DroidSans-Slanted-x2.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSans-lgr.vf) = %{tl_version} -Provides: tex(DroidSans-ot1.vf) = %{tl_version} -Provides: tex(DroidSans-t1.vf) = %{tl_version} -Provides: tex(DroidSans-t2a.vf) = %{tl_version} -Provides: tex(DroidSans-t2b.vf) = %{tl_version} -Provides: tex(DroidSans-t2c.vf) = %{tl_version} -Provides: tex(DroidSans-ts1.vf) = %{tl_version} -Provides: tex(DroidSans-x2.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-lgr.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-ot1.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t1.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2a.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2b.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-t2c.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-ts1.vf) = %{tl_version} -Provides: tex(DroidSansMono-Slanted-x2.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSansMono-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSansMono-lgr.vf) = %{tl_version} -Provides: tex(DroidSansMono-ot1.vf) = %{tl_version} -Provides: tex(DroidSansMono-t1.vf) = %{tl_version} -Provides: tex(DroidSansMono-t2a.vf) = %{tl_version} -Provides: tex(DroidSansMono-t2b.vf) = %{tl_version} -Provides: tex(DroidSansMono-t2c.vf) = %{tl_version} -Provides: tex(DroidSansMono-ts1.vf) = %{tl_version} -Provides: tex(DroidSansMono-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-Slanted-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Bold-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-Upright-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-BoldItalic-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-Upright-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Italic-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-Slanted-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-lgr.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-ot1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-t1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2a.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2b.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-t2c.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-ts1.vf) = %{tl_version} -Provides: tex(DroidSerif-Regular-x2.vf) = %{tl_version} -Provides: tex(droid.sty) = %{tl_version} -Provides: tex(droidmono.sty) = %{tl_version} -Provides: tex(droidsans.sty) = %{tl_version} -Provides: tex(droidserif.sty) = %{tl_version} -Provides: tex(lgrfdm.fd) = %{tl_version} -Provides: tex(lgrfdr.fd) = %{tl_version} -Provides: tex(lgrfds.fd) = %{tl_version} -Provides: tex(ot1fdm.fd) = %{tl_version} -Provides: tex(ot1fdr.fd) = %{tl_version} -Provides: tex(ot1fds.fd) = %{tl_version} -Provides: tex(t1fdm.fd) = %{tl_version} -Provides: tex(t1fdr.fd) = %{tl_version} -Provides: tex(t1fds.fd) = %{tl_version} -Provides: tex(t2afdm.fd) = %{tl_version} -Provides: tex(t2afdr.fd) = %{tl_version} -Provides: tex(t2afds.fd) = %{tl_version} -Provides: tex(t2bfdm.fd) = %{tl_version} -Provides: tex(t2bfdr.fd) = %{tl_version} -Provides: tex(t2bfds.fd) = %{tl_version} -Provides: tex(t2cfdm.fd) = %{tl_version} -Provides: tex(t2cfdr.fd) = %{tl_version} -Provides: tex(t2cfds.fd) = %{tl_version} -Provides: tex(ts1fdm.fd) = %{tl_version} -Provides: tex(ts1fdr.fd) = %{tl_version} -Provides: tex(ts1fds.fd) = %{tl_version} -Provides: tex(x2fdm.fd) = %{tl_version} -Provides: tex(x2fdr.fd) = %{tl_version} -Provides: tex(x2fds.fd) = %{tl_version} - -%description droid -The Droid typeface family was designed in the fall of 2006 by -Steve Matteson, as a commission from Google to create a set of -system fonts for its Android platform. The goal was to provide -optimal quality and comfort on a mobile handset when rendered -in application menus, web browsers and for other screen text. -The Droid family consists of Droid Serif, Droid Sans and Droid -Sans Mono fonts, licensed under the Apache License Version 2.0. -The bundle includes the fonts in both TrueType and Adobe Type 1 -formats. The package does not support the Droid Pro family of -fonts, available for purchase from the Ascender foundry. - -date: 2011-09-12 10:00:04 +0200 - -%post droid -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map droid.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map droid.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun droid -if [ $1 == 0 ] ; then -sed -i '/^Map droid.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans droid -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package droid-doc -Summary: Documentation for droid -Version: svn23912.2.1 -Release: %{tl_noarch_release} -Provides: tex-droid-doc -BuildArch: noarch -AutoReqProv: No - -%description droid-doc -Documentation for droid - -%package duerer -Provides: tex-duerer = %{tl_version} -License: Public Domain -Summary: Computer Duerer fonts -Version: svn20741.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cdb10.tfm) = %{tl_version} -Provides: tex(cdi10.tfm) = %{tl_version} -Provides: tex(cdr10.tfm) = %{tl_version} -Provides: tex(cdsl10.tfm) = %{tl_version} -Provides: tex(cdss10.tfm) = %{tl_version} -Provides: tex(cdtt10.tfm) = %{tl_version} - -%description duerer -These fonts are designed for titling use, and consist of -capital roman letters only. Together with the normal set of -base shapes, the family also offers an informal shape. LaTeX -support is available in the duerer-latex bundle. - -date: 2010-12-14 12:03:20 +0100 - -%post duerer -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun duerer -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans duerer -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package duerer-doc -Summary: Documentation for duerer -Version: svn20741.0 -Release: %{tl_noarch_release} -Provides: tex-duerer-doc -BuildArch: noarch -AutoReqProv: No - -%description duerer-doc -Documentation for duerer - -%package duerer-latex -Provides: tex-duerer-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for the Duerer fonts -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(duerer.sty) = %{tl_version} -Provides: tex(ot1cdin.fd) = %{tl_version} -Provides: tex(ot1cdr.fd) = %{tl_version} -Provides: tex(ot1cdss.fd) = %{tl_version} -Provides: tex(ot1cdtt.fd) = %{tl_version} - -%description duerer-latex -LaTeX support for Hoenig's Computer Duerer fonts, using their -standard fontname names. - -date: 2008-08-18 13:49:16 +0200 - -%post duerer-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun duerer-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans duerer-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package duerer-latex-doc -Summary: Documentation for duerer-latex -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-duerer-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description duerer-latex-doc -Documentation for duerer-latex - -%package dutchcal -Provides: tex-dutchcal = %{tl_version} -License: LPPL -Summary: A reworking of ESSTIX13, adding a bold version -Version: svn23448.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(dutchcal.map) = %{tl_version} -Provides: tex(dutchcal-b.tfm) = %{tl_version} -Provides: tex(dutchcal-r.tfm) = %{tl_version} -Provides: tex(rdutchcalb.tfm) = %{tl_version} -Provides: tex(rdutchcalr.tfm) = %{tl_version} -Provides: tex(DutchCalBold.pfb) = %{tl_version} -Provides: tex(DutchCalReg.pfb) = %{tl_version} -Provides: tex(dutchcal-b.vf) = %{tl_version} -Provides: tex(dutchcal-r.vf) = %{tl_version} -Provides: tex(dutchcal.sty) = %{tl_version} -Provides: tex(udutchcal.fd) = %{tl_version} - -%description dutchcal -This package reworks the mathematical calligraphic font -ESSTIX13, adding a bold version. LaTeX support files are -included. The new fonts may also be accessed from the most -recent version of mathalfa. The fonts themselves are subject to -the SIL OPEN FONT LICENSE, version 1.1. - -date: 2011-06-24 10:20:36 +0200 - -%post dutchcal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map dutchcal.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map dutchcal.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun dutchcal -if [ $1 == 0 ] ; then -sed -i '/^Map dutchcal.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans dutchcal -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dutchcal-doc -Summary: Documentation for dutchcal -Version: svn23448.1.0 -Release: %{tl_noarch_release} -Provides: tex-dutchcal-doc -BuildArch: noarch -AutoReqProv: No - -%description dutchcal-doc -Documentation for dutchcal - -%package ean -Provides: tex-ean = %{tl_version} -License: GPL+ -Summary: Macros for making EAN barcodes -Version: svn20851.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ean13.tex) = %{tl_version} -Provides: tex(ean8.tex) = %{tl_version} - -%description ean -Provides EAN-8 and EAN-13 forms. The package needs the ocr-b -fonts; note that the fonts are not available under a free -licence, as the macros are. - -date: 2007-01-01 18:45:52 +0100 - -%post ean -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ean -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ean -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ean-doc -Summary: Documentation for ean -Version: svn20851.0 -Release: %{tl_noarch_release} -Provides: tex-ean-doc -BuildArch: noarch -AutoReqProv: No - -%description ean-doc -Documentation for ean - -%package ebgaramond -Provides: tex-ebgaramond = %{tl_version} -License: OFSFLD -Summary: LaTeX support for EBGaramond fonts -Version: svn29180.0.015__2013_02_20_ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(ebgm_2cg6vv.enc) = %{tl_version} -Provides: tex(ebgm_2s43qf.enc) = %{tl_version} -Provides: tex(ebgm_3aytur.enc) = %{tl_version} -Provides: tex(ebgm_4enc56.enc) = %{tl_version} -Provides: tex(ebgm_4o5twj.enc) = %{tl_version} -Provides: tex(ebgm_4sswh2.enc) = %{tl_version} -Provides: tex(ebgm_5kj2k4.enc) = %{tl_version} -Provides: tex(ebgm_6w53db.enc) = %{tl_version} -Provides: tex(ebgm_7glv22.enc) = %{tl_version} -Provides: tex(ebgm_azkecq.enc) = %{tl_version} -Provides: tex(ebgm_be6wcg.enc) = %{tl_version} -Provides: tex(ebgm_by5cij.enc) = %{tl_version} -Provides: tex(ebgm_c33p5u.enc) = %{tl_version} -Provides: tex(ebgm_dkqzrn.enc) = %{tl_version} -Provides: tex(ebgm_dtzwof.enc) = %{tl_version} -Provides: tex(ebgm_eldtwl.enc) = %{tl_version} -Provides: tex(ebgm_euh4o4.enc) = %{tl_version} -Provides: tex(ebgm_evsh4b.enc) = %{tl_version} -Provides: tex(ebgm_fd5ohs.enc) = %{tl_version} -Provides: tex(ebgm_fhfxmf.enc) = %{tl_version} -Provides: tex(ebgm_fy4cla.enc) = %{tl_version} -Provides: tex(ebgm_g2ukou.enc) = %{tl_version} -Provides: tex(ebgm_g7yatv.enc) = %{tl_version} -Provides: tex(ebgm_h4f2qu.enc) = %{tl_version} -Provides: tex(ebgm_h6myna.enc) = %{tl_version} -Provides: tex(ebgm_hbc3re.enc) = %{tl_version} -Provides: tex(ebgm_hfihb2.enc) = %{tl_version} -Provides: tex(ebgm_i4qnsr.enc) = %{tl_version} -Provides: tex(ebgm_i7zvqf.enc) = %{tl_version} -Provides: tex(ebgm_idiknx.enc) = %{tl_version} -Provides: tex(ebgm_iev2ja.enc) = %{tl_version} -Provides: tex(ebgm_igd4qy.enc) = %{tl_version} -Provides: tex(ebgm_jc5co4.enc) = %{tl_version} -Provides: tex(ebgm_jdp35v.enc) = %{tl_version} -Provides: tex(ebgm_jfzhrq.enc) = %{tl_version} -Provides: tex(ebgm_jyeqlp.enc) = %{tl_version} -Provides: tex(ebgm_k4jaqg.enc) = %{tl_version} -Provides: tex(ebgm_lagezd.enc) = %{tl_version} -Provides: tex(ebgm_larfxh.enc) = %{tl_version} -Provides: tex(ebgm_ldblio.enc) = %{tl_version} -Provides: tex(ebgm_liamow.enc) = %{tl_version} -Provides: tex(ebgm_llz5d3.enc) = %{tl_version} -Provides: tex(ebgm_lnl5q7.enc) = %{tl_version} -Provides: tex(ebgm_mbzrx3.enc) = %{tl_version} -Provides: tex(ebgm_mnaa6u.enc) = %{tl_version} -Provides: tex(ebgm_mqmdo5.enc) = %{tl_version} -Provides: tex(ebgm_o424oh.enc) = %{tl_version} -Provides: tex(ebgm_ojas2g.enc) = %{tl_version} -Provides: tex(ebgm_owcucr.enc) = %{tl_version} -Provides: tex(ebgm_pdtbwe.enc) = %{tl_version} -Provides: tex(ebgm_pfqmzv.enc) = %{tl_version} -Provides: tex(ebgm_psb35r.enc) = %{tl_version} -Provides: tex(ebgm_qdw47i.enc) = %{tl_version} -Provides: tex(ebgm_spp6a3.enc) = %{tl_version} -Provides: tex(ebgm_suwt22.enc) = %{tl_version} -Provides: tex(ebgm_sz5zde.enc) = %{tl_version} -Provides: tex(ebgm_uuqhg2.enc) = %{tl_version} -Provides: tex(ebgm_uzjbsf.enc) = %{tl_version} -Provides: tex(ebgm_wounai.enc) = %{tl_version} -Provides: tex(ebgm_wtfxss.enc) = %{tl_version} -Provides: tex(ebgm_xubic3.enc) = %{tl_version} -Provides: tex(ebgm_xxdw6g.enc) = %{tl_version} -Provides: tex(ebgm_xzidwg.enc) = %{tl_version} -Provides: tex(ebgm_yeedmt.enc) = %{tl_version} -Provides: tex(ebgm_yesxmd.enc) = %{tl_version} -Provides: tex(ebgm_yhoxvo.enc) = %{tl_version} -Provides: tex(ebgm_z5de3t.enc) = %{tl_version} -Provides: tex(ebgm_zaj4rc.enc) = %{tl_version} -Provides: tex(EBGaramond.map) = %{tl_version} -Provides: tex(EBGaramond-Initials.otf) = %{tl_version} -Provides: tex(EBGaramond12-Italic.otf) = %{tl_version} -Provides: tex(EBGaramond12-Regular.otf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-swash-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ly1.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ot1.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-t1.tfm) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ts1.tfm) = %{tl_version} -Provides: tex(EBGaramond-Initials.ttf) = %{tl_version} -Provides: tex(EBGaramond12-Italic.ttf) = %{tl_version} -Provides: tex(EBGaramond12-Regular.ttf) = %{tl_version} -Provides: tex(EBGaramond12-Italic.pfb) = %{tl_version} -Provides: tex(EBGaramond12-Regular.pfb) = %{tl_version} -Provides: tex(EBGaramondInitials.pfb) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-osf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-osf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(EBGaramond12-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ly1.vf) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-t1.vf) = %{tl_version} -Provides: tex(EBGaramondInitials-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(LY1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(OT1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(T1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(TS1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(ebgaramond.sty) = %{tl_version} -Provides: tex(mt-EBGaramond.cfg) = %{tl_version} - -%description ebgaramond -EB Garamond is a revival by Georg Duffner of the 16th century -fonts designed by Claude Garamond. The LaTeX support package -works for (pdf)LaTeX, xeLaTeX and luaLaTeX users; configuration -files for use with microtype are provided. - -date: 2013-02-20 20:41:36 +0100 - -%post ebgaramond -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map EBGaramond.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map EBGaramond.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ebgaramond -if [ $1 == 0 ] ; then -sed -i '/^Map EBGaramond.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ebgaramond -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ebgaramond-doc -Summary: Documentation for ebgaramond -Version: svn29180.0.015__2013_02_20_ -Release: %{tl_noarch_release} -Provides: tex-ebgaramond-doc -BuildArch: noarch -AutoReqProv: No - -%description ebgaramond-doc -Documentation for ebgaramond - -%package ecc -Provides: tex-ecc = %{tl_version} -License: LPPL -Summary: Sources for the European Concrete fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eocc10.tfm) = %{tl_version} -Provides: tex(eorm10.tfm) = %{tl_version} -Provides: tex(eorm5.tfm) = %{tl_version} -Provides: tex(eorm6.tfm) = %{tl_version} -Provides: tex(eorm7.tfm) = %{tl_version} -Provides: tex(eorm8.tfm) = %{tl_version} -Provides: tex(eorm9.tfm) = %{tl_version} -Provides: tex(eosl10.tfm) = %{tl_version} -Provides: tex(eosl5.tfm) = %{tl_version} -Provides: tex(eosl6.tfm) = %{tl_version} -Provides: tex(eosl7.tfm) = %{tl_version} -Provides: tex(eosl8.tfm) = %{tl_version} -Provides: tex(eosl9.tfm) = %{tl_version} -Provides: tex(eoti10.tfm) = %{tl_version} -Provides: tex(tcssdc10.tfm) = %{tl_version} -Provides: tex(torm10.tfm) = %{tl_version} -Provides: tex(torm5.tfm) = %{tl_version} -Provides: tex(torm6.tfm) = %{tl_version} -Provides: tex(torm7.tfm) = %{tl_version} -Provides: tex(torm8.tfm) = %{tl_version} -Provides: tex(torm9.tfm) = %{tl_version} -Provides: tex(tosl10.tfm) = %{tl_version} -Provides: tex(tosl5.tfm) = %{tl_version} -Provides: tex(tosl6.tfm) = %{tl_version} -Provides: tex(tosl7.tfm) = %{tl_version} -Provides: tex(tosl8.tfm) = %{tl_version} -Provides: tex(tosl9.tfm) = %{tl_version} -Provides: tex(toti10.tfm) = %{tl_version} - -%description ecc -The MetaFont sources and TFM files of the European Concrete -Fonts. This is the T1-encoded extension of Knuth's Concrete -fonts, including also the corresponding text companion fonts. -Adobe Type 1 versions of the fonts are available as part of the -cm-super font bundle. - -date: 2006-12-07 15:13:33 +0100 - -%post ecc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ecc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ecc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ecc-doc -Summary: Documentation for ecc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ecc-doc -BuildArch: noarch -AutoReqProv: No - -%description ecc-doc -Documentation for ecc - -%package eco -Provides: tex-eco = %{tl_version} -License: GPL+ -Summary: Oldstyle numerals using EC fonts -Version: svn29349.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(ifthen.sty) -Provides: tex(ecobi0500.tfm) = %{tl_version} -Provides: tex(ecobi0600.tfm) = %{tl_version} -Provides: tex(ecobi0700.tfm) = %{tl_version} -Provides: tex(ecobi0800.tfm) = %{tl_version} -Provides: tex(ecobi0900.tfm) = %{tl_version} -Provides: tex(ecobi1000.tfm) = %{tl_version} -Provides: tex(ecobi1095.tfm) = %{tl_version} -Provides: tex(ecobi1200.tfm) = %{tl_version} -Provides: tex(ecobi1440.tfm) = %{tl_version} -Provides: tex(ecobi1728.tfm) = %{tl_version} -Provides: tex(ecobi2074.tfm) = %{tl_version} -Provides: tex(ecobi2488.tfm) = %{tl_version} -Provides: tex(ecobi2986.tfm) = %{tl_version} -Provides: tex(ecobi3583.tfm) = %{tl_version} -Provides: tex(ecobl0500.tfm) = %{tl_version} -Provides: tex(ecobl0600.tfm) = %{tl_version} -Provides: tex(ecobl0700.tfm) = %{tl_version} -Provides: tex(ecobl0800.tfm) = %{tl_version} -Provides: tex(ecobl0900.tfm) = %{tl_version} -Provides: tex(ecobl1000.tfm) = %{tl_version} -Provides: tex(ecobl1095.tfm) = %{tl_version} -Provides: tex(ecobl1200.tfm) = %{tl_version} -Provides: tex(ecobl1440.tfm) = %{tl_version} -Provides: tex(ecobl1728.tfm) = %{tl_version} -Provides: tex(ecobl2074.tfm) = %{tl_version} -Provides: tex(ecobl2488.tfm) = %{tl_version} -Provides: tex(ecobl2986.tfm) = %{tl_version} -Provides: tex(ecobl3583.tfm) = %{tl_version} -Provides: tex(ecobx0500.tfm) = %{tl_version} -Provides: tex(ecobx0600.tfm) = %{tl_version} -Provides: tex(ecobx0700.tfm) = %{tl_version} -Provides: tex(ecobx0800.tfm) = %{tl_version} -Provides: tex(ecobx0900.tfm) = %{tl_version} -Provides: tex(ecobx1000.tfm) = %{tl_version} -Provides: tex(ecobx1095.tfm) = %{tl_version} -Provides: tex(ecobx1200.tfm) = %{tl_version} -Provides: tex(ecobx1440.tfm) = %{tl_version} -Provides: tex(ecobx1728.tfm) = %{tl_version} -Provides: tex(ecobx2074.tfm) = %{tl_version} -Provides: tex(ecobx2488.tfm) = %{tl_version} -Provides: tex(ecobx2986.tfm) = %{tl_version} -Provides: tex(ecobx3583.tfm) = %{tl_version} -Provides: tex(ecodh0500.tfm) = %{tl_version} -Provides: tex(ecodh0600.tfm) = %{tl_version} -Provides: tex(ecodh0700.tfm) = %{tl_version} -Provides: tex(ecodh0800.tfm) = %{tl_version} -Provides: tex(ecodh0900.tfm) = %{tl_version} -Provides: tex(ecodh1000.tfm) = %{tl_version} -Provides: tex(ecodh1095.tfm) = %{tl_version} -Provides: tex(ecodh1200.tfm) = %{tl_version} -Provides: tex(ecodh1440.tfm) = %{tl_version} -Provides: tex(ecodh1728.tfm) = %{tl_version} -Provides: tex(ecodh2074.tfm) = %{tl_version} -Provides: tex(ecodh2488.tfm) = %{tl_version} -Provides: tex(ecodh2986.tfm) = %{tl_version} -Provides: tex(ecodh3583.tfm) = %{tl_version} -Provides: tex(ecoit0600.tfm) = %{tl_version} -Provides: tex(ecoit0700.tfm) = %{tl_version} -Provides: tex(ecoit0800.tfm) = %{tl_version} -Provides: tex(ecoit0900.tfm) = %{tl_version} -Provides: tex(ecoit1000.tfm) = %{tl_version} -Provides: tex(ecoit1095.tfm) = %{tl_version} -Provides: tex(ecoit1200.tfm) = %{tl_version} -Provides: tex(ecoit1440.tfm) = %{tl_version} -Provides: tex(ecoit1728.tfm) = %{tl_version} -Provides: tex(ecoit2074.tfm) = %{tl_version} -Provides: tex(ecoit2488.tfm) = %{tl_version} -Provides: tex(ecoit2986.tfm) = %{tl_version} -Provides: tex(ecoit3583.tfm) = %{tl_version} -Provides: tex(ecorb0500.tfm) = %{tl_version} -Provides: tex(ecorb0600.tfm) = %{tl_version} -Provides: tex(ecorb0700.tfm) = %{tl_version} -Provides: tex(ecorb0800.tfm) = %{tl_version} -Provides: tex(ecorb0900.tfm) = %{tl_version} -Provides: tex(ecorb1000.tfm) = %{tl_version} -Provides: tex(ecorb1095.tfm) = %{tl_version} -Provides: tex(ecorb1200.tfm) = %{tl_version} -Provides: tex(ecorb1440.tfm) = %{tl_version} -Provides: tex(ecorb1728.tfm) = %{tl_version} -Provides: tex(ecorb2074.tfm) = %{tl_version} -Provides: tex(ecorb2488.tfm) = %{tl_version} -Provides: tex(ecorb2986.tfm) = %{tl_version} -Provides: tex(ecorb3583.tfm) = %{tl_version} -Provides: tex(ecorm0500.tfm) = %{tl_version} -Provides: tex(ecorm0600.tfm) = %{tl_version} -Provides: tex(ecorm0700.tfm) = %{tl_version} -Provides: tex(ecorm0800.tfm) = %{tl_version} -Provides: tex(ecorm0900.tfm) = %{tl_version} -Provides: tex(ecorm1000.tfm) = %{tl_version} -Provides: tex(ecorm1095.tfm) = %{tl_version} -Provides: tex(ecorm1200.tfm) = %{tl_version} -Provides: tex(ecorm1440.tfm) = %{tl_version} -Provides: tex(ecorm1728.tfm) = %{tl_version} -Provides: tex(ecorm2074.tfm) = %{tl_version} -Provides: tex(ecorm2488.tfm) = %{tl_version} -Provides: tex(ecorm2986.tfm) = %{tl_version} -Provides: tex(ecorm3583.tfm) = %{tl_version} -Provides: tex(ecosi0500.tfm) = %{tl_version} -Provides: tex(ecosi0600.tfm) = %{tl_version} -Provides: tex(ecosi0700.tfm) = %{tl_version} -Provides: tex(ecosi0800.tfm) = %{tl_version} -Provides: tex(ecosi0900.tfm) = %{tl_version} -Provides: tex(ecosi1000.tfm) = %{tl_version} -Provides: tex(ecosi1095.tfm) = %{tl_version} -Provides: tex(ecosi1200.tfm) = %{tl_version} -Provides: tex(ecosi1440.tfm) = %{tl_version} -Provides: tex(ecosi1728.tfm) = %{tl_version} -Provides: tex(ecosi2074.tfm) = %{tl_version} -Provides: tex(ecosi2488.tfm) = %{tl_version} -Provides: tex(ecosi2986.tfm) = %{tl_version} -Provides: tex(ecosi3583.tfm) = %{tl_version} -Provides: tex(ecosl0500.tfm) = %{tl_version} -Provides: tex(ecosl0600.tfm) = %{tl_version} -Provides: tex(ecosl0700.tfm) = %{tl_version} -Provides: tex(ecosl0800.tfm) = %{tl_version} -Provides: tex(ecosl0900.tfm) = %{tl_version} -Provides: tex(ecosl1000.tfm) = %{tl_version} -Provides: tex(ecosl1095.tfm) = %{tl_version} -Provides: tex(ecosl1200.tfm) = %{tl_version} -Provides: tex(ecosl1440.tfm) = %{tl_version} -Provides: tex(ecosl1728.tfm) = %{tl_version} -Provides: tex(ecosl2074.tfm) = %{tl_version} -Provides: tex(ecosl2488.tfm) = %{tl_version} -Provides: tex(ecosl2986.tfm) = %{tl_version} -Provides: tex(ecosl3583.tfm) = %{tl_version} -Provides: tex(ecoso0500.tfm) = %{tl_version} -Provides: tex(ecoso0600.tfm) = %{tl_version} -Provides: tex(ecoso0700.tfm) = %{tl_version} -Provides: tex(ecoso0800.tfm) = %{tl_version} -Provides: tex(ecoso0900.tfm) = %{tl_version} -Provides: tex(ecoso1000.tfm) = %{tl_version} -Provides: tex(ecoso1095.tfm) = %{tl_version} -Provides: tex(ecoso1200.tfm) = %{tl_version} -Provides: tex(ecoso1440.tfm) = %{tl_version} -Provides: tex(ecoso1728.tfm) = %{tl_version} -Provides: tex(ecoso2074.tfm) = %{tl_version} -Provides: tex(ecoso2488.tfm) = %{tl_version} -Provides: tex(ecoso2986.tfm) = %{tl_version} -Provides: tex(ecoso3583.tfm) = %{tl_version} -Provides: tex(ecoss0500.tfm) = %{tl_version} -Provides: tex(ecoss0600.tfm) = %{tl_version} -Provides: tex(ecoss0700.tfm) = %{tl_version} -Provides: tex(ecoss0800.tfm) = %{tl_version} -Provides: tex(ecoss0900.tfm) = %{tl_version} -Provides: tex(ecoss1000.tfm) = %{tl_version} -Provides: tex(ecoss1095.tfm) = %{tl_version} -Provides: tex(ecoss1200.tfm) = %{tl_version} -Provides: tex(ecoss1440.tfm) = %{tl_version} -Provides: tex(ecoss1728.tfm) = %{tl_version} -Provides: tex(ecoss2074.tfm) = %{tl_version} -Provides: tex(ecoss2488.tfm) = %{tl_version} -Provides: tex(ecoss2986.tfm) = %{tl_version} -Provides: tex(ecoss3583.tfm) = %{tl_version} -Provides: tex(ecost0600.tfm) = %{tl_version} -Provides: tex(ecost0700.tfm) = %{tl_version} -Provides: tex(ecost0800.tfm) = %{tl_version} -Provides: tex(ecost0900.tfm) = %{tl_version} -Provides: tex(ecost1000.tfm) = %{tl_version} -Provides: tex(ecost1095.tfm) = %{tl_version} -Provides: tex(ecost1200.tfm) = %{tl_version} -Provides: tex(ecost1440.tfm) = %{tl_version} -Provides: tex(ecost1728.tfm) = %{tl_version} -Provides: tex(ecost2074.tfm) = %{tl_version} -Provides: tex(ecost2488.tfm) = %{tl_version} -Provides: tex(ecost2986.tfm) = %{tl_version} -Provides: tex(ecost3583.tfm) = %{tl_version} -Provides: tex(ecosx0500.tfm) = %{tl_version} -Provides: tex(ecosx0600.tfm) = %{tl_version} -Provides: tex(ecosx0700.tfm) = %{tl_version} -Provides: tex(ecosx0800.tfm) = %{tl_version} -Provides: tex(ecosx0900.tfm) = %{tl_version} -Provides: tex(ecosx1000.tfm) = %{tl_version} -Provides: tex(ecosx1095.tfm) = %{tl_version} -Provides: tex(ecosx1200.tfm) = %{tl_version} -Provides: tex(ecosx1440.tfm) = %{tl_version} -Provides: tex(ecosx1728.tfm) = %{tl_version} -Provides: tex(ecosx2074.tfm) = %{tl_version} -Provides: tex(ecosx2488.tfm) = %{tl_version} -Provides: tex(ecosx2986.tfm) = %{tl_version} -Provides: tex(ecosx3583.tfm) = %{tl_version} -Provides: tex(ecoti0500.tfm) = %{tl_version} -Provides: tex(ecoti0600.tfm) = %{tl_version} -Provides: tex(ecoti0700.tfm) = %{tl_version} -Provides: tex(ecoti0800.tfm) = %{tl_version} -Provides: tex(ecoti0900.tfm) = %{tl_version} -Provides: tex(ecoti1000.tfm) = %{tl_version} -Provides: tex(ecoti1095.tfm) = %{tl_version} -Provides: tex(ecoti1200.tfm) = %{tl_version} -Provides: tex(ecoti1440.tfm) = %{tl_version} -Provides: tex(ecoti1728.tfm) = %{tl_version} -Provides: tex(ecoti2074.tfm) = %{tl_version} -Provides: tex(ecoti2488.tfm) = %{tl_version} -Provides: tex(ecoti2986.tfm) = %{tl_version} -Provides: tex(ecoti3583.tfm) = %{tl_version} -Provides: tex(ecott0600.tfm) = %{tl_version} -Provides: tex(ecott0700.tfm) = %{tl_version} -Provides: tex(ecott0800.tfm) = %{tl_version} -Provides: tex(ecott0900.tfm) = %{tl_version} -Provides: tex(ecott1000.tfm) = %{tl_version} -Provides: tex(ecott1095.tfm) = %{tl_version} -Provides: tex(ecott1200.tfm) = %{tl_version} -Provides: tex(ecott1440.tfm) = %{tl_version} -Provides: tex(ecott1728.tfm) = %{tl_version} -Provides: tex(ecott2074.tfm) = %{tl_version} -Provides: tex(ecott2488.tfm) = %{tl_version} -Provides: tex(ecott2986.tfm) = %{tl_version} -Provides: tex(ecott3583.tfm) = %{tl_version} -Provides: tex(ecoui0500.tfm) = %{tl_version} -Provides: tex(ecoui0600.tfm) = %{tl_version} -Provides: tex(ecoui0700.tfm) = %{tl_version} -Provides: tex(ecoui0800.tfm) = %{tl_version} -Provides: tex(ecoui0900.tfm) = %{tl_version} -Provides: tex(ecoui1000.tfm) = %{tl_version} -Provides: tex(ecoui1095.tfm) = %{tl_version} -Provides: tex(ecoui1200.tfm) = %{tl_version} -Provides: tex(ecoui1440.tfm) = %{tl_version} -Provides: tex(ecoui1728.tfm) = %{tl_version} -Provides: tex(ecoui2074.tfm) = %{tl_version} -Provides: tex(ecoui2488.tfm) = %{tl_version} -Provides: tex(ecoui2986.tfm) = %{tl_version} -Provides: tex(ecoui3583.tfm) = %{tl_version} -Provides: tex(ecovi0600.tfm) = %{tl_version} -Provides: tex(ecovi0700.tfm) = %{tl_version} -Provides: tex(ecovi0800.tfm) = %{tl_version} -Provides: tex(ecovi0900.tfm) = %{tl_version} -Provides: tex(ecovi1000.tfm) = %{tl_version} -Provides: tex(ecovi1095.tfm) = %{tl_version} -Provides: tex(ecovi1200.tfm) = %{tl_version} -Provides: tex(ecovi1440.tfm) = %{tl_version} -Provides: tex(ecovi1728.tfm) = %{tl_version} -Provides: tex(ecovi2074.tfm) = %{tl_version} -Provides: tex(ecovi2488.tfm) = %{tl_version} -Provides: tex(ecovi2986.tfm) = %{tl_version} -Provides: tex(ecovi3583.tfm) = %{tl_version} -Provides: tex(ecovt0600.tfm) = %{tl_version} -Provides: tex(ecovt0700.tfm) = %{tl_version} -Provides: tex(ecovt0800.tfm) = %{tl_version} -Provides: tex(ecovt0900.tfm) = %{tl_version} -Provides: tex(ecovt1000.tfm) = %{tl_version} -Provides: tex(ecovt1095.tfm) = %{tl_version} -Provides: tex(ecovt1200.tfm) = %{tl_version} -Provides: tex(ecovt1440.tfm) = %{tl_version} -Provides: tex(ecovt1728.tfm) = %{tl_version} -Provides: tex(ecovt2074.tfm) = %{tl_version} -Provides: tex(ecovt2488.tfm) = %{tl_version} -Provides: tex(ecovt2986.tfm) = %{tl_version} -Provides: tex(ecovt3583.tfm) = %{tl_version} -Provides: tex(ecobi0500.vf) = %{tl_version} -Provides: tex(ecobi0600.vf) = %{tl_version} -Provides: tex(ecobi0700.vf) = %{tl_version} -Provides: tex(ecobi0800.vf) = %{tl_version} -Provides: tex(ecobi0900.vf) = %{tl_version} -Provides: tex(ecobi1000.vf) = %{tl_version} -Provides: tex(ecobi1095.vf) = %{tl_version} -Provides: tex(ecobi1200.vf) = %{tl_version} -Provides: tex(ecobi1440.vf) = %{tl_version} -Provides: tex(ecobi1728.vf) = %{tl_version} -Provides: tex(ecobi2074.vf) = %{tl_version} -Provides: tex(ecobi2488.vf) = %{tl_version} -Provides: tex(ecobi2986.vf) = %{tl_version} -Provides: tex(ecobi3583.vf) = %{tl_version} -Provides: tex(ecobl0500.vf) = %{tl_version} -Provides: tex(ecobl0600.vf) = %{tl_version} -Provides: tex(ecobl0700.vf) = %{tl_version} -Provides: tex(ecobl0800.vf) = %{tl_version} -Provides: tex(ecobl0900.vf) = %{tl_version} -Provides: tex(ecobl1000.vf) = %{tl_version} -Provides: tex(ecobl1095.vf) = %{tl_version} -Provides: tex(ecobl1200.vf) = %{tl_version} -Provides: tex(ecobl1440.vf) = %{tl_version} -Provides: tex(ecobl1728.vf) = %{tl_version} -Provides: tex(ecobl2074.vf) = %{tl_version} -Provides: tex(ecobl2488.vf) = %{tl_version} -Provides: tex(ecobl2986.vf) = %{tl_version} -Provides: tex(ecobl3583.vf) = %{tl_version} -Provides: tex(ecobx0500.vf) = %{tl_version} -Provides: tex(ecobx0600.vf) = %{tl_version} -Provides: tex(ecobx0700.vf) = %{tl_version} -Provides: tex(ecobx0800.vf) = %{tl_version} -Provides: tex(ecobx0900.vf) = %{tl_version} -Provides: tex(ecobx1000.vf) = %{tl_version} -Provides: tex(ecobx1095.vf) = %{tl_version} -Provides: tex(ecobx1200.vf) = %{tl_version} -Provides: tex(ecobx1440.vf) = %{tl_version} -Provides: tex(ecobx1728.vf) = %{tl_version} -Provides: tex(ecobx2074.vf) = %{tl_version} -Provides: tex(ecobx2488.vf) = %{tl_version} -Provides: tex(ecobx2986.vf) = %{tl_version} -Provides: tex(ecobx3583.vf) = %{tl_version} -Provides: tex(ecodh0500.vf) = %{tl_version} -Provides: tex(ecodh0600.vf) = %{tl_version} -Provides: tex(ecodh0700.vf) = %{tl_version} -Provides: tex(ecodh0800.vf) = %{tl_version} -Provides: tex(ecodh0900.vf) = %{tl_version} -Provides: tex(ecodh1000.vf) = %{tl_version} -Provides: tex(ecodh1095.vf) = %{tl_version} -Provides: tex(ecodh1200.vf) = %{tl_version} -Provides: tex(ecodh1440.vf) = %{tl_version} -Provides: tex(ecodh1728.vf) = %{tl_version} -Provides: tex(ecodh2074.vf) = %{tl_version} -Provides: tex(ecodh2488.vf) = %{tl_version} -Provides: tex(ecodh2986.vf) = %{tl_version} -Provides: tex(ecodh3583.vf) = %{tl_version} -Provides: tex(ecoit0600.vf) = %{tl_version} -Provides: tex(ecoit0700.vf) = %{tl_version} -Provides: tex(ecoit0800.vf) = %{tl_version} -Provides: tex(ecoit0900.vf) = %{tl_version} -Provides: tex(ecoit1000.vf) = %{tl_version} -Provides: tex(ecoit1095.vf) = %{tl_version} -Provides: tex(ecoit1200.vf) = %{tl_version} -Provides: tex(ecoit1440.vf) = %{tl_version} -Provides: tex(ecoit1728.vf) = %{tl_version} -Provides: tex(ecoit2074.vf) = %{tl_version} -Provides: tex(ecoit2488.vf) = %{tl_version} -Provides: tex(ecoit2986.vf) = %{tl_version} -Provides: tex(ecoit3583.vf) = %{tl_version} -Provides: tex(ecorb0500.vf) = %{tl_version} -Provides: tex(ecorb0600.vf) = %{tl_version} -Provides: tex(ecorb0700.vf) = %{tl_version} -Provides: tex(ecorb0800.vf) = %{tl_version} -Provides: tex(ecorb0900.vf) = %{tl_version} -Provides: tex(ecorb1000.vf) = %{tl_version} -Provides: tex(ecorb1095.vf) = %{tl_version} -Provides: tex(ecorb1200.vf) = %{tl_version} -Provides: tex(ecorb1440.vf) = %{tl_version} -Provides: tex(ecorb1728.vf) = %{tl_version} -Provides: tex(ecorb2074.vf) = %{tl_version} -Provides: tex(ecorb2488.vf) = %{tl_version} -Provides: tex(ecorb2986.vf) = %{tl_version} -Provides: tex(ecorb3583.vf) = %{tl_version} -Provides: tex(ecorm0500.vf) = %{tl_version} -Provides: tex(ecorm0600.vf) = %{tl_version} -Provides: tex(ecorm0700.vf) = %{tl_version} -Provides: tex(ecorm0800.vf) = %{tl_version} -Provides: tex(ecorm0900.vf) = %{tl_version} -Provides: tex(ecorm1000.vf) = %{tl_version} -Provides: tex(ecorm1095.vf) = %{tl_version} -Provides: tex(ecorm1200.vf) = %{tl_version} -Provides: tex(ecorm1440.vf) = %{tl_version} -Provides: tex(ecorm1728.vf) = %{tl_version} -Provides: tex(ecorm2074.vf) = %{tl_version} -Provides: tex(ecorm2488.vf) = %{tl_version} -Provides: tex(ecorm2986.vf) = %{tl_version} -Provides: tex(ecorm3583.vf) = %{tl_version} -Provides: tex(ecosi0500.vf) = %{tl_version} -Provides: tex(ecosi0600.vf) = %{tl_version} -Provides: tex(ecosi0700.vf) = %{tl_version} -Provides: tex(ecosi0800.vf) = %{tl_version} -Provides: tex(ecosi0900.vf) = %{tl_version} -Provides: tex(ecosi1000.vf) = %{tl_version} -Provides: tex(ecosi1095.vf) = %{tl_version} -Provides: tex(ecosi1200.vf) = %{tl_version} -Provides: tex(ecosi1440.vf) = %{tl_version} -Provides: tex(ecosi1728.vf) = %{tl_version} -Provides: tex(ecosi2074.vf) = %{tl_version} -Provides: tex(ecosi2488.vf) = %{tl_version} -Provides: tex(ecosi2986.vf) = %{tl_version} -Provides: tex(ecosi3583.vf) = %{tl_version} -Provides: tex(ecosl0500.vf) = %{tl_version} -Provides: tex(ecosl0600.vf) = %{tl_version} -Provides: tex(ecosl0700.vf) = %{tl_version} -Provides: tex(ecosl0800.vf) = %{tl_version} -Provides: tex(ecosl0900.vf) = %{tl_version} -Provides: tex(ecosl1000.vf) = %{tl_version} -Provides: tex(ecosl1095.vf) = %{tl_version} -Provides: tex(ecosl1200.vf) = %{tl_version} -Provides: tex(ecosl1440.vf) = %{tl_version} -Provides: tex(ecosl1728.vf) = %{tl_version} -Provides: tex(ecosl2074.vf) = %{tl_version} -Provides: tex(ecosl2488.vf) = %{tl_version} -Provides: tex(ecosl2986.vf) = %{tl_version} -Provides: tex(ecosl3583.vf) = %{tl_version} -Provides: tex(ecoso0500.vf) = %{tl_version} -Provides: tex(ecoso0600.vf) = %{tl_version} -Provides: tex(ecoso0700.vf) = %{tl_version} -Provides: tex(ecoso0800.vf) = %{tl_version} -Provides: tex(ecoso0900.vf) = %{tl_version} -Provides: tex(ecoso1000.vf) = %{tl_version} -Provides: tex(ecoso1095.vf) = %{tl_version} -Provides: tex(ecoso1200.vf) = %{tl_version} -Provides: tex(ecoso1440.vf) = %{tl_version} -Provides: tex(ecoso1728.vf) = %{tl_version} -Provides: tex(ecoso2074.vf) = %{tl_version} -Provides: tex(ecoso2488.vf) = %{tl_version} -Provides: tex(ecoso2986.vf) = %{tl_version} -Provides: tex(ecoso3583.vf) = %{tl_version} -Provides: tex(ecoss0500.vf) = %{tl_version} -Provides: tex(ecoss0600.vf) = %{tl_version} -Provides: tex(ecoss0700.vf) = %{tl_version} -Provides: tex(ecoss0800.vf) = %{tl_version} -Provides: tex(ecoss0900.vf) = %{tl_version} -Provides: tex(ecoss1000.vf) = %{tl_version} -Provides: tex(ecoss1095.vf) = %{tl_version} -Provides: tex(ecoss1200.vf) = %{tl_version} -Provides: tex(ecoss1440.vf) = %{tl_version} -Provides: tex(ecoss1728.vf) = %{tl_version} -Provides: tex(ecoss2074.vf) = %{tl_version} -Provides: tex(ecoss2488.vf) = %{tl_version} -Provides: tex(ecoss2986.vf) = %{tl_version} -Provides: tex(ecoss3583.vf) = %{tl_version} -Provides: tex(ecost0600.vf) = %{tl_version} -Provides: tex(ecost0700.vf) = %{tl_version} -Provides: tex(ecost0800.vf) = %{tl_version} -Provides: tex(ecost0900.vf) = %{tl_version} -Provides: tex(ecost1000.vf) = %{tl_version} -Provides: tex(ecost1095.vf) = %{tl_version} -Provides: tex(ecost1200.vf) = %{tl_version} -Provides: tex(ecost1440.vf) = %{tl_version} -Provides: tex(ecost1728.vf) = %{tl_version} -Provides: tex(ecost2074.vf) = %{tl_version} -Provides: tex(ecost2488.vf) = %{tl_version} -Provides: tex(ecost2986.vf) = %{tl_version} -Provides: tex(ecost3583.vf) = %{tl_version} -Provides: tex(ecosx0500.vf) = %{tl_version} -Provides: tex(ecosx0600.vf) = %{tl_version} -Provides: tex(ecosx0700.vf) = %{tl_version} -Provides: tex(ecosx0800.vf) = %{tl_version} -Provides: tex(ecosx0900.vf) = %{tl_version} -Provides: tex(ecosx1000.vf) = %{tl_version} -Provides: tex(ecosx1095.vf) = %{tl_version} -Provides: tex(ecosx1200.vf) = %{tl_version} -Provides: tex(ecosx1440.vf) = %{tl_version} -Provides: tex(ecosx1728.vf) = %{tl_version} -Provides: tex(ecosx2074.vf) = %{tl_version} -Provides: tex(ecosx2488.vf) = %{tl_version} -Provides: tex(ecosx2986.vf) = %{tl_version} -Provides: tex(ecosx3583.vf) = %{tl_version} -Provides: tex(ecoti0500.vf) = %{tl_version} -Provides: tex(ecoti0600.vf) = %{tl_version} -Provides: tex(ecoti0700.vf) = %{tl_version} -Provides: tex(ecoti0800.vf) = %{tl_version} -Provides: tex(ecoti0900.vf) = %{tl_version} -Provides: tex(ecoti1000.vf) = %{tl_version} -Provides: tex(ecoti1095.vf) = %{tl_version} -Provides: tex(ecoti1200.vf) = %{tl_version} -Provides: tex(ecoti1440.vf) = %{tl_version} -Provides: tex(ecoti1728.vf) = %{tl_version} -Provides: tex(ecoti2074.vf) = %{tl_version} -Provides: tex(ecoti2488.vf) = %{tl_version} -Provides: tex(ecoti2986.vf) = %{tl_version} -Provides: tex(ecoti3583.vf) = %{tl_version} -Provides: tex(ecott0600.vf) = %{tl_version} -Provides: tex(ecott0700.vf) = %{tl_version} -Provides: tex(ecott0800.vf) = %{tl_version} -Provides: tex(ecott0900.vf) = %{tl_version} -Provides: tex(ecott1000.vf) = %{tl_version} -Provides: tex(ecott1095.vf) = %{tl_version} -Provides: tex(ecott1200.vf) = %{tl_version} -Provides: tex(ecott1440.vf) = %{tl_version} -Provides: tex(ecott1728.vf) = %{tl_version} -Provides: tex(ecott2074.vf) = %{tl_version} -Provides: tex(ecott2488.vf) = %{tl_version} -Provides: tex(ecott2986.vf) = %{tl_version} -Provides: tex(ecott3583.vf) = %{tl_version} -Provides: tex(ecoui0500.vf) = %{tl_version} -Provides: tex(ecoui0600.vf) = %{tl_version} -Provides: tex(ecoui0700.vf) = %{tl_version} -Provides: tex(ecoui0800.vf) = %{tl_version} -Provides: tex(ecoui0900.vf) = %{tl_version} -Provides: tex(ecoui1000.vf) = %{tl_version} -Provides: tex(ecoui1095.vf) = %{tl_version} -Provides: tex(ecoui1200.vf) = %{tl_version} -Provides: tex(ecoui1440.vf) = %{tl_version} -Provides: tex(ecoui1728.vf) = %{tl_version} -Provides: tex(ecoui2074.vf) = %{tl_version} -Provides: tex(ecoui2488.vf) = %{tl_version} -Provides: tex(ecoui2986.vf) = %{tl_version} -Provides: tex(ecoui3583.vf) = %{tl_version} -Provides: tex(ecovi0600.vf) = %{tl_version} -Provides: tex(ecovi0700.vf) = %{tl_version} -Provides: tex(ecovi0800.vf) = %{tl_version} -Provides: tex(ecovi0900.vf) = %{tl_version} -Provides: tex(ecovi1000.vf) = %{tl_version} -Provides: tex(ecovi1095.vf) = %{tl_version} -Provides: tex(ecovi1200.vf) = %{tl_version} -Provides: tex(ecovi1440.vf) = %{tl_version} -Provides: tex(ecovi1728.vf) = %{tl_version} -Provides: tex(ecovi2074.vf) = %{tl_version} -Provides: tex(ecovi2488.vf) = %{tl_version} -Provides: tex(ecovi2986.vf) = %{tl_version} -Provides: tex(ecovi3583.vf) = %{tl_version} -Provides: tex(ecovt0600.vf) = %{tl_version} -Provides: tex(ecovt0700.vf) = %{tl_version} -Provides: tex(ecovt0800.vf) = %{tl_version} -Provides: tex(ecovt0900.vf) = %{tl_version} -Provides: tex(ecovt1000.vf) = %{tl_version} -Provides: tex(ecovt1095.vf) = %{tl_version} -Provides: tex(ecovt1200.vf) = %{tl_version} -Provides: tex(ecovt1440.vf) = %{tl_version} -Provides: tex(ecovt1728.vf) = %{tl_version} -Provides: tex(ecovt2074.vf) = %{tl_version} -Provides: tex(ecovt2488.vf) = %{tl_version} -Provides: tex(ecovt2986.vf) = %{tl_version} -Provides: tex(ecovt3583.vf) = %{tl_version} -Provides: tex(T1cmodh.fd) = %{tl_version} -Provides: tex(T1cmor.fd) = %{tl_version} -Provides: tex(T1cmoss.fd) = %{tl_version} -Provides: tex(T1cmott.fd) = %{tl_version} -Provides: tex(T1cmovt.fd) = %{tl_version} -Provides: tex(eco.sty) = %{tl_version} - -%description eco -A set of font metric files and virtual fonts for using the EC -fonts with oldstyle numerals. These files can only be used -together with the standard ec fonts. The style file eco.sty is -sufficient to use the eco fonts but if you intend to use other -font families as well, e.g., PostScript fonts, try altfont. - -date: 2012-07-10 21:25:56 +0200 - -%post eco -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eco -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eco -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eco-doc -Summary: Documentation for eco -Version: svn29349.1.3 -Release: %{tl_noarch_release} -Provides: tex-eco-doc -BuildArch: noarch -AutoReqProv: No - -%description eco-doc -Documentation for eco - -%package eiad-ltx -Provides: tex-eiad-ltx = %{tl_version} -License: LPPL -Summary: LaTeX support for the eiad font -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eiad.sty) = %{tl_version} - -%description eiad-ltx -Provides macros for use of the eiad fonts in OT1 encoding. Also -offers a couple of MetaFont files described in the font -package, but not provided there. - -date: 2007-02-06 22:00:42 +0100 - -%post eiad-ltx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eiad-ltx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eiad-ltx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eiad-ltx-doc -Summary: Documentation for eiad-ltx -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-eiad-ltx-doc -BuildArch: noarch -AutoReqProv: No - -%description eiad-ltx-doc -Documentation for eiad-ltx - -%package electrum -Provides: tex-electrum = %{tl_version} -License: GPLv2+ with exceptions and LPPL -Summary: Electrum ADF fonts collection -Version: svn19705.1.005_b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(supp-yes.enc) = %{tl_version} -Provides: tex(yes.map) = %{tl_version} -Provides: tex(yesb08c.tfm) = %{tl_version} -Provides: tex(yesb08t.tfm) = %{tl_version} -Provides: tex(yesb0o8c.tfm) = %{tl_version} -Provides: tex(yesb0o8t.tfm) = %{tl_version} -Provides: tex(yesb18c.tfm) = %{tl_version} -Provides: tex(yesb18t.tfm) = %{tl_version} -Provides: tex(yesb1o8c.tfm) = %{tl_version} -Provides: tex(yesb1o8t.tfm) = %{tl_version} -Provides: tex(yesb8c.tfm) = %{tl_version} -Provides: tex(yesb8r.tfm) = %{tl_version} -Provides: tex(yesb8s.tfm) = %{tl_version} -Provides: tex(yesb8t.tfm) = %{tl_version} -Provides: tex(yesbc8t.tfm) = %{tl_version} -Provides: tex(yesbcj8t.tfm) = %{tl_version} -Provides: tex(yesbcjo8t.tfm) = %{tl_version} -Provides: tex(yesbcjow8t.tfm) = %{tl_version} -Provides: tex(yesbcjw8t.tfm) = %{tl_version} -Provides: tex(yesbco8t.tfm) = %{tl_version} -Provides: tex(yesbcow8t.tfm) = %{tl_version} -Provides: tex(yesbcw8t.tfm) = %{tl_version} -Provides: tex(yesbj8c.tfm) = %{tl_version} -Provides: tex(yesbj8t.tfm) = %{tl_version} -Provides: tex(yesbjo8c.tfm) = %{tl_version} -Provides: tex(yesbjo8t.tfm) = %{tl_version} -Provides: tex(yesbjow8t.tfm) = %{tl_version} -Provides: tex(yesbjw8t.tfm) = %{tl_version} -Provides: tex(yesbo8c.tfm) = %{tl_version} -Provides: tex(yesbo8r.tfm) = %{tl_version} -Provides: tex(yesbo8s.tfm) = %{tl_version} -Provides: tex(yesbo8t.tfm) = %{tl_version} -Provides: tex(yesbow8t.tfm) = %{tl_version} -Provides: tex(yesbw8t.tfm) = %{tl_version} -Provides: tex(yesl08c.tfm) = %{tl_version} -Provides: tex(yesl08t.tfm) = %{tl_version} -Provides: tex(yesl0o8c.tfm) = %{tl_version} -Provides: tex(yesl0o8t.tfm) = %{tl_version} -Provides: tex(yesl18c.tfm) = %{tl_version} -Provides: tex(yesl18t.tfm) = %{tl_version} -Provides: tex(yesl1o8c.tfm) = %{tl_version} -Provides: tex(yesl1o8t.tfm) = %{tl_version} -Provides: tex(yesl8c.tfm) = %{tl_version} -Provides: tex(yesl8r.tfm) = %{tl_version} -Provides: tex(yesl8s.tfm) = %{tl_version} -Provides: tex(yesl8t.tfm) = %{tl_version} -Provides: tex(yeslc8t.tfm) = %{tl_version} -Provides: tex(yeslcj8t.tfm) = %{tl_version} -Provides: tex(yeslcjo8t.tfm) = %{tl_version} -Provides: tex(yeslcjow8t.tfm) = %{tl_version} -Provides: tex(yeslcjw8t.tfm) = %{tl_version} -Provides: tex(yeslco8t.tfm) = %{tl_version} -Provides: tex(yeslcow8t.tfm) = %{tl_version} -Provides: tex(yeslcw8t.tfm) = %{tl_version} -Provides: tex(yeslj8c.tfm) = %{tl_version} -Provides: tex(yeslj8t.tfm) = %{tl_version} -Provides: tex(yesljo8c.tfm) = %{tl_version} -Provides: tex(yesljo8t.tfm) = %{tl_version} -Provides: tex(yesljow8t.tfm) = %{tl_version} -Provides: tex(yesljw8t.tfm) = %{tl_version} -Provides: tex(yeslo8c.tfm) = %{tl_version} -Provides: tex(yeslo8r.tfm) = %{tl_version} -Provides: tex(yeslo8s.tfm) = %{tl_version} -Provides: tex(yeslo8t.tfm) = %{tl_version} -Provides: tex(yeslow8t.tfm) = %{tl_version} -Provides: tex(yeslw8t.tfm) = %{tl_version} -Provides: tex(yesr08c.tfm) = %{tl_version} -Provides: tex(yesr08t.tfm) = %{tl_version} -Provides: tex(yesr0o8c.tfm) = %{tl_version} -Provides: tex(yesr0o8t.tfm) = %{tl_version} -Provides: tex(yesr18c.tfm) = %{tl_version} -Provides: tex(yesr18t.tfm) = %{tl_version} -Provides: tex(yesr1o8c.tfm) = %{tl_version} -Provides: tex(yesr1o8t.tfm) = %{tl_version} -Provides: tex(yesr8c.tfm) = %{tl_version} -Provides: tex(yesr8r.tfm) = %{tl_version} -Provides: tex(yesr8s.tfm) = %{tl_version} -Provides: tex(yesr8t.tfm) = %{tl_version} -Provides: tex(yesrc8t.tfm) = %{tl_version} -Provides: tex(yesrcj8t.tfm) = %{tl_version} -Provides: tex(yesrcjo8t.tfm) = %{tl_version} -Provides: tex(yesrcjow8t.tfm) = %{tl_version} -Provides: tex(yesrcjw8t.tfm) = %{tl_version} -Provides: tex(yesrco8t.tfm) = %{tl_version} -Provides: tex(yesrcow8t.tfm) = %{tl_version} -Provides: tex(yesrcw8t.tfm) = %{tl_version} -Provides: tex(yesrj8c.tfm) = %{tl_version} -Provides: tex(yesrj8t.tfm) = %{tl_version} -Provides: tex(yesrjo8c.tfm) = %{tl_version} -Provides: tex(yesrjo8t.tfm) = %{tl_version} -Provides: tex(yesrjow8t.tfm) = %{tl_version} -Provides: tex(yesrjw8t.tfm) = %{tl_version} -Provides: tex(yesro8c.tfm) = %{tl_version} -Provides: tex(yesro8r.tfm) = %{tl_version} -Provides: tex(yesro8s.tfm) = %{tl_version} -Provides: tex(yesro8t.tfm) = %{tl_version} -Provides: tex(yesrow8t.tfm) = %{tl_version} -Provides: tex(yesrw8t.tfm) = %{tl_version} -Provides: tex(yess08c.tfm) = %{tl_version} -Provides: tex(yess08t.tfm) = %{tl_version} -Provides: tex(yess0o8c.tfm) = %{tl_version} -Provides: tex(yess0o8t.tfm) = %{tl_version} -Provides: tex(yess18c.tfm) = %{tl_version} -Provides: tex(yess18t.tfm) = %{tl_version} -Provides: tex(yess1o8c.tfm) = %{tl_version} -Provides: tex(yess1o8t.tfm) = %{tl_version} -Provides: tex(yess8c.tfm) = %{tl_version} -Provides: tex(yess8r.tfm) = %{tl_version} -Provides: tex(yess8s.tfm) = %{tl_version} -Provides: tex(yess8t.tfm) = %{tl_version} -Provides: tex(yessc8t.tfm) = %{tl_version} -Provides: tex(yesscj8t.tfm) = %{tl_version} -Provides: tex(yesscjo8t.tfm) = %{tl_version} -Provides: tex(yesscjow8t.tfm) = %{tl_version} -Provides: tex(yesscjw8t.tfm) = %{tl_version} -Provides: tex(yessco8t.tfm) = %{tl_version} -Provides: tex(yesscow8t.tfm) = %{tl_version} -Provides: tex(yesscw8t.tfm) = %{tl_version} -Provides: tex(yessj8c.tfm) = %{tl_version} -Provides: tex(yessj8t.tfm) = %{tl_version} -Provides: tex(yessjo8c.tfm) = %{tl_version} -Provides: tex(yessjo8t.tfm) = %{tl_version} -Provides: tex(yessjow8t.tfm) = %{tl_version} -Provides: tex(yessjw8t.tfm) = %{tl_version} -Provides: tex(yesso8c.tfm) = %{tl_version} -Provides: tex(yesso8r.tfm) = %{tl_version} -Provides: tex(yesso8s.tfm) = %{tl_version} -Provides: tex(yesso8t.tfm) = %{tl_version} -Provides: tex(yessow8t.tfm) = %{tl_version} -Provides: tex(yessw8t.tfm) = %{tl_version} -Provides: tex(yesb8a.pfb) = %{tl_version} -Provides: tex(yesbo8a.pfb) = %{tl_version} -Provides: tex(yesl8a.pfb) = %{tl_version} -Provides: tex(yeslo8a.pfb) = %{tl_version} -Provides: tex(yesr8a.pfb) = %{tl_version} -Provides: tex(yesro8a.pfb) = %{tl_version} -Provides: tex(yess8a.pfb) = %{tl_version} -Provides: tex(yesso8a.pfb) = %{tl_version} -Provides: tex(yesb08c.vf) = %{tl_version} -Provides: tex(yesb08t.vf) = %{tl_version} -Provides: tex(yesb0o8c.vf) = %{tl_version} -Provides: tex(yesb0o8t.vf) = %{tl_version} -Provides: tex(yesb18c.vf) = %{tl_version} -Provides: tex(yesb18t.vf) = %{tl_version} -Provides: tex(yesb1o8c.vf) = %{tl_version} -Provides: tex(yesb1o8t.vf) = %{tl_version} -Provides: tex(yesb8c.vf) = %{tl_version} -Provides: tex(yesb8t.vf) = %{tl_version} -Provides: tex(yesbc8t.vf) = %{tl_version} -Provides: tex(yesbcj8t.vf) = %{tl_version} -Provides: tex(yesbcjo8t.vf) = %{tl_version} -Provides: tex(yesbcjow8t.vf) = %{tl_version} -Provides: tex(yesbcjw8t.vf) = %{tl_version} -Provides: tex(yesbco8t.vf) = %{tl_version} -Provides: tex(yesbcow8t.vf) = %{tl_version} -Provides: tex(yesbcw8t.vf) = %{tl_version} -Provides: tex(yesbj8c.vf) = %{tl_version} -Provides: tex(yesbj8t.vf) = %{tl_version} -Provides: tex(yesbjo8c.vf) = %{tl_version} -Provides: tex(yesbjo8t.vf) = %{tl_version} -Provides: tex(yesbjow8t.vf) = %{tl_version} -Provides: tex(yesbjw8t.vf) = %{tl_version} -Provides: tex(yesbo8c.vf) = %{tl_version} -Provides: tex(yesbo8t.vf) = %{tl_version} -Provides: tex(yesbow8t.vf) = %{tl_version} -Provides: tex(yesbw8t.vf) = %{tl_version} -Provides: tex(yesl08c.vf) = %{tl_version} -Provides: tex(yesl08t.vf) = %{tl_version} -Provides: tex(yesl0o8c.vf) = %{tl_version} -Provides: tex(yesl0o8t.vf) = %{tl_version} -Provides: tex(yesl18c.vf) = %{tl_version} -Provides: tex(yesl18t.vf) = %{tl_version} -Provides: tex(yesl1o8c.vf) = %{tl_version} -Provides: tex(yesl1o8t.vf) = %{tl_version} -Provides: tex(yesl8c.vf) = %{tl_version} -Provides: tex(yesl8t.vf) = %{tl_version} -Provides: tex(yeslc8t.vf) = %{tl_version} -Provides: tex(yeslcj8t.vf) = %{tl_version} -Provides: tex(yeslcjo8t.vf) = %{tl_version} -Provides: tex(yeslcjow8t.vf) = %{tl_version} -Provides: tex(yeslcjw8t.vf) = %{tl_version} -Provides: tex(yeslco8t.vf) = %{tl_version} -Provides: tex(yeslcow8t.vf) = %{tl_version} -Provides: tex(yeslcw8t.vf) = %{tl_version} -Provides: tex(yeslj8c.vf) = %{tl_version} -Provides: tex(yeslj8t.vf) = %{tl_version} -Provides: tex(yesljo8c.vf) = %{tl_version} -Provides: tex(yesljo8t.vf) = %{tl_version} -Provides: tex(yesljow8t.vf) = %{tl_version} -Provides: tex(yesljw8t.vf) = %{tl_version} -Provides: tex(yeslo8c.vf) = %{tl_version} -Provides: tex(yeslo8t.vf) = %{tl_version} -Provides: tex(yeslow8t.vf) = %{tl_version} -Provides: tex(yeslw8t.vf) = %{tl_version} -Provides: tex(yesr08c.vf) = %{tl_version} -Provides: tex(yesr08t.vf) = %{tl_version} -Provides: tex(yesr0o8c.vf) = %{tl_version} -Provides: tex(yesr0o8t.vf) = %{tl_version} -Provides: tex(yesr18c.vf) = %{tl_version} -Provides: tex(yesr18t.vf) = %{tl_version} -Provides: tex(yesr1o8c.vf) = %{tl_version} -Provides: tex(yesr1o8t.vf) = %{tl_version} -Provides: tex(yesr8c.vf) = %{tl_version} -Provides: tex(yesr8t.vf) = %{tl_version} -Provides: tex(yesrc8t.vf) = %{tl_version} -Provides: tex(yesrcj8t.vf) = %{tl_version} -Provides: tex(yesrcjo8t.vf) = %{tl_version} -Provides: tex(yesrcjow8t.vf) = %{tl_version} -Provides: tex(yesrcjw8t.vf) = %{tl_version} -Provides: tex(yesrco8t.vf) = %{tl_version} -Provides: tex(yesrcow8t.vf) = %{tl_version} -Provides: tex(yesrcw8t.vf) = %{tl_version} -Provides: tex(yesrj8c.vf) = %{tl_version} -Provides: tex(yesrj8t.vf) = %{tl_version} -Provides: tex(yesrjo8c.vf) = %{tl_version} -Provides: tex(yesrjo8t.vf) = %{tl_version} -Provides: tex(yesrjow8t.vf) = %{tl_version} -Provides: tex(yesrjw8t.vf) = %{tl_version} -Provides: tex(yesro8c.vf) = %{tl_version} -Provides: tex(yesro8t.vf) = %{tl_version} -Provides: tex(yesrow8t.vf) = %{tl_version} -Provides: tex(yesrw8t.vf) = %{tl_version} -Provides: tex(yess08c.vf) = %{tl_version} -Provides: tex(yess08t.vf) = %{tl_version} -Provides: tex(yess0o8c.vf) = %{tl_version} -Provides: tex(yess0o8t.vf) = %{tl_version} -Provides: tex(yess18c.vf) = %{tl_version} -Provides: tex(yess18t.vf) = %{tl_version} -Provides: tex(yess1o8c.vf) = %{tl_version} -Provides: tex(yess1o8t.vf) = %{tl_version} -Provides: tex(yess8c.vf) = %{tl_version} -Provides: tex(yess8t.vf) = %{tl_version} -Provides: tex(yessc8t.vf) = %{tl_version} -Provides: tex(yesscj8t.vf) = %{tl_version} -Provides: tex(yesscjo8t.vf) = %{tl_version} -Provides: tex(yesscjow8t.vf) = %{tl_version} -Provides: tex(yesscjw8t.vf) = %{tl_version} -Provides: tex(yessco8t.vf) = %{tl_version} -Provides: tex(yesscow8t.vf) = %{tl_version} -Provides: tex(yesscw8t.vf) = %{tl_version} -Provides: tex(yessj8c.vf) = %{tl_version} -Provides: tex(yessj8t.vf) = %{tl_version} -Provides: tex(yessjo8c.vf) = %{tl_version} -Provides: tex(yessjo8t.vf) = %{tl_version} -Provides: tex(yessjow8t.vf) = %{tl_version} -Provides: tex(yessjw8t.vf) = %{tl_version} -Provides: tex(yesso8c.vf) = %{tl_version} -Provides: tex(yesso8t.vf) = %{tl_version} -Provides: tex(yessow8t.vf) = %{tl_version} -Provides: tex(yessw8t.vf) = %{tl_version} -Provides: tex(electrum.sty) = %{tl_version} -Provides: tex(t1yes.fd) = %{tl_version} -Provides: tex(t1yes0.fd) = %{tl_version} -Provides: tex(t1yes1.fd) = %{tl_version} -Provides: tex(t1yesj.fd) = %{tl_version} -Provides: tex(t1yesjw.fd) = %{tl_version} -Provides: tex(t1yesw.fd) = %{tl_version} -Provides: tex(ts1yes.fd) = %{tl_version} -Provides: tex(ts1yes0.fd) = %{tl_version} -Provides: tex(ts1yes1.fd) = %{tl_version} -Provides: tex(ts1yesj.fd) = %{tl_version} -Provides: tex(ts1yesjw.fd) = %{tl_version} -Provides: tex(ts1yesw.fd) = %{tl_version} - -%description electrum -Electrum ADF is a slab-serif font featuring optical and italic -small-caps; additional ligatures and an alternate Q; lining, -hanging, inferior and superior digits; and four weights. The -fonts are provided in Adobe Type 1 format and the support -material enables use with LaTeX. Licence is mixed: LPPL for -LaTeX support; GPL with font exception for the fonts. - -date: 2010-07-28 12:27:25 +0200 - -%post electrum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map yes.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yes.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun electrum -if [ $1 == 0 ] ; then -sed -i '/^Map yes.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans electrum -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package electrum-doc -Summary: Documentation for electrum -Version: svn19705.1.005_b -Release: %{tl_noarch_release} -Provides: tex-electrum-doc -BuildArch: noarch -AutoReqProv: No - -%description electrum-doc -Documentation for electrum - -%package elvish -Provides: tex-elvish = %{tl_version} -License: Elvish -Summary: Fonts for typesetting Tolkien Elvish scripts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cirth.tfm) = %{tl_version} -Provides: tex(teng10.tfm) = %{tl_version} - -%description elvish -The bundle provides fonts for Cirth (cirth.mf, etc.) and for -Tengwar (teng10.mf). The Tengwar fonts are supported by macros -in teng.tex, or by the (better documented) tengtex package. - -date: 2008-04-19 23:11:03 +0200 - -%post elvish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elvish -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elvish -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elvish-doc -Summary: Documentation for elvish -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-elvish-doc -BuildArch: noarch -AutoReqProv: No - -%description elvish-doc -Documentation for elvish - -%package epigrafica -Provides: tex-epigrafica = %{tl_version} -License: GPL+ -Summary: A Greek and Latin font -Version: svn17210.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(pxfonts.sty) -Provides: tex(epigraficahellenic.enc) = %{tl_version} -Provides: tex(epigrafica.map) = %{tl_version} -Provides: tex(epigraficab8a.tfm) = %{tl_version} -Provides: tex(epigraficab8r.tfm) = %{tl_version} -Provides: tex(epigraficabi8a.tfm) = %{tl_version} -Provides: tex(epigraficabi8r.tfm) = %{tl_version} -Provides: tex(epigraficabo8a.tfm) = %{tl_version} -Provides: tex(epigraficabo8r.tfm) = %{tl_version} -Provides: tex(epigraficac8a.tfm) = %{tl_version} -Provides: tex(epigraficac8r.tfm) = %{tl_version} -Provides: tex(epigraficahb7a.tfm) = %{tl_version} -Provides: tex(epigraficahb7r.tfm) = %{tl_version} -Provides: tex(epigraficahbi7a.tfm) = %{tl_version} -Provides: tex(epigraficahbi7r.tfm) = %{tl_version} -Provides: tex(epigraficahbo7a.tfm) = %{tl_version} -Provides: tex(epigraficahbo7r.tfm) = %{tl_version} -Provides: tex(epigraficahc7a.tfm) = %{tl_version} -Provides: tex(epigraficahc7r.tfm) = %{tl_version} -Provides: tex(epigraficahi7a.tfm) = %{tl_version} -Provides: tex(epigraficahi7r.tfm) = %{tl_version} -Provides: tex(epigraficahn7r.tfm) = %{tl_version} -Provides: tex(epigraficaho7a.tfm) = %{tl_version} -Provides: tex(epigraficaho7r.tfm) = %{tl_version} -Provides: tex(epigraficai8a.tfm) = %{tl_version} -Provides: tex(epigraficai8r.tfm) = %{tl_version} -Provides: tex(epigrafican8a.tfm) = %{tl_version} -Provides: tex(epigrafican8r.tfm) = %{tl_version} -Provides: tex(epigraficao8a.tfm) = %{tl_version} -Provides: tex(epigraficao8r.tfm) = %{tl_version} -Provides: tex(gepigraficahn7a.tfm) = %{tl_version} -Provides: tex(Epigrafica-Entona.pfb) = %{tl_version} -Provides: tex(Epigrafica-EntonaReonta.pfb) = %{tl_version} -Provides: tex(Epigrafica-Ortha.pfb) = %{tl_version} -Provides: tex(Epigrafica-Pezokefalaia.pfb) = %{tl_version} -Provides: tex(Epigrafica-Reonta.pfb) = %{tl_version} -Provides: tex(epigraficab8r.vf) = %{tl_version} -Provides: tex(epigraficabi8r.vf) = %{tl_version} -Provides: tex(epigraficabo8r.vf) = %{tl_version} -Provides: tex(epigraficac8r.vf) = %{tl_version} -Provides: tex(epigraficahb7r.vf) = %{tl_version} -Provides: tex(epigraficahbi7r.vf) = %{tl_version} -Provides: tex(epigraficahbo7r.vf) = %{tl_version} -Provides: tex(epigraficahc7r.vf) = %{tl_version} -Provides: tex(epigraficahi7r.vf) = %{tl_version} -Provides: tex(epigraficahn7r.vf) = %{tl_version} -Provides: tex(epigraficaho7r.vf) = %{tl_version} -Provides: tex(epigraficai8r.vf) = %{tl_version} -Provides: tex(epigrafican8r.vf) = %{tl_version} -Provides: tex(epigraficao8r.vf) = %{tl_version} -Provides: tex(epigrafica.sty) = %{tl_version} -Provides: tex(lgrepigrafica.fd) = %{tl_version} -Provides: tex(ot1epigrafica.fd) = %{tl_version} - -%description epigrafica -Epigrafica is forked from the development of the MgOpen font -Cosmetica, which is a similar design to Optima and includes -Greek. Development has been supported by the Laboratory of -Digital Typography and Mathematical Software, of the Department -of Mathematics of the University of the Aegean, Greece. - -date: 2010-02-24 20:55:02 +0100 - -%post epigrafica -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map epigrafica.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map epigrafica.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun epigrafica -if [ $1 == 0 ] ; then -sed -i '/^Map epigrafica.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans epigrafica -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epigrafica-doc -Summary: Documentation for epigrafica -Version: svn17210.1.01 -Release: %{tl_noarch_release} -Provides: tex-epigrafica-doc -BuildArch: noarch -AutoReqProv: No - -%description epigrafica-doc -Documentation for epigrafica - -%package epsdice -Provides: tex-epsdice = %{tl_version} -License: LPPL -Summary: A scalable dice "font" -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Provides: tex(epsdice.cfg) = %{tl_version} -Provides: tex(epsdice.sty) = %{tl_version} - -%description epsdice -The epsdice package defines a single command \epsdice that -takes a numeric argument (in the range 1-6), and selects a face -image from a file that contains each of the 6 possible die -faces. The graphic file is provided in both Encapsulated -PostScript and PDF formats. - -date: 2007-02-15 14:08:03 +0100 - -%post epsdice -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epsdice -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epsdice -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epsdice-doc -Summary: Documentation for epsdice -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-epsdice-doc -BuildArch: noarch -AutoReqProv: No - -%description epsdice-doc -Documentation for epsdice - -%package esstix -Provides: tex-esstix = %{tl_version} -License: OFL -Summary: PostScript versions of the ESSTIX, with macro support -Version: svn22426.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(ESSTIX.map) = %{tl_version} -Provides: tex(esstixbb.tfm) = %{tl_version} -Provides: tex(esstixcal.tfm) = %{tl_version} -Provides: tex(esstixfrak.tfm) = %{tl_version} -Provides: tex(rESSTIX13.tfm) = %{tl_version} -Provides: tex(rESSTIX14.tfm) = %{tl_version} -Provides: tex(rESSTIX15.tfm) = %{tl_version} -Provides: tex(ESSTIX10.pfb) = %{tl_version} -Provides: tex(ESSTIX11.pfb) = %{tl_version} -Provides: tex(ESSTIX12.pfb) = %{tl_version} -Provides: tex(ESSTIX13.pfb) = %{tl_version} -Provides: tex(ESSTIX14.pfb) = %{tl_version} -Provides: tex(ESSTIX15.pfb) = %{tl_version} -Provides: tex(ESSTIX16.pfb) = %{tl_version} -Provides: tex(ESSTIX17.pfb) = %{tl_version} -Provides: tex(ESSTIX1_.pfb) = %{tl_version} -Provides: tex(ESSTIX2_.pfb) = %{tl_version} -Provides: tex(ESSTIX3_.pfb) = %{tl_version} -Provides: tex(ESSTIX4_.pfb) = %{tl_version} -Provides: tex(ESSTIX5_.pfb) = %{tl_version} -Provides: tex(ESSTIX6_.pfb) = %{tl_version} -Provides: tex(ESSTIX7_.pfb) = %{tl_version} -Provides: tex(ESSTIX8_.pfb) = %{tl_version} -Provides: tex(ESSTIX9_.pfb) = %{tl_version} -Provides: tex(esstixbb.vf) = %{tl_version} -Provides: tex(esstixcal.vf) = %{tl_version} -Provides: tex(esstixfrak.vf) = %{tl_version} -Provides: tex(esstixbb.sty) = %{tl_version} -Provides: tex(esstixcal.sty) = %{tl_version} -Provides: tex(esstixfrak.sty) = %{tl_version} -Provides: tex(uesstixbb.fd) = %{tl_version} -Provides: tex(uesstixcal.fd) = %{tl_version} -Provides: tex(uesstixfrak.fd) = %{tl_version} - -%description esstix -These fonts represent translation to PostScript Type 1 of the -ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX -project, and were donated by Elsevier to that project. The -accompanying virtual fonts with customized metrics and LaTeX -support files allow their use as calligraphic, fraktur and -double-struck (blackboard bold) in maths mode. - -date: 2011-05-10 11:05:00 +0200 - -%post esstix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ESSTIX.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ESSTIX.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun esstix -if [ $1 == 0 ] ; then -sed -i '/^Map ESSTIX.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans esstix -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esstix-doc -Summary: Documentation for esstix -Version: svn22426.1.0 -Release: %{tl_noarch_release} -Provides: tex-esstix-doc -BuildArch: noarch -AutoReqProv: No - -%description esstix-doc -Documentation for esstix - -%package esvect -Provides: tex-esvect = %{tl_version} -License: GPL+ -Summary: Vector arrows -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(esvect.map) = %{tl_version} -Provides: tex(vect10.tfm) = %{tl_version} -Provides: tex(vect5.tfm) = %{tl_version} -Provides: tex(vect6.tfm) = %{tl_version} -Provides: tex(vect7.tfm) = %{tl_version} -Provides: tex(vect8.tfm) = %{tl_version} -Provides: tex(vect9.tfm) = %{tl_version} -Provides: tex(vect10.pfb) = %{tl_version} -Provides: tex(vect5.pfb) = %{tl_version} -Provides: tex(vect6.pfb) = %{tl_version} -Provides: tex(vect7.pfb) = %{tl_version} -Provides: tex(vect8.pfb) = %{tl_version} -Provides: tex(vect9.pfb) = %{tl_version} -Provides: tex(esvect.sty) = %{tl_version} -Provides: tex(uesvect.fd) = %{tl_version} - -%description esvect -Write vectors using an arrow which is different to the Computer -Modern one. You have the choice between several kinds of -arrows. The package consists of the relevant metafont code and -a package to use it. - -date: 2006-10-27 00:09:51 +0200 - -%post esvect -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map esvect.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map esvect.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun esvect -if [ $1 == 0 ] ; then -sed -i '/^Map esvect.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans esvect -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esvect-doc -Summary: Documentation for esvect -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-esvect-doc -BuildArch: noarch -AutoReqProv: No - -%description esvect-doc -Documentation for esvect - -%package eulervm -Provides: tex-eulervm = %{tl_version} -License: LPPL -Summary: Euler virtual math fonts -Version: svn15878.4.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(zeuex10.tfm) = %{tl_version} -Provides: tex(zeurb10.tfm) = %{tl_version} -Provides: tex(zeurb5.tfm) = %{tl_version} -Provides: tex(zeurb7.tfm) = %{tl_version} -Provides: tex(zeurm10.tfm) = %{tl_version} -Provides: tex(zeurm5.tfm) = %{tl_version} -Provides: tex(zeurm7.tfm) = %{tl_version} -Provides: tex(zeusb10.tfm) = %{tl_version} -Provides: tex(zeusb5.tfm) = %{tl_version} -Provides: tex(zeusb7.tfm) = %{tl_version} -Provides: tex(zeusm10.tfm) = %{tl_version} -Provides: tex(zeusm5.tfm) = %{tl_version} -Provides: tex(zeusm7.tfm) = %{tl_version} -Provides: tex(zeuex10.vf) = %{tl_version} -Provides: tex(zeurb10.vf) = %{tl_version} -Provides: tex(zeurb5.vf) = %{tl_version} -Provides: tex(zeurb7.vf) = %{tl_version} -Provides: tex(zeurm10.vf) = %{tl_version} -Provides: tex(zeurm5.vf) = %{tl_version} -Provides: tex(zeurm7.vf) = %{tl_version} -Provides: tex(zeusb10.vf) = %{tl_version} -Provides: tex(zeusb5.vf) = %{tl_version} -Provides: tex(zeusb7.vf) = %{tl_version} -Provides: tex(zeusm10.vf) = %{tl_version} -Provides: tex(zeusm5.vf) = %{tl_version} -Provides: tex(zeusm7.vf) = %{tl_version} -Provides: tex(eulervm.sty) = %{tl_version} -Provides: tex(uzeuex.fd) = %{tl_version} -Provides: tex(uzeur.fd) = %{tl_version} -Provides: tex(uzeus.fd) = %{tl_version} - -%description eulervm -The well-known Euler fonts are suitable for typsetting -mathematics in conjunction with a variety of text fonts which -do not provide mathematical character sets of their own. Euler- -VM is a set of virtual mathematics fonts based on Euler and CM. -This approach has several advantages over immediately using the -real Euler fonts: Most noticeably, less TeX resources are -consumed, the quality of various math symbols is improved and a -usable \hslash symbol can be provided. The virtual fonts are -accompanied by a LaTeX package which makes them easy to use, -particularly in conjunction with Type1 PostScript text fonts. -They are compatible with amsmath. A package option allows the -fonts to be loaded at 95% of their nominal size, thus blending -better with certain text fonts, e.g., Minion. - -date: 2006-12-09 23:51:48 +0100 - -%post eulervm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eulervm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eulervm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eulervm-doc -Summary: Documentation for eulervm -Version: svn15878.4.0 -Release: %{tl_noarch_release} -Provides: tex-eulervm-doc -BuildArch: noarch -AutoReqProv: No - -%description eulervm-doc -Documentation for eulervm - -%package euxm -Provides: tex-euxm = %{tl_version} -License: LPPL -Summary: euxm package -Version: svn20202.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(euxm10.tfm) = %{tl_version} -Provides: tex(euxm5.tfm) = %{tl_version} -Provides: tex(euxm7.tfm) = %{tl_version} - -%description euxm -euxm package - -%post euxm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun euxm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans euxm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fdsymbol -Provides: tex-fdsymbol = %{tl_version} -License: OFSFLD -Summary: A maths symbol font -Version: svn26722.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Provides: tex(fdsymbol-a.enc) = %{tl_version} -Provides: tex(fdsymbol-b.enc) = %{tl_version} -Provides: tex(fdsymbol-c.enc) = %{tl_version} -Provides: tex(fdsymbol-d.enc) = %{tl_version} -Provides: tex(fdsymbol-e.enc) = %{tl_version} -Provides: tex(fdsymbol-f.enc) = %{tl_version} -Provides: tex(fdsymbol.map) = %{tl_version} -Provides: tex(FdSymbol-Bold.otf) = %{tl_version} -Provides: tex(FdSymbol-Book.otf) = %{tl_version} -Provides: tex(FdSymbol-Medium.otf) = %{tl_version} -Provides: tex(FdSymbol-Regular.otf) = %{tl_version} -Provides: tex(FdSymbolA-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Regular.pfb) = %{tl_version} -Provides: tex(fdsymbol.sty) = %{tl_version} - -%description fdsymbol -FdSymbol is a maths symbol font, designed as a companion to the -Fedra family by Typotheque, but it might also fit other -contemporary typefaces. - -date: 2012-05-29 12:56:38 +0200 - -%post fdsymbol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map fdsymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fdsymbol.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun fdsymbol -if [ $1 == 0 ] ; then -sed -i '/^Map fdsymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans fdsymbol -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fdsymbol-doc -Summary: Documentation for fdsymbol -Version: svn26722.0.8 -Release: %{tl_noarch_release} -Provides: tex-fdsymbol-doc -BuildArch: noarch -AutoReqProv: No - -%description fdsymbol-doc -Documentation for fdsymbol - -%package feyn -Provides: tex-feyn = %{tl_version} -License: GPL+ -Summary: A font for in-text Feynman diagrams -Version: svn15878.0.3.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(feyn10.tfm) = %{tl_version} -Provides: tex(feyn11.tfm) = %{tl_version} -Provides: tex(feyn12.tfm) = %{tl_version} -Provides: tex(feyn18.tfm) = %{tl_version} -Provides: tex(feyn24.tfm) = %{tl_version} -Provides: tex(feyntext10.tfm) = %{tl_version} -Provides: tex(feyntext11.tfm) = %{tl_version} -Provides: tex(feyntext12.tfm) = %{tl_version} -Provides: tex(feyntext18.tfm) = %{tl_version} -Provides: tex(feyntext24.tfm) = %{tl_version} -Provides: tex(feyn.sty) = %{tl_version} - -%description feyn -Feyn may be used to produce relatively simple Feynman diagrams -within equations in a LaTeX document. While the feynmf package -is good at drawing large diagrams for figures, the present -package and its fonts allow diagrams within equations or text, -at a matching size. The fonts are distributed as MetaFont -source, and macros for their use are also provided. - -date: 2009-10-08 14:27:31 +0200 - -%post feyn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun feyn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans feyn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package feyn-doc -Summary: Documentation for feyn -Version: svn15878.0.3.3 -Release: %{tl_noarch_release} -Provides: tex-feyn-doc -BuildArch: noarch -AutoReqProv: No - -%description feyn-doc -Documentation for feyn - -%package fge -Provides: tex-fge = %{tl_version} -License: LPPL -Summary: A font for Frege's Grundgesetze der Arithmetik -Version: svn24732.1.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(fge.map) = %{tl_version} -Provides: tex(fgeit10.tfm) = %{tl_version} -Provides: tex(fgerm10.tfm) = %{tl_version} -Provides: tex(fgeit10.pfb) = %{tl_version} -Provides: tex(fgerm10.pfb) = %{tl_version} -Provides: tex(Ufgeit.fd) = %{tl_version} -Provides: tex(Ufgerm.fd) = %{tl_version} -Provides: tex(fge.cfg) = %{tl_version} -Provides: tex(fge.sty) = %{tl_version} - -%description fge -The fonts are provided as Metafont source and Adobe Type 1 -(pfb) files. A small LaTeX package (fge) is included. - -date: 2011-11-18 06:50:27 +0100 - -%post fge -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map fge.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fge.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun fge -if [ $1 == 0 ] ; then -sed -i '/^Map fge.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans fge -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fge-doc -Summary: Documentation for fge -Version: svn24732.1.24 -Release: %{tl_noarch_release} -Provides: tex-fge-doc -BuildArch: noarch -AutoReqProv: No - -%description fge-doc -Documentation for fge - -%package foekfont -Provides: tex-foekfont = %{tl_version} -License: GPL+ -Summary: The title font of the Mads Fok magazine -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(foekfont.map) = %{tl_version} -Provides: tex(foekfont.tfm) = %{tl_version} -Provides: tex(FoekFont.pfb) = %{tl_version} -Provides: tex(foekfont.sty) = %{tl_version} -Provides: tex(ot1foekfont.fd) = %{tl_version} -Provides: tex(t1foekfont.fd) = %{tl_version} - -%description foekfont -The bundle provides an Adobe Type 1 font, and LaTeX support for -its use. The magazine web site shows the font in use in a few -places. - -date: 2007-02-27 14:19:10 +0100 - -%post foekfont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map foekfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map foekfont.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun foekfont -if [ $1 == 0 ] ; then -sed -i '/^Map foekfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans foekfont -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package foekfont-doc -Summary: Documentation for foekfont -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-foekfont-doc -BuildArch: noarch -AutoReqProv: No - -%description foekfont-doc -Documentation for foekfont - -%package fonetika -Provides: tex-fonetika = %{tl_version} -License: GPL+ and LPPL -Summary: Support for the danish "Dania" phonetic system -Version: svn21326.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Provides: tex(fonetika.map) = %{tl_version} -Provides: tex(fonetika.tfm) = %{tl_version} -Provides: tex(fonetikabold.tfm) = %{tl_version} -Provides: tex(fonetikasans.tfm) = %{tl_version} -Provides: tex(fonetikasansbold.tfm) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeBold.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeRegular.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeBold.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeRegular.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeBold.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeRegular.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeBold.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeRegular.pfb) = %{tl_version} -Provides: tex(fonetika.sty) = %{tl_version} -Provides: tex(t1fonetika.fd) = %{tl_version} - -%description fonetika -Fonetika Dania is a font bundle with a serif font and a sans -serif font for the danish phonetic system Dania. Both fonts -exist in regular and bold weights. LaTeX support is provided. -The fonts are based on URW Palladio and Iwona Condensed, and -were created using FontForge. - -date: 2008-08-19 20:38:14 +0200 - -%post fonetika -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map fonetika.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fonetika.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun fonetika -if [ $1 == 0 ] ; then -sed -i '/^Map fonetika.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans fonetika -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fonetika-doc -Summary: Documentation for fonetika -Version: svn21326.0 -Release: %{tl_noarch_release} -Provides: tex-fonetika-doc -BuildArch: noarch -AutoReqProv: No - -%description fonetika-doc -Documentation for fonetika - -%package fontawesome -Provides: tex-fontawesome = %{tl_version} -License: Freely redistributable without restriction -Summary: Font containing web-related icons -Version: svn29498.3.0.2_1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(FontAwesome.otf) = %{tl_version} -Provides: tex(fontawesome.sty) = %{tl_version} - -%description fontawesome -The package offers access to the large number of web-related -icons provided by the included font. The package requires the -package, fontspec, running under XeTeX or LuaTeX. - -date: 2013-03-24 11:01:10 +0100 - -%post fontawesome -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontawesome -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontawesome -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontawesome-doc -Summary: Documentation for fontawesome -Version: svn29498.3.0.2_1 -Release: %{tl_noarch_release} -Provides: tex-fontawesome-doc -BuildArch: noarch -AutoReqProv: No - -%description fontawesome-doc -Documentation for fontawesome - -%package fourier -Provides: tex-fourier = %{tl_version} -License: LPPL -Summary: Using Utopia fonts in LaTeX documents -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(fourier-utopia-expert.map) = %{tl_version} -Provides: tex(fourier.map) = %{tl_version} -Provides: tex(fourier-alt-black.tfm) = %{tl_version} -Provides: tex(fourier-alt-bold-sl.tfm) = %{tl_version} -Provides: tex(fourier-alt-bold.tfm) = %{tl_version} -Provides: tex(fourier-alt-boldita.tfm) = %{tl_version} -Provides: tex(fourier-alt-ita.tfm) = %{tl_version} -Provides: tex(fourier-alt-semi-sl.tfm) = %{tl_version} -Provides: tex(fourier-alt-semi.tfm) = %{tl_version} -Provides: tex(fourier-alt-semiita.tfm) = %{tl_version} -Provides: tex(fourier-alt-sl.tfm) = %{tl_version} -Provides: tex(fourier-alt.tfm) = %{tl_version} -Provides: tex(fourier-bb.tfm) = %{tl_version} -Provides: tex(fourier-mcl.tfm) = %{tl_version} -Provides: tex(fourier-mex.tfm) = %{tl_version} -Provides: tex(fourier-ml.tfm) = %{tl_version} -Provides: tex(fourier-mlb.tfm) = %{tl_version} -Provides: tex(fourier-mlit.tfm) = %{tl_version} -Provides: tex(fourier-mlitb.tfm) = %{tl_version} -Provides: tex(fourier-ms.tfm) = %{tl_version} -Provides: tex(fourier-orns.tfm) = %{tl_version} -Provides: tex(futb8c.tfm) = %{tl_version} -Provides: tex(futb8r.tfm) = %{tl_version} -Provides: tex(futb8t.tfm) = %{tl_version} -Provides: tex(futb8x.tfm) = %{tl_version} -Provides: tex(futb9c.tfm) = %{tl_version} -Provides: tex(futb9d.tfm) = %{tl_version} -Provides: tex(futb9e.tfm) = %{tl_version} -Provides: tex(futbc8t.tfm) = %{tl_version} -Provides: tex(futbi8c.tfm) = %{tl_version} -Provides: tex(futbi8r.tfm) = %{tl_version} -Provides: tex(futbi8t.tfm) = %{tl_version} -Provides: tex(futbi8x.tfm) = %{tl_version} -Provides: tex(futbi9c.tfm) = %{tl_version} -Provides: tex(futbi9d.tfm) = %{tl_version} -Provides: tex(futbi9e.tfm) = %{tl_version} -Provides: tex(futbo8c.tfm) = %{tl_version} -Provides: tex(futbo8r.tfm) = %{tl_version} -Provides: tex(futbo8t.tfm) = %{tl_version} -Provides: tex(futbo8x.tfm) = %{tl_version} -Provides: tex(futbo9c.tfm) = %{tl_version} -Provides: tex(futbo9d.tfm) = %{tl_version} -Provides: tex(futbo9e.tfm) = %{tl_version} -Provides: tex(futboorn.tfm) = %{tl_version} -Provides: tex(futborn.tfm) = %{tl_version} -Provides: tex(futc8r.tfm) = %{tl_version} -Provides: tex(futc8x.tfm) = %{tl_version} -Provides: tex(futc9c.tfm) = %{tl_version} -Provides: tex(futc9d.tfm) = %{tl_version} -Provides: tex(futc9e.tfm) = %{tl_version} -Provides: tex(futcorn.tfm) = %{tl_version} -Provides: tex(futmi.tfm) = %{tl_version} -Provides: tex(futmib.tfm) = %{tl_version} -Provides: tex(futmii.tfm) = %{tl_version} -Provides: tex(futmiib.tfm) = %{tl_version} -Provides: tex(futr8c.tfm) = %{tl_version} -Provides: tex(futr8r.tfm) = %{tl_version} -Provides: tex(futr8t.tfm) = %{tl_version} -Provides: tex(futr8x.tfm) = %{tl_version} -Provides: tex(futr9c.tfm) = %{tl_version} -Provides: tex(futr9d.tfm) = %{tl_version} -Provides: tex(futr9e.tfm) = %{tl_version} -Provides: tex(futrc8r.tfm) = %{tl_version} -Provides: tex(futrc8t.tfm) = %{tl_version} -Provides: tex(futrc9d.tfm) = %{tl_version} -Provides: tex(futrc9e.tfm) = %{tl_version} -Provides: tex(futrd8r.tfm) = %{tl_version} -Provides: tex(futrd8t.tfm) = %{tl_version} -Provides: tex(futri8c.tfm) = %{tl_version} -Provides: tex(futri8r.tfm) = %{tl_version} -Provides: tex(futri8t.tfm) = %{tl_version} -Provides: tex(futri8x.tfm) = %{tl_version} -Provides: tex(futri9c.tfm) = %{tl_version} -Provides: tex(futri9d.tfm) = %{tl_version} -Provides: tex(futri9e.tfm) = %{tl_version} -Provides: tex(futro8c.tfm) = %{tl_version} -Provides: tex(futro8r.tfm) = %{tl_version} -Provides: tex(futro8t.tfm) = %{tl_version} -Provides: tex(futro8x.tfm) = %{tl_version} -Provides: tex(futro9c.tfm) = %{tl_version} -Provides: tex(futro9d.tfm) = %{tl_version} -Provides: tex(futro9e.tfm) = %{tl_version} -Provides: tex(futroorn.tfm) = %{tl_version} -Provides: tex(futrorn.tfm) = %{tl_version} -Provides: tex(futs8r.tfm) = %{tl_version} -Provides: tex(futs8x.tfm) = %{tl_version} -Provides: tex(futs9c.tfm) = %{tl_version} -Provides: tex(futs9d.tfm) = %{tl_version} -Provides: tex(futs9e.tfm) = %{tl_version} -Provides: tex(futsc8r.tfm) = %{tl_version} -Provides: tex(futsc9d.tfm) = %{tl_version} -Provides: tex(futsc9e.tfm) = %{tl_version} -Provides: tex(futsi8r.tfm) = %{tl_version} -Provides: tex(futsi8x.tfm) = %{tl_version} -Provides: tex(futsi9c.tfm) = %{tl_version} -Provides: tex(futsi9d.tfm) = %{tl_version} -Provides: tex(futsi9e.tfm) = %{tl_version} -Provides: tex(futso8r.tfm) = %{tl_version} -Provides: tex(futso8x.tfm) = %{tl_version} -Provides: tex(futso9c.tfm) = %{tl_version} -Provides: tex(futso9d.tfm) = %{tl_version} -Provides: tex(futso9e.tfm) = %{tl_version} -Provides: tex(futsoorn.tfm) = %{tl_version} -Provides: tex(futsorn.tfm) = %{tl_version} -Provides: tex(futsy.tfm) = %{tl_version} -Provides: tex(fourier-alt-black.pfb) = %{tl_version} -Provides: tex(fourier-alt-bold.pfb) = %{tl_version} -Provides: tex(fourier-alt-boldita.pfb) = %{tl_version} -Provides: tex(fourier-alt-ita.pfb) = %{tl_version} -Provides: tex(fourier-alt-semi.pfb) = %{tl_version} -Provides: tex(fourier-alt-semiita.pfb) = %{tl_version} -Provides: tex(fourier-alt.pfb) = %{tl_version} -Provides: tex(fourier-bb.pfb) = %{tl_version} -Provides: tex(fourier-mcl.pfb) = %{tl_version} -Provides: tex(fourier-mex.pfb) = %{tl_version} -Provides: tex(fourier-ml.pfb) = %{tl_version} -Provides: tex(fourier-mlb.pfb) = %{tl_version} -Provides: tex(fourier-mlit.pfb) = %{tl_version} -Provides: tex(fourier-mlitb.pfb) = %{tl_version} -Provides: tex(fourier-ms.pfb) = %{tl_version} -Provides: tex(fourier-orns.pfb) = %{tl_version} -Provides: tex(futb8c.vf) = %{tl_version} -Provides: tex(futb8t.vf) = %{tl_version} -Provides: tex(futb9c.vf) = %{tl_version} -Provides: tex(futb9d.vf) = %{tl_version} -Provides: tex(futb9e.vf) = %{tl_version} -Provides: tex(futbc8t.vf) = %{tl_version} -Provides: tex(futbi8c.vf) = %{tl_version} -Provides: tex(futbi8t.vf) = %{tl_version} -Provides: tex(futbi9c.vf) = %{tl_version} -Provides: tex(futbi9d.vf) = %{tl_version} -Provides: tex(futbi9e.vf) = %{tl_version} -Provides: tex(futbo8c.vf) = %{tl_version} -Provides: tex(futbo8t.vf) = %{tl_version} -Provides: tex(futbo9c.vf) = %{tl_version} -Provides: tex(futbo9d.vf) = %{tl_version} -Provides: tex(futbo9e.vf) = %{tl_version} -Provides: tex(futboorn.vf) = %{tl_version} -Provides: tex(futborn.vf) = %{tl_version} -Provides: tex(futc9c.vf) = %{tl_version} -Provides: tex(futc9d.vf) = %{tl_version} -Provides: tex(futc9e.vf) = %{tl_version} -Provides: tex(futcorn.vf) = %{tl_version} -Provides: tex(futmi.vf) = %{tl_version} -Provides: tex(futmib.vf) = %{tl_version} -Provides: tex(futmii.vf) = %{tl_version} -Provides: tex(futmiib.vf) = %{tl_version} -Provides: tex(futr8c.vf) = %{tl_version} -Provides: tex(futr8t.vf) = %{tl_version} -Provides: tex(futr9c.vf) = %{tl_version} -Provides: tex(futr9d.vf) = %{tl_version} -Provides: tex(futr9e.vf) = %{tl_version} -Provides: tex(futrc8t.vf) = %{tl_version} -Provides: tex(futrc9d.vf) = %{tl_version} -Provides: tex(futrc9e.vf) = %{tl_version} -Provides: tex(futrd8t.vf) = %{tl_version} -Provides: tex(futri8c.vf) = %{tl_version} -Provides: tex(futri8t.vf) = %{tl_version} -Provides: tex(futri9c.vf) = %{tl_version} -Provides: tex(futri9d.vf) = %{tl_version} -Provides: tex(futri9e.vf) = %{tl_version} -Provides: tex(futro8c.vf) = %{tl_version} -Provides: tex(futro8t.vf) = %{tl_version} -Provides: tex(futro9c.vf) = %{tl_version} -Provides: tex(futro9d.vf) = %{tl_version} -Provides: tex(futro9e.vf) = %{tl_version} -Provides: tex(futroorn.vf) = %{tl_version} -Provides: tex(futrorn.vf) = %{tl_version} -Provides: tex(futs9c.vf) = %{tl_version} -Provides: tex(futs9d.vf) = %{tl_version} -Provides: tex(futs9e.vf) = %{tl_version} -Provides: tex(futsc9d.vf) = %{tl_version} -Provides: tex(futsc9e.vf) = %{tl_version} -Provides: tex(futsi9c.vf) = %{tl_version} -Provides: tex(futsi9d.vf) = %{tl_version} -Provides: tex(futsi9e.vf) = %{tl_version} -Provides: tex(futso9c.vf) = %{tl_version} -Provides: tex(futso9d.vf) = %{tl_version} -Provides: tex(futso9e.vf) = %{tl_version} -Provides: tex(futsoorn.vf) = %{tl_version} -Provides: tex(futsorn.vf) = %{tl_version} -Provides: tex(futsy.vf) = %{tl_version} -Provides: tex(fmlfutm.fd) = %{tl_version} -Provides: tex(fmlfutmi.fd) = %{tl_version} -Provides: tex(fmsfutm.fd) = %{tl_version} -Provides: tex(fmxfutm.fd) = %{tl_version} -Provides: tex(fourier-orns.sty) = %{tl_version} -Provides: tex(fourier.sty) = %{tl_version} -Provides: tex(t1futj.fd) = %{tl_version} -Provides: tex(t1futs.fd) = %{tl_version} -Provides: tex(t1futx.fd) = %{tl_version} -Provides: tex(ts1futj.fd) = %{tl_version} -Provides: tex(ts1futs.fd) = %{tl_version} -Provides: tex(ts1futx.fd) = %{tl_version} -Provides: tex(ufuts.fd) = %{tl_version} - -%description fourier -Fourier-GUTenberg is a LaTeX typesetting system which uses -Adobe Utopia as its standard base font. Fourier-GUTenberg -provides all complementary typefaces needed to allow Utopia -based TeX typesetting, including an extensive mathematics set -and several other symbols. The system is absolutely stand- -alone: apart from Utopia and Fourier, no other typefaces are -required. The fourier fonts will also work with Adobe Utopia -Expert fonts, which are only available for purchase. Utopia is -a registered trademark of Adobe Systems Incorporated - -date: 2008-12-13 14:57:21 +0100 - -%post fourier -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map fourier.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fourier.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map fourier-utopia-expert.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fourier-utopia-expert.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun fourier -if [ $1 == 0 ] ; then -sed -i '/^Map fourier.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map fourier-utopia-expert.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans fourier -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fourier-doc -Summary: Documentation for fourier -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-fourier-doc -BuildArch: noarch -AutoReqProv: No - -%description fourier-doc -Documentation for fourier - -%package fouriernc -Provides: tex-fouriernc = %{tl_version} -License: LPPL -Summary: Use New Century Schoolbook text with Fourier maths fonts -Version: svn29646.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fourier.sty) -Provides: tex(fncmi.tfm) = %{tl_version} -Provides: tex(fncmib.tfm) = %{tl_version} -Provides: tex(fncmii.tfm) = %{tl_version} -Provides: tex(fncmiib.tfm) = %{tl_version} -Provides: tex(fncsy.tfm) = %{tl_version} -Provides: tex(fncmi.vf) = %{tl_version} -Provides: tex(fncmib.vf) = %{tl_version} -Provides: tex(fncmii.vf) = %{tl_version} -Provides: tex(fncmiib.vf) = %{tl_version} -Provides: tex(fncsy.vf) = %{tl_version} -Provides: tex(fmlfncm.fd) = %{tl_version} -Provides: tex(fmlfncmi.fd) = %{tl_version} -Provides: tex(fmsfncm.fd) = %{tl_version} -Provides: tex(fouriernc.sty) = %{tl_version} -Provides: tex(t1fnc.fd) = %{tl_version} -Provides: tex(ts1fnc.fd) = %{tl_version} - -%description fouriernc -This package provides a LaTeX mathematics font setup for use -with New Century Schoolbook text. In order to use it you need -to have the Fourier-GUTenberg fonts installed. - -date: 2013-04-03 16:06:16 +0200 - -%post fouriernc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fouriernc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fouriernc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fouriernc-doc -Summary: Documentation for fouriernc -Version: svn29646.0 -Release: %{tl_noarch_release} -Provides: tex-fouriernc-doc -BuildArch: noarch -AutoReqProv: No - -%description fouriernc-doc -Documentation for fouriernc - -%package frcursive -Provides: tex-frcursive = %{tl_version} -License: LPPL 1.2 -Summary: French cursive hand fonts -Version: svn24559.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Provides: tex(frcursive.map) = %{tl_version} -Provides: tex(frca10.tfm) = %{tl_version} -Provides: tex(frcbx10.tfm) = %{tl_version} -Provides: tex(frcbx14.tfm) = %{tl_version} -Provides: tex(frcbx6.tfm) = %{tl_version} -Provides: tex(frcc10.tfm) = %{tl_version} -Provides: tex(frcc14.tfm) = %{tl_version} -Provides: tex(frcc6.tfm) = %{tl_version} -Provides: tex(frcf10.tfm) = %{tl_version} -Provides: tex(frcf14.tfm) = %{tl_version} -Provides: tex(frcf6.tfm) = %{tl_version} -Provides: tex(frcr10.tfm) = %{tl_version} -Provides: tex(frcr14.tfm) = %{tl_version} -Provides: tex(frcr6.tfm) = %{tl_version} -Provides: tex(frcsl10.tfm) = %{tl_version} -Provides: tex(frcsl14.tfm) = %{tl_version} -Provides: tex(frcsl6.tfm) = %{tl_version} -Provides: tex(frcslbx10.tfm) = %{tl_version} -Provides: tex(frcslbx14.tfm) = %{tl_version} -Provides: tex(frcslbx6.tfm) = %{tl_version} -Provides: tex(frcslc10.tfm) = %{tl_version} -Provides: tex(frcslc14.tfm) = %{tl_version} -Provides: tex(frcslc6.tfm) = %{tl_version} -Provides: tex(frcw10.tfm) = %{tl_version} -Provides: tex(frca10.pfb) = %{tl_version} -Provides: tex(frcbx10.pfb) = %{tl_version} -Provides: tex(frcbx14.pfb) = %{tl_version} -Provides: tex(frcbx6.pfb) = %{tl_version} -Provides: tex(frcc10.pfb) = %{tl_version} -Provides: tex(frcc14.pfb) = %{tl_version} -Provides: tex(frcc6.pfb) = %{tl_version} -Provides: tex(frcf10.pfb) = %{tl_version} -Provides: tex(frcf14.pfb) = %{tl_version} -Provides: tex(frcf6.pfb) = %{tl_version} -Provides: tex(frcr10.pfb) = %{tl_version} -Provides: tex(frcr14.pfb) = %{tl_version} -Provides: tex(frcr6.pfb) = %{tl_version} -Provides: tex(frcsl10.pfb) = %{tl_version} -Provides: tex(frcsl14.pfb) = %{tl_version} -Provides: tex(frcsl6.pfb) = %{tl_version} -Provides: tex(frcslbx10.pfb) = %{tl_version} -Provides: tex(frcslbx14.pfb) = %{tl_version} -Provides: tex(frcslbx6.pfb) = %{tl_version} -Provides: tex(frcslc10.pfb) = %{tl_version} -Provides: tex(frcslc14.pfb) = %{tl_version} -Provides: tex(frcslc6.pfb) = %{tl_version} -Provides: tex(frcw10.pfb) = %{tl_version} -Provides: tex(frcursive.sty) = %{tl_version} -Provides: tex(ot1frc.fd) = %{tl_version} -Provides: tex(t1frc.fd) = %{tl_version} - -%description frcursive -A hand-writing font in the style of the French academic -running-hand. The font was written in Metafont and and has been -converted to Adobe Type 1 format. LaTeX support (NFFS fd files, -and a package) and font maps are provided. - -date: 2011-11-09 16:18:27 +0100 - -%post frcursive -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map frcursive.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map frcursive.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun frcursive -if [ $1 == 0 ] ; then -sed -i '/^Map frcursive.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans frcursive -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frcursive-doc -Summary: Documentation for frcursive -Version: svn24559.0 -Release: %{tl_noarch_release} -Provides: tex-frcursive-doc -BuildArch: noarch -AutoReqProv: No - -%description frcursive-doc -Documentation for frcursive - -%package genealogy -Provides: tex-genealogy = %{tl_version} -License: LPPL -Summary: A compilation genealogy font -Version: svn25112.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(drgen10.tfm) = %{tl_version} - -%description genealogy -A simple compilation of the genealogical symbols found in the -wasy and gen fonts, essentially adding the male and female -symbols to Knuth's 'gen' font, and so avoiding loading two -fonts when you need only genealogical symbols. The font is -distributed as Metafont source. - -date: 2011-04-10 21:40:35 +0200 - -%post genealogy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun genealogy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans genealogy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package genealogy-doc -Summary: Documentation for genealogy -Version: svn25112.0 -Release: %{tl_noarch_release} -Provides: tex-genealogy-doc -BuildArch: noarch -AutoReqProv: No - -%description genealogy-doc -Documentation for genealogy - -%package gentium -Provides: tex-gentium = %{tl_version} -License: OFL -Summary: Gentium font and support files -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gentium-agr.enc) = %{tl_version} -Provides: tex(gentium-ec.enc) = %{tl_version} -Provides: tex(gentium-l7x.enc) = %{tl_version} -Provides: tex(gentium-qx.enc) = %{tl_version} -Provides: tex(gentium-t2a.enc) = %{tl_version} -Provides: tex(gentium-t5.enc) = %{tl_version} -Provides: tex(gentium-texnansi.enc) = %{tl_version} -Provides: tex(gentium-agr.map) = %{tl_version} -Provides: tex(gentium-ec.map) = %{tl_version} -Provides: tex(gentium-l7x.map) = %{tl_version} -Provides: tex(gentium-qx.map) = %{tl_version} -Provides: tex(gentium-t2a.map) = %{tl_version} -Provides: tex(gentium-t5.map) = %{tl_version} -Provides: tex(gentium-texnansi.map) = %{tl_version} -Provides: tex(gentium.map) = %{tl_version} -Provides: tex(agr-gentium-italic.tfm) = %{tl_version} -Provides: tex(agr-gentium-roman.tfm) = %{tl_version} -Provides: tex(ec-gentium-italic.tfm) = %{tl_version} -Provides: tex(ec-gentium-roman.tfm) = %{tl_version} -Provides: tex(ec-gentiumbasic-bold.tfm) = %{tl_version} -Provides: tex(ec-gentiumbasic-bolditalic.tfm) = %{tl_version} -Provides: tex(l7x-gentium-italic.tfm) = %{tl_version} -Provides: tex(l7x-gentium-roman.tfm) = %{tl_version} -Provides: tex(l7x-gentiumbasic-bold.tfm) = %{tl_version} -Provides: tex(l7x-gentiumbasic-bolditalic.tfm) = %{tl_version} -Provides: tex(qx-gentium-italic.tfm) = %{tl_version} -Provides: tex(qx-gentium-roman.tfm) = %{tl_version} -Provides: tex(qx-gentiumbasic-bold.tfm) = %{tl_version} -Provides: tex(qx-gentiumbasic-bolditalic.tfm) = %{tl_version} -Provides: tex(t2a-gentium-italic.tfm) = %{tl_version} -Provides: tex(t2a-gentium-roman.tfm) = %{tl_version} -Provides: tex(t5-gentium-italic.tfm) = %{tl_version} -Provides: tex(t5-gentium-roman.tfm) = %{tl_version} -Provides: tex(t5-gentiumbasic-bold.tfm) = %{tl_version} -Provides: tex(t5-gentiumbasic-bolditalic.tfm) = %{tl_version} -Provides: tex(texnansi-gentium-italic.tfm) = %{tl_version} -Provides: tex(texnansi-gentium-roman.tfm) = %{tl_version} -Provides: tex(texnansi-gentiumbasic-bold.tfm) = %{tl_version} -Provides: tex(texnansi-gentiumbasic-bolditalic.tfm) = %{tl_version} -Provides: tex(GenAI102.ttf) = %{tl_version} -Provides: tex(GenAR102.ttf) = %{tl_version} -Provides: tex(GenBasB.ttf) = %{tl_version} -Provides: tex(GenBasBI.ttf) = %{tl_version} -Provides: tex(GenBasI.ttf) = %{tl_version} -Provides: tex(GenBasR.ttf) = %{tl_version} -Provides: tex(GenBkBasB.ttf) = %{tl_version} -Provides: tex(GenBkBasBI.ttf) = %{tl_version} -Provides: tex(GenBkBasI.ttf) = %{tl_version} -Provides: tex(GenBkBasR.ttf) = %{tl_version} -Provides: tex(GenI102.ttf) = %{tl_version} -Provides: tex(GenR102.ttf) = %{tl_version} -Provides: tex(type-gentium.tex) = %{tl_version} - -%description gentium -The package includes TrueType fonts from SIL, files needed to -use them in pdfTeX in multiple encodings (agr, t2a, ec/T1, -texnansi, l7x, qx, t5) and support files for ConTeXt. Other -encodings, and LaTeX support remain to be added. - -date: 2012-06-19 20:29:15 +0200 - -%post gentium -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gentium -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gentium -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gentium-doc -Summary: Documentation for gentium -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-gentium-doc -BuildArch: noarch -AutoReqProv: No - -%description gentium-doc -Documentation for gentium - -%package gfsartemisia -Provides: tex-gfsartemisia = %{tl_version} -License: LPPL -Summary: A modern Greek font design -Version: svn19469.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(euler.sty) -Requires: tex(txfonts.sty) -Provides: tex(artemisia.enc) = %{tl_version} -Provides: tex(artemisiadenomnums.enc) = %{tl_version} -Provides: tex(artemisiaec.enc) = %{tl_version} -Provides: tex(artemisiaecsc.enc) = %{tl_version} -Provides: tex(artemisiael.enc) = %{tl_version} -Provides: tex(artemisiaelsc.enc) = %{tl_version} -Provides: tex(artemisiamath.enc) = %{tl_version} -Provides: tex(artemisianumnums.enc) = %{tl_version} -Provides: tex(artemisiasc.enc) = %{tl_version} -Provides: tex(artemisiatabnums.enc) = %{tl_version} -Provides: tex(gfsartemisia.map) = %{tl_version} -Provides: tex(GFSArtemisia.otf) = %{tl_version} -Provides: tex(GFSArtemisiaBold.otf) = %{tl_version} -Provides: tex(GFSArtemisiaBoldIt.otf) = %{tl_version} -Provides: tex(GFSArtemisiaIt.otf) = %{tl_version} -Provides: tex(artemisiab8a.tfm) = %{tl_version} -Provides: tex(artemisiab8r.tfm) = %{tl_version} -Provides: tex(artemisiab9a.tfm) = %{tl_version} -Provides: tex(artemisiab9r.tfm) = %{tl_version} -Provides: tex(artemisiabi8a.tfm) = %{tl_version} -Provides: tex(artemisiabi8r.tfm) = %{tl_version} -Provides: tex(artemisiabi9a.tfm) = %{tl_version} -Provides: tex(artemisiabi9r.tfm) = %{tl_version} -Provides: tex(artemisiabo8a.tfm) = %{tl_version} -Provides: tex(artemisiabo8r.tfm) = %{tl_version} -Provides: tex(artemisiabo9a.tfm) = %{tl_version} -Provides: tex(artemisiabo9r.tfm) = %{tl_version} -Provides: tex(artemisiadenomnums8a.tfm) = %{tl_version} -Provides: tex(artemisiadenomnums8r.tfm) = %{tl_version} -Provides: tex(artemisiai8a.tfm) = %{tl_version} -Provides: tex(artemisiai8r.tfm) = %{tl_version} -Provides: tex(artemisiai9a.tfm) = %{tl_version} -Provides: tex(artemisiai9r.tfm) = %{tl_version} -Provides: tex(artemisiamath8a.tfm) = %{tl_version} -Provides: tex(artemisiamath8r.tfm) = %{tl_version} -Provides: tex(artemisianumnums8a.tfm) = %{tl_version} -Provides: tex(artemisianumnums8r.tfm) = %{tl_version} -Provides: tex(artemisiao8a.tfm) = %{tl_version} -Provides: tex(artemisiao8r.tfm) = %{tl_version} -Provides: tex(artemisiao9a.tfm) = %{tl_version} -Provides: tex(artemisiao9r.tfm) = %{tl_version} -Provides: tex(artemisiarg8a.tfm) = %{tl_version} -Provides: tex(artemisiarg8r.tfm) = %{tl_version} -Provides: tex(artemisiarg9a.tfm) = %{tl_version} -Provides: tex(artemisiarg9r.tfm) = %{tl_version} -Provides: tex(artemisiasc8a.tfm) = %{tl_version} -Provides: tex(artemisiasc8r.tfm) = %{tl_version} -Provides: tex(artemisiasc9a.tfm) = %{tl_version} -Provides: tex(artemisiasc9r.tfm) = %{tl_version} -Provides: tex(artemisiasco8a.tfm) = %{tl_version} -Provides: tex(artemisiasco8r.tfm) = %{tl_version} -Provides: tex(artemisiasco9a.tfm) = %{tl_version} -Provides: tex(artemisiasco9r.tfm) = %{tl_version} -Provides: tex(artemisiatabnums8a.tfm) = %{tl_version} -Provides: tex(artemisiatabnums8r.tfm) = %{tl_version} -Provides: tex(gartemisiab6a.tfm) = %{tl_version} -Provides: tex(gartemisiab6r.tfm) = %{tl_version} -Provides: tex(gartemisiabi6a.tfm) = %{tl_version} -Provides: tex(gartemisiabi6r.tfm) = %{tl_version} -Provides: tex(gartemisiabo6a.tfm) = %{tl_version} -Provides: tex(gartemisiabo6r.tfm) = %{tl_version} -Provides: tex(gartemisiai6a.tfm) = %{tl_version} -Provides: tex(gartemisiai6r.tfm) = %{tl_version} -Provides: tex(gartemisiao6a.tfm) = %{tl_version} -Provides: tex(gartemisiao6r.tfm) = %{tl_version} -Provides: tex(gartemisiarg6a.tfm) = %{tl_version} -Provides: tex(gartemisiarg6r.tfm) = %{tl_version} -Provides: tex(gartemisiasc6a.tfm) = %{tl_version} -Provides: tex(gartemisiasc6r.tfm) = %{tl_version} -Provides: tex(gartemisiasco6a.tfm) = %{tl_version} -Provides: tex(gartemisiasco6r.tfm) = %{tl_version} -Provides: tex(GFSArtemisia-Bold.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-Italic.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-Regular.pfb) = %{tl_version} -Provides: tex(artemisiab8a.vf) = %{tl_version} -Provides: tex(artemisiab9a.vf) = %{tl_version} -Provides: tex(artemisiabi8a.vf) = %{tl_version} -Provides: tex(artemisiabi9a.vf) = %{tl_version} -Provides: tex(artemisiabo8a.vf) = %{tl_version} -Provides: tex(artemisiabo9a.vf) = %{tl_version} -Provides: tex(artemisiadenomnums8a.vf) = %{tl_version} -Provides: tex(artemisiai8a.vf) = %{tl_version} -Provides: tex(artemisiai9a.vf) = %{tl_version} -Provides: tex(artemisiamath8a.vf) = %{tl_version} -Provides: tex(artemisianumnums8a.vf) = %{tl_version} -Provides: tex(artemisiao8a.vf) = %{tl_version} -Provides: tex(artemisiao9a.vf) = %{tl_version} -Provides: tex(artemisiarg8a.vf) = %{tl_version} -Provides: tex(artemisiarg9a.vf) = %{tl_version} -Provides: tex(artemisiasc8a.vf) = %{tl_version} -Provides: tex(artemisiasc9a.vf) = %{tl_version} -Provides: tex(artemisiasco8a.vf) = %{tl_version} -Provides: tex(artemisiasco9a.vf) = %{tl_version} -Provides: tex(artemisiatabnums8a.vf) = %{tl_version} -Provides: tex(gartemisiab6a.vf) = %{tl_version} -Provides: tex(gartemisiabi6a.vf) = %{tl_version} -Provides: tex(gartemisiabo6a.vf) = %{tl_version} -Provides: tex(gartemisiai6a.vf) = %{tl_version} -Provides: tex(gartemisiao6a.vf) = %{tl_version} -Provides: tex(gartemisiarg6a.vf) = %{tl_version} -Provides: tex(gartemisiasc6a.vf) = %{tl_version} -Provides: tex(gartemisiasco6a.vf) = %{tl_version} -Provides: tex(gfsartemisia-euler.sty) = %{tl_version} -Provides: tex(gfsartemisia.sty) = %{tl_version} -Provides: tex(lgrartemisia.fd) = %{tl_version} -Provides: tex(lgrartemisiaeuler.fd) = %{tl_version} -Provides: tex(ot1artemisia.fd) = %{tl_version} -Provides: tex(ot1artemisiaeuler.fd) = %{tl_version} -Provides: tex(t1artemisia.fd) = %{tl_version} -Provides: tex(t1artemisiaeuler.fd) = %{tl_version} -Provides: tex(uartemisiaeulernums.fd) = %{tl_version} -Provides: tex(uartemisianums.fd) = %{tl_version} - -%description gfsartemisia -GFS Artemisia is a relatively modern font, designed as a -'general purpose' font in the same sense as Times is nowadays -treated. The present version has been provided by the Greek -Font Society. The font supports the Greek and Latin alphabets. -LaTeX support is provided, using the OT1, T1 and LGR encodings. - -date: 2008-08-19 21:00:04 +0200 - -%post gfsartemisia -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsartemisia.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsartemisia.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsartemisia -if [ $1 == 0 ] ; then -sed -i '/^Map gfsartemisia.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsartemisia -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsartemisia-doc -Summary: Documentation for gfsartemisia -Version: svn19469.1.0 -Release: %{tl_noarch_release} -Provides: tex-gfsartemisia-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsartemisia-doc -Documentation for gfsartemisia - -%package gfsbodoni -Provides: tex-gfsbodoni = %{tl_version} -License: OFL -Summary: A Greek and Latin font based on Bodoni -Version: svn28484.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(bodoni.enc) = %{tl_version} -Provides: tex(bodonidenomnums.enc) = %{tl_version} -Provides: tex(bodoniec.enc) = %{tl_version} -Provides: tex(bodoniecsc.enc) = %{tl_version} -Provides: tex(bodoniel.enc) = %{tl_version} -Provides: tex(bodonielsc.enc) = %{tl_version} -Provides: tex(bodoninumnums.enc) = %{tl_version} -Provides: tex(bodonisc.enc) = %{tl_version} -Provides: tex(bodonitabnums.enc) = %{tl_version} -Provides: tex(gfsbodoni.map) = %{tl_version} -Provides: tex(GFSBodoni.otf) = %{tl_version} -Provides: tex(GFSBodoniBold.otf) = %{tl_version} -Provides: tex(GFSBodoniBoldIt.otf) = %{tl_version} -Provides: tex(GFSBodoniIt.otf) = %{tl_version} -Provides: tex(bodonib8a.tfm) = %{tl_version} -Provides: tex(bodonib8r.tfm) = %{tl_version} -Provides: tex(bodonib9a.tfm) = %{tl_version} -Provides: tex(bodonib9r.tfm) = %{tl_version} -Provides: tex(bodonibi8a.tfm) = %{tl_version} -Provides: tex(bodonibi8r.tfm) = %{tl_version} -Provides: tex(bodonibi9a.tfm) = %{tl_version} -Provides: tex(bodonibi9r.tfm) = %{tl_version} -Provides: tex(bodonibo8a.tfm) = %{tl_version} -Provides: tex(bodonibo8r.tfm) = %{tl_version} -Provides: tex(bodonibo9a.tfm) = %{tl_version} -Provides: tex(bodonibo9r.tfm) = %{tl_version} -Provides: tex(bodonidenomnums8a.tfm) = %{tl_version} -Provides: tex(bodonidenomnums8r.tfm) = %{tl_version} -Provides: tex(bodonii8a.tfm) = %{tl_version} -Provides: tex(bodonii8r.tfm) = %{tl_version} -Provides: tex(bodonii9a.tfm) = %{tl_version} -Provides: tex(bodonii9r.tfm) = %{tl_version} -Provides: tex(bodoninumnums8a.tfm) = %{tl_version} -Provides: tex(bodoninumnums8r.tfm) = %{tl_version} -Provides: tex(bodonio8a.tfm) = %{tl_version} -Provides: tex(bodonio8r.tfm) = %{tl_version} -Provides: tex(bodonio9a.tfm) = %{tl_version} -Provides: tex(bodonio9r.tfm) = %{tl_version} -Provides: tex(bodonirg8a.tfm) = %{tl_version} -Provides: tex(bodonirg8r.tfm) = %{tl_version} -Provides: tex(bodonirg9a.tfm) = %{tl_version} -Provides: tex(bodonirg9r.tfm) = %{tl_version} -Provides: tex(bodonisc8a.tfm) = %{tl_version} -Provides: tex(bodonisc8r.tfm) = %{tl_version} -Provides: tex(bodonisc9a.tfm) = %{tl_version} -Provides: tex(bodonisc9r.tfm) = %{tl_version} -Provides: tex(bodonisco8a.tfm) = %{tl_version} -Provides: tex(bodonisco8r.tfm) = %{tl_version} -Provides: tex(bodonisco9a.tfm) = %{tl_version} -Provides: tex(bodonisco9r.tfm) = %{tl_version} -Provides: tex(bodonitabnums8a.tfm) = %{tl_version} -Provides: tex(bodonitabnums8r.tfm) = %{tl_version} -Provides: tex(gbodonib6a.tfm) = %{tl_version} -Provides: tex(gbodonib6r.tfm) = %{tl_version} -Provides: tex(gbodonibi6a.tfm) = %{tl_version} -Provides: tex(gbodonibi6r.tfm) = %{tl_version} -Provides: tex(gbodonibo6a.tfm) = %{tl_version} -Provides: tex(gbodonibo6r.tfm) = %{tl_version} -Provides: tex(gbodonii6a.tfm) = %{tl_version} -Provides: tex(gbodonii6r.tfm) = %{tl_version} -Provides: tex(gbodonio6a.tfm) = %{tl_version} -Provides: tex(gbodonio6r.tfm) = %{tl_version} -Provides: tex(gbodonio9a.tfm) = %{tl_version} -Provides: tex(gbodonirg6a.tfm) = %{tl_version} -Provides: tex(gbodonirg6r.tfm) = %{tl_version} -Provides: tex(gbodonisc6a.tfm) = %{tl_version} -Provides: tex(gbodonisc6r.tfm) = %{tl_version} -Provides: tex(gbodonisco6a.tfm) = %{tl_version} -Provides: tex(gbodonisco6r.tfm) = %{tl_version} -Provides: tex(GFSBodoni-Bold.pfb) = %{tl_version} -Provides: tex(GFSBodoni-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSBodoni-Italic.pfb) = %{tl_version} -Provides: tex(GFSBodoni-Regular.pfb) = %{tl_version} -Provides: tex(bodonib8a.vf) = %{tl_version} -Provides: tex(bodonib9a.vf) = %{tl_version} -Provides: tex(bodonibi8a.vf) = %{tl_version} -Provides: tex(bodonibi9a.vf) = %{tl_version} -Provides: tex(bodonibo8a.vf) = %{tl_version} -Provides: tex(bodonibo9a.vf) = %{tl_version} -Provides: tex(bodonidenomnums8a.vf) = %{tl_version} -Provides: tex(bodonii8a.vf) = %{tl_version} -Provides: tex(bodonii9a.vf) = %{tl_version} -Provides: tex(bodoninumnums8a.vf) = %{tl_version} -Provides: tex(bodonio8a.vf) = %{tl_version} -Provides: tex(bodonio9a.vf) = %{tl_version} -Provides: tex(bodonirg8a.vf) = %{tl_version} -Provides: tex(bodonirg9a.vf) = %{tl_version} -Provides: tex(bodonisc8a.vf) = %{tl_version} -Provides: tex(bodonisc9a.vf) = %{tl_version} -Provides: tex(bodonisco8a.vf) = %{tl_version} -Provides: tex(bodonisco9a.vf) = %{tl_version} -Provides: tex(bodonitabnums8a.vf) = %{tl_version} -Provides: tex(gbodonib6a.vf) = %{tl_version} -Provides: tex(gbodonibi6a.vf) = %{tl_version} -Provides: tex(gbodonibo6a.vf) = %{tl_version} -Provides: tex(gbodonii6a.vf) = %{tl_version} -Provides: tex(gbodonio6a.vf) = %{tl_version} -Provides: tex(gbodonio9a.vf) = %{tl_version} -Provides: tex(gbodonirg6a.vf) = %{tl_version} -Provides: tex(gbodonisc6a.vf) = %{tl_version} -Provides: tex(gbodonisco6a.vf) = %{tl_version} -Provides: tex(gfsbodoni.sty) = %{tl_version} -Provides: tex(lgrbodoni.fd) = %{tl_version} -Provides: tex(ot1bodoni.fd) = %{tl_version} -Provides: tex(t1bodoni.fd) = %{tl_version} -Provides: tex(ubodoninums.fd) = %{tl_version} - -%description gfsbodoni -Bodoni's Greek fonts in the 18th century broke, for the first -time, with the Byzantine cursive tradition of Greek fonts. GFS -Bodoni resurrects his work for general use. The font family -supports both Greek and Latin letters. LaTeX support of the -fonts is provided, offering OT1, T1 and LGR encodings. The -fonts themselves are provided in Adobe Type 1 and OpenType -formats. - -date: 2012-05-17 11:22:16 +0200 - -%post gfsbodoni -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsbodoni.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsbodoni.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsbodoni -if [ $1 == 0 ] ; then -sed -i '/^Map gfsbodoni.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsbodoni -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsbodoni-doc -Summary: Documentation for gfsbodoni -Version: svn28484.1.01 -Release: %{tl_noarch_release} -Provides: tex-gfsbodoni-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsbodoni-doc -Documentation for gfsbodoni - -%package gfscomplutum -Provides: tex-gfscomplutum = %{tl_version} -License: OFL -Summary: A Greek font with a long history -Version: svn19469.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(gpcomplutum.enc) = %{tl_version} -Provides: tex(gfscomplutum.map) = %{tl_version} -Provides: tex(GFSPolyglot.otf) = %{tl_version} -Provides: tex(gcomplutum8a.tfm) = %{tl_version} -Provides: tex(gcomplutum8r.tfm) = %{tl_version} -Provides: tex(gcomplutumo8a.tfm) = %{tl_version} -Provides: tex(gcomplutumo8r.tfm) = %{tl_version} -Provides: tex(GFSComplutum-Regular.pfb) = %{tl_version} -Provides: tex(gcomplutum8a.vf) = %{tl_version} -Provides: tex(gcomplutumo8a.vf) = %{tl_version} -Provides: tex(gfscomplutum.sty) = %{tl_version} -Provides: tex(lgrcomplutum.fd) = %{tl_version} - -%description gfscomplutum -GFS Complutum derives, via a long development, from a -minuscule-only font cut in the 16th century. An unsatisfactory -set of majuscules were added in the early 20th century, but its -author died before he could complete the revival of the font. -The Greek Font Society has released this version, which has a -new set of majuscules. - -date: 2008-08-19 21:00:04 +0200 - -%post gfscomplutum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfscomplutum.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfscomplutum.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfscomplutum -if [ $1 == 0 ] ; then -sed -i '/^Map gfscomplutum.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfscomplutum -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfscomplutum-doc -Summary: Documentation for gfscomplutum -Version: svn19469.1.0 -Release: %{tl_noarch_release} -Provides: tex-gfscomplutum-doc -BuildArch: noarch -AutoReqProv: No - -%description gfscomplutum-doc -Documentation for gfscomplutum - -%package gfsdidot -Provides: tex-gfsdidot = %{tl_version} -License: LPPL -Summary: A Greek font based on Didot's work -Version: svn19469.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(pxfonts.sty) -Provides: tex(didot.enc) = %{tl_version} -Provides: tex(didotdenomnums.enc) = %{tl_version} -Provides: tex(didotec.enc) = %{tl_version} -Provides: tex(didotnumnums.enc) = %{tl_version} -Provides: tex(didottabnums.enc) = %{tl_version} -Provides: tex(didotuecsc.enc) = %{tl_version} -Provides: tex(didotusc.enc) = %{tl_version} -Provides: tex(gfsudidotmath.enc) = %{tl_version} -Provides: tex(gpdidot.enc) = %{tl_version} -Provides: tex(gpdidoti.enc) = %{tl_version} -Provides: tex(gpdidotusc.enc) = %{tl_version} -Provides: tex(gpolga.enc) = %{tl_version} -Provides: tex(gfsdidot.map) = %{tl_version} -Provides: tex(GFSDidot.otf) = %{tl_version} -Provides: tex(GFSDidotBold.otf) = %{tl_version} -Provides: tex(GFSDidotBoldItalic.otf) = %{tl_version} -Provides: tex(GFSDidotItalic.otf) = %{tl_version} -Provides: tex(GFSOlga.otf) = %{tl_version} -Provides: tex(didotb8a.tfm) = %{tl_version} -Provides: tex(didotb8r.tfm) = %{tl_version} -Provides: tex(didotb9a.tfm) = %{tl_version} -Provides: tex(didotb9r.tfm) = %{tl_version} -Provides: tex(didotbi8a.tfm) = %{tl_version} -Provides: tex(didotbi8r.tfm) = %{tl_version} -Provides: tex(didotbi9a.tfm) = %{tl_version} -Provides: tex(didotbi9r.tfm) = %{tl_version} -Provides: tex(didotbo8a.tfm) = %{tl_version} -Provides: tex(didotbo8r.tfm) = %{tl_version} -Provides: tex(didotbo9a.tfm) = %{tl_version} -Provides: tex(didotbo9r.tfm) = %{tl_version} -Provides: tex(didotdenomnums8a.tfm) = %{tl_version} -Provides: tex(didotdenomnums8r.tfm) = %{tl_version} -Provides: tex(didoti8a.tfm) = %{tl_version} -Provides: tex(didoti8r.tfm) = %{tl_version} -Provides: tex(didoti9a.tfm) = %{tl_version} -Provides: tex(didoti9r.tfm) = %{tl_version} -Provides: tex(didotnumnums8a.tfm) = %{tl_version} -Provides: tex(didotnumnums8r.tfm) = %{tl_version} -Provides: tex(didoto8a.tfm) = %{tl_version} -Provides: tex(didoto8r.tfm) = %{tl_version} -Provides: tex(didoto9a.tfm) = %{tl_version} -Provides: tex(didoto9r.tfm) = %{tl_version} -Provides: tex(didotrg8a.tfm) = %{tl_version} -Provides: tex(didotrg8r.tfm) = %{tl_version} -Provides: tex(didotrg9a.tfm) = %{tl_version} -Provides: tex(didotrg9r.tfm) = %{tl_version} -Provides: tex(didotsc8a.tfm) = %{tl_version} -Provides: tex(didotsc8r.tfm) = %{tl_version} -Provides: tex(didotsc9a.tfm) = %{tl_version} -Provides: tex(didotsc9r.tfm) = %{tl_version} -Provides: tex(didotsco8a.tfm) = %{tl_version} -Provides: tex(didotsco8r.tfm) = %{tl_version} -Provides: tex(didotsco9a.tfm) = %{tl_version} -Provides: tex(didotsco9r.tfm) = %{tl_version} -Provides: tex(didottabnums8a.tfm) = %{tl_version} -Provides: tex(didottabnums8r.tfm) = %{tl_version} -Provides: tex(didotui8a.tfm) = %{tl_version} -Provides: tex(didotui8r.tfm) = %{tl_version} -Provides: tex(didotui9a.tfm) = %{tl_version} -Provides: tex(didotui9r.tfm) = %{tl_version} -Provides: tex(gdidotb6a.tfm) = %{tl_version} -Provides: tex(gdidotb6r.tfm) = %{tl_version} -Provides: tex(gdidotbi6a.tfm) = %{tl_version} -Provides: tex(gdidotbi6r.tfm) = %{tl_version} -Provides: tex(gdidoti6a.tfm) = %{tl_version} -Provides: tex(gdidoti6r.tfm) = %{tl_version} -Provides: tex(gdidotrg6a.tfm) = %{tl_version} -Provides: tex(gdidotrg6r.tfm) = %{tl_version} -Provides: tex(gdidotsc6a.tfm) = %{tl_version} -Provides: tex(gdidotsc6r.tfm) = %{tl_version} -Provides: tex(gdidotsco6a.tfm) = %{tl_version} -Provides: tex(gdidotsco6r.tfm) = %{tl_version} -Provides: tex(gfsudidotmath8a.tfm) = %{tl_version} -Provides: tex(gfsudidotmath8r.tfm) = %{tl_version} -Provides: tex(golgai6a.tfm) = %{tl_version} -Provides: tex(golgai6r.tfm) = %{tl_version} -Provides: tex(golgaui6a.tfm) = %{tl_version} -Provides: tex(golgaui6r.tfm) = %{tl_version} -Provides: tex(GFSDidot-Bold.pfb) = %{tl_version} -Provides: tex(GFSDidot-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSDidot-Italic.pfb) = %{tl_version} -Provides: tex(GFSDidot.pfb) = %{tl_version} -Provides: tex(GFSOlga.pfb) = %{tl_version} -Provides: tex(didotb8a.vf) = %{tl_version} -Provides: tex(didotb9a.vf) = %{tl_version} -Provides: tex(didotbi8a.vf) = %{tl_version} -Provides: tex(didotbi9a.vf) = %{tl_version} -Provides: tex(didotbo8a.vf) = %{tl_version} -Provides: tex(didotbo9a.vf) = %{tl_version} -Provides: tex(didotdenomnums8a.vf) = %{tl_version} -Provides: tex(didoti8a.vf) = %{tl_version} -Provides: tex(didoti9a.vf) = %{tl_version} -Provides: tex(didotnumnums8a.vf) = %{tl_version} -Provides: tex(didoto8a.vf) = %{tl_version} -Provides: tex(didoto9a.vf) = %{tl_version} -Provides: tex(didotrg8a.vf) = %{tl_version} -Provides: tex(didotrg9a.vf) = %{tl_version} -Provides: tex(didotsc8a.vf) = %{tl_version} -Provides: tex(didotsc9a.vf) = %{tl_version} -Provides: tex(didotsco8a.vf) = %{tl_version} -Provides: tex(didotsco9a.vf) = %{tl_version} -Provides: tex(didottabnums8a.vf) = %{tl_version} -Provides: tex(didotui8a.vf) = %{tl_version} -Provides: tex(didotui9a.vf) = %{tl_version} -Provides: tex(gdidotb6a.vf) = %{tl_version} -Provides: tex(gdidotbi6a.vf) = %{tl_version} -Provides: tex(gdidoti6a.vf) = %{tl_version} -Provides: tex(gdidotrg6a.vf) = %{tl_version} -Provides: tex(gdidotsc6a.vf) = %{tl_version} -Provides: tex(gdidotsco6a.vf) = %{tl_version} -Provides: tex(gfsudidotmath8a.vf) = %{tl_version} -Provides: tex(golgai6a.vf) = %{tl_version} -Provides: tex(golgaui6a.vf) = %{tl_version} -Provides: tex(gfsdidot.sty) = %{tl_version} -Provides: tex(lgrudidot.fd) = %{tl_version} -Provides: tex(omludidot.fd) = %{tl_version} -Provides: tex(ot1udidot.fd) = %{tl_version} -Provides: tex(t1udidot.fd) = %{tl_version} -Provides: tex(uudidotnums.fd) = %{tl_version} - -%description gfsdidot -The design of Didot's 1805 Greek typeface was influenced by the -neoclassical ideals of the late 18th century. The font was -brought to Greece at the time of the 1821 Greek Revolution, by -Didot's son, and was very widely used. The present version is -provided by the Greek Font Society. The font supports the Greek -alphabet, and is accompanied by a matching Latin alphabet based -on Zapf's Palatino. LaTeX support is provided, using the OT1, -T1 and LGR encodings. - -date: 2008-08-19 21:00:04 +0200 - -%post gfsdidot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsdidot.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsdidot.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsdidot -if [ $1 == 0 ] ; then -sed -i '/^Map gfsdidot.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsdidot -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsdidot-doc -Summary: Documentation for gfsdidot -Version: svn19469.1.0 -Release: %{tl_noarch_release} -Provides: tex-gfsdidot-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsdidot-doc -Documentation for gfsdidot - -%package gfsneohellenic -Provides: tex-gfsneohellenic = %{tl_version} -License: LPPL -Summary: A Greek font in the Neo-Hellenic style -Version: svn19440.1.0_rev -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(neohellenic.enc) = %{tl_version} -Provides: tex(neohellenicdenomnums.enc) = %{tl_version} -Provides: tex(neohellenicec.enc) = %{tl_version} -Provides: tex(neohellenicecsc.enc) = %{tl_version} -Provides: tex(neohellenicel.enc) = %{tl_version} -Provides: tex(neohellenicelsc.enc) = %{tl_version} -Provides: tex(neohellenicmath.enc) = %{tl_version} -Provides: tex(neohellenicnumnums.enc) = %{tl_version} -Provides: tex(neohellenicsc.enc) = %{tl_version} -Provides: tex(neohellenictabnums.enc) = %{tl_version} -Provides: tex(gfsneohellenic.map) = %{tl_version} -Provides: tex(GFSNeohellenic.otf) = %{tl_version} -Provides: tex(GFSNeohellenicBold.otf) = %{tl_version} -Provides: tex(GFSNeohellenicBoldIt.otf) = %{tl_version} -Provides: tex(GFSNeohellenicIt.otf) = %{tl_version} -Provides: tex(gfsneohellenicmath8a.tfm) = %{tl_version} -Provides: tex(gfsneohellenicmath8r.tfm) = %{tl_version} -Provides: tex(gneohellenicb6a.tfm) = %{tl_version} -Provides: tex(gneohellenicb6r.tfm) = %{tl_version} -Provides: tex(gneohellenicbi6a.tfm) = %{tl_version} -Provides: tex(gneohellenicbi6r.tfm) = %{tl_version} -Provides: tex(gneohellenicbo6a.tfm) = %{tl_version} -Provides: tex(gneohellenicbo6r.tfm) = %{tl_version} -Provides: tex(gneohellenici6a.tfm) = %{tl_version} -Provides: tex(gneohellenici6r.tfm) = %{tl_version} -Provides: tex(gneohellenico6a.tfm) = %{tl_version} -Provides: tex(gneohellenico6r.tfm) = %{tl_version} -Provides: tex(gneohellenicrg6a.tfm) = %{tl_version} -Provides: tex(gneohellenicrg6r.tfm) = %{tl_version} -Provides: tex(gneohellenicsc6a.tfm) = %{tl_version} -Provides: tex(gneohellenicsc6r.tfm) = %{tl_version} -Provides: tex(gneohellenicsco6a.tfm) = %{tl_version} -Provides: tex(gneohellenicsco6r.tfm) = %{tl_version} -Provides: tex(neohellenicb8a.tfm) = %{tl_version} -Provides: tex(neohellenicb8r.tfm) = %{tl_version} -Provides: tex(neohellenicb9a.tfm) = %{tl_version} -Provides: tex(neohellenicb9r.tfm) = %{tl_version} -Provides: tex(neohellenicbi8a.tfm) = %{tl_version} -Provides: tex(neohellenicbi8r.tfm) = %{tl_version} -Provides: tex(neohellenicbi9a.tfm) = %{tl_version} -Provides: tex(neohellenicbi9r.tfm) = %{tl_version} -Provides: tex(neohellenicbo8a.tfm) = %{tl_version} -Provides: tex(neohellenicbo8r.tfm) = %{tl_version} -Provides: tex(neohellenicbo9a.tfm) = %{tl_version} -Provides: tex(neohellenicbo9r.tfm) = %{tl_version} -Provides: tex(neohellenicdenomnums8a.tfm) = %{tl_version} -Provides: tex(neohellenicdenomnums8r.tfm) = %{tl_version} -Provides: tex(neohellenici8a.tfm) = %{tl_version} -Provides: tex(neohellenici8r.tfm) = %{tl_version} -Provides: tex(neohellenici9a.tfm) = %{tl_version} -Provides: tex(neohellenici9r.tfm) = %{tl_version} -Provides: tex(neohellenicnumnums8a.tfm) = %{tl_version} -Provides: tex(neohellenicnumnums8r.tfm) = %{tl_version} -Provides: tex(neohellenico8a.tfm) = %{tl_version} -Provides: tex(neohellenico8r.tfm) = %{tl_version} -Provides: tex(neohellenico9a.tfm) = %{tl_version} -Provides: tex(neohellenico9r.tfm) = %{tl_version} -Provides: tex(neohellenicrg8a.tfm) = %{tl_version} -Provides: tex(neohellenicrg8r.tfm) = %{tl_version} -Provides: tex(neohellenicrg9a.tfm) = %{tl_version} -Provides: tex(neohellenicrg9r.tfm) = %{tl_version} -Provides: tex(neohellenicsc8a.tfm) = %{tl_version} -Provides: tex(neohellenicsc8r.tfm) = %{tl_version} -Provides: tex(neohellenicsc9a.tfm) = %{tl_version} -Provides: tex(neohellenicsc9r.tfm) = %{tl_version} -Provides: tex(neohellenicsco8a.tfm) = %{tl_version} -Provides: tex(neohellenicsco8r.tfm) = %{tl_version} -Provides: tex(neohellenicsco9a.tfm) = %{tl_version} -Provides: tex(neohellenicsco9r.tfm) = %{tl_version} -Provides: tex(neohellenictabnums8a.tfm) = %{tl_version} -Provides: tex(neohellenictabnums8r.tfm) = %{tl_version} -Provides: tex(GFSNeohellenic-Bold.pfb) = %{tl_version} -Provides: tex(GFSNeohellenic-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSNeohellenic-Italic.pfb) = %{tl_version} -Provides: tex(GFSNeohellenic-Regular.pfb) = %{tl_version} -Provides: tex(gfsneohellenicmath8a.vf) = %{tl_version} -Provides: tex(gneohellenicb6a.vf) = %{tl_version} -Provides: tex(gneohellenicbi6a.vf) = %{tl_version} -Provides: tex(gneohellenicbo6a.vf) = %{tl_version} -Provides: tex(gneohellenici6a.vf) = %{tl_version} -Provides: tex(gneohellenico6a.vf) = %{tl_version} -Provides: tex(gneohellenicrg6a.vf) = %{tl_version} -Provides: tex(gneohellenicsc6a.vf) = %{tl_version} -Provides: tex(gneohellenicsco6a.vf) = %{tl_version} -Provides: tex(neohellenicb8a.vf) = %{tl_version} -Provides: tex(neohellenicb9a.vf) = %{tl_version} -Provides: tex(neohellenicbi8a.vf) = %{tl_version} -Provides: tex(neohellenicbi9a.vf) = %{tl_version} -Provides: tex(neohellenicbo8a.vf) = %{tl_version} -Provides: tex(neohellenicbo9a.vf) = %{tl_version} -Provides: tex(neohellenicdenomnums8a.vf) = %{tl_version} -Provides: tex(neohellenici8a.vf) = %{tl_version} -Provides: tex(neohellenici9a.vf) = %{tl_version} -Provides: tex(neohellenicnumnums8a.vf) = %{tl_version} -Provides: tex(neohellenico8a.vf) = %{tl_version} -Provides: tex(neohellenico9a.vf) = %{tl_version} -Provides: tex(neohellenicrg8a.vf) = %{tl_version} -Provides: tex(neohellenicrg9a.vf) = %{tl_version} -Provides: tex(neohellenicsc8a.vf) = %{tl_version} -Provides: tex(neohellenicsc9a.vf) = %{tl_version} -Provides: tex(neohellenicsco8a.vf) = %{tl_version} -Provides: tex(neohellenicsco9a.vf) = %{tl_version} -Provides: tex(neohellenictabnums8a.vf) = %{tl_version} -Provides: tex(gfsneohellenic.sty) = %{tl_version} -Provides: tex(lgrneohellenic.fd) = %{tl_version} -Provides: tex(omlneohellenic.fd) = %{tl_version} -Provides: tex(ot1neohellenic.fd) = %{tl_version} -Provides: tex(t1neohellenic.fd) = %{tl_version} -Provides: tex(uneohellenicnums.fd) = %{tl_version} - -%description gfsneohellenic -The NeoHellenic style evolved in academic circles in the 19th -and 20th century; the present font follows a cut commissioned -from Monotype in 1927. The present version was provided by the -Greek Font Society. The font supports both Greek and Latin -characters, and has been adjusted to work well with the -cmbright fonts for mathematics support. LaTeX support of the -fonts is provided, offering OT1, T1 and LGR encodings. - -date: 2009-01-15 17:25:25 +0100 - -%post gfsneohellenic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsneohellenic.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsneohellenic.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsneohellenic -if [ $1 == 0 ] ; then -sed -i '/^Map gfsneohellenic.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsneohellenic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsneohellenic-doc -Summary: Documentation for gfsneohellenic -Version: svn19440.1.0_rev -Release: %{tl_noarch_release} -Provides: tex-gfsneohellenic-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsneohellenic-doc -Documentation for gfsneohellenic - -%package gfssolomos -Provides: tex-gfssolomos = %{tl_version} -License: OFL -Summary: A Greek-alphabet font -Version: svn18651.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(gpsolomos.enc) = %{tl_version} -Provides: tex(gfssolomos.map) = %{tl_version} -Provides: tex(GFSSolomos.otf) = %{tl_version} -Provides: tex(gsolomos8a.tfm) = %{tl_version} -Provides: tex(gsolomos8r.tfm) = %{tl_version} -Provides: tex(GFSSolomos-Regular.pfb) = %{tl_version} -Provides: tex(gsolomos8a.vf) = %{tl_version} -Provides: tex(gfssolomos.sty) = %{tl_version} -Provides: tex(lgrsolomos.fd) = %{tl_version} - -%description gfssolomos -Solomos is a font which traces its descent from a -calligraphically-inspired font of the mid-19th century. LaTeX -support, for use with the LGR encoding only, is provided. - -date: 2008-08-19 21:00:04 +0200 - -%post gfssolomos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfssolomos.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfssolomos.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfssolomos -if [ $1 == 0 ] ; then -sed -i '/^Map gfssolomos.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfssolomos -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfssolomos-doc -Summary: Documentation for gfssolomos -Version: svn18651.1.0 -Release: %{tl_noarch_release} -Provides: tex-gfssolomos-doc -BuildArch: noarch -AutoReqProv: No - -%description gfssolomos-doc -Documentation for gfssolomos - -%package gillcm -Provides: tex-gillcm = %{tl_version} -License: BSD -Summary: Alternative unslanted italic Computer Modern fonts -Version: svn19878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmg.map) = %{tl_version} -Provides: tex(cmgb8r.tfm) = %{tl_version} -Provides: tex(cmgbi7t.tfm) = %{tl_version} -Provides: tex(cmgbi8c.tfm) = %{tl_version} -Provides: tex(cmgbi8r.tfm) = %{tl_version} -Provides: tex(cmgbi8t.tfm) = %{tl_version} -Provides: tex(cmgbiu7t.tfm) = %{tl_version} -Provides: tex(cmgbiu8c.tfm) = %{tl_version} -Provides: tex(cmgbiu8r.tfm) = %{tl_version} -Provides: tex(cmgbiu8t.tfm) = %{tl_version} -Provides: tex(cmgm8r.tfm) = %{tl_version} -Provides: tex(cmgmi7t.tfm) = %{tl_version} -Provides: tex(cmgmi8c.tfm) = %{tl_version} -Provides: tex(cmgmi8r.tfm) = %{tl_version} -Provides: tex(cmgmi8t.tfm) = %{tl_version} -Provides: tex(cmgmiu7t.tfm) = %{tl_version} -Provides: tex(cmgmiu8c.tfm) = %{tl_version} -Provides: tex(cmgmiu8r.tfm) = %{tl_version} -Provides: tex(cmgmiu8t.tfm) = %{tl_version} -Provides: tex(cmgbi7t.vf) = %{tl_version} -Provides: tex(cmgbi8c.vf) = %{tl_version} -Provides: tex(cmgbi8t.vf) = %{tl_version} -Provides: tex(cmgbiu7t.vf) = %{tl_version} -Provides: tex(cmgbiu8c.vf) = %{tl_version} -Provides: tex(cmgbiu8t.vf) = %{tl_version} -Provides: tex(cmgmi7t.vf) = %{tl_version} -Provides: tex(cmgmi8c.vf) = %{tl_version} -Provides: tex(cmgmi8t.vf) = %{tl_version} -Provides: tex(cmgmiu7t.vf) = %{tl_version} -Provides: tex(cmgmiu8c.vf) = %{tl_version} -Provides: tex(cmgmiu8t.vf) = %{tl_version} -Provides: tex(gillcm.sty) = %{tl_version} -Provides: tex(ot1cmg.fd) = %{tl_version} -Provides: tex(t1cmg.fd) = %{tl_version} -Provides: tex(ts1cmg.fd) = %{tl_version} - -%description gillcm -This is a demonstration of the use of virtual fonts for unusual -effects: the package implements an old idea of Eric Gill. The -package was written for the author's talk at TUG 2010. - -date: 2010-08-11 13:58:09 +0200 - -%post gillcm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gillcm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gillcm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gillcm-doc -Summary: Documentation for gillcm -Version: svn19878.1.1 -Release: %{tl_noarch_release} -Provides: tex-gillcm-doc -BuildArch: noarch -AutoReqProv: No - -%description gillcm-doc -Documentation for gillcm - -%package gnu-freefont -Provides: tex-gnu-freefont = %{tl_version} -License: GPLv3+ -Summary: A Unicode font, with rather wide coverage -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(FreeMono.otf) = %{tl_version} -Provides: tex(FreeMonoBold.otf) = %{tl_version} -Provides: tex(FreeMonoBoldOblique.otf) = %{tl_version} -Provides: tex(FreeMonoOblique.otf) = %{tl_version} -Provides: tex(FreeSans.otf) = %{tl_version} -Provides: tex(FreeSansBold.otf) = %{tl_version} -Provides: tex(FreeSansBoldOblique.otf) = %{tl_version} -Provides: tex(FreeSansOblique.otf) = %{tl_version} -Provides: tex(FreeSerif.otf) = %{tl_version} -Provides: tex(FreeSerifBold.otf) = %{tl_version} -Provides: tex(FreeSerifBoldItalic.otf) = %{tl_version} -Provides: tex(FreeSerifItalic.otf) = %{tl_version} -Provides: tex(FreeMono.ttf) = %{tl_version} -Provides: tex(FreeMonoBold.ttf) = %{tl_version} -Provides: tex(FreeMonoBoldOblique.ttf) = %{tl_version} -Provides: tex(FreeMonoOblique.ttf) = %{tl_version} -Provides: tex(FreeSans.ttf) = %{tl_version} -Provides: tex(FreeSansBold.ttf) = %{tl_version} -Provides: tex(FreeSansBoldOblique.ttf) = %{tl_version} -Provides: tex(FreeSansOblique.ttf) = %{tl_version} -Provides: tex(FreeSerif.ttf) = %{tl_version} -Provides: tex(FreeSerifBold.ttf) = %{tl_version} -Provides: tex(FreeSerifBoldItalic.ttf) = %{tl_version} -Provides: tex(FreeSerifItalic.ttf) = %{tl_version} - -%description gnu-freefont -The package provides a set of outline (i.e. OpenType) fonts -covering as much as possible of the Unicode character set. The -set consists of three typefaces: one monospaced and two -proportional (one with uniform and one with modulated stroke). - -date: 2012-07-05 15:28:28 +0200 - -%post gnu-freefont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gnu-freefont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gnu-freefont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gnu-freefont-doc -Summary: Documentation for gnu-freefont -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-gnu-freefont-doc -BuildArch: noarch -AutoReqProv: No - -%description gnu-freefont-doc -Documentation for gnu-freefont - -%package gothic -Provides: tex-gothic = %{tl_version} -License: Public Domain -Summary: A collection of old German-style fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(yfrak.map) = %{tl_version} -Provides: tex(cmfrak.tfm) = %{tl_version} -Provides: tex(schwell.tfm) = %{tl_version} -Provides: tex(suet14.tfm) = %{tl_version} -Provides: tex(tfrak.tfm) = %{tl_version} -Provides: tex(tfrakls.tfm) = %{tl_version} -Provides: tex(tgoth.tfm) = %{tl_version} -Provides: tex(tswab.tfm) = %{tl_version} -Provides: tex(yfrak.tfm) = %{tl_version} -Provides: tex(ygoth.tfm) = %{tl_version} -Provides: tex(yinit.tfm) = %{tl_version} -Provides: tex(yinitas.tfm) = %{tl_version} -Provides: tex(yinitdd.tfm) = %{tl_version} -Provides: tex(yswab.tfm) = %{tl_version} -Provides: tex(yfrak.pfb) = %{tl_version} -Provides: tex(ygoth.pfb) = %{tl_version} -Provides: tex(yswab.pfb) = %{tl_version} -Provides: tex(tfrak.vf) = %{tl_version} -Provides: tex(tfrakls.vf) = %{tl_version} -Provides: tex(tgoth.vf) = %{tl_version} -Provides: tex(tswab.vf) = %{tl_version} - -%description gothic -A collection of fonts that reproduce those used in "old German" -printing. The set comprises Gothic, Schwabacher and Fraktur -fonts, a pair of handwriting fonts, Suetterlin and Schwell, and -a font containing decorative initials. In addition, there are -two re-encoding packages for Haralambous's fonts, providing T1, -using virtual fonts, and OT1 and T1, using Metafont. - -date: 2009-01-16 17:12:15 +0100 - -%post gothic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map yfrak.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yfrak.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gothic -if [ $1 == 0 ] ; then -sed -i '/^Map yfrak.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gothic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gothic-doc -Summary: Documentation for gothic -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gothic-doc -BuildArch: noarch -AutoReqProv: No - -%description gothic-doc -Documentation for gothic - -%package greenpoint -Provides: tex-greenpoint = %{tl_version} -License: GPL+ -Summary: The Green Point logo -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(greenpoint.tfm) = %{tl_version} - -%description greenpoint -A MetaFont-implementation of the logo commonly known as 'Der -Grune Punkt' ('The Green Point'). In Austria, it can be found -on nearly every bottle. It should not be confused with the -'Recycle'-logo, implemented by Ian Green. - -date: 2006-12-09 16:48:33 +0100 - -%post greenpoint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun greenpoint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans greenpoint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package greenpoint-doc -Summary: Documentation for greenpoint -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-greenpoint-doc -BuildArch: noarch -AutoReqProv: No - -%description greenpoint-doc -Documentation for greenpoint - -%package grotesq -Provides: tex-grotesq = %{tl_version} -License: GPL+ -Summary: URW Grotesq font pack for LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(ugq.map) = %{tl_version} -Provides: tex(ugqb.tfm) = %{tl_version} -Provides: tex(ugqb7t.tfm) = %{tl_version} -Provides: tex(ugqb8a.tfm) = %{tl_version} -Provides: tex(ugqb8c.tfm) = %{tl_version} -Provides: tex(ugqb8r.tfm) = %{tl_version} -Provides: tex(ugqb8t.tfm) = %{tl_version} -Provides: tex(ugqbc7t.tfm) = %{tl_version} -Provides: tex(ugqbc8t.tfm) = %{tl_version} -Provides: tex(ugqbo7t.tfm) = %{tl_version} -Provides: tex(ugqbo8c.tfm) = %{tl_version} -Provides: tex(ugqbo8r.tfm) = %{tl_version} -Provides: tex(ugqbo8t.tfm) = %{tl_version} -Provides: tex(ugqb8a.pfb) = %{tl_version} -Provides: tex(ugqb.vf) = %{tl_version} -Provides: tex(ugqb7t.vf) = %{tl_version} -Provides: tex(ugqb8c.vf) = %{tl_version} -Provides: tex(ugqb8t.vf) = %{tl_version} -Provides: tex(ugqbc7t.vf) = %{tl_version} -Provides: tex(ugqbc8t.vf) = %{tl_version} -Provides: tex(ugqbo7t.vf) = %{tl_version} -Provides: tex(ugqbo8c.vf) = %{tl_version} -Provides: tex(ugqbo8t.vf) = %{tl_version} -Provides: tex(ot1ugq.fd) = %{tl_version} -Provides: tex(t1ugq.fd) = %{tl_version} -Provides: tex(ts1ugq.fd) = %{tl_version} - -%description grotesq -The directory contains a copy of the Type 1 font "URW Grotesq -2031 Bold' released under the GPL by URW, with supporting files -for use with (La)TeX. - -date: 2007-11-03 13:04:21 +0100 - -%post grotesq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ugq.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ugq.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun grotesq -if [ $1 == 0 ] ; then -sed -i '/^Map ugq.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans grotesq -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package grotesq-doc -Summary: Documentation for grotesq -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-grotesq-doc -BuildArch: noarch -AutoReqProv: No - -%description grotesq-doc -Documentation for grotesq - -%package hacm -Provides: tex-hacm = %{tl_version} -License: LPPL 1.3 -Summary: Font support for the Arka language -Version: svn27671.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(hacm.map) = %{tl_version} -Provides: tex(alblant.tfm) = %{tl_version} -Provides: tex(defans.tfm) = %{tl_version} -Provides: tex(fenlil.tfm) = %{tl_version} -Provides: tex(fialis.tfm) = %{tl_version} -Provides: tex(inje.tfm) = %{tl_version} -Provides: tex(kardinal.tfm) = %{tl_version} -Provides: tex(lantia.tfm) = %{tl_version} -Provides: tex(nalnia.tfm) = %{tl_version} -Provides: tex(olivia.tfm) = %{tl_version} -Provides: tex(ralblant.tfm) = %{tl_version} -Provides: tex(rdefans.tfm) = %{tl_version} -Provides: tex(rfenlil.tfm) = %{tl_version} -Provides: tex(rfialis.tfm) = %{tl_version} -Provides: tex(rinje.tfm) = %{tl_version} -Provides: tex(rkardinal.tfm) = %{tl_version} -Provides: tex(rlantia.tfm) = %{tl_version} -Provides: tex(rnalnia.tfm) = %{tl_version} -Provides: tex(rolivia.tfm) = %{tl_version} -Provides: tex(alblant.pfb) = %{tl_version} -Provides: tex(defans.pfb) = %{tl_version} -Provides: tex(fenlil.pfb) = %{tl_version} -Provides: tex(fialis.pfb) = %{tl_version} -Provides: tex(inje.pfb) = %{tl_version} -Provides: tex(kardinal.pfb) = %{tl_version} -Provides: tex(lantia.pfb) = %{tl_version} -Provides: tex(nalnia.pfb) = %{tl_version} -Provides: tex(olivia.pfb) = %{tl_version} -Provides: tex(alblant.vf) = %{tl_version} -Provides: tex(defans.vf) = %{tl_version} -Provides: tex(fenlil.vf) = %{tl_version} -Provides: tex(fialis.vf) = %{tl_version} -Provides: tex(inje.vf) = %{tl_version} -Provides: tex(kardinal.vf) = %{tl_version} -Provides: tex(lantia.vf) = %{tl_version} -Provides: tex(nalnia.vf) = %{tl_version} -Provides: tex(olivia.vf) = %{tl_version} -Provides: tex(hacm.sty) = %{tl_version} -Provides: tex(ot1halb.fd) = %{tl_version} -Provides: tex(ot1hdef.fd) = %{tl_version} -Provides: tex(ot1hfen.fd) = %{tl_version} -Provides: tex(ot1hfia.fd) = %{tl_version} -Provides: tex(ot1hinj.fd) = %{tl_version} -Provides: tex(ot1hkar.fd) = %{tl_version} -Provides: tex(ot1hlan.fd) = %{tl_version} - -%description hacm -The package supports typesetting hacm, the alphabet of the -constructed language Arka. The bundle provides nine official -fonts, in Adobe Type 1 format. - -date: 2012-09-10 11:33:53 +0200 - -%post hacm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map hacm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map hacm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun hacm -if [ $1 == 0 ] ; then -sed -i '/^Map hacm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans hacm -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hacm-doc -Summary: Documentation for hacm -Version: svn27671.0.1 -Release: %{tl_noarch_release} -Provides: tex-hacm-doc -BuildArch: noarch -AutoReqProv: No - -%description hacm-doc -Documentation for hacm - -%package hands -Provides: tex-hands = %{tl_version} -License: Public Domain -Summary: Pointing hand font -Version: svn13293.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hands.tfm) = %{tl_version} - -%description hands -Provides right- and left-pointing hands in both black-on-white -and white-on-black realisation. The font is distributed as -MetaFont source. - -date: 2008-10-05 01:10:25 +0200 - -%post hands -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hands -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hands -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hfbright -Provides: tex-hfbright = %{tl_version} -License: LPPL -Summary: The hfbright fonts -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(hfmital.enc) = %{tl_version} -Provides: tex(hfmsa.enc) = %{tl_version} -Provides: tex(hfmsb.enc) = %{tl_version} -Provides: tex(hfmsym.enc) = %{tl_version} -Provides: tex(hfot1.enc) = %{tl_version} -Provides: tex(hfbright.map) = %{tl_version} -Provides: tex(hfbr10.pfb) = %{tl_version} -Provides: tex(hfbr17.pfb) = %{tl_version} -Provides: tex(hfbr8.pfb) = %{tl_version} -Provides: tex(hfbr9.pfb) = %{tl_version} -Provides: tex(hfbras10.pfb) = %{tl_version} -Provides: tex(hfbras8.pfb) = %{tl_version} -Provides: tex(hfbras9.pfb) = %{tl_version} -Provides: tex(hfbrbs10.pfb) = %{tl_version} -Provides: tex(hfbrbs8.pfb) = %{tl_version} -Provides: tex(hfbrbs9.pfb) = %{tl_version} -Provides: tex(hfbrbx10.pfb) = %{tl_version} -Provides: tex(hfbrmb10.pfb) = %{tl_version} -Provides: tex(hfbrmi10.pfb) = %{tl_version} -Provides: tex(hfbrmi8.pfb) = %{tl_version} -Provides: tex(hfbrmi9.pfb) = %{tl_version} -Provides: tex(hfbrsl10.pfb) = %{tl_version} -Provides: tex(hfbrsl17.pfb) = %{tl_version} -Provides: tex(hfbrsl8.pfb) = %{tl_version} -Provides: tex(hfbrsl9.pfb) = %{tl_version} -Provides: tex(hfbrsy10.pfb) = %{tl_version} -Provides: tex(hfbrsy8.pfb) = %{tl_version} -Provides: tex(hfbrsy9.pfb) = %{tl_version} -Provides: tex(hfsltl10.pfb) = %{tl_version} -Provides: tex(hftl10.pfb) = %{tl_version} - -%description hfbright -These are Adobe Type 1 versions of the OT1-encoded and maths -parts of the Computer Modern Bright fonts. - -date: 2012-07-13 13:47:30 +0200 - -%post hfbright -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap hfbright.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap hfbright.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun hfbright -if [ $1 == 0 ] ; then -sed -i '/^MixedMap hfbright.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans hfbright -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hfbright-doc -Summary: Documentation for hfbright -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-hfbright-doc -BuildArch: noarch -AutoReqProv: No - -%description hfbright-doc -Documentation for hfbright - -%package hfoldsty -Provides: tex-hfoldsty = %{tl_version} -License: GPL+ -Summary: Old style numerals with EC fonts -Version: svn29349.1.15 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(fix-cm.sty) -Requires: tex(ifthen.sty) -Provides: tex(hfobi0500.tfm) = %{tl_version} -Provides: tex(hfobi0600.tfm) = %{tl_version} -Provides: tex(hfobi0700.tfm) = %{tl_version} -Provides: tex(hfobi0800.tfm) = %{tl_version} -Provides: tex(hfobi0900.tfm) = %{tl_version} -Provides: tex(hfobi1000.tfm) = %{tl_version} -Provides: tex(hfobi1095.tfm) = %{tl_version} -Provides: tex(hfobi1200.tfm) = %{tl_version} -Provides: tex(hfobi1440.tfm) = %{tl_version} -Provides: tex(hfobi1728.tfm) = %{tl_version} -Provides: tex(hfobi2074.tfm) = %{tl_version} -Provides: tex(hfobi2488.tfm) = %{tl_version} -Provides: tex(hfobi2986.tfm) = %{tl_version} -Provides: tex(hfobi3583.tfm) = %{tl_version} -Provides: tex(hfobl0500.tfm) = %{tl_version} -Provides: tex(hfobl0600.tfm) = %{tl_version} -Provides: tex(hfobl0700.tfm) = %{tl_version} -Provides: tex(hfobl0800.tfm) = %{tl_version} -Provides: tex(hfobl0900.tfm) = %{tl_version} -Provides: tex(hfobl1000.tfm) = %{tl_version} -Provides: tex(hfobl1095.tfm) = %{tl_version} -Provides: tex(hfobl1200.tfm) = %{tl_version} -Provides: tex(hfobl1440.tfm) = %{tl_version} -Provides: tex(hfobl1728.tfm) = %{tl_version} -Provides: tex(hfobl2074.tfm) = %{tl_version} -Provides: tex(hfobl2488.tfm) = %{tl_version} -Provides: tex(hfobl2986.tfm) = %{tl_version} -Provides: tex(hfobl3583.tfm) = %{tl_version} -Provides: tex(hfobx0500.tfm) = %{tl_version} -Provides: tex(hfobx0600.tfm) = %{tl_version} -Provides: tex(hfobx0700.tfm) = %{tl_version} -Provides: tex(hfobx0800.tfm) = %{tl_version} -Provides: tex(hfobx0900.tfm) = %{tl_version} -Provides: tex(hfobx1000.tfm) = %{tl_version} -Provides: tex(hfobx1095.tfm) = %{tl_version} -Provides: tex(hfobx1200.tfm) = %{tl_version} -Provides: tex(hfobx1440.tfm) = %{tl_version} -Provides: tex(hfobx1728.tfm) = %{tl_version} -Provides: tex(hfobx2074.tfm) = %{tl_version} -Provides: tex(hfobx2488.tfm) = %{tl_version} -Provides: tex(hfobx2986.tfm) = %{tl_version} -Provides: tex(hfobx3583.tfm) = %{tl_version} -Provides: tex(hfocc0500.tfm) = %{tl_version} -Provides: tex(hfocc0600.tfm) = %{tl_version} -Provides: tex(hfocc0700.tfm) = %{tl_version} -Provides: tex(hfocc0800.tfm) = %{tl_version} -Provides: tex(hfocc0900.tfm) = %{tl_version} -Provides: tex(hfocc1000.tfm) = %{tl_version} -Provides: tex(hfocc1095.tfm) = %{tl_version} -Provides: tex(hfocc1200.tfm) = %{tl_version} -Provides: tex(hfocc1440.tfm) = %{tl_version} -Provides: tex(hfocc1728.tfm) = %{tl_version} -Provides: tex(hfocc2074.tfm) = %{tl_version} -Provides: tex(hfocc2488.tfm) = %{tl_version} -Provides: tex(hfocc2986.tfm) = %{tl_version} -Provides: tex(hfocc3583.tfm) = %{tl_version} -Provides: tex(hfodh0500.tfm) = %{tl_version} -Provides: tex(hfodh0600.tfm) = %{tl_version} -Provides: tex(hfodh0700.tfm) = %{tl_version} -Provides: tex(hfodh0800.tfm) = %{tl_version} -Provides: tex(hfodh0900.tfm) = %{tl_version} -Provides: tex(hfodh1000.tfm) = %{tl_version} -Provides: tex(hfodh1095.tfm) = %{tl_version} -Provides: tex(hfodh1200.tfm) = %{tl_version} -Provides: tex(hfodh1440.tfm) = %{tl_version} -Provides: tex(hfodh1728.tfm) = %{tl_version} -Provides: tex(hfodh2074.tfm) = %{tl_version} -Provides: tex(hfodh2488.tfm) = %{tl_version} -Provides: tex(hfodh2986.tfm) = %{tl_version} -Provides: tex(hfodh3583.tfm) = %{tl_version} -Provides: tex(hfoit0600.tfm) = %{tl_version} -Provides: tex(hfoit0700.tfm) = %{tl_version} -Provides: tex(hfoit0800.tfm) = %{tl_version} -Provides: tex(hfoit0900.tfm) = %{tl_version} -Provides: tex(hfoit1000.tfm) = %{tl_version} -Provides: tex(hfoit1095.tfm) = %{tl_version} -Provides: tex(hfoit1200.tfm) = %{tl_version} -Provides: tex(hfoit1440.tfm) = %{tl_version} -Provides: tex(hfoit1728.tfm) = %{tl_version} -Provides: tex(hfoit2074.tfm) = %{tl_version} -Provides: tex(hfoit2488.tfm) = %{tl_version} -Provides: tex(hfoit2986.tfm) = %{tl_version} -Provides: tex(hfoit3583.tfm) = %{tl_version} -Provides: tex(hfooc0500.tfm) = %{tl_version} -Provides: tex(hfooc0600.tfm) = %{tl_version} -Provides: tex(hfooc0700.tfm) = %{tl_version} -Provides: tex(hfooc0800.tfm) = %{tl_version} -Provides: tex(hfooc0900.tfm) = %{tl_version} -Provides: tex(hfooc1000.tfm) = %{tl_version} -Provides: tex(hfooc1095.tfm) = %{tl_version} -Provides: tex(hfooc1200.tfm) = %{tl_version} -Provides: tex(hfooc1440.tfm) = %{tl_version} -Provides: tex(hfooc1728.tfm) = %{tl_version} -Provides: tex(hfooc2074.tfm) = %{tl_version} -Provides: tex(hfooc2488.tfm) = %{tl_version} -Provides: tex(hfooc2986.tfm) = %{tl_version} -Provides: tex(hfooc3583.tfm) = %{tl_version} -Provides: tex(hforb0500.tfm) = %{tl_version} -Provides: tex(hforb0600.tfm) = %{tl_version} -Provides: tex(hforb0700.tfm) = %{tl_version} -Provides: tex(hforb0800.tfm) = %{tl_version} -Provides: tex(hforb0900.tfm) = %{tl_version} -Provides: tex(hforb1000.tfm) = %{tl_version} -Provides: tex(hforb1095.tfm) = %{tl_version} -Provides: tex(hforb1200.tfm) = %{tl_version} -Provides: tex(hforb1440.tfm) = %{tl_version} -Provides: tex(hforb1728.tfm) = %{tl_version} -Provides: tex(hforb2074.tfm) = %{tl_version} -Provides: tex(hforb2488.tfm) = %{tl_version} -Provides: tex(hforb2986.tfm) = %{tl_version} -Provides: tex(hforb3583.tfm) = %{tl_version} -Provides: tex(hform0500.tfm) = %{tl_version} -Provides: tex(hform0600.tfm) = %{tl_version} -Provides: tex(hform0700.tfm) = %{tl_version} -Provides: tex(hform0800.tfm) = %{tl_version} -Provides: tex(hform0900.tfm) = %{tl_version} -Provides: tex(hform1000.tfm) = %{tl_version} -Provides: tex(hform1095.tfm) = %{tl_version} -Provides: tex(hform1200.tfm) = %{tl_version} -Provides: tex(hform1440.tfm) = %{tl_version} -Provides: tex(hform1728.tfm) = %{tl_version} -Provides: tex(hform2074.tfm) = %{tl_version} -Provides: tex(hform2488.tfm) = %{tl_version} -Provides: tex(hform2986.tfm) = %{tl_version} -Provides: tex(hform3583.tfm) = %{tl_version} -Provides: tex(hfosc0500.tfm) = %{tl_version} -Provides: tex(hfosc0600.tfm) = %{tl_version} -Provides: tex(hfosc0700.tfm) = %{tl_version} -Provides: tex(hfosc0800.tfm) = %{tl_version} -Provides: tex(hfosc0900.tfm) = %{tl_version} -Provides: tex(hfosc1000.tfm) = %{tl_version} -Provides: tex(hfosc1095.tfm) = %{tl_version} -Provides: tex(hfosc1200.tfm) = %{tl_version} -Provides: tex(hfosc1440.tfm) = %{tl_version} -Provides: tex(hfosc1728.tfm) = %{tl_version} -Provides: tex(hfosc2074.tfm) = %{tl_version} -Provides: tex(hfosc2488.tfm) = %{tl_version} -Provides: tex(hfosc2986.tfm) = %{tl_version} -Provides: tex(hfosc3583.tfm) = %{tl_version} -Provides: tex(hfosi0500.tfm) = %{tl_version} -Provides: tex(hfosi0600.tfm) = %{tl_version} -Provides: tex(hfosi0700.tfm) = %{tl_version} -Provides: tex(hfosi0800.tfm) = %{tl_version} -Provides: tex(hfosi0900.tfm) = %{tl_version} -Provides: tex(hfosi1000.tfm) = %{tl_version} -Provides: tex(hfosi1095.tfm) = %{tl_version} -Provides: tex(hfosi1200.tfm) = %{tl_version} -Provides: tex(hfosi1440.tfm) = %{tl_version} -Provides: tex(hfosi1728.tfm) = %{tl_version} -Provides: tex(hfosi2074.tfm) = %{tl_version} -Provides: tex(hfosi2488.tfm) = %{tl_version} -Provides: tex(hfosi2986.tfm) = %{tl_version} -Provides: tex(hfosi3583.tfm) = %{tl_version} -Provides: tex(hfosl0500.tfm) = %{tl_version} -Provides: tex(hfosl0600.tfm) = %{tl_version} -Provides: tex(hfosl0700.tfm) = %{tl_version} -Provides: tex(hfosl0800.tfm) = %{tl_version} -Provides: tex(hfosl0900.tfm) = %{tl_version} -Provides: tex(hfosl1000.tfm) = %{tl_version} -Provides: tex(hfosl1095.tfm) = %{tl_version} -Provides: tex(hfosl1200.tfm) = %{tl_version} -Provides: tex(hfosl1440.tfm) = %{tl_version} -Provides: tex(hfosl1728.tfm) = %{tl_version} -Provides: tex(hfosl2074.tfm) = %{tl_version} -Provides: tex(hfosl2488.tfm) = %{tl_version} -Provides: tex(hfosl2986.tfm) = %{tl_version} -Provides: tex(hfosl3583.tfm) = %{tl_version} -Provides: tex(hfoso0500.tfm) = %{tl_version} -Provides: tex(hfoso0600.tfm) = %{tl_version} -Provides: tex(hfoso0700.tfm) = %{tl_version} -Provides: tex(hfoso0800.tfm) = %{tl_version} -Provides: tex(hfoso0900.tfm) = %{tl_version} -Provides: tex(hfoso1000.tfm) = %{tl_version} -Provides: tex(hfoso1095.tfm) = %{tl_version} -Provides: tex(hfoso1200.tfm) = %{tl_version} -Provides: tex(hfoso1440.tfm) = %{tl_version} -Provides: tex(hfoso1728.tfm) = %{tl_version} -Provides: tex(hfoso2074.tfm) = %{tl_version} -Provides: tex(hfoso2488.tfm) = %{tl_version} -Provides: tex(hfoso2986.tfm) = %{tl_version} -Provides: tex(hfoso3583.tfm) = %{tl_version} -Provides: tex(hfoss0500.tfm) = %{tl_version} -Provides: tex(hfoss0600.tfm) = %{tl_version} -Provides: tex(hfoss0700.tfm) = %{tl_version} -Provides: tex(hfoss0800.tfm) = %{tl_version} -Provides: tex(hfoss0900.tfm) = %{tl_version} -Provides: tex(hfoss1000.tfm) = %{tl_version} -Provides: tex(hfoss1095.tfm) = %{tl_version} -Provides: tex(hfoss1200.tfm) = %{tl_version} -Provides: tex(hfoss1440.tfm) = %{tl_version} -Provides: tex(hfoss1728.tfm) = %{tl_version} -Provides: tex(hfoss2074.tfm) = %{tl_version} -Provides: tex(hfoss2488.tfm) = %{tl_version} -Provides: tex(hfoss2986.tfm) = %{tl_version} -Provides: tex(hfoss3583.tfm) = %{tl_version} -Provides: tex(hfost0600.tfm) = %{tl_version} -Provides: tex(hfost0700.tfm) = %{tl_version} -Provides: tex(hfost0800.tfm) = %{tl_version} -Provides: tex(hfost0900.tfm) = %{tl_version} -Provides: tex(hfost1000.tfm) = %{tl_version} -Provides: tex(hfost1095.tfm) = %{tl_version} -Provides: tex(hfost1200.tfm) = %{tl_version} -Provides: tex(hfost1440.tfm) = %{tl_version} -Provides: tex(hfost1728.tfm) = %{tl_version} -Provides: tex(hfost2074.tfm) = %{tl_version} -Provides: tex(hfost2488.tfm) = %{tl_version} -Provides: tex(hfost2986.tfm) = %{tl_version} -Provides: tex(hfost3583.tfm) = %{tl_version} -Provides: tex(hfosx0500.tfm) = %{tl_version} -Provides: tex(hfosx0600.tfm) = %{tl_version} -Provides: tex(hfosx0700.tfm) = %{tl_version} -Provides: tex(hfosx0800.tfm) = %{tl_version} -Provides: tex(hfosx0900.tfm) = %{tl_version} -Provides: tex(hfosx1000.tfm) = %{tl_version} -Provides: tex(hfosx1095.tfm) = %{tl_version} -Provides: tex(hfosx1200.tfm) = %{tl_version} -Provides: tex(hfosx1440.tfm) = %{tl_version} -Provides: tex(hfosx1728.tfm) = %{tl_version} -Provides: tex(hfosx2074.tfm) = %{tl_version} -Provides: tex(hfosx2488.tfm) = %{tl_version} -Provides: tex(hfosx2986.tfm) = %{tl_version} -Provides: tex(hfosx3583.tfm) = %{tl_version} -Provides: tex(hfotc0600.tfm) = %{tl_version} -Provides: tex(hfotc0700.tfm) = %{tl_version} -Provides: tex(hfotc0800.tfm) = %{tl_version} -Provides: tex(hfotc0900.tfm) = %{tl_version} -Provides: tex(hfotc1000.tfm) = %{tl_version} -Provides: tex(hfotc1095.tfm) = %{tl_version} -Provides: tex(hfotc1200.tfm) = %{tl_version} -Provides: tex(hfotc1440.tfm) = %{tl_version} -Provides: tex(hfotc1728.tfm) = %{tl_version} -Provides: tex(hfotc2074.tfm) = %{tl_version} -Provides: tex(hfotc2488.tfm) = %{tl_version} -Provides: tex(hfotc2986.tfm) = %{tl_version} -Provides: tex(hfotc3583.tfm) = %{tl_version} -Provides: tex(hfoti0500.tfm) = %{tl_version} -Provides: tex(hfoti0600.tfm) = %{tl_version} -Provides: tex(hfoti0700.tfm) = %{tl_version} -Provides: tex(hfoti0800.tfm) = %{tl_version} -Provides: tex(hfoti0900.tfm) = %{tl_version} -Provides: tex(hfoti1000.tfm) = %{tl_version} -Provides: tex(hfoti1095.tfm) = %{tl_version} -Provides: tex(hfoti1200.tfm) = %{tl_version} -Provides: tex(hfoti1440.tfm) = %{tl_version} -Provides: tex(hfoti1728.tfm) = %{tl_version} -Provides: tex(hfoti2074.tfm) = %{tl_version} -Provides: tex(hfoti2488.tfm) = %{tl_version} -Provides: tex(hfoti2986.tfm) = %{tl_version} -Provides: tex(hfoti3583.tfm) = %{tl_version} -Provides: tex(hfott0600.tfm) = %{tl_version} -Provides: tex(hfott0700.tfm) = %{tl_version} -Provides: tex(hfott0800.tfm) = %{tl_version} -Provides: tex(hfott0900.tfm) = %{tl_version} -Provides: tex(hfott1000.tfm) = %{tl_version} -Provides: tex(hfott1095.tfm) = %{tl_version} -Provides: tex(hfott1200.tfm) = %{tl_version} -Provides: tex(hfott1440.tfm) = %{tl_version} -Provides: tex(hfott1728.tfm) = %{tl_version} -Provides: tex(hfott2074.tfm) = %{tl_version} -Provides: tex(hfott2488.tfm) = %{tl_version} -Provides: tex(hfott2986.tfm) = %{tl_version} -Provides: tex(hfott3583.tfm) = %{tl_version} -Provides: tex(hfoui0500.tfm) = %{tl_version} -Provides: tex(hfoui0600.tfm) = %{tl_version} -Provides: tex(hfoui0700.tfm) = %{tl_version} -Provides: tex(hfoui0800.tfm) = %{tl_version} -Provides: tex(hfoui0900.tfm) = %{tl_version} -Provides: tex(hfoui1000.tfm) = %{tl_version} -Provides: tex(hfoui1095.tfm) = %{tl_version} -Provides: tex(hfoui1200.tfm) = %{tl_version} -Provides: tex(hfoui1440.tfm) = %{tl_version} -Provides: tex(hfoui1728.tfm) = %{tl_version} -Provides: tex(hfoui2074.tfm) = %{tl_version} -Provides: tex(hfoui2488.tfm) = %{tl_version} -Provides: tex(hfoui2986.tfm) = %{tl_version} -Provides: tex(hfoui3583.tfm) = %{tl_version} -Provides: tex(hfovi0600.tfm) = %{tl_version} -Provides: tex(hfovi0700.tfm) = %{tl_version} -Provides: tex(hfovi0800.tfm) = %{tl_version} -Provides: tex(hfovi0900.tfm) = %{tl_version} -Provides: tex(hfovi1000.tfm) = %{tl_version} -Provides: tex(hfovi1095.tfm) = %{tl_version} -Provides: tex(hfovi1200.tfm) = %{tl_version} -Provides: tex(hfovi1440.tfm) = %{tl_version} -Provides: tex(hfovi1728.tfm) = %{tl_version} -Provides: tex(hfovi2074.tfm) = %{tl_version} -Provides: tex(hfovi2488.tfm) = %{tl_version} -Provides: tex(hfovi2986.tfm) = %{tl_version} -Provides: tex(hfovi3583.tfm) = %{tl_version} -Provides: tex(hfovt0600.tfm) = %{tl_version} -Provides: tex(hfovt0700.tfm) = %{tl_version} -Provides: tex(hfovt0800.tfm) = %{tl_version} -Provides: tex(hfovt0900.tfm) = %{tl_version} -Provides: tex(hfovt1000.tfm) = %{tl_version} -Provides: tex(hfovt1095.tfm) = %{tl_version} -Provides: tex(hfovt1200.tfm) = %{tl_version} -Provides: tex(hfovt1440.tfm) = %{tl_version} -Provides: tex(hfovt1728.tfm) = %{tl_version} -Provides: tex(hfovt2074.tfm) = %{tl_version} -Provides: tex(hfovt2488.tfm) = %{tl_version} -Provides: tex(hfovt2986.tfm) = %{tl_version} -Provides: tex(hfovt3583.tfm) = %{tl_version} -Provides: tex(hfoxc0500.tfm) = %{tl_version} -Provides: tex(hfoxc0600.tfm) = %{tl_version} -Provides: tex(hfoxc0700.tfm) = %{tl_version} -Provides: tex(hfoxc0800.tfm) = %{tl_version} -Provides: tex(hfoxc0900.tfm) = %{tl_version} -Provides: tex(hfoxc1000.tfm) = %{tl_version} -Provides: tex(hfoxc1095.tfm) = %{tl_version} -Provides: tex(hfoxc1200.tfm) = %{tl_version} -Provides: tex(hfoxc1440.tfm) = %{tl_version} -Provides: tex(hfoxc1728.tfm) = %{tl_version} -Provides: tex(hfoxc2074.tfm) = %{tl_version} -Provides: tex(hfoxc2488.tfm) = %{tl_version} -Provides: tex(hfoxc2986.tfm) = %{tl_version} -Provides: tex(hfoxc3583.tfm) = %{tl_version} -Provides: tex(hfobi0500.vf) = %{tl_version} -Provides: tex(hfobi0600.vf) = %{tl_version} -Provides: tex(hfobi0700.vf) = %{tl_version} -Provides: tex(hfobi0800.vf) = %{tl_version} -Provides: tex(hfobi0900.vf) = %{tl_version} -Provides: tex(hfobi1000.vf) = %{tl_version} -Provides: tex(hfobi1095.vf) = %{tl_version} -Provides: tex(hfobi1200.vf) = %{tl_version} -Provides: tex(hfobi1440.vf) = %{tl_version} -Provides: tex(hfobi1728.vf) = %{tl_version} -Provides: tex(hfobi2074.vf) = %{tl_version} -Provides: tex(hfobi2488.vf) = %{tl_version} -Provides: tex(hfobi2986.vf) = %{tl_version} -Provides: tex(hfobi3583.vf) = %{tl_version} -Provides: tex(hfobl0500.vf) = %{tl_version} -Provides: tex(hfobl0600.vf) = %{tl_version} -Provides: tex(hfobl0700.vf) = %{tl_version} -Provides: tex(hfobl0800.vf) = %{tl_version} -Provides: tex(hfobl0900.vf) = %{tl_version} -Provides: tex(hfobl1000.vf) = %{tl_version} -Provides: tex(hfobl1095.vf) = %{tl_version} -Provides: tex(hfobl1200.vf) = %{tl_version} -Provides: tex(hfobl1440.vf) = %{tl_version} -Provides: tex(hfobl1728.vf) = %{tl_version} -Provides: tex(hfobl2074.vf) = %{tl_version} -Provides: tex(hfobl2488.vf) = %{tl_version} -Provides: tex(hfobl2986.vf) = %{tl_version} -Provides: tex(hfobl3583.vf) = %{tl_version} -Provides: tex(hfobx0500.vf) = %{tl_version} -Provides: tex(hfobx0600.vf) = %{tl_version} -Provides: tex(hfobx0700.vf) = %{tl_version} -Provides: tex(hfobx0800.vf) = %{tl_version} -Provides: tex(hfobx0900.vf) = %{tl_version} -Provides: tex(hfobx1000.vf) = %{tl_version} -Provides: tex(hfobx1095.vf) = %{tl_version} -Provides: tex(hfobx1200.vf) = %{tl_version} -Provides: tex(hfobx1440.vf) = %{tl_version} -Provides: tex(hfobx1728.vf) = %{tl_version} -Provides: tex(hfobx2074.vf) = %{tl_version} -Provides: tex(hfobx2488.vf) = %{tl_version} -Provides: tex(hfobx2986.vf) = %{tl_version} -Provides: tex(hfobx3583.vf) = %{tl_version} -Provides: tex(hfocc0500.vf) = %{tl_version} -Provides: tex(hfocc0600.vf) = %{tl_version} -Provides: tex(hfocc0700.vf) = %{tl_version} -Provides: tex(hfocc0800.vf) = %{tl_version} -Provides: tex(hfocc0900.vf) = %{tl_version} -Provides: tex(hfocc1000.vf) = %{tl_version} -Provides: tex(hfocc1095.vf) = %{tl_version} -Provides: tex(hfocc1200.vf) = %{tl_version} -Provides: tex(hfocc1440.vf) = %{tl_version} -Provides: tex(hfocc1728.vf) = %{tl_version} -Provides: tex(hfocc2074.vf) = %{tl_version} -Provides: tex(hfocc2488.vf) = %{tl_version} -Provides: tex(hfocc2986.vf) = %{tl_version} -Provides: tex(hfocc3583.vf) = %{tl_version} -Provides: tex(hfodh0500.vf) = %{tl_version} -Provides: tex(hfodh0600.vf) = %{tl_version} -Provides: tex(hfodh0700.vf) = %{tl_version} -Provides: tex(hfodh0800.vf) = %{tl_version} -Provides: tex(hfodh0900.vf) = %{tl_version} -Provides: tex(hfodh1000.vf) = %{tl_version} -Provides: tex(hfodh1095.vf) = %{tl_version} -Provides: tex(hfodh1200.vf) = %{tl_version} -Provides: tex(hfodh1440.vf) = %{tl_version} -Provides: tex(hfodh1728.vf) = %{tl_version} -Provides: tex(hfodh2074.vf) = %{tl_version} -Provides: tex(hfodh2488.vf) = %{tl_version} -Provides: tex(hfodh2986.vf) = %{tl_version} -Provides: tex(hfodh3583.vf) = %{tl_version} -Provides: tex(hfoit0600.vf) = %{tl_version} -Provides: tex(hfoit0700.vf) = %{tl_version} -Provides: tex(hfoit0800.vf) = %{tl_version} -Provides: tex(hfoit0900.vf) = %{tl_version} -Provides: tex(hfoit1000.vf) = %{tl_version} -Provides: tex(hfoit1095.vf) = %{tl_version} -Provides: tex(hfoit1200.vf) = %{tl_version} -Provides: tex(hfoit1440.vf) = %{tl_version} -Provides: tex(hfoit1728.vf) = %{tl_version} -Provides: tex(hfoit2074.vf) = %{tl_version} -Provides: tex(hfoit2488.vf) = %{tl_version} -Provides: tex(hfoit2986.vf) = %{tl_version} -Provides: tex(hfoit3583.vf) = %{tl_version} -Provides: tex(hfooc0500.vf) = %{tl_version} -Provides: tex(hfooc0600.vf) = %{tl_version} -Provides: tex(hfooc0700.vf) = %{tl_version} -Provides: tex(hfooc0800.vf) = %{tl_version} -Provides: tex(hfooc0900.vf) = %{tl_version} -Provides: tex(hfooc1000.vf) = %{tl_version} -Provides: tex(hfooc1095.vf) = %{tl_version} -Provides: tex(hfooc1200.vf) = %{tl_version} -Provides: tex(hfooc1440.vf) = %{tl_version} -Provides: tex(hfooc1728.vf) = %{tl_version} -Provides: tex(hfooc2074.vf) = %{tl_version} -Provides: tex(hfooc2488.vf) = %{tl_version} -Provides: tex(hfooc2986.vf) = %{tl_version} -Provides: tex(hfooc3583.vf) = %{tl_version} -Provides: tex(hforb0500.vf) = %{tl_version} -Provides: tex(hforb0600.vf) = %{tl_version} -Provides: tex(hforb0700.vf) = %{tl_version} -Provides: tex(hforb0800.vf) = %{tl_version} -Provides: tex(hforb0900.vf) = %{tl_version} -Provides: tex(hforb1000.vf) = %{tl_version} -Provides: tex(hforb1095.vf) = %{tl_version} -Provides: tex(hforb1200.vf) = %{tl_version} -Provides: tex(hforb1440.vf) = %{tl_version} -Provides: tex(hforb1728.vf) = %{tl_version} -Provides: tex(hforb2074.vf) = %{tl_version} -Provides: tex(hforb2488.vf) = %{tl_version} -Provides: tex(hforb2986.vf) = %{tl_version} -Provides: tex(hforb3583.vf) = %{tl_version} -Provides: tex(hform0500.vf) = %{tl_version} -Provides: tex(hform0600.vf) = %{tl_version} -Provides: tex(hform0700.vf) = %{tl_version} -Provides: tex(hform0800.vf) = %{tl_version} -Provides: tex(hform0900.vf) = %{tl_version} -Provides: tex(hform1000.vf) = %{tl_version} -Provides: tex(hform1095.vf) = %{tl_version} -Provides: tex(hform1200.vf) = %{tl_version} -Provides: tex(hform1440.vf) = %{tl_version} -Provides: tex(hform1728.vf) = %{tl_version} -Provides: tex(hform2074.vf) = %{tl_version} -Provides: tex(hform2488.vf) = %{tl_version} -Provides: tex(hform2986.vf) = %{tl_version} -Provides: tex(hform3583.vf) = %{tl_version} -Provides: tex(hfosc0500.vf) = %{tl_version} -Provides: tex(hfosc0600.vf) = %{tl_version} -Provides: tex(hfosc0700.vf) = %{tl_version} -Provides: tex(hfosc0800.vf) = %{tl_version} -Provides: tex(hfosc0900.vf) = %{tl_version} -Provides: tex(hfosc1000.vf) = %{tl_version} -Provides: tex(hfosc1095.vf) = %{tl_version} -Provides: tex(hfosc1200.vf) = %{tl_version} -Provides: tex(hfosc1440.vf) = %{tl_version} -Provides: tex(hfosc1728.vf) = %{tl_version} -Provides: tex(hfosc2074.vf) = %{tl_version} -Provides: tex(hfosc2488.vf) = %{tl_version} -Provides: tex(hfosc2986.vf) = %{tl_version} -Provides: tex(hfosc3583.vf) = %{tl_version} -Provides: tex(hfosi0500.vf) = %{tl_version} -Provides: tex(hfosi0600.vf) = %{tl_version} -Provides: tex(hfosi0700.vf) = %{tl_version} -Provides: tex(hfosi0800.vf) = %{tl_version} -Provides: tex(hfosi0900.vf) = %{tl_version} -Provides: tex(hfosi1000.vf) = %{tl_version} -Provides: tex(hfosi1095.vf) = %{tl_version} -Provides: tex(hfosi1200.vf) = %{tl_version} -Provides: tex(hfosi1440.vf) = %{tl_version} -Provides: tex(hfosi1728.vf) = %{tl_version} -Provides: tex(hfosi2074.vf) = %{tl_version} -Provides: tex(hfosi2488.vf) = %{tl_version} -Provides: tex(hfosi2986.vf) = %{tl_version} -Provides: tex(hfosi3583.vf) = %{tl_version} -Provides: tex(hfosl0500.vf) = %{tl_version} -Provides: tex(hfosl0600.vf) = %{tl_version} -Provides: tex(hfosl0700.vf) = %{tl_version} -Provides: tex(hfosl0800.vf) = %{tl_version} -Provides: tex(hfosl0900.vf) = %{tl_version} -Provides: tex(hfosl1000.vf) = %{tl_version} -Provides: tex(hfosl1095.vf) = %{tl_version} -Provides: tex(hfosl1200.vf) = %{tl_version} -Provides: tex(hfosl1440.vf) = %{tl_version} -Provides: tex(hfosl1728.vf) = %{tl_version} -Provides: tex(hfosl2074.vf) = %{tl_version} -Provides: tex(hfosl2488.vf) = %{tl_version} -Provides: tex(hfosl2986.vf) = %{tl_version} -Provides: tex(hfosl3583.vf) = %{tl_version} -Provides: tex(hfoso0500.vf) = %{tl_version} -Provides: tex(hfoso0600.vf) = %{tl_version} -Provides: tex(hfoso0700.vf) = %{tl_version} -Provides: tex(hfoso0800.vf) = %{tl_version} -Provides: tex(hfoso0900.vf) = %{tl_version} -Provides: tex(hfoso1000.vf) = %{tl_version} -Provides: tex(hfoso1095.vf) = %{tl_version} -Provides: tex(hfoso1200.vf) = %{tl_version} -Provides: tex(hfoso1440.vf) = %{tl_version} -Provides: tex(hfoso1728.vf) = %{tl_version} -Provides: tex(hfoso2074.vf) = %{tl_version} -Provides: tex(hfoso2488.vf) = %{tl_version} -Provides: tex(hfoso2986.vf) = %{tl_version} -Provides: tex(hfoso3583.vf) = %{tl_version} -Provides: tex(hfoss0500.vf) = %{tl_version} -Provides: tex(hfoss0600.vf) = %{tl_version} -Provides: tex(hfoss0700.vf) = %{tl_version} -Provides: tex(hfoss0800.vf) = %{tl_version} -Provides: tex(hfoss0900.vf) = %{tl_version} -Provides: tex(hfoss1000.vf) = %{tl_version} -Provides: tex(hfoss1095.vf) = %{tl_version} -Provides: tex(hfoss1200.vf) = %{tl_version} -Provides: tex(hfoss1440.vf) = %{tl_version} -Provides: tex(hfoss1728.vf) = %{tl_version} -Provides: tex(hfoss2074.vf) = %{tl_version} -Provides: tex(hfoss2488.vf) = %{tl_version} -Provides: tex(hfoss2986.vf) = %{tl_version} -Provides: tex(hfoss3583.vf) = %{tl_version} -Provides: tex(hfost0600.vf) = %{tl_version} -Provides: tex(hfost0700.vf) = %{tl_version} -Provides: tex(hfost0800.vf) = %{tl_version} -Provides: tex(hfost0900.vf) = %{tl_version} -Provides: tex(hfost1000.vf) = %{tl_version} -Provides: tex(hfost1095.vf) = %{tl_version} -Provides: tex(hfost1200.vf) = %{tl_version} -Provides: tex(hfost1440.vf) = %{tl_version} -Provides: tex(hfost1728.vf) = %{tl_version} -Provides: tex(hfost2074.vf) = %{tl_version} -Provides: tex(hfost2488.vf) = %{tl_version} -Provides: tex(hfost2986.vf) = %{tl_version} -Provides: tex(hfost3583.vf) = %{tl_version} -Provides: tex(hfosx0500.vf) = %{tl_version} -Provides: tex(hfosx0600.vf) = %{tl_version} -Provides: tex(hfosx0700.vf) = %{tl_version} -Provides: tex(hfosx0800.vf) = %{tl_version} -Provides: tex(hfosx0900.vf) = %{tl_version} -Provides: tex(hfosx1000.vf) = %{tl_version} -Provides: tex(hfosx1095.vf) = %{tl_version} -Provides: tex(hfosx1200.vf) = %{tl_version} -Provides: tex(hfosx1440.vf) = %{tl_version} -Provides: tex(hfosx1728.vf) = %{tl_version} -Provides: tex(hfosx2074.vf) = %{tl_version} -Provides: tex(hfosx2488.vf) = %{tl_version} -Provides: tex(hfosx2986.vf) = %{tl_version} -Provides: tex(hfosx3583.vf) = %{tl_version} -Provides: tex(hfotc0600.vf) = %{tl_version} -Provides: tex(hfotc0700.vf) = %{tl_version} -Provides: tex(hfotc0800.vf) = %{tl_version} -Provides: tex(hfotc0900.vf) = %{tl_version} -Provides: tex(hfotc1000.vf) = %{tl_version} -Provides: tex(hfotc1095.vf) = %{tl_version} -Provides: tex(hfotc1200.vf) = %{tl_version} -Provides: tex(hfotc1440.vf) = %{tl_version} -Provides: tex(hfotc1728.vf) = %{tl_version} -Provides: tex(hfotc2074.vf) = %{tl_version} -Provides: tex(hfotc2488.vf) = %{tl_version} -Provides: tex(hfotc2986.vf) = %{tl_version} -Provides: tex(hfotc3583.vf) = %{tl_version} -Provides: tex(hfoti0500.vf) = %{tl_version} -Provides: tex(hfoti0600.vf) = %{tl_version} -Provides: tex(hfoti0700.vf) = %{tl_version} -Provides: tex(hfoti0800.vf) = %{tl_version} -Provides: tex(hfoti0900.vf) = %{tl_version} -Provides: tex(hfoti1000.vf) = %{tl_version} -Provides: tex(hfoti1095.vf) = %{tl_version} -Provides: tex(hfoti1200.vf) = %{tl_version} -Provides: tex(hfoti1440.vf) = %{tl_version} -Provides: tex(hfoti1728.vf) = %{tl_version} -Provides: tex(hfoti2074.vf) = %{tl_version} -Provides: tex(hfoti2488.vf) = %{tl_version} -Provides: tex(hfoti2986.vf) = %{tl_version} -Provides: tex(hfoti3583.vf) = %{tl_version} -Provides: tex(hfott0600.vf) = %{tl_version} -Provides: tex(hfott0700.vf) = %{tl_version} -Provides: tex(hfott0800.vf) = %{tl_version} -Provides: tex(hfott0900.vf) = %{tl_version} -Provides: tex(hfott1000.vf) = %{tl_version} -Provides: tex(hfott1095.vf) = %{tl_version} -Provides: tex(hfott1200.vf) = %{tl_version} -Provides: tex(hfott1440.vf) = %{tl_version} -Provides: tex(hfott1728.vf) = %{tl_version} -Provides: tex(hfott2074.vf) = %{tl_version} -Provides: tex(hfott2488.vf) = %{tl_version} -Provides: tex(hfott2986.vf) = %{tl_version} -Provides: tex(hfott3583.vf) = %{tl_version} -Provides: tex(hfoui0500.vf) = %{tl_version} -Provides: tex(hfoui0600.vf) = %{tl_version} -Provides: tex(hfoui0700.vf) = %{tl_version} -Provides: tex(hfoui0800.vf) = %{tl_version} -Provides: tex(hfoui0900.vf) = %{tl_version} -Provides: tex(hfoui1000.vf) = %{tl_version} -Provides: tex(hfoui1095.vf) = %{tl_version} -Provides: tex(hfoui1200.vf) = %{tl_version} -Provides: tex(hfoui1440.vf) = %{tl_version} -Provides: tex(hfoui1728.vf) = %{tl_version} -Provides: tex(hfoui2074.vf) = %{tl_version} -Provides: tex(hfoui2488.vf) = %{tl_version} -Provides: tex(hfoui2986.vf) = %{tl_version} -Provides: tex(hfoui3583.vf) = %{tl_version} -Provides: tex(hfovi0600.vf) = %{tl_version} -Provides: tex(hfovi0700.vf) = %{tl_version} -Provides: tex(hfovi0800.vf) = %{tl_version} -Provides: tex(hfovi0900.vf) = %{tl_version} -Provides: tex(hfovi1000.vf) = %{tl_version} -Provides: tex(hfovi1095.vf) = %{tl_version} -Provides: tex(hfovi1200.vf) = %{tl_version} -Provides: tex(hfovi1440.vf) = %{tl_version} -Provides: tex(hfovi1728.vf) = %{tl_version} -Provides: tex(hfovi2074.vf) = %{tl_version} -Provides: tex(hfovi2488.vf) = %{tl_version} -Provides: tex(hfovi2986.vf) = %{tl_version} -Provides: tex(hfovi3583.vf) = %{tl_version} -Provides: tex(hfovt0600.vf) = %{tl_version} -Provides: tex(hfovt0700.vf) = %{tl_version} -Provides: tex(hfovt0800.vf) = %{tl_version} -Provides: tex(hfovt0900.vf) = %{tl_version} -Provides: tex(hfovt1000.vf) = %{tl_version} -Provides: tex(hfovt1095.vf) = %{tl_version} -Provides: tex(hfovt1200.vf) = %{tl_version} -Provides: tex(hfovt1440.vf) = %{tl_version} -Provides: tex(hfovt1728.vf) = %{tl_version} -Provides: tex(hfovt2074.vf) = %{tl_version} -Provides: tex(hfovt2488.vf) = %{tl_version} -Provides: tex(hfovt2986.vf) = %{tl_version} -Provides: tex(hfovt3583.vf) = %{tl_version} -Provides: tex(hfoxc0500.vf) = %{tl_version} -Provides: tex(hfoxc0600.vf) = %{tl_version} -Provides: tex(hfoxc0700.vf) = %{tl_version} -Provides: tex(hfoxc0800.vf) = %{tl_version} -Provides: tex(hfoxc0900.vf) = %{tl_version} -Provides: tex(hfoxc1000.vf) = %{tl_version} -Provides: tex(hfoxc1095.vf) = %{tl_version} -Provides: tex(hfoxc1200.vf) = %{tl_version} -Provides: tex(hfoxc1440.vf) = %{tl_version} -Provides: tex(hfoxc1728.vf) = %{tl_version} -Provides: tex(hfoxc2074.vf) = %{tl_version} -Provides: tex(hfoxc2488.vf) = %{tl_version} -Provides: tex(hfoxc2986.vf) = %{tl_version} -Provides: tex(hfoxc3583.vf) = %{tl_version} -Provides: tex(hfoldsty.sty) = %{tl_version} -Provides: tex(omlhfor.fd) = %{tl_version} -Provides: tex(omshfor.fd) = %{tl_version} -Provides: tex(t1hfodh.fd) = %{tl_version} -Provides: tex(t1hfor.fd) = %{tl_version} -Provides: tex(t1hfoss.fd) = %{tl_version} -Provides: tex(t1hfott.fd) = %{tl_version} -Provides: tex(t1hfovt.fd) = %{tl_version} -Provides: tex(ts1hfor.fd) = %{tl_version} -Provides: tex(ts1hfoss.fd) = %{tl_version} -Provides: tex(ts1hfott.fd) = %{tl_version} -Provides: tex(ts1hfovtt.fd) = %{tl_version} - -%description hfoldsty -The hfoldsty package provides virtual fonts for using oldstyle -(0123456789) figures with the European Computer Modern fonts. -It does a similar job as the eco package by Sebastian Kirsch -but includes a couple of improvements, i.e., better kerning -with guillemets, and support for character protruding using the -pdfcprot package. - -date: 2012-07-15 22:58:12 +0200 - -%post hfoldsty -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hfoldsty -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hfoldsty -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hfoldsty-doc -Summary: Documentation for hfoldsty -Version: svn29349.1.15 -Release: %{tl_noarch_release} -Provides: tex-hfoldsty-doc -BuildArch: noarch -AutoReqProv: No - -%description hfoldsty-doc -Documentation for hfoldsty - -%package ifsym -Provides: tex-ifsym = %{tl_version} -License: LPPL -Summary: A collection of symbols -Version: svn24868.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(ifclk10.tfm) = %{tl_version} -Provides: tex(ifclkb10.tfm) = %{tl_version} -Provides: tex(ifgeo10.tfm) = %{tl_version} -Provides: tex(ifgeob10.tfm) = %{tl_version} -Provides: tex(ifgeobn10.tfm) = %{tl_version} -Provides: tex(ifgeobw10.tfm) = %{tl_version} -Provides: tex(ifgeon10.tfm) = %{tl_version} -Provides: tex(ifgeow10.tfm) = %{tl_version} -Provides: tex(ifsym10.tfm) = %{tl_version} -Provides: tex(ifsymb10.tfm) = %{tl_version} -Provides: tex(ifsymbi10.tfm) = %{tl_version} -Provides: tex(ifsymi10.tfm) = %{tl_version} -Provides: tex(ifwea10.tfm) = %{tl_version} -Provides: tex(ifweab10.tfm) = %{tl_version} -Provides: tex(ifsym.sty) = %{tl_version} -Provides: tex(uifblk.fd) = %{tl_version} -Provides: tex(uifclk.fd) = %{tl_version} -Provides: tex(uifgeo.fd) = %{tl_version} -Provides: tex(uifsym.fd) = %{tl_version} -Provides: tex(uifwea.fd) = %{tl_version} - -%description 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: 2011-04-10 22:02:30 +0200 - -%post ifsym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifsym -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifsym -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifsym-doc -Summary: Documentation for ifsym -Version: svn24868.0 -Release: %{tl_noarch_release} -Provides: tex-ifsym-doc -BuildArch: noarch -AutoReqProv: No - -%description ifsym-doc -Documentation for ifsym - -%package inconsolata -Provides: tex-inconsolata = %{tl_version} -License: OFL -Summary: A monospaced font, with support files for use with TeX -Version: svn19721.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(textcomp.sty) -Requires: tex(keyval.sty) -Provides: tex(fi4-ec.enc) = %{tl_version} -Provides: tex(fi4-ei1.enc) = %{tl_version} -Provides: tex(fi4-ot1tt.enc) = %{tl_version} -Provides: tex(fi4-qxtt.enc) = %{tl_version} -Provides: tex(fi4-texnansi.enc) = %{tl_version} -Provides: tex(fi4-ts1.enc) = %{tl_version} -Provides: tex(fi4.map) = %{tl_version} -Provides: tex(Inconsolata.otf) = %{tl_version} -Provides: tex(ec-inconsolata.tfm) = %{tl_version} -Provides: tex(ei1-inconsolata.tfm) = %{tl_version} -Provides: tex(qx-inconsolata.tfm) = %{tl_version} -Provides: tex(rm-inconsolata.tfm) = %{tl_version} -Provides: tex(texnansi-inconsolata.tfm) = %{tl_version} -Provides: tex(ts1-inconsolata.tfm) = %{tl_version} -Provides: tex(Inconsolata.pfb) = %{tl_version} -Provides: tex(ei1fi4.fd) = %{tl_version} -Provides: tex(inconsolata.sty) = %{tl_version} -Provides: tex(ly1fi4.fd) = %{tl_version} -Provides: tex(ot1fi4.fd) = %{tl_version} -Provides: tex(qxfi4.fd) = %{tl_version} -Provides: tex(t1fi4.fd) = %{tl_version} -Provides: tex(ts1fi4.fd) = %{tl_version} - -%description inconsolata -Inconsolata is a monospaced font designed by Raph Levien. This -package contains the font (in both Adobe Type 1 and OpenType -formats), metric files for use with TeX, and LaTeX font -definition and other relevant files. - -date: 2010-09-07 15:05:43 +0200 - -%post inconsolata -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map fi4.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map fi4.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun inconsolata -if [ $1 == 0 ] ; then -sed -i '/^Map fi4.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans inconsolata -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package inconsolata-doc -Summary: Documentation for inconsolata -Version: svn19721.0 -Release: %{tl_noarch_release} -Provides: tex-inconsolata-doc -BuildArch: noarch -AutoReqProv: No - -%description inconsolata-doc -Documentation for inconsolata - -%package initials -Provides: tex-initials = %{tl_version} -License: LPPL -Summary: Adobe Type 1 decorative initial fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(Acorn.map) = %{tl_version} -Provides: tex(AnnSton.map) = %{tl_version} -Provides: tex(ArtNouv.map) = %{tl_version} -Provides: tex(ArtNouvc.map) = %{tl_version} -Provides: tex(Carrickc.map) = %{tl_version} -Provides: tex(Eichenla.map) = %{tl_version} -Provides: tex(Eileen.map) = %{tl_version} -Provides: tex(EileenBl.map) = %{tl_version} -Provides: tex(Elzevier.map) = %{tl_version} -Provides: tex(GotIn.map) = %{tl_version} -Provides: tex(GoudyIn.map) = %{tl_version} -Provides: tex(Kinigcap.map) = %{tl_version} -Provides: tex(Konanur.map) = %{tl_version} -Provides: tex(Kramer.map) = %{tl_version} -Provides: tex(MorrisIn.map) = %{tl_version} -Provides: tex(Nouveaud.map) = %{tl_version} -Provides: tex(Romantik.map) = %{tl_version} -Provides: tex(Rothdn.map) = %{tl_version} -Provides: tex(RoyalIn.map) = %{tl_version} -Provides: tex(Sanremo.map) = %{tl_version} -Provides: tex(Starburst.map) = %{tl_version} -Provides: tex(Typocaps.map) = %{tl_version} -Provides: tex(Zallman.map) = %{tl_version} -Provides: tex(Acorn.tfm) = %{tl_version} -Provides: tex(AnnSton.tfm) = %{tl_version} -Provides: tex(ArtNouv.tfm) = %{tl_version} -Provides: tex(ArtNouvc.tfm) = %{tl_version} -Provides: tex(Carrickc.tfm) = %{tl_version} -Provides: tex(Eichenla.tfm) = %{tl_version} -Provides: tex(Eileen.tfm) = %{tl_version} -Provides: tex(EileenBl.tfm) = %{tl_version} -Provides: tex(Elzevier.tfm) = %{tl_version} -Provides: tex(GotIn.tfm) = %{tl_version} -Provides: tex(GoudyIn.tfm) = %{tl_version} -Provides: tex(Kinigcap.tfm) = %{tl_version} -Provides: tex(Konanur.tfm) = %{tl_version} -Provides: tex(Kramer.tfm) = %{tl_version} -Provides: tex(MorrisIn.tfm) = %{tl_version} -Provides: tex(Nouveaud.tfm) = %{tl_version} -Provides: tex(Romantik.tfm) = %{tl_version} -Provides: tex(Rothdn.tfm) = %{tl_version} -Provides: tex(RoyalIn.tfm) = %{tl_version} -Provides: tex(Sanremo.tfm) = %{tl_version} -Provides: tex(Starburst.tfm) = %{tl_version} -Provides: tex(Typocaps.tfm) = %{tl_version} -Provides: tex(Zallman.tfm) = %{tl_version} -Provides: tex(Acorn.pfb) = %{tl_version} -Provides: tex(AnnSton.pfb) = %{tl_version} -Provides: tex(ArtNouv.pfb) = %{tl_version} -Provides: tex(ArtNouvc.pfb) = %{tl_version} -Provides: tex(Carrickc.pfb) = %{tl_version} -Provides: tex(Eichenla.pfb) = %{tl_version} -Provides: tex(Eileen.pfb) = %{tl_version} -Provides: tex(EileenBl.pfb) = %{tl_version} -Provides: tex(Elzevier.pfb) = %{tl_version} -Provides: tex(GotIn.pfb) = %{tl_version} -Provides: tex(GoudyIn.pfb) = %{tl_version} -Provides: tex(Kinigcap.pfb) = %{tl_version} -Provides: tex(Konanur.pfb) = %{tl_version} -Provides: tex(Kramer.pfb) = %{tl_version} -Provides: tex(MorrisIn.pfb) = %{tl_version} -Provides: tex(Nouveaud.pfb) = %{tl_version} -Provides: tex(Romantik.pfb) = %{tl_version} -Provides: tex(Rothdn.pfb) = %{tl_version} -Provides: tex(RoyalIn.pfb) = %{tl_version} -Provides: tex(Sanremo.pfb) = %{tl_version} -Provides: tex(Starburst.pfb) = %{tl_version} -Provides: tex(Typocaps.pfb) = %{tl_version} -Provides: tex(Zallman.pfb) = %{tl_version} -Provides: tex(Acorn.fd) = %{tl_version} -Provides: tex(AnnSton.fd) = %{tl_version} -Provides: tex(ArtNouv.fd) = %{tl_version} -Provides: tex(ArtNouvc.fd) = %{tl_version} -Provides: tex(Carrickc.fd) = %{tl_version} -Provides: tex(Eichenla.fd) = %{tl_version} -Provides: tex(Eileen.fd) = %{tl_version} -Provides: tex(EileenBl.fd) = %{tl_version} -Provides: tex(Elzevier.fd) = %{tl_version} -Provides: tex(GotIn.fd) = %{tl_version} -Provides: tex(GoudyIn.fd) = %{tl_version} -Provides: tex(Kinigcap.fd) = %{tl_version} -Provides: tex(Konanur.fd) = %{tl_version} -Provides: tex(Kramer.fd) = %{tl_version} -Provides: tex(MorrisIn.fd) = %{tl_version} -Provides: tex(Nouveaud.fd) = %{tl_version} -Provides: tex(Romantik.fd) = %{tl_version} -Provides: tex(Rothdn.fd) = %{tl_version} -Provides: tex(RoyalIn.fd) = %{tl_version} -Provides: tex(Sanremo.fd) = %{tl_version} -Provides: tex(Starburst.fd) = %{tl_version} -Provides: tex(Typocaps.fd) = %{tl_version} -Provides: tex(Zallman.fd) = %{tl_version} - -%description initials -For each font, at least an .pfb and .tfm file is provided, with -a .fd file for use with LaTeX. - -date: 2008-08-19 23:32:24 +0200 - -%post initials -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map Acorn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Acorn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map AnnSton.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map AnnSton.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map ArtNouv.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ArtNouv.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map ArtNouvc.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ArtNouvc.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Carrickc.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Carrickc.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Eichenla.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Eichenla.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Eileen.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Eileen.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map EileenBl.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map EileenBl.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Elzevier.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Elzevier.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map GotIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map GotIn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map GoudyIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map GoudyIn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Kinigcap.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Kinigcap.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Konanur.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Konanur.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Kramer.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Kramer.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map MorrisIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map MorrisIn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Nouveaud.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Nouveaud.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Romantik.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Romantik.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Rothdn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Rothdn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map RoyalIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map RoyalIn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Sanremo.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Sanremo.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Starburst.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Starburst.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Typocaps.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Typocaps.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map Zallman.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map Zallman.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun initials -if [ $1 == 0 ] ; then -sed -i '/^Map Acorn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map AnnSton.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map ArtNouv.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map ArtNouvc.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Carrickc.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Eichenla.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Eileen.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map EileenBl.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Elzevier.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map GotIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map GoudyIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Kinigcap.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Konanur.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Kramer.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map MorrisIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Nouveaud.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Romantik.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Rothdn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map RoyalIn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Sanremo.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Starburst.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Typocaps.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map Zallman.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans initials -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package initials-doc -Summary: Documentation for initials -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-initials-doc -BuildArch: noarch -AutoReqProv: No - -%description initials-doc -Documentation for initials - -%package iwona -Provides: tex-iwona = %{tl_version} -License: GFSL -Summary: A two-element sans-serif font -Version: svn19611.0.995b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cs-iwona-sc.enc) = %{tl_version} -Provides: tex(cs-iwona.enc) = %{tl_version} -Provides: tex(ec-iwona-sc.enc) = %{tl_version} -Provides: tex(ec-iwona.enc) = %{tl_version} -Provides: tex(ex-iwona.enc) = %{tl_version} -Provides: tex(greek-iwona.enc) = %{tl_version} -Provides: tex(l7x-iwona-sc.enc) = %{tl_version} -Provides: tex(l7x-iwona.enc) = %{tl_version} -Provides: tex(mi-iwona.enc) = %{tl_version} -Provides: tex(qx-iwona-sc.enc) = %{tl_version} -Provides: tex(qx-iwona.enc) = %{tl_version} -Provides: tex(rm-iwona-sc.enc) = %{tl_version} -Provides: tex(rm-iwona.enc) = %{tl_version} -Provides: tex(sy-iwona.enc) = %{tl_version} -Provides: tex(t2a-iwona.enc) = %{tl_version} -Provides: tex(t2b-iwona.enc) = %{tl_version} -Provides: tex(t2c-iwona.enc) = %{tl_version} -Provides: tex(t5-iwona-sc.enc) = %{tl_version} -Provides: tex(t5-iwona.enc) = %{tl_version} -Provides: tex(texnansi-iwona-sc.enc) = %{tl_version} -Provides: tex(texnansi-iwona.enc) = %{tl_version} -Provides: tex(ts1-iwona.enc) = %{tl_version} -Provides: tex(wncy-iwona.enc) = %{tl_version} -Provides: tex(iwona-cs.map) = %{tl_version} -Provides: tex(iwona-ec.map) = %{tl_version} -Provides: tex(iwona-ex.map) = %{tl_version} -Provides: tex(iwona-greek.map) = %{tl_version} -Provides: tex(iwona-l7x.map) = %{tl_version} -Provides: tex(iwona-mi.map) = %{tl_version} -Provides: tex(iwona-qx.map) = %{tl_version} -Provides: tex(iwona-rm.map) = %{tl_version} -Provides: tex(iwona-sy.map) = %{tl_version} -Provides: tex(iwona-t2a.map) = %{tl_version} -Provides: tex(iwona-t2b.map) = %{tl_version} -Provides: tex(iwona-t2c.map) = %{tl_version} -Provides: tex(iwona-t5.map) = %{tl_version} -Provides: tex(iwona-texnansi.map) = %{tl_version} -Provides: tex(iwona-ts1.map) = %{tl_version} -Provides: tex(iwona-wncy.map) = %{tl_version} -Provides: tex(iwona.map) = %{tl_version} -Provides: tex(Iwona-Bold.otf) = %{tl_version} -Provides: tex(Iwona-BoldItalic.otf) = %{tl_version} -Provides: tex(Iwona-Italic.otf) = %{tl_version} -Provides: tex(Iwona-Regular.otf) = %{tl_version} -Provides: tex(IwonaCond-Bold.otf) = %{tl_version} -Provides: tex(IwonaCond-BoldItalic.otf) = %{tl_version} -Provides: tex(IwonaCond-Italic.otf) = %{tl_version} -Provides: tex(IwonaCond-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondHeavy-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondHeavy-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondLight-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondLight-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondMedium-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondMedium-Regular.otf) = %{tl_version} -Provides: tex(IwonaHeavy-Italic.otf) = %{tl_version} -Provides: tex(IwonaHeavy-Regular.otf) = %{tl_version} -Provides: tex(IwonaLight-Italic.otf) = %{tl_version} -Provides: tex(IwonaLight-Regular.otf) = %{tl_version} -Provides: tex(IwonaMedium-Italic.otf) = %{tl_version} -Provides: tex(IwonaMedium-Regular.otf) = %{tl_version} -Provides: tex(cs-iwonab-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonab.tfm) = %{tl_version} -Provides: tex(cs-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonabi.tfm) = %{tl_version} -Provides: tex(cs-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacb.tfm) = %{tl_version} -Provides: tex(cs-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacbi.tfm) = %{tl_version} -Provides: tex(cs-iwonach-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonach.tfm) = %{tl_version} -Provides: tex(cs-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonachi.tfm) = %{tl_version} -Provides: tex(cs-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacl.tfm) = %{tl_version} -Provides: tex(cs-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacli.tfm) = %{tl_version} -Provides: tex(cs-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacm.tfm) = %{tl_version} -Provides: tex(cs-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacmi.tfm) = %{tl_version} -Provides: tex(cs-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacr.tfm) = %{tl_version} -Provides: tex(cs-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacri.tfm) = %{tl_version} -Provides: tex(cs-iwonah-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonah.tfm) = %{tl_version} -Provides: tex(cs-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonahi.tfm) = %{tl_version} -Provides: tex(cs-iwonal-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonal.tfm) = %{tl_version} -Provides: tex(cs-iwonali-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonali.tfm) = %{tl_version} -Provides: tex(cs-iwonam-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonam.tfm) = %{tl_version} -Provides: tex(cs-iwonami-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonami.tfm) = %{tl_version} -Provides: tex(cs-iwonar-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonar.tfm) = %{tl_version} -Provides: tex(cs-iwonari-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonari.tfm) = %{tl_version} -Provides: tex(ec-iwonab-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonab.tfm) = %{tl_version} -Provides: tex(ec-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonabi.tfm) = %{tl_version} -Provides: tex(ec-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacb.tfm) = %{tl_version} -Provides: tex(ec-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacbi.tfm) = %{tl_version} -Provides: tex(ec-iwonach-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonach.tfm) = %{tl_version} -Provides: tex(ec-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonachi.tfm) = %{tl_version} -Provides: tex(ec-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacl.tfm) = %{tl_version} -Provides: tex(ec-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacli.tfm) = %{tl_version} -Provides: tex(ec-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacm.tfm) = %{tl_version} -Provides: tex(ec-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacmi.tfm) = %{tl_version} -Provides: tex(ec-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacr.tfm) = %{tl_version} -Provides: tex(ec-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacri.tfm) = %{tl_version} -Provides: tex(ec-iwonah-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonah.tfm) = %{tl_version} -Provides: tex(ec-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonahi.tfm) = %{tl_version} -Provides: tex(ec-iwonal-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonal.tfm) = %{tl_version} -Provides: tex(ec-iwonali-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonali.tfm) = %{tl_version} -Provides: tex(ec-iwonam-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonam.tfm) = %{tl_version} -Provides: tex(ec-iwonami-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonami.tfm) = %{tl_version} -Provides: tex(ec-iwonar-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonar.tfm) = %{tl_version} -Provides: tex(ec-iwonari-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonari.tfm) = %{tl_version} -Provides: tex(ex-iwonab.tfm) = %{tl_version} -Provides: tex(ex-iwonacb.tfm) = %{tl_version} -Provides: tex(ex-iwonach.tfm) = %{tl_version} -Provides: tex(ex-iwonacl.tfm) = %{tl_version} -Provides: tex(ex-iwonacm.tfm) = %{tl_version} -Provides: tex(ex-iwonacr.tfm) = %{tl_version} -Provides: tex(ex-iwonah.tfm) = %{tl_version} -Provides: tex(ex-iwonal.tfm) = %{tl_version} -Provides: tex(ex-iwonam.tfm) = %{tl_version} -Provides: tex(ex-iwonar.tfm) = %{tl_version} -Provides: tex(greek-iwonab.tfm) = %{tl_version} -Provides: tex(greek-iwonabi.tfm) = %{tl_version} -Provides: tex(greek-iwonacb.tfm) = %{tl_version} -Provides: tex(greek-iwonacbi.tfm) = %{tl_version} -Provides: tex(greek-iwonach.tfm) = %{tl_version} -Provides: tex(greek-iwonachi.tfm) = %{tl_version} -Provides: tex(greek-iwonacl.tfm) = %{tl_version} -Provides: tex(greek-iwonacli.tfm) = %{tl_version} -Provides: tex(greek-iwonacm.tfm) = %{tl_version} -Provides: tex(greek-iwonacmi.tfm) = %{tl_version} -Provides: tex(greek-iwonacr.tfm) = %{tl_version} -Provides: tex(greek-iwonacri.tfm) = %{tl_version} -Provides: tex(greek-iwonah.tfm) = %{tl_version} -Provides: tex(greek-iwonahi.tfm) = %{tl_version} -Provides: tex(greek-iwonal.tfm) = %{tl_version} -Provides: tex(greek-iwonali.tfm) = %{tl_version} -Provides: tex(greek-iwonam.tfm) = %{tl_version} -Provides: tex(greek-iwonami.tfm) = %{tl_version} -Provides: tex(greek-iwonar.tfm) = %{tl_version} -Provides: tex(greek-iwonari.tfm) = %{tl_version} -Provides: tex(l7x-iwonab-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonab.tfm) = %{tl_version} -Provides: tex(l7x-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonabi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacb.tfm) = %{tl_version} -Provides: tex(l7x-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacbi.tfm) = %{tl_version} -Provides: tex(l7x-iwonach-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonach.tfm) = %{tl_version} -Provides: tex(l7x-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonachi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacl.tfm) = %{tl_version} -Provides: tex(l7x-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacli.tfm) = %{tl_version} -Provides: tex(l7x-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacm.tfm) = %{tl_version} -Provides: tex(l7x-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacmi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacr.tfm) = %{tl_version} -Provides: tex(l7x-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacri.tfm) = %{tl_version} -Provides: tex(l7x-iwonah-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonah.tfm) = %{tl_version} -Provides: tex(l7x-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonahi.tfm) = %{tl_version} -Provides: tex(l7x-iwonal-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonal.tfm) = %{tl_version} -Provides: tex(l7x-iwonali-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonali.tfm) = %{tl_version} -Provides: tex(l7x-iwonam-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonam.tfm) = %{tl_version} -Provides: tex(l7x-iwonami-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonami.tfm) = %{tl_version} -Provides: tex(l7x-iwonar-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonar.tfm) = %{tl_version} -Provides: tex(l7x-iwonari-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonari.tfm) = %{tl_version} -Provides: tex(mi-iwonabi.tfm) = %{tl_version} -Provides: tex(mi-iwonacbi.tfm) = %{tl_version} -Provides: tex(mi-iwonachi.tfm) = %{tl_version} -Provides: tex(mi-iwonacli.tfm) = %{tl_version} -Provides: tex(mi-iwonacmi.tfm) = %{tl_version} -Provides: tex(mi-iwonacri.tfm) = %{tl_version} -Provides: tex(mi-iwonahi.tfm) = %{tl_version} -Provides: tex(mi-iwonali.tfm) = %{tl_version} -Provides: tex(mi-iwonami.tfm) = %{tl_version} -Provides: tex(mi-iwonari.tfm) = %{tl_version} -Provides: tex(qx-iwonab-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonab.tfm) = %{tl_version} -Provides: tex(qx-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonabi.tfm) = %{tl_version} -Provides: tex(qx-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacb.tfm) = %{tl_version} -Provides: tex(qx-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacbi.tfm) = %{tl_version} -Provides: tex(qx-iwonach-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonach.tfm) = %{tl_version} -Provides: tex(qx-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonachi.tfm) = %{tl_version} -Provides: tex(qx-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacl.tfm) = %{tl_version} -Provides: tex(qx-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacli.tfm) = %{tl_version} -Provides: tex(qx-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacm.tfm) = %{tl_version} -Provides: tex(qx-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacmi.tfm) = %{tl_version} -Provides: tex(qx-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacr.tfm) = %{tl_version} -Provides: tex(qx-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacri.tfm) = %{tl_version} -Provides: tex(qx-iwonah-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonah.tfm) = %{tl_version} -Provides: tex(qx-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonahi.tfm) = %{tl_version} -Provides: tex(qx-iwonal-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonal.tfm) = %{tl_version} -Provides: tex(qx-iwonali-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonali.tfm) = %{tl_version} -Provides: tex(qx-iwonam-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonam.tfm) = %{tl_version} -Provides: tex(qx-iwonami-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonami.tfm) = %{tl_version} -Provides: tex(qx-iwonar-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonar.tfm) = %{tl_version} -Provides: tex(qx-iwonari-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonari.tfm) = %{tl_version} -Provides: tex(rm-iwonab-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonab.tfm) = %{tl_version} -Provides: tex(rm-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonabi.tfm) = %{tl_version} -Provides: tex(rm-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacb.tfm) = %{tl_version} -Provides: tex(rm-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacbi.tfm) = %{tl_version} -Provides: tex(rm-iwonach-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonach.tfm) = %{tl_version} -Provides: tex(rm-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonachi.tfm) = %{tl_version} -Provides: tex(rm-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacl.tfm) = %{tl_version} -Provides: tex(rm-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacli.tfm) = %{tl_version} -Provides: tex(rm-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacm.tfm) = %{tl_version} -Provides: tex(rm-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacmi.tfm) = %{tl_version} -Provides: tex(rm-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacr.tfm) = %{tl_version} -Provides: tex(rm-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacri.tfm) = %{tl_version} -Provides: tex(rm-iwonah-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonah.tfm) = %{tl_version} -Provides: tex(rm-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonahi.tfm) = %{tl_version} -Provides: tex(rm-iwonal-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonal.tfm) = %{tl_version} -Provides: tex(rm-iwonali-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonali.tfm) = %{tl_version} -Provides: tex(rm-iwonam-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonam.tfm) = %{tl_version} -Provides: tex(rm-iwonami-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonami.tfm) = %{tl_version} -Provides: tex(rm-iwonar-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonar.tfm) = %{tl_version} -Provides: tex(rm-iwonari-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonari.tfm) = %{tl_version} -Provides: tex(sy-iwonabz.tfm) = %{tl_version} -Provides: tex(sy-iwonacbz.tfm) = %{tl_version} -Provides: tex(sy-iwonachz.tfm) = %{tl_version} -Provides: tex(sy-iwonaclz.tfm) = %{tl_version} -Provides: tex(sy-iwonacmz.tfm) = %{tl_version} -Provides: tex(sy-iwonacrz.tfm) = %{tl_version} -Provides: tex(sy-iwonahz.tfm) = %{tl_version} -Provides: tex(sy-iwonalz.tfm) = %{tl_version} -Provides: tex(sy-iwonamz.tfm) = %{tl_version} -Provides: tex(sy-iwonarz.tfm) = %{tl_version} -Provides: tex(t2a-iwonab.tfm) = %{tl_version} -Provides: tex(t2a-iwonabi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacb.tfm) = %{tl_version} -Provides: tex(t2a-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2a-iwonach.tfm) = %{tl_version} -Provides: tex(t2a-iwonachi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacl.tfm) = %{tl_version} -Provides: tex(t2a-iwonacli.tfm) = %{tl_version} -Provides: tex(t2a-iwonacm.tfm) = %{tl_version} -Provides: tex(t2a-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacr.tfm) = %{tl_version} -Provides: tex(t2a-iwonacri.tfm) = %{tl_version} -Provides: tex(t2a-iwonah.tfm) = %{tl_version} -Provides: tex(t2a-iwonahi.tfm) = %{tl_version} -Provides: tex(t2a-iwonal.tfm) = %{tl_version} -Provides: tex(t2a-iwonali.tfm) = %{tl_version} -Provides: tex(t2a-iwonam.tfm) = %{tl_version} -Provides: tex(t2a-iwonami.tfm) = %{tl_version} -Provides: tex(t2a-iwonar.tfm) = %{tl_version} -Provides: tex(t2a-iwonari.tfm) = %{tl_version} -Provides: tex(t2b-iwonab.tfm) = %{tl_version} -Provides: tex(t2b-iwonabi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacb.tfm) = %{tl_version} -Provides: tex(t2b-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2b-iwonach.tfm) = %{tl_version} -Provides: tex(t2b-iwonachi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacl.tfm) = %{tl_version} -Provides: tex(t2b-iwonacli.tfm) = %{tl_version} -Provides: tex(t2b-iwonacm.tfm) = %{tl_version} -Provides: tex(t2b-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacr.tfm) = %{tl_version} -Provides: tex(t2b-iwonacri.tfm) = %{tl_version} -Provides: tex(t2b-iwonah.tfm) = %{tl_version} -Provides: tex(t2b-iwonahi.tfm) = %{tl_version} -Provides: tex(t2b-iwonal.tfm) = %{tl_version} -Provides: tex(t2b-iwonali.tfm) = %{tl_version} -Provides: tex(t2b-iwonam.tfm) = %{tl_version} -Provides: tex(t2b-iwonami.tfm) = %{tl_version} -Provides: tex(t2b-iwonar.tfm) = %{tl_version} -Provides: tex(t2b-iwonari.tfm) = %{tl_version} -Provides: tex(t2c-iwonab.tfm) = %{tl_version} -Provides: tex(t2c-iwonabi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacb.tfm) = %{tl_version} -Provides: tex(t2c-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2c-iwonach.tfm) = %{tl_version} -Provides: tex(t2c-iwonachi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacl.tfm) = %{tl_version} -Provides: tex(t2c-iwonacli.tfm) = %{tl_version} -Provides: tex(t2c-iwonacm.tfm) = %{tl_version} -Provides: tex(t2c-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacr.tfm) = %{tl_version} -Provides: tex(t2c-iwonacri.tfm) = %{tl_version} -Provides: tex(t2c-iwonah.tfm) = %{tl_version} -Provides: tex(t2c-iwonahi.tfm) = %{tl_version} -Provides: tex(t2c-iwonal.tfm) = %{tl_version} -Provides: tex(t2c-iwonali.tfm) = %{tl_version} -Provides: tex(t2c-iwonam.tfm) = %{tl_version} -Provides: tex(t2c-iwonami.tfm) = %{tl_version} -Provides: tex(t2c-iwonar.tfm) = %{tl_version} -Provides: tex(t2c-iwonari.tfm) = %{tl_version} -Provides: tex(t5-iwonab-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonab.tfm) = %{tl_version} -Provides: tex(t5-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonabi.tfm) = %{tl_version} -Provides: tex(t5-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacb.tfm) = %{tl_version} -Provides: tex(t5-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacbi.tfm) = %{tl_version} -Provides: tex(t5-iwonach-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonach.tfm) = %{tl_version} -Provides: tex(t5-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonachi.tfm) = %{tl_version} -Provides: tex(t5-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacl.tfm) = %{tl_version} -Provides: tex(t5-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacli.tfm) = %{tl_version} -Provides: tex(t5-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacm.tfm) = %{tl_version} -Provides: tex(t5-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacmi.tfm) = %{tl_version} -Provides: tex(t5-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacr.tfm) = %{tl_version} -Provides: tex(t5-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacri.tfm) = %{tl_version} -Provides: tex(t5-iwonah-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonah.tfm) = %{tl_version} -Provides: tex(t5-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonahi.tfm) = %{tl_version} -Provides: tex(t5-iwonal-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonal.tfm) = %{tl_version} -Provides: tex(t5-iwonali-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonali.tfm) = %{tl_version} -Provides: tex(t5-iwonam-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonam.tfm) = %{tl_version} -Provides: tex(t5-iwonami-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonami.tfm) = %{tl_version} -Provides: tex(t5-iwonar-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonar.tfm) = %{tl_version} -Provides: tex(t5-iwonari-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonari.tfm) = %{tl_version} -Provides: tex(texnansi-iwonab-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonab.tfm) = %{tl_version} -Provides: tex(texnansi-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonabi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacb.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacbi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonach-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonach.tfm) = %{tl_version} -Provides: tex(texnansi-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonachi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacl.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacli.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacm.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacmi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacr.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacri.tfm) = %{tl_version} -Provides: tex(texnansi-iwonah-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonah.tfm) = %{tl_version} -Provides: tex(texnansi-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonahi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonal-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonal.tfm) = %{tl_version} -Provides: tex(texnansi-iwonali-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonali.tfm) = %{tl_version} -Provides: tex(texnansi-iwonam-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonam.tfm) = %{tl_version} -Provides: tex(texnansi-iwonami-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonami.tfm) = %{tl_version} -Provides: tex(texnansi-iwonar-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonar.tfm) = %{tl_version} -Provides: tex(texnansi-iwonari-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonari.tfm) = %{tl_version} -Provides: tex(ts1-iwonab.tfm) = %{tl_version} -Provides: tex(ts1-iwonabi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacb.tfm) = %{tl_version} -Provides: tex(ts1-iwonacbi.tfm) = %{tl_version} -Provides: tex(ts1-iwonach.tfm) = %{tl_version} -Provides: tex(ts1-iwonachi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacl.tfm) = %{tl_version} -Provides: tex(ts1-iwonacli.tfm) = %{tl_version} -Provides: tex(ts1-iwonacm.tfm) = %{tl_version} -Provides: tex(ts1-iwonacmi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacr.tfm) = %{tl_version} -Provides: tex(ts1-iwonacri.tfm) = %{tl_version} -Provides: tex(ts1-iwonah.tfm) = %{tl_version} -Provides: tex(ts1-iwonahi.tfm) = %{tl_version} -Provides: tex(ts1-iwonal.tfm) = %{tl_version} -Provides: tex(ts1-iwonali.tfm) = %{tl_version} -Provides: tex(ts1-iwonam.tfm) = %{tl_version} -Provides: tex(ts1-iwonami.tfm) = %{tl_version} -Provides: tex(ts1-iwonar.tfm) = %{tl_version} -Provides: tex(ts1-iwonari.tfm) = %{tl_version} -Provides: tex(wncy-iwonab.tfm) = %{tl_version} -Provides: tex(wncy-iwonabi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacb.tfm) = %{tl_version} -Provides: tex(wncy-iwonacbi.tfm) = %{tl_version} -Provides: tex(wncy-iwonach.tfm) = %{tl_version} -Provides: tex(wncy-iwonachi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacl.tfm) = %{tl_version} -Provides: tex(wncy-iwonacli.tfm) = %{tl_version} -Provides: tex(wncy-iwonacm.tfm) = %{tl_version} -Provides: tex(wncy-iwonacmi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacr.tfm) = %{tl_version} -Provides: tex(wncy-iwonacri.tfm) = %{tl_version} -Provides: tex(wncy-iwonah.tfm) = %{tl_version} -Provides: tex(wncy-iwonahi.tfm) = %{tl_version} -Provides: tex(wncy-iwonal.tfm) = %{tl_version} -Provides: tex(wncy-iwonali.tfm) = %{tl_version} -Provides: tex(wncy-iwonam.tfm) = %{tl_version} -Provides: tex(wncy-iwonami.tfm) = %{tl_version} -Provides: tex(wncy-iwonar.tfm) = %{tl_version} -Provides: tex(wncy-iwonari.tfm) = %{tl_version} -Provides: tex(iwonab.pfb) = %{tl_version} -Provides: tex(iwonabi.pfb) = %{tl_version} -Provides: tex(iwonacb.pfb) = %{tl_version} -Provides: tex(iwonacbi.pfb) = %{tl_version} -Provides: tex(iwonach.pfb) = %{tl_version} -Provides: tex(iwonachi.pfb) = %{tl_version} -Provides: tex(iwonacl.pfb) = %{tl_version} -Provides: tex(iwonacli.pfb) = %{tl_version} -Provides: tex(iwonacm.pfb) = %{tl_version} -Provides: tex(iwonacmi.pfb) = %{tl_version} -Provides: tex(iwonacr.pfb) = %{tl_version} -Provides: tex(iwonacri.pfb) = %{tl_version} -Provides: tex(iwonah.pfb) = %{tl_version} -Provides: tex(iwonahi.pfb) = %{tl_version} -Provides: tex(iwonal.pfb) = %{tl_version} -Provides: tex(iwonali.pfb) = %{tl_version} -Provides: tex(iwonam.pfb) = %{tl_version} -Provides: tex(iwonami.pfb) = %{tl_version} -Provides: tex(iwonar.pfb) = %{tl_version} -Provides: tex(iwonari.pfb) = %{tl_version} -Provides: tex(il2iwona.fd) = %{tl_version} -Provides: tex(il2iwonac.fd) = %{tl_version} -Provides: tex(il2iwonal.fd) = %{tl_version} -Provides: tex(il2iwonalc.fd) = %{tl_version} -Provides: tex(iwona.sty) = %{tl_version} -Provides: tex(l7xiwona.fd) = %{tl_version} -Provides: tex(l7xiwonac.fd) = %{tl_version} -Provides: tex(l7xiwonal.fd) = %{tl_version} -Provides: tex(l7xiwonalc.fd) = %{tl_version} -Provides: tex(ly1iwona.fd) = %{tl_version} -Provides: tex(ly1iwonac.fd) = %{tl_version} -Provides: tex(ly1iwonal.fd) = %{tl_version} -Provides: tex(ly1iwonalc.fd) = %{tl_version} -Provides: tex(omliwona.fd) = %{tl_version} -Provides: tex(omliwonac.fd) = %{tl_version} -Provides: tex(omliwonal.fd) = %{tl_version} -Provides: tex(omliwonalc.fd) = %{tl_version} -Provides: tex(omsiwona.fd) = %{tl_version} -Provides: tex(omsiwonac.fd) = %{tl_version} -Provides: tex(omsiwonal.fd) = %{tl_version} -Provides: tex(omsiwonalc.fd) = %{tl_version} -Provides: tex(omxiwona.fd) = %{tl_version} -Provides: tex(omxiwonac.fd) = %{tl_version} -Provides: tex(omxiwonal.fd) = %{tl_version} -Provides: tex(omxiwonalc.fd) = %{tl_version} -Provides: tex(ot1iwona.fd) = %{tl_version} -Provides: tex(ot1iwonac.fd) = %{tl_version} -Provides: tex(ot1iwonacm.fd) = %{tl_version} -Provides: tex(ot1iwonal.fd) = %{tl_version} -Provides: tex(ot1iwonalc.fd) = %{tl_version} -Provides: tex(ot1iwonalcm.fd) = %{tl_version} -Provides: tex(ot1iwonalm.fd) = %{tl_version} -Provides: tex(ot1iwonam.fd) = %{tl_version} -Provides: tex(ot2iwona.fd) = %{tl_version} -Provides: tex(ot2iwonac.fd) = %{tl_version} -Provides: tex(ot2iwonal.fd) = %{tl_version} -Provides: tex(ot2iwonalc.fd) = %{tl_version} -Provides: tex(ot4iwona.fd) = %{tl_version} -Provides: tex(ot4iwonac.fd) = %{tl_version} -Provides: tex(ot4iwonal.fd) = %{tl_version} -Provides: tex(ot4iwonalc.fd) = %{tl_version} -Provides: tex(qxiwona.fd) = %{tl_version} -Provides: tex(qxiwonac.fd) = %{tl_version} -Provides: tex(qxiwonal.fd) = %{tl_version} -Provides: tex(qxiwonalc.fd) = %{tl_version} -Provides: tex(t1iwona.fd) = %{tl_version} -Provides: tex(t1iwonac.fd) = %{tl_version} -Provides: tex(t1iwonal.fd) = %{tl_version} -Provides: tex(t1iwonalc.fd) = %{tl_version} -Provides: tex(t2aiwona.fd) = %{tl_version} -Provides: tex(t2aiwonac.fd) = %{tl_version} -Provides: tex(t2aiwonal.fd) = %{tl_version} -Provides: tex(t2aiwonalc.fd) = %{tl_version} -Provides: tex(t2biwona.fd) = %{tl_version} -Provides: tex(t2biwonac.fd) = %{tl_version} -Provides: tex(t2biwonal.fd) = %{tl_version} -Provides: tex(t2biwonalc.fd) = %{tl_version} -Provides: tex(t2ciwona.fd) = %{tl_version} -Provides: tex(t2ciwonac.fd) = %{tl_version} -Provides: tex(t2ciwonal.fd) = %{tl_version} -Provides: tex(t2ciwonalc.fd) = %{tl_version} -Provides: tex(t5iwona.fd) = %{tl_version} -Provides: tex(t5iwonac.fd) = %{tl_version} -Provides: tex(t5iwonal.fd) = %{tl_version} -Provides: tex(t5iwonalc.fd) = %{tl_version} -Provides: tex(ts1iwona.fd) = %{tl_version} -Provides: tex(ts1iwonac.fd) = %{tl_version} -Provides: tex(ts1iwonal.fd) = %{tl_version} -Provides: tex(ts1iwonalc.fd) = %{tl_version} -Provides: tex(iwona-math.tex) = %{tl_version} - -%description 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: 2010-08-03 20:49:06 +0200 - -%post iwona -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map iwona.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map iwona.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun iwona -if [ $1 == 0 ] ; then -sed -i '/^Map iwona.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans iwona -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iwona-doc -Summary: Documentation for iwona -Version: svn19611.0.995b -Release: %{tl_noarch_release} -Provides: tex-iwona-doc -BuildArch: noarch -AutoReqProv: No - -%description iwona-doc -Documentation for iwona - -%package jablantile -Provides: tex-jablantile = %{tl_version} -License: Public Domain -Summary: Metafont version of tiles in the style of Slavik Jablan -Version: svn16364.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description 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: 2009-12-10 11:03:10 +0100 - -%post jablantile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jablantile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jablantile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jablantile-doc -Summary: Documentation for jablantile -Version: svn16364.0 -Release: %{tl_noarch_release} -Provides: tex-jablantile-doc -BuildArch: noarch -AutoReqProv: No - -%description jablantile-doc -Documentation for jablantile - -%package jamtimes -Provides: tex-jamtimes = %{tl_version} -License: BSD -Summary: Expanded Times Roman fonts -Version: svn20408.1.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(eucal.sty) -Requires: tex(amsfonts.sty) -Provides: tex(jtm.map) = %{tl_version} -Provides: tex(blsy.tfm) = %{tl_version} -Provides: tex(jtmb7tv.tfm) = %{tl_version} -Provides: tex(jtmb8cv.tfm) = %{tl_version} -Provides: tex(jtmb8rv.tfm) = %{tl_version} -Provides: tex(jtmb8tv.tfm) = %{tl_version} -Provides: tex(jtmbc7tv.tfm) = %{tl_version} -Provides: tex(jtmbc8tv.tfm) = %{tl_version} -Provides: tex(jtmbi7me.tfm) = %{tl_version} -Provides: tex(jtmbi7tv.tfm) = %{tl_version} -Provides: tex(jtmbi8cv.tfm) = %{tl_version} -Provides: tex(jtmbi8rv.tfm) = %{tl_version} -Provides: tex(jtmbi8tv.tfm) = %{tl_version} -Provides: tex(jtmbo7tv.tfm) = %{tl_version} -Provides: tex(jtmbo8cv.tfm) = %{tl_version} -Provides: tex(jtmbo8rv.tfm) = %{tl_version} -Provides: tex(jtmbo8tv.tfm) = %{tl_version} -Provides: tex(jtmr7tc.tfm) = %{tl_version} -Provides: tex(jtmr7te.tfm) = %{tl_version} -Provides: tex(jtmr7tw.tfm) = %{tl_version} -Provides: tex(jtmr7ye.tfm) = %{tl_version} -Provides: tex(jtmr7yoe.tfm) = %{tl_version} -Provides: tex(jtmr8cc.tfm) = %{tl_version} -Provides: tex(jtmr8ce.tfm) = %{tl_version} -Provides: tex(jtmr8cw.tfm) = %{tl_version} -Provides: tex(jtmr8rc.tfm) = %{tl_version} -Provides: tex(jtmr8re.tfm) = %{tl_version} -Provides: tex(jtmr8rw.tfm) = %{tl_version} -Provides: tex(jtmr8tc.tfm) = %{tl_version} -Provides: tex(jtmr8te.tfm) = %{tl_version} -Provides: tex(jtmr8tw.tfm) = %{tl_version} -Provides: tex(jtmrc7te.tfm) = %{tl_version} -Provides: tex(jtmrc7tw.tfm) = %{tl_version} -Provides: tex(jtmrc8te.tfm) = %{tl_version} -Provides: tex(jtmrc8tw.tfm) = %{tl_version} -Provides: tex(jtmri7me.tfm) = %{tl_version} -Provides: tex(jtmri7te.tfm) = %{tl_version} -Provides: tex(jtmri7tw.tfm) = %{tl_version} -Provides: tex(jtmri7ze.tfm) = %{tl_version} -Provides: tex(jtmri8ce.tfm) = %{tl_version} -Provides: tex(jtmri8cw.tfm) = %{tl_version} -Provides: tex(jtmri8re.tfm) = %{tl_version} -Provides: tex(jtmri8rw.tfm) = %{tl_version} -Provides: tex(jtmri8te.tfm) = %{tl_version} -Provides: tex(jtmri8tw.tfm) = %{tl_version} -Provides: tex(jtmro7te.tfm) = %{tl_version} -Provides: tex(jtmro7tw.tfm) = %{tl_version} -Provides: tex(jtmro8ce.tfm) = %{tl_version} -Provides: tex(jtmro8cw.tfm) = %{tl_version} -Provides: tex(jtmro8re.tfm) = %{tl_version} -Provides: tex(jtmro8rw.tfm) = %{tl_version} -Provides: tex(jtmro8te.tfm) = %{tl_version} -Provides: tex(jtmro8tw.tfm) = %{tl_version} -Provides: tex(ptmb8a.tfm) = %{tl_version} -Provides: tex(ptmbi8a.tfm) = %{tl_version} -Provides: tex(ptmr8a.tfm) = %{tl_version} -Provides: tex(ptmri8a.tfm) = %{tl_version} -Provides: tex(rblmi.tfm) = %{tl_version} -Provides: tex(jtmb7tv.vf) = %{tl_version} -Provides: tex(jtmb8cv.vf) = %{tl_version} -Provides: tex(jtmb8tv.vf) = %{tl_version} -Provides: tex(jtmbc7tv.vf) = %{tl_version} -Provides: tex(jtmbc8tv.vf) = %{tl_version} -Provides: tex(jtmbi7me.vf) = %{tl_version} -Provides: tex(jtmbi7tv.vf) = %{tl_version} -Provides: tex(jtmbi8cv.vf) = %{tl_version} -Provides: tex(jtmbi8tv.vf) = %{tl_version} -Provides: tex(jtmbo7tv.vf) = %{tl_version} -Provides: tex(jtmbo8cv.vf) = %{tl_version} -Provides: tex(jtmbo8tv.vf) = %{tl_version} -Provides: tex(jtmr7tc.vf) = %{tl_version} -Provides: tex(jtmr7te.vf) = %{tl_version} -Provides: tex(jtmr7tw.vf) = %{tl_version} -Provides: tex(jtmr7ye.vf) = %{tl_version} -Provides: tex(jtmr8cc.vf) = %{tl_version} -Provides: tex(jtmr8ce.vf) = %{tl_version} -Provides: tex(jtmr8cw.vf) = %{tl_version} -Provides: tex(jtmr8tc.vf) = %{tl_version} -Provides: tex(jtmr8te.vf) = %{tl_version} -Provides: tex(jtmr8tw.vf) = %{tl_version} -Provides: tex(jtmrc7te.vf) = %{tl_version} -Provides: tex(jtmrc7tw.vf) = %{tl_version} -Provides: tex(jtmrc8te.vf) = %{tl_version} -Provides: tex(jtmrc8tw.vf) = %{tl_version} -Provides: tex(jtmri7me.vf) = %{tl_version} -Provides: tex(jtmri7te.vf) = %{tl_version} -Provides: tex(jtmri7tw.vf) = %{tl_version} -Provides: tex(jtmri8ce.vf) = %{tl_version} -Provides: tex(jtmri8cw.vf) = %{tl_version} -Provides: tex(jtmri8te.vf) = %{tl_version} -Provides: tex(jtmri8tw.vf) = %{tl_version} -Provides: tex(jtmro7te.vf) = %{tl_version} -Provides: tex(jtmro7tw.vf) = %{tl_version} -Provides: tex(jtmro8ce.vf) = %{tl_version} -Provides: tex(jtmro8cw.vf) = %{tl_version} -Provides: tex(jtmro8te.vf) = %{tl_version} -Provides: tex(jtmro8tw.vf) = %{tl_version} -Provides: tex(jamtimes.sty) = %{tl_version} -Provides: tex(omljtm.fd) = %{tl_version} -Provides: tex(omsjtm.fd) = %{tl_version} -Provides: tex(ot1jtm.fd) = %{tl_version} -Provides: tex(t1jtm.fd) = %{tl_version} -Provides: tex(ts1jtm.fd) = %{tl_version} - -%description 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 - -%post jamtimes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jamtimes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jamtimes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jamtimes-doc -Summary: Documentation for jamtimes -Version: svn20408.1.12 -Release: %{tl_noarch_release} -Provides: tex-jamtimes-doc -BuildArch: noarch -AutoReqProv: No - -%description jamtimes-doc -Documentation for jamtimes - -%package junicode -Provides: tex-junicode = %{tl_version} -License: GPL+ -Summary: A TrueType font for mediaevalists -Version: svn28286.0.7.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Junicode-Bold.ttf) = %{tl_version} -Provides: tex(Junicode-BoldItalic.ttf) = %{tl_version} -Provides: tex(Junicode-Italic.ttf) = %{tl_version} -Provides: tex(Junicode.ttf) = %{tl_version} -Provides: tex(mt-Junicode.cfg) = %{tl_version} - -%description 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: 2012-11-17 16:00:23 +0100 - -%post junicode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun junicode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans junicode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package junicode-doc -Summary: Documentation for junicode -Version: svn28286.0.7.7 -Release: %{tl_noarch_release} -Provides: tex-junicode-doc -BuildArch: noarch -AutoReqProv: No - -%description junicode-doc -Documentation for junicode - -%package kixfont -Provides: tex-kixfont = %{tl_version} -License: Copyright only -Summary: A font for KIX codes -Version: svn18488.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(kix.tfm) = %{tl_version} - -%description 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: 2007-10-05 20:57:01 +0200 - -%post kixfont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kixfont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kixfont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kixfont-doc -Summary: Documentation for kixfont -Version: svn18488.0 -Release: %{tl_noarch_release} -Provides: tex-kixfont-doc -BuildArch: noarch -AutoReqProv: No - -%description kixfont-doc -Documentation for kixfont - -%package knuthotherfonts -Provides: tex-knuthotherfonts = %{tl_version} -License: LPPL -Summary: knuthotherfonts package -Version: svn13293.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description knuthotherfonts -knuthotherfonts package - -%post knuthotherfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun knuthotherfonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans knuthotherfonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kpfonts -Provides: tex-kpfonts = %{tl_version} -License: GPL+ -Summary: A complete set of fonts for text and mathematics -Version: svn21964.3.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(textcomp.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Provides: tex(kpfonts-expert-sc.enc) = %{tl_version} -Provides: tex(kpfonts-expert-tt.enc) = %{tl_version} -Provides: tex(kpfonts-expert.enc) = %{tl_version} -Provides: tex(kpfonts-large-sc.enc) = %{tl_version} -Provides: tex(kpfonts-expert-sc.enc) = %{tl_version} -Provides: tex(kpfonts-expert-tt.enc) = %{tl_version} -Provides: tex(kpfonts-expert.enc) = %{tl_version} -Provides: tex(kpfonts-large-sc.enc) = %{tl_version} -Provides: tex(kpfonts.map) = %{tl_version} -Provides: tex(jkpbex.tfm) = %{tl_version} -Provides: tex(jkpbexa.tfm) = %{tl_version} -Provides: tex(jkpbit7c.tfm) = %{tl_version} -Provides: tex(jkpbit7t.tfm) = %{tl_version} -Provides: tex(jkpbit8a.tfm) = %{tl_version} -Provides: tex(jkpbit8r.tfm) = %{tl_version} -Provides: tex(jkpbit8t.tfm) = %{tl_version} -Provides: tex(jkpbitc.tfm) = %{tl_version} -Provides: tex(jkpbite.tfm) = %{tl_version} -Provides: tex(jkpbmi.tfm) = %{tl_version} -Provides: tex(jkpbmia.tfm) = %{tl_version} -Provides: tex(jkpbmiaw.tfm) = %{tl_version} -Provides: tex(jkpbmif.tfm) = %{tl_version} -Provides: tex(jkpbmifw.tfm) = %{tl_version} -Provides: tex(jkpbmiw.tfm) = %{tl_version} -Provides: tex(jkpbn7c.tfm) = %{tl_version} -Provides: tex(jkpbn7t.tfm) = %{tl_version} -Provides: tex(jkpbn8a.tfm) = %{tl_version} -Provides: tex(jkpbn8r.tfm) = %{tl_version} -Provides: tex(jkpbn8t.tfm) = %{tl_version} -Provides: tex(jkpbnc.tfm) = %{tl_version} -Provides: tex(jkpbne.tfm) = %{tl_version} -Provides: tex(jkpbsc7c.tfm) = %{tl_version} -Provides: tex(jkpbsc7t.tfm) = %{tl_version} -Provides: tex(jkpbsc8a.tfm) = %{tl_version} -Provides: tex(jkpbsc8r.tfm) = %{tl_version} -Provides: tex(jkpbsc8t.tfm) = %{tl_version} -Provides: tex(jkpbsce.tfm) = %{tl_version} -Provides: tex(jkpbscsl7c.tfm) = %{tl_version} -Provides: tex(jkpbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpbscsl8r.tfm) = %{tl_version} -Provides: tex(jkpbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpbscsle.tfm) = %{tl_version} -Provides: tex(jkpbsl7c.tfm) = %{tl_version} -Provides: tex(jkpbsl7t.tfm) = %{tl_version} -Provides: tex(jkpbsl8r.tfm) = %{tl_version} -Provides: tex(jkpbsl8t.tfm) = %{tl_version} -Provides: tex(jkpbslc.tfm) = %{tl_version} -Provides: tex(jkpbsle.tfm) = %{tl_version} -Provides: tex(jkpbsy.tfm) = %{tl_version} -Provides: tex(jkpbsya.tfm) = %{tl_version} -Provides: tex(jkpbsyb.tfm) = %{tl_version} -Provides: tex(jkpbsybw.tfm) = %{tl_version} -Provides: tex(jkpbsyc.tfm) = %{tl_version} -Provides: tex(jkpbsyd.tfm) = %{tl_version} -Provides: tex(jkpbsydw.tfm) = %{tl_version} -Provides: tex(jkpbsyw.tfm) = %{tl_version} -Provides: tex(jkpbxit7c.tfm) = %{tl_version} -Provides: tex(jkpbxit7t.tfm) = %{tl_version} -Provides: tex(jkpbxit8r.tfm) = %{tl_version} -Provides: tex(jkpbxit8t.tfm) = %{tl_version} -Provides: tex(jkpbxitc.tfm) = %{tl_version} -Provides: tex(jkpbxite.tfm) = %{tl_version} -Provides: tex(jkpbxn7c.tfm) = %{tl_version} -Provides: tex(jkpbxn7t.tfm) = %{tl_version} -Provides: tex(jkpbxn8r.tfm) = %{tl_version} -Provides: tex(jkpbxn8t.tfm) = %{tl_version} -Provides: tex(jkpbxnc.tfm) = %{tl_version} -Provides: tex(jkpbxne.tfm) = %{tl_version} -Provides: tex(jkpbxsc7c.tfm) = %{tl_version} -Provides: tex(jkpbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpbxsc8r.tfm) = %{tl_version} -Provides: tex(jkpbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpbxsce.tfm) = %{tl_version} -Provides: tex(jkpbxscsl7c.tfm) = %{tl_version} -Provides: tex(jkpbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpbxscsl8r.tfm) = %{tl_version} -Provides: tex(jkpbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpbxscsle.tfm) = %{tl_version} -Provides: tex(jkpbxsl7c.tfm) = %{tl_version} -Provides: tex(jkpbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpbxsl8r.tfm) = %{tl_version} -Provides: tex(jkpbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpbxslc.tfm) = %{tl_version} -Provides: tex(jkpbxsle.tfm) = %{tl_version} -Provides: tex(jkpex.tfm) = %{tl_version} -Provides: tex(jkpexa.tfm) = %{tl_version} -Provides: tex(jkpfbit7t.tfm) = %{tl_version} -Provides: tex(jkpfbit8t.tfm) = %{tl_version} -Provides: tex(jkpfbn7t.tfm) = %{tl_version} -Provides: tex(jkpfbn8t.tfm) = %{tl_version} -Provides: tex(jkpfbsl7t.tfm) = %{tl_version} -Provides: tex(jkpfbsl8t.tfm) = %{tl_version} -Provides: tex(jkpfbxit7t.tfm) = %{tl_version} -Provides: tex(jkpfbxit8t.tfm) = %{tl_version} -Provides: tex(jkpfbxn7t.tfm) = %{tl_version} -Provides: tex(jkpfbxn8t.tfm) = %{tl_version} -Provides: tex(jkpfbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpfbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpfmit7t.tfm) = %{tl_version} -Provides: tex(jkpfmit8t.tfm) = %{tl_version} -Provides: tex(jkpfmn7t.tfm) = %{tl_version} -Provides: tex(jkpfmn8t.tfm) = %{tl_version} -Provides: tex(jkpfmsl7t.tfm) = %{tl_version} -Provides: tex(jkpfmsl8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbit7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbit8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbn7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbn8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxit7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxit8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpfosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpfosnmit7t.tfm) = %{tl_version} -Provides: tex(jkpfosnmit8t.tfm) = %{tl_version} -Provides: tex(jkpfosnmn7t.tfm) = %{tl_version} -Provides: tex(jkpfosnmn8t.tfm) = %{tl_version} -Provides: tex(jkpfosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkpfosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbn7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbn8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnmn7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnmn8t.tfm) = %{tl_version} -Provides: tex(jkpfssosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkpfssosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpkbsc.tfm) = %{tl_version} -Provides: tex(jkpkbsc7t.tfm) = %{tl_version} -Provides: tex(jkpkbsc8t.tfm) = %{tl_version} -Provides: tex(jkpkbscsl.tfm) = %{tl_version} -Provides: tex(jkpkbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkbxsc.tfm) = %{tl_version} -Provides: tex(jkpkbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpkbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpkbxscsl.tfm) = %{tl_version} -Provides: tex(jkpkbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkmsc.tfm) = %{tl_version} -Provides: tex(jkpkmsc7t.tfm) = %{tl_version} -Provides: tex(jkpkmsc8t.tfm) = %{tl_version} -Provides: tex(jkpkmscsl.tfm) = %{tl_version} -Provides: tex(jkpkmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosbsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosbsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosmsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosmsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosnbsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosnbsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpkosnmsc7t.tfm) = %{tl_version} -Provides: tex(jkpkosnmsc8t.tfm) = %{tl_version} -Provides: tex(jkpkosnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpkosnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplbex.tfm) = %{tl_version} -Provides: tex(jkplbexa.tfm) = %{tl_version} -Provides: tex(jkplbit7c.tfm) = %{tl_version} -Provides: tex(jkplbit7t.tfm) = %{tl_version} -Provides: tex(jkplbit8a.tfm) = %{tl_version} -Provides: tex(jkplbit8r.tfm) = %{tl_version} -Provides: tex(jkplbit8t.tfm) = %{tl_version} -Provides: tex(jkplbitc.tfm) = %{tl_version} -Provides: tex(jkplbite.tfm) = %{tl_version} -Provides: tex(jkplbmi.tfm) = %{tl_version} -Provides: tex(jkplbmia.tfm) = %{tl_version} -Provides: tex(jkplbmiaw.tfm) = %{tl_version} -Provides: tex(jkplbmif.tfm) = %{tl_version} -Provides: tex(jkplbmifw.tfm) = %{tl_version} -Provides: tex(jkplbmiw.tfm) = %{tl_version} -Provides: tex(jkplbn7c.tfm) = %{tl_version} -Provides: tex(jkplbn7t.tfm) = %{tl_version} -Provides: tex(jkplbn8a.tfm) = %{tl_version} -Provides: tex(jkplbn8r.tfm) = %{tl_version} -Provides: tex(jkplbn8t.tfm) = %{tl_version} -Provides: tex(jkplbnc.tfm) = %{tl_version} -Provides: tex(jkplbne.tfm) = %{tl_version} -Provides: tex(jkplbsc7c.tfm) = %{tl_version} -Provides: tex(jkplbsc7t.tfm) = %{tl_version} -Provides: tex(jkplbsc8a.tfm) = %{tl_version} -Provides: tex(jkplbsc8r.tfm) = %{tl_version} -Provides: tex(jkplbsc8t.tfm) = %{tl_version} -Provides: tex(jkplbsce.tfm) = %{tl_version} -Provides: tex(jkplbscsl7c.tfm) = %{tl_version} -Provides: tex(jkplbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplbscsl8r.tfm) = %{tl_version} -Provides: tex(jkplbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplbscsle.tfm) = %{tl_version} -Provides: tex(jkplbsl7c.tfm) = %{tl_version} -Provides: tex(jkplbsl7t.tfm) = %{tl_version} -Provides: tex(jkplbsl8r.tfm) = %{tl_version} -Provides: tex(jkplbsl8t.tfm) = %{tl_version} -Provides: tex(jkplbslc.tfm) = %{tl_version} -Provides: tex(jkplbsle.tfm) = %{tl_version} -Provides: tex(jkplbsy.tfm) = %{tl_version} -Provides: tex(jkplbsyb.tfm) = %{tl_version} -Provides: tex(jkplbsybw.tfm) = %{tl_version} -Provides: tex(jkplbsyc.tfm) = %{tl_version} -Provides: tex(jkplbsyd.tfm) = %{tl_version} -Provides: tex(jkplbsydw.tfm) = %{tl_version} -Provides: tex(jkplbsyw.tfm) = %{tl_version} -Provides: tex(jkplbxit7c.tfm) = %{tl_version} -Provides: tex(jkplbxit7t.tfm) = %{tl_version} -Provides: tex(jkplbxit8r.tfm) = %{tl_version} -Provides: tex(jkplbxit8t.tfm) = %{tl_version} -Provides: tex(jkplbxitc.tfm) = %{tl_version} -Provides: tex(jkplbxite.tfm) = %{tl_version} -Provides: tex(jkplbxn7c.tfm) = %{tl_version} -Provides: tex(jkplbxn7t.tfm) = %{tl_version} -Provides: tex(jkplbxn8r.tfm) = %{tl_version} -Provides: tex(jkplbxn8t.tfm) = %{tl_version} -Provides: tex(jkplbxnc.tfm) = %{tl_version} -Provides: tex(jkplbxne.tfm) = %{tl_version} -Provides: tex(jkplbxsc7c.tfm) = %{tl_version} -Provides: tex(jkplbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplbxsc8r.tfm) = %{tl_version} -Provides: tex(jkplbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplbxsce.tfm) = %{tl_version} -Provides: tex(jkplbxscsl7c.tfm) = %{tl_version} -Provides: tex(jkplbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplbxscsl8r.tfm) = %{tl_version} -Provides: tex(jkplbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplbxscsle.tfm) = %{tl_version} -Provides: tex(jkplbxsl7c.tfm) = %{tl_version} -Provides: tex(jkplbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplbxsl8r.tfm) = %{tl_version} -Provides: tex(jkplbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplbxslc.tfm) = %{tl_version} -Provides: tex(jkplbxsle.tfm) = %{tl_version} -Provides: tex(jkplex.tfm) = %{tl_version} -Provides: tex(jkplexa.tfm) = %{tl_version} -Provides: tex(jkplfbit7t.tfm) = %{tl_version} -Provides: tex(jkplfbit8t.tfm) = %{tl_version} -Provides: tex(jkplfbn7t.tfm) = %{tl_version} -Provides: tex(jkplfbn8t.tfm) = %{tl_version} -Provides: tex(jkplfbsl7t.tfm) = %{tl_version} -Provides: tex(jkplfbsl8t.tfm) = %{tl_version} -Provides: tex(jkplfbxit7t.tfm) = %{tl_version} -Provides: tex(jkplfbxit8t.tfm) = %{tl_version} -Provides: tex(jkplfbxn7t.tfm) = %{tl_version} -Provides: tex(jkplfbxn8t.tfm) = %{tl_version} -Provides: tex(jkplfbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplfbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplfmit7t.tfm) = %{tl_version} -Provides: tex(jkplfmit8t.tfm) = %{tl_version} -Provides: tex(jkplfmn7t.tfm) = %{tl_version} -Provides: tex(jkplfmn8t.tfm) = %{tl_version} -Provides: tex(jkplfmsl7t.tfm) = %{tl_version} -Provides: tex(jkplfmsl8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbit7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbit8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbn7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbn8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxit7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxit8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplfosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplfosnmit7t.tfm) = %{tl_version} -Provides: tex(jkplfosnmit8t.tfm) = %{tl_version} -Provides: tex(jkplfosnmn7t.tfm) = %{tl_version} -Provides: tex(jkplfosnmn8t.tfm) = %{tl_version} -Provides: tex(jkplfosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkplfosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkplkbsc.tfm) = %{tl_version} -Provides: tex(jkplkbsc7t.tfm) = %{tl_version} -Provides: tex(jkplkbsc8t.tfm) = %{tl_version} -Provides: tex(jkplkbscsl.tfm) = %{tl_version} -Provides: tex(jkplkbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkbxsc.tfm) = %{tl_version} -Provides: tex(jkplkbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplkbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplkbxscsl.tfm) = %{tl_version} -Provides: tex(jkplkbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkmsc.tfm) = %{tl_version} -Provides: tex(jkplkmsc7t.tfm) = %{tl_version} -Provides: tex(jkplkmsc8t.tfm) = %{tl_version} -Provides: tex(jkplkmscsl.tfm) = %{tl_version} -Provides: tex(jkplkmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosbsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosbsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosmsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosmsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosnbsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosnbsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplkosnmsc7t.tfm) = %{tl_version} -Provides: tex(jkplkosnmsc8t.tfm) = %{tl_version} -Provides: tex(jkplkosnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplkosnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplmi.tfm) = %{tl_version} -Provides: tex(jkplmia.tfm) = %{tl_version} -Provides: tex(jkplmiaw.tfm) = %{tl_version} -Provides: tex(jkplmif.tfm) = %{tl_version} -Provides: tex(jkplmifw.tfm) = %{tl_version} -Provides: tex(jkplmit7c.tfm) = %{tl_version} -Provides: tex(jkplmit7t.tfm) = %{tl_version} -Provides: tex(jkplmit8a.tfm) = %{tl_version} -Provides: tex(jkplmit8r.tfm) = %{tl_version} -Provides: tex(jkplmit8t.tfm) = %{tl_version} -Provides: tex(jkplmitc.tfm) = %{tl_version} -Provides: tex(jkplmite.tfm) = %{tl_version} -Provides: tex(jkplmiw.tfm) = %{tl_version} -Provides: tex(jkplmn7c.tfm) = %{tl_version} -Provides: tex(jkplmn7t.tfm) = %{tl_version} -Provides: tex(jkplmn8a.tfm) = %{tl_version} -Provides: tex(jkplmn8r.tfm) = %{tl_version} -Provides: tex(jkplmn8t.tfm) = %{tl_version} -Provides: tex(jkplmnc.tfm) = %{tl_version} -Provides: tex(jkplmne.tfm) = %{tl_version} -Provides: tex(jkplmsc7c.tfm) = %{tl_version} -Provides: tex(jkplmsc7t.tfm) = %{tl_version} -Provides: tex(jkplmsc8a.tfm) = %{tl_version} -Provides: tex(jkplmsc8r.tfm) = %{tl_version} -Provides: tex(jkplmsc8t.tfm) = %{tl_version} -Provides: tex(jkplmsce.tfm) = %{tl_version} -Provides: tex(jkplmscsl7c.tfm) = %{tl_version} -Provides: tex(jkplmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplmscsl8r.tfm) = %{tl_version} -Provides: tex(jkplmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplmscsle.tfm) = %{tl_version} -Provides: tex(jkplmsl7c.tfm) = %{tl_version} -Provides: tex(jkplmsl7t.tfm) = %{tl_version} -Provides: tex(jkplmsl8r.tfm) = %{tl_version} -Provides: tex(jkplmsl8t.tfm) = %{tl_version} -Provides: tex(jkplmslc.tfm) = %{tl_version} -Provides: tex(jkplmsle.tfm) = %{tl_version} -Provides: tex(jkplosbit7c.tfm) = %{tl_version} -Provides: tex(jkplosbit7t.tfm) = %{tl_version} -Provides: tex(jkplosbit8t.tfm) = %{tl_version} -Provides: tex(jkplosbn7c.tfm) = %{tl_version} -Provides: tex(jkplosbn7t.tfm) = %{tl_version} -Provides: tex(jkplosbn8t.tfm) = %{tl_version} -Provides: tex(jkplosbsc7c.tfm) = %{tl_version} -Provides: tex(jkplosbsc7t.tfm) = %{tl_version} -Provides: tex(jkplosbsc8t.tfm) = %{tl_version} -Provides: tex(jkplosbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosbsl7c.tfm) = %{tl_version} -Provides: tex(jkplosbsl7t.tfm) = %{tl_version} -Provides: tex(jkplosbsl8t.tfm) = %{tl_version} -Provides: tex(jkplosbxit7c.tfm) = %{tl_version} -Provides: tex(jkplosbxit7t.tfm) = %{tl_version} -Provides: tex(jkplosbxit8t.tfm) = %{tl_version} -Provides: tex(jkplosbxn7c.tfm) = %{tl_version} -Provides: tex(jkplosbxn7t.tfm) = %{tl_version} -Provides: tex(jkplosbxn8t.tfm) = %{tl_version} -Provides: tex(jkplosbxsc7c.tfm) = %{tl_version} -Provides: tex(jkplosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplosbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosbxsl7c.tfm) = %{tl_version} -Provides: tex(jkplosbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplosbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplosmit7c.tfm) = %{tl_version} -Provides: tex(jkplosmit7t.tfm) = %{tl_version} -Provides: tex(jkplosmit8t.tfm) = %{tl_version} -Provides: tex(jkplosmn7c.tfm) = %{tl_version} -Provides: tex(jkplosmn7t.tfm) = %{tl_version} -Provides: tex(jkplosmn8t.tfm) = %{tl_version} -Provides: tex(jkplosmsc7c.tfm) = %{tl_version} -Provides: tex(jkplosmsc7t.tfm) = %{tl_version} -Provides: tex(jkplosmsc8t.tfm) = %{tl_version} -Provides: tex(jkplosmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosmsl7c.tfm) = %{tl_version} -Provides: tex(jkplosmsl7t.tfm) = %{tl_version} -Provides: tex(jkplosmsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnbit7t.tfm) = %{tl_version} -Provides: tex(jkplosnbit8t.tfm) = %{tl_version} -Provides: tex(jkplosnbn7t.tfm) = %{tl_version} -Provides: tex(jkplosnbn8t.tfm) = %{tl_version} -Provides: tex(jkplosnbsc7t.tfm) = %{tl_version} -Provides: tex(jkplosnbsc8t.tfm) = %{tl_version} -Provides: tex(jkplosnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnbxit7t.tfm) = %{tl_version} -Provides: tex(jkplosnbxit8t.tfm) = %{tl_version} -Provides: tex(jkplosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkplosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkplosnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkplosnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkplosnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnmit7t.tfm) = %{tl_version} -Provides: tex(jkplosnmit8t.tfm) = %{tl_version} -Provides: tex(jkplosnmn7t.tfm) = %{tl_version} -Provides: tex(jkplosnmn8t.tfm) = %{tl_version} -Provides: tex(jkplosnmsc7t.tfm) = %{tl_version} -Provides: tex(jkplosnmsc8t.tfm) = %{tl_version} -Provides: tex(jkplosnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkplosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkplosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkplsy.tfm) = %{tl_version} -Provides: tex(jkplsyb.tfm) = %{tl_version} -Provides: tex(jkplsybw.tfm) = %{tl_version} -Provides: tex(jkplsyc.tfm) = %{tl_version} -Provides: tex(jkplsyd.tfm) = %{tl_version} -Provides: tex(jkplsydw.tfm) = %{tl_version} -Provides: tex(jkplsyw.tfm) = %{tl_version} -Provides: tex(jkplvosbit7t.tfm) = %{tl_version} -Provides: tex(jkplvosbit8t.tfm) = %{tl_version} -Provides: tex(jkplvosbmi.tfm) = %{tl_version} -Provides: tex(jkplvosbmif.tfm) = %{tl_version} -Provides: tex(jkplvosbmifw.tfm) = %{tl_version} -Provides: tex(jkplvosbmiw.tfm) = %{tl_version} -Provides: tex(jkplvosbn7t.tfm) = %{tl_version} -Provides: tex(jkplvosbn8t.tfm) = %{tl_version} -Provides: tex(jkplvosbsl7t.tfm) = %{tl_version} -Provides: tex(jkplvosbsl8t.tfm) = %{tl_version} -Provides: tex(jkplvosbxit7t.tfm) = %{tl_version} -Provides: tex(jkplvosbxit8t.tfm) = %{tl_version} -Provides: tex(jkplvosbxn7t.tfm) = %{tl_version} -Provides: tex(jkplvosbxn8t.tfm) = %{tl_version} -Provides: tex(jkplvosbxsl7t.tfm) = %{tl_version} -Provides: tex(jkplvosbxsl8t.tfm) = %{tl_version} -Provides: tex(jkplvosmi.tfm) = %{tl_version} -Provides: tex(jkplvosmif.tfm) = %{tl_version} -Provides: tex(jkplvosmifw.tfm) = %{tl_version} -Provides: tex(jkplvosmit7t.tfm) = %{tl_version} -Provides: tex(jkplvosmit8t.tfm) = %{tl_version} -Provides: tex(jkplvosmiw.tfm) = %{tl_version} -Provides: tex(jkplvosmn7t.tfm) = %{tl_version} -Provides: tex(jkplvosmn8t.tfm) = %{tl_version} -Provides: tex(jkplvosmsl7t.tfm) = %{tl_version} -Provides: tex(jkplvosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpmi.tfm) = %{tl_version} -Provides: tex(jkpmia.tfm) = %{tl_version} -Provides: tex(jkpmiaw.tfm) = %{tl_version} -Provides: tex(jkpmif.tfm) = %{tl_version} -Provides: tex(jkpmifw.tfm) = %{tl_version} -Provides: tex(jkpmit7c.tfm) = %{tl_version} -Provides: tex(jkpmit7t.tfm) = %{tl_version} -Provides: tex(jkpmit8a.tfm) = %{tl_version} -Provides: tex(jkpmit8r.tfm) = %{tl_version} -Provides: tex(jkpmit8t.tfm) = %{tl_version} -Provides: tex(jkpmitc.tfm) = %{tl_version} -Provides: tex(jkpmite.tfm) = %{tl_version} -Provides: tex(jkpmiw.tfm) = %{tl_version} -Provides: tex(jkpmn7c.tfm) = %{tl_version} -Provides: tex(jkpmn7t.tfm) = %{tl_version} -Provides: tex(jkpmn8a.tfm) = %{tl_version} -Provides: tex(jkpmn8r.tfm) = %{tl_version} -Provides: tex(jkpmn8t.tfm) = %{tl_version} -Provides: tex(jkpmnc.tfm) = %{tl_version} -Provides: tex(jkpmne.tfm) = %{tl_version} -Provides: tex(jkpmsc7c.tfm) = %{tl_version} -Provides: tex(jkpmsc7t.tfm) = %{tl_version} -Provides: tex(jkpmsc8a.tfm) = %{tl_version} -Provides: tex(jkpmsc8r.tfm) = %{tl_version} -Provides: tex(jkpmsc8t.tfm) = %{tl_version} -Provides: tex(jkpmsce.tfm) = %{tl_version} -Provides: tex(jkpmscsl7c.tfm) = %{tl_version} -Provides: tex(jkpmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpmscsl8r.tfm) = %{tl_version} -Provides: tex(jkpmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpmscsle.tfm) = %{tl_version} -Provides: tex(jkpmsl7c.tfm) = %{tl_version} -Provides: tex(jkpmsl7t.tfm) = %{tl_version} -Provides: tex(jkpmsl8r.tfm) = %{tl_version} -Provides: tex(jkpmsl8t.tfm) = %{tl_version} -Provides: tex(jkpmslc.tfm) = %{tl_version} -Provides: tex(jkpmsle.tfm) = %{tl_version} -Provides: tex(jkposbit7c.tfm) = %{tl_version} -Provides: tex(jkposbit7t.tfm) = %{tl_version} -Provides: tex(jkposbit8t.tfm) = %{tl_version} -Provides: tex(jkposbn7c.tfm) = %{tl_version} -Provides: tex(jkposbn7t.tfm) = %{tl_version} -Provides: tex(jkposbn8t.tfm) = %{tl_version} -Provides: tex(jkposbsc7c.tfm) = %{tl_version} -Provides: tex(jkposbsc7t.tfm) = %{tl_version} -Provides: tex(jkposbsc8t.tfm) = %{tl_version} -Provides: tex(jkposbscsl7t.tfm) = %{tl_version} -Provides: tex(jkposbscsl8t.tfm) = %{tl_version} -Provides: tex(jkposbsl7c.tfm) = %{tl_version} -Provides: tex(jkposbsl7t.tfm) = %{tl_version} -Provides: tex(jkposbsl8t.tfm) = %{tl_version} -Provides: tex(jkposbxit7c.tfm) = %{tl_version} -Provides: tex(jkposbxit7t.tfm) = %{tl_version} -Provides: tex(jkposbxit8t.tfm) = %{tl_version} -Provides: tex(jkposbxn7c.tfm) = %{tl_version} -Provides: tex(jkposbxn7t.tfm) = %{tl_version} -Provides: tex(jkposbxn8t.tfm) = %{tl_version} -Provides: tex(jkposbxsc7c.tfm) = %{tl_version} -Provides: tex(jkposbxsc7t.tfm) = %{tl_version} -Provides: tex(jkposbxsc8t.tfm) = %{tl_version} -Provides: tex(jkposbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkposbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkposbxsl7c.tfm) = %{tl_version} -Provides: tex(jkposbxsl7t.tfm) = %{tl_version} -Provides: tex(jkposbxsl8t.tfm) = %{tl_version} -Provides: tex(jkposmit7c.tfm) = %{tl_version} -Provides: tex(jkposmit7t.tfm) = %{tl_version} -Provides: tex(jkposmit8t.tfm) = %{tl_version} -Provides: tex(jkposmn7c.tfm) = %{tl_version} -Provides: tex(jkposmn7t.tfm) = %{tl_version} -Provides: tex(jkposmn8t.tfm) = %{tl_version} -Provides: tex(jkposmsc7c.tfm) = %{tl_version} -Provides: tex(jkposmsc7t.tfm) = %{tl_version} -Provides: tex(jkposmsc8t.tfm) = %{tl_version} -Provides: tex(jkposmscsl7t.tfm) = %{tl_version} -Provides: tex(jkposmscsl8t.tfm) = %{tl_version} -Provides: tex(jkposmsl7c.tfm) = %{tl_version} -Provides: tex(jkposmsl7t.tfm) = %{tl_version} -Provides: tex(jkposmsl8t.tfm) = %{tl_version} -Provides: tex(jkposnbit7t.tfm) = %{tl_version} -Provides: tex(jkposnbit8t.tfm) = %{tl_version} -Provides: tex(jkposnbn7t.tfm) = %{tl_version} -Provides: tex(jkposnbn8t.tfm) = %{tl_version} -Provides: tex(jkposnbsc7t.tfm) = %{tl_version} -Provides: tex(jkposnbsc8t.tfm) = %{tl_version} -Provides: tex(jkposnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkposnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkposnbsl7t.tfm) = %{tl_version} -Provides: tex(jkposnbsl8t.tfm) = %{tl_version} -Provides: tex(jkposnbxit7t.tfm) = %{tl_version} -Provides: tex(jkposnbxit8t.tfm) = %{tl_version} -Provides: tex(jkposnbxn7t.tfm) = %{tl_version} -Provides: tex(jkposnbxn8t.tfm) = %{tl_version} -Provides: tex(jkposnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkposnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkposnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkposnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkposnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkposnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkposnmit7t.tfm) = %{tl_version} -Provides: tex(jkposnmit8t.tfm) = %{tl_version} -Provides: tex(jkposnmn7t.tfm) = %{tl_version} -Provides: tex(jkposnmn8t.tfm) = %{tl_version} -Provides: tex(jkposnmsc7t.tfm) = %{tl_version} -Provides: tex(jkposnmsc8t.tfm) = %{tl_version} -Provides: tex(jkposnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkposnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkposnmsl7t.tfm) = %{tl_version} -Provides: tex(jkposnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpssbex.tfm) = %{tl_version} -Provides: tex(jkpssbmi.tfm) = %{tl_version} -Provides: tex(jkpssbmia.tfm) = %{tl_version} -Provides: tex(jkpssbmif.tfm) = %{tl_version} -Provides: tex(jkpssbn7c.tfm) = %{tl_version} -Provides: tex(jkpssbn7t.tfm) = %{tl_version} -Provides: tex(jkpssbn8a.tfm) = %{tl_version} -Provides: tex(jkpssbn8r.tfm) = %{tl_version} -Provides: tex(jkpssbn8t.tfm) = %{tl_version} -Provides: tex(jkpssbnc.tfm) = %{tl_version} -Provides: tex(jkpssbne.tfm) = %{tl_version} -Provides: tex(jkpssbsc7c.tfm) = %{tl_version} -Provides: tex(jkpssbsc7t.tfm) = %{tl_version} -Provides: tex(jkpssbsc8a.tfm) = %{tl_version} -Provides: tex(jkpssbsc8r.tfm) = %{tl_version} -Provides: tex(jkpssbsc8t.tfm) = %{tl_version} -Provides: tex(jkpssbsce.tfm) = %{tl_version} -Provides: tex(jkpssbscsl7c.tfm) = %{tl_version} -Provides: tex(jkpssbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssbscsl8r.tfm) = %{tl_version} -Provides: tex(jkpssbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssbscsle.tfm) = %{tl_version} -Provides: tex(jkpssbsl7c.tfm) = %{tl_version} -Provides: tex(jkpssbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssbsl8r.tfm) = %{tl_version} -Provides: tex(jkpssbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssbslc.tfm) = %{tl_version} -Provides: tex(jkpssbsle.tfm) = %{tl_version} -Provides: tex(jkpssbsyb.tfm) = %{tl_version} -Provides: tex(jkpssbsybw.tfm) = %{tl_version} -Provides: tex(jkpssbxn7c.tfm) = %{tl_version} -Provides: tex(jkpssbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssbxn8r.tfm) = %{tl_version} -Provides: tex(jkpssbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssbxnc.tfm) = %{tl_version} -Provides: tex(jkpssbxne.tfm) = %{tl_version} -Provides: tex(jkpssbxsc7c.tfm) = %{tl_version} -Provides: tex(jkpssbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpssbxsc8r.tfm) = %{tl_version} -Provides: tex(jkpssbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpssbxsce.tfm) = %{tl_version} -Provides: tex(jkpssbxscsl7c.tfm) = %{tl_version} -Provides: tex(jkpssbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssbxscsl8r.tfm) = %{tl_version} -Provides: tex(jkpssbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssbxscsle.tfm) = %{tl_version} -Provides: tex(jkpssbxsl7c.tfm) = %{tl_version} -Provides: tex(jkpssbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssbxsl8r.tfm) = %{tl_version} -Provides: tex(jkpssbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssbxslc.tfm) = %{tl_version} -Provides: tex(jkpssbxsle.tfm) = %{tl_version} -Provides: tex(jkpssex.tfm) = %{tl_version} -Provides: tex(jkpssfbn7t.tfm) = %{tl_version} -Provides: tex(jkpssfbn8t.tfm) = %{tl_version} -Provides: tex(jkpssfbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssfbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssfbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssfbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssfmn7t.tfm) = %{tl_version} -Provides: tex(jkpssfmn8t.tfm) = %{tl_version} -Provides: tex(jkpssfmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfmsl8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbn7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbn8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnmn7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnmn8t.tfm) = %{tl_version} -Provides: tex(jkpssfosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssfosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskbsc.tfm) = %{tl_version} -Provides: tex(jkpsskbsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskbsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskbscsl.tfm) = %{tl_version} -Provides: tex(jkpsskbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskbxsc.tfm) = %{tl_version} -Provides: tex(jkpsskbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskbxscsl.tfm) = %{tl_version} -Provides: tex(jkpsskbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskmsc.tfm) = %{tl_version} -Provides: tex(jkpsskmsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskmsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskmscsl.tfm) = %{tl_version} -Provides: tex(jkpsskmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosbsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosbsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosmsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosmsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnmsc7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnmsc8t.tfm) = %{tl_version} -Provides: tex(jkpsskosnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpsskosnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpsslbsyb.tfm) = %{tl_version} -Provides: tex(jkpsslbsybw.tfm) = %{tl_version} -Provides: tex(jkpsslsyb.tfm) = %{tl_version} -Provides: tex(jkpsslsybw.tfm) = %{tl_version} -Provides: tex(jkpssmi.tfm) = %{tl_version} -Provides: tex(jkpssmia.tfm) = %{tl_version} -Provides: tex(jkpssmif.tfm) = %{tl_version} -Provides: tex(jkpssmn7c.tfm) = %{tl_version} -Provides: tex(jkpssmn7t.tfm) = %{tl_version} -Provides: tex(jkpssmn8a.tfm) = %{tl_version} -Provides: tex(jkpssmn8r.tfm) = %{tl_version} -Provides: tex(jkpssmn8t.tfm) = %{tl_version} -Provides: tex(jkpssmnc.tfm) = %{tl_version} -Provides: tex(jkpssmne.tfm) = %{tl_version} -Provides: tex(jkpssmsc7c.tfm) = %{tl_version} -Provides: tex(jkpssmsc7t.tfm) = %{tl_version} -Provides: tex(jkpssmsc8a.tfm) = %{tl_version} -Provides: tex(jkpssmsc8r.tfm) = %{tl_version} -Provides: tex(jkpssmsc8t.tfm) = %{tl_version} -Provides: tex(jkpssmsce.tfm) = %{tl_version} -Provides: tex(jkpssmscsl7c.tfm) = %{tl_version} -Provides: tex(jkpssmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssmscsl8r.tfm) = %{tl_version} -Provides: tex(jkpssmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssmscsle.tfm) = %{tl_version} -Provides: tex(jkpssmsl7c.tfm) = %{tl_version} -Provides: tex(jkpssmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssmsl8r.tfm) = %{tl_version} -Provides: tex(jkpssmsl8t.tfm) = %{tl_version} -Provides: tex(jkpssmslc.tfm) = %{tl_version} -Provides: tex(jkpssmsle.tfm) = %{tl_version} -Provides: tex(jkpssosbn7t.tfm) = %{tl_version} -Provides: tex(jkpssosbn8t.tfm) = %{tl_version} -Provides: tex(jkpssosbsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosbsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssosbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosmn7t.tfm) = %{tl_version} -Provides: tex(jkpssosmn8t.tfm) = %{tl_version} -Provides: tex(jkpssosmsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosmsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbn7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbn8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnmn7t.tfm) = %{tl_version} -Provides: tex(jkpssosnmn8t.tfm) = %{tl_version} -Provides: tex(jkpssosnmsc7t.tfm) = %{tl_version} -Provides: tex(jkpssosnmsc8t.tfm) = %{tl_version} -Provides: tex(jkpssosnmscsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnmscsl8t.tfm) = %{tl_version} -Provides: tex(jkpssosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpsssyb.tfm) = %{tl_version} -Provides: tex(jkpsssybw.tfm) = %{tl_version} -Provides: tex(jkpssvosbmi.tfm) = %{tl_version} -Provides: tex(jkpssvosbmif.tfm) = %{tl_version} -Provides: tex(jkpssvosbn7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbn8t.tfm) = %{tl_version} -Provides: tex(jkpssvosbsc7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbsc8t.tfm) = %{tl_version} -Provides: tex(jkpssvosbsl7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbsl8t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxn7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxn8t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxsc7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxsc8t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpssvosbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpssvosmi.tfm) = %{tl_version} -Provides: tex(jkpssvosmif.tfm) = %{tl_version} -Provides: tex(jkpssvosmn7t.tfm) = %{tl_version} -Provides: tex(jkpssvosmn8t.tfm) = %{tl_version} -Provides: tex(jkpssvosmsc7t.tfm) = %{tl_version} -Provides: tex(jkpssvosmsc8t.tfm) = %{tl_version} -Provides: tex(jkpssvosmsl7t.tfm) = %{tl_version} -Provides: tex(jkpssvosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpsy.tfm) = %{tl_version} -Provides: tex(jkpsya.tfm) = %{tl_version} -Provides: tex(jkpsyb.tfm) = %{tl_version} -Provides: tex(jkpsybw.tfm) = %{tl_version} -Provides: tex(jkpsyc.tfm) = %{tl_version} -Provides: tex(jkpsyd.tfm) = %{tl_version} -Provides: tex(jkpsydw.tfm) = %{tl_version} -Provides: tex(jkpsyw.tfm) = %{tl_version} -Provides: tex(jkpttbn7c.tfm) = %{tl_version} -Provides: tex(jkpttbn7t.tfm) = %{tl_version} -Provides: tex(jkpttbn8a.tfm) = %{tl_version} -Provides: tex(jkpttbn8r.tfm) = %{tl_version} -Provides: tex(jkpttbn8t.tfm) = %{tl_version} -Provides: tex(jkpttbnc.tfm) = %{tl_version} -Provides: tex(jkpttbne.tfm) = %{tl_version} -Provides: tex(jkpttbsl7c.tfm) = %{tl_version} -Provides: tex(jkpttbsl7t.tfm) = %{tl_version} -Provides: tex(jkpttbsl8r.tfm) = %{tl_version} -Provides: tex(jkpttbsl8t.tfm) = %{tl_version} -Provides: tex(jkpttbslc.tfm) = %{tl_version} -Provides: tex(jkpttbsle.tfm) = %{tl_version} -Provides: tex(jkpttmn7c.tfm) = %{tl_version} -Provides: tex(jkpttmn7t.tfm) = %{tl_version} -Provides: tex(jkpttmn8a.tfm) = %{tl_version} -Provides: tex(jkpttmn8r.tfm) = %{tl_version} -Provides: tex(jkpttmn8t.tfm) = %{tl_version} -Provides: tex(jkpttmnc.tfm) = %{tl_version} -Provides: tex(jkpttmne.tfm) = %{tl_version} -Provides: tex(jkpttmsl7c.tfm) = %{tl_version} -Provides: tex(jkpttmsl7t.tfm) = %{tl_version} -Provides: tex(jkpttmsl8r.tfm) = %{tl_version} -Provides: tex(jkpttmsl8t.tfm) = %{tl_version} -Provides: tex(jkpttmslc.tfm) = %{tl_version} -Provides: tex(jkpttmsle.tfm) = %{tl_version} -Provides: tex(jkpttosbn7t.tfm) = %{tl_version} -Provides: tex(jkpttosbn8t.tfm) = %{tl_version} -Provides: tex(jkpttosbsl7t.tfm) = %{tl_version} -Provides: tex(jkpttosbsl8t.tfm) = %{tl_version} -Provides: tex(jkpttosmn7t.tfm) = %{tl_version} -Provides: tex(jkpttosmn8t.tfm) = %{tl_version} -Provides: tex(jkpttosmsl7t.tfm) = %{tl_version} -Provides: tex(jkpttosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpttosnbn7t.tfm) = %{tl_version} -Provides: tex(jkpttosnbn8t.tfm) = %{tl_version} -Provides: tex(jkpttosnbsl7t.tfm) = %{tl_version} -Provides: tex(jkpttosnbsl8t.tfm) = %{tl_version} -Provides: tex(jkpttosnmn7t.tfm) = %{tl_version} -Provides: tex(jkpttosnmn8t.tfm) = %{tl_version} -Provides: tex(jkpttosnmsl7t.tfm) = %{tl_version} -Provides: tex(jkpttosnmsl8t.tfm) = %{tl_version} -Provides: tex(jkpttvosbn7t.tfm) = %{tl_version} -Provides: tex(jkpttvosbn8t.tfm) = %{tl_version} -Provides: tex(jkpttvosbsl7t.tfm) = %{tl_version} -Provides: tex(jkpttvosbsl8t.tfm) = %{tl_version} -Provides: tex(jkpttvosmn7t.tfm) = %{tl_version} -Provides: tex(jkpttvosmn8t.tfm) = %{tl_version} -Provides: tex(jkpttvosmsl7t.tfm) = %{tl_version} -Provides: tex(jkpttvosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpvosbit7t.tfm) = %{tl_version} -Provides: tex(jkpvosbit8t.tfm) = %{tl_version} -Provides: tex(jkpvosbmi.tfm) = %{tl_version} -Provides: tex(jkpvosbmif.tfm) = %{tl_version} -Provides: tex(jkpvosbmifw.tfm) = %{tl_version} -Provides: tex(jkpvosbmiw.tfm) = %{tl_version} -Provides: tex(jkpvosbn7t.tfm) = %{tl_version} -Provides: tex(jkpvosbn8t.tfm) = %{tl_version} -Provides: tex(jkpvosbsl7t.tfm) = %{tl_version} -Provides: tex(jkpvosbsl8t.tfm) = %{tl_version} -Provides: tex(jkpvosbxit7t.tfm) = %{tl_version} -Provides: tex(jkpvosbxit8t.tfm) = %{tl_version} -Provides: tex(jkpvosbxn7t.tfm) = %{tl_version} -Provides: tex(jkpvosbxn8t.tfm) = %{tl_version} -Provides: tex(jkpvosbxsl7t.tfm) = %{tl_version} -Provides: tex(jkpvosbxsl8t.tfm) = %{tl_version} -Provides: tex(jkpvosmi.tfm) = %{tl_version} -Provides: tex(jkpvosmif.tfm) = %{tl_version} -Provides: tex(jkpvosmifw.tfm) = %{tl_version} -Provides: tex(jkpvosmit7t.tfm) = %{tl_version} -Provides: tex(jkpvosmit8t.tfm) = %{tl_version} -Provides: tex(jkpvosmiw.tfm) = %{tl_version} -Provides: tex(jkpvosmn7t.tfm) = %{tl_version} -Provides: tex(jkpvosmn8t.tfm) = %{tl_version} -Provides: tex(jkpvosmsl7t.tfm) = %{tl_version} -Provides: tex(jkpvosmsl8t.tfm) = %{tl_version} -Provides: tex(jkpbex.pfb) = %{tl_version} -Provides: tex(jkpbexa.pfb) = %{tl_version} -Provides: tex(jkpbit8a.pfb) = %{tl_version} -Provides: tex(jkpbitc.pfb) = %{tl_version} -Provides: tex(jkpbite.pfb) = %{tl_version} -Provides: tex(jkpbmi.pfb) = %{tl_version} -Provides: tex(jkpbmia.pfb) = %{tl_version} -Provides: tex(jkpbn8a.pfb) = %{tl_version} -Provides: tex(jkpbnc.pfb) = %{tl_version} -Provides: tex(jkpbne.pfb) = %{tl_version} -Provides: tex(jkpbsc8a.pfb) = %{tl_version} -Provides: tex(jkpbsce.pfb) = %{tl_version} -Provides: tex(jkpbsy.pfb) = %{tl_version} -Provides: tex(jkpbsya.pfb) = %{tl_version} -Provides: tex(jkpbsyb.pfb) = %{tl_version} -Provides: tex(jkpbsyc.pfb) = %{tl_version} -Provides: tex(jkpbsyd.pfb) = %{tl_version} -Provides: tex(jkpex.pfb) = %{tl_version} -Provides: tex(jkpexa.pfb) = %{tl_version} -Provides: tex(jkpkbsc.pfb) = %{tl_version} -Provides: tex(jkpkmsc.pfb) = %{tl_version} -Provides: tex(jkplbex.pfb) = %{tl_version} -Provides: tex(jkplbexa.pfb) = %{tl_version} -Provides: tex(jkplbit8a.pfb) = %{tl_version} -Provides: tex(jkplbitc.pfb) = %{tl_version} -Provides: tex(jkplbite.pfb) = %{tl_version} -Provides: tex(jkplbmi.pfb) = %{tl_version} -Provides: tex(jkplbmia.pfb) = %{tl_version} -Provides: tex(jkplbn8a.pfb) = %{tl_version} -Provides: tex(jkplbnc.pfb) = %{tl_version} -Provides: tex(jkplbne.pfb) = %{tl_version} -Provides: tex(jkplbsc8a.pfb) = %{tl_version} -Provides: tex(jkplbsce.pfb) = %{tl_version} -Provides: tex(jkplbsy.pfb) = %{tl_version} -Provides: tex(jkplbsyb.pfb) = %{tl_version} -Provides: tex(jkplbsyc.pfb) = %{tl_version} -Provides: tex(jkplbsyd.pfb) = %{tl_version} -Provides: tex(jkplex.pfb) = %{tl_version} -Provides: tex(jkplexa.pfb) = %{tl_version} -Provides: tex(jkplkbsc.pfb) = %{tl_version} -Provides: tex(jkplkmsc.pfb) = %{tl_version} -Provides: tex(jkplmi.pfb) = %{tl_version} -Provides: tex(jkplmia.pfb) = %{tl_version} -Provides: tex(jkplmit8a.pfb) = %{tl_version} -Provides: tex(jkplmitc.pfb) = %{tl_version} -Provides: tex(jkplmite.pfb) = %{tl_version} -Provides: tex(jkplmn8a.pfb) = %{tl_version} -Provides: tex(jkplmnc.pfb) = %{tl_version} -Provides: tex(jkplmne.pfb) = %{tl_version} -Provides: tex(jkplmsc8a.pfb) = %{tl_version} -Provides: tex(jkplmsce.pfb) = %{tl_version} -Provides: tex(jkplsy.pfb) = %{tl_version} -Provides: tex(jkplsyb.pfb) = %{tl_version} -Provides: tex(jkplsyc.pfb) = %{tl_version} -Provides: tex(jkplsyd.pfb) = %{tl_version} -Provides: tex(jkpmi.pfb) = %{tl_version} -Provides: tex(jkpmia.pfb) = %{tl_version} -Provides: tex(jkpmit8a.pfb) = %{tl_version} -Provides: tex(jkpmitc.pfb) = %{tl_version} -Provides: tex(jkpmite.pfb) = %{tl_version} -Provides: tex(jkpmn8a.pfb) = %{tl_version} -Provides: tex(jkpmnc.pfb) = %{tl_version} -Provides: tex(jkpmne.pfb) = %{tl_version} -Provides: tex(jkpmsc8a.pfb) = %{tl_version} -Provides: tex(jkpmsce.pfb) = %{tl_version} -Provides: tex(jkpssbn8a.pfb) = %{tl_version} -Provides: tex(jkpssbnc.pfb) = %{tl_version} -Provides: tex(jkpssbne.pfb) = %{tl_version} -Provides: tex(jkpssbsc8a.pfb) = %{tl_version} -Provides: tex(jkpssbsce.pfb) = %{tl_version} -Provides: tex(jkpsskbsc.pfb) = %{tl_version} -Provides: tex(jkpsskmsc.pfb) = %{tl_version} -Provides: tex(jkpssmn8a.pfb) = %{tl_version} -Provides: tex(jkpssmnc.pfb) = %{tl_version} -Provides: tex(jkpssmne.pfb) = %{tl_version} -Provides: tex(jkpssmsc8a.pfb) = %{tl_version} -Provides: tex(jkpssmsce.pfb) = %{tl_version} -Provides: tex(jkpsy.pfb) = %{tl_version} -Provides: tex(jkpsya.pfb) = %{tl_version} -Provides: tex(jkpsyb.pfb) = %{tl_version} -Provides: tex(jkpsyc.pfb) = %{tl_version} -Provides: tex(jkpsyd.pfb) = %{tl_version} -Provides: tex(jkpttbn8a.pfb) = %{tl_version} -Provides: tex(jkpttbnc.pfb) = %{tl_version} -Provides: tex(jkpttbne.pfb) = %{tl_version} -Provides: tex(jkpttmn8a.pfb) = %{tl_version} -Provides: tex(jkpttmnc.pfb) = %{tl_version} -Provides: tex(jkpttmne.pfb) = %{tl_version} -Provides: tex(jkpbit7c.vf) = %{tl_version} -Provides: tex(jkpbit7t.vf) = %{tl_version} -Provides: tex(jkpbit8t.vf) = %{tl_version} -Provides: tex(jkpbmiaw.vf) = %{tl_version} -Provides: tex(jkpbmif.vf) = %{tl_version} -Provides: tex(jkpbmifw.vf) = %{tl_version} -Provides: tex(jkpbmiw.vf) = %{tl_version} -Provides: tex(jkpbn7c.vf) = %{tl_version} -Provides: tex(jkpbn7t.vf) = %{tl_version} -Provides: tex(jkpbn8t.vf) = %{tl_version} -Provides: tex(jkpbsc7c.vf) = %{tl_version} -Provides: tex(jkpbsc7t.vf) = %{tl_version} -Provides: tex(jkpbsc8t.vf) = %{tl_version} -Provides: tex(jkpbscsl7c.vf) = %{tl_version} -Provides: tex(jkpbscsl7t.vf) = %{tl_version} -Provides: tex(jkpbscsl8t.vf) = %{tl_version} -Provides: tex(jkpbsl7c.vf) = %{tl_version} -Provides: tex(jkpbsl7t.vf) = %{tl_version} -Provides: tex(jkpbsl8t.vf) = %{tl_version} -Provides: tex(jkpbsybw.vf) = %{tl_version} -Provides: tex(jkpbsydw.vf) = %{tl_version} -Provides: tex(jkpbsyw.vf) = %{tl_version} -Provides: tex(jkpbxit7c.vf) = %{tl_version} -Provides: tex(jkpbxit7t.vf) = %{tl_version} -Provides: tex(jkpbxit8t.vf) = %{tl_version} -Provides: tex(jkpbxn7c.vf) = %{tl_version} -Provides: tex(jkpbxn7t.vf) = %{tl_version} -Provides: tex(jkpbxn8t.vf) = %{tl_version} -Provides: tex(jkpbxsc7c.vf) = %{tl_version} -Provides: tex(jkpbxsc7t.vf) = %{tl_version} -Provides: tex(jkpbxsc8t.vf) = %{tl_version} -Provides: tex(jkpbxscsl7c.vf) = %{tl_version} -Provides: tex(jkpbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpbxsl7c.vf) = %{tl_version} -Provides: tex(jkpbxsl7t.vf) = %{tl_version} -Provides: tex(jkpbxsl8t.vf) = %{tl_version} -Provides: tex(jkpfbit7t.vf) = %{tl_version} -Provides: tex(jkpfbit8t.vf) = %{tl_version} -Provides: tex(jkpfbn7t.vf) = %{tl_version} -Provides: tex(jkpfbn8t.vf) = %{tl_version} -Provides: tex(jkpfbsl7t.vf) = %{tl_version} -Provides: tex(jkpfbsl8t.vf) = %{tl_version} -Provides: tex(jkpfbxit7t.vf) = %{tl_version} -Provides: tex(jkpfbxit8t.vf) = %{tl_version} -Provides: tex(jkpfbxn7t.vf) = %{tl_version} -Provides: tex(jkpfbxn8t.vf) = %{tl_version} -Provides: tex(jkpfbxsl7t.vf) = %{tl_version} -Provides: tex(jkpfbxsl8t.vf) = %{tl_version} -Provides: tex(jkpfmit7t.vf) = %{tl_version} -Provides: tex(jkpfmit8t.vf) = %{tl_version} -Provides: tex(jkpfmn7t.vf) = %{tl_version} -Provides: tex(jkpfmn8t.vf) = %{tl_version} -Provides: tex(jkpfmsl7t.vf) = %{tl_version} -Provides: tex(jkpfmsl8t.vf) = %{tl_version} -Provides: tex(jkpfosnbit7t.vf) = %{tl_version} -Provides: tex(jkpfosnbit8t.vf) = %{tl_version} -Provides: tex(jkpfosnbn7t.vf) = %{tl_version} -Provides: tex(jkpfosnbn8t.vf) = %{tl_version} -Provides: tex(jkpfosnbsl7t.vf) = %{tl_version} -Provides: tex(jkpfosnbsl8t.vf) = %{tl_version} -Provides: tex(jkpfosnbxit7t.vf) = %{tl_version} -Provides: tex(jkpfosnbxit8t.vf) = %{tl_version} -Provides: tex(jkpfosnbxn7t.vf) = %{tl_version} -Provides: tex(jkpfosnbxn8t.vf) = %{tl_version} -Provides: tex(jkpfosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkpfosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkpfosnmit7t.vf) = %{tl_version} -Provides: tex(jkpfosnmit8t.vf) = %{tl_version} -Provides: tex(jkpfosnmn7t.vf) = %{tl_version} -Provides: tex(jkpfosnmn8t.vf) = %{tl_version} -Provides: tex(jkpfosnmsl7t.vf) = %{tl_version} -Provides: tex(jkpfosnmsl8t.vf) = %{tl_version} -Provides: tex(jkpfssosnbn7t.vf) = %{tl_version} -Provides: tex(jkpfssosnbn8t.vf) = %{tl_version} -Provides: tex(jkpfssosnbsl7t.vf) = %{tl_version} -Provides: tex(jkpfssosnbsl8t.vf) = %{tl_version} -Provides: tex(jkpfssosnbxn7t.vf) = %{tl_version} -Provides: tex(jkpfssosnbxn8t.vf) = %{tl_version} -Provides: tex(jkpfssosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkpfssosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkpfssosnmn7t.vf) = %{tl_version} -Provides: tex(jkpfssosnmn8t.vf) = %{tl_version} -Provides: tex(jkpfssosnmsl7t.vf) = %{tl_version} -Provides: tex(jkpfssosnmsl8t.vf) = %{tl_version} -Provides: tex(jkpkbsc7t.vf) = %{tl_version} -Provides: tex(jkpkbsc8t.vf) = %{tl_version} -Provides: tex(jkpkbscsl7t.vf) = %{tl_version} -Provides: tex(jkpkbscsl8t.vf) = %{tl_version} -Provides: tex(jkpkbxsc7t.vf) = %{tl_version} -Provides: tex(jkpkbxsc8t.vf) = %{tl_version} -Provides: tex(jkpkbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpkbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpkmsc7t.vf) = %{tl_version} -Provides: tex(jkpkmsc8t.vf) = %{tl_version} -Provides: tex(jkpkmscsl7t.vf) = %{tl_version} -Provides: tex(jkpkmscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosbsc7t.vf) = %{tl_version} -Provides: tex(jkpkosbsc8t.vf) = %{tl_version} -Provides: tex(jkpkosbscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosbscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosbxsc7t.vf) = %{tl_version} -Provides: tex(jkpkosbxsc8t.vf) = %{tl_version} -Provides: tex(jkpkosbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosmsc7t.vf) = %{tl_version} -Provides: tex(jkpkosmsc8t.vf) = %{tl_version} -Provides: tex(jkpkosmscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosmscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosnbsc7t.vf) = %{tl_version} -Provides: tex(jkpkosnbsc8t.vf) = %{tl_version} -Provides: tex(jkpkosnbscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosnbscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosnbxsc7t.vf) = %{tl_version} -Provides: tex(jkpkosnbxsc8t.vf) = %{tl_version} -Provides: tex(jkpkosnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpkosnmsc7t.vf) = %{tl_version} -Provides: tex(jkpkosnmsc8t.vf) = %{tl_version} -Provides: tex(jkpkosnmscsl7t.vf) = %{tl_version} -Provides: tex(jkpkosnmscsl8t.vf) = %{tl_version} -Provides: tex(jkplbit7c.vf) = %{tl_version} -Provides: tex(jkplbit7t.vf) = %{tl_version} -Provides: tex(jkplbit8t.vf) = %{tl_version} -Provides: tex(jkplbmiaw.vf) = %{tl_version} -Provides: tex(jkplbmif.vf) = %{tl_version} -Provides: tex(jkplbmifw.vf) = %{tl_version} -Provides: tex(jkplbmiw.vf) = %{tl_version} -Provides: tex(jkplbn7c.vf) = %{tl_version} -Provides: tex(jkplbn7t.vf) = %{tl_version} -Provides: tex(jkplbn8t.vf) = %{tl_version} -Provides: tex(jkplbsc7c.vf) = %{tl_version} -Provides: tex(jkplbsc7t.vf) = %{tl_version} -Provides: tex(jkplbsc8t.vf) = %{tl_version} -Provides: tex(jkplbscsl7c.vf) = %{tl_version} -Provides: tex(jkplbscsl7t.vf) = %{tl_version} -Provides: tex(jkplbscsl8t.vf) = %{tl_version} -Provides: tex(jkplbsl7c.vf) = %{tl_version} -Provides: tex(jkplbsl7t.vf) = %{tl_version} -Provides: tex(jkplbsl8t.vf) = %{tl_version} -Provides: tex(jkplbsybw.vf) = %{tl_version} -Provides: tex(jkplbsydw.vf) = %{tl_version} -Provides: tex(jkplbsyw.vf) = %{tl_version} -Provides: tex(jkplbxit7c.vf) = %{tl_version} -Provides: tex(jkplbxit7t.vf) = %{tl_version} -Provides: tex(jkplbxit8t.vf) = %{tl_version} -Provides: tex(jkplbxn7c.vf) = %{tl_version} -Provides: tex(jkplbxn7t.vf) = %{tl_version} -Provides: tex(jkplbxn8t.vf) = %{tl_version} -Provides: tex(jkplbxsc7c.vf) = %{tl_version} -Provides: tex(jkplbxsc7t.vf) = %{tl_version} -Provides: tex(jkplbxsc8t.vf) = %{tl_version} -Provides: tex(jkplbxscsl7c.vf) = %{tl_version} -Provides: tex(jkplbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplbxsl7c.vf) = %{tl_version} -Provides: tex(jkplbxsl7t.vf) = %{tl_version} -Provides: tex(jkplbxsl8t.vf) = %{tl_version} -Provides: tex(jkplfbit7t.vf) = %{tl_version} -Provides: tex(jkplfbit8t.vf) = %{tl_version} -Provides: tex(jkplfbn7t.vf) = %{tl_version} -Provides: tex(jkplfbn8t.vf) = %{tl_version} -Provides: tex(jkplfbsl7t.vf) = %{tl_version} -Provides: tex(jkplfbsl8t.vf) = %{tl_version} -Provides: tex(jkplfbxit7t.vf) = %{tl_version} -Provides: tex(jkplfbxit8t.vf) = %{tl_version} -Provides: tex(jkplfbxn7t.vf) = %{tl_version} -Provides: tex(jkplfbxn8t.vf) = %{tl_version} -Provides: tex(jkplfbxsl7t.vf) = %{tl_version} -Provides: tex(jkplfbxsl8t.vf) = %{tl_version} -Provides: tex(jkplfmit7t.vf) = %{tl_version} -Provides: tex(jkplfmit8t.vf) = %{tl_version} -Provides: tex(jkplfmn7t.vf) = %{tl_version} -Provides: tex(jkplfmn8t.vf) = %{tl_version} -Provides: tex(jkplfmsl7t.vf) = %{tl_version} -Provides: tex(jkplfmsl8t.vf) = %{tl_version} -Provides: tex(jkplfosnbit7t.vf) = %{tl_version} -Provides: tex(jkplfosnbit8t.vf) = %{tl_version} -Provides: tex(jkplfosnbn7t.vf) = %{tl_version} -Provides: tex(jkplfosnbn8t.vf) = %{tl_version} -Provides: tex(jkplfosnbsl7t.vf) = %{tl_version} -Provides: tex(jkplfosnbsl8t.vf) = %{tl_version} -Provides: tex(jkplfosnbxit7t.vf) = %{tl_version} -Provides: tex(jkplfosnbxit8t.vf) = %{tl_version} -Provides: tex(jkplfosnbxn7t.vf) = %{tl_version} -Provides: tex(jkplfosnbxn8t.vf) = %{tl_version} -Provides: tex(jkplfosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkplfosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkplfosnmit7t.vf) = %{tl_version} -Provides: tex(jkplfosnmit8t.vf) = %{tl_version} -Provides: tex(jkplfosnmn7t.vf) = %{tl_version} -Provides: tex(jkplfosnmn8t.vf) = %{tl_version} -Provides: tex(jkplfosnmsl7t.vf) = %{tl_version} -Provides: tex(jkplfosnmsl8t.vf) = %{tl_version} -Provides: tex(jkplkbsc7t.vf) = %{tl_version} -Provides: tex(jkplkbsc8t.vf) = %{tl_version} -Provides: tex(jkplkbscsl7t.vf) = %{tl_version} -Provides: tex(jkplkbscsl8t.vf) = %{tl_version} -Provides: tex(jkplkbxsc7t.vf) = %{tl_version} -Provides: tex(jkplkbxsc8t.vf) = %{tl_version} -Provides: tex(jkplkbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplkbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplkmsc7t.vf) = %{tl_version} -Provides: tex(jkplkmsc8t.vf) = %{tl_version} -Provides: tex(jkplkmscsl7t.vf) = %{tl_version} -Provides: tex(jkplkmscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosbsc7t.vf) = %{tl_version} -Provides: tex(jkplkosbsc8t.vf) = %{tl_version} -Provides: tex(jkplkosbscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosbscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosbxsc7t.vf) = %{tl_version} -Provides: tex(jkplkosbxsc8t.vf) = %{tl_version} -Provides: tex(jkplkosbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosmsc7t.vf) = %{tl_version} -Provides: tex(jkplkosmsc8t.vf) = %{tl_version} -Provides: tex(jkplkosmscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosmscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosnbsc7t.vf) = %{tl_version} -Provides: tex(jkplkosnbsc8t.vf) = %{tl_version} -Provides: tex(jkplkosnbscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosnbscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosnbxsc7t.vf) = %{tl_version} -Provides: tex(jkplkosnbxsc8t.vf) = %{tl_version} -Provides: tex(jkplkosnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplkosnmsc7t.vf) = %{tl_version} -Provides: tex(jkplkosnmsc8t.vf) = %{tl_version} -Provides: tex(jkplkosnmscsl7t.vf) = %{tl_version} -Provides: tex(jkplkosnmscsl8t.vf) = %{tl_version} -Provides: tex(jkplmiaw.vf) = %{tl_version} -Provides: tex(jkplmif.vf) = %{tl_version} -Provides: tex(jkplmifw.vf) = %{tl_version} -Provides: tex(jkplmit7c.vf) = %{tl_version} -Provides: tex(jkplmit7t.vf) = %{tl_version} -Provides: tex(jkplmit8t.vf) = %{tl_version} -Provides: tex(jkplmiw.vf) = %{tl_version} -Provides: tex(jkplmn7c.vf) = %{tl_version} -Provides: tex(jkplmn7t.vf) = %{tl_version} -Provides: tex(jkplmn8t.vf) = %{tl_version} -Provides: tex(jkplmsc7c.vf) = %{tl_version} -Provides: tex(jkplmsc7t.vf) = %{tl_version} -Provides: tex(jkplmsc8t.vf) = %{tl_version} -Provides: tex(jkplmscsl7c.vf) = %{tl_version} -Provides: tex(jkplmscsl7t.vf) = %{tl_version} -Provides: tex(jkplmscsl8t.vf) = %{tl_version} -Provides: tex(jkplmsl7c.vf) = %{tl_version} -Provides: tex(jkplmsl7t.vf) = %{tl_version} -Provides: tex(jkplmsl8t.vf) = %{tl_version} -Provides: tex(jkplosbit7c.vf) = %{tl_version} -Provides: tex(jkplosbit7t.vf) = %{tl_version} -Provides: tex(jkplosbit8t.vf) = %{tl_version} -Provides: tex(jkplosbn7c.vf) = %{tl_version} -Provides: tex(jkplosbn7t.vf) = %{tl_version} -Provides: tex(jkplosbn8t.vf) = %{tl_version} -Provides: tex(jkplosbsc7c.vf) = %{tl_version} -Provides: tex(jkplosbsc7t.vf) = %{tl_version} -Provides: tex(jkplosbsc8t.vf) = %{tl_version} -Provides: tex(jkplosbscsl7t.vf) = %{tl_version} -Provides: tex(jkplosbscsl8t.vf) = %{tl_version} -Provides: tex(jkplosbsl7c.vf) = %{tl_version} -Provides: tex(jkplosbsl7t.vf) = %{tl_version} -Provides: tex(jkplosbsl8t.vf) = %{tl_version} -Provides: tex(jkplosbxit7c.vf) = %{tl_version} -Provides: tex(jkplosbxit7t.vf) = %{tl_version} -Provides: tex(jkplosbxit8t.vf) = %{tl_version} -Provides: tex(jkplosbxn7c.vf) = %{tl_version} -Provides: tex(jkplosbxn7t.vf) = %{tl_version} -Provides: tex(jkplosbxn8t.vf) = %{tl_version} -Provides: tex(jkplosbxsc7c.vf) = %{tl_version} -Provides: tex(jkplosbxsc7t.vf) = %{tl_version} -Provides: tex(jkplosbxsc8t.vf) = %{tl_version} -Provides: tex(jkplosbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplosbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplosbxsl7c.vf) = %{tl_version} -Provides: tex(jkplosbxsl7t.vf) = %{tl_version} -Provides: tex(jkplosbxsl8t.vf) = %{tl_version} -Provides: tex(jkplosmit7c.vf) = %{tl_version} -Provides: tex(jkplosmit7t.vf) = %{tl_version} -Provides: tex(jkplosmit8t.vf) = %{tl_version} -Provides: tex(jkplosmn7c.vf) = %{tl_version} -Provides: tex(jkplosmn7t.vf) = %{tl_version} -Provides: tex(jkplosmn8t.vf) = %{tl_version} -Provides: tex(jkplosmsc7c.vf) = %{tl_version} -Provides: tex(jkplosmsc7t.vf) = %{tl_version} -Provides: tex(jkplosmsc8t.vf) = %{tl_version} -Provides: tex(jkplosmscsl7t.vf) = %{tl_version} -Provides: tex(jkplosmscsl8t.vf) = %{tl_version} -Provides: tex(jkplosmsl7c.vf) = %{tl_version} -Provides: tex(jkplosmsl7t.vf) = %{tl_version} -Provides: tex(jkplosmsl8t.vf) = %{tl_version} -Provides: tex(jkplosnbit7t.vf) = %{tl_version} -Provides: tex(jkplosnbit8t.vf) = %{tl_version} -Provides: tex(jkplosnbn7t.vf) = %{tl_version} -Provides: tex(jkplosnbn8t.vf) = %{tl_version} -Provides: tex(jkplosnbsc7t.vf) = %{tl_version} -Provides: tex(jkplosnbsc8t.vf) = %{tl_version} -Provides: tex(jkplosnbscsl7t.vf) = %{tl_version} -Provides: tex(jkplosnbscsl8t.vf) = %{tl_version} -Provides: tex(jkplosnbsl7t.vf) = %{tl_version} -Provides: tex(jkplosnbsl8t.vf) = %{tl_version} -Provides: tex(jkplosnbxit7t.vf) = %{tl_version} -Provides: tex(jkplosnbxit8t.vf) = %{tl_version} -Provides: tex(jkplosnbxn7t.vf) = %{tl_version} -Provides: tex(jkplosnbxn8t.vf) = %{tl_version} -Provides: tex(jkplosnbxsc7t.vf) = %{tl_version} -Provides: tex(jkplosnbxsc8t.vf) = %{tl_version} -Provides: tex(jkplosnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkplosnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkplosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkplosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkplosnmit7t.vf) = %{tl_version} -Provides: tex(jkplosnmit8t.vf) = %{tl_version} -Provides: tex(jkplosnmn7t.vf) = %{tl_version} -Provides: tex(jkplosnmn8t.vf) = %{tl_version} -Provides: tex(jkplosnmsc7t.vf) = %{tl_version} -Provides: tex(jkplosnmsc8t.vf) = %{tl_version} -Provides: tex(jkplosnmscsl7t.vf) = %{tl_version} -Provides: tex(jkplosnmscsl8t.vf) = %{tl_version} -Provides: tex(jkplosnmsl7t.vf) = %{tl_version} -Provides: tex(jkplosnmsl8t.vf) = %{tl_version} -Provides: tex(jkplsybw.vf) = %{tl_version} -Provides: tex(jkplsydw.vf) = %{tl_version} -Provides: tex(jkplsyw.vf) = %{tl_version} -Provides: tex(jkplvosbit7t.vf) = %{tl_version} -Provides: tex(jkplvosbit8t.vf) = %{tl_version} -Provides: tex(jkplvosbmi.vf) = %{tl_version} -Provides: tex(jkplvosbmif.vf) = %{tl_version} -Provides: tex(jkplvosbmifw.vf) = %{tl_version} -Provides: tex(jkplvosbmiw.vf) = %{tl_version} -Provides: tex(jkplvosbn7t.vf) = %{tl_version} -Provides: tex(jkplvosbn8t.vf) = %{tl_version} -Provides: tex(jkplvosbsl7t.vf) = %{tl_version} -Provides: tex(jkplvosbsl8t.vf) = %{tl_version} -Provides: tex(jkplvosbxit7t.vf) = %{tl_version} -Provides: tex(jkplvosbxit8t.vf) = %{tl_version} -Provides: tex(jkplvosbxn7t.vf) = %{tl_version} -Provides: tex(jkplvosbxn8t.vf) = %{tl_version} -Provides: tex(jkplvosbxsl7t.vf) = %{tl_version} -Provides: tex(jkplvosbxsl8t.vf) = %{tl_version} -Provides: tex(jkplvosmi.vf) = %{tl_version} -Provides: tex(jkplvosmif.vf) = %{tl_version} -Provides: tex(jkplvosmifw.vf) = %{tl_version} -Provides: tex(jkplvosmit7t.vf) = %{tl_version} -Provides: tex(jkplvosmit8t.vf) = %{tl_version} -Provides: tex(jkplvosmiw.vf) = %{tl_version} -Provides: tex(jkplvosmn7t.vf) = %{tl_version} -Provides: tex(jkplvosmn8t.vf) = %{tl_version} -Provides: tex(jkplvosmsl7t.vf) = %{tl_version} -Provides: tex(jkplvosmsl8t.vf) = %{tl_version} -Provides: tex(jkpmiaw.vf) = %{tl_version} -Provides: tex(jkpmif.vf) = %{tl_version} -Provides: tex(jkpmifw.vf) = %{tl_version} -Provides: tex(jkpmit7c.vf) = %{tl_version} -Provides: tex(jkpmit7t.vf) = %{tl_version} -Provides: tex(jkpmit8t.vf) = %{tl_version} -Provides: tex(jkpmiw.vf) = %{tl_version} -Provides: tex(jkpmn7c.vf) = %{tl_version} -Provides: tex(jkpmn7t.vf) = %{tl_version} -Provides: tex(jkpmn8t.vf) = %{tl_version} -Provides: tex(jkpmsc7c.vf) = %{tl_version} -Provides: tex(jkpmsc7t.vf) = %{tl_version} -Provides: tex(jkpmsc8t.vf) = %{tl_version} -Provides: tex(jkpmscsl7c.vf) = %{tl_version} -Provides: tex(jkpmscsl7t.vf) = %{tl_version} -Provides: tex(jkpmscsl8t.vf) = %{tl_version} -Provides: tex(jkpmsl7c.vf) = %{tl_version} -Provides: tex(jkpmsl7t.vf) = %{tl_version} -Provides: tex(jkpmsl8t.vf) = %{tl_version} -Provides: tex(jkposbit7c.vf) = %{tl_version} -Provides: tex(jkposbit7t.vf) = %{tl_version} -Provides: tex(jkposbit8t.vf) = %{tl_version} -Provides: tex(jkposbn7c.vf) = %{tl_version} -Provides: tex(jkposbn7t.vf) = %{tl_version} -Provides: tex(jkposbn8t.vf) = %{tl_version} -Provides: tex(jkposbsc7c.vf) = %{tl_version} -Provides: tex(jkposbsc7t.vf) = %{tl_version} -Provides: tex(jkposbsc8t.vf) = %{tl_version} -Provides: tex(jkposbscsl7t.vf) = %{tl_version} -Provides: tex(jkposbscsl8t.vf) = %{tl_version} -Provides: tex(jkposbsl7c.vf) = %{tl_version} -Provides: tex(jkposbsl7t.vf) = %{tl_version} -Provides: tex(jkposbsl8t.vf) = %{tl_version} -Provides: tex(jkposbxit7c.vf) = %{tl_version} -Provides: tex(jkposbxit7t.vf) = %{tl_version} -Provides: tex(jkposbxit8t.vf) = %{tl_version} -Provides: tex(jkposbxn7c.vf) = %{tl_version} -Provides: tex(jkposbxn7t.vf) = %{tl_version} -Provides: tex(jkposbxn8t.vf) = %{tl_version} -Provides: tex(jkposbxsc7c.vf) = %{tl_version} -Provides: tex(jkposbxsc7t.vf) = %{tl_version} -Provides: tex(jkposbxsc8t.vf) = %{tl_version} -Provides: tex(jkposbxscsl7t.vf) = %{tl_version} -Provides: tex(jkposbxscsl8t.vf) = %{tl_version} -Provides: tex(jkposbxsl7c.vf) = %{tl_version} -Provides: tex(jkposbxsl7t.vf) = %{tl_version} -Provides: tex(jkposbxsl8t.vf) = %{tl_version} -Provides: tex(jkposmit7c.vf) = %{tl_version} -Provides: tex(jkposmit7t.vf) = %{tl_version} -Provides: tex(jkposmit8t.vf) = %{tl_version} -Provides: tex(jkposmn7c.vf) = %{tl_version} -Provides: tex(jkposmn7t.vf) = %{tl_version} -Provides: tex(jkposmn8t.vf) = %{tl_version} -Provides: tex(jkposmsc7c.vf) = %{tl_version} -Provides: tex(jkposmsc7t.vf) = %{tl_version} -Provides: tex(jkposmsc8t.vf) = %{tl_version} -Provides: tex(jkposmscsl7t.vf) = %{tl_version} -Provides: tex(jkposmscsl8t.vf) = %{tl_version} -Provides: tex(jkposmsl7c.vf) = %{tl_version} -Provides: tex(jkposmsl7t.vf) = %{tl_version} -Provides: tex(jkposmsl8t.vf) = %{tl_version} -Provides: tex(jkposnbit7t.vf) = %{tl_version} -Provides: tex(jkposnbit8t.vf) = %{tl_version} -Provides: tex(jkposnbn7t.vf) = %{tl_version} -Provides: tex(jkposnbn8t.vf) = %{tl_version} -Provides: tex(jkposnbsc7t.vf) = %{tl_version} -Provides: tex(jkposnbsc8t.vf) = %{tl_version} -Provides: tex(jkposnbscsl7t.vf) = %{tl_version} -Provides: tex(jkposnbscsl8t.vf) = %{tl_version} -Provides: tex(jkposnbsl7t.vf) = %{tl_version} -Provides: tex(jkposnbsl8t.vf) = %{tl_version} -Provides: tex(jkposnbxit7t.vf) = %{tl_version} -Provides: tex(jkposnbxit8t.vf) = %{tl_version} -Provides: tex(jkposnbxn7t.vf) = %{tl_version} -Provides: tex(jkposnbxn8t.vf) = %{tl_version} -Provides: tex(jkposnbxsc7t.vf) = %{tl_version} -Provides: tex(jkposnbxsc8t.vf) = %{tl_version} -Provides: tex(jkposnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkposnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkposnbxsl7t.vf) = %{tl_version} -Provides: tex(jkposnbxsl8t.vf) = %{tl_version} -Provides: tex(jkposnmit7t.vf) = %{tl_version} -Provides: tex(jkposnmit8t.vf) = %{tl_version} -Provides: tex(jkposnmn7t.vf) = %{tl_version} -Provides: tex(jkposnmn8t.vf) = %{tl_version} -Provides: tex(jkposnmsc7t.vf) = %{tl_version} -Provides: tex(jkposnmsc8t.vf) = %{tl_version} -Provides: tex(jkposnmscsl7t.vf) = %{tl_version} -Provides: tex(jkposnmscsl8t.vf) = %{tl_version} -Provides: tex(jkposnmsl7t.vf) = %{tl_version} -Provides: tex(jkposnmsl8t.vf) = %{tl_version} -Provides: tex(jkpssbex.vf) = %{tl_version} -Provides: tex(jkpssbmi.vf) = %{tl_version} -Provides: tex(jkpssbmia.vf) = %{tl_version} -Provides: tex(jkpssbmif.vf) = %{tl_version} -Provides: tex(jkpssbn7c.vf) = %{tl_version} -Provides: tex(jkpssbn7t.vf) = %{tl_version} -Provides: tex(jkpssbn8t.vf) = %{tl_version} -Provides: tex(jkpssbsc7c.vf) = %{tl_version} -Provides: tex(jkpssbsc7t.vf) = %{tl_version} -Provides: tex(jkpssbsc8t.vf) = %{tl_version} -Provides: tex(jkpssbscsl7c.vf) = %{tl_version} -Provides: tex(jkpssbscsl7t.vf) = %{tl_version} -Provides: tex(jkpssbscsl8t.vf) = %{tl_version} -Provides: tex(jkpssbsl7c.vf) = %{tl_version} -Provides: tex(jkpssbsl7t.vf) = %{tl_version} -Provides: tex(jkpssbsl8t.vf) = %{tl_version} -Provides: tex(jkpssbsyb.vf) = %{tl_version} -Provides: tex(jkpssbsybw.vf) = %{tl_version} -Provides: tex(jkpssbxn7c.vf) = %{tl_version} -Provides: tex(jkpssbxn7t.vf) = %{tl_version} -Provides: tex(jkpssbxn8t.vf) = %{tl_version} -Provides: tex(jkpssbxsc7c.vf) = %{tl_version} -Provides: tex(jkpssbxsc7t.vf) = %{tl_version} -Provides: tex(jkpssbxsc8t.vf) = %{tl_version} -Provides: tex(jkpssbxscsl7c.vf) = %{tl_version} -Provides: tex(jkpssbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpssbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpssbxsl7c.vf) = %{tl_version} -Provides: tex(jkpssbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssex.vf) = %{tl_version} -Provides: tex(jkpssfbn7t.vf) = %{tl_version} -Provides: tex(jkpssfbn8t.vf) = %{tl_version} -Provides: tex(jkpssfbsl7t.vf) = %{tl_version} -Provides: tex(jkpssfbsl8t.vf) = %{tl_version} -Provides: tex(jkpssfbxn7t.vf) = %{tl_version} -Provides: tex(jkpssfbxn8t.vf) = %{tl_version} -Provides: tex(jkpssfbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssfbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssfmn7t.vf) = %{tl_version} -Provides: tex(jkpssfmn8t.vf) = %{tl_version} -Provides: tex(jkpssfmsl7t.vf) = %{tl_version} -Provides: tex(jkpssfmsl8t.vf) = %{tl_version} -Provides: tex(jkpssfosnbn7t.vf) = %{tl_version} -Provides: tex(jkpssfosnbn8t.vf) = %{tl_version} -Provides: tex(jkpssfosnbsl7t.vf) = %{tl_version} -Provides: tex(jkpssfosnbsl8t.vf) = %{tl_version} -Provides: tex(jkpssfosnbxn7t.vf) = %{tl_version} -Provides: tex(jkpssfosnbxn8t.vf) = %{tl_version} -Provides: tex(jkpssfosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssfosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssfosnmn7t.vf) = %{tl_version} -Provides: tex(jkpssfosnmn8t.vf) = %{tl_version} -Provides: tex(jkpssfosnmsl7t.vf) = %{tl_version} -Provides: tex(jkpssfosnmsl8t.vf) = %{tl_version} -Provides: tex(jkpsskbsc7t.vf) = %{tl_version} -Provides: tex(jkpsskbsc8t.vf) = %{tl_version} -Provides: tex(jkpsskbscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskbscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskbxsc7t.vf) = %{tl_version} -Provides: tex(jkpsskbxsc8t.vf) = %{tl_version} -Provides: tex(jkpsskbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskmsc7t.vf) = %{tl_version} -Provides: tex(jkpsskmsc8t.vf) = %{tl_version} -Provides: tex(jkpsskmscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskmscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosbsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosbsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosbscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosbscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosbxsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosbxsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosmsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosmsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosmscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosmscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosnbsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosnbsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosnbscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosnbscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosnbxsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosnbxsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpsskosnmsc7t.vf) = %{tl_version} -Provides: tex(jkpsskosnmsc8t.vf) = %{tl_version} -Provides: tex(jkpsskosnmscsl7t.vf) = %{tl_version} -Provides: tex(jkpsskosnmscsl8t.vf) = %{tl_version} -Provides: tex(jkpsslbsyb.vf) = %{tl_version} -Provides: tex(jkpsslbsybw.vf) = %{tl_version} -Provides: tex(jkpsslsyb.vf) = %{tl_version} -Provides: tex(jkpsslsybw.vf) = %{tl_version} -Provides: tex(jkpssmi.vf) = %{tl_version} -Provides: tex(jkpssmia.vf) = %{tl_version} -Provides: tex(jkpssmif.vf) = %{tl_version} -Provides: tex(jkpssmn7c.vf) = %{tl_version} -Provides: tex(jkpssmn7t.vf) = %{tl_version} -Provides: tex(jkpssmn8t.vf) = %{tl_version} -Provides: tex(jkpssmsc7c.vf) = %{tl_version} -Provides: tex(jkpssmsc7t.vf) = %{tl_version} -Provides: tex(jkpssmsc8t.vf) = %{tl_version} -Provides: tex(jkpssmscsl7c.vf) = %{tl_version} -Provides: tex(jkpssmscsl7t.vf) = %{tl_version} -Provides: tex(jkpssmscsl8t.vf) = %{tl_version} -Provides: tex(jkpssmsl7c.vf) = %{tl_version} -Provides: tex(jkpssmsl7t.vf) = %{tl_version} -Provides: tex(jkpssmsl8t.vf) = %{tl_version} -Provides: tex(jkpssosbn7t.vf) = %{tl_version} -Provides: tex(jkpssosbn8t.vf) = %{tl_version} -Provides: tex(jkpssosbsc7t.vf) = %{tl_version} -Provides: tex(jkpssosbsc8t.vf) = %{tl_version} -Provides: tex(jkpssosbscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosbscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosbsl7t.vf) = %{tl_version} -Provides: tex(jkpssosbsl8t.vf) = %{tl_version} -Provides: tex(jkpssosbxn7t.vf) = %{tl_version} -Provides: tex(jkpssosbxn8t.vf) = %{tl_version} -Provides: tex(jkpssosbxsc7t.vf) = %{tl_version} -Provides: tex(jkpssosbxsc8t.vf) = %{tl_version} -Provides: tex(jkpssosbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssosbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssosmn7t.vf) = %{tl_version} -Provides: tex(jkpssosmn8t.vf) = %{tl_version} -Provides: tex(jkpssosmsc7t.vf) = %{tl_version} -Provides: tex(jkpssosmsc8t.vf) = %{tl_version} -Provides: tex(jkpssosmscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosmscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosmsl7t.vf) = %{tl_version} -Provides: tex(jkpssosmsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnbn7t.vf) = %{tl_version} -Provides: tex(jkpssosnbn8t.vf) = %{tl_version} -Provides: tex(jkpssosnbsc7t.vf) = %{tl_version} -Provides: tex(jkpssosnbsc8t.vf) = %{tl_version} -Provides: tex(jkpssosnbscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnbscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnbsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnbsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnbxn7t.vf) = %{tl_version} -Provides: tex(jkpssosnbxn8t.vf) = %{tl_version} -Provides: tex(jkpssosnbxsc7t.vf) = %{tl_version} -Provides: tex(jkpssosnbxsc8t.vf) = %{tl_version} -Provides: tex(jkpssosnbxscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnbxscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnmn7t.vf) = %{tl_version} -Provides: tex(jkpssosnmn8t.vf) = %{tl_version} -Provides: tex(jkpssosnmsc7t.vf) = %{tl_version} -Provides: tex(jkpssosnmsc8t.vf) = %{tl_version} -Provides: tex(jkpssosnmscsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnmscsl8t.vf) = %{tl_version} -Provides: tex(jkpssosnmsl7t.vf) = %{tl_version} -Provides: tex(jkpssosnmsl8t.vf) = %{tl_version} -Provides: tex(jkpsssyb.vf) = %{tl_version} -Provides: tex(jkpsssybw.vf) = %{tl_version} -Provides: tex(jkpssvosbmi.vf) = %{tl_version} -Provides: tex(jkpssvosbmif.vf) = %{tl_version} -Provides: tex(jkpssvosbn7t.vf) = %{tl_version} -Provides: tex(jkpssvosbn8t.vf) = %{tl_version} -Provides: tex(jkpssvosbsc7t.vf) = %{tl_version} -Provides: tex(jkpssvosbsc8t.vf) = %{tl_version} -Provides: tex(jkpssvosbsl7t.vf) = %{tl_version} -Provides: tex(jkpssvosbsl8t.vf) = %{tl_version} -Provides: tex(jkpssvosbxn7t.vf) = %{tl_version} -Provides: tex(jkpssvosbxn8t.vf) = %{tl_version} -Provides: tex(jkpssvosbxsc7t.vf) = %{tl_version} -Provides: tex(jkpssvosbxsc8t.vf) = %{tl_version} -Provides: tex(jkpssvosbxsl7t.vf) = %{tl_version} -Provides: tex(jkpssvosbxsl8t.vf) = %{tl_version} -Provides: tex(jkpssvosmi.vf) = %{tl_version} -Provides: tex(jkpssvosmif.vf) = %{tl_version} -Provides: tex(jkpssvosmn7t.vf) = %{tl_version} -Provides: tex(jkpssvosmn8t.vf) = %{tl_version} -Provides: tex(jkpssvosmsc7t.vf) = %{tl_version} -Provides: tex(jkpssvosmsc8t.vf) = %{tl_version} -Provides: tex(jkpssvosmsl7t.vf) = %{tl_version} -Provides: tex(jkpssvosmsl8t.vf) = %{tl_version} -Provides: tex(jkpsybw.vf) = %{tl_version} -Provides: tex(jkpsydw.vf) = %{tl_version} -Provides: tex(jkpsyw.vf) = %{tl_version} -Provides: tex(jkpttbn7c.vf) = %{tl_version} -Provides: tex(jkpttbn7t.vf) = %{tl_version} -Provides: tex(jkpttbn8t.vf) = %{tl_version} -Provides: tex(jkpttbsl7c.vf) = %{tl_version} -Provides: tex(jkpttbsl7t.vf) = %{tl_version} -Provides: tex(jkpttbsl8t.vf) = %{tl_version} -Provides: tex(jkpttmn7c.vf) = %{tl_version} -Provides: tex(jkpttmn7t.vf) = %{tl_version} -Provides: tex(jkpttmn8t.vf) = %{tl_version} -Provides: tex(jkpttmsl7c.vf) = %{tl_version} -Provides: tex(jkpttmsl7t.vf) = %{tl_version} -Provides: tex(jkpttmsl8t.vf) = %{tl_version} -Provides: tex(jkpttosbn7t.vf) = %{tl_version} -Provides: tex(jkpttosbn8t.vf) = %{tl_version} -Provides: tex(jkpttosbsl7t.vf) = %{tl_version} -Provides: tex(jkpttosbsl8t.vf) = %{tl_version} -Provides: tex(jkpttosmn7t.vf) = %{tl_version} -Provides: tex(jkpttosmn8t.vf) = %{tl_version} -Provides: tex(jkpttosmsl7t.vf) = %{tl_version} -Provides: tex(jkpttosmsl8t.vf) = %{tl_version} -Provides: tex(jkpttosnbn7t.vf) = %{tl_version} -Provides: tex(jkpttosnbn8t.vf) = %{tl_version} -Provides: tex(jkpttosnbsl7t.vf) = %{tl_version} -Provides: tex(jkpttosnbsl8t.vf) = %{tl_version} -Provides: tex(jkpttosnmn7t.vf) = %{tl_version} -Provides: tex(jkpttosnmn8t.vf) = %{tl_version} -Provides: tex(jkpttosnmsl7t.vf) = %{tl_version} -Provides: tex(jkpttosnmsl8t.vf) = %{tl_version} -Provides: tex(jkpttvosbn7t.vf) = %{tl_version} -Provides: tex(jkpttvosbn8t.vf) = %{tl_version} -Provides: tex(jkpttvosbsl7t.vf) = %{tl_version} -Provides: tex(jkpttvosbsl8t.vf) = %{tl_version} -Provides: tex(jkpttvosmn7t.vf) = %{tl_version} -Provides: tex(jkpttvosmn8t.vf) = %{tl_version} -Provides: tex(jkpttvosmsl7t.vf) = %{tl_version} -Provides: tex(jkpttvosmsl8t.vf) = %{tl_version} -Provides: tex(jkpvosbit7t.vf) = %{tl_version} -Provides: tex(jkpvosbit8t.vf) = %{tl_version} -Provides: tex(jkpvosbmi.vf) = %{tl_version} -Provides: tex(jkpvosbmif.vf) = %{tl_version} -Provides: tex(jkpvosbmifw.vf) = %{tl_version} -Provides: tex(jkpvosbmiw.vf) = %{tl_version} -Provides: tex(jkpvosbn7t.vf) = %{tl_version} -Provides: tex(jkpvosbn8t.vf) = %{tl_version} -Provides: tex(jkpvosbsl7t.vf) = %{tl_version} -Provides: tex(jkpvosbsl8t.vf) = %{tl_version} -Provides: tex(jkpvosbxit7t.vf) = %{tl_version} -Provides: tex(jkpvosbxit8t.vf) = %{tl_version} -Provides: tex(jkpvosbxn7t.vf) = %{tl_version} -Provides: tex(jkpvosbxn8t.vf) = %{tl_version} -Provides: tex(jkpvosbxsl7t.vf) = %{tl_version} -Provides: tex(jkpvosbxsl8t.vf) = %{tl_version} -Provides: tex(jkpvosmi.vf) = %{tl_version} -Provides: tex(jkpvosmif.vf) = %{tl_version} -Provides: tex(jkpvosmifw.vf) = %{tl_version} -Provides: tex(jkpvosmit7t.vf) = %{tl_version} -Provides: tex(jkpvosmit8t.vf) = %{tl_version} -Provides: tex(jkpvosmiw.vf) = %{tl_version} -Provides: tex(jkpvosmn7t.vf) = %{tl_version} -Provides: tex(jkpvosmn8t.vf) = %{tl_version} -Provides: tex(jkpvosmsl7t.vf) = %{tl_version} -Provides: tex(jkpvosmsl8t.vf) = %{tl_version} -Provides: tex(kpfonts.sty) = %{tl_version} -Provides: tex(omljkp.fd) = %{tl_version} -Provides: tex(omljkpl.fd) = %{tl_version} -Provides: tex(omljkplvos.fd) = %{tl_version} -Provides: tex(omljkplvosw.fd) = %{tl_version} -Provides: tex(omljkplw.fd) = %{tl_version} -Provides: tex(omljkpss.fd) = %{tl_version} -Provides: tex(omljkpssvos.fd) = %{tl_version} -Provides: tex(omljkpvos.fd) = %{tl_version} -Provides: tex(omljkpvosw.fd) = %{tl_version} -Provides: tex(omljkpw.fd) = %{tl_version} -Provides: tex(omsjkp.fd) = %{tl_version} -Provides: tex(omsjkpl.fd) = %{tl_version} -Provides: tex(omsjkplw.fd) = %{tl_version} -Provides: tex(omsjkpw.fd) = %{tl_version} -Provides: tex(omxjkp.fd) = %{tl_version} -Provides: tex(omxjkpl.fd) = %{tl_version} -Provides: tex(omxjkpss.fd) = %{tl_version} -Provides: tex(ot1jkp.fd) = %{tl_version} -Provides: tex(ot1jkpf.fd) = %{tl_version} -Provides: tex(ot1jkpfosn.fd) = %{tl_version} -Provides: tex(ot1jkpk.fd) = %{tl_version} -Provides: tex(ot1jkpkf.fd) = %{tl_version} -Provides: tex(ot1jkpkfosn.fd) = %{tl_version} -Provides: tex(ot1jkpkos.fd) = %{tl_version} -Provides: tex(ot1jkpkosn.fd) = %{tl_version} -Provides: tex(ot1jkpkvos.fd) = %{tl_version} -Provides: tex(ot1jkpl.fd) = %{tl_version} -Provides: tex(ot1jkplf.fd) = %{tl_version} -Provides: tex(ot1jkplfosn.fd) = %{tl_version} -Provides: tex(ot1jkplk.fd) = %{tl_version} -Provides: tex(ot1jkplkf.fd) = %{tl_version} -Provides: tex(ot1jkplkfosn.fd) = %{tl_version} -Provides: tex(ot1jkplkos.fd) = %{tl_version} -Provides: tex(ot1jkplkosn.fd) = %{tl_version} -Provides: tex(ot1jkplkvos.fd) = %{tl_version} -Provides: tex(ot1jkplos.fd) = %{tl_version} -Provides: tex(ot1jkplosn.fd) = %{tl_version} -Provides: tex(ot1jkplvos.fd) = %{tl_version} -Provides: tex(ot1jkpos.fd) = %{tl_version} -Provides: tex(ot1jkposn.fd) = %{tl_version} -Provides: tex(ot1jkpss.fd) = %{tl_version} -Provides: tex(ot1jkpssf.fd) = %{tl_version} -Provides: tex(ot1jkpssfosn.fd) = %{tl_version} -Provides: tex(ot1jkpssk.fd) = %{tl_version} -Provides: tex(ot1jkpsskf.fd) = %{tl_version} -Provides: tex(ot1jkpsskfosn.fd) = %{tl_version} -Provides: tex(ot1jkpsskos.fd) = %{tl_version} -Provides: tex(ot1jkpsskosn.fd) = %{tl_version} -Provides: tex(ot1jkpsskvos.fd) = %{tl_version} -Provides: tex(ot1jkpssos.fd) = %{tl_version} -Provides: tex(ot1jkpssosn.fd) = %{tl_version} -Provides: tex(ot1jkpssvos.fd) = %{tl_version} -Provides: tex(ot1jkptt.fd) = %{tl_version} -Provides: tex(ot1jkpttos.fd) = %{tl_version} -Provides: tex(ot1jkpttosn.fd) = %{tl_version} -Provides: tex(ot1jkpttvos.fd) = %{tl_version} -Provides: tex(ot1jkpvos.fd) = %{tl_version} -Provides: tex(ot1jkpx.fd) = %{tl_version} -Provides: tex(ot1jkpxf.fd) = %{tl_version} -Provides: tex(ot1jkpxfosn.fd) = %{tl_version} -Provides: tex(ot1jkpxk.fd) = %{tl_version} -Provides: tex(ot1jkpxkf.fd) = %{tl_version} -Provides: tex(ot1jkpxkfosn.fd) = %{tl_version} -Provides: tex(ot1jkpxkos.fd) = %{tl_version} -Provides: tex(ot1jkpxkosn.fd) = %{tl_version} -Provides: tex(ot1jkpxkvos.fd) = %{tl_version} -Provides: tex(ot1jkpxos.fd) = %{tl_version} -Provides: tex(ot1jkpxosn.fd) = %{tl_version} -Provides: tex(ot1jkpxvos.fd) = %{tl_version} -Provides: tex(t1jkp.fd) = %{tl_version} -Provides: tex(t1jkpf.fd) = %{tl_version} -Provides: tex(t1jkpfosn.fd) = %{tl_version} -Provides: tex(t1jkpk.fd) = %{tl_version} -Provides: tex(t1jkpkf.fd) = %{tl_version} -Provides: tex(t1jkpkfosn.fd) = %{tl_version} -Provides: tex(t1jkpkos.fd) = %{tl_version} -Provides: tex(t1jkpkosn.fd) = %{tl_version} -Provides: tex(t1jkpkvos.fd) = %{tl_version} -Provides: tex(t1jkpl.fd) = %{tl_version} -Provides: tex(t1jkplf.fd) = %{tl_version} -Provides: tex(t1jkplfosn.fd) = %{tl_version} -Provides: tex(t1jkplk.fd) = %{tl_version} -Provides: tex(t1jkplkf.fd) = %{tl_version} -Provides: tex(t1jkplkfosn.fd) = %{tl_version} -Provides: tex(t1jkplkos.fd) = %{tl_version} -Provides: tex(t1jkplkosn.fd) = %{tl_version} -Provides: tex(t1jkplkvos.fd) = %{tl_version} -Provides: tex(t1jkplos.fd) = %{tl_version} -Provides: tex(t1jkplosn.fd) = %{tl_version} -Provides: tex(t1jkplvos.fd) = %{tl_version} -Provides: tex(t1jkpos.fd) = %{tl_version} -Provides: tex(t1jkposn.fd) = %{tl_version} -Provides: tex(t1jkpss.fd) = %{tl_version} -Provides: tex(t1jkpssf.fd) = %{tl_version} -Provides: tex(t1jkpssfosn.fd) = %{tl_version} -Provides: tex(t1jkpssk.fd) = %{tl_version} -Provides: tex(t1jkpsskf.fd) = %{tl_version} -Provides: tex(t1jkpsskfosn.fd) = %{tl_version} -Provides: tex(t1jkpsskos.fd) = %{tl_version} -Provides: tex(t1jkpsskosn.fd) = %{tl_version} -Provides: tex(t1jkpsskvos.fd) = %{tl_version} -Provides: tex(t1jkpssos.fd) = %{tl_version} -Provides: tex(t1jkpssosn.fd) = %{tl_version} -Provides: tex(t1jkpssvos.fd) = %{tl_version} -Provides: tex(t1jkptt.fd) = %{tl_version} -Provides: tex(t1jkpttos.fd) = %{tl_version} -Provides: tex(t1jkpttosn.fd) = %{tl_version} -Provides: tex(t1jkpttvos.fd) = %{tl_version} -Provides: tex(t1jkpvos.fd) = %{tl_version} -Provides: tex(t1jkpx.fd) = %{tl_version} -Provides: tex(t1jkpxf.fd) = %{tl_version} -Provides: tex(t1jkpxfosn.fd) = %{tl_version} -Provides: tex(t1jkpxk.fd) = %{tl_version} -Provides: tex(t1jkpxkf.fd) = %{tl_version} -Provides: tex(t1jkpxkfosn.fd) = %{tl_version} -Provides: tex(t1jkpxkos.fd) = %{tl_version} -Provides: tex(t1jkpxkosn.fd) = %{tl_version} -Provides: tex(t1jkpxkvos.fd) = %{tl_version} -Provides: tex(t1jkpxos.fd) = %{tl_version} -Provides: tex(t1jkpxosn.fd) = %{tl_version} -Provides: tex(t1jkpxvos.fd) = %{tl_version} -Provides: tex(ts1jkp.fd) = %{tl_version} -Provides: tex(ts1jkpf.fd) = %{tl_version} -Provides: tex(ts1jkpfosn.fd) = %{tl_version} -Provides: tex(ts1jkpk.fd) = %{tl_version} -Provides: tex(ts1jkpkf.fd) = %{tl_version} -Provides: tex(ts1jkpkfosn.fd) = %{tl_version} -Provides: tex(ts1jkpkos.fd) = %{tl_version} -Provides: tex(ts1jkpkosn.fd) = %{tl_version} -Provides: tex(ts1jkpkvos.fd) = %{tl_version} -Provides: tex(ts1jkpl.fd) = %{tl_version} -Provides: tex(ts1jkplf.fd) = %{tl_version} -Provides: tex(ts1jkplfosn.fd) = %{tl_version} -Provides: tex(ts1jkplk.fd) = %{tl_version} -Provides: tex(ts1jkplkf.fd) = %{tl_version} -Provides: tex(ts1jkplkfosn.fd) = %{tl_version} -Provides: tex(ts1jkplkos.fd) = %{tl_version} -Provides: tex(ts1jkplkosn.fd) = %{tl_version} -Provides: tex(ts1jkplkvos.fd) = %{tl_version} -Provides: tex(ts1jkplos.fd) = %{tl_version} -Provides: tex(ts1jkplosn.fd) = %{tl_version} -Provides: tex(ts1jkplvos.fd) = %{tl_version} -Provides: tex(ts1jkpos.fd) = %{tl_version} -Provides: tex(ts1jkposn.fd) = %{tl_version} -Provides: tex(ts1jkpss.fd) = %{tl_version} -Provides: tex(ts1jkpssf.fd) = %{tl_version} -Provides: tex(ts1jkpssfosn.fd) = %{tl_version} -Provides: tex(ts1jkpssk.fd) = %{tl_version} -Provides: tex(ts1jkpsskf.fd) = %{tl_version} -Provides: tex(ts1jkpsskfosn.fd) = %{tl_version} -Provides: tex(ts1jkpsskos.fd) = %{tl_version} -Provides: tex(ts1jkpsskosn.fd) = %{tl_version} -Provides: tex(ts1jkpsskvos.fd) = %{tl_version} -Provides: tex(ts1jkpssos.fd) = %{tl_version} -Provides: tex(ts1jkpssosn.fd) = %{tl_version} -Provides: tex(ts1jkpssvos.fd) = %{tl_version} -Provides: tex(ts1jkptt.fd) = %{tl_version} -Provides: tex(ts1jkpttos.fd) = %{tl_version} -Provides: tex(ts1jkpttosn.fd) = %{tl_version} -Provides: tex(ts1jkpttvos.fd) = %{tl_version} -Provides: tex(ts1jkpvos.fd) = %{tl_version} -Provides: tex(ts1jkpx.fd) = %{tl_version} -Provides: tex(ts1jkpxf.fd) = %{tl_version} -Provides: tex(ts1jkpxfosn.fd) = %{tl_version} -Provides: tex(ts1jkpxk.fd) = %{tl_version} -Provides: tex(ts1jkpxkf.fd) = %{tl_version} -Provides: tex(ts1jkpxkfosn.fd) = %{tl_version} -Provides: tex(ts1jkpxkos.fd) = %{tl_version} -Provides: tex(ts1jkpxkosn.fd) = %{tl_version} -Provides: tex(ts1jkpxkvos.fd) = %{tl_version} -Provides: tex(ts1jkpxos.fd) = %{tl_version} -Provides: tex(ts1jkpxosn.fd) = %{tl_version} -Provides: tex(ts1jkpxvos.fd) = %{tl_version} -Provides: tex(ujkpexa.fd) = %{tl_version} -Provides: tex(ujkplexa.fd) = %{tl_version} -Provides: tex(ujkplmia.fd) = %{tl_version} -Provides: tex(ujkplmiaw.fd) = %{tl_version} -Provides: tex(ujkplsyb.fd) = %{tl_version} -Provides: tex(ujkplsybw.fd) = %{tl_version} -Provides: tex(ujkplsyc.fd) = %{tl_version} -Provides: tex(ujkplsyd.fd) = %{tl_version} -Provides: tex(ujkplsydw.fd) = %{tl_version} -Provides: tex(ujkpmia.fd) = %{tl_version} -Provides: tex(ujkpmiaw.fd) = %{tl_version} -Provides: tex(ujkpsslsyb.fd) = %{tl_version} -Provides: tex(ujkpsslsybw.fd) = %{tl_version} -Provides: tex(ujkpssmia.fd) = %{tl_version} -Provides: tex(ujkpsssyb.fd) = %{tl_version} -Provides: tex(ujkpsssybw.fd) = %{tl_version} -Provides: tex(ujkpsya.fd) = %{tl_version} -Provides: tex(ujkpsyb.fd) = %{tl_version} -Provides: tex(ujkpsybw.fd) = %{tl_version} -Provides: tex(ujkpsyc.fd) = %{tl_version} -Provides: tex(ujkpsyd.fd) = %{tl_version} -Provides: tex(ujkpsydw.fd) = %{tl_version} - -%description kpfonts -The family contains text fonts in roman, sans-serif and -monospaced shapes, with true small caps and old-style numbers; -the package offers full support of the textcomp package. The -mathematics fonts include all the AMS fonts, in both normal and -bold weights. Each of the font types is available in two main -versions: default and 'light'. Each version is available in -four variants: default; oldstyle numbers; oldstyle numbers with -old ligatures such as ct and st, and long-tailed capital Q; and -veryoldstyle with long s. Other variants include small caps as -default or 'large small caps', and for mathematics both upright -and slanted shapes for Greek letters, as well as default and -narrow versions of multiple integrals. The fonts were -originally derived from URW Palladio (with URW's agreement) -though the fonts are very clearly different in appearance from -their parent. - -date: 2010-12-31 19:35:04 +0100 - -%post kpfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map kpfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map kpfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun kpfonts -if [ $1 == 0 ] ; then -sed -i '/^Map kpfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans kpfonts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kpfonts-doc -Summary: Documentation for kpfonts -Version: svn21964.3.31 -Release: %{tl_noarch_release} -Provides: tex-kpfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description kpfonts-doc -Documentation for kpfonts - -%package kurier -Provides: tex-kurier = %{tl_version} -License: GFSL -Summary: A two-element sans-serif typeface -Version: svn19612.0.995b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cs-kurier-sc.enc) = %{tl_version} -Provides: tex(cs-kurier.enc) = %{tl_version} -Provides: tex(ec-kurier-sc.enc) = %{tl_version} -Provides: tex(ec-kurier.enc) = %{tl_version} -Provides: tex(ex-kurier.enc) = %{tl_version} -Provides: tex(greek-kurier.enc) = %{tl_version} -Provides: tex(l7x-kurier-sc.enc) = %{tl_version} -Provides: tex(l7x-kurier.enc) = %{tl_version} -Provides: tex(mi-kurier.enc) = %{tl_version} -Provides: tex(qx-kurier-sc.enc) = %{tl_version} -Provides: tex(qx-kurier.enc) = %{tl_version} -Provides: tex(rm-kurier-sc.enc) = %{tl_version} -Provides: tex(rm-kurier.enc) = %{tl_version} -Provides: tex(sy-kurier.enc) = %{tl_version} -Provides: tex(t2a-kurier.enc) = %{tl_version} -Provides: tex(t2b-kurier.enc) = %{tl_version} -Provides: tex(t2c-kurier.enc) = %{tl_version} -Provides: tex(t5-kurier-sc.enc) = %{tl_version} -Provides: tex(t5-kurier.enc) = %{tl_version} -Provides: tex(texnansi-kurier-sc.enc) = %{tl_version} -Provides: tex(texnansi-kurier.enc) = %{tl_version} -Provides: tex(ts1-kurier.enc) = %{tl_version} -Provides: tex(wncy-kurier.enc) = %{tl_version} -Provides: tex(kurier-cs.map) = %{tl_version} -Provides: tex(kurier-ec.map) = %{tl_version} -Provides: tex(kurier-ex.map) = %{tl_version} -Provides: tex(kurier-greek.map) = %{tl_version} -Provides: tex(kurier-l7x.map) = %{tl_version} -Provides: tex(kurier-mi.map) = %{tl_version} -Provides: tex(kurier-qx.map) = %{tl_version} -Provides: tex(kurier-rm.map) = %{tl_version} -Provides: tex(kurier-sy.map) = %{tl_version} -Provides: tex(kurier-t2a.map) = %{tl_version} -Provides: tex(kurier-t2b.map) = %{tl_version} -Provides: tex(kurier-t2c.map) = %{tl_version} -Provides: tex(kurier-t5.map) = %{tl_version} -Provides: tex(kurier-texnansi.map) = %{tl_version} -Provides: tex(kurier-ts1.map) = %{tl_version} -Provides: tex(kurier-wncy.map) = %{tl_version} -Provides: tex(kurier.map) = %{tl_version} -Provides: tex(Kurier-Bold.otf) = %{tl_version} -Provides: tex(Kurier-BoldItalic.otf) = %{tl_version} -Provides: tex(Kurier-Italic.otf) = %{tl_version} -Provides: tex(Kurier-Regular.otf) = %{tl_version} -Provides: tex(KurierCond-Bold.otf) = %{tl_version} -Provides: tex(KurierCond-BoldItalic.otf) = %{tl_version} -Provides: tex(KurierCond-Italic.otf) = %{tl_version} -Provides: tex(KurierCond-Regular.otf) = %{tl_version} -Provides: tex(KurierCondHeavy-Italic.otf) = %{tl_version} -Provides: tex(KurierCondHeavy-Regular.otf) = %{tl_version} -Provides: tex(KurierCondLight-Italic.otf) = %{tl_version} -Provides: tex(KurierCondLight-Regular.otf) = %{tl_version} -Provides: tex(KurierCondMedium-Italic.otf) = %{tl_version} -Provides: tex(KurierCondMedium-Regular.otf) = %{tl_version} -Provides: tex(KurierHeavy-Italic.otf) = %{tl_version} -Provides: tex(KurierHeavy-Regular.otf) = %{tl_version} -Provides: tex(KurierLight-Italic.otf) = %{tl_version} -Provides: tex(KurierLight-Regular.otf) = %{tl_version} -Provides: tex(KurierMedium-Italic.otf) = %{tl_version} -Provides: tex(KurierMedium-Regular.otf) = %{tl_version} -Provides: tex(cs-kurierb-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierb.tfm) = %{tl_version} -Provides: tex(cs-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierbi.tfm) = %{tl_version} -Provides: tex(cs-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercb.tfm) = %{tl_version} -Provides: tex(cs-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercbi.tfm) = %{tl_version} -Provides: tex(cs-kurierch-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierch.tfm) = %{tl_version} -Provides: tex(cs-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierchi.tfm) = %{tl_version} -Provides: tex(cs-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercl.tfm) = %{tl_version} -Provides: tex(cs-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercli.tfm) = %{tl_version} -Provides: tex(cs-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercm.tfm) = %{tl_version} -Provides: tex(cs-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercmi.tfm) = %{tl_version} -Provides: tex(cs-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercr.tfm) = %{tl_version} -Provides: tex(cs-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercri.tfm) = %{tl_version} -Provides: tex(cs-kurierh-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierh.tfm) = %{tl_version} -Provides: tex(cs-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierhi.tfm) = %{tl_version} -Provides: tex(cs-kurierl-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierl.tfm) = %{tl_version} -Provides: tex(cs-kurierli-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierli.tfm) = %{tl_version} -Provides: tex(cs-kurierm-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierm.tfm) = %{tl_version} -Provides: tex(cs-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriermi.tfm) = %{tl_version} -Provides: tex(cs-kurierr-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierr.tfm) = %{tl_version} -Provides: tex(cs-kurierri-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierri.tfm) = %{tl_version} -Provides: tex(ec-kurierb-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierb.tfm) = %{tl_version} -Provides: tex(ec-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierbi.tfm) = %{tl_version} -Provides: tex(ec-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercb.tfm) = %{tl_version} -Provides: tex(ec-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercbi.tfm) = %{tl_version} -Provides: tex(ec-kurierch-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierch.tfm) = %{tl_version} -Provides: tex(ec-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierchi.tfm) = %{tl_version} -Provides: tex(ec-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercl.tfm) = %{tl_version} -Provides: tex(ec-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercli.tfm) = %{tl_version} -Provides: tex(ec-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercm.tfm) = %{tl_version} -Provides: tex(ec-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercmi.tfm) = %{tl_version} -Provides: tex(ec-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercr.tfm) = %{tl_version} -Provides: tex(ec-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercri.tfm) = %{tl_version} -Provides: tex(ec-kurierh-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierh.tfm) = %{tl_version} -Provides: tex(ec-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierhi.tfm) = %{tl_version} -Provides: tex(ec-kurierl-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierl.tfm) = %{tl_version} -Provides: tex(ec-kurierli-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierli.tfm) = %{tl_version} -Provides: tex(ec-kurierm-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierm.tfm) = %{tl_version} -Provides: tex(ec-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriermi.tfm) = %{tl_version} -Provides: tex(ec-kurierr-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierr.tfm) = %{tl_version} -Provides: tex(ec-kurierri-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierri.tfm) = %{tl_version} -Provides: tex(ex-kurierb.tfm) = %{tl_version} -Provides: tex(ex-kuriercb.tfm) = %{tl_version} -Provides: tex(ex-kurierch.tfm) = %{tl_version} -Provides: tex(ex-kuriercl.tfm) = %{tl_version} -Provides: tex(ex-kuriercm.tfm) = %{tl_version} -Provides: tex(ex-kuriercr.tfm) = %{tl_version} -Provides: tex(ex-kurierh.tfm) = %{tl_version} -Provides: tex(ex-kurierl.tfm) = %{tl_version} -Provides: tex(ex-kurierm.tfm) = %{tl_version} -Provides: tex(ex-kurierr.tfm) = %{tl_version} -Provides: tex(greek-kurierb.tfm) = %{tl_version} -Provides: tex(greek-kurierbi.tfm) = %{tl_version} -Provides: tex(greek-kuriercb.tfm) = %{tl_version} -Provides: tex(greek-kuriercbi.tfm) = %{tl_version} -Provides: tex(greek-kurierch.tfm) = %{tl_version} -Provides: tex(greek-kurierchi.tfm) = %{tl_version} -Provides: tex(greek-kuriercl.tfm) = %{tl_version} -Provides: tex(greek-kuriercli.tfm) = %{tl_version} -Provides: tex(greek-kuriercm.tfm) = %{tl_version} -Provides: tex(greek-kuriercmi.tfm) = %{tl_version} -Provides: tex(greek-kuriercr.tfm) = %{tl_version} -Provides: tex(greek-kuriercri.tfm) = %{tl_version} -Provides: tex(greek-kurierh.tfm) = %{tl_version} -Provides: tex(greek-kurierhi.tfm) = %{tl_version} -Provides: tex(greek-kurierl.tfm) = %{tl_version} -Provides: tex(greek-kurierli.tfm) = %{tl_version} -Provides: tex(greek-kurierm.tfm) = %{tl_version} -Provides: tex(greek-kuriermi.tfm) = %{tl_version} -Provides: tex(greek-kurierr.tfm) = %{tl_version} -Provides: tex(greek-kurierri.tfm) = %{tl_version} -Provides: tex(l7x-kurierb-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierb.tfm) = %{tl_version} -Provides: tex(l7x-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierbi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercb.tfm) = %{tl_version} -Provides: tex(l7x-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercbi.tfm) = %{tl_version} -Provides: tex(l7x-kurierch-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierch.tfm) = %{tl_version} -Provides: tex(l7x-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierchi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercl.tfm) = %{tl_version} -Provides: tex(l7x-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercli.tfm) = %{tl_version} -Provides: tex(l7x-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercm.tfm) = %{tl_version} -Provides: tex(l7x-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercmi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercr.tfm) = %{tl_version} -Provides: tex(l7x-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercri.tfm) = %{tl_version} -Provides: tex(l7x-kurierh-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierh.tfm) = %{tl_version} -Provides: tex(l7x-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierhi.tfm) = %{tl_version} -Provides: tex(l7x-kurierl-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierl.tfm) = %{tl_version} -Provides: tex(l7x-kurierli-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierli.tfm) = %{tl_version} -Provides: tex(l7x-kurierm-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierm.tfm) = %{tl_version} -Provides: tex(l7x-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriermi.tfm) = %{tl_version} -Provides: tex(l7x-kurierr-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierr.tfm) = %{tl_version} -Provides: tex(l7x-kurierri-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierri.tfm) = %{tl_version} -Provides: tex(mi-kurierbi.tfm) = %{tl_version} -Provides: tex(mi-kuriercbi.tfm) = %{tl_version} -Provides: tex(mi-kurierchi.tfm) = %{tl_version} -Provides: tex(mi-kuriercli.tfm) = %{tl_version} -Provides: tex(mi-kuriercmi.tfm) = %{tl_version} -Provides: tex(mi-kuriercri.tfm) = %{tl_version} -Provides: tex(mi-kurierhi.tfm) = %{tl_version} -Provides: tex(mi-kurierli.tfm) = %{tl_version} -Provides: tex(mi-kuriermi.tfm) = %{tl_version} -Provides: tex(mi-kurierri.tfm) = %{tl_version} -Provides: tex(qx-kurierb-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierb.tfm) = %{tl_version} -Provides: tex(qx-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierbi.tfm) = %{tl_version} -Provides: tex(qx-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercb.tfm) = %{tl_version} -Provides: tex(qx-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercbi.tfm) = %{tl_version} -Provides: tex(qx-kurierch-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierch.tfm) = %{tl_version} -Provides: tex(qx-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierchi.tfm) = %{tl_version} -Provides: tex(qx-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercl.tfm) = %{tl_version} -Provides: tex(qx-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercli.tfm) = %{tl_version} -Provides: tex(qx-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercm.tfm) = %{tl_version} -Provides: tex(qx-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercmi.tfm) = %{tl_version} -Provides: tex(qx-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercr.tfm) = %{tl_version} -Provides: tex(qx-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercri.tfm) = %{tl_version} -Provides: tex(qx-kurierh-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierh.tfm) = %{tl_version} -Provides: tex(qx-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierhi.tfm) = %{tl_version} -Provides: tex(qx-kurierl-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierl.tfm) = %{tl_version} -Provides: tex(qx-kurierli-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierli.tfm) = %{tl_version} -Provides: tex(qx-kurierm-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierm.tfm) = %{tl_version} -Provides: tex(qx-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriermi.tfm) = %{tl_version} -Provides: tex(qx-kurierr-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierr.tfm) = %{tl_version} -Provides: tex(qx-kurierri-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierri.tfm) = %{tl_version} -Provides: tex(rm-kurierb-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierb.tfm) = %{tl_version} -Provides: tex(rm-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierbi.tfm) = %{tl_version} -Provides: tex(rm-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercb.tfm) = %{tl_version} -Provides: tex(rm-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercbi.tfm) = %{tl_version} -Provides: tex(rm-kurierch-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierch.tfm) = %{tl_version} -Provides: tex(rm-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierchi.tfm) = %{tl_version} -Provides: tex(rm-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercl.tfm) = %{tl_version} -Provides: tex(rm-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercli.tfm) = %{tl_version} -Provides: tex(rm-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercm.tfm) = %{tl_version} -Provides: tex(rm-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercmi.tfm) = %{tl_version} -Provides: tex(rm-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercr.tfm) = %{tl_version} -Provides: tex(rm-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercri.tfm) = %{tl_version} -Provides: tex(rm-kurierh-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierh.tfm) = %{tl_version} -Provides: tex(rm-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierhi.tfm) = %{tl_version} -Provides: tex(rm-kurierl-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierl.tfm) = %{tl_version} -Provides: tex(rm-kurierli-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierli.tfm) = %{tl_version} -Provides: tex(rm-kurierm-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierm.tfm) = %{tl_version} -Provides: tex(rm-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriermi.tfm) = %{tl_version} -Provides: tex(rm-kurierr-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierr.tfm) = %{tl_version} -Provides: tex(rm-kurierri-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierri.tfm) = %{tl_version} -Provides: tex(sy-kurierbz.tfm) = %{tl_version} -Provides: tex(sy-kuriercbz.tfm) = %{tl_version} -Provides: tex(sy-kurierchz.tfm) = %{tl_version} -Provides: tex(sy-kurierclz.tfm) = %{tl_version} -Provides: tex(sy-kuriercmz.tfm) = %{tl_version} -Provides: tex(sy-kuriercrz.tfm) = %{tl_version} -Provides: tex(sy-kurierhz.tfm) = %{tl_version} -Provides: tex(sy-kurierlz.tfm) = %{tl_version} -Provides: tex(sy-kuriermz.tfm) = %{tl_version} -Provides: tex(sy-kurierrz.tfm) = %{tl_version} -Provides: tex(t2a-kurierb.tfm) = %{tl_version} -Provides: tex(t2a-kurierbi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercb.tfm) = %{tl_version} -Provides: tex(t2a-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2a-kurierch.tfm) = %{tl_version} -Provides: tex(t2a-kurierchi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercl.tfm) = %{tl_version} -Provides: tex(t2a-kuriercli.tfm) = %{tl_version} -Provides: tex(t2a-kuriercm.tfm) = %{tl_version} -Provides: tex(t2a-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercr.tfm) = %{tl_version} -Provides: tex(t2a-kuriercri.tfm) = %{tl_version} -Provides: tex(t2a-kurierh.tfm) = %{tl_version} -Provides: tex(t2a-kurierhi.tfm) = %{tl_version} -Provides: tex(t2a-kurierl.tfm) = %{tl_version} -Provides: tex(t2a-kurierli.tfm) = %{tl_version} -Provides: tex(t2a-kurierm.tfm) = %{tl_version} -Provides: tex(t2a-kuriermi.tfm) = %{tl_version} -Provides: tex(t2a-kurierr.tfm) = %{tl_version} -Provides: tex(t2a-kurierri.tfm) = %{tl_version} -Provides: tex(t2b-kurierb.tfm) = %{tl_version} -Provides: tex(t2b-kurierbi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercb.tfm) = %{tl_version} -Provides: tex(t2b-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2b-kurierch.tfm) = %{tl_version} -Provides: tex(t2b-kurierchi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercl.tfm) = %{tl_version} -Provides: tex(t2b-kuriercli.tfm) = %{tl_version} -Provides: tex(t2b-kuriercm.tfm) = %{tl_version} -Provides: tex(t2b-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercr.tfm) = %{tl_version} -Provides: tex(t2b-kuriercri.tfm) = %{tl_version} -Provides: tex(t2b-kurierh.tfm) = %{tl_version} -Provides: tex(t2b-kurierhi.tfm) = %{tl_version} -Provides: tex(t2b-kurierl.tfm) = %{tl_version} -Provides: tex(t2b-kurierli.tfm) = %{tl_version} -Provides: tex(t2b-kurierm.tfm) = %{tl_version} -Provides: tex(t2b-kuriermi.tfm) = %{tl_version} -Provides: tex(t2b-kurierr.tfm) = %{tl_version} -Provides: tex(t2b-kurierri.tfm) = %{tl_version} -Provides: tex(t2c-kurierb.tfm) = %{tl_version} -Provides: tex(t2c-kurierbi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercb.tfm) = %{tl_version} -Provides: tex(t2c-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2c-kurierch.tfm) = %{tl_version} -Provides: tex(t2c-kurierchi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercl.tfm) = %{tl_version} -Provides: tex(t2c-kuriercli.tfm) = %{tl_version} -Provides: tex(t2c-kuriercm.tfm) = %{tl_version} -Provides: tex(t2c-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercr.tfm) = %{tl_version} -Provides: tex(t2c-kuriercri.tfm) = %{tl_version} -Provides: tex(t2c-kurierh.tfm) = %{tl_version} -Provides: tex(t2c-kurierhi.tfm) = %{tl_version} -Provides: tex(t2c-kurierl.tfm) = %{tl_version} -Provides: tex(t2c-kurierli.tfm) = %{tl_version} -Provides: tex(t2c-kurierm.tfm) = %{tl_version} -Provides: tex(t2c-kuriermi.tfm) = %{tl_version} -Provides: tex(t2c-kurierr.tfm) = %{tl_version} -Provides: tex(t2c-kurierri.tfm) = %{tl_version} -Provides: tex(t5-kurierb-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierb.tfm) = %{tl_version} -Provides: tex(t5-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierbi.tfm) = %{tl_version} -Provides: tex(t5-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercb.tfm) = %{tl_version} -Provides: tex(t5-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercbi.tfm) = %{tl_version} -Provides: tex(t5-kurierch-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierch.tfm) = %{tl_version} -Provides: tex(t5-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierchi.tfm) = %{tl_version} -Provides: tex(t5-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercl.tfm) = %{tl_version} -Provides: tex(t5-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercli.tfm) = %{tl_version} -Provides: tex(t5-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercm.tfm) = %{tl_version} -Provides: tex(t5-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercmi.tfm) = %{tl_version} -Provides: tex(t5-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercr.tfm) = %{tl_version} -Provides: tex(t5-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercri.tfm) = %{tl_version} -Provides: tex(t5-kurierh-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierh.tfm) = %{tl_version} -Provides: tex(t5-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierhi.tfm) = %{tl_version} -Provides: tex(t5-kurierl-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierl.tfm) = %{tl_version} -Provides: tex(t5-kurierli-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierli.tfm) = %{tl_version} -Provides: tex(t5-kurierm-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierm.tfm) = %{tl_version} -Provides: tex(t5-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriermi.tfm) = %{tl_version} -Provides: tex(t5-kurierr-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierr.tfm) = %{tl_version} -Provides: tex(t5-kurierri-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierri.tfm) = %{tl_version} -Provides: tex(texnansi-kurierb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierb.tfm) = %{tl_version} -Provides: tex(texnansi-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierbi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercb.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercbi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierch-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierch.tfm) = %{tl_version} -Provides: tex(texnansi-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierchi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercl.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercli.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercm.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercmi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercr.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercri.tfm) = %{tl_version} -Provides: tex(texnansi-kurierh-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierh.tfm) = %{tl_version} -Provides: tex(texnansi-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierhi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierl.tfm) = %{tl_version} -Provides: tex(texnansi-kurierli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierli.tfm) = %{tl_version} -Provides: tex(texnansi-kurierm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierm.tfm) = %{tl_version} -Provides: tex(texnansi-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriermi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierr.tfm) = %{tl_version} -Provides: tex(texnansi-kurierri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierri.tfm) = %{tl_version} -Provides: tex(ts1-kurierb.tfm) = %{tl_version} -Provides: tex(ts1-kurierbi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercb.tfm) = %{tl_version} -Provides: tex(ts1-kuriercbi.tfm) = %{tl_version} -Provides: tex(ts1-kurierch.tfm) = %{tl_version} -Provides: tex(ts1-kurierchi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercl.tfm) = %{tl_version} -Provides: tex(ts1-kuriercli.tfm) = %{tl_version} -Provides: tex(ts1-kuriercm.tfm) = %{tl_version} -Provides: tex(ts1-kuriercmi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercr.tfm) = %{tl_version} -Provides: tex(ts1-kuriercri.tfm) = %{tl_version} -Provides: tex(ts1-kurierh.tfm) = %{tl_version} -Provides: tex(ts1-kurierhi.tfm) = %{tl_version} -Provides: tex(ts1-kurierl.tfm) = %{tl_version} -Provides: tex(ts1-kurierli.tfm) = %{tl_version} -Provides: tex(ts1-kurierm.tfm) = %{tl_version} -Provides: tex(ts1-kuriermi.tfm) = %{tl_version} -Provides: tex(ts1-kurierr.tfm) = %{tl_version} -Provides: tex(ts1-kurierri.tfm) = %{tl_version} -Provides: tex(wncy-kurierb.tfm) = %{tl_version} -Provides: tex(wncy-kurierbi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercb.tfm) = %{tl_version} -Provides: tex(wncy-kuriercbi.tfm) = %{tl_version} -Provides: tex(wncy-kurierch.tfm) = %{tl_version} -Provides: tex(wncy-kurierchi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercl.tfm) = %{tl_version} -Provides: tex(wncy-kuriercli.tfm) = %{tl_version} -Provides: tex(wncy-kuriercm.tfm) = %{tl_version} -Provides: tex(wncy-kuriercmi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercr.tfm) = %{tl_version} -Provides: tex(wncy-kuriercri.tfm) = %{tl_version} -Provides: tex(wncy-kurierh.tfm) = %{tl_version} -Provides: tex(wncy-kurierhi.tfm) = %{tl_version} -Provides: tex(wncy-kurierl.tfm) = %{tl_version} -Provides: tex(wncy-kurierli.tfm) = %{tl_version} -Provides: tex(wncy-kurierm.tfm) = %{tl_version} -Provides: tex(wncy-kuriermi.tfm) = %{tl_version} -Provides: tex(wncy-kurierr.tfm) = %{tl_version} -Provides: tex(wncy-kurierri.tfm) = %{tl_version} -Provides: tex(kurierb.pfb) = %{tl_version} -Provides: tex(kurierbi.pfb) = %{tl_version} -Provides: tex(kuriercb.pfb) = %{tl_version} -Provides: tex(kuriercbi.pfb) = %{tl_version} -Provides: tex(kurierch.pfb) = %{tl_version} -Provides: tex(kurierchi.pfb) = %{tl_version} -Provides: tex(kuriercl.pfb) = %{tl_version} -Provides: tex(kuriercli.pfb) = %{tl_version} -Provides: tex(kuriercm.pfb) = %{tl_version} -Provides: tex(kuriercmi.pfb) = %{tl_version} -Provides: tex(kuriercr.pfb) = %{tl_version} -Provides: tex(kuriercri.pfb) = %{tl_version} -Provides: tex(kurierh.pfb) = %{tl_version} -Provides: tex(kurierhi.pfb) = %{tl_version} -Provides: tex(kurierl.pfb) = %{tl_version} -Provides: tex(kurierli.pfb) = %{tl_version} -Provides: tex(kurierm.pfb) = %{tl_version} -Provides: tex(kuriermi.pfb) = %{tl_version} -Provides: tex(kurierr.pfb) = %{tl_version} -Provides: tex(kurierri.pfb) = %{tl_version} -Provides: tex(il2kurier.fd) = %{tl_version} -Provides: tex(il2kurierc.fd) = %{tl_version} -Provides: tex(il2kurierl.fd) = %{tl_version} -Provides: tex(il2kurierlc.fd) = %{tl_version} -Provides: tex(kurier.sty) = %{tl_version} -Provides: tex(l7xkurier.fd) = %{tl_version} -Provides: tex(l7xkurierc.fd) = %{tl_version} -Provides: tex(l7xkurierl.fd) = %{tl_version} -Provides: tex(l7xkurierlc.fd) = %{tl_version} -Provides: tex(ly1kurier.fd) = %{tl_version} -Provides: tex(ly1kurierc.fd) = %{tl_version} -Provides: tex(ly1kurierl.fd) = %{tl_version} -Provides: tex(ly1kurierlc.fd) = %{tl_version} -Provides: tex(omlkurier.fd) = %{tl_version} -Provides: tex(omlkurierc.fd) = %{tl_version} -Provides: tex(omlkurierl.fd) = %{tl_version} -Provides: tex(omlkurierlc.fd) = %{tl_version} -Provides: tex(omskurier.fd) = %{tl_version} -Provides: tex(omskurierc.fd) = %{tl_version} -Provides: tex(omskurierl.fd) = %{tl_version} -Provides: tex(omskurierlc.fd) = %{tl_version} -Provides: tex(omxkurier.fd) = %{tl_version} -Provides: tex(omxkurierc.fd) = %{tl_version} -Provides: tex(omxkurierl.fd) = %{tl_version} -Provides: tex(omxkurierlc.fd) = %{tl_version} -Provides: tex(ot1kurier.fd) = %{tl_version} -Provides: tex(ot1kurierc.fd) = %{tl_version} -Provides: tex(ot1kuriercm.fd) = %{tl_version} -Provides: tex(ot1kurierl.fd) = %{tl_version} -Provides: tex(ot1kurierlc.fd) = %{tl_version} -Provides: tex(ot1kurierlcm.fd) = %{tl_version} -Provides: tex(ot1kurierlm.fd) = %{tl_version} -Provides: tex(ot1kurierm.fd) = %{tl_version} -Provides: tex(ot2kurier.fd) = %{tl_version} -Provides: tex(ot2kurierc.fd) = %{tl_version} -Provides: tex(ot2kurierl.fd) = %{tl_version} -Provides: tex(ot2kurierlc.fd) = %{tl_version} -Provides: tex(ot4kurier.fd) = %{tl_version} -Provides: tex(ot4kurierc.fd) = %{tl_version} -Provides: tex(ot4kurierl.fd) = %{tl_version} -Provides: tex(ot4kurierlc.fd) = %{tl_version} -Provides: tex(qxkurier.fd) = %{tl_version} -Provides: tex(qxkurierc.fd) = %{tl_version} -Provides: tex(qxkurierl.fd) = %{tl_version} -Provides: tex(qxkurierlc.fd) = %{tl_version} -Provides: tex(t1kurier.fd) = %{tl_version} -Provides: tex(t1kurierc.fd) = %{tl_version} -Provides: tex(t1kurierl.fd) = %{tl_version} -Provides: tex(t1kurierlc.fd) = %{tl_version} -Provides: tex(t2akurier.fd) = %{tl_version} -Provides: tex(t2akurierc.fd) = %{tl_version} -Provides: tex(t2akurierl.fd) = %{tl_version} -Provides: tex(t2akurierlc.fd) = %{tl_version} -Provides: tex(t2bkurier.fd) = %{tl_version} -Provides: tex(t2bkurierc.fd) = %{tl_version} -Provides: tex(t2bkurierl.fd) = %{tl_version} -Provides: tex(t2bkurierlc.fd) = %{tl_version} -Provides: tex(t2ckurier.fd) = %{tl_version} -Provides: tex(t2ckurierc.fd) = %{tl_version} -Provides: tex(t2ckurierl.fd) = %{tl_version} -Provides: tex(t2ckurierlc.fd) = %{tl_version} -Provides: tex(t5kurier.fd) = %{tl_version} -Provides: tex(t5kurierc.fd) = %{tl_version} -Provides: tex(t5kurierl.fd) = %{tl_version} -Provides: tex(t5kurierlc.fd) = %{tl_version} -Provides: tex(ts1kurier.fd) = %{tl_version} -Provides: tex(ts1kurierc.fd) = %{tl_version} -Provides: tex(ts1kurierl.fd) = %{tl_version} -Provides: tex(ts1kurierlc.fd) = %{tl_version} -Provides: tex(kurier-math.tex) = %{tl_version} - -%description kurier -Kurier is a two-element sans-serif typeface. It was designed -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: 2010-08-03 20:49:06 +0200 - -%post kurier -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map kurier.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map kurier.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun kurier -if [ $1 == 0 ] ; then -sed -i '/^Map kurier.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans kurier -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kurier-doc -Summary: Documentation for kurier -Version: svn19612.0.995b -Release: %{tl_noarch_release} -Provides: tex-kurier-doc -BuildArch: noarch -AutoReqProv: No - -%description kurier-doc -Documentation for kurier - -%package lato -Provides: tex-lato = %{tl_version} -License: LPPL 1.3 -Summary: Lato font fanily and LaTeX support -Version: svn24986.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(lato-01.enc) = %{tl_version} -Provides: tex(lato-02.enc) = %{tl_version} -Provides: tex(lato-dotlessj.enc) = %{tl_version} -Provides: tex(lato.map) = %{tl_version} -Provides: tex(Lato-Bla-01.tfm) = %{tl_version} -Provides: tex(Lato-Bla-02.tfm) = %{tl_version} -Provides: tex(Lato-Bla-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Bla-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-Bla-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-Bla-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Bla-t1.tfm) = %{tl_version} -Provides: tex(Lato-Bla-ts1.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-01.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-02.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-ot1.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-t1.tfm) = %{tl_version} -Provides: tex(Lato-BlaIta-ts1.tfm) = %{tl_version} -Provides: tex(Lato-Bol-01.tfm) = %{tl_version} -Provides: tex(Lato-Bol-02.tfm) = %{tl_version} -Provides: tex(Lato-Bol-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Bol-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-Bol-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-Bol-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Bol-t1.tfm) = %{tl_version} -Provides: tex(Lato-Bol-ts1.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-01.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-02.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-ot1.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-t1.tfm) = %{tl_version} -Provides: tex(Lato-BolIta-ts1.tfm) = %{tl_version} -Provides: tex(Lato-Hai-01.tfm) = %{tl_version} -Provides: tex(Lato-Hai-02.tfm) = %{tl_version} -Provides: tex(Lato-Hai-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Hai-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-Hai-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-Hai-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Hai-t1.tfm) = %{tl_version} -Provides: tex(Lato-Hai-ts1.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-01.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-02.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-ot1.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-t1.tfm) = %{tl_version} -Provides: tex(Lato-HaiIta-ts1.tfm) = %{tl_version} -Provides: tex(Lato-Lig-01.tfm) = %{tl_version} -Provides: tex(Lato-Lig-02.tfm) = %{tl_version} -Provides: tex(Lato-Lig-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Lig-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-Lig-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-Lig-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Lig-t1.tfm) = %{tl_version} -Provides: tex(Lato-Lig-ts1.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-01.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-02.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-ot1.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-t1.tfm) = %{tl_version} -Provides: tex(Lato-LigIta-ts1.tfm) = %{tl_version} -Provides: tex(Lato-Reg-01.tfm) = %{tl_version} -Provides: tex(Lato-Reg-02.tfm) = %{tl_version} -Provides: tex(Lato-Reg-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Reg-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-Reg-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-Reg-ot1.tfm) = %{tl_version} -Provides: tex(Lato-Reg-t1.tfm) = %{tl_version} -Provides: tex(Lato-Reg-ts1.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-01.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-02.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-dotlessj.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-ot1.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-t1.tfm) = %{tl_version} -Provides: tex(Lato-RegIta-ts1.tfm) = %{tl_version} -Provides: tex(Lato-Bla.ttf) = %{tl_version} -Provides: tex(Lato-BlaIta.ttf) = %{tl_version} -Provides: tex(Lato-Bol.ttf) = %{tl_version} -Provides: tex(Lato-BolIta.ttf) = %{tl_version} -Provides: tex(Lato-Hai.ttf) = %{tl_version} -Provides: tex(Lato-HaiIta.ttf) = %{tl_version} -Provides: tex(Lato-Lig.ttf) = %{tl_version} -Provides: tex(Lato-LigIta.ttf) = %{tl_version} -Provides: tex(Lato-Reg.ttf) = %{tl_version} -Provides: tex(Lato-RegIta.ttf) = %{tl_version} -Provides: tex(Lato-Bla-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-Bla.pfb) = %{tl_version} -Provides: tex(Lato-BlaIta-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-BlaIta.pfb) = %{tl_version} -Provides: tex(Lato-Bol-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-Bol.pfb) = %{tl_version} -Provides: tex(Lato-BolIta-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-BolIta.pfb) = %{tl_version} -Provides: tex(Lato-Hai-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-Hai.pfb) = %{tl_version} -Provides: tex(Lato-HaiIta-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-HaiIta.pfb) = %{tl_version} -Provides: tex(Lato-Lig-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-Lig.pfb) = %{tl_version} -Provides: tex(Lato-LigIta-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-LigIta.pfb) = %{tl_version} -Provides: tex(Lato-Reg-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-Reg.pfb) = %{tl_version} -Provides: tex(Lato-RegIta-LCDFJ.pfb) = %{tl_version} -Provides: tex(Lato-RegIta.pfb) = %{tl_version} -Provides: tex(Lato-Bla-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-Bla-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-Bla-ot1.vf) = %{tl_version} -Provides: tex(Lato-Bla-t1.vf) = %{tl_version} -Provides: tex(Lato-Bla-ts1.vf) = %{tl_version} -Provides: tex(Lato-BlaIta-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-BlaIta-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-BlaIta-ot1.vf) = %{tl_version} -Provides: tex(Lato-BlaIta-t1.vf) = %{tl_version} -Provides: tex(Lato-BlaIta-ts1.vf) = %{tl_version} -Provides: tex(Lato-Bol-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-Bol-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-Bol-ot1.vf) = %{tl_version} -Provides: tex(Lato-Bol-t1.vf) = %{tl_version} -Provides: tex(Lato-Bol-ts1.vf) = %{tl_version} -Provides: tex(Lato-BolIta-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-BolIta-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-BolIta-ot1.vf) = %{tl_version} -Provides: tex(Lato-BolIta-t1.vf) = %{tl_version} -Provides: tex(Lato-BolIta-ts1.vf) = %{tl_version} -Provides: tex(Lato-Hai-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-Hai-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-Hai-ot1.vf) = %{tl_version} -Provides: tex(Lato-Hai-t1.vf) = %{tl_version} -Provides: tex(Lato-Hai-ts1.vf) = %{tl_version} -Provides: tex(Lato-HaiIta-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-HaiIta-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-HaiIta-ot1.vf) = %{tl_version} -Provides: tex(Lato-HaiIta-t1.vf) = %{tl_version} -Provides: tex(Lato-HaiIta-ts1.vf) = %{tl_version} -Provides: tex(Lato-Lig-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-Lig-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-Lig-ot1.vf) = %{tl_version} -Provides: tex(Lato-Lig-t1.vf) = %{tl_version} -Provides: tex(Lato-Lig-ts1.vf) = %{tl_version} -Provides: tex(Lato-LigIta-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-LigIta-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-LigIta-ot1.vf) = %{tl_version} -Provides: tex(Lato-LigIta-t1.vf) = %{tl_version} -Provides: tex(Lato-LigIta-ts1.vf) = %{tl_version} -Provides: tex(Lato-Reg-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-Reg-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-Reg-ot1.vf) = %{tl_version} -Provides: tex(Lato-Reg-t1.vf) = %{tl_version} -Provides: tex(Lato-Reg-ts1.vf) = %{tl_version} -Provides: tex(Lato-RegIta-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(Lato-RegIta-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(Lato-RegIta-ot1.vf) = %{tl_version} -Provides: tex(Lato-RegIta-t1.vf) = %{tl_version} -Provides: tex(Lato-RegIta-ts1.vf) = %{tl_version} -Provides: tex(lato.sty) = %{tl_version} -Provides: tex(ot1fla.fd) = %{tl_version} -Provides: tex(t1fla.fd) = %{tl_version} -Provides: tex(ts1fla.fd) = %{tl_version} - -%description lato -Lato is a sanserif typeface family designed in the Summer 2010 -by Warsaw-based designer Lukasz Dziedzic for the tyPoland -foundry. This font, which includes five weights (hairline, -light, regular, bold and black), is available from the Google -Font Directory as TrueType files under the Open Font License -version 1.1. The package provides support for this font in -LaTeX. It includes the original TrueType fonts, as well as Type -1 versions, converted for this package using FontForge for full -support with Dvips. - -date: 2011-12-31 13:07:31 +0100 - -%post lato -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map lato.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map lato.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun lato -if [ $1 == 0 ] ; then -sed -i '/^Map lato.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans lato -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lato-doc -Summary: Documentation for lato -Version: svn24986.2.2 -Release: %{tl_noarch_release} -Provides: tex-lato-doc -BuildArch: noarch -AutoReqProv: No - -%description lato-doc -Documentation for lato - -%package lfb -Provides: tex-lfb = %{tl_version} -License: LPPL -Summary: A Greek font with normal and bold variants -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lfb10.tfm) = %{tl_version} -Provides: tex(lfb11.tfm) = %{tl_version} -Provides: tex(lfb12.tfm) = %{tl_version} -Provides: tex(lfb5.tfm) = %{tl_version} -Provides: tex(lfb6.tfm) = %{tl_version} -Provides: tex(lfb7.tfm) = %{tl_version} -Provides: tex(lfb8.tfm) = %{tl_version} -Provides: tex(lfb9.tfm) = %{tl_version} -Provides: tex(lfbb10.tfm) = %{tl_version} -Provides: tex(lfbb11.tfm) = %{tl_version} -Provides: tex(lfbb12.tfm) = %{tl_version} -Provides: tex(lfbb5.tfm) = %{tl_version} -Provides: tex(lfbb6.tfm) = %{tl_version} -Provides: tex(lfbb7.tfm) = %{tl_version} -Provides: tex(lfbb8.tfm) = %{tl_version} -Provides: tex(lfbb9.tfm) = %{tl_version} - -%description lfb -This is a Greek font written in MetaFont, with inspiration from -the Bodoni typefaces in old books. It is stylistically a little -more exotic than the standard textbook Greek fonts, -particularly in glyphs like the lowercase rho and kappa. It -aims for a rather calligraphic feel, but seems to blend well -with Computer Modern. There is a ligature scheme which -automatically inserts the breathings required for ancient -texts, making the input text more readable than in some -schemes. - -date: 2006-10-18 08:58:01 +0200 - -%post lfb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lfb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lfb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lfb-doc -Summary: Documentation for lfb -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-lfb-doc -BuildArch: noarch -AutoReqProv: No - -%description lfb-doc -Documentation for lfb - -%package libertine -Provides: tex-libertine = %{tl_version} -License: LPPL -Summary: Use of Linux Libertine and Biolinum fonts with LaTeX -Version: svn29099.5.3.0__2013_02_13_ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(lbtn_25tcsq.enc) = %{tl_version} -Provides: tex(lbtn_2exa4z.enc) = %{tl_version} -Provides: tex(lbtn_2ezly2.enc) = %{tl_version} -Provides: tex(lbtn_2jy62z.enc) = %{tl_version} -Provides: tex(lbtn_2or2lf.enc) = %{tl_version} -Provides: tex(lbtn_2xw2fz.enc) = %{tl_version} -Provides: tex(lbtn_3acize.enc) = %{tl_version} -Provides: tex(lbtn_3c7nkx.enc) = %{tl_version} -Provides: tex(lbtn_3csahh.enc) = %{tl_version} -Provides: tex(lbtn_3gqkkc.enc) = %{tl_version} -Provides: tex(lbtn_3r2fe2.enc) = %{tl_version} -Provides: tex(lbtn_4gizrm.enc) = %{tl_version} -Provides: tex(lbtn_4h5nuw.enc) = %{tl_version} -Provides: tex(lbtn_4ifdhd.enc) = %{tl_version} -Provides: tex(lbtn_4jqvtd.enc) = %{tl_version} -Provides: tex(lbtn_4p7cpr.enc) = %{tl_version} -Provides: tex(lbtn_4pa5s6.enc) = %{tl_version} -Provides: tex(lbtn_4qdwcl.enc) = %{tl_version} -Provides: tex(lbtn_4wvzw4.enc) = %{tl_version} -Provides: tex(lbtn_4xgrig.enc) = %{tl_version} -Provides: tex(lbtn_4zgdm7.enc) = %{tl_version} -Provides: tex(lbtn_5t7yy5.enc) = %{tl_version} -Provides: tex(lbtn_5yotx4.enc) = %{tl_version} -Provides: tex(lbtn_64fcpm.enc) = %{tl_version} -Provides: tex(lbtn_67ud6q.enc) = %{tl_version} -Provides: tex(lbtn_6fbtzc.enc) = %{tl_version} -Provides: tex(lbtn_6icwtb.enc) = %{tl_version} -Provides: tex(lbtn_6koeqx.enc) = %{tl_version} -Provides: tex(lbtn_6mhf45.enc) = %{tl_version} -Provides: tex(lbtn_6p6dn5.enc) = %{tl_version} -Provides: tex(lbtn_75c3wo.enc) = %{tl_version} -Provides: tex(lbtn_76gpa5.enc) = %{tl_version} -Provides: tex(lbtn_77vsbz.enc) = %{tl_version} -Provides: tex(lbtn_7aljsl.enc) = %{tl_version} -Provides: tex(lbtn_7f4ce4.enc) = %{tl_version} -Provides: tex(lbtn_7fko2h.enc) = %{tl_version} -Provides: tex(lbtn_7gfcac.enc) = %{tl_version} -Provides: tex(lbtn_7grukw.enc) = %{tl_version} -Provides: tex(lbtn_7ukmos.enc) = %{tl_version} -Provides: tex(lbtn_7yry24.enc) = %{tl_version} -Provides: tex(lbtn_ac44fr.enc) = %{tl_version} -Provides: tex(lbtn_afusau.enc) = %{tl_version} -Provides: tex(lbtn_agarrr.enc) = %{tl_version} -Provides: tex(lbtn_aiatc4.enc) = %{tl_version} -Provides: tex(lbtn_ashjgg.enc) = %{tl_version} -Provides: tex(lbtn_azutla.enc) = %{tl_version} -Provides: tex(lbtn_b7buxp.enc) = %{tl_version} -Provides: tex(lbtn_b7tf5m.enc) = %{tl_version} -Provides: tex(lbtn_bgokdj.enc) = %{tl_version} -Provides: tex(lbtn_bgqvqi.enc) = %{tl_version} -Provides: tex(lbtn_bkwvsw.enc) = %{tl_version} -Provides: tex(lbtn_bvtjwh.enc) = %{tl_version} -Provides: tex(lbtn_c3m4uk.enc) = %{tl_version} -Provides: tex(lbtn_c4mbat.enc) = %{tl_version} -Provides: tex(lbtn_c6xmqr.enc) = %{tl_version} -Provides: tex(lbtn_c6yh3y.enc) = %{tl_version} -Provides: tex(lbtn_c7kyj5.enc) = %{tl_version} -Provides: tex(lbtn_cetbgr.enc) = %{tl_version} -Provides: tex(lbtn_cg3sqm.enc) = %{tl_version} -Provides: tex(lbtn_coqhcm.enc) = %{tl_version} -Provides: tex(lbtn_crxz7j.enc) = %{tl_version} -Provides: tex(lbtn_ctsnwr.enc) = %{tl_version} -Provides: tex(lbtn_d4efeo.enc) = %{tl_version} -Provides: tex(lbtn_d6jdyt.enc) = %{tl_version} -Provides: tex(lbtn_dc4jmj.enc) = %{tl_version} -Provides: tex(lbtn_dgc7p3.enc) = %{tl_version} -Provides: tex(lbtn_dgwfac.enc) = %{tl_version} -Provides: tex(lbtn_dh3kuf.enc) = %{tl_version} -Provides: tex(lbtn_djk3hd.enc) = %{tl_version} -Provides: tex(lbtn_dm3bvq.enc) = %{tl_version} -Provides: tex(lbtn_dobmnc.enc) = %{tl_version} -Provides: tex(lbtn_doxsfd.enc) = %{tl_version} -Provides: tex(lbtn_drc7cb.enc) = %{tl_version} -Provides: tex(lbtn_dylq3g.enc) = %{tl_version} -Provides: tex(lbtn_e2nnp6.enc) = %{tl_version} -Provides: tex(lbtn_ee6wgp.enc) = %{tl_version} -Provides: tex(lbtn_eesn4m.enc) = %{tl_version} -Provides: tex(lbtn_eh2cuc.enc) = %{tl_version} -Provides: tex(lbtn_ehpgim.enc) = %{tl_version} -Provides: tex(lbtn_ek5o26.enc) = %{tl_version} -Provides: tex(lbtn_etetpy.enc) = %{tl_version} -Provides: tex(lbtn_ew6fhv.enc) = %{tl_version} -Provides: tex(lbtn_ewm74v.enc) = %{tl_version} -Provides: tex(lbtn_ezf25l.enc) = %{tl_version} -Provides: tex(lbtn_f4vjgq.enc) = %{tl_version} -Provides: tex(lbtn_f75mth.enc) = %{tl_version} -Provides: tex(lbtn_fah7mx.enc) = %{tl_version} -Provides: tex(lbtn_fdphbq.enc) = %{tl_version} -Provides: tex(lbtn_ffhb5a.enc) = %{tl_version} -Provides: tex(lbtn_g3iycs.enc) = %{tl_version} -Provides: tex(lbtn_g3y3rv.enc) = %{tl_version} -Provides: tex(lbtn_g73f77.enc) = %{tl_version} -Provides: tex(lbtn_gannye.enc) = %{tl_version} -Provides: tex(lbtn_gj2vz5.enc) = %{tl_version} -Provides: tex(lbtn_gppru4.enc) = %{tl_version} -Provides: tex(lbtn_gw5dl2.enc) = %{tl_version} -Provides: tex(lbtn_gzistf.enc) = %{tl_version} -Provides: tex(lbtn_h7zthp.enc) = %{tl_version} -Provides: tex(lbtn_hj4mhx.enc) = %{tl_version} -Provides: tex(lbtn_hk6flg.enc) = %{tl_version} -Provides: tex(lbtn_hraow7.enc) = %{tl_version} -Provides: tex(lbtn_hrou5r.enc) = %{tl_version} -Provides: tex(lbtn_htcja3.enc) = %{tl_version} -Provides: tex(lbtn_hx6qbg.enc) = %{tl_version} -Provides: tex(lbtn_i5uqjc.enc) = %{tl_version} -Provides: tex(lbtn_igd6cx.enc) = %{tl_version} -Provides: tex(lbtn_ilz2ox.enc) = %{tl_version} -Provides: tex(lbtn_imzna7.enc) = %{tl_version} -Provides: tex(lbtn_indkeb.enc) = %{tl_version} -Provides: tex(lbtn_io54zc.enc) = %{tl_version} -Provides: tex(lbtn_ip3srb.enc) = %{tl_version} -Provides: tex(lbtn_iqbcqn.enc) = %{tl_version} -Provides: tex(lbtn_ism4pi.enc) = %{tl_version} -Provides: tex(lbtn_itwafr.enc) = %{tl_version} -Provides: tex(lbtn_j6rzs3.enc) = %{tl_version} -Provides: tex(lbtn_jbwhst.enc) = %{tl_version} -Provides: tex(lbtn_jk65vs.enc) = %{tl_version} -Provides: tex(lbtn_jkqd5u.enc) = %{tl_version} -Provides: tex(lbtn_jm7hzd.enc) = %{tl_version} -Provides: tex(lbtn_jnah33.enc) = %{tl_version} -Provides: tex(lbtn_jtbvjr.enc) = %{tl_version} -Provides: tex(lbtn_jtta5h.enc) = %{tl_version} -Provides: tex(lbtn_jubyw6.enc) = %{tl_version} -Provides: tex(lbtn_jvhpxk.enc) = %{tl_version} -Provides: tex(lbtn_ka7zfp.enc) = %{tl_version} -Provides: tex(lbtn_ki75ao.enc) = %{tl_version} -Provides: tex(lbtn_kozgsn.enc) = %{tl_version} -Provides: tex(lbtn_kuli6n.enc) = %{tl_version} -Provides: tex(lbtn_kvn6mi.enc) = %{tl_version} -Provides: tex(lbtn_l4ygyh.enc) = %{tl_version} -Provides: tex(lbtn_l5ekfx.enc) = %{tl_version} -Provides: tex(lbtn_l7w3c6.enc) = %{tl_version} -Provides: tex(lbtn_lqfkm2.enc) = %{tl_version} -Provides: tex(lbtn_lrrvac.enc) = %{tl_version} -Provides: tex(lbtn_lu6v53.enc) = %{tl_version} -Provides: tex(lbtn_lu7m2n.enc) = %{tl_version} -Provides: tex(lbtn_m4ul6s.enc) = %{tl_version} -Provides: tex(lbtn_m7vdvu.enc) = %{tl_version} -Provides: tex(lbtn_mdetlm.enc) = %{tl_version} -Provides: tex(lbtn_mmutss.enc) = %{tl_version} -Provides: tex(lbtn_mx3chd.enc) = %{tl_version} -Provides: tex(lbtn_mywn7m.enc) = %{tl_version} -Provides: tex(lbtn_n3ddym.enc) = %{tl_version} -Provides: tex(lbtn_n3xw57.enc) = %{tl_version} -Provides: tex(lbtn_n7uljd.enc) = %{tl_version} -Provides: tex(lbtn_naooyc.enc) = %{tl_version} -Provides: tex(lbtn_ncsllp.enc) = %{tl_version} -Provides: tex(lbtn_nh77jq.enc) = %{tl_version} -Provides: tex(lbtn_nifh3d.enc) = %{tl_version} -Provides: tex(lbtn_o3jfbt.enc) = %{tl_version} -Provides: tex(lbtn_o3v7gd.enc) = %{tl_version} -Provides: tex(lbtn_oie7e6.enc) = %{tl_version} -Provides: tex(lbtn_omcwp2.enc) = %{tl_version} -Provides: tex(lbtn_otwoau.enc) = %{tl_version} -Provides: tex(lbtn_ouu7z6.enc) = %{tl_version} -Provides: tex(lbtn_ov2e4f.enc) = %{tl_version} -Provides: tex(lbtn_owz7oq.enc) = %{tl_version} -Provides: tex(lbtn_p657rp.enc) = %{tl_version} -Provides: tex(lbtn_pagsao.enc) = %{tl_version} -Provides: tex(lbtn_pjjyzv.enc) = %{tl_version} -Provides: tex(lbtn_pjxd67.enc) = %{tl_version} -Provides: tex(lbtn_prxh5x.enc) = %{tl_version} -Provides: tex(lbtn_pwsgbx.enc) = %{tl_version} -Provides: tex(lbtn_pznusu.enc) = %{tl_version} -Provides: tex(lbtn_q2zrjv.enc) = %{tl_version} -Provides: tex(lbtn_q6vmp6.enc) = %{tl_version} -Provides: tex(lbtn_qac756.enc) = %{tl_version} -Provides: tex(lbtn_qacof3.enc) = %{tl_version} -Provides: tex(lbtn_qgimbz.enc) = %{tl_version} -Provides: tex(lbtn_qlw4xk.enc) = %{tl_version} -Provides: tex(lbtn_qwz7uv.enc) = %{tl_version} -Provides: tex(lbtn_qzi2b5.enc) = %{tl_version} -Provides: tex(lbtn_r4tgzq.enc) = %{tl_version} -Provides: tex(lbtn_rat5le.enc) = %{tl_version} -Provides: tex(lbtn_roevjg.enc) = %{tl_version} -Provides: tex(lbtn_rvmawp.enc) = %{tl_version} -Provides: tex(lbtn_s5bq4i.enc) = %{tl_version} -Provides: tex(lbtn_sakzps.enc) = %{tl_version} -Provides: tex(lbtn_sc4wfs.enc) = %{tl_version} -Provides: tex(lbtn_sdmuhw.enc) = %{tl_version} -Provides: tex(lbtn_sfn3yq.enc) = %{tl_version} -Provides: tex(lbtn_sjkbhb.enc) = %{tl_version} -Provides: tex(lbtn_snmbym.enc) = %{tl_version} -Provides: tex(lbtn_soyanm.enc) = %{tl_version} -Provides: tex(lbtn_t62t6h.enc) = %{tl_version} -Provides: tex(lbtn_tctjin.enc) = %{tl_version} -Provides: tex(lbtn_tltjc6.enc) = %{tl_version} -Provides: tex(lbtn_tlukpt.enc) = %{tl_version} -Provides: tex(lbtn_tnngrt.enc) = %{tl_version} -Provides: tex(lbtn_txfk5t.enc) = %{tl_version} -Provides: tex(lbtn_u442ab.enc) = %{tl_version} -Provides: tex(lbtn_u7qtuy.enc) = %{tl_version} -Provides: tex(lbtn_ufdkzv.enc) = %{tl_version} -Provides: tex(lbtn_ulngvd.enc) = %{tl_version} -Provides: tex(lbtn_urpt4g.enc) = %{tl_version} -Provides: tex(lbtn_utckyy.enc) = %{tl_version} -Provides: tex(lbtn_v2xmgd.enc) = %{tl_version} -Provides: tex(lbtn_v3uc42.enc) = %{tl_version} -Provides: tex(lbtn_vezqth.enc) = %{tl_version} -Provides: tex(lbtn_vfdxlw.enc) = %{tl_version} -Provides: tex(lbtn_vm42ve.enc) = %{tl_version} -Provides: tex(lbtn_voilzo.enc) = %{tl_version} -Provides: tex(lbtn_volajt.enc) = %{tl_version} -Provides: tex(lbtn_vp3gac.enc) = %{tl_version} -Provides: tex(lbtn_vpeqwl.enc) = %{tl_version} -Provides: tex(lbtn_vsrqlo.enc) = %{tl_version} -Provides: tex(lbtn_w5h3ip.enc) = %{tl_version} -Provides: tex(lbtn_w6afmj.enc) = %{tl_version} -Provides: tex(lbtn_wcay2e.enc) = %{tl_version} -Provides: tex(lbtn_weuxsp.enc) = %{tl_version} -Provides: tex(lbtn_wfw7lb.enc) = %{tl_version} -Provides: tex(lbtn_wnipxy.enc) = %{tl_version} -Provides: tex(lbtn_wzgokb.enc) = %{tl_version} -Provides: tex(lbtn_x4bvel.enc) = %{tl_version} -Provides: tex(lbtn_xc6c72.enc) = %{tl_version} -Provides: tex(lbtn_xeech7.enc) = %{tl_version} -Provides: tex(lbtn_xogrpz.enc) = %{tl_version} -Provides: tex(lbtn_xpavo4.enc) = %{tl_version} -Provides: tex(lbtn_xsgxhq.enc) = %{tl_version} -Provides: tex(lbtn_xz74p6.enc) = %{tl_version} -Provides: tex(lbtn_xzlo5e.enc) = %{tl_version} -Provides: tex(lbtn_y6cxei.enc) = %{tl_version} -Provides: tex(lbtn_y6gumo.enc) = %{tl_version} -Provides: tex(lbtn_yea32d.enc) = %{tl_version} -Provides: tex(lbtn_yruotg.enc) = %{tl_version} -Provides: tex(lbtn_yvenhr.enc) = %{tl_version} -Provides: tex(lbtn_z254vq.enc) = %{tl_version} -Provides: tex(lbtn_zacdtl.enc) = %{tl_version} -Provides: tex(lbtn_zajy4r.enc) = %{tl_version} -Provides: tex(lbtn_zauseh.enc) = %{tl_version} -Provides: tex(lbtn_zoexom.enc) = %{tl_version} -Provides: tex(lbtn_zp73k3.enc) = %{tl_version} -Provides: tex(lbtn_zq22hj.enc) = %{tl_version} -Provides: tex(lbtn_zxvhqu.enc) = %{tl_version} -Provides: tex(lbtn_zycpkp.enc) = %{tl_version} -Provides: tex(lbtn_zyymej.enc) = %{tl_version} -Provides: tex(libertine.map) = %{tl_version} -Provides: tex(LinBiolinum_K.otf) = %{tl_version} -Provides: tex(LinBiolinum_R.otf) = %{tl_version} -Provides: tex(LinBiolinum_RB.otf) = %{tl_version} -Provides: tex(LinBiolinum_RBO.otf) = %{tl_version} -Provides: tex(LinBiolinum_RI.otf) = %{tl_version} -Provides: tex(LinLibertine_DR.otf) = %{tl_version} -Provides: tex(LinLibertine_I.otf) = %{tl_version} -Provides: tex(LinLibertine_M.otf) = %{tl_version} -Provides: tex(LinLibertine_MB.otf) = %{tl_version} -Provides: tex(LinLibertine_MBO.otf) = %{tl_version} -Provides: tex(LinLibertine_MO.otf) = %{tl_version} -Provides: tex(LinLibertine_R.otf) = %{tl_version} -Provides: tex(LinLibertine_RB.otf) = %{tl_version} -Provides: tex(LinLibertine_RBI.otf) = %{tl_version} -Provides: tex(LinLibertine_RI.otf) = %{tl_version} -Provides: tex(LinLibertine_RZ.otf) = %{tl_version} -Provides: tex(LinLibertine_RZI.otf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-sup-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-sup-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-sup-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-sup-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-t1.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ts1.tfm) = %{tl_version} -Provides: tex(LinBiolinumT.pfb) = %{tl_version} -Provides: tex(LinBiolinumTB.pfb) = %{tl_version} -Provides: tex(LinBiolinumTBO.pfb) = %{tl_version} -Provides: tex(LinBiolinumTI.pfb) = %{tl_version} -Provides: tex(LinLibertineDisplayT.pfb) = %{tl_version} -Provides: tex(LinLibertineIT.pfb) = %{tl_version} -Provides: tex(LinLibertineMT.pfb) = %{tl_version} -Provides: tex(LinLibertineMTB.pfb) = %{tl_version} -Provides: tex(LinLibertineMTBO.pfb) = %{tl_version} -Provides: tex(LinLibertineMTO.pfb) = %{tl_version} -Provides: tex(LinLibertineT.pfb) = %{tl_version} -Provides: tex(LinLibertineTB.pfb) = %{tl_version} -Provides: tex(LinLibertineTBI.pfb) = %{tl_version} -Provides: tex(LinLibertineTI.pfb) = %{tl_version} -Provides: tex(LinLibertineTZ.pfb) = %{tl_version} -Provides: tex(LinLibertineTZI.pfb) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-lf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-osf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-sup-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-sup-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumT-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-lf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-osf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-sup-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTB-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-lf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-osf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-sup-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTBO-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-lf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-osf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-sup-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-t1.vf) = %{tl_version} -Provides: tex(LinBiolinumTI-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineDisplayT-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineIT-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineMT-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMT-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMT-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTB-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTB-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTBO-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTBO-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTO-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineMTO-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineT-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineT-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTB-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTBI-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTI-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZ-tosf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-lf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-sup-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-ts1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-t1.vf) = %{tl_version} -Provides: tex(LinLibertineTZI-tosf-ts1.vf) = %{tl_version} -Provides: tex(LKey.tex) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(LinBiolinum_K.tex) = %{tl_version} -Provides: tex(LinBiolinum_R.tex) = %{tl_version} -Provides: tex(LinLibertine_I.tex) = %{tl_version} -Provides: tex(LinLibertine_R.tex) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(biolinum-type1.sty) = %{tl_version} -Provides: tex(libertine-type1.sty) = %{tl_version} -Provides: tex(libertine.sty) = %{tl_version} -Provides: tex(libertineMono-type1.sty) = %{tl_version} -Provides: tex(libertineotf.sty) = %{tl_version} -Provides: tex(mt-EBGaramond.cfg) = %{tl_version} - -%description libertine -The package provides the Libertine and Biolinum fonts in both -Type 1 and OTF styles, together with support macros for their -use. Monospaced and display fonts, and the "keyboard" set are -also included, in OTF style, only. The package supersedes both -the libertineotf and the libertine-legacy packages. - -date: 2013-02-13 18:18:56 +0100 - -%post libertine -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map libertine.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map libertine.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun libertine -if [ $1 == 0 ] ; then -sed -i '/^Map libertine.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans libertine -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package libertine-doc -Summary: Documentation for libertine -Version: svn29099.5.3.0__2013_02_13_ -Release: %{tl_noarch_release} -Provides: tex-libertine-doc -BuildArch: noarch -AutoReqProv: No - -%description libertine-doc -Documentation for libertine - -%package librebaskerville -Provides: tex-librebaskerville = %{tl_version} -License: LPPL -Summary: LaTeX support for the Libre Baskerville family of fonts -Version: svn28958.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(lbsk_5rmxhc.enc) = %{tl_version} -Provides: tex(lbsk_7c5ufm.enc) = %{tl_version} -Provides: tex(lbsk_aprite.enc) = %{tl_version} -Provides: tex(lbsk_hguso3.enc) = %{tl_version} -Provides: tex(lbsk_ktbdpq.enc) = %{tl_version} -Provides: tex(lbsk_lbmt7s.enc) = %{tl_version} -Provides: tex(lbsk_mr5ybw.enc) = %{tl_version} -Provides: tex(lbsk_rpuqof.enc) = %{tl_version} -Provides: tex(lbsk_yeotsr.enc) = %{tl_version} -Provides: tex(LibreBaskerville.map) = %{tl_version} -Provides: tex(LibreBaskerville-Bold.otf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic.otf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic.otf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular.otf) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBaskerville-Bold.pfb) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic.pfb) = %{tl_version} -Provides: tex(LibreBaskerville-Italic.pfb) = %{tl_version} -Provides: tex(LibreBaskerville-Regular.pfb) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBaskerville-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1LibreBaskerville-Sup.fd) = %{tl_version} -Provides: tex(LY1LibreBaskerville-TLF.fd) = %{tl_version} -Provides: tex(OT1LibreBaskerville-Sup.fd) = %{tl_version} -Provides: tex(OT1LibreBaskerville-TLF.fd) = %{tl_version} -Provides: tex(T1LibreBaskerville-Sup.fd) = %{tl_version} -Provides: tex(T1LibreBaskerville-TLF.fd) = %{tl_version} -Provides: tex(TS1LibreBaskerville-TLF.fd) = %{tl_version} -Provides: tex(librebaskerville.sty) = %{tl_version} - -%description librebaskerville -Libre Baskerville is designed by Pablo Impallari. It is -primarily intended to be a web font but is also attractive as a -TeX font. As there is currently no bold italic variant, an -artificially slanted version of the bold variant has been -generated. - -date: 2012-12-05 12:44:11 +0100 - -%post librebaskerville -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map LibreBaskerville.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map LibreBaskerville.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun librebaskerville -if [ $1 == 0 ] ; then -sed -i '/^Map LibreBaskerville.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans librebaskerville -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package librebaskerville-doc -Summary: Documentation for librebaskerville -Version: svn28958.0 -Release: %{tl_noarch_release} -Provides: tex-librebaskerville-doc -BuildArch: noarch -AutoReqProv: No - -%description librebaskerville-doc -Documentation for librebaskerville - -%package libris -Provides: tex-libris = %{tl_version} -License: GPL+ -Summary: Libris ADF fonts, with LaTeX support -Version: svn19409.1.007 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(libris-supp.enc) = %{tl_version} -Provides: tex(t1-cfr-yly.enc) = %{tl_version} -Provides: tex(ts1-euro-yly.enc) = %{tl_version} -Provides: tex(yly.map) = %{tl_version} -Provides: tex(ylyb-t1.tfm) = %{tl_version} -Provides: tex(ylyb-ts1.tfm) = %{tl_version} -Provides: tex(ylyb8c.tfm) = %{tl_version} -Provides: tex(ylyb8s.tfm) = %{tl_version} -Provides: tex(ylyb8t.tfm) = %{tl_version} -Provides: tex(ylybi-t1.tfm) = %{tl_version} -Provides: tex(ylybi-ts1.tfm) = %{tl_version} -Provides: tex(ylybi8c.tfm) = %{tl_version} -Provides: tex(ylybi8s.tfm) = %{tl_version} -Provides: tex(ylybi8t.tfm) = %{tl_version} -Provides: tex(ylybiw8t.tfm) = %{tl_version} -Provides: tex(ylybw8t.tfm) = %{tl_version} -Provides: tex(ylyr-t1.tfm) = %{tl_version} -Provides: tex(ylyr-ts1.tfm) = %{tl_version} -Provides: tex(ylyr8c.tfm) = %{tl_version} -Provides: tex(ylyr8s.tfm) = %{tl_version} -Provides: tex(ylyr8t.tfm) = %{tl_version} -Provides: tex(ylyri-t1.tfm) = %{tl_version} -Provides: tex(ylyri-ts1.tfm) = %{tl_version} -Provides: tex(ylyri8c.tfm) = %{tl_version} -Provides: tex(ylyri8s.tfm) = %{tl_version} -Provides: tex(ylyri8t.tfm) = %{tl_version} -Provides: tex(ylyriw8t.tfm) = %{tl_version} -Provides: tex(ylyrw8t.tfm) = %{tl_version} -Provides: tex(ylyb8a.pfb) = %{tl_version} -Provides: tex(ylybi8a.pfb) = %{tl_version} -Provides: tex(ylyr8a.pfb) = %{tl_version} -Provides: tex(ylyri8a.pfb) = %{tl_version} -Provides: tex(ylyb8c.vf) = %{tl_version} -Provides: tex(ylyb8t.vf) = %{tl_version} -Provides: tex(ylybi8c.vf) = %{tl_version} -Provides: tex(ylybi8t.vf) = %{tl_version} -Provides: tex(ylybiw8t.vf) = %{tl_version} -Provides: tex(ylybw8t.vf) = %{tl_version} -Provides: tex(ylyr8c.vf) = %{tl_version} -Provides: tex(ylyr8t.vf) = %{tl_version} -Provides: tex(ylyri8c.vf) = %{tl_version} -Provides: tex(ylyri8t.vf) = %{tl_version} -Provides: tex(ylyriw8t.vf) = %{tl_version} -Provides: tex(ylyrw8t.vf) = %{tl_version} -Provides: tex(libris.sty) = %{tl_version} -Provides: tex(t1yly.fd) = %{tl_version} -Provides: tex(t1ylyw.fd) = %{tl_version} -Provides: tex(ts1yly.fd) = %{tl_version} -Provides: tex(ts1ylyw.fd) = %{tl_version} - -%description libris -LibrisADF is a sans-serif family designed to mimic Lydian. The -bundle includes: - fonts, in Adobe Type 1, TrueType and -OpenType formats, and - LaTeX support macros, for use with the -Type 1 versions of the fonts. The LaTeX macros depend on the -nfssext-cfr bundle. GPL licensing applies the the fonts -themselves; the support macros are distributed under LPPL -licensing. - -date: 2010-07-10 19:16:06 +0200 - -%post libris -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map yly.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yly.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun libris -if [ $1 == 0 ] ; then -sed -i '/^Map yly.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans libris -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package libris-doc -Summary: Documentation for libris -Version: svn19409.1.007 -Release: %{tl_noarch_release} -Provides: tex-libris-doc -BuildArch: noarch -AutoReqProv: No - -%description libris-doc -Documentation for libris - -%package lineara -Provides: tex-lineara = %{tl_version} -License: LPPL -Summary: Linear A script fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Provides: texlive-linearA = %{tl_version}.1 -Obsoletes: texlive-linearA < %{tl_version}.1 -Obsoletes: texlive-linearA-fedora-fonts < %{tl_version}.1 -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xspace.sty) -Provides: tex(linearA.map) = %{tl_version} -Provides: tex(LinearA.tfm) = %{tl_version} -Provides: tex(LinearACmplxSigns.tfm) = %{tl_version} -Provides: tex(LinearA.pfb) = %{tl_version} -Provides: tex(LinearACmplxSigns.pfb) = %{tl_version} -Provides: tex(linearA.sty) = %{tl_version} - -%description lineara -The linearA package provides a simple interface to two fonts -which include all known symbols, simple and complex, of the -Linear A script. This way one can easily replicate Linear A -"texts" using modern typographic technology. Note that the -Linear A script has not been deciphered yet and probably never -will be deciphered. - -date: 2006-12-01 16:33:32 +0100 - -%post lineara -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map linearA.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map linearA.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun lineara -if [ $1 == 0 ] ; then -sed -i '/^Map linearA.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans lineara -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lineara-doc -Summary: Documentation for lineara -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lineara-doc -BuildArch: noarch -AutoReqProv: No - -%description lineara-doc -Documentation for lineara - -%package lxfonts -Provides: tex-lxfonts = %{tl_version} -License: LPPL -Summary: Set of slide fonts based on CM -Version: svn15878.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(lxfonts.map) = %{tl_version} -Provides: tex(lcmbsy8.tfm) = %{tl_version} -Provides: tex(lcmex8.tfm) = %{tl_version} -Provides: tex(lcmmi8.tfm) = %{tl_version} -Provides: tex(lcmmib8.tfm) = %{tl_version} -Provides: tex(lcmsy8.tfm) = %{tl_version} -Provides: tex(leclb8.tfm) = %{tl_version} -Provides: tex(lecli8.tfm) = %{tl_version} -Provides: tex(leclo8.tfm) = %{tl_version} -Provides: tex(leclq8.tfm) = %{tl_version} -Provides: tex(llasy8.tfm) = %{tl_version} -Provides: tex(llasyb8.tfm) = %{tl_version} -Provides: tex(llcmss8.tfm) = %{tl_version} -Provides: tex(llcmssb8.tfm) = %{tl_version} -Provides: tex(llcmssi8.tfm) = %{tl_version} -Provides: tex(llcmsso8.tfm) = %{tl_version} -Provides: tex(lmsam8.tfm) = %{tl_version} -Provides: tex(lmsbm8.tfm) = %{tl_version} -Provides: tex(ltclb8.tfm) = %{tl_version} -Provides: tex(ltcli8.tfm) = %{tl_version} -Provides: tex(ltclo8.tfm) = %{tl_version} -Provides: tex(ltclq8.tfm) = %{tl_version} -Provides: tex(lcmbsy8.pfb) = %{tl_version} -Provides: tex(lcmex8.pfb) = %{tl_version} -Provides: tex(lcmmi8.pfb) = %{tl_version} -Provides: tex(lcmmib8.pfb) = %{tl_version} -Provides: tex(lcmsy8.pfb) = %{tl_version} -Provides: tex(leclb8.pfb) = %{tl_version} -Provides: tex(lecli8.pfb) = %{tl_version} -Provides: tex(leclo8.pfb) = %{tl_version} -Provides: tex(leclq8.pfb) = %{tl_version} -Provides: tex(llasy8.pfb) = %{tl_version} -Provides: tex(llasyb8.pfb) = %{tl_version} -Provides: tex(llcmss8.pfb) = %{tl_version} -Provides: tex(llcmssb8.pfb) = %{tl_version} -Provides: tex(llcmssi8.pfb) = %{tl_version} -Provides: tex(llcmsso8.pfb) = %{tl_version} -Provides: tex(lmsam8.pfb) = %{tl_version} -Provides: tex(lmsbm8.pfb) = %{tl_version} -Provides: tex(ltclb8.pfb) = %{tl_version} -Provides: tex(ltcli8.pfb) = %{tl_version} -Provides: tex(ltclo8.pfb) = %{tl_version} -Provides: tex(ltclq8.pfb) = %{tl_version} -Provides: tex(lxfonts.sty) = %{tl_version} - -%description lxfonts -The bundle contains the traditional slides fonts revised to be -completely usable both as text fonts and mathematics fonts; -they are fully integrate with the new operators, letters, -symbols and extensible delimiter fonts, as well as with the AMS -fonts, all redone with the same stylistic parameters. - -date: 2008-08-22 10:50:40 +0200 - -%post lxfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap lxfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap lxfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun lxfonts -if [ $1 == 0 ] ; then -sed -i '/^MixedMap lxfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans lxfonts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lxfonts-doc -Summary: Documentation for lxfonts -Version: svn15878.0.4 -Release: %{tl_noarch_release} -Provides: tex-lxfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description lxfonts-doc -Documentation for lxfonts - -%package ly1 -Provides: tex-ly1 = %{tl_version} -License: LPPL -Summary: Support for LY1 LaTeX encoding -Version: svn21086.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(texnansi.enc) = %{tl_version} -Provides: tex(pag8y.map) = %{tl_version} -Provides: tex(pbk8y.map) = %{tl_version} -Provides: tex(pcr8y.map) = %{tl_version} -Provides: tex(phv8y.map) = %{tl_version} -Provides: tex(pnc8y.map) = %{tl_version} -Provides: tex(ppl8y.map) = %{tl_version} -Provides: tex(ptm8y.map) = %{tl_version} -Provides: tex(pzc8y.map) = %{tl_version} -Provides: tex(pagd8y.tfm) = %{tl_version} -Provides: tex(pagdo8y.tfm) = %{tl_version} -Provides: tex(pagk8y.tfm) = %{tl_version} -Provides: tex(pagko8y.tfm) = %{tl_version} -Provides: tex(pbkd8y.tfm) = %{tl_version} -Provides: tex(pbkdi8y.tfm) = %{tl_version} -Provides: tex(pbkdo8y.tfm) = %{tl_version} -Provides: tex(pbkl8y.tfm) = %{tl_version} -Provides: tex(pbkli8y.tfm) = %{tl_version} -Provides: tex(pbklo8y.tfm) = %{tl_version} -Provides: tex(pcrb8y.tfm) = %{tl_version} -Provides: tex(pcrbo8y.tfm) = %{tl_version} -Provides: tex(pcrr8y.tfm) = %{tl_version} -Provides: tex(pcrro8y.tfm) = %{tl_version} -Provides: tex(phvb8y.tfm) = %{tl_version} -Provides: tex(phvb8yn.tfm) = %{tl_version} -Provides: tex(phvbo8y.tfm) = %{tl_version} -Provides: tex(phvbo8yn.tfm) = %{tl_version} -Provides: tex(phvr8y.tfm) = %{tl_version} -Provides: tex(phvr8yn.tfm) = %{tl_version} -Provides: tex(phvro8y.tfm) = %{tl_version} -Provides: tex(phvro8yn.tfm) = %{tl_version} -Provides: tex(pncb8y.tfm) = %{tl_version} -Provides: tex(pncbi8y.tfm) = %{tl_version} -Provides: tex(pncbo8y.tfm) = %{tl_version} -Provides: tex(pncr8y.tfm) = %{tl_version} -Provides: tex(pncri8y.tfm) = %{tl_version} -Provides: tex(pncro8y.tfm) = %{tl_version} -Provides: tex(pplb8y.tfm) = %{tl_version} -Provides: tex(pplbi8y.tfm) = %{tl_version} -Provides: tex(pplbo8y.tfm) = %{tl_version} -Provides: tex(pplbu8y.tfm) = %{tl_version} -Provides: tex(pplr8y.tfm) = %{tl_version} -Provides: tex(pplr8yn.tfm) = %{tl_version} -Provides: tex(pplri8y.tfm) = %{tl_version} -Provides: tex(pplro8y.tfm) = %{tl_version} -Provides: tex(pplrr8ye.tfm) = %{tl_version} -Provides: tex(pplru8y.tfm) = %{tl_version} -Provides: tex(ptmb8y.tfm) = %{tl_version} -Provides: tex(ptmbc8y.tfm) = %{tl_version} -Provides: tex(ptmbi8y.tfm) = %{tl_version} -Provides: tex(ptmbo8y.tfm) = %{tl_version} -Provides: tex(ptmr8y.tfm) = %{tl_version} -Provides: tex(ptmr8yn.tfm) = %{tl_version} -Provides: tex(ptmrc8y.tfm) = %{tl_version} -Provides: tex(ptmri8y.tfm) = %{tl_version} -Provides: tex(ptmro8y.tfm) = %{tl_version} -Provides: tex(ptmrr8ye.tfm) = %{tl_version} -Provides: tex(pzcmi8y.tfm) = %{tl_version} -Provides: tex(ptmbc8y.vf) = %{tl_version} -Provides: tex(ptmrc8y.vf) = %{tl_version} -Provides: tex(ly1enc.def) = %{tl_version} -Provides: tex(ly1pag.fd) = %{tl_version} -Provides: tex(ly1pbk.fd) = %{tl_version} -Provides: tex(ly1pcr.fd) = %{tl_version} -Provides: tex(ly1phv.fd) = %{tl_version} -Provides: tex(ly1pnc.fd) = %{tl_version} -Provides: tex(ly1ppl.fd) = %{tl_version} -Provides: tex(ly1ptm.fd) = %{tl_version} -Provides: tex(ly1pzc.fd) = %{tl_version} -Provides: tex(texnansi.sty) = %{tl_version} -Provides: tex(texnansi.tex) = %{tl_version} - -%description ly1 -The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations -of ANSI standards) encoding lives on, even after the decease of -the company; it is known in the LaTeX scheme of things as LY1 -encoding. This bundle includes metrics and LaTeX macros to use -the basic three (Times, Helvetica and Courier) Adobe Type 1 -fonts in LaTeX using LY1 encoding. - -date: 2010-06-15 10:37:47 +0200 - -%post ly1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ly1 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ly1 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ly1-doc -Summary: Documentation for ly1 -Version: svn21086.0 -Release: %{tl_noarch_release} -Provides: tex-ly1-doc -BuildArch: noarch -AutoReqProv: No - -%description ly1-doc -Documentation for ly1 - -%package mathabx -Provides: tex-mathabx = %{tl_version} -License: LPPL -Summary: Three series of mathematical symbols -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(matha10.tfm) = %{tl_version} -Provides: tex(matha12.tfm) = %{tl_version} -Provides: tex(matha5.tfm) = %{tl_version} -Provides: tex(matha6.tfm) = %{tl_version} -Provides: tex(matha7.tfm) = %{tl_version} -Provides: tex(matha8.tfm) = %{tl_version} -Provides: tex(matha9.tfm) = %{tl_version} -Provides: tex(mathastrotest10.tfm) = %{tl_version} -Provides: tex(mathb10.tfm) = %{tl_version} -Provides: tex(mathb12.tfm) = %{tl_version} -Provides: tex(mathb5.tfm) = %{tl_version} -Provides: tex(mathb6.tfm) = %{tl_version} -Provides: tex(mathb7.tfm) = %{tl_version} -Provides: tex(mathb8.tfm) = %{tl_version} -Provides: tex(mathb9.tfm) = %{tl_version} -Provides: tex(mathc10.tfm) = %{tl_version} -Provides: tex(mathu10.tfm) = %{tl_version} -Provides: tex(mathux10.tfm) = %{tl_version} -Provides: tex(mathx10.tfm) = %{tl_version} -Provides: tex(mathx12.tfm) = %{tl_version} -Provides: tex(mathx5.tfm) = %{tl_version} -Provides: tex(mathx6.tfm) = %{tl_version} -Provides: tex(mathx7.tfm) = %{tl_version} -Provides: tex(mathx8.tfm) = %{tl_version} -Provides: tex(mathx9.tfm) = %{tl_version} -Provides: tex(mathabx.sty) = %{tl_version} -Provides: tex(mathabx.tex) = %{tl_version} - -%description mathabx -Mathabx is a set of 3 mathematical symbols font series: matha, -mathb and mathx. They are defined by MetaFont code and should -be of reasonable quality (bitmap output). Things change from -time to time, so there is no claim of stability (encoding, -metrics, design). The package includes Plain TeX and LaTeX -support macros. - -date: 2008-09-15 13:48:16 +0200 - -%post mathabx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathabx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathabx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathabx-doc -Summary: Documentation for mathabx -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-mathabx-doc -BuildArch: noarch -AutoReqProv: No - -%description mathabx-doc -Documentation for mathabx - -%package mathabx-type1 -Provides: tex-mathabx-type1 = %{tl_version} -License: LPPL -Summary: Outline version of the mathabx fonts -Version: svn21129.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-mathabx -Provides: tex(mathabx.map) = %{tl_version} -Provides: tex(matha10.pfb) = %{tl_version} -Provides: tex(matha12.pfb) = %{tl_version} -Provides: tex(matha5.pfb) = %{tl_version} -Provides: tex(matha6.pfb) = %{tl_version} -Provides: tex(matha7.pfb) = %{tl_version} -Provides: tex(matha8.pfb) = %{tl_version} -Provides: tex(matha9.pfb) = %{tl_version} -Provides: tex(mathastrotest10.pfb) = %{tl_version} -Provides: tex(mathb10.pfb) = %{tl_version} -Provides: tex(mathb12.pfb) = %{tl_version} -Provides: tex(mathb5.pfb) = %{tl_version} -Provides: tex(mathb6.pfb) = %{tl_version} -Provides: tex(mathb7.pfb) = %{tl_version} -Provides: tex(mathb8.pfb) = %{tl_version} -Provides: tex(mathb9.pfb) = %{tl_version} -Provides: tex(mathc10.pfb) = %{tl_version} -Provides: tex(mathu10.pfb) = %{tl_version} -Provides: tex(mathux10.pfb) = %{tl_version} -Provides: tex(mathx10.pfb) = %{tl_version} -Provides: tex(mathx12.pfb) = %{tl_version} -Provides: tex(mathx5.pfb) = %{tl_version} -Provides: tex(mathx6.pfb) = %{tl_version} -Provides: tex(mathx7.pfb) = %{tl_version} -Provides: tex(mathx8.pfb) = %{tl_version} -Provides: tex(mathx9.pfb) = %{tl_version} - -%description mathabx-type1 -This is an Adobe Type 1 outline version of the mathabx fonts. - -date: 2011-01-19 07:58:01 +0100 - -%post mathabx-type1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map mathabx.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mathabx.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun mathabx-type1 -if [ $1 == 0 ] ; then -sed -i '/^Map mathabx.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans mathabx-type1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathabx-type1-doc -Summary: Documentation for mathabx-type1 -Version: svn21129.0 -Release: %{tl_noarch_release} -Provides: tex-mathabx-type1-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-mathabx-doc - -%description mathabx-type1-doc -Documentation for mathabx-type1 - -%package mathdesign -Provides: tex-mathdesign = %{tl_version} -License: GPL+ -Summary: Mathematical fonts to fit with particular text fonts -Version: svn24173.1.55 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Provides: tex(mdbch.map) = %{tl_version} -Provides: tex(mdput.map) = %{tl_version} -Provides: tex(mdugm.map) = %{tl_version} -Provides: tex(bchb8a.tfm) = %{tl_version} -Provides: tex(bchb8y.tfm) = %{tl_version} -Provides: tex(bchbc8a.tfm) = %{tl_version} -Provides: tex(bchbc8y.tfm) = %{tl_version} -Provides: tex(bchbi8a.tfm) = %{tl_version} -Provides: tex(bchbi8y.tfm) = %{tl_version} -Provides: tex(bchbo8y.tfm) = %{tl_version} -Provides: tex(bchr8a.tfm) = %{tl_version} -Provides: tex(bchr8y.tfm) = %{tl_version} -Provides: tex(bchrc8a.tfm) = %{tl_version} -Provides: tex(bchrc8y.tfm) = %{tl_version} -Provides: tex(bchri8a.tfm) = %{tl_version} -Provides: tex(bchri8y.tfm) = %{tl_version} -Provides: tex(bchro8y.tfm) = %{tl_version} -Provides: tex(md-chb7m.tfm) = %{tl_version} -Provides: tex(md-chb7t.tfm) = %{tl_version} -Provides: tex(md-chb7v.tfm) = %{tl_version} -Provides: tex(md-chb7y.tfm) = %{tl_version} -Provides: tex(md-chb8c.tfm) = %{tl_version} -Provides: tex(md-chb8d.tfm) = %{tl_version} -Provides: tex(md-chb8t.tfm) = %{tl_version} -Provides: tex(md-chbi7m.tfm) = %{tl_version} -Provides: tex(md-chbi7t.tfm) = %{tl_version} -Provides: tex(md-chbi8c.tfm) = %{tl_version} -Provides: tex(md-chbi8t.tfm) = %{tl_version} -Provides: tex(md-chbma.tfm) = %{tl_version} -Provides: tex(md-chbmb.tfm) = %{tl_version} -Provides: tex(md-chbo7t.tfm) = %{tl_version} -Provides: tex(md-chbo8c.tfm) = %{tl_version} -Provides: tex(md-chbo8t.tfm) = %{tl_version} -Provides: tex(md-chr7m.tfm) = %{tl_version} -Provides: tex(md-chr7t.tfm) = %{tl_version} -Provides: tex(md-chr7t5.tfm) = %{tl_version} -Provides: tex(md-chr7t6.tfm) = %{tl_version} -Provides: tex(md-chr7t7.tfm) = %{tl_version} -Provides: tex(md-chr7t8.tfm) = %{tl_version} -Provides: tex(md-chr7t9.tfm) = %{tl_version} -Provides: tex(md-chr7v.tfm) = %{tl_version} -Provides: tex(md-chr7y.tfm) = %{tl_version} -Provides: tex(md-chr8c.tfm) = %{tl_version} -Provides: tex(md-chr8d.tfm) = %{tl_version} -Provides: tex(md-chr8t.tfm) = %{tl_version} -Provides: tex(md-chree.tfm) = %{tl_version} -Provides: tex(md-chri7m.tfm) = %{tl_version} -Provides: tex(md-chri7t.tfm) = %{tl_version} -Provides: tex(md-chri7t5.tfm) = %{tl_version} -Provides: tex(md-chri7t6.tfm) = %{tl_version} -Provides: tex(md-chri7t7.tfm) = %{tl_version} -Provides: tex(md-chri7t8.tfm) = %{tl_version} -Provides: tex(md-chri7t9.tfm) = %{tl_version} -Provides: tex(md-chri8c.tfm) = %{tl_version} -Provides: tex(md-chri8t.tfm) = %{tl_version} -Provides: tex(md-chrma.tfm) = %{tl_version} -Provides: tex(md-chrmb.tfm) = %{tl_version} -Provides: tex(md-chro7t.tfm) = %{tl_version} -Provides: tex(md-chro8c.tfm) = %{tl_version} -Provides: tex(md-chro8t.tfm) = %{tl_version} -Provides: tex(mdbchb7m.tfm) = %{tl_version} -Provides: tex(mdbchb7t.tfm) = %{tl_version} -Provides: tex(mdbchb7v.tfm) = %{tl_version} -Provides: tex(mdbchb7y.tfm) = %{tl_version} -Provides: tex(mdbchb8c.tfm) = %{tl_version} -Provides: tex(mdbchb8d.tfm) = %{tl_version} -Provides: tex(mdbchb8t.tfm) = %{tl_version} -Provides: tex(mdbchbc8t.tfm) = %{tl_version} -Provides: tex(mdbchbfc8t.tfm) = %{tl_version} -Provides: tex(mdbchbi7m.tfm) = %{tl_version} -Provides: tex(mdbchbi7t.tfm) = %{tl_version} -Provides: tex(mdbchbi8c.tfm) = %{tl_version} -Provides: tex(mdbchbi8t.tfm) = %{tl_version} -Provides: tex(mdbchbic8t.tfm) = %{tl_version} -Provides: tex(mdbchbifc8t.tfm) = %{tl_version} -Provides: tex(mdbchbma.tfm) = %{tl_version} -Provides: tex(mdbchbmb.tfm) = %{tl_version} -Provides: tex(mdbchbo7t.tfm) = %{tl_version} -Provides: tex(mdbchbo8c.tfm) = %{tl_version} -Provides: tex(mdbchbo8t.tfm) = %{tl_version} -Provides: tex(mdbchboc8t.tfm) = %{tl_version} -Provides: tex(mdbchbofc8t.tfm) = %{tl_version} -Provides: tex(mdbchr7m.tfm) = %{tl_version} -Provides: tex(mdbchr7t.tfm) = %{tl_version} -Provides: tex(mdbchr7v.tfm) = %{tl_version} -Provides: tex(mdbchr7y.tfm) = %{tl_version} -Provides: tex(mdbchr8c.tfm) = %{tl_version} -Provides: tex(mdbchr8d.tfm) = %{tl_version} -Provides: tex(mdbchr8t.tfm) = %{tl_version} -Provides: tex(mdbchrc8t.tfm) = %{tl_version} -Provides: tex(mdbchrfc8t.tfm) = %{tl_version} -Provides: tex(mdbchri7m.tfm) = %{tl_version} -Provides: tex(mdbchri7t.tfm) = %{tl_version} -Provides: tex(mdbchri8c.tfm) = %{tl_version} -Provides: tex(mdbchri8t.tfm) = %{tl_version} -Provides: tex(mdbchric8t.tfm) = %{tl_version} -Provides: tex(mdbchrifc8t.tfm) = %{tl_version} -Provides: tex(mdbchrma.tfm) = %{tl_version} -Provides: tex(mdbchrmb.tfm) = %{tl_version} -Provides: tex(mdbchro7t.tfm) = %{tl_version} -Provides: tex(mdbchro8c.tfm) = %{tl_version} -Provides: tex(mdbchro8t.tfm) = %{tl_version} -Provides: tex(mdbchroc8t.tfm) = %{tl_version} -Provides: tex(mdbchrofc8t.tfm) = %{tl_version} -Provides: tex(md-utb7m.tfm) = %{tl_version} -Provides: tex(md-utb7t.tfm) = %{tl_version} -Provides: tex(md-utb7v.tfm) = %{tl_version} -Provides: tex(md-utb7y.tfm) = %{tl_version} -Provides: tex(md-utb8c.tfm) = %{tl_version} -Provides: tex(md-utb8t.tfm) = %{tl_version} -Provides: tex(md-utbi7m.tfm) = %{tl_version} -Provides: tex(md-utbi7t.tfm) = %{tl_version} -Provides: tex(md-utbi8c.tfm) = %{tl_version} -Provides: tex(md-utbi8t.tfm) = %{tl_version} -Provides: tex(md-utbma.tfm) = %{tl_version} -Provides: tex(md-utbmb.tfm) = %{tl_version} -Provides: tex(md-utbo7t.tfm) = %{tl_version} -Provides: tex(md-utbo8c.tfm) = %{tl_version} -Provides: tex(md-utbo8t.tfm) = %{tl_version} -Provides: tex(md-utr7m.tfm) = %{tl_version} -Provides: tex(md-utr7t.tfm) = %{tl_version} -Provides: tex(md-utr7v.tfm) = %{tl_version} -Provides: tex(md-utr7y.tfm) = %{tl_version} -Provides: tex(md-utr8c.tfm) = %{tl_version} -Provides: tex(md-utr8t.tfm) = %{tl_version} -Provides: tex(md-utri7m.tfm) = %{tl_version} -Provides: tex(md-utri7t.tfm) = %{tl_version} -Provides: tex(md-utri8c.tfm) = %{tl_version} -Provides: tex(md-utri8t.tfm) = %{tl_version} -Provides: tex(md-utrma.tfm) = %{tl_version} -Provides: tex(md-utrmb.tfm) = %{tl_version} -Provides: tex(md-utro7t.tfm) = %{tl_version} -Provides: tex(md-utro8c.tfm) = %{tl_version} -Provides: tex(md-utro8t.tfm) = %{tl_version} -Provides: tex(mdputb7m.tfm) = %{tl_version} -Provides: tex(mdputb7t.tfm) = %{tl_version} -Provides: tex(mdputb7v.tfm) = %{tl_version} -Provides: tex(mdputb7y.tfm) = %{tl_version} -Provides: tex(mdputb8c.tfm) = %{tl_version} -Provides: tex(mdputb8t.tfm) = %{tl_version} -Provides: tex(mdputbc8t.tfm) = %{tl_version} -Provides: tex(mdputbfc8t.tfm) = %{tl_version} -Provides: tex(mdputbi7m.tfm) = %{tl_version} -Provides: tex(mdputbi7t.tfm) = %{tl_version} -Provides: tex(mdputbi8c.tfm) = %{tl_version} -Provides: tex(mdputbi8t.tfm) = %{tl_version} -Provides: tex(mdputbifc8t.tfm) = %{tl_version} -Provides: tex(mdputbma.tfm) = %{tl_version} -Provides: tex(mdputbmb.tfm) = %{tl_version} -Provides: tex(mdputbo7t.tfm) = %{tl_version} -Provides: tex(mdputbo8c.tfm) = %{tl_version} -Provides: tex(mdputbo8t.tfm) = %{tl_version} -Provides: tex(mdputbofc8t.tfm) = %{tl_version} -Provides: tex(mdputr7m.tfm) = %{tl_version} -Provides: tex(mdputr7t.tfm) = %{tl_version} -Provides: tex(mdputr7v.tfm) = %{tl_version} -Provides: tex(mdputr7y.tfm) = %{tl_version} -Provides: tex(mdputr8c.tfm) = %{tl_version} -Provides: tex(mdputr8t.tfm) = %{tl_version} -Provides: tex(mdputrc8t.tfm) = %{tl_version} -Provides: tex(mdputrfc8t.tfm) = %{tl_version} -Provides: tex(mdputri7m.tfm) = %{tl_version} -Provides: tex(mdputri7t.tfm) = %{tl_version} -Provides: tex(mdputri8c.tfm) = %{tl_version} -Provides: tex(mdputri8t.tfm) = %{tl_version} -Provides: tex(mdputrifc8t.tfm) = %{tl_version} -Provides: tex(mdputrma.tfm) = %{tl_version} -Provides: tex(mdputrmb.tfm) = %{tl_version} -Provides: tex(mdputro7t.tfm) = %{tl_version} -Provides: tex(mdputro8c.tfm) = %{tl_version} -Provides: tex(mdputro8t.tfm) = %{tl_version} -Provides: tex(mdputrofc8t.tfm) = %{tl_version} -Provides: tex(putb8a.tfm) = %{tl_version} -Provides: tex(putb8x.tfm) = %{tl_version} -Provides: tex(putb8y.tfm) = %{tl_version} -Provides: tex(putbi8a.tfm) = %{tl_version} -Provides: tex(putbi8y.tfm) = %{tl_version} -Provides: tex(putbo8y.tfm) = %{tl_version} -Provides: tex(putr8a.tfm) = %{tl_version} -Provides: tex(putr8x.tfm) = %{tl_version} -Provides: tex(putr8y.tfm) = %{tl_version} -Provides: tex(putri8a.tfm) = %{tl_version} -Provides: tex(putri8y.tfm) = %{tl_version} -Provides: tex(putro8y.tfm) = %{tl_version} -Provides: tex(md-gmm7m.tfm) = %{tl_version} -Provides: tex(md-gmm7t.tfm) = %{tl_version} -Provides: tex(md-gmm7v.tfm) = %{tl_version} -Provides: tex(md-gmm7y.tfm) = %{tl_version} -Provides: tex(md-gmm8c.tfm) = %{tl_version} -Provides: tex(md-gmm8d.tfm) = %{tl_version} -Provides: tex(md-gmm8t.tfm) = %{tl_version} -Provides: tex(md-gmmi7m.tfm) = %{tl_version} -Provides: tex(md-gmmi7t.tfm) = %{tl_version} -Provides: tex(md-gmmi8c.tfm) = %{tl_version} -Provides: tex(md-gmmi8t.tfm) = %{tl_version} -Provides: tex(md-gmmma.tfm) = %{tl_version} -Provides: tex(md-gmmmb.tfm) = %{tl_version} -Provides: tex(md-gmmo7m.tfm) = %{tl_version} -Provides: tex(md-gmmo7t.tfm) = %{tl_version} -Provides: tex(md-gmmo8c.tfm) = %{tl_version} -Provides: tex(md-gmmo8t.tfm) = %{tl_version} -Provides: tex(md-gmr7m.tfm) = %{tl_version} -Provides: tex(md-gmr7t.tfm) = %{tl_version} -Provides: tex(md-gmr7v.tfm) = %{tl_version} -Provides: tex(md-gmr7y.tfm) = %{tl_version} -Provides: tex(md-gmr8c.tfm) = %{tl_version} -Provides: tex(md-gmr8d.tfm) = %{tl_version} -Provides: tex(md-gmr8t.tfm) = %{tl_version} -Provides: tex(md-gmree.tfm) = %{tl_version} -Provides: tex(md-gmri7m.tfm) = %{tl_version} -Provides: tex(md-gmri7t.tfm) = %{tl_version} -Provides: tex(md-gmri8c.tfm) = %{tl_version} -Provides: tex(md-gmri8t.tfm) = %{tl_version} -Provides: tex(md-gmrma.tfm) = %{tl_version} -Provides: tex(md-gmrmb.tfm) = %{tl_version} -Provides: tex(md-gmro7m.tfm) = %{tl_version} -Provides: tex(md-gmro7t.tfm) = %{tl_version} -Provides: tex(md-gmro8c.tfm) = %{tl_version} -Provides: tex(md-gmro8t.tfm) = %{tl_version} -Provides: tex(mdugmm7m.tfm) = %{tl_version} -Provides: tex(mdugmm7t.tfm) = %{tl_version} -Provides: tex(mdugmm7v.tfm) = %{tl_version} -Provides: tex(mdugmm7y.tfm) = %{tl_version} -Provides: tex(mdugmm8c.tfm) = %{tl_version} -Provides: tex(mdugmm8d.tfm) = %{tl_version} -Provides: tex(mdugmm8t.tfm) = %{tl_version} -Provides: tex(mdugmmfc8t.tfm) = %{tl_version} -Provides: tex(mdugmmi7m.tfm) = %{tl_version} -Provides: tex(mdugmmi7t.tfm) = %{tl_version} -Provides: tex(mdugmmi8c.tfm) = %{tl_version} -Provides: tex(mdugmmi8t.tfm) = %{tl_version} -Provides: tex(mdugmmifc8t.tfm) = %{tl_version} -Provides: tex(mdugmmma.tfm) = %{tl_version} -Provides: tex(mdugmmmb.tfm) = %{tl_version} -Provides: tex(mdugmmo7t.tfm) = %{tl_version} -Provides: tex(mdugmmo8c.tfm) = %{tl_version} -Provides: tex(mdugmmo8t.tfm) = %{tl_version} -Provides: tex(mdugmmofc8t.tfm) = %{tl_version} -Provides: tex(mdugmr7m.tfm) = %{tl_version} -Provides: tex(mdugmr7t.tfm) = %{tl_version} -Provides: tex(mdugmr7v.tfm) = %{tl_version} -Provides: tex(mdugmr7y.tfm) = %{tl_version} -Provides: tex(mdugmr8c.tfm) = %{tl_version} -Provides: tex(mdugmr8d.tfm) = %{tl_version} -Provides: tex(mdugmr8t.tfm) = %{tl_version} -Provides: tex(mdugmrfc8t.tfm) = %{tl_version} -Provides: tex(mdugmri7m.tfm) = %{tl_version} -Provides: tex(mdugmri7t.tfm) = %{tl_version} -Provides: tex(mdugmri8c.tfm) = %{tl_version} -Provides: tex(mdugmri8t.tfm) = %{tl_version} -Provides: tex(mdugmrifc8t.tfm) = %{tl_version} -Provides: tex(mdugmrma.tfm) = %{tl_version} -Provides: tex(mdugmrmb.tfm) = %{tl_version} -Provides: tex(mdugmro7t.tfm) = %{tl_version} -Provides: tex(mdugmro8c.tfm) = %{tl_version} -Provides: tex(mdugmro8t.tfm) = %{tl_version} -Provides: tex(mdugmrofc8t.tfm) = %{tl_version} -Provides: tex(ugmm8a.tfm) = %{tl_version} -Provides: tex(ugmm8y.tfm) = %{tl_version} -Provides: tex(ugmmi8a.tfm) = %{tl_version} -Provides: tex(ugmmi8y.tfm) = %{tl_version} -Provides: tex(ugmmo8y.tfm) = %{tl_version} -Provides: tex(ugmr8a.tfm) = %{tl_version} -Provides: tex(ugmr8y.tfm) = %{tl_version} -Provides: tex(ugmri8a.tfm) = %{tl_version} -Provides: tex(ugmri8y.tfm) = %{tl_version} -Provides: tex(ugmro8y.tfm) = %{tl_version} -Provides: tex(md-chb7m.pfb) = %{tl_version} -Provides: tex(md-chb7t.pfb) = %{tl_version} -Provides: tex(md-chb7v.pfb) = %{tl_version} -Provides: tex(md-chb7y.pfb) = %{tl_version} -Provides: tex(md-chb8c.pfb) = %{tl_version} -Provides: tex(md-chb8d.pfb) = %{tl_version} -Provides: tex(md-chb8t.pfb) = %{tl_version} -Provides: tex(md-chbi7m.pfb) = %{tl_version} -Provides: tex(md-chbi7t.pfb) = %{tl_version} -Provides: tex(md-chbi8c.pfb) = %{tl_version} -Provides: tex(md-chbi8t.pfb) = %{tl_version} -Provides: tex(md-chbma.pfb) = %{tl_version} -Provides: tex(md-chbmb.pfb) = %{tl_version} -Provides: tex(md-chr7m.pfb) = %{tl_version} -Provides: tex(md-chr7t.pfb) = %{tl_version} -Provides: tex(md-chr7t5.pfb) = %{tl_version} -Provides: tex(md-chr7t6.pfb) = %{tl_version} -Provides: tex(md-chr7t7.pfb) = %{tl_version} -Provides: tex(md-chr7t8.pfb) = %{tl_version} -Provides: tex(md-chr7t9.pfb) = %{tl_version} -Provides: tex(md-chr7v.pfb) = %{tl_version} -Provides: tex(md-chr7y.pfb) = %{tl_version} -Provides: tex(md-chr8c.pfb) = %{tl_version} -Provides: tex(md-chr8d.pfb) = %{tl_version} -Provides: tex(md-chr8t.pfb) = %{tl_version} -Provides: tex(md-chree.pfb) = %{tl_version} -Provides: tex(md-chri7m.pfb) = %{tl_version} -Provides: tex(md-chri7t.pfb) = %{tl_version} -Provides: tex(md-chri7t5.pfb) = %{tl_version} -Provides: tex(md-chri7t6.pfb) = %{tl_version} -Provides: tex(md-chri7t7.pfb) = %{tl_version} -Provides: tex(md-chri7t8.pfb) = %{tl_version} -Provides: tex(md-chri7t9.pfb) = %{tl_version} -Provides: tex(md-chri8c.pfb) = %{tl_version} -Provides: tex(md-chri8t.pfb) = %{tl_version} -Provides: tex(md-chrma.pfb) = %{tl_version} -Provides: tex(md-chrmb.pfb) = %{tl_version} -Provides: tex(md-utb7m.pfb) = %{tl_version} -Provides: tex(md-utb7t.pfb) = %{tl_version} -Provides: tex(md-utb7v.pfb) = %{tl_version} -Provides: tex(md-utb7y.pfb) = %{tl_version} -Provides: tex(md-utb8c.pfb) = %{tl_version} -Provides: tex(md-utb8t.pfb) = %{tl_version} -Provides: tex(md-utbi7m.pfb) = %{tl_version} -Provides: tex(md-utbi7t.pfb) = %{tl_version} -Provides: tex(md-utbi8c.pfb) = %{tl_version} -Provides: tex(md-utbi8t.pfb) = %{tl_version} -Provides: tex(md-utbma.pfb) = %{tl_version} -Provides: tex(md-utbmb.pfb) = %{tl_version} -Provides: tex(md-utr7m.pfb) = %{tl_version} -Provides: tex(md-utr7t.pfb) = %{tl_version} -Provides: tex(md-utr7v.pfb) = %{tl_version} -Provides: tex(md-utr7y.pfb) = %{tl_version} -Provides: tex(md-utr8c.pfb) = %{tl_version} -Provides: tex(md-utr8t.pfb) = %{tl_version} -Provides: tex(md-utri7m.pfb) = %{tl_version} -Provides: tex(md-utri7t.pfb) = %{tl_version} -Provides: tex(md-utri8c.pfb) = %{tl_version} -Provides: tex(md-utri8t.pfb) = %{tl_version} -Provides: tex(md-utrma.pfb) = %{tl_version} -Provides: tex(md-utrmb.pfb) = %{tl_version} -Provides: tex(md-gmm7m.pfb) = %{tl_version} -Provides: tex(md-gmm7t.pfb) = %{tl_version} -Provides: tex(md-gmm7v.pfb) = %{tl_version} -Provides: tex(md-gmm7y.pfb) = %{tl_version} -Provides: tex(md-gmm8c.pfb) = %{tl_version} -Provides: tex(md-gmm8t.pfb) = %{tl_version} -Provides: tex(md-gmmi7m.pfb) = %{tl_version} -Provides: tex(md-gmmi7t.pfb) = %{tl_version} -Provides: tex(md-gmmi8c.pfb) = %{tl_version} -Provides: tex(md-gmmi8t.pfb) = %{tl_version} -Provides: tex(md-gmmma.pfb) = %{tl_version} -Provides: tex(md-gmmmb.pfb) = %{tl_version} -Provides: tex(md-gmr7m.pfb) = %{tl_version} -Provides: tex(md-gmr7t.pfb) = %{tl_version} -Provides: tex(md-gmr7v.pfb) = %{tl_version} -Provides: tex(md-gmr7y.pfb) = %{tl_version} -Provides: tex(md-gmr8c.pfb) = %{tl_version} -Provides: tex(md-gmr8t.pfb) = %{tl_version} -Provides: tex(md-gmri7m.pfb) = %{tl_version} -Provides: tex(md-gmri7t.pfb) = %{tl_version} -Provides: tex(md-gmri8c.pfb) = %{tl_version} -Provides: tex(md-gmri8t.pfb) = %{tl_version} -Provides: tex(md-gmrma.pfb) = %{tl_version} -Provides: tex(md-gmrmb.pfb) = %{tl_version} -Provides: tex(mdbchb7m.vf) = %{tl_version} -Provides: tex(mdbchb7t.vf) = %{tl_version} -Provides: tex(mdbchb7v.vf) = %{tl_version} -Provides: tex(mdbchb7y.vf) = %{tl_version} -Provides: tex(mdbchb8c.vf) = %{tl_version} -Provides: tex(mdbchb8d.vf) = %{tl_version} -Provides: tex(mdbchb8t.vf) = %{tl_version} -Provides: tex(mdbchbc8t.vf) = %{tl_version} -Provides: tex(mdbchbfc8t.vf) = %{tl_version} -Provides: tex(mdbchbi7m.vf) = %{tl_version} -Provides: tex(mdbchbi7t.vf) = %{tl_version} -Provides: tex(mdbchbi8c.vf) = %{tl_version} -Provides: tex(mdbchbi8t.vf) = %{tl_version} -Provides: tex(mdbchbic8t.vf) = %{tl_version} -Provides: tex(mdbchbifc8t.vf) = %{tl_version} -Provides: tex(mdbchbma.vf) = %{tl_version} -Provides: tex(mdbchbmb.vf) = %{tl_version} -Provides: tex(mdbchbo7t.vf) = %{tl_version} -Provides: tex(mdbchbo8c.vf) = %{tl_version} -Provides: tex(mdbchbo8t.vf) = %{tl_version} -Provides: tex(mdbchboc8t.vf) = %{tl_version} -Provides: tex(mdbchbofc8t.vf) = %{tl_version} -Provides: tex(mdbchr7m.vf) = %{tl_version} -Provides: tex(mdbchr7t.vf) = %{tl_version} -Provides: tex(mdbchr7v.vf) = %{tl_version} -Provides: tex(mdbchr7y.vf) = %{tl_version} -Provides: tex(mdbchr8c.vf) = %{tl_version} -Provides: tex(mdbchr8d.vf) = %{tl_version} -Provides: tex(mdbchr8t.vf) = %{tl_version} -Provides: tex(mdbchrc8t.vf) = %{tl_version} -Provides: tex(mdbchrfc8t.vf) = %{tl_version} -Provides: tex(mdbchri7m.vf) = %{tl_version} -Provides: tex(mdbchri7t.vf) = %{tl_version} -Provides: tex(mdbchri8c.vf) = %{tl_version} -Provides: tex(mdbchri8t.vf) = %{tl_version} -Provides: tex(mdbchric8t.vf) = %{tl_version} -Provides: tex(mdbchrifc8t.vf) = %{tl_version} -Provides: tex(mdbchrma.vf) = %{tl_version} -Provides: tex(mdbchrmb.vf) = %{tl_version} -Provides: tex(mdbchro7t.vf) = %{tl_version} -Provides: tex(mdbchro8c.vf) = %{tl_version} -Provides: tex(mdbchro8t.vf) = %{tl_version} -Provides: tex(mdbchroc8t.vf) = %{tl_version} -Provides: tex(mdbchrofc8t.vf) = %{tl_version} -Provides: tex(mdputb7m.vf) = %{tl_version} -Provides: tex(mdputb7t.vf) = %{tl_version} -Provides: tex(mdputb7v.vf) = %{tl_version} -Provides: tex(mdputb7y.vf) = %{tl_version} -Provides: tex(mdputb8c.vf) = %{tl_version} -Provides: tex(mdputb8t.vf) = %{tl_version} -Provides: tex(mdputbc8t.vf) = %{tl_version} -Provides: tex(mdputbfc8t.vf) = %{tl_version} -Provides: tex(mdputbi7m.vf) = %{tl_version} -Provides: tex(mdputbi7t.vf) = %{tl_version} -Provides: tex(mdputbi8c.vf) = %{tl_version} -Provides: tex(mdputbi8t.vf) = %{tl_version} -Provides: tex(mdputbifc8t.vf) = %{tl_version} -Provides: tex(mdputbma.vf) = %{tl_version} -Provides: tex(mdputbmb.vf) = %{tl_version} -Provides: tex(mdputbo7t.vf) = %{tl_version} -Provides: tex(mdputbo8c.vf) = %{tl_version} -Provides: tex(mdputbo8t.vf) = %{tl_version} -Provides: tex(mdputbofc8t.vf) = %{tl_version} -Provides: tex(mdputr7m.vf) = %{tl_version} -Provides: tex(mdputr7t.vf) = %{tl_version} -Provides: tex(mdputr7v.vf) = %{tl_version} -Provides: tex(mdputr7y.vf) = %{tl_version} -Provides: tex(mdputr8c.vf) = %{tl_version} -Provides: tex(mdputr8t.vf) = %{tl_version} -Provides: tex(mdputrc8t.vf) = %{tl_version} -Provides: tex(mdputrfc8t.vf) = %{tl_version} -Provides: tex(mdputri7m.vf) = %{tl_version} -Provides: tex(mdputri7t.vf) = %{tl_version} -Provides: tex(mdputri8c.vf) = %{tl_version} -Provides: tex(mdputri8t.vf) = %{tl_version} -Provides: tex(mdputrifc8t.vf) = %{tl_version} -Provides: tex(mdputrma.vf) = %{tl_version} -Provides: tex(mdputrmb.vf) = %{tl_version} -Provides: tex(mdputro7t.vf) = %{tl_version} -Provides: tex(mdputro8c.vf) = %{tl_version} -Provides: tex(mdputro8t.vf) = %{tl_version} -Provides: tex(mdputrofc8t.vf) = %{tl_version} -Provides: tex(mdugmm7m.vf) = %{tl_version} -Provides: tex(mdugmm7t.vf) = %{tl_version} -Provides: tex(mdugmm7v.vf) = %{tl_version} -Provides: tex(mdugmm7y.vf) = %{tl_version} -Provides: tex(mdugmm8c.vf) = %{tl_version} -Provides: tex(mdugmm8d.vf) = %{tl_version} -Provides: tex(mdugmm8t.vf) = %{tl_version} -Provides: tex(mdugmmfc8t.vf) = %{tl_version} -Provides: tex(mdugmmi7m.vf) = %{tl_version} -Provides: tex(mdugmmi7t.vf) = %{tl_version} -Provides: tex(mdugmmi8c.vf) = %{tl_version} -Provides: tex(mdugmmi8t.vf) = %{tl_version} -Provides: tex(mdugmmifc8t.vf) = %{tl_version} -Provides: tex(mdugmmma.vf) = %{tl_version} -Provides: tex(mdugmmmb.vf) = %{tl_version} -Provides: tex(mdugmmo7t.vf) = %{tl_version} -Provides: tex(mdugmmo8c.vf) = %{tl_version} -Provides: tex(mdugmmo8t.vf) = %{tl_version} -Provides: tex(mdugmmofc8t.vf) = %{tl_version} -Provides: tex(mdugmr7m.vf) = %{tl_version} -Provides: tex(mdugmr7t.vf) = %{tl_version} -Provides: tex(mdugmr7v.vf) = %{tl_version} -Provides: tex(mdugmr7y.vf) = %{tl_version} -Provides: tex(mdugmr8c.vf) = %{tl_version} -Provides: tex(mdugmr8d.vf) = %{tl_version} -Provides: tex(mdugmr8t.vf) = %{tl_version} -Provides: tex(mdugmrfc8t.vf) = %{tl_version} -Provides: tex(mdugmri7m.vf) = %{tl_version} -Provides: tex(mdugmri7t.vf) = %{tl_version} -Provides: tex(mdugmri8c.vf) = %{tl_version} -Provides: tex(mdugmri8t.vf) = %{tl_version} -Provides: tex(mdugmrifc8t.vf) = %{tl_version} -Provides: tex(mdugmrma.vf) = %{tl_version} -Provides: tex(mdugmrmb.vf) = %{tl_version} -Provides: tex(mdugmro7t.vf) = %{tl_version} -Provides: tex(mdugmro8c.vf) = %{tl_version} -Provides: tex(mdugmro8t.vf) = %{tl_version} -Provides: tex(mdugmrofc8t.vf) = %{tl_version} -Provides: tex(mathdesign.sty) = %{tl_version} -Provides: tex(mdacmr.fd) = %{tl_version} -Provides: tex(mdamdbch.fd) = %{tl_version} -Provides: tex(mdbch.cfg) = %{tl_version} -Provides: tex(mdbch.sty) = %{tl_version} -Provides: tex(mdbmdbch.fd) = %{tl_version} -Provides: tex(mdomxmdbch.fd) = %{tl_version} -Provides: tex(omlmdbch.fd) = %{tl_version} -Provides: tex(omsmdbch.fd) = %{tl_version} -Provides: tex(omxmdbch.fd) = %{tl_version} -Provides: tex(ot1mdbch.fd) = %{tl_version} -Provides: tex(t1mdbch.fd) = %{tl_version} -Provides: tex(ts1mdbch.fd) = %{tl_version} -Provides: tex(mdbcmr.fd) = %{tl_version} -Provides: tex(mdfont.def) = %{tl_version} -Provides: tex(mdamdput.fd) = %{tl_version} -Provides: tex(mdbmdput.fd) = %{tl_version} -Provides: tex(mdput.cfg) = %{tl_version} -Provides: tex(mdput.sty) = %{tl_version} -Provides: tex(omlmdput.fd) = %{tl_version} -Provides: tex(omsmdput.fd) = %{tl_version} -Provides: tex(omxmdput.fd) = %{tl_version} -Provides: tex(ot1mdput.fd) = %{tl_version} -Provides: tex(t1mdput.fd) = %{tl_version} -Provides: tex(t1putr.fd) = %{tl_version} -Provides: tex(ts1mdput.fd) = %{tl_version} -Provides: tex(mdsffont.def) = %{tl_version} -Provides: tex(mdttfont.def) = %{tl_version} -Provides: tex(mdamdugm.fd) = %{tl_version} -Provides: tex(mdbmdugm.fd) = %{tl_version} -Provides: tex(mdugm.cfg) = %{tl_version} -Provides: tex(mdugm.sty) = %{tl_version} -Provides: tex(omlmdugm.fd) = %{tl_version} -Provides: tex(omsmdugm.fd) = %{tl_version} -Provides: tex(omxmdugm.fd) = %{tl_version} -Provides: tex(ot1mdugm.fd) = %{tl_version} -Provides: tex(t1mdugm.fd) = %{tl_version} -Provides: tex(ts1mdugm.fd) = %{tl_version} - -%description mathdesign -The Math Design project offers free mathematical fonts, and -"faked" Caps-and-Small-Caps fonts, that fit with existing text -fonts. So far, four font families are available: - the mdput -family, which corresponds to Adobe Utopia text fonts; - the -mdugm family, which corresponds to URW Garamond text fonts; - -the mdfga family, which corresponds to the (commercial) -Fontsite Garamond text fonts; - the mdbch family, which -corresponds to Bitstream Charter text fonts. Each maths font -has a range of extra symbols, and blackboard bold and 'mathcal' -alphabets. - -date: 2010-07-13 13:53:59 +0200 - -%post mathdesign -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map mdbch.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mdbch.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mdput.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mdput.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map mdugm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mdugm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun mathdesign -if [ $1 == 0 ] ; then -sed -i '/^Map mdbch.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mdput.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map mdugm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans mathdesign -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathdesign-doc -Summary: Documentation for mathdesign -Version: svn24173.1.55 -Release: %{tl_noarch_release} -Provides: tex-mathdesign-doc -BuildArch: noarch -AutoReqProv: No - -%description mathdesign-doc -Documentation for mathdesign - -%package mdputu -Provides: tex-mdputu = %{tl_version} -License: BSD -Summary: Upright digits in Adobe Utopia Italic -Version: svn20298.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mdputubi7t.tfm) = %{tl_version} -Provides: tex(mdputubi8t.tfm) = %{tl_version} -Provides: tex(mdputuri7t.tfm) = %{tl_version} -Provides: tex(mdputuri8t.tfm) = %{tl_version} -Provides: tex(mdputubi7t.vf) = %{tl_version} -Provides: tex(mdputubi8t.vf) = %{tl_version} -Provides: tex(mdputuri7t.vf) = %{tl_version} -Provides: tex(mdputuri8t.vf) = %{tl_version} -Provides: tex(mdputu.sty) = %{tl_version} -Provides: tex(ot1mdputu.fd) = %{tl_version} -Provides: tex(t1mdputu.fd) = %{tl_version} - -%description mdputu -The Annals of Mathematics uses italics for theorems. However, -slanted digits and parentheses look disturbing when surrounded -by (upright) mathematics. This package provides virtual fonts -with italics and upright digits and punctuation, as an -extension to Mathdesign Utopia. - -date: 2010-11-03 15:55:25 +0100 - -%post mdputu -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mdputu -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mdputu -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mdputu-doc -Summary: Documentation for mdputu -Version: svn20298.1.2 -Release: %{tl_noarch_release} -Provides: tex-mdputu-doc -BuildArch: noarch -AutoReqProv: No - -%description mdputu-doc -Documentation for mdputu - -%package mdsymbol -Provides: tex-mdsymbol = %{tl_version} -License: OFSFLD -Summary: Symbol fonts to match Adobe Myriad Pro -Version: svn28399.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fltpoint.sty) -Requires: tex(calc.sty) -Provides: tex(mdsymbol-a.enc) = %{tl_version} -Provides: tex(mdsymbol-b.enc) = %{tl_version} -Provides: tex(mdsymbol-c.enc) = %{tl_version} -Provides: tex(mdsymbol-d.enc) = %{tl_version} -Provides: tex(mdsymbol-e.enc) = %{tl_version} -Provides: tex(mdsymbol-f.enc) = %{tl_version} -Provides: tex(mdsymbol.map) = %{tl_version} -Provides: tex(MdSymbol-Bold.otf) = %{tl_version} -Provides: tex(MdSymbol-Light.otf) = %{tl_version} -Provides: tex(MdSymbol-Regular.otf) = %{tl_version} -Provides: tex(MdSymbol-Semibold.otf) = %{tl_version} -Provides: tex(MdSymbolA-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Semibold.pfb) = %{tl_version} -Provides: tex(mdsymbol.sty) = %{tl_version} - -%description mdsymbol -The package provides a font of mathematical symbols, MyriadPro -The font is designed as a companion to Adobe Myriad Pro, but it -might also fit well with other contemporary typefaces. - -date: 2012-11-29 15:59:01 +0100 - -%post mdsymbol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map mdsymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map mdsymbol.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun mdsymbol -if [ $1 == 0 ] ; then -sed -i '/^Map mdsymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans mdsymbol -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mdsymbol-doc -Summary: Documentation for mdsymbol -Version: svn28399.0.5 -Release: %{tl_noarch_release} -Provides: tex-mdsymbol-doc -BuildArch: noarch -AutoReqProv: No - -%description mdsymbol-doc -Documentation for mdsymbol - -%package mnsymbol -Provides: tex-mnsymbol = %{tl_version} -License: Public Domain -Summary: Mathematical symbol font for Adobe MinionPro -Version: svn18651.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(textcomp.sty) -Requires: tex(eufrak.sty) -Requires: tex(amsmath.sty) -Provides: tex(MnSymbolA.enc) = %{tl_version} -Provides: tex(MnSymbolB.enc) = %{tl_version} -Provides: tex(MnSymbolC.enc) = %{tl_version} -Provides: tex(MnSymbolD.enc) = %{tl_version} -Provides: tex(MnSymbolE.enc) = %{tl_version} -Provides: tex(MnSymbolF.enc) = %{tl_version} -Provides: tex(MnSymbolS.enc) = %{tl_version} -Provides: tex(MnSymbol.map) = %{tl_version} -Provides: tex(MnSymbol-Bold10.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold12.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold5.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold6.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold7.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold8.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold9.otf) = %{tl_version} -Provides: tex(MnSymbol10.otf) = %{tl_version} -Provides: tex(MnSymbol12.otf) = %{tl_version} -Provides: tex(MnSymbol5.otf) = %{tl_version} -Provides: tex(MnSymbol6.otf) = %{tl_version} -Provides: tex(MnSymbol7.otf) = %{tl_version} -Provides: tex(MnSymbol8.otf) = %{tl_version} -Provides: tex(MnSymbol9.otf) = %{tl_version} -Provides: tex(MnSymbolA-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolA10.tfm) = %{tl_version} -Provides: tex(MnSymbolA12.tfm) = %{tl_version} -Provides: tex(MnSymbolA5.tfm) = %{tl_version} -Provides: tex(MnSymbolA6.tfm) = %{tl_version} -Provides: tex(MnSymbolA7.tfm) = %{tl_version} -Provides: tex(MnSymbolA8.tfm) = %{tl_version} -Provides: tex(MnSymbolA9.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolB10.tfm) = %{tl_version} -Provides: tex(MnSymbolB12.tfm) = %{tl_version} -Provides: tex(MnSymbolB5.tfm) = %{tl_version} -Provides: tex(MnSymbolB6.tfm) = %{tl_version} -Provides: tex(MnSymbolB7.tfm) = %{tl_version} -Provides: tex(MnSymbolB8.tfm) = %{tl_version} -Provides: tex(MnSymbolB9.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolC10.tfm) = %{tl_version} -Provides: tex(MnSymbolC12.tfm) = %{tl_version} -Provides: tex(MnSymbolC5.tfm) = %{tl_version} -Provides: tex(MnSymbolC6.tfm) = %{tl_version} -Provides: tex(MnSymbolC7.tfm) = %{tl_version} -Provides: tex(MnSymbolC8.tfm) = %{tl_version} -Provides: tex(MnSymbolC9.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolD10.tfm) = %{tl_version} -Provides: tex(MnSymbolD12.tfm) = %{tl_version} -Provides: tex(MnSymbolD5.tfm) = %{tl_version} -Provides: tex(MnSymbolD6.tfm) = %{tl_version} -Provides: tex(MnSymbolD7.tfm) = %{tl_version} -Provides: tex(MnSymbolD8.tfm) = %{tl_version} -Provides: tex(MnSymbolD9.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolE10.tfm) = %{tl_version} -Provides: tex(MnSymbolE12.tfm) = %{tl_version} -Provides: tex(MnSymbolE5.tfm) = %{tl_version} -Provides: tex(MnSymbolE6.tfm) = %{tl_version} -Provides: tex(MnSymbolE7.tfm) = %{tl_version} -Provides: tex(MnSymbolE8.tfm) = %{tl_version} -Provides: tex(MnSymbolE9.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolF10.tfm) = %{tl_version} -Provides: tex(MnSymbolF12.tfm) = %{tl_version} -Provides: tex(MnSymbolF5.tfm) = %{tl_version} -Provides: tex(MnSymbolF6.tfm) = %{tl_version} -Provides: tex(MnSymbolF7.tfm) = %{tl_version} -Provides: tex(MnSymbolF8.tfm) = %{tl_version} -Provides: tex(MnSymbolF9.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolS10.tfm) = %{tl_version} -Provides: tex(MnSymbolS12.tfm) = %{tl_version} -Provides: tex(MnSymbolS5.tfm) = %{tl_version} -Provides: tex(MnSymbolS6.tfm) = %{tl_version} -Provides: tex(MnSymbolS7.tfm) = %{tl_version} -Provides: tex(MnSymbolS8.tfm) = %{tl_version} -Provides: tex(MnSymbolS9.tfm) = %{tl_version} -Provides: tex(MnSymbol-Bold10.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold12.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold5.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold6.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold7.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold8.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold9.pfb) = %{tl_version} -Provides: tex(MnSymbol10.pfb) = %{tl_version} -Provides: tex(MnSymbol12.pfb) = %{tl_version} -Provides: tex(MnSymbol5.pfb) = %{tl_version} -Provides: tex(MnSymbol6.pfb) = %{tl_version} -Provides: tex(MnSymbol7.pfb) = %{tl_version} -Provides: tex(MnSymbol8.pfb) = %{tl_version} -Provides: tex(MnSymbol9.pfb) = %{tl_version} -Provides: tex(MnSymbol.sty) = %{tl_version} - -%description mnsymbol -MnSymbol is a symbol font family, designed to be used in -conjunction with Adobe Minion Pro (via the MinionPro package). -Almost all of LaTeX and AMS mathematical symbols are provided; -remaining coverage is available from the MinionPro font with -the MinionPro package. The fonts are available in both MetaFont -and Adobe Type 1 formats, and a comprehensive support package -is provided. While the fonts were designed to fit with Minon -Pro, the design should fit well with other renaissance or -baroque faces: indeed, it will probably work with most fonts -that are neither too wide nor too thin, for example Palatino or -Times; it is known to look good with Sabon. There is no package -designed to configure its use with any font other than Minion -Pro, but (for example) simply loading mnsymbol after mathpazo -will probably do what is needed. - -date: 2008-08-22 15:19:59 +0200 - -%post mnsymbol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map MnSymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map MnSymbol.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun mnsymbol -if [ $1 == 0 ] ; then -sed -i '/^Map MnSymbol.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans mnsymbol -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mnsymbol-doc -Summary: Documentation for mnsymbol -Version: svn18651.1.4 -Release: %{tl_noarch_release} -Provides: tex-mnsymbol-doc -BuildArch: noarch -AutoReqProv: No - -%description mnsymbol-doc -Documentation for mnsymbol - -%package newpx -Provides: tex-newpx = %{tl_version} -License: LPPL -Summary: newpx package -Version: svn29576.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(binhex.tex) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(a_3p3as7.enc) = %{tl_version} -Provides: tex(a_4dmj3j.enc) = %{tl_version} -Provides: tex(a_6lauhs.enc) = %{tl_version} -Provides: tex(a_6vkyws.enc) = %{tl_version} -Provides: tex(a_amdua2.enc) = %{tl_version} -Provides: tex(a_apar7h.enc) = %{tl_version} -Provides: tex(a_cbygv3.enc) = %{tl_version} -Provides: tex(a_djwvt2.enc) = %{tl_version} -Provides: tex(a_dmxceb.enc) = %{tl_version} -Provides: tex(a_dp6dg4.enc) = %{tl_version} -Provides: tex(a_fenm72.enc) = %{tl_version} -Provides: tex(a_gmpqcc.enc) = %{tl_version} -Provides: tex(a_hokgb6.enc) = %{tl_version} -Provides: tex(a_k3mk5v.enc) = %{tl_version} -Provides: tex(a_m53eq4.enc) = %{tl_version} -Provides: tex(a_ncu7e3.enc) = %{tl_version} -Provides: tex(a_nfmpiy.enc) = %{tl_version} -Provides: tex(a_nyan3h.enc) = %{tl_version} -Provides: tex(a_oi5fc3.enc) = %{tl_version} -Provides: tex(a_otqgcp.enc) = %{tl_version} -Provides: tex(a_pqtwkv.enc) = %{tl_version} -Provides: tex(a_rg6izg.enc) = %{tl_version} -Provides: tex(a_tkkaeb.enc) = %{tl_version} -Provides: tex(a_u7du6i.enc) = %{tl_version} -Provides: tex(a_uv5sju.enc) = %{tl_version} -Provides: tex(a_yi34h6.enc) = %{tl_version} -Provides: tex(a_zomyng.enc) = %{tl_version} -Provides: tex(tgpdiff.enc) = %{tl_version} -Provides: tex(newpx.map) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(LY1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(OT1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp--base.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} -Provides: tex(zplb-x.tfm) = %{tl_version} -Provides: tex(zplbex.tfm) = %{tl_version} -Provides: tex(zplbexa.tfm) = %{tl_version} -Provides: tex(zplbexv.tfm) = %{tl_version} -Provides: tex(zplbmi.tfm) = %{tl_version} -Provides: tex(zplbmi1.tfm) = %{tl_version} -Provides: tex(zplbmia.tfm) = %{tl_version} -Provides: tex(zplbsy.tfm) = %{tl_version} -Provides: tex(zplbsya.tfm) = %{tl_version} -Provides: tex(zplbsyb.tfm) = %{tl_version} -Provides: tex(zplbsyc.tfm) = %{tl_version} -Provides: tex(zplex.tfm) = %{tl_version} -Provides: tex(zplexa.tfm) = %{tl_version} -Provides: tex(zplexv.tfm) = %{tl_version} -Provides: tex(zplmi.tfm) = %{tl_version} -Provides: tex(zplmi1.tfm) = %{tl_version} -Provides: tex(zplmia.tfm) = %{tl_version} -Provides: tex(zplr-x.tfm) = %{tl_version} -Provides: tex(zplsy.tfm) = %{tl_version} -Provides: tex(zplsya.tfm) = %{tl_version} -Provides: tex(zplsyb.tfm) = %{tl_version} -Provides: tex(zplsyc.tfm) = %{tl_version} -Provides: tex(TeXGyrePagellaX-Bold.pfb) = %{tl_version} -Provides: tex(TeXGyrePagellaX-BoldItalic.pfb) = %{tl_version} -Provides: tex(TeXGyrePagellaX-Italic.pfb) = %{tl_version} -Provides: tex(TeXGyrePagellaX-Regular.pfb) = %{tl_version} -Provides: tex(zplx-bold.pfb) = %{tl_version} -Provides: tex(zplx-regular.pfb) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.vf) = %{tl_version} -Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga.vf) = %{tl_version} -Provides: tex(zplbex.vf) = %{tl_version} -Provides: tex(zplbexa.vf) = %{tl_version} -Provides: tex(zplbexv.vf) = %{tl_version} -Provides: tex(zplbmi.vf) = %{tl_version} -Provides: tex(zplbmi1.vf) = %{tl_version} -Provides: tex(zplbmia.vf) = %{tl_version} -Provides: tex(zplbsy.vf) = %{tl_version} -Provides: tex(zplbsya.vf) = %{tl_version} -Provides: tex(zplbsyb.vf) = %{tl_version} -Provides: tex(zplbsyc.vf) = %{tl_version} -Provides: tex(zplex.vf) = %{tl_version} -Provides: tex(zplexa.vf) = %{tl_version} -Provides: tex(zplexv.vf) = %{tl_version} -Provides: tex(zplmi.vf) = %{tl_version} -Provides: tex(zplmi1.vf) = %{tl_version} -Provides: tex(zplmia.vf) = %{tl_version} -Provides: tex(zplsy.vf) = %{tl_version} -Provides: tex(zplsya.vf) = %{tl_version} -Provides: tex(zplsyb.vf) = %{tl_version} -Provides: tex(zplsyc.vf) = %{tl_version} -Provides: tex(ly1npxss.fd) = %{tl_version} -Provides: tex(ly1npxtt.fd) = %{tl_version} -Provides: tex(ly1zpl1.fd) = %{tl_version} -Provides: tex(ly1zpl2.fd) = %{tl_version} -Provides: tex(ly1zplj.fd) = %{tl_version} -Provides: tex(ly1zplx.fd) = %{tl_version} -Provides: tex(newpxmath.sty) = %{tl_version} -Provides: tex(newpxtext.sty) = %{tl_version} -Provides: tex(omlnpxmi.fd) = %{tl_version} -Provides: tex(omsnpxsy.fd) = %{tl_version} -Provides: tex(omxnpxex.fd) = %{tl_version} -Provides: tex(omxnpxexv.fd) = %{tl_version} -Provides: tex(ot1npxss.fd) = %{tl_version} -Provides: tex(ot1npxtt.fd) = %{tl_version} -Provides: tex(ot1zpl1.fd) = %{tl_version} -Provides: tex(ot1zpl2.fd) = %{tl_version} -Provides: tex(ot1zplj.fd) = %{tl_version} -Provides: tex(ot1zplx.fd) = %{tl_version} -Provides: tex(t1npxss.fd) = %{tl_version} -Provides: tex(t1npxtt.fd) = %{tl_version} -Provides: tex(t1zpl1.fd) = %{tl_version} -Provides: tex(t1zpl2.fd) = %{tl_version} -Provides: tex(t1zplj.fd) = %{tl_version} -Provides: tex(t1zplx.fd) = %{tl_version} -Provides: tex(ts1npxss.fd) = %{tl_version} -Provides: tex(ts1npxtt.fd) = %{tl_version} -Provides: tex(ts1zpl1.fd) = %{tl_version} -Provides: tex(ts1zpl2.fd) = %{tl_version} -Provides: tex(ts1zplj.fd) = %{tl_version} -Provides: tex(ts1zplx.fd) = %{tl_version} -Provides: tex(unpxexa.fd) = %{tl_version} -Provides: tex(unpxmia.fd) = %{tl_version} -Provides: tex(unpxss.fd) = %{tl_version} -Provides: tex(unpxsya.fd) = %{tl_version} -Provides: tex(unpxsyb.fd) = %{tl_version} -Provides: tex(unpxsyc.fd) = %{tl_version} -Provides: tex(unpxtt.fd) = %{tl_version} - -%description newpx -newpx package - -%post newpx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map newpx.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map newpx.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun newpx -if [ $1 == 0 ] ; then -sed -i '/^Map newpx.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans newpx -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newpx-doc -Summary: Documentation for newpx -Version: svn29576.0 -Release: %{tl_noarch_release} -Provides: tex-newpx-doc -BuildArch: noarch -AutoReqProv: No - -%description newpx-doc -Documentation for newpx - -%package newtx -Provides: tex-newtx = %{tl_version} -License: LPPL -Summary: Alternative uses of the TX fonts, with improved metrics -Version: svn29551.1.09__2013_03_29_ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(binhex.tex) -Requires: tex(fontaxes.sty) -Requires: tex(fontenc.sty) -Provides: tex(alt-mn-greek.enc) = %{tl_version} -Provides: tex(libcaps.enc) = %{tl_version} -Provides: tex(libertinealt.enc) = %{tl_version} -Provides: tex(ntx-ly1-sc.enc) = %{tl_version} -Provides: tex(ntx-ot1-sc.enc) = %{tl_version} -Provides: tex(ntx-t1-sc.enc) = %{tl_version} -Provides: tex(sups.enc) = %{tl_version} -Provides: tex(newtx.map) = %{tl_version} -Provides: tex(zmn.map) = %{tl_version} -Provides: tex(Libertine-nu.tfm) = %{tl_version} -Provides: tex(LibertineI-5nu.tfm) = %{tl_version} -Provides: tex(LibertineI-7nu.tfm) = %{tl_version} -Provides: tex(LibertineI-nu.tfm) = %{tl_version} -Provides: tex(LibertineTheta-Regular.tfm) = %{tl_version} -Provides: tex(LibertineZ-nu.tfm) = %{tl_version} -Provides: tex(LibertineZI-5nu.tfm) = %{tl_version} -Provides: tex(LibertineZI-7nu.tfm) = %{tl_version} -Provides: tex(LibertineZI-nu.tfm) = %{tl_version} -Provides: tex(fxlri-5alt.tfm) = %{tl_version} -Provides: tex(fxlri-5letters.tfm) = %{tl_version} -Provides: tex(fxlri-7alt.tfm) = %{tl_version} -Provides: tex(fxlri-7letters.tfm) = %{tl_version} -Provides: tex(fxlzi-5alt.tfm) = %{tl_version} -Provides: tex(fxlzi-5letters.tfm) = %{tl_version} -Provides: tex(fxlzi-7alt.tfm) = %{tl_version} -Provides: tex(fxlzi-7letters.tfm) = %{tl_version} -Provides: tex(fxlzi-jv.tfm) = %{tl_version} -Provides: tex(fxlzi-jv5.tfm) = %{tl_version} -Provides: tex(fxlzi-jv7.tfm) = %{tl_version} -Provides: tex(ly1-ntxbc-osf.tfm) = %{tl_version} -Provides: tex(ly1-ntxbic-osf.tfm) = %{tl_version} -Provides: tex(ly1-ntxbic.tfm) = %{tl_version} -Provides: tex(ly1-ntxrc-osf.tfm) = %{tl_version} -Provides: tex(ly1-ntxric-osf.tfm) = %{tl_version} -Provides: tex(ly1-ntxric.tfm) = %{tl_version} -Provides: tex(ntxbex.tfm) = %{tl_version} -Provides: tex(ntxbexa.tfm) = %{tl_version} -Provides: tex(ntxbexb.tfm) = %{tl_version} -Provides: tex(ntxbexmods.tfm) = %{tl_version} -Provides: tex(ntxbexv.tfm) = %{tl_version} -Provides: tex(ntxbmi.tfm) = %{tl_version} -Provides: tex(ntxbmi1.tfm) = %{tl_version} -Provides: tex(ntxbmi15.tfm) = %{tl_version} -Provides: tex(ntxbmi17.tfm) = %{tl_version} -Provides: tex(ntxbmi1x.tfm) = %{tl_version} -Provides: tex(ntxbmi5.tfm) = %{tl_version} -Provides: tex(ntxbmi7.tfm) = %{tl_version} -Provides: tex(ntxbmia.tfm) = %{tl_version} -Provides: tex(ntxbmial1.tfm) = %{tl_version} -Provides: tex(ntxbmials.tfm) = %{tl_version} -Provides: tex(ntxbsy.tfm) = %{tl_version} -Provides: tex(ntxbsy5.tfm) = %{tl_version} -Provides: tex(ntxbsy7.tfm) = %{tl_version} -Provides: tex(ntxbsya.tfm) = %{tl_version} -Provides: tex(ntxbsyb.tfm) = %{tl_version} -Provides: tex(ntxbsyc.tfm) = %{tl_version} -Provides: tex(ntxex.tfm) = %{tl_version} -Provides: tex(ntxexa.tfm) = %{tl_version} -Provides: tex(ntxexb.tfm) = %{tl_version} -Provides: tex(ntxexmods.tfm) = %{tl_version} -Provides: tex(ntxexv.tfm) = %{tl_version} -Provides: tex(ntxmi.tfm) = %{tl_version} -Provides: tex(ntxmi1.tfm) = %{tl_version} -Provides: tex(ntxmi15.tfm) = %{tl_version} -Provides: tex(ntxmi17.tfm) = %{tl_version} -Provides: tex(ntxmi5.tfm) = %{tl_version} -Provides: tex(ntxmi7.tfm) = %{tl_version} -Provides: tex(ntxmia.tfm) = %{tl_version} -Provides: tex(ntxsups.tfm) = %{tl_version} -Provides: tex(ntxsy.tfm) = %{tl_version} -Provides: tex(ntxsy5.tfm) = %{tl_version} -Provides: tex(ntxsy7.tfm) = %{tl_version} -Provides: tex(ntxsya.tfm) = %{tl_version} -Provides: tex(ntxsyb.tfm) = %{tl_version} -Provides: tex(ntxsyc.tfm) = %{tl_version} -Provides: tex(nxlbmi.tfm) = %{tl_version} -Provides: tex(nxlbmi1.tfm) = %{tl_version} -Provides: tex(nxlbmi15.tfm) = %{tl_version} -Provides: tex(nxlbmi17.tfm) = %{tl_version} -Provides: tex(nxlbmi2.tfm) = %{tl_version} -Provides: tex(nxlbmi25.tfm) = %{tl_version} -Provides: tex(nxlbmi27.tfm) = %{tl_version} -Provides: tex(nxlbmi3.tfm) = %{tl_version} -Provides: tex(nxlbmi35.tfm) = %{tl_version} -Provides: tex(nxlbmi37.tfm) = %{tl_version} -Provides: tex(nxlbmi5.tfm) = %{tl_version} -Provides: tex(nxlbmi7.tfm) = %{tl_version} -Provides: tex(nxlbmia.tfm) = %{tl_version} -Provides: tex(nxlbsy5.tfm) = %{tl_version} -Provides: tex(nxlbsy7.tfm) = %{tl_version} -Provides: tex(nxlmi.tfm) = %{tl_version} -Provides: tex(nxlmi1.tfm) = %{tl_version} -Provides: tex(nxlmi15.tfm) = %{tl_version} -Provides: tex(nxlmi17.tfm) = %{tl_version} -Provides: tex(nxlmi2.tfm) = %{tl_version} -Provides: tex(nxlmi25.tfm) = %{tl_version} -Provides: tex(nxlmi27.tfm) = %{tl_version} -Provides: tex(nxlmi3.tfm) = %{tl_version} -Provides: tex(nxlmi35.tfm) = %{tl_version} -Provides: tex(nxlmi37.tfm) = %{tl_version} -Provides: tex(nxlmi5.tfm) = %{tl_version} -Provides: tex(nxlmi7.tfm) = %{tl_version} -Provides: tex(nxlmia.tfm) = %{tl_version} -Provides: tex(nxlsy5.tfm) = %{tl_version} -Provides: tex(nxlsy7.tfm) = %{tl_version} -Provides: tex(ot1-ntxbc-osf.tfm) = %{tl_version} -Provides: tex(ot1-ntxbic-osf.tfm) = %{tl_version} -Provides: tex(ot1-ntxbic.tfm) = %{tl_version} -Provides: tex(ot1-ntxrc-osf.tfm) = %{tl_version} -Provides: tex(ot1-ntxric-osf.tfm) = %{tl_version} -Provides: tex(ot1-ntxric.tfm) = %{tl_version} -Provides: tex(rfxlr-alt.tfm) = %{tl_version} -Provides: tex(rfxlri-alt.tfm) = %{tl_version} -Provides: tex(rfxlri-vw.tfm) = %{tl_version} -Provides: tex(rfxlri-vw5.tfm) = %{tl_version} -Provides: tex(rfxlri-vw7.tfm) = %{tl_version} -Provides: tex(rfxlz-alt.tfm) = %{tl_version} -Provides: tex(rfxlzi-alt.tfm) = %{tl_version} -Provides: tex(rfxlzi-vw.tfm) = %{tl_version} -Provides: tex(rfxlzi-vw5.tfm) = %{tl_version} -Provides: tex(rfxlzi-vw7.tfm) = %{tl_version} -Provides: tex(rntxbmi.tfm) = %{tl_version} -Provides: tex(rntxbmi5.tfm) = %{tl_version} -Provides: tex(rntxbmi7.tfm) = %{tl_version} -Provides: tex(rntxmi.tfm) = %{tl_version} -Provides: tex(rntxmi5.tfm) = %{tl_version} -Provides: tex(rntxmi7.tfm) = %{tl_version} -Provides: tex(rtxbmi-rev.tfm) = %{tl_version} -Provides: tex(rtxbmi5-rev.tfm) = %{tl_version} -Provides: tex(rtxbmi5.tfm) = %{tl_version} -Provides: tex(rtxbmi7-rev.tfm) = %{tl_version} -Provides: tex(rtxbmi7.tfm) = %{tl_version} -Provides: tex(rtxbmio.tfm) = %{tl_version} -Provides: tex(rtxmi5.tfm) = %{tl_version} -Provides: tex(rtxmi7.tfm) = %{tl_version} -Provides: tex(rtxmio.tfm) = %{tl_version} -Provides: tex(t1-ntxbc-osf.tfm) = %{tl_version} -Provides: tex(t1-ntxbic-osf.tfm) = %{tl_version} -Provides: tex(t1-ntxbic.tfm) = %{tl_version} -Provides: tex(t1-ntxrc-osf.tfm) = %{tl_version} -Provides: tex(t1-ntxric-osf.tfm) = %{tl_version} -Provides: tex(t1-ntxric.tfm) = %{tl_version} -Provides: tex(t1xbij.tfm) = %{tl_version} -Provides: tex(t1xbj.tfm) = %{tl_version} -Provides: tex(t1xbslj.tfm) = %{tl_version} -Provides: tex(t1xij.tfm) = %{tl_version} -Provides: tex(t1xrj.tfm) = %{tl_version} -Provides: tex(t1xslj.tfm) = %{tl_version} -Provides: tex(txbij.tfm) = %{tl_version} -Provides: tex(txbj.tfm) = %{tl_version} -Provides: tex(txbslj.tfm) = %{tl_version} -Provides: tex(txbsy5.tfm) = %{tl_version} -Provides: tex(txbsy7.tfm) = %{tl_version} -Provides: tex(txij.tfm) = %{tl_version} -Provides: tex(txrj.tfm) = %{tl_version} -Provides: tex(txslj.tfm) = %{tl_version} -Provides: tex(txsy5.tfm) = %{tl_version} -Provides: tex(txsy7.tfm) = %{tl_version} -Provides: tex(tyxbij.tfm) = %{tl_version} -Provides: tex(tyxbj.tfm) = %{tl_version} -Provides: tex(tyxbslj.tfm) = %{tl_version} -Provides: tex(tyxij.tfm) = %{tl_version} -Provides: tex(tyxrj.tfm) = %{tl_version} -Provides: tex(tyxslj.tfm) = %{tl_version} -Provides: tex(zmn-vw-b.tfm) = %{tl_version} -Provides: tex(zmn-vw-r.tfm) = %{tl_version} -Provides: tex(zxlr-5nums.tfm) = %{tl_version} -Provides: tex(zxlr-7nums.tfm) = %{tl_version} -Provides: tex(zxlr-8r.tfm) = %{tl_version} -Provides: tex(zxlr-caps.tfm) = %{tl_version} -Provides: tex(zxlri-8r.tfm) = %{tl_version} -Provides: tex(zxlz-8r.tfm) = %{tl_version} -Provides: tex(zxlz-caps.tfm) = %{tl_version} -Provides: tex(zxlzi-8r.tfm) = %{tl_version} -Provides: tex(Libertine-nu.pfb) = %{tl_version} -Provides: tex(LibertineI-5nu.pfb) = %{tl_version} -Provides: tex(LibertineI-7nu.pfb) = %{tl_version} -Provides: tex(LibertineI-nu.pfb) = %{tl_version} -Provides: tex(LibertineTheta-Regular.pfb) = %{tl_version} -Provides: tex(LibertineZ-nu.pfb) = %{tl_version} -Provides: tex(LibertineZI-5nu.pfb) = %{tl_version} -Provides: tex(LibertineZI-7nu.pfb) = %{tl_version} -Provides: tex(LibertineZI-nu.pfb) = %{tl_version} -Provides: tex(fxlri-5letters.pfb) = %{tl_version} -Provides: tex(fxlri-7letters.pfb) = %{tl_version} -Provides: tex(fxlri-vw.pfb) = %{tl_version} -Provides: tex(fxlri-vw5.pfb) = %{tl_version} -Provides: tex(fxlri-vw7.pfb) = %{tl_version} -Provides: tex(fxlzi-5letters.pfb) = %{tl_version} -Provides: tex(fxlzi-7letters.pfb) = %{tl_version} -Provides: tex(fxlzi-jv.pfb) = %{tl_version} -Provides: tex(fxlzi-jv5.pfb) = %{tl_version} -Provides: tex(fxlzi-jv7.pfb) = %{tl_version} -Provides: tex(fxlzi-vw.pfb) = %{tl_version} -Provides: tex(fxlzi-vw5.pfb) = %{tl_version} -Provides: tex(fxlzi-vw7.pfb) = %{tl_version} -Provides: tex(ntxbexb.pfb) = %{tl_version} -Provides: tex(ntxbexmods.pfb) = %{tl_version} -Provides: tex(ntxexb.pfb) = %{tl_version} -Provides: tex(ntxexmods.pfb) = %{tl_version} -Provides: tex(ntxsups.pfb) = %{tl_version} -Provides: tex(rntxbmi.pfb) = %{tl_version} -Provides: tex(rntxbmi5.pfb) = %{tl_version} -Provides: tex(rntxbmi7.pfb) = %{tl_version} -Provides: tex(rntxmi.pfb) = %{tl_version} -Provides: tex(rntxmi5.pfb) = %{tl_version} -Provides: tex(rntxmi7.pfb) = %{tl_version} -Provides: tex(rtxbmi-rev.pfb) = %{tl_version} -Provides: tex(rtxbmi5-rev.pfb) = %{tl_version} -Provides: tex(rtxbmi5.pfb) = %{tl_version} -Provides: tex(rtxbmi7-rev.pfb) = %{tl_version} -Provides: tex(rtxbmi7.pfb) = %{tl_version} -Provides: tex(rtxmi5.pfb) = %{tl_version} -Provides: tex(rtxmi7.pfb) = %{tl_version} -Provides: tex(txbsy5.pfb) = %{tl_version} -Provides: tex(txbsy7.pfb) = %{tl_version} -Provides: tex(txsy5.pfb) = %{tl_version} -Provides: tex(txsy7.pfb) = %{tl_version} -Provides: tex(zmn-vw-b.pfb) = %{tl_version} -Provides: tex(zmn-vw-r.pfb) = %{tl_version} -Provides: tex(zxlr-5nums.pfb) = %{tl_version} -Provides: tex(zxlr-7nums.pfb) = %{tl_version} -Provides: tex(zxlr.pfb) = %{tl_version} -Provides: tex(zxlri.pfb) = %{tl_version} -Provides: tex(zxlz.pfb) = %{tl_version} -Provides: tex(zxlzi.pfb) = %{tl_version} -Provides: tex(ntxbex.vf) = %{tl_version} -Provides: tex(ntxbexa.vf) = %{tl_version} -Provides: tex(ntxbexv.vf) = %{tl_version} -Provides: tex(ntxbmi.vf) = %{tl_version} -Provides: tex(ntxbmi1.vf) = %{tl_version} -Provides: tex(ntxbmi15.vf) = %{tl_version} -Provides: tex(ntxbmi17.vf) = %{tl_version} -Provides: tex(ntxbmi1x.vf) = %{tl_version} -Provides: tex(ntxbmi5.vf) = %{tl_version} -Provides: tex(ntxbmi7.vf) = %{tl_version} -Provides: tex(ntxbmia.vf) = %{tl_version} -Provides: tex(ntxbsy.vf) = %{tl_version} -Provides: tex(ntxbsy5.vf) = %{tl_version} -Provides: tex(ntxbsy7.vf) = %{tl_version} -Provides: tex(ntxbsya.vf) = %{tl_version} -Provides: tex(ntxbsyb.vf) = %{tl_version} -Provides: tex(ntxbsyc.vf) = %{tl_version} -Provides: tex(ntxex.vf) = %{tl_version} -Provides: tex(ntxexa.vf) = %{tl_version} -Provides: tex(ntxexv.vf) = %{tl_version} -Provides: tex(ntxmi.vf) = %{tl_version} -Provides: tex(ntxmi1.vf) = %{tl_version} -Provides: tex(ntxmi15.vf) = %{tl_version} -Provides: tex(ntxmi17.vf) = %{tl_version} -Provides: tex(ntxmi5.vf) = %{tl_version} -Provides: tex(ntxmi7.vf) = %{tl_version} -Provides: tex(ntxmia.vf) = %{tl_version} -Provides: tex(ntxsy.vf) = %{tl_version} -Provides: tex(ntxsy5.vf) = %{tl_version} -Provides: tex(ntxsy7.vf) = %{tl_version} -Provides: tex(ntxsya.vf) = %{tl_version} -Provides: tex(ntxsyb.vf) = %{tl_version} -Provides: tex(ntxsyc.vf) = %{tl_version} -Provides: tex(nxlbmi.vf) = %{tl_version} -Provides: tex(nxlbmi1.vf) = %{tl_version} -Provides: tex(nxlbmi15.vf) = %{tl_version} -Provides: tex(nxlbmi17.vf) = %{tl_version} -Provides: tex(nxlbmi2.vf) = %{tl_version} -Provides: tex(nxlbmi25.vf) = %{tl_version} -Provides: tex(nxlbmi27.vf) = %{tl_version} -Provides: tex(nxlbmi3.vf) = %{tl_version} -Provides: tex(nxlbmi35.vf) = %{tl_version} -Provides: tex(nxlbmi37.vf) = %{tl_version} -Provides: tex(nxlbmi5.vf) = %{tl_version} -Provides: tex(nxlbmi7.vf) = %{tl_version} -Provides: tex(nxlbmia.vf) = %{tl_version} -Provides: tex(nxlbsy5.vf) = %{tl_version} -Provides: tex(nxlbsy7.vf) = %{tl_version} -Provides: tex(nxlmi.vf) = %{tl_version} -Provides: tex(nxlmi1.vf) = %{tl_version} -Provides: tex(nxlmi15.vf) = %{tl_version} -Provides: tex(nxlmi17.vf) = %{tl_version} -Provides: tex(nxlmi2.vf) = %{tl_version} -Provides: tex(nxlmi25.vf) = %{tl_version} -Provides: tex(nxlmi27.vf) = %{tl_version} -Provides: tex(nxlmi3.vf) = %{tl_version} -Provides: tex(nxlmi35.vf) = %{tl_version} -Provides: tex(nxlmi37.vf) = %{tl_version} -Provides: tex(nxlmi5.vf) = %{tl_version} -Provides: tex(nxlmi7.vf) = %{tl_version} -Provides: tex(nxlmia.vf) = %{tl_version} -Provides: tex(nxlsy5.vf) = %{tl_version} -Provides: tex(nxlsy7.vf) = %{tl_version} -Provides: tex(t1xbij.vf) = %{tl_version} -Provides: tex(t1xbj.vf) = %{tl_version} -Provides: tex(t1xbslj.vf) = %{tl_version} -Provides: tex(t1xij.vf) = %{tl_version} -Provides: tex(t1xrj.vf) = %{tl_version} -Provides: tex(t1xslj.vf) = %{tl_version} -Provides: tex(txbij.vf) = %{tl_version} -Provides: tex(txbj.vf) = %{tl_version} -Provides: tex(txbslj.vf) = %{tl_version} -Provides: tex(txij.vf) = %{tl_version} -Provides: tex(txrj.vf) = %{tl_version} -Provides: tex(txslj.vf) = %{tl_version} -Provides: tex(tyxbij.vf) = %{tl_version} -Provides: tex(tyxbj.vf) = %{tl_version} -Provides: tex(tyxbslj.vf) = %{tl_version} -Provides: tex(tyxij.vf) = %{tl_version} -Provides: tex(tyxrj.vf) = %{tl_version} -Provides: tex(tyxslj.vf) = %{tl_version} -Provides: tex(ly1ntxr.fd) = %{tl_version} -Provides: tex(ly1ntxr1.fd) = %{tl_version} -Provides: tex(ly1ntxrj.fd) = %{tl_version} -Provides: tex(ly1ntxrx.fd) = %{tl_version} -Provides: tex(ly1ntxss.fd) = %{tl_version} -Provides: tex(ly1ntxtt.fd) = %{tl_version} -Provides: tex(newtxmath.sty) = %{tl_version} -Provides: tex(newtxtext.sty) = %{tl_version} -Provides: tex(omlntxmi.fd) = %{tl_version} -Provides: tex(omlnxlmi.fd) = %{tl_version} -Provides: tex(omlzmnmi.fd) = %{tl_version} -Provides: tex(omsntxsy.fd) = %{tl_version} -Provides: tex(omxntxex.fd) = %{tl_version} -Provides: tex(omxntxexv.fd) = %{tl_version} -Provides: tex(ot1ntxr.fd) = %{tl_version} -Provides: tex(ot1ntxr1.fd) = %{tl_version} -Provides: tex(ot1ntxrj.fd) = %{tl_version} -Provides: tex(ot1ntxrx.fd) = %{tl_version} -Provides: tex(ot1ntxss.fd) = %{tl_version} -Provides: tex(ot1ntxtt.fd) = %{tl_version} -Provides: tex(t1fxl1.fd) = %{tl_version} -Provides: tex(t1ntxr.fd) = %{tl_version} -Provides: tex(t1ntxr1.fd) = %{tl_version} -Provides: tex(t1ntxrj.fd) = %{tl_version} -Provides: tex(t1ntxrx.fd) = %{tl_version} -Provides: tex(t1ntxss.fd) = %{tl_version} -Provides: tex(t1ntxtt.fd) = %{tl_version} -Provides: tex(ts1ntxr.fd) = %{tl_version} -Provides: tex(ts1ntxr1.fd) = %{tl_version} -Provides: tex(ts1ntxrj.fd) = %{tl_version} -Provides: tex(ts1ntxrx.fd) = %{tl_version} -Provides: tex(ts1ntxss.fd) = %{tl_version} -Provides: tex(ts1ntxtt.fd) = %{tl_version} -Provides: tex(untxexa.fd) = %{tl_version} -Provides: tex(untxmia.fd) = %{tl_version} -Provides: tex(untxsya.fd) = %{tl_version} -Provides: tex(untxsyb.fd) = %{tl_version} -Provides: tex(untxsyc.fd) = %{tl_version} -Provides: tex(untxtt.fd) = %{tl_version} -Provides: tex(uzmnmia.fd) = %{tl_version} - -%description newtx -The bundle splits txfonts.sty (from the TX fonts distribution) -into two independent packages, ntxtext.sty and ntxmath.sty, -each with fixes and enhancements. Ntxmath's metrics have been -re-evaluated to provide a less tight appearance, and to provide -a libertine option that substitutes Libertine italic and Greek -letter for the existing math italic and Greek glyphs, making a -mathematics package that matches Libertine text quite well. -Ntxmath can also use the maths italic font provided with the -garamondx package, thus offering a garamond-alike text-with- -maths combination. - -date: 2013-03-29 11:53:01 +0100 - -%post newtx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map newtx.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map newtx.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun newtx -if [ $1 == 0 ] ; then -sed -i '/^Map newtx.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans newtx -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newtx-doc -Summary: Documentation for newtx -Version: svn29551.1.09__2013_03_29_ -Release: %{tl_noarch_release} -Provides: tex-newtx-doc -BuildArch: noarch -AutoReqProv: No - -%description newtx-doc -Documentation for newtx - -%package nkarta -Provides: tex-nkarta = %{tl_version} -License: Public Domain -Summary: A "new" version of the karta cartographic fonts -Version: svn16437.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nkarta15.tfm) = %{tl_version} - -%description nkarta -A development of the karta font, offering more mathematical -stability in MetaFont. A version that will produce the glyphs -as Encapsulated PostScript, using MetaPost, is also provided. - -date: 2009-12-20 19:35:44 +0100 - -%post nkarta -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nkarta -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nkarta -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nkarta-doc -Summary: Documentation for nkarta -Version: svn16437.0.2 -Release: %{tl_noarch_release} -Provides: tex-nkarta-doc -BuildArch: noarch -AutoReqProv: No - -%description nkarta-doc -Documentation for nkarta - -%package ocherokee -Provides: tex-ocherokee = %{tl_version} -License: LPPL -Summary: LaTeX Support for the Cherokee language -Version: svn25689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(cherokee.map) = %{tl_version} -Provides: tex(Cherokee.tfm) = %{tl_version} -Provides: tex(Cherokeeb.tfm) = %{tl_version} -Provides: tex(Cherokeebo.tfm) = %{tl_version} -Provides: tex(Cherokeeo.tfm) = %{tl_version} -Provides: tex(Cherokee-Bold.pfb) = %{tl_version} -Provides: tex(Cherokee.pfb) = %{tl_version} -Provides: tex(lchcmr.fd) = %{tl_version} -Provides: tex(lchenc.def) = %{tl_version} -Provides: tex(ocherokee.sty) = %{tl_version} - -%description ocherokee -Macros and Type 1 fonts for Typesetting the Cherokee language -with the Omega version of LaTeX (known as Lambda). - -date: 2007-03-12 00:37:02 +0100 - -%post ocherokee -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cherokee.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cherokee.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ocherokee -if [ $1 == 0 ] ; then -sed -i '/^Map cherokee.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ocherokee -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocherokee-doc -Summary: Documentation for ocherokee -Version: svn25689.0 -Release: %{tl_noarch_release} -Provides: tex-ocherokee-doc -BuildArch: noarch -AutoReqProv: No - -%description ocherokee-doc -Documentation for ocherokee - -%package ocr-b -Provides: tex-ocr-b = %{tl_version} -License: Copyright only -Summary: Fonts for OCR-B -Version: svn20852.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ocrb10.tfm) = %{tl_version} -Provides: tex(ocrb5.tfm) = %{tl_version} -Provides: tex(ocrb6.tfm) = %{tl_version} -Provides: tex(ocrb7.tfm) = %{tl_version} -Provides: tex(ocrb8.tfm) = %{tl_version} -Provides: tex(ocrb9.tfm) = %{tl_version} - -%description ocr-b -MetaFont programs for OCR-B at several sizes. - -date: 2010-12-24 15:25:32 +0100 - -%post ocr-b -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ocr-b -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ocr-b -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocr-b-doc -Summary: Documentation for ocr-b -Version: svn20852.0 -Release: %{tl_noarch_release} -Provides: tex-ocr-b-doc -BuildArch: noarch -AutoReqProv: No - -%description ocr-b-doc -Documentation for ocr-b - -%package ocr-b-outline -Provides: tex-ocr-b-outline = %{tl_version} -License: Copyright only -Summary: OCR-B fonts in Type 1 and OpenType -Version: svn20969.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(ocrb.map) = %{tl_version} -Provides: tex(ocrb10.otf) = %{tl_version} -Provides: tex(ocrb5.otf) = %{tl_version} -Provides: tex(ocrb6.otf) = %{tl_version} -Provides: tex(ocrb7.otf) = %{tl_version} -Provides: tex(ocrb8.otf) = %{tl_version} -Provides: tex(ocrb9.otf) = %{tl_version} -Provides: tex(ocrb10.pfb) = %{tl_version} -Provides: tex(ocrb5.pfb) = %{tl_version} -Provides: tex(ocrb6.pfb) = %{tl_version} -Provides: tex(ocrb7.pfb) = %{tl_version} -Provides: tex(ocrb8.pfb) = %{tl_version} -Provides: tex(ocrb9.pfb) = %{tl_version} - -%description ocr-b-outline -The package contains OCR-B fonts in Type1 and OpenType formats. -They were generated from the MetaFont sources of the OCR-B -fonts. The metric files are not included here, so that original -ocr-b package should also be installed. - -date: 2011-01-07 10:11:51 +0100 - -%post ocr-b-outline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ocrb.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ocrb.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ocr-b-outline -if [ $1 == 0 ] ; then -sed -i '/^Map ocrb.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ocr-b-outline -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocr-b-outline-doc -Summary: Documentation for ocr-b-outline -Version: svn20969.0 -Release: %{tl_noarch_release} -Provides: tex-ocr-b-outline-doc -BuildArch: noarch -AutoReqProv: No - -%description ocr-b-outline-doc -Documentation for ocr-b-outline - -%package ogham -Provides: tex-ogham = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting Ogham script -Version: svn24876.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ogham.tfm) = %{tl_version} - -%description ogham -The font provides the Ogham alphabet, which is found on a -number of Irish and Pictish carvings dating from the 4th -century AD. The font is distributed as Metafont source, which -has been patched (with the author's permission) for stability -at different output device resolutions. (Thanks are due to -Peter Flynn and Dan Luecking.) - -date: 2011-12-19 12:56:45 +0100 - -%post ogham -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ogham -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ogham -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ogham-doc -Summary: Documentation for ogham -Version: svn24876.0 -Release: %{tl_noarch_release} -Provides: tex-ogham-doc -BuildArch: noarch -AutoReqProv: No - -%description ogham-doc -Documentation for ogham - -%package oinuit -Provides: tex-oinuit = %{tl_version} -License: LPPL -Summary: LaTeX Support for the Inuktitut Language -Version: svn28668.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(oinuit.map) = %{tl_version} -Provides: tex(Inuit.tfm) = %{tl_version} -Provides: tex(Inuitb.tfm) = %{tl_version} -Provides: tex(Inuitbo.tfm) = %{tl_version} -Provides: tex(Inuito.tfm) = %{tl_version} -Provides: tex(Inuit.pfb) = %{tl_version} -Provides: tex(Inuitb.pfb) = %{tl_version} -Provides: tex(Inuitbo.pfb) = %{tl_version} -Provides: tex(Inuito.pfb) = %{tl_version} -Provides: tex(cmssbxo10.pfb) = %{tl_version} -Provides: tex(litcmr.fd) = %{tl_version} -Provides: tex(litenc.def) = %{tl_version} -Provides: tex(oinuit.sty) = %{tl_version} - -%description oinuit -The package provides a set of Lambda (Omega LaTeX) typesetting -tools for the Inuktitut language. Five different input methods -are supported and with the necessary fonts are also provided. - -date: 2012-06-16 10:52:26 +0200 - -%post oinuit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map oinuit.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map oinuit.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun oinuit -if [ $1 == 0 ] ; then -sed -i '/^Map oinuit.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans oinuit -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oinuit-doc -Summary: Documentation for oinuit -Version: svn28668.0 -Release: %{tl_noarch_release} -Provides: tex-oinuit-doc -BuildArch: noarch -AutoReqProv: No - -%description oinuit-doc -Documentation for oinuit - -%package oldlatin -Provides: tex-oldlatin = %{tl_version} -License: LPPL -Summary: Compute Modern like font with long s -Version: svn17932.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(olb10.tfm) = %{tl_version} -Provides: tex(olbx10.tfm) = %{tl_version} -Provides: tex(olbx12.tfm) = %{tl_version} -Provides: tex(olbx5.tfm) = %{tl_version} -Provides: tex(olbx6.tfm) = %{tl_version} -Provides: tex(olbx7.tfm) = %{tl_version} -Provides: tex(olbx8.tfm) = %{tl_version} -Provides: tex(olbx9.tfm) = %{tl_version} -Provides: tex(olbxsl10.tfm) = %{tl_version} -Provides: tex(oldunh10.tfm) = %{tl_version} -Provides: tex(olff10.tfm) = %{tl_version} -Provides: tex(olfib8.tfm) = %{tl_version} -Provides: tex(olr10.tfm) = %{tl_version} -Provides: tex(olr12.tfm) = %{tl_version} -Provides: tex(olr17.tfm) = %{tl_version} -Provides: tex(olr5.tfm) = %{tl_version} -Provides: tex(olr6.tfm) = %{tl_version} -Provides: tex(olr7.tfm) = %{tl_version} -Provides: tex(olr8.tfm) = %{tl_version} -Provides: tex(olr9.tfm) = %{tl_version} -Provides: tex(olsl10.tfm) = %{tl_version} -Provides: tex(olsl12.tfm) = %{tl_version} -Provides: tex(olsl8.tfm) = %{tl_version} -Provides: tex(olsl9.tfm) = %{tl_version} -Provides: tex(olsltt10.tfm) = %{tl_version} -Provides: tex(olss10.tfm) = %{tl_version} -Provides: tex(olss12.tfm) = %{tl_version} -Provides: tex(olss17.tfm) = %{tl_version} -Provides: tex(olss8.tfm) = %{tl_version} -Provides: tex(olss9.tfm) = %{tl_version} -Provides: tex(olssbx10.tfm) = %{tl_version} -Provides: tex(olssdc10.tfm) = %{tl_version} -Provides: tex(olssi10.tfm) = %{tl_version} -Provides: tex(olssi12.tfm) = %{tl_version} -Provides: tex(olssi17.tfm) = %{tl_version} -Provides: tex(olssi8.tfm) = %{tl_version} -Provides: tex(olssi9.tfm) = %{tl_version} -Provides: tex(olssq8.tfm) = %{tl_version} -Provides: tex(olssqi8.tfm) = %{tl_version} -Provides: tex(oltt10.tfm) = %{tl_version} -Provides: tex(oltt12.tfm) = %{tl_version} -Provides: tex(oltt8.tfm) = %{tl_version} -Provides: tex(oltt9.tfm) = %{tl_version} -Provides: tex(olvtt10.tfm) = %{tl_version} - -%description oldlatin -Metafont sources modified from Computer Modern in order to -generate "long s" which was used in old text. - -date: 2010-04-29 07:59:03 +0200 - -%post oldlatin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun oldlatin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans oldlatin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oldlatin-doc -Summary: Documentation for oldlatin -Version: svn17932.1.00 -Release: %{tl_noarch_release} -Provides: tex-oldlatin-doc -BuildArch: noarch -AutoReqProv: No - -%description oldlatin-doc -Documentation for oldlatin - -%package oldstandard -Provides: tex-oldstandard = %{tl_version} -License: OFL -Summary: Old Standard: A Unicode Font for Classical and Medieval Studies -Version: svn29349.2.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(OldStandard-Bold.otf) = %{tl_version} -Provides: tex(OldStandard-Italic.otf) = %{tl_version} -Provides: tex(OldStandard-Regular.otf) = %{tl_version} - -%description oldstandard -Old Standard is designed to reproduce the actual printing style -of the early 20th century, reviving a specific type of Modern -(classicist) style of serif typefaces, very commonly used in -various editions of the late 19th and early 20th century, but -almost completely abandoned later. The font supports -typesetting of Old and Middle English, Old Icelandic, Cyrillic -(with historical characters, extensions for Old Slavonic and -localised forms), Gothic transliterations, critical editions of -Classical Greek and Latin, and many more. Old Standard works -with TeX engines that directly support OpenType features, such -as XeTeX and LuaTeX. - -date: 2012-11-14 11:47:31 +0100 - -%post oldstandard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun oldstandard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans oldstandard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oldstandard-doc -Summary: Documentation for oldstandard -Version: svn29349.2.0.2 -Release: %{tl_noarch_release} -Provides: tex-oldstandard-doc -BuildArch: noarch -AutoReqProv: No - -%description oldstandard-doc -Documentation for oldstandard - -%package opensans -Provides: tex-opensans = %{tl_version} -License: LPPL 1.3 -Summary: The Open Sans font family, and LaTeX support -Version: svn24706.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(opensans-01.enc) = %{tl_version} -Provides: tex(opensans-02.enc) = %{tl_version} -Provides: tex(opensans-03.enc) = %{tl_version} -Provides: tex(opensans-04.enc) = %{tl_version} -Provides: tex(opensans.map) = %{tl_version} -Provides: tex(OpenSans-Bold-01.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-02.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-03.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-04.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-01.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-02.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-03.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-04.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLight-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-01.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-02.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-03.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-04.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-Italic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-01.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-02.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-03.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-04.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-Light-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-LightItalic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-01.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-02.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-03.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-04.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-Regular-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-01.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-02.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-03.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-04.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-Semibold-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-01.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-02.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-03.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-04.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-lgr.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-ot1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2a.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2b.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2c.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-ts1.tfm) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-x2.tfm) = %{tl_version} -Provides: tex(OpenSans-Bold.ttf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic.ttf) = %{tl_version} -Provides: tex(OpenSans-CondLight.ttf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic.ttf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold.ttf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic.ttf) = %{tl_version} -Provides: tex(OpenSans-Italic.ttf) = %{tl_version} -Provides: tex(OpenSans-Light.ttf) = %{tl_version} -Provides: tex(OpenSans-LightItalic.ttf) = %{tl_version} -Provides: tex(OpenSans-Regular.ttf) = %{tl_version} -Provides: tex(OpenSans-Semibold.ttf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic.ttf) = %{tl_version} -Provides: tex(OpenSans-Bold.pfb) = %{tl_version} -Provides: tex(OpenSans-BoldItalic.pfb) = %{tl_version} -Provides: tex(OpenSans-CondLight.pfb) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic.pfb) = %{tl_version} -Provides: tex(OpenSans-ExtraBold.pfb) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic.pfb) = %{tl_version} -Provides: tex(OpenSans-Italic.pfb) = %{tl_version} -Provides: tex(OpenSans-Light.pfb) = %{tl_version} -Provides: tex(OpenSans-LightItalic.pfb) = %{tl_version} -Provides: tex(OpenSans-Regular.pfb) = %{tl_version} -Provides: tex(OpenSans-Semibold.pfb) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic.pfb) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-Bold-x2.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-BoldItalic-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLight-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-CondLightItalic-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBold-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-ExtraBoldItalic-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-Italic-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Light-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Light-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Light-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Light-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Light-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Light-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Light-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-Light-x2.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-LightItalic-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-Regular-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-t1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-Semibold-x2.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-SmallCaps-x2.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-lgr.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-ot1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2a.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2b.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-t2c.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-ts1.vf) = %{tl_version} -Provides: tex(OpenSans-SemiboldItalic-x2.vf) = %{tl_version} -Provides: tex(lgrfos.fd) = %{tl_version} -Provides: tex(lgrfosj.fd) = %{tl_version} -Provides: tex(opensans.sty) = %{tl_version} -Provides: tex(ot1fos.fd) = %{tl_version} -Provides: tex(ot1fosj.fd) = %{tl_version} -Provides: tex(t1fos.fd) = %{tl_version} -Provides: tex(t1fosj.fd) = %{tl_version} -Provides: tex(t2afos.fd) = %{tl_version} -Provides: tex(t2afosj.fd) = %{tl_version} -Provides: tex(t2bfos.fd) = %{tl_version} -Provides: tex(t2bfosj.fd) = %{tl_version} -Provides: tex(t2cfos.fd) = %{tl_version} -Provides: tex(t2cfosj.fd) = %{tl_version} -Provides: tex(ts1fos.fd) = %{tl_version} -Provides: tex(ts1fosj.fd) = %{tl_version} -Provides: tex(x2fos.fd) = %{tl_version} -Provides: tex(x2fosj.fd) = %{tl_version} - -%description opensans -Open Sans is a humanist sans serif typeface designed by Steve -Matteson; the font is available from the Google Font Directory -as TrueType files licensed under the Apache License version -2.0. The package provides support for this font family in -LaTeX. It includes the original TrueType fonts, as well as Type -1 versions, converted for this package using FontForge for full -support with dvips - -date: 2011-11-30 18:37:09 +0100 - -%post opensans -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map opensans.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map opensans.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun opensans -if [ $1 == 0 ] ; then -sed -i '/^Map opensans.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans opensans -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package opensans-doc -Summary: Documentation for opensans -Version: svn24706.1.2 -Release: %{tl_noarch_release} -Provides: tex-opensans-doc -BuildArch: noarch -AutoReqProv: No - -%description opensans-doc -Documentation for opensans - -%package orkhun -Provides: tex-orkhun = %{tl_version} -License: LPPL -Summary: A font for orkhun script -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(orhant11.tfm) = %{tl_version} -Provides: tex(orhant14.tfm) = %{tl_version} -Provides: tex(orhant16.tfm) = %{tl_version} -Provides: tex(orhant20.tfm) = %{tl_version} -Provides: tex(orhant25.tfm) = %{tl_version} - -%description orkhun -The font covers an old Turkic script. It is provided as -MetaFont source. - -date: 2009-04-22 11:33:20 +0200 - -%post orkhun -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun orkhun -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans orkhun -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package orkhun-doc -Summary: Documentation for orkhun -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-orkhun-doc -BuildArch: noarch -AutoReqProv: No - -%description orkhun-doc -Documentation for orkhun - -%package pacioli -Provides: tex-pacioli = %{tl_version} -License: LPPL -Summary: Fonts designed by Fra Luca de Pacioli in 1497 -Version: svn24947.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cpcr10.tfm) = %{tl_version} -Provides: tex(cpcsl10.tfm) = %{tl_version} -Provides: tex(ot1cpc.fd) = %{tl_version} -Provides: tex(pacioli.sty) = %{tl_version} -Provides: tex(t1cpc.fd) = %{tl_version} - -%description pacioli -Pacioli was a c.15 mathematician, and his font was designed -according to 'the divine proportion'. The font is uppercase -letters together with punctuation and some analphabetics; no -lowercase or digits. The Metafont source is distributed in a -.dtx file, together with LaTeX support. - -date: 2011-06-16 21:20:53 +0200 - -%post pacioli -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pacioli -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pacioli -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pacioli-doc -Summary: Documentation for pacioli -Version: svn24947.0 -Release: %{tl_noarch_release} -Provides: tex-pacioli-doc -BuildArch: noarch -AutoReqProv: No - -%description pacioli-doc -Documentation for pacioli - -%package paratype -Provides: tex-paratype = %{tl_version} -License: LPPL -Summary: LaTeX support for free fonts by ParaType -Version: svn29629.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Provides: tex(ptmono_il2.enc) = %{tl_version} -Provides: tex(ptmono_ot1.enc) = %{tl_version} -Provides: tex(ptmono_t1.enc) = %{tl_version} -Provides: tex(ptmono_t2a.enc) = %{tl_version} -Provides: tex(ptmono_t2b.enc) = %{tl_version} -Provides: tex(ptmono_t2c.enc) = %{tl_version} -Provides: tex(ptmono_ts1.enc) = %{tl_version} -Provides: tex(ptmono_x2.enc) = %{tl_version} -Provides: tex(ptsans_il2.enc) = %{tl_version} -Provides: tex(ptsans_ot1.enc) = %{tl_version} -Provides: tex(ptsans_t1.enc) = %{tl_version} -Provides: tex(ptsans_t2a.enc) = %{tl_version} -Provides: tex(ptsans_t2b.enc) = %{tl_version} -Provides: tex(ptsans_t2c.enc) = %{tl_version} -Provides: tex(ptsans_ts1.enc) = %{tl_version} -Provides: tex(ptsans_x2.enc) = %{tl_version} -Provides: tex(ptserif_il2.enc) = %{tl_version} -Provides: tex(ptserif_ot1.enc) = %{tl_version} -Provides: tex(ptserif_t1.enc) = %{tl_version} -Provides: tex(ptserif_t2a.enc) = %{tl_version} -Provides: tex(ptserif_t2b.enc) = %{tl_version} -Provides: tex(ptserif_t2c.enc) = %{tl_version} -Provides: tex(ptserif_ts1.enc) = %{tl_version} -Provides: tex(ptserif_x2.enc) = %{tl_version} -Provides: tex(paratype-mixed.map) = %{tl_version} -Provides: tex(paratype-truetype.map) = %{tl_version} -Provides: tex(paratype-type1.map) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTC55F.ttf) = %{tl_version} -Provides: tex(PTC75F.ttf) = %{tl_version} -Provides: tex(PTF55F.ttf) = %{tl_version} -Provides: tex(PTF56F.ttf) = %{tl_version} -Provides: tex(PTF75F.ttf) = %{tl_version} -Provides: tex(PTF76F.ttf) = %{tl_version} -Provides: tex(PTM55F.ttf) = %{tl_version} -Provides: tex(PTM75F.ttf) = %{tl_version} -Provides: tex(PTN57F.ttf) = %{tl_version} -Provides: tex(PTN77F.ttf) = %{tl_version} -Provides: tex(PTS55F.ttf) = %{tl_version} -Provides: tex(PTS56F.ttf) = %{tl_version} -Provides: tex(PTS75F.ttf) = %{tl_version} -Provides: tex(PTS76F.ttf) = %{tl_version} -Provides: tex(PTZ55F.ttf) = %{tl_version} -Provides: tex(PTZ56F.ttf) = %{tl_version} -Provides: tex(PTC55F.pfb) = %{tl_version} -Provides: tex(PTC75F.pfb) = %{tl_version} -Provides: tex(PTF55F.pfb) = %{tl_version} -Provides: tex(PTF56F.pfb) = %{tl_version} -Provides: tex(PTF75F.pfb) = %{tl_version} -Provides: tex(PTF76F.pfb) = %{tl_version} -Provides: tex(PTN57F.pfb) = %{tl_version} -Provides: tex(PTN77F.pfb) = %{tl_version} -Provides: tex(PTS55F.pfb) = %{tl_version} -Provides: tex(PTS56F.pfb) = %{tl_version} -Provides: tex(PTS75F.pfb) = %{tl_version} -Provides: tex(PTS76F.pfb) = %{tl_version} -Provides: tex(PTZ55F.pfb) = %{tl_version} -Provides: tex(PTZ56F.pfb) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(IL2PTMono-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSans-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSerif-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(OT1PTMono-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSans-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(PTMono.sty) = %{tl_version} -Provides: tex(PTSans.sty) = %{tl_version} -Provides: tex(PTSansCaption.sty) = %{tl_version} -Provides: tex(PTSansNarrow.sty) = %{tl_version} -Provides: tex(PTSerif.sty) = %{tl_version} -Provides: tex(PTSerifCaption.sty) = %{tl_version} -Provides: tex(T1PTMono-TLF.fd) = %{tl_version} -Provides: tex(T1PTSans-TLF.fd) = %{tl_version} -Provides: tex(T1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(T1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2APTMono-TLF.fd) = %{tl_version} -Provides: tex(T2APTSans-TLF.fd) = %{tl_version} -Provides: tex(T2APTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2APTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2APTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2APTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2BPTMono-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSans-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2CPTMono-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSans-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(TS1PTMono-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSans-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(X2PTMono-TLF.fd) = %{tl_version} -Provides: tex(X2PTSans-TLF.fd) = %{tl_version} -Provides: tex(X2PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(X2PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(X2PTSerif-TLF.fd) = %{tl_version} -Provides: tex(X2PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(paratype.sty) = %{tl_version} - -%description paratype -The package offers LaTeX support for the fonts PT Sans, PT -Serif and PT Mono developed by ParaType for the project "Public -Types of Russian Federation", and released under an open user -license. The fonts themselves are provided in both the TrueType -and Type 1 formats, both created by ParaType). The fonts -provide encodings OT1, T1, IL2, TS1, T2* and X2. The package -provides a convenient replacement of the two packages ptsans -and ptserif. - -date: 2013-04-03 11:32:41 +0200 - -%post paratype -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map paratype-type1.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map paratype-type1.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun paratype -if [ $1 == 0 ] ; then -sed -i '/^Map paratype-type1.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans paratype -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package paratype-doc -Summary: Documentation for paratype -Version: svn29629.0 -Release: %{tl_noarch_release} -Provides: tex-paratype-doc -BuildArch: noarch -AutoReqProv: No - -%description paratype-doc -Documentation for paratype - -%package phaistos -Provides: tex-phaistos = %{tl_version} -License: LPPL -Summary: Disk of Phaistos font -Version: svn18651.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(phaistos.map) = %{tl_version} -Provides: tex(Phaistos.otf) = %{tl_version} -Provides: tex(phaistos.tfm) = %{tl_version} -Provides: tex(phaistos.pfb) = %{tl_version} -Provides: tex(phaistos.sty) = %{tl_version} - -%description phaistos -A font that contains all the symbols of the famous Disc of -Phaistos, together with a LaTeX package. The disc was 'printed' -by stamping the wet clay with some sort of punches, probably -around 1700 BCE. The font is available in Adobe Type 1 and -OpenType formats (the latter using the Unicode positions for -the symbols). There are those who believe that this Cretan -script was used to 'write' Greek (it is known, for example, -that the rather later Cretan Linear B script was used to write -Greek), but arguments for other languages have been presented. - -date: 2008-07-09 12:34:16 +0200 - -%post phaistos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map phaistos.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map phaistos.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun phaistos -if [ $1 == 0 ] ; then -sed -i '/^Map phaistos.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans phaistos -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package phaistos-doc -Summary: Documentation for phaistos -Version: svn18651.1.0 -Release: %{tl_noarch_release} -Provides: tex-phaistos-doc -BuildArch: noarch -AutoReqProv: No - -%description phaistos-doc -Documentation for phaistos - -%package phonetic -Provides: tex-phonetic = %{tl_version} -License: LPPL -Summary: MetaFont Phonetic fonts, based on Computer Modern -Version: svn21871.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmph10.tfm) = %{tl_version} -Provides: tex(cmph5.tfm) = %{tl_version} -Provides: tex(cmph6.tfm) = %{tl_version} -Provides: tex(cmph7.tfm) = %{tl_version} -Provides: tex(cmph8.tfm) = %{tl_version} -Provides: tex(cmph9.tfm) = %{tl_version} -Provides: tex(cmphb10.tfm) = %{tl_version} -Provides: tex(cmphi10.tfm) = %{tl_version} -Provides: tex(cmphi7.tfm) = %{tl_version} -Provides: tex(cmphi8.tfm) = %{tl_version} -Provides: tex(cmphi9.tfm) = %{tl_version} -Provides: tex(Uphon.fd) = %{tl_version} -Provides: tex(phonetic.sty) = %{tl_version} - -%description phonetic -The fonts are based on Computer Modern, and specified in -MetaFont. Macros for the fonts' use are provided, both for -LaTeX 2.09 and for current LaTeX. - -date: 2011-03-28 22:21:58 +0200 - -%post phonetic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun phonetic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans phonetic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package phonetic-doc -Summary: Documentation for phonetic -Version: svn21871.0 -Release: %{tl_noarch_release} -Provides: tex-phonetic-doc -BuildArch: noarch -AutoReqProv: No - -%description phonetic-doc -Documentation for phonetic - -%package pigpen -Provides: tex-pigpen = %{tl_version} -License: LPPL -Summary: A font for the pigpen (or masonic) cipher -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(pigpen.map) = %{tl_version} -Provides: tex(pigpen.tfm) = %{tl_version} -Provides: tex(pigpen.pfa) = %{tl_version} -Provides: tex(pigpen.sty) = %{tl_version} -Provides: tex(pigpen.tex) = %{tl_version} - -%description pigpen -The Pigpen cipher package provides the font and the necessary -wrappers (style file, etc.) in order to write Pigpen ciphers, a -simple substitution cipher. The package provides a font -(available both as MetaFont source, and as an Adobe Type 1 -file), and macros for its use. - -date: 2008-12-10 19:58:48 +0100 - -%post pigpen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap pigpen.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap pigpen.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun pigpen -if [ $1 == 0 ] ; then -sed -i '/^MixedMap pigpen.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans pigpen -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pigpen-doc -Summary: Documentation for pigpen -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-pigpen-doc -BuildArch: noarch -AutoReqProv: No - -%description pigpen-doc -Documentation for pigpen - -%package poltawski -Provides: tex-poltawski = %{tl_version} -License: GFSL -Summary: Antykwa Poltawskiego Family of Fonts -Version: svn20075.1.101 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(ap-cs-sc.enc) = %{tl_version} -Provides: tex(ap-cs.enc) = %{tl_version} -Provides: tex(ap-ec-sc.enc) = %{tl_version} -Provides: tex(ap-ec.enc) = %{tl_version} -Provides: tex(ap-l7x-sc.enc) = %{tl_version} -Provides: tex(ap-l7x.enc) = %{tl_version} -Provides: tex(ap-qx-sc.enc) = %{tl_version} -Provides: tex(ap-qx.enc) = %{tl_version} -Provides: tex(ap-rm-sc.enc) = %{tl_version} -Provides: tex(ap-rm.enc) = %{tl_version} -Provides: tex(ap-t5-sc.enc) = %{tl_version} -Provides: tex(ap-t5.enc) = %{tl_version} -Provides: tex(ap-texnansi-sc.enc) = %{tl_version} -Provides: tex(ap-texnansi.enc) = %{tl_version} -Provides: tex(ap-ts1.enc) = %{tl_version} -Provides: tex(ap-cs.map) = %{tl_version} -Provides: tex(ap-ec.map) = %{tl_version} -Provides: tex(ap-l7x.map) = %{tl_version} -Provides: tex(ap-qx.map) = %{tl_version} -Provides: tex(ap-rm.map) = %{tl_version} -Provides: tex(ap-t5.map) = %{tl_version} -Provides: tex(ap-texnansi.map) = %{tl_version} -Provides: tex(ap-ts1.map) = %{tl_version} -Provides: tex(ap.map) = %{tl_version} -Provides: tex(antpolt-bold.otf) = %{tl_version} -Provides: tex(antpolt-bolditalic.otf) = %{tl_version} -Provides: tex(antpolt-italic.otf) = %{tl_version} -Provides: tex(antpolt-regular.otf) = %{tl_version} -Provides: tex(antpoltcond-bold.otf) = %{tl_version} -Provides: tex(antpoltcond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltcond-italic.otf) = %{tl_version} -Provides: tex(antpoltcond-regular.otf) = %{tl_version} -Provides: tex(antpoltexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltlt-bold.otf) = %{tl_version} -Provides: tex(antpoltlt-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltlt-italic.otf) = %{tl_version} -Provides: tex(antpoltlt-regular.otf) = %{tl_version} -Provides: tex(antpoltltcond-bold.otf) = %{tl_version} -Provides: tex(antpoltltcond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltcond-italic.otf) = %{tl_version} -Provides: tex(antpoltltcond-regular.otf) = %{tl_version} -Provides: tex(antpoltltexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltltexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltltexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-bold.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-italic.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-regular.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltsemicond-bold.otf) = %{tl_version} -Provides: tex(antpoltsemicond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltsemicond-italic.otf) = %{tl_version} -Provides: tex(antpoltsemicond-regular.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-regular.otf) = %{tl_version} -Provides: tex(cs-antpb10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb10.tfm) = %{tl_version} -Provides: tex(cs-antpb12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb12.tfm) = %{tl_version} -Provides: tex(cs-antpb17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb17.tfm) = %{tl_version} -Provides: tex(cs-antpb6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb6.tfm) = %{tl_version} -Provides: tex(cs-antpb8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb8.tfm) = %{tl_version} -Provides: tex(cs-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi10.tfm) = %{tl_version} -Provides: tex(cs-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi12.tfm) = %{tl_version} -Provides: tex(cs-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi17.tfm) = %{tl_version} -Provides: tex(cs-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi6.tfm) = %{tl_version} -Provides: tex(cs-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi8.tfm) = %{tl_version} -Provides: tex(cs-antpl10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl10.tfm) = %{tl_version} -Provides: tex(cs-antpl12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl12.tfm) = %{tl_version} -Provides: tex(cs-antpl17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl17.tfm) = %{tl_version} -Provides: tex(cs-antpl6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl6.tfm) = %{tl_version} -Provides: tex(cs-antpl8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl8.tfm) = %{tl_version} -Provides: tex(cs-antpli10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli10.tfm) = %{tl_version} -Provides: tex(cs-antpli12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli12.tfm) = %{tl_version} -Provides: tex(cs-antpli17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli17.tfm) = %{tl_version} -Provides: tex(cs-antpli6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli6.tfm) = %{tl_version} -Provides: tex(cs-antpli8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli8.tfm) = %{tl_version} -Provides: tex(cs-antpm10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm10.tfm) = %{tl_version} -Provides: tex(cs-antpm12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm12.tfm) = %{tl_version} -Provides: tex(cs-antpm17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm17.tfm) = %{tl_version} -Provides: tex(cs-antpm6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm6.tfm) = %{tl_version} -Provides: tex(cs-antpm8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm8.tfm) = %{tl_version} -Provides: tex(cs-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi10.tfm) = %{tl_version} -Provides: tex(cs-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi12.tfm) = %{tl_version} -Provides: tex(cs-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi17.tfm) = %{tl_version} -Provides: tex(cs-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi6.tfm) = %{tl_version} -Provides: tex(cs-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi8.tfm) = %{tl_version} -Provides: tex(cs-antpr10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr10.tfm) = %{tl_version} -Provides: tex(cs-antpr12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr12.tfm) = %{tl_version} -Provides: tex(cs-antpr17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr17.tfm) = %{tl_version} -Provides: tex(cs-antpr6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr6.tfm) = %{tl_version} -Provides: tex(cs-antpr8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr8.tfm) = %{tl_version} -Provides: tex(cs-antpri10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri10.tfm) = %{tl_version} -Provides: tex(cs-antpri12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri12.tfm) = %{tl_version} -Provides: tex(cs-antpri17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri17.tfm) = %{tl_version} -Provides: tex(cs-antpri6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri6.tfm) = %{tl_version} -Provides: tex(cs-antpri8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri8.tfm) = %{tl_version} -Provides: tex(ec-antpb10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb10.tfm) = %{tl_version} -Provides: tex(ec-antpb12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb12.tfm) = %{tl_version} -Provides: tex(ec-antpb17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb17.tfm) = %{tl_version} -Provides: tex(ec-antpb6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb6.tfm) = %{tl_version} -Provides: tex(ec-antpb8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb8.tfm) = %{tl_version} -Provides: tex(ec-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi10.tfm) = %{tl_version} -Provides: tex(ec-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi12.tfm) = %{tl_version} -Provides: tex(ec-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi17.tfm) = %{tl_version} -Provides: tex(ec-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi6.tfm) = %{tl_version} -Provides: tex(ec-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi8.tfm) = %{tl_version} -Provides: tex(ec-antpl10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl10.tfm) = %{tl_version} -Provides: tex(ec-antpl12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl12.tfm) = %{tl_version} -Provides: tex(ec-antpl17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl17.tfm) = %{tl_version} -Provides: tex(ec-antpl6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl6.tfm) = %{tl_version} -Provides: tex(ec-antpl8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl8.tfm) = %{tl_version} -Provides: tex(ec-antpli10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli10.tfm) = %{tl_version} -Provides: tex(ec-antpli12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli12.tfm) = %{tl_version} -Provides: tex(ec-antpli17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli17.tfm) = %{tl_version} -Provides: tex(ec-antpli6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli6.tfm) = %{tl_version} -Provides: tex(ec-antpli8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli8.tfm) = %{tl_version} -Provides: tex(ec-antpm10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm10.tfm) = %{tl_version} -Provides: tex(ec-antpm12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm12.tfm) = %{tl_version} -Provides: tex(ec-antpm17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm17.tfm) = %{tl_version} -Provides: tex(ec-antpm6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm6.tfm) = %{tl_version} -Provides: tex(ec-antpm8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm8.tfm) = %{tl_version} -Provides: tex(ec-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi10.tfm) = %{tl_version} -Provides: tex(ec-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi12.tfm) = %{tl_version} -Provides: tex(ec-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi17.tfm) = %{tl_version} -Provides: tex(ec-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi6.tfm) = %{tl_version} -Provides: tex(ec-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi8.tfm) = %{tl_version} -Provides: tex(ec-antpr10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr10.tfm) = %{tl_version} -Provides: tex(ec-antpr12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr12.tfm) = %{tl_version} -Provides: tex(ec-antpr17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr17.tfm) = %{tl_version} -Provides: tex(ec-antpr6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr6.tfm) = %{tl_version} -Provides: tex(ec-antpr8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr8.tfm) = %{tl_version} -Provides: tex(ec-antpri10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri10.tfm) = %{tl_version} -Provides: tex(ec-antpri12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri12.tfm) = %{tl_version} -Provides: tex(ec-antpri17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri17.tfm) = %{tl_version} -Provides: tex(ec-antpri6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri6.tfm) = %{tl_version} -Provides: tex(ec-antpri8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri8.tfm) = %{tl_version} -Provides: tex(l7x-antpb10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb10.tfm) = %{tl_version} -Provides: tex(l7x-antpb12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb12.tfm) = %{tl_version} -Provides: tex(l7x-antpb17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb17.tfm) = %{tl_version} -Provides: tex(l7x-antpb6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb6.tfm) = %{tl_version} -Provides: tex(l7x-antpb8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb8.tfm) = %{tl_version} -Provides: tex(l7x-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi10.tfm) = %{tl_version} -Provides: tex(l7x-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi12.tfm) = %{tl_version} -Provides: tex(l7x-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi17.tfm) = %{tl_version} -Provides: tex(l7x-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi6.tfm) = %{tl_version} -Provides: tex(l7x-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi8.tfm) = %{tl_version} -Provides: tex(l7x-antpl10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl10.tfm) = %{tl_version} -Provides: tex(l7x-antpl12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl12.tfm) = %{tl_version} -Provides: tex(l7x-antpl17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl17.tfm) = %{tl_version} -Provides: tex(l7x-antpl6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl6.tfm) = %{tl_version} -Provides: tex(l7x-antpl8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl8.tfm) = %{tl_version} -Provides: tex(l7x-antpli10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli10.tfm) = %{tl_version} -Provides: tex(l7x-antpli12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli12.tfm) = %{tl_version} -Provides: tex(l7x-antpli17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli17.tfm) = %{tl_version} -Provides: tex(l7x-antpli6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli6.tfm) = %{tl_version} -Provides: tex(l7x-antpli8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli8.tfm) = %{tl_version} -Provides: tex(l7x-antpm10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm10.tfm) = %{tl_version} -Provides: tex(l7x-antpm12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm12.tfm) = %{tl_version} -Provides: tex(l7x-antpm17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm17.tfm) = %{tl_version} -Provides: tex(l7x-antpm6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm6.tfm) = %{tl_version} -Provides: tex(l7x-antpm8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm8.tfm) = %{tl_version} -Provides: tex(l7x-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi10.tfm) = %{tl_version} -Provides: tex(l7x-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi12.tfm) = %{tl_version} -Provides: tex(l7x-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi17.tfm) = %{tl_version} -Provides: tex(l7x-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi6.tfm) = %{tl_version} -Provides: tex(l7x-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi8.tfm) = %{tl_version} -Provides: tex(l7x-antpr10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr10.tfm) = %{tl_version} -Provides: tex(l7x-antpr12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr12.tfm) = %{tl_version} -Provides: tex(l7x-antpr17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr17.tfm) = %{tl_version} -Provides: tex(l7x-antpr6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr6.tfm) = %{tl_version} -Provides: tex(l7x-antpr8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr8.tfm) = %{tl_version} -Provides: tex(l7x-antpri10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri10.tfm) = %{tl_version} -Provides: tex(l7x-antpri12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri12.tfm) = %{tl_version} -Provides: tex(l7x-antpri17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri17.tfm) = %{tl_version} -Provides: tex(l7x-antpri6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri6.tfm) = %{tl_version} -Provides: tex(l7x-antpri8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri8.tfm) = %{tl_version} -Provides: tex(qx-antpb10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb10.tfm) = %{tl_version} -Provides: tex(qx-antpb12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb12.tfm) = %{tl_version} -Provides: tex(qx-antpb17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb17.tfm) = %{tl_version} -Provides: tex(qx-antpb6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb6.tfm) = %{tl_version} -Provides: tex(qx-antpb8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb8.tfm) = %{tl_version} -Provides: tex(qx-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi10.tfm) = %{tl_version} -Provides: tex(qx-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi12.tfm) = %{tl_version} -Provides: tex(qx-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi17.tfm) = %{tl_version} -Provides: tex(qx-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi6.tfm) = %{tl_version} -Provides: tex(qx-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi8.tfm) = %{tl_version} -Provides: tex(qx-antpl10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl10.tfm) = %{tl_version} -Provides: tex(qx-antpl12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl12.tfm) = %{tl_version} -Provides: tex(qx-antpl17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl17.tfm) = %{tl_version} -Provides: tex(qx-antpl6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl6.tfm) = %{tl_version} -Provides: tex(qx-antpl8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl8.tfm) = %{tl_version} -Provides: tex(qx-antpli10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli10.tfm) = %{tl_version} -Provides: tex(qx-antpli12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli12.tfm) = %{tl_version} -Provides: tex(qx-antpli17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli17.tfm) = %{tl_version} -Provides: tex(qx-antpli6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli6.tfm) = %{tl_version} -Provides: tex(qx-antpli8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli8.tfm) = %{tl_version} -Provides: tex(qx-antpm10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm10.tfm) = %{tl_version} -Provides: tex(qx-antpm12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm12.tfm) = %{tl_version} -Provides: tex(qx-antpm17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm17.tfm) = %{tl_version} -Provides: tex(qx-antpm6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm6.tfm) = %{tl_version} -Provides: tex(qx-antpm8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm8.tfm) = %{tl_version} -Provides: tex(qx-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi10.tfm) = %{tl_version} -Provides: tex(qx-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi12.tfm) = %{tl_version} -Provides: tex(qx-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi17.tfm) = %{tl_version} -Provides: tex(qx-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi6.tfm) = %{tl_version} -Provides: tex(qx-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi8.tfm) = %{tl_version} -Provides: tex(qx-antpr10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr10.tfm) = %{tl_version} -Provides: tex(qx-antpr12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr12.tfm) = %{tl_version} -Provides: tex(qx-antpr17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr17.tfm) = %{tl_version} -Provides: tex(qx-antpr6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr6.tfm) = %{tl_version} -Provides: tex(qx-antpr8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr8.tfm) = %{tl_version} -Provides: tex(qx-antpri10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri10.tfm) = %{tl_version} -Provides: tex(qx-antpri12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri12.tfm) = %{tl_version} -Provides: tex(qx-antpri17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri17.tfm) = %{tl_version} -Provides: tex(qx-antpri6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri6.tfm) = %{tl_version} -Provides: tex(qx-antpri8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri8.tfm) = %{tl_version} -Provides: tex(rm-antpb10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb10.tfm) = %{tl_version} -Provides: tex(rm-antpb12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb12.tfm) = %{tl_version} -Provides: tex(rm-antpb17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb17.tfm) = %{tl_version} -Provides: tex(rm-antpb6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb6.tfm) = %{tl_version} -Provides: tex(rm-antpb8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb8.tfm) = %{tl_version} -Provides: tex(rm-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi10.tfm) = %{tl_version} -Provides: tex(rm-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi12.tfm) = %{tl_version} -Provides: tex(rm-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi17.tfm) = %{tl_version} -Provides: tex(rm-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi6.tfm) = %{tl_version} -Provides: tex(rm-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi8.tfm) = %{tl_version} -Provides: tex(rm-antpl10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl10.tfm) = %{tl_version} -Provides: tex(rm-antpl12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl12.tfm) = %{tl_version} -Provides: tex(rm-antpl17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl17.tfm) = %{tl_version} -Provides: tex(rm-antpl6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl6.tfm) = %{tl_version} -Provides: tex(rm-antpl8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl8.tfm) = %{tl_version} -Provides: tex(rm-antpli10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli10.tfm) = %{tl_version} -Provides: tex(rm-antpli12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli12.tfm) = %{tl_version} -Provides: tex(rm-antpli17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli17.tfm) = %{tl_version} -Provides: tex(rm-antpli6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli6.tfm) = %{tl_version} -Provides: tex(rm-antpli8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli8.tfm) = %{tl_version} -Provides: tex(rm-antpm10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm10.tfm) = %{tl_version} -Provides: tex(rm-antpm12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm12.tfm) = %{tl_version} -Provides: tex(rm-antpm17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm17.tfm) = %{tl_version} -Provides: tex(rm-antpm6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm6.tfm) = %{tl_version} -Provides: tex(rm-antpm8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm8.tfm) = %{tl_version} -Provides: tex(rm-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi10.tfm) = %{tl_version} -Provides: tex(rm-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi12.tfm) = %{tl_version} -Provides: tex(rm-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi17.tfm) = %{tl_version} -Provides: tex(rm-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi6.tfm) = %{tl_version} -Provides: tex(rm-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi8.tfm) = %{tl_version} -Provides: tex(rm-antpr10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr10.tfm) = %{tl_version} -Provides: tex(rm-antpr12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr12.tfm) = %{tl_version} -Provides: tex(rm-antpr17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr17.tfm) = %{tl_version} -Provides: tex(rm-antpr6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr6.tfm) = %{tl_version} -Provides: tex(rm-antpr8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr8.tfm) = %{tl_version} -Provides: tex(rm-antpri10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri10.tfm) = %{tl_version} -Provides: tex(rm-antpri12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri12.tfm) = %{tl_version} -Provides: tex(rm-antpri17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri17.tfm) = %{tl_version} -Provides: tex(rm-antpri6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri6.tfm) = %{tl_version} -Provides: tex(rm-antpri8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri8.tfm) = %{tl_version} -Provides: tex(t5-antpb10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb10.tfm) = %{tl_version} -Provides: tex(t5-antpb12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb12.tfm) = %{tl_version} -Provides: tex(t5-antpb17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb17.tfm) = %{tl_version} -Provides: tex(t5-antpb6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb6.tfm) = %{tl_version} -Provides: tex(t5-antpb8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb8.tfm) = %{tl_version} -Provides: tex(t5-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi10.tfm) = %{tl_version} -Provides: tex(t5-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi12.tfm) = %{tl_version} -Provides: tex(t5-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi17.tfm) = %{tl_version} -Provides: tex(t5-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi6.tfm) = %{tl_version} -Provides: tex(t5-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi8.tfm) = %{tl_version} -Provides: tex(t5-antpl10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl10.tfm) = %{tl_version} -Provides: tex(t5-antpl12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl12.tfm) = %{tl_version} -Provides: tex(t5-antpl17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl17.tfm) = %{tl_version} -Provides: tex(t5-antpl6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl6.tfm) = %{tl_version} -Provides: tex(t5-antpl8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl8.tfm) = %{tl_version} -Provides: tex(t5-antpli10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli10.tfm) = %{tl_version} -Provides: tex(t5-antpli12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli12.tfm) = %{tl_version} -Provides: tex(t5-antpli17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli17.tfm) = %{tl_version} -Provides: tex(t5-antpli6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli6.tfm) = %{tl_version} -Provides: tex(t5-antpli8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli8.tfm) = %{tl_version} -Provides: tex(t5-antpm10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm10.tfm) = %{tl_version} -Provides: tex(t5-antpm12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm12.tfm) = %{tl_version} -Provides: tex(t5-antpm17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm17.tfm) = %{tl_version} -Provides: tex(t5-antpm6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm6.tfm) = %{tl_version} -Provides: tex(t5-antpm8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm8.tfm) = %{tl_version} -Provides: tex(t5-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi10.tfm) = %{tl_version} -Provides: tex(t5-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi12.tfm) = %{tl_version} -Provides: tex(t5-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi17.tfm) = %{tl_version} -Provides: tex(t5-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi6.tfm) = %{tl_version} -Provides: tex(t5-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi8.tfm) = %{tl_version} -Provides: tex(t5-antpr10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr10.tfm) = %{tl_version} -Provides: tex(t5-antpr12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr12.tfm) = %{tl_version} -Provides: tex(t5-antpr17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr17.tfm) = %{tl_version} -Provides: tex(t5-antpr6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr6.tfm) = %{tl_version} -Provides: tex(t5-antpr8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr8.tfm) = %{tl_version} -Provides: tex(t5-antpri10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri10.tfm) = %{tl_version} -Provides: tex(t5-antpri12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri12.tfm) = %{tl_version} -Provides: tex(t5-antpri17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri17.tfm) = %{tl_version} -Provides: tex(t5-antpri6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri6.tfm) = %{tl_version} -Provides: tex(t5-antpri8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri8.tfm) = %{tl_version} -Provides: tex(texnansi-antpb10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb10.tfm) = %{tl_version} -Provides: tex(texnansi-antpb12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb12.tfm) = %{tl_version} -Provides: tex(texnansi-antpb17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb17.tfm) = %{tl_version} -Provides: tex(texnansi-antpb6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb6.tfm) = %{tl_version} -Provides: tex(texnansi-antpb8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb8.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi10.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi12.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi17.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi6.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi8.tfm) = %{tl_version} -Provides: tex(texnansi-antpl10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl10.tfm) = %{tl_version} -Provides: tex(texnansi-antpl12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl12.tfm) = %{tl_version} -Provides: tex(texnansi-antpl17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl17.tfm) = %{tl_version} -Provides: tex(texnansi-antpl6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl6.tfm) = %{tl_version} -Provides: tex(texnansi-antpl8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl8.tfm) = %{tl_version} -Provides: tex(texnansi-antpli10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli10.tfm) = %{tl_version} -Provides: tex(texnansi-antpli12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli12.tfm) = %{tl_version} -Provides: tex(texnansi-antpli17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli17.tfm) = %{tl_version} -Provides: tex(texnansi-antpli6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli6.tfm) = %{tl_version} -Provides: tex(texnansi-antpli8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli8.tfm) = %{tl_version} -Provides: tex(texnansi-antpm10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm10.tfm) = %{tl_version} -Provides: tex(texnansi-antpm12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm12.tfm) = %{tl_version} -Provides: tex(texnansi-antpm17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm17.tfm) = %{tl_version} -Provides: tex(texnansi-antpm6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm6.tfm) = %{tl_version} -Provides: tex(texnansi-antpm8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm8.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi10.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi12.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi17.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi6.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi8.tfm) = %{tl_version} -Provides: tex(texnansi-antpr10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr10.tfm) = %{tl_version} -Provides: tex(texnansi-antpr12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr12.tfm) = %{tl_version} -Provides: tex(texnansi-antpr17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr17.tfm) = %{tl_version} -Provides: tex(texnansi-antpr6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr6.tfm) = %{tl_version} -Provides: tex(texnansi-antpr8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr8.tfm) = %{tl_version} -Provides: tex(texnansi-antpri10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri10.tfm) = %{tl_version} -Provides: tex(texnansi-antpri12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri12.tfm) = %{tl_version} -Provides: tex(texnansi-antpri17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri17.tfm) = %{tl_version} -Provides: tex(texnansi-antpri6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri6.tfm) = %{tl_version} -Provides: tex(texnansi-antpri8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri8.tfm) = %{tl_version} -Provides: tex(ts1-antpb10.tfm) = %{tl_version} -Provides: tex(ts1-antpb12.tfm) = %{tl_version} -Provides: tex(ts1-antpb17.tfm) = %{tl_version} -Provides: tex(ts1-antpb6.tfm) = %{tl_version} -Provides: tex(ts1-antpb8.tfm) = %{tl_version} -Provides: tex(ts1-antpbi10.tfm) = %{tl_version} -Provides: tex(ts1-antpbi12.tfm) = %{tl_version} -Provides: tex(ts1-antpbi17.tfm) = %{tl_version} -Provides: tex(ts1-antpbi6.tfm) = %{tl_version} -Provides: tex(ts1-antpbi8.tfm) = %{tl_version} -Provides: tex(ts1-antpl10.tfm) = %{tl_version} -Provides: tex(ts1-antpl12.tfm) = %{tl_version} -Provides: tex(ts1-antpl17.tfm) = %{tl_version} -Provides: tex(ts1-antpl6.tfm) = %{tl_version} -Provides: tex(ts1-antpl8.tfm) = %{tl_version} -Provides: tex(ts1-antpli10.tfm) = %{tl_version} -Provides: tex(ts1-antpli12.tfm) = %{tl_version} -Provides: tex(ts1-antpli17.tfm) = %{tl_version} -Provides: tex(ts1-antpli6.tfm) = %{tl_version} -Provides: tex(ts1-antpli8.tfm) = %{tl_version} -Provides: tex(ts1-antpm10.tfm) = %{tl_version} -Provides: tex(ts1-antpm12.tfm) = %{tl_version} -Provides: tex(ts1-antpm17.tfm) = %{tl_version} -Provides: tex(ts1-antpm6.tfm) = %{tl_version} -Provides: tex(ts1-antpm8.tfm) = %{tl_version} -Provides: tex(ts1-antpmi10.tfm) = %{tl_version} -Provides: tex(ts1-antpmi12.tfm) = %{tl_version} -Provides: tex(ts1-antpmi17.tfm) = %{tl_version} -Provides: tex(ts1-antpmi6.tfm) = %{tl_version} -Provides: tex(ts1-antpmi8.tfm) = %{tl_version} -Provides: tex(ts1-antpr10.tfm) = %{tl_version} -Provides: tex(ts1-antpr12.tfm) = %{tl_version} -Provides: tex(ts1-antpr17.tfm) = %{tl_version} -Provides: tex(ts1-antpr6.tfm) = %{tl_version} -Provides: tex(ts1-antpr8.tfm) = %{tl_version} -Provides: tex(ts1-antpri10.tfm) = %{tl_version} -Provides: tex(ts1-antpri12.tfm) = %{tl_version} -Provides: tex(ts1-antpri17.tfm) = %{tl_version} -Provides: tex(ts1-antpri6.tfm) = %{tl_version} -Provides: tex(ts1-antpri8.tfm) = %{tl_version} -Provides: tex(antpb10.pfb) = %{tl_version} -Provides: tex(antpb12.pfb) = %{tl_version} -Provides: tex(antpb17.pfb) = %{tl_version} -Provides: tex(antpb6.pfb) = %{tl_version} -Provides: tex(antpb8.pfb) = %{tl_version} -Provides: tex(antpbi10.pfb) = %{tl_version} -Provides: tex(antpbi12.pfb) = %{tl_version} -Provides: tex(antpbi17.pfb) = %{tl_version} -Provides: tex(antpbi6.pfb) = %{tl_version} -Provides: tex(antpbi8.pfb) = %{tl_version} -Provides: tex(antpl10.pfb) = %{tl_version} -Provides: tex(antpl12.pfb) = %{tl_version} -Provides: tex(antpl17.pfb) = %{tl_version} -Provides: tex(antpl6.pfb) = %{tl_version} -Provides: tex(antpl8.pfb) = %{tl_version} -Provides: tex(antpli10.pfb) = %{tl_version} -Provides: tex(antpli12.pfb) = %{tl_version} -Provides: tex(antpli17.pfb) = %{tl_version} -Provides: tex(antpli6.pfb) = %{tl_version} -Provides: tex(antpli8.pfb) = %{tl_version} -Provides: tex(antpm10.pfb) = %{tl_version} -Provides: tex(antpm12.pfb) = %{tl_version} -Provides: tex(antpm17.pfb) = %{tl_version} -Provides: tex(antpm6.pfb) = %{tl_version} -Provides: tex(antpm8.pfb) = %{tl_version} -Provides: tex(antpmi10.pfb) = %{tl_version} -Provides: tex(antpmi12.pfb) = %{tl_version} -Provides: tex(antpmi17.pfb) = %{tl_version} -Provides: tex(antpmi6.pfb) = %{tl_version} -Provides: tex(antpmi8.pfb) = %{tl_version} -Provides: tex(antpr10.pfb) = %{tl_version} -Provides: tex(antpr12.pfb) = %{tl_version} -Provides: tex(antpr17.pfb) = %{tl_version} -Provides: tex(antpr6.pfb) = %{tl_version} -Provides: tex(antpr8.pfb) = %{tl_version} -Provides: tex(antpri10.pfb) = %{tl_version} -Provides: tex(antpri12.pfb) = %{tl_version} -Provides: tex(antpri17.pfb) = %{tl_version} -Provides: tex(antpri6.pfb) = %{tl_version} -Provides: tex(antpri8.pfb) = %{tl_version} -Provides: tex(antpolt.sty) = %{tl_version} -Provides: tex(il2antp.fd) = %{tl_version} -Provides: tex(il2antpl.fd) = %{tl_version} -Provides: tex(l7xantp.fd) = %{tl_version} -Provides: tex(l7xantpl.fd) = %{tl_version} -Provides: tex(ly1antp.fd) = %{tl_version} -Provides: tex(ly1antpl.fd) = %{tl_version} -Provides: tex(ot1antp.fd) = %{tl_version} -Provides: tex(ot1antpl.fd) = %{tl_version} -Provides: tex(ot4antp.fd) = %{tl_version} -Provides: tex(ot4antpl.fd) = %{tl_version} -Provides: tex(qxantp.fd) = %{tl_version} -Provides: tex(qxantpl.fd) = %{tl_version} -Provides: tex(t1antp.fd) = %{tl_version} -Provides: tex(t1antpl.fd) = %{tl_version} -Provides: tex(t5antp.fd) = %{tl_version} -Provides: tex(t5antpl.fd) = %{tl_version} -Provides: tex(ts1antp.fd) = %{tl_version} -Provides: tex(ts1antpl.fd) = %{tl_version} - -%description poltawski -The package contains the Antykwa Poltawskiego family of fonts -in the PostScript Type 1 and OpenType formats. The original -font was designed in the twenties of the XX century by the -Polish typographer Adam Poltawski(1881-1952). Following the -route set out by the Latin Modern and TeX Gyre projects -(http://www.gust.org.pl/projects/e-foundry), the Antykwa -Poltawskiego digitisation project aims at providing a rich -collection of diacritical characters in the attempt to cover as -many Latin-based scripts as possible. To our knowledge, the -repertoire of characters covers all European languages as well -as some other Latin-based alphabets such as Vietnamese and -Navajo; at the request of users, recent extensions (following -the enhancement of the Latin Modern collection) provide glyphs -sufficient for typesetting of romanized transliterations of -Arabic and Sanskrit scripts. The Antykwa Poltawskiego family -consists of 4 weights (light, normal, medium, bold), each -having upright and italic forms and one of 5 design sizes: 6, -8, 10, 12 and 17pt (in the OTF lingo: extended, semiextended, -normal, semicondensed, and condensed, respectively). -Altogether, the collection comprises 40 font files, containing -the same repertoire of 1126 characters. The preliminary version -of Antykwa Poltawskiego (antp package) released in 2000 is -rendered obsolete by this package. - -date: 2010-10-12 09:30:05 +0200 - -%post poltawski -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map ap.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map ap.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun poltawski -if [ $1 == 0 ] ; then -sed -i '/^Map ap.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans poltawski -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package poltawski-doc -Summary: Documentation for poltawski -Version: svn20075.1.101 -Release: %{tl_noarch_release} -Provides: tex-poltawski-doc -BuildArch: noarch -AutoReqProv: No - -%description poltawski-doc -Documentation for poltawski - -%package prodint -Provides: tex-prodint = %{tl_version} -License: OFL -Summary: A font that provides the product integral symbol -Version: svn21893.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(prodint.map) = %{tl_version} -Provides: tex(prodint.tfm) = %{tl_version} -Provides: tex(prodint.pfb) = %{tl_version} -Provides: tex(prodint.sty) = %{tl_version} - -%description prodint -Product integrals are to products, as integrals are to sums. -They have been around for more than a hundred years, they have -not become part of the standard toolbox, possibly because no- -one invented the right mathematical symbol for them. The -authors remedied that situation by proposing the symbol and -providing this font. - -date: 2011-03-30 12:07:52 +0200 - -%post prodint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map prodint.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map prodint.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun prodint -if [ $1 == 0 ] ; then -sed -i '/^Map prodint.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans prodint -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package prodint-doc -Summary: Documentation for prodint -Version: svn21893.0 -Release: %{tl_noarch_release} -Provides: tex-prodint-doc -BuildArch: noarch -AutoReqProv: No - -%description prodint-doc -Documentation for prodint - -%package punk -Provides: tex-punk = %{tl_version} -License: Knuth -Summary: Donald Knuth's punk font -Version: svn27388.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(punk10.tfm) = %{tl_version} -Provides: tex(punk12.tfm) = %{tl_version} -Provides: tex(punk20.tfm) = %{tl_version} -Provides: tex(punkbx20.tfm) = %{tl_version} -Provides: tex(punksl20.tfm) = %{tl_version} - -%description punk -A response to the assertion in a lecture that "typography tends -to lag behind other stylistic changes by about 10 years". Knuth -felt it was (in 1988) time to design a replacement for his -designs of the 1970s, and came up with this font! The fonts are -distributed as Metafont source. The package offers LaTeX -support by Rohit Grover, from an original by Sebastian Rahtz, -which is slightly odd in claiming that the fonts are T1- -encoded. A (possibly) more rational support package is to be -found in punk-latex - -date: 2012-05-30 14:49:05 +0200 - -%post punk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun punk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans punk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package punk-doc -Summary: Documentation for punk -Version: svn27388.0 -Release: %{tl_noarch_release} -Provides: tex-punk-doc -BuildArch: noarch -AutoReqProv: No - -%description punk-doc -Documentation for punk - -%package punk-latex -Provides: tex-punk-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for punk fonts -Version: svn27389.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ot1pnk.fd) = %{tl_version} -Provides: tex(punk.sty) = %{tl_version} - -%description punk-latex -The package and .fd file provide support for Knuth's punk -fonts. That bundle also offers support within LaTeX; the -present package is to be preferred. - -date: 2012-05-30 14:49:05 +0200 - -%post punk-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun punk-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans punk-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package punk-latex-doc -Summary: Documentation for punk-latex -Version: svn27389.1.1 -Release: %{tl_noarch_release} -Provides: tex-punk-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description punk-latex-doc -Documentation for punk-latex - -%package punknova -Provides: tex-punknova = %{tl_version} -License: Punknova -Summary: OpenType version of Knuth's Punk font -Version: svn24649.1.003 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(punknova-bold.otf) = %{tl_version} -Provides: tex(punknova-boldslanted.otf) = %{tl_version} -Provides: tex(punknova-regular.otf) = %{tl_version} -Provides: tex(punknova-slanted.otf) = %{tl_version} - -%description punknova -The font was generated from a MetaPost version of the sources -of the 'original' punk font. Knuth's original fonts generated -different shapes at random. This isn't actually possible in an -OpenType font; rather, the font contains several variants of -each glyph, and uses the OpenType randomize function to select -a variant for each invocation. - -date: 2011-11-23 11:34:47 +0100 - -%post punknova -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun punknova -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans punknova -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package punknova-doc -Summary: Documentation for punknova -Version: svn24649.1.003 -Release: %{tl_noarch_release} -Provides: tex-punknova-doc -BuildArch: noarch -AutoReqProv: No - -%description punknova-doc -Documentation for punknova - -%package pxtxalfa -Provides: tex-pxtxalfa = %{tl_version} -License: LPPL -Summary: Virtual maths alphabets based on pxfonts and txfonts -Version: svn23682.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(pxtx.map) = %{tl_version} -Provides: tex(pxb-ds.tfm) = %{tl_version} -Provides: tex(pxr-ds.tfm) = %{tl_version} -Provides: tex(rtxmia.tfm) = %{tl_version} -Provides: tex(txb-cal.tfm) = %{tl_version} -Provides: tex(txb-frak.tfm) = %{tl_version} -Provides: tex(txb-of.tfm) = %{tl_version} -Provides: tex(txr-cal.tfm) = %{tl_version} -Provides: tex(txr-ds.tfm) = %{tl_version} -Provides: tex(txr-frak.tfm) = %{tl_version} -Provides: tex(txr-of.tfm) = %{tl_version} -Provides: tex(pxb-ds.vf) = %{tl_version} -Provides: tex(pxr-ds.vf) = %{tl_version} -Provides: tex(txb-cal.vf) = %{tl_version} -Provides: tex(txb-frak.vf) = %{tl_version} -Provides: tex(txb-of.vf) = %{tl_version} -Provides: tex(txr-cal.vf) = %{tl_version} -Provides: tex(txr-ds.vf) = %{tl_version} -Provides: tex(txr-frak.vf) = %{tl_version} -Provides: tex(txr-of.vf) = %{tl_version} -Provides: tex(px-ds.sty) = %{tl_version} -Provides: tex(pxtx-cal.sty) = %{tl_version} -Provides: tex(pxtx-frak.sty) = %{tl_version} -Provides: tex(tx-of.sty) = %{tl_version} -Provides: tex(upx-ds.fd) = %{tl_version} -Provides: tex(utx-cal.fd) = %{tl_version} -Provides: tex(utx-frak.fd) = %{tl_version} -Provides: tex(utx-of.fd) = %{tl_version} - -%description pxtxalfa -The package provides virtual math alphabets based on pxfonts -and txfonts, with LaTeX support files and adjusted metrics. The -mathalfa package offers support for this collection. - -date: 2011-08-23 14:32:14 +0200 - -%post pxtxalfa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map pxtx.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map pxtx.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun pxtxalfa -if [ $1 == 0 ] ; then -sed -i '/^Map pxtx.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans pxtxalfa -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxtxalfa-doc -Summary: Documentation for pxtxalfa -Version: svn23682.1 -Release: %{tl_noarch_release} -Provides: tex-pxtxalfa-doc -BuildArch: noarch -AutoReqProv: No - -%description pxtxalfa-doc -Documentation for pxtxalfa - -%package quattrocento -Provides: tex-quattrocento = %{tl_version} -License: LPPL -Summary: LaTeX support for Quattrocento and Quattrocento Sans fonts -Version: svn28957.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(qtrcnt_464xel.enc) = %{tl_version} -Provides: tex(qtrcnt_4btof3.enc) = %{tl_version} -Provides: tex(qtrcnt_6abmaa.enc) = %{tl_version} -Provides: tex(qtrcnt_arxkdo.enc) = %{tl_version} -Provides: tex(qtrcnt_aykkbr.enc) = %{tl_version} -Provides: tex(qtrcnt_cpzb4n.enc) = %{tl_version} -Provides: tex(qtrcnt_dhs3d3.enc) = %{tl_version} -Provides: tex(qtrcnt_dn5k7b.enc) = %{tl_version} -Provides: tex(qtrcnt_dw2g3h.enc) = %{tl_version} -Provides: tex(qtrcnt_e45lg2.enc) = %{tl_version} -Provides: tex(qtrcnt_h2bn35.enc) = %{tl_version} -Provides: tex(qtrcnt_iyhp72.enc) = %{tl_version} -Provides: tex(qtrcnt_mamppr.enc) = %{tl_version} -Provides: tex(qtrcnt_n36lnh.enc) = %{tl_version} -Provides: tex(qtrcnt_nfidqf.enc) = %{tl_version} -Provides: tex(qtrcnt_ptp2lu.enc) = %{tl_version} -Provides: tex(qtrcnt_qceur4.enc) = %{tl_version} -Provides: tex(qtrcnt_tevtmb.enc) = %{tl_version} -Provides: tex(qtrcnt_tixcdz.enc) = %{tl_version} -Provides: tex(qtrcnt_vzn2dc.enc) = %{tl_version} -Provides: tex(qtrcnt_wpi2yi.enc) = %{tl_version} -Provides: tex(qtrcnt_xt7yz2.enc) = %{tl_version} -Provides: tex(qtrcnt_xvywtm.enc) = %{tl_version} -Provides: tex(qtrcnt_zdiabs.enc) = %{tl_version} -Provides: tex(qtrcnt_zievlx.enc) = %{tl_version} -Provides: tex(qtrcnt_zq54sp.enc) = %{tl_version} -Provides: tex(quattrocento.map) = %{tl_version} -Provides: tex(Quattrocento-Bold.otf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic.otf) = %{tl_version} -Provides: tex(Quattrocento-Italic.otf) = %{tl_version} -Provides: tex(Quattrocento.otf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold.otf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic.otf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic.otf) = %{tl_version} -Provides: tex(QuattrocentoSans.otf) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ly1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ot1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-t1.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Quattrocento-Bold.pfb) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic.pfb) = %{tl_version} -Provides: tex(QuattrocentoItalic.pfb) = %{tl_version} -Provides: tex(QuattrocentoRegular.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(QuattrocentoSans.pfb) = %{tl_version} -Provides: tex(QuattrocentoSansLCDFJ.pfb) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(Quattrocento-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Quattrocento-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Quattrocento-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoItalic-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoRegular-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoRegular-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-sup-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ly1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ot1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-t1.vf) = %{tl_version} -Provides: tex(QuattrocentoSans-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1Quattrocento-TLF.fd) = %{tl_version} -Provides: tex(LY1QuattrocentoSans-TLF.fd) = %{tl_version} -Provides: tex(OT1Quattrocento-TLF.fd) = %{tl_version} -Provides: tex(OT1QuattrocentoSans-TLF.fd) = %{tl_version} -Provides: tex(T1Quattrocento-TLF.fd) = %{tl_version} -Provides: tex(T1QuattrocentoSans-TLF.fd) = %{tl_version} -Provides: tex(TS1Quattrocento-TLF.fd) = %{tl_version} -Provides: tex(TS1QuattrocentoSans-TLF.fd) = %{tl_version} -Provides: tex(quattrocento.sty) = %{tl_version} - -%description quattrocento -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Quattrocento and Quattrocento Sans families of -fonts, designed by Pablo Impallari; the fonts themselves are -also provided, in both Type 1 and OpenType format. Quattrocento -is a classic typeface with wide and open letterforms, and great -x-height, which makes it very legible for body text at small -sizes. Tiny details that only show up at bigger sizes make it -also great for display use. Quattrocento Sans is the perfect -sans-serif companion for Quattrocento. - -date: 2012-11-26 01:49:31 +0100 - -%post quattrocento -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map quattrocento.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map quattrocento.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun quattrocento -if [ $1 == 0 ] ; then -sed -i '/^Map quattrocento.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans quattrocento -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package quattrocento-doc -Summary: Documentation for quattrocento -Version: svn28957.0 -Release: %{tl_noarch_release} -Provides: tex-quattrocento-doc -BuildArch: noarch -AutoReqProv: No - -%description quattrocento-doc -Documentation for quattrocento - -%package recycle -Provides: tex-recycle = %{tl_version} -License: GPL+ -Summary: A font providing the "recyclable" logo -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(recycle.map) = %{tl_version} -Provides: tex(recycle.tfm) = %{tl_version} -Provides: tex(recycle.pfb) = %{tl_version} -Provides: tex(recycle.sty) = %{tl_version} - -%description recycle -This single-character font is provided as MetaFont source, and -in Adobe Type 1 format. It is accompanied by a trivial LaTeX -package to use the logo at various sizes. - -date: 2009-11-10 00:30:52 +0100 - -%post recycle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map recycle.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map recycle.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun recycle -if [ $1 == 0 ] ; then -sed -i '/^Map recycle.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans recycle -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package recycle-doc -Summary: Documentation for recycle -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-recycle-doc -BuildArch: noarch -AutoReqProv: No - -%description recycle-doc -Documentation for recycle - -%package romande -Provides: tex-romande = %{tl_version} -License: LPPL -Summary: Romande ADF fonts and LaTeX support -Version: svn19537.1.008_v7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(romande-supp.enc) = %{tl_version} -Provides: tex(t1-romandeadf-alt.enc) = %{tl_version} -Provides: tex(t1-romandeadf.enc) = %{tl_version} -Provides: tex(ts1-euro-yrd.enc) = %{tl_version} -Provides: tex(yrd.map) = %{tl_version} -Provides: tex(s-yrdd.tfm) = %{tl_version} -Provides: tex(s-yrddi.tfm) = %{tl_version} -Provides: tex(s-yrdr.tfm) = %{tl_version} -Provides: tex(s-yrdri.tfm) = %{tl_version} -Provides: tex(s-yrdriw.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdd.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrddi.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdr.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdri.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdriw.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdd.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrddc.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrddi.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdr.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdrc.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdri.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdriw.tfm) = %{tl_version} -Provides: tex(ts1-yrdd.tfm) = %{tl_version} -Provides: tex(ts1-yrddi.tfm) = %{tl_version} -Provides: tex(ts1-yrdr.tfm) = %{tl_version} -Provides: tex(ts1-yrdri.tfm) = %{tl_version} -Provides: tex(ts1-yrdriw.tfm) = %{tl_version} -Provides: tex(yrdd8c.tfm) = %{tl_version} -Provides: tex(yrdd8t.tfm) = %{tl_version} -Provides: tex(yrdda8t.tfm) = %{tl_version} -Provides: tex(yrddai8t.tfm) = %{tl_version} -Provides: tex(yrddc8t.tfm) = %{tl_version} -Provides: tex(yrddi8c.tfm) = %{tl_version} -Provides: tex(yrddi8t.tfm) = %{tl_version} -Provides: tex(yrdr8c.tfm) = %{tl_version} -Provides: tex(yrdr8t.tfm) = %{tl_version} -Provides: tex(yrdra8t.tfm) = %{tl_version} -Provides: tex(yrdrai8t.tfm) = %{tl_version} -Provides: tex(yrdraiw8t.tfm) = %{tl_version} -Provides: tex(yrdrc8t.tfm) = %{tl_version} -Provides: tex(yrdri8c.tfm) = %{tl_version} -Provides: tex(yrdri8t.tfm) = %{tl_version} -Provides: tex(yrdriw8c.tfm) = %{tl_version} -Provides: tex(yrdriw8t.tfm) = %{tl_version} -Provides: tex(yrdd8a.pfb) = %{tl_version} -Provides: tex(yrddc8a.pfb) = %{tl_version} -Provides: tex(yrddi8a.pfb) = %{tl_version} -Provides: tex(yrdr8a.pfb) = %{tl_version} -Provides: tex(yrdrc8a.pfb) = %{tl_version} -Provides: tex(yrdri8a.pfb) = %{tl_version} -Provides: tex(yrdriw8a.pfb) = %{tl_version} -Provides: tex(yrdd8c.vf) = %{tl_version} -Provides: tex(yrdd8t.vf) = %{tl_version} -Provides: tex(yrdda8t.vf) = %{tl_version} -Provides: tex(yrddai8t.vf) = %{tl_version} -Provides: tex(yrddc8t.vf) = %{tl_version} -Provides: tex(yrddi8c.vf) = %{tl_version} -Provides: tex(yrddi8t.vf) = %{tl_version} -Provides: tex(yrdr8c.vf) = %{tl_version} -Provides: tex(yrdr8t.vf) = %{tl_version} -Provides: tex(yrdra8t.vf) = %{tl_version} -Provides: tex(yrdrai8t.vf) = %{tl_version} -Provides: tex(yrdraiw8t.vf) = %{tl_version} -Provides: tex(yrdrc8t.vf) = %{tl_version} -Provides: tex(yrdri8c.vf) = %{tl_version} -Provides: tex(yrdri8t.vf) = %{tl_version} -Provides: tex(yrdriw8c.vf) = %{tl_version} -Provides: tex(yrdriw8t.vf) = %{tl_version} -Provides: tex(romande.sty) = %{tl_version} -Provides: tex(t1yrd.fd) = %{tl_version} -Provides: tex(t1yrda.fd) = %{tl_version} -Provides: tex(t1yrdaw.fd) = %{tl_version} -Provides: tex(t1yrdw.fd) = %{tl_version} -Provides: tex(ts1yrd.fd) = %{tl_version} -Provides: tex(ts1yrda.fd) = %{tl_version} -Provides: tex(ts1yrdaw.fd) = %{tl_version} -Provides: tex(ts1yrdw.fd) = %{tl_version} - -%description romande -Romande ADF is a serif font family with oldstyle figures, -designed as a substitute for Times, Tiffany or Caslon. The -family currently includes upright, italic and small-caps shapes -in each of regular and demi-bold weights and an italic script -in regular. The support package renames the fonts according to -the Karl Berry fontname scheme and defines four families. Two -of these primarily provide access to the "standard" or default -characters while the "alternate" families support alternate -characters, additional ligatures and the long s. The included -package files provide access to these features in LaTeX as -explained in the documentation. The LaTeX support requires the -nfssext-cfr and the xkeyval packages. - -date: 2010-07-14 23:31:19 +0200 - -%post romande -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map yrd.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yrd.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun romande -if [ $1 == 0 ] ; then -sed -i '/^Map yrd.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans romande -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package romande-doc -Summary: Documentation for romande -Version: svn19537.1.008_v7 -Release: %{tl_noarch_release} -Provides: tex-romande-doc -BuildArch: noarch -AutoReqProv: No - -%description romande-doc -Documentation for romande - -%package rsfso -Provides: tex-rsfso = %{tl_version} -License: LPPL -Summary: A mathematical calligraphic font based on rsfs -Version: svn23462.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(rsfso.map) = %{tl_version} -Provides: tex(rrsfso10.tfm) = %{tl_version} -Provides: tex(rrsfso5.tfm) = %{tl_version} -Provides: tex(rrsfso7.tfm) = %{tl_version} -Provides: tex(rsfso10.tfm) = %{tl_version} -Provides: tex(rsfso5.tfm) = %{tl_version} -Provides: tex(rsfso7.tfm) = %{tl_version} -Provides: tex(rsfso10.vf) = %{tl_version} -Provides: tex(rsfso5.vf) = %{tl_version} -Provides: tex(rsfso7.vf) = %{tl_version} -Provides: tex(rsfso.sty) = %{tl_version} -Provides: tex(ursfso.fd) = %{tl_version} - -%description rsfso -The package provides virtual fonts and LaTeX support files for -mathematical calligraphic fonts based on the rsfs Adobe Type 1 -fonts (which must also be present for successful installation, -with the slant substantially reduced. The output is quite -similar to that from the Adobe Mathematical Pi script font. - -date: 2011-02-18 16:44:14 +0100 - -%post rsfso -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map rsfso.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map rsfso.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun rsfso -if [ $1 == 0 ] ; then -sed -i '/^Map rsfso.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans rsfso -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rsfso-doc -Summary: Documentation for rsfso -Version: svn23462.1 -Release: %{tl_noarch_release} -Provides: tex-rsfso-doc -BuildArch: noarch -AutoReqProv: No - -%description rsfso-doc -Documentation for rsfso - -%package sansmathaccent -Provides: tex-sansmathaccent = %{tl_version} -License: LPPL 1.3 -Summary: Correct placement of accents in sans-serif maths -Version: svn29541.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(filehook.sty) -Provides: tex(sansmathaccent.map) = %{tl_version} -Provides: tex(mathkerncmssi10.tfm) = %{tl_version} -Provides: tex(mathkerncmssi12.tfm) = %{tl_version} -Provides: tex(mathkerncmssi17.tfm) = %{tl_version} -Provides: tex(mathkerncmssi8.tfm) = %{tl_version} -Provides: tex(mathkerncmssi9.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi10.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi12.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi17.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi8.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi9.tfm) = %{tl_version} -Provides: tex(mathkerncmssxi10.vf) = %{tl_version} -Provides: tex(mathkerncmssxi12.vf) = %{tl_version} -Provides: tex(mathkerncmssxi17.vf) = %{tl_version} -Provides: tex(mathkerncmssxi8.vf) = %{tl_version} -Provides: tex(mathkerncmssxi9.vf) = %{tl_version} -Provides: tex(ot1mathkerncmss.fd) = %{tl_version} -Provides: tex(sansmathaccent.sty) = %{tl_version} - -%description sansmathaccent -Sans serif maths (produced by the beamer class or the sfmath -package) often has accents positioned incorrectly. The package -fixes the positioning of such accents when the default font -(cmssi) is used for sans serif maths. - -date: 2013-03-28 20:03:45 +0100 - -%post sansmathaccent -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map sansmathaccent.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map sansmathaccent.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun sansmathaccent -if [ $1 == 0 ] ; then -sed -i '/^Map sansmathaccent.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans sansmathaccent -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sansmathaccent-doc -Summary: Documentation for sansmathaccent -Version: svn29541.0 -Release: %{tl_noarch_release} -Provides: tex-sansmathaccent-doc -BuildArch: noarch -AutoReqProv: No - -%description sansmathaccent-doc -Documentation for sansmathaccent - -%package sauter -Provides: tex-sauter = %{tl_version} -License: GPL+ -Summary: Wide range of design sizes for CM fonts -Version: svn13293.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description sauter -Extensions, originally to the CM fonts, providing a -parameterization scheme to build MetaFont fonts at true design -sizes, for a large range of sizes. The scheme has now been -extended to a range of other fonts, including the AMS fonts, -bbm, bbold, rsfs and wasy fonts. - -date: 2008-12-30 21:17:11 +0100 - -%post sauter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sauter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sauter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sauterfonts -Provides: tex-sauterfonts = %{tl_version} -License: GPL+ -Summary: Use sauter fonts in LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sbbm.sty) = %{tl_version} -Provides: tex(sexscale.sty) = %{tl_version} -Provides: tex(somlcmm.fd) = %{tl_version} -Provides: tex(somlcmr.fd) = %{tl_version} -Provides: tex(somscmr.fd) = %{tl_version} -Provides: tex(somscmsy.fd) = %{tl_version} -Provides: tex(somxcmex.fd) = %{tl_version} -Provides: tex(sot1cmdh.fd) = %{tl_version} -Provides: tex(sot1cmfib.fd) = %{tl_version} -Provides: tex(sot1cmfr.fd) = %{tl_version} -Provides: tex(sot1cmr.fd) = %{tl_version} -Provides: tex(sot1cmss.fd) = %{tl_version} -Provides: tex(sot1cmtt.fd) = %{tl_version} -Provides: tex(sot1cmvtt.fd) = %{tl_version} -Provides: tex(subbm.fd) = %{tl_version} -Provides: tex(subbmdh.fd) = %{tl_version} -Provides: tex(subbmfib.fd) = %{tl_version} -Provides: tex(subbmss.fd) = %{tl_version} -Provides: tex(subbmtt.fd) = %{tl_version} -Provides: tex(subbmvtt.fd) = %{tl_version} -Provides: tex(subbold.fd) = %{tl_version} -Provides: tex(sucmr.fd) = %{tl_version} -Provides: tex(sucmss.fd) = %{tl_version} -Provides: tex(sucmtt.fd) = %{tl_version} -Provides: tex(sulasy.fd) = %{tl_version} -Provides: tex(sumsa.fd) = %{tl_version} -Provides: tex(sumsb.fd) = %{tl_version} -Provides: tex(sursfs.fd) = %{tl_version} -Provides: tex(sustmry.fd) = %{tl_version} -Provides: tex(suwasy.fd) = %{tl_version} - -%description sauterfonts -A package providing font definition files (plus a replacement -for the package exscale) to access many of the fonts in -Sauter's collection. These fonts are available in all point -sizes and look nicer for such "intermediate" document sizes as -11pt. Also included is the package sbbm, an alternative to -access the bbm fonts, a nice collection of blackboard bold -symbols. - -date: 2007-01-14 10:43:12 +0100 - -%post sauterfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sauterfonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sauterfonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sauterfonts-doc -Summary: Documentation for sauterfonts -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-sauterfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description sauterfonts-doc -Documentation for sauterfonts - -%package schulschriften -Provides: tex-schulschriften = %{tl_version} -License: LPPL -Summary: German "school scripts" from Suetterlin to the present day -Version: svn28268.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wedn14.tfm) = %{tl_version} -Provides: tex(wednsl14.tfm) = %{tl_version} -Provides: tex(wela14.tfm) = %{tl_version} -Provides: tex(welasl14.tfm) = %{tl_version} -Provides: tex(wesa14.tfm) = %{tl_version} -Provides: tex(wesasl14.tfm) = %{tl_version} -Provides: tex(wesu14.tfm) = %{tl_version} -Provides: tex(wesub14.tfm) = %{tl_version} -Provides: tex(wesubsl14.tfm) = %{tl_version} -Provides: tex(wesusl14.tfm) = %{tl_version} -Provides: tex(weva14.tfm) = %{tl_version} -Provides: tex(wevasl14.tfm) = %{tl_version} -Provides: tex(schulschriften_lin.sty) = %{tl_version} -Provides: tex(schulschriften_ltx.sty) = %{tl_version} -Provides: tex(t1wedn.fd) = %{tl_version} -Provides: tex(t1wela.fd) = %{tl_version} -Provides: tex(t1wesa.fd) = %{tl_version} -Provides: tex(t1wesu.fd) = %{tl_version} -Provides: tex(t1weva.fd) = %{tl_version} -Provides: tex(wedn.sty) = %{tl_version} -Provides: tex(wela.sty) = %{tl_version} -Provides: tex(wesa.sty) = %{tl_version} -Provides: tex(wesu.sty) = %{tl_version} -Provides: tex(weva.sty) = %{tl_version} - -%description schulschriften -Das Paket enthalt im wesentlichen die METAFONT-Quellfiles fur -die folgenden Schulausgangsschriften: Suetterlinschrift, -Deutsche Normalschrift, Lateinische Ausgangsschrift, -Schulausgangsschrift, Vereinfachte Ausgangsschrift. Damit ist -es moglich, beliebige deutsche Texte in diesen Schreibschriften -zu schreiben. - -date: 2012-11-15 13:07:37 +0100 - -%post schulschriften -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun schulschriften -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans schulschriften -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package schulschriften-doc -Summary: Documentation for schulschriften -Version: svn28268.0 -Release: %{tl_noarch_release} -Provides: tex-schulschriften-doc -BuildArch: noarch -AutoReqProv: No - -%description schulschriften-doc -Documentation for schulschriften - -%package semaphor -Provides: tex-semaphor = %{tl_version} -License: GPL+ -Summary: Semaphore alphabet font -Version: svn18651.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(smfb10.enc) = %{tl_version} -Provides: tex(smfbsl10.enc) = %{tl_version} -Provides: tex(smfeb10.enc) = %{tl_version} -Provides: tex(smfebsl10.enc) = %{tl_version} -Provides: tex(smfer10.enc) = %{tl_version} -Provides: tex(smfesl10.enc) = %{tl_version} -Provides: tex(smfett10.enc) = %{tl_version} -Provides: tex(smfpb10.enc) = %{tl_version} -Provides: tex(smfpbsl10.enc) = %{tl_version} -Provides: tex(smfpr10.enc) = %{tl_version} -Provides: tex(smfpsl10.enc) = %{tl_version} -Provides: tex(smfptt10.enc) = %{tl_version} -Provides: tex(smfr10.enc) = %{tl_version} -Provides: tex(smfsl10.enc) = %{tl_version} -Provides: tex(smftt10.enc) = %{tl_version} -Provides: tex(semaf.map) = %{tl_version} -Provides: tex(smfb10.otf) = %{tl_version} -Provides: tex(smfbsl10.otf) = %{tl_version} -Provides: tex(smfeb10.otf) = %{tl_version} -Provides: tex(smfebsl10.otf) = %{tl_version} -Provides: tex(smfer10.otf) = %{tl_version} -Provides: tex(smfesl10.otf) = %{tl_version} -Provides: tex(smfett10.otf) = %{tl_version} -Provides: tex(smfpb10.otf) = %{tl_version} -Provides: tex(smfpbsl10.otf) = %{tl_version} -Provides: tex(smfpr10.otf) = %{tl_version} -Provides: tex(smfpsl10.otf) = %{tl_version} -Provides: tex(smfptt10.otf) = %{tl_version} -Provides: tex(smfr10.otf) = %{tl_version} -Provides: tex(smfsl10.otf) = %{tl_version} -Provides: tex(smftt10.otf) = %{tl_version} -Provides: tex(smfb10.tfm) = %{tl_version} -Provides: tex(smfbsl10.tfm) = %{tl_version} -Provides: tex(smfeb10.tfm) = %{tl_version} -Provides: tex(smfebsl10.tfm) = %{tl_version} -Provides: tex(smfer10.tfm) = %{tl_version} -Provides: tex(smfesl10.tfm) = %{tl_version} -Provides: tex(smfett10.tfm) = %{tl_version} -Provides: tex(smfpb10.tfm) = %{tl_version} -Provides: tex(smfpbsl10.tfm) = %{tl_version} -Provides: tex(smfpr10.tfm) = %{tl_version} -Provides: tex(smfpsl10.tfm) = %{tl_version} -Provides: tex(smfptt10.tfm) = %{tl_version} -Provides: tex(smfr10.tfm) = %{tl_version} -Provides: tex(smfsl10.tfm) = %{tl_version} -Provides: tex(smftt10.tfm) = %{tl_version} -Provides: tex(smfb10.pfb) = %{tl_version} -Provides: tex(smfbsl10.pfb) = %{tl_version} -Provides: tex(smfeb10.pfb) = %{tl_version} -Provides: tex(smfebsl10.pfb) = %{tl_version} -Provides: tex(smfer10.pfb) = %{tl_version} -Provides: tex(smfesl10.pfb) = %{tl_version} -Provides: tex(smfett10.pfb) = %{tl_version} -Provides: tex(smfpb10.pfb) = %{tl_version} -Provides: tex(smfpbsl10.pfb) = %{tl_version} -Provides: tex(smfpr10.pfb) = %{tl_version} -Provides: tex(smfpsl10.pfb) = %{tl_version} -Provides: tex(smfptt10.pfb) = %{tl_version} -Provides: tex(smfr10.pfb) = %{tl_version} -Provides: tex(smfsl10.pfb) = %{tl_version} -Provides: tex(smftt10.pfb) = %{tl_version} -Provides: tex(t-type-semaf.tex) = %{tl_version} -Provides: tex(il2semaf.fd) = %{tl_version} -Provides: tex(semaf.fd) = %{tl_version} -Provides: tex(semaf.tex) = %{tl_version} - -%description semaphor -These fonts represent semaphore in a highly schematic, but very -clear, fashion. The fonts are provided as MetaFont source, and -in both OpenType and Adobe Type 1 formats. - -date: 2008-04-15 09:54:26 +0200 - -%post semaphor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap semaf.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap semaf.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun semaphor -if [ $1 == 0 ] ; then -sed -i '/^MixedMap semaf.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans semaphor -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package semaphor-doc -Summary: Documentation for semaphor -Version: svn18651.0 -Release: %{tl_noarch_release} -Provides: tex-semaphor-doc -BuildArch: noarch -AutoReqProv: No - -%description semaphor-doc -Documentation for semaphor - -%package skull -Provides: tex-skull = %{tl_version} -License: GPL+ -Summary: A font to draw a skull -Version: svn25608.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(skull.sty) = %{tl_version} - -%description skull -The font (defined in Metafont) defines a single character, a -black solid skull. A package is supplied to make this character -available as a symbol in maths mode. - -date: 2011-04-11 22:34:22 +0200 - -%post skull -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skull -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skull -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sourcecodepro -Provides: tex-sourcecodepro = %{tl_version} -License: OFSFLD -Summary: Use SourceCodePro with TeX(-alike) systems -Version: svn28866.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(a_aoc6c2.enc) = %{tl_version} -Provides: tex(a_djdyjq.enc) = %{tl_version} -Provides: tex(a_jvslvy.enc) = %{tl_version} -Provides: tex(a_ktd5xr.enc) = %{tl_version} -Provides: tex(a_mqb3sg.enc) = %{tl_version} -Provides: tex(a_retzg2.enc) = %{tl_version} -Provides: tex(a_xftsmg.enc) = %{tl_version} -Provides: tex(SourceCodePro.map) = %{tl_version} -Provides: tex(SourceCodePro-Black.otf) = %{tl_version} -Provides: tex(SourceCodePro-Bold.otf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight.otf) = %{tl_version} -Provides: tex(SourceCodePro-Light.otf) = %{tl_version} -Provides: tex(SourceCodePro-Medium.otf) = %{tl_version} -Provides: tex(SourceCodePro-Regular.otf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold.otf) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceCodePro-Black.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Bold.pfb) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Light.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Medium.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Regular.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Semibold.pfb) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Black-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Light-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Medium-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceCodePro-Semibold-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1SourceCodePro-OsF.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-OsF.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-OsF.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(TS1SourceCodePro-OsF.fd) = %{tl_version} -Provides: tex(TS1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(TS1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(sourcecodepro-type1-autoinst.sty) = %{tl_version} -Provides: tex(SourceCodePro.sty) = %{tl_version} -Provides: tex(sourcecodepro.sty) = %{tl_version} - -%description sourcecodepro -The font is an open-source Monospaced development from Adobe. -The package provides fonts (in both Adobe Type 1 and OpenType -formats) and macros supporting their use in LaTeX (Type 1) and -XeLaTeX/LuaLaTeX (OTF). - -date: 2013-01-17 13:28:12 +0100 - -%post sourcecodepro -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map SourceCodePro.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map SourceCodePro.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun sourcecodepro -if [ $1 == 0 ] ; then -sed -i '/^Map SourceCodePro.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans sourcecodepro -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sourcecodepro-doc -Summary: Documentation for sourcecodepro -Version: svn28866.2.0 -Release: %{tl_noarch_release} -Provides: tex-sourcecodepro-doc -BuildArch: noarch -AutoReqProv: No - -%description sourcecodepro-doc -Documentation for sourcecodepro - -%package sourcesanspro -Provides: tex-sourcesanspro = %{tl_version} -License: OFSFLD -Summary: Use SourceSansPro with TeX(-alike) systems -Version: svn28694.2.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(a_2cvp4u.enc) = %{tl_version} -Provides: tex(a_3rlax2.enc) = %{tl_version} -Provides: tex(a_5tbsmu.enc) = %{tl_version} -Provides: tex(a_6bttxp.enc) = %{tl_version} -Provides: tex(a_b457hn.enc) = %{tl_version} -Provides: tex(a_emm5ci.enc) = %{tl_version} -Provides: tex(a_fva737.enc) = %{tl_version} -Provides: tex(a_gvadt4.enc) = %{tl_version} -Provides: tex(a_kksgzp.enc) = %{tl_version} -Provides: tex(a_ko3vnf.enc) = %{tl_version} -Provides: tex(a_kxwkma.enc) = %{tl_version} -Provides: tex(a_p5cgg3.enc) = %{tl_version} -Provides: tex(a_psnyba.enc) = %{tl_version} -Provides: tex(a_x5hjjp.enc) = %{tl_version} -Provides: tex(a_xfkmtv.enc) = %{tl_version} -Provides: tex(a_yugc2g.enc) = %{tl_version} -Provides: tex(a_zd345j.enc) = %{tl_version} -Provides: tex(SourceSansPro.map) = %{tl_version} -Provides: tex(SourceSansPro-Black.otf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-Bold.otf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight.otf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-Light.otf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-Regular.otf) = %{tl_version} -Provides: tex(SourceSansPro-RegularIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold.otf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt.otf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ot1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.tfm) = %{tl_version} -Provides: tex(SourceSansPro-Black.pfb) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt.pfb) = %{tl_version} -Provides: tex(SourceSansPro-Bold.pfb) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt.pfb) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight.pfb) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt.pfb) = %{tl_version} -Provides: tex(SourceSansPro-It.pfb) = %{tl_version} -Provides: tex(SourceSansPro-Light.pfb) = %{tl_version} -Provides: tex(SourceSansPro-LightIt.pfb) = %{tl_version} -Provides: tex(SourceSansPro-Regular.pfb) = %{tl_version} -Provides: tex(SourceSansPro-Semibold.pfb) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt.pfb) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Black-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BlackIt-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-BoldIt-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-It-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Light-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-LightIt-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-Semibold-tosf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.vf) = %{tl_version} -Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(sourcesanspro-type1-autoinst.sty) = %{tl_version} -Provides: tex(SourceSansPro.sty) = %{tl_version} -Provides: tex(sourcesanspro.sty) = %{tl_version} - -%description sourcesanspro -The font is an open-source Sans-Serif development from Adobe. -The package provides fonts (in both Adobe Type 1 and OpenType -formats) and macros supporting their use in LaTeX (Type 1) and -XeLaTeX/LuaLaTeX (OTF). - -date: 2013-01-02 00:47:30 +0100 - -%post sourcesanspro -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map SourceSansPro.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map SourceSansPro.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun sourcesanspro -if [ $1 == 0 ] ; then -sed -i '/^Map SourceSansPro.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans sourcesanspro -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sourcesanspro-doc -Summary: Documentation for sourcesanspro -Version: svn28694.2.00 -Release: %{tl_noarch_release} -Provides: tex-sourcesanspro-doc -BuildArch: noarch -AutoReqProv: No - -%description sourcesanspro-doc -Documentation for sourcesanspro - -%package starfont -Provides: tex-starfont = %{tl_version} -License: Public Domain -Summary: The StarFont Sans astrological font -Version: svn19982.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(starfont.map) = %{tl_version} -Provides: tex(fstr8x.tfm) = %{tl_version} -Provides: tex(fsts8x.tfm) = %{tl_version} -Provides: tex(starfont.pfb) = %{tl_version} -Provides: tex(strfnser.pfb) = %{tl_version} -Provides: tex(starfont.sty) = %{tl_version} - -%description starfont -The package contains StarFontSans and StarFontSerif, two -public-domain astrological fonts designed by Anthony I.P. Owen, -and the appropriate macros to use them with TeX and LaTeX. The -fonts are supplied in the original TrueType Format and as -PostScript font files. - -date: 2010-09-30 00:35:45 +0200 - -%post starfont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map starfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map starfont.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun starfont -if [ $1 == 0 ] ; then -sed -i '/^Map starfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans starfont -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package starfont-doc -Summary: Documentation for starfont -Version: svn19982.1.2 -Release: %{tl_noarch_release} -Provides: tex-starfont-doc -BuildArch: noarch -AutoReqProv: No - -%description starfont-doc -Documentation for starfont - -%package staves -Provides: tex-staves = %{tl_version} -License: LPPL -Summary: Typeset Icelandic staves and runic letters. -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(icelandic.map) = %{tl_version} -Provides: tex(icelandic.tfm) = %{tl_version} -Provides: tex(icelandic.pfb) = %{tl_version} -Provides: tex(staves.sty) = %{tl_version} - -%description staves -This package contains all the necessary tools to typeset the -"magical" Icelandic staves plus the runic letters used in -Iceland. Included are a font in Adobe Type 1 format and LaTeX -support. - -date: 2008-08-23 15:48:35 +0200 - -%post staves -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map icelandic.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map icelandic.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun staves -if [ $1 == 0 ] ; then -sed -i '/^Map icelandic.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans staves -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package staves-doc -Summary: Documentation for staves -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-staves-doc -BuildArch: noarch -AutoReqProv: No - -%description staves-doc -Documentation for staves - -%package stix -Provides: tex-stix = %{tl_version} -License: OFL -Summary: OpenType Unicode maths fonts -Version: svn22426.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(STIXGeneral.otf) = %{tl_version} -Provides: tex(STIXGeneralBol.otf) = %{tl_version} -Provides: tex(STIXGeneralBolIta.otf) = %{tl_version} -Provides: tex(STIXGeneralItalic.otf) = %{tl_version} -Provides: tex(STIXIntDBol.otf) = %{tl_version} -Provides: tex(STIXIntDReg.otf) = %{tl_version} -Provides: tex(STIXIntSmBol.otf) = %{tl_version} -Provides: tex(STIXIntSmReg.otf) = %{tl_version} -Provides: tex(STIXIntUpBol.otf) = %{tl_version} -Provides: tex(STIXIntUpDBol.otf) = %{tl_version} -Provides: tex(STIXIntUpDReg.otf) = %{tl_version} -Provides: tex(STIXIntUpReg.otf) = %{tl_version} -Provides: tex(STIXIntUpSmBol.otf) = %{tl_version} -Provides: tex(STIXIntUpSmReg.otf) = %{tl_version} -Provides: tex(STIXNonUni.otf) = %{tl_version} -Provides: tex(STIXNonUniBol.otf) = %{tl_version} -Provides: tex(STIXNonUniBolIta.otf) = %{tl_version} -Provides: tex(STIXNonUniIta.otf) = %{tl_version} -Provides: tex(STIXSizFiveSymReg.otf) = %{tl_version} -Provides: tex(STIXSizFourSymBol.otf) = %{tl_version} -Provides: tex(STIXSizFourSymReg.otf) = %{tl_version} -Provides: tex(STIXSizOneSymBol.otf) = %{tl_version} -Provides: tex(STIXSizOneSymReg.otf) = %{tl_version} -Provides: tex(STIXSizThreeSymBol.otf) = %{tl_version} -Provides: tex(STIXSizThreeSymReg.otf) = %{tl_version} -Provides: tex(STIXSizTwoSymBol.otf) = %{tl_version} -Provides: tex(STIXSizTwoSymReg.otf) = %{tl_version} -Provides: tex(STIXVar.otf) = %{tl_version} -Provides: tex(STIXVarBol.otf) = %{tl_version} - -%description stix -The STIX fonts are a suite of unicode OpenType fonts containing -a complete set of mathematical glyphs. The CTAN copy is a -mirror of their official release, organised as specified by the -TeX Directory Structure, for inclusion in standard TeX -distributions. - -date: 2010-09-08 12:29:06 +0200 - -%post stix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stix-doc -Summary: Documentation for stix -Version: svn22426.1.0 -Release: %{tl_noarch_release} -Provides: tex-stix-doc -BuildArch: noarch -AutoReqProv: No - -%description stix-doc -Documentation for stix - -%package superiors -Provides: tex-superiors = %{tl_version} -License: LPPL -Summary: Attach superior figures to a font family -Version: svn29169.1.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Provides: tex(sups.enc) = %{tl_version} -Provides: tex(superiors.map) = %{tl_version} -Provides: tex(libertinesups.tfm) = %{tl_version} -Provides: tex(libertinesups.pfb) = %{tl_version} -Provides: tex(superiors.sty) = %{tl_version} - -%description superiors -The package allows the attachment of an arbitrary superior -figures font to a font family that lacks one. (Superior figures -are commonly used as footnote markers.) Two superior figures -fonts are provided--one matching Times, the other matching -Libertine. - -date: 2013-02-18 23:06:04 +0100 - -%post superiors -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map superiors.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map superiors.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun superiors -if [ $1 == 0 ] ; then -sed -i '/^Map superiors.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans superiors -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package superiors-doc -Summary: Documentation for superiors -Version: svn29169.1.02 -Release: %{tl_noarch_release} -Provides: tex-superiors-doc -BuildArch: noarch -AutoReqProv: No - -%description superiors-doc -Documentation for superiors - -%package tapir -Provides: tex-tapir = %{tl_version} -License: GPL+ -Summary: A simple geometrical font -Version: svn20484.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tap.pfb) = %{tl_version} - -%description tapir -Tapir is a simple geometrical font mostly created of line and -circular segments with constant thickness. The font is -available as MetaFont source and in Adobe Type 1 format. The -character set contains all characters in the range 0-127 (as in -cmr10), accented characters used in the Czech, Slovak and -Polish languages. - -date: 2007-03-12 14:32:12 +0100 - -%post tapir -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tapir -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tapir -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tapir-doc -Summary: Documentation for tapir -Version: svn20484.0.2 -Release: %{tl_noarch_release} -Provides: tex-tapir-doc -BuildArch: noarch -AutoReqProv: No - -%description tapir-doc -Documentation for tapir - -%package tengwarscript -Provides: tex-tengwarscript = %{tl_version} -License: LPPL -Summary: LaTeX support for using Tengwar fonts -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp-basic.sty) -Requires: tex(fp-snap.sty) -Provides: tex(tengwaralt.enc) = %{tl_version} -Provides: tex(tengwarcap.enc) = %{tl_version} -Provides: tex(tengwarscript.enc) = %{tl_version} -Provides: tex(tengwarscript.map) = %{tl_version} -Provides: tex(Elfica32.tfm) = %{tl_version} -Provides: tex(Parmaite.tfm) = %{tl_version} -Provides: tex(Parmaite_alt.tfm) = %{tl_version} -Provides: tex(Parmaite_full.tfm) = %{tl_version} -Provides: tex(TengwarFormal12.tfm) = %{tl_version} -Provides: tex(TengwarFormalA12.tfm) = %{tl_version} -Provides: tex(TengwarFormal_full.tfm) = %{tl_version} -Provides: tex(TengwarGothika050.tfm) = %{tl_version} -Provides: tex(TengwarNoldor.tfm) = %{tl_version} -Provides: tex(TengwarNoldorAlt.tfm) = %{tl_version} -Provides: tex(TengwarNoldorCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarNoldorCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarNoldor_full.tfm) = %{tl_version} -Provides: tex(TengwarQuenya.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaAlt.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarQuenya_full.tfm) = %{tl_version} -Provides: tex(TengwarSindarin.tfm) = %{tl_version} -Provides: tex(TengwarSindarinAlt.tfm) = %{tl_version} -Provides: tex(TengwarSindarinCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarSindarinCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarSindarin_full.tfm) = %{tl_version} -Provides: tex(TengwarTelerin.tfm) = %{tl_version} -Provides: tex(UnicodeParmaite.tfm) = %{tl_version} -Provides: tex(tngan.tfm) = %{tl_version} -Provides: tex(tngan_full.tfm) = %{tl_version} -Provides: tex(tngana.tfm) = %{tl_version} -Provides: tex(tnganab.tfm) = %{tl_version} -Provides: tex(tnganabi.tfm) = %{tl_version} -Provides: tex(tnganai.tfm) = %{tl_version} -Provides: tex(tnganb.tfm) = %{tl_version} -Provides: tex(tnganb_full.tfm) = %{tl_version} -Provides: tex(tnganbi.tfm) = %{tl_version} -Provides: tex(tnganbi_full.tfm) = %{tl_version} -Provides: tex(tngani.tfm) = %{tl_version} -Provides: tex(tngani_full.tfm) = %{tl_version} -Provides: tex(Parmaite_full.vf) = %{tl_version} -Provides: tex(TengwarFormal_full.vf) = %{tl_version} -Provides: tex(TengwarNoldor_full.vf) = %{tl_version} -Provides: tex(TengwarQuenya_full.vf) = %{tl_version} -Provides: tex(TengwarSindarin_full.vf) = %{tl_version} -Provides: tex(tngan_full.vf) = %{tl_version} -Provides: tex(tnganb_full.vf) = %{tl_version} -Provides: tex(tnganbi_full.vf) = %{tl_version} -Provides: tex(tngani_full.vf) = %{tl_version} -Provides: tex(annatar.cfg) = %{tl_version} -Provides: tex(annatarbold.cfg) = %{tl_version} -Provides: tex(annatarbolditalic.cfg) = %{tl_version} -Provides: tex(annataritalic.cfg) = %{tl_version} -Provides: tex(elfica.cfg) = %{tl_version} -Provides: tex(formal.cfg) = %{tl_version} -Provides: tex(gothika.cfg) = %{tl_version} -Provides: tex(noldor.cfg) = %{tl_version} -Provides: tex(noldorcapI.cfg) = %{tl_version} -Provides: tex(noldorcapII.cfg) = %{tl_version} -Provides: tex(parmaite.cfg) = %{tl_version} -Provides: tex(quenya.cfg) = %{tl_version} -Provides: tex(quenyacapI.cfg) = %{tl_version} -Provides: tex(quenyacapII.cfg) = %{tl_version} -Provides: tex(sindarin.cfg) = %{tl_version} -Provides: tex(sindarincapI.cfg) = %{tl_version} -Provides: tex(sindarincapII.cfg) = %{tl_version} -Provides: tex(teleri.cfg) = %{tl_version} -Provides: tex(tengwarscript.sty) = %{tl_version} -Provides: tex(unicodeparmaite.cfg) = %{tl_version} - -%description tengwarscript -The package provides "mid-level" access to tengwar fonts, -providing good quality output. Each tengwar sign is represented -by a command, which will place the sign nicely in relation to -previous signs. A transcription package is available from the -package's home page: writing all those tengwar commands would -quickly become untenable. The package supports the use of a -wide variety of tengwar fonts that are available from the net; -metric and map files are provided for all the supported fonts. - -date: 2007-05-24 10:43:22 +0200 - -%post tengwarscript -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tengwarscript -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tengwarscript -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tengwarscript-doc -Summary: Documentation for tengwarscript -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-tengwarscript-doc -BuildArch: noarch -AutoReqProv: No - -%description tengwarscript-doc -Documentation for tengwarscript - -%package tfrupee -Provides: tex-tfrupee = %{tl_version} -License: GPLv3+ -Summary: A font offering the new (Indian) Rupee symbol -Version: svn20770.1.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(tfrupee.map) = %{tl_version} -Provides: tex(tfrupee.tfm) = %{tl_version} -Provides: tex(tfrupee.pfb) = %{tl_version} -Provides: tex(tfrupee.sty) = %{tl_version} - -%description tfrupee -The package provides LaTeX support for the (Indian) Rupee -symbol font, created by TechFat. The original font has been -converted to Adobe Type 1 format, and simple LaTeX support -written for its use. - -date: 2010-12-16 15:42:40 +0100 - -%post tfrupee -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map tfrupee.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map tfrupee.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tfrupee -if [ $1 == 0 ] ; then -sed -i '/^Map tfrupee.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tfrupee -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tfrupee-doc -Summary: Documentation for tfrupee -Version: svn20770.1.02 -Release: %{tl_noarch_release} -Provides: tex-tfrupee-doc -BuildArch: noarch -AutoReqProv: No - -%description tfrupee-doc -Documentation for tfrupee - -%package tpslifonts -Provides: tex-tpslifonts = %{tl_version} -License: GPL+ -Summary: A LaTeX package for configuring presentation fonts -Version: svn27464.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(cmbright.sty) -Requires: tex(eulervm.sty) -Requires: tex(t1cmr.fd) -Requires: tex(t1cmfr.fd) -Requires: tex(t1cmdh.fd) -Requires: tex(t1cmfib.fd) -Requires: tex(t1cmss.fd) -Requires: tex(t1cmtt.fd) -Provides: tex(tpslifonts.sty) = %{tl_version} - -%description tpslifonts -This package aims to improve presentations in terms of font -readability, especially with maths. The standard cm math fonts -at large design sizes are difficult to read from far away, -especially at low resolutions and low contrast color choice. -Using this package leads to much better overall readability of -some font combinations. The package offers a couple of -'harmonising' combinations of text and math fonts from the -(distant) relatives of computer modern fonts, with a couple of -extras for optimising readability. Text fonts from computer -modern roman, computer modern sans serif, SliTeX computer -modern sans serif, computer modern bright, or concrete roman -are available, in addition to math fonts from computer modern -math, computer modern bright math, or Euler fonts. The package -is part of the TeXPower bundle. - -date: 2012-04-27 17:14:22 +0200 - -%post tpslifonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tpslifonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tpslifonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tpslifonts-doc -Summary: Documentation for tpslifonts -Version: svn27464.0.6 -Release: %{tl_noarch_release} -Provides: tex-tpslifonts-doc -BuildArch: noarch -AutoReqProv: No - -%description tpslifonts-doc -Documentation for tpslifonts - -%package trajan -Provides: tex-trajan = %{tl_version} -License: LPPL -Summary: Fonts from the Trajan column in Rome -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(trajan.map) = %{tl_version} -Provides: tex(trjnr10.tfm) = %{tl_version} -Provides: tex(trjnsl10.tfm) = %{tl_version} -Provides: tex(trjnr10.pfb) = %{tl_version} -Provides: tex(trjnsl10.pfb) = %{tl_version} -Provides: tex(t1trjn.fd) = %{tl_version} -Provides: tex(trajan.sty) = %{tl_version} - -%description trajan -Provides fonts (in both MetaFont and Adobe Type 1 format) based -on the capitals carved on the Trajan column in Rome in 114 AD, -together with macros to access the fonts. Many typographers -think these rank first among the Roman's artistic legacy. The -font is uppercase letters together with some punctuation and -analphabetics; no lowercase or digits. - -date: 2007-10-24 18:05:15 +0200 - -%post trajan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap trajan.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap trajan.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun trajan -if [ $1 == 0 ] ; then -sed -i '/^MixedMap trajan.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans trajan -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package trajan-doc -Summary: Documentation for trajan -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-trajan-doc -BuildArch: noarch -AutoReqProv: No - -%description trajan-doc -Documentation for trajan - -%package txfontsb -Provides: tex-txfontsb = %{tl_version} -License: GPL+ -Summary: Extensions to txfonts, using GNU Freefont -Version: svn21578.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(txfonts.sty) -Provides: tex(gptimes.enc) = %{tl_version} -Provides: tex(gptimesy.enc) = %{tl_version} -Provides: tex(gptimes.map) = %{tl_version} -Provides: tex(gtimesb6a.tfm) = %{tl_version} -Provides: tex(gtimesb6r.tfm) = %{tl_version} -Provides: tex(gtimesbi6a.tfm) = %{tl_version} -Provides: tex(gtimesbi6r.tfm) = %{tl_version} -Provides: tex(gtimesg6r.tfm) = %{tl_version} -Provides: tex(gtimesi6a.tfm) = %{tl_version} -Provides: tex(gtimesi6r.tfm) = %{tl_version} -Provides: tex(gtimesrg6a.tfm) = %{tl_version} -Provides: tex(gtimessc6a.tfm) = %{tl_version} -Provides: tex(gtimessc6r.tfm) = %{tl_version} -Provides: tex(gtimessco6a.tfm) = %{tl_version} -Provides: tex(gtimessco6r.tfm) = %{tl_version} -Provides: tex(gtimesyb6a.tfm) = %{tl_version} -Provides: tex(gtimesyb6r.tfm) = %{tl_version} -Provides: tex(gtimesybi6a.tfm) = %{tl_version} -Provides: tex(gtimesybi6r.tfm) = %{tl_version} -Provides: tex(gtimesyg6r.tfm) = %{tl_version} -Provides: tex(gtimesyi6a.tfm) = %{tl_version} -Provides: tex(gtimesyi6r.tfm) = %{tl_version} -Provides: tex(gtimesyrg6a.tfm) = %{tl_version} -Provides: tex(gtimesysc6a.tfm) = %{tl_version} -Provides: tex(gtimesysc6r.tfm) = %{tl_version} -Provides: tex(gtimesysco6a.tfm) = %{tl_version} -Provides: tex(gtimesysco6r.tfm) = %{tl_version} -Provides: tex(timessc6a.tfm) = %{tl_version} -Provides: tex(timessc6r.tfm) = %{tl_version} -Provides: tex(timessco6a.tfm) = %{tl_version} -Provides: tex(timessco6r.tfm) = %{tl_version} -Provides: tex(FreeSerifb-SmallCaps.pfb) = %{tl_version} -Provides: tex(FreeSerifb-SmallCapsAlt.pfb) = %{tl_version} -Provides: tex(FreeSerifb.pfb) = %{tl_version} -Provides: tex(FreeSerifbBold.pfb) = %{tl_version} -Provides: tex(FreeSerifbBoldItalic.pfb) = %{tl_version} -Provides: tex(FreeSerifbItalic.pfb) = %{tl_version} -Provides: tex(gtimesb6a.vf) = %{tl_version} -Provides: tex(gtimesbi6a.vf) = %{tl_version} -Provides: tex(gtimesi6a.vf) = %{tl_version} -Provides: tex(gtimesrg6a.vf) = %{tl_version} -Provides: tex(gtimessc6a.vf) = %{tl_version} -Provides: tex(gtimessco6a.vf) = %{tl_version} -Provides: tex(gtimesyb6a.vf) = %{tl_version} -Provides: tex(gtimesybi6a.vf) = %{tl_version} -Provides: tex(gtimesyi6a.vf) = %{tl_version} -Provides: tex(gtimesyrg6a.vf) = %{tl_version} -Provides: tex(gtimesysc6a.vf) = %{tl_version} -Provides: tex(gtimesysco6a.vf) = %{tl_version} -Provides: tex(timessc6a.vf) = %{tl_version} -Provides: tex(timessco6a.vf) = %{tl_version} -Provides: tex(lgrtxr.fd) = %{tl_version} -Provides: tex(lgrtxrc.fd) = %{tl_version} -Provides: tex(lgrtxry.fd) = %{tl_version} -Provides: tex(lgrtxryc.fd) = %{tl_version} -Provides: tex(ot1txrc.fd) = %{tl_version} -Provides: tex(ot1txryc.fd) = %{tl_version} -Provides: tex(txfontsb.sty) = %{tl_version} - -%description txfontsb -A set of fonts that extend the txfonts bundle with small caps -and old style numbers, together with Greek support. The -extensions are made with modifications of the GNU Freefont. - -date: 2011-03-01 17:09:11 +0100 - -%post txfontsb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gptimes.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gptimes.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun txfontsb -if [ $1 == 0 ] ; then -sed -i '/^Map gptimes.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans txfontsb -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package txfontsb-doc -Summary: Documentation for txfontsb -Version: svn21578.1.1 -Release: %{tl_noarch_release} -Provides: tex-txfontsb-doc -BuildArch: noarch -AutoReqProv: No - -%description txfontsb-doc -Documentation for txfontsb - -%package umtypewriter -Provides: tex-umtypewriter = %{tl_version} -License: OFL -Summary: Fonts to typeset with the xgreek package -Version: svn18651.001.002 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(UMTypewriter-Bold.otf) = %{tl_version} -Provides: tex(UMTypewriter-BoldItalic.otf) = %{tl_version} -Provides: tex(UMTypewriter-Italic.otf) = %{tl_version} -Provides: tex(UMTypewriter-Oblique.otf) = %{tl_version} -Provides: tex(UMTypewriter-Regular.otf) = %{tl_version} - -%description umtypewriter -The UMTypewriter font family is a monospaced font family that -was built from glyphs from the CB Greek fonts, the CyrTUG -Cyrillic alphabet fonts ("LH"), and the standard Computer -Modern font family. It contains four OpenType fonts which are -required for use of the xgreek package for XeLaTeX. - -date: 2009-07-23 15:45:58 +0200 - -%post umtypewriter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun umtypewriter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans umtypewriter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package universa -Provides: tex-universa = %{tl_version} -License: GPL+ -Summary: Herbert Bayer's 'universal' font -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fulbc10.tfm) = %{tl_version} -Provides: tex(fulbc12.tfm) = %{tl_version} -Provides: tex(fulbc17.tfm) = %{tl_version} -Provides: tex(fulbc8.tfm) = %{tl_version} -Provides: tex(fulbc9.tfm) = %{tl_version} -Provides: tex(fulbo10.tfm) = %{tl_version} -Provides: tex(fulbo12.tfm) = %{tl_version} -Provides: tex(fulbo17.tfm) = %{tl_version} -Provides: tex(fulbo8.tfm) = %{tl_version} -Provides: tex(fulbo9.tfm) = %{tl_version} -Provides: tex(fulbr10.tfm) = %{tl_version} -Provides: tex(fulbr12.tfm) = %{tl_version} -Provides: tex(fulbr17.tfm) = %{tl_version} -Provides: tex(fulbr8.tfm) = %{tl_version} -Provides: tex(fulbr9.tfm) = %{tl_version} -Provides: tex(fulbst10.tfm) = %{tl_version} -Provides: tex(fulbst12.tfm) = %{tl_version} -Provides: tex(fulbst17.tfm) = %{tl_version} -Provides: tex(fulbst8.tfm) = %{tl_version} -Provides: tex(fulbst9.tfm) = %{tl_version} -Provides: tex(fulmc10.tfm) = %{tl_version} -Provides: tex(fulmc12.tfm) = %{tl_version} -Provides: tex(fulmc17.tfm) = %{tl_version} -Provides: tex(fulmc8.tfm) = %{tl_version} -Provides: tex(fulmc9.tfm) = %{tl_version} -Provides: tex(fulmo10.tfm) = %{tl_version} -Provides: tex(fulmo12.tfm) = %{tl_version} -Provides: tex(fulmo17.tfm) = %{tl_version} -Provides: tex(fulmo8.tfm) = %{tl_version} -Provides: tex(fulmo9.tfm) = %{tl_version} -Provides: tex(fulmr10.tfm) = %{tl_version} -Provides: tex(fulmr12.tfm) = %{tl_version} -Provides: tex(fulmr17.tfm) = %{tl_version} -Provides: tex(fulmr8.tfm) = %{tl_version} -Provides: tex(fulmr9.tfm) = %{tl_version} -Provides: tex(fulmst10.tfm) = %{tl_version} -Provides: tex(fulmst12.tfm) = %{tl_version} -Provides: tex(fulmst17.tfm) = %{tl_version} -Provides: tex(fulmst8.tfm) = %{tl_version} -Provides: tex(fulmst9.tfm) = %{tl_version} -Provides: tex(omluni.fd) = %{tl_version} -Provides: tex(omsuni.fd) = %{tl_version} -Provides: tex(ot1uni.fd) = %{tl_version} -Provides: tex(t1uni.fd) = %{tl_version} -Provides: tex(uni.sty) = %{tl_version} -Provides: tex(uuni.fd) = %{tl_version} - -%description universa -An implementation of the universal font by Herbert Bayer of the -Bauhaus school. The MetaFont sources of the fonts, and their -LaTeX support, are all supplied in a LaTeX documented source -(.dtx) file. - -date: 2008-11-02 01:06:10 +0100 - -%post universa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun universa -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans universa -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package universa-doc -Summary: Documentation for universa -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-universa-doc -BuildArch: noarch -AutoReqProv: No - -%description universa-doc -Documentation for universa - -%package urwchancal -Provides: tex-urwchancal = %{tl_version} -License: LPPL -Summary: Use URW's clone of Zapf Chancery as a maths alphabet -Version: svn21701.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(urwchancal.tfm) = %{tl_version} -Provides: tex(urwchancal.vf) = %{tl_version} -Provides: tex(urwchancal.sty) = %{tl_version} -Provides: tex(uurwchancal.fd) = %{tl_version} - -%description urwchancal -The package allows (the URW clone of) Zapf Chancery to function -as a maths alphabet, the target of \mathcal or \mathscr, with -accents appearing where they should, and other spacing -parameters set to reasonable (not very tight) values. - -date: 2011-03-10 10:40:13 +0100 - -%post urwchancal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun urwchancal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans urwchancal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package urwchancal-doc -Summary: Documentation for urwchancal -Version: svn21701.1 -Release: %{tl_noarch_release} -Provides: tex-urwchancal-doc -BuildArch: noarch -AutoReqProv: No - -%description urwchancal-doc -Documentation for urwchancal - -%package venturisadf -Provides: tex-venturisadf = %{tl_version} -License: Utopia -Summary: Venturis ADF fonts collection -Version: svn19444.1.005 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(t1-dotalt-f_f-venturisadf.enc) = %{tl_version} -Provides: tex(t1-f_f-venturisadf.enc) = %{tl_version} -Provides: tex(t1-venturis.enc) = %{tl_version} -Provides: tex(t1-venturisold-longs.enc) = %{tl_version} -Provides: tex(ts1-euro-venturisadf.enc) = %{tl_version} -Provides: tex(yvt.map) = %{tl_version} -Provides: tex(yv2.map) = %{tl_version} -Provides: tex(yvo.map) = %{tl_version} -Provides: tex(yv1.map) = %{tl_version} -Provides: tex(yv3.map) = %{tl_version} -Provides: tex(t1-yvtb-c.tfm) = %{tl_version} -Provides: tex(t1-yvtb.tfm) = %{tl_version} -Provides: tex(t1-yvtbc-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbc.tfm) = %{tl_version} -Provides: tex(t1-yvtbci-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbci.tfm) = %{tl_version} -Provides: tex(t1-yvtbd-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbi-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbi.tfm) = %{tl_version} -Provides: tex(t1-yvth.tfm) = %{tl_version} -Provides: tex(t1-yvthi.tfm) = %{tl_version} -Provides: tex(t1-yvtr-c.tfm) = %{tl_version} -Provides: tex(t1-yvtr.tfm) = %{tl_version} -Provides: tex(t1-yvtrc-c.tfm) = %{tl_version} -Provides: tex(t1-yvtrc.tfm) = %{tl_version} -Provides: tex(t1-yvtrci-c.tfm) = %{tl_version} -Provides: tex(t1-yvtrci.tfm) = %{tl_version} -Provides: tex(t1-yvtrdl.tfm) = %{tl_version} -Provides: tex(t1-yvtri-c.tfm) = %{tl_version} -Provides: tex(t1-yvtri.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbc-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbc.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbci-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbci.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrc-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrc.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrci-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrci.tfm) = %{tl_version} -Provides: tex(ts1-yvtb-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtb.tfm) = %{tl_version} -Provides: tex(ts1-yvtbc-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbc.tfm) = %{tl_version} -Provides: tex(ts1-yvtbci-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbci.tfm) = %{tl_version} -Provides: tex(ts1-yvtbd-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbi-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbi.tfm) = %{tl_version} -Provides: tex(ts1-yvth.tfm) = %{tl_version} -Provides: tex(ts1-yvthi.tfm) = %{tl_version} -Provides: tex(ts1-yvtr-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtr.tfm) = %{tl_version} -Provides: tex(ts1-yvtrc-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtrc.tfm) = %{tl_version} -Provides: tex(ts1-yvtrci-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtrci.tfm) = %{tl_version} -Provides: tex(ts1-yvtrdl.tfm) = %{tl_version} -Provides: tex(ts1-yvtri-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtri.tfm) = %{tl_version} -Provides: tex(vent-yvtr.tfm) = %{tl_version} -Provides: tex(yvtb8c.tfm) = %{tl_version} -Provides: tex(yvtb8cc.tfm) = %{tl_version} -Provides: tex(yvtb8t.tfm) = %{tl_version} -Provides: tex(yvtb8tc.tfm) = %{tl_version} -Provides: tex(yvtbc8c.tfm) = %{tl_version} -Provides: tex(yvtbc8cc.tfm) = %{tl_version} -Provides: tex(yvtbc8t.tfm) = %{tl_version} -Provides: tex(yvtbc8tc.tfm) = %{tl_version} -Provides: tex(yvtbci8c.tfm) = %{tl_version} -Provides: tex(yvtbci8cc.tfm) = %{tl_version} -Provides: tex(yvtbci8t.tfm) = %{tl_version} -Provides: tex(yvtbci8tc.tfm) = %{tl_version} -Provides: tex(yvtbcij8t.tfm) = %{tl_version} -Provides: tex(yvtbcij8tc.tfm) = %{tl_version} -Provides: tex(yvtbcijw8t.tfm) = %{tl_version} -Provides: tex(yvtbcijw8tc.tfm) = %{tl_version} -Provides: tex(yvtbciw8t.tfm) = %{tl_version} -Provides: tex(yvtbciw8tc.tfm) = %{tl_version} -Provides: tex(yvtbcj8t.tfm) = %{tl_version} -Provides: tex(yvtbcj8tc.tfm) = %{tl_version} -Provides: tex(yvtbcjw8t.tfm) = %{tl_version} -Provides: tex(yvtbcjw8tc.tfm) = %{tl_version} -Provides: tex(yvtbcw8t.tfm) = %{tl_version} -Provides: tex(yvtbcw8tc.tfm) = %{tl_version} -Provides: tex(yvtbd8cc.tfm) = %{tl_version} -Provides: tex(yvtbd8tc.tfm) = %{tl_version} -Provides: tex(yvtbi8c.tfm) = %{tl_version} -Provides: tex(yvtbi8cc.tfm) = %{tl_version} -Provides: tex(yvtbi8t.tfm) = %{tl_version} -Provides: tex(yvtbi8tc.tfm) = %{tl_version} -Provides: tex(yvtbij8t.tfm) = %{tl_version} -Provides: tex(yvtbij8tc.tfm) = %{tl_version} -Provides: tex(yvtbijw8t.tfm) = %{tl_version} -Provides: tex(yvtbijw8tc.tfm) = %{tl_version} -Provides: tex(yvtbiw8t.tfm) = %{tl_version} -Provides: tex(yvtbiw8tc.tfm) = %{tl_version} -Provides: tex(yvtbj8t.tfm) = %{tl_version} -Provides: tex(yvtbj8tc.tfm) = %{tl_version} -Provides: tex(yvtbjw8t.tfm) = %{tl_version} -Provides: tex(yvtbjw8tc.tfm) = %{tl_version} -Provides: tex(yvtbw8t.tfm) = %{tl_version} -Provides: tex(yvtbw8tc.tfm) = %{tl_version} -Provides: tex(yvth8c.tfm) = %{tl_version} -Provides: tex(yvth8t.tfm) = %{tl_version} -Provides: tex(yvthi8c.tfm) = %{tl_version} -Provides: tex(yvthi8t.tfm) = %{tl_version} -Provides: tex(yvtr8c.tfm) = %{tl_version} -Provides: tex(yvtr8cc.tfm) = %{tl_version} -Provides: tex(yvtr8t.tfm) = %{tl_version} -Provides: tex(yvtr8tc.tfm) = %{tl_version} -Provides: tex(yvtrajw8t.tfm) = %{tl_version} -Provides: tex(yvtraw8t.tfm) = %{tl_version} -Provides: tex(yvtrc8c.tfm) = %{tl_version} -Provides: tex(yvtrc8cc.tfm) = %{tl_version} -Provides: tex(yvtrc8t.tfm) = %{tl_version} -Provides: tex(yvtrc8tc.tfm) = %{tl_version} -Provides: tex(yvtrci8c.tfm) = %{tl_version} -Provides: tex(yvtrci8cc.tfm) = %{tl_version} -Provides: tex(yvtrci8t.tfm) = %{tl_version} -Provides: tex(yvtrci8tc.tfm) = %{tl_version} -Provides: tex(yvtrcij8t.tfm) = %{tl_version} -Provides: tex(yvtrcij8tc.tfm) = %{tl_version} -Provides: tex(yvtrcijw8t.tfm) = %{tl_version} -Provides: tex(yvtrcijw8tc.tfm) = %{tl_version} -Provides: tex(yvtrciw8t.tfm) = %{tl_version} -Provides: tex(yvtrciw8tc.tfm) = %{tl_version} -Provides: tex(yvtrcj8t.tfm) = %{tl_version} -Provides: tex(yvtrcj8tc.tfm) = %{tl_version} -Provides: tex(yvtrcjw8t.tfm) = %{tl_version} -Provides: tex(yvtrcjw8tc.tfm) = %{tl_version} -Provides: tex(yvtrcw8t.tfm) = %{tl_version} -Provides: tex(yvtrcw8tc.tfm) = %{tl_version} -Provides: tex(yvtrdl8c.tfm) = %{tl_version} -Provides: tex(yvtrdl8t.tfm) = %{tl_version} -Provides: tex(yvtri8c.tfm) = %{tl_version} -Provides: tex(yvtri8cc.tfm) = %{tl_version} -Provides: tex(yvtri8t.tfm) = %{tl_version} -Provides: tex(yvtri8tc.tfm) = %{tl_version} -Provides: tex(yvtrij8t.tfm) = %{tl_version} -Provides: tex(yvtrij8tc.tfm) = %{tl_version} -Provides: tex(yvtrijw8t.tfm) = %{tl_version} -Provides: tex(yvtrijw8tc.tfm) = %{tl_version} -Provides: tex(yvtriw8t.tfm) = %{tl_version} -Provides: tex(yvtriw8tc.tfm) = %{tl_version} -Provides: tex(yvtrj8t.tfm) = %{tl_version} -Provides: tex(yvtrj8tc.tfm) = %{tl_version} -Provides: tex(yvtrjw8t.tfm) = %{tl_version} -Provides: tex(yvtrjw8tc.tfm) = %{tl_version} -Provides: tex(yvtrw8t.tfm) = %{tl_version} -Provides: tex(yvtrw8tc.tfm) = %{tl_version} -Provides: tex(t1-yv2b-c.tfm) = %{tl_version} -Provides: tex(t1-yv2b.tfm) = %{tl_version} -Provides: tex(t1-yv2bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv2bi.tfm) = %{tl_version} -Provides: tex(t1-yv2m.tfm) = %{tl_version} -Provides: tex(t1-yv2mi.tfm) = %{tl_version} -Provides: tex(t1-yv2r-c.tfm) = %{tl_version} -Provides: tex(t1-yv2r.tfm) = %{tl_version} -Provides: tex(t1-yv2ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv2ri.tfm) = %{tl_version} -Provides: tex(t1-yv2x.tfm) = %{tl_version} -Provides: tex(t1-yv2xi.tfm) = %{tl_version} -Provides: tex(ts1-yv2b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2b.tfm) = %{tl_version} -Provides: tex(ts1-yv2bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2bi.tfm) = %{tl_version} -Provides: tex(ts1-yv2m.tfm) = %{tl_version} -Provides: tex(ts1-yv2mi.tfm) = %{tl_version} -Provides: tex(ts1-yv2r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2r.tfm) = %{tl_version} -Provides: tex(ts1-yv2ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2ri.tfm) = %{tl_version} -Provides: tex(ts1-yv2x.tfm) = %{tl_version} -Provides: tex(ts1-yv2xi.tfm) = %{tl_version} -Provides: tex(yv2b8c.tfm) = %{tl_version} -Provides: tex(yv2b8cc.tfm) = %{tl_version} -Provides: tex(yv2b8t.tfm) = %{tl_version} -Provides: tex(yv2b8tc.tfm) = %{tl_version} -Provides: tex(yv2bi8c.tfm) = %{tl_version} -Provides: tex(yv2bi8cc.tfm) = %{tl_version} -Provides: tex(yv2bi8t.tfm) = %{tl_version} -Provides: tex(yv2bi8tc.tfm) = %{tl_version} -Provides: tex(yv2m8c.tfm) = %{tl_version} -Provides: tex(yv2m8t.tfm) = %{tl_version} -Provides: tex(yv2mi8c.tfm) = %{tl_version} -Provides: tex(yv2mi8t.tfm) = %{tl_version} -Provides: tex(yv2r8c.tfm) = %{tl_version} -Provides: tex(yv2r8cc.tfm) = %{tl_version} -Provides: tex(yv2r8t.tfm) = %{tl_version} -Provides: tex(yv2r8tc.tfm) = %{tl_version} -Provides: tex(yv2ri8c.tfm) = %{tl_version} -Provides: tex(yv2ri8cc.tfm) = %{tl_version} -Provides: tex(yv2ri8t.tfm) = %{tl_version} -Provides: tex(yv2ri8tc.tfm) = %{tl_version} -Provides: tex(yv2x8c.tfm) = %{tl_version} -Provides: tex(yv2x8t.tfm) = %{tl_version} -Provides: tex(yv2xi8c.tfm) = %{tl_version} -Provides: tex(yv2xi8t.tfm) = %{tl_version} -Provides: tex(t1-yvob.tfm) = %{tl_version} -Provides: tex(t1-yvobi.tfm) = %{tl_version} -Provides: tex(t1-yvodd.tfm) = %{tl_version} -Provides: tex(t1-yvor.tfm) = %{tl_version} -Provides: tex(t1-yvori.tfm) = %{tl_version} -Provides: tex(ts1-yvob.tfm) = %{tl_version} -Provides: tex(ts1-yvobi.tfm) = %{tl_version} -Provides: tex(ts1-yvodd.tfm) = %{tl_version} -Provides: tex(ts1-yvor.tfm) = %{tl_version} -Provides: tex(ts1-yvori.tfm) = %{tl_version} -Provides: tex(yvoab8t.tfm) = %{tl_version} -Provides: tex(yvoabi8t.tfm) = %{tl_version} -Provides: tex(yvoar8t.tfm) = %{tl_version} -Provides: tex(yvoari8t.tfm) = %{tl_version} -Provides: tex(yvob8c.tfm) = %{tl_version} -Provides: tex(yvob8t.tfm) = %{tl_version} -Provides: tex(yvobi8c.tfm) = %{tl_version} -Provides: tex(yvobi8t.tfm) = %{tl_version} -Provides: tex(yvodd8c.tfm) = %{tl_version} -Provides: tex(yvodd8t.tfm) = %{tl_version} -Provides: tex(yvor8c.tfm) = %{tl_version} -Provides: tex(yvor8t.tfm) = %{tl_version} -Provides: tex(yvori8c.tfm) = %{tl_version} -Provides: tex(yvori8t.tfm) = %{tl_version} -Provides: tex(t1-yv1b-c.tfm) = %{tl_version} -Provides: tex(t1-yv1b-x.tfm) = %{tl_version} -Provides: tex(t1-yv1b.tfm) = %{tl_version} -Provides: tex(t1-yv1bd.tfm) = %{tl_version} -Provides: tex(t1-yv1bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv1bi-x.tfm) = %{tl_version} -Provides: tex(t1-yv1bi.tfm) = %{tl_version} -Provides: tex(t1-yv1d.tfm) = %{tl_version} -Provides: tex(t1-yv1dd-u.tfm) = %{tl_version} -Provides: tex(t1-yv1di.tfm) = %{tl_version} -Provides: tex(t1-yv1h.tfm) = %{tl_version} -Provides: tex(t1-yv1ho.tfm) = %{tl_version} -Provides: tex(t1-yv1l.tfm) = %{tl_version} -Provides: tex(t1-yv1li.tfm) = %{tl_version} -Provides: tex(t1-yv1r-c.tfm) = %{tl_version} -Provides: tex(t1-yv1r-x.tfm) = %{tl_version} -Provides: tex(t1-yv1r.tfm) = %{tl_version} -Provides: tex(t1-yv1ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv1ri-x.tfm) = %{tl_version} -Provides: tex(t1-yv1ri.tfm) = %{tl_version} -Provides: tex(ts1-yv1b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1b-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1b.tfm) = %{tl_version} -Provides: tex(ts1-yv1bd.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi.tfm) = %{tl_version} -Provides: tex(ts1-yv1d.tfm) = %{tl_version} -Provides: tex(ts1-yv1dd-u.tfm) = %{tl_version} -Provides: tex(ts1-yv1di.tfm) = %{tl_version} -Provides: tex(ts1-yv1h.tfm) = %{tl_version} -Provides: tex(ts1-yv1ho.tfm) = %{tl_version} -Provides: tex(ts1-yv1l.tfm) = %{tl_version} -Provides: tex(ts1-yv1li.tfm) = %{tl_version} -Provides: tex(ts1-yv1r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1r-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1r.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri.tfm) = %{tl_version} -Provides: tex(yv1b8c.tfm) = %{tl_version} -Provides: tex(yv1b8cc.tfm) = %{tl_version} -Provides: tex(yv1b8cx.tfm) = %{tl_version} -Provides: tex(yv1b8t.tfm) = %{tl_version} -Provides: tex(yv1b8tc.tfm) = %{tl_version} -Provides: tex(yv1b8tx.tfm) = %{tl_version} -Provides: tex(yv1bd8c.tfm) = %{tl_version} -Provides: tex(yv1bd8t.tfm) = %{tl_version} -Provides: tex(yv1bi8c.tfm) = %{tl_version} -Provides: tex(yv1bi8cc.tfm) = %{tl_version} -Provides: tex(yv1bi8cx.tfm) = %{tl_version} -Provides: tex(yv1bi8t.tfm) = %{tl_version} -Provides: tex(yv1bi8tc.tfm) = %{tl_version} -Provides: tex(yv1bi8tx.tfm) = %{tl_version} -Provides: tex(yv1d8c.tfm) = %{tl_version} -Provides: tex(yv1d8t.tfm) = %{tl_version} -Provides: tex(yv1dd8cu.tfm) = %{tl_version} -Provides: tex(yv1dd8tu.tfm) = %{tl_version} -Provides: tex(yv1di8c.tfm) = %{tl_version} -Provides: tex(yv1di8t.tfm) = %{tl_version} -Provides: tex(yv1h8c.tfm) = %{tl_version} -Provides: tex(yv1h8t.tfm) = %{tl_version} -Provides: tex(yv1ho8c.tfm) = %{tl_version} -Provides: tex(yv1ho8t.tfm) = %{tl_version} -Provides: tex(yv1l8c.tfm) = %{tl_version} -Provides: tex(yv1l8t.tfm) = %{tl_version} -Provides: tex(yv1li8c.tfm) = %{tl_version} -Provides: tex(yv1li8t.tfm) = %{tl_version} -Provides: tex(yv1r8c.tfm) = %{tl_version} -Provides: tex(yv1r8cc.tfm) = %{tl_version} -Provides: tex(yv1r8cx.tfm) = %{tl_version} -Provides: tex(yv1r8t.tfm) = %{tl_version} -Provides: tex(yv1r8tc.tfm) = %{tl_version} -Provides: tex(yv1r8tx.tfm) = %{tl_version} -Provides: tex(yv1ri8c.tfm) = %{tl_version} -Provides: tex(yv1ri8cc.tfm) = %{tl_version} -Provides: tex(yv1ri8cx.tfm) = %{tl_version} -Provides: tex(yv1ri8t.tfm) = %{tl_version} -Provides: tex(yv1ri8tc.tfm) = %{tl_version} -Provides: tex(yv1ri8tx.tfm) = %{tl_version} -Provides: tex(t1-yv3b-c.tfm) = %{tl_version} -Provides: tex(t1-yv3b-x.tfm) = %{tl_version} -Provides: tex(t1-yv3b.tfm) = %{tl_version} -Provides: tex(t1-yv3bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv3bi-x.tfm) = %{tl_version} -Provides: tex(t1-yv3bi.tfm) = %{tl_version} -Provides: tex(t1-yv3r-c.tfm) = %{tl_version} -Provides: tex(t1-yv3r-x.tfm) = %{tl_version} -Provides: tex(t1-yv3r.tfm) = %{tl_version} -Provides: tex(t1-yv3ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv3ri-x.tfm) = %{tl_version} -Provides: tex(t1-yv3ri.tfm) = %{tl_version} -Provides: tex(ts1-yv3b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3b-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3b.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi.tfm) = %{tl_version} -Provides: tex(ts1-yv3r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3r-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3r.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri.tfm) = %{tl_version} -Provides: tex(yv3b8c.tfm) = %{tl_version} -Provides: tex(yv3b8cc.tfm) = %{tl_version} -Provides: tex(yv3b8cx.tfm) = %{tl_version} -Provides: tex(yv3b8t.tfm) = %{tl_version} -Provides: tex(yv3b8tc.tfm) = %{tl_version} -Provides: tex(yv3b8tx.tfm) = %{tl_version} -Provides: tex(yv3bi8c.tfm) = %{tl_version} -Provides: tex(yv3bi8cc.tfm) = %{tl_version} -Provides: tex(yv3bi8cx.tfm) = %{tl_version} -Provides: tex(yv3bi8t.tfm) = %{tl_version} -Provides: tex(yv3bi8tc.tfm) = %{tl_version} -Provides: tex(yv3bi8tx.tfm) = %{tl_version} -Provides: tex(yv3r8c.tfm) = %{tl_version} -Provides: tex(yv3r8cc.tfm) = %{tl_version} -Provides: tex(yv3r8cx.tfm) = %{tl_version} -Provides: tex(yv3r8t.tfm) = %{tl_version} -Provides: tex(yv3r8tc.tfm) = %{tl_version} -Provides: tex(yv3r8tx.tfm) = %{tl_version} -Provides: tex(yv3ri8c.tfm) = %{tl_version} -Provides: tex(yv3ri8cc.tfm) = %{tl_version} -Provides: tex(yv3ri8cx.tfm) = %{tl_version} -Provides: tex(yv3ri8t.tfm) = %{tl_version} -Provides: tex(yv3ri8tc.tfm) = %{tl_version} -Provides: tex(yv3ri8tx.tfm) = %{tl_version} -Provides: tex(yvtb8a.pfb) = %{tl_version} -Provides: tex(yvtb8ac.pfb) = %{tl_version} -Provides: tex(yvtbc8a.pfb) = %{tl_version} -Provides: tex(yvtbc8ac.pfb) = %{tl_version} -Provides: tex(yvtbci8a.pfb) = %{tl_version} -Provides: tex(yvtbci8ac.pfb) = %{tl_version} -Provides: tex(yvtbd8ac.pfb) = %{tl_version} -Provides: tex(yvtbi8a.pfb) = %{tl_version} -Provides: tex(yvtbi8ac.pfb) = %{tl_version} -Provides: tex(yvth8a.pfb) = %{tl_version} -Provides: tex(yvthi8a.pfb) = %{tl_version} -Provides: tex(yvtr8a.pfb) = %{tl_version} -Provides: tex(yvtr8ac.pfb) = %{tl_version} -Provides: tex(yvtrc8a.pfb) = %{tl_version} -Provides: tex(yvtrc8ac.pfb) = %{tl_version} -Provides: tex(yvtrci8a.pfb) = %{tl_version} -Provides: tex(yvtrci8ac.pfb) = %{tl_version} -Provides: tex(yvtrdl8a.pfb) = %{tl_version} -Provides: tex(yvtri8a.pfb) = %{tl_version} -Provides: tex(yvtri8ac.pfb) = %{tl_version} -Provides: tex(yv2b8a.pfb) = %{tl_version} -Provides: tex(yv2b8ac.pfb) = %{tl_version} -Provides: tex(yv2bi8a.pfb) = %{tl_version} -Provides: tex(yv2bi8ac.pfb) = %{tl_version} -Provides: tex(yv2m8a.pfb) = %{tl_version} -Provides: tex(yv2mi8a.pfb) = %{tl_version} -Provides: tex(yv2r8a.pfb) = %{tl_version} -Provides: tex(yv2r8ac.pfb) = %{tl_version} -Provides: tex(yv2ri8a.pfb) = %{tl_version} -Provides: tex(yv2ri8ac.pfb) = %{tl_version} -Provides: tex(yv2x8a.pfb) = %{tl_version} -Provides: tex(yv2xi8a.pfb) = %{tl_version} -Provides: tex(yvob8a.pfb) = %{tl_version} -Provides: tex(yvobi8a.pfb) = %{tl_version} -Provides: tex(yvodd8a.pfb) = %{tl_version} -Provides: tex(yvor8a.pfb) = %{tl_version} -Provides: tex(yvori8a.pfb) = %{tl_version} -Provides: tex(yv1b8a.pfb) = %{tl_version} -Provides: tex(yv1b8ac.pfb) = %{tl_version} -Provides: tex(yv1b8ax.pfb) = %{tl_version} -Provides: tex(yv1bd8a.pfb) = %{tl_version} -Provides: tex(yv1bi8a.pfb) = %{tl_version} -Provides: tex(yv1bi8ac.pfb) = %{tl_version} -Provides: tex(yv1bi8ax.pfb) = %{tl_version} -Provides: tex(yv1d8a.pfb) = %{tl_version} -Provides: tex(yv1dd8au.pfb) = %{tl_version} -Provides: tex(yv1di8a.pfb) = %{tl_version} -Provides: tex(yv1h8a.pfb) = %{tl_version} -Provides: tex(yv1ho8a.pfb) = %{tl_version} -Provides: tex(yv1l8a.pfb) = %{tl_version} -Provides: tex(yv1li8a.pfb) = %{tl_version} -Provides: tex(yv1r8a.pfb) = %{tl_version} -Provides: tex(yv1r8ac.pfb) = %{tl_version} -Provides: tex(yv1r8ax.pfb) = %{tl_version} -Provides: tex(yv1ri8a.pfb) = %{tl_version} -Provides: tex(yv1ri8ac.pfb) = %{tl_version} -Provides: tex(yv1ri8ax.pfb) = %{tl_version} -Provides: tex(yv3b8a.pfb) = %{tl_version} -Provides: tex(yv3b8ac.pfb) = %{tl_version} -Provides: tex(yv3b8ax.pfb) = %{tl_version} -Provides: tex(yv3bi8a.pfb) = %{tl_version} -Provides: tex(yv3bi8ac.pfb) = %{tl_version} -Provides: tex(yv3bi8ax.pfb) = %{tl_version} -Provides: tex(yv3r8a.pfb) = %{tl_version} -Provides: tex(yv3r8ac.pfb) = %{tl_version} -Provides: tex(yv3r8ax.pfb) = %{tl_version} -Provides: tex(yv3ri8a.pfb) = %{tl_version} -Provides: tex(yv3ri8ac.pfb) = %{tl_version} -Provides: tex(yv3ri8ax.pfb) = %{tl_version} -Provides: tex(yvtb8c.vf) = %{tl_version} -Provides: tex(yvtb8cc.vf) = %{tl_version} -Provides: tex(yvtb8t.vf) = %{tl_version} -Provides: tex(yvtb8tc.vf) = %{tl_version} -Provides: tex(yvtbc8c.vf) = %{tl_version} -Provides: tex(yvtbc8cc.vf) = %{tl_version} -Provides: tex(yvtbc8t.vf) = %{tl_version} -Provides: tex(yvtbc8tc.vf) = %{tl_version} -Provides: tex(yvtbci8c.vf) = %{tl_version} -Provides: tex(yvtbci8cc.vf) = %{tl_version} -Provides: tex(yvtbci8t.vf) = %{tl_version} -Provides: tex(yvtbci8tc.vf) = %{tl_version} -Provides: tex(yvtbcij8t.vf) = %{tl_version} -Provides: tex(yvtbcij8tc.vf) = %{tl_version} -Provides: tex(yvtbcijw8t.vf) = %{tl_version} -Provides: tex(yvtbcijw8tc.vf) = %{tl_version} -Provides: tex(yvtbciw8t.vf) = %{tl_version} -Provides: tex(yvtbciw8tc.vf) = %{tl_version} -Provides: tex(yvtbcj8t.vf) = %{tl_version} -Provides: tex(yvtbcj8tc.vf) = %{tl_version} -Provides: tex(yvtbcjw8t.vf) = %{tl_version} -Provides: tex(yvtbcjw8tc.vf) = %{tl_version} -Provides: tex(yvtbcw8t.vf) = %{tl_version} -Provides: tex(yvtbcw8tc.vf) = %{tl_version} -Provides: tex(yvtbd8cc.vf) = %{tl_version} -Provides: tex(yvtbd8tc.vf) = %{tl_version} -Provides: tex(yvtbi8c.vf) = %{tl_version} -Provides: tex(yvtbi8cc.vf) = %{tl_version} -Provides: tex(yvtbi8t.vf) = %{tl_version} -Provides: tex(yvtbi8tc.vf) = %{tl_version} -Provides: tex(yvtbij8t.vf) = %{tl_version} -Provides: tex(yvtbij8tc.vf) = %{tl_version} -Provides: tex(yvtbijw8t.vf) = %{tl_version} -Provides: tex(yvtbijw8tc.vf) = %{tl_version} -Provides: tex(yvtbiw8t.vf) = %{tl_version} -Provides: tex(yvtbiw8tc.vf) = %{tl_version} -Provides: tex(yvtbj8t.vf) = %{tl_version} -Provides: tex(yvtbj8tc.vf) = %{tl_version} -Provides: tex(yvtbjw8t.vf) = %{tl_version} -Provides: tex(yvtbjw8tc.vf) = %{tl_version} -Provides: tex(yvtbw8t.vf) = %{tl_version} -Provides: tex(yvtbw8tc.vf) = %{tl_version} -Provides: tex(yvth8c.vf) = %{tl_version} -Provides: tex(yvth8t.vf) = %{tl_version} -Provides: tex(yvthi8c.vf) = %{tl_version} -Provides: tex(yvthi8t.vf) = %{tl_version} -Provides: tex(yvtr8c.vf) = %{tl_version} -Provides: tex(yvtr8cc.vf) = %{tl_version} -Provides: tex(yvtr8t.vf) = %{tl_version} -Provides: tex(yvtr8tc.vf) = %{tl_version} -Provides: tex(yvtrajw8t.vf) = %{tl_version} -Provides: tex(yvtraw8t.vf) = %{tl_version} -Provides: tex(yvtrc8c.vf) = %{tl_version} -Provides: tex(yvtrc8cc.vf) = %{tl_version} -Provides: tex(yvtrc8t.vf) = %{tl_version} -Provides: tex(yvtrc8tc.vf) = %{tl_version} -Provides: tex(yvtrci8c.vf) = %{tl_version} -Provides: tex(yvtrci8cc.vf) = %{tl_version} -Provides: tex(yvtrci8t.vf) = %{tl_version} -Provides: tex(yvtrci8tc.vf) = %{tl_version} -Provides: tex(yvtrcij8t.vf) = %{tl_version} -Provides: tex(yvtrcij8tc.vf) = %{tl_version} -Provides: tex(yvtrcijw8t.vf) = %{tl_version} -Provides: tex(yvtrcijw8tc.vf) = %{tl_version} -Provides: tex(yvtrciw8t.vf) = %{tl_version} -Provides: tex(yvtrciw8tc.vf) = %{tl_version} -Provides: tex(yvtrcj8t.vf) = %{tl_version} -Provides: tex(yvtrcj8tc.vf) = %{tl_version} -Provides: tex(yvtrcjw8t.vf) = %{tl_version} -Provides: tex(yvtrcjw8tc.vf) = %{tl_version} -Provides: tex(yvtrcw8t.vf) = %{tl_version} -Provides: tex(yvtrcw8tc.vf) = %{tl_version} -Provides: tex(yvtrdl8c.vf) = %{tl_version} -Provides: tex(yvtrdl8t.vf) = %{tl_version} -Provides: tex(yvtri8c.vf) = %{tl_version} -Provides: tex(yvtri8cc.vf) = %{tl_version} -Provides: tex(yvtri8t.vf) = %{tl_version} -Provides: tex(yvtri8tc.vf) = %{tl_version} -Provides: tex(yvtrij8t.vf) = %{tl_version} -Provides: tex(yvtrij8tc.vf) = %{tl_version} -Provides: tex(yvtrijw8t.vf) = %{tl_version} -Provides: tex(yvtrijw8tc.vf) = %{tl_version} -Provides: tex(yvtriw8t.vf) = %{tl_version} -Provides: tex(yvtriw8tc.vf) = %{tl_version} -Provides: tex(yvtrj8t.vf) = %{tl_version} -Provides: tex(yvtrj8tc.vf) = %{tl_version} -Provides: tex(yvtrjw8t.vf) = %{tl_version} -Provides: tex(yvtrjw8tc.vf) = %{tl_version} -Provides: tex(yvtrw8t.vf) = %{tl_version} -Provides: tex(yvtrw8tc.vf) = %{tl_version} -Provides: tex(yv2b8c.vf) = %{tl_version} -Provides: tex(yv2b8cc.vf) = %{tl_version} -Provides: tex(yv2b8t.vf) = %{tl_version} -Provides: tex(yv2b8tc.vf) = %{tl_version} -Provides: tex(yv2bi8c.vf) = %{tl_version} -Provides: tex(yv2bi8cc.vf) = %{tl_version} -Provides: tex(yv2bi8t.vf) = %{tl_version} -Provides: tex(yv2bi8tc.vf) = %{tl_version} -Provides: tex(yv2m8c.vf) = %{tl_version} -Provides: tex(yv2m8t.vf) = %{tl_version} -Provides: tex(yv2mi8c.vf) = %{tl_version} -Provides: tex(yv2mi8t.vf) = %{tl_version} -Provides: tex(yv2r8c.vf) = %{tl_version} -Provides: tex(yv2r8cc.vf) = %{tl_version} -Provides: tex(yv2r8t.vf) = %{tl_version} -Provides: tex(yv2r8tc.vf) = %{tl_version} -Provides: tex(yv2ri8c.vf) = %{tl_version} -Provides: tex(yv2ri8cc.vf) = %{tl_version} -Provides: tex(yv2ri8t.vf) = %{tl_version} -Provides: tex(yv2ri8tc.vf) = %{tl_version} -Provides: tex(yv2x8c.vf) = %{tl_version} -Provides: tex(yv2x8t.vf) = %{tl_version} -Provides: tex(yv2xi8c.vf) = %{tl_version} -Provides: tex(yv2xi8t.vf) = %{tl_version} -Provides: tex(yvoab8t.vf) = %{tl_version} -Provides: tex(yvoabi8t.vf) = %{tl_version} -Provides: tex(yvoar8t.vf) = %{tl_version} -Provides: tex(yvoari8t.vf) = %{tl_version} -Provides: tex(yvob8c.vf) = %{tl_version} -Provides: tex(yvob8t.vf) = %{tl_version} -Provides: tex(yvobi8c.vf) = %{tl_version} -Provides: tex(yvobi8t.vf) = %{tl_version} -Provides: tex(yvodd8c.vf) = %{tl_version} -Provides: tex(yvodd8t.vf) = %{tl_version} -Provides: tex(yvor8c.vf) = %{tl_version} -Provides: tex(yvor8t.vf) = %{tl_version} -Provides: tex(yvori8c.vf) = %{tl_version} -Provides: tex(yvori8t.vf) = %{tl_version} -Provides: tex(yv1b8c.vf) = %{tl_version} -Provides: tex(yv1b8cc.vf) = %{tl_version} -Provides: tex(yv1b8cx.vf) = %{tl_version} -Provides: tex(yv1b8t.vf) = %{tl_version} -Provides: tex(yv1b8tc.vf) = %{tl_version} -Provides: tex(yv1b8tx.vf) = %{tl_version} -Provides: tex(yv1bd8c.vf) = %{tl_version} -Provides: tex(yv1bd8t.vf) = %{tl_version} -Provides: tex(yv1bi8c.vf) = %{tl_version} -Provides: tex(yv1bi8cc.vf) = %{tl_version} -Provides: tex(yv1bi8cx.vf) = %{tl_version} -Provides: tex(yv1bi8t.vf) = %{tl_version} -Provides: tex(yv1bi8tc.vf) = %{tl_version} -Provides: tex(yv1bi8tx.vf) = %{tl_version} -Provides: tex(yv1d8c.vf) = %{tl_version} -Provides: tex(yv1d8t.vf) = %{tl_version} -Provides: tex(yv1dd8cu.vf) = %{tl_version} -Provides: tex(yv1dd8tu.vf) = %{tl_version} -Provides: tex(yv1di8c.vf) = %{tl_version} -Provides: tex(yv1di8t.vf) = %{tl_version} -Provides: tex(yv1h8c.vf) = %{tl_version} -Provides: tex(yv1h8t.vf) = %{tl_version} -Provides: tex(yv1ho8c.vf) = %{tl_version} -Provides: tex(yv1ho8t.vf) = %{tl_version} -Provides: tex(yv1l8c.vf) = %{tl_version} -Provides: tex(yv1l8t.vf) = %{tl_version} -Provides: tex(yv1li8c.vf) = %{tl_version} -Provides: tex(yv1li8t.vf) = %{tl_version} -Provides: tex(yv1r8c.vf) = %{tl_version} -Provides: tex(yv1r8cc.vf) = %{tl_version} -Provides: tex(yv1r8cx.vf) = %{tl_version} -Provides: tex(yv1r8t.vf) = %{tl_version} -Provides: tex(yv1r8tc.vf) = %{tl_version} -Provides: tex(yv1r8tx.vf) = %{tl_version} -Provides: tex(yv1ri8c.vf) = %{tl_version} -Provides: tex(yv1ri8cc.vf) = %{tl_version} -Provides: tex(yv1ri8cx.vf) = %{tl_version} -Provides: tex(yv1ri8t.vf) = %{tl_version} -Provides: tex(yv1ri8tc.vf) = %{tl_version} -Provides: tex(yv1ri8tx.vf) = %{tl_version} -Provides: tex(yv3b8c.vf) = %{tl_version} -Provides: tex(yv3b8cc.vf) = %{tl_version} -Provides: tex(yv3b8cx.vf) = %{tl_version} -Provides: tex(yv3b8t.vf) = %{tl_version} -Provides: tex(yv3b8tc.vf) = %{tl_version} -Provides: tex(yv3b8tx.vf) = %{tl_version} -Provides: tex(yv3bi8c.vf) = %{tl_version} -Provides: tex(yv3bi8cc.vf) = %{tl_version} -Provides: tex(yv3bi8cx.vf) = %{tl_version} -Provides: tex(yv3bi8t.vf) = %{tl_version} -Provides: tex(yv3bi8tc.vf) = %{tl_version} -Provides: tex(yv3bi8tx.vf) = %{tl_version} -Provides: tex(yv3r8c.vf) = %{tl_version} -Provides: tex(yv3r8cc.vf) = %{tl_version} -Provides: tex(yv3r8cx.vf) = %{tl_version} -Provides: tex(yv3r8t.vf) = %{tl_version} -Provides: tex(yv3r8tc.vf) = %{tl_version} -Provides: tex(yv3r8tx.vf) = %{tl_version} -Provides: tex(yv3ri8c.vf) = %{tl_version} -Provides: tex(yv3ri8cc.vf) = %{tl_version} -Provides: tex(yv3ri8cx.vf) = %{tl_version} -Provides: tex(yv3ri8t.vf) = %{tl_version} -Provides: tex(yv3ri8tc.vf) = %{tl_version} -Provides: tex(yv3ri8tx.vf) = %{tl_version} -Provides: tex(t1yvt.fd) = %{tl_version} -Provides: tex(t1yvtajw.fd) = %{tl_version} -Provides: tex(t1yvtaw.fd) = %{tl_version} -Provides: tex(t1yvtd.fd) = %{tl_version} -Provides: tex(t1yvtj.fd) = %{tl_version} -Provides: tex(t1yvtjw.fd) = %{tl_version} -Provides: tex(t1yvtw.fd) = %{tl_version} -Provides: tex(ts1yvt.fd) = %{tl_version} -Provides: tex(ts1yvtajw.fd) = %{tl_version} -Provides: tex(ts1yvtaw.fd) = %{tl_version} -Provides: tex(ts1yvtd.fd) = %{tl_version} -Provides: tex(ts1yvtj.fd) = %{tl_version} -Provides: tex(ts1yvtjw.fd) = %{tl_version} -Provides: tex(ts1yvtw.fd) = %{tl_version} -Provides: tex(t1yv2.fd) = %{tl_version} -Provides: tex(ts1yv2.fd) = %{tl_version} -Provides: tex(venturis.sty) = %{tl_version} -Provides: tex(venturis2.sty) = %{tl_version} -Provides: tex(venturisold.sty) = %{tl_version} -Provides: tex(t1yvo.fd) = %{tl_version} -Provides: tex(t1yvoa.fd) = %{tl_version} -Provides: tex(t1yvoad.fd) = %{tl_version} -Provides: tex(t1yvod.fd) = %{tl_version} -Provides: tex(ts1yvo.fd) = %{tl_version} -Provides: tex(ts1yvoa.fd) = %{tl_version} -Provides: tex(ts1yvoad.fd) = %{tl_version} -Provides: tex(ts1yvod.fd) = %{tl_version} -Provides: tex(t1yv1.fd) = %{tl_version} -Provides: tex(t1yv1d.fd) = %{tl_version} -Provides: tex(ts1yv1.fd) = %{tl_version} -Provides: tex(ts1yv1d.fd) = %{tl_version} -Provides: tex(t1yv3.fd) = %{tl_version} -Provides: tex(ts1yv3.fd) = %{tl_version} - -%description venturisadf -Serif and sans serif complete text font families, in both Adobe -Type 1 and OpenType formats for publication. The family is -based on Utopia family, and has been modified and developed by -the Arkandis Digital foundry. Support for using the fonts, in -LaTeX, is also provided (and makes use of the nfssext-cfr -package). - -date: 2010-07-12 22:26:03 +0200 - -%post venturisadf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map yv1.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yv1.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map yv2.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yv2.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map yv3.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yv3.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map yvo.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yvo.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map yvt.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map yvt.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun venturisadf -if [ $1 == 0 ] ; then -sed -i '/^Map yv1.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map yv2.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map yv3.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map yvo.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map yvt.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans venturisadf -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package venturisadf-doc -Summary: Documentation for venturisadf -Version: svn19444.1.005 -Release: %{tl_noarch_release} -Provides: tex-venturisadf-doc -BuildArch: noarch -AutoReqProv: No - -%description venturisadf-doc -Documentation for venturisadf - -%package wsuipa -Provides: tex-wsuipa = %{tl_version} -License: Utopia -Summary: International Phonetic Alphabet fonts -Version: svn25469.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wbxipa10.tfm) = %{tl_version} -Provides: tex(wbxipa11.tfm) = %{tl_version} -Provides: tex(wbxipa12.tfm) = %{tl_version} -Provides: tex(wbxipa17.tfm) = %{tl_version} -Provides: tex(wbxipa8.tfm) = %{tl_version} -Provides: tex(wbxipa9.tfm) = %{tl_version} -Provides: tex(wslipa10.tfm) = %{tl_version} -Provides: tex(wslipa11.tfm) = %{tl_version} -Provides: tex(wslipa12.tfm) = %{tl_version} -Provides: tex(wslipa17.tfm) = %{tl_version} -Provides: tex(wslipa8.tfm) = %{tl_version} -Provides: tex(wslipa9.tfm) = %{tl_version} -Provides: tex(wsuipa10.tfm) = %{tl_version} -Provides: tex(wsuipa11.tfm) = %{tl_version} -Provides: tex(wsuipa12.tfm) = %{tl_version} -Provides: tex(wsuipa17.tfm) = %{tl_version} -Provides: tex(wsuipa8.tfm) = %{tl_version} -Provides: tex(wsuipa9.tfm) = %{tl_version} -Provides: tex(ipa.sty) = %{tl_version} -Provides: tex(ipalmacs.sty) = %{tl_version} -Provides: tex(uipa.fd) = %{tl_version} - -%description wsuipa -The package provides a 7-bit IPA font, as Metafont source, and -macros for support under TeXt1 and LaTeX. The fonts (and -macros) are now largely superseded by the tipa fonts. - -date: 2012-01-27 13:33:18 +0100 - -%post wsuipa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wsuipa -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wsuipa -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wsuipa-doc -Summary: Documentation for wsuipa -Version: svn25469.0 -Release: %{tl_noarch_release} -Provides: tex-wsuipa-doc -BuildArch: noarch -AutoReqProv: No - -%description wsuipa-doc -Documentation for wsuipa - -%package xits -Provides: tex-xits = %{tl_version} -License: OFSFLD -Summary: A Scientific Times-like font with support for mathematical typesetting -Version: svn26719.1.105 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xits-bold.otf) = %{tl_version} -Provides: tex(xits-bolditalic.otf) = %{tl_version} -Provides: tex(xits-italic.otf) = %{tl_version} -Provides: tex(xits-math.otf) = %{tl_version} -Provides: tex(xits-mathbold.otf) = %{tl_version} -Provides: tex(xits-regular.otf) = %{tl_version} - -%description xits -XITS is a Times-like font for scientific typesetting with -proper mathematical support for modern, Unicode and OpenType -capable TeX engines, namely LuaTeX and XeTeX. For use with -LuaLaTeX or XeLaTeX, support is available from the fontspec and -unicode-math packages. - -date: 2012-05-18 23:29:02 +0200 - -%post xits -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xits -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xits -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xits-doc -Summary: Documentation for xits -Version: svn26719.1.105 -Release: %{tl_noarch_release} -Provides: tex-xits-doc -BuildArch: noarch -AutoReqProv: No - -%description xits-doc -Documentation for xits - -%package yfonts -Provides: tex-yfonts = %{tl_version} -License: LPPL -Summary: Support for old German fonts -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(yfonts.sty) = %{tl_version} - -%description yfonts -A LaTeX interface to the old-german fonts designed by Yannis -Haralambous: Gothic, Schwabacher, Fraktur and the baroque -initials. - -date: 2007-03-01 23:46:20 +0100 - -%post yfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yfonts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yfonts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yfonts-doc -Summary: Documentation for yfonts -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-yfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description yfonts-doc -Documentation for yfonts - -%package collection-fontsrecommended -Summary: Recommended fonts -Version: svn28082.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-avantgar -Requires: tex-bookman -Requires: tex-charter -Requires: tex-cm-super -Requires: tex-cmextra -Requires: tex-courier -Requires: tex-euro -Requires: tex-eurosym -Requires: tex-fpl -Requires: tex-helvetic -Requires: tex-lm -Requires: tex-lm-math -Requires: tex-marvosym -Requires: tex-mathpazo -Requires: tex-ncntrsbk -Requires: tex-palatino -Requires: tex-pxfonts -Requires: tex-rsfs -Requires: tex-symbol -Requires: tex-tex-gyre -Requires: tex-tex-gyre-math -Requires: tex-times -Requires: tex-tipa -Requires: tex-txfonts -Requires: tex-utopia -Requires: tex-wasy -Requires: tex-wasysym -Requires: tex-zapfchan -Requires: tex-zapfding -Requires: texlive-collection-basic -Provides: tetex-fonts = 3.1-99 -Obsoletes: tetex-fonts < 3.1-99 -Provides: texlive-texmf-fonts = %{tl_version} -Obsoletes: texlive-texmf-fonts < %{tl_version} - -%description collection-fontsrecommended -Recommended fonts, including the base 35 PostScript fonts, -Latin Modern, TeX Gyre, and T1 and other encoding support for -Computer Modern, in outline form. - -%package charter -Provides: tex-charter = %{tl_version} -License: Copyright only -Summary: Charter fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bchb7t.tfm) = %{tl_version} -Provides: tex(bchb8c.tfm) = %{tl_version} -Provides: tex(bchb8r.tfm) = %{tl_version} -Provides: tex(bchb8t.tfm) = %{tl_version} -Provides: tex(bchbc7t.tfm) = %{tl_version} -Provides: tex(bchbc8t.tfm) = %{tl_version} -Provides: tex(bchbi7t.tfm) = %{tl_version} -Provides: tex(bchbi8c.tfm) = %{tl_version} -Provides: tex(bchbi8r.tfm) = %{tl_version} -Provides: tex(bchbi8t.tfm) = %{tl_version} -Provides: tex(bchbo7t.tfm) = %{tl_version} -Provides: tex(bchbo8c.tfm) = %{tl_version} -Provides: tex(bchbo8r.tfm) = %{tl_version} -Provides: tex(bchbo8t.tfm) = %{tl_version} -Provides: tex(bchr7t.tfm) = %{tl_version} -Provides: tex(bchr8c.tfm) = %{tl_version} -Provides: tex(bchr8r.tfm) = %{tl_version} -Provides: tex(bchr8t.tfm) = %{tl_version} -Provides: tex(bchrc7t.tfm) = %{tl_version} -Provides: tex(bchrc8t.tfm) = %{tl_version} -Provides: tex(bchri7t.tfm) = %{tl_version} -Provides: tex(bchri8c.tfm) = %{tl_version} -Provides: tex(bchri8r.tfm) = %{tl_version} -Provides: tex(bchri8t.tfm) = %{tl_version} -Provides: tex(bchro7t.tfm) = %{tl_version} -Provides: tex(bchro8c.tfm) = %{tl_version} -Provides: tex(bchro8r.tfm) = %{tl_version} -Provides: tex(bchro8t.tfm) = %{tl_version} -Provides: tex(bchb8a.pfb) = %{tl_version} -Provides: tex(bchbi8a.pfb) = %{tl_version} -Provides: tex(bchr8a.pfb) = %{tl_version} -Provides: tex(bchri8a.pfb) = %{tl_version} -Provides: tex(bchb7t.vf) = %{tl_version} -Provides: tex(bchb8c.vf) = %{tl_version} -Provides: tex(bchb8t.vf) = %{tl_version} -Provides: tex(bchbc7t.vf) = %{tl_version} -Provides: tex(bchbc8t.vf) = %{tl_version} -Provides: tex(bchbi7t.vf) = %{tl_version} -Provides: tex(bchbi8c.vf) = %{tl_version} -Provides: tex(bchbi8t.vf) = %{tl_version} -Provides: tex(bchbo7t.vf) = %{tl_version} -Provides: tex(bchbo8c.vf) = %{tl_version} -Provides: tex(bchbo8t.vf) = %{tl_version} -Provides: tex(bchr7t.vf) = %{tl_version} -Provides: tex(bchr8c.vf) = %{tl_version} -Provides: tex(bchr8t.vf) = %{tl_version} -Provides: tex(bchrc7t.vf) = %{tl_version} -Provides: tex(bchrc8t.vf) = %{tl_version} -Provides: tex(bchri7t.vf) = %{tl_version} -Provides: tex(bchri8c.vf) = %{tl_version} -Provides: tex(bchri8t.vf) = %{tl_version} -Provides: tex(bchro7t.vf) = %{tl_version} -Provides: tex(bchro8c.vf) = %{tl_version} -Provides: tex(bchro8t.vf) = %{tl_version} - -%description charter -A commercial text font donated for the common good. Support for -use with LaTeX is available in freenfss, part of psnfss. - -date: 2009-05-23 20:19:02 +0200 - -%post charter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun charter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans charter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package charter-doc -Summary: Documentation for charter -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-charter-doc -BuildArch: noarch -AutoReqProv: No - -%description charter-doc -Documentation for charter - -%package courier -Provides: tex-courier = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ucr.map) = %{tl_version} -Provides: tex(pcrb.tfm) = %{tl_version} -Provides: tex(pcrb7t.tfm) = %{tl_version} -Provides: tex(pcrb8c.tfm) = %{tl_version} -Provides: tex(pcrb8r.tfm) = %{tl_version} -Provides: tex(pcrb8t.tfm) = %{tl_version} -Provides: tex(pcrbc.tfm) = %{tl_version} -Provides: tex(pcrbc7t.tfm) = %{tl_version} -Provides: tex(pcrbc8t.tfm) = %{tl_version} -Provides: tex(pcrbo.tfm) = %{tl_version} -Provides: tex(pcrbo7t.tfm) = %{tl_version} -Provides: tex(pcrbo8c.tfm) = %{tl_version} -Provides: tex(pcrbo8r.tfm) = %{tl_version} -Provides: tex(pcrbo8t.tfm) = %{tl_version} -Provides: tex(pcrr.tfm) = %{tl_version} -Provides: tex(pcrr7t.tfm) = %{tl_version} -Provides: tex(pcrr8c.tfm) = %{tl_version} -Provides: tex(pcrr8r.tfm) = %{tl_version} -Provides: tex(pcrr8t.tfm) = %{tl_version} -Provides: tex(pcrrc.tfm) = %{tl_version} -Provides: tex(pcrrc7t.tfm) = %{tl_version} -Provides: tex(pcrrc8t.tfm) = %{tl_version} -Provides: tex(pcrro.tfm) = %{tl_version} -Provides: tex(pcrro7t.tfm) = %{tl_version} -Provides: tex(pcrro8c.tfm) = %{tl_version} -Provides: tex(pcrro8r.tfm) = %{tl_version} -Provides: tex(pcrro8t.tfm) = %{tl_version} -Provides: tex(ccrb.tfm) = %{tl_version} -Provides: tex(ccrb8t.tfm) = %{tl_version} -Provides: tex(ccrbi.tfm) = %{tl_version} -Provides: tex(ccrbi8t.tfm) = %{tl_version} -Provides: tex(ccrr.tfm) = %{tl_version} -Provides: tex(ccrr8t.tfm) = %{tl_version} -Provides: tex(ccrri.tfm) = %{tl_version} -Provides: tex(ccrri8t.tfm) = %{tl_version} -Provides: tex(crb10u.tfm) = %{tl_version} -Provides: tex(crb2n.tfm) = %{tl_version} -Provides: tex(crb6j.tfm) = %{tl_version} -Provides: tex(crb7j.tfm) = %{tl_version} -Provides: tex(crb8u.tfm) = %{tl_version} -Provides: tex(crb9t.tfm) = %{tl_version} -Provides: tex(cri10u.tfm) = %{tl_version} -Provides: tex(cri2n.tfm) = %{tl_version} -Provides: tex(cri6j.tfm) = %{tl_version} -Provides: tex(cri7j.tfm) = %{tl_version} -Provides: tex(cri8u.tfm) = %{tl_version} -Provides: tex(cri9t.tfm) = %{tl_version} -Provides: tex(crj10u.tfm) = %{tl_version} -Provides: tex(crj2n.tfm) = %{tl_version} -Provides: tex(crj6j.tfm) = %{tl_version} -Provides: tex(crj7j.tfm) = %{tl_version} -Provides: tex(crj8u.tfm) = %{tl_version} -Provides: tex(crj9t.tfm) = %{tl_version} -Provides: tex(crr10u.tfm) = %{tl_version} -Provides: tex(crr2n.tfm) = %{tl_version} -Provides: tex(crr6j.tfm) = %{tl_version} -Provides: tex(crr7j.tfm) = %{tl_version} -Provides: tex(crr8u.tfm) = %{tl_version} -Provides: tex(crr9t.tfm) = %{tl_version} -Provides: tex(ucrb7t.tfm) = %{tl_version} -Provides: tex(ucrb8c.tfm) = %{tl_version} -Provides: tex(ucrb8r.tfm) = %{tl_version} -Provides: tex(ucrb8t.tfm) = %{tl_version} -Provides: tex(ucrbc7t.tfm) = %{tl_version} -Provides: tex(ucrbc8t.tfm) = %{tl_version} -Provides: tex(ucrbo7t.tfm) = %{tl_version} -Provides: tex(ucrbo8c.tfm) = %{tl_version} -Provides: tex(ucrbo8r.tfm) = %{tl_version} -Provides: tex(ucrbo8t.tfm) = %{tl_version} -Provides: tex(ucrr7t.tfm) = %{tl_version} -Provides: tex(ucrr8c.tfm) = %{tl_version} -Provides: tex(ucrr8r.tfm) = %{tl_version} -Provides: tex(ucrr8t.tfm) = %{tl_version} -Provides: tex(ucrrc7t.tfm) = %{tl_version} -Provides: tex(ucrrc8t.tfm) = %{tl_version} -Provides: tex(ucrro7t.tfm) = %{tl_version} -Provides: tex(ucrro8c.tfm) = %{tl_version} -Provides: tex(ucrro8r.tfm) = %{tl_version} -Provides: tex(ucrro8t.tfm) = %{tl_version} -Provides: tex(pcrb8a.pfb) = %{tl_version} -Provides: tex(pcrbi8a.pfb) = %{tl_version} -Provides: tex(pcrbo8a.pfb) = %{tl_version} -Provides: tex(pcri8a.pfb) = %{tl_version} -Provides: tex(pcrr8a.pfb) = %{tl_version} -Provides: tex(pcrro8a.pfb) = %{tl_version} -Provides: tex(ucrb8a.pfb) = %{tl_version} -Provides: tex(ucrbo8a.pfb) = %{tl_version} -Provides: tex(ucrr8a.pfb) = %{tl_version} -Provides: tex(ucrro8a.pfb) = %{tl_version} -Provides: tex(pcrb.vf) = %{tl_version} -Provides: tex(pcrb7t.vf) = %{tl_version} -Provides: tex(pcrb8c.vf) = %{tl_version} -Provides: tex(pcrb8t.vf) = %{tl_version} -Provides: tex(pcrbc.vf) = %{tl_version} -Provides: tex(pcrbc7t.vf) = %{tl_version} -Provides: tex(pcrbc8t.vf) = %{tl_version} -Provides: tex(pcrbo.vf) = %{tl_version} -Provides: tex(pcrbo7t.vf) = %{tl_version} -Provides: tex(pcrbo8c.vf) = %{tl_version} -Provides: tex(pcrbo8t.vf) = %{tl_version} -Provides: tex(pcrr.vf) = %{tl_version} -Provides: tex(pcrr7t.vf) = %{tl_version} -Provides: tex(pcrr8c.vf) = %{tl_version} -Provides: tex(pcrr8t.vf) = %{tl_version} -Provides: tex(pcrrc.vf) = %{tl_version} -Provides: tex(pcrrc7t.vf) = %{tl_version} -Provides: tex(pcrrc8t.vf) = %{tl_version} -Provides: tex(pcrro.vf) = %{tl_version} -Provides: tex(pcrro7t.vf) = %{tl_version} -Provides: tex(pcrro8c.vf) = %{tl_version} -Provides: tex(pcrro8t.vf) = %{tl_version} -Provides: tex(ccrb.vf) = %{tl_version} -Provides: tex(ccrb8t.vf) = %{tl_version} -Provides: tex(ccrbi.vf) = %{tl_version} -Provides: tex(ccrbi8t.vf) = %{tl_version} -Provides: tex(ccrr.vf) = %{tl_version} -Provides: tex(ccrr8t.vf) = %{tl_version} -Provides: tex(ccrri.vf) = %{tl_version} -Provides: tex(ccrri8t.vf) = %{tl_version} -Provides: tex(ucrb7t.vf) = %{tl_version} -Provides: tex(ucrb8c.vf) = %{tl_version} -Provides: tex(ucrb8t.vf) = %{tl_version} -Provides: tex(ucrbc7t.vf) = %{tl_version} -Provides: tex(ucrbc8t.vf) = %{tl_version} -Provides: tex(ucrbo7t.vf) = %{tl_version} -Provides: tex(ucrbo8c.vf) = %{tl_version} -Provides: tex(ucrbo8t.vf) = %{tl_version} -Provides: tex(ucrr7t.vf) = %{tl_version} -Provides: tex(ucrr8c.vf) = %{tl_version} -Provides: tex(ucrr8t.vf) = %{tl_version} -Provides: tex(ucrrc7t.vf) = %{tl_version} -Provides: tex(ucrrc8t.vf) = %{tl_version} -Provides: tex(ucrro7t.vf) = %{tl_version} -Provides: tex(ucrro8c.vf) = %{tl_version} -Provides: tex(ucrro8t.vf) = %{tl_version} -Provides: tex(8rucr.fd) = %{tl_version} -Provides: tex(omlucr.fd) = %{tl_version} -Provides: tex(omsucr.fd) = %{tl_version} -Provides: tex(ot1ucr.fd) = %{tl_version} -Provides: tex(t1ucr.fd) = %{tl_version} -Provides: tex(ts1ucr.fd) = %{tl_version} - -%description courier -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post courier -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun courier -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans courier -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package euro -Provides: tex-euro = %{tl_version} -License: LPPL -Summary: Provide Euro values for national currency amounts -Version: svn22191.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp-basic.sty) -Requires: tex(fp-snap.sty) -Provides: tex(euro.sty) = %{tl_version} - -%description euro -Converts arbitrary national currency amounts using the Euro as -base unit, and typesets monetary amounts in almost any desired -way. Write, e.g., \ATS{17.6} to get something like '17,60 oS -(1,28 Euro)' automatically. Conversion rates for the initial -Euro-zone countries are already built-in. Further rates can be -added easily. The package uses the fp package to do its sums. - -date: 2006-09-12 14:13:09 +0200 - -%post euro -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun euro -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans euro -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package euro-doc -Summary: Documentation for euro -Version: svn22191.1.1 -Release: %{tl_noarch_release} -Provides: tex-euro-doc -BuildArch: noarch -AutoReqProv: No - -%description euro-doc -Documentation for euro - -%package eurosym -Provides: tex-eurosym = %{tl_version} -License: Eurosym -Summary: MetaFont and macros for Euro sign -Version: svn17265.1.4_subrfix -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(eurosym.map) = %{tl_version} -Provides: tex(feybl10.tfm) = %{tl_version} -Provides: tex(feybo10.tfm) = %{tl_version} -Provides: tex(feybr10.tfm) = %{tl_version} -Provides: tex(feyml10.tfm) = %{tl_version} -Provides: tex(feymo10.tfm) = %{tl_version} -Provides: tex(feymr10.tfm) = %{tl_version} -Provides: tex(feybl10.pfb) = %{tl_version} -Provides: tex(feybo10.pfb) = %{tl_version} -Provides: tex(feybr10.pfb) = %{tl_version} -Provides: tex(feyml10.pfb) = %{tl_version} -Provides: tex(feymo10.pfb) = %{tl_version} -Provides: tex(feymr10.pfb) = %{tl_version} -Provides: tex(geybl10.pfb) = %{tl_version} -Provides: tex(geybo10.pfb) = %{tl_version} -Provides: tex(geybr10.pfb) = %{tl_version} -Provides: tex(geyml10.pfb) = %{tl_version} -Provides: tex(geymo10.pfb) = %{tl_version} -Provides: tex(geymr10.pfb) = %{tl_version} -Provides: tex(eurosym.sty) = %{tl_version} - -%description eurosym -The new European currency symbol for the Euro implemented in -MetaFont, using the official European Commission dimensions, -and providing several shapes (normal, slanted, bold, outline). -The package also includes a LaTeX package which defines the -macro, pre-compiled tfm files, and documentation. - -date: 2009-03-31 14:27:12 +0200 - -%post eurosym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap eurosym.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap eurosym.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun eurosym -if [ $1 == 0 ] ; then -sed -i '/^MixedMap eurosym.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans eurosym -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eurosym-doc -Summary: Documentation for eurosym -Version: svn17265.1.4_subrfix -Release: %{tl_noarch_release} -Provides: tex-eurosym-doc -BuildArch: noarch -AutoReqProv: No - -%description eurosym-doc -Documentation for eurosym - -%package fpl -Provides: tex-fpl = %{tl_version} -License: GPL+ -Summary: SC and OsF fonts for URW Palladio L -Version: svn15878.1.002 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fplbij8a.pfb) = %{tl_version} -Provides: tex(fplbj8a.pfb) = %{tl_version} -Provides: tex(fplrc8a.pfb) = %{tl_version} -Provides: tex(fplrij8a.pfb) = %{tl_version} - -%description fpl -The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L -which are compatible with respect to metrics with the Palatino -SC/OsF fonts from Adobe. Note that it is not my aim to exactly -reproduce the outlines of the original Adobe fonts. The SC and -OsF in the FPL Fonts were designed with the glyphs from URW -Palladio L as starting point. For some glyphs (e.g. 'o') I got -the best result by scaling and boldening. For others (e.g. 'h') -shifting selected portions of the character gave more -satisfying results. All this was done using the free font -editor FontForge. The kerning data in these fonts comes from -Walter Schmidt's improved Palatino metrics. LaTeX use is -enabled by the mathpazo package, which is part of the psnfss -distribution. - -date: 2007-09-28 22:20:10 +0200 - -%post fpl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fpl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fpl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fpl-doc -Summary: Documentation for fpl -Version: svn15878.1.002 -Release: %{tl_noarch_release} -Provides: tex-fpl-doc -BuildArch: noarch -AutoReqProv: No - -%description fpl-doc -Documentation for fpl - -%package helvetic -Provides: tex-helvetic = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uhv.map) = %{tl_version} -Provides: tex(phvb.tfm) = %{tl_version} -Provides: tex(phvb7t.tfm) = %{tl_version} -Provides: tex(phvb7tn.tfm) = %{tl_version} -Provides: tex(phvb8c.tfm) = %{tl_version} -Provides: tex(phvb8cn.tfm) = %{tl_version} -Provides: tex(phvb8r.tfm) = %{tl_version} -Provides: tex(phvb8rn.tfm) = %{tl_version} -Provides: tex(phvb8t.tfm) = %{tl_version} -Provides: tex(phvb8tn.tfm) = %{tl_version} -Provides: tex(phvbc.tfm) = %{tl_version} -Provides: tex(phvbc7t.tfm) = %{tl_version} -Provides: tex(phvbc7tn.tfm) = %{tl_version} -Provides: tex(phvbc8t.tfm) = %{tl_version} -Provides: tex(phvbc8tn.tfm) = %{tl_version} -Provides: tex(phvbo.tfm) = %{tl_version} -Provides: tex(phvbo7t.tfm) = %{tl_version} -Provides: tex(phvbo7tn.tfm) = %{tl_version} -Provides: tex(phvbo8c.tfm) = %{tl_version} -Provides: tex(phvbo8cn.tfm) = %{tl_version} -Provides: tex(phvbo8r.tfm) = %{tl_version} -Provides: tex(phvbo8rn.tfm) = %{tl_version} -Provides: tex(phvbo8t.tfm) = %{tl_version} -Provides: tex(phvbo8tn.tfm) = %{tl_version} -Provides: tex(phvbon.tfm) = %{tl_version} -Provides: tex(phvbrn.tfm) = %{tl_version} -Provides: tex(phvr.tfm) = %{tl_version} -Provides: tex(phvr7t.tfm) = %{tl_version} -Provides: tex(phvr7tn.tfm) = %{tl_version} -Provides: tex(phvr8c.tfm) = %{tl_version} -Provides: tex(phvr8cn.tfm) = %{tl_version} -Provides: tex(phvr8r.tfm) = %{tl_version} -Provides: tex(phvr8rn.tfm) = %{tl_version} -Provides: tex(phvr8t.tfm) = %{tl_version} -Provides: tex(phvr8tn.tfm) = %{tl_version} -Provides: tex(phvrc.tfm) = %{tl_version} -Provides: tex(phvrc7t.tfm) = %{tl_version} -Provides: tex(phvrc7tn.tfm) = %{tl_version} -Provides: tex(phvrc8t.tfm) = %{tl_version} -Provides: tex(phvrc8tn.tfm) = %{tl_version} -Provides: tex(phvro.tfm) = %{tl_version} -Provides: tex(phvro7t.tfm) = %{tl_version} -Provides: tex(phvro7tn.tfm) = %{tl_version} -Provides: tex(phvro8c.tfm) = %{tl_version} -Provides: tex(phvro8cn.tfm) = %{tl_version} -Provides: tex(phvro8r.tfm) = %{tl_version} -Provides: tex(phvro8rn.tfm) = %{tl_version} -Provides: tex(phvro8t.tfm) = %{tl_version} -Provides: tex(phvro8tn.tfm) = %{tl_version} -Provides: tex(phvron.tfm) = %{tl_version} -Provides: tex(phvrrn.tfm) = %{tl_version} -Provides: tex(arb10u.tfm) = %{tl_version} -Provides: tex(arb2n.tfm) = %{tl_version} -Provides: tex(arb7j.tfm) = %{tl_version} -Provides: tex(arb8u.tfm) = %{tl_version} -Provides: tex(arb9t.tfm) = %{tl_version} -Provides: tex(ari10u.tfm) = %{tl_version} -Provides: tex(ari2n.tfm) = %{tl_version} -Provides: tex(ari7j.tfm) = %{tl_version} -Provides: tex(ari8u.tfm) = %{tl_version} -Provides: tex(ari9t.tfm) = %{tl_version} -Provides: tex(arj10u.tfm) = %{tl_version} -Provides: tex(arj2n.tfm) = %{tl_version} -Provides: tex(arj7j.tfm) = %{tl_version} -Provides: tex(arj8u.tfm) = %{tl_version} -Provides: tex(arj9t.tfm) = %{tl_version} -Provides: tex(arr10u.tfm) = %{tl_version} -Provides: tex(arr2n.tfm) = %{tl_version} -Provides: tex(arr7j.tfm) = %{tl_version} -Provides: tex(arr8u.tfm) = %{tl_version} -Provides: tex(arr9t.tfm) = %{tl_version} -Provides: tex(mhvb.tfm) = %{tl_version} -Provides: tex(mhvb8t.tfm) = %{tl_version} -Provides: tex(mhvbi.tfm) = %{tl_version} -Provides: tex(mhvbi8t.tfm) = %{tl_version} -Provides: tex(mhvr.tfm) = %{tl_version} -Provides: tex(mhvr8t.tfm) = %{tl_version} -Provides: tex(mhvri.tfm) = %{tl_version} -Provides: tex(mhvri8t.tfm) = %{tl_version} -Provides: tex(uhvb7t.tfm) = %{tl_version} -Provides: tex(uhvb7tn.tfm) = %{tl_version} -Provides: tex(uhvb8c.tfm) = %{tl_version} -Provides: tex(uhvb8cn.tfm) = %{tl_version} -Provides: tex(uhvb8r.tfm) = %{tl_version} -Provides: tex(uhvb8rn.tfm) = %{tl_version} -Provides: tex(uhvb8t.tfm) = %{tl_version} -Provides: tex(uhvb8tn.tfm) = %{tl_version} -Provides: tex(uhvbc7t.tfm) = %{tl_version} -Provides: tex(uhvbc7tn.tfm) = %{tl_version} -Provides: tex(uhvbc8t.tfm) = %{tl_version} -Provides: tex(uhvbc8tn.tfm) = %{tl_version} -Provides: tex(uhvbi7t.tfm) = %{tl_version} -Provides: tex(uhvbi8c.tfm) = %{tl_version} -Provides: tex(uhvbi8r.tfm) = %{tl_version} -Provides: tex(uhvbi8t.tfm) = %{tl_version} -Provides: tex(uhvbo7t.tfm) = %{tl_version} -Provides: tex(uhvbo7tn.tfm) = %{tl_version} -Provides: tex(uhvbo8c.tfm) = %{tl_version} -Provides: tex(uhvbo8cn.tfm) = %{tl_version} -Provides: tex(uhvbo8r.tfm) = %{tl_version} -Provides: tex(uhvbo8rn.tfm) = %{tl_version} -Provides: tex(uhvbo8t.tfm) = %{tl_version} -Provides: tex(uhvbo8tn.tfm) = %{tl_version} -Provides: tex(uhvr7t.tfm) = %{tl_version} -Provides: tex(uhvr7tn.tfm) = %{tl_version} -Provides: tex(uhvr8c.tfm) = %{tl_version} -Provides: tex(uhvr8cn.tfm) = %{tl_version} -Provides: tex(uhvr8r.tfm) = %{tl_version} -Provides: tex(uhvr8rn.tfm) = %{tl_version} -Provides: tex(uhvr8t.tfm) = %{tl_version} -Provides: tex(uhvr8tn.tfm) = %{tl_version} -Provides: tex(uhvrc7t.tfm) = %{tl_version} -Provides: tex(uhvrc7tn.tfm) = %{tl_version} -Provides: tex(uhvrc8t.tfm) = %{tl_version} -Provides: tex(uhvrc8tn.tfm) = %{tl_version} -Provides: tex(uhvri7t.tfm) = %{tl_version} -Provides: tex(uhvri7tn.tfm) = %{tl_version} -Provides: tex(uhvri8c.tfm) = %{tl_version} -Provides: tex(uhvri8cn.tfm) = %{tl_version} -Provides: tex(uhvri8r.tfm) = %{tl_version} -Provides: tex(uhvri8rn.tfm) = %{tl_version} -Provides: tex(uhvri8t.tfm) = %{tl_version} -Provides: tex(uhvri8tn.tfm) = %{tl_version} -Provides: tex(uhvro7t.tfm) = %{tl_version} -Provides: tex(uhvro7tn.tfm) = %{tl_version} -Provides: tex(uhvro8c.tfm) = %{tl_version} -Provides: tex(uhvro8cn.tfm) = %{tl_version} -Provides: tex(uhvro8r.tfm) = %{tl_version} -Provides: tex(uhvro8rn.tfm) = %{tl_version} -Provides: tex(uhvro8t.tfm) = %{tl_version} -Provides: tex(uhvro8tn.tfm) = %{tl_version} -Provides: tex(uhvb8a.pfb) = %{tl_version} -Provides: tex(uhvb8ac.pfb) = %{tl_version} -Provides: tex(uhvbo8a.pfb) = %{tl_version} -Provides: tex(uhvbo8ac.pfb) = %{tl_version} -Provides: tex(uhvr8a-105.pfb) = %{tl_version} -Provides: tex(uhvr8a.pfb) = %{tl_version} -Provides: tex(uhvr8ac.pfb) = %{tl_version} -Provides: tex(uhvro8a-105.pfb) = %{tl_version} -Provides: tex(uhvro8a.pfb) = %{tl_version} -Provides: tex(uhvro8ac.pfb) = %{tl_version} -Provides: tex(phvb.vf) = %{tl_version} -Provides: tex(phvb7t.vf) = %{tl_version} -Provides: tex(phvb7tn.vf) = %{tl_version} -Provides: tex(phvb8c.vf) = %{tl_version} -Provides: tex(phvb8cn.vf) = %{tl_version} -Provides: tex(phvb8t.vf) = %{tl_version} -Provides: tex(phvb8tn.vf) = %{tl_version} -Provides: tex(phvbc.vf) = %{tl_version} -Provides: tex(phvbc7t.vf) = %{tl_version} -Provides: tex(phvbc7tn.vf) = %{tl_version} -Provides: tex(phvbc8t.vf) = %{tl_version} -Provides: tex(phvbc8tn.vf) = %{tl_version} -Provides: tex(phvbo.vf) = %{tl_version} -Provides: tex(phvbo7t.vf) = %{tl_version} -Provides: tex(phvbo7tn.vf) = %{tl_version} -Provides: tex(phvbo8c.vf) = %{tl_version} -Provides: tex(phvbo8cn.vf) = %{tl_version} -Provides: tex(phvbo8t.vf) = %{tl_version} -Provides: tex(phvbo8tn.vf) = %{tl_version} -Provides: tex(phvbon.vf) = %{tl_version} -Provides: tex(phvbrn.vf) = %{tl_version} -Provides: tex(phvr.vf) = %{tl_version} -Provides: tex(phvr7t.vf) = %{tl_version} -Provides: tex(phvr7tn.vf) = %{tl_version} -Provides: tex(phvr8c.vf) = %{tl_version} -Provides: tex(phvr8cn.vf) = %{tl_version} -Provides: tex(phvr8t.vf) = %{tl_version} -Provides: tex(phvr8tn.vf) = %{tl_version} -Provides: tex(phvrc.vf) = %{tl_version} -Provides: tex(phvrc7t.vf) = %{tl_version} -Provides: tex(phvrc7tn.vf) = %{tl_version} -Provides: tex(phvrc8t.vf) = %{tl_version} -Provides: tex(phvrc8tn.vf) = %{tl_version} -Provides: tex(phvro.vf) = %{tl_version} -Provides: tex(phvro7t.vf) = %{tl_version} -Provides: tex(phvro7tn.vf) = %{tl_version} -Provides: tex(phvro8c.vf) = %{tl_version} -Provides: tex(phvro8cn.vf) = %{tl_version} -Provides: tex(phvro8t.vf) = %{tl_version} -Provides: tex(phvro8tn.vf) = %{tl_version} -Provides: tex(phvron.vf) = %{tl_version} -Provides: tex(phvrrn.vf) = %{tl_version} -Provides: tex(mhvb.vf) = %{tl_version} -Provides: tex(mhvb8t.vf) = %{tl_version} -Provides: tex(mhvbi.vf) = %{tl_version} -Provides: tex(mhvbi8t.vf) = %{tl_version} -Provides: tex(mhvr.vf) = %{tl_version} -Provides: tex(mhvr8t.vf) = %{tl_version} -Provides: tex(mhvri.vf) = %{tl_version} -Provides: tex(mhvri8t.vf) = %{tl_version} -Provides: tex(uhvb7t.vf) = %{tl_version} -Provides: tex(uhvb7tn.vf) = %{tl_version} -Provides: tex(uhvb8c.vf) = %{tl_version} -Provides: tex(uhvb8cn.vf) = %{tl_version} -Provides: tex(uhvb8t.vf) = %{tl_version} -Provides: tex(uhvb8tn.vf) = %{tl_version} -Provides: tex(uhvbc7t.vf) = %{tl_version} -Provides: tex(uhvbc7tn.vf) = %{tl_version} -Provides: tex(uhvbc8t.vf) = %{tl_version} -Provides: tex(uhvbc8tn.vf) = %{tl_version} -Provides: tex(uhvbi7t.vf) = %{tl_version} -Provides: tex(uhvbi8c.vf) = %{tl_version} -Provides: tex(uhvbi8t.vf) = %{tl_version} -Provides: tex(uhvbo7t.vf) = %{tl_version} -Provides: tex(uhvbo7tn.vf) = %{tl_version} -Provides: tex(uhvbo8c.vf) = %{tl_version} -Provides: tex(uhvbo8cn.vf) = %{tl_version} -Provides: tex(uhvbo8t.vf) = %{tl_version} -Provides: tex(uhvbo8tn.vf) = %{tl_version} -Provides: tex(uhvr7t.vf) = %{tl_version} -Provides: tex(uhvr7tn.vf) = %{tl_version} -Provides: tex(uhvr8c.vf) = %{tl_version} -Provides: tex(uhvr8cn.vf) = %{tl_version} -Provides: tex(uhvr8t.vf) = %{tl_version} -Provides: tex(uhvr8tn.vf) = %{tl_version} -Provides: tex(uhvrc7t.vf) = %{tl_version} -Provides: tex(uhvrc7tn.vf) = %{tl_version} -Provides: tex(uhvrc8t.vf) = %{tl_version} -Provides: tex(uhvrc8tn.vf) = %{tl_version} -Provides: tex(uhvri7t.vf) = %{tl_version} -Provides: tex(uhvri7tn.vf) = %{tl_version} -Provides: tex(uhvri8c.vf) = %{tl_version} -Provides: tex(uhvri8cn.vf) = %{tl_version} -Provides: tex(uhvri8t.vf) = %{tl_version} -Provides: tex(uhvri8tn.vf) = %{tl_version} -Provides: tex(uhvro7t.vf) = %{tl_version} -Provides: tex(uhvro7tn.vf) = %{tl_version} -Provides: tex(uhvro8c.vf) = %{tl_version} -Provides: tex(uhvro8cn.vf) = %{tl_version} -Provides: tex(uhvro8t.vf) = %{tl_version} -Provides: tex(uhvro8tn.vf) = %{tl_version} -Provides: tex(8ruhv.fd) = %{tl_version} -Provides: tex(omluhv.fd) = %{tl_version} -Provides: tex(omsuhv.fd) = %{tl_version} -Provides: tex(ot1uhv.fd) = %{tl_version} -Provides: tex(t1uhv.fd) = %{tl_version} -Provides: tex(ts1uhv.fd) = %{tl_version} - -%description helvetic -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post helvetic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun helvetic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans helvetic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lm-math -Provides: tex-lm-math = %{tl_version} -License: LPPL -Summary: OpenType maths fonts for Latin Modern -Version: svn29044.1.958 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(latinmodern-math.otf) = %{tl_version} - -%description lm-math -Latin Modern Math is a maths companion for the Latin Modern -family of fonts, in OpenType format. For use with LuaLaTeX or -XeLaTeX, support is available from the unicode-math package. - -date: 2013-02-06 18:13:15 +0100 - -%post lm-math -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lm-math -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lm-math -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lm-math-doc -Summary: Documentation for lm-math -Version: svn29044.1.958 -Release: %{tl_noarch_release} -Provides: tex-lm-math-doc -BuildArch: noarch -AutoReqProv: No - -%description lm-math-doc -Documentation for lm-math - -%package marvosym -Provides: tex-marvosym = %{tl_version} -License: OFSFLD -Summary: Martin Vogel's Symbols (marvosym) font -Version: svn29349.2.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(marvosym.map) = %{tl_version} -Provides: tex(umvs.tfm) = %{tl_version} -Provides: tex(marvosym.ttf) = %{tl_version} -Provides: tex(marvosym.pfb) = %{tl_version} -Provides: tex(marvosym.sty) = %{tl_version} -Provides: tex(umvs.fd) = %{tl_version} - -%description marvosym -Martin Vogel's Symbol font (marvosym) contains the Euro -currency symbol as defined by the European commission, along -with symbols for structural engineering; symbols for steel -cross-sections; astronomy signs (sun, moon, planets); the 12 -signs of the zodiac; scissor symbols; CE sign and others. The -package contains both the original TrueType font and the -derived Type 1 font, together with support files for TeX -(LaTeX). - -date: 2012-04-08 13:55:52 +0200 - -%post marvosym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map marvosym.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map marvosym.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun marvosym -if [ $1 == 0 ] ; then -sed -i '/^Map marvosym.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans marvosym -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package marvosym-doc -Summary: Documentation for marvosym -Version: svn29349.2.2a -Release: %{tl_noarch_release} -Provides: tex-marvosym-doc -BuildArch: noarch -AutoReqProv: No - -%description marvosym-doc -Documentation for marvosym - -%package mathpazo -Provides: tex-mathpazo = %{tl_version} -License: GPL+ -Summary: Fonts to typeset mathematics to match Palatino -Version: svn15878.1.003 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fplmb.tfm) = %{tl_version} -Provides: tex(fplmbb.tfm) = %{tl_version} -Provides: tex(fplmbi.tfm) = %{tl_version} -Provides: tex(fplmr.tfm) = %{tl_version} -Provides: tex(fplmri.tfm) = %{tl_version} -Provides: tex(zplmb7m.tfm) = %{tl_version} -Provides: tex(zplmb7t.tfm) = %{tl_version} -Provides: tex(zplmb7y.tfm) = %{tl_version} -Provides: tex(zplmr7m.tfm) = %{tl_version} -Provides: tex(zplmr7t.tfm) = %{tl_version} -Provides: tex(zplmr7v.tfm) = %{tl_version} -Provides: tex(zplmr7y.tfm) = %{tl_version} -Provides: tex(fplmb.pfb) = %{tl_version} -Provides: tex(fplmbb.pfb) = %{tl_version} -Provides: tex(fplmbi.pfb) = %{tl_version} -Provides: tex(fplmr.pfb) = %{tl_version} -Provides: tex(fplmri.pfb) = %{tl_version} -Provides: tex(zplmb7m.vf) = %{tl_version} -Provides: tex(zplmb7t.vf) = %{tl_version} -Provides: tex(zplmb7y.vf) = %{tl_version} -Provides: tex(zplmr7m.vf) = %{tl_version} -Provides: tex(zplmr7t.vf) = %{tl_version} -Provides: tex(zplmr7v.vf) = %{tl_version} -Provides: tex(zplmr7y.vf) = %{tl_version} - -%description mathpazo -The Pazo Math fonts are a family of PostScript fonts suitable -for typesetting mathematics in combination with the Palatino -family of text fonts. The Pazo Math family is made up of five -fonts provided in Adobe Type 1 format (PazoMath, PazoMath- -Italic, PazoMath-Bold, PazoMath-BoldItalic, and -PazoMathBlackboardBold). These contain, in designs that match -Palatino, glyphs that are usually not available in Palatino and -for which Computer Modern looks odd when combined with -Palatino. These glyphs include the uppercase Greek alphabet in -upright and slanted shapes in regular and bold weights, the -lowercase Greek alphabet in slanted shape in regular and bold -weights, several mathematical glyphs (partialdiff, summation, -product, coproduct, emptyset, infinity, and proportional) in -regular and bold weights, other glyphs (Euro and dotlessj) in -upright and slanted shapes in regular and bold weights, and the -uppercase letters commonly used to represent various number -sets (C, I, N, Q, R, and Z) in blackboard bold. The set also -includes a set of 'true' small-caps fonts, also suitable for -use with Palatino (or one of its clones). LaTeX macro support -(using package mathpazo.sty) is provided in psnfss (a required -part of any LaTeX distribution). - -date: 2009-10-06 20:42:53 +0200 - -%post mathpazo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathpazo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathpazo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathpazo-doc -Summary: Documentation for mathpazo -Version: svn15878.1.003 -Release: %{tl_noarch_release} -Provides: tex-mathpazo-doc -BuildArch: noarch -AutoReqProv: No - -%description mathpazo-doc -Documentation for mathpazo - -%package ncntrsbk -Provides: tex-ncntrsbk = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(unc.map) = %{tl_version} -Provides: tex(pncb.tfm) = %{tl_version} -Provides: tex(pncb7t.tfm) = %{tl_version} -Provides: tex(pncb8c.tfm) = %{tl_version} -Provides: tex(pncb8r.tfm) = %{tl_version} -Provides: tex(pncb8t.tfm) = %{tl_version} -Provides: tex(pncbc.tfm) = %{tl_version} -Provides: tex(pncbc7t.tfm) = %{tl_version} -Provides: tex(pncbc8t.tfm) = %{tl_version} -Provides: tex(pncbi.tfm) = %{tl_version} -Provides: tex(pncbi7t.tfm) = %{tl_version} -Provides: tex(pncbi8c.tfm) = %{tl_version} -Provides: tex(pncbi8r.tfm) = %{tl_version} -Provides: tex(pncbi8t.tfm) = %{tl_version} -Provides: tex(pncbo.tfm) = %{tl_version} -Provides: tex(pncbo7t.tfm) = %{tl_version} -Provides: tex(pncbo8c.tfm) = %{tl_version} -Provides: tex(pncbo8r.tfm) = %{tl_version} -Provides: tex(pncbo8t.tfm) = %{tl_version} -Provides: tex(pncr.tfm) = %{tl_version} -Provides: tex(pncr7t.tfm) = %{tl_version} -Provides: tex(pncr8c.tfm) = %{tl_version} -Provides: tex(pncr8r.tfm) = %{tl_version} -Provides: tex(pncr8t.tfm) = %{tl_version} -Provides: tex(pncrc.tfm) = %{tl_version} -Provides: tex(pncrc7t.tfm) = %{tl_version} -Provides: tex(pncrc8t.tfm) = %{tl_version} -Provides: tex(pncri.tfm) = %{tl_version} -Provides: tex(pncri7t.tfm) = %{tl_version} -Provides: tex(pncri8c.tfm) = %{tl_version} -Provides: tex(pncri8r.tfm) = %{tl_version} -Provides: tex(pncri8t.tfm) = %{tl_version} -Provides: tex(pncro.tfm) = %{tl_version} -Provides: tex(pncro7t.tfm) = %{tl_version} -Provides: tex(pncro8c.tfm) = %{tl_version} -Provides: tex(pncro8r.tfm) = %{tl_version} -Provides: tex(pncro8t.tfm) = %{tl_version} -Provides: tex(uncb7t.tfm) = %{tl_version} -Provides: tex(uncb8c.tfm) = %{tl_version} -Provides: tex(uncb8r.tfm) = %{tl_version} -Provides: tex(uncb8t.tfm) = %{tl_version} -Provides: tex(uncbc7t.tfm) = %{tl_version} -Provides: tex(uncbc8t.tfm) = %{tl_version} -Provides: tex(uncbi7t.tfm) = %{tl_version} -Provides: tex(uncbi8c.tfm) = %{tl_version} -Provides: tex(uncbi8r.tfm) = %{tl_version} -Provides: tex(uncbi8t.tfm) = %{tl_version} -Provides: tex(uncbo7t.tfm) = %{tl_version} -Provides: tex(uncbo8c.tfm) = %{tl_version} -Provides: tex(uncbo8r.tfm) = %{tl_version} -Provides: tex(uncbo8t.tfm) = %{tl_version} -Provides: tex(uncr7t.tfm) = %{tl_version} -Provides: tex(uncr8c.tfm) = %{tl_version} -Provides: tex(uncr8r.tfm) = %{tl_version} -Provides: tex(uncr8t.tfm) = %{tl_version} -Provides: tex(uncrc7t.tfm) = %{tl_version} -Provides: tex(uncrc8t.tfm) = %{tl_version} -Provides: tex(uncri7t.tfm) = %{tl_version} -Provides: tex(uncri8c.tfm) = %{tl_version} -Provides: tex(uncri8r.tfm) = %{tl_version} -Provides: tex(uncri8t.tfm) = %{tl_version} -Provides: tex(uncro7t.tfm) = %{tl_version} -Provides: tex(uncro8c.tfm) = %{tl_version} -Provides: tex(uncro8r.tfm) = %{tl_version} -Provides: tex(uncro8t.tfm) = %{tl_version} -Provides: tex(uncb8a.pfb) = %{tl_version} -Provides: tex(uncbi8a.pfb) = %{tl_version} -Provides: tex(uncr8a.pfb) = %{tl_version} -Provides: tex(uncri8a.pfb) = %{tl_version} -Provides: tex(pncb.vf) = %{tl_version} -Provides: tex(pncb7t.vf) = %{tl_version} -Provides: tex(pncb8c.vf) = %{tl_version} -Provides: tex(pncb8t.vf) = %{tl_version} -Provides: tex(pncbc.vf) = %{tl_version} -Provides: tex(pncbc7t.vf) = %{tl_version} -Provides: tex(pncbc8t.vf) = %{tl_version} -Provides: tex(pncbi.vf) = %{tl_version} -Provides: tex(pncbi7t.vf) = %{tl_version} -Provides: tex(pncbi8c.vf) = %{tl_version} -Provides: tex(pncbi8t.vf) = %{tl_version} -Provides: tex(pncbo.vf) = %{tl_version} -Provides: tex(pncbo7t.vf) = %{tl_version} -Provides: tex(pncbo8c.vf) = %{tl_version} -Provides: tex(pncbo8t.vf) = %{tl_version} -Provides: tex(pncr.vf) = %{tl_version} -Provides: tex(pncr7t.vf) = %{tl_version} -Provides: tex(pncr8c.vf) = %{tl_version} -Provides: tex(pncr8t.vf) = %{tl_version} -Provides: tex(pncrc.vf) = %{tl_version} -Provides: tex(pncrc7t.vf) = %{tl_version} -Provides: tex(pncrc8t.vf) = %{tl_version} -Provides: tex(pncri.vf) = %{tl_version} -Provides: tex(pncri7t.vf) = %{tl_version} -Provides: tex(pncri8c.vf) = %{tl_version} -Provides: tex(pncri8t.vf) = %{tl_version} -Provides: tex(pncro.vf) = %{tl_version} -Provides: tex(pncro7t.vf) = %{tl_version} -Provides: tex(pncro8c.vf) = %{tl_version} -Provides: tex(pncro8t.vf) = %{tl_version} -Provides: tex(uncb7t.vf) = %{tl_version} -Provides: tex(uncb8c.vf) = %{tl_version} -Provides: tex(uncb8t.vf) = %{tl_version} -Provides: tex(uncbc7t.vf) = %{tl_version} -Provides: tex(uncbc8t.vf) = %{tl_version} -Provides: tex(uncbi7t.vf) = %{tl_version} -Provides: tex(uncbi8c.vf) = %{tl_version} -Provides: tex(uncbi8t.vf) = %{tl_version} -Provides: tex(uncbo7t.vf) = %{tl_version} -Provides: tex(uncbo8c.vf) = %{tl_version} -Provides: tex(uncbo8t.vf) = %{tl_version} -Provides: tex(uncr7t.vf) = %{tl_version} -Provides: tex(uncr8c.vf) = %{tl_version} -Provides: tex(uncr8t.vf) = %{tl_version} -Provides: tex(uncrc7t.vf) = %{tl_version} -Provides: tex(uncrc8t.vf) = %{tl_version} -Provides: tex(uncri7t.vf) = %{tl_version} -Provides: tex(uncri8c.vf) = %{tl_version} -Provides: tex(uncri8t.vf) = %{tl_version} -Provides: tex(uncro7t.vf) = %{tl_version} -Provides: tex(uncro8c.vf) = %{tl_version} -Provides: tex(uncro8t.vf) = %{tl_version} -Provides: tex(8runc.fd) = %{tl_version} -Provides: tex(omlunc.fd) = %{tl_version} -Provides: tex(omsunc.fd) = %{tl_version} -Provides: tex(ot1unc.fd) = %{tl_version} -Provides: tex(t1unc.fd) = %{tl_version} -Provides: tex(ts1unc.fd) = %{tl_version} - -%description ncntrsbk -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post ncntrsbk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ncntrsbk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ncntrsbk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package palatino -Provides: tex-palatino = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(upl.map) = %{tl_version} -Provides: tex(eurbo10.tfm) = %{tl_version} -Provides: tex(eurmo10.tfm) = %{tl_version} -Provides: tex(pplb.tfm) = %{tl_version} -Provides: tex(pplb7t.tfm) = %{tl_version} -Provides: tex(pplb8c.tfm) = %{tl_version} -Provides: tex(pplb8r.tfm) = %{tl_version} -Provides: tex(pplb8t.tfm) = %{tl_version} -Provides: tex(pplb9c.tfm) = %{tl_version} -Provides: tex(pplb9d.tfm) = %{tl_version} -Provides: tex(pplb9e.tfm) = %{tl_version} -Provides: tex(pplb9o.tfm) = %{tl_version} -Provides: tex(pplb9t.tfm) = %{tl_version} -Provides: tex(pplbc.tfm) = %{tl_version} -Provides: tex(pplbc7t.tfm) = %{tl_version} -Provides: tex(pplbc8t.tfm) = %{tl_version} -Provides: tex(pplbi.tfm) = %{tl_version} -Provides: tex(pplbi7t.tfm) = %{tl_version} -Provides: tex(pplbi8c.tfm) = %{tl_version} -Provides: tex(pplbi8r.tfm) = %{tl_version} -Provides: tex(pplbi8t.tfm) = %{tl_version} -Provides: tex(pplbi9c.tfm) = %{tl_version} -Provides: tex(pplbi9d.tfm) = %{tl_version} -Provides: tex(pplbi9e.tfm) = %{tl_version} -Provides: tex(pplbi9o.tfm) = %{tl_version} -Provides: tex(pplbi9t.tfm) = %{tl_version} -Provides: tex(pplbij8r.tfm) = %{tl_version} -Provides: tex(pplbj8r.tfm) = %{tl_version} -Provides: tex(pplbo.tfm) = %{tl_version} -Provides: tex(pplbo7t.tfm) = %{tl_version} -Provides: tex(pplbo8c.tfm) = %{tl_version} -Provides: tex(pplbo8r.tfm) = %{tl_version} -Provides: tex(pplbo8t.tfm) = %{tl_version} -Provides: tex(pplbu.tfm) = %{tl_version} -Provides: tex(pplbu8r.tfm) = %{tl_version} -Provides: tex(pplr.tfm) = %{tl_version} -Provides: tex(pplr7t.tfm) = %{tl_version} -Provides: tex(pplr8c.tfm) = %{tl_version} -Provides: tex(pplr8r.tfm) = %{tl_version} -Provides: tex(pplr8rn.tfm) = %{tl_version} -Provides: tex(pplr8t.tfm) = %{tl_version} -Provides: tex(pplr9c.tfm) = %{tl_version} -Provides: tex(pplr9d.tfm) = %{tl_version} -Provides: tex(pplr9e.tfm) = %{tl_version} -Provides: tex(pplr9o.tfm) = %{tl_version} -Provides: tex(pplr9t.tfm) = %{tl_version} -Provides: tex(pplrc.tfm) = %{tl_version} -Provides: tex(pplrc7t.tfm) = %{tl_version} -Provides: tex(pplrc8r.tfm) = %{tl_version} -Provides: tex(pplrc8t.tfm) = %{tl_version} -Provides: tex(pplrc9d.tfm) = %{tl_version} -Provides: tex(pplrc9e.tfm) = %{tl_version} -Provides: tex(pplrc9o.tfm) = %{tl_version} -Provides: tex(pplrc9t.tfm) = %{tl_version} -Provides: tex(pplri.tfm) = %{tl_version} -Provides: tex(pplri7t.tfm) = %{tl_version} -Provides: tex(pplri8c.tfm) = %{tl_version} -Provides: tex(pplri8r.tfm) = %{tl_version} -Provides: tex(pplri8t.tfm) = %{tl_version} -Provides: tex(pplri9c.tfm) = %{tl_version} -Provides: tex(pplri9d.tfm) = %{tl_version} -Provides: tex(pplri9e.tfm) = %{tl_version} -Provides: tex(pplri9o.tfm) = %{tl_version} -Provides: tex(pplri9t.tfm) = %{tl_version} -Provides: tex(pplrij8r.tfm) = %{tl_version} -Provides: tex(pplro.tfm) = %{tl_version} -Provides: tex(pplro7t.tfm) = %{tl_version} -Provides: tex(pplro8c.tfm) = %{tl_version} -Provides: tex(pplro8r.tfm) = %{tl_version} -Provides: tex(pplro8t.tfm) = %{tl_version} -Provides: tex(pplrr8re.tfm) = %{tl_version} -Provides: tex(pplrre.tfm) = %{tl_version} -Provides: tex(pplrrn.tfm) = %{tl_version} -Provides: tex(pplru.tfm) = %{tl_version} -Provides: tex(pplru8r.tfm) = %{tl_version} -Provides: tex(zppleb7m.tfm) = %{tl_version} -Provides: tex(zppleb7t.tfm) = %{tl_version} -Provides: tex(zppleb7y.tfm) = %{tl_version} -Provides: tex(zppler7m.tfm) = %{tl_version} -Provides: tex(zppler7t.tfm) = %{tl_version} -Provides: tex(zppler7v.tfm) = %{tl_version} -Provides: tex(zppler7y.tfm) = %{tl_version} -Provides: tex(uplb7t.tfm) = %{tl_version} -Provides: tex(uplb8c.tfm) = %{tl_version} -Provides: tex(uplb8r.tfm) = %{tl_version} -Provides: tex(uplb8t.tfm) = %{tl_version} -Provides: tex(uplbc7t.tfm) = %{tl_version} -Provides: tex(uplbc8t.tfm) = %{tl_version} -Provides: tex(uplbi7t.tfm) = %{tl_version} -Provides: tex(uplbi8c.tfm) = %{tl_version} -Provides: tex(uplbi8r.tfm) = %{tl_version} -Provides: tex(uplbi8t.tfm) = %{tl_version} -Provides: tex(uplbo7t.tfm) = %{tl_version} -Provides: tex(uplbo8c.tfm) = %{tl_version} -Provides: tex(uplbo8r.tfm) = %{tl_version} -Provides: tex(uplbo8t.tfm) = %{tl_version} -Provides: tex(uplr7t.tfm) = %{tl_version} -Provides: tex(uplr8c.tfm) = %{tl_version} -Provides: tex(uplr8r.tfm) = %{tl_version} -Provides: tex(uplr8t.tfm) = %{tl_version} -Provides: tex(uplrc7t.tfm) = %{tl_version} -Provides: tex(uplrc8t.tfm) = %{tl_version} -Provides: tex(uplri7t.tfm) = %{tl_version} -Provides: tex(uplri8c.tfm) = %{tl_version} -Provides: tex(uplri8r.tfm) = %{tl_version} -Provides: tex(uplri8t.tfm) = %{tl_version} -Provides: tex(uplro7t.tfm) = %{tl_version} -Provides: tex(uplro8c.tfm) = %{tl_version} -Provides: tex(uplro8r.tfm) = %{tl_version} -Provides: tex(uplro8t.tfm) = %{tl_version} -Provides: tex(uplb8a.pfb) = %{tl_version} -Provides: tex(uplbi8a.pfb) = %{tl_version} -Provides: tex(uplr8a.pfb) = %{tl_version} -Provides: tex(uplri8a.pfb) = %{tl_version} -Provides: tex(pplb.vf) = %{tl_version} -Provides: tex(pplb7t.vf) = %{tl_version} -Provides: tex(pplb8c.vf) = %{tl_version} -Provides: tex(pplb8t.vf) = %{tl_version} -Provides: tex(pplb9c.vf) = %{tl_version} -Provides: tex(pplb9d.vf) = %{tl_version} -Provides: tex(pplb9e.vf) = %{tl_version} -Provides: tex(pplb9o.vf) = %{tl_version} -Provides: tex(pplb9t.vf) = %{tl_version} -Provides: tex(pplbc.vf) = %{tl_version} -Provides: tex(pplbc7t.vf) = %{tl_version} -Provides: tex(pplbc8t.vf) = %{tl_version} -Provides: tex(pplbi.vf) = %{tl_version} -Provides: tex(pplbi7t.vf) = %{tl_version} -Provides: tex(pplbi8c.vf) = %{tl_version} -Provides: tex(pplbi8t.vf) = %{tl_version} -Provides: tex(pplbi9c.vf) = %{tl_version} -Provides: tex(pplbi9d.vf) = %{tl_version} -Provides: tex(pplbi9e.vf) = %{tl_version} -Provides: tex(pplbi9o.vf) = %{tl_version} -Provides: tex(pplbi9t.vf) = %{tl_version} -Provides: tex(pplbo.vf) = %{tl_version} -Provides: tex(pplbo7t.vf) = %{tl_version} -Provides: tex(pplbo8c.vf) = %{tl_version} -Provides: tex(pplbo8t.vf) = %{tl_version} -Provides: tex(pplbu.vf) = %{tl_version} -Provides: tex(pplr.vf) = %{tl_version} -Provides: tex(pplr7t.vf) = %{tl_version} -Provides: tex(pplr8c.vf) = %{tl_version} -Provides: tex(pplr8t.vf) = %{tl_version} -Provides: tex(pplr9c.vf) = %{tl_version} -Provides: tex(pplr9d.vf) = %{tl_version} -Provides: tex(pplr9e.vf) = %{tl_version} -Provides: tex(pplr9o.vf) = %{tl_version} -Provides: tex(pplr9t.vf) = %{tl_version} -Provides: tex(pplrc.vf) = %{tl_version} -Provides: tex(pplrc7t.vf) = %{tl_version} -Provides: tex(pplrc8t.vf) = %{tl_version} -Provides: tex(pplrc9d.vf) = %{tl_version} -Provides: tex(pplrc9e.vf) = %{tl_version} -Provides: tex(pplrc9o.vf) = %{tl_version} -Provides: tex(pplrc9t.vf) = %{tl_version} -Provides: tex(pplri.vf) = %{tl_version} -Provides: tex(pplri7t.vf) = %{tl_version} -Provides: tex(pplri8c.vf) = %{tl_version} -Provides: tex(pplri8t.vf) = %{tl_version} -Provides: tex(pplri9c.vf) = %{tl_version} -Provides: tex(pplri9d.vf) = %{tl_version} -Provides: tex(pplri9e.vf) = %{tl_version} -Provides: tex(pplri9o.vf) = %{tl_version} -Provides: tex(pplri9t.vf) = %{tl_version} -Provides: tex(pplro.vf) = %{tl_version} -Provides: tex(pplro7t.vf) = %{tl_version} -Provides: tex(pplro8c.vf) = %{tl_version} -Provides: tex(pplro8t.vf) = %{tl_version} -Provides: tex(pplrre.vf) = %{tl_version} -Provides: tex(pplrrn.vf) = %{tl_version} -Provides: tex(pplru.vf) = %{tl_version} -Provides: tex(zppleb7m.vf) = %{tl_version} -Provides: tex(zppleb7t.vf) = %{tl_version} -Provides: tex(zppleb7y.vf) = %{tl_version} -Provides: tex(zppler7m.vf) = %{tl_version} -Provides: tex(zppler7t.vf) = %{tl_version} -Provides: tex(zppler7v.vf) = %{tl_version} -Provides: tex(zppler7y.vf) = %{tl_version} -Provides: tex(uplb7t.vf) = %{tl_version} -Provides: tex(uplb8c.vf) = %{tl_version} -Provides: tex(uplb8t.vf) = %{tl_version} -Provides: tex(uplbc7t.vf) = %{tl_version} -Provides: tex(uplbc8t.vf) = %{tl_version} -Provides: tex(uplbi7t.vf) = %{tl_version} -Provides: tex(uplbi8c.vf) = %{tl_version} -Provides: tex(uplbi8t.vf) = %{tl_version} -Provides: tex(uplbo7t.vf) = %{tl_version} -Provides: tex(uplbo8c.vf) = %{tl_version} -Provides: tex(uplbo8t.vf) = %{tl_version} -Provides: tex(uplr7t.vf) = %{tl_version} -Provides: tex(uplr8c.vf) = %{tl_version} -Provides: tex(uplr8t.vf) = %{tl_version} -Provides: tex(uplrc7t.vf) = %{tl_version} -Provides: tex(uplrc8t.vf) = %{tl_version} -Provides: tex(uplri7t.vf) = %{tl_version} -Provides: tex(uplri8c.vf) = %{tl_version} -Provides: tex(uplri8t.vf) = %{tl_version} -Provides: tex(uplro7t.vf) = %{tl_version} -Provides: tex(uplro8c.vf) = %{tl_version} -Provides: tex(uplro8t.vf) = %{tl_version} -Provides: tex(8rupl.fd) = %{tl_version} -Provides: tex(omlupl.fd) = %{tl_version} -Provides: tex(omsupl.fd) = %{tl_version} -Provides: tex(ot1upl.fd) = %{tl_version} -Provides: tex(t1upl.fd) = %{tl_version} -Provides: tex(ts1upl.fd) = %{tl_version} - -%description palatino -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post palatino -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun palatino -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans palatino -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxfonts -Provides: tex-pxfonts = %{tl_version} -License: GPL+ -Summary: Palatino-like fonts in support of mathematics -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(pxfonts.map) = %{tl_version} -Provides: tex(pxr.map) = %{tl_version} -Provides: tex(pxr1.map) = %{tl_version} -Provides: tex(pxr2.map) = %{tl_version} -Provides: tex(pxr3.map) = %{tl_version} -Provides: tex(p1xb.tfm) = %{tl_version} -Provides: tex(p1xbi.tfm) = %{tl_version} -Provides: tex(p1xbsc.tfm) = %{tl_version} -Provides: tex(p1xbsl.tfm) = %{tl_version} -Provides: tex(p1xi.tfm) = %{tl_version} -Provides: tex(p1xr.tfm) = %{tl_version} -Provides: tex(p1xsc.tfm) = %{tl_version} -Provides: tex(p1xsl.tfm) = %{tl_version} -Provides: tex(pcxb.tfm) = %{tl_version} -Provides: tex(pcxbi.tfm) = %{tl_version} -Provides: tex(pcxbsl.tfm) = %{tl_version} -Provides: tex(pcxi.tfm) = %{tl_version} -Provides: tex(pcxr.tfm) = %{tl_version} -Provides: tex(pcxsl.tfm) = %{tl_version} -Provides: tex(pxb.tfm) = %{tl_version} -Provides: tex(pxbex.tfm) = %{tl_version} -Provides: tex(pxbexa.tfm) = %{tl_version} -Provides: tex(pxbi.tfm) = %{tl_version} -Provides: tex(pxbmi.tfm) = %{tl_version} -Provides: tex(pxbmi1.tfm) = %{tl_version} -Provides: tex(pxbmia.tfm) = %{tl_version} -Provides: tex(pxbsc.tfm) = %{tl_version} -Provides: tex(pxbsl.tfm) = %{tl_version} -Provides: tex(pxbsy.tfm) = %{tl_version} -Provides: tex(pxbsya.tfm) = %{tl_version} -Provides: tex(pxbsyb.tfm) = %{tl_version} -Provides: tex(pxbsyc.tfm) = %{tl_version} -Provides: tex(pxex.tfm) = %{tl_version} -Provides: tex(pxexa.tfm) = %{tl_version} -Provides: tex(pxi.tfm) = %{tl_version} -Provides: tex(pxmi.tfm) = %{tl_version} -Provides: tex(pxmi1.tfm) = %{tl_version} -Provides: tex(pxmia.tfm) = %{tl_version} -Provides: tex(pxr.tfm) = %{tl_version} -Provides: tex(pxsc.tfm) = %{tl_version} -Provides: tex(pxsl.tfm) = %{tl_version} -Provides: tex(pxsy.tfm) = %{tl_version} -Provides: tex(pxsya.tfm) = %{tl_version} -Provides: tex(pxsyb.tfm) = %{tl_version} -Provides: tex(pxsyc.tfm) = %{tl_version} -Provides: tex(rpcxb.tfm) = %{tl_version} -Provides: tex(rpcxbi.tfm) = %{tl_version} -Provides: tex(rpcxbsl.tfm) = %{tl_version} -Provides: tex(rpcxi.tfm) = %{tl_version} -Provides: tex(rpcxr.tfm) = %{tl_version} -Provides: tex(rpcxsl.tfm) = %{tl_version} -Provides: tex(rpxb.tfm) = %{tl_version} -Provides: tex(rpxbi.tfm) = %{tl_version} -Provides: tex(rpxbmi.tfm) = %{tl_version} -Provides: tex(rpxbsc.tfm) = %{tl_version} -Provides: tex(rpxbsl.tfm) = %{tl_version} -Provides: tex(rpxi.tfm) = %{tl_version} -Provides: tex(rpxmi.tfm) = %{tl_version} -Provides: tex(rpxpplb.tfm) = %{tl_version} -Provides: tex(rpxpplbi.tfm) = %{tl_version} -Provides: tex(rpxpplbo.tfm) = %{tl_version} -Provides: tex(rpxpplr.tfm) = %{tl_version} -Provides: tex(rpxpplri.tfm) = %{tl_version} -Provides: tex(rpxpplro.tfm) = %{tl_version} -Provides: tex(rpxr.tfm) = %{tl_version} -Provides: tex(rpxsc.tfm) = %{tl_version} -Provides: tex(rpxsl.tfm) = %{tl_version} -Provides: tex(pxbex.pfb) = %{tl_version} -Provides: tex(pxbexa.pfb) = %{tl_version} -Provides: tex(pxbmia.pfb) = %{tl_version} -Provides: tex(pxbsy.pfb) = %{tl_version} -Provides: tex(pxbsya.pfb) = %{tl_version} -Provides: tex(pxbsyb.pfb) = %{tl_version} -Provides: tex(pxbsyc.pfb) = %{tl_version} -Provides: tex(pxex.pfb) = %{tl_version} -Provides: tex(pxexa.pfb) = %{tl_version} -Provides: tex(pxmia.pfb) = %{tl_version} -Provides: tex(pxsy.pfb) = %{tl_version} -Provides: tex(pxsya.pfb) = %{tl_version} -Provides: tex(pxsyb.pfb) = %{tl_version} -Provides: tex(pxsyc.pfb) = %{tl_version} -Provides: tex(rpcxb.pfb) = %{tl_version} -Provides: tex(rpcxbi.pfb) = %{tl_version} -Provides: tex(rpcxi.pfb) = %{tl_version} -Provides: tex(rpcxr.pfb) = %{tl_version} -Provides: tex(rpxb.pfb) = %{tl_version} -Provides: tex(rpxbi.pfb) = %{tl_version} -Provides: tex(rpxbmi.pfb) = %{tl_version} -Provides: tex(rpxbsc.pfb) = %{tl_version} -Provides: tex(rpxi.pfb) = %{tl_version} -Provides: tex(rpxmi.pfb) = %{tl_version} -Provides: tex(rpxr.pfb) = %{tl_version} -Provides: tex(rpxsc.pfb) = %{tl_version} -Provides: tex(p1xb.vf) = %{tl_version} -Provides: tex(p1xbi.vf) = %{tl_version} -Provides: tex(p1xbsc.vf) = %{tl_version} -Provides: tex(p1xbsl.vf) = %{tl_version} -Provides: tex(p1xi.vf) = %{tl_version} -Provides: tex(p1xr.vf) = %{tl_version} -Provides: tex(p1xsc.vf) = %{tl_version} -Provides: tex(p1xsl.vf) = %{tl_version} -Provides: tex(pcxb.vf) = %{tl_version} -Provides: tex(pcxbi.vf) = %{tl_version} -Provides: tex(pcxbsl.vf) = %{tl_version} -Provides: tex(pcxi.vf) = %{tl_version} -Provides: tex(pcxr.vf) = %{tl_version} -Provides: tex(pcxsl.vf) = %{tl_version} -Provides: tex(pxb.vf) = %{tl_version} -Provides: tex(pxbi.vf) = %{tl_version} -Provides: tex(pxbmi.vf) = %{tl_version} -Provides: tex(pxbmi1.vf) = %{tl_version} -Provides: tex(pxbsc.vf) = %{tl_version} -Provides: tex(pxbsl.vf) = %{tl_version} -Provides: tex(pxi.vf) = %{tl_version} -Provides: tex(pxmi.vf) = %{tl_version} -Provides: tex(pxmi1.vf) = %{tl_version} -Provides: tex(pxr.vf) = %{tl_version} -Provides: tex(pxsc.vf) = %{tl_version} -Provides: tex(pxsl.vf) = %{tl_version} -Provides: tex(omlpxmi.fd) = %{tl_version} -Provides: tex(omlpxr.fd) = %{tl_version} -Provides: tex(omspxr.fd) = %{tl_version} -Provides: tex(omspxsy.fd) = %{tl_version} -Provides: tex(omxpxex.fd) = %{tl_version} -Provides: tex(ot1pxr.fd) = %{tl_version} -Provides: tex(ot1pxss.fd) = %{tl_version} -Provides: tex(ot1pxtt.fd) = %{tl_version} -Provides: tex(pxfonts.sty) = %{tl_version} -Provides: tex(t1pxr.fd) = %{tl_version} -Provides: tex(t1pxss.fd) = %{tl_version} -Provides: tex(t1pxtt.fd) = %{tl_version} -Provides: tex(ts1pxr.fd) = %{tl_version} -Provides: tex(ts1pxss.fd) = %{tl_version} -Provides: tex(ts1pxtt.fd) = %{tl_version} -Provides: tex(upxexa.fd) = %{tl_version} -Provides: tex(upxmia.fd) = %{tl_version} -Provides: tex(upxr.fd) = %{tl_version} -Provides: tex(upxss.fd) = %{tl_version} -Provides: tex(upxsya.fd) = %{tl_version} -Provides: tex(upxsyb.fd) = %{tl_version} -Provides: tex(upxsyc.fd) = %{tl_version} -Provides: tex(upxtt.fd) = %{tl_version} - -%description pxfonts -Pxfonts supplies virtual text roman fonts using Adobe Palatino -(or URWPalladioL) with some modified and additional text -symbols in the OT1, T1, and TS1 encodings; maths alphabets -using Palatino/Palladio; maths fonts providing all the symbols -of the Computer Modern and AMS fonts, including all the Greek -capital letters from CMR; and additional maths fonts of various -other symbols. The set is complemented by a sans-serif set of -text fonts, based on Helvetica/NimbusSanL, and a monospace set -derived from the parallel TX font set. All the fonts are in -Type 1 format (AFM and PFB files), and are supported by TeX -metrics (VF and TFM files) and macros for use with LaTeX. - -date: 2009-01-15 09:33:18 +0100 - -%post pxfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map pxfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map pxfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun pxfonts -if [ $1 == 0 ] ; then -sed -i '/^Map pxfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans pxfonts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxfonts-doc -Summary: Documentation for pxfonts -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pxfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description pxfonts-doc -Documentation for pxfonts - -%package rsfs -Provides: tex-rsfs = %{tl_version} -License: rsfs -Summary: Ralph Smith's Formal Script font -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(rsfs.map) = %{tl_version} -Provides: tex(rsfs10.tfm) = %{tl_version} -Provides: tex(rsfs5.tfm) = %{tl_version} -Provides: tex(rsfs7.tfm) = %{tl_version} -Provides: tex(rsfs10.pfb) = %{tl_version} -Provides: tex(rsfs5.pfb) = %{tl_version} -Provides: tex(rsfs7.pfb) = %{tl_version} -Provides: tex(scrload.tex) = %{tl_version} - -%description rsfs -The fonts provide uppercase 'formal' script letters for use as -symbols in scientific and mathematical typesetting (in contrast -to the informal script fonts such as that used for the -'calligraphic' symbols in the TeX maths symbol font). The fonts -are provided as MetaFont source, and as derived Adobe Type 1 -format. LaTeX support, for using these fonts in mathematics, is -available via one of the packages calrsfs and mathrsfs. - -date: 2008-12-14 19:11:27 +0100 - -%post rsfs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap rsfs.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap rsfs.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun rsfs -if [ $1 == 0 ] ; then -sed -i '/^MixedMap rsfs.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans rsfs -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rsfs-doc -Summary: Documentation for rsfs -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-rsfs-doc -BuildArch: noarch -AutoReqProv: No - -%description rsfs-doc -Documentation for rsfs - -%package symbol -Provides: tex-symbol = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(usy.map) = %{tl_version} -Provides: tex(psyr.tfm) = %{tl_version} -Provides: tex(msyr.tfm) = %{tl_version} -Provides: tex(usyr.tfm) = %{tl_version} -Provides: tex(usyr.pfb) = %{tl_version} -Provides: tex(uusy.fd) = %{tl_version} - -%description symbol -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post symbol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun symbol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans symbol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-gyre -Provides: tex-tex-gyre = %{tl_version} -License: GFSL -Summary: TeX Fonts extending freely available URW fonts -Version: svn18651.2.004 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(tgcursor.sty) -Requires: tex(tgheros.sty) -Requires: tex(tgchorus.sty) -Requires: tex(kvoptions.sty) -Provides: tex(q-cs-sc.enc) = %{tl_version} -Provides: tex(q-cs.enc) = %{tl_version} -Provides: tex(q-csm-sc.enc) = %{tl_version} -Provides: tex(q-csm.enc) = %{tl_version} -Provides: tex(q-cszc.enc) = %{tl_version} -Provides: tex(q-ec-sc.enc) = %{tl_version} -Provides: tex(q-ec.enc) = %{tl_version} -Provides: tex(q-l7x-sc.enc) = %{tl_version} -Provides: tex(q-l7x.enc) = %{tl_version} -Provides: tex(q-l7xzc.enc) = %{tl_version} -Provides: tex(q-qx-sc.enc) = %{tl_version} -Provides: tex(q-qx.enc) = %{tl_version} -Provides: tex(q-qxm-sc.enc) = %{tl_version} -Provides: tex(q-qxm.enc) = %{tl_version} -Provides: tex(q-qxzc.enc) = %{tl_version} -Provides: tex(q-rm-sc.enc) = %{tl_version} -Provides: tex(q-rm.enc) = %{tl_version} -Provides: tex(q-rmm-sc.enc) = %{tl_version} -Provides: tex(q-rmm.enc) = %{tl_version} -Provides: tex(q-rmzc.enc) = %{tl_version} -Provides: tex(q-t5-sc.enc) = %{tl_version} -Provides: tex(q-t5.enc) = %{tl_version} -Provides: tex(q-texnansi-sc.enc) = %{tl_version} -Provides: tex(q-texnansi.enc) = %{tl_version} -Provides: tex(q-texnansizc.enc) = %{tl_version} -Provides: tex(q-ts1.enc) = %{tl_version} -Provides: tex(qag-cs.map) = %{tl_version} -Provides: tex(qag-ec.map) = %{tl_version} -Provides: tex(qag-l7x.map) = %{tl_version} -Provides: tex(qag-qx.map) = %{tl_version} -Provides: tex(qag-rm.map) = %{tl_version} -Provides: tex(qag-t5.map) = %{tl_version} -Provides: tex(qag-texnansi.map) = %{tl_version} -Provides: tex(qag-ts1.map) = %{tl_version} -Provides: tex(qag.map) = %{tl_version} -Provides: tex(qbk-cs.map) = %{tl_version} -Provides: tex(qbk-ec.map) = %{tl_version} -Provides: tex(qbk-l7x.map) = %{tl_version} -Provides: tex(qbk-qx.map) = %{tl_version} -Provides: tex(qbk-rm.map) = %{tl_version} -Provides: tex(qbk-t5.map) = %{tl_version} -Provides: tex(qbk-texnansi.map) = %{tl_version} -Provides: tex(qbk-ts1.map) = %{tl_version} -Provides: tex(qbk.map) = %{tl_version} -Provides: tex(qcr-cs.map) = %{tl_version} -Provides: tex(qcr-ec.map) = %{tl_version} -Provides: tex(qcr-l7x.map) = %{tl_version} -Provides: tex(qcr-qx.map) = %{tl_version} -Provides: tex(qcr-rm.map) = %{tl_version} -Provides: tex(qcr-t5.map) = %{tl_version} -Provides: tex(qcr-texnansi.map) = %{tl_version} -Provides: tex(qcr-ts1.map) = %{tl_version} -Provides: tex(qcr.map) = %{tl_version} -Provides: tex(qcs-cs.map) = %{tl_version} -Provides: tex(qcs-ec.map) = %{tl_version} -Provides: tex(qcs-l7x.map) = %{tl_version} -Provides: tex(qcs-qx.map) = %{tl_version} -Provides: tex(qcs-rm.map) = %{tl_version} -Provides: tex(qcs-t5.map) = %{tl_version} -Provides: tex(qcs-texnansi.map) = %{tl_version} -Provides: tex(qcs-ts1.map) = %{tl_version} -Provides: tex(qcs.map) = %{tl_version} -Provides: tex(qhv-cs.map) = %{tl_version} -Provides: tex(qhv-ec.map) = %{tl_version} -Provides: tex(qhv-l7x.map) = %{tl_version} -Provides: tex(qhv-qx.map) = %{tl_version} -Provides: tex(qhv-rm.map) = %{tl_version} -Provides: tex(qhv-t5.map) = %{tl_version} -Provides: tex(qhv-texnansi.map) = %{tl_version} -Provides: tex(qhv-ts1.map) = %{tl_version} -Provides: tex(qhv.map) = %{tl_version} -Provides: tex(qpl-cs.map) = %{tl_version} -Provides: tex(qpl-ec.map) = %{tl_version} -Provides: tex(qpl-l7x.map) = %{tl_version} -Provides: tex(qpl-qx.map) = %{tl_version} -Provides: tex(qpl-rm.map) = %{tl_version} -Provides: tex(qpl-t5.map) = %{tl_version} -Provides: tex(qpl-texnansi.map) = %{tl_version} -Provides: tex(qpl-ts1.map) = %{tl_version} -Provides: tex(qpl.map) = %{tl_version} -Provides: tex(qtm-cs.map) = %{tl_version} -Provides: tex(qtm-ec.map) = %{tl_version} -Provides: tex(qtm-l7x.map) = %{tl_version} -Provides: tex(qtm-qx.map) = %{tl_version} -Provides: tex(qtm-rm.map) = %{tl_version} -Provides: tex(qtm-t5.map) = %{tl_version} -Provides: tex(qtm-texnansi.map) = %{tl_version} -Provides: tex(qtm-ts1.map) = %{tl_version} -Provides: tex(qtm.map) = %{tl_version} -Provides: tex(qzc-cs.map) = %{tl_version} -Provides: tex(qzc-ec.map) = %{tl_version} -Provides: tex(qzc-l7x.map) = %{tl_version} -Provides: tex(qzc-qx.map) = %{tl_version} -Provides: tex(qzc-rm.map) = %{tl_version} -Provides: tex(qzc-t5.map) = %{tl_version} -Provides: tex(qzc-texnansi.map) = %{tl_version} -Provides: tex(qzc-ts1.map) = %{tl_version} -Provides: tex(qzc.map) = %{tl_version} -Provides: tex(texgyreadventor-bold.otf) = %{tl_version} -Provides: tex(texgyreadventor-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreadventor-italic.otf) = %{tl_version} -Provides: tex(texgyreadventor-regular.otf) = %{tl_version} -Provides: tex(texgyrebonum-bold.otf) = %{tl_version} -Provides: tex(texgyrebonum-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrebonum-italic.otf) = %{tl_version} -Provides: tex(texgyrebonum-regular.otf) = %{tl_version} -Provides: tex(texgyrechorus-mediumitalic.otf) = %{tl_version} -Provides: tex(texgyrecursor-bold.otf) = %{tl_version} -Provides: tex(texgyrecursor-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrecursor-italic.otf) = %{tl_version} -Provides: tex(texgyrecursor-regular.otf) = %{tl_version} -Provides: tex(texgyreheros-bold.otf) = %{tl_version} -Provides: tex(texgyreheros-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreheros-italic.otf) = %{tl_version} -Provides: tex(texgyreheros-regular.otf) = %{tl_version} -Provides: tex(texgyreheroscn-bold.otf) = %{tl_version} -Provides: tex(texgyreheroscn-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreheroscn-italic.otf) = %{tl_version} -Provides: tex(texgyreheroscn-regular.otf) = %{tl_version} -Provides: tex(texgyrepagella-bold.otf) = %{tl_version} -Provides: tex(texgyrepagella-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrepagella-italic.otf) = %{tl_version} -Provides: tex(texgyrepagella-regular.otf) = %{tl_version} -Provides: tex(texgyreschola-bold.otf) = %{tl_version} -Provides: tex(texgyreschola-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreschola-italic.otf) = %{tl_version} -Provides: tex(texgyreschola-regular.otf) = %{tl_version} -Provides: tex(texgyretermes-bold.otf) = %{tl_version} -Provides: tex(texgyretermes-bolditalic.otf) = %{tl_version} -Provides: tex(texgyretermes-italic.otf) = %{tl_version} -Provides: tex(texgyretermes-regular.otf) = %{tl_version} -Provides: tex(cs-qagb-sc.tfm) = %{tl_version} -Provides: tex(cs-qagb.tfm) = %{tl_version} -Provides: tex(cs-qagbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qagbi.tfm) = %{tl_version} -Provides: tex(cs-qagr-sc.tfm) = %{tl_version} -Provides: tex(cs-qagr.tfm) = %{tl_version} -Provides: tex(cs-qagri-sc.tfm) = %{tl_version} -Provides: tex(cs-qagri.tfm) = %{tl_version} -Provides: tex(cs-qbkb-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkb.tfm) = %{tl_version} -Provides: tex(cs-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkbi.tfm) = %{tl_version} -Provides: tex(cs-qbkr-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkr.tfm) = %{tl_version} -Provides: tex(cs-qbkri-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkri.tfm) = %{tl_version} -Provides: tex(cs-qcrb-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrb.tfm) = %{tl_version} -Provides: tex(cs-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrbi.tfm) = %{tl_version} -Provides: tex(cs-qcrr-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrr.tfm) = %{tl_version} -Provides: tex(cs-qcrri-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrri.tfm) = %{tl_version} -Provides: tex(cs-qcsb-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsb.tfm) = %{tl_version} -Provides: tex(cs-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsbi.tfm) = %{tl_version} -Provides: tex(cs-qcsr-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsr.tfm) = %{tl_version} -Provides: tex(cs-qcsri-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsri.tfm) = %{tl_version} -Provides: tex(cs-qhvb-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvb.tfm) = %{tl_version} -Provides: tex(cs-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvbi.tfm) = %{tl_version} -Provides: tex(cs-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcb.tfm) = %{tl_version} -Provides: tex(cs-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcbi.tfm) = %{tl_version} -Provides: tex(cs-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcr.tfm) = %{tl_version} -Provides: tex(cs-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcri.tfm) = %{tl_version} -Provides: tex(cs-qhvr-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvr.tfm) = %{tl_version} -Provides: tex(cs-qhvri-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvri.tfm) = %{tl_version} -Provides: tex(cs-qplb-sc.tfm) = %{tl_version} -Provides: tex(cs-qplb.tfm) = %{tl_version} -Provides: tex(cs-qplbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qplbi.tfm) = %{tl_version} -Provides: tex(cs-qplr-sc.tfm) = %{tl_version} -Provides: tex(cs-qplr.tfm) = %{tl_version} -Provides: tex(cs-qplri-sc.tfm) = %{tl_version} -Provides: tex(cs-qplri.tfm) = %{tl_version} -Provides: tex(cs-qtmb-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmb.tfm) = %{tl_version} -Provides: tex(cs-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmbi.tfm) = %{tl_version} -Provides: tex(cs-qtmr-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmr.tfm) = %{tl_version} -Provides: tex(cs-qtmri-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmri.tfm) = %{tl_version} -Provides: tex(cs-qzcmi.tfm) = %{tl_version} -Provides: tex(ec-qagb-sc.tfm) = %{tl_version} -Provides: tex(ec-qagb.tfm) = %{tl_version} -Provides: tex(ec-qagbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qagbi.tfm) = %{tl_version} -Provides: tex(ec-qagr-sc.tfm) = %{tl_version} -Provides: tex(ec-qagr.tfm) = %{tl_version} -Provides: tex(ec-qagri-sc.tfm) = %{tl_version} -Provides: tex(ec-qagri.tfm) = %{tl_version} -Provides: tex(ec-qbkb-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkb.tfm) = %{tl_version} -Provides: tex(ec-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkbi.tfm) = %{tl_version} -Provides: tex(ec-qbkr-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkr.tfm) = %{tl_version} -Provides: tex(ec-qbkri-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkri.tfm) = %{tl_version} -Provides: tex(ec-qcrb-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrb.tfm) = %{tl_version} -Provides: tex(ec-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrbi.tfm) = %{tl_version} -Provides: tex(ec-qcrr-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrr.tfm) = %{tl_version} -Provides: tex(ec-qcrri-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrri.tfm) = %{tl_version} -Provides: tex(ec-qcsb-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsb.tfm) = %{tl_version} -Provides: tex(ec-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsbi.tfm) = %{tl_version} -Provides: tex(ec-qcsr-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsr.tfm) = %{tl_version} -Provides: tex(ec-qcsri-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsri.tfm) = %{tl_version} -Provides: tex(ec-qhvb-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvb.tfm) = %{tl_version} -Provides: tex(ec-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvbi.tfm) = %{tl_version} -Provides: tex(ec-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcb.tfm) = %{tl_version} -Provides: tex(ec-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcbi.tfm) = %{tl_version} -Provides: tex(ec-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcr.tfm) = %{tl_version} -Provides: tex(ec-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcri.tfm) = %{tl_version} -Provides: tex(ec-qhvr-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvr.tfm) = %{tl_version} -Provides: tex(ec-qhvri-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvri.tfm) = %{tl_version} -Provides: tex(ec-qplb-sc.tfm) = %{tl_version} -Provides: tex(ec-qplb.tfm) = %{tl_version} -Provides: tex(ec-qplbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qplbi.tfm) = %{tl_version} -Provides: tex(ec-qplr-sc.tfm) = %{tl_version} -Provides: tex(ec-qplr.tfm) = %{tl_version} -Provides: tex(ec-qplri-sc.tfm) = %{tl_version} -Provides: tex(ec-qplri.tfm) = %{tl_version} -Provides: tex(ec-qtmb-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmb.tfm) = %{tl_version} -Provides: tex(ec-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmbi.tfm) = %{tl_version} -Provides: tex(ec-qtmr-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmr.tfm) = %{tl_version} -Provides: tex(ec-qtmri-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmri.tfm) = %{tl_version} -Provides: tex(ec-qzcmi.tfm) = %{tl_version} -Provides: tex(l7x-qagb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagb.tfm) = %{tl_version} -Provides: tex(l7x-qagbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagbi.tfm) = %{tl_version} -Provides: tex(l7x-qagr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagr.tfm) = %{tl_version} -Provides: tex(l7x-qagri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagri.tfm) = %{tl_version} -Provides: tex(l7x-qbkb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkb.tfm) = %{tl_version} -Provides: tex(l7x-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkbi.tfm) = %{tl_version} -Provides: tex(l7x-qbkr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkr.tfm) = %{tl_version} -Provides: tex(l7x-qbkri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkri.tfm) = %{tl_version} -Provides: tex(l7x-qcrb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrb.tfm) = %{tl_version} -Provides: tex(l7x-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrbi.tfm) = %{tl_version} -Provides: tex(l7x-qcrr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrr.tfm) = %{tl_version} -Provides: tex(l7x-qcrri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrri.tfm) = %{tl_version} -Provides: tex(l7x-qcsb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsb.tfm) = %{tl_version} -Provides: tex(l7x-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsbi.tfm) = %{tl_version} -Provides: tex(l7x-qcsr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsr.tfm) = %{tl_version} -Provides: tex(l7x-qcsri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsri.tfm) = %{tl_version} -Provides: tex(l7x-qhvb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvb.tfm) = %{tl_version} -Provides: tex(l7x-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvbi.tfm) = %{tl_version} -Provides: tex(l7x-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcb.tfm) = %{tl_version} -Provides: tex(l7x-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcbi.tfm) = %{tl_version} -Provides: tex(l7x-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcr.tfm) = %{tl_version} -Provides: tex(l7x-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcri.tfm) = %{tl_version} -Provides: tex(l7x-qhvr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvr.tfm) = %{tl_version} -Provides: tex(l7x-qhvri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvri.tfm) = %{tl_version} -Provides: tex(l7x-qplb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplb.tfm) = %{tl_version} -Provides: tex(l7x-qplbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplbi.tfm) = %{tl_version} -Provides: tex(l7x-qplr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplr.tfm) = %{tl_version} -Provides: tex(l7x-qplri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplri.tfm) = %{tl_version} -Provides: tex(l7x-qtmb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmb.tfm) = %{tl_version} -Provides: tex(l7x-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmbi.tfm) = %{tl_version} -Provides: tex(l7x-qtmr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmr.tfm) = %{tl_version} -Provides: tex(l7x-qtmri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmri.tfm) = %{tl_version} -Provides: tex(l7x-qzcmi.tfm) = %{tl_version} -Provides: tex(qx-qagb-sc.tfm) = %{tl_version} -Provides: tex(qx-qagb.tfm) = %{tl_version} -Provides: tex(qx-qagbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qagbi.tfm) = %{tl_version} -Provides: tex(qx-qagr-sc.tfm) = %{tl_version} -Provides: tex(qx-qagr.tfm) = %{tl_version} -Provides: tex(qx-qagri-sc.tfm) = %{tl_version} -Provides: tex(qx-qagri.tfm) = %{tl_version} -Provides: tex(qx-qbkb-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkb.tfm) = %{tl_version} -Provides: tex(qx-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkbi.tfm) = %{tl_version} -Provides: tex(qx-qbkr-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkr.tfm) = %{tl_version} -Provides: tex(qx-qbkri-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkri.tfm) = %{tl_version} -Provides: tex(qx-qcrb-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrb.tfm) = %{tl_version} -Provides: tex(qx-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrbi.tfm) = %{tl_version} -Provides: tex(qx-qcrr-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrr.tfm) = %{tl_version} -Provides: tex(qx-qcrri-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrri.tfm) = %{tl_version} -Provides: tex(qx-qcsb-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsb.tfm) = %{tl_version} -Provides: tex(qx-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsbi.tfm) = %{tl_version} -Provides: tex(qx-qcsr-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsr.tfm) = %{tl_version} -Provides: tex(qx-qcsri-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsri.tfm) = %{tl_version} -Provides: tex(qx-qhvb-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvb.tfm) = %{tl_version} -Provides: tex(qx-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvbi.tfm) = %{tl_version} -Provides: tex(qx-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcb.tfm) = %{tl_version} -Provides: tex(qx-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcbi.tfm) = %{tl_version} -Provides: tex(qx-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcr.tfm) = %{tl_version} -Provides: tex(qx-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcri.tfm) = %{tl_version} -Provides: tex(qx-qhvr-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvr.tfm) = %{tl_version} -Provides: tex(qx-qhvri-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvri.tfm) = %{tl_version} -Provides: tex(qx-qplb-sc.tfm) = %{tl_version} -Provides: tex(qx-qplb.tfm) = %{tl_version} -Provides: tex(qx-qplbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qplbi.tfm) = %{tl_version} -Provides: tex(qx-qplr-sc.tfm) = %{tl_version} -Provides: tex(qx-qplr.tfm) = %{tl_version} -Provides: tex(qx-qplri-sc.tfm) = %{tl_version} -Provides: tex(qx-qplri.tfm) = %{tl_version} -Provides: tex(qx-qtmb-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmb.tfm) = %{tl_version} -Provides: tex(qx-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmbi.tfm) = %{tl_version} -Provides: tex(qx-qtmr-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmr.tfm) = %{tl_version} -Provides: tex(qx-qtmri-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmri.tfm) = %{tl_version} -Provides: tex(qx-qzcmi.tfm) = %{tl_version} -Provides: tex(rm-qagb-sc.tfm) = %{tl_version} -Provides: tex(rm-qagb.tfm) = %{tl_version} -Provides: tex(rm-qagbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qagbi.tfm) = %{tl_version} -Provides: tex(rm-qagr-sc.tfm) = %{tl_version} -Provides: tex(rm-qagr.tfm) = %{tl_version} -Provides: tex(rm-qagri-sc.tfm) = %{tl_version} -Provides: tex(rm-qagri.tfm) = %{tl_version} -Provides: tex(rm-qbkb-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkb.tfm) = %{tl_version} -Provides: tex(rm-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkbi.tfm) = %{tl_version} -Provides: tex(rm-qbkr-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkr.tfm) = %{tl_version} -Provides: tex(rm-qbkri-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkri.tfm) = %{tl_version} -Provides: tex(rm-qcrb-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrb.tfm) = %{tl_version} -Provides: tex(rm-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrbi.tfm) = %{tl_version} -Provides: tex(rm-qcrr-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrr.tfm) = %{tl_version} -Provides: tex(rm-qcrri-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrri.tfm) = %{tl_version} -Provides: tex(rm-qcsb-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsb.tfm) = %{tl_version} -Provides: tex(rm-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsbi.tfm) = %{tl_version} -Provides: tex(rm-qcsr-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsr.tfm) = %{tl_version} -Provides: tex(rm-qcsri-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsri.tfm) = %{tl_version} -Provides: tex(rm-qhvb-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvb.tfm) = %{tl_version} -Provides: tex(rm-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvbi.tfm) = %{tl_version} -Provides: tex(rm-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcb.tfm) = %{tl_version} -Provides: tex(rm-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcbi.tfm) = %{tl_version} -Provides: tex(rm-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcr.tfm) = %{tl_version} -Provides: tex(rm-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcri.tfm) = %{tl_version} -Provides: tex(rm-qhvr-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvr.tfm) = %{tl_version} -Provides: tex(rm-qhvri-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvri.tfm) = %{tl_version} -Provides: tex(rm-qplb-sc.tfm) = %{tl_version} -Provides: tex(rm-qplb.tfm) = %{tl_version} -Provides: tex(rm-qplbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qplbi.tfm) = %{tl_version} -Provides: tex(rm-qplr-sc.tfm) = %{tl_version} -Provides: tex(rm-qplr.tfm) = %{tl_version} -Provides: tex(rm-qplri-sc.tfm) = %{tl_version} -Provides: tex(rm-qplri.tfm) = %{tl_version} -Provides: tex(rm-qtmb-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmb.tfm) = %{tl_version} -Provides: tex(rm-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmbi.tfm) = %{tl_version} -Provides: tex(rm-qtmr-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmr.tfm) = %{tl_version} -Provides: tex(rm-qtmri-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmri.tfm) = %{tl_version} -Provides: tex(rm-qzcmi.tfm) = %{tl_version} -Provides: tex(t5-qagb-sc.tfm) = %{tl_version} -Provides: tex(t5-qagb.tfm) = %{tl_version} -Provides: tex(t5-qagbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qagbi.tfm) = %{tl_version} -Provides: tex(t5-qagr-sc.tfm) = %{tl_version} -Provides: tex(t5-qagr.tfm) = %{tl_version} -Provides: tex(t5-qagri-sc.tfm) = %{tl_version} -Provides: tex(t5-qagri.tfm) = %{tl_version} -Provides: tex(t5-qbkb-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkb.tfm) = %{tl_version} -Provides: tex(t5-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkbi.tfm) = %{tl_version} -Provides: tex(t5-qbkr-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkr.tfm) = %{tl_version} -Provides: tex(t5-qbkri-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkri.tfm) = %{tl_version} -Provides: tex(t5-qcrb-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrb.tfm) = %{tl_version} -Provides: tex(t5-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrbi.tfm) = %{tl_version} -Provides: tex(t5-qcrr-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrr.tfm) = %{tl_version} -Provides: tex(t5-qcrri-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrri.tfm) = %{tl_version} -Provides: tex(t5-qcsb-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsb.tfm) = %{tl_version} -Provides: tex(t5-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsbi.tfm) = %{tl_version} -Provides: tex(t5-qcsr-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsr.tfm) = %{tl_version} -Provides: tex(t5-qcsri-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsri.tfm) = %{tl_version} -Provides: tex(t5-qhvb-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvb.tfm) = %{tl_version} -Provides: tex(t5-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvbi.tfm) = %{tl_version} -Provides: tex(t5-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcb.tfm) = %{tl_version} -Provides: tex(t5-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcbi.tfm) = %{tl_version} -Provides: tex(t5-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcr.tfm) = %{tl_version} -Provides: tex(t5-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcri.tfm) = %{tl_version} -Provides: tex(t5-qhvr-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvr.tfm) = %{tl_version} -Provides: tex(t5-qhvri-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvri.tfm) = %{tl_version} -Provides: tex(t5-qplb-sc.tfm) = %{tl_version} -Provides: tex(t5-qplb.tfm) = %{tl_version} -Provides: tex(t5-qplbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qplbi.tfm) = %{tl_version} -Provides: tex(t5-qplr-sc.tfm) = %{tl_version} -Provides: tex(t5-qplr.tfm) = %{tl_version} -Provides: tex(t5-qplri-sc.tfm) = %{tl_version} -Provides: tex(t5-qplri.tfm) = %{tl_version} -Provides: tex(t5-qtmb-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmb.tfm) = %{tl_version} -Provides: tex(t5-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmbi.tfm) = %{tl_version} -Provides: tex(t5-qtmr-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmr.tfm) = %{tl_version} -Provides: tex(t5-qtmri-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmri.tfm) = %{tl_version} -Provides: tex(t5-qzcmi.tfm) = %{tl_version} -Provides: tex(texnansi-qagb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagb.tfm) = %{tl_version} -Provides: tex(texnansi-qagbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagbi.tfm) = %{tl_version} -Provides: tex(texnansi-qagr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagr.tfm) = %{tl_version} -Provides: tex(texnansi-qagri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagri.tfm) = %{tl_version} -Provides: tex(texnansi-qbkb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkb.tfm) = %{tl_version} -Provides: tex(texnansi-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkbi.tfm) = %{tl_version} -Provides: tex(texnansi-qbkr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkr.tfm) = %{tl_version} -Provides: tex(texnansi-qbkri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkri.tfm) = %{tl_version} -Provides: tex(texnansi-qcrb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrb.tfm) = %{tl_version} -Provides: tex(texnansi-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrbi.tfm) = %{tl_version} -Provides: tex(texnansi-qcrr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrr.tfm) = %{tl_version} -Provides: tex(texnansi-qcrri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrri.tfm) = %{tl_version} -Provides: tex(texnansi-qcsb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsb.tfm) = %{tl_version} -Provides: tex(texnansi-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsbi.tfm) = %{tl_version} -Provides: tex(texnansi-qcsr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsr.tfm) = %{tl_version} -Provides: tex(texnansi-qcsri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsri.tfm) = %{tl_version} -Provides: tex(texnansi-qhvb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvb.tfm) = %{tl_version} -Provides: tex(texnansi-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvbi.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcb.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcbi.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcr.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcri.tfm) = %{tl_version} -Provides: tex(texnansi-qhvr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvr.tfm) = %{tl_version} -Provides: tex(texnansi-qhvri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvri.tfm) = %{tl_version} -Provides: tex(texnansi-qplb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplb.tfm) = %{tl_version} -Provides: tex(texnansi-qplbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplbi.tfm) = %{tl_version} -Provides: tex(texnansi-qplr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplr.tfm) = %{tl_version} -Provides: tex(texnansi-qplri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplri.tfm) = %{tl_version} -Provides: tex(texnansi-qtmb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmb.tfm) = %{tl_version} -Provides: tex(texnansi-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmbi.tfm) = %{tl_version} -Provides: tex(texnansi-qtmr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmr.tfm) = %{tl_version} -Provides: tex(texnansi-qtmri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmri.tfm) = %{tl_version} -Provides: tex(texnansi-qzcmi.tfm) = %{tl_version} -Provides: tex(ts1-qagb.tfm) = %{tl_version} -Provides: tex(ts1-qagbi.tfm) = %{tl_version} -Provides: tex(ts1-qagr.tfm) = %{tl_version} -Provides: tex(ts1-qagri.tfm) = %{tl_version} -Provides: tex(ts1-qbkb.tfm) = %{tl_version} -Provides: tex(ts1-qbkbi.tfm) = %{tl_version} -Provides: tex(ts1-qbkr.tfm) = %{tl_version} -Provides: tex(ts1-qbkri.tfm) = %{tl_version} -Provides: tex(ts1-qcrb.tfm) = %{tl_version} -Provides: tex(ts1-qcrbi.tfm) = %{tl_version} -Provides: tex(ts1-qcrr.tfm) = %{tl_version} -Provides: tex(ts1-qcrri.tfm) = %{tl_version} -Provides: tex(ts1-qcsb.tfm) = %{tl_version} -Provides: tex(ts1-qcsbi.tfm) = %{tl_version} -Provides: tex(ts1-qcsr.tfm) = %{tl_version} -Provides: tex(ts1-qcsri.tfm) = %{tl_version} -Provides: tex(ts1-qhvb.tfm) = %{tl_version} -Provides: tex(ts1-qhvbi.tfm) = %{tl_version} -Provides: tex(ts1-qhvcb.tfm) = %{tl_version} -Provides: tex(ts1-qhvcbi.tfm) = %{tl_version} -Provides: tex(ts1-qhvcr.tfm) = %{tl_version} -Provides: tex(ts1-qhvcri.tfm) = %{tl_version} -Provides: tex(ts1-qhvr.tfm) = %{tl_version} -Provides: tex(ts1-qhvri.tfm) = %{tl_version} -Provides: tex(ts1-qplb.tfm) = %{tl_version} -Provides: tex(ts1-qplbi.tfm) = %{tl_version} -Provides: tex(ts1-qplr.tfm) = %{tl_version} -Provides: tex(ts1-qplri.tfm) = %{tl_version} -Provides: tex(ts1-qtmb.tfm) = %{tl_version} -Provides: tex(ts1-qtmbi.tfm) = %{tl_version} -Provides: tex(ts1-qtmr.tfm) = %{tl_version} -Provides: tex(ts1-qtmri.tfm) = %{tl_version} -Provides: tex(ts1-qzcmi.tfm) = %{tl_version} -Provides: tex(qagb.pfb) = %{tl_version} -Provides: tex(qagbi.pfb) = %{tl_version} -Provides: tex(qagr.pfb) = %{tl_version} -Provides: tex(qagri.pfb) = %{tl_version} -Provides: tex(qbkb.pfb) = %{tl_version} -Provides: tex(qbkbi.pfb) = %{tl_version} -Provides: tex(qbkr.pfb) = %{tl_version} -Provides: tex(qbkri.pfb) = %{tl_version} -Provides: tex(qcrb.pfb) = %{tl_version} -Provides: tex(qcrbi.pfb) = %{tl_version} -Provides: tex(qcrr.pfb) = %{tl_version} -Provides: tex(qcrri.pfb) = %{tl_version} -Provides: tex(qcsb.pfb) = %{tl_version} -Provides: tex(qcsbi.pfb) = %{tl_version} -Provides: tex(qcsr.pfb) = %{tl_version} -Provides: tex(qcsri.pfb) = %{tl_version} -Provides: tex(qhvb.pfb) = %{tl_version} -Provides: tex(qhvbi.pfb) = %{tl_version} -Provides: tex(qhvcb.pfb) = %{tl_version} -Provides: tex(qhvcbi.pfb) = %{tl_version} -Provides: tex(qhvcr.pfb) = %{tl_version} -Provides: tex(qhvcri.pfb) = %{tl_version} -Provides: tex(qhvr.pfb) = %{tl_version} -Provides: tex(qhvri.pfb) = %{tl_version} -Provides: tex(qplb.pfb) = %{tl_version} -Provides: tex(qplbi.pfb) = %{tl_version} -Provides: tex(qplr.pfb) = %{tl_version} -Provides: tex(qplri.pfb) = %{tl_version} -Provides: tex(qtmb.pfb) = %{tl_version} -Provides: tex(qtmbi.pfb) = %{tl_version} -Provides: tex(qtmr.pfb) = %{tl_version} -Provides: tex(qtmri.pfb) = %{tl_version} -Provides: tex(qzcmi.pfb) = %{tl_version} -Provides: tex(il2qag.fd) = %{tl_version} -Provides: tex(il2qbk.fd) = %{tl_version} -Provides: tex(il2qcr.fd) = %{tl_version} -Provides: tex(il2qcs.fd) = %{tl_version} -Provides: tex(il2qhv.fd) = %{tl_version} -Provides: tex(il2qhvc.fd) = %{tl_version} -Provides: tex(il2qpl.fd) = %{tl_version} -Provides: tex(il2qtm.fd) = %{tl_version} -Provides: tex(il2qzc.fd) = %{tl_version} -Provides: tex(l7xqag.fd) = %{tl_version} -Provides: tex(l7xqbk.fd) = %{tl_version} -Provides: tex(l7xqcr.fd) = %{tl_version} -Provides: tex(l7xqcs.fd) = %{tl_version} -Provides: tex(l7xqhv.fd) = %{tl_version} -Provides: tex(l7xqhvc.fd) = %{tl_version} -Provides: tex(l7xqpl.fd) = %{tl_version} -Provides: tex(l7xqtm.fd) = %{tl_version} -Provides: tex(l7xqzc.fd) = %{tl_version} -Provides: tex(ly1qag.fd) = %{tl_version} -Provides: tex(ly1qbk.fd) = %{tl_version} -Provides: tex(ly1qcr.fd) = %{tl_version} -Provides: tex(ly1qcs.fd) = %{tl_version} -Provides: tex(ly1qhv.fd) = %{tl_version} -Provides: tex(ly1qhvc.fd) = %{tl_version} -Provides: tex(ly1qpl.fd) = %{tl_version} -Provides: tex(ly1qtm.fd) = %{tl_version} -Provides: tex(ly1qzc.fd) = %{tl_version} -Provides: tex(ot1qag.fd) = %{tl_version} -Provides: tex(ot1qbk.fd) = %{tl_version} -Provides: tex(ot1qcr.fd) = %{tl_version} -Provides: tex(ot1qcs.fd) = %{tl_version} -Provides: tex(ot1qhv.fd) = %{tl_version} -Provides: tex(ot1qhvc.fd) = %{tl_version} -Provides: tex(ot1qpl.fd) = %{tl_version} -Provides: tex(ot1qtm.fd) = %{tl_version} -Provides: tex(ot1qzc.fd) = %{tl_version} -Provides: tex(ot4qag.fd) = %{tl_version} -Provides: tex(ot4qbk.fd) = %{tl_version} -Provides: tex(ot4qcr.fd) = %{tl_version} -Provides: tex(ot4qcs.fd) = %{tl_version} -Provides: tex(ot4qhv.fd) = %{tl_version} -Provides: tex(ot4qhvc.fd) = %{tl_version} -Provides: tex(ot4qpl.fd) = %{tl_version} -Provides: tex(ot4qtm.fd) = %{tl_version} -Provides: tex(ot4qzc.fd) = %{tl_version} -Provides: tex(qbookman.sty) = %{tl_version} -Provides: tex(qcourier.sty) = %{tl_version} -Provides: tex(qpalatin.sty) = %{tl_version} -Provides: tex(qswiss.sty) = %{tl_version} -Provides: tex(qtimes.sty) = %{tl_version} -Provides: tex(qxqag.fd) = %{tl_version} -Provides: tex(qxqbk.fd) = %{tl_version} -Provides: tex(qxqcr.fd) = %{tl_version} -Provides: tex(qxqcs.fd) = %{tl_version} -Provides: tex(qxqhv.fd) = %{tl_version} -Provides: tex(qxqhvc.fd) = %{tl_version} -Provides: tex(qxqpl.fd) = %{tl_version} -Provides: tex(qxqtm.fd) = %{tl_version} -Provides: tex(qxqzc.fd) = %{tl_version} -Provides: tex(qzapfcha.sty) = %{tl_version} -Provides: tex(t1qag.fd) = %{tl_version} -Provides: tex(t1qbk.fd) = %{tl_version} -Provides: tex(t1qcr.fd) = %{tl_version} -Provides: tex(t1qcs.fd) = %{tl_version} -Provides: tex(t1qhv.fd) = %{tl_version} -Provides: tex(t1qhvc.fd) = %{tl_version} -Provides: tex(t1qpl.fd) = %{tl_version} -Provides: tex(t1qtm.fd) = %{tl_version} -Provides: tex(t1qzc.fd) = %{tl_version} -Provides: tex(t5qag.fd) = %{tl_version} -Provides: tex(t5qbk.fd) = %{tl_version} -Provides: tex(t5qcr.fd) = %{tl_version} -Provides: tex(t5qcs.fd) = %{tl_version} -Provides: tex(t5qhv.fd) = %{tl_version} -Provides: tex(t5qhvc.fd) = %{tl_version} -Provides: tex(t5qpl.fd) = %{tl_version} -Provides: tex(t5qtm.fd) = %{tl_version} -Provides: tex(t5qzc.fd) = %{tl_version} -Provides: tex(tgadventor.sty) = %{tl_version} -Provides: tex(tgbonum.sty) = %{tl_version} -Provides: tex(tgchorus.sty) = %{tl_version} -Provides: tex(tgcursor.sty) = %{tl_version} -Provides: tex(tgheros.sty) = %{tl_version} -Provides: tex(tgpagella.sty) = %{tl_version} -Provides: tex(tgschola.sty) = %{tl_version} -Provides: tex(tgtermes.sty) = %{tl_version} -Provides: tex(ts1qag.fd) = %{tl_version} -Provides: tex(ts1qbk.fd) = %{tl_version} -Provides: tex(ts1qcr.fd) = %{tl_version} -Provides: tex(ts1qcs.fd) = %{tl_version} -Provides: tex(ts1qhv.fd) = %{tl_version} -Provides: tex(ts1qhvc.fd) = %{tl_version} -Provides: tex(ts1qpl.fd) = %{tl_version} -Provides: tex(ts1qtm.fd) = %{tl_version} -Provides: tex(ts1qzc.fd) = %{tl_version} - -%description tex-gyre -The TeX-GYRE bundle consists of six font families: TeX Gyre -Adventor is based on the URW Gothic L family of fonts (which is -derived from ITC Avant Garde Gothic, designed by Herb Lubalin -and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L -family (from Bookman Old Style, designed by Alexander -Phemister). TeX Gyre Chorus is based on URW Chancery L Medium -Italic (from ITC Zapf Chancery, designed by Hermann Zapf in -1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on -Courier, designed by Howard G. Kettler in 1955, for IBM). TeX -Gyre Heros is based on URW Nimbus Sans L (from Helvetica, -prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX -Gyre Pagella is based on URW Palladio L (from Palation, -designed by Hermann Zapf in the 1940s). TeX Gyre Schola is -based on the URW Century Schoolbook L family (which was -designed by Morris Fuller Benton for the American Type -Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9 -L family of fonts (whose original, Times, was designed by -Stanley Morison together with Starling Burgess and Victor -Lardent and first offered by Monotype). The constituent -standard faces of each family have been greatly extended, and -contain nearly 1200 glyphs each (though Chorus omits Greek -support, has no small-caps family and has approximately 900 -glyphs). Each family is available in Adobe Type 1 and Open Type -formats, and LaTeX support (for use with a variety of -encodings) is provided. Vietnamese and Cyrillic characters were -added by Han The Thanh and Valek Filippov, respectively. - -date: 2009-11-12 13:33:47 +0100 - -%post tex-gyre -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map qag.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qag.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qbk.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qbk.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qcr.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qcr.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qcs.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qcs.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qhv.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qhv.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qpl.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qpl.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qtm.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qtm.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map qzc.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map qzc.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tex-gyre -if [ $1 == 0 ] ; then -sed -i '/^Map qag.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qbk.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qcr.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qcs.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qhv.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qpl.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qtm.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map qzc.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tex-gyre -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-gyre-doc -Summary: Documentation for tex-gyre -Version: svn18651.2.004 -Release: %{tl_noarch_release} -Provides: tex-tex-gyre-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-gyre-doc -Documentation for tex-gyre - -%package tex-gyre-math -Provides: tex-tex-gyre-math = %{tl_version} -License: LPPL -Summary: Maths fonts to match tex-gyre text fonts -Version: svn29045.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texgyrepagella-math.otf) = %{tl_version} -Provides: tex(texgyretermes-math.otf) = %{tl_version} - -%description tex-gyre-math -TeX-Gyre-Math is to be a collection of maths fonts to match the -text fonts of the TeX-Gyre collection. The collection will be -made available in OpenType format, only; fonts will conform to -the developing standards for OpenType maths fonts. TeX-Gyre- -Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math- -Termes (to match Tex-Gyre-Termes) fonts are provided. - -date: 2013-02-06 11:14:35 +0100 - -%post tex-gyre-math -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tex-gyre-math -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tex-gyre-math -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-gyre-math-doc -Summary: Documentation for tex-gyre-math -Version: svn29045.0 -Release: %{tl_noarch_release} -Provides: tex-tex-gyre-math-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-gyre-math-doc -Documentation for tex-gyre-math - -%package times -Provides: tex-times = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(utm.map) = %{tl_version} -Provides: tex(psyro.tfm) = %{tl_version} -Provides: tex(ptmb.tfm) = %{tl_version} -Provides: tex(ptmb7t.tfm) = %{tl_version} -Provides: tex(ptmb8c.tfm) = %{tl_version} -Provides: tex(ptmb8r.tfm) = %{tl_version} -Provides: tex(ptmb8t.tfm) = %{tl_version} -Provides: tex(ptmbc.tfm) = %{tl_version} -Provides: tex(ptmbc7t.tfm) = %{tl_version} -Provides: tex(ptmbc8t.tfm) = %{tl_version} -Provides: tex(ptmbi.tfm) = %{tl_version} -Provides: tex(ptmbi7t.tfm) = %{tl_version} -Provides: tex(ptmbi8c.tfm) = %{tl_version} -Provides: tex(ptmbi8r.tfm) = %{tl_version} -Provides: tex(ptmbi8t.tfm) = %{tl_version} -Provides: tex(ptmbo.tfm) = %{tl_version} -Provides: tex(ptmbo7t.tfm) = %{tl_version} -Provides: tex(ptmbo8c.tfm) = %{tl_version} -Provides: tex(ptmbo8r.tfm) = %{tl_version} -Provides: tex(ptmbo8t.tfm) = %{tl_version} -Provides: tex(ptmr.tfm) = %{tl_version} -Provides: tex(ptmr7t.tfm) = %{tl_version} -Provides: tex(ptmr8c.tfm) = %{tl_version} -Provides: tex(ptmr8r.tfm) = %{tl_version} -Provides: tex(ptmr8rn.tfm) = %{tl_version} -Provides: tex(ptmr8t.tfm) = %{tl_version} -Provides: tex(ptmrc.tfm) = %{tl_version} -Provides: tex(ptmrc7t.tfm) = %{tl_version} -Provides: tex(ptmrc8t.tfm) = %{tl_version} -Provides: tex(ptmri.tfm) = %{tl_version} -Provides: tex(ptmri7t.tfm) = %{tl_version} -Provides: tex(ptmri8c.tfm) = %{tl_version} -Provides: tex(ptmri8r.tfm) = %{tl_version} -Provides: tex(ptmri8t.tfm) = %{tl_version} -Provides: tex(ptmro.tfm) = %{tl_version} -Provides: tex(ptmro7t.tfm) = %{tl_version} -Provides: tex(ptmro8c.tfm) = %{tl_version} -Provides: tex(ptmro8r.tfm) = %{tl_version} -Provides: tex(ptmro8t.tfm) = %{tl_version} -Provides: tex(ptmrr8re.tfm) = %{tl_version} -Provides: tex(ptmrre.tfm) = %{tl_version} -Provides: tex(ptmrrn.tfm) = %{tl_version} -Provides: tex(zpsycmrv.tfm) = %{tl_version} -Provides: tex(zptmcm7m.tfm) = %{tl_version} -Provides: tex(zptmcm7t.tfm) = %{tl_version} -Provides: tex(zptmcm7v.tfm) = %{tl_version} -Provides: tex(zptmcm7y.tfm) = %{tl_version} -Provides: tex(zptmcmr.tfm) = %{tl_version} -Provides: tex(zptmcmrm.tfm) = %{tl_version} -Provides: tex(zpzccmry.tfm) = %{tl_version} -Provides: tex(ctmb.tfm) = %{tl_version} -Provides: tex(ctmb8t.tfm) = %{tl_version} -Provides: tex(ctmbi.tfm) = %{tl_version} -Provides: tex(ctmbi8t.tfm) = %{tl_version} -Provides: tex(ctmr.tfm) = %{tl_version} -Provides: tex(ctmr8t.tfm) = %{tl_version} -Provides: tex(ctmri.tfm) = %{tl_version} -Provides: tex(ctmri8t.tfm) = %{tl_version} -Provides: tex(trb10u.tfm) = %{tl_version} -Provides: tex(trb2n.tfm) = %{tl_version} -Provides: tex(trb6j.tfm) = %{tl_version} -Provides: tex(trb7j.tfm) = %{tl_version} -Provides: tex(trb8u.tfm) = %{tl_version} -Provides: tex(trb9t.tfm) = %{tl_version} -Provides: tex(tri10u.tfm) = %{tl_version} -Provides: tex(tri2n.tfm) = %{tl_version} -Provides: tex(tri6j.tfm) = %{tl_version} -Provides: tex(tri7j.tfm) = %{tl_version} -Provides: tex(tri8u.tfm) = %{tl_version} -Provides: tex(tri9t.tfm) = %{tl_version} -Provides: tex(trj10u.tfm) = %{tl_version} -Provides: tex(trj2n.tfm) = %{tl_version} -Provides: tex(trj6j.tfm) = %{tl_version} -Provides: tex(trj7j.tfm) = %{tl_version} -Provides: tex(trj8u.tfm) = %{tl_version} -Provides: tex(trj9t.tfm) = %{tl_version} -Provides: tex(trr10u.tfm) = %{tl_version} -Provides: tex(trr2n.tfm) = %{tl_version} -Provides: tex(trr6j.tfm) = %{tl_version} -Provides: tex(trr7j.tfm) = %{tl_version} -Provides: tex(trr8u.tfm) = %{tl_version} -Provides: tex(trr9t.tfm) = %{tl_version} -Provides: tex(utmb7t.tfm) = %{tl_version} -Provides: tex(utmb8c.tfm) = %{tl_version} -Provides: tex(utmb8r.tfm) = %{tl_version} -Provides: tex(utmb8t.tfm) = %{tl_version} -Provides: tex(utmbc7t.tfm) = %{tl_version} -Provides: tex(utmbc8t.tfm) = %{tl_version} -Provides: tex(utmbi7t.tfm) = %{tl_version} -Provides: tex(utmbi8c.tfm) = %{tl_version} -Provides: tex(utmbi8r.tfm) = %{tl_version} -Provides: tex(utmbi8t.tfm) = %{tl_version} -Provides: tex(utmbo7t.tfm) = %{tl_version} -Provides: tex(utmbo8c.tfm) = %{tl_version} -Provides: tex(utmbo8r.tfm) = %{tl_version} -Provides: tex(utmbo8t.tfm) = %{tl_version} -Provides: tex(utmr7t.tfm) = %{tl_version} -Provides: tex(utmr8c.tfm) = %{tl_version} -Provides: tex(utmr8r.tfm) = %{tl_version} -Provides: tex(utmr8t.tfm) = %{tl_version} -Provides: tex(utmrc7t.tfm) = %{tl_version} -Provides: tex(utmrc8t.tfm) = %{tl_version} -Provides: tex(utmri7t.tfm) = %{tl_version} -Provides: tex(utmri8c.tfm) = %{tl_version} -Provides: tex(utmri8r.tfm) = %{tl_version} -Provides: tex(utmri8t.tfm) = %{tl_version} -Provides: tex(utmro7t.tfm) = %{tl_version} -Provides: tex(utmro8c.tfm) = %{tl_version} -Provides: tex(utmro8r.tfm) = %{tl_version} -Provides: tex(utmro8t.tfm) = %{tl_version} -Provides: tex(utmb8a.pfb) = %{tl_version} -Provides: tex(utmbi8a.pfb) = %{tl_version} -Provides: tex(utmr8a.pfb) = %{tl_version} -Provides: tex(utmri8a.pfb) = %{tl_version} -Provides: tex(ptmb.vf) = %{tl_version} -Provides: tex(ptmb7t.vf) = %{tl_version} -Provides: tex(ptmb8c.vf) = %{tl_version} -Provides: tex(ptmb8t.vf) = %{tl_version} -Provides: tex(ptmbc.vf) = %{tl_version} -Provides: tex(ptmbc7t.vf) = %{tl_version} -Provides: tex(ptmbc8t.vf) = %{tl_version} -Provides: tex(ptmbi.vf) = %{tl_version} -Provides: tex(ptmbi7t.vf) = %{tl_version} -Provides: tex(ptmbi8c.vf) = %{tl_version} -Provides: tex(ptmbi8t.vf) = %{tl_version} -Provides: tex(ptmbo.vf) = %{tl_version} -Provides: tex(ptmbo7t.vf) = %{tl_version} -Provides: tex(ptmbo8c.vf) = %{tl_version} -Provides: tex(ptmbo8t.vf) = %{tl_version} -Provides: tex(ptmr.vf) = %{tl_version} -Provides: tex(ptmr7t.vf) = %{tl_version} -Provides: tex(ptmr8c.vf) = %{tl_version} -Provides: tex(ptmr8t.vf) = %{tl_version} -Provides: tex(ptmrc.vf) = %{tl_version} -Provides: tex(ptmrc7t.vf) = %{tl_version} -Provides: tex(ptmrc8t.vf) = %{tl_version} -Provides: tex(ptmri.vf) = %{tl_version} -Provides: tex(ptmri7t.vf) = %{tl_version} -Provides: tex(ptmri8c.vf) = %{tl_version} -Provides: tex(ptmri8t.vf) = %{tl_version} -Provides: tex(ptmro.vf) = %{tl_version} -Provides: tex(ptmro7t.vf) = %{tl_version} -Provides: tex(ptmro8c.vf) = %{tl_version} -Provides: tex(ptmro8t.vf) = %{tl_version} -Provides: tex(ptmrre.vf) = %{tl_version} -Provides: tex(ptmrrn.vf) = %{tl_version} -Provides: tex(zpsycmrv.vf) = %{tl_version} -Provides: tex(zptmcm7m.vf) = %{tl_version} -Provides: tex(zptmcm7t.vf) = %{tl_version} -Provides: tex(zptmcm7v.vf) = %{tl_version} -Provides: tex(zptmcm7y.vf) = %{tl_version} -Provides: tex(zptmcmr.vf) = %{tl_version} -Provides: tex(zptmcmrm.vf) = %{tl_version} -Provides: tex(zpzccmry.vf) = %{tl_version} -Provides: tex(ctmb.vf) = %{tl_version} -Provides: tex(ctmb8t.vf) = %{tl_version} -Provides: tex(ctmbi.vf) = %{tl_version} -Provides: tex(ctmbi8t.vf) = %{tl_version} -Provides: tex(ctmr.vf) = %{tl_version} -Provides: tex(ctmr8t.vf) = %{tl_version} -Provides: tex(ctmri.vf) = %{tl_version} -Provides: tex(ctmri8t.vf) = %{tl_version} -Provides: tex(utmb7t.vf) = %{tl_version} -Provides: tex(utmb8c.vf) = %{tl_version} -Provides: tex(utmb8t.vf) = %{tl_version} -Provides: tex(utmbc7t.vf) = %{tl_version} -Provides: tex(utmbc8t.vf) = %{tl_version} -Provides: tex(utmbi7t.vf) = %{tl_version} -Provides: tex(utmbi8c.vf) = %{tl_version} -Provides: tex(utmbi8t.vf) = %{tl_version} -Provides: tex(utmbo7t.vf) = %{tl_version} -Provides: tex(utmbo8c.vf) = %{tl_version} -Provides: tex(utmbo8t.vf) = %{tl_version} -Provides: tex(utmr7t.vf) = %{tl_version} -Provides: tex(utmr8c.vf) = %{tl_version} -Provides: tex(utmr8t.vf) = %{tl_version} -Provides: tex(utmrc7t.vf) = %{tl_version} -Provides: tex(utmrc8t.vf) = %{tl_version} -Provides: tex(utmri7t.vf) = %{tl_version} -Provides: tex(utmri8c.vf) = %{tl_version} -Provides: tex(utmri8t.vf) = %{tl_version} -Provides: tex(utmro7t.vf) = %{tl_version} -Provides: tex(utmro8c.vf) = %{tl_version} -Provides: tex(utmro8t.vf) = %{tl_version} -Provides: tex(8rutm.fd) = %{tl_version} -Provides: tex(omlutm.fd) = %{tl_version} -Provides: tex(omsutm.fd) = %{tl_version} -Provides: tex(ot1utm.fd) = %{tl_version} -Provides: tex(t1utm.fd) = %{tl_version} -Provides: tex(ts1utm.fd) = %{tl_version} - -%description times -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post times -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun times -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans times -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tipa -Provides: tex-tipa = %{tl_version} -License: LPPL -Summary: Fonts and macros for IPA phonetics characters -Version: svn29349.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(tipx.sty) -Requires: tex(fontenc.sty) -Provides: tex(tipa.map) = %{tl_version} -Provides: tex(tipaprm.def) = %{tl_version} -Provides: tex(xipaprm.def) = %{tl_version} -Provides: tex(tipa10.tfm) = %{tl_version} -Provides: tex(tipa12.tfm) = %{tl_version} -Provides: tex(tipa17.tfm) = %{tl_version} -Provides: tex(tipa8.tfm) = %{tl_version} -Provides: tex(tipa9.tfm) = %{tl_version} -Provides: tex(tipab10.tfm) = %{tl_version} -Provides: tex(tipabs10.tfm) = %{tl_version} -Provides: tex(tipabx10.tfm) = %{tl_version} -Provides: tex(tipabx12.tfm) = %{tl_version} -Provides: tex(tipabx8.tfm) = %{tl_version} -Provides: tex(tipabx9.tfm) = %{tl_version} -Provides: tex(tipasb10.tfm) = %{tl_version} -Provides: tex(tipasi10.tfm) = %{tl_version} -Provides: tex(tipasl10.tfm) = %{tl_version} -Provides: tex(tipasl12.tfm) = %{tl_version} -Provides: tex(tipasl8.tfm) = %{tl_version} -Provides: tex(tipasl9.tfm) = %{tl_version} -Provides: tex(tipass10.tfm) = %{tl_version} -Provides: tex(tipass12.tfm) = %{tl_version} -Provides: tex(tipass17.tfm) = %{tl_version} -Provides: tex(tipass8.tfm) = %{tl_version} -Provides: tex(tipass9.tfm) = %{tl_version} -Provides: tex(tipats10.tfm) = %{tl_version} -Provides: tex(tipatt10.tfm) = %{tl_version} -Provides: tex(tipatt12.tfm) = %{tl_version} -Provides: tex(tipatt8.tfm) = %{tl_version} -Provides: tex(tipatt9.tfm) = %{tl_version} -Provides: tex(tipx10.tfm) = %{tl_version} -Provides: tex(tipx12.tfm) = %{tl_version} -Provides: tex(tipx17.tfm) = %{tl_version} -Provides: tex(tipx8.tfm) = %{tl_version} -Provides: tex(tipx9.tfm) = %{tl_version} -Provides: tex(tipxb10.tfm) = %{tl_version} -Provides: tex(tipxbs10.tfm) = %{tl_version} -Provides: tex(tipxbx10.tfm) = %{tl_version} -Provides: tex(tipxbx12.tfm) = %{tl_version} -Provides: tex(tipxbx8.tfm) = %{tl_version} -Provides: tex(tipxbx9.tfm) = %{tl_version} -Provides: tex(tipxsb10.tfm) = %{tl_version} -Provides: tex(tipxsi10.tfm) = %{tl_version} -Provides: tex(tipxsl10.tfm) = %{tl_version} -Provides: tex(tipxsl12.tfm) = %{tl_version} -Provides: tex(tipxsl8.tfm) = %{tl_version} -Provides: tex(tipxsl9.tfm) = %{tl_version} -Provides: tex(tipxss10.tfm) = %{tl_version} -Provides: tex(tipxss12.tfm) = %{tl_version} -Provides: tex(tipxss17.tfm) = %{tl_version} -Provides: tex(tipxss8.tfm) = %{tl_version} -Provides: tex(tipxss9.tfm) = %{tl_version} -Provides: tex(tipxts10.tfm) = %{tl_version} -Provides: tex(tipxtt10.tfm) = %{tl_version} -Provides: tex(tipxtt12.tfm) = %{tl_version} -Provides: tex(tipxtt8.tfm) = %{tl_version} -Provides: tex(tipxtt9.tfm) = %{tl_version} -Provides: tex(xipa10.tfm) = %{tl_version} -Provides: tex(xipab10.tfm) = %{tl_version} -Provides: tex(xipabs10.tfm) = %{tl_version} -Provides: tex(xipasb10.tfm) = %{tl_version} -Provides: tex(xipasi10.tfm) = %{tl_version} -Provides: tex(xipasl10.tfm) = %{tl_version} -Provides: tex(xipass10.tfm) = %{tl_version} -Provides: tex(xipx10.tfm) = %{tl_version} -Provides: tex(xipxb10.tfm) = %{tl_version} -Provides: tex(xipxbs10.tfm) = %{tl_version} -Provides: tex(xipxsb10.tfm) = %{tl_version} -Provides: tex(xipxsi10.tfm) = %{tl_version} -Provides: tex(xipxsl10.tfm) = %{tl_version} -Provides: tex(xipxss10.tfm) = %{tl_version} -Provides: tex(tipa10.pfb) = %{tl_version} -Provides: tex(tipa12.pfb) = %{tl_version} -Provides: tex(tipa17.pfb) = %{tl_version} -Provides: tex(tipa8.pfb) = %{tl_version} -Provides: tex(tipa9.pfb) = %{tl_version} -Provides: tex(tipab10.pfb) = %{tl_version} -Provides: tex(tipabs10.pfb) = %{tl_version} -Provides: tex(tipabx10.pfb) = %{tl_version} -Provides: tex(tipabx12.pfb) = %{tl_version} -Provides: tex(tipabx8.pfb) = %{tl_version} -Provides: tex(tipabx9.pfb) = %{tl_version} -Provides: tex(tipasb10.pfb) = %{tl_version} -Provides: tex(tipasi10.pfb) = %{tl_version} -Provides: tex(tipasl10.pfb) = %{tl_version} -Provides: tex(tipasl12.pfb) = %{tl_version} -Provides: tex(tipasl8.pfb) = %{tl_version} -Provides: tex(tipasl9.pfb) = %{tl_version} -Provides: tex(tipass10.pfb) = %{tl_version} -Provides: tex(tipass12.pfb) = %{tl_version} -Provides: tex(tipass17.pfb) = %{tl_version} -Provides: tex(tipass8.pfb) = %{tl_version} -Provides: tex(tipass9.pfb) = %{tl_version} -Provides: tex(tipats10.pfb) = %{tl_version} -Provides: tex(tipatt10.pfb) = %{tl_version} -Provides: tex(tipatt12.pfb) = %{tl_version} -Provides: tex(tipatt8.pfb) = %{tl_version} -Provides: tex(tipatt9.pfb) = %{tl_version} -Provides: tex(tipx10.pfb) = %{tl_version} -Provides: tex(tipx12.pfb) = %{tl_version} -Provides: tex(tipx17.pfb) = %{tl_version} -Provides: tex(tipx8.pfb) = %{tl_version} -Provides: tex(tipx9.pfb) = %{tl_version} -Provides: tex(tipxb10.pfb) = %{tl_version} -Provides: tex(tipxbs10.pfb) = %{tl_version} -Provides: tex(tipxbx10.pfb) = %{tl_version} -Provides: tex(tipxbx12.pfb) = %{tl_version} -Provides: tex(tipxbx8.pfb) = %{tl_version} -Provides: tex(tipxbx9.pfb) = %{tl_version} -Provides: tex(tipxsb10.pfb) = %{tl_version} -Provides: tex(tipxsi10.pfb) = %{tl_version} -Provides: tex(tipxsl10.pfb) = %{tl_version} -Provides: tex(tipxsl12.pfb) = %{tl_version} -Provides: tex(tipxsl8.pfb) = %{tl_version} -Provides: tex(tipxsl9.pfb) = %{tl_version} -Provides: tex(tipxss10.pfb) = %{tl_version} -Provides: tex(tipxss12.pfb) = %{tl_version} -Provides: tex(tipxss17.pfb) = %{tl_version} -Provides: tex(tipxss8.pfb) = %{tl_version} -Provides: tex(tipxss9.pfb) = %{tl_version} -Provides: tex(tipxts10.pfb) = %{tl_version} -Provides: tex(tipxtt10.pfb) = %{tl_version} -Provides: tex(tipxtt12.pfb) = %{tl_version} -Provides: tex(tipxtt8.pfb) = %{tl_version} -Provides: tex(tipxtt9.pfb) = %{tl_version} -Provides: tex(xipa10.pfb) = %{tl_version} -Provides: tex(xipab10.pfb) = %{tl_version} -Provides: tex(xipabs10.pfb) = %{tl_version} -Provides: tex(xipasb10.pfb) = %{tl_version} -Provides: tex(xipasi10.pfb) = %{tl_version} -Provides: tex(xipasl10.pfb) = %{tl_version} -Provides: tex(xipass10.pfb) = %{tl_version} -Provides: tex(xipx10.pfb) = %{tl_version} -Provides: tex(xipxb10.pfb) = %{tl_version} -Provides: tex(xipxbs10.pfb) = %{tl_version} -Provides: tex(xipxsb10.pfb) = %{tl_version} -Provides: tex(xipxsi10.pfb) = %{tl_version} -Provides: tex(xipxsl10.pfb) = %{tl_version} -Provides: tex(xipxss10.pfb) = %{tl_version} -Provides: tex(exaccent.sty) = %{tl_version} -Provides: tex(extraipa.sty) = %{tl_version} -Provides: tex(t3cmr.fd) = %{tl_version} -Provides: tex(t3cmss.fd) = %{tl_version} -Provides: tex(t3cmtt.fd) = %{tl_version} -Provides: tex(t3enc.def) = %{tl_version} -Provides: tex(t3phv.fd) = %{tl_version} -Provides: tex(t3ptm.fd) = %{tl_version} -Provides: tex(tipa.sty) = %{tl_version} -Provides: tex(tipx.sty) = %{tl_version} -Provides: tex(tone.sty) = %{tl_version} -Provides: tex(ts3cmr.fd) = %{tl_version} -Provides: tex(ts3cmss.fd) = %{tl_version} -Provides: tex(ts3cmtt.fd) = %{tl_version} -Provides: tex(ts3enc.def) = %{tl_version} -Provides: tex(ts3phv.fd) = %{tl_version} -Provides: tex(ts3ptm.fd) = %{tl_version} -Provides: tex(utipx.fd) = %{tl_version} -Provides: tex(utipxss.fd) = %{tl_version} -Provides: tex(utipxtt.fd) = %{tl_version} -Provides: tex(uxipx.fd) = %{tl_version} -Provides: tex(uxipxss.fd) = %{tl_version} -Provides: tex(vowel.sty) = %{tl_version} - -%description tipa -These fonts are considered the 'ultimate answer' to IPA -typesetting. The encoding of these 8-bit fonts has been -registered as LaTeX standard encoding T3, and the set of -addendum symbols as encoding TS3. 'Times-like' Adobe Type 1 -versions are provided for both the T3 and the TS3 fonts. - -date: 2012-01-30 10:59:21 +0100 - -%post tipa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap tipa.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap tipa.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tipa -if [ $1 == 0 ] ; then -sed -i '/^MixedMap tipa.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tipa -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tipa-doc -Summary: Documentation for tipa -Version: svn29349.1.3 -Release: %{tl_noarch_release} -Provides: tex-tipa-doc -BuildArch: noarch -AutoReqProv: No - -%description tipa-doc -Documentation for tipa - -%package txfonts -Provides: tex-txfonts = %{tl_version} -License: GPL+ -Summary: Times-like fonts in support of mathematics -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(tx8r.enc) = %{tl_version} -Provides: tex(txfonts.map) = %{tl_version} -Provides: tex(txr.map) = %{tl_version} -Provides: tex(txr1.map) = %{tl_version} -Provides: tex(txr2.map) = %{tl_version} -Provides: tex(txr3.map) = %{tl_version} -Provides: tex(rtcxb.tfm) = %{tl_version} -Provides: tex(rtcxbi.tfm) = %{tl_version} -Provides: tex(rtcxbsl.tfm) = %{tl_version} -Provides: tex(rtcxbss.tfm) = %{tl_version} -Provides: tex(rtcxbsso.tfm) = %{tl_version} -Provides: tex(rtcxi.tfm) = %{tl_version} -Provides: tex(rtcxr.tfm) = %{tl_version} -Provides: tex(rtcxsl.tfm) = %{tl_version} -Provides: tex(rtcxss.tfm) = %{tl_version} -Provides: tex(rtcxsssl.tfm) = %{tl_version} -Provides: tex(rtxb.tfm) = %{tl_version} -Provides: tex(rtxbi.tfm) = %{tl_version} -Provides: tex(rtxbmi.tfm) = %{tl_version} -Provides: tex(rtxbsc.tfm) = %{tl_version} -Provides: tex(rtxbsl.tfm) = %{tl_version} -Provides: tex(rtxbss.tfm) = %{tl_version} -Provides: tex(rtxbsssc.tfm) = %{tl_version} -Provides: tex(rtxbsssl.tfm) = %{tl_version} -Provides: tex(rtxi.tfm) = %{tl_version} -Provides: tex(rtxmi.tfm) = %{tl_version} -Provides: tex(rtxphvb.tfm) = %{tl_version} -Provides: tex(rtxphvbo.tfm) = %{tl_version} -Provides: tex(rtxphvr.tfm) = %{tl_version} -Provides: tex(rtxphvro.tfm) = %{tl_version} -Provides: tex(rtxptmb.tfm) = %{tl_version} -Provides: tex(rtxptmbi.tfm) = %{tl_version} -Provides: tex(rtxptmbo.tfm) = %{tl_version} -Provides: tex(rtxptmr.tfm) = %{tl_version} -Provides: tex(rtxptmri.tfm) = %{tl_version} -Provides: tex(rtxptmro.tfm) = %{tl_version} -Provides: tex(rtxr.tfm) = %{tl_version} -Provides: tex(rtxsc.tfm) = %{tl_version} -Provides: tex(rtxsl.tfm) = %{tl_version} -Provides: tex(rtxss.tfm) = %{tl_version} -Provides: tex(rtxsssc.tfm) = %{tl_version} -Provides: tex(rtxsssl.tfm) = %{tl_version} -Provides: tex(t1xb.tfm) = %{tl_version} -Provides: tex(t1xbi.tfm) = %{tl_version} -Provides: tex(t1xbsc.tfm) = %{tl_version} -Provides: tex(t1xbsl.tfm) = %{tl_version} -Provides: tex(t1xbss.tfm) = %{tl_version} -Provides: tex(t1xbsssc.tfm) = %{tl_version} -Provides: tex(t1xbsssl.tfm) = %{tl_version} -Provides: tex(t1xbtt.tfm) = %{tl_version} -Provides: tex(t1xbttsc.tfm) = %{tl_version} -Provides: tex(t1xbttsl.tfm) = %{tl_version} -Provides: tex(t1xi.tfm) = %{tl_version} -Provides: tex(t1xr.tfm) = %{tl_version} -Provides: tex(t1xsc.tfm) = %{tl_version} -Provides: tex(t1xsl.tfm) = %{tl_version} -Provides: tex(t1xss.tfm) = %{tl_version} -Provides: tex(t1xsssc.tfm) = %{tl_version} -Provides: tex(t1xsssl.tfm) = %{tl_version} -Provides: tex(t1xtt.tfm) = %{tl_version} -Provides: tex(t1xttsc.tfm) = %{tl_version} -Provides: tex(t1xttsl.tfm) = %{tl_version} -Provides: tex(tcxb.tfm) = %{tl_version} -Provides: tex(tcxbi.tfm) = %{tl_version} -Provides: tex(tcxbsl.tfm) = %{tl_version} -Provides: tex(tcxbss.tfm) = %{tl_version} -Provides: tex(tcxbsssl.tfm) = %{tl_version} -Provides: tex(tcxbtt.tfm) = %{tl_version} -Provides: tex(tcxbttsl.tfm) = %{tl_version} -Provides: tex(tcxi.tfm) = %{tl_version} -Provides: tex(tcxr.tfm) = %{tl_version} -Provides: tex(tcxsl.tfm) = %{tl_version} -Provides: tex(tcxss.tfm) = %{tl_version} -Provides: tex(tcxsssl.tfm) = %{tl_version} -Provides: tex(tcxtt.tfm) = %{tl_version} -Provides: tex(tcxttsl.tfm) = %{tl_version} -Provides: tex(txb.tfm) = %{tl_version} -Provides: tex(txbex.tfm) = %{tl_version} -Provides: tex(txbexa.tfm) = %{tl_version} -Provides: tex(txbi.tfm) = %{tl_version} -Provides: tex(txbmi.tfm) = %{tl_version} -Provides: tex(txbmi1.tfm) = %{tl_version} -Provides: tex(txbmia.tfm) = %{tl_version} -Provides: tex(txbsc.tfm) = %{tl_version} -Provides: tex(txbsl.tfm) = %{tl_version} -Provides: tex(txbss.tfm) = %{tl_version} -Provides: tex(txbsssc.tfm) = %{tl_version} -Provides: tex(txbsssl.tfm) = %{tl_version} -Provides: tex(txbsy.tfm) = %{tl_version} -Provides: tex(txbsya.tfm) = %{tl_version} -Provides: tex(txbsyb.tfm) = %{tl_version} -Provides: tex(txbsyc.tfm) = %{tl_version} -Provides: tex(txbtt.tfm) = %{tl_version} -Provides: tex(txbttsc.tfm) = %{tl_version} -Provides: tex(txbttsl.tfm) = %{tl_version} -Provides: tex(txex.tfm) = %{tl_version} -Provides: tex(txexa.tfm) = %{tl_version} -Provides: tex(txi.tfm) = %{tl_version} -Provides: tex(txmi.tfm) = %{tl_version} -Provides: tex(txmi1.tfm) = %{tl_version} -Provides: tex(txmia.tfm) = %{tl_version} -Provides: tex(txr.tfm) = %{tl_version} -Provides: tex(txsc.tfm) = %{tl_version} -Provides: tex(txsl.tfm) = %{tl_version} -Provides: tex(txss.tfm) = %{tl_version} -Provides: tex(txsssc.tfm) = %{tl_version} -Provides: tex(txsssl.tfm) = %{tl_version} -Provides: tex(txsy.tfm) = %{tl_version} -Provides: tex(txsya.tfm) = %{tl_version} -Provides: tex(txsyb.tfm) = %{tl_version} -Provides: tex(txsyc.tfm) = %{tl_version} -Provides: tex(txtt.tfm) = %{tl_version} -Provides: tex(txttsc.tfm) = %{tl_version} -Provides: tex(txttsl.tfm) = %{tl_version} -Provides: tex(tyxb.tfm) = %{tl_version} -Provides: tex(tyxbi.tfm) = %{tl_version} -Provides: tex(tyxbsc.tfm) = %{tl_version} -Provides: tex(tyxbsl.tfm) = %{tl_version} -Provides: tex(tyxbss.tfm) = %{tl_version} -Provides: tex(tyxbsssc.tfm) = %{tl_version} -Provides: tex(tyxbsssl.tfm) = %{tl_version} -Provides: tex(tyxbtt.tfm) = %{tl_version} -Provides: tex(tyxbttsc.tfm) = %{tl_version} -Provides: tex(tyxbttsl.tfm) = %{tl_version} -Provides: tex(tyxi.tfm) = %{tl_version} -Provides: tex(tyxr.tfm) = %{tl_version} -Provides: tex(tyxsc.tfm) = %{tl_version} -Provides: tex(tyxsl.tfm) = %{tl_version} -Provides: tex(tyxss.tfm) = %{tl_version} -Provides: tex(tyxsssc.tfm) = %{tl_version} -Provides: tex(tyxsssl.tfm) = %{tl_version} -Provides: tex(tyxtt.tfm) = %{tl_version} -Provides: tex(tyxttsc.tfm) = %{tl_version} -Provides: tex(tyxttsl.tfm) = %{tl_version} -Provides: tex(rtcxb.pfb) = %{tl_version} -Provides: tex(rtcxbi.pfb) = %{tl_version} -Provides: tex(rtcxbss.pfb) = %{tl_version} -Provides: tex(rtcxi.pfb) = %{tl_version} -Provides: tex(rtcxr.pfb) = %{tl_version} -Provides: tex(rtcxss.pfb) = %{tl_version} -Provides: tex(rtxb.pfb) = %{tl_version} -Provides: tex(rtxbi.pfb) = %{tl_version} -Provides: tex(rtxbmi.pfb) = %{tl_version} -Provides: tex(rtxbsc.pfb) = %{tl_version} -Provides: tex(rtxbss.pfb) = %{tl_version} -Provides: tex(rtxbsssc.pfb) = %{tl_version} -Provides: tex(rtxi.pfb) = %{tl_version} -Provides: tex(rtxmi.pfb) = %{tl_version} -Provides: tex(rtxr.pfb) = %{tl_version} -Provides: tex(rtxsc.pfb) = %{tl_version} -Provides: tex(rtxss.pfb) = %{tl_version} -Provides: tex(rtxsssc.pfb) = %{tl_version} -Provides: tex(t1xbtt.pfb) = %{tl_version} -Provides: tex(t1xbttsc.pfb) = %{tl_version} -Provides: tex(t1xtt.pfb) = %{tl_version} -Provides: tex(t1xttsc.pfb) = %{tl_version} -Provides: tex(tcxbtt.pfb) = %{tl_version} -Provides: tex(tcxtt.pfb) = %{tl_version} -Provides: tex(txbex.pfb) = %{tl_version} -Provides: tex(txbexa.pfb) = %{tl_version} -Provides: tex(txbmia.pfb) = %{tl_version} -Provides: tex(txbsy.pfb) = %{tl_version} -Provides: tex(txbsya.pfb) = %{tl_version} -Provides: tex(txbsyb.pfb) = %{tl_version} -Provides: tex(txbsyc.pfb) = %{tl_version} -Provides: tex(txbtt.pfb) = %{tl_version} -Provides: tex(txbttsc.pfb) = %{tl_version} -Provides: tex(txex.pfb) = %{tl_version} -Provides: tex(txexa.pfb) = %{tl_version} -Provides: tex(txmia.pfb) = %{tl_version} -Provides: tex(txsy.pfb) = %{tl_version} -Provides: tex(txsya.pfb) = %{tl_version} -Provides: tex(txsyb.pfb) = %{tl_version} -Provides: tex(txsyc.pfb) = %{tl_version} -Provides: tex(txtt.pfb) = %{tl_version} -Provides: tex(txttsc.pfb) = %{tl_version} -Provides: tex(t1xb.vf) = %{tl_version} -Provides: tex(t1xbi.vf) = %{tl_version} -Provides: tex(t1xbsc.vf) = %{tl_version} -Provides: tex(t1xbsl.vf) = %{tl_version} -Provides: tex(t1xbss.vf) = %{tl_version} -Provides: tex(t1xbsssc.vf) = %{tl_version} -Provides: tex(t1xbsssl.vf) = %{tl_version} -Provides: tex(t1xi.vf) = %{tl_version} -Provides: tex(t1xr.vf) = %{tl_version} -Provides: tex(t1xsc.vf) = %{tl_version} -Provides: tex(t1xsl.vf) = %{tl_version} -Provides: tex(t1xss.vf) = %{tl_version} -Provides: tex(t1xsssc.vf) = %{tl_version} -Provides: tex(t1xsssl.vf) = %{tl_version} -Provides: tex(tcxb.vf) = %{tl_version} -Provides: tex(tcxbi.vf) = %{tl_version} -Provides: tex(tcxbsl.vf) = %{tl_version} -Provides: tex(tcxbss.vf) = %{tl_version} -Provides: tex(tcxbsssl.vf) = %{tl_version} -Provides: tex(tcxi.vf) = %{tl_version} -Provides: tex(tcxr.vf) = %{tl_version} -Provides: tex(tcxsl.vf) = %{tl_version} -Provides: tex(tcxss.vf) = %{tl_version} -Provides: tex(tcxsssl.vf) = %{tl_version} -Provides: tex(txb.vf) = %{tl_version} -Provides: tex(txbi.vf) = %{tl_version} -Provides: tex(txbmi.vf) = %{tl_version} -Provides: tex(txbmi1.vf) = %{tl_version} -Provides: tex(txbsc.vf) = %{tl_version} -Provides: tex(txbsl.vf) = %{tl_version} -Provides: tex(txbss.vf) = %{tl_version} -Provides: tex(txbsssc.vf) = %{tl_version} -Provides: tex(txbsssl.vf) = %{tl_version} -Provides: tex(txi.vf) = %{tl_version} -Provides: tex(txmi.vf) = %{tl_version} -Provides: tex(txmi1.vf) = %{tl_version} -Provides: tex(txr.vf) = %{tl_version} -Provides: tex(txsc.vf) = %{tl_version} -Provides: tex(txsl.vf) = %{tl_version} -Provides: tex(txss.vf) = %{tl_version} -Provides: tex(txsssc.vf) = %{tl_version} -Provides: tex(txsssl.vf) = %{tl_version} -Provides: tex(tyxb.vf) = %{tl_version} -Provides: tex(tyxbi.vf) = %{tl_version} -Provides: tex(tyxbsc.vf) = %{tl_version} -Provides: tex(tyxbsl.vf) = %{tl_version} -Provides: tex(tyxbss.vf) = %{tl_version} -Provides: tex(tyxbsssc.vf) = %{tl_version} -Provides: tex(tyxbsssl.vf) = %{tl_version} -Provides: tex(tyxbtt.vf) = %{tl_version} -Provides: tex(tyxbttsc.vf) = %{tl_version} -Provides: tex(tyxbttsl.vf) = %{tl_version} -Provides: tex(tyxi.vf) = %{tl_version} -Provides: tex(tyxr.vf) = %{tl_version} -Provides: tex(tyxsc.vf) = %{tl_version} -Provides: tex(tyxsl.vf) = %{tl_version} -Provides: tex(tyxss.vf) = %{tl_version} -Provides: tex(tyxsssc.vf) = %{tl_version} -Provides: tex(tyxsssl.vf) = %{tl_version} -Provides: tex(tyxtt.vf) = %{tl_version} -Provides: tex(tyxttsc.vf) = %{tl_version} -Provides: tex(tyxttsl.vf) = %{tl_version} -Provides: tex(ly1txr.fd) = %{tl_version} -Provides: tex(ly1txss.fd) = %{tl_version} -Provides: tex(ly1txtt.fd) = %{tl_version} -Provides: tex(omltxmi.fd) = %{tl_version} -Provides: tex(omltxr.fd) = %{tl_version} -Provides: tex(omstxr.fd) = %{tl_version} -Provides: tex(omstxsy.fd) = %{tl_version} -Provides: tex(omxtxex.fd) = %{tl_version} -Provides: tex(ot1txr.fd) = %{tl_version} -Provides: tex(ot1txss.fd) = %{tl_version} -Provides: tex(ot1txtt.fd) = %{tl_version} -Provides: tex(t1txr.fd) = %{tl_version} -Provides: tex(t1txss.fd) = %{tl_version} -Provides: tex(t1txtt.fd) = %{tl_version} -Provides: tex(ts1txr.fd) = %{tl_version} -Provides: tex(ts1txss.fd) = %{tl_version} -Provides: tex(ts1txtt.fd) = %{tl_version} -Provides: tex(txfonts.sty) = %{tl_version} -Provides: tex(utxexa.fd) = %{tl_version} -Provides: tex(utxmia.fd) = %{tl_version} -Provides: tex(utxr.fd) = %{tl_version} -Provides: tex(utxss.fd) = %{tl_version} -Provides: tex(utxsya.fd) = %{tl_version} -Provides: tex(utxsyb.fd) = %{tl_version} -Provides: tex(utxsyc.fd) = %{tl_version} -Provides: tex(utxtt.fd) = %{tl_version} - -%description txfonts -Txfonts supplies virtual text roman fonts using Adobe Times (or -URW NimbusRomNo9L) with some modified and additional text -symbols in the OT1, T1, and TS1 encodings; maths alphabets -using Times/URW Nimbus; maths fonts providing all the symbols -of the Computer Modern and AMS fonts, including all the Greek -capital letters from CMR; and additional maths fonts of various -other symbols. The set is complemented by a sans-serif set of -text fonts, based on Helvetica/NimbusSanL, and a monospace set. -All the fonts are in Type 1 format (AFM and PFB files), and are -supported by TeX metrics (VF and TFM files) and macros for use -with LaTeX. - -date: 2009-01-15 09:33:18 +0100 - -%post txfonts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map txfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map txfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun txfonts -if [ $1 == 0 ] ; then -sed -i '/^Map txfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans txfonts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package txfonts-doc -Summary: Documentation for txfonts -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-txfonts-doc -BuildArch: noarch -AutoReqProv: No - -%description txfonts-doc -Documentation for txfonts - -%package utopia -Provides: tex-utopia = %{tl_version} -License: Utopia -Summary: Adobe Utopia fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(putb7t.tfm) = %{tl_version} -Provides: tex(putb8c.tfm) = %{tl_version} -Provides: tex(putb8r.tfm) = %{tl_version} -Provides: tex(putb8t.tfm) = %{tl_version} -Provides: tex(putbc7t.tfm) = %{tl_version} -Provides: tex(putbc8t.tfm) = %{tl_version} -Provides: tex(putbi7t.tfm) = %{tl_version} -Provides: tex(putbi8c.tfm) = %{tl_version} -Provides: tex(putbi8r.tfm) = %{tl_version} -Provides: tex(putbi8t.tfm) = %{tl_version} -Provides: tex(putbo7t.tfm) = %{tl_version} -Provides: tex(putbo8c.tfm) = %{tl_version} -Provides: tex(putbo8r.tfm) = %{tl_version} -Provides: tex(putbo8t.tfm) = %{tl_version} -Provides: tex(putr7t.tfm) = %{tl_version} -Provides: tex(putr8c.tfm) = %{tl_version} -Provides: tex(putr8r.tfm) = %{tl_version} -Provides: tex(putr8t.tfm) = %{tl_version} -Provides: tex(putrc7t.tfm) = %{tl_version} -Provides: tex(putrc8t.tfm) = %{tl_version} -Provides: tex(putri7t.tfm) = %{tl_version} -Provides: tex(putri8c.tfm) = %{tl_version} -Provides: tex(putri8r.tfm) = %{tl_version} -Provides: tex(putri8t.tfm) = %{tl_version} -Provides: tex(putro7t.tfm) = %{tl_version} -Provides: tex(putro8c.tfm) = %{tl_version} -Provides: tex(putro8r.tfm) = %{tl_version} -Provides: tex(putro8t.tfm) = %{tl_version} -Provides: tex(putb8a.pfb) = %{tl_version} -Provides: tex(putbi8a.pfb) = %{tl_version} -Provides: tex(putr8a.pfb) = %{tl_version} -Provides: tex(putri8a.pfb) = %{tl_version} -Provides: tex(putb7t.vf) = %{tl_version} -Provides: tex(putb8c.vf) = %{tl_version} -Provides: tex(putb8t.vf) = %{tl_version} -Provides: tex(putbc7t.vf) = %{tl_version} -Provides: tex(putbc8t.vf) = %{tl_version} -Provides: tex(putbi7t.vf) = %{tl_version} -Provides: tex(putbi8c.vf) = %{tl_version} -Provides: tex(putbi8t.vf) = %{tl_version} -Provides: tex(putbo7t.vf) = %{tl_version} -Provides: tex(putbo8c.vf) = %{tl_version} -Provides: tex(putbo8t.vf) = %{tl_version} -Provides: tex(putr7t.vf) = %{tl_version} -Provides: tex(putr8c.vf) = %{tl_version} -Provides: tex(putr8t.vf) = %{tl_version} -Provides: tex(putrc7t.vf) = %{tl_version} -Provides: tex(putrc8t.vf) = %{tl_version} -Provides: tex(putri7t.vf) = %{tl_version} -Provides: tex(putri8c.vf) = %{tl_version} -Provides: tex(putri8t.vf) = %{tl_version} -Provides: tex(putro7t.vf) = %{tl_version} -Provides: tex(putro8c.vf) = %{tl_version} -Provides: tex(putro8t.vf) = %{tl_version} - -%description utopia -The Adobe Standard Encoding set (upright and italic shapes, -medium and bold weights) of the Utopia font family, which Adobe -donated to the X Consortium. Macro support, and maths fonts -that match the Utopia family, are provided by the Fourier and -the Mathdesign Utopia font packages. - -date: 2007-10-04 10:35:17 +0200 - -%post utopia -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun utopia -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans utopia -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package utopia-doc -Summary: Documentation for utopia -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-utopia-doc -BuildArch: noarch -AutoReqProv: No - -%description utopia-doc -Documentation for utopia - -%package wasy -Provides: tex-wasy = %{tl_version} -License: Public Domain -Summary: The wasy fonts (Waldi symbol fonts) -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(wasy.map) = %{tl_version} -Provides: tex(wasy10.tfm) = %{tl_version} -Provides: tex(wasy5.tfm) = %{tl_version} -Provides: tex(wasy6.tfm) = %{tl_version} -Provides: tex(wasy7.tfm) = %{tl_version} -Provides: tex(wasy8.tfm) = %{tl_version} -Provides: tex(wasy9.tfm) = %{tl_version} -Provides: tex(wasyb10.tfm) = %{tl_version} -Provides: tex(wasy10.pfb) = %{tl_version} -Provides: tex(wasy5.pfb) = %{tl_version} -Provides: tex(wasy6.pfb) = %{tl_version} -Provides: tex(wasy7.pfb) = %{tl_version} -Provides: tex(wasy8.pfb) = %{tl_version} -Provides: tex(wasy9.pfb) = %{tl_version} -Provides: tex(wasyb10.pfb) = %{tl_version} -Provides: tex(wasyfont.tex) = %{tl_version} - -%description wasy -These are the wasy (Waldi symbol) fonts, second release. This -bundle presents the fonts in MetaFont format, but they are also -available in Adobe Type 1 format. Support under LaTeX is -provided by the wasysym package. - -date: 2006-09-12 08:29:26 +0200 - -%post wasy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap wasy.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap wasy.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun wasy -if [ $1 == 0 ] ; then -sed -i '/^MixedMap wasy.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans wasy -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wasy-doc -Summary: Documentation for wasy -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-wasy-doc -BuildArch: noarch -AutoReqProv: No - -%description wasy-doc -Documentation for wasy - -%package wasysym -Provides: tex-wasysym = %{tl_version} -License: LPPL -Summary: LaTeX support file to use the WASY2 fonts -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uwasy.fd) = %{tl_version} -Provides: tex(uwasyvar.fd) = %{tl_version} -Provides: tex(wasysym.sty) = %{tl_version} - -%description wasysym -The WASY2 (Waldi Symbol) font by Roland Waldi provides many -glyphs like male and female symbols and astronomical symbols, -as well as the complete lasy font set and other odds and ends. -The wasysym package implements an easy to use interface for -these symbols. - -date: 2006-12-16 22:36:42 +0100 - -%post wasysym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wasysym -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wasysym -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wasysym-doc -Summary: Documentation for wasysym -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-wasysym-doc -BuildArch: noarch -AutoReqProv: No - -%description wasysym-doc -Documentation for wasysym - -%package zapfchan -Provides: tex-zapfchan = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uzc.map) = %{tl_version} -Provides: tex(pzcmi.tfm) = %{tl_version} -Provides: tex(pzcmi7t.tfm) = %{tl_version} -Provides: tex(pzcmi8c.tfm) = %{tl_version} -Provides: tex(pzcmi8r.tfm) = %{tl_version} -Provides: tex(pzcmi8t.tfm) = %{tl_version} -Provides: tex(uzcmi7t.tfm) = %{tl_version} -Provides: tex(uzcmi8c.tfm) = %{tl_version} -Provides: tex(uzcmi8r.tfm) = %{tl_version} -Provides: tex(uzcmi8t.tfm) = %{tl_version} -Provides: tex(uzcmi8a.pfb) = %{tl_version} -Provides: tex(pzcmi.vf) = %{tl_version} -Provides: tex(pzcmi7t.vf) = %{tl_version} -Provides: tex(pzcmi8c.vf) = %{tl_version} -Provides: tex(pzcmi8t.vf) = %{tl_version} -Provides: tex(uzcmi7t.vf) = %{tl_version} -Provides: tex(uzcmi8c.vf) = %{tl_version} -Provides: tex(uzcmi8t.vf) = %{tl_version} -Provides: tex(8ruzc.fd) = %{tl_version} -Provides: tex(omluzc.fd) = %{tl_version} -Provides: tex(omsuzc.fd) = %{tl_version} -Provides: tex(ot1uzc.fd) = %{tl_version} -Provides: tex(t1uzc.fd) = %{tl_version} -Provides: tex(ts1uzc.fd) = %{tl_version} - -%description zapfchan -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post zapfchan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zapfchan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zapfchan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zapfding -Provides: tex-zapfding = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn28614.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uzd.map) = %{tl_version} -Provides: tex(pzdr.tfm) = %{tl_version} -Provides: tex(uzdr.tfm) = %{tl_version} -Provides: tex(uzdr.pfb) = %{tl_version} -Provides: tex(uuzd.fd) = %{tl_version} - -%description zapfding -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: - Century Schoolbook (substituting for -Adobe's New Century Schoolbook); - Dingbats (substituting for -Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for -Abobe's Courier); - Nimbus Roman No9 L (substituting for -Adobe's Times); - Nimbus Sans L (substituting for Adobe's -Helvetica); - Standard Symbols L (substituting for Adobe's -Symbol); - URW Bookman; - URW Chancery L Medium Italic -(substituting for Adobe's Zapf Chancery); - URW Gothic L Book -(substituting for Adobe's Avant Garde); and - URW Palladio L -(substituting for Adobe's Palatino). - -date: 2012-06-06 22:57:48 +0200 - -%post zapfding -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zapfding -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zapfding -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-fontutils -Summary: Graphics and font utilities -Version: svn25704.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-accfonts -Requires: tex-afm2pl -Requires: tex-dosepsbin -Requires: tex-epstopdf -Requires: tex-fontware -Requires: tex-lcdftypetools -Requires: tex-ps2pkm -Requires: tex-pstools -Requires: tex-dvipsconfig -Requires: tex-fontinst -Requires: tex-fontools -Requires: tex-mf2pt1 -Requires: tex-ttfutils -Requires: t1utils, psutils, lcdf-typetools - -%description collection-fontutils -Programs for conversion between font formats, testing fonts, -virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. -Manipulating OpenType, TrueType, PostScript Type 1, and -PostScript and other images. - -%package dosepsbin -Provides: tex-dosepsbin = %{tl_version} -License: GPLv2 or Artistic -Summary: Deal with DOS binary EPS files -Version: svn26313.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-dosepsbin-bin - -%description dosepsbin -A Encapsulated PostScript (EPS) file may given in a special -binary format to support the inclusion of a thumbnail. This -file format, commonly known as DOS EPS format starts with a -binary header that contains the positions of the possible -sections: - Postscript (PS); - Windows Metafile Format (WMF); -and - Tag Image File Format (TIFF). The PS section must be -present and either the WMF file or the TIFF file should be -given. The package provides a Perl program that will extract -any of the sections of such a file, in particular providing a -'text'-form EPS file for use with (La)TeX. - -date: 2012-03-22 21:51:23 +0100 - -%post dosepsbin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dosepsbin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dosepsbin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dosepsbin-doc -Summary: Documentation for dosepsbin -Version: svn26313.1.2 -Release: %{tl_noarch_release} -Provides: tex-dosepsbin-doc -BuildArch: noarch -AutoReqProv: No - -%description dosepsbin-doc -Documentation for dosepsbin - -%package dosepsbin-bin -Summary: Binaries for dosepsbin -Version: svn24759.0 -Requires: texlive-base -Requires: tex-dosepsbin -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description dosepsbin-bin -Binaries for dosepsbin - -%package epstopdf -Provides: tex-epstopdf = %{tl_version} -License: LPPL -Summary: epstopdf package -Version: svn26577.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-epstopdf-bin - -%description epstopdf -epstopdf package - -%post epstopdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epstopdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epstopdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epstopdf-doc -Summary: Documentation for epstopdf -Version: svn26577.0 -Release: %{tl_noarch_release} -Provides: tex-epstopdf-doc -BuildArch: noarch -AutoReqProv: No - -%description epstopdf-doc -Documentation for epstopdf - -%package epstopdf-bin -Summary: Binaries for epstopdf -Version: svn18336.0 -Requires: texlive-base -Requires: tex-epstopdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description epstopdf-bin -Binaries for epstopdf - -%package fontware -Provides: tex-fontware = %{tl_version} -License: LPPL -Summary: fontware package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fontware-bin - -%description fontware -fontware package - -%post fontware -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontware -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontware -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontware-bin -Summary: Binaries for fontware -Version: svn26509.0 -Requires: texlive-base -Requires: tex-fontware -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description fontware-bin -Binaries for fontware - -%package lcdftypetools -Provides: tex-lcdftypetools = %{tl_version} -License: GPL+ -Summary: A bundle of outline font manipulation tools -Version: svn26689.2.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-glyphlist -Requires: texlive-lcdftypetools-bin - -%description lcdftypetools -This bundle of tools comprises: - Cfftot1, which translates a -Compact Font Format (CFF) font, or a PostScript-flavored -OpenType font, into PostScript Type 1 format. It correctly -handles subroutines and hints; - Mmafm and mmpfb, which create -instances of multiple-master fonts (mmafm and mmpfb were -previously distributed in their own package, mminstance); - -Otfinfo, which reports information about OpenType fonts, such -as the features they support and the contents of their 'size' -optical size features; - Otftotfm, which creates TeX font -metrics and encodings that correspond to a PostScript-flavored -OpenType font. It will interpret glyph positionings, -substitutions, and ligatures as far as it is able. You can say -which OpenType features should be activated; - T1dotlessj, -creates a Type 1 font whose only character is a dotless j -matching the input font's design; - T1lint, which checks a Type -1 font for correctness; - T1reencode, which replaces a font's -internal encoding with one you specify; and - T1testpage, which -creates a PostScript proof for a Type 1 font. It is preliminary -software. - -date: 2011-08-16 07:19:07 +0200 - -%post lcdftypetools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lcdftypetools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lcdftypetools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lcdftypetools-bin -Summary: Binaries for lcdftypetools -Version: svn26509.0 -Requires: texlive-base -Requires: tex-lcdftypetools -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: lcdf-typetools = %{tl_version} -Obsoletes: lcdf-typetools < %{tl_version} -Release: %{tl_release} - -%description lcdftypetools-bin -Binaries for lcdftypetools - -%package ps2pkm -Provides: tex-ps2pkm = %{tl_version} -License: MIT -Summary: Generate a PK font from an Adobe Type 1 font -Version: svn26689.1.6_beta_1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ps2pkm-bin - -%description ps2pkm -Generates a PK file from an Adobe Type 1 font. PK fonts are (or -used to be) valuable in enabling previewers to view documents -generated that use Type 1 fonts. The program makes use of code -donated to the X consortium by IBM. - -date: 2011-05-31 11:59:42 +0200 - -%post ps2pkm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ps2pkm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ps2pkm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ps2pkm-bin -Summary: Binaries for ps2pkm -Version: svn26509.0 -Requires: texlive-base -Requires: tex-ps2pkm -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description ps2pkm-bin -Binaries for ps2pkm - -%package pstools -Provides: tex-pstools = %{tl_version} -License: GPL+ -Summary: Produce Encapsulated PostScript from PostScript -Version: svn29349.1.68 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pstools-bin - -%description pstools -Produce Encapsulated PostScript Files (EPS/EPSF) from a one- -page PostScript document, or any PostScript document. A correct -Bounding Box is calculated for the EPS files and some -PostScript command sequences that can produce errorneous -results on printers are filtered. The input is cropped to -include just the image contained in the PostScript file. The -EPS files can then be included into TeX documents. Other -programs like ps2epsi (a script distributed with ghostscript) -don't always calculate the correct bounding box (because the -values are put on the PostScript stack which may get corrupted -by bad PostScript code) or they round it off, resulting in -clipping the image. Therefore ps2eps uses a resolution of 144 -dpi to get the correct bounding box. The bundle includes -binaries for Linux, Solaris, Digital Unix or Windows -2000/9x/NT; for other platforms, the user needs perl, -ghostscript and an ANSI-C compiler. Included in the -distribution is the bbox program, an application to produce -Bounding Box values for rawppm or rawpbm format files. - -date: 2012-07-20 20:39:39 +0200 - -%post pstools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pstools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pstools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pstools-bin -Summary: Binaries for pstools -Version: svn27329.0 -Requires: texlive-base -Requires: tex-pstools -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: ps2eps = %{tl_version} -Obsoletes: ps2eps < %{tl_version} -Release: %{tl_release} - -%description pstools-bin -Binaries for pstools - -%package dvipsconfig -Provides: tex-dvipsconfig = %{tl_version} -License: GPL+ -Summary: Collection of dvips PostScript headers -Version: svn13293.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description dvipsconfig -This is a collection of dvips PostScript header and dvips -config files. They control certain features of the printer, -including: A4, A3, usletter, simplex, duplex / long edge, -duplex / short edge, screen frequencies of images, black/white -invers, select transparency / paper for tektronix 550/560, -manual feeder, envelope feeder, and tray 1, 2 and 3, and -printing a PostScript grid underneath the page material--very -useful for measuring and eliminating paper feed errors! - -date: 2007-03-05 22:02:45 +0100 - -%post dvipsconfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvipsconfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvipsconfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontinst -Provides: tex-fontinst = %{tl_version} -License: LPPL -Summary: Help with installing fonts for TeX and LaTeX -Version: svn29349.1.933 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fontinst-bin -Requires: tex(color.sty) -Requires: tex(amstext.sty) -Provides: tex(bbox.sty) = %{tl_version} -Provides: tex(cfntinst.sty) = %{tl_version} -Provides: tex(fontinst.sty) = %{tl_version} -Provides: tex(finstmsc.sty) = %{tl_version} -Provides: tex(fontinst.sty) = %{tl_version} -Provides: tex(multislot.sty) = %{tl_version} -Provides: tex(xfntinst.sty) = %{tl_version} -Provides: tex(csc2x.tex) = %{tl_version} -Provides: tex(csckrn2x.tex) = %{tl_version} -Provides: tex(osf2x.tex) = %{tl_version} -Provides: tex(fontdoc.sty) = %{tl_version} - -%description fontinst -TeX macros for converting Adobe Font Metric files to TeX metric -and virtual font format. Fontinst helps mainly with the number -crunching and shovelling parts of font installation. This means -in practice that it creates a number of files which give the -TeX metrics (and related information) for a font family that -(La)TeX needs to do any typesetting in these fonts. Fontinst -furthermore makes it easy to create fonts containing glyphs -from more than one base font, taking advantage of (e.g.) -"expert" font sets. Fontinst cannot examine files to see if -they contain any useful information, nor automatically search -for files or work with binary file formats; those tasks must -normally be done manually or with the help of some other tool, -such as the pltotf and vptovf programs. - -date: 2012-07-06 12:12:34 +0200 - -%post fontinst -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontinst -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontinst -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontinst-doc -Summary: Documentation for fontinst -Version: svn29349.1.933 -Release: %{tl_noarch_release} -Provides: tex-fontinst-doc -BuildArch: noarch -AutoReqProv: No - -%description fontinst-doc -Documentation for fontinst - -%package fontinst-bin -Summary: Binaries for fontinst -Version: svn27329.0 -Requires: texlive-base -Requires: tex-fontinst -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description fontinst-bin -Binaries for fontinst - -%package fontools -Provides: tex-fontools = %{tl_version} -License: GPLv2+ -Summary: Tools to simplify using fonts (especially TT/OTF ones) -Version: svn29051.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fontools-bin -Provides: tex(fontools_ly1.enc) = %{tl_version} -Provides: tex(fontools_ot1.enc) = %{tl_version} -Provides: tex(fontools_t1.enc) = %{tl_version} -Provides: tex(fontools_ts1.enc) = %{tl_version} - -%description fontools -This package provides a few tools to ease using fonts -(especially Truetype/Opentype ones) with Latex and fontinst: -AFM2AFM - reencode .afm files; designed to replace fontinst's -\reencodefont for big .afm files; AUTOINST - simplify the use -of the LCDF TypeTools by creating a command file for otftotfm, -plus .fd and .sty files; and OT2KPX - extract all kerning pairs -from an OpenType font. - -date: 2013-02-07 18:45:15 +0100 - -%post fontools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontools-doc -Summary: Documentation for fontools -Version: svn29051.0 -Release: %{tl_noarch_release} -Provides: tex-fontools-doc -BuildArch: noarch -AutoReqProv: No - -%description fontools-doc -Documentation for fontools - -%package fontools-bin -Summary: Binaries for fontools -Version: svn25997.0 -Requires: texlive-base -Requires: tex-fontools -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description fontools-bin -Binaries for fontools - -%package mf2pt1 -Provides: tex-mf2pt1 = %{tl_version} -License: LPPL -Summary: Produce PostScript Type 1 fonts from Metafont source -Version: svn27032.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: texlive-mf2pt1-bin - -%description mf2pt1 -mf2pt1 facilitates producing PostScript Type 1 fonts from a -Metafont source file. It is not, as the name may imply, an -automatic converter of arbitrary Metafont fonts to Type 1 -format. mf2pt1 imposes a number of restrictions on the Metafont -input. If these restrictions are met, mf2pt1 will produce valid -Type 1 output with more accurate control points than can be -reverse-engineered by TeXtrace, mftrace, and other programs -which convert bitmaps to outline fonts. - -date: 2012-07-03 01:53:19 +0200 - -%preun mf2pt1 -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/mf2pt1.info %{_infodir}/dir 2>/dev/null || : -fi - -%post mf2pt1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/mf2pt1.info %{_infodir}/dir 2>/dev/null -: - -%postun mf2pt1 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mf2pt1 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mf2pt1-doc -Summary: Documentation for mf2pt1 -Version: svn27032.2.5 -Release: %{tl_noarch_release} -Provides: tex-mf2pt1-doc -BuildArch: noarch -AutoReqProv: No - -%description mf2pt1-doc -Documentation for mf2pt1 - -%package mf2pt1-bin -Summary: Binaries for mf2pt1 -Version: svn23406.0 -Requires: texlive-base -Requires: tex-mf2pt1 -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mf2pt1-bin -Binaries for mf2pt1 - -%package ttfutils -Provides: tex-ttfutils = %{tl_version} -License: LPPL -Summary: ttfutils package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ttfutils-bin -Provides: tex(T1-WGL4.enc) = %{tl_version} -Provides: tex(ttf2pk.cfg) = %{tl_version} - -%description ttfutils -ttfutils package - -%post ttfutils -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ttfutils -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ttfutils -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ttfutils-doc -Summary: Documentation for ttfutils -Version: svn26689.0 -Release: %{tl_noarch_release} -Provides: tex-ttfutils-doc -BuildArch: noarch -AutoReqProv: No - -%description ttfutils-doc -Documentation for ttfutils - -%package ttfutils-bin -Summary: Binaries for ttfutils -Version: svn26509.0 -Requires: texlive-base -Requires: tex-ttfutils -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description ttfutils-bin -Binaries for ttfutils - -%package collection-formatsextra -Summary: Extra formats -Version: svn21879.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-edmac -Requires: tex-eplain -Requires: tex-mltex -Requires: tex-psizzl -Requires: tex-startex -Requires: tex-texsis -Requires: texlive-collection-basic - -%description collection-formatsextra -Collected TeX `formats', i.e., large-scale macro packages -designed to be dumped into .fmt files, other than most common -ones, such as latex and context. - -%package edmac -Provides: tex-edmac = %{tl_version} -License: LPPL -Summary: Typeset scholarly edition -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(edmac.tex) = %{tl_version} -Provides: tex(edmacfss.sty) = %{tl_version} -Provides: tex(edstanza.tex) = %{tl_version} -Provides: tex(tabmac.tex) = %{tl_version} - -%description edmac -A macro package for typesetting scholarly critical editions. - -date: 2007-01-02 10:01:06 +0100 - -%post edmac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun edmac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans edmac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package edmac-doc -Summary: Documentation for edmac -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-edmac-doc -BuildArch: noarch -AutoReqProv: No - -%description edmac-doc -Documentation for edmac - -%package eplain -Provides: tex-eplain = %{tl_version} -License: GPLv2+ -Summary: Extended plain tex macros -Version: svn29110.3.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires(post,postun): /sbin/install-info -Requires: tex-pdftex -Requires: texlive-eplain-bin -Provides: tex(arrow.tex) = %{tl_version} -Provides: tex(btxmac.tex) = %{tl_version} -Provides: tex(eplain.tex) = %{tl_version} - -%description eplain -A powerfully extended version of the plain format, adding -support for bibliographies, tables of contents, enumerated -lists, verbatim input of files, numbered equations, tables, -two-column output, footnotes, hyperlinks in PDF output and -commutative diagrams. Eplain can also load some of the more -useful LaTeX packages, notably graphics, graphicx, color, -autopict (a package instance of the LaTeX picture code), -psfrag, and url. - -date: 2013-02-14 15:39:49 +0100 - -%preun eplain -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/eplain.info %{_infodir}/dir 2>/dev/null || : -fi - -%post eplain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -/sbin/install-info %{_infodir}/eplain.info %{_infodir}/dir 2>/dev/null -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ eplain.*$/eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun eplain -if [ $1 == 0 ] ; then -sed -i 's/^eplain.*$/\#\!\ eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans eplain -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eplain-doc -Summary: Documentation for eplain -Version: svn29110.3.5 -Release: %{tl_noarch_release} -Provides: tex-eplain-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-pdftex-doc - -%description eplain-doc -Documentation for eplain - -%package eplain-bin -Summary: Binaries for eplain -Version: svn3006.0 -Requires: texlive-base -Requires: tex-eplain -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description eplain-bin -Binaries for eplain - -%package mltex -Provides: tex-mltex = %{tl_version} -License: Knuth -Summary: The MLTeX system -Version: svn22650.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-latex -Requires: texlive-mltex-bin -Provides: tex(lo1enc.def) = %{tl_version} -Provides: tex(mlltxchg.def) = %{tl_version} -Provides: tex(mltex.sty) = %{tl_version} - -%description mltex -MLTeX is a modification of TeX version >=3.0 that allows the -hyphenation of words with accented letters using ordinary -Computer Modern (CM) fonts. The system is distributed as a TeX -change file. - -date: 2008-01-25 17:33:09 +0100 - -%post mltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ mllatex.*$/mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ mltex.*$/mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun mltex -if [ $1 == 0 ] ; then -sed -i 's/^mllatex.*$/\#\!\ mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^mltex.*$/\#\!\ mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans mltex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mltex-doc -Summary: Documentation for mltex -Version: svn22650.2.2 -Release: %{tl_noarch_release} -Provides: tex-mltex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-latex-doc - -%description mltex-doc -Documentation for mltex - -%package mltex-bin -Summary: Binaries for mltex -Version: svn3006.0 -Requires: texlive-base -Requires: tex-mltex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mltex-bin -Binaries for mltex - -%package psizzl -Provides: tex-psizzl = %{tl_version} -License: LPPL -Summary: A TeX format for physics papers -Version: svn15878.0.35 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mypsizzl.tex) = %{tl_version} -Provides: tex(psizzl.tex) = %{tl_version} - -%description psizzl -PSIZZL is a TeX format for physics papers written at SLAC and -used at several other places. It dates from rather early in the -development of TeX82; as a result, some of the descriptions of -limitations look rather quaint to modern eyes. - -date: 2006-12-03 01:48:16 +0100 - -%post psizzl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psizzl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psizzl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psizzl-doc -Summary: Documentation for psizzl -Version: svn15878.0.35 -Release: %{tl_noarch_release} -Provides: tex-psizzl-doc -BuildArch: noarch -AutoReqProv: No - -%description psizzl-doc -Documentation for psizzl - -%package startex -Provides: tex-startex = %{tl_version} -License: Public Domain -Summary: An XML-inspired format for student use -Version: svn15878.1.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(startex.tex) = %{tl_version} - -%description startex -A TeX format designed to help students write short reports and -essays. It provides the user with a suitable set of commands -for such a task. It is also more robust than plain TeX and -LaTeX. - -date: 2008-12-31 20:54:46 +0100 - -%post startex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun startex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans startex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package startex-doc -Summary: Documentation for startex -Version: svn15878.1.04 -Release: %{tl_noarch_release} -Provides: tex-startex-doc -BuildArch: noarch -AutoReqProv: No - -%description startex-doc -Documentation for startex - -%package texsis -Provides: tex-texsis = %{tl_version} -License: LPPL -Summary: Plain TeX macros for Physicists -Version: svn22650.2.18 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-tex -Requires: texlive-texsis-bin -Provides: tex(TXSconts.tex) = %{tl_version} -Provides: tex(TXSdcol.tex) = %{tl_version} -Provides: tex(TXSenvmt.tex) = %{tl_version} -Provides: tex(TXSeqns.tex) = %{tl_version} -Provides: tex(TXSfigs.tex) = %{tl_version} -Provides: tex(TXSfmts.tex) = %{tl_version} -Provides: tex(TXSfonts.tex) = %{tl_version} -Provides: tex(TXShead.tex) = %{tl_version} -Provides: tex(TXSinit.tex) = %{tl_version} -Provides: tex(TXSletr.tex) = %{tl_version} -Provides: tex(TXSmacs.tex) = %{tl_version} -Provides: tex(TXSmemo.tex) = %{tl_version} -Provides: tex(TXSprns.tex) = %{tl_version} -Provides: tex(TXSrefs.tex) = %{tl_version} -Provides: tex(TXSruled.tex) = %{tl_version} -Provides: tex(TXSsects.tex) = %{tl_version} -Provides: tex(TXSsite.tex) = %{tl_version} -Provides: tex(TXSsymb.tex) = %{tl_version} -Provides: tex(TXStags.tex) = %{tl_version} -Provides: tex(TXStitle.tex) = %{tl_version} -Provides: tex(texsis.tex) = %{tl_version} - -%description texsis -TeXsis is a TeX macro package which provides useful features -for typesetting research papers and related documents. For -example, it includes support specifically for: Automatic -numbering of equations, figures, tables and references; -Simplified control of type sizes, line spacing, footnotes, -running headlines and footlines, and tables of contents, -figures and tables; Specialized document formats for research -papers, preprints and ``e-prints,'' conference proceedings, -theses, books, referee reports, letters, and memoranda; -Simplified means of constructing an index for a book or thesis; -Easy to use double column formatting; Specialized environments -for lists, theorems and proofs, centered or non-justified text, -and listing computer code; Specialized macros for easily -constructing ruled tables. TeXsis was originally developed for -physicists, but others may also find it useful. It is -completely compatible with Plain TeX. - -date: 2006-12-11 00:37:24 +0100 - -%post texsis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ texsis.*$/texsis pdftex - -translate-file=cp227.tcx texsis.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun texsis -if [ $1 == 0 ] ; then -sed -i 's/^texsis.*$/\#\!\ texsis pdftex - -translate-file=cp227.tcx texsis.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans texsis -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texsis-doc -Summary: Documentation for texsis -Version: svn22650.2.18 -Release: %{tl_noarch_release} -Provides: tex-texsis-doc -BuildArch: noarch -AutoReqProv: No - -%description texsis-doc -Documentation for texsis - -%package texsis-bin -Summary: Binaries for texsis -Version: svn3006.0 -Requires: texlive-base -Requires: tex-texsis -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description texsis-bin -Binaries for texsis - -%package collection-games -Summary: Games typesetting -Version: svn29271.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-bartel-chess-fonts -Requires: tex-chess -Requires: tex-chess-problem-diagrams -Requires: tex-chessboard -Requires: tex-chessfss -Requires: tex-crossword -Requires: tex-crosswrd -Requires: tex-egameps -Requires: tex-gamebook -Requires: tex-go -Requires: tex-hanoi -Requires: tex-hexgame -Requires: tex-logicpuzzle -Requires: tex-othello -Requires: tex-othelloboard -Requires: tex-psgo -Requires: texlive-reverxii-doc -Requires: tex-schwalbe-chess -Requires: tex-sgame -Requires: tex-skak -Requires: tex-skaknew -Requires: tex-sudoku -Requires: tex-sudokubundle -Requires: tex-xq -Requires: tex-xskak -Requires: texlive-collection-latex - -%description collection-games -Setups for typesetting various games, including chess. - -%package chess -Provides: tex-chess = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting chess boards -Version: svn20582.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chess10.tfm) = %{tl_version} -Provides: tex(chess20.tfm) = %{tl_version} -Provides: tex(chess30.tfm) = %{tl_version} -Provides: tex(chessf10.tfm) = %{tl_version} -Provides: tex(chessfig10.tfm) = %{tl_version} -Provides: tex(chess.sty) = %{tl_version} - -%description chess -The original (and now somewhat dated) TeX chess font package. -Potential users should consider skak (for alternative fonts, -and notation support), texmate (for alternative notation -support), or chessfss (for flexible font choices). - -date: 2006-12-31 18:14:50 +0100 - -%post chess -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chess -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chess -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chess-doc -Summary: Documentation for chess -Version: svn20582.1.2 -Release: %{tl_noarch_release} -Provides: tex-chess-doc -BuildArch: noarch -AutoReqProv: No - -%description chess-doc -Documentation for chess - -%package chess-problem-diagrams -Provides: tex-chess-problem-diagrams = %{tl_version} -License: LPPL 1.2 -Summary: A package for typesetting chess problem diagrams -Version: svn28303.1.6.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pstricks.sty) -Provides: tex(diagram.sty) = %{tl_version} - -%description chess-problem-diagrams -This package provides macros to typeset chess problem diagrams -including fairy chess problems (mostly using rotated images of -pieces) and other boards. - -date: 2012-11-19 10:39:58 +0100 - -%post chess-problem-diagrams -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chess-problem-diagrams -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chess-problem-diagrams -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chess-problem-diagrams-doc -Summary: Documentation for chess-problem-diagrams -Version: svn28303.1.6.4 -Release: %{tl_noarch_release} -Provides: tex-chess-problem-diagrams-doc -BuildArch: noarch -AutoReqProv: No - -%description chess-problem-diagrams-doc -Documentation for chess-problem-diagrams - -%package chessboard -Provides: tex-chessboard = %{tl_version} -License: LPPL -Summary: Print chess boards -Version: svn19440.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(chessfss.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(pgfcore.sty) -Requires: tex(pgfbaseshapes.sty) -Requires: tex(pst-node.sty) -Requires: tex(amssymb.sty) -Provides: tex(chessboard-keys-main.sty) = %{tl_version} -Provides: tex(chessboard-keys-pgf.sty) = %{tl_version} -Provides: tex(chessboard-pgf.sty) = %{tl_version} -Provides: tex(chessboard.sty) = %{tl_version} - -%description chessboard -This package offers commands to print chessboards. It can print -partial boards, hide pieces and fields, color the boards and -put various marks on the board. It has a lot of options to -place pieces on the board. Using exotic pieces (e.g., for fairy -chess) is possible. The documentation includes an example of an -animated chessboard, for those whose PDF viewer can display -animations. - -date: 2008-08-17 13:56:26 +0200 - -%post chessboard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chessboard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chessboard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chessboard-doc -Summary: Documentation for chessboard -Version: svn19440.1.5 -Release: %{tl_noarch_release} -Provides: tex-chessboard-doc -BuildArch: noarch -AutoReqProv: No - -%description chessboard-doc -Documentation for chessboard - -%package chessfss -Provides: tex-chessfss = %{tl_version} -License: LPPL -Summary: A package to handle chess fonts -Version: svn19440.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Provides: tex(chess-board-example-enc.enc) = %{tl_version} -Provides: tex(chess-fig-example-enc.enc) = %{tl_version} -Provides: tex(chessfss.sty) = %{tl_version} -Provides: tex(lsb1enc.def) = %{tl_version} -Provides: tex(lsb1skak.fd) = %{tl_version} -Provides: tex(lsb1skaknew.fd) = %{tl_version} -Provides: tex(lsb2enc.def) = %{tl_version} -Provides: tex(lsb2skak.fd) = %{tl_version} -Provides: tex(lsb2skaknew.fd) = %{tl_version} -Provides: tex(lsb3enc.def) = %{tl_version} -Provides: tex(lsb3skak.fd) = %{tl_version} -Provides: tex(lsb3skaknew.fd) = %{tl_version} -Provides: tex(lsbc1enc.def) = %{tl_version} -Provides: tex(lsbc1skaknew.fd) = %{tl_version} -Provides: tex(lsbc2enc.def) = %{tl_version} -Provides: tex(lsbc2skaknew.fd) = %{tl_version} -Provides: tex(lsbc3enc.def) = %{tl_version} -Provides: tex(lsbc3skaknew.fd) = %{tl_version} -Provides: tex(lsbc4enc.def) = %{tl_version} -Provides: tex(lsbc4skaknew.fd) = %{tl_version} -Provides: tex(lsbc5enc.def) = %{tl_version} -Provides: tex(lsbc5skaknew.fd) = %{tl_version} -Provides: tex(lsbenc.def) = %{tl_version} -Provides: tex(lsbskak.fd) = %{tl_version} -Provides: tex(lsbskaknew.fd) = %{tl_version} -Provides: tex(lsfenc.def) = %{tl_version} -Provides: tex(lsfskak.fd) = %{tl_version} -Provides: tex(lsfskaknew.fd) = %{tl_version} -Provides: tex(lsienc.def) = %{tl_version} -Provides: tex(lsiskak.fd) = %{tl_version} -Provides: tex(lsiskaknew.fd) = %{tl_version} - -%description chessfss -This package offers commands to use and switch between chess -fonts. It uses the LaTeX font selection scheme (nfss). The -package doesn't parse, format and print PGN input like e.g. the -packages skak or texmate; the aim of the package is to offer -writers of chess packages a bundle of commands for fonts, so -that they don't have to implement all these commands for -themselves. A normal user can use the package to print e.g. -single chess symbols and simple diagrams. The documentation -contains also a section about installation of chess fonts. - -date: 2008-08-17 13:56:26 +0200 - -%post chessfss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chessfss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chessfss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chessfss-doc -Summary: Documentation for chessfss -Version: svn19440.1.2a -Release: %{tl_noarch_release} -Provides: tex-chessfss-doc -BuildArch: noarch -AutoReqProv: No - -%description chessfss-doc -Documentation for chessfss - -%package crossword -Provides: tex-crossword = %{tl_version} -License: Crossword -Summary: Typeset crossword puzzles -Version: svn15878.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Provides: tex(cwpuzzle.sty) = %{tl_version} - -%description crossword -An extended grid-based puzzle package, designed to take all -input (both grid and clues) from the same file. The package can -typeset grids with holes in them (for advertisements, or other -sorts of stuff), and can deal with several sorts of puzzle: - -The classical puzzle contains numbers for the words and clues -for the words to be filled in. - The numbered puzzle contains -numbers in each cell where identical numbers represent -identical letters. The goal is to find out which number -corresponds to which letter. - The fill-in type of puzzle -consists of a grid and a list of words. The goal is to place -all words in the grid. - Sudoku and Kakuro puzzles involve -filling in grids of numbers according to their own rules. -Format may be block-separated, or separated by thick lines. -Input to the package is somewhat redundant: specification of -the grid is separate from specification of the clues (if -they're necessary). The author considers this style both -'natural' and robust. - -date: 2009-11-13 01:13:22 +0100 - -%post crossword -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun crossword -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans crossword -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package crossword-doc -Summary: Documentation for crossword -Version: svn15878.1.8 -Release: %{tl_noarch_release} -Provides: tex-crossword-doc -BuildArch: noarch -AutoReqProv: No - -%description crossword-doc -Documentation for crossword - -%package crosswrd -Provides: tex-crosswrd = %{tl_version} -License: LPPL -Summary: Macros for typesetting crossword puzzles -Version: svn16896.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(crosswrd.sty) = %{tl_version} - -%description crosswrd -The package provides a LaTeX method of typesetting crosswords, -and assists the composer ensure that the grid all goes together -properly. Brian Hamilton Kelly's original was written for LaTeX -2.09, and needed to be updated to run with current LaTeX. - -date: 2010-02-01 17:14:28 +0100 - -%post crosswrd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun crosswrd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans crosswrd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package crosswrd-doc -Summary: Documentation for crosswrd -Version: svn16896.3.0 -Release: %{tl_noarch_release} -Provides: tex-crosswrd-doc -BuildArch: noarch -AutoReqProv: No - -%description crosswrd-doc -Documentation for crosswrd - -%package egameps -Provides: tex-egameps = %{tl_version} -License: LPPL -Summary: LaTeX package for typesetting extensive games -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(egameps.sty) = %{tl_version} - -%description egameps -The style is intended to have enough features to draw any -extensive game with relative ease. The facilities of PSTricks -are used for graphics. (An older version of the package, which -uses the LaTeX picture environment rather than PSTricks and -consequently has many fewer features is available on the -package home page.) - -date: 2009-11-06 13:29:36 +0100 - -%post egameps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun egameps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans egameps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package egameps-doc -Summary: Documentation for egameps -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-egameps-doc -BuildArch: noarch -AutoReqProv: No - -%description egameps-doc -Documentation for egameps - -%package gamebook -Provides: tex-gamebook = %{tl_version} -License: LPPL 1.3 -Summary: Typeset gamebooks and other interactive novels -Version: svn24714.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(extramarks.sty) -Requires: tex(titlesec.sty) -Requires: tex(enumitem.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(scrtime.sty) -Requires: tex(prelim2e.sty) -Provides: tex(gamebook.sty) = %{tl_version} - -%description gamebook -This package provides the means in order to lay-out gamebooks -with LaTeX. A simple gamebook example is included with the -package, and acts as a tutorial. - -date: 2011-11-29 16:55:00 +0100 - -%post gamebook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gamebook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gamebook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gamebook-doc -Summary: Documentation for gamebook -Version: svn24714.1.0 -Release: %{tl_noarch_release} -Provides: tex-gamebook-doc -BuildArch: noarch -AutoReqProv: No - -%description gamebook-doc -Documentation for gamebook - -%package go -Provides: tex-go = %{tl_version} -License: Public Domain -Summary: Fonts and macros for typesetting go games -Version: svn28628.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(go10.tfm) = %{tl_version} -Provides: tex(go15.tfm) = %{tl_version} -Provides: tex(go1bla10.tfm) = %{tl_version} -Provides: tex(go1bla15.tfm) = %{tl_version} -Provides: tex(go1bla20.tfm) = %{tl_version} -Provides: tex(go1whi10.tfm) = %{tl_version} -Provides: tex(go1whi15.tfm) = %{tl_version} -Provides: tex(go1whi20.tfm) = %{tl_version} -Provides: tex(go20.tfm) = %{tl_version} -Provides: tex(go2bla10.tfm) = %{tl_version} -Provides: tex(go2bla15.tfm) = %{tl_version} -Provides: tex(go2bla20.tfm) = %{tl_version} -Provides: tex(go2whi10.tfm) = %{tl_version} -Provides: tex(go2whi15.tfm) = %{tl_version} -Provides: tex(go2whi20.tfm) = %{tl_version} -Provides: tex(gosign50.tfm) = %{tl_version} -Provides: tex(go.sty) = %{tl_version} - -%description go -The macros provide for nothing more complicated than the -standard 19x19 board; the fonts are written in Metafont. - -date: 2012-05-17 22:49:03 +0200 - -%post go -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun go -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans go -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package go-doc -Summary: Documentation for go -Version: svn28628.0 -Release: %{tl_noarch_release} -Provides: tex-go-doc -BuildArch: noarch -AutoReqProv: No - -%description go-doc -Documentation for go - -%package hanoi -Provides: tex-hanoi = %{tl_version} -License: Public Domain -Summary: Tower of Hanoi in TeX -Version: svn25019.20120101 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hanoi.tex) = %{tl_version} - -%description hanoi -The Plain TeX program (typed in the shape of the towers of -Hanoi) serves both as a game and as a TeX programming exercise. -As a game it will solve the towers with (up to) 15 discs (with -15 discs, 32767 moves are needed). - -date: 2012-01-03 17:40:13 +0100 - -%post hanoi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hanoi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hanoi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hexgame -Provides: tex-hexgame = %{tl_version} -License: LPPL -Summary: Provide an environment to draw a hexgame-board -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstcol.sty) -Requires: tex(pst-poly.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(hexgame.sty) = %{tl_version} - -%description hexgame -Hex is a mathematical game invented by the Danish mathematician -Piet Hein and independently by the mathematician John Nash. -This package defines an environment that enables the user to -draw such a game in a trivial way. - -date: 2008-08-22 10:38:02 +0200 - -%post hexgame -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hexgame -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hexgame -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hexgame-doc -Summary: Documentation for hexgame -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-hexgame-doc -BuildArch: noarch -AutoReqProv: No - -%description hexgame-doc -Documentation for hexgame - -%package logicpuzzle -Provides: tex-logicpuzzle = %{tl_version} -License: LPPL 1.3 -Summary: Typeset (grid-based) logic puzzles -Version: svn29679.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ragged2e.sty) -Requires: tex(etoolbox.sty) -Requires: tex(marginnote.sty) -Requires: tex(tikz.sty) -Provides: tex(battleship.sty) = %{tl_version} -Provides: tex(bokkusu.sty) = %{tl_version} -Provides: tex(chaossudoku.sty) = %{tl_version} -Provides: tex(ddsudoku.sty) = %{tl_version} -Provides: tex(hakyuu.sty) = %{tl_version} -Provides: tex(hitori.sty) = %{tl_version} -Provides: tex(logicpuzzle.sty) = %{tl_version} -Provides: tex(lpsudoku.sty) = %{tl_version} -Provides: tex(skyline.sty) = %{tl_version} - -%description logicpuzzle -The package allows the user to typeset various logic puzzles. -At the moment the following puzzles are supported: - 2D-Sudoku -(aka Magiequadrat, Diagon, ...), - Battleship (aka Bimaru, -Marinespiel, Batalla Naval, ...), - Bokkusu (aka Kakurasu, -Feldersummenratsel, ...), - Chaos Sudoku, - Hakyuu (aka -Seismic, Ripple Effect, ...), - Hitori, - Skyline (aka -Skycrapers, Wolkenkratzer, Hochhauser, ...),> including Skyline -Sudoku and Skyline Sudoku (N*N) variants, and - Sudoku. - -date: 2013-04-05 17:34:11 +0200 - -%post logicpuzzle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun logicpuzzle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans logicpuzzle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package logicpuzzle-doc -Summary: Documentation for logicpuzzle -Version: svn29679.1.7 -Release: %{tl_noarch_release} -Provides: tex-logicpuzzle-doc -BuildArch: noarch -AutoReqProv: No - -%description logicpuzzle-doc -Documentation for logicpuzzle - -%package othello -Provides: tex-othello = %{tl_version} -License: GPL+ -Summary: Create othello boards in LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ot10.tfm) = %{tl_version} -Provides: tex(ot15.tfm) = %{tl_version} -Provides: tex(ot1bla10.tfm) = %{tl_version} -Provides: tex(ot1bla15.tfm) = %{tl_version} -Provides: tex(ot1bla20.tfm) = %{tl_version} -Provides: tex(ot1neu10.tfm) = %{tl_version} -Provides: tex(ot1neu15.tfm) = %{tl_version} -Provides: tex(ot1neu20.tfm) = %{tl_version} -Provides: tex(ot1whi10.tfm) = %{tl_version} -Provides: tex(ot1whi15.tfm) = %{tl_version} -Provides: tex(ot1whi20.tfm) = %{tl_version} -Provides: tex(othello.sty) = %{tl_version} - -%description othello -A package (based on Kolodziejska's go), and fonts (as MetaFont -source) are provided. - -date: 2007-01-12 15:52:44 +0100 - -%post othello -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun othello -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans othello -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package othello-doc -Summary: Documentation for othello -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-othello-doc -BuildArch: noarch -AutoReqProv: No - -%description othello-doc -Documentation for othello - -%package othelloboard -Provides: tex-othelloboard = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Othello (Reversi) diagrams of any size, with annotations -Version: svn23714.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(pict2e.sty) -Requires: tex(ifthen.sty) -Requires: tex(color.sty) -Requires: tex(xstring.sty) -Requires: tex(stringstrings.sty) -Provides: tex(othelloboard.sty) = %{tl_version} - -%description othelloboard -The package enables the user to generate high-quality Othello -(also known as Reversi) board diagrams of any size. The -diagrams support annotations, including full game transcripts. -Automated board or transcript creation, from plain text formats -standard to WZebra (and other programs) is also supported. - -date: 2011-08-19 08:35:26 +0200 - -%post othelloboard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun othelloboard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans othelloboard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package othelloboard-doc -Summary: Documentation for othelloboard -Version: svn23714.1.2 -Release: %{tl_noarch_release} -Provides: tex-othelloboard-doc -BuildArch: noarch -AutoReqProv: No - -%description othelloboard-doc -Documentation for othelloboard - -%package psgo -Provides: tex-psgo = %{tl_version} -License: LPPL -Summary: Typeset go diagrams with PSTricks -Version: svn15878.0.17 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(psgo.sty) = %{tl_version} - -%description psgo -psgo package - -date: 2008-09-06 19:20:59 +0200 - -%post psgo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psgo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psgo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psgo-doc -Summary: Documentation for psgo -Version: svn15878.0.17 -Release: %{tl_noarch_release} -Provides: tex-psgo-doc -BuildArch: noarch -AutoReqProv: No - -%description psgo-doc -Documentation for psgo - -%package reverxii-doc -Summary: Documentation for reverxii -Version: svn24976.0 -Release: %{tl_noarch_release} -Provides: tex-reverxii-doc -BuildArch: noarch -AutoReqProv: No - -%description reverxii-doc -Documentation for reverxii - -%package schwalbe-chess -Provides: tex-schwalbe-chess = %{tl_version} -License: LPPL 1.2 -Summary: Typeset the German chess magazine "Die Schwalbe" -Version: svn29140.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(diagram.sty) -Provides: tex(schwalbe.cls) = %{tl_version} -Provides: tex(schwalbe.sty) = %{tl_version} - -%description schwalbe-chess -The package is based on chess-problem-diagrams, which in its -turn has a dependency on the bartel-chess-fonts - -date: 2013-02-16 16:37:31 +0100 - -%post schwalbe-chess -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun schwalbe-chess -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans schwalbe-chess -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package schwalbe-chess-doc -Summary: Documentation for schwalbe-chess -Version: svn29140.1.5 -Release: %{tl_noarch_release} -Provides: tex-schwalbe-chess-doc -BuildArch: noarch -AutoReqProv: No - -%description schwalbe-chess-doc -Documentation for schwalbe-chess - -%package sgame -Provides: tex-sgame = %{tl_version} -License: LPPL -Summary: LaTeX style for typesetting strategic games -Version: svn15878.2.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sgame.sty) = %{tl_version} -Provides: tex(sgamevar.sty) = %{tl_version} - -%description sgame -Formats strategic games. For a 2x2 game, for example, the -input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$ -&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around -the payoffs, (b) payoff columns of equal width, and (c) payoffs -vertically centered within the boxes. Note that the game -environment will not work in the argument of another command. - -date: 2008-12-03 15:15:08 +0100 - -%post sgame -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sgame -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sgame -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sgame-doc -Summary: Documentation for sgame -Version: svn15878.2.14 -Release: %{tl_noarch_release} -Provides: tex-sgame-doc -BuildArch: noarch -AutoReqProv: No - -%description sgame-doc -Documentation for sgame - -%package skak -Provides: tex-skak = %{tl_version} -License: LPPL -Summary: Fonts and macros for typesetting chess games -Version: svn16453.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(chessfss.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Provides: tex(skak10.tfm) = %{tl_version} -Provides: tex(skak15.tfm) = %{tl_version} -Provides: tex(skak20.tfm) = %{tl_version} -Provides: tex(skak30.tfm) = %{tl_version} -Provides: tex(skakf10.tfm) = %{tl_version} -Provides: tex(skakf10b.tfm) = %{tl_version} -Provides: tex(chess-workshop-symbols.sty) = %{tl_version} -Provides: tex(lambda.sty) = %{tl_version} -Provides: tex(skak.fd) = %{tl_version} -Provides: tex(skak.sty) = %{tl_version} -Provides: tex(uskak.fd) = %{tl_version} - -%description skak -This package provides macros and fonts in MetaFont format which -can be used to typeset chess games using PGN, and to show -diagrams of the current board in a document. The package builds -on work by Piet Tutelaers -- the main novelty is the use of PGN -for input instead of the more cumbersome coordinate notation -(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1 -implementation of skak's fonts is available as package skaknew; -an alternative chess notational scheme is available in package -texmate, and a general mechanism for selecting chess fonts is -provided in chessfss. - -date: 2008-10-16 14:41:43 +0200 - -%post skak -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skak -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skak -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skak-doc -Summary: Documentation for skak -Version: svn16453.1.5 -Release: %{tl_noarch_release} -Provides: tex-skak-doc -BuildArch: noarch -AutoReqProv: No - -%description skak-doc -Documentation for skak - -%package sudoku -Provides: tex-sudoku = %{tl_version} -License: LPPL -Summary: Create sudoku grids -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sudoku.sty) = %{tl_version} - -%description sudoku -The sudoku package provides an environment for typesetting -sudoku grids. A sudoku puzzle is a 9x9 grid where some of the -squares in the grid contain numbers. The rules are simple: -every column can only contain the digits 1 to 9, every row can -only contain the digits 1 to 9 and every 3x3 box can only -contain the digits 1 to 9. More information, including help and -example puzzles, can be found at sudoku.org.uk. This site also -has blank sudoku grids (or worksheets), but you will not need -to print them from there if you have this package installed. - -date: 2007-03-12 11:51:09 +0100 - -%post sudoku -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sudoku -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sudoku -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sudoku-doc -Summary: Documentation for sudoku -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-sudoku-doc -BuildArch: noarch -AutoReqProv: No - -%description sudoku-doc -Documentation for sudoku - -%package sudokubundle -Provides: tex-sudokubundle = %{tl_version} -License: LPPL -Summary: A set of sudoku-related packages -Version: svn15878.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(random.tex) -Provides: tex(createsudoku.sty) = %{tl_version} -Provides: tex(printsudoku.sty) = %{tl_version} -Provides: tex(solvesudoku.sty) = %{tl_version} - -%description sudokubundle -The bundle provides three packages: - printsudoku, which -provides a command \sudoku whose argument is the name of a file -containing a puzzle specification; - solvesudoku, which -attempts to find a solution to the puzzle in the file named in -the argument; and - createsudoku, which uses the random package -to generate a puzzle according to a bunch of parameters that -the user sets via macros. The bundle comes with a set of ready- -prepared puzzle files. - -date: 2007-03-12 11:51:09 +0100 - -%post sudokubundle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sudokubundle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sudokubundle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sudokubundle-doc -Summary: Documentation for sudokubundle -Version: svn15878.1.0a -Release: %{tl_noarch_release} -Provides: tex-sudokubundle-doc -BuildArch: noarch -AutoReqProv: No - -%description sudokubundle-doc -Documentation for sudokubundle - -%package xq -Provides: tex-xq = %{tl_version} -License: LPPL -Summary: Support for writing about xiangqi -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xqlarge.tfm) = %{tl_version} -Provides: tex(xqnormal.tfm) = %{tl_version} -Provides: tex(xq.sty) = %{tl_version} - -%description xq -The package is for writing about xiangqi or chinese chess. You -can write games or parts of games and show diagrams with -special positions. - -date: 2007-03-13 09:23:19 +0100 - -%post xq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xq -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xq -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xq-doc -Summary: Documentation for xq -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-xq-doc -BuildArch: noarch -AutoReqProv: No - -%description xq-doc -Documentation for xq - -%package xskak -Provides: tex-xskak = %{tl_version} -License: LPPL -Summary: An extension to the skak package for chess typesetting -Version: svn19440.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xifthen.sty) -Requires: tex(chessboard.sty) -Provides: tex(xskak-keys.sty) = %{tl_version} -Provides: tex(xskak-nagdef.sty) = %{tl_version} -Provides: tex(xskak.sty) = %{tl_version} - -%description xskak -Xskak, as its prime function, saves information about a chess -game for later use (e.g., to loop through a game to make an -animated board). The package also extends the input that the -parsing commands can handle and offers an interface to define -and switch between indefinite levels of styles. - -date: 2008-10-20 22:21:01 +0200 - -%post xskak -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xskak -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xskak -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xskak-doc -Summary: Documentation for xskak -Version: svn19440.1.2 -Release: %{tl_noarch_release} -Provides: tex-xskak-doc -BuildArch: noarch -AutoReqProv: No - -%description xskak-doc -Documentation for xskak - -%package collection-genericextra -Summary: Extra generic packages -Version: svn29144.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-abbr -Requires: tex-abstyles -Requires: tex-barr -Requires: tex-bitelist -Requires: tex-c-pascal -Requires: tex-catcodes -Requires: tex-chronosys -Requires: tex-colorsep -Requires: tex-dinat -Requires: tex-dirtree -Requires: tex-dowith -Requires: tex-eijkhout -Requires: tex-encxvlna -Requires: tex-epigram -Requires: tex-fenixpar -Requires: tex-fltpoint -Requires: tex-fntproof -Requires: tex-gates -Requires: tex-ifetex -Requires: tex-iftex -Requires: tex-insbox -Requires: tex-langcode -Requires: tex-lecturer -Requires: tex-librarian -Requires: tex-mathdots -Requires: tex-metatex -Requires: tex-midnight -Requires: tex-navigator -Requires: tex-ofs -Requires: tex-pdf-trans -Requires: tex-plainpkg -Requires: tex-schemata -Requires: tex-shade -Requires: tex-systeme -Requires: tex-tabto-generic -Requires: tex-texapi -Requires: tex-upca -Requires: tex-xlop -Requires: tex-yax -Requires: texlive-collection-basic - -%description collection-genericextra -Extra packages that work with multiple formats, typically both -TeX and LaTeX. - -%package c-pascal -Provides: tex-c-pascal = %{tl_version} -License: Public Domain -Summary: Typeset Python, C and Pascal programs -Version: svn18337.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cap.tex) = %{tl_version} -Provides: tex(cap_c.tex) = %{tl_version} -Provides: tex(cap_comm.tex) = %{tl_version} -Provides: tex(cap_pas.tex) = %{tl_version} -Provides: tex(cap_pyt.tex) = %{tl_version} - -%description c-pascal -A TeX macro package for easy typesetting programs in Python, C -and Pascal. Program source files may also be input. - -date: 2008-01-08 01:09:19 +0100 - -%post c-pascal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun c-pascal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans c-pascal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package c-pascal-doc -Summary: Documentation for c-pascal -Version: svn18337.1.2 -Release: %{tl_noarch_release} -Provides: tex-c-pascal-doc -BuildArch: noarch -AutoReqProv: No - -%description c-pascal-doc -Documentation for c-pascal - -%package chronosys -Provides: tex-chronosys = %{tl_version} -License: LPPL 1.3 -Summary: Drawing time-line diagrams -Version: svn26700.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(chronosys.sty) = %{tl_version} -Provides: tex(chronosys.tex) = %{tl_version} -Provides: tex(chronosyschr.tex) = %{tl_version} -Provides: tex(x-chronosys.tex) = %{tl_version} - -%description chronosys -Macros to produce time line diagrams. Interfaces for Plain TeX, -Context and LaTeX are provided. - -date: 2012-05-28 13:36:39 +0200 - -%post chronosys -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chronosys -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chronosys -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chronosys-doc -Summary: Documentation for chronosys -Version: svn26700.1.2 -Release: %{tl_noarch_release} -Provides: tex-chronosys-doc -BuildArch: noarch -AutoReqProv: No - -%description chronosys-doc -Documentation for chronosys - -%package colorsep -Provides: tex-colorsep = %{tl_version} -License: Public Domain -Summary: Color separation -Version: svn13293.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description colorsep -Support for colour separation when using dvips. - -date: 2009-09-15 14:15:21 +0200 - -%post colorsep -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colorsep -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colorsep -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dinat -Provides: tex-dinat = %{tl_version} -License: Public Domain -Summary: Bibliography style for German texts -Version: svn15878.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description dinat -Bibliography style files intended for texts in german. They -draw up bibliographies in accordance with the german DIN 1505, -parts 2 and 3. - -date: 2008-11-11 09:02:39 +0100 - -%post dinat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dinat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dinat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dinat-doc -Summary: Documentation for dinat -Version: svn15878.2.5 -Release: %{tl_noarch_release} -Provides: tex-dinat-doc -BuildArch: noarch -AutoReqProv: No - -%description dinat-doc -Documentation for dinat - -%package dirtree -Provides: tex-dirtree = %{tl_version} -License: LPPL -Summary: Display trees in the style of windows explorer -Version: svn28524.0.32 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dirtree.sty) = %{tl_version} -Provides: tex(dirtree.tex) = %{tl_version} - -%description dirtree -This package is designed to emulate the way windows explorer -displays directory and file trees, with the root at top left, -and each level of subtree displaying one step in to the right. -The macros work equally well with Plain TeX and with LaTeX. - -date: 2012-12-13 10:43:21 +0100 - -%post dirtree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dirtree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dirtree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dirtree-doc -Summary: Documentation for dirtree -Version: svn28524.0.32 -Release: %{tl_noarch_release} -Provides: tex-dirtree-doc -BuildArch: noarch -AutoReqProv: No - -%description dirtree-doc -Documentation for dirtree - -%package dowith -Provides: tex-dowith = %{tl_version} -License: LPPL 1.3 -Summary: Apply a command to a list of items -Version: svn29501.0.31a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(plainpkg.tex) -Provides: tex(domore.sty) = %{tl_version} -Provides: tex(dowith.sty) = %{tl_version} - -%description dowith -The package provides macros for applying a command to all -elements of a list without separators, such as -'\DoWithAllIn{}{}', and also for extending and -reducing macros storing such lists. Applications in mind -belonged to LaTeX, but the package should work with other -formats as well. Loop and list macros in other packages are -discussed. A further package, domore, is also provided, which -enhances the functionality of dowith. - -date: 2013-03-24 11:10:16 +0100 - -%post dowith -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dowith -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dowith -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dowith-doc -Summary: Documentation for dowith -Version: svn29501.0.31a -Release: %{tl_noarch_release} -Provides: tex-dowith-doc -BuildArch: noarch -AutoReqProv: No - -%description dowith-doc -Documentation for dowith - -%package eijkhout -Provides: tex-eijkhout = %{tl_version} -License: Public Domain -Summary: Victor Eijkhout's packages -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(CD_labeler.tex) = %{tl_version} -Provides: tex(CD_labeler_test.tex) = %{tl_version} -Provides: tex(DB_process.tex) = %{tl_version} -Provides: tex(repeat.tex) = %{tl_version} - -%description eijkhout -Three unrelated packages: - DB_process, to parse and process -database output; - CD_labeler, to typeset user text to fit on a -CD label; and - repeat, a nestable, generic loop macro. - -date: 2009-01-21 09:11:46 +0100 - -%post eijkhout -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eijkhout -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eijkhout -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package encxvlna -Provides: tex-encxvlna = %{tl_version} -License: LPPL -Summary: Insert nonbreakable spaces, using encTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(encxvlna.sty) = %{tl_version} -Provides: tex(encxvlna.tex) = %{tl_version} - -%description encxvlna -The package provides tools for inserting nonbreakable spaces -after nonsyllabic prepositions and single letter conjunctions -as required by Czech and Slovak typographical rules. It is -implemented using encTeX and provides files both for plain TeX -and LaTeX. The LaTeX solution tries to avoid conflicts with -other packages. - -date: 2008-08-19 08:58:40 +0200 - -%post encxvlna -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun encxvlna -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans encxvlna -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package encxvlna-doc -Summary: Documentation for encxvlna -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-encxvlna-doc -BuildArch: noarch -AutoReqProv: No - -%description encxvlna-doc -Documentation for encxvlna - -%package epigram -Provides: tex-epigram = %{tl_version} -License: Public Domain -Summary: Display short quotations -Version: svn20513.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epigram.tex) = %{tl_version} - -%description epigram -The package determines (on the basis of the width of the text -of the epigram, laid out on a single line) whether to produce a -line or a displayed paragraph. - -date: 2010-11-20 18:15:00 +0100 - -%post epigram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epigram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epigram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fenixpar -Provides: tex-fenixpar = %{tl_version} -License: LPPL -Summary: One-shot changes to token registers such as \everypar -Version: svn24730.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fenixpar.sty) = %{tl_version} -Provides: tex(fenixtok.sty) = %{tl_version} - -%description fenixpar -The bundle provides two packages, fenxitok and fenixpar. The -fenixtok package provides user macros to add material to a -token register; the material will be (automatically) removed -from the token register when the register is executed. Material -may be added either to the left or to the right, and care is -taken not to override any redefinition that may be included in -the token register itself. The fenixpar package uses the macros -of fenixtok to provide a user interface to manipulation of the -\everypar token register. The packages require the e-TeX -extensions; with them, they work either with Plain TeX or with -LaTeX. - -date: 2011-11-18 23:08:42 +0100 - -%post fenixpar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fenixpar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fenixpar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fenixpar-doc -Summary: Documentation for fenixpar -Version: svn24730.0.92 -Release: %{tl_noarch_release} -Provides: tex-fenixpar-doc -BuildArch: noarch -AutoReqProv: No - -%description fenixpar-doc -Documentation for fenixpar - -%package fltpoint -Provides: tex-fltpoint = %{tl_version} -License: LPPL -Summary: Simple floating point arithmetic -Version: svn15878.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(deccomma.sty) = %{tl_version} -Provides: tex(fltpoint.sty) = %{tl_version} -Provides: tex(fltpoint.tex) = %{tl_version} - -%description fltpoint -The package provides simple floating point operations -(addition, subtraction, multiplication, division and rounding). -Used, for example, by rccol. - -date: 2008-04-20 19:53:04 +0200 - -%post fltpoint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fltpoint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fltpoint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fltpoint-doc -Summary: Documentation for fltpoint -Version: svn15878.1.1b -Release: %{tl_noarch_release} -Provides: tex-fltpoint-doc -BuildArch: noarch -AutoReqProv: No - -%description fltpoint-doc -Documentation for fltpoint - -%package fntproof -Provides: tex-fntproof = %{tl_version} -License: Public Domain -Summary: A programmable font test pattern generator -Version: svn20638.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fntproof.tex) = %{tl_version} - -%description fntproof -The package implements all the font testing commands of Knuth's -testfont.tex, but arranges that information necessary for each -command is supplied as arguments to that command, rather than -prompted for. This makes it possible to type all the tests in -one command line, and easy to input the package in a file and -to use the commands there. A few additional commands supporting -this last purpose are also made available. - -date: 2010-12-01 01:24:27 +0100 - -%post fntproof -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fntproof -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fntproof -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fntproof-doc -Summary: Documentation for fntproof -Version: svn20638.0 -Release: %{tl_noarch_release} -Provides: tex-fntproof-doc -BuildArch: noarch -AutoReqProv: No - -%description fntproof-doc -Documentation for fntproof - -%package gates -Provides: tex-gates = %{tl_version} -License: LPPL -Summary: Support for writing modular and customisable code -Version: svn28502.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gates.sty) = %{tl_version} -Provides: tex(gates.tex) = %{tl_version} -Provides: tex(t-gates.tex) = %{tl_version} - -%description gates -The package provides the means of writing code in a modular -fashion: big macros or functions are divided into small chunks -(called gates) with names, which can be externally controlled -(e.g. they can be disabled, subjected to conditionals, -loops...) and/or augmented with new chunks. Thus complex code -may easily be customised without having to rewrite it, or even -understand its implementation: the behavior of existing gates -can be modified, and new ones can be added, without endangering -the whole design. This allows code to be hacked in ways the -original authors might have never envisioned. The gates package -is implemented independently for both TeX and Lua. The TeX -implementation, running in any current environment, requires -the texapi package, whereas the Lua version can be run with any -Lua interpreter, not just LuaTeX. - -date: 2012-05-27 01:03:23 +0200 - -%post gates -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gates -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gates -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gates-doc -Summary: Documentation for gates -Version: svn28502.0.2 -Release: %{tl_noarch_release} -Provides: tex-gates-doc -BuildArch: noarch -AutoReqProv: No - -%description gates-doc -Documentation for gates - -%package ifetex -Provides: tex-ifetex = %{tl_version} -License: LPPL 1.3 -Summary: Provides \ifetex switch -Version: svn24853.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifetex.sty) = %{tl_version} -Provides: tex(ifetex.tex) = %{tl_version} - -%description 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: 2011-12-15 16:49:50 +0100 - -%post ifetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifetex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifetex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifetex-doc -Summary: Documentation for ifetex -Version: svn24853.1.2 -Release: %{tl_noarch_release} -Provides: tex-ifetex-doc -BuildArch: noarch -AutoReqProv: No - -%description ifetex-doc -Documentation for ifetex - -%package iftex -Provides: tex-iftex = %{tl_version} -License: LPPL 1.3 -Summary: Am I running under pdfTeX, XeTeX or LuaTeX? -Version: svn29654.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iftex.sty) = %{tl_version} - -%description 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: 2013-04-04 17:50:40 +0200 - -%post iftex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iftex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iftex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iftex-doc -Summary: Documentation for iftex -Version: svn29654.0.2 -Release: %{tl_noarch_release} -Provides: tex-iftex-doc -BuildArch: noarch -AutoReqProv: No - -%description iftex-doc -Documentation for iftex - -%package insbox -Provides: tex-insbox = %{tl_version} -License: Public Domain -Summary: A TeX macro for inserting pictures/boxes into paragraphs -Version: svn17694.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(insbox.tex) = %{tl_version} - -%description insbox -insbox package - -date: 2007-01-07 15:47:33 +0100 - -%post insbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun insbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans insbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package insbox-doc -Summary: Documentation for insbox -Version: svn17694.2.2 -Release: %{tl_noarch_release} -Provides: tex-insbox-doc -BuildArch: noarch -AutoReqProv: No - -%description insbox-doc -Documentation for insbox - -%package langcode -Provides: tex-langcode = %{tl_version} -License: LPPL -Summary: langcode package -Version: svn27764.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(dowith.sty) -Requires: tex(dhua.sty) -Provides: tex(langcode.sty) = %{tl_version} - -%description langcode -langcode package - -%post langcode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun langcode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans langcode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package langcode-doc -Summary: Documentation for langcode -Version: svn27764.0 -Release: %{tl_noarch_release} -Provides: tex-langcode-doc -BuildArch: noarch -AutoReqProv: No - -%description langcode-doc -Documentation for langcode - -%package lecturer -Provides: tex-lecturer = %{tl_version} -License: LPPL -Summary: On-screen presentations for (almost) all formats -Version: svn23916.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lecturer.sty) = %{tl_version} -Provides: tex(lecturer.tex) = %{tl_version} -Provides: tex(ltr-areas.tex) = %{tl_version} -Provides: tex(ltr-graphics.tex) = %{tl_version} -Provides: tex(ltr-job.tex) = %{tl_version} -Provides: tex(ltr-navigation.tex) = %{tl_version} -Provides: tex(ltr-slides.tex) = %{tl_version} -Provides: tex(ltr-steps.tex) = %{tl_version} -Provides: tex(t-lecturer.tex) = %{tl_version} - -%description lecturer -The package creates slides for on-screen presentations based on -PDF features without manipulating TeX's typesetting process. -The presentation flow relies on PDF's abilities to display -content step by step. Features include: - Free positioning of -anything anywhere in painted areas on the slide, as well as in -the main textblock; - Numerous attributes to control the layout -and the presentation flow, from TeX's primitive dimensions to -the visibility of steps; - Feature inheritance from global to -local settings, with intermediate types; - Basic drawing -facilities to produce symbols, e.g., for list items or buttons; -- Colors, transparency, shades, and pictures; - Navigation with -links, pop-up menus, and customizable bookmarks; - Easy switch -between presentation and handout; and - PDF transitions. -Besides the traditional documentation, the distribution -includes visual documentation and six demo presentations -ranging from geometric abstraction to classic style to silly -video game. Lecturer is designed to work with all formats, but -presently fails with ConTeXt MkIV (because of clashes in -management of PDF objects, probably), works only with pdfTeX -and LuaTeX for the time being, and requires texapi and yax, -both v.1.02. - -date: 2011-09-11 12:44:24 +0200 - -%post lecturer -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lecturer -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lecturer -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lecturer-doc -Summary: Documentation for lecturer -Version: svn23916.0 -Release: %{tl_noarch_release} -Provides: tex-lecturer-doc -BuildArch: noarch -AutoReqProv: No - -%description lecturer-doc -Documentation for lecturer - -%package librarian -Provides: tex-librarian = %{tl_version} -License: LPPL -Summary: Tools to create bibliographies in TeX -Version: svn19880.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(librarian.sty) = %{tl_version} -Provides: tex(librarian.tex) = %{tl_version} -Provides: tex(t-librarian.tex) = %{tl_version} - -%description librarian -The package extracts information in bib files, makes it -available in the current document, and sorts lists of entries -according to that information and the user's specifications. -Citation and bibliography styles can then be written directly -in TeX, without any use of BibTeX. Creating references thus -depends entirely on the user's skill in TeX. The package works -with all formats that use plain TeX's basic syntactic sugar; -the distribution includes a third-party file for ConTeXt and a -style file for LaTeX. As an example of use, an Author (Year) -style is given in a separate file and explained in the -documentation. - -date: 2010-06-25 08:56:08 +0200 - -%post librarian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun librarian -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans librarian -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package librarian-doc -Summary: Documentation for librarian -Version: svn19880.1.0 -Release: %{tl_noarch_release} -Provides: tex-librarian-doc -BuildArch: noarch -AutoReqProv: No - -%description librarian-doc -Documentation for librarian - -%package mathdots -Provides: tex-mathdots = %{tl_version} -License: LPPL -Summary: Commands to produce dots in math that respect font size -Version: svn15878.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mathdots.sty) = %{tl_version} -Provides: tex(mathdots.tex) = %{tl_version} - -%description mathdots -Redefines \ddots and \vdots, and defines \iddots. The dots -produced by \iddots slant in the opposite direction to \ddots. -All the commands are designed to change size appropriately in -scripts, as well as in response to LaTeX size changing -commands. The commands may also be used in plain TeX. - -date: 2007-06-01 10:48:38 +0200 - -%post mathdots -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathdots -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathdots -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathdots-doc -Summary: Documentation for mathdots -Version: svn15878.0.8 -Release: %{tl_noarch_release} -Provides: tex-mathdots-doc -BuildArch: noarch -AutoReqProv: No - -%description mathdots-doc -Documentation for mathdots - -%package metatex -Provides: tex-metatex = %{tl_version} -License: GPL+ -Summary: Incorporate MetaFont pictures in TeX source -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(metatex.tex) = %{tl_version} - -%description metatex -METATeX is a set of plain TeX and MetaFont macros that you can -use to define both the text and the figures in a single source -file. Because METATeX sets up two way communication, from TeX -to MetaFont and back from MetaFont to TeX, drawing dimensions -can be controlled by TeX and labels can be located by MetaFont. -Only standard features of TeX and MetaFont are used, but two -runs of TeX and one of MetaFont are needed. - -date: 2007-01-09 22:36:10 +0100 - -%post metatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metatex-doc -Summary: Documentation for metatex -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-metatex-doc -BuildArch: noarch -AutoReqProv: No - -%description metatex-doc -Documentation for metatex - -%package midnight -Provides: tex-midnight = %{tl_version} -License: midnight -Summary: A set of useful macro tools -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(border.tex) = %{tl_version} -Provides: tex(dolines.tex) = %{tl_version} -Provides: tex(gloss.tex) = %{tl_version} -Provides: tex(labels.tex) = %{tl_version} -Provides: tex(loop.tex) = %{tl_version} -Provides: tex(quire.tex) = %{tl_version} -Provides: tex(styledef.tex) = %{tl_version} - -%description midnight -Included are: - quire: making booklets, etc.; - gloss: -vertically align words in consecutive sentences; - loop: a -looping construct; - dolines: 'meta'-macros to separate -arguments by newlines; - labels: address labels and bulk mail -letters; - styledef: selectively input part of a file; and - -border: borders around boxes. - -date: 2008-11-09 11:56:27 +0100 - -%post midnight -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun midnight -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans midnight -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package midnight-doc -Summary: Documentation for midnight -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-midnight-doc -BuildArch: noarch -AutoReqProv: No - -%description midnight-doc -Documentation for midnight - -%package navigator -Provides: tex-navigator = %{tl_version} -License: LPPL -Summary: PDF features across formats and engines -Version: svn29067.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(navigator.sty) = %{tl_version} -Provides: tex(navigator.tex) = %{tl_version} -Provides: tex(t-navigator.tex) = %{tl_version} - -%description navigator -Navigator implements PDF features for all formats (with some -limitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e. -xdvipdfmx). Features include: - Customizable outlines (i.e. -bookmarks); - Anchors; - Links and actions (e.g. JavaScript or -user-defined PDF actions); - File embedding (not in ConTeXt); - -Document information and PDF viewer's display (not in ConTeXt); -and - Commands to create and use raw PDF objects. Navigator -requires texapi and yax, both version at least 1.03. - -date: 2012-11-14 17:56:09 +0100 - -%post navigator -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun navigator -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans navigator -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package navigator-doc -Summary: Documentation for navigator -Version: svn29067.1.0 -Release: %{tl_noarch_release} -Provides: tex-navigator-doc -BuildArch: noarch -AutoReqProv: No - -%description navigator-doc -Documentation for navigator - -%package ofs -Provides: tex-ofs = %{tl_version} -License: Knuth -Summary: Macros for managing large font collections -Version: svn16991.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(a117.tex) = %{tl_version} -Provides: tex(a35.sty) = %{tl_version} -Provides: tex(a35.tex) = %{tl_version} -Provides: tex(allfonts.sty) = %{tl_version} -Provides: tex(allfonts.tex) = %{tl_version} -Provides: tex(amsfn.tex) = %{tl_version} -Provides: tex(mtfn.tex) = %{tl_version} -Provides: tex(ofs-6a.tex) = %{tl_version} -Provides: tex(ofs-6c.tex) = %{tl_version} -Provides: tex(ofs-6k.tex) = %{tl_version} -Provides: tex(ofs-6s.tex) = %{tl_version} -Provides: tex(ofs-6t.tex) = %{tl_version} -Provides: tex(ofs-6x.tex) = %{tl_version} -Provides: tex(ofs-6y.tex) = %{tl_version} -Provides: tex(ofs-8c.tex) = %{tl_version} -Provides: tex(ofs-8t.tex) = %{tl_version} -Provides: tex(ofs-8x.tex) = %{tl_version} -Provides: tex(ofs-8z.tex) = %{tl_version} -Provides: tex(ofs-ams.tex) = %{tl_version} -Provides: tex(ofs-cm.tex) = %{tl_version} -Provides: tex(ofs-mt.tex) = %{tl_version} -Provides: tex(ofs-ps.tex) = %{tl_version} -Provides: tex(ofs-px.tex) = %{tl_version} -Provides: tex(ofs-slt.tex) = %{tl_version} -Provides: tex(ofs-tx.tex) = %{tl_version} -Provides: tex(ofs.sty) = %{tl_version} -Provides: tex(ofs.tex) = %{tl_version} -Provides: tex(ofsdef.tex) = %{tl_version} -Provides: tex(pantyk.tex) = %{tl_version} -Provides: tex(txfn.tex) = %{tl_version} - -%description ofs -OFS (Olsak's Font System) is a set of Plain TeX and LaTeX -macros for managing large font collections; it has been used by -Czech/Slovak users for many years. Main features include: - -Mapping from long names of fonts to the metric file name. The -user can specify only exact long names in documents. - Support -for many font encodings. - Printing of catalogues of fonts and -test samples of font families; the interactive macro \showfonts -shows all font families you have installed via OFS. - The user -interface is the same for Plain TeX and for LaTeX, but the -implementation differs: the LaTeX variant of OFS uses NFSS, but -the Plain variant implements its own font management (which may -even be better than NFSS) - Support for math fonts including TX -fonts. - -date: 2010-02-12 21:26:56 +0100 - -%post ofs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ofs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ofs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ofs-doc -Summary: Documentation for ofs -Version: svn16991.0 -Release: %{tl_noarch_release} -Provides: tex-ofs-doc -BuildArch: noarch -AutoReqProv: No - -%description ofs-doc -Documentation for ofs - -%package pdf-trans -Provides: tex-pdf-trans = %{tl_version} -License: Public Domain -Summary: A set of macros for various transformations of TeX boxes -Version: svn15878.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pdf-trans.tex) = %{tl_version} - -%description pdf-trans -pdf-trans is a set of macros for various transformations of TeX -boxes (based on plain and pdfeTeX primitives). It was initially -inspired by trans.tex, remade to work with pdfTeX. - -date: 2007-05-25 16:15:27 +0200 - -%post pdf-trans -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdf-trans -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdf-trans -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdf-trans-doc -Summary: Documentation for pdf-trans -Version: svn15878.2.2 -Release: %{tl_noarch_release} -Provides: tex-pdf-trans-doc -BuildArch: noarch -AutoReqProv: No - -%description pdf-trans-doc -Documentation for pdf-trans - -%package plainpkg -Provides: tex-plainpkg = %{tl_version} -License: LPPL -Summary: plainpkg package -Version: svn27765.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(plainpkg.tex) = %{tl_version} - -%description plainpkg -plainpkg package - -%post plainpkg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plainpkg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plainpkg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plainpkg-doc -Summary: Documentation for plainpkg -Version: svn27765.0 -Release: %{tl_noarch_release} -Provides: tex-plainpkg-doc -BuildArch: noarch -AutoReqProv: No - -%description plainpkg-doc -Documentation for plainpkg - -%package schemata -Provides: tex-schemata = %{tl_version} -License: LPPL 1.3 -Summary: Print topical diagrams -Version: svn29357.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(schemata.sty) = %{tl_version} - -%description schemata -The package facilitates the creation of topical schemata, -outlines that use braces (or facsimiles thereof) to illustrate -the breakdown of concepts and categories in Scholastic thought -from late medieval and early modern periods. - -date: 2013-03-12 20:16:10 +0100 - -%post schemata -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun schemata -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans schemata -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package schemata-doc -Summary: Documentation for schemata -Version: svn29357.0.6 -Release: %{tl_noarch_release} -Provides: tex-schemata-doc -BuildArch: noarch -AutoReqProv: No - -%description schemata-doc -Documentation for schemata - -%package shade -Provides: tex-shade = %{tl_version} -License: LPPL -Summary: Shade pieces of text -Version: svn22212.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(shade.tex) = %{tl_version} - -%description shade -The package provides a shaded backdrop to a box of text. It -uses a Metafont font (provided) which generates to appropriate -shading dependent on the resolution used in the Metafont -printer parameters. - -date: 2011-04-25 22:01:30 +0200 - -%post shade -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shade -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shade -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shade-doc -Summary: Documentation for shade -Version: svn22212.1 -Release: %{tl_noarch_release} -Provides: tex-shade-doc -BuildArch: noarch -AutoReqProv: No - -%description shade-doc -Documentation for shade - -%package systeme -Provides: tex-systeme = %{tl_version} -License: LPPL 1.3 -Summary: Format systems of equations -Version: svn23336.0.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xstring.sty) -Provides: tex(systeme.sty) = %{tl_version} -Provides: tex(systeme.tex) = %{tl_version} - -%description systeme -The package allows you to enter systems of equations or -inequalities in an intuitive way, and produces typeset output -where the terms and signs are aligned vertically. The package -works with plain TeX or LaTeX, but e-TeX is required. Cette -petite extension permet de saisir des systemes d'equations ou -inequations de facon intuitive, et produit un affichage ou les -termes et les signes sont alignes verticalement. - -date: 2011-06-24 11:48:53 +0200 - -%post systeme -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun systeme -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans systeme -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package systeme-doc -Summary: Documentation for systeme -Version: svn23336.0.2b -Release: %{tl_noarch_release} -Provides: tex-systeme-doc -BuildArch: noarch -AutoReqProv: No - -%description systeme-doc -Documentation for systeme - -%package tabto-generic -Provides: tex-tabto-generic = %{tl_version} -License: Public Domain -Summary: "Tab" to a measured position in the line -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tabto.tex) = %{tl_version} - -%description tabto-generic -\tabto{} moves the typesetting position to -from the left margin of the paragraph. If the typesetting -position is already further along, \tabto starts a new line. - -date: 2009-09-13 19:05:07 +0200 - -%post tabto-generic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabto-generic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabto-generic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texapi -Provides: tex-texapi = %{tl_version} -License: LPPL -Summary: Macros to write format-independent packages -Version: svn24237.1.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texapi.tex) = %{tl_version} - -%description texapi -Texapi provides utility macros to write format-independent (and --aware) packages. It is similar in spirit to the etoolbox, -except that it isn't tied to LaTeX. Tools include: engine and -format detection, expansion control, command definition and -manipulation, various testing macros, string operations, and -highly customizable while and for loops. The package requires -e-TeX (and, should you want to compile its documentation, the -pitex package is also needed). - -date: 2011-10-03 08:52:14 +0200 - -%post texapi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texapi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texapi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texapi-doc -Summary: Documentation for texapi -Version: svn24237.1.04 -Release: %{tl_noarch_release} -Provides: tex-texapi-doc -BuildArch: noarch -AutoReqProv: No - -%description texapi-doc -Documentation for texapi - -%package upca -Provides: tex-upca = %{tl_version} -License: LPPL -Summary: upca package -Version: svn22511.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(upca.tex) = %{tl_version} - -%description upca -upca package - -%post upca -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun upca -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans upca -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package upca-doc -Summary: Documentation for upca -Version: svn22511.0 -Release: %{tl_noarch_release} -Provides: tex-upca-doc -BuildArch: noarch -AutoReqProv: No - -%description upca-doc -Documentation for upca - -%package xlop -Provides: tex-xlop = %{tl_version} -License: LPPL -Summary: Calculates and displays arithmetic operations -Version: svn29236.0.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xlop.sty) = %{tl_version} -Provides: tex(xlop.tex) = %{tl_version} - -%description xlop -Xlop (eXtra Large OPeration) will typeset arithmetic problems -either in-line or "as in school" (using French school -conventions). So for example, \opadd{2}{3} can give either -$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\ -\hline 5\end{tabular}. Furthermore, numbers may be very large, -e.g 200 figures (with a very long compilation time). Many other -features allow to deal with numbers (tests, display, some high -level operations, etc.) - -date: 2013-02-26 20:28:25 +0100 - -%post xlop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xlop -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xlop -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xlop-doc -Summary: Documentation for xlop -Version: svn29236.0.25 -Release: %{tl_noarch_release} -Provides: tex-xlop-doc -BuildArch: noarch -AutoReqProv: No - -%description xlop-doc -Documentation for xlop - -%package yax -Provides: tex-yax = %{tl_version} -License: LPPL -Summary: Yet Another Key System -Version: svn21183.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(t-yax.tex) = %{tl_version} -Provides: tex(yax.sty) = %{tl_version} -Provides: tex(yax.tex) = %{tl_version} - -%description yax -YaX is advertised as a key system, but it rather organizes -attributes in parameters, which parameters can be executed, so -that YaX is halfway between key management and macro definition -(and actually hopes to provide a user's interface). Values -assigned to attributes can be retrieved and tested in various -ways, with full expandability ensured as much as possible. -Finally, YaX's syntax is a quite peculiar (as few braces as -possible), but may be customized. YaX is based on texapi and -thus requires e-TeX. - -date: 2011-01-23 17:05:29 +0100 - -%post yax -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yax -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yax -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yax-doc -Summary: Documentation for yax -Version: svn21183.1.03 -Release: %{tl_noarch_release} -Provides: tex-yax-doc -BuildArch: noarch -AutoReqProv: No - -%description yax-doc -Documentation for yax - -%package collection-genericrecommended -Summary: Recommended generic packages -Version: svn19849.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-epsf -Requires: tex-fontname -Requires: tex-genmisc -Requires: tex-kastrup -Requires: tex-multido -Requires: tex-path -Requires: tex-tex-ps -Requires: tex-ulem -Requires: texlive-collection-basic - -%description collection-genericrecommended -Recommended packages that work with multiple formats. - -%package epsf -Provides: tex-epsf = %{tl_version} -License: Public Domain -Summary: Simple macros for EPS inclusion -Version: svn21461.2.7.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epsf.sty) = %{tl_version} -Provides: tex(epsf.tex) = %{tl_version} - -%description epsf -The original graphics inclusion macros for use with dvips; -still widely used by Plain TeX users (in particular). For LaTeX -users, the package is nowadays deprecated in favour of the more -sophisticated standard LaTeX graphics bundle of packages (which -are also available to Plain TeX users, either via its Plain TeX -version, or through the support offered by etex). - -date: 2011-02-18 10:32:12 +0100 - -%post epsf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epsf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epsf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epsf-doc -Summary: Documentation for epsf -Version: svn21461.2.7.4 -Release: %{tl_noarch_release} -Provides: tex-epsf-doc -BuildArch: noarch -AutoReqProv: No - -%description epsf-doc -Documentation for epsf - -%package fontname -Provides: tex-fontname = %{tl_version} -License: GPL+ -Summary: Scheme for naming fonts in TeX -Version: svn24661.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Provides: tex(adobe.map) = %{tl_version} -Provides: tex(apple.map) = %{tl_version} -Provides: tex(bitstrea.map) = %{tl_version} -Provides: tex(dtc.map) = %{tl_version} -Provides: tex(itc.map) = %{tl_version} -Provides: tex(linot-cd.map) = %{tl_version} -Provides: tex(linotype-cd.map) = %{tl_version} -Provides: tex(linotype.map) = %{tl_version} -Provides: tex(monotype.map) = %{tl_version} -Provides: tex(skey1250.map) = %{tl_version} -Provides: tex(skey1555.map) = %{tl_version} -Provides: tex(softkey-1250.map) = %{tl_version} -Provides: tex(softkey-1555.map) = %{tl_version} -Provides: tex(softkey.map) = %{tl_version} -Provides: tex(special.map) = %{tl_version} -Provides: tex(supplier.map) = %{tl_version} -Provides: tex(texfonts.map) = %{tl_version} -Provides: tex(typeface.map) = %{tl_version} -Provides: tex(urw.map) = %{tl_version} -Provides: tex(variant.map) = %{tl_version} -Provides: tex(weight.map) = %{tl_version} -Provides: tex(width.map) = %{tl_version} -Provides: tex(yandy.map) = %{tl_version} - -%description fontname -The scheme for assigning names is described (in the -documentation part of the package), and map files giving the -relation between foundry name and 'TeX-name' are also provided. - -date: 2010-10-25 08:39:19 +0200 - -%preun fontname -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/fontname.info %{_infodir}/dir 2>/dev/null || : -fi - -%post fontname -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/fontname.info %{_infodir}/dir 2>/dev/null -: - -%postun fontname -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontname -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontname-doc -Summary: Documentation for fontname -Version: svn24661.0 -Release: %{tl_noarch_release} -Provides: tex-fontname-doc -BuildArch: noarch -AutoReqProv: No - -%description fontname-doc -Documentation for fontname - -%package genmisc -Provides: tex-genmisc = %{tl_version} -License: LPPL -Summary: genmisc package -Version: svn27208.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(anti.tex) = %{tl_version} -Provides: tex(apldef.tex) = %{tl_version} -Provides: tex(arabic.tex) = %{tl_version} -Provides: tex(backgrnd.tex) = %{tl_version} -Provides: tex(balancedquotes.sty) = %{tl_version} -Provides: tex(chessmin.tex) = %{tl_version} -Provides: tex(compare.tex) = %{tl_version} -Provides: tex(cropmark.sty) = %{tl_version} -Provides: tex(cropmark.tex) = %{tl_version} -Provides: tex(croptest.tex) = %{tl_version} -Provides: tex(dayofweek.tex) = %{tl_version} -Provides: tex(daytime.sty) = %{tl_version} -Provides: tex(default.sty) = %{tl_version} -Provides: tex(dow.tex) = %{tl_version} -Provides: tex(emtrees.tex) = %{tl_version} -Provides: tex(endnote.tex) = %{tl_version} -Provides: tex(fakebold.tex) = %{tl_version} -Provides: tex(hep.tex) = %{tl_version} -Provides: tex(inscrutable.tex) = %{tl_version} -Provides: tex(laps.tex) = %{tl_version} -Provides: tex(letterspacing.tex) = %{tl_version} -Provides: tex(longdiv.tex) = %{tl_version} -Provides: tex(mandel.tex) = %{tl_version} -Provides: tex(mathlig.tex) = %{tl_version} -Provides: tex(nth.sty) = %{tl_version} -Provides: tex(outerhbox.sty) = %{tl_version} -Provides: tex(pagereference.tex) = %{tl_version} -Provides: tex(quotation.tex) = %{tl_version} -Provides: tex(ragged.sty) = %{tl_version} -Provides: tex(random.tex) = %{tl_version} -Provides: tex(ruler.tex) = %{tl_version} -Provides: tex(selectpage.tex) = %{tl_version} -Provides: tex(shadebox.tex) = %{tl_version} -Provides: tex(swrule.sty) = %{tl_version} -Provides: tex(underlin.tex) = %{tl_version} -Provides: tex(undertilde.tex) = %{tl_version} -Provides: tex(verbatim.tex) = %{tl_version} -Provides: tex(weekday.sty) = %{tl_version} -Provides: tex(wiggly.tex) = %{tl_version} -Provides: tex(zip.tex) = %{tl_version} - -%description genmisc -genmisc package - -%post genmisc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun genmisc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans genmisc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kastrup -Provides: tex-kastrup = %{tl_version} -License: LPPL -Summary: kastrup package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(binhex.tex) = %{tl_version} - -%description kastrup -kastrup package - -%post kastrup -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kastrup -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kastrup -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kastrup-doc -Summary: Documentation for kastrup -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-kastrup-doc -BuildArch: noarch -AutoReqProv: No - -%description kastrup-doc -Documentation for kastrup - -%package multido -Provides: tex-multido = %{tl_version} -License: LPPL -Summary: A loop facility for Generic TeX -Version: svn18302.1.42 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multido.tex) = %{tl_version} -Provides: tex(multido.sty) = %{tl_version} - -%description multido -The package provides the \multido command, which was originally -designed for use with with PSTricks. Fixed-point arithmetic is -used when working on the loop variable, so that the package is -equally applicable in graphics applications like PSTricks as it -is with the more common integer loops. - -date: 2010-05-15 11:36:20 +0200 - -%post multido -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multido -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multido -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multido-doc -Summary: Documentation for multido -Version: svn18302.1.42 -Release: %{tl_noarch_release} -Provides: tex-multido-doc -BuildArch: noarch -AutoReqProv: No - -%description multido-doc -Documentation for multido - -%package path -Provides: tex-path = %{tl_version} -License: Bibtex -Summary: Typeset paths, making them breakable -Version: svn22045.3.05 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(path.sty) = %{tl_version} - -%description path -Defines a macro \path|...|, similar to the LaTeX \verb|...|, -that sets the text in typewriter font and allows hyphen-less -breaks at punctuation characters. The set of characters to be -regarded as punctuation may be changed from the package's -default. - -date: 2011-04-07 22:08:26 +0200 - -%post path -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun path -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans path -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package path-doc -Summary: Documentation for path -Version: svn22045.3.05 -Release: %{tl_noarch_release} -Provides: tex-path-doc -BuildArch: noarch -AutoReqProv: No - -%description path-doc -Documentation for path - -%package tex-ps -Provides: tex-tex-ps = %{tl_version} -License: Public Domain -Summary: TeX to PostScript generic macros and add-ons -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmyk-hax.tex) = %{tl_version} -Provides: tex(epsfx.tex) = %{tl_version} -Provides: tex(poligraf.sty) = %{tl_version} -Provides: tex(trans.tex) = %{tl_version} - -%description tex-ps -TeX to PostScript generic macros and add-ons: transformations -of EPS files, prepress preparation, color separation, mirror, -etc. - -date: 2009-10-10 00:51:28 +0200 - -%post tex-ps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tex-ps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tex-ps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-ps-doc -Summary: Documentation for tex-ps -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-tex-ps-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-ps-doc -Documentation for tex-ps - -%package ulem -Provides: tex-ulem = %{tl_version} -License: Copyright only -Summary: Package for underlining -Version: svn26785.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ulem.sty) = %{tl_version} - -%description ulem -The package provides an \ul (underline) command which will -break over line ends; this technique may be used to replace \em -(both in that form and as the \emph command), so as to make -output look as if it comes from a typewriter. The package also -offers double and wavy underlining, and striking out (line -through words) and crossing out (/// over words). The package -works with both Plain TeX and LaTeX. - -date: 2012-06-01 11:43:10 +0200 - -%post ulem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ulem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ulem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ulem-doc -Summary: Documentation for ulem -Version: svn26785.0 -Release: %{tl_noarch_release} -Provides: tex-ulem-doc -BuildArch: noarch -AutoReqProv: No - -%description ulem-doc -Documentation for ulem - -%package collection-htmlxml -Summary: HTML/SGML/XML support -Version: svn28251.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-jadetex -Requires: tex-passivetex -Requires: tex-tex4ht -Requires: tex-xmltex -Requires: texlive-collection-basic -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-latex - -%description collection-htmlxml -Packages to convert LaTeX to XML/HTML, and typset XML/SGML - -%package jadetex -Provides: tex-jadetex = %{tl_version} -License: MIT -Summary: Macros supporting Jade DSSSL output -Version: svn23409.3.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Provides: jadetex = %{tl_version} -Obsoletes: jadetex < %{tl_version} -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-latex -Requires: tex-pdftex -Requires: tex-tex -Requires: texlive-jadetex-bin -Provides: tex(dsssl.def) = %{tl_version} -Provides: tex(uentities.sty) = %{tl_version} -Provides: tex(ut1omlgc.fd) = %{tl_version} - -%description jadetex -Macro package on top of LaTeX to typeset TeX output of the Jade -DSSSL implementation. - -date: 2008-04-20 19:53:04 +0200 - -%post jadetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ jadetex.*$/jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfjadetex.*$/pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun jadetex -if [ $1 == 0 ] ; then -sed -i 's/^jadetex.*$/\#\!\ jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfjadetex.*$/\#\!\ pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans jadetex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jadetex-doc -Summary: Documentation for jadetex -Version: svn23409.3.13 -Release: %{tl_noarch_release} -Provides: tex-jadetex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-latex-doc -Requires: tex-pdftex-doc - -%description jadetex-doc -Documentation for jadetex - -%package jadetex-bin -Summary: Binaries for jadetex -Version: svn3006.0 -Requires: texlive-base -Requires: tex-jadetex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description jadetex-bin -Binaries for jadetex - -%package passivetex -Provides: tex-passivetex = %{tl_version} -License: MIT -Summary: Support package for XML/SGML typesetting -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(multicol.sty) -Requires: tex(rotating.sty) -Requires: tex(array.sty) -Requires: tex(amsmath.sty) -Requires: tex(longtable.sty) -Requires: tex(url.sty) -Requires: tex(ulem.sty) -Requires: tex(color.sty) -Requires: tex(times.sty) -Requires: tex(unicode.sty) -Requires: tex(marvosym.sty) -Requires: tex(nameref.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(tipa.sty) -Requires: tex(tone.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(textcomp.sty) -Requires: tex(pifont.sty) -Provides: tex(dummyels.sty) = %{tl_version} -Provides: tex(fotex.sty) = %{tl_version} -Provides: tex(mlnames.sty) = %{tl_version} -Provides: tex(teixml.sty) = %{tl_version} -Provides: tex(teixmlslides.sty) = %{tl_version} -Provides: tex(ucharacters.sty) = %{tl_version} -Provides: tex(unicode.sty) = %{tl_version} - -%description passivetex -Packages providing XML parsing, UTF-8 parsing, Unicode -entities, and common formatting object definitions for jadetex. - -date: 2008-04-20 19:53:04 +0200 - -%post passivetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun passivetex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans passivetex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex4ht -Provides: tex-tex4ht = %{tl_version} -License: LPPL -Summary: Convert (La)TeX to HTML/XML -Version: svn29474.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tex4ht-bin -Provides: tex(m-tex4ht.tex) = %{tl_version} -Provides: tex(tex4ht.sty) = %{tl_version} -Provides: tetex-tex4ht = %{tl_version} -Obsoletes: tetex-tex4ht < %{tl_version} - -%description tex4ht -A converter from TeX and LaTeX to SGML-based formats such as -(X)HTML, MathML, OpenDocument, and DocBook, providing a -configurable (La)TeX-based authoring system for hypertext. -Tex4ht does not parse (La)TeX source (so that it avoids the -difficulties encountered by many other converters, arising from -the irregularity of (La)TeX syntax). Instead, Tex4ht uses -(La)TeX itself (with an extra macro package) to produce a non- -standard DVI file that it can then process. This technique -allows TeX4ht to approach the robustness characteristic of -restricted-syntax systems such as hyperlatex and gellmu. Note -that CTAN no longer holds the definitive sources of the -package: see the 'Readme' file. - -date: 2012-02-23 17:06:23 +0100 - -%post tex4ht -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tex4ht -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tex4ht -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex4ht-doc -Summary: Documentation for tex4ht -Version: svn29474.0 -Release: %{tl_noarch_release} -Provides: tex-tex4ht-doc -BuildArch: noarch -AutoReqProv: No - -%description tex4ht-doc -Documentation for tex4ht - -%package tex4ht-bin -Summary: Binaries for tex4ht -Version: svn26509.0 -Requires: texlive-base -Requires: tex-tex4ht -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description tex4ht-bin -Binaries for tex4ht - -%package xmltex -Provides: tex-xmltex = %{tl_version} -License: LPPL -Summary: Support for parsing XML documents -Version: svn28273.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-latex -Requires: tex-pdftex -Requires: tex-tex -Requires: texlive-xmltex-bin -Provides: tex(xmltex.cfg) = %{tl_version} -Provides: tex(xmltex.tex) = %{tl_version} - -%description xmltex -This package provides an implementation of a parser for -documents matching the XML 1.0 and XML Namespace -Recommendations. In addition to parsing commands are provided -to attatch TeX typesetting instructions to the various markup -elemenets as they are encounted. Sample files for typesetting a -subset of TEI, MathML, are included. Element and Attribute -names, as well as character data, may use any characters -allowed in XML, using UTF-8 or a suitable 8-bit encoding. - -date: 2012-06-08 08:33:19 +0200 - -%post xmltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ xmltex.*$/xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfxmltex.*$/pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun xmltex -if [ $1 == 0 ] ; then -sed -i 's/^xmltex.*$/\#\!\ xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfxmltex.*$/\#\!\ pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans xmltex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xmltex-doc -Summary: Documentation for xmltex -Version: svn28273.0.8 -Release: %{tl_noarch_release} -Provides: tex-xmltex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-latex-doc -Requires: tex-pdftex-doc - -%description xmltex-doc -Documentation for xmltex - -%package xmltex-bin -Summary: Binaries for xmltex -Version: svn3006.0 -Requires: texlive-base -Requires: tex-xmltex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Provides: xmltex = %{tl_version}0101 -Obsoletes: xmltex < %{tl_version}0101 -Release: %{tl_release} -BuildArch: noarch - -%description xmltex-bin -Binaries for xmltex - -%package collection-humanities -Summary: Humanities packages -Version: svn29103.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-alnumsec -Requires: tex-arydshln -Requires: tex-bibleref -Requires: tex-bibleref-lds -Requires: tex-bibleref-mouth -Requires: tex-bibleref-parse -Requires: tex-covington -Requires: tex-dramatist -Requires: tex-dvgloss -Requires: tex-ecltree -Requires: tex-edfnotes -Requires: tex-ednotes -Requires: tex-eledform -Requires: tex-eledmac -Requires: tex-gb4e -Requires: tex-gmverse -Requires: tex-jura -Requires: tex-juraabbrev -Requires: tex-juramisc -Requires: tex-jurarsp -Requires: tex-ledmac -Requires: tex-lexikon -Requires: tex-lineno -Requires: tex-linguex -Requires: tex-liturg -Requires: tex-parallel -Requires: tex-parrun -Requires: tex-plari -Requires: tex-play -Requires: tex-poemscol -Requires: tex-poetrytex -Requires: tex-qobitree -Requires: tex-qtree -Requires: tex-rrgtrees -Requires: tex-rtklage -Requires: tex-screenplay -Requires: tex-sides -Requires: tex-stage -Requires: tex-tree-dvips -Requires: tex-verse -Requires: tex-xyling -Requires: texlive-collection-latex - -%description collection-humanities -Packages for law, linguistics, the social sciences, the -humanities, etc. - -%package covington -Provides: tex-covington = %{tl_version} -License: Public Domain -Summary: Linguistic support -Version: svn17750.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(covington.sty) = %{tl_version} - -%description covington -Numerous minor LaTeX enhancements for linguistics, including -multiple accents on the same letter, interline glosses (word- -by-word translations), Discourse Representation Structures, and -example numbering. - -date: 2010-04-05 22:57:39 +0200 - -%post covington -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun covington -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans covington -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package covington-doc -Summary: Documentation for covington -Version: svn17750.0 -Release: %{tl_noarch_release} -Provides: tex-covington-doc -BuildArch: noarch -AutoReqProv: No - -%description covington-doc -Documentation for covington - -%package dramatist -Provides: tex-dramatist = %{tl_version} -License: GPL+ -Summary: Typeset dramas, both in verse and in prose -Version: svn15878.1.2d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(dramatist.sty) = %{tl_version} - -%description dramatist -This package is intended for typesetting drama of any length. -It provides two environments for typesetting dialogues in prose -or in verse; new document divisions corresponding to acts and -scenes; macros that control the appearance of characters and -stage directions; and automatic generation of a `dramatis -personae' list. - -date: 2006-12-01 14:16:52 +0100 - -%post dramatist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dramatist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dramatist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dramatist-doc -Summary: Documentation for dramatist -Version: svn15878.1.2d -Release: %{tl_noarch_release} -Provides: tex-dramatist-doc -BuildArch: noarch -AutoReqProv: No - -%description dramatist-doc -Documentation for dramatist - -%package dvgloss -Provides: tex-dvgloss = %{tl_version} -License: LPPL -Summary: Facilities for setting interlinear glossed text -Version: svn29103.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dvgloss.sty) = %{tl_version} - -%description dvgloss -The package provides extensible macros for setting interlinear -glossed text -- useful, for instance, for typing linguistics -papers. The operative word here is "extensible": few features -are built in, but some flexible and powerful facilities are -included for adding your own. - -date: 2013-02-13 12:56:56 +0100 - -%post dvgloss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvgloss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvgloss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvgloss-doc -Summary: Documentation for dvgloss -Version: svn29103.0.1 -Release: %{tl_noarch_release} -Provides: tex-dvgloss-doc -BuildArch: noarch -AutoReqProv: No - -%description dvgloss-doc -Documentation for dvgloss - -%package ecltree -Provides: tex-ecltree = %{tl_version} -License: LPPL -Summary: Trees using epic and eepic macros -Version: svn15878.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ecltree.sty) = %{tl_version} - -%description ecltree -The package recursively draws trees: each subtree is defined in -a 'bundle' environment, with a set of leaves described by -\chunk macros. A chunk may have a bundle environment inside it. - -date: 2008-06-01 23:17:13 +0200 - -%post ecltree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ecltree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ecltree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ecltree-doc -Summary: Documentation for ecltree -Version: svn15878.1.1a -Release: %{tl_noarch_release} -Provides: tex-ecltree-doc -BuildArch: noarch -AutoReqProv: No - -%description ecltree-doc -Documentation for ecltree - -%package edfnotes -Provides: tex-edfnotes = %{tl_version} -License: LPPL 1.3 -Summary: Critical annotations to footnotes with ednotes -Version: svn21540.0.6b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fnlineno.sty) -Provides: tex(edfnotes.sty) = %{tl_version} - -%description edfnotes -The package modifies the annotation commands and label-test -mechanism of the ednotes package so that critical notes appear -on the pages and in the order that one would expect. - -date: 2011-02-22 21:47:43 +0100 - -%post edfnotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun edfnotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans edfnotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package edfnotes-doc -Summary: Documentation for edfnotes -Version: svn21540.0.6b -Release: %{tl_noarch_release} -Provides: tex-edfnotes-doc -BuildArch: noarch -AutoReqProv: No - -%description edfnotes-doc -Documentation for edfnotes - -%package ednotes -Provides: tex-ednotes = %{tl_version} -License: LPPL -Summary: Typeset scholarly editions -Version: svn19440.1.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mfparptc.sty) -Requires: tex(manyfoot.sty) -Requires: tex(lineno.sty) -Provides: tex(edcntwd0.sty) = %{tl_version} -Provides: tex(ednotes.sty) = %{tl_version} -Provides: tex(lblchng1.sty) = %{tl_version} -Provides: tex(mfparptc.sty) = %{tl_version} -Provides: tex(mfparxsp.sty) = %{tl_version} - -%description ednotes -A macro package for typesetting scholarly critical editions. -Provides macros for critical edition typesetting with LaTeX, -including support for line numbers and layers of footnotes. - -date: 2008-01-07 00:37:03 +0100 - -%post ednotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ednotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ednotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ednotes-doc -Summary: Documentation for ednotes -Version: svn19440.1.3a -Release: %{tl_noarch_release} -Provides: tex-ednotes-doc -BuildArch: noarch -AutoReqProv: No - -%description ednotes-doc -Documentation for ednotes - -%package eledform -Provides: tex-eledform = %{tl_version} -License: LPPL 1.3 -Summary: Define textual variants -Version: svn27922.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(eledmac.sty) -Provides: tex(eledform.sty) = %{tl_version} - -%description eledform -The package provides commands to formalize textual variants in -critical editions typeset using eledmac. - -date: 2012-10-08 11:45:11 +0200 - -%post eledform -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eledform -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eledform -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eledform-doc -Summary: Documentation for eledform -Version: svn27922.1.0 -Release: %{tl_noarch_release} -Provides: tex-eledform-doc -BuildArch: noarch -AutoReqProv: No - -%description eledform-doc -Documentation for eledform - -%package eledmac -Provides: tex-eledmac = %{tl_version} -License: LPPL -Summary: Typeset scholarly editions -Version: svn29281.1.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xargs.sty) -Requires: tex(etoolbox.sty) -Requires: tex(suffix.sty) -Requires: tex(ifluatex.sty) -Provides: tex(eledmac.sty) = %{tl_version} -Provides: tex(eledpar.sty) = %{tl_version} - -%description eledmac -A package for typesetting scholarly critical editions, -replacing the established ledmac package. Ledmac itself was a -LaTeX port of the plain TeX EDMAC macros. The package supports -indexing by page and by line numbers, and simple tabular- and -array-style environments. The package is distributed with the -related eledpar package. - -date: 2013-03-03 12:29:02 +0100 - -%post eledmac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eledmac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eledmac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eledmac-doc -Summary: Documentation for eledmac -Version: svn29281.1.4.5 -Release: %{tl_noarch_release} -Provides: tex-eledmac-doc -BuildArch: noarch -AutoReqProv: No - -%description eledmac-doc -Documentation for eledmac - -%package gb4e -Provides: tex-gb4e = %{tl_version} -License: LPPL 1.2 -Summary: Linguistic tools -Version: svn19216.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cgloss4e.sty) = %{tl_version} -Provides: tex(gb4e.sty) = %{tl_version} - -%description gb4e -Provides an environment for linguistic examples, tools for -glosses, and various other goodies. The code was developed from -the midnight and covington packages. - -date: 2010-07-03 20:09:25 +0200 - -%post gb4e -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gb4e -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gb4e -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gb4e-doc -Summary: Documentation for gb4e -Version: svn19216.0 -Release: %{tl_noarch_release} -Provides: tex-gb4e-doc -BuildArch: noarch -AutoReqProv: No - -%description gb4e-doc -Documentation for gb4e - -%package gmverse -Provides: tex-gmverse = %{tl_version} -License: LPPL -Summary: a package for typesetting (short) poems -Version: svn15878.v0.73 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gmverse.sty) = %{tl_version} - -%description gmverse -A redefinition of the verse environment to make the \\ command -optional for line ends and to give it a possibility of optical -centering and `right-hanging' alignment of lines broken because -of length. - -date: 2008-09-06 11:23:59 +0200 - -%post gmverse -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmverse -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmverse -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmverse-doc -Summary: Documentation for gmverse -Version: svn15878.v0.73 -Release: %{tl_noarch_release} -Provides: tex-gmverse-doc -BuildArch: noarch -AutoReqProv: No - -%description gmverse-doc -Documentation for gmverse - -%package jura -Provides: tex-jura = %{tl_version} -License: GPL+ -Summary: A document class for German legal texts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(alphanum.sty) = %{tl_version} -Provides: tex(jura.cls) = %{tl_version} - -%description 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: 2007-01-08 14:12:54 +0100 - -%post jura -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jura -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jura -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jura-doc -Summary: Documentation for jura -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-jura-doc -BuildArch: noarch -AutoReqProv: No - -%description jura-doc -Documentation for jura - -%package juraabbrev -Provides: tex-juraabbrev = %{tl_version} -License: GPL+ -Summary: Abbreviations for typesetting (German) juridical documents -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(juraabbrev.sty) = %{tl_version} - -%description 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: 2007-01-08 14:12:54 +0100 - -%post juraabbrev -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun juraabbrev -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans juraabbrev -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package juraabbrev-doc -Summary: Documentation for juraabbrev -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-juraabbrev-doc -BuildArch: noarch -AutoReqProv: No - -%description juraabbrev-doc -Documentation for juraabbrev - -%package juramisc -Provides: tex-juramisc = %{tl_version} -License: LPPL -Summary: Typesetting German juridical documents -Version: svn15878.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(remreset.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(array.sty) -Requires: tex(pifont.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(jbgoe.clo) = %{tl_version} -Provides: tex(jbstgallen.clo) = %{tl_version} -Provides: tex(jbtrier.clo) = %{tl_version} -Provides: tex(jurabase.sty) = %{tl_version} -Provides: tex(jurabook.cls) = %{tl_version} -Provides: tex(juraovw.cls) = %{tl_version} -Provides: tex(juraurtl.cls) = %{tl_version} - -%description juramisc -A collection of classes for typesetting court sentences, legal -opinions, and dissertations for German lawyers. The package is -still under development. - -date: 2007-11-23 19:34:36 +0100 - -%post juramisc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun juramisc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans juramisc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package juramisc-doc -Summary: Documentation for juramisc -Version: svn15878.0.91 -Release: %{tl_noarch_release} -Provides: tex-juramisc-doc -BuildArch: noarch -AutoReqProv: No - -%description juramisc-doc -Documentation for juramisc - -%package jurarsp -Provides: tex-jurarsp = %{tl_version} -License: GPL+ -Summary: Citations of judgements and official documents in (German) juridical documents -Version: svn15878.0.52 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Provides: tex(jurarsp.cfg) = %{tl_version} -Provides: tex(jurarsp.sty) = %{tl_version} - -%description 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: 2007-01-08 14:12:54 +0100 - -%post jurarsp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jurarsp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jurarsp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jurarsp-doc -Summary: Documentation for jurarsp -Version: svn15878.0.52 -Release: %{tl_noarch_release} -Provides: tex-jurarsp-doc -BuildArch: noarch -AutoReqProv: No - -%description jurarsp-doc -Documentation for jurarsp - -%package ledmac -Provides: tex-ledmac = %{tl_version} -License: LPPL -Summary: Typeset scholarly editions -Version: svn27721.0.19 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(afoot.sty) = %{tl_version} -Provides: tex(ledarab.sty) = %{tl_version} -Provides: tex(ledmac.sty) = %{tl_version} -Provides: tex(ledpar.sty) = %{tl_version} - -%description ledmac -A macro package for typesetting scholarly critical editions. -The ledmac package is a LaTeX port of the plain TeX EDMAC -macros. It supports indexing by page and line number and simple -tabular- and array-style environments. The package is -distributed with the related ledpar and ledarab packages. The -package is now superseded by eledmac. - -date: 2012-09-17 12:04:36 +0200 - -%post ledmac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ledmac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ledmac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ledmac-doc -Summary: Documentation for ledmac -Version: svn27721.0.19 -Release: %{tl_noarch_release} -Provides: tex-ledmac-doc -BuildArch: noarch -AutoReqProv: No - -%description ledmac-doc -Documentation for ledmac - -%package lexikon -Provides: tex-lexikon = %{tl_version} -License: LPPL -Summary: Macros for a two language dictionary -Version: svn17364.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ipa.sty) -Provides: tex(lexikon.sty) = %{tl_version} - -%description lexikon -lexikon package - -date: 2010-03-06 21:34:04 +0100 - -%post lexikon -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lexikon -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lexikon -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lexikon-doc -Summary: Documentation for lexikon -Version: svn17364.1.0c -Release: %{tl_noarch_release} -Provides: tex-lexikon-doc -BuildArch: noarch -AutoReqProv: No - -%description lexikon-doc -Documentation for lexikon - -%package lineno -Provides: tex-lineno = %{tl_version} -License: LPPL -Summary: Line numbers on paragraphs -Version: svn21442.4.41 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(ltabptch.sty) -Requires: tex(finstrut.sty) -Provides: tex(ednmath0.sty) = %{tl_version} -Provides: tex(edtable.sty) = %{tl_version} -Provides: tex(fnlineno.sty) = %{tl_version} -Provides: tex(lineno.sty) = %{tl_version} -Provides: tex(vplref.sty) = %{tl_version} - -%description lineno -Adds line numbers to selected paragraphs with reference -possible through the LaTeX \ref and \pageref cross reference -mechanism. Line numbering may be extended to footnote lines, -using the fnlineno package. - -date: 2011-02-16 17:09:51 +0100 - -%post lineno -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lineno -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lineno -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lineno-doc -Summary: Documentation for lineno -Version: svn21442.4.41 -Release: %{tl_noarch_release} -Provides: tex-lineno-doc -BuildArch: noarch -AutoReqProv: No - -%description lineno-doc -Documentation for lineno - -%package linguex -Provides: tex-linguex = %{tl_version} -License: LPPL -Summary: Format linguists' examples -Version: svn19440.4.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(cgloss4e.sty) -Requires: tex(tree-dvips.sty) -Provides: tex(linguex.sty) = %{tl_version} -Provides: tex(linguho.sty) = %{tl_version} -Provides: tex(ps-trees.sty) = %{tl_version} - -%description linguex -This bundle comprises two packages: - The linguex package -facilitates the formatting of linguist examples, automatically -taking care of example numbering, indentations, indexed -brackets, and the '*' in grammaticality judgments. - The ps- -trees package provides linguistic trees, building on the macros -of tree-dvips, but overcoming some of the older package's -shortcomings. - -date: 2010-06-01 09:12:12 +0200 - -%post linguex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun linguex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans linguex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package linguex-doc -Summary: Documentation for linguex -Version: svn19440.4.3 -Release: %{tl_noarch_release} -Provides: tex-linguex-doc -BuildArch: noarch -AutoReqProv: No - -%description linguex-doc -Documentation for linguex - -%package liturg -Provides: tex-liturg = %{tl_version} -License: LPPL -Summary: Support for typesetting Catholic liturgical texts -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(color.sty) -Requires: tex(lettrine.sty) -Requires: tex(ecclesiastic.sty) -Provides: tex(liturg.sty) = %{tl_version} - -%description liturg -The packages offers simple macros for typesetting Catholic -liturgical texts, particularly Missal and Breviary texts. The -package assumes availability of Latin typesetting packages. - -date: 2008-09-08 11:32:46 +0200 - -%post liturg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun liturg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans liturg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package liturg-doc -Summary: Documentation for liturg -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-liturg-doc -BuildArch: noarch -AutoReqProv: No - -%description liturg-doc -Documentation for liturg - -%package parallel -Provides: tex-parallel = %{tl_version} -License: LPPL -Summary: Typeset parallel texts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parallel.sty) = %{tl_version} - -%description parallel -Provides a parallel environment which allows two potentially -different texts to be typeset in two columns, while maintaining -alignment. The two columns may be on the same page, or on -facing pages. This arrangement of text is commonly used when -typesetting translations, but it can have value when comparing -any two texts. - -date: 2007-01-12 20:52:49 +0100 - -%post parallel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun parallel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans parallel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package parallel-doc -Summary: Documentation for parallel -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-parallel-doc -BuildArch: noarch -AutoReqProv: No - -%description parallel-doc -Documentation for parallel - -%package parrun -Provides: tex-parrun = %{tl_version} -License: LPPL -Summary: Typesets (two) streams of text running parallel -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(parrun.sty) = %{tl_version} - -%description parrun -For typesetting translated text and the original source, -parallel on the same page, one above the other. - -date: 2009-09-20 00:02:29 +0200 - -%post parrun -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun parrun -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans parrun -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package parrun-doc -Summary: Documentation for parrun -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-parrun-doc -BuildArch: noarch -AutoReqProv: No - -%description parrun-doc -Documentation for parrun - -%package plari -Provides: tex-plari = %{tl_version} -License: GPL+ -Summary: Typesetting stageplay scripts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(plari.cls) = %{tl_version} - -%description plari -Plari (the name comes from the Finnish usage for the working -copy of a play) is a report-alike class, without section -headings, and with paragraphs vertically separated rather than -indented. - -date: 2007-02-26 21:26:45 +0100 - -%post plari -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plari -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plari -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plari-doc -Summary: Documentation for plari -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-plari-doc -BuildArch: noarch -AutoReqProv: No - -%description plari-doc -Documentation for plari - -%package play -Provides: tex-play = %{tl_version} -License: LPPL -Summary: Typeset drama using LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(play.cls) = %{tl_version} -Provides: tex(play.sty) = %{tl_version} - -%description play -A class and style file that supports the typesetting of plays, -including options for line numbering. - -date: 2007-01-13 20:56:44 +0100 - -%post play -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun play -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans play -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package play-doc -Summary: Documentation for play -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-play-doc -BuildArch: noarch -AutoReqProv: No - -%description play-doc -Documentation for play - -%package poemscol -Provides: tex-poemscol = %{tl_version} -License: LPPL 1.2 -Summary: Typesetting Critical Editions of Poetry -Version: svn29072.2.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(poemscol.sty) = %{tl_version} - -%description poemscol -The package offers LaTeX macros for typesetting critical -editions of poetry. Its features include automatic -linenumbering, generation of separate endnotes sections for -emendations, textual collations, and explanatory notes, special -marking for cases in which page breaks occur during stanza -breaks, running headers of the form 'Notes to pp. xx-yy' for -the notes sections, index of titles and first lines, and -automatic generation of a table of contents. - -date: 2013-02-10 14:30:42 +0100 - -%post poemscol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun poemscol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans poemscol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package poemscol-doc -Summary: Documentation for poemscol -Version: svn29072.2.61 -Release: %{tl_noarch_release} -Provides: tex-poemscol-doc -BuildArch: noarch -AutoReqProv: No - -%description poemscol-doc -Documentation for poemscol - -%package poetrytex -Provides: tex-poetrytex = %{tl_version} -License: LPPL 1.3 -Summary: Typeset anthologies of poetry -Version: svn29347.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(hyperref.sty) -Provides: tex(poetrytex.sty) = %{tl_version} - -%description poetrytex -The package is designed to aid in the management and formatting -of anthologies of poetry and other writings; it does not -concern itself with actually typesettinig the verse itself. - -date: 2013-03-11 00:44:39 +0100 - -%post poetrytex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun poetrytex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans poetrytex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package poetrytex-doc -Summary: Documentation for poetrytex -Version: svn29347.1.4 -Release: %{tl_noarch_release} -Provides: tex-poetrytex-doc -BuildArch: noarch -AutoReqProv: No - -%description poetrytex-doc -Documentation for poetrytex - -%package qobitree -Provides: tex-qobitree = %{tl_version} -License: LPPL -Summary: LaTeX macros for typesetting trees -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(qobitree.tex) = %{tl_version} - -%description qobitree -Provides commands \branch and \leaf for specifying the elements -of the tree; you build up your tree with those commands, and -then issue the \tree command to typeset the whole. - -date: 2008-11-30 00:16:40 +0100 - -%post qobitree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qobitree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qobitree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qobitree-doc -Summary: Documentation for qobitree -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-qobitree-doc -BuildArch: noarch -AutoReqProv: No - -%description qobitree-doc -Documentation for qobitree - -%package qtree -Provides: tex-qtree = %{tl_version} -License: LPPL -Summary: Draw tree structures -Version: svn15878.3.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pict2e.sty) -Provides: tex(qtree.sty) = %{tl_version} - -%description qtree -The package offers support for drawing tree diagrams, and is -especially suitable for linguistics use. It allows trees to be -specified in a simple bracket notation, automatically -calculates branch sizes, and supports both DVI/PostScript and -PDF output by use of pict2e facilities. The package is a -development of the existing qobitree package, offering a new -front end. - -date: 2009-01-24 16:10:54 +0100 - -%post qtree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qtree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qtree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qtree-doc -Summary: Documentation for qtree -Version: svn15878.3.1b -Release: %{tl_noarch_release} -Provides: tex-qtree-doc -BuildArch: noarch -AutoReqProv: No - -%description qtree-doc -Documentation for qtree - -%package rrgtrees -Provides: tex-rrgtrees = %{tl_version} -License: LPPL -Summary: Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX -Version: svn27322.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Provides: tex(rrgtrees.sty) = %{tl_version} - -%description rrgtrees -A set of LaTeX macros that makes it easy to produce linguistic -tree diagrams suitable for Role and Reference Grammar (RRG). -This package allows the construction of trees with crossing -lines, as is required by this theory for many languages. There -is no known limit on number of tree nodes or levels. Requires -the pst-node and pst-tree LaTeX packages. - -date: 2012-02-10 18:28:55 +0100 - -%post rrgtrees -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rrgtrees -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rrgtrees -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rrgtrees-doc -Summary: Documentation for rrgtrees -Version: svn27322.1.1 -Release: %{tl_noarch_release} -Provides: tex-rrgtrees-doc -BuildArch: noarch -AutoReqProv: No - -%description rrgtrees-doc -Documentation for rrgtrees - -%package rtklage -Provides: tex-rtklage = %{tl_version} -License: LPPL -Summary: A package for German lawyers -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(twoopt.sty) -Requires: tex(ifthen.sty) -Requires: tex(scrdate.sty) -Requires: tex(calc.sty) -Requires: tex(numprint.sty) -Requires: tex(scrpage2.sty) -Requires: tex(alphanum.sty) -Requires: tex(eso-pic.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(xspace.sty) -Provides: tex(rtklage.cls) = %{tl_version} - -%description rtklage -RATeX is a newly developed bundle of packages and classes -provided for German lawyers. Now in the early beginning it only -contains rtklage, a class to make lawsuits. - -date: 2006-02-07 18:31:12 +0100 - -%post rtklage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rtklage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rtklage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rtklage-doc -Summary: Documentation for rtklage -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-rtklage-doc -BuildArch: noarch -AutoReqProv: No - -%description rtklage-doc -Documentation for rtklage - -%package screenplay -Provides: tex-screenplay = %{tl_version} -License: GPL+ -Summary: A class file to typeset screenplays -Version: svn27223.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(courier.sty) -Provides: tex(hardmarg.sty) = %{tl_version} -Provides: tex(screenplay.cls) = %{tl_version} - -%description screenplay -The class implements the format recommended by the Academy of -Motion Picture Arts and Sciences. - -date: 2012-07-04 00:53:20 +0200 - -%post screenplay -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun screenplay -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans screenplay -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package screenplay-doc -Summary: Documentation for screenplay -Version: svn27223.1.6 -Release: %{tl_noarch_release} -Provides: tex-screenplay-doc -BuildArch: noarch -AutoReqProv: No - -%description screenplay-doc -Documentation for screenplay - -%package sides -Provides: tex-sides = %{tl_version} -License: GPL+ -Summary: A LaTeX class for typesetting stage plays -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sides.cls) = %{tl_version} - -%description sides -This is a LaTeX class for typesetting stage plays, based on the -plari class written by Antti-Juhani Kaijanaho in 1998. It has -been updated and several formatting changes have been made to -it--most noticibly there are no longer orphans. - -date: 2007-02-26 21:24:31 +0100 - -%post sides -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sides -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sides -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sides-doc -Summary: Documentation for sides -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-sides-doc -BuildArch: noarch -AutoReqProv: No - -%description sides-doc -Documentation for sides - -%package stage -Provides: tex-stage = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX class for stage plays -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(extramarks.sty) -Provides: tex(stage.cls) = %{tl_version} - -%description stage -Stage.cls is a LaTeX class for creating plays of any length in -a standard manuscript format for production and submission. - -date: 2006-11-06 12:20:58 +0100 - -%post stage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stage-doc -Summary: Documentation for stage -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-stage-doc -BuildArch: noarch -AutoReqProv: No - -%description stage-doc -Documentation for stage - -%package tree-dvips -Provides: tex-tree-dvips = %{tl_version} -License: LPPL -Summary: Trees and other linguists' macros -Version: svn21751.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lingmacros.sty) = %{tl_version} -Provides: tex(tree-dvips.sty) = %{tl_version} - -%description tree-dvips -The package defines a mechanism for specifying connected trees -that uses a tabular environment to generate node positions. The -package uses PostScript code, loaded by dvips, so output can -only be generated by use of dvips. The package lingmacros.sty -defines a few macros for linguists: \enumsentence for -enumerating sentence examples, simple tabular-based non- -connected tree macros, and gloss macros. - -date: 2011-03-14 14:09:23 +0100 - -%post tree-dvips -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tree-dvips -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tree-dvips -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tree-dvips-doc -Summary: Documentation for tree-dvips -Version: svn21751.91 -Release: %{tl_noarch_release} -Provides: tex-tree-dvips-doc -BuildArch: noarch -AutoReqProv: No - -%description tree-dvips-doc -Documentation for tree-dvips - -%package verse -Provides: tex-verse = %{tl_version} -License: LPPL -Summary: Aids for typesetting simple verse -Version: svn15878.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(verse.sty) = %{tl_version} - -%description verse -The package documentation discusses approaches to the problem; -the package is strong on layout, from simple alternate-line -indentation to the Mouse's tale from Alice in Wonderland. - -date: 2009-09-04 12:14:45 +0200 - -%post verse -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun verse -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans verse -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package verse-doc -Summary: Documentation for verse -Version: svn15878.2.4 -Release: %{tl_noarch_release} -Provides: tex-verse-doc -BuildArch: noarch -AutoReqProv: No - -%description verse-doc -Documentation for verse - -%package xyling -Provides: tex-xyling = %{tl_version} -License: LPPL -Summary: Draw syntactic trees, etc., for linguistics literature, using xy-pic -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xy.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Provides: tex(xyling.sty) = %{tl_version} - -%description xyling -The macros in this package model the construction of linguistic -tree structures as a genuinely graphical problem: they contain -two types of objects, BRANCHES and NODE LABELS, and these are -positioned relative to a GRID. It is essential that each of -these three elements is constructed independent of the other -two, and hence they can be modified without unwanted side -effects. The macros are based on the xy-pic package. - -date: 2007-03-13 09:23:19 +0100 - -%post xyling -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xyling -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xyling -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xyling-doc -Summary: Documentation for xyling -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-xyling-doc -BuildArch: noarch -AutoReqProv: No - -%description xyling-doc -Documentation for xyling - -%package collection-langafrican -Summary: African scripts -Version: svn21061.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-ethiop -Requires: tex-ethiop-t1 -Requires: tex-fc -Requires: tex-hyphen-ethiopic -Requires: texlive-collection-basic - -%description collection-langafrican -Support for typesetting some African scripts - -%package ethiop -Provides: tex-ethiop = %{tl_version} -License: GPL+ -Summary: LaTeX macros and fonts for typesetting Amharic -Version: svn15878.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(etha10.tfm) = %{tl_version} -Provides: tex(etha6.tfm) = %{tl_version} -Provides: tex(etha7.tfm) = %{tl_version} -Provides: tex(etha8.tfm) = %{tl_version} -Provides: tex(ethab10.tfm) = %{tl_version} -Provides: tex(ethab11.tfm) = %{tl_version} -Provides: tex(ethab12.tfm) = %{tl_version} -Provides: tex(ethab14.tfm) = %{tl_version} -Provides: tex(ethab18.tfm) = %{tl_version} -Provides: tex(ethab24.tfm) = %{tl_version} -Provides: tex(ethab36.tfm) = %{tl_version} -Provides: tex(ethab9.tfm) = %{tl_version} -Provides: tex(ethas10.tfm) = %{tl_version} -Provides: tex(ethasb10.tfm) = %{tl_version} -Provides: tex(ethasb11.tfm) = %{tl_version} -Provides: tex(ethasb12.tfm) = %{tl_version} -Provides: tex(ethasb14.tfm) = %{tl_version} -Provides: tex(ethasb18.tfm) = %{tl_version} -Provides: tex(ethasb24.tfm) = %{tl_version} -Provides: tex(ethasb36.tfm) = %{tl_version} -Provides: tex(ethasb9.tfm) = %{tl_version} -Provides: tex(ethatt10.tfm) = %{tl_version} -Provides: tex(ethb10.tfm) = %{tl_version} -Provides: tex(ethb6.tfm) = %{tl_version} -Provides: tex(ethb7.tfm) = %{tl_version} -Provides: tex(ethb8.tfm) = %{tl_version} -Provides: tex(ethbb10.tfm) = %{tl_version} -Provides: tex(ethbb11.tfm) = %{tl_version} -Provides: tex(ethbb12.tfm) = %{tl_version} -Provides: tex(ethbb14.tfm) = %{tl_version} -Provides: tex(ethbb18.tfm) = %{tl_version} -Provides: tex(ethbb24.tfm) = %{tl_version} -Provides: tex(ethbb36.tfm) = %{tl_version} -Provides: tex(ethbb9.tfm) = %{tl_version} -Provides: tex(ethbs10.tfm) = %{tl_version} -Provides: tex(ethbsb10.tfm) = %{tl_version} -Provides: tex(ethbsb11.tfm) = %{tl_version} -Provides: tex(ethbsb12.tfm) = %{tl_version} -Provides: tex(ethbsb14.tfm) = %{tl_version} -Provides: tex(ethbsb18.tfm) = %{tl_version} -Provides: tex(ethbsb24.tfm) = %{tl_version} -Provides: tex(ethbsb36.tfm) = %{tl_version} -Provides: tex(ethbsb9.tfm) = %{tl_version} -Provides: tex(ethbtt10.tfm) = %{tl_version} -Provides: tex(etharab.sty) = %{tl_version} -Provides: tex(ethiop.ldf) = %{tl_version} -Provides: tex(ethiop.sty) = %{tl_version} -Provides: tex(uetha.fd) = %{tl_version} -Provides: tex(uethb.fd) = %{tl_version} -Provides: tex(uetho.fd) = %{tl_version} - -%description ethiop -Ethiopian language support for the babel package, including a -collection of fonts and TeX macros for typesetting the -characters of the languages of Ethiopia, with MetaFont fonts -based on EthTeX's. - -date: 2007-02-14 08:57:40 +0100 - -%post ethiop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ethiop -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ethiop -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ethiop-doc -Summary: Documentation for ethiop -Version: svn15878.0.7 -Release: %{tl_noarch_release} -Provides: tex-ethiop-doc -BuildArch: noarch -AutoReqProv: No - -%description ethiop-doc -Documentation for ethiop - -%package ethiop-t1 -Provides: tex-ethiop-t1 = %{tl_version} -License: GPL+ -Summary: Type 1 versions of Amharic fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(ethiop.map) = %{tl_version} -Provides: tex(etha10.pfb) = %{tl_version} -Provides: tex(etha6.pfb) = %{tl_version} -Provides: tex(etha7.pfb) = %{tl_version} -Provides: tex(etha8.pfb) = %{tl_version} -Provides: tex(ethab10.pfb) = %{tl_version} -Provides: tex(ethab11.pfb) = %{tl_version} -Provides: tex(ethab12.pfb) = %{tl_version} -Provides: tex(ethab14.pfb) = %{tl_version} -Provides: tex(ethab18.pfb) = %{tl_version} -Provides: tex(ethab24.pfb) = %{tl_version} -Provides: tex(ethab36.pfb) = %{tl_version} -Provides: tex(ethab9.pfb) = %{tl_version} -Provides: tex(ethas10.pfb) = %{tl_version} -Provides: tex(ethasb10.pfb) = %{tl_version} -Provides: tex(ethasb11.pfb) = %{tl_version} -Provides: tex(ethasb12.pfb) = %{tl_version} -Provides: tex(ethasb14.pfb) = %{tl_version} -Provides: tex(ethasb18.pfb) = %{tl_version} -Provides: tex(ethasb24.pfb) = %{tl_version} -Provides: tex(ethasb36.pfb) = %{tl_version} -Provides: tex(ethasb9.pfb) = %{tl_version} -Provides: tex(ethatt10.pfb) = %{tl_version} -Provides: tex(ethb10.pfb) = %{tl_version} -Provides: tex(ethb6.pfb) = %{tl_version} -Provides: tex(ethb7.pfb) = %{tl_version} -Provides: tex(ethb8.pfb) = %{tl_version} -Provides: tex(ethbb10.pfb) = %{tl_version} -Provides: tex(ethbb11.pfb) = %{tl_version} -Provides: tex(ethbb12.pfb) = %{tl_version} -Provides: tex(ethbb14.pfb) = %{tl_version} -Provides: tex(ethbb18.pfb) = %{tl_version} -Provides: tex(ethbb24.pfb) = %{tl_version} -Provides: tex(ethbb36.pfb) = %{tl_version} -Provides: tex(ethbb9.pfb) = %{tl_version} -Provides: tex(ethbs10.pfb) = %{tl_version} -Provides: tex(ethbsb10.pfb) = %{tl_version} -Provides: tex(ethbsb11.pfb) = %{tl_version} -Provides: tex(ethbsb12.pfb) = %{tl_version} -Provides: tex(ethbsb14.pfb) = %{tl_version} -Provides: tex(ethbsb18.pfb) = %{tl_version} -Provides: tex(ethbsb24.pfb) = %{tl_version} -Provides: tex(ethbsb36.pfb) = %{tl_version} -Provides: tex(ethbsb9.pfb) = %{tl_version} -Provides: tex(ethbtt10.pfb) = %{tl_version} - -%description ethiop-t1 -These fonts are drop-in Adobe type 1 replacements for the fonts -of the ethiop package. - -date: 2007-02-14 08:57:40 +0100 - -%post ethiop-t1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap ethiop.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap ethiop.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ethiop-t1 -if [ $1 == 0 ] ; then -sed -i '/^MixedMap ethiop.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ethiop-t1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ethiop-t1-doc -Summary: Documentation for ethiop-t1 -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ethiop-t1-doc -BuildArch: noarch -AutoReqProv: No - -%description ethiop-t1-doc -Documentation for ethiop-t1 - -%package fc -Provides: tex-fc = %{tl_version} -License: GPLv2+ -Summary: Fonts for African languages -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(newlfont.sty) -Requires: tex(fontenc.sty) -Provides: tex(fcbx10.tfm) = %{tl_version} -Provides: tex(fcbx11.tfm) = %{tl_version} -Provides: tex(fcbx12.tfm) = %{tl_version} -Provides: tex(fcbx14.tfm) = %{tl_version} -Provides: tex(fcbx17.tfm) = %{tl_version} -Provides: tex(fcbx20.tfm) = %{tl_version} -Provides: tex(fcbx25.tfm) = %{tl_version} -Provides: tex(fcbx5.tfm) = %{tl_version} -Provides: tex(fcbx6.tfm) = %{tl_version} -Provides: tex(fcbx7.tfm) = %{tl_version} -Provides: tex(fcbx8.tfm) = %{tl_version} -Provides: tex(fcbx9.tfm) = %{tl_version} -Provides: tex(fcbxi10.tfm) = %{tl_version} -Provides: tex(fcbxi11.tfm) = %{tl_version} -Provides: tex(fcbxi12.tfm) = %{tl_version} -Provides: tex(fcbxi14.tfm) = %{tl_version} -Provides: tex(fcbxi17.tfm) = %{tl_version} -Provides: tex(fcbxi20.tfm) = %{tl_version} -Provides: tex(fcbxi25.tfm) = %{tl_version} -Provides: tex(fcbxi5.tfm) = %{tl_version} -Provides: tex(fcbxi6.tfm) = %{tl_version} -Provides: tex(fcbxi7.tfm) = %{tl_version} -Provides: tex(fcbxi8.tfm) = %{tl_version} -Provides: tex(fcbxi9.tfm) = %{tl_version} -Provides: tex(fcbxsl10.tfm) = %{tl_version} -Provides: tex(fcbxsl11.tfm) = %{tl_version} -Provides: tex(fcbxsl12.tfm) = %{tl_version} -Provides: tex(fcbxsl14.tfm) = %{tl_version} -Provides: tex(fcbxsl17.tfm) = %{tl_version} -Provides: tex(fcbxsl20.tfm) = %{tl_version} -Provides: tex(fcbxsl25.tfm) = %{tl_version} -Provides: tex(fcbxsl5.tfm) = %{tl_version} -Provides: tex(fcbxsl6.tfm) = %{tl_version} -Provides: tex(fcbxsl7.tfm) = %{tl_version} -Provides: tex(fcbxsl8.tfm) = %{tl_version} -Provides: tex(fcbxsl9.tfm) = %{tl_version} -Provides: tex(fcbxu10.tfm) = %{tl_version} -Provides: tex(fcbxu11.tfm) = %{tl_version} -Provides: tex(fcbxu12.tfm) = %{tl_version} -Provides: tex(fcbxu14.tfm) = %{tl_version} -Provides: tex(fcbxu17.tfm) = %{tl_version} -Provides: tex(fcbxu20.tfm) = %{tl_version} -Provides: tex(fcbxu25.tfm) = %{tl_version} -Provides: tex(fcbxu5.tfm) = %{tl_version} -Provides: tex(fcbxu6.tfm) = %{tl_version} -Provides: tex(fcbxu7.tfm) = %{tl_version} -Provides: tex(fcbxu8.tfm) = %{tl_version} -Provides: tex(fcbxu9.tfm) = %{tl_version} -Provides: tex(fccsc10.tfm) = %{tl_version} -Provides: tex(fccsc11.tfm) = %{tl_version} -Provides: tex(fccsc12.tfm) = %{tl_version} -Provides: tex(fccsc14.tfm) = %{tl_version} -Provides: tex(fccsc17.tfm) = %{tl_version} -Provides: tex(fccsc20.tfm) = %{tl_version} -Provides: tex(fccsc25.tfm) = %{tl_version} -Provides: tex(fccsc5.tfm) = %{tl_version} -Provides: tex(fccsc6.tfm) = %{tl_version} -Provides: tex(fccsc7.tfm) = %{tl_version} -Provides: tex(fccsc8.tfm) = %{tl_version} -Provides: tex(fccsc9.tfm) = %{tl_version} -Provides: tex(fci10.tfm) = %{tl_version} -Provides: tex(fci11.tfm) = %{tl_version} -Provides: tex(fci12.tfm) = %{tl_version} -Provides: tex(fci14.tfm) = %{tl_version} -Provides: tex(fci17.tfm) = %{tl_version} -Provides: tex(fci20.tfm) = %{tl_version} -Provides: tex(fci25.tfm) = %{tl_version} -Provides: tex(fci5.tfm) = %{tl_version} -Provides: tex(fci6.tfm) = %{tl_version} -Provides: tex(fci7.tfm) = %{tl_version} -Provides: tex(fci8.tfm) = %{tl_version} -Provides: tex(fci9.tfm) = %{tl_version} -Provides: tex(fcitt10.tfm) = %{tl_version} -Provides: tex(fcitt11.tfm) = %{tl_version} -Provides: tex(fcitt12.tfm) = %{tl_version} -Provides: tex(fcitt14.tfm) = %{tl_version} -Provides: tex(fcitt17.tfm) = %{tl_version} -Provides: tex(fcitt20.tfm) = %{tl_version} -Provides: tex(fcitt25.tfm) = %{tl_version} -Provides: tex(fcitt5.tfm) = %{tl_version} -Provides: tex(fcitt6.tfm) = %{tl_version} -Provides: tex(fcitt7.tfm) = %{tl_version} -Provides: tex(fcitt8.tfm) = %{tl_version} -Provides: tex(fcitt9.tfm) = %{tl_version} -Provides: tex(fcr10.tfm) = %{tl_version} -Provides: tex(fcr11.tfm) = %{tl_version} -Provides: tex(fcr12.tfm) = %{tl_version} -Provides: tex(fcr14.tfm) = %{tl_version} -Provides: tex(fcr17.tfm) = %{tl_version} -Provides: tex(fcr20.tfm) = %{tl_version} -Provides: tex(fcr25.tfm) = %{tl_version} -Provides: tex(fcr5.tfm) = %{tl_version} -Provides: tex(fcr6.tfm) = %{tl_version} -Provides: tex(fcr7.tfm) = %{tl_version} -Provides: tex(fcr8.tfm) = %{tl_version} -Provides: tex(fcr9.tfm) = %{tl_version} -Provides: tex(fcsibx10.tfm) = %{tl_version} -Provides: tex(fcsibx11.tfm) = %{tl_version} -Provides: tex(fcsibx12.tfm) = %{tl_version} -Provides: tex(fcsibx14.tfm) = %{tl_version} -Provides: tex(fcsibx17.tfm) = %{tl_version} -Provides: tex(fcsibx20.tfm) = %{tl_version} -Provides: tex(fcsibx25.tfm) = %{tl_version} -Provides: tex(fcsibx5.tfm) = %{tl_version} -Provides: tex(fcsibx6.tfm) = %{tl_version} -Provides: tex(fcsibx7.tfm) = %{tl_version} -Provides: tex(fcsibx8.tfm) = %{tl_version} -Provides: tex(fcsibx9.tfm) = %{tl_version} -Provides: tex(fcsitt10.tfm) = %{tl_version} -Provides: tex(fcsitt11.tfm) = %{tl_version} -Provides: tex(fcsitt12.tfm) = %{tl_version} -Provides: tex(fcsitt14.tfm) = %{tl_version} -Provides: tex(fcsitt17.tfm) = %{tl_version} -Provides: tex(fcsitt20.tfm) = %{tl_version} -Provides: tex(fcsitt25.tfm) = %{tl_version} -Provides: tex(fcsitt5.tfm) = %{tl_version} -Provides: tex(fcsitt6.tfm) = %{tl_version} -Provides: tex(fcsitt7.tfm) = %{tl_version} -Provides: tex(fcsitt8.tfm) = %{tl_version} -Provides: tex(fcsitt9.tfm) = %{tl_version} -Provides: tex(fcsl10.tfm) = %{tl_version} -Provides: tex(fcsl11.tfm) = %{tl_version} -Provides: tex(fcsl12.tfm) = %{tl_version} -Provides: tex(fcsl14.tfm) = %{tl_version} -Provides: tex(fcsl17.tfm) = %{tl_version} -Provides: tex(fcsl20.tfm) = %{tl_version} -Provides: tex(fcsl25.tfm) = %{tl_version} -Provides: tex(fcsl5.tfm) = %{tl_version} -Provides: tex(fcsl6.tfm) = %{tl_version} -Provides: tex(fcsl7.tfm) = %{tl_version} -Provides: tex(fcsl8.tfm) = %{tl_version} -Provides: tex(fcsl9.tfm) = %{tl_version} -Provides: tex(fcss10.tfm) = %{tl_version} -Provides: tex(fcss11.tfm) = %{tl_version} -Provides: tex(fcss12.tfm) = %{tl_version} -Provides: tex(fcss14.tfm) = %{tl_version} -Provides: tex(fcss17.tfm) = %{tl_version} -Provides: tex(fcss20.tfm) = %{tl_version} -Provides: tex(fcss25.tfm) = %{tl_version} -Provides: tex(fcss5.tfm) = %{tl_version} -Provides: tex(fcss6.tfm) = %{tl_version} -Provides: tex(fcss7.tfm) = %{tl_version} -Provides: tex(fcss8.tfm) = %{tl_version} -Provides: tex(fcss9.tfm) = %{tl_version} -Provides: tex(fcssbx10.tfm) = %{tl_version} -Provides: tex(fcssbx11.tfm) = %{tl_version} -Provides: tex(fcssbx12.tfm) = %{tl_version} -Provides: tex(fcssbx14.tfm) = %{tl_version} -Provides: tex(fcssbx17.tfm) = %{tl_version} -Provides: tex(fcssbx20.tfm) = %{tl_version} -Provides: tex(fcssbx25.tfm) = %{tl_version} -Provides: tex(fcssbx5.tfm) = %{tl_version} -Provides: tex(fcssbx6.tfm) = %{tl_version} -Provides: tex(fcssbx7.tfm) = %{tl_version} -Provides: tex(fcssbx8.tfm) = %{tl_version} -Provides: tex(fcssbx9.tfm) = %{tl_version} -Provides: tex(fcssi10.tfm) = %{tl_version} -Provides: tex(fcssi11.tfm) = %{tl_version} -Provides: tex(fcssi12.tfm) = %{tl_version} -Provides: tex(fcssi14.tfm) = %{tl_version} -Provides: tex(fcssi17.tfm) = %{tl_version} -Provides: tex(fcssi20.tfm) = %{tl_version} -Provides: tex(fcssi25.tfm) = %{tl_version} -Provides: tex(fcssi5.tfm) = %{tl_version} -Provides: tex(fcssi6.tfm) = %{tl_version} -Provides: tex(fcssi7.tfm) = %{tl_version} -Provides: tex(fcssi8.tfm) = %{tl_version} -Provides: tex(fcssi9.tfm) = %{tl_version} -Provides: tex(fcsstt10.tfm) = %{tl_version} -Provides: tex(fcsstt11.tfm) = %{tl_version} -Provides: tex(fcsstt12.tfm) = %{tl_version} -Provides: tex(fcsstt14.tfm) = %{tl_version} -Provides: tex(fcsstt17.tfm) = %{tl_version} -Provides: tex(fcsstt20.tfm) = %{tl_version} -Provides: tex(fcsstt25.tfm) = %{tl_version} -Provides: tex(fcsstt5.tfm) = %{tl_version} -Provides: tex(fcsstt6.tfm) = %{tl_version} -Provides: tex(fcsstt7.tfm) = %{tl_version} -Provides: tex(fcsstt8.tfm) = %{tl_version} -Provides: tex(fcsstt9.tfm) = %{tl_version} -Provides: tex(fctt10.tfm) = %{tl_version} -Provides: tex(fctt11.tfm) = %{tl_version} -Provides: tex(fctt12.tfm) = %{tl_version} -Provides: tex(fctt14.tfm) = %{tl_version} -Provides: tex(fctt17.tfm) = %{tl_version} -Provides: tex(fctt20.tfm) = %{tl_version} -Provides: tex(fctt25.tfm) = %{tl_version} -Provides: tex(fctt5.tfm) = %{tl_version} -Provides: tex(fctt6.tfm) = %{tl_version} -Provides: tex(fctt7.tfm) = %{tl_version} -Provides: tex(fctt8.tfm) = %{tl_version} -Provides: tex(fctt9.tfm) = %{tl_version} -Provides: tex(fcu10.tfm) = %{tl_version} -Provides: tex(fcu11.tfm) = %{tl_version} -Provides: tex(fcu12.tfm) = %{tl_version} -Provides: tex(fcu14.tfm) = %{tl_version} -Provides: tex(fcu17.tfm) = %{tl_version} -Provides: tex(fcu20.tfm) = %{tl_version} -Provides: tex(fcu25.tfm) = %{tl_version} -Provides: tex(fcu5.tfm) = %{tl_version} -Provides: tex(fcu6.tfm) = %{tl_version} -Provides: tex(fcu7.tfm) = %{tl_version} -Provides: tex(fcu8.tfm) = %{tl_version} -Provides: tex(fcu9.tfm) = %{tl_version} -Provides: tex(fclfont.sty) = %{tl_version} -Provides: tex(fcuse.sty) = %{tl_version} -Provides: tex(t4cmr.fd) = %{tl_version} -Provides: tex(t4cmss.fd) = %{tl_version} -Provides: tex(t4cmtt.fd) = %{tl_version} -Provides: tex(t4enc.def) = %{tl_version} -Provides: tex(t4fcr.fd) = %{tl_version} -Provides: tex(t4phonet.sty) = %{tl_version} - -%description fc -The fonts are provided as MetaFont source, in the familiar -arrangement of lots of (autogenerated) preamble files and a -modest set of glyph specifications. (A similar arrangement -appears in the ec and lh font bundles.) - -date: 2009-08-26 22:28:30 +0200 - -%post fc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fc-doc -Summary: Documentation for fc -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-fc-doc -BuildArch: noarch -AutoReqProv: No - -%description fc-doc -Documentation for fc - -%package hyphen-ethiopic -Provides: tex-hyphen-ethiopic = %{tl_version} -License: LPPL -Summary: Hyphenation patterns for Ethiopic scripts -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-ethiopic -Hyphenation patterns for languages written using the Ethiopic -script for Unicode engines. They are not supposed to be -linguistically relevant in all cases and should, for proper -typography, be replaced by files tailored to individual -languages. - -%post hyphen-ethiopic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/ethiopic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ethiopic loadhyph-mul-ethi.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=amharic/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=amharic" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=geez/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=geez" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-ethiopic -if [ $1 == 0 ] ; then -sed -i '/ethiopic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=amharic/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=geez/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-ethiopic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langarabic -Summary: Arabic -Version: svn29659.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-amiri -Requires: tex-arabi -Requires: tex-arabtex -Requires: tex-bidi -Requires: tex-ghab -Requires: tex-hyphen-arabic -Requires: tex-hyphen-farsi -Requires: tex-imsproc -Requires: tex-persian-bib -Requires: tex-persian-hm-ftx -Requires: tex-persian-hm-xbs -Requires: tex-persian-modern -Requires: tex-tram -Requires: texlive-collection-basic - -%description collection-langarabic -Support for typesetting Arabic and Persian. - -%package ghab -Provides: tex-ghab = %{tl_version} -License: LPPL -Summary: Typeset ghab boxes in LaTeX -Version: svn29701.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(biditools.sty) -Provides: tex(ghab.sty) = %{tl_version} - -%description ghab -The package defines a command \darghab that will typeset its -argument in a box with a decorated frame. The width of the box -may be set using an optional argument. - -date: 2013-04-05 13:20:40 +0200 - -%post ghab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ghab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ghab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ghab-doc -Summary: Documentation for ghab -Version: svn29701.0.5 -Release: %{tl_noarch_release} -Provides: tex-ghab-doc -BuildArch: noarch -AutoReqProv: No - -%description ghab-doc -Documentation for ghab - -%package hyphen-arabic -Provides: tex-hyphen-arabic = %{tl_version} -License: LPPL -Summary: (No) Arabic hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-arabic -Prevent hyphenation in Arabic. - -%post hyphen-arabic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/arabic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "arabic zerohyph.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{arabic}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-arabic -if [ $1 == 0 ] ; then -sed -i '/arabic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-arabic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-farsi -Provides: tex-hyphen-farsi = %{tl_version} -License: LPPL -Summary: (No) Persian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-farsi -Prevent hyphenation in Persian. - -%post hyphen-farsi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/farsi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "farsi zerohyph.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=persian/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=persian" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{farsi}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{persian}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-farsi -if [ $1 == 0 ] ; then -sed -i '/farsi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=persian/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-farsi -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package imsproc -Provides: tex-imsproc = %{tl_version} -License: LPPL 1.3 -Summary: Typeset IMS conference proceedings -Version: svn29701.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amstex.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Provides: tex(imsproc.cls) = %{tl_version} - -%description imsproc -The class typesets papers for IMS (Iranian Mathematical -Society) conference proceedings. The class uses the XePersian -package. - -date: 2013-04-04 12:47:47 +0200 - -%post imsproc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun imsproc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans imsproc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package imsproc-doc -Summary: Documentation for imsproc -Version: svn29701.0.1 -Release: %{tl_noarch_release} -Provides: tex-imsproc-doc -BuildArch: noarch -AutoReqProv: No - -%description imsproc-doc -Documentation for imsproc - -%package persian-bib -Provides: tex-persian-bib = %{tl_version} -License: LPPL -Summary: Persian translations of classic BibTeX styles -Version: svn23267.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description persian-bib -Currently 7 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst, -ieeetr-fa.bst, plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst -are modified for Persian documents prepared with XePersian -(which the present package depends on). The Persian .bst files -can simultaneously handle both Latin and Persian references. A -file cp1256fa.csf is provided for correct sorting of Persian -references and three fields LANGUAGE, TRANSLATOR and AUTHORFA -are defined. - -date: 2011-07-10 22:10:07 +0200 - -%post persian-bib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun persian-bib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans persian-bib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package persian-bib-doc -Summary: Documentation for persian-bib -Version: svn23267.0.6 -Release: %{tl_noarch_release} -Provides: tex-persian-bib-doc -BuildArch: noarch -AutoReqProv: No - -%description persian-bib-doc -Documentation for persian-bib - -%package persian-hm-ftx -Provides: tex-persian-hm-ftx = %{tl_version} -License: OFSFLD -Summary: Persian fonts derived from farsitex distribution -Version: svn29700.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(HM_FTXarshia-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXarshia.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXbadr.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXelham-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXelham.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXfarnaz.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXhoma.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXjadid.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkamran.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXkoodak.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXlotoos.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXmitra.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnasim.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXnazli.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXroya-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXroya.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXsf-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXsf.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtabasm.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtitr.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXtrafik.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXyaghut.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-Bold.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-BoldOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-Italic.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-Oblique.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-Outline.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-OutlineItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-OutlineOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-Shadow.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-ShadowItalic.ttf) = %{tl_version} -Provides: tex(HM_FTXzar-ShadowOblique.ttf) = %{tl_version} -Provides: tex(HM_FTXzar.ttf) = %{tl_version} - -%description persian-hm-ftx -The bundle offers a set of 228 Persian fonts derived from -Metafont sources provided in the farsitex distribution. - -date: 2013-04-06 19:30:37 +0200 - -%post persian-hm-ftx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun persian-hm-ftx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans persian-hm-ftx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package persian-hm-ftx-doc -Summary: Documentation for persian-hm-ftx -Version: svn29700.0.11 -Release: %{tl_noarch_release} -Provides: tex-persian-hm-ftx-doc -BuildArch: noarch -AutoReqProv: No - -%description persian-hm-ftx-doc -Documentation for persian-hm-ftx - -%package persian-hm-xbs -Provides: tex-persian-hm-xbs = %{tl_version} -License: OFSFLD -Summary: Persian fonts derived from X series 2 -Version: svn29616.0.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(HM_XBKayhan-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBKayhan-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBKayhan-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBKayhan.ttf) = %{tl_version} -Provides: tex(HM_XBKayhanNavaar.ttf) = %{tl_version} -Provides: tex(HM_XBKayhanPook.ttf) = %{tl_version} -Provides: tex(HM_XBKayhanSayeh.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr-Oblique.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr-ObliqueBold.ttf) = %{tl_version} -Provides: tex(HM_XBKhoramshahr.ttf) = %{tl_version} -Provides: tex(HM_XBNiloofar-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBNiloofar-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBNiloofar-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBNiloofar.ttf) = %{tl_version} -Provides: tex(HM_XBRiyaz-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBRiyaz-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBRiyaz-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBRiyaz.ttf) = %{tl_version} -Provides: tex(HM_XBRoya-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBRoya-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBRoya-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBRoya.ttf) = %{tl_version} -Provides: tex(HM_XBShafigh-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBShafigh-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBShafigh-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBShafigh.ttf) = %{tl_version} -Provides: tex(HM_XBShafighKurd-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBShafighKurd-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBShafighKurd-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBShafighKurd.ttf) = %{tl_version} -Provides: tex(HM_XBShafighUzbek-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBShafighUzbek-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBShafighUzbek-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBShafighUzbek.ttf) = %{tl_version} -Provides: tex(HM_XBShiraz-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBShiraz-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBShiraz-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBShiraz.ttf) = %{tl_version} -Provides: tex(HM_XBSols-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBSols-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBSols-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBSols.ttf) = %{tl_version} -Provides: tex(HM_XBTabriz-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBTabriz-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBTabriz-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBTabriz.ttf) = %{tl_version} -Provides: tex(HM_XBTitre-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBTitre.ttf) = %{tl_version} -Provides: tex(HM_XBTitreShadow-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBTitreShadow.ttf) = %{tl_version} -Provides: tex(HM_XBYagut-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBYagut-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBYagut-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBYagut.ttf) = %{tl_version} -Provides: tex(HM_XBYas-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBYas-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBYas-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBYas.ttf) = %{tl_version} -Provides: tex(HM_XBZar-Bold.ttf) = %{tl_version} -Provides: tex(HM_XBZar-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XBZar-Italic.ttf) = %{tl_version} -Provides: tex(HM_XBZar-Oblique.ttf) = %{tl_version} -Provides: tex(HM_XBZar-ObliqueBold.ttf) = %{tl_version} -Provides: tex(HM_XBZar.ttf) = %{tl_version} -Provides: tex(HM_XMTraffic-Bold.ttf) = %{tl_version} -Provides: tex(HM_XMTraffic-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XMTraffic-Italic.ttf) = %{tl_version} -Provides: tex(HM_XMTraffic.ttf) = %{tl_version} -Provides: tex(HM_XMVahid-Bold.ttf) = %{tl_version} -Provides: tex(HM_XMVahid-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XMVahid-Italic.ttf) = %{tl_version} -Provides: tex(HM_XMVahid.ttf) = %{tl_version} -Provides: tex(HM_XMYermook-Bold.ttf) = %{tl_version} -Provides: tex(HM_XMYermook-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XMYermook-Italic.ttf) = %{tl_version} -Provides: tex(HM_XMYermook.ttf) = %{tl_version} -Provides: tex(HM_XPVosta-Bold.ttf) = %{tl_version} -Provides: tex(HM_XPVosta-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XPVosta-Italic.ttf) = %{tl_version} -Provides: tex(HM_XPVosta.ttf) = %{tl_version} -Provides: tex(HM_XPZiba-Bold.ttf) = %{tl_version} -Provides: tex(HM_XPZiba-BoldItalic.ttf) = %{tl_version} -Provides: tex(HM_XPZiba-Italic.ttf) = %{tl_version} -Provides: tex(HM_XPZiba.ttf) = %{tl_version} - -%description persian-hm-xbs -The bundle offers a set of 87 Persian fonts derived from X -Series 2 fonts released by Behnam at Irmug.com. In these fonts -the solid dot shape zero, ARABIC-INDIC DIGIT ZERO (uni0660, -uni066F), is changed to hollow circular zero and the glyphs -with YEH ABOVE is changed to the glyphs with HAMZA ABOVE, e.g. -ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM (uniFBA5) has -been changed to ARABIC LETTER HEH WITH HAMZA ABOVE ISOLATED -FORM. - -date: 2013-04-02 11:29:32 +0200 - -%post persian-hm-xbs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun persian-hm-xbs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans persian-hm-xbs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package persian-hm-xbs-doc -Summary: Documentation for persian-hm-xbs -Version: svn29616.0.13 -Release: %{tl_noarch_release} -Provides: tex-persian-hm-xbs-doc -BuildArch: noarch -AutoReqProv: No - -%description persian-hm-xbs-doc -Documentation for persian-hm-xbs - -%package persian-modern -Provides: tex-persian-modern = %{tl_version} -License: OFL -Summary: The "Persian Modern" family of fonts -Version: svn29701.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(persian-modern-bold.ttf) = %{tl_version} -Provides: tex(persian-modern-bolditalic.ttf) = %{tl_version} -Provides: tex(persian-modern-boldoblique.ttf) = %{tl_version} -Provides: tex(persian-modern-italic.ttf) = %{tl_version} -Provides: tex(persian-modern-italicoutline.ttf) = %{tl_version} -Provides: tex(persian-modern-italicshadow.ttf) = %{tl_version} -Provides: tex(persian-modern-oblique.ttf) = %{tl_version} -Provides: tex(persian-modern-obliqueoutline.ttf) = %{tl_version} -Provides: tex(persian-modern-obliqueshadow.ttf) = %{tl_version} -Provides: tex(persian-modern-outline.ttf) = %{tl_version} -Provides: tex(persian-modern-regular.ttf) = %{tl_version} -Provides: tex(persian-modern-shadow.ttf) = %{tl_version} - -%description persian-modern -The Persian Modern family consists of 12 fonts (based on the -"FarsiTeX Scientific fonts" released into the public domain by -the FarsiTeX project). The single set of fonts is available in -TrueType format (.ttf). Support may be available via the -ParsiLaTeX forum. - -date: 2013-04-05 13:20:40 +0200 - -%post persian-modern -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun persian-modern -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans persian-modern -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package persian-modern-doc -Summary: Documentation for persian-modern -Version: svn29701.0.3 -Release: %{tl_noarch_release} -Provides: tex-persian-modern-doc -BuildArch: noarch -AutoReqProv: No - -%description persian-modern-doc -Documentation for persian-modern - -%package tram -Provides: tex-tram = %{tl_version} -License: LPPL -Summary: Typeset tram boxes in LaTeX -Version: svn29701.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tram.sty) = %{tl_version} - -%description tram -Tram boxes are highlighted with patterns of dots; the package -defines an environment tram that typesets its content into a -tram box. The pattern used may be selected in an optional -argument to the environment. - -date: 2013-04-05 13:20:40 +0200 - -%post tram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tram-doc -Summary: Documentation for tram -Version: svn29701.0.2 -Release: %{tl_noarch_release} -Provides: tex-tram-doc -BuildArch: noarch -AutoReqProv: No - -%description tram-doc -Documentation for tram - -%package collection-langarmenian -Summary: Armenian -Version: svn20529.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic - -%description collection-langarmenian -Support for typesetting Armenian. - -%package collection-langcjk -Summary: Chinese, Japanese, Korean -Version: svn29552.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-documentation-chinese -Requires: tex-adobemapping -Requires: tex-arphic -Requires: tex-bxbase -Requires: tex-bxjscls -Requires: tex-bxpict2e -Requires: tex-c90 -Requires: tex-cjk-ko -Requires: tex-cjk -Requires: tex-cjkpunct -Requires: tex-cjkutils -Requires: tex-cns -Requires: tex-ctex -Requires: tex-dnp -Requires: tex-tlwg -Requires: tex-garuda-c90 -Requires: tex-hyphen-chinese -Requires: tex-ipaex -Requires: tex-japanese -Requires: tex-japanese-otf -Requires: tex-japanese-otf-uptex -Requires: tex-jfontmaps -Requires: tex-jsclasses -Requires: tex-luatexja -Requires: tex-nanumtype1 -Requires: tex-norasi-c90 -Requires: tex-ptex -Requires: tex-ptex2pdf -Requires: tex-pxbase -Requires: tex-pxcjkcat -Requires: tex-pxrubrica -Requires: tex-thailatex -Requires: tex-uhc -Requires: tex-uptex -Requires: tex-wadalab -Requires: tex-xpinyin -Requires: tex-zhmetrics -Requires: tex-zhnumber -Requires: tex-zhspacing -Requires: tex-zxjafbfont -Requires: tex-zxjafont -Requires: tex-zxjatype -Provides: tex(japanese) = %{tl_version} -Provides: tex(east-asian) = %{tl_version} -Obsoletes: texlive-east-asian < %{tl_version} -Obsoletes: texlive-texmf-east-asian < %{tl_version} - -%description collection-langcjk -CJK (Chinese, Japanese, Korean) macros, fonts, documentation, -also Thai since there is some overlap in the fonts. - -%package c90 -Provides: tex-c90 = %{tl_version} -License: LPPL -Summary: c90 package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(c90.enc) = %{tl_version} - -%description c90 -c90 package - -%post c90 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun c90 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans c90 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package c90-doc -Summary: Documentation for c90 -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-c90-doc -BuildArch: noarch -AutoReqProv: No - -%description c90-doc -Documentation for c90 - -%package ctex -Provides: tex-ctex = %{tl_version} -License: LPPL -Summary: LaTeX classes and packages for Chinese typesetting -Version: svn22488.1.02c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-ttfutils -Requires: tex(ctex.sty) -Provides: tex(ctexartutf8.cls) = %{tl_version} -Provides: tex(ctexbookutf8.cls) = %{tl_version} -Provides: tex(ctexcaputf8.sty) = %{tl_version} -Provides: tex(ctexreputf8.cls) = %{tl_version} -Provides: tex(ctexutf8.sty) = %{tl_version} -Provides: tex(ctex.cfg) = %{tl_version} -Provides: tex(ctexcap-gbk.cfg) = %{tl_version} -Provides: tex(ctexcap-utf8.cfg) = %{tl_version} -Provides: tex(ctexcap.cfg) = %{tl_version} -Provides: tex(ctex.sty) = %{tl_version} -Provides: tex(ctexart.cls) = %{tl_version} -Provides: tex(ctexbook.cls) = %{tl_version} -Provides: tex(ctexcap.sty) = %{tl_version} -Provides: tex(ctexrep.cls) = %{tl_version} -Provides: tex(ctex-article.def) = %{tl_version} -Provides: tex(ctex-book.def) = %{tl_version} -Provides: tex(ctex-caption.def) = %{tl_version} -Provides: tex(ctex-class.def) = %{tl_version} -Provides: tex(ctex-common.def) = %{tl_version} -Provides: tex(ctex-gbk.def) = %{tl_version} -Provides: tex(ctex-loadclass.def) = %{tl_version} -Provides: tex(ctex-report.def) = %{tl_version} -Provides: tex(ctex-utf8.def) = %{tl_version} -Provides: tex(ctex-cct-engine.def) = %{tl_version} -Provides: tex(ctex-cjk-common.def) = %{tl_version} -Provides: tex(ctex-cjk-engine.def) = %{tl_version} -Provides: tex(ctex-xecjk-engine.def) = %{tl_version} -Provides: tex(c19gbsn.fd) = %{tl_version} -Provides: tex(c19gkai.fd) = %{tl_version} -Provides: tex(c19rm.fd) = %{tl_version} -Provides: tex(c19sf.fd) = %{tl_version} -Provides: tex(c19tt.fd) = %{tl_version} -Provides: tex(c70rm.fd) = %{tl_version} -Provides: tex(c70sf.fd) = %{tl_version} -Provides: tex(c70tt.fd) = %{tl_version} -Provides: tex(ctex-cjk-adobefonts.def) = %{tl_version} -Provides: tex(ctex-cjk-winfonts.def) = %{tl_version} -Provides: tex(ctex-xecjk-adobefonts.def) = %{tl_version} -Provides: tex(ctex-xecjk-winfonts.def) = %{tl_version} -Provides: tex(ctex-caption-opts.def) = %{tl_version} -Provides: tex(ctex-class-opts.def) = %{tl_version} -Provides: tex(ctex-common-opts.def) = %{tl_version} - -%description ctex -ctex package - -date: 2011-05-15 00:28:51 +0200 - -%post ctex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctex-doc -Summary: Documentation for ctex -Version: svn22488.1.02c -Release: %{tl_noarch_release} -Provides: tex-ctex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-ttfutils-doc - -%description ctex-doc -Documentation for ctex - -%package dnp -Provides: tex-dnp = %{tl_version} -License: LPPL -Summary: dnp package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description dnp -dnp package - -%post dnp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dnp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dnp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tlwg -Provides: tex-tlwg = %{tl_version} -License: GPL+ -Summary: Thai fonts for LaTeX from TLWG -Version: svn29349.0.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(lthtlwg.enc) = %{tl_version} -Provides: tex(nectec.map) = %{tl_version} -Provides: tex(nf.map) = %{tl_version} -Provides: tex(tlwg.map) = %{tl_version} -Provides: tex(garuda.tfm) = %{tl_version} -Provides: tex(garuda_b.tfm) = %{tl_version} -Provides: tex(garuda_bo.tfm) = %{tl_version} -Provides: tex(garuda_o.tfm) = %{tl_version} -Provides: tex(kinnari.tfm) = %{tl_version} -Provides: tex(kinnari_b.tfm) = %{tl_version} -Provides: tex(kinnari_bi.tfm) = %{tl_version} -Provides: tex(kinnari_bo.tfm) = %{tl_version} -Provides: tex(kinnari_i.tfm) = %{tl_version} -Provides: tex(kinnari_o.tfm) = %{tl_version} -Provides: tex(loma.tfm) = %{tl_version} -Provides: tex(loma_b.tfm) = %{tl_version} -Provides: tex(loma_bo.tfm) = %{tl_version} -Provides: tex(loma_o.tfm) = %{tl_version} -Provides: tex(norasi.tfm) = %{tl_version} -Provides: tex(norasi_b.tfm) = %{tl_version} -Provides: tex(norasi_bi.tfm) = %{tl_version} -Provides: tex(norasi_bo.tfm) = %{tl_version} -Provides: tex(norasi_i.tfm) = %{tl_version} -Provides: tex(norasi_o.tfm) = %{tl_version} -Provides: tex(purisa.tfm) = %{tl_version} -Provides: tex(purisa_b.tfm) = %{tl_version} -Provides: tex(purisa_bo.tfm) = %{tl_version} -Provides: tex(purisa_o.tfm) = %{tl_version} -Provides: tex(rgaruda.tfm) = %{tl_version} -Provides: tex(rgaruda_b.tfm) = %{tl_version} -Provides: tex(rgaruda_bo.tfm) = %{tl_version} -Provides: tex(rgaruda_o.tfm) = %{tl_version} -Provides: tex(rkinnari.tfm) = %{tl_version} -Provides: tex(rkinnari_b.tfm) = %{tl_version} -Provides: tex(rkinnari_bi.tfm) = %{tl_version} -Provides: tex(rkinnari_bo.tfm) = %{tl_version} -Provides: tex(rkinnari_i.tfm) = %{tl_version} -Provides: tex(rkinnari_o.tfm) = %{tl_version} -Provides: tex(rloma.tfm) = %{tl_version} -Provides: tex(rloma_b.tfm) = %{tl_version} -Provides: tex(rloma_bo.tfm) = %{tl_version} -Provides: tex(rloma_o.tfm) = %{tl_version} -Provides: tex(rnorasi.tfm) = %{tl_version} -Provides: tex(rnorasi_b.tfm) = %{tl_version} -Provides: tex(rnorasi_bi.tfm) = %{tl_version} -Provides: tex(rnorasi_bo.tfm) = %{tl_version} -Provides: tex(rnorasi_i.tfm) = %{tl_version} -Provides: tex(rnorasi_o.tfm) = %{tl_version} -Provides: tex(rpurisa.tfm) = %{tl_version} -Provides: tex(rpurisa_b.tfm) = %{tl_version} -Provides: tex(rpurisa_bo.tfm) = %{tl_version} -Provides: tex(rpurisa_o.tfm) = %{tl_version} -Provides: tex(rsawasdee.tfm) = %{tl_version} -Provides: tex(rsawasdee_b.tfm) = %{tl_version} -Provides: tex(rsawasdee_bo.tfm) = %{tl_version} -Provides: tex(rsawasdee_o.tfm) = %{tl_version} -Provides: tex(rttype.tfm) = %{tl_version} -Provides: tex(rttype_b.tfm) = %{tl_version} -Provides: tex(rttype_bo.tfm) = %{tl_version} -Provides: tex(rttype_o.tfm) = %{tl_version} -Provides: tex(rttypist.tfm) = %{tl_version} -Provides: tex(rttypist_b.tfm) = %{tl_version} -Provides: tex(rttypist_bo.tfm) = %{tl_version} -Provides: tex(rttypist_o.tfm) = %{tl_version} -Provides: tex(rumpush.tfm) = %{tl_version} -Provides: tex(rumpush_b.tfm) = %{tl_version} -Provides: tex(rumpush_bo.tfm) = %{tl_version} -Provides: tex(rumpush_o.tfm) = %{tl_version} -Provides: tex(rwaree.tfm) = %{tl_version} -Provides: tex(rwaree_b.tfm) = %{tl_version} -Provides: tex(rwaree_bo.tfm) = %{tl_version} -Provides: tex(rwaree_o.tfm) = %{tl_version} -Provides: tex(sawasdee.tfm) = %{tl_version} -Provides: tex(sawasdee_b.tfm) = %{tl_version} -Provides: tex(sawasdee_bo.tfm) = %{tl_version} -Provides: tex(sawasdee_o.tfm) = %{tl_version} -Provides: tex(ttype.tfm) = %{tl_version} -Provides: tex(ttype_b.tfm) = %{tl_version} -Provides: tex(ttype_bo.tfm) = %{tl_version} -Provides: tex(ttype_o.tfm) = %{tl_version} -Provides: tex(ttypist.tfm) = %{tl_version} -Provides: tex(ttypist_b.tfm) = %{tl_version} -Provides: tex(ttypist_bo.tfm) = %{tl_version} -Provides: tex(ttypist_o.tfm) = %{tl_version} -Provides: tex(umpush.tfm) = %{tl_version} -Provides: tex(umpush_b.tfm) = %{tl_version} -Provides: tex(umpush_bo.tfm) = %{tl_version} -Provides: tex(umpush_o.tfm) = %{tl_version} -Provides: tex(waree.tfm) = %{tl_version} -Provides: tex(waree_b.tfm) = %{tl_version} -Provides: tex(waree_bo.tfm) = %{tl_version} -Provides: tex(waree_o.tfm) = %{tl_version} -Provides: tex(garuda.pfb) = %{tl_version} -Provides: tex(garuda_b.pfb) = %{tl_version} -Provides: tex(garuda_bo.pfb) = %{tl_version} -Provides: tex(garuda_o.pfb) = %{tl_version} -Provides: tex(kinnari.pfb) = %{tl_version} -Provides: tex(kinnari_b.pfb) = %{tl_version} -Provides: tex(kinnari_bi.pfb) = %{tl_version} -Provides: tex(kinnari_bo.pfb) = %{tl_version} -Provides: tex(kinnari_i.pfb) = %{tl_version} -Provides: tex(kinnari_o.pfb) = %{tl_version} -Provides: tex(loma.pfb) = %{tl_version} -Provides: tex(loma_b.pfb) = %{tl_version} -Provides: tex(loma_bo.pfb) = %{tl_version} -Provides: tex(loma_o.pfb) = %{tl_version} -Provides: tex(norasi.pfb) = %{tl_version} -Provides: tex(norasi_b.pfb) = %{tl_version} -Provides: tex(norasi_bi.pfb) = %{tl_version} -Provides: tex(norasi_bo.pfb) = %{tl_version} -Provides: tex(norasi_i.pfb) = %{tl_version} -Provides: tex(norasi_o.pfb) = %{tl_version} -Provides: tex(purisa.pfb) = %{tl_version} -Provides: tex(purisa_b.pfb) = %{tl_version} -Provides: tex(purisa_bo.pfb) = %{tl_version} -Provides: tex(purisa_o.pfb) = %{tl_version} -Provides: tex(sawasdee.pfb) = %{tl_version} -Provides: tex(sawasdee_b.pfb) = %{tl_version} -Provides: tex(sawasdee_bo.pfb) = %{tl_version} -Provides: tex(sawasdee_o.pfb) = %{tl_version} -Provides: tex(ttype.pfb) = %{tl_version} -Provides: tex(ttype_b.pfb) = %{tl_version} -Provides: tex(ttype_bo.pfb) = %{tl_version} -Provides: tex(ttype_o.pfb) = %{tl_version} -Provides: tex(ttypist.pfb) = %{tl_version} -Provides: tex(ttypist_b.pfb) = %{tl_version} -Provides: tex(ttypist_bo.pfb) = %{tl_version} -Provides: tex(ttypist_o.pfb) = %{tl_version} -Provides: tex(umpush.pfb) = %{tl_version} -Provides: tex(umpush_b.pfb) = %{tl_version} -Provides: tex(umpush_bo.pfb) = %{tl_version} -Provides: tex(umpush_o.pfb) = %{tl_version} -Provides: tex(waree.pfb) = %{tl_version} -Provides: tex(waree_b.pfb) = %{tl_version} -Provides: tex(waree_bo.pfb) = %{tl_version} -Provides: tex(waree_o.pfb) = %{tl_version} -Provides: tex(garuda.vf) = %{tl_version} -Provides: tex(garuda_b.vf) = %{tl_version} -Provides: tex(garuda_bo.vf) = %{tl_version} -Provides: tex(garuda_o.vf) = %{tl_version} -Provides: tex(kinnari.vf) = %{tl_version} -Provides: tex(kinnari_b.vf) = %{tl_version} -Provides: tex(kinnari_bi.vf) = %{tl_version} -Provides: tex(kinnari_bo.vf) = %{tl_version} -Provides: tex(kinnari_i.vf) = %{tl_version} -Provides: tex(kinnari_o.vf) = %{tl_version} -Provides: tex(loma.vf) = %{tl_version} -Provides: tex(loma_b.vf) = %{tl_version} -Provides: tex(loma_bo.vf) = %{tl_version} -Provides: tex(loma_o.vf) = %{tl_version} -Provides: tex(norasi.vf) = %{tl_version} -Provides: tex(norasi_b.vf) = %{tl_version} -Provides: tex(norasi_bi.vf) = %{tl_version} -Provides: tex(norasi_bo.vf) = %{tl_version} -Provides: tex(norasi_i.vf) = %{tl_version} -Provides: tex(norasi_o.vf) = %{tl_version} -Provides: tex(purisa.vf) = %{tl_version} -Provides: tex(purisa_b.vf) = %{tl_version} -Provides: tex(purisa_bo.vf) = %{tl_version} -Provides: tex(purisa_o.vf) = %{tl_version} -Provides: tex(sawasdee.vf) = %{tl_version} -Provides: tex(sawasdee_b.vf) = %{tl_version} -Provides: tex(sawasdee_bo.vf) = %{tl_version} -Provides: tex(sawasdee_o.vf) = %{tl_version} -Provides: tex(ttype.vf) = %{tl_version} -Provides: tex(ttype_b.vf) = %{tl_version} -Provides: tex(ttype_bo.vf) = %{tl_version} -Provides: tex(ttype_o.vf) = %{tl_version} -Provides: tex(ttypist.vf) = %{tl_version} -Provides: tex(ttypist_b.vf) = %{tl_version} -Provides: tex(ttypist_bo.vf) = %{tl_version} -Provides: tex(ttypist_o.vf) = %{tl_version} -Provides: tex(umpush.vf) = %{tl_version} -Provides: tex(umpush_b.vf) = %{tl_version} -Provides: tex(umpush_bo.vf) = %{tl_version} -Provides: tex(umpush_o.vf) = %{tl_version} -Provides: tex(waree.vf) = %{tl_version} -Provides: tex(waree_b.vf) = %{tl_version} -Provides: tex(waree_bo.vf) = %{tl_version} -Provides: tex(waree_o.vf) = %{tl_version} -Provides: tex(fonts-tlwg.sty) = %{tl_version} -Provides: tex(lthgaruda.fd) = %{tl_version} -Provides: tex(lthkinnari.fd) = %{tl_version} -Provides: tex(lthloma.fd) = %{tl_version} -Provides: tex(lthnorasi.fd) = %{tl_version} -Provides: tex(lthpurisa.fd) = %{tl_version} -Provides: tex(lthsawasdee.fd) = %{tl_version} -Provides: tex(lthttype.fd) = %{tl_version} -Provides: tex(lthttypist.fd) = %{tl_version} -Provides: tex(lthumpush.fd) = %{tl_version} -Provides: tex(lthwaree.fd) = %{tl_version} - -%description tlwg -A collection of free Thai fonts, supplied as FontForge sources, -and with LaTeX .fd files. This package depends on the thailatex -package. - -date: 2013-02-15 09:53:31 +0100 - -%post tlwg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map tlwg.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map tlwg.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tlwg -if [ $1 == 0 ] ; then -sed -i '/^Map tlwg.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tlwg -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tlwg-doc -Summary: Documentation for tlwg -Version: svn29349.0.5.1 -Release: %{tl_noarch_release} -Provides: tex-tlwg-doc -BuildArch: noarch -AutoReqProv: No - -%description tlwg-doc -Documentation for tlwg - -%package hyphen-chinese -Provides: tex-hyphen-chinese = %{tl_version} -License: LPPL -Summary: Chinese pinyin hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-chinese -Hyphenation patterns for unaccented transliterated Mandarin -Chinese (pinyin) in T1/EC and UTF-8 encodings. - -%post hyphen-chinese -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/pinyin.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "pinyin loadhyph-zh-latn-pinyin.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-chinese -if [ $1 == 0 ] ; then -sed -i '/pinyin.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-chinese -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ipaex -Provides: tex-ipaex = %{tl_version} -License: IPA -Summary: IPA and IPAex fonts from Information-technology Promotion Agency, Japan -Version: svn25360.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ipaexg.ttf) = %{tl_version} -Provides: tex(ipaexm.ttf) = %{tl_version} -Provides: tex(ipag.ttf) = %{tl_version} -Provides: tex(ipam.ttf) = %{tl_version} - -%description ipaex -The fonts provide fixed-width glyphs for Kana and Kanji -characters, proportional width glyphs for Western characters. - -date: 2011-11-03 09:19:42 +0100 - -%post ipaex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ipaex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ipaex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ipaex-doc -Summary: Documentation for ipaex -Version: svn25360.0 -Release: %{tl_noarch_release} -Provides: tex-ipaex-doc -BuildArch: noarch -AutoReqProv: No - -%description ipaex-doc -Documentation for ipaex - -%package japanese -Provides: tex-japanese = %{tl_version} -License: LPPL -Summary: A substitute for a babel package for Japanese -Version: svn24533.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(japanese.ldf) = %{tl_version} -Provides: texlive-east-asian = %{tl_version} -Obsoletes: texlive-east-asian < %{tl_version} - -%description 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: 2011-10-29 13:37:49 +0200 - -%post japanese -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun japanese -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans japanese -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package japanese-doc -Summary: Documentation for japanese -Version: svn24533.1.3 -Release: %{tl_noarch_release} -Provides: tex-japanese-doc -BuildArch: noarch -AutoReqProv: No - -%description japanese-doc -Documentation for japanese - -%package japanese-otf -Provides: tex-japanese-otf = %{tl_version} -License: BSD -Summary: Advanced font selection for platex and its friends -Version: svn25939.v1.7b5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(otf.sty) -Provides: tex(otf-cktx.map) = %{tl_version} -Provides: tex(otf-noEmbed.map) = %{tl_version} -Provides: tex(brsgexpgothb-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothb-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothbn-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothbn-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothr-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothr-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgexpmgothr-h.tfm) = %{tl_version} -Provides: tex(brsgexpmgothr-v.tfm) = %{tl_version} -Provides: tex(brsgexpmgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpmgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgexpminb-h.tfm) = %{tl_version} -Provides: tex(brsgexpminb-v.tfm) = %{tl_version} -Provides: tex(brsgexpminbn-h.tfm) = %{tl_version} -Provides: tex(brsgexpminbn-v.tfm) = %{tl_version} -Provides: tex(brsgexpminl-h.tfm) = %{tl_version} -Provides: tex(brsgexpminl-v.tfm) = %{tl_version} -Provides: tex(brsgexpminln-h.tfm) = %{tl_version} -Provides: tex(brsgexpminln-v.tfm) = %{tl_version} -Provides: tex(brsgexpminr-h.tfm) = %{tl_version} -Provides: tex(brsgexpminr-v.tfm) = %{tl_version} -Provides: tex(brsgexpminrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpminrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothbn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothbn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgotheb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgotheb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminbn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminbn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminl-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminl-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminln-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminln-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminrn-v.tfm) = %{tl_version} -Provides: tex(cidcgr0-h.tfm) = %{tl_version} -Provides: tex(cidcgr0-v.tfm) = %{tl_version} -Provides: tex(cidcgr1-h.tfm) = %{tl_version} -Provides: tex(cidcgr1-v.tfm) = %{tl_version} -Provides: tex(cidcgr2-h.tfm) = %{tl_version} -Provides: tex(cidcgr2-v.tfm) = %{tl_version} -Provides: tex(cidcgr3-h.tfm) = %{tl_version} -Provides: tex(cidcgr3-v.tfm) = %{tl_version} -Provides: tex(cidcgr4-h.tfm) = %{tl_version} -Provides: tex(cidcgr4-v.tfm) = %{tl_version} -Provides: tex(cidcgr5-h.tfm) = %{tl_version} -Provides: tex(cidcgr5-v.tfm) = %{tl_version} -Provides: tex(cidcgr6-h.tfm) = %{tl_version} -Provides: tex(cidcgr6-v.tfm) = %{tl_version} -Provides: tex(cidcgr7-h.tfm) = %{tl_version} -Provides: tex(cidcgr7-v.tfm) = %{tl_version} -Provides: tex(cidcmr0-h.tfm) = %{tl_version} -Provides: tex(cidcmr0-v.tfm) = %{tl_version} -Provides: tex(cidcmr1-h.tfm) = %{tl_version} -Provides: tex(cidcmr1-v.tfm) = %{tl_version} -Provides: tex(cidcmr2-h.tfm) = %{tl_version} -Provides: tex(cidcmr2-v.tfm) = %{tl_version} -Provides: tex(cidcmr3-h.tfm) = %{tl_version} -Provides: tex(cidcmr3-v.tfm) = %{tl_version} -Provides: tex(cidcmr4-h.tfm) = %{tl_version} -Provides: tex(cidcmr4-v.tfm) = %{tl_version} -Provides: tex(cidcmr5-h.tfm) = %{tl_version} -Provides: tex(cidcmr5-v.tfm) = %{tl_version} -Provides: tex(cidcmr6-h.tfm) = %{tl_version} -Provides: tex(cidcmr6-v.tfm) = %{tl_version} -Provides: tex(cidcmr7-h.tfm) = %{tl_version} -Provides: tex(cidcmr7-v.tfm) = %{tl_version} -Provides: tex(cidjgb0-h.tfm) = %{tl_version} -Provides: tex(cidjgb0-v.tfm) = %{tl_version} -Provides: tex(cidjgb1-h.tfm) = %{tl_version} -Provides: tex(cidjgb1-v.tfm) = %{tl_version} -Provides: tex(cidjgb2-h.tfm) = %{tl_version} -Provides: tex(cidjgb2-v.tfm) = %{tl_version} -Provides: tex(cidjgb3-h.tfm) = %{tl_version} -Provides: tex(cidjgb3-v.tfm) = %{tl_version} -Provides: tex(cidjgb4-h.tfm) = %{tl_version} -Provides: tex(cidjgb4-v.tfm) = %{tl_version} -Provides: tex(cidjgb5-h.tfm) = %{tl_version} -Provides: tex(cidjgb5-v.tfm) = %{tl_version} -Provides: tex(cidjgr0-h.tfm) = %{tl_version} -Provides: tex(cidjgr0-v.tfm) = %{tl_version} -Provides: tex(cidjgr1-h.tfm) = %{tl_version} -Provides: tex(cidjgr1-v.tfm) = %{tl_version} -Provides: tex(cidjgr2-h.tfm) = %{tl_version} -Provides: tex(cidjgr2-v.tfm) = %{tl_version} -Provides: tex(cidjgr3-h.tfm) = %{tl_version} -Provides: tex(cidjgr3-v.tfm) = %{tl_version} -Provides: tex(cidjgr4-h.tfm) = %{tl_version} -Provides: tex(cidjgr4-v.tfm) = %{tl_version} -Provides: tex(cidjgr5-h.tfm) = %{tl_version} -Provides: tex(cidjgr5-v.tfm) = %{tl_version} -Provides: tex(cidjmb0-h.tfm) = %{tl_version} -Provides: tex(cidjmb0-v.tfm) = %{tl_version} -Provides: tex(cidjmb1-h.tfm) = %{tl_version} -Provides: tex(cidjmb1-v.tfm) = %{tl_version} -Provides: tex(cidjmb2-h.tfm) = %{tl_version} -Provides: tex(cidjmb2-v.tfm) = %{tl_version} -Provides: tex(cidjmb3-h.tfm) = %{tl_version} -Provides: tex(cidjmb3-v.tfm) = %{tl_version} -Provides: tex(cidjmb4-h.tfm) = %{tl_version} -Provides: tex(cidjmb4-v.tfm) = %{tl_version} -Provides: tex(cidjmb5-h.tfm) = %{tl_version} -Provides: tex(cidjmb5-v.tfm) = %{tl_version} -Provides: tex(cidjmgr0-h.tfm) = %{tl_version} -Provides: tex(cidjmgr0-v.tfm) = %{tl_version} -Provides: tex(cidjmgr1-h.tfm) = %{tl_version} -Provides: tex(cidjmgr1-v.tfm) = %{tl_version} -Provides: tex(cidjmgr2-h.tfm) = %{tl_version} -Provides: tex(cidjmgr2-v.tfm) = %{tl_version} -Provides: tex(cidjmgr3-h.tfm) = %{tl_version} -Provides: tex(cidjmgr3-v.tfm) = %{tl_version} -Provides: tex(cidjmgr4-h.tfm) = %{tl_version} -Provides: tex(cidjmgr4-v.tfm) = %{tl_version} -Provides: tex(cidjmgr5-h.tfm) = %{tl_version} -Provides: tex(cidjmgr5-v.tfm) = %{tl_version} -Provides: tex(cidjml0-h.tfm) = %{tl_version} -Provides: tex(cidjml0-v.tfm) = %{tl_version} -Provides: tex(cidjml1-h.tfm) = %{tl_version} -Provides: tex(cidjml1-v.tfm) = %{tl_version} -Provides: tex(cidjml2-h.tfm) = %{tl_version} -Provides: tex(cidjml2-v.tfm) = %{tl_version} -Provides: tex(cidjml3-h.tfm) = %{tl_version} -Provides: tex(cidjml3-v.tfm) = %{tl_version} -Provides: tex(cidjml4-h.tfm) = %{tl_version} -Provides: tex(cidjml4-v.tfm) = %{tl_version} -Provides: tex(cidjml5-h.tfm) = %{tl_version} -Provides: tex(cidjml5-v.tfm) = %{tl_version} -Provides: tex(cidjmr0-h.tfm) = %{tl_version} -Provides: tex(cidjmr0-v.tfm) = %{tl_version} -Provides: tex(cidjmr1-h.tfm) = %{tl_version} -Provides: tex(cidjmr1-v.tfm) = %{tl_version} -Provides: tex(cidjmr2-h.tfm) = %{tl_version} -Provides: tex(cidjmr2-v.tfm) = %{tl_version} -Provides: tex(cidjmr3-h.tfm) = %{tl_version} -Provides: tex(cidjmr3-v.tfm) = %{tl_version} -Provides: tex(cidjmr4-h.tfm) = %{tl_version} -Provides: tex(cidjmr4-v.tfm) = %{tl_version} -Provides: tex(cidjmr5-h.tfm) = %{tl_version} -Provides: tex(cidjmr5-v.tfm) = %{tl_version} -Provides: tex(cidkgr0-h.tfm) = %{tl_version} -Provides: tex(cidkgr0-v.tfm) = %{tl_version} -Provides: tex(cidkgr1-h.tfm) = %{tl_version} -Provides: tex(cidkgr1-v.tfm) = %{tl_version} -Provides: tex(cidkgr2-h.tfm) = %{tl_version} -Provides: tex(cidkgr2-v.tfm) = %{tl_version} -Provides: tex(cidkgr3-h.tfm) = %{tl_version} -Provides: tex(cidkgr3-v.tfm) = %{tl_version} -Provides: tex(cidkgr4-h.tfm) = %{tl_version} -Provides: tex(cidkgr4-v.tfm) = %{tl_version} -Provides: tex(cidkmr0-h.tfm) = %{tl_version} -Provides: tex(cidkmr0-v.tfm) = %{tl_version} -Provides: tex(cidkmr1-h.tfm) = %{tl_version} -Provides: tex(cidkmr1-v.tfm) = %{tl_version} -Provides: tex(cidkmr2-h.tfm) = %{tl_version} -Provides: tex(cidkmr2-v.tfm) = %{tl_version} -Provides: tex(cidkmr3-h.tfm) = %{tl_version} -Provides: tex(cidkmr3-v.tfm) = %{tl_version} -Provides: tex(cidkmr4-h.tfm) = %{tl_version} -Provides: tex(cidkmr4-v.tfm) = %{tl_version} -Provides: tex(cidtgr0-h.tfm) = %{tl_version} -Provides: tex(cidtgr0-v.tfm) = %{tl_version} -Provides: tex(cidtgr1-h.tfm) = %{tl_version} -Provides: tex(cidtgr1-v.tfm) = %{tl_version} -Provides: tex(cidtgr2-h.tfm) = %{tl_version} -Provides: tex(cidtgr2-v.tfm) = %{tl_version} -Provides: tex(cidtgr3-h.tfm) = %{tl_version} -Provides: tex(cidtgr3-v.tfm) = %{tl_version} -Provides: tex(cidtgr4-h.tfm) = %{tl_version} -Provides: tex(cidtgr4-v.tfm) = %{tl_version} -Provides: tex(cidtmr0-h.tfm) = %{tl_version} -Provides: tex(cidtmr0-v.tfm) = %{tl_version} -Provides: tex(cidtmr1-h.tfm) = %{tl_version} -Provides: tex(cidtmr1-v.tfm) = %{tl_version} -Provides: tex(cidtmr2-h.tfm) = %{tl_version} -Provides: tex(cidtmr2-v.tfm) = %{tl_version} -Provides: tex(cidtmr3-h.tfm) = %{tl_version} -Provides: tex(cidtmr3-v.tfm) = %{tl_version} -Provides: tex(cidtmr4-h.tfm) = %{tl_version} -Provides: tex(cidtmr4-v.tfm) = %{tl_version} -Provides: tex(expgothb-h.tfm) = %{tl_version} -Provides: tex(expgothb-v.tfm) = %{tl_version} -Provides: tex(expgothbn-h.tfm) = %{tl_version} -Provides: tex(expgothbn-v.tfm) = %{tl_version} -Provides: tex(expgothr-h.tfm) = %{tl_version} -Provides: tex(expgothr-v.tfm) = %{tl_version} -Provides: tex(expgothrn-h.tfm) = %{tl_version} -Provides: tex(expgothrn-v.tfm) = %{tl_version} -Provides: tex(expmgothr-h.tfm) = %{tl_version} -Provides: tex(expmgothr-v.tfm) = %{tl_version} -Provides: tex(expmgothrn-h.tfm) = %{tl_version} -Provides: tex(expmgothrn-v.tfm) = %{tl_version} -Provides: tex(expminb-h.tfm) = %{tl_version} -Provides: tex(expminb-v.tfm) = %{tl_version} -Provides: tex(expminbn-h.tfm) = %{tl_version} -Provides: tex(expminbn-v.tfm) = %{tl_version} -Provides: tex(expminl-h.tfm) = %{tl_version} -Provides: tex(expminl-v.tfm) = %{tl_version} -Provides: tex(expminln-h.tfm) = %{tl_version} -Provides: tex(expminln-v.tfm) = %{tl_version} -Provides: tex(expminr-h.tfm) = %{tl_version} -Provides: tex(expminr-v.tfm) = %{tl_version} -Provides: tex(expminrn-h.tfm) = %{tl_version} -Provides: tex(expminrn-v.tfm) = %{tl_version} -Provides: tex(hgothb-h.tfm) = %{tl_version} -Provides: tex(hgothb-v.tfm) = %{tl_version} -Provides: tex(hgothbn-h.tfm) = %{tl_version} -Provides: tex(hgothbn-v.tfm) = %{tl_version} -Provides: tex(hgotheb-h.tfm) = %{tl_version} -Provides: tex(hgotheb-v.tfm) = %{tl_version} -Provides: tex(hgothr-h.tfm) = %{tl_version} -Provides: tex(hgothr-v.tfm) = %{tl_version} -Provides: tex(hgothrn-h.tfm) = %{tl_version} -Provides: tex(hgothrn-v.tfm) = %{tl_version} -Provides: tex(hirakaku-w3-h.tfm) = %{tl_version} -Provides: tex(hirakaku-w3-v.tfm) = %{tl_version} -Provides: tex(hirakaku-w6-h.tfm) = %{tl_version} -Provides: tex(hirakaku-w6-v.tfm) = %{tl_version} -Provides: tex(hiramaru-w4-h.tfm) = %{tl_version} -Provides: tex(hiramaru-w4-v.tfm) = %{tl_version} -Provides: tex(hiramin-w3-h.tfm) = %{tl_version} -Provides: tex(hiramin-w3-v.tfm) = %{tl_version} -Provides: tex(hiramin-w6-h.tfm) = %{tl_version} -Provides: tex(hiramin-w6-v.tfm) = %{tl_version} -Provides: tex(hmgothr-h.tfm) = %{tl_version} -Provides: tex(hmgothr-v.tfm) = %{tl_version} -Provides: tex(hmgothrn-h.tfm) = %{tl_version} -Provides: tex(hmgothrn-v.tfm) = %{tl_version} -Provides: tex(hminb-h.tfm) = %{tl_version} -Provides: tex(hminb-v.tfm) = %{tl_version} -Provides: tex(hminbn-h.tfm) = %{tl_version} -Provides: tex(hminbn-v.tfm) = %{tl_version} -Provides: tex(hminl-h.tfm) = %{tl_version} -Provides: tex(hminl-v.tfm) = %{tl_version} -Provides: tex(hminln-h.tfm) = %{tl_version} -Provides: tex(hminln-v.tfm) = %{tl_version} -Provides: tex(hminr-h.tfm) = %{tl_version} -Provides: tex(hminr-v.tfm) = %{tl_version} -Provides: tex(hminrn-h.tfm) = %{tl_version} -Provides: tex(hminrn-v.tfm) = %{tl_version} -Provides: tex(nmlgothb-h.tfm) = %{tl_version} -Provides: tex(nmlgothb-v.tfm) = %{tl_version} -Provides: tex(nmlgothbn-h.tfm) = %{tl_version} -Provides: tex(nmlgothbn-v.tfm) = %{tl_version} -Provides: tex(nmlgotheb-h.tfm) = %{tl_version} -Provides: tex(nmlgotheb-v.tfm) = %{tl_version} -Provides: tex(nmlgothr-h.tfm) = %{tl_version} -Provides: tex(nmlgothr-v.tfm) = %{tl_version} -Provides: tex(nmlgothrn-h.tfm) = %{tl_version} -Provides: tex(nmlgothrn-v.tfm) = %{tl_version} -Provides: tex(nmlmgothr-h.tfm) = %{tl_version} -Provides: tex(nmlmgothr-v.tfm) = %{tl_version} -Provides: tex(nmlmgothrn-h.tfm) = %{tl_version} -Provides: tex(nmlmgothrn-v.tfm) = %{tl_version} -Provides: tex(nmlminb-h.tfm) = %{tl_version} -Provides: tex(nmlminb-v.tfm) = %{tl_version} -Provides: tex(nmlminbn-h.tfm) = %{tl_version} -Provides: tex(nmlminbn-v.tfm) = %{tl_version} -Provides: tex(nmlminl-h.tfm) = %{tl_version} -Provides: tex(nmlminl-v.tfm) = %{tl_version} -Provides: tex(nmlminln-h.tfm) = %{tl_version} -Provides: tex(nmlminln-v.tfm) = %{tl_version} -Provides: tex(nmlminr-h.tfm) = %{tl_version} -Provides: tex(nmlminr-v.tfm) = %{tl_version} -Provides: tex(nmlminrn-h.tfm) = %{tl_version} -Provides: tex(nmlminrn-v.tfm) = %{tl_version} -Provides: tex(otf-ccgr-h.tfm) = %{tl_version} -Provides: tex(otf-ccgr-v.tfm) = %{tl_version} -Provides: tex(otf-ccmr-h.tfm) = %{tl_version} -Provides: tex(otf-ccmr-v.tfm) = %{tl_version} -Provides: tex(otf-cjgb-h.tfm) = %{tl_version} -Provides: tex(otf-cjgb-v.tfm) = %{tl_version} -Provides: tex(otf-cjgr-h.tfm) = %{tl_version} -Provides: tex(otf-cjgr-v.tfm) = %{tl_version} -Provides: tex(otf-cjmb-h.tfm) = %{tl_version} -Provides: tex(otf-cjmb-v.tfm) = %{tl_version} -Provides: tex(otf-cjmgr-h.tfm) = %{tl_version} -Provides: tex(otf-cjmgr-v.tfm) = %{tl_version} -Provides: tex(otf-cjml-h.tfm) = %{tl_version} -Provides: tex(otf-cjml-v.tfm) = %{tl_version} -Provides: tex(otf-cjmr-h.tfm) = %{tl_version} -Provides: tex(otf-cjmr-v.tfm) = %{tl_version} -Provides: tex(otf-ckgr-h.tfm) = %{tl_version} -Provides: tex(otf-ckgr-v.tfm) = %{tl_version} -Provides: tex(otf-ckmr-h.tfm) = %{tl_version} -Provides: tex(otf-ckmr-v.tfm) = %{tl_version} -Provides: tex(otf-ctgr-h.tfm) = %{tl_version} -Provides: tex(otf-ctgr-v.tfm) = %{tl_version} -Provides: tex(otf-ctmr-h.tfm) = %{tl_version} -Provides: tex(otf-ctmr-v.tfm) = %{tl_version} -Provides: tex(otf-ucgr-h.tfm) = %{tl_version} -Provides: tex(otf-ucgr-v.tfm) = %{tl_version} -Provides: tex(otf-ucmr-h.tfm) = %{tl_version} -Provides: tex(otf-ucmr-v.tfm) = %{tl_version} -Provides: tex(otf-ujgb-h.tfm) = %{tl_version} -Provides: tex(otf-ujgb-v.tfm) = %{tl_version} -Provides: tex(otf-ujgbn-h.tfm) = %{tl_version} -Provides: tex(otf-ujgbn-v.tfm) = %{tl_version} -Provides: tex(otf-ujgr-h.tfm) = %{tl_version} -Provides: tex(otf-ujgr-v.tfm) = %{tl_version} -Provides: tex(otf-ujgrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujgrn-v.tfm) = %{tl_version} -Provides: tex(otf-ujmb-h.tfm) = %{tl_version} -Provides: tex(otf-ujmb-v.tfm) = %{tl_version} -Provides: tex(otf-ujmbn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmbn-v.tfm) = %{tl_version} -Provides: tex(otf-ujmgr-h.tfm) = %{tl_version} -Provides: tex(otf-ujmgr-v.tfm) = %{tl_version} -Provides: tex(otf-ujmgrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmgrn-v.tfm) = %{tl_version} -Provides: tex(otf-ujml-h.tfm) = %{tl_version} -Provides: tex(otf-ujml-v.tfm) = %{tl_version} -Provides: tex(otf-ujmln-h.tfm) = %{tl_version} -Provides: tex(otf-ujmln-v.tfm) = %{tl_version} -Provides: tex(otf-ujmr-h.tfm) = %{tl_version} -Provides: tex(otf-ujmr-v.tfm) = %{tl_version} -Provides: tex(otf-ujmrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmrn-v.tfm) = %{tl_version} -Provides: tex(otf-ukgr-h.tfm) = %{tl_version} -Provides: tex(otf-ukgr-v.tfm) = %{tl_version} -Provides: tex(otf-ukmr-h.tfm) = %{tl_version} -Provides: tex(otf-ukmr-v.tfm) = %{tl_version} -Provides: tex(otf-utgr-h.tfm) = %{tl_version} -Provides: tex(otf-utgr-v.tfm) = %{tl_version} -Provides: tex(otf-utmr-h.tfm) = %{tl_version} -Provides: tex(otf-utmr-v.tfm) = %{tl_version} -Provides: tex(phirakakuw3-h.tfm) = %{tl_version} -Provides: tex(phirakakuw3-v.tfm) = %{tl_version} -Provides: tex(phirakakuw6-h.tfm) = %{tl_version} -Provides: tex(phirakakuw6-v.tfm) = %{tl_version} -Provides: tex(phiramaruw4-h.tfm) = %{tl_version} -Provides: tex(phiramaruw4-v.tfm) = %{tl_version} -Provides: tex(phiraminw3-h.tfm) = %{tl_version} -Provides: tex(phiraminw3-v.tfm) = %{tl_version} -Provides: tex(phiraminw6-h.tfm) = %{tl_version} -Provides: tex(phiraminw6-v.tfm) = %{tl_version} -Provides: tex(rubygothb-h.tfm) = %{tl_version} -Provides: tex(rubygothb-v.tfm) = %{tl_version} -Provides: tex(rubygothr-h.tfm) = %{tl_version} -Provides: tex(rubygothr-v.tfm) = %{tl_version} -Provides: tex(rubymgothr-h.tfm) = %{tl_version} -Provides: tex(rubymgothr-v.tfm) = %{tl_version} -Provides: tex(rubyminb-h.tfm) = %{tl_version} -Provides: tex(rubyminb-v.tfm) = %{tl_version} -Provides: tex(rubyminl-h.tfm) = %{tl_version} -Provides: tex(rubyminl-v.tfm) = %{tl_version} -Provides: tex(rubyminr-h.tfm) = %{tl_version} -Provides: tex(rubyminr-v.tfm) = %{tl_version} -Provides: tex(utfcgr0-h.tfm) = %{tl_version} -Provides: tex(utfcgr0-v.tfm) = %{tl_version} -Provides: tex(utfcgr1-h.tfm) = %{tl_version} -Provides: tex(utfcgr1-v.tfm) = %{tl_version} -Provides: tex(utfcgr2-h.tfm) = %{tl_version} -Provides: tex(utfcgr2-v.tfm) = %{tl_version} -Provides: tex(utfcgr3-h.tfm) = %{tl_version} -Provides: tex(utfcgr3-v.tfm) = %{tl_version} -Provides: tex(utfcgr4-h.tfm) = %{tl_version} -Provides: tex(utfcgr4-v.tfm) = %{tl_version} -Provides: tex(utfcgr5-h.tfm) = %{tl_version} -Provides: tex(utfcgr5-v.tfm) = %{tl_version} -Provides: tex(utfcgr6-h.tfm) = %{tl_version} -Provides: tex(utfcgr6-v.tfm) = %{tl_version} -Provides: tex(utfcgr7-h.tfm) = %{tl_version} -Provides: tex(utfcgr7-v.tfm) = %{tl_version} -Provides: tex(utfcgr8-h.tfm) = %{tl_version} -Provides: tex(utfcgr8-v.tfm) = %{tl_version} -Provides: tex(utfcgr9-h.tfm) = %{tl_version} -Provides: tex(utfcgr9-v.tfm) = %{tl_version} -Provides: tex(utfcgra-h.tfm) = %{tl_version} -Provides: tex(utfcgra-v.tfm) = %{tl_version} -Provides: tex(utfcgrb-h.tfm) = %{tl_version} -Provides: tex(utfcgrb-v.tfm) = %{tl_version} -Provides: tex(utfcgrc-h.tfm) = %{tl_version} -Provides: tex(utfcgrc-v.tfm) = %{tl_version} -Provides: tex(utfcgrd-h.tfm) = %{tl_version} -Provides: tex(utfcgrd-v.tfm) = %{tl_version} -Provides: tex(utfcgre-h.tfm) = %{tl_version} -Provides: tex(utfcgre-v.tfm) = %{tl_version} -Provides: tex(utfcgrf-h.tfm) = %{tl_version} -Provides: tex(utfcgrf-v.tfm) = %{tl_version} -Provides: tex(utfcmr0-h.tfm) = %{tl_version} -Provides: tex(utfcmr0-v.tfm) = %{tl_version} -Provides: tex(utfcmr1-h.tfm) = %{tl_version} -Provides: tex(utfcmr1-v.tfm) = %{tl_version} -Provides: tex(utfcmr2-h.tfm) = %{tl_version} -Provides: tex(utfcmr2-v.tfm) = %{tl_version} -Provides: tex(utfcmr3-h.tfm) = %{tl_version} -Provides: tex(utfcmr3-v.tfm) = %{tl_version} -Provides: tex(utfcmr4-h.tfm) = %{tl_version} -Provides: tex(utfcmr4-v.tfm) = %{tl_version} -Provides: tex(utfcmr5-h.tfm) = %{tl_version} -Provides: tex(utfcmr5-v.tfm) = %{tl_version} -Provides: tex(utfcmr6-h.tfm) = %{tl_version} -Provides: tex(utfcmr6-v.tfm) = %{tl_version} -Provides: tex(utfcmr7-h.tfm) = %{tl_version} -Provides: tex(utfcmr7-v.tfm) = %{tl_version} -Provides: tex(utfcmr8-h.tfm) = %{tl_version} -Provides: tex(utfcmr8-v.tfm) = %{tl_version} -Provides: tex(utfcmr9-h.tfm) = %{tl_version} -Provides: tex(utfcmr9-v.tfm) = %{tl_version} -Provides: tex(utfcmra-h.tfm) = %{tl_version} -Provides: tex(utfcmra-v.tfm) = %{tl_version} -Provides: tex(utfcmrb-h.tfm) = %{tl_version} -Provides: tex(utfcmrb-v.tfm) = %{tl_version} -Provides: tex(utfcmrc-h.tfm) = %{tl_version} -Provides: tex(utfcmrc-v.tfm) = %{tl_version} -Provides: tex(utfcmrd-h.tfm) = %{tl_version} -Provides: tex(utfcmrd-v.tfm) = %{tl_version} -Provides: tex(utfcmre-h.tfm) = %{tl_version} -Provides: tex(utfcmre-v.tfm) = %{tl_version} -Provides: tex(utfcmrf-h.tfm) = %{tl_version} -Provides: tex(utfcmrf-v.tfm) = %{tl_version} -Provides: tex(utfgr0-h.tfm) = %{tl_version} -Provides: tex(utfgr0-v.tfm) = %{tl_version} -Provides: tex(utfgr1-h.tfm) = %{tl_version} -Provides: tex(utfgr1-v.tfm) = %{tl_version} -Provides: tex(utfgr2-h.tfm) = %{tl_version} -Provides: tex(utfgr2-v.tfm) = %{tl_version} -Provides: tex(utfgr3-h.tfm) = %{tl_version} -Provides: tex(utfgr3-v.tfm) = %{tl_version} -Provides: tex(utfgr4-h.tfm) = %{tl_version} -Provides: tex(utfgr4-v.tfm) = %{tl_version} -Provides: tex(utfgr5-h.tfm) = %{tl_version} -Provides: tex(utfgr5-v.tfm) = %{tl_version} -Provides: tex(utfgr6-h.tfm) = %{tl_version} -Provides: tex(utfgr6-v.tfm) = %{tl_version} -Provides: tex(utfgr7-h.tfm) = %{tl_version} -Provides: tex(utfgr7-v.tfm) = %{tl_version} -Provides: tex(utfgr8-h.tfm) = %{tl_version} -Provides: tex(utfgr8-v.tfm) = %{tl_version} -Provides: tex(utfgr9-h.tfm) = %{tl_version} -Provides: tex(utfgr9-v.tfm) = %{tl_version} -Provides: tex(utfgra-h.tfm) = %{tl_version} -Provides: tex(utfgra-v.tfm) = %{tl_version} -Provides: tex(utfgrb-h.tfm) = %{tl_version} -Provides: tex(utfgrb-v.tfm) = %{tl_version} -Provides: tex(utfgrc-h.tfm) = %{tl_version} -Provides: tex(utfgrc-v.tfm) = %{tl_version} -Provides: tex(utfgrd-h.tfm) = %{tl_version} -Provides: tex(utfgrd-v.tfm) = %{tl_version} -Provides: tex(utfgre-h.tfm) = %{tl_version} -Provides: tex(utfgre-v.tfm) = %{tl_version} -Provides: tex(utfgrf-h.tfm) = %{tl_version} -Provides: tex(utfgrf-v.tfm) = %{tl_version} -Provides: tex(utfjgb0-h.tfm) = %{tl_version} -Provides: tex(utfjgb0-v.tfm) = %{tl_version} -Provides: tex(utfjgb1-h.tfm) = %{tl_version} -Provides: tex(utfjgb1-v.tfm) = %{tl_version} -Provides: tex(utfjgb2-h.tfm) = %{tl_version} -Provides: tex(utfjgb2-v.tfm) = %{tl_version} -Provides: tex(utfjgb3-h.tfm) = %{tl_version} -Provides: tex(utfjgb3-v.tfm) = %{tl_version} -Provides: tex(utfjgb4-h.tfm) = %{tl_version} -Provides: tex(utfjgb4-v.tfm) = %{tl_version} -Provides: tex(utfjgb5-h.tfm) = %{tl_version} -Provides: tex(utfjgb5-v.tfm) = %{tl_version} -Provides: tex(utfjgb6-h.tfm) = %{tl_version} -Provides: tex(utfjgb6-v.tfm) = %{tl_version} -Provides: tex(utfjgb7-h.tfm) = %{tl_version} -Provides: tex(utfjgb7-v.tfm) = %{tl_version} -Provides: tex(utfjgb8-h.tfm) = %{tl_version} -Provides: tex(utfjgb8-v.tfm) = %{tl_version} -Provides: tex(utfjgb9-h.tfm) = %{tl_version} -Provides: tex(utfjgb9-v.tfm) = %{tl_version} -Provides: tex(utfjgba-h.tfm) = %{tl_version} -Provides: tex(utfjgba-v.tfm) = %{tl_version} -Provides: tex(utfjgbb-h.tfm) = %{tl_version} -Provides: tex(utfjgbb-v.tfm) = %{tl_version} -Provides: tex(utfjgbc-h.tfm) = %{tl_version} -Provides: tex(utfjgbc-v.tfm) = %{tl_version} -Provides: tex(utfjgbd-h.tfm) = %{tl_version} -Provides: tex(utfjgbd-v.tfm) = %{tl_version} -Provides: tex(utfjgbe-h.tfm) = %{tl_version} -Provides: tex(utfjgbe-v.tfm) = %{tl_version} -Provides: tex(utfjgbf-h.tfm) = %{tl_version} -Provides: tex(utfjgbf-v.tfm) = %{tl_version} -Provides: tex(utfjgbn0-h.tfm) = %{tl_version} -Provides: tex(utfjgbn0-v.tfm) = %{tl_version} -Provides: tex(utfjgbn1-h.tfm) = %{tl_version} -Provides: tex(utfjgbn1-v.tfm) = %{tl_version} -Provides: tex(utfjgbn2-h.tfm) = %{tl_version} -Provides: tex(utfjgbn2-v.tfm) = %{tl_version} -Provides: tex(utfjgbn3-h.tfm) = %{tl_version} -Provides: tex(utfjgbn3-v.tfm) = %{tl_version} -Provides: tex(utfjgbn4-h.tfm) = %{tl_version} -Provides: tex(utfjgbn4-v.tfm) = %{tl_version} -Provides: tex(utfjgbn5-h.tfm) = %{tl_version} -Provides: tex(utfjgbn5-v.tfm) = %{tl_version} -Provides: tex(utfjgbn6-h.tfm) = %{tl_version} -Provides: tex(utfjgbn6-v.tfm) = %{tl_version} -Provides: tex(utfjgbn7-h.tfm) = %{tl_version} -Provides: tex(utfjgbn7-v.tfm) = %{tl_version} -Provides: tex(utfjgbn8-h.tfm) = %{tl_version} -Provides: tex(utfjgbn8-v.tfm) = %{tl_version} -Provides: tex(utfjgbn9-h.tfm) = %{tl_version} -Provides: tex(utfjgbn9-v.tfm) = %{tl_version} -Provides: tex(utfjgbna-h.tfm) = %{tl_version} -Provides: tex(utfjgbna-v.tfm) = %{tl_version} -Provides: tex(utfjgbnb-h.tfm) = %{tl_version} -Provides: tex(utfjgbnb-v.tfm) = %{tl_version} -Provides: tex(utfjgbnc-h.tfm) = %{tl_version} -Provides: tex(utfjgbnc-v.tfm) = %{tl_version} -Provides: tex(utfjgbnd-h.tfm) = %{tl_version} -Provides: tex(utfjgbnd-v.tfm) = %{tl_version} -Provides: tex(utfjgbne-h.tfm) = %{tl_version} -Provides: tex(utfjgbne-v.tfm) = %{tl_version} -Provides: tex(utfjgbnf-h.tfm) = %{tl_version} -Provides: tex(utfjgbnf-v.tfm) = %{tl_version} -Provides: tex(utfjgr0-h.tfm) = %{tl_version} -Provides: tex(utfjgr0-v.tfm) = %{tl_version} -Provides: tex(utfjgr1-h.tfm) = %{tl_version} -Provides: tex(utfjgr1-v.tfm) = %{tl_version} -Provides: tex(utfjgr2-h.tfm) = %{tl_version} -Provides: tex(utfjgr2-v.tfm) = %{tl_version} -Provides: tex(utfjgr3-h.tfm) = %{tl_version} -Provides: tex(utfjgr3-v.tfm) = %{tl_version} -Provides: tex(utfjgr4-h.tfm) = %{tl_version} -Provides: tex(utfjgr4-v.tfm) = %{tl_version} -Provides: tex(utfjgr5-h.tfm) = %{tl_version} -Provides: tex(utfjgr5-v.tfm) = %{tl_version} -Provides: tex(utfjgr6-h.tfm) = %{tl_version} -Provides: tex(utfjgr6-v.tfm) = %{tl_version} -Provides: tex(utfjgr7-h.tfm) = %{tl_version} -Provides: tex(utfjgr7-v.tfm) = %{tl_version} -Provides: tex(utfjgr8-h.tfm) = %{tl_version} -Provides: tex(utfjgr8-v.tfm) = %{tl_version} -Provides: tex(utfjgr9-h.tfm) = %{tl_version} -Provides: tex(utfjgr9-v.tfm) = %{tl_version} -Provides: tex(utfjgra-h.tfm) = %{tl_version} -Provides: tex(utfjgra-v.tfm) = %{tl_version} -Provides: tex(utfjgrb-h.tfm) = %{tl_version} -Provides: tex(utfjgrb-v.tfm) = %{tl_version} -Provides: tex(utfjgrc-h.tfm) = %{tl_version} -Provides: tex(utfjgrc-v.tfm) = %{tl_version} -Provides: tex(utfjgrd-h.tfm) = %{tl_version} -Provides: tex(utfjgrd-v.tfm) = %{tl_version} -Provides: tex(utfjgre-h.tfm) = %{tl_version} -Provides: tex(utfjgre-v.tfm) = %{tl_version} -Provides: tex(utfjgrf-h.tfm) = %{tl_version} -Provides: tex(utfjgrf-v.tfm) = %{tl_version} -Provides: tex(utfjgrn0-h.tfm) = %{tl_version} -Provides: tex(utfjgrn0-v.tfm) = %{tl_version} -Provides: tex(utfjgrn1-h.tfm) = %{tl_version} -Provides: tex(utfjgrn1-v.tfm) = %{tl_version} -Provides: tex(utfjgrn2-h.tfm) = %{tl_version} -Provides: tex(utfjgrn2-v.tfm) = %{tl_version} -Provides: tex(utfjgrn3-h.tfm) = %{tl_version} -Provides: tex(utfjgrn3-v.tfm) = %{tl_version} -Provides: tex(utfjgrn4-h.tfm) = %{tl_version} -Provides: tex(utfjgrn4-v.tfm) = %{tl_version} -Provides: tex(utfjgrn5-h.tfm) = %{tl_version} -Provides: tex(utfjgrn5-v.tfm) = %{tl_version} -Provides: tex(utfjgrn6-h.tfm) = %{tl_version} -Provides: tex(utfjgrn6-v.tfm) = %{tl_version} -Provides: tex(utfjgrn7-h.tfm) = %{tl_version} -Provides: tex(utfjgrn7-v.tfm) = %{tl_version} -Provides: tex(utfjgrn8-h.tfm) = %{tl_version} -Provides: tex(utfjgrn8-v.tfm) = %{tl_version} -Provides: tex(utfjgrn9-h.tfm) = %{tl_version} -Provides: tex(utfjgrn9-v.tfm) = %{tl_version} -Provides: tex(utfjgrna-h.tfm) = %{tl_version} -Provides: tex(utfjgrna-v.tfm) = %{tl_version} -Provides: tex(utfjgrnb-h.tfm) = %{tl_version} -Provides: tex(utfjgrnb-v.tfm) = %{tl_version} -Provides: tex(utfjgrnc-h.tfm) = %{tl_version} -Provides: tex(utfjgrnc-v.tfm) = %{tl_version} -Provides: tex(utfjgrnd-h.tfm) = %{tl_version} -Provides: tex(utfjgrnd-v.tfm) = %{tl_version} -Provides: tex(utfjgrne-h.tfm) = %{tl_version} -Provides: tex(utfjgrne-v.tfm) = %{tl_version} -Provides: tex(utfjgrnf-h.tfm) = %{tl_version} -Provides: tex(utfjgrnf-v.tfm) = %{tl_version} -Provides: tex(utfjmb0-h.tfm) = %{tl_version} -Provides: tex(utfjmb0-v.tfm) = %{tl_version} -Provides: tex(utfjmb1-h.tfm) = %{tl_version} -Provides: tex(utfjmb1-v.tfm) = %{tl_version} -Provides: tex(utfjmb2-h.tfm) = %{tl_version} -Provides: tex(utfjmb2-v.tfm) = %{tl_version} -Provides: tex(utfjmb3-h.tfm) = %{tl_version} -Provides: tex(utfjmb3-v.tfm) = %{tl_version} -Provides: tex(utfjmb4-h.tfm) = %{tl_version} -Provides: tex(utfjmb4-v.tfm) = %{tl_version} -Provides: tex(utfjmb5-h.tfm) = %{tl_version} -Provides: tex(utfjmb5-v.tfm) = %{tl_version} -Provides: tex(utfjmb6-h.tfm) = %{tl_version} -Provides: tex(utfjmb6-v.tfm) = %{tl_version} -Provides: tex(utfjmb7-h.tfm) = %{tl_version} -Provides: tex(utfjmb7-v.tfm) = %{tl_version} -Provides: tex(utfjmb8-h.tfm) = %{tl_version} -Provides: tex(utfjmb8-v.tfm) = %{tl_version} -Provides: tex(utfjmb9-h.tfm) = %{tl_version} -Provides: tex(utfjmb9-v.tfm) = %{tl_version} -Provides: tex(utfjmba-h.tfm) = %{tl_version} -Provides: tex(utfjmba-v.tfm) = %{tl_version} -Provides: tex(utfjmbb-h.tfm) = %{tl_version} -Provides: tex(utfjmbb-v.tfm) = %{tl_version} -Provides: tex(utfjmbc-h.tfm) = %{tl_version} -Provides: tex(utfjmbc-v.tfm) = %{tl_version} -Provides: tex(utfjmbd-h.tfm) = %{tl_version} -Provides: tex(utfjmbd-v.tfm) = %{tl_version} -Provides: tex(utfjmbe-h.tfm) = %{tl_version} -Provides: tex(utfjmbe-v.tfm) = %{tl_version} -Provides: tex(utfjmbf-h.tfm) = %{tl_version} -Provides: tex(utfjmbf-v.tfm) = %{tl_version} -Provides: tex(utfjmbn0-h.tfm) = %{tl_version} -Provides: tex(utfjmbn0-v.tfm) = %{tl_version} -Provides: tex(utfjmbn1-h.tfm) = %{tl_version} -Provides: tex(utfjmbn1-v.tfm) = %{tl_version} -Provides: tex(utfjmbn2-h.tfm) = %{tl_version} -Provides: tex(utfjmbn2-v.tfm) = %{tl_version} -Provides: tex(utfjmbn3-h.tfm) = %{tl_version} -Provides: tex(utfjmbn3-v.tfm) = %{tl_version} -Provides: tex(utfjmbn4-h.tfm) = %{tl_version} -Provides: tex(utfjmbn4-v.tfm) = %{tl_version} -Provides: tex(utfjmbn5-h.tfm) = %{tl_version} -Provides: tex(utfjmbn5-v.tfm) = %{tl_version} -Provides: tex(utfjmbn6-h.tfm) = %{tl_version} -Provides: tex(utfjmbn6-v.tfm) = %{tl_version} -Provides: tex(utfjmbn7-h.tfm) = %{tl_version} -Provides: tex(utfjmbn7-v.tfm) = %{tl_version} -Provides: tex(utfjmbn8-h.tfm) = %{tl_version} -Provides: tex(utfjmbn8-v.tfm) = %{tl_version} -Provides: tex(utfjmbn9-h.tfm) = %{tl_version} -Provides: tex(utfjmbn9-v.tfm) = %{tl_version} -Provides: tex(utfjmbna-h.tfm) = %{tl_version} -Provides: tex(utfjmbna-v.tfm) = %{tl_version} -Provides: tex(utfjmbnb-h.tfm) = %{tl_version} -Provides: tex(utfjmbnb-v.tfm) = %{tl_version} -Provides: tex(utfjmbnc-h.tfm) = %{tl_version} -Provides: tex(utfjmbnc-v.tfm) = %{tl_version} -Provides: tex(utfjmbnd-h.tfm) = %{tl_version} -Provides: tex(utfjmbnd-v.tfm) = %{tl_version} -Provides: tex(utfjmbne-h.tfm) = %{tl_version} -Provides: tex(utfjmbne-v.tfm) = %{tl_version} -Provides: tex(utfjmbnf-h.tfm) = %{tl_version} -Provides: tex(utfjmbnf-v.tfm) = %{tl_version} -Provides: tex(utfjmgr0-h.tfm) = %{tl_version} -Provides: tex(utfjmgr0-v.tfm) = %{tl_version} -Provides: tex(utfjmgr1-h.tfm) = %{tl_version} -Provides: tex(utfjmgr1-v.tfm) = %{tl_version} -Provides: tex(utfjmgr2-h.tfm) = %{tl_version} -Provides: tex(utfjmgr2-v.tfm) = %{tl_version} -Provides: tex(utfjmgr3-h.tfm) = %{tl_version} -Provides: tex(utfjmgr3-v.tfm) = %{tl_version} -Provides: tex(utfjmgr4-h.tfm) = %{tl_version} -Provides: tex(utfjmgr4-v.tfm) = %{tl_version} -Provides: tex(utfjmgr5-h.tfm) = %{tl_version} -Provides: tex(utfjmgr5-v.tfm) = %{tl_version} -Provides: tex(utfjmgr6-h.tfm) = %{tl_version} -Provides: tex(utfjmgr6-v.tfm) = %{tl_version} -Provides: tex(utfjmgr7-h.tfm) = %{tl_version} -Provides: tex(utfjmgr7-v.tfm) = %{tl_version} -Provides: tex(utfjmgr8-h.tfm) = %{tl_version} -Provides: tex(utfjmgr8-v.tfm) = %{tl_version} -Provides: tex(utfjmgr9-h.tfm) = %{tl_version} -Provides: tex(utfjmgr9-v.tfm) = %{tl_version} -Provides: tex(utfjmgra-h.tfm) = %{tl_version} -Provides: tex(utfjmgra-v.tfm) = %{tl_version} -Provides: tex(utfjmgrb-h.tfm) = %{tl_version} -Provides: tex(utfjmgrb-v.tfm) = %{tl_version} -Provides: tex(utfjmgrc-h.tfm) = %{tl_version} -Provides: tex(utfjmgrc-v.tfm) = %{tl_version} -Provides: tex(utfjmgrd-h.tfm) = %{tl_version} -Provides: tex(utfjmgrd-v.tfm) = %{tl_version} -Provides: tex(utfjmgre-h.tfm) = %{tl_version} -Provides: tex(utfjmgre-v.tfm) = %{tl_version} -Provides: tex(utfjmgrf-h.tfm) = %{tl_version} -Provides: tex(utfjmgrf-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn0-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn0-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn1-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn1-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn2-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn2-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn3-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn3-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn4-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn4-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn5-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn5-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn6-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn6-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn7-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn7-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn8-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn8-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn9-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn9-v.tfm) = %{tl_version} -Provides: tex(utfjmgrna-h.tfm) = %{tl_version} -Provides: tex(utfjmgrna-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnb-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnb-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnc-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnc-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnd-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnd-v.tfm) = %{tl_version} -Provides: tex(utfjmgrne-h.tfm) = %{tl_version} -Provides: tex(utfjmgrne-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnf-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnf-v.tfm) = %{tl_version} -Provides: tex(utfjml0-h.tfm) = %{tl_version} -Provides: tex(utfjml0-v.tfm) = %{tl_version} -Provides: tex(utfjml1-h.tfm) = %{tl_version} -Provides: tex(utfjml1-v.tfm) = %{tl_version} -Provides: tex(utfjml2-h.tfm) = %{tl_version} -Provides: tex(utfjml2-v.tfm) = %{tl_version} -Provides: tex(utfjml3-h.tfm) = %{tl_version} -Provides: tex(utfjml3-v.tfm) = %{tl_version} -Provides: tex(utfjml4-h.tfm) = %{tl_version} -Provides: tex(utfjml4-v.tfm) = %{tl_version} -Provides: tex(utfjml5-h.tfm) = %{tl_version} -Provides: tex(utfjml5-v.tfm) = %{tl_version} -Provides: tex(utfjml6-h.tfm) = %{tl_version} -Provides: tex(utfjml6-v.tfm) = %{tl_version} -Provides: tex(utfjml7-h.tfm) = %{tl_version} -Provides: tex(utfjml7-v.tfm) = %{tl_version} -Provides: tex(utfjml8-h.tfm) = %{tl_version} -Provides: tex(utfjml8-v.tfm) = %{tl_version} -Provides: tex(utfjml9-h.tfm) = %{tl_version} -Provides: tex(utfjml9-v.tfm) = %{tl_version} -Provides: tex(utfjmla-h.tfm) = %{tl_version} -Provides: tex(utfjmla-v.tfm) = %{tl_version} -Provides: tex(utfjmlb-h.tfm) = %{tl_version} -Provides: tex(utfjmlb-v.tfm) = %{tl_version} -Provides: tex(utfjmlc-h.tfm) = %{tl_version} -Provides: tex(utfjmlc-v.tfm) = %{tl_version} -Provides: tex(utfjmld-h.tfm) = %{tl_version} -Provides: tex(utfjmld-v.tfm) = %{tl_version} -Provides: tex(utfjmle-h.tfm) = %{tl_version} -Provides: tex(utfjmle-v.tfm) = %{tl_version} -Provides: tex(utfjmlf-h.tfm) = %{tl_version} -Provides: tex(utfjmlf-v.tfm) = %{tl_version} -Provides: tex(utfjmln0-h.tfm) = %{tl_version} -Provides: tex(utfjmln0-v.tfm) = %{tl_version} -Provides: tex(utfjmln1-h.tfm) = %{tl_version} -Provides: tex(utfjmln1-v.tfm) = %{tl_version} -Provides: tex(utfjmln2-h.tfm) = %{tl_version} -Provides: tex(utfjmln2-v.tfm) = %{tl_version} -Provides: tex(utfjmln3-h.tfm) = %{tl_version} -Provides: tex(utfjmln3-v.tfm) = %{tl_version} -Provides: tex(utfjmln4-h.tfm) = %{tl_version} -Provides: tex(utfjmln4-v.tfm) = %{tl_version} -Provides: tex(utfjmln5-h.tfm) = %{tl_version} -Provides: tex(utfjmln5-v.tfm) = %{tl_version} -Provides: tex(utfjmln6-h.tfm) = %{tl_version} -Provides: tex(utfjmln6-v.tfm) = %{tl_version} -Provides: tex(utfjmln7-h.tfm) = %{tl_version} -Provides: tex(utfjmln7-v.tfm) = %{tl_version} -Provides: tex(utfjmln8-h.tfm) = %{tl_version} -Provides: tex(utfjmln8-v.tfm) = %{tl_version} -Provides: tex(utfjmln9-h.tfm) = %{tl_version} -Provides: tex(utfjmln9-v.tfm) = %{tl_version} -Provides: tex(utfjmlna-h.tfm) = %{tl_version} -Provides: tex(utfjmlna-v.tfm) = %{tl_version} -Provides: tex(utfjmlnb-h.tfm) = %{tl_version} -Provides: tex(utfjmlnb-v.tfm) = %{tl_version} -Provides: tex(utfjmlnc-h.tfm) = %{tl_version} -Provides: tex(utfjmlnc-v.tfm) = %{tl_version} -Provides: tex(utfjmlnd-h.tfm) = %{tl_version} -Provides: tex(utfjmlnd-v.tfm) = %{tl_version} -Provides: tex(utfjmlne-h.tfm) = %{tl_version} -Provides: tex(utfjmlne-v.tfm) = %{tl_version} -Provides: tex(utfjmlnf-h.tfm) = %{tl_version} -Provides: tex(utfjmlnf-v.tfm) = %{tl_version} -Provides: tex(utfjmr0-h.tfm) = %{tl_version} -Provides: tex(utfjmr0-v.tfm) = %{tl_version} -Provides: tex(utfjmr1-h.tfm) = %{tl_version} -Provides: tex(utfjmr1-v.tfm) = %{tl_version} -Provides: tex(utfjmr2-h.tfm) = %{tl_version} -Provides: tex(utfjmr2-v.tfm) = %{tl_version} -Provides: tex(utfjmr3-h.tfm) = %{tl_version} -Provides: tex(utfjmr3-v.tfm) = %{tl_version} -Provides: tex(utfjmr4-h.tfm) = %{tl_version} -Provides: tex(utfjmr4-v.tfm) = %{tl_version} -Provides: tex(utfjmr5-h.tfm) = %{tl_version} -Provides: tex(utfjmr5-v.tfm) = %{tl_version} -Provides: tex(utfjmr6-h.tfm) = %{tl_version} -Provides: tex(utfjmr6-v.tfm) = %{tl_version} -Provides: tex(utfjmr7-h.tfm) = %{tl_version} -Provides: tex(utfjmr7-v.tfm) = %{tl_version} -Provides: tex(utfjmr8-h.tfm) = %{tl_version} -Provides: tex(utfjmr8-v.tfm) = %{tl_version} -Provides: tex(utfjmr9-h.tfm) = %{tl_version} -Provides: tex(utfjmr9-v.tfm) = %{tl_version} -Provides: tex(utfjmra-h.tfm) = %{tl_version} -Provides: tex(utfjmra-v.tfm) = %{tl_version} -Provides: tex(utfjmrb-h.tfm) = %{tl_version} -Provides: tex(utfjmrb-v.tfm) = %{tl_version} -Provides: tex(utfjmrc-h.tfm) = %{tl_version} -Provides: tex(utfjmrc-v.tfm) = %{tl_version} -Provides: tex(utfjmrd-h.tfm) = %{tl_version} -Provides: tex(utfjmrd-v.tfm) = %{tl_version} -Provides: tex(utfjmre-h.tfm) = %{tl_version} -Provides: tex(utfjmre-v.tfm) = %{tl_version} -Provides: tex(utfjmrf-h.tfm) = %{tl_version} -Provides: tex(utfjmrf-v.tfm) = %{tl_version} -Provides: tex(utfjmrn0-h.tfm) = %{tl_version} -Provides: tex(utfjmrn0-v.tfm) = %{tl_version} -Provides: tex(utfjmrn1-h.tfm) = %{tl_version} -Provides: tex(utfjmrn1-v.tfm) = %{tl_version} -Provides: tex(utfjmrn2-h.tfm) = %{tl_version} -Provides: tex(utfjmrn2-v.tfm) = %{tl_version} -Provides: tex(utfjmrn3-h.tfm) = %{tl_version} -Provides: tex(utfjmrn3-v.tfm) = %{tl_version} -Provides: tex(utfjmrn4-h.tfm) = %{tl_version} -Provides: tex(utfjmrn4-v.tfm) = %{tl_version} -Provides: tex(utfjmrn5-h.tfm) = %{tl_version} -Provides: tex(utfjmrn5-v.tfm) = %{tl_version} -Provides: tex(utfjmrn6-h.tfm) = %{tl_version} -Provides: tex(utfjmrn6-v.tfm) = %{tl_version} -Provides: tex(utfjmrn7-h.tfm) = %{tl_version} -Provides: tex(utfjmrn7-v.tfm) = %{tl_version} -Provides: tex(utfjmrn8-h.tfm) = %{tl_version} -Provides: tex(utfjmrn8-v.tfm) = %{tl_version} -Provides: tex(utfjmrn9-h.tfm) = %{tl_version} -Provides: tex(utfjmrn9-v.tfm) = %{tl_version} -Provides: tex(utfjmrna-h.tfm) = %{tl_version} -Provides: tex(utfjmrna-v.tfm) = %{tl_version} -Provides: tex(utfjmrnb-h.tfm) = %{tl_version} -Provides: tex(utfjmrnb-v.tfm) = %{tl_version} -Provides: tex(utfjmrnc-h.tfm) = %{tl_version} -Provides: tex(utfjmrnc-v.tfm) = %{tl_version} -Provides: tex(utfjmrnd-h.tfm) = %{tl_version} -Provides: tex(utfjmrnd-v.tfm) = %{tl_version} -Provides: tex(utfjmrne-h.tfm) = %{tl_version} -Provides: tex(utfjmrne-v.tfm) = %{tl_version} -Provides: tex(utfjmrnf-h.tfm) = %{tl_version} -Provides: tex(utfjmrnf-v.tfm) = %{tl_version} -Provides: tex(utfkgr0-h.tfm) = %{tl_version} -Provides: tex(utfkgr0-v.tfm) = %{tl_version} -Provides: tex(utfkgr1-h.tfm) = %{tl_version} -Provides: tex(utfkgr1-v.tfm) = %{tl_version} -Provides: tex(utfkgr2-h.tfm) = %{tl_version} -Provides: tex(utfkgr2-v.tfm) = %{tl_version} -Provides: tex(utfkgr3-h.tfm) = %{tl_version} -Provides: tex(utfkgr3-v.tfm) = %{tl_version} -Provides: tex(utfkgr4-h.tfm) = %{tl_version} -Provides: tex(utfkgr4-v.tfm) = %{tl_version} -Provides: tex(utfkgr5-h.tfm) = %{tl_version} -Provides: tex(utfkgr5-v.tfm) = %{tl_version} -Provides: tex(utfkgr6-h.tfm) = %{tl_version} -Provides: tex(utfkgr6-v.tfm) = %{tl_version} -Provides: tex(utfkgr7-h.tfm) = %{tl_version} -Provides: tex(utfkgr7-v.tfm) = %{tl_version} -Provides: tex(utfkgr8-h.tfm) = %{tl_version} -Provides: tex(utfkgr8-v.tfm) = %{tl_version} -Provides: tex(utfkgr9-h.tfm) = %{tl_version} -Provides: tex(utfkgr9-v.tfm) = %{tl_version} -Provides: tex(utfkgra-h.tfm) = %{tl_version} -Provides: tex(utfkgra-v.tfm) = %{tl_version} -Provides: tex(utfkgrb-h.tfm) = %{tl_version} -Provides: tex(utfkgrb-v.tfm) = %{tl_version} -Provides: tex(utfkgrc-h.tfm) = %{tl_version} -Provides: tex(utfkgrc-v.tfm) = %{tl_version} -Provides: tex(utfkgrd-h.tfm) = %{tl_version} -Provides: tex(utfkgrd-v.tfm) = %{tl_version} -Provides: tex(utfkgre-h.tfm) = %{tl_version} -Provides: tex(utfkgre-v.tfm) = %{tl_version} -Provides: tex(utfkgrf-h.tfm) = %{tl_version} -Provides: tex(utfkgrf-v.tfm) = %{tl_version} -Provides: tex(utfkmr0-h.tfm) = %{tl_version} -Provides: tex(utfkmr0-v.tfm) = %{tl_version} -Provides: tex(utfkmr1-h.tfm) = %{tl_version} -Provides: tex(utfkmr1-v.tfm) = %{tl_version} -Provides: tex(utfkmr2-h.tfm) = %{tl_version} -Provides: tex(utfkmr2-v.tfm) = %{tl_version} -Provides: tex(utfkmr3-h.tfm) = %{tl_version} -Provides: tex(utfkmr3-v.tfm) = %{tl_version} -Provides: tex(utfkmr4-h.tfm) = %{tl_version} -Provides: tex(utfkmr4-v.tfm) = %{tl_version} -Provides: tex(utfkmr5-h.tfm) = %{tl_version} -Provides: tex(utfkmr5-v.tfm) = %{tl_version} -Provides: tex(utfkmr6-h.tfm) = %{tl_version} -Provides: tex(utfkmr6-v.tfm) = %{tl_version} -Provides: tex(utfkmr7-h.tfm) = %{tl_version} -Provides: tex(utfkmr7-v.tfm) = %{tl_version} -Provides: tex(utfkmr8-h.tfm) = %{tl_version} -Provides: tex(utfkmr8-v.tfm) = %{tl_version} -Provides: tex(utfkmr9-h.tfm) = %{tl_version} -Provides: tex(utfkmr9-v.tfm) = %{tl_version} -Provides: tex(utfkmra-h.tfm) = %{tl_version} -Provides: tex(utfkmra-v.tfm) = %{tl_version} -Provides: tex(utfkmrb-h.tfm) = %{tl_version} -Provides: tex(utfkmrb-v.tfm) = %{tl_version} -Provides: tex(utfkmrc-h.tfm) = %{tl_version} -Provides: tex(utfkmrc-v.tfm) = %{tl_version} -Provides: tex(utfkmrd-h.tfm) = %{tl_version} -Provides: tex(utfkmrd-v.tfm) = %{tl_version} -Provides: tex(utfkmre-h.tfm) = %{tl_version} -Provides: tex(utfkmre-v.tfm) = %{tl_version} -Provides: tex(utfkmrf-h.tfm) = %{tl_version} -Provides: tex(utfkmrf-v.tfm) = %{tl_version} -Provides: tex(utfmr0-h.tfm) = %{tl_version} -Provides: tex(utfmr0-v.tfm) = %{tl_version} -Provides: tex(utfmr1-h.tfm) = %{tl_version} -Provides: tex(utfmr1-v.tfm) = %{tl_version} -Provides: tex(utfmr2-h.tfm) = %{tl_version} -Provides: tex(utfmr2-v.tfm) = %{tl_version} -Provides: tex(utfmr3-h.tfm) = %{tl_version} -Provides: tex(utfmr3-v.tfm) = %{tl_version} -Provides: tex(utfmr4-h.tfm) = %{tl_version} -Provides: tex(utfmr4-v.tfm) = %{tl_version} -Provides: tex(utfmr5-h.tfm) = %{tl_version} -Provides: tex(utfmr5-v.tfm) = %{tl_version} -Provides: tex(utfmr6-h.tfm) = %{tl_version} -Provides: tex(utfmr6-v.tfm) = %{tl_version} -Provides: tex(utfmr7-h.tfm) = %{tl_version} -Provides: tex(utfmr7-v.tfm) = %{tl_version} -Provides: tex(utfmr8-h.tfm) = %{tl_version} -Provides: tex(utfmr8-v.tfm) = %{tl_version} -Provides: tex(utfmr9-h.tfm) = %{tl_version} -Provides: tex(utfmr9-v.tfm) = %{tl_version} -Provides: tex(utfmra-h.tfm) = %{tl_version} -Provides: tex(utfmra-v.tfm) = %{tl_version} -Provides: tex(utfmrb-h.tfm) = %{tl_version} -Provides: tex(utfmrb-v.tfm) = %{tl_version} -Provides: tex(utfmrc-h.tfm) = %{tl_version} -Provides: tex(utfmrc-v.tfm) = %{tl_version} -Provides: tex(utfmrd-h.tfm) = %{tl_version} -Provides: tex(utfmrd-v.tfm) = %{tl_version} -Provides: tex(utfmre-h.tfm) = %{tl_version} -Provides: tex(utfmre-v.tfm) = %{tl_version} -Provides: tex(utfmrf-h.tfm) = %{tl_version} -Provides: tex(utfmrf-v.tfm) = %{tl_version} -Provides: tex(utftgr0-h.tfm) = %{tl_version} -Provides: tex(utftgr0-v.tfm) = %{tl_version} -Provides: tex(utftgr1-h.tfm) = %{tl_version} -Provides: tex(utftgr1-v.tfm) = %{tl_version} -Provides: tex(utftgr2-h.tfm) = %{tl_version} -Provides: tex(utftgr2-v.tfm) = %{tl_version} -Provides: tex(utftgr3-h.tfm) = %{tl_version} -Provides: tex(utftgr3-v.tfm) = %{tl_version} -Provides: tex(utftgr4-h.tfm) = %{tl_version} -Provides: tex(utftgr4-v.tfm) = %{tl_version} -Provides: tex(utftgr5-h.tfm) = %{tl_version} -Provides: tex(utftgr5-v.tfm) = %{tl_version} -Provides: tex(utftgr6-h.tfm) = %{tl_version} -Provides: tex(utftgr6-v.tfm) = %{tl_version} -Provides: tex(utftgr7-h.tfm) = %{tl_version} -Provides: tex(utftgr7-v.tfm) = %{tl_version} -Provides: tex(utftgr8-h.tfm) = %{tl_version} -Provides: tex(utftgr8-v.tfm) = %{tl_version} -Provides: tex(utftgr9-h.tfm) = %{tl_version} -Provides: tex(utftgr9-v.tfm) = %{tl_version} -Provides: tex(utftgra-h.tfm) = %{tl_version} -Provides: tex(utftgra-v.tfm) = %{tl_version} -Provides: tex(utftgrb-h.tfm) = %{tl_version} -Provides: tex(utftgrb-v.tfm) = %{tl_version} -Provides: tex(utftgrc-h.tfm) = %{tl_version} -Provides: tex(utftgrc-v.tfm) = %{tl_version} -Provides: tex(utftgrd-h.tfm) = %{tl_version} -Provides: tex(utftgrd-v.tfm) = %{tl_version} -Provides: tex(utftgre-h.tfm) = %{tl_version} -Provides: tex(utftgre-v.tfm) = %{tl_version} -Provides: tex(utftgrf-h.tfm) = %{tl_version} -Provides: tex(utftgrf-v.tfm) = %{tl_version} -Provides: tex(utftmr0-h.tfm) = %{tl_version} -Provides: tex(utftmr0-v.tfm) = %{tl_version} -Provides: tex(utftmr1-h.tfm) = %{tl_version} -Provides: tex(utftmr1-v.tfm) = %{tl_version} -Provides: tex(utftmr2-h.tfm) = %{tl_version} -Provides: tex(utftmr2-v.tfm) = %{tl_version} -Provides: tex(utftmr3-h.tfm) = %{tl_version} -Provides: tex(utftmr3-v.tfm) = %{tl_version} -Provides: tex(utftmr4-h.tfm) = %{tl_version} -Provides: tex(utftmr4-v.tfm) = %{tl_version} -Provides: tex(utftmr5-h.tfm) = %{tl_version} -Provides: tex(utftmr5-v.tfm) = %{tl_version} -Provides: tex(utftmr6-h.tfm) = %{tl_version} -Provides: tex(utftmr6-v.tfm) = %{tl_version} -Provides: tex(utftmr7-h.tfm) = %{tl_version} -Provides: tex(utftmr7-v.tfm) = %{tl_version} -Provides: tex(utftmr8-h.tfm) = %{tl_version} -Provides: tex(utftmr8-v.tfm) = %{tl_version} -Provides: tex(utftmr9-h.tfm) = %{tl_version} -Provides: tex(utftmr9-v.tfm) = %{tl_version} -Provides: tex(utftmra-h.tfm) = %{tl_version} -Provides: tex(utftmra-v.tfm) = %{tl_version} -Provides: tex(utftmrb-h.tfm) = %{tl_version} -Provides: tex(utftmrb-v.tfm) = %{tl_version} -Provides: tex(utftmrc-h.tfm) = %{tl_version} -Provides: tex(utftmrc-v.tfm) = %{tl_version} -Provides: tex(utftmrd-h.tfm) = %{tl_version} -Provides: tex(utftmrd-v.tfm) = %{tl_version} -Provides: tex(utftmre-h.tfm) = %{tl_version} -Provides: tex(utftmre-v.tfm) = %{tl_version} -Provides: tex(utftmrf-h.tfm) = %{tl_version} -Provides: tex(utftmrf-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothb-h.vf) = %{tl_version} -Provides: tex(brsgexpgothb-v.vf) = %{tl_version} -Provides: tex(brsgexpgothbn-h.vf) = %{tl_version} -Provides: tex(brsgexpgothbn-v.vf) = %{tl_version} -Provides: tex(brsgexpgothr-h.vf) = %{tl_version} -Provides: tex(brsgexpgothr-v.vf) = %{tl_version} -Provides: tex(brsgexpgothrn-h.vf) = %{tl_version} -Provides: tex(brsgexpgothrn-v.vf) = %{tl_version} -Provides: tex(brsgexpmgothr-h.vf) = %{tl_version} -Provides: tex(brsgexpmgothr-v.vf) = %{tl_version} -Provides: tex(brsgexpmgothrn-h.vf) = %{tl_version} -Provides: tex(brsgexpmgothrn-v.vf) = %{tl_version} -Provides: tex(brsgexpminb-h.vf) = %{tl_version} -Provides: tex(brsgexpminb-v.vf) = %{tl_version} -Provides: tex(brsgexpminbn-h.vf) = %{tl_version} -Provides: tex(brsgexpminbn-v.vf) = %{tl_version} -Provides: tex(brsgexpminl-h.vf) = %{tl_version} -Provides: tex(brsgexpminl-v.vf) = %{tl_version} -Provides: tex(brsgexpminln-h.vf) = %{tl_version} -Provides: tex(brsgexpminln-v.vf) = %{tl_version} -Provides: tex(brsgexpminr-h.vf) = %{tl_version} -Provides: tex(brsgexpminr-v.vf) = %{tl_version} -Provides: tex(brsgexpminrn-h.vf) = %{tl_version} -Provides: tex(brsgexpminrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothb-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothb-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothbn-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothbn-v.vf) = %{tl_version} -Provides: tex(brsgnmlgotheb-h.vf) = %{tl_version} -Provides: tex(brsgnmlgotheb-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothr-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothr-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlmgothr-h.vf) = %{tl_version} -Provides: tex(brsgnmlmgothr-v.vf) = %{tl_version} -Provides: tex(brsgnmlmgothrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlmgothrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlminb-h.vf) = %{tl_version} -Provides: tex(brsgnmlminb-v.vf) = %{tl_version} -Provides: tex(brsgnmlminbn-h.vf) = %{tl_version} -Provides: tex(brsgnmlminbn-v.vf) = %{tl_version} -Provides: tex(brsgnmlminl-h.vf) = %{tl_version} -Provides: tex(brsgnmlminl-v.vf) = %{tl_version} -Provides: tex(brsgnmlminln-h.vf) = %{tl_version} -Provides: tex(brsgnmlminln-v.vf) = %{tl_version} -Provides: tex(brsgnmlminr-h.vf) = %{tl_version} -Provides: tex(brsgnmlminr-v.vf) = %{tl_version} -Provides: tex(brsgnmlminrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlminrn-v.vf) = %{tl_version} -Provides: tex(cidcgr0-h.vf) = %{tl_version} -Provides: tex(cidcgr0-v.vf) = %{tl_version} -Provides: tex(cidcgr1-h.vf) = %{tl_version} -Provides: tex(cidcgr1-v.vf) = %{tl_version} -Provides: tex(cidcgr2-h.vf) = %{tl_version} -Provides: tex(cidcgr2-v.vf) = %{tl_version} -Provides: tex(cidcgr3-h.vf) = %{tl_version} -Provides: tex(cidcgr3-v.vf) = %{tl_version} -Provides: tex(cidcgr4-h.vf) = %{tl_version} -Provides: tex(cidcgr4-v.vf) = %{tl_version} -Provides: tex(cidcgr5-h.vf) = %{tl_version} -Provides: tex(cidcgr5-v.vf) = %{tl_version} -Provides: tex(cidcgr6-h.vf) = %{tl_version} -Provides: tex(cidcgr6-v.vf) = %{tl_version} -Provides: tex(cidcgr7-h.vf) = %{tl_version} -Provides: tex(cidcgr7-v.vf) = %{tl_version} -Provides: tex(cidcmr0-h.vf) = %{tl_version} -Provides: tex(cidcmr0-v.vf) = %{tl_version} -Provides: tex(cidcmr1-h.vf) = %{tl_version} -Provides: tex(cidcmr1-v.vf) = %{tl_version} -Provides: tex(cidcmr2-h.vf) = %{tl_version} -Provides: tex(cidcmr2-v.vf) = %{tl_version} -Provides: tex(cidcmr3-h.vf) = %{tl_version} -Provides: tex(cidcmr3-v.vf) = %{tl_version} -Provides: tex(cidcmr4-h.vf) = %{tl_version} -Provides: tex(cidcmr4-v.vf) = %{tl_version} -Provides: tex(cidcmr5-h.vf) = %{tl_version} -Provides: tex(cidcmr5-v.vf) = %{tl_version} -Provides: tex(cidcmr6-h.vf) = %{tl_version} -Provides: tex(cidcmr6-v.vf) = %{tl_version} -Provides: tex(cidcmr7-h.vf) = %{tl_version} -Provides: tex(cidcmr7-v.vf) = %{tl_version} -Provides: tex(cidjgb0-h.vf) = %{tl_version} -Provides: tex(cidjgb0-v.vf) = %{tl_version} -Provides: tex(cidjgb1-h.vf) = %{tl_version} -Provides: tex(cidjgb1-v.vf) = %{tl_version} -Provides: tex(cidjgb2-h.vf) = %{tl_version} -Provides: tex(cidjgb2-v.vf) = %{tl_version} -Provides: tex(cidjgb3-h.vf) = %{tl_version} -Provides: tex(cidjgb3-v.vf) = %{tl_version} -Provides: tex(cidjgb4-h.vf) = %{tl_version} -Provides: tex(cidjgb4-v.vf) = %{tl_version} -Provides: tex(cidjgb5-h.vf) = %{tl_version} -Provides: tex(cidjgb5-v.vf) = %{tl_version} -Provides: tex(cidjgr0-h.vf) = %{tl_version} -Provides: tex(cidjgr0-v.vf) = %{tl_version} -Provides: tex(cidjgr1-h.vf) = %{tl_version} -Provides: tex(cidjgr1-v.vf) = %{tl_version} -Provides: tex(cidjgr2-h.vf) = %{tl_version} -Provides: tex(cidjgr2-v.vf) = %{tl_version} -Provides: tex(cidjgr3-h.vf) = %{tl_version} -Provides: tex(cidjgr3-v.vf) = %{tl_version} -Provides: tex(cidjgr4-h.vf) = %{tl_version} -Provides: tex(cidjgr4-v.vf) = %{tl_version} -Provides: tex(cidjgr5-h.vf) = %{tl_version} -Provides: tex(cidjgr5-v.vf) = %{tl_version} -Provides: tex(cidjmb0-h.vf) = %{tl_version} -Provides: tex(cidjmb0-v.vf) = %{tl_version} -Provides: tex(cidjmb1-h.vf) = %{tl_version} -Provides: tex(cidjmb1-v.vf) = %{tl_version} -Provides: tex(cidjmb2-h.vf) = %{tl_version} -Provides: tex(cidjmb2-v.vf) = %{tl_version} -Provides: tex(cidjmb3-h.vf) = %{tl_version} -Provides: tex(cidjmb3-v.vf) = %{tl_version} -Provides: tex(cidjmb4-h.vf) = %{tl_version} -Provides: tex(cidjmb4-v.vf) = %{tl_version} -Provides: tex(cidjmb5-h.vf) = %{tl_version} -Provides: tex(cidjmb5-v.vf) = %{tl_version} -Provides: tex(cidjmgr0-h.vf) = %{tl_version} -Provides: tex(cidjmgr0-v.vf) = %{tl_version} -Provides: tex(cidjmgr1-h.vf) = %{tl_version} -Provides: tex(cidjmgr1-v.vf) = %{tl_version} -Provides: tex(cidjmgr2-h.vf) = %{tl_version} -Provides: tex(cidjmgr2-v.vf) = %{tl_version} -Provides: tex(cidjmgr3-h.vf) = %{tl_version} -Provides: tex(cidjmgr3-v.vf) = %{tl_version} -Provides: tex(cidjmgr4-h.vf) = %{tl_version} -Provides: tex(cidjmgr4-v.vf) = %{tl_version} -Provides: tex(cidjmgr5-h.vf) = %{tl_version} -Provides: tex(cidjmgr5-v.vf) = %{tl_version} -Provides: tex(cidjml0-h.vf) = %{tl_version} -Provides: tex(cidjml0-v.vf) = %{tl_version} -Provides: tex(cidjml1-h.vf) = %{tl_version} -Provides: tex(cidjml1-v.vf) = %{tl_version} -Provides: tex(cidjml2-h.vf) = %{tl_version} -Provides: tex(cidjml2-v.vf) = %{tl_version} -Provides: tex(cidjml3-h.vf) = %{tl_version} -Provides: tex(cidjml3-v.vf) = %{tl_version} -Provides: tex(cidjml4-h.vf) = %{tl_version} -Provides: tex(cidjml4-v.vf) = %{tl_version} -Provides: tex(cidjml5-h.vf) = %{tl_version} -Provides: tex(cidjml5-v.vf) = %{tl_version} -Provides: tex(cidjmr0-h.vf) = %{tl_version} -Provides: tex(cidjmr0-v.vf) = %{tl_version} -Provides: tex(cidjmr1-h.vf) = %{tl_version} -Provides: tex(cidjmr1-v.vf) = %{tl_version} -Provides: tex(cidjmr2-h.vf) = %{tl_version} -Provides: tex(cidjmr2-v.vf) = %{tl_version} -Provides: tex(cidjmr3-h.vf) = %{tl_version} -Provides: tex(cidjmr3-v.vf) = %{tl_version} -Provides: tex(cidjmr4-h.vf) = %{tl_version} -Provides: tex(cidjmr4-v.vf) = %{tl_version} -Provides: tex(cidjmr5-h.vf) = %{tl_version} -Provides: tex(cidjmr5-v.vf) = %{tl_version} -Provides: tex(cidkgr0-h.vf) = %{tl_version} -Provides: tex(cidkgr0-v.vf) = %{tl_version} -Provides: tex(cidkgr1-h.vf) = %{tl_version} -Provides: tex(cidkgr1-v.vf) = %{tl_version} -Provides: tex(cidkgr2-h.vf) = %{tl_version} -Provides: tex(cidkgr2-v.vf) = %{tl_version} -Provides: tex(cidkgr3-h.vf) = %{tl_version} -Provides: tex(cidkgr3-v.vf) = %{tl_version} -Provides: tex(cidkgr4-h.vf) = %{tl_version} -Provides: tex(cidkgr4-v.vf) = %{tl_version} -Provides: tex(cidkmr0-h.vf) = %{tl_version} -Provides: tex(cidkmr0-v.vf) = %{tl_version} -Provides: tex(cidkmr1-h.vf) = %{tl_version} -Provides: tex(cidkmr1-v.vf) = %{tl_version} -Provides: tex(cidkmr2-h.vf) = %{tl_version} -Provides: tex(cidkmr2-v.vf) = %{tl_version} -Provides: tex(cidkmr3-h.vf) = %{tl_version} -Provides: tex(cidkmr3-v.vf) = %{tl_version} -Provides: tex(cidkmr4-h.vf) = %{tl_version} -Provides: tex(cidkmr4-v.vf) = %{tl_version} -Provides: tex(cidtgr0-h.vf) = %{tl_version} -Provides: tex(cidtgr0-v.vf) = %{tl_version} -Provides: tex(cidtgr1-h.vf) = %{tl_version} -Provides: tex(cidtgr1-v.vf) = %{tl_version} -Provides: tex(cidtgr2-h.vf) = %{tl_version} -Provides: tex(cidtgr2-v.vf) = %{tl_version} -Provides: tex(cidtgr3-h.vf) = %{tl_version} -Provides: tex(cidtgr3-v.vf) = %{tl_version} -Provides: tex(cidtgr4-h.vf) = %{tl_version} -Provides: tex(cidtgr4-v.vf) = %{tl_version} -Provides: tex(cidtmr0-h.vf) = %{tl_version} -Provides: tex(cidtmr0-v.vf) = %{tl_version} -Provides: tex(cidtmr1-h.vf) = %{tl_version} -Provides: tex(cidtmr1-v.vf) = %{tl_version} -Provides: tex(cidtmr2-h.vf) = %{tl_version} -Provides: tex(cidtmr2-v.vf) = %{tl_version} -Provides: tex(cidtmr3-h.vf) = %{tl_version} -Provides: tex(cidtmr3-v.vf) = %{tl_version} -Provides: tex(cidtmr4-h.vf) = %{tl_version} -Provides: tex(cidtmr4-v.vf) = %{tl_version} -Provides: tex(expgothb-h.vf) = %{tl_version} -Provides: tex(expgothb-v.vf) = %{tl_version} -Provides: tex(expgothbn-h.vf) = %{tl_version} -Provides: tex(expgothbn-v.vf) = %{tl_version} -Provides: tex(expgothr-h.vf) = %{tl_version} -Provides: tex(expgothr-v.vf) = %{tl_version} -Provides: tex(expgothrn-h.vf) = %{tl_version} -Provides: tex(expgothrn-v.vf) = %{tl_version} -Provides: tex(expmgothr-h.vf) = %{tl_version} -Provides: tex(expmgothr-v.vf) = %{tl_version} -Provides: tex(expmgothrn-h.vf) = %{tl_version} -Provides: tex(expmgothrn-v.vf) = %{tl_version} -Provides: tex(expminb-h.vf) = %{tl_version} -Provides: tex(expminb-v.vf) = %{tl_version} -Provides: tex(expminbn-h.vf) = %{tl_version} -Provides: tex(expminbn-v.vf) = %{tl_version} -Provides: tex(expminl-h.vf) = %{tl_version} -Provides: tex(expminl-v.vf) = %{tl_version} -Provides: tex(expminln-h.vf) = %{tl_version} -Provides: tex(expminln-v.vf) = %{tl_version} -Provides: tex(expminr-h.vf) = %{tl_version} -Provides: tex(expminr-v.vf) = %{tl_version} -Provides: tex(expminrn-h.vf) = %{tl_version} -Provides: tex(expminrn-v.vf) = %{tl_version} -Provides: tex(nmlgothb-h.vf) = %{tl_version} -Provides: tex(nmlgothb-v.vf) = %{tl_version} -Provides: tex(nmlgothbn-h.vf) = %{tl_version} -Provides: tex(nmlgothbn-v.vf) = %{tl_version} -Provides: tex(nmlgotheb-h.vf) = %{tl_version} -Provides: tex(nmlgotheb-v.vf) = %{tl_version} -Provides: tex(nmlgothr-h.vf) = %{tl_version} -Provides: tex(nmlgothr-v.vf) = %{tl_version} -Provides: tex(nmlgothrn-h.vf) = %{tl_version} -Provides: tex(nmlgothrn-v.vf) = %{tl_version} -Provides: tex(nmlmgothr-h.vf) = %{tl_version} -Provides: tex(nmlmgothr-v.vf) = %{tl_version} -Provides: tex(nmlmgothrn-h.vf) = %{tl_version} -Provides: tex(nmlmgothrn-v.vf) = %{tl_version} -Provides: tex(nmlminb-h.vf) = %{tl_version} -Provides: tex(nmlminb-v.vf) = %{tl_version} -Provides: tex(nmlminbn-h.vf) = %{tl_version} -Provides: tex(nmlminbn-v.vf) = %{tl_version} -Provides: tex(nmlminl-h.vf) = %{tl_version} -Provides: tex(nmlminl-v.vf) = %{tl_version} -Provides: tex(nmlminln-h.vf) = %{tl_version} -Provides: tex(nmlminln-v.vf) = %{tl_version} -Provides: tex(nmlminr-h.vf) = %{tl_version} -Provides: tex(nmlminr-v.vf) = %{tl_version} -Provides: tex(nmlminrn-h.vf) = %{tl_version} -Provides: tex(nmlminrn-v.vf) = %{tl_version} -Provides: tex(phirakakuw3-h.vf) = %{tl_version} -Provides: tex(phirakakuw3-v.vf) = %{tl_version} -Provides: tex(phirakakuw6-h.vf) = %{tl_version} -Provides: tex(phirakakuw6-v.vf) = %{tl_version} -Provides: tex(phiramaruw4-h.vf) = %{tl_version} -Provides: tex(phiramaruw4-v.vf) = %{tl_version} -Provides: tex(phiraminw3-h.vf) = %{tl_version} -Provides: tex(phiraminw3-v.vf) = %{tl_version} -Provides: tex(phiraminw6-h.vf) = %{tl_version} -Provides: tex(phiraminw6-v.vf) = %{tl_version} -Provides: tex(rubygothb-h.vf) = %{tl_version} -Provides: tex(rubygothb-v.vf) = %{tl_version} -Provides: tex(rubygothr-h.vf) = %{tl_version} -Provides: tex(rubygothr-v.vf) = %{tl_version} -Provides: tex(rubymgothr-h.vf) = %{tl_version} -Provides: tex(rubymgothr-v.vf) = %{tl_version} -Provides: tex(rubyminb-h.vf) = %{tl_version} -Provides: tex(rubyminb-v.vf) = %{tl_version} -Provides: tex(rubyminl-h.vf) = %{tl_version} -Provides: tex(rubyminl-v.vf) = %{tl_version} -Provides: tex(rubyminr-h.vf) = %{tl_version} -Provides: tex(rubyminr-v.vf) = %{tl_version} -Provides: tex(utfcgr0-h.vf) = %{tl_version} -Provides: tex(utfcgr0-v.vf) = %{tl_version} -Provides: tex(utfcgr1-h.vf) = %{tl_version} -Provides: tex(utfcgr1-v.vf) = %{tl_version} -Provides: tex(utfcgr2-h.vf) = %{tl_version} -Provides: tex(utfcgr2-v.vf) = %{tl_version} -Provides: tex(utfcgr3-h.vf) = %{tl_version} -Provides: tex(utfcgr3-v.vf) = %{tl_version} -Provides: tex(utfcgr4-h.vf) = %{tl_version} -Provides: tex(utfcgr4-v.vf) = %{tl_version} -Provides: tex(utfcgr5-h.vf) = %{tl_version} -Provides: tex(utfcgr5-v.vf) = %{tl_version} -Provides: tex(utfcgr6-h.vf) = %{tl_version} -Provides: tex(utfcgr6-v.vf) = %{tl_version} -Provides: tex(utfcgr7-h.vf) = %{tl_version} -Provides: tex(utfcgr7-v.vf) = %{tl_version} -Provides: tex(utfcgr8-h.vf) = %{tl_version} -Provides: tex(utfcgr8-v.vf) = %{tl_version} -Provides: tex(utfcgr9-h.vf) = %{tl_version} -Provides: tex(utfcgr9-v.vf) = %{tl_version} -Provides: tex(utfcgra-h.vf) = %{tl_version} -Provides: tex(utfcgra-v.vf) = %{tl_version} -Provides: tex(utfcgrb-h.vf) = %{tl_version} -Provides: tex(utfcgrb-v.vf) = %{tl_version} -Provides: tex(utfcgrc-h.vf) = %{tl_version} -Provides: tex(utfcgrc-v.vf) = %{tl_version} -Provides: tex(utfcgrd-h.vf) = %{tl_version} -Provides: tex(utfcgrd-v.vf) = %{tl_version} -Provides: tex(utfcgre-h.vf) = %{tl_version} -Provides: tex(utfcgre-v.vf) = %{tl_version} -Provides: tex(utfcgrf-h.vf) = %{tl_version} -Provides: tex(utfcgrf-v.vf) = %{tl_version} -Provides: tex(utfcmr0-h.vf) = %{tl_version} -Provides: tex(utfcmr0-v.vf) = %{tl_version} -Provides: tex(utfcmr1-h.vf) = %{tl_version} -Provides: tex(utfcmr1-v.vf) = %{tl_version} -Provides: tex(utfcmr2-h.vf) = %{tl_version} -Provides: tex(utfcmr2-v.vf) = %{tl_version} -Provides: tex(utfcmr3-h.vf) = %{tl_version} -Provides: tex(utfcmr3-v.vf) = %{tl_version} -Provides: tex(utfcmr4-h.vf) = %{tl_version} -Provides: tex(utfcmr4-v.vf) = %{tl_version} -Provides: tex(utfcmr5-h.vf) = %{tl_version} -Provides: tex(utfcmr5-v.vf) = %{tl_version} -Provides: tex(utfcmr6-h.vf) = %{tl_version} -Provides: tex(utfcmr6-v.vf) = %{tl_version} -Provides: tex(utfcmr7-h.vf) = %{tl_version} -Provides: tex(utfcmr7-v.vf) = %{tl_version} -Provides: tex(utfcmr8-h.vf) = %{tl_version} -Provides: tex(utfcmr8-v.vf) = %{tl_version} -Provides: tex(utfcmr9-h.vf) = %{tl_version} -Provides: tex(utfcmr9-v.vf) = %{tl_version} -Provides: tex(utfcmra-h.vf) = %{tl_version} -Provides: tex(utfcmra-v.vf) = %{tl_version} -Provides: tex(utfcmrb-h.vf) = %{tl_version} -Provides: tex(utfcmrb-v.vf) = %{tl_version} -Provides: tex(utfcmrc-h.vf) = %{tl_version} -Provides: tex(utfcmrc-v.vf) = %{tl_version} -Provides: tex(utfcmrd-h.vf) = %{tl_version} -Provides: tex(utfcmrd-v.vf) = %{tl_version} -Provides: tex(utfcmre-h.vf) = %{tl_version} -Provides: tex(utfcmre-v.vf) = %{tl_version} -Provides: tex(utfcmrf-h.vf) = %{tl_version} -Provides: tex(utfcmrf-v.vf) = %{tl_version} -Provides: tex(utfgr0-h.vf) = %{tl_version} -Provides: tex(utfgr0-v.vf) = %{tl_version} -Provides: tex(utfgr1-h.vf) = %{tl_version} -Provides: tex(utfgr1-v.vf) = %{tl_version} -Provides: tex(utfgr2-h.vf) = %{tl_version} -Provides: tex(utfgr2-v.vf) = %{tl_version} -Provides: tex(utfgr3-h.vf) = %{tl_version} -Provides: tex(utfgr3-v.vf) = %{tl_version} -Provides: tex(utfgr4-h.vf) = %{tl_version} -Provides: tex(utfgr4-v.vf) = %{tl_version} -Provides: tex(utfgr5-h.vf) = %{tl_version} -Provides: tex(utfgr5-v.vf) = %{tl_version} -Provides: tex(utfgr6-h.vf) = %{tl_version} -Provides: tex(utfgr6-v.vf) = %{tl_version} -Provides: tex(utfgr7-h.vf) = %{tl_version} -Provides: tex(utfgr7-v.vf) = %{tl_version} -Provides: tex(utfgr8-h.vf) = %{tl_version} -Provides: tex(utfgr8-v.vf) = %{tl_version} -Provides: tex(utfgr9-h.vf) = %{tl_version} -Provides: tex(utfgr9-v.vf) = %{tl_version} -Provides: tex(utfgra-h.vf) = %{tl_version} -Provides: tex(utfgra-v.vf) = %{tl_version} -Provides: tex(utfgrb-h.vf) = %{tl_version} -Provides: tex(utfgrb-v.vf) = %{tl_version} -Provides: tex(utfgrc-h.vf) = %{tl_version} -Provides: tex(utfgrc-v.vf) = %{tl_version} -Provides: tex(utfgrd-h.vf) = %{tl_version} -Provides: tex(utfgrd-v.vf) = %{tl_version} -Provides: tex(utfgre-h.vf) = %{tl_version} -Provides: tex(utfgre-v.vf) = %{tl_version} -Provides: tex(utfgrf-h.vf) = %{tl_version} -Provides: tex(utfgrf-v.vf) = %{tl_version} -Provides: tex(utfjgb0-h.vf) = %{tl_version} -Provides: tex(utfjgb0-v.vf) = %{tl_version} -Provides: tex(utfjgb1-h.vf) = %{tl_version} -Provides: tex(utfjgb1-v.vf) = %{tl_version} -Provides: tex(utfjgb2-h.vf) = %{tl_version} -Provides: tex(utfjgb2-v.vf) = %{tl_version} -Provides: tex(utfjgb3-h.vf) = %{tl_version} -Provides: tex(utfjgb3-v.vf) = %{tl_version} -Provides: tex(utfjgb4-h.vf) = %{tl_version} -Provides: tex(utfjgb4-v.vf) = %{tl_version} -Provides: tex(utfjgb5-h.vf) = %{tl_version} -Provides: tex(utfjgb5-v.vf) = %{tl_version} -Provides: tex(utfjgb6-h.vf) = %{tl_version} -Provides: tex(utfjgb6-v.vf) = %{tl_version} -Provides: tex(utfjgb7-h.vf) = %{tl_version} -Provides: tex(utfjgb7-v.vf) = %{tl_version} -Provides: tex(utfjgb8-h.vf) = %{tl_version} -Provides: tex(utfjgb8-v.vf) = %{tl_version} -Provides: tex(utfjgb9-h.vf) = %{tl_version} -Provides: tex(utfjgb9-v.vf) = %{tl_version} -Provides: tex(utfjgba-h.vf) = %{tl_version} -Provides: tex(utfjgba-v.vf) = %{tl_version} -Provides: tex(utfjgbb-h.vf) = %{tl_version} -Provides: tex(utfjgbb-v.vf) = %{tl_version} -Provides: tex(utfjgbc-h.vf) = %{tl_version} -Provides: tex(utfjgbc-v.vf) = %{tl_version} -Provides: tex(utfjgbd-h.vf) = %{tl_version} -Provides: tex(utfjgbd-v.vf) = %{tl_version} -Provides: tex(utfjgbe-h.vf) = %{tl_version} -Provides: tex(utfjgbe-v.vf) = %{tl_version} -Provides: tex(utfjgbf-h.vf) = %{tl_version} -Provides: tex(utfjgbf-v.vf) = %{tl_version} -Provides: tex(utfjgbn0-h.vf) = %{tl_version} -Provides: tex(utfjgbn0-v.vf) = %{tl_version} -Provides: tex(utfjgbn1-h.vf) = %{tl_version} -Provides: tex(utfjgbn1-v.vf) = %{tl_version} -Provides: tex(utfjgbn2-h.vf) = %{tl_version} -Provides: tex(utfjgbn2-v.vf) = %{tl_version} -Provides: tex(utfjgbn3-h.vf) = %{tl_version} -Provides: tex(utfjgbn3-v.vf) = %{tl_version} -Provides: tex(utfjgbn4-h.vf) = %{tl_version} -Provides: tex(utfjgbn4-v.vf) = %{tl_version} -Provides: tex(utfjgbn5-h.vf) = %{tl_version} -Provides: tex(utfjgbn5-v.vf) = %{tl_version} -Provides: tex(utfjgbn6-h.vf) = %{tl_version} -Provides: tex(utfjgbn6-v.vf) = %{tl_version} -Provides: tex(utfjgbn7-h.vf) = %{tl_version} -Provides: tex(utfjgbn7-v.vf) = %{tl_version} -Provides: tex(utfjgbn8-h.vf) = %{tl_version} -Provides: tex(utfjgbn8-v.vf) = %{tl_version} -Provides: tex(utfjgbn9-h.vf) = %{tl_version} -Provides: tex(utfjgbn9-v.vf) = %{tl_version} -Provides: tex(utfjgbna-h.vf) = %{tl_version} -Provides: tex(utfjgbna-v.vf) = %{tl_version} -Provides: tex(utfjgbnb-h.vf) = %{tl_version} -Provides: tex(utfjgbnb-v.vf) = %{tl_version} -Provides: tex(utfjgbnc-h.vf) = %{tl_version} -Provides: tex(utfjgbnc-v.vf) = %{tl_version} -Provides: tex(utfjgbnd-h.vf) = %{tl_version} -Provides: tex(utfjgbnd-v.vf) = %{tl_version} -Provides: tex(utfjgbne-h.vf) = %{tl_version} -Provides: tex(utfjgbne-v.vf) = %{tl_version} -Provides: tex(utfjgbnf-h.vf) = %{tl_version} -Provides: tex(utfjgbnf-v.vf) = %{tl_version} -Provides: tex(utfjgr0-h.vf) = %{tl_version} -Provides: tex(utfjgr0-v.vf) = %{tl_version} -Provides: tex(utfjgr1-h.vf) = %{tl_version} -Provides: tex(utfjgr1-v.vf) = %{tl_version} -Provides: tex(utfjgr2-h.vf) = %{tl_version} -Provides: tex(utfjgr2-v.vf) = %{tl_version} -Provides: tex(utfjgr3-h.vf) = %{tl_version} -Provides: tex(utfjgr3-v.vf) = %{tl_version} -Provides: tex(utfjgr4-h.vf) = %{tl_version} -Provides: tex(utfjgr4-v.vf) = %{tl_version} -Provides: tex(utfjgr5-h.vf) = %{tl_version} -Provides: tex(utfjgr5-v.vf) = %{tl_version} -Provides: tex(utfjgr6-h.vf) = %{tl_version} -Provides: tex(utfjgr6-v.vf) = %{tl_version} -Provides: tex(utfjgr7-h.vf) = %{tl_version} -Provides: tex(utfjgr7-v.vf) = %{tl_version} -Provides: tex(utfjgr8-h.vf) = %{tl_version} -Provides: tex(utfjgr8-v.vf) = %{tl_version} -Provides: tex(utfjgr9-h.vf) = %{tl_version} -Provides: tex(utfjgr9-v.vf) = %{tl_version} -Provides: tex(utfjgra-h.vf) = %{tl_version} -Provides: tex(utfjgra-v.vf) = %{tl_version} -Provides: tex(utfjgrb-h.vf) = %{tl_version} -Provides: tex(utfjgrb-v.vf) = %{tl_version} -Provides: tex(utfjgrc-h.vf) = %{tl_version} -Provides: tex(utfjgrc-v.vf) = %{tl_version} -Provides: tex(utfjgrd-h.vf) = %{tl_version} -Provides: tex(utfjgrd-v.vf) = %{tl_version} -Provides: tex(utfjgre-h.vf) = %{tl_version} -Provides: tex(utfjgre-v.vf) = %{tl_version} -Provides: tex(utfjgrf-h.vf) = %{tl_version} -Provides: tex(utfjgrf-v.vf) = %{tl_version} -Provides: tex(utfjgrn0-h.vf) = %{tl_version} -Provides: tex(utfjgrn0-v.vf) = %{tl_version} -Provides: tex(utfjgrn1-h.vf) = %{tl_version} -Provides: tex(utfjgrn1-v.vf) = %{tl_version} -Provides: tex(utfjgrn2-h.vf) = %{tl_version} -Provides: tex(utfjgrn2-v.vf) = %{tl_version} -Provides: tex(utfjgrn3-h.vf) = %{tl_version} -Provides: tex(utfjgrn3-v.vf) = %{tl_version} -Provides: tex(utfjgrn4-h.vf) = %{tl_version} -Provides: tex(utfjgrn4-v.vf) = %{tl_version} -Provides: tex(utfjgrn5-h.vf) = %{tl_version} -Provides: tex(utfjgrn5-v.vf) = %{tl_version} -Provides: tex(utfjgrn6-h.vf) = %{tl_version} -Provides: tex(utfjgrn6-v.vf) = %{tl_version} -Provides: tex(utfjgrn7-h.vf) = %{tl_version} -Provides: tex(utfjgrn7-v.vf) = %{tl_version} -Provides: tex(utfjgrn8-h.vf) = %{tl_version} -Provides: tex(utfjgrn8-v.vf) = %{tl_version} -Provides: tex(utfjgrn9-h.vf) = %{tl_version} -Provides: tex(utfjgrn9-v.vf) = %{tl_version} -Provides: tex(utfjgrna-h.vf) = %{tl_version} -Provides: tex(utfjgrna-v.vf) = %{tl_version} -Provides: tex(utfjgrnb-h.vf) = %{tl_version} -Provides: tex(utfjgrnb-v.vf) = %{tl_version} -Provides: tex(utfjgrnc-h.vf) = %{tl_version} -Provides: tex(utfjgrnc-v.vf) = %{tl_version} -Provides: tex(utfjgrnd-h.vf) = %{tl_version} -Provides: tex(utfjgrnd-v.vf) = %{tl_version} -Provides: tex(utfjgrne-h.vf) = %{tl_version} -Provides: tex(utfjgrne-v.vf) = %{tl_version} -Provides: tex(utfjgrnf-h.vf) = %{tl_version} -Provides: tex(utfjgrnf-v.vf) = %{tl_version} -Provides: tex(utfjmb0-h.vf) = %{tl_version} -Provides: tex(utfjmb0-v.vf) = %{tl_version} -Provides: tex(utfjmb1-h.vf) = %{tl_version} -Provides: tex(utfjmb1-v.vf) = %{tl_version} -Provides: tex(utfjmb2-h.vf) = %{tl_version} -Provides: tex(utfjmb2-v.vf) = %{tl_version} -Provides: tex(utfjmb3-h.vf) = %{tl_version} -Provides: tex(utfjmb3-v.vf) = %{tl_version} -Provides: tex(utfjmb4-h.vf) = %{tl_version} -Provides: tex(utfjmb4-v.vf) = %{tl_version} -Provides: tex(utfjmb5-h.vf) = %{tl_version} -Provides: tex(utfjmb5-v.vf) = %{tl_version} -Provides: tex(utfjmb6-h.vf) = %{tl_version} -Provides: tex(utfjmb6-v.vf) = %{tl_version} -Provides: tex(utfjmb7-h.vf) = %{tl_version} -Provides: tex(utfjmb7-v.vf) = %{tl_version} -Provides: tex(utfjmb8-h.vf) = %{tl_version} -Provides: tex(utfjmb8-v.vf) = %{tl_version} -Provides: tex(utfjmb9-h.vf) = %{tl_version} -Provides: tex(utfjmb9-v.vf) = %{tl_version} -Provides: tex(utfjmba-h.vf) = %{tl_version} -Provides: tex(utfjmba-v.vf) = %{tl_version} -Provides: tex(utfjmbb-h.vf) = %{tl_version} -Provides: tex(utfjmbb-v.vf) = %{tl_version} -Provides: tex(utfjmbc-h.vf) = %{tl_version} -Provides: tex(utfjmbc-v.vf) = %{tl_version} -Provides: tex(utfjmbd-h.vf) = %{tl_version} -Provides: tex(utfjmbd-v.vf) = %{tl_version} -Provides: tex(utfjmbe-h.vf) = %{tl_version} -Provides: tex(utfjmbe-v.vf) = %{tl_version} -Provides: tex(utfjmbf-h.vf) = %{tl_version} -Provides: tex(utfjmbf-v.vf) = %{tl_version} -Provides: tex(utfjmbn0-h.vf) = %{tl_version} -Provides: tex(utfjmbn0-v.vf) = %{tl_version} -Provides: tex(utfjmbn1-h.vf) = %{tl_version} -Provides: tex(utfjmbn1-v.vf) = %{tl_version} -Provides: tex(utfjmbn2-h.vf) = %{tl_version} -Provides: tex(utfjmbn2-v.vf) = %{tl_version} -Provides: tex(utfjmbn3-h.vf) = %{tl_version} -Provides: tex(utfjmbn3-v.vf) = %{tl_version} -Provides: tex(utfjmbn4-h.vf) = %{tl_version} -Provides: tex(utfjmbn4-v.vf) = %{tl_version} -Provides: tex(utfjmbn5-h.vf) = %{tl_version} -Provides: tex(utfjmbn5-v.vf) = %{tl_version} -Provides: tex(utfjmbn6-h.vf) = %{tl_version} -Provides: tex(utfjmbn6-v.vf) = %{tl_version} -Provides: tex(utfjmbn7-h.vf) = %{tl_version} -Provides: tex(utfjmbn7-v.vf) = %{tl_version} -Provides: tex(utfjmbn8-h.vf) = %{tl_version} -Provides: tex(utfjmbn8-v.vf) = %{tl_version} -Provides: tex(utfjmbn9-h.vf) = %{tl_version} -Provides: tex(utfjmbn9-v.vf) = %{tl_version} -Provides: tex(utfjmbna-h.vf) = %{tl_version} -Provides: tex(utfjmbna-v.vf) = %{tl_version} -Provides: tex(utfjmbnb-h.vf) = %{tl_version} -Provides: tex(utfjmbnb-v.vf) = %{tl_version} -Provides: tex(utfjmbnc-h.vf) = %{tl_version} -Provides: tex(utfjmbnc-v.vf) = %{tl_version} -Provides: tex(utfjmbnd-h.vf) = %{tl_version} -Provides: tex(utfjmbnd-v.vf) = %{tl_version} -Provides: tex(utfjmbne-h.vf) = %{tl_version} -Provides: tex(utfjmbne-v.vf) = %{tl_version} -Provides: tex(utfjmbnf-h.vf) = %{tl_version} -Provides: tex(utfjmbnf-v.vf) = %{tl_version} -Provides: tex(utfjmgr0-h.vf) = %{tl_version} -Provides: tex(utfjmgr0-v.vf) = %{tl_version} -Provides: tex(utfjmgr1-h.vf) = %{tl_version} -Provides: tex(utfjmgr1-v.vf) = %{tl_version} -Provides: tex(utfjmgr2-h.vf) = %{tl_version} -Provides: tex(utfjmgr2-v.vf) = %{tl_version} -Provides: tex(utfjmgr3-h.vf) = %{tl_version} -Provides: tex(utfjmgr3-v.vf) = %{tl_version} -Provides: tex(utfjmgr4-h.vf) = %{tl_version} -Provides: tex(utfjmgr4-v.vf) = %{tl_version} -Provides: tex(utfjmgr5-h.vf) = %{tl_version} -Provides: tex(utfjmgr5-v.vf) = %{tl_version} -Provides: tex(utfjmgr6-h.vf) = %{tl_version} -Provides: tex(utfjmgr6-v.vf) = %{tl_version} -Provides: tex(utfjmgr7-h.vf) = %{tl_version} -Provides: tex(utfjmgr7-v.vf) = %{tl_version} -Provides: tex(utfjmgr8-h.vf) = %{tl_version} -Provides: tex(utfjmgr8-v.vf) = %{tl_version} -Provides: tex(utfjmgr9-h.vf) = %{tl_version} -Provides: tex(utfjmgr9-v.vf) = %{tl_version} -Provides: tex(utfjmgra-h.vf) = %{tl_version} -Provides: tex(utfjmgra-v.vf) = %{tl_version} -Provides: tex(utfjmgrb-h.vf) = %{tl_version} -Provides: tex(utfjmgrb-v.vf) = %{tl_version} -Provides: tex(utfjmgrc-h.vf) = %{tl_version} -Provides: tex(utfjmgrc-v.vf) = %{tl_version} -Provides: tex(utfjmgrd-h.vf) = %{tl_version} -Provides: tex(utfjmgrd-v.vf) = %{tl_version} -Provides: tex(utfjmgre-h.vf) = %{tl_version} -Provides: tex(utfjmgre-v.vf) = %{tl_version} -Provides: tex(utfjmgrf-h.vf) = %{tl_version} -Provides: tex(utfjmgrf-v.vf) = %{tl_version} -Provides: tex(utfjmgrn0-h.vf) = %{tl_version} -Provides: tex(utfjmgrn0-v.vf) = %{tl_version} -Provides: tex(utfjmgrn1-h.vf) = %{tl_version} -Provides: tex(utfjmgrn1-v.vf) = %{tl_version} -Provides: tex(utfjmgrn2-h.vf) = %{tl_version} -Provides: tex(utfjmgrn2-v.vf) = %{tl_version} -Provides: tex(utfjmgrn3-h.vf) = %{tl_version} -Provides: tex(utfjmgrn3-v.vf) = %{tl_version} -Provides: tex(utfjmgrn4-h.vf) = %{tl_version} -Provides: tex(utfjmgrn4-v.vf) = %{tl_version} -Provides: tex(utfjmgrn5-h.vf) = %{tl_version} -Provides: tex(utfjmgrn5-v.vf) = %{tl_version} -Provides: tex(utfjmgrn6-h.vf) = %{tl_version} -Provides: tex(utfjmgrn6-v.vf) = %{tl_version} -Provides: tex(utfjmgrn7-h.vf) = %{tl_version} -Provides: tex(utfjmgrn7-v.vf) = %{tl_version} -Provides: tex(utfjmgrn8-h.vf) = %{tl_version} -Provides: tex(utfjmgrn8-v.vf) = %{tl_version} -Provides: tex(utfjmgrn9-h.vf) = %{tl_version} -Provides: tex(utfjmgrn9-v.vf) = %{tl_version} -Provides: tex(utfjmgrna-h.vf) = %{tl_version} -Provides: tex(utfjmgrna-v.vf) = %{tl_version} -Provides: tex(utfjmgrnb-h.vf) = %{tl_version} -Provides: tex(utfjmgrnb-v.vf) = %{tl_version} -Provides: tex(utfjmgrnc-h.vf) = %{tl_version} -Provides: tex(utfjmgrnc-v.vf) = %{tl_version} -Provides: tex(utfjmgrnd-h.vf) = %{tl_version} -Provides: tex(utfjmgrnd-v.vf) = %{tl_version} -Provides: tex(utfjmgrne-h.vf) = %{tl_version} -Provides: tex(utfjmgrne-v.vf) = %{tl_version} -Provides: tex(utfjmgrnf-h.vf) = %{tl_version} -Provides: tex(utfjmgrnf-v.vf) = %{tl_version} -Provides: tex(utfjml0-h.vf) = %{tl_version} -Provides: tex(utfjml0-v.vf) = %{tl_version} -Provides: tex(utfjml1-h.vf) = %{tl_version} -Provides: tex(utfjml1-v.vf) = %{tl_version} -Provides: tex(utfjml2-h.vf) = %{tl_version} -Provides: tex(utfjml2-v.vf) = %{tl_version} -Provides: tex(utfjml3-h.vf) = %{tl_version} -Provides: tex(utfjml3-v.vf) = %{tl_version} -Provides: tex(utfjml4-h.vf) = %{tl_version} -Provides: tex(utfjml4-v.vf) = %{tl_version} -Provides: tex(utfjml5-h.vf) = %{tl_version} -Provides: tex(utfjml5-v.vf) = %{tl_version} -Provides: tex(utfjml6-h.vf) = %{tl_version} -Provides: tex(utfjml6-v.vf) = %{tl_version} -Provides: tex(utfjml7-h.vf) = %{tl_version} -Provides: tex(utfjml7-v.vf) = %{tl_version} -Provides: tex(utfjml8-h.vf) = %{tl_version} -Provides: tex(utfjml8-v.vf) = %{tl_version} -Provides: tex(utfjml9-h.vf) = %{tl_version} -Provides: tex(utfjml9-v.vf) = %{tl_version} -Provides: tex(utfjmla-h.vf) = %{tl_version} -Provides: tex(utfjmla-v.vf) = %{tl_version} -Provides: tex(utfjmlb-h.vf) = %{tl_version} -Provides: tex(utfjmlb-v.vf) = %{tl_version} -Provides: tex(utfjmlc-h.vf) = %{tl_version} -Provides: tex(utfjmlc-v.vf) = %{tl_version} -Provides: tex(utfjmld-h.vf) = %{tl_version} -Provides: tex(utfjmld-v.vf) = %{tl_version} -Provides: tex(utfjmle-h.vf) = %{tl_version} -Provides: tex(utfjmle-v.vf) = %{tl_version} -Provides: tex(utfjmlf-h.vf) = %{tl_version} -Provides: tex(utfjmlf-v.vf) = %{tl_version} -Provides: tex(utfjmln0-h.vf) = %{tl_version} -Provides: tex(utfjmln0-v.vf) = %{tl_version} -Provides: tex(utfjmln1-h.vf) = %{tl_version} -Provides: tex(utfjmln1-v.vf) = %{tl_version} -Provides: tex(utfjmln2-h.vf) = %{tl_version} -Provides: tex(utfjmln2-v.vf) = %{tl_version} -Provides: tex(utfjmln3-h.vf) = %{tl_version} -Provides: tex(utfjmln3-v.vf) = %{tl_version} -Provides: tex(utfjmln4-h.vf) = %{tl_version} -Provides: tex(utfjmln4-v.vf) = %{tl_version} -Provides: tex(utfjmln5-h.vf) = %{tl_version} -Provides: tex(utfjmln5-v.vf) = %{tl_version} -Provides: tex(utfjmln6-h.vf) = %{tl_version} -Provides: tex(utfjmln6-v.vf) = %{tl_version} -Provides: tex(utfjmln7-h.vf) = %{tl_version} -Provides: tex(utfjmln7-v.vf) = %{tl_version} -Provides: tex(utfjmln8-h.vf) = %{tl_version} -Provides: tex(utfjmln8-v.vf) = %{tl_version} -Provides: tex(utfjmln9-h.vf) = %{tl_version} -Provides: tex(utfjmln9-v.vf) = %{tl_version} -Provides: tex(utfjmlna-h.vf) = %{tl_version} -Provides: tex(utfjmlna-v.vf) = %{tl_version} -Provides: tex(utfjmlnb-h.vf) = %{tl_version} -Provides: tex(utfjmlnb-v.vf) = %{tl_version} -Provides: tex(utfjmlnc-h.vf) = %{tl_version} -Provides: tex(utfjmlnc-v.vf) = %{tl_version} -Provides: tex(utfjmlnd-h.vf) = %{tl_version} -Provides: tex(utfjmlnd-v.vf) = %{tl_version} -Provides: tex(utfjmlne-h.vf) = %{tl_version} -Provides: tex(utfjmlne-v.vf) = %{tl_version} -Provides: tex(utfjmlnf-h.vf) = %{tl_version} -Provides: tex(utfjmlnf-v.vf) = %{tl_version} -Provides: tex(utfjmr0-h.vf) = %{tl_version} -Provides: tex(utfjmr0-v.vf) = %{tl_version} -Provides: tex(utfjmr1-h.vf) = %{tl_version} -Provides: tex(utfjmr1-v.vf) = %{tl_version} -Provides: tex(utfjmr2-h.vf) = %{tl_version} -Provides: tex(utfjmr2-v.vf) = %{tl_version} -Provides: tex(utfjmr3-h.vf) = %{tl_version} -Provides: tex(utfjmr3-v.vf) = %{tl_version} -Provides: tex(utfjmr4-h.vf) = %{tl_version} -Provides: tex(utfjmr4-v.vf) = %{tl_version} -Provides: tex(utfjmr5-h.vf) = %{tl_version} -Provides: tex(utfjmr5-v.vf) = %{tl_version} -Provides: tex(utfjmr6-h.vf) = %{tl_version} -Provides: tex(utfjmr6-v.vf) = %{tl_version} -Provides: tex(utfjmr7-h.vf) = %{tl_version} -Provides: tex(utfjmr7-v.vf) = %{tl_version} -Provides: tex(utfjmr8-h.vf) = %{tl_version} -Provides: tex(utfjmr8-v.vf) = %{tl_version} -Provides: tex(utfjmr9-h.vf) = %{tl_version} -Provides: tex(utfjmr9-v.vf) = %{tl_version} -Provides: tex(utfjmra-h.vf) = %{tl_version} -Provides: tex(utfjmra-v.vf) = %{tl_version} -Provides: tex(utfjmrb-h.vf) = %{tl_version} -Provides: tex(utfjmrb-v.vf) = %{tl_version} -Provides: tex(utfjmrc-h.vf) = %{tl_version} -Provides: tex(utfjmrc-v.vf) = %{tl_version} -Provides: tex(utfjmrd-h.vf) = %{tl_version} -Provides: tex(utfjmrd-v.vf) = %{tl_version} -Provides: tex(utfjmre-h.vf) = %{tl_version} -Provides: tex(utfjmre-v.vf) = %{tl_version} -Provides: tex(utfjmrf-h.vf) = %{tl_version} -Provides: tex(utfjmrf-v.vf) = %{tl_version} -Provides: tex(utfjmrn0-h.vf) = %{tl_version} -Provides: tex(utfjmrn0-v.vf) = %{tl_version} -Provides: tex(utfjmrn1-h.vf) = %{tl_version} -Provides: tex(utfjmrn1-v.vf) = %{tl_version} -Provides: tex(utfjmrn2-h.vf) = %{tl_version} -Provides: tex(utfjmrn2-v.vf) = %{tl_version} -Provides: tex(utfjmrn3-h.vf) = %{tl_version} -Provides: tex(utfjmrn3-v.vf) = %{tl_version} -Provides: tex(utfjmrn4-h.vf) = %{tl_version} -Provides: tex(utfjmrn4-v.vf) = %{tl_version} -Provides: tex(utfjmrn5-h.vf) = %{tl_version} -Provides: tex(utfjmrn5-v.vf) = %{tl_version} -Provides: tex(utfjmrn6-h.vf) = %{tl_version} -Provides: tex(utfjmrn6-v.vf) = %{tl_version} -Provides: tex(utfjmrn7-h.vf) = %{tl_version} -Provides: tex(utfjmrn7-v.vf) = %{tl_version} -Provides: tex(utfjmrn8-h.vf) = %{tl_version} -Provides: tex(utfjmrn8-v.vf) = %{tl_version} -Provides: tex(utfjmrn9-h.vf) = %{tl_version} -Provides: tex(utfjmrn9-v.vf) = %{tl_version} -Provides: tex(utfjmrna-h.vf) = %{tl_version} -Provides: tex(utfjmrna-v.vf) = %{tl_version} -Provides: tex(utfjmrnb-h.vf) = %{tl_version} -Provides: tex(utfjmrnb-v.vf) = %{tl_version} -Provides: tex(utfjmrnc-h.vf) = %{tl_version} -Provides: tex(utfjmrnc-v.vf) = %{tl_version} -Provides: tex(utfjmrnd-h.vf) = %{tl_version} -Provides: tex(utfjmrnd-v.vf) = %{tl_version} -Provides: tex(utfjmrne-h.vf) = %{tl_version} -Provides: tex(utfjmrne-v.vf) = %{tl_version} -Provides: tex(utfjmrnf-h.vf) = %{tl_version} -Provides: tex(utfjmrnf-v.vf) = %{tl_version} -Provides: tex(utfkgr0-h.vf) = %{tl_version} -Provides: tex(utfkgr0-v.vf) = %{tl_version} -Provides: tex(utfkgr1-h.vf) = %{tl_version} -Provides: tex(utfkgr1-v.vf) = %{tl_version} -Provides: tex(utfkgr2-h.vf) = %{tl_version} -Provides: tex(utfkgr2-v.vf) = %{tl_version} -Provides: tex(utfkgr3-h.vf) = %{tl_version} -Provides: tex(utfkgr3-v.vf) = %{tl_version} -Provides: tex(utfkgr4-h.vf) = %{tl_version} -Provides: tex(utfkgr4-v.vf) = %{tl_version} -Provides: tex(utfkgr5-h.vf) = %{tl_version} -Provides: tex(utfkgr5-v.vf) = %{tl_version} -Provides: tex(utfkgr6-h.vf) = %{tl_version} -Provides: tex(utfkgr6-v.vf) = %{tl_version} -Provides: tex(utfkgr7-h.vf) = %{tl_version} -Provides: tex(utfkgr7-v.vf) = %{tl_version} -Provides: tex(utfkgr8-h.vf) = %{tl_version} -Provides: tex(utfkgr8-v.vf) = %{tl_version} -Provides: tex(utfkgr9-h.vf) = %{tl_version} -Provides: tex(utfkgr9-v.vf) = %{tl_version} -Provides: tex(utfkgra-h.vf) = %{tl_version} -Provides: tex(utfkgra-v.vf) = %{tl_version} -Provides: tex(utfkgrb-h.vf) = %{tl_version} -Provides: tex(utfkgrb-v.vf) = %{tl_version} -Provides: tex(utfkgrc-h.vf) = %{tl_version} -Provides: tex(utfkgrc-v.vf) = %{tl_version} -Provides: tex(utfkgrd-h.vf) = %{tl_version} -Provides: tex(utfkgrd-v.vf) = %{tl_version} -Provides: tex(utfkgre-h.vf) = %{tl_version} -Provides: tex(utfkgre-v.vf) = %{tl_version} -Provides: tex(utfkgrf-h.vf) = %{tl_version} -Provides: tex(utfkgrf-v.vf) = %{tl_version} -Provides: tex(utfkmr0-h.vf) = %{tl_version} -Provides: tex(utfkmr0-v.vf) = %{tl_version} -Provides: tex(utfkmr1-h.vf) = %{tl_version} -Provides: tex(utfkmr1-v.vf) = %{tl_version} -Provides: tex(utfkmr2-h.vf) = %{tl_version} -Provides: tex(utfkmr2-v.vf) = %{tl_version} -Provides: tex(utfkmr3-h.vf) = %{tl_version} -Provides: tex(utfkmr3-v.vf) = %{tl_version} -Provides: tex(utfkmr4-h.vf) = %{tl_version} -Provides: tex(utfkmr4-v.vf) = %{tl_version} -Provides: tex(utfkmr5-h.vf) = %{tl_version} -Provides: tex(utfkmr5-v.vf) = %{tl_version} -Provides: tex(utfkmr6-h.vf) = %{tl_version} -Provides: tex(utfkmr6-v.vf) = %{tl_version} -Provides: tex(utfkmr7-h.vf) = %{tl_version} -Provides: tex(utfkmr7-v.vf) = %{tl_version} -Provides: tex(utfkmr8-h.vf) = %{tl_version} -Provides: tex(utfkmr8-v.vf) = %{tl_version} -Provides: tex(utfkmr9-h.vf) = %{tl_version} -Provides: tex(utfkmr9-v.vf) = %{tl_version} -Provides: tex(utfkmra-h.vf) = %{tl_version} -Provides: tex(utfkmra-v.vf) = %{tl_version} -Provides: tex(utfkmrb-h.vf) = %{tl_version} -Provides: tex(utfkmrb-v.vf) = %{tl_version} -Provides: tex(utfkmrc-h.vf) = %{tl_version} -Provides: tex(utfkmrc-v.vf) = %{tl_version} -Provides: tex(utfkmrd-h.vf) = %{tl_version} -Provides: tex(utfkmrd-v.vf) = %{tl_version} -Provides: tex(utfkmre-h.vf) = %{tl_version} -Provides: tex(utfkmre-v.vf) = %{tl_version} -Provides: tex(utfkmrf-h.vf) = %{tl_version} -Provides: tex(utfkmrf-v.vf) = %{tl_version} -Provides: tex(utfmr0-h.vf) = %{tl_version} -Provides: tex(utfmr0-v.vf) = %{tl_version} -Provides: tex(utfmr1-h.vf) = %{tl_version} -Provides: tex(utfmr1-v.vf) = %{tl_version} -Provides: tex(utfmr2-h.vf) = %{tl_version} -Provides: tex(utfmr2-v.vf) = %{tl_version} -Provides: tex(utfmr3-h.vf) = %{tl_version} -Provides: tex(utfmr3-v.vf) = %{tl_version} -Provides: tex(utfmr4-h.vf) = %{tl_version} -Provides: tex(utfmr4-v.vf) = %{tl_version} -Provides: tex(utfmr5-h.vf) = %{tl_version} -Provides: tex(utfmr5-v.vf) = %{tl_version} -Provides: tex(utfmr6-h.vf) = %{tl_version} -Provides: tex(utfmr6-v.vf) = %{tl_version} -Provides: tex(utfmr7-h.vf) = %{tl_version} -Provides: tex(utfmr7-v.vf) = %{tl_version} -Provides: tex(utfmr8-h.vf) = %{tl_version} -Provides: tex(utfmr8-v.vf) = %{tl_version} -Provides: tex(utfmr9-h.vf) = %{tl_version} -Provides: tex(utfmr9-v.vf) = %{tl_version} -Provides: tex(utfmra-h.vf) = %{tl_version} -Provides: tex(utfmra-v.vf) = %{tl_version} -Provides: tex(utfmrb-h.vf) = %{tl_version} -Provides: tex(utfmrb-v.vf) = %{tl_version} -Provides: tex(utfmrc-h.vf) = %{tl_version} -Provides: tex(utfmrc-v.vf) = %{tl_version} -Provides: tex(utfmrd-h.vf) = %{tl_version} -Provides: tex(utfmrd-v.vf) = %{tl_version} -Provides: tex(utfmre-h.vf) = %{tl_version} -Provides: tex(utfmre-v.vf) = %{tl_version} -Provides: tex(utfmrf-h.vf) = %{tl_version} -Provides: tex(utfmrf-v.vf) = %{tl_version} -Provides: tex(utftgr0-h.vf) = %{tl_version} -Provides: tex(utftgr0-v.vf) = %{tl_version} -Provides: tex(utftgr1-h.vf) = %{tl_version} -Provides: tex(utftgr1-v.vf) = %{tl_version} -Provides: tex(utftgr2-h.vf) = %{tl_version} -Provides: tex(utftgr2-v.vf) = %{tl_version} -Provides: tex(utftgr3-h.vf) = %{tl_version} -Provides: tex(utftgr3-v.vf) = %{tl_version} -Provides: tex(utftgr4-h.vf) = %{tl_version} -Provides: tex(utftgr4-v.vf) = %{tl_version} -Provides: tex(utftgr5-h.vf) = %{tl_version} -Provides: tex(utftgr5-v.vf) = %{tl_version} -Provides: tex(utftgr6-h.vf) = %{tl_version} -Provides: tex(utftgr6-v.vf) = %{tl_version} -Provides: tex(utftgr7-h.vf) = %{tl_version} -Provides: tex(utftgr7-v.vf) = %{tl_version} -Provides: tex(utftgr8-h.vf) = %{tl_version} -Provides: tex(utftgr8-v.vf) = %{tl_version} -Provides: tex(utftgr9-h.vf) = %{tl_version} -Provides: tex(utftgr9-v.vf) = %{tl_version} -Provides: tex(utftgra-h.vf) = %{tl_version} -Provides: tex(utftgra-v.vf) = %{tl_version} -Provides: tex(utftgrb-h.vf) = %{tl_version} -Provides: tex(utftgrb-v.vf) = %{tl_version} -Provides: tex(utftgrc-h.vf) = %{tl_version} -Provides: tex(utftgrc-v.vf) = %{tl_version} -Provides: tex(utftgrd-h.vf) = %{tl_version} -Provides: tex(utftgrd-v.vf) = %{tl_version} -Provides: tex(utftgre-h.vf) = %{tl_version} -Provides: tex(utftgre-v.vf) = %{tl_version} -Provides: tex(utftgrf-h.vf) = %{tl_version} -Provides: tex(utftgrf-v.vf) = %{tl_version} -Provides: tex(utftmr0-h.vf) = %{tl_version} -Provides: tex(utftmr0-v.vf) = %{tl_version} -Provides: tex(utftmr1-h.vf) = %{tl_version} -Provides: tex(utftmr1-v.vf) = %{tl_version} -Provides: tex(utftmr2-h.vf) = %{tl_version} -Provides: tex(utftmr2-v.vf) = %{tl_version} -Provides: tex(utftmr3-h.vf) = %{tl_version} -Provides: tex(utftmr3-v.vf) = %{tl_version} -Provides: tex(utftmr4-h.vf) = %{tl_version} -Provides: tex(utftmr4-v.vf) = %{tl_version} -Provides: tex(utftmr5-h.vf) = %{tl_version} -Provides: tex(utftmr5-v.vf) = %{tl_version} -Provides: tex(utftmr6-h.vf) = %{tl_version} -Provides: tex(utftmr6-v.vf) = %{tl_version} -Provides: tex(utftmr7-h.vf) = %{tl_version} -Provides: tex(utftmr7-v.vf) = %{tl_version} -Provides: tex(utftmr8-h.vf) = %{tl_version} -Provides: tex(utftmr8-v.vf) = %{tl_version} -Provides: tex(utftmr9-h.vf) = %{tl_version} -Provides: tex(utftmr9-v.vf) = %{tl_version} -Provides: tex(utftmra-h.vf) = %{tl_version} -Provides: tex(utftmra-v.vf) = %{tl_version} -Provides: tex(utftmrb-h.vf) = %{tl_version} -Provides: tex(utftmrb-v.vf) = %{tl_version} -Provides: tex(utftmrc-h.vf) = %{tl_version} -Provides: tex(utftmrc-v.vf) = %{tl_version} -Provides: tex(utftmrd-h.vf) = %{tl_version} -Provides: tex(utftmrd-v.vf) = %{tl_version} -Provides: tex(utftmre-h.vf) = %{tl_version} -Provides: tex(utftmre-v.vf) = %{tl_version} -Provides: tex(utftmrf-h.vf) = %{tl_version} -Provides: tex(utftmrf-v.vf) = %{tl_version} -Provides: tex(ajmacros.sty) = %{tl_version} -Provides: tex(mlcid.sty) = %{tl_version} -Provides: tex(redeffont.sty) = %{tl_version} - -%description 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: 2012-04-11 09:22:31 +0200 - -%post japanese-otf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^KanjiMap otf-cktx.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap otf-cktx.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^KanjiMap otf-@kanjiEmbed@.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap otf-@kanjiEmbed@.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun japanese-otf -if [ $1 == 0 ] ; then -sed -i '/^KanjiMap otf-cktx.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^KanjiMap otf-@kanjiEmbed@.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans japanese-otf -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package japanese-otf-doc -Summary: Documentation for japanese-otf -Version: svn25939.v1.7b5 -Release: %{tl_noarch_release} -Provides: tex-japanese-otf-doc -BuildArch: noarch -AutoReqProv: No - -%description japanese-otf-doc -Documentation for japanese-otf - -%package japanese-otf-uptex -Provides: tex-japanese-otf-uptex = %{tl_version} -License: Freely redistributable without restriction -Summary: Support for Japanese OTF files in upLaTeX -Version: svn26985.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-japanese-otf -Requires: tex(mlcid.sty) -Requires: tex(ajmacros.sty) -Provides: tex(otf-up-noEmbed.map) = %{tl_version} -Provides: tex(upbrsgexpgothb-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpgothb-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpgothr-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpgothr-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpmgothr-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpmgothr-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpminb-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpminb-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpminl-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpminl-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpminr-h.tfm) = %{tl_version} -Provides: tex(upbrsgexpminr-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgothb-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgothb-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgotheb-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgotheb-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgothr-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlgothr-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlmgothr-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlmgothr-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminb-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminb-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminl-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminl-v.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminr-h.tfm) = %{tl_version} -Provides: tex(upbrsgnmlminr-v.tfm) = %{tl_version} -Provides: tex(upexpgothb-h.tfm) = %{tl_version} -Provides: tex(upexpgothb-v.tfm) = %{tl_version} -Provides: tex(upexpgothr-h.tfm) = %{tl_version} -Provides: tex(upexpgothr-v.tfm) = %{tl_version} -Provides: tex(upexpmgothr-h.tfm) = %{tl_version} -Provides: tex(upexpmgothr-v.tfm) = %{tl_version} -Provides: tex(upexpminb-h.tfm) = %{tl_version} -Provides: tex(upexpminb-v.tfm) = %{tl_version} -Provides: tex(upexpminl-h.tfm) = %{tl_version} -Provides: tex(upexpminl-v.tfm) = %{tl_version} -Provides: tex(upexpminr-h.tfm) = %{tl_version} -Provides: tex(upexpminr-v.tfm) = %{tl_version} -Provides: tex(uphgothb-h.tfm) = %{tl_version} -Provides: tex(uphgothb-v.tfm) = %{tl_version} -Provides: tex(uphgotheb-h.tfm) = %{tl_version} -Provides: tex(uphgotheb-v.tfm) = %{tl_version} -Provides: tex(uphgothr-h.tfm) = %{tl_version} -Provides: tex(uphgothr-v.tfm) = %{tl_version} -Provides: tex(uphmgothr-h.tfm) = %{tl_version} -Provides: tex(uphmgothr-v.tfm) = %{tl_version} -Provides: tex(uphminb-h.tfm) = %{tl_version} -Provides: tex(uphminb-v.tfm) = %{tl_version} -Provides: tex(uphminl-h.tfm) = %{tl_version} -Provides: tex(uphminl-v.tfm) = %{tl_version} -Provides: tex(uphminr-h.tfm) = %{tl_version} -Provides: tex(uphminr-v.tfm) = %{tl_version} -Provides: tex(upnmlgothb-h.tfm) = %{tl_version} -Provides: tex(upnmlgothb-v.tfm) = %{tl_version} -Provides: tex(upnmlgotheb-h.tfm) = %{tl_version} -Provides: tex(upnmlgotheb-v.tfm) = %{tl_version} -Provides: tex(upnmlgothr-h.tfm) = %{tl_version} -Provides: tex(upnmlgothr-v.tfm) = %{tl_version} -Provides: tex(upnmlmgothr-h.tfm) = %{tl_version} -Provides: tex(upnmlmgothr-v.tfm) = %{tl_version} -Provides: tex(upnmlminb-h.tfm) = %{tl_version} -Provides: tex(upnmlminb-v.tfm) = %{tl_version} -Provides: tex(upnmlminl-h.tfm) = %{tl_version} -Provides: tex(upnmlminl-v.tfm) = %{tl_version} -Provides: tex(upnmlminr-h.tfm) = %{tl_version} -Provides: tex(upnmlminr-v.tfm) = %{tl_version} -Provides: tex(uprubygothb-h.tfm) = %{tl_version} -Provides: tex(uprubygothb-v.tfm) = %{tl_version} -Provides: tex(uprubygothr-h.tfm) = %{tl_version} -Provides: tex(uprubygothr-v.tfm) = %{tl_version} -Provides: tex(uprubymgothr-h.tfm) = %{tl_version} -Provides: tex(uprubymgothr-v.tfm) = %{tl_version} -Provides: tex(uprubyminb-h.tfm) = %{tl_version} -Provides: tex(uprubyminb-v.tfm) = %{tl_version} -Provides: tex(uprubyminl-h.tfm) = %{tl_version} -Provides: tex(uprubyminl-v.tfm) = %{tl_version} -Provides: tex(uprubyminr-h.tfm) = %{tl_version} -Provides: tex(uprubyminr-v.tfm) = %{tl_version} -Provides: tex(utfcgrk-h.tfm) = %{tl_version} -Provides: tex(utfcgrk-v.tfm) = %{tl_version} -Provides: tex(utfcgrl-h.tfm) = %{tl_version} -Provides: tex(utfcgrl-v.tfm) = %{tl_version} -Provides: tex(utfcgrm-h.tfm) = %{tl_version} -Provides: tex(utfcgrm-v.tfm) = %{tl_version} -Provides: tex(utfcgro-h.tfm) = %{tl_version} -Provides: tex(utfcgro-v.tfm) = %{tl_version} -Provides: tex(utfcmrk-h.tfm) = %{tl_version} -Provides: tex(utfcmrk-v.tfm) = %{tl_version} -Provides: tex(utfcmrl-h.tfm) = %{tl_version} -Provides: tex(utfcmrl-v.tfm) = %{tl_version} -Provides: tex(utfcmrm-h.tfm) = %{tl_version} -Provides: tex(utfcmrm-v.tfm) = %{tl_version} -Provides: tex(utfcmro-h.tfm) = %{tl_version} -Provides: tex(utfcmro-v.tfm) = %{tl_version} -Provides: tex(utfgrj-h.tfm) = %{tl_version} -Provides: tex(utfgrj-v.tfm) = %{tl_version} -Provides: tex(utfgrk-h.tfm) = %{tl_version} -Provides: tex(utfgrk-v.tfm) = %{tl_version} -Provides: tex(utfgrl-h.tfm) = %{tl_version} -Provides: tex(utfgrl-v.tfm) = %{tl_version} -Provides: tex(utfgrm-h.tfm) = %{tl_version} -Provides: tex(utfgrm-v.tfm) = %{tl_version} -Provides: tex(utfgrn-h.tfm) = %{tl_version} -Provides: tex(utfgrn-v.tfm) = %{tl_version} -Provides: tex(utfgro-h.tfm) = %{tl_version} -Provides: tex(utfgro-v.tfm) = %{tl_version} -Provides: tex(utfgrp-h.tfm) = %{tl_version} -Provides: tex(utfgrp-v.tfm) = %{tl_version} -Provides: tex(utfgrq-h.tfm) = %{tl_version} -Provides: tex(utfgrq-v.tfm) = %{tl_version} -Provides: tex(utfgrr-h.tfm) = %{tl_version} -Provides: tex(utfgrr-v.tfm) = %{tl_version} -Provides: tex(utfgrs-h.tfm) = %{tl_version} -Provides: tex(utfgrs-v.tfm) = %{tl_version} -Provides: tex(utfgrt-h.tfm) = %{tl_version} -Provides: tex(utfgrt-v.tfm) = %{tl_version} -Provides: tex(utfgru-h.tfm) = %{tl_version} -Provides: tex(utfgru-v.tfm) = %{tl_version} -Provides: tex(utfgrv-h.tfm) = %{tl_version} -Provides: tex(utfgrv-v.tfm) = %{tl_version} -Provides: tex(utfgrz-h.tfm) = %{tl_version} -Provides: tex(utfgrz-v.tfm) = %{tl_version} -Provides: tex(utfjgbj-h.tfm) = %{tl_version} -Provides: tex(utfjgbj-v.tfm) = %{tl_version} -Provides: tex(utfjgbk-h.tfm) = %{tl_version} -Provides: tex(utfjgbk-v.tfm) = %{tl_version} -Provides: tex(utfjgbl-h.tfm) = %{tl_version} -Provides: tex(utfjgbl-v.tfm) = %{tl_version} -Provides: tex(utfjgbm-h.tfm) = %{tl_version} -Provides: tex(utfjgbm-v.tfm) = %{tl_version} -Provides: tex(utfjgbn-h.tfm) = %{tl_version} -Provides: tex(utfjgbn-v.tfm) = %{tl_version} -Provides: tex(utfjgbo-h.tfm) = %{tl_version} -Provides: tex(utfjgbo-v.tfm) = %{tl_version} -Provides: tex(utfjgbp-h.tfm) = %{tl_version} -Provides: tex(utfjgbp-v.tfm) = %{tl_version} -Provides: tex(utfjgbq-h.tfm) = %{tl_version} -Provides: tex(utfjgbq-v.tfm) = %{tl_version} -Provides: tex(utfjgbr-h.tfm) = %{tl_version} -Provides: tex(utfjgbr-v.tfm) = %{tl_version} -Provides: tex(utfjgbs-h.tfm) = %{tl_version} -Provides: tex(utfjgbs-v.tfm) = %{tl_version} -Provides: tex(utfjgbt-h.tfm) = %{tl_version} -Provides: tex(utfjgbt-v.tfm) = %{tl_version} -Provides: tex(utfjgbu-h.tfm) = %{tl_version} -Provides: tex(utfjgbu-v.tfm) = %{tl_version} -Provides: tex(utfjgbv-h.tfm) = %{tl_version} -Provides: tex(utfjgbv-v.tfm) = %{tl_version} -Provides: tex(utfjgbz-h.tfm) = %{tl_version} -Provides: tex(utfjgbz-v.tfm) = %{tl_version} -Provides: tex(utfjgrj-h.tfm) = %{tl_version} -Provides: tex(utfjgrj-v.tfm) = %{tl_version} -Provides: tex(utfjgrk-h.tfm) = %{tl_version} -Provides: tex(utfjgrk-v.tfm) = %{tl_version} -Provides: tex(utfjgrl-h.tfm) = %{tl_version} -Provides: tex(utfjgrl-v.tfm) = %{tl_version} -Provides: tex(utfjgrm-h.tfm) = %{tl_version} -Provides: tex(utfjgrm-v.tfm) = %{tl_version} -Provides: tex(utfjgrn-h.tfm) = %{tl_version} -Provides: tex(utfjgrn-v.tfm) = %{tl_version} -Provides: tex(utfjgro-h.tfm) = %{tl_version} -Provides: tex(utfjgro-v.tfm) = %{tl_version} -Provides: tex(utfjgrp-h.tfm) = %{tl_version} -Provides: tex(utfjgrp-v.tfm) = %{tl_version} -Provides: tex(utfjgrq-h.tfm) = %{tl_version} -Provides: tex(utfjgrq-v.tfm) = %{tl_version} -Provides: tex(utfjgrr-h.tfm) = %{tl_version} -Provides: tex(utfjgrr-v.tfm) = %{tl_version} -Provides: tex(utfjgrs-h.tfm) = %{tl_version} -Provides: tex(utfjgrs-v.tfm) = %{tl_version} -Provides: tex(utfjgrt-h.tfm) = %{tl_version} -Provides: tex(utfjgrt-v.tfm) = %{tl_version} -Provides: tex(utfjgru-h.tfm) = %{tl_version} -Provides: tex(utfjgru-v.tfm) = %{tl_version} -Provides: tex(utfjgrv-h.tfm) = %{tl_version} -Provides: tex(utfjgrv-v.tfm) = %{tl_version} -Provides: tex(utfjgrz-h.tfm) = %{tl_version} -Provides: tex(utfjgrz-v.tfm) = %{tl_version} -Provides: tex(utfjmbj-h.tfm) = %{tl_version} -Provides: tex(utfjmbj-v.tfm) = %{tl_version} -Provides: tex(utfjmbk-h.tfm) = %{tl_version} -Provides: tex(utfjmbk-v.tfm) = %{tl_version} -Provides: tex(utfjmbl-h.tfm) = %{tl_version} -Provides: tex(utfjmbl-v.tfm) = %{tl_version} -Provides: tex(utfjmbm-h.tfm) = %{tl_version} -Provides: tex(utfjmbm-v.tfm) = %{tl_version} -Provides: tex(utfjmbn-h.tfm) = %{tl_version} -Provides: tex(utfjmbn-v.tfm) = %{tl_version} -Provides: tex(utfjmbo-h.tfm) = %{tl_version} -Provides: tex(utfjmbo-v.tfm) = %{tl_version} -Provides: tex(utfjmbp-h.tfm) = %{tl_version} -Provides: tex(utfjmbp-v.tfm) = %{tl_version} -Provides: tex(utfjmbq-h.tfm) = %{tl_version} -Provides: tex(utfjmbq-v.tfm) = %{tl_version} -Provides: tex(utfjmbr-h.tfm) = %{tl_version} -Provides: tex(utfjmbr-v.tfm) = %{tl_version} -Provides: tex(utfjmbs-h.tfm) = %{tl_version} -Provides: tex(utfjmbs-v.tfm) = %{tl_version} -Provides: tex(utfjmbt-h.tfm) = %{tl_version} -Provides: tex(utfjmbt-v.tfm) = %{tl_version} -Provides: tex(utfjmbu-h.tfm) = %{tl_version} -Provides: tex(utfjmbu-v.tfm) = %{tl_version} -Provides: tex(utfjmbv-h.tfm) = %{tl_version} -Provides: tex(utfjmbv-v.tfm) = %{tl_version} -Provides: tex(utfjmbz-h.tfm) = %{tl_version} -Provides: tex(utfjmbz-v.tfm) = %{tl_version} -Provides: tex(utfjmgrj-h.tfm) = %{tl_version} -Provides: tex(utfjmgrj-v.tfm) = %{tl_version} -Provides: tex(utfjmgrk-h.tfm) = %{tl_version} -Provides: tex(utfjmgrk-v.tfm) = %{tl_version} -Provides: tex(utfjmgrl-h.tfm) = %{tl_version} -Provides: tex(utfjmgrl-v.tfm) = %{tl_version} -Provides: tex(utfjmgrm-h.tfm) = %{tl_version} -Provides: tex(utfjmgrm-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn-v.tfm) = %{tl_version} -Provides: tex(utfjmgro-h.tfm) = %{tl_version} -Provides: tex(utfjmgro-v.tfm) = %{tl_version} -Provides: tex(utfjmgrp-h.tfm) = %{tl_version} -Provides: tex(utfjmgrp-v.tfm) = %{tl_version} -Provides: tex(utfjmgrq-h.tfm) = %{tl_version} -Provides: tex(utfjmgrq-v.tfm) = %{tl_version} -Provides: tex(utfjmgrr-h.tfm) = %{tl_version} -Provides: tex(utfjmgrr-v.tfm) = %{tl_version} -Provides: tex(utfjmgrs-h.tfm) = %{tl_version} -Provides: tex(utfjmgrs-v.tfm) = %{tl_version} -Provides: tex(utfjmgrt-h.tfm) = %{tl_version} -Provides: tex(utfjmgrt-v.tfm) = %{tl_version} -Provides: tex(utfjmgru-h.tfm) = %{tl_version} -Provides: tex(utfjmgru-v.tfm) = %{tl_version} -Provides: tex(utfjmgrv-h.tfm) = %{tl_version} -Provides: tex(utfjmgrv-v.tfm) = %{tl_version} -Provides: tex(utfjmgrz-h.tfm) = %{tl_version} -Provides: tex(utfjmgrz-v.tfm) = %{tl_version} -Provides: tex(utfjmlj-h.tfm) = %{tl_version} -Provides: tex(utfjmlj-v.tfm) = %{tl_version} -Provides: tex(utfjmlk-h.tfm) = %{tl_version} -Provides: tex(utfjmlk-v.tfm) = %{tl_version} -Provides: tex(utfjmll-h.tfm) = %{tl_version} -Provides: tex(utfjmll-v.tfm) = %{tl_version} -Provides: tex(utfjmlm-h.tfm) = %{tl_version} -Provides: tex(utfjmlm-v.tfm) = %{tl_version} -Provides: tex(utfjmln-h.tfm) = %{tl_version} -Provides: tex(utfjmln-v.tfm) = %{tl_version} -Provides: tex(utfjmlo-h.tfm) = %{tl_version} -Provides: tex(utfjmlo-v.tfm) = %{tl_version} -Provides: tex(utfjmlp-h.tfm) = %{tl_version} -Provides: tex(utfjmlp-v.tfm) = %{tl_version} -Provides: tex(utfjmlq-h.tfm) = %{tl_version} -Provides: tex(utfjmlq-v.tfm) = %{tl_version} -Provides: tex(utfjmlr-h.tfm) = %{tl_version} -Provides: tex(utfjmlr-v.tfm) = %{tl_version} -Provides: tex(utfjmls-h.tfm) = %{tl_version} -Provides: tex(utfjmls-v.tfm) = %{tl_version} -Provides: tex(utfjmlt-h.tfm) = %{tl_version} -Provides: tex(utfjmlt-v.tfm) = %{tl_version} -Provides: tex(utfjmlu-h.tfm) = %{tl_version} -Provides: tex(utfjmlu-v.tfm) = %{tl_version} -Provides: tex(utfjmlv-h.tfm) = %{tl_version} -Provides: tex(utfjmlv-v.tfm) = %{tl_version} -Provides: tex(utfjmlz-h.tfm) = %{tl_version} -Provides: tex(utfjmlz-v.tfm) = %{tl_version} -Provides: tex(utfjmrj-h.tfm) = %{tl_version} -Provides: tex(utfjmrj-v.tfm) = %{tl_version} -Provides: tex(utfjmrk-h.tfm) = %{tl_version} -Provides: tex(utfjmrk-v.tfm) = %{tl_version} -Provides: tex(utfjmrl-h.tfm) = %{tl_version} -Provides: tex(utfjmrl-v.tfm) = %{tl_version} -Provides: tex(utfjmrm-h.tfm) = %{tl_version} -Provides: tex(utfjmrm-v.tfm) = %{tl_version} -Provides: tex(utfjmrn-h.tfm) = %{tl_version} -Provides: tex(utfjmrn-v.tfm) = %{tl_version} -Provides: tex(utfjmro-h.tfm) = %{tl_version} -Provides: tex(utfjmro-v.tfm) = %{tl_version} -Provides: tex(utfjmrp-h.tfm) = %{tl_version} -Provides: tex(utfjmrp-v.tfm) = %{tl_version} -Provides: tex(utfjmrq-h.tfm) = %{tl_version} -Provides: tex(utfjmrq-v.tfm) = %{tl_version} -Provides: tex(utfjmrr-h.tfm) = %{tl_version} -Provides: tex(utfjmrr-v.tfm) = %{tl_version} -Provides: tex(utfjmrs-h.tfm) = %{tl_version} -Provides: tex(utfjmrs-v.tfm) = %{tl_version} -Provides: tex(utfjmrt-h.tfm) = %{tl_version} -Provides: tex(utfjmrt-v.tfm) = %{tl_version} -Provides: tex(utfjmru-h.tfm) = %{tl_version} -Provides: tex(utfjmru-v.tfm) = %{tl_version} -Provides: tex(utfjmrv-h.tfm) = %{tl_version} -Provides: tex(utfjmrv-v.tfm) = %{tl_version} -Provides: tex(utfjmrz-h.tfm) = %{tl_version} -Provides: tex(utfjmrz-v.tfm) = %{tl_version} -Provides: tex(utfmrj-h.tfm) = %{tl_version} -Provides: tex(utfmrj-v.tfm) = %{tl_version} -Provides: tex(utfmrk-h.tfm) = %{tl_version} -Provides: tex(utfmrk-v.tfm) = %{tl_version} -Provides: tex(utfmrl-h.tfm) = %{tl_version} -Provides: tex(utfmrl-v.tfm) = %{tl_version} -Provides: tex(utfmrm-h.tfm) = %{tl_version} -Provides: tex(utfmrm-v.tfm) = %{tl_version} -Provides: tex(utfmrn-h.tfm) = %{tl_version} -Provides: tex(utfmrn-v.tfm) = %{tl_version} -Provides: tex(utfmro-h.tfm) = %{tl_version} -Provides: tex(utfmro-v.tfm) = %{tl_version} -Provides: tex(utfmrp-h.tfm) = %{tl_version} -Provides: tex(utfmrp-v.tfm) = %{tl_version} -Provides: tex(utfmrq-h.tfm) = %{tl_version} -Provides: tex(utfmrq-v.tfm) = %{tl_version} -Provides: tex(utfmrr-h.tfm) = %{tl_version} -Provides: tex(utfmrr-v.tfm) = %{tl_version} -Provides: tex(utfmrs-h.tfm) = %{tl_version} -Provides: tex(utfmrs-v.tfm) = %{tl_version} -Provides: tex(utfmrt-h.tfm) = %{tl_version} -Provides: tex(utfmrt-v.tfm) = %{tl_version} -Provides: tex(utfmru-h.tfm) = %{tl_version} -Provides: tex(utfmru-v.tfm) = %{tl_version} -Provides: tex(utfmrv-h.tfm) = %{tl_version} -Provides: tex(utfmrv-v.tfm) = %{tl_version} -Provides: tex(utfmrz-h.tfm) = %{tl_version} -Provides: tex(utfmrz-v.tfm) = %{tl_version} -Provides: tex(utftgrk-h.tfm) = %{tl_version} -Provides: tex(utftgrk-v.tfm) = %{tl_version} -Provides: tex(utftgrl-h.tfm) = %{tl_version} -Provides: tex(utftgrl-v.tfm) = %{tl_version} -Provides: tex(utftgrm-h.tfm) = %{tl_version} -Provides: tex(utftgrm-v.tfm) = %{tl_version} -Provides: tex(utftgrn-h.tfm) = %{tl_version} -Provides: tex(utftgrn-v.tfm) = %{tl_version} -Provides: tex(utftgro-h.tfm) = %{tl_version} -Provides: tex(utftgro-v.tfm) = %{tl_version} -Provides: tex(utftgrp-h.tfm) = %{tl_version} -Provides: tex(utftgrp-v.tfm) = %{tl_version} -Provides: tex(utftgrq-h.tfm) = %{tl_version} -Provides: tex(utftgrq-v.tfm) = %{tl_version} -Provides: tex(utftgrr-h.tfm) = %{tl_version} -Provides: tex(utftgrr-v.tfm) = %{tl_version} -Provides: tex(utftgrs-h.tfm) = %{tl_version} -Provides: tex(utftgrs-v.tfm) = %{tl_version} -Provides: tex(utftgrt-h.tfm) = %{tl_version} -Provides: tex(utftgrt-v.tfm) = %{tl_version} -Provides: tex(utftgru-h.tfm) = %{tl_version} -Provides: tex(utftgru-v.tfm) = %{tl_version} -Provides: tex(utftgrz-h.tfm) = %{tl_version} -Provides: tex(utftgrz-v.tfm) = %{tl_version} -Provides: tex(utftmrk-h.tfm) = %{tl_version} -Provides: tex(utftmrk-v.tfm) = %{tl_version} -Provides: tex(utftmrl-h.tfm) = %{tl_version} -Provides: tex(utftmrl-v.tfm) = %{tl_version} -Provides: tex(utftmrm-h.tfm) = %{tl_version} -Provides: tex(utftmrm-v.tfm) = %{tl_version} -Provides: tex(utftmrn-h.tfm) = %{tl_version} -Provides: tex(utftmrn-v.tfm) = %{tl_version} -Provides: tex(utftmro-h.tfm) = %{tl_version} -Provides: tex(utftmro-v.tfm) = %{tl_version} -Provides: tex(utftmrp-h.tfm) = %{tl_version} -Provides: tex(utftmrp-v.tfm) = %{tl_version} -Provides: tex(utftmrq-h.tfm) = %{tl_version} -Provides: tex(utftmrq-v.tfm) = %{tl_version} -Provides: tex(utftmrr-h.tfm) = %{tl_version} -Provides: tex(utftmrr-v.tfm) = %{tl_version} -Provides: tex(utftmrs-h.tfm) = %{tl_version} -Provides: tex(utftmrs-v.tfm) = %{tl_version} -Provides: tex(utftmrt-h.tfm) = %{tl_version} -Provides: tex(utftmrt-v.tfm) = %{tl_version} -Provides: tex(utftmru-h.tfm) = %{tl_version} -Provides: tex(utftmru-v.tfm) = %{tl_version} -Provides: tex(utftmrz-h.tfm) = %{tl_version} -Provides: tex(utftmrz-v.tfm) = %{tl_version} -Provides: tex(upbrsgexpgothb-h.vf) = %{tl_version} -Provides: tex(upbrsgexpgothb-v.vf) = %{tl_version} -Provides: tex(upbrsgexpgothr-h.vf) = %{tl_version} -Provides: tex(upbrsgexpgothr-v.vf) = %{tl_version} -Provides: tex(upbrsgexpmgothr-h.vf) = %{tl_version} -Provides: tex(upbrsgexpmgothr-v.vf) = %{tl_version} -Provides: tex(upbrsgexpminb-h.vf) = %{tl_version} -Provides: tex(upbrsgexpminb-v.vf) = %{tl_version} -Provides: tex(upbrsgexpminl-h.vf) = %{tl_version} -Provides: tex(upbrsgexpminl-v.vf) = %{tl_version} -Provides: tex(upbrsgexpminr-h.vf) = %{tl_version} -Provides: tex(upbrsgexpminr-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlgothb-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlgothb-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlgotheb-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlgotheb-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlgothr-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlgothr-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlmgothr-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlmgothr-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlminb-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlminb-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlminl-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlminl-v.vf) = %{tl_version} -Provides: tex(upbrsgnmlminr-h.vf) = %{tl_version} -Provides: tex(upbrsgnmlminr-v.vf) = %{tl_version} -Provides: tex(upexpgothb-h.vf) = %{tl_version} -Provides: tex(upexpgothb-v.vf) = %{tl_version} -Provides: tex(upexpgothr-h.vf) = %{tl_version} -Provides: tex(upexpgothr-v.vf) = %{tl_version} -Provides: tex(upexpmgothr-h.vf) = %{tl_version} -Provides: tex(upexpmgothr-v.vf) = %{tl_version} -Provides: tex(upexpminb-h.vf) = %{tl_version} -Provides: tex(upexpminb-v.vf) = %{tl_version} -Provides: tex(upexpminl-h.vf) = %{tl_version} -Provides: tex(upexpminl-v.vf) = %{tl_version} -Provides: tex(upexpminr-h.vf) = %{tl_version} -Provides: tex(upexpminr-v.vf) = %{tl_version} -Provides: tex(upnmlgothb-h.vf) = %{tl_version} -Provides: tex(upnmlgothb-v.vf) = %{tl_version} -Provides: tex(upnmlgotheb-h.vf) = %{tl_version} -Provides: tex(upnmlgotheb-v.vf) = %{tl_version} -Provides: tex(upnmlgothr-h.vf) = %{tl_version} -Provides: tex(upnmlgothr-v.vf) = %{tl_version} -Provides: tex(upnmlmgothr-h.vf) = %{tl_version} -Provides: tex(upnmlmgothr-v.vf) = %{tl_version} -Provides: tex(upnmlminb-h.vf) = %{tl_version} -Provides: tex(upnmlminb-v.vf) = %{tl_version} -Provides: tex(upnmlminl-h.vf) = %{tl_version} -Provides: tex(upnmlminl-v.vf) = %{tl_version} -Provides: tex(upnmlminr-h.vf) = %{tl_version} -Provides: tex(upnmlminr-v.vf) = %{tl_version} -Provides: tex(uprubygothb-h.vf) = %{tl_version} -Provides: tex(uprubygothb-v.vf) = %{tl_version} -Provides: tex(uprubygothr-h.vf) = %{tl_version} -Provides: tex(uprubygothr-v.vf) = %{tl_version} -Provides: tex(uprubymgothr-h.vf) = %{tl_version} -Provides: tex(uprubymgothr-v.vf) = %{tl_version} -Provides: tex(uprubyminb-h.vf) = %{tl_version} -Provides: tex(uprubyminb-v.vf) = %{tl_version} -Provides: tex(uprubyminl-h.vf) = %{tl_version} -Provides: tex(uprubyminl-v.vf) = %{tl_version} -Provides: tex(uprubyminr-h.vf) = %{tl_version} -Provides: tex(uprubyminr-v.vf) = %{tl_version} -Provides: tex(utfcgrk-h.vf) = %{tl_version} -Provides: tex(utfcgrk-v.vf) = %{tl_version} -Provides: tex(utfcgrl-h.vf) = %{tl_version} -Provides: tex(utfcgrl-v.vf) = %{tl_version} -Provides: tex(utfcgrm-h.vf) = %{tl_version} -Provides: tex(utfcgrm-v.vf) = %{tl_version} -Provides: tex(utfcgro-h.vf) = %{tl_version} -Provides: tex(utfcgro-v.vf) = %{tl_version} -Provides: tex(utfcmrk-h.vf) = %{tl_version} -Provides: tex(utfcmrk-v.vf) = %{tl_version} -Provides: tex(utfcmrl-h.vf) = %{tl_version} -Provides: tex(utfcmrl-v.vf) = %{tl_version} -Provides: tex(utfcmrm-h.vf) = %{tl_version} -Provides: tex(utfcmrm-v.vf) = %{tl_version} -Provides: tex(utfcmro-h.vf) = %{tl_version} -Provides: tex(utfcmro-v.vf) = %{tl_version} -Provides: tex(utfgrj-h.vf) = %{tl_version} -Provides: tex(utfgrj-v.vf) = %{tl_version} -Provides: tex(utfgrk-h.vf) = %{tl_version} -Provides: tex(utfgrk-v.vf) = %{tl_version} -Provides: tex(utfgrl-h.vf) = %{tl_version} -Provides: tex(utfgrl-v.vf) = %{tl_version} -Provides: tex(utfgrm-h.vf) = %{tl_version} -Provides: tex(utfgrm-v.vf) = %{tl_version} -Provides: tex(utfgrn-h.vf) = %{tl_version} -Provides: tex(utfgrn-v.vf) = %{tl_version} -Provides: tex(utfgro-h.vf) = %{tl_version} -Provides: tex(utfgro-v.vf) = %{tl_version} -Provides: tex(utfgrp-h.vf) = %{tl_version} -Provides: tex(utfgrp-v.vf) = %{tl_version} -Provides: tex(utfgrq-h.vf) = %{tl_version} -Provides: tex(utfgrq-v.vf) = %{tl_version} -Provides: tex(utfgrr-h.vf) = %{tl_version} -Provides: tex(utfgrr-v.vf) = %{tl_version} -Provides: tex(utfgrs-h.vf) = %{tl_version} -Provides: tex(utfgrs-v.vf) = %{tl_version} -Provides: tex(utfgrt-h.vf) = %{tl_version} -Provides: tex(utfgrt-v.vf) = %{tl_version} -Provides: tex(utfgru-h.vf) = %{tl_version} -Provides: tex(utfgru-v.vf) = %{tl_version} -Provides: tex(utfgrv-h.vf) = %{tl_version} -Provides: tex(utfgrv-v.vf) = %{tl_version} -Provides: tex(utfgrz-h.vf) = %{tl_version} -Provides: tex(utfgrz-v.vf) = %{tl_version} -Provides: tex(utfjgbj-h.vf) = %{tl_version} -Provides: tex(utfjgbj-v.vf) = %{tl_version} -Provides: tex(utfjgbk-h.vf) = %{tl_version} -Provides: tex(utfjgbk-v.vf) = %{tl_version} -Provides: tex(utfjgbl-h.vf) = %{tl_version} -Provides: tex(utfjgbl-v.vf) = %{tl_version} -Provides: tex(utfjgbm-h.vf) = %{tl_version} -Provides: tex(utfjgbm-v.vf) = %{tl_version} -Provides: tex(utfjgbn-h.vf) = %{tl_version} -Provides: tex(utfjgbn-v.vf) = %{tl_version} -Provides: tex(utfjgbo-h.vf) = %{tl_version} -Provides: tex(utfjgbo-v.vf) = %{tl_version} -Provides: tex(utfjgbp-h.vf) = %{tl_version} -Provides: tex(utfjgbp-v.vf) = %{tl_version} -Provides: tex(utfjgbq-h.vf) = %{tl_version} -Provides: tex(utfjgbq-v.vf) = %{tl_version} -Provides: tex(utfjgbr-h.vf) = %{tl_version} -Provides: tex(utfjgbr-v.vf) = %{tl_version} -Provides: tex(utfjgbs-h.vf) = %{tl_version} -Provides: tex(utfjgbs-v.vf) = %{tl_version} -Provides: tex(utfjgbt-h.vf) = %{tl_version} -Provides: tex(utfjgbt-v.vf) = %{tl_version} -Provides: tex(utfjgbu-h.vf) = %{tl_version} -Provides: tex(utfjgbu-v.vf) = %{tl_version} -Provides: tex(utfjgbv-h.vf) = %{tl_version} -Provides: tex(utfjgbv-v.vf) = %{tl_version} -Provides: tex(utfjgbz-h.vf) = %{tl_version} -Provides: tex(utfjgbz-v.vf) = %{tl_version} -Provides: tex(utfjgrj-h.vf) = %{tl_version} -Provides: tex(utfjgrj-v.vf) = %{tl_version} -Provides: tex(utfjgrk-h.vf) = %{tl_version} -Provides: tex(utfjgrk-v.vf) = %{tl_version} -Provides: tex(utfjgrl-h.vf) = %{tl_version} -Provides: tex(utfjgrl-v.vf) = %{tl_version} -Provides: tex(utfjgrm-h.vf) = %{tl_version} -Provides: tex(utfjgrm-v.vf) = %{tl_version} -Provides: tex(utfjgrn-h.vf) = %{tl_version} -Provides: tex(utfjgrn-v.vf) = %{tl_version} -Provides: tex(utfjgro-h.vf) = %{tl_version} -Provides: tex(utfjgro-v.vf) = %{tl_version} -Provides: tex(utfjgrp-h.vf) = %{tl_version} -Provides: tex(utfjgrp-v.vf) = %{tl_version} -Provides: tex(utfjgrq-h.vf) = %{tl_version} -Provides: tex(utfjgrq-v.vf) = %{tl_version} -Provides: tex(utfjgrr-h.vf) = %{tl_version} -Provides: tex(utfjgrr-v.vf) = %{tl_version} -Provides: tex(utfjgrs-h.vf) = %{tl_version} -Provides: tex(utfjgrs-v.vf) = %{tl_version} -Provides: tex(utfjgrt-h.vf) = %{tl_version} -Provides: tex(utfjgrt-v.vf) = %{tl_version} -Provides: tex(utfjgru-h.vf) = %{tl_version} -Provides: tex(utfjgru-v.vf) = %{tl_version} -Provides: tex(utfjgrv-h.vf) = %{tl_version} -Provides: tex(utfjgrv-v.vf) = %{tl_version} -Provides: tex(utfjgrz-h.vf) = %{tl_version} -Provides: tex(utfjgrz-v.vf) = %{tl_version} -Provides: tex(utfjmbj-h.vf) = %{tl_version} -Provides: tex(utfjmbj-v.vf) = %{tl_version} -Provides: tex(utfjmbk-h.vf) = %{tl_version} -Provides: tex(utfjmbk-v.vf) = %{tl_version} -Provides: tex(utfjmbl-h.vf) = %{tl_version} -Provides: tex(utfjmbl-v.vf) = %{tl_version} -Provides: tex(utfjmbm-h.vf) = %{tl_version} -Provides: tex(utfjmbm-v.vf) = %{tl_version} -Provides: tex(utfjmbn-h.vf) = %{tl_version} -Provides: tex(utfjmbn-v.vf) = %{tl_version} -Provides: tex(utfjmbo-h.vf) = %{tl_version} -Provides: tex(utfjmbo-v.vf) = %{tl_version} -Provides: tex(utfjmbp-h.vf) = %{tl_version} -Provides: tex(utfjmbp-v.vf) = %{tl_version} -Provides: tex(utfjmbq-h.vf) = %{tl_version} -Provides: tex(utfjmbq-v.vf) = %{tl_version} -Provides: tex(utfjmbr-h.vf) = %{tl_version} -Provides: tex(utfjmbr-v.vf) = %{tl_version} -Provides: tex(utfjmbs-h.vf) = %{tl_version} -Provides: tex(utfjmbs-v.vf) = %{tl_version} -Provides: tex(utfjmbt-h.vf) = %{tl_version} -Provides: tex(utfjmbt-v.vf) = %{tl_version} -Provides: tex(utfjmbu-h.vf) = %{tl_version} -Provides: tex(utfjmbu-v.vf) = %{tl_version} -Provides: tex(utfjmbv-h.vf) = %{tl_version} -Provides: tex(utfjmbv-v.vf) = %{tl_version} -Provides: tex(utfjmbz-h.vf) = %{tl_version} -Provides: tex(utfjmbz-v.vf) = %{tl_version} -Provides: tex(utfjmgrj-h.vf) = %{tl_version} -Provides: tex(utfjmgrj-v.vf) = %{tl_version} -Provides: tex(utfjmgrk-h.vf) = %{tl_version} -Provides: tex(utfjmgrk-v.vf) = %{tl_version} -Provides: tex(utfjmgrl-h.vf) = %{tl_version} -Provides: tex(utfjmgrl-v.vf) = %{tl_version} -Provides: tex(utfjmgrm-h.vf) = %{tl_version} -Provides: tex(utfjmgrm-v.vf) = %{tl_version} -Provides: tex(utfjmgrn-h.vf) = %{tl_version} -Provides: tex(utfjmgrn-v.vf) = %{tl_version} -Provides: tex(utfjmgro-h.vf) = %{tl_version} -Provides: tex(utfjmgro-v.vf) = %{tl_version} -Provides: tex(utfjmgrp-h.vf) = %{tl_version} -Provides: tex(utfjmgrp-v.vf) = %{tl_version} -Provides: tex(utfjmgrq-h.vf) = %{tl_version} -Provides: tex(utfjmgrq-v.vf) = %{tl_version} -Provides: tex(utfjmgrr-h.vf) = %{tl_version} -Provides: tex(utfjmgrr-v.vf) = %{tl_version} -Provides: tex(utfjmgrs-h.vf) = %{tl_version} -Provides: tex(utfjmgrs-v.vf) = %{tl_version} -Provides: tex(utfjmgrt-h.vf) = %{tl_version} -Provides: tex(utfjmgrt-v.vf) = %{tl_version} -Provides: tex(utfjmgru-h.vf) = %{tl_version} -Provides: tex(utfjmgru-v.vf) = %{tl_version} -Provides: tex(utfjmgrv-h.vf) = %{tl_version} -Provides: tex(utfjmgrv-v.vf) = %{tl_version} -Provides: tex(utfjmgrz-h.vf) = %{tl_version} -Provides: tex(utfjmgrz-v.vf) = %{tl_version} -Provides: tex(utfjmlj-h.vf) = %{tl_version} -Provides: tex(utfjmlj-v.vf) = %{tl_version} -Provides: tex(utfjmlk-h.vf) = %{tl_version} -Provides: tex(utfjmlk-v.vf) = %{tl_version} -Provides: tex(utfjmll-h.vf) = %{tl_version} -Provides: tex(utfjmll-v.vf) = %{tl_version} -Provides: tex(utfjmlm-h.vf) = %{tl_version} -Provides: tex(utfjmlm-v.vf) = %{tl_version} -Provides: tex(utfjmln-h.vf) = %{tl_version} -Provides: tex(utfjmln-v.vf) = %{tl_version} -Provides: tex(utfjmlo-h.vf) = %{tl_version} -Provides: tex(utfjmlo-v.vf) = %{tl_version} -Provides: tex(utfjmlp-h.vf) = %{tl_version} -Provides: tex(utfjmlp-v.vf) = %{tl_version} -Provides: tex(utfjmlq-h.vf) = %{tl_version} -Provides: tex(utfjmlq-v.vf) = %{tl_version} -Provides: tex(utfjmlr-h.vf) = %{tl_version} -Provides: tex(utfjmlr-v.vf) = %{tl_version} -Provides: tex(utfjmls-h.vf) = %{tl_version} -Provides: tex(utfjmls-v.vf) = %{tl_version} -Provides: tex(utfjmlt-h.vf) = %{tl_version} -Provides: tex(utfjmlt-v.vf) = %{tl_version} -Provides: tex(utfjmlu-h.vf) = %{tl_version} -Provides: tex(utfjmlu-v.vf) = %{tl_version} -Provides: tex(utfjmlv-h.vf) = %{tl_version} -Provides: tex(utfjmlv-v.vf) = %{tl_version} -Provides: tex(utfjmlz-h.vf) = %{tl_version} -Provides: tex(utfjmlz-v.vf) = %{tl_version} -Provides: tex(utfjmrj-h.vf) = %{tl_version} -Provides: tex(utfjmrj-v.vf) = %{tl_version} -Provides: tex(utfjmrk-h.vf) = %{tl_version} -Provides: tex(utfjmrk-v.vf) = %{tl_version} -Provides: tex(utfjmrl-h.vf) = %{tl_version} -Provides: tex(utfjmrl-v.vf) = %{tl_version} -Provides: tex(utfjmrm-h.vf) = %{tl_version} -Provides: tex(utfjmrm-v.vf) = %{tl_version} -Provides: tex(utfjmrn-h.vf) = %{tl_version} -Provides: tex(utfjmrn-v.vf) = %{tl_version} -Provides: tex(utfjmro-h.vf) = %{tl_version} -Provides: tex(utfjmro-v.vf) = %{tl_version} -Provides: tex(utfjmrp-h.vf) = %{tl_version} -Provides: tex(utfjmrp-v.vf) = %{tl_version} -Provides: tex(utfjmrq-h.vf) = %{tl_version} -Provides: tex(utfjmrq-v.vf) = %{tl_version} -Provides: tex(utfjmrr-h.vf) = %{tl_version} -Provides: tex(utfjmrr-v.vf) = %{tl_version} -Provides: tex(utfjmrs-h.vf) = %{tl_version} -Provides: tex(utfjmrs-v.vf) = %{tl_version} -Provides: tex(utfjmrt-h.vf) = %{tl_version} -Provides: tex(utfjmrt-v.vf) = %{tl_version} -Provides: tex(utfjmru-h.vf) = %{tl_version} -Provides: tex(utfjmru-v.vf) = %{tl_version} -Provides: tex(utfjmrv-h.vf) = %{tl_version} -Provides: tex(utfjmrv-v.vf) = %{tl_version} -Provides: tex(utfjmrz-h.vf) = %{tl_version} -Provides: tex(utfjmrz-v.vf) = %{tl_version} -Provides: tex(utfmrj-h.vf) = %{tl_version} -Provides: tex(utfmrj-v.vf) = %{tl_version} -Provides: tex(utfmrk-h.vf) = %{tl_version} -Provides: tex(utfmrk-v.vf) = %{tl_version} -Provides: tex(utfmrl-h.vf) = %{tl_version} -Provides: tex(utfmrl-v.vf) = %{tl_version} -Provides: tex(utfmrm-h.vf) = %{tl_version} -Provides: tex(utfmrm-v.vf) = %{tl_version} -Provides: tex(utfmrn-h.vf) = %{tl_version} -Provides: tex(utfmrn-v.vf) = %{tl_version} -Provides: tex(utfmro-h.vf) = %{tl_version} -Provides: tex(utfmro-v.vf) = %{tl_version} -Provides: tex(utfmrp-h.vf) = %{tl_version} -Provides: tex(utfmrp-v.vf) = %{tl_version} -Provides: tex(utfmrq-h.vf) = %{tl_version} -Provides: tex(utfmrq-v.vf) = %{tl_version} -Provides: tex(utfmrr-h.vf) = %{tl_version} -Provides: tex(utfmrr-v.vf) = %{tl_version} -Provides: tex(utfmrs-h.vf) = %{tl_version} -Provides: tex(utfmrs-v.vf) = %{tl_version} -Provides: tex(utfmrt-h.vf) = %{tl_version} -Provides: tex(utfmrt-v.vf) = %{tl_version} -Provides: tex(utfmru-h.vf) = %{tl_version} -Provides: tex(utfmru-v.vf) = %{tl_version} -Provides: tex(utfmrv-h.vf) = %{tl_version} -Provides: tex(utfmrv-v.vf) = %{tl_version} -Provides: tex(utfmrz-h.vf) = %{tl_version} -Provides: tex(utfmrz-v.vf) = %{tl_version} -Provides: tex(utftgrk-h.vf) = %{tl_version} -Provides: tex(utftgrk-v.vf) = %{tl_version} -Provides: tex(utftgrl-h.vf) = %{tl_version} -Provides: tex(utftgrl-v.vf) = %{tl_version} -Provides: tex(utftgrm-h.vf) = %{tl_version} -Provides: tex(utftgrm-v.vf) = %{tl_version} -Provides: tex(utftgrn-h.vf) = %{tl_version} -Provides: tex(utftgrn-v.vf) = %{tl_version} -Provides: tex(utftgro-h.vf) = %{tl_version} -Provides: tex(utftgro-v.vf) = %{tl_version} -Provides: tex(utftgrp-h.vf) = %{tl_version} -Provides: tex(utftgrp-v.vf) = %{tl_version} -Provides: tex(utftgrq-h.vf) = %{tl_version} -Provides: tex(utftgrq-v.vf) = %{tl_version} -Provides: tex(utftgrr-h.vf) = %{tl_version} -Provides: tex(utftgrr-v.vf) = %{tl_version} -Provides: tex(utftgrs-h.vf) = %{tl_version} -Provides: tex(utftgrs-v.vf) = %{tl_version} -Provides: tex(utftgrt-h.vf) = %{tl_version} -Provides: tex(utftgrt-v.vf) = %{tl_version} -Provides: tex(utftgru-h.vf) = %{tl_version} -Provides: tex(utftgru-v.vf) = %{tl_version} -Provides: tex(utftgrz-h.vf) = %{tl_version} -Provides: tex(utftgrz-v.vf) = %{tl_version} -Provides: tex(utftmrk-h.vf) = %{tl_version} -Provides: tex(utftmrk-v.vf) = %{tl_version} -Provides: tex(utftmrl-h.vf) = %{tl_version} -Provides: tex(utftmrl-v.vf) = %{tl_version} -Provides: tex(utftmrm-h.vf) = %{tl_version} -Provides: tex(utftmrm-v.vf) = %{tl_version} -Provides: tex(utftmrn-h.vf) = %{tl_version} -Provides: tex(utftmrn-v.vf) = %{tl_version} -Provides: tex(utftmro-h.vf) = %{tl_version} -Provides: tex(utftmro-v.vf) = %{tl_version} -Provides: tex(utftmrp-h.vf) = %{tl_version} -Provides: tex(utftmrp-v.vf) = %{tl_version} -Provides: tex(utftmrq-h.vf) = %{tl_version} -Provides: tex(utftmrq-v.vf) = %{tl_version} -Provides: tex(utftmrr-h.vf) = %{tl_version} -Provides: tex(utftmrr-v.vf) = %{tl_version} -Provides: tex(utftmrs-h.vf) = %{tl_version} -Provides: tex(utftmrs-v.vf) = %{tl_version} -Provides: tex(utftmrt-h.vf) = %{tl_version} -Provides: tex(utftmrt-v.vf) = %{tl_version} -Provides: tex(utftmru-h.vf) = %{tl_version} -Provides: tex(utftmru-v.vf) = %{tl_version} -Provides: tex(utftmrz-h.vf) = %{tl_version} -Provides: tex(utftmrz-v.vf) = %{tl_version} -Provides: tex(mlutf.sty) = %{tl_version} -Provides: tex(otf.sty) = %{tl_version} - -%description 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: 2012-07-10 11:04:52 +0200 - -%post japanese-otf-uptex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^KanjiMap otf-up-@kanjiEmbed@.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap otf-up-@kanjiEmbed@.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun japanese-otf-uptex -if [ $1 == 0 ] ; then -sed -i '/^KanjiMap otf-up-@kanjiEmbed@.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans japanese-otf-uptex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package japanese-otf-uptex-doc -Summary: Documentation for japanese-otf-uptex -Version: svn26985.0.11 -Release: %{tl_noarch_release} -Provides: tex-japanese-otf-uptex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-japanese-otf-doc - -%description japanese-otf-uptex-doc -Documentation for japanese-otf-uptex - -%package jfontmaps -Provides: tex-jfontmaps = %{tl_version} -License: GPLv3+ -Summary: Font maps for Japanese fonts -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-jfontmaps-bin -Provides: tex(otf-hiragino.map) = %{tl_version} -Provides: tex(otf-ipa.map) = %{tl_version} -Provides: tex(otf-ipaex.map) = %{tl_version} -Provides: tex(otf-kozuka.map) = %{tl_version} -Provides: tex(otf-morisawa.map) = %{tl_version} -Provides: tex(otf-up-hiragino.map) = %{tl_version} -Provides: tex(otf-up-ipa.map) = %{tl_version} -Provides: tex(otf-up-ipaex.map) = %{tl_version} -Provides: tex(otf-up-kozuka.map) = %{tl_version} -Provides: tex(otf-up-morisawa.map) = %{tl_version} -Provides: tex(ptex-hiragino-04.map) = %{tl_version} -Provides: tex(ptex-hiragino.map) = %{tl_version} -Provides: tex(ptex-ipa.map) = %{tl_version} -Provides: tex(ptex-ipaex.map) = %{tl_version} -Provides: tex(ptex-kozuka-04.map) = %{tl_version} -Provides: tex(ptex-kozuka.map) = %{tl_version} -Provides: tex(ptex-morisawa-04.map) = %{tl_version} -Provides: tex(ptex-morisawa.map) = %{tl_version} -Provides: tex(uptex-hiragino-04.map) = %{tl_version} -Provides: tex(uptex-hiragino.map) = %{tl_version} -Provides: tex(uptex-ipa.map) = %{tl_version} -Provides: tex(uptex-ipaex.map) = %{tl_version} -Provides: tex(uptex-kozuka-04.map) = %{tl_version} -Provides: tex(uptex-kozuka.map) = %{tl_version} -Provides: tex(uptex-morisawa-04.map) = %{tl_version} -Provides: tex(uptex-morisawa.map) = %{tl_version} - -%description 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. - -date: 2012-04-27 17:19:37 +0200 - -%post jfontmaps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jfontmaps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jfontmaps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jfontmaps-doc -Summary: Documentation for jfontmaps -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-jfontmaps-doc -BuildArch: noarch -AutoReqProv: No - -%description jfontmaps-doc -Documentation for jfontmaps - -%package jfontmaps-bin -Summary: Binaries for jfontmaps -Version: svn29112.0 -Requires: texlive-base -Requires: tex-jfontmaps -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description jfontmaps-bin -Binaries for jfontmaps - -%package jsclasses -Provides: tex-jsclasses = %{tl_version} -License: BSD -Summary: Classes tailored for use with Japanese -Version: svn18430.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(jsarticle.cls) = %{tl_version} -Provides: tex(jsbook.cls) = %{tl_version} -Provides: tex(jspf.cls) = %{tl_version} -Provides: tex(jsverb.sty) = %{tl_version} -Provides: tex(kiyou.cls) = %{tl_version} -Provides: tex(minijs.sty) = %{tl_version} -Provides: tex(morisawa.sty) = %{tl_version} -Provides: tex(okumacro.sty) = %{tl_version} -Provides: tex(okuverb.sty) = %{tl_version} - -%description 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: 2007-12-08 14:15:18 +0100 - -%post jsclasses -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jsclasses -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jsclasses -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luatexja -Provides: tex-luatexja = %{tl_version} -License: Freely redistributable without restriction -Summary: Typesest Japanese with lua(la)tex -Version: svn29424.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(fontspec.sty) -Requires: tex(luatex.sty) -Requires: tex(infwarerr.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(xkeyval.sty) -Requires: tex(luaotfload.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(listings.sty) -Requires: tex(luatexbase-cctb.sty) -Requires: tex(unicode-math.sty) -Requires: tex(xunicode.sty) -Provides: tex(luatexja-adjust.sty) = %{tl_version} -Provides: tex(luatexja-ajmacros.sty) = %{tl_version} -Provides: tex(luatexja-fontspec.sty) = %{tl_version} -Provides: tex(luatexja-otf.sty) = %{tl_version} -Provides: tex(luatexja-preset.sty) = %{tl_version} -Provides: tex(ltj-base.sty) = %{tl_version} -Provides: tex(ltj-cctbreg.sty) = %{tl_version} -Provides: tex(ltj-compat-ptex.sty) = %{tl_version} -Provides: tex(ltj-latex.sty) = %{tl_version} -Provides: tex(ltj-plain.sty) = %{tl_version} -Provides: tex(ltjarticle.cls) = %{tl_version} -Provides: tex(ltjbk10.clo) = %{tl_version} -Provides: tex(ltjbk11.clo) = %{tl_version} -Provides: tex(ltjbk12.clo) = %{tl_version} -Provides: tex(ltjbook.cls) = %{tl_version} -Provides: tex(ltjltxdoc.cls) = %{tl_version} -Provides: tex(ltjreport.cls) = %{tl_version} -Provides: tex(ltjsize10.clo) = %{tl_version} -Provides: tex(ltjsize11.clo) = %{tl_version} -Provides: tex(ltjsize12.clo) = %{tl_version} -Provides: tex(ltjsarticle.cls) = %{tl_version} -Provides: tex(ltjsbook.cls) = %{tl_version} -Provides: tex(ltjskiyou.cls) = %{tl_version} -Provides: tex(ltjspf.cls) = %{tl_version} -Provides: tex(luatexja-compat.sty) = %{tl_version} -Provides: tex(luatexja-core.sty) = %{tl_version} -Provides: tex(luatexja.sty) = %{tl_version} -Provides: tex(lltjcore.sty) = %{tl_version} -Provides: tex(lltjdefs.sty) = %{tl_version} -Provides: tex(lltjfont.sty) = %{tl_version} -Provides: tex(lltjp-listings.sty) = %{tl_version} -Provides: tex(lltjp-unicode-math.sty) = %{tl_version} -Provides: tex(lltjp-xunicode.sty) = %{tl_version} -Provides: tex(ltj-unicode-ccfix.tex) = %{tl_version} - -%description luatexja -The package offers support for typesetting Japanese documents -with LuaTeX. Both the Plain and LaTeX2e formats may be used -with the package. - -date: 2013-03-18 10:12:46 +0100 - -%post luatexja -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luatexja -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luatexja -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luatexja-doc -Summary: Documentation for luatexja -Version: svn29424.0 -Release: %{tl_noarch_release} -Provides: tex-luatexja-doc -BuildArch: noarch -AutoReqProv: No - -%description luatexja-doc -Documentation for luatexja - -%package nanumtype1 -Provides: tex-nanumtype1 = %{tl_version} -License: OFSFLD -Summary: Type1 subfonts of Nanum Korean fonts -Version: svn29558.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(nanumfonts.map) = %{tl_version} -Provides: tex(nanumgtb00.tfm) = %{tl_version} -Provides: tex(nanumgtb01.tfm) = %{tl_version} -Provides: tex(nanumgtb02.tfm) = %{tl_version} -Provides: tex(nanumgtb03.tfm) = %{tl_version} -Provides: tex(nanumgtb04.tfm) = %{tl_version} -Provides: tex(nanumgtb11.tfm) = %{tl_version} -Provides: tex(nanumgtb20.tfm) = %{tl_version} -Provides: tex(nanumgtb21.tfm) = %{tl_version} -Provides: tex(nanumgtb22.tfm) = %{tl_version} -Provides: tex(nanumgtb23.tfm) = %{tl_version} -Provides: tex(nanumgtb24.tfm) = %{tl_version} -Provides: tex(nanumgtb25.tfm) = %{tl_version} -Provides: tex(nanumgtb26.tfm) = %{tl_version} -Provides: tex(nanumgtb27.tfm) = %{tl_version} -Provides: tex(nanumgtb2a.tfm) = %{tl_version} -Provides: tex(nanumgtb30.tfm) = %{tl_version} -Provides: tex(nanumgtb31.tfm) = %{tl_version} -Provides: tex(nanumgtb32.tfm) = %{tl_version} -Provides: tex(nanumgtb33.tfm) = %{tl_version} -Provides: tex(nanumgtb4e.tfm) = %{tl_version} -Provides: tex(nanumgtb4f.tfm) = %{tl_version} -Provides: tex(nanumgtb50.tfm) = %{tl_version} -Provides: tex(nanumgtb51.tfm) = %{tl_version} -Provides: tex(nanumgtb52.tfm) = %{tl_version} -Provides: tex(nanumgtb53.tfm) = %{tl_version} -Provides: tex(nanumgtb54.tfm) = %{tl_version} -Provides: tex(nanumgtb55.tfm) = %{tl_version} -Provides: tex(nanumgtb56.tfm) = %{tl_version} -Provides: tex(nanumgtb57.tfm) = %{tl_version} -Provides: tex(nanumgtb58.tfm) = %{tl_version} -Provides: tex(nanumgtb59.tfm) = %{tl_version} -Provides: tex(nanumgtb5a.tfm) = %{tl_version} -Provides: tex(nanumgtb5b.tfm) = %{tl_version} -Provides: tex(nanumgtb5c.tfm) = %{tl_version} -Provides: tex(nanumgtb5d.tfm) = %{tl_version} -Provides: tex(nanumgtb5e.tfm) = %{tl_version} -Provides: tex(nanumgtb5f.tfm) = %{tl_version} -Provides: tex(nanumgtb60.tfm) = %{tl_version} -Provides: tex(nanumgtb61.tfm) = %{tl_version} -Provides: tex(nanumgtb62.tfm) = %{tl_version} -Provides: tex(nanumgtb63.tfm) = %{tl_version} -Provides: tex(nanumgtb64.tfm) = %{tl_version} -Provides: tex(nanumgtb65.tfm) = %{tl_version} -Provides: tex(nanumgtb66.tfm) = %{tl_version} -Provides: tex(nanumgtb67.tfm) = %{tl_version} -Provides: tex(nanumgtb68.tfm) = %{tl_version} -Provides: tex(nanumgtb69.tfm) = %{tl_version} -Provides: tex(nanumgtb6a.tfm) = %{tl_version} -Provides: tex(nanumgtb6b.tfm) = %{tl_version} -Provides: tex(nanumgtb6c.tfm) = %{tl_version} -Provides: tex(nanumgtb6d.tfm) = %{tl_version} -Provides: tex(nanumgtb6e.tfm) = %{tl_version} -Provides: tex(nanumgtb6f.tfm) = %{tl_version} -Provides: tex(nanumgtb70.tfm) = %{tl_version} -Provides: tex(nanumgtb71.tfm) = %{tl_version} -Provides: tex(nanumgtb72.tfm) = %{tl_version} -Provides: tex(nanumgtb73.tfm) = %{tl_version} -Provides: tex(nanumgtb74.tfm) = %{tl_version} -Provides: tex(nanumgtb75.tfm) = %{tl_version} -Provides: tex(nanumgtb76.tfm) = %{tl_version} -Provides: tex(nanumgtb77.tfm) = %{tl_version} -Provides: tex(nanumgtb78.tfm) = %{tl_version} -Provides: tex(nanumgtb79.tfm) = %{tl_version} -Provides: tex(nanumgtb7a.tfm) = %{tl_version} -Provides: tex(nanumgtb7b.tfm) = %{tl_version} -Provides: tex(nanumgtb7c.tfm) = %{tl_version} -Provides: tex(nanumgtb7d.tfm) = %{tl_version} -Provides: tex(nanumgtb7e.tfm) = %{tl_version} -Provides: tex(nanumgtb7f.tfm) = %{tl_version} -Provides: tex(nanumgtb80.tfm) = %{tl_version} -Provides: tex(nanumgtb81.tfm) = %{tl_version} -Provides: tex(nanumgtb82.tfm) = %{tl_version} -Provides: tex(nanumgtb83.tfm) = %{tl_version} -Provides: tex(nanumgtb84.tfm) = %{tl_version} -Provides: tex(nanumgtb85.tfm) = %{tl_version} -Provides: tex(nanumgtb86.tfm) = %{tl_version} -Provides: tex(nanumgtb87.tfm) = %{tl_version} -Provides: tex(nanumgtb88.tfm) = %{tl_version} -Provides: tex(nanumgtb89.tfm) = %{tl_version} -Provides: tex(nanumgtb8a.tfm) = %{tl_version} -Provides: tex(nanumgtb8b.tfm) = %{tl_version} -Provides: tex(nanumgtb8c.tfm) = %{tl_version} -Provides: tex(nanumgtb8d.tfm) = %{tl_version} -Provides: tex(nanumgtb8e.tfm) = %{tl_version} -Provides: tex(nanumgtb8f.tfm) = %{tl_version} -Provides: tex(nanumgtb90.tfm) = %{tl_version} -Provides: tex(nanumgtb91.tfm) = %{tl_version} -Provides: tex(nanumgtb92.tfm) = %{tl_version} -Provides: tex(nanumgtb93.tfm) = %{tl_version} -Provides: tex(nanumgtb94.tfm) = %{tl_version} -Provides: tex(nanumgtb95.tfm) = %{tl_version} -Provides: tex(nanumgtb96.tfm) = %{tl_version} -Provides: tex(nanumgtb97.tfm) = %{tl_version} -Provides: tex(nanumgtb98.tfm) = %{tl_version} -Provides: tex(nanumgtb99.tfm) = %{tl_version} -Provides: tex(nanumgtb9a.tfm) = %{tl_version} -Provides: tex(nanumgtb9b.tfm) = %{tl_version} -Provides: tex(nanumgtb9c.tfm) = %{tl_version} -Provides: tex(nanumgtb9d.tfm) = %{tl_version} -Provides: tex(nanumgtb9e.tfm) = %{tl_version} -Provides: tex(nanumgtb9f.tfm) = %{tl_version} -Provides: tex(nanumgtbac.tfm) = %{tl_version} -Provides: tex(nanumgtbad.tfm) = %{tl_version} -Provides: tex(nanumgtbae.tfm) = %{tl_version} -Provides: tex(nanumgtbaf.tfm) = %{tl_version} -Provides: tex(nanumgtbb0.tfm) = %{tl_version} -Provides: tex(nanumgtbb1.tfm) = %{tl_version} -Provides: tex(nanumgtbb2.tfm) = %{tl_version} -Provides: tex(nanumgtbb3.tfm) = %{tl_version} -Provides: tex(nanumgtbb4.tfm) = %{tl_version} -Provides: tex(nanumgtbb5.tfm) = %{tl_version} -Provides: tex(nanumgtbb6.tfm) = %{tl_version} -Provides: tex(nanumgtbb7.tfm) = %{tl_version} -Provides: tex(nanumgtbb8.tfm) = %{tl_version} -Provides: tex(nanumgtbb9.tfm) = %{tl_version} -Provides: tex(nanumgtbba.tfm) = %{tl_version} -Provides: tex(nanumgtbbb.tfm) = %{tl_version} -Provides: tex(nanumgtbbc.tfm) = %{tl_version} -Provides: tex(nanumgtbbd.tfm) = %{tl_version} -Provides: tex(nanumgtbbe.tfm) = %{tl_version} -Provides: tex(nanumgtbbf.tfm) = %{tl_version} -Provides: tex(nanumgtbc0.tfm) = %{tl_version} -Provides: tex(nanumgtbc1.tfm) = %{tl_version} -Provides: tex(nanumgtbc2.tfm) = %{tl_version} -Provides: tex(nanumgtbc3.tfm) = %{tl_version} -Provides: tex(nanumgtbc4.tfm) = %{tl_version} -Provides: tex(nanumgtbc5.tfm) = %{tl_version} -Provides: tex(nanumgtbc6.tfm) = %{tl_version} -Provides: tex(nanumgtbc7.tfm) = %{tl_version} -Provides: tex(nanumgtbc8.tfm) = %{tl_version} -Provides: tex(nanumgtbc9.tfm) = %{tl_version} -Provides: tex(nanumgtbca.tfm) = %{tl_version} -Provides: tex(nanumgtbcb.tfm) = %{tl_version} -Provides: tex(nanumgtbcc.tfm) = %{tl_version} -Provides: tex(nanumgtbcd.tfm) = %{tl_version} -Provides: tex(nanumgtbce.tfm) = %{tl_version} -Provides: tex(nanumgtbcf.tfm) = %{tl_version} -Provides: tex(nanumgtbd0.tfm) = %{tl_version} -Provides: tex(nanumgtbd1.tfm) = %{tl_version} -Provides: tex(nanumgtbd2.tfm) = %{tl_version} -Provides: tex(nanumgtbd3.tfm) = %{tl_version} -Provides: tex(nanumgtbd4.tfm) = %{tl_version} -Provides: tex(nanumgtbd5.tfm) = %{tl_version} -Provides: tex(nanumgtbd6.tfm) = %{tl_version} -Provides: tex(nanumgtbd7.tfm) = %{tl_version} -Provides: tex(nanumgtbf9.tfm) = %{tl_version} -Provides: tex(nanumgtbfa.tfm) = %{tl_version} -Provides: tex(nanumgtbff.tfm) = %{tl_version} -Provides: tex(nanumgtbo00.tfm) = %{tl_version} -Provides: tex(nanumgtbo01.tfm) = %{tl_version} -Provides: tex(nanumgtbo02.tfm) = %{tl_version} -Provides: tex(nanumgtbo03.tfm) = %{tl_version} -Provides: tex(nanumgtbo04.tfm) = %{tl_version} -Provides: tex(nanumgtbo11.tfm) = %{tl_version} -Provides: tex(nanumgtbo20.tfm) = %{tl_version} -Provides: tex(nanumgtbo21.tfm) = %{tl_version} -Provides: tex(nanumgtbo22.tfm) = %{tl_version} -Provides: tex(nanumgtbo23.tfm) = %{tl_version} -Provides: tex(nanumgtbo24.tfm) = %{tl_version} -Provides: tex(nanumgtbo25.tfm) = %{tl_version} -Provides: tex(nanumgtbo26.tfm) = %{tl_version} -Provides: tex(nanumgtbo27.tfm) = %{tl_version} -Provides: tex(nanumgtbo2a.tfm) = %{tl_version} -Provides: tex(nanumgtbo30.tfm) = %{tl_version} -Provides: tex(nanumgtbo31.tfm) = %{tl_version} -Provides: tex(nanumgtbo32.tfm) = %{tl_version} -Provides: tex(nanumgtbo33.tfm) = %{tl_version} -Provides: tex(nanumgtbo4e.tfm) = %{tl_version} -Provides: tex(nanumgtbo4f.tfm) = %{tl_version} -Provides: tex(nanumgtbo50.tfm) = %{tl_version} -Provides: tex(nanumgtbo51.tfm) = %{tl_version} -Provides: tex(nanumgtbo52.tfm) = %{tl_version} -Provides: tex(nanumgtbo53.tfm) = %{tl_version} -Provides: tex(nanumgtbo54.tfm) = %{tl_version} -Provides: tex(nanumgtbo55.tfm) = %{tl_version} -Provides: tex(nanumgtbo56.tfm) = %{tl_version} -Provides: tex(nanumgtbo57.tfm) = %{tl_version} -Provides: tex(nanumgtbo58.tfm) = %{tl_version} -Provides: tex(nanumgtbo59.tfm) = %{tl_version} -Provides: tex(nanumgtbo5a.tfm) = %{tl_version} -Provides: tex(nanumgtbo5b.tfm) = %{tl_version} -Provides: tex(nanumgtbo5c.tfm) = %{tl_version} -Provides: tex(nanumgtbo5d.tfm) = %{tl_version} -Provides: tex(nanumgtbo5e.tfm) = %{tl_version} -Provides: tex(nanumgtbo5f.tfm) = %{tl_version} -Provides: tex(nanumgtbo60.tfm) = %{tl_version} -Provides: tex(nanumgtbo61.tfm) = %{tl_version} -Provides: tex(nanumgtbo62.tfm) = %{tl_version} -Provides: tex(nanumgtbo63.tfm) = %{tl_version} -Provides: tex(nanumgtbo64.tfm) = %{tl_version} -Provides: tex(nanumgtbo65.tfm) = %{tl_version} -Provides: tex(nanumgtbo66.tfm) = %{tl_version} -Provides: tex(nanumgtbo67.tfm) = %{tl_version} -Provides: tex(nanumgtbo68.tfm) = %{tl_version} -Provides: tex(nanumgtbo69.tfm) = %{tl_version} -Provides: tex(nanumgtbo6a.tfm) = %{tl_version} -Provides: tex(nanumgtbo6b.tfm) = %{tl_version} -Provides: tex(nanumgtbo6c.tfm) = %{tl_version} -Provides: tex(nanumgtbo6d.tfm) = %{tl_version} -Provides: tex(nanumgtbo6e.tfm) = %{tl_version} -Provides: tex(nanumgtbo6f.tfm) = %{tl_version} -Provides: tex(nanumgtbo70.tfm) = %{tl_version} -Provides: tex(nanumgtbo71.tfm) = %{tl_version} -Provides: tex(nanumgtbo72.tfm) = %{tl_version} -Provides: tex(nanumgtbo73.tfm) = %{tl_version} -Provides: tex(nanumgtbo74.tfm) = %{tl_version} -Provides: tex(nanumgtbo75.tfm) = %{tl_version} -Provides: tex(nanumgtbo76.tfm) = %{tl_version} -Provides: tex(nanumgtbo77.tfm) = %{tl_version} -Provides: tex(nanumgtbo78.tfm) = %{tl_version} -Provides: tex(nanumgtbo79.tfm) = %{tl_version} -Provides: tex(nanumgtbo7a.tfm) = %{tl_version} -Provides: tex(nanumgtbo7b.tfm) = %{tl_version} -Provides: tex(nanumgtbo7c.tfm) = %{tl_version} -Provides: tex(nanumgtbo7d.tfm) = %{tl_version} -Provides: tex(nanumgtbo7e.tfm) = %{tl_version} -Provides: tex(nanumgtbo7f.tfm) = %{tl_version} -Provides: tex(nanumgtbo80.tfm) = %{tl_version} -Provides: tex(nanumgtbo81.tfm) = %{tl_version} -Provides: tex(nanumgtbo82.tfm) = %{tl_version} -Provides: tex(nanumgtbo83.tfm) = %{tl_version} -Provides: tex(nanumgtbo84.tfm) = %{tl_version} -Provides: tex(nanumgtbo85.tfm) = %{tl_version} -Provides: tex(nanumgtbo86.tfm) = %{tl_version} -Provides: tex(nanumgtbo87.tfm) = %{tl_version} -Provides: tex(nanumgtbo88.tfm) = %{tl_version} -Provides: tex(nanumgtbo89.tfm) = %{tl_version} -Provides: tex(nanumgtbo8a.tfm) = %{tl_version} -Provides: tex(nanumgtbo8b.tfm) = %{tl_version} -Provides: tex(nanumgtbo8c.tfm) = %{tl_version} -Provides: tex(nanumgtbo8d.tfm) = %{tl_version} -Provides: tex(nanumgtbo8e.tfm) = %{tl_version} -Provides: tex(nanumgtbo8f.tfm) = %{tl_version} -Provides: tex(nanumgtbo90.tfm) = %{tl_version} -Provides: tex(nanumgtbo91.tfm) = %{tl_version} -Provides: tex(nanumgtbo92.tfm) = %{tl_version} -Provides: tex(nanumgtbo93.tfm) = %{tl_version} -Provides: tex(nanumgtbo94.tfm) = %{tl_version} -Provides: tex(nanumgtbo95.tfm) = %{tl_version} -Provides: tex(nanumgtbo96.tfm) = %{tl_version} -Provides: tex(nanumgtbo97.tfm) = %{tl_version} -Provides: tex(nanumgtbo98.tfm) = %{tl_version} -Provides: tex(nanumgtbo99.tfm) = %{tl_version} -Provides: tex(nanumgtbo9a.tfm) = %{tl_version} -Provides: tex(nanumgtbo9b.tfm) = %{tl_version} -Provides: tex(nanumgtbo9c.tfm) = %{tl_version} -Provides: tex(nanumgtbo9d.tfm) = %{tl_version} -Provides: tex(nanumgtbo9e.tfm) = %{tl_version} -Provides: tex(nanumgtbo9f.tfm) = %{tl_version} -Provides: tex(nanumgtboac.tfm) = %{tl_version} -Provides: tex(nanumgtboad.tfm) = %{tl_version} -Provides: tex(nanumgtboae.tfm) = %{tl_version} -Provides: tex(nanumgtboaf.tfm) = %{tl_version} -Provides: tex(nanumgtbob0.tfm) = %{tl_version} -Provides: tex(nanumgtbob1.tfm) = %{tl_version} -Provides: tex(nanumgtbob2.tfm) = %{tl_version} -Provides: tex(nanumgtbob3.tfm) = %{tl_version} -Provides: tex(nanumgtbob4.tfm) = %{tl_version} -Provides: tex(nanumgtbob5.tfm) = %{tl_version} -Provides: tex(nanumgtbob6.tfm) = %{tl_version} -Provides: tex(nanumgtbob7.tfm) = %{tl_version} -Provides: tex(nanumgtbob8.tfm) = %{tl_version} -Provides: tex(nanumgtbob9.tfm) = %{tl_version} -Provides: tex(nanumgtboba.tfm) = %{tl_version} -Provides: tex(nanumgtbobb.tfm) = %{tl_version} -Provides: tex(nanumgtbobc.tfm) = %{tl_version} -Provides: tex(nanumgtbobd.tfm) = %{tl_version} -Provides: tex(nanumgtbobe.tfm) = %{tl_version} -Provides: tex(nanumgtbobf.tfm) = %{tl_version} -Provides: tex(nanumgtboc0.tfm) = %{tl_version} -Provides: tex(nanumgtboc1.tfm) = %{tl_version} -Provides: tex(nanumgtboc2.tfm) = %{tl_version} -Provides: tex(nanumgtboc3.tfm) = %{tl_version} -Provides: tex(nanumgtboc4.tfm) = %{tl_version} -Provides: tex(nanumgtboc5.tfm) = %{tl_version} -Provides: tex(nanumgtboc6.tfm) = %{tl_version} -Provides: tex(nanumgtboc7.tfm) = %{tl_version} -Provides: tex(nanumgtboc8.tfm) = %{tl_version} -Provides: tex(nanumgtboc9.tfm) = %{tl_version} -Provides: tex(nanumgtboca.tfm) = %{tl_version} -Provides: tex(nanumgtbocb.tfm) = %{tl_version} -Provides: tex(nanumgtbocc.tfm) = %{tl_version} -Provides: tex(nanumgtbocd.tfm) = %{tl_version} -Provides: tex(nanumgtboce.tfm) = %{tl_version} -Provides: tex(nanumgtbocf.tfm) = %{tl_version} -Provides: tex(nanumgtbod0.tfm) = %{tl_version} -Provides: tex(nanumgtbod1.tfm) = %{tl_version} -Provides: tex(nanumgtbod2.tfm) = %{tl_version} -Provides: tex(nanumgtbod3.tfm) = %{tl_version} -Provides: tex(nanumgtbod4.tfm) = %{tl_version} -Provides: tex(nanumgtbod5.tfm) = %{tl_version} -Provides: tex(nanumgtbod6.tfm) = %{tl_version} -Provides: tex(nanumgtbod7.tfm) = %{tl_version} -Provides: tex(nanumgtbof9.tfm) = %{tl_version} -Provides: tex(nanumgtbofa.tfm) = %{tl_version} -Provides: tex(nanumgtboff.tfm) = %{tl_version} -Provides: tex(nanumgtm00.tfm) = %{tl_version} -Provides: tex(nanumgtm01.tfm) = %{tl_version} -Provides: tex(nanumgtm02.tfm) = %{tl_version} -Provides: tex(nanumgtm03.tfm) = %{tl_version} -Provides: tex(nanumgtm04.tfm) = %{tl_version} -Provides: tex(nanumgtm11.tfm) = %{tl_version} -Provides: tex(nanumgtm20.tfm) = %{tl_version} -Provides: tex(nanumgtm21.tfm) = %{tl_version} -Provides: tex(nanumgtm22.tfm) = %{tl_version} -Provides: tex(nanumgtm23.tfm) = %{tl_version} -Provides: tex(nanumgtm24.tfm) = %{tl_version} -Provides: tex(nanumgtm25.tfm) = %{tl_version} -Provides: tex(nanumgtm26.tfm) = %{tl_version} -Provides: tex(nanumgtm27.tfm) = %{tl_version} -Provides: tex(nanumgtm2a.tfm) = %{tl_version} -Provides: tex(nanumgtm30.tfm) = %{tl_version} -Provides: tex(nanumgtm31.tfm) = %{tl_version} -Provides: tex(nanumgtm32.tfm) = %{tl_version} -Provides: tex(nanumgtm33.tfm) = %{tl_version} -Provides: tex(nanumgtm4e.tfm) = %{tl_version} -Provides: tex(nanumgtm4f.tfm) = %{tl_version} -Provides: tex(nanumgtm50.tfm) = %{tl_version} -Provides: tex(nanumgtm51.tfm) = %{tl_version} -Provides: tex(nanumgtm52.tfm) = %{tl_version} -Provides: tex(nanumgtm53.tfm) = %{tl_version} -Provides: tex(nanumgtm54.tfm) = %{tl_version} -Provides: tex(nanumgtm55.tfm) = %{tl_version} -Provides: tex(nanumgtm56.tfm) = %{tl_version} -Provides: tex(nanumgtm57.tfm) = %{tl_version} -Provides: tex(nanumgtm58.tfm) = %{tl_version} -Provides: tex(nanumgtm59.tfm) = %{tl_version} -Provides: tex(nanumgtm5a.tfm) = %{tl_version} -Provides: tex(nanumgtm5b.tfm) = %{tl_version} -Provides: tex(nanumgtm5c.tfm) = %{tl_version} -Provides: tex(nanumgtm5d.tfm) = %{tl_version} -Provides: tex(nanumgtm5e.tfm) = %{tl_version} -Provides: tex(nanumgtm5f.tfm) = %{tl_version} -Provides: tex(nanumgtm60.tfm) = %{tl_version} -Provides: tex(nanumgtm61.tfm) = %{tl_version} -Provides: tex(nanumgtm62.tfm) = %{tl_version} -Provides: tex(nanumgtm63.tfm) = %{tl_version} -Provides: tex(nanumgtm64.tfm) = %{tl_version} -Provides: tex(nanumgtm65.tfm) = %{tl_version} -Provides: tex(nanumgtm66.tfm) = %{tl_version} -Provides: tex(nanumgtm67.tfm) = %{tl_version} -Provides: tex(nanumgtm68.tfm) = %{tl_version} -Provides: tex(nanumgtm69.tfm) = %{tl_version} -Provides: tex(nanumgtm6a.tfm) = %{tl_version} -Provides: tex(nanumgtm6b.tfm) = %{tl_version} -Provides: tex(nanumgtm6c.tfm) = %{tl_version} -Provides: tex(nanumgtm6d.tfm) = %{tl_version} -Provides: tex(nanumgtm6e.tfm) = %{tl_version} -Provides: tex(nanumgtm6f.tfm) = %{tl_version} -Provides: tex(nanumgtm70.tfm) = %{tl_version} -Provides: tex(nanumgtm71.tfm) = %{tl_version} -Provides: tex(nanumgtm72.tfm) = %{tl_version} -Provides: tex(nanumgtm73.tfm) = %{tl_version} -Provides: tex(nanumgtm74.tfm) = %{tl_version} -Provides: tex(nanumgtm75.tfm) = %{tl_version} -Provides: tex(nanumgtm76.tfm) = %{tl_version} -Provides: tex(nanumgtm77.tfm) = %{tl_version} -Provides: tex(nanumgtm78.tfm) = %{tl_version} -Provides: tex(nanumgtm79.tfm) = %{tl_version} -Provides: tex(nanumgtm7a.tfm) = %{tl_version} -Provides: tex(nanumgtm7b.tfm) = %{tl_version} -Provides: tex(nanumgtm7c.tfm) = %{tl_version} -Provides: tex(nanumgtm7d.tfm) = %{tl_version} -Provides: tex(nanumgtm7e.tfm) = %{tl_version} -Provides: tex(nanumgtm7f.tfm) = %{tl_version} -Provides: tex(nanumgtm80.tfm) = %{tl_version} -Provides: tex(nanumgtm81.tfm) = %{tl_version} -Provides: tex(nanumgtm82.tfm) = %{tl_version} -Provides: tex(nanumgtm83.tfm) = %{tl_version} -Provides: tex(nanumgtm84.tfm) = %{tl_version} -Provides: tex(nanumgtm85.tfm) = %{tl_version} -Provides: tex(nanumgtm86.tfm) = %{tl_version} -Provides: tex(nanumgtm87.tfm) = %{tl_version} -Provides: tex(nanumgtm88.tfm) = %{tl_version} -Provides: tex(nanumgtm89.tfm) = %{tl_version} -Provides: tex(nanumgtm8a.tfm) = %{tl_version} -Provides: tex(nanumgtm8b.tfm) = %{tl_version} -Provides: tex(nanumgtm8c.tfm) = %{tl_version} -Provides: tex(nanumgtm8d.tfm) = %{tl_version} -Provides: tex(nanumgtm8e.tfm) = %{tl_version} -Provides: tex(nanumgtm8f.tfm) = %{tl_version} -Provides: tex(nanumgtm90.tfm) = %{tl_version} -Provides: tex(nanumgtm91.tfm) = %{tl_version} -Provides: tex(nanumgtm92.tfm) = %{tl_version} -Provides: tex(nanumgtm93.tfm) = %{tl_version} -Provides: tex(nanumgtm94.tfm) = %{tl_version} -Provides: tex(nanumgtm95.tfm) = %{tl_version} -Provides: tex(nanumgtm96.tfm) = %{tl_version} -Provides: tex(nanumgtm97.tfm) = %{tl_version} -Provides: tex(nanumgtm98.tfm) = %{tl_version} -Provides: tex(nanumgtm99.tfm) = %{tl_version} -Provides: tex(nanumgtm9a.tfm) = %{tl_version} -Provides: tex(nanumgtm9b.tfm) = %{tl_version} -Provides: tex(nanumgtm9c.tfm) = %{tl_version} -Provides: tex(nanumgtm9d.tfm) = %{tl_version} -Provides: tex(nanumgtm9e.tfm) = %{tl_version} -Provides: tex(nanumgtm9f.tfm) = %{tl_version} -Provides: tex(nanumgtmac.tfm) = %{tl_version} -Provides: tex(nanumgtmad.tfm) = %{tl_version} -Provides: tex(nanumgtmae.tfm) = %{tl_version} -Provides: tex(nanumgtmaf.tfm) = %{tl_version} -Provides: tex(nanumgtmb0.tfm) = %{tl_version} -Provides: tex(nanumgtmb1.tfm) = %{tl_version} -Provides: tex(nanumgtmb2.tfm) = %{tl_version} -Provides: tex(nanumgtmb3.tfm) = %{tl_version} -Provides: tex(nanumgtmb4.tfm) = %{tl_version} -Provides: tex(nanumgtmb5.tfm) = %{tl_version} -Provides: tex(nanumgtmb6.tfm) = %{tl_version} -Provides: tex(nanumgtmb7.tfm) = %{tl_version} -Provides: tex(nanumgtmb8.tfm) = %{tl_version} -Provides: tex(nanumgtmb9.tfm) = %{tl_version} -Provides: tex(nanumgtmba.tfm) = %{tl_version} -Provides: tex(nanumgtmbb.tfm) = %{tl_version} -Provides: tex(nanumgtmbc.tfm) = %{tl_version} -Provides: tex(nanumgtmbd.tfm) = %{tl_version} -Provides: tex(nanumgtmbe.tfm) = %{tl_version} -Provides: tex(nanumgtmbf.tfm) = %{tl_version} -Provides: tex(nanumgtmc0.tfm) = %{tl_version} -Provides: tex(nanumgtmc1.tfm) = %{tl_version} -Provides: tex(nanumgtmc2.tfm) = %{tl_version} -Provides: tex(nanumgtmc3.tfm) = %{tl_version} -Provides: tex(nanumgtmc4.tfm) = %{tl_version} -Provides: tex(nanumgtmc5.tfm) = %{tl_version} -Provides: tex(nanumgtmc6.tfm) = %{tl_version} -Provides: tex(nanumgtmc7.tfm) = %{tl_version} -Provides: tex(nanumgtmc8.tfm) = %{tl_version} -Provides: tex(nanumgtmc9.tfm) = %{tl_version} -Provides: tex(nanumgtmca.tfm) = %{tl_version} -Provides: tex(nanumgtmcb.tfm) = %{tl_version} -Provides: tex(nanumgtmcc.tfm) = %{tl_version} -Provides: tex(nanumgtmcd.tfm) = %{tl_version} -Provides: tex(nanumgtmce.tfm) = %{tl_version} -Provides: tex(nanumgtmcf.tfm) = %{tl_version} -Provides: tex(nanumgtmd0.tfm) = %{tl_version} -Provides: tex(nanumgtmd1.tfm) = %{tl_version} -Provides: tex(nanumgtmd2.tfm) = %{tl_version} -Provides: tex(nanumgtmd3.tfm) = %{tl_version} -Provides: tex(nanumgtmd4.tfm) = %{tl_version} -Provides: tex(nanumgtmd5.tfm) = %{tl_version} -Provides: tex(nanumgtmd6.tfm) = %{tl_version} -Provides: tex(nanumgtmd7.tfm) = %{tl_version} -Provides: tex(nanumgtmf9.tfm) = %{tl_version} -Provides: tex(nanumgtmfa.tfm) = %{tl_version} -Provides: tex(nanumgtmff.tfm) = %{tl_version} -Provides: tex(nanumgtmo00.tfm) = %{tl_version} -Provides: tex(nanumgtmo01.tfm) = %{tl_version} -Provides: tex(nanumgtmo02.tfm) = %{tl_version} -Provides: tex(nanumgtmo03.tfm) = %{tl_version} -Provides: tex(nanumgtmo04.tfm) = %{tl_version} -Provides: tex(nanumgtmo11.tfm) = %{tl_version} -Provides: tex(nanumgtmo20.tfm) = %{tl_version} -Provides: tex(nanumgtmo21.tfm) = %{tl_version} -Provides: tex(nanumgtmo22.tfm) = %{tl_version} -Provides: tex(nanumgtmo23.tfm) = %{tl_version} -Provides: tex(nanumgtmo24.tfm) = %{tl_version} -Provides: tex(nanumgtmo25.tfm) = %{tl_version} -Provides: tex(nanumgtmo26.tfm) = %{tl_version} -Provides: tex(nanumgtmo27.tfm) = %{tl_version} -Provides: tex(nanumgtmo2a.tfm) = %{tl_version} -Provides: tex(nanumgtmo30.tfm) = %{tl_version} -Provides: tex(nanumgtmo31.tfm) = %{tl_version} -Provides: tex(nanumgtmo32.tfm) = %{tl_version} -Provides: tex(nanumgtmo33.tfm) = %{tl_version} -Provides: tex(nanumgtmo4e.tfm) = %{tl_version} -Provides: tex(nanumgtmo4f.tfm) = %{tl_version} -Provides: tex(nanumgtmo50.tfm) = %{tl_version} -Provides: tex(nanumgtmo51.tfm) = %{tl_version} -Provides: tex(nanumgtmo52.tfm) = %{tl_version} -Provides: tex(nanumgtmo53.tfm) = %{tl_version} -Provides: tex(nanumgtmo54.tfm) = %{tl_version} -Provides: tex(nanumgtmo55.tfm) = %{tl_version} -Provides: tex(nanumgtmo56.tfm) = %{tl_version} -Provides: tex(nanumgtmo57.tfm) = %{tl_version} -Provides: tex(nanumgtmo58.tfm) = %{tl_version} -Provides: tex(nanumgtmo59.tfm) = %{tl_version} -Provides: tex(nanumgtmo5a.tfm) = %{tl_version} -Provides: tex(nanumgtmo5b.tfm) = %{tl_version} -Provides: tex(nanumgtmo5c.tfm) = %{tl_version} -Provides: tex(nanumgtmo5d.tfm) = %{tl_version} -Provides: tex(nanumgtmo5e.tfm) = %{tl_version} -Provides: tex(nanumgtmo5f.tfm) = %{tl_version} -Provides: tex(nanumgtmo60.tfm) = %{tl_version} -Provides: tex(nanumgtmo61.tfm) = %{tl_version} -Provides: tex(nanumgtmo62.tfm) = %{tl_version} -Provides: tex(nanumgtmo63.tfm) = %{tl_version} -Provides: tex(nanumgtmo64.tfm) = %{tl_version} -Provides: tex(nanumgtmo65.tfm) = %{tl_version} -Provides: tex(nanumgtmo66.tfm) = %{tl_version} -Provides: tex(nanumgtmo67.tfm) = %{tl_version} -Provides: tex(nanumgtmo68.tfm) = %{tl_version} -Provides: tex(nanumgtmo69.tfm) = %{tl_version} -Provides: tex(nanumgtmo6a.tfm) = %{tl_version} -Provides: tex(nanumgtmo6b.tfm) = %{tl_version} -Provides: tex(nanumgtmo6c.tfm) = %{tl_version} -Provides: tex(nanumgtmo6d.tfm) = %{tl_version} -Provides: tex(nanumgtmo6e.tfm) = %{tl_version} -Provides: tex(nanumgtmo6f.tfm) = %{tl_version} -Provides: tex(nanumgtmo70.tfm) = %{tl_version} -Provides: tex(nanumgtmo71.tfm) = %{tl_version} -Provides: tex(nanumgtmo72.tfm) = %{tl_version} -Provides: tex(nanumgtmo73.tfm) = %{tl_version} -Provides: tex(nanumgtmo74.tfm) = %{tl_version} -Provides: tex(nanumgtmo75.tfm) = %{tl_version} -Provides: tex(nanumgtmo76.tfm) = %{tl_version} -Provides: tex(nanumgtmo77.tfm) = %{tl_version} -Provides: tex(nanumgtmo78.tfm) = %{tl_version} -Provides: tex(nanumgtmo79.tfm) = %{tl_version} -Provides: tex(nanumgtmo7a.tfm) = %{tl_version} -Provides: tex(nanumgtmo7b.tfm) = %{tl_version} -Provides: tex(nanumgtmo7c.tfm) = %{tl_version} -Provides: tex(nanumgtmo7d.tfm) = %{tl_version} -Provides: tex(nanumgtmo7e.tfm) = %{tl_version} -Provides: tex(nanumgtmo7f.tfm) = %{tl_version} -Provides: tex(nanumgtmo80.tfm) = %{tl_version} -Provides: tex(nanumgtmo81.tfm) = %{tl_version} -Provides: tex(nanumgtmo82.tfm) = %{tl_version} -Provides: tex(nanumgtmo83.tfm) = %{tl_version} -Provides: tex(nanumgtmo84.tfm) = %{tl_version} -Provides: tex(nanumgtmo85.tfm) = %{tl_version} -Provides: tex(nanumgtmo86.tfm) = %{tl_version} -Provides: tex(nanumgtmo87.tfm) = %{tl_version} -Provides: tex(nanumgtmo88.tfm) = %{tl_version} -Provides: tex(nanumgtmo89.tfm) = %{tl_version} -Provides: tex(nanumgtmo8a.tfm) = %{tl_version} -Provides: tex(nanumgtmo8b.tfm) = %{tl_version} -Provides: tex(nanumgtmo8c.tfm) = %{tl_version} -Provides: tex(nanumgtmo8d.tfm) = %{tl_version} -Provides: tex(nanumgtmo8e.tfm) = %{tl_version} -Provides: tex(nanumgtmo8f.tfm) = %{tl_version} -Provides: tex(nanumgtmo90.tfm) = %{tl_version} -Provides: tex(nanumgtmo91.tfm) = %{tl_version} -Provides: tex(nanumgtmo92.tfm) = %{tl_version} -Provides: tex(nanumgtmo93.tfm) = %{tl_version} -Provides: tex(nanumgtmo94.tfm) = %{tl_version} -Provides: tex(nanumgtmo95.tfm) = %{tl_version} -Provides: tex(nanumgtmo96.tfm) = %{tl_version} -Provides: tex(nanumgtmo97.tfm) = %{tl_version} -Provides: tex(nanumgtmo98.tfm) = %{tl_version} -Provides: tex(nanumgtmo99.tfm) = %{tl_version} -Provides: tex(nanumgtmo9a.tfm) = %{tl_version} -Provides: tex(nanumgtmo9b.tfm) = %{tl_version} -Provides: tex(nanumgtmo9c.tfm) = %{tl_version} -Provides: tex(nanumgtmo9d.tfm) = %{tl_version} -Provides: tex(nanumgtmo9e.tfm) = %{tl_version} -Provides: tex(nanumgtmo9f.tfm) = %{tl_version} -Provides: tex(nanumgtmoac.tfm) = %{tl_version} -Provides: tex(nanumgtmoad.tfm) = %{tl_version} -Provides: tex(nanumgtmoae.tfm) = %{tl_version} -Provides: tex(nanumgtmoaf.tfm) = %{tl_version} -Provides: tex(nanumgtmob0.tfm) = %{tl_version} -Provides: tex(nanumgtmob1.tfm) = %{tl_version} -Provides: tex(nanumgtmob2.tfm) = %{tl_version} -Provides: tex(nanumgtmob3.tfm) = %{tl_version} -Provides: tex(nanumgtmob4.tfm) = %{tl_version} -Provides: tex(nanumgtmob5.tfm) = %{tl_version} -Provides: tex(nanumgtmob6.tfm) = %{tl_version} -Provides: tex(nanumgtmob7.tfm) = %{tl_version} -Provides: tex(nanumgtmob8.tfm) = %{tl_version} -Provides: tex(nanumgtmob9.tfm) = %{tl_version} -Provides: tex(nanumgtmoba.tfm) = %{tl_version} -Provides: tex(nanumgtmobb.tfm) = %{tl_version} -Provides: tex(nanumgtmobc.tfm) = %{tl_version} -Provides: tex(nanumgtmobd.tfm) = %{tl_version} -Provides: tex(nanumgtmobe.tfm) = %{tl_version} -Provides: tex(nanumgtmobf.tfm) = %{tl_version} -Provides: tex(nanumgtmoc0.tfm) = %{tl_version} -Provides: tex(nanumgtmoc1.tfm) = %{tl_version} -Provides: tex(nanumgtmoc2.tfm) = %{tl_version} -Provides: tex(nanumgtmoc3.tfm) = %{tl_version} -Provides: tex(nanumgtmoc4.tfm) = %{tl_version} -Provides: tex(nanumgtmoc5.tfm) = %{tl_version} -Provides: tex(nanumgtmoc6.tfm) = %{tl_version} -Provides: tex(nanumgtmoc7.tfm) = %{tl_version} -Provides: tex(nanumgtmoc8.tfm) = %{tl_version} -Provides: tex(nanumgtmoc9.tfm) = %{tl_version} -Provides: tex(nanumgtmoca.tfm) = %{tl_version} -Provides: tex(nanumgtmocb.tfm) = %{tl_version} -Provides: tex(nanumgtmocc.tfm) = %{tl_version} -Provides: tex(nanumgtmocd.tfm) = %{tl_version} -Provides: tex(nanumgtmoce.tfm) = %{tl_version} -Provides: tex(nanumgtmocf.tfm) = %{tl_version} -Provides: tex(nanumgtmod0.tfm) = %{tl_version} -Provides: tex(nanumgtmod1.tfm) = %{tl_version} -Provides: tex(nanumgtmod2.tfm) = %{tl_version} -Provides: tex(nanumgtmod3.tfm) = %{tl_version} -Provides: tex(nanumgtmod4.tfm) = %{tl_version} -Provides: tex(nanumgtmod5.tfm) = %{tl_version} -Provides: tex(nanumgtmod6.tfm) = %{tl_version} -Provides: tex(nanumgtmod7.tfm) = %{tl_version} -Provides: tex(nanumgtmof9.tfm) = %{tl_version} -Provides: tex(nanumgtmofa.tfm) = %{tl_version} -Provides: tex(nanumgtmoff.tfm) = %{tl_version} -Provides: tex(nanummjb00.tfm) = %{tl_version} -Provides: tex(nanummjb01.tfm) = %{tl_version} -Provides: tex(nanummjb02.tfm) = %{tl_version} -Provides: tex(nanummjb03.tfm) = %{tl_version} -Provides: tex(nanummjb04.tfm) = %{tl_version} -Provides: tex(nanummjb20.tfm) = %{tl_version} -Provides: tex(nanummjb21.tfm) = %{tl_version} -Provides: tex(nanummjb22.tfm) = %{tl_version} -Provides: tex(nanummjb23.tfm) = %{tl_version} -Provides: tex(nanummjb24.tfm) = %{tl_version} -Provides: tex(nanummjb25.tfm) = %{tl_version} -Provides: tex(nanummjb26.tfm) = %{tl_version} -Provides: tex(nanummjb27.tfm) = %{tl_version} -Provides: tex(nanummjb2a.tfm) = %{tl_version} -Provides: tex(nanummjb30.tfm) = %{tl_version} -Provides: tex(nanummjb31.tfm) = %{tl_version} -Provides: tex(nanummjb32.tfm) = %{tl_version} -Provides: tex(nanummjb33.tfm) = %{tl_version} -Provides: tex(nanummjbac.tfm) = %{tl_version} -Provides: tex(nanummjbad.tfm) = %{tl_version} -Provides: tex(nanummjbae.tfm) = %{tl_version} -Provides: tex(nanummjbaf.tfm) = %{tl_version} -Provides: tex(nanummjbb0.tfm) = %{tl_version} -Provides: tex(nanummjbb1.tfm) = %{tl_version} -Provides: tex(nanummjbb2.tfm) = %{tl_version} -Provides: tex(nanummjbb3.tfm) = %{tl_version} -Provides: tex(nanummjbb4.tfm) = %{tl_version} -Provides: tex(nanummjbb5.tfm) = %{tl_version} -Provides: tex(nanummjbb6.tfm) = %{tl_version} -Provides: tex(nanummjbb7.tfm) = %{tl_version} -Provides: tex(nanummjbb8.tfm) = %{tl_version} -Provides: tex(nanummjbb9.tfm) = %{tl_version} -Provides: tex(nanummjbba.tfm) = %{tl_version} -Provides: tex(nanummjbbb.tfm) = %{tl_version} -Provides: tex(nanummjbbc.tfm) = %{tl_version} -Provides: tex(nanummjbbd.tfm) = %{tl_version} -Provides: tex(nanummjbbe.tfm) = %{tl_version} -Provides: tex(nanummjbbf.tfm) = %{tl_version} -Provides: tex(nanummjbc0.tfm) = %{tl_version} -Provides: tex(nanummjbc1.tfm) = %{tl_version} -Provides: tex(nanummjbc2.tfm) = %{tl_version} -Provides: tex(nanummjbc3.tfm) = %{tl_version} -Provides: tex(nanummjbc4.tfm) = %{tl_version} -Provides: tex(nanummjbc5.tfm) = %{tl_version} -Provides: tex(nanummjbc6.tfm) = %{tl_version} -Provides: tex(nanummjbc7.tfm) = %{tl_version} -Provides: tex(nanummjbc8.tfm) = %{tl_version} -Provides: tex(nanummjbc9.tfm) = %{tl_version} -Provides: tex(nanummjbca.tfm) = %{tl_version} -Provides: tex(nanummjbcb.tfm) = %{tl_version} -Provides: tex(nanummjbcc.tfm) = %{tl_version} -Provides: tex(nanummjbcd.tfm) = %{tl_version} -Provides: tex(nanummjbce.tfm) = %{tl_version} -Provides: tex(nanummjbcf.tfm) = %{tl_version} -Provides: tex(nanummjbd0.tfm) = %{tl_version} -Provides: tex(nanummjbd1.tfm) = %{tl_version} -Provides: tex(nanummjbd2.tfm) = %{tl_version} -Provides: tex(nanummjbd3.tfm) = %{tl_version} -Provides: tex(nanummjbd4.tfm) = %{tl_version} -Provides: tex(nanummjbd5.tfm) = %{tl_version} -Provides: tex(nanummjbd6.tfm) = %{tl_version} -Provides: tex(nanummjbd7.tfm) = %{tl_version} -Provides: tex(nanummjbff.tfm) = %{tl_version} -Provides: tex(nanummjbo00.tfm) = %{tl_version} -Provides: tex(nanummjbo01.tfm) = %{tl_version} -Provides: tex(nanummjbo02.tfm) = %{tl_version} -Provides: tex(nanummjbo03.tfm) = %{tl_version} -Provides: tex(nanummjbo04.tfm) = %{tl_version} -Provides: tex(nanummjbo20.tfm) = %{tl_version} -Provides: tex(nanummjbo21.tfm) = %{tl_version} -Provides: tex(nanummjbo22.tfm) = %{tl_version} -Provides: tex(nanummjbo23.tfm) = %{tl_version} -Provides: tex(nanummjbo24.tfm) = %{tl_version} -Provides: tex(nanummjbo25.tfm) = %{tl_version} -Provides: tex(nanummjbo26.tfm) = %{tl_version} -Provides: tex(nanummjbo27.tfm) = %{tl_version} -Provides: tex(nanummjbo2a.tfm) = %{tl_version} -Provides: tex(nanummjbo30.tfm) = %{tl_version} -Provides: tex(nanummjbo31.tfm) = %{tl_version} -Provides: tex(nanummjbo32.tfm) = %{tl_version} -Provides: tex(nanummjbo33.tfm) = %{tl_version} -Provides: tex(nanummjboac.tfm) = %{tl_version} -Provides: tex(nanummjboad.tfm) = %{tl_version} -Provides: tex(nanummjboae.tfm) = %{tl_version} -Provides: tex(nanummjboaf.tfm) = %{tl_version} -Provides: tex(nanummjbob0.tfm) = %{tl_version} -Provides: tex(nanummjbob1.tfm) = %{tl_version} -Provides: tex(nanummjbob2.tfm) = %{tl_version} -Provides: tex(nanummjbob3.tfm) = %{tl_version} -Provides: tex(nanummjbob4.tfm) = %{tl_version} -Provides: tex(nanummjbob5.tfm) = %{tl_version} -Provides: tex(nanummjbob6.tfm) = %{tl_version} -Provides: tex(nanummjbob7.tfm) = %{tl_version} -Provides: tex(nanummjbob8.tfm) = %{tl_version} -Provides: tex(nanummjbob9.tfm) = %{tl_version} -Provides: tex(nanummjboba.tfm) = %{tl_version} -Provides: tex(nanummjbobb.tfm) = %{tl_version} -Provides: tex(nanummjbobc.tfm) = %{tl_version} -Provides: tex(nanummjbobd.tfm) = %{tl_version} -Provides: tex(nanummjbobe.tfm) = %{tl_version} -Provides: tex(nanummjbobf.tfm) = %{tl_version} -Provides: tex(nanummjboc0.tfm) = %{tl_version} -Provides: tex(nanummjboc1.tfm) = %{tl_version} -Provides: tex(nanummjboc2.tfm) = %{tl_version} -Provides: tex(nanummjboc3.tfm) = %{tl_version} -Provides: tex(nanummjboc4.tfm) = %{tl_version} -Provides: tex(nanummjboc5.tfm) = %{tl_version} -Provides: tex(nanummjboc6.tfm) = %{tl_version} -Provides: tex(nanummjboc7.tfm) = %{tl_version} -Provides: tex(nanummjboc8.tfm) = %{tl_version} -Provides: tex(nanummjboc9.tfm) = %{tl_version} -Provides: tex(nanummjboca.tfm) = %{tl_version} -Provides: tex(nanummjbocb.tfm) = %{tl_version} -Provides: tex(nanummjbocc.tfm) = %{tl_version} -Provides: tex(nanummjbocd.tfm) = %{tl_version} -Provides: tex(nanummjboce.tfm) = %{tl_version} -Provides: tex(nanummjbocf.tfm) = %{tl_version} -Provides: tex(nanummjbod0.tfm) = %{tl_version} -Provides: tex(nanummjbod1.tfm) = %{tl_version} -Provides: tex(nanummjbod2.tfm) = %{tl_version} -Provides: tex(nanummjbod3.tfm) = %{tl_version} -Provides: tex(nanummjbod4.tfm) = %{tl_version} -Provides: tex(nanummjbod5.tfm) = %{tl_version} -Provides: tex(nanummjbod6.tfm) = %{tl_version} -Provides: tex(nanummjbod7.tfm) = %{tl_version} -Provides: tex(nanummjboff.tfm) = %{tl_version} -Provides: tex(nanummjm00.tfm) = %{tl_version} -Provides: tex(nanummjm01.tfm) = %{tl_version} -Provides: tex(nanummjm02.tfm) = %{tl_version} -Provides: tex(nanummjm03.tfm) = %{tl_version} -Provides: tex(nanummjm04.tfm) = %{tl_version} -Provides: tex(nanummjm20.tfm) = %{tl_version} -Provides: tex(nanummjm21.tfm) = %{tl_version} -Provides: tex(nanummjm22.tfm) = %{tl_version} -Provides: tex(nanummjm23.tfm) = %{tl_version} -Provides: tex(nanummjm24.tfm) = %{tl_version} -Provides: tex(nanummjm25.tfm) = %{tl_version} -Provides: tex(nanummjm26.tfm) = %{tl_version} -Provides: tex(nanummjm27.tfm) = %{tl_version} -Provides: tex(nanummjm30.tfm) = %{tl_version} -Provides: tex(nanummjm31.tfm) = %{tl_version} -Provides: tex(nanummjm32.tfm) = %{tl_version} -Provides: tex(nanummjm33.tfm) = %{tl_version} -Provides: tex(nanummjmac.tfm) = %{tl_version} -Provides: tex(nanummjmad.tfm) = %{tl_version} -Provides: tex(nanummjmae.tfm) = %{tl_version} -Provides: tex(nanummjmaf.tfm) = %{tl_version} -Provides: tex(nanummjmb0.tfm) = %{tl_version} -Provides: tex(nanummjmb1.tfm) = %{tl_version} -Provides: tex(nanummjmb2.tfm) = %{tl_version} -Provides: tex(nanummjmb3.tfm) = %{tl_version} -Provides: tex(nanummjmb4.tfm) = %{tl_version} -Provides: tex(nanummjmb5.tfm) = %{tl_version} -Provides: tex(nanummjmb6.tfm) = %{tl_version} -Provides: tex(nanummjmb7.tfm) = %{tl_version} -Provides: tex(nanummjmb8.tfm) = %{tl_version} -Provides: tex(nanummjmb9.tfm) = %{tl_version} -Provides: tex(nanummjmba.tfm) = %{tl_version} -Provides: tex(nanummjmbb.tfm) = %{tl_version} -Provides: tex(nanummjmbc.tfm) = %{tl_version} -Provides: tex(nanummjmbd.tfm) = %{tl_version} -Provides: tex(nanummjmbe.tfm) = %{tl_version} -Provides: tex(nanummjmbf.tfm) = %{tl_version} -Provides: tex(nanummjmc0.tfm) = %{tl_version} -Provides: tex(nanummjmc1.tfm) = %{tl_version} -Provides: tex(nanummjmc2.tfm) = %{tl_version} -Provides: tex(nanummjmc3.tfm) = %{tl_version} -Provides: tex(nanummjmc4.tfm) = %{tl_version} -Provides: tex(nanummjmc5.tfm) = %{tl_version} -Provides: tex(nanummjmc6.tfm) = %{tl_version} -Provides: tex(nanummjmc7.tfm) = %{tl_version} -Provides: tex(nanummjmc8.tfm) = %{tl_version} -Provides: tex(nanummjmc9.tfm) = %{tl_version} -Provides: tex(nanummjmca.tfm) = %{tl_version} -Provides: tex(nanummjmcb.tfm) = %{tl_version} -Provides: tex(nanummjmcc.tfm) = %{tl_version} -Provides: tex(nanummjmcd.tfm) = %{tl_version} -Provides: tex(nanummjmce.tfm) = %{tl_version} -Provides: tex(nanummjmcf.tfm) = %{tl_version} -Provides: tex(nanummjmd0.tfm) = %{tl_version} -Provides: tex(nanummjmd1.tfm) = %{tl_version} -Provides: tex(nanummjmd2.tfm) = %{tl_version} -Provides: tex(nanummjmd3.tfm) = %{tl_version} -Provides: tex(nanummjmd4.tfm) = %{tl_version} -Provides: tex(nanummjmd5.tfm) = %{tl_version} -Provides: tex(nanummjmd6.tfm) = %{tl_version} -Provides: tex(nanummjmd7.tfm) = %{tl_version} -Provides: tex(nanummjmff.tfm) = %{tl_version} -Provides: tex(nanummjmo00.tfm) = %{tl_version} -Provides: tex(nanummjmo01.tfm) = %{tl_version} -Provides: tex(nanummjmo02.tfm) = %{tl_version} -Provides: tex(nanummjmo03.tfm) = %{tl_version} -Provides: tex(nanummjmo04.tfm) = %{tl_version} -Provides: tex(nanummjmo20.tfm) = %{tl_version} -Provides: tex(nanummjmo21.tfm) = %{tl_version} -Provides: tex(nanummjmo22.tfm) = %{tl_version} -Provides: tex(nanummjmo23.tfm) = %{tl_version} -Provides: tex(nanummjmo24.tfm) = %{tl_version} -Provides: tex(nanummjmo25.tfm) = %{tl_version} -Provides: tex(nanummjmo26.tfm) = %{tl_version} -Provides: tex(nanummjmo27.tfm) = %{tl_version} -Provides: tex(nanummjmo30.tfm) = %{tl_version} -Provides: tex(nanummjmo31.tfm) = %{tl_version} -Provides: tex(nanummjmo32.tfm) = %{tl_version} -Provides: tex(nanummjmo33.tfm) = %{tl_version} -Provides: tex(nanummjmoac.tfm) = %{tl_version} -Provides: tex(nanummjmoad.tfm) = %{tl_version} -Provides: tex(nanummjmoae.tfm) = %{tl_version} -Provides: tex(nanummjmoaf.tfm) = %{tl_version} -Provides: tex(nanummjmob0.tfm) = %{tl_version} -Provides: tex(nanummjmob1.tfm) = %{tl_version} -Provides: tex(nanummjmob2.tfm) = %{tl_version} -Provides: tex(nanummjmob3.tfm) = %{tl_version} -Provides: tex(nanummjmob4.tfm) = %{tl_version} -Provides: tex(nanummjmob5.tfm) = %{tl_version} -Provides: tex(nanummjmob6.tfm) = %{tl_version} -Provides: tex(nanummjmob7.tfm) = %{tl_version} -Provides: tex(nanummjmob8.tfm) = %{tl_version} -Provides: tex(nanummjmob9.tfm) = %{tl_version} -Provides: tex(nanummjmoba.tfm) = %{tl_version} -Provides: tex(nanummjmobb.tfm) = %{tl_version} -Provides: tex(nanummjmobc.tfm) = %{tl_version} -Provides: tex(nanummjmobd.tfm) = %{tl_version} -Provides: tex(nanummjmobe.tfm) = %{tl_version} -Provides: tex(nanummjmobf.tfm) = %{tl_version} -Provides: tex(nanummjmoc0.tfm) = %{tl_version} -Provides: tex(nanummjmoc1.tfm) = %{tl_version} -Provides: tex(nanummjmoc2.tfm) = %{tl_version} -Provides: tex(nanummjmoc3.tfm) = %{tl_version} -Provides: tex(nanummjmoc4.tfm) = %{tl_version} -Provides: tex(nanummjmoc5.tfm) = %{tl_version} -Provides: tex(nanummjmoc6.tfm) = %{tl_version} -Provides: tex(nanummjmoc7.tfm) = %{tl_version} -Provides: tex(nanummjmoc8.tfm) = %{tl_version} -Provides: tex(nanummjmoc9.tfm) = %{tl_version} -Provides: tex(nanummjmoca.tfm) = %{tl_version} -Provides: tex(nanummjmocb.tfm) = %{tl_version} -Provides: tex(nanummjmocc.tfm) = %{tl_version} -Provides: tex(nanummjmocd.tfm) = %{tl_version} -Provides: tex(nanummjmoce.tfm) = %{tl_version} -Provides: tex(nanummjmocf.tfm) = %{tl_version} -Provides: tex(nanummjmod0.tfm) = %{tl_version} -Provides: tex(nanummjmod1.tfm) = %{tl_version} -Provides: tex(nanummjmod2.tfm) = %{tl_version} -Provides: tex(nanummjmod3.tfm) = %{tl_version} -Provides: tex(nanummjmod4.tfm) = %{tl_version} -Provides: tex(nanummjmod5.tfm) = %{tl_version} -Provides: tex(nanummjmod6.tfm) = %{tl_version} -Provides: tex(nanummjmod7.tfm) = %{tl_version} -Provides: tex(nanummjmoff.tfm) = %{tl_version} -Provides: tex(t1nanumgtb.tfm) = %{tl_version} -Provides: tex(t1nanumgtbo.tfm) = %{tl_version} -Provides: tex(t1nanumgtm.tfm) = %{tl_version} -Provides: tex(t1nanumgtmo.tfm) = %{tl_version} -Provides: tex(t1nanummjb.tfm) = %{tl_version} -Provides: tex(t1nanummjbo.tfm) = %{tl_version} -Provides: tex(t1nanummjm.tfm) = %{tl_version} -Provides: tex(t1nanummjmo.tfm) = %{tl_version} -Provides: tex(ts1nanumgtb.tfm) = %{tl_version} -Provides: tex(ts1nanumgtbo.tfm) = %{tl_version} -Provides: tex(ts1nanumgtm.tfm) = %{tl_version} -Provides: tex(ts1nanumgtmo.tfm) = %{tl_version} -Provides: tex(ts1nanummjb.tfm) = %{tl_version} -Provides: tex(ts1nanummjbo.tfm) = %{tl_version} -Provides: tex(ts1nanummjm.tfm) = %{tl_version} -Provides: tex(ts1nanummjmo.tfm) = %{tl_version} -Provides: tex(nanumgtb00.pfb) = %{tl_version} -Provides: tex(nanumgtb01.pfb) = %{tl_version} -Provides: tex(nanumgtb02.pfb) = %{tl_version} -Provides: tex(nanumgtb03.pfb) = %{tl_version} -Provides: tex(nanumgtb04.pfb) = %{tl_version} -Provides: tex(nanumgtb11.pfb) = %{tl_version} -Provides: tex(nanumgtb20.pfb) = %{tl_version} -Provides: tex(nanumgtb21.pfb) = %{tl_version} -Provides: tex(nanumgtb22.pfb) = %{tl_version} -Provides: tex(nanumgtb23.pfb) = %{tl_version} -Provides: tex(nanumgtb24.pfb) = %{tl_version} -Provides: tex(nanumgtb25.pfb) = %{tl_version} -Provides: tex(nanumgtb26.pfb) = %{tl_version} -Provides: tex(nanumgtb27.pfb) = %{tl_version} -Provides: tex(nanumgtb2a.pfb) = %{tl_version} -Provides: tex(nanumgtb30.pfb) = %{tl_version} -Provides: tex(nanumgtb31.pfb) = %{tl_version} -Provides: tex(nanumgtb32.pfb) = %{tl_version} -Provides: tex(nanumgtb33.pfb) = %{tl_version} -Provides: tex(nanumgtb4e.pfb) = %{tl_version} -Provides: tex(nanumgtb4f.pfb) = %{tl_version} -Provides: tex(nanumgtb50.pfb) = %{tl_version} -Provides: tex(nanumgtb51.pfb) = %{tl_version} -Provides: tex(nanumgtb52.pfb) = %{tl_version} -Provides: tex(nanumgtb53.pfb) = %{tl_version} -Provides: tex(nanumgtb54.pfb) = %{tl_version} -Provides: tex(nanumgtb55.pfb) = %{tl_version} -Provides: tex(nanumgtb56.pfb) = %{tl_version} -Provides: tex(nanumgtb57.pfb) = %{tl_version} -Provides: tex(nanumgtb58.pfb) = %{tl_version} -Provides: tex(nanumgtb59.pfb) = %{tl_version} -Provides: tex(nanumgtb5a.pfb) = %{tl_version} -Provides: tex(nanumgtb5b.pfb) = %{tl_version} -Provides: tex(nanumgtb5c.pfb) = %{tl_version} -Provides: tex(nanumgtb5d.pfb) = %{tl_version} -Provides: tex(nanumgtb5e.pfb) = %{tl_version} -Provides: tex(nanumgtb5f.pfb) = %{tl_version} -Provides: tex(nanumgtb60.pfb) = %{tl_version} -Provides: tex(nanumgtb61.pfb) = %{tl_version} -Provides: tex(nanumgtb62.pfb) = %{tl_version} -Provides: tex(nanumgtb63.pfb) = %{tl_version} -Provides: tex(nanumgtb64.pfb) = %{tl_version} -Provides: tex(nanumgtb65.pfb) = %{tl_version} -Provides: tex(nanumgtb66.pfb) = %{tl_version} -Provides: tex(nanumgtb67.pfb) = %{tl_version} -Provides: tex(nanumgtb68.pfb) = %{tl_version} -Provides: tex(nanumgtb69.pfb) = %{tl_version} -Provides: tex(nanumgtb6a.pfb) = %{tl_version} -Provides: tex(nanumgtb6b.pfb) = %{tl_version} -Provides: tex(nanumgtb6c.pfb) = %{tl_version} -Provides: tex(nanumgtb6d.pfb) = %{tl_version} -Provides: tex(nanumgtb6e.pfb) = %{tl_version} -Provides: tex(nanumgtb6f.pfb) = %{tl_version} -Provides: tex(nanumgtb70.pfb) = %{tl_version} -Provides: tex(nanumgtb71.pfb) = %{tl_version} -Provides: tex(nanumgtb72.pfb) = %{tl_version} -Provides: tex(nanumgtb73.pfb) = %{tl_version} -Provides: tex(nanumgtb74.pfb) = %{tl_version} -Provides: tex(nanumgtb75.pfb) = %{tl_version} -Provides: tex(nanumgtb76.pfb) = %{tl_version} -Provides: tex(nanumgtb77.pfb) = %{tl_version} -Provides: tex(nanumgtb78.pfb) = %{tl_version} -Provides: tex(nanumgtb79.pfb) = %{tl_version} -Provides: tex(nanumgtb7a.pfb) = %{tl_version} -Provides: tex(nanumgtb7b.pfb) = %{tl_version} -Provides: tex(nanumgtb7c.pfb) = %{tl_version} -Provides: tex(nanumgtb7d.pfb) = %{tl_version} -Provides: tex(nanumgtb7e.pfb) = %{tl_version} -Provides: tex(nanumgtb7f.pfb) = %{tl_version} -Provides: tex(nanumgtb80.pfb) = %{tl_version} -Provides: tex(nanumgtb81.pfb) = %{tl_version} -Provides: tex(nanumgtb82.pfb) = %{tl_version} -Provides: tex(nanumgtb83.pfb) = %{tl_version} -Provides: tex(nanumgtb84.pfb) = %{tl_version} -Provides: tex(nanumgtb85.pfb) = %{tl_version} -Provides: tex(nanumgtb86.pfb) = %{tl_version} -Provides: tex(nanumgtb87.pfb) = %{tl_version} -Provides: tex(nanumgtb88.pfb) = %{tl_version} -Provides: tex(nanumgtb89.pfb) = %{tl_version} -Provides: tex(nanumgtb8a.pfb) = %{tl_version} -Provides: tex(nanumgtb8b.pfb) = %{tl_version} -Provides: tex(nanumgtb8c.pfb) = %{tl_version} -Provides: tex(nanumgtb8d.pfb) = %{tl_version} -Provides: tex(nanumgtb8e.pfb) = %{tl_version} -Provides: tex(nanumgtb8f.pfb) = %{tl_version} -Provides: tex(nanumgtb90.pfb) = %{tl_version} -Provides: tex(nanumgtb91.pfb) = %{tl_version} -Provides: tex(nanumgtb92.pfb) = %{tl_version} -Provides: tex(nanumgtb93.pfb) = %{tl_version} -Provides: tex(nanumgtb94.pfb) = %{tl_version} -Provides: tex(nanumgtb95.pfb) = %{tl_version} -Provides: tex(nanumgtb96.pfb) = %{tl_version} -Provides: tex(nanumgtb97.pfb) = %{tl_version} -Provides: tex(nanumgtb98.pfb) = %{tl_version} -Provides: tex(nanumgtb99.pfb) = %{tl_version} -Provides: tex(nanumgtb9a.pfb) = %{tl_version} -Provides: tex(nanumgtb9b.pfb) = %{tl_version} -Provides: tex(nanumgtb9c.pfb) = %{tl_version} -Provides: tex(nanumgtb9d.pfb) = %{tl_version} -Provides: tex(nanumgtb9e.pfb) = %{tl_version} -Provides: tex(nanumgtb9f.pfb) = %{tl_version} -Provides: tex(nanumgtbac.pfb) = %{tl_version} -Provides: tex(nanumgtbad.pfb) = %{tl_version} -Provides: tex(nanumgtbae.pfb) = %{tl_version} -Provides: tex(nanumgtbaf.pfb) = %{tl_version} -Provides: tex(nanumgtbb0.pfb) = %{tl_version} -Provides: tex(nanumgtbb1.pfb) = %{tl_version} -Provides: tex(nanumgtbb2.pfb) = %{tl_version} -Provides: tex(nanumgtbb3.pfb) = %{tl_version} -Provides: tex(nanumgtbb4.pfb) = %{tl_version} -Provides: tex(nanumgtbb5.pfb) = %{tl_version} -Provides: tex(nanumgtbb6.pfb) = %{tl_version} -Provides: tex(nanumgtbb7.pfb) = %{tl_version} -Provides: tex(nanumgtbb8.pfb) = %{tl_version} -Provides: tex(nanumgtbb9.pfb) = %{tl_version} -Provides: tex(nanumgtbba.pfb) = %{tl_version} -Provides: tex(nanumgtbbb.pfb) = %{tl_version} -Provides: tex(nanumgtbbc.pfb) = %{tl_version} -Provides: tex(nanumgtbbd.pfb) = %{tl_version} -Provides: tex(nanumgtbbe.pfb) = %{tl_version} -Provides: tex(nanumgtbbf.pfb) = %{tl_version} -Provides: tex(nanumgtbc0.pfb) = %{tl_version} -Provides: tex(nanumgtbc1.pfb) = %{tl_version} -Provides: tex(nanumgtbc2.pfb) = %{tl_version} -Provides: tex(nanumgtbc3.pfb) = %{tl_version} -Provides: tex(nanumgtbc4.pfb) = %{tl_version} -Provides: tex(nanumgtbc5.pfb) = %{tl_version} -Provides: tex(nanumgtbc6.pfb) = %{tl_version} -Provides: tex(nanumgtbc7.pfb) = %{tl_version} -Provides: tex(nanumgtbc8.pfb) = %{tl_version} -Provides: tex(nanumgtbc9.pfb) = %{tl_version} -Provides: tex(nanumgtbca.pfb) = %{tl_version} -Provides: tex(nanumgtbcb.pfb) = %{tl_version} -Provides: tex(nanumgtbcc.pfb) = %{tl_version} -Provides: tex(nanumgtbcd.pfb) = %{tl_version} -Provides: tex(nanumgtbce.pfb) = %{tl_version} -Provides: tex(nanumgtbcf.pfb) = %{tl_version} -Provides: tex(nanumgtbd0.pfb) = %{tl_version} -Provides: tex(nanumgtbd1.pfb) = %{tl_version} -Provides: tex(nanumgtbd2.pfb) = %{tl_version} -Provides: tex(nanumgtbd3.pfb) = %{tl_version} -Provides: tex(nanumgtbd4.pfb) = %{tl_version} -Provides: tex(nanumgtbd5.pfb) = %{tl_version} -Provides: tex(nanumgtbd6.pfb) = %{tl_version} -Provides: tex(nanumgtbd7.pfb) = %{tl_version} -Provides: tex(nanumgtbf9.pfb) = %{tl_version} -Provides: tex(nanumgtbfa.pfb) = %{tl_version} -Provides: tex(nanumgtbff.pfb) = %{tl_version} -Provides: tex(nanumgtm00.pfb) = %{tl_version} -Provides: tex(nanumgtm01.pfb) = %{tl_version} -Provides: tex(nanumgtm02.pfb) = %{tl_version} -Provides: tex(nanumgtm03.pfb) = %{tl_version} -Provides: tex(nanumgtm04.pfb) = %{tl_version} -Provides: tex(nanumgtm11.pfb) = %{tl_version} -Provides: tex(nanumgtm20.pfb) = %{tl_version} -Provides: tex(nanumgtm21.pfb) = %{tl_version} -Provides: tex(nanumgtm22.pfb) = %{tl_version} -Provides: tex(nanumgtm23.pfb) = %{tl_version} -Provides: tex(nanumgtm24.pfb) = %{tl_version} -Provides: tex(nanumgtm25.pfb) = %{tl_version} -Provides: tex(nanumgtm26.pfb) = %{tl_version} -Provides: tex(nanumgtm27.pfb) = %{tl_version} -Provides: tex(nanumgtm2a.pfb) = %{tl_version} -Provides: tex(nanumgtm30.pfb) = %{tl_version} -Provides: tex(nanumgtm31.pfb) = %{tl_version} -Provides: tex(nanumgtm32.pfb) = %{tl_version} -Provides: tex(nanumgtm33.pfb) = %{tl_version} -Provides: tex(nanumgtm4e.pfb) = %{tl_version} -Provides: tex(nanumgtm4f.pfb) = %{tl_version} -Provides: tex(nanumgtm50.pfb) = %{tl_version} -Provides: tex(nanumgtm51.pfb) = %{tl_version} -Provides: tex(nanumgtm52.pfb) = %{tl_version} -Provides: tex(nanumgtm53.pfb) = %{tl_version} -Provides: tex(nanumgtm54.pfb) = %{tl_version} -Provides: tex(nanumgtm55.pfb) = %{tl_version} -Provides: tex(nanumgtm56.pfb) = %{tl_version} -Provides: tex(nanumgtm57.pfb) = %{tl_version} -Provides: tex(nanumgtm58.pfb) = %{tl_version} -Provides: tex(nanumgtm59.pfb) = %{tl_version} -Provides: tex(nanumgtm5a.pfb) = %{tl_version} -Provides: tex(nanumgtm5b.pfb) = %{tl_version} -Provides: tex(nanumgtm5c.pfb) = %{tl_version} -Provides: tex(nanumgtm5d.pfb) = %{tl_version} -Provides: tex(nanumgtm5e.pfb) = %{tl_version} -Provides: tex(nanumgtm5f.pfb) = %{tl_version} -Provides: tex(nanumgtm60.pfb) = %{tl_version} -Provides: tex(nanumgtm61.pfb) = %{tl_version} -Provides: tex(nanumgtm62.pfb) = %{tl_version} -Provides: tex(nanumgtm63.pfb) = %{tl_version} -Provides: tex(nanumgtm64.pfb) = %{tl_version} -Provides: tex(nanumgtm65.pfb) = %{tl_version} -Provides: tex(nanumgtm66.pfb) = %{tl_version} -Provides: tex(nanumgtm67.pfb) = %{tl_version} -Provides: tex(nanumgtm68.pfb) = %{tl_version} -Provides: tex(nanumgtm69.pfb) = %{tl_version} -Provides: tex(nanumgtm6a.pfb) = %{tl_version} -Provides: tex(nanumgtm6b.pfb) = %{tl_version} -Provides: tex(nanumgtm6c.pfb) = %{tl_version} -Provides: tex(nanumgtm6d.pfb) = %{tl_version} -Provides: tex(nanumgtm6e.pfb) = %{tl_version} -Provides: tex(nanumgtm6f.pfb) = %{tl_version} -Provides: tex(nanumgtm70.pfb) = %{tl_version} -Provides: tex(nanumgtm71.pfb) = %{tl_version} -Provides: tex(nanumgtm72.pfb) = %{tl_version} -Provides: tex(nanumgtm73.pfb) = %{tl_version} -Provides: tex(nanumgtm74.pfb) = %{tl_version} -Provides: tex(nanumgtm75.pfb) = %{tl_version} -Provides: tex(nanumgtm76.pfb) = %{tl_version} -Provides: tex(nanumgtm77.pfb) = %{tl_version} -Provides: tex(nanumgtm78.pfb) = %{tl_version} -Provides: tex(nanumgtm79.pfb) = %{tl_version} -Provides: tex(nanumgtm7a.pfb) = %{tl_version} -Provides: tex(nanumgtm7b.pfb) = %{tl_version} -Provides: tex(nanumgtm7c.pfb) = %{tl_version} -Provides: tex(nanumgtm7d.pfb) = %{tl_version} -Provides: tex(nanumgtm7e.pfb) = %{tl_version} -Provides: tex(nanumgtm7f.pfb) = %{tl_version} -Provides: tex(nanumgtm80.pfb) = %{tl_version} -Provides: tex(nanumgtm81.pfb) = %{tl_version} -Provides: tex(nanumgtm82.pfb) = %{tl_version} -Provides: tex(nanumgtm83.pfb) = %{tl_version} -Provides: tex(nanumgtm84.pfb) = %{tl_version} -Provides: tex(nanumgtm85.pfb) = %{tl_version} -Provides: tex(nanumgtm86.pfb) = %{tl_version} -Provides: tex(nanumgtm87.pfb) = %{tl_version} -Provides: tex(nanumgtm88.pfb) = %{tl_version} -Provides: tex(nanumgtm89.pfb) = %{tl_version} -Provides: tex(nanumgtm8a.pfb) = %{tl_version} -Provides: tex(nanumgtm8b.pfb) = %{tl_version} -Provides: tex(nanumgtm8c.pfb) = %{tl_version} -Provides: tex(nanumgtm8d.pfb) = %{tl_version} -Provides: tex(nanumgtm8e.pfb) = %{tl_version} -Provides: tex(nanumgtm8f.pfb) = %{tl_version} -Provides: tex(nanumgtm90.pfb) = %{tl_version} -Provides: tex(nanumgtm91.pfb) = %{tl_version} -Provides: tex(nanumgtm92.pfb) = %{tl_version} -Provides: tex(nanumgtm93.pfb) = %{tl_version} -Provides: tex(nanumgtm94.pfb) = %{tl_version} -Provides: tex(nanumgtm95.pfb) = %{tl_version} -Provides: tex(nanumgtm96.pfb) = %{tl_version} -Provides: tex(nanumgtm97.pfb) = %{tl_version} -Provides: tex(nanumgtm98.pfb) = %{tl_version} -Provides: tex(nanumgtm99.pfb) = %{tl_version} -Provides: tex(nanumgtm9a.pfb) = %{tl_version} -Provides: tex(nanumgtm9b.pfb) = %{tl_version} -Provides: tex(nanumgtm9c.pfb) = %{tl_version} -Provides: tex(nanumgtm9d.pfb) = %{tl_version} -Provides: tex(nanumgtm9e.pfb) = %{tl_version} -Provides: tex(nanumgtm9f.pfb) = %{tl_version} -Provides: tex(nanumgtmac.pfb) = %{tl_version} -Provides: tex(nanumgtmad.pfb) = %{tl_version} -Provides: tex(nanumgtmae.pfb) = %{tl_version} -Provides: tex(nanumgtmaf.pfb) = %{tl_version} -Provides: tex(nanumgtmb0.pfb) = %{tl_version} -Provides: tex(nanumgtmb1.pfb) = %{tl_version} -Provides: tex(nanumgtmb2.pfb) = %{tl_version} -Provides: tex(nanumgtmb3.pfb) = %{tl_version} -Provides: tex(nanumgtmb4.pfb) = %{tl_version} -Provides: tex(nanumgtmb5.pfb) = %{tl_version} -Provides: tex(nanumgtmb6.pfb) = %{tl_version} -Provides: tex(nanumgtmb7.pfb) = %{tl_version} -Provides: tex(nanumgtmb8.pfb) = %{tl_version} -Provides: tex(nanumgtmb9.pfb) = %{tl_version} -Provides: tex(nanumgtmba.pfb) = %{tl_version} -Provides: tex(nanumgtmbb.pfb) = %{tl_version} -Provides: tex(nanumgtmbc.pfb) = %{tl_version} -Provides: tex(nanumgtmbd.pfb) = %{tl_version} -Provides: tex(nanumgtmbe.pfb) = %{tl_version} -Provides: tex(nanumgtmbf.pfb) = %{tl_version} -Provides: tex(nanumgtmc0.pfb) = %{tl_version} -Provides: tex(nanumgtmc1.pfb) = %{tl_version} -Provides: tex(nanumgtmc2.pfb) = %{tl_version} -Provides: tex(nanumgtmc3.pfb) = %{tl_version} -Provides: tex(nanumgtmc4.pfb) = %{tl_version} -Provides: tex(nanumgtmc5.pfb) = %{tl_version} -Provides: tex(nanumgtmc6.pfb) = %{tl_version} -Provides: tex(nanumgtmc7.pfb) = %{tl_version} -Provides: tex(nanumgtmc8.pfb) = %{tl_version} -Provides: tex(nanumgtmc9.pfb) = %{tl_version} -Provides: tex(nanumgtmca.pfb) = %{tl_version} -Provides: tex(nanumgtmcb.pfb) = %{tl_version} -Provides: tex(nanumgtmcc.pfb) = %{tl_version} -Provides: tex(nanumgtmcd.pfb) = %{tl_version} -Provides: tex(nanumgtmce.pfb) = %{tl_version} -Provides: tex(nanumgtmcf.pfb) = %{tl_version} -Provides: tex(nanumgtmd0.pfb) = %{tl_version} -Provides: tex(nanumgtmd1.pfb) = %{tl_version} -Provides: tex(nanumgtmd2.pfb) = %{tl_version} -Provides: tex(nanumgtmd3.pfb) = %{tl_version} -Provides: tex(nanumgtmd4.pfb) = %{tl_version} -Provides: tex(nanumgtmd5.pfb) = %{tl_version} -Provides: tex(nanumgtmd6.pfb) = %{tl_version} -Provides: tex(nanumgtmd7.pfb) = %{tl_version} -Provides: tex(nanumgtmf9.pfb) = %{tl_version} -Provides: tex(nanumgtmfa.pfb) = %{tl_version} -Provides: tex(nanumgtmff.pfb) = %{tl_version} -Provides: tex(nanummjb00.pfb) = %{tl_version} -Provides: tex(nanummjb01.pfb) = %{tl_version} -Provides: tex(nanummjb02.pfb) = %{tl_version} -Provides: tex(nanummjb03.pfb) = %{tl_version} -Provides: tex(nanummjb04.pfb) = %{tl_version} -Provides: tex(nanummjb20.pfb) = %{tl_version} -Provides: tex(nanummjb21.pfb) = %{tl_version} -Provides: tex(nanummjb22.pfb) = %{tl_version} -Provides: tex(nanummjb23.pfb) = %{tl_version} -Provides: tex(nanummjb24.pfb) = %{tl_version} -Provides: tex(nanummjb25.pfb) = %{tl_version} -Provides: tex(nanummjb26.pfb) = %{tl_version} -Provides: tex(nanummjb27.pfb) = %{tl_version} -Provides: tex(nanummjb2a.pfb) = %{tl_version} -Provides: tex(nanummjb30.pfb) = %{tl_version} -Provides: tex(nanummjb31.pfb) = %{tl_version} -Provides: tex(nanummjb32.pfb) = %{tl_version} -Provides: tex(nanummjb33.pfb) = %{tl_version} -Provides: tex(nanummjbac.pfb) = %{tl_version} -Provides: tex(nanummjbad.pfb) = %{tl_version} -Provides: tex(nanummjbae.pfb) = %{tl_version} -Provides: tex(nanummjbaf.pfb) = %{tl_version} -Provides: tex(nanummjbb0.pfb) = %{tl_version} -Provides: tex(nanummjbb1.pfb) = %{tl_version} -Provides: tex(nanummjbb2.pfb) = %{tl_version} -Provides: tex(nanummjbb3.pfb) = %{tl_version} -Provides: tex(nanummjbb4.pfb) = %{tl_version} -Provides: tex(nanummjbb5.pfb) = %{tl_version} -Provides: tex(nanummjbb6.pfb) = %{tl_version} -Provides: tex(nanummjbb7.pfb) = %{tl_version} -Provides: tex(nanummjbb8.pfb) = %{tl_version} -Provides: tex(nanummjbb9.pfb) = %{tl_version} -Provides: tex(nanummjbba.pfb) = %{tl_version} -Provides: tex(nanummjbbb.pfb) = %{tl_version} -Provides: tex(nanummjbbc.pfb) = %{tl_version} -Provides: tex(nanummjbbd.pfb) = %{tl_version} -Provides: tex(nanummjbbe.pfb) = %{tl_version} -Provides: tex(nanummjbbf.pfb) = %{tl_version} -Provides: tex(nanummjbc0.pfb) = %{tl_version} -Provides: tex(nanummjbc1.pfb) = %{tl_version} -Provides: tex(nanummjbc2.pfb) = %{tl_version} -Provides: tex(nanummjbc3.pfb) = %{tl_version} -Provides: tex(nanummjbc4.pfb) = %{tl_version} -Provides: tex(nanummjbc5.pfb) = %{tl_version} -Provides: tex(nanummjbc6.pfb) = %{tl_version} -Provides: tex(nanummjbc7.pfb) = %{tl_version} -Provides: tex(nanummjbc8.pfb) = %{tl_version} -Provides: tex(nanummjbc9.pfb) = %{tl_version} -Provides: tex(nanummjbca.pfb) = %{tl_version} -Provides: tex(nanummjbcb.pfb) = %{tl_version} -Provides: tex(nanummjbcc.pfb) = %{tl_version} -Provides: tex(nanummjbcd.pfb) = %{tl_version} -Provides: tex(nanummjbce.pfb) = %{tl_version} -Provides: tex(nanummjbcf.pfb) = %{tl_version} -Provides: tex(nanummjbd0.pfb) = %{tl_version} -Provides: tex(nanummjbd1.pfb) = %{tl_version} -Provides: tex(nanummjbd2.pfb) = %{tl_version} -Provides: tex(nanummjbd3.pfb) = %{tl_version} -Provides: tex(nanummjbd4.pfb) = %{tl_version} -Provides: tex(nanummjbd5.pfb) = %{tl_version} -Provides: tex(nanummjbd6.pfb) = %{tl_version} -Provides: tex(nanummjbd7.pfb) = %{tl_version} -Provides: tex(nanummjbff.pfb) = %{tl_version} -Provides: tex(nanummjm00.pfb) = %{tl_version} -Provides: tex(nanummjm01.pfb) = %{tl_version} -Provides: tex(nanummjm02.pfb) = %{tl_version} -Provides: tex(nanummjm03.pfb) = %{tl_version} -Provides: tex(nanummjm04.pfb) = %{tl_version} -Provides: tex(nanummjm20.pfb) = %{tl_version} -Provides: tex(nanummjm21.pfb) = %{tl_version} -Provides: tex(nanummjm22.pfb) = %{tl_version} -Provides: tex(nanummjm23.pfb) = %{tl_version} -Provides: tex(nanummjm24.pfb) = %{tl_version} -Provides: tex(nanummjm25.pfb) = %{tl_version} -Provides: tex(nanummjm26.pfb) = %{tl_version} -Provides: tex(nanummjm27.pfb) = %{tl_version} -Provides: tex(nanummjm30.pfb) = %{tl_version} -Provides: tex(nanummjm31.pfb) = %{tl_version} -Provides: tex(nanummjm32.pfb) = %{tl_version} -Provides: tex(nanummjm33.pfb) = %{tl_version} -Provides: tex(nanummjmac.pfb) = %{tl_version} -Provides: tex(nanummjmad.pfb) = %{tl_version} -Provides: tex(nanummjmae.pfb) = %{tl_version} -Provides: tex(nanummjmaf.pfb) = %{tl_version} -Provides: tex(nanummjmb0.pfb) = %{tl_version} -Provides: tex(nanummjmb1.pfb) = %{tl_version} -Provides: tex(nanummjmb2.pfb) = %{tl_version} -Provides: tex(nanummjmb3.pfb) = %{tl_version} -Provides: tex(nanummjmb4.pfb) = %{tl_version} -Provides: tex(nanummjmb5.pfb) = %{tl_version} -Provides: tex(nanummjmb6.pfb) = %{tl_version} -Provides: tex(nanummjmb7.pfb) = %{tl_version} -Provides: tex(nanummjmb8.pfb) = %{tl_version} -Provides: tex(nanummjmb9.pfb) = %{tl_version} -Provides: tex(nanummjmba.pfb) = %{tl_version} -Provides: tex(nanummjmbb.pfb) = %{tl_version} -Provides: tex(nanummjmbc.pfb) = %{tl_version} -Provides: tex(nanummjmbd.pfb) = %{tl_version} -Provides: tex(nanummjmbe.pfb) = %{tl_version} -Provides: tex(nanummjmbf.pfb) = %{tl_version} -Provides: tex(nanummjmc0.pfb) = %{tl_version} -Provides: tex(nanummjmc1.pfb) = %{tl_version} -Provides: tex(nanummjmc2.pfb) = %{tl_version} -Provides: tex(nanummjmc3.pfb) = %{tl_version} -Provides: tex(nanummjmc4.pfb) = %{tl_version} -Provides: tex(nanummjmc5.pfb) = %{tl_version} -Provides: tex(nanummjmc6.pfb) = %{tl_version} -Provides: tex(nanummjmc7.pfb) = %{tl_version} -Provides: tex(nanummjmc8.pfb) = %{tl_version} -Provides: tex(nanummjmc9.pfb) = %{tl_version} -Provides: tex(nanummjmca.pfb) = %{tl_version} -Provides: tex(nanummjmcb.pfb) = %{tl_version} -Provides: tex(nanummjmcc.pfb) = %{tl_version} -Provides: tex(nanummjmcd.pfb) = %{tl_version} -Provides: tex(nanummjmce.pfb) = %{tl_version} -Provides: tex(nanummjmcf.pfb) = %{tl_version} -Provides: tex(nanummjmd0.pfb) = %{tl_version} -Provides: tex(nanummjmd1.pfb) = %{tl_version} -Provides: tex(nanummjmd2.pfb) = %{tl_version} -Provides: tex(nanummjmd3.pfb) = %{tl_version} -Provides: tex(nanummjmd4.pfb) = %{tl_version} -Provides: tex(nanummjmd5.pfb) = %{tl_version} -Provides: tex(nanummjmd6.pfb) = %{tl_version} -Provides: tex(nanummjmd7.pfb) = %{tl_version} -Provides: tex(nanummjmff.pfb) = %{tl_version} -Provides: tex(t1nanumgtb.pfb) = %{tl_version} -Provides: tex(t1nanumgtm.pfb) = %{tl_version} -Provides: tex(t1nanummjb.pfb) = %{tl_version} -Provides: tex(t1nanummjm.pfb) = %{tl_version} -Provides: tex(ts1nanumgtb.vf) = %{tl_version} -Provides: tex(ts1nanumgtbo.vf) = %{tl_version} -Provides: tex(ts1nanumgtm.vf) = %{tl_version} -Provides: tex(ts1nanumgtmo.vf) = %{tl_version} -Provides: tex(ts1nanummjb.vf) = %{tl_version} -Provides: tex(ts1nanummjbo.vf) = %{tl_version} -Provides: tex(ts1nanummjm.vf) = %{tl_version} -Provides: tex(ts1nanummjmo.vf) = %{tl_version} -Provides: tex(c70nanumgt.fd) = %{tl_version} -Provides: tex(c70nanummj.fd) = %{tl_version} -Provides: tex(c70uhcmj.fd) = %{tl_version} -Provides: tex(lucnanumgt.fd) = %{tl_version} -Provides: tex(lucnanummj.fd) = %{tl_version} -Provides: tex(t1nanumgt.fd) = %{tl_version} -Provides: tex(t1nanummj.fd) = %{tl_version} -Provides: tex(ts1nanumgt.fd) = %{tl_version} -Provides: tex(ts1nanummj.fd) = %{tl_version} - -%description nanumtype1 -Nanum is a unicode font designed especially for Korean-language -script. The font was designed by Sandoll Communication and -Fontrix; it includes the sans serif (gothic), serif (myeongjo), -pen script and brush script typefaces. The package provides -Type1 subfonts converted from Nanum Myeongjo (Regular and -ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC, -T1, and TS1 font definition files are also provided. (The -package does not include OpenType/TrueType files, which are -available from Naver) - -date: 2013-03-25 18:47:44 +0100 - -%post nanumtype1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map nanumfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map nanumfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun nanumtype1 -if [ $1 == 0 ] ; then -sed -i '/^Map nanumfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans nanumtype1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nanumtype1-doc -Summary: Documentation for nanumtype1 -Version: svn29558.3.0 -Release: %{tl_noarch_release} -Provides: tex-nanumtype1-doc -BuildArch: noarch -AutoReqProv: No - -%description nanumtype1-doc -Documentation for nanumtype1 - -%package ptex -Provides: tex-ptex = %{tl_version} -License: BSD -Summary: A TeX system for publishing in Japanese -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-tex -Requires: tex-latex -Requires: tex-hyph-utf8 -Requires: tex-adobemapping -Requires: tex-ipaex -Requires: tex-japanese -Requires: tex-japanese-otf -Requires: texlive-ptex-bin -Requires: tex(oldlfont.sty) -Requires: tex(shortvrb.sty) -Provides: tex(morisawa.map) = %{tl_version} -Provides: tex(ptex-noEmbed.map) = %{tl_version} -Provides: tex(ascgrp.tfm) = %{tl_version} -Provides: tex(ascii10.tfm) = %{tl_version} -Provides: tex(ascii36.tfm) = %{tl_version} -Provides: tex(futogo-b-v.tfm) = %{tl_version} -Provides: tex(futogo-b.tfm) = %{tl_version} -Provides: tex(futomin-b-v.tfm) = %{tl_version} -Provides: tex(futomin-b.tfm) = %{tl_version} -Provides: tex(gbm.tfm) = %{tl_version} -Provides: tex(gbmv.tfm) = %{tl_version} -Provides: tex(gtbbb-m-v.tfm) = %{tl_version} -Provides: tex(gtbbb-m.tfm) = %{tl_version} -Provides: tex(jun101-l-v.tfm) = %{tl_version} -Provides: tex(jun101-l.tfm) = %{tl_version} -Provides: tex(rml.tfm) = %{tl_version} -Provides: tex(rmlv.tfm) = %{tl_version} -Provides: tex(ryumin-l-v.tfm) = %{tl_version} -Provides: tex(ryumin-l.tfm) = %{tl_version} -Provides: tex(jis-v.tfm) = %{tl_version} -Provides: tex(jis.tfm) = %{tl_version} -Provides: tex(jisg-v.tfm) = %{tl_version} -Provides: tex(jisg.tfm) = %{tl_version} -Provides: tex(jisgn-v.tfm) = %{tl_version} -Provides: tex(jisgn.tfm) = %{tl_version} -Provides: tex(jisn-v.tfm) = %{tl_version} -Provides: tex(jisn.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-H.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-J.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-V.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-H.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-J.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-V.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-H.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-J.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-V.tfm) = %{tl_version} -Provides: tex(Jun101-Light-H.tfm) = %{tl_version} -Provides: tex(Jun101-Light-J.tfm) = %{tl_version} -Provides: tex(Jun101-Light-V.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-H.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-J.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-V.tfm) = %{tl_version} -Provides: tex(ngoth10.tfm) = %{tl_version} -Provides: tex(ngoth5.tfm) = %{tl_version} -Provides: tex(ngoth6.tfm) = %{tl_version} -Provides: tex(ngoth7.tfm) = %{tl_version} -Provides: tex(ngoth8.tfm) = %{tl_version} -Provides: tex(ngoth9.tfm) = %{tl_version} -Provides: tex(nmin10.tfm) = %{tl_version} -Provides: tex(nmin5.tfm) = %{tl_version} -Provides: tex(nmin6.tfm) = %{tl_version} -Provides: tex(nmin7.tfm) = %{tl_version} -Provides: tex(nmin8.tfm) = %{tl_version} -Provides: tex(nmin9.tfm) = %{tl_version} -Provides: tex(goth10.tfm) = %{tl_version} -Provides: tex(goth5.tfm) = %{tl_version} -Provides: tex(goth6.tfm) = %{tl_version} -Provides: tex(goth7.tfm) = %{tl_version} -Provides: tex(goth8.tfm) = %{tl_version} -Provides: tex(goth9.tfm) = %{tl_version} -Provides: tex(min10.tfm) = %{tl_version} -Provides: tex(min5.tfm) = %{tl_version} -Provides: tex(min6.tfm) = %{tl_version} -Provides: tex(min7.tfm) = %{tl_version} -Provides: tex(min8.tfm) = %{tl_version} -Provides: tex(min9.tfm) = %{tl_version} -Provides: tex(tgoth10.tfm) = %{tl_version} -Provides: tex(tgoth5.tfm) = %{tl_version} -Provides: tex(tgoth6.tfm) = %{tl_version} -Provides: tex(tgoth7.tfm) = %{tl_version} -Provides: tex(tgoth8.tfm) = %{tl_version} -Provides: tex(tgoth9.tfm) = %{tl_version} -Provides: tex(tmin10.tfm) = %{tl_version} -Provides: tex(tmin5.tfm) = %{tl_version} -Provides: tex(tmin6.tfm) = %{tl_version} -Provides: tex(tmin7.tfm) = %{tl_version} -Provides: tex(tmin8.tfm) = %{tl_version} -Provides: tex(tmin9.tfm) = %{tl_version} -Provides: tex(ascgrp.pfb) = %{tl_version} -Provides: tex(ascii10.pfb) = %{tl_version} -Provides: tex(ascii36.pfb) = %{tl_version} -Provides: tex(jis-v.vf) = %{tl_version} -Provides: tex(jis.vf) = %{tl_version} -Provides: tex(jisg-v.vf) = %{tl_version} -Provides: tex(jisg.vf) = %{tl_version} -Provides: tex(jisgn-v.vf) = %{tl_version} -Provides: tex(jisgn.vf) = %{tl_version} -Provides: tex(jisn-v.vf) = %{tl_version} -Provides: tex(jisn.vf) = %{tl_version} -Provides: tex(FutoGoB101-Bold-H.vf) = %{tl_version} -Provides: tex(FutoGoB101-Bold-J.vf) = %{tl_version} -Provides: tex(FutoGoB101-Bold-V.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-H.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-J.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-V.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-H.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-J.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-V.vf) = %{tl_version} -Provides: tex(Jun101-Light-H.vf) = %{tl_version} -Provides: tex(Jun101-Light-J.vf) = %{tl_version} -Provides: tex(Jun101-Light-V.vf) = %{tl_version} -Provides: tex(Ryumin-Light-H.vf) = %{tl_version} -Provides: tex(Ryumin-Light-J.vf) = %{tl_version} -Provides: tex(Ryumin-Light-V.vf) = %{tl_version} -Provides: tex(ngoth10.vf) = %{tl_version} -Provides: tex(ngoth5.vf) = %{tl_version} -Provides: tex(ngoth6.vf) = %{tl_version} -Provides: tex(ngoth7.vf) = %{tl_version} -Provides: tex(ngoth8.vf) = %{tl_version} -Provides: tex(ngoth9.vf) = %{tl_version} -Provides: tex(nmin10.vf) = %{tl_version} -Provides: tex(nmin5.vf) = %{tl_version} -Provides: tex(nmin6.vf) = %{tl_version} -Provides: tex(nmin7.vf) = %{tl_version} -Provides: tex(nmin8.vf) = %{tl_version} -Provides: tex(nmin9.vf) = %{tl_version} -Provides: tex(goth10.vf) = %{tl_version} -Provides: tex(goth5.vf) = %{tl_version} -Provides: tex(goth6.vf) = %{tl_version} -Provides: tex(goth7.vf) = %{tl_version} -Provides: tex(goth8.vf) = %{tl_version} -Provides: tex(goth9.vf) = %{tl_version} -Provides: tex(min10.vf) = %{tl_version} -Provides: tex(min5.vf) = %{tl_version} -Provides: tex(min6.vf) = %{tl_version} -Provides: tex(min7.vf) = %{tl_version} -Provides: tex(min8.vf) = %{tl_version} -Provides: tex(min9.vf) = %{tl_version} -Provides: tex(tgoth10.vf) = %{tl_version} -Provides: tex(tgoth5.vf) = %{tl_version} -Provides: tex(tgoth6.vf) = %{tl_version} -Provides: tex(tgoth7.vf) = %{tl_version} -Provides: tex(tgoth8.vf) = %{tl_version} -Provides: tex(tgoth9.vf) = %{tl_version} -Provides: tex(tmin10.vf) = %{tl_version} -Provides: tex(tmin5.vf) = %{tl_version} -Provides: tex(tmin6.vf) = %{tl_version} -Provides: tex(tmin7.vf) = %{tl_version} -Provides: tex(tmin8.vf) = %{tl_version} -Provides: tex(tmin9.vf) = %{tl_version} -Provides: tex(ascmac.sty) = %{tl_version} -Provides: tex(jarticle.cls) = %{tl_version} -Provides: tex(jarticle.sty) = %{tl_version} -Provides: tex(jbk10.clo) = %{tl_version} -Provides: tex(jbk11.clo) = %{tl_version} -Provides: tex(jbk12.clo) = %{tl_version} -Provides: tex(jbook.cls) = %{tl_version} -Provides: tex(jbook.sty) = %{tl_version} -Provides: tex(jltxdoc.cls) = %{tl_version} -Provides: tex(jreport.cls) = %{tl_version} -Provides: tex(jreport.sty) = %{tl_version} -Provides: tex(jsize10.clo) = %{tl_version} -Provides: tex(jsize11.clo) = %{tl_version} -Provides: tex(jsize12.clo) = %{tl_version} -Provides: tex(jt1gt.fd) = %{tl_version} -Provides: tex(jt1mc.fd) = %{tl_version} -Provides: tex(jy1gt.fd) = %{tl_version} -Provides: tex(jy1mc.fd) = %{tl_version} -Provides: tex(kinsoku.tex) = %{tl_version} -Provides: tex(nidanfloat.sty) = %{tl_version} -Provides: tex(oldpfont.sty) = %{tl_version} -Provides: tex(pl209.def) = %{tl_version} -Provides: tex(plext.sty) = %{tl_version} -Provides: tex(plnews.cls) = %{tl_version} -Provides: tex(ptrace.sty) = %{tl_version} -Provides: tex(tarticle.cls) = %{tl_version} -Provides: tex(tarticle.sty) = %{tl_version} -Provides: tex(tascmac.sty) = %{tl_version} -Provides: tex(tbk10.clo) = %{tl_version} -Provides: tex(tbk11.clo) = %{tl_version} -Provides: tex(tbk12.clo) = %{tl_version} -Provides: tex(tbook.cls) = %{tl_version} -Provides: tex(tbook.sty) = %{tl_version} -Provides: tex(treport.cls) = %{tl_version} -Provides: tex(treport.sty) = %{tl_version} -Provides: tex(tsize10.clo) = %{tl_version} -Provides: tex(tsize11.clo) = %{tl_version} -Provides: tex(tsize12.clo) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} -Provides: tex(ascii-jplain.tex) = %{tl_version} -Provides: tex(kinsoku.tex) = %{tl_version} -Provides: tex(ptex.tex) = %{tl_version} -Provides: mendexk = %{tl_version} -Obsoletes: mendexk < %{tl_version} - -%description ptex -PTeX adds features related to vertical writing, and deals with -other problems in typesetting Japanese. A set of additions to a -TEXMF tree, for use with PTeX, may be found in package PTeX- -texmf. PTeX is distributed as WEB change files. - -date: 2011-11-09 15:33:34 +0100 - -%post ptex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ ptex.*$/ptex ptex - ptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ eptex.*$/eptex eptex language.def *eptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ platex.*$/platex eptex language.dat *platex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i '/^KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^KanjiMap morisawa.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap morisawa.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%postun ptex -if [ $1 == 0 ] ; then -sed -i 's/^ptex.*$/\#\!\ ptex ptex - ptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^eptex.*$/\#\!\ eptex eptex language.def *eptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^platex.*$/\#\!\ platex eptex language.dat *platex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i '/^KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^KanjiMap morisawa.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans ptex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ptex-doc -Summary: Documentation for ptex -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-ptex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-latex-doc -Requires: tex-hyph-utf8-doc -Requires: tex-ipaex-doc -Requires: tex-japanese-doc -Requires: tex-japanese-otf-doc - -%description ptex-doc -Documentation for ptex - -%package ptex-bin -Summary: Binaries for ptex -Version: svn26912.0 -Requires: texlive-base -Requires: tex-ptex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description ptex-bin -Binaries for ptex - -%package ptex2pdf -Provides: tex-ptex2pdf = %{tl_version} -License: LPPL -Summary: ptex2pdf package -Version: svn29335.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ptex2pdf-bin - -%description ptex2pdf -ptex2pdf package - -%post ptex2pdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ptex2pdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ptex2pdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ptex2pdf-doc -Summary: Documentation for ptex2pdf -Version: svn29335.0 -Release: %{tl_noarch_release} -Provides: tex-ptex2pdf-doc -BuildArch: noarch -AutoReqProv: No - -%description ptex2pdf-doc -Documentation for ptex2pdf - -%package ptex2pdf-bin -Summary: Binaries for ptex2pdf -Version: svn29335.0 -Requires: texlive-base -Requires: tex-ptex2pdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ptex2pdf-bin -Binaries for ptex2pdf - -%package pxbase -Provides: tex-pxbase = %{tl_version} -License: Freely redistributable without restriction -Summary: Tools for use with (u)pLaTeX -Version: svn28516.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(ifuptex.sty) = %{tl_version} -Provides: tex(pxbabel.sty) = %{tl_version} -Provides: tex(pxbase.def) = %{tl_version} -Provides: tex(pxbase.sty) = %{tl_version} -Provides: tex(pxbasenc.def) = %{tl_version} -Provides: tex(pxbsjc.def) = %{tl_version} -Provides: tex(pxjsfenc.def) = %{tl_version} -Provides: tex(upkcat.sty) = %{tl_version} - -%description pxbase -pxbase package - -date: 2012-12-12 11:03:41 +0100 - -%post pxbase -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pxbase -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pxbase -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxbase-doc -Summary: Documentation for pxbase -Version: svn28516.0.5 -Release: %{tl_noarch_release} -Provides: tex-pxbase-doc -BuildArch: noarch -AutoReqProv: No - -%description pxbase-doc -Documentation for pxbase - -%package pxcjkcat -Provides: tex-pxcjkcat = %{tl_version} -License: LPPL -Summary: pxcjkcat package -Version: svn27780.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pxcjkcat.sty) = %{tl_version} - -%description pxcjkcat -pxcjkcat package - -%post pxcjkcat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pxcjkcat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pxcjkcat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxcjkcat-doc -Summary: Documentation for pxcjkcat -Version: svn27780.0 -Release: %{tl_noarch_release} -Provides: tex-pxcjkcat-doc -BuildArch: noarch -AutoReqProv: No - -%description pxcjkcat-doc -Documentation for pxcjkcat - -%package pxrubrica -Provides: tex-pxrubrica = %{tl_version} -License: LPPL -Summary: pxrubrica package -Version: svn28494.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(pxrubrica.sty) = %{tl_version} - -%description pxrubrica -pxrubrica package - -%post pxrubrica -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pxrubrica -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pxrubrica -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxrubrica-doc -Summary: Documentation for pxrubrica -Version: svn28494.0 -Release: %{tl_noarch_release} -Provides: tex-pxrubrica-doc -BuildArch: noarch -AutoReqProv: No - -%description pxrubrica-doc -Documentation for pxrubrica - -%package uptex -Provides: tex-uptex = %{tl_version} -License: Freely redistributable without restriction -Summary: Unicode version of pTeX -Version: svn27848.1.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-ptex -Requires: tex-hyph-utf8 -Requires: tex-adobemapping -Requires: tex-ipaex -Requires: tex-japanese -Requires: tex-japanese-otf -Requires: texlive-uptex-bin -Requires: ruby -Requires: tex(plext.sty) -Provides: tex(uptex-noEmbed.map) = %{tl_version} -Provides: tex(upgbm-h.tfm) = %{tl_version} -Provides: tex(upgbm-hq.tfm) = %{tl_version} -Provides: tex(upgbm-v.tfm) = %{tl_version} -Provides: tex(uphygt-h.tfm) = %{tl_version} -Provides: tex(uphygt-v.tfm) = %{tl_version} -Provides: tex(uphysmjm-h.tfm) = %{tl_version} -Provides: tex(uphysmjm-v.tfm) = %{tl_version} -Provides: tex(upjisg-h.tfm) = %{tl_version} -Provides: tex(upjisg-hq.tfm) = %{tl_version} -Provides: tex(upjisg-v.tfm) = %{tl_version} -Provides: tex(upjisr-h.tfm) = %{tl_version} -Provides: tex(upjisr-hq.tfm) = %{tl_version} -Provides: tex(upjisr-v.tfm) = %{tl_version} -Provides: tex(upjpngt-h.tfm) = %{tl_version} -Provides: tex(upjpngt-v.tfm) = %{tl_version} -Provides: tex(upjpnrm-h.tfm) = %{tl_version} -Provides: tex(upjpnrm-v.tfm) = %{tl_version} -Provides: tex(upkorgt-h.tfm) = %{tl_version} -Provides: tex(upkorgt-v.tfm) = %{tl_version} -Provides: tex(upkorrm-h.tfm) = %{tl_version} -Provides: tex(upkorrm-v.tfm) = %{tl_version} -Provides: tex(upmhm-h.tfm) = %{tl_version} -Provides: tex(upmhm-v.tfm) = %{tl_version} -Provides: tex(upmsl-h.tfm) = %{tl_version} -Provides: tex(upmsl-v.tfm) = %{tl_version} -Provides: tex(uprml-h.tfm) = %{tl_version} -Provides: tex(uprml-hq.tfm) = %{tl_version} -Provides: tex(uprml-v.tfm) = %{tl_version} -Provides: tex(upschgt-h.tfm) = %{tl_version} -Provides: tex(upschgt-v.tfm) = %{tl_version} -Provides: tex(upschrm-h.tfm) = %{tl_version} -Provides: tex(upschrm-v.tfm) = %{tl_version} -Provides: tex(upstht-h.tfm) = %{tl_version} -Provides: tex(upstht-v.tfm) = %{tl_version} -Provides: tex(upstsl-h.tfm) = %{tl_version} -Provides: tex(upstsl-v.tfm) = %{tl_version} -Provides: tex(uptchgt-h.tfm) = %{tl_version} -Provides: tex(uptchgt-v.tfm) = %{tl_version} -Provides: tex(uptchrm-h.tfm) = %{tl_version} -Provides: tex(uptchrm-v.tfm) = %{tl_version} -Provides: tex(ugbm.tfm) = %{tl_version} -Provides: tex(ugbmv.tfm) = %{tl_version} -Provides: tex(ugoth10.tfm) = %{tl_version} -Provides: tex(umin10.tfm) = %{tl_version} -Provides: tex(urml.tfm) = %{tl_version} -Provides: tex(urmlv.tfm) = %{tl_version} -Provides: tex(utgoth10.tfm) = %{tl_version} -Provides: tex(utmin10.tfm) = %{tl_version} -Provides: tex(upjisg-h.vf) = %{tl_version} -Provides: tex(upjisg-hq.vf) = %{tl_version} -Provides: tex(upjisg-v.vf) = %{tl_version} -Provides: tex(upjisr-h.vf) = %{tl_version} -Provides: tex(upjisr-hq.vf) = %{tl_version} -Provides: tex(upjisr-v.vf) = %{tl_version} -Provides: tex(upjpngt-h.vf) = %{tl_version} -Provides: tex(upjpngt-v.vf) = %{tl_version} -Provides: tex(upjpnrm-h.vf) = %{tl_version} -Provides: tex(upjpnrm-v.vf) = %{tl_version} -Provides: tex(upkorgt-h.vf) = %{tl_version} -Provides: tex(upkorgt-v.vf) = %{tl_version} -Provides: tex(upkorrm-h.vf) = %{tl_version} -Provides: tex(upkorrm-v.vf) = %{tl_version} -Provides: tex(upschgt-h.vf) = %{tl_version} -Provides: tex(upschgt-v.vf) = %{tl_version} -Provides: tex(upschrm-h.vf) = %{tl_version} -Provides: tex(upschrm-v.vf) = %{tl_version} -Provides: tex(uptchgt-h.vf) = %{tl_version} -Provides: tex(uptchgt-v.vf) = %{tl_version} -Provides: tex(uptchrm-h.vf) = %{tl_version} -Provides: tex(uptchrm-v.vf) = %{tl_version} -Provides: tex(ugoth10.vf) = %{tl_version} -Provides: tex(umin10.vf) = %{tl_version} -Provides: tex(utgoth10.vf) = %{tl_version} -Provides: tex(utmin10.vf) = %{tl_version} -Provides: tex(jt2gt.fd) = %{tl_version} -Provides: tex(jt2mc.fd) = %{tl_version} -Provides: tex(jy2gt.fd) = %{tl_version} -Provides: tex(jy2mc.fd) = %{tl_version} -Provides: tex(ujarticle.cls) = %{tl_version} -Provides: tex(ujbk10.clo) = %{tl_version} -Provides: tex(ujbk11.clo) = %{tl_version} -Provides: tex(ujbk12.clo) = %{tl_version} -Provides: tex(ujbook.cls) = %{tl_version} -Provides: tex(ujreport.cls) = %{tl_version} -Provides: tex(ujsize10.clo) = %{tl_version} -Provides: tex(ujsize11.clo) = %{tl_version} -Provides: tex(ujsize12.clo) = %{tl_version} -Provides: tex(uptrace.sty) = %{tl_version} -Provides: tex(utarticle.cls) = %{tl_version} -Provides: tex(utbk10.clo) = %{tl_version} -Provides: tex(utbk11.clo) = %{tl_version} -Provides: tex(utbk12.clo) = %{tl_version} -Provides: tex(utbook.cls) = %{tl_version} -Provides: tex(utreport.cls) = %{tl_version} -Provides: tex(utsize10.clo) = %{tl_version} -Provides: tex(utsize11.clo) = %{tl_version} -Provides: tex(utsize12.clo) = %{tl_version} -Provides: tex(ukinsoku.tex) = %{tl_version} -Provides: tex(uptex.tex) = %{tl_version} - -%description uptex -upTeX is an extension of pTeX, using UTF-8 input and producing -UTF-8 output. It was originally designed to improve support for -Japanese, but is also useful for documents in Chinese and -Korean. It can process Chinese simplified, Chinese traditional, -Japanese, and Korean simultaneously, and can also process -original LaTeX with \inputenc{utf8} and Babel -(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables. - -date: 2012-09-27 15:23:21 +0200 - -%post uptex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ uptex.*$/uptex uptex - uptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ euptex.*$/euptex euptex language.def *euptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ uplatex.*$/uplatex euptex language.dat *uplatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i '/^KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%postun uptex -if [ $1 == 0 ] ; then -sed -i 's/^uptex.*$/\#\!\ uptex uptex - uptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^euptex.*$/\#\!\ euptex euptex language.def *euptex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^uplatex.*$/\#\!\ uplatex euptex language.dat *uplatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i '/^KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans uptex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uptex-doc -Summary: Documentation for uptex -Version: svn27848.1.11 -Release: %{tl_noarch_release} -Provides: tex-uptex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-ptex-doc -Requires: tex-hyph-utf8-doc -Requires: tex-ipaex-doc -Requires: tex-japanese-doc -Requires: tex-japanese-otf-doc - -%description uptex-doc -Documentation for uptex - -%package uptex-bin -Summary: Binaries for uptex -Version: svn26912.0 -Requires: texlive-base -Requires: tex-uptex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description uptex-bin -Binaries for uptex - -%package xpinyin -Provides: tex-xpinyin = %{tl_version} -License: LPPL 1.3 -Summary: Automatically add pinyin to Chinese characters -Version: svn28346.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(xpinyin-map.cfg) = %{tl_version} -Provides: tex(xpinyin.sty) = %{tl_version} - -%description xpinyin -The package is written to simplify the input of Hanyu Pinyin. -Macros are provided that automatically add pinyin to Chinese -characters. - -date: 2012-11-23 11:08:40 +0100 - -%post xpinyin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xpinyin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xpinyin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xpinyin-doc -Summary: Documentation for xpinyin -Version: svn28346.1.2 -Release: %{tl_noarch_release} -Provides: tex-xpinyin-doc -BuildArch: noarch -AutoReqProv: No - -%description xpinyin-doc -Documentation for xpinyin - -%package zhmetrics -Provides: tex-zhmetrics = %{tl_version} -License: LPPL -Summary: TFM subfont files for using Chinese fonts in 8-bit TeX -Version: svn22207.r206 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cyberb00.tfm) = %{tl_version} -Provides: tex(cyberb01.tfm) = %{tl_version} -Provides: tex(cyberb02.tfm) = %{tl_version} -Provides: tex(cyberb03.tfm) = %{tl_version} -Provides: tex(cyberb04.tfm) = %{tl_version} -Provides: tex(cyberb05.tfm) = %{tl_version} -Provides: tex(cyberb06.tfm) = %{tl_version} -Provides: tex(cyberb07.tfm) = %{tl_version} -Provides: tex(cyberb08.tfm) = %{tl_version} -Provides: tex(cyberb09.tfm) = %{tl_version} -Provides: tex(cyberb0a.tfm) = %{tl_version} -Provides: tex(cyberb0b.tfm) = %{tl_version} -Provides: tex(cyberb0c.tfm) = %{tl_version} -Provides: tex(cyberb0d.tfm) = %{tl_version} -Provides: tex(cyberb0e.tfm) = %{tl_version} -Provides: tex(cyberb0f.tfm) = %{tl_version} -Provides: tex(cyberb10.tfm) = %{tl_version} -Provides: tex(cyberb11.tfm) = %{tl_version} -Provides: tex(cyberb12.tfm) = %{tl_version} -Provides: tex(cyberb13.tfm) = %{tl_version} -Provides: tex(cyberb14.tfm) = %{tl_version} -Provides: tex(cyberb15.tfm) = %{tl_version} -Provides: tex(cyberb16.tfm) = %{tl_version} -Provides: tex(cyberb17.tfm) = %{tl_version} -Provides: tex(cyberb18.tfm) = %{tl_version} -Provides: tex(cyberb19.tfm) = %{tl_version} -Provides: tex(cyberb1a.tfm) = %{tl_version} -Provides: tex(cyberb1b.tfm) = %{tl_version} -Provides: tex(cyberb1c.tfm) = %{tl_version} -Provides: tex(cyberb1d.tfm) = %{tl_version} -Provides: tex(cyberb1e.tfm) = %{tl_version} -Provides: tex(cyberb1f.tfm) = %{tl_version} -Provides: tex(cyberb20.tfm) = %{tl_version} -Provides: tex(cyberb21.tfm) = %{tl_version} -Provides: tex(cyberb22.tfm) = %{tl_version} -Provides: tex(cyberb23.tfm) = %{tl_version} -Provides: tex(cyberb24.tfm) = %{tl_version} -Provides: tex(cyberb25.tfm) = %{tl_version} -Provides: tex(cyberb26.tfm) = %{tl_version} -Provides: tex(cyberb27.tfm) = %{tl_version} -Provides: tex(cyberb28.tfm) = %{tl_version} -Provides: tex(cyberb29.tfm) = %{tl_version} -Provides: tex(cyberb2a.tfm) = %{tl_version} -Provides: tex(cyberb2b.tfm) = %{tl_version} -Provides: tex(cyberb2c.tfm) = %{tl_version} -Provides: tex(cyberb2d.tfm) = %{tl_version} -Provides: tex(cyberb2e.tfm) = %{tl_version} -Provides: tex(cyberb2f.tfm) = %{tl_version} -Provides: tex(cyberb30.tfm) = %{tl_version} -Provides: tex(cyberb31.tfm) = %{tl_version} -Provides: tex(cyberb32.tfm) = %{tl_version} -Provides: tex(cyberb33.tfm) = %{tl_version} -Provides: tex(cyberb34.tfm) = %{tl_version} -Provides: tex(cyberb35.tfm) = %{tl_version} -Provides: tex(cyberb36.tfm) = %{tl_version} -Provides: tex(cyberb37.tfm) = %{tl_version} -Provides: tex(cyberb38.tfm) = %{tl_version} -Provides: tex(cyberb39.tfm) = %{tl_version} -Provides: tex(cyberb3a.tfm) = %{tl_version} -Provides: tex(cyberb3b.tfm) = %{tl_version} -Provides: tex(cyberb3c.tfm) = %{tl_version} -Provides: tex(cyberb3d.tfm) = %{tl_version} -Provides: tex(cyberb3e.tfm) = %{tl_version} -Provides: tex(cyberb3f.tfm) = %{tl_version} -Provides: tex(cyberb40.tfm) = %{tl_version} -Provides: tex(cyberb41.tfm) = %{tl_version} -Provides: tex(cyberb42.tfm) = %{tl_version} -Provides: tex(cyberb43.tfm) = %{tl_version} -Provides: tex(cyberb44.tfm) = %{tl_version} -Provides: tex(cyberb45.tfm) = %{tl_version} -Provides: tex(cyberb46.tfm) = %{tl_version} -Provides: tex(cyberb47.tfm) = %{tl_version} -Provides: tex(cyberb48.tfm) = %{tl_version} -Provides: tex(cyberb49.tfm) = %{tl_version} -Provides: tex(cyberb4a.tfm) = %{tl_version} -Provides: tex(cyberb4b.tfm) = %{tl_version} -Provides: tex(cyberb4c.tfm) = %{tl_version} -Provides: tex(cyberb4d.tfm) = %{tl_version} -Provides: tex(cyberb4e.tfm) = %{tl_version} -Provides: tex(cyberb4f.tfm) = %{tl_version} -Provides: tex(cyberb50.tfm) = %{tl_version} -Provides: tex(cyberb51.tfm) = %{tl_version} -Provides: tex(cyberb52.tfm) = %{tl_version} -Provides: tex(cyberb53.tfm) = %{tl_version} -Provides: tex(cyberb54.tfm) = %{tl_version} -Provides: tex(cyberb55.tfm) = %{tl_version} -Provides: tex(cyberb56.tfm) = %{tl_version} -Provides: tex(cyberb57.tfm) = %{tl_version} -Provides: tex(cyberb58.tfm) = %{tl_version} -Provides: tex(cyberb59.tfm) = %{tl_version} -Provides: tex(cyberb5a.tfm) = %{tl_version} -Provides: tex(cyberb5b.tfm) = %{tl_version} -Provides: tex(cyberb5c.tfm) = %{tl_version} -Provides: tex(cyberb5d.tfm) = %{tl_version} -Provides: tex(cyberb5e.tfm) = %{tl_version} -Provides: tex(cyberb5f.tfm) = %{tl_version} -Provides: tex(cyberb60.tfm) = %{tl_version} -Provides: tex(cyberb61.tfm) = %{tl_version} -Provides: tex(cyberb62.tfm) = %{tl_version} -Provides: tex(cyberb63.tfm) = %{tl_version} -Provides: tex(cyberb64.tfm) = %{tl_version} -Provides: tex(cyberb65.tfm) = %{tl_version} -Provides: tex(cyberb66.tfm) = %{tl_version} -Provides: tex(cyberb67.tfm) = %{tl_version} -Provides: tex(cyberb68.tfm) = %{tl_version} -Provides: tex(cyberb69.tfm) = %{tl_version} -Provides: tex(cyberb6a.tfm) = %{tl_version} -Provides: tex(cyberb6b.tfm) = %{tl_version} -Provides: tex(cyberb6c.tfm) = %{tl_version} -Provides: tex(cyberb6d.tfm) = %{tl_version} -Provides: tex(cyberb6e.tfm) = %{tl_version} -Provides: tex(cyberb6f.tfm) = %{tl_version} -Provides: tex(cyberb70.tfm) = %{tl_version} -Provides: tex(cyberb71.tfm) = %{tl_version} -Provides: tex(cyberb72.tfm) = %{tl_version} -Provides: tex(cyberb73.tfm) = %{tl_version} -Provides: tex(cyberb74.tfm) = %{tl_version} -Provides: tex(cyberb75.tfm) = %{tl_version} -Provides: tex(cyberb76.tfm) = %{tl_version} -Provides: tex(cyberb77.tfm) = %{tl_version} -Provides: tex(cyberb78.tfm) = %{tl_version} -Provides: tex(cyberb79.tfm) = %{tl_version} -Provides: tex(cyberb7a.tfm) = %{tl_version} -Provides: tex(cyberb7b.tfm) = %{tl_version} -Provides: tex(cyberb7c.tfm) = %{tl_version} -Provides: tex(cyberb7d.tfm) = %{tl_version} -Provides: tex(cyberb7e.tfm) = %{tl_version} -Provides: tex(cyberb7f.tfm) = %{tl_version} -Provides: tex(cyberb80.tfm) = %{tl_version} -Provides: tex(cyberb81.tfm) = %{tl_version} -Provides: tex(cyberb82.tfm) = %{tl_version} -Provides: tex(cyberb83.tfm) = %{tl_version} -Provides: tex(cyberb84.tfm) = %{tl_version} -Provides: tex(cyberb85.tfm) = %{tl_version} -Provides: tex(cyberb86.tfm) = %{tl_version} -Provides: tex(cyberb87.tfm) = %{tl_version} -Provides: tex(cyberb88.tfm) = %{tl_version} -Provides: tex(cyberb89.tfm) = %{tl_version} -Provides: tex(cyberb8a.tfm) = %{tl_version} -Provides: tex(cyberb8b.tfm) = %{tl_version} -Provides: tex(cyberb8c.tfm) = %{tl_version} -Provides: tex(cyberb8d.tfm) = %{tl_version} -Provides: tex(cyberb8e.tfm) = %{tl_version} -Provides: tex(cyberb8f.tfm) = %{tl_version} -Provides: tex(cyberb90.tfm) = %{tl_version} -Provides: tex(cyberb91.tfm) = %{tl_version} -Provides: tex(cyberb92.tfm) = %{tl_version} -Provides: tex(cyberb93.tfm) = %{tl_version} -Provides: tex(cyberb94.tfm) = %{tl_version} -Provides: tex(cyberb95.tfm) = %{tl_version} -Provides: tex(cyberb96.tfm) = %{tl_version} -Provides: tex(cyberb97.tfm) = %{tl_version} -Provides: tex(cyberb98.tfm) = %{tl_version} -Provides: tex(cyberb99.tfm) = %{tl_version} -Provides: tex(cyberb9a.tfm) = %{tl_version} -Provides: tex(cyberb9b.tfm) = %{tl_version} -Provides: tex(cyberb9c.tfm) = %{tl_version} -Provides: tex(cyberb9d.tfm) = %{tl_version} -Provides: tex(cyberb9e.tfm) = %{tl_version} -Provides: tex(cyberb9f.tfm) = %{tl_version} -Provides: tex(cyberba0.tfm) = %{tl_version} -Provides: tex(cyberba1.tfm) = %{tl_version} -Provides: tex(cyberba2.tfm) = %{tl_version} -Provides: tex(cyberba3.tfm) = %{tl_version} -Provides: tex(cyberba4.tfm) = %{tl_version} -Provides: tex(cyberba5.tfm) = %{tl_version} -Provides: tex(cyberba6.tfm) = %{tl_version} -Provides: tex(cyberba7.tfm) = %{tl_version} -Provides: tex(cyberba8.tfm) = %{tl_version} -Provides: tex(cyberba9.tfm) = %{tl_version} -Provides: tex(cyberbaa.tfm) = %{tl_version} -Provides: tex(cyberbab.tfm) = %{tl_version} -Provides: tex(cyberbac.tfm) = %{tl_version} -Provides: tex(cyberbad.tfm) = %{tl_version} -Provides: tex(cyberbae.tfm) = %{tl_version} -Provides: tex(cyberbaf.tfm) = %{tl_version} -Provides: tex(cyberbb0.tfm) = %{tl_version} -Provides: tex(cyberbb1.tfm) = %{tl_version} -Provides: tex(cyberbb2.tfm) = %{tl_version} -Provides: tex(cyberbb3.tfm) = %{tl_version} -Provides: tex(cyberbb4.tfm) = %{tl_version} -Provides: tex(cyberbb5.tfm) = %{tl_version} -Provides: tex(cyberbb6.tfm) = %{tl_version} -Provides: tex(cyberbb7.tfm) = %{tl_version} -Provides: tex(cyberbb8.tfm) = %{tl_version} -Provides: tex(cyberbb9.tfm) = %{tl_version} -Provides: tex(cyberbba.tfm) = %{tl_version} -Provides: tex(cyberbbb.tfm) = %{tl_version} -Provides: tex(cyberbbc.tfm) = %{tl_version} -Provides: tex(cyberbbd.tfm) = %{tl_version} -Provides: tex(cyberbbe.tfm) = %{tl_version} -Provides: tex(cyberbbf.tfm) = %{tl_version} -Provides: tex(cyberbc0.tfm) = %{tl_version} -Provides: tex(cyberbc1.tfm) = %{tl_version} -Provides: tex(cyberbc2.tfm) = %{tl_version} -Provides: tex(cyberbc3.tfm) = %{tl_version} -Provides: tex(cyberbc4.tfm) = %{tl_version} -Provides: tex(cyberbc5.tfm) = %{tl_version} -Provides: tex(cyberbc6.tfm) = %{tl_version} -Provides: tex(cyberbc7.tfm) = %{tl_version} -Provides: tex(cyberbc8.tfm) = %{tl_version} -Provides: tex(cyberbc9.tfm) = %{tl_version} -Provides: tex(cyberbca.tfm) = %{tl_version} -Provides: tex(cyberbcb.tfm) = %{tl_version} -Provides: tex(cyberbcc.tfm) = %{tl_version} -Provides: tex(cyberbcd.tfm) = %{tl_version} -Provides: tex(cyberbce.tfm) = %{tl_version} -Provides: tex(cyberbcf.tfm) = %{tl_version} -Provides: tex(cyberbd0.tfm) = %{tl_version} -Provides: tex(cyberbd1.tfm) = %{tl_version} -Provides: tex(cyberbd2.tfm) = %{tl_version} -Provides: tex(cyberbd3.tfm) = %{tl_version} -Provides: tex(cyberbd4.tfm) = %{tl_version} -Provides: tex(cyberbd5.tfm) = %{tl_version} -Provides: tex(cyberbd6.tfm) = %{tl_version} -Provides: tex(cyberbd7.tfm) = %{tl_version} -Provides: tex(cyberbd8.tfm) = %{tl_version} -Provides: tex(cyberbd9.tfm) = %{tl_version} -Provides: tex(cyberbda.tfm) = %{tl_version} -Provides: tex(cyberbdb.tfm) = %{tl_version} -Provides: tex(cyberbdc.tfm) = %{tl_version} -Provides: tex(cyberbdd.tfm) = %{tl_version} -Provides: tex(cyberbde.tfm) = %{tl_version} -Provides: tex(cyberbdf.tfm) = %{tl_version} -Provides: tex(cyberbe0.tfm) = %{tl_version} -Provides: tex(cyberbe1.tfm) = %{tl_version} -Provides: tex(cyberbe2.tfm) = %{tl_version} -Provides: tex(cyberbe3.tfm) = %{tl_version} -Provides: tex(cyberbe4.tfm) = %{tl_version} -Provides: tex(cyberbe5.tfm) = %{tl_version} -Provides: tex(cyberbe6.tfm) = %{tl_version} -Provides: tex(cyberbe7.tfm) = %{tl_version} -Provides: tex(cyberbe8.tfm) = %{tl_version} -Provides: tex(cyberbe9.tfm) = %{tl_version} -Provides: tex(cyberbea.tfm) = %{tl_version} -Provides: tex(cyberbeb.tfm) = %{tl_version} -Provides: tex(cyberbec.tfm) = %{tl_version} -Provides: tex(cyberbed.tfm) = %{tl_version} -Provides: tex(cyberbee.tfm) = %{tl_version} -Provides: tex(cyberbef.tfm) = %{tl_version} -Provides: tex(cyberbf0.tfm) = %{tl_version} -Provides: tex(cyberbf1.tfm) = %{tl_version} -Provides: tex(cyberbf2.tfm) = %{tl_version} -Provides: tex(cyberbf3.tfm) = %{tl_version} -Provides: tex(cyberbf4.tfm) = %{tl_version} -Provides: tex(cyberbf5.tfm) = %{tl_version} -Provides: tex(cyberbf6.tfm) = %{tl_version} -Provides: tex(cyberbf7.tfm) = %{tl_version} -Provides: tex(cyberbf8.tfm) = %{tl_version} -Provides: tex(cyberbf9.tfm) = %{tl_version} -Provides: tex(cyberbfa.tfm) = %{tl_version} -Provides: tex(cyberbfb.tfm) = %{tl_version} -Provides: tex(cyberbfc.tfm) = %{tl_version} -Provides: tex(cyberbfd.tfm) = %{tl_version} -Provides: tex(cyberbfe.tfm) = %{tl_version} -Provides: tex(cyberbff.tfm) = %{tl_version} -Provides: tex(cyberbsl00.tfm) = %{tl_version} -Provides: tex(cyberbsl01.tfm) = %{tl_version} -Provides: tex(cyberbsl02.tfm) = %{tl_version} -Provides: tex(cyberbsl03.tfm) = %{tl_version} -Provides: tex(cyberbsl04.tfm) = %{tl_version} -Provides: tex(cyberbsl05.tfm) = %{tl_version} -Provides: tex(cyberbsl06.tfm) = %{tl_version} -Provides: tex(cyberbsl07.tfm) = %{tl_version} -Provides: tex(cyberbsl08.tfm) = %{tl_version} -Provides: tex(cyberbsl09.tfm) = %{tl_version} -Provides: tex(cyberbsl0a.tfm) = %{tl_version} -Provides: tex(cyberbsl0b.tfm) = %{tl_version} -Provides: tex(cyberbsl0c.tfm) = %{tl_version} -Provides: tex(cyberbsl0d.tfm) = %{tl_version} -Provides: tex(cyberbsl0e.tfm) = %{tl_version} -Provides: tex(cyberbsl0f.tfm) = %{tl_version} -Provides: tex(cyberbsl10.tfm) = %{tl_version} -Provides: tex(cyberbsl11.tfm) = %{tl_version} -Provides: tex(cyberbsl12.tfm) = %{tl_version} -Provides: tex(cyberbsl13.tfm) = %{tl_version} -Provides: tex(cyberbsl14.tfm) = %{tl_version} -Provides: tex(cyberbsl15.tfm) = %{tl_version} -Provides: tex(cyberbsl16.tfm) = %{tl_version} -Provides: tex(cyberbsl17.tfm) = %{tl_version} -Provides: tex(cyberbsl18.tfm) = %{tl_version} -Provides: tex(cyberbsl19.tfm) = %{tl_version} -Provides: tex(cyberbsl1a.tfm) = %{tl_version} -Provides: tex(cyberbsl1b.tfm) = %{tl_version} -Provides: tex(cyberbsl1c.tfm) = %{tl_version} -Provides: tex(cyberbsl1d.tfm) = %{tl_version} -Provides: tex(cyberbsl1e.tfm) = %{tl_version} -Provides: tex(cyberbsl1f.tfm) = %{tl_version} -Provides: tex(cyberbsl20.tfm) = %{tl_version} -Provides: tex(cyberbsl21.tfm) = %{tl_version} -Provides: tex(cyberbsl22.tfm) = %{tl_version} -Provides: tex(cyberbsl23.tfm) = %{tl_version} -Provides: tex(cyberbsl24.tfm) = %{tl_version} -Provides: tex(cyberbsl25.tfm) = %{tl_version} -Provides: tex(cyberbsl26.tfm) = %{tl_version} -Provides: tex(cyberbsl27.tfm) = %{tl_version} -Provides: tex(cyberbsl28.tfm) = %{tl_version} -Provides: tex(cyberbsl29.tfm) = %{tl_version} -Provides: tex(cyberbsl2a.tfm) = %{tl_version} -Provides: tex(cyberbsl2b.tfm) = %{tl_version} -Provides: tex(cyberbsl2c.tfm) = %{tl_version} -Provides: tex(cyberbsl2d.tfm) = %{tl_version} -Provides: tex(cyberbsl2e.tfm) = %{tl_version} -Provides: tex(cyberbsl2f.tfm) = %{tl_version} -Provides: tex(cyberbsl30.tfm) = %{tl_version} -Provides: tex(cyberbsl31.tfm) = %{tl_version} -Provides: tex(cyberbsl32.tfm) = %{tl_version} -Provides: tex(cyberbsl33.tfm) = %{tl_version} -Provides: tex(cyberbsl34.tfm) = %{tl_version} -Provides: tex(cyberbsl35.tfm) = %{tl_version} -Provides: tex(cyberbsl36.tfm) = %{tl_version} -Provides: tex(cyberbsl37.tfm) = %{tl_version} -Provides: tex(cyberbsl38.tfm) = %{tl_version} -Provides: tex(cyberbsl39.tfm) = %{tl_version} -Provides: tex(cyberbsl3a.tfm) = %{tl_version} -Provides: tex(cyberbsl3b.tfm) = %{tl_version} -Provides: tex(cyberbsl3c.tfm) = %{tl_version} -Provides: tex(cyberbsl3d.tfm) = %{tl_version} -Provides: tex(cyberbsl3e.tfm) = %{tl_version} -Provides: tex(cyberbsl3f.tfm) = %{tl_version} -Provides: tex(cyberbsl40.tfm) = %{tl_version} -Provides: tex(cyberbsl41.tfm) = %{tl_version} -Provides: tex(cyberbsl42.tfm) = %{tl_version} -Provides: tex(cyberbsl43.tfm) = %{tl_version} -Provides: tex(cyberbsl44.tfm) = %{tl_version} -Provides: tex(cyberbsl45.tfm) = %{tl_version} -Provides: tex(cyberbsl46.tfm) = %{tl_version} -Provides: tex(cyberbsl47.tfm) = %{tl_version} -Provides: tex(cyberbsl48.tfm) = %{tl_version} -Provides: tex(cyberbsl49.tfm) = %{tl_version} -Provides: tex(cyberbsl4a.tfm) = %{tl_version} -Provides: tex(cyberbsl4b.tfm) = %{tl_version} -Provides: tex(cyberbsl4c.tfm) = %{tl_version} -Provides: tex(cyberbsl4d.tfm) = %{tl_version} -Provides: tex(cyberbsl4e.tfm) = %{tl_version} -Provides: tex(cyberbsl4f.tfm) = %{tl_version} -Provides: tex(cyberbsl50.tfm) = %{tl_version} -Provides: tex(cyberbsl51.tfm) = %{tl_version} -Provides: tex(cyberbsl52.tfm) = %{tl_version} -Provides: tex(cyberbsl53.tfm) = %{tl_version} -Provides: tex(cyberbsl54.tfm) = %{tl_version} -Provides: tex(cyberbsl55.tfm) = %{tl_version} -Provides: tex(cyberbsl56.tfm) = %{tl_version} -Provides: tex(cyberbsl57.tfm) = %{tl_version} -Provides: tex(cyberbsl58.tfm) = %{tl_version} -Provides: tex(cyberbsl59.tfm) = %{tl_version} -Provides: tex(cyberbsl5a.tfm) = %{tl_version} -Provides: tex(cyberbsl5b.tfm) = %{tl_version} -Provides: tex(cyberbsl5c.tfm) = %{tl_version} -Provides: tex(cyberbsl5d.tfm) = %{tl_version} -Provides: tex(cyberbsl5e.tfm) = %{tl_version} -Provides: tex(cyberbsl5f.tfm) = %{tl_version} -Provides: tex(cyberbsl60.tfm) = %{tl_version} -Provides: tex(cyberbsl61.tfm) = %{tl_version} -Provides: tex(cyberbsl62.tfm) = %{tl_version} -Provides: tex(cyberbsl63.tfm) = %{tl_version} -Provides: tex(cyberbsl64.tfm) = %{tl_version} -Provides: tex(cyberbsl65.tfm) = %{tl_version} -Provides: tex(cyberbsl66.tfm) = %{tl_version} -Provides: tex(cyberbsl67.tfm) = %{tl_version} -Provides: tex(cyberbsl68.tfm) = %{tl_version} -Provides: tex(cyberbsl69.tfm) = %{tl_version} -Provides: tex(cyberbsl6a.tfm) = %{tl_version} -Provides: tex(cyberbsl6b.tfm) = %{tl_version} -Provides: tex(cyberbsl6c.tfm) = %{tl_version} -Provides: tex(cyberbsl6d.tfm) = %{tl_version} -Provides: tex(cyberbsl6e.tfm) = %{tl_version} -Provides: tex(cyberbsl6f.tfm) = %{tl_version} -Provides: tex(cyberbsl70.tfm) = %{tl_version} -Provides: tex(cyberbsl71.tfm) = %{tl_version} -Provides: tex(cyberbsl72.tfm) = %{tl_version} -Provides: tex(cyberbsl73.tfm) = %{tl_version} -Provides: tex(cyberbsl74.tfm) = %{tl_version} -Provides: tex(cyberbsl75.tfm) = %{tl_version} -Provides: tex(cyberbsl76.tfm) = %{tl_version} -Provides: tex(cyberbsl77.tfm) = %{tl_version} -Provides: tex(cyberbsl78.tfm) = %{tl_version} -Provides: tex(cyberbsl79.tfm) = %{tl_version} -Provides: tex(cyberbsl7a.tfm) = %{tl_version} -Provides: tex(cyberbsl7b.tfm) = %{tl_version} -Provides: tex(cyberbsl7c.tfm) = %{tl_version} -Provides: tex(cyberbsl7d.tfm) = %{tl_version} -Provides: tex(cyberbsl7e.tfm) = %{tl_version} -Provides: tex(cyberbsl7f.tfm) = %{tl_version} -Provides: tex(cyberbsl80.tfm) = %{tl_version} -Provides: tex(cyberbsl81.tfm) = %{tl_version} -Provides: tex(cyberbsl82.tfm) = %{tl_version} -Provides: tex(cyberbsl83.tfm) = %{tl_version} -Provides: tex(cyberbsl84.tfm) = %{tl_version} -Provides: tex(cyberbsl85.tfm) = %{tl_version} -Provides: tex(cyberbsl86.tfm) = %{tl_version} -Provides: tex(cyberbsl87.tfm) = %{tl_version} -Provides: tex(cyberbsl88.tfm) = %{tl_version} -Provides: tex(cyberbsl89.tfm) = %{tl_version} -Provides: tex(cyberbsl8a.tfm) = %{tl_version} -Provides: tex(cyberbsl8b.tfm) = %{tl_version} -Provides: tex(cyberbsl8c.tfm) = %{tl_version} -Provides: tex(cyberbsl8d.tfm) = %{tl_version} -Provides: tex(cyberbsl8e.tfm) = %{tl_version} -Provides: tex(cyberbsl8f.tfm) = %{tl_version} -Provides: tex(cyberbsl90.tfm) = %{tl_version} -Provides: tex(cyberbsl91.tfm) = %{tl_version} -Provides: tex(cyberbsl92.tfm) = %{tl_version} -Provides: tex(cyberbsl93.tfm) = %{tl_version} -Provides: tex(cyberbsl94.tfm) = %{tl_version} -Provides: tex(cyberbsl95.tfm) = %{tl_version} -Provides: tex(cyberbsl96.tfm) = %{tl_version} -Provides: tex(cyberbsl97.tfm) = %{tl_version} -Provides: tex(cyberbsl98.tfm) = %{tl_version} -Provides: tex(cyberbsl99.tfm) = %{tl_version} -Provides: tex(cyberbsl9a.tfm) = %{tl_version} -Provides: tex(cyberbsl9b.tfm) = %{tl_version} -Provides: tex(cyberbsl9c.tfm) = %{tl_version} -Provides: tex(cyberbsl9d.tfm) = %{tl_version} -Provides: tex(cyberbsl9e.tfm) = %{tl_version} -Provides: tex(cyberbsl9f.tfm) = %{tl_version} -Provides: tex(cyberbsla0.tfm) = %{tl_version} -Provides: tex(cyberbsla1.tfm) = %{tl_version} -Provides: tex(cyberbsla2.tfm) = %{tl_version} -Provides: tex(cyberbsla3.tfm) = %{tl_version} -Provides: tex(cyberbsla4.tfm) = %{tl_version} -Provides: tex(cyberbsla5.tfm) = %{tl_version} -Provides: tex(cyberbsla6.tfm) = %{tl_version} -Provides: tex(cyberbsla7.tfm) = %{tl_version} -Provides: tex(cyberbsla8.tfm) = %{tl_version} -Provides: tex(cyberbsla9.tfm) = %{tl_version} -Provides: tex(cyberbslaa.tfm) = %{tl_version} -Provides: tex(cyberbslab.tfm) = %{tl_version} -Provides: tex(cyberbslac.tfm) = %{tl_version} -Provides: tex(cyberbslad.tfm) = %{tl_version} -Provides: tex(cyberbslae.tfm) = %{tl_version} -Provides: tex(cyberbslaf.tfm) = %{tl_version} -Provides: tex(cyberbslb0.tfm) = %{tl_version} -Provides: tex(cyberbslb1.tfm) = %{tl_version} -Provides: tex(cyberbslb2.tfm) = %{tl_version} -Provides: tex(cyberbslb3.tfm) = %{tl_version} -Provides: tex(cyberbslb4.tfm) = %{tl_version} -Provides: tex(cyberbslb5.tfm) = %{tl_version} -Provides: tex(cyberbslb6.tfm) = %{tl_version} -Provides: tex(cyberbslb7.tfm) = %{tl_version} -Provides: tex(cyberbslb8.tfm) = %{tl_version} -Provides: tex(cyberbslb9.tfm) = %{tl_version} -Provides: tex(cyberbslba.tfm) = %{tl_version} -Provides: tex(cyberbslbb.tfm) = %{tl_version} -Provides: tex(cyberbslbc.tfm) = %{tl_version} -Provides: tex(cyberbslbd.tfm) = %{tl_version} -Provides: tex(cyberbslbe.tfm) = %{tl_version} -Provides: tex(cyberbslbf.tfm) = %{tl_version} -Provides: tex(cyberbslc0.tfm) = %{tl_version} -Provides: tex(cyberbslc1.tfm) = %{tl_version} -Provides: tex(cyberbslc2.tfm) = %{tl_version} -Provides: tex(cyberbslc3.tfm) = %{tl_version} -Provides: tex(cyberbslc4.tfm) = %{tl_version} -Provides: tex(cyberbslc5.tfm) = %{tl_version} -Provides: tex(cyberbslc6.tfm) = %{tl_version} -Provides: tex(cyberbslc7.tfm) = %{tl_version} -Provides: tex(cyberbslc8.tfm) = %{tl_version} -Provides: tex(cyberbslc9.tfm) = %{tl_version} -Provides: tex(cyberbslca.tfm) = %{tl_version} -Provides: tex(cyberbslcb.tfm) = %{tl_version} -Provides: tex(cyberbslcc.tfm) = %{tl_version} -Provides: tex(cyberbslcd.tfm) = %{tl_version} -Provides: tex(cyberbslce.tfm) = %{tl_version} -Provides: tex(cyberbslcf.tfm) = %{tl_version} -Provides: tex(cyberbsld0.tfm) = %{tl_version} -Provides: tex(cyberbsld1.tfm) = %{tl_version} -Provides: tex(cyberbsld2.tfm) = %{tl_version} -Provides: tex(cyberbsld3.tfm) = %{tl_version} -Provides: tex(cyberbsld4.tfm) = %{tl_version} -Provides: tex(cyberbsld5.tfm) = %{tl_version} -Provides: tex(cyberbsld6.tfm) = %{tl_version} -Provides: tex(cyberbsld7.tfm) = %{tl_version} -Provides: tex(cyberbsld8.tfm) = %{tl_version} -Provides: tex(cyberbsld9.tfm) = %{tl_version} -Provides: tex(cyberbslda.tfm) = %{tl_version} -Provides: tex(cyberbsldb.tfm) = %{tl_version} -Provides: tex(cyberbsldc.tfm) = %{tl_version} -Provides: tex(cyberbsldd.tfm) = %{tl_version} -Provides: tex(cyberbslde.tfm) = %{tl_version} -Provides: tex(cyberbsldf.tfm) = %{tl_version} -Provides: tex(cyberbsle0.tfm) = %{tl_version} -Provides: tex(cyberbsle1.tfm) = %{tl_version} -Provides: tex(cyberbsle2.tfm) = %{tl_version} -Provides: tex(cyberbsle3.tfm) = %{tl_version} -Provides: tex(cyberbsle4.tfm) = %{tl_version} -Provides: tex(cyberbsle5.tfm) = %{tl_version} -Provides: tex(cyberbsle6.tfm) = %{tl_version} -Provides: tex(cyberbsle7.tfm) = %{tl_version} -Provides: tex(cyberbsle8.tfm) = %{tl_version} -Provides: tex(cyberbsle9.tfm) = %{tl_version} -Provides: tex(cyberbslea.tfm) = %{tl_version} -Provides: tex(cyberbsleb.tfm) = %{tl_version} -Provides: tex(cyberbslec.tfm) = %{tl_version} -Provides: tex(cyberbsled.tfm) = %{tl_version} -Provides: tex(cyberbslee.tfm) = %{tl_version} -Provides: tex(cyberbslef.tfm) = %{tl_version} -Provides: tex(cyberbslf0.tfm) = %{tl_version} -Provides: tex(cyberbslf1.tfm) = %{tl_version} -Provides: tex(cyberbslf2.tfm) = %{tl_version} -Provides: tex(cyberbslf3.tfm) = %{tl_version} -Provides: tex(cyberbslf4.tfm) = %{tl_version} -Provides: tex(cyberbslf5.tfm) = %{tl_version} -Provides: tex(cyberbslf6.tfm) = %{tl_version} -Provides: tex(cyberbslf7.tfm) = %{tl_version} -Provides: tex(cyberbslf8.tfm) = %{tl_version} -Provides: tex(cyberbslf9.tfm) = %{tl_version} -Provides: tex(cyberbslfa.tfm) = %{tl_version} -Provides: tex(cyberbslfb.tfm) = %{tl_version} -Provides: tex(cyberbslfc.tfm) = %{tl_version} -Provides: tex(cyberbslfd.tfm) = %{tl_version} -Provides: tex(cyberbslfe.tfm) = %{tl_version} -Provides: tex(cyberbslff.tfm) = %{tl_version} -Provides: tex(gbk00.tfm) = %{tl_version} -Provides: tex(gbk01.tfm) = %{tl_version} -Provides: tex(gbk02.tfm) = %{tl_version} -Provides: tex(gbk03.tfm) = %{tl_version} -Provides: tex(gbk04.tfm) = %{tl_version} -Provides: tex(gbk05.tfm) = %{tl_version} -Provides: tex(gbk06.tfm) = %{tl_version} -Provides: tex(gbk07.tfm) = %{tl_version} -Provides: tex(gbk08.tfm) = %{tl_version} -Provides: tex(gbk09.tfm) = %{tl_version} -Provides: tex(gbk10.tfm) = %{tl_version} -Provides: tex(gbk11.tfm) = %{tl_version} -Provides: tex(gbk12.tfm) = %{tl_version} -Provides: tex(gbk13.tfm) = %{tl_version} -Provides: tex(gbk14.tfm) = %{tl_version} -Provides: tex(gbk15.tfm) = %{tl_version} -Provides: tex(gbk16.tfm) = %{tl_version} -Provides: tex(gbk17.tfm) = %{tl_version} -Provides: tex(gbk18.tfm) = %{tl_version} -Provides: tex(gbk19.tfm) = %{tl_version} -Provides: tex(gbk20.tfm) = %{tl_version} -Provides: tex(gbk21.tfm) = %{tl_version} -Provides: tex(gbk22.tfm) = %{tl_version} -Provides: tex(gbk23.tfm) = %{tl_version} -Provides: tex(gbk24.tfm) = %{tl_version} -Provides: tex(gbk25.tfm) = %{tl_version} -Provides: tex(gbk26.tfm) = %{tl_version} -Provides: tex(gbk27.tfm) = %{tl_version} -Provides: tex(gbk28.tfm) = %{tl_version} -Provides: tex(gbk29.tfm) = %{tl_version} -Provides: tex(gbk30.tfm) = %{tl_version} -Provides: tex(gbk31.tfm) = %{tl_version} -Provides: tex(gbk32.tfm) = %{tl_version} -Provides: tex(gbk33.tfm) = %{tl_version} -Provides: tex(gbk34.tfm) = %{tl_version} -Provides: tex(gbk35.tfm) = %{tl_version} -Provides: tex(gbk36.tfm) = %{tl_version} -Provides: tex(gbk37.tfm) = %{tl_version} -Provides: tex(gbk38.tfm) = %{tl_version} -Provides: tex(gbk39.tfm) = %{tl_version} -Provides: tex(gbk40.tfm) = %{tl_version} -Provides: tex(gbk41.tfm) = %{tl_version} -Provides: tex(gbk42.tfm) = %{tl_version} -Provides: tex(gbk43.tfm) = %{tl_version} -Provides: tex(gbk44.tfm) = %{tl_version} -Provides: tex(gbk45.tfm) = %{tl_version} -Provides: tex(gbk46.tfm) = %{tl_version} -Provides: tex(gbk47.tfm) = %{tl_version} -Provides: tex(gbk48.tfm) = %{tl_version} -Provides: tex(gbk49.tfm) = %{tl_version} -Provides: tex(gbk50.tfm) = %{tl_version} -Provides: tex(gbk51.tfm) = %{tl_version} -Provides: tex(gbk52.tfm) = %{tl_version} -Provides: tex(gbk53.tfm) = %{tl_version} -Provides: tex(gbk54.tfm) = %{tl_version} -Provides: tex(gbk55.tfm) = %{tl_version} -Provides: tex(gbk56.tfm) = %{tl_version} -Provides: tex(gbk57.tfm) = %{tl_version} -Provides: tex(gbk58.tfm) = %{tl_version} -Provides: tex(gbk59.tfm) = %{tl_version} -Provides: tex(gbk60.tfm) = %{tl_version} -Provides: tex(gbk61.tfm) = %{tl_version} -Provides: tex(gbk62.tfm) = %{tl_version} -Provides: tex(gbk63.tfm) = %{tl_version} -Provides: tex(gbk64.tfm) = %{tl_version} -Provides: tex(gbk65.tfm) = %{tl_version} -Provides: tex(gbk66.tfm) = %{tl_version} -Provides: tex(gbk67.tfm) = %{tl_version} -Provides: tex(gbk68.tfm) = %{tl_version} -Provides: tex(gbk69.tfm) = %{tl_version} -Provides: tex(gbk70.tfm) = %{tl_version} -Provides: tex(gbk71.tfm) = %{tl_version} -Provides: tex(gbk72.tfm) = %{tl_version} -Provides: tex(gbk73.tfm) = %{tl_version} -Provides: tex(gbk74.tfm) = %{tl_version} -Provides: tex(gbk75.tfm) = %{tl_version} -Provides: tex(gbk76.tfm) = %{tl_version} -Provides: tex(gbk77.tfm) = %{tl_version} -Provides: tex(gbk78.tfm) = %{tl_version} -Provides: tex(gbk79.tfm) = %{tl_version} -Provides: tex(gbk80.tfm) = %{tl_version} -Provides: tex(gbk81.tfm) = %{tl_version} -Provides: tex(gbk82.tfm) = %{tl_version} -Provides: tex(gbk83.tfm) = %{tl_version} -Provides: tex(gbk84.tfm) = %{tl_version} -Provides: tex(gbk85.tfm) = %{tl_version} -Provides: tex(gbk86.tfm) = %{tl_version} -Provides: tex(gbk87.tfm) = %{tl_version} -Provides: tex(gbk88.tfm) = %{tl_version} -Provides: tex(gbk89.tfm) = %{tl_version} -Provides: tex(gbk90.tfm) = %{tl_version} -Provides: tex(gbk91.tfm) = %{tl_version} -Provides: tex(gbk92.tfm) = %{tl_version} -Provides: tex(gbk93.tfm) = %{tl_version} -Provides: tex(gbk94.tfm) = %{tl_version} -Provides: tex(gbksl00.tfm) = %{tl_version} -Provides: tex(gbksl01.tfm) = %{tl_version} -Provides: tex(gbksl02.tfm) = %{tl_version} -Provides: tex(gbksl03.tfm) = %{tl_version} -Provides: tex(gbksl04.tfm) = %{tl_version} -Provides: tex(gbksl05.tfm) = %{tl_version} -Provides: tex(gbksl06.tfm) = %{tl_version} -Provides: tex(gbksl07.tfm) = %{tl_version} -Provides: tex(gbksl08.tfm) = %{tl_version} -Provides: tex(gbksl09.tfm) = %{tl_version} -Provides: tex(gbksl10.tfm) = %{tl_version} -Provides: tex(gbksl11.tfm) = %{tl_version} -Provides: tex(gbksl12.tfm) = %{tl_version} -Provides: tex(gbksl13.tfm) = %{tl_version} -Provides: tex(gbksl14.tfm) = %{tl_version} -Provides: tex(gbksl15.tfm) = %{tl_version} -Provides: tex(gbksl16.tfm) = %{tl_version} -Provides: tex(gbksl17.tfm) = %{tl_version} -Provides: tex(gbksl18.tfm) = %{tl_version} -Provides: tex(gbksl19.tfm) = %{tl_version} -Provides: tex(gbksl20.tfm) = %{tl_version} -Provides: tex(gbksl21.tfm) = %{tl_version} -Provides: tex(gbksl22.tfm) = %{tl_version} -Provides: tex(gbksl23.tfm) = %{tl_version} -Provides: tex(gbksl24.tfm) = %{tl_version} -Provides: tex(gbksl25.tfm) = %{tl_version} -Provides: tex(gbksl26.tfm) = %{tl_version} -Provides: tex(gbksl27.tfm) = %{tl_version} -Provides: tex(gbksl28.tfm) = %{tl_version} -Provides: tex(gbksl29.tfm) = %{tl_version} -Provides: tex(gbksl30.tfm) = %{tl_version} -Provides: tex(gbksl31.tfm) = %{tl_version} -Provides: tex(gbksl32.tfm) = %{tl_version} -Provides: tex(gbksl33.tfm) = %{tl_version} -Provides: tex(gbksl34.tfm) = %{tl_version} -Provides: tex(gbksl35.tfm) = %{tl_version} -Provides: tex(gbksl36.tfm) = %{tl_version} -Provides: tex(gbksl37.tfm) = %{tl_version} -Provides: tex(gbksl38.tfm) = %{tl_version} -Provides: tex(gbksl39.tfm) = %{tl_version} -Provides: tex(gbksl40.tfm) = %{tl_version} -Provides: tex(gbksl41.tfm) = %{tl_version} -Provides: tex(gbksl42.tfm) = %{tl_version} -Provides: tex(gbksl43.tfm) = %{tl_version} -Provides: tex(gbksl44.tfm) = %{tl_version} -Provides: tex(gbksl45.tfm) = %{tl_version} -Provides: tex(gbksl46.tfm) = %{tl_version} -Provides: tex(gbksl47.tfm) = %{tl_version} -Provides: tex(gbksl48.tfm) = %{tl_version} -Provides: tex(gbksl49.tfm) = %{tl_version} -Provides: tex(gbksl50.tfm) = %{tl_version} -Provides: tex(gbksl51.tfm) = %{tl_version} -Provides: tex(gbksl52.tfm) = %{tl_version} -Provides: tex(gbksl53.tfm) = %{tl_version} -Provides: tex(gbksl54.tfm) = %{tl_version} -Provides: tex(gbksl55.tfm) = %{tl_version} -Provides: tex(gbksl56.tfm) = %{tl_version} -Provides: tex(gbksl57.tfm) = %{tl_version} -Provides: tex(gbksl58.tfm) = %{tl_version} -Provides: tex(gbksl59.tfm) = %{tl_version} -Provides: tex(gbksl60.tfm) = %{tl_version} -Provides: tex(gbksl61.tfm) = %{tl_version} -Provides: tex(gbksl62.tfm) = %{tl_version} -Provides: tex(gbksl63.tfm) = %{tl_version} -Provides: tex(gbksl64.tfm) = %{tl_version} -Provides: tex(gbksl65.tfm) = %{tl_version} -Provides: tex(gbksl66.tfm) = %{tl_version} -Provides: tex(gbksl67.tfm) = %{tl_version} -Provides: tex(gbksl68.tfm) = %{tl_version} -Provides: tex(gbksl69.tfm) = %{tl_version} -Provides: tex(gbksl70.tfm) = %{tl_version} -Provides: tex(gbksl71.tfm) = %{tl_version} -Provides: tex(gbksl72.tfm) = %{tl_version} -Provides: tex(gbksl73.tfm) = %{tl_version} -Provides: tex(gbksl74.tfm) = %{tl_version} -Provides: tex(gbksl75.tfm) = %{tl_version} -Provides: tex(gbksl76.tfm) = %{tl_version} -Provides: tex(gbksl77.tfm) = %{tl_version} -Provides: tex(gbksl78.tfm) = %{tl_version} -Provides: tex(gbksl79.tfm) = %{tl_version} -Provides: tex(gbksl80.tfm) = %{tl_version} -Provides: tex(gbksl81.tfm) = %{tl_version} -Provides: tex(gbksl82.tfm) = %{tl_version} -Provides: tex(gbksl83.tfm) = %{tl_version} -Provides: tex(gbksl84.tfm) = %{tl_version} -Provides: tex(gbksl85.tfm) = %{tl_version} -Provides: tex(gbksl86.tfm) = %{tl_version} -Provides: tex(gbksl87.tfm) = %{tl_version} -Provides: tex(gbksl88.tfm) = %{tl_version} -Provides: tex(gbksl89.tfm) = %{tl_version} -Provides: tex(gbksl90.tfm) = %{tl_version} -Provides: tex(gbksl91.tfm) = %{tl_version} -Provides: tex(gbksl92.tfm) = %{tl_version} -Provides: tex(gbksl93.tfm) = %{tl_version} -Provides: tex(gbksl94.tfm) = %{tl_version} -Provides: tex(gbkfs00.tfm) = %{tl_version} -Provides: tex(gbkfs01.tfm) = %{tl_version} -Provides: tex(gbkfs02.tfm) = %{tl_version} -Provides: tex(gbkfs03.tfm) = %{tl_version} -Provides: tex(gbkfs04.tfm) = %{tl_version} -Provides: tex(gbkfs05.tfm) = %{tl_version} -Provides: tex(gbkfs06.tfm) = %{tl_version} -Provides: tex(gbkfs07.tfm) = %{tl_version} -Provides: tex(gbkfs08.tfm) = %{tl_version} -Provides: tex(gbkfs09.tfm) = %{tl_version} -Provides: tex(gbkfs10.tfm) = %{tl_version} -Provides: tex(gbkfs11.tfm) = %{tl_version} -Provides: tex(gbkfs12.tfm) = %{tl_version} -Provides: tex(gbkfs13.tfm) = %{tl_version} -Provides: tex(gbkfs14.tfm) = %{tl_version} -Provides: tex(gbkfs15.tfm) = %{tl_version} -Provides: tex(gbkfs16.tfm) = %{tl_version} -Provides: tex(gbkfs17.tfm) = %{tl_version} -Provides: tex(gbkfs18.tfm) = %{tl_version} -Provides: tex(gbkfs19.tfm) = %{tl_version} -Provides: tex(gbkfs20.tfm) = %{tl_version} -Provides: tex(gbkfs21.tfm) = %{tl_version} -Provides: tex(gbkfs22.tfm) = %{tl_version} -Provides: tex(gbkfs23.tfm) = %{tl_version} -Provides: tex(gbkfs24.tfm) = %{tl_version} -Provides: tex(gbkfs25.tfm) = %{tl_version} -Provides: tex(gbkfs26.tfm) = %{tl_version} -Provides: tex(gbkfs27.tfm) = %{tl_version} -Provides: tex(gbkfs28.tfm) = %{tl_version} -Provides: tex(gbkfs29.tfm) = %{tl_version} -Provides: tex(gbkfs30.tfm) = %{tl_version} -Provides: tex(gbkfs31.tfm) = %{tl_version} -Provides: tex(gbkfs32.tfm) = %{tl_version} -Provides: tex(gbkfs33.tfm) = %{tl_version} -Provides: tex(gbkfs34.tfm) = %{tl_version} -Provides: tex(gbkfs35.tfm) = %{tl_version} -Provides: tex(gbkfs36.tfm) = %{tl_version} -Provides: tex(gbkfs37.tfm) = %{tl_version} -Provides: tex(gbkfs38.tfm) = %{tl_version} -Provides: tex(gbkfs39.tfm) = %{tl_version} -Provides: tex(gbkfs40.tfm) = %{tl_version} -Provides: tex(gbkfs41.tfm) = %{tl_version} -Provides: tex(gbkfs42.tfm) = %{tl_version} -Provides: tex(gbkfs43.tfm) = %{tl_version} -Provides: tex(gbkfs44.tfm) = %{tl_version} -Provides: tex(gbkfs45.tfm) = %{tl_version} -Provides: tex(gbkfs46.tfm) = %{tl_version} -Provides: tex(gbkfs47.tfm) = %{tl_version} -Provides: tex(gbkfs48.tfm) = %{tl_version} -Provides: tex(gbkfs49.tfm) = %{tl_version} -Provides: tex(gbkfs50.tfm) = %{tl_version} -Provides: tex(gbkfs51.tfm) = %{tl_version} -Provides: tex(gbkfs52.tfm) = %{tl_version} -Provides: tex(gbkfs53.tfm) = %{tl_version} -Provides: tex(gbkfs54.tfm) = %{tl_version} -Provides: tex(gbkfs55.tfm) = %{tl_version} -Provides: tex(gbkfs56.tfm) = %{tl_version} -Provides: tex(gbkfs57.tfm) = %{tl_version} -Provides: tex(gbkfs58.tfm) = %{tl_version} -Provides: tex(gbkfs59.tfm) = %{tl_version} -Provides: tex(gbkfs60.tfm) = %{tl_version} -Provides: tex(gbkfs61.tfm) = %{tl_version} -Provides: tex(gbkfs62.tfm) = %{tl_version} -Provides: tex(gbkfs63.tfm) = %{tl_version} -Provides: tex(gbkfs64.tfm) = %{tl_version} -Provides: tex(gbkfs65.tfm) = %{tl_version} -Provides: tex(gbkfs66.tfm) = %{tl_version} -Provides: tex(gbkfs67.tfm) = %{tl_version} -Provides: tex(gbkfs68.tfm) = %{tl_version} -Provides: tex(gbkfs69.tfm) = %{tl_version} -Provides: tex(gbkfs70.tfm) = %{tl_version} -Provides: tex(gbkfs71.tfm) = %{tl_version} -Provides: tex(gbkfs72.tfm) = %{tl_version} -Provides: tex(gbkfs73.tfm) = %{tl_version} -Provides: tex(gbkfs74.tfm) = %{tl_version} -Provides: tex(gbkfs75.tfm) = %{tl_version} -Provides: tex(gbkfs76.tfm) = %{tl_version} -Provides: tex(gbkfs77.tfm) = %{tl_version} -Provides: tex(gbkfs78.tfm) = %{tl_version} -Provides: tex(gbkfs79.tfm) = %{tl_version} -Provides: tex(gbkfs80.tfm) = %{tl_version} -Provides: tex(gbkfs81.tfm) = %{tl_version} -Provides: tex(gbkfs82.tfm) = %{tl_version} -Provides: tex(gbkfs83.tfm) = %{tl_version} -Provides: tex(gbkfs84.tfm) = %{tl_version} -Provides: tex(gbkfs85.tfm) = %{tl_version} -Provides: tex(gbkfs86.tfm) = %{tl_version} -Provides: tex(gbkfs87.tfm) = %{tl_version} -Provides: tex(gbkfs88.tfm) = %{tl_version} -Provides: tex(gbkfs89.tfm) = %{tl_version} -Provides: tex(gbkfs90.tfm) = %{tl_version} -Provides: tex(gbkfs91.tfm) = %{tl_version} -Provides: tex(gbkfs92.tfm) = %{tl_version} -Provides: tex(gbkfs93.tfm) = %{tl_version} -Provides: tex(gbkfs94.tfm) = %{tl_version} -Provides: tex(gbkfssl00.tfm) = %{tl_version} -Provides: tex(gbkfssl01.tfm) = %{tl_version} -Provides: tex(gbkfssl02.tfm) = %{tl_version} -Provides: tex(gbkfssl03.tfm) = %{tl_version} -Provides: tex(gbkfssl04.tfm) = %{tl_version} -Provides: tex(gbkfssl05.tfm) = %{tl_version} -Provides: tex(gbkfssl06.tfm) = %{tl_version} -Provides: tex(gbkfssl07.tfm) = %{tl_version} -Provides: tex(gbkfssl08.tfm) = %{tl_version} -Provides: tex(gbkfssl09.tfm) = %{tl_version} -Provides: tex(gbkfssl10.tfm) = %{tl_version} -Provides: tex(gbkfssl11.tfm) = %{tl_version} -Provides: tex(gbkfssl12.tfm) = %{tl_version} -Provides: tex(gbkfssl13.tfm) = %{tl_version} -Provides: tex(gbkfssl14.tfm) = %{tl_version} -Provides: tex(gbkfssl15.tfm) = %{tl_version} -Provides: tex(gbkfssl16.tfm) = %{tl_version} -Provides: tex(gbkfssl17.tfm) = %{tl_version} -Provides: tex(gbkfssl18.tfm) = %{tl_version} -Provides: tex(gbkfssl19.tfm) = %{tl_version} -Provides: tex(gbkfssl20.tfm) = %{tl_version} -Provides: tex(gbkfssl21.tfm) = %{tl_version} -Provides: tex(gbkfssl22.tfm) = %{tl_version} -Provides: tex(gbkfssl23.tfm) = %{tl_version} -Provides: tex(gbkfssl24.tfm) = %{tl_version} -Provides: tex(gbkfssl25.tfm) = %{tl_version} -Provides: tex(gbkfssl26.tfm) = %{tl_version} -Provides: tex(gbkfssl27.tfm) = %{tl_version} -Provides: tex(gbkfssl28.tfm) = %{tl_version} -Provides: tex(gbkfssl29.tfm) = %{tl_version} -Provides: tex(gbkfssl30.tfm) = %{tl_version} -Provides: tex(gbkfssl31.tfm) = %{tl_version} -Provides: tex(gbkfssl32.tfm) = %{tl_version} -Provides: tex(gbkfssl33.tfm) = %{tl_version} -Provides: tex(gbkfssl34.tfm) = %{tl_version} -Provides: tex(gbkfssl35.tfm) = %{tl_version} -Provides: tex(gbkfssl36.tfm) = %{tl_version} -Provides: tex(gbkfssl37.tfm) = %{tl_version} -Provides: tex(gbkfssl38.tfm) = %{tl_version} -Provides: tex(gbkfssl39.tfm) = %{tl_version} -Provides: tex(gbkfssl40.tfm) = %{tl_version} -Provides: tex(gbkfssl41.tfm) = %{tl_version} -Provides: tex(gbkfssl42.tfm) = %{tl_version} -Provides: tex(gbkfssl43.tfm) = %{tl_version} -Provides: tex(gbkfssl44.tfm) = %{tl_version} -Provides: tex(gbkfssl45.tfm) = %{tl_version} -Provides: tex(gbkfssl46.tfm) = %{tl_version} -Provides: tex(gbkfssl47.tfm) = %{tl_version} -Provides: tex(gbkfssl48.tfm) = %{tl_version} -Provides: tex(gbkfssl49.tfm) = %{tl_version} -Provides: tex(gbkfssl50.tfm) = %{tl_version} -Provides: tex(gbkfssl51.tfm) = %{tl_version} -Provides: tex(gbkfssl52.tfm) = %{tl_version} -Provides: tex(gbkfssl53.tfm) = %{tl_version} -Provides: tex(gbkfssl54.tfm) = %{tl_version} -Provides: tex(gbkfssl55.tfm) = %{tl_version} -Provides: tex(gbkfssl56.tfm) = %{tl_version} -Provides: tex(gbkfssl57.tfm) = %{tl_version} -Provides: tex(gbkfssl58.tfm) = %{tl_version} -Provides: tex(gbkfssl59.tfm) = %{tl_version} -Provides: tex(gbkfssl60.tfm) = %{tl_version} -Provides: tex(gbkfssl61.tfm) = %{tl_version} -Provides: tex(gbkfssl62.tfm) = %{tl_version} -Provides: tex(gbkfssl63.tfm) = %{tl_version} -Provides: tex(gbkfssl64.tfm) = %{tl_version} -Provides: tex(gbkfssl65.tfm) = %{tl_version} -Provides: tex(gbkfssl66.tfm) = %{tl_version} -Provides: tex(gbkfssl67.tfm) = %{tl_version} -Provides: tex(gbkfssl68.tfm) = %{tl_version} -Provides: tex(gbkfssl69.tfm) = %{tl_version} -Provides: tex(gbkfssl70.tfm) = %{tl_version} -Provides: tex(gbkfssl71.tfm) = %{tl_version} -Provides: tex(gbkfssl72.tfm) = %{tl_version} -Provides: tex(gbkfssl73.tfm) = %{tl_version} -Provides: tex(gbkfssl74.tfm) = %{tl_version} -Provides: tex(gbkfssl75.tfm) = %{tl_version} -Provides: tex(gbkfssl76.tfm) = %{tl_version} -Provides: tex(gbkfssl77.tfm) = %{tl_version} -Provides: tex(gbkfssl78.tfm) = %{tl_version} -Provides: tex(gbkfssl79.tfm) = %{tl_version} -Provides: tex(gbkfssl80.tfm) = %{tl_version} -Provides: tex(gbkfssl81.tfm) = %{tl_version} -Provides: tex(gbkfssl82.tfm) = %{tl_version} -Provides: tex(gbkfssl83.tfm) = %{tl_version} -Provides: tex(gbkfssl84.tfm) = %{tl_version} -Provides: tex(gbkfssl85.tfm) = %{tl_version} -Provides: tex(gbkfssl86.tfm) = %{tl_version} -Provides: tex(gbkfssl87.tfm) = %{tl_version} -Provides: tex(gbkfssl88.tfm) = %{tl_version} -Provides: tex(gbkfssl89.tfm) = %{tl_version} -Provides: tex(gbkfssl90.tfm) = %{tl_version} -Provides: tex(gbkfssl91.tfm) = %{tl_version} -Provides: tex(gbkfssl92.tfm) = %{tl_version} -Provides: tex(gbkfssl93.tfm) = %{tl_version} -Provides: tex(gbkfssl94.tfm) = %{tl_version} -Provides: tex(gbkhei00.tfm) = %{tl_version} -Provides: tex(gbkhei01.tfm) = %{tl_version} -Provides: tex(gbkhei02.tfm) = %{tl_version} -Provides: tex(gbkhei03.tfm) = %{tl_version} -Provides: tex(gbkhei04.tfm) = %{tl_version} -Provides: tex(gbkhei05.tfm) = %{tl_version} -Provides: tex(gbkhei06.tfm) = %{tl_version} -Provides: tex(gbkhei07.tfm) = %{tl_version} -Provides: tex(gbkhei08.tfm) = %{tl_version} -Provides: tex(gbkhei09.tfm) = %{tl_version} -Provides: tex(gbkhei10.tfm) = %{tl_version} -Provides: tex(gbkhei11.tfm) = %{tl_version} -Provides: tex(gbkhei12.tfm) = %{tl_version} -Provides: tex(gbkhei13.tfm) = %{tl_version} -Provides: tex(gbkhei14.tfm) = %{tl_version} -Provides: tex(gbkhei15.tfm) = %{tl_version} -Provides: tex(gbkhei16.tfm) = %{tl_version} -Provides: tex(gbkhei17.tfm) = %{tl_version} -Provides: tex(gbkhei18.tfm) = %{tl_version} -Provides: tex(gbkhei19.tfm) = %{tl_version} -Provides: tex(gbkhei20.tfm) = %{tl_version} -Provides: tex(gbkhei21.tfm) = %{tl_version} -Provides: tex(gbkhei22.tfm) = %{tl_version} -Provides: tex(gbkhei23.tfm) = %{tl_version} -Provides: tex(gbkhei24.tfm) = %{tl_version} -Provides: tex(gbkhei25.tfm) = %{tl_version} -Provides: tex(gbkhei26.tfm) = %{tl_version} -Provides: tex(gbkhei27.tfm) = %{tl_version} -Provides: tex(gbkhei28.tfm) = %{tl_version} -Provides: tex(gbkhei29.tfm) = %{tl_version} -Provides: tex(gbkhei30.tfm) = %{tl_version} -Provides: tex(gbkhei31.tfm) = %{tl_version} -Provides: tex(gbkhei32.tfm) = %{tl_version} -Provides: tex(gbkhei33.tfm) = %{tl_version} -Provides: tex(gbkhei34.tfm) = %{tl_version} -Provides: tex(gbkhei35.tfm) = %{tl_version} -Provides: tex(gbkhei36.tfm) = %{tl_version} -Provides: tex(gbkhei37.tfm) = %{tl_version} -Provides: tex(gbkhei38.tfm) = %{tl_version} -Provides: tex(gbkhei39.tfm) = %{tl_version} -Provides: tex(gbkhei40.tfm) = %{tl_version} -Provides: tex(gbkhei41.tfm) = %{tl_version} -Provides: tex(gbkhei42.tfm) = %{tl_version} -Provides: tex(gbkhei43.tfm) = %{tl_version} -Provides: tex(gbkhei44.tfm) = %{tl_version} -Provides: tex(gbkhei45.tfm) = %{tl_version} -Provides: tex(gbkhei46.tfm) = %{tl_version} -Provides: tex(gbkhei47.tfm) = %{tl_version} -Provides: tex(gbkhei48.tfm) = %{tl_version} -Provides: tex(gbkhei49.tfm) = %{tl_version} -Provides: tex(gbkhei50.tfm) = %{tl_version} -Provides: tex(gbkhei51.tfm) = %{tl_version} -Provides: tex(gbkhei52.tfm) = %{tl_version} -Provides: tex(gbkhei53.tfm) = %{tl_version} -Provides: tex(gbkhei54.tfm) = %{tl_version} -Provides: tex(gbkhei55.tfm) = %{tl_version} -Provides: tex(gbkhei56.tfm) = %{tl_version} -Provides: tex(gbkhei57.tfm) = %{tl_version} -Provides: tex(gbkhei58.tfm) = %{tl_version} -Provides: tex(gbkhei59.tfm) = %{tl_version} -Provides: tex(gbkhei60.tfm) = %{tl_version} -Provides: tex(gbkhei61.tfm) = %{tl_version} -Provides: tex(gbkhei62.tfm) = %{tl_version} -Provides: tex(gbkhei63.tfm) = %{tl_version} -Provides: tex(gbkhei64.tfm) = %{tl_version} -Provides: tex(gbkhei65.tfm) = %{tl_version} -Provides: tex(gbkhei66.tfm) = %{tl_version} -Provides: tex(gbkhei67.tfm) = %{tl_version} -Provides: tex(gbkhei68.tfm) = %{tl_version} -Provides: tex(gbkhei69.tfm) = %{tl_version} -Provides: tex(gbkhei70.tfm) = %{tl_version} -Provides: tex(gbkhei71.tfm) = %{tl_version} -Provides: tex(gbkhei72.tfm) = %{tl_version} -Provides: tex(gbkhei73.tfm) = %{tl_version} -Provides: tex(gbkhei74.tfm) = %{tl_version} -Provides: tex(gbkhei75.tfm) = %{tl_version} -Provides: tex(gbkhei76.tfm) = %{tl_version} -Provides: tex(gbkhei77.tfm) = %{tl_version} -Provides: tex(gbkhei78.tfm) = %{tl_version} -Provides: tex(gbkhei79.tfm) = %{tl_version} -Provides: tex(gbkhei80.tfm) = %{tl_version} -Provides: tex(gbkhei81.tfm) = %{tl_version} -Provides: tex(gbkhei82.tfm) = %{tl_version} -Provides: tex(gbkhei83.tfm) = %{tl_version} -Provides: tex(gbkhei84.tfm) = %{tl_version} -Provides: tex(gbkhei85.tfm) = %{tl_version} -Provides: tex(gbkhei86.tfm) = %{tl_version} -Provides: tex(gbkhei87.tfm) = %{tl_version} -Provides: tex(gbkhei88.tfm) = %{tl_version} -Provides: tex(gbkhei89.tfm) = %{tl_version} -Provides: tex(gbkhei90.tfm) = %{tl_version} -Provides: tex(gbkhei91.tfm) = %{tl_version} -Provides: tex(gbkhei92.tfm) = %{tl_version} -Provides: tex(gbkhei93.tfm) = %{tl_version} -Provides: tex(gbkhei94.tfm) = %{tl_version} -Provides: tex(gbkheisl00.tfm) = %{tl_version} -Provides: tex(gbkheisl01.tfm) = %{tl_version} -Provides: tex(gbkheisl02.tfm) = %{tl_version} -Provides: tex(gbkheisl03.tfm) = %{tl_version} -Provides: tex(gbkheisl04.tfm) = %{tl_version} -Provides: tex(gbkheisl05.tfm) = %{tl_version} -Provides: tex(gbkheisl06.tfm) = %{tl_version} -Provides: tex(gbkheisl07.tfm) = %{tl_version} -Provides: tex(gbkheisl08.tfm) = %{tl_version} -Provides: tex(gbkheisl09.tfm) = %{tl_version} -Provides: tex(gbkheisl10.tfm) = %{tl_version} -Provides: tex(gbkheisl11.tfm) = %{tl_version} -Provides: tex(gbkheisl12.tfm) = %{tl_version} -Provides: tex(gbkheisl13.tfm) = %{tl_version} -Provides: tex(gbkheisl14.tfm) = %{tl_version} -Provides: tex(gbkheisl15.tfm) = %{tl_version} -Provides: tex(gbkheisl16.tfm) = %{tl_version} -Provides: tex(gbkheisl17.tfm) = %{tl_version} -Provides: tex(gbkheisl18.tfm) = %{tl_version} -Provides: tex(gbkheisl19.tfm) = %{tl_version} -Provides: tex(gbkheisl20.tfm) = %{tl_version} -Provides: tex(gbkheisl21.tfm) = %{tl_version} -Provides: tex(gbkheisl22.tfm) = %{tl_version} -Provides: tex(gbkheisl23.tfm) = %{tl_version} -Provides: tex(gbkheisl24.tfm) = %{tl_version} -Provides: tex(gbkheisl25.tfm) = %{tl_version} -Provides: tex(gbkheisl26.tfm) = %{tl_version} -Provides: tex(gbkheisl27.tfm) = %{tl_version} -Provides: tex(gbkheisl28.tfm) = %{tl_version} -Provides: tex(gbkheisl29.tfm) = %{tl_version} -Provides: tex(gbkheisl30.tfm) = %{tl_version} -Provides: tex(gbkheisl31.tfm) = %{tl_version} -Provides: tex(gbkheisl32.tfm) = %{tl_version} -Provides: tex(gbkheisl33.tfm) = %{tl_version} -Provides: tex(gbkheisl34.tfm) = %{tl_version} -Provides: tex(gbkheisl35.tfm) = %{tl_version} -Provides: tex(gbkheisl36.tfm) = %{tl_version} -Provides: tex(gbkheisl37.tfm) = %{tl_version} -Provides: tex(gbkheisl38.tfm) = %{tl_version} -Provides: tex(gbkheisl39.tfm) = %{tl_version} -Provides: tex(gbkheisl40.tfm) = %{tl_version} -Provides: tex(gbkheisl41.tfm) = %{tl_version} -Provides: tex(gbkheisl42.tfm) = %{tl_version} -Provides: tex(gbkheisl43.tfm) = %{tl_version} -Provides: tex(gbkheisl44.tfm) = %{tl_version} -Provides: tex(gbkheisl45.tfm) = %{tl_version} -Provides: tex(gbkheisl46.tfm) = %{tl_version} -Provides: tex(gbkheisl47.tfm) = %{tl_version} -Provides: tex(gbkheisl48.tfm) = %{tl_version} -Provides: tex(gbkheisl49.tfm) = %{tl_version} -Provides: tex(gbkheisl50.tfm) = %{tl_version} -Provides: tex(gbkheisl51.tfm) = %{tl_version} -Provides: tex(gbkheisl52.tfm) = %{tl_version} -Provides: tex(gbkheisl53.tfm) = %{tl_version} -Provides: tex(gbkheisl54.tfm) = %{tl_version} -Provides: tex(gbkheisl55.tfm) = %{tl_version} -Provides: tex(gbkheisl56.tfm) = %{tl_version} -Provides: tex(gbkheisl57.tfm) = %{tl_version} -Provides: tex(gbkheisl58.tfm) = %{tl_version} -Provides: tex(gbkheisl59.tfm) = %{tl_version} -Provides: tex(gbkheisl60.tfm) = %{tl_version} -Provides: tex(gbkheisl61.tfm) = %{tl_version} -Provides: tex(gbkheisl62.tfm) = %{tl_version} -Provides: tex(gbkheisl63.tfm) = %{tl_version} -Provides: tex(gbkheisl64.tfm) = %{tl_version} -Provides: tex(gbkheisl65.tfm) = %{tl_version} -Provides: tex(gbkheisl66.tfm) = %{tl_version} -Provides: tex(gbkheisl67.tfm) = %{tl_version} -Provides: tex(gbkheisl68.tfm) = %{tl_version} -Provides: tex(gbkheisl69.tfm) = %{tl_version} -Provides: tex(gbkheisl70.tfm) = %{tl_version} -Provides: tex(gbkheisl71.tfm) = %{tl_version} -Provides: tex(gbkheisl72.tfm) = %{tl_version} -Provides: tex(gbkheisl73.tfm) = %{tl_version} -Provides: tex(gbkheisl74.tfm) = %{tl_version} -Provides: tex(gbkheisl75.tfm) = %{tl_version} -Provides: tex(gbkheisl76.tfm) = %{tl_version} -Provides: tex(gbkheisl77.tfm) = %{tl_version} -Provides: tex(gbkheisl78.tfm) = %{tl_version} -Provides: tex(gbkheisl79.tfm) = %{tl_version} -Provides: tex(gbkheisl80.tfm) = %{tl_version} -Provides: tex(gbkheisl81.tfm) = %{tl_version} -Provides: tex(gbkheisl82.tfm) = %{tl_version} -Provides: tex(gbkheisl83.tfm) = %{tl_version} -Provides: tex(gbkheisl84.tfm) = %{tl_version} -Provides: tex(gbkheisl85.tfm) = %{tl_version} -Provides: tex(gbkheisl86.tfm) = %{tl_version} -Provides: tex(gbkheisl87.tfm) = %{tl_version} -Provides: tex(gbkheisl88.tfm) = %{tl_version} -Provides: tex(gbkheisl89.tfm) = %{tl_version} -Provides: tex(gbkheisl90.tfm) = %{tl_version} -Provides: tex(gbkheisl91.tfm) = %{tl_version} -Provides: tex(gbkheisl92.tfm) = %{tl_version} -Provides: tex(gbkheisl93.tfm) = %{tl_version} -Provides: tex(gbkheisl94.tfm) = %{tl_version} -Provides: tex(gbkkai00.tfm) = %{tl_version} -Provides: tex(gbkkai01.tfm) = %{tl_version} -Provides: tex(gbkkai02.tfm) = %{tl_version} -Provides: tex(gbkkai03.tfm) = %{tl_version} -Provides: tex(gbkkai04.tfm) = %{tl_version} -Provides: tex(gbkkai05.tfm) = %{tl_version} -Provides: tex(gbkkai06.tfm) = %{tl_version} -Provides: tex(gbkkai07.tfm) = %{tl_version} -Provides: tex(gbkkai08.tfm) = %{tl_version} -Provides: tex(gbkkai09.tfm) = %{tl_version} -Provides: tex(gbkkai10.tfm) = %{tl_version} -Provides: tex(gbkkai11.tfm) = %{tl_version} -Provides: tex(gbkkai12.tfm) = %{tl_version} -Provides: tex(gbkkai13.tfm) = %{tl_version} -Provides: tex(gbkkai14.tfm) = %{tl_version} -Provides: tex(gbkkai15.tfm) = %{tl_version} -Provides: tex(gbkkai16.tfm) = %{tl_version} -Provides: tex(gbkkai17.tfm) = %{tl_version} -Provides: tex(gbkkai18.tfm) = %{tl_version} -Provides: tex(gbkkai19.tfm) = %{tl_version} -Provides: tex(gbkkai20.tfm) = %{tl_version} -Provides: tex(gbkkai21.tfm) = %{tl_version} -Provides: tex(gbkkai22.tfm) = %{tl_version} -Provides: tex(gbkkai23.tfm) = %{tl_version} -Provides: tex(gbkkai24.tfm) = %{tl_version} -Provides: tex(gbkkai25.tfm) = %{tl_version} -Provides: tex(gbkkai26.tfm) = %{tl_version} -Provides: tex(gbkkai27.tfm) = %{tl_version} -Provides: tex(gbkkai28.tfm) = %{tl_version} -Provides: tex(gbkkai29.tfm) = %{tl_version} -Provides: tex(gbkkai30.tfm) = %{tl_version} -Provides: tex(gbkkai31.tfm) = %{tl_version} -Provides: tex(gbkkai32.tfm) = %{tl_version} -Provides: tex(gbkkai33.tfm) = %{tl_version} -Provides: tex(gbkkai34.tfm) = %{tl_version} -Provides: tex(gbkkai35.tfm) = %{tl_version} -Provides: tex(gbkkai36.tfm) = %{tl_version} -Provides: tex(gbkkai37.tfm) = %{tl_version} -Provides: tex(gbkkai38.tfm) = %{tl_version} -Provides: tex(gbkkai39.tfm) = %{tl_version} -Provides: tex(gbkkai40.tfm) = %{tl_version} -Provides: tex(gbkkai41.tfm) = %{tl_version} -Provides: tex(gbkkai42.tfm) = %{tl_version} -Provides: tex(gbkkai43.tfm) = %{tl_version} -Provides: tex(gbkkai44.tfm) = %{tl_version} -Provides: tex(gbkkai45.tfm) = %{tl_version} -Provides: tex(gbkkai46.tfm) = %{tl_version} -Provides: tex(gbkkai47.tfm) = %{tl_version} -Provides: tex(gbkkai48.tfm) = %{tl_version} -Provides: tex(gbkkai49.tfm) = %{tl_version} -Provides: tex(gbkkai50.tfm) = %{tl_version} -Provides: tex(gbkkai51.tfm) = %{tl_version} -Provides: tex(gbkkai52.tfm) = %{tl_version} -Provides: tex(gbkkai53.tfm) = %{tl_version} -Provides: tex(gbkkai54.tfm) = %{tl_version} -Provides: tex(gbkkai55.tfm) = %{tl_version} -Provides: tex(gbkkai56.tfm) = %{tl_version} -Provides: tex(gbkkai57.tfm) = %{tl_version} -Provides: tex(gbkkai58.tfm) = %{tl_version} -Provides: tex(gbkkai59.tfm) = %{tl_version} -Provides: tex(gbkkai60.tfm) = %{tl_version} -Provides: tex(gbkkai61.tfm) = %{tl_version} -Provides: tex(gbkkai62.tfm) = %{tl_version} -Provides: tex(gbkkai63.tfm) = %{tl_version} -Provides: tex(gbkkai64.tfm) = %{tl_version} -Provides: tex(gbkkai65.tfm) = %{tl_version} -Provides: tex(gbkkai66.tfm) = %{tl_version} -Provides: tex(gbkkai67.tfm) = %{tl_version} -Provides: tex(gbkkai68.tfm) = %{tl_version} -Provides: tex(gbkkai69.tfm) = %{tl_version} -Provides: tex(gbkkai70.tfm) = %{tl_version} -Provides: tex(gbkkai71.tfm) = %{tl_version} -Provides: tex(gbkkai72.tfm) = %{tl_version} -Provides: tex(gbkkai73.tfm) = %{tl_version} -Provides: tex(gbkkai74.tfm) = %{tl_version} -Provides: tex(gbkkai75.tfm) = %{tl_version} -Provides: tex(gbkkai76.tfm) = %{tl_version} -Provides: tex(gbkkai77.tfm) = %{tl_version} -Provides: tex(gbkkai78.tfm) = %{tl_version} -Provides: tex(gbkkai79.tfm) = %{tl_version} -Provides: tex(gbkkai80.tfm) = %{tl_version} -Provides: tex(gbkkai81.tfm) = %{tl_version} -Provides: tex(gbkkai82.tfm) = %{tl_version} -Provides: tex(gbkkai83.tfm) = %{tl_version} -Provides: tex(gbkkai84.tfm) = %{tl_version} -Provides: tex(gbkkai85.tfm) = %{tl_version} -Provides: tex(gbkkai86.tfm) = %{tl_version} -Provides: tex(gbkkai87.tfm) = %{tl_version} -Provides: tex(gbkkai88.tfm) = %{tl_version} -Provides: tex(gbkkai89.tfm) = %{tl_version} -Provides: tex(gbkkai90.tfm) = %{tl_version} -Provides: tex(gbkkai91.tfm) = %{tl_version} -Provides: tex(gbkkai92.tfm) = %{tl_version} -Provides: tex(gbkkai93.tfm) = %{tl_version} -Provides: tex(gbkkai94.tfm) = %{tl_version} -Provides: tex(gbkkaisl00.tfm) = %{tl_version} -Provides: tex(gbkkaisl01.tfm) = %{tl_version} -Provides: tex(gbkkaisl02.tfm) = %{tl_version} -Provides: tex(gbkkaisl03.tfm) = %{tl_version} -Provides: tex(gbkkaisl04.tfm) = %{tl_version} -Provides: tex(gbkkaisl05.tfm) = %{tl_version} -Provides: tex(gbkkaisl06.tfm) = %{tl_version} -Provides: tex(gbkkaisl07.tfm) = %{tl_version} -Provides: tex(gbkkaisl08.tfm) = %{tl_version} -Provides: tex(gbkkaisl09.tfm) = %{tl_version} -Provides: tex(gbkkaisl10.tfm) = %{tl_version} -Provides: tex(gbkkaisl11.tfm) = %{tl_version} -Provides: tex(gbkkaisl12.tfm) = %{tl_version} -Provides: tex(gbkkaisl13.tfm) = %{tl_version} -Provides: tex(gbkkaisl14.tfm) = %{tl_version} -Provides: tex(gbkkaisl15.tfm) = %{tl_version} -Provides: tex(gbkkaisl16.tfm) = %{tl_version} -Provides: tex(gbkkaisl17.tfm) = %{tl_version} -Provides: tex(gbkkaisl18.tfm) = %{tl_version} -Provides: tex(gbkkaisl19.tfm) = %{tl_version} -Provides: tex(gbkkaisl20.tfm) = %{tl_version} -Provides: tex(gbkkaisl21.tfm) = %{tl_version} -Provides: tex(gbkkaisl22.tfm) = %{tl_version} -Provides: tex(gbkkaisl23.tfm) = %{tl_version} -Provides: tex(gbkkaisl24.tfm) = %{tl_version} -Provides: tex(gbkkaisl25.tfm) = %{tl_version} -Provides: tex(gbkkaisl26.tfm) = %{tl_version} -Provides: tex(gbkkaisl27.tfm) = %{tl_version} -Provides: tex(gbkkaisl28.tfm) = %{tl_version} -Provides: tex(gbkkaisl29.tfm) = %{tl_version} -Provides: tex(gbkkaisl30.tfm) = %{tl_version} -Provides: tex(gbkkaisl31.tfm) = %{tl_version} -Provides: tex(gbkkaisl32.tfm) = %{tl_version} -Provides: tex(gbkkaisl33.tfm) = %{tl_version} -Provides: tex(gbkkaisl34.tfm) = %{tl_version} -Provides: tex(gbkkaisl35.tfm) = %{tl_version} -Provides: tex(gbkkaisl36.tfm) = %{tl_version} -Provides: tex(gbkkaisl37.tfm) = %{tl_version} -Provides: tex(gbkkaisl38.tfm) = %{tl_version} -Provides: tex(gbkkaisl39.tfm) = %{tl_version} -Provides: tex(gbkkaisl40.tfm) = %{tl_version} -Provides: tex(gbkkaisl41.tfm) = %{tl_version} -Provides: tex(gbkkaisl42.tfm) = %{tl_version} -Provides: tex(gbkkaisl43.tfm) = %{tl_version} -Provides: tex(gbkkaisl44.tfm) = %{tl_version} -Provides: tex(gbkkaisl45.tfm) = %{tl_version} -Provides: tex(gbkkaisl46.tfm) = %{tl_version} -Provides: tex(gbkkaisl47.tfm) = %{tl_version} -Provides: tex(gbkkaisl48.tfm) = %{tl_version} -Provides: tex(gbkkaisl49.tfm) = %{tl_version} -Provides: tex(gbkkaisl50.tfm) = %{tl_version} -Provides: tex(gbkkaisl51.tfm) = %{tl_version} -Provides: tex(gbkkaisl52.tfm) = %{tl_version} -Provides: tex(gbkkaisl53.tfm) = %{tl_version} -Provides: tex(gbkkaisl54.tfm) = %{tl_version} -Provides: tex(gbkkaisl55.tfm) = %{tl_version} -Provides: tex(gbkkaisl56.tfm) = %{tl_version} -Provides: tex(gbkkaisl57.tfm) = %{tl_version} -Provides: tex(gbkkaisl58.tfm) = %{tl_version} -Provides: tex(gbkkaisl59.tfm) = %{tl_version} -Provides: tex(gbkkaisl60.tfm) = %{tl_version} -Provides: tex(gbkkaisl61.tfm) = %{tl_version} -Provides: tex(gbkkaisl62.tfm) = %{tl_version} -Provides: tex(gbkkaisl63.tfm) = %{tl_version} -Provides: tex(gbkkaisl64.tfm) = %{tl_version} -Provides: tex(gbkkaisl65.tfm) = %{tl_version} -Provides: tex(gbkkaisl66.tfm) = %{tl_version} -Provides: tex(gbkkaisl67.tfm) = %{tl_version} -Provides: tex(gbkkaisl68.tfm) = %{tl_version} -Provides: tex(gbkkaisl69.tfm) = %{tl_version} -Provides: tex(gbkkaisl70.tfm) = %{tl_version} -Provides: tex(gbkkaisl71.tfm) = %{tl_version} -Provides: tex(gbkkaisl72.tfm) = %{tl_version} -Provides: tex(gbkkaisl73.tfm) = %{tl_version} -Provides: tex(gbkkaisl74.tfm) = %{tl_version} -Provides: tex(gbkkaisl75.tfm) = %{tl_version} -Provides: tex(gbkkaisl76.tfm) = %{tl_version} -Provides: tex(gbkkaisl77.tfm) = %{tl_version} -Provides: tex(gbkkaisl78.tfm) = %{tl_version} -Provides: tex(gbkkaisl79.tfm) = %{tl_version} -Provides: tex(gbkkaisl80.tfm) = %{tl_version} -Provides: tex(gbkkaisl81.tfm) = %{tl_version} -Provides: tex(gbkkaisl82.tfm) = %{tl_version} -Provides: tex(gbkkaisl83.tfm) = %{tl_version} -Provides: tex(gbkkaisl84.tfm) = %{tl_version} -Provides: tex(gbkkaisl85.tfm) = %{tl_version} -Provides: tex(gbkkaisl86.tfm) = %{tl_version} -Provides: tex(gbkkaisl87.tfm) = %{tl_version} -Provides: tex(gbkkaisl88.tfm) = %{tl_version} -Provides: tex(gbkkaisl89.tfm) = %{tl_version} -Provides: tex(gbkkaisl90.tfm) = %{tl_version} -Provides: tex(gbkkaisl91.tfm) = %{tl_version} -Provides: tex(gbkkaisl92.tfm) = %{tl_version} -Provides: tex(gbkkaisl93.tfm) = %{tl_version} -Provides: tex(gbkkaisl94.tfm) = %{tl_version} -Provides: tex(gbkli00.tfm) = %{tl_version} -Provides: tex(gbkli01.tfm) = %{tl_version} -Provides: tex(gbkli02.tfm) = %{tl_version} -Provides: tex(gbkli03.tfm) = %{tl_version} -Provides: tex(gbkli04.tfm) = %{tl_version} -Provides: tex(gbkli05.tfm) = %{tl_version} -Provides: tex(gbkli06.tfm) = %{tl_version} -Provides: tex(gbkli07.tfm) = %{tl_version} -Provides: tex(gbkli08.tfm) = %{tl_version} -Provides: tex(gbkli09.tfm) = %{tl_version} -Provides: tex(gbkli10.tfm) = %{tl_version} -Provides: tex(gbkli11.tfm) = %{tl_version} -Provides: tex(gbkli12.tfm) = %{tl_version} -Provides: tex(gbkli13.tfm) = %{tl_version} -Provides: tex(gbkli14.tfm) = %{tl_version} -Provides: tex(gbkli15.tfm) = %{tl_version} -Provides: tex(gbkli16.tfm) = %{tl_version} -Provides: tex(gbkli17.tfm) = %{tl_version} -Provides: tex(gbkli18.tfm) = %{tl_version} -Provides: tex(gbkli19.tfm) = %{tl_version} -Provides: tex(gbkli20.tfm) = %{tl_version} -Provides: tex(gbkli21.tfm) = %{tl_version} -Provides: tex(gbkli22.tfm) = %{tl_version} -Provides: tex(gbkli23.tfm) = %{tl_version} -Provides: tex(gbkli24.tfm) = %{tl_version} -Provides: tex(gbkli25.tfm) = %{tl_version} -Provides: tex(gbkli26.tfm) = %{tl_version} -Provides: tex(gbkli27.tfm) = %{tl_version} -Provides: tex(gbkli28.tfm) = %{tl_version} -Provides: tex(gbkli29.tfm) = %{tl_version} -Provides: tex(gbkli30.tfm) = %{tl_version} -Provides: tex(gbkli31.tfm) = %{tl_version} -Provides: tex(gbkli32.tfm) = %{tl_version} -Provides: tex(gbkli33.tfm) = %{tl_version} -Provides: tex(gbkli34.tfm) = %{tl_version} -Provides: tex(gbkli35.tfm) = %{tl_version} -Provides: tex(gbkli36.tfm) = %{tl_version} -Provides: tex(gbkli37.tfm) = %{tl_version} -Provides: tex(gbkli38.tfm) = %{tl_version} -Provides: tex(gbkli39.tfm) = %{tl_version} -Provides: tex(gbkli40.tfm) = %{tl_version} -Provides: tex(gbkli41.tfm) = %{tl_version} -Provides: tex(gbkli42.tfm) = %{tl_version} -Provides: tex(gbkli43.tfm) = %{tl_version} -Provides: tex(gbkli44.tfm) = %{tl_version} -Provides: tex(gbkli45.tfm) = %{tl_version} -Provides: tex(gbkli46.tfm) = %{tl_version} -Provides: tex(gbkli47.tfm) = %{tl_version} -Provides: tex(gbkli48.tfm) = %{tl_version} -Provides: tex(gbkli49.tfm) = %{tl_version} -Provides: tex(gbkli50.tfm) = %{tl_version} -Provides: tex(gbkli51.tfm) = %{tl_version} -Provides: tex(gbkli52.tfm) = %{tl_version} -Provides: tex(gbkli53.tfm) = %{tl_version} -Provides: tex(gbkli54.tfm) = %{tl_version} -Provides: tex(gbkli55.tfm) = %{tl_version} -Provides: tex(gbkli56.tfm) = %{tl_version} -Provides: tex(gbkli57.tfm) = %{tl_version} -Provides: tex(gbkli58.tfm) = %{tl_version} -Provides: tex(gbkli59.tfm) = %{tl_version} -Provides: tex(gbkli60.tfm) = %{tl_version} -Provides: tex(gbkli61.tfm) = %{tl_version} -Provides: tex(gbkli62.tfm) = %{tl_version} -Provides: tex(gbkli63.tfm) = %{tl_version} -Provides: tex(gbkli64.tfm) = %{tl_version} -Provides: tex(gbkli65.tfm) = %{tl_version} -Provides: tex(gbkli66.tfm) = %{tl_version} -Provides: tex(gbkli67.tfm) = %{tl_version} -Provides: tex(gbkli68.tfm) = %{tl_version} -Provides: tex(gbkli69.tfm) = %{tl_version} -Provides: tex(gbkli70.tfm) = %{tl_version} -Provides: tex(gbkli71.tfm) = %{tl_version} -Provides: tex(gbkli72.tfm) = %{tl_version} -Provides: tex(gbkli73.tfm) = %{tl_version} -Provides: tex(gbkli74.tfm) = %{tl_version} -Provides: tex(gbkli75.tfm) = %{tl_version} -Provides: tex(gbkli76.tfm) = %{tl_version} -Provides: tex(gbkli77.tfm) = %{tl_version} -Provides: tex(gbkli78.tfm) = %{tl_version} -Provides: tex(gbkli79.tfm) = %{tl_version} -Provides: tex(gbkli80.tfm) = %{tl_version} -Provides: tex(gbkli81.tfm) = %{tl_version} -Provides: tex(gbkli82.tfm) = %{tl_version} -Provides: tex(gbkli83.tfm) = %{tl_version} -Provides: tex(gbkli84.tfm) = %{tl_version} -Provides: tex(gbkli85.tfm) = %{tl_version} -Provides: tex(gbkli86.tfm) = %{tl_version} -Provides: tex(gbkli87.tfm) = %{tl_version} -Provides: tex(gbkli88.tfm) = %{tl_version} -Provides: tex(gbkli89.tfm) = %{tl_version} -Provides: tex(gbkli90.tfm) = %{tl_version} -Provides: tex(gbkli91.tfm) = %{tl_version} -Provides: tex(gbkli92.tfm) = %{tl_version} -Provides: tex(gbkli93.tfm) = %{tl_version} -Provides: tex(gbkli94.tfm) = %{tl_version} -Provides: tex(gbklisl00.tfm) = %{tl_version} -Provides: tex(gbklisl01.tfm) = %{tl_version} -Provides: tex(gbklisl02.tfm) = %{tl_version} -Provides: tex(gbklisl03.tfm) = %{tl_version} -Provides: tex(gbklisl04.tfm) = %{tl_version} -Provides: tex(gbklisl05.tfm) = %{tl_version} -Provides: tex(gbklisl06.tfm) = %{tl_version} -Provides: tex(gbklisl07.tfm) = %{tl_version} -Provides: tex(gbklisl08.tfm) = %{tl_version} -Provides: tex(gbklisl09.tfm) = %{tl_version} -Provides: tex(gbklisl10.tfm) = %{tl_version} -Provides: tex(gbklisl11.tfm) = %{tl_version} -Provides: tex(gbklisl12.tfm) = %{tl_version} -Provides: tex(gbklisl13.tfm) = %{tl_version} -Provides: tex(gbklisl14.tfm) = %{tl_version} -Provides: tex(gbklisl15.tfm) = %{tl_version} -Provides: tex(gbklisl16.tfm) = %{tl_version} -Provides: tex(gbklisl17.tfm) = %{tl_version} -Provides: tex(gbklisl18.tfm) = %{tl_version} -Provides: tex(gbklisl19.tfm) = %{tl_version} -Provides: tex(gbklisl20.tfm) = %{tl_version} -Provides: tex(gbklisl21.tfm) = %{tl_version} -Provides: tex(gbklisl22.tfm) = %{tl_version} -Provides: tex(gbklisl23.tfm) = %{tl_version} -Provides: tex(gbklisl24.tfm) = %{tl_version} -Provides: tex(gbklisl25.tfm) = %{tl_version} -Provides: tex(gbklisl26.tfm) = %{tl_version} -Provides: tex(gbklisl27.tfm) = %{tl_version} -Provides: tex(gbklisl28.tfm) = %{tl_version} -Provides: tex(gbklisl29.tfm) = %{tl_version} -Provides: tex(gbklisl30.tfm) = %{tl_version} -Provides: tex(gbklisl31.tfm) = %{tl_version} -Provides: tex(gbklisl32.tfm) = %{tl_version} -Provides: tex(gbklisl33.tfm) = %{tl_version} -Provides: tex(gbklisl34.tfm) = %{tl_version} -Provides: tex(gbklisl35.tfm) = %{tl_version} -Provides: tex(gbklisl36.tfm) = %{tl_version} -Provides: tex(gbklisl37.tfm) = %{tl_version} -Provides: tex(gbklisl38.tfm) = %{tl_version} -Provides: tex(gbklisl39.tfm) = %{tl_version} -Provides: tex(gbklisl40.tfm) = %{tl_version} -Provides: tex(gbklisl41.tfm) = %{tl_version} -Provides: tex(gbklisl42.tfm) = %{tl_version} -Provides: tex(gbklisl43.tfm) = %{tl_version} -Provides: tex(gbklisl44.tfm) = %{tl_version} -Provides: tex(gbklisl45.tfm) = %{tl_version} -Provides: tex(gbklisl46.tfm) = %{tl_version} -Provides: tex(gbklisl47.tfm) = %{tl_version} -Provides: tex(gbklisl48.tfm) = %{tl_version} -Provides: tex(gbklisl49.tfm) = %{tl_version} -Provides: tex(gbklisl50.tfm) = %{tl_version} -Provides: tex(gbklisl51.tfm) = %{tl_version} -Provides: tex(gbklisl52.tfm) = %{tl_version} -Provides: tex(gbklisl53.tfm) = %{tl_version} -Provides: tex(gbklisl54.tfm) = %{tl_version} -Provides: tex(gbklisl55.tfm) = %{tl_version} -Provides: tex(gbklisl56.tfm) = %{tl_version} -Provides: tex(gbklisl57.tfm) = %{tl_version} -Provides: tex(gbklisl58.tfm) = %{tl_version} -Provides: tex(gbklisl59.tfm) = %{tl_version} -Provides: tex(gbklisl60.tfm) = %{tl_version} -Provides: tex(gbklisl61.tfm) = %{tl_version} -Provides: tex(gbklisl62.tfm) = %{tl_version} -Provides: tex(gbklisl63.tfm) = %{tl_version} -Provides: tex(gbklisl64.tfm) = %{tl_version} -Provides: tex(gbklisl65.tfm) = %{tl_version} -Provides: tex(gbklisl66.tfm) = %{tl_version} -Provides: tex(gbklisl67.tfm) = %{tl_version} -Provides: tex(gbklisl68.tfm) = %{tl_version} -Provides: tex(gbklisl69.tfm) = %{tl_version} -Provides: tex(gbklisl70.tfm) = %{tl_version} -Provides: tex(gbklisl71.tfm) = %{tl_version} -Provides: tex(gbklisl72.tfm) = %{tl_version} -Provides: tex(gbklisl73.tfm) = %{tl_version} -Provides: tex(gbklisl74.tfm) = %{tl_version} -Provides: tex(gbklisl75.tfm) = %{tl_version} -Provides: tex(gbklisl76.tfm) = %{tl_version} -Provides: tex(gbklisl77.tfm) = %{tl_version} -Provides: tex(gbklisl78.tfm) = %{tl_version} -Provides: tex(gbklisl79.tfm) = %{tl_version} -Provides: tex(gbklisl80.tfm) = %{tl_version} -Provides: tex(gbklisl81.tfm) = %{tl_version} -Provides: tex(gbklisl82.tfm) = %{tl_version} -Provides: tex(gbklisl83.tfm) = %{tl_version} -Provides: tex(gbklisl84.tfm) = %{tl_version} -Provides: tex(gbklisl85.tfm) = %{tl_version} -Provides: tex(gbklisl86.tfm) = %{tl_version} -Provides: tex(gbklisl87.tfm) = %{tl_version} -Provides: tex(gbklisl88.tfm) = %{tl_version} -Provides: tex(gbklisl89.tfm) = %{tl_version} -Provides: tex(gbklisl90.tfm) = %{tl_version} -Provides: tex(gbklisl91.tfm) = %{tl_version} -Provides: tex(gbklisl92.tfm) = %{tl_version} -Provides: tex(gbklisl93.tfm) = %{tl_version} -Provides: tex(gbklisl94.tfm) = %{tl_version} -Provides: tex(gbksong00.tfm) = %{tl_version} -Provides: tex(gbksong01.tfm) = %{tl_version} -Provides: tex(gbksong02.tfm) = %{tl_version} -Provides: tex(gbksong03.tfm) = %{tl_version} -Provides: tex(gbksong04.tfm) = %{tl_version} -Provides: tex(gbksong05.tfm) = %{tl_version} -Provides: tex(gbksong06.tfm) = %{tl_version} -Provides: tex(gbksong07.tfm) = %{tl_version} -Provides: tex(gbksong08.tfm) = %{tl_version} -Provides: tex(gbksong09.tfm) = %{tl_version} -Provides: tex(gbksong10.tfm) = %{tl_version} -Provides: tex(gbksong11.tfm) = %{tl_version} -Provides: tex(gbksong12.tfm) = %{tl_version} -Provides: tex(gbksong13.tfm) = %{tl_version} -Provides: tex(gbksong14.tfm) = %{tl_version} -Provides: tex(gbksong15.tfm) = %{tl_version} -Provides: tex(gbksong16.tfm) = %{tl_version} -Provides: tex(gbksong17.tfm) = %{tl_version} -Provides: tex(gbksong18.tfm) = %{tl_version} -Provides: tex(gbksong19.tfm) = %{tl_version} -Provides: tex(gbksong20.tfm) = %{tl_version} -Provides: tex(gbksong21.tfm) = %{tl_version} -Provides: tex(gbksong22.tfm) = %{tl_version} -Provides: tex(gbksong23.tfm) = %{tl_version} -Provides: tex(gbksong24.tfm) = %{tl_version} -Provides: tex(gbksong25.tfm) = %{tl_version} -Provides: tex(gbksong26.tfm) = %{tl_version} -Provides: tex(gbksong27.tfm) = %{tl_version} -Provides: tex(gbksong28.tfm) = %{tl_version} -Provides: tex(gbksong29.tfm) = %{tl_version} -Provides: tex(gbksong30.tfm) = %{tl_version} -Provides: tex(gbksong31.tfm) = %{tl_version} -Provides: tex(gbksong32.tfm) = %{tl_version} -Provides: tex(gbksong33.tfm) = %{tl_version} -Provides: tex(gbksong34.tfm) = %{tl_version} -Provides: tex(gbksong35.tfm) = %{tl_version} -Provides: tex(gbksong36.tfm) = %{tl_version} -Provides: tex(gbksong37.tfm) = %{tl_version} -Provides: tex(gbksong38.tfm) = %{tl_version} -Provides: tex(gbksong39.tfm) = %{tl_version} -Provides: tex(gbksong40.tfm) = %{tl_version} -Provides: tex(gbksong41.tfm) = %{tl_version} -Provides: tex(gbksong42.tfm) = %{tl_version} -Provides: tex(gbksong43.tfm) = %{tl_version} -Provides: tex(gbksong44.tfm) = %{tl_version} -Provides: tex(gbksong45.tfm) = %{tl_version} -Provides: tex(gbksong46.tfm) = %{tl_version} -Provides: tex(gbksong47.tfm) = %{tl_version} -Provides: tex(gbksong48.tfm) = %{tl_version} -Provides: tex(gbksong49.tfm) = %{tl_version} -Provides: tex(gbksong50.tfm) = %{tl_version} -Provides: tex(gbksong51.tfm) = %{tl_version} -Provides: tex(gbksong52.tfm) = %{tl_version} -Provides: tex(gbksong53.tfm) = %{tl_version} -Provides: tex(gbksong54.tfm) = %{tl_version} -Provides: tex(gbksong55.tfm) = %{tl_version} -Provides: tex(gbksong56.tfm) = %{tl_version} -Provides: tex(gbksong57.tfm) = %{tl_version} -Provides: tex(gbksong58.tfm) = %{tl_version} -Provides: tex(gbksong59.tfm) = %{tl_version} -Provides: tex(gbksong60.tfm) = %{tl_version} -Provides: tex(gbksong61.tfm) = %{tl_version} -Provides: tex(gbksong62.tfm) = %{tl_version} -Provides: tex(gbksong63.tfm) = %{tl_version} -Provides: tex(gbksong64.tfm) = %{tl_version} -Provides: tex(gbksong65.tfm) = %{tl_version} -Provides: tex(gbksong66.tfm) = %{tl_version} -Provides: tex(gbksong67.tfm) = %{tl_version} -Provides: tex(gbksong68.tfm) = %{tl_version} -Provides: tex(gbksong69.tfm) = %{tl_version} -Provides: tex(gbksong70.tfm) = %{tl_version} -Provides: tex(gbksong71.tfm) = %{tl_version} -Provides: tex(gbksong72.tfm) = %{tl_version} -Provides: tex(gbksong73.tfm) = %{tl_version} -Provides: tex(gbksong74.tfm) = %{tl_version} -Provides: tex(gbksong75.tfm) = %{tl_version} -Provides: tex(gbksong76.tfm) = %{tl_version} -Provides: tex(gbksong77.tfm) = %{tl_version} -Provides: tex(gbksong78.tfm) = %{tl_version} -Provides: tex(gbksong79.tfm) = %{tl_version} -Provides: tex(gbksong80.tfm) = %{tl_version} -Provides: tex(gbksong81.tfm) = %{tl_version} -Provides: tex(gbksong82.tfm) = %{tl_version} -Provides: tex(gbksong83.tfm) = %{tl_version} -Provides: tex(gbksong84.tfm) = %{tl_version} -Provides: tex(gbksong85.tfm) = %{tl_version} -Provides: tex(gbksong86.tfm) = %{tl_version} -Provides: tex(gbksong87.tfm) = %{tl_version} -Provides: tex(gbksong88.tfm) = %{tl_version} -Provides: tex(gbksong89.tfm) = %{tl_version} -Provides: tex(gbksong90.tfm) = %{tl_version} -Provides: tex(gbksong91.tfm) = %{tl_version} -Provides: tex(gbksong92.tfm) = %{tl_version} -Provides: tex(gbksong93.tfm) = %{tl_version} -Provides: tex(gbksong94.tfm) = %{tl_version} -Provides: tex(gbksongsl00.tfm) = %{tl_version} -Provides: tex(gbksongsl01.tfm) = %{tl_version} -Provides: tex(gbksongsl02.tfm) = %{tl_version} -Provides: tex(gbksongsl03.tfm) = %{tl_version} -Provides: tex(gbksongsl04.tfm) = %{tl_version} -Provides: tex(gbksongsl05.tfm) = %{tl_version} -Provides: tex(gbksongsl06.tfm) = %{tl_version} -Provides: tex(gbksongsl07.tfm) = %{tl_version} -Provides: tex(gbksongsl08.tfm) = %{tl_version} -Provides: tex(gbksongsl09.tfm) = %{tl_version} -Provides: tex(gbksongsl10.tfm) = %{tl_version} -Provides: tex(gbksongsl11.tfm) = %{tl_version} -Provides: tex(gbksongsl12.tfm) = %{tl_version} -Provides: tex(gbksongsl13.tfm) = %{tl_version} -Provides: tex(gbksongsl14.tfm) = %{tl_version} -Provides: tex(gbksongsl15.tfm) = %{tl_version} -Provides: tex(gbksongsl16.tfm) = %{tl_version} -Provides: tex(gbksongsl17.tfm) = %{tl_version} -Provides: tex(gbksongsl18.tfm) = %{tl_version} -Provides: tex(gbksongsl19.tfm) = %{tl_version} -Provides: tex(gbksongsl20.tfm) = %{tl_version} -Provides: tex(gbksongsl21.tfm) = %{tl_version} -Provides: tex(gbksongsl22.tfm) = %{tl_version} -Provides: tex(gbksongsl23.tfm) = %{tl_version} -Provides: tex(gbksongsl24.tfm) = %{tl_version} -Provides: tex(gbksongsl25.tfm) = %{tl_version} -Provides: tex(gbksongsl26.tfm) = %{tl_version} -Provides: tex(gbksongsl27.tfm) = %{tl_version} -Provides: tex(gbksongsl28.tfm) = %{tl_version} -Provides: tex(gbksongsl29.tfm) = %{tl_version} -Provides: tex(gbksongsl30.tfm) = %{tl_version} -Provides: tex(gbksongsl31.tfm) = %{tl_version} -Provides: tex(gbksongsl32.tfm) = %{tl_version} -Provides: tex(gbksongsl33.tfm) = %{tl_version} -Provides: tex(gbksongsl34.tfm) = %{tl_version} -Provides: tex(gbksongsl35.tfm) = %{tl_version} -Provides: tex(gbksongsl36.tfm) = %{tl_version} -Provides: tex(gbksongsl37.tfm) = %{tl_version} -Provides: tex(gbksongsl38.tfm) = %{tl_version} -Provides: tex(gbksongsl39.tfm) = %{tl_version} -Provides: tex(gbksongsl40.tfm) = %{tl_version} -Provides: tex(gbksongsl41.tfm) = %{tl_version} -Provides: tex(gbksongsl42.tfm) = %{tl_version} -Provides: tex(gbksongsl43.tfm) = %{tl_version} -Provides: tex(gbksongsl44.tfm) = %{tl_version} -Provides: tex(gbksongsl45.tfm) = %{tl_version} -Provides: tex(gbksongsl46.tfm) = %{tl_version} -Provides: tex(gbksongsl47.tfm) = %{tl_version} -Provides: tex(gbksongsl48.tfm) = %{tl_version} -Provides: tex(gbksongsl49.tfm) = %{tl_version} -Provides: tex(gbksongsl50.tfm) = %{tl_version} -Provides: tex(gbksongsl51.tfm) = %{tl_version} -Provides: tex(gbksongsl52.tfm) = %{tl_version} -Provides: tex(gbksongsl53.tfm) = %{tl_version} -Provides: tex(gbksongsl54.tfm) = %{tl_version} -Provides: tex(gbksongsl55.tfm) = %{tl_version} -Provides: tex(gbksongsl56.tfm) = %{tl_version} -Provides: tex(gbksongsl57.tfm) = %{tl_version} -Provides: tex(gbksongsl58.tfm) = %{tl_version} -Provides: tex(gbksongsl59.tfm) = %{tl_version} -Provides: tex(gbksongsl60.tfm) = %{tl_version} -Provides: tex(gbksongsl61.tfm) = %{tl_version} -Provides: tex(gbksongsl62.tfm) = %{tl_version} -Provides: tex(gbksongsl63.tfm) = %{tl_version} -Provides: tex(gbksongsl64.tfm) = %{tl_version} -Provides: tex(gbksongsl65.tfm) = %{tl_version} -Provides: tex(gbksongsl66.tfm) = %{tl_version} -Provides: tex(gbksongsl67.tfm) = %{tl_version} -Provides: tex(gbksongsl68.tfm) = %{tl_version} -Provides: tex(gbksongsl69.tfm) = %{tl_version} -Provides: tex(gbksongsl70.tfm) = %{tl_version} -Provides: tex(gbksongsl71.tfm) = %{tl_version} -Provides: tex(gbksongsl72.tfm) = %{tl_version} -Provides: tex(gbksongsl73.tfm) = %{tl_version} -Provides: tex(gbksongsl74.tfm) = %{tl_version} -Provides: tex(gbksongsl75.tfm) = %{tl_version} -Provides: tex(gbksongsl76.tfm) = %{tl_version} -Provides: tex(gbksongsl77.tfm) = %{tl_version} -Provides: tex(gbksongsl78.tfm) = %{tl_version} -Provides: tex(gbksongsl79.tfm) = %{tl_version} -Provides: tex(gbksongsl80.tfm) = %{tl_version} -Provides: tex(gbksongsl81.tfm) = %{tl_version} -Provides: tex(gbksongsl82.tfm) = %{tl_version} -Provides: tex(gbksongsl83.tfm) = %{tl_version} -Provides: tex(gbksongsl84.tfm) = %{tl_version} -Provides: tex(gbksongsl85.tfm) = %{tl_version} -Provides: tex(gbksongsl86.tfm) = %{tl_version} -Provides: tex(gbksongsl87.tfm) = %{tl_version} -Provides: tex(gbksongsl88.tfm) = %{tl_version} -Provides: tex(gbksongsl89.tfm) = %{tl_version} -Provides: tex(gbksongsl90.tfm) = %{tl_version} -Provides: tex(gbksongsl91.tfm) = %{tl_version} -Provides: tex(gbksongsl92.tfm) = %{tl_version} -Provides: tex(gbksongsl93.tfm) = %{tl_version} -Provides: tex(gbksongsl94.tfm) = %{tl_version} -Provides: tex(gbkyou00.tfm) = %{tl_version} -Provides: tex(gbkyou01.tfm) = %{tl_version} -Provides: tex(gbkyou02.tfm) = %{tl_version} -Provides: tex(gbkyou03.tfm) = %{tl_version} -Provides: tex(gbkyou04.tfm) = %{tl_version} -Provides: tex(gbkyou05.tfm) = %{tl_version} -Provides: tex(gbkyou06.tfm) = %{tl_version} -Provides: tex(gbkyou07.tfm) = %{tl_version} -Provides: tex(gbkyou08.tfm) = %{tl_version} -Provides: tex(gbkyou09.tfm) = %{tl_version} -Provides: tex(gbkyou10.tfm) = %{tl_version} -Provides: tex(gbkyou11.tfm) = %{tl_version} -Provides: tex(gbkyou12.tfm) = %{tl_version} -Provides: tex(gbkyou13.tfm) = %{tl_version} -Provides: tex(gbkyou14.tfm) = %{tl_version} -Provides: tex(gbkyou15.tfm) = %{tl_version} -Provides: tex(gbkyou16.tfm) = %{tl_version} -Provides: tex(gbkyou17.tfm) = %{tl_version} -Provides: tex(gbkyou18.tfm) = %{tl_version} -Provides: tex(gbkyou19.tfm) = %{tl_version} -Provides: tex(gbkyou20.tfm) = %{tl_version} -Provides: tex(gbkyou21.tfm) = %{tl_version} -Provides: tex(gbkyou22.tfm) = %{tl_version} -Provides: tex(gbkyou23.tfm) = %{tl_version} -Provides: tex(gbkyou24.tfm) = %{tl_version} -Provides: tex(gbkyou25.tfm) = %{tl_version} -Provides: tex(gbkyou26.tfm) = %{tl_version} -Provides: tex(gbkyou27.tfm) = %{tl_version} -Provides: tex(gbkyou28.tfm) = %{tl_version} -Provides: tex(gbkyou29.tfm) = %{tl_version} -Provides: tex(gbkyou30.tfm) = %{tl_version} -Provides: tex(gbkyou31.tfm) = %{tl_version} -Provides: tex(gbkyou32.tfm) = %{tl_version} -Provides: tex(gbkyou33.tfm) = %{tl_version} -Provides: tex(gbkyou34.tfm) = %{tl_version} -Provides: tex(gbkyou35.tfm) = %{tl_version} -Provides: tex(gbkyou36.tfm) = %{tl_version} -Provides: tex(gbkyou37.tfm) = %{tl_version} -Provides: tex(gbkyou38.tfm) = %{tl_version} -Provides: tex(gbkyou39.tfm) = %{tl_version} -Provides: tex(gbkyou40.tfm) = %{tl_version} -Provides: tex(gbkyou41.tfm) = %{tl_version} -Provides: tex(gbkyou42.tfm) = %{tl_version} -Provides: tex(gbkyou43.tfm) = %{tl_version} -Provides: tex(gbkyou44.tfm) = %{tl_version} -Provides: tex(gbkyou45.tfm) = %{tl_version} -Provides: tex(gbkyou46.tfm) = %{tl_version} -Provides: tex(gbkyou47.tfm) = %{tl_version} -Provides: tex(gbkyou48.tfm) = %{tl_version} -Provides: tex(gbkyou49.tfm) = %{tl_version} -Provides: tex(gbkyou50.tfm) = %{tl_version} -Provides: tex(gbkyou51.tfm) = %{tl_version} -Provides: tex(gbkyou52.tfm) = %{tl_version} -Provides: tex(gbkyou53.tfm) = %{tl_version} -Provides: tex(gbkyou54.tfm) = %{tl_version} -Provides: tex(gbkyou55.tfm) = %{tl_version} -Provides: tex(gbkyou56.tfm) = %{tl_version} -Provides: tex(gbkyou57.tfm) = %{tl_version} -Provides: tex(gbkyou58.tfm) = %{tl_version} -Provides: tex(gbkyou59.tfm) = %{tl_version} -Provides: tex(gbkyou60.tfm) = %{tl_version} -Provides: tex(gbkyou61.tfm) = %{tl_version} -Provides: tex(gbkyou62.tfm) = %{tl_version} -Provides: tex(gbkyou63.tfm) = %{tl_version} -Provides: tex(gbkyou64.tfm) = %{tl_version} -Provides: tex(gbkyou65.tfm) = %{tl_version} -Provides: tex(gbkyou66.tfm) = %{tl_version} -Provides: tex(gbkyou67.tfm) = %{tl_version} -Provides: tex(gbkyou68.tfm) = %{tl_version} -Provides: tex(gbkyou69.tfm) = %{tl_version} -Provides: tex(gbkyou70.tfm) = %{tl_version} -Provides: tex(gbkyou71.tfm) = %{tl_version} -Provides: tex(gbkyou72.tfm) = %{tl_version} -Provides: tex(gbkyou73.tfm) = %{tl_version} -Provides: tex(gbkyou74.tfm) = %{tl_version} -Provides: tex(gbkyou75.tfm) = %{tl_version} -Provides: tex(gbkyou76.tfm) = %{tl_version} -Provides: tex(gbkyou77.tfm) = %{tl_version} -Provides: tex(gbkyou78.tfm) = %{tl_version} -Provides: tex(gbkyou79.tfm) = %{tl_version} -Provides: tex(gbkyou80.tfm) = %{tl_version} -Provides: tex(gbkyou81.tfm) = %{tl_version} -Provides: tex(gbkyou82.tfm) = %{tl_version} -Provides: tex(gbkyou83.tfm) = %{tl_version} -Provides: tex(gbkyou84.tfm) = %{tl_version} -Provides: tex(gbkyou85.tfm) = %{tl_version} -Provides: tex(gbkyou86.tfm) = %{tl_version} -Provides: tex(gbkyou87.tfm) = %{tl_version} -Provides: tex(gbkyou88.tfm) = %{tl_version} -Provides: tex(gbkyou89.tfm) = %{tl_version} -Provides: tex(gbkyou90.tfm) = %{tl_version} -Provides: tex(gbkyou91.tfm) = %{tl_version} -Provides: tex(gbkyou92.tfm) = %{tl_version} -Provides: tex(gbkyou93.tfm) = %{tl_version} -Provides: tex(gbkyou94.tfm) = %{tl_version} -Provides: tex(gbkyousl00.tfm) = %{tl_version} -Provides: tex(gbkyousl01.tfm) = %{tl_version} -Provides: tex(gbkyousl02.tfm) = %{tl_version} -Provides: tex(gbkyousl03.tfm) = %{tl_version} -Provides: tex(gbkyousl04.tfm) = %{tl_version} -Provides: tex(gbkyousl05.tfm) = %{tl_version} -Provides: tex(gbkyousl06.tfm) = %{tl_version} -Provides: tex(gbkyousl07.tfm) = %{tl_version} -Provides: tex(gbkyousl08.tfm) = %{tl_version} -Provides: tex(gbkyousl09.tfm) = %{tl_version} -Provides: tex(gbkyousl10.tfm) = %{tl_version} -Provides: tex(gbkyousl11.tfm) = %{tl_version} -Provides: tex(gbkyousl12.tfm) = %{tl_version} -Provides: tex(gbkyousl13.tfm) = %{tl_version} -Provides: tex(gbkyousl14.tfm) = %{tl_version} -Provides: tex(gbkyousl15.tfm) = %{tl_version} -Provides: tex(gbkyousl16.tfm) = %{tl_version} -Provides: tex(gbkyousl17.tfm) = %{tl_version} -Provides: tex(gbkyousl18.tfm) = %{tl_version} -Provides: tex(gbkyousl19.tfm) = %{tl_version} -Provides: tex(gbkyousl20.tfm) = %{tl_version} -Provides: tex(gbkyousl21.tfm) = %{tl_version} -Provides: tex(gbkyousl22.tfm) = %{tl_version} -Provides: tex(gbkyousl23.tfm) = %{tl_version} -Provides: tex(gbkyousl24.tfm) = %{tl_version} -Provides: tex(gbkyousl25.tfm) = %{tl_version} -Provides: tex(gbkyousl26.tfm) = %{tl_version} -Provides: tex(gbkyousl27.tfm) = %{tl_version} -Provides: tex(gbkyousl28.tfm) = %{tl_version} -Provides: tex(gbkyousl29.tfm) = %{tl_version} -Provides: tex(gbkyousl30.tfm) = %{tl_version} -Provides: tex(gbkyousl31.tfm) = %{tl_version} -Provides: tex(gbkyousl32.tfm) = %{tl_version} -Provides: tex(gbkyousl33.tfm) = %{tl_version} -Provides: tex(gbkyousl34.tfm) = %{tl_version} -Provides: tex(gbkyousl35.tfm) = %{tl_version} -Provides: tex(gbkyousl36.tfm) = %{tl_version} -Provides: tex(gbkyousl37.tfm) = %{tl_version} -Provides: tex(gbkyousl38.tfm) = %{tl_version} -Provides: tex(gbkyousl39.tfm) = %{tl_version} -Provides: tex(gbkyousl40.tfm) = %{tl_version} -Provides: tex(gbkyousl41.tfm) = %{tl_version} -Provides: tex(gbkyousl42.tfm) = %{tl_version} -Provides: tex(gbkyousl43.tfm) = %{tl_version} -Provides: tex(gbkyousl44.tfm) = %{tl_version} -Provides: tex(gbkyousl45.tfm) = %{tl_version} -Provides: tex(gbkyousl46.tfm) = %{tl_version} -Provides: tex(gbkyousl47.tfm) = %{tl_version} -Provides: tex(gbkyousl48.tfm) = %{tl_version} -Provides: tex(gbkyousl49.tfm) = %{tl_version} -Provides: tex(gbkyousl50.tfm) = %{tl_version} -Provides: tex(gbkyousl51.tfm) = %{tl_version} -Provides: tex(gbkyousl52.tfm) = %{tl_version} -Provides: tex(gbkyousl53.tfm) = %{tl_version} -Provides: tex(gbkyousl54.tfm) = %{tl_version} -Provides: tex(gbkyousl55.tfm) = %{tl_version} -Provides: tex(gbkyousl56.tfm) = %{tl_version} -Provides: tex(gbkyousl57.tfm) = %{tl_version} -Provides: tex(gbkyousl58.tfm) = %{tl_version} -Provides: tex(gbkyousl59.tfm) = %{tl_version} -Provides: tex(gbkyousl60.tfm) = %{tl_version} -Provides: tex(gbkyousl61.tfm) = %{tl_version} -Provides: tex(gbkyousl62.tfm) = %{tl_version} -Provides: tex(gbkyousl63.tfm) = %{tl_version} -Provides: tex(gbkyousl64.tfm) = %{tl_version} -Provides: tex(gbkyousl65.tfm) = %{tl_version} -Provides: tex(gbkyousl66.tfm) = %{tl_version} -Provides: tex(gbkyousl67.tfm) = %{tl_version} -Provides: tex(gbkyousl68.tfm) = %{tl_version} -Provides: tex(gbkyousl69.tfm) = %{tl_version} -Provides: tex(gbkyousl70.tfm) = %{tl_version} -Provides: tex(gbkyousl71.tfm) = %{tl_version} -Provides: tex(gbkyousl72.tfm) = %{tl_version} -Provides: tex(gbkyousl73.tfm) = %{tl_version} -Provides: tex(gbkyousl74.tfm) = %{tl_version} -Provides: tex(gbkyousl75.tfm) = %{tl_version} -Provides: tex(gbkyousl76.tfm) = %{tl_version} -Provides: tex(gbkyousl77.tfm) = %{tl_version} -Provides: tex(gbkyousl78.tfm) = %{tl_version} -Provides: tex(gbkyousl79.tfm) = %{tl_version} -Provides: tex(gbkyousl80.tfm) = %{tl_version} -Provides: tex(gbkyousl81.tfm) = %{tl_version} -Provides: tex(gbkyousl82.tfm) = %{tl_version} -Provides: tex(gbkyousl83.tfm) = %{tl_version} -Provides: tex(gbkyousl84.tfm) = %{tl_version} -Provides: tex(gbkyousl85.tfm) = %{tl_version} -Provides: tex(gbkyousl86.tfm) = %{tl_version} -Provides: tex(gbkyousl87.tfm) = %{tl_version} -Provides: tex(gbkyousl88.tfm) = %{tl_version} -Provides: tex(gbkyousl89.tfm) = %{tl_version} -Provides: tex(gbkyousl90.tfm) = %{tl_version} -Provides: tex(gbkyousl91.tfm) = %{tl_version} -Provides: tex(gbkyousl92.tfm) = %{tl_version} -Provides: tex(gbkyousl93.tfm) = %{tl_version} -Provides: tex(gbkyousl94.tfm) = %{tl_version} -Provides: tex(unifs00.tfm) = %{tl_version} -Provides: tex(unifs01.tfm) = %{tl_version} -Provides: tex(unifs02.tfm) = %{tl_version} -Provides: tex(unifs03.tfm) = %{tl_version} -Provides: tex(unifs04.tfm) = %{tl_version} -Provides: tex(unifs05.tfm) = %{tl_version} -Provides: tex(unifs06.tfm) = %{tl_version} -Provides: tex(unifs07.tfm) = %{tl_version} -Provides: tex(unifs08.tfm) = %{tl_version} -Provides: tex(unifs09.tfm) = %{tl_version} -Provides: tex(unifs0a.tfm) = %{tl_version} -Provides: tex(unifs0b.tfm) = %{tl_version} -Provides: tex(unifs0c.tfm) = %{tl_version} -Provides: tex(unifs0d.tfm) = %{tl_version} -Provides: tex(unifs0e.tfm) = %{tl_version} -Provides: tex(unifs0f.tfm) = %{tl_version} -Provides: tex(unifs10.tfm) = %{tl_version} -Provides: tex(unifs11.tfm) = %{tl_version} -Provides: tex(unifs12.tfm) = %{tl_version} -Provides: tex(unifs13.tfm) = %{tl_version} -Provides: tex(unifs14.tfm) = %{tl_version} -Provides: tex(unifs15.tfm) = %{tl_version} -Provides: tex(unifs16.tfm) = %{tl_version} -Provides: tex(unifs17.tfm) = %{tl_version} -Provides: tex(unifs18.tfm) = %{tl_version} -Provides: tex(unifs19.tfm) = %{tl_version} -Provides: tex(unifs1a.tfm) = %{tl_version} -Provides: tex(unifs1b.tfm) = %{tl_version} -Provides: tex(unifs1c.tfm) = %{tl_version} -Provides: tex(unifs1d.tfm) = %{tl_version} -Provides: tex(unifs1e.tfm) = %{tl_version} -Provides: tex(unifs1f.tfm) = %{tl_version} -Provides: tex(unifs20.tfm) = %{tl_version} -Provides: tex(unifs21.tfm) = %{tl_version} -Provides: tex(unifs22.tfm) = %{tl_version} -Provides: tex(unifs23.tfm) = %{tl_version} -Provides: tex(unifs24.tfm) = %{tl_version} -Provides: tex(unifs25.tfm) = %{tl_version} -Provides: tex(unifs26.tfm) = %{tl_version} -Provides: tex(unifs27.tfm) = %{tl_version} -Provides: tex(unifs28.tfm) = %{tl_version} -Provides: tex(unifs29.tfm) = %{tl_version} -Provides: tex(unifs2a.tfm) = %{tl_version} -Provides: tex(unifs2b.tfm) = %{tl_version} -Provides: tex(unifs2c.tfm) = %{tl_version} -Provides: tex(unifs2d.tfm) = %{tl_version} -Provides: tex(unifs2e.tfm) = %{tl_version} -Provides: tex(unifs2f.tfm) = %{tl_version} -Provides: tex(unifs30.tfm) = %{tl_version} -Provides: tex(unifs31.tfm) = %{tl_version} -Provides: tex(unifs32.tfm) = %{tl_version} -Provides: tex(unifs33.tfm) = %{tl_version} -Provides: tex(unifs34.tfm) = %{tl_version} -Provides: tex(unifs35.tfm) = %{tl_version} -Provides: tex(unifs36.tfm) = %{tl_version} -Provides: tex(unifs37.tfm) = %{tl_version} -Provides: tex(unifs38.tfm) = %{tl_version} -Provides: tex(unifs39.tfm) = %{tl_version} -Provides: tex(unifs3a.tfm) = %{tl_version} -Provides: tex(unifs3b.tfm) = %{tl_version} -Provides: tex(unifs3c.tfm) = %{tl_version} -Provides: tex(unifs3d.tfm) = %{tl_version} -Provides: tex(unifs3e.tfm) = %{tl_version} -Provides: tex(unifs3f.tfm) = %{tl_version} -Provides: tex(unifs40.tfm) = %{tl_version} -Provides: tex(unifs41.tfm) = %{tl_version} -Provides: tex(unifs42.tfm) = %{tl_version} -Provides: tex(unifs43.tfm) = %{tl_version} -Provides: tex(unifs44.tfm) = %{tl_version} -Provides: tex(unifs45.tfm) = %{tl_version} -Provides: tex(unifs46.tfm) = %{tl_version} -Provides: tex(unifs47.tfm) = %{tl_version} -Provides: tex(unifs48.tfm) = %{tl_version} -Provides: tex(unifs49.tfm) = %{tl_version} -Provides: tex(unifs4a.tfm) = %{tl_version} -Provides: tex(unifs4b.tfm) = %{tl_version} -Provides: tex(unifs4c.tfm) = %{tl_version} -Provides: tex(unifs4d.tfm) = %{tl_version} -Provides: tex(unifs4e.tfm) = %{tl_version} -Provides: tex(unifs4f.tfm) = %{tl_version} -Provides: tex(unifs50.tfm) = %{tl_version} -Provides: tex(unifs51.tfm) = %{tl_version} -Provides: tex(unifs52.tfm) = %{tl_version} -Provides: tex(unifs53.tfm) = %{tl_version} -Provides: tex(unifs54.tfm) = %{tl_version} -Provides: tex(unifs55.tfm) = %{tl_version} -Provides: tex(unifs56.tfm) = %{tl_version} -Provides: tex(unifs57.tfm) = %{tl_version} -Provides: tex(unifs58.tfm) = %{tl_version} -Provides: tex(unifs59.tfm) = %{tl_version} -Provides: tex(unifs5a.tfm) = %{tl_version} -Provides: tex(unifs5b.tfm) = %{tl_version} -Provides: tex(unifs5c.tfm) = %{tl_version} -Provides: tex(unifs5d.tfm) = %{tl_version} -Provides: tex(unifs5e.tfm) = %{tl_version} -Provides: tex(unifs5f.tfm) = %{tl_version} -Provides: tex(unifs60.tfm) = %{tl_version} -Provides: tex(unifs61.tfm) = %{tl_version} -Provides: tex(unifs62.tfm) = %{tl_version} -Provides: tex(unifs63.tfm) = %{tl_version} -Provides: tex(unifs64.tfm) = %{tl_version} -Provides: tex(unifs65.tfm) = %{tl_version} -Provides: tex(unifs66.tfm) = %{tl_version} -Provides: tex(unifs67.tfm) = %{tl_version} -Provides: tex(unifs68.tfm) = %{tl_version} -Provides: tex(unifs69.tfm) = %{tl_version} -Provides: tex(unifs6a.tfm) = %{tl_version} -Provides: tex(unifs6b.tfm) = %{tl_version} -Provides: tex(unifs6c.tfm) = %{tl_version} -Provides: tex(unifs6d.tfm) = %{tl_version} -Provides: tex(unifs6e.tfm) = %{tl_version} -Provides: tex(unifs6f.tfm) = %{tl_version} -Provides: tex(unifs70.tfm) = %{tl_version} -Provides: tex(unifs71.tfm) = %{tl_version} -Provides: tex(unifs72.tfm) = %{tl_version} -Provides: tex(unifs73.tfm) = %{tl_version} -Provides: tex(unifs74.tfm) = %{tl_version} -Provides: tex(unifs75.tfm) = %{tl_version} -Provides: tex(unifs76.tfm) = %{tl_version} -Provides: tex(unifs77.tfm) = %{tl_version} -Provides: tex(unifs78.tfm) = %{tl_version} -Provides: tex(unifs79.tfm) = %{tl_version} -Provides: tex(unifs7a.tfm) = %{tl_version} -Provides: tex(unifs7b.tfm) = %{tl_version} -Provides: tex(unifs7c.tfm) = %{tl_version} -Provides: tex(unifs7d.tfm) = %{tl_version} -Provides: tex(unifs7e.tfm) = %{tl_version} -Provides: tex(unifs7f.tfm) = %{tl_version} -Provides: tex(unifs80.tfm) = %{tl_version} -Provides: tex(unifs81.tfm) = %{tl_version} -Provides: tex(unifs82.tfm) = %{tl_version} -Provides: tex(unifs83.tfm) = %{tl_version} -Provides: tex(unifs84.tfm) = %{tl_version} -Provides: tex(unifs85.tfm) = %{tl_version} -Provides: tex(unifs86.tfm) = %{tl_version} -Provides: tex(unifs87.tfm) = %{tl_version} -Provides: tex(unifs88.tfm) = %{tl_version} -Provides: tex(unifs89.tfm) = %{tl_version} -Provides: tex(unifs8a.tfm) = %{tl_version} -Provides: tex(unifs8b.tfm) = %{tl_version} -Provides: tex(unifs8c.tfm) = %{tl_version} -Provides: tex(unifs8d.tfm) = %{tl_version} -Provides: tex(unifs8e.tfm) = %{tl_version} -Provides: tex(unifs8f.tfm) = %{tl_version} -Provides: tex(unifs90.tfm) = %{tl_version} -Provides: tex(unifs91.tfm) = %{tl_version} -Provides: tex(unifs92.tfm) = %{tl_version} -Provides: tex(unifs93.tfm) = %{tl_version} -Provides: tex(unifs94.tfm) = %{tl_version} -Provides: tex(unifs95.tfm) = %{tl_version} -Provides: tex(unifs96.tfm) = %{tl_version} -Provides: tex(unifs97.tfm) = %{tl_version} -Provides: tex(unifs98.tfm) = %{tl_version} -Provides: tex(unifs99.tfm) = %{tl_version} -Provides: tex(unifs9a.tfm) = %{tl_version} -Provides: tex(unifs9b.tfm) = %{tl_version} -Provides: tex(unifs9c.tfm) = %{tl_version} -Provides: tex(unifs9d.tfm) = %{tl_version} -Provides: tex(unifs9e.tfm) = %{tl_version} -Provides: tex(unifs9f.tfm) = %{tl_version} -Provides: tex(unifsa0.tfm) = %{tl_version} -Provides: tex(unifsa1.tfm) = %{tl_version} -Provides: tex(unifsa2.tfm) = %{tl_version} -Provides: tex(unifsa3.tfm) = %{tl_version} -Provides: tex(unifsa4.tfm) = %{tl_version} -Provides: tex(unifsa5.tfm) = %{tl_version} -Provides: tex(unifsa6.tfm) = %{tl_version} -Provides: tex(unifsa7.tfm) = %{tl_version} -Provides: tex(unifsa8.tfm) = %{tl_version} -Provides: tex(unifsa9.tfm) = %{tl_version} -Provides: tex(unifsaa.tfm) = %{tl_version} -Provides: tex(unifsab.tfm) = %{tl_version} -Provides: tex(unifsac.tfm) = %{tl_version} -Provides: tex(unifsad.tfm) = %{tl_version} -Provides: tex(unifsae.tfm) = %{tl_version} -Provides: tex(unifsaf.tfm) = %{tl_version} -Provides: tex(unifsb0.tfm) = %{tl_version} -Provides: tex(unifsb1.tfm) = %{tl_version} -Provides: tex(unifsb2.tfm) = %{tl_version} -Provides: tex(unifsb3.tfm) = %{tl_version} -Provides: tex(unifsb4.tfm) = %{tl_version} -Provides: tex(unifsb5.tfm) = %{tl_version} -Provides: tex(unifsb6.tfm) = %{tl_version} -Provides: tex(unifsb7.tfm) = %{tl_version} -Provides: tex(unifsb8.tfm) = %{tl_version} -Provides: tex(unifsb9.tfm) = %{tl_version} -Provides: tex(unifsba.tfm) = %{tl_version} -Provides: tex(unifsbb.tfm) = %{tl_version} -Provides: tex(unifsbc.tfm) = %{tl_version} -Provides: tex(unifsbd.tfm) = %{tl_version} -Provides: tex(unifsbe.tfm) = %{tl_version} -Provides: tex(unifsbf.tfm) = %{tl_version} -Provides: tex(unifsc0.tfm) = %{tl_version} -Provides: tex(unifsc1.tfm) = %{tl_version} -Provides: tex(unifsc2.tfm) = %{tl_version} -Provides: tex(unifsc3.tfm) = %{tl_version} -Provides: tex(unifsc4.tfm) = %{tl_version} -Provides: tex(unifsc5.tfm) = %{tl_version} -Provides: tex(unifsc6.tfm) = %{tl_version} -Provides: tex(unifsc7.tfm) = %{tl_version} -Provides: tex(unifsc8.tfm) = %{tl_version} -Provides: tex(unifsc9.tfm) = %{tl_version} -Provides: tex(unifsca.tfm) = %{tl_version} -Provides: tex(unifscb.tfm) = %{tl_version} -Provides: tex(unifscc.tfm) = %{tl_version} -Provides: tex(unifscd.tfm) = %{tl_version} -Provides: tex(unifsce.tfm) = %{tl_version} -Provides: tex(unifscf.tfm) = %{tl_version} -Provides: tex(unifsd0.tfm) = %{tl_version} -Provides: tex(unifsd1.tfm) = %{tl_version} -Provides: tex(unifsd2.tfm) = %{tl_version} -Provides: tex(unifsd3.tfm) = %{tl_version} -Provides: tex(unifsd4.tfm) = %{tl_version} -Provides: tex(unifsd5.tfm) = %{tl_version} -Provides: tex(unifsd6.tfm) = %{tl_version} -Provides: tex(unifsd7.tfm) = %{tl_version} -Provides: tex(unifsd8.tfm) = %{tl_version} -Provides: tex(unifsd9.tfm) = %{tl_version} -Provides: tex(unifsda.tfm) = %{tl_version} -Provides: tex(unifsdb.tfm) = %{tl_version} -Provides: tex(unifsdc.tfm) = %{tl_version} -Provides: tex(unifsdd.tfm) = %{tl_version} -Provides: tex(unifsde.tfm) = %{tl_version} -Provides: tex(unifsdf.tfm) = %{tl_version} -Provides: tex(unifse0.tfm) = %{tl_version} -Provides: tex(unifse1.tfm) = %{tl_version} -Provides: tex(unifse2.tfm) = %{tl_version} -Provides: tex(unifse3.tfm) = %{tl_version} -Provides: tex(unifse4.tfm) = %{tl_version} -Provides: tex(unifse5.tfm) = %{tl_version} -Provides: tex(unifse6.tfm) = %{tl_version} -Provides: tex(unifse7.tfm) = %{tl_version} -Provides: tex(unifse8.tfm) = %{tl_version} -Provides: tex(unifse9.tfm) = %{tl_version} -Provides: tex(unifsea.tfm) = %{tl_version} -Provides: tex(unifseb.tfm) = %{tl_version} -Provides: tex(unifsec.tfm) = %{tl_version} -Provides: tex(unifsed.tfm) = %{tl_version} -Provides: tex(unifsee.tfm) = %{tl_version} -Provides: tex(unifsef.tfm) = %{tl_version} -Provides: tex(unifsf0.tfm) = %{tl_version} -Provides: tex(unifsf1.tfm) = %{tl_version} -Provides: tex(unifsf2.tfm) = %{tl_version} -Provides: tex(unifsf3.tfm) = %{tl_version} -Provides: tex(unifsf4.tfm) = %{tl_version} -Provides: tex(unifsf5.tfm) = %{tl_version} -Provides: tex(unifsf6.tfm) = %{tl_version} -Provides: tex(unifsf7.tfm) = %{tl_version} -Provides: tex(unifsf8.tfm) = %{tl_version} -Provides: tex(unifsf9.tfm) = %{tl_version} -Provides: tex(unifsfa.tfm) = %{tl_version} -Provides: tex(unifsfb.tfm) = %{tl_version} -Provides: tex(unifsfc.tfm) = %{tl_version} -Provides: tex(unifsfd.tfm) = %{tl_version} -Provides: tex(unifsfe.tfm) = %{tl_version} -Provides: tex(unifsff.tfm) = %{tl_version} -Provides: tex(unifssl00.tfm) = %{tl_version} -Provides: tex(unifssl01.tfm) = %{tl_version} -Provides: tex(unifssl02.tfm) = %{tl_version} -Provides: tex(unifssl03.tfm) = %{tl_version} -Provides: tex(unifssl04.tfm) = %{tl_version} -Provides: tex(unifssl05.tfm) = %{tl_version} -Provides: tex(unifssl06.tfm) = %{tl_version} -Provides: tex(unifssl07.tfm) = %{tl_version} -Provides: tex(unifssl08.tfm) = %{tl_version} -Provides: tex(unifssl09.tfm) = %{tl_version} -Provides: tex(unifssl0a.tfm) = %{tl_version} -Provides: tex(unifssl0b.tfm) = %{tl_version} -Provides: tex(unifssl0c.tfm) = %{tl_version} -Provides: tex(unifssl0d.tfm) = %{tl_version} -Provides: tex(unifssl0e.tfm) = %{tl_version} -Provides: tex(unifssl0f.tfm) = %{tl_version} -Provides: tex(unifssl10.tfm) = %{tl_version} -Provides: tex(unifssl11.tfm) = %{tl_version} -Provides: tex(unifssl12.tfm) = %{tl_version} -Provides: tex(unifssl13.tfm) = %{tl_version} -Provides: tex(unifssl14.tfm) = %{tl_version} -Provides: tex(unifssl15.tfm) = %{tl_version} -Provides: tex(unifssl16.tfm) = %{tl_version} -Provides: tex(unifssl17.tfm) = %{tl_version} -Provides: tex(unifssl18.tfm) = %{tl_version} -Provides: tex(unifssl19.tfm) = %{tl_version} -Provides: tex(unifssl1a.tfm) = %{tl_version} -Provides: tex(unifssl1b.tfm) = %{tl_version} -Provides: tex(unifssl1c.tfm) = %{tl_version} -Provides: tex(unifssl1d.tfm) = %{tl_version} -Provides: tex(unifssl1e.tfm) = %{tl_version} -Provides: tex(unifssl1f.tfm) = %{tl_version} -Provides: tex(unifssl20.tfm) = %{tl_version} -Provides: tex(unifssl21.tfm) = %{tl_version} -Provides: tex(unifssl22.tfm) = %{tl_version} -Provides: tex(unifssl23.tfm) = %{tl_version} -Provides: tex(unifssl24.tfm) = %{tl_version} -Provides: tex(unifssl25.tfm) = %{tl_version} -Provides: tex(unifssl26.tfm) = %{tl_version} -Provides: tex(unifssl27.tfm) = %{tl_version} -Provides: tex(unifssl28.tfm) = %{tl_version} -Provides: tex(unifssl29.tfm) = %{tl_version} -Provides: tex(unifssl2a.tfm) = %{tl_version} -Provides: tex(unifssl2b.tfm) = %{tl_version} -Provides: tex(unifssl2c.tfm) = %{tl_version} -Provides: tex(unifssl2d.tfm) = %{tl_version} -Provides: tex(unifssl2e.tfm) = %{tl_version} -Provides: tex(unifssl2f.tfm) = %{tl_version} -Provides: tex(unifssl30.tfm) = %{tl_version} -Provides: tex(unifssl31.tfm) = %{tl_version} -Provides: tex(unifssl32.tfm) = %{tl_version} -Provides: tex(unifssl33.tfm) = %{tl_version} -Provides: tex(unifssl34.tfm) = %{tl_version} -Provides: tex(unifssl35.tfm) = %{tl_version} -Provides: tex(unifssl36.tfm) = %{tl_version} -Provides: tex(unifssl37.tfm) = %{tl_version} -Provides: tex(unifssl38.tfm) = %{tl_version} -Provides: tex(unifssl39.tfm) = %{tl_version} -Provides: tex(unifssl3a.tfm) = %{tl_version} -Provides: tex(unifssl3b.tfm) = %{tl_version} -Provides: tex(unifssl3c.tfm) = %{tl_version} -Provides: tex(unifssl3d.tfm) = %{tl_version} -Provides: tex(unifssl3e.tfm) = %{tl_version} -Provides: tex(unifssl3f.tfm) = %{tl_version} -Provides: tex(unifssl40.tfm) = %{tl_version} -Provides: tex(unifssl41.tfm) = %{tl_version} -Provides: tex(unifssl42.tfm) = %{tl_version} -Provides: tex(unifssl43.tfm) = %{tl_version} -Provides: tex(unifssl44.tfm) = %{tl_version} -Provides: tex(unifssl45.tfm) = %{tl_version} -Provides: tex(unifssl46.tfm) = %{tl_version} -Provides: tex(unifssl47.tfm) = %{tl_version} -Provides: tex(unifssl48.tfm) = %{tl_version} -Provides: tex(unifssl49.tfm) = %{tl_version} -Provides: tex(unifssl4a.tfm) = %{tl_version} -Provides: tex(unifssl4b.tfm) = %{tl_version} -Provides: tex(unifssl4c.tfm) = %{tl_version} -Provides: tex(unifssl4d.tfm) = %{tl_version} -Provides: tex(unifssl4e.tfm) = %{tl_version} -Provides: tex(unifssl4f.tfm) = %{tl_version} -Provides: tex(unifssl50.tfm) = %{tl_version} -Provides: tex(unifssl51.tfm) = %{tl_version} -Provides: tex(unifssl52.tfm) = %{tl_version} -Provides: tex(unifssl53.tfm) = %{tl_version} -Provides: tex(unifssl54.tfm) = %{tl_version} -Provides: tex(unifssl55.tfm) = %{tl_version} -Provides: tex(unifssl56.tfm) = %{tl_version} -Provides: tex(unifssl57.tfm) = %{tl_version} -Provides: tex(unifssl58.tfm) = %{tl_version} -Provides: tex(unifssl59.tfm) = %{tl_version} -Provides: tex(unifssl5a.tfm) = %{tl_version} -Provides: tex(unifssl5b.tfm) = %{tl_version} -Provides: tex(unifssl5c.tfm) = %{tl_version} -Provides: tex(unifssl5d.tfm) = %{tl_version} -Provides: tex(unifssl5e.tfm) = %{tl_version} -Provides: tex(unifssl5f.tfm) = %{tl_version} -Provides: tex(unifssl60.tfm) = %{tl_version} -Provides: tex(unifssl61.tfm) = %{tl_version} -Provides: tex(unifssl62.tfm) = %{tl_version} -Provides: tex(unifssl63.tfm) = %{tl_version} -Provides: tex(unifssl64.tfm) = %{tl_version} -Provides: tex(unifssl65.tfm) = %{tl_version} -Provides: tex(unifssl66.tfm) = %{tl_version} -Provides: tex(unifssl67.tfm) = %{tl_version} -Provides: tex(unifssl68.tfm) = %{tl_version} -Provides: tex(unifssl69.tfm) = %{tl_version} -Provides: tex(unifssl6a.tfm) = %{tl_version} -Provides: tex(unifssl6b.tfm) = %{tl_version} -Provides: tex(unifssl6c.tfm) = %{tl_version} -Provides: tex(unifssl6d.tfm) = %{tl_version} -Provides: tex(unifssl6e.tfm) = %{tl_version} -Provides: tex(unifssl6f.tfm) = %{tl_version} -Provides: tex(unifssl70.tfm) = %{tl_version} -Provides: tex(unifssl71.tfm) = %{tl_version} -Provides: tex(unifssl72.tfm) = %{tl_version} -Provides: tex(unifssl73.tfm) = %{tl_version} -Provides: tex(unifssl74.tfm) = %{tl_version} -Provides: tex(unifssl75.tfm) = %{tl_version} -Provides: tex(unifssl76.tfm) = %{tl_version} -Provides: tex(unifssl77.tfm) = %{tl_version} -Provides: tex(unifssl78.tfm) = %{tl_version} -Provides: tex(unifssl79.tfm) = %{tl_version} -Provides: tex(unifssl7a.tfm) = %{tl_version} -Provides: tex(unifssl7b.tfm) = %{tl_version} -Provides: tex(unifssl7c.tfm) = %{tl_version} -Provides: tex(unifssl7d.tfm) = %{tl_version} -Provides: tex(unifssl7e.tfm) = %{tl_version} -Provides: tex(unifssl7f.tfm) = %{tl_version} -Provides: tex(unifssl80.tfm) = %{tl_version} -Provides: tex(unifssl81.tfm) = %{tl_version} -Provides: tex(unifssl82.tfm) = %{tl_version} -Provides: tex(unifssl83.tfm) = %{tl_version} -Provides: tex(unifssl84.tfm) = %{tl_version} -Provides: tex(unifssl85.tfm) = %{tl_version} -Provides: tex(unifssl86.tfm) = %{tl_version} -Provides: tex(unifssl87.tfm) = %{tl_version} -Provides: tex(unifssl88.tfm) = %{tl_version} -Provides: tex(unifssl89.tfm) = %{tl_version} -Provides: tex(unifssl8a.tfm) = %{tl_version} -Provides: tex(unifssl8b.tfm) = %{tl_version} -Provides: tex(unifssl8c.tfm) = %{tl_version} -Provides: tex(unifssl8d.tfm) = %{tl_version} -Provides: tex(unifssl8e.tfm) = %{tl_version} -Provides: tex(unifssl8f.tfm) = %{tl_version} -Provides: tex(unifssl90.tfm) = %{tl_version} -Provides: tex(unifssl91.tfm) = %{tl_version} -Provides: tex(unifssl92.tfm) = %{tl_version} -Provides: tex(unifssl93.tfm) = %{tl_version} -Provides: tex(unifssl94.tfm) = %{tl_version} -Provides: tex(unifssl95.tfm) = %{tl_version} -Provides: tex(unifssl96.tfm) = %{tl_version} -Provides: tex(unifssl97.tfm) = %{tl_version} -Provides: tex(unifssl98.tfm) = %{tl_version} -Provides: tex(unifssl99.tfm) = %{tl_version} -Provides: tex(unifssl9a.tfm) = %{tl_version} -Provides: tex(unifssl9b.tfm) = %{tl_version} -Provides: tex(unifssl9c.tfm) = %{tl_version} -Provides: tex(unifssl9d.tfm) = %{tl_version} -Provides: tex(unifssl9e.tfm) = %{tl_version} -Provides: tex(unifssl9f.tfm) = %{tl_version} -Provides: tex(unifssla0.tfm) = %{tl_version} -Provides: tex(unifssla1.tfm) = %{tl_version} -Provides: tex(unifssla2.tfm) = %{tl_version} -Provides: tex(unifssla3.tfm) = %{tl_version} -Provides: tex(unifssla4.tfm) = %{tl_version} -Provides: tex(unifssla5.tfm) = %{tl_version} -Provides: tex(unifssla6.tfm) = %{tl_version} -Provides: tex(unifssla7.tfm) = %{tl_version} -Provides: tex(unifssla8.tfm) = %{tl_version} -Provides: tex(unifssla9.tfm) = %{tl_version} -Provides: tex(unifsslaa.tfm) = %{tl_version} -Provides: tex(unifsslab.tfm) = %{tl_version} -Provides: tex(unifsslac.tfm) = %{tl_version} -Provides: tex(unifsslad.tfm) = %{tl_version} -Provides: tex(unifsslae.tfm) = %{tl_version} -Provides: tex(unifsslaf.tfm) = %{tl_version} -Provides: tex(unifsslb0.tfm) = %{tl_version} -Provides: tex(unifsslb1.tfm) = %{tl_version} -Provides: tex(unifsslb2.tfm) = %{tl_version} -Provides: tex(unifsslb3.tfm) = %{tl_version} -Provides: tex(unifsslb4.tfm) = %{tl_version} -Provides: tex(unifsslb5.tfm) = %{tl_version} -Provides: tex(unifsslb6.tfm) = %{tl_version} -Provides: tex(unifsslb7.tfm) = %{tl_version} -Provides: tex(unifsslb8.tfm) = %{tl_version} -Provides: tex(unifsslb9.tfm) = %{tl_version} -Provides: tex(unifsslba.tfm) = %{tl_version} -Provides: tex(unifsslbb.tfm) = %{tl_version} -Provides: tex(unifsslbc.tfm) = %{tl_version} -Provides: tex(unifsslbd.tfm) = %{tl_version} -Provides: tex(unifsslbe.tfm) = %{tl_version} -Provides: tex(unifsslbf.tfm) = %{tl_version} -Provides: tex(unifsslc0.tfm) = %{tl_version} -Provides: tex(unifsslc1.tfm) = %{tl_version} -Provides: tex(unifsslc2.tfm) = %{tl_version} -Provides: tex(unifsslc3.tfm) = %{tl_version} -Provides: tex(unifsslc4.tfm) = %{tl_version} -Provides: tex(unifsslc5.tfm) = %{tl_version} -Provides: tex(unifsslc6.tfm) = %{tl_version} -Provides: tex(unifsslc7.tfm) = %{tl_version} -Provides: tex(unifsslc8.tfm) = %{tl_version} -Provides: tex(unifsslc9.tfm) = %{tl_version} -Provides: tex(unifsslca.tfm) = %{tl_version} -Provides: tex(unifsslcb.tfm) = %{tl_version} -Provides: tex(unifsslcc.tfm) = %{tl_version} -Provides: tex(unifsslcd.tfm) = %{tl_version} -Provides: tex(unifsslce.tfm) = %{tl_version} -Provides: tex(unifsslcf.tfm) = %{tl_version} -Provides: tex(unifssld0.tfm) = %{tl_version} -Provides: tex(unifssld1.tfm) = %{tl_version} -Provides: tex(unifssld2.tfm) = %{tl_version} -Provides: tex(unifssld3.tfm) = %{tl_version} -Provides: tex(unifssld4.tfm) = %{tl_version} -Provides: tex(unifssld5.tfm) = %{tl_version} -Provides: tex(unifssld6.tfm) = %{tl_version} -Provides: tex(unifssld7.tfm) = %{tl_version} -Provides: tex(unifssld8.tfm) = %{tl_version} -Provides: tex(unifssld9.tfm) = %{tl_version} -Provides: tex(unifsslda.tfm) = %{tl_version} -Provides: tex(unifssldb.tfm) = %{tl_version} -Provides: tex(unifssldc.tfm) = %{tl_version} -Provides: tex(unifssldd.tfm) = %{tl_version} -Provides: tex(unifsslde.tfm) = %{tl_version} -Provides: tex(unifssldf.tfm) = %{tl_version} -Provides: tex(unifssle0.tfm) = %{tl_version} -Provides: tex(unifssle1.tfm) = %{tl_version} -Provides: tex(unifssle2.tfm) = %{tl_version} -Provides: tex(unifssle3.tfm) = %{tl_version} -Provides: tex(unifssle4.tfm) = %{tl_version} -Provides: tex(unifssle5.tfm) = %{tl_version} -Provides: tex(unifssle6.tfm) = %{tl_version} -Provides: tex(unifssle7.tfm) = %{tl_version} -Provides: tex(unifssle8.tfm) = %{tl_version} -Provides: tex(unifssle9.tfm) = %{tl_version} -Provides: tex(unifsslea.tfm) = %{tl_version} -Provides: tex(unifssleb.tfm) = %{tl_version} -Provides: tex(unifsslec.tfm) = %{tl_version} -Provides: tex(unifssled.tfm) = %{tl_version} -Provides: tex(unifsslee.tfm) = %{tl_version} -Provides: tex(unifsslef.tfm) = %{tl_version} -Provides: tex(unifsslf0.tfm) = %{tl_version} -Provides: tex(unifsslf1.tfm) = %{tl_version} -Provides: tex(unifsslf2.tfm) = %{tl_version} -Provides: tex(unifsslf3.tfm) = %{tl_version} -Provides: tex(unifsslf4.tfm) = %{tl_version} -Provides: tex(unifsslf5.tfm) = %{tl_version} -Provides: tex(unifsslf6.tfm) = %{tl_version} -Provides: tex(unifsslf7.tfm) = %{tl_version} -Provides: tex(unifsslf8.tfm) = %{tl_version} -Provides: tex(unifsslf9.tfm) = %{tl_version} -Provides: tex(unifsslfa.tfm) = %{tl_version} -Provides: tex(unifsslfb.tfm) = %{tl_version} -Provides: tex(unifsslfc.tfm) = %{tl_version} -Provides: tex(unifsslfd.tfm) = %{tl_version} -Provides: tex(unifsslfe.tfm) = %{tl_version} -Provides: tex(unifsslff.tfm) = %{tl_version} -Provides: tex(unihei00.tfm) = %{tl_version} -Provides: tex(unihei01.tfm) = %{tl_version} -Provides: tex(unihei02.tfm) = %{tl_version} -Provides: tex(unihei03.tfm) = %{tl_version} -Provides: tex(unihei04.tfm) = %{tl_version} -Provides: tex(unihei05.tfm) = %{tl_version} -Provides: tex(unihei06.tfm) = %{tl_version} -Provides: tex(unihei07.tfm) = %{tl_version} -Provides: tex(unihei08.tfm) = %{tl_version} -Provides: tex(unihei09.tfm) = %{tl_version} -Provides: tex(unihei0a.tfm) = %{tl_version} -Provides: tex(unihei0b.tfm) = %{tl_version} -Provides: tex(unihei0c.tfm) = %{tl_version} -Provides: tex(unihei0d.tfm) = %{tl_version} -Provides: tex(unihei0e.tfm) = %{tl_version} -Provides: tex(unihei0f.tfm) = %{tl_version} -Provides: tex(unihei10.tfm) = %{tl_version} -Provides: tex(unihei11.tfm) = %{tl_version} -Provides: tex(unihei12.tfm) = %{tl_version} -Provides: tex(unihei13.tfm) = %{tl_version} -Provides: tex(unihei14.tfm) = %{tl_version} -Provides: tex(unihei15.tfm) = %{tl_version} -Provides: tex(unihei16.tfm) = %{tl_version} -Provides: tex(unihei17.tfm) = %{tl_version} -Provides: tex(unihei18.tfm) = %{tl_version} -Provides: tex(unihei19.tfm) = %{tl_version} -Provides: tex(unihei1a.tfm) = %{tl_version} -Provides: tex(unihei1b.tfm) = %{tl_version} -Provides: tex(unihei1c.tfm) = %{tl_version} -Provides: tex(unihei1d.tfm) = %{tl_version} -Provides: tex(unihei1e.tfm) = %{tl_version} -Provides: tex(unihei1f.tfm) = %{tl_version} -Provides: tex(unihei20.tfm) = %{tl_version} -Provides: tex(unihei21.tfm) = %{tl_version} -Provides: tex(unihei22.tfm) = %{tl_version} -Provides: tex(unihei23.tfm) = %{tl_version} -Provides: tex(unihei24.tfm) = %{tl_version} -Provides: tex(unihei25.tfm) = %{tl_version} -Provides: tex(unihei26.tfm) = %{tl_version} -Provides: tex(unihei27.tfm) = %{tl_version} -Provides: tex(unihei28.tfm) = %{tl_version} -Provides: tex(unihei29.tfm) = %{tl_version} -Provides: tex(unihei2a.tfm) = %{tl_version} -Provides: tex(unihei2b.tfm) = %{tl_version} -Provides: tex(unihei2c.tfm) = %{tl_version} -Provides: tex(unihei2d.tfm) = %{tl_version} -Provides: tex(unihei2e.tfm) = %{tl_version} -Provides: tex(unihei2f.tfm) = %{tl_version} -Provides: tex(unihei30.tfm) = %{tl_version} -Provides: tex(unihei31.tfm) = %{tl_version} -Provides: tex(unihei32.tfm) = %{tl_version} -Provides: tex(unihei33.tfm) = %{tl_version} -Provides: tex(unihei34.tfm) = %{tl_version} -Provides: tex(unihei35.tfm) = %{tl_version} -Provides: tex(unihei36.tfm) = %{tl_version} -Provides: tex(unihei37.tfm) = %{tl_version} -Provides: tex(unihei38.tfm) = %{tl_version} -Provides: tex(unihei39.tfm) = %{tl_version} -Provides: tex(unihei3a.tfm) = %{tl_version} -Provides: tex(unihei3b.tfm) = %{tl_version} -Provides: tex(unihei3c.tfm) = %{tl_version} -Provides: tex(unihei3d.tfm) = %{tl_version} -Provides: tex(unihei3e.tfm) = %{tl_version} -Provides: tex(unihei3f.tfm) = %{tl_version} -Provides: tex(unihei40.tfm) = %{tl_version} -Provides: tex(unihei41.tfm) = %{tl_version} -Provides: tex(unihei42.tfm) = %{tl_version} -Provides: tex(unihei43.tfm) = %{tl_version} -Provides: tex(unihei44.tfm) = %{tl_version} -Provides: tex(unihei45.tfm) = %{tl_version} -Provides: tex(unihei46.tfm) = %{tl_version} -Provides: tex(unihei47.tfm) = %{tl_version} -Provides: tex(unihei48.tfm) = %{tl_version} -Provides: tex(unihei49.tfm) = %{tl_version} -Provides: tex(unihei4a.tfm) = %{tl_version} -Provides: tex(unihei4b.tfm) = %{tl_version} -Provides: tex(unihei4c.tfm) = %{tl_version} -Provides: tex(unihei4d.tfm) = %{tl_version} -Provides: tex(unihei4e.tfm) = %{tl_version} -Provides: tex(unihei4f.tfm) = %{tl_version} -Provides: tex(unihei50.tfm) = %{tl_version} -Provides: tex(unihei51.tfm) = %{tl_version} -Provides: tex(unihei52.tfm) = %{tl_version} -Provides: tex(unihei53.tfm) = %{tl_version} -Provides: tex(unihei54.tfm) = %{tl_version} -Provides: tex(unihei55.tfm) = %{tl_version} -Provides: tex(unihei56.tfm) = %{tl_version} -Provides: tex(unihei57.tfm) = %{tl_version} -Provides: tex(unihei58.tfm) = %{tl_version} -Provides: tex(unihei59.tfm) = %{tl_version} -Provides: tex(unihei5a.tfm) = %{tl_version} -Provides: tex(unihei5b.tfm) = %{tl_version} -Provides: tex(unihei5c.tfm) = %{tl_version} -Provides: tex(unihei5d.tfm) = %{tl_version} -Provides: tex(unihei5e.tfm) = %{tl_version} -Provides: tex(unihei5f.tfm) = %{tl_version} -Provides: tex(unihei60.tfm) = %{tl_version} -Provides: tex(unihei61.tfm) = %{tl_version} -Provides: tex(unihei62.tfm) = %{tl_version} -Provides: tex(unihei63.tfm) = %{tl_version} -Provides: tex(unihei64.tfm) = %{tl_version} -Provides: tex(unihei65.tfm) = %{tl_version} -Provides: tex(unihei66.tfm) = %{tl_version} -Provides: tex(unihei67.tfm) = %{tl_version} -Provides: tex(unihei68.tfm) = %{tl_version} -Provides: tex(unihei69.tfm) = %{tl_version} -Provides: tex(unihei6a.tfm) = %{tl_version} -Provides: tex(unihei6b.tfm) = %{tl_version} -Provides: tex(unihei6c.tfm) = %{tl_version} -Provides: tex(unihei6d.tfm) = %{tl_version} -Provides: tex(unihei6e.tfm) = %{tl_version} -Provides: tex(unihei6f.tfm) = %{tl_version} -Provides: tex(unihei70.tfm) = %{tl_version} -Provides: tex(unihei71.tfm) = %{tl_version} -Provides: tex(unihei72.tfm) = %{tl_version} -Provides: tex(unihei73.tfm) = %{tl_version} -Provides: tex(unihei74.tfm) = %{tl_version} -Provides: tex(unihei75.tfm) = %{tl_version} -Provides: tex(unihei76.tfm) = %{tl_version} -Provides: tex(unihei77.tfm) = %{tl_version} -Provides: tex(unihei78.tfm) = %{tl_version} -Provides: tex(unihei79.tfm) = %{tl_version} -Provides: tex(unihei7a.tfm) = %{tl_version} -Provides: tex(unihei7b.tfm) = %{tl_version} -Provides: tex(unihei7c.tfm) = %{tl_version} -Provides: tex(unihei7d.tfm) = %{tl_version} -Provides: tex(unihei7e.tfm) = %{tl_version} -Provides: tex(unihei7f.tfm) = %{tl_version} -Provides: tex(unihei80.tfm) = %{tl_version} -Provides: tex(unihei81.tfm) = %{tl_version} -Provides: tex(unihei82.tfm) = %{tl_version} -Provides: tex(unihei83.tfm) = %{tl_version} -Provides: tex(unihei84.tfm) = %{tl_version} -Provides: tex(unihei85.tfm) = %{tl_version} -Provides: tex(unihei86.tfm) = %{tl_version} -Provides: tex(unihei87.tfm) = %{tl_version} -Provides: tex(unihei88.tfm) = %{tl_version} -Provides: tex(unihei89.tfm) = %{tl_version} -Provides: tex(unihei8a.tfm) = %{tl_version} -Provides: tex(unihei8b.tfm) = %{tl_version} -Provides: tex(unihei8c.tfm) = %{tl_version} -Provides: tex(unihei8d.tfm) = %{tl_version} -Provides: tex(unihei8e.tfm) = %{tl_version} -Provides: tex(unihei8f.tfm) = %{tl_version} -Provides: tex(unihei90.tfm) = %{tl_version} -Provides: tex(unihei91.tfm) = %{tl_version} -Provides: tex(unihei92.tfm) = %{tl_version} -Provides: tex(unihei93.tfm) = %{tl_version} -Provides: tex(unihei94.tfm) = %{tl_version} -Provides: tex(unihei95.tfm) = %{tl_version} -Provides: tex(unihei96.tfm) = %{tl_version} -Provides: tex(unihei97.tfm) = %{tl_version} -Provides: tex(unihei98.tfm) = %{tl_version} -Provides: tex(unihei99.tfm) = %{tl_version} -Provides: tex(unihei9a.tfm) = %{tl_version} -Provides: tex(unihei9b.tfm) = %{tl_version} -Provides: tex(unihei9c.tfm) = %{tl_version} -Provides: tex(unihei9d.tfm) = %{tl_version} -Provides: tex(unihei9e.tfm) = %{tl_version} -Provides: tex(unihei9f.tfm) = %{tl_version} -Provides: tex(uniheia0.tfm) = %{tl_version} -Provides: tex(uniheia1.tfm) = %{tl_version} -Provides: tex(uniheia2.tfm) = %{tl_version} -Provides: tex(uniheia3.tfm) = %{tl_version} -Provides: tex(uniheia4.tfm) = %{tl_version} -Provides: tex(uniheia5.tfm) = %{tl_version} -Provides: tex(uniheia6.tfm) = %{tl_version} -Provides: tex(uniheia7.tfm) = %{tl_version} -Provides: tex(uniheia8.tfm) = %{tl_version} -Provides: tex(uniheia9.tfm) = %{tl_version} -Provides: tex(uniheiaa.tfm) = %{tl_version} -Provides: tex(uniheiab.tfm) = %{tl_version} -Provides: tex(uniheiac.tfm) = %{tl_version} -Provides: tex(uniheiad.tfm) = %{tl_version} -Provides: tex(uniheiae.tfm) = %{tl_version} -Provides: tex(uniheiaf.tfm) = %{tl_version} -Provides: tex(uniheib0.tfm) = %{tl_version} -Provides: tex(uniheib1.tfm) = %{tl_version} -Provides: tex(uniheib2.tfm) = %{tl_version} -Provides: tex(uniheib3.tfm) = %{tl_version} -Provides: tex(uniheib4.tfm) = %{tl_version} -Provides: tex(uniheib5.tfm) = %{tl_version} -Provides: tex(uniheib6.tfm) = %{tl_version} -Provides: tex(uniheib7.tfm) = %{tl_version} -Provides: tex(uniheib8.tfm) = %{tl_version} -Provides: tex(uniheib9.tfm) = %{tl_version} -Provides: tex(uniheiba.tfm) = %{tl_version} -Provides: tex(uniheibb.tfm) = %{tl_version} -Provides: tex(uniheibc.tfm) = %{tl_version} -Provides: tex(uniheibd.tfm) = %{tl_version} -Provides: tex(uniheibe.tfm) = %{tl_version} -Provides: tex(uniheibf.tfm) = %{tl_version} -Provides: tex(uniheic0.tfm) = %{tl_version} -Provides: tex(uniheic1.tfm) = %{tl_version} -Provides: tex(uniheic2.tfm) = %{tl_version} -Provides: tex(uniheic3.tfm) = %{tl_version} -Provides: tex(uniheic4.tfm) = %{tl_version} -Provides: tex(uniheic5.tfm) = %{tl_version} -Provides: tex(uniheic6.tfm) = %{tl_version} -Provides: tex(uniheic7.tfm) = %{tl_version} -Provides: tex(uniheic8.tfm) = %{tl_version} -Provides: tex(uniheic9.tfm) = %{tl_version} -Provides: tex(uniheica.tfm) = %{tl_version} -Provides: tex(uniheicb.tfm) = %{tl_version} -Provides: tex(uniheicc.tfm) = %{tl_version} -Provides: tex(uniheicd.tfm) = %{tl_version} -Provides: tex(uniheice.tfm) = %{tl_version} -Provides: tex(uniheicf.tfm) = %{tl_version} -Provides: tex(uniheid0.tfm) = %{tl_version} -Provides: tex(uniheid1.tfm) = %{tl_version} -Provides: tex(uniheid2.tfm) = %{tl_version} -Provides: tex(uniheid3.tfm) = %{tl_version} -Provides: tex(uniheid4.tfm) = %{tl_version} -Provides: tex(uniheid5.tfm) = %{tl_version} -Provides: tex(uniheid6.tfm) = %{tl_version} -Provides: tex(uniheid7.tfm) = %{tl_version} -Provides: tex(uniheid8.tfm) = %{tl_version} -Provides: tex(uniheid9.tfm) = %{tl_version} -Provides: tex(uniheida.tfm) = %{tl_version} -Provides: tex(uniheidb.tfm) = %{tl_version} -Provides: tex(uniheidc.tfm) = %{tl_version} -Provides: tex(uniheidd.tfm) = %{tl_version} -Provides: tex(uniheide.tfm) = %{tl_version} -Provides: tex(uniheidf.tfm) = %{tl_version} -Provides: tex(uniheie0.tfm) = %{tl_version} -Provides: tex(uniheie1.tfm) = %{tl_version} -Provides: tex(uniheie2.tfm) = %{tl_version} -Provides: tex(uniheie3.tfm) = %{tl_version} -Provides: tex(uniheie4.tfm) = %{tl_version} -Provides: tex(uniheie5.tfm) = %{tl_version} -Provides: tex(uniheie6.tfm) = %{tl_version} -Provides: tex(uniheie7.tfm) = %{tl_version} -Provides: tex(uniheie8.tfm) = %{tl_version} -Provides: tex(uniheie9.tfm) = %{tl_version} -Provides: tex(uniheiea.tfm) = %{tl_version} -Provides: tex(uniheieb.tfm) = %{tl_version} -Provides: tex(uniheiec.tfm) = %{tl_version} -Provides: tex(uniheied.tfm) = %{tl_version} -Provides: tex(uniheiee.tfm) = %{tl_version} -Provides: tex(uniheief.tfm) = %{tl_version} -Provides: tex(uniheif0.tfm) = %{tl_version} -Provides: tex(uniheif1.tfm) = %{tl_version} -Provides: tex(uniheif2.tfm) = %{tl_version} -Provides: tex(uniheif3.tfm) = %{tl_version} -Provides: tex(uniheif4.tfm) = %{tl_version} -Provides: tex(uniheif5.tfm) = %{tl_version} -Provides: tex(uniheif6.tfm) = %{tl_version} -Provides: tex(uniheif7.tfm) = %{tl_version} -Provides: tex(uniheif8.tfm) = %{tl_version} -Provides: tex(uniheif9.tfm) = %{tl_version} -Provides: tex(uniheifa.tfm) = %{tl_version} -Provides: tex(uniheifb.tfm) = %{tl_version} -Provides: tex(uniheifc.tfm) = %{tl_version} -Provides: tex(uniheifd.tfm) = %{tl_version} -Provides: tex(uniheife.tfm) = %{tl_version} -Provides: tex(uniheiff.tfm) = %{tl_version} -Provides: tex(uniheisl00.tfm) = %{tl_version} -Provides: tex(uniheisl01.tfm) = %{tl_version} -Provides: tex(uniheisl02.tfm) = %{tl_version} -Provides: tex(uniheisl03.tfm) = %{tl_version} -Provides: tex(uniheisl04.tfm) = %{tl_version} -Provides: tex(uniheisl05.tfm) = %{tl_version} -Provides: tex(uniheisl06.tfm) = %{tl_version} -Provides: tex(uniheisl07.tfm) = %{tl_version} -Provides: tex(uniheisl08.tfm) = %{tl_version} -Provides: tex(uniheisl09.tfm) = %{tl_version} -Provides: tex(uniheisl0a.tfm) = %{tl_version} -Provides: tex(uniheisl0b.tfm) = %{tl_version} -Provides: tex(uniheisl0c.tfm) = %{tl_version} -Provides: tex(uniheisl0d.tfm) = %{tl_version} -Provides: tex(uniheisl0e.tfm) = %{tl_version} -Provides: tex(uniheisl0f.tfm) = %{tl_version} -Provides: tex(uniheisl10.tfm) = %{tl_version} -Provides: tex(uniheisl11.tfm) = %{tl_version} -Provides: tex(uniheisl12.tfm) = %{tl_version} -Provides: tex(uniheisl13.tfm) = %{tl_version} -Provides: tex(uniheisl14.tfm) = %{tl_version} -Provides: tex(uniheisl15.tfm) = %{tl_version} -Provides: tex(uniheisl16.tfm) = %{tl_version} -Provides: tex(uniheisl17.tfm) = %{tl_version} -Provides: tex(uniheisl18.tfm) = %{tl_version} -Provides: tex(uniheisl19.tfm) = %{tl_version} -Provides: tex(uniheisl1a.tfm) = %{tl_version} -Provides: tex(uniheisl1b.tfm) = %{tl_version} -Provides: tex(uniheisl1c.tfm) = %{tl_version} -Provides: tex(uniheisl1d.tfm) = %{tl_version} -Provides: tex(uniheisl1e.tfm) = %{tl_version} -Provides: tex(uniheisl1f.tfm) = %{tl_version} -Provides: tex(uniheisl20.tfm) = %{tl_version} -Provides: tex(uniheisl21.tfm) = %{tl_version} -Provides: tex(uniheisl22.tfm) = %{tl_version} -Provides: tex(uniheisl23.tfm) = %{tl_version} -Provides: tex(uniheisl24.tfm) = %{tl_version} -Provides: tex(uniheisl25.tfm) = %{tl_version} -Provides: tex(uniheisl26.tfm) = %{tl_version} -Provides: tex(uniheisl27.tfm) = %{tl_version} -Provides: tex(uniheisl28.tfm) = %{tl_version} -Provides: tex(uniheisl29.tfm) = %{tl_version} -Provides: tex(uniheisl2a.tfm) = %{tl_version} -Provides: tex(uniheisl2b.tfm) = %{tl_version} -Provides: tex(uniheisl2c.tfm) = %{tl_version} -Provides: tex(uniheisl2d.tfm) = %{tl_version} -Provides: tex(uniheisl2e.tfm) = %{tl_version} -Provides: tex(uniheisl2f.tfm) = %{tl_version} -Provides: tex(uniheisl30.tfm) = %{tl_version} -Provides: tex(uniheisl31.tfm) = %{tl_version} -Provides: tex(uniheisl32.tfm) = %{tl_version} -Provides: tex(uniheisl33.tfm) = %{tl_version} -Provides: tex(uniheisl34.tfm) = %{tl_version} -Provides: tex(uniheisl35.tfm) = %{tl_version} -Provides: tex(uniheisl36.tfm) = %{tl_version} -Provides: tex(uniheisl37.tfm) = %{tl_version} -Provides: tex(uniheisl38.tfm) = %{tl_version} -Provides: tex(uniheisl39.tfm) = %{tl_version} -Provides: tex(uniheisl3a.tfm) = %{tl_version} -Provides: tex(uniheisl3b.tfm) = %{tl_version} -Provides: tex(uniheisl3c.tfm) = %{tl_version} -Provides: tex(uniheisl3d.tfm) = %{tl_version} -Provides: tex(uniheisl3e.tfm) = %{tl_version} -Provides: tex(uniheisl3f.tfm) = %{tl_version} -Provides: tex(uniheisl40.tfm) = %{tl_version} -Provides: tex(uniheisl41.tfm) = %{tl_version} -Provides: tex(uniheisl42.tfm) = %{tl_version} -Provides: tex(uniheisl43.tfm) = %{tl_version} -Provides: tex(uniheisl44.tfm) = %{tl_version} -Provides: tex(uniheisl45.tfm) = %{tl_version} -Provides: tex(uniheisl46.tfm) = %{tl_version} -Provides: tex(uniheisl47.tfm) = %{tl_version} -Provides: tex(uniheisl48.tfm) = %{tl_version} -Provides: tex(uniheisl49.tfm) = %{tl_version} -Provides: tex(uniheisl4a.tfm) = %{tl_version} -Provides: tex(uniheisl4b.tfm) = %{tl_version} -Provides: tex(uniheisl4c.tfm) = %{tl_version} -Provides: tex(uniheisl4d.tfm) = %{tl_version} -Provides: tex(uniheisl4e.tfm) = %{tl_version} -Provides: tex(uniheisl4f.tfm) = %{tl_version} -Provides: tex(uniheisl50.tfm) = %{tl_version} -Provides: tex(uniheisl51.tfm) = %{tl_version} -Provides: tex(uniheisl52.tfm) = %{tl_version} -Provides: tex(uniheisl53.tfm) = %{tl_version} -Provides: tex(uniheisl54.tfm) = %{tl_version} -Provides: tex(uniheisl55.tfm) = %{tl_version} -Provides: tex(uniheisl56.tfm) = %{tl_version} -Provides: tex(uniheisl57.tfm) = %{tl_version} -Provides: tex(uniheisl58.tfm) = %{tl_version} -Provides: tex(uniheisl59.tfm) = %{tl_version} -Provides: tex(uniheisl5a.tfm) = %{tl_version} -Provides: tex(uniheisl5b.tfm) = %{tl_version} -Provides: tex(uniheisl5c.tfm) = %{tl_version} -Provides: tex(uniheisl5d.tfm) = %{tl_version} -Provides: tex(uniheisl5e.tfm) = %{tl_version} -Provides: tex(uniheisl5f.tfm) = %{tl_version} -Provides: tex(uniheisl60.tfm) = %{tl_version} -Provides: tex(uniheisl61.tfm) = %{tl_version} -Provides: tex(uniheisl62.tfm) = %{tl_version} -Provides: tex(uniheisl63.tfm) = %{tl_version} -Provides: tex(uniheisl64.tfm) = %{tl_version} -Provides: tex(uniheisl65.tfm) = %{tl_version} -Provides: tex(uniheisl66.tfm) = %{tl_version} -Provides: tex(uniheisl67.tfm) = %{tl_version} -Provides: tex(uniheisl68.tfm) = %{tl_version} -Provides: tex(uniheisl69.tfm) = %{tl_version} -Provides: tex(uniheisl6a.tfm) = %{tl_version} -Provides: tex(uniheisl6b.tfm) = %{tl_version} -Provides: tex(uniheisl6c.tfm) = %{tl_version} -Provides: tex(uniheisl6d.tfm) = %{tl_version} -Provides: tex(uniheisl6e.tfm) = %{tl_version} -Provides: tex(uniheisl6f.tfm) = %{tl_version} -Provides: tex(uniheisl70.tfm) = %{tl_version} -Provides: tex(uniheisl71.tfm) = %{tl_version} -Provides: tex(uniheisl72.tfm) = %{tl_version} -Provides: tex(uniheisl73.tfm) = %{tl_version} -Provides: tex(uniheisl74.tfm) = %{tl_version} -Provides: tex(uniheisl75.tfm) = %{tl_version} -Provides: tex(uniheisl76.tfm) = %{tl_version} -Provides: tex(uniheisl77.tfm) = %{tl_version} -Provides: tex(uniheisl78.tfm) = %{tl_version} -Provides: tex(uniheisl79.tfm) = %{tl_version} -Provides: tex(uniheisl7a.tfm) = %{tl_version} -Provides: tex(uniheisl7b.tfm) = %{tl_version} -Provides: tex(uniheisl7c.tfm) = %{tl_version} -Provides: tex(uniheisl7d.tfm) = %{tl_version} -Provides: tex(uniheisl7e.tfm) = %{tl_version} -Provides: tex(uniheisl7f.tfm) = %{tl_version} -Provides: tex(uniheisl80.tfm) = %{tl_version} -Provides: tex(uniheisl81.tfm) = %{tl_version} -Provides: tex(uniheisl82.tfm) = %{tl_version} -Provides: tex(uniheisl83.tfm) = %{tl_version} -Provides: tex(uniheisl84.tfm) = %{tl_version} -Provides: tex(uniheisl85.tfm) = %{tl_version} -Provides: tex(uniheisl86.tfm) = %{tl_version} -Provides: tex(uniheisl87.tfm) = %{tl_version} -Provides: tex(uniheisl88.tfm) = %{tl_version} -Provides: tex(uniheisl89.tfm) = %{tl_version} -Provides: tex(uniheisl8a.tfm) = %{tl_version} -Provides: tex(uniheisl8b.tfm) = %{tl_version} -Provides: tex(uniheisl8c.tfm) = %{tl_version} -Provides: tex(uniheisl8d.tfm) = %{tl_version} -Provides: tex(uniheisl8e.tfm) = %{tl_version} -Provides: tex(uniheisl8f.tfm) = %{tl_version} -Provides: tex(uniheisl90.tfm) = %{tl_version} -Provides: tex(uniheisl91.tfm) = %{tl_version} -Provides: tex(uniheisl92.tfm) = %{tl_version} -Provides: tex(uniheisl93.tfm) = %{tl_version} -Provides: tex(uniheisl94.tfm) = %{tl_version} -Provides: tex(uniheisl95.tfm) = %{tl_version} -Provides: tex(uniheisl96.tfm) = %{tl_version} -Provides: tex(uniheisl97.tfm) = %{tl_version} -Provides: tex(uniheisl98.tfm) = %{tl_version} -Provides: tex(uniheisl99.tfm) = %{tl_version} -Provides: tex(uniheisl9a.tfm) = %{tl_version} -Provides: tex(uniheisl9b.tfm) = %{tl_version} -Provides: tex(uniheisl9c.tfm) = %{tl_version} -Provides: tex(uniheisl9d.tfm) = %{tl_version} -Provides: tex(uniheisl9e.tfm) = %{tl_version} -Provides: tex(uniheisl9f.tfm) = %{tl_version} -Provides: tex(uniheisla0.tfm) = %{tl_version} -Provides: tex(uniheisla1.tfm) = %{tl_version} -Provides: tex(uniheisla2.tfm) = %{tl_version} -Provides: tex(uniheisla3.tfm) = %{tl_version} -Provides: tex(uniheisla4.tfm) = %{tl_version} -Provides: tex(uniheisla5.tfm) = %{tl_version} -Provides: tex(uniheisla6.tfm) = %{tl_version} -Provides: tex(uniheisla7.tfm) = %{tl_version} -Provides: tex(uniheisla8.tfm) = %{tl_version} -Provides: tex(uniheisla9.tfm) = %{tl_version} -Provides: tex(uniheislaa.tfm) = %{tl_version} -Provides: tex(uniheislab.tfm) = %{tl_version} -Provides: tex(uniheislac.tfm) = %{tl_version} -Provides: tex(uniheislad.tfm) = %{tl_version} -Provides: tex(uniheislae.tfm) = %{tl_version} -Provides: tex(uniheislaf.tfm) = %{tl_version} -Provides: tex(uniheislb0.tfm) = %{tl_version} -Provides: tex(uniheislb1.tfm) = %{tl_version} -Provides: tex(uniheislb2.tfm) = %{tl_version} -Provides: tex(uniheislb3.tfm) = %{tl_version} -Provides: tex(uniheislb4.tfm) = %{tl_version} -Provides: tex(uniheislb5.tfm) = %{tl_version} -Provides: tex(uniheislb6.tfm) = %{tl_version} -Provides: tex(uniheislb7.tfm) = %{tl_version} -Provides: tex(uniheislb8.tfm) = %{tl_version} -Provides: tex(uniheislb9.tfm) = %{tl_version} -Provides: tex(uniheislba.tfm) = %{tl_version} -Provides: tex(uniheislbb.tfm) = %{tl_version} -Provides: tex(uniheislbc.tfm) = %{tl_version} -Provides: tex(uniheislbd.tfm) = %{tl_version} -Provides: tex(uniheislbe.tfm) = %{tl_version} -Provides: tex(uniheislbf.tfm) = %{tl_version} -Provides: tex(uniheislc0.tfm) = %{tl_version} -Provides: tex(uniheislc1.tfm) = %{tl_version} -Provides: tex(uniheislc2.tfm) = %{tl_version} -Provides: tex(uniheislc3.tfm) = %{tl_version} -Provides: tex(uniheislc4.tfm) = %{tl_version} -Provides: tex(uniheislc5.tfm) = %{tl_version} -Provides: tex(uniheislc6.tfm) = %{tl_version} -Provides: tex(uniheislc7.tfm) = %{tl_version} -Provides: tex(uniheislc8.tfm) = %{tl_version} -Provides: tex(uniheislc9.tfm) = %{tl_version} -Provides: tex(uniheislca.tfm) = %{tl_version} -Provides: tex(uniheislcb.tfm) = %{tl_version} -Provides: tex(uniheislcc.tfm) = %{tl_version} -Provides: tex(uniheislcd.tfm) = %{tl_version} -Provides: tex(uniheislce.tfm) = %{tl_version} -Provides: tex(uniheislcf.tfm) = %{tl_version} -Provides: tex(uniheisld0.tfm) = %{tl_version} -Provides: tex(uniheisld1.tfm) = %{tl_version} -Provides: tex(uniheisld2.tfm) = %{tl_version} -Provides: tex(uniheisld3.tfm) = %{tl_version} -Provides: tex(uniheisld4.tfm) = %{tl_version} -Provides: tex(uniheisld5.tfm) = %{tl_version} -Provides: tex(uniheisld6.tfm) = %{tl_version} -Provides: tex(uniheisld7.tfm) = %{tl_version} -Provides: tex(uniheisld8.tfm) = %{tl_version} -Provides: tex(uniheisld9.tfm) = %{tl_version} -Provides: tex(uniheislda.tfm) = %{tl_version} -Provides: tex(uniheisldb.tfm) = %{tl_version} -Provides: tex(uniheisldc.tfm) = %{tl_version} -Provides: tex(uniheisldd.tfm) = %{tl_version} -Provides: tex(uniheislde.tfm) = %{tl_version} -Provides: tex(uniheisldf.tfm) = %{tl_version} -Provides: tex(uniheisle0.tfm) = %{tl_version} -Provides: tex(uniheisle1.tfm) = %{tl_version} -Provides: tex(uniheisle2.tfm) = %{tl_version} -Provides: tex(uniheisle3.tfm) = %{tl_version} -Provides: tex(uniheisle4.tfm) = %{tl_version} -Provides: tex(uniheisle5.tfm) = %{tl_version} -Provides: tex(uniheisle6.tfm) = %{tl_version} -Provides: tex(uniheisle7.tfm) = %{tl_version} -Provides: tex(uniheisle8.tfm) = %{tl_version} -Provides: tex(uniheisle9.tfm) = %{tl_version} -Provides: tex(uniheislea.tfm) = %{tl_version} -Provides: tex(uniheisleb.tfm) = %{tl_version} -Provides: tex(uniheislec.tfm) = %{tl_version} -Provides: tex(uniheisled.tfm) = %{tl_version} -Provides: tex(uniheislee.tfm) = %{tl_version} -Provides: tex(uniheislef.tfm) = %{tl_version} -Provides: tex(uniheislf0.tfm) = %{tl_version} -Provides: tex(uniheislf1.tfm) = %{tl_version} -Provides: tex(uniheislf2.tfm) = %{tl_version} -Provides: tex(uniheislf3.tfm) = %{tl_version} -Provides: tex(uniheislf4.tfm) = %{tl_version} -Provides: tex(uniheislf5.tfm) = %{tl_version} -Provides: tex(uniheislf6.tfm) = %{tl_version} -Provides: tex(uniheislf7.tfm) = %{tl_version} -Provides: tex(uniheislf8.tfm) = %{tl_version} -Provides: tex(uniheislf9.tfm) = %{tl_version} -Provides: tex(uniheislfa.tfm) = %{tl_version} -Provides: tex(uniheislfb.tfm) = %{tl_version} -Provides: tex(uniheislfc.tfm) = %{tl_version} -Provides: tex(uniheislfd.tfm) = %{tl_version} -Provides: tex(uniheislfe.tfm) = %{tl_version} -Provides: tex(uniheislff.tfm) = %{tl_version} -Provides: tex(unikai00.tfm) = %{tl_version} -Provides: tex(unikai01.tfm) = %{tl_version} -Provides: tex(unikai02.tfm) = %{tl_version} -Provides: tex(unikai03.tfm) = %{tl_version} -Provides: tex(unikai04.tfm) = %{tl_version} -Provides: tex(unikai05.tfm) = %{tl_version} -Provides: tex(unikai06.tfm) = %{tl_version} -Provides: tex(unikai07.tfm) = %{tl_version} -Provides: tex(unikai08.tfm) = %{tl_version} -Provides: tex(unikai09.tfm) = %{tl_version} -Provides: tex(unikai0a.tfm) = %{tl_version} -Provides: tex(unikai0b.tfm) = %{tl_version} -Provides: tex(unikai0c.tfm) = %{tl_version} -Provides: tex(unikai0d.tfm) = %{tl_version} -Provides: tex(unikai0e.tfm) = %{tl_version} -Provides: tex(unikai0f.tfm) = %{tl_version} -Provides: tex(unikai10.tfm) = %{tl_version} -Provides: tex(unikai11.tfm) = %{tl_version} -Provides: tex(unikai12.tfm) = %{tl_version} -Provides: tex(unikai13.tfm) = %{tl_version} -Provides: tex(unikai14.tfm) = %{tl_version} -Provides: tex(unikai15.tfm) = %{tl_version} -Provides: tex(unikai16.tfm) = %{tl_version} -Provides: tex(unikai17.tfm) = %{tl_version} -Provides: tex(unikai18.tfm) = %{tl_version} -Provides: tex(unikai19.tfm) = %{tl_version} -Provides: tex(unikai1a.tfm) = %{tl_version} -Provides: tex(unikai1b.tfm) = %{tl_version} -Provides: tex(unikai1c.tfm) = %{tl_version} -Provides: tex(unikai1d.tfm) = %{tl_version} -Provides: tex(unikai1e.tfm) = %{tl_version} -Provides: tex(unikai1f.tfm) = %{tl_version} -Provides: tex(unikai20.tfm) = %{tl_version} -Provides: tex(unikai21.tfm) = %{tl_version} -Provides: tex(unikai22.tfm) = %{tl_version} -Provides: tex(unikai23.tfm) = %{tl_version} -Provides: tex(unikai24.tfm) = %{tl_version} -Provides: tex(unikai25.tfm) = %{tl_version} -Provides: tex(unikai26.tfm) = %{tl_version} -Provides: tex(unikai27.tfm) = %{tl_version} -Provides: tex(unikai28.tfm) = %{tl_version} -Provides: tex(unikai29.tfm) = %{tl_version} -Provides: tex(unikai2a.tfm) = %{tl_version} -Provides: tex(unikai2b.tfm) = %{tl_version} -Provides: tex(unikai2c.tfm) = %{tl_version} -Provides: tex(unikai2d.tfm) = %{tl_version} -Provides: tex(unikai2e.tfm) = %{tl_version} -Provides: tex(unikai2f.tfm) = %{tl_version} -Provides: tex(unikai30.tfm) = %{tl_version} -Provides: tex(unikai31.tfm) = %{tl_version} -Provides: tex(unikai32.tfm) = %{tl_version} -Provides: tex(unikai33.tfm) = %{tl_version} -Provides: tex(unikai34.tfm) = %{tl_version} -Provides: tex(unikai35.tfm) = %{tl_version} -Provides: tex(unikai36.tfm) = %{tl_version} -Provides: tex(unikai37.tfm) = %{tl_version} -Provides: tex(unikai38.tfm) = %{tl_version} -Provides: tex(unikai39.tfm) = %{tl_version} -Provides: tex(unikai3a.tfm) = %{tl_version} -Provides: tex(unikai3b.tfm) = %{tl_version} -Provides: tex(unikai3c.tfm) = %{tl_version} -Provides: tex(unikai3d.tfm) = %{tl_version} -Provides: tex(unikai3e.tfm) = %{tl_version} -Provides: tex(unikai3f.tfm) = %{tl_version} -Provides: tex(unikai40.tfm) = %{tl_version} -Provides: tex(unikai41.tfm) = %{tl_version} -Provides: tex(unikai42.tfm) = %{tl_version} -Provides: tex(unikai43.tfm) = %{tl_version} -Provides: tex(unikai44.tfm) = %{tl_version} -Provides: tex(unikai45.tfm) = %{tl_version} -Provides: tex(unikai46.tfm) = %{tl_version} -Provides: tex(unikai47.tfm) = %{tl_version} -Provides: tex(unikai48.tfm) = %{tl_version} -Provides: tex(unikai49.tfm) = %{tl_version} -Provides: tex(unikai4a.tfm) = %{tl_version} -Provides: tex(unikai4b.tfm) = %{tl_version} -Provides: tex(unikai4c.tfm) = %{tl_version} -Provides: tex(unikai4d.tfm) = %{tl_version} -Provides: tex(unikai4e.tfm) = %{tl_version} -Provides: tex(unikai4f.tfm) = %{tl_version} -Provides: tex(unikai50.tfm) = %{tl_version} -Provides: tex(unikai51.tfm) = %{tl_version} -Provides: tex(unikai52.tfm) = %{tl_version} -Provides: tex(unikai53.tfm) = %{tl_version} -Provides: tex(unikai54.tfm) = %{tl_version} -Provides: tex(unikai55.tfm) = %{tl_version} -Provides: tex(unikai56.tfm) = %{tl_version} -Provides: tex(unikai57.tfm) = %{tl_version} -Provides: tex(unikai58.tfm) = %{tl_version} -Provides: tex(unikai59.tfm) = %{tl_version} -Provides: tex(unikai5a.tfm) = %{tl_version} -Provides: tex(unikai5b.tfm) = %{tl_version} -Provides: tex(unikai5c.tfm) = %{tl_version} -Provides: tex(unikai5d.tfm) = %{tl_version} -Provides: tex(unikai5e.tfm) = %{tl_version} -Provides: tex(unikai5f.tfm) = %{tl_version} -Provides: tex(unikai60.tfm) = %{tl_version} -Provides: tex(unikai61.tfm) = %{tl_version} -Provides: tex(unikai62.tfm) = %{tl_version} -Provides: tex(unikai63.tfm) = %{tl_version} -Provides: tex(unikai64.tfm) = %{tl_version} -Provides: tex(unikai65.tfm) = %{tl_version} -Provides: tex(unikai66.tfm) = %{tl_version} -Provides: tex(unikai67.tfm) = %{tl_version} -Provides: tex(unikai68.tfm) = %{tl_version} -Provides: tex(unikai69.tfm) = %{tl_version} -Provides: tex(unikai6a.tfm) = %{tl_version} -Provides: tex(unikai6b.tfm) = %{tl_version} -Provides: tex(unikai6c.tfm) = %{tl_version} -Provides: tex(unikai6d.tfm) = %{tl_version} -Provides: tex(unikai6e.tfm) = %{tl_version} -Provides: tex(unikai6f.tfm) = %{tl_version} -Provides: tex(unikai70.tfm) = %{tl_version} -Provides: tex(unikai71.tfm) = %{tl_version} -Provides: tex(unikai72.tfm) = %{tl_version} -Provides: tex(unikai73.tfm) = %{tl_version} -Provides: tex(unikai74.tfm) = %{tl_version} -Provides: tex(unikai75.tfm) = %{tl_version} -Provides: tex(unikai76.tfm) = %{tl_version} -Provides: tex(unikai77.tfm) = %{tl_version} -Provides: tex(unikai78.tfm) = %{tl_version} -Provides: tex(unikai79.tfm) = %{tl_version} -Provides: tex(unikai7a.tfm) = %{tl_version} -Provides: tex(unikai7b.tfm) = %{tl_version} -Provides: tex(unikai7c.tfm) = %{tl_version} -Provides: tex(unikai7d.tfm) = %{tl_version} -Provides: tex(unikai7e.tfm) = %{tl_version} -Provides: tex(unikai7f.tfm) = %{tl_version} -Provides: tex(unikai80.tfm) = %{tl_version} -Provides: tex(unikai81.tfm) = %{tl_version} -Provides: tex(unikai82.tfm) = %{tl_version} -Provides: tex(unikai83.tfm) = %{tl_version} -Provides: tex(unikai84.tfm) = %{tl_version} -Provides: tex(unikai85.tfm) = %{tl_version} -Provides: tex(unikai86.tfm) = %{tl_version} -Provides: tex(unikai87.tfm) = %{tl_version} -Provides: tex(unikai88.tfm) = %{tl_version} -Provides: tex(unikai89.tfm) = %{tl_version} -Provides: tex(unikai8a.tfm) = %{tl_version} -Provides: tex(unikai8b.tfm) = %{tl_version} -Provides: tex(unikai8c.tfm) = %{tl_version} -Provides: tex(unikai8d.tfm) = %{tl_version} -Provides: tex(unikai8e.tfm) = %{tl_version} -Provides: tex(unikai8f.tfm) = %{tl_version} -Provides: tex(unikai90.tfm) = %{tl_version} -Provides: tex(unikai91.tfm) = %{tl_version} -Provides: tex(unikai92.tfm) = %{tl_version} -Provides: tex(unikai93.tfm) = %{tl_version} -Provides: tex(unikai94.tfm) = %{tl_version} -Provides: tex(unikai95.tfm) = %{tl_version} -Provides: tex(unikai96.tfm) = %{tl_version} -Provides: tex(unikai97.tfm) = %{tl_version} -Provides: tex(unikai98.tfm) = %{tl_version} -Provides: tex(unikai99.tfm) = %{tl_version} -Provides: tex(unikai9a.tfm) = %{tl_version} -Provides: tex(unikai9b.tfm) = %{tl_version} -Provides: tex(unikai9c.tfm) = %{tl_version} -Provides: tex(unikai9d.tfm) = %{tl_version} -Provides: tex(unikai9e.tfm) = %{tl_version} -Provides: tex(unikai9f.tfm) = %{tl_version} -Provides: tex(unikaia0.tfm) = %{tl_version} -Provides: tex(unikaia1.tfm) = %{tl_version} -Provides: tex(unikaia2.tfm) = %{tl_version} -Provides: tex(unikaia3.tfm) = %{tl_version} -Provides: tex(unikaia4.tfm) = %{tl_version} -Provides: tex(unikaia5.tfm) = %{tl_version} -Provides: tex(unikaia6.tfm) = %{tl_version} -Provides: tex(unikaia7.tfm) = %{tl_version} -Provides: tex(unikaia8.tfm) = %{tl_version} -Provides: tex(unikaia9.tfm) = %{tl_version} -Provides: tex(unikaiaa.tfm) = %{tl_version} -Provides: tex(unikaiab.tfm) = %{tl_version} -Provides: tex(unikaiac.tfm) = %{tl_version} -Provides: tex(unikaiad.tfm) = %{tl_version} -Provides: tex(unikaiae.tfm) = %{tl_version} -Provides: tex(unikaiaf.tfm) = %{tl_version} -Provides: tex(unikaib0.tfm) = %{tl_version} -Provides: tex(unikaib1.tfm) = %{tl_version} -Provides: tex(unikaib2.tfm) = %{tl_version} -Provides: tex(unikaib3.tfm) = %{tl_version} -Provides: tex(unikaib4.tfm) = %{tl_version} -Provides: tex(unikaib5.tfm) = %{tl_version} -Provides: tex(unikaib6.tfm) = %{tl_version} -Provides: tex(unikaib7.tfm) = %{tl_version} -Provides: tex(unikaib8.tfm) = %{tl_version} -Provides: tex(unikaib9.tfm) = %{tl_version} -Provides: tex(unikaiba.tfm) = %{tl_version} -Provides: tex(unikaibb.tfm) = %{tl_version} -Provides: tex(unikaibc.tfm) = %{tl_version} -Provides: tex(unikaibd.tfm) = %{tl_version} -Provides: tex(unikaibe.tfm) = %{tl_version} -Provides: tex(unikaibf.tfm) = %{tl_version} -Provides: tex(unikaic0.tfm) = %{tl_version} -Provides: tex(unikaic1.tfm) = %{tl_version} -Provides: tex(unikaic2.tfm) = %{tl_version} -Provides: tex(unikaic3.tfm) = %{tl_version} -Provides: tex(unikaic4.tfm) = %{tl_version} -Provides: tex(unikaic5.tfm) = %{tl_version} -Provides: tex(unikaic6.tfm) = %{tl_version} -Provides: tex(unikaic7.tfm) = %{tl_version} -Provides: tex(unikaic8.tfm) = %{tl_version} -Provides: tex(unikaic9.tfm) = %{tl_version} -Provides: tex(unikaica.tfm) = %{tl_version} -Provides: tex(unikaicb.tfm) = %{tl_version} -Provides: tex(unikaicc.tfm) = %{tl_version} -Provides: tex(unikaicd.tfm) = %{tl_version} -Provides: tex(unikaice.tfm) = %{tl_version} -Provides: tex(unikaicf.tfm) = %{tl_version} -Provides: tex(unikaid0.tfm) = %{tl_version} -Provides: tex(unikaid1.tfm) = %{tl_version} -Provides: tex(unikaid2.tfm) = %{tl_version} -Provides: tex(unikaid3.tfm) = %{tl_version} -Provides: tex(unikaid4.tfm) = %{tl_version} -Provides: tex(unikaid5.tfm) = %{tl_version} -Provides: tex(unikaid6.tfm) = %{tl_version} -Provides: tex(unikaid7.tfm) = %{tl_version} -Provides: tex(unikaid8.tfm) = %{tl_version} -Provides: tex(unikaid9.tfm) = %{tl_version} -Provides: tex(unikaida.tfm) = %{tl_version} -Provides: tex(unikaidb.tfm) = %{tl_version} -Provides: tex(unikaidc.tfm) = %{tl_version} -Provides: tex(unikaidd.tfm) = %{tl_version} -Provides: tex(unikaide.tfm) = %{tl_version} -Provides: tex(unikaidf.tfm) = %{tl_version} -Provides: tex(unikaie0.tfm) = %{tl_version} -Provides: tex(unikaie1.tfm) = %{tl_version} -Provides: tex(unikaie2.tfm) = %{tl_version} -Provides: tex(unikaie3.tfm) = %{tl_version} -Provides: tex(unikaie4.tfm) = %{tl_version} -Provides: tex(unikaie5.tfm) = %{tl_version} -Provides: tex(unikaie6.tfm) = %{tl_version} -Provides: tex(unikaie7.tfm) = %{tl_version} -Provides: tex(unikaie8.tfm) = %{tl_version} -Provides: tex(unikaie9.tfm) = %{tl_version} -Provides: tex(unikaiea.tfm) = %{tl_version} -Provides: tex(unikaieb.tfm) = %{tl_version} -Provides: tex(unikaiec.tfm) = %{tl_version} -Provides: tex(unikaied.tfm) = %{tl_version} -Provides: tex(unikaiee.tfm) = %{tl_version} -Provides: tex(unikaief.tfm) = %{tl_version} -Provides: tex(unikaif0.tfm) = %{tl_version} -Provides: tex(unikaif1.tfm) = %{tl_version} -Provides: tex(unikaif2.tfm) = %{tl_version} -Provides: tex(unikaif3.tfm) = %{tl_version} -Provides: tex(unikaif4.tfm) = %{tl_version} -Provides: tex(unikaif5.tfm) = %{tl_version} -Provides: tex(unikaif6.tfm) = %{tl_version} -Provides: tex(unikaif7.tfm) = %{tl_version} -Provides: tex(unikaif8.tfm) = %{tl_version} -Provides: tex(unikaif9.tfm) = %{tl_version} -Provides: tex(unikaifa.tfm) = %{tl_version} -Provides: tex(unikaifb.tfm) = %{tl_version} -Provides: tex(unikaifc.tfm) = %{tl_version} -Provides: tex(unikaifd.tfm) = %{tl_version} -Provides: tex(unikaife.tfm) = %{tl_version} -Provides: tex(unikaiff.tfm) = %{tl_version} -Provides: tex(unikaisl00.tfm) = %{tl_version} -Provides: tex(unikaisl01.tfm) = %{tl_version} -Provides: tex(unikaisl02.tfm) = %{tl_version} -Provides: tex(unikaisl03.tfm) = %{tl_version} -Provides: tex(unikaisl04.tfm) = %{tl_version} -Provides: tex(unikaisl05.tfm) = %{tl_version} -Provides: tex(unikaisl06.tfm) = %{tl_version} -Provides: tex(unikaisl07.tfm) = %{tl_version} -Provides: tex(unikaisl08.tfm) = %{tl_version} -Provides: tex(unikaisl09.tfm) = %{tl_version} -Provides: tex(unikaisl0a.tfm) = %{tl_version} -Provides: tex(unikaisl0b.tfm) = %{tl_version} -Provides: tex(unikaisl0c.tfm) = %{tl_version} -Provides: tex(unikaisl0d.tfm) = %{tl_version} -Provides: tex(unikaisl0e.tfm) = %{tl_version} -Provides: tex(unikaisl0f.tfm) = %{tl_version} -Provides: tex(unikaisl10.tfm) = %{tl_version} -Provides: tex(unikaisl11.tfm) = %{tl_version} -Provides: tex(unikaisl12.tfm) = %{tl_version} -Provides: tex(unikaisl13.tfm) = %{tl_version} -Provides: tex(unikaisl14.tfm) = %{tl_version} -Provides: tex(unikaisl15.tfm) = %{tl_version} -Provides: tex(unikaisl16.tfm) = %{tl_version} -Provides: tex(unikaisl17.tfm) = %{tl_version} -Provides: tex(unikaisl18.tfm) = %{tl_version} -Provides: tex(unikaisl19.tfm) = %{tl_version} -Provides: tex(unikaisl1a.tfm) = %{tl_version} -Provides: tex(unikaisl1b.tfm) = %{tl_version} -Provides: tex(unikaisl1c.tfm) = %{tl_version} -Provides: tex(unikaisl1d.tfm) = %{tl_version} -Provides: tex(unikaisl1e.tfm) = %{tl_version} -Provides: tex(unikaisl1f.tfm) = %{tl_version} -Provides: tex(unikaisl20.tfm) = %{tl_version} -Provides: tex(unikaisl21.tfm) = %{tl_version} -Provides: tex(unikaisl22.tfm) = %{tl_version} -Provides: tex(unikaisl23.tfm) = %{tl_version} -Provides: tex(unikaisl24.tfm) = %{tl_version} -Provides: tex(unikaisl25.tfm) = %{tl_version} -Provides: tex(unikaisl26.tfm) = %{tl_version} -Provides: tex(unikaisl27.tfm) = %{tl_version} -Provides: tex(unikaisl28.tfm) = %{tl_version} -Provides: tex(unikaisl29.tfm) = %{tl_version} -Provides: tex(unikaisl2a.tfm) = %{tl_version} -Provides: tex(unikaisl2b.tfm) = %{tl_version} -Provides: tex(unikaisl2c.tfm) = %{tl_version} -Provides: tex(unikaisl2d.tfm) = %{tl_version} -Provides: tex(unikaisl2e.tfm) = %{tl_version} -Provides: tex(unikaisl2f.tfm) = %{tl_version} -Provides: tex(unikaisl30.tfm) = %{tl_version} -Provides: tex(unikaisl31.tfm) = %{tl_version} -Provides: tex(unikaisl32.tfm) = %{tl_version} -Provides: tex(unikaisl33.tfm) = %{tl_version} -Provides: tex(unikaisl34.tfm) = %{tl_version} -Provides: tex(unikaisl35.tfm) = %{tl_version} -Provides: tex(unikaisl36.tfm) = %{tl_version} -Provides: tex(unikaisl37.tfm) = %{tl_version} -Provides: tex(unikaisl38.tfm) = %{tl_version} -Provides: tex(unikaisl39.tfm) = %{tl_version} -Provides: tex(unikaisl3a.tfm) = %{tl_version} -Provides: tex(unikaisl3b.tfm) = %{tl_version} -Provides: tex(unikaisl3c.tfm) = %{tl_version} -Provides: tex(unikaisl3d.tfm) = %{tl_version} -Provides: tex(unikaisl3e.tfm) = %{tl_version} -Provides: tex(unikaisl3f.tfm) = %{tl_version} -Provides: tex(unikaisl40.tfm) = %{tl_version} -Provides: tex(unikaisl41.tfm) = %{tl_version} -Provides: tex(unikaisl42.tfm) = %{tl_version} -Provides: tex(unikaisl43.tfm) = %{tl_version} -Provides: tex(unikaisl44.tfm) = %{tl_version} -Provides: tex(unikaisl45.tfm) = %{tl_version} -Provides: tex(unikaisl46.tfm) = %{tl_version} -Provides: tex(unikaisl47.tfm) = %{tl_version} -Provides: tex(unikaisl48.tfm) = %{tl_version} -Provides: tex(unikaisl49.tfm) = %{tl_version} -Provides: tex(unikaisl4a.tfm) = %{tl_version} -Provides: tex(unikaisl4b.tfm) = %{tl_version} -Provides: tex(unikaisl4c.tfm) = %{tl_version} -Provides: tex(unikaisl4d.tfm) = %{tl_version} -Provides: tex(unikaisl4e.tfm) = %{tl_version} -Provides: tex(unikaisl4f.tfm) = %{tl_version} -Provides: tex(unikaisl50.tfm) = %{tl_version} -Provides: tex(unikaisl51.tfm) = %{tl_version} -Provides: tex(unikaisl52.tfm) = %{tl_version} -Provides: tex(unikaisl53.tfm) = %{tl_version} -Provides: tex(unikaisl54.tfm) = %{tl_version} -Provides: tex(unikaisl55.tfm) = %{tl_version} -Provides: tex(unikaisl56.tfm) = %{tl_version} -Provides: tex(unikaisl57.tfm) = %{tl_version} -Provides: tex(unikaisl58.tfm) = %{tl_version} -Provides: tex(unikaisl59.tfm) = %{tl_version} -Provides: tex(unikaisl5a.tfm) = %{tl_version} -Provides: tex(unikaisl5b.tfm) = %{tl_version} -Provides: tex(unikaisl5c.tfm) = %{tl_version} -Provides: tex(unikaisl5d.tfm) = %{tl_version} -Provides: tex(unikaisl5e.tfm) = %{tl_version} -Provides: tex(unikaisl5f.tfm) = %{tl_version} -Provides: tex(unikaisl60.tfm) = %{tl_version} -Provides: tex(unikaisl61.tfm) = %{tl_version} -Provides: tex(unikaisl62.tfm) = %{tl_version} -Provides: tex(unikaisl63.tfm) = %{tl_version} -Provides: tex(unikaisl64.tfm) = %{tl_version} -Provides: tex(unikaisl65.tfm) = %{tl_version} -Provides: tex(unikaisl66.tfm) = %{tl_version} -Provides: tex(unikaisl67.tfm) = %{tl_version} -Provides: tex(unikaisl68.tfm) = %{tl_version} -Provides: tex(unikaisl69.tfm) = %{tl_version} -Provides: tex(unikaisl6a.tfm) = %{tl_version} -Provides: tex(unikaisl6b.tfm) = %{tl_version} -Provides: tex(unikaisl6c.tfm) = %{tl_version} -Provides: tex(unikaisl6d.tfm) = %{tl_version} -Provides: tex(unikaisl6e.tfm) = %{tl_version} -Provides: tex(unikaisl6f.tfm) = %{tl_version} -Provides: tex(unikaisl70.tfm) = %{tl_version} -Provides: tex(unikaisl71.tfm) = %{tl_version} -Provides: tex(unikaisl72.tfm) = %{tl_version} -Provides: tex(unikaisl73.tfm) = %{tl_version} -Provides: tex(unikaisl74.tfm) = %{tl_version} -Provides: tex(unikaisl75.tfm) = %{tl_version} -Provides: tex(unikaisl76.tfm) = %{tl_version} -Provides: tex(unikaisl77.tfm) = %{tl_version} -Provides: tex(unikaisl78.tfm) = %{tl_version} -Provides: tex(unikaisl79.tfm) = %{tl_version} -Provides: tex(unikaisl7a.tfm) = %{tl_version} -Provides: tex(unikaisl7b.tfm) = %{tl_version} -Provides: tex(unikaisl7c.tfm) = %{tl_version} -Provides: tex(unikaisl7d.tfm) = %{tl_version} -Provides: tex(unikaisl7e.tfm) = %{tl_version} -Provides: tex(unikaisl7f.tfm) = %{tl_version} -Provides: tex(unikaisl80.tfm) = %{tl_version} -Provides: tex(unikaisl81.tfm) = %{tl_version} -Provides: tex(unikaisl82.tfm) = %{tl_version} -Provides: tex(unikaisl83.tfm) = %{tl_version} -Provides: tex(unikaisl84.tfm) = %{tl_version} -Provides: tex(unikaisl85.tfm) = %{tl_version} -Provides: tex(unikaisl86.tfm) = %{tl_version} -Provides: tex(unikaisl87.tfm) = %{tl_version} -Provides: tex(unikaisl88.tfm) = %{tl_version} -Provides: tex(unikaisl89.tfm) = %{tl_version} -Provides: tex(unikaisl8a.tfm) = %{tl_version} -Provides: tex(unikaisl8b.tfm) = %{tl_version} -Provides: tex(unikaisl8c.tfm) = %{tl_version} -Provides: tex(unikaisl8d.tfm) = %{tl_version} -Provides: tex(unikaisl8e.tfm) = %{tl_version} -Provides: tex(unikaisl8f.tfm) = %{tl_version} -Provides: tex(unikaisl90.tfm) = %{tl_version} -Provides: tex(unikaisl91.tfm) = %{tl_version} -Provides: tex(unikaisl92.tfm) = %{tl_version} -Provides: tex(unikaisl93.tfm) = %{tl_version} -Provides: tex(unikaisl94.tfm) = %{tl_version} -Provides: tex(unikaisl95.tfm) = %{tl_version} -Provides: tex(unikaisl96.tfm) = %{tl_version} -Provides: tex(unikaisl97.tfm) = %{tl_version} -Provides: tex(unikaisl98.tfm) = %{tl_version} -Provides: tex(unikaisl99.tfm) = %{tl_version} -Provides: tex(unikaisl9a.tfm) = %{tl_version} -Provides: tex(unikaisl9b.tfm) = %{tl_version} -Provides: tex(unikaisl9c.tfm) = %{tl_version} -Provides: tex(unikaisl9d.tfm) = %{tl_version} -Provides: tex(unikaisl9e.tfm) = %{tl_version} -Provides: tex(unikaisl9f.tfm) = %{tl_version} -Provides: tex(unikaisla0.tfm) = %{tl_version} -Provides: tex(unikaisla1.tfm) = %{tl_version} -Provides: tex(unikaisla2.tfm) = %{tl_version} -Provides: tex(unikaisla3.tfm) = %{tl_version} -Provides: tex(unikaisla4.tfm) = %{tl_version} -Provides: tex(unikaisla5.tfm) = %{tl_version} -Provides: tex(unikaisla6.tfm) = %{tl_version} -Provides: tex(unikaisla7.tfm) = %{tl_version} -Provides: tex(unikaisla8.tfm) = %{tl_version} -Provides: tex(unikaisla9.tfm) = %{tl_version} -Provides: tex(unikaislaa.tfm) = %{tl_version} -Provides: tex(unikaislab.tfm) = %{tl_version} -Provides: tex(unikaislac.tfm) = %{tl_version} -Provides: tex(unikaislad.tfm) = %{tl_version} -Provides: tex(unikaislae.tfm) = %{tl_version} -Provides: tex(unikaislaf.tfm) = %{tl_version} -Provides: tex(unikaislb0.tfm) = %{tl_version} -Provides: tex(unikaislb1.tfm) = %{tl_version} -Provides: tex(unikaislb2.tfm) = %{tl_version} -Provides: tex(unikaislb3.tfm) = %{tl_version} -Provides: tex(unikaislb4.tfm) = %{tl_version} -Provides: tex(unikaislb5.tfm) = %{tl_version} -Provides: tex(unikaislb6.tfm) = %{tl_version} -Provides: tex(unikaislb7.tfm) = %{tl_version} -Provides: tex(unikaislb8.tfm) = %{tl_version} -Provides: tex(unikaislb9.tfm) = %{tl_version} -Provides: tex(unikaislba.tfm) = %{tl_version} -Provides: tex(unikaislbb.tfm) = %{tl_version} -Provides: tex(unikaislbc.tfm) = %{tl_version} -Provides: tex(unikaislbd.tfm) = %{tl_version} -Provides: tex(unikaislbe.tfm) = %{tl_version} -Provides: tex(unikaislbf.tfm) = %{tl_version} -Provides: tex(unikaislc0.tfm) = %{tl_version} -Provides: tex(unikaislc1.tfm) = %{tl_version} -Provides: tex(unikaislc2.tfm) = %{tl_version} -Provides: tex(unikaislc3.tfm) = %{tl_version} -Provides: tex(unikaislc4.tfm) = %{tl_version} -Provides: tex(unikaislc5.tfm) = %{tl_version} -Provides: tex(unikaislc6.tfm) = %{tl_version} -Provides: tex(unikaislc7.tfm) = %{tl_version} -Provides: tex(unikaislc8.tfm) = %{tl_version} -Provides: tex(unikaislc9.tfm) = %{tl_version} -Provides: tex(unikaislca.tfm) = %{tl_version} -Provides: tex(unikaislcb.tfm) = %{tl_version} -Provides: tex(unikaislcc.tfm) = %{tl_version} -Provides: tex(unikaislcd.tfm) = %{tl_version} -Provides: tex(unikaislce.tfm) = %{tl_version} -Provides: tex(unikaislcf.tfm) = %{tl_version} -Provides: tex(unikaisld0.tfm) = %{tl_version} -Provides: tex(unikaisld1.tfm) = %{tl_version} -Provides: tex(unikaisld2.tfm) = %{tl_version} -Provides: tex(unikaisld3.tfm) = %{tl_version} -Provides: tex(unikaisld4.tfm) = %{tl_version} -Provides: tex(unikaisld5.tfm) = %{tl_version} -Provides: tex(unikaisld6.tfm) = %{tl_version} -Provides: tex(unikaisld7.tfm) = %{tl_version} -Provides: tex(unikaisld8.tfm) = %{tl_version} -Provides: tex(unikaisld9.tfm) = %{tl_version} -Provides: tex(unikaislda.tfm) = %{tl_version} -Provides: tex(unikaisldb.tfm) = %{tl_version} -Provides: tex(unikaisldc.tfm) = %{tl_version} -Provides: tex(unikaisldd.tfm) = %{tl_version} -Provides: tex(unikaislde.tfm) = %{tl_version} -Provides: tex(unikaisldf.tfm) = %{tl_version} -Provides: tex(unikaisle0.tfm) = %{tl_version} -Provides: tex(unikaisle1.tfm) = %{tl_version} -Provides: tex(unikaisle2.tfm) = %{tl_version} -Provides: tex(unikaisle3.tfm) = %{tl_version} -Provides: tex(unikaisle4.tfm) = %{tl_version} -Provides: tex(unikaisle5.tfm) = %{tl_version} -Provides: tex(unikaisle6.tfm) = %{tl_version} -Provides: tex(unikaisle7.tfm) = %{tl_version} -Provides: tex(unikaisle8.tfm) = %{tl_version} -Provides: tex(unikaisle9.tfm) = %{tl_version} -Provides: tex(unikaislea.tfm) = %{tl_version} -Provides: tex(unikaisleb.tfm) = %{tl_version} -Provides: tex(unikaislec.tfm) = %{tl_version} -Provides: tex(unikaisled.tfm) = %{tl_version} -Provides: tex(unikaislee.tfm) = %{tl_version} -Provides: tex(unikaislef.tfm) = %{tl_version} -Provides: tex(unikaislf0.tfm) = %{tl_version} -Provides: tex(unikaislf1.tfm) = %{tl_version} -Provides: tex(unikaislf2.tfm) = %{tl_version} -Provides: tex(unikaislf3.tfm) = %{tl_version} -Provides: tex(unikaislf4.tfm) = %{tl_version} -Provides: tex(unikaislf5.tfm) = %{tl_version} -Provides: tex(unikaislf6.tfm) = %{tl_version} -Provides: tex(unikaislf7.tfm) = %{tl_version} -Provides: tex(unikaislf8.tfm) = %{tl_version} -Provides: tex(unikaislf9.tfm) = %{tl_version} -Provides: tex(unikaislfa.tfm) = %{tl_version} -Provides: tex(unikaislfb.tfm) = %{tl_version} -Provides: tex(unikaislfc.tfm) = %{tl_version} -Provides: tex(unikaislfd.tfm) = %{tl_version} -Provides: tex(unikaislfe.tfm) = %{tl_version} -Provides: tex(unikaislff.tfm) = %{tl_version} -Provides: tex(unili00.tfm) = %{tl_version} -Provides: tex(unili01.tfm) = %{tl_version} -Provides: tex(unili02.tfm) = %{tl_version} -Provides: tex(unili03.tfm) = %{tl_version} -Provides: tex(unili04.tfm) = %{tl_version} -Provides: tex(unili05.tfm) = %{tl_version} -Provides: tex(unili06.tfm) = %{tl_version} -Provides: tex(unili07.tfm) = %{tl_version} -Provides: tex(unili08.tfm) = %{tl_version} -Provides: tex(unili09.tfm) = %{tl_version} -Provides: tex(unili0a.tfm) = %{tl_version} -Provides: tex(unili0b.tfm) = %{tl_version} -Provides: tex(unili0c.tfm) = %{tl_version} -Provides: tex(unili0d.tfm) = %{tl_version} -Provides: tex(unili0e.tfm) = %{tl_version} -Provides: tex(unili0f.tfm) = %{tl_version} -Provides: tex(unili10.tfm) = %{tl_version} -Provides: tex(unili11.tfm) = %{tl_version} -Provides: tex(unili12.tfm) = %{tl_version} -Provides: tex(unili13.tfm) = %{tl_version} -Provides: tex(unili14.tfm) = %{tl_version} -Provides: tex(unili15.tfm) = %{tl_version} -Provides: tex(unili16.tfm) = %{tl_version} -Provides: tex(unili17.tfm) = %{tl_version} -Provides: tex(unili18.tfm) = %{tl_version} -Provides: tex(unili19.tfm) = %{tl_version} -Provides: tex(unili1a.tfm) = %{tl_version} -Provides: tex(unili1b.tfm) = %{tl_version} -Provides: tex(unili1c.tfm) = %{tl_version} -Provides: tex(unili1d.tfm) = %{tl_version} -Provides: tex(unili1e.tfm) = %{tl_version} -Provides: tex(unili1f.tfm) = %{tl_version} -Provides: tex(unili20.tfm) = %{tl_version} -Provides: tex(unili21.tfm) = %{tl_version} -Provides: tex(unili22.tfm) = %{tl_version} -Provides: tex(unili23.tfm) = %{tl_version} -Provides: tex(unili24.tfm) = %{tl_version} -Provides: tex(unili25.tfm) = %{tl_version} -Provides: tex(unili26.tfm) = %{tl_version} -Provides: tex(unili27.tfm) = %{tl_version} -Provides: tex(unili28.tfm) = %{tl_version} -Provides: tex(unili29.tfm) = %{tl_version} -Provides: tex(unili2a.tfm) = %{tl_version} -Provides: tex(unili2b.tfm) = %{tl_version} -Provides: tex(unili2c.tfm) = %{tl_version} -Provides: tex(unili2d.tfm) = %{tl_version} -Provides: tex(unili2e.tfm) = %{tl_version} -Provides: tex(unili2f.tfm) = %{tl_version} -Provides: tex(unili30.tfm) = %{tl_version} -Provides: tex(unili31.tfm) = %{tl_version} -Provides: tex(unili32.tfm) = %{tl_version} -Provides: tex(unili33.tfm) = %{tl_version} -Provides: tex(unili34.tfm) = %{tl_version} -Provides: tex(unili35.tfm) = %{tl_version} -Provides: tex(unili36.tfm) = %{tl_version} -Provides: tex(unili37.tfm) = %{tl_version} -Provides: tex(unili38.tfm) = %{tl_version} -Provides: tex(unili39.tfm) = %{tl_version} -Provides: tex(unili3a.tfm) = %{tl_version} -Provides: tex(unili3b.tfm) = %{tl_version} -Provides: tex(unili3c.tfm) = %{tl_version} -Provides: tex(unili3d.tfm) = %{tl_version} -Provides: tex(unili3e.tfm) = %{tl_version} -Provides: tex(unili3f.tfm) = %{tl_version} -Provides: tex(unili40.tfm) = %{tl_version} -Provides: tex(unili41.tfm) = %{tl_version} -Provides: tex(unili42.tfm) = %{tl_version} -Provides: tex(unili43.tfm) = %{tl_version} -Provides: tex(unili44.tfm) = %{tl_version} -Provides: tex(unili45.tfm) = %{tl_version} -Provides: tex(unili46.tfm) = %{tl_version} -Provides: tex(unili47.tfm) = %{tl_version} -Provides: tex(unili48.tfm) = %{tl_version} -Provides: tex(unili49.tfm) = %{tl_version} -Provides: tex(unili4a.tfm) = %{tl_version} -Provides: tex(unili4b.tfm) = %{tl_version} -Provides: tex(unili4c.tfm) = %{tl_version} -Provides: tex(unili4d.tfm) = %{tl_version} -Provides: tex(unili4e.tfm) = %{tl_version} -Provides: tex(unili4f.tfm) = %{tl_version} -Provides: tex(unili50.tfm) = %{tl_version} -Provides: tex(unili51.tfm) = %{tl_version} -Provides: tex(unili52.tfm) = %{tl_version} -Provides: tex(unili53.tfm) = %{tl_version} -Provides: tex(unili54.tfm) = %{tl_version} -Provides: tex(unili55.tfm) = %{tl_version} -Provides: tex(unili56.tfm) = %{tl_version} -Provides: tex(unili57.tfm) = %{tl_version} -Provides: tex(unili58.tfm) = %{tl_version} -Provides: tex(unili59.tfm) = %{tl_version} -Provides: tex(unili5a.tfm) = %{tl_version} -Provides: tex(unili5b.tfm) = %{tl_version} -Provides: tex(unili5c.tfm) = %{tl_version} -Provides: tex(unili5d.tfm) = %{tl_version} -Provides: tex(unili5e.tfm) = %{tl_version} -Provides: tex(unili5f.tfm) = %{tl_version} -Provides: tex(unili60.tfm) = %{tl_version} -Provides: tex(unili61.tfm) = %{tl_version} -Provides: tex(unili62.tfm) = %{tl_version} -Provides: tex(unili63.tfm) = %{tl_version} -Provides: tex(unili64.tfm) = %{tl_version} -Provides: tex(unili65.tfm) = %{tl_version} -Provides: tex(unili66.tfm) = %{tl_version} -Provides: tex(unili67.tfm) = %{tl_version} -Provides: tex(unili68.tfm) = %{tl_version} -Provides: tex(unili69.tfm) = %{tl_version} -Provides: tex(unili6a.tfm) = %{tl_version} -Provides: tex(unili6b.tfm) = %{tl_version} -Provides: tex(unili6c.tfm) = %{tl_version} -Provides: tex(unili6d.tfm) = %{tl_version} -Provides: tex(unili6e.tfm) = %{tl_version} -Provides: tex(unili6f.tfm) = %{tl_version} -Provides: tex(unili70.tfm) = %{tl_version} -Provides: tex(unili71.tfm) = %{tl_version} -Provides: tex(unili72.tfm) = %{tl_version} -Provides: tex(unili73.tfm) = %{tl_version} -Provides: tex(unili74.tfm) = %{tl_version} -Provides: tex(unili75.tfm) = %{tl_version} -Provides: tex(unili76.tfm) = %{tl_version} -Provides: tex(unili77.tfm) = %{tl_version} -Provides: tex(unili78.tfm) = %{tl_version} -Provides: tex(unili79.tfm) = %{tl_version} -Provides: tex(unili7a.tfm) = %{tl_version} -Provides: tex(unili7b.tfm) = %{tl_version} -Provides: tex(unili7c.tfm) = %{tl_version} -Provides: tex(unili7d.tfm) = %{tl_version} -Provides: tex(unili7e.tfm) = %{tl_version} -Provides: tex(unili7f.tfm) = %{tl_version} -Provides: tex(unili80.tfm) = %{tl_version} -Provides: tex(unili81.tfm) = %{tl_version} -Provides: tex(unili82.tfm) = %{tl_version} -Provides: tex(unili83.tfm) = %{tl_version} -Provides: tex(unili84.tfm) = %{tl_version} -Provides: tex(unili85.tfm) = %{tl_version} -Provides: tex(unili86.tfm) = %{tl_version} -Provides: tex(unili87.tfm) = %{tl_version} -Provides: tex(unili88.tfm) = %{tl_version} -Provides: tex(unili89.tfm) = %{tl_version} -Provides: tex(unili8a.tfm) = %{tl_version} -Provides: tex(unili8b.tfm) = %{tl_version} -Provides: tex(unili8c.tfm) = %{tl_version} -Provides: tex(unili8d.tfm) = %{tl_version} -Provides: tex(unili8e.tfm) = %{tl_version} -Provides: tex(unili8f.tfm) = %{tl_version} -Provides: tex(unili90.tfm) = %{tl_version} -Provides: tex(unili91.tfm) = %{tl_version} -Provides: tex(unili92.tfm) = %{tl_version} -Provides: tex(unili93.tfm) = %{tl_version} -Provides: tex(unili94.tfm) = %{tl_version} -Provides: tex(unili95.tfm) = %{tl_version} -Provides: tex(unili96.tfm) = %{tl_version} -Provides: tex(unili97.tfm) = %{tl_version} -Provides: tex(unili98.tfm) = %{tl_version} -Provides: tex(unili99.tfm) = %{tl_version} -Provides: tex(unili9a.tfm) = %{tl_version} -Provides: tex(unili9b.tfm) = %{tl_version} -Provides: tex(unili9c.tfm) = %{tl_version} -Provides: tex(unili9d.tfm) = %{tl_version} -Provides: tex(unili9e.tfm) = %{tl_version} -Provides: tex(unili9f.tfm) = %{tl_version} -Provides: tex(unilia0.tfm) = %{tl_version} -Provides: tex(unilia1.tfm) = %{tl_version} -Provides: tex(unilia2.tfm) = %{tl_version} -Provides: tex(unilia3.tfm) = %{tl_version} -Provides: tex(unilia4.tfm) = %{tl_version} -Provides: tex(unilia5.tfm) = %{tl_version} -Provides: tex(unilia6.tfm) = %{tl_version} -Provides: tex(unilia7.tfm) = %{tl_version} -Provides: tex(unilia8.tfm) = %{tl_version} -Provides: tex(unilia9.tfm) = %{tl_version} -Provides: tex(uniliaa.tfm) = %{tl_version} -Provides: tex(uniliab.tfm) = %{tl_version} -Provides: tex(uniliac.tfm) = %{tl_version} -Provides: tex(uniliad.tfm) = %{tl_version} -Provides: tex(uniliae.tfm) = %{tl_version} -Provides: tex(uniliaf.tfm) = %{tl_version} -Provides: tex(unilib0.tfm) = %{tl_version} -Provides: tex(unilib1.tfm) = %{tl_version} -Provides: tex(unilib2.tfm) = %{tl_version} -Provides: tex(unilib3.tfm) = %{tl_version} -Provides: tex(unilib4.tfm) = %{tl_version} -Provides: tex(unilib5.tfm) = %{tl_version} -Provides: tex(unilib6.tfm) = %{tl_version} -Provides: tex(unilib7.tfm) = %{tl_version} -Provides: tex(unilib8.tfm) = %{tl_version} -Provides: tex(unilib9.tfm) = %{tl_version} -Provides: tex(uniliba.tfm) = %{tl_version} -Provides: tex(unilibb.tfm) = %{tl_version} -Provides: tex(unilibc.tfm) = %{tl_version} -Provides: tex(unilibd.tfm) = %{tl_version} -Provides: tex(unilibe.tfm) = %{tl_version} -Provides: tex(unilibf.tfm) = %{tl_version} -Provides: tex(unilic0.tfm) = %{tl_version} -Provides: tex(unilic1.tfm) = %{tl_version} -Provides: tex(unilic2.tfm) = %{tl_version} -Provides: tex(unilic3.tfm) = %{tl_version} -Provides: tex(unilic4.tfm) = %{tl_version} -Provides: tex(unilic5.tfm) = %{tl_version} -Provides: tex(unilic6.tfm) = %{tl_version} -Provides: tex(unilic7.tfm) = %{tl_version} -Provides: tex(unilic8.tfm) = %{tl_version} -Provides: tex(unilic9.tfm) = %{tl_version} -Provides: tex(unilica.tfm) = %{tl_version} -Provides: tex(unilicb.tfm) = %{tl_version} -Provides: tex(unilicc.tfm) = %{tl_version} -Provides: tex(unilicd.tfm) = %{tl_version} -Provides: tex(unilice.tfm) = %{tl_version} -Provides: tex(unilicf.tfm) = %{tl_version} -Provides: tex(unilid0.tfm) = %{tl_version} -Provides: tex(unilid1.tfm) = %{tl_version} -Provides: tex(unilid2.tfm) = %{tl_version} -Provides: tex(unilid3.tfm) = %{tl_version} -Provides: tex(unilid4.tfm) = %{tl_version} -Provides: tex(unilid5.tfm) = %{tl_version} -Provides: tex(unilid6.tfm) = %{tl_version} -Provides: tex(unilid7.tfm) = %{tl_version} -Provides: tex(unilid8.tfm) = %{tl_version} -Provides: tex(unilid9.tfm) = %{tl_version} -Provides: tex(unilida.tfm) = %{tl_version} -Provides: tex(unilidb.tfm) = %{tl_version} -Provides: tex(unilidc.tfm) = %{tl_version} -Provides: tex(unilidd.tfm) = %{tl_version} -Provides: tex(unilide.tfm) = %{tl_version} -Provides: tex(unilidf.tfm) = %{tl_version} -Provides: tex(unilie0.tfm) = %{tl_version} -Provides: tex(unilie1.tfm) = %{tl_version} -Provides: tex(unilie2.tfm) = %{tl_version} -Provides: tex(unilie3.tfm) = %{tl_version} -Provides: tex(unilie4.tfm) = %{tl_version} -Provides: tex(unilie5.tfm) = %{tl_version} -Provides: tex(unilie6.tfm) = %{tl_version} -Provides: tex(unilie7.tfm) = %{tl_version} -Provides: tex(unilie8.tfm) = %{tl_version} -Provides: tex(unilie9.tfm) = %{tl_version} -Provides: tex(uniliea.tfm) = %{tl_version} -Provides: tex(unilieb.tfm) = %{tl_version} -Provides: tex(uniliec.tfm) = %{tl_version} -Provides: tex(unilied.tfm) = %{tl_version} -Provides: tex(uniliee.tfm) = %{tl_version} -Provides: tex(unilief.tfm) = %{tl_version} -Provides: tex(unilif0.tfm) = %{tl_version} -Provides: tex(unilif1.tfm) = %{tl_version} -Provides: tex(unilif2.tfm) = %{tl_version} -Provides: tex(unilif3.tfm) = %{tl_version} -Provides: tex(unilif4.tfm) = %{tl_version} -Provides: tex(unilif5.tfm) = %{tl_version} -Provides: tex(unilif6.tfm) = %{tl_version} -Provides: tex(unilif7.tfm) = %{tl_version} -Provides: tex(unilif8.tfm) = %{tl_version} -Provides: tex(unilif9.tfm) = %{tl_version} -Provides: tex(unilifa.tfm) = %{tl_version} -Provides: tex(unilifb.tfm) = %{tl_version} -Provides: tex(unilifc.tfm) = %{tl_version} -Provides: tex(unilifd.tfm) = %{tl_version} -Provides: tex(unilife.tfm) = %{tl_version} -Provides: tex(uniliff.tfm) = %{tl_version} -Provides: tex(unilisl00.tfm) = %{tl_version} -Provides: tex(unilisl01.tfm) = %{tl_version} -Provides: tex(unilisl02.tfm) = %{tl_version} -Provides: tex(unilisl03.tfm) = %{tl_version} -Provides: tex(unilisl04.tfm) = %{tl_version} -Provides: tex(unilisl05.tfm) = %{tl_version} -Provides: tex(unilisl06.tfm) = %{tl_version} -Provides: tex(unilisl07.tfm) = %{tl_version} -Provides: tex(unilisl08.tfm) = %{tl_version} -Provides: tex(unilisl09.tfm) = %{tl_version} -Provides: tex(unilisl0a.tfm) = %{tl_version} -Provides: tex(unilisl0b.tfm) = %{tl_version} -Provides: tex(unilisl0c.tfm) = %{tl_version} -Provides: tex(unilisl0d.tfm) = %{tl_version} -Provides: tex(unilisl0e.tfm) = %{tl_version} -Provides: tex(unilisl0f.tfm) = %{tl_version} -Provides: tex(unilisl10.tfm) = %{tl_version} -Provides: tex(unilisl11.tfm) = %{tl_version} -Provides: tex(unilisl12.tfm) = %{tl_version} -Provides: tex(unilisl13.tfm) = %{tl_version} -Provides: tex(unilisl14.tfm) = %{tl_version} -Provides: tex(unilisl15.tfm) = %{tl_version} -Provides: tex(unilisl16.tfm) = %{tl_version} -Provides: tex(unilisl17.tfm) = %{tl_version} -Provides: tex(unilisl18.tfm) = %{tl_version} -Provides: tex(unilisl19.tfm) = %{tl_version} -Provides: tex(unilisl1a.tfm) = %{tl_version} -Provides: tex(unilisl1b.tfm) = %{tl_version} -Provides: tex(unilisl1c.tfm) = %{tl_version} -Provides: tex(unilisl1d.tfm) = %{tl_version} -Provides: tex(unilisl1e.tfm) = %{tl_version} -Provides: tex(unilisl1f.tfm) = %{tl_version} -Provides: tex(unilisl20.tfm) = %{tl_version} -Provides: tex(unilisl21.tfm) = %{tl_version} -Provides: tex(unilisl22.tfm) = %{tl_version} -Provides: tex(unilisl23.tfm) = %{tl_version} -Provides: tex(unilisl24.tfm) = %{tl_version} -Provides: tex(unilisl25.tfm) = %{tl_version} -Provides: tex(unilisl26.tfm) = %{tl_version} -Provides: tex(unilisl27.tfm) = %{tl_version} -Provides: tex(unilisl28.tfm) = %{tl_version} -Provides: tex(unilisl29.tfm) = %{tl_version} -Provides: tex(unilisl2a.tfm) = %{tl_version} -Provides: tex(unilisl2b.tfm) = %{tl_version} -Provides: tex(unilisl2c.tfm) = %{tl_version} -Provides: tex(unilisl2d.tfm) = %{tl_version} -Provides: tex(unilisl2e.tfm) = %{tl_version} -Provides: tex(unilisl2f.tfm) = %{tl_version} -Provides: tex(unilisl30.tfm) = %{tl_version} -Provides: tex(unilisl31.tfm) = %{tl_version} -Provides: tex(unilisl32.tfm) = %{tl_version} -Provides: tex(unilisl33.tfm) = %{tl_version} -Provides: tex(unilisl34.tfm) = %{tl_version} -Provides: tex(unilisl35.tfm) = %{tl_version} -Provides: tex(unilisl36.tfm) = %{tl_version} -Provides: tex(unilisl37.tfm) = %{tl_version} -Provides: tex(unilisl38.tfm) = %{tl_version} -Provides: tex(unilisl39.tfm) = %{tl_version} -Provides: tex(unilisl3a.tfm) = %{tl_version} -Provides: tex(unilisl3b.tfm) = %{tl_version} -Provides: tex(unilisl3c.tfm) = %{tl_version} -Provides: tex(unilisl3d.tfm) = %{tl_version} -Provides: tex(unilisl3e.tfm) = %{tl_version} -Provides: tex(unilisl3f.tfm) = %{tl_version} -Provides: tex(unilisl40.tfm) = %{tl_version} -Provides: tex(unilisl41.tfm) = %{tl_version} -Provides: tex(unilisl42.tfm) = %{tl_version} -Provides: tex(unilisl43.tfm) = %{tl_version} -Provides: tex(unilisl44.tfm) = %{tl_version} -Provides: tex(unilisl45.tfm) = %{tl_version} -Provides: tex(unilisl46.tfm) = %{tl_version} -Provides: tex(unilisl47.tfm) = %{tl_version} -Provides: tex(unilisl48.tfm) = %{tl_version} -Provides: tex(unilisl49.tfm) = %{tl_version} -Provides: tex(unilisl4a.tfm) = %{tl_version} -Provides: tex(unilisl4b.tfm) = %{tl_version} -Provides: tex(unilisl4c.tfm) = %{tl_version} -Provides: tex(unilisl4d.tfm) = %{tl_version} -Provides: tex(unilisl4e.tfm) = %{tl_version} -Provides: tex(unilisl4f.tfm) = %{tl_version} -Provides: tex(unilisl50.tfm) = %{tl_version} -Provides: tex(unilisl51.tfm) = %{tl_version} -Provides: tex(unilisl52.tfm) = %{tl_version} -Provides: tex(unilisl53.tfm) = %{tl_version} -Provides: tex(unilisl54.tfm) = %{tl_version} -Provides: tex(unilisl55.tfm) = %{tl_version} -Provides: tex(unilisl56.tfm) = %{tl_version} -Provides: tex(unilisl57.tfm) = %{tl_version} -Provides: tex(unilisl58.tfm) = %{tl_version} -Provides: tex(unilisl59.tfm) = %{tl_version} -Provides: tex(unilisl5a.tfm) = %{tl_version} -Provides: tex(unilisl5b.tfm) = %{tl_version} -Provides: tex(unilisl5c.tfm) = %{tl_version} -Provides: tex(unilisl5d.tfm) = %{tl_version} -Provides: tex(unilisl5e.tfm) = %{tl_version} -Provides: tex(unilisl5f.tfm) = %{tl_version} -Provides: tex(unilisl60.tfm) = %{tl_version} -Provides: tex(unilisl61.tfm) = %{tl_version} -Provides: tex(unilisl62.tfm) = %{tl_version} -Provides: tex(unilisl63.tfm) = %{tl_version} -Provides: tex(unilisl64.tfm) = %{tl_version} -Provides: tex(unilisl65.tfm) = %{tl_version} -Provides: tex(unilisl66.tfm) = %{tl_version} -Provides: tex(unilisl67.tfm) = %{tl_version} -Provides: tex(unilisl68.tfm) = %{tl_version} -Provides: tex(unilisl69.tfm) = %{tl_version} -Provides: tex(unilisl6a.tfm) = %{tl_version} -Provides: tex(unilisl6b.tfm) = %{tl_version} -Provides: tex(unilisl6c.tfm) = %{tl_version} -Provides: tex(unilisl6d.tfm) = %{tl_version} -Provides: tex(unilisl6e.tfm) = %{tl_version} -Provides: tex(unilisl6f.tfm) = %{tl_version} -Provides: tex(unilisl70.tfm) = %{tl_version} -Provides: tex(unilisl71.tfm) = %{tl_version} -Provides: tex(unilisl72.tfm) = %{tl_version} -Provides: tex(unilisl73.tfm) = %{tl_version} -Provides: tex(unilisl74.tfm) = %{tl_version} -Provides: tex(unilisl75.tfm) = %{tl_version} -Provides: tex(unilisl76.tfm) = %{tl_version} -Provides: tex(unilisl77.tfm) = %{tl_version} -Provides: tex(unilisl78.tfm) = %{tl_version} -Provides: tex(unilisl79.tfm) = %{tl_version} -Provides: tex(unilisl7a.tfm) = %{tl_version} -Provides: tex(unilisl7b.tfm) = %{tl_version} -Provides: tex(unilisl7c.tfm) = %{tl_version} -Provides: tex(unilisl7d.tfm) = %{tl_version} -Provides: tex(unilisl7e.tfm) = %{tl_version} -Provides: tex(unilisl7f.tfm) = %{tl_version} -Provides: tex(unilisl80.tfm) = %{tl_version} -Provides: tex(unilisl81.tfm) = %{tl_version} -Provides: tex(unilisl82.tfm) = %{tl_version} -Provides: tex(unilisl83.tfm) = %{tl_version} -Provides: tex(unilisl84.tfm) = %{tl_version} -Provides: tex(unilisl85.tfm) = %{tl_version} -Provides: tex(unilisl86.tfm) = %{tl_version} -Provides: tex(unilisl87.tfm) = %{tl_version} -Provides: tex(unilisl88.tfm) = %{tl_version} -Provides: tex(unilisl89.tfm) = %{tl_version} -Provides: tex(unilisl8a.tfm) = %{tl_version} -Provides: tex(unilisl8b.tfm) = %{tl_version} -Provides: tex(unilisl8c.tfm) = %{tl_version} -Provides: tex(unilisl8d.tfm) = %{tl_version} -Provides: tex(unilisl8e.tfm) = %{tl_version} -Provides: tex(unilisl8f.tfm) = %{tl_version} -Provides: tex(unilisl90.tfm) = %{tl_version} -Provides: tex(unilisl91.tfm) = %{tl_version} -Provides: tex(unilisl92.tfm) = %{tl_version} -Provides: tex(unilisl93.tfm) = %{tl_version} -Provides: tex(unilisl94.tfm) = %{tl_version} -Provides: tex(unilisl95.tfm) = %{tl_version} -Provides: tex(unilisl96.tfm) = %{tl_version} -Provides: tex(unilisl97.tfm) = %{tl_version} -Provides: tex(unilisl98.tfm) = %{tl_version} -Provides: tex(unilisl99.tfm) = %{tl_version} -Provides: tex(unilisl9a.tfm) = %{tl_version} -Provides: tex(unilisl9b.tfm) = %{tl_version} -Provides: tex(unilisl9c.tfm) = %{tl_version} -Provides: tex(unilisl9d.tfm) = %{tl_version} -Provides: tex(unilisl9e.tfm) = %{tl_version} -Provides: tex(unilisl9f.tfm) = %{tl_version} -Provides: tex(unilisla0.tfm) = %{tl_version} -Provides: tex(unilisla1.tfm) = %{tl_version} -Provides: tex(unilisla2.tfm) = %{tl_version} -Provides: tex(unilisla3.tfm) = %{tl_version} -Provides: tex(unilisla4.tfm) = %{tl_version} -Provides: tex(unilisla5.tfm) = %{tl_version} -Provides: tex(unilisla6.tfm) = %{tl_version} -Provides: tex(unilisla7.tfm) = %{tl_version} -Provides: tex(unilisla8.tfm) = %{tl_version} -Provides: tex(unilisla9.tfm) = %{tl_version} -Provides: tex(unilislaa.tfm) = %{tl_version} -Provides: tex(unilislab.tfm) = %{tl_version} -Provides: tex(unilislac.tfm) = %{tl_version} -Provides: tex(unilislad.tfm) = %{tl_version} -Provides: tex(unilislae.tfm) = %{tl_version} -Provides: tex(unilislaf.tfm) = %{tl_version} -Provides: tex(unilislb0.tfm) = %{tl_version} -Provides: tex(unilislb1.tfm) = %{tl_version} -Provides: tex(unilislb2.tfm) = %{tl_version} -Provides: tex(unilislb3.tfm) = %{tl_version} -Provides: tex(unilislb4.tfm) = %{tl_version} -Provides: tex(unilislb5.tfm) = %{tl_version} -Provides: tex(unilislb6.tfm) = %{tl_version} -Provides: tex(unilislb7.tfm) = %{tl_version} -Provides: tex(unilislb8.tfm) = %{tl_version} -Provides: tex(unilislb9.tfm) = %{tl_version} -Provides: tex(unilislba.tfm) = %{tl_version} -Provides: tex(unilislbb.tfm) = %{tl_version} -Provides: tex(unilislbc.tfm) = %{tl_version} -Provides: tex(unilislbd.tfm) = %{tl_version} -Provides: tex(unilislbe.tfm) = %{tl_version} -Provides: tex(unilislbf.tfm) = %{tl_version} -Provides: tex(unilislc0.tfm) = %{tl_version} -Provides: tex(unilislc1.tfm) = %{tl_version} -Provides: tex(unilislc2.tfm) = %{tl_version} -Provides: tex(unilislc3.tfm) = %{tl_version} -Provides: tex(unilislc4.tfm) = %{tl_version} -Provides: tex(unilislc5.tfm) = %{tl_version} -Provides: tex(unilislc6.tfm) = %{tl_version} -Provides: tex(unilislc7.tfm) = %{tl_version} -Provides: tex(unilislc8.tfm) = %{tl_version} -Provides: tex(unilislc9.tfm) = %{tl_version} -Provides: tex(unilislca.tfm) = %{tl_version} -Provides: tex(unilislcb.tfm) = %{tl_version} -Provides: tex(unilislcc.tfm) = %{tl_version} -Provides: tex(unilislcd.tfm) = %{tl_version} -Provides: tex(unilislce.tfm) = %{tl_version} -Provides: tex(unilislcf.tfm) = %{tl_version} -Provides: tex(unilisld0.tfm) = %{tl_version} -Provides: tex(unilisld1.tfm) = %{tl_version} -Provides: tex(unilisld2.tfm) = %{tl_version} -Provides: tex(unilisld3.tfm) = %{tl_version} -Provides: tex(unilisld4.tfm) = %{tl_version} -Provides: tex(unilisld5.tfm) = %{tl_version} -Provides: tex(unilisld6.tfm) = %{tl_version} -Provides: tex(unilisld7.tfm) = %{tl_version} -Provides: tex(unilisld8.tfm) = %{tl_version} -Provides: tex(unilisld9.tfm) = %{tl_version} -Provides: tex(unilislda.tfm) = %{tl_version} -Provides: tex(unilisldb.tfm) = %{tl_version} -Provides: tex(unilisldc.tfm) = %{tl_version} -Provides: tex(unilisldd.tfm) = %{tl_version} -Provides: tex(unilislde.tfm) = %{tl_version} -Provides: tex(unilisldf.tfm) = %{tl_version} -Provides: tex(unilisle0.tfm) = %{tl_version} -Provides: tex(unilisle1.tfm) = %{tl_version} -Provides: tex(unilisle2.tfm) = %{tl_version} -Provides: tex(unilisle3.tfm) = %{tl_version} -Provides: tex(unilisle4.tfm) = %{tl_version} -Provides: tex(unilisle5.tfm) = %{tl_version} -Provides: tex(unilisle6.tfm) = %{tl_version} -Provides: tex(unilisle7.tfm) = %{tl_version} -Provides: tex(unilisle8.tfm) = %{tl_version} -Provides: tex(unilisle9.tfm) = %{tl_version} -Provides: tex(unilislea.tfm) = %{tl_version} -Provides: tex(unilisleb.tfm) = %{tl_version} -Provides: tex(unilislec.tfm) = %{tl_version} -Provides: tex(unilisled.tfm) = %{tl_version} -Provides: tex(unilislee.tfm) = %{tl_version} -Provides: tex(unilislef.tfm) = %{tl_version} -Provides: tex(unilislf0.tfm) = %{tl_version} -Provides: tex(unilislf1.tfm) = %{tl_version} -Provides: tex(unilislf2.tfm) = %{tl_version} -Provides: tex(unilislf3.tfm) = %{tl_version} -Provides: tex(unilislf4.tfm) = %{tl_version} -Provides: tex(unilislf5.tfm) = %{tl_version} -Provides: tex(unilislf6.tfm) = %{tl_version} -Provides: tex(unilislf7.tfm) = %{tl_version} -Provides: tex(unilislf8.tfm) = %{tl_version} -Provides: tex(unilislf9.tfm) = %{tl_version} -Provides: tex(unilislfa.tfm) = %{tl_version} -Provides: tex(unilislfb.tfm) = %{tl_version} -Provides: tex(unilislfc.tfm) = %{tl_version} -Provides: tex(unilislfd.tfm) = %{tl_version} -Provides: tex(unilislfe.tfm) = %{tl_version} -Provides: tex(unilislff.tfm) = %{tl_version} -Provides: tex(unisong00.tfm) = %{tl_version} -Provides: tex(unisong01.tfm) = %{tl_version} -Provides: tex(unisong02.tfm) = %{tl_version} -Provides: tex(unisong03.tfm) = %{tl_version} -Provides: tex(unisong04.tfm) = %{tl_version} -Provides: tex(unisong05.tfm) = %{tl_version} -Provides: tex(unisong06.tfm) = %{tl_version} -Provides: tex(unisong07.tfm) = %{tl_version} -Provides: tex(unisong08.tfm) = %{tl_version} -Provides: tex(unisong09.tfm) = %{tl_version} -Provides: tex(unisong0a.tfm) = %{tl_version} -Provides: tex(unisong0b.tfm) = %{tl_version} -Provides: tex(unisong0c.tfm) = %{tl_version} -Provides: tex(unisong0d.tfm) = %{tl_version} -Provides: tex(unisong0e.tfm) = %{tl_version} -Provides: tex(unisong0f.tfm) = %{tl_version} -Provides: tex(unisong10.tfm) = %{tl_version} -Provides: tex(unisong11.tfm) = %{tl_version} -Provides: tex(unisong12.tfm) = %{tl_version} -Provides: tex(unisong13.tfm) = %{tl_version} -Provides: tex(unisong14.tfm) = %{tl_version} -Provides: tex(unisong15.tfm) = %{tl_version} -Provides: tex(unisong16.tfm) = %{tl_version} -Provides: tex(unisong17.tfm) = %{tl_version} -Provides: tex(unisong18.tfm) = %{tl_version} -Provides: tex(unisong19.tfm) = %{tl_version} -Provides: tex(unisong1a.tfm) = %{tl_version} -Provides: tex(unisong1b.tfm) = %{tl_version} -Provides: tex(unisong1c.tfm) = %{tl_version} -Provides: tex(unisong1d.tfm) = %{tl_version} -Provides: tex(unisong1e.tfm) = %{tl_version} -Provides: tex(unisong1f.tfm) = %{tl_version} -Provides: tex(unisong20.tfm) = %{tl_version} -Provides: tex(unisong21.tfm) = %{tl_version} -Provides: tex(unisong22.tfm) = %{tl_version} -Provides: tex(unisong23.tfm) = %{tl_version} -Provides: tex(unisong24.tfm) = %{tl_version} -Provides: tex(unisong25.tfm) = %{tl_version} -Provides: tex(unisong26.tfm) = %{tl_version} -Provides: tex(unisong27.tfm) = %{tl_version} -Provides: tex(unisong28.tfm) = %{tl_version} -Provides: tex(unisong29.tfm) = %{tl_version} -Provides: tex(unisong2a.tfm) = %{tl_version} -Provides: tex(unisong2b.tfm) = %{tl_version} -Provides: tex(unisong2c.tfm) = %{tl_version} -Provides: tex(unisong2d.tfm) = %{tl_version} -Provides: tex(unisong2e.tfm) = %{tl_version} -Provides: tex(unisong2f.tfm) = %{tl_version} -Provides: tex(unisong30.tfm) = %{tl_version} -Provides: tex(unisong31.tfm) = %{tl_version} -Provides: tex(unisong32.tfm) = %{tl_version} -Provides: tex(unisong33.tfm) = %{tl_version} -Provides: tex(unisong34.tfm) = %{tl_version} -Provides: tex(unisong35.tfm) = %{tl_version} -Provides: tex(unisong36.tfm) = %{tl_version} -Provides: tex(unisong37.tfm) = %{tl_version} -Provides: tex(unisong38.tfm) = %{tl_version} -Provides: tex(unisong39.tfm) = %{tl_version} -Provides: tex(unisong3a.tfm) = %{tl_version} -Provides: tex(unisong3b.tfm) = %{tl_version} -Provides: tex(unisong3c.tfm) = %{tl_version} -Provides: tex(unisong3d.tfm) = %{tl_version} -Provides: tex(unisong3e.tfm) = %{tl_version} -Provides: tex(unisong3f.tfm) = %{tl_version} -Provides: tex(unisong40.tfm) = %{tl_version} -Provides: tex(unisong41.tfm) = %{tl_version} -Provides: tex(unisong42.tfm) = %{tl_version} -Provides: tex(unisong43.tfm) = %{tl_version} -Provides: tex(unisong44.tfm) = %{tl_version} -Provides: tex(unisong45.tfm) = %{tl_version} -Provides: tex(unisong46.tfm) = %{tl_version} -Provides: tex(unisong47.tfm) = %{tl_version} -Provides: tex(unisong48.tfm) = %{tl_version} -Provides: tex(unisong49.tfm) = %{tl_version} -Provides: tex(unisong4a.tfm) = %{tl_version} -Provides: tex(unisong4b.tfm) = %{tl_version} -Provides: tex(unisong4c.tfm) = %{tl_version} -Provides: tex(unisong4d.tfm) = %{tl_version} -Provides: tex(unisong4e.tfm) = %{tl_version} -Provides: tex(unisong4f.tfm) = %{tl_version} -Provides: tex(unisong50.tfm) = %{tl_version} -Provides: tex(unisong51.tfm) = %{tl_version} -Provides: tex(unisong52.tfm) = %{tl_version} -Provides: tex(unisong53.tfm) = %{tl_version} -Provides: tex(unisong54.tfm) = %{tl_version} -Provides: tex(unisong55.tfm) = %{tl_version} -Provides: tex(unisong56.tfm) = %{tl_version} -Provides: tex(unisong57.tfm) = %{tl_version} -Provides: tex(unisong58.tfm) = %{tl_version} -Provides: tex(unisong59.tfm) = %{tl_version} -Provides: tex(unisong5a.tfm) = %{tl_version} -Provides: tex(unisong5b.tfm) = %{tl_version} -Provides: tex(unisong5c.tfm) = %{tl_version} -Provides: tex(unisong5d.tfm) = %{tl_version} -Provides: tex(unisong5e.tfm) = %{tl_version} -Provides: tex(unisong5f.tfm) = %{tl_version} -Provides: tex(unisong60.tfm) = %{tl_version} -Provides: tex(unisong61.tfm) = %{tl_version} -Provides: tex(unisong62.tfm) = %{tl_version} -Provides: tex(unisong63.tfm) = %{tl_version} -Provides: tex(unisong64.tfm) = %{tl_version} -Provides: tex(unisong65.tfm) = %{tl_version} -Provides: tex(unisong66.tfm) = %{tl_version} -Provides: tex(unisong67.tfm) = %{tl_version} -Provides: tex(unisong68.tfm) = %{tl_version} -Provides: tex(unisong69.tfm) = %{tl_version} -Provides: tex(unisong6a.tfm) = %{tl_version} -Provides: tex(unisong6b.tfm) = %{tl_version} -Provides: tex(unisong6c.tfm) = %{tl_version} -Provides: tex(unisong6d.tfm) = %{tl_version} -Provides: tex(unisong6e.tfm) = %{tl_version} -Provides: tex(unisong6f.tfm) = %{tl_version} -Provides: tex(unisong70.tfm) = %{tl_version} -Provides: tex(unisong71.tfm) = %{tl_version} -Provides: tex(unisong72.tfm) = %{tl_version} -Provides: tex(unisong73.tfm) = %{tl_version} -Provides: tex(unisong74.tfm) = %{tl_version} -Provides: tex(unisong75.tfm) = %{tl_version} -Provides: tex(unisong76.tfm) = %{tl_version} -Provides: tex(unisong77.tfm) = %{tl_version} -Provides: tex(unisong78.tfm) = %{tl_version} -Provides: tex(unisong79.tfm) = %{tl_version} -Provides: tex(unisong7a.tfm) = %{tl_version} -Provides: tex(unisong7b.tfm) = %{tl_version} -Provides: tex(unisong7c.tfm) = %{tl_version} -Provides: tex(unisong7d.tfm) = %{tl_version} -Provides: tex(unisong7e.tfm) = %{tl_version} -Provides: tex(unisong7f.tfm) = %{tl_version} -Provides: tex(unisong80.tfm) = %{tl_version} -Provides: tex(unisong81.tfm) = %{tl_version} -Provides: tex(unisong82.tfm) = %{tl_version} -Provides: tex(unisong83.tfm) = %{tl_version} -Provides: tex(unisong84.tfm) = %{tl_version} -Provides: tex(unisong85.tfm) = %{tl_version} -Provides: tex(unisong86.tfm) = %{tl_version} -Provides: tex(unisong87.tfm) = %{tl_version} -Provides: tex(unisong88.tfm) = %{tl_version} -Provides: tex(unisong89.tfm) = %{tl_version} -Provides: tex(unisong8a.tfm) = %{tl_version} -Provides: tex(unisong8b.tfm) = %{tl_version} -Provides: tex(unisong8c.tfm) = %{tl_version} -Provides: tex(unisong8d.tfm) = %{tl_version} -Provides: tex(unisong8e.tfm) = %{tl_version} -Provides: tex(unisong8f.tfm) = %{tl_version} -Provides: tex(unisong90.tfm) = %{tl_version} -Provides: tex(unisong91.tfm) = %{tl_version} -Provides: tex(unisong92.tfm) = %{tl_version} -Provides: tex(unisong93.tfm) = %{tl_version} -Provides: tex(unisong94.tfm) = %{tl_version} -Provides: tex(unisong95.tfm) = %{tl_version} -Provides: tex(unisong96.tfm) = %{tl_version} -Provides: tex(unisong97.tfm) = %{tl_version} -Provides: tex(unisong98.tfm) = %{tl_version} -Provides: tex(unisong99.tfm) = %{tl_version} -Provides: tex(unisong9a.tfm) = %{tl_version} -Provides: tex(unisong9b.tfm) = %{tl_version} -Provides: tex(unisong9c.tfm) = %{tl_version} -Provides: tex(unisong9d.tfm) = %{tl_version} -Provides: tex(unisong9e.tfm) = %{tl_version} -Provides: tex(unisong9f.tfm) = %{tl_version} -Provides: tex(unisonga0.tfm) = %{tl_version} -Provides: tex(unisonga1.tfm) = %{tl_version} -Provides: tex(unisonga2.tfm) = %{tl_version} -Provides: tex(unisonga3.tfm) = %{tl_version} -Provides: tex(unisonga4.tfm) = %{tl_version} -Provides: tex(unisonga5.tfm) = %{tl_version} -Provides: tex(unisonga6.tfm) = %{tl_version} -Provides: tex(unisonga7.tfm) = %{tl_version} -Provides: tex(unisonga8.tfm) = %{tl_version} -Provides: tex(unisonga9.tfm) = %{tl_version} -Provides: tex(unisongaa.tfm) = %{tl_version} -Provides: tex(unisongab.tfm) = %{tl_version} -Provides: tex(unisongac.tfm) = %{tl_version} -Provides: tex(unisongad.tfm) = %{tl_version} -Provides: tex(unisongae.tfm) = %{tl_version} -Provides: tex(unisongaf.tfm) = %{tl_version} -Provides: tex(unisongb0.tfm) = %{tl_version} -Provides: tex(unisongb1.tfm) = %{tl_version} -Provides: tex(unisongb2.tfm) = %{tl_version} -Provides: tex(unisongb3.tfm) = %{tl_version} -Provides: tex(unisongb4.tfm) = %{tl_version} -Provides: tex(unisongb5.tfm) = %{tl_version} -Provides: tex(unisongb6.tfm) = %{tl_version} -Provides: tex(unisongb7.tfm) = %{tl_version} -Provides: tex(unisongb8.tfm) = %{tl_version} -Provides: tex(unisongb9.tfm) = %{tl_version} -Provides: tex(unisongba.tfm) = %{tl_version} -Provides: tex(unisongbb.tfm) = %{tl_version} -Provides: tex(unisongbc.tfm) = %{tl_version} -Provides: tex(unisongbd.tfm) = %{tl_version} -Provides: tex(unisongbe.tfm) = %{tl_version} -Provides: tex(unisongbf.tfm) = %{tl_version} -Provides: tex(unisongc0.tfm) = %{tl_version} -Provides: tex(unisongc1.tfm) = %{tl_version} -Provides: tex(unisongc2.tfm) = %{tl_version} -Provides: tex(unisongc3.tfm) = %{tl_version} -Provides: tex(unisongc4.tfm) = %{tl_version} -Provides: tex(unisongc5.tfm) = %{tl_version} -Provides: tex(unisongc6.tfm) = %{tl_version} -Provides: tex(unisongc7.tfm) = %{tl_version} -Provides: tex(unisongc8.tfm) = %{tl_version} -Provides: tex(unisongc9.tfm) = %{tl_version} -Provides: tex(unisongca.tfm) = %{tl_version} -Provides: tex(unisongcb.tfm) = %{tl_version} -Provides: tex(unisongcc.tfm) = %{tl_version} -Provides: tex(unisongcd.tfm) = %{tl_version} -Provides: tex(unisongce.tfm) = %{tl_version} -Provides: tex(unisongcf.tfm) = %{tl_version} -Provides: tex(unisongd0.tfm) = %{tl_version} -Provides: tex(unisongd1.tfm) = %{tl_version} -Provides: tex(unisongd2.tfm) = %{tl_version} -Provides: tex(unisongd3.tfm) = %{tl_version} -Provides: tex(unisongd4.tfm) = %{tl_version} -Provides: tex(unisongd5.tfm) = %{tl_version} -Provides: tex(unisongd6.tfm) = %{tl_version} -Provides: tex(unisongd7.tfm) = %{tl_version} -Provides: tex(unisongd8.tfm) = %{tl_version} -Provides: tex(unisongd9.tfm) = %{tl_version} -Provides: tex(unisongda.tfm) = %{tl_version} -Provides: tex(unisongdb.tfm) = %{tl_version} -Provides: tex(unisongdc.tfm) = %{tl_version} -Provides: tex(unisongdd.tfm) = %{tl_version} -Provides: tex(unisongde.tfm) = %{tl_version} -Provides: tex(unisongdf.tfm) = %{tl_version} -Provides: tex(unisonge0.tfm) = %{tl_version} -Provides: tex(unisonge1.tfm) = %{tl_version} -Provides: tex(unisonge2.tfm) = %{tl_version} -Provides: tex(unisonge3.tfm) = %{tl_version} -Provides: tex(unisonge4.tfm) = %{tl_version} -Provides: tex(unisonge5.tfm) = %{tl_version} -Provides: tex(unisonge6.tfm) = %{tl_version} -Provides: tex(unisonge7.tfm) = %{tl_version} -Provides: tex(unisonge8.tfm) = %{tl_version} -Provides: tex(unisonge9.tfm) = %{tl_version} -Provides: tex(unisongea.tfm) = %{tl_version} -Provides: tex(unisongeb.tfm) = %{tl_version} -Provides: tex(unisongec.tfm) = %{tl_version} -Provides: tex(unisonged.tfm) = %{tl_version} -Provides: tex(unisongee.tfm) = %{tl_version} -Provides: tex(unisongef.tfm) = %{tl_version} -Provides: tex(unisongf0.tfm) = %{tl_version} -Provides: tex(unisongf1.tfm) = %{tl_version} -Provides: tex(unisongf2.tfm) = %{tl_version} -Provides: tex(unisongf3.tfm) = %{tl_version} -Provides: tex(unisongf4.tfm) = %{tl_version} -Provides: tex(unisongf5.tfm) = %{tl_version} -Provides: tex(unisongf6.tfm) = %{tl_version} -Provides: tex(unisongf7.tfm) = %{tl_version} -Provides: tex(unisongf8.tfm) = %{tl_version} -Provides: tex(unisongf9.tfm) = %{tl_version} -Provides: tex(unisongfa.tfm) = %{tl_version} -Provides: tex(unisongfb.tfm) = %{tl_version} -Provides: tex(unisongfc.tfm) = %{tl_version} -Provides: tex(unisongfd.tfm) = %{tl_version} -Provides: tex(unisongfe.tfm) = %{tl_version} -Provides: tex(unisongff.tfm) = %{tl_version} -Provides: tex(unisongsl00.tfm) = %{tl_version} -Provides: tex(unisongsl01.tfm) = %{tl_version} -Provides: tex(unisongsl02.tfm) = %{tl_version} -Provides: tex(unisongsl03.tfm) = %{tl_version} -Provides: tex(unisongsl04.tfm) = %{tl_version} -Provides: tex(unisongsl05.tfm) = %{tl_version} -Provides: tex(unisongsl06.tfm) = %{tl_version} -Provides: tex(unisongsl07.tfm) = %{tl_version} -Provides: tex(unisongsl08.tfm) = %{tl_version} -Provides: tex(unisongsl09.tfm) = %{tl_version} -Provides: tex(unisongsl0a.tfm) = %{tl_version} -Provides: tex(unisongsl0b.tfm) = %{tl_version} -Provides: tex(unisongsl0c.tfm) = %{tl_version} -Provides: tex(unisongsl0d.tfm) = %{tl_version} -Provides: tex(unisongsl0e.tfm) = %{tl_version} -Provides: tex(unisongsl0f.tfm) = %{tl_version} -Provides: tex(unisongsl10.tfm) = %{tl_version} -Provides: tex(unisongsl11.tfm) = %{tl_version} -Provides: tex(unisongsl12.tfm) = %{tl_version} -Provides: tex(unisongsl13.tfm) = %{tl_version} -Provides: tex(unisongsl14.tfm) = %{tl_version} -Provides: tex(unisongsl15.tfm) = %{tl_version} -Provides: tex(unisongsl16.tfm) = %{tl_version} -Provides: tex(unisongsl17.tfm) = %{tl_version} -Provides: tex(unisongsl18.tfm) = %{tl_version} -Provides: tex(unisongsl19.tfm) = %{tl_version} -Provides: tex(unisongsl1a.tfm) = %{tl_version} -Provides: tex(unisongsl1b.tfm) = %{tl_version} -Provides: tex(unisongsl1c.tfm) = %{tl_version} -Provides: tex(unisongsl1d.tfm) = %{tl_version} -Provides: tex(unisongsl1e.tfm) = %{tl_version} -Provides: tex(unisongsl1f.tfm) = %{tl_version} -Provides: tex(unisongsl20.tfm) = %{tl_version} -Provides: tex(unisongsl21.tfm) = %{tl_version} -Provides: tex(unisongsl22.tfm) = %{tl_version} -Provides: tex(unisongsl23.tfm) = %{tl_version} -Provides: tex(unisongsl24.tfm) = %{tl_version} -Provides: tex(unisongsl25.tfm) = %{tl_version} -Provides: tex(unisongsl26.tfm) = %{tl_version} -Provides: tex(unisongsl27.tfm) = %{tl_version} -Provides: tex(unisongsl28.tfm) = %{tl_version} -Provides: tex(unisongsl29.tfm) = %{tl_version} -Provides: tex(unisongsl2a.tfm) = %{tl_version} -Provides: tex(unisongsl2b.tfm) = %{tl_version} -Provides: tex(unisongsl2c.tfm) = %{tl_version} -Provides: tex(unisongsl2d.tfm) = %{tl_version} -Provides: tex(unisongsl2e.tfm) = %{tl_version} -Provides: tex(unisongsl2f.tfm) = %{tl_version} -Provides: tex(unisongsl30.tfm) = %{tl_version} -Provides: tex(unisongsl31.tfm) = %{tl_version} -Provides: tex(unisongsl32.tfm) = %{tl_version} -Provides: tex(unisongsl33.tfm) = %{tl_version} -Provides: tex(unisongsl34.tfm) = %{tl_version} -Provides: tex(unisongsl35.tfm) = %{tl_version} -Provides: tex(unisongsl36.tfm) = %{tl_version} -Provides: tex(unisongsl37.tfm) = %{tl_version} -Provides: tex(unisongsl38.tfm) = %{tl_version} -Provides: tex(unisongsl39.tfm) = %{tl_version} -Provides: tex(unisongsl3a.tfm) = %{tl_version} -Provides: tex(unisongsl3b.tfm) = %{tl_version} -Provides: tex(unisongsl3c.tfm) = %{tl_version} -Provides: tex(unisongsl3d.tfm) = %{tl_version} -Provides: tex(unisongsl3e.tfm) = %{tl_version} -Provides: tex(unisongsl3f.tfm) = %{tl_version} -Provides: tex(unisongsl40.tfm) = %{tl_version} -Provides: tex(unisongsl41.tfm) = %{tl_version} -Provides: tex(unisongsl42.tfm) = %{tl_version} -Provides: tex(unisongsl43.tfm) = %{tl_version} -Provides: tex(unisongsl44.tfm) = %{tl_version} -Provides: tex(unisongsl45.tfm) = %{tl_version} -Provides: tex(unisongsl46.tfm) = %{tl_version} -Provides: tex(unisongsl47.tfm) = %{tl_version} -Provides: tex(unisongsl48.tfm) = %{tl_version} -Provides: tex(unisongsl49.tfm) = %{tl_version} -Provides: tex(unisongsl4a.tfm) = %{tl_version} -Provides: tex(unisongsl4b.tfm) = %{tl_version} -Provides: tex(unisongsl4c.tfm) = %{tl_version} -Provides: tex(unisongsl4d.tfm) = %{tl_version} -Provides: tex(unisongsl4e.tfm) = %{tl_version} -Provides: tex(unisongsl4f.tfm) = %{tl_version} -Provides: tex(unisongsl50.tfm) = %{tl_version} -Provides: tex(unisongsl51.tfm) = %{tl_version} -Provides: tex(unisongsl52.tfm) = %{tl_version} -Provides: tex(unisongsl53.tfm) = %{tl_version} -Provides: tex(unisongsl54.tfm) = %{tl_version} -Provides: tex(unisongsl55.tfm) = %{tl_version} -Provides: tex(unisongsl56.tfm) = %{tl_version} -Provides: tex(unisongsl57.tfm) = %{tl_version} -Provides: tex(unisongsl58.tfm) = %{tl_version} -Provides: tex(unisongsl59.tfm) = %{tl_version} -Provides: tex(unisongsl5a.tfm) = %{tl_version} -Provides: tex(unisongsl5b.tfm) = %{tl_version} -Provides: tex(unisongsl5c.tfm) = %{tl_version} -Provides: tex(unisongsl5d.tfm) = %{tl_version} -Provides: tex(unisongsl5e.tfm) = %{tl_version} -Provides: tex(unisongsl5f.tfm) = %{tl_version} -Provides: tex(unisongsl60.tfm) = %{tl_version} -Provides: tex(unisongsl61.tfm) = %{tl_version} -Provides: tex(unisongsl62.tfm) = %{tl_version} -Provides: tex(unisongsl63.tfm) = %{tl_version} -Provides: tex(unisongsl64.tfm) = %{tl_version} -Provides: tex(unisongsl65.tfm) = %{tl_version} -Provides: tex(unisongsl66.tfm) = %{tl_version} -Provides: tex(unisongsl67.tfm) = %{tl_version} -Provides: tex(unisongsl68.tfm) = %{tl_version} -Provides: tex(unisongsl69.tfm) = %{tl_version} -Provides: tex(unisongsl6a.tfm) = %{tl_version} -Provides: tex(unisongsl6b.tfm) = %{tl_version} -Provides: tex(unisongsl6c.tfm) = %{tl_version} -Provides: tex(unisongsl6d.tfm) = %{tl_version} -Provides: tex(unisongsl6e.tfm) = %{tl_version} -Provides: tex(unisongsl6f.tfm) = %{tl_version} -Provides: tex(unisongsl70.tfm) = %{tl_version} -Provides: tex(unisongsl71.tfm) = %{tl_version} -Provides: tex(unisongsl72.tfm) = %{tl_version} -Provides: tex(unisongsl73.tfm) = %{tl_version} -Provides: tex(unisongsl74.tfm) = %{tl_version} -Provides: tex(unisongsl75.tfm) = %{tl_version} -Provides: tex(unisongsl76.tfm) = %{tl_version} -Provides: tex(unisongsl77.tfm) = %{tl_version} -Provides: tex(unisongsl78.tfm) = %{tl_version} -Provides: tex(unisongsl79.tfm) = %{tl_version} -Provides: tex(unisongsl7a.tfm) = %{tl_version} -Provides: tex(unisongsl7b.tfm) = %{tl_version} -Provides: tex(unisongsl7c.tfm) = %{tl_version} -Provides: tex(unisongsl7d.tfm) = %{tl_version} -Provides: tex(unisongsl7e.tfm) = %{tl_version} -Provides: tex(unisongsl7f.tfm) = %{tl_version} -Provides: tex(unisongsl80.tfm) = %{tl_version} -Provides: tex(unisongsl81.tfm) = %{tl_version} -Provides: tex(unisongsl82.tfm) = %{tl_version} -Provides: tex(unisongsl83.tfm) = %{tl_version} -Provides: tex(unisongsl84.tfm) = %{tl_version} -Provides: tex(unisongsl85.tfm) = %{tl_version} -Provides: tex(unisongsl86.tfm) = %{tl_version} -Provides: tex(unisongsl87.tfm) = %{tl_version} -Provides: tex(unisongsl88.tfm) = %{tl_version} -Provides: tex(unisongsl89.tfm) = %{tl_version} -Provides: tex(unisongsl8a.tfm) = %{tl_version} -Provides: tex(unisongsl8b.tfm) = %{tl_version} -Provides: tex(unisongsl8c.tfm) = %{tl_version} -Provides: tex(unisongsl8d.tfm) = %{tl_version} -Provides: tex(unisongsl8e.tfm) = %{tl_version} -Provides: tex(unisongsl8f.tfm) = %{tl_version} -Provides: tex(unisongsl90.tfm) = %{tl_version} -Provides: tex(unisongsl91.tfm) = %{tl_version} -Provides: tex(unisongsl92.tfm) = %{tl_version} -Provides: tex(unisongsl93.tfm) = %{tl_version} -Provides: tex(unisongsl94.tfm) = %{tl_version} -Provides: tex(unisongsl95.tfm) = %{tl_version} -Provides: tex(unisongsl96.tfm) = %{tl_version} -Provides: tex(unisongsl97.tfm) = %{tl_version} -Provides: tex(unisongsl98.tfm) = %{tl_version} -Provides: tex(unisongsl99.tfm) = %{tl_version} -Provides: tex(unisongsl9a.tfm) = %{tl_version} -Provides: tex(unisongsl9b.tfm) = %{tl_version} -Provides: tex(unisongsl9c.tfm) = %{tl_version} -Provides: tex(unisongsl9d.tfm) = %{tl_version} -Provides: tex(unisongsl9e.tfm) = %{tl_version} -Provides: tex(unisongsl9f.tfm) = %{tl_version} -Provides: tex(unisongsla0.tfm) = %{tl_version} -Provides: tex(unisongsla1.tfm) = %{tl_version} -Provides: tex(unisongsla2.tfm) = %{tl_version} -Provides: tex(unisongsla3.tfm) = %{tl_version} -Provides: tex(unisongsla4.tfm) = %{tl_version} -Provides: tex(unisongsla5.tfm) = %{tl_version} -Provides: tex(unisongsla6.tfm) = %{tl_version} -Provides: tex(unisongsla7.tfm) = %{tl_version} -Provides: tex(unisongsla8.tfm) = %{tl_version} -Provides: tex(unisongsla9.tfm) = %{tl_version} -Provides: tex(unisongslaa.tfm) = %{tl_version} -Provides: tex(unisongslab.tfm) = %{tl_version} -Provides: tex(unisongslac.tfm) = %{tl_version} -Provides: tex(unisongslad.tfm) = %{tl_version} -Provides: tex(unisongslae.tfm) = %{tl_version} -Provides: tex(unisongslaf.tfm) = %{tl_version} -Provides: tex(unisongslb0.tfm) = %{tl_version} -Provides: tex(unisongslb1.tfm) = %{tl_version} -Provides: tex(unisongslb2.tfm) = %{tl_version} -Provides: tex(unisongslb3.tfm) = %{tl_version} -Provides: tex(unisongslb4.tfm) = %{tl_version} -Provides: tex(unisongslb5.tfm) = %{tl_version} -Provides: tex(unisongslb6.tfm) = %{tl_version} -Provides: tex(unisongslb7.tfm) = %{tl_version} -Provides: tex(unisongslb8.tfm) = %{tl_version} -Provides: tex(unisongslb9.tfm) = %{tl_version} -Provides: tex(unisongslba.tfm) = %{tl_version} -Provides: tex(unisongslbb.tfm) = %{tl_version} -Provides: tex(unisongslbc.tfm) = %{tl_version} -Provides: tex(unisongslbd.tfm) = %{tl_version} -Provides: tex(unisongslbe.tfm) = %{tl_version} -Provides: tex(unisongslbf.tfm) = %{tl_version} -Provides: tex(unisongslc0.tfm) = %{tl_version} -Provides: tex(unisongslc1.tfm) = %{tl_version} -Provides: tex(unisongslc2.tfm) = %{tl_version} -Provides: tex(unisongslc3.tfm) = %{tl_version} -Provides: tex(unisongslc4.tfm) = %{tl_version} -Provides: tex(unisongslc5.tfm) = %{tl_version} -Provides: tex(unisongslc6.tfm) = %{tl_version} -Provides: tex(unisongslc7.tfm) = %{tl_version} -Provides: tex(unisongslc8.tfm) = %{tl_version} -Provides: tex(unisongslc9.tfm) = %{tl_version} -Provides: tex(unisongslca.tfm) = %{tl_version} -Provides: tex(unisongslcb.tfm) = %{tl_version} -Provides: tex(unisongslcc.tfm) = %{tl_version} -Provides: tex(unisongslcd.tfm) = %{tl_version} -Provides: tex(unisongslce.tfm) = %{tl_version} -Provides: tex(unisongslcf.tfm) = %{tl_version} -Provides: tex(unisongsld0.tfm) = %{tl_version} -Provides: tex(unisongsld1.tfm) = %{tl_version} -Provides: tex(unisongsld2.tfm) = %{tl_version} -Provides: tex(unisongsld3.tfm) = %{tl_version} -Provides: tex(unisongsld4.tfm) = %{tl_version} -Provides: tex(unisongsld5.tfm) = %{tl_version} -Provides: tex(unisongsld6.tfm) = %{tl_version} -Provides: tex(unisongsld7.tfm) = %{tl_version} -Provides: tex(unisongsld8.tfm) = %{tl_version} -Provides: tex(unisongsld9.tfm) = %{tl_version} -Provides: tex(unisongslda.tfm) = %{tl_version} -Provides: tex(unisongsldb.tfm) = %{tl_version} -Provides: tex(unisongsldc.tfm) = %{tl_version} -Provides: tex(unisongsldd.tfm) = %{tl_version} -Provides: tex(unisongslde.tfm) = %{tl_version} -Provides: tex(unisongsldf.tfm) = %{tl_version} -Provides: tex(unisongsle0.tfm) = %{tl_version} -Provides: tex(unisongsle1.tfm) = %{tl_version} -Provides: tex(unisongsle2.tfm) = %{tl_version} -Provides: tex(unisongsle3.tfm) = %{tl_version} -Provides: tex(unisongsle4.tfm) = %{tl_version} -Provides: tex(unisongsle5.tfm) = %{tl_version} -Provides: tex(unisongsle6.tfm) = %{tl_version} -Provides: tex(unisongsle7.tfm) = %{tl_version} -Provides: tex(unisongsle8.tfm) = %{tl_version} -Provides: tex(unisongsle9.tfm) = %{tl_version} -Provides: tex(unisongslea.tfm) = %{tl_version} -Provides: tex(unisongsleb.tfm) = %{tl_version} -Provides: tex(unisongslec.tfm) = %{tl_version} -Provides: tex(unisongsled.tfm) = %{tl_version} -Provides: tex(unisongslee.tfm) = %{tl_version} -Provides: tex(unisongslef.tfm) = %{tl_version} -Provides: tex(unisongslf0.tfm) = %{tl_version} -Provides: tex(unisongslf1.tfm) = %{tl_version} -Provides: tex(unisongslf2.tfm) = %{tl_version} -Provides: tex(unisongslf3.tfm) = %{tl_version} -Provides: tex(unisongslf4.tfm) = %{tl_version} -Provides: tex(unisongslf5.tfm) = %{tl_version} -Provides: tex(unisongslf6.tfm) = %{tl_version} -Provides: tex(unisongslf7.tfm) = %{tl_version} -Provides: tex(unisongslf8.tfm) = %{tl_version} -Provides: tex(unisongslf9.tfm) = %{tl_version} -Provides: tex(unisongslfa.tfm) = %{tl_version} -Provides: tex(unisongslfb.tfm) = %{tl_version} -Provides: tex(unisongslfc.tfm) = %{tl_version} -Provides: tex(unisongslfd.tfm) = %{tl_version} -Provides: tex(unisongslfe.tfm) = %{tl_version} -Provides: tex(unisongslff.tfm) = %{tl_version} -Provides: tex(uniyou00.tfm) = %{tl_version} -Provides: tex(uniyou01.tfm) = %{tl_version} -Provides: tex(uniyou02.tfm) = %{tl_version} -Provides: tex(uniyou03.tfm) = %{tl_version} -Provides: tex(uniyou04.tfm) = %{tl_version} -Provides: tex(uniyou05.tfm) = %{tl_version} -Provides: tex(uniyou06.tfm) = %{tl_version} -Provides: tex(uniyou07.tfm) = %{tl_version} -Provides: tex(uniyou08.tfm) = %{tl_version} -Provides: tex(uniyou09.tfm) = %{tl_version} -Provides: tex(uniyou0a.tfm) = %{tl_version} -Provides: tex(uniyou0b.tfm) = %{tl_version} -Provides: tex(uniyou0c.tfm) = %{tl_version} -Provides: tex(uniyou0d.tfm) = %{tl_version} -Provides: tex(uniyou0e.tfm) = %{tl_version} -Provides: tex(uniyou0f.tfm) = %{tl_version} -Provides: tex(uniyou10.tfm) = %{tl_version} -Provides: tex(uniyou11.tfm) = %{tl_version} -Provides: tex(uniyou12.tfm) = %{tl_version} -Provides: tex(uniyou13.tfm) = %{tl_version} -Provides: tex(uniyou14.tfm) = %{tl_version} -Provides: tex(uniyou15.tfm) = %{tl_version} -Provides: tex(uniyou16.tfm) = %{tl_version} -Provides: tex(uniyou17.tfm) = %{tl_version} -Provides: tex(uniyou18.tfm) = %{tl_version} -Provides: tex(uniyou19.tfm) = %{tl_version} -Provides: tex(uniyou1a.tfm) = %{tl_version} -Provides: tex(uniyou1b.tfm) = %{tl_version} -Provides: tex(uniyou1c.tfm) = %{tl_version} -Provides: tex(uniyou1d.tfm) = %{tl_version} -Provides: tex(uniyou1e.tfm) = %{tl_version} -Provides: tex(uniyou1f.tfm) = %{tl_version} -Provides: tex(uniyou20.tfm) = %{tl_version} -Provides: tex(uniyou21.tfm) = %{tl_version} -Provides: tex(uniyou22.tfm) = %{tl_version} -Provides: tex(uniyou23.tfm) = %{tl_version} -Provides: tex(uniyou24.tfm) = %{tl_version} -Provides: tex(uniyou25.tfm) = %{tl_version} -Provides: tex(uniyou26.tfm) = %{tl_version} -Provides: tex(uniyou27.tfm) = %{tl_version} -Provides: tex(uniyou28.tfm) = %{tl_version} -Provides: tex(uniyou29.tfm) = %{tl_version} -Provides: tex(uniyou2a.tfm) = %{tl_version} -Provides: tex(uniyou2b.tfm) = %{tl_version} -Provides: tex(uniyou2c.tfm) = %{tl_version} -Provides: tex(uniyou2d.tfm) = %{tl_version} -Provides: tex(uniyou2e.tfm) = %{tl_version} -Provides: tex(uniyou2f.tfm) = %{tl_version} -Provides: tex(uniyou30.tfm) = %{tl_version} -Provides: tex(uniyou31.tfm) = %{tl_version} -Provides: tex(uniyou32.tfm) = %{tl_version} -Provides: tex(uniyou33.tfm) = %{tl_version} -Provides: tex(uniyou34.tfm) = %{tl_version} -Provides: tex(uniyou35.tfm) = %{tl_version} -Provides: tex(uniyou36.tfm) = %{tl_version} -Provides: tex(uniyou37.tfm) = %{tl_version} -Provides: tex(uniyou38.tfm) = %{tl_version} -Provides: tex(uniyou39.tfm) = %{tl_version} -Provides: tex(uniyou3a.tfm) = %{tl_version} -Provides: tex(uniyou3b.tfm) = %{tl_version} -Provides: tex(uniyou3c.tfm) = %{tl_version} -Provides: tex(uniyou3d.tfm) = %{tl_version} -Provides: tex(uniyou3e.tfm) = %{tl_version} -Provides: tex(uniyou3f.tfm) = %{tl_version} -Provides: tex(uniyou40.tfm) = %{tl_version} -Provides: tex(uniyou41.tfm) = %{tl_version} -Provides: tex(uniyou42.tfm) = %{tl_version} -Provides: tex(uniyou43.tfm) = %{tl_version} -Provides: tex(uniyou44.tfm) = %{tl_version} -Provides: tex(uniyou45.tfm) = %{tl_version} -Provides: tex(uniyou46.tfm) = %{tl_version} -Provides: tex(uniyou47.tfm) = %{tl_version} -Provides: tex(uniyou48.tfm) = %{tl_version} -Provides: tex(uniyou49.tfm) = %{tl_version} -Provides: tex(uniyou4a.tfm) = %{tl_version} -Provides: tex(uniyou4b.tfm) = %{tl_version} -Provides: tex(uniyou4c.tfm) = %{tl_version} -Provides: tex(uniyou4d.tfm) = %{tl_version} -Provides: tex(uniyou4e.tfm) = %{tl_version} -Provides: tex(uniyou4f.tfm) = %{tl_version} -Provides: tex(uniyou50.tfm) = %{tl_version} -Provides: tex(uniyou51.tfm) = %{tl_version} -Provides: tex(uniyou52.tfm) = %{tl_version} -Provides: tex(uniyou53.tfm) = %{tl_version} -Provides: tex(uniyou54.tfm) = %{tl_version} -Provides: tex(uniyou55.tfm) = %{tl_version} -Provides: tex(uniyou56.tfm) = %{tl_version} -Provides: tex(uniyou57.tfm) = %{tl_version} -Provides: tex(uniyou58.tfm) = %{tl_version} -Provides: tex(uniyou59.tfm) = %{tl_version} -Provides: tex(uniyou5a.tfm) = %{tl_version} -Provides: tex(uniyou5b.tfm) = %{tl_version} -Provides: tex(uniyou5c.tfm) = %{tl_version} -Provides: tex(uniyou5d.tfm) = %{tl_version} -Provides: tex(uniyou5e.tfm) = %{tl_version} -Provides: tex(uniyou5f.tfm) = %{tl_version} -Provides: tex(uniyou60.tfm) = %{tl_version} -Provides: tex(uniyou61.tfm) = %{tl_version} -Provides: tex(uniyou62.tfm) = %{tl_version} -Provides: tex(uniyou63.tfm) = %{tl_version} -Provides: tex(uniyou64.tfm) = %{tl_version} -Provides: tex(uniyou65.tfm) = %{tl_version} -Provides: tex(uniyou66.tfm) = %{tl_version} -Provides: tex(uniyou67.tfm) = %{tl_version} -Provides: tex(uniyou68.tfm) = %{tl_version} -Provides: tex(uniyou69.tfm) = %{tl_version} -Provides: tex(uniyou6a.tfm) = %{tl_version} -Provides: tex(uniyou6b.tfm) = %{tl_version} -Provides: tex(uniyou6c.tfm) = %{tl_version} -Provides: tex(uniyou6d.tfm) = %{tl_version} -Provides: tex(uniyou6e.tfm) = %{tl_version} -Provides: tex(uniyou6f.tfm) = %{tl_version} -Provides: tex(uniyou70.tfm) = %{tl_version} -Provides: tex(uniyou71.tfm) = %{tl_version} -Provides: tex(uniyou72.tfm) = %{tl_version} -Provides: tex(uniyou73.tfm) = %{tl_version} -Provides: tex(uniyou74.tfm) = %{tl_version} -Provides: tex(uniyou75.tfm) = %{tl_version} -Provides: tex(uniyou76.tfm) = %{tl_version} -Provides: tex(uniyou77.tfm) = %{tl_version} -Provides: tex(uniyou78.tfm) = %{tl_version} -Provides: tex(uniyou79.tfm) = %{tl_version} -Provides: tex(uniyou7a.tfm) = %{tl_version} -Provides: tex(uniyou7b.tfm) = %{tl_version} -Provides: tex(uniyou7c.tfm) = %{tl_version} -Provides: tex(uniyou7d.tfm) = %{tl_version} -Provides: tex(uniyou7e.tfm) = %{tl_version} -Provides: tex(uniyou7f.tfm) = %{tl_version} -Provides: tex(uniyou80.tfm) = %{tl_version} -Provides: tex(uniyou81.tfm) = %{tl_version} -Provides: tex(uniyou82.tfm) = %{tl_version} -Provides: tex(uniyou83.tfm) = %{tl_version} -Provides: tex(uniyou84.tfm) = %{tl_version} -Provides: tex(uniyou85.tfm) = %{tl_version} -Provides: tex(uniyou86.tfm) = %{tl_version} -Provides: tex(uniyou87.tfm) = %{tl_version} -Provides: tex(uniyou88.tfm) = %{tl_version} -Provides: tex(uniyou89.tfm) = %{tl_version} -Provides: tex(uniyou8a.tfm) = %{tl_version} -Provides: tex(uniyou8b.tfm) = %{tl_version} -Provides: tex(uniyou8c.tfm) = %{tl_version} -Provides: tex(uniyou8d.tfm) = %{tl_version} -Provides: tex(uniyou8e.tfm) = %{tl_version} -Provides: tex(uniyou8f.tfm) = %{tl_version} -Provides: tex(uniyou90.tfm) = %{tl_version} -Provides: tex(uniyou91.tfm) = %{tl_version} -Provides: tex(uniyou92.tfm) = %{tl_version} -Provides: tex(uniyou93.tfm) = %{tl_version} -Provides: tex(uniyou94.tfm) = %{tl_version} -Provides: tex(uniyou95.tfm) = %{tl_version} -Provides: tex(uniyou96.tfm) = %{tl_version} -Provides: tex(uniyou97.tfm) = %{tl_version} -Provides: tex(uniyou98.tfm) = %{tl_version} -Provides: tex(uniyou99.tfm) = %{tl_version} -Provides: tex(uniyou9a.tfm) = %{tl_version} -Provides: tex(uniyou9b.tfm) = %{tl_version} -Provides: tex(uniyou9c.tfm) = %{tl_version} -Provides: tex(uniyou9d.tfm) = %{tl_version} -Provides: tex(uniyou9e.tfm) = %{tl_version} -Provides: tex(uniyou9f.tfm) = %{tl_version} -Provides: tex(uniyoua0.tfm) = %{tl_version} -Provides: tex(uniyoua1.tfm) = %{tl_version} -Provides: tex(uniyoua2.tfm) = %{tl_version} -Provides: tex(uniyoua3.tfm) = %{tl_version} -Provides: tex(uniyoua4.tfm) = %{tl_version} -Provides: tex(uniyoua5.tfm) = %{tl_version} -Provides: tex(uniyoua6.tfm) = %{tl_version} -Provides: tex(uniyoua7.tfm) = %{tl_version} -Provides: tex(uniyoua8.tfm) = %{tl_version} -Provides: tex(uniyoua9.tfm) = %{tl_version} -Provides: tex(uniyouaa.tfm) = %{tl_version} -Provides: tex(uniyouab.tfm) = %{tl_version} -Provides: tex(uniyouac.tfm) = %{tl_version} -Provides: tex(uniyouad.tfm) = %{tl_version} -Provides: tex(uniyouae.tfm) = %{tl_version} -Provides: tex(uniyouaf.tfm) = %{tl_version} -Provides: tex(uniyoub0.tfm) = %{tl_version} -Provides: tex(uniyoub1.tfm) = %{tl_version} -Provides: tex(uniyoub2.tfm) = %{tl_version} -Provides: tex(uniyoub3.tfm) = %{tl_version} -Provides: tex(uniyoub4.tfm) = %{tl_version} -Provides: tex(uniyoub5.tfm) = %{tl_version} -Provides: tex(uniyoub6.tfm) = %{tl_version} -Provides: tex(uniyoub7.tfm) = %{tl_version} -Provides: tex(uniyoub8.tfm) = %{tl_version} -Provides: tex(uniyoub9.tfm) = %{tl_version} -Provides: tex(uniyouba.tfm) = %{tl_version} -Provides: tex(uniyoubb.tfm) = %{tl_version} -Provides: tex(uniyoubc.tfm) = %{tl_version} -Provides: tex(uniyoubd.tfm) = %{tl_version} -Provides: tex(uniyoube.tfm) = %{tl_version} -Provides: tex(uniyoubf.tfm) = %{tl_version} -Provides: tex(uniyouc0.tfm) = %{tl_version} -Provides: tex(uniyouc1.tfm) = %{tl_version} -Provides: tex(uniyouc2.tfm) = %{tl_version} -Provides: tex(uniyouc3.tfm) = %{tl_version} -Provides: tex(uniyouc4.tfm) = %{tl_version} -Provides: tex(uniyouc5.tfm) = %{tl_version} -Provides: tex(uniyouc6.tfm) = %{tl_version} -Provides: tex(uniyouc7.tfm) = %{tl_version} -Provides: tex(uniyouc8.tfm) = %{tl_version} -Provides: tex(uniyouc9.tfm) = %{tl_version} -Provides: tex(uniyouca.tfm) = %{tl_version} -Provides: tex(uniyoucb.tfm) = %{tl_version} -Provides: tex(uniyoucc.tfm) = %{tl_version} -Provides: tex(uniyoucd.tfm) = %{tl_version} -Provides: tex(uniyouce.tfm) = %{tl_version} -Provides: tex(uniyoucf.tfm) = %{tl_version} -Provides: tex(uniyoud0.tfm) = %{tl_version} -Provides: tex(uniyoud1.tfm) = %{tl_version} -Provides: tex(uniyoud2.tfm) = %{tl_version} -Provides: tex(uniyoud3.tfm) = %{tl_version} -Provides: tex(uniyoud4.tfm) = %{tl_version} -Provides: tex(uniyoud5.tfm) = %{tl_version} -Provides: tex(uniyoud6.tfm) = %{tl_version} -Provides: tex(uniyoud7.tfm) = %{tl_version} -Provides: tex(uniyoud8.tfm) = %{tl_version} -Provides: tex(uniyoud9.tfm) = %{tl_version} -Provides: tex(uniyouda.tfm) = %{tl_version} -Provides: tex(uniyoudb.tfm) = %{tl_version} -Provides: tex(uniyoudc.tfm) = %{tl_version} -Provides: tex(uniyoudd.tfm) = %{tl_version} -Provides: tex(uniyoude.tfm) = %{tl_version} -Provides: tex(uniyoudf.tfm) = %{tl_version} -Provides: tex(uniyoue0.tfm) = %{tl_version} -Provides: tex(uniyoue1.tfm) = %{tl_version} -Provides: tex(uniyoue2.tfm) = %{tl_version} -Provides: tex(uniyoue3.tfm) = %{tl_version} -Provides: tex(uniyoue4.tfm) = %{tl_version} -Provides: tex(uniyoue5.tfm) = %{tl_version} -Provides: tex(uniyoue6.tfm) = %{tl_version} -Provides: tex(uniyoue7.tfm) = %{tl_version} -Provides: tex(uniyoue8.tfm) = %{tl_version} -Provides: tex(uniyoue9.tfm) = %{tl_version} -Provides: tex(uniyouea.tfm) = %{tl_version} -Provides: tex(uniyoueb.tfm) = %{tl_version} -Provides: tex(uniyouec.tfm) = %{tl_version} -Provides: tex(uniyoued.tfm) = %{tl_version} -Provides: tex(uniyouee.tfm) = %{tl_version} -Provides: tex(uniyouef.tfm) = %{tl_version} -Provides: tex(uniyouf0.tfm) = %{tl_version} -Provides: tex(uniyouf1.tfm) = %{tl_version} -Provides: tex(uniyouf2.tfm) = %{tl_version} -Provides: tex(uniyouf3.tfm) = %{tl_version} -Provides: tex(uniyouf4.tfm) = %{tl_version} -Provides: tex(uniyouf5.tfm) = %{tl_version} -Provides: tex(uniyouf6.tfm) = %{tl_version} -Provides: tex(uniyouf7.tfm) = %{tl_version} -Provides: tex(uniyouf8.tfm) = %{tl_version} -Provides: tex(uniyouf9.tfm) = %{tl_version} -Provides: tex(uniyoufa.tfm) = %{tl_version} -Provides: tex(uniyoufb.tfm) = %{tl_version} -Provides: tex(uniyoufc.tfm) = %{tl_version} -Provides: tex(uniyoufd.tfm) = %{tl_version} -Provides: tex(uniyoufe.tfm) = %{tl_version} -Provides: tex(uniyouff.tfm) = %{tl_version} -Provides: tex(uniyousl00.tfm) = %{tl_version} -Provides: tex(uniyousl01.tfm) = %{tl_version} -Provides: tex(uniyousl02.tfm) = %{tl_version} -Provides: tex(uniyousl03.tfm) = %{tl_version} -Provides: tex(uniyousl04.tfm) = %{tl_version} -Provides: tex(uniyousl05.tfm) = %{tl_version} -Provides: tex(uniyousl06.tfm) = %{tl_version} -Provides: tex(uniyousl07.tfm) = %{tl_version} -Provides: tex(uniyousl08.tfm) = %{tl_version} -Provides: tex(uniyousl09.tfm) = %{tl_version} -Provides: tex(uniyousl0a.tfm) = %{tl_version} -Provides: tex(uniyousl0b.tfm) = %{tl_version} -Provides: tex(uniyousl0c.tfm) = %{tl_version} -Provides: tex(uniyousl0d.tfm) = %{tl_version} -Provides: tex(uniyousl0e.tfm) = %{tl_version} -Provides: tex(uniyousl0f.tfm) = %{tl_version} -Provides: tex(uniyousl10.tfm) = %{tl_version} -Provides: tex(uniyousl11.tfm) = %{tl_version} -Provides: tex(uniyousl12.tfm) = %{tl_version} -Provides: tex(uniyousl13.tfm) = %{tl_version} -Provides: tex(uniyousl14.tfm) = %{tl_version} -Provides: tex(uniyousl15.tfm) = %{tl_version} -Provides: tex(uniyousl16.tfm) = %{tl_version} -Provides: tex(uniyousl17.tfm) = %{tl_version} -Provides: tex(uniyousl18.tfm) = %{tl_version} -Provides: tex(uniyousl19.tfm) = %{tl_version} -Provides: tex(uniyousl1a.tfm) = %{tl_version} -Provides: tex(uniyousl1b.tfm) = %{tl_version} -Provides: tex(uniyousl1c.tfm) = %{tl_version} -Provides: tex(uniyousl1d.tfm) = %{tl_version} -Provides: tex(uniyousl1e.tfm) = %{tl_version} -Provides: tex(uniyousl1f.tfm) = %{tl_version} -Provides: tex(uniyousl20.tfm) = %{tl_version} -Provides: tex(uniyousl21.tfm) = %{tl_version} -Provides: tex(uniyousl22.tfm) = %{tl_version} -Provides: tex(uniyousl23.tfm) = %{tl_version} -Provides: tex(uniyousl24.tfm) = %{tl_version} -Provides: tex(uniyousl25.tfm) = %{tl_version} -Provides: tex(uniyousl26.tfm) = %{tl_version} -Provides: tex(uniyousl27.tfm) = %{tl_version} -Provides: tex(uniyousl28.tfm) = %{tl_version} -Provides: tex(uniyousl29.tfm) = %{tl_version} -Provides: tex(uniyousl2a.tfm) = %{tl_version} -Provides: tex(uniyousl2b.tfm) = %{tl_version} -Provides: tex(uniyousl2c.tfm) = %{tl_version} -Provides: tex(uniyousl2d.tfm) = %{tl_version} -Provides: tex(uniyousl2e.tfm) = %{tl_version} -Provides: tex(uniyousl2f.tfm) = %{tl_version} -Provides: tex(uniyousl30.tfm) = %{tl_version} -Provides: tex(uniyousl31.tfm) = %{tl_version} -Provides: tex(uniyousl32.tfm) = %{tl_version} -Provides: tex(uniyousl33.tfm) = %{tl_version} -Provides: tex(uniyousl34.tfm) = %{tl_version} -Provides: tex(uniyousl35.tfm) = %{tl_version} -Provides: tex(uniyousl36.tfm) = %{tl_version} -Provides: tex(uniyousl37.tfm) = %{tl_version} -Provides: tex(uniyousl38.tfm) = %{tl_version} -Provides: tex(uniyousl39.tfm) = %{tl_version} -Provides: tex(uniyousl3a.tfm) = %{tl_version} -Provides: tex(uniyousl3b.tfm) = %{tl_version} -Provides: tex(uniyousl3c.tfm) = %{tl_version} -Provides: tex(uniyousl3d.tfm) = %{tl_version} -Provides: tex(uniyousl3e.tfm) = %{tl_version} -Provides: tex(uniyousl3f.tfm) = %{tl_version} -Provides: tex(uniyousl40.tfm) = %{tl_version} -Provides: tex(uniyousl41.tfm) = %{tl_version} -Provides: tex(uniyousl42.tfm) = %{tl_version} -Provides: tex(uniyousl43.tfm) = %{tl_version} -Provides: tex(uniyousl44.tfm) = %{tl_version} -Provides: tex(uniyousl45.tfm) = %{tl_version} -Provides: tex(uniyousl46.tfm) = %{tl_version} -Provides: tex(uniyousl47.tfm) = %{tl_version} -Provides: tex(uniyousl48.tfm) = %{tl_version} -Provides: tex(uniyousl49.tfm) = %{tl_version} -Provides: tex(uniyousl4a.tfm) = %{tl_version} -Provides: tex(uniyousl4b.tfm) = %{tl_version} -Provides: tex(uniyousl4c.tfm) = %{tl_version} -Provides: tex(uniyousl4d.tfm) = %{tl_version} -Provides: tex(uniyousl4e.tfm) = %{tl_version} -Provides: tex(uniyousl4f.tfm) = %{tl_version} -Provides: tex(uniyousl50.tfm) = %{tl_version} -Provides: tex(uniyousl51.tfm) = %{tl_version} -Provides: tex(uniyousl52.tfm) = %{tl_version} -Provides: tex(uniyousl53.tfm) = %{tl_version} -Provides: tex(uniyousl54.tfm) = %{tl_version} -Provides: tex(uniyousl55.tfm) = %{tl_version} -Provides: tex(uniyousl56.tfm) = %{tl_version} -Provides: tex(uniyousl57.tfm) = %{tl_version} -Provides: tex(uniyousl58.tfm) = %{tl_version} -Provides: tex(uniyousl59.tfm) = %{tl_version} -Provides: tex(uniyousl5a.tfm) = %{tl_version} -Provides: tex(uniyousl5b.tfm) = %{tl_version} -Provides: tex(uniyousl5c.tfm) = %{tl_version} -Provides: tex(uniyousl5d.tfm) = %{tl_version} -Provides: tex(uniyousl5e.tfm) = %{tl_version} -Provides: tex(uniyousl5f.tfm) = %{tl_version} -Provides: tex(uniyousl60.tfm) = %{tl_version} -Provides: tex(uniyousl61.tfm) = %{tl_version} -Provides: tex(uniyousl62.tfm) = %{tl_version} -Provides: tex(uniyousl63.tfm) = %{tl_version} -Provides: tex(uniyousl64.tfm) = %{tl_version} -Provides: tex(uniyousl65.tfm) = %{tl_version} -Provides: tex(uniyousl66.tfm) = %{tl_version} -Provides: tex(uniyousl67.tfm) = %{tl_version} -Provides: tex(uniyousl68.tfm) = %{tl_version} -Provides: tex(uniyousl69.tfm) = %{tl_version} -Provides: tex(uniyousl6a.tfm) = %{tl_version} -Provides: tex(uniyousl6b.tfm) = %{tl_version} -Provides: tex(uniyousl6c.tfm) = %{tl_version} -Provides: tex(uniyousl6d.tfm) = %{tl_version} -Provides: tex(uniyousl6e.tfm) = %{tl_version} -Provides: tex(uniyousl6f.tfm) = %{tl_version} -Provides: tex(uniyousl70.tfm) = %{tl_version} -Provides: tex(uniyousl71.tfm) = %{tl_version} -Provides: tex(uniyousl72.tfm) = %{tl_version} -Provides: tex(uniyousl73.tfm) = %{tl_version} -Provides: tex(uniyousl74.tfm) = %{tl_version} -Provides: tex(uniyousl75.tfm) = %{tl_version} -Provides: tex(uniyousl76.tfm) = %{tl_version} -Provides: tex(uniyousl77.tfm) = %{tl_version} -Provides: tex(uniyousl78.tfm) = %{tl_version} -Provides: tex(uniyousl79.tfm) = %{tl_version} -Provides: tex(uniyousl7a.tfm) = %{tl_version} -Provides: tex(uniyousl7b.tfm) = %{tl_version} -Provides: tex(uniyousl7c.tfm) = %{tl_version} -Provides: tex(uniyousl7d.tfm) = %{tl_version} -Provides: tex(uniyousl7e.tfm) = %{tl_version} -Provides: tex(uniyousl7f.tfm) = %{tl_version} -Provides: tex(uniyousl80.tfm) = %{tl_version} -Provides: tex(uniyousl81.tfm) = %{tl_version} -Provides: tex(uniyousl82.tfm) = %{tl_version} -Provides: tex(uniyousl83.tfm) = %{tl_version} -Provides: tex(uniyousl84.tfm) = %{tl_version} -Provides: tex(uniyousl85.tfm) = %{tl_version} -Provides: tex(uniyousl86.tfm) = %{tl_version} -Provides: tex(uniyousl87.tfm) = %{tl_version} -Provides: tex(uniyousl88.tfm) = %{tl_version} -Provides: tex(uniyousl89.tfm) = %{tl_version} -Provides: tex(uniyousl8a.tfm) = %{tl_version} -Provides: tex(uniyousl8b.tfm) = %{tl_version} -Provides: tex(uniyousl8c.tfm) = %{tl_version} -Provides: tex(uniyousl8d.tfm) = %{tl_version} -Provides: tex(uniyousl8e.tfm) = %{tl_version} -Provides: tex(uniyousl8f.tfm) = %{tl_version} -Provides: tex(uniyousl90.tfm) = %{tl_version} -Provides: tex(uniyousl91.tfm) = %{tl_version} -Provides: tex(uniyousl92.tfm) = %{tl_version} -Provides: tex(uniyousl93.tfm) = %{tl_version} -Provides: tex(uniyousl94.tfm) = %{tl_version} -Provides: tex(uniyousl95.tfm) = %{tl_version} -Provides: tex(uniyousl96.tfm) = %{tl_version} -Provides: tex(uniyousl97.tfm) = %{tl_version} -Provides: tex(uniyousl98.tfm) = %{tl_version} -Provides: tex(uniyousl99.tfm) = %{tl_version} -Provides: tex(uniyousl9a.tfm) = %{tl_version} -Provides: tex(uniyousl9b.tfm) = %{tl_version} -Provides: tex(uniyousl9c.tfm) = %{tl_version} -Provides: tex(uniyousl9d.tfm) = %{tl_version} -Provides: tex(uniyousl9e.tfm) = %{tl_version} -Provides: tex(uniyousl9f.tfm) = %{tl_version} -Provides: tex(uniyousla0.tfm) = %{tl_version} -Provides: tex(uniyousla1.tfm) = %{tl_version} -Provides: tex(uniyousla2.tfm) = %{tl_version} -Provides: tex(uniyousla3.tfm) = %{tl_version} -Provides: tex(uniyousla4.tfm) = %{tl_version} -Provides: tex(uniyousla5.tfm) = %{tl_version} -Provides: tex(uniyousla6.tfm) = %{tl_version} -Provides: tex(uniyousla7.tfm) = %{tl_version} -Provides: tex(uniyousla8.tfm) = %{tl_version} -Provides: tex(uniyousla9.tfm) = %{tl_version} -Provides: tex(uniyouslaa.tfm) = %{tl_version} -Provides: tex(uniyouslab.tfm) = %{tl_version} -Provides: tex(uniyouslac.tfm) = %{tl_version} -Provides: tex(uniyouslad.tfm) = %{tl_version} -Provides: tex(uniyouslae.tfm) = %{tl_version} -Provides: tex(uniyouslaf.tfm) = %{tl_version} -Provides: tex(uniyouslb0.tfm) = %{tl_version} -Provides: tex(uniyouslb1.tfm) = %{tl_version} -Provides: tex(uniyouslb2.tfm) = %{tl_version} -Provides: tex(uniyouslb3.tfm) = %{tl_version} -Provides: tex(uniyouslb4.tfm) = %{tl_version} -Provides: tex(uniyouslb5.tfm) = %{tl_version} -Provides: tex(uniyouslb6.tfm) = %{tl_version} -Provides: tex(uniyouslb7.tfm) = %{tl_version} -Provides: tex(uniyouslb8.tfm) = %{tl_version} -Provides: tex(uniyouslb9.tfm) = %{tl_version} -Provides: tex(uniyouslba.tfm) = %{tl_version} -Provides: tex(uniyouslbb.tfm) = %{tl_version} -Provides: tex(uniyouslbc.tfm) = %{tl_version} -Provides: tex(uniyouslbd.tfm) = %{tl_version} -Provides: tex(uniyouslbe.tfm) = %{tl_version} -Provides: tex(uniyouslbf.tfm) = %{tl_version} -Provides: tex(uniyouslc0.tfm) = %{tl_version} -Provides: tex(uniyouslc1.tfm) = %{tl_version} -Provides: tex(uniyouslc2.tfm) = %{tl_version} -Provides: tex(uniyouslc3.tfm) = %{tl_version} -Provides: tex(uniyouslc4.tfm) = %{tl_version} -Provides: tex(uniyouslc5.tfm) = %{tl_version} -Provides: tex(uniyouslc6.tfm) = %{tl_version} -Provides: tex(uniyouslc7.tfm) = %{tl_version} -Provides: tex(uniyouslc8.tfm) = %{tl_version} -Provides: tex(uniyouslc9.tfm) = %{tl_version} -Provides: tex(uniyouslca.tfm) = %{tl_version} -Provides: tex(uniyouslcb.tfm) = %{tl_version} -Provides: tex(uniyouslcc.tfm) = %{tl_version} -Provides: tex(uniyouslcd.tfm) = %{tl_version} -Provides: tex(uniyouslce.tfm) = %{tl_version} -Provides: tex(uniyouslcf.tfm) = %{tl_version} -Provides: tex(uniyousld0.tfm) = %{tl_version} -Provides: tex(uniyousld1.tfm) = %{tl_version} -Provides: tex(uniyousld2.tfm) = %{tl_version} -Provides: tex(uniyousld3.tfm) = %{tl_version} -Provides: tex(uniyousld4.tfm) = %{tl_version} -Provides: tex(uniyousld5.tfm) = %{tl_version} -Provides: tex(uniyousld6.tfm) = %{tl_version} -Provides: tex(uniyousld7.tfm) = %{tl_version} -Provides: tex(uniyousld8.tfm) = %{tl_version} -Provides: tex(uniyousld9.tfm) = %{tl_version} -Provides: tex(uniyouslda.tfm) = %{tl_version} -Provides: tex(uniyousldb.tfm) = %{tl_version} -Provides: tex(uniyousldc.tfm) = %{tl_version} -Provides: tex(uniyousldd.tfm) = %{tl_version} -Provides: tex(uniyouslde.tfm) = %{tl_version} -Provides: tex(uniyousldf.tfm) = %{tl_version} -Provides: tex(uniyousle0.tfm) = %{tl_version} -Provides: tex(uniyousle1.tfm) = %{tl_version} -Provides: tex(uniyousle2.tfm) = %{tl_version} -Provides: tex(uniyousle3.tfm) = %{tl_version} -Provides: tex(uniyousle4.tfm) = %{tl_version} -Provides: tex(uniyousle5.tfm) = %{tl_version} -Provides: tex(uniyousle6.tfm) = %{tl_version} -Provides: tex(uniyousle7.tfm) = %{tl_version} -Provides: tex(uniyousle8.tfm) = %{tl_version} -Provides: tex(uniyousle9.tfm) = %{tl_version} -Provides: tex(uniyouslea.tfm) = %{tl_version} -Provides: tex(uniyousleb.tfm) = %{tl_version} -Provides: tex(uniyouslec.tfm) = %{tl_version} -Provides: tex(uniyousled.tfm) = %{tl_version} -Provides: tex(uniyouslee.tfm) = %{tl_version} -Provides: tex(uniyouslef.tfm) = %{tl_version} -Provides: tex(uniyouslf0.tfm) = %{tl_version} -Provides: tex(uniyouslf1.tfm) = %{tl_version} -Provides: tex(uniyouslf2.tfm) = %{tl_version} -Provides: tex(uniyouslf3.tfm) = %{tl_version} -Provides: tex(uniyouslf4.tfm) = %{tl_version} -Provides: tex(uniyouslf5.tfm) = %{tl_version} -Provides: tex(uniyouslf6.tfm) = %{tl_version} -Provides: tex(uniyouslf7.tfm) = %{tl_version} -Provides: tex(uniyouslf8.tfm) = %{tl_version} -Provides: tex(uniyouslf9.tfm) = %{tl_version} -Provides: tex(uniyouslfa.tfm) = %{tl_version} -Provides: tex(uniyouslfb.tfm) = %{tl_version} -Provides: tex(uniyouslfc.tfm) = %{tl_version} -Provides: tex(uniyouslfd.tfm) = %{tl_version} -Provides: tex(uniyouslfe.tfm) = %{tl_version} -Provides: tex(uniyouslff.tfm) = %{tl_version} -Provides: tex(zhwinfonts.tex) = %{tl_version} -Provides: tex(c19fs.fd) = %{tl_version} -Provides: tex(c19hei.fd) = %{tl_version} -Provides: tex(c19kai.fd) = %{tl_version} -Provides: tex(c19li.fd) = %{tl_version} -Provides: tex(c19you.fd) = %{tl_version} -Provides: tex(c19zhfs.fd) = %{tl_version} -Provides: tex(c19zhhei.fd) = %{tl_version} -Provides: tex(c19zhkai.fd) = %{tl_version} -Provides: tex(c19zhli.fd) = %{tl_version} -Provides: tex(c19zhsong.fd) = %{tl_version} -Provides: tex(c19zhyou.fd) = %{tl_version} -Provides: tex(c70fs.fd) = %{tl_version} -Provides: tex(c70hei.fd) = %{tl_version} -Provides: tex(c70kai.fd) = %{tl_version} -Provides: tex(c70li.fd) = %{tl_version} -Provides: tex(c70you.fd) = %{tl_version} -Provides: tex(c70zhfs.fd) = %{tl_version} -Provides: tex(c70zhhei.fd) = %{tl_version} -Provides: tex(c70zhkai.fd) = %{tl_version} -Provides: tex(c70zhli.fd) = %{tl_version} -Provides: tex(c70zhsong.fd) = %{tl_version} -Provides: tex(c70zhyou.fd) = %{tl_version} - -%description zhmetrics -These are metrics to use existing Chinese TrueType fonts in -workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts -themselves are not included in the package. Six font families -are supported: kai, song, lishu, fangsong, youyuan and hei. Two -encodings (GBK and UTF-8) are supported. - -date: 2009-11-10 09:00:49 +0100 - -%post zhmetrics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zhmetrics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zhmetrics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zhmetrics-doc -Summary: Documentation for zhmetrics -Version: svn22207.r206 -Release: %{tl_noarch_release} -Provides: tex-zhmetrics-doc -BuildArch: noarch -AutoReqProv: No - -%description zhmetrics-doc -Documentation for zhmetrics - -%package zhnumber -Provides: tex-zhnumber = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Chinese representations of numbers -Version: svn28347.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(zhnumber-big5.cfg) = %{tl_version} -Provides: tex(zhnumber-gbk.cfg) = %{tl_version} -Provides: tex(zhnumber-utf8.cfg) = %{tl_version} -Provides: tex(zhnumber.sty) = %{tl_version} - -%description zhnumber -The package provides commands to typeset Chinese -representations of numbers. The main difference between this -package and CJKnumb is that the commands provided are -expandable in the 'proper' way. - -date: 2012-11-24 00:28:04 +0100 - -%post zhnumber -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zhnumber -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zhnumber -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zhnumber-doc -Summary: Documentation for zhnumber -Version: svn28347.1.6 -Release: %{tl_noarch_release} -Provides: tex-zhnumber-doc -BuildArch: noarch -AutoReqProv: No - -%description zhnumber-doc -Documentation for zhnumber - -%package zhspacing -Provides: tex-zhspacing = %{tl_version} -License: LPPL -Summary: Spacing for mixed CJK-English documents in XeTeX -Version: svn25644.2012_03_14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(ulem.sty) -Provides: tex(t-zhspacing.tex) = %{tl_version} -Provides: tex(zhmath.sty) = %{tl_version} -Provides: tex(zhsmyclass.sty) = %{tl_version} -Provides: tex(zhspacing.sty) = %{tl_version} -Provides: tex(zhsusefulmacros.sty) = %{tl_version} -Provides: tex(zhfont.sty) = %{tl_version} -Provides: tex(zhulem.sty) = %{tl_version} - -%description zhspacing -The package manages spacing in a CJK document; between -consecutive Chinese letters, spaces are ignored, but a -consistent space is inserted between Chinese text and English -(or mathematics). The package may be used by any document -format under XeTeX. - -date: 2012-03-14 18:58:06 +0100 - -%post zhspacing -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zhspacing -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zhspacing -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zhspacing-doc -Summary: Documentation for zhspacing -Version: svn25644.2012_03_14 -Release: %{tl_noarch_release} -Provides: tex-zhspacing-doc -BuildArch: noarch -AutoReqProv: No - -%description zhspacing-doc -Documentation for zhspacing - -%package zxjafbfont -Provides: tex-zxjafbfont = %{tl_version} -License: LPPL -Summary: zxjafbfont package -Version: svn28539.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xeCJK.sty) -Provides: tex(zxjafbfont.sty) = %{tl_version} - -%description zxjafbfont -zxjafbfont package - -%post zxjafbfont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zxjafbfont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zxjafbfont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zxjafbfont-doc -Summary: Documentation for zxjafbfont -Version: svn28539.0 -Release: %{tl_noarch_release} -Provides: tex-zxjafbfont-doc -BuildArch: noarch -AutoReqProv: No - -%description zxjafbfont-doc -Documentation for zxjafbfont - -%package zxjafont -Provides: tex-zxjafont = %{tl_version} -License: Freely redistributable without restriction -Summary: Set up Japanese font families for XeLaTeX -Version: svn28540.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(keyval.sty) -Provides: tex(zxjafont.sty) = %{tl_version} - -%description zxjafont -zxjafont package - -date: 2012-12-15 19:00:17 +0100 - -%post zxjafont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zxjafont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zxjafont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zxjafont-doc -Summary: Documentation for zxjafont -Version: svn28540.0.2 -Release: %{tl_noarch_release} -Provides: tex-zxjafont-doc -BuildArch: noarch -AutoReqProv: No - -%description zxjafont-doc -Documentation for zxjafont - -%package zxjatype -Provides: tex-zxjatype = %{tl_version} -License: Freely redistributable without restriction -Summary: Standard conforming typesetting of Japanese, for XeLaTeX -Version: svn28541.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(xeCJK.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(zxjatype.sty) = %{tl_version} - -%description zxjatype -zxjatype package - -date: 2012-12-15 19:00:17 +0100 - -%post zxjatype -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zxjatype -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zxjatype -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zxjatype-doc -Summary: Documentation for zxjatype -Version: svn28541.0.6 -Release: %{tl_noarch_release} -Provides: tex-zxjatype-doc -BuildArch: noarch -AutoReqProv: No - -%description zxjatype-doc -Documentation for zxjatype - -%package collection-langcroatian -Summary: Croatian -Version: svn21190.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hrlatex -Requires: tex-hyphen-croatian -Requires: texlive-collection-basic - -%description collection-langcroatian -Support for typesetting Croatian. - -%package hrlatex -Provides: tex-hrlatex = %{tl_version} -License: LPPL -Summary: LaTeX support for Croatian documents -Version: svn18020.0.23 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(txfonts.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(optional.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(framed.sty) -Requires: tex(multicol.sty) -Requires: tex(enumerate.sty) -Requires: tex(paralist.sty) -Requires: tex(xcolor.sty) -Requires: tex(cancel.sty) -Requires: tex(hyperref.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amsopn.sty) -Provides: tex(fsbispit.cls) = %{tl_version} -Provides: tex(fsbmath.sty) = %{tl_version} -Provides: tex(hrlatex.sty) = %{tl_version} - -%description hrlatex -This package simplifies creation of new documents for the -(average) Croatian user. As an example, a class file hrdipl.cls -(designed for the graduation thesis at the University of -Zagreb) and sample thesis documents are included. - -date: 2010-04-25 22:49:50 +0200 - -%post hrlatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hrlatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hrlatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hrlatex-doc -Summary: Documentation for hrlatex -Version: svn18020.0.23 -Release: %{tl_noarch_release} -Provides: tex-hrlatex-doc -BuildArch: noarch -AutoReqProv: No - -%description hrlatex-doc -Documentation for hrlatex - -%package hyphen-croatian -Provides: tex-hyphen-croatian = %{tl_version} -License: LPPL 1.3 -Summary: Croatian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-croatian -Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings. - -date: 2011-06-08 00:02:48 +0200 - -%post hyphen-croatian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/croatian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "croatian loadhyph-hr.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-croatian -if [ $1 == 0 ] ; then -sed -i '/croatian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-croatian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langcyrillic -Summary: Cyrillic -Version: svn25209.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-cmcyr -Requires: tex-cyrillic -Requires: tex-cyrillic-bin -Requires: tex-cyrplain -Requires: tex-disser -Requires: tex-eskd -Requires: tex-eskdx -Requires: tex-gost -Requires: tex-lcyw -Requires: tex-lh -Requires: tex-lhcyr -Requires: tex-ruhyphen -Requires: tex-t2 -Requires: tex-ukrhyph -Requires: tex-hyphen-bulgarian -Requires: tex-hyphen-russian -Requires: tex-hyphen-ukrainian -Requires: texlive-collection-basic -Requires: texlive-collection-latex - -%description collection-langcyrillic -Support for typesetting Cyrillic. - -%package cyrillic -Provides: tex-cyrillic = %{tl_version} -License: LPPL -Summary: Support for Cyrillic fonts in LaTeX -Version: svn23396.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-cyrillic-bin -Requires: tex(fontenc.sty) -Provides: tex(cp1251.def) = %{tl_version} -Provides: tex(cp855.def) = %{tl_version} -Provides: tex(cp866.def) = %{tl_version} -Provides: tex(cp866av.def) = %{tl_version} -Provides: tex(cp866mav.def) = %{tl_version} -Provides: tex(cp866nav.def) = %{tl_version} -Provides: tex(cp866tat.def) = %{tl_version} -Provides: tex(ctt.def) = %{tl_version} -Provides: tex(dbk.def) = %{tl_version} -Provides: tex(iso88595.def) = %{tl_version} -Provides: tex(isoir111.def) = %{tl_version} -Provides: tex(koi8-r.def) = %{tl_version} -Provides: tex(koi8-ru.def) = %{tl_version} -Provides: tex(koi8-u.def) = %{tl_version} -Provides: tex(lcy.sty) = %{tl_version} -Provides: tex(lcyccr.fd) = %{tl_version} -Provides: tex(lcycmbr.fd) = %{tl_version} -Provides: tex(lcycmdh.fd) = %{tl_version} -Provides: tex(lcycmfib.fd) = %{tl_version} -Provides: tex(lcycmfr.fd) = %{tl_version} -Provides: tex(lcycmr.fd) = %{tl_version} -Provides: tex(lcycmss.fd) = %{tl_version} -Provides: tex(lcycmtl.fd) = %{tl_version} -Provides: tex(lcycmtt.fd) = %{tl_version} -Provides: tex(lcycmvtt.fd) = %{tl_version} -Provides: tex(lcydefs.tex) = %{tl_version} -Provides: tex(lcyenc.def) = %{tl_version} -Provides: tex(lcylcmss.fd) = %{tl_version} -Provides: tex(lcylcmtt.fd) = %{tl_version} -Provides: tex(maccyr.def) = %{tl_version} -Provides: tex(macukr.def) = %{tl_version} -Provides: tex(mik.def) = %{tl_version} -Provides: tex(mls.def) = %{tl_version} -Provides: tex(mnk.def) = %{tl_version} -Provides: tex(mos.def) = %{tl_version} -Provides: tex(ncc.def) = %{tl_version} -Provides: tex(ot2ccr.fd) = %{tl_version} -Provides: tex(ot2cmbr.fd) = %{tl_version} -Provides: tex(ot2cmdh.fd) = %{tl_version} -Provides: tex(ot2cmfib.fd) = %{tl_version} -Provides: tex(ot2cmfr.fd) = %{tl_version} -Provides: tex(ot2cmr.fd) = %{tl_version} -Provides: tex(ot2cmss.fd) = %{tl_version} -Provides: tex(ot2cmtl.fd) = %{tl_version} -Provides: tex(ot2cmtt.fd) = %{tl_version} -Provides: tex(ot2cmvtt.fd) = %{tl_version} -Provides: tex(ot2enc.def) = %{tl_version} -Provides: tex(ot2lcmss.fd) = %{tl_version} -Provides: tex(ot2lcmtt.fd) = %{tl_version} -Provides: tex(ot2wlcyr.fd) = %{tl_version} -Provides: tex(ot2wlcyss.fd) = %{tl_version} -Provides: tex(ot2wncyr.fd) = %{tl_version} -Provides: tex(ot2wncyss.fd) = %{tl_version} -Provides: tex(pt154.def) = %{tl_version} -Provides: tex(pt254.def) = %{tl_version} -Provides: tex(t2accr.fd) = %{tl_version} -Provides: tex(t2acmbr.fd) = %{tl_version} -Provides: tex(t2acmdh.fd) = %{tl_version} -Provides: tex(t2acmfib.fd) = %{tl_version} -Provides: tex(t2acmfr.fd) = %{tl_version} -Provides: tex(t2acmr.fd) = %{tl_version} -Provides: tex(t2acmss.fd) = %{tl_version} -Provides: tex(t2acmtl.fd) = %{tl_version} -Provides: tex(t2acmtt.fd) = %{tl_version} -Provides: tex(t2acmvtt.fd) = %{tl_version} -Provides: tex(t2aenc.def) = %{tl_version} -Provides: tex(t2alcmss.fd) = %{tl_version} -Provides: tex(t2alcmtt.fd) = %{tl_version} -Provides: tex(t2bccr.fd) = %{tl_version} -Provides: tex(t2bcmbr.fd) = %{tl_version} -Provides: tex(t2bcmdh.fd) = %{tl_version} -Provides: tex(t2bcmfib.fd) = %{tl_version} -Provides: tex(t2bcmfr.fd) = %{tl_version} -Provides: tex(t2bcmr.fd) = %{tl_version} -Provides: tex(t2bcmss.fd) = %{tl_version} -Provides: tex(t2bcmtl.fd) = %{tl_version} -Provides: tex(t2bcmtt.fd) = %{tl_version} -Provides: tex(t2bcmvtt.fd) = %{tl_version} -Provides: tex(t2benc.def) = %{tl_version} -Provides: tex(t2blcmss.fd) = %{tl_version} -Provides: tex(t2blcmtt.fd) = %{tl_version} -Provides: tex(t2cccr.fd) = %{tl_version} -Provides: tex(t2ccmbr.fd) = %{tl_version} -Provides: tex(t2ccmdh.fd) = %{tl_version} -Provides: tex(t2ccmfib.fd) = %{tl_version} -Provides: tex(t2ccmfr.fd) = %{tl_version} -Provides: tex(t2ccmr.fd) = %{tl_version} -Provides: tex(t2ccmss.fd) = %{tl_version} -Provides: tex(t2ccmtl.fd) = %{tl_version} -Provides: tex(t2ccmtt.fd) = %{tl_version} -Provides: tex(t2ccmvtt.fd) = %{tl_version} -Provides: tex(t2cenc.def) = %{tl_version} -Provides: tex(t2clcmss.fd) = %{tl_version} -Provides: tex(t2clcmtt.fd) = %{tl_version} -Provides: tex(x2ccr.fd) = %{tl_version} -Provides: tex(x2cmbr.fd) = %{tl_version} -Provides: tex(x2cmdh.fd) = %{tl_version} -Provides: tex(x2cmfib.fd) = %{tl_version} -Provides: tex(x2cmfr.fd) = %{tl_version} -Provides: tex(x2cmr.fd) = %{tl_version} -Provides: tex(x2cmss.fd) = %{tl_version} -Provides: tex(x2cmtl.fd) = %{tl_version} -Provides: tex(x2cmtt.fd) = %{tl_version} -Provides: tex(x2cmvtt.fd) = %{tl_version} -Provides: tex(x2enc.def) = %{tl_version} -Provides: tex(x2lcmss.fd) = %{tl_version} -Provides: tex(x2lcmtt.fd) = %{tl_version} - -%description cyrillic -This bundle of macros files provides macro support (including -font encoding macros) for the use of Cyrillic characters in -fonts encoded under the T2* and X2 encodings. These encodings -cover (between them) pretty much every language that is written -in a Cyrillic alphabet. This directory is part of the LaTeX -"required" distribution. - -date: 2011-06-16 20:40:55 +0200 - -%post cyrillic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cyrillic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cyrillic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cyrillic-doc -Summary: Documentation for cyrillic -Version: svn23396.0 -Release: %{tl_noarch_release} -Provides: tex-cyrillic-doc -BuildArch: noarch -AutoReqProv: No - -%description cyrillic-doc -Documentation for cyrillic - -%package cyrillic-bin -Provides: tex-cyrillic-bin = %{tl_version} -License: LPPL -Summary: Cyrillic bibtex and makeindex -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cyrillic-bin-bin - -%description cyrillic-bin -cyrillic-bin package - -%post cyrillic-bin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cyrillic-bin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cyrillic-bin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cyrillic-bin-bin -Summary: Binaries for cyrillic-bin -Version: svn27329.0 -Requires: texlive-base -Requires: tex-cyrillic-bin -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description cyrillic-bin-bin -Binaries for cyrillic-bin - -%package cyrplain -Provides: tex-cyrplain = %{tl_version} -License: LPPL -Summary: cyrplain package -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cyrcmfnt.tex) = %{tl_version} -Provides: tex(cyrecfnt.tex) = %{tl_version} -Provides: tex(cyrtex.cfg) = %{tl_version} -Provides: tex(cyrtex.tex) = %{tl_version} -Provides: tex(plainenc.tex) = %{tl_version} -Provides: tex(txxdefs.tex) = %{tl_version} -Provides: tex(txxextra.tex) = %{tl_version} - -%description cyrplain -cyrplain package - -%post cyrplain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cyrplain -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cyrplain -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package disser -Provides: tex-disser = %{tl_version} -License: LPPL -Summary: Class and templates for typesetting dissertations in Russian -Version: svn28342.1.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(textcase.sty) -Requires: tex(exscale.sty) -Provides: tex(disser.cls) = %{tl_version} -Provides: tex(gost732.cls) = %{tl_version} - -%description disser -Disser comprises a document class and set of templates for -typesetting dissertations in Russian. One of its primary -advantages is a simplicity of format specification for -titlepage, headers and elements of automatically generated -lists (table of contents, list of figures, etc). Bibliography -styles, that conform to the requirements of the Russian -standard GOST R 7.0.11-2011, are provided. - -date: 2012-11-23 11:17:42 +0100 - -%post disser -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun disser -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans disser -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package disser-doc -Summary: Documentation for disser -Version: svn28342.1.2.0 -Release: %{tl_noarch_release} -Provides: tex-disser-doc -BuildArch: noarch -AutoReqProv: No - -%description disser-doc -Documentation for disser - -%package eskd -Provides: tex-eskd = %{tl_version} -License: LPPL -Summary: Modern Russian typesetting -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(rotating.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Provides: tex(eskd.cls) = %{tl_version} - -%description eskd -The class offers modern Russian text formatting, in accordance -with accepted design standards. Fonts not (apparently) -available on CTAN are required for use of the class. - -date: 2007-02-14 08:57:40 +0100 - -%post eskd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eskd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eskd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eskd-doc -Summary: Documentation for eskd -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-eskd-doc -BuildArch: noarch -AutoReqProv: No - -%description eskd-doc -Documentation for eskd - -%package eskdx -Provides: tex-eskdx = %{tl_version} -License: LPPL 1.3 -Summary: Modern Russian typesetting -Version: svn29235.0.98 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(eskdtitle.sty) -Requires: tex(caption.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(amsmath.sty) -Requires: tex(zref-perpage.sty) -Requires: tex(ifpdf.sty) -Requires: tex(indentfirst.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(calc.sty) -Requires: tex(rotating.sty) -Requires: tex(chngpage.sty) -Requires: tex(lscape.sty) -Requires: tex(keyval.sty) -Requires: tex(geometry.sty) -Requires: tex(lastpage.sty) -Requires: tex(everyshi.sty) -Provides: tex(eskdafterpkg.sty) = %{tl_version} -Provides: tex(eskdappsheet.sty) = %{tl_version} -Provides: tex(eskdbiblist.sty) = %{tl_version} -Provides: tex(eskdcap.sty) = %{tl_version} -Provides: tex(eskdchngsheet.sty) = %{tl_version} -Provides: tex(eskddstu.sty) = %{tl_version} -Provides: tex(eskdexplan.sty) = %{tl_version} -Provides: tex(eskdfont.sty) = %{tl_version} -Provides: tex(eskdfootnote.sty) = %{tl_version} -Provides: tex(eskdfreesize.sty) = %{tl_version} -Provides: tex(eskdgraph.cls) = %{tl_version} -Provides: tex(eskdhash.sty) = %{tl_version} -Provides: tex(eskdindent.sty) = %{tl_version} -Provides: tex(eskdinfo.sty) = %{tl_version} -Provides: tex(eskdlang.sty) = %{tl_version} -Provides: tex(eskdlist.sty) = %{tl_version} -Provides: tex(eskdpara.sty) = %{tl_version} -Provides: tex(eskdplain.sty) = %{tl_version} -Provides: tex(eskdrussian.def) = %{tl_version} -Provides: tex(eskdsect.sty) = %{tl_version} -Provides: tex(eskdspec.sty) = %{tl_version} -Provides: tex(eskdspecii.sty) = %{tl_version} -Provides: tex(eskdstamp.sty) = %{tl_version} -Provides: tex(eskdtab.cls) = %{tl_version} -Provides: tex(eskdtext.cls) = %{tl_version} -Provides: tex(eskdtitle.sty) = %{tl_version} -Provides: tex(eskdtitlebase.sty) = %{tl_version} -Provides: tex(eskdtotal.sty) = %{tl_version} -Provides: tex(eskdukrainian.def) = %{tl_version} - -%description eskdx -Eskdx is a collection of LaTeX classes and packages to typeset -textual and graphical documents in accordance with Russian (and -probably post USSR) standards for designers. - -date: 2012-03-05 13:28:00 +0100 - -%post eskdx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eskdx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eskdx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eskdx-doc -Summary: Documentation for eskdx -Version: svn29235.0.98 -Release: %{tl_noarch_release} -Provides: tex-eskdx-doc -BuildArch: noarch -AutoReqProv: No - -%description eskdx-doc -Documentation for eskdx - -%package gost -Provides: tex-gost = %{tl_version} -License: LPPL -Summary: BibTeX styles to format according to GOST -Version: svn27642.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description gost -BibTeX styles to format bibliographies in English, Russian or -Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both -8-bit and Unicode (UTF-8) versions of each BibTeX style, in -each case offering a choice of sorted and unsorted. Further, a -set of three styles (which do not conform to current standards) -are retained for backwards compatibility. - -date: 2012-09-10 13:53:05 +0200 - -%post gost -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gost -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gost -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gost-doc -Summary: Documentation for gost -Version: svn27642.1.2a -Release: %{tl_noarch_release} -Provides: tex-gost-doc -BuildArch: noarch -AutoReqProv: No - -%description gost-doc -Documentation for gost - -%package lcyw -Provides: tex-lcyw = %{tl_version} -License: LPPL 1.3 -Summary: Make Classic Cyrillic CM fonts accessible in LaTeX -Version: svn15878.v1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Provides: tex(cmap-cyr-vf.sty) = %{tl_version} -Provides: tex(lcywcmr.fd) = %{tl_version} -Provides: tex(lcywcmss.fd) = %{tl_version} -Provides: tex(lcywcmssq.fd) = %{tl_version} -Provides: tex(lcywcmtt.fd) = %{tl_version} -Provides: tex(lcywenc.def) = %{tl_version} - -%description lcyw -The package makes the classic CM Cyrillic fonts accessible for -use with LaTeX. - -date: 2009-12-16 19:51:33 +0100 - -%post lcyw -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lcyw -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lcyw -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lcyw-doc -Summary: Documentation for lcyw -Version: svn15878.v1.1 -Release: %{tl_noarch_release} -Provides: tex-lcyw-doc -BuildArch: noarch -AutoReqProv: No - -%description lcyw-doc -Documentation for lcyw - -%package lh -Provides: tex-lh = %{tl_version} -License: LPPL -Summary: Cyrillic fonts that support LaTeX standard encodings -Version: svn15878.3.5g -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-ec -Provides: tex(lh-lcy.sty) = %{tl_version} -Provides: tex(lh-lcyccr.sty) = %{tl_version} -Provides: tex(lh-lcyxccr.sty) = %{tl_version} -Provides: tex(lh-ot2.sty) = %{tl_version} -Provides: tex(lh-ot2ccr.sty) = %{tl_version} -Provides: tex(lh-ot2xccr.sty) = %{tl_version} -Provides: tex(lh-t2accr.sty) = %{tl_version} -Provides: tex(lh-t2axccr.sty) = %{tl_version} -Provides: tex(lh-t2bccr.sty) = %{tl_version} -Provides: tex(lh-t2bxccr.sty) = %{tl_version} -Provides: tex(lh-t2cccr.sty) = %{tl_version} -Provides: tex(lh-t2cxccr.sty) = %{tl_version} -Provides: tex(lh-x2ccr.sty) = %{tl_version} -Provides: tex(lh-x2xccr.sty) = %{tl_version} -Provides: tex(nfssfox.tex) = %{tl_version} -Provides: tex(testfox.tex) = %{tl_version} -Provides: tex(testkern.tex) = %{tl_version} - -%description lh -The LH fonts address the problem of the wide variety of -alphabets that are written with Cyrillic-style characters. The -fonts are the original basis of the set of T2* and X2 encodings -that are now used when LaTeX users need to write in Cyrillic -languages. Macro support in standard LaTeX encodings is offered -through the cyrillic and t2 bundles, and the package itself -offers support for other (more traditional) encodings. The -fonts, in the standard T2* and X2 encodings are available in -Adobe Type 1 format, in the CM-Super family of fonts. The -package also offers its own LaTeX support for OT2 encoded -fonts, CM bright shaped fonts and Concrete shaped fonts. - -date: 2009-09-21 21:37:51 +0200 - -%post lh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lh -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lh -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lh-doc -Summary: Documentation for lh -Version: svn15878.3.5g -Release: %{tl_noarch_release} -Provides: tex-lh-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-ec-doc - -%description lh-doc -Documentation for lh - -%package ec -Provides: tex-ec = %{tl_version} -License: ec -Summary: Computer modern fonts in T1 and TS1 encodings -Version: svn25033.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ecbi0500.tfm) = %{tl_version} -Provides: tex(ecbi0600.tfm) = %{tl_version} -Provides: tex(ecbi0700.tfm) = %{tl_version} -Provides: tex(ecbi0800.tfm) = %{tl_version} -Provides: tex(ecbi0900.tfm) = %{tl_version} -Provides: tex(ecbi1000.tfm) = %{tl_version} -Provides: tex(ecbi1095.tfm) = %{tl_version} -Provides: tex(ecbi1200.tfm) = %{tl_version} -Provides: tex(ecbi1440.tfm) = %{tl_version} -Provides: tex(ecbi1728.tfm) = %{tl_version} -Provides: tex(ecbi2074.tfm) = %{tl_version} -Provides: tex(ecbi2488.tfm) = %{tl_version} -Provides: tex(ecbi2986.tfm) = %{tl_version} -Provides: tex(ecbi3583.tfm) = %{tl_version} -Provides: tex(ecbl0500.tfm) = %{tl_version} -Provides: tex(ecbl0600.tfm) = %{tl_version} -Provides: tex(ecbl0700.tfm) = %{tl_version} -Provides: tex(ecbl0800.tfm) = %{tl_version} -Provides: tex(ecbl0900.tfm) = %{tl_version} -Provides: tex(ecbl1000.tfm) = %{tl_version} -Provides: tex(ecbl1095.tfm) = %{tl_version} -Provides: tex(ecbl1200.tfm) = %{tl_version} -Provides: tex(ecbl1440.tfm) = %{tl_version} -Provides: tex(ecbl1728.tfm) = %{tl_version} -Provides: tex(ecbl2074.tfm) = %{tl_version} -Provides: tex(ecbl2488.tfm) = %{tl_version} -Provides: tex(ecbl2986.tfm) = %{tl_version} -Provides: tex(ecbl3583.tfm) = %{tl_version} -Provides: tex(ecbx0500.tfm) = %{tl_version} -Provides: tex(ecbx0600.tfm) = %{tl_version} -Provides: tex(ecbx0700.tfm) = %{tl_version} -Provides: tex(ecbx0800.tfm) = %{tl_version} -Provides: tex(ecbx0900.tfm) = %{tl_version} -Provides: tex(ecbx1000.tfm) = %{tl_version} -Provides: tex(ecbx1095.tfm) = %{tl_version} -Provides: tex(ecbx1200.tfm) = %{tl_version} -Provides: tex(ecbx1440.tfm) = %{tl_version} -Provides: tex(ecbx1728.tfm) = %{tl_version} -Provides: tex(ecbx2074.tfm) = %{tl_version} -Provides: tex(ecbx2488.tfm) = %{tl_version} -Provides: tex(ecbx2986.tfm) = %{tl_version} -Provides: tex(ecbx3583.tfm) = %{tl_version} -Provides: tex(eccc0500.tfm) = %{tl_version} -Provides: tex(eccc0600.tfm) = %{tl_version} -Provides: tex(eccc0700.tfm) = %{tl_version} -Provides: tex(eccc0800.tfm) = %{tl_version} -Provides: tex(eccc0900.tfm) = %{tl_version} -Provides: tex(eccc1000.tfm) = %{tl_version} -Provides: tex(eccc1095.tfm) = %{tl_version} -Provides: tex(eccc1200.tfm) = %{tl_version} -Provides: tex(eccc1440.tfm) = %{tl_version} -Provides: tex(eccc1728.tfm) = %{tl_version} -Provides: tex(eccc2074.tfm) = %{tl_version} -Provides: tex(eccc2488.tfm) = %{tl_version} -Provides: tex(eccc2986.tfm) = %{tl_version} -Provides: tex(eccc3583.tfm) = %{tl_version} -Provides: tex(ecci0500.tfm) = %{tl_version} -Provides: tex(ecci0600.tfm) = %{tl_version} -Provides: tex(ecci0700.tfm) = %{tl_version} -Provides: tex(ecci0800.tfm) = %{tl_version} -Provides: tex(ecci0900.tfm) = %{tl_version} -Provides: tex(ecci1000.tfm) = %{tl_version} -Provides: tex(ecci1095.tfm) = %{tl_version} -Provides: tex(ecci1200.tfm) = %{tl_version} -Provides: tex(ecci1440.tfm) = %{tl_version} -Provides: tex(ecci1728.tfm) = %{tl_version} -Provides: tex(ecci2074.tfm) = %{tl_version} -Provides: tex(ecci2488.tfm) = %{tl_version} -Provides: tex(ecci2986.tfm) = %{tl_version} -Provides: tex(ecci3583.tfm) = %{tl_version} -Provides: tex(ecdh0500.tfm) = %{tl_version} -Provides: tex(ecdh0600.tfm) = %{tl_version} -Provides: tex(ecdh0700.tfm) = %{tl_version} -Provides: tex(ecdh0800.tfm) = %{tl_version} -Provides: tex(ecdh0900.tfm) = %{tl_version} -Provides: tex(ecdh1000.tfm) = %{tl_version} -Provides: tex(ecdh1095.tfm) = %{tl_version} -Provides: tex(ecdh1200.tfm) = %{tl_version} -Provides: tex(ecdh1440.tfm) = %{tl_version} -Provides: tex(ecdh1728.tfm) = %{tl_version} -Provides: tex(ecdh2074.tfm) = %{tl_version} -Provides: tex(ecdh2488.tfm) = %{tl_version} -Provides: tex(ecdh2986.tfm) = %{tl_version} -Provides: tex(ecdh3583.tfm) = %{tl_version} -Provides: tex(ecit0800.tfm) = %{tl_version} -Provides: tex(ecit0900.tfm) = %{tl_version} -Provides: tex(ecit1000.tfm) = %{tl_version} -Provides: tex(ecit1095.tfm) = %{tl_version} -Provides: tex(ecit1200.tfm) = %{tl_version} -Provides: tex(ecit1440.tfm) = %{tl_version} -Provides: tex(ecit1728.tfm) = %{tl_version} -Provides: tex(ecit2074.tfm) = %{tl_version} -Provides: tex(ecit2488.tfm) = %{tl_version} -Provides: tex(ecit2986.tfm) = %{tl_version} -Provides: tex(ecit3583.tfm) = %{tl_version} -Provides: tex(eclb8.tfm) = %{tl_version} -Provides: tex(ecli8.tfm) = %{tl_version} -Provides: tex(eclo8.tfm) = %{tl_version} -Provides: tex(eclq8.tfm) = %{tl_version} -Provides: tex(ecltt8.tfm) = %{tl_version} -Provides: tex(ecoc0500.tfm) = %{tl_version} -Provides: tex(ecoc0600.tfm) = %{tl_version} -Provides: tex(ecoc0700.tfm) = %{tl_version} -Provides: tex(ecoc0800.tfm) = %{tl_version} -Provides: tex(ecoc0900.tfm) = %{tl_version} -Provides: tex(ecoc1000.tfm) = %{tl_version} -Provides: tex(ecoc1095.tfm) = %{tl_version} -Provides: tex(ecoc1200.tfm) = %{tl_version} -Provides: tex(ecoc1440.tfm) = %{tl_version} -Provides: tex(ecoc1728.tfm) = %{tl_version} -Provides: tex(ecoc2074.tfm) = %{tl_version} -Provides: tex(ecoc2488.tfm) = %{tl_version} -Provides: tex(ecoc2986.tfm) = %{tl_version} -Provides: tex(ecoc3583.tfm) = %{tl_version} -Provides: tex(ecrb0500.tfm) = %{tl_version} -Provides: tex(ecrb0600.tfm) = %{tl_version} -Provides: tex(ecrb0700.tfm) = %{tl_version} -Provides: tex(ecrb0800.tfm) = %{tl_version} -Provides: tex(ecrb0900.tfm) = %{tl_version} -Provides: tex(ecrb1000.tfm) = %{tl_version} -Provides: tex(ecrb1095.tfm) = %{tl_version} -Provides: tex(ecrb1200.tfm) = %{tl_version} -Provides: tex(ecrb1440.tfm) = %{tl_version} -Provides: tex(ecrb1728.tfm) = %{tl_version} -Provides: tex(ecrb2074.tfm) = %{tl_version} -Provides: tex(ecrb2488.tfm) = %{tl_version} -Provides: tex(ecrb2986.tfm) = %{tl_version} -Provides: tex(ecrb3583.tfm) = %{tl_version} -Provides: tex(ecrm0500.tfm) = %{tl_version} -Provides: tex(ecrm0600.tfm) = %{tl_version} -Provides: tex(ecrm0700.tfm) = %{tl_version} -Provides: tex(ecrm0800.tfm) = %{tl_version} -Provides: tex(ecrm0900.tfm) = %{tl_version} -Provides: tex(ecrm1000.tfm) = %{tl_version} -Provides: tex(ecrm1095.tfm) = %{tl_version} -Provides: tex(ecrm1200.tfm) = %{tl_version} -Provides: tex(ecrm1440.tfm) = %{tl_version} -Provides: tex(ecrm1728.tfm) = %{tl_version} -Provides: tex(ecrm2074.tfm) = %{tl_version} -Provides: tex(ecrm2488.tfm) = %{tl_version} -Provides: tex(ecrm2986.tfm) = %{tl_version} -Provides: tex(ecrm3583.tfm) = %{tl_version} -Provides: tex(ecsc0500.tfm) = %{tl_version} -Provides: tex(ecsc0600.tfm) = %{tl_version} -Provides: tex(ecsc0700.tfm) = %{tl_version} -Provides: tex(ecsc0800.tfm) = %{tl_version} -Provides: tex(ecsc0900.tfm) = %{tl_version} -Provides: tex(ecsc1000.tfm) = %{tl_version} -Provides: tex(ecsc1095.tfm) = %{tl_version} -Provides: tex(ecsc1200.tfm) = %{tl_version} -Provides: tex(ecsc1440.tfm) = %{tl_version} -Provides: tex(ecsc1728.tfm) = %{tl_version} -Provides: tex(ecsc2074.tfm) = %{tl_version} -Provides: tex(ecsc2488.tfm) = %{tl_version} -Provides: tex(ecsc2986.tfm) = %{tl_version} -Provides: tex(ecsc3583.tfm) = %{tl_version} -Provides: tex(ecsi0500.tfm) = %{tl_version} -Provides: tex(ecsi0600.tfm) = %{tl_version} -Provides: tex(ecsi0700.tfm) = %{tl_version} -Provides: tex(ecsi0800.tfm) = %{tl_version} -Provides: tex(ecsi0900.tfm) = %{tl_version} -Provides: tex(ecsi1000.tfm) = %{tl_version} -Provides: tex(ecsi1095.tfm) = %{tl_version} -Provides: tex(ecsi1200.tfm) = %{tl_version} -Provides: tex(ecsi1440.tfm) = %{tl_version} -Provides: tex(ecsi1728.tfm) = %{tl_version} -Provides: tex(ecsi2074.tfm) = %{tl_version} -Provides: tex(ecsi2488.tfm) = %{tl_version} -Provides: tex(ecsi2986.tfm) = %{tl_version} -Provides: tex(ecsi3583.tfm) = %{tl_version} -Provides: tex(ecsl0500.tfm) = %{tl_version} -Provides: tex(ecsl0600.tfm) = %{tl_version} -Provides: tex(ecsl0700.tfm) = %{tl_version} -Provides: tex(ecsl0800.tfm) = %{tl_version} -Provides: tex(ecsl0900.tfm) = %{tl_version} -Provides: tex(ecsl1000.tfm) = %{tl_version} -Provides: tex(ecsl1095.tfm) = %{tl_version} -Provides: tex(ecsl1200.tfm) = %{tl_version} -Provides: tex(ecsl1440.tfm) = %{tl_version} -Provides: tex(ecsl1728.tfm) = %{tl_version} -Provides: tex(ecsl2074.tfm) = %{tl_version} -Provides: tex(ecsl2488.tfm) = %{tl_version} -Provides: tex(ecsl2986.tfm) = %{tl_version} -Provides: tex(ecsl3583.tfm) = %{tl_version} -Provides: tex(ecso0500.tfm) = %{tl_version} -Provides: tex(ecso0600.tfm) = %{tl_version} -Provides: tex(ecso0700.tfm) = %{tl_version} -Provides: tex(ecso0800.tfm) = %{tl_version} -Provides: tex(ecso0900.tfm) = %{tl_version} -Provides: tex(ecso1000.tfm) = %{tl_version} -Provides: tex(ecso1095.tfm) = %{tl_version} -Provides: tex(ecso1200.tfm) = %{tl_version} -Provides: tex(ecso1440.tfm) = %{tl_version} -Provides: tex(ecso1728.tfm) = %{tl_version} -Provides: tex(ecso2074.tfm) = %{tl_version} -Provides: tex(ecso2488.tfm) = %{tl_version} -Provides: tex(ecso2986.tfm) = %{tl_version} -Provides: tex(ecso3583.tfm) = %{tl_version} -Provides: tex(ecss0500.tfm) = %{tl_version} -Provides: tex(ecss0600.tfm) = %{tl_version} -Provides: tex(ecss0700.tfm) = %{tl_version} -Provides: tex(ecss0800.tfm) = %{tl_version} -Provides: tex(ecss0900.tfm) = %{tl_version} -Provides: tex(ecss1000.tfm) = %{tl_version} -Provides: tex(ecss1095.tfm) = %{tl_version} -Provides: tex(ecss1200.tfm) = %{tl_version} -Provides: tex(ecss1440.tfm) = %{tl_version} -Provides: tex(ecss1728.tfm) = %{tl_version} -Provides: tex(ecss2074.tfm) = %{tl_version} -Provides: tex(ecss2488.tfm) = %{tl_version} -Provides: tex(ecss2986.tfm) = %{tl_version} -Provides: tex(ecss3583.tfm) = %{tl_version} -Provides: tex(ecst0800.tfm) = %{tl_version} -Provides: tex(ecst0900.tfm) = %{tl_version} -Provides: tex(ecst1000.tfm) = %{tl_version} -Provides: tex(ecst1095.tfm) = %{tl_version} -Provides: tex(ecst1200.tfm) = %{tl_version} -Provides: tex(ecst1440.tfm) = %{tl_version} -Provides: tex(ecst1728.tfm) = %{tl_version} -Provides: tex(ecst2074.tfm) = %{tl_version} -Provides: tex(ecst2488.tfm) = %{tl_version} -Provides: tex(ecst2986.tfm) = %{tl_version} -Provides: tex(ecst3583.tfm) = %{tl_version} -Provides: tex(ecsx0500.tfm) = %{tl_version} -Provides: tex(ecsx0600.tfm) = %{tl_version} -Provides: tex(ecsx0700.tfm) = %{tl_version} -Provides: tex(ecsx0800.tfm) = %{tl_version} -Provides: tex(ecsx0900.tfm) = %{tl_version} -Provides: tex(ecsx1000.tfm) = %{tl_version} -Provides: tex(ecsx1095.tfm) = %{tl_version} -Provides: tex(ecsx1200.tfm) = %{tl_version} -Provides: tex(ecsx1440.tfm) = %{tl_version} -Provides: tex(ecsx1728.tfm) = %{tl_version} -Provides: tex(ecsx2074.tfm) = %{tl_version} -Provides: tex(ecsx2488.tfm) = %{tl_version} -Provides: tex(ecsx2986.tfm) = %{tl_version} -Provides: tex(ecsx3583.tfm) = %{tl_version} -Provides: tex(ectc0800.tfm) = %{tl_version} -Provides: tex(ectc0900.tfm) = %{tl_version} -Provides: tex(ectc1000.tfm) = %{tl_version} -Provides: tex(ectc1095.tfm) = %{tl_version} -Provides: tex(ectc1200.tfm) = %{tl_version} -Provides: tex(ectc1440.tfm) = %{tl_version} -Provides: tex(ectc1728.tfm) = %{tl_version} -Provides: tex(ectc2074.tfm) = %{tl_version} -Provides: tex(ectc2488.tfm) = %{tl_version} -Provides: tex(ectc2986.tfm) = %{tl_version} -Provides: tex(ectc3583.tfm) = %{tl_version} -Provides: tex(ecti0500.tfm) = %{tl_version} -Provides: tex(ecti0600.tfm) = %{tl_version} -Provides: tex(ecti0700.tfm) = %{tl_version} -Provides: tex(ecti0800.tfm) = %{tl_version} -Provides: tex(ecti0900.tfm) = %{tl_version} -Provides: tex(ecti1000.tfm) = %{tl_version} -Provides: tex(ecti1095.tfm) = %{tl_version} -Provides: tex(ecti1200.tfm) = %{tl_version} -Provides: tex(ecti1440.tfm) = %{tl_version} -Provides: tex(ecti1728.tfm) = %{tl_version} -Provides: tex(ecti2074.tfm) = %{tl_version} -Provides: tex(ecti2488.tfm) = %{tl_version} -Provides: tex(ecti2986.tfm) = %{tl_version} -Provides: tex(ecti3583.tfm) = %{tl_version} -Provides: tex(ectt0800.tfm) = %{tl_version} -Provides: tex(ectt0900.tfm) = %{tl_version} -Provides: tex(ectt1000.tfm) = %{tl_version} -Provides: tex(ectt1095.tfm) = %{tl_version} -Provides: tex(ectt1200.tfm) = %{tl_version} -Provides: tex(ectt1440.tfm) = %{tl_version} -Provides: tex(ectt1728.tfm) = %{tl_version} -Provides: tex(ectt2074.tfm) = %{tl_version} -Provides: tex(ectt2488.tfm) = %{tl_version} -Provides: tex(ectt2986.tfm) = %{tl_version} -Provides: tex(ectt3583.tfm) = %{tl_version} -Provides: tex(ecui0500.tfm) = %{tl_version} -Provides: tex(ecui0600.tfm) = %{tl_version} -Provides: tex(ecui0700.tfm) = %{tl_version} -Provides: tex(ecui0800.tfm) = %{tl_version} -Provides: tex(ecui0900.tfm) = %{tl_version} -Provides: tex(ecui1000.tfm) = %{tl_version} -Provides: tex(ecui1095.tfm) = %{tl_version} -Provides: tex(ecui1200.tfm) = %{tl_version} -Provides: tex(ecui1440.tfm) = %{tl_version} -Provides: tex(ecui1728.tfm) = %{tl_version} -Provides: tex(ecui2074.tfm) = %{tl_version} -Provides: tex(ecui2488.tfm) = %{tl_version} -Provides: tex(ecui2986.tfm) = %{tl_version} -Provides: tex(ecui3583.tfm) = %{tl_version} -Provides: tex(ecvi0800.tfm) = %{tl_version} -Provides: tex(ecvi0900.tfm) = %{tl_version} -Provides: tex(ecvi1000.tfm) = %{tl_version} -Provides: tex(ecvi1095.tfm) = %{tl_version} -Provides: tex(ecvi1200.tfm) = %{tl_version} -Provides: tex(ecvi1440.tfm) = %{tl_version} -Provides: tex(ecvi1728.tfm) = %{tl_version} -Provides: tex(ecvi2074.tfm) = %{tl_version} -Provides: tex(ecvi2488.tfm) = %{tl_version} -Provides: tex(ecvi2986.tfm) = %{tl_version} -Provides: tex(ecvi3583.tfm) = %{tl_version} -Provides: tex(ecvt0800.tfm) = %{tl_version} -Provides: tex(ecvt0900.tfm) = %{tl_version} -Provides: tex(ecvt1000.tfm) = %{tl_version} -Provides: tex(ecvt1095.tfm) = %{tl_version} -Provides: tex(ecvt1200.tfm) = %{tl_version} -Provides: tex(ecvt1440.tfm) = %{tl_version} -Provides: tex(ecvt1728.tfm) = %{tl_version} -Provides: tex(ecvt2074.tfm) = %{tl_version} -Provides: tex(ecvt2488.tfm) = %{tl_version} -Provides: tex(ecvt2986.tfm) = %{tl_version} -Provides: tex(ecvt3583.tfm) = %{tl_version} -Provides: tex(ecxc0500.tfm) = %{tl_version} -Provides: tex(ecxc0600.tfm) = %{tl_version} -Provides: tex(ecxc0700.tfm) = %{tl_version} -Provides: tex(ecxc0800.tfm) = %{tl_version} -Provides: tex(ecxc0900.tfm) = %{tl_version} -Provides: tex(ecxc1000.tfm) = %{tl_version} -Provides: tex(ecxc1095.tfm) = %{tl_version} -Provides: tex(ecxc1200.tfm) = %{tl_version} -Provides: tex(ecxc1440.tfm) = %{tl_version} -Provides: tex(ecxc1728.tfm) = %{tl_version} -Provides: tex(ecxc2074.tfm) = %{tl_version} -Provides: tex(ecxc2488.tfm) = %{tl_version} -Provides: tex(ecxc2986.tfm) = %{tl_version} -Provides: tex(ecxc3583.tfm) = %{tl_version} -Provides: tex(ieclb8.tfm) = %{tl_version} -Provides: tex(iecli8.tfm) = %{tl_version} -Provides: tex(ieclo8.tfm) = %{tl_version} -Provides: tex(ieclq8.tfm) = %{tl_version} -Provides: tex(iecltt8.tfm) = %{tl_version} -Provides: tex(tcbi0500.tfm) = %{tl_version} -Provides: tex(tcbi0600.tfm) = %{tl_version} -Provides: tex(tcbi0700.tfm) = %{tl_version} -Provides: tex(tcbi0800.tfm) = %{tl_version} -Provides: tex(tcbi0900.tfm) = %{tl_version} -Provides: tex(tcbi1000.tfm) = %{tl_version} -Provides: tex(tcbi1095.tfm) = %{tl_version} -Provides: tex(tcbi1200.tfm) = %{tl_version} -Provides: tex(tcbi1440.tfm) = %{tl_version} -Provides: tex(tcbi1728.tfm) = %{tl_version} -Provides: tex(tcbi2074.tfm) = %{tl_version} -Provides: tex(tcbi2488.tfm) = %{tl_version} -Provides: tex(tcbi2986.tfm) = %{tl_version} -Provides: tex(tcbi3583.tfm) = %{tl_version} -Provides: tex(tcbl0500.tfm) = %{tl_version} -Provides: tex(tcbl0600.tfm) = %{tl_version} -Provides: tex(tcbl0700.tfm) = %{tl_version} -Provides: tex(tcbl0800.tfm) = %{tl_version} -Provides: tex(tcbl0900.tfm) = %{tl_version} -Provides: tex(tcbl1000.tfm) = %{tl_version} -Provides: tex(tcbl1095.tfm) = %{tl_version} -Provides: tex(tcbl1200.tfm) = %{tl_version} -Provides: tex(tcbl1440.tfm) = %{tl_version} -Provides: tex(tcbl1728.tfm) = %{tl_version} -Provides: tex(tcbl2074.tfm) = %{tl_version} -Provides: tex(tcbl2488.tfm) = %{tl_version} -Provides: tex(tcbl2986.tfm) = %{tl_version} -Provides: tex(tcbl3583.tfm) = %{tl_version} -Provides: tex(tcbx0500.tfm) = %{tl_version} -Provides: tex(tcbx0600.tfm) = %{tl_version} -Provides: tex(tcbx0700.tfm) = %{tl_version} -Provides: tex(tcbx0800.tfm) = %{tl_version} -Provides: tex(tcbx0900.tfm) = %{tl_version} -Provides: tex(tcbx1000.tfm) = %{tl_version} -Provides: tex(tcbx1095.tfm) = %{tl_version} -Provides: tex(tcbx1200.tfm) = %{tl_version} -Provides: tex(tcbx1440.tfm) = %{tl_version} -Provides: tex(tcbx1728.tfm) = %{tl_version} -Provides: tex(tcbx2074.tfm) = %{tl_version} -Provides: tex(tcbx2488.tfm) = %{tl_version} -Provides: tex(tcbx2986.tfm) = %{tl_version} -Provides: tex(tcbx3583.tfm) = %{tl_version} -Provides: tex(tcci0500.tfm) = %{tl_version} -Provides: tex(tcci0600.tfm) = %{tl_version} -Provides: tex(tcci0700.tfm) = %{tl_version} -Provides: tex(tcci0800.tfm) = %{tl_version} -Provides: tex(tcci0900.tfm) = %{tl_version} -Provides: tex(tcci1000.tfm) = %{tl_version} -Provides: tex(tcci1095.tfm) = %{tl_version} -Provides: tex(tcci1200.tfm) = %{tl_version} -Provides: tex(tcci1440.tfm) = %{tl_version} -Provides: tex(tcci1728.tfm) = %{tl_version} -Provides: tex(tcci2074.tfm) = %{tl_version} -Provides: tex(tcci2488.tfm) = %{tl_version} -Provides: tex(tcci2986.tfm) = %{tl_version} -Provides: tex(tcci3583.tfm) = %{tl_version} -Provides: tex(tcit0800.tfm) = %{tl_version} -Provides: tex(tcit0900.tfm) = %{tl_version} -Provides: tex(tcit1000.tfm) = %{tl_version} -Provides: tex(tcit1095.tfm) = %{tl_version} -Provides: tex(tcit1200.tfm) = %{tl_version} -Provides: tex(tcit1440.tfm) = %{tl_version} -Provides: tex(tcit1728.tfm) = %{tl_version} -Provides: tex(tcit2074.tfm) = %{tl_version} -Provides: tex(tcit2488.tfm) = %{tl_version} -Provides: tex(tcit2986.tfm) = %{tl_version} -Provides: tex(tcit3583.tfm) = %{tl_version} -Provides: tex(tcrb0500.tfm) = %{tl_version} -Provides: tex(tcrb0600.tfm) = %{tl_version} -Provides: tex(tcrb0700.tfm) = %{tl_version} -Provides: tex(tcrb0800.tfm) = %{tl_version} -Provides: tex(tcrb0900.tfm) = %{tl_version} -Provides: tex(tcrb1000.tfm) = %{tl_version} -Provides: tex(tcrb1095.tfm) = %{tl_version} -Provides: tex(tcrb1200.tfm) = %{tl_version} -Provides: tex(tcrb1440.tfm) = %{tl_version} -Provides: tex(tcrb1728.tfm) = %{tl_version} -Provides: tex(tcrb2074.tfm) = %{tl_version} -Provides: tex(tcrb2488.tfm) = %{tl_version} -Provides: tex(tcrb2986.tfm) = %{tl_version} -Provides: tex(tcrb3583.tfm) = %{tl_version} -Provides: tex(tcrm0500.tfm) = %{tl_version} -Provides: tex(tcrm0600.tfm) = %{tl_version} -Provides: tex(tcrm0700.tfm) = %{tl_version} -Provides: tex(tcrm0800.tfm) = %{tl_version} -Provides: tex(tcrm0900.tfm) = %{tl_version} -Provides: tex(tcrm1000.tfm) = %{tl_version} -Provides: tex(tcrm1095.tfm) = %{tl_version} -Provides: tex(tcrm1200.tfm) = %{tl_version} -Provides: tex(tcrm1440.tfm) = %{tl_version} -Provides: tex(tcrm1728.tfm) = %{tl_version} -Provides: tex(tcrm2074.tfm) = %{tl_version} -Provides: tex(tcrm2488.tfm) = %{tl_version} -Provides: tex(tcrm2986.tfm) = %{tl_version} -Provides: tex(tcrm3583.tfm) = %{tl_version} -Provides: tex(tcsi0500.tfm) = %{tl_version} -Provides: tex(tcsi0600.tfm) = %{tl_version} -Provides: tex(tcsi0700.tfm) = %{tl_version} -Provides: tex(tcsi0800.tfm) = %{tl_version} -Provides: tex(tcsi0900.tfm) = %{tl_version} -Provides: tex(tcsi1000.tfm) = %{tl_version} -Provides: tex(tcsi1095.tfm) = %{tl_version} -Provides: tex(tcsi1200.tfm) = %{tl_version} -Provides: tex(tcsi1440.tfm) = %{tl_version} -Provides: tex(tcsi1728.tfm) = %{tl_version} -Provides: tex(tcsi2074.tfm) = %{tl_version} -Provides: tex(tcsi2488.tfm) = %{tl_version} -Provides: tex(tcsi2986.tfm) = %{tl_version} -Provides: tex(tcsi3583.tfm) = %{tl_version} -Provides: tex(tcsl0500.tfm) = %{tl_version} -Provides: tex(tcsl0600.tfm) = %{tl_version} -Provides: tex(tcsl0700.tfm) = %{tl_version} -Provides: tex(tcsl0800.tfm) = %{tl_version} -Provides: tex(tcsl0900.tfm) = %{tl_version} -Provides: tex(tcsl1000.tfm) = %{tl_version} -Provides: tex(tcsl1095.tfm) = %{tl_version} -Provides: tex(tcsl1200.tfm) = %{tl_version} -Provides: tex(tcsl1440.tfm) = %{tl_version} -Provides: tex(tcsl1728.tfm) = %{tl_version} -Provides: tex(tcsl2074.tfm) = %{tl_version} -Provides: tex(tcsl2488.tfm) = %{tl_version} -Provides: tex(tcsl2986.tfm) = %{tl_version} -Provides: tex(tcsl3583.tfm) = %{tl_version} -Provides: tex(tcso0500.tfm) = %{tl_version} -Provides: tex(tcso0600.tfm) = %{tl_version} -Provides: tex(tcso0700.tfm) = %{tl_version} -Provides: tex(tcso0800.tfm) = %{tl_version} -Provides: tex(tcso0900.tfm) = %{tl_version} -Provides: tex(tcso1000.tfm) = %{tl_version} -Provides: tex(tcso1095.tfm) = %{tl_version} -Provides: tex(tcso1200.tfm) = %{tl_version} -Provides: tex(tcso1440.tfm) = %{tl_version} -Provides: tex(tcso1728.tfm) = %{tl_version} -Provides: tex(tcso2074.tfm) = %{tl_version} -Provides: tex(tcso2488.tfm) = %{tl_version} -Provides: tex(tcso2986.tfm) = %{tl_version} -Provides: tex(tcso3583.tfm) = %{tl_version} -Provides: tex(tcss0500.tfm) = %{tl_version} -Provides: tex(tcss0600.tfm) = %{tl_version} -Provides: tex(tcss0700.tfm) = %{tl_version} -Provides: tex(tcss0800.tfm) = %{tl_version} -Provides: tex(tcss0900.tfm) = %{tl_version} -Provides: tex(tcss1000.tfm) = %{tl_version} -Provides: tex(tcss1095.tfm) = %{tl_version} -Provides: tex(tcss1200.tfm) = %{tl_version} -Provides: tex(tcss1440.tfm) = %{tl_version} -Provides: tex(tcss1728.tfm) = %{tl_version} -Provides: tex(tcss2074.tfm) = %{tl_version} -Provides: tex(tcss2488.tfm) = %{tl_version} -Provides: tex(tcss2986.tfm) = %{tl_version} -Provides: tex(tcss3583.tfm) = %{tl_version} -Provides: tex(tcst0800.tfm) = %{tl_version} -Provides: tex(tcst0900.tfm) = %{tl_version} -Provides: tex(tcst1000.tfm) = %{tl_version} -Provides: tex(tcst1095.tfm) = %{tl_version} -Provides: tex(tcst1200.tfm) = %{tl_version} -Provides: tex(tcst1440.tfm) = %{tl_version} -Provides: tex(tcst1728.tfm) = %{tl_version} -Provides: tex(tcst2074.tfm) = %{tl_version} -Provides: tex(tcst2488.tfm) = %{tl_version} -Provides: tex(tcst2986.tfm) = %{tl_version} -Provides: tex(tcst3583.tfm) = %{tl_version} -Provides: tex(tcsx0500.tfm) = %{tl_version} -Provides: tex(tcsx0600.tfm) = %{tl_version} -Provides: tex(tcsx0700.tfm) = %{tl_version} -Provides: tex(tcsx0800.tfm) = %{tl_version} -Provides: tex(tcsx0900.tfm) = %{tl_version} -Provides: tex(tcsx1000.tfm) = %{tl_version} -Provides: tex(tcsx1095.tfm) = %{tl_version} -Provides: tex(tcsx1200.tfm) = %{tl_version} -Provides: tex(tcsx1440.tfm) = %{tl_version} -Provides: tex(tcsx1728.tfm) = %{tl_version} -Provides: tex(tcsx2074.tfm) = %{tl_version} -Provides: tex(tcsx2488.tfm) = %{tl_version} -Provides: tex(tcsx2986.tfm) = %{tl_version} -Provides: tex(tcsx3583.tfm) = %{tl_version} -Provides: tex(tcti0500.tfm) = %{tl_version} -Provides: tex(tcti0600.tfm) = %{tl_version} -Provides: tex(tcti0700.tfm) = %{tl_version} -Provides: tex(tcti0800.tfm) = %{tl_version} -Provides: tex(tcti0900.tfm) = %{tl_version} -Provides: tex(tcti1000.tfm) = %{tl_version} -Provides: tex(tcti1095.tfm) = %{tl_version} -Provides: tex(tcti1200.tfm) = %{tl_version} -Provides: tex(tcti1440.tfm) = %{tl_version} -Provides: tex(tcti1728.tfm) = %{tl_version} -Provides: tex(tcti2074.tfm) = %{tl_version} -Provides: tex(tcti2488.tfm) = %{tl_version} -Provides: tex(tcti2986.tfm) = %{tl_version} -Provides: tex(tcti3583.tfm) = %{tl_version} -Provides: tex(tctt0800.tfm) = %{tl_version} -Provides: tex(tctt0900.tfm) = %{tl_version} -Provides: tex(tctt1000.tfm) = %{tl_version} -Provides: tex(tctt1095.tfm) = %{tl_version} -Provides: tex(tctt1200.tfm) = %{tl_version} -Provides: tex(tctt1440.tfm) = %{tl_version} -Provides: tex(tctt1728.tfm) = %{tl_version} -Provides: tex(tctt2074.tfm) = %{tl_version} -Provides: tex(tctt2488.tfm) = %{tl_version} -Provides: tex(tctt2986.tfm) = %{tl_version} -Provides: tex(tctt3583.tfm) = %{tl_version} -Provides: tex(tcui0500.tfm) = %{tl_version} -Provides: tex(tcui0600.tfm) = %{tl_version} -Provides: tex(tcui0700.tfm) = %{tl_version} -Provides: tex(tcui0800.tfm) = %{tl_version} -Provides: tex(tcui0900.tfm) = %{tl_version} -Provides: tex(tcui1000.tfm) = %{tl_version} -Provides: tex(tcui1095.tfm) = %{tl_version} -Provides: tex(tcui1200.tfm) = %{tl_version} -Provides: tex(tcui1440.tfm) = %{tl_version} -Provides: tex(tcui1728.tfm) = %{tl_version} -Provides: tex(tcui2074.tfm) = %{tl_version} -Provides: tex(tcui2488.tfm) = %{tl_version} -Provides: tex(tcui2986.tfm) = %{tl_version} -Provides: tex(tcui3583.tfm) = %{tl_version} -Provides: tex(tcvi0800.tfm) = %{tl_version} -Provides: tex(tcvi0900.tfm) = %{tl_version} -Provides: tex(tcvi1000.tfm) = %{tl_version} -Provides: tex(tcvi1095.tfm) = %{tl_version} -Provides: tex(tcvi1200.tfm) = %{tl_version} -Provides: tex(tcvi1440.tfm) = %{tl_version} -Provides: tex(tcvi1728.tfm) = %{tl_version} -Provides: tex(tcvi2074.tfm) = %{tl_version} -Provides: tex(tcvi2488.tfm) = %{tl_version} -Provides: tex(tcvi2986.tfm) = %{tl_version} -Provides: tex(tcvi3583.tfm) = %{tl_version} -Provides: tex(tcvt0800.tfm) = %{tl_version} -Provides: tex(tcvt0900.tfm) = %{tl_version} -Provides: tex(tcvt1000.tfm) = %{tl_version} -Provides: tex(tcvt1095.tfm) = %{tl_version} -Provides: tex(tcvt1200.tfm) = %{tl_version} -Provides: tex(tcvt1440.tfm) = %{tl_version} -Provides: tex(tcvt1728.tfm) = %{tl_version} -Provides: tex(tcvt2074.tfm) = %{tl_version} -Provides: tex(tcvt2488.tfm) = %{tl_version} -Provides: tex(tcvt2986.tfm) = %{tl_version} -Provides: tex(tcvt3583.tfm) = %{tl_version} - -%description ec -The EC fonts are European Computer Modern Fonts, supporting the -complete LaTeX T1 encoding defined at the 1990 TUG conference -hold at Cork/Ireland. These fonts are intended to be stable -with no changes being made to the tfm files. The set also -contains a Text Companion Symbol font, called tc, featuring -many useful characters needed in text typesetting, for example -oldstyle digits, currency symbols (including the newly created -Euro symbol), the permille sign, copyright, trade mark and -servicemark as well as a copyleft sign, and many others. Recent -releases of LaTeX2e support the EC fonts. The EC fonts -supersede the preliminary version released as the DC fonts. The -fonts are available in (traced) Adobe Type 1 format, as part of -the cm-super bundle. The other Computer Modern-style T1-encoded -Type 1 set, Latin Modern, is not actually a direct development -of the EC set, and differs from the EC in a number of -particulars. - -date: 2009-08-27 17:24:27 +0200 - -%post ec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ec-doc -Summary: Documentation for ec -Version: svn25033.1.0 -Release: %{tl_noarch_release} -Provides: tex-ec-doc -BuildArch: noarch -AutoReqProv: No - -%description ec-doc -Documentation for ec - -%package lhcyr -Provides: tex-lhcyr = %{tl_version} -License: Lhcyr -Summary: A non-standard Cyrillic input scheme -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(karabas.tex) = %{tl_version} -Provides: tex(kniga.tex) = %{tl_version} -Provides: tex(lhcyralt-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyralt-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyralt.sty) = %{tl_version} -Provides: tex(ot1lhdh.fd) = %{tl_version} -Provides: tex(ot1lhfib.fd) = %{tl_version} -Provides: tex(ot1lhfr.fd) = %{tl_version} -Provides: tex(ot1lhr.fd) = %{tl_version} -Provides: tex(ot1lhss.fd) = %{tl_version} -Provides: tex(ot1lhtt.fd) = %{tl_version} -Provides: tex(ot1lhvtt.fd) = %{tl_version} -Provides: tex(lhcyrkoi-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyrkoi-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyrkoi.sty) = %{tl_version} -Provides: tex(ot1kcdh.fd) = %{tl_version} -Provides: tex(ot1kcfib.fd) = %{tl_version} -Provides: tex(ot1kcfr.fd) = %{tl_version} -Provides: tex(ot1kcr.fd) = %{tl_version} -Provides: tex(ot1kcss.fd) = %{tl_version} -Provides: tex(ot1kctt.fd) = %{tl_version} -Provides: tex(ot1kcvtt.fd) = %{tl_version} -Provides: tex(lhcyrwin-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyrwin-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyrwin.sty) = %{tl_version} -Provides: tex(ot1wcdh.fd) = %{tl_version} -Provides: tex(ot1wcfib.fd) = %{tl_version} -Provides: tex(ot1wcfr.fd) = %{tl_version} -Provides: tex(ot1wcr.fd) = %{tl_version} -Provides: tex(ot1wcss.fd) = %{tl_version} -Provides: tex(ot1wctt.fd) = %{tl_version} -Provides: tex(ot1wcvtt.fd) = %{tl_version} -Provides: tex(otchet.tex) = %{tl_version} -Provides: tex(pismo.tex) = %{tl_version} -Provides: tex(rusfonts.tex) = %{tl_version} -Provides: tex(statya.tex) = %{tl_version} - -%description lhcyr -A collection of three LaTeX 2e styles intended for typesetting -Russian and bilingual English-Russian documents, using the lh -fonts and without the benefit of babel's language-switching -mechanisms. The packages (lhcyralt and lhcyrwin for use under -emTeX, and lhcyrkoi for use under teTeX) provide mappings -between the input encoding and the font encoding (which is -described as OT1). The way this is done does not match the way -inputenc would do the job, for output via fontenc to one of the -T2 series of font encodings. - -date: 2012-05-22 11:10:15 +0200 - -%post lhcyr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lhcyr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lhcyr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ruhyphen -Provides: tex-ruhyphen = %{tl_version} -License: LPPL -Summary: Russian hyphenation -Version: svn21081.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(catkoi.tex) = %{tl_version} -Provides: tex(cyryoal.tex) = %{tl_version} -Provides: tex(cyryoas.tex) = %{tl_version} -Provides: tex(cyryoct.tex) = %{tl_version} -Provides: tex(cyryodv.tex) = %{tl_version} -Provides: tex(cyryomg.tex) = %{tl_version} -Provides: tex(cyryovl.tex) = %{tl_version} -Provides: tex(cyryozn.tex) = %{tl_version} -Provides: tex(enrhm2.tex) = %{tl_version} -Provides: tex(hypht2.tex) = %{tl_version} -Provides: tex(koi2koi.tex) = %{tl_version} -Provides: tex(koi2lcy.tex) = %{tl_version} -Provides: tex(koi2ot2.tex) = %{tl_version} -Provides: tex(koi2t2a.tex) = %{tl_version} -Provides: tex(koi2ucy.tex) = %{tl_version} -Provides: tex(ruenhyph.tex) = %{tl_version} -Provides: tex(ruhyphal.tex) = %{tl_version} -Provides: tex(ruhyphas.tex) = %{tl_version} -Provides: tex(ruhyphct.tex) = %{tl_version} -Provides: tex(ruhyphdv.tex) = %{tl_version} -Provides: tex(ruhyphen.tex) = %{tl_version} -Provides: tex(ruhyphmg.tex) = %{tl_version} -Provides: tex(ruhyphvl.tex) = %{tl_version} -Provides: tex(ruhyphzn.tex) = %{tl_version} - -%description ruhyphen -A collection of Russian hyphenation patterns supporting a -number of Cyrillic font encodings, including T2, UCY (Omega -Unicode Cyrillic), LCY, LWN (OT2), and koi8-r. - -date: 2007-01-14 10:43:12 +0100 - -%post ruhyphen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ruhyphen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ruhyphen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package t2 -Provides: tex-t2 = %{tl_version} -License: LPPL -Summary: Support for using T2 encoding -Version: svn29349.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(amssymb.sty) -Requires: tex(enumerate.sty) -Provides: tex(t2a-mod1.enc) = %{tl_version} -Provides: tex(t2a-mod2.enc) = %{tl_version} -Provides: tex(t2a.enc) = %{tl_version} -Provides: tex(t2b.enc) = %{tl_version} -Provides: tex(t2c.enc) = %{tl_version} -Provides: tex(x2.enc) = %{tl_version} -Provides: tex(alias-cmc.tex) = %{tl_version} -Provides: tex(alias-wncy.tex) = %{tl_version} -Provides: tex(cyralias.tex) = %{tl_version} -Provides: tex(fnstcorr.tex) = %{tl_version} -Provides: tex(citehack.sty) = %{tl_version} -Provides: tex(mathtext.sty) = %{tl_version} -Provides: tex(misccorr.sty) = %{tl_version} - -%description t2 -The T2 bundle provides a variety of separate support functions, -for using Cyrillic characters in LaTeX: - the mathtext package, -for using Cyrillic letters 'transparently' in formulae - the -citehack package, for using Cyrillic (or indeed any non-ascii) -characters in citation keys; - support for Cyrillic in BibTeX; -- support for Cyrillic in Makeindex; and - various items of -font support. - -date: 2012-06-05 14:57:36 +0200 - -%post t2 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ cyramstex.*$/cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cyrtex.*$/cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cyrtexinfo.*$/cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun t2 -if [ $1 == 0 ] ; then -sed -i 's/^cyramstex.*$/\#\!\ cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cyrtex.*$/\#\!\ cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cyrtexinfo.*$/\#\!\ cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans t2 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package t2-doc -Summary: Documentation for t2 -Version: svn29349.0 -Release: %{tl_noarch_release} -Provides: tex-t2-doc -BuildArch: noarch -AutoReqProv: No - -%description t2-doc -Documentation for t2 - -%package ukrhyph -Provides: tex-ukrhyph = %{tl_version} -License: LPPL -Summary: Hyphenation Patterns for Ukrainian -Version: svn21081.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(catlcy.tex) = %{tl_version} -Provides: tex(lcy2koi.tex) = %{tl_version} -Provides: tex(lcy2lcy.tex) = %{tl_version} -Provides: tex(lcy2ot2.tex) = %{tl_version} -Provides: tex(lcy2t2a.tex) = %{tl_version} -Provides: tex(lcy2ucy.tex) = %{tl_version} -Provides: tex(rules60.tex) = %{tl_version} -Provides: tex(rules90.tex) = %{tl_version} -Provides: tex(rules_ph.tex) = %{tl_version} -Provides: tex(ukrenhyp.tex) = %{tl_version} -Provides: tex(ukrhypfa.tex) = %{tl_version} -Provides: tex(ukrhyph.tex) = %{tl_version} -Provides: tex(ukrhypmp.tex) = %{tl_version} -Provides: tex(ukrhypmt.tex) = %{tl_version} -Provides: tex(ukrhypsm.tex) = %{tl_version} -Provides: tex(ukrhypst.tex) = %{tl_version} - -%description ukrhyph -A range of patterns, depending on the encoding of the output -font (including the standard T2A, so one can use the patterns -with free fonts). - -date: 2007-01-19 00:08:42 +0100 - -%post ukrhyph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ukrhyph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ukrhyph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ukrhyph-doc -Summary: Documentation for ukrhyph -Version: svn21081.0 -Release: %{tl_noarch_release} -Provides: tex-ukrhyph-doc -BuildArch: noarch -AutoReqProv: No - -%description ukrhyph-doc -Documentation for ukrhyph - -%package hyphen-bulgarian -Provides: tex-hyphen-bulgarian = %{tl_version} -License: LPPL -Summary: Bulgarian hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-bulgarian -Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings. - -%post hyphen-bulgarian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/bulgarian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "bulgarian loadhyph-bg.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-bulgarian -if [ $1 == 0 ] ; then -sed -i '/bulgarian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-bulgarian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-russian -Provides: tex-hyphen-russian = %{tl_version} -License: LPPL -Summary: Russian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Requires: tex-ruhyphen - -%description hyphen-russian -Hyphenation patterns for Russian in T2A and UTF-8 encodings. -For 8-bit engines, the 'ruhyphen' package provides a number of -different pattern sets, as well as different (8-bit) encodings, -that can be chosen at format-generation time. The UTF-8 -version only provides the default pattern set. A mechanism -similar to the one used for 8-bit patterns may be implemented -in the future. - -%post hyphen-russian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/russian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "russian loadhyph-ru.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-russian -if [ $1 == 0 ] ; then -sed -i '/russian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-russian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-ukrainian -Provides: tex-hyphen-ukrainian = %{tl_version} -License: LPPL -Summary: Ukrainian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Requires: tex-ukrhyph - -%description hyphen-ukrainian -Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings. -For 8-bit engines, the 'ukrhyph' package provides a number of -different pattern sets, as well as different (8-bit) encodings, -that can be chosen at format-generation time. The UTF-8 -version only provides the default pattern set. A mechanism -similar to the one used for 8-bit patterns may be implemented -in the future. - -%post hyphen-ukrainian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/ukrainian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ukrainian loadhyph-uk.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-ukrainian -if [ $1 == 0 ] ; then -sed -i '/ukrainian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-ukrainian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langczechslovak -Summary: Czech/Slovak -Version: svn28595.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-cs -Requires: tex-csbulletin -Requires: tex-cslatex -Requires: tex-csplain -Requires: texlive-cstex-doc -Requires: tex-vlna -Requires: tex-hyphen-czech -Requires: tex-hyphen-slovak -Requires: texlive-collection-basic -Requires: texlive-collection-latex - -%description collection-langczechslovak -Support for typesetting Czech/Slovak. - -%package cs -Provides: tex-cs = %{tl_version} -License: GPL+ -Summary: Czech/Slovak-tuned Computer Modern fonts -Version: svn28598.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(xl2.enc) = %{tl_version} -Provides: tex(xt2.enc) = %{tl_version} -Provides: tex(cs-a35-nodownload.map) = %{tl_version} -Provides: tex(cs-a35-urwdownload.map) = %{tl_version} -Provides: tex(cs-charter.map) = %{tl_version} -Provides: tex(csfonts.map) = %{tl_version} -Provides: tex(pagd8z.tfm) = %{tl_version} -Provides: tex(pagdc8z.tfm) = %{tl_version} -Provides: tex(pagdo8z.tfm) = %{tl_version} -Provides: tex(pagk8z.tfm) = %{tl_version} -Provides: tex(pagkc8z.tfm) = %{tl_version} -Provides: tex(pagko8z.tfm) = %{tl_version} -Provides: tex(pbkd8z.tfm) = %{tl_version} -Provides: tex(pbkdc8z.tfm) = %{tl_version} -Provides: tex(pbkdi8z.tfm) = %{tl_version} -Provides: tex(pbkl8z.tfm) = %{tl_version} -Provides: tex(pbklc8z.tfm) = %{tl_version} -Provides: tex(pbkli8z.tfm) = %{tl_version} -Provides: tex(pcrb8u.tfm) = %{tl_version} -Provides: tex(pcrbc8u.tfm) = %{tl_version} -Provides: tex(pcrbo8u.tfm) = %{tl_version} -Provides: tex(pcrr8u.tfm) = %{tl_version} -Provides: tex(pcrrc8u.tfm) = %{tl_version} -Provides: tex(pcrro8u.tfm) = %{tl_version} -Provides: tex(phvb8z.tfm) = %{tl_version} -Provides: tex(phvbc8z.tfm) = %{tl_version} -Provides: tex(phvbn8z.tfm) = %{tl_version} -Provides: tex(phvbnc8z.tfm) = %{tl_version} -Provides: tex(phvbo8z.tfm) = %{tl_version} -Provides: tex(phvbon8z.tfm) = %{tl_version} -Provides: tex(phvr8z.tfm) = %{tl_version} -Provides: tex(phvrc8z.tfm) = %{tl_version} -Provides: tex(phvrn8z.tfm) = %{tl_version} -Provides: tex(phvrnc8z.tfm) = %{tl_version} -Provides: tex(phvro8z.tfm) = %{tl_version} -Provides: tex(phvron8z.tfm) = %{tl_version} -Provides: tex(pncb8z.tfm) = %{tl_version} -Provides: tex(pncbc8z.tfm) = %{tl_version} -Provides: tex(pncbi8z.tfm) = %{tl_version} -Provides: tex(pncr8z.tfm) = %{tl_version} -Provides: tex(pncrc8z.tfm) = %{tl_version} -Provides: tex(pncri8z.tfm) = %{tl_version} -Provides: tex(pplb8z.tfm) = %{tl_version} -Provides: tex(pplbc8z.tfm) = %{tl_version} -Provides: tex(pplbi8z.tfm) = %{tl_version} -Provides: tex(pplr8z.tfm) = %{tl_version} -Provides: tex(pplrc8z.tfm) = %{tl_version} -Provides: tex(pplri8z.tfm) = %{tl_version} -Provides: tex(ptmb8z.tfm) = %{tl_version} -Provides: tex(ptmbc8z.tfm) = %{tl_version} -Provides: tex(ptmbi8z.tfm) = %{tl_version} -Provides: tex(ptmr8z.tfm) = %{tl_version} -Provides: tex(ptmrc8z.tfm) = %{tl_version} -Provides: tex(ptmri8z.tfm) = %{tl_version} -Provides: tex(pzcmi8z.tfm) = %{tl_version} -Provides: tex(bchb8z.tfm) = %{tl_version} -Provides: tex(bchbi8z.tfm) = %{tl_version} -Provides: tex(bchr8z.tfm) = %{tl_version} -Provides: tex(bchri8z.tfm) = %{tl_version} -Provides: tex(rbchb.tfm) = %{tl_version} -Provides: tex(rbchbi.tfm) = %{tl_version} -Provides: tex(rbchr.tfm) = %{tl_version} -Provides: tex(rbchri.tfm) = %{tl_version} -Provides: tex(csb10.tfm) = %{tl_version} -Provides: tex(csb12.tfm) = %{tl_version} -Provides: tex(csb17.tfm) = %{tl_version} -Provides: tex(csb5.tfm) = %{tl_version} -Provides: tex(csb6.tfm) = %{tl_version} -Provides: tex(csb7.tfm) = %{tl_version} -Provides: tex(csb8.tfm) = %{tl_version} -Provides: tex(csb9.tfm) = %{tl_version} -Provides: tex(csbx10.tfm) = %{tl_version} -Provides: tex(csbx12.tfm) = %{tl_version} -Provides: tex(csbx5.tfm) = %{tl_version} -Provides: tex(csbx6.tfm) = %{tl_version} -Provides: tex(csbx7.tfm) = %{tl_version} -Provides: tex(csbx8.tfm) = %{tl_version} -Provides: tex(csbx9.tfm) = %{tl_version} -Provides: tex(csbxsl10.tfm) = %{tl_version} -Provides: tex(csbxsl12.tfm) = %{tl_version} -Provides: tex(csbxsl5.tfm) = %{tl_version} -Provides: tex(csbxsl6.tfm) = %{tl_version} -Provides: tex(csbxsl7.tfm) = %{tl_version} -Provides: tex(csbxsl8.tfm) = %{tl_version} -Provides: tex(csbxsl9.tfm) = %{tl_version} -Provides: tex(csbxti10.tfm) = %{tl_version} -Provides: tex(csbxti12.tfm) = %{tl_version} -Provides: tex(csbxti17.tfm) = %{tl_version} -Provides: tex(cscsc10.tfm) = %{tl_version} -Provides: tex(cscsc12.tfm) = %{tl_version} -Provides: tex(cscsc17.tfm) = %{tl_version} -Provides: tex(cscsc8.tfm) = %{tl_version} -Provides: tex(cscsc9.tfm) = %{tl_version} -Provides: tex(csdunh10.tfm) = %{tl_version} -Provides: tex(csdunh12.tfm) = %{tl_version} -Provides: tex(csdunh17.tfm) = %{tl_version} -Provides: tex(csdunh5.tfm) = %{tl_version} -Provides: tex(csdunh6.tfm) = %{tl_version} -Provides: tex(csdunh7.tfm) = %{tl_version} -Provides: tex(csdunh8.tfm) = %{tl_version} -Provides: tex(csdunh9.tfm) = %{tl_version} -Provides: tex(csff10.tfm) = %{tl_version} -Provides: tex(csfi10.tfm) = %{tl_version} -Provides: tex(csfib10.tfm) = %{tl_version} -Provides: tex(csfib12.tfm) = %{tl_version} -Provides: tex(csfib8.tfm) = %{tl_version} -Provides: tex(csfib9.tfm) = %{tl_version} -Provides: tex(csinch.tfm) = %{tl_version} -Provides: tex(csitt10.tfm) = %{tl_version} -Provides: tex(csitt12.tfm) = %{tl_version} -Provides: tex(csitt17.tfm) = %{tl_version} -Provides: tex(csitt8.tfm) = %{tl_version} -Provides: tex(csitt9.tfm) = %{tl_version} -Provides: tex(csr10.tfm) = %{tl_version} -Provides: tex(csr12.tfm) = %{tl_version} -Provides: tex(csr17.tfm) = %{tl_version} -Provides: tex(csr5.tfm) = %{tl_version} -Provides: tex(csr6.tfm) = %{tl_version} -Provides: tex(csr7.tfm) = %{tl_version} -Provides: tex(csr8.tfm) = %{tl_version} -Provides: tex(csr9.tfm) = %{tl_version} -Provides: tex(cssl10.tfm) = %{tl_version} -Provides: tex(cssl12.tfm) = %{tl_version} -Provides: tex(cssl17.tfm) = %{tl_version} -Provides: tex(cssl5.tfm) = %{tl_version} -Provides: tex(cssl6.tfm) = %{tl_version} -Provides: tex(cssl7.tfm) = %{tl_version} -Provides: tex(cssl8.tfm) = %{tl_version} -Provides: tex(cssl9.tfm) = %{tl_version} -Provides: tex(cssltt10.tfm) = %{tl_version} -Provides: tex(cssltt12.tfm) = %{tl_version} -Provides: tex(cssltt8.tfm) = %{tl_version} -Provides: tex(cssltt9.tfm) = %{tl_version} -Provides: tex(csss10.tfm) = %{tl_version} -Provides: tex(csss12.tfm) = %{tl_version} -Provides: tex(csss17.tfm) = %{tl_version} -Provides: tex(csss8.tfm) = %{tl_version} -Provides: tex(csss9.tfm) = %{tl_version} -Provides: tex(csssbx10.tfm) = %{tl_version} -Provides: tex(csssbx12.tfm) = %{tl_version} -Provides: tex(csssbx17.tfm) = %{tl_version} -Provides: tex(csssbx9.tfm) = %{tl_version} -Provides: tex(csssdc10.tfm) = %{tl_version} -Provides: tex(csssi10.tfm) = %{tl_version} -Provides: tex(csssi12.tfm) = %{tl_version} -Provides: tex(csssi17.tfm) = %{tl_version} -Provides: tex(csssi8.tfm) = %{tl_version} -Provides: tex(csssi9.tfm) = %{tl_version} -Provides: tex(csssq8.tfm) = %{tl_version} -Provides: tex(csssqi8.tfm) = %{tl_version} -Provides: tex(cstcsc10.tfm) = %{tl_version} -Provides: tex(cstcsc12.tfm) = %{tl_version} -Provides: tex(cstcsc17.tfm) = %{tl_version} -Provides: tex(csti10.tfm) = %{tl_version} -Provides: tex(csti12.tfm) = %{tl_version} -Provides: tex(csti17.tfm) = %{tl_version} -Provides: tex(csti7.tfm) = %{tl_version} -Provides: tex(csti8.tfm) = %{tl_version} -Provides: tex(csti9.tfm) = %{tl_version} -Provides: tex(cstt10.tfm) = %{tl_version} -Provides: tex(cstt12.tfm) = %{tl_version} -Provides: tex(cstt8.tfm) = %{tl_version} -Provides: tex(cstt9.tfm) = %{tl_version} -Provides: tex(csu10.tfm) = %{tl_version} -Provides: tex(csu12.tfm) = %{tl_version} -Provides: tex(csu17.tfm) = %{tl_version} -Provides: tex(csu7.tfm) = %{tl_version} -Provides: tex(csu8.tfm) = %{tl_version} -Provides: tex(csu9.tfm) = %{tl_version} -Provides: tex(csvtt10.tfm) = %{tl_version} -Provides: tex(csvtt12.tfm) = %{tl_version} -Provides: tex(csvtt8.tfm) = %{tl_version} -Provides: tex(csvtt9.tfm) = %{tl_version} -Provides: tex(icscsc10.tfm) = %{tl_version} -Provides: tex(icstt8.tfm) = %{tl_version} -Provides: tex(ilcsss8.tfm) = %{tl_version} -Provides: tex(ilcsssb8.tfm) = %{tl_version} -Provides: tex(ilcsssi8.tfm) = %{tl_version} -Provides: tex(lcsss8.tfm) = %{tl_version} -Provides: tex(lcsssb8.tfm) = %{tl_version} -Provides: tex(lcsssi8.tfm) = %{tl_version} -Provides: tex(csb10.pfb) = %{tl_version} -Provides: tex(csbx10.pfb) = %{tl_version} -Provides: tex(csbx12.pfb) = %{tl_version} -Provides: tex(csbx5.pfb) = %{tl_version} -Provides: tex(csbx6.pfb) = %{tl_version} -Provides: tex(csbx7.pfb) = %{tl_version} -Provides: tex(csbx8.pfb) = %{tl_version} -Provides: tex(csbx9.pfb) = %{tl_version} -Provides: tex(csbxsl10.pfb) = %{tl_version} -Provides: tex(csbxti10.pfb) = %{tl_version} -Provides: tex(cscsc10.pfb) = %{tl_version} -Provides: tex(csdunh10.pfb) = %{tl_version} -Provides: tex(csff10.pfb) = %{tl_version} -Provides: tex(csfi10.pfb) = %{tl_version} -Provides: tex(csfib8.pfb) = %{tl_version} -Provides: tex(csinch.pfb) = %{tl_version} -Provides: tex(csitt10.pfb) = %{tl_version} -Provides: tex(csr10.pfb) = %{tl_version} -Provides: tex(csr12.pfb) = %{tl_version} -Provides: tex(csr17.pfb) = %{tl_version} -Provides: tex(csr5.pfb) = %{tl_version} -Provides: tex(csr6.pfb) = %{tl_version} -Provides: tex(csr7.pfb) = %{tl_version} -Provides: tex(csr8.pfb) = %{tl_version} -Provides: tex(csr9.pfb) = %{tl_version} -Provides: tex(cssl10.pfb) = %{tl_version} -Provides: tex(cssl12.pfb) = %{tl_version} -Provides: tex(cssl8.pfb) = %{tl_version} -Provides: tex(cssl9.pfb) = %{tl_version} -Provides: tex(cssltt10.pfb) = %{tl_version} -Provides: tex(csss10.pfb) = %{tl_version} -Provides: tex(csss12.pfb) = %{tl_version} -Provides: tex(csss17.pfb) = %{tl_version} -Provides: tex(csss8.pfb) = %{tl_version} -Provides: tex(csss9.pfb) = %{tl_version} -Provides: tex(csssbx10.pfb) = %{tl_version} -Provides: tex(csssdc10.pfb) = %{tl_version} -Provides: tex(csssi10.pfb) = %{tl_version} -Provides: tex(csssi12.pfb) = %{tl_version} -Provides: tex(csssi17.pfb) = %{tl_version} -Provides: tex(csssi8.pfb) = %{tl_version} -Provides: tex(csssi9.pfb) = %{tl_version} -Provides: tex(csssq8.pfb) = %{tl_version} -Provides: tex(csssqi8.pfb) = %{tl_version} -Provides: tex(cstcsc10.pfb) = %{tl_version} -Provides: tex(csti10.pfb) = %{tl_version} -Provides: tex(csti12.pfb) = %{tl_version} -Provides: tex(csti7.pfb) = %{tl_version} -Provides: tex(csti8.pfb) = %{tl_version} -Provides: tex(csti9.pfb) = %{tl_version} -Provides: tex(cstt10.pfb) = %{tl_version} -Provides: tex(cstt12.pfb) = %{tl_version} -Provides: tex(cstt8.pfb) = %{tl_version} -Provides: tex(cstt9.pfb) = %{tl_version} -Provides: tex(csu10.pfb) = %{tl_version} -Provides: tex(csvtt10.pfb) = %{tl_version} -Provides: tex(pagdc8z.vf) = %{tl_version} -Provides: tex(pagkc8z.vf) = %{tl_version} -Provides: tex(pbkdc8z.vf) = %{tl_version} -Provides: tex(pbklc8z.vf) = %{tl_version} -Provides: tex(pcrbc8u.vf) = %{tl_version} -Provides: tex(pcrrc8u.vf) = %{tl_version} -Provides: tex(phvbc8z.vf) = %{tl_version} -Provides: tex(phvbnc8z.vf) = %{tl_version} -Provides: tex(phvrc8z.vf) = %{tl_version} -Provides: tex(phvrnc8z.vf) = %{tl_version} -Provides: tex(pncbc8z.vf) = %{tl_version} -Provides: tex(pncrc8z.vf) = %{tl_version} -Provides: tex(pplbc8z.vf) = %{tl_version} -Provides: tex(pplrc8z.vf) = %{tl_version} -Provides: tex(ptmbc8z.vf) = %{tl_version} -Provides: tex(ptmrc8z.vf) = %{tl_version} -Provides: tex(bchb8z.vf) = %{tl_version} -Provides: tex(bchbi8z.vf) = %{tl_version} -Provides: tex(bchr8z.vf) = %{tl_version} -Provides: tex(bchri8z.vf) = %{tl_version} - -%description cs -The fonts are provided as Metafont source; Type 1 format -versions (csfonts-t1) are also available. - -date: 2012-04-25 13:09:32 +0200 - -%post cs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map cs-charter.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cs-charter.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map csfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map csfonts.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun cs -if [ $1 == 0 ] ; then -sed -i '/^Map cs-charter.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map csfonts.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans cs -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csbulletin -Provides: tex-csbulletin = %{tl_version} -License: LPPL -Summary: LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj) -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(mflogo.sty) -Requires: tex(ifpdf.sty) -Requires: tex(microtype.sty) -Requires: tex(array.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(verbatim.sty) -Requires: tex(encxvlna.sty) -Provides: tex(csbulacronym.sty) = %{tl_version} -Provides: tex(csbulletin.cls) = %{tl_version} - -%description csbulletin -The package provides the class for articles for the CSTUG -Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). -You can see the structure of a document by looking to the -source file of the manual. - -date: 2008-08-17 11:40:59 +0200 - -%post csbulletin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun csbulletin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans csbulletin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csbulletin-doc -Summary: Documentation for csbulletin -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-csbulletin-doc -BuildArch: noarch -AutoReqProv: No - -%description csbulletin-doc -Documentation for csbulletin - -%package cslatex -Provides: tex-cslatex = %{tl_version} -License: GPL+ -Summary: LaTeX support for Czech/Slovak typesetting -Version: svn28596.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-latex -Requires: texlive-cslatex-bin -Requires: tex(czech.ldf) -Requires: tex(slovak.ldf) -Provides: tex(czech.sty) = %{tl_version} -Provides: tex(fonttext.cfg) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} -Provides: tex(il2cmdh.fd) = %{tl_version} -Provides: tex(il2cmfib.fd) = %{tl_version} -Provides: tex(il2cmfr.fd) = %{tl_version} -Provides: tex(il2cmr.fd) = %{tl_version} -Provides: tex(il2cmss.fd) = %{tl_version} -Provides: tex(il2cmtt.fd) = %{tl_version} -Provides: tex(il2cmvtt.fd) = %{tl_version} -Provides: tex(il2enc.def) = %{tl_version} -Provides: tex(il2lcmss.fd) = %{tl_version} -Provides: tex(il2lcmtt.fd) = %{tl_version} -Provides: tex(slovak.sty) = %{tl_version} -Provides: tex(cspsfont.tex) = %{tl_version} -Provides: tex(il2pag.fd) = %{tl_version} -Provides: tex(il2pbk.fd) = %{tl_version} -Provides: tex(il2pcr.fd) = %{tl_version} -Provides: tex(il2phv.fd) = %{tl_version} -Provides: tex(il2phvn.fd) = %{tl_version} -Provides: tex(il2pnc.fd) = %{tl_version} -Provides: tex(il2ppl.fd) = %{tl_version} -Provides: tex(il2ptm.fd) = %{tl_version} -Provides: tex(il2pzc.fd) = %{tl_version} -Provides: tex(nhelvet.sty) = %{tl_version} -Provides: tex(ntimes.sty) = %{tl_version} -Provides: tex(xl2pag.fd) = %{tl_version} -Provides: tex(xl2pbk.fd) = %{tl_version} -Provides: tex(xl2pcr.fd) = %{tl_version} -Provides: tex(xl2phv.fd) = %{tl_version} -Provides: tex(xl2phvn.fd) = %{tl_version} -Provides: tex(xl2pnc.fd) = %{tl_version} -Provides: tex(xl2ppl.fd) = %{tl_version} -Provides: tex(xl2ptm.fd) = %{tl_version} -Provides: tex(xl2pzc.fd) = %{tl_version} - -%description cslatex -cslatex package - -date: 2012-04-25 13:09:32 +0200 - -%post cslatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ cslatex.*$/cslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfcslatex.*$/pdfcslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun cslatex -if [ $1 == 0 ] ; then -sed -i 's/^cslatex.*$/\#\!\ cslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfcslatex.*$/\#\!\ pdfcslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans cslatex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cslatex-bin -Summary: Binaries for cslatex -Version: svn3006.0 -Requires: texlive-base -Requires: tex-cslatex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description cslatex-bin -Binaries for cslatex - -%package csplain -Provides: tex-csplain = %{tl_version} -License: GPLv2+ -Summary: Plain TeX support for Czech/Slovak typesetting -Version: svn29081.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-tex -Requires: texlive-csplain-bin -Provides: tex(csenc-k.tex) = %{tl_version} -Provides: tex(csenc-p.tex) = %{tl_version} -Provides: tex(csenc-u.tex) = %{tl_version} -Provides: tex(csenc-w.tex) = %{tl_version} -Provides: tex(csfonts.tex) = %{tl_version} -Provides: tex(csfontsm.tex) = %{tl_version} -Provides: tex(czhyphen.tex) = %{tl_version} -Provides: tex(extcode.tex) = %{tl_version} -Provides: tex(fonttabs.tex) = %{tl_version} -Provides: tex(il2code.tex) = %{tl_version} -Provides: tex(plaina4.tex) = %{tl_version} -Provides: tex(skhyphen.tex) = %{tl_version} -Provides: tex(t1code.tex) = %{tl_version} -Provides: tex(t1enc-u.tex) = %{tl_version} -Provides: tex(ucode.tex) = %{tl_version} -Provides: tex(ams-math.tex) = %{tl_version} -Provides: tex(cavantga.tex) = %{tl_version} -Provides: tex(cbookman.tex) = %{tl_version} -Provides: tex(chars-8z.tex) = %{tl_version} -Provides: tex(chelvet.tex) = %{tl_version} -Provides: tex(cncent.tex) = %{tl_version} -Provides: tex(cpalatin.tex) = %{tl_version} -Provides: tex(cs-adventor.tex) = %{tl_version} -Provides: tex(cs-all.tex) = %{tl_version} -Provides: tex(cs-antt.tex) = %{tl_version} -Provides: tex(cs-arev.tex) = %{tl_version} -Provides: tex(cs-bera.tex) = %{tl_version} -Provides: tex(cs-bonum.tex) = %{tl_version} -Provides: tex(cs-charter.tex) = %{tl_version} -Provides: tex(cs-cursor.tex) = %{tl_version} -Provides: tex(cs-heros.tex) = %{tl_version} -Provides: tex(cs-pagella.tex) = %{tl_version} -Provides: tex(cs-polta.tex) = %{tl_version} -Provides: tex(cs-schola.tex) = %{tl_version} -Provides: tex(cs-termes.tex) = %{tl_version} -Provides: tex(ctimes.tex) = %{tl_version} -Provides: tex(dcfonts.tex) = %{tl_version} -Provides: tex(ecfonts.tex) = %{tl_version} -Provides: tex(lmfonts.tex) = %{tl_version} -Provides: tex(luafonts.tex) = %{tl_version} -Provides: tex(tx-math.tex) = %{tl_version} -Provides: tex(unifam.tex) = %{tl_version} -Provides: tex(opmac.tex) = %{tl_version} - -%description csplain -csplain package - -date: 2012-11-24 09:12:36 +0100 - -%post csplain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ csplain.*$/csplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain xetex - -etex csplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain luatex - -etex csplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun csplain -if [ $1 == 0 ] ; then -sed -i 's/^csplain.*$/\#\!\ csplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain xetex - -etex csplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain luatex - -etex csplain.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans csplain -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csplain-bin -Summary: Binaries for csplain -Version: svn3006.0 -Requires: texlive-base -Requires: tex-csplain -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description csplain-bin -Binaries for csplain - -%package cstex-doc -Summary: Documentation for cstex -Version: svn28620.0 -Release: %{tl_noarch_release} -Provides: tex-cstex-doc -BuildArch: noarch -AutoReqProv: No - -%description cstex-doc -Documentation for cstex - -%package vlna -Provides: tex-vlna = %{tl_version} -License: LPPL -Summary: vlna package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-vlna-bin - -%description vlna -vlna package - -%post vlna -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vlna -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vlna -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vlna-doc -Summary: Documentation for vlna -Version: svn26689.0 -Release: %{tl_noarch_release} -Provides: tex-vlna-doc -BuildArch: noarch -AutoReqProv: No - -%description vlna-doc -Documentation for vlna - -%package vlna-bin -Summary: Binaries for vlna -Version: svn22641.0 -Requires: texlive-base -Requires: tex-vlna -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description vlna-bin -Binaries for vlna - -%package hyphen-czech -Provides: tex-hyphen-czech = %{tl_version} -License: LPPL -Summary: Czech hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-czech -Hyphenation patterns for Czech in T1/EC and UTF-8 encodings. -Original patterns 'czhyphen' are still distributed in the -'csplain' package and loaded with ISO Latin 2 encoding (IL2). - -%post hyphen-czech -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/czech.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "czech loadhyph-cs.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-czech -if [ $1 == 0 ] ; then -sed -i '/czech.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-czech -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-slovak -Provides: tex-hyphen-slovak = %{tl_version} -License: LPPL -Summary: Slovak hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-slovak -Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings. -Original patterns 'skhyphen' are still distributed in the -'csplain' package and loaded with ISO Latin 2 encoding (IL2). - -%post hyphen-slovak -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/slovak.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "slovak loadhyph-sk.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-slovak -if [ $1 == 0 ] ; then -sed -i '/slovak.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-slovak -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langdanish -Summary: Danish -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-danish -Requires: texlive-collection-basic - -%description collection-langdanish -Support for typesetting Danish. - -%package hyphen-danish -Provides: tex-hyphen-danish = %{tl_version} -License: LPPL -Summary: Danish hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-danish -Hyphenation patterns for Danish in T1/EC and UTF-8 encodings. - -date: 2009-09-25 22:54:35 +0200 - -%post hyphen-danish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/danish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "danish loadhyph-da.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-danish -if [ $1 == 0 ] ; then -sed -i '/danish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-danish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langdutch -Summary: Dutch -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-dutch -Requires: texlive-collection-basic - -%description collection-langdutch -Support for typesetting Dutch. - -%package hyphen-dutch -Provides: tex-hyphen-dutch = %{tl_version} -License: LPPL -Summary: Dutch hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-dutch -Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings. -These patterns don't handle cases like 'menuutje' > 'menu-tje', -and don't hyphenate words that have different hyphenations -according to their meaning. - -%post hyphen-dutch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/dutch.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "dutch loadhyph-nl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-dutch -if [ $1 == 0 ] ; then -sed -i '/dutch.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-dutch -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langenglish -Summary: US and UK English -Version: svn18615.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-english -Requires: texlive-collection-basic - -%description collection-langenglish -Support for typesetting US and UK English. - -%package hyphen-english -Provides: tex-hyphen-english = %{tl_version} -License: LPPL -Summary: English hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-english -Additional hyphenation patterns for American and British -English in ASCII encoding. The American English patterns -(usenglishmax) greatly extend the standard patterns from Knuth -to find many additional hyphenation points. British English -hyphenation is completely different from US English, so has its -own set of patterns. - -%post hyphen-english -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/ukenglish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ukenglish loadhyph-en-gb.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=british/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=british" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=UKenglish/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=UKenglish" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/usenglishmax.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "usenglishmax loadhyph-en-us.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-english -if [ $1 == 0 ] ; then -sed -i '/ukenglish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=british/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=UKenglish/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/usenglishmax.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-english -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langfinnish -Summary: Finnish -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-finbib -Requires: tex-hyphen-finnish -Requires: texlive-collection-basic - -%description collection-langfinnish -Support for typesetting Finnish. - -%package finbib -Provides: tex-finbib = %{tl_version} -License: Bibtex -Summary: A Finnish version of plain.bst -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description finbib -finbib package - -date: 2008-12-07 00:01:13 +0100 - -%post finbib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun finbib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans finbib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-finnish -Provides: tex-hyphen-finnish = %{tl_version} -License: Public Domain -Summary: Finnish hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-finnish -Hyphenation patterns for Finnish in T1/EC and UTF-8 encodings. - -date: 2009-09-27 10:36:15 +0200 - -%post hyphen-finnish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/finnish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "finnish loadhyph-fi.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-finnish -if [ $1 == 0 ] ; then -sed -i '/finnish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-finnish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langfrench -Summary: French -Version: svn27049.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-aeguill -Requires: tex-basque-book -Requires: tex-basque-date -Requires: tex-bib-fr -Requires: tex-bibleref-french -Requires: texlive-booktabs-fr-doc -Requires: tex-droit-fr -Requires: tex-facture -Requires: tex-frenchle -Requires: tex-frletter -Requires: tex-impnattypo -Requires: tex-mafr -Requires: tex-tabvar -Requires: tex-tdsfrmath -Requires: tex-variations -Requires: tex-hyphen-basque -Requires: tex-hyphen-french -Requires: texlive-collection-basic - -%description collection-langfrench -Support for typesetting French and Basque. - -%package droit-fr -Provides: tex-droit-fr = %{tl_version} -License: LPPL 1.3 -Summary: Document class and bibliographic style for French law -Version: svn25419.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbose-ibid.bbx) -Requires: tex(verbose-ibid.cbx) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(mathptmx.sty) -Requires: tex(engrec.sty) -Requires: tex(filecontents.sty) -Requires: tex(lipsum.sty) -Requires: tex(ifdraft.sty) -Requires: tex(xifthen.sty) -Requires: tex(babel.sty) -Requires: tex(csquotes.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Provides: tex(droit-fr.bbx) = %{tl_version} -Provides: tex(droit-fr.cbx) = %{tl_version} -Provides: tex(droit-fr.cls) = %{tl_version} - -%description droit-fr -The bundle provides a toolkit intended for students writing a -thesis in French law. It features: - a LaTeX document class; - -a bibliographic style for Biblatex package; - a practical -example of french thesis document; and - documentation. - -date: 2012-02-17 14:36:29 +0100 - -%post droit-fr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun droit-fr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans droit-fr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package droit-fr-doc -Summary: Documentation for droit-fr -Version: svn25419.0.1 -Release: %{tl_noarch_release} -Provides: tex-droit-fr-doc -BuildArch: noarch -AutoReqProv: No - -%description droit-fr-doc -Documentation for droit-fr - -%package facture -Provides: tex-facture = %{tl_version} -License: CC-BY-SA -Summary: Generate an invoice -Version: svn24092.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(polyglossia.sty) -Requires: tex(numprint.sty) -Requires: tex(fltpoint.sty) -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(advdate.sty) -Requires: tex(xargs.sty) -Provides: tex(facture.cls) = %{tl_version} - -%description facture -Une classe simple permettant de produite une facture, avec ou -sans TVA, avec gestion d'une adresse differente pour la -livraison et pour la facturation. A simple class that allows -production of an invoice, with or without VAT; different -addresses for delivery and for billing are permitted. - -date: 2011-09-24 18:52:18 +0200 - -%post facture -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun facture -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans facture -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package facture-doc -Summary: Documentation for facture -Version: svn24092.1.0 -Release: %{tl_noarch_release} -Provides: tex-facture-doc -BuildArch: noarch -AutoReqProv: No - -%description facture-doc -Documentation for facture - -%package frenchle -Provides: tex-frenchle = %{tl_version} -License: LPPL -Summary: French macros, usable stand-alone or with Babel -Version: svn26756.5.9995 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Provides: tex(babelfr.sty) = %{tl_version} -Provides: tex(french.ldf) = %{tl_version} -Provides: tex(frenchle.cfg) = %{tl_version} -Provides: tex(frenchle.ldf) = %{tl_version} -Provides: tex(frenchle.sty) = %{tl_version} - -%description frenchle -This is a redistribution and repackaging of the late Bernard -Gaulle's "light" package to typeset French documents according -to the rules of the "Imprimerie Nationale". The package offers -a package, two Babel language definition files (french.ldf and -frenchle.ldf), and a package to enable the non-standard -definition files to be loaded into an unmodified Babel. The -user may simply use frenchle.sty if typesetting a French-only -document, but should use Babel with the frenchle option for a -multilingual document. - -date: 2012-05-31 00:57:47 +0200 - -%post frenchle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frenchle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frenchle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frenchle-doc -Summary: Documentation for frenchle -Version: svn26756.5.9995 -Release: %{tl_noarch_release} -Provides: tex-frenchle-doc -BuildArch: noarch -AutoReqProv: No - -%description frenchle-doc -Documentation for frenchle - -%package frletter -Provides: tex-frletter = %{tl_version} -License: Public Domain -Summary: Typeset letters in the French style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(frletter.cls) = %{tl_version} - -%description frletter -A small class for typesetting letters in France. No assumption -is made about the language in use. The class represents a small -modification of the beletter class, which is itself a -modification of the standard LaTeX letter class. - -date: 2008-08-19 21:00:04 +0200 - -%post frletter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frletter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frletter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frletter-doc -Summary: Documentation for frletter -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-frletter-doc -BuildArch: noarch -AutoReqProv: No - -%description frletter-doc -Documentation for frletter - -%package impnattypo -Provides: tex-impnattypo = %{tl_version} -License: LPPL 1.3 -Summary: Support typography of l'Imprimerie Nationale FranASSaise -Version: svn24057.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xcolor.sty) -Requires: tex(luatexbase.sty) -Requires: tex(luacode.sty) -Provides: tex(impnattypo.sty) = %{tl_version} - -%description impnattypo -The package provides useful macros implementing recommendations -by the French Imprimerie Nationale. - -date: 2011-09-21 17:45:17 +0200 - -%post impnattypo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun impnattypo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans impnattypo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package impnattypo-doc -Summary: Documentation for impnattypo -Version: svn24057.1.0 -Release: %{tl_noarch_release} -Provides: tex-impnattypo-doc -BuildArch: noarch -AutoReqProv: No - -%description impnattypo-doc -Documentation for impnattypo - -%package mafr -Provides: tex-mafr = %{tl_version} -License: GPL+ -Summary: Mathematics in accord with French usage -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(a4wide.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Provides: tex(cours.cls) = %{tl_version} -Provides: tex(fiche.cls) = %{tl_version} -Provides: tex(mafr.sty) = %{tl_version} - -%description mafr -The package provides settings and macros for typesetting -mathematics with LaTeX in compliance with French usage. It -comes with two document classes, 'fiche' and 'cours', useful to -create short high school documents such as tests or lessons. -The documentation is in French. - -date: 2007-03-09 22:25:45 +0100 - -%post mafr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mafr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mafr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mafr-doc -Summary: Documentation for mafr -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-mafr-doc -BuildArch: noarch -AutoReqProv: No - -%description mafr-doc -Documentation for mafr - -%package tabvar -Provides: tex-tabvar = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting tables showing variations of functions -Version: svn28908.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(array.sty) -Requires: tex(colortbl.sty) -Requires: tex(varwidth.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Provides: tex(tabvar.map) = %{tl_version} -Provides: tex(tabvar.tfm) = %{tl_version} -Provides: tex(tabvar.pfb) = %{tl_version} -Provides: tex(tabvar.cfg) = %{tl_version} -Provides: tex(tabvar.sty) = %{tl_version} - -%description tabvar -This LaTeX package is meant to ease the typesetting of tables -showing variations of functions as they are used in France. - -date: 2013-01-22 17:38:01 +0100 - -%post tabvar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map tabvar.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map tabvar.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun tabvar -if [ $1 == 0 ] ; then -sed -i '/^Map tabvar.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans tabvar -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabvar-doc -Summary: Documentation for tabvar -Version: svn28908.1.7 -Release: %{tl_noarch_release} -Provides: tex-tabvar-doc -BuildArch: noarch -AutoReqProv: No - -%description tabvar-doc -Documentation for tabvar - -%package tdsfrmath -Provides: tex-tdsfrmath = %{tl_version} -License: LPPL -Summary: Macros for French teachers of mathematics -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(xspace.sty) -Requires: tex(xargs.sty) -Requires: tex(suffix.sty) -Requires: tex(stmaryrd.sty) -Provides: tex(tdsfrmath.sty) = %{tl_version} - -%description tdsfrmath -A collection of macros for French maths teachers in colleges -and lycees (and perhaps elsewhere). It is hoped that the -package will facilitate the everyday use of LaTeX by -mathematics teachers. - -date: 2009-06-22 16:39:08 +0200 - -%post tdsfrmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tdsfrmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tdsfrmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tdsfrmath-doc -Summary: Documentation for tdsfrmath -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-tdsfrmath-doc -BuildArch: noarch -AutoReqProv: No - -%description tdsfrmath-doc -Documentation for tdsfrmath - -%package variations -Provides: tex-variations = %{tl_version} -License: GPL+ -Summary: Typeset tables of variations of functions -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(variations.sty) = %{tl_version} -Provides: tex(variations.tex) = %{tl_version} - -%description variations -The package provides macros for typesetting tables showing -variations of functions according to French usage. These macros -may be used by both LaTeX and plain TeX users. - -date: 2007-03-13 09:06:46 +0100 - -%post variations -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun variations -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans variations -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package variations-doc -Summary: Documentation for variations -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-variations-doc -BuildArch: noarch -AutoReqProv: No - -%description variations-doc -Documentation for variations - -%package hyphen-basque -Provides: tex-hyphen-basque = %{tl_version} -License: Bahyph -Summary: Basque hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-basque -Hyphenation patterns for Basque in T1/EC and UTF-8 encodings. - -date: 2009-09-24 15:05:48 +0200 - -%post hyphen-basque -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/basque.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "basque loadhyph-eu.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-basque -if [ $1 == 0 ] ; then -sed -i '/basque.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-basque -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-french -Provides: tex-hyphen-french = %{tl_version} -License: LPPL -Summary: French hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-french -Hyphenation patterns for French in T1/EC and UTF-8 encodings. - -%post hyphen-french -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/french.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "french loadhyph-fr.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=patois/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=patois" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=francais/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=francais" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-french -if [ $1 == 0 ] ; then -sed -i '/french.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=patois/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=francais/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-french -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langgerman -Summary: German -Version: svn25356.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-bibleref-german -Requires: tex-dehyph-exptl -Requires: tex-dhua -Requires: texlive-booktabs-de-doc -Requires: texlive-csquotes-de-doc -Requires: texlive-etoolbox-de-doc -Requires: texlive-geometry-de-doc -Requires: tex-german -Requires: tex-germkorr -Requires: tex-hausarbeit-jura -Requires: texlive-microtype-de-doc -Requires: tex-r_und_s -Requires: texlive-tipa-de-doc -Requires: tex-umlaute -Requires: tex-hyphen-german -Requires: texlive-collection-basic - -%description collection-langgerman -Support for typesetting German. - -%package dehyph-exptl -Provides: tex-dehyph-exptl = %{tl_version} -License: LPPL -Summary: Experimental hyphenation patterns for the German language -Version: svn26867.0.23 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Provides: tex(dehyphn-x-2012-05-30.tex) = %{tl_version} -Provides: tex(dehypht-x-2012-05-30.tex) = %{tl_version} -Provides: tex(dehyphts-x-2012-05-30.tex) = %{tl_version} - -%description dehyph-exptl -The package provides experimental hyphenation patterns for the -German language, covering both traditional and reformed -orthography. The patterns can be used with packages Babel and -hyphsubst. - -date: 2012-05-31 18:53:16 +0200 - -%post dehyph-exptl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/german-x-2012-05-30.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "german-x-2012-05-30 dehypht-x-2012-05-30.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=german-x-latest/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=german-x-latest" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{german-x-2012-05-30}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{german-x-2012-05-30}{dehypht-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{german-x-latest}{dehypht-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/ngerman-x-2012-05-30.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ngerman-x-2012-05-30 dehyphn-x-2012-05-30.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=ngerman-x-latest" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ngerman-x-2012-05-30}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ngerman-x-2012-05-30}{dehyphn-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ngerman-x-latest}{dehyphn-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun dehyph-exptl -if [ $1 == 0 ] ; then -sed -i '/german-x-2012-05-30.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=german-x-latest/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-2012-05-30}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ngerman-x-2012-05-30.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-2012-05-30}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans dehyph-exptl -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dehyph-exptl-doc -Summary: Documentation for dehyph-exptl -Version: svn26867.0.23 -Release: %{tl_noarch_release} -Provides: tex-dehyph-exptl-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description dehyph-exptl-doc -Documentation for dehyph-exptl - -%package dhua -Provides: tex-dhua = %{tl_version} -License: LPPL 1.3 -Summary: German abbreviations using thin space -Version: svn24035.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(dhua.cfg) = %{tl_version} -Provides: tex(dhua.sty) = %{tl_version} - -%description dhua -The package provides commands for those abbreviations of German -phrases for which the use of thin space is recommended. Setup -commands \newdhua and \newtwopartdhua are provided, as well as -commands for single cases (such as \zB for 'z. B.', saving the -user from typing such as 'z.\,B.'). To typeset the -documentation, the niceverb package, version 0.44, or later, is -required. Das Paket `dhua' stellt Befehle fur sog. -mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen -(Festabstande) empfohlen werden (Duden, Wikipedia). In die -englische Paketdokumentation sind deutsche Erlauterungen -eingestreut. - -date: 2011-09-20 00:29:10 +0200 - -%post dhua -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dhua -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dhua -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dhua-doc -Summary: Documentation for dhua -Version: svn24035.0.11 -Release: %{tl_noarch_release} -Provides: tex-dhua-doc -BuildArch: noarch -AutoReqProv: No - -%description dhua-doc -Documentation for dhua - -%package csquotes-de-doc -Summary: Documentation for csquotes-de -Version: svn23371.1.01 -Release: %{tl_noarch_release} -Provides: tex-csquotes-de-doc -BuildArch: noarch -AutoReqProv: No - -%description csquotes-de-doc -Documentation for csquotes-de - -%package etoolbox-de-doc -Summary: Documentation for etoolbox-de -Version: svn21906.1 -Release: %{tl_noarch_release} -Provides: tex-etoolbox-de-doc -BuildArch: noarch -AutoReqProv: No - -%description etoolbox-de-doc -Documentation for etoolbox-de - -%package geometry-de-doc -Summary: Documentation for geometry-de -Version: svn21882.1.1 -Release: %{tl_noarch_release} -Provides: tex-geometry-de-doc -BuildArch: noarch -AutoReqProv: No - -%description geometry-de-doc -Documentation for geometry-de - -%package german -Provides: tex-german = %{tl_version} -License: LPPL -Summary: Support for German typography -Version: svn17039.2.5e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(german.sty) = %{tl_version} -Provides: tex(ngerman.sty) = %{tl_version} - -%description german -Supports the new German orthography (neue deutsche -Rechtschreibung). - -date: 2009-09-26 12:32:55 +0200 - -%post german -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun german -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans german -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package german-doc -Summary: Documentation for german -Version: svn17039.2.5e -Release: %{tl_noarch_release} -Provides: tex-german-doc -BuildArch: noarch -AutoReqProv: No - -%description german-doc -Documentation for german - -%package germkorr -Provides: tex-germkorr = %{tl_version} -License: GPL+ -Summary: Change kerning for german quotation marks -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(germkorr.sty) = %{tl_version} - -%description germkorr -The package germcorr has to be loaded after the package german. -It brings some letters like T nearer to german single and -double quotes even when that letter wears a standard accent -like "`\.T"'. - -date: 2009-11-10 09:15:37 +0100 - -%post germkorr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun germkorr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans germkorr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package germkorr-doc -Summary: Documentation for germkorr -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-germkorr-doc -BuildArch: noarch -AutoReqProv: No - -%description germkorr-doc -Documentation for germkorr - -%package hausarbeit-jura -Provides: tex-hausarbeit-jura = %{tl_version} -License: LPPL 1.3 -Summary: Class for writing "juristiche Hausarbeiten" at German Universities -Version: svn25356.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(textcomp.sty) -Requires: tex(eurosym.sty) -Requires: tex(indentfirst.sty) -Requires: tex(geometry.sty) -Requires: tex(csquotes.sty) -Requires: tex(jurabib.sty) -Provides: tex(hausarbeit-jura.cls) = %{tl_version} - -%description hausarbeit-jura -The class was developed to write legal essays ("juristische -Hausarbeit") at German Universities. It is based on jurabook -and jurabib and makes it easy for LaTeX beginners to get a -correct and nicely formatted paper. - -date: 2012-02-10 13:14:08 +0100 - -%post hausarbeit-jura -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hausarbeit-jura -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hausarbeit-jura -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hausarbeit-jura-doc -Summary: Documentation for hausarbeit-jura -Version: svn25356.1.0 -Release: %{tl_noarch_release} -Provides: tex-hausarbeit-jura-doc -BuildArch: noarch -AutoReqProv: No - -%description hausarbeit-jura-doc -Documentation for hausarbeit-jura - -%package microtype-de-doc -Summary: Documentation for microtype-de -Version: svn24549.2.4 -Release: %{tl_noarch_release} -Provides: tex-microtype-de-doc -BuildArch: noarch -AutoReqProv: No - -%description microtype-de-doc -Documentation for microtype-de - -%package r_und_s -Provides: tex-r_und_s = %{tl_version} -License: BSD -Summary: Chemical hazard codes -Version: svn15878.1.3i -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eng_rs.sty) = %{tl_version} -Provides: tex(eng_rs.tex) = %{tl_version} -Provides: tex(fr_rs.sty) = %{tl_version} -Provides: tex(fr_rs.tex) = %{tl_version} -Provides: tex(nl_rs.sty) = %{tl_version} -Provides: tex(nl_rs.tex) = %{tl_version} -Provides: tex(r_und_s.sty) = %{tl_version} -Provides: tex(r_und_s.tex) = %{tl_version} - -%description r_und_s -The r_und_s package decodes the german 'R- und S-Satze', which -are numerically coded security advice for chemical substances -into plain text. This is, e.g., used to compose security sheets -or lab protocols and especially useful for students of -chemistry. There are four packages, giving texts in German, -English, French and Dutch. - -date: 2008-08-24 22:21:06 +0200 - -%post r_und_s -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun r_und_s -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans r_und_s -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package r_und_s-doc -Summary: Documentation for r_und_s -Version: svn15878.1.3i -Release: %{tl_noarch_release} -Provides: tex-r_und_s-doc -BuildArch: noarch -AutoReqProv: No - -%description r_und_s-doc -Documentation for r_und_s - -%package tipa-de-doc -Summary: Documentation for tipa-de -Version: svn22005.1.3 -Release: %{tl_noarch_release} -Provides: tex-tipa-de-doc -BuildArch: noarch -AutoReqProv: No - -%description tipa-de-doc -Documentation for tipa-de - -%package umlaute -Provides: tex-umlaute = %{tl_version} -License: LPPL -Summary: German input encodings in LaTeX -Version: svn15878.v2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Provides: tex(atari.def) = %{tl_version} -Provides: tex(isolatin.def) = %{tl_version} -Provides: tex(mac.def) = %{tl_version} -Provides: tex(pc850.def) = %{tl_version} -Provides: tex(roman8.def) = %{tl_version} -Provides: tex(umlaute.sty) = %{tl_version} - -%description umlaute -An early package for using alternate input encodings. The -author considers the package mostly obsolete, since most of its -functions are taken by the inputenc package; however, inputenc -doesn't support the roman8 and atari encodings, so umlaute -remains the sole source of that support. - -date: 2009-10-10 17:55:02 +0200 - -%post umlaute -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun umlaute -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans umlaute -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package umlaute-doc -Summary: Documentation for umlaute -Version: svn15878.v2.1 -Release: %{tl_noarch_release} -Provides: tex-umlaute-doc -BuildArch: noarch -AutoReqProv: No - -%description umlaute-doc -Documentation for umlaute - -%package hyphen-german -Provides: tex-hyphen-german = %{tl_version} -License: LPPL -Summary: German hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Provides: tex(dehyphn.tex) = %{tl_version} -Provides: tex(dehypht.tex) = %{tl_version} -Provides: tex(dehyphtex.tex) = %{tl_version} - -%description hyphen-german -Hyphenation patterns for German in T1/EC and UTF-8 encodings, -for traditional and reformed spelling, including Swiss German. -The package includes the latest patterns from dehyph-exptl -(known to TeX under names 'german', 'ngerman' and -'swissgerman'), however 8-bit engines still load old versions -of patterns for 'german' and 'ngerman' for backward- -compatibility reasons. Swiss German patterns are suitable for -Swiss Standard German (Hochdeutsch) not the Alemannic dialects -spoken in Switzerland (Schwyzerduetsch). There are no known -patterns for written Schwyzerduetsch. - -%post hyphen-german -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/german.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "german loadhyph-de-1901.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/ngerman.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ngerman loadhyph-de-1996.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/swissgerman.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "swissgerman loadhyph-de-ch-1901.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-german -if [ $1 == 0 ] ; then -sed -i '/german.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ngerman.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/swissgerman.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-german -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langgreek -Summary: Greek -Version: svn26262.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-betababel -Requires: tex-bgreek -Requires: tex-cbfonts -Requires: tex-gfsbaskerville -Requires: tex-gfsporson -Requires: tex-greek-inputenc -Requires: tex-greekdates -Requires: tex-greektex -Requires: tex-grverb -Requires: tex-ibycus-babel -Requires: tex-ibygrk -Requires: tex-kerkis -Requires: tex-levy -Requires: tex-lgreek -Requires: tex-lgrx -Requires: tex-mkgrkindex -Requires: tex-teubner -Requires: tex-xgreek -Requires: tex-yannisgr -Requires: tex-hyphen-greek -Requires: tex-hyphen-ancientgreek -Requires: texlive-collection-basic - -%description collection-langgreek -Support for typesetting Greek. - -%package gfsbaskerville -Provides: tex-gfsbaskerville = %{tl_version} -License: LPPL -Summary: A Greek font, from one such by Baskerville -Version: svn19440.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(gpgfsbaskerville.enc) = %{tl_version} -Provides: tex(gfsbaskerville.map) = %{tl_version} -Provides: tex(GFSBaskerville.otf) = %{tl_version} -Provides: tex(ggfsbaskervillerg6a.tfm) = %{tl_version} -Provides: tex(ggfsbaskervillerg6r.tfm) = %{tl_version} -Provides: tex(GFSBaskerville-Regular.pfb) = %{tl_version} -Provides: tex(ggfsbaskervillerg6a.vf) = %{tl_version} -Provides: tex(gfsbaskerville.sty) = %{tl_version} -Provides: tex(lgrgfsbaskerville.fd) = %{tl_version} - -%description gfsbaskerville -The font is a digital implementation of Baskerville's classic -Greek font, provided by the Greek Font Society. The font covers -Greek only, and LaTeX support provides for the use of LGR -encoding. - -date: 2008-08-19 21:00:04 +0200 - -%post gfsbaskerville -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsbaskerville.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsbaskerville.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsbaskerville -if [ $1 == 0 ] ; then -sed -i '/^Map gfsbaskerville.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsbaskerville -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsbaskerville-doc -Summary: Documentation for gfsbaskerville -Version: svn19440.1.0 -Release: %{tl_noarch_release} -Provides: tex-gfsbaskerville-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsbaskerville-doc -Documentation for gfsbaskerville - -%package gfsporson -Provides: tex-gfsporson = %{tl_version} -License: LPPL -Summary: A Greek font, originally from Porson -Version: svn18651.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(porsonel.enc) = %{tl_version} -Provides: tex(gfsporson.map) = %{tl_version} -Provides: tex(GFSPorson.otf) = %{tl_version} -Provides: tex(gporsonrg6a.tfm) = %{tl_version} -Provides: tex(gporsonrg6r.tfm) = %{tl_version} -Provides: tex(GFSPorson-Regular.pfb) = %{tl_version} -Provides: tex(gporsonrg6a.vf) = %{tl_version} -Provides: tex(gfsporson.sty) = %{tl_version} -Provides: tex(lgrporson.fd) = %{tl_version} - -%description gfsporson -Porson is an elegant Greek font, originally cut at the turn of -the 19th Century in England. The present version has been -provided by the Greek Font Society. The font supports the Greek -alphabet only. LaTeX support is provided, using the LGR -encoding. - -date: 2008-08-19 21:00:04 +0200 - -%post gfsporson -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map gfsporson.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map gfsporson.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun gfsporson -if [ $1 == 0 ] ; then -sed -i '/^Map gfsporson.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans gfsporson -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gfsporson-doc -Summary: Documentation for gfsporson -Version: svn18651.1.01 -Release: %{tl_noarch_release} -Provides: tex-gfsporson-doc -BuildArch: noarch -AutoReqProv: No - -%description gfsporson-doc -Documentation for gfsporson - -%package greek-inputenc -Provides: tex-greek-inputenc = %{tl_version} -License: LPPL -Summary: Greek encoding support for inputenc -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iso-8859-7.def) = %{tl_version} -Provides: tex(macgreek.def) = %{tl_version} - -%description greek-inputenc -The bundle provides Macintosh Greek encoding and ISO 8859-7 -definition files for use with inputenc. - -date: 2008-08-21 09:38:31 +0200 - -%post greek-inputenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun greek-inputenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans greek-inputenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package greek-inputenc-doc -Summary: Documentation for greek-inputenc -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-greek-inputenc-doc -BuildArch: noarch -AutoReqProv: No - -%description greek-inputenc-doc -Documentation for greek-inputenc - -%package greekdates -Provides: tex-greekdates = %{tl_version} -License: LPPL -Summary: Provides ancient Greek day and month names, dates, etc -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(greekdates.sty) = %{tl_version} - -%description greekdates -The package provides easy access to ancient Greek names of days -and months of various regions of Greece. In case the historical -information about a region is not complete, we use the Athenian -name of the month. Moreover commands and options are provided, -in order to completely switch to the "ancient way", commands -such as \today. - -date: 2008-08-21 09:38:31 +0200 - -%post greekdates -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun greekdates -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans greekdates -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package greekdates-doc -Summary: Documentation for greekdates -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-greekdates-doc -BuildArch: noarch -AutoReqProv: No - -%description greekdates-doc -Documentation for greekdates - -%package greektex -Provides: tex-greektex = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting Greek/English documents -Version: svn28327.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(greektex.sty) = %{tl_version} - -%description greektex -The fonts are based on Silvio Levy's classical Greek fonts; -macros and Greek hyphenation patterns for the fonts' encoding -are also provided. - -date: 2012-07-13 12:20:40 +0200 - -%post greektex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun greektex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans greektex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package greektex-doc -Summary: Documentation for greektex -Version: svn28327.0 -Release: %{tl_noarch_release} -Provides: tex-greektex-doc -BuildArch: noarch -AutoReqProv: No - -%description greektex-doc -Documentation for greektex - -%package grverb -Provides: tex-grverb = %{tl_version} -License: LPPL -Summary: Typesetting Greek verbatim -Version: svn17368.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(grverb.map) = %{tl_version} -Provides: tex(grcour7t.tfm) = %{tl_version} -Provides: tex(grcour8a.tfm) = %{tl_version} -Provides: tex(grkcurp.pfb) = %{tl_version} -Provides: tex(grcour7t.vf) = %{tl_version} -Provides: tex(grverb.sty) = %{tl_version} - -%description grverb -The package provides verbatim typsetting, in the context of the -Greek option in babel. The package uses the public domain -Greek-CourierPlain font, and the font itself (in Type 1 -format), metrics and a font map entry for its use are provided. - -date: 2010-03-06 16:54:30 +0100 - -%post grverb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map grverb.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map grverb.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun grverb -if [ $1 == 0 ] ; then -sed -i '/^Map grverb.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans grverb -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package grverb-doc -Summary: Documentation for grverb -Version: svn17368.1.0 -Release: %{tl_noarch_release} -Provides: tex-grverb-doc -BuildArch: noarch -AutoReqProv: No - -%description grverb-doc -Documentation for grverb - -%package ibycus-babel -Provides: tex-ibycus-babel = %{tl_version} -License: LPPL -Summary: Use the Ibycus 4 Greek font with Babel -Version: svn15878.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ibycus.ldf) = %{tl_version} -Provides: tex(lgienc.def) = %{tl_version} -Provides: tex(lgifib.fd) = %{tl_version} - -%description ibycus-babel -This package allows you to use the Ibycus 4 font for ancient -Greek with Babel. It uses a Perl script to generate hyphenation -patterns for Ibycus from those for the ordinary Babel encoding, -cbgreek. It sets up "ibycus" as a pseudo-language you can -specify in the normal Babel manner. For proper hyphenation of -Greek quoted in mid-paragraph, you should use it with elatex. -See the README for details. - -date: 2009-05-06 13:52:38 +0200 - -%post ibycus-babel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ibycus-babel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ibycus-babel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ibycus-babel-doc -Summary: Documentation for ibycus-babel -Version: svn15878.3.0 -Release: %{tl_noarch_release} -Provides: tex-ibycus-babel-doc -BuildArch: noarch -AutoReqProv: No - -%description ibycus-babel-doc -Documentation for ibycus-babel - -%package ibygrk -Provides: tex-ibygrk = %{tl_version} -License: GPL+ -Summary: Fonts and macros to typeset ancient Greek -Version: svn15878.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(IbycusHTG.enc) = %{tl_version} -Provides: tex(iby.map) = %{tl_version} -Provides: tex(ibycus4.map) = %{tl_version} -Provides: tex(fibb84.tfm) = %{tl_version} -Provides: tex(fibb848.tfm) = %{tl_version} -Provides: tex(fibb849.tfm) = %{tl_version} -Provides: tex(fibo84.tfm) = %{tl_version} -Provides: tex(fibo848.tfm) = %{tl_version} -Provides: tex(fibo849.tfm) = %{tl_version} -Provides: tex(fibr84.tfm) = %{tl_version} -Provides: tex(fibr848.tfm) = %{tl_version} -Provides: tex(fibr849.tfm) = %{tl_version} -Provides: tex(fibb84.pfb) = %{tl_version} -Provides: tex(fibr84.pfb) = %{tl_version} -Provides: tex(Uibycus.fd) = %{tl_version} -Provides: tex(Uibycus4.fd) = %{tl_version} -Provides: tex(iby4extr.tex) = %{tl_version} -Provides: tex(ibycus4.map) = %{tl_version} -Provides: tex(ibycus4.sty) = %{tl_version} -Provides: tex(ibycus4.tex) = %{tl_version} -Provides: tex(ibycusps.tex) = %{tl_version} -Provides: tex(psibycus.sty) = %{tl_version} -Provides: tex(pssetiby.tex) = %{tl_version} -Provides: tex(setiby4.tex) = %{tl_version} -Provides: tex(tlgsqq.tex) = %{tl_version} -Provides: tex(version4.tex) = %{tl_version} - -%description ibygrk -Ibycus is a Greek typeface, based on Silvio Levy's realisation -of a classic Didot cut of Greek type from around 1800. The -fonts are available both as MetaFont source and in Adobe Type 1 -format. This distribution of ibycus is accompanied by a set of -macro packages to use it with Plain TeX or LaTeX, but for use -with Babel, see the ibycus-babel package. - -date: 2007-07-29 11:26:52 +0200 - -%post ibygrk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap iby.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap iby.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun ibygrk -if [ $1 == 0 ] ; then -sed -i '/^MixedMap iby.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans ibygrk -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ibygrk-doc -Summary: Documentation for ibygrk -Version: svn15878.4.5 -Release: %{tl_noarch_release} -Provides: tex-ibygrk-doc -BuildArch: noarch -AutoReqProv: No - -%description ibygrk-doc -Documentation for ibygrk - -%package kerkis -Provides: tex-kerkis = %{tl_version} -License: LPPL -Summary: Kerkis (Greek) font family -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(txfonts.sty) -Provides: tex(gkerkis.enc) = %{tl_version} -Provides: tex(gkerkisc.enc) = %{tl_version} -Provides: tex(gpkerkis.enc) = %{tl_version} -Provides: tex(gpkerkisc.enc) = %{tl_version} -Provides: tex(kerkis.enc) = %{tl_version} -Provides: tex(kerkisc.enc) = %{tl_version} -Provides: tex(kerkisec.enc) = %{tl_version} -Provides: tex(kerkisecsc.enc) = %{tl_version} -Provides: tex(kmath.enc) = %{tl_version} -Provides: tex(kmex.enc) = %{tl_version} -Provides: tex(kmsym.enc) = %{tl_version} -Provides: tex(kerkis.map) = %{tl_version} -Provides: tex(ek8a.tfm) = %{tl_version} -Provides: tex(ek8r.tfm) = %{tl_version} -Provides: tex(ekb8a.tfm) = %{tl_version} -Provides: tex(ekb8r.tfm) = %{tl_version} -Provides: tex(ekbi8a.tfm) = %{tl_version} -Provides: tex(ekbi8r.tfm) = %{tl_version} -Provides: tex(ekbo8a.tfm) = %{tl_version} -Provides: tex(ekbo8r.tfm) = %{tl_version} -Provides: tex(ekbsc8a.tfm) = %{tl_version} -Provides: tex(ekbsc8r.tfm) = %{tl_version} -Provides: tex(ekbsco8a.tfm) = %{tl_version} -Provides: tex(ekbsco8r.tfm) = %{tl_version} -Provides: tex(ekbui8a.tfm) = %{tl_version} -Provides: tex(ekbui8r.tfm) = %{tl_version} -Provides: tex(ekcal8a.tfm) = %{tl_version} -Provides: tex(ekcal8r.tfm) = %{tl_version} -Provides: tex(eki8a.tfm) = %{tl_version} -Provides: tex(eki8r.tfm) = %{tl_version} -Provides: tex(eko8a.tfm) = %{tl_version} -Provides: tex(eko8r.tfm) = %{tl_version} -Provides: tex(eksb8a.tfm) = %{tl_version} -Provides: tex(eksb8r.tfm) = %{tl_version} -Provides: tex(eksbi8a.tfm) = %{tl_version} -Provides: tex(eksbi8r.tfm) = %{tl_version} -Provides: tex(eksbo8a.tfm) = %{tl_version} -Provides: tex(eksbo8r.tfm) = %{tl_version} -Provides: tex(eksbui8a.tfm) = %{tl_version} -Provides: tex(eksbui8r.tfm) = %{tl_version} -Provides: tex(eksc8a.tfm) = %{tl_version} -Provides: tex(eksc8r.tfm) = %{tl_version} -Provides: tex(eksco8a.tfm) = %{tl_version} -Provides: tex(eksco8r.tfm) = %{tl_version} -Provides: tex(eksf8a.tfm) = %{tl_version} -Provides: tex(eksf8t.tfm) = %{tl_version} -Provides: tex(eksfb8a.tfm) = %{tl_version} -Provides: tex(eksfb8t.tfm) = %{tl_version} -Provides: tex(eksfbi8a.tfm) = %{tl_version} -Provides: tex(eksfbi8t.tfm) = %{tl_version} -Provides: tex(eksfi8a.tfm) = %{tl_version} -Provides: tex(eksfi8t.tfm) = %{tl_version} -Provides: tex(eksfsc8a.tfm) = %{tl_version} -Provides: tex(eksfsc8t.tfm) = %{tl_version} -Provides: tex(ekui8a.tfm) = %{tl_version} -Provides: tex(ekui8r.tfm) = %{tl_version} -Provides: tex(gk7a.tfm) = %{tl_version} -Provides: tex(gk7t.tfm) = %{tl_version} -Provides: tex(gkb7a.tfm) = %{tl_version} -Provides: tex(gkb7t.tfm) = %{tl_version} -Provides: tex(gkbi7a.tfm) = %{tl_version} -Provides: tex(gkbi7t.tfm) = %{tl_version} -Provides: tex(gkbo7a.tfm) = %{tl_version} -Provides: tex(gkbo7t.tfm) = %{tl_version} -Provides: tex(gkbsc8a.tfm) = %{tl_version} -Provides: tex(gkbsc8r.tfm) = %{tl_version} -Provides: tex(gkbsco8a.tfm) = %{tl_version} -Provides: tex(gkbsco8r.tfm) = %{tl_version} -Provides: tex(gkbui7a.tfm) = %{tl_version} -Provides: tex(gkbui7t.tfm) = %{tl_version} -Provides: tex(gkcal7a.tfm) = %{tl_version} -Provides: tex(gkcal7t.tfm) = %{tl_version} -Provides: tex(gki7a.tfm) = %{tl_version} -Provides: tex(gki7t.tfm) = %{tl_version} -Provides: tex(gko7a.tfm) = %{tl_version} -Provides: tex(gko7t.tfm) = %{tl_version} -Provides: tex(gksb7a.tfm) = %{tl_version} -Provides: tex(gksb7t.tfm) = %{tl_version} -Provides: tex(gksbi7a.tfm) = %{tl_version} -Provides: tex(gksbi7t.tfm) = %{tl_version} -Provides: tex(gksbo7a.tfm) = %{tl_version} -Provides: tex(gksbo7t.tfm) = %{tl_version} -Provides: tex(gksbui7a.tfm) = %{tl_version} -Provides: tex(gksbui7t.tfm) = %{tl_version} -Provides: tex(gksc7a.tfm) = %{tl_version} -Provides: tex(gksc7t.tfm) = %{tl_version} -Provides: tex(gksco7a.tfm) = %{tl_version} -Provides: tex(gksco7t.tfm) = %{tl_version} -Provides: tex(gksf7a.tfm) = %{tl_version} -Provides: tex(gksf7t.tfm) = %{tl_version} -Provides: tex(gksfb7a.tfm) = %{tl_version} -Provides: tex(gksfb7t.tfm) = %{tl_version} -Provides: tex(gksfbi7a.tfm) = %{tl_version} -Provides: tex(gksfbi7t.tfm) = %{tl_version} -Provides: tex(gksfi7a.tfm) = %{tl_version} -Provides: tex(gksfi7t.tfm) = %{tl_version} -Provides: tex(gksfsc7a.tfm) = %{tl_version} -Provides: tex(gksfsc7t.tfm) = %{tl_version} -Provides: tex(gkui7a.tfm) = %{tl_version} -Provides: tex(gkui7t.tfm) = %{tl_version} -Provides: tex(k8a.tfm) = %{tl_version} -Provides: tex(k8r.tfm) = %{tl_version} -Provides: tex(kb8a.tfm) = %{tl_version} -Provides: tex(kb8r.tfm) = %{tl_version} -Provides: tex(kbi8a.tfm) = %{tl_version} -Provides: tex(kbi8r.tfm) = %{tl_version} -Provides: tex(kbo8a.tfm) = %{tl_version} -Provides: tex(kbo8r.tfm) = %{tl_version} -Provides: tex(kbsc8a.tfm) = %{tl_version} -Provides: tex(kbsc8r.tfm) = %{tl_version} -Provides: tex(kbsco8a.tfm) = %{tl_version} -Provides: tex(kbsco8r.tfm) = %{tl_version} -Provides: tex(kbui8a.tfm) = %{tl_version} -Provides: tex(kbui8r.tfm) = %{tl_version} -Provides: tex(kcal8a.tfm) = %{tl_version} -Provides: tex(kcal8r.tfm) = %{tl_version} -Provides: tex(ki8a.tfm) = %{tl_version} -Provides: tex(ki8r.tfm) = %{tl_version} -Provides: tex(kmath8a.tfm) = %{tl_version} -Provides: tex(kmath8r.tfm) = %{tl_version} -Provides: tex(ko8a.tfm) = %{tl_version} -Provides: tex(ko8r.tfm) = %{tl_version} -Provides: tex(ksb8a.tfm) = %{tl_version} -Provides: tex(ksb8r.tfm) = %{tl_version} -Provides: tex(ksbi8a.tfm) = %{tl_version} -Provides: tex(ksbi8r.tfm) = %{tl_version} -Provides: tex(ksbo8a.tfm) = %{tl_version} -Provides: tex(ksbo8r.tfm) = %{tl_version} -Provides: tex(ksbui8a.tfm) = %{tl_version} -Provides: tex(ksbui8r.tfm) = %{tl_version} -Provides: tex(ksc8a.tfm) = %{tl_version} -Provides: tex(ksc8r.tfm) = %{tl_version} -Provides: tex(ksco8a.tfm) = %{tl_version} -Provides: tex(ksco8r.tfm) = %{tl_version} -Provides: tex(ksf8a.tfm) = %{tl_version} -Provides: tex(ksf8t.tfm) = %{tl_version} -Provides: tex(ksfb8a.tfm) = %{tl_version} -Provides: tex(ksfb8t.tfm) = %{tl_version} -Provides: tex(ksfbi8a.tfm) = %{tl_version} -Provides: tex(ksfbi8t.tfm) = %{tl_version} -Provides: tex(ksfi8a.tfm) = %{tl_version} -Provides: tex(ksfi8t.tfm) = %{tl_version} -Provides: tex(ksfsc8a.tfm) = %{tl_version} -Provides: tex(ksfsc8t.tfm) = %{tl_version} -Provides: tex(ktsy8a.tfm) = %{tl_version} -Provides: tex(ktsy8r.tfm) = %{tl_version} -Provides: tex(kui8a.tfm) = %{tl_version} -Provides: tex(kui8r.tfm) = %{tl_version} -Provides: tex(Kerkis-Bold.pfb) = %{tl_version} -Provides: tex(Kerkis-BoldItalic.pfb) = %{tl_version} -Provides: tex(Kerkis-BoldSmallCaps.pfb) = %{tl_version} -Provides: tex(Kerkis-Calligraphic.pfb) = %{tl_version} -Provides: tex(Kerkis-Italic.pfb) = %{tl_version} -Provides: tex(Kerkis-SemiBold-Italic.pfb) = %{tl_version} -Provides: tex(Kerkis-SemiBold.pfb) = %{tl_version} -Provides: tex(Kerkis-SmallCaps.pfb) = %{tl_version} -Provides: tex(Kerkis.pfb) = %{tl_version} -Provides: tex(KerkisSans-Bold.pfb) = %{tl_version} -Provides: tex(KerkisSans-BoldItalic.pfb) = %{tl_version} -Provides: tex(KerkisSans-Italic.pfb) = %{tl_version} -Provides: tex(KerkisSans-SmallCaps.pfb) = %{tl_version} -Provides: tex(KerkisSans.pfb) = %{tl_version} -Provides: tex(ktsy.pfb) = %{tl_version} -Provides: tex(ek8a.vf) = %{tl_version} -Provides: tex(ekb8a.vf) = %{tl_version} -Provides: tex(ekbi8a.vf) = %{tl_version} -Provides: tex(ekbo8a.vf) = %{tl_version} -Provides: tex(ekbsc8a.vf) = %{tl_version} -Provides: tex(ekbsco8a.vf) = %{tl_version} -Provides: tex(ekbui8a.vf) = %{tl_version} -Provides: tex(ekcal8a.vf) = %{tl_version} -Provides: tex(eki8a.vf) = %{tl_version} -Provides: tex(eko8a.vf) = %{tl_version} -Provides: tex(eksb8a.vf) = %{tl_version} -Provides: tex(eksbi8a.vf) = %{tl_version} -Provides: tex(eksbo8a.vf) = %{tl_version} -Provides: tex(eksbui8a.vf) = %{tl_version} -Provides: tex(eksc8a.vf) = %{tl_version} -Provides: tex(eksco8a.vf) = %{tl_version} -Provides: tex(eksf8t.vf) = %{tl_version} -Provides: tex(eksfb8t.vf) = %{tl_version} -Provides: tex(eksfbi8t.vf) = %{tl_version} -Provides: tex(eksfi8t.vf) = %{tl_version} -Provides: tex(eksfsc8t.vf) = %{tl_version} -Provides: tex(ekui8a.vf) = %{tl_version} -Provides: tex(gk7t.vf) = %{tl_version} -Provides: tex(gkb7t.vf) = %{tl_version} -Provides: tex(gkbi7t.vf) = %{tl_version} -Provides: tex(gkbo7t.vf) = %{tl_version} -Provides: tex(gkbsc8a.vf) = %{tl_version} -Provides: tex(gkbsco8a.vf) = %{tl_version} -Provides: tex(gkbui7t.vf) = %{tl_version} -Provides: tex(gkcal7t.vf) = %{tl_version} -Provides: tex(gki7t.vf) = %{tl_version} -Provides: tex(gko7t.vf) = %{tl_version} -Provides: tex(gksb7t.vf) = %{tl_version} -Provides: tex(gksbi7t.vf) = %{tl_version} -Provides: tex(gksbo7t.vf) = %{tl_version} -Provides: tex(gksbui7t.vf) = %{tl_version} -Provides: tex(gksc7t.vf) = %{tl_version} -Provides: tex(gksco7t.vf) = %{tl_version} -Provides: tex(gksf7t.vf) = %{tl_version} -Provides: tex(gksfb7t.vf) = %{tl_version} -Provides: tex(gksfbi7t.vf) = %{tl_version} -Provides: tex(gksfi7t.vf) = %{tl_version} -Provides: tex(gksfsc7t.vf) = %{tl_version} -Provides: tex(gkui7t.vf) = %{tl_version} -Provides: tex(k8a.vf) = %{tl_version} -Provides: tex(kb8a.vf) = %{tl_version} -Provides: tex(kbi8a.vf) = %{tl_version} -Provides: tex(kbo8a.vf) = %{tl_version} -Provides: tex(kbsc8a.vf) = %{tl_version} -Provides: tex(kbsco8a.vf) = %{tl_version} -Provides: tex(kbui8a.vf) = %{tl_version} -Provides: tex(kcal8a.vf) = %{tl_version} -Provides: tex(ki8a.vf) = %{tl_version} -Provides: tex(kmath8a.vf) = %{tl_version} -Provides: tex(ko8a.vf) = %{tl_version} -Provides: tex(ksb8a.vf) = %{tl_version} -Provides: tex(ksbi8a.vf) = %{tl_version} -Provides: tex(ksbo8a.vf) = %{tl_version} -Provides: tex(ksbui8a.vf) = %{tl_version} -Provides: tex(ksc8a.vf) = %{tl_version} -Provides: tex(ksco8a.vf) = %{tl_version} -Provides: tex(ksf8t.vf) = %{tl_version} -Provides: tex(ksfb8t.vf) = %{tl_version} -Provides: tex(ksfbi8t.vf) = %{tl_version} -Provides: tex(ksfi8t.vf) = %{tl_version} -Provides: tex(ksfsc8t.vf) = %{tl_version} -Provides: tex(ktsy8a.vf) = %{tl_version} -Provides: tex(kui8a.vf) = %{tl_version} -Provides: tex(kerkis.sty) = %{tl_version} -Provides: tex(kmath.sty) = %{tl_version} -Provides: tex(lgrkfn.fd) = %{tl_version} -Provides: tex(lgrmak.fd) = %{tl_version} -Provides: tex(lgrmaksf.fd) = %{tl_version} -Provides: tex(omlmak.fd) = %{tl_version} -Provides: tex(omsmak.fd) = %{tl_version} -Provides: tex(ot1kfn.fd) = %{tl_version} -Provides: tex(ot1mak.fd) = %{tl_version} -Provides: tex(ot1maksf.fd) = %{tl_version} -Provides: tex(t1mak.fd) = %{tl_version} -Provides: tex(t1maksf.fd) = %{tl_version} -Obsoletes: tex-kerkis < %{tl_version} - -%description 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 (the URW fonts are duplicated in the -distribution). 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: 2009-01-15 17:16:29 +0100 - -%post kerkis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map kerkis.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map kerkis.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun kerkis -if [ $1 == 0 ] ; then -sed -i '/^Map kerkis.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans kerkis -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kerkis-doc -Summary: Documentation for kerkis -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-kerkis-doc -BuildArch: noarch -AutoReqProv: No - -%description kerkis-doc -Documentation for kerkis - -%package levy -Provides: tex-levy = %{tl_version} -License: GPLv2+ -Summary: Fonts for typesetting classical greek -Version: svn21750.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(grbld10.tfm) = %{tl_version} -Provides: tex(grbld8.tfm) = %{tl_version} -Provides: tex(grbld9.tfm) = %{tl_version} -Provides: tex(grreg10.tfm) = %{tl_version} -Provides: tex(grreg8.tfm) = %{tl_version} -Provides: tex(grreg9.tfm) = %{tl_version} -Provides: tex(greekmacros.tex) = %{tl_version} -Provides: tex(slgreek.sty) = %{tl_version} - -%description levy -These fonts are derivatives of Kunth's CM fonts. Macros for use -with Plain TeX are included in the package; for use with LaTeX, -see lgreek (with English documentation) or levy (with German -documentation). - -date: 2011-03-16 12:04:55 +0100 - -%post levy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun levy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans levy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package levy-doc -Summary: Documentation for levy -Version: svn21750.0 -Release: %{tl_noarch_release} -Provides: tex-levy-doc -BuildArch: noarch -AutoReqProv: No - -%description levy-doc -Documentation for levy - -%package lgreek -Provides: tex-lgreek = %{tl_version} -License: GPLv2+ -Summary: LaTeX macros for using Silvio Levy's Greek fonts -Version: svn21818.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(LGcmr.fd) = %{tl_version} -Provides: tex(LGcmtt.fd) = %{tl_version} -Provides: tex(LGenc.def) = %{tl_version} -Provides: tex(lgreek.sty) = %{tl_version} - -%description lgreek -A conversion of Silvio Levy's Plain TeX macros for use with -LaTeX. - -date: 2011-03-14 20:27:38 +0100 - -%post lgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lgreek-doc -Summary: Documentation for lgreek -Version: svn21818.0 -Release: %{tl_noarch_release} -Provides: tex-lgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description lgreek-doc -Documentation for lgreek - -%package lgrx -Provides: tex-lgrx = %{tl_version} -License: LPPL 1.3 -Summary: Greek text with the LGR font encoding -Version: svn27003.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Provides: tex(alphabeta.sty) = %{tl_version} -Provides: tex(lgrxenc.def) = %{tl_version} -Provides: tex(textalpha.sty) = %{tl_version} - -%description lgrx -The LGRx bundle provides packages and definitions for -typesetting Greek text with fonts in the LGR encoding, the de- -facto standard set by babel. It includes a comprehensive font -definition file, support for Unicode input and macros for Greek -letters in non-Greek text. - -date: 2012-07-05 15:34:29 +0200 - -%post lgrx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lgrx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lgrx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lgrx-doc -Summary: Documentation for lgrx -Version: svn27003.0.6 -Release: %{tl_noarch_release} -Provides: tex-lgrx-doc -BuildArch: noarch -AutoReqProv: No - -%description lgrx-doc -Documentation for lgrx - -%package mkgrkindex -Provides: tex-mkgrkindex = %{tl_version} -License: LPPL -Summary: Makeindex working with Greek -Version: svn26313.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-mkgrkindex-bin - -%description mkgrkindex -Makeindex is resolutely stuck with Latin-based alphabets, so -will not deal with Greek indexes, unaided. This package -provides a Perl script that will transmute the index of a Greek -document in such a way that makeindex will sort the entries -according to the rules of the Greek alphabet. - -date: 2010-10-24 16:36:36 +0200 - -%post mkgrkindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mkgrkindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mkgrkindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mkgrkindex-doc -Summary: Documentation for mkgrkindex -Version: svn26313.2.0 -Release: %{tl_noarch_release} -Provides: tex-mkgrkindex-doc -BuildArch: noarch -AutoReqProv: No - -%description mkgrkindex-doc -Documentation for mkgrkindex - -%package mkgrkindex-bin -Summary: Binaries for mkgrkindex -Version: svn14428.0 -Requires: texlive-base -Requires: tex-mkgrkindex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mkgrkindex-bin -Binaries for mkgrkindex - -%package teubner -Provides: tex-teubner = %{tl_version} -License: LPPL -Summary: Philological typesetting of classical Greek -Version: svn27651.3.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(type1ec.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(exscale.sty) -Requires: tex(trace.sty) -Provides: tex(LGRaccents-glyphs.def) = %{tl_version} -Provides: tex(teubner.sty) = %{tl_version} -Provides: tex(teubnertx.sty) = %{tl_version} - -%description teubner -An extension to babel greek option for typesetting classical -Greek with a philological approach. The package works with the -author's greek fonts using the 'Lispiakos' font shape derived -from that of the fonts used in printers' shops in Lispia. The -package name honours the publisher B.G. Teubner -Verlaggesellschaft whose Greek text publications are of high -quality. - -date: 2012-09-11 17:46:54 +0200 - -%post teubner -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun teubner -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans teubner -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package teubner-doc -Summary: Documentation for teubner -Version: svn27651.3.3a -Release: %{tl_noarch_release} -Provides: tex-teubner-doc -BuildArch: noarch -AutoReqProv: No - -%description teubner-doc -Documentation for teubner - -%package xgreek -Provides: tex-xgreek = %{tl_version} -License: LPPL -Summary: XeLaTeX package for typesetting Greek language documents (beta release) -Version: svn25876.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xgreek.sty) = %{tl_version} - -%description xgreek -This package has been designed so to allow people to typeset -Greek language documents using XeLaTeX. And it is released in -the hope that people will use it and spot errors, bugs, -features so to improve it. Practically, it provides all the -capabilities of the greek option of the babel package. The -package can be invoked with any of the following options: -monotonic (for typesetting modern monotonic Greek), polytonic -(for typesetting modern polytonic Greek), and ancient (for -typesetting ancient texts). The default option is monotonic. -The command \setlanguage{} to activate the hyphenation -patterns of the language This, however, can be done only -if the format file has not been built with the babel mechanism. - -date: 2012-04-08 19:39:35 +0200 - -%post xgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xgreek-doc -Summary: Documentation for xgreek -Version: svn25876.2.4 -Release: %{tl_noarch_release} -Provides: tex-xgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description xgreek-doc -Documentation for xgreek - -%package yannisgr -Provides: tex-yannisgr = %{tl_version} -License: GPLv2+ -Summary: Greek fonts by Yannis Haralambous -Version: svn22613.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mrgrbf10.tfm) = %{tl_version} -Provides: tex(mrgrrg10.tfm) = %{tl_version} -Provides: tex(mrgrsl10.tfm) = %{tl_version} -Provides: tex(mrgrti10.tfm) = %{tl_version} -Provides: tex(rgrbf10.tfm) = %{tl_version} -Provides: tex(rgrrg10.tfm) = %{tl_version} -Provides: tex(rgrsc10.tfm) = %{tl_version} -Provides: tex(rgrsl10.tfm) = %{tl_version} -Provides: tex(rgrti10.tfm) = %{tl_version} - -%description yannisgr -A family of 7-bit fonts with a code table designed for setting -modern polytonic Greek. The fonts are provided as Metafont -source; macros to produce a Greek variant of Plain TeX -(including a hyphenation table adapted to the fonts' code -table) are provided. - -date: 2011-05-22 00:38:15 +0200 - -%post yannisgr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yannisgr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yannisgr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yannisgr-doc -Summary: Documentation for yannisgr -Version: svn22613.0 -Release: %{tl_noarch_release} -Provides: tex-yannisgr-doc -BuildArch: noarch -AutoReqProv: No - -%description yannisgr-doc -Documentation for yannisgr - -%package hyphen-greek -Provides: tex-hyphen-greek = %{tl_version} -License: LPPL -Summary: Modern Greek hyphenation patterns -Version: svn25990.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Provides: tex(grmhyph5.tex) = %{tl_version} -Provides: tex(grphyph5.tex) = %{tl_version} - -%description hyphen-greek -Hyphenation patterns for Modern Greek in monotonic and -polytonic spelling in LGR and UTF-8 encodings. Patterns in -UTF-8 use two code positions for each of the vowels with acute -accent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha. - -date: 2008-07-24 15:32:45 +0200 - -%post hyphen-greek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/monogreek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "monogreek loadhyph-el-monoton.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/greek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "greek loadhyph-el-polyton.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=polygreek/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=polygreek" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-greek -if [ $1 == 0 ] ; then -sed -i '/monogreek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/greek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=polygreek/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-greek -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-greek-doc -Summary: Documentation for hyphen-greek -Version: svn25990.5 -Release: %{tl_noarch_release} -Provides: tex-hyphen-greek-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description hyphen-greek-doc -Documentation for hyphen-greek - -%package hyphen-ancientgreek -Provides: tex-hyphen-ancientgreek = %{tl_version} -License: LPPL -Summary: Ancient Greek hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Provides: tex(grahyph5.tex) = %{tl_version} -Provides: tex(ibyhyph.tex) = %{tl_version} - -%description hyphen-ancientgreek -Hyphenation patterns for Ancient Greek in LGR and UTF-8 -encodings, including support for (obsolete) Ibycus font -encoding. Patterns in UTF-8 use two code positions for each of -the vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AE, -U+1F75 for eta. - -%post hyphen-ancientgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/ancientgreek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ancientgreek loadhyph-grc.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/ibycus.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "ibycus ibyhyph.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-ancientgreek -if [ $1 == 0 ] ; then -sed -i '/ancientgreek.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ibycus.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-ancientgreek -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langhebrew -Summary: Hebrew -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-cjhebrew -Requires: texlive-collection-basic - -%description collection-langhebrew -Support for typesetting Hebrew. - -%package collection-langhungarian -Summary: Hungarian -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-magyar-doc -Requires: tex-hyphen-hungarian -Requires: texlive-collection-basic - -%description collection-langhungarian -Support for typesetting Hungarian. - -%package magyar-doc -Summary: Documentation for magyar -Version: svn28301.0 -Release: %{tl_noarch_release} -Provides: tex-magyar-doc -BuildArch: noarch -AutoReqProv: No - -%description magyar-doc -Documentation for magyar - -%package hyphen-hungarian -Provides: tex-hyphen-hungarian = %{tl_version} -License: GPL+ -Summary: Hungarian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-hungarian -Hyphenation patterns for Hungarian in T1/EC and UTF-8 -encodings. From https://github.com/nagybence/huhyphn/. - -date: 2009-09-27 14:03:04 +0200 - -%post hyphen-hungarian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/hungarian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "hungarian loadhyph-hu.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-hungarian -if [ $1 == 0 ] ; then -sed -i '/hungarian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-hungarian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-hungarian-doc -Summary: Documentation for hyphen-hungarian -Version: svn23085.0 -Release: %{tl_noarch_release} -Provides: tex-hyphen-hungarian-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description hyphen-hungarian-doc -Documentation for hyphen-hungarian - -%package collection-langindic -Summary: Indic scripts -Version: svn27509.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-bangtex -Requires: tex-bengali -Requires: tex-burmese -Requires: tex-devnag -Requires: tex-ebong -Requires: tex-hyphen-indic -Requires: tex-hyphen-sanskrit -Requires: tex-sanskrit -Requires: tex-velthuis -Requires: tex-wnri -Requires: tex-wnri-latex -Requires: tex-xetex-devanagari -Requires: texlive-collection-basic - -%description collection-langindic -Support for typesetting some Indic scripts. - -%package devnag -Provides: tex-devnag = %{tl_version} -License: GPL+ -Summary: Typeset Devanagari -Version: svn26313.2.15.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-devnag-bin - -%description devnag -Frans Velthuis' preprocessor for Devanagari text, and fonts and -macros to use when typesetting the processed text. The macros -provide features that support Sanskrit, Hindi, Marathi, Nepali, -and other languages typically printed in the Devanagari script. -The fonts are available both in Metafont and Type 1 format. - -date: 2012-05-07 21:56:17 +0200 - -%package devnag-bin -Summary: Binaries for devnag -Version: svn18336.0 -Requires: texlive-base -Requires: tex-devnag -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description devnag-bin -Binaries for devnag - -%package ebong -Provides: tex-ebong = %{tl_version} -License: Public Domain -Summary: Utility for writing Bengali in Rapid Roman Format -Version: svn26313.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ebong-bin - -%description ebong -A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the -bengali langauage. It allows one to write the text in Rapid -Roman Bangla and convert it to the bangtex format by a python -program. All LaTeX markups are preserved in the target file. - -date: 2012-05-07 23:49:19 +0200 - -%post ebong -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ebong -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ebong -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ebong-doc -Summary: Documentation for ebong -Version: svn26313.0 -Release: %{tl_noarch_release} -Provides: tex-ebong-doc -BuildArch: noarch -AutoReqProv: No - -%description ebong-doc -Documentation for ebong - -%package ebong-bin -Summary: Binaries for ebong -Version: svn21000.0 -Requires: texlive-base -Requires: tex-ebong -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ebong-bin -Binaries for ebong - -%package hyphen-indic -Provides: tex-hyphen-indic = %{tl_version} -License: LPPL -Summary: Indic hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-indic -Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi, -Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu -for Unicode engines. - -%post hyphen-indic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/assamese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "assamese loadhyph-as.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/bengali.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "bengali loadhyph-bn.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/gujarati.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "gujarati loadhyph-gu.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/hindi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "hindi loadhyph-hi.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{hindi}{loadhyph-hi.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/kannada.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "kannada loadhyph-kn.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{kannada}{loadhyph-kn.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/malayalam.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "malayalam loadhyph-ml.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{malayalam}{loadhyph-ml.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/marathi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "marathi loadhyph-mr.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{marathi}{loadhyph-mr.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/oriya.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "oriya loadhyph-or.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{oriya}{loadhyph-or.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/panjabi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "panjabi loadhyph-pa.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{panjabi}{loadhyph-pa.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/tamil.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "tamil loadhyph-ta.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/telugu.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "telugu loadhyph-te.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{telugu}{loadhyph-te.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-indic -if [ $1 == 0 ] ; then -sed -i '/assamese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/bengali.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/gujarati.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/hindi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/kannada.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/malayalam.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/marathi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/oriya.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/panjabi.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/tamil.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/telugu.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-indic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-sanskrit -Provides: tex-hyphen-sanskrit = %{tl_version} -License: LPPL -Summary: Sanskrit hyphenation patterns -Version: svn28522.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-sanskrit -Hyphenation patterns for Sanskrit and Prakrit in -transliteration, and in Devanagari, Bengali, Kannada, Malayalam -and Telugu scripts for Unicode engines. - -%post hyphen-sanskrit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/sanskrit.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "sanskrit loadhyph-sa.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-sanskrit -if [ $1 == 0 ] ; then -sed -i '/sanskrit.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-sanskrit -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sanskrit -Provides: tex-sanskrit = %{tl_version} -License: LPPL -Summary: Sanskrit support -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(relsize.sty) -Requires: tex(ifthen.sty) -Provides: tex(skt.map) = %{tl_version} -Provides: tex(skt10.tfm) = %{tl_version} -Provides: tex(skt8.tfm) = %{tl_version} -Provides: tex(skt9.tfm) = %{tl_version} -Provides: tex(sktb10.tfm) = %{tl_version} -Provides: tex(sktbs10.tfm) = %{tl_version} -Provides: tex(sktf10.tfm) = %{tl_version} -Provides: tex(sktfs10.tfm) = %{tl_version} -Provides: tex(skts10.tfm) = %{tl_version} -Provides: tex(skt10.pfb) = %{tl_version} -Provides: tex(skt8.pfb) = %{tl_version} -Provides: tex(skt9.pfb) = %{tl_version} -Provides: tex(sktb10.pfb) = %{tl_version} -Provides: tex(sktbs10.pfb) = %{tl_version} -Provides: tex(sktf10.pfb) = %{tl_version} -Provides: tex(sktfs10.pfb) = %{tl_version} -Provides: tex(skts10.pfb) = %{tl_version} -Provides: tex(ot1skt.fd) = %{tl_version} -Provides: tex(skt.sty) = %{tl_version} - -%description sanskrit -A font and pre-processor suitable for the production of -documents written in Sanskrit. Type 1 versions of the fonts are -available. - -date: 2007-01-14 10:43:12 +0100 - -%post sanskrit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map skt.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map skt.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun sanskrit -if [ $1 == 0 ] ; then -sed -i '/^Map skt.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans sanskrit -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sanskrit-doc -Summary: Documentation for sanskrit -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-sanskrit-doc -BuildArch: noarch -AutoReqProv: No - -%description sanskrit-doc -Documentation for sanskrit - -%package velthuis -Provides: tex-velthuis = %{tl_version} -License: GPL+ -Summary: Typeset Devanagari -Version: svn23224.2.15.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-xetex-devanagari -Requires: tex(hindicaptions.sty) -Requires: tex(cite.sty) -Requires: tex(ifxetex.sty) -Provides: tex(dvng.map) = %{tl_version} -Provides: tex(dvnb10.tfm) = %{tl_version} -Provides: tex(dvnb8.tfm) = %{tl_version} -Provides: tex(dvnb9.tfm) = %{tl_version} -Provides: tex(dvnbb10.tfm) = %{tl_version} -Provides: tex(dvnbb8.tfm) = %{tl_version} -Provides: tex(dvnbb9.tfm) = %{tl_version} -Provides: tex(dvnbbi10.tfm) = %{tl_version} -Provides: tex(dvnbbi8.tfm) = %{tl_version} -Provides: tex(dvnbbi9.tfm) = %{tl_version} -Provides: tex(dvnbi10.tfm) = %{tl_version} -Provides: tex(dvnbi8.tfm) = %{tl_version} -Provides: tex(dvnbi9.tfm) = %{tl_version} -Provides: tex(dvnc10.tfm) = %{tl_version} -Provides: tex(dvnc8.tfm) = %{tl_version} -Provides: tex(dvnc9.tfm) = %{tl_version} -Provides: tex(dvncb10.tfm) = %{tl_version} -Provides: tex(dvncb8.tfm) = %{tl_version} -Provides: tex(dvncb9.tfm) = %{tl_version} -Provides: tex(dvncbi10.tfm) = %{tl_version} -Provides: tex(dvncbi8.tfm) = %{tl_version} -Provides: tex(dvncbi9.tfm) = %{tl_version} -Provides: tex(dvnci10.tfm) = %{tl_version} -Provides: tex(dvnci8.tfm) = %{tl_version} -Provides: tex(dvnci9.tfm) = %{tl_version} -Provides: tex(dvng10.tfm) = %{tl_version} -Provides: tex(dvng8.tfm) = %{tl_version} -Provides: tex(dvng9.tfm) = %{tl_version} -Provides: tex(dvngb10.tfm) = %{tl_version} -Provides: tex(dvngb8.tfm) = %{tl_version} -Provides: tex(dvngb9.tfm) = %{tl_version} -Provides: tex(dvngbi10.tfm) = %{tl_version} -Provides: tex(dvngbi8.tfm) = %{tl_version} -Provides: tex(dvngbi9.tfm) = %{tl_version} -Provides: tex(dvngi10.tfm) = %{tl_version} -Provides: tex(dvngi8.tfm) = %{tl_version} -Provides: tex(dvngi9.tfm) = %{tl_version} -Provides: tex(dvnn10.tfm) = %{tl_version} -Provides: tex(dvnn8.tfm) = %{tl_version} -Provides: tex(dvnn9.tfm) = %{tl_version} -Provides: tex(dvnnb10.tfm) = %{tl_version} -Provides: tex(dvnnb8.tfm) = %{tl_version} -Provides: tex(dvnnb9.tfm) = %{tl_version} -Provides: tex(dvnnbi10.tfm) = %{tl_version} -Provides: tex(dvnnbi8.tfm) = %{tl_version} -Provides: tex(dvnnbi9.tfm) = %{tl_version} -Provides: tex(dvnni10.tfm) = %{tl_version} -Provides: tex(dvnni8.tfm) = %{tl_version} -Provides: tex(dvnni9.tfm) = %{tl_version} -Provides: tex(dvpb10.tfm) = %{tl_version} -Provides: tex(dvpb8.tfm) = %{tl_version} -Provides: tex(dvpb9.tfm) = %{tl_version} -Provides: tex(dvpc10.tfm) = %{tl_version} -Provides: tex(dvpc8.tfm) = %{tl_version} -Provides: tex(dvpc9.tfm) = %{tl_version} -Provides: tex(dvpn10.tfm) = %{tl_version} -Provides: tex(dvpn8.tfm) = %{tl_version} -Provides: tex(dvpn9.tfm) = %{tl_version} -Provides: tex(dvpnn10.tfm) = %{tl_version} -Provides: tex(dvpnn8.tfm) = %{tl_version} -Provides: tex(dvpnn9.tfm) = %{tl_version} -Provides: tex(dvnb10.pfb) = %{tl_version} -Provides: tex(dvnb8.pfb) = %{tl_version} -Provides: tex(dvnb9.pfb) = %{tl_version} -Provides: tex(dvnbb10.pfb) = %{tl_version} -Provides: tex(dvnbb8.pfb) = %{tl_version} -Provides: tex(dvnbb9.pfb) = %{tl_version} -Provides: tex(dvnbbi10.pfb) = %{tl_version} -Provides: tex(dvnbbi8.pfb) = %{tl_version} -Provides: tex(dvnbbi9.pfb) = %{tl_version} -Provides: tex(dvnbi10.pfb) = %{tl_version} -Provides: tex(dvnbi8.pfb) = %{tl_version} -Provides: tex(dvnbi9.pfb) = %{tl_version} -Provides: tex(dvnc10.pfb) = %{tl_version} -Provides: tex(dvnc8.pfb) = %{tl_version} -Provides: tex(dvnc9.pfb) = %{tl_version} -Provides: tex(dvncb10.pfb) = %{tl_version} -Provides: tex(dvncb8.pfb) = %{tl_version} -Provides: tex(dvncb9.pfb) = %{tl_version} -Provides: tex(dvncbi10.pfb) = %{tl_version} -Provides: tex(dvncbi8.pfb) = %{tl_version} -Provides: tex(dvncbi9.pfb) = %{tl_version} -Provides: tex(dvnci10.pfb) = %{tl_version} -Provides: tex(dvnci8.pfb) = %{tl_version} -Provides: tex(dvnci9.pfb) = %{tl_version} -Provides: tex(dvng10.pfb) = %{tl_version} -Provides: tex(dvng8.pfb) = %{tl_version} -Provides: tex(dvng9.pfb) = %{tl_version} -Provides: tex(dvngb10.pfb) = %{tl_version} -Provides: tex(dvngb8.pfb) = %{tl_version} -Provides: tex(dvngb9.pfb) = %{tl_version} -Provides: tex(dvngbi10.pfb) = %{tl_version} -Provides: tex(dvngbi8.pfb) = %{tl_version} -Provides: tex(dvngbi9.pfb) = %{tl_version} -Provides: tex(dvngi10.pfb) = %{tl_version} -Provides: tex(dvngi8.pfb) = %{tl_version} -Provides: tex(dvngi9.pfb) = %{tl_version} -Provides: tex(dvnn10.pfb) = %{tl_version} -Provides: tex(dvnn8.pfb) = %{tl_version} -Provides: tex(dvnn9.pfb) = %{tl_version} -Provides: tex(dvnnb10.pfb) = %{tl_version} -Provides: tex(dvnnb8.pfb) = %{tl_version} -Provides: tex(dvnnb9.pfb) = %{tl_version} -Provides: tex(dvnnbi10.pfb) = %{tl_version} -Provides: tex(dvnnbi8.pfb) = %{tl_version} -Provides: tex(dvnnbi9.pfb) = %{tl_version} -Provides: tex(dvnni10.pfb) = %{tl_version} -Provides: tex(dvnni8.pfb) = %{tl_version} -Provides: tex(dvnni9.pfb) = %{tl_version} -Provides: tex(dvpb10.pfb) = %{tl_version} -Provides: tex(dvpb8.pfb) = %{tl_version} -Provides: tex(dvpb9.pfb) = %{tl_version} -Provides: tex(dvpc10.pfb) = %{tl_version} -Provides: tex(dvpc8.pfb) = %{tl_version} -Provides: tex(dvpc9.pfb) = %{tl_version} -Provides: tex(dvpn10.pfb) = %{tl_version} -Provides: tex(dvpn8.pfb) = %{tl_version} -Provides: tex(dvpn9.pfb) = %{tl_version} -Provides: tex(dvpnn10.pfb) = %{tl_version} -Provides: tex(dvpnn8.pfb) = %{tl_version} -Provides: tex(dvpnn9.pfb) = %{tl_version} -Provides: tex(hindi.ldf) = %{tl_version} -Provides: tex(hindi.sty) = %{tl_version} -Provides: tex(dev.sty) = %{tl_version} -Provides: tex(dev209.sty) = %{tl_version} -Provides: tex(devanagari.sty) = %{tl_version} -Provides: tex(dvngcite.sty) = %{tl_version} -Provides: tex(udn.fd) = %{tl_version} -Provides: tex(udnb.fd) = %{tl_version} -Provides: tex(udnc.fd) = %{tl_version} -Provides: tex(udnn.fd) = %{tl_version} -Provides: tex(udnp.fd) = %{tl_version} -Provides: tex(udnpb.fd) = %{tl_version} -Provides: tex(udnpc.fd) = %{tl_version} -Provides: tex(udnpn.fd) = %{tl_version} -Provides: tex(dnmacs.tex) = %{tl_version} -Provides: tex(hindicaptions.sty) = %{tl_version} - -%description velthuis -Frans Velthuis' preprocessor for Devanagari text, and fonts and -macros to use when typesetting the processed text. The macros -provide features that support Sanskrit, Hindi, Marathi, Nepali, -and other languages typically printed in the Devanagari script. -The fonts are available both in Metafont and Type 1 format. - -date: 2011-07-25 14:21:08 +0200 - -%post velthuis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap dvng.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap dvng.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun velthuis -if [ $1 == 0 ] ; then -sed -i '/^MixedMap dvng.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans velthuis -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package velthuis-doc -Summary: Documentation for velthuis -Version: svn23224.2.15.1 -Release: %{tl_noarch_release} -Provides: tex-velthuis-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-xetex-devanagari-doc - -%description velthuis-doc -Documentation for velthuis - -%package xetex-devanagari -Provides: tex-xetex-devanagari = %{tl_version} -License: LPPL -Summary: XeTeX input map for Unicode Devanagari -Version: svn23223.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(devanagarinumerals.map) = %{tl_version} -Provides: tex(harvardkyoto.map) = %{tl_version} -Provides: tex(iast.map) = %{tl_version} -Provides: tex(velthuis-sanskrit.map) = %{tl_version} -Provides: tex(velthuis.map) = %{tl_version} - -%description xetex-devanagari -The package provides a map for use with Jonathan Kew's TECkit, -to translate Devanagari (encoded according to the Harvard/Kyoto -convention) to Unicode (range 0900-097F). - -date: 2011-07-22 07:52:25 +0200 - -%post xetex-devanagari -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetex-devanagari -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetex-devanagari -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-devanagari-doc -Summary: Documentation for xetex-devanagari -Version: svn23223.0.4 -Release: %{tl_noarch_release} -Provides: tex-xetex-devanagari-doc -BuildArch: noarch -AutoReqProv: No - -%description xetex-devanagari-doc -Documentation for xetex-devanagari - -%package wnri -Provides: tex-wnri = %{tl_version} -License: GPL+ -Summary: Ridgeway's fonts -Version: svn22459.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wnindic.map) = %{tl_version} -Provides: tex(wnrib10.tfm) = %{tl_version} -Provides: tex(wnrib8.tfm) = %{tl_version} -Provides: tex(wnribi10.tfm) = %{tl_version} -Provides: tex(wnrii10.tfm) = %{tl_version} -Provides: tex(wnrii8.tfm) = %{tl_version} -Provides: tex(wnrir10.tfm) = %{tl_version} -Provides: tex(wnrir8.tfm) = %{tl_version} -Provides: tex(wnris10.tfm) = %{tl_version} -Provides: tex(wnris8.tfm) = %{tl_version} -Provides: tex(wnrit10.tfm) = %{tl_version} -Provides: tex(wnrit8.tfm) = %{tl_version} - -%description wnri -Fonts (as Metafont source) for Old English, Indic languages in -Roman transliteration and Puget Salish (Lushootseed) and other -Native American languages. - -date: 2011-05-06 00:38:04 +0200 - -%post wnri -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wnri -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wnri -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wnri-doc -Summary: Documentation for wnri -Version: svn22459.0 -Release: %{tl_noarch_release} -Provides: tex-wnri-doc -BuildArch: noarch -AutoReqProv: No - -%description wnri-doc -Documentation for wnri - -%package wnri-latex -Provides: tex-wnri-latex = %{tl_version} -License: GPLv2+ -Summary: LaTeX support for wnri fonts -Version: svn22338.1.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ot1wnr.fd) = %{tl_version} -Provides: tex(ot1wnss.fd) = %{tl_version} -Provides: tex(ot1wntt.fd) = %{tl_version} -Provides: tex(wnri.def) = %{tl_version} -Provides: tex(wnri.sty) = %{tl_version} - -%description wnri-latex -LaTeX support for the fonts. - -date: 2011-05-06 00:56:07 +0200 - -%post wnri-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wnri-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wnri-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wnri-latex-doc -Summary: Documentation for wnri-latex -Version: svn22338.1.0b -Release: %{tl_noarch_release} -Provides: tex-wnri-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description wnri-latex-doc -Documentation for wnri-latex - -%package collection-langitalian -Summary: Italian -Version: svn26191.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-codicefiscaleitaliano -Requires: tex-fixltxhyph -Requires: tex-hyphen-italian -Requires: tex-frontespizio -Requires: tex-itnumpar -Requires: tex-layaureo - -%description collection-langitalian -Support for typesetting Italian. - -%package fixltxhyph -Provides: tex-fixltxhyph = %{tl_version} -License: LPPL 1.3 -Summary: Allow hyphenation of partially-emphasised substrings -Version: svn25832.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Provides: tex(fixltxhyph.sty) = %{tl_version} - -%description fixltxhyph -The package fixes the problem of TeX failing to hyphenate -letter strings that seem (to TeX) to be words, but which are -followed by an apostrophe and then an emphasis command. The -cause of the problem is not the apostrophe, but the font change -in the middle of the string. The problem arises in Catalan, -French and Italian (it could arise in Romansh, were there LaTeX -support for it). - -date: 2012-04-02 21:14:13 +0200 - -%post fixltxhyph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixltxhyph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixltxhyph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fixltxhyph-doc -Summary: Documentation for fixltxhyph -Version: svn25832.0.4 -Release: %{tl_noarch_release} -Provides: tex-fixltxhyph-doc -BuildArch: noarch -AutoReqProv: No - -%description fixltxhyph-doc -Documentation for fixltxhyph - -%package hyphen-italian -Provides: tex-hyphen-italian = %{tl_version} -License: LGPLv2+ -Summary: Italian hyphenation patterns -Version: svn25990.4.8g -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-italian -Hyphenation patterns for Italian in ASCII encoding. Compliant -with the Recommendation UNI 6461 on hyphenation issued by the -Italian Standards Institution (Ente Nazionale di Unificazione -UNI). - -date: 2009-09-29 00:01:21 +0200 - -%post hyphen-italian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/italian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "italian loadhyph-it.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-italian -if [ $1 == 0 ] ; then -sed -i '/italian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-italian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frontespizio -Provides: tex-frontespizio = %{tl_version} -License: LPPL -Summary: Create a frontispiece for Italian theses -Version: svn24054.1.4a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Requires: tex(graphicx.sty) -Requires: tex(atbegshi.sty) -Requires: tex(environ.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Provides: tex(frontespizio.sty) = %{tl_version} - -%description frontespizio -Typesetting a frontispiece independently of the layout of the -main document is difficult. This package provides a solution by -producing an auxiliary TeX file to be typeset on its own and -the result is automatically included at the next run. The -markup necessary for the frontispiece is written in the main -document in a frontespizio environment. Documentation is mainly -in Italian, as the style is probably apt only to theses in -Italy. - -date: 2011-09-21 15:45:55 +0200 - -%post frontespizio -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frontespizio -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frontespizio -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frontespizio-doc -Summary: Documentation for frontespizio -Version: svn24054.1.4a -Release: %{tl_noarch_release} -Provides: tex-frontespizio-doc -BuildArch: noarch -AutoReqProv: No - -%description frontespizio-doc -Documentation for frontespizio - -%package itnumpar -Provides: tex-itnumpar = %{tl_version} -License: LPPL -Summary: Spell numbers in words (Italian) -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(itnumpar.sty) = %{tl_version} - -%description 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: 2008-08-19 23:32:24 +0200 - -%post itnumpar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun itnumpar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans itnumpar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package itnumpar-doc -Summary: Documentation for itnumpar -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-itnumpar-doc -BuildArch: noarch -AutoReqProv: No - -%description itnumpar-doc -Documentation for itnumpar - -%package layaureo -Provides: tex-layaureo = %{tl_version} -License: LPPL -Summary: A package to improve the A4 page layout -Version: svn19087.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(layaureo.sty) = %{tl_version} - -%description layaureo -This package produces a wide page layout for documents that use -A4 paper size. Moreover, LayAureo provides both a simple hook -for leaving an empty space which is required if pages are -bundled by a press binding use option binding=length), and an -option called big which it forces typearea to become maximum. - -date: 2006-12-30 10:59:01 +0100 - -%post layaureo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun layaureo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans layaureo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package layaureo-doc -Summary: Documentation for layaureo -Version: svn19087.0 -Release: %{tl_noarch_release} -Provides: tex-layaureo-doc -BuildArch: noarch -AutoReqProv: No - -%description layaureo-doc -Documentation for layaureo - -%package collection-langlatin -Summary: Latin -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-latin -Requires: texlive-collection-basic - -%description collection-langlatin -Support for typesetting Latin. - -%package hyphen-latin -Provides: tex-hyphen-latin = %{tl_version} -License: LPPL -Summary: Latin hyphenation patterns -Version: svn25990.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-latin -Hyphenation patterns for Latin in T1/EC and UTF-8 encodings, -mainly in modern spelling (u when u is needed and v when v is -needed), medieval spelling with the ligatures \ae and \oe and -the (uncial) lowercase 'v' written as a 'u' is also supported. -Apparently there is no conflict between the patterns of modern -Latin and those of medieval Latin. - -date: 2009-09-29 00:01:21 +0200 - -%post hyphen-latin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/latin.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "latin loadhyph-la.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-latin -if [ $1 == 0 ] ; then -sed -i '/latin.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-latin -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langlatvian -Summary: Latvian -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-latvian -Requires: texlive-collection-basic - -%description collection-langlatvian -Support for typesetting Latvian. - -%package hyphen-latvian -Provides: tex-hyphen-latvian = %{tl_version} -License: LPPL -Summary: Latvian hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-latvian -Hyphenation patterns for Latvian in L7X and UTF-8 encodings. - -%post hyphen-latvian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/latvian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "latvian loadhyph-lv.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{latvian}{loadhyph-lv.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-latvian -if [ $1 == 0 ] ; then -sed -i '/latvian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-latvian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langlithuanian -Summary: Lithuanian -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-lithuanian -Requires: tex-hyphen-lithuanian -Requires: texlive-collection-basic - -%description collection-langlithuanian -Support for typesetting Lithuanian. - -%package lithuanian -Provides: tex-lithuanian = %{tl_version} -License: LPPL -Summary: Lithuanian language support -Version: svn22722.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(latin7x.enc) = %{tl_version} -Provides: tex(l7x-urwvn.map) = %{tl_version} -Provides: tex(l7x-uagd.tfm) = %{tl_version} -Provides: tex(l7x-uagdo.tfm) = %{tl_version} -Provides: tex(l7x-uagk.tfm) = %{tl_version} -Provides: tex(l7x-uagko.tfm) = %{tl_version} -Provides: tex(l7x-ubkd.tfm) = %{tl_version} -Provides: tex(l7x-ubkdi.tfm) = %{tl_version} -Provides: tex(l7x-ubkl.tfm) = %{tl_version} -Provides: tex(l7x-ubkli.tfm) = %{tl_version} -Provides: tex(l7x-ucrb.tfm) = %{tl_version} -Provides: tex(l7x-ucrbo.tfm) = %{tl_version} -Provides: tex(l7x-ucrr.tfm) = %{tl_version} -Provides: tex(l7x-ucrro.tfm) = %{tl_version} -Provides: tex(l7x-uhvb.tfm) = %{tl_version} -Provides: tex(l7x-uhvbc.tfm) = %{tl_version} -Provides: tex(l7x-uhvbo.tfm) = %{tl_version} -Provides: tex(l7x-uhvboc.tfm) = %{tl_version} -Provides: tex(l7x-uhvr.tfm) = %{tl_version} -Provides: tex(l7x-uhvrc.tfm) = %{tl_version} -Provides: tex(l7x-uhvro.tfm) = %{tl_version} -Provides: tex(l7x-uhvroc.tfm) = %{tl_version} -Provides: tex(l7x-uncb.tfm) = %{tl_version} -Provides: tex(l7x-uncbi.tfm) = %{tl_version} -Provides: tex(l7x-uncr.tfm) = %{tl_version} -Provides: tex(l7x-uncri.tfm) = %{tl_version} -Provides: tex(l7x-uplb.tfm) = %{tl_version} -Provides: tex(l7x-uplbi.tfm) = %{tl_version} -Provides: tex(l7x-uplr.tfm) = %{tl_version} -Provides: tex(l7x-uplri.tfm) = %{tl_version} -Provides: tex(l7x-utmb.tfm) = %{tl_version} -Provides: tex(l7x-utmbi.tfm) = %{tl_version} -Provides: tex(l7x-utmr.tfm) = %{tl_version} -Provides: tex(l7x-utmri.tfm) = %{tl_version} -Provides: tex(l7x-uzcmi.tfm) = %{tl_version} -Provides: tex(cp772.def) = %{tl_version} -Provides: tex(cp774.def) = %{tl_version} -Provides: tex(cp775.def) = %{tl_version} -Provides: tex(cpKBL.def) = %{tl_version} -Provides: tex(cpRIM.def) = %{tl_version} -Provides: tex(l7xenc.def) = %{tl_version} -Provides: tex(l7xenc.sty) = %{tl_version} -Provides: tex(l7xuag.fd) = %{tl_version} -Provides: tex(l7xubk.fd) = %{tl_version} -Provides: tex(l7xucr.fd) = %{tl_version} -Provides: tex(l7xuhv.fd) = %{tl_version} -Provides: tex(l7xunc.fd) = %{tl_version} -Provides: tex(l7xupl.fd) = %{tl_version} -Provides: tex(l7xutm.fd) = %{tl_version} -Provides: tex(l7xuzc.fd) = %{tl_version} -Provides: tex(latin7.def) = %{tl_version} -Provides: tex(lithuanian.ldf) = %{tl_version} -Provides: tex(lithuanian.sty) = %{tl_version} - -%description lithuanian -This language support package provides: - Lithuanian language -hyphenation patterns; - Lithuanian support for Babel; - -Lithuanian mapping and metrics for using the URW base-35 Type 1 -fonts; - examples for making Lithuanian fonts with fontinst; -and - extra tools for intputenc and fontenc. - -date: 2008-11-06 00:30:15 +0100 - -%post lithuanian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map l7x-urwvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map l7x-urwvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun lithuanian -if [ $1 == 0 ] ; then -sed -i '/^Map l7x-urwvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans lithuanian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lithuanian-doc -Summary: Documentation for lithuanian -Version: svn22722.0 -Release: %{tl_noarch_release} -Provides: tex-lithuanian-doc -BuildArch: noarch -AutoReqProv: No - -%description lithuanian-doc -Documentation for lithuanian - -%package hyphen-lithuanian -Provides: tex-hyphen-lithuanian = %{tl_version} -License: LPPL -Summary: Lithuanian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-lithuanian -Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings. -\lefthyphenmin and \righthyphenmin have to be at least 2. - -%post hyphen-lithuanian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/lithuanian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "lithuanian loadhyph-lt.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-lithuanian -if [ $1 == 0 ] ; then -sed -i '/lithuanian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-lithuanian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langmongolian -Summary: Mongolian -Version: svn22468.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-hyphen-mongolian -Requires: tex-mongolian-babel -Requires: tex-montex - -%description collection-langmongolian -Support for typesetting Mongolian. - -%package hyphen-mongolian -Provides: tex-hyphen-mongolian = %{tl_version} -License: LPPL -Summary: Mongolian hyphenation patterns in Cyrillic script -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-mongolian -Hyphenation patterns for Mongolian in T2A, LMC and UTF-8 -encodings. LMC encoding is used in MonTeX. The package includes -two sets of patterns that will hopefully be merged in future. - -%post hyphen-mongolian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/mongolian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "mongolian loadhyph-mn-cyrl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/mongolianlmc.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "mongolianlmc loadhyph-mn-cyrl-x-lmc.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-mongolian -if [ $1 == 0 ] ; then -sed -i '/mongolian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/mongolianlmc.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-mongolian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mongolian-babel -Provides: tex-mongolian-babel = %{tl_version} -License: LPPL -Summary: A language definition file for Mongolian in Babel -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mn.def) = %{tl_version} -Provides: tex(mongolian.ldf) = %{tl_version} -Provides: tex(mongolian.sty) = %{tl_version} - -%description mongolian-babel -This package provides support for Mongolian in a Cyrillic -alphabet. (The work derives from the earlier Russian work for -babel.) - -date: 2010-06-08 01:06:42 +0200 - -%post mongolian-babel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mongolian-babel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mongolian-babel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mongolian-babel-doc -Summary: Documentation for mongolian-babel -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-mongolian-babel-doc -BuildArch: noarch -AutoReqProv: No - -%description mongolian-babel-doc -Documentation for mongolian-babel - -%package montex -Provides: tex-montex = %{tl_version} -License: GPL+ -Summary: Mongolian LaTeX -Version: svn29349.IVu.04.092 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-cbfonts -Requires: tex(ifthen.sty) -Requires: tex(diagnose.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(rotating.sty) -Requires: tex(lscape.sty) -Provides: tex(mongolian.map) = %{tl_version} -Provides: tex(bcghsb.tfm) = %{tl_version} -Provides: tex(bcghsm.tfm) = %{tl_version} -Provides: tex(bcghwb.tfm) = %{tl_version} -Provides: tex(bcghwm.tfm) = %{tl_version} -Provides: tex(bcgvsb.tfm) = %{tl_version} -Provides: tex(bcgvsm.tfm) = %{tl_version} -Provides: tex(bcgvwb.tfm) = %{tl_version} -Provides: tex(bcgvwm.tfm) = %{tl_version} -Provides: tex(bicighb.tfm) = %{tl_version} -Provides: tex(bicighm.tfm) = %{tl_version} -Provides: tex(bicigvb.tfm) = %{tl_version} -Provides: tex(bicigvm.tfm) = %{tl_version} -Provides: tex(bthhsb.tfm) = %{tl_version} -Provides: tex(bthhsm.tfm) = %{tl_version} -Provides: tex(bthhwb.tfm) = %{tl_version} -Provides: tex(bthhwm.tfm) = %{tl_version} -Provides: tex(bthvsb.tfm) = %{tl_version} -Provides: tex(bthvsm.tfm) = %{tl_version} -Provides: tex(bthvwb.tfm) = %{tl_version} -Provides: tex(bthvwm.tfm) = %{tl_version} -Provides: tex(bxghsb.tfm) = %{tl_version} -Provides: tex(bxghsm.tfm) = %{tl_version} -Provides: tex(bxghwb.tfm) = %{tl_version} -Provides: tex(bxghwm.tfm) = %{tl_version} -Provides: tex(bxgvsb.tfm) = %{tl_version} -Provides: tex(bxgvsm.tfm) = %{tl_version} -Provides: tex(bxgvwb.tfm) = %{tl_version} -Provides: tex(bxgvwm.tfm) = %{tl_version} -Provides: tex(kmb10.tfm) = %{tl_version} -Provides: tex(kmbx10.tfm) = %{tl_version} -Provides: tex(kmbx12.tfm) = %{tl_version} -Provides: tex(kmbx5.tfm) = %{tl_version} -Provides: tex(kmbx6.tfm) = %{tl_version} -Provides: tex(kmbx7.tfm) = %{tl_version} -Provides: tex(kmbx8.tfm) = %{tl_version} -Provides: tex(kmbx9.tfm) = %{tl_version} -Provides: tex(kmbxsl10.tfm) = %{tl_version} -Provides: tex(kmbxti10.tfm) = %{tl_version} -Provides: tex(kmcsc10.tfm) = %{tl_version} -Provides: tex(kmcsc8.tfm) = %{tl_version} -Provides: tex(kmcsc9.tfm) = %{tl_version} -Provides: tex(kmdunh10.tfm) = %{tl_version} -Provides: tex(kmff10.tfm) = %{tl_version} -Provides: tex(kmfi10.tfm) = %{tl_version} -Provides: tex(kmfib8.tfm) = %{tl_version} -Provides: tex(kminch.tfm) = %{tl_version} -Provides: tex(kmitt10.tfm) = %{tl_version} -Provides: tex(kmr10.tfm) = %{tl_version} -Provides: tex(kmr12.tfm) = %{tl_version} -Provides: tex(kmr17.tfm) = %{tl_version} -Provides: tex(kmr5.tfm) = %{tl_version} -Provides: tex(kmr6.tfm) = %{tl_version} -Provides: tex(kmr7.tfm) = %{tl_version} -Provides: tex(kmr8.tfm) = %{tl_version} -Provides: tex(kmr9.tfm) = %{tl_version} -Provides: tex(kmsl10.tfm) = %{tl_version} -Provides: tex(kmsl12.tfm) = %{tl_version} -Provides: tex(kmsl8.tfm) = %{tl_version} -Provides: tex(kmsl9.tfm) = %{tl_version} -Provides: tex(kmsltt10.tfm) = %{tl_version} -Provides: tex(kmss10.tfm) = %{tl_version} -Provides: tex(kmss12.tfm) = %{tl_version} -Provides: tex(kmss17.tfm) = %{tl_version} -Provides: tex(kmss8.tfm) = %{tl_version} -Provides: tex(kmss9.tfm) = %{tl_version} -Provides: tex(kmssbx10.tfm) = %{tl_version} -Provides: tex(kmssdc10.tfm) = %{tl_version} -Provides: tex(kmssi10.tfm) = %{tl_version} -Provides: tex(kmssi12.tfm) = %{tl_version} -Provides: tex(kmssi17.tfm) = %{tl_version} -Provides: tex(kmssi8.tfm) = %{tl_version} -Provides: tex(kmssi9.tfm) = %{tl_version} -Provides: tex(kmssq8.tfm) = %{tl_version} -Provides: tex(kmssqi8.tfm) = %{tl_version} -Provides: tex(kmtcsc10.tfm) = %{tl_version} -Provides: tex(kmti10.tfm) = %{tl_version} -Provides: tex(kmti12.tfm) = %{tl_version} -Provides: tex(kmti7.tfm) = %{tl_version} -Provides: tex(kmti8.tfm) = %{tl_version} -Provides: tex(kmti9.tfm) = %{tl_version} -Provides: tex(kmtt10.tfm) = %{tl_version} -Provides: tex(kmtt12.tfm) = %{tl_version} -Provides: tex(kmtt8.tfm) = %{tl_version} -Provides: tex(kmtt9.tfm) = %{tl_version} -Provides: tex(kmu10.tfm) = %{tl_version} -Provides: tex(kmvtt10.tfm) = %{tl_version} -Provides: tex(kmvtti10.tfm) = %{tl_version} -Provides: tex(bcghsb.pfb) = %{tl_version} -Provides: tex(bcghsm.pfb) = %{tl_version} -Provides: tex(bcghwb.pfb) = %{tl_version} -Provides: tex(bcghwm.pfb) = %{tl_version} -Provides: tex(bcgvsb.pfb) = %{tl_version} -Provides: tex(bcgvsm.pfb) = %{tl_version} -Provides: tex(bcgvwb.pfb) = %{tl_version} -Provides: tex(bcgvwm.pfb) = %{tl_version} -Provides: tex(bicighb.pfb) = %{tl_version} -Provides: tex(bicighm.pfb) = %{tl_version} -Provides: tex(bicigvb.pfb) = %{tl_version} -Provides: tex(bicigvm.pfb) = %{tl_version} -Provides: tex(bthhsb.pfb) = %{tl_version} -Provides: tex(bthhsm.pfb) = %{tl_version} -Provides: tex(bthhwb.pfb) = %{tl_version} -Provides: tex(bthhwm.pfb) = %{tl_version} -Provides: tex(bthvsb.pfb) = %{tl_version} -Provides: tex(bthvsm.pfb) = %{tl_version} -Provides: tex(bthvwb.pfb) = %{tl_version} -Provides: tex(bthvwm.pfb) = %{tl_version} -Provides: tex(bxghsb.pfb) = %{tl_version} -Provides: tex(bxghsm.pfb) = %{tl_version} -Provides: tex(bxghwb.pfb) = %{tl_version} -Provides: tex(bxghwm.pfb) = %{tl_version} -Provides: tex(bxgvsb.pfb) = %{tl_version} -Provides: tex(bxgvsm.pfb) = %{tl_version} -Provides: tex(bxgvwb.pfb) = %{tl_version} -Provides: tex(bxgvwm.pfb) = %{tl_version} -Provides: tex(kmbx10.pfb) = %{tl_version} -Provides: tex(kmr10.pfb) = %{tl_version} -Provides: tex(kmss10.pfb) = %{tl_version} -Provides: tex(bicig.def) = %{tl_version} -Provides: tex(bithe.def) = %{tl_version} -Provides: tex(buryat.def) = %{tl_version} -Provides: tex(cpctt.def) = %{tl_version} -Provides: tex(cpdbk.def) = %{tl_version} -Provides: tex(cpibmrus.def) = %{tl_version} -Provides: tex(cpkoi.def) = %{tl_version} -Provides: tex(cpmls.def) = %{tl_version} -Provides: tex(cpmnk.def) = %{tl_version} -Provides: tex(cpmos.def) = %{tl_version} -Provides: tex(cpncc.def) = %{tl_version} -Provides: tex(english.def) = %{tl_version} -Provides: tex(kazakh.def) = %{tl_version} -Provides: tex(lmabthhs.fd) = %{tl_version} -Provides: tex(lmabthhw.fd) = %{tl_version} -Provides: tex(lmabthvs.fd) = %{tl_version} -Provides: tex(lmabthvw.fd) = %{tl_version} -Provides: tex(lmaenc.def) = %{tl_version} -Provides: tex(lmccmdh.fd) = %{tl_version} -Provides: tex(lmccmfib.fd) = %{tl_version} -Provides: tex(lmccmfr.fd) = %{tl_version} -Provides: tex(lmccmiss.fd) = %{tl_version} -Provides: tex(lmccmr.fd) = %{tl_version} -Provides: tex(lmccmss.fd) = %{tl_version} -Provides: tex(lmccmssq.fd) = %{tl_version} -Provides: tex(lmccmtt.fd) = %{tl_version} -Provides: tex(lmccmvtt.fd) = %{tl_version} -Provides: tex(lmcenc.def) = %{tl_version} -Provides: tex(lmclcmss.fd) = %{tl_version} -Provides: tex(lmobcghs.fd) = %{tl_version} -Provides: tex(lmobcghw.fd) = %{tl_version} -Provides: tex(lmobcgvs.fd) = %{tl_version} -Provides: tex(lmobcgvw.fd) = %{tl_version} -Provides: tex(lmoenc.def) = %{tl_version} -Provides: tex(lmsbcgh.fd) = %{tl_version} -Provides: tex(lmsbcgv.fd) = %{tl_version} -Provides: tex(lmsenc.def) = %{tl_version} -Provides: tex(lmubxghs.fd) = %{tl_version} -Provides: tex(lmubxghw.fd) = %{tl_version} -Provides: tex(lmubxgvs.fd) = %{tl_version} -Provides: tex(lmubxgvw.fd) = %{tl_version} -Provides: tex(lmuenc.def) = %{tl_version} -Provides: tex(mls.sty) = %{tl_version} -Provides: tex(mlsgalig.tex) = %{tl_version} -Provides: tex(mlstrans.tex) = %{tl_version} -Provides: tex(mnhyphex.tex) = %{tl_version} -Provides: tex(rlbicig.sty) = %{tl_version} -Provides: tex(russian.def) = %{tl_version} -Provides: tex(xalx.def) = %{tl_version} - -%description montex -MonTeX provides Mongolian and Manju support for the TeX/LaTeX -community. Mongolian is a language spoken in North East Asia, -namely Mongolia and the Inner Mongol Autonomous Region of -China. Today, it is written in an extended Cyrillic alphabet in -Mongolia whereas the Uighur writing continues to be in use in -Inner Mongolia, though it is also, legally speaking, the -official writing system of Mongolia. Manju is another language -of North East Asia, belonging to the Tungusic branch of the -Altaic languages. Though it is hardly spoken nowadays, it -survives in written form as Manju was the native language of -the rulers of the Qing dynasty (1644-1911) in China. Large -quantities of documents of the Imperial Archives survive, as -well as some of the finest dictionaries ever compiled in Asia, -like the Pentaglot, a dictionary comprising Manju, Tibetan, -Mongolian, Uighur and Chinese. MonTeX provides all necessary -characters for writing standard Mongolian in Cyrillic and -Classical (aka Traditional or Uighur) writing, and Manju as -well as transliterated Tibetan texts, for which purpose a -number of additional characters was created. In MonTeX, both -Mongolian and Manju are entered in romanized form. The -retransliteration (from Latin input to Mongolian and Manju -output) is completely realized in TeX/Metafont so that no -external preprocessor is required. Please note that most of the -enhanced functions of MonTeX require a working e-LaTeX -environment. This is especially true when compiling documents -with Mongolian or Manju as the main document language. It is -recommended to choose pdfelatex as the resulting PDF files are -truly portable. Vertical text generated by MonTeX is not -supported in DVI. - -date: 2012-07-07 22:27:26 +0200 - -%post montex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap mongolian.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap mongolian.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun montex -if [ $1 == 0 ] ; then -sed -i '/^MixedMap mongolian.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans montex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package montex-doc -Summary: Documentation for montex -Version: svn29349.IVu.04.092 -Release: %{tl_noarch_release} -Provides: tex-montex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-cbfonts-doc - -%description montex-doc -Documentation for montex - -%package collection-langnorwegian -Summary: Norwegian -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-norwegian -Requires: texlive-collection-basic - -%description collection-langnorwegian -Support for typesetting Norwegian. - -%package hyphen-norwegian -Provides: tex-hyphen-norwegian = %{tl_version} -License: LPPL -Summary: Norwegian Bokmal and Nynorsk hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-norwegian -Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC -and UTF-8 encodings. - -%post hyphen-norwegian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/bokmal.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "bokmal loadhyph-nb.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=norwegian/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=norwegian" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=norsk/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=norsk" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/nynorsk.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "nynorsk loadhyph-nn.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-norwegian -if [ $1 == 0 ] ; then -sed -i '/bokmal.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=norwegian/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=norsk/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/nynorsk.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-norwegian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langother -Summary: Other hyphenation patterns -Version: svn29193.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-afrikaans -Requires: tex-hyphen-armenian -Requires: tex-hyphen-coptic -Requires: tex-hyphen-esperanto -Requires: tex-hyphen-estonian -Requires: tex-hyphen-friulan -Requires: tex-hyphen-icelandic -Requires: tex-hyphen-indonesian -Requires: tex-hyphen-interlingua -Requires: tex-hyphen-irish -Requires: tex-hyphen-kurmanji -Requires: tex-hyphen-piedmontese -Requires: tex-hyphen-romanian -Requires: tex-hyphen-romansh -Requires: tex-hyphen-serbian -Requires: tex-hyphen-slovenian -Requires: tex-hyphen-turkish -Requires: tex-hyphen-uppersorbian -Requires: tex-hyphen-welsh -Requires: texlive-collection-basic - -%description collection-langother -Hyphenation patterns for languages without (much) other -support. - -%package hyphen-afrikaans -Provides: tex-hyphen-afrikaans = %{tl_version} -License: LPPL -Summary: Afrikaans hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-afrikaans -Hyphenation patterns for Afrikaans in T1/EC and UTF-8 -encodings. OpenOffice includes older patterns created by a -different author, but the patterns packaged with TeX are -considered superior in quality. - -%post hyphen-afrikaans -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/afrikaans.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "afrikaans loadhyph-af.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-afrikaans -if [ $1 == 0 ] ; then -sed -i '/afrikaans.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-afrikaans -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-armenian -Provides: tex-hyphen-armenian = %{tl_version} -License: LPPL -Summary: Armenian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-armenian -Hyphenation patterns for Armenian for Unicode engines. - -%post hyphen-armenian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/armenian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "armenian loadhyph-hy.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-armenian -if [ $1 == 0 ] ; then -sed -i '/armenian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-armenian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-coptic -Provides: tex-hyphen-coptic = %{tl_version} -License: LPPL -Summary: Coptic hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-coptic -Hyphenation patterns for Coptic in UTF-8 encoding as well as in -ASCII-based encoding for 8-bit engines. The latter can only be -used with special Coptic fonts (like CBcoptic). The patterns -are considered experimental. - -%post hyphen-coptic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/coptic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "coptic loadhyph-cop.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-coptic -if [ $1 == 0 ] ; then -sed -i '/coptic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-coptic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-esperanto -Provides: tex-hyphen-esperanto = %{tl_version} -License: LPPL -Summary: Esperanto hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-esperanto -Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8 -encodings. Note that TeX distributions don't ship any suitable -fonts in Latin 3 encoding, so unless you create your own font -support or want to use MlTeX, using native Unicode engines is -highly recommended. - -%post hyphen-esperanto -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/esperanto.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "esperanto loadhyph-eo.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-esperanto -if [ $1 == 0 ] ; then -sed -i '/esperanto.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-esperanto -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-estonian -Provides: tex-hyphen-estonian = %{tl_version} -License: LPPL -Summary: Estonian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-estonian -Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings. - -%post hyphen-estonian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/estonian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "estonian loadhyph-et.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-estonian -if [ $1 == 0 ] ; then -sed -i '/estonian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-estonian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-friulan -Provides: tex-hyphen-friulan = %{tl_version} -License: LPPL -Summary: Friulan hyphenation patterns -Version: svn26595.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-friulan -Hyphenation patterns for Friulan in ASCII encoding. They are -supposed to comply with the common spelling of the Friulan -(Furlan) language as fixed by the Regional Law N.15/96 dated -November 6, 1996 and its following amendments. - -%post hyphen-friulan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/friulan.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "friulan loadhyph-fur.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-friulan -if [ $1 == 0 ] ; then -sed -i '/friulan.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-friulan -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-icelandic -Provides: tex-hyphen-icelandic = %{tl_version} -License: LPPL -Summary: Icelandic hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-icelandic -Hyphenation patterns for Icelandic in T1/EC and UTF-8 -encodings. - -date: 2007-04-17 11:56:04 +0200 - -%post hyphen-icelandic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/icelandic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "icelandic loadhyph-is.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-icelandic -if [ $1 == 0 ] ; then -sed -i '/icelandic.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-icelandic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-indonesian -Provides: tex-hyphen-indonesian = %{tl_version} -License: LPPL -Summary: Indonesian hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-indonesian -Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII -encoding. They are probably also usable for Malay (Bahasa -Melayu). - -%post hyphen-indonesian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/indonesian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "indonesian loadhyph-id.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-indonesian -if [ $1 == 0 ] ; then -sed -i '/indonesian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-indonesian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-interlingua -Provides: tex-hyphen-interlingua = %{tl_version} -License: LPPL -Summary: Interlingua hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-interlingua -Hyphenation patterns for Interlingua in ASCII encoding. - -%post hyphen-interlingua -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/interlingua.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "interlingua loadhyph-ia.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-interlingua -if [ $1 == 0 ] ; then -sed -i '/interlingua.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-interlingua -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-irish -Provides: tex-hyphen-irish = %{tl_version} -License: LPPL -Summary: Irish hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-irish -Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8 -encodings. Visit http://borel.slu.edu/fleiscin/index.html for -more information. - -%post hyphen-irish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/irish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "irish loadhyph-ga.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-irish -if [ $1 == 0 ] ; then -sed -i '/irish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-irish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-kurmanji -Provides: tex-hyphen-kurmanji = %{tl_version} -License: LPPL -Summary: Kurmanji hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-kurmanji -Hyphenation patterns for Kurmanji (Northern Kurdish) as spoken -in Turkey and by the Kurdish diaspora in Europe, in T1/EC and -UTF-8 encodings. - -%post hyphen-kurmanji -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/kurmanji.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "kurmanji loadhyph-kmr.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{kurmanji}{loadhyph-kmr.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-kurmanji -if [ $1 == 0 ] ; then -sed -i '/kurmanji.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-kurmanji -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-piedmontese -Provides: tex-hyphen-piedmontese = %{tl_version} -License: LPPL -Summary: Piedmontese hyphenation patterns -Version: svn29193.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-piedmontese -Hyphenation patterns for Piedmontese in ASCII encoding. -Compliant with 'Gramatica dla lengua piemonteisa' by Camillo -Brero. - -%post hyphen-piedmontese -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/piedmontese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "piedmontese loadhyph-pms.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{piedmontese}{loadhyph-pms.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-piedmontese -if [ $1 == 0 ] ; then -sed -i '/piedmontese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-piedmontese -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-romanian -Provides: tex-hyphen-romanian = %{tl_version} -License: LPPL -Summary: Romanian hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-romanian -Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings. -The UTF-8 patterns use U+0219 for the character 's with comma -accent' and U+021B for 't with comma accent', but we may -consider using U+015F and U+0163 as well in the future. - -%post hyphen-romanian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/romanian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "romanian loadhyph-ro.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-romanian -if [ $1 == 0 ] ; then -sed -i '/romanian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-romanian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-romansh -Provides: tex-hyphen-romansh = %{tl_version} -License: LPPL -Summary: Romansh hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-romansh -Hyphenation patterns for Romansh in ASCII encoding. They are -supposed to comply with the rules indicated by the Lia -Rumantscha (Romansh language society). - -%post hyphen-romansh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/romansh.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "romansh loadhyph-rm.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{romansh}{loadhyph-rm.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-romansh -if [ $1 == 0 ] ; then -sed -i '/romansh.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-romansh -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-serbian -Provides: tex-hyphen-serbian = %{tl_version} -License: GPL+ -Summary: Serbian hyphenation patterns -Version: svn25990.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-serbian -Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8 -encodings. For 8-bit engines the patterns are available -separately as 'serbian' in T1/EC encoding for Latin script and -'serbianc' in T2A encoding for Cyrillic script. Unicode engines -should only use 'serbian' which has patterns in both scripts -combined. - -date: 2007-02-28 00:02:05 +0100 - -%post hyphen-serbian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/serbian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "serbian loadhyph-sr-latn.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/serbianc.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "serbianc loadhyph-sr-cyrl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-serbian -if [ $1 == 0 ] ; then -sed -i '/serbian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/serbianc.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-serbian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-slovenian -Provides: tex-hyphen-slovenian = %{tl_version} -License: LPPL -Summary: Slovenian hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-slovenian -Hyphenation patterns for Slovenian in T1/EC and UTF-8 -encodings. - -%post hyphen-slovenian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/slovenian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "slovenian loadhyph-sl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=slovene/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=slovene" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-slovenian -if [ $1 == 0 ] ; then -sed -i '/slovenian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=slovene/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-slovenian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-turkish -Provides: tex-hyphen-turkish = %{tl_version} -License: Copyright only -Summary: Turkish hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-turkish -Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings. -The patterns for Turkish were first produced for the Ottoman -Texts Project in 1987 and were suitable for both Modern Turkish -and Ottoman Turkish in Latin script, however the required -character set didn't fit into EC encoding, so support for -Ottoman Turkish had to be dropped to keep compatibility with 8- -bit engines. - -date: 2011-02-23 08:51:21 +0100 - -%post hyphen-turkish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/turkish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "turkish loadhyph-tr.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-turkish -if [ $1 == 0 ] ; then -sed -i '/turkish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-turkish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-uppersorbian -Provides: tex-hyphen-uppersorbian = %{tl_version} -License: LPPL -Summary: Upper Sorbian hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-uppersorbian -Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8 -encodings. - -%post hyphen-uppersorbian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/uppersorbian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "uppersorbian loadhyph-hsb.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-uppersorbian -if [ $1 == 0 ] ; then -sed -i '/uppersorbian.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-uppersorbian -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-welsh -Provides: tex-hyphen-welsh = %{tl_version} -License: LPPL -Summary: Welsh hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-welsh -Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings. - -%post hyphen-welsh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/welsh.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "welsh loadhyph-cy.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-welsh -if [ $1 == 0 ] ; then -sed -i '/welsh.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-welsh -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langpolish -Summary: Polish -Version: svn23552.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-cc-pl -Requires: tex-gustlib -Requires: texlive-gustprog-doc -Requires: tex-mex -Requires: tex-mwcls -Requires: tex-pl -Requires: tex-polski -Requires: tex-przechlewski-book -Requires: tex-qpxqtx -Requires: tex-tap -Requires: tex-utf8mex -Requires: tex-hyphen-polish -Requires: texlive-collection-latex -Requires: texlive-collection-basic - -%description collection-langpolish -Support for typesetting Polish. - -%package gustlib -Provides: tex-gustlib = %{tl_version} -License: Public Domain -Summary: Polish oriented macros -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(biblotex.tex) = %{tl_version} -Provides: tex(infr-ex.tex) = %{tl_version} -Provides: tex(infram.tex) = %{tl_version} -Provides: tex(map.tex) = %{tl_version} -Provides: tex(split.tex) = %{tl_version} -Provides: tex(tsp.tex) = %{tl_version} -Provides: tex(tun.tex) = %{tl_version} -Provides: tex(mcol-ex.tex) = %{tl_version} -Provides: tex(meashor.tex) = %{tl_version} -Provides: tex(mimulcol.tex) = %{tl_version} -Provides: tex(plidxmac.tex) = %{tl_version} -Provides: tex(przyklad.tex) = %{tl_version} -Provides: tex(rbox-ex.tex) = %{tl_version} -Provides: tex(roundbox.tex) = %{tl_version} -Provides: tex(tp-crf.tex) = %{tl_version} -Provides: tex(verbatim-dek.tex) = %{tl_version} - -%description gustlib -Various small utility packages for typesetting in plain TeX, -with a Polish perspective. Neither the package, nor any of its -contents, appears on CTAN. - -date: 2007-01-21 11:04:51 +0100 - -%post gustlib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gustlib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gustlib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gustlib-doc -Summary: Documentation for gustlib -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gustlib-doc -BuildArch: noarch -AutoReqProv: No - -%description gustlib-doc -Documentation for gustlib - -%package gustprog-doc -Summary: Documentation for gustprog -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gustprog-doc -BuildArch: noarch -AutoReqProv: No - -%description gustprog-doc -Documentation for gustprog - -%package mex -Provides: tex-mex = %{tl_version} -License: Public Domain -Summary: Polish formats for TeX -Version: svn22650.1.05 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-pl -Requires: tex-hyphen-polish -Requires: tex-pdftex -Requires: tex-tex -Requires: texlive-mex-bin -Provides: tex(lamex.tex) = %{tl_version} -Provides: tex(mex.tex) = %{tl_version} -Provides: tex(mex1.tex) = %{tl_version} -Provides: tex(mex2.tex) = %{tl_version} -Provides: tex(mexconf.tex) = %{tl_version} - -%description mex -MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX) -formats to the Polish language and to Polish printing customs. -It contains a complete set of Metafont sources of Polish fonts, -hyphenation rules for the Polish language and sources of -formats. - -date: 2011-04-11 12:20:39 +0200 - -%post mex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ mex.*$/mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ pdfmex.*$/pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -sed -i 's/^\#\!\ utf8mex.*$/utf8mex pdftex mexconf.tex -enc *utf8mex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf -touch /var/run/texlive/run-fmtutil -fi -: - -%postun mex -if [ $1 == 0 ] ; then -sed -i 's/^mex.*$/\#\!\ mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^pdfmex.*$/\#\!\ pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^utf8mex.*$/\#\!\ utf8mex pdftex mexconf.tex -enc *utf8mex.ini/' %{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans mex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mex-doc -Summary: Documentation for mex -Version: svn22650.1.05 -Release: %{tl_noarch_release} -Provides: tex-mex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-pl-doc -Requires: tex-pdftex-doc - -%description mex-doc -Documentation for mex - -%package pl -Provides: tex-pl = %{tl_version} -License: Public Domain -Summary: Polish extension of CM fonts in Type 1 format -Version: svn15878.1.15 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(plin.enc) = %{tl_version} -Provides: tex(plit.enc) = %{tl_version} -Provides: tex(plitt.enc) = %{tl_version} -Provides: tex(plme.enc) = %{tl_version} -Provides: tex(plmi.enc) = %{tl_version} -Provides: tex(plms.enc) = %{tl_version} -Provides: tex(plrm.enc) = %{tl_version} -Provides: tex(plsc.enc) = %{tl_version} -Provides: tex(plte.enc) = %{tl_version} -Provides: tex(pltt.enc) = %{tl_version} -Provides: tex(plother.map) = %{tl_version} -Provides: tex(pltext.map) = %{tl_version} -Provides: tex(plb10.tfm) = %{tl_version} -Provides: tex(plbsy10.tfm) = %{tl_version} -Provides: tex(plbsy5.tfm) = %{tl_version} -Provides: tex(plbsy7.tfm) = %{tl_version} -Provides: tex(plbx10.tfm) = %{tl_version} -Provides: tex(plbx12.tfm) = %{tl_version} -Provides: tex(plbx5.tfm) = %{tl_version} -Provides: tex(plbx6.tfm) = %{tl_version} -Provides: tex(plbx7.tfm) = %{tl_version} -Provides: tex(plbx8.tfm) = %{tl_version} -Provides: tex(plbx9.tfm) = %{tl_version} -Provides: tex(plbxsl10.tfm) = %{tl_version} -Provides: tex(plbxti10.tfm) = %{tl_version} -Provides: tex(plcsc10.tfm) = %{tl_version} -Provides: tex(pldunh10.tfm) = %{tl_version} -Provides: tex(plex10.tfm) = %{tl_version} -Provides: tex(plex9.tfm) = %{tl_version} -Provides: tex(plff10.tfm) = %{tl_version} -Provides: tex(plfi10.tfm) = %{tl_version} -Provides: tex(plfib8.tfm) = %{tl_version} -Provides: tex(plinch.tfm) = %{tl_version} -Provides: tex(plitt10.tfm) = %{tl_version} -Provides: tex(plmi10.tfm) = %{tl_version} -Provides: tex(plmi12.tfm) = %{tl_version} -Provides: tex(plmi5.tfm) = %{tl_version} -Provides: tex(plmi6.tfm) = %{tl_version} -Provides: tex(plmi7.tfm) = %{tl_version} -Provides: tex(plmi8.tfm) = %{tl_version} -Provides: tex(plmi9.tfm) = %{tl_version} -Provides: tex(plmib10.tfm) = %{tl_version} -Provides: tex(plmib5.tfm) = %{tl_version} -Provides: tex(plmib7.tfm) = %{tl_version} -Provides: tex(plr10.tfm) = %{tl_version} -Provides: tex(plr12.tfm) = %{tl_version} -Provides: tex(plr17.tfm) = %{tl_version} -Provides: tex(plr5.tfm) = %{tl_version} -Provides: tex(plr6.tfm) = %{tl_version} -Provides: tex(plr7.tfm) = %{tl_version} -Provides: tex(plr8.tfm) = %{tl_version} -Provides: tex(plr9.tfm) = %{tl_version} -Provides: tex(plsl10.tfm) = %{tl_version} -Provides: tex(plsl12.tfm) = %{tl_version} -Provides: tex(plsl8.tfm) = %{tl_version} -Provides: tex(plsl9.tfm) = %{tl_version} -Provides: tex(plsltt10.tfm) = %{tl_version} -Provides: tex(plss10.tfm) = %{tl_version} -Provides: tex(plss12.tfm) = %{tl_version} -Provides: tex(plss17.tfm) = %{tl_version} -Provides: tex(plss8.tfm) = %{tl_version} -Provides: tex(plss9.tfm) = %{tl_version} -Provides: tex(plssbi10.tfm) = %{tl_version} -Provides: tex(plssbx10.tfm) = %{tl_version} -Provides: tex(plssdc10.tfm) = %{tl_version} -Provides: tex(plssi10.tfm) = %{tl_version} -Provides: tex(plssi12.tfm) = %{tl_version} -Provides: tex(plssi17.tfm) = %{tl_version} -Provides: tex(plssi8.tfm) = %{tl_version} -Provides: tex(plssi9.tfm) = %{tl_version} -Provides: tex(plssq8.tfm) = %{tl_version} -Provides: tex(plssqi8.tfm) = %{tl_version} -Provides: tex(plsy10.tfm) = %{tl_version} -Provides: tex(plsy5.tfm) = %{tl_version} -Provides: tex(plsy6.tfm) = %{tl_version} -Provides: tex(plsy7.tfm) = %{tl_version} -Provides: tex(plsy8.tfm) = %{tl_version} -Provides: tex(plsy9.tfm) = %{tl_version} -Provides: tex(pltcsc10.tfm) = %{tl_version} -Provides: tex(pltex10.tfm) = %{tl_version} -Provides: tex(pltex8.tfm) = %{tl_version} -Provides: tex(pltex9.tfm) = %{tl_version} -Provides: tex(plti10.tfm) = %{tl_version} -Provides: tex(plti12.tfm) = %{tl_version} -Provides: tex(plti7.tfm) = %{tl_version} -Provides: tex(plti8.tfm) = %{tl_version} -Provides: tex(plti9.tfm) = %{tl_version} -Provides: tex(pltt10.tfm) = %{tl_version} -Provides: tex(pltt12.tfm) = %{tl_version} -Provides: tex(pltt8.tfm) = %{tl_version} -Provides: tex(pltt9.tfm) = %{tl_version} -Provides: tex(plu10.tfm) = %{tl_version} -Provides: tex(plvtt10.tfm) = %{tl_version} -Provides: tex(plb10.pfb) = %{tl_version} -Provides: tex(plbsy10.pfb) = %{tl_version} -Provides: tex(plbx10.pfb) = %{tl_version} -Provides: tex(plbx12.pfb) = %{tl_version} -Provides: tex(plbx5.pfb) = %{tl_version} -Provides: tex(plbx6.pfb) = %{tl_version} -Provides: tex(plbx7.pfb) = %{tl_version} -Provides: tex(plbx8.pfb) = %{tl_version} -Provides: tex(plbx9.pfb) = %{tl_version} -Provides: tex(plbxsl10.pfb) = %{tl_version} -Provides: tex(plbxti10.pfb) = %{tl_version} -Provides: tex(plcsc10.pfb) = %{tl_version} -Provides: tex(pldunh10.pfb) = %{tl_version} -Provides: tex(plex10.pfb) = %{tl_version} -Provides: tex(plex9.pfb) = %{tl_version} -Provides: tex(plff10.pfb) = %{tl_version} -Provides: tex(plfi10.pfb) = %{tl_version} -Provides: tex(plfib8.pfb) = %{tl_version} -Provides: tex(plinch.pfb) = %{tl_version} -Provides: tex(plitt10.pfb) = %{tl_version} -Provides: tex(plmi10.pfb) = %{tl_version} -Provides: tex(plmi12.pfb) = %{tl_version} -Provides: tex(plmi5.pfb) = %{tl_version} -Provides: tex(plmi6.pfb) = %{tl_version} -Provides: tex(plmi7.pfb) = %{tl_version} -Provides: tex(plmi8.pfb) = %{tl_version} -Provides: tex(plmi9.pfb) = %{tl_version} -Provides: tex(plmib10.pfb) = %{tl_version} -Provides: tex(plr10.pfb) = %{tl_version} -Provides: tex(plr12.pfb) = %{tl_version} -Provides: tex(plr17.pfb) = %{tl_version} -Provides: tex(plr5.pfb) = %{tl_version} -Provides: tex(plr6.pfb) = %{tl_version} -Provides: tex(plr7.pfb) = %{tl_version} -Provides: tex(plr8.pfb) = %{tl_version} -Provides: tex(plr9.pfb) = %{tl_version} -Provides: tex(plsl10.pfb) = %{tl_version} -Provides: tex(plsl12.pfb) = %{tl_version} -Provides: tex(plsl8.pfb) = %{tl_version} -Provides: tex(plsl9.pfb) = %{tl_version} -Provides: tex(plsltt10.pfb) = %{tl_version} -Provides: tex(plss10.pfb) = %{tl_version} -Provides: tex(plss12.pfb) = %{tl_version} -Provides: tex(plss17.pfb) = %{tl_version} -Provides: tex(plss8.pfb) = %{tl_version} -Provides: tex(plss9.pfb) = %{tl_version} -Provides: tex(plssbi10.pfb) = %{tl_version} -Provides: tex(plssbx10.pfb) = %{tl_version} -Provides: tex(plssdc10.pfb) = %{tl_version} -Provides: tex(plssi10.pfb) = %{tl_version} -Provides: tex(plssi12.pfb) = %{tl_version} -Provides: tex(plssi17.pfb) = %{tl_version} -Provides: tex(plssi8.pfb) = %{tl_version} -Provides: tex(plssi9.pfb) = %{tl_version} -Provides: tex(plssq8.pfb) = %{tl_version} -Provides: tex(plssqi8.pfb) = %{tl_version} -Provides: tex(plsy10.pfb) = %{tl_version} -Provides: tex(plsy5.pfb) = %{tl_version} -Provides: tex(plsy6.pfb) = %{tl_version} -Provides: tex(plsy7.pfb) = %{tl_version} -Provides: tex(plsy8.pfb) = %{tl_version} -Provides: tex(plsy9.pfb) = %{tl_version} -Provides: tex(pltcsc10.pfb) = %{tl_version} -Provides: tex(pltex10.pfb) = %{tl_version} -Provides: tex(pltex8.pfb) = %{tl_version} -Provides: tex(pltex9.pfb) = %{tl_version} -Provides: tex(plti10.pfb) = %{tl_version} -Provides: tex(plti12.pfb) = %{tl_version} -Provides: tex(plti7.pfb) = %{tl_version} -Provides: tex(plti8.pfb) = %{tl_version} -Provides: tex(plti9.pfb) = %{tl_version} -Provides: tex(pltt10.pfb) = %{tl_version} -Provides: tex(pltt12.pfb) = %{tl_version} -Provides: tex(pltt8.pfb) = %{tl_version} -Provides: tex(pltt9.pfb) = %{tl_version} -Provides: tex(plu10.pfb) = %{tl_version} -Provides: tex(plvtt10.pfb) = %{tl_version} - -%description pl -This package is the Polish extension of the Computer Modern -fonts (known as PL fonts),in Adobe Type 1 (PostScript) format. -The fonts use the same .tfm files as for the version generated -by MetaFont. This release of fonts was adapted to the (mostly -guessed) demands of the Windows environment, while keeping the -fonts usable with TeX; however, encoding files are now added, -as Windows and TeX use different encoding schemes. - -date: 2009-10-07 21:35:42 +0200 - -%post pl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap plother.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap plother.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap pltext.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap pltext.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun pl -if [ $1 == 0 ] ; then -sed -i '/^MixedMap plother.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap pltext.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans pl -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pl-doc -Summary: Documentation for pl -Version: svn15878.1.15 -Release: %{tl_noarch_release} -Provides: tex-pl-doc -BuildArch: noarch -AutoReqProv: No - -%description pl-doc -Documentation for pl - -%package hyphen-polish -Provides: tex-hyphen-polish = %{tl_version} -License: Knuth -Summary: Polish hyphenation patterns -Version: svn25990.3.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-polish -Hyphenation patterns for Polish in QX and UTF-8 encodings. -These patterns are also used by Polish TeX formats MeX and -LaMeX. - -date: 2009-10-07 21:35:42 +0200 - -%post hyphen-polish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/polish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "polish loadhyph-pl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-polish -if [ $1 == 0 ] ; then -sed -i '/polish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-polish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mex-bin -Summary: Binaries for mex -Version: svn3006.0 -Requires: texlive-base -Requires: tex-mex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mex-bin -Binaries for mex - -%package mwcls -Provides: tex-mwcls = %{tl_version} -License: LPPL -Summary: Polish-oriented document classes -Version: svn15878.0.74 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mw10.clo) = %{tl_version} -Provides: tex(mw11.clo) = %{tl_version} -Provides: tex(mw12.clo) = %{tl_version} -Provides: tex(mwart.cls) = %{tl_version} -Provides: tex(mwbk.cls) = %{tl_version} -Provides: tex(mwbk10.clo) = %{tl_version} -Provides: tex(mwbk11.clo) = %{tl_version} -Provides: tex(mwbk12.clo) = %{tl_version} -Provides: tex(mwrep.cls) = %{tl_version} - -%description mwcls -mwcls is a set of document classes for LaTeX 2e designed with -Polish typographical tradition in mind. Classes include: -'mwart' (which is a replacement for 'article'), 'mwrep' -('report'), and 'mwbk' ('book'). Most features present in -standard classes work with mwcls. Some extensions/exceptions -include: sectioning commands allow for second optional argument -(it's possible to state different texts for running head and -for TOC), new environments 'itemize*' and 'enumerate*' for -lists with long items, page styles have variants for normal, -opening, closing, and blank pages. - -date: 2009-09-28 14:47:14 +0200 - -%post mwcls -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mwcls -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mwcls -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mwcls-doc -Summary: Documentation for mwcls -Version: svn15878.0.74 -Release: %{tl_noarch_release} -Provides: tex-mwcls-doc -BuildArch: noarch -AutoReqProv: No - -%description mwcls-doc -Documentation for mwcls - -%package polski -Provides: tex-polski = %{tl_version} -License: LPPL 1.2 -Summary: Typeset Polish documents with LaTeX and Polish fonts -Version: svn19881.1.3.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-pl -Requires: tex-hyphen-polish -Provides: tex(amigapl.def) = %{tl_version} -Provides: tex(mazovia.def) = %{tl_version} -Provides: tex(omlplcm.fd) = %{tl_version} -Provides: tex(omlplm.fd) = %{tl_version} -Provides: tex(omsplsy.fd) = %{tl_version} -Provides: tex(omxplex.fd) = %{tl_version} -Provides: tex(ot1patch.sty) = %{tl_version} -Provides: tex(ot4ccr.fd) = %{tl_version} -Provides: tex(ot4cmdh.fd) = %{tl_version} -Provides: tex(ot4cmfib.fd) = %{tl_version} -Provides: tex(ot4cmfr.fd) = %{tl_version} -Provides: tex(ot4cmr.fd) = %{tl_version} -Provides: tex(ot4cmss.fd) = %{tl_version} -Provides: tex(ot4cmtt.fd) = %{tl_version} -Provides: tex(plprefix.sty) = %{tl_version} -Provides: tex(polski.sty) = %{tl_version} -Provides: tex(qxenc.def) = %{tl_version} - -%description polski -Tools to typeset documents in Polish using LaTeX2e with Polish -fonts (the so-called PL fonts), EC fonts or CM fonts. (This -package was previously known as platex, but has been renamed to -resolve a name clash.) - -date: 2010-09-24 16:10:39 +0200 - -%post polski -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polski -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polski -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polski-doc -Summary: Documentation for polski -Version: svn19881.1.3.3 -Release: %{tl_noarch_release} -Provides: tex-polski-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-pl-doc - -%description polski-doc -Documentation for polski - -%package przechlewski-book -Provides: tex-przechlewski-book = %{tl_version} -License: LPPL -Summary: Examples from Przechlewski's LaTeX book -Version: svn23552.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(caption.sty) -Requires: tex(polski.sty) -Requires: tex(prelim2e.sty) -Provides: tex(upmgr.cls) = %{tl_version} -Provides: tex(wkmgr.cls) = %{tl_version} - -%description przechlewski-book -The bundle provides machine-readable copies of the examples -from the book "Praca magisterska i dyplomowa z programem -LaTeX". - -date: 2011-08-14 21:16:59 +0200 - -%post przechlewski-book -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun przechlewski-book -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans przechlewski-book -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package przechlewski-book-doc -Summary: Documentation for przechlewski-book -Version: svn23552.0 -Release: %{tl_noarch_release} -Provides: tex-przechlewski-book-doc -BuildArch: noarch -AutoReqProv: No - -%description przechlewski-book-doc -Documentation for przechlewski-book - -%package qpxqtx -Provides: tex-qpxqtx = %{tl_version} -License: LPPL -Summary: qpxqtx package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(qpxbmi.tfm) = %{tl_version} -Provides: tex(qpxbmia.tfm) = %{tl_version} -Provides: tex(qpxmi.tfm) = %{tl_version} -Provides: tex(qpxmia.tfm) = %{tl_version} -Provides: tex(qtxbmi.tfm) = %{tl_version} -Provides: tex(qtxbmia.tfm) = %{tl_version} -Provides: tex(qtxmi.tfm) = %{tl_version} -Provides: tex(qtxmia.tfm) = %{tl_version} -Provides: tex(qpxbmi.vf) = %{tl_version} -Provides: tex(qpxbmia.vf) = %{tl_version} -Provides: tex(qpxmi.vf) = %{tl_version} -Provides: tex(qpxmia.vf) = %{tl_version} -Provides: tex(qtxbmi.vf) = %{tl_version} -Provides: tex(qtxbmia.vf) = %{tl_version} -Provides: tex(qtxmi.vf) = %{tl_version} -Provides: tex(qtxmia.vf) = %{tl_version} -Provides: tex(amspbold.tex) = %{tl_version} -Provides: tex(amsqpx.def) = %{tl_version} -Provides: tex(amsqpx.tex) = %{tl_version} -Provides: tex(amsqtx.def) = %{tl_version} -Provides: tex(amsqtx.tex) = %{tl_version} -Provides: tex(amstbold.tex) = %{tl_version} -Provides: tex(qpxmath.sty) = %{tl_version} -Provides: tex(qpxmath.tex) = %{tl_version} -Provides: tex(qtxmath.sty) = %{tl_version} -Provides: tex(qtxmath.tex) = %{tl_version} - -%description qpxqtx -qpxqtx package - -%post qpxqtx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qpxqtx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qpxqtx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qpxqtx-doc -Summary: Documentation for qpxqtx -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-qpxqtx-doc -BuildArch: noarch -AutoReqProv: No - -%description qpxqtx-doc -Documentation for qpxqtx - -%package tap -Provides: tex-tap = %{tl_version} -License: Public Domain -Summary: TeX macros for typesetting complex tables -Version: svn15878.0.77 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tap.tex) = %{tl_version} - -%description tap -The package offers a simple notation for pretty complex tables -(to Michael J. Ferguson's credit). With PostScript, the package -allows shaded/coloured tables, diagonal rules, etc. The package -is supposed to work with both Plain and LaTeX. An AWK converter -from ASCII semigraphic tables to TAP notation is included. - -date: 2009-10-10 00:51:28 +0200 - -%post tap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tap-doc -Summary: Documentation for tap -Version: svn15878.0.77 -Release: %{tl_noarch_release} -Provides: tex-tap-doc -BuildArch: noarch -AutoReqProv: No - -%description tap-doc -Documentation for tap - -%package utf8mex -Provides: tex-utf8mex = %{tl_version} -License: LPPL -Summary: utf8mex package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(utf8-pl.tex) = %{tl_version} -Provides: tex(utf8plsq.tex) = %{tl_version} - -%description utf8mex -utf8mex package - -%post utf8mex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun utf8mex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans utf8mex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package utf8mex-doc -Summary: Documentation for utf8mex -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-utf8mex-doc -BuildArch: noarch -AutoReqProv: No - -%description utf8mex-doc -Documentation for utf8mex - -%package collection-langportuguese -Summary: Portuguese -Version: svn21528.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-ordinalpt -Requires: tex-hyphen-portuguese -Requires: texlive-collection-basic - -%description collection-langportuguese -Support for typesetting Portuguese. - -%package ordinalpt -Provides: tex-ordinalpt = %{tl_version} -License: LPPL -Summary: Counters as ordinal numbers in Portuguese -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ordinalpt.sty) = %{tl_version} - -%description ordinalpt -The package provides a counter style (like \arabic, \alph and -others) which produces as output strings like "primeiro" -("first" in Portuguese), "segundo" (second), and so on up to -1999th. Separate counter commands are provided for different -letter case variants, and for masculine and feminine gender -inflections. - -date: 2007-02-25 09:43:45 +0100 - -%post ordinalpt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ordinalpt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ordinalpt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ordinalpt-doc -Summary: Documentation for ordinalpt -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-ordinalpt-doc -BuildArch: noarch -AutoReqProv: No - -%description ordinalpt-doc -Documentation for ordinalpt - -%package hyphen-portuguese -Provides: tex-hyphen-portuguese = %{tl_version} -License: LPPL -Summary: Portuguese hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-portuguese -Hyphenation patterns for Portuguese in T1/EC and UTF-8 -encodings. - -%post hyphen-portuguese -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/portuguese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "portuguese loadhyph-pt.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=portuges/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=portuges" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-portuguese -if [ $1 == 0 ] ; then -sed -i '/portuguese.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=portuges/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-portuguese -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langspanish -Summary: Spanish -Version: svn21528.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-hyphen-spanish -Requires: tex-hyphen-catalan -Requires: tex-hyphen-galician -Requires: texlive-spanish-doc -Requires: tex-spanish-mx -Requires: texlive-collection-basic - -%description collection-langspanish -Support for typesetting Spanish. - -%package hyphen-spanish -Provides: tex-hyphen-spanish = %{tl_version} -License: LPPL -Summary: Spanish hyphenation patterns -Version: svn25990.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-spanish -Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings. - -date: 2009-08-01 23:35:18 +0200 - -%post hyphen-spanish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/spanish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "spanish loadhyph-es.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/=espanol/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "=espanol" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-spanish -if [ $1 == 0 ] ; then -sed -i '/spanish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=espanol/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-spanish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-catalan -Provides: tex-hyphen-catalan = %{tl_version} -License: LPPL -Summary: Catalan hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-catalan -Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings. - -%post hyphen-catalan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/catalan.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "catalan loadhyph-ca.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-catalan -if [ $1 == 0 ] ; then -sed -i '/catalan.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-catalan -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphen-galician -Provides: tex-hyphen-galician = %{tl_version} -License: LPPL -Summary: Galician hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-galician -Hyphenation patterns for Galician in T1/EC and UTF-8 encodings. - -%post hyphen-galician -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/galician.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "galician loadhyph-gl.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-galician -if [ $1 == 0 ] ; then -sed -i '/galician.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-galician -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spanish-doc -Summary: Documentation for spanish -Version: svn24229.5.0k -Release: %{tl_noarch_release} -Provides: tex-spanish-doc -BuildArch: noarch -AutoReqProv: No - -%description spanish-doc -Documentation for spanish - -%package spanish-mx -Provides: tex-spanish-mx = %{tl_version} -License: LPPL -Summary: Typeset Spanish as in Mexico -Version: svn15878.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esmx.cfg) = %{tl_version} -Provides: tex(spanishmx.ldf) = %{tl_version} -Provides: tex(spanishmx.sty) = %{tl_version} - -%description spanish-mx -The bundle provides files to support typesetting of texts in -Spanish according to Mexican current practices, using babel. -The files merge earlier work on a mexican.ldf, or may be used -to define a configuration that will typeset all documents (that -request babel's spanish option) to use the Mexican language -facilities. (Note that this facility is only available with the -recent (version >=4.2b) releases of the Spanish option.) - -date: 2009-01-10 16:42:45 +0100 - -%post spanish-mx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spanish-mx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spanish-mx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spanish-mx-doc -Summary: Documentation for spanish-mx -Version: svn15878.1.1a -Release: %{tl_noarch_release} -Provides: tex-spanish-mx-doc -BuildArch: noarch -AutoReqProv: No - -%description spanish-mx-doc -Documentation for spanish-mx - -%package collection-langswedish -Summary: Swedish -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-swebib -Requires: tex-hyphen-swedish -Requires: texlive-collection-basic - -%description collection-langswedish -Support for typesetting Swedish. - -%package swebib -Provides: tex-swebib = %{tl_version} -License: LPPL 1.2 -Summary: Swedish bibliography styles -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description swebib -The bundle contains Swedish versions of the standard -bibliography styles, and of the style plainnat. The styles -should be funtionally equivalent to the corresponding original -styles, apart from the Swedish translations. The styles do not -implement Swedish collation. - -date: 2007-01-15 14:17:51 +0100 - -%post swebib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun swebib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans swebib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package swebib-doc -Summary: Documentation for swebib -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-swebib-doc -BuildArch: noarch -AutoReqProv: No - -%description swebib-doc -Documentation for swebib - -%package hyphen-swedish -Provides: tex-hyphen-swedish = %{tl_version} -License: LPPL -Summary: Swedish hyphenation patterns -Version: svn23085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-swedish -Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings. - -%post hyphen-swedish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/swedish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "swedish loadhyph-sv.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-swedish -if [ $1 == 0 ] ; then -sed -i '/swedish.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-swedish -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langtibetan -Summary: Tibetan -Version: svn14727.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-ctib -Requires: tex-otibet -Requires: texlive-collection-basic - -%description collection-langtibetan -Support for typesetting Tibetan. - -%package ctib -Provides: tex-ctib = %{tl_version} -License: GPL+ -Summary: Tibetan for TeX and LATeX2e -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(ctib.tfm) = %{tl_version} -Provides: tex(ctib.sty) = %{tl_version} -Provides: tex(ctib.tex) = %{tl_version} -Provides: tex(lctctib.fd) = %{tl_version} -Provides: tex(lctenc.def) = %{tl_version} - -%description ctib -A package using a modified version of Sirlin's Tibetan font. An -advantage of this Tibetan implementation is that all consonant -clusters are formed by TeX and Metafont. No external -preprocessor is needed. - -date: 2007-02-04 13:34:13 +0100 - -%post ctib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctib-doc -Summary: Documentation for ctib -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ctib-doc -BuildArch: noarch -AutoReqProv: No - -%description ctib-doc -Documentation for ctib - -%package otibet -Provides: tex-otibet = %{tl_version} -License: LPPL -Summary: otibet package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tibetan.tfm) = %{tl_version} -Provides: tex(ot1tib.fd) = %{tl_version} -Provides: tex(otibet.sty) = %{tl_version} -Provides: tex(otibet.tex) = %{tl_version} -Provides: tex(t1tib.fd) = %{tl_version} - -%description otibet -otibet package - -%post otibet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun otibet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans otibet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package otibet-doc -Summary: Documentation for otibet -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-otibet-doc -BuildArch: noarch -AutoReqProv: No - -%description otibet-doc -Documentation for otibet - -%package collection-langturkmen -Summary: Turkmen -Version: svn17578.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-turkmen -Requires: tex-hyphen-turkmen -Requires: texlive-collection-basic - -%description collection-langturkmen -Support for typesetting Turkmen. - -%package turkmen -Provides: tex-turkmen = %{tl_version} -License: LPPL -Summary: Babel support for Turkmen -Version: svn17748.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(turkmen.ldf) = %{tl_version} - -%description turkmen -The package provides support for Turkmen in babel, but -integration with babel is not available. - -date: 2010-04-06 13:44:40 +0200 - -%post turkmen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun turkmen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans turkmen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package turkmen-doc -Summary: Documentation for turkmen -Version: svn17748.0.2 -Release: %{tl_noarch_release} -Provides: tex-turkmen-doc -BuildArch: noarch -AutoReqProv: No - -%description turkmen-doc -Documentation for turkmen - -%package hyphen-turkmen -Provides: tex-hyphen-turkmen = %{tl_version} -License: LPPL -Summary: Turkmen hyphenation patterns -Version: svn25990.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 - -%description hyphen-turkmen -Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings. - -%post hyphen-turkmen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/turkmen.*/d' %{_texdir}/texmf/tex/generic/config/language.dat -echo "turkmen loadhyph-tk.tex" >> %{_texdir}/texmf/tex/generic/config/language.dat -sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf/tex/generic/config/language.def -echo "\addlanguage{turkmen}{loadhyph-tk.tex}{}{2}{2}" >> %{_texdir}/texmf/tex/generic/config/language.def -touch /var/run/texlive/run-fmtutil -fi -: - -%postun hyphen-turkmen -if [ $1 == 0 ] ; then -sed -i '/turkmen.*/d' %{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-fmtutil -fi -: - -%posttrans hyphen-turkmen -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-langvietnamese -Summary: Vietnamese -Version: svn15272.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-vntex -Requires: texlive-collection-basic - -%description collection-langvietnamese -Support for typesetting Vietnamese. - -%package vntex -Provides: tex-vntex = %{tl_version} -License: Utopia -Summary: Support for Vietnamese -Version: svn22766.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(ifthen.sty) -Requires: tex(ucs.sty) -Requires: tex(ifpdf.sty) -Requires: tex(cmap.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Provides: tex(t5.enc) = %{tl_version} -Provides: tex(t5d.enc) = %{tl_version} -Provides: tex(t5uni.enc) = %{tl_version} -Provides: tex(arevvn.map) = %{tl_version} -Provides: tex(chartervn.map) = %{tl_version} -Provides: tex(cmbrightvn.map) = %{tl_version} -Provides: tex(concretevn.map) = %{tl_version} -Provides: tex(grotesqvn.map) = %{tl_version} -Provides: tex(txttvn.map) = %{tl_version} -Provides: tex(urwvn.map) = %{tl_version} -Provides: tex(vnrother.map) = %{tl_version} -Provides: tex(vnrtext.map) = %{tl_version} -Provides: tex(vntopia.map) = %{tl_version} -Provides: tex(favb8v.tfm) = %{tl_version} -Provides: tex(favbi8v.tfm) = %{tl_version} -Provides: tex(favr8v.tfm) = %{tl_version} -Provides: tex(favri8v.tfm) = %{tl_version} -Provides: tex(bchb8v.tfm) = %{tl_version} -Provides: tex(bchbc8v.tfm) = %{tl_version} -Provides: tex(bchbi8v.tfm) = %{tl_version} -Provides: tex(bchbo8v.tfm) = %{tl_version} -Provides: tex(bchr8v.tfm) = %{tl_version} -Provides: tex(bchrc8v.tfm) = %{tl_version} -Provides: tex(bchri8v.tfm) = %{tl_version} -Provides: tex(bchro8v.tfm) = %{tl_version} -Provides: tex(vncmbr10.tfm) = %{tl_version} -Provides: tex(vncmbr17.tfm) = %{tl_version} -Provides: tex(vncmbr8.tfm) = %{tl_version} -Provides: tex(vncmbr9.tfm) = %{tl_version} -Provides: tex(vncmbrbx10.tfm) = %{tl_version} -Provides: tex(vncmbrsl10.tfm) = %{tl_version} -Provides: tex(vncmbrsl17.tfm) = %{tl_version} -Provides: tex(vncmbrsl8.tfm) = %{tl_version} -Provides: tex(vncmbrsl9.tfm) = %{tl_version} -Provides: tex(vncmsltl10.tfm) = %{tl_version} -Provides: tex(vncmtl10.tfm) = %{tl_version} -Provides: tex(vncccsc10.tfm) = %{tl_version} -Provides: tex(vnccr10.tfm) = %{tl_version} -Provides: tex(vnccsl10.tfm) = %{tl_version} -Provides: tex(vnccti10.tfm) = %{tl_version} -Provides: tex(ugqb8v.tfm) = %{tl_version} -Provides: tex(ugqbo8v.tfm) = %{tl_version} -Provides: tex(txbtt8v.tfm) = %{tl_version} -Provides: tex(txbttsc8v.tfm) = %{tl_version} -Provides: tex(txbttsl8v.tfm) = %{tl_version} -Provides: tex(txtt8v.tfm) = %{tl_version} -Provides: tex(txttsc8v.tfm) = %{tl_version} -Provides: tex(txttsl8v.tfm) = %{tl_version} -Provides: tex(fplrc8v.tfm) = %{tl_version} -Provides: tex(uagd8v.tfm) = %{tl_version} -Provides: tex(uagdc8v.tfm) = %{tl_version} -Provides: tex(uagdo8v.tfm) = %{tl_version} -Provides: tex(uagk8v.tfm) = %{tl_version} -Provides: tex(uagkc8v.tfm) = %{tl_version} -Provides: tex(uagko8v.tfm) = %{tl_version} -Provides: tex(ubkd8v.tfm) = %{tl_version} -Provides: tex(ubkdc8v.tfm) = %{tl_version} -Provides: tex(ubkdi8v.tfm) = %{tl_version} -Provides: tex(ubkdo8v.tfm) = %{tl_version} -Provides: tex(ubkl8v.tfm) = %{tl_version} -Provides: tex(ubklc8v.tfm) = %{tl_version} -Provides: tex(ubkli8v.tfm) = %{tl_version} -Provides: tex(ubklo8v.tfm) = %{tl_version} -Provides: tex(ucrb8v.tfm) = %{tl_version} -Provides: tex(ucrbc8v.tfm) = %{tl_version} -Provides: tex(ucrbo8v.tfm) = %{tl_version} -Provides: tex(ucrr8v.tfm) = %{tl_version} -Provides: tex(ucrrc8v.tfm) = %{tl_version} -Provides: tex(ucrro8v.tfm) = %{tl_version} -Provides: tex(uhvb8v.tfm) = %{tl_version} -Provides: tex(uhvbc8v.tfm) = %{tl_version} -Provides: tex(uhvbo8v.tfm) = %{tl_version} -Provides: tex(uhvr8v.tfm) = %{tl_version} -Provides: tex(uhvrc8v.tfm) = %{tl_version} -Provides: tex(uhvro8v.tfm) = %{tl_version} -Provides: tex(uncb8v.tfm) = %{tl_version} -Provides: tex(uncbc8v.tfm) = %{tl_version} -Provides: tex(uncbi8v.tfm) = %{tl_version} -Provides: tex(uncbo8v.tfm) = %{tl_version} -Provides: tex(uncr8v.tfm) = %{tl_version} -Provides: tex(uncrc8v.tfm) = %{tl_version} -Provides: tex(uncri8v.tfm) = %{tl_version} -Provides: tex(uncro8v.tfm) = %{tl_version} -Provides: tex(uplb8v.tfm) = %{tl_version} -Provides: tex(uplbc8v.tfm) = %{tl_version} -Provides: tex(uplbi8v.tfm) = %{tl_version} -Provides: tex(uplbo8v.tfm) = %{tl_version} -Provides: tex(uplr8v.tfm) = %{tl_version} -Provides: tex(uplrc8v.tfm) = %{tl_version} -Provides: tex(uplri8v.tfm) = %{tl_version} -Provides: tex(uplro8v.tfm) = %{tl_version} -Provides: tex(utmb8v.tfm) = %{tl_version} -Provides: tex(utmbc8v.tfm) = %{tl_version} -Provides: tex(utmbi8v.tfm) = %{tl_version} -Provides: tex(utmbo8v.tfm) = %{tl_version} -Provides: tex(utmr8v.tfm) = %{tl_version} -Provides: tex(utmrc8v.tfm) = %{tl_version} -Provides: tex(utmri8v.tfm) = %{tl_version} -Provides: tex(utmro8v.tfm) = %{tl_version} -Provides: tex(uzcmi8v.tfm) = %{tl_version} -Provides: tex(vnb10.tfm) = %{tl_version} -Provides: tex(vnbx10.tfm) = %{tl_version} -Provides: tex(vnbx12.tfm) = %{tl_version} -Provides: tex(vnbx5.tfm) = %{tl_version} -Provides: tex(vnbx6.tfm) = %{tl_version} -Provides: tex(vnbx7.tfm) = %{tl_version} -Provides: tex(vnbx8.tfm) = %{tl_version} -Provides: tex(vnbx9.tfm) = %{tl_version} -Provides: tex(vnbxsl10.tfm) = %{tl_version} -Provides: tex(vnbxti10.tfm) = %{tl_version} -Provides: tex(vncsc10.tfm) = %{tl_version} -Provides: tex(vndunh10.tfm) = %{tl_version} -Provides: tex(vnff10.tfm) = %{tl_version} -Provides: tex(vnfi10.tfm) = %{tl_version} -Provides: tex(vnfib8.tfm) = %{tl_version} -Provides: tex(vnitt10.tfm) = %{tl_version} -Provides: tex(vnr10.tfm) = %{tl_version} -Provides: tex(vnr12.tfm) = %{tl_version} -Provides: tex(vnr17.tfm) = %{tl_version} -Provides: tex(vnr5.tfm) = %{tl_version} -Provides: tex(vnr6.tfm) = %{tl_version} -Provides: tex(vnr7.tfm) = %{tl_version} -Provides: tex(vnr8.tfm) = %{tl_version} -Provides: tex(vnr9.tfm) = %{tl_version} -Provides: tex(vnsl10.tfm) = %{tl_version} -Provides: tex(vnsl12.tfm) = %{tl_version} -Provides: tex(vnsl8.tfm) = %{tl_version} -Provides: tex(vnsl9.tfm) = %{tl_version} -Provides: tex(vnsltt10.tfm) = %{tl_version} -Provides: tex(vnss10.tfm) = %{tl_version} -Provides: tex(vnss12.tfm) = %{tl_version} -Provides: tex(vnss17.tfm) = %{tl_version} -Provides: tex(vnss8.tfm) = %{tl_version} -Provides: tex(vnss9.tfm) = %{tl_version} -Provides: tex(vnssbx10.tfm) = %{tl_version} -Provides: tex(vnssdc10.tfm) = %{tl_version} -Provides: tex(vnssi10.tfm) = %{tl_version} -Provides: tex(vnssi12.tfm) = %{tl_version} -Provides: tex(vnssi17.tfm) = %{tl_version} -Provides: tex(vnssi8.tfm) = %{tl_version} -Provides: tex(vnssi9.tfm) = %{tl_version} -Provides: tex(vnssq8.tfm) = %{tl_version} -Provides: tex(vnssqi8.tfm) = %{tl_version} -Provides: tex(vntcsc10.tfm) = %{tl_version} -Provides: tex(vnti10.tfm) = %{tl_version} -Provides: tex(vnti12.tfm) = %{tl_version} -Provides: tex(vnti7.tfm) = %{tl_version} -Provides: tex(vnti8.tfm) = %{tl_version} -Provides: tex(vnti9.tfm) = %{tl_version} -Provides: tex(vntt10.tfm) = %{tl_version} -Provides: tex(vntt12.tfm) = %{tl_version} -Provides: tex(vntt8.tfm) = %{tl_version} -Provides: tex(vntt9.tfm) = %{tl_version} -Provides: tex(vnu10.tfm) = %{tl_version} -Provides: tex(vnvtt10.tfm) = %{tl_version} -Provides: tex(putb8v.tfm) = %{tl_version} -Provides: tex(putbc8v.tfm) = %{tl_version} -Provides: tex(putbi8v.tfm) = %{tl_version} -Provides: tex(putbo8v.tfm) = %{tl_version} -Provides: tex(putr8v.tfm) = %{tl_version} -Provides: tex(putrc8v.tfm) = %{tl_version} -Provides: tex(putri8v.tfm) = %{tl_version} -Provides: tex(putro8v.tfm) = %{tl_version} -Provides: tex(ArevSans-Bold-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-BoldOblique-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-Oblique-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-Roman-T5.pfb) = %{tl_version} -Provides: tex(bchb8v.pfb) = %{tl_version} -Provides: tex(bchbi8v.pfb) = %{tl_version} -Provides: tex(bchr8v.pfb) = %{tl_version} -Provides: tex(bchri8v.pfb) = %{tl_version} -Provides: tex(vncmbr10.pfb) = %{tl_version} -Provides: tex(vncmbr17.pfb) = %{tl_version} -Provides: tex(vncmbr8.pfb) = %{tl_version} -Provides: tex(vncmbr9.pfb) = %{tl_version} -Provides: tex(vncmbrbx10.pfb) = %{tl_version} -Provides: tex(vncmbrsl10.pfb) = %{tl_version} -Provides: tex(vncmbrsl17.pfb) = %{tl_version} -Provides: tex(vncmbrsl8.pfb) = %{tl_version} -Provides: tex(vncmbrsl9.pfb) = %{tl_version} -Provides: tex(vncmsltl10.pfb) = %{tl_version} -Provides: tex(vncmtl10.pfb) = %{tl_version} -Provides: tex(CMConcrete8v.pfb) = %{tl_version} -Provides: tex(CMConcreteItalic8v.pfb) = %{tl_version} -Provides: tex(CMConcreteSlanted8v.pfb) = %{tl_version} -Provides: tex(CMConcreteSmallCaps8v.pfb) = %{tl_version} -Provides: tex(ugqb8v.pfb) = %{tl_version} -Provides: tex(txbtt8v.pfb) = %{tl_version} -Provides: tex(txbttsc8v.pfb) = %{tl_version} -Provides: tex(txtt8v.pfb) = %{tl_version} -Provides: tex(txttsc8v.pfb) = %{tl_version} -Provides: tex(fplrc8v.pfb) = %{tl_version} -Provides: tex(uagd8v.pfb) = %{tl_version} -Provides: tex(uagdo8v.pfb) = %{tl_version} -Provides: tex(uagk8v.pfb) = %{tl_version} -Provides: tex(uagko8v.pfb) = %{tl_version} -Provides: tex(ubkd8v.pfb) = %{tl_version} -Provides: tex(ubkdi8v.pfb) = %{tl_version} -Provides: tex(ubkl8v.pfb) = %{tl_version} -Provides: tex(ubkli8v.pfb) = %{tl_version} -Provides: tex(ucrb8v.pfb) = %{tl_version} -Provides: tex(ucrbo8v.pfb) = %{tl_version} -Provides: tex(ucrr8v.pfb) = %{tl_version} -Provides: tex(ucrro8v.pfb) = %{tl_version} -Provides: tex(uhvb8v.pfb) = %{tl_version} -Provides: tex(uhvbo8v.pfb) = %{tl_version} -Provides: tex(uhvr8v.pfb) = %{tl_version} -Provides: tex(uhvro8v.pfb) = %{tl_version} -Provides: tex(uncb8v.pfb) = %{tl_version} -Provides: tex(uncbi8v.pfb) = %{tl_version} -Provides: tex(uncr8v.pfb) = %{tl_version} -Provides: tex(uncri8v.pfb) = %{tl_version} -Provides: tex(uplb8v.pfb) = %{tl_version} -Provides: tex(uplbi8v.pfb) = %{tl_version} -Provides: tex(uplr8v.pfb) = %{tl_version} -Provides: tex(uplri8v.pfb) = %{tl_version} -Provides: tex(utmb8v.pfb) = %{tl_version} -Provides: tex(utmbi8v.pfb) = %{tl_version} -Provides: tex(utmr8v.pfb) = %{tl_version} -Provides: tex(utmri8v.pfb) = %{tl_version} -Provides: tex(uzcmi8v.pfb) = %{tl_version} -Provides: tex(vnb10.pfb) = %{tl_version} -Provides: tex(vnbx10.pfb) = %{tl_version} -Provides: tex(vnbx12.pfb) = %{tl_version} -Provides: tex(vnbx5.pfb) = %{tl_version} -Provides: tex(vnbx6.pfb) = %{tl_version} -Provides: tex(vnbx7.pfb) = %{tl_version} -Provides: tex(vnbx8.pfb) = %{tl_version} -Provides: tex(vnbx9.pfb) = %{tl_version} -Provides: tex(vnbxsl10.pfb) = %{tl_version} -Provides: tex(vnbxti10.pfb) = %{tl_version} -Provides: tex(vncsc10.pfb) = %{tl_version} -Provides: tex(vndunh10.pfb) = %{tl_version} -Provides: tex(vnff10.pfb) = %{tl_version} -Provides: tex(vnfi10.pfb) = %{tl_version} -Provides: tex(vnfib8.pfb) = %{tl_version} -Provides: tex(vnitt10.pfb) = %{tl_version} -Provides: tex(vnr10.pfb) = %{tl_version} -Provides: tex(vnr12.pfb) = %{tl_version} -Provides: tex(vnr17.pfb) = %{tl_version} -Provides: tex(vnr5.pfb) = %{tl_version} -Provides: tex(vnr6.pfb) = %{tl_version} -Provides: tex(vnr7.pfb) = %{tl_version} -Provides: tex(vnr8.pfb) = %{tl_version} -Provides: tex(vnr9.pfb) = %{tl_version} -Provides: tex(vnsl10.pfb) = %{tl_version} -Provides: tex(vnsl12.pfb) = %{tl_version} -Provides: tex(vnsl8.pfb) = %{tl_version} -Provides: tex(vnsl9.pfb) = %{tl_version} -Provides: tex(vnsltt10.pfb) = %{tl_version} -Provides: tex(vnss10.pfb) = %{tl_version} -Provides: tex(vnss12.pfb) = %{tl_version} -Provides: tex(vnss17.pfb) = %{tl_version} -Provides: tex(vnss8.pfb) = %{tl_version} -Provides: tex(vnss9.pfb) = %{tl_version} -Provides: tex(vnssbx10.pfb) = %{tl_version} -Provides: tex(vnssdc10.pfb) = %{tl_version} -Provides: tex(vnssi10.pfb) = %{tl_version} -Provides: tex(vnssi12.pfb) = %{tl_version} -Provides: tex(vnssi17.pfb) = %{tl_version} -Provides: tex(vnssi8.pfb) = %{tl_version} -Provides: tex(vnssi9.pfb) = %{tl_version} -Provides: tex(vnssq8.pfb) = %{tl_version} -Provides: tex(vnssqi8.pfb) = %{tl_version} -Provides: tex(vntcsc10.pfb) = %{tl_version} -Provides: tex(vnti10.pfb) = %{tl_version} -Provides: tex(vnti12.pfb) = %{tl_version} -Provides: tex(vnti7.pfb) = %{tl_version} -Provides: tex(vnti8.pfb) = %{tl_version} -Provides: tex(vnti9.pfb) = %{tl_version} -Provides: tex(vntt10.pfb) = %{tl_version} -Provides: tex(vntt12.pfb) = %{tl_version} -Provides: tex(vntt8.pfb) = %{tl_version} -Provides: tex(vntt9.pfb) = %{tl_version} -Provides: tex(vnu10.pfb) = %{tl_version} -Provides: tex(vnvtt10.pfb) = %{tl_version} -Provides: tex(putb8v.pfb) = %{tl_version} -Provides: tex(putbi8v.pfb) = %{tl_version} -Provides: tex(putr8v.pfb) = %{tl_version} -Provides: tex(putri8v.pfb) = %{tl_version} -Provides: tex(bchbc8v.vf) = %{tl_version} -Provides: tex(bchrc8v.vf) = %{tl_version} -Provides: tex(uagdc8v.vf) = %{tl_version} -Provides: tex(uagkc8v.vf) = %{tl_version} -Provides: tex(ubkdc8v.vf) = %{tl_version} -Provides: tex(ubklc8v.vf) = %{tl_version} -Provides: tex(ucrbc8v.vf) = %{tl_version} -Provides: tex(ucrrc8v.vf) = %{tl_version} -Provides: tex(uhvbc8v.vf) = %{tl_version} -Provides: tex(uhvrc8v.vf) = %{tl_version} -Provides: tex(uncbc8v.vf) = %{tl_version} -Provides: tex(uncrc8v.vf) = %{tl_version} -Provides: tex(uplbc8v.vf) = %{tl_version} -Provides: tex(uplrc8v.vf) = %{tl_version} -Provides: tex(utmbc8v.vf) = %{tl_version} -Provides: tex(utmrc8v.vf) = %{tl_version} -Provides: tex(putbc8v.vf) = %{tl_version} -Provides: tex(putrc8v.vf) = %{tl_version} -Provides: tex(dblaccnt.sty) = %{tl_version} -Provides: tex(mcviscii.def) = %{tl_version} -Provides: tex(pd1supp.def) = %{tl_version} -Provides: tex(swpvntex.sty) = %{tl_version} -Provides: tex(t5bch.fd) = %{tl_version} -Provides: tex(t5ccr.fd) = %{tl_version} -Provides: tex(t5cmbr.fd) = %{tl_version} -Provides: tex(t5cmdh.fd) = %{tl_version} -Provides: tex(t5cmfib.fd) = %{tl_version} -Provides: tex(t5cmfr.fd) = %{tl_version} -Provides: tex(t5cmr.fd) = %{tl_version} -Provides: tex(t5cmss.fd) = %{tl_version} -Provides: tex(t5cmssq.fd) = %{tl_version} -Provides: tex(t5cmtl.fd) = %{tl_version} -Provides: tex(t5cmtt.fd) = %{tl_version} -Provides: tex(t5cmvtt.fd) = %{tl_version} -Provides: tex(t5enc.def) = %{tl_version} -Provides: tex(t5fav.fd) = %{tl_version} -Provides: tex(t5fnc.fd) = %{tl_version} -Provides: tex(t5fpl.fd) = %{tl_version} -Provides: tex(t5futs.fd) = %{tl_version} -Provides: tex(t5mak.fd) = %{tl_version} -Provides: tex(t5mdbch.fd) = %{tl_version} -Provides: tex(t5mdput.fd) = %{tl_version} -Provides: tex(t5mdugm.fd) = %{tl_version} -Provides: tex(t5pag.fd) = %{tl_version} -Provides: tex(t5pbk.fd) = %{tl_version} -Provides: tex(t5pcr.fd) = %{tl_version} -Provides: tex(t5phv.fd) = %{tl_version} -Provides: tex(t5pnc.fd) = %{tl_version} -Provides: tex(t5ppl.fd) = %{tl_version} -Provides: tex(t5ptm.fd) = %{tl_version} -Provides: tex(t5ptmom.fd) = %{tl_version} -Provides: tex(t5put.fd) = %{tl_version} -Provides: tex(t5pxr.fd) = %{tl_version} -Provides: tex(t5txr.fd) = %{tl_version} -Provides: tex(t5txtt.fd) = %{tl_version} -Provides: tex(t5uag.fd) = %{tl_version} -Provides: tex(t5ubk.fd) = %{tl_version} -Provides: tex(t5ucr.fd) = %{tl_version} -Provides: tex(t5ugq.fd) = %{tl_version} -Provides: tex(t5uhv.fd) = %{tl_version} -Provides: tex(t5unc.fd) = %{tl_version} -Provides: tex(t5upl.fd) = %{tl_version} -Provides: tex(t5utm.fd) = %{tl_version} -Provides: tex(t5uzcm.fd) = %{tl_version} -Provides: tex(tcvn.def) = %{tl_version} -Provides: tex(varioref-vi.sty) = %{tl_version} -Provides: tex(vietnam.ldf) = %{tl_version} -Provides: tex(vietnam.sty) = %{tl_version} -Provides: tex(vietnamese.ldf) = %{tl_version} -Provides: tex(viscii.def) = %{tl_version} -Provides: tex(vncaps.tex) = %{tl_version} -Provides: tex(vntex.sty) = %{tl_version} -Provides: tex(vps.def) = %{tl_version} -Provides: tex(dblaccnt.tex) = %{tl_version} -Provides: tex(t5code.tex) = %{tl_version} -Provides: tex(vntexinfo.tex) = %{tl_version} - -%description vntex -The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX -macros for typesetting documents in Vietnamese. Users of the -fonts (in both Metafont and Adobe Type 1 format) of this bundle -may alternatively use the lm fonts bundle, for which map files -are available to provide a Vietnamese version. - -date: 2011-04-12 14:45:36 +0200 - -%post vntex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map arevvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map arevvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map chartervn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map chartervn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map cmbrightvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map cmbrightvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map concretevn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map concretevn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map grotesqvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map grotesqvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map txttvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map txttvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map urwvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map urwvn.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap vnrother.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap vnrother.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^MixedMap vnrtext.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap vnrtext.map" >> %{_texdir}/texmf/web2c/updmap.cfg -sed -i '/^Map vntopia.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map vntopia.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun vntex -if [ $1 == 0 ] ; then -sed -i '/^Map arevvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map chartervn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map cmbrightvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map concretevn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map grotesqvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map txttvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map urwvn.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap vnrother.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^MixedMap vnrtext.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -sed -i '/^Map vntopia.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans vntex -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vntex-doc -Summary: Documentation for vntex -Version: svn22766.3.2 -Release: %{tl_noarch_release} -Provides: tex-vntex-doc -BuildArch: noarch -AutoReqProv: No - -%description vntex-doc -Documentation for vntex - -%package collection-latexextra -Summary: LaTeX supplementary packages -Version: svn29651.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-pictures -Requires: tex-2up -Requires: tex-ESIEEcv -Requires: tex-GS1 -Requires: tex-HA-prosper -Requires: tex-Tabbing -Requires: tex-a0poster -Requires: tex-a4wide -Requires: tex-a5comb -Requires: tex-abraces -Requires: tex-abstract -Requires: tex-achemso -Requires: tex-acro -Requires: tex-acronym -Requires: tex-acroterm -Requires: tex-actuarialangle -Requires: tex-addlines -Requires: tex-adjmulticol -Requires: tex-adjustbox -Requires: tex-adrconv -Requires: tex-advdate -Requires: tex-akktex -Requires: tex-akletter -Requires: tex-alterqcm -Requires: tex-altfont -Requires: tex-amsaddr -Requires: tex-animate -Requires: tex-anonchap -Requires: tex-answers -Requires: tex-anyfontsize -Requires: tex-appendix -Requires: tex-appendixnumberbeamer -Requires: tex-apptools -Requires: tex-arcs -Requires: tex-arrayjobx -Requires: tex-assignment -Requires: tex-attachfile -Requires: tex-autopdf -Requires: tex-authoraftertitle -Requires: tex-authorindex -Requires: tex-autonum -Requires: tex-background -Requires: tex-bashful -Requires: tex-bchart -Requires: tex-beamer2thesis -Requires: tex-beameraudience -Requires: tex-beamerposter -Requires: tex-beamersubframe -Requires: tex-beamerthemejltree -Requires: tex-beamerthemenirma -Requires: tex-begriff -Requires: tex-beton -Requires: tex-bez123 -Requires: tex-bezos -Requires: tex-bhcexam -Requires: tex-bigfoot -Requires: tex-bigints -Requires: tex-bizcard -Requires: tex-blindtext -Requires: tex-blkarray -Requires: tex-block -Requires: tex-blowup -Requires: tex-boites -Requires: tex-bold-extra -Requires: tex-bookest -Requires: tex-booklet -Requires: tex-boolexpr -Requires: tex-bophook -Requires: tex-boxedminipage -Requires: tex-boxhandler -Requires: tex-bracketkey -Requires: tex-braket -Requires: tex-breakurl -Requires: tex-bullcntr -Requires: tex-bussproofs -Requires: tex-calcage -Requires: tex-calctab -Requires: tex-calculator -Requires: tex-calrsfs -Requires: tex-cals -Requires: tex-calxxxx-yyyy -Requires: tex-cancel -Requires: tex-canoniclayout -Requires: tex-capt-of -Requires: tex-captcont -Requires: tex-captdef -Requires: tex-cases -Requires: tex-casyl -Requires: tex-catchfilebetweentags -Requires: tex-catechis -Requires: tex-catoptions -Requires: tex-cbcoptic -Requires: tex-ccaption -Requires: tex-cclicenses -Requires: tex-cd -Requires: tex-cd-cover -Requires: tex-cdpbundl -Requires: tex-cellspace -Requires: tex-censor -Requires: tex-changebar -Requires: tex-changelayout -Requires: tex-changepage -Requires: tex-changes -Requires: tex-chappg -Requires: tex-chapterfolder -Requires: tex-chet -Requires: tex-chextras -Requires: tex-chkfloat -Requires: tex-chletter -Requires: tex-chngcntr -Requires: tex-chronology -Requires: tex-circ -Requires: tex-classics -Requires: tex-clefval -Requires: tex-cleveref -Requires: tex-clipboard -Requires: tex-clock -Requires: tex-cmdstring -Requires: tex-cmsd -Requires: tex-codedoc -Requires: tex-codepage -Requires: tex-collcell -Requires: tex-collectbox -Requires: tex-colordoc -Requires: tex-colorinfo -Requires: tex-colortab -Requires: tex-colorwav -Requires: tex-colourchange -Requires: tex-combelow -Requires: tex-combine -Requires: tex-comma -Requires: tex-commado -Requires: tex-comment -Requires: tex-concepts -Requires: tex-concprog -Requires: tex-constants -Requires: tex-contour -Requires: tex-contracard -Requires: tex-cooking -Requires: tex-cool -Requires: tex-coollist -Requires: tex-coolstr -Requires: tex-coolthms -Requires: tex-cooltooltips -Requires: tex-coordsys -Requires: tex-copyrightbox -Requires: tex-coseoul -Requires: tex-counttexruns -Requires: tex-courseoutline -Requires: tex-coursepaper -Requires: tex-coverpage -Requires: tex-cprotect -Requires: tex-crbox -Requires: tex-crossreference -Requires: tex-csquotes -Requires: tex-csvsimple -Requires: tex-csvtools -Requires: tex-cuisine -Requires: tex-currfile -Requires: tex-currvita -Requires: tex-cutwin -Requires: tex-cv -Requires: tex-cweb-latex -Requires: tex-dashbox -Requires: tex-dashrule -Requires: tex-dashundergaps -Requires: tex-datatool -Requires: tex-dateiliste -Requires: tex-datenumber -Requires: tex-datetime -Requires: tex-dblfloatfix -Requires: tex-decimal -Requires: tex-decorule -Requires: tex-delim -Requires: tex-delimtxt -Requires: tex-diagbox -Requires: tex-diagnose -Requires: tex-dialogl -Requires: tex-dichokey -Requires: tex-dinbrief -Requires: tex-directory -Requires: tex-dirtytalk -Requires: tex-dlfltxb -Requires: tex-dnaseq -Requires: tex-docmfp -Requires: tex-docmute -Requires: tex-documentation -Requires: tex-doi -Requires: tex-dotarrow -Requires: tex-dotseqn -Requires: tex-download -Requires: tex-dox -Requires: tex-dpfloat -Requires: tex-dprogress -Requires: tex-drac -Requires: tex-draftcopy -Requires: tex-draftwatermark -Requires: tex-dtk -Requires: texlive-dtxgallery-doc -Requires: tex-dvdcoll -Requires: tex-dynblocks -Requires: tex-easy -Requires: tex-easy-todo -Requires: tex-easyfig -Requires: tex-easylist -Requires: tex-ean13isbn -Requires: tex-ebezier -Requires: tex-ecclesiastic -Requires: tex-ecv -Requires: tex-ed -Requires: tex-edmargin -Requires: tex-eemeir -Requires: tex-egplot -Requires: tex-ellipsis -Requires: tex-elmath -Requires: tex-elpres -Requires: tex-emarks -Requires: tex-embrac -Requires: tex-emptypage -Requires: tex-emulateapj -Requires: tex-endfloat -Requires: tex-endheads -Requires: tex-endnotes -Requires: tex-engpron -Requires: tex-engrec -Requires: tex-enotez -Requires: tex-enumitem -Requires: tex-enumitem-zref -Requires: tex-envbig -Requires: tex-environ -Requires: tex-envlab -Requires: tex-epigraph -Requires: tex-epiolmec -Requires: tex-eqell -Requires: tex-eqlist -Requires: tex-eqname -Requires: tex-eqparbox -Requires: tex-errata -Requires: tex-esdiff -Requires: tex-esint -Requires: tex-esint-type1 -Requires: tex-etaremune -Requires: tex-etextools -Requires: tex-etoc -Requires: tex-etoolbox -Requires: tex-eukdate -Requires: tex-europecv -Requires: tex-everyhook -Requires: tex-everypage -Requires: tex-exam -Requires: tex-examdesign -Requires: tex-examplep -Requires: tex-exceltex -Requires: tex-excludeonly -Requires: tex-exercise -Requires: tex-exp-testopt -Requires: tex-expdlist -Requires: tex-export -Requires: tex-exsheets -Requires: tex-extract -Requires: tex-facsimile -Requires: tex-fancynum -Requires: tex-fancypar -Requires: tex-fancytabs -Requires: tex-fancytooltips -Requires: tex-figsize -Requires: tex-filecontents -Requires: tex-filedate -Requires: tex-filehook -Requires: tex-fileinfo -Requires: tex-filemod -Requires: tex-fink -Requires: tex-finstrut -Requires: tex-fixfoot -Requires: tex-fixme -Requires: tex-fixmetodonotes -Requires: tex-fjodor -Requires: tex-flabels -Requires: tex-flacards -Requires: tex-flagderiv -Requires: tex-flashcards -Requires: tex-flashmovie -Requires: tex-flipbook -Requires: tex-flippdf -Requires: tex-floatflt -Requires: tex-floatrow -Requires: tex-flowfram -Requires: tex-fmp -Requires: tex-fmtcount -Requires: tex-fn2end -Requires: tex-fnbreak -Requires: tex-fncychap -Requires: tex-fncylab -Requires: tex-fnpara -Requires: tex-fnpct -Requires: tex-fnumprint -Requires: tex-foilhtml -Requires: tex-fontaxes -Requires: tex-fonttable -Requires: tex-footmisc -Requires: tex-footnotebackref -Requires: tex-footnoterange -Requires: tex-footnpag -Requires: tex-forarray -Requires: tex-foreign -Requires: tex-forloop -Requires: tex-formular -Requires: tex-fragments -Requires: tex-frame -Requires: tex-framed -Requires: tex-frankenstein -Requires: tex-frege -Requires: tex-friulan -Requires: tex-ftcap -Requires: tex-ftnxtra -Requires: tex-fullblck -Requires: tex-fullwidth -Requires: tex-fundus-calligra -Requires: tex-fundus-cyr -Requires: tex-fundus-sueterlin -Requires: tex-fwlw -Requires: tex-g-brief -Requires: tex-gauss -Requires: tex-gcard -Requires: tex-gcite -Requires: tex-genmpage -Requires: tex-getfiledate -Requires: tex-ginpenc -Requires: tex-gitinfo -Requires: tex-gloss -Requires: tex-glossaries -Requires: tex-gmdoc -Requires: tex-gmdoc-enhance -Requires: tex-gmeometric -Requires: tex-gmiflink -Requires: tex-gmutils -Requires: tex-gmverb -Requires: tex-graphicx-psmin -Requires: tex-grfpaste -Requires: tex-grid -Requires: tex-gridset -Requires: tex-guitlogo -Requires: tex-hanging -Requires: tex-hardwrap -Requires: tex-harnon-cv -Requires: tex-harpoon -Requires: tex-hc -Requires: tex-he-she -Requires: tex-hhtensor -Requires: tex-histogr -Requires: tex-hitec -Requires: tex-hletter -Requires: tex-hpsdiss -Requires: tex-hrefhide -Requires: tex-hvindex -Requires: tex-hypdvips -Requires: tex-hyper -Requires: tex-hypernat -Requires: texlive-hyperref-docsrc-doc -Requires: tex-hyperxmp -Requires: tex-hyphenat -Requires: tex-idxlayout -Requires: tex-ifmslide -Requires: tex-ifmtarg -Requires: tex-ifnextok -Requires: tex-ifoddpage -Requires: tex-ifplatform -Requires: tex-ifthenx -Requires: tex-iitem -Requires: tex-image-gallery -Requires: tex-imakeidx -Requires: tex-import -Requires: tex-incgraph -Requires: tex-inlinedef -Requires: tex-inputtrc -Requires: tex-interactiveworkbook -Requires: tex-interfaces -Requires: tex-inversepath -Requires: tex-invoice -Requires: tex-iso -Requires: tex-iso10303 -Requires: tex-isodate -Requires: tex-isonums -Requires: tex-isodoc -Requires: tex-isorot -Requires: tex-isotope -Requires: tex-issuulinks -Requires: tex-iwhdp -Requires: tex-jvlisting -Requires: tex-kantlipsum -Requires: tex-kerntest -Requires: tex-keycommand -Requires: tex-keyreader -Requires: tex-keystroke -Requires: tex-keyval2e -Requires: tex-kix -Requires: tex-koma-moderncvclassic -Requires: tex-koma-script-sfs -Requires: tex-ktv-texdata -Requires: tex-labbook -Requires: tex-labelcas -Requires: tex-labels -Requires: tex-lastpage -Requires: tex-layouts -Requires: tex-lazylist -Requires: tex-lcd -Requires: tex-lcg -Requires: tex-leading -Requires: tex-leaflet -Requires: tex-leftidx -Requires: tex-lettre -Requires: tex-lettrine -Requires: tex-lewis -Requires: tex-lhelp -Requires: tex-libgreek -Requires: tex-limap -Requires: tex-linegoal -Requires: tex-lipsum -Requires: tex-lisp-on-tex -Requires: tex-listing -Requires: tex-listofsymbols -Requires: tex-listliketab -Requires: tex-lkproof -Requires: tex-lmake -Requires: tex-locality -Requires: tex-localloc -Requires: tex-logbox -Requires: tex-logical-markup-utils -Requires: tex-logpap -Requires: tex-longnamefilelist -Requires: tex-loops -Requires: tex-lsc -Requires: tex-lstaddons -Requires: tex-ltabptch -Requires: tex-ltxdockit -Requires: tex-ltxindex -Requires: tex-ltxkeys -Requires: tex-ltxnew -Requires: tex-ltxtools -Requires: tex-magaz -Requires: tex-mailing -Requires: tex-mailmerge -Requires: tex-makebarcode -Requires: tex-makebox -Requires: tex-makecell -Requires: tex-makecirc -Requires: tex-makecmds -Requires: tex-makedtx -Requires: tex-makeglos -Requires: tex-mandi -Requires: tex-manfnt -Requires: tex-manuscript -Requires: tex-marginfix -Requires: tex-marginnote -Requires: tex-mathalfa -Requires: tex-mathastext -Requires: tex-mathexam -Requires: tex-maybemath -Requires: tex-mbenotes -Requires: tex-mcaption -Requires: tex-mceinleger -Requires: tex-mcite -Requires: tex-mciteplus -Requires: tex-mdframed -Requires: tex-media9 -Requires: tex-meetingmins -Requires: tex-memexsupp -Requires: tex-menu -Requires: tex-menukeys -Requires: tex-method -Requires: tex-metre -Requires: tex-mftinc -Requires: tex-midpage -Requires: tex-minibox -Requires: tex-minifp -Requires: tex-minipage-marginpar -Requires: tex-minitoc -Requires: tex-minted -Requires: tex-minutes -Requires: tex-misc209 -Requires: tex-mla-paper -Requires: tex-mlist -Requires: tex-mmap -Requires: tex-moderncv -Requires: tex-moderntimeline -Requires: tex-modref -Requires: tex-modroman -Requires: tex-monofill -Requires: tex-moreenum -Requires: tex-morefloats -Requires: tex-morehype -Requires: tex-moresize -Requires: tex-moreverb -Requires: tex-morewrites -Requires: tex-movie15 -Requires: tex-mparhack -Requires: tex-msc -Requires: tex-msg -Requires: tex-mslapa -Requires: tex-mtgreek -Requires: tex-multenum -Requires: tex-multibbl -Requires: tex-multicap -Requires: tex-multienv -Requires: tex-multiexpand -Requires: tex-multirow -Requires: tex-mversion -Requires: tex-mwe -Requires: tex-mycv -Requires: tex-mylatexformat -Requires: tex-nag -Requires: tex-nameauth -Requires: tex-namespc -Requires: tex-ncclatex -Requires: tex-ncctools -Requires: tex-needspace -Requires: tex-nestquot -Requires: texlive-newcommand-doc -Requires: tex-newenviron -Requires: tex-newfile -Requires: tex-newlfm -Requires: tex-newspaper -Requires: tex-newunicodechar -Requires: tex-newvbtm -Requires: tex-newverbs -Requires: tex-nextpage -Requires: tex-nfssext-cfr -Requires: tex-nicefilelist -Requires: tex-niceframe -Requires: tex-nicetext -Requires: tex-nlctdoc -Requires: tex-noitcrul -Requires: tex-nolbreaks -Requires: tex-nomencl -Requires: tex-nomentbl -Requires: tex-nonfloat -Requires: tex-nonumonpart -Requires: tex-nopageno -Requires: tex-notes -Requires: tex-notoccite -Requires: tex-nowidow -Requires: tex-ntheorem -Requires: tex-numberedblock -Requires: tex-numname -Requires: tex-numprint -Requires: tex-ocg-p -Requires: tex-ocgx -Requires: tex-ocr-latex -Requires: tex-octavo -Requires: tex-oldstyle -Requires: tex-onlyamsmath -Requires: tex-opcit -Requires: tex-optional -Requires: tex-outline -Requires: tex-outliner -Requires: tex-overpic -Requires: tex-pagecolor -Requires: tex-pagecont -Requires: tex-pagenote -Requires: tex-pagerange -Requires: tex-pageslts -Requires: tex-paper -Requires: tex-papercdcase -Requires: tex-papermas -Requires: tex-papertex -Requires: tex-paracol -Requires: tex-paralist -Requires: tex-paresse -Requires: tex-parnotes -Requires: tex-parselines -Requires: tex-patchcmd -Requires: tex-pauldoc -Requires: tex-pawpict -Requires: tex-pax -Requires: tex-pbox -Requires: tex-pbsheet -Requires: tex-pdf14 -Requires: tex-pdfcomment -Requires: tex-pdfcprot -Requires: tex-pdfmarginpar -Requires: tex-pdfscreen -Requires: tex-pdfslide -Requires: tex-pdfsync -Requires: tex-pdfwin -Requires: tex-pdfx -Requires: tex-pecha -Requires: tex-perltex -Requires: tex-permute -Requires: tex-petiteannonce -Requires: tex-philex -Requires: tex-photo -Requires: tex-piff -Requires: tex-pittetd -Requires: tex-placeins -Requires: tex-plates -Requires: tex-plantslabels -Requires: tex-plweb -Requires: tex-polyglot -Requires: tex-polynom -Requires: tex-polynomial -Requires: tex-polytable -Requires: tex-postcards -Requires: tex-poster-mac -Requires: tex-ppr-prv -Requires: tex-preprint -Requires: tex-prettyref -Requires: tex-printlen -Requires: tex-probsoln -Requires: tex-program -Requires: tex-progress -Requires: tex-progressbar -Requires: tex-properties -Requires: tex-prosper -Requires: tex-protex -Requires: tex-protocol -Requires: tex-psfragx -Requires: tex-pst-pdf -Requires: tex-pstool -Requires: tex-pxgreeks -Requires: tex-python -Requires: tex-qcm -Requires: tex-quoting -Requires: tex-qstest -Requires: tex-qsymbols -Requires: tex-quotchap -Requires: tex-quotmark -Requires: tex-ran_toks -Requires: tex-randtext -Requires: tex-rccol -Requires: tex-rcs-multi -Requires: tex-rcsinfo -Requires: tex-readarray -Requires: tex-realboxes -Requires: tex-recipe -Requires: tex-recipecard -Requires: tex-rectopma -Requires: tex-refcheck -Requires: tex-refman -Requires: tex-refstyle -Requires: tex-regcount -Requires: tex-regexpatch -Requires: tex-register -Requires: tex-regstats -Requires: tex-relenc -Requires: tex-relsize -Requires: tex-repeatindex -Requires: tex-rjlparshap -Requires: tex-rlepsf -Requires: tex-rmpage -Requires: tex-robustcommand -Requires: tex-robustindex -Requires: tex-romanbar -Requires: tex-romanneg -Requires: tex-romannum -Requires: tex-romansh -Requires: tex-rotfloat -Requires: tex-rotpages -Requires: tex-roundbox -Requires: tex-rtkinenc -Requires: tex-rvwrite -Requires: tex-sauerj -Requires: tex-savefnmark -Requires: tex-savesym -Requires: tex-savetrees -Requires: tex-scale -Requires: tex-scalebar -Requires: tex-scalerel -Requires: tex-sdrt -Requires: tex-secdot -Requires: tex-sectionbox -Requires: tex-sectsty -Requires: tex-selectp -Requires: tex-semantic -Requires: tex-semioneside -Requires: tex-sepfootnotes -Requires: tex-seqsplit -Requires: tex-serbian-apostrophe -Requires: tex-serbian-date-lat -Requires: tex-serbian-def-cyr -Requires: tex-serbian-lig -Requires: tex-serbianc -Requires: tex-sf298 -Requires: tex-sffms -Requires: tex-sfmath -Requires: tex-shadow -Requires: tex-shadowtext -Requires: tex-shadethm -Requires: tex-shapepar -Requires: tex-shipunov -Requires: tex-shorttoc -Requires: tex-show2e -Requires: tex-showcharinbox -Requires: tex-showdim -Requires: tex-showexpl -Requires: tex-showlabels -Requires: tex-sidecap -Requires: tex-sidenotes -Requires: tex-silence -Requires: tex-simplecd -Requires: tex-simplecv -Requires: tex-simplewick -Requires: tex-sitem -Requires: tex-skb -Requires: tex-skdoc -Requires: tex-skeycommand -Requires: tex-skeyval -Requires: tex-skrapport -Requires: tex-slantsc -Requires: tex-smalltableof -Requires: tex-smartref -Requires: tex-snapshot -Requires: tex-soul -Requires: tex-spanglish -Requires: tex-sparklines -Requires: tex-spreadtab -Requires: tex-spverbatim -Requires: tex-splitindex -Requires: tex-spot -Requires: tex-spotcolor -Requires: tex-srbook-mem -Requires: tex-srcltx -Requires: tex-sseq -Requires: tex-stack -Requires: tex-standalone -Requires: tex-statistik -Requires: tex-stdclsdv -Requires: tex-stdpage -Requires: tex-stex -Requires: tex-storebox -Requires: tex-storecmd -Requires: tex-stringstrings -Requires: tex-sttools -Requires: tex-stubs -Requires: tex-subdepth -Requires: tex-subeqn -Requires: tex-subeqnarray -Requires: tex-subfigmat -Requires: tex-subfigure -Requires: tex-subfiles -Requires: tex-subfloat -Requires: tex-substitutefont -Requires: tex-substr -Requires: tex-supertabular -Requires: tex-svg -Requires: tex-svgcolor -Requires: tex-svn -Requires: tex-svn-multi -Requires: tex-svn-prov -Requires: tex-svninfo -Requires: tex-syntax -Requires: tex-syntrace -Requires: tex-synttree -Requires: tex-tabfigures -Requires: tex-tableaux -Requires: tex-tablefootnote -Requires: tex-tableof -Requires: tex-tablists -Requires: tex-tabls -Requires: tex-tabto-ltx -Requires: tex-tabu -Requires: tex-tabularborder -Requires: tex-tabularcalc -Requires: tex-tabularew -Requires: tex-tabulary -Requires: tex-tagging -Requires: tex-talk -Requires: tex-tamefloats -Requires: tex-tcldoc -Requires: tex-tcolorbox -Requires: tex-tdclock -Requires: tex-technics -Requires: tex-ted -Requires: tex-termcal -Requires: tex-termlist -Requires: tex-tex-label -Requires: tex-texlogos -Requires: tex-texmate -Requires: tex-texments -Requires: tex-texpower -Requires: tex-texshade -Requires: tex-textfit -Requires: tex-textgreek -Requires: tex-textmerg -Requires: tex-textpos -Requires: tex-theoremref -Requires: tex-threadcol -Requires: tex-threeparttable -Requires: tex-threeparttablex -Requires: tex-thinsp -Requires: tex-thmtools -Requires: tex-thumb -Requires: tex-thumbs -Requires: tex-thumby -Requires: tex-ticket -Requires: tex-timesht -Requires: tex-titlefoot -Requires: tex-titlepic -Requires: tex-titleref -Requires: tex-titlesec -Requires: tex-titling -Requires: tex-tocbibind -Requires: tex-tocloft -Requires: tex-tocvsec2 -Requires: tex-todo -Requires: tex-todonotes -Requires: tex-tokenizer -Requires: tex-toolbox -Requires: tex-topfloat -Requires: tex-totcount -Requires: tex-totpages -Requires: tex-trfsigns -Requires: tex-trimspaces -Requires: tex-trsym -Requires: tex-trivfloat -Requires: tex-truncate -Requires: tex-tucv -Requires: tex-turnthepage -Requires: tex-twoinone -Requires: tex-twoup -Requires: tex-txgreeks -Requires: tex-type1cm -Requires: tex-typeface -Requires: tex-typogrid -Requires: tex-ucs -Requires: tex-uebungsblatt -Requires: tex-umoline -Requires: tex-underlin -Requires: tex-underoverlap -Requires: tex-undolabl -Requires: tex-units -Requires: tex-upmethodology -Requires: tex-upquote -Requires: tex-uri -Requires: tex-ushort -Requires: tex-varindex -Requires: tex-varsfromjobname -Requires: tex-varwidth -Requires: tex-verbasef -Requires: tex-verbatimcopy -Requires: tex-verbdef -Requires: tex-verbments -Requires: tex-version -Requires: tex-versions -Requires: tex-vertbars -Requires: tex-vhistory -Requires: tex-vmargin -Requires: tex-volumes -Requires: tex-vpe -Requires: tex-vruler -Requires: tex-vwcol -Requires: tex-wallpaper -Requires: tex-warning -Requires: tex-warpcol -Requires: tex-was -Requires: tex-widetable -Requires: tex-williams -Requires: tex-wordlike -Requires: tex-wrapfig -Requires: tex-xargs -Requires: tex-xbmc -Requires: tex-xcomment -Requires: tex-xhfill -Requires: tex-xtab -Requires: tex-xdoc -Requires: tex-xfor -Requires: tex-xifthen -Requires: tex-xint -Requires: tex-xmpincl -Requires: tex-xnewcommand -Requires: tex-xoptarg -Requires: tex-xpatch -Requires: tex-xpeek -Requires: tex-xpunctuate -Requires: tex-xstring -Requires: tex-xwatermark -Requires: tex-xytree -Requires: tex-yafoot -Requires: tex-yagusylo -Requires: tex-ydoc -Requires: tex-yplan -Requires: tex-zed-csp -Requires: tex-ziffer -Requires: tex-zwgetfdate -Requires: tex-zwpagelayout - -%description collection-latexextra -A large collection of add-on packages for LaTeX. - -%package collection-latexrecommended -Summary: LaTeX recommended packages -Version: svn25795.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-latex -Requires: tex-anysize -Requires: tex-beamer -Requires: tex-booktabs -Requires: tex-caption -Requires: tex-cite -Requires: tex-cmap -Requires: texlive-collection-latex -Requires: tex-crop -Requires: tex-ctable -Requires: tex-ec -Requires: tex-eso-pic -Requires: tex-euler -Requires: tex-extsizes -Requires: tex-fancybox -Requires: tex-fancyref -Requires: tex-fancyvrb -Requires: tex-float -Requires: tex-fontspec -Requires: tex-fp -Requires: tex-index -Requires: tex-jknapltx -Requires: tex-koma-script -Requires: tex-l3kernel -Requires: tex-l3packages -Requires: tex-l3experimental -Requires: tex-listings -Requires: tex-mdwtools -Requires: tex-memoir -Requires: tex-metalogo -Requires: tex-mh -Requires: tex-microtype -Requires: tex-ms -Requires: tex-ntgclass -Requires: tex-parskip -Requires: tex-pdfpages -Requires: tex-powerdot -Requires: tex-psfrag -Requires: tex-rcs -Requires: tex-rotating -Requires: tex-sansmath -Requires: tex-section -Requires: tex-seminar -Requires: tex-sepnum -Requires: tex-setspace -Requires: tex-subfig -Requires: tex-textcase -Requires: tex-thumbpdf -Requires: tex-typehtml -Requires: tex-underscore -Requires: tex-url -Requires: tex-xcolor -Requires: tex-xkeyval -Requires: texlive-collection-latex -Provides: tex(latex) = %{tl_version}, texlive-latex = %{tl_version} -Requires: texlive-collection-fontsrecommended - -%description collection-latexrecommended -A collection of recommended add-on packages for LaTeX which -have widespread use. - -%package crop -Provides: tex-crop = %{tl_version} -License: LPPL -Summary: Support for cropmarks -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(graphics.sty) -Provides: tex(crop.sty) = %{tl_version} - -%description crop -A package providing corner marks for camera alignment as well -as for trimming paper stacks, and additional page information -on every page if required. Most macros are easily adaptable to -personal preferences. An option is provided for selectively -suppressing graphics or text, which may be useful for printing -just colour graphics on a colour laser printer and the rest on -a cheap mono laser printer. A page info line contains the time -and a new cropmarks index and is printed at the top of the -page. A configuration command is provided for the info line -font. Options for better collaboration with dvips, pdftex and -vtex are provided. - -date: 2009-07-10 18:40:58 +0200 - -%post crop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun crop -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans crop -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package crop-doc -Summary: Documentation for crop -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-crop-doc -BuildArch: noarch -AutoReqProv: No - -%description crop-doc -Documentation for crop - -%package ctable -Provides: tex-ctable = %{tl_version} -License: LPPL -Summary: Easily typeset centered tables -Version: svn26694.1.23 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(xkeyval.sty) -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(booktabs.sty) -Requires: tex(rotating.sty) -Requires: tex(etoolbox.sty) -Provides: tex(ctable.sty) = %{tl_version} - -%description ctable -Provides commands to typeset centered, left- or right-aligned -table and (multiple-)figure floats, with footnotes. Instead of -an environment, a command with 4 arguments is used; the first -is optional and is used for key,value pairs generating -variations on the defaults and offering a route for future -extensions. - -date: 2012-05-28 15:39:00 +0200 - -%post ctable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ctable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ctable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ctable-doc -Summary: Documentation for ctable -Version: svn26694.1.23 -Release: %{tl_noarch_release} -Provides: tex-ctable-doc -BuildArch: noarch -AutoReqProv: No - -%description ctable-doc -Documentation for ctable - -%package eso-pic -Provides: tex-eso-pic = %{tl_version} -License: LPPL 1.2 -Summary: Add picture commands (or backgrounds) to every page -Version: svn21515.2.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Requires: tex(keyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(color.sty) -Provides: tex(eso-pic.sty) = %{tl_version} -Provides: tex(showframe.sty) = %{tl_version} - -%description eso-pic -Eso-pic is an extension of everyshi. Using everyshi's -\EveryShipout command, eso-pic adds one or more user commands -to LaTeX's shipout actions. - -date: 2010-10-06 15:20:29 +0200 - -%post eso-pic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eso-pic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eso-pic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eso-pic-doc -Summary: Documentation for eso-pic -Version: svn21515.2.0c -Release: %{tl_noarch_release} -Provides: tex-eso-pic-doc -BuildArch: noarch -AutoReqProv: No - -%description eso-pic-doc -Documentation for eso-pic - -%package euler -Provides: tex-euler = %{tl_version} -License: LPPL -Summary: Use AMS Euler fonts for math -Version: svn17261.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(euler.sty) = %{tl_version} - -%description euler -Provides a setup for using the AMS Euler family of fonts for -mathematics in LaTeX documents. "The underlying philosophy of -Zapf's Euler design was to capture the flavour of mathematics -as it might be written by a mathematician with excellent -handwriting." [concrete-tug] The euler package is based on -Knuth's macros for the book 'Concrete Mathematics'. The text -fonts for the Concrete book are supported by the beton package. - -date: 2010-02-28 19:16:53 +0100 - -%post euler -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun euler -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans euler -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package euler-doc -Summary: Documentation for euler -Version: svn17261.2.5 -Release: %{tl_noarch_release} -Provides: tex-euler-doc -BuildArch: noarch -AutoReqProv: No - -%description euler-doc -Documentation for euler - -%package extsizes -Provides: tex-extsizes = %{tl_version} -License: LPPL -Summary: Extend the standard classes' size options -Version: svn17263.1.4a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(exscale.sty) -Provides: tex(autopagewidth.sty) = %{tl_version} -Provides: tex(extarticle.cls) = %{tl_version} -Provides: tex(extbook.cls) = %{tl_version} -Provides: tex(extletter.cls) = %{tl_version} -Provides: tex(extproc.cls) = %{tl_version} -Provides: tex(extreport.cls) = %{tl_version} -Provides: tex(extsizes.sty) = %{tl_version} -Provides: tex(size14.clo) = %{tl_version} -Provides: tex(size17.clo) = %{tl_version} -Provides: tex(size20.clo) = %{tl_version} -Provides: tex(size8.clo) = %{tl_version} -Provides: tex(size9.clo) = %{tl_version} - -%description extsizes -Provides classes extarticle and extreport, extletter, extbook, -extproc which allow for documents with a base font of size 8- -20pt. - -date: 2010-02-28 19:16:53 +0100 - -%post extsizes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun extsizes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans extsizes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package extsizes-doc -Summary: Documentation for extsizes -Version: svn17263.1.4a -Release: %{tl_noarch_release} -Provides: tex-extsizes-doc -BuildArch: noarch -AutoReqProv: No - -%description extsizes-doc -Documentation for extsizes - -%package fancybox -Provides: tex-fancybox = %{tl_version} -License: LPPL 1.2 -Summary: Variants of \fbox and other games with boxes -Version: svn18304.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fancybox.sty) = %{tl_version} - -%description fancybox -Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, -\Ovalbox, with helpful tools for using box macros and flexible -verbatim macros. You can box mathematics, floats, center, -flushleft, and flushright, lists, and pages. - -date: 2010-05-15 22:45:27 +0200 - -%post fancybox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancybox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancybox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancybox-doc -Summary: Documentation for fancybox -Version: svn18304.1.4 -Release: %{tl_noarch_release} -Provides: tex-fancybox-doc -BuildArch: noarch -AutoReqProv: No - -%description fancybox-doc -Documentation for fancybox - -%package fancyref -Provides: tex-fancyref = %{tl_version} -License: GPL+ -Summary: A LaTeX package for fancy cross-referencing -Version: svn15878.0.9c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(varioref.sty) -Provides: tex(fancyref.sty) = %{tl_version} - -%description fancyref -Provides fancy cross-referencing support, based on the -package's reference commands (\fref and \Fref) that recognise -what sort of object is being referenced. So, for example, the -label for a \section would be expected to be of the form -'sec:foo': the package would recognise the 'sec:' part. - -date: 2006-12-05 17:23:05 +0100 - -%post fancyref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancyref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancyref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancyref-doc -Summary: Documentation for fancyref -Version: svn15878.0.9c -Release: %{tl_noarch_release} -Provides: tex-fancyref-doc -BuildArch: noarch -AutoReqProv: No - -%description fancyref-doc -Documentation for fancyref - -%package fancyvrb -Provides: tex-fancyvrb = %{tl_version} -License: LPPL -Summary: Sophisticated verbatim text -Version: svn18492.2.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(pstricks.sty) -Requires: tex(color.sty) -Requires: tex(hbaw.sty) -Provides: tex(fancyvrb.sty) = %{tl_version} -Provides: tex(fvrb-ex.sty) = %{tl_version} -Provides: tex(hbaw.sty) = %{tl_version} -Provides: tex(hcolor.sty) = %{tl_version} - -%description fancyvrb -Flexible handling of verbatim text including: verbatim commands -in footnotes; a variety of verbatim environments with many -parameters; ability to define new customized verbatim -environments; save and restore verbatim text and environments; -write and read files in verbatim mode; build "example" -environments (showing both result and verbatim source). - -date: 2010-05-25 20:13:54 +0200 - -%post fancyvrb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancyvrb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancyvrb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancyvrb-doc -Summary: Documentation for fancyvrb -Version: svn18492.2.8 -Release: %{tl_noarch_release} -Provides: tex-fancyvrb-doc -BuildArch: noarch -AutoReqProv: No - -%description fancyvrb-doc -Documentation for fancyvrb - -%package float -Provides: tex-float = %{tl_version} -License: LPPL -Summary: Improved interface for floating objects -Version: svn15878.1.3d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(float.sty) = %{tl_version} - -%description float -Improves the interface for defining floating objects such as -figures and tables. Introduces the boxed float, the ruled float -and the plaintop float. You can define your own floats and -improve the behaviour of the old ones. The package also -provides the H float modifier option of the obsolete here -package. You can select this as automatic default with -\floatplacement{figure}{H}. - -date: 2009-09-26 09:33:53 +0200 - -%post float -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun float -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans float -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package float-doc -Summary: Documentation for float -Version: svn15878.1.3d -Release: %{tl_noarch_release} -Provides: tex-float-doc -BuildArch: noarch -AutoReqProv: No - -%description float-doc -Documentation for float - -%package fontspec -Provides: tex-fontspec = %{tl_version} -License: LPPL 1.3 -Summary: Advanced font selection in XeLaTeX and LuaLaTeX -Version: svn29412.v2.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-kastrup -Requires: tex-lm -Requires: tex(fontenc.sty) -Requires: tex(xunicode.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(luaotfload.sty) -Provides: tex(fontspec-luatex.sty) = %{tl_version} -Provides: tex(fontspec-patches.sty) = %{tl_version} -Provides: tex(fontspec-xetex.sty) = %{tl_version} -Provides: tex(fontspec.cfg) = %{tl_version} -Provides: tex(fontspec.sty) = %{tl_version} - -%description fontspec -Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an -automatic and unified interface to feature-rich AAT and -OpenType fonts through the NFSS in LaTeX running on XeTeX or -LuaTeX engines. The package requires the l3kernel and xparse -bundles from the LaTeX 3 development team. - -date: 2013-03-17 00:29:52 +0100 - -%post fontspec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontspec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontspec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontspec-doc -Summary: Documentation for fontspec -Version: svn29412.v2.3a -Release: %{tl_noarch_release} -Provides: tex-fontspec-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-kastrup-doc -Requires: tex-lm-doc - -%description fontspec-doc -Documentation for fontspec - -%package fp -Provides: tex-fp = %{tl_version} -License: LPPL -Summary: Fixed point arithmetic -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp-upn.sty) -Provides: tex(defpattern.sty) = %{tl_version} -Provides: tex(fp-addons.sty) = %{tl_version} -Provides: tex(fp-basic.sty) = %{tl_version} -Provides: tex(fp-eqn.sty) = %{tl_version} -Provides: tex(fp-eval.sty) = %{tl_version} -Provides: tex(fp-exp.sty) = %{tl_version} -Provides: tex(fp-pas.sty) = %{tl_version} -Provides: tex(fp-random.sty) = %{tl_version} -Provides: tex(fp-snap.sty) = %{tl_version} -Provides: tex(fp-trigo.sty) = %{tl_version} -Provides: tex(fp-upn.sty) = %{tl_version} -Provides: tex(fp.sty) = %{tl_version} -Provides: tex(lfp.sty) = %{tl_version} -Provides: tex(fp.tex) = %{tl_version} - -%description fp -An extensive collection of arithmetic operations for fixed -point real numbers of high precision. - -date: 2009-09-26 11:43:36 +0200 - -%post fp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fp-doc -Summary: Documentation for fp -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-fp-doc -BuildArch: noarch -AutoReqProv: No - -%description fp-doc -Documentation for fp - -%package index -Provides: tex-index = %{tl_version} -License: LPPL -Summary: Extended index for LaTeX including multiple indexes -Version: svn24099.4.1beta -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(autind.sty) = %{tl_version} -Provides: tex(bibref.sty) = %{tl_version} -Provides: tex(index.sty) = %{tl_version} - -%description 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: 2008-04-20 19:53:04 +0200 - -%post index -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun index -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans index -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package index-doc -Summary: Documentation for index -Version: svn24099.4.1beta -Release: %{tl_noarch_release} -Provides: tex-index-doc -BuildArch: noarch -AutoReqProv: No - -%description index-doc -Documentation for index - -%package jknapltx -Provides: tex-jknapltx = %{tl_version} -License: GPL+ -Summary: Miscellaneous packages by Joerg Knappen -Version: svn19440.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(textcomp.sty) -Provides: tex(greekctr.sty) = %{tl_version} -Provides: tex(holtpolt.sty) = %{tl_version} -Provides: tex(latin1jk.def) = %{tl_version} -Provides: tex(latin2jk.def) = %{tl_version} -Provides: tex(latin3jk.def) = %{tl_version} -Provides: tex(mathbbol.sty) = %{tl_version} -Provides: tex(mathrsfs.sty) = %{tl_version} -Provides: tex(parboxx.sty) = %{tl_version} -Provides: tex(sans.sty) = %{tl_version} -Provides: tex(semtrans.sty) = %{tl_version} -Provides: tex(sgmlcmpt.sty) = %{tl_version} -Provides: tex(smartmn.sty) = %{tl_version} -Provides: tex(tccompat.sty) = %{tl_version} -Provides: tex(ursfs.fd) = %{tl_version} -Provides: tex(ustmary.fd) = %{tl_version} -Provides: tex(young.sty) = %{tl_version} - -%description 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: 2006-12-15 11:08:32 +0100 - -%post jknapltx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jknapltx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jknapltx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jknapltx-doc -Summary: Documentation for jknapltx -Version: svn19440.0 -Release: %{tl_noarch_release} -Provides: tex-jknapltx-doc -BuildArch: noarch -AutoReqProv: No - -%description jknapltx-doc -Documentation for jknapltx - -%package koma-script -Provides: tex-koma-script = %{tl_version} -License: LPPL -Summary: A bundle of versatile classes and packages -Version: svn27255.3.11b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babelbib.sty) -Requires: tex(afterpage.sty) -Requires: tex(makeidx.sty) -Requires: tex(scrtime.sty) -Requires: tex(graphicx.sty) -Requires: tex(booktabs.sty) -Requires: tex(longtable.sty) -Requires: tex(amsmath.sty) -Requires: tex(listings.sty) -Requires: tex(multicol.sty) -Requires: tex(marginnote.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(mparhack.sty) -Requires: tex(geometry.sty) -Requires: tex(textcomp.sty) -Requires: tex(tocbasic.sty) -Requires: tex(keyval.sty) -Requires: tex(etoolbox.sty) -Provides: tex(komabug.tex) = %{tl_version} -Provides: tex(adrconvnote.tex) = %{tl_version} -Provides: tex(authorpart.tex) = %{tl_version} -Provides: tex(common-0.tex) = %{tl_version} -Provides: tex(common-1.tex) = %{tl_version} -Provides: tex(common-10.tex) = %{tl_version} -Provides: tex(common-11.tex) = %{tl_version} -Provides: tex(common-12.tex) = %{tl_version} -Provides: tex(common-13.tex) = %{tl_version} -Provides: tex(common-14.tex) = %{tl_version} -Provides: tex(common-15.tex) = %{tl_version} -Provides: tex(common-2.tex) = %{tl_version} -Provides: tex(common-3.tex) = %{tl_version} -Provides: tex(common-4.tex) = %{tl_version} -Provides: tex(common-5.tex) = %{tl_version} -Provides: tex(common-6.tex) = %{tl_version} -Provides: tex(common-7.tex) = %{tl_version} -Provides: tex(common-8.tex) = %{tl_version} -Provides: tex(common-9.tex) = %{tl_version} -Provides: tex(expertpart.tex) = %{tl_version} -Provides: tex(guide-english.tex) = %{tl_version} -Provides: tex(guide.tex) = %{tl_version} -Provides: tex(introduction.tex) = %{tl_version} -Provides: tex(japanlco.tex) = %{tl_version} -Provides: tex(linkalias.tex) = %{tl_version} -Provides: tex(preface.tex) = %{tl_version} -Provides: tex(scraddr.tex) = %{tl_version} -Provides: tex(scrbase.tex) = %{tl_version} -Provides: tex(scrbookreportarticle-experts.tex) = %{tl_version} -Provides: tex(scrbookreportarticle.tex) = %{tl_version} -Provides: tex(scrdatetime.tex) = %{tl_version} -Provides: tex(scrextend.tex) = %{tl_version} -Provides: tex(scrhack.tex) = %{tl_version} -Provides: tex(scrlfile.tex) = %{tl_version} -Provides: tex(scrlttr2-experts.tex) = %{tl_version} -Provides: tex(scrlttr2.tex) = %{tl_version} -Provides: tex(scrpage2.tex) = %{tl_version} -Provides: tex(scrwfile.tex) = %{tl_version} -Provides: tex(tocbasic.tex) = %{tl_version} -Provides: tex(typearea-experts.tex) = %{tl_version} -Provides: tex(typearea.tex) = %{tl_version} -Provides: tex(guide.tex) = %{tl_version} -Provides: tex(linkalias.tex) = %{tl_version} -Provides: tex(adrconvnote.tex) = %{tl_version} -Provides: tex(authorpart.tex) = %{tl_version} -Provides: tex(common-0.tex) = %{tl_version} -Provides: tex(common-1.tex) = %{tl_version} -Provides: tex(common-10.tex) = %{tl_version} -Provides: tex(common-11.tex) = %{tl_version} -Provides: tex(common-12.tex) = %{tl_version} -Provides: tex(common-13.tex) = %{tl_version} -Provides: tex(common-14.tex) = %{tl_version} -Provides: tex(common-15.tex) = %{tl_version} -Provides: tex(common-2.tex) = %{tl_version} -Provides: tex(common-3.tex) = %{tl_version} -Provides: tex(common-4.tex) = %{tl_version} -Provides: tex(common-5.tex) = %{tl_version} -Provides: tex(common-6.tex) = %{tl_version} -Provides: tex(common-7.tex) = %{tl_version} -Provides: tex(common-8.tex) = %{tl_version} -Provides: tex(common-9.tex) = %{tl_version} -Provides: tex(expertpart.tex) = %{tl_version} -Provides: tex(guide-ngerman.tex) = %{tl_version} -Provides: tex(guide.tex) = %{tl_version} -Provides: tex(introduction.tex) = %{tl_version} -Provides: tex(linkalias.tex) = %{tl_version} -Provides: tex(preface.tex) = %{tl_version} -Provides: tex(scraddr.tex) = %{tl_version} -Provides: tex(scrbase.tex) = %{tl_version} -Provides: tex(scrbookreportarticle-experts.tex) = %{tl_version} -Provides: tex(scrbookreportarticle.tex) = %{tl_version} -Provides: tex(scrdatetime.tex) = %{tl_version} -Provides: tex(scrextend.tex) = %{tl_version} -Provides: tex(scrhack.tex) = %{tl_version} -Provides: tex(scrlfile.tex) = %{tl_version} -Provides: tex(scrlttr2-experts.tex) = %{tl_version} -Provides: tex(scrlttr2.tex) = %{tl_version} -Provides: tex(scrpage2.tex) = %{tl_version} -Provides: tex(scrwfile.tex) = %{tl_version} -Provides: tex(tocbasic.tex) = %{tl_version} -Provides: tex(typearea-experts.tex) = %{tl_version} -Provides: tex(typearea.tex) = %{tl_version} -Provides: tex(scrguide.cls) = %{tl_version} -Provides: tex(scrsource.tex) = %{tl_version} -Provides: tex(scraddr.sty) = %{tl_version} -Provides: tex(scrartcl.cls) = %{tl_version} -Provides: tex(scrbase.sty) = %{tl_version} -Provides: tex(scrbook.cls) = %{tl_version} -Provides: tex(scrdate.sty) = %{tl_version} -Provides: tex(scrdoc.cls) = %{tl_version} -Provides: tex(scrextend.sty) = %{tl_version} -Provides: tex(scrfontsizes.sty) = %{tl_version} -Provides: tex(scrhack.sty) = %{tl_version} -Provides: tex(scrjura.sty) = %{tl_version} -Provides: tex(scrkbase.sty) = %{tl_version} -Provides: tex(scrlettr.cls) = %{tl_version} -Provides: tex(scrlfile.sty) = %{tl_version} -Provides: tex(scrlttr2.cls) = %{tl_version} -Provides: tex(scrpage.sty) = %{tl_version} -Provides: tex(scrpage2.sty) = %{tl_version} -Provides: tex(scrreprt.cls) = %{tl_version} -Provides: tex(scrsize10pt.clo) = %{tl_version} -Provides: tex(scrsize11pt.clo) = %{tl_version} -Provides: tex(scrsize12pt.clo) = %{tl_version} -Provides: tex(scrtime.sty) = %{tl_version} -Provides: tex(scrwfile.sty) = %{tl_version} -Provides: tex(tocbasic.sty) = %{tl_version} -Provides: tex(tocstyle.sty) = %{tl_version} -Provides: tex(typearea.sty) = %{tl_version} - -%description 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. It also offers e.g. a package for -calculated type areas in the way laid down by the typographer -Jan Tschichold, a package for easily changing and defining of -page styles, a package for getting not only the current date -but also the name of day and a package for getting current -time. All these packages may be used not only with KOMA-Script -classes but also with standard classes. Since every package has -its own version number, the number below is only the version of -scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are -the main parts of the bundle. - -date: 2012-07-30 11:22:32 +0200 - -%post koma-script -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun koma-script -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans koma-script -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package l3kernel -Provides: tex-l3kernel = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX3 programming conventions -Version: svn29409.SVN_4469 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(l3expan.sty) -Requires: tex(l3seq.sty) -Requires: tex(l3quark.sty) -Requires: tex(l3clist.sty) -Requires: tex(l3prop.sty) -Requires: tex(l3file.sty) -Requires: tex(l3keys.sty) -Requires: tex(l3box.sty) -Requires: tex(l3color.sty) -Requires: tex(l3candidates.sty) -Requires: tex(ifpdf.sty) -Requires: tex(graphics.sty) -Requires: tex(luatex.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(doc.sty) -Requires: tex(array.sty) -Requires: tex(alphalph.sty) -Requires: tex(amsmath.sty) -Requires: tex(booktabs.sty) -Requires: tex(color.sty) -Requires: tex(colortbl.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(hologo.sty) -Requires: tex(enumitem.sty) -Requires: tex(pifont.sty) -Requires: tex(textcomp.sty) -Requires: tex(trace.sty) -Requires: tex(underscore.sty) -Requires: tex(csquotes.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(verbatim.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(hypdoc.sty) -Provides: tex(expl3.sty) = %{tl_version} -Provides: tex(l3basics.sty) = %{tl_version} -Provides: tex(l3bootstrap.sty) = %{tl_version} -Provides: tex(l3box.sty) = %{tl_version} -Provides: tex(l3candidates.sty) = %{tl_version} -Provides: tex(l3clist.sty) = %{tl_version} -Provides: tex(l3coffins.sty) = %{tl_version} -Provides: tex(l3color.sty) = %{tl_version} -Provides: tex(l3doc.cls) = %{tl_version} -Provides: tex(l3docstrip.tex) = %{tl_version} -Provides: tex(l3dvipdfmx.def) = %{tl_version} -Provides: tex(l3dvips.def) = %{tl_version} -Provides: tex(l3expan.sty) = %{tl_version} -Provides: tex(l3file.sty) = %{tl_version} -Provides: tex(l3fp.sty) = %{tl_version} -Provides: tex(l3int.sty) = %{tl_version} -Provides: tex(l3keys.sty) = %{tl_version} -Provides: tex(l3luatex.sty) = %{tl_version} -Provides: tex(l3msg.sty) = %{tl_version} -Provides: tex(l3names.sty) = %{tl_version} -Provides: tex(l3pdfmode.def) = %{tl_version} -Provides: tex(l3prg.sty) = %{tl_version} -Provides: tex(l3prop.sty) = %{tl_version} -Provides: tex(l3quark.sty) = %{tl_version} -Provides: tex(l3seq.sty) = %{tl_version} -Provides: tex(l3skip.sty) = %{tl_version} -Provides: tex(l3tl.sty) = %{tl_version} -Provides: tex(l3token.sty) = %{tl_version} -Provides: tex(l3xdvipdfmx.def) = %{tl_version} - -%description l3kernel -The l3kernel bundle provides an implementation of the LaTeX3 -programmers' interface, as a set of packages that run under -LaTeX 2e. The interface provides the foundation on which the -LaTeX3 kernel and other future code are built: it is an API for -TeX programmers. The packages are set up so that the LaTeX3 -conventions can be used with regular LaTeX 2e packages. All the -files of the bundle are also available in the Subversion (SVN) -repository of the LaTeX3 Project. The bundle on CTAN is based -on a snapshot of the SVN repository on 2012-11-21. - -date: 2013-03-14 21:55:57 +0100 - -%post l3kernel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun l3kernel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans l3kernel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package l3kernel-doc -Summary: Documentation for l3kernel -Version: svn29409.SVN_4469 -Release: %{tl_noarch_release} -Provides: tex-l3kernel-doc -BuildArch: noarch -AutoReqProv: No - -%description l3kernel-doc -Documentation for l3kernel - -%package l3packages -Provides: tex-l3packages = %{tl_version} -License: LPPL 1.3 -Summary: High-level LaTeX3 concepts -Version: svn29361.SVN_4467 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(amstext.sty) -Requires: tex(graphicx.sty) -Provides: tex(l3keys2e.sty) = %{tl_version} -Provides: tex(xfrac.sty) = %{tl_version} -Provides: tex(xparse.sty) = %{tl_version} -Provides: tex(xtemplate.sty) = %{tl_version} - -%description l3packages -The bundle holds prototype implementations of concepts for a -LaTeX designer interface, to be used with the experimental -LaTeX kernel as programming tools and kernel support. Packages -provided in this release are: - l3keys2e, which makes the -facilities of the kernel module l3keys available for use by -LaTeX 2e packages; - xfrac, which provides flexible split-level -fractions; - xparse, which provides a high-level interface for -declaring document commands; and - xtemplate, which provides a -means of defining generic functions using a key-value syntax. -All the files of the bundle are also available in the -Subversion (SVN) repository of the LaTeX3 Project. The bundle -on CTAN is based on a snapshot of the SVN repository on 2012- -11-21. - -date: 2013-03-12 10:55:10 +0100 - -%post l3packages -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun l3packages -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans l3packages -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package l3packages-doc -Summary: Documentation for l3packages -Version: svn29361.SVN_4467 -Release: %{tl_noarch_release} -Provides: tex-l3packages-doc -BuildArch: noarch -AutoReqProv: No - -%description l3packages-doc -Documentation for l3packages - -%package l3experimental -Provides: tex-l3experimental = %{tl_version} -License: LPPL 1.3 -Summary: Experimental LaTeX3 concepts -Version: svn29361.SVN_4467 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3tl-analysis.sty) -Requires: tex(xparse.sty) -Provides: tex(l3dt.sty) = %{tl_version} -Provides: tex(l3sort.sty) = %{tl_version} -Provides: tex(l3flag.sty) = %{tl_version} -Provides: tex(l3regex-trace.sty) = %{tl_version} -Provides: tex(l3regex.sty) = %{tl_version} -Provides: tex(l3str-convert.sty) = %{tl_version} -Provides: tex(l3str-format.sty) = %{tl_version} -Provides: tex(l3str.sty) = %{tl_version} -Provides: tex(l3tl-analysis.sty) = %{tl_version} -Provides: tex(l3tl-build.sty) = %{tl_version} -Provides: tex(xcoffins.sty) = %{tl_version} -Provides: tex(l3galley.sty) = %{tl_version} -Provides: tex(xgalley.sty) = %{tl_version} - -%description l3experimental -The l3experimental packages are a collection of experimental -implementations for aspects of the LaTeX3 kernel, dealing with -higher-level ideas such as the Designer Interface. Some of them -work as stand alone packages, providing new functionality, and -can be used on top of LaTeX2e with no changes to the existing -kernel. The present release includes: - xgalley, which controls -boxes receiving text for typesetting. - l3dt: kernel support -for data tables; - l3galley: kernel support for xgalley; - -l3regex: kernel support for regular expression search and -replace operations; - l3sort: kernel support for sorting -sequences, token lists or comma-lists, according to user- -specified comparison criteria; - l3str: kernel support for -string manipulation; - l3tl-build: kernel support for token -list building; - l3tl_analysis: kernel support for token list -analysis; and - xcoffins, which allows the alignment of boxes -using a series of 'handle' positions, supplementing the simple -TeX reference point. All the files of the bundle are also -available in the Subversion (SVN) repository of the LaTeX3 -Project. The bundle on CTAN is based on a snapshot of the SVN -repository on 2012-11-21. - -date: 2013-03-12 10:55:10 +0100 - -%post l3experimental -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun l3experimental -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans l3experimental -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package l3experimental-doc -Summary: Documentation for l3experimental -Version: svn29361.SVN_4467 -Release: %{tl_noarch_release} -Provides: tex-l3experimental-doc -BuildArch: noarch -AutoReqProv: No - -%description l3experimental-doc -Documentation for l3experimental - -%package listings -Provides: tex-listings = %{tl_version} -License: LPPL -Summary: Typeset source code listings using LaTeX -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(hyperref.sty) -Requires: tex(color.sty) -Requires: tex(algorithmic.sty) -Requires: tex(nameref.sty) -Requires: tex(url.sty) -Provides: tex(listings.cfg) = %{tl_version} -Provides: tex(listings.sty) = %{tl_version} -Provides: tex(lstdoc.sty) = %{tl_version} -Provides: tex(lstlang1.sty) = %{tl_version} -Provides: tex(lstlang2.sty) = %{tl_version} -Provides: tex(lstlang3.sty) = %{tl_version} -Provides: tex(lstmisc.sty) = %{tl_version} - -%description listings -Typeset programs (programming code) within LaTeX. The source -code is read directly by TeX. Keywords, comments and strings -can be typeset using different styles (default is bold for -keywords, italic for comments and no special style for -strings). Includes support for hyperref. To use, simply -\usepackage{listings}, identify the language with -\lstset{language=Python}, then employ the \begin{lstlisting} -... \end{lstlisting} environment or the -\lstinputlisting{filename.py} command. Short (in-line) listings -are also available, using either \lstinline|...| or | ... | -(after defining the | token with the \lstMakeShortInline -command). - -date: 2007-03-12 20:45:12 +0100 - -%post listings -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listings -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listings -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listings-doc -Summary: Documentation for listings -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-listings-doc -BuildArch: noarch -AutoReqProv: No - -%description listings-doc -Documentation for listings - -%package mdwtools -Provides: tex-mdwtools = %{tl_version} -License: GPL+ -Summary: Miscellaneous tools by Mark Wooding -Version: svn15878.1.05.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(at.sty) = %{tl_version} -Provides: tex(cmtt.sty) = %{tl_version} -Provides: tex(doafter.sty) = %{tl_version} -Provides: tex(footnote.sty) = %{tl_version} -Provides: tex(mTTcmtt.fd) = %{tl_version} -Provides: tex(mTTenc.def) = %{tl_version} -Provides: tex(mathenv.sty) = %{tl_version} -Provides: tex(mdwlist.sty) = %{tl_version} -Provides: tex(mdwmath.sty) = %{tl_version} -Provides: tex(mdwtab.sty) = %{tl_version} -Provides: tex(sverb.sty) = %{tl_version} -Provides: tex(syntax.sty) = %{tl_version} - -%description mdwtools -This collection of tools includes: - support for short commands -starting with @, - macros to sanitise the OT1 encoding of the -cmtt fonts; - a 'do after' command; - improved footnote -support; - mathenv for various alignment in maths; - list -handling; - mdwmath which adds some minor changes to LaTeX -maths; - a rewrite of LaTeX's tabular and array environments; - -verbatim handling; and - syntax diagrams. - -date: 2008-06-23 17:43:34 +0200 - -%post mdwtools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mdwtools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mdwtools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mdwtools-doc -Summary: Documentation for mdwtools -Version: svn15878.1.05.4 -Release: %{tl_noarch_release} -Provides: tex-mdwtools-doc -BuildArch: noarch -AutoReqProv: No - -%description mdwtools-doc -Documentation for mdwtools - -%package memoir -Provides: tex-memoir = %{tl_version} -License: LPPL -Summary: Typeset fiction, non-fiction and mathematical books -Version: svn21638.3.6j_patch_6.0g -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifetex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(etex.sty) -Provides: tex(mem10.clo) = %{tl_version} -Provides: tex(mem11.clo) = %{tl_version} -Provides: tex(mem12.clo) = %{tl_version} -Provides: tex(mem14.clo) = %{tl_version} -Provides: tex(mem17.clo) = %{tl_version} -Provides: tex(mem20.clo) = %{tl_version} -Provides: tex(mem25.clo) = %{tl_version} -Provides: tex(mem30.clo) = %{tl_version} -Provides: tex(mem36.clo) = %{tl_version} -Provides: tex(mem48.clo) = %{tl_version} -Provides: tex(mem60.clo) = %{tl_version} -Provides: tex(mem9.clo) = %{tl_version} -Provides: tex(memhfixc.sty) = %{tl_version} -Provides: tex(memoir.cls) = %{tl_version} -Provides: tex(mempatch.sty) = %{tl_version} - -%description memoir -The memoir class is for typesetting poetry, fiction, non- -fiction, and mathematical works. Permissible document 'base' -font sizes range from 9 to 60pt. There is a range of page- -styles and well over a dozen chapter-styles to choose from, as -well as methods for specifying your own layouts and designs. -The class also provides the functionality of over thirty of the -more popular packages, thus simplifying document sources. The -class automatically loads an associated patch file mempatch; -the patch file may be updated from time to time, between -releases of the class itself. (The patch file stays around even -when there are no extant patches.) Users who wish to use the -hyperref package, in a document written with the memoir class, -should also use the memhfixc package (part of this bundle). -Note, however, that current versions of hyperref actually load -the package automatically if they detect that they are running -under memoir. - -date: 2011-03-06 22:53:00 +0100 - -%post memoir -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun memoir -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans memoir -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package memoir-doc -Summary: Documentation for memoir -Version: svn21638.3.6j_patch_6.0g -Release: %{tl_noarch_release} -Provides: tex-memoir-doc -BuildArch: noarch -AutoReqProv: No - -%description memoir-doc -Documentation for memoir - -%package metalogo -Provides: tex-metalogo = %{tl_version} -License: LPPL -Summary: Extended TeX logo macros -Version: svn18611.0.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Provides: tex(metalogo.sty) = %{tl_version} - -%description metalogo -This package exposes spacing parameters for various TeX logos -to the end user, to optimise the logos for different fonts. -Written especially for XeLaTeX users. - -date: 2010-05-29 17:49:59 +0200 - -%post metalogo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metalogo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metalogo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metalogo-doc -Summary: Documentation for metalogo -Version: svn18611.0.12 -Release: %{tl_noarch_release} -Provides: tex-metalogo-doc -BuildArch: noarch -AutoReqProv: No - -%description metalogo-doc -Documentation for metalogo - -%package mh -Provides: tex-mh = %{tl_version} -License: LPPL 1.3 -Summary: The MH bundle -Version: svn29420.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(keyval.sty) -Requires: tex(calc.sty) -Requires: tex(mathtools.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Provides: tex(breqn.sty) = %{tl_version} -Provides: tex(empheq.sty) = %{tl_version} -Provides: tex(flexisym.sty) = %{tl_version} -Provides: tex(mathstyle.sty) = %{tl_version} -Provides: tex(mathtools.sty) = %{tl_version} -Provides: tex(mhsetup.sty) = %{tl_version} - -%description mh -The mh bundle is a series of packages designed to enhance the -appearance of documents containing a lot of math. The main -backbone is amsmath, so those unfamiliar with this required -part of the LaTeX system will probably not find the packages -very useful. Component parts of the bundle are: breqn, empheq, -flexisym, mathstyle and mathtools, mhsetup, The empheq package -is a visual markup extension of amsmath. Empheq allows -sophisticated boxing and other marking of multi-line maths -displays, and fixes problems with the way that the ntheorem -package places end-of-theorem markers. The mathtools package -provides many useful tools for mathematical typesetting. It -fixes various deficiencies of amsmath and standard LaTeX. The -mhsetup package defines various programming tools needed by -both empheq and mathtools. The breqn package makes more easy -the business of preparing displayed equations in LaTeX, -including permitting automatic line-breaking within displayed -equations. (Breqn uses the mathstyle package to keep track of -the current maths typesetting style, something that raw TeX -hides from the programmer.) - -date: 2013-03-17 00:29:52 +0100 - -%post mh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mh -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mh -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mh-doc -Summary: Documentation for mh -Version: svn29420.0 -Release: %{tl_noarch_release} -Provides: tex-mh-doc -BuildArch: noarch -AutoReqProv: No - -%description mh-doc -Documentation for mh - -%package microtype -Provides: tex-microtype = %{tl_version} -License: LPPL -Summary: Subliminal refinements towards typographical perfection -Version: svn29392.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(letterspace.sty) = %{tl_version} -Provides: tex(microtype-luatex.def) = %{tl_version} -Provides: tex(microtype-pdftex.def) = %{tl_version} -Provides: tex(microtype-xetex.def) = %{tl_version} -Provides: tex(microtype.cfg) = %{tl_version} -Provides: tex(microtype.sty) = %{tl_version} -Provides: tex(mt-CharisSIL.cfg) = %{tl_version} -Provides: tex(mt-LatinModernRoman.cfg) = %{tl_version} -Provides: tex(mt-PalatinoLinotype.cfg) = %{tl_version} -Provides: tex(mt-bch.cfg) = %{tl_version} -Provides: tex(mt-blg.cfg) = %{tl_version} -Provides: tex(mt-cmr.cfg) = %{tl_version} -Provides: tex(mt-euf.cfg) = %{tl_version} -Provides: tex(mt-eur.cfg) = %{tl_version} -Provides: tex(mt-euroitc.cfg) = %{tl_version} -Provides: tex(mt-eus.cfg) = %{tl_version} -Provides: tex(mt-msa.cfg) = %{tl_version} -Provides: tex(mt-msb.cfg) = %{tl_version} -Provides: tex(mt-mvs.cfg) = %{tl_version} -Provides: tex(mt-pad.cfg) = %{tl_version} -Provides: tex(mt-pmn.cfg) = %{tl_version} -Provides: tex(mt-ppl.cfg) = %{tl_version} -Provides: tex(mt-ptm.cfg) = %{tl_version} -Provides: tex(mt-ugm.cfg) = %{tl_version} -Provides: tex(mt-zpeu.cfg) = %{tl_version} - -%description microtype -The package provides a LaTeX interface to the micro-typographic -extensions that were introduced by pdfTeX and have since also -propagated to XeTeX and LuaTeX: most prominently, character -protrusion and font expansion, furthermore the adjustment of -interword spacing and additional kerning, as well as -hyphenatable letterspacing (tracking) and the possibility to -disable all or selected ligatures. These features may be -applied to customisable sets of fonts, and all micro- -typographic aspects of the fonts can be configured in a -straight-forward and flexible way. Settings for various fonts -are provided. Note that character protrusion requires pdfTeX, -LuaTeX, or XeTeX. Font expansion works with pdfTeX or LuaTeX. -The package will by default enable protrusion and expansion if -they can safely be assumed to work. Disabling ligatures -requires pdfTeX or LuaTeX, while the adjustment of interword -spacing and of kerning only works with pdfTeX. Letterspacing is -available with pdfTeX or LuaTeX. The alternative package -`letterspace', which also works with plain TeX, provides the -user commands for letterspacing only, omitting support for all -other extensions. - -date: 2013-03-14 12:45:44 +0100 - -%post microtype -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun microtype -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans microtype -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package microtype-doc -Summary: Documentation for microtype -Version: svn29392.2.5 -Release: %{tl_noarch_release} -Provides: tex-microtype-doc -BuildArch: noarch -AutoReqProv: No - -%description microtype-doc -Documentation for microtype - -%package ms -Provides: tex-ms = %{tl_version} -License: LPPL -Summary: Various LaTeX packages by Martin Schroder -Version: svn24467.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(ifthen.sty) -Requires: tex(scrtime.sty) -Requires: tex(footmisc.sty) -Provides: tex(count1to.sty) = %{tl_version} -Provides: tex(everysel.sty) = %{tl_version} -Provides: tex(everyshi.sty) = %{tl_version} -Provides: tex(multitoc.sty) = %{tl_version} -Provides: tex(prelim2e.sty) = %{tl_version} -Provides: tex(ragged2e.sty) = %{tl_version} - -%description ms -A bundle of LaTeX packages by Martin Schroder; the collection -comprises: - count1to, make use of fixed TeX counters; - -everysel, set commands to execute every time a font is -selected; - everyshi, set commands to execute whenever a page -is shipped out; - multitoc, typeset the table of contents in -multiple columns; - prelim2e, mark typeset pages as -preliminary; and - ragged2e, typeset ragged text and allow -hyphenation. - -date: 2008-11-14 13:05:11 +0100 - -%post ms -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ms -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ms -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ms-doc -Summary: Documentation for ms -Version: svn24467.0 -Release: %{tl_noarch_release} -Provides: tex-ms-doc -BuildArch: noarch -AutoReqProv: No - -%description ms-doc -Documentation for ms - -%package ntgclass -Provides: tex-ntgclass = %{tl_version} -License: LPPL -Summary: "European" versions of standard classes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(a4.sty) = %{tl_version} -Provides: tex(artikel1.cls) = %{tl_version} -Provides: tex(artikel2.cls) = %{tl_version} -Provides: tex(artikel3.cls) = %{tl_version} -Provides: tex(boek.cls) = %{tl_version} -Provides: tex(boek3.cls) = %{tl_version} -Provides: tex(brief.cls) = %{tl_version} -Provides: tex(ntg10.clo) = %{tl_version} -Provides: tex(ntg11.clo) = %{tl_version} -Provides: tex(ntg12.clo) = %{tl_version} -Provides: tex(rapport1.cls) = %{tl_version} -Provides: tex(rapport3.cls) = %{tl_version} - -%description ntgclass -Versions of the standard LaTeX article and report classes, -rewritten to reflect a more European design, by the Dutch TeX -Users Group NTG. - -date: 2006-12-05 17:23:05 +0100 - -%post ntgclass -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ntgclass -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ntgclass -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ntgclass-doc -Summary: Documentation for ntgclass -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ntgclass-doc -BuildArch: noarch -AutoReqProv: No - -%description ntgclass-doc -Documentation for ntgclass - -%package parskip -Provides: tex-parskip = %{tl_version} -License: LPPL -Summary: Layout with zero \parindent, non-zero \parskip -Version: svn19963.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parskip.sty) = %{tl_version} - -%description parskip -Simply changing \parskip and \parindent leaves a layout that is -untidy; this package (though it is no substitute for a -properly-designed class) helps alleviate this untidiness - -date: 2010-09-30 14:11:14 +0200 - -%post parskip -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun parskip -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans parskip -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package parskip-doc -Summary: Documentation for parskip -Version: svn19963.2.0 -Release: %{tl_noarch_release} -Provides: tex-parskip-doc -BuildArch: noarch -AutoReqProv: No - -%description parskip-doc -Documentation for parskip - -%package pdfpages -Provides: tex-pdfpages = %{tl_version} -License: LPPL -Summary: Include PDF documents in LaTeX -Version: svn27574.0.4t -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-eso-pic -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(eso-pic.sty) -Requires: tex(graphicx.sty) -Requires: tex(count1to.sty) -Provides: tex(pdfpages.sty) = %{tl_version} -Provides: tex(ppdvipdfm.def) = %{tl_version} -Provides: tex(ppdvips.def) = %{tl_version} -Provides: tex(ppnull.def) = %{tl_version} -Provides: tex(pppdftex.def) = %{tl_version} -Provides: tex(ppvtex.def) = %{tl_version} -Provides: tex(ppxetex.def) = %{tl_version} - -%description pdfpages -This package simplifies the inclusion of external multi-page -PDF documents in LaTeX documents. Pages may be freely selected -and similar to psnup it is possible to put several logical -pages onto each sheet of paper. Furthermore a lot of hypertext -features like hyperlinks and article threads are provided. The -package supports pdfTeX (pdflatex) and VTeX. With VTeX it is -even possible to use this package to insert PostScript files, -in addition to PDF files. - -date: 2012-08-31 19:14:38 +0200 - -%post pdfpages -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfpages -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfpages -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfpages-doc -Summary: Documentation for pdfpages -Version: svn27574.0.4t -Release: %{tl_noarch_release} -Provides: tex-pdfpages-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-eso-pic-doc - -%description pdfpages-doc -Documentation for pdfpages - -%package powerdot -Provides: tex-powerdot = %{tl_version} -License: LPPL 1.3 -Summary: A presentation class -Version: svn25656.1.4i -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(times.sty) -Requires: tex(pifont.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-blur.sty) -Requires: tex(calc.sty) -Requires: tex(pst-slpe.sty) -Requires: tex(pst-char.sty) -Requires: tex(type1cm.sty) -Requires: tex(amssymb.sty) -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(ifxetex.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Requires: tex(pstricks.sty) -Requires: tex(xcolor.sty) -Requires: tex(enumitem.sty) -Requires: tex(verbatim.sty) -Provides: tex(powerdot-aggie.sty) = %{tl_version} -Provides: tex(powerdot-bframe.sty) = %{tl_version} -Provides: tex(powerdot-ciment.sty) = %{tl_version} -Provides: tex(powerdot-default.sty) = %{tl_version} -Provides: tex(powerdot-elcolors.sty) = %{tl_version} -Provides: tex(powerdot-fyma.sty) = %{tl_version} -Provides: tex(powerdot-horatio.sty) = %{tl_version} -Provides: tex(powerdot-husky.sty) = %{tl_version} -Provides: tex(powerdot-ikeda.sty) = %{tl_version} -Provides: tex(powerdot-jefka.sty) = %{tl_version} -Provides: tex(powerdot-klope.sty) = %{tl_version} -Provides: tex(powerdot-paintings.sty) = %{tl_version} -Provides: tex(powerdot-pazik.sty) = %{tl_version} -Provides: tex(powerdot-sailor.sty) = %{tl_version} -Provides: tex(powerdot-simple.sty) = %{tl_version} -Provides: tex(powerdot-tiger.sty) = %{tl_version} -Provides: tex(powerdot-tycja.sty) = %{tl_version} -Provides: tex(powerdot-upen.sty) = %{tl_version} -Provides: tex(powerdot.cls) = %{tl_version} - -%description powerdot -Powerdot is a presentation class for LaTeX that allows for the -quick and easy development of professional presentations. It -comes with many tools that enhance presentations and aid the -presenter. Examples are automatic overlays, personal notes and -a handout mode. To view a presentation, DVI, PS or PDF output -can be used. A powerful template system is available to easily -develop new styles. A LyX layout file is provided. - -date: 2012-03-13 22:44:46 +0100 - -%post powerdot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun powerdot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans powerdot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package powerdot-doc -Summary: Documentation for powerdot -Version: svn25656.1.4i -Release: %{tl_noarch_release} -Provides: tex-powerdot-doc -BuildArch: noarch -AutoReqProv: No - -%description powerdot-doc -Documentation for powerdot - -%package psfrag -Provides: tex-psfrag = %{tl_version} -License: psfrag -Summary: Replace strings in encapsulated PostScript figures -Version: svn15878.3.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(psfrag.sty) = %{tl_version} - -%description psfrag -Allows LaTeX constructions (equations, picture environments, -etc.) to be precisely superimposed over Encapsulated PostScript -figures, using your own favorite drawing tool to create an EPS -figure and placing simple text 'tags' where each replacement is -to be placed, with PSfrag automatically removing these tags -from the figure and replacing them with a user specified LaTeX -construction, properly aligned, scaled, and/or rotated. - -date: 2009-10-07 22:25:55 +0200 - -%post psfrag -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psfrag -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psfrag -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psfrag-doc -Summary: Documentation for psfrag -Version: svn15878.3.04 -Release: %{tl_noarch_release} -Provides: tex-psfrag-doc -BuildArch: noarch -AutoReqProv: No - -%description psfrag-doc -Documentation for psfrag - -%package rcs -Provides: tex-rcs = %{tl_version} -License: GPL+ -Summary: Use RCS (revision control system) tags in LaTeX documents -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rcs.sty) = %{tl_version} - -%description rcs -The rcs package utilizes the inclusion of RCS supplied data in -LaTeX documents. It's upward compatible to *all* rcs styles I -know of. In particular, you can easily - access values of every -RCS field in your document - put the checkin date on the -titlepage - put RCS fields in a footline You can typeset -revision logs. Not in verbatim -- real LaTeX text! But you need -a configurable RCS for that. Refer to the user manual for more -detailed information. You can also configure the rcs package -easily to do special things for any keyword. This bundle comes -with a user manual, an internal interface description, full -documentation of the implementation, style information for AUC- -TeX, and test cases. - -date: 2007-06-06 17:06:28 +0200 - -%post rcs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rcs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rcs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rcs-doc -Summary: Documentation for rcs -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-rcs-doc -BuildArch: noarch -AutoReqProv: No - -%description rcs-doc -Documentation for rcs - -%package rotating -Provides: tex-rotating = %{tl_version} -License: LPPL -Summary: Rotation tools, including rotated full-page floats -Version: svn16832.2.16b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Provides: tex(rotating.sty) = %{tl_version} - -%description rotating -A package built on the standard LaTeX graphics package to -perform all the different sorts of rotation one might like, -including complete figures and tables with their captions. If -you want continuous text (i.e., more than one page) set in -landscape mode, use the lscape package instead. The rotating -packages only deals in rotated boxes (or floats, which are -themselves boxes), and boxes always stay on one page. If you -need to use the facilities of the float in the same document, -load rotating.sty via rotfloat, which smooths the path between -the rotating and float packages. - -date: 2010-01-26 14:36:34 +0100 - -%post rotating -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rotating -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rotating -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rotating-doc -Summary: Documentation for rotating -Version: svn16832.2.16b -Release: %{tl_noarch_release} -Provides: tex-rotating-doc -BuildArch: noarch -AutoReqProv: No - -%description rotating-doc -Documentation for rotating - -%package sansmath -Provides: tex-sansmath = %{tl_version} -License: Public Domain -Summary: Maths in a sans font -Version: svn17997.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sansmath.sty) = %{tl_version} - -%description sansmath -The package defines a new math version sans, and a command -\sansmath that behaves somewhat like \boldmath - -date: 2010-04-29 07:59:03 +0200 - -%post sansmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sansmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sansmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sansmath-doc -Summary: Documentation for sansmath -Version: svn17997.1.1 -Release: %{tl_noarch_release} -Provides: tex-sansmath-doc -BuildArch: noarch -AutoReqProv: No - -%description sansmath-doc -Documentation for sansmath - -%package section -Provides: tex-section = %{tl_version} -License: LPPL -Summary: Modifying section commands in LaTeX -Version: svn20180.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(section.sty) = %{tl_version} - -%description section -The package implements a pretty extensive scheme to make more -manageable the business of configuring LaTeX output. - -date: 2010-10-24 14:28:08 +0200 - -%post section -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun section -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans section -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package section-doc -Summary: Documentation for section -Version: svn20180.0 -Release: %{tl_noarch_release} -Provides: tex-section-doc -BuildArch: noarch -AutoReqProv: No - -%description section-doc -Documentation for section - -%package seminar -Provides: tex-seminar = %{tl_version} -License: LPPL 1.2 -Summary: Make overhead slides -Version: svn18322.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(npsfont.sty) = %{tl_version} -Provides: tex(sem-a4.sty) = %{tl_version} -Provides: tex(sem-page.sty) = %{tl_version} -Provides: tex(semcolor.sty) = %{tl_version} -Provides: tex(semhelv.sty) = %{tl_version} -Provides: tex(seminar.bg2) = %{tl_version} -Provides: tex(seminar.bug) = %{tl_version} -Provides: tex(seminar.cls) = %{tl_version} -Provides: tex(seminar.sty) = %{tl_version} -Provides: tex(semlayer.sty) = %{tl_version} -Provides: tex(semlcmss.sty) = %{tl_version} -Provides: tex(semrot.sty) = %{tl_version} -Provides: tex(slidesec.sty) = %{tl_version} - -%description seminar -A class that produces overhead slides (transparencies), with -many facilities. The class requires availability of the -fancybox package. Seminar is also the basis of other classes, -such as prosper. In fact, seminar is not nowadays reckoned a -good basis for a presentation -- users are advised to use more -recent classes such as powerdot or beamer, both of which are -tuned to 21st-century presentation styles. Note that the -seminar distribution relies on the xcomment package, which was -once part of the bundle, but now has a separate existence. - -date: 2010-05-17 14:53:01 +0200 - -%post seminar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun seminar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans seminar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package seminar-doc -Summary: Documentation for seminar -Version: svn18322.1.5 -Release: %{tl_noarch_release} -Provides: tex-seminar-doc -BuildArch: noarch -AutoReqProv: No - -%description seminar-doc -Documentation for seminar - -%package sepnum -Provides: tex-sepnum = %{tl_version} -License: LPPL -Summary: Print numbers in a "friendly" format -Version: svn20186.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sepnum.sty) = %{tl_version} - -%description sepnum -Provides a command to print a number with (potentially -different) separators every three digits in the parts either -side of the decimal point (the point itself is also -configurable). The macro is fully expandable and not fragile -(unless one of the separators is). There is also a command -\sepnumform, that may be used when defining \the -macros. - -date: 2010-10-24 14:34:20 +0200 - -%post sepnum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sepnum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sepnum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sepnum-doc -Summary: Documentation for sepnum -Version: svn20186.2.0 -Release: %{tl_noarch_release} -Provides: tex-sepnum-doc -BuildArch: noarch -AutoReqProv: No - -%description sepnum-doc -Documentation for sepnum - -%package setspace -Provides: tex-setspace = %{tl_version} -License: Copyright only -Summary: Set space between lines -Version: svn24881.6.7a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(setspace.sty) = %{tl_version} - -%description setspace -Provides support for setting the spacing between lines in a -document. Package options include singlespacing, -onehalfspacing, and doublespacing. Alternatively the spacing -can be changed as required with the \singlespacing, -\onehalfspacing, and \doublespacing commands. Other size -spacings also available. - -date: 2011-12-19 12:40:22 +0100 - -%post setspace -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun setspace -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans setspace -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package setspace-doc -Summary: Documentation for setspace -Version: svn24881.6.7a -Release: %{tl_noarch_release} -Provides: tex-setspace-doc -BuildArch: noarch -AutoReqProv: No - -%description setspace-doc -Documentation for setspace - -%package subfig -Provides: tex-subfig = %{tl_version} -License: LPPL -Summary: Figures broken into subfigures -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(caption.sty) -Requires: tex(caption3.sty) -Provides: tex(altsf.cfg) = %{tl_version} -Provides: tex(subfig.sty) = %{tl_version} - -%description subfig -The package provides support for the manipulation and reference -of small or 'sub' figures and tables within a single figure or -table environment. It is convenient to use this package when -your subfigures are to be separately captioned, referenced, or -are to be included in the List-of-Figures. A new \subfigure -command is introduced which can be used inside a figure -environment for each subfigure. An optional first argument is -used as the caption for that subfigure. This package supersedes -the subfigure package (which will continue to be supported, but -no longer maintained). The name has changed because the subfig -package is not completely backward compatible with the older -subfigure package due to an extensive rewrite to use the new -caption package to produce its subcaptions. The major advantage -to the new package is that the user interface is keyword/value -driven and easier to use. To ease the transition from the -subfigure package it includes a configuration file (subfig.cfg) -which nearly emulates the subfigure package. - -date: 2010-05-10 00:41:23 +0200 - -%post subfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subfig-doc -Summary: Documentation for subfig -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-subfig-doc -BuildArch: noarch -AutoReqProv: No - -%description subfig-doc -Documentation for subfig - -%package textcase -Provides: tex-textcase = %{tl_version} -License: LPPL -Summary: Case conversion ignoring mathematics, etc -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textcase.sty) = %{tl_version} - -%description textcase -The textcase package offers commands \MakeTextUppercase and -\MakeTextLowercase are similar to the standard \MakeUppercase -and \MakeLowercase, but they do not change the case of any -sections of mathematics, or the arguments of \cite, \label and -\ref commands within the argument. A further command -\NoCaseChange does nothing but suppress case change within its -argument, so to force uppercase of a section including an -environment, one might say: -\MakeTextUppercase{...\NoCaseChange{\begin{foo}} -...\NoCaseChange{\end{foo}}...} - -date: 2007-03-01 12:49:13 +0100 - -%post textcase -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textcase -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textcase -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textcase-doc -Summary: Documentation for textcase -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-textcase-doc -BuildArch: noarch -AutoReqProv: No - -%description textcase-doc -Documentation for textcase - -%package thumbpdf -Provides: tex-thumbpdf = %{tl_version} -License: LPPL -Summary: Thumbnails for pdfTeX and dvips/ps2pdf -Version: svn26689.3.15 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-thumbpdf-bin -Requires: tex(ifluatex.sty) -Provides: tex(thumbpdf.sty) = %{tl_version} -Provides: tex(thumbpdf.tex) = %{tl_version} - -%description thumbpdf -A Perl script that provides support for thumbnails in pdfTeX -and dvips/ps2pdf. The script uses ghostscript to generate the -thumbnails which get represented in a TeX readable file that is -read by the package thumbpdf.sty to automatically include the -thumbnails. This arrangement works with both plain TeX and -LaTeX. - -date: 2012-04-18 12:26:55 +0200 - -%post thumbpdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thumbpdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thumbpdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thumbpdf-doc -Summary: Documentation for thumbpdf -Version: svn26689.3.15 -Release: %{tl_noarch_release} -Provides: tex-thumbpdf-doc -BuildArch: noarch -AutoReqProv: No - -%description thumbpdf-doc -Documentation for thumbpdf - -%package thumbpdf-bin -Summary: Binaries for thumbpdf -Version: svn6898.0 -Requires: texlive-base -Requires: tex-thumbpdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description thumbpdf-bin -Binaries for thumbpdf - -%package typehtml -Provides: tex-typehtml = %{tl_version} -License: LPPL -Summary: Typeset HTML directly from LaTeX -Version: svn17134.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(exscale.sty) -Provides: tex(typehtml.sty) = %{tl_version} - -%description typehtml -Can handle almost all of HTML2, and most of the math fragment -of the draft HTML3. - -date: 2010-02-23 16:16:11 +0100 - -%post typehtml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun typehtml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans typehtml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package typehtml-doc -Summary: Documentation for typehtml -Version: svn17134.0 -Release: %{tl_noarch_release} -Provides: tex-typehtml-doc -BuildArch: noarch -AutoReqProv: No - -%description typehtml-doc -Documentation for typehtml - -%package underscore -Provides: tex-underscore = %{tl_version} -License: LPPL -Summary: Control the behaviour of "_" in text -Version: svn18261.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(underscore.sty) = %{tl_version} - -%description underscore -With the package, \_ in text mode (i.e., \textunderscore) -prints an underscore so that hyphenation of words either side -of it is not affected; a package option controls whether an -actual hyphenation point appears after the underscore, or -merely a break point. The package also arranges that, while in -text, '_' itself behaves as \textunderscore (the behaviour of _ -in maths mode is not affected. - -date: 2010-06-07 08:23:51 +0200 - -%post underscore -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun underscore -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans underscore -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package underscore-doc -Summary: Documentation for underscore -Version: svn18261.0 -Release: %{tl_noarch_release} -Provides: tex-underscore-doc -BuildArch: noarch -AutoReqProv: No - -%description underscore-doc -Documentation for underscore - -%package url -Provides: tex-url = %{tl_version} -License: LPPL -Summary: Verbatim with URL-sensitive line breaks -Version: svn16864.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(url.sty) = %{tl_version} - -%description url -The command \url is a form of verbatim command that allows -linebreaks at certain characters or combinations of characters, -accepts reconfiguration, and can usually be used in the -argument to another command. (The \urldef command provides -robust commands that serve in cases when \url doesn't work in -an argument.) The command is intended for email addresses, -hypertext links, directories/paths, etc., which normally have -no spaces, so by default the package ignores spaces in its -argument. However, a package option "allows spaces", which is -useful for operating systems where spaces are a common part of -file names. - -date: 2010-01-27 23:13:46 +0100 - -%post url -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun url -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans url -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package url-doc -Summary: Documentation for url -Version: svn16864.3.2 -Release: %{tl_noarch_release} -Provides: tex-url-doc -BuildArch: noarch -AutoReqProv: No - -%description url-doc -Documentation for url - -%package collection-pictures -Summary: Graphics packages and programs -Version: svn29595.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-asyfig -Requires: tex-autoarea -Requires: tex-bardiag -Requires: tex-bloques -Requires: tex-bodegraph -Requires: tex-bondgraph -Requires: tex-braids -Requires: tex-cachepic -Requires: tex-chemfig -Requires: tex-combinedgraphics -Requires: tex-circuitikz -Requires: tex-curve -Requires: tex-curve2e -Requires: tex-curves -Requires: tex-dcpic -Requires: tex-diagmac2 -Requires: texlive-doc-pictex-doc -Requires: tex-dottex -Requires: tex-dot2texi -Requires: tex-dratex -Requires: tex-drs -Requires: tex-duotenzor -Requires: tex-eepic -Requires: tex-epspdf -Requires: tex-epspdfconversion -Requires: tex-esk -Requires: tex-fast-diagram -Requires: tex-fig4latex -Requires: tex-flowchart -Requires: tex-forest -Requires: tex-gincltex -Requires: tex-gnuplottex -Requires: tex-gradientframe -Requires: tex-grafcet -Requires: tex-here -Requires: tex-hf-tikz -Requires: tex-hobby -Requires: tex-hvfloat -Requires: tex-knitting -Requires: tex-knittingpattern -Requires: tex-lapdf -Requires: tex-lpic -Requires: tex-makeshape -Requires: tex-mathspic -Requires: tex-miniplot -Requires: tex-modiagram -Requires: tex-numericplots -Requires: tex-pb-diagram -Requires: tex-petri-nets -Requires: tex-pgf -Requires: tex-pgf-blur -Requires: tex-pgf-soroban -Requires: tex-pgf-umlsd -Requires: tex-pgfgantt -Requires: tex-pgfkeyx -Requires: tex-pgfmolbio -Requires: tex-pgfopts -Requires: tex-pgfplots -Requires: tex-piano -Requires: tex-picinpar -Requires: tex-pict2e -Requires: tex-pictex -Requires: tex-pictex2 -Requires: tex-pinlabel -Requires: tex-pmgraph -Requires: tex-prerex -Requires: tex-productbox -Requires: tex-randbild -Requires: tex-randomwalk -Requires: tex-reotex -Requires: tex-rviewport -Requires: tex-sa-tikz -Requires: tex-schemabloc -Requires: tex-setdeck -Requires: tex-smartdiagram -Requires: tex-swimgraf -Requires: tex-texdraw -Requires: tex-tikz-cd -Requires: tex-tikz-3dplot -Requires: tex-tikz-dependency -Requires: tex-tikz-inet -Requires: tex-tikz-qtree -Requires: tex-tikz-timing -Requires: tex-tikzinclude -Requires: tex-tikzorbital -Requires: tex-tikzpagenodes -Requires: tex-tikzpfeile -Requires: tex-tikzposter -Requires: tex-tikzscale -Requires: tex-tikzsymbols -Requires: tex-tqft -Requires: tex-tkz-base -Requires: tex-tkz-berge -Requires: tex-tkz-doc -Requires: tex-tkz-euclide -Requires: tex-tkz-fct -Requires: tex-tkz-graph -Requires: tex-tkz-kiviat -Requires: tex-tkz-linknodes -Requires: tex-tkz-orm -Requires: tex-tkz-tab -Requires: tex-tsemlines -Requires: tex-tufte-latex -Requires: tex-venndiagram -Requires: tex-xpicture -Requires: tex-xypic -Requires: texlive-collection-basic - -%description collection-pictures -collection-pictures package - -%package chemfig -Provides: tex-chemfig = %{tl_version} -License: LPPL 1.3 -Summary: Draw molecules with easy syntax -Version: svn28287.1.0f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(chemfig.sty) = %{tl_version} -Provides: tex(chemfig.tex) = %{tl_version} -Provides: tex(t-chemfig.tex) = %{tl_version} - -%description chemfig -The package provides the command \chemfig{}, which draws -molecules using the tikz package. The argument provides -instructions for the drawing operation. While the diagrams -produced are essentially 2-dimensional, the package supports -many of the conventional notations for illustrating the 3- -dimensional layout of a molecule. The package uses TikZ for its -actual drawing operations. - -date: 2012-02-24 23:23:08 +0100 - -%post chemfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemfig-doc -Summary: Documentation for chemfig -Version: svn28287.1.0f -Release: %{tl_noarch_release} -Provides: tex-chemfig-doc -BuildArch: noarch -AutoReqProv: No - -%description chemfig-doc -Documentation for chemfig - -%package combinedgraphics -Provides: tex-combinedgraphics = %{tl_version} -License: GPL+ -Summary: Include graphic (EPS or PDF)/LaTeX combinations -Version: svn27198.0.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Provides: tex(combinedgraphics.sty) = %{tl_version} - -%description combinedgraphics -This package provides a macro (\includecombinedgraphics) for -the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an -export format of Gnuplot, Xfig, and maybe other programs). -Instead of including the graphics with a simple \input, the -\includecombinedgraphics macro has some comforts: - changing -the font and color of the text of the LaTeX part; - rescaling -the graphics without affecting the font of the LaTeX part; - -automatic inclusion of the vector graphics part, as far as -LaTeX part does not do it (e.g., for files exported from -Gnuplot before version 4.2); and - rescaling and rotating of -complete graphics (similar to \includegraphics from the -graphicx package). - -date: 2012-07-16 18:35:20 +0200 - -%post combinedgraphics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun combinedgraphics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans combinedgraphics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package combinedgraphics-doc -Summary: Documentation for combinedgraphics -Version: svn27198.0.2.2 -Release: %{tl_noarch_release} -Provides: tex-combinedgraphics-doc -BuildArch: noarch -AutoReqProv: No - -%description combinedgraphics-doc -Documentation for combinedgraphics - -%package curve -Provides: tex-curve = %{tl_version} -License: LPPL -Summary: A class for making curriculum vitae -Version: svn20745.1.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxtable.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(filehook.sty) -Requires: tex(graphicx.sty) -Provides: tex(curve.cls) = %{tl_version} - -%description curve -CurVe is a class for writing a CV, with configuration for the -language in which you write. The class provides a set of -commands to create rubrics, entries in these rubrics etc. CurVe -then format the CV (possibly splitting it onto multiple pages, -repeating the titles etc), which is usually the most painful -part of CV writing. Another nice feature of CurVe is its -ability to manage different CV 'flavours' simultaneously. It is -often the case that you want to maintain slightly divergent -versions of your CV at the same time, in order to emphasize on -different aspects of your background. CurVe also comes with -support for use with AUC-TeX. - -date: 2010-12-14 18:30:55 +0100 - -%post curve -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun curve -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans curve -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package curve-doc -Summary: Documentation for curve -Version: svn20745.1.16 -Release: %{tl_noarch_release} -Provides: tex-curve-doc -BuildArch: noarch -AutoReqProv: No - -%description curve-doc -Documentation for curve - -%package curve2e -Provides: tex-curve2e = %{tl_version} -License: LPPL 1.3 -Summary: Extensions for package pict2e -Version: svn28507.1.41 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(pict2e.sty) -Provides: tex(curve2e.sty) = %{tl_version} - -%description curve2e -The package extends the drawing capacities of the pict2e that -serves as a LaTeX 2e replacement for picture mode. In -particular, curve2e introduces new macros for lines and -vectors, new specifications for line terminations and joins, -arcs with any angular aperture, arcs with arrows at one or both -ends, generic curves specified with their nodes and the tangent -direction at these nodes. - -date: 2012-12-11 19:51:50 +0100 - -%post curve2e -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun curve2e -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans curve2e -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package curve2e-doc -Summary: Documentation for curve2e -Version: svn28507.1.41 -Release: %{tl_noarch_release} -Provides: tex-curve2e-doc -BuildArch: noarch -AutoReqProv: No - -%description curve2e-doc -Documentation for curve2e - -%package curves -Provides: tex-curves = %{tl_version} -License: LPPL -Summary: Curves for LaTeX picture environment -Version: svn15878.1.53 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(curves.sty) = %{tl_version} -Provides: tex(curvesls.sty) = %{tl_version} - -%description curves -The draws curves in the standard LaTeX picture environment -using parabolas between data points with continuous slope at -joins; for circles and arcs, it uses up to 16 parabolas. The -package also draws symbols or dash patterns along curves. The -package provides facilities equivalent to technical pens with -compasses and French curves. Curves consist of short secants -drawn by overlapping disks or line-drawing \special commands -selected by package options. - -date: 2009-09-24 20:53:04 +0200 - -%post curves -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun curves -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans curves -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package curves-doc -Summary: Documentation for curves -Version: svn15878.1.53 -Release: %{tl_noarch_release} -Provides: tex-curves-doc -BuildArch: noarch -AutoReqProv: No - -%description curves-doc -Documentation for curves - -%package dcpic -Provides: tex-dcpic = %{tl_version} -License: LPPL -Summary: Commutative diagrams in a LaTeX and TeX documents -Version: svn19440.4.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dcpic.sty) = %{tl_version} - -%description dcpic -DCpic is a package for typesetting Commutative Diagrams within -a LaTeX and TeX documents. Its distinguishing features are: a -powerful graphical engine, the PiCTeX package; an easy -specification syntax in which a commutative diagram is -described in terms of its objects and its arrows (morphism), -positioned in a Cartesian coordinate system. - -date: 2009-12-22 14:54:36 +0100 - -%post dcpic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dcpic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dcpic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dcpic-doc -Summary: Documentation for dcpic -Version: svn19440.4.3.2 -Release: %{tl_noarch_release} -Provides: tex-dcpic-doc -BuildArch: noarch -AutoReqProv: No - -%description dcpic-doc -Documentation for dcpic - -%package diagmac2 -Provides: tex-diagmac2 = %{tl_version} -License: LPPL -Summary: Diagram macros, using pict2e -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pict2e.sty) -Provides: tex(diagmac2.sty) = %{tl_version} - -%description diagmac2 -This is a development of the long-established diagmac package, -using pict2e so that the restrictions on line direction are -removed. - -date: 2009-05-17 01:32:22 +0200 - -%post diagmac2 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun diagmac2 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans diagmac2 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package diagmac2-doc -Summary: Documentation for diagmac2 -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-diagmac2-doc -BuildArch: noarch -AutoReqProv: No - -%description diagmac2-doc -Documentation for diagmac2 - -%package doc-pictex-doc -Summary: Documentation for doc-pictex -Version: svn24927.0 -Release: %{tl_noarch_release} -Provides: tex-doc-pictex-doc -BuildArch: noarch -AutoReqProv: No - -%description doc-pictex-doc -Documentation for doc-pictex - -%package dottex -Provides: tex-dottex = %{tl_version} -License: GPL+ -Summary: Use dot code in LaTeX -Version: svn15878.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Provides: tex(dottex.sty) = %{tl_version} - -%description dottex -The dottex package allows you to encapsulate 'dot' and 'neato' -files in your document (dot and neato are both part of -graphviz; dot creates directed graphs, neato undirected -graphs). If you have shell-escape enabled, the package will -arrange for your files to be processed at LaTeX time; -otherwise, the conversion must be done manually as an -intermediate process before a second LaTeX run. - -date: 2007-08-21 11:49:34 +0200 - -%post dottex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dottex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dottex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dottex-doc -Summary: Documentation for dottex -Version: svn15878.0.6 -Release: %{tl_noarch_release} -Provides: tex-dottex-doc -BuildArch: noarch -AutoReqProv: No - -%description dottex-doc -Documentation for dottex - -%package dot2texi -Provides: tex-dot2texi = %{tl_version} -License: GPL+ -Summary: Create graphs within LaTeX using the dot2tex tool -Version: svn26237.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(moreverb.sty) -Requires: tex(xkeyval.sty) -Provides: tex(dot2texi.sty) = %{tl_version} - -%description dot2texi -The dot2texi package allows you to embed graphs in the DOT -graph description language in your LaTeX documents. The dot2tex -tool is used to invoke Graphviz for graph layout, and to -transform the output from Graphviz to LaTeX code. The generated -code relies on the TikZ and PGF package or the PSTricks -package. The process is automated if shell escape is enabled. - -date: 2009-02-28 02:19:00 +0100 - -%post dot2texi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dot2texi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dot2texi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dot2texi-doc -Summary: Documentation for dot2texi -Version: svn26237.3.0 -Release: %{tl_noarch_release} -Provides: tex-dot2texi-doc -BuildArch: noarch -AutoReqProv: No - -%description dot2texi-doc -Documentation for dot2texi - -%package dratex -Provides: tex-dratex = %{tl_version} -License: LPPL -Summary: General drawing macros -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(AlDraTex.sty) = %{tl_version} -Provides: tex(DraTex.sty) = %{tl_version} -Provides: tex(TeXProject.sty) = %{tl_version} -Provides: tex(wotree.sty) = %{tl_version} - -%description dratex -A low level (DraTex.sty) and a high-level (AlDraTex.sty) -drawing package written entirely in TeX. - -date: 2008-09-18 22:51:09 +0200 - -%post dratex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dratex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dratex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dratex-doc -Summary: Documentation for dratex -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-dratex-doc -BuildArch: noarch -AutoReqProv: No - -%description dratex-doc -Documentation for dratex - -%package drs -Provides: tex-drs = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Discourse Representation Structures (DRS) -Version: svn19232.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(drs.sty) = %{tl_version} - -%description drs -The package draws Discourse Representation Structures (DRSs). -It can draw embedded DRSs, if-then conditions and -quantificational "duplex conditions" (with a properly scaled -connecting diamond). Formatting parameters allow the user to -control the appearance and placement of DRSs, and of DRS -variables and conditions. The package is based on DRS macros in -the covington package. - -date: 2010-07-03 21:56:37 +0200 - -%post drs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun drs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans drs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package drs-doc -Summary: Documentation for drs -Version: svn19232.1.1b -Release: %{tl_noarch_release} -Provides: tex-drs-doc -BuildArch: noarch -AutoReqProv: No - -%description drs-doc -Documentation for drs - -%package duotenzor -Provides: tex-duotenzor = %{tl_version} -License: LPPL 1.3 -Summary: Drawing package for circuit and duotensor diagrams -Version: svn18728.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(duotenzor.sty) = %{tl_version} - -%description duotenzor -This is a drawing package for circuit and duotensor diagrams -within LaTeX documents. It consists of about eighty commands, -calling on TikZ for support. - -date: 2010-06-06 13:50:32 +0200 - -%post duotenzor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun duotenzor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans duotenzor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package duotenzor-doc -Summary: Documentation for duotenzor -Version: svn18728.1.00 -Release: %{tl_noarch_release} -Provides: tex-duotenzor-doc -BuildArch: noarch -AutoReqProv: No - -%description duotenzor-doc -Documentation for duotenzor - -%package eepic -Provides: tex-eepic = %{tl_version} -License: Public Domain -Summary: Extensions to epic and the LaTeX drawing tools -Version: svn15878.1.1e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eepic.sty) = %{tl_version} -Provides: tex(eepicemu.sty) = %{tl_version} -Provides: tex(epic.sty) = %{tl_version} - -%description eepic -Extensions to epic and the LaTeX picture drawing environment, -include the drawing of lines at any slope, the drawing of -circles in any radii, and the drawing of dotted and dashed -lines much faster with much less TeX memory, and providing -several new commands for drawing ellipses, arcs, splines, and -filled circles and ellipses. The package uses tpic \special -commands. - -date: 2009-09-25 23:06:49 +0200 - -%post eepic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eepic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eepic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eepic-doc -Summary: Documentation for eepic -Version: svn15878.1.1e -Release: %{tl_noarch_release} -Provides: tex-eepic-doc -BuildArch: noarch -AutoReqProv: No - -%description eepic-doc -Documentation for eepic - -%package epspdf -Provides: tex-epspdf = %{tl_version} -License: GPL+ -Summary: Converter for PostScript, EPS and PDF -Version: svn29050.0.5.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: texlive-epspdf-bin - -%description epspdf -Epspdf[tk] is a Ruby script which converts between PostScript -or EPS and PDF. It has both a command-line and a GUI interface. -Using pdftops (from the xpdf command-line utilities) for round- -tripping opens up several new possibilities compared to older -similarly-named utilities. - -date: 2012-07-10 22:47:12 +0200 - -%preun epspdf -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/epspdf.info %{_infodir}/dir 2>/dev/null || : -fi - -%post epspdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/epspdf.info %{_infodir}/dir 2>/dev/null -: - -%postun epspdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epspdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epspdf-doc -Summary: Documentation for epspdf -Version: svn29050.0.5.3 -Release: %{tl_noarch_release} -Provides: tex-epspdf-doc -BuildArch: noarch -AutoReqProv: No - -%description epspdf-doc -Documentation for epspdf - -%package epspdf-bin -Summary: Binaries for epspdf -Version: svn29050.0 -Requires: texlive-base -Requires: tex-epspdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description epspdf-bin -Binaries for epspdf - -%package epspdfconversion -Provides: tex-epspdfconversion = %{tl_version} -License: LPPL -Summary: On-the-fly conversion of EPS to PDF -Version: svn18703.0.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(epstopdf-base.sty) -Requires: tex(kvoptions.sty) -Provides: tex(epspdfconversion.sty) = %{tl_version} - -%description epspdfconversion -The package calls the epstopdf package to convert EPS graphics -to PDF, on the fly. It servs as a vehicle for passing -conversion options (such as grayscale, prepress or pdfversion) -to the epspdf converter. - -date: 2010-06-02 10:36:47 +0200 - -%post epspdfconversion -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epspdfconversion -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epspdfconversion -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epspdfconversion-doc -Summary: Documentation for epspdfconversion -Version: svn18703.0.61 -Release: %{tl_noarch_release} -Provides: tex-epspdfconversion-doc -BuildArch: noarch -AutoReqProv: No - -%description epspdfconversion-doc -Documentation for epspdfconversion - -%package esk -Provides: tex-esk = %{tl_version} -License: GPL+ -Summary: Package to encapsulate Sketch files in LaTeX sources -Version: svn18115.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(kvsetkeys.sty) -Provides: tex(esk.sty) = %{tl_version} - -%description esk -The ESK package allows to encapsulate Sketch files in LaTeX -sources. This is very useful for keeping illustrations in sync -with the text. It also frees the user from inventing -descriptive names for new files that fit into the confines of -file system conventions. Sketch is a 3D scene description -language by Eugene K. Ressler and can generate TikZ and -PSTricks code. ESK behaves in a similar fashion to EMP (which -encapsulates Metapost files), and was in fact developed from -it. - -date: 2010-05-11 12:36:30 +0200 - -%post esk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun esk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans esk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esk-doc -Summary: Documentation for esk -Version: svn18115.1.0 -Release: %{tl_noarch_release} -Provides: tex-esk-doc -BuildArch: noarch -AutoReqProv: No - -%description esk-doc -Documentation for esk - -%package fast-diagram -Provides: tex-fast-diagram = %{tl_version} -License: LPPL 1.3 -Summary: Easy generation of FAST diagrams -Version: svn29264.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(relsize.sty) -Requires: tex(xargs.sty) -Provides: tex(fast-diagram.sty) = %{tl_version} - -%description fast-diagram -The package provides simple means of producing FAST diagrams, -using TikZ/pgf tools. FAST diagrams are useful for functional -analysis techniques in design methods. - -date: 2013-02-27 20:12:49 +0100 - -%post fast-diagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fast-diagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fast-diagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fast-diagram-doc -Summary: Documentation for fast-diagram -Version: svn29264.1.1 -Release: %{tl_noarch_release} -Provides: tex-fast-diagram-doc -BuildArch: noarch -AutoReqProv: No - -%description fast-diagram-doc -Documentation for fast-diagram - -%package fig4latex -Provides: tex-fig4latex = %{tl_version} -License: GPLv3+ -Summary: Management of figures for large LaTeX documents -Version: svn26313.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fig4latex-bin - -%description fig4latex -Fig4LaTeX simplifies management of the figures in a large LaTeX -document. Fig4LaTeX is appropriate for projects that include -figures with graphics created by XFig -- in particular, -graphics which use the combined PS/LaTeX (or PDF/LaTeX) export -method. An example document (with its output) is provided. - -date: 2009-11-09 22:14:03 +0100 - -%post fig4latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fig4latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fig4latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fig4latex-doc -Summary: Documentation for fig4latex -Version: svn26313.0.2 -Release: %{tl_noarch_release} -Provides: tex-fig4latex-doc -BuildArch: noarch -AutoReqProv: No - -%description fig4latex-doc -Documentation for fig4latex - -%package fig4latex-bin -Summary: Binaries for fig4latex -Version: svn14752.0 -Requires: texlive-base -Requires: tex-fig4latex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description fig4latex-bin -Binaries for fig4latex - -%package flowchart -Provides: tex-flowchart = %{tl_version} -License: LPPL 1.3 -Summary: Shapes for drawing flowcharts, using TikZ -Version: svn29153.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeshape.sty) -Requires: tex(tikz.sty) -Provides: tex(flowchart.sty) = %{tl_version} - -%description flowchart -The package provides a set of 'traditional' flowchart element -shapes; the documentation shows how to build a flowchart from -these elements, using pgf/TikZ. The package also requires the -makeshape package. - -date: 2013-02-18 18:17:35 +0100 - -%post flowchart -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flowchart -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flowchart -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flowchart-doc -Summary: Documentation for flowchart -Version: svn29153.3.2 -Release: %{tl_noarch_release} -Provides: tex-flowchart-doc -BuildArch: noarch -AutoReqProv: No - -%description flowchart-doc -Documentation for flowchart - -%package forest -Provides: tex-forest = %{tl_version} -License: LPPL 1.3 -Summary: Drawing (linguistic) trees -Version: svn28979.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(pgfopts.sty) -Requires: tex(etoolbox.sty) -Requires: tex(environ.sty) -Provides: tex(forest.sty) = %{tl_version} - -%description forest -The package is provides a PGF/TikZ-based mechanism for drawing -linguistic (and other kinds of) trees. Its main features are: - -a packing algorithm which can produce very compact trees; - a -user-friendly interface consisting of the familiar bracket -encoding of trees plus the key-value interface to option- -setting; - many tree-formatting options, with control over -option values of individual nodes and mechanisms for their -manipulation; - the possibility to decorate the tree using the -full power of PGF/TikZ; and - an externalization mechanism -sensitive to code-changes. - -date: 2013-01-29 10:13:54 +0100 - -%post forest -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun forest -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans forest -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package forest-doc -Summary: Documentation for forest -Version: svn28979.1.03 -Release: %{tl_noarch_release} -Provides: tex-forest-doc -BuildArch: noarch -AutoReqProv: No - -%description forest-doc -Documentation for forest - -%package gincltex -Provides: tex-gincltex = %{tl_version} -License: LPPL 1.3 -Summary: Include TeX files as graphics (.tex support for \includegraphics) -Version: svn23835.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svn-prov.sty) -Requires: tex(adjustbox.sty) -Provides: tex(gincltex.sty) = %{tl_version} - -%description gincltex -The package builds on the standard LaTeX packages graphics -and/or graphicx and allows external LaTeX source files to be -included, in the same way as graphic files, by -\includegraphics. In effect, then package adds support for the -.tex extension. Some of the lower level operations like -clipping and trimming are implemented using the adjustbox -package which includes native pdflatex support and uses the pdf -pacakge for other output formats. - -date: 2011-09-05 20:39:25 +0200 - -%post gincltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gincltex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gincltex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gincltex-doc -Summary: Documentation for gincltex -Version: svn23835.0.3 -Release: %{tl_noarch_release} -Provides: tex-gincltex-doc -BuildArch: noarch -AutoReqProv: No - -%description gincltex-doc -Documentation for gincltex - -%package gnuplottex -Provides: tex-gnuplottex = %{tl_version} -License: GPLv2+ -Summary: Embed Gnuplot commands in LaTeX documents -Version: svn27919.0.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(graphicx.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(gnuplottex.sty) = %{tl_version} - -%description gnuplottex -Gnuplot code is extracted from the document and written to -.gnuplot files. Then, if shell escape is enabled, the graph -files are automatically processed and converted to PostScript -or PDF files, which will then be included. If shell escape is -disabled, the user will have to manually run the files through -gnuplot and re-run the LaTeX job. - -date: 2012-10-03 16:32:18 +0200 - -%post gnuplottex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gnuplottex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gnuplottex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gnuplottex-doc -Summary: Documentation for gnuplottex -Version: svn27919.0.4.5 -Release: %{tl_noarch_release} -Provides: tex-gnuplottex-doc -BuildArch: noarch -AutoReqProv: No - -%description gnuplottex-doc -Documentation for gnuplottex - -%package gradientframe -Provides: tex-gradientframe = %{tl_version} -License: LPPL 1.3 -Summary: Simple gradient frames around objects -Version: svn21387.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(keyval.sty) -Provides: tex(gradientframe.sty) = %{tl_version} - -%description gradientframe -The package provides a means of drawing graded frames around -objects. The gradients of the frames are drawn using the color -package. - -date: 2011-02-13 15:43:06 +0100 - -%post gradientframe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gradientframe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gradientframe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gradientframe-doc -Summary: Documentation for gradientframe -Version: svn21387.0.2 -Release: %{tl_noarch_release} -Provides: tex-gradientframe-doc -BuildArch: noarch -AutoReqProv: No - -%description gradientframe-doc -Documentation for gradientframe - -%package grafcet -Provides: tex-grafcet = %{tl_version} -License: LPPL -Summary: Draw Grafcet/SFC with TikZ -Version: svn22509.1.3.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifsym.sty) -Provides: tex(grafcet.sty) = %{tl_version} - -%description grafcet -The package provides a library (GRAFCET) that can draw -Grafcet/SFC diagrams, in accordance with EN 60848, using -Pgf/TikZ. L'objectif de la librairie GRAFCET est de permettre -le trace de grafcet selon la norme EN~60848 a partir de -Pgf/TikZ. - -date: 2011-05-17 01:53:44 +0200 - -%post grafcet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun grafcet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans grafcet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package grafcet-doc -Summary: Documentation for grafcet -Version: svn22509.1.3.5 -Release: %{tl_noarch_release} -Provides: tex-grafcet-doc -BuildArch: noarch -AutoReqProv: No - -%description grafcet-doc -Documentation for grafcet - -%package here -Provides: tex-here = %{tl_version} -License: Public Domain -Summary: Emulation of obsolete package for "here" floats -Version: svn16135.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(float.sty) -Provides: tex(here.sty) = %{tl_version} - -%description here -Provides the H option for floats in LaTeX to signify that the -environemt is not really a float (and should therefore be -placed "here" and not float at all). The package emulates an -older package of the same name, which has long been been -suppressed by its author. The job is done by nothing more than -loading the float package, which has long provided the option -in an acceptable framework. - -date: 2009-11-28 09:57:52 +0100 - -%post here -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun here -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans here -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package here-doc -Summary: Documentation for here -Version: svn16135.0 -Release: %{tl_noarch_release} -Provides: tex-here-doc -BuildArch: noarch -AutoReqProv: No - -%description here-doc -Documentation for here - -%package hf-tikz -Provides: tex-hf-tikz = %{tl_version} -License: LPPL 1.3 -Summary: A simple way to highlight formulas and formula parts -Version: svn29278.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(hf-tikz.sty) = %{tl_version} - -%description hf-tikz -The package provides a way to highlight formulas and formula -parts in both documents and presentations, us TikZ. - -date: 2013-03-03 12:29:02 +0100 - -%post hf-tikz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hf-tikz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hf-tikz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hf-tikz-doc -Summary: Documentation for hf-tikz -Version: svn29278.0.3 -Release: %{tl_noarch_release} -Provides: tex-hf-tikz-doc -BuildArch: noarch -AutoReqProv: No - -%description hf-tikz-doc -Documentation for hf-tikz - -%package hobby -Provides: tex-hobby = %{tl_version} -License: LPPL 1.3 -Summary: An implementation of Hobby's algorithm for PGF/TikZ -Version: svn27584.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Provides: tex(hobby.code.tex) = %{tl_version} -Provides: tex(pgflibraryhobby.code.tex) = %{tl_version} -Provides: tex(pml3array.sty) = %{tl_version} -Provides: tex(tikzlibraryhobby.code.tex) = %{tl_version} - -%description hobby -This package defines a path generation function for PGF/TikZ -which implements Hobby's algorithm for a path built out of -Bezier curves which passes through a given set of points. The -path thus generated may by used as a TikZ 'to path'. The -implementation is in LaTeX3. - -date: 2012-09-03 17:33:43 +0200 - -%post hobby -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hobby -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hobby -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hobby-doc -Summary: Documentation for hobby -Version: svn27584.1 -Release: %{tl_noarch_release} -Provides: tex-hobby-doc -BuildArch: noarch -AutoReqProv: No - -%description hobby-doc -Documentation for hobby - -%package hvfloat -Provides: tex-hvfloat = %{tl_version} -License: LPPL -Summary: Rotating caption and object of floats independently -Version: svn25570.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(caption.sty) -Provides: tex(hvfloat.sty) = %{tl_version} - -%description hvfloat -This package defines a macro to place objects (tables and -figures) and their captions in different positions with -different rotating angles within a float. All objects and -captions can be framed. The main command is \hvFloat{float -type}{floating object}{caption}{label}; a simple example is -\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}. -Options are provided to place captions to the right or left, -and rotated. Setting nonFloat=true results in placing the float -here. - -date: 2012-03-05 13:21:26 +0100 - -%post hvfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hvfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hvfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hvfloat-doc -Summary: Documentation for hvfloat -Version: svn25570.1.1 -Release: %{tl_noarch_release} -Provides: tex-hvfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description hvfloat-doc -Documentation for hvfloat - -%package knitting -Provides: tex-knitting = %{tl_version} -License: LPPL 1.3 -Summary: Produce knitting charts, in Plain TeX or LaTeX -Version: svn19595.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(color.sty) -Provides: tex(knitfont.map) = %{tl_version} -Provides: tex(knitg_sc_in.tfm) = %{tl_version} -Provides: tex(knitg_sc_out.tfm) = %{tl_version} -Provides: tex(knitgg.tfm) = %{tl_version} -Provides: tex(knitgn.tfm) = %{tl_version} -Provides: tex(knitgp.tfm) = %{tl_version} -Provides: tex(knitn_sc_in.tfm) = %{tl_version} -Provides: tex(knitn_sc_out.tfm) = %{tl_version} -Provides: tex(knitnl.tfm) = %{tl_version} -Provides: tex(knitnn.tfm) = %{tl_version} -Provides: tex(knitnp.tfm) = %{tl_version} -Provides: tex(knitnr.tfm) = %{tl_version} -Provides: tex(knitw_sc_in.tfm) = %{tl_version} -Provides: tex(knitw_sc_out.tfm) = %{tl_version} -Provides: tex(knitwg.tfm) = %{tl_version} -Provides: tex(knitwn.tfm) = %{tl_version} -Provides: tex(knitwp.tfm) = %{tl_version} -Provides: tex(knitg_sc_in.pfb) = %{tl_version} -Provides: tex(knitg_sc_out.pfb) = %{tl_version} -Provides: tex(knitgg.pfb) = %{tl_version} -Provides: tex(knitgn.pfb) = %{tl_version} -Provides: tex(knitgp.pfb) = %{tl_version} -Provides: tex(knitn_sc_in.pfb) = %{tl_version} -Provides: tex(knitn_sc_out.pfb) = %{tl_version} -Provides: tex(knitnl.pfb) = %{tl_version} -Provides: tex(knitnn.pfb) = %{tl_version} -Provides: tex(knitnp.pfb) = %{tl_version} -Provides: tex(knitnr.pfb) = %{tl_version} -Provides: tex(knitw_sc_in.pfb) = %{tl_version} -Provides: tex(knitw_sc_out.pfb) = %{tl_version} -Provides: tex(knitwg.pfb) = %{tl_version} -Provides: tex(knitwn.pfb) = %{tl_version} -Provides: tex(knitwp.pfb) = %{tl_version} -Provides: tex(knitting.sty) = %{tl_version} -Provides: tex(uknit.fd) = %{tl_version} -Provides: tex(knitting.tex) = %{tl_version} - -%description 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: 2010-08-29 22:20:17 +0200 - -%post knitting -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map knitfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map knitfont.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun knitting -if [ $1 == 0 ] ; then -sed -i '/^Map knitfont.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans knitting -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package knitting-doc -Summary: Documentation for knitting -Version: svn19595.2.0 -Release: %{tl_noarch_release} -Provides: tex-knitting-doc -BuildArch: noarch -AutoReqProv: No - -%description knitting-doc -Documentation for knitting - -%package knittingpattern -Provides: tex-knittingpattern = %{tl_version} -License: LPPL 1.3 -Summary: Create knitting patterns -Version: svn17205.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(float.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(longtable.sty) -Requires: tex(calc.sty) -Requires: tex(xcolor.sty) -Provides: tex(knittingpattern.cls) = %{tl_version} - -%description 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: 2010-03-09 13:13:30 +0100 - -%post knittingpattern -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun knittingpattern -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans knittingpattern -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package knittingpattern-doc -Summary: Documentation for knittingpattern -Version: svn17205.0 -Release: %{tl_noarch_release} -Provides: tex-knittingpattern-doc -BuildArch: noarch -AutoReqProv: No - -%description knittingpattern-doc -Documentation for knittingpattern - -%package lapdf -Provides: tex-lapdf = %{tl_version} -License: GPL+ -Summary: PDF drawing directly in TeX documents -Version: svn23806.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(lapdf.sty) = %{tl_version} - -%description lapdf -The package provides the means to use PDF drawing primitives to -produce high quality, colored graphics. It - uses Bezier curves -(integral and rational) from degree one to seven, - allows TeX -typesetting in the graphic, - offers most of the standard math -functions, - allows plotting normal, parametric and polar -functions. The package has linear, logx, logy, logxy and polar -grids with many specs; - it can rotate, clip and do many nice -things easily - it has two looping commands for programming and -many instructive example files. The package requires pdfTeX but -otherwise only depends on the calc package. - -date: 2011-09-04 01:09:50 +0200 - -%post lapdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lapdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lapdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lapdf-doc -Summary: Documentation for lapdf -Version: svn23806.1.1 -Release: %{tl_noarch_release} -Provides: tex-lapdf-doc -BuildArch: noarch -AutoReqProv: No - -%description lapdf-doc -Documentation for lapdf - -%package lpic -Provides: tex-lpic = %{tl_version} -License: LPPL 1.3 -Summary: Put LaTeX material over included graphics -Version: svn20843.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(epsfig.sty) -Requires: tex(rotating.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(color.sty) -Provides: tex(lpic.sty) = %{tl_version} - -%description lpic -The package defines a convenient interface to put any LaTeX -material on top of included graphics. The LaTeX material may -also be rotated and typeset on top of a white box overshadowing -the graphics. The coordinates of the LaTeX boxes are given -relative to the original, unscaled graphics; when the graphics -is rescaled, the LaTeX annotations stay at their right places -(unless you do something extreme). In a draft mode, the package -enables you to draw a coordinate grid over the picture for easy -adjustment of positions of the annotations. - -date: 2010-12-23 21:19:38 +0100 - -%post lpic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lpic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lpic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lpic-doc -Summary: Documentation for lpic -Version: svn20843.0.8 -Release: %{tl_noarch_release} -Provides: tex-lpic-doc -BuildArch: noarch -AutoReqProv: No - -%description lpic-doc -Documentation for lpic - -%package makeshape -Provides: tex-makeshape = %{tl_version} -License: LPPL 1.3 -Summary: Declare new PGF shapes -Version: svn28973.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(makeshape.sty) = %{tl_version} - -%description makeshape -The package simplifies production of custom shapes with correct -anchor borders, in PGF/TikZ; the only requirement is a PGF path -describing the anchor border. The package also provides macros -that help with the management of shape parameters, and the -definition of anchor points. - -date: 2013-01-28 11:48:01 +0100 - -%post makeshape -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makeshape -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makeshape -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makeshape-doc -Summary: Documentation for makeshape -Version: svn28973.2.1 -Release: %{tl_noarch_release} -Provides: tex-makeshape-doc -BuildArch: noarch -AutoReqProv: No - -%description makeshape-doc -Documentation for makeshape - -%package mathspic -Provides: tex-mathspic = %{tl_version} -License: LPPL -Summary: A Perl filter program for use with PiCTeX -Version: svn29349.1.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-mathspic-bin -Requires: tex(prepictex.tex) -Requires: tex(pictexwd.tex) -Requires: tex(postpictex.tex) -Provides: tex(mathspic.sty) = %{tl_version} - -%description mathspic -MathsPIC(Perl) is a development of the earlier MathsPIC(DOS) -program, now implemented as a Perl script, being much more -portable than the earlier program. MathsPIC parses a plain text -input file and generates a plain text output-file containing -commands for drawing a diagram. Version 1.0 produces output -containing PiCTeX and (La)TeX commands, which may then be -processed by plain TeX or LaTeX in the usual way. MathsPIC also -outputs a comprehensive log-file. MathsPIC facilitates creating -figures using PiCTeX by providing an environment for -manipulating named points and also allows the use of variables -and maths (advance, multiply, and divide)--in short--it takes -the pain out of PiCTeX. Both the original DOS version and the -new Perl version are available. - -date: 2012-05-21 15:40:40 +0200 - -%post mathspic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathspic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathspic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathspic-doc -Summary: Documentation for mathspic -Version: svn29349.1.13 -Release: %{tl_noarch_release} -Provides: tex-mathspic-doc -BuildArch: noarch -AutoReqProv: No - -%description mathspic-doc -Documentation for mathspic - -%package mathspic-bin -Summary: Binaries for mathspic -Version: svn23661.0 -Requires: texlive-base -Requires: tex-mathspic -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description mathspic-bin -Binaries for mathspic - -%package miniplot -Provides: tex-miniplot = %{tl_version} -License: LPPL -Summary: A package for easy figure arrangement -Version: svn17483.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(epsfig.sty) -Provides: tex(miniplot.sty) = %{tl_version} - -%description miniplot -MiniPlot is a package to help the LaTeX user typeset EPS -figures using an easy-to-use interface. Figures can be arranged -as one-figure-only or as a collection of figures in columns and -rows which can itself contain sub-figures in columns and rows. -Wrapped figures are also supported. This package provides -commands to display a framebox instead of the figure as the -graphics package does already but additionally it writes useful -information such as the label and scaling factor into these -boxes. - -date: 2010-03-14 23:57:23 +0100 - -%post miniplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun miniplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans miniplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package miniplot-doc -Summary: Documentation for miniplot -Version: svn17483.0 -Release: %{tl_noarch_release} -Provides: tex-miniplot-doc -BuildArch: noarch -AutoReqProv: No - -%description miniplot-doc -Documentation for miniplot - -%package modiagram -Provides: tex-modiagram = %{tl_version} -License: LPPL 1.3 -Summary: Drawing molecular orbital diagrams -Version: svn27173.0.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(textgreek.sty) -Provides: tex(modiagram.sty) = %{tl_version} - -%description modiagram -The package provides an environment MOdiagram and some -commands, to create molecular orbital diagrams using TikZ. For -example, the MO diagram of dihydrogen would be written as: -\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s = -{0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The -package also needs the l3kernel and l3packages bundles from the -LaTeX 3 experimental distribution. - -date: 2012-07-26 15:37:06 +0200 - -%post modiagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun modiagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans modiagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package modiagram-doc -Summary: Documentation for modiagram -Version: svn27173.0.2b -Release: %{tl_noarch_release} -Provides: tex-modiagram-doc -BuildArch: noarch -AutoReqProv: No - -%description modiagram-doc -Documentation for modiagram - -%package numericplots -Provides: tex-numericplots = %{tl_version} -License: GPLv3+ -Summary: Plot numeric data (including Matlab export) using PSTricks -Version: svn26791.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xkvview.sty) -Provides: tex(NumericPlots.sty) = %{tl_version} - -%description numericplots -Plotting numeric data is a task which has often to be done for -scientific papers. LaTeX itself provides no facilities for -drawing more than the simplest plots from supplied data. The -package will process user input, and uses PSTricks to plot the -results. The package provides Matlab functions to transform -Matlab results to plottable data. - -date: 2012-06-01 10:55:54 +0200 - -%post numericplots -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun numericplots -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans numericplots -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package numericplots-doc -Summary: Documentation for numericplots -Version: svn26791.1.1 -Release: %{tl_noarch_release} -Provides: tex-numericplots-doc -BuildArch: noarch -AutoReqProv: No - -%description numericplots-doc -Documentation for numericplots - -%package pb-diagram -Provides: tex-pb-diagram = %{tl_version} -License: GPLv2+ -Summary: A commutative diagram package using LAMSTeX or Xy-pic fonts -Version: svn15878.5.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lamsarrow.sty) = %{tl_version} -Provides: tex(pb-diagram.sty) = %{tl_version} -Provides: tex(pb-lams.sty) = %{tl_version} -Provides: tex(pb-xy.sty) = %{tl_version} - -%description pb-diagram -pb-diagram package - -date: 2008-04-20 19:53:04 +0200 - -%post pb-diagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pb-diagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pb-diagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pb-diagram-doc -Summary: Documentation for pb-diagram -Version: svn15878.5.0 -Release: %{tl_noarch_release} -Provides: tex-pb-diagram-doc -BuildArch: noarch -AutoReqProv: No - -%description pb-diagram-doc -Documentation for pb-diagram - -%package petri-nets -Provides: tex-petri-nets = %{tl_version} -License: GPL+ -Summary: A set TeX/LaTeX packages for drawing Petri nets -Version: svn24088.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pndraw.sty) = %{tl_version} -Provides: tex(pndraw.tex) = %{tl_version} -Provides: tex(pnets.sty) = %{tl_version} -Provides: tex(pnets.tex) = %{tl_version} -Provides: tex(pntext.sty) = %{tl_version} -Provides: tex(pntext.tex) = %{tl_version} -Provides: tex(pnversion.tex) = %{tl_version} - -%description petri-nets -Petri-nets is a set of TeX/LaTeX packages about Petri nets and -related models. Three packages are available: - the first -allows the user to draw Petri-nets in PostScript documents; - -the second defines macros related to PBC, M-nets and B(PN) -models; and - the last gathers together the previous two. - -date: 2007-01-12 23:55:10 +0100 - -%post petri-nets -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun petri-nets -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans petri-nets -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package petri-nets-doc -Summary: Documentation for petri-nets -Version: svn24088.0 -Release: %{tl_noarch_release} -Provides: tex-petri-nets-doc -BuildArch: noarch -AutoReqProv: No - -%description petri-nets-doc -Documentation for petri-nets - -%package pgf-blur -Provides: tex-pgf-blur = %{tl_version} -License: LPPL -Summary: PGF/TikZ package for "blurred" shadows -Version: svn26134.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tikzlibraryshadows.blur.code.tex) = %{tl_version} - -%description pgf-blur -The package adds blurred/faded/fuzzy shadows to TikZ/PGF -pictures. It is configured as a TikZ/PGF library module. The -method is similar to that of the author's pst-blur package for -PSTricks. - -date: 2012-04-24 16:17:04 +0200 - -%post pgf-blur -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgf-blur -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgf-blur -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgf-blur-doc -Summary: Documentation for pgf-blur -Version: svn26134.1.01 -Release: %{tl_noarch_release} -Provides: tex-pgf-blur-doc -BuildArch: noarch -AutoReqProv: No - -%description pgf-blur-doc -Documentation for pgf-blur - -%package pgf-soroban -Provides: tex-pgf-soroban = %{tl_version} -License: LPPL -Summary: Create images of the soroban using TikZ/PGF -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Provides: tex(pgf-soroban.sty) = %{tl_version} - -%description pgf-soroban -The package makes it possible to create pictures of the soroban -(Japanese abacus) using PGF/TikZ - -date: 2008-08-23 00:06:02 +0200 - -%post pgf-soroban -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgf-soroban -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgf-soroban -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgf-soroban-doc -Summary: Documentation for pgf-soroban -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-pgf-soroban-doc -BuildArch: noarch -AutoReqProv: No - -%description pgf-soroban-doc -Documentation for pgf-soroban - -%package pgf-umlsd -Provides: tex-pgf-umlsd = %{tl_version} -License: GPL+ -Summary: Draw UML Sequence Diagrams -Version: svn21301.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pgf-umlsd.sty) = %{tl_version} - -%description pgf-umlsd -LaTeX macros to draw UML diagrams using pgf - -date: 2011-02-03 13:02:40 +0100 - -%post pgf-umlsd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgf-umlsd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgf-umlsd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgf-umlsd-doc -Summary: Documentation for pgf-umlsd -Version: svn21301.0.5 -Release: %{tl_noarch_release} -Provides: tex-pgf-umlsd-doc -BuildArch: noarch -AutoReqProv: No - -%description pgf-umlsd-doc -Documentation for pgf-umlsd - -%package pgfgantt -Provides: tex-pgfgantt = %{tl_version} -License: LPPL 1.3 -Summary: Draw Gantt charts with TikZ -Version: svn25204.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(pgfgantt.sty) = %{tl_version} - -%description pgfgantt -The package provides an environment for drawing Gantt charts -that contain various elements (titles, bars, milestones, groups -and links). Several keys customize the appearance of the chart -elements. - -date: 2012-01-26 11:19:33 +0100 - -%post pgfgantt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgfgantt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgfgantt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgfgantt-doc -Summary: Documentation for pgfgantt -Version: svn25204.3.0 -Release: %{tl_noarch_release} -Provides: tex-pgfgantt-doc -BuildArch: noarch -AutoReqProv: No - -%description pgfgantt-doc -Documentation for pgfgantt - -%package pgfkeyx -Provides: tex-pgfkeyx = %{tl_version} -License: LPPL 1.3 -Summary: Extended and more robust version of pgfkeys -Version: svn26093.0.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Provides: tex(pgfkeyx.sty) = %{tl_version} - -%description pgfkeyx -The package extends and improves the robustness of the pgfkeys -package. In particular, it can deal with active comma, equality -sign, and slash in key parsing. The difficulty with active -characters has long been a problem with the pgfkeys package. -The package also introduces handlers beyond those that pgfkeys -can offer. - -date: 2012-04-21 23:54:26 +0200 - -%post pgfkeyx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgfkeyx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgfkeyx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgfkeyx-doc -Summary: Documentation for pgfkeyx -Version: svn26093.0.0.1 -Release: %{tl_noarch_release} -Provides: tex-pgfkeyx-doc -BuildArch: noarch -AutoReqProv: No - -%description pgfkeyx-doc -Documentation for pgfkeyx - -%package pgfmolbio -Provides: tex-pgfmolbio = %{tl_version} -License: LPPL 1.3 -Summary: Draw graphs typically found in molecular biology texts -Version: svn28023.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-modutils.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Provides: tex(pgfmolbio.chromatogram.tex) = %{tl_version} -Provides: tex(pgfmolbio.convert.tex) = %{tl_version} -Provides: tex(pgfmolbio.domains.tex) = %{tl_version} -Provides: tex(pgfmolbio.sty) = %{tl_version} - -%description pgfmolbio -The package draws graphs typically found in molecular biology -texts. Currently, the package contains modules for drawing DNA -sequencing chromatograms and protein domain diagrams. - -date: 2012-10-04 13:44:39 +0200 - -%post pgfmolbio -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgfmolbio -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgfmolbio -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgfmolbio-doc -Summary: Documentation for pgfmolbio -Version: svn28023.0.2 -Release: %{tl_noarch_release} -Provides: tex-pgfmolbio-doc -BuildArch: noarch -AutoReqProv: No - -%description pgfmolbio-doc -Documentation for pgfmolbio - -%package pgfopts -Provides: tex-pgfopts = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX package options with pgfkeys -Version: svn23320.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Provides: tex(pgfopts.sty) = %{tl_version} - -%description pgfopts -The pgfkeys package (part of the pgf distribution) is a well- -designed way of defining and using large numbers of keys for -key-value syntaxes. However, pgfkeys itself does not offer -means of handling LaTeX class and package options. This package -adds such option handling to pgfkeys, in the same way that -kvoptions adds the same facility to the LaTeX standard keyval -package. - -date: 2011-06-03 00:21:14 +0200 - -%post pgfopts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgfopts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgfopts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgfopts-doc -Summary: Documentation for pgfopts -Version: svn23320.2.1 -Release: %{tl_noarch_release} -Provides: tex-pgfopts-doc -BuildArch: noarch -AutoReqProv: No - -%description pgfopts-doc -Documentation for pgfopts - -%package pgfplots -Provides: tex-pgfplots = %{tl_version} -License: GPL+ -Summary: Create normal/logarithmic plots in two and three dimensions -Version: svn29531.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(hyperref.sty) -Requires: tex(tikz.sty) -Requires: tex(array.sty) -Provides: tex(t-pgfplots.tex) = %{tl_version} -Provides: tex(t-pgfplotstable.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.code.tex) = %{tl_version} -Provides: tex(pgfplotslibrary.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.colormaps.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.dateplot.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.external.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.groupplots.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.patchplots.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.polar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.smithchart.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.statistics.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.ternary.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.units.code.tex) = %{tl_version} -Provides: tex(pgfplotsarray.code.tex) = %{tl_version} -Provides: tex(pgfplotsdeque.code.tex) = %{tl_version} -Provides: tex(pgfplotsliststructure.code.tex) = %{tl_version} -Provides: tex(pgfplotsliststructureext.code.tex) = %{tl_version} -Provides: tex(pgfplotsmatrix.code.tex) = %{tl_version} -Provides: tex(pgfplotstable.code.tex) = %{tl_version} -Provides: tex(pgfplotstable.coltype.code.tex) = %{tl_version} -Provides: tex(pgfplotstableshared.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_loader.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_misc.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcoreexternal.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcoreimage.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcorelayers.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcorescopes.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfkeys.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryfpu.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.pdflinks.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmathfloat.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzexternal.sty) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzexternalshared.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzlibraryexternal.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydateplot.code.tex) = %{tl_version} -Provides: tex(pgfplots.code.tex) = %{tl_version} -Provides: tex(pgfplots.paths.code.tex) = %{tl_version} -Provides: tex(pgfplots.revision.tex) = %{tl_version} -Provides: tex(pgfplots.scaling.code.tex) = %{tl_version} -Provides: tex(pgfplotscoordprocessing.code.tex) = %{tl_version} -Provides: tex(pgfplotscore.code.tex) = %{tl_version} -Provides: tex(pgfplotsmeshplothandler.code.tex) = %{tl_version} -Provides: tex(pgfplotsplothandlers.code.tex) = %{tl_version} -Provides: tex(pgfplotsstackedplots.code.tex) = %{tl_version} -Provides: tex(pgfplotsticks.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvipdfmx.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvips.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-pdftex.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-xetex.def) = %{tl_version} -Provides: tex(pgfplotssysgeneric.code.tex) = %{tl_version} -Provides: tex(pgfplotsbinary.code.tex) = %{tl_version} -Provides: tex(pgfplotsbinary.data.code.tex) = %{tl_version} -Provides: tex(pgfplotscolor.code.tex) = %{tl_version} -Provides: tex(pgfplotscolormap.code.tex) = %{tl_version} -Provides: tex(pgfplotsutil.code.tex) = %{tl_version} -Provides: tex(pgfplotsutil.verb.code.tex) = %{tl_version} -Provides: tex(bugtracker.sty) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.clickable.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplotsclickable.code.tex) = %{tl_version} -Provides: tex(pgfplots.sty) = %{tl_version} -Provides: tex(pgfplotstable.sty) = %{tl_version} -Provides: tex(pgfregressiontest.sty) = %{tl_version} -Provides: tex(pgfplots.tex) = %{tl_version} -Provides: tex(pgfplotstable.tex) = %{tl_version} - -%description pgfplots -PGFPlots draws high-quality function plots in normal or -logarithmic scaling with a user-friendly interface directly in -TeX. The user supplies axis labels, legend entries and the plot -coordinates for one or more plots and PGFPlots applies axis -scaling, computes any logarithms and axis ticks and draws the -plots, supporting line plots, scatter plots, piecewise constant -plots, bar plots, area plots, mesh-- and surface plots and some -more. Pgfplots is based on PGF/TikZ (pgf); it runs equally for -LaTeX/TeX/ConTeXt. - -date: 2012-10-26 15:30:09 +0200 - -%post pgfplots -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pgfplots -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pgfplots -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pgfplots-doc -Summary: Documentation for pgfplots -Version: svn29531.1.7 -Release: %{tl_noarch_release} -Provides: tex-pgfplots-doc -BuildArch: noarch -AutoReqProv: No - -%description pgfplots-doc -Documentation for pgfplots - -%package piano -Provides: tex-piano = %{tl_version} -License: LPPL -Summary: Typeset a basic 2-octave piano diagram -Version: svn21574.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(piano.sty) = %{tl_version} - -%description piano -This package adds the \keyboard[1][2]..[7] command to your -project. When used, it draws a small 2 octaves piano keyboard -on your document, with up to 7 keys highlighted. Keys go : Co, -Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt, -Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working example -is included in the README file.) - -date: 2011-03-01 13:06:36 +0100 - -%post piano -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun piano -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans piano -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package piano-doc -Summary: Documentation for piano -Version: svn21574.1.0 -Release: %{tl_noarch_release} -Provides: tex-piano-doc -BuildArch: noarch -AutoReqProv: No - -%description piano-doc -Documentation for piano - -%package picinpar -Provides: tex-picinpar = %{tl_version} -License: GPL+ -Summary: Insert pictures into paragraphs -Version: svn20374.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(picinpar.sty) = %{tl_version} - -%description picinpar -A legacy package for creating 'windows' in paragraphs, for -inserting graphics, etc. (including "dropped capitals"). Users -should note that Piet van Oostrum (in a published review of -packages of this sort) does not recommend this package; Picins -is recommended instead. - -date: 2010-11-05 12:43:21 +0100 - -%post picinpar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun picinpar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans picinpar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package picinpar-doc -Summary: Documentation for picinpar -Version: svn20374.1.2a -Release: %{tl_noarch_release} -Provides: tex-picinpar-doc -BuildArch: noarch -AutoReqProv: No - -%description picinpar-doc -Documentation for picinpar - -%package pict2e -Provides: tex-pict2e = %{tl_version} -License: LPPL -Summary: New implementation of picture commands -Version: svn29215.0.2y -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(trig.sty) -Provides: tex(p2e-dvipdfm.def) = %{tl_version} -Provides: tex(p2e-dvipdfmx.def) = %{tl_version} -Provides: tex(p2e-dvips.def) = %{tl_version} -Provides: tex(p2e-pctex32.def) = %{tl_version} -Provides: tex(p2e-pctexps.def) = %{tl_version} -Provides: tex(p2e-pdftex.def) = %{tl_version} -Provides: tex(p2e-textures.def) = %{tl_version} -Provides: tex(p2e-vtex.def) = %{tl_version} -Provides: tex(p2e-xetex.def) = %{tl_version} -Provides: tex(pict2e.cfg) = %{tl_version} -Provides: tex(pict2e.sty) = %{tl_version} - -%description pict2e -This package was described in the 2nd edition of 'LaTeX: A -Document Preparation System', but the LaTeX project team -declined to produce the package. For a long time, LaTeX has -included a 'pict2e package' that merely produced an apologetic -error message. The new package extends the existing LaTeX -picture environment, using the familiar technique (cf. the -graphics and color packages) of driver files (at present, -drivers for PostScript output from LaTeX, and for use with -PDFLaTeX are available). The package documentation has a fair -number of examples of use, showing where things are improved by -comparison with the LaTeX picture environment. - -date: 2013-01-08 22:57:06 +0100 - -%post pict2e -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pict2e -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pict2e -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pict2e-doc -Summary: Documentation for pict2e -Version: svn29215.0.2y -Release: %{tl_noarch_release} -Provides: tex-pict2e-doc -BuildArch: noarch -AutoReqProv: No - -%description pict2e-doc -Documentation for pict2e - -%package pictex -Provides: tex-pictex = %{tl_version} -License: LPPL -Summary: Picture drawing macros for TeX and LaTeX -Version: svn21943.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(errorbars.tex) = %{tl_version} -Provides: tex(latexpicobjs.tex) = %{tl_version} -Provides: tex(piccorr.sty) = %{tl_version} -Provides: tex(picmore.tex) = %{tl_version} -Provides: tex(pictex.sty) = %{tl_version} -Provides: tex(pictex.tex) = %{tl_version} -Provides: tex(pictexwd.sty) = %{tl_version} -Provides: tex(pictexwd.tex) = %{tl_version} -Provides: tex(pointers.tex) = %{tl_version} -Provides: tex(postpictex.tex) = %{tl_version} -Provides: tex(prepictex.tex) = %{tl_version} -Provides: tex(texpictex.tex) = %{tl_version} -Provides: tex(tree.sty) = %{tl_version} - -%description pictex -PicTeX is an early, and very comprehensive drawing package, -that mostly draws by placing myriads of small dots to make up -pictures. It has a tendency to run out of space, most -especially of allowable dimensions registers; packages m-pictex -and pictexwd deal with the register problem, in different ways. -Note that full documentation may be bought via the PC-TeX site, -though a command summary is available as free software. -Alternatively, a front-end package such as mathsPiC, which -covers all of PicTeX and has a complete and free manual, could -be used. - -date: 2011-04-03 16:40:50 +0200 - -%post pictex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pictex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pictex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pictex-doc -Summary: Documentation for pictex -Version: svn21943.1.1 -Release: %{tl_noarch_release} -Provides: tex-pictex-doc -BuildArch: noarch -AutoReqProv: No - -%description pictex-doc -Documentation for pictex - -%package pictex2 -Provides: tex-pictex2 = %{tl_version} -License: LPPL -Summary: Adds relative coordinates and improves the \plot command -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pictex.sty) -Provides: tex(pictex2.sty) = %{tl_version} - -%description pictex2 -Adds two user commands to standard PiCTeX. One command uses -relative coordinates, thus eliminating the need to calculate -the coordinate of every point manually as in standard PiCTeX. -The other command modifies \plot to use a rule instead of dots -if the line segment is horizontal or vertical. - -date: 2007-01-13 09:26:05 +0100 - -%post pictex2 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pictex2 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pictex2 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pinlabel -Provides: tex-pinlabel = %{tl_version} -License: LPPL -Summary: A TeX labelling package -Version: svn24769.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(pinlabel.sty) = %{tl_version} - -%description pinlabel -Pinlabel is a labelling package for attaching perfectly -formatted TeX labels to figures and diagrams in both eps and -pdf formats. It is suitable both for labelling a new diagram -and for relabelling an existing diagram. The package uses -coordinates derived from GhostView (or gv) and labels are -placed with automatic and consistent spacing relative to the -object labelled. - -date: 2011-12-05 18:34:00 +0100 - -%post pinlabel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pinlabel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pinlabel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pinlabel-doc -Summary: Documentation for pinlabel -Version: svn24769.1.2 -Release: %{tl_noarch_release} -Provides: tex-pinlabel-doc -BuildArch: noarch -AutoReqProv: No - -%description pinlabel-doc -Documentation for pinlabel - -%package pmgraph -Provides: tex-pmgraph = %{tl_version} -License: GPL+ -Summary: "Poor man's" graphics -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pmgraph.sty) = %{tl_version} - -%description pmgraph -A set of extensions to LaTeX picture environment, including a -wider range of vectors, and a lot more box frame styles. - -date: 2008-11-04 08:05:43 +0100 - -%post pmgraph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pmgraph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pmgraph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pmgraph-doc -Summary: Documentation for pmgraph -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-pmgraph-doc -BuildArch: noarch -AutoReqProv: No - -%description pmgraph-doc -Documentation for pmgraph - -%package prerex -Provides: tex-prerex = %{tl_version} -License: GPL+ -Summary: Interactive editor and macro support for prerequisite charts -Version: svn27495.6.5.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Requires: tex(calc.sty) -Requires: tex(pgf.sty) -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(textcomp.sty) -Requires: tex(zref-savepos.sty) -Requires: tex(hyperref.sty) -Requires: tex(xcolor.sty) -Provides: tex(prerex.sty) = %{tl_version} - -%description prerex -This package consists of prerex.sty, a LaTeX package for -producing charts of course nodes linked by arrows representing -pre- and co-requisites, and prerex, an interactive program for -creating and editing chart descriptions. The implementation of -prerex.sty is built on PGF, so that it may be used equally -happily with latex or pdflatex; prerex itself is written in C. -The package includes source code for a previewer application, a -lightweight Qt-4 and poppler-based prerex-enabled PDF viewer. - -date: 2012-08-22 19:18:22 +0200 - -%post prerex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun prerex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans prerex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package prerex-doc -Summary: Documentation for prerex -Version: svn27495.6.5.2 -Release: %{tl_noarch_release} -Provides: tex-prerex-doc -BuildArch: noarch -AutoReqProv: No - -%description prerex-doc -Documentation for prerex - -%package productbox -Provides: tex-productbox = %{tl_version} -License: Copyright only -Summary: Typeset a three-dimensional product box -Version: svn20886.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(tikz.sty) -Provides: tex(productbox.sty) = %{tl_version} - -%description productbox -The package enables typesetting of a three-dimensional product -box. This product box can be rendered as it is standing on a -surface and some light is shed onto it. Alternatively it can be -typeset as a wireframe to be cut out and glued together. This -will lead to a physical product box. The package requires the -package pgf and TikZ. - -date: 2010-12-30 01:06:48 +0100 - -%post productbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun productbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans productbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package productbox-doc -Summary: Documentation for productbox -Version: svn20886.1.1 -Release: %{tl_noarch_release} -Provides: tex-productbox-doc -BuildArch: noarch -AutoReqProv: No - -%description productbox-doc -Documentation for productbox - -%package randbild -Provides: tex-randbild = %{tl_version} -License: LPPL -Summary: Marginal pictures -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pst-plot.sty) -Provides: tex(randbild.sty) = %{tl_version} - -%description randbild -Provides environments randbild, to draw small marginal plots -(using the package pstricks package pst-plot), and -randbildbasis (the same, only without the automatically drawn -coordinate system). - -date: 2007-05-16 07:57:15 +0200 - -%post randbild -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun randbild -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans randbild -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package randbild-doc -Summary: Documentation for randbild -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-randbild-doc -BuildArch: noarch -AutoReqProv: No - -%description randbild-doc -Documentation for randbild - -%package randomwalk -Provides: tex-randomwalk = %{tl_version} -License: LPPL -Summary: Random walks using TikZ -Version: svn28769.0.2c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(tikz.sty) -Requires: tex(lcg.sty) -Provides: tex(randomwalk.sty) = %{tl_version} - -%description randomwalk -The randomwalk package provides a user command, \RandomWalk, to -draw random walks with a given number of steps. Lengths and -angles of the steps can be customized in various ways. The -package uses PGF/TikZ for its graphical output. - -date: 2013-01-08 14:36:26 +0100 - -%post randomwalk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun randomwalk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans randomwalk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package randomwalk-doc -Summary: Documentation for randomwalk -Version: svn28769.0.2c -Release: %{tl_noarch_release} -Provides: tex-randomwalk-doc -BuildArch: noarch -AutoReqProv: No - -%description randomwalk-doc -Documentation for randomwalk - -%package reotex -Provides: tex-reotex = %{tl_version} -License: LPPL -Summary: Draw Reo Channels and Circuits -Version: svn25037.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Requires: tex(verbatim.sty) -Provides: tex(reotex.sty) = %{tl_version} - -%description reotex -The package defines macros and other utilities to design Reo -Circuits. The package require PGF/TikZ support. - -date: 2012-01-06 12:55:46 +0100 - -%post reotex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun reotex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans reotex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package reotex-doc -Summary: Documentation for reotex -Version: svn25037.1.0 -Release: %{tl_noarch_release} -Provides: tex-reotex-doc -BuildArch: noarch -AutoReqProv: No - -%description reotex-doc -Documentation for reotex - -%package rviewport -Provides: tex-rviewport = %{tl_version} -License: LPPL -Summary: Relative Viewport for Graphics Inclusion -Version: svn23739.v1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(rviewport.sty) = %{tl_version} - -%description rviewport -Package graphicx provides a useful keyword viewport which -allows to show just a part of an image. However, one needs to -put there the actual coordinates of the viewport window. -Sometimes it is useful to have relative coordinates as -fractions of natural size. For example, one may want to print a -large image on a spread, putting a half on a verso page, and -another half on the next recto page. For this one would need a -viewport occupying exactly one half of the file's bounding box, -whatever the actual width of the image may be. This package -adds a new keyword rviewport to the graphicx package -specifiying Relative Viewport for graphics inclusion: a window -defined by the given fractions of the natural width and height -of the image. - -date: 2011-08-28 17:37:31 +0200 - -%post rviewport -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rviewport -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rviewport -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rviewport-doc -Summary: Documentation for rviewport -Version: svn23739.v1.0 -Release: %{tl_noarch_release} -Provides: tex-rviewport-doc -BuildArch: noarch -AutoReqProv: No - -%description rviewport-doc -Documentation for rviewport - -%package sa-tikz -Provides: tex-sa-tikz = %{tl_version} -License: LPPL 1.3 -Summary: TikZ library to draw switching architectures -Version: svn28714.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(sa-tikz.sty) = %{tl_version} -Provides: tex(tikzlibraryswitching-architectures.code.tex) = %{tl_version} - -%description sa-tikz -The provides a library that offers an easy way to draw -switching architectures and to customize their aspect. - -date: 2013-01-03 19:43:19 +0100 - -%post sa-tikz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sa-tikz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sa-tikz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sa-tikz-doc -Summary: Documentation for sa-tikz -Version: svn28714.0.5 -Release: %{tl_noarch_release} -Provides: tex-sa-tikz-doc -BuildArch: noarch -AutoReqProv: No - -%description sa-tikz-doc -Documentation for sa-tikz - -%package schemabloc -Provides: tex-schemabloc = %{tl_version} -License: LPPL -Summary: Draw block diagrams, using Tikz -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Provides: tex(schemabloc.sty) = %{tl_version} - -%description schemabloc -The package provides a set of macros for constructing block -diagrams, using TikZ. - -date: 2009-01-23 11:09:06 +0100 - -%post schemabloc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun schemabloc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans schemabloc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package schemabloc-doc -Summary: Documentation for schemabloc -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-schemabloc-doc -BuildArch: noarch -AutoReqProv: No - -%description schemabloc-doc -Documentation for schemabloc - -%package setdeck -Provides: tex-setdeck = %{tl_version} -License: GPLv3+ -Summary: Typeset cards for Set -Version: svn27997.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Provides: tex(setdeck.sty) = %{tl_version} - -%description setdeck -The package will typeset cards for use in a game of Set. - -date: 2012-10-17 15:07:15 +0200 - -%post setdeck -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun setdeck -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans setdeck -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package setdeck-doc -Summary: Documentation for setdeck -Version: svn27997.0.1 -Release: %{tl_noarch_release} -Provides: tex-setdeck-doc -BuildArch: noarch -AutoReqProv: No - -%description setdeck-doc -Documentation for setdeck - -%package smartdiagram -Provides: tex-smartdiagram = %{tl_version} -License: LPPL 1.3 -Summary: Generate diagrams from lists -Version: svn29680.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Provides: tex(smartdiagram.sty) = %{tl_version} -Provides: tex(smartdiagramlibraryadditions.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.commands.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.definitions.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.styles.code.tex) = %{tl_version} - -%description smartdiagram -The package will create 'smart' diagrams from lists of items, -for simple documents and for presentations. - -date: 2013-04-02 02:01:45 +0200 - -%post smartdiagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun smartdiagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans smartdiagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package smartdiagram-doc -Summary: Documentation for smartdiagram -Version: svn29680.0.3 -Release: %{tl_noarch_release} -Provides: tex-smartdiagram-doc -BuildArch: noarch -AutoReqProv: No - -%description smartdiagram-doc -Documentation for smartdiagram - -%package swimgraf -Provides: tex-swimgraf = %{tl_version} -License: LPPL -Summary: Graphical/textual representations of swimming performances -Version: svn25446.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mathpazo.sty) -Requires: tex(pstricks.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-plot.sty) -Requires: tex(keyval.sty) -Provides: tex(swimgraf.cfg) = %{tl_version} -Provides: tex(swimgraf.sty) = %{tl_version} - -%description swimgraf -The package provides two macros that produce representations of -a swimmer's performances. The user records data in a text file -and specifies as arguments of the macros the date range of -interest. The macros extract the relevant information from the -file and process it: \swimgraph produces a graph of the times -in a single swimming event (specified as an argument), plotting -long course and short course times in separate lines. Records -and qualifying times, stored in text files, may optionally be -included on the graph. \swimtext produces a written record of -the times in all events. Files of current world and Canadian -records are included. The package requires the PSTricks and -keyval packages. For attractive output it also requires a -colour output device. - -date: 2012-02-20 12:29:23 +0100 - -%post swimgraf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun swimgraf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans swimgraf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package swimgraf-doc -Summary: Documentation for swimgraf -Version: svn25446.0 -Release: %{tl_noarch_release} -Provides: tex-swimgraf-doc -BuildArch: noarch -AutoReqProv: No - -%description swimgraf-doc -Documentation for swimgraf - -%package texdraw -Provides: tex-texdraw = %{tl_version} -License: CC-BY -Summary: Graphical macros, using embedded PostScript -Version: svn23717.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): /sbin/install-info -Requires: tex(graphics.sty) -Provides: tex(blockdiagram.tex) = %{tl_version} -Provides: tex(texdraw.sty) = %{tl_version} -Provides: tex(texdraw.tex) = %{tl_version} -Provides: tex(txdps.tex) = %{tl_version} -Provides: tex(txdtools.tex) = %{tl_version} - -%description texdraw -TeXdraw is a set of macro definitions for TeX, which allow the -user to produce PostScript drawings from within TeX and LaTeX. -TeXdraw has been designed to be extensible. Drawing 'segments' -are relocatable, self-contained units. Using a combination of -the TeX's grouping mechanism and the gsave/grestore mechanism -in PostScript, drawing segments allow for local changes to the -scaling and line parameters. Using TeX's macro definition -capability, new drawing commands can be constructed from -drawing segments. - -date: 2009-10-10 00:51:28 +0200 - -%preun texdraw -if [ "$1" == "0" ]; then - /sbin/install-info --delete %{_infodir}/texdraw.info %{_infodir}/dir 2>/dev/null || : -fi - -%post texdraw -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -/sbin/install-info %{_infodir}/texdraw.info %{_infodir}/dir 2>/dev/null -: - -%postun texdraw -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texdraw -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texdraw-doc -Summary: Documentation for texdraw -Version: svn23717.0 -Release: %{tl_noarch_release} -Provides: tex-texdraw-doc -BuildArch: noarch -AutoReqProv: No - -%description texdraw-doc -Documentation for texdraw - -%package tikz-cd -Provides: tex-tikz-cd = %{tl_version} -License: LPPL -Summary: Create commutative diagrams with TikZ -Version: svn28695.0.3c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(tikz-cd.sty) = %{tl_version} - -%description tikz-cd -The general-purpose drawing package TiKZ can be used to typeset -commutative diagrams and other kinds of mathematical pictures, -generating high-quality results. The purpose of this package is -to make the process of creation of such diagrams easier by -providing a convenient set of macros and reasonable default -settings. This package also includes an arrow tip library that -match closely the arrows present in the Computer Modern -typeface. - -date: 2013-01-02 18:01:12 +0100 - -%post tikz-cd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-cd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-cd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-cd-doc -Summary: Documentation for tikz-cd -Version: svn28695.0.3c -Release: %{tl_noarch_release} -Provides: tex-tikz-cd-doc -BuildArch: noarch -AutoReqProv: No - -%description tikz-cd-doc -Documentation for tikz-cd - -%package tikz-3dplot -Provides: tex-tikz-3dplot = %{tl_version} -License: LPPL 1.3 -Summary: Coordinate transformation styles for 3d plotting in TikZ -Version: svn25087.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikz-3dplot.sty) = %{tl_version} - -%description tikz-3dplot -The package provides straightforward ways to define three- -dimensional coordinate frames through which to plot in TikZ. -The user can specify the orientation of the main coordinate -frame, and use standard TikZ commands and coordinates to render -their tikzfigure. A secondary coordinate frame is provided to -allow rotations and translations with respect to the main -coordinate frame. In addition, the package can also handle -plotting user-specified functions in spherical polar -coordinates, where both the radius and fill color can be -expressed as parametric functions of polar angles. - -date: 2012-01-12 00:06:34 +0100 - -%post tikz-3dplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-3dplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-3dplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-3dplot-doc -Summary: Documentation for tikz-3dplot -Version: svn25087.0 -Release: %{tl_noarch_release} -Provides: tex-tikz-3dplot-doc -BuildArch: noarch -AutoReqProv: No - -%description tikz-3dplot-doc -Documentation for tikz-3dplot - -%package tikz-dependency -Provides: tex-tikz-dependency = %{tl_version} -License: (GPLv2 or LPPL) and (GFDL or LPPL) -Summary: A library for drawing dependency graphs -Version: svn25156.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(environ.sty) -Provides: tex(tikz-dependency.sty) = %{tl_version} - -%description tikz-dependency -The package provides a library that draws together existing -TikZ facilities to make a comfortable environment for drawing -dependency graphs. Basic facilities of the package include a -lot of styling facilities, to let you personalize the look and -feel of the graphs. - -date: 2012-01-19 19:15:33 +0100 - -%post tikz-dependency -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-dependency -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-dependency -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-dependency-doc -Summary: Documentation for tikz-dependency -Version: svn25156.1.1 -Release: %{tl_noarch_release} -Provides: tex-tikz-dependency-doc -BuildArch: noarch -AutoReqProv: No - -%description tikz-dependency-doc -Documentation for tikz-dependency - -%package tikz-inet -Provides: tex-tikz-inet = %{tl_version} -License: LPPL -Summary: Draw interaction nets with TikZ -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikz-inet.sty) = %{tl_version} - -%description tikz-inet -The package extends TikZ with macros to draw interaction nets. - -date: 2008-08-24 14:43:48 +0200 - -%post tikz-inet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-inet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-inet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-inet-doc -Summary: Documentation for tikz-inet -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-tikz-inet-doc -BuildArch: noarch -AutoReqProv: No - -%description tikz-inet-doc -Documentation for tikz-inet - -%package tikz-qtree -Provides: tex-tikz-qtree = %{tl_version} -License: GPL+ -Summary: Use existing qtree syntax for trees in TikZ -Version: svn26108.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(pgffor.sty) -Requires: tex(tikz.sty) -Provides: tex(pgfsubpic.sty) = %{tl_version} -Provides: tex(pgfsubpic.tex) = %{tl_version} -Provides: tex(pgftree.sty) = %{tl_version} -Provides: tex(pgftree.tex) = %{tl_version} -Provides: tex(tikz-qtree-compat.sty) = %{tl_version} -Provides: tex(tikz-qtree.sty) = %{tl_version} -Provides: tex(tikz-qtree.tex) = %{tl_version} - -%description tikz-qtree -The package provides a macro for drawing trees with TikZ using -the easy syntax of Alexis Dimitriadis' Qtree. It improves on -TikZ's standard tree-drawing facility by laying out tree nodes -without collisions; it improves on Qtree by adding lots of -features from TikZ (for example, edge labels, arrows between -nodes); and it improves on pst-qtree in being usable with -pdfTeX and XeTeX. - -date: 2012-04-23 11:23:52 +0200 - -%post tikz-qtree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-qtree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-qtree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-qtree-doc -Summary: Documentation for tikz-qtree -Version: svn26108.1.2 -Release: %{tl_noarch_release} -Provides: tex-tikz-qtree-doc -BuildArch: noarch -AutoReqProv: No - -%description tikz-qtree-doc -Documentation for tikz-qtree - -%package tikz-timing -Provides: tex-tikz-timing = %{tl_version} -License: LPPL -Summary: Easy generation of timing diagrams as tikz pictures -Version: svn21013.0.7d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-svn-prov -Requires: tex(svn-prov.sty) -Requires: tex(pgfopts.sty) -Requires: tex(array.sty) -Requires: tex(booktabs.sty) -Requires: tex(tikz.sty) -Requires: tex(environ.sty) -Requires: tex(amsmath.sty) -Provides: tex(tikz-timing-advnodes.sty) = %{tl_version} -Provides: tex(tikz-timing-arrows.sty) = %{tl_version} -Provides: tex(tikz-timing-beamer.sty) = %{tl_version} -Provides: tex(tikz-timing-clockarrows.sty) = %{tl_version} -Provides: tex(tikz-timing-columntype.sty) = %{tl_version} -Provides: tex(tikz-timing-counters.sty) = %{tl_version} -Provides: tex(tikz-timing-either.sty) = %{tl_version} -Provides: tex(tikz-timing-ifsym.sty) = %{tl_version} -Provides: tex(tikz-timing-interval.sty) = %{tl_version} -Provides: tex(tikz-timing-nicetabs.sty) = %{tl_version} -Provides: tex(tikz-timing-overlays.sty) = %{tl_version} -Provides: tex(tikz-timing.sty) = %{tl_version} - -%description tikz-timing -This package provides macros and an environment to generate -timing diagrams (digital waveforms) without much effort. The -TikZ package is used to produce the graphics. The diagrams may -be inserted into text (paragraphs, \hbox, etc.) and into -tikzpictures. A tabular-like environment is provided to produce -larger timing diagrams. - -date: 2011-01-09 23:18:09 +0100 - -%post tikz-timing -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikz-timing -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikz-timing -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikz-timing-doc -Summary: Documentation for tikz-timing -Version: svn21013.0.7d -Release: %{tl_noarch_release} -Provides: tex-tikz-timing-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-svn-prov-doc - -%description tikz-timing-doc -Documentation for tikz-timing - -%package svn-prov -Provides: tex-svn-prov = %{tl_version} -License: LPPL -Summary: Subversion variants of \Provides... macros -Version: svn18017.3.1862 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(svn-prov.sty) = %{tl_version} - -%description svn-prov -The package introduces Subversion variants of the standard -LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile -where the file name and date is extracted from Subversion Id -keywords. The file name may also be given explicitly as an -optional argument. - -date: 2010-04-25 23:29:42 +0200 - -%post svn-prov -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svn-prov -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svn-prov -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svn-prov-doc -Summary: Documentation for svn-prov -Version: svn18017.3.1862 -Release: %{tl_noarch_release} -Provides: tex-svn-prov-doc -BuildArch: noarch -AutoReqProv: No - -%description svn-prov-doc -Documentation for svn-prov - -%package tikzinclude -Provides: tex-tikzinclude = %{tl_version} -License: LPPL 1.3 -Summary: Import TikZ images from colletions -Version: svn28715.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tikzinclude.sty) = %{tl_version} - -%description tikzinclude -The package addresses the problem of importing only one TikZ- -image from a file holding multiple images. - -date: 2013-01-03 19:43:19 +0100 - -%post tikzinclude -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzinclude -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzinclude -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzinclude-doc -Summary: Documentation for tikzinclude -Version: svn28715.1.0 -Release: %{tl_noarch_release} -Provides: tex-tikzinclude-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzinclude-doc -Documentation for tikzinclude - -%package tikzorbital -Provides: tex-tikzorbital = %{tl_version} -License: LPPL -Summary: Atomic and molecular orbitals using TiKZ -Version: svn28561.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikzorbital.sty) = %{tl_version} - -%description tikzorbital -Atomic s, p and d orbitals may be drawn, as well as molecular -orbital diagrams. - -date: 2012-12-17 20:44:22 +0100 - -%post tikzorbital -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzorbital -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzorbital -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzorbital-doc -Summary: Documentation for tikzorbital -Version: svn28561.0 -Release: %{tl_noarch_release} -Provides: tex-tikzorbital-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzorbital-doc -Documentation for tikzorbital - -%package tikzpagenodes -Provides: tex-tikzpagenodes = %{tl_version} -License: LPPL -Summary: Create commutative diagrams with TikZ -Version: svn27723.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifoddpage.sty) -Provides: tex(tikzpagenodes.sty) = %{tl_version} - -%description tikzpagenodes -The package provides special PGF/TikZ nodes for the text, -marginpar, footer and header area of the current page. They are -inspired by the 'current page' node defined by PGF/TikZ itself. - -date: 2012-09-16 14:57:16 +0200 - -%post tikzpagenodes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzpagenodes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzpagenodes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzpagenodes-doc -Summary: Documentation for tikzpagenodes -Version: svn27723.1.1 -Release: %{tl_noarch_release} -Provides: tex-tikzpagenodes-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzpagenodes-doc -Documentation for tikzpagenodes - -%package tikzpfeile -Provides: tex-tikzpfeile = %{tl_version} -License: LPPL -Summary: Draw arrows using PGF/TikZ -Version: svn25777.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Provides: tex(tikzpfeile.sty) = %{tl_version} - -%description tikzpfeile -In a document with a lot of diagrams created with PGF/TikZ, -there is a possibility of the reader being distracted by -different sorts of arrowheads in the diagrams and in the text -(as, e.g., in \rightarrow). The package defines macros to -create all arrows using PGF/TikZ, so as to avoid the problem. - -date: 2012-03-28 23:45:32 +0200 - -%post tikzpfeile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzpfeile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzpfeile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzpfeile-doc -Summary: Documentation for tikzpfeile -Version: svn25777.1.0 -Release: %{tl_noarch_release} -Provides: tex-tikzpfeile-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzpfeile-doc -Documentation for tikzpfeile - -%package tikzposter -Provides: tex-tikzposter = %{tl_version} -License: LPPL 1.2 -Summary: Create scientific posters using TikZ -Version: svn29179.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Provides: tex(tikzposter-colorthemes.tex) = %{tl_version} -Provides: tex(tikzposter-layoutstyles.tex) = %{tl_version} -Provides: tex(tikzposter.cls) = %{tl_version} - -%description tikzposter -A document class provides a simple way of using TikZ for -generating posters. Several formatting options are available, -and spacing and layout of the poster is to a large extent -automated. - -date: 2012-11-04 01:40:03 +0100 - -%post tikzposter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzposter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzposter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzposter-doc -Summary: Documentation for tikzposter -Version: svn29179.1.0 -Release: %{tl_noarch_release} -Provides: tex-tikzposter-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzposter-doc -Documentation for tikzposter - -%package tikzscale -Provides: tex-tikzscale = %{tl_version} -License: LPPL 1.3 -Summary: Resize pictures while respecting text size -Version: svn29569.0.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(etoolbox.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(xparse.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(xstring.sty) -Provides: tex(tikzscale.sty) = %{tl_version} - -%description tikzscale -The package extends the \includegraphics command to support -tikzpictures. It allows scaling of TikZ images and PGFPlots to -a given width or height without changing the text size. - -date: 2013-03-30 23:02:32 +0100 - -%post tikzscale -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzscale -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzscale -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzscale-doc -Summary: Documentation for tikzscale -Version: svn29569.0.2.5 -Release: %{tl_noarch_release} -Provides: tex-tikzscale-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzscale-doc -Documentation for tikzscale - -%package tikzsymbols -Provides: tex-tikzsymbols = %{tl_version} -License: LPPL 1.3 -Summary: Some symbols created using TikZ -Version: svn29570.2.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xargs.sty) -Requires: tex(xcolor.sty) -Requires: tex(xspace.sty) -Requires: tex(xkeyval.sty) -Provides: tex(tikzsymbols.sty) = %{tl_version} - -%description tikzsymbols -The package provides various emoticons, cooking symbols and -trees. - -date: 2013-03-31 12:01:54 +0200 - -%post tikzsymbols -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tikzsymbols -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tikzsymbols -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tikzsymbols-doc -Summary: Documentation for tikzsymbols -Version: svn29570.2.25 -Release: %{tl_noarch_release} -Provides: tex-tikzsymbols-doc -BuildArch: noarch -AutoReqProv: No - -%description tikzsymbols-doc -Documentation for tikzsymbols - -%package tqft -Provides: tex-tqft = %{tl_version} -License: LPPL 1.3 -Summary: Drawing TQFT diagrams with TikZ/PGF -Version: svn24169.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(pgf.sty) -Provides: tex(tqft.sty) = %{tl_version} - -%description tqft -The package defines some node shapes useful for drawing TQFT -diagrams with TikZ/PGF. That is, it defines highly customisable -shapes that look like cobordisms between circles, such as those -used in TQFT and other mathematical diagrams. - -date: 2011-10-02 00:21:09 +0200 - -%post tqft -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tqft -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tqft -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tqft-doc -Summary: Documentation for tqft -Version: svn24169.1.0 -Release: %{tl_noarch_release} -Provides: tex-tqft-doc -BuildArch: noarch -AutoReqProv: No - -%description tqft-doc -Documentation for tqft - -%package tkz-base -Provides: tex-tkz-base = %{tl_version} -License: LPPL -Summary: Tools for drawing with a cartesian coordinate system -Version: svn22961.1.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(tikz.sty) -Requires: tex(numprint.sty) -Requires: tex(fp.sty) -Provides: tex(tkz-base.cfg) = %{tl_version} -Provides: tex(tkz-base.sty) = %{tl_version} -Provides: tex(tkz-obj-marks.tex) = %{tl_version} -Provides: tex(tkz-obj-points.tex) = %{tl_version} -Provides: tex(tkz-obj-segments.tex) = %{tl_version} -Provides: tex(tkz-tools-arith.tex) = %{tl_version} -Provides: tex(tkz-tools-base.tex) = %{tl_version} -Provides: tex(tkz-tools-math.tex) = %{tl_version} -Provides: tex(tkz-tools-misc.tex) = %{tl_version} -Provides: tex(tkz-tools-obsolete.tex) = %{tl_version} -Provides: tex(tkz-tools-utilities.tex) = %{tl_version} - -%description tkz-base -The package is the base of a set of packages, designed to give -mathematics teachers (and students) easy access to programming -of drawings with TikZ. - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-base -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-base -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-base -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-base-doc -Summary: Documentation for tkz-base -Version: svn22961.1.16 -Release: %{tl_noarch_release} -Provides: tex-tkz-base-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-base-doc -Documentation for tkz-base - -%package tkz-berge -Provides: tex-tkz-berge = %{tl_version} -License: LPPL -Summary: Macros for drawing graphs of graph theory -Version: svn22891.1.00c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tkz-tools-arith.tex) -Requires: tex(tkz-graph.sty) -Provides: tex(tkz-arith.sty) = %{tl_version} -Provides: tex(tkz-berge.sty) = %{tl_version} - -%description tkz-berge -The package provides a collection of useful macros for drawing -classic graphs of graph theory, or to make other graphs. - -date: 2011-06-06 00:03:44 +0200 - -%post tkz-berge -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-berge -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-berge -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-berge-doc -Summary: Documentation for tkz-berge -Version: svn22891.1.00c -Release: %{tl_noarch_release} -Provides: tex-tkz-berge-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-berge-doc -Documentation for tkz-berge - -%package tkz-doc -Provides: tex-tkz-doc = %{tl_version} -License: LPPL -Summary: Documentation macros for the TKZ series of packages -Version: svn22959.1.1c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(inputenc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(framed.sty) -Requires: tex(eso-pic.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(textcomp.sty) -Requires: tex(fourier.sty) -Requires: tex(berasans.sty) -Requires: tex(beramono.sty) -Requires: tex(footmisc.sty) -Requires: tex(scrpage2.sty) -Requires: tex(makeidx.sty) -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(multido.sty) -Requires: tex(lscape.sty) -Requires: tex(graphicx.sty) -Requires: tex(array.sty) -Requires: tex(multicol.sty) -Requires: tex(multirow.sty) -Requires: tex(tabularx.sty) -Requires: tex(ragged2e.sty) -Requires: tex(booktabs.sty) -Requires: tex(fixltx2e.sty) -Provides: tex(tkz-doc.cls) = %{tl_version} -Provides: tex(tkzexample.sty) = %{tl_version} - -%description tkz-doc -This bundle offers a documentation class (tkz-doc) and a -package (tkzexample). These files are used in the documentation -of the author's packages tkz-tab and tkz-linknodes. - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-doc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-doc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-doc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-doc-doc -Summary: Documentation for tkz-doc -Version: svn22959.1.1c -Release: %{tl_noarch_release} -Provides: tex-tkz-doc-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-doc-doc -Documentation for tkz-doc - -%package tkz-euclide -Provides: tex-tkz-euclide = %{tl_version} -License: LPPL -Summary: Tools for drawing euclidean geometry -Version: svn22830.1.16c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tkz-base.sty) -Provides: tex(tkz-euclide.sty) = %{tl_version} -Provides: tex(tkz-lib-symbols.tex) = %{tl_version} -Provides: tex(tkz-obj-addpoints.tex) = %{tl_version} -Provides: tex(tkz-obj-angles.tex) = %{tl_version} -Provides: tex(tkz-obj-arcs.tex) = %{tl_version} -Provides: tex(tkz-obj-circles.tex) = %{tl_version} -Provides: tex(tkz-obj-lines.tex) = %{tl_version} -Provides: tex(tkz-obj-polygons.tex) = %{tl_version} -Provides: tex(tkz-obj-protractor.tex) = %{tl_version} -Provides: tex(tkz-obj-sectors.tex) = %{tl_version} -Provides: tex(tkz-obj-vectors.tex) = %{tl_version} -Provides: tex(tkz-tools-intersections.tex) = %{tl_version} -Provides: tex(tkz-tools-transformations.tex) = %{tl_version} - -%description tkz-euclide -The tkz-euclide package is tis a set of files, designed to give -math teachers and students) easy access at the programmation of -euclidean geometry with TikZ. - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-euclide -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-euclide -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-euclide -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-euclide-doc -Summary: Documentation for tkz-euclide -Version: svn22830.1.16c -Release: %{tl_noarch_release} -Provides: tex-tkz-euclide-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-euclide-doc -Documentation for tkz-euclide - -%package tkz-fct -Provides: tex-tkz-fct = %{tl_version} -License: LPPL -Summary: Tools for drawing graphs of functions -Version: svn22831.1.16c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tkz-base.sty) -Provides: tex(tkz-fct.sty) = %{tl_version} - -%description tkz-fct -The tkz-fct package is designed to give math teachers (and -students) easy access at the programmation of graphs of -functions with TikZ and gnuplot. - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-fct -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-fct -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-fct -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-fct-doc -Summary: Documentation for tkz-fct -Version: svn22831.1.16c -Release: %{tl_noarch_release} -Provides: tex-tkz-fct-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-fct-doc -Documentation for tkz-fct - -%package tkz-graph -Provides: tex-tkz-graph = %{tl_version} -License: LPPL -Summary: Draw graph-theory graphs -Version: svn22832.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Provides: tex(tkz-graph.sty) = %{tl_version} - -%description tkz-graph -The package is designed to create graph diagrams as simply as -possible, using TikZ - -date: 2011-06-06 00:03:44 +0200 - -%post tkz-graph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-graph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-graph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-graph-doc -Summary: Documentation for tkz-graph -Version: svn22832.1.00 -Release: %{tl_noarch_release} -Provides: tex-tkz-graph-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-graph-doc -Documentation for tkz-graph - -%package tkz-kiviat -Provides: tex-tkz-kiviat = %{tl_version} -License: LPPL -Summary: Draw Kiviat graphs -Version: svn22857.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(tikz.sty) -Provides: tex(tkz-kiviat.sty) = %{tl_version} - -%description tkz-kiviat -The package allows the user to draw Kiviat Graphs directly, or -with data from an external file. The drawing is done with the -help of pgfplots. - -date: 2011-06-07 15:47:15 +0200 - -%post tkz-kiviat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-kiviat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-kiviat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-kiviat-doc -Summary: Documentation for tkz-kiviat -Version: svn22857.0.1 -Release: %{tl_noarch_release} -Provides: tex-tkz-kiviat-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-kiviat-doc -Documentation for tkz-kiviat - -%package tkz-linknodes -Provides: tex-tkz-linknodes = %{tl_version} -License: LPPL -Summary: Link nodes in mathematical environments -Version: svn22833.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(amsmath.sty) -Provides: tex(tkz-linknodes.sty) = %{tl_version} - -%description tkz-linknodes -The package arose from a requirement to link the elements of an -amsmath align or aligned environment. The package makes use of -PGF/TikZ. The package documentation relies on the facilities of -the tkz-doc bundle - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-linknodes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-linknodes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-linknodes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-linknodes-doc -Summary: Documentation for tkz-linknodes -Version: svn22833.1.0c -Release: %{tl_noarch_release} -Provides: tex-tkz-linknodes-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-linknodes-doc -Documentation for tkz-linknodes - -%package tkz-orm -Provides: tex-tkz-orm = %{tl_version} -License: GPL+ -Summary: Create Object-Role Model (ORM) diagrams, -Version: svn16849.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(tkz-orm.sty) = %{tl_version} - -%description tkz-orm -The package provides styles for drawing Object-Role Model (ORM) -diagrams in TeX based on the pgf and TikZ picture environment. - -date: 2010-01-28 13:16:16 +0100 - -%post tkz-orm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-orm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-orm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-orm-doc -Summary: Documentation for tkz-orm -Version: svn16849.0.1 -Release: %{tl_noarch_release} -Provides: tex-tkz-orm-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-orm-doc -Documentation for tkz-orm - -%package tkz-tab -Provides: tex-tkz-tab = %{tl_version} -License: LPPL -Summary: Tables of signs and variations using PGF/TikZ -Version: svn22834.1.3c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Provides: tex(tkz-tab.sty) = %{tl_version} - -%description tkz-tab -The package provides comprehensive facilities for preparing -lists of signs and variations, using PGF. The package -documentation requires the tkz-doc bundle. - -date: 2011-06-05 23:10:23 +0200 - -%post tkz-tab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tkz-tab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tkz-tab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tkz-tab-doc -Summary: Documentation for tkz-tab -Version: svn22834.1.3c -Release: %{tl_noarch_release} -Provides: tex-tkz-tab-doc -BuildArch: noarch -AutoReqProv: No - -%description tkz-tab-doc -Documentation for tkz-tab - -%package tsemlines -Provides: tex-tsemlines = %{tl_version} -License: Public Domain -Summary: Support for the ancient \emline macro -Version: svn23440.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tsemlines.sty) = %{tl_version} - -%description tsemlines -Occasional Documents appear, that use graphics generated by -texcad from the emtex distribution. These documents often use -the \emline macro, which produced lines at an arbitrary -orientation. The present package emulates the macro, using -TikZ. - -date: 2011-06-28 13:55:08 +0200 - -%post tsemlines -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tsemlines -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tsemlines -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tufte-latex -Provides: tex-tufte-latex = %{tl_version} -License: ASL 2.0 -Summary: Document classes inspired by the work of Edward Tufte -Version: svn24733.3.5.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-xifthen -Requires: tex-ifmtarg -Requires: tex-changepage -Requires: tex-paralist -Requires: tex-sauerj -Requires: tex-placeins -Provides: tex(tufte-book.cls) = %{tl_version} -Provides: tex(tufte-common.def) = %{tl_version} -Provides: tex(tufte-handout.cls) = %{tl_version} - -%description tufte-latex -Provided are two classes inspired, respectively, by handouts -and books created by Edward Tufte. - -date: 2011-11-10 06:59:33 +0100 - -%post tufte-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tufte-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tufte-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tufte-latex-doc -Summary: Documentation for tufte-latex -Version: svn24733.3.5.0 -Release: %{tl_noarch_release} -Provides: tex-tufte-latex-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-xifthen-doc -Requires: tex-ifmtarg-doc -Requires: tex-changepage-doc -Requires: tex-paralist-doc -Requires: tex-sauerj-doc -Requires: tex-placeins-doc - -%description tufte-latex-doc -Documentation for tufte-latex - -%package xifthen -Provides: tex-xifthen = %{tl_version} -License: LPPL -Summary: Extended conditional commands -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifmtarg.sty) -Provides: tex(xifthen.sty) = %{tl_version} - -%description xifthen -This package extends the ifthen package by implementing new -commands to go within the first argument of \ifthenelse: to -test whether a string is void or not, if a command is defined -or equivalent to another. The package also enables use of -complex expressions as introduced by the package calc, together -with the ability of defining new commands to handle complex -tests. The package requires e-TeX features. - -date: 2009-05-03 12:26:51 +0200 - -%post xifthen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xifthen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xifthen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xifthen-doc -Summary: Documentation for xifthen -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-xifthen-doc -BuildArch: noarch -AutoReqProv: No - -%description xifthen-doc -Documentation for xifthen - -%package ifmtarg -Provides: tex-ifmtarg = %{tl_version} -License: LPPL -Summary: If-then-else command for processing potentially empty arguments -Version: svn19363.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifmtarg.sty) = %{tl_version} - -%description ifmtarg -ifmtarg package - -date: 2010-07-10 16:47:23 +0200 - -%post ifmtarg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifmtarg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifmtarg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifmtarg-doc -Summary: Documentation for ifmtarg -Version: svn19363.1.2a -Release: %{tl_noarch_release} -Provides: tex-ifmtarg-doc -BuildArch: noarch -AutoReqProv: No - -%description ifmtarg-doc -Documentation for ifmtarg - -%package changepage -Provides: tex-changepage = %{tl_version} -License: LPPL 1.3 -Summary: Margin adjustment and detection of odd/even pages -Version: svn15878.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(changepage.sty) = %{tl_version} -Provides: tex(chngpage.sty) = %{tl_version} - -%description changepage -The package provides commands to change the page layout in the -middle of a document, and to robustly check for typesetting on -odd or even pages. Instructions for use are at the end of the -file. The package is an extraction of code from the memoir -class, whose user interface it shares. It is intended the this -package will eventually replace the chngpage package, which is -distributed with the package. - -date: 2009-11-09 14:16:05 +0100 - -%post changepage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun changepage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans changepage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package changepage-doc -Summary: Documentation for changepage -Version: svn15878.1.0c -Release: %{tl_noarch_release} -Provides: tex-changepage-doc -BuildArch: noarch -AutoReqProv: No - -%description changepage-doc -Documentation for changepage - -%package paralist -Provides: tex-paralist = %{tl_version} -License: LPPL -Summary: Enumerate and itemize within paragraphs -Version: svn15878.2.3b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(paralist.sty) = %{tl_version} - -%description paralist -Provides enumerate and itemize environments that can be used -within paragraphs to format the items either as running text or -as separate paragraphs with a preceding number or symbol. Also -provides compacted versions of enumerate and itemize. - -date: 2009-10-07 21:35:42 +0200 - -%post paralist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun paralist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans paralist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package paralist-doc -Summary: Documentation for paralist -Version: svn15878.2.3b -Release: %{tl_noarch_release} -Provides: tex-paralist-doc -BuildArch: noarch -AutoReqProv: No - -%description paralist-doc -Documentation for paralist - -%package sauerj -Provides: tex-sauerj = %{tl_version} -License: LPPL -Summary: A bundle of utilities by Jonathan Sauer -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(collect.sty) = %{tl_version} -Provides: tex(metainfo.sty) = %{tl_version} -Provides: tex(optparams.sty) = %{tl_version} -Provides: tex(parcolumns.sty) = %{tl_version} -Provides: tex(processkv.sty) = %{tl_version} -Provides: tex(zahl2string.sty) = %{tl_version} - -%description sauerj -The bundle consists of: a tool for collecting text for later -re-use, a tool for typesetting the "meta-information" within a -text, a tool for use in constructing macros with multiple -optional parameters, a package for multiple column parallel -texts, a tool for processing key-value structured lists, and -macros for typesetting a number as a German-language string. - -date: 2007-01-15 20:25:47 +0100 - -%post sauerj -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sauerj -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sauerj -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sauerj-doc -Summary: Documentation for sauerj -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-sauerj-doc -BuildArch: noarch -AutoReqProv: No - -%description sauerj-doc -Documentation for sauerj - -%package placeins -Provides: tex-placeins = %{tl_version} -License: Public Domain -Summary: Control float placement -Version: svn19848.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(placeins.sty) = %{tl_version} - -%description placeins -Defines a \FloatBarrier command, beyond which floats may not -pass; useful, for example, to ensure all floats for a section -appear before the next \section command. - -date: 2010-09-22 15:00:44 +0200 - -%post placeins -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun placeins -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans placeins -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package placeins-doc -Summary: Documentation for placeins -Version: svn19848.2.2 -Release: %{tl_noarch_release} -Provides: tex-placeins-doc -BuildArch: noarch -AutoReqProv: No - -%description placeins-doc -Documentation for placeins - -%package venndiagram -Provides: tex-venndiagram = %{tl_version} -License: LPPL -Summary: Creating Venn diagrams with TikZ -Version: svn28069.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Provides: tex(venndiagram.sty) = %{tl_version} - -%description venndiagram -The package assists generation of simple two- and three-set -Venn diagrams for lectures or assignment sheets. The package -requires the TikZ package. - -date: 2012-10-24 15:36:13 +0200 - -%post venndiagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun venndiagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans venndiagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package venndiagram-doc -Summary: Documentation for venndiagram -Version: svn28069.1.0 -Release: %{tl_noarch_release} -Provides: tex-venndiagram-doc -BuildArch: noarch -AutoReqProv: No - -%description venndiagram-doc -Documentation for venndiagram - -%package xpicture -Provides: tex-xpicture = %{tl_version} -License: LPPL 1.3 -Summary: Extensions of LaTeX picture drawing -Version: svn28770.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(curve2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(calculus.sty) -Provides: tex(xpicture.sty) = %{tl_version} - -%description xpicture -The package extends the facilities of the pict2e and the -curve2e packages, providing extra reference frames, conic -section curves, graphs of elementary functions and other -parametric curves. - -date: 2013-01-08 10:49:23 +0100 - -%post xpicture -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xpicture -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xpicture -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xpicture-doc -Summary: Documentation for xpicture -Version: svn28770.1.2a -Release: %{tl_noarch_release} -Provides: tex-xpicture-doc -BuildArch: noarch -AutoReqProv: No - -%description xpicture-doc -Documentation for xpicture - -%package xypic -Provides: tex-xypic = %{tl_version} -License: LPPL -Summary: xypic package -Version: svn26642.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Provides: tex(xycirc.enc) = %{tl_version} -Provides: tex(xyd.enc) = %{tl_version} -Provides: tex(xyd2.enc) = %{tl_version} -Provides: tex(xypic.map) = %{tl_version} -Provides: tex(xyatip10.tfm) = %{tl_version} -Provides: tex(xybsql10.tfm) = %{tl_version} -Provides: tex(xybtip10.tfm) = %{tl_version} -Provides: tex(xycirc10.tfm) = %{tl_version} -Provides: tex(xycmat10.tfm) = %{tl_version} -Provides: tex(xycmat11.tfm) = %{tl_version} -Provides: tex(xycmat12.tfm) = %{tl_version} -Provides: tex(xycmbt10.tfm) = %{tl_version} -Provides: tex(xycmbt11.tfm) = %{tl_version} -Provides: tex(xycmbt12.tfm) = %{tl_version} -Provides: tex(xydash10.tfm) = %{tl_version} -Provides: tex(xyeuat10.tfm) = %{tl_version} -Provides: tex(xyeuat11.tfm) = %{tl_version} -Provides: tex(xyeuat12.tfm) = %{tl_version} -Provides: tex(xyeubt10.tfm) = %{tl_version} -Provides: tex(xyeubt11.tfm) = %{tl_version} -Provides: tex(xyeubt12.tfm) = %{tl_version} -Provides: tex(xyline10.tfm) = %{tl_version} -Provides: tex(xyluat10.tfm) = %{tl_version} -Provides: tex(xyluat11.tfm) = %{tl_version} -Provides: tex(xyluat12.tfm) = %{tl_version} -Provides: tex(xylubt10.tfm) = %{tl_version} -Provides: tex(xylubt11.tfm) = %{tl_version} -Provides: tex(xylubt12.tfm) = %{tl_version} -Provides: tex(xymisc10.tfm) = %{tl_version} -Provides: tex(xyqc10.tfm) = %{tl_version} -Provides: tex(xyatip10.pfb) = %{tl_version} -Provides: tex(xybsql10.pfb) = %{tl_version} -Provides: tex(xybtip10.pfb) = %{tl_version} -Provides: tex(xycirc10.pfb) = %{tl_version} -Provides: tex(xycmat10.pfb) = %{tl_version} -Provides: tex(xycmat11.pfb) = %{tl_version} -Provides: tex(xycmat12.pfb) = %{tl_version} -Provides: tex(xycmbt10.pfb) = %{tl_version} -Provides: tex(xycmbt11.pfb) = %{tl_version} -Provides: tex(xycmbt12.pfb) = %{tl_version} -Provides: tex(xydash10.pfb) = %{tl_version} -Provides: tex(xyeuat10.pfb) = %{tl_version} -Provides: tex(xyeuat11.pfb) = %{tl_version} -Provides: tex(xyeuat12.pfb) = %{tl_version} -Provides: tex(xyeubt10.pfb) = %{tl_version} -Provides: tex(xyeubt11.pfb) = %{tl_version} -Provides: tex(xyeubt12.pfb) = %{tl_version} -Provides: tex(xyluat10.pfb) = %{tl_version} -Provides: tex(xyluat11.pfb) = %{tl_version} -Provides: tex(xyluat12.pfb) = %{tl_version} -Provides: tex(xylubt10.pfb) = %{tl_version} -Provides: tex(xylubt11.pfb) = %{tl_version} -Provides: tex(xylubt12.pfb) = %{tl_version} -Provides: tex(movie.cls) = %{tl_version} -Provides: tex(xy.sty) = %{tl_version} -Provides: tex(xy.tex) = %{tl_version} -Provides: tex(xy16textures.tex) = %{tl_version} -Provides: tex(xy17oztex.tex) = %{tl_version} -Provides: tex(xy2cell.tex) = %{tl_version} -Provides: tex(xyall.tex) = %{tl_version} -Provides: tex(xyarc.tex) = %{tl_version} -Provides: tex(xyarrow.tex) = %{tl_version} -Provides: tex(xycmactex.tex) = %{tl_version} -Provides: tex(xycmtip.tex) = %{tl_version} -Provides: tex(xycolor.tex) = %{tl_version} -Provides: tex(xycrayon.tex) = %{tl_version} -Provides: tex(xycurve.tex) = %{tl_version} -Provides: tex(xydummy.tex) = %{tl_version} -Provides: tex(xydvidrv.tex) = %{tl_version} -Provides: tex(xydvips.tex) = %{tl_version} -Provides: tex(xydvitops.tex) = %{tl_version} -Provides: tex(xyemtex.tex) = %{tl_version} -Provides: tex(xyframe.tex) = %{tl_version} -Provides: tex(xygraph.tex) = %{tl_version} -Provides: tex(xyidioms.tex) = %{tl_version} -Provides: tex(xyimport.tex) = %{tl_version} -Provides: tex(xyknot.tex) = %{tl_version} -Provides: tex(xyline.tex) = %{tl_version} -Provides: tex(xymatrix.tex) = %{tl_version} -Provides: tex(xymovie.tex) = %{tl_version} -Provides: tex(xynecula.tex) = %{tl_version} -Provides: tex(xyoztex.tex) = %{tl_version} -Provides: tex(xypdf-co.tex) = %{tl_version} -Provides: tex(xypdf-cu.tex) = %{tl_version} -Provides: tex(xypdf-fr.tex) = %{tl_version} -Provides: tex(xypdf-li.tex) = %{tl_version} -Provides: tex(xypdf-ro.tex) = %{tl_version} -Provides: tex(xypdf.tex) = %{tl_version} -Provides: tex(xypic.sty) = %{tl_version} -Provides: tex(xypic.tex) = %{tl_version} -Provides: tex(xypicture.tex) = %{tl_version} -Provides: tex(xypoly.tex) = %{tl_version} -Provides: tex(xyps-c.tex) = %{tl_version} -Provides: tex(xyps-col.tex) = %{tl_version} -Provides: tex(xyps-f.tex) = %{tl_version} -Provides: tex(xyps-l.tex) = %{tl_version} -Provides: tex(xyps-pro.tex) = %{tl_version} -Provides: tex(xyps-ps.tex) = %{tl_version} -Provides: tex(xyps-r.tex) = %{tl_version} -Provides: tex(xyps-s.tex) = %{tl_version} -Provides: tex(xyps-t.tex) = %{tl_version} -Provides: tex(xyps.tex) = %{tl_version} -Provides: tex(xypsdict.tex) = %{tl_version} -Provides: tex(xypspatt.tex) = %{tl_version} -Provides: tex(xyrecat.tex) = %{tl_version} -Provides: tex(xyrotate.tex) = %{tl_version} -Provides: tex(xysmart.tex) = %{tl_version} -Provides: tex(xytextures.tex) = %{tl_version} -Provides: tex(xytile.tex) = %{tl_version} -Provides: tex(xytips.tex) = %{tl_version} -Provides: tex(xytp-f.tex) = %{tl_version} -Provides: tex(xytpic.tex) = %{tl_version} -Provides: tex(xyv2.tex) = %{tl_version} -Provides: tex(xyweb.tex) = %{tl_version} -Provides: tex(xyxdvi.tex) = %{tl_version} - -%description xypic -xypic package - -%post xypic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap xypic.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap xypic.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun xypic -if [ $1 == 0 ] ; then -sed -i '/^MixedMap xypic.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans xypic -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xypic-doc -Summary: Documentation for xypic -Version: svn26642.0 -Release: %{tl_noarch_release} -Provides: tex-xypic-doc -BuildArch: noarch -AutoReqProv: No - -%description xypic-doc -Documentation for xypic - -%package 2up -Provides: tex-2up = %{tl_version} -License: LPPL -Summary: 2up package -Version: svn18310.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(2up.sty) = %{tl_version} -Provides: tex(2up.tex) = %{tl_version} - -%description 2up -2up package - -%post 2up -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun 2up -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans 2up -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package 2up-doc -Summary: Documentation for 2up -Version: svn18310.0 -Release: %{tl_noarch_release} -Provides: tex-2up-doc -BuildArch: noarch -AutoReqProv: No - -%description 2up-doc -Documentation for 2up - -%package ESIEEcv -Provides: tex-ESIEEcv = %{tl_version} -License: LPPL -Summary: Curriculum vitae for French use -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tabularx.sty) -Provides: tex(ESIEEcv.sty) = %{tl_version} - -%description ESIEEcv -The package allows the user to set up a curriculum vitae as a -French employer will expect. - -date: 2009-04-30 00:32:08 +0200 - -%post ESIEEcv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ESIEEcv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ESIEEcv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ESIEEcv-doc -Summary: Documentation for ESIEEcv -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ESIEEcv-doc -BuildArch: noarch -AutoReqProv: No - -%description ESIEEcv-doc -Documentation for ESIEEcv - -%package GS1 -Provides: tex-GS1 = %{tl_version} -License: LPPL 1.3 -Summary: Typeset EAN barcodes using TeX rules, only -Version: svn27540.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(GS1.sty) = %{tl_version} -Provides: tex(rule-D.sty) = %{tl_version} - -%description GS1 -The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, using -the facilities of the rule-D package. - -date: 2012-08-22 13:03:09 +0200 - -%post GS1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun GS1 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans GS1 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package GS1-doc -Summary: Documentation for GS1 -Version: svn27540.9 -Release: %{tl_noarch_release} -Provides: tex-GS1-doc -BuildArch: noarch -AutoReqProv: No - -%description GS1-doc -Documentation for GS1 - -%package HA-prosper -Provides: tex-HA-prosper = %{tl_version} -License: LPPL -Summary: Patches and improvements for prosper -Version: svn15878.4.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xcomment.sty) -Requires: tex(verbatim.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pifont.sty) -Requires: tex(amssymb.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpazo.sty) -Requires: tex(semhelv.sty) -Requires: tex(multido.sty) -Requires: tex(pst-slpe.sty) -Provides: tex(HA-prosper.cfg) = %{tl_version} -Provides: tex(HA-prosper.sty) = %{tl_version} -Provides: tex(HAPAggie.sty) = %{tl_version} -Provides: tex(HAPcapsules.sty) = %{tl_version} -Provides: tex(HAPciment.sty) = %{tl_version} -Provides: tex(HAPFyma.sty) = %{tl_version} -Provides: tex(HAPHA.sty) = %{tl_version} -Provides: tex(HAPLakar.sty) = %{tl_version} -Provides: tex(HAPsimple.sty) = %{tl_version} -Provides: tex(HAPTCS.sty) = %{tl_version} -Provides: tex(HAPTCSTealBlue.sty) = %{tl_version} -Provides: tex(HAPTCSgrad.sty) = %{tl_version} -Provides: tex(HAPTycja.sty) = %{tl_version} - -%description HA-prosper -HA-prosper is a patch for prosper that adds new functionality -to prosper based presentations. Among the new features you will -find automatic generation of a table of contents on each slide, -support for notes and portrait slides. The available styles -demonstrate how to expand the functionality of prosper even -further. - -date: 2006-12-03 19:48:14 +0100 - -%post HA-prosper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun HA-prosper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans HA-prosper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package HA-prosper-doc -Summary: Documentation for HA-prosper -Version: svn15878.4.21 -Release: %{tl_noarch_release} -Provides: tex-HA-prosper-doc -BuildArch: noarch -AutoReqProv: No - -%description HA-prosper-doc -Documentation for HA-prosper - -%package Tabbing -Provides: tex-Tabbing = %{tl_version} -License: LPPL -Summary: Tabbing with accented letters -Version: svn17022.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Tabbing.sty) = %{tl_version} - -%description Tabbing -By default, some of the tabbing environment's commands clash -with default accent commands; LaTeX provides the odd commands -\a', etc., to deal with the clash. The package offers a variant -of the tabbing environment which does not create this -difficulty, so that users need not learn two sets of accent -commands. - -date: 2010-02-14 11:55:47 +0100 - -%post Tabbing -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun Tabbing -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans Tabbing -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package Tabbing-doc -Summary: Documentation for Tabbing -Version: svn17022.0 -Release: %{tl_noarch_release} -Provides: tex-Tabbing-doc -BuildArch: noarch -AutoReqProv: No - -%description Tabbing-doc -Documentation for Tabbing - -%package changebar -Provides: tex-changebar = %{tl_version} -License: LPPL -Summary: Generate changebars in LaTeX documents -Version: svn29349.3.5c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(changebar.sty) = %{tl_version} - -%description changebar -Identify areas of text to be marked with changebars with the -\cbstart and \cbend commands; the bars may be coloured. The -package uses 'drivers' to place the bars; the available drivers -can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures -DVI drivers, and VTeX and PDFTeX. - -date: 2011-09-30 20:51:09 +0200 - -%post changebar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun changebar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans changebar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package changebar-doc -Summary: Documentation for changebar -Version: svn29349.3.5c -Release: %{tl_noarch_release} -Provides: tex-changebar-doc -BuildArch: noarch -AutoReqProv: No - -%description changebar-doc -Documentation for changebar - -%package changelayout -Provides: tex-changelayout = %{tl_version} -License: LPPL -Summary: Change the layout of individual pages and their text -Version: svn16094.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etextools.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ltxnew.sty) -Requires: tex(xcolor.sty) -Provides: tex(changelayout.sty) = %{tl_version} - -%description changelayout -The package is an extension of the changepage package to permit -the user to change the layout of individual pages and their -texts. - -date: 2009-11-09 14:16:05 +0100 - -%post changelayout -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun changelayout -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans changelayout -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package changelayout-doc -Summary: Documentation for changelayout -Version: svn16094.1.0 -Release: %{tl_noarch_release} -Provides: tex-changelayout-doc -BuildArch: noarch -AutoReqProv: No - -%description changelayout-doc -Documentation for changelayout - -%package changes -Provides: tex-changes = %{tl_version} -License: LPPL 1.3 -Summary: Manual change markup -Version: svn26165.1.0.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(pdfcolmk.sty) -Requires: tex(ulem.sty) -Provides: tex(changes.sty) = %{tl_version} - -%description changes -The package allows the user to manually markup changes of text, -such as additions, deletions, or replacements. Changed text is -shown in a different colour; deleted text is crossed out. The -package allows definition of additional authors and their -associated colour. It also allows you to define a markup for -authors or annotations. A bash script is provided for removing -the changes. - -date: 2012-04-26 11:05:40 +0200 - -%post changes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun changes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans changes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package changes-doc -Summary: Documentation for changes -Version: svn26165.1.0.0 -Release: %{tl_noarch_release} -Provides: tex-changes-doc -BuildArch: noarch -AutoReqProv: No - -%description changes-doc -Documentation for changes - -%package chappg -Provides: tex-chappg = %{tl_version} -License: LPPL -Summary: Page numbering by chapter -Version: svn15878.2.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chappg.sty) = %{tl_version} - -%description chappg -The package provides for 'chapterno-pageno' or 'chaptername- -pageno' page numbering. Provision is made for front- and -backmatter in book class. - -date: 2009-05-30 13:37:26 +0200 - -%post chappg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chappg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chappg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chappg-doc -Summary: Documentation for chappg -Version: svn15878.2.1b -Release: %{tl_noarch_release} -Provides: tex-chappg-doc -BuildArch: noarch -AutoReqProv: No - -%description chappg-doc -Documentation for chappg - -%package chapterfolder -Provides: tex-chapterfolder = %{tl_version} -License: LPPL -Summary: Package for working with complicated folder structures -Version: svn15878.2.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(chapterfolder.sty) = %{tl_version} - -%description chapterfolder -This package simplifies working with folder structures that -match the chapter/section/subsection structure. It provides -macros to define a folder that contains the file for a -chapter/section/subsection, and provides macros that allow -inclusion without using the full path, rather the path relative -to the current folder of the chapter/section/subsection. It -makes easy changing the name of a folder, for example. - -date: 2008-02-29 20:00:41 +0100 - -%post chapterfolder -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chapterfolder -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chapterfolder -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chapterfolder-doc -Summary: Documentation for chapterfolder -Version: svn15878.2.0.1 -Release: %{tl_noarch_release} -Provides: tex-chapterfolder-doc -BuildArch: noarch -AutoReqProv: No - -%description chapterfolder-doc -Documentation for chapterfolder - -%package chet -Provides: tex-chet = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX layout inspired by harvmac -Version: svn28606.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(chet.sty) = %{tl_version} - -%description chet -The package is designed to streamline the work of typesetting, -and to provide the look and feel of harvmac for readers. - -date: 2012-12-09 16:35:11 +0100 - -%post chet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chet-doc -Summary: Documentation for chet -Version: svn28606.1.5 -Release: %{tl_noarch_release} -Provides: tex-chet-doc -BuildArch: noarch -AutoReqProv: No - -%description chet-doc -Documentation for chet - -%package chextras -Provides: tex-chextras = %{tl_version} -License: LPPL 1.3 -Summary: A companion package for the Swiss typesetter -Version: svn27118.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(luainputenc.sty) -Requires: tex(xunicode.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(babel.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(makecmds.sty) -Requires: tex(hyperref.sty) -Provides: tex(chextras.sty) = %{tl_version} -Provides: tex(eu1lmros.fd) = %{tl_version} -Provides: tex(eu1lmssos.fd) = %{tl_version} -Provides: tex(eu1lmttos.fd) = %{tl_version} -Provides: tex(eu1lmvttos.fd) = %{tl_version} -Provides: tex(t1lmros.fd) = %{tl_version} -Provides: tex(t1lmssos.fd) = %{tl_version} -Provides: tex(t1lmttos.fd) = %{tl_version} -Provides: tex(t1lmvttos.fd) = %{tl_version} - -%description chextras -The package simplifies the preparation of Swiss documents and -letters by setting up linguistic and common packages. While it -is a useful addition to the chletter document class, it is not -tied to it and may be used as a general purpose package. - -date: 2012-07-20 19:39:58 +0200 - -%post chextras -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chextras -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chextras -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chextras-doc -Summary: Documentation for chextras -Version: svn27118.1.01 -Release: %{tl_noarch_release} -Provides: tex-chextras-doc -BuildArch: noarch -AutoReqProv: No - -%description chextras-doc -Documentation for chextras - -%package chkfloat -Provides: tex-chkfloat = %{tl_version} -License: LPPL 1.3 -Summary: Warn whenever a float is placed "to far away" -Version: svn27473.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(chkfloat.sty) = %{tl_version} - -%description chkfloat -The package checks for floats that are placed too far from -their origin. It was motivated by a question on the question -and answer page. - -date: 2012-08-20 08:30:38 +0200 - -%post chkfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chkfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chkfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chkfloat-doc -Summary: Documentation for chkfloat -Version: svn27473.0.1 -Release: %{tl_noarch_release} -Provides: tex-chkfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description chkfloat-doc -Documentation for chkfloat - -%package chletter -Provides: tex-chletter = %{tl_version} -License: LPPL -Summary: Class for typesetting letters to Swiss rules -Version: svn20060.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chletter.cls) = %{tl_version} - -%description chletter -The class enables composition of letters fitting into Swiss C5 -& C6/5 windowed envelopes. No assumption is made about the -language used. The class is based on the standard LaTeX classes -and is compatible with the LaTeX letter class. It is not -limited to letters and may be used as a generic document class; -it is used with the chextras package. - -date: 2010-10-11 07:24:02 +0200 - -%post chletter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chletter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chletter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chletter-doc -Summary: Documentation for chletter -Version: svn20060.2.0 -Release: %{tl_noarch_release} -Provides: tex-chletter-doc -BuildArch: noarch -AutoReqProv: No - -%description chletter-doc -Documentation for chletter - -%package chngcntr -Provides: tex-chngcntr = %{tl_version} -License: LPPL -Summary: Change the resetting of counters -Version: svn17157.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chngcntr.sty) = %{tl_version} - -%description chngcntr -Defines commands \counterwithin (which sets up a counter to be -reset when another is incremented) and \counterwithout (which -unsets such a relationship). - -date: 2010-03-09 12:54:42 +0100 - -%post chngcntr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chngcntr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chngcntr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chngcntr-doc -Summary: Documentation for chngcntr -Version: svn17157.1.0a -Release: %{tl_noarch_release} -Provides: tex-chngcntr-doc -BuildArch: noarch -AutoReqProv: No - -%description chngcntr-doc -Documentation for chngcntr - -%package chronology -Provides: tex-chronology = %{tl_version} -License: LPPL 1.3 -Summary: Provides a horizontal timeline -Version: svn29682.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(chronology.sty) = %{tl_version} - -%description chronology -A timeline package that allows labelling of events with per-day -granularity. Other features include relative positioning with -unit specification, adjustable tick mark step size, and scaling -to specified width. - -date: 2013-04-05 17:50:33 +0200 - -%post chronology -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chronology -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chronology -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chronology-doc -Summary: Documentation for chronology -Version: svn29682.1.1 -Release: %{tl_noarch_release} -Provides: tex-chronology-doc -BuildArch: noarch -AutoReqProv: No - -%description chronology-doc -Documentation for chronology - -%package colordoc -Provides: tex-colordoc = %{tl_version} -License: LPPL -Summary: Coloured syntax highlights in documentation -Version: svn18270.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(fixltx2e.sty) -Provides: tex(colordoc.sty) = %{tl_version} - -%description colordoc -The package is used in documentation files (that use the doc -package); with it the code listings will highlight (for -example) pairs of curly braces with matching colors. Other -delimiters like \if ... \fi, are highlighted, as are the names -of new commands. All this makes code a little more readable, -and helps during process of writing. Three options are -provided, including a non-color option designed for printing -(which numbers delimiters and underlines new commands). - -date: 2010-06-06 13:50:32 +0200 - -%post colordoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colordoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colordoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colordoc-doc -Summary: Documentation for colordoc -Version: svn18270.0 -Release: %{tl_noarch_release} -Provides: tex-colordoc-doc -BuildArch: noarch -AutoReqProv: No - -%description colordoc-doc -Documentation for colordoc - -%package colorinfo -Provides: tex-colorinfo = %{tl_version} -License: LPPL -Summary: Retrieve colour model and values for defined colours -Version: svn15878.0.3c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(colorinfo.sty) = %{tl_version} - -%description colorinfo -colorinfo package - -date: 2007-02-03 12:09:11 +0100 - -%post colorinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colorinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colorinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colorinfo-doc -Summary: Documentation for colorinfo -Version: svn15878.0.3c -Release: %{tl_noarch_release} -Provides: tex-colorinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description colorinfo-doc -Documentation for colorinfo - -%package colortab -Provides: tex-colortab = %{tl_version} -License: LPPL -Summary: Shade cells of tables and halign -Version: svn22155.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(fancybox.sty) -Provides: tex(colortab.sty) = %{tl_version} -Provides: tex(colortab.tex) = %{tl_version} - -%description colortab -Lets you shade or colour the cells in the alignment -environments such as \halign and LaTeX's tabular and array -environments. The colortbl or package is to be preferred today -with LaTeX (it assures compatibility with the longtable -package, which is no longer true with colortab); another modern -option is the table-colouring option of the xcolor. However, -colortab remains an adequate solution for use with Plain TeX. - -date: 2010-09-08 11:26:01 +0200 - -%post colortab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colortab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colortab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colortab-doc -Summary: Documentation for colortab -Version: svn22155.1.0 -Release: %{tl_noarch_release} -Provides: tex-colortab-doc -BuildArch: noarch -AutoReqProv: No - -%description colortab-doc -Documentation for colortab - -%package colorwav -Provides: tex-colorwav = %{tl_version} -License: LGPLv2+ -Summary: Colours by wavelength of visible light -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fp.sty) -Provides: tex(colorwav.sty) = %{tl_version} - -%description colorwav -The package allows the user to obtain an RGB value (suitable -for use in the color package) from a wavelength of light. The -default unit is nanometres, but other units may be used. Note -that this function is also available within the xcolor. - -date: 2008-08-18 10:38:42 +0200 - -%post colorwav -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colorwav -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colorwav -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colorwav-doc -Summary: Documentation for colorwav -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-colorwav-doc -BuildArch: noarch -AutoReqProv: No - -%description colorwav-doc -Documentation for colorwav - -%package colourchange -Provides: tex-colourchange = %{tl_version} -License: GPLv3+ -Summary: colourchange -Version: svn21741.1.22 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(calc.sty) -Provides: tex(colourchange.sty) = %{tl_version} - -%description colourchange -The package allows you to change the colour of the structural -elements (inner theme and outer theme) of your beamer -presentation during the presentation. There is a manual option -but there is also the option to have your structure colour -change from one colour to another as a function of how far -through the presentation you are. - -date: 2011-03-16 12:04:55 +0100 - -%post colourchange -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun colourchange -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans colourchange -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package colourchange-doc -Summary: Documentation for colourchange -Version: svn21741.1.22 -Release: %{tl_noarch_release} -Provides: tex-colourchange-doc -BuildArch: noarch -AutoReqProv: No - -%description colourchange-doc -Documentation for colourchange - -%package combelow -Provides: tex-combelow = %{tl_version} -License: LPPL 1.3 -Summary: Typeset "comma-below" letters, as in Romanian -Version: svn18462.0.99f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(combelow.sty) = %{tl_version} - -%description combelow -The package defines a command \cb that positions a comma below -a letter, as required (for example) in Romanian typesetting. -The command is robust, but interferes with hyphenation. - -date: 2010-05-24 13:39:10 +0200 - -%post combelow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun combelow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans combelow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package combelow-doc -Summary: Documentation for combelow -Version: svn18462.0.99f -Release: %{tl_noarch_release} -Provides: tex-combelow-doc -BuildArch: noarch -AutoReqProv: No - -%description combelow-doc -Documentation for combelow - -%package combine -Provides: tex-combine = %{tl_version} -License: LPPL 1.3 -Summary: Bundle individual documents into a single document -Version: svn19361.0.7a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cite.sty) -Requires: tex(keyval.sty) -Requires: tex(natbib.sty) -Provides: tex(combcite.sty) = %{tl_version} -Provides: tex(combine.cls) = %{tl_version} -Provides: tex(combinet.sty) = %{tl_version} -Provides: tex(combnat.sty) = %{tl_version} - -%description combine -The combine class lets you bundle individual documents into a -single document, such as when preparing a conference -proceedings. The auxiliary combinet package puts the titles and -authors from \maketitle commands into the main document's Table -of Contents. The package cooperates with the abstract and -titling packages. - -date: 2010-07-10 16:18:55 +0200 - -%post combine -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun combine -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans combine -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package combine-doc -Summary: Documentation for combine -Version: svn19361.0.7a -Release: %{tl_noarch_release} -Provides: tex-combine-doc -BuildArch: noarch -AutoReqProv: No - -%description combine-doc -Documentation for combine - -%package comma -Provides: tex-comma = %{tl_version} -License: LPPL -Summary: Formats a number by inserting commas -Version: svn18259.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(comma.sty) = %{tl_version} - -%description comma -A flexible package that allows commas (or anything else) to be -inserted every three digits in a number, as in 1,234. - -date: 2010-05-23 19:54:42 +0200 - -%post comma -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun comma -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans comma -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package comma-doc -Summary: Documentation for comma -Version: svn18259.1.2 -Release: %{tl_noarch_release} -Provides: tex-comma-doc -BuildArch: noarch -AutoReqProv: No - -%description comma-doc -Documentation for comma - -%package commado -Provides: tex-commado = %{tl_version} -License: LPPL 1.3 -Summary: Expandable iteration on comma-separated and filename lists -Version: svn28419.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(commado.sty) = %{tl_version} -Provides: tex(filesdo.sty) = %{tl_version} - -%description commado -The bundle provides two packages: commado and filesdo. The -package commado provides the command \DoWithCSL: -\DoWithCSL{cmd}{list} applies an existing one-parameter macro -cmd to each item in a list list in which terms are separated by -commas. The package filesdo provides the command -\DoWithBasesExts: \DoWithBasesExts{cmd}{bases}{exts} which runs -the single parameter command cmd on each file whose base and -extension are respectively from the comma-separated lists bases -and exts. These 'loop'-like commands are (themselves) entirely -expandable. The packages rely on packages plainpkg, and -stacklet - -date: 2012-12-02 13:05:20 +0100 - -%post commado -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun commado -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans commado -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package commado-doc -Summary: Documentation for commado -Version: svn28419.0.11 -Release: %{tl_noarch_release} -Provides: tex-commado-doc -BuildArch: noarch -AutoReqProv: No - -%description commado-doc -Documentation for commado - -%package comment -Provides: tex-comment = %{tl_version} -License: GPL+ -Summary: Selectively include/excludes portions of text -Version: svn17155.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(comment.sty) = %{tl_version} - -%description comment -Selectively include/exclude pieces of text, allowing the user -to define new, separately controlled, comment versions. All -text between \comment ... \endcomment or \begin{comment} ... -\end{comment} is discarded. The opening and closing commands -should appear on a line of their own. No starting spaces, -nothing after it. This environment should work with arbitrary -amounts of comment, and the comment can be arbitrary text. -Other 'comment' environments are defined and -selected/deselected with \includecomment{versiona} and -\excludecoment{versionb} These environments are used as -\versiona ... \endversiona or \begin{versiona} ... -\end{versiona} with the opening and closing commands again on a -line of their own. - -date: 2010-02-22 20:33:14 +0100 - -%post comment -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun comment -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans comment -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package comment-doc -Summary: Documentation for comment -Version: svn17155.3.6 -Release: %{tl_noarch_release} -Provides: tex-comment-doc -BuildArch: noarch -AutoReqProv: No - -%description comment-doc -Documentation for comment - -%package concepts -Provides: tex-concepts = %{tl_version} -License: LPPL -Summary: Keeping track of formal 'concepts' for a particular field -Version: svn29020.0.0.5_r1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etextools.sty) -Requires: tex(nth.sty) -Requires: tex(xspace.sty) -Requires: tex(xparse.sty) -Requires: tex(ltxkeys.sty) -Requires: tex(xstring.sty) -Provides: tex(concepts.sty) = %{tl_version} - -%description concepts -The package helps to keep track of formal 'concepts' for a -specific field or document. This is particularly useful for -scientific papers (for example, in physics, mathematics or -computer science), which may introduce several concepts (with -their own symbols). The package's commands allow the user to -define a concept (typically, near its first use), and will -ensure consistent use throughout the document. The package -depends on several other packages; while these are fairly -common packages, the user should check the package's README -file for the complete list. - -date: 2012-12-31 10:20:52 +0100 - -%post concepts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun concepts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans concepts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package concepts-doc -Summary: Documentation for concepts -Version: svn29020.0.0.5_r1 -Release: %{tl_noarch_release} -Provides: tex-concepts-doc -BuildArch: noarch -AutoReqProv: No - -%description concepts-doc -Documentation for concepts - -%package concprog -Provides: tex-concprog = %{tl_version} -License: GPL+ -Summary: Concert programmes -Version: svn18791.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ConcProg.cls) = %{tl_version} - -%description concprog -A class which provides the necessary macros to prepare a -(classical) concert programme; a sample is provided. - -date: 2007-01-01 11:39:06 +0100 - -%post concprog -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun concprog -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans concprog -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package concprog-doc -Summary: Documentation for concprog -Version: svn18791.0 -Release: %{tl_noarch_release} -Provides: tex-concprog-doc -BuildArch: noarch -AutoReqProv: No - -%description concprog-doc -Documentation for concprog - -%package constants -Provides: tex-constants = %{tl_version} -License: LPPL -Summary: Automatic numbering of constants -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(constants.sty) = %{tl_version} - -%description constants -The package provides a way to number constants in a -mathematical proof automatically, with a system for -labelling/referencing. In addition, several families of -constants (with different symbols) may be defined. - -date: 2008-08-18 10:38:42 +0200 - -%post constants -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun constants -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans constants -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package constants-doc -Summary: Documentation for constants -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-constants-doc -BuildArch: noarch -AutoReqProv: No - -%description constants-doc -Documentation for constants - -%package contour -Provides: tex-contour = %{tl_version} -License: LPPL -Summary: Print a coloured contour around text -Version: svn18950.2.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(trig.sty) -Provides: tex(contour.cfg) = %{tl_version} -Provides: tex(contour.sty) = %{tl_version} - -%description contour -This package generates a coloured contour around a given text -in order to enable printing text over a background without the -need of a coloured box around the text. - -date: 2006-12-09 15:50:57 +0100 - -%post contour -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun contour -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans contour -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package contour-doc -Summary: Documentation for contour -Version: svn18950.2.14 -Release: %{tl_noarch_release} -Provides: tex-contour-doc -BuildArch: noarch -AutoReqProv: No - -%description contour-doc -Documentation for contour - -%package contracard -Provides: tex-contracard = %{tl_version} -License: LPPL 1.3 -Summary: Generate calling cards for dances -Version: svn29253.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(titlesec.sty) -Provides: tex(contracard.cls) = %{tl_version} - -%description contracard -The class may be used to create calling cards for traditional -country dances, such as contra and square dances. - -date: 2013-03-01 16:58:29 +0100 - -%post contracard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun contracard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans contracard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package contracard-doc -Summary: Documentation for contracard -Version: svn29253.0.4 -Release: %{tl_noarch_release} -Provides: tex-contracard-doc -BuildArch: noarch -AutoReqProv: No - -%description contracard-doc -Documentation for contracard - -%package cooking -Provides: tex-cooking = %{tl_version} -License: GPL+ -Summary: Typeset recipes -Version: svn15878.0.9b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cooking.sty) = %{tl_version} - -%description cooking -The package typesets recipes according to the style used in a -well-respected German cookery book. - -date: 2006-12-09 15:50:57 +0100 - -%post cooking -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cooking -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cooking -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cooking-doc -Summary: Documentation for cooking -Version: svn15878.0.9b -Release: %{tl_noarch_release} -Provides: tex-cooking-doc -BuildArch: noarch -AutoReqProv: No - -%description cooking-doc -Documentation for cooking - -%package cool -Provides: tex-cool = %{tl_version} -License: LGPLv2+ -Summary: COntent-Oriented LaTeX -Version: svn15878.1.35 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(coollist.sty) -Requires: tex(coolstr.sty) -Requires: tex(forloop.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bbm.sty) -Provides: tex(cool.sty) = %{tl_version} - -%description cool -The package gives LaTeX the power to retain mathematical -meaning of its expressions in addition to the typsetting -instructions; essentially separating style from the content of -the math. One advantage of keeping mathematical meaning is that -conversion of LaTeX documents to other executable formats (such -as Content MathML or Mathematica code) is greatly simplified. -The package requires the coolstr, coollist and forloop -packages. - -date: 2007-03-05 15:26:58 +0100 - -%post cool -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cool -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cool -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cool-doc -Summary: Documentation for cool -Version: svn15878.1.35 -Release: %{tl_noarch_release} -Provides: tex-cool-doc -BuildArch: noarch -AutoReqProv: No - -%description cool-doc -Documentation for cool - -%package coollist -Provides: tex-coollist = %{tl_version} -License: LGPLv2+ -Summary: Manipulate COntent Oriented LaTeX Lists -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(coolstr.sty) -Requires: tex(forloop.sty) -Provides: tex(coollist.sty) = %{tl_version} - -%description coollist -Lists are defined as a sequence of tokens separated by a comma. -The coollist package allows the user to access certain elements -of the list while neglecting others--essentially turning lists -into a sort of array. Lists elements are accessed by specifying -the position of the object within the list (the index of the -item). - -date: 2009-09-20 17:23:54 +0200 - -%post coollist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coollist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coollist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coollist-doc -Summary: Documentation for coollist -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-coollist-doc -BuildArch: noarch -AutoReqProv: No - -%description coollist-doc -Documentation for coollist - -%package coolstr -Provides: tex-coolstr = %{tl_version} -License: LGPLv2+ -Summary: String manipulation in LaTeX -Version: svn15878.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(coolstr.sty) = %{tl_version} - -%description coolstr -Coolstr is a subpackage of the cool bundle that deals with the -manipulation of strings. A string is defined as a sequence of -characters (not tokens). The package provides the ability to -access a specific character of a string, as well as determine -if the string contains numeric or integer data. - -date: 2009-09-09 20:34:25 +0200 - -%post coolstr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coolstr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coolstr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coolstr-doc -Summary: Documentation for coolstr -Version: svn15878.2.2 -Release: %{tl_noarch_release} -Provides: tex-coolstr-doc -BuildArch: noarch -AutoReqProv: No - -%description coolstr-doc -Documentation for coolstr - -%package coolthms -Provides: tex-coolthms = %{tl_version} -License: LPPL -Summary: Reference items in a theorem environment -Version: svn29062.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(hyperref.sty) -Requires: tex(etoolbox.sty) -Requires: tex(scrbase.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(ifthen.sty) -Requires: tex(xargs.sty) -Requires: tex(kvoptions.sty) -Requires: tex(ntheorem.sty) -Requires: tex(cleveref.sty) -Provides: tex(coolthms.sty) = %{tl_version} - -%description coolthms -The package provides the means to directly reference items of -lists nested in theorem-like environments (e.g., as 'Theorem 1 -a'). The package extends the ntheorem and cleveref packages. -The package also provides other theorem markup commands. - -date: 2013-02-04 23:34:24 +0100 - -%post coolthms -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coolthms -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coolthms -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coolthms-doc -Summary: Documentation for coolthms -Version: svn29062.1.2 -Release: %{tl_noarch_release} -Provides: tex-coolthms-doc -BuildArch: noarch -AutoReqProv: No - -%description coolthms-doc -Documentation for coolthms - -%package cooltooltips -Provides: tex-cooltooltips = %{tl_version} -License: LPPL -Summary: Associate a pop-up window and tooltip with PDF hyperlinks -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Provides: tex(cooltooltips.sty) = %{tl_version} - -%description cooltooltips -The cooltooltips package enables a document to contain -hyperlinks that pop up a brief tooltip when the mouse moves -over them and also open a small window containing additional -text. cooltooltips provides the mechanism used by the Visual -LaTeX FAQ to indicate the question that each hyperlink answers. - -date: 2007-03-05 15:26:58 +0100 - -%post cooltooltips -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cooltooltips -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cooltooltips -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cooltooltips-doc -Summary: Documentation for cooltooltips -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-cooltooltips-doc -BuildArch: noarch -AutoReqProv: No - -%description cooltooltips-doc -Documentation for cooltooltips - -%package coordsys -Provides: tex-coordsys = %{tl_version} -License: LPPL -Summary: Draw cartesian coordinate systems -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(coordsys.sty) = %{tl_version} -Provides: tex(logsys.sty) = %{tl_version} - -%description coordsys -The package provides commands for typesetting number lines -(coordinate axes), coordinate systems and grids in the picture -environment. The package may be integrated with other drawing -mechanisms: the documentation shows examples of drawing graphs -(coordinate tables created by Maple), using the eepic package's -drawing capabilities. - -date: 2007-02-20 10:49:06 +0100 - -%post coordsys -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coordsys -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coordsys -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coordsys-doc -Summary: Documentation for coordsys -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-coordsys-doc -BuildArch: noarch -AutoReqProv: No - -%description coordsys-doc -Documentation for coordsys - -%package copyrightbox -Provides: tex-copyrightbox = %{tl_version} -License: LPPL -Summary: Provide copyright notices for images in a document -Version: svn24829.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(copyrightbox.sty) = %{tl_version} - -%description copyrightbox -The package command \copyrightbox[]{}{}, which places the text as a copyright notice -relating to the matter created by the image command. - -date: 2011-12-11 19:15:48 +0100 - -%post copyrightbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun copyrightbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans copyrightbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package copyrightbox-doc -Summary: Documentation for copyrightbox -Version: svn24829.0.1 -Release: %{tl_noarch_release} -Provides: tex-copyrightbox-doc -BuildArch: noarch -AutoReqProv: No - -%description copyrightbox-doc -Documentation for copyrightbox - -%package coseoul -Provides: tex-coseoul = %{tl_version} -License: LPPL 1.3 -Summary: Context sensitive outline elements -Version: svn23862.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(coseoul.sty) = %{tl_version} - -%description coseoul -The package provides "relative" commands that may be used in -place of \chapter, \section, etc. The documentation shows a -number of document-management scenarios in which such commands -are valuable. - -date: 2011-09-06 16:13:05 +0200 - -%post coseoul -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coseoul -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coseoul -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coseoul-doc -Summary: Documentation for coseoul -Version: svn23862.1.1 -Release: %{tl_noarch_release} -Provides: tex-coseoul-doc -BuildArch: noarch -AutoReqProv: No - -%description coseoul-doc -Documentation for coseoul - -%package counttexruns -Provides: tex-counttexruns = %{tl_version} -License: LPPL 1.3 -Summary: Count compilations of a document -Version: svn27576.1.00a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(counttexruns.sty) = %{tl_version} - -%description counttexruns -The package counts how often a LaTeX document is compiled, -keeping the data in an external file. To print the count, can -use the macro \thecounttexruns. - -date: 2012-08-31 19:14:38 +0200 - -%post counttexruns -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun counttexruns -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans counttexruns -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package counttexruns-doc -Summary: Documentation for counttexruns -Version: svn27576.1.00a -Release: %{tl_noarch_release} -Provides: tex-counttexruns-doc -BuildArch: noarch -AutoReqProv: No - -%description counttexruns-doc -Documentation for counttexruns - -%package courseoutline -Provides: tex-courseoutline = %{tl_version} -License: Copyright only -Summary: Prepare university course outlines -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(courseoutline.cls) = %{tl_version} - -%description courseoutline -Courseoutline is a class designed to minimise markup in a -tedious task that needs to be repeated often. - -date: 2008-09-18 22:52:44 +0200 - -%post courseoutline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun courseoutline -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans courseoutline -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package courseoutline-doc -Summary: Documentation for courseoutline -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-courseoutline-doc -BuildArch: noarch -AutoReqProv: No - -%description courseoutline-doc -Documentation for courseoutline - -%package coursepaper -Provides: tex-coursepaper = %{tl_version} -License: Copyright only -Summary: Prepare university course papers -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(coursepaper.cls) = %{tl_version} - -%description coursepaper -Coursepaper is a class with which students can provide simple -course papers, in a uniform design to ease the task of marking. - -date: 2008-09-18 22:52:44 +0200 - -%post coursepaper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coursepaper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coursepaper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coursepaper-doc -Summary: Documentation for coursepaper -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-coursepaper-doc -BuildArch: noarch -AutoReqProv: No - -%description coursepaper-doc -Documentation for coursepaper - -%package coverpage -Provides: tex-coverpage = %{tl_version} -License: LPPL -Summary: Automatic cover page creation for scientific papers (with BibTeX data and copyright notice) -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(url.sty) -Requires: tex(verbatim.sty) -Provides: tex(CoverPage.cfg) = %{tl_version} -Provides: tex(CoverPage.sty) = %{tl_version} - -%description coverpage -The package CoverPage was created to supplement scientific -papers with a cover page containing bibliographical -information, a copyright notice, and/or some logos of the -author's institution. The cover page is created (almost) -automatically; this is done by parsing BibTeX information -corresponding to the main document and reading a configuration -file in which the author can set information like the -affiliation he or she is associated with. The cover page -consists of header, body and footer; all three are macros which -can be redefined using \renewcommand, thus allowing easy -customization of the package. Additionally, it should be -stressed that the cover page layout is totally independent of -the main document and its page layout. This package requires -four other packages (keyval, url, textcomp, and verbatim), but -all of them are standard packages and should be part of every -LaTeX installation. - -date: 2007-03-05 15:26:58 +0100 - -%post coverpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun coverpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans coverpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package coverpage-doc -Summary: Documentation for coverpage -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-coverpage-doc -BuildArch: noarch -AutoReqProv: No - -%description coverpage-doc -Documentation for coverpage - -%package cprotect -Provides: tex-cprotect = %{tl_version} -License: LPPL 1.3 -Summary: Allow verbatim, etc., in macro arguments -Version: svn21209.1.0e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(suffix.sty) -Provides: tex(cprotect.sty) = %{tl_version} - -%description cprotect -The package defines the macro \cprotect that makes a following -macro proof against verbatim in its argument; as, for example, -\cprotect\section{\verb"foo"} A similar macro \cprotEnv -(applied to the \begin of an environment) sanitises the -behavior of fragile environments. Moving arguments, and -corresponding "tables of ..." work happily. - -date: 2011-01-27 23:21:47 +0100 - -%post cprotect -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cprotect -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cprotect -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cprotect-doc -Summary: Documentation for cprotect -Version: svn21209.1.0e -Release: %{tl_noarch_release} -Provides: tex-cprotect-doc -BuildArch: noarch -AutoReqProv: No - -%description cprotect-doc -Documentation for cprotect - -%package crbox -Provides: tex-crbox = %{tl_version} -License: LPPL -Summary: Boxes with crossed corners -Version: svn29701.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(biditools.sty) -Provides: tex(crbox.sty) = %{tl_version} - -%description crbox -The package implements a \crbox command which produces boxes -with crossing lines at the corners. - -date: 2013-04-04 12:47:47 +0200 - -%post crbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun crbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans crbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package crbox-doc -Summary: Documentation for crbox -Version: svn29701.0.1 -Release: %{tl_noarch_release} -Provides: tex-crbox-doc -BuildArch: noarch -AutoReqProv: No - -%description crbox-doc -Documentation for crbox - -%package crossreference -Provides: tex-crossreference = %{tl_version} -License: LPPL -Summary: Crossreferences within documents -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(crossreference.sty) = %{tl_version} - -%description crossreference -The package defines cross-references (essentially 'grand' label -references), which may be listed in a table of cross- -references. - -date: 2007-01-01 17:45:33 +0100 - -%post crossreference -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun crossreference -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans crossreference -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package crossreference-doc -Summary: Documentation for crossreference -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-crossreference-doc -BuildArch: noarch -AutoReqProv: No - -%description crossreference-doc -Documentation for crossreference - -%package csquotes -Provides: tex-csquotes = %{tl_version} -License: LPPL -Summary: Context sensitive quotation facilities -Version: svn24393.5.1d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(keyval.sty) -Provides: tex(csq-compat.def) = %{tl_version} -Provides: tex(csquotes.cfg) = %{tl_version} -Provides: tex(csquotes.def) = %{tl_version} -Provides: tex(csquotes.sty) = %{tl_version} - -%description csquotes -This package provides advanced facilities for inline and -display quotations. It is designed for a wide range of tasks -ranging from the most simple applications to the more complex -demands of formal quotations. The facilities include commands, -environments, and user-definable 'smart quotes' which -dynamically adjust to their context. Quotation marks are -switched automatically if quotations are nested and they can be -adjusted to the current language if the babel package is -available. There are additional facilities designed to cope -with the more specific demands of academic writing, especially -in the humanities and the social sciences. All quote styles as -well as the optional active quotes are freely configurable. The -package is dependent on e-TeX, and requires the author's -etoolbox package. - -date: 2011-10-24 17:03:17 +0200 - -%post csquotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun csquotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans csquotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csquotes-doc -Summary: Documentation for csquotes -Version: svn24393.5.1d -Release: %{tl_noarch_release} -Provides: tex-csquotes-doc -BuildArch: noarch -AutoReqProv: No - -%description csquotes-doc -Documentation for csquotes - -%package csvsimple -Provides: tex-csvsimple = %{tl_version} -License: LPPL 1.3 -Summary: Simple CSV file processing -Version: svn28211.1.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(ifthen.sty) -Provides: tex(csvsimple.sty) = %{tl_version} - -%description csvsimple -The package provides a simple LaTeX interface for the -processing of files with comma separated values (CSV); it -relies on the key value syntax supported by pgfkeys to simplify -usage. Filtering and table generation is especially supported; -however, this lightweight tool offers no support for data -sorting or data base storage. - -date: 2012-11-08 19:20:45 +0100 - -%post csvsimple -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun csvsimple -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans csvsimple -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csvsimple-doc -Summary: Documentation for csvsimple -Version: svn28211.1.06 -Release: %{tl_noarch_release} -Provides: tex-csvsimple-doc -BuildArch: noarch -AutoReqProv: No - -%description csvsimple-doc -Documentation for csvsimple - -%package csvtools -Provides: tex-csvtools = %{tl_version} -License: LPPL -Summary: Reading data from CSV files -Version: svn15878.1.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xfor.sty) -Requires: tex(ifthen.sty) -Requires: tex(longtable.sty) -Provides: tex(csvpie.sty) = %{tl_version} -Provides: tex(csvsort.sty) = %{tl_version} -Provides: tex(csvtools.sty) = %{tl_version} - -%description csvtools -The csvtools package allows you to repeatedly perform a set of -LaTeX commands on data in each row of a comma separated -variable (CSV) file (though substitution of the 'comma' is -permitted). Such files may be used as source for mail merging, -generating tables etc. Examples are given in the documentation. -The distribution also provides packages: csvsort, that provides -analagous commands to those in the main package, having first -sorted the data (using the xfor and compare packages); and -csvpie, for creating a pie-chart from a CSV file. The bundle -has now been superseded by the datatool bundle. - -date: 2008-10-15 11:51:27 +0200 - -%post csvtools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun csvtools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans csvtools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package csvtools-doc -Summary: Documentation for csvtools -Version: svn15878.1.24 -Release: %{tl_noarch_release} -Provides: tex-csvtools-doc -BuildArch: noarch -AutoReqProv: No - -%description csvtools-doc -Documentation for csvtools - -%package cuisine -Provides: tex-cuisine = %{tl_version} -License: LPPL -Summary: Typeset recipes -Version: svn15878.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(nicefrac.sty) -Provides: tex(cuisine.sty) = %{tl_version} - -%description cuisine -Typeset recipes with the ingredients lined up with their method -step (somewhat similarly to the layout used in cooking). - -date: 2006-12-09 15:50:57 +0100 - -%post cuisine -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cuisine -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cuisine -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cuisine-doc -Summary: Documentation for cuisine -Version: svn15878.0.5 -Release: %{tl_noarch_release} -Provides: tex-cuisine-doc -BuildArch: noarch -AutoReqProv: No - -%description cuisine-doc -Documentation for cuisine - -%package currfile -Provides: tex-currfile = %{tl_version} -License: LPPL 1.3 -Summary: Provide file name and path of input files -Version: svn29012.0.7b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(filehook.sty) -Provides: tex(currfile-abspath.sty) = %{tl_version} -Provides: tex(currfile.sty) = %{tl_version} - -%description currfile -The package provides macros holding file name information -(directory, base name, extension, full name and full path) for -files read by LaTeX \input and \include macros; it uses the -file hooks provided by the author's filehook. In particular, it -restores the parent file name after the trailing \clearpage of -an \included file; as a result, the macros may be usefully -employed in the page header and footer of the last printed page -of such a file. The depth of inclusion is made available, -together with the "parent" (including file) and "parents" (all -including files to the root of the tree). The package -supersedes FiNK. - -date: 2013-02-02 11:38:19 +0100 - -%post currfile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun currfile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans currfile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package currfile-doc -Summary: Documentation for currfile -Version: svn29012.0.7b -Release: %{tl_noarch_release} -Provides: tex-currfile-doc -BuildArch: noarch -AutoReqProv: No - -%description currfile-doc -Documentation for currfile - -%package currvita -Provides: tex-currvita = %{tl_version} -License: GPL+ -Summary: Typeset a curriculum vitae -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(currvita.sty) = %{tl_version} - -%description currvita -Currvita is a package rather than a class (like most other -curriculum vitae offerings). The author considers that a -curriculum vitae can quite reasonably form part of another -document (such as a letter, or a dissertation). - -date: 2006-12-09 16:04:04 +0100 - -%post currvita -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun currvita -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans currvita -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package currvita-doc -Summary: Documentation for currvita -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-currvita-doc -BuildArch: noarch -AutoReqProv: No - -%description currvita-doc -Documentation for currvita - -%package cutwin -Provides: tex-cutwin = %{tl_version} -License: LPPL 1.3 -Summary: Cut a window in a paragraph, typeset material in it -Version: svn20000.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cutwin.sty) = %{tl_version} - -%description cutwin -The package provides facilities to cut windows out of -paragraphs, and to typeset text or other material in the -window. The window may be rectangular, or may have other sorts -of shape. - -date: 2010-10-04 12:17:09 +0200 - -%post cutwin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cutwin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cutwin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cutwin-doc -Summary: Documentation for cutwin -Version: svn20000.0.1 -Release: %{tl_noarch_release} -Provides: tex-cutwin-doc -BuildArch: noarch -AutoReqProv: No - -%description cutwin-doc -Documentation for cutwin - -%package cv -Provides: tex-cv = %{tl_version} -License: GPL+ -Summary: A package for creating a curriculum vitae -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(CV.sty) = %{tl_version} - -%description cv -The package is distributed with two example files; they (and -their formatted output) constitute the only real documentation. -Note that cv is just a package: you choose the overall -formatting by deciding which class to use, while the package -provides the detailed formatting. - -date: 2008-06-30 22:37:02 +0200 - -%post cv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cv-doc -Summary: Documentation for cv -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-cv-doc -BuildArch: noarch -AutoReqProv: No - -%description cv-doc -Documentation for cv - -%package cweb-latex -Provides: tex-cweb-latex = %{tl_version} -License: GPL+ -Summary: A LaTeX version of CWEB -Version: svn28878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(cwbl-german.sty) = %{tl_version} -Provides: tex(cweb.cls) = %{tl_version} -Provides: tex(cwebarray.sty) = %{tl_version} -Provides: tex(cwebbase.tex) = %{tl_version} -Provides: tex(keyvald.sty) = %{tl_version} - -%description cweb-latex -This bundle allows marking-up of CWEB code in LaTeX. The -distribution includes the "Counting Words" program distributed -with CWEB, edited to run with LaTeX. - -date: 2013-01-19 01:25:39 +0100 - -%post cweb-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun cweb-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans cweb-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package cweb-latex-doc -Summary: Documentation for cweb-latex -Version: svn28878.0 -Release: %{tl_noarch_release} -Provides: tex-cweb-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description cweb-latex-doc -Documentation for cweb-latex - -%package dashbox -Provides: tex-dashbox = %{tl_version} -License: LPPL -Summary: Draw dashed boxes -Version: svn23425.1.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(dashbox.sty) = %{tl_version} - -%description dashbox -The package can draw boxes that perform like \framebox or -\fbox, but use dashed lines. The package can also draw (an -illusion of) vertical stacks of boxes. - -date: 2011-08-05 01:24:20 +0200 - -%post dashbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dashbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dashbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dashbox-doc -Summary: Documentation for dashbox -Version: svn23425.1.14 -Release: %{tl_noarch_release} -Provides: tex-dashbox-doc -BuildArch: noarch -AutoReqProv: No - -%description dashbox-doc -Documentation for dashbox - -%package dashrule -Provides: tex-dashrule = %{tl_version} -License: LPPL -Summary: Draw dashed rules -Version: svn29579.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifmtarg.sty) -Provides: tex(dashrule.sty) = %{tl_version} - -%description dashrule -The dashrule package makes it easy to draw a huge variety of -dashed rules (i.e., lines) in LaTeX. dashrule provides a -command, \hdashrule, which is a cross between LaTeX's \rule and -PostScript's setdash command. \hdashrule draws horizontally -dashed rules using the same syntax as \rule, but with an -additional, setdash-like parameter that specifies the pattern -of dash segments and the space between those segments. Because -dashrule's rules are constructed internally using \rule (as -opposed to, e.g., PostScript \specials) they are fully -compatible with every LaTeX back-end processor. - -date: 2013-03-31 13:01:15 +0200 - -%post dashrule -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dashrule -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dashrule -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dashrule-doc -Summary: Documentation for dashrule -Version: svn29579.1.3 -Release: %{tl_noarch_release} -Provides: tex-dashrule-doc -BuildArch: noarch -AutoReqProv: No - -%description dashrule-doc -Documentation for dashrule - -%package dashundergaps -Provides: tex-dashundergaps = %{tl_version} -License: LPPL -Summary: Underline with dotted or dashed lines -Version: svn23373.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ulem.sty) -Provides: tex(dashundergaps.sty) = %{tl_version} - -%description dashundergaps -The package provides commands (\underline, \dotuline and -\dashuline) each of which underlines its argument with one of -the styles the package is capable of. A phantom mode is -provided, where the underline (of whatever form) can serve for -a 'fill-in block' for student evaluation sheets. - -date: 2010-01-23 00:15:17 +0100 - -%post dashundergaps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dashundergaps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dashundergaps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dashundergaps-doc -Summary: Documentation for dashundergaps -Version: svn23373.1.2 -Release: %{tl_noarch_release} -Provides: tex-dashundergaps-doc -BuildArch: noarch -AutoReqProv: No - -%description dashundergaps-doc -Documentation for dashundergaps - -%package datatool -Provides: tex-datatool = %{tl_version} -License: LPPL -Summary: Tools to load and manipulate data -Version: svn28844.2.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(datatool.sty) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(mfirstuc.sty) -Requires: tex(xfor.sty) -Requires: tex(multicol.sty) -Requires: tex(textcase.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Requires: tex(substr.sty) -Requires: tex(fp.sty) -Requires: tex(pgfrcs.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(pgfmath.sty) -Requires: tex(etex.sty) -Provides: tex(databar.sty) = %{tl_version} -Provides: tex(databib.sty) = %{tl_version} -Provides: tex(datagidx.sty) = %{tl_version} -Provides: tex(datapie.sty) = %{tl_version} -Provides: tex(dataplot.sty) = %{tl_version} -Provides: tex(datatool-base.sty) = %{tl_version} -Provides: tex(datatool-fp.sty) = %{tl_version} -Provides: tex(datatool-pgfmath.sty) = %{tl_version} -Provides: tex(datatool.sty) = %{tl_version} -Provides: tex(person.sty) = %{tl_version} - -%description datatool -The bundle provides six packages: - datatool.sty: databases may -be created using LaTeX commands or by importing external files; -they may be sorted numerically or alphabetically; repetitive -operations (such as mail merging) may be performed on each row -of a database, subject to conditions to exclude particular -rows; commands are provided to examine database elements, and -to convert formats (for example, to convert a numeric element -to a format compatible with the fp package; - datapie.sty: a -database may be represented as a pie chart; flexible options -allow colouring of the chart, and annotation hooks are -available; - dataplot.sty: a database may be represented as a -2-dimensional scatter or line plot; flexible options control of -the plot's overall appearance, and of legends and other extra -information; - databar.sty: a database may be represented as a -bar chart; overall appearance, colouring and annotation are -controllable; - databib.sty: a bibliography may be loaded into -a datatool database, and manipulated there before being printed -(this permits a LaTeX-based route to printing bibliographies in -formats for which no BibTeX style is available); and - -person.sty: provides support for displaying a person's name and -pronoun in a document, thus avoiding cumbersome use of -"he/she", etc. The drawing packages make use of PGF/TikZ for -their output. The bundle replaces and supersedes the author's -csvtools bundle. - -date: 2013-01-15 18:17:02 +0100 - -%post datatool -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun datatool -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans datatool -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package datatool-doc -Summary: Documentation for datatool -Version: svn28844.2.13 -Release: %{tl_noarch_release} -Provides: tex-datatool-doc -BuildArch: noarch -AutoReqProv: No - -%description datatool-doc -Documentation for datatool - -%package dateiliste -Provides: tex-dateiliste = %{tl_version} -License: LPPL -Summary: Extensions of the \listfiles concept -Version: svn27974.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svninfo.sty) -Requires: tex(rcsinfo.sty) -Requires: tex(ltxtable.sty) -Provides: tex(dateiliste.sty) = %{tl_version} - -%description dateiliste -The package provides a file list (similar to that offered by -\listfiles), neatly laid out as a table. The main document can -be included in the list, and a command is available for -providing RCS-maintained data for printing in the file list. - -date: 2012-10-15 00:17:21 +0200 - -%post dateiliste -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dateiliste -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dateiliste -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dateiliste-doc -Summary: Documentation for dateiliste -Version: svn27974.0.6 -Release: %{tl_noarch_release} -Provides: tex-dateiliste-doc -BuildArch: noarch -AutoReqProv: No - -%description dateiliste-doc -Documentation for dateiliste - -%package datenumber -Provides: tex-datenumber = %{tl_version} -License: LPPL -Summary: Convert a date into a number and vice versa -Version: svn18951.0.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datenumber.sty) = %{tl_version} -Provides: tex(datenumberUSenglish.ldf) = %{tl_version} -Provides: tex(datenumberdummy.ldf) = %{tl_version} -Provides: tex(datenumberenglish.ldf) = %{tl_version} -Provides: tex(datenumberfrench.ldf) = %{tl_version} -Provides: tex(datenumbergerman.ldf) = %{tl_version} -Provides: tex(datenumberspanish.ldf) = %{tl_version} - -%description datenumber -This package provides commands to convert a date into a number -and vice versa. Additionally there are commands for -incrementing and decrementing a date. Leap years and the -Gregorian calendar reform are considered. - -date: 2006-11-16 11:36:05 +0100 - -%post datenumber -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun datenumber -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans datenumber -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package datenumber-doc -Summary: Documentation for datenumber -Version: svn18951.0.02 -Release: %{tl_noarch_release} -Provides: tex-datenumber-doc -BuildArch: noarch -AutoReqProv: No - -%description datenumber-doc -Documentation for datenumber - -%package datetime -Provides: tex-datetime = %{tl_version} -License: LPPL 1.3 -Summary: Change format of \today with commands for current time -Version: svn19834.2.58 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-fmtcount -Requires: tex(fmtcount.sty) -Requires: tex(ifthen.sty) -Provides: tex(datetime.sty) = %{tl_version} -Provides: tex(dt-UKenglish.def) = %{tl_version} -Provides: tex(dt-USenglish.def) = %{tl_version} -Provides: tex(dt-american.def) = %{tl_version} -Provides: tex(dt-austrian.def) = %{tl_version} -Provides: tex(dt-bahasa.def) = %{tl_version} -Provides: tex(dt-basque.def) = %{tl_version} -Provides: tex(dt-breton.def) = %{tl_version} -Provides: tex(dt-british.def) = %{tl_version} -Provides: tex(dt-bulgarian.def) = %{tl_version} -Provides: tex(dt-catalan.def) = %{tl_version} -Provides: tex(dt-croatian.def) = %{tl_version} -Provides: tex(dt-czech.def) = %{tl_version} -Provides: tex(dt-danish.def) = %{tl_version} -Provides: tex(dt-dutch.def) = %{tl_version} -Provides: tex(dt-esperanto.def) = %{tl_version} -Provides: tex(dt-estonian.def) = %{tl_version} -Provides: tex(dt-finnish.def) = %{tl_version} -Provides: tex(dt-french.def) = %{tl_version} -Provides: tex(dt-galician.def) = %{tl_version} -Provides: tex(dt-german.def) = %{tl_version} -Provides: tex(dt-greek.def) = %{tl_version} -Provides: tex(dt-hebrew.def) = %{tl_version} -Provides: tex(dt-icelandic.def) = %{tl_version} -Provides: tex(dt-irish.def) = %{tl_version} -Provides: tex(dt-italian.def) = %{tl_version} -Provides: tex(dt-latin.def) = %{tl_version} -Provides: tex(dt-lsorbian.def) = %{tl_version} -Provides: tex(dt-magyar.def) = %{tl_version} -Provides: tex(dt-naustrian.def) = %{tl_version} -Provides: tex(dt-ngerman.def) = %{tl_version} -Provides: tex(dt-norsk.def) = %{tl_version} -Provides: tex(dt-polish.def) = %{tl_version} -Provides: tex(dt-portuges.def) = %{tl_version} -Provides: tex(dt-romanian.def) = %{tl_version} -Provides: tex(dt-russian.def) = %{tl_version} -Provides: tex(dt-samin.def) = %{tl_version} -Provides: tex(dt-scottish.def) = %{tl_version} -Provides: tex(dt-serbian.def) = %{tl_version} -Provides: tex(dt-slovak.def) = %{tl_version} -Provides: tex(dt-slovene.def) = %{tl_version} -Provides: tex(dt-spanish.def) = %{tl_version} -Provides: tex(dt-swedish.def) = %{tl_version} -Provides: tex(dt-turkish.def) = %{tl_version} -Provides: tex(dt-ukraineb.def) = %{tl_version} -Provides: tex(dt-usorbian.def) = %{tl_version} -Provides: tex(dt-welsh.def) = %{tl_version} - -%description datetime -Provides various different formats for the text created by the -command \today, and also provides commands for displaying the -current time (or any given time), in 12-hour, 24-hour or text -format. The package overrides babel's date format, having its -own library of date formats in different languages. The package -requires the fmtcount package. - -date: 2010-09-21 11:20:39 +0200 - -%post datetime -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun datetime -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans datetime -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package datetime-doc -Summary: Documentation for datetime -Version: svn19834.2.58 -Release: %{tl_noarch_release} -Provides: tex-datetime-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-fmtcount-doc - -%description datetime-doc -Documentation for datetime - -%package fmtcount -Provides: tex-fmtcount = %{tl_version} -License: LPPL 1.3 -Summary: Display the value of a LaTeX counter in a variety of formats -Version: svn28068.2.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(amsgen.sty) -Provides: tex(fc-UKenglish.def) = %{tl_version} -Provides: tex(fc-USenglish.def) = %{tl_version} -Provides: tex(fc-american.def) = %{tl_version} -Provides: tex(fc-british.def) = %{tl_version} -Provides: tex(fc-english.def) = %{tl_version} -Provides: tex(fc-francais.def) = %{tl_version} -Provides: tex(fc-french.def) = %{tl_version} -Provides: tex(fc-frenchb.def) = %{tl_version} -Provides: tex(fc-german.def) = %{tl_version} -Provides: tex(fc-germanb.def) = %{tl_version} -Provides: tex(fc-italian.def) = %{tl_version} -Provides: tex(fc-ngerman.def) = %{tl_version} -Provides: tex(fc-ngermanb.def) = %{tl_version} -Provides: tex(fc-portuges.def) = %{tl_version} -Provides: tex(fc-spanish.def) = %{tl_version} -Provides: tex(fcnumparser.sty) = %{tl_version} -Provides: tex(fcprefix.sty) = %{tl_version} -Provides: tex(fmtcount.sty) = %{tl_version} - -%description fmtcount -The package provides commands that display the value of a LaTeX -counter in a variety of formats (ordinal, text, hexadecimal, -decimal, octal, binary etc). The package offers some -multilingual support; configurations for use in English (both -British and American usage), French (including Belgian and -Swiss variants), German, Italian, Portuguese and Spanish -documents are provided. This package was originally provided as -part of the author's datetime package, but is now distributed -separately. - -date: 2012-10-24 16:07:36 +0200 - -%post fmtcount -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fmtcount -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fmtcount -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fmtcount-doc -Summary: Documentation for fmtcount -Version: svn28068.2.02 -Release: %{tl_noarch_release} -Provides: tex-fmtcount-doc -BuildArch: noarch -AutoReqProv: No - -%description fmtcount-doc -Documentation for fmtcount - -%package dblfloatfix -Provides: tex-dblfloatfix = %{tl_version} -License: LPPL 1.3 -Summary: Fixes for twocolumn floats -Version: svn28983.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Provides: tex(dblfloatfix.sty) = %{tl_version} - -%description dblfloatfix -The package solves two problems: floats in a twocolumn document -come out in the right order and allowed float positions are now -[tbp]. The package actually merges facilities from fixltx2e and -stfloats. - -date: 2013-01-29 13:50:02 +0100 - -%post dblfloatfix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dblfloatfix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dblfloatfix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dblfloatfix-doc -Summary: Documentation for dblfloatfix -Version: svn28983.1.0a -Release: %{tl_noarch_release} -Provides: tex-dblfloatfix-doc -BuildArch: noarch -AutoReqProv: No - -%description dblfloatfix-doc -Documentation for dblfloatfix - -%package decimal -Provides: tex-decimal = %{tl_version} -License: LPPL -Summary: LaTeX package for the English raised decimal point -Version: svn23374.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(decimal.sty) = %{tl_version} - -%description decimal -This LaTeX package should be used by people who need the -traditional English raised decimal point, instead of the -American-style period. - -date: 2011-06-06 11:09:01 +0200 - -%post decimal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun decimal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans decimal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package decimal-doc -Summary: Documentation for decimal -Version: svn23374.0 -Release: %{tl_noarch_release} -Provides: tex-decimal-doc -BuildArch: noarch -AutoReqProv: No - -%description decimal-doc -Documentation for decimal - -%package decorule -Provides: tex-decorule = %{tl_version} -License: LPPL 1.3 -Summary: Decorative swelled rule using font character -Version: svn23487.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(fix-cm.sty) -Provides: tex(decorule.sty) = %{tl_version} - -%description decorule -The package implements a decorative swelled rule using only a -symbol from a font installed with all distributions of TeX, so -it works independently, without the need to install any -additional software or fonts. This is the packaged version of -the macro which was originally published in the "Typographers' -Inn" column in TUGboat 31:1 (2010). - -date: 2011-08-06 17:02:51 +0200 - -%post decorule -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun decorule -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans decorule -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package decorule-doc -Summary: Documentation for decorule -Version: svn23487.0.6 -Release: %{tl_noarch_release} -Provides: tex-decorule-doc -BuildArch: noarch -AutoReqProv: No - -%description decorule-doc -Documentation for decorule - -%package delim -Provides: tex-delim = %{tl_version} -License: LPPL -Summary: delim package -Version: svn23974.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(delim.sty) = %{tl_version} - -%description delim -delim package - -%post delim -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun delim -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans delim -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package delim-doc -Summary: Documentation for delim -Version: svn23974.0 -Release: %{tl_noarch_release} -Provides: tex-delim-doc -BuildArch: noarch -AutoReqProv: No - -%description delim-doc -Documentation for delim - -%package delimtxt -Provides: tex-delimtxt = %{tl_version} -License: LPPL -Summary: Read and parse text tables -Version: svn16549.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(delimtxt.sty) = %{tl_version} - -%description delimtxt -This experimental package can read and parse text tables -delimited by user-defined tokens (e.g., tab). It can be used -for serial letters and the like, making it easier to export the -data file from MS-Excel/MS-Word - -date: 2008-08-18 10:38:42 +0200 - -%post delimtxt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun delimtxt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans delimtxt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package delimtxt-doc -Summary: Documentation for delimtxt -Version: svn16549.0 -Release: %{tl_noarch_release} -Provides: tex-delimtxt-doc -BuildArch: noarch -AutoReqProv: No - -%description delimtxt-doc -Documentation for delimtxt - -%package diagbox -Provides: tex-diagbox = %{tl_version} -License: LPPL 1.3 -Summary: Table heads with diagonal lines -Version: svn24646.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(pict2e.sty) -Requires: tex(fp.sty) -Provides: tex(diagbox.sty) = %{tl_version} - -%description diagbox -The package's principal command, \diagbox, takes two arguments -(texts for the slash-separated parts of the box), and an -optional argument with which the direction the slash will go, -and the box dimensions, etc., may vbe controlled. The package -also provides \slashbox and \backslashbox commands for -compatibility with the slashbox package, which it supersedes. - -date: 2011-11-24 16:48:22 +0100 - -%post diagbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun diagbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans diagbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package diagbox-doc -Summary: Documentation for diagbox -Version: svn24646.1.0 -Release: %{tl_noarch_release} -Provides: tex-diagbox-doc -BuildArch: noarch -AutoReqProv: No - -%description diagbox-doc -Documentation for diagbox - -%package diagnose -Provides: tex-diagnose = %{tl_version} -License: GPL+ -Summary: A diagnostic tool for a TeX installation -Version: svn19387.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(diagnose.sty) = %{tl_version} - -%description diagnose -Provides macros to assist evaluation of the capabilities of a -TeX installation (i.e., what extensions it supports). An -example document that examines the installation is available. - -date: 2006-12-17 18:48:45 +0100 - -%post diagnose -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun diagnose -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans diagnose -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package diagnose-doc -Summary: Documentation for diagnose -Version: svn19387.0.2 -Release: %{tl_noarch_release} -Provides: tex-diagnose-doc -BuildArch: noarch -AutoReqProv: No - -%description diagnose-doc -Documentation for diagnose - -%package dialogl -Provides: tex-dialogl = %{tl_version} -License: LPPL -Summary: Macros for constructing interactive LaTeX scripts -Version: svn28946.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dialog.sty) = %{tl_version} -Provides: tex(grabhedr.sty) = %{tl_version} -Provides: tex(listout.tex) = %{tl_version} -Provides: tex(menus.sty) = %{tl_version} - -%description dialogl -Gathers together a bunch of code and examples about how to -write macros to carry on a dialogue with the user. - -date: 2013-01-25 11:22:08 +0100 - -%post dialogl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dialogl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dialogl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dialogl-doc -Summary: Documentation for dialogl -Version: svn28946.0 -Release: %{tl_noarch_release} -Provides: tex-dialogl-doc -BuildArch: noarch -AutoReqProv: No - -%description dialogl-doc -Documentation for dialogl - -%package dichokey -Provides: tex-dichokey = %{tl_version} -License: Public Domain -Summary: Construct dichotomous identification keys -Version: svn17192.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dichokey.sty) = %{tl_version} - -%description dichokey -The package can be used to construct dichotomous identification -keys (used especially in biology for species identification), -taking care of numbering and indentation of successive key -steps automatically. An example file is provided, which -demonstrates usage. - -date: 2010-02-23 23:30:05 +0100 - -%post dichokey -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dichokey -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dichokey -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dichokey-doc -Summary: Documentation for dichokey -Version: svn17192.0 -Release: %{tl_noarch_release} -Provides: tex-dichokey-doc -BuildArch: noarch -AutoReqProv: No - -%description dichokey-doc -Documentation for dichokey - -%package dinbrief -Provides: tex-dinbrief = %{tl_version} -License: LPPL -Summary: German letter DIN style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dinbrief.cfg) = %{tl_version} -Provides: tex(dinbrief.cls) = %{tl_version} -Provides: tex(dinbrief.sty) = %{tl_version} - -%description dinbrief -Implements a document layout for writing letters according to -the rules of DIN (Deutsches Institut fur Normung, German -standardisation institute). A style file for LaTeX 2.09 (with -limited support of the features) is part of the package. Since -the letter layout is based on a German standard, the user guide -is written in German, but most macros have English names from -which the user can recognize what they are used for. In -addition there are example files showing how letters may be -created with the package. A graphical interface for use of the -dinbrief is provided in the dinbrief-GUI bundle. - -date: 2009-09-25 22:54:35 +0200 - -%post dinbrief -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dinbrief -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dinbrief -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dinbrief-doc -Summary: Documentation for dinbrief -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-dinbrief-doc -BuildArch: noarch -AutoReqProv: No - -%description dinbrief-doc -Documentation for dinbrief - -%package directory -Provides: tex-directory = %{tl_version} -License: LPPL -Summary: An address book using BibTeX -Version: svn15878.1.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Provides: tex(directory.sty) = %{tl_version} - -%description directory -A package for LaTeX and BibTeX that facilitates the -construction, maintenance and exploitation of an address book- -like database. - -date: 2007-01-22 14:15:41 +0100 - -%post directory -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun directory -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans directory -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package directory-doc -Summary: Documentation for directory -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-directory-doc -BuildArch: noarch -AutoReqProv: No - -%description directory-doc -Documentation for directory - -%package dirtytalk -Provides: tex-dirtytalk = %{tl_version} -License: LPPL -Summary: dirtytalk package -Version: svn20520.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(ifthen.sty) -Provides: tex(dirtytalk.sty) = %{tl_version} - -%description dirtytalk -dirtytalk package - -%post dirtytalk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dirtytalk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dirtytalk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dirtytalk-doc -Summary: Documentation for dirtytalk -Version: svn20520.0 -Release: %{tl_noarch_release} -Provides: tex-dirtytalk-doc -BuildArch: noarch -AutoReqProv: No - -%description dirtytalk-doc -Documentation for dirtytalk - -%package dlfltxb -Provides: tex-dlfltxb = %{tl_version} -License: LPPL -Summary: Macros related to "Introdktion til LaTeX" -Version: svn17337.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(ragged2e.sty) -Requires: tex(chngpage.sty) -Requires: tex(url.sty) -Requires: tex(calc.sty) -Provides: tex(dlfltxbcodetips.sty) = %{tl_version} -Provides: tex(dlfltxbmarkup.sty) = %{tl_version} -Provides: tex(dlfltxbmarkupbookkeys.sty) = %{tl_version} -Provides: tex(dlfltxbmisc.sty) = %{tl_version} -Provides: tex(dlfltxbtocconfig.sty) = %{tl_version} - -%description dlfltxb -The bundle contains various macros either used for creating the -author's book "Introduktion til LaTeX" (in Danish), or -presented in the book as code tips. The bundle comprises: - -dlfltxbcodetips: various macros helpful in typesetting -mathematics; - dlfltxbmarkup: provides a macros used throughout -the book, for registering macro names, packages etc. in the -text, in the margin and in the index, all by using categorised -keys (note, a configuration file may be used; a sample is -included in the distribution); - dlfltxbtocconfig: macros for -the two tables of contents that the book has; - dlfltxbmisc: -various macros for typesetting LaTeX arguments, and the macro -used in the bibliography that can wrap a URL up into a bibtex -entry. Interested parties may review the book itself on the web -at the author's institution (it is written in Danish). - -date: 2010-03-04 23:40:34 +0100 - -%post dlfltxb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dlfltxb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dlfltxb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dlfltxb-doc -Summary: Documentation for dlfltxb -Version: svn17337.0 -Release: %{tl_noarch_release} -Provides: tex-dlfltxb-doc -BuildArch: noarch -AutoReqProv: No - -%description dlfltxb-doc -Documentation for dlfltxb - -%package dnaseq -Provides: tex-dnaseq = %{tl_version} -License: LPPL -Summary: Format DNA base sequences -Version: svn17194.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(dnaseq.sty) = %{tl_version} - -%description dnaseq -Defines a means of specifying sequences of bases. The bases may -be numbered (per line) and you may specify that subsequences be -coloured. For a more 'vanilla-flavoured' way of typesetting -base sequences, the user might consider the seqsplit package. - -date: 2010-02-24 21:28:09 +0100 - -%post dnaseq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dnaseq -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dnaseq -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dnaseq-doc -Summary: Documentation for dnaseq -Version: svn17194.0.01 -Release: %{tl_noarch_release} -Provides: tex-dnaseq-doc -BuildArch: noarch -AutoReqProv: No - -%description dnaseq-doc -Documentation for dnaseq - -%package docmfp -Provides: tex-docmfp = %{tl_version} -License: LPPL -Summary: Document non-LaTeX code -Version: svn15878.1.2d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(docmfp.sty) = %{tl_version} - -%description docmfp -Extends the doc package to cater for documenting non-LaTeX -code, such as MetaFont or MetaPost, or other programming -languages. - -date: 2009-09-02 16:56:11 +0200 - -%post docmfp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun docmfp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans docmfp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package docmfp-doc -Summary: Documentation for docmfp -Version: svn15878.1.2d -Release: %{tl_noarch_release} -Provides: tex-docmfp-doc -BuildArch: noarch -AutoReqProv: No - -%description docmfp-doc -Documentation for docmfp - -%package docmute -Provides: tex-docmute = %{tl_version} -License: LPPL 1.3 -Summary: Input files ignoring LaTeX preamble, etc -Version: svn25741.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(docmute.sty) = %{tl_version} - -%description docmute -Input or include stand-alone LaTeX documents, ignoring -everything but the material between \begin{document} and -\end{document}. - -date: 2012-03-22 16:41:56 +0100 - -%post docmute -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun docmute -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans docmute -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package docmute-doc -Summary: Documentation for docmute -Version: svn25741.1.4 -Release: %{tl_noarch_release} -Provides: tex-docmute-doc -BuildArch: noarch -AutoReqProv: No - -%description docmute-doc -Documentation for docmute - -%package documentation -Provides: tex-documentation = %{tl_version} -License: LPPL 1.2 -Summary: Documentation support for C, Java and assembler code -Version: svn25405.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(documentation.sty) = %{tl_version} - -%description documentation -The package provides a simple means of typesetting computer -programs such that the result is acceptable for inclusion in -reports, etc. - -date: 2011-12-02 09:08:13 +0100 - -%post documentation -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun documentation -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans documentation -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package documentation-doc -Summary: Documentation for documentation -Version: svn25405.0.1 -Release: %{tl_noarch_release} -Provides: tex-documentation-doc -BuildArch: noarch -AutoReqProv: No - -%description documentation-doc -Documentation for documentation - -%package doi -Provides: tex-doi = %{tl_version} -License: LPPL -Summary: Create correct hyperlinks for DOI numbers -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Provides: tex(doi.sty) = %{tl_version} - -%description doi -You can hyperlink DOI numbers to dx.doi.org. However, some -publishers have elected to use nasty characters in their DOI -numbering scheme ('<', '>', '_' and ';' have all been spotted). -This will either upset (La)TeX, or your PDF reader. This -package contains a single user-level command \doi{}, which -takes a DOI number, and creates a correct hyperlink from it. - -date: 2008-08-18 13:49:16 +0200 - -%post doi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun doi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans doi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package doi-doc -Summary: Documentation for doi -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-doi-doc -BuildArch: noarch -AutoReqProv: No - -%description doi-doc -Documentation for doi - -%package dotarrow -Provides: tex-dotarrow = %{tl_version} -License: LPPL -Summary: Extendable dotted arrows -Version: svn15878.0.01a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(DotArrow.sty) = %{tl_version} - -%description dotarrow -The package can draw dotted arrows that are extendable, in the -same was as \xrightarrow. - -date: 2008-08-18 13:49:16 +0200 - -%post dotarrow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dotarrow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dotarrow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dotarrow-doc -Summary: Documentation for dotarrow -Version: svn15878.0.01a -Release: %{tl_noarch_release} -Provides: tex-dotarrow-doc -BuildArch: noarch -AutoReqProv: No - -%description dotarrow-doc -Documentation for dotarrow - -%package dotseqn -Provides: tex-dotseqn = %{tl_version} -License: Dotseqn -Summary: Flush left equations with dotted leaders to the numbers -Version: svn17195.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dotseqn.sty) = %{tl_version} - -%description dotseqn -The package provides a different format for typesetting -equations, one reportedly used in 'old style Britsh books': -equations aligned on the left, with dots on the right leading -to the equation number. In default of an equation number, the -package operates much like the fleqn class option (no leaders). - -date: 2010-02-24 21:28:09 +0100 - -%post dotseqn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dotseqn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dotseqn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dotseqn-doc -Summary: Documentation for dotseqn -Version: svn17195.1.1 -Release: %{tl_noarch_release} -Provides: tex-dotseqn-doc -BuildArch: noarch -AutoReqProv: No - -%description dotseqn-doc -Documentation for dotseqn - -%package download -Provides: tex-download = %{tl_version} -License: LPPL 1.3 -Summary: Allow LaTeX to download files using an external process -Version: svn29588.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xparse.sty) -Provides: tex(download.sty) = %{tl_version} - -%description download -The package allows the user to download files (using cURL or -wget), from within a document. To run the external commands, -LaTeX (or whatever) needs to be run with the --shell-escape -flag; this creates a tension between your needs and the -security implications of the flag; users should use due -caution. - -date: 2013-03-28 18:12:17 +0100 - -%post download -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun download -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans download -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package download-doc -Summary: Documentation for download -Version: svn29588.1.0 -Release: %{tl_noarch_release} -Provides: tex-download-doc -BuildArch: noarch -AutoReqProv: No - -%description download-doc -Documentation for download - -%package dox -Provides: tex-dox = %{tl_version} -License: LPPL -Summary: Extend the doc package -Version: svn20768.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(dox.sty) = %{tl_version} - -%description dox -The doc package provides LaTeX developers with means to -describe the usage and the definition of new macros and -environments. However, there is no simple way to extend this -functionality to other items (options or counters, for -instance). The DoX package is designed to circumvent this -limitation. - -date: 2010-12-16 20:18:25 +0100 - -%post dox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dox-doc -Summary: Documentation for dox -Version: svn20768.2.2 -Release: %{tl_noarch_release} -Provides: tex-dox-doc -BuildArch: noarch -AutoReqProv: No - -%description dox-doc -Documentation for dox - -%package dpfloat -Provides: tex-dpfloat = %{tl_version} -License: LPPL -Summary: Support for double-page floats -Version: svn17196.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dpfloat.sty) = %{tl_version} - -%description dpfloat -Provides fullpage and leftfullpage environments, that may be -used inside a figure, table, or other float environment. If the -first of a 2-page spread uses a "leftfullpage" environment, the -float will only be typeset on an even-numbered page, and the -two floats will appear side-by-side in a two-sided document. - -date: 2010-02-24 00:01:31 +0100 - -%post dpfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dpfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dpfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dpfloat-doc -Summary: Documentation for dpfloat -Version: svn17196.0 -Release: %{tl_noarch_release} -Provides: tex-dpfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description dpfloat-doc -Documentation for dpfloat - -%package dprogress -Provides: tex-dprogress = %{tl_version} -License: LPPL -Summary: LaTeX-relevant log information for debugging -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dprogress.sty) = %{tl_version} - -%description dprogress -The package logs LaTeX's progress through the file, making the -LaTeX output more verbose. This helps to make LaTeX debugging -easier, as it is simpler to find where exactly LaTeX failed. -The package outputs the typesetting of section, subsection and -subsubsection headers and (if amsmath is loaded) details of the -align environment. - -date: 2008-08-18 13:49:16 +0200 - -%post dprogress -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dprogress -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dprogress -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dprogress-doc -Summary: Documentation for dprogress -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-dprogress-doc -BuildArch: noarch -AutoReqProv: No - -%description dprogress-doc -Documentation for dprogress - -%package drac -Provides: tex-drac = %{tl_version} -License: LPPL -Summary: Declare active character substitution, robustly -Version: svn15878.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(drac.sty) = %{tl_version} - -%description drac -The package provides macros \DeclareRobustActChar and -ReDeclareRobActChar. One uses \DeclareRobustActChar in the same -way one would use \DeclareRobustCommand; the macro \protects -the active character when it appears in a moving argument. -ReDeclareRobActChar redefines an active character previously -defined with \DeclareRobustActChar, in the same way that -\renewcommand works for ordinary commands. - -date: 2008-08-17 11:40:59 +0200 - -%post drac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun drac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans drac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package drac-doc -Summary: Documentation for drac -Version: svn15878.1 -Release: %{tl_noarch_release} -Provides: tex-drac-doc -BuildArch: noarch -AutoReqProv: No - -%description drac-doc -Documentation for drac - -%package draftcopy -Provides: tex-draftcopy = %{tl_version} -License: LPPL -Summary: Identify draft copies -Version: svn15878.2.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(draftcopy.cfg) = %{tl_version} -Provides: tex(draftcopy.sty) = %{tl_version} - -%description draftcopy -Places the word DRAFT (or other words) in light grey diagonally -across the background (or at the bottom) of each (or selected) -pages of the document. The package uses PostScript \special -commands, and may not therefore be used with PDFLaTeX. For that -usage, consider the wallpaper or draftwatermark packages. - -date: 2009-09-25 22:54:35 +0200 - -%post draftcopy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun draftcopy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans draftcopy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package draftcopy-doc -Summary: Documentation for draftcopy -Version: svn15878.2.16 -Release: %{tl_noarch_release} -Provides: tex-draftcopy-doc -BuildArch: noarch -AutoReqProv: No - -%description draftcopy-doc -Documentation for draftcopy - -%package draftwatermark -Provides: tex-draftwatermark = %{tl_version} -License: LPPL -Summary: Put a grey textual watermark on document pages -Version: svn25045.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everypage.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Provides: tex(draftwatermark.sty) = %{tl_version} - -%description draftwatermark -The package provides a means to add a textual, light grey -watermark on every page or on the first page of a document. -Typical usage may consist in writing words such as DRAFT or -CONFIDENTIAL across document pages. The package performs a -similar function to that of draftcopy, but its implementation -is output device independent, and very made simple by relying -on everpage. - -date: 2007-03-05 22:02:45 +0100 - -%post draftwatermark -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun draftwatermark -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans draftwatermark -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package draftwatermark-doc -Summary: Documentation for draftwatermark -Version: svn25045.1.0 -Release: %{tl_noarch_release} -Provides: tex-draftwatermark-doc -BuildArch: noarch -AutoReqProv: No - -%description draftwatermark-doc -Documentation for draftwatermark - -%package dtk -Provides: tex-dtk = %{tl_version} -License: LPPL 1.3 -Summary: Document class for the journal of DANTE -Version: svn27443.1.29 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(url.sty) -Requires: tex(pdfescape.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(atveryend.sty) -Requires: tex(embedfile.sty) -Requires: tex(xcolor.sty) -Requires: tex(longtable.sty) -Requires: tex(caption.sty) -Requires: tex(listings.sty) -Requires: tex(lineno.sty) -Requires: tex(ifxetex.sty) -Requires: tex(amssymb.sty) -Requires: tex(textcomp.sty) -Requires: tex(eurosym.sty) -Requires: tex(amsmath.sty) -Requires: tex(libertineotf.sty) -Requires: tex(unicode-math.sty) -Requires: tex(fontenc.sty) -Requires: tex(mathpazo.sty) -Requires: tex(tgpagella.sty) -Requires: tex(tgheros.sty) -Requires: tex(beramono.sty) -Requires: tex(inputenc.sty) -Requires: tex(cmap.sty) -Requires: tex(microtype.sty) -Requires: tex(afterpage.sty) -Requires: tex(babel.sty) -Requires: tex(tabularx.sty) -Requires: tex(xspace.sty) -Requires: tex(shortvrb.sty) -Requires: tex(footmisc.sty) -Requires: tex(array.sty) -Requires: tex(enumerate.sty) -Requires: tex(booktabs.sty) -Requires: tex(subfig.sty) -Requires: tex(setspace.sty) -Requires: tex(makeidx.sty) -Requires: tex(ifthen.sty) -Requires: tex(paralist.sty) -Requires: tex(hyphsubst.sty) -Requires: tex(accsupp.sty) -Requires: tex(metalogo.sty) -Provides: tex(dtk-pdf.sty) = %{tl_version} -Provides: tex(dtk-url.sty) = %{tl_version} -Provides: tex(dtk.clo) = %{tl_version} -Provides: tex(dtk.cls) = %{tl_version} -Provides: tex(dtk12.clo) = %{tl_version} -Provides: tex(dtklogos.sty) = %{tl_version} - -%description dtk -The bundle provides a class and style file for typesetting "Die -TeXnische Komodie" -- the communications of the German TeX -Users Group DANTE e.V. The arrangement means that the class may -be used by article writers to typeset a single article as well -as to produce the complete journal. - -date: 2012-06-18 14:12:50 +0200 - -%post dtk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dtk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dtk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dtk-doc -Summary: Documentation for dtk -Version: svn27443.1.29 -Release: %{tl_noarch_release} -Provides: tex-dtk-doc -BuildArch: noarch -AutoReqProv: No - -%description dtk-doc -Documentation for dtk - -%package dtxgallery-doc -Summary: Documentation for dtxgallery -Version: svn15878.1 -Release: %{tl_noarch_release} -Provides: tex-dtxgallery-doc -BuildArch: noarch -AutoReqProv: No - -%description dtxgallery-doc -Documentation for dtxgallery - -%package dvdcoll -Provides: tex-dvdcoll = %{tl_version} -License: LPPL -Summary: A class for typesetting DVD archives -Version: svn15878.v1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(tabularx.sty) -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(marginnote.sty) -Provides: tex(dcwrtbib.sty) = %{tl_version} -Provides: tex(dvdcoll.cls) = %{tl_version} -Provides: tex(pdfnotiz.sty) = %{tl_version} - -%description dvdcoll -Having lost the overview of my DVD archives, I simply could not -remember if I already recorded the documentary running on TV -that day. I chose to recreate the index using LaTeX: the design -aim was a hyperlinked and fully searchable PDF-document, -listing my DVDs with all titles, lengths and so on. Further -requirements were support for seasons of tv series and a list -with all faulty or missing programs for rerecording. The -dvdcoll class supports all these requirements. dvdcoll.cls -follows the structure <length>. As a result, the -class is not limited to DVDs--you can of course typeset -archives of CD-ROMs, Audio-CDs and so on. Supported languages -at the moment: English, French, German, Italian, Polish, -Portuguese, Spanish. Some help is needed for other languages! - -date: 2008-04-30 11:48:45 +0200 - -%post dvdcoll -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dvdcoll -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dvdcoll -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dvdcoll-doc -Summary: Documentation for dvdcoll -Version: svn15878.v1.1a -Release: %{tl_noarch_release} -Provides: tex-dvdcoll-doc -BuildArch: noarch -AutoReqProv: No - -%description dvdcoll-doc -Documentation for dvdcoll - -%package dynblocks -Provides: tex-dynblocks = %{tl_version} -License: LPPL 1.3 -Summary: A simple way to create dynamic blocks for Beamer -Version: svn27838.0.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Provides: tex(dynblocks.sty) = %{tl_version} - -%description dynblocks -The package provides full customisation of the aspect and -dimensions of blocks inside a presentation. - -date: 2012-09-27 16:18:28 +0200 - -%post dynblocks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dynblocks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dynblocks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dynblocks-doc -Summary: Documentation for dynblocks -Version: svn27838.0.2a -Release: %{tl_noarch_release} -Provides: tex-dynblocks-doc -BuildArch: noarch -AutoReqProv: No - -%description dynblocks-doc -Documentation for dynblocks - -%package easy -Provides: tex-easy = %{tl_version} -License: LPPL -Summary: A collection of easy-to-use macros -Version: svn19440.0.99 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(easy.sty) = %{tl_version} -Provides: tex(easybib.sty) = %{tl_version} -Provides: tex(easybmat.sty) = %{tl_version} -Provides: tex(easyeqn.sty) = %{tl_version} -Provides: tex(easymat.sty) = %{tl_version} -Provides: tex(easytable.sty) = %{tl_version} -Provides: tex(easyvector.sty) = %{tl_version} - -%description easy -The collection comprises: - easybib, support for customising -bibliographies; - easybmat, support for composing block -matrices; - easyeqn, support for various aspects of equations; -- easymat, support for composing matrices; - easytable, support -for writing tables; - easyvector, a C-like syntax for writing -vectors. - -date: 2007-01-01 18:45:52 +0100 - -%post easy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun easy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans easy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package easy-doc -Summary: Documentation for easy -Version: svn19440.0.99 -Release: %{tl_noarch_release} -Provides: tex-easy-doc -BuildArch: noarch -AutoReqProv: No - -%description easy-doc -Documentation for easy - -%package easy-todo -Provides: tex-easy-todo = %{tl_version} -License: ASL 2.0 -Summary: To-do notes in a document -Version: svn21157.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(tocloft.sty) -Requires: tex(ifthen.sty) -Provides: tex(easy-todo.sty) = %{tl_version} - -%description easy-todo -The package provides to-do notes throughout a document, and -will provide an index of things to do. - -date: 2011-01-20 10:27:03 +0100 - -%post easy-todo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun easy-todo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans easy-todo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package easy-todo-doc -Summary: Documentation for easy-todo -Version: svn21157.1.0 -Release: %{tl_noarch_release} -Provides: tex-easy-todo-doc -BuildArch: noarch -AutoReqProv: No - -%description easy-todo-doc -Documentation for easy-todo - -%package easyfig -Provides: tex-easyfig = %{tl_version} -License: LPPL 1.3 -Summary: Simplifying the use of common figures -Version: svn26424.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(adjustbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifetex.sty) -Provides: tex(easyfig.sty) = %{tl_version} - -%description easyfig -The package provides the command \Figure[<key=value>...]{<image -filename>} to simplify the business of including an image as -figure in the most common form (centred and with caption and -label). Caption and label are set using the caption and label -keys; the label fig:<image filename> is used if none is given. -If the here key is given, the figure is not 'floated', and the -user is responsible for placement. The package uses the -author's package adjustbox to centre an image and to simplify -further modifications. - -date: 2012-05-15 13:39:37 +0200 - -%post easyfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun easyfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans easyfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package easyfig-doc -Summary: Documentation for easyfig -Version: svn26424.1.2 -Release: %{tl_noarch_release} -Provides: tex-easyfig-doc -BuildArch: noarch -AutoReqProv: No - -%description easyfig-doc -Documentation for easyfig - -%package easylist -Provides: tex-easylist = %{tl_version} -License: LPPL -Summary: Lists using a single active character -Version: svn22362.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(easylist.sty) = %{tl_version} - -%description easylist -This package allows you to create lists of numbered items (as -in Wittgenstein's 'Tractatus') with a single active character -as the only command. A variety of parameters are available to -configure the appearance of the list; lists may be nested -(effectively to unlimited depth). - -date: 2010-02-28 15:24:01 +0100 - -%post easylist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun easylist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans easylist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package easylist-doc -Summary: Documentation for easylist -Version: svn22362.1.3 -Release: %{tl_noarch_release} -Provides: tex-easylist-doc -BuildArch: noarch -AutoReqProv: No - -%description easylist-doc -Documentation for easylist - -%package ean13isbn -Provides: tex-ean13isbn = %{tl_version} -License: LPPL -Summary: Print EAN13 for ISBN -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(ean13.tex) -Provides: tex(ean13isbn.sty) = %{tl_version} - -%description ean13isbn -The package provides the means to typeset ISBN codes with EAN- -13; it uses the (generic) package ean13.tex to typeset the -actual barcode. - -date: 2008-08-19 08:58:40 +0200 - -%post ean13isbn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ean13isbn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ean13isbn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ean13isbn-doc -Summary: Documentation for ean13isbn -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ean13isbn-doc -BuildArch: noarch -AutoReqProv: No - -%description ean13isbn-doc -Documentation for ean13isbn - -%package ebezier -Provides: tex-ebezier = %{tl_version} -License: LPPL -Summary: Device independent picture environment enhancement -Version: svn15878.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(ebezier.sty) = %{tl_version} - -%description ebezier -Ebezier is a device independent extension for the standard -picture environment. Linear, quadratic, and cubic bezier curves -are supplied in connection with higher level circle drawing -commands. Additionally some macros for the calculation of curve -lenghts are part of this package. - -date: 2009-01-30 10:13:19 +0100 - -%post ebezier -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ebezier -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ebezier -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ebezier-doc -Summary: Documentation for ebezier -Version: svn15878.4 -Release: %{tl_noarch_release} -Provides: tex-ebezier-doc -BuildArch: noarch -AutoReqProv: No - -%description ebezier-doc -Documentation for ebezier - -%package ecclesiastic -Provides: tex-ecclesiastic = %{tl_version} -License: LPPL -Summary: Typesetting Ecclesiastic Latin -Version: svn27252.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ecclesiastic.sty) = %{tl_version} - -%description ecclesiastic -The package modifies the way the latin option to babel operates -when typesetting Latin. The style is somewhat 'frenchified' in -respect of punctuation spacings and footnote style; shortcuts -are available in order to set accents on all vowels, including -y and the diphthongs ae and oe. - -date: 2012-07-30 11:22:32 +0200 - -%post ecclesiastic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ecclesiastic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ecclesiastic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ecclesiastic-doc -Summary: Documentation for ecclesiastic -Version: svn27252.0.2 -Release: %{tl_noarch_release} -Provides: tex-ecclesiastic-doc -BuildArch: noarch -AutoReqProv: No - -%description ecclesiastic-doc -Documentation for ecclesiastic - -%package ecv -Provides: tex-ecv = %{tl_version} -License: Copyright only -Summary: A fancy Curriculum Vitae class -Version: svn24928.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(longtable.sty) -Requires: tex(pgf.sty) -Requires: tex(paralist.sty) -Requires: tex(helvet.sty) -Requires: tex(xcolor.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(inputenc.sty) -Requires: tex(selinput.sty) -Requires: tex(fontenc.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(babel.sty) -Provides: tex(ecv.cls) = %{tl_version} -Provides: tex(ecvEnglish.ldf) = %{tl_version} -Provides: tex(ecvGerman.ldf) = %{tl_version} -Provides: tex(ecvNLS.sty) = %{tl_version} - -%description ecv -The class provides an environment for creating a fancily laid -out tabular curriculum vitae inspired by the european -curriculum vitae. The distribution comes with a German and an -English template. - -date: 2011-12-23 14:02:37 +0100 - -%post ecv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ecv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ecv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ecv-doc -Summary: Documentation for ecv -Version: svn24928.0.3 -Release: %{tl_noarch_release} -Provides: tex-ecv-doc -BuildArch: noarch -AutoReqProv: No - -%description ecv-doc -Documentation for ecv - -%package ed -Provides: tex-ed = %{tl_version} -License: LPPL -Summary: Editorial Notes for LaTeX documents -Version: svn25231.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(paralist.sty) -Requires: tex(xcolor.sty) -Requires: tex(verbatim.sty) -Provides: tex(ed.sty) = %{tl_version} - -%description ed -This package defines a couple of editorial notes that simplify -collaboration on a LaTeX text. These allow authors to annotate -status information in the source. In draft mode, the -annotations are shown for communication, and in publication -mode these are suppressed. - -date: 2012-01-29 16:01:54 +0100 - -%post ed -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ed -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ed -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ed-doc -Summary: Documentation for ed -Version: svn25231.1.8 -Release: %{tl_noarch_release} -Provides: tex-ed-doc -BuildArch: noarch -AutoReqProv: No - -%description ed-doc -Documentation for ed - -%package edmargin -Provides: tex-edmargin = %{tl_version} -License: LPPL -Summary: Multiple series of endnotes for critical editions -Version: svn27599.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(edmargin.sty) = %{tl_version} - -%description edmargin -Edmargin provides a very simple scheme for endnote sections for -critical editions. Endnotes can either be marked in the text, -or with marginal references to the page in the note sections -where the note is to be found. Notes can be set in individual -paragraphs, or in block paragraph mode (where there are many -short notes). Note sections will have running headers of the -form "Textual notes to pp. xx--yy". New note sections can be -created on the fly. There are predefined endnote sections for -textual notes, emendations, and explanatory notes. - -date: 2012-09-05 10:09:42 +0200 - -%post edmargin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun edmargin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans edmargin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package edmargin-doc -Summary: Documentation for edmargin -Version: svn27599.1.2 -Release: %{tl_noarch_release} -Provides: tex-edmargin-doc -BuildArch: noarch -AutoReqProv: No - -%description edmargin-doc -Documentation for edmargin - -%package eemeir -Provides: tex-eemeir = %{tl_version} -License: LPPL -Summary: Adjust the gender of words in a document -Version: svn15878.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(eemeir.sty) = %{tl_version} - -%description eemeir -Defines macros for third-person singular pronouns (\E, \Em, -\Eir, \Eirs), which expand differently according to a -masculine/feminine switch. (If the switch is 'masculine', they -would expand to 'he', 'him', 'his' and 'his'; if 'feminine', -they would expand to 'she', 'her', 'her' and 'hers". Apart from -the pronouns, one can define 'word pairs', such as -mother/father, daughter/son, and so on. Gender may be defined -once per document, as an environment, or may be flipped on the -fly. - -date: 2007-02-20 10:49:06 +0100 - -%post eemeir -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eemeir -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eemeir -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eemeir-doc -Summary: Documentation for eemeir -Version: svn15878.1.1b -Release: %{tl_noarch_release} -Provides: tex-eemeir-doc -BuildArch: noarch -AutoReqProv: No - -%description eemeir-doc -Documentation for eemeir - -%package egplot -Provides: tex-egplot = %{tl_version} -License: GPL+ -Summary: Encapsulate Gnuplot sources in LaTeX documents -Version: svn20617.1.02a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Provides: tex(egplot.sty) = %{tl_version} - -%description egplot -A package to encapsulate gnuplot commands in a LaTeX source -file, so that a document's figures are maintained in parallel -with the document source itself. - -date: 2010-11-30 14:05:46 +0100 - -%post egplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun egplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans egplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package egplot-doc -Summary: Documentation for egplot -Version: svn20617.1.02a -Release: %{tl_noarch_release} -Provides: tex-egplot-doc -BuildArch: noarch -AutoReqProv: No - -%description egplot-doc -Documentation for egplot - -%package ellipsis -Provides: tex-ellipsis = %{tl_version} -License: LPPL -Summary: Fix uneven spacing around ellipses in LaTeX text mode -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(ellipsis.sty) = %{tl_version} - -%description ellipsis -This is a simple package that fixes a problem in the way LaTeX -handles ellipses: it always puts a tiny bit more space after -\dots in text mode than before it, which results in the -ellipsis being off-center when used between two words. - -date: 2007-01-02 01:17:18 +0100 - -%post ellipsis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ellipsis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ellipsis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ellipsis-doc -Summary: Documentation for ellipsis -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ellipsis-doc -BuildArch: noarch -AutoReqProv: No - -%description ellipsis-doc -Documentation for ellipsis - -%package elmath -Provides: tex-elmath = %{tl_version} -License: LPPL -Summary: Mathematics in Greek texts -Version: svn15878.v1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(elmath.sty) = %{tl_version} - -%description elmath -This package has been designed to facilitate the use of Greek -letters in mathematical mode. The package allows one to -directly type in Greek letters (in ISO 8859-7 encoding) in math -mode. - -date: 2007-05-25 16:15:27 +0200 - -%post elmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elmath-doc -Summary: Documentation for elmath -Version: svn15878.v1.2 -Release: %{tl_noarch_release} -Provides: tex-elmath-doc -BuildArch: noarch -AutoReqProv: No - -%description elmath-doc -Documentation for elmath - -%package elpres -Provides: tex-elpres = %{tl_version} -License: LPPL -Summary: A simple class for electronic presentations -Version: svn15878.v0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(mathptmx.sty) -Requires: tex(courier.sty) -Requires: tex(helvet.sty) -Provides: tex(elpres.cls) = %{tl_version} - -%description elpres -Elpres is a simple class for electronic presentations to be -shown on screen or a beamer. Elpres is derived from article.cls -and may be used with LaTeX or pdfLaTeX. - -date: 2007-05-25 16:15:27 +0200 - -%post elpres -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elpres -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elpres -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elpres-doc -Summary: Documentation for elpres -Version: svn15878.v0.3 -Release: %{tl_noarch_release} -Provides: tex-elpres-doc -BuildArch: noarch -AutoReqProv: No - -%description elpres-doc -Documentation for elpres - -%package emarks -Provides: tex-emarks = %{tl_version} -License: LPPL 1.3 -Summary: Named mark registers with e-TeX -Version: svn24504.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Provides: tex(emarks.sty) = %{tl_version} - -%description emarks -E-TeX provides 32 768 mark registers; using this facility is -far more comfortable than LaTeX tricks with \markright, -\markboth, \leftmark and \rightmark. The package provides two -commands for marking: \marksthe and \marksthecs, which have * -forms which disable expansion; new mark registers are allocated -as needed. Syntax is closely modelled on the \marks primitive. -Four commands are provided for retrieving the marks registers' -content: \thefirstmarks, \thebotmarks, thetopmarks and -\getthemarks; and the command \ifmarksequal is available for -comparing the content of marks registers. The package requires -an e-TeX-enabled engine, and the etex package. - -date: 2011-11-03 08:30:49 +0100 - -%post emarks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun emarks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans emarks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package emarks-doc -Summary: Documentation for emarks -Version: svn24504.1.0 -Release: %{tl_noarch_release} -Provides: tex-emarks-doc -BuildArch: noarch -AutoReqProv: No - -%description emarks-doc -Documentation for emarks - -%package embrac -Provides: tex-embrac = %{tl_version} -License: LPPL 1.3 -Summary: Upright brackets in emphasised text -Version: svn29683.0.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(embrac.sty) = %{tl_version} - -%description embrac -The package redefines the commands \emph and \textit so that -parentheses and square brackets are typeset in an upright font -in their arguments. The package requires expl3 from the -l3kernel bundle, and xparse and l3keys2e from the l3packages -bundle. - -date: 2013-04-05 11:53:55 +0200 - -%post embrac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun embrac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans embrac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package embrac-doc -Summary: Documentation for embrac -Version: svn29683.0.3a -Release: %{tl_noarch_release} -Provides: tex-embrac-doc -BuildArch: noarch -AutoReqProv: No - -%description embrac-doc -Documentation for embrac - -%package emptypage -Provides: tex-emptypage = %{tl_version} -License: LPPL 1.2 -Summary: Make empty pages really empty -Version: svn18064.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(emptypage.sty) = %{tl_version} - -%description emptypage -This package prevents page numbers and headings from appearing -on empty pages. - -date: 2010-04-30 19:49:05 +0200 - -%post emptypage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun emptypage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans emptypage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package emptypage-doc -Summary: Documentation for emptypage -Version: svn18064.1.2 -Release: %{tl_noarch_release} -Provides: tex-emptypage-doc -BuildArch: noarch -AutoReqProv: No - -%description emptypage-doc -Documentation for emptypage - -%package emulateapj -Provides: tex-emulateapj = %{tl_version} -License: LPPL -Summary: Produce output similar to that of APJ -Version: svn28469.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(graphicx.sty) -Requires: tex(amssymb.sty) -Requires: tex(longtable.sty) -Requires: tex(epsf.sty) -Provides: tex(emulateapj.cls) = %{tl_version} - -%description emulateapj -A LaTeX class (based on current RevTeX) to produce preprints -with the page layout similar to that of the Astrophysical -Journal. - -date: 2012-12-05 13:33:41 +0100 - -%post emulateapj -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun emulateapj -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans emulateapj -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package emulateapj-doc -Summary: Documentation for emulateapj -Version: svn28469.0 -Release: %{tl_noarch_release} -Provides: tex-emulateapj-doc -BuildArch: noarch -AutoReqProv: No - -%description emulateapj-doc -Documentation for emulateapj - -%package endfloat -Provides: tex-endfloat = %{tl_version} -License: GPL+ -Summary: Move floats to the end, leaving markers where they belong -Version: svn24962.2.5c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(efxmpl.cfg) = %{tl_version} -Provides: tex(endfloat.sty) = %{tl_version} - -%description endfloat -Place all floats on pages by themselves at the end of the -document, optionally leaving markers like "[Figure 3 about -here]" in the text near to where the figure (or table) would -normally have occurred. Float types figure and table are -recognised by the package, unmodified. Since several packages -define other types of float, it is possible to register these -float types with endfloat. - -date: 2011-12-24 01:13:38 +0100 - -%post endfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun endfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans endfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package endfloat-doc -Summary: Documentation for endfloat -Version: svn24962.2.5c -Release: %{tl_noarch_release} -Provides: tex-endfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description endfloat-doc -Documentation for endfloat - -%package endheads -Provides: tex-endheads = %{tl_version} -License: LPPL -Summary: Running headers of the form "Notes to pp.xx-yy" -Version: svn27581.v1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(endheads.sty) = %{tl_version} - -%description endheads -Endheads provides running headers of the form "Notes to pp. xx- -yy" for endnotes sections. It also enables one to reset the -endnotes counter, and put a line marking the chapter change in -the endnotes, at the beginning of every chapter. Endheads -requires the fancyhdr, needspace, ifthen, and endnotes -packages. - -date: 2012-06-14 17:28:14 +0200 - -%post endheads -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun endheads -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans endheads -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package endheads-doc -Summary: Documentation for endheads -Version: svn27581.v1.5 -Release: %{tl_noarch_release} -Provides: tex-endheads-doc -BuildArch: noarch -AutoReqProv: No - -%description endheads-doc -Documentation for endheads - -%package endnotes -Provides: tex-endnotes = %{tl_version} -License: LPPL -Summary: Place footnotes at the end -Version: svn17197.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(endnotes.sty) = %{tl_version} - -%description endnotes -Accumulates footnotes and places them at the end of the -document. - -date: 2010-03-09 12:54:42 +0100 - -%post endnotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun endnotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans endnotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package endnotes-doc -Summary: Documentation for endnotes -Version: svn17197.0 -Release: %{tl_noarch_release} -Provides: tex-endnotes-doc -BuildArch: noarch -AutoReqProv: No - -%description endnotes-doc -Documentation for endnotes - -%package engpron -Provides: tex-engpron = %{tl_version} -License: LPPL -Summary: Helps to type the pronunciation of English words -Version: svn16558.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(tipa.sty) -Requires: tex(ifthen.sty) -Requires: tex(drac.sty) -Provides: tex(engpron-tools.sty) = %{tl_version} -Provides: tex(engpron.sty) = %{tl_version} - -%description engpron -This package provides macros beginning with the '' character, -made active, which enable us to write the British or American -English pronunciation as one can find it in the 'English -Pronouncing Dictionary' by Daniel Jones. There is an option to -typeset the pronunciation in the style of Harrap's dictionary. - -date: 2008-08-16 17:33:04 +0200 - -%post engpron -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun engpron -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans engpron -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package engpron-doc -Summary: Documentation for engpron -Version: svn16558.2 -Release: %{tl_noarch_release} -Provides: tex-engpron-doc -BuildArch: noarch -AutoReqProv: No - -%description engpron-doc -Documentation for engpron - -%package engrec -Provides: tex-engrec = %{tl_version} -License: LPPL -Summary: Enumerate with lower- or uppercase Greek letters -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amstext.sty) -Requires: tex(upgreek.sty) -Provides: tex(engrec.sty) = %{tl_version} - -%description engrec -This package provides two macros \engrec and \EnGrec to convert -number arguments to lower case or upper case greek letters. -They have the syntax of \alph, i.e. \engrec{a_counter}, -\EnGrec{a_counter}. Options are provided to work with the -upgreek and fourier packages. Requires amstext. - -date: 2008-05-07 22:48:57 +0200 - -%post engrec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun engrec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans engrec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package engrec-doc -Summary: Documentation for engrec -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-engrec-doc -BuildArch: noarch -AutoReqProv: No - -%description engrec-doc -Documentation for engrec - -%package enotez -Provides: tex-enotez = %{tl_version} -License: LPPL 1.3 -Summary: Support for end-notes -Version: svn29696.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xtemplate.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xpatch.sty) -Requires: tex(scrlfile.sty) -Requires: tex(translations.sty) -Provides: tex(enotez.sty) = %{tl_version} - -%description enotez -The package allows nested endnotes, supports hyperref and -provides means for easy customization of the list of notes. - -date: 2013-04-06 20:28:44 +0200 - -%post enotez -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun enotez -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans enotez -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package enotez-doc -Summary: Documentation for enotez -Version: svn29696.0.6 -Release: %{tl_noarch_release} -Provides: tex-enotez-doc -BuildArch: noarch -AutoReqProv: No - -%description enotez-doc -Documentation for enotez - -%package enumitem -Provides: tex-enumitem = %{tl_version} -License: LPPL -Summary: Control layout of itemize, enumerate, description -Version: svn24146.3.5.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(enumitem.sty) = %{tl_version} - -%description enumitem -This package provides user control over the layout of the three -basic list environments: enumerate, itemize and description. It -supersedes both enumerate and mdwlist (providing well- -structured replacements for all their funtionality), and in -addition provides functions to compute the layout of labels, -and to 'clone' the standard environments, to create new -environments with counters of their own. - -date: 2011-09-28 17:37:11 +0200 - -%post enumitem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun enumitem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans enumitem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package enumitem-doc -Summary: Documentation for enumitem -Version: svn24146.3.5.2 -Release: %{tl_noarch_release} -Provides: tex-enumitem-doc -BuildArch: noarch -AutoReqProv: No - -%description enumitem-doc -Documentation for enumitem - -%package enumitem-zref -Provides: tex-enumitem-zref = %{tl_version} -License: LPPL 1.3 -Summary: Extended references to items for enumitem package -Version: svn21472.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(gettitlestring.sty) -Requires: tex(enumitem.sty) -Requires: tex(zref.sty) -Requires: tex(zref-user.sty) -Requires: tex(zref-counter.sty) -Requires: tex(engrec.sty) -Requires: tex(alphalph.sty) -Requires: tex(greekctr.sty) -Provides: tex(enumitem-zref.sty) = %{tl_version} - -%description enumitem-zref -The package is a companion for the enumitem package; it makes -it possible to reference any item in lists formatted by -enumitem lists, viz., enumerated, itemize and description -lists, and any list defined (or customised) with \newlist or -\setlist. References may be typeset differently with -options/properties and even arbitrary text. With hyperref, -anchors are added for each item to enable hyperlinks within the -document or even to external documents. Three schemes are -provided to make reference names (including the standard \label -command). - -date: 2011-02-19 16:41:47 +0100 - -%post enumitem-zref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun enumitem-zref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans enumitem-zref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package enumitem-zref-doc -Summary: Documentation for enumitem-zref -Version: svn21472.1.8 -Release: %{tl_noarch_release} -Provides: tex-enumitem-zref-doc -BuildArch: noarch -AutoReqProv: No - -%description enumitem-zref-doc -Documentation for enumitem-zref - -%package envbig -Provides: tex-envbig = %{tl_version} -License: LPPL -Summary: Printing addresses on envelopes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(envbig.sty) = %{tl_version} - -%description envbig -A simple package, that prints both 'from' and 'to' addresses. - -date: 2008-11-11 20:51:43 +0100 - -%post envbig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun envbig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans envbig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package envbig-doc -Summary: Documentation for envbig -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-envbig-doc -BuildArch: noarch -AutoReqProv: No - -%description envbig-doc -Documentation for envbig - -%package environ -Provides: tex-environ = %{tl_version} -License: LPPL -Summary: A new interface for environments in LaTeX -Version: svn29600.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(trimspaces.sty) -Provides: tex(environ.sty) = %{tl_version} - -%description environ -The package provides the \collect@body command (as in amsmath), -as well as a \long version \Collect@Body, for collecting the -body text of an environment. These commands are used to define -a new author interface to creating new environments. For -example: \NewEnviron{test} wraps the entire environment body in -square brackets, doing the right thing in ignoring leading and -trailing spaces. - -date: 2013-04-01 18:04:30 +0200 - -%post environ -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun environ -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans environ -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package environ-doc -Summary: Documentation for environ -Version: svn29600.0.3 -Release: %{tl_noarch_release} -Provides: tex-environ-doc -BuildArch: noarch -AutoReqProv: No - -%description environ-doc -Documentation for environ - -%package envlab -Provides: tex-envlab = %{tl_version} -License: LPPL -Summary: Addresses on envelopes or mailing labels -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(envlab.cfg) = %{tl_version} -Provides: tex(envlab.sty) = %{tl_version} - -%description envlab -A LaTeX package for producing mailing envelopes and labels, -including barcodes and address formatting according to the US -Postal Service rules. Redefines the standard \makelabels -command of the LaTeX letter documentclass. - -date: 2009-01-23 15:11:09 +0100 - -%post envlab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun envlab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans envlab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package envlab-doc -Summary: Documentation for envlab -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-envlab-doc -BuildArch: noarch -AutoReqProv: No - -%description envlab-doc -Documentation for envlab - -%package epigraph -Provides: tex-epigraph = %{tl_version} -License: LPPL 1.3 -Summary: A package for typesetting epigraphs -Version: svn15878.1.5c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epigraph.sty) = %{tl_version} - -%description epigraph -Epigraphs are the pithy quotations often found at the start (or -end) of a chapter. Both single epigraphs and lists of epigraphs -are catered for. Various aspects are easily configurable. - -date: 2009-09-02 18:09:14 +0200 - -%post epigraph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epigraph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epigraph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epigraph-doc -Summary: Documentation for epigraph -Version: svn15878.1.5c -Release: %{tl_noarch_release} -Provides: tex-epigraph-doc -BuildArch: noarch -AutoReqProv: No - -%description epigraph-doc -Documentation for epigraph - -%package epiolmec -Provides: tex-epiolmec = %{tl_version} -License: LPPL -Summary: Typesetting the Epi-Olmec Language -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(epiolmec.map) = %{tl_version} -Provides: tex(EpiOlmec.tfm) = %{tl_version} -Provides: tex(Epi-Olmec.pfb) = %{tl_version} -Provides: tex(epiolmec.sty) = %{tl_version} - -%description epiolmec -The package contains all the necessary files to typeset Epi- -Olmec ``documents'', a script used in Southern Middle America -until about 500 AD. - -date: 2007-02-06 22:00:42 +0100 - -%post epiolmec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map epiolmec.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map epiolmec.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun epiolmec -if [ $1 == 0 ] ; then -sed -i '/^Map epiolmec.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans epiolmec -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epiolmec-doc -Summary: Documentation for epiolmec -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-epiolmec-doc -BuildArch: noarch -AutoReqProv: No - -%description epiolmec-doc -Documentation for epiolmec - -%package eqell -Provides: tex-eqell = %{tl_version} -License: GPL+ -Summary: Sympathetically spaced ellipsis after punctuation -Version: svn22931.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(eqell.sty) = %{tl_version} - -%description eqell -The package provides commands that give a well-spaced ellipsis -after !, ?, !? or ?!. - -date: 2011-05-29 19:51:14 +0200 - -%post eqell -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eqell -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eqell -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eqell-doc -Summary: Documentation for eqell -Version: svn22931.0 -Release: %{tl_noarch_release} -Provides: tex-eqell-doc -BuildArch: noarch -AutoReqProv: No - -%description eqell-doc -Documentation for eqell - -%package eqlist -Provides: tex-eqlist = %{tl_version} -License: LPPL -Summary: Description lists with equal indentation -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(eqparbox.sty) -Provides: tex(eqlist.sty) = %{tl_version} - -%description eqlist -This package provides a list environment which sets a -description-like list but with the difference that the -indentation corresponds to the longest item of the list. - -date: 2008-02-29 19:54:55 +0100 - -%post eqlist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eqlist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eqlist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eqlist-doc -Summary: Documentation for eqlist -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-eqlist-doc -BuildArch: noarch -AutoReqProv: No - -%description eqlist-doc -Documentation for eqlist - -%package eqname -Provides: tex-eqname = %{tl_version} -License: Copyright only -Summary: Name tags for equations -Version: svn20678.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eqname.sty) = %{tl_version} - -%description eqname -The \eqname command provides a name tag for the current -equation, in place of an equation number. The name tag will be -picked up by a subsequent \label command. - -date: 2010-12-04 00:54:21 +0100 - -%post eqname -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eqname -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eqname -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eqparbox -Provides: tex-eqparbox = %{tl_version} -License: LPPL 1.3 -Summary: Create equal-widthed parboxes -Version: svn29419.4.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(environ.sty) -Provides: tex(eqparbox.sty) = %{tl_version} - -%description eqparbox -LaTeX users sometimes need to ensure that two or more blocks of -text occupy the same amount of horizontal space on the page. To -that end, the eqparbox package defines a new command, -\eqparbox, which works just like \parbox, except that instead -of specifying a width, one specifies a tag. All eqparboxes with -the same tag--regardless of where they are in the document-- -will stretch to fit the widest eqparbox with that tag. This -simple, equal-width mechanism can be used for a variety of -alignment purposes, as is evidenced by the examples in -eqparbox's documentation. Various derivatives of \eqparbox are -also provided. - -date: 2013-03-17 00:02:27 +0100 - -%post eqparbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eqparbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eqparbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eqparbox-doc -Summary: Documentation for eqparbox -Version: svn29419.4.0 -Release: %{tl_noarch_release} -Provides: tex-eqparbox-doc -BuildArch: noarch -AutoReqProv: No - -%description eqparbox-doc -Documentation for eqparbox - -%package errata -Provides: tex-errata = %{tl_version} -License: LPPL -Summary: Error markup for LaTeX documents -Version: svn15878.v0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(errata.sty) = %{tl_version} - -%description errata -This package provides a simple infrastructure for recording -errata in LaTeX documents. This allows the user to maintain an -updated version of the document (with all errors corrected) and -to automatically generate an errata document highlighting the -difference to the published version. - -date: 2008-08-19 20:15:24 +0200 - -%post errata -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun errata -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans errata -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package errata-doc -Summary: Documentation for errata -Version: svn15878.v0.3 -Release: %{tl_noarch_release} -Provides: tex-errata-doc -BuildArch: noarch -AutoReqProv: No - -%description errata-doc -Documentation for errata - -%package esdiff -Provides: tex-esdiff = %{tl_version} -License: LPPL -Summary: Simplify typesetting of derivatives -Version: svn21385.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esdiff.sty) = %{tl_version} - -%description esdiff -The package makes writing derivatives very easy. It offers -macros for derivatives, partial derivatives and multiple -derivatives, and allows specification of the point at which the -value is calculated. Some typographic alternatives may be -selected by package options - -date: 2011-02-13 18:31:54 +0100 - -%post esdiff -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun esdiff -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans esdiff -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esdiff-doc -Summary: Documentation for esdiff -Version: svn21385.1.2 -Release: %{tl_noarch_release} -Provides: tex-esdiff-doc -BuildArch: noarch -AutoReqProv: No - -%description esdiff-doc -Documentation for esdiff - -%package esint -Provides: tex-esint = %{tl_version} -License: Public Domain -Summary: Extended set of integrals for Computer Modern -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esint10.tfm) = %{tl_version} -Provides: tex(esint.sty) = %{tl_version} -Provides: tex(uesint.fd) = %{tl_version} - -%description esint -The esint package permits access to alternate integral symbols -when you're using the Computer Modern fonts. In the original -set, several integral symbols are missing, such as \oiint. Many -of these symbols are available in other font sets (pxfonts, -txfonts, etc.), but there is no good solution if you want to -use Computer Modern. The package provides Metafont source and -LaTeX macro support. - -date: 2006-10-27 00:09:51 +0200 - -%post esint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun esint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans esint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esint-doc -Summary: Documentation for esint -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-esint-doc -BuildArch: noarch -AutoReqProv: No - -%description esint-doc -Documentation for esint - -%package esint-type1 -Provides: tex-esint-type1 = %{tl_version} -License: Public Domain -Summary: Font esint10 in Type 1 format -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex-esint -Provides: tex(esint.map) = %{tl_version} -Provides: tex(esint10.pfb) = %{tl_version} -Provides: tex(esint.tex) = %{tl_version} - -%description esint-type1 -This is Eddie Saudrais's font esint10 in Adobe Type 1 format. -The Adobe Type 1 implementation was generated from the original -MetaFont using mftrace. This distribution does not contain the -TFM files that are necessary to use the fonts with TeX; the TFM -files can be generated from the Metafont sources obtained by -following the instructions in the normal way. - -date: 2008-01-16 21:31:11 +0100 - -%post esint-type1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap esint.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap esint.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun esint-type1 -if [ $1 == 0 ] ; then -sed -i '/^MixedMap esint.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans esint-type1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package esint-type1-doc -Summary: Documentation for esint-type1 -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-esint-type1-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-esint-doc - -%description esint-type1-doc -Documentation for esint-type1 - -%package etaremune -Provides: tex-etaremune = %{tl_version} -License: LPPL -Summary: Reverse-counting enumerate environment -Version: svn15878.v1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(etaremune.sty) = %{tl_version} - -%description etaremune -This package implements the etaremune environment which is -similar to the enumerate environment, except that labels are -decreasing instead of increasing. The package provides a -noticeably more efficient alternative to the revnum package, -which uses painfully many counters. - -date: 2009-05-14 13:22:18 +0200 - -%post etaremune -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etaremune -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etaremune -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etaremune-doc -Summary: Documentation for etaremune -Version: svn15878.v1.2 -Release: %{tl_noarch_release} -Provides: tex-etaremune-doc -BuildArch: noarch -AutoReqProv: No - -%description etaremune-doc -Documentation for etaremune - -%package etextools -Provides: tex-etextools = %{tl_version} -License: LPPL -Summary: e-TeX tools for LaTeX users and package writers -Version: svn20694.3.1415926 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(letltxmacro.sty) -Provides: tex(etextools.sty) = %{tl_version} - -%description etextools -The package provides many (purely expandable) tools for LaTeX: -- Extensive list management (csv lists, lists of single -tokens/characters, etoolbox lists): * purely expandable loops -(csvloop, forcsvloop, etc.) * conversion (csvtolist, etc.)) * -addition/deletion (csvadd, listdel, etc.) - Expansion and group -control: \expandnext, \ExpandAfterCmds, \AfterGroup... - Tests -on tokens, characters and control sequences (\iffirstchar, -\ifiscs, \ifdefcount, \@ifchar...) - Tests on strings -(\ifstrnum, \ifuppercase, \DeclareStringFilter...) - Purely -expandable macros with options (\FE@testopt, \FE@ifstar) or -modifiers (\FE@modifiers) - Some purely expandable numerics -(\interval, \locinterplin). The package is dependent on the -etex and the etoolbox packages. - -date: 2010-12-08 18:13:15 +0100 - -%post etextools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etextools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etextools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etextools-doc -Summary: Documentation for etextools -Version: svn20694.3.1415926 -Release: %{tl_noarch_release} -Provides: tex-etextools-doc -BuildArch: noarch -AutoReqProv: No - -%description etextools-doc -Documentation for etextools - -%package etoc -Provides: tex-etoc = %{tl_version} -License: LPPL 1.2 -Summary: Completely customisable TOCs -Version: svn29697.1.07f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Provides: tex(etoc.sty) = %{tl_version} - -%description etoc -The package gives the user complete control of how the entries -of the table of contents should be constituted from the name, -number, and page number of each sectioning unit. The layout is -controlled by the definition of 'line styles' for each -sectioning level used in the document. The package provides its -own custom line styles (which may be used as examples), and -continues to support the standard formatting inherited from the -LaTeX document classes, but the package can also allow the user -to delegate the details to packages dealing with list making -environments (such as enumitem). The package's default global -style typesets tables of contents in a multi-column format, -with either a standard heading, or a ruled title (optionally -with a frame around the table). The \tableofcontents command -may be used arbitrarily many times in the same document, while -\localtableofcontents provides a 'local' table of contents. - -date: 2013-04-06 14:04:53 +0200 - -%post etoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etoc-doc -Summary: Documentation for etoc -Version: svn29697.1.07f -Release: %{tl_noarch_release} -Provides: tex-etoc-doc -BuildArch: noarch -AutoReqProv: No - -%description etoc-doc -Documentation for etoc - -%package etoolbox -Provides: tex-etoolbox = %{tl_version} -License: LPPL 1.3 -Summary: Tool-box for LaTeX programmers using e-TeX -Version: svn20922.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Provides: tex(etoolbox.def) = %{tl_version} -Provides: tex(etoolbox.sty) = %{tl_version} - -%description etoolbox -The etoolbox package is a toolbox of programming facilities -geared primarily towards LaTeX class and package authors. It -provides LaTeX frontends to some of the new primitives provided -by e-TeX as well as some generic tools which are not strictly -related to e-TeX but match the profile of this package. Note -that the initial versions of this package were released under -the name elatex. The package provides functions that seem to -offer alternative ways of implementing some LaTeX kernel -commands; nevertheless, the package will not modify any part of -the LaTeX kernel. - -date: 2011-01-03 19:54:22 +0100 - -%post etoolbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun etoolbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans etoolbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package etoolbox-doc -Summary: Documentation for etoolbox -Version: svn20922.2.1 -Release: %{tl_noarch_release} -Provides: tex-etoolbox-doc -BuildArch: noarch -AutoReqProv: No - -%description etoolbox-doc -Documentation for etoolbox - -%package eukdate -Provides: tex-eukdate = %{tl_version} -License: LPPL -Summary: UK format dates, with weekday -Version: svn15878.1.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eukdate.sty) = %{tl_version} - -%description eukdate -The package is used to change the format of \today's date, -including the weekday, e.g., "Saturday, 26 June 2008", the 'UK -format', which is preferred in many parts of the world, as -distinct from that which is used in \maketitle of the article -class, "June 26, 2008", the 'US format'. - -date: 2009-03-17 21:46:26 +0100 - -%post eukdate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eukdate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eukdate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eukdate-doc -Summary: Documentation for eukdate -Version: svn15878.1.04 -Release: %{tl_noarch_release} -Provides: tex-eukdate-doc -BuildArch: noarch -AutoReqProv: No - -%description eukdate-doc -Documentation for eukdate - -%package europecv -Provides: tex-europecv = %{tl_version} -License: LPPL -Summary: Unofficial class for European curricula vitae -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(totpages.sty) -Requires: tex(booktabs.sty) -Requires: tex(ucs.sty) -Requires: tex(inputenc.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(ecvbg.def) = %{tl_version} -Provides: tex(ecvca.def) = %{tl_version} -Provides: tex(ecvcs.def) = %{tl_version} -Provides: tex(ecvda.def) = %{tl_version} -Provides: tex(ecvde.def) = %{tl_version} -Provides: tex(ecven.def) = %{tl_version} -Provides: tex(ecves.def) = %{tl_version} -Provides: tex(ecvet.def) = %{tl_version} -Provides: tex(ecvfi.def) = %{tl_version} -Provides: tex(ecvfr.def) = %{tl_version} -Provides: tex(ecvgl.def) = %{tl_version} -Provides: tex(ecvgr.def) = %{tl_version} -Provides: tex(ecvhu.def) = %{tl_version} -Provides: tex(ecvis.def) = %{tl_version} -Provides: tex(ecvit.def) = %{tl_version} -Provides: tex(ecvlt.def) = %{tl_version} -Provides: tex(ecvlv.def) = %{tl_version} -Provides: tex(ecvmt.def) = %{tl_version} -Provides: tex(ecvnl.def) = %{tl_version} -Provides: tex(ecvno.def) = %{tl_version} -Provides: tex(ecvpl.def) = %{tl_version} -Provides: tex(ecvpt.def) = %{tl_version} -Provides: tex(ecvro.def) = %{tl_version} -Provides: tex(ecvsk.def) = %{tl_version} -Provides: tex(ecvsl.def) = %{tl_version} -Provides: tex(ecvsr.def) = %{tl_version} -Provides: tex(ecvsv.def) = %{tl_version} -Provides: tex(europecv.cls) = %{tl_version} - -%description europecv -The europecv class is an unofficial LaTeX implementation of the -standard model for curricula vitae (the "Europass CV") as -recommended by the European Commission. Although primarily -intended for users in the European Union, the class is flexible -enough to be used for any kind of curriculum vitae. The class -has localisations for all the official languages of the EU -(plus Catalan), as well as options permitting input in UTF-8 -and koi8-r. - -date: 2006-12-09 23:51:48 +0100 - -%post europecv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun europecv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans europecv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package europecv-doc -Summary: Documentation for europecv -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-europecv-doc -BuildArch: noarch -AutoReqProv: No - -%description europecv-doc -Documentation for europecv - -%package everyhook -Provides: tex-everyhook = %{tl_version} -License: LPPL 1.3 -Summary: Hooks for standard TeX token lists -Version: svn21298.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svn-prov.sty) -Requires: tex(etoolbox.sty) -Provides: tex(everyhook.sty) = %{tl_version} - -%description everyhook -The package takes control of the six TeX token registers -\everypar, \everymath, \everydisplay, \everyhbox, \everyvbox -and \everycr. Real hooks for each of the registers may be -installed using a stack like interface. For backwards -compatibility, each of the \everyX token lists can be set -without interfering with the hooks. - -date: 2011-02-04 11:55:08 +0100 - -%post everyhook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun everyhook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans everyhook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package everyhook-doc -Summary: Documentation for everyhook -Version: svn21298.1.1 -Release: %{tl_noarch_release} -Provides: tex-everyhook-doc -BuildArch: noarch -AutoReqProv: No - -%description everyhook-doc -Documentation for everyhook - -%package everypage -Provides: tex-everypage = %{tl_version} -License: LPPL -Summary: Provide hooks to be run on every page of a document -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(everypage.sty) = %{tl_version} - -%description everypage -The package provides hooks to perform actions on every page, or -on the current page. Specifically, actions are performed after -the page is composed, but before it is shipped, so they can be -used to prepare the output page in tasks like putting -watermarks in the background, or in setting the next page -layout, etc. - -date: 2008-02-19 19:31:19 +0100 - -%post everypage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun everypage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans everypage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package everypage-doc -Summary: Documentation for everypage -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-everypage-doc -BuildArch: noarch -AutoReqProv: No - -%description everypage-doc -Documentation for everypage - -%package exam -Provides: tex-exam = %{tl_version} -License: LPPL 1.3 -Summary: Package for typesetting exam scripts -Version: svn22585.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(exam.cls) = %{tl_version} - -%description exam -Provides a class exam, which eases production of exams, even by -a LaTeX novice. Simple commands are provided to: - create -questions, parts of questions, subparts of parts, and -subsubparts of subparts, all with optional point values; - -create a grading table, indexed either by question number -(listing each question and the total possible points for that -question) or by page number (listing each page with points and -the total possible points for that page); - create headers and -footers that are each specified in three parts: one part to be -left justified, one part to be centered, and one part to be -right justified, in the manner of fancyhdr Headers and/or -footers can be different on the first page of the exam, can be -different on the last page of the exam, and can vary depending -on whether the page number is odd or even, or on whether the -current page continues a question from a previous page, or on -whether the last question on the current page continues onto -the following page. Multiple line headers and/or footers are -allowed, and it's easy to increase the part of the page devoted -to headers and/or footers to allow for this. Note that the -bundle exams also provides a file exam.cls; the two bundles -therefore clash, and should not be installed on the same -system. - -date: 2011-05-23 10:42:55 +0200 - -%post exam -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exam -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exam -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exam-doc -Summary: Documentation for exam -Version: svn22585.2.4 -Release: %{tl_noarch_release} -Provides: tex-exam-doc -BuildArch: noarch -AutoReqProv: No - -%description exam-doc -Documentation for exam - -%package examdesign -Provides: tex-examdesign = %{tl_version} -License: LPPL -Summary: LaTeX class for typesetting exams -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(enumerate.sty) -Requires: tex(multicol.sty) -Requires: tex(keyval.sty) -Provides: tex(examdesign.cls) = %{tl_version} - -%description examdesign -This bundle provides a class examdesign. The class provides -several features useful for designing tests or question sets: - -it allows for explicit markup of questions and answers; - the -class will, at the user's request, automatically generate -answer keys; - multiple versions of the same test can be -generated automatically, with the ordering of questions within -each section randomly permuted so as to minimize cheating; - -the generated answer keys can be constructed either with or -without the questions included; - environments are provided to -assist in constructing the most common types of test question: -matching, true/false, multiple-choice, fill-in-the-blank, and -short answer/essay questions. - -date: 2006-12-09 23:51:48 +0100 - -%post examdesign -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun examdesign -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans examdesign -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package examdesign-doc -Summary: Documentation for examdesign -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-examdesign-doc -BuildArch: noarch -AutoReqProv: No - -%description examdesign-doc -Documentation for examdesign - -%package examplep -Provides: tex-examplep = %{tl_version} -License: GPL+ -Summary: Verbatim phrases and listings in LaTeX -Version: svn16916.0.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbfwr.sty) -Provides: tex(codep.sty) = %{tl_version} -Provides: tex(examplep.sty) = %{tl_version} -Provides: tex(verbfwr.sty) = %{tl_version} - -%description examplep -Examplep provides sophisticated features for typesetting -verbatim source code listings, including the display of the -source code and its compiled LaTeX or METAPOST output side-by- -side, with automatic width detection and enabled page breaks -(in the source), without the need for specifying the source -twice. Special care is taken that section, page and footnote -numbers do not interfere with the main document. For -typesetting short verbatim phrases, a replacement for the \verb -command is also provided in the package, which can be used -inside tables and moving arguments such as footnotes and -section titles. The listings package is used for syntax -highlighting. The accompanying codep package and the wrfiles.pl -Perl script provide a convenient interface to the examplep -package for authors of manuals. With codep it is possible to -generate the source code, the LaTeX or METAPOST output and the -compilable example file from a single source embedded into the -appropriate place of the .tex document file. - -date: 2010-02-04 09:03:57 +0100 - -%post examplep -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun examplep -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans examplep -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package examplep-doc -Summary: Documentation for examplep -Version: svn16916.0.04 -Release: %{tl_noarch_release} -Provides: tex-examplep-doc -BuildArch: noarch -AutoReqProv: No - -%description examplep-doc -Documentation for examplep - -%package exceltex -Provides: tex-exceltex = %{tl_version} -License: GPL+ -Summary: Get data from Excel files into LaTeX -Version: svn26313.0.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-exceltex-bin -Requires: tex(ulem.sty) -Requires: tex(color.sty) -Provides: tex(exceltex.sty) = %{tl_version} - -%description exceltex -Exceltex is a LaTeX package combined with a helper program -written in Perl. It provides an easy to use yet powerfull and -flexible way to get data from Spreadsheets into LaTeX. In -contrast to other solutions, exceltex does not seek to make the -creation of tables in LaTeX easier, but to get data from -Spreadsheets into LaTeX as easily as possible. The Excel (TM) -file format only acts as an interface between the spreadsheet -application and exceltex beacause it is easily accessible (via -the Spreadsheet::ParseExcel Perl module) and because most -spreadsheet applications are able to read and write Excel -files. - -date: 2012-05-07 22:43:29 +0200 - -%post exceltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exceltex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exceltex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exceltex-doc -Summary: Documentation for exceltex -Version: svn26313.0.5.1 -Release: %{tl_noarch_release} -Provides: tex-exceltex-doc -BuildArch: noarch -AutoReqProv: No - -%description exceltex-doc -Documentation for exceltex - -%package exceltex-bin -Summary: Binaries for exceltex -Version: svn25860.0 -Requires: texlive-base -Requires: tex-exceltex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description exceltex-bin -Binaries for exceltex - -%package excludeonly -Provides: tex-excludeonly = %{tl_version} -License: Public Domain -Summary: Prevent files being \include-ed -Version: svn17262.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(excludeonly.sty) = %{tl_version} - -%description excludeonly -The package defines an \excludeonly command, which is (in -effect) the opposite of \includeonly. If both \includeonly and -\excludeonly exist in a document, only files "allowed" by both -will be included. The package redefines the internal \@include -command, so it conflicts with packages that do the same. -Examples are the classes paper.cls and thesis.cls. - -date: 2010-03-01 08:47:36 +0100 - -%post excludeonly -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun excludeonly -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans excludeonly -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package excludeonly-doc -Summary: Documentation for excludeonly -Version: svn17262.1.0 -Release: %{tl_noarch_release} -Provides: tex-excludeonly-doc -BuildArch: noarch -AutoReqProv: No - -%description excludeonly-doc -Documentation for excludeonly - -%package exercise -Provides: tex-exercise = %{tl_version} -License: GPL+ -Summary: Typeset exercises, problems, etc. and their answers -Version: svn26260.1.58 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(exercise.sty) = %{tl_version} - -%description exercise -The package helps to typeset exercises or list of exercises -within any document. Exercises, questions and sub-questions are -automatically numbered. It is possible to put answers in the -same document, and display them immediatly, later in the -document or not to print answers at all. The layout of -exercises is fully customisable. It is possible to typeset long -problems, short exercises, questionnaires, etc. Usage of the -babel package is detected, but not fully supported yet (only -English and French are implemented). - -date: 2012-05-08 15:13:49 +0200 - -%post exercise -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exercise -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exercise -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exercise-doc -Summary: Documentation for exercise -Version: svn26260.1.58 -Release: %{tl_noarch_release} -Provides: tex-exercise-doc -BuildArch: noarch -AutoReqProv: No - -%description exercise-doc -Documentation for exercise - -%package exp-testopt -Provides: tex-exp-testopt = %{tl_version} -License: LPPL -Summary: Expandable \@testopt (and related) macros -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(exp-testopt.sty) = %{tl_version} - -%description exp-testopt -The package provides an expandable variant of the LaTeX kernel -command \@testopt, named \@expandable@testopt, and a more -general \@expandable@ifopt, both intended for package writers. -Also we have a variant of \newcommand which uses these macros -to check for optional arguments. - -date: 2009-03-08 17:38:29 +0100 - -%post exp-testopt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exp-testopt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exp-testopt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exp-testopt-doc -Summary: Documentation for exp-testopt -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-exp-testopt-doc -BuildArch: noarch -AutoReqProv: No - -%description exp-testopt-doc -Documentation for exp-testopt - -%package expdlist -Provides: tex-expdlist = %{tl_version} -License: LPPL -Summary: Expanded description environments -Version: svn15878.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(expdlist.sty) = %{tl_version} - -%description expdlist -The package provides additional features for the LaTeX -description environment, including adjustable left margin. The -package also allows the user to 'break' a list (for example, to -interpose a comment) without affecting the structure of the -list (so that, for example, numbered lists remain in sequence). - -date: 2008-06-23 23:47:50 +0200 - -%post expdlist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun expdlist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans expdlist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package expdlist-doc -Summary: Documentation for expdlist -Version: svn15878.2.4 -Release: %{tl_noarch_release} -Provides: tex-expdlist-doc -BuildArch: noarch -AutoReqProv: No - -%description expdlist-doc -Documentation for expdlist - -%package export -Provides: tex-export = %{tl_version} -License: LPPL -Summary: Import and export values of LaTeX registers -Version: svn27206.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dvipaste.sty) = %{tl_version} -Provides: tex(export.sty) = %{tl_version} - -%description export -The package allows the user to export/import the values of -LaTeX registers (counters, rigid and rubber lengths only). It -is not for faint-hearted users. The package may be used, for -example, to communicate between documents for the purposes of -dvipaste. - -date: 2012-07-11 14:19:50 +0200 - -%post export -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun export -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans export -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package export-doc -Summary: Documentation for export -Version: svn27206.1.8 -Release: %{tl_noarch_release} -Provides: tex-export-doc -BuildArch: noarch -AutoReqProv: No - -%description export-doc -Documentation for export - -%package exsheets -Provides: tex-exsheets = %{tl_version} -License: LPPL 1.3 -Summary: Create exercise sheets and exams -Version: svn29685.0.8a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(xtemplate.sty) -Requires: tex(l3sort.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(ulem.sty) -Requires: tex(epic.sty) -Provides: tex(cntformats.sty) = %{tl_version} -Provides: tex(exsheets.sty) = %{tl_version} -Provides: tex(exsheets_configurations.cfg) = %{tl_version} -Provides: tex(exsheets_headings.cfg) = %{tl_version} -Provides: tex(exsheets_headings.def) = %{tl_version} -Provides: tex(tasks.cfg) = %{tl_version} -Provides: tex(tasks.sty) = %{tl_version} -Provides: tex(translations.sty) = %{tl_version} - -%description exsheets -The package provides the means to create exercises or questions -and their corresponding solutions. The questions may be divided -into classes and/or topics and may be printed selectively. -Meta-data to questions can be added and recovered. The -solutions may be printed where they are, or collected and -printed at a later point in the document all together, section- -wise or selectively by ID. The package provides the means to -selectively include questions from an external file, and to -control the style of headings of both questions and solutions. - -date: 2013-04-05 09:04:07 +0200 - -%post exsheets -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exsheets -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exsheets -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exsheets-doc -Summary: Documentation for exsheets -Version: svn29685.0.8a -Release: %{tl_noarch_release} -Provides: tex-exsheets-doc -BuildArch: noarch -AutoReqProv: No - -%description exsheets-doc -Documentation for exsheets - -%package extract -Provides: tex-extract = %{tl_version} -License: LPPL -Summary: Extract parts of a document and write to another document -Version: svn15878.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(xkeyval.sty) -Provides: tex(extract.sty) = %{tl_version} - -%description extract -The package provides the means to extract specific content from -a source document and write that to a target document. One -could, for instance, use this to extract all exercises from -lecture notes and generate an exercises book on the fly. The -package also provides an environment which writes its body -entirely to the target file. Another environment will write to -the target file, but will also execute the body. This allows to -share code (for instance, a preamble) between the source -document and the target file. Finally, the package provides an -interface to conditionally extract content. With a single -package option, one can specify exactly which commands (counted -from the start of the document) should be extracted and which -not. This might be useful for extracting specific slides from a -presentation and use them in a new file. - -date: 2006-11-09 15:16:55 +0100 - -%post extract -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun extract -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans extract -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package extract-doc -Summary: Documentation for extract -Version: svn15878.1.8 -Release: %{tl_noarch_release} -Provides: tex-extract-doc -BuildArch: noarch -AutoReqProv: No - -%description extract-doc -Documentation for extract - -%package facsimile -Provides: tex-facsimile = %{tl_version} -License: LPPL -Summary: Document class for preparing faxes -Version: svn21328.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(fac-de.cfg) = %{tl_version} -Provides: tex(fac-en.cfg) = %{tl_version} -Provides: tex(facsimile.cls) = %{tl_version} - -%description facsimile -The facsimile class provides a simple interface for creating a -document for sending as a fax, with LaTeX. The class covers two -areas: - First, a title page is created with a detailed fax -header; - second, every page gets headers and footers so that -the recipient can be sure that every page has been received and -all pages are complete, and in the correct order. The class -evolved from the fax package, and provides much better language -support. - -date: 2007-01-03 21:31:08 +0100 - -%post facsimile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun facsimile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans facsimile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package facsimile-doc -Summary: Documentation for facsimile -Version: svn21328.1.0 -Release: %{tl_noarch_release} -Provides: tex-facsimile-doc -BuildArch: noarch -AutoReqProv: No - -%description facsimile-doc -Documentation for facsimile - -%package fancynum -Provides: tex-fancynum = %{tl_version} -License: LPPL -Summary: Typeset numbers -Version: svn15878.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fancynum.sty) = %{tl_version} - -%description fancynum -A LaTeX package for typesetting numbers, in particular floating -point numbers, such as you find in program output. - -date: 2008-04-19 23:11:03 +0200 - -%post fancynum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancynum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancynum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancynum-doc -Summary: Documentation for fancynum -Version: svn15878.0.92 -Release: %{tl_noarch_release} -Provides: tex-fancynum-doc -BuildArch: noarch -AutoReqProv: No - -%description fancynum-doc -Documentation for fancynum - -%package fancypar -Provides: tex-fancypar = %{tl_version} -License: LPPL 1.3 -Summary: Decoration of individual paragraphs -Version: svn18018.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(xcolor.sty) -Provides: tex(fancypar.sty) = %{tl_version} - -%description fancypar -Decorates individual paragraphs of a document, offering five -pre-defined styles. The command offers an optional 'key-value' -argument with the user may define parameters of the selected -style. Predefined styles offer a spiral-notebook, a zebra-like, -a dashed, a marked design, and an underlined style. Users may -also define their own styles. Decorated paragraphs may not -include displayed mathematics. - -date: 2010-04-29 12:40:52 +0200 - -%post fancypar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancypar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancypar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancypar-doc -Summary: Documentation for fancypar -Version: svn18018.1.1 -Release: %{tl_noarch_release} -Provides: tex-fancypar-doc -BuildArch: noarch -AutoReqProv: No - -%description fancypar-doc -Documentation for fancypar - -%package fancytabs -Provides: tex-fancytabs = %{tl_version} -License: LPPL 1.3 -Summary: Fancy page border tabs -Version: svn27684.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(fancytabs.sty) = %{tl_version} - -%description fancytabs -The package can typeset tabs on the side of a page. It requires -TikZ from the pgf bundle. - -date: 2012-09-17 18:38:18 +0200 - -%post fancytabs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancytabs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancytabs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancytabs-doc -Summary: Documentation for fancytabs -Version: svn27684.1.8 -Release: %{tl_noarch_release} -Provides: tex-fancytabs-doc -BuildArch: noarch -AutoReqProv: No - -%description fancytabs-doc -Documentation for fancytabs - -%package fancytooltips -Provides: tex-fancytooltips = %{tl_version} -License: LPPL 1.2 -Summary: Include a wide range of material in PDF tooltips -Version: svn27129.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(xkeyval.sty) -Requires: tex(atbegshi.sty) -Requires: tex(transparent.sty) -Requires: tex(eso-pic.sty) -Provides: tex(fancytooltips.sty) = %{tl_version} - -%description fancytooltips -The package was inspired by the cooltooltips package. In -contrast to cooltooltips, fancytooltips allows inclusion of -tooltips which contain arbitrary TeX material or a series of -TeX materials (animated graphics) from an external PDF file. To -see the tooltips, you have to open the files in Adobe Reader. -The links and JavaScripts are inserted using eforms package -from the AcroTeX bundle. - -date: 2012-06-03 20:06:11 +0200 - -%post fancytooltips -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fancytooltips -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fancytooltips -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fancytooltips-doc -Summary: Documentation for fancytooltips -Version: svn27129.1.8 -Release: %{tl_noarch_release} -Provides: tex-fancytooltips-doc -BuildArch: noarch -AutoReqProv: No - -%description fancytooltips-doc -Documentation for fancytooltips - -%package figsize -Provides: tex-figsize = %{tl_version} -License: LPPL -Summary: Auto-size graphics -Version: svn18784.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(subfigure.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Provides: tex(figsize.sty) = %{tl_version} - -%description figsize -The FigSize package enables automatic sizing of graphics, -especially when including graphics with the graphicx package. -The user only has to specify the number of graphics that should -fit to a page or fraction there of and the package will -dynamically calculate the correct graphics sizes relative to -the page size. Thus, graphics can be auto-sized to fill a whole -page or fraction and manual changes of graphic sizes are never -needed when changing document layouts. Finally, the package's -dynamic lengths can be used to allow other document element -sizes to be dynamic. - -date: 2006-12-13 12:28:27 +0100 - -%post figsize -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun figsize -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans figsize -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package figsize-doc -Summary: Documentation for figsize -Version: svn18784.0.1 -Release: %{tl_noarch_release} -Provides: tex-figsize-doc -BuildArch: noarch -AutoReqProv: No - -%description figsize-doc -Documentation for figsize - -%package filecontents -Provides: tex-filecontents = %{tl_version} -License: LPPL -Summary: Extended filecontents and filecontents* environments -Version: svn24250.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(filecontents.sty) = %{tl_version} - -%description filecontents -LaTeX2e's filecontents and filecontents* environments enable a -LaTeX source file to generate external files as it runs through -LaTeX. However, there are two limitations of these -environments: they refuse to overwrite existing files, and they -can only be used in the preamble of a document. The -filecontents package removes these limitations, letting you -overwrite existing files and letting you use -filecontents/filecontents* anywhere. - -date: 2011-10-09 16:42:04 +0200 - -%post filecontents -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun filecontents -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans filecontents -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package filecontents-doc -Summary: Documentation for filecontents -Version: svn24250.1.3 -Release: %{tl_noarch_release} -Provides: tex-filecontents-doc -BuildArch: noarch -AutoReqProv: No - -%description filecontents-doc -Documentation for filecontents - -%package filedate -Provides: tex-filedate = %{tl_version} -License: LPPL -Summary: Access and compare info and modification dates -Version: svn29529.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(filedate.sty) = %{tl_version} - -%description filedate -The package provides basic access to the date of a LaTeX source -file according to its \Provides... entry (the "info date") as -well as to its modification date according to \pdffilemoddate -if the latter is available. - -date: 2012-11-14 11:01:29 +0100 - -%post filedate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun filedate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans filedate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package filedate-doc -Summary: Documentation for filedate -Version: svn29529.0.4 -Release: %{tl_noarch_release} -Provides: tex-filedate-doc -BuildArch: noarch -AutoReqProv: No - -%description filedate-doc -Documentation for filedate - -%package filehook -Provides: tex-filehook = %{tl_version} -License: LPPL 1.3 -Summary: Hooks for input files -Version: svn24280.0.5d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(currfile.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(filehook-fink.sty) = %{tl_version} -Provides: tex(filehook-listings.sty) = %{tl_version} -Provides: tex(filehook-memoir.sty) = %{tl_version} -Provides: tex(filehook-scrlfile.sty) = %{tl_version} -Provides: tex(filehook.sty) = %{tl_version} -Provides: tex(pgf-filehook.sty) = %{tl_version} - -%description filehook -The package provides several file hooks (AtBegin, AtEnd, ...) -for files read by \input, \include and \InputIfFileExists. -General hooks for all such files (e.g. all \include'd ones) and -file specific hooks only used for named files are provided; two -hooks are provided for the end of \included files -- one -before, and one after the final \clearpage. - -date: 2011-10-13 10:45:00 +0200 - -%post filehook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun filehook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans filehook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package filehook-doc -Summary: Documentation for filehook -Version: svn24280.0.5d -Release: %{tl_noarch_release} -Provides: tex-filehook-doc -BuildArch: noarch -AutoReqProv: No - -%description filehook-doc -Documentation for filehook - -%package fileinfo -Provides: tex-fileinfo = %{tl_version} -License: LPPL 1.3 -Summary: Enhanced display of LaTeX File Information -Version: svn28421.0.81a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(myfilist.sty) = %{tl_version} -Provides: tex(readprov.sty) = %{tl_version} - -%description fileinfo -The bundle provides two packages, readprov and myfilist. The -readprov package provides a means of reading file information -without loading the body of the file. The myfilist package uses -readprov and controls what \listfiles will report. - -date: 2012-12-02 13:05:20 +0100 - -%post fileinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fileinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fileinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fileinfo-doc -Summary: Documentation for fileinfo -Version: svn28421.0.81a -Release: %{tl_noarch_release} -Provides: tex-fileinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description fileinfo-doc -Documentation for fileinfo - -%package filemod -Provides: tex-filemod = %{tl_version} -License: LPPL 1.3 -Summary: Provide file modification times, and compare them -Version: svn24042.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Provides: tex(filemod-expmin.tex) = %{tl_version} -Provides: tex(filemod.tex) = %{tl_version} -Provides: tex(filemod-expmin.sty) = %{tl_version} -Provides: tex(filemod.sty) = %{tl_version} - -%description filemod -The package provides macros to read and compare the -modification dates of files. The files may be .tex files, -images or other files (as long as they can be found by LaTeX). -It uses the \pdffilemoddate primitive of pdfLaTeX to find the -file modification date as PDF date string, parses the string -and returns the value to the user. The package will also work -for DVI output with recent versions of the LaTeX compiler which -uses pdfLaTeX in DVI mode. The functionality is provided by -purely expandable macros or by faster but non-expandable ones. - -date: 2011-09-21 00:38:26 +0200 - -%post filemod -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun filemod -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans filemod -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package filemod-doc -Summary: Documentation for filemod -Version: svn24042.1.2 -Release: %{tl_noarch_release} -Provides: tex-filemod-doc -BuildArch: noarch -AutoReqProv: No - -%description filemod-doc -Documentation for filemod - -%package fink -Provides: tex-fink = %{tl_version} -License: LPPL -Summary: The LaTeX2e File Name Keeper -Version: svn24329.2.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(fink.sty) = %{tl_version} - -%description fink -This package "looks over your shoulder" and keeps track of -files \input'ed (the LaTeX way) or \include'ed in your -document. You then have permanent access to the name of the -file currently being processed through the macro \finkfile. -FiNK also comes with support for AUC-TeX. As of version 2.2.1, -FiNK has been deprecated and is not maintained anymore. People -interested in FiNK's functionality are invited to use a package -named currfile instead. - -date: 2011-10-19 14:04:28 +0200 - -%post fink -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fink -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fink -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fink-doc -Summary: Documentation for fink -Version: svn24329.2.2.1 -Release: %{tl_noarch_release} -Provides: tex-fink-doc -BuildArch: noarch -AutoReqProv: No - -%description fink-doc -Documentation for fink - -%package finstrut -Provides: tex-finstrut = %{tl_version} -License: LPPL 1.3 -Summary: Adjust behaviour of the ends of footnotes -Version: svn21719.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(finstrut.sty) = %{tl_version} - -%description finstrut -The LaTeX internal command \@finalstrut is used automatically -used at the end of footnote texts to insert a strut to avoid -mis-spacing of multiple footnotes. Unfortunately the command -can cause a blank line at the end of a footnote. The package -provides a solution to this problem. - -date: 2011-03-14 20:53:55 +0100 - -%post finstrut -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun finstrut -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans finstrut -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package finstrut-doc -Summary: Documentation for finstrut -Version: svn21719.0.5 -Release: %{tl_noarch_release} -Provides: tex-finstrut-doc -BuildArch: noarch -AutoReqProv: No - -%description finstrut-doc -Documentation for finstrut - -%package fixfoot -Provides: tex-fixfoot = %{tl_version} -License: LPPL -Summary: Multiple use of the same footnote text -Version: svn17131.0.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fixfoot.sty) = %{tl_version} - -%description fixfoot -Provides a \DeclareFixedFootnote command to provide a single -command for a frequently-used footnote. The package ensures -that only one instance of the footnote text appears on each -page (LaTeX needs to be run several times to achieve this). - -date: 2010-02-20 00:32:21 +0100 - -%post fixfoot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixfoot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixfoot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fixfoot-doc -Summary: Documentation for fixfoot -Version: svn17131.0.3a -Release: %{tl_noarch_release} -Provides: tex-fixfoot-doc -BuildArch: noarch -AutoReqProv: No - -%description fixfoot-doc -Documentation for fixfoot - -%package fixme -Provides: tex-fixme = %{tl_version} -License: LPPL -Summary: Insert "fixme" notes into draft documents -Version: svn29362.4.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(verbatim.sty) -Requires: tex(xkeyval.sty) -Requires: tex(color.sty) -Requires: tex(marginnote.sty) -Requires: tex(pdfcomment.sty) -Requires: tex(xcolor.sty) -Requires: tex(changebar.sty) -Provides: tex(fixme.sty) = %{tl_version} -Provides: tex(fxenvlayoutcolor.sty) = %{tl_version} -Provides: tex(fxenvlayoutcolorsig.sty) = %{tl_version} -Provides: tex(fxlayoutmarginnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcsigmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcsignote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfsigmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfsignote.sty) = %{tl_version} -Provides: tex(fxtargetlayoutchangebar.sty) = %{tl_version} -Provides: tex(fxtargetlayoutcolor.sty) = %{tl_version} -Provides: tex(fxtargetlayoutcolorcb.sty) = %{tl_version} -Provides: tex(fxthemecolor.sty) = %{tl_version} -Provides: tex(fxthemecolorsig.sty) = %{tl_version} -Provides: tex(fxthemesignature.sty) = %{tl_version} - -%description fixme -This package provides a way to insert fixme notes in documents -being developed (in draft mode). Such notes can appear in the -margin of the document, as index entries, in the log file and -as warnings on stdout. It is also possible to summarize them in -a list. If your document is in a final version, any remaining -fixme notes will produce an error. FiXme also comes with -support for AUC-TeX. - -date: 2013-01-28 16:52:26 +0100 - -%post fixme -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixme -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixme -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fixme-doc -Summary: Documentation for fixme -Version: svn29362.4.2 -Release: %{tl_noarch_release} -Provides: tex-fixme-doc -BuildArch: noarch -AutoReqProv: No - -%description fixme-doc -Documentation for fixme - -%package fixmetodonotes -Provides: tex-fixmetodonotes = %{tl_version} -License: Public Domain -Summary: Add notes on document development -Version: svn27685.0.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(transparent.sty) -Requires: tex(watermark.sty) -Requires: tex(fix-cm.sty) -Requires: tex(ulem.sty) -Requires: tex(tocloft.sty) -Provides: tex(fixmetodonotes.sty) = %{tl_version} - -%description fixmetodonotes -The package provides tools to highlight FIXME and TODO -annotations. The command \listofnotes prints a list of -outstanding notes, with links to the pages on which they -appear. - -date: 2012-09-17 18:38:18 +0200 - -%post fixmetodonotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixmetodonotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixmetodonotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fixmetodonotes-doc -Summary: Documentation for fixmetodonotes -Version: svn27685.0.2.1 -Release: %{tl_noarch_release} -Provides: tex-fixmetodonotes-doc -BuildArch: noarch -AutoReqProv: No - -%description fixmetodonotes-doc -Documentation for fixmetodonotes - -%package fjodor -Provides: tex-fjodor = %{tl_version} -License: GPL+ -Summary: A selection of layout styles -Version: svn20220.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fjodor.sty) = %{tl_version} - -%description fjodor -The package provides several page layouts, selectable by -package options. - -date: 2010-10-26 21:52:03 +0200 - -%post fjodor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fjodor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fjodor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fjodor-doc -Summary: Documentation for fjodor -Version: svn20220.0 -Release: %{tl_noarch_release} -Provides: tex-fjodor-doc -BuildArch: noarch -AutoReqProv: No - -%description fjodor-doc -Documentation for fjodor - -%package flabels -Provides: tex-flabels = %{tl_version} -License: LPPL -Summary: Labels for files and folders -Version: svn17272.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(flabels.sty) = %{tl_version} - -%description flabels -Macros for typesetting pretty labels (optionally colored) for -the back of files or binders (currently only the special A4 -"Leitz-Ordner" ring binder is supported). - -date: 2010-02-28 22:13:22 +0100 - -%post flabels -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flabels -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flabels -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flabels-doc -Summary: Documentation for flabels -Version: svn17272.1.0 -Release: %{tl_noarch_release} -Provides: tex-flabels-doc -BuildArch: noarch -AutoReqProv: No - -%description flabels-doc -Documentation for flabels - -%package flacards -Provides: tex-flacards = %{tl_version} -License: GPL+ -Summary: Generate flashcards for printing -Version: svn19440.0.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Provides: tex(flacards.cls) = %{tl_version} - -%description flacards -The flacards class provides an easy interface to produce -flashcards. It will print several cards per page, on both sides -of the paper. - -date: 2010-01-16 19:56:06 +0100 - -%post flacards -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flacards -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flacards -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flacards-doc -Summary: Documentation for flacards -Version: svn19440.0.1.1b -Release: %{tl_noarch_release} -Provides: tex-flacards-doc -BuildArch: noarch -AutoReqProv: No - -%description flacards-doc -Documentation for flacards - -%package flagderiv -Provides: tex-flagderiv = %{tl_version} -License: GPL+ -Summary: Flag style derivation package -Version: svn15878.0.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Provides: tex(flagderiv.sty) = %{tl_version} - -%description flagderiv -The flagderiv package is used to create mathematical -derivations using the flag/flagpole notation. The package -features an intuitive command syntax, opening and closing -multiple flagpoles, different comment styles, customizable -symbols and label namespaces. - -date: 2007-02-22 16:49:05 +0100 - -%post flagderiv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flagderiv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flagderiv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flagderiv-doc -Summary: Documentation for flagderiv -Version: svn15878.0.10 -Release: %{tl_noarch_release} -Provides: tex-flagderiv-doc -BuildArch: noarch -AutoReqProv: No - -%description flagderiv-doc -Documentation for flagderiv - -%package flashcards -Provides: tex-flashcards = %{tl_version} -License: GPL+ -Summary: A class for typesetting flashcards -Version: svn19667.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Provides: tex(avery5371.cfg) = %{tl_version} -Provides: tex(avery5388.cfg) = %{tl_version} -Provides: tex(flashcards.cls) = %{tl_version} - -%description flashcards -The FlashCards class provides for the typesetting of flash -cards. By flash card, we mean a two sided card which has a -prompt or a question on one side and the response or the answer -on the flip (back) side. Flash cards come in many sizes -depending on the nature of the information they contain. - -date: 2010-08-06 13:03:06 +0200 - -%post flashcards -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flashcards -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flashcards -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flashcards-doc -Summary: Documentation for flashcards -Version: svn19667.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-flashcards-doc -BuildArch: noarch -AutoReqProv: No - -%description flashcards-doc -Documentation for flashcards - -%package flashmovie -Provides: tex-flashmovie = %{tl_version} -License: LPPL 1.3 -Summary: Directly embed flash movies into PDF files -Version: svn25768.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(flashmovie.sty) = %{tl_version} - -%description flashmovie -The package allows direct embedding of flash movies into PDF -files. It is designed for use with pdflatex. The package takes -advantage of the embedded Adobe Flash player in Adobe Reader 9; -the reader is invoked with the 'rich media annotation' feature, -described in "Adobe Supplement to the ISO 32000 BaseVersion: -1.7 ExtensionLevel: 3". This method of embedding movies is -attractive since it removes all platform dependencies; however, -the user is required to use Acrobat 9. - -date: 2012-03-21 09:27:37 +0100 - -%post flashmovie -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flashmovie -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flashmovie -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flashmovie-doc -Summary: Documentation for flashmovie -Version: svn25768.0.4 -Release: %{tl_noarch_release} -Provides: tex-flashmovie-doc -BuildArch: noarch -AutoReqProv: No - -%description flashmovie-doc -Documentation for flashmovie - -%package flipbook -Provides: tex-flipbook = %{tl_version} -License: LPPL -Summary: Typeset flipbook animations, in the corners of documents -Version: svn25584.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Requires: tex(scalefnt.sty) -Requires: tex(verbatim.sty) -Requires: tex(everypage.sty) -Requires: tex(ifthen.sty) -Provides: tex(flipbook.sty) = %{tl_version} - -%description flipbook -The package provides techniques for adding flip book animations -in the corner of your LaTeX documents (using images or ASCII -art). Animations are defined as a set of numbered files (e.g., -"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies on -fancyhdr to control the corners. - -date: 2012-03-07 15:39:23 +0100 - -%post flipbook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flipbook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flipbook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flipbook-doc -Summary: Documentation for flipbook -Version: svn25584.0.2 -Release: %{tl_noarch_release} -Provides: tex-flipbook-doc -BuildArch: noarch -AutoReqProv: No - -%description flipbook-doc -Documentation for flipbook - -%package flippdf -Provides: tex-flippdf = %{tl_version} -License: LPPL -Summary: Horizontal flipping of pages with pdfLaTeX -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everypage.sty) -Provides: tex(flippdf.sty) = %{tl_version} - -%description flippdf -The package allows the production of a document with pages -"mirrored". This is sometimes required by publishers who want -camera-ready documents to be printed on transparent film (to be -viewed from the "wrong" side). The package requires everypage, -and only works with pdfLaTeX in PDF mode. - -date: 2007-02-27 14:19:10 +0100 - -%post flippdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flippdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flippdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flippdf-doc -Summary: Documentation for flippdf -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-flippdf-doc -BuildArch: noarch -AutoReqProv: No - -%description flippdf-doc -Documentation for flippdf - -%package floatflt -Provides: tex-floatflt = %{tl_version} -License: LPPL -Summary: Wrap text around floats -Version: svn25540.1.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(floatflt.sty) = %{tl_version} - -%description floatflt -The package can float text around figures and tables which do -not span the full width of a page; it improves upon floatfig, -and allows tables/figures to be set left/right or alternating -on even/odd pages. - -date: 2012-02-29 15:33:26 +0100 - -%post floatflt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun floatflt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans floatflt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package floatflt-doc -Summary: Documentation for floatflt -Version: svn25540.1.31 -Release: %{tl_noarch_release} -Provides: tex-floatflt-doc -BuildArch: noarch -AutoReqProv: No - -%description floatflt-doc -Documentation for floatflt - -%package floatrow -Provides: tex-floatrow = %{tl_version} -License: LPPL -Summary: Modifying the layout of floats -Version: svn15878.0.3b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(caption3.sty) -Requires: tex(color.sty) -Requires: tex(fr-subfig.sty) -Requires: tex(fancybox.sty) -Requires: tex(longtable.sty) -Provides: tex(floatpagestyle.sty) = %{tl_version} -Provides: tex(floatrow.sty) = %{tl_version} -Provides: tex(fr-fancy.sty) = %{tl_version} -Provides: tex(fr-longtable.sty) = %{tl_version} -Provides: tex(fr-subfig.sty) = %{tl_version} -Provides: tex(listpen.sty) = %{tl_version} - -%description floatrow -The floatrow package provides many ways to customize layouts of -floating environments and has code to cooperate with the -caption 3.x package. The package offers mechanisms to put -floats side by side, and to put the caption beside its float. -The floatrow settings could be expanded to the floats created -by packages rotating, wrapfig, subfig (in the case of rows of -subfloats), and longtable. - -date: 2009-09-27 10:36:15 +0200 - -%post floatrow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun floatrow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans floatrow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package floatrow-doc -Summary: Documentation for floatrow -Version: svn15878.0.3b -Release: %{tl_noarch_release} -Provides: tex-floatrow-doc -BuildArch: noarch -AutoReqProv: No - -%description floatrow-doc -Documentation for floatrow - -%package flowfram -Provides: tex-flowfram = %{tl_version} -License: LPPL -Summary: Create text frames for posters, brochures or magazines -Version: svn28238.1.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(graphics.sty) -Requires: tex(afterpage.sty) -Requires: tex(xfor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(color.sty) -Provides: tex(flowfram.sty) = %{tl_version} - -%description flowfram -The flowfram package enables you to create frames in a document -such that the contents of the document environment flow from -one frame to the next in the order in which they were defined. -This is useful for creating posters or magazines, indeed any -form of document that does not conform to the standard one or -two column layout. - -date: 2012-11-11 10:25:17 +0100 - -%post flowfram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun flowfram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans flowfram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package flowfram-doc -Summary: Documentation for flowfram -Version: svn28238.1.14 -Release: %{tl_noarch_release} -Provides: tex-flowfram-doc -BuildArch: noarch -AutoReqProv: No - -%description flowfram-doc -Documentation for flowfram - -%package fmp -Provides: tex-fmp = %{tl_version} -License: LPPL -Summary: Include Functional MetaPost in LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(verbatim.sty) -Provides: tex(fmp.sty) = %{tl_version} - -%description fmp -fmp package - -date: 2007-01-04 00:44:01 +0100 - -%post fmp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fmp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fmp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fmp-doc -Summary: Documentation for fmp -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-fmp-doc -BuildArch: noarch -AutoReqProv: No - -%description fmp-doc -Documentation for fmp - -%package fn2end -Provides: tex-fn2end = %{tl_version} -License: Public Domain -Summary: Convert footnotes to endnotes -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fn2end.sty) = %{tl_version} - -%description fn2end -Defines macros \makeendnotes, which converts \footnote to -produce endnotes; and \theendnotes which prints them out. - -date: 2009-01-03 10:55:55 +0100 - -%post fn2end -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fn2end -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fn2end -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fn2end-doc -Summary: Documentation for fn2end -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-fn2end-doc -BuildArch: noarch -AutoReqProv: No - -%description fn2end-doc -Documentation for fn2end - -%package fnbreak -Provides: tex-fnbreak = %{tl_version} -License: LPPL -Summary: Warn for split footnotes -Version: svn25003.1.30 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(fnbreak.sty) = %{tl_version} - -%description fnbreak -This package detects footnotes that are split over several -pages, and writes a warning to the log file. - -date: 2012-01-02 14:24:13 +0100 - -%post fnbreak -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fnbreak -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fnbreak -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fnbreak-doc -Summary: Documentation for fnbreak -Version: svn25003.1.30 -Release: %{tl_noarch_release} -Provides: tex-fnbreak-doc -BuildArch: noarch -AutoReqProv: No - -%description fnbreak-doc -Documentation for fnbreak - -%package fncychap -Provides: tex-fncychap = %{tl_version} -License: LPPL 1.3 -Summary: Seven predefined chapter heading styles -Version: svn20710.v1.34 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(fncychap.sty) = %{tl_version} - -%description fncychap -Each style can be modified using a set of simple commands. -Optionally one can modify the formatting routines in order to -create additional chapter headings. This package was previously -known as FancyChapter. - -date: 2010-12-10 10:22:28 +0100 - -%post fncychap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fncychap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fncychap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fncychap-doc -Summary: Documentation for fncychap -Version: svn20710.v1.34 -Release: %{tl_noarch_release} -Provides: tex-fncychap-doc -BuildArch: noarch -AutoReqProv: No - -%description fncychap-doc -Documentation for fncychap - -%package fncylab -Provides: tex-fncylab = %{tl_version} -License: LPPL -Summary: Alter the format of \label references -Version: svn17382.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fncylab.sty) = %{tl_version} - -%description fncylab -LaTeX provides a mechanism for altering the appearance of -references to labels, but it's somewhat flawed, and requires -that the user manipulate internal commands. The package fixes -the flaw in LaTeX, and provides a \labelformat command for -changing the format of references to labels. The package also -provides a \Ref command to make reference to such redefined -labels at the start of a sentence. - -date: 2010-03-09 12:54:42 +0100 - -%post fncylab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fncylab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fncylab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fncylab-doc -Summary: Documentation for fncylab -Version: svn17382.1.0 -Release: %{tl_noarch_release} -Provides: tex-fncylab-doc -BuildArch: noarch -AutoReqProv: No - -%description fncylab-doc -Documentation for fncylab - -%package fnpara -Provides: tex-fnpara = %{tl_version} -License: LPPL 1.3 -Summary: Footnotes in paragraphs -Version: svn25607.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fnpara.sty) = %{tl_version} - -%description fnpara -Typeset footnotes in run-on paragraphs, instead of one above -another; this is a re-seating, for the LaTeX environment, of an -example in the TeXbook. The same basic code, improved for use -in e-TeX-based LaTeX, appears in the comprehensive footnote -package footmisc, and superior versions are also available in -the manyfoot and bigfoot packages. - -date: 2012-03-11 01:08:16 +0100 - -%post fnpara -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fnpara -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fnpara -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fnpara-doc -Summary: Documentation for fnpara -Version: svn25607.0 -Release: %{tl_noarch_release} -Provides: tex-fnpara-doc -BuildArch: noarch -AutoReqProv: No - -%description fnpara-doc -Documentation for fnpara - -%package fnpct -Provides: tex-fnpct = %{tl_version} -License: LPPL 1.3 -Summary: Manage footnote marks' interaction with punctuation -Version: svn29259.0.2j -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(scrlfile.sty) -Requires: tex(scrextend.sty) -Provides: tex(fnpct.sty) = %{tl_version} - -%description fnpct -The package moves footnote marks after following punctuation -(comma or full stop), and adjusts kerning as appropriate. As a -side effect, a change to the handling of multiple footnotes is -provided. - -date: 2013-02-28 13:49:00 +0100 - -%post fnpct -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fnpct -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fnpct -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fnpct-doc -Summary: Documentation for fnpct -Version: svn29259.0.2j -Release: %{tl_noarch_release} -Provides: tex-fnpct-doc -BuildArch: noarch -AutoReqProv: No - -%description fnpct-doc -Documentation for fnpct - -%package fnumprint -Provides: tex-fnumprint = %{tl_version} -License: LPPL 1.3 -Summary: Print a number in 'appropriate' format -Version: svn29173.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xifthen.sty) -Requires: tex(numprint.sty) -Requires: tex(zahl2string.sty) -Provides: tex(fnumprint.sty) = %{tl_version} - -%description fnumprint -The package defines two macros which decide to typeset a number -either as an Arabic number or as a word (or words) for the -number. If the number is between zero and twelve (including -zero and twelve) then words will be used; if the number is -outside that range, it will be typeset using the package -numprint Words for English representation of numbers are -generated within the package, while those for German are -generated using the package zahl2string. - -date: 2013-02-19 09:29:17 +0100 - -%post fnumprint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fnumprint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fnumprint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fnumprint-doc -Summary: Documentation for fnumprint -Version: svn29173.1.1a -Release: %{tl_noarch_release} -Provides: tex-fnumprint-doc -BuildArch: noarch -AutoReqProv: No - -%description fnumprint-doc -Documentation for fnumprint - -%package foilhtml -Provides: tex-foilhtml = %{tl_version} -License: LPPL -Summary: Interface between foiltex and LaTeX2HTML -Version: svn21855.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(foilhtml.cfg) = %{tl_version} -Provides: tex(foilhtml.sty) = %{tl_version} - -%description foilhtml -Provides integration between FoilTeX and LaTeX2HTML, adding -sectioning commands and elements of logical formatting to -FoilTeX and providing support for FoilTeX commands in -LaTeX2HTML. - -date: 2007-01-05 16:07:21 +0100 - -%post foilhtml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun foilhtml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans foilhtml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package foilhtml-doc -Summary: Documentation for foilhtml -Version: svn21855.1.2 -Release: %{tl_noarch_release} -Provides: tex-foilhtml-doc -BuildArch: noarch -AutoReqProv: No - -%description foilhtml-doc -Documentation for foilhtml - -%package fontaxes -Provides: tex-fontaxes = %{tl_version} -License: LPPL 1.3 -Summary: Additional font axes for LaTeX -Version: svn24880.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fontaxes.sty) = %{tl_version} - -%description fontaxes -The package adds several new font axes on top of LaTeX's New -Font Selection Scheme. In particular, it splits the shape axis -into a primary and a secondary shape axis, and it adds three -new axes to deal with the different figure versions offered by -many professional fonts. - -date: 2011-12-19 11:01:35 +0100 - -%post fontaxes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontaxes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontaxes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontaxes-doc -Summary: Documentation for fontaxes -Version: svn24880.1.0c -Release: %{tl_noarch_release} -Provides: tex-fontaxes-doc -BuildArch: noarch -AutoReqProv: No - -%description fontaxes-doc -Documentation for fontaxes - -%package fonttable -Provides: tex-fonttable = %{tl_version} -License: LPPL 1.3 -Summary: Print font tables from a LaTeX document -Version: svn21399.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fonttable.sty) = %{tl_version} - -%description fonttable -This is a package version of nfssfont.tex (part of the LaTeX -distribution); it enables you to print a table of the -characters of a font and/or some text (for demonstration or -testing purposes), from within a document. (Packages such as -testfont and nfssfont.tex provide these facilities, but they -run as interactive programs: the user is expected to type -details of what is needed.) Note that the package mftinc also -has a \fonttable function; the documentation explains how avoid -a clash with that package. - -date: 2009-10-20 21:39:17 +0200 - -%post fonttable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fonttable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fonttable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fonttable-doc -Summary: Documentation for fonttable -Version: svn21399.1.6 -Release: %{tl_noarch_release} -Provides: tex-fonttable-doc -BuildArch: noarch -AutoReqProv: No - -%description fonttable-doc -Documentation for fonttable - -%package footmisc -Provides: tex-footmisc = %{tl_version} -License: LPPL 1.3 -Summary: A range of footnote options -Version: svn23330.5.5b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(footmisc.sty) = %{tl_version} - -%description footmisc -A collection of ways to change the typesetting of footnotes. -The package provides means of changing the layout of the -footnotes themselves (including setting them in 'paragraphs' -- -the para option), a way to number footnotes per page (the -perpage option), to make footnotes disappear when an argument -moves (stable option) and to deal with multiple references to -footnotes from the same place (multiple option). The package -also has a range of techniques for labelling footnotes with -symbols rather than numbers. Some of the functions of the -package are overlap with the functionality of other packages. -The para option is also provided by the manyfoot and bigfoot -packages, though those are both also portmanteau packages. -(Don't be seduced by fnpara, whose implementation is improved -by the present package.) The perpage option is also offered by -footnpag and by the rather more general-purpose perpage - -date: 2011-06-09 17:50:36 +0200 - -%post footmisc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun footmisc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans footmisc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package footmisc-doc -Summary: Documentation for footmisc -Version: svn23330.5.5b -Release: %{tl_noarch_release} -Provides: tex-footmisc-doc -BuildArch: noarch -AutoReqProv: No - -%description footmisc-doc -Documentation for footmisc - -%package footnotebackref -Provides: tex-footnotebackref = %{tl_version} -License: LPPL 1.3 -Summary: Back-references from footnotes -Version: svn27034.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(letltxmacro.sty) -Requires: tex(hyperref.sty) -Requires: tex(kvoptions.sty) -Provides: tex(footnotebackref.sty) = %{tl_version} - -%description footnotebackref -The package provides the means of creating hyperlinks, from a -footnote at the bottom of the page, back to the occurence of -the footnote in the main text. - -date: 2012-07-05 10:27:55 +0200 - -%post footnotebackref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun footnotebackref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans footnotebackref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package footnotebackref-doc -Summary: Documentation for footnotebackref -Version: svn27034.1.0 -Release: %{tl_noarch_release} -Provides: tex-footnotebackref-doc -BuildArch: noarch -AutoReqProv: No - -%description footnotebackref-doc -Documentation for footnotebackref - -%package footnoterange -Provides: tex-footnoterange = %{tl_version} -License: LPPL 1.3 -Summary: References to ranges of footnotes -Version: svn25430.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxcmds.sty) -Requires: tex(xspace.sty) -Provides: tex(footnoterange.sty) = %{tl_version} - -%description footnoterange -The package provides environments footnoterange and -footnoterange*. Multiple footnotes inside these environments -are not referenced as (e.g.) "1 2 3 4" but as "1-4", i.e., the -range (from first to last referred footnote at that place) is -given. If hyperref package and use of its hyperfootnotes-option -the references are hyperlinked. (References to footnotes in the -footnoterange* environment are never hyperlinked.) - -date: 2012-02-19 15:01:00 +0100 - -%post footnoterange -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun footnoterange -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans footnoterange -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package footnoterange-doc -Summary: Documentation for footnoterange -Version: svn25430.1.0a -Release: %{tl_noarch_release} -Provides: tex-footnoterange-doc -BuildArch: noarch -AutoReqProv: No - -%description footnoterange-doc -Documentation for footnoterange - -%package footnpag -Provides: tex-footnpag = %{tl_version} -License: GPL+ -Summary: Per-page numbering of footnotes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(footnpag.sty) = %{tl_version} - -%description footnpag -Allows footnotes on individual pages to be numbered from 1, -rather than being numbered sequentially through the document. - -date: 2009-09-26 11:43:36 +0200 - -%post footnpag -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun footnpag -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans footnpag -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package footnpag-doc -Summary: Documentation for footnpag -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-footnpag-doc -BuildArch: noarch -AutoReqProv: No - -%description footnpag-doc -Documentation for footnpag - -%package forarray -Provides: tex-forarray = %{tl_version} -License: LPPL -Summary: Using array structures in LaTeX -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(forarray.sty) = %{tl_version} - -%description forarray -The package provides functionality for processing lists and -array structures in LaTeX. Arrays can contain characters as -well as TeX and LaTeX commands, nesting of arrays is possible, -and arrays are processed within the same brace level as their -surrounding environment. Array levels can be delimited by -characters or control sequences defined by the user. Practical -uses of this package include data management, construction of -lists and tables, and calculations based on the contents of -lists and arrays. - -date: 2008-08-19 20:38:14 +0200 - -%post forarray -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun forarray -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans forarray -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package forarray-doc -Summary: Documentation for forarray -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-forarray-doc -BuildArch: noarch -AutoReqProv: No - -%description forarray-doc -Documentation for forarray - -%package foreign -Provides: tex-foreign = %{tl_version} -License: LPPL 1.3 -Summary: Systematic treatment of 'foreign' words in documents -Version: svn27819.2.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xpunctuate.sty) -Requires: tex(xspace.sty) -Provides: tex(foreign.sty) = %{tl_version} - -%description foreign -The package supports authors' use of consistent typesetting of -foreign words in documents. - -date: 2012-09-26 16:23:18 +0200 - -%post foreign -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun foreign -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans foreign -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package foreign-doc -Summary: Documentation for foreign -Version: svn27819.2.7 -Release: %{tl_noarch_release} -Provides: tex-foreign-doc -BuildArch: noarch -AutoReqProv: No - -%description foreign-doc -Documentation for foreign - -%package forloop -Provides: tex-forloop = %{tl_version} -License: LGPLv2+ -Summary: Iteration in LaTeX -Version: svn15878.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(forloop.sty) = %{tl_version} - -%description forloop -The package provides a command \forloop for doing iteration in -LaTeX macro programming. - -date: 2007-02-27 14:19:10 +0100 - -%post forloop -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun forloop -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans forloop -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package forloop-doc -Summary: Documentation for forloop -Version: svn15878.3.0 -Release: %{tl_noarch_release} -Provides: tex-forloop-doc -BuildArch: noarch -AutoReqProv: No - -%description forloop-doc -Documentation for forloop - -%package formular -Provides: tex-formular = %{tl_version} -License: LPPL -Summary: Create forms containing field for manual entry -Version: svn15878.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(formular.sty) = %{tl_version} - -%description formular -When typesetting forms there often arises the need for defining -fields which consist of one or more lines where the customer -can write something down manually. This package offers some -commands for defining such fields in a distinctive way. - -date: 2007-01-05 21:30:32 +0100 - -%post formular -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun formular -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans formular -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package formular-doc -Summary: Documentation for formular -Version: svn15878.1.0a -Release: %{tl_noarch_release} -Provides: tex-formular-doc -BuildArch: noarch -AutoReqProv: No - -%description formular-doc -Documentation for formular - -%package fragments -Provides: tex-fragments = %{tl_version} -License: Public Domain -Summary: Fragments of LaTeX code -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(checklab.tex) = %{tl_version} -Provides: tex(overrightarrow.sty) = %{tl_version} -Provides: tex(removefr.tex) = %{tl_version} -Provides: tex(subscript.sty) = %{tl_version} - -%description fragments -A collection of fragments of LaTeX code, suitable for inclusion -in packages, or (possibly) in users' documents. Included are: - -checklab, for modifying the label checking code at -\end{document}; - overrightarrow, defining a doubled over-arrow -macro; - removefr, for removing 'reset' relations between -counters; and - subscript, defining a \textsubscript command. - -date: 2009-01-16 17:12:15 +0100 - -%post fragments -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fragments -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fragments -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fragments-doc -Summary: Documentation for fragments -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-fragments-doc -BuildArch: noarch -AutoReqProv: No - -%description fragments-doc -Documentation for fragments - -%package frame -Provides: tex-frame = %{tl_version} -License: LPPL -Summary: Framed boxes for Plain TeX -Version: svn18312.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(frame.sty) = %{tl_version} -Provides: tex(frame.tex) = %{tl_version} - -%description frame -A jiffy file (taken from fancybox) for placing a frame around a -box of text. The macros also provide for typesetting an empty -box of given dimensions. - -date: 2010-06-06 13:50:32 +0200 - -%post frame -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frame -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frame -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frame-doc -Summary: Documentation for frame -Version: svn18312.1.0 -Release: %{tl_noarch_release} -Provides: tex-frame-doc -BuildArch: noarch -AutoReqProv: No - -%description frame-doc -Documentation for frame - -%package framed -Provides: tex-framed = %{tl_version} -License: Copyright only -Summary: Framed or shaded regions that can break across pages -Version: svn26789.0.96 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(framed.sty) = %{tl_version} - -%description framed -The package creates three environments: - framed, which puts an -ordinary frame box around the region, - shaded, which shades -the region, and - leftbar, which places a line at the left -side. The environments allow a break at their start (the -\FrameCommand enables creation of a title that is "attached" to -the environment); breaks are also allowed in the course of the -framed/shaded matter. There is also a command \MakeFramed to -make your own framed-style environments. - -date: 2012-06-01 12:48:04 +0200 - -%post framed -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun framed -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans framed -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package framed-doc -Summary: Documentation for framed -Version: svn26789.0.96 -Release: %{tl_noarch_release} -Provides: tex-framed-doc -BuildArch: noarch -AutoReqProv: No - -%description framed-doc -Documentation for framed - -%package frankenstein -Provides: tex-frankenstein = %{tl_version} -License: GPL+ -Summary: A collection of LaTeX packages. -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(slemph.sty) -Provides: tex(abbrevs.cfg) = %{tl_version} -Provides: tex(abbrevs.sty) = %{tl_version} -Provides: tex(achicago.sty) = %{tl_version} -Provides: tex(attrib.sty) = %{tl_version} -Provides: tex(blkcntrl.sty) = %{tl_version} -Provides: tex(compsci.cfg) = %{tl_version} -Provides: tex(compsci.sty) = %{tl_version} -Provides: tex(dialogue.sty) = %{tl_version} -Provides: tex(lips.sty) = %{tl_version} -Provides: tex(moredefs.sty) = %{tl_version} -Provides: tex(newclude.sty) = %{tl_version} -Provides: tex(slemph.cfg) = %{tl_version} -Provides: tex(slemph.sty) = %{tl_version} -Provides: tex(titles.cfg) = %{tl_version} -Provides: tex(titles.sty) = %{tl_version} - -%description frankenstein -Frankenstein is a bundle of LaTeX packages serving various -purposes and a BibTeX bibliography style. Descriptions are -given under the individual packages: abbrevs, achicago package, -achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips, -moredefs, newclude, slemph, titles. - -date: 2008-08-19 20:38:14 +0200 - -%post frankenstein -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frankenstein -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frankenstein -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frankenstein-doc -Summary: Documentation for frankenstein -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-frankenstein-doc -BuildArch: noarch -AutoReqProv: No - -%description frankenstein-doc -Documentation for frankenstein - -%package frege -Provides: tex-frege = %{tl_version} -License: GPL+ -Summary: Typeset fregean Begriffsschrift -Version: svn27417.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(ifthen.sty) -Requires: tex(bguq.sty) -Provides: tex(frege.sty) = %{tl_version} - -%description frege -The package defines a number of new commands for typesetting -fregean Begriffsschrift in LaTeX. It is loosely based on the -package begriff, and offers a number of improvements including -better relative lengths of the content stroke with respect to -other strokes, content strokes that point at the middle of -lines rather than the bottom, a greater width for the assertion -stroke as compared to the content stroke, a more intuitive -structure for the conditional, greater care taken to allow for -the linewidth in the spacing of formulas. - -date: 2012-08-15 12:04:21 +0200 - -%post frege -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun frege -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans frege -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package frege-doc -Summary: Documentation for frege -Version: svn27417.1.3 -Release: %{tl_noarch_release} -Provides: tex-frege-doc -BuildArch: noarch -AutoReqProv: No - -%description frege-doc -Documentation for frege - -%package friulan -Provides: tex-friulan = %{tl_version} -License: LPPL 1.3 -Summary: Babel/Polyglossia support for Friulan(Furlan) -Version: svn25957.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(friulan.ldf) = %{tl_version} -Provides: tex(furlan.ldf) = %{tl_version} - -%description friulan -The package provides a language description file that enables -support of Friulan either with babel or with polyglossia. - -date: 2012-04-13 12:36:19 +0200 - -%post friulan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun friulan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans friulan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package friulan-doc -Summary: Documentation for friulan -Version: svn25957.0 -Release: %{tl_noarch_release} -Provides: tex-friulan-doc -BuildArch: noarch -AutoReqProv: No - -%description friulan-doc -Documentation for friulan - -%package ftcap -Provides: tex-ftcap = %{tl_version} -License: GPL+ -Summary: Allows \caption at the beginning of a table-environment -Version: svn17275.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ftcap.sty) = %{tl_version} - -%description ftcap -For several reasons a \caption may be desirable at the top of a -table environment. This package changes the table environment -such that \abovecaptionskip and \belowcaptionskip are swapped. -The package should also work with a non-standard table -environment. - -date: 2010-03-09 13:05:51 +0100 - -%post ftcap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ftcap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ftcap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ftcap-doc -Summary: Documentation for ftcap -Version: svn17275.1.4 -Release: %{tl_noarch_release} -Provides: tex-ftcap-doc -BuildArch: noarch -AutoReqProv: No - -%description ftcap-doc -Documentation for ftcap - -%package ftnxtra -Provides: tex-ftnxtra = %{tl_version} -License: LPPL -Summary: Extend the applicability of the \footnote command -Version: svn29652.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ftnxtra.sty) = %{tl_version} - -%description ftnxtra -The package treats footnotes in \caption, the tabular -environment, and \chapter and other \section-like commands. - -date: 2013-04-04 15:10:30 +0200 - -%post ftnxtra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ftnxtra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ftnxtra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ftnxtra-doc -Summary: Documentation for ftnxtra -Version: svn29652.0.1 -Release: %{tl_noarch_release} -Provides: tex-ftnxtra-doc -BuildArch: noarch -AutoReqProv: No - -%description ftnxtra-doc -Documentation for ftnxtra - -%package fullblck -Provides: tex-fullblck = %{tl_version} -License: LPPL -Summary: Left-blocking for letter class -Version: svn25434.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fullblck.sty) = %{tl_version} - -%description fullblck -Used with the letter documentclass to set the letter in a -fullblock style (everything at the left margin). - -date: 2008-09-12 11:36:07 +0200 - -%post fullblck -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fullblck -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fullblck -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fullblck-doc -Summary: Documentation for fullblck -Version: svn25434.1.03 -Release: %{tl_noarch_release} -Provides: tex-fullblck-doc -BuildArch: noarch -AutoReqProv: No - -%description fullblck-doc -Documentation for fullblck - -%package fullwidth -Provides: tex-fullwidth = %{tl_version} -License: LPPL -Summary: Adjust margins of text block -Version: svn24684.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Requires: tex(zref-abspage.sty) -Provides: tex(fullwidth.sty) = %{tl_version} - -%description fullwidth -The package provides the environment fullwidth, which sets the -left and right margins in a simple way. There is no constraint -about page breaks; if you are using the twoside mode, you can -set the inner and outer margins to avoid the effects of the -different margins. - -date: 2011-11-28 12:38:18 +0100 - -%post fullwidth -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fullwidth -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fullwidth -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fullwidth-doc -Summary: Documentation for fullwidth -Version: svn24684.0.1 -Release: %{tl_noarch_release} -Provides: tex-fullwidth-doc -BuildArch: noarch -AutoReqProv: No - -%description fullwidth-doc -Documentation for fullwidth - -%package fundus-calligra -Provides: tex-fundus-calligra = %{tl_version} -License: Freely redistributable without restriction -Summary: Support for the calligra font in LaTeX documents -Version: svn26018.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(calligra.sty) = %{tl_version} - -%description fundus-calligra -The package offers support for the calligra handwriting font, -in LaTeX documents. The package is part of the fundus bundle. - -date: 2012-04-15 00:54:55 +0200 - -%post fundus-calligra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fundus-calligra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fundus-calligra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fundus-calligra-doc -Summary: Documentation for fundus-calligra -Version: svn26018.1.2 -Release: %{tl_noarch_release} -Provides: tex-fundus-calligra-doc -BuildArch: noarch -AutoReqProv: No - -%description fundus-calligra-doc -Documentation for fundus-calligra - -%package fundus-cyr -Provides: tex-fundus-cyr = %{tl_version} -License: LPPL 1.3 -Summary: Support for Washington University Cyrillic fonts -Version: svn26019.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cyracc.def) -Provides: tex(cyr.sty) = %{tl_version} - -%description fundus-cyr -The package supports the use of the Washington Cyrillic fonts -with LaTeX (Note that standard LateX has support, too, as -encoding OT2). The package is distributed as part of the fundus -bundle. - -date: 2012-04-15 11:57:05 +0200 - -%post fundus-cyr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fundus-cyr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fundus-cyr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fundus-sueterlin -Provides: tex-fundus-sueterlin = %{tl_version} -License: LPPL 1.3 -Summary: Sutterlin -Version: svn26030.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(suetterl.sty) = %{tl_version} - -%description fundus-sueterlin -The package supports use, in LaTeX, of the MetaFont emulation -of the Sueterlin handwriting fonts The package is distributed -as part of the fundus bundle.. - -date: 2012-04-18 12:42:25 +0200 - -%post fundus-sueterlin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fundus-sueterlin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fundus-sueterlin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fundus-sueterlin-doc -Summary: Documentation for fundus-sueterlin -Version: svn26030.1.2 -Release: %{tl_noarch_release} -Provides: tex-fundus-sueterlin-doc -BuildArch: noarch -AutoReqProv: No - -%description fundus-sueterlin-doc -Documentation for fundus-sueterlin - -%package fwlw -Provides: tex-fwlw = %{tl_version} -License: Copyright only -Summary: Get first and last words of a page -Version: svn21548.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fwlw.sty) = %{tl_version} - -%description fwlw -The package extracts the first and last words of a page, -together with the first word of the next page, just before the -page is formed into the object to print. The package defines a -couple of page styles that use the words that have been -extracted. - -date: 2011-02-28 15:08:29 +0100 - -%post fwlw -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fwlw -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fwlw -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fwlw-doc -Summary: Documentation for fwlw -Version: svn21548.0 -Release: %{tl_noarch_release} -Provides: tex-fwlw-doc -BuildArch: noarch -AutoReqProv: No - -%description fwlw-doc -Documentation for fwlw - -%package g-brief -Provides: tex-g-brief = %{tl_version} -License: LPPL -Summary: Letter document class -Version: svn21140.4.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(inputenc.sty) -Requires: tex(marvosym.sty) -Requires: tex(eurosym.sty) -Requires: tex(ifthen.sty) -Provides: tex(g-brief.cls) = %{tl_version} -Provides: tex(g-brief.sty) = %{tl_version} -Provides: tex(g-brief2.cls) = %{tl_version} -Provides: tex(g-brief2.sty) = %{tl_version} - -%description g-brief -Designed for formatting formless letters in German; can also be -used for English (by those who can read the documentation). -There are LaTeX 2.09 documentstyle and LaTeX 2e class files for -both an 'old' and a 'new' version of g-brief. - -date: 2009-01-23 15:11:09 +0100 - -%post g-brief -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun g-brief -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans g-brief -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package g-brief-doc -Summary: Documentation for g-brief -Version: svn21140.4.0.2 -Release: %{tl_noarch_release} -Provides: tex-g-brief-doc -BuildArch: noarch -AutoReqProv: No - -%description g-brief-doc -Documentation for g-brief - -%package gauss -Provides: tex-gauss = %{tl_version} -License: LPPL -Summary: A package for Gaussian operations -Version: svn24411.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(gauss.sty) = %{tl_version} - -%description gauss -The gauss package provides configurable tools for producing row -and column operations on matrices (a.k.a. Gaussian operations). - -date: 2011-10-26 17:26:33 +0200 - -%post gauss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gauss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gauss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gauss-doc -Summary: Documentation for gauss -Version: svn24411.0 -Release: %{tl_noarch_release} -Provides: tex-gauss-doc -BuildArch: noarch -AutoReqProv: No - -%description gauss-doc -Documentation for gauss - -%package gcard -Provides: tex-gcard = %{tl_version} -License: LPPL -Summary: Arrange text on a sheet to fold into a greeting card -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textpos.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Provides: tex(gcard.sty) = %{tl_version} - -%description gcard -The package provides a simple means of producing greeting -cards. It arranges four panels onto a single sheet so that when -the sheet is folded twice the four panels are arranged as front -cover, inside left and right pages, and back cover. It uses the -textpos package for placement on the sheet and the graphicx -package for the necessary rotation. The four panels are set in -minipages for formatting by the user. - -date: 2008-08-19 21:00:04 +0200 - -%post gcard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gcard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gcard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gcard-doc -Summary: Documentation for gcard -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gcard-doc -BuildArch: noarch -AutoReqProv: No - -%description gcard-doc -Documentation for gcard - -%package gcite -Provides: tex-gcite = %{tl_version} -License: LPPL 1.3 -Summary: Citations in a reader-friendly style -Version: svn15878.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(biblatex.sty) -Provides: tex(gcite.sty) = %{tl_version} - -%description gcite -The package allows citations in the German style, which is -considered by many to be particularly reader-friendly. The -citation provides a small amount of bibliographic information -in a footnote on the page where each citation is made. It -combines a desire to eliminate unnecessary page-turning with -the look-up efficiency afforded by numeric citations. The -package makes use of the (still experimental) BibLaTeX package, -and is itself also considered experimental; comment is invited. - -date: 2009-07-04 21:47:31 +0200 - -%post gcite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gcite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gcite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gcite-doc -Summary: Documentation for gcite -Version: svn15878.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-gcite-doc -BuildArch: noarch -AutoReqProv: No - -%description gcite-doc -Documentation for gcite - -%package genmpage -Provides: tex-genmpage = %{tl_version} -License: LPPL -Summary: Generalization of LaTeX's minipages -Version: svn15878.0.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(genmpage.sty) = %{tl_version} - -%description genmpage -The GenMPage package generalizes LaTeX's minipages. Keyval -options and styles can be used to determine their appearance in -an easy and consistent way. Includes options for paragraph -indentation and vertical alignment with respect to the visual -top and bottom margins. - -date: 2007-03-07 00:33:49 +0100 - -%post genmpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun genmpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans genmpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package genmpage-doc -Summary: Documentation for genmpage -Version: svn15878.0.3.1 -Release: %{tl_noarch_release} -Provides: tex-genmpage-doc -BuildArch: noarch -AutoReqProv: No - -%description genmpage-doc -Documentation for genmpage - -%package getfiledate -Provides: tex-getfiledate = %{tl_version} -License: LPPL -Summary: Find the date of last modification of a file -Version: svn16189.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etextools.sty) -Requires: tex(ltxnew.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(amssymb.sty) -Requires: tex(boxedminipage.sty) -Provides: tex(getfiledate.sty) = %{tl_version} - -%description getfiledate -The package fetches from the system the date of last -modification or opening of an existing file, using the function -\pdffilemoddate (present in recent versions of PDFTeX); the -user may specify how the date is to be presented. - -date: 2009-11-26 14:59:55 +0100 - -%post getfiledate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun getfiledate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans getfiledate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package getfiledate-doc -Summary: Documentation for getfiledate -Version: svn16189.1.2 -Release: %{tl_noarch_release} -Provides: tex-getfiledate-doc -BuildArch: noarch -AutoReqProv: No - -%description getfiledate-doc -Documentation for getfiledate - -%package ginpenc -Provides: tex-ginpenc = %{tl_version} -License: LPPL -Summary: Modification of inputenc for German -Version: svn24980.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ginpenc.sty) = %{tl_version} - -%description ginpenc -If the inputenc is used and German umlauts are input directly, -they are converted to the LICR representation \"a (etc.). This -breaks the sort algorithm of makeindex, for instance. Ginpenc -converts umlauts and the sharp-s to the short forms defined by -babel, e.g., "a instead, if the text is typeset in German. - -date: 2007-07-08 11:00:26 +0200 - -%post ginpenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ginpenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ginpenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ginpenc-doc -Summary: Documentation for ginpenc -Version: svn24980.1.0 -Release: %{tl_noarch_release} -Provides: tex-ginpenc-doc -BuildArch: noarch -AutoReqProv: No - -%description ginpenc-doc -Documentation for ginpenc - -%package gitinfo -Provides: tex-gitinfo = %{tl_version} -License: LPPL 1.3 -Summary: Access metadata from the git distributed version control system -Version: svn23779.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Provides: tex(gitinfo.sty) = %{tl_version} -Provides: tex(gitsetinfo.sty) = %{tl_version} - -%description gitinfo -The package makes it possible to incorporate git version -control metadata into documents. For memoir users, the package -provides the means to tailor page headers and footers to use -the metadata. - -date: 2011-09-01 15:37:23 +0200 - -%post gitinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gitinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gitinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gitinfo-doc -Summary: Documentation for gitinfo -Version: svn23779.1.0 -Release: %{tl_noarch_release} -Provides: tex-gitinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description gitinfo-doc -Documentation for gitinfo - -%package gloss -Provides: tex-gloss = %{tl_version} -License: LPPL -Summary: Create glossaries using BibTeX -Version: svn15878.1.5.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gloss.sty) = %{tl_version} - -%description gloss -A glossary package using BibTeX with \cite replaced by \gloss. - -date: 2006-12-11 14:57:52 +0100 - -%post gloss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gloss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gloss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gloss-doc -Summary: Documentation for gloss -Version: svn15878.1.5.2 -Release: %{tl_noarch_release} -Provides: tex-gloss-doc -BuildArch: noarch -AutoReqProv: No - -%description gloss-doc -Documentation for gloss - -%package glossaries -Provides: tex-glossaries = %{tl_version} -License: LPPL -Summary: Create glossaries and lists of acronyms -Version: svn28305.3.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-glossaries-bin -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xfor.sty) -Requires: tex(datatool-base.sty) -Requires: tex(amsgen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(glossary-super.sty) -Requires: tex(glossary-tree.sty) -Requires: tex(translator.sty) -Requires: tex(accsupp.sty) -Requires: tex(longtable.sty) -Requires: tex(array.sty) -Requires: tex(multicol.sty) -Requires: tex(supertabular.sty) -Provides: tex(glossaries-babel.sty) = %{tl_version} -Provides: tex(glossaries-compatible-207.sty) = %{tl_version} -Provides: tex(glossaries-polyglossia.sty) = %{tl_version} -Provides: tex(glossaries.sty) = %{tl_version} -Provides: tex(mfirstuc.sty) = %{tl_version} -Provides: tex(glossaries-accsupp.sty) = %{tl_version} -Provides: tex(glossary-hypernav.sty) = %{tl_version} -Provides: tex(glossary-inline.sty) = %{tl_version} -Provides: tex(glossary-list.sty) = %{tl_version} -Provides: tex(glossary-long.sty) = %{tl_version} -Provides: tex(glossary-longragged.sty) = %{tl_version} -Provides: tex(glossary-mcols.sty) = %{tl_version} -Provides: tex(glossary-super.sty) = %{tl_version} -Provides: tex(glossary-superragged.sty) = %{tl_version} -Provides: tex(glossary-tree.sty) = %{tl_version} - -%description glossaries -The glossaries package supports acronyms and multiple -glossaries, and has provision for operation in several -languages (using the facilities of either babel or -polyglossia). New entries are defined to have a name and -description (and optionally an associated symbol). Support for -multiple languages is offered, and plural forms of terms may be -specified. An additional package, glossaries-accsupp, can make -use of the accsupp package mechanisms for accessibility support -for PDF files containing glossaries. The user may define new -glossary styles, and preambles and postambles can be specified. -There is provision for loading a database of terms, but only -terms used in the text will be added to the relevant glossary. -The package uses an indexing program to provide the actual -glossary; either makeindex or xindy may serve this purpose, and -a Perl script is provided to serve as interface. The package -distribution also provides the mfirstuc package, for changing -the first letter of a word to upper case. The package -supersedes the author's glossary package (which is now -obsolete), and a conversion tool is provided. - -date: 2012-11-19 01:00:35 +0100 - -%post glossaries -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun glossaries -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans glossaries -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package glossaries-doc -Summary: Documentation for glossaries -Version: svn28305.3.04 -Release: %{tl_noarch_release} -Provides: tex-glossaries-doc -BuildArch: noarch -AutoReqProv: No - -%description glossaries-doc -Documentation for glossaries - -%package glossaries-bin -Summary: Binaries for glossaries -Version: svn6881.0 -Requires: texlive-base -Requires: tex-glossaries -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description glossaries-bin -Binaries for glossaries - -%package gmdoc -Provides: tex-gmdoc = %{tl_version} -License: LPPL -Summary: Documentation of LaTeX packages -Version: svn21292.0.993 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gmutils.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(gmiflink.sty) -Requires: tex(gmverb.sty) -Requires: tex(makeidx.sty) -Requires: tex(multicol.sty) -Requires: tex(tikz.sty) -Requires: tex(lmodern.sty) -Requires: tex(fontenc.sty) -Requires: tex(geometry.sty) -Requires: tex(trace.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(gmdoc.sty) = %{tl_version} -Provides: tex(gmdocc.cls) = %{tl_version} -Provides: tex(gmoldcomm.sty) = %{tl_version} - -%description gmdoc -A LaTeX package and an example class for documenting (La)TeX -packages, document classes, .dtx etc., providing hyperlinks. -The package is believed to be compatible with doc and permits -minimal markup of code (the macrocode environment is no longer -necessary). The package provides automatic detection of -definitions (detecting such things as \def, \newcommand, -\DeclareOption etc.). The package needs hyperref and the -author's three ''basic' packages: gmutils, gmverb and gmiflink. -As a bonus (and as an example of doc compatibility) driver -files are provided that may be used to typeset the LaTeX Base. - -date: 2011-02-02 20:24:54 +0100 - -%post gmdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmdoc-doc -Summary: Documentation for gmdoc -Version: svn21292.0.993 -Release: %{tl_noarch_release} -Provides: tex-gmdoc-doc -BuildArch: noarch -AutoReqProv: No - -%description gmdoc-doc -Documentation for gmdoc - -%package gmdoc-enhance -Provides: tex-gmdoc-enhance = %{tl_version} -License: LPPL -Summary: Some enhancements to the gmdoc package -Version: svn15878.v0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gmdoc.sty) -Provides: tex(gmdoc-enhance.sty) = %{tl_version} - -%description gmdoc-enhance -This package provides some enhancements for the gmdoc package: -nicer formatting for multiple line inline comments, an ability -to "comment out" some code, and a macro to input other files in -"normal" LaTeX mode. - -date: 2009-03-01 13:29:14 +0100 - -%post gmdoc-enhance -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmdoc-enhance -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmdoc-enhance -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmdoc-enhance-doc -Summary: Documentation for gmdoc-enhance -Version: svn15878.v0.2 -Release: %{tl_noarch_release} -Provides: tex-gmdoc-enhance-doc -BuildArch: noarch -AutoReqProv: No - -%description gmdoc-enhance-doc -Documentation for gmdoc-enhance - -%package gmeometric -Provides: tex-gmeometric = %{tl_version} -License: LPPL -Summary: Change page size wherever it's safe -Version: svn15878.0.73 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gmutils.sty) -Requires: tex(geometry.sty) -Provides: tex(gmeometric.sty) = %{tl_version} - -%description gmeometric -Changing the size of the typeset area is well-known to be a -dangerous operation in TeX documents. This package identifies -the circumstances where the \geometry command of the geometry -package may safely be used, (other, of course, than in the -preamble of a document) and provides a mechanism for using it. -The package makes use of the author's gmutils package. - -date: 2008-11-23 19:39:24 +0100 - -%post gmeometric -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmeometric -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmeometric -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmeometric-doc -Summary: Documentation for gmeometric -Version: svn15878.0.73 -Release: %{tl_noarch_release} -Provides: tex-gmeometric-doc -BuildArch: noarch -AutoReqProv: No - -%description gmeometric-doc -Documentation for gmeometric - -%package gmiflink -Provides: tex-gmiflink = %{tl_version} -License: LPPL -Summary: Simplify usage of \hypertarget and \hyperlink -Version: svn15878.v0.97 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gmiflink.sty) = %{tl_version} - -%description gmiflink -Three hyperref-based macros that simplify usage of \hypertarget -and \hyperlink: one argument instead of the same one twice. -Also \gmiflink and \gmifref which typeset plain text instead of -generating an error or printing '??' if there is no respective -hypertarget or label. - -date: 2008-08-13 17:41:00 +0200 - -%post gmiflink -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmiflink -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmiflink -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmiflink-doc -Summary: Documentation for gmiflink -Version: svn15878.v0.97 -Release: %{tl_noarch_release} -Provides: tex-gmiflink-doc -BuildArch: noarch -AutoReqProv: No - -%description gmiflink-doc -Documentation for gmiflink - -%package gmutils -Provides: tex-gmutils = %{tl_version} -License: LPPL -Summary: Support macros for other packages -Version: svn24287.v0.996 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(graphicx.sty) -Requires: tex(polski.sty) -Requires: tex(xltxtra.sty) -Requires: tex(multicol.sty) -Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Provides: tex(gmRCS.sty) = %{tl_version} -Provides: tex(gmampulex.sty) = %{tl_version} -Provides: tex(gmbase.sty) = %{tl_version} -Provides: tex(gmcommand.sty) = %{tl_version} -Provides: tex(gmenvir.sty) = %{tl_version} -Provides: tex(gmlogos.sty) = %{tl_version} -Provides: tex(gmmeta.sty) = %{tl_version} -Provides: tex(gmmw.sty) = %{tl_version} -Provides: tex(gmnotonlypream.sty) = %{tl_version} -Provides: tex(gmparts.sty) = %{tl_version} -Provides: tex(gmrelsize.sty) = %{tl_version} -Provides: tex(gmtypos.sty) = %{tl_version} -Provides: tex(gmurl.sty) = %{tl_version} -Provides: tex(gmutils.sty) = %{tl_version} - -%description gmutils -Miscellaneous macros used by others of the author's packages. -Contents of the package: \newgif and other globals; \@ifnextcat -and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions; -\afterfi and friends; commands from relsize, etc.; "almost an -environment" or redefinition of \begin (\begin* doesn't check -if the argument environment is defined). - -date: 2011-10-14 16:42:22 +0200 - -%post gmutils -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmutils -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmutils -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmutils-doc -Summary: Documentation for gmutils -Version: svn24287.v0.996 -Release: %{tl_noarch_release} -Provides: tex-gmutils-doc -BuildArch: noarch -AutoReqProv: No - -%description gmutils-doc -Documentation for gmutils - -%package gmverb -Provides: tex-gmverb = %{tl_version} -License: LPPL -Summary: A variant of LaTeX \verb, verbatim and shortvrb -Version: svn24288.v0.98 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gmcommand.sty) -Requires: tex(xcolor.sty) -Provides: tex(gmverb.sty) = %{tl_version} - -%description gmverb -A redefinition of \verb and verbatim so that long lines are -breakable before \ and after { with % as 'hyphen'. Allows you -to define your own verbatim-like environments (subject to a -size limit) and allows you to declare any single character as a -shorthand as in the \MakeShortVerb command of the shortvrb -package of the LaTeX distribution. The package depends on the -gmutils package. - -date: 2011-10-14 16:42:22 +0200 - -%post gmverb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmverb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmverb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmverb-doc -Summary: Documentation for gmverb -Version: svn24288.v0.98 -Release: %{tl_noarch_release} -Provides: tex-gmverb-doc -BuildArch: noarch -AutoReqProv: No - -%description gmverb-doc -Documentation for gmverb - -%package graphicx-psmin -Provides: tex-graphicx-psmin = %{tl_version} -License: LPPL -Summary: Reduce size of PostScript files by not repeating images -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(graphicx-psmin.sty) = %{tl_version} - -%description graphicx-psmin -This package is an extension of the standard graphics bundle -and provides a way to include repeated PostScript graphics (ps, -eps) only once in a PostScript document. This provides a way to -get smaller PostScript documents when having, for instance, a -logo on every page. This package only works when post-processed -with dvips, which should at least have version 5.95b. The -difference for a resulting distilled PDF file is minimal (as -Ghostscript and Adobe Distiller only include a single copy of -each graphics file, anyway). - -date: 2007-05-25 16:15:27 +0200 - -%post graphicx-psmin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun graphicx-psmin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans graphicx-psmin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package graphicx-psmin-doc -Summary: Documentation for graphicx-psmin -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-graphicx-psmin-doc -BuildArch: noarch -AutoReqProv: No - -%description graphicx-psmin-doc -Documentation for graphicx-psmin - -%package grfpaste -Provides: tex-grfpaste = %{tl_version} -License: LPPL -Summary: Include fragments of a dvi file -Version: svn17354.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(grfpaste.sty) = %{tl_version} - -%description grfpaste -Provides a mechanism to include fragments of dvi files with the -graphicx package, so that you can use \includegraphics to -include dvi files. The package requires the dvipaste program. - -date: 2010-03-06 14:40:43 +0100 - -%post grfpaste -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun grfpaste -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans grfpaste -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package grfpaste-doc -Summary: Documentation for grfpaste -Version: svn17354.0.2 -Release: %{tl_noarch_release} -Provides: tex-grfpaste-doc -BuildArch: noarch -AutoReqProv: No - -%description grfpaste-doc -Documentation for grfpaste - -%package grid -Provides: tex-grid = %{tl_version} -License: LPPL -Summary: Grid typesetting in LaTeX -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(grid.sty) = %{tl_version} - -%description grid -The package enables grid typesetting in double column -documents. Grid typesetting (vertical aligning of lines of text -in adjacent columns) is a difficult task in LaTeX, and the -present package is no more than an attempt to help users to -achieve it in a limited way. An example document, grid.tex, is -provided with simple instructions to typeset it using the -package. The package needs a lot of, this is only a -beginning... - -date: 2009-11-09 22:36:07 +0100 - -%post grid -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun grid -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans grid -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package grid-doc -Summary: Documentation for grid -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-grid-doc -BuildArch: noarch -AutoReqProv: No - -%description grid-doc -Documentation for grid - -%package gridset -Provides: tex-gridset = %{tl_version} -License: LPPL -Summary: Grid, a.k.a. in-register, setting -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gridset.sty) = %{tl_version} - -%description gridset -Grid setting -- also known as strict in-register setting -- is -something, that should be done for a lot of documents but is -not easy using LaTeX. The package helps to get the information -needed for grid setting. It does not implement auto grid -setting, but there is a command \vskipnextgrid, that moves to -the next grid position. This may be enough under some -circumstances, but in other circumstances it may fail. Thus -gridset is only one more step for grid setting, not a complete -solution. - -date: 2009-11-09 22:36:07 +0100 - -%post gridset -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gridset -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gridset -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gridset-doc -Summary: Documentation for gridset -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-gridset-doc -BuildArch: noarch -AutoReqProv: No - -%description gridset-doc -Documentation for gridset - -%package guitlogo -Provides: tex-guitlogo = %{tl_version} -License: LPPL -Summary: Macros for typesetting the GuIT logo -Version: svn27458.0.9.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(url.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Provides: tex(guit.cfg) = %{tl_version} -Provides: tex(guit.sty) = %{tl_version} - -%description guitlogo -Guit provides some commands useful to correctly write the logo -of GUIT -- "Gruppo Utilizzatori Italiani di TeX" (Italian TeX -User Group), using the default document color or any other -color the user may ever choose, in conformity with logo's -scheme as seen on the Group web site -(http://www.guit.sssup.it). Likewise, commands are provided -that simplify the writing of GuIT acronym's complete expansion, -of the addresses of Group's internet site and public forum and -'GuITmeeting' logo. Optionally, using hyperref, the outputs of -the above cited commands can become hyperlinks to Group's site. -Documentation is available in Italian, only. - -date: 2012-08-19 10:36:46 +0200 - -%post guitlogo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun guitlogo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans guitlogo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package guitlogo-doc -Summary: Documentation for guitlogo -Version: svn27458.0.9.2 -Release: %{tl_noarch_release} -Provides: tex-guitlogo-doc -BuildArch: noarch -AutoReqProv: No - -%description guitlogo-doc -Documentation for guitlogo - -%package hanging -Provides: tex-hanging = %{tl_version} -License: LPPL 1.3 -Summary: Hanging paragraphs -Version: svn15878.1.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hanging.sty) = %{tl_version} - -%description hanging -The hanging package facilitates the typesetting of hanging -paragraphs. The package also enables typesetting with hanging -punctuation, by making punctuation characters active. This -facility is best suppressed (it can interfere with other -packages) -- there are package options for suppressing each -individual punctuation character. 'Real' attempts at hanging -punction should nowadays use the microtype package, which takes -advantage of the support offered in recent versions of pdfTeX. - -date: 2009-11-02 14:28:41 +0100 - -%post hanging -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hanging -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hanging -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hanging-doc -Summary: Documentation for hanging -Version: svn15878.1.2b -Release: %{tl_noarch_release} -Provides: tex-hanging-doc -BuildArch: noarch -AutoReqProv: No - -%description hanging-doc -Documentation for hanging - -%package hardwrap -Provides: tex-hardwrap = %{tl_version} -License: LPPL 1.3 -Summary: Hard wrap text to a certain character length -Version: svn21396.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifplatform.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(ifxetex.sty) -Provides: tex(hardwrap.sty) = %{tl_version} - -%description hardwrap -The package facilitates wrapping text to a specific character -width, breaking lines by words rather than, as done by TeX, by -characters. The primary use for these facilities is to aid the -generation of messages sent to the log file or console output -to display messages to the user. Package authors may also find -this useful when writing out arbitary text to an external file. - -date: 2011-02-12 10:24:58 +0100 - -%post hardwrap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hardwrap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hardwrap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hardwrap-doc -Summary: Documentation for hardwrap -Version: svn21396.0.2 -Release: %{tl_noarch_release} -Provides: tex-hardwrap-doc -BuildArch: noarch -AutoReqProv: No - -%description hardwrap-doc -Documentation for hardwrap - -%package harnon-cv -Provides: tex-harnon-cv = %{tl_version} -License: LPPL -Summary: harnon-cv package -Version: svn26543.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(harnon-cv.cls) = %{tl_version} - -%description harnon-cv -harnon-cv package - -%post harnon-cv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun harnon-cv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans harnon-cv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package harnon-cv-doc -Summary: Documentation for harnon-cv -Version: svn26543.0 -Release: %{tl_noarch_release} -Provides: tex-harnon-cv-doc -BuildArch: noarch -AutoReqProv: No - -%description harnon-cv-doc -Documentation for harnon-cv - -%package harpoon -Provides: tex-harpoon = %{tl_version} -License: Public Domain -Summary: Extra harpoons, using the graphics package -Version: svn21327.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(harpoon.sty) = %{tl_version} - -%description harpoon -Provides over- and under-harpoon symbol commands; the harpoons -may point in either direction, with the hook pointing up or -down. The covered object is provided as an argument to the -commands, so that they have the look of accent commands. - -date: 2008-09-24 00:41:06 +0200 - -%post harpoon -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun harpoon -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans harpoon -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package harpoon-doc -Summary: Documentation for harpoon -Version: svn21327.1.0 -Release: %{tl_noarch_release} -Provides: tex-harpoon-doc -BuildArch: noarch -AutoReqProv: No - -%description harpoon-doc -Documentation for harpoon - -%package hc -Provides: tex-hc = %{tl_version} -License: GPLv2+ -Summary: Replacement for the LaTeX classes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(natbib.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(xspace.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpple.sty) -Requires: tex(pifont.sty) -Requires: tex(fancyref.sty) -Requires: tex(truncate.sty) -Requires: tex(typearea.sty) -Requires: tex(multicol.sty) -Requires: tex(hyperref.sty) -Requires: tex(fancybox.sty) -Provides: tex(hcart.cls) = %{tl_version} -Provides: tex(hcletter.cls) = %{tl_version} -Provides: tex(hcreport.cls) = %{tl_version} -Provides: tex(hcslides.cls) = %{tl_version} - -%description hc -A set of replacements for the default LaTeX classes, based upon -the Koma-Script bundle and the seminar class. Includes hcart, -hcreport, hcletter, and hcslides. - -date: 2008-04-20 19:53:04 +0200 - -%post hc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hc-doc -Summary: Documentation for hc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-hc-doc -BuildArch: noarch -AutoReqProv: No - -%description hc-doc -Documentation for hc - -%package he-she -Provides: tex-he-she = %{tl_version} -License: LPPL 1.3 -Summary: Alternating pronouns to aid to gender-neutral writing -Version: svn29290.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(everyhook.sty) -Provides: tex(he-she.sty) = %{tl_version} - -%description he-she -The package implements a version of semi-automatic pronoun -switching for writing gender-neutral (and possibly annoying) -prose. It has upper- and lowercase versions of switching -pronouns for all case forms, plus anaphoric versions that -reflect the current gender choice. - -date: 2013-03-04 16:31:08 +0100 - -%post he-she -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun he-she -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans he-she -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package he-she-doc -Summary: Documentation for he-she -Version: svn29290.1.1 -Release: %{tl_noarch_release} -Provides: tex-he-she-doc -BuildArch: noarch -AutoReqProv: No - -%description he-she-doc -Documentation for he-she - -%package hhtensor -Provides: tex-hhtensor = %{tl_version} -License: LPPL -Summary: Print vectors, matrices, and tensors -Version: svn24981.0.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ushort.sty) -Requires: tex(amsmath.sty) -Provides: tex(hhtensor.sty) = %{tl_version} - -%description hhtensor -This package provides commands for vectors, matrices, and -tensors with different styles -- arrows (as the LaTeX default), -underlined, and bold). - -date: 2011-12-29 22:44:25 +0100 - -%post hhtensor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hhtensor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hhtensor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hhtensor-doc -Summary: Documentation for hhtensor -Version: svn24981.0.61 -Release: %{tl_noarch_release} -Provides: tex-hhtensor-doc -BuildArch: noarch -AutoReqProv: No - -%description hhtensor-doc -Documentation for hhtensor - -%package histogr -Provides: tex-histogr = %{tl_version} -License: LPPL 1.3 -Summary: Draw histograms with the LaTeX picture environment -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(histogr.sty) = %{tl_version} - -%description histogr -This is a macro collection to draw histogram bars inside a -LaTeX picture-environment. - -date: 2006-11-09 15:16:55 +0100 - -%post histogr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun histogr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans histogr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package histogr-doc -Summary: Documentation for histogr -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-histogr-doc -BuildArch: noarch -AutoReqProv: No - -%description histogr-doc -Documentation for histogr - -%package hitec -Provides: tex-hitec = %{tl_version} -License: LPPL -Summary: Class for documentation -Version: svn15878.0.0_beta_ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hitec.cls) = %{tl_version} - -%description hitec -An article-based class designed for use for documentation in -high-technology companies. - -date: 2008-11-07 01:12:48 +0100 - -%post hitec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hitec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hitec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hitec-doc -Summary: Documentation for hitec -Version: svn15878.0.0_beta_ -Release: %{tl_noarch_release} -Provides: tex-hitec-doc -BuildArch: noarch -AutoReqProv: No - -%description hitec-doc -Documentation for hitec - -%package hletter -Provides: tex-hletter = %{tl_version} -License: LPPL 1.2 -Summary: Flexible letter typesetting with flexible page headings -Version: svn24583.4.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(babel.sty) -Provides: tex(hdefine.clo) = %{tl_version} -Provides: tex(hhead.sty) = %{tl_version} -Provides: tex(hlete.clo) = %{tl_version} -Provides: tex(hletf.clo) = %{tl_version} -Provides: tex(hletg.clo) = %{tl_version} -Provides: tex(hletter.cls) = %{tl_version} -Provides: tex(hsetup.sty) = %{tl_version} -Provides: tex(mergeh.sty) = %{tl_version} - -%description hletter -The package permits the user to specify easily, with the aid of -self defined key-words, letters (with a logo and private) and -headings. The heading may include a footer and the letter -provides commands to include a scanned signature and two -signees. The package works with the merge package. - -date: 2011-11-09 11:05:43 +0100 - -%post hletter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hletter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hletter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hletter-doc -Summary: Documentation for hletter -Version: svn24583.4.1 -Release: %{tl_noarch_release} -Provides: tex-hletter-doc -BuildArch: noarch -AutoReqProv: No - -%description hletter-doc -Documentation for hletter - -%package hpsdiss -Provides: tex-hpsdiss = %{tl_version} -License: GPL+ -Summary: A dissertation class -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(calc.sty) -Requires: tex(ragged2e.sty) -Requires: tex(rotating.sty) -Requires: tex(mparhack.sty) -Requires: tex(graphicx.sty) -Requires: tex(colordvi.sty) -Provides: tex(hpsdiss.cls) = %{tl_version} - -%description hpsdiss -The class was developed to typeset a dissertation at ETH -Zurich. The requirements were to use A5 paper and 10pt type. A -sample of the output is shown in the PDF documentation link. - -date: 2007-01-07 11:47:19 +0100 - -%post hpsdiss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hpsdiss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hpsdiss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hpsdiss-doc -Summary: Documentation for hpsdiss -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-hpsdiss-doc -BuildArch: noarch -AutoReqProv: No - -%description hpsdiss-doc -Documentation for hpsdiss - -%package hrefhide -Provides: tex-hrefhide = %{tl_version} -License: LPPL 1.3 -Summary: Suppress hyper links when printing -Version: svn22255.1.0f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(kvoptions.sty) -Provides: tex(hrefhide.sty) = %{tl_version} - -%description hrefhide -This package provides the command \hrefdisplayonly (which -provides a substitute for \href). While the (hyperlinked) text -appears like an ordinary \href in the compiled PDF file, the -same text will be "hidden" when printing the text. (Hiding is -actually achieved by making the text the same colour as the -background, thus preserving the layout of the rest of the -text.) - -date: 2011-04-29 14:22:52 +0200 - -%post hrefhide -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hrefhide -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hrefhide -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hrefhide-doc -Summary: Documentation for hrefhide -Version: svn22255.1.0f -Release: %{tl_noarch_release} -Provides: tex-hrefhide-doc -BuildArch: noarch -AutoReqProv: No - -%description hrefhide-doc -Documentation for hrefhide - -%package hvindex -Provides: tex-hvindex = %{tl_version} -License: LPPL -Summary: Support for indexing -Version: svn16136.0.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Provides: tex(hvindex.sty) = %{tl_version} - -%description hvindex -The package simplifies the indexing of words using the \index -command of makeidx. With the package, to index a word in a -text, you only have to type it once; the package makes sure it -is both typeset and indexed. - -date: 2009-11-23 13:00:14 +0100 - -%post hvindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hvindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hvindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hvindex-doc -Summary: Documentation for hvindex -Version: svn16136.0.02 -Release: %{tl_noarch_release} -Provides: tex-hvindex-doc -BuildArch: noarch -AutoReqProv: No - -%description hvindex-doc -Documentation for hvindex - -%package hypdvips -Provides: tex-hypdvips = %{tl_version} -License: LPPL 1.3 -Summary: Hyperref extensions for use with dvips -Version: svn28667.3.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atveryend.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(bookmark.sty) -Requires: tex(hypcap.sty) -Provides: tex(hypdvips.sty) = %{tl_version} - -%description hypdvips -The hypdvips package fixes some problems when using hyperref -with dvips. It also adds support for breaking links, file -attachments, embedded documents and different types of GoTo- -links. The cooperation of hyperref with cleveref is improved, -which in addition allows an enhanced back-referencing system. - -date: 2012-12-30 16:12:46 +0100 - -%post hypdvips -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hypdvips -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hypdvips -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hypdvips-doc -Summary: Documentation for hypdvips -Version: svn28667.3.00 -Release: %{tl_noarch_release} -Provides: tex-hypdvips-doc -BuildArch: noarch -AutoReqProv: No - -%description hypdvips-doc -Documentation for hypdvips - -%package hyper -Provides: tex-hyper = %{tl_version} -License: LPPL -Summary: Hypertext cross referencing -Version: svn17357.4.2d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(defpattern.sty) -Requires: tex(color.sty) -Provides: tex(hxt-bc.sty) = %{tl_version} -Provides: tex(hyper.sty) = %{tl_version} - -%description hyper -Redefines LaTeX cross-referencing commands to insert \special -commands for HyperTeX dvi viewers, such as recent versions of -xdvi. The package is now largely superseded by hyperref. - -date: 2010-03-06 16:54:30 +0100 - -%post hyper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyper-doc -Summary: Documentation for hyper -Version: svn17357.4.2d -Release: %{tl_noarch_release} -Provides: tex-hyper-doc -BuildArch: noarch -AutoReqProv: No - -%description hyper-doc -Documentation for hyper - -%package hypernat -Provides: tex-hypernat = %{tl_version} -License: GPL+ -Summary: Allow hyperref and natbib to work together -Version: svn17358.1.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hypernat.sty) = %{tl_version} - -%description hypernat -Allows hyperref package and the natbib package with options -'numbers' and 'sort&compress' to work together. This means that -multiple sequential citations (e.g [3,2,1]) will be compressed -to [1-3], where the '1' and the '3' are (color-)linked to the -bibliography. - -date: 2010-03-08 12:29:56 +0100 - -%post hypernat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hypernat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hypernat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hypernat-doc -Summary: Documentation for hypernat -Version: svn17358.1.0b -Release: %{tl_noarch_release} -Provides: tex-hypernat-doc -BuildArch: noarch -AutoReqProv: No - -%description hypernat-doc -Documentation for hypernat - -%package hyperref-docsrc-doc -Summary: Documentation for hyperref-docsrc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-hyperref-docsrc-doc -BuildArch: noarch -AutoReqProv: No - -%description hyperref-docsrc-doc -Documentation for hyperref-docsrc - -%package hyperxmp -Provides: tex-hyperxmp = %{tl_version} -License: LPPL -Summary: Embed XMP metadata within a LaTeX document -Version: svn28809.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atenddvi.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pdfescape.sty) -Requires: tex(stringenc.sty) -Requires: tex(intcalc.sty) -Requires: tex(ifxetex.sty) -Provides: tex(hyperxmp.sty) = %{tl_version} - -%description hyperxmp -XMP (eXtensible Metadata Platform) is a mechanism proposed by -Adobe for embedding document metadata within the document -itself. The metadata is designed to be easy to extract, even by -programs that are oblivious to the document's file format. Most -of Adobe's applications store XMP metadata when saving files. -Now, with the hyperxmp package, it is trivial for LaTeX -document authors to store XMP metadata in their documents as -well. Version 2.2 of the package added support for the IPTC -Photo Metadata schema. It allows \xmpcomma and \xmpquote to be -used in any hyperxmp option, not only those that require -special treatment of commas. And it introduces an \xmplinesep -macro that controls how multiline fields are represented in the -XMP packet. The package integrates seamlessly with hyperref and -requires virtually no modifications to documents that already -exploit hyperref's mechanisms for specifying PDF metadata. The -current version of hyperxmp can embed the following metadata as -XMP: title, authors, primary author's title or position, -metadata writer, subject/summary, keywords, copyright, license -URL, document base URL, document identifier and instance -identifier, language, source file name, PDF generating tool, -PDF version, and contact telephone number/postal address/email -address/URL. Hyperxmp currently embeds XMP only within PDF -documents; it is compatible with pdflatex, xelatex, -latex+dvipdfm, and latex+dvips+ps2pdf. - -date: 2013-01-10 10:32:14 +0100 - -%post hyperxmp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyperxmp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyperxmp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyperxmp-doc -Summary: Documentation for hyperxmp -Version: svn28809.2.3 -Release: %{tl_noarch_release} -Provides: tex-hyperxmp-doc -BuildArch: noarch -AutoReqProv: No - -%description hyperxmp-doc -Documentation for hyperxmp - -%package hyphenat -Provides: tex-hyphenat = %{tl_version} -License: LPPL 1.3 -Summary: Disable/enable hypenation -Version: svn15878.2.3c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hyphenat.sty) = %{tl_version} - -%description hyphenat -This package can disable all hyphenation or enable hyphenation -of non-alphabetics or monospaced fonts. The package can also -enable hyphenation within 'words' that contain non-alphabetic -characters (e.g., that include underscores), and hyphenation of -text typeset in monospaced (e.g., cmtt) fonts. - -date: 2009-09-02 18:09:14 +0200 - -%post hyphenat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyphenat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyphenat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyphenat-doc -Summary: Documentation for hyphenat -Version: svn15878.2.3c -Release: %{tl_noarch_release} -Provides: tex-hyphenat-doc -BuildArch: noarch -AutoReqProv: No - -%description hyphenat-doc -Documentation for hyphenat - -%package idxlayout -Provides: tex-idxlayout = %{tl_version} -License: LPPL -Summary: Configurable index layout, responsive to KOMA-Script and memoir -Version: svn25821.0.4d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Provides: tex(idxlayout.sty) = %{tl_version} - -%description idxlayout -The idxlayout package offers a key-value interface to configure -index layout parameters, e.g. allowing for three-column indexes -or for "parent" items and their affiliated subitems being -typeset as a single paragraph. The package is responsive to the -index-related options and commands of the KOMA-Script and -memoir classes. - -date: 2012-04-01 20:39:12 +0200 - -%post idxlayout -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun idxlayout -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans idxlayout -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package idxlayout-doc -Summary: Documentation for idxlayout -Version: svn25821.0.4d -Release: %{tl_noarch_release} -Provides: tex-idxlayout-doc -BuildArch: noarch -AutoReqProv: No - -%description idxlayout-doc -Documentation for idxlayout - -%package ifmslide -Provides: tex-ifmslide = %{tl_version} -License: LPPL 1.2 -Summary: Presentation slides for screen and printouts -Version: svn20727.0.47 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(color.sty) -Requires: tex(texpower.sty) -Requires: tex(fixseminar.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Provides: tex(ifmslide.cfg) = %{tl_version} -Provides: tex(ifmslide.sty) = %{tl_version} - -%description 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: 2010-12-14 00:15:57 +0100 - -%post ifmslide -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifmslide -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifmslide -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifmslide-doc -Summary: Documentation for ifmslide -Version: svn20727.0.47 -Release: %{tl_noarch_release} -Provides: tex-ifmslide-doc -BuildArch: noarch -AutoReqProv: No - -%description ifmslide-doc -Documentation for ifmslide - -%package ifnextok -Provides: tex-ifnextok = %{tl_version} -License: LPPL 1.3 -Summary: Utility macro: peek ahead without ignoring spaces -Version: svn23379.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifnextok.sty) = %{tl_version} - -%description 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: 2011-06-27 20:36:28 +0200 - -%post ifnextok -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifnextok -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifnextok -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifnextok-doc -Summary: Documentation for ifnextok -Version: svn23379.0.3 -Release: %{tl_noarch_release} -Provides: tex-ifnextok-doc -BuildArch: noarch -AutoReqProv: No - -%description ifnextok-doc -Documentation for ifnextok - -%package ifoddpage -Provides: tex-ifoddpage = %{tl_version} -License: LPPL -Summary: ifoddpage package -Version: svn23979.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifoddpage.sty) = %{tl_version} - -%description ifoddpage -ifoddpage package - -%post ifoddpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifoddpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifoddpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifoddpage-doc -Summary: Documentation for ifoddpage -Version: svn23979.0 -Release: %{tl_noarch_release} -Provides: tex-ifoddpage-doc -BuildArch: noarch -AutoReqProv: No - -%description ifoddpage-doc -Documentation for ifoddpage - -%package ifplatform -Provides: tex-ifplatform = %{tl_version} -License: LPPL -Summary: Conditionals to test which platform is being used -Version: svn21156.0.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Requires: tex(catchfile.sty) -Requires: tex(ifluatex.sty) -Provides: tex(ifplatform.sty) = %{tl_version} - -%description 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: 2009-09-10 17:35:10 +0200 - -%post ifplatform -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifplatform -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifplatform -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifplatform-doc -Summary: Documentation for ifplatform -Version: svn21156.0.3a -Release: %{tl_noarch_release} -Provides: tex-ifplatform-doc -BuildArch: noarch -AutoReqProv: No - -%description ifplatform-doc -Documentation for ifplatform - -%package ifthenx -Provides: tex-ifthenx = %{tl_version} -License: LPPL -Summary: Extra tests for \ifthenelse -Version: svn25819.0.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(ifthenx.sty) = %{tl_version} - -%description 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: 2012-04-01 23:59:58 +0200 - -%post ifthenx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ifthenx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ifthenx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ifthenx-doc -Summary: Documentation for ifthenx -Version: svn25819.0.1a -Release: %{tl_noarch_release} -Provides: tex-ifthenx-doc -BuildArch: noarch -AutoReqProv: No - -%description ifthenx-doc -Documentation for ifthenx - -%package iitem -Provides: tex-iitem = %{tl_version} -License: LPPL -Summary: Multiple level of lists in one list-like environment -Version: svn29613.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iitem.sty) = %{tl_version} - -%description 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-02 15:23:02 +0200 - -%post iitem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iitem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iitem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iitem-doc -Summary: Documentation for iitem -Version: svn29613.1.0 -Release: %{tl_noarch_release} -Provides: tex-iitem-doc -BuildArch: noarch -AutoReqProv: No - -%description iitem-doc -Documentation for iitem - -%package image-gallery -Provides: tex-image-gallery = %{tl_version} -License: LPPL -Summary: Create an overview of pictures from a digital camera or from other sources -Version: svn15878.v1.0j -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(url.sty) -Requires: tex(geometry.sty) -Provides: tex(image-gallery.cls) = %{tl_version} - -%description 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: 2008-08-19 23:32:24 +0200 - -%post image-gallery -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun image-gallery -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans image-gallery -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package image-gallery-doc -Summary: Documentation for image-gallery -Version: svn15878.v1.0j -Release: %{tl_noarch_release} -Provides: tex-image-gallery-doc -BuildArch: noarch -AutoReqProv: No - -%description image-gallery-doc -Documentation for image-gallery - -%package imakeidx -Provides: tex-imakeidx = %{tl_version} -License: LPPL 1.3 -Summary: A package for producing multiple indexes -Version: svn29542.1.2e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xpatch.sty) -Requires: tex(multicol.sty) -Provides: tex(imakeidx.sty) = %{tl_version} - -%description 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: 2012-11-14 11:11:04 +0100 - -%post imakeidx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun imakeidx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans imakeidx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package imakeidx-doc -Summary: Documentation for imakeidx -Version: svn29542.1.2e -Release: %{tl_noarch_release} -Provides: tex-imakeidx-doc -BuildArch: noarch -AutoReqProv: No - -%description imakeidx-doc -Documentation for imakeidx - -%package import -Provides: tex-import = %{tl_version} -License: Public Domain -Summary: Establish input relative to a directory -Version: svn17361.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(import.sty) = %{tl_version} - -%description 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: 2010-03-09 13:05:51 +0100 - -%post import -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun import -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans import -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package import-doc -Summary: Documentation for import -Version: svn17361.5.1 -Release: %{tl_noarch_release} -Provides: tex-import-doc -BuildArch: noarch -AutoReqProv: No - -%description import-doc -Documentation for import - -%package incgraph -Provides: tex-incgraph = %{tl_version} -License: LPPL 1.3 -Summary: Sophisticated graphics inclusion in a PDF document -Version: svn28868.1.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(pgffor.sty) -Requires: tex(graphicx.sty) -Requires: tex(bookmark.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(incgraph.sty) = %{tl_version} - -%description 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: 2013-01-17 11:27:48 +0100 - -%post incgraph -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun incgraph -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans incgraph -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package incgraph-doc -Summary: Documentation for incgraph -Version: svn28868.1.11 -Release: %{tl_noarch_release} -Provides: tex-incgraph-doc -BuildArch: noarch -AutoReqProv: No - -%description incgraph-doc -Documentation for incgraph - -%package inlinedef -Provides: tex-inlinedef = %{tl_version} -License: LPPL -Summary: Inline expansions within definitions -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(inlinedef.sty) = %{tl_version} - -%description 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: 2008-08-19 23:32:24 +0200 - -%post inlinedef -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun inlinedef -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans inlinedef -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package inlinedef-doc -Summary: Documentation for inlinedef -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-inlinedef-doc -BuildArch: noarch -AutoReqProv: No - -%description inlinedef-doc -Documentation for inlinedef - -%package inputtrc -Provides: tex-inputtrc = %{tl_version} -License: LPPL 1.3 -Summary: Trace which file loads which -Version: svn28019.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(inputtrc.sty) = %{tl_version} - -%description 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: 2012-10-16 10:36:45 +0200 - -%post inputtrc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun inputtrc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans inputtrc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package inputtrc-doc -Summary: Documentation for inputtrc -Version: svn28019.0.3 -Release: %{tl_noarch_release} -Provides: tex-inputtrc-doc -BuildArch: noarch -AutoReqProv: No - -%description inputtrc-doc -Documentation for inputtrc - -%package interactiveworkbook -Provides: tex-interactiveworkbook = %{tl_version} -License: LPPL -Summary: latex-based interactive PDF on the web -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(epsfig.sty) -Requires: tex(color.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Provides: tex(interactiveworkbook-web.sty) = %{tl_version} -Provides: tex(interactiveworkbook.sty) = %{tl_version} -Provides: tex(interactiveworkbook.sty) = %{tl_version} - -%description 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: 2006-10-06 13:44:13 +0200 - -%post interactiveworkbook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun interactiveworkbook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans interactiveworkbook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package interactiveworkbook-doc -Summary: Documentation for interactiveworkbook -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-interactiveworkbook-doc -BuildArch: noarch -AutoReqProv: No - -%description interactiveworkbook-doc -Documentation for interactiveworkbook - -%package interfaces -Provides: tex-interfaces = %{tl_version} -License: LPPL 1.3 -Summary: Set parameters for other packages, conveniently -Version: svn21474.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(scrlfile.sty) -Requires: tex(infwarerr.sty) -Requires: tex(interfaces-scrlfile.sty) -Requires: tex(interfaces-tikz.sty) -Requires: tex(interfaces-marks.sty) -Requires: tex(refcount.sty) -Requires: tex(gettitlestring.sty) -Requires: tex(tikz.sty) -Requires: tex(auxhook.sty) -Provides: tex(interfaces-LaTeX.sty) = %{tl_version} -Provides: tex(interfaces-appendix.sty) = %{tl_version} -Provides: tex(interfaces-base.sty) = %{tl_version} -Provides: tex(interfaces-bookmark.sty) = %{tl_version} -Provides: tex(interfaces-embedfile.sty) = %{tl_version} -Provides: tex(interfaces-enumitem.sty) = %{tl_version} -Provides: tex(interfaces-environ.sty) = %{tl_version} -Provides: tex(interfaces-etoolbox.sty) = %{tl_version} -Provides: tex(interfaces-fancyhdr.sty) = %{tl_version} -Provides: tex(interfaces-hypbmsec.sty) = %{tl_version} -Provides: tex(interfaces-hyperref.sty) = %{tl_version} -Provides: tex(interfaces-makecell.sty) = %{tl_version} -Provides: tex(interfaces-marks.sty) = %{tl_version} -Provides: tex(interfaces-pgfkeys.sty) = %{tl_version} -Provides: tex(interfaces-scrlfile.sty) = %{tl_version} -Provides: tex(interfaces-tikz.sty) = %{tl_version} -Provides: tex(interfaces-titlesec.sty) = %{tl_version} -Provides: tex(interfaces-tocloft.sty) = %{tl_version} -Provides: tex(interfaces-truncate.sty) = %{tl_version} -Provides: tex(interfaces-umrand.sty) = %{tl_version} -Provides: tex(interfaces.sty) = %{tl_version} - -%description 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: 2011-02-19 16:41:47 +0100 - -%post interfaces -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun interfaces -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans interfaces -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package interfaces-doc -Summary: Documentation for interfaces -Version: svn21474.3.1 -Release: %{tl_noarch_release} -Provides: tex-interfaces-doc -BuildArch: noarch -AutoReqProv: No - -%description interfaces-doc -Documentation for interfaces - -%package inversepath -Provides: tex-inversepath = %{tl_version} -License: LPPL 1.3 -Summary: Calculate inverse file paths -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(inversepath.sty) = %{tl_version} - -%description inversepath -The package calculates inverse relative paths. Such things may -be useful, for example, when writing an auxiliary file to a -different directory. - -date: 2008-08-19 23:32:24 +0200 - -%post inversepath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun inversepath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans inversepath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package inversepath-doc -Summary: Documentation for inversepath -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-inversepath-doc -BuildArch: noarch -AutoReqProv: No - -%description inversepath-doc -Documentation for inversepath - -%package invoice -Provides: tex-invoice = %{tl_version} -License: GPL+ -Summary: Generate invoices -Version: svn24194.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(longtable.sty) -Requires: tex(calc.sty) -Requires: tex(fp.tex) -Provides: tex(invoice.def) = %{tl_version} -Provides: tex(invoice.sty) = %{tl_version} - -%description 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-04 18:45:10 +0200 - -%post invoice -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun invoice -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans invoice -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package invoice-doc -Summary: Documentation for invoice -Version: svn24194.0 -Release: %{tl_noarch_release} -Provides: tex-invoice-doc -BuildArch: noarch -AutoReqProv: No - -%description invoice-doc -Documentation for invoice - -%package iso -Provides: tex-iso = %{tl_version} -License: LPPL -Summary: Generic ISO standards typesetting macros -Version: svn15878.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Provides: tex(askincv1.sty) = %{tl_version} -Provides: tex(iso10.clo) = %{tl_version} -Provides: tex(iso11.clo) = %{tl_version} -Provides: tex(iso9.clo) = %{tl_version} -Provides: tex(isov2.cls) = %{tl_version} - -%description 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. - -date: 2007-01-09 14:09:22 +0100 - -%post iso -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iso -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iso -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iso-doc -Summary: Documentation for iso -Version: svn15878.2.4 -Release: %{tl_noarch_release} -Provides: tex-iso-doc -BuildArch: noarch -AutoReqProv: No - -%description iso-doc -Documentation for iso - -%package iso10303 -Provides: tex-iso10303 = %{tl_version} -License: LPPL -Summary: Typesetting the STEP standards -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aicv1.sty) = %{tl_version} -Provides: tex(apendint.tex) = %{tl_version} -Provides: tex(apmpspec.tex) = %{tl_version} -Provides: tex(apmptbl.tex) = %{tl_version} -Provides: tex(apmptempl.tex) = %{tl_version} -Provides: tex(apsstempl.tex) = %{tl_version} -Provides: tex(apv12.sty) = %{tl_version} -Provides: tex(atsv11.sty) = %{tl_version} -Provides: tex(bpfap1.tex) = %{tl_version} -Provides: tex(bpfap10.tex) = %{tl_version} -Provides: tex(bpfap11.tex) = %{tl_version} -Provides: tex(bpfap12.tex) = %{tl_version} -Provides: tex(bpfap13.tex) = %{tl_version} -Provides: tex(bpfap14.tex) = %{tl_version} -Provides: tex(bpfap15.tex) = %{tl_version} -Provides: tex(bpfap16.tex) = %{tl_version} -Provides: tex(bpfap2.tex) = %{tl_version} -Provides: tex(bpfap3.tex) = %{tl_version} -Provides: tex(bpfap4.tex) = %{tl_version} -Provides: tex(bpfap5.tex) = %{tl_version} -Provides: tex(bpfap6.tex) = %{tl_version} -Provides: tex(bpfap7.tex) = %{tl_version} -Provides: tex(bpfap8.tex) = %{tl_version} -Provides: tex(bpfap9.tex) = %{tl_version} -Provides: tex(bpfats1.tex) = %{tl_version} -Provides: tex(bpfats10.tex) = %{tl_version} -Provides: tex(bpfats11.tex) = %{tl_version} -Provides: tex(bpfats12.tex) = %{tl_version} -Provides: tex(bpfats14.tex) = %{tl_version} -Provides: tex(bpfats2.tex) = %{tl_version} -Provides: tex(bpfats3.tex) = %{tl_version} -Provides: tex(bpfats4.tex) = %{tl_version} -Provides: tex(bpfats5.tex) = %{tl_version} -Provides: tex(bpfats6.tex) = %{tl_version} -Provides: tex(bpfats7.tex) = %{tl_version} -Provides: tex(bpfats8.tex) = %{tl_version} -Provides: tex(bpfats9.tex) = %{tl_version} -Provides: tex(bpfir1.tex) = %{tl_version} -Provides: tex(bpfir2.tex) = %{tl_version} -Provides: tex(bpfir3.tex) = %{tl_version} -Provides: tex(bpfs1.tex) = %{tl_version} -Provides: tex(bpfs2.tex) = %{tl_version} -Provides: tex(bpfs3.tex) = %{tl_version} -Provides: tex(irv12.sty) = %{tl_version} -Provides: tex(stepman.tex) = %{tl_version} -Provides: tex(stepv13.sty) = %{tl_version} -Provides: tex(stppdlst.tex) = %{tl_version} - -%description 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: 2007-01-09 14:09:22 +0100 - -%post iso10303 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iso10303 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iso10303 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iso10303-doc -Summary: Documentation for iso10303 -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-iso10303-doc -BuildArch: noarch -AutoReqProv: No - -%description iso10303-doc -Documentation for iso10303 - -%package isodate -Provides: tex-isodate = %{tl_version} -License: LPPL -Summary: Tune the output format of dates according to language -Version: svn16613.2.28 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(substr.sty) -Requires: tex(calc.sty) -Provides: tex(isodate.sty) = %{tl_version} -Provides: tex(isodateo.sty) = %{tl_version} - -%description 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: 2006-12-08 14:34:19 +0100 - -%post isodate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isodate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isodate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isodate-doc -Summary: Documentation for isodate -Version: svn16613.2.28 -Release: %{tl_noarch_release} -Provides: tex-isodate-doc -BuildArch: noarch -AutoReqProv: No - -%description isodate-doc -Documentation for isodate - -%package isonums -Provides: tex-isonums = %{tl_version} -License: LPPL -Summary: Display numbers in maths mode according to ISO 31-0 -Version: svn17362.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(isonums.sty) = %{tl_version} - -%description 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: 2010-03-09 13:05:51 +0100 - -%post isonums -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isonums -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isonums -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isonums-doc -Summary: Documentation for isonums -Version: svn17362.1.0 -Release: %{tl_noarch_release} -Provides: tex-isonums-doc -BuildArch: noarch -AutoReqProv: No - -%description isonums-doc -Documentation for isonums - -%package isodoc -Provides: tex-isodoc = %{tl_version} -License: LPPL -Summary: A LaTeX class for the preparation of letters and invoices -Version: svn27977.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ctable.sty) -Requires: tex(color.sty) -Requires: tex(tabularx.sty) -Requires: tex(eurosym.sty) -Requires: tex(graphicx.sty) -Requires: tex(stringstrings.sty) -Requires: tex(calc.sty) -Requires: tex(forarray.sty) -Requires: tex(geometry.sty) -Requires: tex(textpos.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(isodoc.cls) = %{tl_version} -Provides: tex(isodocsymbols.sty) = %{tl_version} - -%description 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 Victor Eijkhout's NTG brief class, which -implements the NEN1026 standard. - -date: 2012-09-29 14:32:13 +0200 - -%post isodoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isodoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isodoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isodoc-doc -Summary: Documentation for isodoc -Version: svn27977.0.11 -Release: %{tl_noarch_release} -Provides: tex-isodoc-doc -BuildArch: noarch -AutoReqProv: No - -%description isodoc-doc -Documentation for isodoc - -%package isorot -Provides: tex-isorot = %{tl_version} -License: LPPL -Summary: Rotation of document elements -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(lscape.sty) -Provides: tex(isorot.sty) = %{tl_version} - -%description isorot -The isorot 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: 2007-01-08 13:31:52 +0100 - -%post isorot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isorot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isorot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isorot-doc -Summary: Documentation for isorot -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-isorot-doc -BuildArch: noarch -AutoReqProv: No - -%description isorot-doc -Documentation for isorot - -%package isotope -Provides: tex-isotope = %{tl_version} -License: LPPL -Summary: A package for typesetting isotopes -Version: svn23711.v0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(isotope.sty) = %{tl_version} - -%description 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: 2011-08-26 17:57:53 +0200 - -%post isotope -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isotope -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isotope -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isotope-doc -Summary: Documentation for isotope -Version: svn23711.v0.3 -Release: %{tl_noarch_release} -Provides: tex-isotope-doc -BuildArch: noarch -AutoReqProv: No - -%description isotope-doc -Documentation for isotope - -%package issuulinks -Provides: tex-issuulinks = %{tl_version} -License: LPPL 1.3 -Summary: Produce external links instead of internal ones -Version: svn25742.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(issuulinks.sty) = %{tl_version} - -%description issuulinks -The PDF visualizer http://issuu.com/ISSUU is a popular service -allowing to show 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: 2012-03-23 12:07:20 +0100 - -%post issuulinks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun issuulinks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans issuulinks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package issuulinks-doc -Summary: Documentation for issuulinks -Version: svn25742.1.1 -Release: %{tl_noarch_release} -Provides: tex-issuulinks-doc -BuildArch: noarch -AutoReqProv: No - -%description issuulinks-doc -Documentation for issuulinks - -%package iwhdp -Provides: tex-iwhdp = %{tl_version} -License: LPPL 1.3 -Summary: Halle Institute for Economic Research (IWH) Discussion Papers -Version: svn27639.0.30 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iwhdp.cls) = %{tl_version} - -%description 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: 2012-09-10 15:57:53 +0200 - -%post iwhdp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun iwhdp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans iwhdp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package iwhdp-doc -Summary: Documentation for iwhdp -Version: svn27639.0.30 -Release: %{tl_noarch_release} -Provides: tex-iwhdp-doc -BuildArch: noarch -AutoReqProv: No - -%description iwhdp-doc -Documentation for iwhdp - -%package jvlisting -Provides: tex-jvlisting = %{tl_version} -License: LPPL -Summary: A replacement for LaTeX's verbatim package -Version: svn24638.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(jvlisting.sty) = %{tl_version} - -%description 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: 2011-11-18 01:15:46 +0100 - -%post jvlisting -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jvlisting -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jvlisting -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jvlisting-doc -Summary: Documentation for jvlisting -Version: svn24638.0.7 -Release: %{tl_noarch_release} -Provides: tex-jvlisting-doc -BuildArch: noarch -AutoReqProv: No - -%description jvlisting-doc -Documentation for jvlisting - -%package kantlipsum -Provides: tex-kantlipsum = %{tl_version} -License: LPPL 1.3 -Summary: Generate sentences in Kant's style -Version: svn27994.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(kantlipsum.sty) = %{tl_version} - -%description 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: 2012-03-12 20:30:51 +0100 - -%post kantlipsum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kantlipsum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kantlipsum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kantlipsum-doc -Summary: Documentation for kantlipsum -Version: svn27994.0.5 -Release: %{tl_noarch_release} -Provides: tex-kantlipsum-doc -BuildArch: noarch -AutoReqProv: No - -%description kantlipsum-doc -Documentation for kantlipsum - -%package kerntest -Provides: tex-kerntest = %{tl_version} -License: LPPL -Summary: Print tables and generate control files to adjust kernings -Version: svn15878.1.32 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(helvet.sty) -Requires: tex(calc.sty) -Requires: tex(longtable.sty) -Requires: tex(array.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Provides: tex(kerntest.cls) = %{tl_version} -Provides: tex(ly1mtx.clo) = %{tl_version} -Provides: tex(ot1mtx.clo) = %{tl_version} -Provides: tex(t1cmr-1200.fd) = %{tl_version} -Provides: tex(t1mtx.clo) = %{tl_version} -Provides: tex(t2amtx.clo) = %{tl_version} -Provides: tex(t2bmtx.clo) = %{tl_version} -Provides: tex(ts1mtx.clo) = %{tl_version} - -%description 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 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: 2007-03-08 21:58:53 +0100 - -%post kerntest -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kerntest -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kerntest -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kerntest-doc -Summary: Documentation for kerntest -Version: svn15878.1.32 -Release: %{tl_noarch_release} -Provides: tex-kerntest-doc -BuildArch: noarch -AutoReqProv: No - -%description kerntest-doc -Documentation for kerntest - -%package keycommand -Provides: tex-keycommand = %{tl_version} -License: LPPL -Summary: Simple creation of commands with key-value arguments -Version: svn18042.3.1415 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Provides: tex(keycommand.sty) = %{tl_version} - -%description 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: 2010-04-27 09:59:23 +0200 - -%post keycommand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun keycommand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans keycommand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package keycommand-doc -Summary: Documentation for keycommand -Version: svn18042.3.1415 -Release: %{tl_noarch_release} -Provides: tex-keycommand-doc -BuildArch: noarch -AutoReqProv: No - -%description keycommand-doc -Documentation for keycommand - -%package keyreader -Provides: tex-keyreader = %{tl_version} -License: LPPL 1.3 -Summary: A robust interface to xkeyval -Version: svn28195.0.5b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Provides: tex(keyreader.sty) = %{tl_version} - -%description 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: 2012-11-06 20:07:31 +0100 - -%post keyreader -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun keyreader -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans keyreader -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package keyreader-doc -Summary: Documentation for keyreader -Version: svn28195.0.5b -Release: %{tl_noarch_release} -Provides: tex-keyreader-doc -BuildArch: noarch -AutoReqProv: No - -%description keyreader-doc -Documentation for keyreader - -%package keystroke -Provides: tex-keystroke = %{tl_version} -License: GPL+ -Summary: Graphical representation of keys on keyboard -Version: svn17992.v1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(keystroke.sty) = %{tl_version} - -%description keystroke -A LaTeX package which provides macros for the graphical -representation of the keys on a computer keyboard. - -date: 2010-04-23 13:36:14 +0200 - -%post keystroke -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun keystroke -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans keystroke -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package keystroke-doc -Summary: Documentation for keystroke -Version: svn17992.v1.6 -Release: %{tl_noarch_release} -Provides: tex-keystroke-doc -BuildArch: noarch -AutoReqProv: No - -%description keystroke-doc -Documentation for keystroke - -%package keyval2e -Provides: tex-keyval2e = %{tl_version} -License: LPPL 1.3 -Summary: A lightweight and robust key-value parser -Version: svn23698.0.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Provides: tex(keyval2e.sty) = %{tl_version} - -%description 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: 2011-08-26 11:26:23 +0200 - -%post keyval2e -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun keyval2e -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans keyval2e -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package keyval2e-doc -Summary: Documentation for keyval2e -Version: svn23698.0.0.2 -Release: %{tl_noarch_release} -Provides: tex-keyval2e-doc -BuildArch: noarch -AutoReqProv: No - -%description keyval2e-doc -Documentation for keyval2e - -%package kix -Provides: tex-kix = %{tl_version} -License: LPPL -Summary: Typeset KIX codes -Version: svn21606.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(kix.sty) = %{tl_version} - -%description 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: 2011-03-04 11:12:16 +0100 - -%post kix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kix-doc -Summary: Documentation for kix -Version: svn21606.0 -Release: %{tl_noarch_release} -Provides: tex-kix-doc -BuildArch: noarch -AutoReqProv: No - -%description kix-doc -Documentation for kix - -%package koma-moderncvclassic -Provides: tex-koma-moderncvclassic = %{tl_version} -License: LPPL 1.3 -Summary: Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with biblatex -Version: svn25025.v0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(xcolor.sty) -Requires: tex(lmodern.sty) -Requires: tex(marvosym.sty) -Requires: tex(url.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(koma-moderncvclassic.sty) = %{tl_version} - -%description 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 01:27:26 +0100 - -%post koma-moderncvclassic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun koma-moderncvclassic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans koma-moderncvclassic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package koma-moderncvclassic-doc -Summary: Documentation for koma-moderncvclassic -Version: svn25025.v0.5 -Release: %{tl_noarch_release} -Provides: tex-koma-moderncvclassic-doc -BuildArch: noarch -AutoReqProv: No - -%description koma-moderncvclassic-doc -Documentation for koma-moderncvclassic - -%package koma-script-sfs -Provides: tex-koma-script-sfs = %{tl_version} -License: LPPL -Summary: Koma-script letter class option for Finnish -Version: svn26137.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description 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: 2008-11-15 10:53:47 +0100 - -%post koma-script-sfs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun koma-script-sfs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans koma-script-sfs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package koma-script-sfs-doc -Summary: Documentation for koma-script-sfs -Version: svn26137.1.0 -Release: %{tl_noarch_release} -Provides: tex-koma-script-sfs-doc -BuildArch: noarch -AutoReqProv: No - -%description koma-script-sfs-doc -Documentation for koma-script-sfs - -%package ktv-texdata -Provides: tex-ktv-texdata = %{tl_version} -License: GPL+ -Summary: Extract subsets of documents -Version: svn27369.05.34 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(ktv-buildnum.sty) = %{tl_version} -Provides: tex(ktv-texdata.sty) = %{tl_version} - -%description ktv-texdata -The package defines an exercice environment which numbers every -exercise, and a command \get to extract a collection whose -argument is a comma-separated set of exercise index numbers. -While the package was designed for teachers constructing tables -of exercises, it plainly has more general application. - -date: 2012-04-26 12:50:58 +0200 - -%post ktv-texdata -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ktv-texdata -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ktv-texdata -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ktv-texdata-doc -Summary: Documentation for ktv-texdata -Version: svn27369.05.34 -Release: %{tl_noarch_release} -Provides: tex-ktv-texdata-doc -BuildArch: noarch -AutoReqProv: No - -%description ktv-texdata-doc -Documentation for ktv-texdata - -%package labbook -Provides: tex-labbook = %{tl_version} -License: LPPL -Summary: Typeset laboratory journals -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Provides: tex(labbook.cls) = %{tl_version} - -%description labbook -This class is designed to typeset laboratory journals that -contain chronologically ordered records about experiments. From -the sectioning commands, an experiment index is generated. The -class is based on the KOMA-Script class scrbook.cls. There can -be several index entries for one experiment. - -date: 2008-03-30 20:37:26 +0200 - -%post labbook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun labbook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans labbook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package labbook-doc -Summary: Documentation for labbook -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-labbook-doc -BuildArch: noarch -AutoReqProv: No - -%description labbook-doc -Documentation for labbook - -%package labelcas -Provides: tex-labelcas = %{tl_version} -License: LPPL -Summary: Check the existence of labels, and fork accordingly -Version: svn15878.1.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(labelcas.sty) = %{tl_version} - -%description labelcas -The package defines two commands: - \eachlabelcase, which -distinguishes whether a set of labels is defined, and for each -label either queues action accordingly, or appends the action -to a macro; and - \lotlabelcase, which takes a comma-separated -list of label names, and distinguishes the resulting action on -whether all were defined, whether none were defined, whether -not all were defined, or whether the lest is empty (again, the -action resulting from \lotlabelcase may be written to a macro). - -date: 2007-03-08 21:58:53 +0100 - -%post labelcas -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun labelcas -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans labelcas -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package labelcas-doc -Summary: Documentation for labelcas -Version: svn15878.1.12 -Release: %{tl_noarch_release} -Provides: tex-labelcas-doc -BuildArch: noarch -AutoReqProv: No - -%description labelcas-doc -Documentation for labelcas - -%package labels -Provides: tex-labels = %{tl_version} -License: LPPL 1.2 -Summary: Print sheets of sticky labels -Version: svn15878.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(labels.sty) = %{tl_version} -Provides: tex(olabels.sty) = %{tl_version} - -%description labels -A LaTeX package to print a regular grid of ragged-right labels -on a page, suitable for sheets of labels which can be fed -through a printer. Macros are provided to allow easy input of -names and addresses in a form free of TeX markup. Equally -useful is a feature for making multiple copies of a single -label, e.g., return address stickers to go with the labels. -Rows, columns, borders can all be specified to match the label -sheet being used. - -date: 2009-09-29 00:01:21 +0200 - -%post labels -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun labels -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans labels -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package labels-doc -Summary: Documentation for labels -Version: svn15878.13 -Release: %{tl_noarch_release} -Provides: tex-labels-doc -BuildArch: noarch -AutoReqProv: No - -%description labels-doc -Documentation for labels - -%package lastpage -Provides: tex-lastpage = %{tl_version} -License: GPLv2+ -Summary: Reference last page for Page N of M type footers -Version: svn28985.1.2l -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lastpage.sty) = %{tl_version} -Provides: tex(lastpage209.sty) = %{tl_version} - -%description lastpage -Reference the number of pages in your LaTeX document through -the introduction of a new label which can be referenced like -\pageref{LastPage} to give a reference to the last page of a -document. It is particularly useful in the page footer that -says: Page N of M. - -date: 2013-01-29 10:13:54 +0100 - -%post lastpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lastpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lastpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lastpage-doc -Summary: Documentation for lastpage -Version: svn28985.1.2l -Release: %{tl_noarch_release} -Provides: tex-lastpage-doc -BuildArch: noarch -AutoReqProv: No - -%description lastpage-doc -Documentation for lastpage - -%package layouts -Provides: tex-layouts = %{tl_version} -License: LPPL 1.3 -Summary: Display various elements of a document's layout -Version: svn15878.2.6d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(layouts.sty) = %{tl_version} - -%description layouts -Display information about a document, including: text -positioning on a page; disposition of floats; layout of -paragraphs, lists, footnotes, table of contents, and sectional -headings; font boxes. Facilities are provided for a document -designer to experiment with the layout parameters. - -date: 2009-09-02 18:09:14 +0200 - -%post layouts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun layouts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans layouts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package layouts-doc -Summary: Documentation for layouts -Version: svn15878.2.6d -Release: %{tl_noarch_release} -Provides: tex-layouts-doc -BuildArch: noarch -AutoReqProv: No - -%description layouts-doc -Documentation for layouts - -%package lazylist -Provides: tex-lazylist = %{tl_version} -License: LPPL -Summary: Lists in TeX's "mouth" -Version: svn17691.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lazylist.sty) = %{tl_version} - -%description lazylist -This package provides a pile of lambda-calculus and list- -handling macros of an incredibly obtuse nature. The TUGboat -paper serves as a manual for the macros. This TeX code was -formally verified. - -date: 2006-12-30 10:59:01 +0100 - -%post lazylist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lazylist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lazylist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lazylist-doc -Summary: Documentation for lazylist -Version: svn17691.1.0a -Release: %{tl_noarch_release} -Provides: tex-lazylist-doc -BuildArch: noarch -AutoReqProv: No - -%description lazylist-doc -Documentation for lazylist - -%package lcd -Provides: tex-lcd = %{tl_version} -License: LPPL -Summary: Alphanumerical LCD-style displays -Version: svn16549.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lcd.sty) = %{tl_version} - -%description lcd -A LaTeX package that will display text as on an LCD display. -Assumes 8-bit input in its internal verbatim-style environment. - -date: 2006-11-14 20:05:17 +0100 - -%post lcd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lcd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lcd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lcd-doc -Summary: Documentation for lcd -Version: svn16549.0.3 -Release: %{tl_noarch_release} -Provides: tex-lcd-doc -BuildArch: noarch -AutoReqProv: No - -%description lcd-doc -Documentation for lcd - -%package lcg -Provides: tex-lcg = %{tl_version} -License: LPPL -Summary: Generate random integers -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(lcg.sty) = %{tl_version} - -%description lcg -The lcg package generates random numbers (integers) via a -linear congruential generator (Schrage's method). The random -numbers are written to a counter. The keyval package is used to -set values for the range, a seed, and the name of the counter. - -date: 2008-09-10 22:47:41 +0200 - -%post lcg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lcg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lcg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lcg-doc -Summary: Documentation for lcg -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-lcg-doc -BuildArch: noarch -AutoReqProv: No - -%description lcg-doc -Documentation for lcg - -%package leading -Provides: tex-leading = %{tl_version} -License: LPPL -Summary: Define leading with a length -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(leading.sty) = %{tl_version} - -%description leading -The package defines a command \leading, whose argument is a -<length> that specifies the nominal distance between -consecutive baselines of typeset text. The command replaces the -rather more difficult LaTeX command \linespread{<ratio>}, where -the leading is specified by reference to the font size. - -date: 2008-12-15 18:32:16 +0100 - -%post leading -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun leading -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans leading -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package leading-doc -Summary: Documentation for leading -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-leading-doc -BuildArch: noarch -AutoReqProv: No - -%description leading-doc -Documentation for leading - -%package leaflet -Provides: tex-leaflet = %{tl_version} -License: LPPL -Summary: Create small handouts (flyers) -Version: svn27126.1.0d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(everyshi.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(pifont.sty) -Provides: tex(leaflet.cls) = %{tl_version} - -%description leaflet -A document class to create small hand-outs (flyers) that fit on -a single sheet of paper which is then folded twice. Pages are -rearranged by LaTeX so that they print correctly on a single -sheet -- no external script is necessary. (Works with -PostScript and PDF.) This is a complete reimplementation with -permission of the original author Jurgen Schlegelmilch. - -date: 2012-07-05 15:17:31 +0200 - -%post leaflet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun leaflet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans leaflet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package leaflet-doc -Summary: Documentation for leaflet -Version: svn27126.1.0d -Release: %{tl_noarch_release} -Provides: tex-leaflet-doc -BuildArch: noarch -AutoReqProv: No - -%description leaflet-doc -Documentation for leaflet - -%package leftidx -Provides: tex-leftidx = %{tl_version} -License: LPPL -Summary: Left and right subscripts and superscripts in math mode -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(leftidx.sty) = %{tl_version} - -%description leftidx -Left and right subscripts and superscripts are automatically -raised for better fitting to the symbol they belong to. - -date: 2007-01-08 22:21:56 +0100 - -%post leftidx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun leftidx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans leftidx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package leftidx-doc -Summary: Documentation for leftidx -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-leftidx-doc -BuildArch: noarch -AutoReqProv: No - -%description leftidx-doc -Documentation for leftidx - -%package lettre -Provides: tex-lettre = %{tl_version} -License: LPPL -Summary: Letters and faxes in French -Version: svn21400.2.346 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(lettre.cls) = %{tl_version} - -%description lettre -Developed from the ancestor of the standard letter class, at -the Observatoire de Geneve. - -date: 2007-01-08 22:21:56 +0100 - -%post lettre -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lettre -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lettre -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lettre-doc -Summary: Documentation for lettre -Version: svn21400.2.346 -Release: %{tl_noarch_release} -Provides: tex-lettre-doc -BuildArch: noarch -AutoReqProv: No - -%description lettre-doc -Documentation for lettre - -%package lettrine -Provides: tex-lettrine = %{tl_version} -License: LPPL -Summary: Typeset dropped capitals -Version: svn29391.1.64 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(lettrine.cfg) = %{tl_version} -Provides: tex(lettrine.sty) = %{tl_version} - -%description lettrine -The lettrine package supports various dropped capitals styles, -typically those described in the French typographic books. In -particular, it has facilities for the paragraph text's left -edge to follow the outline of capitals that have a regular -shape (such as "A" and "V"). - -date: 2013-03-14 17:29:15 +0100 - -%post lettrine -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lettrine -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lettrine -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lettrine-doc -Summary: Documentation for lettrine -Version: svn29391.1.64 -Release: %{tl_noarch_release} -Provides: tex-lettrine-doc -BuildArch: noarch -AutoReqProv: No - -%description lettrine-doc -Documentation for lettrine - -%package lewis -Provides: tex-lewis = %{tl_version} -License: Public Domain -Summary: Draw Lewis structures -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lewis.sty) = %{tl_version} - -%description lewis -The package provides rudimentary support for drawing Lewis -Structures. Support is limited to elements that support the -octet rule. - -date: 2007-03-08 21:58:53 +0100 - -%post lewis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lewis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lewis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lewis-doc -Summary: Documentation for lewis -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-lewis-doc -BuildArch: noarch -AutoReqProv: No - -%description lewis-doc -Documentation for lewis - -%package lhelp -Provides: tex-lhelp = %{tl_version} -License: GPL+ -Summary: Miscellaneous helper packages -Version: svn23638.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(color.sty) -Provides: tex(lhelp.sty) = %{tl_version} - -%description lhelp -This package defines macros which are useful for many -documents. It is a large collection of simple 'little helpers' -which do not really warrant a separate package on their own. -Included are, among other things, definitions of common units -with preceeding thinspaces, framed boxes where both width and -height can be specified, starting new odd or even pages, draft -markers, notes, conditional includes, including EPS files, and -versions of enumerate and itemize which allow the horizontal -and vertical spacing to be changed. - -date: 2007-01-08 22:21:56 +0100 - -%post lhelp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lhelp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lhelp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lhelp-doc -Summary: Documentation for lhelp -Version: svn23638.2.0 -Release: %{tl_noarch_release} -Provides: tex-lhelp-doc -BuildArch: noarch -AutoReqProv: No - -%description lhelp-doc -Documentation for lhelp - -%package libgreek -Provides: tex-libgreek = %{tl_version} -License: LPPL 1.3 -Summary: Use Libertine or Biolinum Greek glyphs in mathematics -Version: svn27789.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(libgreek.sty) = %{tl_version} - -%description libgreek -The package is for LaTeX users who wish to use the Libertine or -Biolinum font for the Greek letters in math mode. It is not -necessary to load the libertine package itself, but of course -the Linux-Libertine/Biolinum fonts and LaTeX support files must -have been installed. - -date: 2012-09-23 17:25:02 +0200 - -%post libgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun libgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans libgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package libgreek-doc -Summary: Documentation for libgreek -Version: svn27789.1.0 -Release: %{tl_noarch_release} -Provides: tex-libgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description libgreek-doc -Documentation for libgreek - -%package limap -Provides: tex-limap = %{tl_version} -License: LPPL -Summary: Typeset maps and blocks according to the Information Mapping method -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(booktabs.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(limap.cls) = %{tl_version} -Provides: tex(limap.sty) = %{tl_version} - -%description limap -The Information Mapping method provides a methodology for -structuring and presenting information. It claims to be useful -for readers who are more concerned about finding the right -information than reading the document as a whole. Thus short, -highly structured, and context free pieces of information are -used. A LaTeX style and a LaTeX class are provided. The style -contains definitions to typeset maps and blocks according to -the Information Mapping method. The class provides all -definitions to typeset a whole document. - -date: 2007-01-08 23:14:30 +0100 - -%post limap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun limap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans limap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package linegoal -Provides: tex-linegoal = %{tl_version} -License: LPPL 1.3 -Summary: A "dimen" that returns the space left on the line -Version: svn21523.2.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(zref.sty) -Requires: tex(zref-savepos.sty) -Provides: tex(linegoal.sty) = %{tl_version} - -%description linegoal -The linegoal package provides a macro \linegoal to be used with -\setlength: \setlength<some dimen>\linegoal will set <some -dimen> to the horizontal length of the remainder of the line. -This is achieved using the \pdfsavepos primitive of pdftex, -through the zref-savepos package. Example: Some text: -\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three & -four \\\hline \end{tabularx} will position the table after the -initial text, and make the table fill the rest of the line. - -date: 2011-02-25 20:25:45 +0100 - -%post linegoal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun linegoal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans linegoal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package linegoal-doc -Summary: Documentation for linegoal -Version: svn21523.2.9 -Release: %{tl_noarch_release} -Provides: tex-linegoal-doc -BuildArch: noarch -AutoReqProv: No - -%description linegoal-doc -Documentation for linegoal - -%package lipsum -Provides: tex-lipsum = %{tl_version} -License: LPPL -Summary: Easy access to the Lorem Ipsum dummy text -Version: svn22098.v1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lipsum.sty) = %{tl_version} - -%description lipsum -This package gives you easy access to the Lorem Ipsum dummy -text; an option is available to separate the paragraphs of the -dummy text into TeX-paragraphs. All the paragraphs are taken -with permission from http://lipsum.com/. - -date: 2011-04-15 00:51:19 +0200 - -%post lipsum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lipsum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lipsum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lipsum-doc -Summary: Documentation for lipsum -Version: svn22098.v1.2 -Release: %{tl_noarch_release} -Provides: tex-lipsum-doc -BuildArch: noarch -AutoReqProv: No - -%description lipsum-doc -Documentation for lipsum - -%package lisp-on-tex -Provides: tex-lisp-on-tex = %{tl_version} -License: BSD -Summary: Execute LISP code in a LaTeX document -Version: svn29291.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lisp-arith.sty) = %{tl_version} -Provides: tex(lisp-latexutil.sty) = %{tl_version} -Provides: tex(lisp-mod-fpnum.sty) = %{tl_version} -Provides: tex(lisp-on-tex.sty) = %{tl_version} -Provides: tex(lisp-prim.sty) = %{tl_version} -Provides: tex(lisp-read.sty) = %{tl_version} -Provides: tex(lisp-string.sty) = %{tl_version} -Provides: tex(lisp-util.sty) = %{tl_version} - -%description lisp-on-tex -The package provides a LISP interpreter written using TeX -macros; it is provided as a LaTeX package. The interpreter -static scoping, dynamic typing, and eager evaluation. - -date: 2013-03-04 11:46:28 +0100 - -%post lisp-on-tex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lisp-on-tex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lisp-on-tex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lisp-on-tex-doc -Summary: Documentation for lisp-on-tex -Version: svn29291.1.0 -Release: %{tl_noarch_release} -Provides: tex-lisp-on-tex-doc -BuildArch: noarch -AutoReqProv: No - -%description lisp-on-tex-doc -Documentation for lisp-on-tex - -%package listing -Provides: tex-listing = %{tl_version} -License: LPPL -Summary: Produce formatted program listings -Version: svn17373.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(listing.sty) = %{tl_version} - -%description listing -The listing environment is provided and is similar to figure -and table, although it is not a floating environment. Includes -support for \caption, \label, \ref, and introduces -\listoflistings, \listingname, \listlistingname. It produces a -.lol file. It does not change \@makecaption (unless the option -bigcaptions is used), so packages that change the layout of -\caption still work. - -date: 2010-03-09 13:13:30 +0100 - -%post listing -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listing -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listing -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listing-doc -Summary: Documentation for listing -Version: svn17373.1.2 -Release: %{tl_noarch_release} -Provides: tex-listing-doc -BuildArch: noarch -AutoReqProv: No - -%description listing-doc -Documentation for listing - -%package listofsymbols -Provides: tex-listofsymbols = %{tl_version} -License: LPPL -Summary: Create and manipulate lists of symbols -Version: svn16134.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(nomencl.sty) -Requires: tex(xspace.sty) -Provides: tex(listofsymbols.sty) = %{tl_version} - -%description listofsymbols -Listofsymbols provides commands to automatically create a list -of symbols (also called notation or nomenclature), and to -handle symbols logically, i.e. define a macro that is expanded -to the desired output and use the macro in the text rather than -`hardcoding' the output into the text. This helps to ensure -consistency throughout the text, especially if there is a -chance that symbols will be changed at some stage. The package -is more or less a combination of what the packages nomencl and -formula do. The concept of creating the list of symbols, -though, is different from the way nomencl.sty does it. - -date: 2009-11-29 13:21:16 +0100 - -%post listofsymbols -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listofsymbols -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listofsymbols -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listofsymbols-doc -Summary: Documentation for listofsymbols -Version: svn16134.0.2 -Release: %{tl_noarch_release} -Provides: tex-listofsymbols-doc -BuildArch: noarch -AutoReqProv: No - -%description listofsymbols-doc -Documentation for listofsymbols - -%package listliketab -Provides: tex-listliketab = %{tl_version} -License: LPPL -Summary: Typeset lists as tables -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(array.sty) -Provides: tex(listliketab.sty) = %{tl_version} - -%description listliketab -The listliketab package helps the user make list-like tabulars, -i.e., a tabular that is indistinguishable from an itemize or -enumerate environment. The advantage of using a tabular is that -the user can add additional columns to each entry in the list. - -date: 2006-12-08 20:57:43 +0100 - -%post listliketab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun listliketab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans listliketab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package listliketab-doc -Summary: Documentation for listliketab -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-listliketab-doc -BuildArch: noarch -AutoReqProv: No - -%description listliketab-doc -Documentation for listliketab - -%package lkproof -Provides: tex-lkproof = %{tl_version} -License: GPL+ -Summary: LK Proof figure macros -Version: svn20021.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(proof.sty) = %{tl_version} - -%description lkproof -The package defines a pair of commands \infer and \deduce, that -are used in constructing LK proof diagrams. - -date: 2010-10-07 09:27:06 +0200 - -%post lkproof -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lkproof -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lkproof -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lkproof-doc -Summary: Documentation for lkproof -Version: svn20021.3.1 -Release: %{tl_noarch_release} -Provides: tex-lkproof-doc -BuildArch: noarch -AutoReqProv: No - -%description lkproof-doc -Documentation for lkproof - -%package lmake -Provides: tex-lmake = %{tl_version} -License: LPPL 1.2 -Summary: Process lists to do repetitive actions -Version: svn25552.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lmake.sty) = %{tl_version} - -%description lmake -The package provides commands to simplify processing of -sequential list-like structures, such as making a series of -'similar' commands from a list of names. - -date: 2012-03-02 00:29:05 +0100 - -%post lmake -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lmake -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lmake -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lmake-doc -Summary: Documentation for lmake -Version: svn25552.1.0 -Release: %{tl_noarch_release} -Provides: tex-lmake-doc -BuildArch: noarch -AutoReqProv: No - -%description lmake-doc -Documentation for lmake - -%package locality -Provides: tex-locality = %{tl_version} -License: LPPL 1.3 -Summary: Various macros for keeping things local -Version: svn20422.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Provides: tex(locality.sty) = %{tl_version} - -%description locality -A toolbox of macros designed to allow the LaTeX programmer to -work around some of the restrictions of the TeX grouping -mechanisms. The present release offers a preliminary view of -the package; not all of its facilities are working optimally - -date: 2010-11-12 15:28:10 +0100 - -%post locality -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun locality -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans locality -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package locality-doc -Summary: Documentation for locality -Version: svn20422.0.2 -Release: %{tl_noarch_release} -Provides: tex-locality-doc -BuildArch: noarch -AutoReqProv: No - -%description locality-doc -Documentation for locality - -%package localloc -Provides: tex-localloc = %{tl_version} -License: Bibtex -Summary: Macros for localizing TeX register allocations -Version: svn21934.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(localloc.sty) = %{tl_version} - -%description localloc -This package approaches the problem of the shortage of -registers, by providing a mechanism for local allocation. The -package works with Plain TeX, LaTeX and LaTeX 2.09. - -date: 2009-10-06 14:55:10 +0200 - -%post localloc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun localloc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans localloc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package localloc-doc -Summary: Documentation for localloc -Version: svn21934.0 -Release: %{tl_noarch_release} -Provides: tex-localloc-doc -BuildArch: noarch -AutoReqProv: No - -%description localloc-doc -Documentation for localloc - -%package logbox -Provides: tex-logbox = %{tl_version} -License: LPPL 1.3 -Summary: e-TeX showbox facilities for exploration purposes -Version: svn24499.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(logbox.sty) = %{tl_version} - -%description logbox -The command \logbox does \showbox without stopping the -compilation. The package's main command is \viewbox*: the box -is typeset (copied) with its dimensions, and its contents are -logged in the .log file. - -date: 2011-11-03 08:30:49 +0100 - -%post logbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun logbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans logbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package logbox-doc -Summary: Documentation for logbox -Version: svn24499.1.0 -Release: %{tl_noarch_release} -Provides: tex-logbox-doc -BuildArch: noarch -AutoReqProv: No - -%description logbox-doc -Documentation for logbox - -%package logical-markup-utils -Provides: tex-logical-markup-utils = %{tl_version} -License: GPLv3+ -Summary: Packages for language-dependent inline quotes and dashes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(onedash.sty) = %{tl_version} -Provides: tex(quoted.sty) = %{tl_version} - -%description logical-markup-utils -The bundle contains two packages: - quoted, for inserting -quotation marks; and - onedash, for inserting dashes. Each -package takes a language name as an option; accepted language -options are american, british, german and polish. - -date: 2009-11-09 23:05:00 +0100 - -%post logical-markup-utils -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun logical-markup-utils -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans logical-markup-utils -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package logical-markup-utils-doc -Summary: Documentation for logical-markup-utils -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-logical-markup-utils-doc -BuildArch: noarch -AutoReqProv: No - -%description logical-markup-utils-doc -Documentation for logical-markup-utils - -%package logpap -Provides: tex-logpap = %{tl_version} -License: LPPL -Summary: Generate logarithmic graph paper with LaTeX -Version: svn15878.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(color.sty) -Provides: tex(logpap.sty) = %{tl_version} - -%description logpap -The logpap package provides four macros for drawing -logarithmic-logarithmic, logarithmic-linear, linear-logarithmic -and (because it was easy to implement) linear-linear graph -paper with LaTeX. - -date: 2006-12-08 22:20:56 +0100 - -%post logpap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun logpap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans logpap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package logpap-doc -Summary: Documentation for logpap -Version: svn15878.0.6 -Release: %{tl_noarch_release} -Provides: tex-logpap-doc -BuildArch: noarch -AutoReqProv: No - -%description logpap-doc -Documentation for logpap - -%package longnamefilelist -Provides: tex-longnamefilelist = %{tl_version} -License: LPPL 1.3 -Summary: Tidy \listfiles with long file names -Version: svn27889.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(myfilist.sty) -Provides: tex(longnamefilelist.sty) = %{tl_version} - -%description longnamefilelist -The package equips LaTeX's \listfiles command with an optional -argument for the number of characters in the longest base -filename. This way you get a neatly aligned file list even when -it contains files whose base names have more than 8 characters. -The package can be combined with the myfilist package as -explained in the documentation. - -date: 2012-10-01 08:11:57 +0200 - -%post longnamefilelist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun longnamefilelist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans longnamefilelist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package longnamefilelist-doc -Summary: Documentation for longnamefilelist -Version: svn27889.0.2 -Release: %{tl_noarch_release} -Provides: tex-longnamefilelist-doc -BuildArch: noarch -AutoReqProv: No - -%description longnamefilelist-doc -Documentation for longnamefilelist - -%package loops -Provides: tex-loops = %{tl_version} -License: LPPL 1.3 -Summary: General looping macros for use with LaTeX -Version: svn29090.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(skeyval.sty) -Provides: tex(loops.sty) = %{tl_version} - -%description loops -The package provides efficient looping macros for processing -both csv (separated-values) and nsv/tsv (non-separated values) -lists. Csv lists which have associated parsers may be processed -with the tools of the package. - -date: 2013-02-11 23:25:45 +0100 - -%post loops -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun loops -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans loops -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package loops-doc -Summary: Documentation for loops -Version: svn29090.1.2 -Release: %{tl_noarch_release} -Provides: tex-loops-doc -BuildArch: noarch -AutoReqProv: No - -%description loops-doc -Documentation for loops - -%package lsc -Provides: tex-lsc = %{tl_version} -License: LPPL -Summary: Typesetting Live Sequence Charts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Provides: tex(lsc.sty) = %{tl_version} - -%description lsc -This package is similar to the msc package in that it provides -macros for typesetting a variant of sequence diagrams, in this -case the Live Sequence Charts of Damm and Harel. The package -supports the full LSC language of the original LSC paper, the -Klose-extensions for formal verification and some of the Harel- -extensions for the Play-In/Play-Out approach (cf. the manual). - -date: 2007-03-09 12:50:50 +0100 - -%post lsc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lsc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lsc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lsc-doc -Summary: Documentation for lsc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-lsc-doc -BuildArch: noarch -AutoReqProv: No - -%description lsc-doc -Documentation for lsc - -%package lstaddons -Provides: tex-lstaddons = %{tl_version} -License: LPPL 1.3 -Summary: Add-on packagvess for listings: autogobble and line background -Version: svn26196.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(listings.sty) -Requires: tex(xcolor.sty) -Provides: tex(lstautogobble.sty) = %{tl_version} -Provides: tex(lstlinebgrd.sty) = %{tl_version} - -%description lstaddons -The bundle contains a small collection of add-on packages for -the listings package. Current packages are: [?] lstlinebgrd: -colour the background of some or all lines of a listing; and -[?] lstautogobble: set the standard "gobble" option to the -indent of the first line of the code. - -date: 2012-05-03 17:01:13 +0200 - -%post lstaddons -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lstaddons -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lstaddons -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lstaddons-doc -Summary: Documentation for lstaddons -Version: svn26196.0.1 -Release: %{tl_noarch_release} -Provides: tex-lstaddons-doc -BuildArch: noarch -AutoReqProv: No - -%description lstaddons-doc -Documentation for lstaddons - -%package ltabptch -Provides: tex-ltabptch = %{tl_version} -License: LPPL -Summary: Bug fix for longtable -Version: svn17533.1.74d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Provides: tex(ltabptch.sty) = %{tl_version} - -%description ltabptch -A patch for LaTeX bugs tools/3180 and tools/3480. The patch -applies to version 4.11 of longtable. - -date: 2010-03-07 16:35:25 +0100 - -%post ltabptch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltabptch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltabptch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltabptch-doc -Summary: Documentation for ltabptch -Version: svn17533.1.74d -Release: %{tl_noarch_release} -Provides: tex-ltabptch-doc -BuildArch: noarch -AutoReqProv: No - -%description ltabptch-doc -Documentation for ltabptch - -%package ltxdockit -Provides: tex-ltxdockit = %{tl_version} -License: LPPL -Summary: Documentation support -Version: svn21869.1.2c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(multicol.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(hypcap.sty) -Requires: tex(listings.sty) -Requires: tex(color.sty) -Requires: tex(xspace.sty) -Requires: tex(ifpdf.sty) -Provides: tex(btxdockit.sty) = %{tl_version} -Provides: tex(ltxdockit.cfg) = %{tl_version} -Provides: tex(ltxdockit.cls) = %{tl_version} -Provides: tex(ltxdockit.def) = %{tl_version} -Provides: tex(ltxdockit.sty) = %{tl_version} - -%description ltxdockit -This bundle, consisting of a simple wrapper class and some -packages, forms a small LaTeX/BibTeX documentation kit; the -author uses it for some of his own packages. The package is not -supported: users should not attempt its use unless they are -capable of dealing with problems unaided. (The actual purpose -of releasing the package is to make it possible for third -parties to compile the documentation of other packages, should -that be necessary.) - -date: 2010-12-10 17:32:44 +0100 - -%post ltxdockit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxdockit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxdockit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxdockit-doc -Summary: Documentation for ltxdockit -Version: svn21869.1.2c -Release: %{tl_noarch_release} -Provides: tex-ltxdockit-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxdockit-doc -Documentation for ltxdockit - -%package ltxindex -Provides: tex-ltxindex = %{tl_version} -License: GPL+ -Summary: A LaTeX package to typeset indices with GNU's Texindex -Version: svn15878.0.1c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Provides: tex(ltxindex.sty) = %{tl_version} - -%description ltxindex -A LaTeX package that allows the user to make indexes with GNU's -Texindex program, instead of makeindex. It provides the -indexing commands available in Texinfo by default, but only -defines the concept index (cp) by default -- the user must -define other standard indexes, and there is no provision for -custom indexes. The package is not currently maintained. - -date: 2009-10-01 20:18:08 +0200 - -%post ltxindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxindex-doc -Summary: Documentation for ltxindex -Version: svn15878.0.1c -Release: %{tl_noarch_release} -Provides: tex-ltxindex-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxindex-doc -Documentation for ltxindex - -%package ltxkeys -Provides: tex-ltxkeys = %{tl_version} -License: LPPL -Summary: A robust key parser for LaTeX -Version: svn28332.0.0.3c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Provides: tex(ltxkeys.sty) = %{tl_version} - -%description ltxkeys -The package provides facilities for creating and managing keys -in the sense of the keyval and xkeyval packages, but it is -intended to be more robust and faster. Its robustness comes -from its ability to preserve braces in key values throughout -parsing. The need to preserve braces in key values arises often -in parsing keys (for example, in the xwatermark package). The -package is faster than xkeyval package because (among other -things) it avoids character-wise parsing of key values (called -"selective sanitization" by the xkeyval package). The package -also provides functions for defining and managing keys. - -date: 2012-11-22 12:57:51 +0100 - -%post ltxkeys -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxkeys -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxkeys -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxkeys-doc -Summary: Documentation for ltxkeys -Version: svn28332.0.0.3c -Release: %{tl_noarch_release} -Provides: tex-ltxkeys-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxkeys-doc -Documentation for ltxkeys - -%package ltxnew -Provides: tex-ltxnew = %{tl_version} -License: LPPL 1.3 -Summary: A simple means of creating commands -Version: svn21586.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Provides: tex(ltxnew.sty) = %{tl_version} - -%description ltxnew -The package ltxnew provides \new, \renew and \provide prefixes -for checking definitions. It is designed to work with e-TeX -distributions of LaTeX and relies on the LaTeX internal macro -\@ifdefinable. Local allocation of counters, dimensions, skips, -muskips, boxes, tokens and marks are provided by the etex -package. \new and \renew as well as \provide may be used for -all kind of control sequences. Please refer to the section -"Using \new" of the PDF documentation. - -date: 2011-03-02 16:08:00 +0100 - -%post ltxnew -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxnew -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxnew -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxnew-doc -Summary: Documentation for ltxnew -Version: svn21586.1.3 -Release: %{tl_noarch_release} -Provides: tex-ltxnew-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxnew-doc -Documentation for ltxnew - -%package ltxtools -Provides: tex-ltxtools = %{tl_version} -License: LPPL 1.3 -Summary: A collection of LaTeX API macros -Version: svn24897.0.0.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Requires: tex(atveryend.sty) -Requires: tex(ltxkeys.sty) -Requires: tex(fp.sty) -Provides: tex(ltxtools-base.sty) = %{tl_version} -Provides: tex(ltxtools-doc.sty) = %{tl_version} -Provides: tex(ltxtools-environ.sty) = %{tl_version} -Provides: tex(ltxtools-incluput.sty) = %{tl_version} -Provides: tex(ltxtools-index.sty) = %{tl_version} -Provides: tex(ltxtools-review.sty) = %{tl_version} -Provides: tex(ltxtools-trace.sty) = %{tl_version} -Provides: tex(ltxtools.sty) = %{tl_version} - -%description ltxtools -This is a bundle of macros that the author uses in the coding -of others of his macro files. - -date: 2011-12-19 23:56:31 +0100 - -%post ltxtools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ltxtools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ltxtools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ltxtools-doc -Summary: Documentation for ltxtools -Version: svn24897.0.0.1a -Release: %{tl_noarch_release} -Provides: tex-ltxtools-doc -BuildArch: noarch -AutoReqProv: No - -%description ltxtools-doc -Documentation for ltxtools - -%package magaz -Provides: tex-magaz = %{tl_version} -License: Copyright only -Summary: Magazine layout -Version: svn24694.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(magaz.sty) = %{tl_version} - -%description magaz -The current version does special formatting for the first line -of text in a paragraph. The package is part of a larger body of -tools which remain in preparation. - -date: 2011-11-29 11:02:24 +0100 - -%post magaz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun magaz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans magaz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package magaz-doc -Summary: Documentation for magaz -Version: svn24694.0.4 -Release: %{tl_noarch_release} -Provides: tex-magaz-doc -BuildArch: noarch -AutoReqProv: No - -%description magaz-doc -Documentation for magaz - -%package mailing -Provides: tex-mailing = %{tl_version} -License: LPPL -Summary: Macros for mail merging -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mailing.sty) = %{tl_version} - -%description mailing -This package is for use when sending a large number of letters, -all with the same body text. The package's \addressfile command -is used to specify who the letter's to be sent to; the body of -the \mailingtext command specifies the text of the letters, -possibly using macros defined in the \addressfile. - -date: 2006-12-28 00:57:12 +0100 - -%post mailing -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mailing -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mailing -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mailing-doc -Summary: Documentation for mailing -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-mailing-doc -BuildArch: noarch -AutoReqProv: No - -%description mailing-doc -Documentation for mailing - -%package mailmerge -Provides: tex-mailmerge = %{tl_version} -License: LPPL 1.2 -Summary: Repeating text field substitution -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(mailmerge.sty) = %{tl_version} - -%description mailmerge -The package mailmerge provides an interface to produce text -from a template, where fields are replaced by actual data, as -in a database. The package may be used to produce several -letters from a template, certificates or other such documents. -It allows access to the entry number, number of entries and so -on. - -date: 2009-11-09 23:10:10 +0100 - -%post mailmerge -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mailmerge -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mailmerge -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mailmerge-doc -Summary: Documentation for mailmerge -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-mailmerge-doc -BuildArch: noarch -AutoReqProv: No - -%description mailmerge-doc -Documentation for mailmerge - -%package makebarcode -Provides: tex-makebarcode = %{tl_version} -License: LPPL -Summary: Print various kinds 2/5 and Code 39 bar codes -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(makebarcode.sty) = %{tl_version} - -%description makebarcode -The package contains macros for printing various 2/5 bar codes -and Code 39 bar codes. The macros do not use fonts but create -the bar codes directly using vertical rules. It is therefore -possible to vary width to height ratio, ratio of thin and thick -bars. The package is therefore convenient for printing ITF bar -codes as well as bar codes for identification labels for HP -storage media. - -date: 2008-08-22 15:19:59 +0200 - -%post makebarcode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makebarcode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makebarcode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makebarcode-doc -Summary: Documentation for makebarcode -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-makebarcode-doc -BuildArch: noarch -AutoReqProv: No - -%description makebarcode-doc -Documentation for makebarcode - -%package makebox -Provides: tex-makebox = %{tl_version} -License: LPPL -Summary: Defines a \makebox* command -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(makebox.sty) = %{tl_version} - -%description makebox -Define a \makebox* command that does the same as a \makebox -command, except that the width is given by a sample text -instead of an explicit length measure. - -date: 2006-12-02 14:51:32 +0100 - -%post makebox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makebox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makebox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makebox-doc -Summary: Documentation for makebox -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-makebox-doc -BuildArch: noarch -AutoReqProv: No - -%description makebox-doc -Documentation for makebox - -%package makecell -Provides: tex-makecell = %{tl_version} -License: LPPL -Summary: Tabular column heads and multilined cells -Version: svn15878.0.1e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(makecell.sty) = %{tl_version} - -%description makecell -This package supports common layouts for tabular column heads -in whole documents, based on one-column tabular environment. In -addition, it can create multi-lined tabular cells. The Package -also offers: -- a macro which changes the vertical space around -all the cells in a tabular environment (similar to the function -of the tabls package, but using the facilities of the array); - -- macros for multirow cells, which use the facilities of the -multirow package; -- macros to number rows in tables, or to -skip cells; -- diagonally divided cells; and -- horizontal -lines in tabular environments with defined thickness. - -date: 2009-09-07 01:31:27 +0200 - -%post makecell -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makecell -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makecell -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makecell-doc -Summary: Documentation for makecell -Version: svn15878.0.1e -Release: %{tl_noarch_release} -Provides: tex-makecell-doc -BuildArch: noarch -AutoReqProv: No - -%description makecell-doc -Documentation for makecell - -%package makecirc -Provides: tex-makecirc = %{tl_version} -License: LPPL -Summary: A MetaPost library for drawing electrical circuit diagrams -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description makecirc -MakeCirc is a MetaPost library that contains diverse symbols -for use in circuit diagrams. MakeCirc offers a high quality -tool, with a simple syntax. MakeCirc is completely integrated -with LaTeX documents and with other MetaPost drawing/graphic. -Its output is a PostScript file. MakeCirc only requires (La)TeX -and MetaPost to work. - -date: 2006-11-19 21:19:11 +0100 - -%post makecirc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makecirc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makecirc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makecirc-doc -Summary: Documentation for makecirc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-makecirc-doc -BuildArch: noarch -AutoReqProv: No - -%description makecirc-doc -Documentation for makecirc - -%package makecmds -Provides: tex-makecmds = %{tl_version} -License: LPPL -Summary: The new \makecommand command always (re)defines a command -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(makecmds.sty) = %{tl_version} - -%description makecmds -The package provides a \makecommand command, which is like -\(re)newcommand except it always (re)defines a command. There -is also \makeenvironment and \provideenvironment for -environments. - -date: 2009-09-03 08:40:46 +0200 - -%post makecmds -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makecmds -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makecmds -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makecmds-doc -Summary: Documentation for makecmds -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-makecmds-doc -BuildArch: noarch -AutoReqProv: No - -%description makecmds-doc -Documentation for makecmds - -%package makedtx -Provides: tex-makedtx = %{tl_version} -License: LPPL -Summary: Perl script to help generate dtx and ins files -Version: svn15878.0.94b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(creatdtx.sty) = %{tl_version} - -%description makedtx -The makedtx bundle is provided to help LaTeX2e developers to -write the code and documentation in separate files, and then -combine them into a single .dtx file for distribution. It -automatically generates the character table, and also writes -the associated installation (.ins) script. - -date: 2007-10-18 16:19:02 +0200 - -%post makedtx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makedtx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makedtx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makedtx-doc -Summary: Documentation for makedtx -Version: svn15878.0.94b -Release: %{tl_noarch_release} -Provides: tex-makedtx-doc -BuildArch: noarch -AutoReqProv: No - -%description makedtx-doc -Documentation for makedtx - -%package makeglos -Provides: tex-makeglos = %{tl_version} -License: GPL+ -Summary: Include a glossary into a document -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(makeglos.sty) = %{tl_version} - -%description makeglos -The package provides the means to include a glossary into a -document. The glossary is prepared by an external program, such -as xindy or makeindex, in the same way that an index is made. - -date: 2007-02-23 00:16:39 +0100 - -%post makeglos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makeglos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makeglos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makeglos-doc -Summary: Documentation for makeglos -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-makeglos-doc -BuildArch: noarch -AutoReqProv: No - -%description makeglos-doc -Documentation for makeglos - -%package mandi -Provides: tex-mandi = %{tl_version} -License: LPPL -Summary: mandi package -Version: svn28677.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bigints.sty) -Requires: tex(cancel.sty) -Requires: tex(changebar.sty) -Requires: tex(xcolor.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Requires: tex(extarrows.sty) -Requires: tex(filehook.sty) -Requires: tex(fontenc.sty) -Requires: tex(graphicx.sty) -Requires: tex(epstopdf.sty) -Requires: tex(textcomp.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(listings.sty) -Requires: tex(mdframed.sty) -Requires: tex(SIunits.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Requires: tex(xparse.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(calligra.sty) -Provides: tex(mandi.sty) = %{tl_version} - -%description mandi -mandi package - -%post mandi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mandi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mandi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mandi-doc -Summary: Documentation for mandi -Version: svn28677.0 -Release: %{tl_noarch_release} -Provides: tex-mandi-doc -BuildArch: noarch -AutoReqProv: No - -%description mandi-doc -Documentation for mandi - -%package manfnt -Provides: tex-manfnt = %{tl_version} -License: LPPL -Summary: LaTeX support for the TeX book symbols -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(manfnt.map) = %{tl_version} -Provides: tex(manfnt.pfb) = %{tl_version} -Provides: tex(manfnt.sty) = %{tl_version} - -%description manfnt -A LaTeX package for easy access to the symbols of the Knuth's -'manual' font, such as the Dangerous Bend and Manual-errata -Arrow. - -date: 2007-01-02 14:43:33 +0100 - -%post manfnt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap manfnt.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap manfnt.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun manfnt -if [ $1 == 0 ] ; then -sed -i '/^MixedMap manfnt.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans manfnt -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package manuscript -Provides: tex-manuscript = %{tl_version} -License: LPPL -Summary: Emulate look of a document typed on a typewriter -Version: svn17486.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Requires: tex(fontenc.sty) -Requires: tex(ragged2e.sty) -Requires: tex(soul.sty) -Requires: tex(fullpage.sty) -Provides: tex(manuscript.sty) = %{tl_version} - -%description manuscript -This package is designed for those who have to submit -dissertations, etc., to institutions that still maintain the -typewriter is the summit of non-professional printing. - -date: 2010-03-14 23:46:18 +0100 - -%post manuscript -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun manuscript -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans manuscript -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package manuscript-doc -Summary: Documentation for manuscript -Version: svn17486.0 -Release: %{tl_noarch_release} -Provides: tex-manuscript-doc -BuildArch: noarch -AutoReqProv: No - -%description manuscript-doc -Documentation for manuscript - -%package marginfix -Provides: tex-marginfix = %{tl_version} -License: LPPL -Summary: Patch \marginpar to avoid overfull margins -Version: svn24320.0.9.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(marginfix.sty) = %{tl_version} - -%description marginfix -Authors using LaTeX to typeset books with significant margin -material often run into the problem of long notes running off -the bottom of the page. A typical workaround is to insert -\vshift commands by hand, but this is a tedious process that is -invalidated when pagination changes. Another workaround is -memoir's \sidebar function, but this can be unsatisfying for -short textual notes, and standard marginpars cannot be mixed -with sidebars. This package implements a solution to make -marginpars "just work" by keeping a list of floating inserts -and arranging them intelligently in the output routine. - -date: 2010-09-10 23:39:51 +0200 - -%post marginfix -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun marginfix -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans marginfix -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package marginfix-doc -Summary: Documentation for marginfix -Version: svn24320.0.9.1 -Release: %{tl_noarch_release} -Provides: tex-marginfix-doc -BuildArch: noarch -AutoReqProv: No - -%description marginfix-doc -Documentation for marginfix - -%package marginnote -Provides: tex-marginnote = %{tl_version} -License: LPPL -Summary: Notes in the margin, even where \marginpar fails -Version: svn25880.v1.1i -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(marginnote.sty) = %{tl_version} - -%description marginnote -This package provides the command \marginnote that may be used -instead of \marginpar at almost every place where \marginpar -cannot be used, e.g., inside floats, footnotes, or in frames -made with the framed package. - -date: 2012-04-08 16:44:52 +0200 - -%post marginnote -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun marginnote -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans marginnote -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package marginnote-doc -Summary: Documentation for marginnote -Version: svn25880.v1.1i -Release: %{tl_noarch_release} -Provides: tex-marginnote-doc -BuildArch: noarch -AutoReqProv: No - -%description marginnote-doc -Documentation for marginnote - -%package mathalfa -Provides: tex-mathalfa = %{tl_version} -License: LPPL 1.3 -Summary: General package for loading maths alphabets in LaTeX -Version: svn27199.1.07 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(mathalfa.sty) = %{tl_version} - -%description mathalfa -The package provides means of loading maths alphabets (such as -are normally addressed via macros \mathcal, \mathbb, \mathfrak -and \mathscr), offering various features normally missing in -existing packages for this job. - -date: 2012-07-16 01:16:42 +0200 - -%post mathalfa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathalfa -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathalfa -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathalfa-doc -Summary: Documentation for mathalfa -Version: svn27199.1.07 -Release: %{tl_noarch_release} -Provides: tex-mathalfa-doc -BuildArch: noarch -AutoReqProv: No - -%description mathalfa-doc -Documentation for mathalfa - -%package mathastext -Provides: tex-mathastext = %{tl_version} -License: LPPL 1.3 -Summary: Use the text font in simple mathematics -Version: svn28920.1.2f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mathastext.sty) = %{tl_version} - -%description mathastext -The package uses a text font (usually the document's text font) -for the letters of the Latin alphabet needed when typesetting -mathematics. (Optionally, other characters in the font may also -be used). This facility makes possible (for a document with -simple mathematics) a far wider choice of text font, with -little worry that no specially designed accompanying maths -fonts are available. The package also offers a simple mechanism -for using many different choices of (text hence, now, maths) -font in the same document. Of course, using one font for two -purposes helps produce smaller PDF files. - -date: 2013-01-21 13:03:31 +0100 - -%post mathastext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathastext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathastext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathastext-doc -Summary: Documentation for mathastext -Version: svn28920.1.2f -Release: %{tl_noarch_release} -Provides: tex-mathastext-doc -BuildArch: noarch -AutoReqProv: No - -%description mathastext-doc -Documentation for mathastext - -%package mathexam -Provides: tex-mathexam = %{tl_version} -License: LPPL -Summary: Package for typesetting exams -Version: svn15878.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifthen.sty) -Provides: tex(mathexam.sty) = %{tl_version} - -%description mathexam -The package can help you typeset exams (mostly in mathematics -and related disciplines where students are required to show -their calculations followed by one or more short answers). It -provides commands for inclusion of space for calculations, as -well as commands for automatic creation of "answer spaces". In -addition, the package will automatically create page headers -and footers, and will let you include instructions and space -for students to put their name. - -date: 2008-08-22 15:19:59 +0200 - -%post mathexam -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathexam -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathexam -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathexam-doc -Summary: Documentation for mathexam -Version: svn15878.1.00 -Release: %{tl_noarch_release} -Provides: tex-mathexam-doc -BuildArch: noarch -AutoReqProv: No - -%description mathexam-doc -Documentation for mathexam - -%package maybemath -Provides: tex-maybemath = %{tl_version} -License: LPPL -Summary: Make math bold or italic according to context -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(bm.sty) -Provides: tex(maybemath.sty) = %{tl_version} - -%description maybemath -The \maybebm and \maybeit macros can be used in math -expressions to make the arguments typeset as bold or italic -respectively if the surrounding context is appropriate. They -are useful for writing user macros for use in general contexts. -\maybebm is especially appropriate when section titles contain -math expressions, since the title will appear bold but the -header and table of contents usually replicate the title in -normal width. It uses the bm package to make things bold -\maybeit performs a similar role to \mathrm{} but the math -expression will be italicised if the surrounding text is. -\maybeitsubscript is provided to shift subscripts to the left -if the expression is italicised. - -date: 2007-03-09 22:25:45 +0100 - -%post maybemath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun maybemath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans maybemath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package maybemath-doc -Summary: Documentation for maybemath -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-maybemath-doc -BuildArch: noarch -AutoReqProv: No - -%description maybemath-doc -Documentation for maybemath - -%package mbenotes -Provides: tex-mbenotes = %{tl_version} -License: LPPL 1.2 -Summary: Notes in tables or images -Version: svn27777.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Provides: tex(mbenotes.sty) = %{tl_version} - -%description mbenotes -The package defines a command \tabnote, which stores notes for -later processing by the command \thetabnotes, and a -corresponding \imgnote for images. The package is derived from -mechanisms in the package endnotes. - -date: 2012-09-22 16:17:18 +0200 - -%post mbenotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mbenotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mbenotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mbenotes-doc -Summary: Documentation for mbenotes -Version: svn27777.0 -Release: %{tl_noarch_release} -Provides: tex-mbenotes-doc -BuildArch: noarch -AutoReqProv: No - -%description mbenotes-doc -Documentation for mbenotes - -%package mcaption -Provides: tex-mcaption = %{tl_version} -License: LPPL -Summary: Put captions in the margin -Version: svn15878.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(changepage.sty) -Provides: tex(mcaption.sty) = %{tl_version} - -%description mcaption -The mcaption package provides an mcaption environment which -puts figure or table captions in the margin. The package works -with the standard classes and with the KOMA-Script document -classes scrartcl, scrreprt and scrbook. The package requires -the changepage package. - -date: 2009-03-14 02:18:31 +0100 - -%post mcaption -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mcaption -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mcaption -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mcaption-doc -Summary: Documentation for mcaption -Version: svn15878.3.0 -Release: %{tl_noarch_release} -Provides: tex-mcaption-doc -BuildArch: noarch -AutoReqProv: No - -%description mcaption-doc -Documentation for mcaption - -%package mceinleger -Provides: tex-mceinleger = %{tl_version} -License: GPL+ -Summary: Creating covers for music cassettes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mceinleger.sty) = %{tl_version} - -%description mceinleger -A package for creating MC-covers on your own. It allows the -creation of simple covers as well as covers with an additional -page for more information about the cassette (table of contents -e.g.). The rotating package is required. - -date: 2007-01-09 22:36:10 +0100 - -%post mceinleger -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mceinleger -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mceinleger -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mceinleger-doc -Summary: Documentation for mceinleger -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-mceinleger-doc -BuildArch: noarch -AutoReqProv: No - -%description mceinleger-doc -Documentation for mceinleger - -%package mcite -Provides: tex-mcite = %{tl_version} -License: GPL+ -Summary: Multiple items in a single citation -Version: svn18173.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mcite.sty) = %{tl_version} - -%description mcite -The mcite package allows the user to collapse multiple -citations into one, as is customary in physics journals. The -package requires a customised BibTeX style for its work; the -documentation explains how to do that customisation. - -date: 2007-01-09 22:36:10 +0100 - -%post mcite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mcite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mcite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mcite-doc -Summary: Documentation for mcite -Version: svn18173.1.6 -Release: %{tl_noarch_release} -Provides: tex-mcite-doc -BuildArch: noarch -AutoReqProv: No - -%description mcite-doc -Documentation for mcite - -%package mciteplus -Provides: tex-mciteplus = %{tl_version} -License: LPPL -Summary: Enhanced multiple citations -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mciteplus.sty) = %{tl_version} - -%description mciteplus -The mciteplus LaTeX package is an enhanced reimplementation of -Thorsten Ohl's mcite package which provides support for the -grouping of multiple citations together as is often done in -physics journals. An extensive set of features provide for -other applications such as reference sublisting. - -date: 2008-09-30 16:07:39 +0200 - -%post mciteplus -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mciteplus -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mciteplus -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mciteplus-doc -Summary: Documentation for mciteplus -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-mciteplus-doc -BuildArch: noarch -AutoReqProv: No - -%description mciteplus-doc -Documentation for mciteplus - -%package mdframed -Provides: tex-mdframed = %{tl_version} -License: LPPL -Summary: Framed environments that can split at page boundaries -Version: svn29319.1.6d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(geometry.sty) -Requires: tex(selinput.sty) -Requires: tex(fontenc.sty) -Requires: tex(beramono.sty) -Requires: tex(microtype.sty) -Requires: tex(fontspec.sty) -Requires: tex(csquotes.sty) -Requires: tex(xspace.sty) -Requires: tex(multicol.sty) -Requires: tex(scrpage2.sty) -Requires: tex(listings.sty) -Requires: tex(enumitem.sty) -Requires: tex(amsmath.sty) -Requires: tex(ntheorem.sty) -Requires: tex(array.sty) -Requires: tex(booktabs.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(hypdoc.sty) -Requires: tex(showframe.sty) -Requires: tex(lipsum.sty) -Requires: tex(kantlipsum.sty) -Requires: tex(kvoptions.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(color.sty) -Provides: tex(ltxmdf.cls) = %{tl_version} -Provides: tex(mdframed.sty) = %{tl_version} - -%description mdframed -The package develops the facilities of framed in providing -breakable framed and coloured boxes. The user may instruct the -package to perform its operations using default LaTeX commands, -PStricks or TikZ. - -date: 2012-09-21 10:33:40 +0200 - -%post mdframed -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mdframed -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mdframed -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mdframed-doc -Summary: Documentation for mdframed -Version: svn29319.1.6d -Release: %{tl_noarch_release} -Provides: tex-mdframed-doc -BuildArch: noarch -AutoReqProv: No - -%description mdframed-doc -Documentation for mdframed - -%package media9 -Provides: tex-media9 = %{tl_version} -License: LPPL 1.3 -Summary: Multimedia inclusion package with Adobe Reader-9/X compatibility -Version: svn29530.0.27 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3regex.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(ifpdf.sty) -Requires: tex(atbegshi.sty) -Requires: tex(pdftexcmds.sty) -Provides: tex(media9.sty) = %{tl_version} - -%description media9 -The package provides an interface to embed interactive Flash -(SWF) and 3D objects (Adobe U3D & PRC), as well as video and -sound files or streams in the popular MP4, FLV and MP3 formats -into PDF documents with Acrobat-9/X compatibility. Playback of -multimedia files uses the built-in Flash Player of Adobe Reader -and does, therefore, not depend on external plug-ins. Flash -Player supports the efficient H.264 codec for video -compression. The package is based on the RichMedia Annotation, -an Adobe addition to the PDF specification. It replaces the now -obsolete movie15 package. - -date: 2013-03-20 11:32:41 +0100 - -%post media9 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun media9 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans media9 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package media9-doc -Summary: Documentation for media9 -Version: svn29530.0.27 -Release: %{tl_noarch_release} -Provides: tex-media9-doc -BuildArch: noarch -AutoReqProv: No - -%description media9-doc -Documentation for media9 - -%package meetingmins -Provides: tex-meetingmins = %{tl_version} -License: LPPL 1.3 -Summary: Format written minutes of meetings -Version: svn27806.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(enumitem.sty) -Requires: tex(mathabx.sty) -Requires: tex(xstring.sty) -Requires: tex(environ.sty) -Provides: tex(meetingmins.cls) = %{tl_version} - -%description meetingmins -The class allows formatting of meeting minutes using \section -commands (which provide hierarchical structure). An agenda can -also be produced for distribution prior to the meeting, with -user-selected portions suppressed from printing. - -date: 2012-09-24 22:36:26 +0200 - -%post meetingmins -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun meetingmins -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans meetingmins -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package meetingmins-doc -Summary: Documentation for meetingmins -Version: svn27806.1.5 -Release: %{tl_noarch_release} -Provides: tex-meetingmins-doc -BuildArch: noarch -AutoReqProv: No - -%description meetingmins-doc -Documentation for meetingmins - -%package memexsupp -Provides: tex-memexsupp = %{tl_version} -License: LPPL -Summary: Experimental memoir support -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(memexsupp.sty) = %{tl_version} - -%description memexsupp -A package of code proposed as supporting material for memoir. -The package is intended as a test bed for such code, which may -in the fullness of time be adopted into the main memoir -release. - -date: 2008-08-22 15:19:59 +0200 - -%post memexsupp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun memexsupp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans memexsupp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package memexsupp-doc -Summary: Documentation for memexsupp -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-memexsupp-doc -BuildArch: noarch -AutoReqProv: No - -%description memexsupp-doc -Documentation for memexsupp - -%package menu -Provides: tex-menu = %{tl_version} -License: LPPL -Summary: Typesetting menus -Version: svn15878.0.994 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(bbding.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(menu.sty) = %{tl_version} - -%description menu -The package defines command \menu which assists typesetting of -a path through a program's menu. - -date: 2009-03-06 22:55:22 +0100 - -%post menu -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun menu -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans menu -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package menu-doc -Summary: Documentation for menu -Version: svn15878.0.994 -Release: %{tl_noarch_release} -Provides: tex-menu-doc -BuildArch: noarch -AutoReqProv: No - -%description menu-doc -Documentation for menu - -%package menukeys -Provides: tex-menukeys = %{tl_version} -License: LPPL 1.2 -Summary: Format menu sequences, paths and keystrokes from lists -Version: svn25919.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Requires: tex(etoolbox.sty) -Requires: tex(tikz.sty) -Requires: tex(xcolor.sty) -Requires: tex(adjustbox.sty) -Requires: tex(relsize.sty) -Requires: tex(catoptions.sty) -Requires: tex(kvoptions.sty) -Provides: tex(menukeys.sty) = %{tl_version} - -%description menukeys -The package allows easy input and formatting of menu sequences, -using menus set with commands such as \menu{Extras > Settings > -General}, paths using a command like -\path{macros/latex/contrib/menukeys} and short cuts such aas -\keys{\ctrl + C}. The output is highly configurable by -providing different styles and colour themes. - -date: 2012-04-11 11:11:10 +0200 - -%post menukeys -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun menukeys -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans menukeys -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package menukeys-doc -Summary: Documentation for menukeys -Version: svn25919.1.1b -Release: %{tl_noarch_release} -Provides: tex-menukeys-doc -BuildArch: noarch -AutoReqProv: No - -%description menukeys-doc -Documentation for menukeys - -%package method -Provides: tex-method = %{tl_version} -License: LPPL -Summary: Typeset method and variable declarations -Version: svn17485.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(method.sty) = %{tl_version} - -%description method -This LaTeX package supports the typesetting of programming -language method and variable declarations. It includes an -option to typeset in French. - -date: 2010-03-14 23:46:18 +0100 - -%post method -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun method -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans method -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package method-doc -Summary: Documentation for method -Version: svn17485.0 -Release: %{tl_noarch_release} -Provides: tex-method-doc -BuildArch: noarch -AutoReqProv: No - -%description method-doc -Documentation for method - -%package metre -Provides: tex-metre = %{tl_version} -License: LPPL -Summary: Support for the work of classicists -Version: svn18489.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Provides: tex(metre.sty) = %{tl_version} - -%description metre -The package provides classicists with some of the tools that -are needed for typesetting scholarly publications dealing with -Greek and Latin texts, with special emphasis on Greek verse. As -the package's name suggests, its core is a comprehensive set of -commands for generating metrical schemes and for placing -prosodical marks on text set in the Latin or the Greek -alphabet. The rest of the package provides a miscellany of -commands for symbols (most of them not directly related to -metre) that are often used in critical editions of classical -texts. The package does not require any special font: all -symbols are taken from the Computer Modern fonts (which are -included in all TeX distributions) and the package's commands -are based on TeX primitives. - -date: 2007-03-09 22:25:45 +0100 - -%post metre -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metre -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metre -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metre-doc -Summary: Documentation for metre -Version: svn18489.1.0 -Release: %{tl_noarch_release} -Provides: tex-metre-doc -BuildArch: noarch -AutoReqProv: No - -%description metre-doc -Documentation for metre - -%package mftinc -Provides: tex-mftinc = %{tl_version} -License: LPPL -Summary: Pretty-print Metafont source -Version: svn15878.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(rawfonts.sty) -Requires: tex(keyval.sty) -Requires: tex(chngpage.sty) -Requires: tex(lineno.sty) -Provides: tex(mftinc.sty) = %{tl_version} - -%description mftinc -The mft program pretty-prints Metafont source code into a TeX -file. The mftinc package facilitates incorporating such files -into a LaTeX2e document. In addition, mftinc provides routines -for improved comment formatting and for typesetting font -tables. - -date: 2007-01-11 00:21:49 +0100 - -%post mftinc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mftinc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mftinc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mftinc-doc -Summary: Documentation for mftinc -Version: svn15878.1.0a -Release: %{tl_noarch_release} -Provides: tex-mftinc-doc -BuildArch: noarch -AutoReqProv: No - -%description mftinc-doc -Documentation for mftinc - -%package midpage -Provides: tex-midpage = %{tl_version} -License: LPPL -Summary: Environment for vertical centring -Version: svn17484.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(midpage.sty) = %{tl_version} - -%description midpage -The environment will centre text, if immediately preceded and -followed by \clearpage. - -date: 2010-03-17 12:20:59 +0100 - -%post midpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun midpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans midpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package midpage-doc -Summary: Documentation for midpage -Version: svn17484.1.1a -Release: %{tl_noarch_release} -Provides: tex-midpage-doc -BuildArch: noarch -AutoReqProv: No - -%description midpage-doc -Documentation for midpage - -%package minibox -Provides: tex-minibox = %{tl_version} -License: LPPL -Summary: A simple type of box for LaTeX -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(minibox.sty) = %{tl_version} - -%description minibox -This small package provides a convenient input syntax for boxes -that don't break their text over lines automatically, but do -allow manual line breaks. The boxes shrink to the natural width -of the longest line they contain. - -date: 2009-05-06 13:59:23 +0200 - -%post minibox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minibox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minibox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minibox-doc -Summary: Documentation for minibox -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-minibox-doc -BuildArch: noarch -AutoReqProv: No - -%description minibox-doc -Documentation for minibox - -%package minifp -Provides: tex-minifp = %{tl_version} -License: LPPL 1.3 -Summary: Fixed-point real computations to 8 decimals -Version: svn29037.0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mfpextra.tex) = %{tl_version} -Provides: tex(minifp.sty) = %{tl_version} - -%description minifp -The package provides basic arithmetic operations to 8 decimal -places for plain TeX or LaTeX. Results are exact when they fit -within the digit limits. Along with the basic package is an -optional extension that adds computation of sin, cos, log, -sqrt, exp, powers and angles. These are also exact when -theoretically possible and are otherwise accurate to at least 7 -decimal places. In addition, the package provides a stack-based -programing environment. - -date: 2013-01-26 20:44:01 +0100 - -%post minifp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minifp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minifp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minifp-doc -Summary: Documentation for minifp -Version: svn29037.0.9 -Release: %{tl_noarch_release} -Provides: tex-minifp-doc -BuildArch: noarch -AutoReqProv: No - -%description minifp-doc -Documentation for minifp - -%package minipage-marginpar -Provides: tex-minipage-marginpar = %{tl_version} -License: LPPL -Summary: Minipages with marginal notes -Version: svn15878.v0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(minipage-marginpar.sty) = %{tl_version} -Provides: tex(mpgmpar.sty) = %{tl_version} - -%description minipage-marginpar -This package allows \marginpar-commands inside of minipages and -other boxes. (It takes another approach than marginnote by -Markus Kohm: it saves all \marginpar-commands and typesets them -outside (i.e., after) the box.) The package defines an -environment minipagewithmarginpars (to be used like minipage)-- -and the internal commands may be used by other packages to -define similar environments or commands. - -date: 2008-04-09 16:44:20 +0200 - -%post minipage-marginpar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minipage-marginpar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minipage-marginpar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minipage-marginpar-doc -Summary: Documentation for minipage-marginpar -Version: svn15878.v0.2 -Release: %{tl_noarch_release} -Provides: tex-minipage-marginpar-doc -BuildArch: noarch -AutoReqProv: No - -%description minipage-marginpar-doc -Documentation for minipage-marginpar - -%package minitoc -Provides: tex-minitoc = %{tl_version} -License: LPPL -Summary: Produce a table of contents for each chapter, part or section -Version: svn16836.60 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mtcpatchmem.sty) -Requires: tex(flafter.sty) -Requires: tex(placeins.sty) -Requires: tex(notoccite.sty) -Requires: tex(cmsd.sty) -Provides: tex(boldsc.sty) = %{tl_version} -Provides: tex(dblaccnt.sty) = %{tl_version} -Provides: tex(franc.sty) = %{tl_version} -Provides: tex(frbib.sty) = %{tl_version} -Provides: tex(frnew.sty) = %{tl_version} -Provides: tex(minitoc.sty) = %{tl_version} -Provides: tex(mtcmess.sty) = %{tl_version} -Provides: tex(mtcoff.sty) = %{tl_version} -Provides: tex(mtcpatchmem.sty) = %{tl_version} -Provides: tex(mypatches.sty) = %{tl_version} - -%description minitoc -The minitoc package allows you to add mini-tables-of-contents -(minitocs) at the beginning of every chapter, part or section. -There is also provision for mini-lists of figures and of -tables. At the part level, they are parttocs, partlofs and -partlots. If the type of document does not use chapters, the -basic provision is section level secttocs, sectlofs and -sectlots. The package has provision for language-specific -configuration of its own "fixed names", using .mld files -(analagous to babel .ldf files that do that job for LaTeX"s own -fixed names). - -date: 2009-05-26 00:38:29 +0200 - -%post minitoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minitoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minitoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minitoc-doc -Summary: Documentation for minitoc -Version: svn16836.60 -Release: %{tl_noarch_release} -Provides: tex-minitoc-doc -BuildArch: noarch -AutoReqProv: No - -%description minitoc-doc -Documentation for minitoc - -%package minted -Provides: tex-minted = %{tl_version} -License: LPPL 1.3 -Summary: Highlighted source code for LaTeX -Version: svn24002.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: python-pygments -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(xcolor.sty) -Requires: tex(float.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(ifplatform.sty) -Provides: tex(minted.sty) = %{tl_version} - -%description minted -The package that facilitates expressive syntax highlighting in -LaTeX using the powerful Pygments library. The package also -provides options to customize the highlighted source code -output using fancyvrb. - -date: 2011-09-18 00:13:37 +0200 - -%post minted -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minted -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minted -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minted-doc -Summary: Documentation for minted -Version: svn24002.1.7 -Release: %{tl_noarch_release} -Provides: tex-minted-doc -BuildArch: noarch -AutoReqProv: No - -%description minted-doc -Documentation for minted - -%package minutes -Provides: tex-minutes = %{tl_version} -License: LPPL -Summary: Typeset the minutes of meetings -Version: svn16350.1.8d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(xspace.sty) -Requires: tex(url.sty) -Requires: tex(minitoc.sty) -Requires: tex(keyval.sty) -Provides: tex(minutes.sty) = %{tl_version} - -%description minutes -Supports the creation of a collection of minutes. Features -include: - Support of tasks (who, schedule, what, time of -finishing; - possibility of creating a list of open tasks; - -inclusion of open tasks from other minutes; - Support for -attachments; - Support of schedule dates (in planning: support -for the calendar package); - Different versions ('secret -parts'); and - Macros for votes and decisions (list of -decisions). Support for minutes in a variety of languages is -available. - -date: 2009-12-05 12:31:44 +0100 - -%post minutes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun minutes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans minutes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package minutes-doc -Summary: Documentation for minutes -Version: svn16350.1.8d -Release: %{tl_noarch_release} -Provides: tex-minutes-doc -BuildArch: noarch -AutoReqProv: No - -%description minutes-doc -Documentation for minutes - -%package misc209 -Provides: tex-misc209 = %{tl_version} -License: LPPL -Summary: misc209 package -Version: svn18001.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibmods.sty) = %{tl_version} -Provides: tex(example.sty) = %{tl_version} -Provides: tex(hangcaption.sty) = %{tl_version} -Provides: tex(multind.sty) = %{tl_version} -Provides: tex(portland.sty) = %{tl_version} -Provides: tex(psboxit.sty) = %{tl_version} - -%description misc209 -misc209 package - -%post misc209 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun misc209 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans misc209 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mla-paper -Provides: tex-mla-paper = %{tl_version} -License: LPPL -Summary: Proper MLA formatting -Version: svn20885.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mla.sty) = %{tl_version} - -%description mla-paper -The package formats articles using the MLA style. The aim is -that students and other academics in the humanities should be -able to typeset their materials, properly, with minimal effort -on their part. - -date: 2010-12-30 15:21:17 +0100 - -%post mla-paper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mla-paper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mla-paper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mla-paper-doc -Summary: Documentation for mla-paper -Version: svn20885.0 -Release: %{tl_noarch_release} -Provides: tex-mla-paper-doc -BuildArch: noarch -AutoReqProv: No - -%description mla-paper-doc -Documentation for mla-paper - -%package mlist -Provides: tex-mlist = %{tl_version} -License: LPPL -Summary: Logical markup for lists -Version: svn15878.0.6a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifmtarg.sty) -Provides: tex(mlist.cfg) = %{tl_version} -Provides: tex(mlist.sty) = %{tl_version} - -%description mlist -The package defines commands that create macros for typesetting -vectors, matrices and functions, in a logical way. For example, -logical indexing can then be used to refer to elements or -arguments without hard-coding the symbols in the document. - -date: 2009-07-04 13:21:27 +0200 - -%post mlist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mlist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mlist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mlist-doc -Summary: Documentation for mlist -Version: svn15878.0.6a -Release: %{tl_noarch_release} -Provides: tex-mlist-doc -BuildArch: noarch -AutoReqProv: No - -%description mlist-doc -Documentation for mlist - -%package mmap -Provides: tex-mmap = %{tl_version} -License: LPPL -Summary: Include CMap resources in PDF files from PDFTeX -Version: svn15878.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cmap.sty) -Requires: tex(ifpdf.sty) -Provides: tex(mmap.sty) = %{tl_version} - -%description mmap -The package is an extension of cmap with improved flexibility -and coverage, including the ability to re-encode Knuth's basic -mathematics fonts. - -date: 2009-09-27 11:55:52 +0200 - -%post mmap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mmap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mmap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mmap-doc -Summary: Documentation for mmap -Version: svn15878.1.03 -Release: %{tl_noarch_release} -Provides: tex-mmap-doc -BuildArch: noarch -AutoReqProv: No - -%description mmap-doc -Documentation for mmap - -%package moderncv -Provides: tex-moderncv = %{tl_version} -License: LPPL 1.3 -Summary: A modern curriculum vitae class -Version: svn29074.1.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(ifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(calc.sty) -Requires: tex(xparse.sty) -Requires: tex(microtype.sty) -Requires: tex(suffix.sty) -Requires: tex(tgpagella.sty) -Requires: tex(changepage.sty) -Requires: tex(kurier.sty) -Provides: tex(moderncv.cls) = %{tl_version} -Provides: tex(moderncvcolorblack.sty) = %{tl_version} -Provides: tex(moderncvcolorblue.sty) = %{tl_version} -Provides: tex(moderncvcolorgreen.sty) = %{tl_version} -Provides: tex(moderncvcolorgrey.sty) = %{tl_version} -Provides: tex(moderncvcolororange.sty) = %{tl_version} -Provides: tex(moderncvcolorpurple.sty) = %{tl_version} -Provides: tex(moderncvcolorred.sty) = %{tl_version} -Provides: tex(moderncvcompatibility.sty) = %{tl_version} -Provides: tex(moderncvstylebanking.sty) = %{tl_version} -Provides: tex(moderncvstylecasual.sty) = %{tl_version} -Provides: tex(moderncvstyleclassic.sty) = %{tl_version} -Provides: tex(moderncvstyleempty.sty) = %{tl_version} -Provides: tex(moderncvstyleoldstyle.sty) = %{tl_version} -Provides: tex(tweaklist.sty) = %{tl_version} - -%description moderncv -Moderncv provides a documentclass for typesetting modern -curriculums vitae, both in a classic and in a casual style. It -is fairly customizable, allowing you to define your own style -by changing the colours, the fonts, etc. - -date: 2012-12-04 10:50:48 +0100 - -%post moderncv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun moderncv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans moderncv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package moderncv-doc -Summary: Documentation for moderncv -Version: svn29074.1.2.1 -Release: %{tl_noarch_release} -Provides: tex-moderncv-doc -BuildArch: noarch -AutoReqProv: No - -%description moderncv-doc -Documentation for moderncv - -%package moderntimeline -Provides: tex-moderntimeline = %{tl_version} -License: LPPL 1.3 -Summary: Timelines for use with moderncv -Version: svn26164.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Provides: tex(moderntimeline.sty) = %{tl_version} - -%description moderntimeline -The package provides commands to configure and to draw time -line diagrams; such diagrams are designed to fit into -Curriculum Vitae documents written using the moderncv class. - -date: 2012-01-17 10:30:09 +0100 - -%post moderntimeline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun moderntimeline -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans moderntimeline -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package moderntimeline-doc -Summary: Documentation for moderntimeline -Version: svn26164.0.6 -Release: %{tl_noarch_release} -Provides: tex-moderntimeline-doc -BuildArch: noarch -AutoReqProv: No - -%description moderntimeline-doc -Documentation for moderntimeline - -%package modref -Provides: tex-modref = %{tl_version} -License: LPPL -Summary: Customisation of cross-references in LaTeX -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(modref.sty) = %{tl_version} - -%description modref -The package contains macros which allow authors to easily -customise how cross-references appear in their document, both -in general (across all cross-references) and for particular -types of references (identified by a prefix in the reference -label), in a very generic manner. - -date: 2009-02-09 16:57:43 +0100 - -%post modref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun modref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans modref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package modref-doc -Summary: Documentation for modref -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-modref-doc -BuildArch: noarch -AutoReqProv: No - -%description modref-doc -Documentation for modref - -%package modroman -Provides: tex-modroman = %{tl_version} -License: LPPL -Summary: Write numbers in lower case roman numerals -Version: svn17778.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Provides: tex(modroman.sty) = %{tl_version} - -%description modroman -This package provides only two macros viz. \modromannumeral -which writes the number given as argument in lower case roman -numeral with a 'j' instead of a 'i' as the final letter of -numbers greater than 1 and \modroman{MyCounter} which writes -the value of a counter in the same way. You use the first in -the same way as the TeX primitive \romannumeral and the second -as LaTeX command \roman. The default option is 'vpourv' with -which 5 is 'translated' as 'v' and option 'upourv' whith which -the same 5 is given as 'u'. - -date: 2010-04-09 17:49:50 +0200 - -%post modroman -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun modroman -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans modroman -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package modroman-doc -Summary: Documentation for modroman -Version: svn17778.1 -Release: %{tl_noarch_release} -Provides: tex-modroman-doc -BuildArch: noarch -AutoReqProv: No - -%description modroman-doc -Documentation for modroman - -%package monofill -Provides: tex-monofill = %{tl_version} -License: LPPL 1.3 -Summary: Alignment of plain text -Version: svn28140.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(monofill.sty) = %{tl_version} - -%description monofill -The package provides horizontal alignment, as in the LaTeX -command \listfiles (or the author's longnamefilelist package). -Uses may include in-text tables, or even code listings. - -date: 2012-10-31 16:32:17 +0100 - -%post monofill -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun monofill -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans monofill -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package monofill-doc -Summary: Documentation for monofill -Version: svn28140.0.2 -Release: %{tl_noarch_release} -Provides: tex-monofill-doc -BuildArch: noarch -AutoReqProv: No - -%description monofill-doc -Documentation for monofill - -%package moreenum -Provides: tex-moreenum = %{tl_version} -License: LPPL 1.3 -Summary: More enumeration options -Version: svn24479.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(alphalph.sty) -Requires: tex(enumitem.sty) -Requires: tex(fmtcount.sty) -Provides: tex(moreenum.sty) = %{tl_version} - -%description moreenum -The package provides the following new enumerate styles: - -\greek for lowercase Greek letters; - \Greek for uppercase -Greek letters; - \enumHex for uppercase hexadecimal -enumeration; - \enumhex for lowercase hexadecimal enumeration; -- \enumbinary for binary enumeration; - \enumoctal for octal -enumeration; - \levelnth for "1st", "2nd", "3rd" etc., with the -"nth"s on the baseline; - raisenth for "1st", "2nd", "3rd" -etc., with the "nth"s raised; - \nthwords for "first", -"second", "third" etc.; - \Nthwords for "First", "Second", -"Third" etc.; - \NTHWORDS for "FIRST", "SECOND", "THIRD" etc.; -- \nwords for "one", "two", "three" etc.; - \Nwords for "One", -"Two", "Three" etc.; and - \NWORDS for "ONE", "TWO", "THREE" -etc. Each of these works with enumitem's "starred variant" -feature. So \begin{enumerate}[label=\enumhex*] will output a -hex enumerated list. Enumitem provides a start=0 option for -starting your enumerations at 0. The package requires amsmath, -alphalph, enumitem (of course), binhex and nth, all of which -are widely available. - -date: 2011-11-03 12:59:01 +0100 - -%post moreenum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun moreenum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans moreenum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package moreenum-doc -Summary: Documentation for moreenum -Version: svn24479.1.03 -Release: %{tl_noarch_release} -Provides: tex-moreenum-doc -BuildArch: noarch -AutoReqProv: No - -%description moreenum-doc -Documentation for moreenum - -%package morefloats -Provides: tex-morefloats = %{tl_version} -License: LPPL 1.3 -Summary: Increase the number of simultaneous LaTeX floats -Version: svn25232.1.0f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(morefloats.sty) = %{tl_version} - -%description morefloats -LaTeX can, by default, only cope with 18 outstanding floats; -any more, and you get the error "too many unprocessed floats". -This package releases the limit; TeX itself imposes limits -(which are independent of the help offered by e-TeX). However, -if your floats can't be placed anywhere, extending the number -of floats merely delays the arrival of the inevitable error -message. - -date: 2012-01-29 16:01:54 +0100 - -%post morefloats -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun morefloats -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans morefloats -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package morefloats-doc -Summary: Documentation for morefloats -Version: svn25232.1.0f -Release: %{tl_noarch_release} -Provides: tex-morefloats-doc -BuildArch: noarch -AutoReqProv: No - -%description morefloats-doc -Documentation for morefloats - -%package morehype -Provides: tex-morehype = %{tl_version} -License: LPPL 1.3 -Summary: Hypertext tools for use with LaTeX -Version: svn28921.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fifinddo.sty) -Requires: tex(dowith.sty) -Requires: tex(markblog.sty) -Requires: tex(langcode.sty) -Provides: tex(blog.sty) = %{tl_version} -Provides: tex(blogdot.cfg) = %{tl_version} -Provides: tex(blogdot.sty) = %{tl_version} -Provides: tex(blogexec.sty) = %{tl_version} -Provides: tex(blogligs.sty) = %{tl_version} -Provides: tex(hypertoc.sty) = %{tl_version} -Provides: tex(lnavicol.sty) = %{tl_version} -Provides: tex(markblog.sty) = %{tl_version} -Provides: tex(texlinks.sty) = %{tl_version} - -%description morehype -The bundle provides three packages: - texlinks: shorthand -macros for TeX-related external hyperlinks with hyperref, the -blog package in the present bundle, etc; - hypertoc: adjust the -presentation of coloured frames in hyperref tables of contents -(article class only); - blog: fast generation of simple HTML by -expanding LaTeX macros, using the fifinddo package. - -date: 2013-01-23 12:31:43 +0100 - -%post morehype -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun morehype -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans morehype -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package morehype-doc -Summary: Documentation for morehype -Version: svn28921.0 -Release: %{tl_noarch_release} -Provides: tex-morehype-doc -BuildArch: noarch -AutoReqProv: No - -%description morehype-doc -Documentation for morehype - -%package moresize -Provides: tex-moresize = %{tl_version} -License: LPPL -Summary: Allows font sizes up to 35.83pt -Version: svn17513.1.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(moresize.sty) = %{tl_version} - -%description moresize -A package for using font sizes up to 35.88pt, for example with -the EC fonts. New commands \HUGE and \ssmall for selecting font -sizes are provided together with some options working around -current LaTeX2e shortcomings in using big font sizes. The -package also provides options for improving the typesetting of -paragraphs (or headlines) with embedded math expressions at -font sizes above 17.28pt. - -date: 2010-03-20 19:23:31 +0100 - -%post moresize -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun moresize -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans moresize -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package moresize-doc -Summary: Documentation for moresize -Version: svn17513.1.9 -Release: %{tl_noarch_release} -Provides: tex-moresize-doc -BuildArch: noarch -AutoReqProv: No - -%description moresize-doc -Documentation for moresize - -%package moreverb -Provides: tex-moreverb = %{tl_version} -License: LPPL -Summary: Extended verbatim -Version: svn22126.2.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(moreverb.sty) = %{tl_version} - -%description moreverb -A collection of verbatim facilities that provide line-numbered -verbatim, verbatim that obey's TAB characters, verbatim input -and verbatim output to file. The package makes use of the LaTeX -required verbatim package. The package formed from a series of -small pieces, and is somewhat unstructured. The user who looks -for thought-through verbatim facilities is advised to consider -using the fancyvrb package in place of moreverb. - -date: 2011-04-18 22:03:09 +0200 - -%post moreverb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun moreverb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans moreverb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package moreverb-doc -Summary: Documentation for moreverb -Version: svn22126.2.3a -Release: %{tl_noarch_release} -Provides: tex-moreverb-doc -BuildArch: noarch -AutoReqProv: No - -%description moreverb-doc -Documentation for moreverb - -%package morewrites -Provides: tex-morewrites = %{tl_version} -License: LPPL 1.3 -Summary: Always room for a new write stream -Version: svn28767.0.2e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(atbegshi.sty) -Provides: tex(morewrites.sty) = %{tl_version} -Provides: tex(primargs.sty) = %{tl_version} - -%description morewrites -The package aims to solve the error "No room for a new \write", -which occurs when the user, or when the user's packages have -'allocated too many streams using \newwrite (TeX has a fixed -maximum number - 16 - such streams built-in to its code). The -package hooks into TeX primitive commands associated with -writing to files; it should be loaded near the beginning of the -sequence of loading packages for a document. The package uses -the l3kernel bundle. - -date: 2013-01-08 14:50:28 +0100 - -%post morewrites -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun morewrites -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans morewrites -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package morewrites-doc -Summary: Documentation for morewrites -Version: svn28767.0.2e -Release: %{tl_noarch_release} -Provides: tex-morewrites-doc -BuildArch: noarch -AutoReqProv: No - -%description morewrites-doc -Documentation for morewrites - -%package movie15 -Provides: tex-movie15 = %{tl_version} -License: LPPL -Summary: Multimedia inclusion package -Version: svn26473.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifdraft.sty) -Requires: tex(everyshi.sty) -Requires: tex(fp.sty) -Provides: tex(movie15.sty) = %{tl_version} - -%description movie15 -Provides an interface to embed movies, sounds and 3D objects -into PDF documents for use with LaTeX as well as pdfLaTeX. -Defines \includemovie with PDF-1.5 compatibility. Option -'autoplay' causes the media clip to be started right after the -page has loaded. This is useful for side by side movie clips to -be played back synchronously. - -date: 2012-05-17 13:04:31 +0200 - -%post movie15 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun movie15 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans movie15 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package movie15-doc -Summary: Documentation for movie15 -Version: svn26473.0 -Release: %{tl_noarch_release} -Provides: tex-movie15-doc -BuildArch: noarch -AutoReqProv: No - -%description movie15-doc -Documentation for movie15 - -%package mparhack -Provides: tex-mparhack = %{tl_version} -License: GPL+ -Summary: A workaround for a LaTeX bug in marginpars -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mparhack.sty) = %{tl_version} - -%description mparhack -Implements a workaround for the LaTeX bug that marginpars will -sometimes come out at the wrong margin. - -date: 2006-10-22 16:45:29 +0200 - -%post mparhack -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mparhack -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mparhack -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mparhack-doc -Summary: Documentation for mparhack -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-mparhack-doc -BuildArch: noarch -AutoReqProv: No - -%description mparhack-doc -Documentation for mparhack - -%package msc -Provides: tex-msc = %{tl_version} -License: LPPL -Summary: Draw MSC diagrams -Version: svn15878.1.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(pstricks.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(pst-node.sty) -Provides: tex(msc.sty) = %{tl_version} - -%description msc -The package should be useful to all people that prepare their -texts with LaTeX and want to draw Message Sequence Charts in -their texts. The package is not an MSC editor; it simply takes -a textual description of an MSC and draws the corresponding -MSC. The current version of the MSC macro package supports the -full MSC2000 language. - -date: 2008-06-02 14:52:39 +0200 - -%post msc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun msc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans msc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package msc-doc -Summary: Documentation for msc -Version: svn15878.1.16 -Release: %{tl_noarch_release} -Provides: tex-msc-doc -BuildArch: noarch -AutoReqProv: No - -%description msc-doc -Documentation for msc - -%package msg -Provides: tex-msg = %{tl_version} -License: LPPL -Summary: A package for LaTeX localisation -Version: svn15878.0.40 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Provides: tex(french_msg-msg.tex) = %{tl_version} -Provides: tex(german_msg-msg.tex) = %{tl_version} -Provides: tex(msg-msg.tex) = %{tl_version} -Provides: tex(msg.sty) = %{tl_version} -Provides: tex(norsk_msg-msg.tex) = %{tl_version} - -%description msg -The package is designed to localise any document class or -package. This should be very useful for end-users who could -obtain messages in their own preferred language. It is really -easy to use by writers of other classes and packages. -Volunteers are urged to test the package, report, and even to -localise the message file to their own language. Documentation -is provided in English. - -date: 2006-11-16 17:55:10 +0100 - -%post msg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun msg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans msg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package msg-doc -Summary: Documentation for msg -Version: svn15878.0.40 -Release: %{tl_noarch_release} -Provides: tex-msg-doc -BuildArch: noarch -AutoReqProv: No - -%description msg-doc -Documentation for msg - -%package mslapa -Provides: tex-mslapa = %{tl_version} -License: Public Domain -Summary: Michael Landy's APA citation style -Version: svn17514.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mslapa.sty) = %{tl_version} - -%description mslapa -LaTeX and BibTeX style files for a respectably close -approximation to APA (American Psychological Association) -citation and reference style. - -date: 2010-03-20 19:23:31 +0100 - -%post mslapa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mslapa -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mslapa -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mslapa-doc -Summary: Documentation for mslapa -Version: svn17514.0 -Release: %{tl_noarch_release} -Provides: tex-mslapa-doc -BuildArch: noarch -AutoReqProv: No - -%description mslapa-doc -Documentation for mslapa - -%package mtgreek -Provides: tex-mtgreek = %{tl_version} -License: LPPL -Summary: Use italic and upright greek letters with mathtime -Version: svn17967.1.1+ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mtgreek.sty) = %{tl_version} - -%description mtgreek -This package is an add-on to the MathTime a style to provide -TeX support for the use of the MathTime(tm) fonts (formerly -distributed by YandY, Inc.). The MathTime package has uppercase -Greek letters hardwired to be upright and only upright; this -package provides a switch to choose between the two kinds of -Greek uppercase letters. - -date: 2010-04-21 23:25:04 +0200 - -%post mtgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mtgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mtgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mtgreek-doc -Summary: Documentation for mtgreek -Version: svn17967.1.1+ -Release: %{tl_noarch_release} -Provides: tex-mtgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description mtgreek-doc -Documentation for mtgreek - -%package multenum -Provides: tex-multenum = %{tl_version} -License: LPPL -Summary: Multi-column enumerated lists -Version: svn21775.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multienum.sty) = %{tl_version} - -%description multenum -Defines an environment multienumerate, that produces an -enumerated array in which columns are vertically aligned on the -counter. The motivation was lists of answers for a text book, -where there are many rather small items; the multienumerate -environment goes some way to making such lists look neater. - -date: 2011-03-20 19:39:20 +0100 - -%post multenum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multenum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multenum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multenum-doc -Summary: Documentation for multenum -Version: svn21775.0 -Release: %{tl_noarch_release} -Provides: tex-multenum-doc -BuildArch: noarch -AutoReqProv: No - -%description multenum-doc -Documentation for multenum - -%package multibbl -Provides: tex-multibbl = %{tl_version} -License: LPPL -Summary: Multiple bibliographies -Version: svn15878.v1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multibbl.sty) = %{tl_version} - -%description multibbl -The package multibbl redefines the standard bibliographic -commands so that one can generate multiple reference sections. -Each section has it own auxiliary file (for use with BibTeX) -and title. - -date: 2007-05-25 16:15:27 +0200 - -%post multibbl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multibbl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multibbl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multibbl-doc -Summary: Documentation for multibbl -Version: svn15878.v1.1 -Release: %{tl_noarch_release} -Provides: tex-multibbl-doc -BuildArch: noarch -AutoReqProv: No - -%description multibbl-doc -Documentation for multibbl - -%package multicap -Provides: tex-multicap = %{tl_version} -License: LPPL -Summary: Format captions inside multicols -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(multicap.sty) = %{tl_version} - -%description multicap -This is a package for formatting captions of column figures and -column tabular material, which cannot be standard floats in a -multicols environment. The package also provides a convenient -way to customise your captions, whether they be in multicols or -not. - -date: 2006-12-15 15:26:27 +0100 - -%post multicap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multicap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multicap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multicap-doc -Summary: Documentation for multicap -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-multicap-doc -BuildArch: noarch -AutoReqProv: No - -%description multicap-doc -Documentation for multicap - -%package multienv -Provides: tex-multienv = %{tl_version} -License: LPPL -Summary: multienv package -Version: svn26544.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multienv.sty) = %{tl_version} - -%description multienv -multienv package - -%post multienv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multienv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multienv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multienv-doc -Summary: Documentation for multienv -Version: svn26544.0 -Release: %{tl_noarch_release} -Provides: tex-multienv-doc -BuildArch: noarch -AutoReqProv: No - -%description multienv-doc -Documentation for multienv - -%package multiexpand -Provides: tex-multiexpand = %{tl_version} -License: LPPL 1.3 -Summary: Variations on the primitive command \expandafter -Version: svn28768.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multiexpand.sty) = %{tl_version} - -%description multiexpand -The package provides two user commands; one that performs -multiple expansions, and one that does multiple \expandafter -operations, in a single macro call. The package requires eTeX's -\numexpr command. The author suggests that the same effect -could be provided by use of the command variant mechanisms of -LaTeX 3 (see, for example, the interface documentation of the -experimental LaTeX 3 kernel). - -date: 2013-01-08 16:25:57 +0100 - -%post multiexpand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multiexpand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multiexpand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multiexpand-doc -Summary: Documentation for multiexpand -Version: svn28768.1.1 -Release: %{tl_noarch_release} -Provides: tex-multiexpand-doc -BuildArch: noarch -AutoReqProv: No - -%description multiexpand-doc -Documentation for multiexpand - -%package multirow -Provides: tex-multirow = %{tl_version} -License: LPPL -Summary: Create tabular cells spanning multiple rows -Version: svn17256.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bigdelim.sty) = %{tl_version} -Provides: tex(bigstrut.sty) = %{tl_version} -Provides: tex(multirow.sty) = %{tl_version} - -%description multirow -The package has a lot of flexibility, including an option for -specifying an entry at the "natural" width of its text. The -package is distributed with the bigdelim and bigstrut packages, -which can be used to advantage with \multirow cells. - -date: 2010-02-27 22:08:17 +0100 - -%post multirow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multirow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multirow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multirow-doc -Summary: Documentation for multirow -Version: svn17256.1.6 -Release: %{tl_noarch_release} -Provides: tex-multirow-doc -BuildArch: noarch -AutoReqProv: No - -%description multirow-doc -Documentation for multirow - -%package mversion -Provides: tex-mversion = %{tl_version} -License: LPPL 1.2 -Summary: Keeping track of document versions -Version: svn29370.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mVersion.sty) = %{tl_version} - -%description mversion -The package enables the user to keep track of different -versions of a latex document. The command \version prints the -version and build numbers; each time you compile your document, -the build number is increased by one. By placing \version in -the header or footer, each page can be marked with the unique -build number describing the progress of your document. - -date: 2013-03-13 13:37:29 +0100 - -%post mversion -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mversion -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mversion -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mversion-doc -Summary: Documentation for mversion -Version: svn29370.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-mversion-doc -BuildArch: noarch -AutoReqProv: No - -%description mversion-doc -Documentation for mversion - -%package mwe -Provides: tex-mwe = %{tl_version} -License: LPPL 1.3 -Summary: Packages and image files for MWEs -Version: svn26422.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(lipsum.sty) -Requires: tex(blindtext.sty) -Provides: tex(example-grid-100x100bp.tex) = %{tl_version} -Provides: tex(example-grid-100x100pt.tex) = %{tl_version} -Provides: tex(example-image-10x16.tex) = %{tl_version} -Provides: tex(example-image-16x10.tex) = %{tl_version} -Provides: tex(example-image-16x9.tex) = %{tl_version} -Provides: tex(example-image-1x1.tex) = %{tl_version} -Provides: tex(example-image-4x3.tex) = %{tl_version} -Provides: tex(example-image-9x16.tex) = %{tl_version} -Provides: tex(example-image-a.tex) = %{tl_version} -Provides: tex(example-image-a3-landscape.tex) = %{tl_version} -Provides: tex(example-image-a3.tex) = %{tl_version} -Provides: tex(example-image-a4-landscape.tex) = %{tl_version} -Provides: tex(example-image-a4.tex) = %{tl_version} -Provides: tex(example-image-a5-landscape.tex) = %{tl_version} -Provides: tex(example-image-a5.tex) = %{tl_version} -Provides: tex(example-image-b.tex) = %{tl_version} -Provides: tex(example-image-c.tex) = %{tl_version} -Provides: tex(example-image-golden-upright.tex) = %{tl_version} -Provides: tex(example-image-golden.tex) = %{tl_version} -Provides: tex(example-image-letter-landscape.tex) = %{tl_version} -Provides: tex(example-image-letter.tex) = %{tl_version} -Provides: tex(example-image.tex) = %{tl_version} -Provides: tex(mwe.sty) = %{tl_version} - -%description mwe -The bundle provides several files useful when creating a -minimal working example (MWE). The package itself loads a small -set of packages often used when creating MWEs. In addition, a -range of images are provided, which will be installed in the -TEXMF tree, so that they may be used in any (La)TeX document. -This allows different users to share MWEs which include image -commands, without the need to share image files or to use -replacement code. - -date: 2012-05-15 15:44:48 +0200 - -%post mwe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mwe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mwe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mwe-doc -Summary: Documentation for mwe -Version: svn26422.0.3 -Release: %{tl_noarch_release} -Provides: tex-mwe-doc -BuildArch: noarch -AutoReqProv: No - -%description mwe-doc -Documentation for mwe - -%package mycv -Provides: tex-mycv = %{tl_version} -License: LPPL 1.3 -Summary: A list-driven CV class, allowing TikZ decorations -Version: svn26807.1.5.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svn-prov.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(titlesec.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xcolor.sty) -Requires: tex(calligra.sty) -Requires: tex(times.sty) -Requires: tex(pifont.sty) -Requires: tex(marvosym.sty) -Requires: tex(amssymb.sty) -Requires: tex(hyperref.sty) -Requires: tex(geometry.sty) -Provides: tex(mycv.cls) = %{tl_version} -Provides: tex(mycv_base.def) = %{tl_version} -Provides: tex(mycv_dec.sty) = %{tl_version} -Provides: tex(mycv_misc.def) = %{tl_version} -Provides: tex(mycv_style.sty) = %{tl_version} -Provides: tex(mycv_version.def) = %{tl_version} - -%description mycv -The class provides a set of functionality for writing -"curriculum vitae" with different layouts. The idea is that a -user can write some custom configuration directives, by means -of which is possible both to produce different c.v. layouts and -quickly switch among them. In order to process such directives, -the class uses a set of lists, provided by the package -etextools. Basic support for using TikZ decorations is also -provided. - -date: 2012-05-21 10:58:59 +0200 - -%post mycv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mycv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mycv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mycv-doc -Summary: Documentation for mycv -Version: svn26807.1.5.6 -Release: %{tl_noarch_release} -Provides: tex-mycv-doc -BuildArch: noarch -AutoReqProv: No - -%description mycv-doc -Documentation for mycv - -%package mylatexformat -Provides: tex-mylatexformat = %{tl_version} -License: LPPL 1.3 -Summary: Build a format based on the preamble of a LaTeX file -Version: svn21392.3.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description mylatexformat -The use of formats helps to speed up compilations: packages -which have been dumped in the format are loaded at very high -speed. This is useful when a document loads many packages -(including large packages such as pgf-TikZ). The package was -developed from the work in mylatex, and eliminates many of the -limitations and problems of that package. - -date: 2011-02-13 01:21:30 +0100 - -%post mylatexformat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mylatexformat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mylatexformat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mylatexformat-doc -Summary: Documentation for mylatexformat -Version: svn21392.3.4 -Release: %{tl_noarch_release} -Provides: tex-mylatexformat-doc -BuildArch: noarch -AutoReqProv: No - -%description mylatexformat-doc -Documentation for mylatexformat - -%package nag -Provides: tex-nag = %{tl_version} -License: LPPL -Summary: Detecting and warning about obsolete LaTeX commands -Version: svn24741.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nag-abort.cfg) = %{tl_version} -Provides: tex(nag-experimental.cfg) = %{tl_version} -Provides: tex(nag-l2tabu.cfg) = %{tl_version} -Provides: tex(nag-orthodox.cfg) = %{tl_version} -Provides: tex(nag.sty) = %{tl_version} - -%description nag -Old habits die hard. All the same, there are commands, classes -and packages which are outdated and superseded. The nag package -provides routines to warn the user about the use of such -obsolete things. As an example, we provide an extension that -detects many of the "sins" described in l2tabu. - -date: 2011-12-03 11:39:13 +0100 - -%post nag -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nag -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nag -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nag-doc -Summary: Documentation for nag -Version: svn24741.0.7 -Release: %{tl_noarch_release} -Provides: tex-nag-doc -BuildArch: noarch -AutoReqProv: No - -%description nag-doc -Documentation for nag - -%package nameauth -Provides: tex-nameauth = %{tl_version} -License: LPPL 1.3 -Summary: Name authority mechanism for consistency in body text and index -Version: svn29632.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(trimspaces.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Provides: tex(nameauth.sty) = %{tl_version} - -%description nameauth -Publications, that reference many names, require editors and -proofreaders to track those names in the text and index. The -package offers name authority macros that allow authors and -compilers to normalize occurrences of names, variant name -forms, and pen names in the text and index. This may help -minimize writing and production time and cost. - -date: 2013-04-03 11:32:41 +0200 - -%post nameauth -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nameauth -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nameauth -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nameauth-doc -Summary: Documentation for nameauth -Version: svn29632.1.7 -Release: %{tl_noarch_release} -Provides: tex-nameauth-doc -BuildArch: noarch -AutoReqProv: No - -%description nameauth-doc -Documentation for nameauth - -%package namespc -Provides: tex-namespc = %{tl_version} -License: LPPL -Summary: Rudimentary c++-like namespaces in LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(namespc.sty) = %{tl_version} - -%description namespc -The namespc package adds rudimentary c++-like namespace -functionality to LaTeX. It may be used to declare local LaTeX -commands, which can be made accessible in a later contexts -without defining them globally. - -date: 2006-12-22 14:37:19 +0100 - -%post namespc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun namespc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans namespc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package namespc-doc -Summary: Documentation for namespc -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-namespc-doc -BuildArch: noarch -AutoReqProv: No - -%description namespc-doc -Documentation for namespc - -%package ncclatex -Provides: tex-ncclatex = %{tl_version} -License: LPPL -Summary: An extended general-purpose class -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpackage.sty) -Requires: tex(tocenter.sty) -Requires: tex(dcounter.sty) -Requires: tex(makeidx.sty) -Requires: tex(topsection.sty) -Requires: tex(watermark.sty) -Requires: tex(nccheadings.sty) -Requires: tex(nccbiblist.sty) -Requires: tex(nccfancyhdr.sty) -Requires: tex(multicol.sty) -Requires: tex(desclist.sty) -Requires: tex(extdash.sty) -Requires: tex(nccmath.sty) -Requires: tex(nccsect.sty) -Requires: tex(nccthm.sty) -Requires: tex(nccboxes.sty) -Requires: tex(nccfoots.sty) -Requires: tex(nccpic.sty) -Requires: tex(nccfloats.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amstext.sty) -Requires: tex(textarea.sty) -Provides: tex(cp1251-light.def) = %{tl_version} -Provides: tex(ncc.cls) = %{tl_version} -Provides: tex(ncc10.clo) = %{tl_version} -Provides: tex(ncc11.clo) = %{tl_version} -Provides: tex(ncc12.clo) = %{tl_version} -Provides: tex(ncc14.clo) = %{tl_version} -Provides: tex(nccart.clo) = %{tl_version} -Provides: tex(nccbiblist.sty) = %{tl_version} -Provides: tex(nccbook.clo) = %{tl_version} -Provides: tex(nccdefaults.sty) = %{tl_version} -Provides: tex(nccfit.clo) = %{tl_version} -Provides: tex(ncchdr.sty) = %{tl_version} -Provides: tex(nccheadings.sty) = %{tl_version} -Provides: tex(nccindex.sty) = %{tl_version} -Provides: tex(ncclatex.sty) = %{tl_version} -Provides: tex(nccltrus.sty) = %{tl_version} -Provides: tex(nccold.sty) = %{tl_version} -Provides: tex(nccproc.cls) = %{tl_version} -Provides: tex(nccsections.sty) = %{tl_version} -Provides: tex(ncctheorems.sty) = %{tl_version} -Provides: tex(ncctitle.clo) = %{tl_version} -Provides: tex(ncctitle.sty) = %{tl_version} -Provides: tex(ncctitlepage.sty) = %{tl_version} -Provides: tex(sibjnm.cls) = %{tl_version} - -%description ncclatex -The ncc class provides a framework for a common class to -replace the standard article, book and report classes, and -providing a "preprint" class. The class's extensions are -provided in a number of small packages, some of which may also -be used with the standard classes. The ncclatex package also -loads many of the packages of, and requires the latest version -of the ncctools bundle. - -date: 2007-02-23 22:01:12 +0100 - -%post ncclatex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ncclatex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ncclatex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ncclatex-doc -Summary: Documentation for ncclatex -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-ncclatex-doc -BuildArch: noarch -AutoReqProv: No - -%description ncclatex-doc -Documentation for ncclatex - -%package ncctools -Provides: tex-ncctools = %{tl_version} -License: LPPL -Summary: A collection of general packages for LaTeX -Version: svn15878.3.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(perpage.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Requires: tex(amsgen.sty) -Provides: tex(afterpackage.sty) = %{tl_version} -Provides: tex(dcounter.sty) = %{tl_version} -Provides: tex(desclist.sty) = %{tl_version} -Provides: tex(extdash.sty) = %{tl_version} -Provides: tex(manyfoot.sty) = %{tl_version} -Provides: tex(mboxfill.sty) = %{tl_version} -Provides: tex(nccbbb.sty) = %{tl_version} -Provides: tex(nccboxes.sty) = %{tl_version} -Provides: tex(ncccomma.sty) = %{tl_version} -Provides: tex(ncccropbox.sty) = %{tl_version} -Provides: tex(ncccropmark.sty) = %{tl_version} -Provides: tex(nccfancyhdr.sty) = %{tl_version} -Provides: tex(nccfloats.sty) = %{tl_version} -Provides: tex(nccfoots.sty) = %{tl_version} -Provides: tex(nccmath.sty) = %{tl_version} -Provides: tex(nccparskip.sty) = %{tl_version} -Provides: tex(nccpic.sty) = %{tl_version} -Provides: tex(nccrules.sty) = %{tl_version} -Provides: tex(nccsect.sty) = %{tl_version} -Provides: tex(nccstretch.sty) = %{tl_version} -Provides: tex(nccthm.sty) = %{tl_version} -Provides: tex(textarea.sty) = %{tl_version} -Provides: tex(tocenter.sty) = %{tl_version} -Provides: tex(topsection.sty) = %{tl_version} -Provides: tex(watermark.sty) = %{tl_version} - -%description ncctools -The NCCtools bundle contains many packages for general use -under LaTeX; many are also used by NCC LaTeX. The bundle -includes tools for: - executing commands after a package is -loaded; - watermarks; - counter manipulation (dynamic counters, -changing counter numbering with another counter); - -improvements to the description environment; - hyphenation of -compound words; - new levels of footnotes; - space-filling -patterns; - "poor man's" Black Board Bold symbols; - alignment -of the content of a box; - use comma as decimal separator; - -boxes with their own crop marks; - page cropmarks; - -improvements to fancy headers; - float "styles", mini floats, -side floats; - manually marked footnotes; - extension of -amsmath; - control of paragraph skip; - an envelope to the -graphicx package; - dashed and multiple rules; - alternative -techniques for declarations of sections, captions, and toc- -entries; - generalised text-stretching; - generation of new -theorem-like environments; - control of the text area; - -centred page layouts; and - an un-numbered top-level section. - -date: 2008-02-08 09:08:04 +0100 - -%post ncctools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ncctools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ncctools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ncctools-doc -Summary: Documentation for ncctools -Version: svn15878.3.5 -Release: %{tl_noarch_release} -Provides: tex-ncctools-doc -BuildArch: noarch -AutoReqProv: No - -%description ncctools-doc -Documentation for ncctools - -%package needspace -Provides: tex-needspace = %{tl_version} -License: LPPL -Summary: Insert pagebreak if not enough space -Version: svn29601.1.3d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(needspace.sty) = %{tl_version} - -%description needspace -Provides commands to disable pagebreaking within a given -vertical space. If there is not enough space between the -command and the bottom of the page, a new page will be started. - -date: 2013-04-01 14:35:12 +0200 - -%post needspace -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun needspace -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans needspace -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package needspace-doc -Summary: Documentation for needspace -Version: svn29601.1.3d -Release: %{tl_noarch_release} -Provides: tex-needspace-doc -BuildArch: noarch -AutoReqProv: No - -%description needspace-doc -Documentation for needspace - -%package nestquot -Provides: tex-nestquot = %{tl_version} -License: Freely redistributable without restriction -Summary: Alternate quotes between double and single with nesting -Version: svn27323.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nestquot.sty) = %{tl_version} - -%description nestquot -Provides two new commands: \nlq and \nrq for nesting left and -right quotes that properly change between double and single -quotes according to their nesting level. For example, the input -\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it had -been entered as "Foo 'bar' bletch". - -date: 2012-06-06 18:43:10 +0200 - -%post nestquot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nestquot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nestquot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newcommand-doc -Summary: Documentation for newcommand -Version: svn18704.2.0 -Release: %{tl_noarch_release} -Provides: tex-newcommand-doc -BuildArch: noarch -AutoReqProv: No - -%description newcommand-doc -Documentation for newcommand - -%package newenviron -Provides: tex-newenviron = %{tl_version} -License: LPPL 1.3 -Summary: Processing an environment's body -Version: svn29331.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Provides: tex(newenviron.sty) = %{tl_version} - -%description newenviron -The package offers tools for collecting and executing an -environment's body. - -date: 2013-03-10 16:42:24 +0100 - -%post newenviron -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newenviron -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newenviron -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newenviron-doc -Summary: Documentation for newenviron -Version: svn29331.1.0 -Release: %{tl_noarch_release} -Provides: tex-newenviron-doc -BuildArch: noarch -AutoReqProv: No - -%description newenviron-doc -Documentation for newenviron - -%package newfile -Provides: tex-newfile = %{tl_version} -License: LPPL -Summary: User level management of LaTeX input and output -Version: svn15878.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(newfile.sty) = %{tl_version} - -%description newfile -Commands are defined to manage the limited pool of input and -output handles provided by TeX. The streams so provided are -mapped to various of the LaTeX input and output mechanisms. -Some facilities of the verbatim package are also mapped. - -date: 2009-09-03 13:00:14 +0200 - -%post newfile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newfile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newfile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newfile-doc -Summary: Documentation for newfile -Version: svn15878.1.0c -Release: %{tl_noarch_release} -Provides: tex-newfile-doc -BuildArch: noarch -AutoReqProv: No - -%description newfile-doc -Documentation for newfile - -%package newlfm -Provides: tex-newlfm = %{tl_version} -License: GPL+ -Summary: Write letters, facsimiles, and memos -Version: svn15878.9.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(eso-pic.sty) -Requires: tex(setspace.sty) -Requires: tex(lastpage.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(rotating.sty) -Requires: tex(afterpage.sty) -Requires: tex(envlab.sty) -Provides: tex(addrset.sty) = %{tl_version} -Provides: tex(newlfm.cls) = %{tl_version} -Provides: tex(setdim.sty) = %{tl_version} - -%description newlfm -Integrates the letter class with fancyhdr and geometry to -automatically make letterhead stationery. Useful for writing -letters, fax, and memos. You can set up an address book using -'wrapper' macros. You put all the information for a person into -a wrapper and then put the wrapper in a document. The class -handles letterheads automatically. You place the object for the -letterhead (picture, information, etc.) in a box and all sizing -is set automatically. - -date: 2009-04-12 19:35:00 +0200 - -%post newlfm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newlfm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newlfm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newlfm-doc -Summary: Documentation for newlfm -Version: svn15878.9.4 -Release: %{tl_noarch_release} -Provides: tex-newlfm-doc -BuildArch: noarch -AutoReqProv: No - -%description newlfm-doc -Documentation for newlfm - -%package newspaper -Provides: tex-newspaper = %{tl_version} -License: LPPL -Summary: Typeset newsletters to resemble newspapers -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(yfonts.sty) -Provides: tex(newspaper.sty) = %{tl_version} - -%description newspaper -The newspaper package redefines the page style and \maketitle -command to produce a typeset page similar to that off a -newspaper. It also provides several commands that (when used -with other packages) simplify the writing of articles in a -newspaper-style column format. - -date: 2008-08-22 17:15:44 +0200 - -%post newspaper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newspaper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newspaper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newspaper-doc -Summary: Documentation for newspaper -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-newspaper-doc -BuildArch: noarch -AutoReqProv: No - -%description newspaper-doc -Documentation for newspaper - -%package newunicodechar -Provides: tex-newunicodechar = %{tl_version} -License: LPPL 1.3 -Summary: Definitions of the meaning of Unicode characters -Version: svn28253.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newunicodechar.sty) = %{tl_version} - -%description newunicodechar -The package provides a friendly interface for defining the -meaning of Unicode characters. The document should be processed -by (pdf)LaTeX with the unicode option of inputenc or inputenx, -or by XeLaTeX/LuaLaTeX. The command provided is -\newunicodechar{<char>}{<code>} where <char> is a directly- -typed Unicode character, and <code> is its replacement. - -date: 2012-11-13 18:34:11 +0100 - -%post newunicodechar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newunicodechar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newunicodechar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newunicodechar-doc -Summary: Documentation for newunicodechar -Version: svn28253.1.1 -Release: %{tl_noarch_release} -Provides: tex-newunicodechar-doc -BuildArch: noarch -AutoReqProv: No - -%description newunicodechar-doc -Documentation for newunicodechar - -%package newvbtm -Provides: tex-newvbtm = %{tl_version} -License: LPPL -Summary: Define your own verbatim-like environment -Version: svn23996.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newvbtm.sty) = %{tl_version} -Provides: tex(varvbtm.sty) = %{tl_version} - -%description newvbtm -Defines general purpose macro named \newverbatim to define your -own verbatim-like environment. It also has a supplementary -style file varvbtm.sty to provide set of macros for variants of -verbatim, such as tab emulation. - -date: 2011-09-17 10:58:19 +0200 - -%post newvbtm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newvbtm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newvbtm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newvbtm-doc -Summary: Documentation for newvbtm -Version: svn23996.1.1 -Release: %{tl_noarch_release} -Provides: tex-newvbtm-doc -BuildArch: noarch -AutoReqProv: No - -%description newvbtm-doc -Documentation for newvbtm - -%package newverbs -Provides: tex-newverbs = %{tl_version} -License: LPPL 1.3 -Summary: Define new versions of \verb, including short verb versions -Version: svn26258.1.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newverbs.sty) = %{tl_version} - -%description newverbs -The package allows the definition of \verb variants which add -TeX code before and after the verbatim text (e.g., quotes or -surrounding \fbox{}). When used together with the shortvrb -package it allows the definition of short verbatim characters -which use this package's variant instead of the normal \verb. -In addition, it is possible to collect an argument verbatim to -either typeset or write it into a file. The \Verbdef command -defines verbatim text to a macro which can later be used to -write the verbatim text to a file. - -date: 2012-05-08 15:35:13 +0200 - -%post newverbs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newverbs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newverbs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newverbs-doc -Summary: Documentation for newverbs -Version: svn26258.1.3a -Release: %{tl_noarch_release} -Provides: tex-newverbs-doc -BuildArch: noarch -AutoReqProv: No - -%description newverbs-doc -Documentation for newverbs - -%package nextpage -Provides: tex-nextpage = %{tl_version} -License: LPPL -Summary: Generalisations of the page advance commands -Version: svn15878.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nextpage.sty) = %{tl_version} - -%description nextpage -Provides \clearpage and \newpage variants that guarantee to end -up on even/odd numbered pages; these 4 commands all have an -optional argument whose content will be placed on any "empty" -page generated. - -date: 2009-09-03 13:12:26 +0200 - -%post nextpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nextpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nextpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nfssext-cfr -Provides: tex-nfssext-cfr = %{tl_version} -License: LPPL -Summary: Extensions to the LaTeX NFSS -Version: svn19322.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nfssext-cfr.sty) = %{tl_version} - -%description nfssext-cfr -The package is a development of nfssext.sty, distributed with -the examples for the font installation guide. The package has -been developed for use in packages such as cfr-lm and -venturisadf, - -date: 2010-06-30 12:36:12 +0200 - -%post nfssext-cfr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nfssext-cfr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nfssext-cfr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nfssext-cfr-doc -Summary: Documentation for nfssext-cfr -Version: svn19322.1.2 -Release: %{tl_noarch_release} -Provides: tex-nfssext-cfr-doc -BuildArch: noarch -AutoReqProv: No - -%description nfssext-cfr-doc -Documentation for nfssext-cfr - -%package nicefilelist -Provides: tex-nicefilelist = %{tl_version} -License: LPPL 1.3 -Summary: Provide \listfiles alignment -Version: svn28527.0.7a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(monofill.sty) -Requires: tex(hardwrap.sty) -Requires: tex(myfilist.sty) -Provides: tex(nicefilelist.sty) = %{tl_version} - -%description nicefilelist -The package extends longnamefilelist, keeping separate columns -for date, version and "caption" (the caption now separately -listed). Alignment is not disturbed by short file name -extensions, such as ".fd". The package is not compatible with -longnamefilelist: users need to re-read the documentation. - -date: 2012-12-13 11:39:24 +0100 - -%post nicefilelist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nicefilelist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nicefilelist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nicefilelist-doc -Summary: Documentation for nicefilelist -Version: svn28527.0.7a -Release: %{tl_noarch_release} -Provides: tex-nicefilelist-doc -BuildArch: noarch -AutoReqProv: No - -%description nicefilelist-doc -Documentation for nicefilelist - -%package niceframe -Provides: tex-niceframe = %{tl_version} -License: LPPL -Summary: Support for fancy frames -Version: svn24120.1.1c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(karta15.tfm) = %{tl_version} -Provides: tex(umranda.tfm) = %{tl_version} -Provides: tex(umrandb.tfm) = %{tl_version} -Provides: tex(niceframe.sty) = %{tl_version} - -%description niceframe -The package defines means of drawing frames around boxes, using -dingbat fonts. Some (Metafont) font sources are included; the -fonts are available separately in Type 1 format. - -date: 2011-06-16 20:35:20 +0200 - -%post niceframe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun niceframe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans niceframe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package niceframe-doc -Summary: Documentation for niceframe -Version: svn24120.1.1c -Release: %{tl_noarch_release} -Provides: tex-niceframe-doc -BuildArch: noarch -AutoReqProv: No - -%description niceframe-doc -Documentation for niceframe - -%package nicetext -Provides: tex-nicetext = %{tl_version} -License: LPPL -Summary: Minimal markup for simple text (Wikipedia style) and documentation -Version: svn28423.0.65 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(stacklet.sty) -Requires: tex(actcodes.sty) -Requires: tex(moreverb.sty) -Provides: tex(fifinddo.sty) = %{tl_version} -Provides: tex(makedoc.cfg) = %{tl_version} -Provides: tex(makedoc.sty) = %{tl_version} -Provides: tex(mdoccorr.cfg) = %{tl_version} -Provides: tex(niceverb.sty) = %{tl_version} -Provides: tex(arseneau.tex) = %{tl_version} -Provides: tex(atari.cfg) = %{tl_version} -Provides: tex(copyfile.cfg) = %{tl_version} -Provides: tex(copyfile.tex) = %{tl_version} -Provides: tex(fddial0g.sty) = %{tl_version} -Provides: tex(fdtxttex.cfg) = %{tl_version} -Provides: tex(fdtxttex.tex) = %{tl_version} -Provides: tex(substr.tex) = %{tl_version} -Provides: tex(wiki.sty) = %{tl_version} - -%description nicetext -The bundle offers "minimal" markup syntax for various simple -kinds of text. The user will typically involve little more than -is printed, and will still get LaTeX quality. The bundle -provides four packages: - wiki addresses general texts, marked -up in the simple style used on Wikipedia; - niceverb is yet -another means of documenting LaTeX packages: it offers syntax- -aware typesetting of meta-variables (macro arguments) and for -referring to commands (and their syntax) in footnotes, section -titles etc.; - fifinddo aims to parse plain text or (La)TeX -files using TeX, and to write the results to an external file; -the package is used by another member of the bundle: - makedoc, -which provides the means to produce typeset documentation -direct from package files. - -date: 2012-12-02 13:05:20 +0100 - -%post nicetext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nicetext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nicetext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nicetext-doc -Summary: Documentation for nicetext -Version: svn28423.0.65 -Release: %{tl_noarch_release} -Provides: tex-nicetext-doc -BuildArch: noarch -AutoReqProv: No - -%description nicetext-doc -Documentation for nicetext - -%package nlctdoc -Provides: tex-nlctdoc = %{tl_version} -License: LPPL -Summary: Package documentation class -Version: svn27116.1.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(fourier.sty) -Requires: tex(ifpdf.sty) -Requires: tex(cmap.sty) -Requires: tex(tex4ht.sty) -Requires: tex(multicol.sty) -Requires: tex(dox.sty) -Provides: tex(nlctdoc.cls) = %{tl_version} - -%description nlctdoc -The class provides support for the documentation of the -author's packages, using koma-script. This class is provided -"as is" solely for the benefit of anyone who wants to compile -the documentation of those packages. - -date: 2012-07-20 01:08:10 +0200 - -%post nlctdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nlctdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nlctdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nlctdoc-doc -Summary: Documentation for nlctdoc -Version: svn27116.1.02 -Release: %{tl_noarch_release} -Provides: tex-nlctdoc-doc -BuildArch: noarch -AutoReqProv: No - -%description nlctdoc-doc -Documentation for nlctdoc - -%package noitcrul -Provides: tex-noitcrul = %{tl_version} -License: LPPL -Summary: Improved underlines in mathematics -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(robustcommand.sty) -Provides: tex(noitcrul.sty) = %{tl_version} - -%description noitcrul -The package provides a (maths mode) \underline variant which -doesn't impose italics correction at the end. - -date: 2007-03-10 12:31:42 +0100 - -%post noitcrul -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun noitcrul -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans noitcrul -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package noitcrul-doc -Summary: Documentation for noitcrul -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-noitcrul-doc -BuildArch: noarch -AutoReqProv: No - -%description noitcrul-doc -Documentation for noitcrul - -%package nolbreaks -Provides: tex-nolbreaks = %{tl_version} -License: Public Domain -Summary: No line breaks in text -Version: svn26786.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nolbreaks.sty) = %{tl_version} - -%description nolbreaks -Use \nolbreaks{some text} to prevent line breaks in "some -text". This has the advantage over \mbox{} that glue (rubber -space) remains flexible. Most common cases are handled here -(\linebreak is disabled, for example) but spaces hidden in -macros or { } can still create break-points. - -date: 2012-06-01 11:46:45 +0200 - -%post nolbreaks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nolbreaks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nolbreaks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nolbreaks-doc -Summary: Documentation for nolbreaks -Version: svn26786.1.2 -Release: %{tl_noarch_release} -Provides: tex-nolbreaks-doc -BuildArch: noarch -AutoReqProv: No - -%description nolbreaks-doc -Documentation for nolbreaks - -%package nomencl -Provides: tex-nomencl = %{tl_version} -License: LPPL -Summary: Produce lists of symbols as in nomenclature -Version: svn15878.3.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nomencl.sty) = %{tl_version} -Provides: tex(sample01.cfg) = %{tl_version} -Provides: tex(sample02.cfg) = %{tl_version} -Provides: tex(sample04.cfg) = %{tl_version} -Provides: tex(sample05.cfg) = %{tl_version} - -%description nomencl -Produces lists of symbols using the capabilities of the -MakeIndex program. - -date: 2007-01-12 00:17:35 +0100 - -%post nomencl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nomencl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nomencl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nomencl-doc -Summary: Documentation for nomencl -Version: svn15878.3.1a -Release: %{tl_noarch_release} -Provides: tex-nomencl-doc -BuildArch: noarch -AutoReqProv: No - -%description nomencl-doc -Documentation for nomencl - -%package nomentbl -Provides: tex-nomentbl = %{tl_version} -License: LPPL -Summary: Nomenclature typeset in a longtable -Version: svn16549.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(nomencl.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(array.sty) -Provides: tex(nomentbl.sty) = %{tl_version} - -%description nomentbl -Nomentbl typeset nomenclatures in a longtable instead of the -makeindex style of nomencl. A nomenclature entry may have three -arguments: Symbol, description and physical unit. - -date: 2007-01-12 00:17:35 +0100 - -%post nomentbl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nomentbl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nomentbl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nomentbl-doc -Summary: Documentation for nomentbl -Version: svn16549.0.4 -Release: %{tl_noarch_release} -Provides: tex-nomentbl-doc -BuildArch: noarch -AutoReqProv: No - -%description nomentbl-doc -Documentation for nomentbl - -%package nonfloat -Provides: tex-nonfloat = %{tl_version} -License: Public Domain -Summary: Non-floating table and figure captions -Version: svn17598.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nonfloat.sty) = %{tl_version} - -%description nonfloat -Adjusts the figure and table environments to ensure that -centered objects as one line captions are centered as well. -Also the vertical spaces for table captions above the table are -changed. - -date: 2007-01-12 00:17:35 +0100 - -%post nonfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nonfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nonfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nonfloat-doc -Summary: Documentation for nonfloat -Version: svn17598.1.0 -Release: %{tl_noarch_release} -Provides: tex-nonfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description nonfloat-doc -Documentation for nonfloat - -%package nonumonpart -Provides: tex-nonumonpart = %{tl_version} -License: LPPL 1.2 -Summary: Prevent page numbers on part pages -Version: svn22114.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nonumonpart.sty) = %{tl_version} - -%description nonumonpart -The package bundles the answer to the long-standing FAQ about -removing page numbers on \part pages. The package accepts no -options and defines no user commands; the user needs only to -load it, and the requirement is met. - -date: 2011-04-15 12:43:28 +0200 - -%post nonumonpart -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nonumonpart -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nonumonpart -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nonumonpart-doc -Summary: Documentation for nonumonpart -Version: svn22114.1 -Release: %{tl_noarch_release} -Provides: tex-nonumonpart-doc -BuildArch: noarch -AutoReqProv: No - -%description nonumonpart-doc -Documentation for nonumonpart - -%package nopageno -Provides: tex-nopageno = %{tl_version} -License: LPPL -Summary: No page numbers in LaTeX documents -Version: svn18128.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nopageno.sty) = %{tl_version} - -%description nopageno -LaTeX's standard styles use two page styles, one on normal -pages and one on 'opening' pages with \maketitle or \chapter, -etc. Unfortunately there is only easy access to changing one of -these two so if you want something other than 'plain' on the -opening pages you must use \thispagestyle on each such page. -The fancyhdr package does provide a more flexible interface, -but if you just want an empty page style on all pages then this -package will do the job. - -date: 2010-05-11 12:36:30 +0200 - -%post nopageno -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nopageno -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nopageno -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nopageno-doc -Summary: Documentation for nopageno -Version: svn18128.0 -Release: %{tl_noarch_release} -Provides: tex-nopageno-doc -BuildArch: noarch -AutoReqProv: No - -%description nopageno-doc -Documentation for nopageno - -%package notes -Provides: tex-notes = %{tl_version} -License: LPPL -Summary: Mark sections of a document -Version: svn26263.v1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(notes.sty) = %{tl_version} - -%description notes -The package provides environments to highlight significant -portions of text within a document, by putting the text in a -box and adding an icon in the margin. (The icons are provided -as 'fig' sources, processable by xfig.) - -date: 2006-09-14 22:20:05 +0200 - -%post notes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun notes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans notes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package notes-doc -Summary: Documentation for notes -Version: svn26263.v1.0.1 -Release: %{tl_noarch_release} -Provides: tex-notes-doc -BuildArch: noarch -AutoReqProv: No - -%description notes-doc -Documentation for notes - -%package notoccite -Provides: tex-notoccite = %{tl_version} -License: Public Domain -Summary: Prevent trouble from citations in table of contents, etc -Version: svn18129.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(notoccite.sty) = %{tl_version} - -%description notoccite -If you have \cite commands in \section-like commands, or in -\caption, the citation will also appear in the table of -contents, or list of whatever. If you are also using an unsrt- -like bibliography style, these citations will come at the very -start of the bibliography, which is confusing. This package -suppresses the effect. - -date: 2010-05-11 12:36:30 +0200 - -%post notoccite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun notoccite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans notoccite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package notoccite-doc -Summary: Documentation for notoccite -Version: svn18129.0 -Release: %{tl_noarch_release} -Provides: tex-notoccite-doc -BuildArch: noarch -AutoReqProv: No - -%description notoccite-doc -Documentation for notoccite - -%package nowidow -Provides: tex-nowidow = %{tl_version} -License: LPPL 1.3 -Summary: Avoid widows -Version: svn24066.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(nowidow.sty) = %{tl_version} - -%description nowidow -This package provides a useful macro to manage widow lines. - -date: 2011-09-21 22:10:12 +0200 - -%post nowidow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nowidow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nowidow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nowidow-doc -Summary: Documentation for nowidow -Version: svn24066.1.0 -Release: %{tl_noarch_release} -Provides: tex-nowidow-doc -BuildArch: noarch -AutoReqProv: No - -%description nowidow-doc -Documentation for nowidow - -%package ntheorem -Provides: tex-ntheorem = %{tl_version} -License: LPPL -Summary: Enhanced theorem environment -Version: svn27609.1.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(ntheorem.sty) = %{tl_version} - -%description ntheorem -Enhancements for theorem-like environments: easier control of -layout; proper placement of endmarks even when the environment -ends with \end{enumerate} or \end{displaymath} (including -support for amsmath displayed-equation environments); and -support for making a list of theorems like \listoffigures. - -date: 2012-03-30 15:19:52 +0200 - -%post ntheorem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ntheorem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ntheorem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ntheorem-doc -Summary: Documentation for ntheorem -Version: svn27609.1.31 -Release: %{tl_noarch_release} -Provides: tex-ntheorem-doc -BuildArch: noarch -AutoReqProv: No - -%description ntheorem-doc -Documentation for ntheorem - -%package numberedblock -Provides: tex-numberedblock = %{tl_version} -License: LPPL -Summary: numberedblock package -Version: svn29447.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(numberedblock.sty) = %{tl_version} - -%description numberedblock -numberedblock package - -%post numberedblock -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun numberedblock -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans numberedblock -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package numberedblock-doc -Summary: Documentation for numberedblock -Version: svn29447.0 -Release: %{tl_noarch_release} -Provides: tex-numberedblock-doc -BuildArch: noarch -AutoReqProv: No - -%description numberedblock-doc -Documentation for numberedblock - -%package numname -Provides: tex-numname = %{tl_version} -License: LPPL -Summary: Convert a number to its English expression -Version: svn18130.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(numname.sty) = %{tl_version} - -%description numname -The package can generate cardinal (one, two, ...) and ordinal -(first, second, ...) numbers. The code derives from the memoir -class, and is extracted for the convenience of non-users of -that class. - -date: 2010-05-03 00:02:21 +0200 - -%post numname -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun numname -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans numname -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package numname-doc -Summary: Documentation for numname -Version: svn18130.0 -Release: %{tl_noarch_release} -Provides: tex-numname-doc -BuildArch: noarch -AutoReqProv: No - -%description numname-doc -Documentation for numname - -%package numprint -Provides: tex-numprint = %{tl_version} -License: LPPL -Summary: Print numbers with separators and exponent if necessary -Version: svn27498.1.39 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(calc.sty) -Provides: tex(nbaseprt.sty) = %{tl_version} -Provides: tex(numprint.sty) = %{tl_version} -Provides: tex(numprint032.sty) = %{tl_version} - -%description numprint -The package numprint prints numbers with a separator every -three digits and converts numbers given as 12345.6e789 to -12\,345,6\cdot 10^{789}. Numbers are printed in the current -mode (text or math) in order to use the correct font. Many -things, including the decimal sign, the thousand separator, as -well as the product sign can be changed by the user, e.g., to -reach 12,345.6\times 10^{789}. If an optional argument is given -it is printed upright as unit. Numbers can be rounded to a -given number of digits. The package supports an automatic, -language-dependent change of the number format. Tabular -alignment using the tabular(*), array, tabularx, and longtable -environments (similar to the dcolumn and rccol packages) is -supported using all features of numprint. Additional text can -be added before and after the formatted number. - -date: 2012-08-22 15:46:20 +0200 - -%post numprint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun numprint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans numprint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package numprint-doc -Summary: Documentation for numprint -Version: svn27498.1.39 -Release: %{tl_noarch_release} -Provides: tex-numprint-doc -BuildArch: noarch -AutoReqProv: No - -%description numprint-doc -Documentation for numprint - -%package ocg-p -Provides: tex-ocg-p = %{tl_version} -License: LPPL -Summary: PDF OCG support in LaTeX -Version: svn28803.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(eso-pic.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(datatool.sty) -Requires: tex(tikz.sty) -Requires: tex(listings.sty) -Provides: tex(ocg-p.sty) = %{tl_version} - -%description ocg-p -The package provides OCG (Optional Content Groups) support -within a PDF document, replacing the ocg.sty distributed with -asymptote. Nested OCGs are supported. The package may be used -with PFDLatex and XeLaTeX. - -date: 2013-01-11 11:30:29 +0100 - -%post ocg-p -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ocg-p -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ocg-p -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocg-p-doc -Summary: Documentation for ocg-p -Version: svn28803.0.4 -Release: %{tl_noarch_release} -Provides: tex-ocg-p-doc -BuildArch: noarch -AutoReqProv: No - -%description ocg-p-doc -Documentation for ocg-p - -%package ocgx -Provides: tex-ocgx = %{tl_version} -License: LPPL -Summary: Use OCGs within a PDF document without JavaScript -Version: svn28492.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ocg-p.sty) -Provides: tex(ocgx.sty) = %{tl_version} -Provides: tex(tikzlibraryocgx.code.tex) = %{tl_version} - -%description ocgx -The package extends the ocg package, which allows you to create -OCGs (Optional Content Groups) in PDF documents. (The ocg -package is distributed as part of Asymptote.) Every OCG -includes TeX material into a layer of the PDF file. Each of -these layers can be displayed or not. Links can enable or -disable the display of OCGs. The ocgx package does not use -Javascript embedded in the PDF document to enable (to show) or -disable (to hide) OCGs. - -date: 2012-12-10 10:44:43 +0100 - -%post ocgx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ocgx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ocgx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocgx-doc -Summary: Documentation for ocgx -Version: svn28492.0.5 -Release: %{tl_noarch_release} -Provides: tex-ocgx-doc -BuildArch: noarch -AutoReqProv: No - -%description ocgx-doc -Documentation for ocgx - -%package ocr-latex -Provides: tex-ocr-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for ocr fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(ocr.sty) = %{tl_version} -Provides: tex(ot1oca.fd) = %{tl_version} -Provides: tex(ot1ocra.fd) = %{tl_version} -Provides: tex(ot1ocrb.fd) = %{tl_version} -Provides: tex(ot1ocrbn.fd) = %{tl_version} -Provides: tex(ot1ocrbns.fd) = %{tl_version} -Provides: tex(ot1ocrbo.fd) = %{tl_version} -Provides: tex(ot1ocrbs.fd) = %{tl_version} - -%description ocr-latex -The package supports use of both ocr-a and ocr-b fonts in LaTeX -documents. - -date: 2007-03-11 14:06:37 +0100 - -%post ocr-latex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ocr-latex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ocr-latex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ocr-latex-doc -Summary: Documentation for ocr-latex -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-ocr-latex-doc -BuildArch: noarch -AutoReqProv: No - -%description ocr-latex-doc -Documentation for ocr-latex - -%package octavo -Provides: tex-octavo = %{tl_version} -License: LPPL -Summary: Typeset books following classical design and layout -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(oct10.clo) = %{tl_version} -Provides: tex(oct11.clo) = %{tl_version} -Provides: tex(oct12.clo) = %{tl_version} -Provides: tex(octavo.cls) = %{tl_version} - -%description octavo -The octavo class is a modification of the standard LaTeX book -class. Its purpose is to typeset books following classical -design and layout principles, with the express intention of -encouraging the making of beautiful books by anyone with access -to a good printer and with an inclination towards venerable -crafts, e.g., bookbinding. The octavo class differs from the -book class by implementing many of the proposals and insights -of respected experts, especially Jan Tschichold and Hugh -Williamson. The documentation discusses methods to organise and -print out any text into signatures, which can then be gathered, -folded and sewn into a book. - -date: 2007-03-07 18:02:23 +0100 - -%post octavo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun octavo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans octavo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package octavo-doc -Summary: Documentation for octavo -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-octavo-doc -BuildArch: noarch -AutoReqProv: No - -%description octavo-doc -Documentation for octavo - -%package oldstyle -Provides: tex-oldstyle = %{tl_version} -License: LPPL -Summary: Old style numbers in OT1 encoding -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Ucmm.fd) = %{tl_version} -Provides: tex(oldstyle.sty) = %{tl_version} - -%description oldstyle -Font information needed to load the cmmi and cmmib fonts for -use to produce oldstyle numbers. - -date: 2009-03-08 21:39:02 +0100 - -%post oldstyle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun oldstyle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans oldstyle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package oldstyle-doc -Summary: Documentation for oldstyle -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-oldstyle-doc -BuildArch: noarch -AutoReqProv: No - -%description oldstyle-doc -Documentation for oldstyle - -%package onlyamsmath -Provides: tex-onlyamsmath = %{tl_version} -License: LPPL -Summary: Inhibit use of non-amsmath mathematics markup when using amsmath -Version: svn25006.0.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(onlyamsmath.sty) = %{tl_version} - -%description onlyamsmath -This package inhibits the usage of plain TeX and (on demand) of -standard LaTeX mathematics environments. This is useful for -class writers who want to encourage their users to use the -environments provided by the amsmath package. - -date: 2012-01-02 14:24:13 +0100 - -%post onlyamsmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun onlyamsmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans onlyamsmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package onlyamsmath-doc -Summary: Documentation for onlyamsmath -Version: svn25006.0.10 -Release: %{tl_noarch_release} -Provides: tex-onlyamsmath-doc -BuildArch: noarch -AutoReqProv: No - -%description onlyamsmath-doc -Documentation for onlyamsmath - -%package opcit -Provides: tex-opcit = %{tl_version} -License: LPPL -Summary: Footnote-style bibliographical references -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(hyperref.sty) -Provides: tex(opcit.sty) = %{tl_version} - -%description opcit -This package addresses the problem of expressing citations in a -style that is natural for humanities studies, yet does not -interfere with the flow of text (as author-year styles do). The -package differs from footbib in that it uses real footnotes, -potentially in the same series as any of the document's other -footnotes. Opcit also, as its name implies, avoids repetition -of full citations, achieving this, to a large extent, -automatically. - -date: 2006-09-21 21:56:41 +0200 - -%post opcit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun opcit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans opcit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package opcit-doc -Summary: Documentation for opcit -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-opcit-doc -BuildArch: noarch -AutoReqProv: No - -%description opcit-doc -Documentation for opcit - -%package optional -Provides: tex-optional = %{tl_version} -License: LPPL -Summary: Facilitate optional printing of parts of a document -Version: svn18131.2.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(optional.sty) = %{tl_version} - -%description optional -Optional provides simple, flexible, optional compilation of -LaTeX documents. Option switches may be given via package -options, by the \UseOption command, or interactively via the -\AskOption command (help text may be provided, by defining the -\ExplainOptions command). The package is not robust, in the way -that comment package is, against ill-behaved text. In -particular, verbatim text may not be directly included in -optional sections (whether they're included or not). - -date: 2010-05-11 12:50:01 +0200 - -%post optional -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun optional -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans optional -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package optional-doc -Summary: Documentation for optional -Version: svn18131.2.2b -Release: %{tl_noarch_release} -Provides: tex-optional-doc -BuildArch: noarch -AutoReqProv: No - -%description optional-doc -Documentation for optional - -%package outline -Provides: tex-outline = %{tl_version} -License: LPPL -Summary: List environment for making outlines -Version: svn18360.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(outline.sty) = %{tl_version} - -%description outline -The package defines an outline environment, which provides -facilities similar to enumerate, but up to 6 levels deep. - -date: 2010-05-19 18:21:51 +0200 - -%post outline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun outline -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans outline -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package outline-doc -Summary: Documentation for outline -Version: svn18360.0 -Release: %{tl_noarch_release} -Provides: tex-outline-doc -BuildArch: noarch -AutoReqProv: No - -%description outline-doc -Documentation for outline - -%package outliner -Provides: tex-outliner = %{tl_version} -License: GPL+ -Summary: Change section levels easily -Version: svn21095.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(outliner.sty) = %{tl_version} - -%description outliner -Allows you to write "\Level 2 {Some heading}" instead of the -usual \section stuff; the definitions of the levels can then -easily be changed. There is a mechanism for shifting all -levels. This makes it easy to bundle existing articles into a -compilation. - -date: 2007-01-12 15:52:44 +0100 - -%post outliner -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun outliner -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans outliner -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package outliner-doc -Summary: Documentation for outliner -Version: svn21095.0 -Release: %{tl_noarch_release} -Provides: tex-outliner-doc -BuildArch: noarch -AutoReqProv: No - -%description outliner-doc -Documentation for outliner - -%package overpic -Provides: tex-overpic = %{tl_version} -License: LPPL -Summary: Combine LaTeX commands over included graphics -Version: svn19712.0.53 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(epic.sty) -Provides: tex(overpic.sty) = %{tl_version} - -%description overpic -The overpic environment is a cross between the LaTeX picture -environment and the \includegraphics command of graphicx. The -resulting picture environment has the same dimensions as the -included eps graphic. LaTeX commands can be placed on the -graphic at defined positions. A grid for orientation is -available. - -date: 2010-09-13 11:39:12 +0200 - -%post overpic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun overpic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans overpic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package overpic-doc -Summary: Documentation for overpic -Version: svn19712.0.53 -Release: %{tl_noarch_release} -Provides: tex-overpic-doc -BuildArch: noarch -AutoReqProv: No - -%description overpic-doc -Documentation for overpic - -%package pagecolor -Provides: tex-pagecolor = %{tl_version} -License: LPPL -Summary: Interrogate page colour -Version: svn25500.1.0e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(color.sty) -Requires: tex(xcolor.sty) -Provides: tex(pagecolor.sty) = %{tl_version} - -%description pagecolor -This package provides the command \thepagecolor, which gives -the current page (background) colour, i. e. the argument used -with the most recent call of \pagecolor{...}. The command -\thepagecolornone gives the same colour as \thepagecolor, -except when the page background colour is "none" (e.g., as a -result of using the \nopagecolor command). In that case -\thepagecolor is "white" and \thepagecolornone is "none". - -date: 2012-02-24 13:31:20 +0100 - -%post pagecolor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pagecolor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pagecolor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pagecolor-doc -Summary: Documentation for pagecolor -Version: svn25500.1.0e -Release: %{tl_noarch_release} -Provides: tex-pagecolor-doc -BuildArch: noarch -AutoReqProv: No - -%description pagecolor-doc -Documentation for pagecolor - -%package pagecont -Provides: tex-pagecont = %{tl_version} -License: LPPL -Summary: Page numbering that continues between documents -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(pagecont.sty) = %{tl_version} - -%description pagecont -The package provides the facility that several documents can be -typeset independently with page numbers in sequence, as if they -were a single document. - -date: 2009-11-10 09:17:41 +0100 - -%post pagecont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pagecont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pagecont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pagecont-doc -Summary: Documentation for pagecont -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-pagecont-doc -BuildArch: noarch -AutoReqProv: No - -%description pagecont-doc -Documentation for pagecont - -%package pagenote -Provides: tex-pagenote = %{tl_version} -License: LPPL 1.3 -Summary: Notes at end of document -Version: svn15878.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifmtarg.sty) -Provides: tex(pagenote.sty) = %{tl_version} - -%description pagenote -The pagenote package provides tagged notes on a separate page -(also known as 'end notes'). Unless the memoir class is used, -the package requires the ifmtarg package. - -date: 2009-09-03 13:00:14 +0200 - -%post pagenote -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pagenote -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pagenote -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pagenote-doc -Summary: Documentation for pagenote -Version: svn15878.1.1a -Release: %{tl_noarch_release} -Provides: tex-pagenote-doc -BuildArch: noarch -AutoReqProv: No - -%description pagenote-doc -Documentation for pagenote - -%package pagerange -Provides: tex-pagerange = %{tl_version} -License: LPPL -Summary: Flexible and configurable page range typesetting -Version: svn16915.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lastpage.sty) -Requires: tex(xkeyval.sty) -Provides: tex(pagerange-guide.cfg) = %{tl_version} -Provides: tex(pagerange.sty) = %{tl_version} - -%description pagerange -The package defines a command \pagerange that typesets ranges -of page numbers, expanding them (e.g., adding first or large -page numbers) and standardising them. - -date: 2010-02-04 09:04:58 +0100 - -%post pagerange -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pagerange -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pagerange -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pagerange-doc -Summary: Documentation for pagerange -Version: svn16915.0.5 -Release: %{tl_noarch_release} -Provides: tex-pagerange-doc -BuildArch: noarch -AutoReqProv: No - -%description pagerange-doc -Documentation for pagerange - -%package pageslts -Provides: tex-pageslts = %{tl_version} -License: LPPL 1.3 -Summary: Variants of last page labels -Version: svn28986.1.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atveryend.sty) -Requires: tex(everyshi.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(kvoptions.sty) -Requires: tex(undolabl.sty) -Requires: tex(rerunfilecheck.sty) -Requires: tex(alphalph.sty) -Provides: tex(pageslts.sty) = %{tl_version} - -%description pageslts -The package was designed as an extension of the lastpage -package -- as well as that package's LastPage label (created -\AtEndDocument) it adds a VeryLastPage (created -\AfterLastShipout). When more than one page numbering scheme is -in operation (as in a book class document with frontmatter), -the labels above do not give the total number of pages, so the -package also provides labels pagesLTS.<numbering scheme>, where -the numbering scheme is arabic, roman, etc. The package relies -on the undolabl package. - -date: 2013-01-28 22:45:23 +0100 - -%post pageslts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pageslts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pageslts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pageslts-doc -Summary: Documentation for pageslts -Version: svn28986.1.2b -Release: %{tl_noarch_release} -Provides: tex-pageslts-doc -BuildArch: noarch -AutoReqProv: No - -%description pageslts-doc -Documentation for pageslts - -%package paper -Provides: tex-paper = %{tl_version} -License: GPL+ -Summary: Versions of article class, tuned for scholarly publications -Version: svn25802.1.0l -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(journal.cls) = %{tl_version} -Provides: tex(journal.sty) = %{tl_version} -Provides: tex(paper.cls) = %{tl_version} -Provides: tex(paper.sty) = %{tl_version} - -%description paper -A pair of classes derived from article, tuned for producing -papers for journals. The classes introduce new layout options -and font commands for sections/parts, and define a new keywords -environment, subtitle and institution commands for the title -section and new commands for revisions. - -date: 2012-01-13 09:08:17 +0100 - -%post paper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun paper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans paper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package paper-doc -Summary: Documentation for paper -Version: svn25802.1.0l -Release: %{tl_noarch_release} -Provides: tex-paper-doc -BuildArch: noarch -AutoReqProv: No - -%description paper-doc -Documentation for paper - -%package papercdcase -Provides: tex-papercdcase = %{tl_version} -License: LPPL -Summary: Origami-style folding paper CD case -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Provides: tex(papercdcase.sty) = %{tl_version} - -%description papercdcase -This package implements a LaTeX style file to produce origami- -style folding paper CD cases. - -date: 2007-03-11 14:35:09 +0100 - -%post papercdcase -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun papercdcase -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans papercdcase -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package papercdcase-doc -Summary: Documentation for papercdcase -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-papercdcase-doc -BuildArch: noarch -AutoReqProv: No - -%description papercdcase-doc -Documentation for papercdcase - -%package papermas -Provides: tex-papermas = %{tl_version} -License: LPPL 1.3 -Summary: Compute the mass of a printed version of a document -Version: svn23667.1.0h -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(pageslts.sty) -Requires: tex(intcalc.sty) -Provides: tex(papermas.sty) = %{tl_version} - -%description papermas -The package computes the number of sheets of paper used by, and -the mass of a document. This is useful (for example) when -calculating postal charges. - -date: 2011-08-23 07:18:10 +0200 - -%post papermas -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun papermas -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans papermas -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package papermas-doc -Summary: Documentation for papermas -Version: svn23667.1.0h -Release: %{tl_noarch_release} -Provides: tex-papermas-doc -BuildArch: noarch -AutoReqProv: No - -%description papermas-doc -Documentation for papermas - -%package papertex -Provides: tex-papertex = %{tl_version} -License: LPPL -Summary: Class for newspapers, etc -Version: svn19230.1.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(multido.sty) -Requires: tex(datetime.sty) -Requires: tex(multicol.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancybox.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(textpos.sty) -Requires: tex(hyphenat.sty) -Requires: tex(wrapfig.sty) -Requires: tex(lastpage.sty) -Requires: tex(setspace.sty) -Requires: tex(ragged2e.sty) -Provides: tex(papertex.cls) = %{tl_version} - -%description papertex -This class allows LaTeX users to create a paperTeX newspaper. -The final document has a front page and as many inner pages as -desired. News items appear one after another and the user can -choose the number of columns, style and so on. The class allows -users to create newsletters too. - -date: 2010-06-30 22:56:10 +0200 - -%post papertex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun papertex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans papertex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package papertex-doc -Summary: Documentation for papertex -Version: svn19230.1.2b -Release: %{tl_noarch_release} -Provides: tex-papertex-doc -BuildArch: noarch -AutoReqProv: No - -%description papertex-doc -Documentation for papertex - -%package paracol -Provides: tex-paracol = %{tl_version} -License: LPPL -Summary: Multiple columns with texts "in parallel" -Version: svn26474.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(paracol.sty) = %{tl_version} - -%description paracol -The package provides yet another multi-column typesetting -mechanism by which you produce multi-column (e.g., bilingual) -document switching and sychronizing each corresponding part in -"parallel". - -date: 2012-05-17 13:04:31 +0200 - -%post paracol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun paracol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans paracol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package paracol-doc -Summary: Documentation for paracol -Version: svn26474.1.10 -Release: %{tl_noarch_release} -Provides: tex-paracol-doc -BuildArch: noarch -AutoReqProv: No - -%description paracol-doc -Documentation for paracol - -%package paresse -Provides: tex-paresse = %{tl_version} -License: LPPL -Summary: Define simple macros for greek letters -Version: svn29137.4.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(skeyval-bc.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Provides: tex(paresse.sty) = %{tl_version} - -%description paresse -The package defines macros using SS to type greek letters. so -that the user may (for example) type SSa to get the effect of -$\alpha$. - -date: 2013-02-16 13:58:07 +0100 - -%post paresse -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun paresse -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans paresse -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package paresse-doc -Summary: Documentation for paresse -Version: svn29137.4.1 -Release: %{tl_noarch_release} -Provides: tex-paresse-doc -BuildArch: noarch -AutoReqProv: No - -%description paresse-doc -Documentation for paresse - -%package parnotes -Provides: tex-parnotes = %{tl_version} -License: LPPL 1.3 -Summary: Notes after every paragraph (or elsewhere) -Version: svn25032.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parnotes.sty) = %{tl_version} - -%description parnotes -The package provides the \parnote command. The notes are set as -(normal) running paragraphs; placement is at the end of each -paragraph, or manually, using the \parnotes command. - -date: 2012-01-05 00:06:09 +0100 - -%post parnotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun parnotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans parnotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package parnotes-doc -Summary: Documentation for parnotes -Version: svn25032.1 -Release: %{tl_noarch_release} -Provides: tex-parnotes-doc -BuildArch: noarch -AutoReqProv: No - -%description parnotes-doc -Documentation for parnotes - -%package parselines -Provides: tex-parselines = %{tl_version} -License: LPPL 1.3 -Summary: Apply a macro to each line of an environment -Version: svn21475.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parselines.sty) = %{tl_version} - -%description parselines -The package defines an environment "parse lines" which -processes each line of an environment with a macro. An example -of shading the lines of an environment is given. - -date: 2011-02-19 16:41:47 +0100 - -%post parselines -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun parselines -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans parselines -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package parselines-doc -Summary: Documentation for parselines -Version: svn21475.1.4 -Release: %{tl_noarch_release} -Provides: tex-parselines-doc -BuildArch: noarch -AutoReqProv: No - -%description parselines-doc -Documentation for parselines - -%package patchcmd -Provides: tex-patchcmd = %{tl_version} -License: Public Domain -Summary: Change the definition of an existing command -Version: svn15878.1.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(patchcmd.sty) = %{tl_version} - -%description patchcmd -The patchcmd package provides a command \patchcommand that can -be used to add material at the beginning and/or the end of the -replacement text of an existing macro. It works for macros with -any number of normal arguments, including those that were -defined with \DeclareRobustCommand. - -date: 2007-01-12 20:52:49 +0100 - -%post patchcmd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun patchcmd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans patchcmd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package patchcmd-doc -Summary: Documentation for patchcmd -Version: svn15878.1.03 -Release: %{tl_noarch_release} -Provides: tex-patchcmd-doc -BuildArch: noarch -AutoReqProv: No - -%description patchcmd-doc -Documentation for patchcmd - -%package pauldoc -Provides: tex-pauldoc = %{tl_version} -License: LPPL -Summary: German LaTeX package documentation -Version: svn16005.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Provides: tex(pauldoc.sty) = %{tl_version} - -%description pauldoc -The pauldoc package provides helpers for German language -package documentation. - -date: 2009-11-10 13:46:41 +0100 - -%post pauldoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pauldoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pauldoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pauldoc-doc -Summary: Documentation for pauldoc -Version: svn16005.0.5 -Release: %{tl_noarch_release} -Provides: tex-pauldoc-doc -BuildArch: noarch -AutoReqProv: No - -%description pauldoc-doc -Documentation for pauldoc - -%package pawpict -Provides: tex-pawpict = %{tl_version} -License: GPL+ -Summary: Using graphics from PAW -Version: svn21629.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pawpict.sty) = %{tl_version} - -%description pawpict -Support for the easy inclusion of graphics made by PAW (Physics -Analysis Workstation). You need to have PAW installed on your -system to benefit from this package. - -date: 2007-01-12 20:52:49 +0100 - -%post pawpict -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pawpict -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pawpict -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pawpict-doc -Summary: Documentation for pawpict -Version: svn21629.1.0 -Release: %{tl_noarch_release} -Provides: tex-pawpict-doc -BuildArch: noarch -AutoReqProv: No - -%description pawpict-doc -Documentation for pawpict - -%package pax -Provides: tex-pax = %{tl_version} -License: GPLv2+ -Summary: Extract and reinsert PDF annotations with pdfTeX -Version: svn26112.v0.1k -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pax-bin -Requires: tex(ifpdf.sty) -Requires: tex(graphicx.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(kvoptions.sty) -Requires: tex(auxhook.sty) -Requires: tex(etexcmds.sty) -Provides: tex(pax.sty) = %{tl_version} - -%description pax -If PDF files are included using pdfTeX, PDF annotations are -stripped. The pax project offers a solution without altering -pdfTeX. A Java program (pax.jar) parses the PDF file that will -later be included. The program then writes the data of the -annotations into a file that can be read by TeX. The LaTeX -package pax extends the graphics package to support the scheme: -if a PDF file is included, the package looks for the file with -the annotation data, reads them and puts the annotations in the -right place. Project status: experimental - -date: 2012-04-18 16:26:37 +0200 - -%post pax -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pax -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pax -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pax-doc -Summary: Documentation for pax -Version: svn26112.v0.1k -Release: %{tl_noarch_release} -Provides: tex-pax-doc -BuildArch: noarch -AutoReqProv: No - -%description pax-doc -Documentation for pax - -%package pax-bin -Summary: Binaries for pax -Version: svn10843.0 -Requires: texlive-base -Requires: tex-pax -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pax-bin -Binaries for pax - -%package pbox -Provides: tex-pbox = %{tl_version} -License: GPLv2+ -Summary: A variable-width \parbox command -Version: svn24807.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(pbox.sty) = %{tl_version} - -%description pbox -Defines a command \pbox{<max width>}{<text>} which adjusts its -width to that of the enclosed text, up to the maximum width -given. The package also defines some associated length -commands. - -date: 2011-12-08 01:39:40 +0100 - -%post pbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pbox-doc -Summary: Documentation for pbox -Version: svn24807.1.2 -Release: %{tl_noarch_release} -Provides: tex-pbox-doc -BuildArch: noarch -AutoReqProv: No - -%description pbox-doc -Documentation for pbox - -%package pbsheet -Provides: tex-pbsheet = %{tl_version} -License: LPPL -Summary: Problem sheet class -Version: svn24830.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(latexsym.sty) -Requires: tex(geometry.sty) -Requires: tex(rotating.sty) -Requires: tex(moreverb.sty) -Requires: tex(inputenc.sty) -Requires: tex(xspace.sty) -Requires: tex(babel.sty) -Requires: tex(color.sty) -Requires: tex(listings.sty) -Provides: tex(pbsheet.cls) = %{tl_version} - -%description pbsheet -This class is designed to simplify the typesetting of problem -sheets with Mathematics and Computer Science content. It is -currently customised towards teaching in French (and the -examples are in French). - -date: 2007-01-12 23:55:10 +0100 - -%post pbsheet -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pbsheet -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pbsheet -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pbsheet-doc -Summary: Documentation for pbsheet -Version: svn24830.0.1 -Release: %{tl_noarch_release} -Provides: tex-pbsheet-doc -BuildArch: noarch -AutoReqProv: No - -%description pbsheet-doc -Documentation for pbsheet - -%package pdf14 -Provides: tex-pdf14 = %{tl_version} -License: LPPL 1.3 -Summary: Restore PDF 1.4 to a TeX live 2010 format -Version: svn17583.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pdf14.sty) = %{tl_version} - -%description pdf14 -Starting with TeX Live 2010, the various formats that directly -generate PDF will default to generating PDF 1.5. This is -generally a good thing, but it can lead to compatibility issues -with some older PDF viewers. This package changes the version -of PDF generated with formats (based on pdfTeX or LuaTeX in PDF -mode), back to 1.4 for documents that need to achieve maximal -compatibility with old viewers. - -date: 2010-03-31 12:36:09 +0200 - -%post pdf14 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdf14 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdf14 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdf14-doc -Summary: Documentation for pdf14 -Version: svn17583.0.1 -Release: %{tl_noarch_release} -Provides: tex-pdf14-doc -BuildArch: noarch -AutoReqProv: No - -%description pdf14-doc -Documentation for pdf14 - -%package pdfcomment -Provides: tex-pdfcomment = %{tl_version} -License: LPPL 1.3 -Summary: A user-friendly interface to pdf annotations -Version: svn27844.v2.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(zref-savepos.sty) -Requires: tex(refcount.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(marginnote.sty) -Requires: tex(ifpdf.sty) -Requires: tex(datetime.sty) -Requires: tex(soulpos.sty) -Requires: tex(hyperref.sty) -Provides: tex(pdfcomment.sty) = %{tl_version} - -%description pdfcomment -For a long time pdfLaTeX has offered the command \pdfannot for -inserting arbitrary PDF annotations. However, the command is -presented in a form where additional knowledge of the -definition of the PDF format is indispensable. This package is -an answer to the - occasional - questions in newsgroups, about -how one could use the comment function of Adobe Reader. At -least for the writer of LaTeX code, the package offers a -convenient and user-friendly means of using \pdfannot to -provide comments in PDF files. Since version v1.1, -pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX - -dvipdfmx, and XeLaTeX. Unfortunately, support of PDF -annotations by PDF viewers is sparse to nonexistent. The -reference viewer for the development of this package is Adobe -Reader. - -date: 2012-09-28 15:59:23 +0200 - -%post pdfcomment -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfcomment -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfcomment -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfcomment-doc -Summary: Documentation for pdfcomment -Version: svn27844.v2.3a -Release: %{tl_noarch_release} -Provides: tex-pdfcomment-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfcomment-doc -Documentation for pdfcomment - -%package pdfcprot -Provides: tex-pdfcprot = %{tl_version} -License: LPPL -Summary: Activating and setting of character protruding using pdflatex -Version: svn18735.1.7a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Provides: tex(pdfcprot.sty) = %{tl_version} - -%description pdfcprot -This package provides an easy interface to adjust the character -protrusion for different fonts and choosing the right -adjustment automatically depending on the font. - -date: 2006-12-18 23:50:36 +0100 - -%post pdfcprot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfcprot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfcprot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfcprot-doc -Summary: Documentation for pdfcprot -Version: svn18735.1.7a -Release: %{tl_noarch_release} -Provides: tex-pdfcprot-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfcprot-doc -Documentation for pdfcprot - -%package pdfmarginpar -Provides: tex-pdfmarginpar = %{tl_version} -License: GPL+ -Summary: Generate marginpar-equivalent PDF annotations -Version: svn23492.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Provides: tex(pdfmarginpar.sty) = %{tl_version} - -%description pdfmarginpar -The package provides the \pdfmarginpar command which is similar -in spirit to \marginpar. However, it creates PDF annotations -which may be viewed with Adobe Reader in place of marginal -texts. Small icons indicate the in-text position where the -message originates, popups provide the messages themselves. -Thus bugfixes and other such communications are clearly visible -together when viewing the document, while the document itself -is not obscured. - -date: 2011-08-10 11:12:20 +0200 - -%post pdfmarginpar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfmarginpar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfmarginpar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfmarginpar-doc -Summary: Documentation for pdfmarginpar -Version: svn23492.0.92 -Release: %{tl_noarch_release} -Provides: tex-pdfmarginpar-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfmarginpar-doc -Documentation for pdfmarginpar - -%package pdfscreen -Provides: tex-pdfscreen = %{tl_version} -License: LPPL -Summary: Support screen-based document design -Version: svn27510.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(calc.sty) -Requires: tex(comment.sty) -Requires: tex(hyperref.sty) -Requires: tex(shortvrb.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(truncate.sty) -Requires: tex(fancybox.sty) -Provides: tex(pdfscreen.sty) = %{tl_version} - -%description pdfscreen -An extension of the hyperref package to provide a screen-based -document design. This package helps to generate pdf documents -that are readable on screen and will fit the screen's aspect -ratio. Also it can be used with various options to produce -regular print versions of the same document without any extra -effort. - -date: 2012-07-18 20:44:29 +0200 - -%post pdfscreen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfscreen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfscreen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfscreen-doc -Summary: Documentation for pdfscreen -Version: svn27510.1.5 -Release: %{tl_noarch_release} -Provides: tex-pdfscreen-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfscreen-doc -Documentation for pdfscreen - -%package pdfslide -Provides: tex-pdfslide = %{tl_version} -License: LPPL -Summary: Presentation slides using pdftex -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(colortbl.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(fancybox.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Provides: tex(pdfslide.cfg) = %{tl_version} -Provides: tex(pdfslide.sty) = %{tl_version} -Provides: tex(slide.clo) = %{tl_version} - -%description pdfslide -This is a package for use with pdftex, to make nice -presentation slides. Its aims are: to devise a method for -easier technical presentation; to help the mix of mathematical -formulae with text and graphics which the present day wysiwyg -tools fail to accomplish; to exploit the platform independence -of TeX so that presentation documents become portable; and to -offer the freedom and possibilities of using various -backgrounds and other embellishments that a user can imagine to -have in as presentation. The package can make use of the -facilities of the PPower4 post-processor. - -date: 2006-12-05 23:27:16 +0100 - -%post pdfslide -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfslide -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfslide -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfslide-doc -Summary: Documentation for pdfslide -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pdfslide-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfslide-doc -Documentation for pdfslide - -%package pdfsync -Provides: tex-pdfsync = %{tl_version} -License: LPPL -Summary: Provide links between source and PDF -Version: svn20373.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pdfsync.sty) = %{tl_version} - -%description pdfsync -The package runs with pdfTeX or XeTeX, and creates an auxiliary -file with geometrical information to permit references back and -forth between source and PDF, assuming a conforming editor and -PDF viewer. - -date: 2010-11-08 21:04:31 +0100 - -%post pdfsync -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfsync -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfsync -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfsync-doc -Summary: Documentation for pdfsync -Version: svn20373.0 -Release: %{tl_noarch_release} -Provides: tex-pdfsync-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfsync-doc -Documentation for pdfsync - -%package pdfwin -Provides: tex-pdfwin = %{tl_version} -License: LPPL -Summary: pdfwin package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(truncate.sty) -Requires: tex(hyperref.sty) -Provides: tex(pdfwin.cfg) = %{tl_version} -Provides: tex(pdfwin.sty) = %{tl_version} - -%description pdfwin -pdfwin package - -%post pdfwin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfwin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfwin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfwin-doc -Summary: Documentation for pdfwin -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pdfwin-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfwin-doc -Documentation for pdfwin - -%package pdfx -Provides: tex-pdfx = %{tl_version} -License: LPPL -Summary: PDF/X-1a and PDF/A-1b support for pdfTeX -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xmpincl.sty) -Requires: tex(hyperref.sty) -Requires: tex(glyphtounicode.tex) -Provides: tex(glyphtounicode-cmr.tex) = %{tl_version} -Provides: tex(pdfx.sty) = %{tl_version} - -%description pdfx -The package helps LaTeX users to create PDF/X-1a and PFD/A-1b -compliant pdf documents with pdfTeX. - -date: 2009-05-04 11:07:03 +0200 - -%post pdfx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdfx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdfx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdfx-doc -Summary: Documentation for pdfx -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-pdfx-doc -BuildArch: noarch -AutoReqProv: No - -%description pdfx-doc -Documentation for pdfx - -%package pecha -Provides: tex-pecha = %{tl_version} -License: GPL+ -Summary: Print Tibetan text in the classic pecha layout style -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(twoopt.sty) -Requires: tex(relsize.sty) -Requires: tex(calc.sty) -Requires: tex(ctib.sty) -Requires: tex(rotating.sty) -Requires: tex(times.sty) -Provides: tex(ctibmantra.sty) = %{tl_version} -Provides: tex(pecha.cls) = %{tl_version} - -%description pecha -The pecha class provides an environment for writing Tibetan on -LaTeX2e in the traditional Tibetan Pecha layout used for -spiritual or philosophical texts, using the cTib4TeX package by -Oliver Corff. It provides features like headers in different -languages, page numbering in Tibetan and more. - -date: 2006-10-13 13:00:52 +0200 - -%post pecha -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pecha -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pecha -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pecha-doc -Summary: Documentation for pecha -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-pecha-doc -BuildArch: noarch -AutoReqProv: No - -%description pecha-doc -Documentation for pecha - -%package perltex -Provides: tex-perltex = %{tl_version} -License: LPPL -Summary: Define LaTeX macros in terms of Perl code -Version: svn26313.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-perltex-bin -Provides: tex(perltex.sty) = %{tl_version} -Provides: tetex-perltex = %{tl_version} -Obsoletes: tetex-perltex < %{tl_version} - -%description perltex -PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e -package (perltex.sty) that, together, give the user the ability -to define LaTeX macros in terms of Perl code. Once defined, a -Perl macro becomes indistinguishable from any other LaTeX -macro. PerlTeX thereby combines LaTeX's typesetting power with -Perl's programmability. PerlTeX will make use of persistent -named pipes, and thereby run more efficiently, on operating -systems that offer them (mostly Unix-like systems). Also -provided is a switch to generate a PerlTeX-free, document- -specific, noperltex.sty that is useful when distributing a -document to places where PerlTeX is not available. - -date: 2010-07-24 23:20:00 +0200 - -%post perltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun perltex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans perltex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package perltex-doc -Summary: Documentation for perltex -Version: svn26313.2.1 -Release: %{tl_noarch_release} -Provides: tex-perltex-doc -BuildArch: noarch -AutoReqProv: No - -%description perltex-doc -Documentation for perltex - -%package perltex-bin -Summary: Binaries for perltex -Version: svn16181.0 -Requires: texlive-base -Requires: tex-perltex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description perltex-bin -Binaries for perltex - -%package permute -Provides: tex-permute = %{tl_version} -License: LPPL -Summary: Support for symmetric groups -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(permute.sty) = %{tl_version} - -%description permute -A package for symmetric groups, allowing you to input, output, -and calculate with them. - -date: 2007-01-12 23:55:10 +0100 - -%post permute -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun permute -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans permute -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package permute-doc -Summary: Documentation for permute -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-permute-doc -BuildArch: noarch -AutoReqProv: No - -%description permute-doc -Documentation for permute - -%package petiteannonce -Provides: tex-petiteannonce = %{tl_version} -License: LPPL -Summary: A class for small advertisements -Version: svn25915.1.0001 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Provides: tex(petiteannonce.cls) = %{tl_version} - -%description petiteannonce -The class enables you to create the sort of adverts that you -pin on a noticeboard, with tear-off strips at the bottom where -you can place contact details. - -date: 2012-04-11 15:11:02 +0200 - -%post petiteannonce -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun petiteannonce -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans petiteannonce -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package petiteannonce-doc -Summary: Documentation for petiteannonce -Version: svn25915.1.0001 -Release: %{tl_noarch_release} -Provides: tex-petiteannonce-doc -BuildArch: noarch -AutoReqProv: No - -%description petiteannonce-doc -Documentation for petiteannonce - -%package philex -Provides: tex-philex = %{tl_version} -License: LPPL -Summary: Cross references for named and numbered environments -Version: svn27785.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Requires: tex(cgloss4e.sty) -Requires: tex(linguex.sty) -Provides: tex(philex.sty) = %{tl_version} - -%description philex -Philex provides means for creating and cross-referencing named -or numbered environments. Possible uses would be equations, -example sentences (as in linguistics or philosophy) or named -principles. Cross references may refer either to the number, or -to a short name of the target environment, or to the contents -of the environment. Philex builds on the facilities of the -linguex package. - -date: 2012-09-23 11:23:18 +0200 - -%post philex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun philex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans philex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package philex-doc -Summary: Documentation for philex -Version: svn27785.1.01 -Release: %{tl_noarch_release} -Provides: tex-philex-doc -BuildArch: noarch -AutoReqProv: No - -%description philex-doc -Documentation for philex - -%package photo -Provides: tex-photo = %{tl_version} -License: LPPL -Summary: A float environment for photographs -Version: svn18739.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(photo.sty) = %{tl_version} - -%description photo -This package introduces a new float type called photo which -works similar to the float types table and figure. Various -options exist for placing photos, captions, and a -"photographer" line. In twocolumn documents, a possibility -exists to generate double-column floats automatically if the -photo does not fit into one column. Photos do not have to be -placed as floats, they can also be placed as boxes, with -captions and photographer line still being available. - -date: 2006-12-02 15:26:11 +0100 - -%post photo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun photo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans photo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package photo-doc -Summary: Documentation for photo -Version: svn18739.0 -Release: %{tl_noarch_release} -Provides: tex-photo-doc -BuildArch: noarch -AutoReqProv: No - -%description photo-doc -Documentation for photo - -%package piff -Provides: tex-piff = %{tl_version} -License: Public Domain -Summary: Macro tools by Mike Piff -Version: svn21894.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsfonts.sty) -Provides: tex(duplicat.sty) = %{tl_version} -Provides: tex(newproof.sty) = %{tl_version} -Provides: tex(onepagem.sty) = %{tl_version} -Provides: tex(time.sty) = %{tl_version} - -%description piff -The set consists (now) of: - a small package for dealing with -duplicate-numbered output pages; - newproof, for defining -mathematical proof structures; - onepagem for omitting the page -number in one-page documents and - time, which prints a 12-hour -format time. - -date: 2010-12-08 08:17:08 +0100 - -%post piff -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun piff -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans piff -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package piff-doc -Summary: Documentation for piff -Version: svn21894.0 -Release: %{tl_noarch_release} -Provides: tex-piff-doc -BuildArch: noarch -AutoReqProv: No - -%description piff-doc -Documentation for piff - -%package pittetd -Provides: tex-pittetd = %{tl_version} -License: LPPL -Summary: Electronic Theses and Dissertations at Pitt -Version: svn15878.1.618 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pitetd10.clo) = %{tl_version} -Provides: tex(pitetd11.clo) = %{tl_version} -Provides: tex(pitetd12.clo) = %{tl_version} -Provides: tex(pittetd.cls) = %{tl_version} - -%description pittetd -A document class for theses and dissertations. Provides patch -files that enable pittetd to use files prepared for use with -the pittdiss or pitthesis classes. The manual provides a -detailed guide for users who wish to use the class to prepare -their thesis or dissertation. - -date: 2008-09-11 18:37:35 +0200 - -%post pittetd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pittetd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pittetd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pittetd-doc -Summary: Documentation for pittetd -Version: svn15878.1.618 -Release: %{tl_noarch_release} -Provides: tex-pittetd-doc -BuildArch: noarch -AutoReqProv: No - -%description pittetd-doc -Documentation for pittetd - -%package plates -Provides: tex-plates = %{tl_version} -License: LPPL -Summary: Arrange for "plates" sections of documents -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(endplate.sty) = %{tl_version} -Provides: tex(plates.sty) = %{tl_version} - -%description plates -The plates package provides a simple facility for inserting -colour figures in a document when they should be gathered and -printed together as in a book's section of colour plates. The -package provides a plate environment that takes the place of -the figure environment for such colour images. - -date: 2007-01-08 00:37:16 +0100 - -%post plates -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plates -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plates -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plates-doc -Summary: Documentation for plates -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-plates-doc -BuildArch: noarch -AutoReqProv: No - -%description plates-doc -Documentation for plates - -%package plantslabels -Provides: tex-plantslabels = %{tl_version} -License: LPPL -Summary: Write labels for plants -Version: svn17831.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(labels.sty) -Requires: tex(graphicx.sty) -Provides: tex(plantslabels.sty) = %{tl_version} - -%description plantslabels -The package defines a command \plant, which has three mandatory -and seven optional argument. The package uses the labels - -date: 2010-04-14 18:13:33 +0200 - -%post plantslabels -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plantslabels -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plantslabels -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plantslabels-doc -Summary: Documentation for plantslabels -Version: svn17831.1.0 -Release: %{tl_noarch_release} -Provides: tex-plantslabels-doc -BuildArch: noarch -AutoReqProv: No - -%description plantslabels-doc -Documentation for plantslabels - -%package plweb -Provides: tex-plweb = %{tl_version} -License: Copyright only -Summary: Literate Programming for Prolog with LaTeX -Version: svn15878.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pcode.sty) = %{tl_version} -Provides: tex(pl.cfg) = %{tl_version} -Provides: tex(pl.sty) = %{tl_version} - -%description plweb -Instead of having to transform the common source into program -or documentation, the central idea was to develop a method to -have one common source which can be interpreted by a Prolog -system as well as by LaTeX, whether that Prolog system be C- -Prolog, Quintus-Prolog, or ECLiPSe. - -date: 2008-09-11 18:52:21 +0200 - -%post plweb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plweb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plweb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plweb-doc -Summary: Documentation for plweb -Version: svn15878.3.0 -Release: %{tl_noarch_release} -Provides: tex-plweb-doc -BuildArch: noarch -AutoReqProv: No - -%description plweb-doc -Documentation for plweb - -%package polyglot -Provides: tex-polyglot = %{tl_version} -License: LPPL -Summary: polyglot package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(polyglot.cfg) = %{tl_version} -Provides: tex(polyglot.def) = %{tl_version} -Provides: tex(polyglot.sty) = %{tl_version} - -%description polyglot -polyglot package - -%post polyglot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polyglot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polyglot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polyglot-doc -Summary: Documentation for polyglot -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-polyglot-doc -BuildArch: noarch -AutoReqProv: No - -%description polyglot-doc -Documentation for polyglot - -%package polynom -Provides: tex-polynom = %{tl_version} -License: LPPL -Summary: Macros for manipulating polynomials -Version: svn15878.0.17 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(polynom.sty) = %{tl_version} - -%description polynom -The polynom package implements macros for manipulating -polynomials, for example it can typeset long polynomial -divisions. The main test case and application is the polynomial -ring in one variable with rational coefficients. - -date: 2007-01-13 23:45:25 +0100 - -%post polynom -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polynom -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polynom -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polynom-doc -Summary: Documentation for polynom -Version: svn15878.0.17 -Release: %{tl_noarch_release} -Provides: tex-polynom-doc -BuildArch: noarch -AutoReqProv: No - -%description polynom-doc -Documentation for polynom - -%package polynomial -Provides: tex-polynomial = %{tl_version} -License: LPPL -Summary: Typeset (univariate) polynomials -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(polynomial.sty) = %{tl_version} - -%description polynomial -The package offers an easy way to write (univariate) -polynomials and rational functions. It defines two commands, -one for polynomials \polynomial{coeffs} and one for rational -functions \polynomialfrac{Numerator}{Denominator}. Both -commands take lists of coefficients as arguments, and offer -limited optional behaviour. - -date: 2008-08-23 00:06:02 +0200 - -%post polynomial -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polynomial -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polynomial -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polynomial-doc -Summary: Documentation for polynomial -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-polynomial-doc -BuildArch: noarch -AutoReqProv: No - -%description polynomial-doc -Documentation for polynomial - -%package polytable -Provides: tex-polytable = %{tl_version} -License: LPPL -Summary: Tabular-like environments with named columns -Version: svn20331.0.8.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lazylist.sty) -Requires: tex(array.sty) -Provides: tex(polytable.sty) = %{tl_version} - -%description polytable -This package implements a variant of tabular-like environments -where columns can be given a name and entries can flexibly be -placed between arbitrary columns. Complex alignment-based -layouts, for example for program code, are possible. - -date: 2010-11-05 12:43:21 +0100 - -%post polytable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polytable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polytable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polytable-doc -Summary: Documentation for polytable -Version: svn20331.0.8.2 -Release: %{tl_noarch_release} -Provides: tex-polytable-doc -BuildArch: noarch -AutoReqProv: No - -%description polytable-doc -Documentation for polytable - -%package postcards -Provides: tex-postcards = %{tl_version} -License: LPPL -Summary: Facilitates mass-mailing of postcards (junkmail) -Version: svn21641.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(envlab.sty) -Requires: tex(mailing.sty) -Provides: tex(postcards.cls) = %{tl_version} - -%description postcards -A modification of the standard LaTeX letter class which prints -multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard -size) via the envlab and mailing packages. An address database -is employed to address the front side of each postcard and a -message is printed on the back side of all. An illustrative -example is provided. - -date: 2009-01-23 15:11:09 +0100 - -%post postcards -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun postcards -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans postcards -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package postcards-doc -Summary: Documentation for postcards -Version: svn21641.0 -Release: %{tl_noarch_release} -Provides: tex-postcards-doc -BuildArch: noarch -AutoReqProv: No - -%description postcards-doc -Documentation for postcards - -%package poster-mac -Provides: tex-poster-mac = %{tl_version} -License: LPPL -Summary: Make posters and banners with TeX -Version: svn18305.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(poster.sty) = %{tl_version} -Provides: tex(poster.tex) = %{tl_version} - -%description poster-mac -The package offers macros for making posters and banners with -TeX. It is compatible with most TeX macro formats, including -Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a -poster as huge box, which is then distributed over as many -printer pages as necessary. The only special requirement is -that your printer not be bothered by text that lies off the -page. This is true of most printers, including laser printers -and PostScript printers. - -date: 2010-05-15 22:56:34 +0200 - -%post poster-mac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun poster-mac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans poster-mac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package poster-mac-doc -Summary: Documentation for poster-mac -Version: svn18305.1.1 -Release: %{tl_noarch_release} -Provides: tex-poster-mac-doc -BuildArch: noarch -AutoReqProv: No - -%description poster-mac-doc -Documentation for poster-mac - -%package ppr-prv -Provides: tex-ppr-prv = %{tl_version} -License: LPPL -Summary: Prosper preview -Version: svn15878.0.13c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(textcomp.sty) -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(float.sty) -Provides: tex(HAP-ppr-prv.def) = %{tl_version} -Provides: tex(ppr-prv.cls) = %{tl_version} - -%description ppr-prv -This class is used with LaTeX presentations using the prosper -class. ppr-prv stands for 'Prosper Preview'. The aim of this -class is to produce a printable version of the slides written -with Prosper, with two slides per page. - -date: 2007-01-13 23:45:25 +0100 - -%post ppr-prv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ppr-prv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ppr-prv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ppr-prv-doc -Summary: Documentation for ppr-prv -Version: svn15878.0.13c -Release: %{tl_noarch_release} -Provides: tex-ppr-prv-doc -BuildArch: noarch -AutoReqProv: No - -%description ppr-prv-doc -Documentation for ppr-prv - -%package preprint -Provides: tex-preprint = %{tl_version} -License: LPPL -Summary: A bundle of packages provided "as is" -Version: svn16085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(authblk.sty) = %{tl_version} -Provides: tex(balance.sty) = %{tl_version} -Provides: tex(figcaps.sty) = %{tl_version} -Provides: tex(fullpage.sty) = %{tl_version} -Provides: tex(sublabel.sty) = %{tl_version} - -%description preprint -The bundle comprises: - authblk, which permits footnote style -author/affiliation input in the \author command, - balance, to -balance the end of \twocolumn pages, - figcaps, to send figure -captions, etc., to end document, - fullpage, to set narrow page -margins and set a fixed page style, and - sublabel, which -permits counters to be subnumbered. - -date: 2007-01-06 21:10:04 +0100 - -%post preprint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun preprint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans preprint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package preprint-doc -Summary: Documentation for preprint -Version: svn16085.0 -Release: %{tl_noarch_release} -Provides: tex-preprint-doc -BuildArch: noarch -AutoReqProv: No - -%description preprint-doc -Documentation for preprint - -%package prettyref -Provides: tex-prettyref = %{tl_version} -License: Public Domain -Summary: Make label references "self-identify" -Version: svn15878.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(prettyref.sty) = %{tl_version} - -%description prettyref -Prettyref provides a command \newrefformat, which specifies the -way in which a reference is typeset, according to a label -"identification". The identification is set in the \label -command, by using prefixed label names; so instead of -\label{mysection}, one uses \label{sec:mysection}, and -prettyref interprets the "sec:" part. The package is compatible -with hyperref and with other packages. - -date: 2008-11-06 09:26:54 +0100 - -%post prettyref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun prettyref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans prettyref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package prettyref-doc -Summary: Documentation for prettyref -Version: svn15878.3.0 -Release: %{tl_noarch_release} -Provides: tex-prettyref-doc -BuildArch: noarch -AutoReqProv: No - -%description prettyref-doc -Documentation for prettyref - -%package printlen -Provides: tex-printlen = %{tl_version} -License: LPPL -Summary: Print lengths using specified units -Version: svn19847.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(printlen.sty) = %{tl_version} - -%description printlen -\printlength{length} prints the value of a LaTeX length in the -units specified by \uselengthunit{unit} ('unit' may be any TeX -length unit except for scaled point, viz., any of: pt, pc, in, -mm, cm, bp, dd or cc). When the unit is pt, the printed length -value will include any stretch or shrink; otherwise these are -not printed. The 'unit' argument may also be PT, in which case -length values will be printed in point units but without any -stretch or shrink values. - -date: 2010-09-22 14:58:28 +0200 - -%post printlen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun printlen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans printlen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package printlen-doc -Summary: Documentation for printlen -Version: svn19847.1.1a -Release: %{tl_noarch_release} -Provides: tex-printlen-doc -BuildArch: noarch -AutoReqProv: No - -%description printlen-doc -Documentation for printlen - -%package probsoln -Provides: tex-probsoln = %{tl_version} -License: LPPL -Summary: Generate problem sheets and their solution sheets -Version: svn29371.3.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Provides: tex(probsoln.sty) = %{tl_version} - -%description probsoln -The package is designed for lecturers who have to generate new -problem sheets for their students on a regular basis (e.g. -yearly) by randomly selecting a specified number of problems -defined in another file. The package allows you easily to -generate a new problem sheet that is different from the -previous year, thus alleviating the temptation of students to -seek out the previous year's students and checking out their -answers. The solutions to the problems can be defined along -with the problem, making it easy to generate the solution sheet -from the same source code; problems may be reused within a -document, so that solutions may appear in a different section -of the same document as the problems they cover. - -date: 2012-11-17 10:29:25 +0100 - -%post probsoln -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun probsoln -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans probsoln -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package probsoln-doc -Summary: Documentation for probsoln -Version: svn29371.3.02 -Release: %{tl_noarch_release} -Provides: tex-probsoln-doc -BuildArch: noarch -AutoReqProv: No - -%description probsoln-doc -Documentation for probsoln - -%package program -Provides: tex-program = %{tl_version} -License: GPLv3+ -Summary: Typesetting programs and algorithms -Version: svn20022.3.3.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(program.sty) = %{tl_version} - -%description program -The main offering is a program environment; a programbox -environment is available for fragments that must not break with -the pages. - -date: 2010-10-07 12:36:42 +0200 - -%post program -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun program -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans program -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package program-doc -Summary: Documentation for program -Version: svn20022.3.3.12 -Release: %{tl_noarch_release} -Provides: tex-program-doc -BuildArch: noarch -AutoReqProv: No - -%description program-doc -Documentation for program - -%package progress -Provides: tex-progress = %{tl_version} -License: LPPL -Summary: Creates an overview of a document's state -Version: svn19519.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(progress.sty) = %{tl_version} - -%description progress -Progress is a package which. when compiling TeX and LaTeX -documents, generates a HTML file showing an overview of a -document's state (of how finished it is). The report is sent to -file \ProgressReportName, which is by default the \jobname with -the date appended (but is user-modifiable). - -date: 2007-01-06 21:10:04 +0100 - -%post progress -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun progress -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans progress -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package progress-doc -Summary: Documentation for progress -Version: svn19519.1.10 -Release: %{tl_noarch_release} -Provides: tex-progress-doc -BuildArch: noarch -AutoReqProv: No - -%description progress-doc -Documentation for progress - -%package progressbar -Provides: tex-progressbar = %{tl_version} -License: LPPL -Summary: Visualize shares of total amounts in the form of a (progress-)bar -Version: svn28753.v1.0b_3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Requires: tex(kvsetkeys.sty) -Provides: tex(progressbar.sty) = %{tl_version} - -%description progressbar -This package allows you to easily visualize shares of total -amounts in the form of a bar. So basically you can convert any -number between 0 and 1 to a progressbar using the command -\progressbar{<number>}. Also a lot of customizations are -possible, allowing you to create an unique progressbar on your -own. The package uses TikZ to produce its graphics. - -date: 2013-01-06 18:12:17 +0100 - -%post progressbar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun progressbar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans progressbar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package progressbar-doc -Summary: Documentation for progressbar -Version: svn28753.v1.0b_3 -Release: %{tl_noarch_release} -Provides: tex-progressbar-doc -BuildArch: noarch -AutoReqProv: No - -%description progressbar-doc -Documentation for progressbar - -%package properties -Provides: tex-properties = %{tl_version} -License: LPPL -Summary: Load properties from a file -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(datatool.sty) -Provides: tex(properties.sty) = %{tl_version} - -%description properties -The package loads properties (key, value) from a properties -file, e.g. \jobname.properties. - -date: 2009-11-10 09:17:41 +0100 - -%post properties -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun properties -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans properties -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package properties-doc -Summary: Documentation for properties -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-properties-doc -BuildArch: noarch -AutoReqProv: No - -%description properties-doc -Documentation for properties - -%package prosper -Provides: tex-prosper = %{tl_version} -License: LPPL 1.2 -Summary: LaTeX class for high quality slides -Version: svn15878.1.0h -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(pst-grad.sty) -Requires: tex(semhelv.sty) -Requires: tex(times.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpazo.sty) -Requires: tex(pst-slpe.sty) -Requires: tex(multido.sty) -Requires: tex(ifthen.sty) -Requires: tex(fp.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(PPRalcatel.sty) = %{tl_version} -Provides: tex(PPRalienglow.sty) = %{tl_version} -Provides: tex(PPRautumn.sty) = %{tl_version} -Provides: tex(PPRazure.sty) = %{tl_version} -Provides: tex(PPRblends.sty) = %{tl_version} -Provides: tex(PPRcapsules.sty) = %{tl_version} -Provides: tex(PPRcontemporain.sty) = %{tl_version} -Provides: tex(PPRcorners.sty) = %{tl_version} -Provides: tex(PPRdarkblue.sty) = %{tl_version} -Provides: tex(PPRdefault.sty) = %{tl_version} -Provides: tex(PPRframes.sty) = %{tl_version} -Provides: tex(PPRfyma.sty) = %{tl_version} -Provides: tex(PPRgyom.sty) = %{tl_version} -Provides: tex(PPRlignesbleues.sty) = %{tl_version} -Provides: tex(PPRmancini.sty) = %{tl_version} -Provides: tex(PPRnuancegris.sty) = %{tl_version} -Provides: tex(PPRprettybox.sty) = %{tl_version} -Provides: tex(PPRrico.sty) = %{tl_version} -Provides: tex(PPRserpaggi.sty) = %{tl_version} -Provides: tex(PPRthomasd.sty) = %{tl_version} -Provides: tex(PPRtroispoints.sty) = %{tl_version} -Provides: tex(PPRwhitecross.sty) = %{tl_version} -Provides: tex(PPRwinter.sty) = %{tl_version} -Provides: tex(PPRwj.sty) = %{tl_version} -Provides: tex(prosper.cls) = %{tl_version} -Provides: tetex-prosper = %{tl_version} -Obsoletes: tetex-prosper < %{tl_version} - -%description prosper -Prosper is a LaTeX class for writing transparencies. It is -written as an extension of the seminar class by Timothy Van -Zandt. Prosper offers a friendly environment for creating -slides for both presentations with an overhead projector and a -video projector. Slides prepared for a presentation with a -computer and a video projector may integrate animation effects, -incremental display, and so on. Various visual styles are -supported (including some that mimic PowerPoint) and others are -being contributed. - -date: 2010-05-17 14:53:01 +0200 - -%post prosper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun prosper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans prosper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package prosper-doc -Summary: Documentation for prosper -Version: svn15878.1.0h -Release: %{tl_noarch_release} -Provides: tex-prosper-doc -BuildArch: noarch -AutoReqProv: No - -%description prosper-doc -Documentation for prosper - -%package protex -Provides: tex-protex = %{tl_version} -License: LPPL -Summary: Literate programming package -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(AlProTex.sty) = %{tl_version} -Provides: tex(ProTex.sty) = %{tl_version} - -%description protex -ProTeX is a simple but powerful literate programming tool, -which is designed to generate useful hypertext output (either -PDF, or HTML using TeX4ht). - -date: 2008-09-16 21:39:08 +0200 - -%post protex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun protex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans protex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package protex-doc -Summary: Documentation for protex -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-protex-doc -BuildArch: noarch -AutoReqProv: No - -%description protex-doc -Documentation for protex - -%package protocol -Provides: tex-protocol = %{tl_version} -License: LPPL 1.3 -Summary: A class for minutes of meetings -Version: svn25562.1.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(protocol.cls) = %{tl_version} - -%description protocol -The present version of the class supports German meeting -minutes including vote results and action items. The author has -ambitions to internationalise the code, and would welcome -support in the work. - -date: 2012-03-03 18:35:38 +0100 - -%post protocol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun protocol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans protocol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package protocol-doc -Summary: Documentation for protocol -Version: svn25562.1.13 -Release: %{tl_noarch_release} -Provides: tex-protocol-doc -BuildArch: noarch -AutoReqProv: No - -%description protocol-doc -Documentation for protocol - -%package psfragx -Provides: tex-psfragx = %{tl_version} -License: LPPL -Summary: A psfrag eXtension -Version: svn26243.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(psfrag.sty) -Requires: tex(overpic.sty) -Provides: tex(psfragx.cfg) = %{tl_version} -Provides: tex(psfragx.sty) = %{tl_version} - -%description psfragx -PSfragX offers a mechanism to embed \psfrag commands, as -provided by the psfrag package, into the EPS file itself. Each -time a graphic is included, the EPS file is scanned. If some -tagged lines are found, they are used to define the psfrag -replacements that should be performed automatically. In -addition, a similar mechanism holds for overpic objects. These -are picture objects superimposed on the included graphic. A -similar mechanism is implemented in psfrag itself (but -deprecated in the documentation), but psfragx offers much more -flexibility. For example, if babel is used, it is possible to -define different replacements corresponding to different -languages. The replacements to take into account will be -selected on the basis of the current language of the document. -A Matlab script (LaPrint) is provided, to export an EPS file -with psfragx annotations ready embedded. - -date: 2012-05-07 20:30:54 +0200 - -%post psfragx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psfragx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psfragx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psfragx-doc -Summary: Documentation for psfragx -Version: svn26243.1.1 -Release: %{tl_noarch_release} -Provides: tex-psfragx-doc -BuildArch: noarch -AutoReqProv: No - -%description psfragx-doc -Documentation for psfragx - -%package pst-pdf -Provides: tex-pst-pdf = %{tl_version} -License: LPPL -Summary: Make PDF versions of graphics by processing between runs -Version: svn29349.1.1v -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(pstricks.sty) -Requires: tex(environ.sty) -Provides: tex(pst-pdf.sty) = %{tl_version} - -%description pst-pdf -The package pst-pdf simplifies the use of graphics from -PSTricks and other PostScript code in PDF documents. As in -building a bibliography with BibTEX, additional external -programmes are invoked. In this case they are used to create a -PDF file (\PDFcontainer) that will contain all the graphics -material. In the final document these contents will be inserted -instead of the original PostScript code. The package works with -pstricks and requires a recent version of the preview package. - -date: 2012-06-18 13:20:48 +0200 - -%post pst-pdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-pdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-pdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-pdf-doc -Summary: Documentation for pst-pdf -Version: svn29349.1.1v -Release: %{tl_noarch_release} -Provides: tex-pst-pdf-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-pdf-doc -Documentation for pst-pdf - -%package pstool -Provides: tex-pstool = %{tl_version} -License: LPPL -Summary: Support for psfrag within pdfLaTeX -Version: svn29343.1.5a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catchfile.sty) -Requires: tex(color.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifplatform.sty) -Requires: tex(filemod.sty) -Requires: tex(graphicx.sty) -Requires: tex(psfrag.sty) -Requires: tex(suffix.sty) -Requires: tex(trimspaces.sty) -Requires: tex(xkeyval.sty) -Requires: tex(expl3.sty) -Provides: tex(pstool.sty) = %{tl_version} - -%description pstool -The package works in the same sort of way as pst-pdf, but it -also processes the PostScript graphics with psfrag to add -labels within the graphic, before conversion. Thus the bundle -replaces two steps of an ordinary workflow. (Naturally, the -package requires that \write 18 is enabled.) Pstool ensures -that each version of each graphic is compiled once only (the -graphic is (re-)compiled only if it has changed since the -previous compilation of the document). This drastically speeds -up the running of the package in the typical case (though the -first run of any document is inevitably just as slow as with -any similar package). - -date: 2013-03-11 10:36:18 +0100 - -%post pstool -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pstool -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pstool -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pstool-doc -Summary: Documentation for pstool -Version: svn29343.1.5a -Release: %{tl_noarch_release} -Provides: tex-pstool-doc -BuildArch: noarch -AutoReqProv: No - -%description pstool-doc -Documentation for pstool - -%package pxgreeks -Provides: tex-pxgreeks = %{tl_version} -License: LPPL 1.3 -Summary: Shape selection for PX fonts Greek letters -Version: svn21838.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pxfonts.sty) -Provides: tex(pxgreeks.sty) = %{tl_version} - -%description pxgreeks -The package allows LaTeX users who use the PX fonts to select -the shapes (italic or upright) for the Greek lowercase and -uppercase letters. Once the shapes for lowercase and uppercase -have been selected via a package option, the \other prefix -(e.g., \otheralpha) allows using the alternate glyph (as in the -fourier package). The pxgreeks package does not constrain the -text font that may be used in the document. - -date: 2011-03-18 12:27:11 +0100 - -%post pxgreeks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pxgreeks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pxgreeks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pxgreeks-doc -Summary: Documentation for pxgreeks -Version: svn21838.1.0 -Release: %{tl_noarch_release} -Provides: tex-pxgreeks-doc -BuildArch: noarch -AutoReqProv: No - -%description pxgreeks-doc -Documentation for pxgreeks - -%package python -Provides: tex-python = %{tl_version} -License: GPL+ -Summary: Embed Python code in LaTeX -Version: svn27064.0.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(python.sty) = %{tl_version} - -%description python -The package enables you to embed Python code in LaTeX, and -insert the script's output in the document. - -date: 2012-07-03 11:28:15 +0200 - -%post python -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun python -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans python -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package python-doc -Summary: Documentation for python -Version: svn27064.0.21 -Release: %{tl_noarch_release} -Provides: tex-python-doc -BuildArch: noarch -AutoReqProv: No - -%description python-doc -Documentation for python - -%package qcm -Provides: tex-qcm = %{tl_version} -License: LPPL -Summary: A LaTeX2e class for making multiple choice questionnaires -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(verbatim.sty) -Requires: tex(tabularx.sty) -Provides: tex(qcm.cls) = %{tl_version} -Provides: tex(qcm.sty) = %{tl_version} - -%description qcm -QCM is a package for making multiple choices questionnaires -under LaTeX2e ("QCM" is the French acronym for this style of -test). A special environment allows you to define questions and -possible answers. You can specify which answers are correct and -which are not. QCM not only formats the questions for you, but -also generates a 'form' (a grid that your students will have to -fill in), and a 'mask' (the same grid, only with correct -answers properly checked in). You can then print the mask on a -slide and correct the questionnaires more easily by -superimposing the mask on top of students' forms. QCM can also -typeset exam corrections automatically, and comes with support -for AUC-TeX. - -date: 2009-03-26 15:47:40 +0100 - -%post qcm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qcm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qcm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qcm-doc -Summary: Documentation for qcm -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-qcm-doc -BuildArch: noarch -AutoReqProv: No - -%description qcm-doc -Documentation for qcm - -%package quoting -Provides: tex-quoting = %{tl_version} -License: LPPL 1.3 -Summary: Consolidated environment for displayed text -Version: svn25474.v0.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Provides: tex(quoting.sty) = %{tl_version} - -%description quoting -As an alternative to the LaTeX standard environments quotation -and quote, the package provides a consolidated environment for -displayed text. First-line indentation may be activated by -adding a blank line before the quoting environment. A key-value -interface (using kvoptions) allows the user to configure font -properties and spacing and to control orphans within and after -the environment. - -date: 2012-02-22 10:43:42 +0100 - -%post quoting -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun quoting -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans quoting -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package quoting-doc -Summary: Documentation for quoting -Version: svn25474.v0.1b -Release: %{tl_noarch_release} -Provides: tex-quoting-doc -BuildArch: noarch -AutoReqProv: No - -%description quoting-doc -Documentation for quoting - -%package qstest -Provides: tex-qstest = %{tl_version} -License: LPPL -Summary: Bundle for unit tests and pattern matching -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(makematch.sty) = %{tl_version} -Provides: tex(qstest.sty) = %{tl_version} - -%description qstest -This is the public release of the qstest bundle (written for -DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle -contains the packages 'makematch' for matching patterns to -targets (with a generalization in the form of pattern lists and -keyword lists), and 'qstest' for performing unit tests, -allowing the user to run a number of logged tests ensuring the -consistency of values, properties and call sequences during -execution of test code. Both packages make extensive use of in -their package documentation, providing illustrated examples -that are automatically verified to work as expected. Check the -README file for details. - -date: 2008-08-24 10:50:19 +0200 - -%post qstest -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qstest -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qstest -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qstest-doc -Summary: Documentation for qstest -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-qstest-doc -BuildArch: noarch -AutoReqProv: No - -%description qstest-doc -Documentation for qstest - -%package qsymbols -Provides: tex-qsymbols = %{tl_version} -License: GPL+ -Summary: Maths symbol abbreviations -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(stmaryrd.sty) -Requires: tex(xy.sty) -Provides: tex(qsymbols.sty) = %{tl_version} - -%description qsymbols -Provides macros for defining systematic mnemonic abbreviations, -starting with ` for math symbols and \" for arrows, using -standard symbols as well as those from the amsfonts bundle and -the stmaryrd package. - -date: 2009-06-25 00:34:53 +0200 - -%post qsymbols -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun qsymbols -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans qsymbols -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package qsymbols-doc -Summary: Documentation for qsymbols -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-qsymbols-doc -BuildArch: noarch -AutoReqProv: No - -%description qsymbols-doc -Documentation for qsymbols - -%package quotchap -Provides: tex-quotchap = %{tl_version} -License: GPL+ -Summary: Decorative chapter headings -Version: svn28046.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(quotchap.sty) = %{tl_version} - -%description quotchap -A package for creating decorative chapter headings with -quotations. Uses graphical and coloured output and by default -needs the "Adobe standard font set" (as supported by psnfss). - -date: 2012-10-20 22:28:24 +0200 - -%post quotchap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun quotchap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans quotchap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package quotchap-doc -Summary: Documentation for quotchap -Version: svn28046.1.1 -Release: %{tl_noarch_release} -Provides: tex-quotchap-doc -BuildArch: noarch -AutoReqProv: No - -%description quotchap-doc -Documentation for quotchap - -%package quotmark -Provides: tex-quotmark = %{tl_version} -License: LPPL -Summary: Consistent quote marks -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(quotmark-UKenglish.def) = %{tl_version} -Provides: tex(quotmark-USenglish.def) = %{tl_version} -Provides: tex(quotmark-afrikaans.def) = %{tl_version} -Provides: tex(quotmark-brazil.def) = %{tl_version} -Provides: tex(quotmark-bulgarian.def) = %{tl_version} -Provides: tex(quotmark-catalan.def) = %{tl_version} -Provides: tex(quotmark-croatian.def) = %{tl_version} -Provides: tex(quotmark-czech.def) = %{tl_version} -Provides: tex(quotmark-danish.def) = %{tl_version} -Provides: tex(quotmark-dutch.def) = %{tl_version} -Provides: tex(quotmark-estonian.def) = %{tl_version} -Provides: tex(quotmark-finnish.def) = %{tl_version} -Provides: tex(quotmark-frenchb.def) = %{tl_version} -Provides: tex(quotmark-germanb.def) = %{tl_version} -Provides: tex(quotmark-greek.def) = %{tl_version} -Provides: tex(quotmark-hebrew.def) = %{tl_version} -Provides: tex(quotmark-icelandic.def) = %{tl_version} -Provides: tex(quotmark-irish.def) = %{tl_version} -Provides: tex(quotmark-italian.def) = %{tl_version} -Provides: tex(quotmark-magyar.def) = %{tl_version} -Provides: tex(quotmark-ngermanb.def) = %{tl_version} -Provides: tex(quotmark-norsk.def) = %{tl_version} -Provides: tex(quotmark-polish.def) = %{tl_version} -Provides: tex(quotmark-portuges.def) = %{tl_version} -Provides: tex(quotmark-romanian.def) = %{tl_version} -Provides: tex(quotmark-russianb.def) = %{tl_version} -Provides: tex(quotmark-serbian.def) = %{tl_version} -Provides: tex(quotmark-slovak.def) = %{tl_version} -Provides: tex(quotmark-slovene.def) = %{tl_version} -Provides: tex(quotmark-sorbian.def) = %{tl_version} -Provides: tex(quotmark-spanish.def) = %{tl_version} -Provides: tex(quotmark-swedish.def) = %{tl_version} -Provides: tex(quotmark-swiss.def) = %{tl_version} -Provides: tex(quotmark-turkish.def) = %{tl_version} -Provides: tex(quotmark-ukraineb.def) = %{tl_version} -Provides: tex(quotmark-welsh.def) = %{tl_version} -Provides: tex(quotmark.sty) = %{tl_version} - -%description quotmark -The package provides a means of ensuring consistent quote marks -throughout your document. The style can be changed either via -package option or command. The package detects if babel or -ngerman have been loaded, and will use the punctuation marks -appropriate for the current language. - -date: 2008-08-24 10:50:19 +0200 - -%post quotmark -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun quotmark -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans quotmark -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package quotmark-doc -Summary: Documentation for quotmark -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-quotmark-doc -BuildArch: noarch -AutoReqProv: No - -%description quotmark-doc -Documentation for quotmark - -%package ran_toks -Provides: tex-ran_toks = %{tl_version} -License: LPPL -Summary: ran_toks package -Version: svn28361.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(random.tex) -Provides: tex(ran_toks.sty) = %{tl_version} - -%description ran_toks -ran_toks package - -%post ran_toks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ran_toks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ran_toks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ran_toks-doc -Summary: Documentation for ran_toks -Version: svn28361.0 -Release: %{tl_noarch_release} -Provides: tex-ran_toks-doc -BuildArch: noarch -AutoReqProv: No - -%description ran_toks-doc -Documentation for ran_toks - -%package randtext -Provides: tex-randtext = %{tl_version} -License: LPPL -Summary: Randomise the order of characters in strings -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(random.tex) -Provides: tex(randtext.sty) = %{tl_version} - -%description randtext -The package provides a single macro \randomize{TEXT} that -typesets the characters of TEXT in random order, such that the -resulting output appears correct, but most automated attempts -to read the file will misunderstand it. This function allows -one to include an email address in a TeX document and publish -it online without fear of email address harvesters or spammers -easily picking up the address. - -date: 2007-02-26 00:17:56 +0100 - -%post randtext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun randtext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans randtext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package randtext-doc -Summary: Documentation for randtext -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-randtext-doc -BuildArch: noarch -AutoReqProv: No - -%description randtext-doc -Documentation for randtext - -%package rccol -Provides: tex-rccol = %{tl_version} -License: LPPL -Summary: Decimal-centered optionally rounded numbers in tabular -Version: svn15878.1.2c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(fltpoint.sty) -Provides: tex(rccol.sty) = %{tl_version} - -%description rccol -The rccol package provides decimal-centered numbers: -corresponding digits and decimal separators aligned. -Furthermore, rounding to the desired precision is possible. The -package makes use of the fltpoint package (as well as the LaTeX -required array package). - -date: 2008-04-20 19:53:04 +0200 - -%post rccol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rccol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rccol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rccol-doc -Summary: Documentation for rccol -Version: svn15878.1.2c -Release: %{tl_noarch_release} -Provides: tex-rccol-doc -BuildArch: noarch -AutoReqProv: No - -%description rccol-doc -Documentation for rccol - -%package rcs-multi -Provides: tex-rcs-multi = %{tl_version} -License: LPPL -Summary: Typeset RCS version control in multiple-file documents -Version: svn21939.0.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rcs-multi.sty) = %{tl_version} - -%description rcs-multi -The package enables the user to typeset version control -information provided by RCS keywords (e.g., $ID: ... $) in -LaTeX documents that contain multiple TeX files. The package is -based on the author's svn-multi package. - -date: 2011-04-03 16:27:03 +0200 - -%post rcs-multi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rcs-multi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rcs-multi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rcs-multi-doc -Summary: Documentation for rcs-multi -Version: svn21939.0.1a -Release: %{tl_noarch_release} -Provides: tex-rcs-multi-doc -BuildArch: noarch -AutoReqProv: No - -%description rcs-multi-doc -Documentation for rcs-multi - -%package rcsinfo -Provides: tex-rcsinfo = %{tl_version} -License: LPPL -Summary: Support for the revision control system -Version: svn15878.1.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyheadings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(scrpage2.sty) -Provides: tex(rcsinfo.cfg) = %{tl_version} -Provides: tex(rcsinfo.sty) = %{tl_version} - -%description rcsinfo -A package to extract RCS (Revision Control System) information -and use it in a LaTeX document. For users of LaTeX2HTML -rcsinfo.perl is included. - -date: 2007-01-06 10:07:33 +0100 - -%post rcsinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rcsinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rcsinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rcsinfo-doc -Summary: Documentation for rcsinfo -Version: svn15878.1.11 -Release: %{tl_noarch_release} -Provides: tex-rcsinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description rcsinfo-doc -Documentation for rcsinfo - -%package readarray -Provides: tex-readarray = %{tl_version} -License: LPPL 1.3 -Summary: Read, store and recall array-formatted data -Version: svn29614.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(readarray.sty) = %{tl_version} - -%description readarray -The package allows the user to input formatted data into -elements of a 2-D or 3-D array and to recall that data at will -by individual cell number. The data can be but need not be -numerical in nature. It can be, for example, formatted text. -While the package can be used for any application where indexed -data is called for, the package proves particularly useful when -elements of multiple arrays must be recallable and dynamically -combined at time of compilation, rather than in advance. - -date: 2013-04-02 15:38:50 +0200 - -%post readarray -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun readarray -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans readarray -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package readarray-doc -Summary: Documentation for readarray -Version: svn29614.1.01 -Release: %{tl_noarch_release} -Provides: tex-readarray-doc -BuildArch: noarch -AutoReqProv: No - -%description readarray-doc -Documentation for readarray - -%package realboxes -Provides: tex-realboxes = %{tl_version} -License: LPPL 1.3 -Summary: Variants of common box-commands that read their content as real box and not as macro argument -Version: svn23581.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(collectbox.sty) -Requires: tex(adjcalc.sty) -Requires: tex(calc.sty) -Requires: tex(fancybox.sty) -Requires: tex(xcolor.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(graphics.sty) -Requires: tex(dashbox.sty) -Provides: tex(realboxes.sty) = %{tl_version} - -%description realboxes -The package uses the author's package collectbox to define -variants of common box related macros which read the content as -real box and not as macro argument. This enables the use of -verbatim or other special material as part of this content. The -provided macros have the same names as the original versions -but start with an upper-case letter instead. The "long-form" -macros, like \Makebox, can also be used as environments, but -not the "short-form" macros, like \Mbox. However, normally the -long form uses the short form anyway when no optional arguments -are used. - -date: 2011-08-16 10:35:18 +0200 - -%post realboxes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun realboxes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans realboxes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package realboxes-doc -Summary: Documentation for realboxes -Version: svn23581.0.2 -Release: %{tl_noarch_release} -Provides: tex-realboxes-doc -BuildArch: noarch -AutoReqProv: No - -%description realboxes-doc -Documentation for realboxes - -%package recipe -Provides: tex-recipe = %{tl_version} -License: Public Domain -Summary: A LaTeX class to typeset recipes -Version: svn15878.0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(recipe.cls) = %{tl_version} - -%description recipe -The layout design is relative straightforward (and traditional: -see 'sample output' under 'documentation'); the class needs -access to Bookman, and to BrushScript-Italic fonts. - -date: 2008-09-11 15:08:12 +0200 - -%post recipe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun recipe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans recipe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package recipe-doc -Summary: Documentation for recipe -Version: svn15878.0.9 -Release: %{tl_noarch_release} -Provides: tex-recipe-doc -BuildArch: noarch -AutoReqProv: No - -%description recipe-doc -Documentation for recipe - -%package recipecard -Provides: tex-recipecard = %{tl_version} -License: LPPL -Summary: Typeset recipes in note-card-sized boxes -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(boxedminipage.sty) -Requires: tex(geometry.sty) -Provides: tex(recipecard.cls) = %{tl_version} - -%description recipecard -The recipecard class typesets recipes into note card sized -boxes that can then be cut out and pasted on to note cards. The -recipe then looks elegant and fits in the box of recipes. - -date: 2008-08-24 10:50:19 +0200 - -%post recipecard -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun recipecard -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans recipecard -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package recipecard-doc -Summary: Documentation for recipecard -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-recipecard-doc -BuildArch: noarch -AutoReqProv: No - -%description recipecard-doc -Documentation for recipecard - -%package rectopma -Provides: tex-rectopma = %{tl_version} -License: LPPL -Summary: Recycle top matter -Version: svn19980.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rectopma.sty) = %{tl_version} - -%description rectopma -Saves the arguments of \author and \title for reference (after -\maketitle) in a document. (\maketitle simply disposes of the -information, in the standard classes and some others.) - -date: 2010-10-02 17:24:09 +0200 - -%post rectopma -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rectopma -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rectopma -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rectopma-doc -Summary: Documentation for rectopma -Version: svn19980.0 -Release: %{tl_noarch_release} -Provides: tex-rectopma-doc -BuildArch: noarch -AutoReqProv: No - -%description rectopma-doc -Documentation for rectopma - -%package refcheck -Provides: tex-refcheck = %{tl_version} -License: GPL+ -Summary: Check references (in figures, table, equations, etc) -Version: svn29128.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(refcheck.sty) = %{tl_version} - -%description refcheck -The package checks references in a document, looking for -numbered but unlabelled equations, for labels which are not -used in the text, for unused bibliography references. It can -also display label names in text near corresponding numbers of -equations and/or bibliography references. - -date: 2012-06-26 13:14:08 +0200 - -%post refcheck -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun refcheck -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans refcheck -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package refcheck-doc -Summary: Documentation for refcheck -Version: svn29128.1.7 -Release: %{tl_noarch_release} -Provides: tex-refcheck-doc -BuildArch: noarch -AutoReqProv: No - -%description refcheck-doc -Documentation for refcheck - -%package refman -Provides: tex-refman = %{tl_version} -License: LPPL -Summary: Format technical reference manuals -Version: svn15878.2.0e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pagepc.sty) = %{tl_version} -Provides: tex(refart.cls) = %{tl_version} -Provides: tex(refrep.cls) = %{tl_version} - -%description refman -Document classes (report- and article-style) for writing -technical reference manuals. It offers a wide left margin for -notes to the reader, like some of the manuals distributed by -Adobe. - -date: 2006-11-19 21:19:11 +0100 - -%post refman -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun refman -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans refman -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package refman-doc -Summary: Documentation for refman -Version: svn15878.2.0e -Release: %{tl_noarch_release} -Provides: tex-refman-doc -BuildArch: noarch -AutoReqProv: No - -%description refman-doc -Documentation for refman - -%package refstyle -Provides: tex-refstyle = %{tl_version} -License: LPPL -Summary: Advanced formatting of cross references -Version: svn20318.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(refstyle.cfg) = %{tl_version} -Provides: tex(refstyle.sty) = %{tl_version} - -%description refstyle -The refstyle provides a consistent way of producing references -throughout a project. Enough flexibility is provided to make -local changes to a single reference. The user can configure -their own setup. refstyle has a direct interface to varioref, -and namerefs from the nameref package can easily be -incorporated (if needed). For large projects such as a series -of books or a multi volume thesis, written as freestanding -documents, a facility is provided to interface to the xr -package for external document references. - -date: 2010-11-03 15:55:25 +0100 - -%post refstyle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun refstyle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans refstyle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package refstyle-doc -Summary: Documentation for refstyle -Version: svn20318.0.5 -Release: %{tl_noarch_release} -Provides: tex-refstyle-doc -BuildArch: noarch -AutoReqProv: No - -%description refstyle-doc -Documentation for refstyle - -%package regcount -Provides: tex-regcount = %{tl_version} -License: LPPL -Summary: Display the allocation status of the TeX registers -Version: svn19979.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(regcount.sty) = %{tl_version} - -%description regcount -Adds a macro \rgcount which displays the allocation status of -the TeX registers. The display is written into the .log file as -it is a bit verbose. An automatic call to \rgcount is done at -\begin{document} and \end{document}. - -date: 2010-10-02 17:24:09 +0200 - -%post regcount -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun regcount -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans regcount -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package regcount-doc -Summary: Documentation for regcount -Version: svn19979.1.0 -Release: %{tl_noarch_release} -Provides: tex-regcount-doc -BuildArch: noarch -AutoReqProv: No - -%description regcount-doc -Documentation for regcount - -%package regexpatch -Provides: tex-regexpatch = %{tl_version} -License: LPPL 1.3 -Summary: High level patching of commands -Version: svn29543.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3regex.sty) -Provides: tex(regexpatch.sty) = %{tl_version} - -%description regexpatch -The package generalises the macro patching commands provided by -P. Lehmann's etoolbox. The difference between this package and -its sibling xpatch is that this package sports a very powerful -\regexpatchcmd based on the l3regex module of the LaTeX3 -experimental packages. - -date: 2013-03-28 17:44:41 +0100 - -%post regexpatch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun regexpatch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans regexpatch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package regexpatch-doc -Summary: Documentation for regexpatch -Version: svn29543.0.2 -Release: %{tl_noarch_release} -Provides: tex-regexpatch-doc -BuildArch: noarch -AutoReqProv: No - -%description regexpatch-doc -Documentation for regexpatch - -%package register -Provides: tex-register = %{tl_version} -License: LPPL -Summary: Typeset programmable elements in digital hardware (registers) -Version: svn21127.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(float.sty) -Requires: tex(calc.sty) -Provides: tex(register.sty) = %{tl_version} - -%description register -This package is designed for typesetting the programmable -elements in digital hardware, i.e., registers. Such registers -typically have many fields and can be quite wide; they are thus -a challenge to typeset in a consistent manner. Register is -similar in some aspects to the bytefield package. Anyone doing -hardware documentation using LaTeX should examine both -packages. Register requires a fairly recent version of the -float package. A Perl module and a Perl script are provided, to -translate the register specifications into programmable data -structures. - -date: 2011-01-19 22:37:08 +0100 - -%post register -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun register -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans register -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package register-doc -Summary: Documentation for register -Version: svn21127.1.6 -Release: %{tl_noarch_release} -Provides: tex-register-doc -BuildArch: noarch -AutoReqProv: No - -%description register-doc -Documentation for register - -%package regstats -Provides: tex-regstats = %{tl_version} -License: LPPL 1.3 -Summary: Information about register use -Version: svn25050.1.0g -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(atveryend.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(intcalc.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifpdf.sty) -Provides: tex(regstats.sty) = %{tl_version} - -%description regstats -The package will report number of used registers (counter, -dimen, skip, muskip, box, token, input, output, math families, -languages, insertions), and will compare the number to the -maximum available number of such registers. - -date: 2012-01-02 14:24:13 +0100 - -%post regstats -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun regstats -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans regstats -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package regstats-doc -Summary: Documentation for regstats -Version: svn25050.1.0g -Release: %{tl_noarch_release} -Provides: tex-regstats-doc -BuildArch: noarch -AutoReqProv: No - -%description regstats-doc -Documentation for regstats - -%package relenc -Provides: tex-relenc = %{tl_version} -License: LPPL -Summary: A "relaxed" font encoding -Version: svn22050.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(zcmr8d.tfm) = %{tl_version} -Provides: tex(zcmra.tfm) = %{tl_version} -Provides: tex(zcmr8d.vf) = %{tl_version} -Provides: tex(zcmra.vf) = %{tl_version} -Provides: tex(2sidedoc.sty) = %{tl_version} -Provides: tex(ecsubzcm.sty) = %{tl_version} -Provides: tex(relenc.sty) = %{tl_version} -Provides: tex(t1renc.def) = %{tl_version} -Provides: tex(t1rzcm.fd) = %{tl_version} - -%description relenc -LaTeX package providing a relaxed font encoding to make -available to a font designer more slots for insertion of -ligatures and accented characters. - -date: 2011-04-06 08:31:30 +0200 - -%post relenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun relenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans relenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package relenc-doc -Summary: Documentation for relenc -Version: svn22050.0 -Release: %{tl_noarch_release} -Provides: tex-relenc-doc -BuildArch: noarch -AutoReqProv: No - -%description relenc-doc -Documentation for relenc - -%package relsize -Provides: tex-relsize = %{tl_version} -License: Public Domain -Summary: Set the font size relative to the current font size -Version: svn24074.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(relsize.sty) = %{tl_version} - -%description relsize -The basic command of the package is \relsize, whose argument is -a number of \magsteps to change size; from this are defined -commands \larger, \smaller, \textlarger, etc. - -date: 2011-09-23 08:29:05 +0200 - -%post relsize -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun relsize -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans relsize -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package relsize-doc -Summary: Documentation for relsize -Version: svn24074.4 -Release: %{tl_noarch_release} -Provides: tex-relsize-doc -BuildArch: noarch -AutoReqProv: No - -%description relsize-doc -Documentation for relsize - -%package repeatindex -Provides: tex-repeatindex = %{tl_version} -License: LPPL -Summary: Repeat items in an index after a page or column break -Version: svn24305.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Requires: tex(makeidx.sty) -Provides: tex(repeatindex.sty) = %{tl_version} - -%description repeatindex -This Package repeats item of an index if a page or column break -occurs within a list of subitems. This helps to find out to -which main item a subitem belongs. - -date: 2011-06-16 21:20:53 +0200 - -%post repeatindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun repeatindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans repeatindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package repeatindex-doc -Summary: Documentation for repeatindex -Version: svn24305.0.01 -Release: %{tl_noarch_release} -Provides: tex-repeatindex-doc -BuildArch: noarch -AutoReqProv: No - -%description repeatindex-doc -Documentation for repeatindex - -%package rjlparshap -Provides: tex-rjlparshap = %{tl_version} -License: LPPL -Summary: rjlparshap package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(arrayjob.sty) -Requires: tex(forloop.sty) -Provides: tex(rjlpshap.sty) = %{tl_version} - -%description rjlparshap -rjlparshap package - -%post rjlparshap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rjlparshap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rjlparshap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rjlparshap-doc -Summary: Documentation for rjlparshap -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-rjlparshap-doc -BuildArch: noarch -AutoReqProv: No - -%description rjlparshap-doc -Documentation for rjlparshap - -%package rlepsf -Provides: tex-rlepsf = %{tl_version} -License: LPPL -Summary: Rewrite labels in EPS graphics -Version: svn19082.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rlepsf.tex) = %{tl_version} - -%description rlepsf -A macro package for use with epsf.tex which allows PostScript -labels in an Encapsulated PostScript file to be replaced by TeX -labels. The package provides commands \relabel (simply replace -a PostScript string), \adjustrelabel (replace a PostScript -string, with position adjustment), and \extralabel (add a label -at given coordinates). You can, if you so choose, use the -facilities of the labelfig package in place of using -\extralabel. - -date: 2007-01-13 23:45:25 +0100 - -%post rlepsf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rlepsf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rlepsf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rlepsf-doc -Summary: Documentation for rlepsf -Version: svn19082.0 -Release: %{tl_noarch_release} -Provides: tex-rlepsf-doc -BuildArch: noarch -AutoReqProv: No - -%description rlepsf-doc -Documentation for rlepsf - -%package rmpage -Provides: tex-rmpage = %{tl_version} -License: GPL+ -Summary: A package to help change page layout parameters in LaTeX -Version: svn20002.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(avant.sty) -Requires: tex(bookman.sty) -Requires: tex(chancery.sty) -Requires: tex(helvet.sty) -Requires: tex(newcent.sty) -Requires: tex(palatino.sty) -Requires: tex(times.sty) -Requires: tex(utopia.sty) -Requires: tex(beton.sty) -Provides: tex(rmpage.sty) = %{tl_version} -Provides: tex(rmpgen.cfg) = %{tl_version} - -%description rmpage -The package lets you change page layout parameters in small -steps over a range of values using options. It can set -\textwidth appropriately for the main fount, and ensure that -the text fits inside the printable area of a printer. An -rmpage-formatted document can be typeset identically without -rmpage after a single cut and paste operation. Local -configuration can set defaults: for all documents; and by -class, by printer, and by paper size. The geometry package is -better if you want to set page layout parameters to particular -measurements. - -date: 2010-10-04 11:12:53 +0200 - -%post rmpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rmpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rmpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rmpage-doc -Summary: Documentation for rmpage -Version: svn20002.0.92 -Release: %{tl_noarch_release} -Provides: tex-rmpage-doc -BuildArch: noarch -AutoReqProv: No - -%description rmpage-doc -Documentation for rmpage - -%package robustcommand -Provides: tex-robustcommand = %{tl_version} -License: LPPL -Summary: Declare robust command, with \newcommand checks -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(robustcommand.sty) = %{tl_version} - -%description robustcommand -The package merely provides a variation of -\DeclareRobustCommand, which checks for the existence of a -command before declaring it robust. - -date: 2007-02-26 15:09:49 +0100 - -%post robustcommand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun robustcommand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans robustcommand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package robustcommand-doc -Summary: Documentation for robustcommand -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-robustcommand-doc -BuildArch: noarch -AutoReqProv: No - -%description robustcommand-doc -Documentation for robustcommand - -%package robustindex -Provides: tex-robustindex = %{tl_version} -License: LPPL -Summary: Create index with pagerefs -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(robustglossary.sty) = %{tl_version} -Provides: tex(robustindex.sty) = %{tl_version} - -%description robustindex -Third parties often change the page numbers without rerunning -makeindex. One would like to make the page numbers in the index -entries more robust. This bundle provides robustindex.sty and -robustglossary.sty, which use the \pageref mechanism to -maintain correct page numbers - -date: 2007-02-26 15:09:49 +0100 - -%post robustindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun robustindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans robustindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package robustindex-doc -Summary: Documentation for robustindex -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-robustindex-doc -BuildArch: noarch -AutoReqProv: No - -%description robustindex-doc -Documentation for robustindex - -%package romanbar -Provides: tex-romanbar = %{tl_version} -License: LPPL 1.3 -Summary: Write roman number with "bars" -Version: svn25005.1.0f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(romanbar.sty) = %{tl_version} - -%description romanbar -'Bars', in the present context, are lines above and below text -that abut with the text. Barred roman numerals are sometimes -found in publications. The package provides a function that -prints barred roman numerals (converting arabic numerals if -necessary). The package also provides a predicate \ifnumeric. - -date: 2012-01-02 20:05:40 +0100 - -%post romanbar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun romanbar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans romanbar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package romanbar-doc -Summary: Documentation for romanbar -Version: svn25005.1.0f -Release: %{tl_noarch_release} -Provides: tex-romanbar-doc -BuildArch: noarch -AutoReqProv: No - -%description romanbar-doc -Documentation for romanbar - -%package romanneg -Provides: tex-romanneg = %{tl_version} -License: Public Domain -Summary: Roman page numbers negative -Version: svn20087.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(romanneg.sty) = %{tl_version} - -%description romanneg -Causes the page numbers in the DVI file (as defined by \count0) -to be negative when roman pagenumbering is in effect. - -date: 2010-10-13 12:13:38 +0200 - -%post romanneg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun romanneg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans romanneg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package romanneg-doc -Summary: Documentation for romanneg -Version: svn20087.0 -Release: %{tl_noarch_release} -Provides: tex-romanneg-doc -BuildArch: noarch -AutoReqProv: No - -%description romanneg-doc -Documentation for romanneg - -%package romannum -Provides: tex-romannum = %{tl_version} -License: LPPL -Summary: Generate roman numerals instead of arabic digits -Version: svn15878.1.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(stdclsdv.sty) -Provides: tex(romannum.sty) = %{tl_version} - -%description romannum -The romannum package changes LaTeX generated numbers to be -printed with roman numerals instead of arabic digits. It -requires the stdclsdv package. Users of the bookhands fonts may -find this package useful. - -date: 2009-09-03 13:00:14 +0200 - -%post romannum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun romannum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans romannum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package romannum-doc -Summary: Documentation for romannum -Version: svn15878.1.0b -Release: %{tl_noarch_release} -Provides: tex-romannum-doc -BuildArch: noarch -AutoReqProv: No - -%description romannum-doc -Documentation for romannum - -%package romansh -Provides: tex-romansh = %{tl_version} -License: LPPL 1.3 -Summary: Babel/Polyglossia support for the Romansh language -Version: svn25956.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(romansh.ldf) = %{tl_version} - -%description romansh -The package provides a language description file that enables -support of Romansh either with babel or with polyglossia. - -date: 2012-04-13 15:00:06 +0200 - -%post romansh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun romansh -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans romansh -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package romansh-doc -Summary: Documentation for romansh -Version: svn25956.0 -Release: %{tl_noarch_release} -Provides: tex-romansh-doc -BuildArch: noarch -AutoReqProv: No - -%description romansh-doc -Documentation for romansh - -%package rotfloat -Provides: tex-rotfloat = %{tl_version} -License: LPPL -Summary: Rotate floats -Version: svn18292.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(float.sty) -Requires: tex(rotating.sty) -Provides: tex(rotfloat.sty) = %{tl_version} - -%description rotfloat -The float package provides commands to define new floats of -various styles (plain, boxed, ruled, and userdefined ones); the -rotating package provides new environments (sidewaysfigure and -sidewaystable) which are rotated by 90 or 270 degrees. But what -about new rotated floats, e.g. a rotated ruled one? This -package makes this possible; it builds a bridge between the two -packages and extends the commands from the float package to -define rotated versions of the new floats, too. - -date: 2009-10-07 22:25:55 +0200 - -%post rotfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rotfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rotfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rotfloat-doc -Summary: Documentation for rotfloat -Version: svn18292.1.2 -Release: %{tl_noarch_release} -Provides: tex-rotfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description rotfloat-doc -Documentation for rotfloat - -%package rotpages -Provides: tex-rotpages = %{tl_version} -License: LPPL -Summary: Typeset sets of pages upside-down and backwards -Version: svn18740.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(rotpages.sty) = %{tl_version} - -%description rotpages -The rotpages package allows you to format documents where small -sets of pages are rotated by 180 degrees and rearranged, so -that they can be read by turning the printed copy upside-down. -It was primarly meant for collecting exercises and solutions: -using the package, you can print the exercise text normally and -the solutions rotated. - -date: 2007-01-14 10:43:12 +0100 - -%post rotpages -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rotpages -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rotpages -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rotpages-doc -Summary: Documentation for rotpages -Version: svn18740.3.0 -Release: %{tl_noarch_release} -Provides: tex-rotpages-doc -BuildArch: noarch -AutoReqProv: No - -%description rotpages-doc -Documentation for rotpages - -%package roundbox -Provides: tex-roundbox = %{tl_version} -License: LPPL 1.3 -Summary: Round boxes in LaTeX -Version: svn29675.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(roundbox.sty) = %{tl_version} - -%description roundbox -This package implements a command \roundbox that can be used, -in LaTeX, for producing boxes, framed with rounded corners. - -date: 2013-04-04 11:28:51 +0200 - -%post roundbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun roundbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans roundbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package roundbox-doc -Summary: Documentation for roundbox -Version: svn29675.0.2 -Release: %{tl_noarch_release} -Provides: tex-roundbox-doc -BuildArch: noarch -AutoReqProv: No - -%description roundbox-doc -Documentation for roundbox - -%package rtkinenc -Provides: tex-rtkinenc = %{tl_version} -License: LPPL -Summary: Input encoding with fallback procedures -Version: svn20003.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rtkinenc.sty) = %{tl_version} - -%description rtkinenc -The rtkinenc package is functionally similar to the standard -LaTeX package inputenc: both set up active characters so that -an input character outside the range of 7-bit visible ASCII is -coverted into one or more corresponding LaTeX commands. The -main difference lies in that rtkinenc allows the user to -specify a fallback procedure to use when the text command -corresponding to some input character isn't available. Names of -commands in rtkinenc have been selected so that it can read -inputenc encoding definition files, and the aim is that -rtkinenc should be backwards compatible with inputenc. rtkinenc -is not a new version of inputenc though, nor is it part of -standard LaTeX. For an example of how rtkinenc is used, the -user may look at the tclldoc class. - -date: 2010-10-04 11:23:12 +0200 - -%post rtkinenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rtkinenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rtkinenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rtkinenc-doc -Summary: Documentation for rtkinenc -Version: svn20003.1.0 -Release: %{tl_noarch_release} -Provides: tex-rtkinenc-doc -BuildArch: noarch -AutoReqProv: No - -%description rtkinenc-doc -Documentation for rtkinenc - -%package rvwrite -Provides: tex-rvwrite = %{tl_version} -License: LPPL -Summary: Increase the number of available output streams in LaTeX -Version: svn19614.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rvwrite.sty) = %{tl_version} - -%description rvwrite -The package addresses, for LaTeX documents, the severe -limitation on the number of output streams that TeX provides. -The package uses a single TeX output stream, and writes -"marked-up" output to this stream. The user may then post- -process the marked-up output file, using LaTeX, and the -document's output appears as separate files, according to the -calls made to the package. The output to be post-processed uses -macros from the widely-available ProTeX package. - -date: 2010-08-31 12:08:50 +0200 - -%post rvwrite -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rvwrite -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rvwrite -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rvwrite-doc -Summary: Documentation for rvwrite -Version: svn19614.1.2 -Release: %{tl_noarch_release} -Provides: tex-rvwrite-doc -BuildArch: noarch -AutoReqProv: No - -%description rvwrite-doc -Documentation for rvwrite - -%package savefnmark -Provides: tex-savefnmark = %{tl_version} -License: GPL+ -Summary: Save name of the footnote mark for reuse -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(savefnmark.sty) = %{tl_version} - -%description savefnmark -Sometimes the same footnote applies to more than one location -in a table. With this package the mark of a footnote can be -saved into a name, and re-used subsequently without creating -another footnote at the bottom. - -date: 2007-01-14 15:20:52 +0100 - -%post savefnmark -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun savefnmark -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans savefnmark -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package savefnmark-doc -Summary: Documentation for savefnmark -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-savefnmark-doc -BuildArch: noarch -AutoReqProv: No - -%description savefnmark-doc -Documentation for savefnmark - -%package savesym -Provides: tex-savesym = %{tl_version} -License: LPPL -Summary: Redefine symbols where names conflict -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(savesym.sty) = %{tl_version} -Provides: tex(savesymbol.sty) = %{tl_version} - -%description savesym -There are a number of symbols (e.g., \Square) that are defined -by several packages. In order to typeset all the variants in a -document, we have to give the glyph a unique name. To do that, -we define \savesymbol{XXX}, which renames a symbol from \XXX to -\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX -back to \XXX and defines a new command, \yyyXXX, which -corresponds to the most recently loaded version of \XXX. - -date: 2007-01-14 15:20:52 +0100 - -%post savesym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun savesym -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans savesym -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package savetrees -Provides: tex-savetrees = %{tl_version} -License: LPPL -Summary: Pack as much as possible onto each page of a LaTeX document -Version: svn22491.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(savetrees.sty) = %{tl_version} - -%description savetrees -The goal of the savetrees package is to pack as much text as -possible onto each page of a LaTeX document. Admittedly, this -makes the document far less attractive. Nevertheless, savetrees -is a simple way to save paper when printing draft copies of a -document. It can also be useful when trying to meet a tight -page-length requirement for a conference or journal submission. - -date: 2011-05-15 09:57:20 +0200 - -%post savetrees -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun savetrees -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans savetrees -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package savetrees-doc -Summary: Documentation for savetrees -Version: svn22491.2.0 -Release: %{tl_noarch_release} -Provides: tex-savetrees-doc -BuildArch: noarch -AutoReqProv: No - -%description savetrees-doc -Documentation for savetrees - -%package scale -Provides: tex-scale = %{tl_version} -License: GPL+ -Summary: Scale document by sqrt(2) or magstep(2) -Version: svn15878.1.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(scale.sty) = %{tl_version} - -%description scale -A package to scale a document by sqrt(2) (or by \magstep{2}). -This is useful if you are preparing a document on, for example, -A5 paper and want to print on A4 paper to achieve a better -resolution. - -date: 2006-11-06 12:20:58 +0100 - -%post scale -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun scale -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans scale -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package scale-doc -Summary: Documentation for scale -Version: svn15878.1.1.2 -Release: %{tl_noarch_release} -Provides: tex-scale-doc -BuildArch: noarch -AutoReqProv: No - -%description scale-doc -Documentation for scale - -%package scalebar -Provides: tex-scalebar = %{tl_version} -License: LPPL -Summary: Create scalebars for maps, diagrams or photos -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Provides: tex(scalebar.sty) = %{tl_version} - -%description scalebar -This is a small package to create scalebars for maps, diagrams -or photos. It was designed for use with cave maps but can be -used for anything from showing a scalebar in kilometers for -topographic maps to a scalebar in micrometers for an electron -microscope image. - -date: 2006-11-06 13:28:58 +0100 - -%post scalebar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun scalebar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans scalebar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package scalebar-doc -Summary: Documentation for scalebar -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-scalebar-doc -BuildArch: noarch -AutoReqProv: No - -%description scalebar-doc -Documentation for scalebar - -%package scalerel -Provides: tex-scalerel = %{tl_version} -License: LPPL -Summary: Constrained scaling and stretching of objects -Version: svn29465.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(scalerel.sty) = %{tl_version} - -%description scalerel -The package provides four commands for vertically scaling and -stretching objects. Its primary function is the ability to -scale/stretch and shift one object to conform to the size of a -specified second object. This feature can be useful in both -equations and schematic diagrams. Additionally, the scaling and -stretching commands offer constraints on maximum width and/or -minimum aspect ratio, which are often used to preserve -legibility or for the sake of general appearance. - -date: 2013-03-21 07:12:07 +0100 - -%post scalerel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun scalerel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans scalerel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package scalerel-doc -Summary: Documentation for scalerel -Version: svn29465.1.3 -Release: %{tl_noarch_release} -Provides: tex-scalerel-doc -BuildArch: noarch -AutoReqProv: No - -%description scalerel-doc -Documentation for scalerel - -%package sdrt -Provides: tex-sdrt = %{tl_version} -License: LPPL -Summary: Macros for Segmented Discourse Representation Theory -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xyling.sty) -Requires: tex(xytree.sty) -Provides: tex(sdrt.sty) = %{tl_version} - -%description sdrt -The package provides macros to produce the 'Box notation' of -SDRT (and DRT), to draw trees representing discourse relations, -and finally to have an easy access to various mathematical -symbols used in that theory, mostly with automatic mathematics -mode, so they work the same in formulae and in text. - -date: 2009-07-05 17:22:22 +0200 - -%post sdrt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sdrt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sdrt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sdrt-doc -Summary: Documentation for sdrt -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-sdrt-doc -BuildArch: noarch -AutoReqProv: No - -%description sdrt-doc -Documentation for sdrt - -%package secdot -Provides: tex-secdot = %{tl_version} -License: LPPL -Summary: Section numbers with trailing dots -Version: svn20208.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(secdot.sty) = %{tl_version} - -%description secdot -Makes the numbers of \section commands come out with a trailing -dot. Includes a command whereby the same can be made to happen -with other sectioning commands. - -date: 2010-10-17 10:06:32 +0200 - -%post secdot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun secdot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans secdot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package secdot-doc -Summary: Documentation for secdot -Version: svn20208.1.0 -Release: %{tl_noarch_release} -Provides: tex-secdot-doc -BuildArch: noarch -AutoReqProv: No - -%description secdot-doc -Documentation for secdot - -%package sectionbox -Provides: tex-sectionbox = %{tl_version} -License: LPPL -Summary: Create fancy boxed ((sub)sub)sections -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(sectionbox.sty) = %{tl_version} - -%description sectionbox -Sectionbox is a LaTeX package for putting fancy colored boxes -around sections, subsections, and subsubsections, especially -for use in posters, etc. It was designed with the sciposter -class in mind, and certainly works with that class and with -derived classes. - -date: 2007-02-26 21:24:31 +0100 - -%post sectionbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sectionbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sectionbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sectionbox-doc -Summary: Documentation for sectionbox -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-sectionbox-doc -BuildArch: noarch -AutoReqProv: No - -%description sectionbox-doc -Documentation for sectionbox - -%package sectsty -Provides: tex-sectsty = %{tl_version} -License: LPPL -Summary: Control sectional headers -Version: svn15878.2.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sectsty.sty) = %{tl_version} - -%description sectsty -A LaTeX2e package to help change the style of any or all of -LaTeX's sectional headers in the article, book, or report -classes. Examples include the addition of rules above or below -a section title. - -date: 2007-01-14 15:20:52 +0100 - -%post sectsty -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sectsty -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sectsty -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sectsty-doc -Summary: Documentation for sectsty -Version: svn15878.2.0.2 -Release: %{tl_noarch_release} -Provides: tex-sectsty-doc -BuildArch: noarch -AutoReqProv: No - -%description sectsty-doc -Documentation for sectsty - -%package selectp -Provides: tex-selectp = %{tl_version} -License: Public Domain -Summary: Select pages to be output -Version: svn20185.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(selectp.sty) = %{tl_version} - -%description selectp -Defines a command \outputonly, whose argument is a list of -pages to be output. With the command present (before -\begin{document}), only those pages are output. This package -was inspired by code published by Knuth in TUGboat 8(2) (July -1987). - -date: 2010-10-24 16:23:58 +0200 - -%post selectp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun selectp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans selectp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package selectp-doc -Summary: Documentation for selectp -Version: svn20185.1.0 -Release: %{tl_noarch_release} -Provides: tex-selectp-doc -BuildArch: noarch -AutoReqProv: No - -%description selectp-doc -Documentation for selectp - -%package semantic -Provides: tex-semantic = %{tl_version} -License: LPPL -Summary: Help for writing programming language semantics -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mathbbol.sty) -Provides: tex(infernce.sty) = %{tl_version} -Provides: tex(ligature.sty) = %{tl_version} -Provides: tex(reserved.sty) = %{tl_version} -Provides: tex(semantic.sty) = %{tl_version} -Provides: tex(shrthand.sty) = %{tl_version} -Provides: tex(tdiagram.sty) = %{tl_version} - -%description semantic -Eases the typesetting of notation of semantics and compilers. -Includes T-diagrams, various derivation symbols and inference -trees. - -date: 2007-01-15 20:26:34 +0100 - -%post semantic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun semantic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans semantic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package semantic-doc -Summary: Documentation for semantic -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-semantic-doc -BuildArch: noarch -AutoReqProv: No - -%description semantic-doc -Documentation for semantic - -%package semioneside -Provides: tex-semioneside = %{tl_version} -License: LPPL -Summary: Put only special contents on left-hand pages in two sided layout -Version: svn15878.v0.41 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Provides: tex(semioneside.sty) = %{tl_version} - -%description semioneside -This package supports the preparation of semi one sided -documents. That is, two sided documents, where all text is -output on right-hand pages--as in a one-sided documents--and -only special contents are output on left-hand pages on user -request, e.g., floating objects. - -date: 2007-02-26 21:24:31 +0100 - -%post semioneside -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun semioneside -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans semioneside -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package semioneside-doc -Summary: Documentation for semioneside -Version: svn15878.v0.41 -Release: %{tl_noarch_release} -Provides: tex-semioneside-doc -BuildArch: noarch -AutoReqProv: No - -%description semioneside-doc -Documentation for semioneside - -%package sepfootnotes -Provides: tex-sepfootnotes = %{tl_version} -License: LPPL 1.3 -Summary: Support footnotes and endnotes from separate files -Version: svn28885.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sepfootnotes.sty) = %{tl_version} - -%description sepfootnotes -The package supports footnotes and endnotes from separate -files. This is achieved with commands \sepfootnotecontent and -\sepfootnote; the former defines the content of a note, while -the latter typesets that note. - -date: 2013-01-19 01:10:31 +0100 - -%post sepfootnotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sepfootnotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sepfootnotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sepfootnotes-doc -Summary: Documentation for sepfootnotes -Version: svn28885.0.2 -Release: %{tl_noarch_release} -Provides: tex-sepfootnotes-doc -BuildArch: noarch -AutoReqProv: No - -%description sepfootnotes-doc -Documentation for sepfootnotes - -%package seqsplit -Provides: tex-seqsplit = %{tl_version} -License: LPPL -Summary: Split long sequences of characters in a neutral way -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(seqsplit.sty) = %{tl_version} - -%description seqsplit -When one needs to type long sequences of letters (such as in -base-sequences in genes) or of numbers (such as calculations of -transcendental numbers), there's no obvious break points to be -found. The package provides a command \seqsplit, which makes -its argument splittable anywhere, and then leaves the TeX -paragraph-maker to do the splitting. While the package may -obviously be used to typeset DNA sequences, the user may -consider the dnaseq as a rather more powerful alternative. - -date: 2007-07-23 22:41:48 +0200 - -%post seqsplit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun seqsplit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans seqsplit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package seqsplit-doc -Summary: Documentation for seqsplit -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-seqsplit-doc -BuildArch: noarch -AutoReqProv: No - -%description seqsplit-doc -Documentation for seqsplit - -%package serbian-apostrophe -Provides: tex-serbian-apostrophe = %{tl_version} -License: LPPL 1.3 -Summary: Commands for Serbian words with apostrophes -Version: svn23799.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(tipa.sty) -Provides: tex(serbian-apostrophe.sty) = %{tl_version} - -%description serbian-apostrophe -The package provides a collection of commands (whose names are -Serbian words) whose expansion is the Serbian word with -appropriate apostrophes. - -date: 2011-08-30 14:04:46 +0200 - -%post serbian-apostrophe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun serbian-apostrophe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans serbian-apostrophe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package serbian-apostrophe-doc -Summary: Documentation for serbian-apostrophe -Version: svn23799.0 -Release: %{tl_noarch_release} -Provides: tex-serbian-apostrophe-doc -BuildArch: noarch -AutoReqProv: No - -%description serbian-apostrophe-doc -Documentation for serbian-apostrophe - -%package serbian-date-lat -Provides: tex-serbian-date-lat = %{tl_version} -License: GPLv2+ -Summary: Updated date typesetting for Serbian -Version: svn23446.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(serbian-date-lat.sty) = %{tl_version} - -%description serbian-date-lat -Babel defines dates for Serbian texts, in Latin script. The -style it uses does not match current practices. The present -package defines a \date command that solves the problem. - -date: 2011-06-24 10:29:05 +0200 - -%post serbian-date-lat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun serbian-date-lat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans serbian-date-lat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package serbian-date-lat-doc -Summary: Documentation for serbian-date-lat -Version: svn23446.0 -Release: %{tl_noarch_release} -Provides: tex-serbian-date-lat-doc -BuildArch: noarch -AutoReqProv: No - -%description serbian-date-lat-doc -Documentation for serbian-date-lat - -%package serbian-def-cyr -Provides: tex-serbian-def-cyr = %{tl_version} -License: LPPL -Summary: serbian-def-cyr package -Version: svn23734.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Provides: tex(serbian-def-cyr.sty) = %{tl_version} - -%description serbian-def-cyr -serbian-def-cyr package - -%post serbian-def-cyr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun serbian-def-cyr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans serbian-def-cyr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package serbian-def-cyr-doc -Summary: Documentation for serbian-def-cyr -Version: svn23734.0 -Release: %{tl_noarch_release} -Provides: tex-serbian-def-cyr-doc -BuildArch: noarch -AutoReqProv: No - -%description serbian-def-cyr-doc -Documentation for serbian-def-cyr - -%package serbian-lig -Provides: tex-serbian-lig = %{tl_version} -License: LPPL 1.3 -Summary: Control ligatures in Serbian -Version: svn23382.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(serbian-lig.sty) = %{tl_version} - -%description serbian-lig -The package suppresses fi and fl (and other ligatures) in -Serbian text written using Roman script. - -date: 2011-07-03 09:55:42 +0200 - -%post serbian-lig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun serbian-lig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans serbian-lig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package serbian-lig-doc -Summary: Documentation for serbian-lig -Version: svn23382.0 -Release: %{tl_noarch_release} -Provides: tex-serbian-lig-doc -BuildArch: noarch -AutoReqProv: No - -%description serbian-lig-doc -Documentation for serbian-lig - -%package serbianc -Provides: tex-serbianc = %{tl_version} -License: LPPL 1.3 -Summary: Babel module to support Serbian Cyrillic -Version: svn22929.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ucs.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Provides: tex(serbianc.ldf) = %{tl_version} -Provides: tex(serbianc.sty) = %{tl_version} - -%description serbianc -The package provides support for Serbian documents written in -Cyrillic, in babel. - -date: 2011-06-09 20:30:15 +0200 - -%post serbianc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun serbianc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans serbianc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package serbianc-doc -Summary: Documentation for serbianc -Version: svn22929.2.2 -Release: %{tl_noarch_release} -Provides: tex-serbianc-doc -BuildArch: noarch -AutoReqProv: No - -%description serbianc-doc -Documentation for serbianc - -%package sf298 -Provides: tex-sf298 = %{tl_version} -License: LPPL -Summary: Standard form 298 -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sf298.sty) = %{tl_version} - -%description sf298 -A LaTeX package for generating a completed standard form 298 -(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report -documentation as part of a document delivered, for instance, on -a U.S. government contract. - -date: 2007-01-14 22:06:18 +0100 - -%post sf298 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sf298 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sf298 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sf298-doc -Summary: Documentation for sf298 -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-sf298-doc -BuildArch: noarch -AutoReqProv: No - -%description sf298-doc -Documentation for sf298 - -%package sffms -Provides: tex-sffms = %{tl_version} -License: LPPL -Summary: Typesetting science fiction/fantasy manuscripts -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(ulem.sty) -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Provides: tex(sffdumb.sty) = %{tl_version} -Provides: tex(sffms.cls) = %{tl_version} -Provides: tex(sffsmart.sty) = %{tl_version} - -%description sffms -The class is designed for typesetting science fiction and -fantasy manuscripts. Sffms now includes several options for -specific publishers as well as extensive documentation aimed at -new LaTeX users. - -date: 2007-01-14 22:06:18 +0100 - -%post sffms -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sffms -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sffms -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sffms-doc -Summary: Documentation for sffms -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-sffms-doc -BuildArch: noarch -AutoReqProv: No - -%description sffms-doc -Documentation for sffms - -%package sfmath -Provides: tex-sfmath = %{tl_version} -License: LPPL -Summary: Sans-serif mathematics -Version: svn15878.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sfmath.sty) = %{tl_version} - -%description sfmath -sfmath is a simple package for sans serif maths in documents. -After including the package, all maths of the current document -is displayed with sans serif fonts. - -date: 2008-08-23 15:48:35 +0200 - -%post sfmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sfmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sfmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shadow -Provides: tex-shadow = %{tl_version} -License: LPPL -Summary: Shadow boxes -Version: svn20312.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(shadow.sty) = %{tl_version} - -%description shadow -Defines a command \shabox (analgous to \fbox), and supporting -mechanisms. - -date: 2010-11-01 13:35:24 +0100 - -%post shadow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shadow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shadow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shadow-doc -Summary: Documentation for shadow -Version: svn20312.0 -Release: %{tl_noarch_release} -Provides: tex-shadow-doc -BuildArch: noarch -AutoReqProv: No - -%description shadow-doc -Documentation for shadow - -%package shadowtext -Provides: tex-shadowtext = %{tl_version} -License: LPPL -Summary: shadowtext -Version: svn26522.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(shadowtext.sty) = %{tl_version} - -%description shadowtext -The package introduces a command \shadowtext, which adds a drop -shadow to the text that is given as its argument. The colour -and positioning of the shadow are customisable. - -date: 2012-05-18 19:11:54 +0200 - -%post shadowtext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shadowtext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shadowtext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shadowtext-doc -Summary: Documentation for shadowtext -Version: svn26522.0.3 -Release: %{tl_noarch_release} -Provides: tex-shadowtext-doc -BuildArch: noarch -AutoReqProv: No - -%description shadowtext-doc -Documentation for shadowtext - -%package shadethm -Provides: tex-shadethm = %{tl_version} -License: LPPL -Summary: Theorem environments that are shaded -Version: svn20319.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(shadethm.sty) = %{tl_version} - -%description shadethm -Extends the \newtheorem command. If you say -\newshadetheorem{theorem}{Theorem} in the preamble then your -regular \begin{theorem} .. \end{theorem} will produce a theorem -statement in a shaded box. It supports all the options of -\newtheorem, including forms \newshadetheorem{..}[..]{..} and -\newshadetheorem{..}{..}[..]. - -date: 2010-11-04 00:16:31 +0100 - -%post shadethm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shadethm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shadethm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shadethm-doc -Summary: Documentation for shadethm -Version: svn20319.0 -Release: %{tl_noarch_release} -Provides: tex-shadethm-doc -BuildArch: noarch -AutoReqProv: No - -%description shadethm-doc -Documentation for shadethm - -%package shapepar -Provides: tex-shapepar = %{tl_version} -License: Dotseqn -Summary: A macro to typeset paragraphs in specific shapes -Version: svn28935.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Canflagshape.def) = %{tl_version} -Provides: tex(TeXshape.def) = %{tl_version} -Provides: tex(candleshape.def) = %{tl_version} -Provides: tex(dropshape.def) = %{tl_version} -Provides: tex(shapepar.sty) = %{tl_version} -Provides: tex(triangleshapes.def) = %{tl_version} - -%description shapepar -\shapepar is a macro to typeset paragraphs in a specific shape. -The size is adjusted automatically so that the entire shape is -filled with text. There may not be displayed maths or -'\vadjust' material (no \vspace) in the argument of \shapepar. -The macros work for both LaTeX and plain TeX. For LaTeX, -specify \usepackage{shapepar}; for Plain, \input shapepar.sty. -\shapepar works in terms of user-defined shapes, though the -package does provide some predefined shapes: so you can form -any paragraph into the form of a heart by putting -\heartpar{sometext...} inside your document. The tedium of -creating these polygon definitions may be alleviated by using -the shapepatch extension to transfig which will convert xfig -output to \shapepar polygon form. - -date: 2012-06-07 12:37:31 +0200 - -%post shapepar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shapepar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shapepar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shapepar-doc -Summary: Documentation for shapepar -Version: svn28935.2.1 -Release: %{tl_noarch_release} -Provides: tex-shapepar-doc -BuildArch: noarch -AutoReqProv: No - -%description shapepar-doc -Documentation for shapepar - -%package shipunov -Provides: tex-shipunov = %{tl_version} -License: LPPL -Summary: A collection of LaTeX packages and classes -Version: svn29349.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(xtab.sty) -Requires: tex(calc.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(syntonly.sty) -Requires: tex(footnpag.sty) -Provides: tex(altverse.sty) = %{tl_version} -Provides: tex(autolist.sty) = %{tl_version} -Provides: tex(biokey.sty) = %{tl_version} -Provides: tex(biolist.sty) = %{tl_version} -Provides: tex(boldline.sty) = %{tl_version} -Provides: tex(cassete.cls) = %{tl_version} -Provides: tex(classif2.sty) = %{tl_version} -Provides: tex(drcaps.sty) = %{tl_version} -Provides: tex(etiketka.cls) = %{tl_version} -Provides: tex(flower.sty) = %{tl_version} -Provides: tex(isyntax.sty) = %{tl_version} -Provides: tex(numerus.sty) = %{tl_version} -Provides: tex(punct.sty) = %{tl_version} -Provides: tex(sltables.sty) = %{tl_version} -Provides: tex(starfn.sty) = %{tl_version} - -%description shipunov -The bundle collects packages and classes, along with one -bibliography style and examples and scripts for converting TeX -files. Many of the files in the collection are designed to -support field biologists and/or Russian writers, while others -have wider application. The collection includes (among others): -- altverse, a simple verse typesetting package; - autolist, -which provides various list formatting facilities; - biokey, -which provides a mechanism for typesetting biological -identification lists; - biolist, which typesets species lists; -- boldline, which typesets heavier separating lines in tables; -- cassete, which lays out audio cassette inserts; - classif2, -which typesets classification lists; - drcaps, which provides -dropped capital macros; - etiketka, a class for typesetting -business-card-sized information (including business cards); - -flower, for typesetting lists of flower formulae; - isyntax; - -numerus; - punct; - sltables, which develops on the stables -package, for use in a LaTeX context; and - starfn. - -date: 2012-06-08 00:21:14 +0200 - -%post shipunov -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shipunov -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shipunov -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shipunov-doc -Summary: Documentation for shipunov -Version: svn29349.1.1 -Release: %{tl_noarch_release} -Provides: tex-shipunov-doc -BuildArch: noarch -AutoReqProv: No - -%description shipunov-doc -Documentation for shipunov - -%package shorttoc -Provides: tex-shorttoc = %{tl_version} -License: LPPL -Summary: Table of contents with different depths -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(shorttoc.sty) = %{tl_version} - -%description shorttoc -A package to create another table of contents with a different -depth, useful in large documents where a detailed table of -contents should be accompanied by a shorter one, giving only a -general overview of the main topics in the document. - -date: 2006-11-06 12:20:58 +0100 - -%post shorttoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shorttoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shorttoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shorttoc-doc -Summary: Documentation for shorttoc -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-shorttoc-doc -BuildArch: noarch -AutoReqProv: No - -%description shorttoc-doc -Documentation for shorttoc - -%package show2e -Provides: tex-show2e = %{tl_version} -License: LPPL -Summary: Variants of \show for LaTeX2e -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(show2e.sty) = %{tl_version} - -%description show2e -This small package aims at making debugging (especially in an -interactive way) easier, by providing \show variants suited to -LaTeX2e commands (whether with optional arguments or robust) -and environments. The variant commands also display the -internal macros used by such commands, if any. The \showcs -variant helps with macros with exotic names. - -date: 2008-08-23 15:48:35 +0200 - -%post show2e -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun show2e -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans show2e -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package show2e-doc -Summary: Documentation for show2e -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-show2e-doc -BuildArch: noarch -AutoReqProv: No - -%description show2e-doc -Documentation for show2e - -%package showcharinbox -Provides: tex-showcharinbox = %{tl_version} -License: LPPL 1.3 -Summary: Show characters inside a box -Version: svn27052.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(showcharinbox.sty) = %{tl_version} - -%description showcharinbox -The package typesets a character inside a box, showing where -reference point is, and displaying width, height, and depth -information of the character. The output is like that on page -63 of "The TeXBook" or page 101 of "The METAFONTbook". The -package itself is motivated by Knuth's macros in the file -manmac.tex. Users should note that using a small size for the -character inside the box does not make any sense: use a large -size. - -date: 2012-07-14 16:43:20 +0200 - -%post showcharinbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showcharinbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showcharinbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showcharinbox-doc -Summary: Documentation for showcharinbox -Version: svn27052.0.1 -Release: %{tl_noarch_release} -Provides: tex-showcharinbox-doc -BuildArch: noarch -AutoReqProv: No - -%description showcharinbox-doc -Documentation for showcharinbox - -%package showdim -Provides: tex-showdim = %{tl_version} -License: LPPL -Summary: Variants on printing dimensions -Version: svn28918.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(showdim.sty) = %{tl_version} - -%description showdim -A package for LaTeX providing a number of commands for printing -the value of a TeX dimension. For example, -\tenthpt{\baselineskip} yields the current value of -\baselineskip rounded to the nearest tenth of a point. - -date: 2012-12-19 17:06:30 +0100 - -%post showdim -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showdim -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showdim -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showdim-doc -Summary: Documentation for showdim -Version: svn28918.1.2 -Release: %{tl_noarch_release} -Provides: tex-showdim-doc -BuildArch: noarch -AutoReqProv: No - -%description showdim-doc -Documentation for showdim - -%package showexpl -Provides: tex-showexpl = %{tl_version} -License: LPPL -Summary: Typesetting LaTeX source code -Version: svn27790.v0.3j -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(attachfile.sty) -Requires: tex(listings.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(varwidth.sty) -Provides: tex(showexpl.sty) = %{tl_version} - -%description showexpl -This package provides a way to typeset LaTeX source code and -the related result in the same document. - -date: 2012-09-23 11:23:18 +0200 - -%post showexpl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showexpl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showexpl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showexpl-doc -Summary: Documentation for showexpl -Version: svn27790.v0.3j -Release: %{tl_noarch_release} -Provides: tex-showexpl-doc -BuildArch: noarch -AutoReqProv: No - -%description showexpl-doc -Documentation for showexpl - -%package showlabels -Provides: tex-showlabels = %{tl_version} -License: GPL+ -Summary: Show label commands in the margin -Version: svn15878.1.6.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(showlabels.sty) = %{tl_version} - -%description showlabels -This package helps you keep track of all the labels you define, -by putting the name of new labels into the margin whenever the -\label command is used. The package allows you to do the same -thing for other commands. The only one for which this is -obviously useful is the \cite command, but it's easy to do it -for others, such as the \ref or \begin commands. - -date: 2009-05-28 00:22:07 +0200 - -%post showlabels -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showlabels -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showlabels -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showlabels-doc -Summary: Documentation for showlabels -Version: svn15878.1.6.5 -Release: %{tl_noarch_release} -Provides: tex-showlabels-doc -BuildArch: noarch -AutoReqProv: No - -%description showlabels-doc -Documentation for showlabels - -%package sidecap -Provides: tex-sidecap = %{tl_version} -License: LPPL -Summary: Typeset captions sideways -Version: svn15878.1.6f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ragged2e.sty) -Provides: tex(sidecap.sty) = %{tl_version} - -%description sidecap -Defines environments called SCfigure and SCtable (analogous to -figure and table) to typeset captions sideways. Options include -outercaption, innercaption, leftcaption and rightcaption. - -date: 2007-01-14 23:54:50 +0100 - -%post sidecap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sidecap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sidecap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sidecap-doc -Summary: Documentation for sidecap -Version: svn15878.1.6f -Release: %{tl_noarch_release} -Provides: tex-sidecap-doc -BuildArch: noarch -AutoReqProv: No - -%description sidecap-doc -Documentation for sidecap - -%package sidenotes -Provides: tex-sidenotes = %{tl_version} -License: LPPL 1.3 -Summary: Typeset notes containing rich content, in the margin -Version: svn28239.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(marginnote.sty) -Requires: tex(caption.sty) -Requires: tex(xifthen.sty) -Requires: tex(twoopt.sty) -Requires: tex(changepage.sty) -Provides: tex(sidenotes.sty) = %{tl_version} - -%description sidenotes -The package allows typesetting of texts with notes, figures, -citations, captions and tables in the margin. This is common -(for example) in science text books. - -date: 2012-11-11 13:12:37 +0100 - -%post sidenotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sidenotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sidenotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sidenotes-doc -Summary: Documentation for sidenotes -Version: svn28239.0.92 -Release: %{tl_noarch_release} -Provides: tex-sidenotes-doc -BuildArch: noarch -AutoReqProv: No - -%description sidenotes-doc -Documentation for sidenotes - -%package silence -Provides: tex-silence = %{tl_version} -License: LPPL -Summary: Selective filtering of error messages and warnings -Version: svn27028.1.5b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(silence.sty) = %{tl_version} - -%description silence -The package allows the user to filter out unwanted warnings and -error messages issued by LaTeX, packages and classes, so they -won't pop out when there's nothing one can do about them. -Filtering goes from the very broad ("avoid all messages by such -and such") to the fine-grained ("avoid messages that begin -with..."). Messages may be saved to an external file for later -reference. - -date: 2012-07-04 10:43:54 +0200 - -%post silence -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun silence -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans silence -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package silence-doc -Summary: Documentation for silence -Version: svn27028.1.5b -Release: %{tl_noarch_release} -Provides: tex-silence-doc -BuildArch: noarch -AutoReqProv: No - -%description silence-doc -Documentation for silence - -%package simplecd -Provides: tex-simplecd = %{tl_version} -License: LPPL 1.2 -Summary: Simple CD, DVD covers for printing -Version: svn29260.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fix-cm.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Provides: tex(simplecd.sty) = %{tl_version} - -%description simplecd -The package provides printable cut-outs for various CD, DVD and -other disc holders. The name of the package comes from its -implementation and ease of use; it was designed just for text -content, but since the text is placed in a \parbox in a tabular -environment cell, a rather wide range of things may be placed. - -date: 2013-02-28 20:37:57 +0100 - -%post simplecd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun simplecd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans simplecd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package simplecd-doc -Summary: Documentation for simplecd -Version: svn29260.1.4 -Release: %{tl_noarch_release} -Provides: tex-simplecd-doc -BuildArch: noarch -AutoReqProv: No - -%description simplecd-doc -Documentation for simplecd - -%package simplecv -Provides: tex-simplecv = %{tl_version} -License: LPPL -Summary: A simple class for writing curricula vitae -Version: svn15878.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(simplecv.cls) = %{tl_version} -Obsoletes: tex-simplecv < %{tl_version} - -%description simplecv -A derivative of the cv class available to lyx users (renamed to -avoid the existing cv package). - -date: 2008-08-23 15:48:35 +0200 - -%post simplecv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun simplecv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans simplecv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package simplecv-doc -Summary: Documentation for simplecv -Version: svn15878.1.6 -Release: %{tl_noarch_release} -Provides: tex-simplecv-doc -BuildArch: noarch -AutoReqProv: No - -%description simplecv-doc -Documentation for simplecv - -%package simplewick -Provides: tex-simplewick = %{tl_version} -License: GPL+ -Summary: Simple Wick contractions -Version: svn15878.1.2a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(simplewick.sty) = %{tl_version} - -%description simplewick -The package provides a simple means of drawing Wick -contractions above and below expressions. - -date: 2008-08-23 15:48:35 +0200 - -%post simplewick -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun simplewick -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans simplewick -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package simplewick-doc -Summary: Documentation for simplewick -Version: svn15878.1.2a -Release: %{tl_noarch_release} -Provides: tex-simplewick-doc -BuildArch: noarch -AutoReqProv: No - -%description simplewick-doc -Documentation for simplewick - -%package sitem -Provides: tex-sitem = %{tl_version} -License: LPPL 1.3 -Summary: Save the optional argument of \item -Version: svn22136.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sitem.sty) = %{tl_version} - -%description sitem -The package modifies \item commands to save the optional -argument in a box. - -date: 2011-04-19 10:29:51 +0200 - -%post sitem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sitem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sitem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sitem-doc -Summary: Documentation for sitem -Version: svn22136.1.0 -Release: %{tl_noarch_release} -Provides: tex-sitem-doc -BuildArch: noarch -AutoReqProv: No - -%description sitem-doc -Documentation for sitem - -%package skb -Provides: tex-skb = %{tl_version} -License: LPPL 1.3 -Summary: Tools for a repository of long-living documents -Version: svn22781.0.51 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(listings.sty) -Requires: tex(dirtree.sty) -Requires: tex(ifpdf.sty) -Requires: tex(datetime.sty) -Requires: tex(versions.sty) -Requires: tex(booktabs.sty) -Requires: tex(optional.sty) -Requires: tex(biblatex.sty) -Requires: tex(acronym.sty) -Requires: tex(etoolbox.sty) -Requires: tex(comment.sty) -Requires: tex(graphicx.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(textcomp.sty) -Requires: tex(gensymb.sty) -Requires: tex(wasysym.sty) -Requires: tex(units.sty) -Requires: tex(xmpmulti.sty) -Requires: tex(float.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(beamerarticle.sty) -Requires: tex(pgf.sty) -Requires: tex(enumitem.sty) -Provides: tex(skb.cfg) = %{tl_version} -Provides: tex(skb.sty) = %{tl_version} -Provides: tex(skbarticle.cls) = %{tl_version} -Provides: tex(skbbeamer.cls) = %{tl_version} -Provides: tex(skbbook.cls) = %{tl_version} -Provides: tex(skblncsbeamer.cls) = %{tl_version} -Provides: tex(skblncsppt.cls) = %{tl_version} -Provides: tex(skbmoderncv.cls) = %{tl_version} - -%description skb -The package provides macros that help to build a document -repository for long living documents. It focuses on structure -and re-use of text, code, figures etc. The basic concept is -first to separate structure from content (i.e., text about a -topic from the structure it is presented by) and then -separating the content from the actual published document, thus -enabling easy re-use of text blocks in different publications -(i.e., text about a protocol in a short article about this -protocol as well as in a book about many protocols); all -without constantly copying or changing text. As a side effect, -using the document classes provided, it hides a lot of LaTeX -from someone who just wants to write articles and books. - -date: 2011-05-13 02:11:01 +0200 - -%post skb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skb-doc -Summary: Documentation for skb -Version: svn22781.0.51 -Release: %{tl_noarch_release} -Provides: tex-skb-doc -BuildArch: noarch -AutoReqProv: No - -%description skb-doc -Documentation for skb - -%package skdoc -Provides: tex-skdoc = %{tl_version} -License: LPPL 1.3 -Summary: Documentation and extraction for packages and document classes -Version: svn29544.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xstring.sty) -Requires: tex(xparse.sty) -Requires: tex(atbegshi.sty) -Requires: tex(kvoptions.sty) -Requires: tex(verbatim.sty) -Requires: tex(marginnote.sty) -Requires: tex(calc.sty) -Requires: tex(hyperref.sty) -Requires: tex(multicol.sty) -Requires: tex(hologo.sty) -Requires: tex(glossaries.sty) -Requires: tex(ydoc-code.sty) -Requires: tex(ydoc-desc.sty) -Requires: tex(babel.sty) -Requires: tex(csquotes.sty) -Requires: tex(caption.sty) -Requires: tex(scrpage2.sty) -Requires: tex(PTSerif.sty) -Requires: tex(ascii.sty) -Requires: tex(opensans.sty) -Requires: tex(microtype.sty) -Provides: tex(skdoc.cls) = %{tl_version} - -%description skdoc -The class provides the functionality and implementation of -packages and document classes. It is loosely based on the ydoc -and ltxdoc classes, but has a number of incompatible -differences. The class defines a MacroCode environment which -offers an alternative to the the usual docstrip method of -installing packages. It has the ability to generate both -documentation and code in a single run of a single file. - -date: 2013-03-28 18:52:07 +0100 - -%post skdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skdoc-doc -Summary: Documentation for skdoc -Version: svn29544.1.0 -Release: %{tl_noarch_release} -Provides: tex-skdoc-doc -BuildArch: noarch -AutoReqProv: No - -%description skdoc-doc -Documentation for skdoc - -%package skeycommand -Provides: tex-skeycommand = %{tl_version} -License: LPPL 1.3 -Summary: Create commands using parameters and keyval in parallel -Version: svn24652.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Provides: tex(skeycommand.sty) = %{tl_version} - -%description skeycommand -The package provides tools for defining LaTeX commands and -environments using combinations of parameters and keys. All the -facilities of the ltxkeys and skeyval packages are available to -the user of skeycommand. - -date: 2011-11-20 11:43:03 +0100 - -%post skeycommand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skeycommand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skeycommand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skeycommand-doc -Summary: Documentation for skeycommand -Version: svn24652.0.4 -Release: %{tl_noarch_release} -Provides: tex-skeycommand-doc -BuildArch: noarch -AutoReqProv: No - -%description skeycommand-doc -Documentation for skeycommand - -%package skeyval -Provides: tex-skeyval = %{tl_version} -License: LPPL 1.3 -Summary: Extensions to xkeyval -Version: svn29092.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(atveryend.sty) -Requires: tex(longtable.sty) -Requires: tex(xcolor.sty) -Provides: tex(skeyval-bc.sty) = %{tl_version} -Provides: tex(skeyval.sty) = %{tl_version} -Provides: tex(skeyval-core.tex) = %{tl_version} -Provides: tex(skeyval-for.tex) = %{tl_version} -Provides: tex(skeyval-ltxcmds.tex) = %{tl_version} -Provides: tex(skeyval-ltxpatch.sty) = %{tl_version} -Provides: tex(skeyval-pstkey.sty) = %{tl_version} -Provides: tex(skeyval-pstkey.tex) = %{tl_version} -Provides: tex(skeyval-view.sty) = %{tl_version} -Provides: tex(skeyval.sty) = %{tl_version} - -%description skeyval -The package integrates the features of xkeyval and of pgfkeys -by introducing a new type of handlers. Style keys, links, -changing key callbacks and values on the fly, and other -features of pgfkeys are introduced in a new context. - -date: 2013-02-11 23:27:59 +0100 - -%post skeyval -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skeyval -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skeyval -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skeyval-doc -Summary: Documentation for skeyval -Version: svn29092.1.2 -Release: %{tl_noarch_release} -Provides: tex-skeyval-doc -BuildArch: noarch -AutoReqProv: No - -%description skeyval-doc -Documentation for skeyval - -%package skrapport -Provides: tex-skrapport = %{tl_version} -License: LPPL 1.3 -Summary: 'Simple' class for reports, etc -Version: svn29608.0.10b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Requires: tex(kvoptions.sty) -Requires: tex(ifxetex.sty) -Requires: tex(geometry.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Requires: tex(kpfonts.sty) -Requires: tex(tgpagella.sty) -Requires: tex(mathpazo.sty) -Requires: tex(lmodern.sty) -Requires: tex(xkeyval.sty) -Requires: tex(polyglossia.sty) -Requires: tex(babel.sty) -Requires: tex(multicol.sty) -Requires: tex(calc.sty) -Requires: tex(microtype.sty) -Requires: tex(icomma.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(textcomp.sty) -Requires: tex(skmath.sty) -Requires: tex(grid.sty) -Provides: tex(skrapport-colortheme-cruelwater.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-default.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-unscathed.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-violet.sty) = %{tl_version} -Provides: tex(skrapport.cls) = %{tl_version} - -%description skrapport -The class is intgended for simple documents (e.g., reports -handed in as coursework and the like). The class is small and -straightforward; its design was inspired by that of the PracTeX -journal style. - -date: 2013-03-28 18:38:42 +0100 - -%post skrapport -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skrapport -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skrapport -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skrapport-doc -Summary: Documentation for skrapport -Version: svn29608.0.10b -Release: %{tl_noarch_release} -Provides: tex-skrapport-doc -BuildArch: noarch -AutoReqProv: No - -%description skrapport-doc -Documentation for skrapport - -%package slantsc -Provides: tex-slantsc = %{tl_version} -License: LPPL -Summary: Access different-shaped small-caps fonts -Version: svn25007.2.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(slantsc.sty) = %{tl_version} - -%description slantsc -This package enables the use of small capitals in different -font shapes, e.g., slanted or bold slanted for all fonts that -provide appropriate font shapes. (Note that a separate .fd file -is needed to define font shapes such as 'scsl' or 'scit'.) - -date: 2012-01-02 14:24:13 +0100 - -%post slantsc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun slantsc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans slantsc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package slantsc-doc -Summary: Documentation for slantsc -Version: svn25007.2.11 -Release: %{tl_noarch_release} -Provides: tex-slantsc-doc -BuildArch: noarch -AutoReqProv: No - -%description slantsc-doc -Documentation for slantsc - -%package smalltableof -Provides: tex-smalltableof = %{tl_version} -License: LPPL -Summary: Create listoffigures etc. in a single chapter -Version: svn20333.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(smalltableof.sty) = %{tl_version} - -%description smalltableof -The package allows you to create a list of figures and list of -tables in a chapter named 'List' that contains separate -sections for each list of figures, tables, etc. - -date: 2010-11-05 12:10:03 +0100 - -%post smalltableof -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun smalltableof -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans smalltableof -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package smalltableof-doc -Summary: Documentation for smalltableof -Version: svn20333.0 -Release: %{tl_noarch_release} -Provides: tex-smalltableof-doc -BuildArch: noarch -AutoReqProv: No - -%description smalltableof-doc -Documentation for smalltableof - -%package smartref -Provides: tex-smartref = %{tl_version} -License: LPPL -Summary: Extend LaTeX's \ref capability -Version: svn20311.1.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(byname.sty) = %{tl_version} -Provides: tex(smartref.sty) = %{tl_version} - -%description smartref -The package extends the LaTeX labelling system: whenever a -label is set, the values of counters (selected by the user) are -recorded, along with the label. The value of these counters can -be recalled with a command similar to \pageref. The package -also adds commands \s[name]ref (for each counter [name] that -the user has selected); these commands display something only -if the value of the [name] counter is changed from when the -label was set. Many commands are provided to serve as a macro -programming environment for using the extended labels. - -date: 2010-11-01 15:44:19 +0100 - -%post smartref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun smartref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans smartref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package smartref-doc -Summary: Documentation for smartref -Version: svn20311.1.9 -Release: %{tl_noarch_release} -Provides: tex-smartref-doc -BuildArch: noarch -AutoReqProv: No - -%description smartref-doc -Documentation for smartref - -%package snapshot -Provides: tex-snapshot = %{tl_version} -License: LPPL -Summary: List the external dependencies of a LaTeX document -Version: svn15878.1.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(snapshot.sty) = %{tl_version} - -%description snapshot -The snapshot package helps the owner of a LaTeX document obtain -a list of the external dependencies of the document, in a form -that can be embedded at the top of the document. It provides a -snapshot of the current processing context of the document, -insofar as it can be determined from inside LaTeX. If a -document contains such a dependency list, then it becomes -possible to arrange that the document be processed always with -the same versions of everything, in order to ensure the same -output. This could be useful for someone wanting to keep a -LaTeX document on hand and consistently reproduce an identical -DVI file from it, on the fly; or for someone wanting to shield -a document during the final stages of its production cycle from -unexpected side effects of routine upgrades to the TeX system. - -date: 2006-12-14 00:03:18 +0100 - -%post snapshot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun snapshot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans snapshot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package snapshot-doc -Summary: Documentation for snapshot -Version: svn15878.1.14 -Release: %{tl_noarch_release} -Provides: tex-snapshot-doc -BuildArch: noarch -AutoReqProv: No - -%description snapshot-doc -Documentation for snapshot - -%package soul -Provides: tex-soul = %{tl_version} -License: LPPL -Summary: Hyphenation for letterspacing, underlining, and more -Version: svn15878.2.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(soul.sty) = %{tl_version} - -%description soul -Provides hyphenatable spacing out (letterspacing), underlining, -striking out, etc., using the TeX hyphenation algorithm to find -the proper hyphens automatically. The package also provides a -mechanism that can be used to implement similar tasks, that -have to treat text syllable by syllable. This is shown in two -examples. The package itself does not support UTF-8 input in -ordinary (PDF)LaTeX; some UTF-8 support is offered by package -soulutf8 - -date: 2009-10-10 00:35:28 +0200 - -%post soul -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun soul -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans soul -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package soul-doc -Summary: Documentation for soul -Version: svn15878.2.4 -Release: %{tl_noarch_release} -Provides: tex-soul-doc -BuildArch: noarch -AutoReqProv: No - -%description soul-doc -Documentation for soul - -%package spanglish -Provides: tex-spanglish = %{tl_version} -License: LPPL 1.3 -Summary: Simplified Spanish support for Babel -Version: svn29272.0.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(esindex.sty) -Provides: tex(spanglish.ldf) = %{tl_version} -Provides: tex(spanglish.sty) = %{tl_version} - -%description spanglish -The package provides very simplified (or ultra sloppy) support -for Spanish in Babel, mostly as a fallback in case spanish.ldf -fails for some reason. The package provides basic support for -Spanish hyphenation, captions, date, frenchspacing, -indentfirst, symbolic footnotes, enumerations, small caps roman -numerals, and a handful of shorthands and Spanish mathematical -operators. No options or attributes for customization are -provided. - -date: 2013-03-02 07:48:35 +0100 - -%post spanglish -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spanglish -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spanglish -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spanglish-doc -Summary: Documentation for spanglish -Version: svn29272.0.1a -Release: %{tl_noarch_release} -Provides: tex-spanglish-doc -BuildArch: noarch -AutoReqProv: No - -%description spanglish-doc -Documentation for spanglish - -%package sparklines -Provides: tex-sparklines = %{tl_version} -License: LPPL -Summary: Drawing sparklines: intense, simple, wordlike graphics -Version: svn16131.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Provides: tex(sparklines.sty) = %{tl_version} - -%description sparklines -Sparklines are intense, simple, wordlike graphics (so named by -Edward Tufte). In lieu of a more detailed introduction, -Professor Tufte's site has an early release of a chapter on -sparklines. A PHP implementation may be found at SourceForge. A -sparkline can be added using the sparkline environment. Also, -you can add sparkling rectangles for the median and special -sparkling dots in red or blue. The package requires pdflatex; -sparklines cannot appear in a dvi file. The sparklines package -uses pgf, and does not work with pictex. - -date: 2009-11-22 10:21:09 +0100 - -%post sparklines -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sparklines -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sparklines -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sparklines-doc -Summary: Documentation for sparklines -Version: svn16131.1.5 -Release: %{tl_noarch_release} -Provides: tex-sparklines-doc -BuildArch: noarch -AutoReqProv: No - -%description sparklines-doc -Documentation for sparklines - -%package spreadtab -Provides: tex-spreadtab = %{tl_version} -License: LPPL 1.3 -Summary: Spreadsheet features for LaTeX tabular environments -Version: svn26384.0.4b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(xstring.sty) -Provides: tex(spreadtab.sty) = %{tl_version} - -%description spreadtab -The package allows the user to construct tables in a manner -similar to a spreadsheet. The cells of a table have row and -column indices and these can be used in formulas to generate -values in other cells. - -date: 2012-05-14 12:19:39 +0200 - -%post spreadtab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spreadtab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spreadtab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spreadtab-doc -Summary: Documentation for spreadtab -Version: svn26384.0.4b -Release: %{tl_noarch_release} -Provides: tex-spreadtab-doc -BuildArch: noarch -AutoReqProv: No - -%description spreadtab-doc -Documentation for spreadtab - -%package spverbatim -Provides: tex-spverbatim = %{tl_version} -License: LPPL -Summary: Allow line breaks within \verb and verbatim output -Version: svn15878.v1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(spverbatim.sty) = %{tl_version} - -%description spverbatim -LaTeX's \verb macro treats its argument as an unbreakable unit -of text. This can lead to poor typesetting, especially when the -argument is long. The spverbatim package provides an \spverb -macro that is analogous to \verb and an spverbatim environment -that is analogous to verbatim with the difference being that -\spverb and spverbatim allow LaTeX to break lines at space -characters. - -date: 2009-11-10 00:30:52 +0100 - -%post spverbatim -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spverbatim -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spverbatim -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spverbatim-doc -Summary: Documentation for spverbatim -Version: svn15878.v1.0 -Release: %{tl_noarch_release} -Provides: tex-spverbatim-doc -BuildArch: noarch -AutoReqProv: No - -%description spverbatim-doc -Documentation for spverbatim - -%package splitindex -Provides: tex-splitindex = %{tl_version} -License: LPPL -Summary: Unlimited number of indexes -Version: svn29688.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-splitindex-bin -Provides: tex(splitindex.tex) = %{tl_version} -Provides: tex(splitidx.sty) = %{tl_version} - -%description splitindex -SplitIndex consists of a LaTeX package, splitidx, and a small -program, splitindex. The package may be used to produce one -index or several indexes. Without splitindex (for example, -using the index package), the number of indexes is limited by -the number of TeX's output streams. But using the program you -may use even more than 16 indexes: splitidx outputs only a -single file \jobname.idx and the program splits that file into -several raw index files and calls your favorite index processor -for each of the files. - -date: 2012-06-03 13:49:17 +0200 - -%post splitindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun splitindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans splitindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package splitindex-doc -Summary: Documentation for splitindex -Version: svn29688.1.1a -Release: %{tl_noarch_release} -Provides: tex-splitindex-doc -BuildArch: noarch -AutoReqProv: No - -%description splitindex-doc -Documentation for splitindex - -%package splitindex-bin -Summary: Binaries for splitindex -Version: svn29688.0 -Requires: texlive-base -Requires: tex-splitindex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description splitindex-bin -Binaries for splitindex - -%package spot -Provides: tex-spot = %{tl_version} -License: LPPL 1.3 -Summary: Spotlight highlighting for Beamer -Version: svn22408.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(afterpage.sty) -Provides: tex(spot.sty) = %{tl_version} - -%description spot -The package allows dramatic highlighting of words and phrases -by painting shapes around them. It is chiefly intended for use -in Beamer presentations, but it can be used in other document -classes as well. - -date: 2011-05-10 01:20:26 +0200 - -%post spot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spot-doc -Summary: Documentation for spot -Version: svn22408.1.1 -Release: %{tl_noarch_release} -Provides: tex-spot-doc -BuildArch: noarch -AutoReqProv: No - -%description spot-doc -Documentation for spot - -%package spotcolor -Provides: tex-spotcolor = %{tl_version} -License: LPPL -Summary: Spot colours for pdfLaTeX -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(spotcolor.sty) = %{tl_version} -Provides: tex(spotcolorhks.tex) = %{tl_version} -Provides: tex(spotcolorpantone.tex) = %{tl_version} - -%description spotcolor -This package provides procedures for using spot colors in LaTeX -documents and the generated pdf files. Predefined templates for -PANTONE and HKS color spaces are included but new ones can -easily be defined. - -date: 2007-03-12 11:51:09 +0100 - -%post spotcolor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spotcolor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spotcolor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spotcolor-doc -Summary: Documentation for spotcolor -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-spotcolor-doc -BuildArch: noarch -AutoReqProv: No - -%description spotcolor-doc -Documentation for spotcolor - -%package srbook-mem -Provides: tex-srbook-mem = %{tl_version} -License: LPPL -Summary: srbook-mem package -Version: svn23454.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(srbook-mem.sty) = %{tl_version} - -%description srbook-mem -srbook-mem package - -%post srbook-mem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun srbook-mem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans srbook-mem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package srbook-mem-doc -Summary: Documentation for srbook-mem -Version: svn23454.0 -Release: %{tl_noarch_release} -Provides: tex-srbook-mem-doc -BuildArch: noarch -AutoReqProv: No - -%description srbook-mem-doc -Documentation for srbook-mem - -%package srcltx -Provides: tex-srcltx = %{tl_version} -License: Public Domain -Summary: Jump between DVI and TeX files -Version: svn15878.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(srcltx.sty) = %{tl_version} -Provides: tex(srctex.sty) = %{tl_version} - -%description srcltx -Provides a \special insertion into generated .dvi files -allowing one to jump from the .dvi file to the .tex source and -back again (given a .dvi viewer that supports this, such as Yap -or xdvi version 22.38 or later). This was originally written by -Aleksander Simonic, the author of the WinEdt shell. - -date: 2006-12-07 15:13:33 +0100 - -%post srcltx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun srcltx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans srcltx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package srcltx-doc -Summary: Documentation for srcltx -Version: svn15878.1.6 -Release: %{tl_noarch_release} -Provides: tex-srcltx-doc -BuildArch: noarch -AutoReqProv: No - -%description srcltx-doc -Documentation for srcltx - -%package sseq -Provides: tex-sseq = %{tl_version} -License: LPPL -Summary: Spectral sequence diagrams -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pifont.sty) -Requires: tex(pgf.sty) -Requires: tex(xkeyval.sty) -Provides: tex(sseq.sty) = %{tl_version} - -%description sseq -The package provides commands to draw spectral sequence -diagrams, providing facilities for clipping and arranging -multiple symbols so that they do not overlap. The package is -built using pgf, and shares that systems large demands for TeX -system memory. Its geometric commands are based on a turtle -graphics model, and control structures such as loops and -conditionals are available. - -date: 2009-04-10 15:43:04 +0200 - -%post sseq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sseq -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sseq -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sseq-doc -Summary: Documentation for sseq -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-sseq-doc -BuildArch: noarch -AutoReqProv: No - -%description sseq-doc -Documentation for sseq - -%package stack -Provides: tex-stack = %{tl_version} -License: LPPL -Summary: Tools to define and use stacks -Version: svn15878.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(relinput.sty) = %{tl_version} -Provides: tex(stack.sty) = %{tl_version} - -%description stack -The package provides a small set of commands to implement -stacks independently of TeX's own stack. As an example of how -the stacks might be used, the documentation offers a small -"relinput" package that implements the backbone of the import -package. - -date: 2007-02-28 00:02:05 +0100 - -%post stack -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stack -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stack -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package standalone -Provides: tex-standalone = %{tl_version} -License: LPPL 1.3 -Summary: Compile TeX pictures stand-alone or as part of a document -Version: svn27677.1.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(currfile-abspath.sty) -Requires: tex(varwidth.sty) -Requires: tex(tikz.sty) -Requires: tex(pstricks.sty) -Requires: tex(currfile.sty) -Requires: tex(trimclip.sty) -Requires: tex(adjustbox.sty) -Requires: tex(gincltex.sty) -Requires: tex(filemod-expmin.sty) -Provides: tex(standalone.cfg) = %{tl_version} -Provides: tex(standalone.cls) = %{tl_version} -Provides: tex(standalone.sty) = %{tl_version} -Provides: tex(standalone.tex) = %{tl_version} - -%description standalone -A class and package is provided which allows TeX pictures or -other TeX code to be compiled standalone or as part of a main -document. Special support for pictures with beamer overlays is -also provided. The package is used in the main document and -skips extra preambles in sub-files. The class may be used to -simplify the preamble in sub-files. By default the preview -package is used to display the code without margins. The -behaviour in standalone mode may adjusted using a configuration -file standalone.cfg to redefine the standalone environment. - -date: 2012-09-15 20:44:35 +0200 - -%post standalone -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun standalone -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans standalone -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package standalone-doc -Summary: Documentation for standalone -Version: svn27677.1.1b -Release: %{tl_noarch_release} -Provides: tex-standalone-doc -BuildArch: noarch -AutoReqProv: No - -%description standalone-doc -Documentation for standalone - -%package statistik -Provides: tex-statistik = %{tl_version} -License: GPL+ -Summary: Store statistics of a document -Version: svn20334.0.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(statistik.sty) = %{tl_version} - -%description statistik -The package counts the numbers of pages per chapter, and stores -the results in a separate file; the format of the file is -selectable. - -date: 2010-11-05 12:45:12 +0100 - -%post statistik -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun statistik -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans statistik -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package statistik-doc -Summary: Documentation for statistik -Version: svn20334.0.03 -Release: %{tl_noarch_release} -Provides: tex-statistik-doc -BuildArch: noarch -AutoReqProv: No - -%description statistik-doc -Documentation for statistik - -%package stdclsdv -Provides: tex-stdclsdv = %{tl_version} -License: LPPL -Summary: Provide sectioning information for package writers -Version: svn15878.1.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(stdclsdv.sty) = %{tl_version} - -%description stdclsdv -The stdclsdv package is designed for package writers who need -to know what sectioning divsions are provided by the document's -class. It also provides a version of \CheckCommand that sets a -flag rather than printing a warning. - -date: 2009-09-04 12:14:45 +0200 - -%post stdclsdv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stdclsdv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stdclsdv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stdclsdv-doc -Summary: Documentation for stdclsdv -Version: svn15878.1.1a -Release: %{tl_noarch_release} -Provides: tex-stdclsdv-doc -BuildArch: noarch -AutoReqProv: No - -%description stdclsdv-doc -Documentation for stdclsdv - -%package stdpage -Provides: tex-stdpage = %{tl_version} -License: LPPL 1.2 -Summary: Standard pages with n lines of at most m characters each -Version: svn15878.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(typearea.sty) -Requires: tex(ragged2e.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(lineno.sty) -Requires: tex(hyphenat.sty) -Requires: tex(titlesec.sty) -Provides: tex(stdpage.sty) = %{tl_version} - -%description stdpage -For translations, proofreading, journal contributions etc. -standard pages are used. Those standard pages consist of a -fixed number of lines and characters per line. This package -produces pages with n lines of at most m characters each. For -instance the German "Normseite": 60 lines of 30 characters -each. - -date: 2006-11-06 12:37:44 +0100 - -%post stdpage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stdpage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stdpage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stdpage-doc -Summary: Documentation for stdpage -Version: svn15878.0.6 -Release: %{tl_noarch_release} -Provides: tex-stdpage-doc -BuildArch: noarch -AutoReqProv: No - -%description stdpage-doc -Documentation for stdpage - -%package stex -Provides: tex-stex = %{tl_version} -License: LPPL -Summary: An Infrastructure for Semantic Preloading of LaTeX Documents -Version: svn25792.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(sref.sty) -Requires: tex(graphicx.sty) -Requires: tex(size10.clo) -Requires: tex(rdfmeta.sty) -Requires: tex(hwexam.sty) -Requires: tex(a4wide.sty) -Requires: tex(amssymb.sty) -Requires: tex(amstext.sty) -Requires: tex(amsmath.sty) -Requires: tex(keyval.sty) -Requires: tex(babel.sty) -Requires: tex(marginnote.sty) -Requires: tex(beamerarticle.sty) -Requires: tex(tikz.sty) -Requires: tex(url.sty) -Requires: tex(comment.sty) -Requires: tex(standalone.sty) -Requires: tex(xspace.sty) -Requires: tex(xcomment.sty) -Requires: tex(longtable.sty) -Requires: tex(ntheorem.sty) -Requires: tex(pgf.sty) -Provides: tex(cmath.sty) = %{tl_version} -Provides: tex(cmathml.sty) = %{tl_version} -Provides: tex(cmathmlx.sty) = %{tl_version} -Provides: tex(cnx.cls) = %{tl_version} -Provides: tex(ctansvn.sty) = %{tl_version} -Provides: tex(dcm.sty) = %{tl_version} -Provides: tex(hwexam.cls) = %{tl_version} -Provides: tex(hwexam.sty) = %{tl_version} -Provides: tex(metakeys.sty) = %{tl_version} -Provides: tex(beamerthemeJacobs.sty) = %{tl_version} -Provides: tex(mikoaffiliation.sty) = %{tl_version} -Provides: tex(mikoslides.cls) = %{tl_version} -Provides: tex(modules.sty) = %{tl_version} -Provides: tex(omdoc.cls) = %{tl_version} -Provides: tex(omdoc.sty) = %{tl_version} -Provides: tex(omtext.sty) = %{tl_version} -Provides: tex(presentation.sty) = %{tl_version} -Provides: tex(problem.sty) = %{tl_version} -Provides: tex(rdfmeta.sty) = %{tl_version} -Provides: tex(reqdoc.sty) = %{tl_version} -Provides: tex(sproof.sty) = %{tl_version} -Provides: tex(sref.sty) = %{tl_version} -Provides: tex(statements.sty) = %{tl_version} -Provides: tex(stex-logo.sty) = %{tl_version} -Provides: tex(stex.sty) = %{tl_version} -Provides: tex(stex.tex) = %{tl_version} -Provides: tex(workaddress.sty) = %{tl_version} - -%description stex -The sTeX package collection is a version of TeX/LaTeX that -allows to markup TeX/LaTeX documents semantically without -leaving the document format, essentially turning it into a -document format for mathematical knowledge management (MKM). - -date: 2012-01-28 13:25:34 +0100 - -%post stex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stex-doc -Summary: Documentation for stex -Version: svn25792.1.4 -Release: %{tl_noarch_release} -Provides: tex-stex-doc -BuildArch: noarch -AutoReqProv: No - -%description stex-doc -Documentation for stex - -%package storebox -Provides: tex-storebox = %{tl_version} -License: LPPL 1.3 -Summary: Storing information for reuse -Version: svn24895.1.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(collectbox.sty) -Provides: tex(storebox-pgf.sty) = %{tl_version} -Provides: tex(storebox.sty) = %{tl_version} - -%description storebox -The package provides "store boxes" whose user interface matches -that of normal LaTeX "save boxes", except that the content of a -store box appears at most once in the output PDF file, however -often it is used. The present version of the package supports -pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave -the same as save boxes. - -date: 2011-12-21 11:26:33 +0100 - -%post storebox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun storebox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans storebox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package storebox-doc -Summary: Documentation for storebox -Version: svn24895.1.3a -Release: %{tl_noarch_release} -Provides: tex-storebox-doc -BuildArch: noarch -AutoReqProv: No - -%description storebox-doc -Documentation for storebox - -%package storecmd -Provides: tex-storecmd = %{tl_version} -License: LPPL 1.3 -Summary: Store the name of a defined command in a container -Version: svn24431.0.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Requires: tex(ltxtools.sty) -Provides: tex(storecmd.sty) = %{tl_version} - -%description storecmd -The package provides macros for command definition that save -the name of the command being defined in a file or a macro -container. The list could be useful for spelling exceptions in -text editors that do not support TeX syntax. - -date: 2011-10-27 10:28:55 +0200 - -%post storecmd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun storecmd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans storecmd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package storecmd-doc -Summary: Documentation for storecmd -Version: svn24431.0.0.2 -Release: %{tl_noarch_release} -Provides: tex-storecmd-doc -BuildArch: noarch -AutoReqProv: No - -%description storecmd-doc -Documentation for storecmd - -%package stringstrings -Provides: tex-stringstrings = %{tl_version} -License: LGPLv2+ -Summary: String manipulation for cosmetic and programming application -Version: svn28022.1.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(stringstrings.sty) = %{tl_version} - -%description stringstrings -The package provides a large and sundry set of macros for the -manipulation of strings. The macros are developed not merely -for cosmetic application (such as changing the case of letters -and string substitution), but also for programming applications -such as character look-ahead, argument parsing, conditional -tests on various string conditions, etc. The macros were -designed all to be expandable (note that things such as -\uppercase and \lowercase are not expandable), so that the -macros may be strung together sequentially and nested (after a -fashion) to achieve rather complex manipulations. - -date: 2012-10-10 00:01:11 +0200 - -%post stringstrings -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stringstrings -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stringstrings -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stringstrings-doc -Summary: Documentation for stringstrings -Version: svn28022.1.21 -Release: %{tl_noarch_release} -Provides: tex-stringstrings-doc -BuildArch: noarch -AutoReqProv: No - -%description stringstrings-doc -Documentation for stringstrings - -%package sttools -Provides: tex-sttools = %{tl_version} -License: Public Domain -Summary: Various macros -Version: svn28013.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(boundbox.sty) = %{tl_version} -Provides: tex(cuted.sty) = %{tl_version} -Provides: tex(floatpag.sty) = %{tl_version} -Provides: tex(flushend.sty) = %{tl_version} -Provides: tex(marginal.sty) = %{tl_version} -Provides: tex(midfloat.sty) = %{tl_version} -Provides: tex(stabular.sty) = %{tl_version} -Provides: tex(stfloats.sty) = %{tl_version} -Provides: tex(texsort.sty) = %{tl_version} - -%description sttools -A collection of tools and macros, including: - a document -"Inside LaTeX2e kernel" (which discusses some of the functions -of the packages), - miscellaneous float control, - page styles -for floats, - multipage tabulars, - even columns at end of -twocolumn region, - switching between one- and two-column -anywhere, - getting more mileage from \marginpar, - simulating -the effect of "midfloats", - create a bounding box, - a package -to manipulate numerical lists and arrays. - -date: 2012-10-18 11:44:44 +0200 - -%post sttools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sttools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sttools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sttools-doc -Summary: Documentation for sttools -Version: svn28013.1.1 -Release: %{tl_noarch_release} -Provides: tex-sttools-doc -BuildArch: noarch -AutoReqProv: No - -%description sttools-doc -Documentation for sttools - -%package stubs -Provides: tex-stubs = %{tl_version} -License: GPL+ -Summary: Create tear-off stubs at the bottom of a page -Version: svn19440.0.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textpos.sty) -Requires: tex(graphicx.sty) -Provides: tex(stubs.sty) = %{tl_version} - -%description stubs -The \stubs command creates as many repetitions as possible of -its argument, at the bottom of the page; these stubs may be -used (for example) for contact information. - -date: 2008-08-23 22:26:13 +0200 - -%post stubs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stubs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stubs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stubs-doc -Summary: Documentation for stubs -Version: svn19440.0.1.1 -Release: %{tl_noarch_release} -Provides: tex-stubs-doc -BuildArch: noarch -AutoReqProv: No - -%description stubs-doc -Documentation for stubs - -%package subdepth -Provides: tex-subdepth = %{tl_version} -License: LPPL -Summary: Unify maths subscript height -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(subdepth.sty) = %{tl_version} - -%description subdepth -This package is based on code (posted long ago to comp.text.tex -by Donald Arseneau) to equalise the height of subscripts in -maths. The default behaviour is to place subscripts slightly -lower when there is a superscript as well, but this can look -odd in some situations. - -date: 2008-08-23 22:26:13 +0200 - -%post subdepth -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subdepth -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subdepth -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subdepth-doc -Summary: Documentation for subdepth -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-subdepth-doc -BuildArch: noarch -AutoReqProv: No - -%description subdepth-doc -Documentation for subdepth - -%package subeqn -Provides: tex-subeqn = %{tl_version} -License: LPPL -Summary: Package for subequation numbering -Version: svn15878.2.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(subeqn.sty) = %{tl_version} - -%description subeqn -Sometimes it is necessary to be able to refer to subexpressions -of an equation. In order to do that these subexpressions should -be numbered. In standard LaTeX there is no provision for this. -To solve this problem Stephen Gildea once wrote subeqn.sty for -LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes -Braams made them available for LaTeX2e. Note that this package -is not compatible with the package subeqnarray (written by -Johannes Braams), but it can be used together with the LaTeX -class options leqno and fleqn. - -date: 2007-01-15 00:27:07 +0100 - -%post subeqn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subeqn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subeqn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subeqn-doc -Summary: Documentation for subeqn -Version: svn15878.2.0b -Release: %{tl_noarch_release} -Provides: tex-subeqn-doc -BuildArch: noarch -AutoReqProv: No - -%description subeqn-doc -Documentation for subeqn - -%package subeqnarray -Provides: tex-subeqnarray = %{tl_version} -License: LPPL -Summary: Equation array with sub numbering -Version: svn15878.2.1c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(subeqnarray.sty) = %{tl_version} - -%description subeqnarray -This package defines the subeqnarray and subeqnarray* -environments, which behave like the equivalent eqnarray and -eqnarray* environments, except that the individual lines are -numbered like 1a, 1b, 1c, etc. To refer to these numbers an -extra label command \slabel is provided. - -date: 2007-01-02 10:01:06 +0100 - -%post subeqnarray -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subeqnarray -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subeqnarray -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subeqnarray-doc -Summary: Documentation for subeqnarray -Version: svn15878.2.1c -Release: %{tl_noarch_release} -Provides: tex-subeqnarray-doc -BuildArch: noarch -AutoReqProv: No - -%description subeqnarray-doc -Documentation for subeqnarray - -%package subfigmat -Provides: tex-subfigmat = %{tl_version} -License: LPPL -Summary: Automates layout when using the subfigure package -Version: svn20308.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(subfigure.sty) -Provides: tex(subfigmat.sty) = %{tl_version} - -%description subfigmat -Defines an array/matrix-type environment that is used with the -subfigure package to automate the placement of subfigures (or -tables or text). The subfigures are placed left-to-right, top- -to-bottom. - -date: 2010-11-03 11:56:13 +0100 - -%post subfigmat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subfigmat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subfigmat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subfigmat-doc -Summary: Documentation for subfigmat -Version: svn20308.1.0 -Release: %{tl_noarch_release} -Provides: tex-subfigmat-doc -BuildArch: noarch -AutoReqProv: No - -%description subfigmat-doc -Documentation for subfigmat - -%package subfigure -Provides: tex-subfigure = %{tl_version} -License: LPPL -Summary: Deprecated: Figures divided into subfigures -Version: svn15878.2.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(subfigure.cfg) = %{tl_version} -Provides: tex(subfigure.sty) = %{tl_version} - -%description subfigure -Provides support for the manipulation and reference of small or -'sub' figures and tables within a single figure or table -environment. It is convenient to use this package when your -subfigures are to be separately captioned, referenced, or are -to be included in the List-of-Figures. A new \subfigure command -is introduced which can be used inside a figure environment for -each subfigure. An optional first argument is used as the -caption for that subfigure. This package is now obsolescent: -new users should use subfig instead. - -date: 2010-04-20 11:43:44 +0200 - -%post subfigure -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subfigure -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subfigure -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subfigure-doc -Summary: Documentation for subfigure -Version: svn15878.2.1.5 -Release: %{tl_noarch_release} -Provides: tex-subfigure-doc -BuildArch: noarch -AutoReqProv: No - -%description subfigure-doc -Documentation for subfigure - -%package subfiles -Provides: tex-subfiles = %{tl_version} -License: LPPL -Summary: subfiles package -Version: svn26645.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(subfiles.cls) = %{tl_version} -Provides: tex(subfiles.sty) = %{tl_version} - -%description subfiles -subfiles package - -%post subfiles -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subfiles -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subfiles -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subfiles-doc -Summary: Documentation for subfiles -Version: svn26645.0 -Release: %{tl_noarch_release} -Provides: tex-subfiles-doc -BuildArch: noarch -AutoReqProv: No - -%description subfiles-doc -Documentation for subfiles - -%package subfloat -Provides: tex-subfloat = %{tl_version} -License: LPPL -Summary: Sub-numbering for figures and tables -Version: svn29349.2.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(subfloat.sty) = %{tl_version} - -%description subfloat -This package enables sub-numbering of floats (figures and -tables) similar to the subequations-environment of the amsmath -package. The subfloat package is not to be confused with the -subfig package which generates sub-figures within one normal -figure, and manages their placement; subfloat only affects -captions and numbering. - -date: 2012-05-06 01:06:11 +0200 - -%post subfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun subfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans subfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package subfloat-doc -Summary: Documentation for subfloat -Version: svn29349.2.14 -Release: %{tl_noarch_release} -Provides: tex-subfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description subfloat-doc -Documentation for subfloat - -%package substitutefont -Provides: tex-substitutefont = %{tl_version} -License: LPPL 1.3 -Summary: Easy font substitution -Version: svn26981.0.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(substitutefont.sty) = %{tl_version} - -%description substitutefont -Many free fonts are extensions of a basic font family with new -glyphs or shapes. Such fonts may be given a new name due to -licence reasons or to the creator's preference. The package -facilitates the task of setting up a font family as substitute -for another one, using its \substitutefont command. - -date: 2012-07-08 14:35:29 +0200 - -%post substitutefont -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun substitutefont -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans substitutefont -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package substitutefont-doc -Summary: Documentation for substitutefont -Version: svn26981.0.1.3 -Release: %{tl_noarch_release} -Provides: tex-substitutefont-doc -BuildArch: noarch -AutoReqProv: No - -%description substitutefont-doc -Documentation for substitutefont - -%package substr -Provides: tex-substr = %{tl_version} -License: LPPL -Summary: Deal with substrings in strings -Version: svn16117.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(substr.sty) = %{tl_version} - -%description substr -The substr package provides commands to deal with substrings of -strings. Macros are provided to: - determine if one string is a -substring of another, - return the parts of a string before or -after a substring and - count the number of occurrences of a -substring. - -date: 2009-10-20 22:03:50 +0200 - -%post substr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun substr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans substr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package substr-doc -Summary: Documentation for substr -Version: svn16117.1.2 -Release: %{tl_noarch_release} -Provides: tex-substr-doc -BuildArch: noarch -AutoReqProv: No - -%description substr-doc -Documentation for substr - -%package supertabular -Provides: tex-supertabular = %{tl_version} -License: LPPL -Summary: A multi-page tables package -Version: svn15878.4.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(supertabular.sty) = %{tl_version} - -%description supertabular -Generally longtable is a little easier to use and more -flexible, but supertabular has its place, since it will work in -a few situations where longtable won't. - -date: 2009-10-10 00:51:28 +0200 - -%post supertabular -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun supertabular -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans supertabular -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package supertabular-doc -Summary: Documentation for supertabular -Version: svn15878.4.1a -Release: %{tl_noarch_release} -Provides: tex-supertabular-doc -BuildArch: noarch -AutoReqProv: No - -%description supertabular-doc -Documentation for supertabular - -%package svg -Provides: tex-svg = %{tl_version} -License: LPPL 1.3 -Summary: Include and extract SVG pictures using Inkscape -Version: svn27643.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(subfig.sty) -Requires: tex(import.sty) -Requires: tex(graphicx.sty) -Requires: tex(transparent.sty) -Requires: tex(xcolor.sty) -Provides: tex(svg.sty) = %{tl_version} - -%description svg -The package provides a command similar to \includegraphics -command of the graphicx package, which enables the inclusion of -SVG images using Inkscape. \includesvg[options]{svg filename} A -variety of options is available, including width, height, and -path of the SVG. The image is converted to an appropriate -format, using the \write18 mechanism to execute a shell -command, and the package also offers the means of saving a PDF, -EPS, or PNG copy of the image, at the same time. The -documentation shows an example using an SVG created from the -high energy particle physics analysis package ROOT. - -date: 2012-09-09 19:10:52 +0200 - -%post svg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svg-doc -Summary: Documentation for svg -Version: svn27643.1.0 -Release: %{tl_noarch_release} -Provides: tex-svg-doc -BuildArch: noarch -AutoReqProv: No - -%description svg-doc -Documentation for svg - -%package svgcolor -Provides: tex-svgcolor = %{tl_version} -License: LPPL -Summary: Define SVG named colours -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(svgcolor.sty) = %{tl_version} - -%description svgcolor -The package defines the W3C Scalable Vector Graphics (SVG) -colour names for use with both the color and PSTricks packages. - -date: 2006-08-27 16:41:02 +0100 - -%post svgcolor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svgcolor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svgcolor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svgcolor-doc -Summary: Documentation for svgcolor -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-svgcolor-doc -BuildArch: noarch -AutoReqProv: No - -%description svgcolor-doc -Documentation for svgcolor - -%package svn -Provides: tex-svn = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Subversion keywords -Version: svn15878.43 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(svn.sty) = %{tl_version} - -%description svn -The svn package lets you typeset (in LaTeX) the value of -Subversion keywords. It is approximately an equivalent to the -rcs package, but for Subversion rather than CVS. Details of -Subversion (a replacement for CVS) is available from the -project's home site. - -date: 2009-03-04 19:42:30 +0100 - -%post svn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svn-doc -Summary: Documentation for svn -Version: svn15878.43 -Release: %{tl_noarch_release} -Provides: tex-svn-doc -BuildArch: noarch -AutoReqProv: No - -%description svn-doc -Documentation for svn - -%package svn-multi -Provides: tex-svn-multi = %{tl_version} -License: LPPL -Summary: Subversion keywords in multi-file LaTeX documents -Version: svn26313.2.4d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-svn-multi-bin -Requires: tex(kvoptions.sty) -Requires: tex(filehook.sty) -Requires: tex(currfile.sty) -Requires: tex(graphics.sty) -Requires: tex(pgf.sty) -Provides: tex(svn-multi.sty) = %{tl_version} -Provides: tex(svnkw.sty) = %{tl_version} - -%description svn-multi -This package lets you typeset keywords of the version control -system Subversion inside your LaTeX files anywhere you like. -Unlike the otherwise similar package svn the use of multiple -files for one LaTeX document is well supported. The package -uses the author's filehook and currfile packages. The package -interacts with an external Perl script, to retrieve information -necessary for the required output. - -date: 2012-05-07 15:25:51 +0200 - -%post svn-multi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svn-multi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svn-multi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svn-multi-doc -Summary: Documentation for svn-multi -Version: svn26313.2.4d -Release: %{tl_noarch_release} -Provides: tex-svn-multi-doc -BuildArch: noarch -AutoReqProv: No - -%description svn-multi-doc -Documentation for svn-multi - -%package svn-multi-bin -Summary: Binaries for svn-multi -Version: svn13663.0 -Requires: texlive-base -Requires: tex-svn-multi -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description svn-multi-bin -Binaries for svn-multi - -%package svninfo -Provides: tex-svninfo = %{tl_version} -License: LPPL -Summary: Typeset Subversion keywords -Version: svn17554.0.7.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyheadings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(scrpage2.sty) -Requires: tex(eso-pic.sty) -Requires: tex(ifthen.sty) -Provides: tex(svninfo.cfg) = %{tl_version} -Provides: tex(svninfo.sty) = %{tl_version} - -%description svninfo -A package for incorporating the values of Subversion keywords -into typeset documents. Information about Subversion (a -replacement for CVS) is available from -http://subversion.tigris.org/ - -date: 2010-03-23 21:34:59 +0100 - -%post svninfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun svninfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans svninfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package svninfo-doc -Summary: Documentation for svninfo -Version: svn17554.0.7.4 -Release: %{tl_noarch_release} -Provides: tex-svninfo-doc -BuildArch: noarch -AutoReqProv: No - -%description svninfo-doc -Documentation for svninfo - -%package syntax -Provides: tex-syntax = %{tl_version} -License: GPL+ -Summary: Creation of syntax diagrams -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(syntax.tex) = %{tl_version} - -%description syntax -Create syntax diagrams using special environments and commands -to represent the diagram structure. - -date: 2009-10-01 19:53:35 +0200 - -%post syntax -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun syntax -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans syntax -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package syntax-doc -Summary: Documentation for syntax -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-syntax-doc -BuildArch: noarch -AutoReqProv: No - -%description syntax-doc -Documentation for syntax - -%package syntrace -Provides: tex-syntrace = %{tl_version} -License: LPPL -Summary: Labels for tracing in a syntax tree -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(synttree.sty) -Requires: tex(qtree.sty) -Provides: tex(syntrace.sty) = %{tl_version} - -%description syntrace -This package adds support for for traces in trees created using -either the synttree or the qtree package. The package provides -two commands (\traceLabel and \traceReference) to set and use a -trace. - -date: 2007-03-13 15:26:21 +0100 - -%post syntrace -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun syntrace -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans syntrace -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package syntrace-doc -Summary: Documentation for syntrace -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-syntrace-doc -BuildArch: noarch -AutoReqProv: No - -%description syntrace-doc -Documentation for syntrace - -%package synttree -Provides: tex-synttree = %{tl_version} -License: LPPL -Summary: Typeset syntactic trees -Version: svn16252.1.4.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(synttree.sty) = %{tl_version} - -%description synttree -A package to typeset syntactic trees such as those used in -Chomsky's Generative grammar, based on a description of the -structure of the tree. - -date: 2009-11-30 09:23:31 +0100 - -%post synttree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun synttree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans synttree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package synttree-doc -Summary: Documentation for synttree -Version: svn16252.1.4.2 -Release: %{tl_noarch_release} -Provides: tex-synttree-doc -BuildArch: noarch -AutoReqProv: No - -%description synttree-doc -Documentation for synttree - -%package tabfigures -Provides: tex-tabfigures = %{tl_version} -License: LPPL 1.3 -Summary: Maintain vertical alignment of figures -Version: svn25202.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Provides: tex(tabfigures.sty) = %{tl_version} - -%description tabfigures -Knuth designed his original fonts with tabular figures (figures -whose width is uniform); this makes some layout problems rather -simple. In more recent times, fonts (such as Minion Pro), which -offer proportionally spaced figures, are increasingly being -used. The package provides mechanisms whereby such proportional -figures may still be aligned in tabular style (for example, in -the table of contents). - -date: 2012-01-25 23:45:22 +0100 - -%post tabfigures -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabfigures -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabfigures -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabfigures-doc -Summary: Documentation for tabfigures -Version: svn25202.1.1 -Release: %{tl_noarch_release} -Provides: tex-tabfigures-doc -BuildArch: noarch -AutoReqProv: No - -%description tabfigures-doc -Documentation for tabfigures - -%package tableaux -Provides: tex-tableaux = %{tl_version} -License: LPPL -Summary: Construct tables of signs and variations -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(hhline.sty) -Requires: tex(graphicx.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-fill.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-tree.sty) -Provides: tex(minimum.sty) = %{tl_version} -Provides: tex(tableau.sty) = %{tl_version} - -%description tableaux -The package uses PStricks; the user may define the width of the -table, the number of lines and the height of each line. -Placement of labels within the boxes may be absolute, or as a -percentage of the width; various other controls are available. - -date: 2008-11-10 21:50:32 +0100 - -%post tableaux -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tableaux -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tableaux -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tableaux-doc -Summary: Documentation for tableaux -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-tableaux-doc -BuildArch: noarch -AutoReqProv: No - -%description tableaux-doc -Documentation for tableaux - -%package tablefootnote -Provides: tex-tablefootnote = %{tl_version} -License: LPPL 1.3 -Summary: Permit footnotes in tables -Version: svn27256.1.0h -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxcmds.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tablefootnote.sty) = %{tl_version} - -%description tablefootnote -The package provides the command \tablefootnote to be used in a -table or sidewaystableenvironment, where \footnote will not -work (and when using \footnotemark and \footnotetext, and -adjusting the counter as necessary, is too much work. - -date: 2012-07-30 11:22:32 +0200 - -%post tablefootnote -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tablefootnote -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tablefootnote -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tablefootnote-doc -Summary: Documentation for tablefootnote -Version: svn27256.1.0h -Release: %{tl_noarch_release} -Provides: tex-tablefootnote-doc -BuildArch: noarch -AutoReqProv: No - -%description tablefootnote-doc -Documentation for tablefootnote - -%package tableof -Provides: tex-tableof = %{tl_version} -License: LPPL -Summary: Tagging tables of contents -Version: svn29296.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tableof.sty) = %{tl_version} - -%description tableof -The package provides the commands to flag chapters or sections -(or anything else destined to become a TOC line). The command -\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifies -which tags are to be required and which ones are to be excluded -by the next \tableofcontents (or equivalent) command. In a -document that uses a class where \tableofcontents may only be -used once, the command -\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be -used to provide several tables. - -date: 2013-03-05 14:09:10 +0100 - -%post tableof -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tableof -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tableof -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tableof-doc -Summary: Documentation for tableof -Version: svn29296.1.2 -Release: %{tl_noarch_release} -Provides: tex-tableof-doc -BuildArch: noarch -AutoReqProv: No - -%description tableof-doc -Documentation for tableof - -%package tablists -Provides: tex-tablists = %{tl_version} -License: LPPL -Summary: Tabulated lists of short items -Version: svn15878.0.0e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makecell.sty) -Provides: tex(tablists.sty) = %{tl_version} - -%description tablists -This package offers environments and commands for one-level and -two-level lists of short items (e.g., exercises in textbooks). -The environments support optional arguments of item numbering -similar to the enumerate or paralist packages. - -date: 2009-08-04 22:17:36 +0200 - -%post tablists -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tablists -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tablists -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tablists-doc -Summary: Documentation for tablists -Version: svn15878.0.0e -Release: %{tl_noarch_release} -Provides: tex-tablists-doc -BuildArch: noarch -AutoReqProv: No - -%description tablists-doc -Documentation for tablists - -%package tabls -Provides: tex-tabls = %{tl_version} -License: Dotseqn -Summary: Better vertical spacing in tables and arrays -Version: svn17255.3.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tabls.sty) = %{tl_version} - -%description tabls -Modifies LaTeX's array and tabular environments to keep text -from touching other text or hlines above or below. Several new -parameters are defined and some standard macros are re-defined. -The package slows down compilation of tables, since each entry -is boxed twice. - -date: 2010-03-09 13:13:30 +0100 - -%post tabls -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabls -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabls -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabls-doc -Summary: Documentation for tabls -Version: svn17255.3.5 -Release: %{tl_noarch_release} -Provides: tex-tabls-doc -BuildArch: noarch -AutoReqProv: No - -%description tabls-doc -Documentation for tabls - -%package tabto-ltx -Provides: tex-tabto-ltx = %{tl_version} -License: LPPL -Summary: "Tab" to a measured position in the line -Version: svn18159.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tabto.sty) = %{tl_version} - -%description tabto-ltx -\tabto{<length>} moves the typesetting position to <length> -from the left margin of the paragraph. If the typesetting -position is already further along, \tabto starts a new line; -the command \tabto* will move position backwards if necessary, -so that previous text may be overwritten. The command -\TabPositions may be used to define a set of tabbing positions, -after which the command \tab advances typesetting position to -the next defined 'tab stop'. - -date: 2010-05-23 19:54:42 +0200 - -%post tabto-ltx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabto-ltx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabto-ltx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabto-ltx-doc -Summary: Documentation for tabto-ltx -Version: svn18159.1.0 -Release: %{tl_noarch_release} -Provides: tex-tabto-ltx-doc -BuildArch: noarch -AutoReqProv: No - -%description tabto-ltx-doc -Documentation for tabto-ltx - -%package tabu -Provides: tex-tabu = %{tl_version} -License: LPPL 1.3 -Summary: Flexible LaTeX tabulars -Version: svn21534.2.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(varwidth.sty) -Requires: tex(delarray.sty) -Requires: tex(linegoal.sty) -Provides: tex(tabu.sty) = %{tl_version} - -%description tabu -The package provides an environment, tabu, which will make any -sort of tabular (that doesn't need to split across pages), and -an environment longtabu which provides the facilities of tabu -in a modified longtable environment. (Note that this latter -offers an enhancement of ltxtable.) The package requires the -array package, and needs e-TeX to run (since array.sty is -present in every conforming distribution of LaTeX, and since -every publicly available LaTeX format is built using e-TeX, the -requirements are provided by default on any reasonable system). -The package also requires xcolor for coloured rules in tables, -and colortbl for coloured cells. The longtabu environment -further requires that longtable be loaded. The package itself -does not load any of these packages for the user. The tabu -environment may be used in place of tabular, tabular* and -tabularx environments, as well as the array environment in -maths mode. It overloads tabularx's X-column specification, -allowing a width specification, alignment (l, r, c and j) and -column type indication (p, m and b). \begin{tabu} to <dimen> -specifies a target width, and \begin{tabu} spread <dimen> -enlarges the environment's "natural" width. - -date: 2011-02-27 12:23:54 +0100 - -%post tabu -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabu -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabu -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabu-doc -Summary: Documentation for tabu -Version: svn21534.2.8 -Release: %{tl_noarch_release} -Provides: tex-tabu-doc -BuildArch: noarch -AutoReqProv: No - -%description tabu-doc -Documentation for tabu - -%package tabularborder -Provides: tex-tabularborder = %{tl_version} -License: LPPL 1.2 -Summary: Correct index entries for chemical compounds -Version: svn17885.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Provides: tex(tabularborder.sty) = %{tl_version} - -%description tabularborder -The tabular environment is changed so that the outer -\tabcolseps are compensated and a \hline has the same length as -the text. No @{} is needed. - -date: 2010-04-29 12:40:52 +0200 - -%post tabularborder -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabularborder -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabularborder -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabularborder-doc -Summary: Documentation for tabularborder -Version: svn17885.1.0a -Release: %{tl_noarch_release} -Provides: tex-tabularborder-doc -BuildArch: noarch -AutoReqProv: No - -%description tabularborder-doc -Documentation for tabularborder - -%package tabularcalc -Provides: tex-tabularcalc = %{tl_version} -License: LPPL -Summary: Calculate formulas in a tabular environment -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(xstring.sty) -Requires: tex(numprint.sty) -Provides: tex(tabularcalc.sty) = %{tl_version} - -%description tabularcalc -Given a list of numbers and one (or more) formulas, the package -offers an easy syntax to build a table of values, i.e., a -tabular in which the first row contains the list of numbers, -and the other rows contain the calculated values of the -formulas for each number of the list. The table may be built -either horizontally or vertically and is fully customizable. - -date: 2009-04-22 00:12:47 +0200 - -%post tabularcalc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabularcalc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabularcalc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabularcalc-doc -Summary: Documentation for tabularcalc -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-tabularcalc-doc -BuildArch: noarch -AutoReqProv: No - -%description tabularcalc-doc -Documentation for tabularcalc - -%package tabularew -Provides: tex-tabularew = %{tl_version} -License: LPPL -Summary: A variation on the tabular environment -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(tabularew.sty) = %{tl_version} - -%description tabularew -The package offers a modification of the tabular environment, -which deals with the problem of column heads that are -significantly wider than the body of the column. - -date: 2009-11-10 00:58:07 +0100 - -%post tabularew -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabularew -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabularew -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabularew-doc -Summary: Documentation for tabularew -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-tabularew-doc -BuildArch: noarch -AutoReqProv: No - -%description tabularew-doc -Documentation for tabularew - -%package tabulary -Provides: tex-tabulary = %{tl_version} -License: LPPL -Summary: Tabular with variable width columns balanced -Version: svn15878.0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(tabulary.sty) = %{tl_version} - -%description tabulary -The package defines a tabular*-like tabulary environment, -taking a 'total width' argument as well as the column -specifications. It then defines column types L, C, R and J for -variable width columns (\raggedright', \centering, \raggedleft, -and normally justified). In contrast to tabularx's X columns, -the width of each column is weighted according to the natural -width of the widest cell in the column. - -date: 2009-10-10 00:51:28 +0200 - -%post tabulary -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabulary -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabulary -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabulary-doc -Summary: Documentation for tabulary -Version: svn15878.0.9 -Release: %{tl_noarch_release} -Provides: tex-tabulary-doc -BuildArch: noarch -AutoReqProv: No - -%description tabulary-doc -Documentation for tabulary - -%package tagging -Provides: tex-tagging = %{tl_version} -License: LPPL 1.3 -Summary: Document configuration with tags -Version: svn23761.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(verbatim.sty) -Provides: tex(tagging.sty) = %{tl_version} - -%description tagging -The package allows the user to generate multiple documents from -a single source, by marking pieces of the document with tags -and specifying which marked pieces to include or exclude. - -date: 2011-08-29 00:41:24 +0200 - -%post tagging -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tagging -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tagging -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tagging-doc -Summary: Documentation for tagging -Version: svn23761.0 -Release: %{tl_noarch_release} -Provides: tex-tagging-doc -BuildArch: noarch -AutoReqProv: No - -%description tagging-doc -Documentation for tagging - -%package talk -Provides: tex-talk = %{tl_version} -License: LPPL -Summary: A LaTeX class for presentations -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multido.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Requires: tex(pgf.sty) -Requires: tex(hyperref.sty) -Provides: tex(sidebars.sty) = %{tl_version} -Provides: tex(talk.cls) = %{tl_version} - -%description talk -The talk document class allows you to create slides for screen -presentations or printing on transparencies. It also allows you -to print personal notes for your talk. You can create overlays -and display structure information (current section / -subsection, table of contents) on your slides. The main feature -that distinguishes talk from other presentation classes like -beamer or prosper is that it allows the user to define an -arbitrary number of slide styles and switch between these -styles from slide to slide. This way the slide layout can be -adapted to the slide content. For example, the title or -contents page of a talk can be given a slightly different -layout than the other slides. The talk class makes no -restrictions on the slide design whatsoever. The entire look -and feel of the presentation can be defined by the user. The -style definitions should be put in a separate sty file. -Currently the package comes with only one set of pre-defined -slide styles (greybars.sty). Contributions from people who are -artistically more gifted than the author are more than welcome! - -date: 2007-08-14 14:14:54 +0200 - -%post talk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun talk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans talk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package talk-doc -Summary: Documentation for talk -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-talk-doc -BuildArch: noarch -AutoReqProv: No - -%description talk-doc -Documentation for talk - -%package tamefloats -Provides: tex-tamefloats = %{tl_version} -License: LPPL 1.3 -Summary: Experimentally use \holdinginserts with LaTeX floats -Version: svn27345.v0.42 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tameflts.sty) = %{tl_version} - -%description tamefloats -LaTeX's figures, tables, and \marginpars are dangerous for -footnotes (and probably also \enlargethispage). Here is a -proposal (a 'patch' package) to help, by using \holdinginserts -in a simple way. It replaces the original problem with a new -one -- it is an experiment to find out whether the new problem -is less bad (or it is just a contribution to the discussion, -maybe just a summary of previous work). The files provide -further information. - -date: 2012-06-21 14:54:52 +0200 - -%post tamefloats -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tamefloats -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tamefloats -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tamefloats-doc -Summary: Documentation for tamefloats -Version: svn27345.v0.42 -Release: %{tl_noarch_release} -Provides: tex-tamefloats-doc -BuildArch: noarch -AutoReqProv: No - -%description tamefloats-doc -Documentation for tamefloats - -%package tcldoc -Provides: tex-tcldoc = %{tl_version} -License: LPPL -Summary: Doc/docstrip for tcl -Version: svn22018.2.40 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(rtkinenc.sty) -Requires: tex(xdoc2.sty) -Requires: tex(docidx2e.sty) -Provides: tex(tcldoc.cls) = %{tl_version} -Provides: tex(tcldoc.sty) = %{tl_version} -Provides: tex(tclldoc.cls) = %{tl_version} -Provides: tex(tclldoc.sty) = %{tl_version} - -%description tcldoc -The tclldoc package and class simplify the application of the -doc/docstrip style of literate programming with Dr. John -Ousterhout's Tool Command Language (Tcl, pronounced "tickle", -a.k.a. The Cool Language). The tclldoc package is a bit like -the doc package is for LaTeX, whereas the tclldoc class more -parallels the ltxdoc class. - -date: 2007-02-28 00:02:05 +0100 - -%post tcldoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tcldoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tcldoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tcldoc-doc -Summary: Documentation for tcldoc -Version: svn22018.2.40 -Release: %{tl_noarch_release} -Provides: tex-tcldoc-doc -BuildArch: noarch -AutoReqProv: No - -%description tcldoc-doc -Documentation for tcldoc - -%package tcolorbox -Provides: tex-tcolorbox = %{tl_version} -License: LPPL 1.3 -Summary: Coloured boxes, for LaTeX examples and theorems, etc -Version: svn29372.2.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(verbatim.sty) -Provides: tex(tcbbreakable.code.tex) = %{tl_version} -Provides: tex(tcbdocumentation.code.tex) = %{tl_version} -Provides: tex(tcblistings.code.tex) = %{tl_version} -Provides: tex(tcblistingsutf8.code.tex) = %{tl_version} -Provides: tex(tcbskins.code.tex) = %{tl_version} -Provides: tex(tcbtheorems.code.tex) = %{tl_version} -Provides: tex(tcolorbox.sty) = %{tl_version} - -%description tcolorbox -The package provides an environment for coloured and framed -text boxes with a heading line. Optionally, such a box can be -split in an upper and a lower part; thus the package may be -used for the setting of LaTeX examples where one part of the -box displays the source code and the other part shows the -output. Another common use case is the setting of theorems. The -package supports saving and reuse of source code and text -parts. - -date: 2013-03-13 15:30:14 +0100 - -%post tcolorbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tcolorbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tcolorbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tcolorbox-doc -Summary: Documentation for tcolorbox -Version: svn29372.2.02 -Release: %{tl_noarch_release} -Provides: tex-tcolorbox-doc -BuildArch: noarch -AutoReqProv: No - -%description tcolorbox-doc -Documentation for tcolorbox - -%package tdclock -Provides: tex-tdclock = %{tl_version} -License: GPLv2+ -Summary: A ticking digital clock package for PDF output -Version: svn15878.v2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Provides: tex(tdclock.sty) = %{tl_version} - -%description tdclock -A ticking digital clock package to be used in Pdf-LaTeX -documents, for example in presentations. - -date: 2009-06-23 13:06:36 +0200 - -%post tdclock -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tdclock -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tdclock -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tdclock-doc -Summary: Documentation for tdclock -Version: svn15878.v2.2 -Release: %{tl_noarch_release} -Provides: tex-tdclock-doc -BuildArch: noarch -AutoReqProv: No - -%description tdclock-doc -Documentation for tdclock - -%package technics -Provides: tex-technics = %{tl_version} -License: LPPL -Summary: A package to format technical documents -Version: svn29349.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(technics.sty) = %{tl_version} - -%description technics -The package provides a very simple LaTeX document template, in -the hope that this use of LaTeX will become attractive to -typical word processor users. (Presentation is as if it were a -class; users are expected to start from a template document.) - -date: 2012-08-31 01:04:09 +0200 - -%post technics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun technics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans technics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package technics-doc -Summary: Documentation for technics -Version: svn29349.1.0 -Release: %{tl_noarch_release} -Provides: tex-technics-doc -BuildArch: noarch -AutoReqProv: No - -%description technics-doc -Documentation for technics - -%package ted -Provides: tex-ted = %{tl_version} -License: LPPL -Summary: A (primitive) token list editor -Version: svn15878.1.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ted.sty) = %{tl_version} - -%description ted -Just like sed is a stream editor, ted is a token list editor. -Actually, it is not as powerfull as sed, but its main feature -is that it really works with tokens, not only characters. The -ted package provides two user macros: \Substitute and -\ShowTokens. The first is maybe the most useful: it performs -substitutions in token lists (even inside braces). The second -displays each token of the list (one per line) with its catcode -(in the list, not just the current one), and can be useful for -debugging or for TeX learners. Ted is designed to work well -even if strange tokens (that is, unusual {charcode, catcode} -pairs or tokens with a confusing meaning) occur in the list. - -date: 2008-08-24 10:50:19 +0200 - -%post ted -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ted -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ted -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ted-doc -Summary: Documentation for ted -Version: svn15878.1.06 -Release: %{tl_noarch_release} -Provides: tex-ted-doc -BuildArch: noarch -AutoReqProv: No - -%description ted-doc -Documentation for ted - -%package termcal -Provides: tex-termcal = %{tl_version} -License: LPPL -Summary: Print a class calendar -Version: svn22514.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(ifthen.sty) -Provides: tex(termcal.sty) = %{tl_version} - -%description termcal -This package is intended to print a term calendar for use in -planning a class. It has a flexible mechanism for specifying -which days of the week are to be included and for inserting -text either regularly on the same day each week, or on selected -days, or for a series of consecutive days. It also has a -flexible mechanism for specifing class and nonclass days. Text -may be inserted into consecutive days so that it automatically -flows around nonclass days. - -date: 2011-05-17 01:53:44 +0200 - -%post termcal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun termcal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans termcal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package termcal-doc -Summary: Documentation for termcal -Version: svn22514.1.8 -Release: %{tl_noarch_release} -Provides: tex-termcal-doc -BuildArch: noarch -AutoReqProv: No - -%description termcal-doc -Documentation for termcal - -%package termlist -Provides: tex-termlist = %{tl_version} -License: LPPL -Summary: Label any kind of term with a continuous counter -Version: svn18923.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(termlist.sty) = %{tl_version} - -%description termlist -The termlist package provides environments to indent and label -any kind of terms with a continuous number. Candidate terms may -appear inside an equation or eqnarray environment. - -date: 2010-06-12 14:14:46 +0200 - -%post termlist -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun termlist -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans termlist -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package termlist-doc -Summary: Documentation for termlist -Version: svn18923.1.1 -Release: %{tl_noarch_release} -Provides: tex-termlist-doc -BuildArch: noarch -AutoReqProv: No - -%description termlist-doc -Documentation for termlist - -%package tex-label -Provides: tex-tex-label = %{tl_version} -License: LPPL 1.3 -Summary: Place a classification on each page of a document -Version: svn16372.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(tex-label.sty) = %{tl_version} - -%description tex-label -Enables the user to place a 'classification' label on each -page, at the bottom to the right of the page number - -date: 2009-12-14 16:47:24 +0100 - -%post tex-label -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tex-label -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tex-label -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-label-doc -Summary: Documentation for tex-label -Version: svn16372.0 -Release: %{tl_noarch_release} -Provides: tex-tex-label-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-label-doc -Documentation for tex-label - -%package texlogos -Provides: tex-texlogos = %{tl_version} -License: LPPL -Summary: Ready-to-use LaTeX logos -Version: svn19083.1.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(graphics.sty) -Requires: tex(ifthen.sty) -Provides: tex(texlogos.sty) = %{tl_version} - -%description texlogos -TeXlogos defines an assortment of frequently used logos not -contained in base LaTeX itself. The MetaFont, MetaPost, AMS, -BibTeX and SliTeX logos are defined, as long as you have the -appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent, -Yen, Won and Naira are defined so as not to need TS1-encoded -fonts. Also defined are the C++ logo, with the '+' signs -properly positioned, and the logo of the Vienna University -Business Administration Center (BWZ). - -date: 2007-01-16 09:34:54 +0100 - -%post texlogos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texlogos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texlogos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texmate -Provides: tex-texmate = %{tl_version} -License: LPPL -Summary: Comprehensive chess annotation in LaTeX -Version: svn15878.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(chessfss.sty) -Requires: tex(skak.sty) -Provides: tex(texmate.sty) = %{tl_version} - -%description texmate -TeXmate formats chess games from very simple ascii input. The -clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same -results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The -resulting format is fully customizable. There are 4 levels of -commentary: 1 is the main game, 2-3 are commentaries. Each has -its fonts, punctuation marks, etc., and these are also -customizable. The package includes a tool for the creation of -diagrams. The package works in conjunction with skak to produce -diagrams of the current position automatically. For chess -fonts, the package uses the chessfss system. - -date: 2006-09-21 21:05:13 +0200 - -%post texmate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texmate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texmate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texmate-doc -Summary: Documentation for texmate -Version: svn15878.2 -Release: %{tl_noarch_release} -Provides: tex-texmate-doc -BuildArch: noarch -AutoReqProv: No - -%description texmate-doc -Documentation for texmate - -%package texments -Provides: tex-texments = %{tl_version} -License: LPPL -Summary: Using the Pygments highlighter in LaTeX -Version: svn15878.0.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyvrb.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Provides: tex(texments.sty) = %{tl_version} - -%description texments -A package which allows to use the Pygments highlighter inside -LaTeX documents. Pygments supports syntax colouring of over 50 -types of files, and ships with multiple colour schemes. - -date: 2009-01-03 10:55:55 +0100 - -%post texments -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texments -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texments -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texments-doc -Summary: Documentation for texments -Version: svn15878.0.2.0 -Release: %{tl_noarch_release} -Provides: tex-texments-doc -BuildArch: noarch -AutoReqProv: No - -%description texments-doc -Documentation for texments - -%package texpower -Provides: tex-texpower = %{tl_version} -License: GPL+ -Summary: Create dynamic online presentations with LaTeX -Version: svn29349.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-tpslifonts -Requires: tex(ifthen.sty) -Requires: tex(relsize.sty) -Requires: tex(tppstcol.sty) -Requires: tex(ifpdf.sty) -Requires: tex(graphics.sty) -Requires: tex(seminar.bug) -Requires: tex(seminar.bg2) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(color.sty) -Requires: tex(pstricks.sty) -Requires: tex(sem-page.sty) -Provides: tex(automata.sty) = %{tl_version} -Provides: tex(fixseminar.sty) = %{tl_version} -Provides: tex(powersem.cls) = %{tl_version} -Provides: tex(texpower.sty) = %{tl_version} -Provides: tex(tpcolors.cfg) = %{tl_version} -Provides: tex(tplists.sty) = %{tl_version} -Provides: tex(tpoptions.cfg) = %{tl_version} -Provides: tex(tppstcol.sty) = %{tl_version} -Provides: tex(tpsem-a4.sty) = %{tl_version} -Provides: tex(tpsettings.cfg) = %{tl_version} - -%description texpower -TeXPower is a bundle of packages intended to provide an all- -inclusive environment for designing pdf screen presentations to -be viewed in full-screen mode, especially for projecting -`online' with a video beamer. For some of its core functions, -it uses code derived from ppower4 packages. It is, however, not -a complete environment in itself: it relies on an existing -class for preparing slides (such as foiltex or seminar) or -another package such as pdfslide. - -date: 2012-02-24 11:11:42 +0100 - -%post texpower -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texpower -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texpower -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texpower-doc -Summary: Documentation for texpower -Version: svn29349.0.2 -Release: %{tl_noarch_release} -Provides: tex-texpower-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-tpslifonts-doc - -%description texpower-doc -Documentation for texpower - -%package texshade -Provides: tex-texshade = %{tl_version} -License: GPLv2+ -Summary: Package for setting nucleotide and peptide alignments -Version: svn24716.1.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(graphics.sty) -Requires: tex(amssymb.sty) -Provides: tex(texshade.def) = %{tl_version} -Provides: tex(texshade.sty) = %{tl_version} - -%description texshade -TeXshade is alignment shading software completely written in -TeX/LaTeX; it can process multiple sequence alignments in the -.MSF and the .ALN file formats. In addition to common shading -algorithms, it provides special shading modes showing -functional aspects, e.g. charge or hydropathy, and a wide range -of commands for handling shading colours, text styles, labels, -legends; it even allows the user to define completely new -shading modes. TeXshade combines highest flexibility with TeX -output quality -- all in a bundle that does not demand -excessive development time of the user. - -date: 2011-12-01 13:24:33 +0100 - -%post texshade -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texshade -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texshade -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texshade-doc -Summary: Documentation for texshade -Version: svn24716.1.24 -Release: %{tl_noarch_release} -Provides: tex-texshade-doc -BuildArch: noarch -AutoReqProv: No - -%description texshade-doc -Documentation for texshade - -%package textfit -Provides: tex-textfit = %{tl_version} -License: LPPL 1.3 -Summary: Fit text to a desired size -Version: svn20591.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textfit.sty) = %{tl_version} - -%description textfit -Package to fit text to a given width or height by scaling the -font. For example: \scaletowidth{3in}{This}. (The job is done -by calculating a magstep and applying it to the current font; -thus "This" will be very tall, as well as very wide; to scale -in just one dimension, use the facilities of the graphicx -package.) - -date: 2010-11-28 20:21:22 +0100 - -%post textfit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textfit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textfit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textfit-doc -Summary: Documentation for textfit -Version: svn20591.5 -Release: %{tl_noarch_release} -Provides: tex-textfit-doc -BuildArch: noarch -AutoReqProv: No - -%description textfit-doc -Documentation for textfit - -%package textgreek -Provides: tex-textgreek = %{tl_version} -License: LPPL -Summary: Upright greek letters in text -Version: svn24282.v0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textgreek.sty) = %{tl_version} - -%description textgreek -Use upright greek letters as text symbols, e.g. \textbeta. - -date: 2011-10-13 09:47:13 +0200 - -%post textgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textgreek-doc -Summary: Documentation for textgreek -Version: svn24282.v0.7 -Release: %{tl_noarch_release} -Provides: tex-textgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description textgreek-doc -Documentation for textgreek - -%package textmerg -Provides: tex-textmerg = %{tl_version} -License: Public Domain -Summary: Merge text in TeX and LaTeX -Version: svn20677.2.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textmerg.sty) = %{tl_version} - -%description textmerg -Useful, for example, in mail merge. - -date: 2010-12-01 15:56:49 +0100 - -%post textmerg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textmerg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textmerg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textmerg-doc -Summary: Documentation for textmerg -Version: svn20677.2.01 -Release: %{tl_noarch_release} -Provides: tex-textmerg-doc -BuildArch: noarch -AutoReqProv: No - -%description textmerg-doc -Documentation for textmerg - -%package textpos -Provides: tex-textpos = %{tl_version} -License: GPL+ -Summary: Place boxes at arbitrary positions on the LaTeX page -Version: svn28261.1.7h -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everyshi.sty) -Provides: tex(textpos.sty) = %{tl_version} - -%description textpos -A package to facilitate placement of boxes at absolute -positions on the LaTeX page. There are several reasons why this -might be useful, an important one being to help the creation of -large-format conference posters. - -date: 2012-06-01 19:23:46 +0200 - -%post textpos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textpos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textpos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textpos-doc -Summary: Documentation for textpos -Version: svn28261.1.7h -Release: %{tl_noarch_release} -Provides: tex-textpos-doc -BuildArch: noarch -AutoReqProv: No - -%description textpos-doc -Documentation for textpos - -%package theoremref -Provides: tex-theoremref = %{tl_version} -License: LPPL -Summary: References with automatic theorem names -Version: svn20632.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(theoremref.sty) = %{tl_version} - -%description theoremref -The theoremref package provides variants of the \label and \ref -commands for theorem-like environments, capable of -automatically typesetting references including the theorem name -(apart from the theorem number). The scheme is particularly -valuable if the author decides to change a lemma to a -proposition or a theorem (or whatever). - -date: 2010-12-01 16:02:54 +0100 - -%post theoremref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun theoremref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans theoremref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package theoremref-doc -Summary: Documentation for theoremref -Version: svn20632.0 -Release: %{tl_noarch_release} -Provides: tex-theoremref-doc -BuildArch: noarch -AutoReqProv: No - -%description theoremref-doc -Documentation for theoremref - -%package threadcol -Provides: tex-threadcol = %{tl_version} -License: LPPL 1.3 -Summary: Organize document columns into PDF "article thread" -Version: svn28754.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(etoolbox.sty) -Provides: tex(threadcol.sty) = %{tl_version} - -%description threadcol -The package combines a document's columns into a PDF "article -thread". PDF readers that support this mechanism (probably -Adobe Acrobat/Reader only) can be instructed to scroll -automatically from column to column, which facilitates on- -screen reading of two-column documents. Even for single-column -documents, threadcol supports the creation of multiple article -threads, which help organize discontiguous but logically -related regions of text into a form that the user can scroll -through as if its contents were contiguous. - -date: 2013-01-06 14:14:24 +0100 - -%post threadcol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun threadcol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans threadcol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package threadcol-doc -Summary: Documentation for threadcol -Version: svn28754.1.0 -Release: %{tl_noarch_release} -Provides: tex-threadcol-doc -BuildArch: noarch -AutoReqProv: No - -%description threadcol-doc -Documentation for threadcol - -%package threeparttable -Provides: tex-threeparttable = %{tl_version} -License: Threeparttable -Summary: Tables with captions and notes all the same width -Version: svn17383.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(3parttable.sty) = %{tl_version} -Provides: tex(threeparttable.sty) = %{tl_version} - -%description threeparttable -Provides a scheme for tables that have a structured note -section, after the caption. This scheme provides an answer to -the old problem of putting footnotes in tables -- by making -footnotes entirely unnecessary. Note that a threeparttable is -not a float of itself; but you can place it in a table or a -table* environment, if necessary. - -date: 2010-03-09 13:13:30 +0100 - -%post threeparttable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun threeparttable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans threeparttable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package threeparttable-doc -Summary: Documentation for threeparttable -Version: svn17383.0 -Release: %{tl_noarch_release} -Provides: tex-threeparttable-doc -BuildArch: noarch -AutoReqProv: No - -%description threeparttable-doc -Documentation for threeparttable - -%package threeparttablex -Provides: tex-threeparttablex = %{tl_version} -License: LPPL -Summary: Notes in longtables -Version: svn19460.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(threeparttable.sty) -Requires: tex(environ.sty) -Provides: tex(threeparttablex.sty) = %{tl_version} - -%description threeparttablex -The package provides the functionality of the threeparttable -package to tables created using the longtable package. - -date: 2010-07-14 16:29:05 +0200 - -%post threeparttablex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun threeparttablex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans threeparttablex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package threeparttablex-doc -Summary: Documentation for threeparttablex -Version: svn19460.0.2 -Release: %{tl_noarch_release} -Provides: tex-threeparttablex-doc -BuildArch: noarch -AutoReqProv: No - -%description threeparttablex-doc -Documentation for threeparttablex - -%package thinsp -Provides: tex-thinsp = %{tl_version} -License: GPL+ -Summary: A stretchable \thinspace for LaTeX -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(thinsp.sty) = %{tl_version} - -%description thinsp -The package redefines \thinspace to have a stretch component. - -date: 2008-08-24 14:46:50 +0200 - -%post thinsp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thinsp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thinsp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thinsp-doc -Summary: Documentation for thinsp -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-thinsp-doc -BuildArch: noarch -AutoReqProv: No - -%description thinsp-doc -Documentation for thinsp - -%package thmtools -Provides: tex-thmtools = %{tl_version} -License: LPPL -Summary: Extensions to theorem environments -Version: svn26251.62 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(remreset.sty) -Requires: tex(keyval.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(etex.sty) -Requires: tex(thmtools.sty) -Requires: tex(mdframed.sty) -Requires: tex(shadethm.sty) -Requires: tex(thmbox.sty) -Provides: tex(aliasctr.sty) = %{tl_version} -Provides: tex(parseargs.sty) = %{tl_version} -Provides: tex(thm-amsthm.sty) = %{tl_version} -Provides: tex(thm-autoref.sty) = %{tl_version} -Provides: tex(thm-beamer.sty) = %{tl_version} -Provides: tex(thm-kv.sty) = %{tl_version} -Provides: tex(thm-listof.sty) = %{tl_version} -Provides: tex(thm-llncs.sty) = %{tl_version} -Provides: tex(thm-ntheorem.sty) = %{tl_version} -Provides: tex(thm-patch.sty) = %{tl_version} -Provides: tex(thm-restate.sty) = %{tl_version} -Provides: tex(thmdef-mdframed.sty) = %{tl_version} -Provides: tex(thmdef-shaded.sty) = %{tl_version} -Provides: tex(thmdef-thmbox.sty) = %{tl_version} -Provides: tex(thmtools.sty) = %{tl_version} -Provides: tex(unique.sty) = %{tl_version} - -%description thmtools -The bundle provides several packages for commonly-needed -support for typesetting theorems. The packages should work with -kernel theorems (theorems 'out of the box' with LaTeX), and the -theorem and amsthm packages. Features of the bundle include: - -a key-value interface to \newtheorem; - a \listoftheorems -command; - hyperref and autoref compatibility; - a mechanism -for restating entire theorems in a single macro call. - -date: 2012-04-27 11:57:13 +0200 - -%post thmtools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thmtools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thmtools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thmtools-doc -Summary: Documentation for thmtools -Version: svn26251.62 -Release: %{tl_noarch_release} -Provides: tex-thmtools-doc -BuildArch: noarch -AutoReqProv: No - -%description thmtools-doc -Documentation for thmtools - -%package thumb -Provides: tex-thumb = %{tl_version} -License: GPL+ -Summary: Thumb marks in documents -Version: svn16549.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(minitoc.sty) -Provides: tex(thumb.sty) = %{tl_version} - -%description thumb -Place thumb marks in books, manuals and reference maunals. - -date: 2006-12-11 00:37:24 +0100 - -%post thumb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thumb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thumb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thumb-doc -Summary: Documentation for thumb -Version: svn16549.1.0 -Release: %{tl_noarch_release} -Provides: tex-thumb-doc -BuildArch: noarch -AutoReqProv: No - -%description thumb-doc -Documentation for thumb - -%package thumbs -Provides: tex-thumbs = %{tl_version} -License: LPPL 1.3 -Summary: Create thumb indexes -Version: svn25506.1.0m -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(atbegshi.sty) -Requires: tex(xcolor.sty) -Requires: tex(picture.sty) -Requires: tex(alphalph.sty) -Requires: tex(pageslts.sty) -Requires: tex(pagecolor.sty) -Requires: tex(rerunfilecheck.sty) -Requires: tex(infwarerr.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(atveryend.sty) -Provides: tex(thumbs.sty) = %{tl_version} - -%description thumbs -The package puts running, customizable thumb marks in the outer -margin, moving downward as the chapter number (or whatever -shall be marked by the thumb marks) increases. Additionally an -overview page/table of thumb marks can be added automatically, -which gives the names of the thumbed objects, the page where -the object/thumb mark first appears, and the thumb mark itself -at its correct position. The thumb marks are useful for large -documents (such as reference guides, anthologies, etc.), where -a quick and easy way to find (for example) a chapter is needed. - -date: 2012-02-24 13:31:20 +0100 - -%post thumbs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thumbs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thumbs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thumbs-doc -Summary: Documentation for thumbs -Version: svn25506.1.0m -Release: %{tl_noarch_release} -Provides: tex-thumbs-doc -BuildArch: noarch -AutoReqProv: No - -%description thumbs-doc -Documentation for thumbs - -%package thumby -Provides: tex-thumby = %{tl_version} -License: GPLv3+ -Summary: Create thumb indexes for printed books -Version: svn16736.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(perltex.sty) -Requires: tex(bophook.sty) -Provides: tex(thumby.sty) = %{tl_version} - -%description thumby -The package can generate thumb indexes for your document. It -features printing thumb indexes on one- or two-sided pages, -along with background- and foreground-color selection and full -LaTeX styling of the chapter numbers in the thumb indexes. The -height of each thumb index is automatically chosen based on the -number of chapters in your document, while the width is chosen -by the user. The package is designed to work with the memoir -class, and also requires PerlTeX and tikz/ - -date: 2010-01-17 11:28:50 +0100 - -%post thumby -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thumby -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thumby -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thumby-doc -Summary: Documentation for thumby -Version: svn16736.0.1 -Release: %{tl_noarch_release} -Provides: tex-thumby-doc -BuildArch: noarch -AutoReqProv: No - -%description thumby-doc -Documentation for thumby - -%package ticket -Provides: tex-ticket = %{tl_version} -License: LPPL -Summary: Make labels, visting-cards, pins with LaTeX -Version: svn20679.0.4b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(ticket.sty) = %{tl_version} - -%description ticket -Provides an easy to handle interface to produce visiting cards, -labels for your files, stickers, pins and other stuff for your -office, conferences etc. All you need is a definition of your -'ticket' included in a ticket definition file and the two -commands \ticketdefault and \ticket. - -date: 2010-12-06 20:55:11 +0100 - -%post ticket -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ticket -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ticket -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ticket-doc -Summary: Documentation for ticket -Version: svn20679.0.4b -Release: %{tl_noarch_release} -Provides: tex-ticket-doc -BuildArch: noarch -AutoReqProv: No - -%description ticket-doc -Documentation for ticket - -%package timesht -Provides: tex-timesht = %{tl_version} -License: LPPL -Summary: timesht package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(array.sty) -Provides: tex(timesht.cls) = %{tl_version} -Provides: tex(timesht.sty) = %{tl_version} - -%description timesht -timesht package - -%post timesht -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun timesht -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans timesht -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package timesht-doc -Summary: Documentation for timesht -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-timesht-doc -BuildArch: noarch -AutoReqProv: No - -%description timesht-doc -Documentation for timesht - -%package titlefoot -Provides: tex-titlefoot = %{tl_version} -License: LPPL -Summary: Add special material to footer of title page -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titlefoot.sty) = %{tl_version} - -%description titlefoot -Provides the capability of adding keywords (with a \keywords -command), a running title (\runningtitle), AMS subject -classifications (\amssubj), and an 'author's footnote' as -footnotes to the title or first page of a document. Works with -any class for which the \thanks macro works (e.g., article). - -date: 2007-01-17 00:08:13 +0100 - -%post titlefoot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun titlefoot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans titlefoot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package titlepic -Provides: tex-titlepic = %{tl_version} -License: Public Domain -Summary: Add picture to title page of a document -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titlepic.sty) = %{tl_version} - -%description titlepic -The package allows you to place a picture on the title page -(cover page) of a LaTeX document. Example of usage: -\usepackage[cc]{titlepic} \usepackage{graphicx} -\titlepic{\includegraphics[width=\textwidth]{picture.png}} The -package currently only works with the document classes article, -report and book. - -date: 2009-11-10 08:50:14 +0100 - -%post titlepic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun titlepic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans titlepic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package titlepic-doc -Summary: Documentation for titlepic -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-titlepic-doc -BuildArch: noarch -AutoReqProv: No - -%description titlepic-doc -Documentation for titlepic - -%package titleref -Provides: tex-titleref = %{tl_version} -License: Public Domain -Summary: A "\titleref" command to cross-reference section titles -Version: svn18729.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titleref.sty) = %{tl_version} - -%description titleref -Defines a command \titleref that allows you to cross-reference -section (and chapter, etc) titles and captions just like \ref -and \pageref. The package does not interwork with hyperref; if -you need hypertext capabilities, use nameref instead. - -date: 2010-06-06 13:50:32 +0200 - -%post titleref -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun titleref -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans titleref -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package titleref-doc -Summary: Documentation for titleref -Version: svn18729.2.0 -Release: %{tl_noarch_release} -Provides: tex-titleref-doc -BuildArch: noarch -AutoReqProv: No - -%description titleref-doc -Documentation for titleref - -%package titlesec -Provides: tex-titlesec = %{tl_version} -License: LPPL -Summary: Select alternative section titles -Version: svn24852.2.10.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titleps.sty) = %{tl_version} -Provides: tex(titlesec.sty) = %{tl_version} -Provides: tex(titletoc.sty) = %{tl_version} -Provides: tex(ttlkeys.def) = %{tl_version} -Provides: tex(ttlps.def) = %{tl_version} - -%description titlesec -A package providing an interface to sectioning commands for -selection from various title styles. E.g., marginal titles and -to change the font of all headings with a single command, also -providing simple one-step page styles. Also includes a package -to change the page styles when there are floats in a page. You -may assign headers/footers to individual floats, too. - -date: 2011-12-15 15:36:45 +0100 - -%post titlesec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun titlesec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans titlesec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package titlesec-doc -Summary: Documentation for titlesec -Version: svn24852.2.10.0 -Release: %{tl_noarch_release} -Provides: tex-titlesec-doc -BuildArch: noarch -AutoReqProv: No - -%description titlesec-doc -Documentation for titlesec - -%package titling -Provides: tex-titling = %{tl_version} -License: LPPL -Summary: Control over the typesetting of the \maketitle command -Version: svn15878.2.1d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titling.sty) = %{tl_version} - -%description titling -The titling package provides control over the typesetting of -the \maketitle command and \thanks commands, and makes the -\title, \author and \date information permanently available. -Multiple titles are allowed in a single document. New titling -elements can be added and a titlepage title can be centered on -a physical page. - -date: 2009-09-04 12:14:45 +0200 - -%post titling -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun titling -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans titling -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package titling-doc -Summary: Documentation for titling -Version: svn15878.2.1d -Release: %{tl_noarch_release} -Provides: tex-titling-doc -BuildArch: noarch -AutoReqProv: No - -%description titling-doc -Documentation for titling - -%package tocbibind -Provides: tex-tocbibind = %{tl_version} -License: LPPL -Summary: Add bibliography/index/contents to Table of Contents -Version: svn20085.1.5k -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tocbibind.sty) = %{tl_version} - -%description tocbibind -Automatically adds the bibliography and/or the index and/or the -contents, etc., to the Table of Contents listing. - -date: 2010-10-13 11:41:41 +0200 - -%post tocbibind -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tocbibind -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tocbibind -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tocbibind-doc -Summary: Documentation for tocbibind -Version: svn20085.1.5k -Release: %{tl_noarch_release} -Provides: tex-tocbibind-doc -BuildArch: noarch -AutoReqProv: No - -%description tocbibind-doc -Documentation for tocbibind - -%package tocloft -Provides: tex-tocloft = %{tl_version} -License: LPPL 1.3 -Summary: Control table of contents, figures, etc -Version: svn20084.2.3e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tocloft.sty) = %{tl_version} - -%description tocloft -Provides control over the typography of the Table of Contents, -List of Figures and List of Tables, and the ability to create -new `List of ...'. The ToC \parskip can be changed. - -date: 2010-10-13 11:41:41 +0200 - -%post tocloft -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tocloft -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tocloft -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tocloft-doc -Summary: Documentation for tocloft -Version: svn20084.2.3e -Release: %{tl_noarch_release} -Provides: tex-tocloft-doc -BuildArch: noarch -AutoReqProv: No - -%description tocloft-doc -Documentation for tocloft - -%package tocvsec2 -Provides: tex-tocvsec2 = %{tl_version} -License: LPPL 1.3 -Summary: Section numbering and table of contents control -Version: svn23444.1.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(tocvsec2.sty) = %{tl_version} - -%description tocvsec2 -Provides control over section numbering (without recourse to -starred sectional commands) and/or the entries in the Table of -Contents on a section by section basis. - -date: 2010-02-28 10:58:14 +0100 - -%post tocvsec2 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tocvsec2 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tocvsec2 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tocvsec2-doc -Summary: Documentation for tocvsec2 -Version: svn23444.1.2b -Release: %{tl_noarch_release} -Provides: tex-tocvsec2-doc -BuildArch: noarch -AutoReqProv: No - -%description tocvsec2-doc -Documentation for tocvsec2 - -%package todo -Provides: tex-todo = %{tl_version} -License: LPPL -Summary: Make a to-do list for a document -Version: svn17746.2.142 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Provides: tex(todo.sty) = %{tl_version} - -%description todo -The package allows you to insert "to do" marks in your -document, to make lists of such items, and to cross-reference -to them. - -date: 2010-04-01 21:27:08 +0200 - -%post todo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun todo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans todo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package todo-doc -Summary: Documentation for todo -Version: svn17746.2.142 -Release: %{tl_noarch_release} -Provides: tex-todo-doc -BuildArch: noarch -AutoReqProv: No - -%description todo-doc -Documentation for todo - -%package todonotes -Provides: tex-todonotes = %{tl_version} -License: LPPL -Summary: Marking things to do in a LaTeX document -Version: svn28362.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(calc.sty) -Provides: tex(todonotes.sty) = %{tl_version} - -%description todonotes -The package lets the user mark things to do later, in a simple -and visually appealing way. The package takes several options -to enable customization/finetuning of the visual appearance. - -date: 2012-11-25 12:17:34 +0100 - -%post todonotes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun todonotes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans todonotes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package todonotes-doc -Summary: Documentation for todonotes -Version: svn28362.0 -Release: %{tl_noarch_release} -Provides: tex-todonotes-doc -BuildArch: noarch -AutoReqProv: No - -%description todonotes-doc -Documentation for todonotes - -%package tokenizer -Provides: tex-tokenizer = %{tl_version} -License: LPPL -Summary: A tokenizer -Version: svn15878.1.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(tokenizer.sty) = %{tl_version} - -%description tokenizer -A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source} -Splits Source into two tokens at the first encounter of a -comma. The first token is saved in a newly created command with -the name passed as Target1 and the second token likewise. A -package option 'trim' causes leading and trailing space to be -removed from each token; with this option, the \TrimSpaces -command is defined, which removes leading and trailing spaces -from its argument. - -date: 2006-12-23 09:07:09 +0100 - -%post tokenizer -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tokenizer -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tokenizer -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tokenizer-doc -Summary: Documentation for tokenizer -Version: svn15878.1.1.0 -Release: %{tl_noarch_release} -Provides: tex-tokenizer-doc -BuildArch: noarch -AutoReqProv: No - -%description tokenizer-doc -Documentation for tokenizer - -%package toolbox -Provides: tex-toolbox = %{tl_version} -License: LPPL -Summary: Macros for writing indices, glossaries -Version: svn15878.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(toolbox.sty) = %{tl_version} - -%description toolbox -A package for (La)TeX which provides some macros which are -convenient for writing indices, glossaries, or other macros. It -contains macros which support: implicit macros; fancy optional -arguments; loops over tokenlists and itemlists; searching and -splitting; controlled expansion; redefinition of macros; and -concatenated macro names; macros for text replacement. - -date: 2008-02-29 19:54:55 +0100 - -%post toolbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun toolbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans toolbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package toolbox-doc -Summary: Documentation for toolbox -Version: svn15878.5.1 -Release: %{tl_noarch_release} -Provides: tex-toolbox-doc -BuildArch: noarch -AutoReqProv: No - -%description toolbox-doc -Documentation for toolbox - -%package topfloat -Provides: tex-topfloat = %{tl_version} -License: GPL+ -Summary: Move floats to the top of the page -Version: svn19084.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(topfloat.sty) = %{tl_version} - -%description topfloat -topfloat package - -date: 2007-01-17 10:01:14 +0100 - -%post topfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun topfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans topfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package topfloat-doc -Summary: Documentation for topfloat -Version: svn19084.0 -Release: %{tl_noarch_release} -Provides: tex-topfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description topfloat-doc -Documentation for topfloat - -%package totcount -Provides: tex-totcount = %{tl_version} -License: LPPL -Summary: Find the last value of a counter -Version: svn21178.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(totcount.sty) = %{tl_version} - -%description totcount -The package records the value that was last set, for any -counter of interest; since most such counters are simply -incremented when they are changed, the recorded value will -usually be the maximum value. - -date: 2011-01-25 21:21:41 +0100 - -%post totcount -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun totcount -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans totcount -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package totcount-doc -Summary: Documentation for totcount -Version: svn21178.1.2 -Release: %{tl_noarch_release} -Provides: tex-totcount-doc -BuildArch: noarch -AutoReqProv: No - -%description totcount-doc -Documentation for totcount - -%package totpages -Provides: tex-totpages = %{tl_version} -License: LPPL -Summary: Count pages in a document, and report last page number -Version: svn15878.2.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everyshi.sty) -Requires: tex(keyval.sty) -Provides: tex(totpages.sty) = %{tl_version} - -%description totpages -The package counts the actual pages in the document (as opposed -to reporting the number of the last page, as does lastpage). -The counter itself may be shipped out to the DVI file. The -package uses the everyshi package for its task. - -date: 2007-01-18 20:18:05 +0100 - -%post totpages -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun totpages -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans totpages -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package totpages-doc -Summary: Documentation for totpages -Version: svn15878.2.00 -Release: %{tl_noarch_release} -Provides: tex-totpages-doc -BuildArch: noarch -AutoReqProv: No - -%description totpages-doc -Documentation for totpages - -%package trfsigns -Provides: tex-trfsigns = %{tl_version} -License: GPL+ -Summary: Typeset transform signs -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(trfsigns.sty) = %{tl_version} - -%description trfsigns -A package for typesetting various transformation signs for -Laplace transforms, Fourier transforms and others. - -date: 2006-12-05 00:47:24 +0100 - -%post trfsigns -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun trfsigns -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans trfsigns -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package trfsigns-doc -Summary: Documentation for trfsigns -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-trfsigns-doc -BuildArch: noarch -AutoReqProv: No - -%description trfsigns-doc -Documentation for trfsigns - -%package trimspaces -Provides: tex-trimspaces = %{tl_version} -License: LPPL -Summary: Trim spaces around an argument or within a macro -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(trimspaces.sty) = %{tl_version} - -%description trimspaces -A very short package that allows you to expandably remove -spaces around a token list (commands are provided to remove -spaces before, spaces after, or both); or to remove surrounding -spaces within a macro definition, or to define space-stripped -macros. - -date: 2009-11-10 08:50:14 +0100 - -%post trimspaces -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun trimspaces -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans trimspaces -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package trimspaces-doc -Summary: Documentation for trimspaces -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-trimspaces-doc -BuildArch: noarch -AutoReqProv: No - -%description trimspaces-doc -Documentation for trimspaces - -%package trsym -Provides: tex-trsym = %{tl_version} -License: LPPL 1.2 -Summary: Symbols for transformations -Version: svn18732.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(trsy10.tfm) = %{tl_version} -Provides: tex(trsy12.tfm) = %{tl_version} -Provides: tex(trsym.sty) = %{tl_version} -Provides: tex(utrsy.fd) = %{tl_version} - -%description trsym -The bundle provides MetaFont sources for a small font used for -(e.g.) Laplace transformations, together with a LaTeX .fd file -and a package providing commands for the symbols' use in -mathematics. - -date: 2007-10-24 18:05:15 +0200 - -%post trsym -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun trsym -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans trsym -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package trsym-doc -Summary: Documentation for trsym -Version: svn18732.1.0 -Release: %{tl_noarch_release} -Provides: tex-trsym-doc -BuildArch: noarch -AutoReqProv: No - -%description trsym-doc -Documentation for trsym - -%package trivfloat -Provides: tex-trivfloat = %{tl_version} -License: LPPL -Summary: Quick float definitions in LaTeX -Version: svn15878.1.3b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(floatrow.sty) -Requires: tex(float.sty) -Provides: tex(trivfloat.sty) = %{tl_version} - -%description trivfloat -The trivfloat package provides a quick method for defining new -float types in LaTeX. A single command sets up a new float in -the same style as the LaTeX kernel figure and table float -types. The package works with memoir as well as the standard -classes. - -date: 2009-04-24 13:36:42 +0200 - -%post trivfloat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun trivfloat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans trivfloat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package trivfloat-doc -Summary: Documentation for trivfloat -Version: svn15878.1.3b -Release: %{tl_noarch_release} -Provides: tex-trivfloat-doc -BuildArch: noarch -AutoReqProv: No - -%description trivfloat-doc -Documentation for trivfloat - -%package truncate -Provides: tex-truncate = %{tl_version} -License: Public Domain -Summary: Truncate text to a specified width -Version: svn18921.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(truncate.sty) = %{tl_version} - -%description truncate -The package will by default break at word boundaries, but -package options are offered to permit breaks within words. - -date: 2010-06-06 13:50:32 +0200 - -%post truncate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun truncate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans truncate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package truncate-doc -Summary: Documentation for truncate -Version: svn18921.3.6 -Release: %{tl_noarch_release} -Provides: tex-truncate-doc -BuildArch: noarch -AutoReqProv: No - -%description truncate-doc -Documentation for truncate - -%package tucv -Provides: tex-tucv = %{tl_version} -License: CC-BY-SA -Summary: Support for typesetting a CV or resumee -Version: svn20680.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(color.sty) -Requires: tex(calc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xparse.sty) -Provides: tex(tucv.sty) = %{tl_version} - -%description tucv -The package provides commands for typesetting a CV or resume. -It provides commands for general-purpose headings, entries, and -item/description pairs, as well as more specific commands for -formatting sections, with explicit inclusion of school, degree, -employer, job, conference, and publications entries. It tends -to produce a somewhat long and quite detailed document but may -also be suitable to support a shorter resume. - -date: 2010-12-06 21:43:44 +0100 - -%post tucv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tucv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tucv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tucv-doc -Summary: Documentation for tucv -Version: svn20680.1.0 -Release: %{tl_noarch_release} -Provides: tex-tucv-doc -BuildArch: noarch -AutoReqProv: No - -%description tucv-doc -Documentation for tucv - -%package turnthepage -Provides: tex-turnthepage = %{tl_version} -License: LPPL -Summary: Provide "turn page" instructions -Version: svn23784.1.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Requires: tex(picture.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(zref-lastpage.sty) -Requires: tex(alphalph.sty) -Requires: tex(pageslts.sty) -Provides: tex(turnpageetex.sty) = %{tl_version} -Provides: tex(turnpagewoetex.sty) = %{tl_version} -Provides: tex(turnthepage.sty) = %{tl_version} - -%description turnthepage -The package prints a 'turn' instruction at the bottom of odd- -numbered pages (except the last). This is a common convention -for examination papers and the like. - -date: 2011-03-24 23:15:02 +0100 - -%post turnthepage -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun turnthepage -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans turnthepage -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package turnthepage-doc -Summary: Documentation for turnthepage -Version: svn23784.1.3a -Release: %{tl_noarch_release} -Provides: tex-turnthepage-doc -BuildArch: noarch -AutoReqProv: No - -%description turnthepage-doc -Documentation for turnthepage - -%package twoinone -Provides: tex-twoinone = %{tl_version} -License: Public Domain -Summary: Print two pages on a single page -Version: svn17024.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(2in1.sty) = %{tl_version} - -%description twoinone -The package is for printing two pages on a single (landscape) -A4 page. Page numbers appear on the included pages, and not on -the landscape 'container' page. - -date: 2010-02-26 11:17:49 +0100 - -%post twoinone -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun twoinone -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans twoinone -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package twoinone-doc -Summary: Documentation for twoinone -Version: svn17024.0 -Release: %{tl_noarch_release} -Provides: tex-twoinone-doc -BuildArch: noarch -AutoReqProv: No - -%description twoinone-doc -Documentation for twoinone - -%package twoup -Provides: tex-twoup = %{tl_version} -License: LPPL -Summary: Print two virtual pages on each physical page -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(twoup.sty) = %{tl_version} - -%description twoup -MiKTeX and many other TeX implementations include tools for -massaging PostScript into booklet and two-up printing -- that -is, printing two logical pages side by side on one side of one -sheet of paper. However, some LaTeX preliminaries are necessary -to use those tools. The twoup package provides such -preliminaries and gives advice on how to use the PostScript -tools. - -date: 2007-02-27 14:52:52 +0100 - -%post twoup -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun twoup -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans twoup -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package twoup-doc -Summary: Documentation for twoup -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-twoup-doc -BuildArch: noarch -AutoReqProv: No - -%description twoup-doc -Documentation for twoup - -%package txgreeks -Provides: tex-txgreeks = %{tl_version} -License: LPPL 1.3 -Summary: Shape selection for TX fonts Greek letters -Version: svn21839.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(txfonts.sty) -Provides: tex(txgreeks.sty) = %{tl_version} - -%description txgreeks -The package allows LaTeX users who use the TX fonts to select -the shapes (italic or upright) for the Greek lowercase and -uppercase letters. Once the shapes for lowercase and uppercase -have been selected via a package option, the \other prefix -(e.g., \otheralpha) allows using the alternate glyph (as in the -fourier package). The txgreeks package does not constrain the -text font that may be used in the document. - -date: 2011-03-18 12:27:11 +0100 - -%post txgreeks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun txgreeks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans txgreeks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package txgreeks-doc -Summary: Documentation for txgreeks -Version: svn21839.1.0 -Release: %{tl_noarch_release} -Provides: tex-txgreeks-doc -BuildArch: noarch -AutoReqProv: No - -%description txgreeks-doc -Documentation for txgreeks - -%package type1cm -Provides: tex-type1cm = %{tl_version} -License: LPPL -Summary: Arbitrary size font selection in LaTeX -Version: svn21820.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(type1cm.sty) = %{tl_version} - -%description type1cm -LaTeX, by default, restricts the sizes at which you can use its -default computer modern fonts, to a fixed set of discrete sizes -(effectively, a set specified by Knuth). The type1cm package -removes this restriction; this is particularly useful when -using scalable versions of the cm fonts (Bakoma, or the -versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX, -etc.). In fact, since modern distributions will automatically -generate any bitmap font you might need, type1cm has wider -application than just those using scaleable versions of the -fonts. Note that the LaTeX distribution now contains a package -fix-cm, which performs the task of type1cm, as well as doing -the same job for T1- and TS1-encoded ec fonts. - -date: 2011-03-24 10:40:42 +0100 - -%post type1cm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun type1cm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans type1cm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package type1cm-doc -Summary: Documentation for type1cm -Version: svn21820.0 -Release: %{tl_noarch_release} -Provides: tex-type1cm-doc -BuildArch: noarch -AutoReqProv: No - -%description type1cm-doc -Documentation for type1cm - -%package typeface -Provides: tex-typeface = %{tl_version} -License: LPPL 1.3 -Summary: Select a balanced set of fonts -Version: svn27046.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifetex.sty) -Requires: tex(etexcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifthenx.sty) -Requires: tex(iftex.sty) -Requires: tex(ifpdf.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fix-cm.sty) -Requires: tex(nfssext-cfr.sty) -Requires: tex(scalefnt.sty) -Requires: tex(xcolor.sty) -Provides: tex(typeface.cfg) = %{tl_version} -Provides: tex(typeface.sty) = %{tl_version} - -%description typeface -The package provides the means of establishing a consistent set -of fonts for use in a LaTeX document. It allows mixing and -matching the Type 1 font sets available on the archive (and it -may be extended, via its configuration file, to support other -fonts). Font-set definition takes the form of a set of options -that are read when the package is loaded: for each typographic -category (main body font, sans-serif font, monospace font, -mathematics fonts, text figures, and so on), a font or a -transformation is given in those options. The approach enables -the user to remember their own configurations (as a single -command) and to borrow configurations that other users have -developed. The present release is designated "for review". - -date: 2012-07-02 21:55:35 +0200 - -%post typeface -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun typeface -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans typeface -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package typeface-doc -Summary: Documentation for typeface -Version: svn27046.0.1 -Release: %{tl_noarch_release} -Provides: tex-typeface-doc -BuildArch: noarch -AutoReqProv: No - -%description typeface-doc -Documentation for typeface - -%package typogrid -Provides: tex-typogrid = %{tl_version} -License: LPPL -Summary: Print a typographic grid -Version: svn24994.0.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(eso-pic.sty) -Provides: tex(typogrid.sty) = %{tl_version} - -%description typogrid -Draws a grid on every page of the document; the grid divides -the page into columns, and may be used for fixing measurements -of layout. - -date: 2012-01-01 15:10:03 +0100 - -%post typogrid -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun typogrid -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans typogrid -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package typogrid-doc -Summary: Documentation for typogrid -Version: svn24994.0.21 -Release: %{tl_noarch_release} -Provides: tex-typogrid-doc -BuildArch: noarch -AutoReqProv: No - -%description typogrid-doc -Documentation for typogrid - -%package ucs -Provides: tex-ucs = %{tl_version} -License: LPPL 1.3 -Summary: Extended UTF-8 input encoding support for LaTeX -Version: svn27549.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Provides: tex(uni-0.def) = %{tl_version} -Provides: tex(uni-1.def) = %{tl_version} -Provides: tex(uni-100.def) = %{tl_version} -Provides: tex(uni-101.def) = %{tl_version} -Provides: tex(uni-102.def) = %{tl_version} -Provides: tex(uni-103.def) = %{tl_version} -Provides: tex(uni-104.def) = %{tl_version} -Provides: tex(uni-105.def) = %{tl_version} -Provides: tex(uni-106.def) = %{tl_version} -Provides: tex(uni-107.def) = %{tl_version} -Provides: tex(uni-108.def) = %{tl_version} -Provides: tex(uni-109.def) = %{tl_version} -Provides: tex(uni-110.def) = %{tl_version} -Provides: tex(uni-111.def) = %{tl_version} -Provides: tex(uni-112.def) = %{tl_version} -Provides: tex(uni-113.def) = %{tl_version} -Provides: tex(uni-114.def) = %{tl_version} -Provides: tex(uni-115.def) = %{tl_version} -Provides: tex(uni-116.def) = %{tl_version} -Provides: tex(uni-117.def) = %{tl_version} -Provides: tex(uni-118.def) = %{tl_version} -Provides: tex(uni-119.def) = %{tl_version} -Provides: tex(uni-12.def) = %{tl_version} -Provides: tex(uni-120.def) = %{tl_version} -Provides: tex(uni-121.def) = %{tl_version} -Provides: tex(uni-122.def) = %{tl_version} -Provides: tex(uni-123.def) = %{tl_version} -Provides: tex(uni-124.def) = %{tl_version} -Provides: tex(uni-125.def) = %{tl_version} -Provides: tex(uni-126.def) = %{tl_version} -Provides: tex(uni-127.def) = %{tl_version} -Provides: tex(uni-128.def) = %{tl_version} -Provides: tex(uni-129.def) = %{tl_version} -Provides: tex(uni-130.def) = %{tl_version} -Provides: tex(uni-131.def) = %{tl_version} -Provides: tex(uni-132.def) = %{tl_version} -Provides: tex(uni-133.def) = %{tl_version} -Provides: tex(uni-134.def) = %{tl_version} -Provides: tex(uni-135.def) = %{tl_version} -Provides: tex(uni-136.def) = %{tl_version} -Provides: tex(uni-137.def) = %{tl_version} -Provides: tex(uni-138.def) = %{tl_version} -Provides: tex(uni-139.def) = %{tl_version} -Provides: tex(uni-14.def) = %{tl_version} -Provides: tex(uni-140.def) = %{tl_version} -Provides: tex(uni-141.def) = %{tl_version} -Provides: tex(uni-142.def) = %{tl_version} -Provides: tex(uni-143.def) = %{tl_version} -Provides: tex(uni-144.def) = %{tl_version} -Provides: tex(uni-145.def) = %{tl_version} -Provides: tex(uni-146.def) = %{tl_version} -Provides: tex(uni-147.def) = %{tl_version} -Provides: tex(uni-148.def) = %{tl_version} -Provides: tex(uni-149.def) = %{tl_version} -Provides: tex(uni-150.def) = %{tl_version} -Provides: tex(uni-151.def) = %{tl_version} -Provides: tex(uni-152.def) = %{tl_version} -Provides: tex(uni-153.def) = %{tl_version} -Provides: tex(uni-154.def) = %{tl_version} -Provides: tex(uni-155.def) = %{tl_version} -Provides: tex(uni-156.def) = %{tl_version} -Provides: tex(uni-157.def) = %{tl_version} -Provides: tex(uni-158.def) = %{tl_version} -Provides: tex(uni-159.def) = %{tl_version} -Provides: tex(uni-167.def) = %{tl_version} -Provides: tex(uni-172.def) = %{tl_version} -Provides: tex(uni-173.def) = %{tl_version} -Provides: tex(uni-174.def) = %{tl_version} -Provides: tex(uni-175.def) = %{tl_version} -Provides: tex(uni-176.def) = %{tl_version} -Provides: tex(uni-177.def) = %{tl_version} -Provides: tex(uni-178.def) = %{tl_version} -Provides: tex(uni-179.def) = %{tl_version} -Provides: tex(uni-18.def) = %{tl_version} -Provides: tex(uni-180.def) = %{tl_version} -Provides: tex(uni-181.def) = %{tl_version} -Provides: tex(uni-182.def) = %{tl_version} -Provides: tex(uni-183.def) = %{tl_version} -Provides: tex(uni-184.def) = %{tl_version} -Provides: tex(uni-185.def) = %{tl_version} -Provides: tex(uni-186.def) = %{tl_version} -Provides: tex(uni-187.def) = %{tl_version} -Provides: tex(uni-188.def) = %{tl_version} -Provides: tex(uni-189.def) = %{tl_version} -Provides: tex(uni-19.def) = %{tl_version} -Provides: tex(uni-190.def) = %{tl_version} -Provides: tex(uni-191.def) = %{tl_version} -Provides: tex(uni-192.def) = %{tl_version} -Provides: tex(uni-193.def) = %{tl_version} -Provides: tex(uni-194.def) = %{tl_version} -Provides: tex(uni-195.def) = %{tl_version} -Provides: tex(uni-196.def) = %{tl_version} -Provides: tex(uni-197.def) = %{tl_version} -Provides: tex(uni-198.def) = %{tl_version} -Provides: tex(uni-199.def) = %{tl_version} -Provides: tex(uni-2.def) = %{tl_version} -Provides: tex(uni-200.def) = %{tl_version} -Provides: tex(uni-201.def) = %{tl_version} -Provides: tex(uni-202.def) = %{tl_version} -Provides: tex(uni-203.def) = %{tl_version} -Provides: tex(uni-204.def) = %{tl_version} -Provides: tex(uni-205.def) = %{tl_version} -Provides: tex(uni-206.def) = %{tl_version} -Provides: tex(uni-207.def) = %{tl_version} -Provides: tex(uni-208.def) = %{tl_version} -Provides: tex(uni-209.def) = %{tl_version} -Provides: tex(uni-210.def) = %{tl_version} -Provides: tex(uni-211.def) = %{tl_version} -Provides: tex(uni-212.def) = %{tl_version} -Provides: tex(uni-213.def) = %{tl_version} -Provides: tex(uni-214.def) = %{tl_version} -Provides: tex(uni-215.def) = %{tl_version} -Provides: tex(uni-24.def) = %{tl_version} -Provides: tex(uni-248.def) = %{tl_version} -Provides: tex(uni-249.def) = %{tl_version} -Provides: tex(uni-250.def) = %{tl_version} -Provides: tex(uni-251.def) = %{tl_version} -Provides: tex(uni-254.def) = %{tl_version} -Provides: tex(uni-255.def) = %{tl_version} -Provides: tex(uni-29.def) = %{tl_version} -Provides: tex(uni-3.def) = %{tl_version} -Provides: tex(uni-30.def) = %{tl_version} -Provides: tex(uni-31.def) = %{tl_version} -Provides: tex(uni-32.def) = %{tl_version} -Provides: tex(uni-33.def) = %{tl_version} -Provides: tex(uni-34.def) = %{tl_version} -Provides: tex(uni-35.def) = %{tl_version} -Provides: tex(uni-3584.def) = %{tl_version} -Provides: tex(uni-36.def) = %{tl_version} -Provides: tex(uni-37.def) = %{tl_version} -Provides: tex(uni-38.def) = %{tl_version} -Provides: tex(uni-39.def) = %{tl_version} -Provides: tex(uni-4.def) = %{tl_version} -Provides: tex(uni-40.def) = %{tl_version} -Provides: tex(uni-42.def) = %{tl_version} -Provides: tex(uni-44.def) = %{tl_version} -Provides: tex(uni-46.def) = %{tl_version} -Provides: tex(uni-465.def) = %{tl_version} -Provides: tex(uni-468.def) = %{tl_version} -Provides: tex(uni-469.def) = %{tl_version} -Provides: tex(uni-47.def) = %{tl_version} -Provides: tex(uni-470.def) = %{tl_version} -Provides: tex(uni-471.def) = %{tl_version} -Provides: tex(uni-48.def) = %{tl_version} -Provides: tex(uni-49.def) = %{tl_version} -Provides: tex(uni-497.def) = %{tl_version} -Provides: tex(uni-498.def) = %{tl_version} -Provides: tex(uni-5.def) = %{tl_version} -Provides: tex(uni-50.def) = %{tl_version} -Provides: tex(uni-51.def) = %{tl_version} -Provides: tex(uni-760.def) = %{tl_version} -Provides: tex(uni-761.def) = %{tl_version} -Provides: tex(uni-762.def) = %{tl_version} -Provides: tex(uni-78.def) = %{tl_version} -Provides: tex(uni-79.def) = %{tl_version} -Provides: tex(uni-80.def) = %{tl_version} -Provides: tex(uni-81.def) = %{tl_version} -Provides: tex(uni-82.def) = %{tl_version} -Provides: tex(uni-83.def) = %{tl_version} -Provides: tex(uni-84.def) = %{tl_version} -Provides: tex(uni-85.def) = %{tl_version} -Provides: tex(uni-86.def) = %{tl_version} -Provides: tex(uni-87.def) = %{tl_version} -Provides: tex(uni-88.def) = %{tl_version} -Provides: tex(uni-89.def) = %{tl_version} -Provides: tex(uni-9.def) = %{tl_version} -Provides: tex(uni-90.def) = %{tl_version} -Provides: tex(uni-91.def) = %{tl_version} -Provides: tex(uni-92.def) = %{tl_version} -Provides: tex(uni-93.def) = %{tl_version} -Provides: tex(uni-94.def) = %{tl_version} -Provides: tex(uni-95.def) = %{tl_version} -Provides: tex(uni-96.def) = %{tl_version} -Provides: tex(uni-97.def) = %{tl_version} -Provides: tex(uni-98.def) = %{tl_version} -Provides: tex(uni-99.def) = %{tl_version} -Provides: tex(uni-global.def) = %{tl_version} -Provides: tex(uninames.dat) = %{tl_version} -Provides: tex(ucs.sty) = %{tl_version} -Provides: tex(ucsencs.def) = %{tl_version} -Provides: tex(ucshyper.sty) = %{tl_version} -Provides: tex(ucsutils.sty) = %{tl_version} -Provides: tex(utf8x.def) = %{tl_version} -Provides: tex(autofe.sty) = %{tl_version} -Provides: tex(c00enc.def) = %{tl_version} -Provides: tex(c10enc.def) = %{tl_version} -Provides: tex(c40enc.def) = %{tl_version} -Provides: tex(c42enc.def) = %{tl_version} -Provides: tex(c61enc.def) = %{tl_version} -Provides: tex(cenccmn.tex) = %{tl_version} -Provides: tex(cp1252.enc) = %{tl_version} -Provides: tex(ldvarial.fd) = %{tl_version} -Provides: tex(ldvc2000.fd) = %{tl_version} -Provides: tex(ldvenc.def) = %{tl_version} -Provides: tex(letc2000.fd) = %{tl_version} -Provides: tex(letenc.def) = %{tl_version} -Provides: tex(letgfzem.fd) = %{tl_version} -Provides: tex(letjiret.fd) = %{tl_version} -Provides: tex(lklenc.def) = %{tl_version} -Provides: tex(lklkli.fd) = %{tl_version} -Provides: tex(ltaarial.fd) = %{tl_version} -Provides: tex(ltac2000.fd) = %{tl_version} -Provides: tex(ltaenc.def) = %{tl_version} -Provides: tex(ltgc2000.fd) = %{tl_version} -Provides: tex(ltgenc.def) = %{tl_version} -Provides: tex(ltlcmr.fd) = %{tl_version} -Provides: tex(ltlenc.def) = %{tl_version} -Provides: tex(ltwdsnol.fd) = %{tl_version} -Provides: tex(ltwdsque.fd) = %{tl_version} -Provides: tex(ltwdssin.fd) = %{tl_version} -Provides: tex(ltwenc.def) = %{tl_version} -Provides: tex(lucarial.fd) = %{tl_version} -Provides: tex(lucc2000.fd) = %{tl_version} -Provides: tex(lucenc.def) = %{tl_version} -Provides: tex(mkrenc.def) = %{tl_version} -Provides: tex(mkrezra.fd) = %{tl_version} -Provides: tex(mkrhadas.fd) = %{tl_version} -Provides: tex(mkromega.fd) = %{tl_version} -Provides: tex(mkrrashi.fd) = %{tl_version} -Provides: tex(t2dcmr.fd) = %{tl_version} -Provides: tex(t2denc.def) = %{tl_version} -Provides: tex(tengwarDS.enc) = %{tl_version} -Provides: tex(xscmr.fd) = %{tl_version} -Provides: tex(xsenc.def) = %{tl_version} - -%description ucs -The bundle provides the ucs package, and utf8x.def, together -with a large number of support files. The utf8x.def definition -file for use with inputenc covers a wider range of Unicode -characters than does utf8.def in the LaTeX distribution. The -package provides facilities for efficient use of its large sets -of Unicode characters. Glyph production may be controlled by -various options, which permits use of non-ASCII characters when -coding mathematical formulae. Note that the bundle previously -had an alias "unicode"; that alias has now been withdrawn, and -no package of that name now exists. - -date: 2012-08-28 17:41:15 +0200 - -%post ucs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ucs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ucs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ucs-doc -Summary: Documentation for ucs -Version: svn27549.2.1 -Release: %{tl_noarch_release} -Provides: tex-ucs-doc -BuildArch: noarch -AutoReqProv: No - -%description ucs-doc -Documentation for ucs - -%package uebungsblatt -Provides: tex-uebungsblatt = %{tl_version} -License: LPPL -Summary: A LaTeX class for writing exercise sheets -Version: svn15878.v1.5.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(akkgerman.sty) -Requires: tex(amsmath.sty) -Requires: tex(inputenc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(akkcounterlabelpattern.sty) -Provides: tex(uebungsblatt.cls) = %{tl_version} -Provides: tex(uebungsblatt.sty) = %{tl_version} - -%description uebungsblatt -This package implements a LaTeX class for writing exercise -sheets for a lecture. Features: - quick typesetting of exercise -sheets or their revisions, - simple user friendly commands, - -elegant page formatting, - automatic numbering of exercises and -sub-exercises, - the number of the exercise sheet is extracted -automatically from the file name, - static information about -the lectures and the authors needs to provided at one point -only. - -date: 2008-08-24 14:43:48 +0200 - -%post uebungsblatt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uebungsblatt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uebungsblatt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uebungsblatt-doc -Summary: Documentation for uebungsblatt -Version: svn15878.v1.5.0 -Release: %{tl_noarch_release} -Provides: tex-uebungsblatt-doc -BuildArch: noarch -AutoReqProv: No - -%description uebungsblatt-doc -Documentation for uebungsblatt - -%package umoline -Provides: tex-umoline = %{tl_version} -License: LPPL -Summary: Underline text allowing line breaking -Version: svn19085.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(umoline.sty) = %{tl_version} - -%description umoline -Provides commands \Underline, \Midline and \Overline for -underlining, striking out, and overlining their text arguments. - -date: 2007-01-20 15:20:16 +0100 - -%post umoline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun umoline -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans umoline -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package umoline-doc -Summary: Documentation for umoline -Version: svn19085.0 -Release: %{tl_noarch_release} -Provides: tex-umoline-doc -BuildArch: noarch -AutoReqProv: No - -%description umoline-doc -Documentation for umoline - -%package underlin -Provides: tex-underlin = %{tl_version} -License: LPPL -Summary: Underlined running heads -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(underlin.sty) = %{tl_version} - -%description underlin -Defines two pagestyles that provide underlined page heads in -LaTeX. - -date: 2007-06-02 10:25:58 +0200 - -%post underlin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun underlin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans underlin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package underlin-doc -Summary: Documentation for underlin -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-underlin-doc -BuildArch: noarch -AutoReqProv: No - -%description underlin-doc -Documentation for underlin - -%package underoverlap -Provides: tex-underoverlap = %{tl_version} -License: LPPL 1.3 -Summary: Position decorations over and under expressions -Version: svn29019.0.0.1_r1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(mathtools.sty) -Requires: tex(xparse.sty) -Provides: tex(underoverlap.sty) = %{tl_version} - -%description underoverlap -The package overcomes TeX's inherent limitations in commands -that place decorations (such as braces) at arbirary positions -over and under expressions, overlapping as necessary. - -date: 2013-02-03 19:03:00 +0100 - -%post underoverlap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun underoverlap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans underoverlap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package underoverlap-doc -Summary: Documentation for underoverlap -Version: svn29019.0.0.1_r1 -Release: %{tl_noarch_release} -Provides: tex-underoverlap-doc -BuildArch: noarch -AutoReqProv: No - -%description underoverlap-doc -Documentation for underoverlap - -%package undolabl -Provides: tex-undolabl = %{tl_version} -License: LPPL 1.3 -Summary: Override existing labels -Version: svn25010.1.0k -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(undolabl.sty) = %{tl_version} - -%description undolabl -The package allows the user to override existing labels (for -example, those generated automatically). - -date: 2012-01-02 14:24:13 +0100 - -%post undolabl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun undolabl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans undolabl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package undolabl-doc -Summary: Documentation for undolabl -Version: svn25010.1.0k -Release: %{tl_noarch_release} -Provides: tex-undolabl-doc -BuildArch: noarch -AutoReqProv: No - -%description undolabl-doc -Documentation for undolabl - -%package units -Provides: tex-units = %{tl_version} -License: GPL+ -Summary: Typeset units -Version: svn15878.0.9b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nicefrac.sty) = %{tl_version} -Provides: tex(units.sty) = %{tl_version} - -%description units -The package is provided as a bundle with the nicefrac package -for typing fractions. Units uses nicefrac in typesetting -physical units in a standard-looking sort of way. - -date: 2009-09-27 11:52:43 +0200 - -%post units -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun units -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans units -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package units-doc -Summary: Documentation for units -Version: svn15878.0.9b -Release: %{tl_noarch_release} -Provides: tex-units-doc -BuildArch: noarch -AutoReqProv: No - -%description units-doc -Documentation for units - -%package upmethodology -Provides: tex-upmethodology = %{tl_version} -License: LGPLv2+ -Summary: Writing specification such as for UP-based methodologies -Version: svn29615.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(upmethodology-extension.sty) -Requires: tex(a4wide.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(upmethodology-frontpage.sty) -Requires: tex(upmethodology-spec.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(babel.sty) -Requires: tex(vmargin.sty) -Requires: tex(upmethodology-version.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(graphicx.sty) -Requires: tex(subfigure.sty) -Requires: tex(tabularx.sty) -Requires: tex(multicol.sty) -Requires: tex(colortbl.sty) -Requires: tex(picinpar.sty) -Requires: tex(amsmath.sty) -Requires: tex(pifont.sty) -Requires: tex(setspace.sty) -Requires: tex(varioref.sty) -Requires: tex(txfonts.sty) -Requires: tex(relsize.sty) -Requires: tex(ifthen.sty) -Requires: tex(xspace.sty) -Requires: tex(color.sty) -Requires: tex(ulem.sty) -Provides: tex(upmethodology-backpage.sty) = %{tl_version} -Provides: tex(upmethodology-code.sty) = %{tl_version} -Provides: tex(upmethodology-document.cls) = %{tl_version} -Provides: tex(upmethodology-document.sty) = %{tl_version} -Provides: tex(upmethodology-extension.sty) = %{tl_version} -Provides: tex(upmethodology-fmt.sty) = %{tl_version} -Provides: tex(upmethodology-frontpage.sty) = %{tl_version} -Provides: tex(upmethodology-p-common.sty) = %{tl_version} -Provides: tex(upmethodology-p-doctype.sty) = %{tl_version} -Provides: tex(upmethodology-spec.sty) = %{tl_version} -Provides: tex(upmethodology-task.sty) = %{tl_version} -Provides: tex(upmethodology-version.sty) = %{tl_version} - -%description upmethodology -The bundle allows the user to create Unified Process -methodology (UP or RUP) based documents. The style provides -document versioning, document history, document authors, -document validators, specification description, task -management, and several helping macros. - -date: 2013-04-02 13:06:23 +0200 - -%post upmethodology -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun upmethodology -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans upmethodology -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package upmethodology-doc -Summary: Documentation for upmethodology -Version: svn29615.0 -Release: %{tl_noarch_release} -Provides: tex-upmethodology-doc -BuildArch: noarch -AutoReqProv: No - -%description upmethodology-doc -Documentation for upmethodology - -%package upquote -Provides: tex-upquote = %{tl_version} -License: LPPL 1.2 -Summary: Show "realistic" quotes in verbatim -Version: svn26059.v1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Provides: tex(upquote.sty) = %{tl_version} - -%description upquote -Typewriter-style fonts are best for program listings, but -Computer Modern Typewriter prints ` and ' as bent opening and -closing single quotes. Other fonts, and most programming -languages, print ` as a grave accent and ' upright; ' is used -both to open and to close quoted strings. The package switches -the typewriter font to Computer Modern Typewriter in OT1 -encoding, and modifies the behaviour of verbatim, verbatim*, -\verb, and \verb* to print in the "` and ' way". It does -thisregardless of other fonts or encodings in use, so long as -the package is loaded after the other fonts were. The package -does not affect \tt, \texttt, etc. - -date: 2012-04-19 20:55:14 +0200 - -%post upquote -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun upquote -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans upquote -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package upquote-doc -Summary: Documentation for upquote -Version: svn26059.v1.3 -Release: %{tl_noarch_release} -Provides: tex-upquote-doc -BuildArch: noarch -AutoReqProv: No - -%description upquote-doc -Documentation for upquote - -%package uri -Provides: tex-uri = %{tl_version} -License: LPPL -Summary: uri package -Version: svn21608.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(url.sty) -Provides: tex(uri.sty) = %{tl_version} - -%description uri -uri package - -%post uri -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uri -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uri -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uri-doc -Summary: Documentation for uri -Version: svn21608.0 -Release: %{tl_noarch_release} -Provides: tex-uri-doc -BuildArch: noarch -AutoReqProv: No - -%description uri-doc -Documentation for uri - -%package ushort -Provides: tex-ushort = %{tl_version} -License: LPPL -Summary: Shorter (and longer) underlines and underbars -Version: svn15878.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ushort.sty) = %{tl_version} - -%description ushort -Some engineers need underlined or twice underlined variables -for which the usual \underline is too long. This package -provides a generic command for creating underlines of various -sizes and types. - -date: 2008-02-29 19:54:55 +0100 - -%post ushort -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ushort -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ushort -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ushort-doc -Summary: Documentation for ushort -Version: svn15878.2.2 -Release: %{tl_noarch_release} -Provides: tex-ushort-doc -BuildArch: noarch -AutoReqProv: No - -%description ushort-doc -Documentation for ushort - -%package varindex -Provides: tex-varindex = %{tl_version} -License: LPPL -Summary: Luxury frontend to the \index command -Version: svn15878.1.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(toolbox.sty) -Provides: tex(varindex.sty) = %{tl_version} - -%description varindex -Provides a convenient front-end for the \index command. For -example, with it you can generate multiple index entries in -almost any form by a single command. The package is highly -customizable, and works with all versions of LaTeX and probably -most other TeX formats. - -date: 2008-02-29 19:54:55 +0100 - -%post varindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun varindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans varindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package varindex-doc -Summary: Documentation for varindex -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-varindex-doc -BuildArch: noarch -AutoReqProv: No - -%description varindex-doc -Documentation for varindex - -%package varsfromjobname -Provides: tex-varsfromjobname = %{tl_version} -License: LPPL -Summary: Extract variables from the name of the LaTeX file -Version: svn15878.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(varsfromjobname.sty) = %{tl_version} - -%description varsfromjobname -The package allows the user to extract information from the job -name, provided that the name has been structured appropriately: -the package expects the file name to consist of a set of words -separated by hyphens. - -date: 2009-01-12 09:20:39 +0100 - -%post varsfromjobname -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun varsfromjobname -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans varsfromjobname -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package varsfromjobname-doc -Summary: Documentation for varsfromjobname -Version: svn15878.0.5 -Release: %{tl_noarch_release} -Provides: tex-varsfromjobname-doc -BuildArch: noarch -AutoReqProv: No - -%description varsfromjobname-doc -Documentation for varsfromjobname - -%package varwidth -Provides: tex-varwidth = %{tl_version} -License: LPPL -Summary: A variable-width minipage -Version: svn24104.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(varwidth.sty) = %{tl_version} - -%description varwidth -The varwidth environment is superficially similar to minipage, -but the specified width is just a maximum value -- the box may -get a narrower "natural" width. - -date: 2010-11-26 12:00:18 +0100 - -%post varwidth -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun varwidth -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans varwidth -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package varwidth-doc -Summary: Documentation for varwidth -Version: svn24104.0.92 -Release: %{tl_noarch_release} -Provides: tex-varwidth-doc -BuildArch: noarch -AutoReqProv: No - -%description varwidth-doc -Documentation for varwidth - -%package verbasef -Provides: tex-verbasef = %{tl_version} -License: GPL+ -Summary: VERBatim Automatic Splitting of External Files -Version: svn21922.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(vrbexin.sty) -Requires: tex(verbatim.sty) -Requires: tex(here.sty) -Provides: tex(verbasef.sty) = %{tl_version} - -%description verbasef -Verbasef allows you to input (subsections of a) file, print -them in verbatim mode, while automatically breaking up the -inputted lines into pieces of a given length, which are output -as figures. These figures are posted using the [H] -specification, which forces LaTeX to place the figure at the -spot of invocation, rather than floating the figures to the top -of the next page. The package requires the verbatim, here and -vrbexin packages. - -date: 2011-04-02 14:59:54 +0200 - -%post verbasef -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun verbasef -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans verbasef -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package verbasef-doc -Summary: Documentation for verbasef -Version: svn21922.1.1 -Release: %{tl_noarch_release} -Provides: tex-verbasef-doc -BuildArch: noarch -AutoReqProv: No - -%description verbasef-doc -Documentation for verbasef - -%package verbatimcopy -Provides: tex-verbatimcopy = %{tl_version} -License: LPPL -Summary: Make copies of text documents from within LaTeX -Version: svn15878.0.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(verbatimcopy.sty) = %{tl_version} - -%description verbatimcopy -This package provides \VerbatimCopy{in}{out} that will enable -LaTeX to take a verbatim copy of one text file, and save it -under another name. The package provides a means to specify the -output directory to be used, but does no checking and may -therefore overwrite an important file if used injudiciously. - -date: 2009-06-02 14:54:30 +0200 - -%post verbatimcopy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun verbatimcopy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans verbatimcopy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package verbatimcopy-doc -Summary: Documentation for verbatimcopy -Version: svn15878.0.06 -Release: %{tl_noarch_release} -Provides: tex-verbatimcopy-doc -BuildArch: noarch -AutoReqProv: No - -%description verbatimcopy-doc -Documentation for verbatimcopy - -%package verbdef -Provides: tex-verbdef = %{tl_version} -License: LPPL -Summary: Define commands which expand to verbatim text -Version: svn17177.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(verbdef.sty) = %{tl_version} - -%description verbdef -The package defines a single command \verbdef (which has a *- -form, like \verb). \verbdef will define a robust command whose -body expands to verbatim text. By using commands defined by -\verbdef, one can put verbatim text into the arguments of -commands; since the defined command is robust, it doesn't -matter if the argument is moving. (Full details of syntax and -caveats about use are in comments in the file itself.) - -date: 2010-03-09 13:13:30 +0100 - -%post verbdef -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun verbdef -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans verbdef -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package verbdef-doc -Summary: Documentation for verbdef -Version: svn17177.0.2 -Release: %{tl_noarch_release} -Provides: tex-verbdef-doc -BuildArch: noarch -AutoReqProv: No - -%description verbdef-doc -Documentation for verbdef - -%package verbments -Provides: tex-verbments = %{tl_version} -License: LPPL 1.2 -Summary: Syntax highlighting of source code in LaTeX documents -Version: svn23670.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(framed.sty) -Requires: tex(xcolor.sty) -Requires: tex(calc.sty) -Provides: tex(verbments.sty) = %{tl_version} - -%description verbments -The package provides an environment for syntax highlighting -source code in LaTeX documents. The highlighted source code -output is formatted via powerful Pygments library of the Python -language. - -date: 2011-08-23 07:18:10 +0200 - -%post verbments -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun verbments -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans verbments -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package verbments-doc -Summary: Documentation for verbments -Version: svn23670.1.2 -Release: %{tl_noarch_release} -Provides: tex-verbments-doc -BuildArch: noarch -AutoReqProv: No - -%description verbments-doc -Documentation for verbments - -%package version -Provides: tex-version = %{tl_version} -License: Copyright only -Summary: Conditionally include text -Version: svn21920.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(version.sty) = %{tl_version} - -%description version -Defines macros \includeversion{NAME} and \excludeversion{NAME}, -each of which defines an environment NAME whose text is to be -included or excluded from compilation. Although the command -syntax is very similar to that of comment, comment.sty is to be -preferred to version.sty for documents where significant chunks -of text may be excluded. - -date: 2011-04-02 15:43:25 +0200 - -%post version -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun version -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans version -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package version-doc -Summary: Documentation for version -Version: svn21920.2.0 -Release: %{tl_noarch_release} -Provides: tex-version-doc -BuildArch: noarch -AutoReqProv: No - -%description version-doc -Documentation for version - -%package versions -Provides: tex-versions = %{tl_version} -License: LPPL 1.3 -Summary: Optionally omit pieces of text -Version: svn21921.0.55 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(versions.sty) = %{tl_version} - -%description versions -Stephan Bellantoni's version has provided preamble commands for -selecting environments to be included/excluded. This package -does the same, but corrects, improves, and extends it in both -implementation and function. - -date: 2011-04-02 19:40:46 +0200 - -%post versions -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun versions -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans versions -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package versions-doc -Summary: Documentation for versions -Version: svn21921.0.55 -Release: %{tl_noarch_release} -Provides: tex-versions-doc -BuildArch: noarch -AutoReqProv: No - -%description versions-doc -Documentation for versions - -%package vertbars -Provides: tex-vertbars = %{tl_version} -License: LPPL 1.3 -Summary: Mark vertical rules in margin of text -Version: svn20589.1.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lineno.sty) -Provides: tex(vertbars.sty) = %{tl_version} - -%description vertbars -This package is an extension to lineno, replacing that -package's line numbers with bars to the left or right of the -text. - -date: 2010-11-28 20:56:07 +0100 - -%post vertbars -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vertbars -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vertbars -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vertbars-doc -Summary: Documentation for vertbars -Version: svn20589.1.0b -Release: %{tl_noarch_release} -Provides: tex-vertbars-doc -BuildArch: noarch -AutoReqProv: No - -%description vertbars-doc -Documentation for vertbars - -%package vhistory -Provides: tex-vhistory = %{tl_version} -License: LPPL 1.2 -Summary: Support for creating a change log -Version: svn28914.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxtable.sty) -Provides: tex(sets.sty) = %{tl_version} -Provides: tex(vhistory.sty) = %{tl_version} - -%description vhistory -Vhistory simplifies the creation of a history of versions of a -document. You can easily extract information like the current -version of a list of authors from that history. It helps you to -get consistent documents. The package sets, which is used by -vhistory, allows you to use sets containing text. You can use -the usual operations to create the union of sets or the -intersection of sets etc. - -date: 2013-01-23 13:54:33 +0100 - -%post vhistory -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vhistory -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vhistory -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vhistory-doc -Summary: Documentation for vhistory -Version: svn28914.1.6 -Release: %{tl_noarch_release} -Provides: tex-vhistory-doc -BuildArch: noarch -AutoReqProv: No - -%description vhistory-doc -Documentation for vhistory - -%package vmargin -Provides: tex-vmargin = %{tl_version} -License: LPPL -Summary: Set various page dimensions -Version: svn15878.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(vmargin.sty) = %{tl_version} - -%description vmargin -Provides a macro to set various margins as well as dimensions -for header/footer and page dimensions. Most common paper sizes, -paper orientation, disabling of headers and footers, and two -sided printing are supported. The vmargin package does not rely -on other packages and was designed with speed and size in mind. -Its user interface might not be very fancy, but it's fast, -small, and gets the job done. If you are looking for something -more elaborate try the geometry package. - -date: 2009-09-27 12:18:28 +0200 - -%post vmargin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vmargin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vmargin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vmargin-doc -Summary: Documentation for vmargin -Version: svn15878.2.5 -Release: %{tl_noarch_release} -Provides: tex-vmargin-doc -BuildArch: noarch -AutoReqProv: No - -%description vmargin-doc -Documentation for vmargin - -%package volumes -Provides: tex-volumes = %{tl_version} -License: LPPL -Summary: Typeset only parts of a document, with complete indexes etc -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(scrlfile.sty) -Provides: tex(nowtoaux.sty) = %{tl_version} -Provides: tex(volumes.sty) = %{tl_version} - -%description volumes -This package helps you if you want to produce separate printed -volumes from one LaTeX document, as well as one comprehensive, -"all-inclusive" version. It suppresses the part of the table of -contents that are not typeset, while counters, definitions, -index entries etc. are kept consistent throughout the input -file. - -date: 2007-03-01 21:27:41 +0100 - -%post volumes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun volumes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans volumes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package volumes-doc -Summary: Documentation for volumes -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-volumes-doc -BuildArch: noarch -AutoReqProv: No - -%description volumes-doc -Documentation for volumes - -%package vpe -Provides: tex-vpe = %{tl_version} -License: LPPL -Summary: Source specials for PDF output -Version: svn26039.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-vpe-bin -Requires: tex(keyval.sty) -Requires: tex(color.sty) -Requires: tex(pifont.sty) -Provides: tex(vpe.sty) = %{tl_version} - -%description vpe -VPE is a system to make the equivalent of "source special" -marks in a PDF file. Clicking on a mark will activate an -editor, pointing at the source line that produced the text that -was marked. The system comprises a perl file (vpe.pl) and a -LaTeX package (vpe.sty); it will work with PDF files generated -via LaTeX/dvips, pdfTeX (version 0.14 or better), and -LaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the -(pdf)TeX processor should be run with shell escapes enabled. - -date: 2012-04-18 16:26:37 +0200 - -%post vpe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vpe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vpe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vpe-doc -Summary: Documentation for vpe -Version: svn26039.0.2 -Release: %{tl_noarch_release} -Provides: tex-vpe-doc -BuildArch: noarch -AutoReqProv: No - -%description vpe-doc -Documentation for vpe - -%package vpe-bin -Summary: Binaries for vpe -Version: svn6897.0 -Requires: texlive-base -Requires: tex-vpe -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description vpe-bin -Binaries for vpe - -%package vruler -Provides: tex-vruler = %{tl_version} -License: LPPL -Summary: Numbering text -Version: svn21598.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(vruler.sty) = %{tl_version} - -%description vruler -The package offers facilities for adding a columns of numbering -to the general text so that the text can be properly -referenced. The vertical ruler can be scaled and moved freely. -The package may be used either with LaTeX or with plain TeX. - -date: 2011-03-03 10:36:36 +0100 - -%post vruler -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vruler -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vruler -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vruler-doc -Summary: Documentation for vruler -Version: svn21598.2.3 -Release: %{tl_noarch_release} -Provides: tex-vruler-doc -BuildArch: noarch -AutoReqProv: No - -%description vruler-doc -Documentation for vruler - -%package vwcol -Provides: tex-vwcol = %{tl_version} -License: LPPL -Summary: Variable-width multiple text columns -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(environ.sty) -Requires: tex(keyval.sty) -Requires: tex(ragged2e.sty) -Provides: tex(vwcol.sty) = %{tl_version} - -%description vwcol -The package provides a crude environment (vwcol) for -typesetting multicolumn paragraph text of various column widths -on a single page. - -date: 2008-08-24 14:43:48 +0200 - -%post vwcol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vwcol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vwcol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vwcol-doc -Summary: Documentation for vwcol -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-vwcol-doc -BuildArch: noarch -AutoReqProv: No - -%description vwcol-doc -Documentation for vwcol - -%package wallpaper -Provides: tex-wallpaper = %{tl_version} -License: LPPL -Summary: Easy addition of wallpapers (background images) to LaTeX documents, including tiling -Version: svn15878.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(eso-pic.sty) -Requires: tex(graphicx.sty) -Provides: tex(wallpaper.sty) = %{tl_version} - -%description wallpaper -This collection contains files to add wallpapers (background -images) to LaTeX documents. It uses the eso-pic package, but -provides simple commands to include effects such as tiling. An -example is provided, which works under both LaTeX and pdfLaTeX. - -date: 2007-01-20 20:21:37 +0100 - -%post wallpaper -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wallpaper -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wallpaper -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wallpaper-doc -Summary: Documentation for wallpaper -Version: svn15878.1.10 -Release: %{tl_noarch_release} -Provides: tex-wallpaper-doc -BuildArch: noarch -AutoReqProv: No - -%description wallpaper-doc -Documentation for wallpaper - -%package warning -Provides: tex-warning = %{tl_version} -License: LPPL -Summary: Global warnings at the end of the logfile -Version: svn22028.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(warning.sty) = %{tl_version} - -%description warning -This package provides a command that generates a list of -warnings that are printed out at the very end of the logfile. -This is useful for warnings such as 'Rerun for this or that -reason' or 'This is a draft, change it before the final run'. - -date: 2011-04-08 17:41:44 +0200 - -%post warning -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun warning -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans warning -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package warning-doc -Summary: Documentation for warning -Version: svn22028.0.01 -Release: %{tl_noarch_release} -Provides: tex-warning-doc -BuildArch: noarch -AutoReqProv: No - -%description warning-doc -Documentation for warning - -%package warpcol -Provides: tex-warpcol = %{tl_version} -License: LPPL -Summary: Relative alignment of rows in numeric columns in tabulars -Version: svn15878.1.0c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(warpcol.sty) = %{tl_version} - -%description warpcol -Defines a tabular column type for formatting numerical columns -in LaTeX. The column type enables numerical items to be right -justified relative to each other, while centred beneath the -column label. In addition, macros are provided to enable -variations on this column type to be defined. Usage of the -package is superficially similar to that of dcolumn; however, -the alignment scheme is different, and the packages have -different, though overlapping, applications. - -date: 2007-11-21 20:02:33 +0100 - -%post warpcol -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun warpcol -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans warpcol -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package warpcol-doc -Summary: Documentation for warpcol -Version: svn15878.1.0c -Release: %{tl_noarch_release} -Provides: tex-warpcol-doc -BuildArch: noarch -AutoReqProv: No - -%description warpcol-doc -Documentation for warpcol - -%package was -Provides: tex-was = %{tl_version} -License: LPPL -Summary: A collection of small packages by Walter Schmidt -Version: svn21439.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fixmath.sty) = %{tl_version} -Provides: tex(gensymb.sty) = %{tl_version} -Provides: tex(icomma.sty) = %{tl_version} -Provides: tex(upgreek.sty) = %{tl_version} - -%description was -A bundle of packages that arise in the author's area of -interest: - compliance of maths typesetting with ISO standards; -- symbols that work in both maths and text modes; - commas for -both decimal separator and maths; and - upright Greek letters -in maths. - -date: 2011-02-15 10:33:56 +0100 - -%post was -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun was -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans was -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package was-doc -Summary: Documentation for was -Version: svn21439.0 -Release: %{tl_noarch_release} -Provides: tex-was-doc -BuildArch: noarch -AutoReqProv: No - -%description was-doc -Documentation for was - -%package widetable -Provides: tex-widetable = %{tl_version} -License: LPPL 1.3 -Summary: An environment for typesetting tables of specified width -Version: svn16082.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifetex.sty) -Provides: tex(widetable.sty) = %{tl_version} - -%description widetable -The package defines a new environment that, unlike tabularX, -typesets a table of specified width by working on the inter- -column glue; the tabular cells will all be stretched (or -shrunk) according to need. The package will use the e-TeX -arithmetic extensions if they are available (they are, in most -modern distributions). - -date: 2009-11-10 09:00:49 +0100 - -%post widetable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun widetable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans widetable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package widetable-doc -Summary: Documentation for widetable -Version: svn16082.1.1 -Release: %{tl_noarch_release} -Provides: tex-widetable-doc -BuildArch: noarch -AutoReqProv: No - -%description widetable-doc -Documentation for widetable - -%package williams -Provides: tex-williams = %{tl_version} -License: LPPL -Summary: Miscellaneous macros by Peter Williams -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(epic.sty) -Requires: tex(eepic.sty) -Provides: tex(antree.sty) = %{tl_version} -Provides: tex(toklist.sty) = %{tl_version} - -%description williams -The bundle provides two packages: - antree, which provides -macros for annotated node trees, and - toklist, which is an -implementation of Knuth's token list macros, to be found on -pp.378-379 of the TeXbook. - -date: 2009-01-30 14:29:16 +0100 - -%post williams -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun williams -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans williams -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package williams-doc -Summary: Documentation for williams -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-williams-doc -BuildArch: noarch -AutoReqProv: No - -%description williams-doc -Documentation for williams - -%package wordlike -Provides: tex-wordlike = %{tl_version} -License: LPPL -Summary: Simulating word processor layout -Version: svn15878.1.2b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Provides: tex(wordlike.sty) = %{tl_version} - -%description wordlike -The package simulates typical word processor layout: narrow -page margins, Times, Helvetica and Courier fonts, \LARGE or -\Large headings, and \sloppy typesetting. The package aims at -making life easier for users who are discontent with LaTeX's -standard layout settings because they need a layout that -resembles the usual "wordlike" output. The design of the -package draws on several discussions in the de.comp.text.tex -and comp.text.tex newsgroups that are referred to in the -manual. - -date: 2009-06-03 09:03:24 +0200 - -%post wordlike -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wordlike -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wordlike -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wordlike-doc -Summary: Documentation for wordlike -Version: svn15878.1.2b -Release: %{tl_noarch_release} -Provides: tex-wordlike-doc -BuildArch: noarch -AutoReqProv: No - -%description wordlike-doc -Documentation for wordlike - -%package wrapfig -Provides: tex-wrapfig = %{tl_version} -License: LPPL -Summary: Produces figures which text can flow around -Version: svn22048.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wrapfig.sty) = %{tl_version} - -%description wrapfig -Allows figures or tables to have text wrapped around them. Does -not work in combination with list environments, but can be used -in a parbox or minipage, and in twocolumn format. Supports the -float package. - -date: 2011-04-09 12:56:30 +0200 - -%post wrapfig -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun wrapfig -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans wrapfig -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package wrapfig-doc -Summary: Documentation for wrapfig -Version: svn22048.3.6 -Release: %{tl_noarch_release} -Provides: tex-wrapfig-doc -BuildArch: noarch -AutoReqProv: No - -%description wrapfig-doc -Documentation for wrapfig - -%package xargs -Provides: tex-xargs = %{tl_version} -License: LPPL -Summary: Define commands with many optional arguments -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(xargs.sty) = %{tl_version} - -%description xargs -The package provides extended versions of \newcommand and -related LaTeX commands, which allow easy and robust definition -of macros with many optional arguments, using a clear and -simple xkeyval-style syntax. - -date: 2008-08-24 00:31:24 +0200 - -%post xargs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xargs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xargs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xargs-doc -Summary: Documentation for xargs -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-xargs-doc -BuildArch: noarch -AutoReqProv: No - -%description xargs-doc -Documentation for xargs - -%package xbmc -Provides: tex-xbmc = %{tl_version} -License: LPPL -Summary: xbmc package -Version: svn13293.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xbmc10.tfm) = %{tl_version} - -%description xbmc -xbmc package - -%post xbmc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xbmc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xbmc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xcomment -Provides: tex-xcomment = %{tl_version} -License: LPPL -Summary: Allows selected environments to be included/excluded -Version: svn20031.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xcomment.sty) = %{tl_version} -Provides: tex(xcomment.tex) = %{tl_version} - -%description xcomment -The package defines an environment that only typesets specified -environments within its scope. So, for example, if you want -nothing but the figure and table environments in your document, -you can enclose the whole document with an xcomment environment -that excludes everything but. This is a lot easier than -excluding the chunks of text between the environments you want, -or creating an entire document containing only those -environments. The package was previously part of the seminar -bundle for typesetting presentations. - -date: 2010-09-08 12:33:34 +0200 - -%post xcomment -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xcomment -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xcomment -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xcomment-doc -Summary: Documentation for xcomment -Version: svn20031.1.3 -Release: %{tl_noarch_release} -Provides: tex-xcomment-doc -BuildArch: noarch -AutoReqProv: No - -%description xcomment-doc -Documentation for xcomment - -%package xhfill -Provides: tex-xhfill = %{tl_version} -License: LPPL -Summary: Extending \hrulefill -Version: svn22575.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(calc.sty) -Requires: tex(xspace.sty) -Provides: tex(xhfill.sty) = %{tl_version} - -%description xhfill -The package provides extended macros for the default \hrulefill -command. It allows modification of the width and the colour of -the line. - -date: 2011-05-17 17:47:58 +0200 - -%post xhfill -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xhfill -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xhfill -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xhfill-doc -Summary: Documentation for xhfill -Version: svn22575.1.01 -Release: %{tl_noarch_release} -Provides: tex-xhfill-doc -BuildArch: noarch -AutoReqProv: No - -%description xhfill-doc -Documentation for xhfill - -%package xtab -Provides: tex-xtab = %{tl_version} -License: LPPL -Summary: Break tables across pages -Version: svn23347.2.3f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xtab.sty) = %{tl_version} - -%description xtab -Xtab is an extended and somewhat improved version of -supertabular; it provides tables that break across pages. - -date: 2011-07-31 16:09:03 +0200 - -%post xtab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xtab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xtab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xtab-doc -Summary: Documentation for xtab -Version: svn23347.2.3f -Release: %{tl_noarch_release} -Provides: tex-xtab-doc -BuildArch: noarch -AutoReqProv: No - -%description xtab-doc -Documentation for xtab - -%package xdoc -Provides: tex-xdoc = %{tl_version} -License: LPPL -Summary: Extending the LaTeX doc system -Version: svn15878.prot2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(doc.sty) -Provides: tex(docidx2e.sty) = %{tl_version} -Provides: tex(docindex.sty) = %{tl_version} -Provides: tex(xdoc2.sty) = %{tl_version} - -%description xdoc -Xdoc is a project to rewrite the implementation of the LaTeX -doc package (in a broader sense) to make its features more -general and flexible. For example, where doc only provides -commands for documenting macros and environments, xdoc also -provides commands for similarly documenting package options and -switches. This is furthermore done in such a way that it is -very easy to add more such commands for documenting things, -such as e.g., templates (an important concept in the future -LaTeX3) and program components for other languages (functions, -classes, procedures, etc.). A side effect is that many minor -bugs in doc are fixed. The design aims to take advantage of -many still experimental features of future versions of LaTeX, -but since these are neither reasonably stable nor widely -available, the configuration interfaces and package author -commands of xdoc are likely to change. To still provide a -stable interface for other packages to build upon, the actual -package names include a "major version number" of sorts. The -drop-in replacement package for standard doc is xdoc2; it -requires nothing outside standard LaTeX2e. The -docindex/docidx2e package changes the index and list of changes -typesetting so that none of the formatting has to be controlled -via the index style file. The docindex package provides control -of formatting via templates (nice interface, but requires -several experimental packages), whereas the docidx2e package -has traditional raw macro interfaces and works with standard -LaTeX2e. - -date: 2006-12-05 00:47:24 +0100 - -%post xdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xdoc-doc -Summary: Documentation for xdoc -Version: svn15878.prot2.5 -Release: %{tl_noarch_release} -Provides: tex-xdoc-doc -BuildArch: noarch -AutoReqProv: No - -%description xdoc-doc -Documentation for xdoc - -%package xfor -Provides: tex-xfor = %{tl_version} -License: LPPL -Summary: A reimplimentation of the LaTeX for-loop macro -Version: svn15878.1.05 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xfor.sty) = %{tl_version} - -%description xfor -The package redefines the LaTeX internal \@for macro so that -the loop may be prematurely terminated. The action is akin to -the C/Java break statement, except that the loop does not -terminate until the end of the current iteration - -date: 2009-02-05 23:18:07 +0100 - -%post xfor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xfor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xfor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xfor-doc -Summary: Documentation for xfor -Version: svn15878.1.05 -Release: %{tl_noarch_release} -Provides: tex-xfor-doc -BuildArch: noarch -AutoReqProv: No - -%description xfor-doc -Documentation for xfor - -%package xint -Provides: tex-xint = %{tl_version} -License: LPPL 1.3 -Summary: Expandable operations on long numbers -Version: svn29649.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xint.sty) = %{tl_version} -Provides: tex(xintgcd.sty) = %{tl_version} - -%description xint -The bundle provides two packages: - xint, which provides -expandable TeX macros the basic arithmetic operations of -addition, subtraction, multiplication and division, as applied -to arbitrarily long numbers represented as chains of digits -with an optional minus sign; and - xintgcd, which provides -implementations of the Euclidean algorithm, and of its -typesetting. The packages may be used both with Plain TeX and -LaTeX. - -date: 2013-04-04 19:38:48 +0200 - -%post xint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xint-doc -Summary: Documentation for xint -Version: svn29649.1.01 -Release: %{tl_noarch_release} -Provides: tex-xint-doc -BuildArch: noarch -AutoReqProv: No - -%description xint-doc -Documentation for xint - -%package xmpincl -Provides: tex-xmpincl = %{tl_version} -License: GPL+ -Summary: Include eXtensible Metadata Platform data in PDFLaTeX -Version: svn15878.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Provides: tex(xmpincl.sty) = %{tl_version} - -%description xmpincl -The XMP (eXtensible Metadata platform) is a framework to add -metadata to digital material to enhance the workflow in -publication. The essence is that the metadata is stored in an -XML file, and this XML stream is then embedded in the file to -which it applies. How you create this XML file is up to you, -but the author started investigating this because he wanted to -embed licensing information in the files he created. The -license the author chose is one of the Creative Commons -licenses, and their web-site offers this information in a valid -XML-file, suitable for direct inclusion. - -date: 2008-05-10 20:43:24 +0200 - -%post xmpincl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xmpincl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xmpincl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xmpincl-doc -Summary: Documentation for xmpincl -Version: svn15878.2.2 -Release: %{tl_noarch_release} -Provides: tex-xmpincl-doc -BuildArch: noarch -AutoReqProv: No - -%description xmpincl-doc -Documentation for xmpincl - -%package xnewcommand -Provides: tex-xnewcommand = %{tl_version} -License: LPPL -Summary: Define \global and \protected commands with \newcommand -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xnewcommand.sty) = %{tl_version} - -%description xnewcommand -The package provides the means of defining \global and (e-TeX) -\protected commands, within the framework of LaTeX's standard -\newcommand. - -date: 2008-08-24 14:46:50 +0200 - -%post xnewcommand -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xnewcommand -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xnewcommand -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xnewcommand-doc -Summary: Documentation for xnewcommand -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-xnewcommand-doc -BuildArch: noarch -AutoReqProv: No - -%description xnewcommand-doc -Documentation for xnewcommand - -%package xoptarg -Provides: tex-xoptarg = %{tl_version} -License: LPPL -Summary: Expandable macros that take an optional argument -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xoptarg.sty) = %{tl_version} - -%description xoptarg -Commands that take an optional argument are not ordinarily -expandable; this package allows such commands to be expandable -provided they have at least one mandatory argument. - -date: 2008-08-24 14:29:08 +0200 - -%post xoptarg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xoptarg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xoptarg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xoptarg-doc -Summary: Documentation for xoptarg -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-xoptarg-doc -BuildArch: noarch -AutoReqProv: No - -%description xoptarg-doc -Documentation for xoptarg - -%package xpatch -Provides: tex-xpatch = %{tl_version} -License: LPPL 1.3 -Summary: Extending etoolbox patching commands -Version: svn27897.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(xpatch.sty) = %{tl_version} - -%description xpatch -The package generalises the macro patching commands provided by -Philipp Lehmann's etoolbox. - -date: 2012-03-12 18:26:56 +0100 - -%post xpatch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xpatch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xpatch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xpatch-doc -Summary: Documentation for xpatch -Version: svn27897.0.2 -Release: %{tl_noarch_release} -Provides: tex-xpatch-doc -BuildArch: noarch -AutoReqProv: No - -%description xpatch-doc -Documentation for xpatch - -%package xpeek -Provides: tex-xpeek = %{tl_version} -License: LPPL 1.3 -Summary: Define commands that peek ahead in the input stream -Version: svn27442.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(xpeek.sty) = %{tl_version} - -%description xpeek -The package provides tools to help define commands that, like -\xspace (from xspace) and the LaTeX command \textit, peek at -what follows them in the command stream and choose appropriate -behaviour. - -date: 2012-08-17 12:03:38 +0200 - -%post xpeek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xpeek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xpeek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xpeek-doc -Summary: Documentation for xpeek -Version: svn27442.0.2 -Release: %{tl_noarch_release} -Provides: tex-xpeek-doc -BuildArch: noarch -AutoReqProv: No - -%description xpeek-doc -Documentation for xpeek - -%package xpunctuate -Provides: tex-xpunctuate = %{tl_version} -License: LPPL -Summary: xpunctuate package -Version: svn26641.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(xpunctuate.sty) = %{tl_version} - -%description xpunctuate -xpunctuate package - -%post xpunctuate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xpunctuate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xpunctuate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xpunctuate-doc -Summary: Documentation for xpunctuate -Version: svn26641.0 -Release: %{tl_noarch_release} -Provides: tex-xpunctuate-doc -BuildArch: noarch -AutoReqProv: No - -%description xpunctuate-doc -Documentation for xpunctuate - -%package xstring -Provides: tex-xstring = %{tl_version} -License: LPPL -Summary: String manipulation for (La)TeX -Version: svn29258.1.7a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xstring.sty) = %{tl_version} -Provides: tex(xstring.tex) = %{tl_version} - -%description xstring -The package provides macros for manipulating strings -- testing -a string's contents, extracting substrings, substitution of -substrings and providing numbers such as string length, -position of, or number of recurrences of, a substring. The -package works equally in Plain TeX and LaTeX (though e-TeX is -always required). The strings to be processed may contain -(expandable) macros. - -date: 2013-02-28 13:49:00 +0100 - -%post xstring -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xstring -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xstring -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xstring-doc -Summary: Documentation for xstring -Version: svn29258.1.7a -Release: %{tl_noarch_release} -Provides: tex-xstring-doc -BuildArch: noarch -AutoReqProv: No - -%description xstring-doc -Documentation for xstring - -%package xwatermark -Provides: tex-xwatermark = %{tl_version} -License: LPPL 1.3 -Summary: Graphics and text watermarks on selected pages -Version: svn28090.1.5.2d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catoptions.sty) -Provides: tex(xwatermark.sty) = %{tl_version} - -%description xwatermark -The package extends the author's draftmark and the watermark -packages. - -date: 2012-10-26 10:22:27 +0200 - -%post xwatermark -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xwatermark -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xwatermark -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xwatermark-doc -Summary: Documentation for xwatermark -Version: svn28090.1.5.2d -Release: %{tl_noarch_release} -Provides: tex-xwatermark-doc -BuildArch: noarch -AutoReqProv: No - -%description xwatermark-doc -Documentation for xwatermark - -%package xytree -Provides: tex-xytree = %{tl_version} -License: LPPL -Summary: Tree macros using XY-Pic -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xy.sty) -Provides: tex(xytree.sty) = %{tl_version} - -%description xytree -The aim of xytree is to draw linguistic syntactic trees with -ease and to support hopefully sufficient functionalities, that -the linguist may need. The package (of course) depends on the -XY-Pic package. - -date: 2007-03-13 09:23:19 +0100 - -%post xytree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xytree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xytree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xytree-doc -Summary: Documentation for xytree -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-xytree-doc -BuildArch: noarch -AutoReqProv: No - -%description xytree-doc -Documentation for xytree - -%package yafoot -Provides: tex-yafoot = %{tl_version} -License: LPPL -Summary: A bundle of miscellaneous footnote packages -Version: svn19086.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dblfnote.sty) = %{tl_version} -Provides: tex(fnpos.sty) = %{tl_version} -Provides: tex(pfnote.sty) = %{tl_version} - -%description yafoot -Contains three packages: - pfnote to number footnotes per page; -- fnpos to control the position of footnotes; and - dblfnote to -make footnotes double-columned. - -date: 2006-12-16 10:58:44 +0100 - -%post yafoot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yafoot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yafoot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yafoot-doc -Summary: Documentation for yafoot -Version: svn19086.0 -Release: %{tl_noarch_release} -Provides: tex-yafoot-doc -BuildArch: noarch -AutoReqProv: No - -%description yafoot-doc -Documentation for yafoot - -%package yagusylo -Provides: tex-yagusylo = %{tl_version} -License: LPPL -Summary: A symbol loader -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xifthen.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Requires: tex(xcolor.sty) -Provides: tex(yagusylo.cfg) = %{tl_version} -Provides: tex(yagusylo.sty) = %{tl_version} - -%description yagusylo -The name is by way of being an acronym for "Yet Another Grand -Unified Symbols Loader"... The package allows the user to -access a symbol without loading the package that usually -provides it; this has the advantage of avoiding the name -clashes that so commonly trouble those who load symbol- -packages. - -date: 2009-03-03 08:06:14 +0100 - -%post yagusylo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yagusylo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yagusylo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yagusylo-doc -Summary: Documentation for yagusylo -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-yagusylo-doc -BuildArch: noarch -AutoReqProv: No - -%description yagusylo-doc -Documentation for yagusylo - -%package ydoc -Provides: tex-ydoc = %{tl_version} -License: LPPL 1.3 -Summary: Macros for documentation of LaTeX classes and packages -Version: svn26202.0.6alpha -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Requires: tex(needspace.sty) -Requires: tex(xcolor.sty) -Requires: tex(listings.sty) -Requires: tex(shortvrb.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xspace.sty) -Requires: tex(url.sty) -Requires: tex(float.sty) -Requires: tex(svn-prov.sty) -Requires: tex(newverbs.sty) -Provides: tex(ydocincl.tex) = %{tl_version} -Provides: tex(ydocstrip.tex) = %{tl_version} -Provides: tex(ydoc-code.sty) = %{tl_version} -Provides: tex(ydoc-desc.sty) = %{tl_version} -Provides: tex(ydoc-doc.sty) = %{tl_version} -Provides: tex(ydoc-expl.sty) = %{tl_version} -Provides: tex(ydoc.cfg) = %{tl_version} -Provides: tex(ydoc.cls) = %{tl_version} -Provides: tex(ydoc.sty) = %{tl_version} - -%description ydoc -The package provides macros and environments to document LaTeX -packages and classes. It is an (as yet unfinished) alternative -to the ltxdoc class and the doc or xdoc packages. The aim is to -provide a different layout and more modern styles (using the -xcolor, hyperref packages, etc.) This is an alpha release, and -should probably not (yet) be used with other packages, since -the implementation might change. Nevertheless, the author uses -it to document his own packages. - -date: 2012-02-24 11:32:36 +0100 - -%post ydoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ydoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ydoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ydoc-doc -Summary: Documentation for ydoc -Version: svn26202.0.6alpha -Release: %{tl_noarch_release} -Provides: tex-ydoc-doc -BuildArch: noarch -AutoReqProv: No - -%description ydoc-doc -Documentation for ydoc - -%package yplan -Provides: tex-yplan = %{tl_version} -License: LPPL -Summary: Daily planner type calendar -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(yplan.sty) = %{tl_version} - -%description yplan -Prints two six-monthly vertical-type daily planner (i.e., -months along the top, days downwards), with each 6-month period -fitting onto a single A4 (or US letter) sheet. The package -offers support for English, French, German, Spanish and -Portuguese. The previous scheme of annual updates has now been -abandoned, in favour of a Perl script yplan that generates a -year's planner automatically. (The last manually-generated -LaTeX file remains on the archive.) - -date: 2006-12-16 10:58:44 +0100 - -%post yplan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun yplan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans yplan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yplan-doc -Summary: Documentation for yplan -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-yplan-doc -BuildArch: noarch -AutoReqProv: No - -%description yplan-doc -Documentation for yplan - -%package zed-csp -Provides: tex-zed-csp = %{tl_version} -License: Zed -Summary: Typesetting Z and CSP format specifications -Version: svn17258.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(zed-csp.sty) = %{tl_version} - -%description zed-csp -The package supports real-time CSP and incorporates the -functionality of Spivey's original Z package, written for LaTeX -2.09. - -date: 2008-04-05 21:05:50 +0200 - -%post zed-csp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zed-csp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zed-csp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zed-csp-doc -Summary: Documentation for zed-csp -Version: svn17258.0 -Release: %{tl_noarch_release} -Provides: tex-zed-csp-doc -BuildArch: noarch -AutoReqProv: No - -%description zed-csp-doc -Documentation for zed-csp - -%package ziffer -Provides: tex-ziffer = %{tl_version} -License: LPPL -Summary: Conversion of punctuation in maths mode -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ziffer.sty) = %{tl_version} - -%description ziffer -The package modifies the behaviour of characters in maths mode -so that: '.' is used as a one-thousand separator (as is common -in Germany) ',' is used as a decimal separator (as is common in -Germany) '--' is represented with spacing as appropriate to -such constructs as '1.000,--'. These conversions may be -switched on and off. - -date: 2008-08-24 14:22:28 +0200 - -%post ziffer -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ziffer -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ziffer -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ziffer-doc -Summary: Documentation for ziffer -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-ziffer-doc -BuildArch: noarch -AutoReqProv: No - -%description ziffer-doc -Documentation for ziffer - -%package zwgetfdate -Provides: tex-zwgetfdate = %{tl_version} -License: LPPL 1.3 -Summary: Get package or file date -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(zwgetfdate.sty) = %{tl_version} - -%description zwgetfdate -The package enables to fetch dates of used packages and files -and provide such information in macros. It is useful for -automatic obtaining the date of a package being documented, -mainly if you do not use doc/docstrip. - -date: 2008-08-24 14:29:08 +0200 - -%post zwgetfdate -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zwgetfdate -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zwgetfdate -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zwgetfdate-doc -Summary: Documentation for zwgetfdate -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-zwgetfdate-doc -BuildArch: noarch -AutoReqProv: No - -%description zwgetfdate-doc -Documentation for zwgetfdate - -%package zwpagelayout -Provides: tex-zwpagelayout = %{tl_version} -License: LPPL -Summary: Page layout and crop-marks -Version: svn28846.1.4c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(kvoptions.sty) -Requires: tex(color.sty) -Provides: tex(zwpagelayout.sty) = %{tl_version} - -%description zwpagelayout -This package was developed as a typographers' toolbox offering -important basic features for everyday work. It allows setting -the paper size and the page layout; it can print crop marks; -and it can reflect pages both horizontally and vertically. The -package facilities work with TeX + dvips or (x)dvipdfm(x), and -with pdfTeX. - -date: 2013-01-15 09:51:57 +0100 - -%post zwpagelayout -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun zwpagelayout -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans zwpagelayout -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package zwpagelayout-doc -Summary: Documentation for zwpagelayout -Version: svn28846.1.4c -Release: %{tl_noarch_release} -Provides: tex-zwpagelayout-doc -BuildArch: noarch -AutoReqProv: No - -%description zwpagelayout-doc -Documentation for zwpagelayout - -%package collection-luatex -Summary: LuaTeX packages -Version: svn29093.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: tex-checkcites -Requires: tex-chickenize -Requires: tex-interpreter -Requires: tex-lua-check-hyphen -Requires: tex-lua-visual-debug -Requires: tex-lua2dox -Requires: tex-luabibentry -Requires: tex-luacode -Requires: tex-luaindex -Requires: tex-luainputenc -Requires: texlive-luaintro-doc -Requires: texlive-lualatex-doc-doc -Requires: tex-lualatex-math -Requires: tex-lualibs -Requires: tex-luamplib -Requires: tex-luaotfload -Requires: tex-luasseq -Requires: tex-luatexbase -Requires: tex-luatextra -Requires: tex-luaxml -Requires: tex-odsfile -Requires: tex-showhyphens -Requires: tex-spelling - -%description collection-luatex -Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using -Lua as an embedded scripting and extension language. -http://luatex.org/ - -%package checkcites -Provides: tex-checkcites = %{tl_version} -License: LPPL 1.3 -Summary: Check citation commands in a document -Version: svn28572.1.0i -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-checkcites-bin - -%description checkcites -The package provides a lua script written for the sole purpose -of detecting undefined and unused references from LaTeX -auxiliary or bibliography files. - -date: 2012-12-18 18:32:41 +0100 - -%post checkcites -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun checkcites -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans checkcites -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package checkcites-doc -Summary: Documentation for checkcites -Version: svn28572.1.0i -Release: %{tl_noarch_release} -Provides: tex-checkcites-doc -BuildArch: noarch -AutoReqProv: No - -%description checkcites-doc -Documentation for checkcites - -%package checkcites-bin -Summary: Binaries for checkcites -Version: svn25623.0 -Requires: texlive-base -Requires: tex-checkcites -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description checkcites-bin -Binaries for checkcites - -%package chickenize -Provides: tex-chickenize = %{tl_version} -License: LPPL 1.3 -Summary: Use lua callbacks for "interesting" textual effects -Version: svn29232.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chickenize.sty) = %{tl_version} -Provides: tex(chickenize.tex) = %{tl_version} - -%description chickenize -The package allows manipulations of any LuaTeX document (it is -known to work with Plain LuaTeX and LuaLaTeX). Most of the -package's functions are merely for fun or educational use, but -some functions (for example, colorstretch for visualising the -badness and font expansion of each line, and letterspaceadjust -doing what its name says) could be useful in a "normal" LuaTeX -document. - -date: 2013-02-24 22:35:53 +0100 - -%post chickenize -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chickenize -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chickenize -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chickenize-doc -Summary: Documentation for chickenize -Version: svn29232.0.2 -Release: %{tl_noarch_release} -Provides: tex-chickenize-doc -BuildArch: noarch -AutoReqProv: No - -%description chickenize-doc -Documentation for chickenize - -%package interpreter -Provides: tex-interpreter = %{tl_version} -License: LPPL -Summary: Translate input files on the fly -Version: svn27232.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(interpreter.sty) = %{tl_version} -Provides: tex(interpreter.tex) = %{tl_version} - -%description 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: 2012-06-10 11:15:14 +0200 - -%post interpreter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun interpreter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans interpreter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package interpreter-doc -Summary: Documentation for interpreter -Version: svn27232.1.2 -Release: %{tl_noarch_release} -Provides: tex-interpreter-doc -BuildArch: noarch -AutoReqProv: No - -%description interpreter-doc -Documentation for interpreter - -%package lua-check-hyphen -Provides: tex-lua-check-hyphen = %{tl_version} -License: Freely redistributable without restriction -Summary: Mark hyphenations in a document, for checking -Version: svn27227.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-attr.sty) -Requires: tex(luatextra.sty) -Requires: tex(keyval.sty) -Provides: tex(lua-check-hyphen.sty) = %{tl_version} - -%description lua-check-hyphen -The package looks at all hyphenation breaks in the document, -comparing them against a white-list prepared by the author. If -a hyphenation break is found, for which there is no entry in -the white-list, the package flags the line where the break -starts. The author may then either add the hyphenation to the -white-list, or adjust the document to avoid the break. - -date: 2012-07-03 11:28:15 +0200 - -%post lua-check-hyphen -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lua-check-hyphen -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lua-check-hyphen -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lua-check-hyphen-doc -Summary: Documentation for lua-check-hyphen -Version: svn27227.0.1 -Release: %{tl_noarch_release} -Provides: tex-lua-check-hyphen-doc -BuildArch: noarch -AutoReqProv: No - -%description lua-check-hyphen-doc -Documentation for lua-check-hyphen - -%package lua-visual-debug -Provides: tex-lua-visual-debug = %{tl_version} -License: Freely redistributable without restriction -Summary: Visual debugging with LuaLaTeX -Version: svn25881.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(atbegshi.sty) -Provides: tex(lua-visual-debug.sty) = %{tl_version} - -%description lua-visual-debug -The package uses lua code to provide visible indications of -boxes, glues, kerns and penalties in the PDF output. The -package is known to work in LaTeX and Plain TeX documents. - -date: 2012-04-08 13:49:02 +0200 - -%post lua-visual-debug -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lua-visual-debug -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lua-visual-debug -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lua-visual-debug-doc -Summary: Documentation for lua-visual-debug -Version: svn25881.0.4 -Release: %{tl_noarch_release} -Provides: tex-lua-visual-debug-doc -BuildArch: noarch -AutoReqProv: No - -%description lua-visual-debug-doc -Documentation for lua-visual-debug - -%package lua2dox -Provides: tex-lua2dox = %{tl_version} -License: LPPL 1.3 -Summary: Auto-documentation of lua code -Version: svn29349.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-lua2dox-bin -Provides: tex(lua.def) = %{tl_version} - -%description lua2dox -The package extends the well-known C-like language autodoc -tool, doxygen, to read and document lua code. In use, you edit -and test your code and periodically run the autodoc tool to -update the documentation, which may be viewed via an html -browser. Autodoc tools can read the code well enough to find -function/... declarations and document them. If the code also -contains appropriatly formatted "magic comments", the tool can -use them to supplement the documentation. The package is a -first prototype of a planned TeX2DoX tool (in development), -which will process joint (La)TeX/lua documents. - -date: 2013-02-07 14:27:08 +0100 - -%post lua2dox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lua2dox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lua2dox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lua2dox-doc -Summary: Documentation for lua2dox -Version: svn29349.0.2 -Release: %{tl_noarch_release} -Provides: tex-lua2dox-doc -BuildArch: noarch -AutoReqProv: No - -%description lua2dox-doc -Documentation for lua2dox - -%package lua2dox-bin -Summary: Binaries for lua2dox -Version: svn29053.0 -Requires: texlive-base -Requires: tex-lua2dox -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description lua2dox-bin -Binaries for lua2dox - -%package luabibentry -Provides: tex-luabibentry = %{tl_version} -License: LPPL 1.3 -Summary: Repeat BibTeX entries in a LuaLaTeX document body -Version: svn23435.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Provides: tex(luabibentry.sty) = %{tl_version} - -%description luabibentry -The package reimplements bibentry, for use in LuaLaTeX. - -date: 2011-06-30 18:17:02 +0200 - -%post luabibentry -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luabibentry -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luabibentry -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luabibentry-doc -Summary: Documentation for luabibentry -Version: svn23435.0.1 -Release: %{tl_noarch_release} -Provides: tex-luabibentry-doc -BuildArch: noarch -AutoReqProv: No - -%description luabibentry-doc -Documentation for luabibentry - -%package luacode -Provides: tex-luacode = %{tl_version} -License: LPPL 1.3 -Summary: Helper for executing lua code from within TeX -Version: svn25193.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(luacode.sty) = %{tl_version} - -%description luacode -Executing Lua code from within TeX with directlua can sometimes -be tricky: there is no easy way to use the percent character, -counting backslashes may be hard, and Lua comments don't work -the way you expect. The package provides the \luaexec command -and the luacode(*) environments to help with these problems. - -date: 2011-12-29 11:37:48 +0100 - -%post luacode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luacode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luacode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luacode-doc -Summary: Documentation for luacode -Version: svn25193.1.2 -Release: %{tl_noarch_release} -Provides: tex-luacode-doc -BuildArch: noarch -AutoReqProv: No - -%description luacode-doc -Documentation for luacode - -%package luaindex -Provides: tex-luaindex = %{tl_version} -License: LPPL 1.3 -Summary: Create index using lualatex -Version: svn25882.0.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-compat.sty) -Requires: tex(luatexbase-modutils.sty) -Requires: tex(scrbase.sty) -Provides: tex(luaindex.sty) = %{tl_version} - -%description luaindex -Luaindex provides (yet another) index processor, written in -Lua. - -date: 2011-08-19 10:28:18 +0200 - -%post luaindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luaindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luaindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luaindex-doc -Summary: Documentation for luaindex -Version: svn25882.0.1b -Release: %{tl_noarch_release} -Provides: tex-luaindex-doc -BuildArch: noarch -AutoReqProv: No - -%description luaindex-doc -Documentation for luaindex - -%package luainputenc -Provides: tex-luainputenc = %{tl_version} -License: Public Domain -Summary: Replacing inputenc for use in LuaTeX -Version: svn20491.0.973 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(inputenc.sty) -Requires: tex(luatexbase.sty) -Provides: tex(luainputenc.sty) = %{tl_version} -Provides: tex(lutf8.def) = %{tl_version} -Provides: tex(lutf8x.def) = %{tl_version} - -%description luainputenc -LuaTeX operates by default in UTF-8 input; thus LaTeX documents -that need 8-bit character-sets need special treatment. (In -fact, LaTeX documents using UTF-8 with "traditional" -- 256- -glyph -- fonts also need support from this package.) The -package, therefore, replaces the LaTeX standard inputenc for -use under LuaTeX. With a current LuaTeX,the package has the -same behaviour with LuaTeX as inputenc has under pdfTeX. - -date: 2010-11-19 16:55:42 +0100 - -%post luainputenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luainputenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luainputenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luainputenc-doc -Summary: Documentation for luainputenc -Version: svn20491.0.973 -Release: %{tl_noarch_release} -Provides: tex-luainputenc-doc -BuildArch: noarch -AutoReqProv: No - -%description luainputenc-doc -Documentation for luainputenc - -%package luaintro-doc -Summary: Documentation for luaintro -Version: svn29349.0.01 -Release: %{tl_noarch_release} -Provides: tex-luaintro-doc -BuildArch: noarch -AutoReqProv: No - -%description luaintro-doc -Documentation for luaintro - -%package lualatex-doc-doc -Summary: Documentation for lualatex-doc -Version: svn20419.0 -Release: %{tl_noarch_release} -Provides: tex-lualatex-doc-doc -BuildArch: noarch -AutoReqProv: No - -%description lualatex-doc-doc -Documentation for lualatex-doc - -%package lualatex-math -Provides: tex-lualatex-math = %{tl_version} -License: LPPL 1.3 -Summary: Fixes for mathematics-related LuaLaTeX issues -Version: svn29346.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(etoolbox.sty) -Requires: tex(luatexbase.sty) -Requires: tex(filehook.sty) -Provides: tex(lualatex-math.sty) = %{tl_version} - -%description lualatex-math -The package patches a few commands of the LaTeX2e kernel and -the amsmath and mathtools packages to be more compatible with -the LuaTeX engine. It is only meaningful for LuaLaTeX documents -containing mathematical formulas, and does not exhibit any new -functionality. The fixes are mostly moved from the unicode-math -package to this package since they are not directly related to -Unicode mathematics typesetting. - -date: 2013-03-11 10:36:18 +0100 - -%post lualatex-math -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lualatex-math -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lualatex-math -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lualatex-math-doc -Summary: Documentation for lualatex-math -Version: svn29346.1.2 -Release: %{tl_noarch_release} -Provides: tex-lualatex-math-doc -BuildArch: noarch -AutoReqProv: No - -%description lualatex-math-doc -Documentation for lualatex-math - -%package lualibs -Provides: tex-lualibs = %{tl_version} -License: Public Domain -Summary: Additional Lua functions for LuaTeX macro programmers -Version: svn21149.0.95 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description lualibs -Lualibs is a collection of Lua modules useful for general -programming. The bundle is based on lua modules shipped with -ConTeXt, and are made available in this bundle for use -independent of ConTeXt. - -date: 2010-09-08 12:09:58 +0200 - -%post lualibs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lualibs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lualibs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lualibs-doc -Summary: Documentation for lualibs -Version: svn21149.0.95 -Release: %{tl_noarch_release} -Provides: tex-lualibs-doc -BuildArch: noarch -AutoReqProv: No - -%description lualibs-doc -Documentation for lualibs - -%package luamplib -Provides: tex-luamplib = %{tl_version} -License: Public Domain -Summary: Use LuaTeX's built-in MetaPost interpreter -Version: svn24823.1.09 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(luatexbase-modutils.sty) -Requires: tex(fancyvrb.sty) -Provides: tex(luamplib.sty) = %{tl_version} - -%description luamplib -The package enables the user to directly incorporate MetaPost -diagrams into a document, using LuaTeX's built-in MetaPost -library. The facility is only available in PDF mode. - -date: 2011-12-11 18:44:11 +0100 - -%post luamplib -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luamplib -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luamplib -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luamplib-doc -Summary: Documentation for luamplib -Version: svn24823.1.09 -Release: %{tl_noarch_release} -Provides: tex-luamplib-doc -BuildArch: noarch -AutoReqProv: No - -%description luamplib-doc -Documentation for luamplib - -%package luaotfload -Provides: tex-luaotfload = %{tl_version} -License: GPLv2+ -Summary: OpenType layout system for Plain TeX and LaTeX -Version: svn26718.1.26 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-luaotfload-bin -Requires: tex(luatexbase.sty) -Provides: tex(luaotfload.sty) = %{tl_version} -Provides: tex(otfl-blacklist.cnf) = %{tl_version} - -%description luaotfload -The package adopts the TrueType/OpenType Font loader code -provided in ConTeXt, and adapts it to use in Plain TeX and -LaTeX. - -date: 2012-04-27 17:19:37 +0200 - -%post luaotfload -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luaotfload -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luaotfload -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luaotfload-doc -Summary: Documentation for luaotfload -Version: svn26718.1.26 -Release: %{tl_noarch_release} -Provides: tex-luaotfload-doc -BuildArch: noarch -AutoReqProv: No - -%description luaotfload-doc -Documentation for luaotfload - -%package luaotfload-bin -Summary: Binaries for luaotfload -Version: svn18579.0 -Requires: texlive-base -Requires: tex-luaotfload -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description luaotfload-bin -Binaries for luaotfload - -%package luasseq -Provides: tex-luasseq = %{tl_version} -License: LPPL -Summary: Drawing spectral sequences in LuaLaTeX -Version: svn20467.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pifont.sty) -Requires: tex(pgf.sty) -Requires: tex(xkeyval.sty) -Provides: tex(luasseq.sty) = %{tl_version} - -%description luasseq -The package is an update of the author's sseq package, for use -with LuaLaTeX. This version uses less memory, and operates -faster than the original; it also offers several enhancements. - -date: 2010-11-14 10:49:57 +0100 - -%post luasseq -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luasseq -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luasseq -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luasseq-doc -Summary: Documentation for luasseq -Version: svn20467.2.1 -Release: %{tl_noarch_release} -Provides: tex-luasseq-doc -BuildArch: noarch -AutoReqProv: No - -%description luasseq-doc -Documentation for luasseq - -%package luatexbase -Provides: tex-luatexbase = %{tl_version} -License: Public Domain -Summary: Basic resource management for LuaTeX code -Version: svn22560.0.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-loader.sty) -Requires: tex(etex.sty) -Provides: tex(luatexbase-attr.sty) = %{tl_version} -Provides: tex(luatexbase-cctb.sty) = %{tl_version} -Provides: tex(luatexbase-compat.sty) = %{tl_version} -Provides: tex(luatexbase-loader.sty) = %{tl_version} -Provides: tex(luatexbase-mcb.sty) = %{tl_version} -Provides: tex(luatexbase-modutils.sty) = %{tl_version} -Provides: tex(luatexbase-regs.sty) = %{tl_version} -Provides: tex(luatexbase.sty) = %{tl_version} - -%description luatexbase -The bundle provides basic facilities for LuaTeX macro -programmers, mostly resource allocation and convenience -packages. Provided are: - luatexbase-attr: attribute -allocation; - luatexbase-cctb: catcode table allocation; - -luatexbase-compat: compatibility helpers; - luatexbase-loader: -Lua module loading; - luatexbase-modutils: Lua module -declaration; - luatexbase-mcb: callbacks extension; and - -luatexbase-regs: allocation of registers and the like. In -addition, the (unadorned) luatexbase package loads all the -above in one fell swoop. - -date: 2011-05-21 16:06:38 +0200 - -%post luatexbase -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luatexbase -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luatexbase -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luatexbase-doc -Summary: Documentation for luatexbase -Version: svn22560.0.31 -Release: %{tl_noarch_release} -Provides: tex-luatexbase-doc -BuildArch: noarch -AutoReqProv: No - -%description luatexbase-doc -Documentation for luatexbase - -%package luatextra -Provides: tex-luatextra = %{tl_version} -License: Public Domain -Summary: Additional macros for Plain TeX and LaTeX in LuaTeX -Version: svn20747.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Requires: tex(luatexbase.sty) -Requires: tex(metalogo.sty) -Requires: tex(luacode.sty) -Requires: tex(fixltx2e.sty) -Provides: tex(luatextra.sty) = %{tl_version} - -%description luatextra -The package provides a coherent extended programming -environment for use with luaTeX. It loads packages fontspec, -luatexbase and lualibs, and provides additional user-level -features and goodies. The package is under development, and its -specification may be expected to change. - -date: 2010-12-14 15:25:48 +0100 - -%post luatextra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luatextra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luatextra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luatextra-doc -Summary: Documentation for luatextra -Version: svn20747.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-luatextra-doc -BuildArch: noarch -AutoReqProv: No - -%description luatextra-doc -Documentation for luatextra - -%package luaxml -Provides: tex-luaxml = %{tl_version} -License: Freely redistributable without restriction -Summary: Lua library for reading and serialising XML files -Version: svn27394.0.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description luaxml -This is a redistribution of a pure lua xml library, LuaXML. The -library was originally distributed as part of the odsfile -package, but is made available separately in the hope that it -can be useful for other projects. - -date: 2012-08-13 11:53:38 +0200 - -%post luaxml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun luaxml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans luaxml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package luaxml-doc -Summary: Documentation for luaxml -Version: svn27394.0.0.1 -Release: %{tl_noarch_release} -Provides: tex-luaxml-doc -BuildArch: noarch -AutoReqProv: No - -%description luaxml-doc -Documentation for luaxml - -%package odsfile -Provides: tex-odsfile = %{tl_version} -License: LPPL 1.3 -Summary: Read OpenDocument Spreadsheet documents as LaTeX tables -Version: svn27395.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(luacode.sty) -Requires: tex(xkeyval.sty) -Provides: tex(odsfile.sty) = %{tl_version} - -%description odsfile -The distribution includes a package and a lua library that can -together read OpenDocument spreadsheet documents as LaTeX -tables. Cells in the tables may be processed by LaTeX macros, -so that (for example) the package may be used for drawing some -plots. The package uses lua's zip library. - -date: 2012-08-13 11:41:25 +0200 - -%post odsfile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun odsfile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans odsfile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package odsfile-doc -Summary: Documentation for odsfile -Version: svn27395.0.2 -Release: %{tl_noarch_release} -Provides: tex-odsfile-doc -BuildArch: noarch -AutoReqProv: No - -%description odsfile-doc -Documentation for odsfile - -%package showhyphens -Provides: tex-showhyphens = %{tl_version} -License: MIT -Summary: Show all possible hyphenations in LuaLaTeX -Version: svn23937.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(showhyphens.sty) = %{tl_version} - -%description showhyphens -With this package, LuaLaTeX will indicate all possible -hyphenations in the printed output. - -date: 2011-09-15 16:18:00 +0200 - -%post showhyphens -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun showhyphens -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans showhyphens -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package showhyphens-doc -Summary: Documentation for showhyphens -Version: svn23937.0.1 -Release: %{tl_noarch_release} -Provides: tex-showhyphens-doc -BuildArch: noarch -AutoReqProv: No - -%description showhyphens-doc -Documentation for showhyphens - -%package spelling -Provides: tex-spelling = %{tl_version} -License: LPPL 1.3 -Summary: Support for spell-checking of LuaLaTeX documents -Version: svn29102.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifthen.sty) -Requires: tex(luatexbase.sty) -Requires: tex(atbegshi.sty) -Provides: tex(spelling.sty) = %{tl_version} - -%description spelling -The package aids spell-checking of TeX documents compiled with -the LuaTeX engine. It can give visual feedback in PDF output -similar to WYSIWYG word processors. The package relies on an -external spell-checker application to check spelling of a text -file and to output a list of bad spellings. The package should -work with most spell-checkers, even dumb, TeX-unaware ones. - -date: 2013-02-13 00:36:31 +0100 - -%post spelling -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spelling -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spelling -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spelling-doc -Summary: Documentation for spelling -Version: svn29102.0.3 -Release: %{tl_noarch_release} -Provides: tex-spelling-doc -BuildArch: noarch -AutoReqProv: No - -%description spelling-doc -Documentation for spelling - -%package collection-mathextra -Summary: Advanced math typesetting -Version: svn29607.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-12many -Requires: tex-amstex -Requires: tex-backnaur -Requires: tex-binomexp -Requires: tex-boldtensors -Requires: tex-bosisio -Requires: tex-bropd -Requires: tex-ccfonts -Requires: tex-commath -Requires: tex-concmath -Requires: tex-concrete -Requires: tex-eqnarray -Requires: tex-extarrows -Requires: tex-extpfeil -Requires: tex-faktor -Requires: tex-ionumbers -Requires: tex-isomath -Requires: tex-mathcomp -Requires: tex-mattens -Requires: tex-mhequ -Requires: tex-multiobjective -Requires: tex-nath -Requires: tex-ot-tableau -Requires: tex-proba -Requires: tex-rec-thy -Requires: tex-shuffle -Requires: tex-skmath -Requires: tex-statex -Requires: tex-statex2 -Requires: tex-stmaryrd -Requires: tex-susy -Requires: tex-syllogism -Requires: tex-synproof -Requires: tex-tablor -Requires: tex-tensor -Requires: tex-tex-ewd -Requires: tex-thmbox -Requires: tex-turnstile -Requires: tex-unicode-math -Requires: tex-venn -Requires: tex-yhmath -Requires: tex-ytableau -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-latex - -%description collection-mathextra -Extra math - -%package 12many -Provides: tex-12many = %{tl_version} -License: LPPL -Summary: Generalising mathematical index sets -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(12many.sty) = %{tl_version} - -%description 12many -In the discrete branches of mathematics and the computer -sciences, it will only take some seconds before you're faced -with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$, -others $\{j:1\leq j\leq m\}$, and that journal you're -submitting to might want something else entirely. The 12many -package provides an interface that makes changing from one to -another a one-line change. - -date: 2008-10-03 01:00:01 +0200 - -%post 12many -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun 12many -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans 12many -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package 12many-doc -Summary: Documentation for 12many -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-12many-doc -BuildArch: noarch -AutoReqProv: No - -%description 12many-doc -Documentation for 12many - -%package commath -Provides: tex-commath = %{tl_version} -License: LPPL -Summary: Mathematics typesetting support -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Provides: tex(commath.sty) = %{tl_version} - -%description commath -Provides a range of differential, partial differential and -delimiter commands, together with a \fullfunction (function, -with both domain and range, and function operation) and various -reference commands. - -date: 2007-03-05 14:17:42 +0100 - -%post commath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun commath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans commath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package commath-doc -Summary: Documentation for commath -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-commath-doc -BuildArch: noarch -AutoReqProv: No - -%description commath-doc -Documentation for commath - -%package concmath -Provides: tex-concmath = %{tl_version} -License: LPPL -Summary: Concrete Math fonts -Version: svn17219.1999_03_18 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(exscale.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Provides: tex(concmath.sty) = %{tl_version} -Provides: tex(omlccm.fd) = %{tl_version} -Provides: tex(omlccr.fd) = %{tl_version} -Provides: tex(omsccr.fd) = %{tl_version} -Provides: tex(omsccsy.fd) = %{tl_version} -Provides: tex(omxccex.fd) = %{tl_version} -Provides: tex(ot1ccr.fd) = %{tl_version} -Provides: tex(ucca.fd) = %{tl_version} -Provides: tex(uccb.fd) = %{tl_version} - -%description concmath -A LaTeX package and font definition files to access the -Concrete mathematics fonts, which were derived from Computer -Modern math fonts using parameters from Concrete Roman text -fonts. - -date: 2010-02-24 21:28:09 +0100 - -%post concmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun concmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans concmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package concmath-doc -Summary: Documentation for concmath -Version: svn17219.1999_03_18 -Release: %{tl_noarch_release} -Provides: tex-concmath-doc -BuildArch: noarch -AutoReqProv: No - -%description concmath-doc -Documentation for concmath - -%package concrete -Provides: tex-concrete = %{tl_version} -License: Knuth -Summary: Concrete Roman fonts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cccsc10.tfm) = %{tl_version} -Provides: tex(ccmi10.tfm) = %{tl_version} -Provides: tex(ccmic9.tfm) = %{tl_version} -Provides: tex(ccr10.tfm) = %{tl_version} -Provides: tex(ccr5.tfm) = %{tl_version} -Provides: tex(ccr6.tfm) = %{tl_version} -Provides: tex(ccr7.tfm) = %{tl_version} -Provides: tex(ccr8.tfm) = %{tl_version} -Provides: tex(ccr9.tfm) = %{tl_version} -Provides: tex(ccsl10.tfm) = %{tl_version} -Provides: tex(ccsl9.tfm) = %{tl_version} -Provides: tex(ccslc9.tfm) = %{tl_version} -Provides: tex(ccti10.tfm) = %{tl_version} - -%description concrete -Concrete Roman fonts, designed by Donald E. Knuth, originally -for use with Euler mathematics fonts. Alternative mathematics -fonts, based on the concrete 'parameter set' are available as -the concmath fonts bundle. LaTeX support is offered by the -beton, concmath and ccfonts packages. T1- and TS1-encoded -versions of the fonts are available in the ecc bundle, and -Adobe Type 1 versions of the ecc fonts are part of the cm-super -bundle. - -date: 2006-12-08 15:31:01 +0100 - -%post concrete -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun concrete -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans concrete -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package concrete-doc -Summary: Documentation for concrete -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-concrete-doc -BuildArch: noarch -AutoReqProv: No - -%description concrete-doc -Documentation for concrete - -%package eqnarray -Provides: tex-eqnarray = %{tl_version} -License: GPLv3+ -Summary: More generalised equation arrays with numbering -Version: svn20641.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(eqnarray.sty) = %{tl_version} - -%description eqnarray -Defines an equationarray environment, that allows more than -three columns, but otherwise behaves like LaTeX's eqnarray -environment. This environment is similar, in some ways, to the -align environment of amsmath. The package requires the array -package. - -date: 2010-12-02 11:00:56 +0100 - -%post eqnarray -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eqnarray -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eqnarray -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eqnarray-doc -Summary: Documentation for eqnarray -Version: svn20641.1.3 -Release: %{tl_noarch_release} -Provides: tex-eqnarray-doc -BuildArch: noarch -AutoReqProv: No - -%description eqnarray-doc -Documentation for eqnarray - -%package extarrows -Provides: tex-extarrows = %{tl_version} -License: LGPLv2+ -Summary: Extra Arrows beyond those provided in AMSmath -Version: svn15878.1.0b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(extarrows.sty) = %{tl_version} - -%description extarrows -Arrows are provided to supplement \xleftarrow and \xrightarrow -of the AMSMath package: \xlongequal, \xLongleftarrow, -\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow. -\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and -\xlongrightarrow. - -date: 2008-05-15 16:08:02 +0200 - -%post extarrows -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun extarrows -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans extarrows -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package extarrows-doc -Summary: Documentation for extarrows -Version: svn15878.1.0b -Release: %{tl_noarch_release} -Provides: tex-extarrows-doc -BuildArch: noarch -AutoReqProv: No - -%description extarrows-doc -Documentation for extarrows - -%package extpfeil -Provides: tex-extpfeil = %{tl_version} -License: LPPL 1.3 -Summary: Extensible arrows in mathematics -Version: svn16243.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(mathtools.sty) -Requires: tex(stmaryrd.sty) -Provides: tex(extpfeil.sty) = %{tl_version} - -%description extpfeil -The exptfeil package provides some more extensible arrows -(usable in the same way as \xleftarrow from amsmath), and a -command to simply create new ones. - -date: 2009-10-31 20:51:21 +0100 - -%post extpfeil -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun extpfeil -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans extpfeil -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package extpfeil-doc -Summary: Documentation for extpfeil -Version: svn16243.0.4 -Release: %{tl_noarch_release} -Provides: tex-extpfeil-doc -BuildArch: noarch -AutoReqProv: No - -%description extpfeil-doc -Documentation for extpfeil - -%package faktor -Provides: tex-faktor = %{tl_version} -License: LPPL -Summary: Typeset quotient structures with LaTeX -Version: svn15878.0.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(faktor.sty) = %{tl_version} - -%description faktor -The package provides the means to typeset factor structures, as -are used in many areas of algebraic notation. The structure is -similar to the 'A/B' that is provided by the nicefrac package -(part of the units distribution), and by the xfrac package; the -most obvious difference is that the numerator and denominator's -sizes do not change in the \faktor command. - -date: 2007-02-27 14:19:10 +0100 - -%post faktor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun faktor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans faktor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package faktor-doc -Summary: Documentation for faktor -Version: svn15878.0.1b -Release: %{tl_noarch_release} -Provides: tex-faktor-doc -BuildArch: noarch -AutoReqProv: No - -%description faktor-doc -Documentation for faktor - -%package ionumbers -Provides: tex-ionumbers = %{tl_version} -License: GPL+ -Summary: Restyle numbers in maths mode -Version: svn23380.0.3.1_alpha -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(ionumbers.sty) = %{tl_version} - -%description 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: 2011-06-15 09:16:20 +0200 - -%post ionumbers -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ionumbers -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ionumbers -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ionumbers-doc -Summary: Documentation for ionumbers -Version: svn23380.0.3.1_alpha -Release: %{tl_noarch_release} -Provides: tex-ionumbers-doc -BuildArch: noarch -AutoReqProv: No - -%description ionumbers-doc -Documentation for ionumbers - -%package isomath -Provides: tex-isomath = %{tl_version} -License: LPPL -Summary: Mathematics style for science and technology -Version: svn27654.0.6.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixmath.sty) -Requires: tex(kvoptions.sty) -Provides: tex(isomath.sty) = %{tl_version} - -%description 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: 2012-09-12 18:41:18 +0200 - -%post isomath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun isomath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans isomath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package isomath-doc -Summary: Documentation for isomath -Version: svn27654.0.6.1 -Release: %{tl_noarch_release} -Provides: tex-isomath-doc -BuildArch: noarch -AutoReqProv: No - -%description isomath-doc -Documentation for isomath - -%package mathcomp -Provides: tex-mathcomp = %{tl_version} -License: LPPL -Summary: Text symbols in maths mode -Version: svn15878.0.1f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Provides: tex(mathcomp.sty) = %{tl_version} - -%description mathcomp -A package which provides access to some interesting characters -of the Text Companion fonts (TS1 encoding) in maths mode. - -date: 2007-01-09 18:22:13 +0100 - -%post mathcomp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathcomp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathcomp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathcomp-doc -Summary: Documentation for mathcomp -Version: svn15878.0.1f -Release: %{tl_noarch_release} -Provides: tex-mathcomp-doc -BuildArch: noarch -AutoReqProv: No - -%description mathcomp-doc -Documentation for mathcomp - -%package mattens -Provides: tex-mattens = %{tl_version} -License: LPPL -Summary: Matrices/tensor typesetting -Version: svn17582.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(mattens.sty) = %{tl_version} - -%description mattens -The mattens package contains the definitions to typeset -matrices, vectors and tensors as used in the engineering -community for the representation of common vectors and tensors -such as forces, velocities, moments of inertia, etc. - -date: 2009-11-09 23:10:10 +0100 - -%post mattens -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mattens -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mattens -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mattens-doc -Summary: Documentation for mattens -Version: svn17582.1.3 -Release: %{tl_noarch_release} -Provides: tex-mattens-doc -BuildArch: noarch -AutoReqProv: No - -%description mattens-doc -Documentation for mattens - -%package mhequ -Provides: tex-mhequ = %{tl_version} -License: Public Domain -Summary: Multicolumn equations, tags, labels, sub-numbering -Version: svn15878.1.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mhequ.sty) = %{tl_version} - -%description mhequ -MHequ simplifies creating multi-column equation environments, -and tagging the equations therein. It supports sub-numbers of -blocks of equations (like (1.2a), (1.2b), etc) and references -to each equation individually (1.2a) or to the whole block -(1.2). The labels can be shown in draft mode. Comments in the -package itself describe usage. - -date: 2008-05-01 20:41:51 +0200 - -%post mhequ -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mhequ -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mhequ -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mhequ-doc -Summary: Documentation for mhequ -Version: svn15878.1.61 -Release: %{tl_noarch_release} -Provides: tex-mhequ-doc -BuildArch: noarch -AutoReqProv: No - -%description mhequ-doc -Documentation for mhequ - -%package multiobjective -Provides: tex-multiobjective = %{tl_version} -License: LPPL -Summary: Symbols for multibojective optimisation etc -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Provides: tex(multiobjective.sty) = %{tl_version} - -%description multiobjective -The package provides a series of operators commonly used in -papers related to multiobjective optimisation, multiobjective -evolutionary algorithms, multicriteria decision making and -similar fields. - -date: 2008-09-09 11:27:07 +0200 - -%post multiobjective -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun multiobjective -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans multiobjective -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package multiobjective-doc -Summary: Documentation for multiobjective -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-multiobjective-doc -BuildArch: noarch -AutoReqProv: No - -%description multiobjective-doc -Documentation for multiobjective - -%package nath -Provides: tex-nath = %{tl_version} -License: GPL+ -Summary: Natural mathematics notation -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nath.sty) = %{tl_version} - -%description nath -Nath is a LaTeX (both 2e and 2.09) style to separate -presentation and content in mathematical typography. The style -delivers a particular context-dependent presentation on the -basis of a rather coarse context-independent notation. -Highlighted features: depending on the context, the command -\frac produces either built-up or case or solidus fractions, -with parentheses added whenever required for preservation of -the mathematical meaning; delimiters adapt their size to the -material enclosed, rendering \left and \right almost obsolete. - -date: 2006-12-22 14:37:19 +0100 - -%post nath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nath-doc -Summary: Documentation for nath -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-nath-doc -BuildArch: noarch -AutoReqProv: No - -%description nath-doc -Documentation for nath - -%package ot-tableau -Provides: tex-ot-tableau = %{tl_version} -License: LPPL -Summary: Optimality Theory tableaux in LaTeX -Version: svn17829.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tipa.sty) -Requires: tex(ifthen.sty) -Requires: tex(pifont.sty) -Requires: tex(substr.sty) -Requires: tex(bbding.sty) -Requires: tex(suffix.sty) -Requires: tex(colortbl.sty) -Requires: tex(arydshln.sty) -Provides: tex(ot-tableau.sty) = %{tl_version} - -%description ot-tableau -The package makes it easy to create beautiful optimality- -theoretic tableaux. The LaTeX source is visually very similar -to a formatted tableau, which makes working with the source -code painless (well, less painful). A variety of stylistic -variants are available to suit personal taste. - -date: 2010-04-14 18:13:33 +0200 - -%post ot-tableau -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ot-tableau -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ot-tableau -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ot-tableau-doc -Summary: Documentation for ot-tableau -Version: svn17829.0 -Release: %{tl_noarch_release} -Provides: tex-ot-tableau-doc -BuildArch: noarch -AutoReqProv: No - -%description ot-tableau-doc -Documentation for ot-tableau - -%package proba -Provides: tex-proba = %{tl_version} -License: LPPL -Summary: Shortcuts commands to symbols used in probability texts -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsfonts.sty) -Provides: tex(proba.sty) = %{tl_version} - -%description proba -This package includes some of the most often used commands in -probability texts, e.g. probability, expectation, variance, -etc. It also includes some short commands for set (blackboard) -or filtrations (calligraphic). It requires LaTeX2e and the -amsfonts package. - -date: 2009-06-02 14:48:32 +0200 - -%post proba -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun proba -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans proba -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package proba-doc -Summary: Documentation for proba -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-proba-doc -BuildArch: noarch -AutoReqProv: No - -%description proba-doc -Documentation for proba - -%package rec-thy -Provides: tex-rec-thy = %{tl_version} -License: Public Domain -Summary: Commands to typeset recursion theory papers -Version: svn27225.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(suffix.sty) -Requires: tex(ifmtarg.sty) -Requires: tex(xifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(stmaryrd.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(marvosym.sty) -Requires: tex(hyperref.sty) -Provides: tex(rec-thy.sty) = %{tl_version} - -%description rec-thy -The package provides many macros to express standard notation -in recursion theory (otherwise known as computability theory). - -date: 2012-06-21 10:44:34 +0200 - -%post rec-thy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun rec-thy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans rec-thy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package rec-thy-doc -Summary: Documentation for rec-thy -Version: svn27225.1.3 -Release: %{tl_noarch_release} -Provides: tex-rec-thy-doc -BuildArch: noarch -AutoReqProv: No - -%description rec-thy-doc -Documentation for rec-thy - -%package shuffle -Provides: tex-shuffle = %{tl_version} -License: Public Domain -Summary: A symbol for the shuffle product -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(shuffle10.tfm) = %{tl_version} -Provides: tex(shuffle7.tfm) = %{tl_version} -Provides: tex(Ushuffle.fd) = %{tl_version} -Provides: tex(shuffle.sty) = %{tl_version} - -%description shuffle -The bundle provides a LaTeX package and a font (as MetaFont -source) for the shuffle product which is used in some part of -mathematics and physics. - -date: 2008-10-30 09:46:08 +0100 - -%post shuffle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun shuffle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans shuffle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package shuffle-doc -Summary: Documentation for shuffle -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-shuffle-doc -BuildArch: noarch -AutoReqProv: No - -%description shuffle-doc -Documentation for shuffle - -%package skmath -Provides: tex-skmath = %{tl_version} -License: LPPL 1.3 -Summary: Extensions to the maths command repertoir -Version: svn29607.0.1g -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(kvoptions.sty) -Requires: tex(amssymb.sty) -Requires: tex(mathtools.sty) -Requires: tex(xfrac.sty) -Requires: tex(isomath.sty) -Provides: tex(skmath.sty) = %{tl_version} - -%description skmath -The package provides a selection of new maths commands and -improved re-definitions of existing commands. - -date: 2013-03-28 18:11:29 +0100 - -%post skmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun skmath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans skmath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package skmath-doc -Summary: Documentation for skmath -Version: svn29607.0.1g -Release: %{tl_noarch_release} -Provides: tex-skmath-doc -BuildArch: noarch -AutoReqProv: No - -%description skmath-doc -Documentation for skmath - -%package statex -Provides: tex-statex = %{tl_version} -License: LPPL -Summary: Statistics style -Version: svn20306.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(color.sty) -Provides: tex(statex.sty) = %{tl_version} - -%description statex -A package defining many macros for items of significance in -statistical presentations. An updated, but incompatible, -version of the package is available: statex2. - -date: 2010-11-03 11:47:38 +0100 - -%post statex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun statex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans statex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package statex-doc -Summary: Documentation for statex -Version: svn20306.1.6 -Release: %{tl_noarch_release} -Provides: tex-statex-doc -BuildArch: noarch -AutoReqProv: No - -%description statex-doc -Documentation for statex - -%package statex2 -Provides: tex-statex2 = %{tl_version} -License: LPPL -Summary: Statistics style -Version: svn23961.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(color.sty) -Provides: tex(statex2.sty) = %{tl_version} - -%description statex2 -The package defines many macros for items of significance in -statistical presentations. It represents a syntax-incompatible -upgrade of statex. - -date: 2011-09-14 18:03:50 +0200 - -%post statex2 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun statex2 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans statex2 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package statex2-doc -Summary: Documentation for statex2 -Version: svn23961.2.1 -Release: %{tl_noarch_release} -Provides: tex-statex2-doc -BuildArch: noarch -AutoReqProv: No - -%description statex2-doc -Documentation for statex2 - -%package susy -Provides: tex-susy = %{tl_version} -License: LPPL -Summary: Macros for SuperSymmetry-related work -Version: svn19440.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(susy.sty) = %{tl_version} - -%description susy -The package provides abbreviations of longer expressions. - -date: 2008-08-23 22:26:13 +0200 - -%post susy -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun susy -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans susy -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package susy-doc -Summary: Documentation for susy -Version: svn19440.0 -Release: %{tl_noarch_release} -Provides: tex-susy-doc -BuildArch: noarch -AutoReqProv: No - -%description susy-doc -Documentation for susy - -%package syllogism -Provides: tex-syllogism = %{tl_version} -License: LPPL -Summary: Typeset syllogisms in LaTeX -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(amssymb.sty) -Requires: tex(ifthen.sty) -Requires: tex(xspace.sty) -Provides: tex(syllogism.sty) = %{tl_version} - -%description syllogism -The package provides a simple, configurable, way for neatly -typesetting syllogisms and syllogistic-like arguments, composed -of two premises and a conclusion. - -date: 2008-10-28 11:39:06 +0100 - -%post syllogism -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun syllogism -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans syllogism -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package syllogism-doc -Summary: Documentation for syllogism -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-syllogism-doc -BuildArch: noarch -AutoReqProv: No - -%description syllogism-doc -Documentation for syllogism - -%package synproof -Provides: tex-synproof = %{tl_version} -License: LPPL -Summary: Easy drawing of syntactic proofs -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(keyval.sty) -Provides: tex(synproof.sty) = %{tl_version} - -%description synproof -The package provides a set of macros based on PSTricks that -will enable you to draw syntactic proofs easily (inspired by -the Gamut books). Very few commands are needed, however fine -tuning of the various parameters (dimensions) can still be -achieved through "key=value" pairs. - -date: 2009-07-05 17:22:22 +0200 - -%post synproof -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun synproof -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans synproof -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package synproof-doc -Summary: Documentation for synproof -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-synproof-doc -BuildArch: noarch -AutoReqProv: No - -%description synproof-doc -Documentation for synproof - -%package tablor -Provides: tex-tablor = %{tl_version} -License: LPPL -Summary: Create tables of signs and of variations -Version: svn25433.4.07_f -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(filecontents.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Provides: tex(tablor-xetex.sty) = %{tl_version} -Provides: tex(tablor.cfg) = %{tl_version} -Provides: tex(tablor.sty) = %{tl_version} - -%description tablor -The package allows the user to use the computer algebra system -XCAS to generate tables of signs and of variations (the actual -plotting of the tables uses the MetaPost macro package -tableauVariations). Tables with forbidden regions may be -developed using the package. A configuration file permits some -configuration of the language to be used in the diagrams. The -tablor package requires that shell escape be enabled. - -date: 2012-02-20 01:12:37 +0100 - -%post tablor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tablor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tablor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tablor-doc -Summary: Documentation for tablor -Version: svn25433.4.07_f -Release: %{tl_noarch_release} -Provides: tex-tablor-doc -BuildArch: noarch -AutoReqProv: No - -%description tablor-doc -Documentation for tablor - -%package tensor -Provides: tex-tensor = %{tl_version} -License: LPPL -Summary: Typeset tensors -Version: svn15878.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tensor.sty) = %{tl_version} - -%description tensor -A package which allows the user to set tensor-style super- and -subscripts with offsets between successive indices. It supports -the typesetting of tensors with mixed upper and lower indices -with spacing, also typset preposed indices. This is a complete -revision and extension of the original 'tensor' package by Mike -Piff. - -date: 2006-11-03 07:18:50 +0100 - -%post tensor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tensor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tensor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tensor-doc -Summary: Documentation for tensor -Version: svn15878.2.1 -Release: %{tl_noarch_release} -Provides: tex-tensor-doc -BuildArch: noarch -AutoReqProv: No - -%description tensor-doc -Documentation for tensor - -%package tex-ewd -Provides: tex-tex-ewd = %{tl_version} -License: BSD -Summary: Macros to typeset calculational proofs and programs in Dijkstra's style -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dotnot.tex) = %{tl_version} - -%description tex-ewd -Edsger W. Dijkstra and others suggest a unique style to present -mathematical proofs and to construct programs. This package -provides macros that support calculational proofs and -Dijkstra's "guarded command language". - -date: 2008-11-15 12:33:11 +0100 - -%post tex-ewd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tex-ewd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tex-ewd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tex-ewd-doc -Summary: Documentation for tex-ewd -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-tex-ewd-doc -BuildArch: noarch -AutoReqProv: No - -%description tex-ewd-doc -Documentation for tex-ewd - -%package thmbox -Provides: tex-thmbox = %{tl_version} -License: LPPL -Summary: Decorate theorem statements -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(thmbox.sty) = %{tl_version} - -%description thmbox -The package defines an environment thmbox that presents -theorems, definitions and similar objects in boxes decorated -with frames and various aesthetic features. The standard macro -\newtheorem may be redefined to use the environment. - -date: 2009-03-25 08:55:29 +0100 - -%post thmbox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thmbox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thmbox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thmbox-doc -Summary: Documentation for thmbox -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-thmbox-doc -BuildArch: noarch -AutoReqProv: No - -%description thmbox-doc -Documentation for thmbox - -%package turnstile -Provides: tex-turnstile = %{tl_version} -License: LPPL -Summary: Typeset the (logic) turnstile notation -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(turnstile.sty) = %{tl_version} - -%description turnstile -Among other uses, the turnstile sign is used by logicians for -denoting a consequence relation, related to a given logic, -between a collection of formulas and a derived formula. - -date: 2008-08-24 14:43:48 +0200 - -%post turnstile -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun turnstile -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans turnstile -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package turnstile-doc -Summary: Documentation for turnstile -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-turnstile-doc -BuildArch: noarch -AutoReqProv: No - -%description turnstile-doc -Documentation for turnstile - -%package unicode-math -Provides: tex-unicode-math = %{tl_version} -License: LPPL 1.3 -Summary: Unicode mathematics support for XeTeX and LuaTeX -Version: svn29413.0.7d -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-fontspec -Requires: tex(lualatex-math.sty) -Requires: tex(luatexbase.sty) -Requires: tex(luaotfload.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(catchfile.sty) -Requires: tex(fix-cm.sty) -Requires: tex(filehook.sty) -Provides: tex(unicode-math-luatex.sty) = %{tl_version} -Provides: tex(unicode-math-table.tex) = %{tl_version} -Provides: tex(unicode-math-xetex.sty) = %{tl_version} -Provides: tex(unicode-math.sty) = %{tl_version} - -%description unicode-math -The current release of this package typesets mathematics with -unicode input and using OpenType maths fonts. (There is little -compatibility with older maths packages.) XeTeX support is well -tested, though LuaTeX support less so. The package can typeset -using STIX fonts, the XITS development of those fonts, the -Asana-Math fonts, the Latin Modern Math, and the TeX Gyre Math -font familiess, as well as the commercial Cambria Math fonts. -There is no support for extra alphabets in the Unicode 'private -use area'. The package relies on recent versions of the -fontspec package and the l3kernel and l3packages bundles. - -date: 2013-03-17 15:18:45 +0100 - -%post unicode-math -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun unicode-math -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans unicode-math -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package unicode-math-doc -Summary: Documentation for unicode-math -Version: svn29413.0.7d -Release: %{tl_noarch_release} -Provides: tex-unicode-math-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-fontspec-doc - -%description unicode-math-doc -Documentation for unicode-math - -%package venn -Provides: tex-venn = %{tl_version} -License: LPPL -Summary: Creating Venn diagrams with MetaPost -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description venn -MetaPost macros for venn diagrams. - -date: 2007-12-04 22:25:23 +0100 - -%post venn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun venn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans venn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package venn-doc -Summary: Documentation for venn -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-venn-doc -BuildArch: noarch -AutoReqProv: No - -%description venn-doc -Documentation for venn - -%package yhmath -Provides: tex-yhmath = %{tl_version} -License: LPPL -Summary: Extended maths fonts for LaTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Requires: tex(amsmath.sty) -Provides: tex(yhmath.map) = %{tl_version} -Provides: tex(yhcmex10.tfm) = %{tl_version} -Provides: tex(yrcmex10.tfm) = %{tl_version} -Provides: tex(yhcmex.pfb) = %{tl_version} -Provides: tex(yhcmex10.vf) = %{tl_version} -Provides: tex(OMXyhex.fd) = %{tl_version} -Provides: tex(yhmath.sty) = %{tl_version} - -%description yhmath -The yhmath bundle contains fonts (type in 1 format) and a LaTeX -package for using them. - -date: 2007-03-01 23:46:20 +0100 - -%post yhmath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap yhmath.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap yhmath.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun yhmath -if [ $1 == 0 ] ; then -sed -i '/^MixedMap yhmath.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans yhmath -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package yhmath-doc -Summary: Documentation for yhmath -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-yhmath-doc -BuildArch: noarch -AutoReqProv: No - -%description yhmath-doc -Documentation for yhmath - -%package ytableau -Provides: tex-ytableau = %{tl_version} -License: LPPL 1.2 -Summary: Many-featured Young tableaux and Young diagrams -Version: svn27430.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(pgfopts.sty) -Requires: tex(xcolor.sty) -Provides: tex(ytableau.sty) = %{tl_version} - -%description ytableau -The package provides several functions for drawing Young -tableaux and Young diagrams, extending the young and youngtab -packages but providing lots more features. Skew and coloured -tableaux are easy, and pgfkeys-enabled options are provided -both at package load and configurably. - -date: 2012-08-16 12:45:33 +0200 - -%post ytableau -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ytableau -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ytableau -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ytableau-doc -Summary: Documentation for ytableau -Version: svn27430.1.3 -Release: %{tl_noarch_release} -Provides: tex-ytableau-doc -BuildArch: noarch -AutoReqProv: No - -%description ytableau-doc -Documentation for ytableau - -%package collection-metapost -Summary: MetaPost (and Metafont) drawing packages -Version: svn29655.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-automata -Requires: tex-bbcard -Requires: tex-blockdraw_mp -Requires: tex-bpolynomial -Requires: tex-cmarrows -Requires: tex-drv -Requires: tex-dviincl -Requires: tex-emp -Requires: tex-epsincl -Requires: tex-expressg -Requires: tex-exteps -Requires: tex-featpost -Requires: tex-feynmf -Requires: tex-feynmp-auto -Requires: tex-garrigues -Requires: tex-gmp -Requires: tex-hatching -Requires: tex-latexmp -Requires: tex-metago -Requires: tex-metaobj -Requires: tex-metaplot -Requires: tex-metapost -Requires: tex-metauml -Requires: tex-mfpic -Requires: tex-mfpic4ode -Requires: tex-mp3d -Requires: tex-mpcolornames -Requires: tex-mpattern -Requires: tex-mpgraphics -Requires: tex-piechartmp -Requires: tex-roex -Requires: tex-slideshow -Requires: tex-splines -Requires: tex-suanpan -Requires: tex-textpath -Requires: tex-threeddice -Requires: texlive-collection-basic - -%description collection-metapost -collection-metapost package - -%package drv -Provides: tex-drv = %{tl_version} -License: LPPL -Summary: Derivation trees with MetaPost -Version: svn29349.0.97 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description drv -A set of MetaPost macros for typesetting derivation trees (such -as used in sequent calculus, type inference, programming -language semantics...). No MetaPost knowledge is needed to use -these macros. - -date: 2012-07-03 17:35:36 +0200 - -%post drv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun drv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans drv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package drv-doc -Summary: Documentation for drv -Version: svn29349.0.97 -Release: %{tl_noarch_release} -Provides: tex-drv-doc -BuildArch: noarch -AutoReqProv: No - -%description drv-doc -Documentation for drv - -%package dviincl -Provides: tex-dviincl = %{tl_version} -License: Public Domain -Summary: Include a DVI page into MetaPost output -Version: svn29349.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description dviincl -DVItoMP is one of the auxiliary programs available to any -MetaPost package; it converts a DVI file into a MetaPost file. -Using it, one can envisage including a DVI page into an EPS -files generated by MetaPost. Such files allow pages to include -other pages. - -date: 2012-04-10 15:00:16 +0200 - -%post dviincl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dviincl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dviincl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dviincl-doc -Summary: Documentation for dviincl -Version: svn29349.1.00 -Release: %{tl_noarch_release} -Provides: tex-dviincl-doc -BuildArch: noarch -AutoReqProv: No - -%description dviincl-doc -Documentation for dviincl - -%package emp -Provides: tex-emp = %{tl_version} -License: GPL+ -Summary: "Encapsulate" MetaPost figures in a document -Version: svn23483.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(verbatim.sty) -Provides: tex(emp.sty) = %{tl_version} - -%description emp -Emp is a package for encapsulating MetaPost figures in LaTeX: -the package provides environments where you can place MetaPost -commands, and means of using that code as fragments for -building up figures to include in your document. So, with emp, -the procedure is to run your document with LaTeX, run MetaPost, -and then complete running your document in the normal way. Emp -is therefore useful for keeping illustrations in synchrony with -the text. It also frees you from inventing descriptive names -for PostScript files that fit into the confines of file system -conventions. - -date: 2011-08-07 01:10:30 +0200 - -%post emp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun emp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans emp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package emp-doc -Summary: Documentation for emp -Version: svn23483.0 -Release: %{tl_noarch_release} -Provides: tex-emp-doc -BuildArch: noarch -AutoReqProv: No - -%description emp-doc -Documentation for emp - -%package epsincl -Provides: tex-epsincl = %{tl_version} -License: Public Domain -Summary: Include EPS in MetaPost figures -Version: svn29349.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description epsincl -The package facilitates including EPS files in MetaPost -figures; it makes use of (G)AWK. - -date: 2012-07-10 22:47:12 +0200 - -%post epsincl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun epsincl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans epsincl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package epsincl-doc -Summary: Documentation for epsincl -Version: svn29349.0.2 -Release: %{tl_noarch_release} -Provides: tex-epsincl-doc -BuildArch: noarch -AutoReqProv: No - -%description epsincl-doc -Documentation for epsincl - -%package expressg -Provides: tex-expressg = %{tl_version} -License: LPPL -Summary: Diagrams consisting of boxes, lines, and annotations -Version: svn29349.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description expressg -A MetaPost package providing facilities to assist in drawing -diagrams that consist of boxes, lines, and annotations. -Particular support is provided for creating EXPRESS-G diagrams, -for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The -package may also be used to create UML and most other Box-Line- -Annotation charts, but not Gantt charts directly. - -date: 2012-07-11 14:19:50 +0200 - -%post expressg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun expressg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans expressg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package expressg-doc -Summary: Documentation for expressg -Version: svn29349.1.5 -Release: %{tl_noarch_release} -Provides: tex-expressg-doc -BuildArch: noarch -AutoReqProv: No - -%description expressg-doc -Documentation for expressg - -%package exteps -Provides: tex-exteps = %{tl_version} -License: GPL+ -Summary: Include EPS figures in MetaPost -Version: svn19859.0.41 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description exteps -Exteps is a module for including external EPS figures into -MetaPost figures. It is written entirely in MetaPost, and does -not therefore require any post processing of the MetaPost -output. - -date: 2007-03-06 10:34:25 +0100 - -%post exteps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun exteps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans exteps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package exteps-doc -Summary: Documentation for exteps -Version: svn19859.0.41 -Release: %{tl_noarch_release} -Provides: tex-exteps-doc -BuildArch: noarch -AutoReqProv: No - -%description exteps-doc -Documentation for exteps - -%package featpost -Provides: tex-featpost = %{tl_version} -License: GPL+ -Summary: MetaPost macros for 3D -Version: svn29349.0.8.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description featpost -These macros allow the production of three-dimensional schemes -containing: angles, circles, cylinders, cones and spheres, -among other things. - -date: 2012-05-08 21:36:46 +0200 - -%post featpost -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun featpost -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans featpost -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package featpost-doc -Summary: Documentation for featpost -Version: svn29349.0.8.6 -Release: %{tl_noarch_release} -Provides: tex-featpost-doc -BuildArch: noarch -AutoReqProv: No - -%description featpost-doc -Documentation for featpost - -%package feynmf -Provides: tex-feynmf = %{tl_version} -License: GPL+ -Summary: Macros and fonts for creating Feynman (and other) diagrams -Version: svn17259.1.08 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(feynmf.sty) = %{tl_version} -Provides: tex(feynmp.sty) = %{tl_version} - -%description feynmf -The feynmf package provides an interface to MetaFont (inspired -by the facilities of mfpic) to use simple structure -specifications to produce relatively complex diagrams. (The -feynmp package, also part of this bundle, uses MetaPost in the -same way.) While the package was designed for Feynman diagrams, -it could in principle be used for diagrams in graph and similar -theories, where the structure is semi-algorithmically -determined. - -date: 2010-03-01 15:04:13 +0100 - -%post feynmf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun feynmf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans feynmf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package feynmf-doc -Summary: Documentation for feynmf -Version: svn17259.1.08 -Release: %{tl_noarch_release} -Provides: tex-feynmf-doc -BuildArch: noarch -AutoReqProv: No - -%description feynmf-doc -Documentation for feynmf - -%package feynmp-auto -Provides: tex-feynmp-auto = %{tl_version} -License: LPPL -Summary: feynmp-auto package -Version: svn29358.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(feynmp.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(pdftexcmds.sty) -Provides: tex(feynmp-auto.sty) = %{tl_version} - -%description feynmp-auto -feynmp-auto package - -%post feynmp-auto -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun feynmp-auto -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans feynmp-auto -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package feynmp-auto-doc -Summary: Documentation for feynmp-auto -Version: svn29358.0 -Release: %{tl_noarch_release} -Provides: tex-feynmp-auto-doc -BuildArch: noarch -AutoReqProv: No - -%description feynmp-auto-doc -Documentation for feynmp-auto - -%package garrigues -Provides: tex-garrigues = %{tl_version} -License: LPPL -Summary: MetaPost macros for the reproduction of Garrigues' Easter nomogram -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description garrigues -Metapost macros for the reproduction of Garrigues' Easter -nomogram. These macros are described in Denis Roegel: An -introduction to nomography: Garrigues' nomogram for the -computation of Easter, TUGboat (volume 30, number 1, 2009, -pages 88-104) - -date: 2009-11-10 09:15:37 +0100 - -%post garrigues -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun garrigues -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans garrigues -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package garrigues-doc -Summary: Documentation for garrigues -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-garrigues-doc -BuildArch: noarch -AutoReqProv: No - -%description garrigues-doc -Documentation for garrigues - -%package gmp -Provides: tex-gmp = %{tl_version} -License: LPPL 1.3 -Summary: Allow integration between MetaPost pictures and LaTeX -Version: svn21691.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(environ.sty) -Provides: tex(gmp.sty) = %{tl_version} - -%description gmp -The package allows integration between MetaPost pictures and -LaTeX. The main feature is that passing parameters to the -MetaPost pictures is possible and the picture code can be put -inside arguments to commands, including \newcommand. - -date: 2011-03-11 00:02:27 +0100 - -%post gmp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gmp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gmp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gmp-doc -Summary: Documentation for gmp -Version: svn21691.1.0 -Release: %{tl_noarch_release} -Provides: tex-gmp-doc -BuildArch: noarch -AutoReqProv: No - -%description gmp-doc -Documentation for gmp - -%package latexmp -Provides: tex-latexmp = %{tl_version} -License: Public Domain -Summary: Interface for LaTeX-based typesetting in MetaPost -Version: svn15878.1.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description latexmp -The MetaPost package latexMP implements a user-friendly -interface to access LaTeX-based typesetting capabilities in -MetaPost. The text to be typeset is given as string. This -allows even dynamic text elements, for example counters, to be -used in labels. Compared to other implementations it is much -more flexible, since it can be used as direct replacement for -btex..etex, and much faster, compared for example to the -solution provided by tex.mp - -date: 2007-02-23 00:16:39 +0100 - -%post latexmp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun latexmp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans latexmp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package latexmp-doc -Summary: Documentation for latexmp -Version: svn15878.1.2.1 -Release: %{tl_noarch_release} -Provides: tex-latexmp-doc -BuildArch: noarch -AutoReqProv: No - -%description latexmp-doc -Documentation for latexmp - -%package metago -Provides: tex-metago = %{tl_version} -License: LPPL -Summary: MetaPost output of Go positions -Version: svn15878.0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description metago -The package allows you to draw Go game positions with MetaPost. -Two methods of usage are provided, either using the package -programmatically, or using the package via a script (which may -produce several images). - -date: 2008-09-08 11:32:46 +0200 - -%post metago -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metago -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metago -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metago-doc -Summary: Documentation for metago -Version: svn15878.0.9 -Release: %{tl_noarch_release} -Provides: tex-metago-doc -BuildArch: noarch -AutoReqProv: No - -%description metago-doc -Documentation for metago - -%package metaobj -Provides: tex-metaobj = %{tl_version} -License: LPPL -Summary: MetaPost package providing high-level objects -Version: svn15878.0.93 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description metaobj -METAOBJ is a large metapost package providing high-level -objects. It implements many of PSTricks' features for node -connections, but also trees, matrices, and many other things. -It more or less contains boxes.mp and rboxes.mp. There is a -large (albeit not complete) documentation distributed with the -package. It is easily extensible with new objects. - -date: 2007-08-24 22:48:09 +0200 - -%post metaobj -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metaobj -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metaobj -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metaobj-doc -Summary: Documentation for metaobj -Version: svn15878.0.93 -Release: %{tl_noarch_release} -Provides: tex-metaobj-doc -BuildArch: noarch -AutoReqProv: No - -%description metaobj-doc -Documentation for metaobj - -%package metaplot -Provides: tex-metaplot = %{tl_version} -License: LPPL -Summary: Plot-manipulation macros for use in Metapost -Version: svn15878.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description metaplot -MetaPlot is a set of Metapost macros for manipulating pre- -generated plots (and similar objects), and formatting them for -inclusion in a Metapost figure. The intent is that the plots -can be generated by some outside program, in an abstract manner -that does not require making decisions about on-page sizing and -layout, and then they can be imported into MetaPlot and -arranged using the full capabilities of Metapost. Metaplot also -includes a very flexible set of macros for generating plot -axes, which may be useful in other contexts as well. Presently, -MetaPlot is in something of a pre-release beta state; it is -quite functional, but the syntax of the commands are still -potentially in flux. Bug reports and other suggestions would be -most welcome! - -date: 2006-11-09 21:17:58 +0100 - -%post metaplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metaplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metaplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metaplot-doc -Summary: Documentation for metaplot -Version: svn15878.0.91 -Release: %{tl_noarch_release} -Provides: tex-metaplot-doc -BuildArch: noarch -AutoReqProv: No - -%description metaplot-doc -Documentation for metaplot - -%package metauml -Provides: tex-metauml = %{tl_version} -License: GPL+ -Summary: MetaPost library for typesetting UML diagrams -Version: svn19692.0.2.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: metapost-metauml = %{tl_version} -Obsoletes: metapost-metauml < %{tl_version} - -%description metauml -MetaUML is a MetaPost library for typesetting UML diagrams, -which provides a usable, human-friendly textual notation for -UML, offering now support for class, package, activity, state, -and use case diagrams. - -date: 2010-07-30 13:14:18 +0200 - -%post metauml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun metauml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans metauml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package metauml-doc -Summary: Documentation for metauml -Version: svn19692.0.2.5 -Release: %{tl_noarch_release} -Provides: tex-metauml-doc -BuildArch: noarch -AutoReqProv: No - -%description metauml-doc -Documentation for metauml - -%package mfpic -Provides: tex-mfpic = %{tl_version} -License: LPPL 1.3 -Summary: Draw Metafont/post pictures from (La)TeX commands -Version: svn28444.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(mfpic.sty) = %{tl_version} -Provides: tex(mfpic.tex) = %{tl_version} -Provides: tex(mfpicdef.tex) = %{tl_version} - -%description mfpic -Mfpic is a scheme for producing pictures from (La)TeX commands. -Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) -enclose a group in which drawing commands may be placed. The -commands generate a Meta-language file, which may be processed -by Metapost (or even Metafont). The resulting image file will -be read back in to the document to place the picture at the -point where the original (La)TeX commands appeared. Note that -the ability to use Metapost here means that the package works -equally well in LaTeX and PDFLaTeX. - -date: 2012-12-04 16:44:12 +0100 - -%post mfpic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mfpic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mfpic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mfpic-doc -Summary: Documentation for mfpic -Version: svn28444.1.10 -Release: %{tl_noarch_release} -Provides: tex-mfpic-doc -BuildArch: noarch -AutoReqProv: No - -%description mfpic-doc -Documentation for mfpic - -%package mfpic4ode -Provides: tex-mfpic4ode = %{tl_version} -License: LPPL -Summary: Macros to draw direction fields and solutions of ODEs -Version: svn17745.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mfpic4ode.sty) = %{tl_version} -Provides: tex(mfpic4ode.tex) = %{tl_version} - -%description mfpic4ode -The package is a small set of macros for drawing direction -fields, phase portraits and trajectories of differential -equations and two dimensional autonomous systems. The Euler, -Runge-Kutta and 4th order Runge-Kutta algorithms are available -to solve the ODEs. The picture is translated into mfpic macros -and MetaPost is used to create the final drawing. The package -is was designed for use with LaTeX, but it can be used in plain -TeX as well. Online demonstration of the mfpic4ode macros is -available on the Mfpic Previewer as Example 6. - -date: 2010-04-07 19:03:48 +0200 - -%post mfpic4ode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mfpic4ode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mfpic4ode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mfpic4ode-doc -Summary: Documentation for mfpic4ode -Version: svn17745.0.4 -Release: %{tl_noarch_release} -Provides: tex-mfpic4ode-doc -BuildArch: noarch -AutoReqProv: No - -%description mfpic4ode-doc -Documentation for mfpic4ode - -%package mp3d -Provides: tex-mp3d = %{tl_version} -License: LPPL -Summary: 3D animations -Version: svn29349.1.34 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description mp3d -Create animations of 3-dimensional objects (such as polyhedra) -in MetaPost. - -date: 2012-05-25 16:08:07 +0200 - -%post mp3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mp3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mp3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mp3d-doc -Summary: Documentation for mp3d -Version: svn29349.1.34 -Release: %{tl_noarch_release} -Provides: tex-mp3d-doc -BuildArch: noarch -AutoReqProv: No - -%description mp3d-doc -Documentation for mp3d - -%package mpcolornames -Provides: tex-mpcolornames = %{tl_version} -License: LPPL -Summary: XXXX -Version: svn23252.0.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description mpcolornames -The MetaPost format plain.mp provides only five built-in colour -names (variables), all of which are defined in the RGB model: -red, green and blue for the primary colours and black and -white. The package makes more than 500 colour names from -different colour sets in different colour models available to -MetaPost. Colour sets include X11, SVG, DVIPS and xcolor -specifications. - -date: 2011-07-18 09:05:38 +0200 - -%post mpcolornames -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mpcolornames -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mpcolornames -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mpcolornames-doc -Summary: Documentation for mpcolornames -Version: svn23252.0.20 -Release: %{tl_noarch_release} -Provides: tex-mpcolornames-doc -BuildArch: noarch -AutoReqProv: No - -%description mpcolornames-doc -Documentation for mpcolornames - -%package mpattern -Provides: tex-mpattern = %{tl_version} -License: Public Domain -Summary: Patterns in MetaPost -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description mpattern -A package for defining and using patterns in MetaPost, using -the Pattern Color Space available in PostScript Level 2. - -date: 2006-12-15 22:34:26 +0100 - -%post mpattern -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mpattern -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mpattern -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mpattern-doc -Summary: Documentation for mpattern -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-mpattern-doc -BuildArch: noarch -AutoReqProv: No - -%description mpattern-doc -Documentation for mpattern - -%package mpgraphics -Provides: tex-mpgraphics = %{tl_version} -License: LPPL 1.3 -Summary: Process and display MetaPost figures inline -Version: svn29655.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(moreverb.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifplatform.sty) -Requires: tex(iftex.sty) -Requires: tex(ifpdf.sty) -Provides: tex(mpgraphics.sty) = %{tl_version} - -%description mpgraphics -The package allows LaTeX users to typeset MetaPost code inline -and display figures in their documents with only and only one -run of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost). -Mpgraphics achieves this by using the shell escape (\write 18) -feature of current TeX distributions, so that the whole process -is automatic and the end user is saved the tiresome processing. - -date: 2013-04-04 12:47:47 +0200 - -%post mpgraphics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mpgraphics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mpgraphics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mpgraphics-doc -Summary: Documentation for mpgraphics -Version: svn29655.0.3 -Release: %{tl_noarch_release} -Provides: tex-mpgraphics-doc -BuildArch: noarch -AutoReqProv: No - -%description mpgraphics-doc -Documentation for mpgraphics - -%package piechartmp -Provides: tex-piechartmp = %{tl_version} -License: LPPL -Summary: Draw pie-charts using MetaPost -Version: svn19440.0.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description piechartmp -The piechartmp package is an easy way to draw pie-charts with -MetaPost. The package implements an interface that enables -users with little MetaPost experience to draw charts. A -highlight of the package is the possibility of suppressing some -segments of the chart, thus creating the possibility of several -charts from the same data. - -date: 2007-01-13 20:56:44 +0100 - -%post piechartmp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun piechartmp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans piechartmp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package piechartmp-doc -Summary: Documentation for piechartmp -Version: svn19440.0.3.0 -Release: %{tl_noarch_release} -Provides: tex-piechartmp-doc -BuildArch: noarch -AutoReqProv: No - -%description piechartmp-doc -Documentation for piechartmp - -%package roex -Provides: tex-roex = %{tl_version} -License: LPPL -Summary: roex package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description roex -roex package - -%post roex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun roex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans roex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package slideshow -Provides: tex-slideshow = %{tl_version} -License: Copyright only -Summary: Generate slideshow with MetaPost -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description slideshow -The package provides a means of creating presentations in -MetaPost, without intervention from other utilities (except a -distiller). Such an arrangement has its advantages (though -there are disadvantages too). - -date: 2008-12-04 14:14:32 +0100 - -%post slideshow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun slideshow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans slideshow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package slideshow-doc -Summary: Documentation for slideshow -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-slideshow-doc -BuildArch: noarch -AutoReqProv: No - -%description slideshow-doc -Documentation for slideshow - -%package splines -Provides: tex-splines = %{tl_version} -License: LPPL 1.3 -Summary: MetaPost macros for drawing cubic spline interpolants -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description splines -This is a small package of macros for creating cubic spline -interpolants in MetaPost or MetaFont. Given a list of points -the macros can produce a closed or a relaxed spline joining -them. Given a list of function values y_j at x_j, the result -would define the graph of a cubic spline interpolating function -y=f(x), which is either periodic or relaxed. - -date: 2007-03-12 11:51:09 +0100 - -%post splines -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun splines -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans splines -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package splines-doc -Summary: Documentation for splines -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-splines-doc -BuildArch: noarch -AutoReqProv: No - -%description splines-doc -Documentation for splines - -%package suanpan -Provides: tex-suanpan = %{tl_version} -License: LPPL -Summary: MetaPost macros for drawing Chinese and Japanese abaci -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description suanpan -These macros are described in Denis Roegel: MetaPost macros for -drawing Chinese and Japanese abaci, TUGboat (volume 30, number -1, 2009, pages 74-79) - -date: 2009-11-10 00:30:52 +0100 - -%post suanpan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun suanpan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans suanpan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package suanpan-doc -Summary: Documentation for suanpan -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-suanpan-doc -BuildArch: noarch -AutoReqProv: No - -%description suanpan-doc -Documentation for suanpan - -%package textpath -Provides: tex-textpath = %{tl_version} -License: LPPL -Summary: Setting text along a path with MetaPost -Version: svn15878.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(soul.sty) -Provides: tex(textpathmp.sty) = %{tl_version} - -%description textpath -This MetaPost package provides macros to typeset text along a -free path with the help of LaTeX, thereby preserving kerning -and allowing for 8-bit input (accented characters). - -date: 2007-02-22 10:19:41 +0100 - -%post textpath -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textpath -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textpath -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textpath-doc -Summary: Documentation for textpath -Version: svn15878.1.6 -Release: %{tl_noarch_release} -Provides: tex-textpath-doc -BuildArch: noarch -AutoReqProv: No - -%description textpath-doc -Documentation for textpath - -%package threeddice -Provides: tex-threeddice = %{tl_version} -License: LPPL -Summary: Create images of dice with one, two, or three faces showing, using MetaPost -Version: svn20675.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description threeddice -The package provides MetaPost code to create all possible -symmetrical views (up to rotation) of a right-handed die. -Configuration is possible by editing the source code, following -the guidance in the documentation. - -date: 2010-12-07 13:54:00 +0100 - -%post threeddice -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun threeddice -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans threeddice -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package threeddice-doc -Summary: Documentation for threeddice -Version: svn20675.1.0 -Release: %{tl_noarch_release} -Provides: tex-threeddice-doc -BuildArch: noarch -AutoReqProv: No - -%description threeddice-doc -Documentation for threeddice - -%package collection-music -Summary: Music typesetting -Version: svn26404.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-abc -Requires: tex-figbas -Requires: tex-gchords -Requires: tex-gtrcrd -Requires: tex-guitar -Requires: tex-harmony -Requires: tex-m-tx -Requires: tex-musixguit -Requires: tex-musixtex -Requires: tex-musixtex-fnts -Requires: tex-pmx -Requires: tex-songbook -Requires: texlive-collection-latex - -%description collection-music -Music-related fonts and packages. - -%package figbas -Provides: tex-figbas = %{tl_version} -License: LPPL -Summary: Mini-fonts for figured-bass notation in music -Version: svn28943.1.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(figbas.map) = %{tl_version} -Provides: tex(cmrj.tfm) = %{tl_version} -Provides: tex(cmssj.tfm) = %{tl_version} -Provides: tex(plrj.tfm) = %{tl_version} -Provides: tex(cmrj.pfb) = %{tl_version} -Provides: tex(cmssj.pfb) = %{tl_version} -Provides: tex(plrj.pfb) = %{tl_version} - -%description figbas -This package consists of three mini-fonts (and associated -metrics) of conventional ligatures for the figured-bass -notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts -are usable with Computer Modern Roman and Sans, and -Palatino/Palladio, respectively. - -date: 2012-08-15 13:45:23 +0200 - -%post figbas -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun figbas -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans figbas -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package figbas-doc -Summary: Documentation for figbas -Version: svn28943.1.0.3 -Release: %{tl_noarch_release} -Provides: tex-figbas-doc -BuildArch: noarch -AutoReqProv: No - -%description figbas-doc -Documentation for figbas - -%package gchords -Provides: tex-gchords = %{tl_version} -License: GPL+ -Summary: Typeset guitar chords -Version: svn15878.1.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gchords.sty) = %{tl_version} - -%description gchords -A LaTeX package for typesetting of guitar chord diagrams, -including options for chord names, finger numbers and -typesetting above lyrics. The bundle also includes a TCL script -(chordbox.tcl) that provides a graphical application which -creates LaTeX files that use gchords.sty. - -date: 2009-02-12 12:29:53 +0100 - -%post gchords -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gchords -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gchords -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gchords-doc -Summary: Documentation for gchords -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-gchords-doc -BuildArch: noarch -AutoReqProv: No - -%description gchords-doc -Documentation for gchords - -%package gtrcrd -Provides: tex-gtrcrd = %{tl_version} -License: LPPL 1.3 -Summary: Add chords to lyrics -Version: svn25121.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gtrcrd.sty) = %{tl_version} - -%description gtrcrd -The package provides the means to specify guitar chords to be -played with each part of the lyrics of a song. The syntax of -the macros reduces the change of failing to provide a chord -where one is needed, and the structure of the macros ensures -that the chord specification appears immediately above the -start of the lyric. - -date: 2012-01-15 22:31:29 +0100 - -%post gtrcrd -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gtrcrd -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gtrcrd -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gtrcrd-doc -Summary: Documentation for gtrcrd -Version: svn25121.1.0 -Release: %{tl_noarch_release} -Provides: tex-gtrcrd-doc -BuildArch: noarch -AutoReqProv: No - -%description gtrcrd-doc -Documentation for gtrcrd - -%package guitar -Provides: tex-guitar = %{tl_version} -License: LPPL -Summary: Guitar chords and song texts -Version: svn17355.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(toolbox.sty) -Provides: tex(guitar.sty) = %{tl_version} - -%description guitar -(La)TeX macros for typesetting guitar chords over song texts. -The toolbox package is required. Note that this package only -places arbitrary TeX code over the lyrics. To typeset the -chords graphically (and not only by name), the author -recommends use of an additional package such as gchords by K. -Peeters. - -date: 2010-03-06 16:54:30 +0100 - -%post guitar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun guitar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans guitar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package guitar-doc -Summary: Documentation for guitar -Version: svn17355.1.6 -Release: %{tl_noarch_release} -Provides: tex-guitar-doc -BuildArch: noarch -AutoReqProv: No - -%description guitar-doc -Documentation for guitar - -%package harmony -Provides: tex-harmony = %{tl_version} -License: LPPL -Summary: Typeset harmony symbols, etc., for musicology -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amssymb.sty) -Provides: tex(harmony.sty) = %{tl_version} - -%description harmony -The package harmony.sty uses the packages ifthen and amssymb -from the amsfonts bundle, together with the LaTeX font -lcirclew10 and the font musix13 from musixtex. - -date: 2009-06-25 00:34:53 +0200 - -%post harmony -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun harmony -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans harmony -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package harmony-doc -Summary: Documentation for harmony -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-harmony-doc -BuildArch: noarch -AutoReqProv: No - -%description harmony-doc -Documentation for harmony - -%package m-tx -Provides: tex-m-tx = %{tl_version} -License: GPL+ -Summary: A preprocessor for pmx -Version: svn28900.0.60d_2013_01_19 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-m-tx-bin -Provides: tex(mtx.tex) = %{tl_version} - -%description m-tx -M-Tx is a preprocessor to pmx, which is itself a preprocessor -to musixtex, a music typesetting system. The prime motivation -to the development of M-Tx was to provide lyrics for music to -be typeset. In fact, pmx now provides a lyrics interface, but -M-Tx continues in use by those who prefer its language. - -date: 2013-01-20 14:45:16 +0100 - -%post m-tx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun m-tx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans m-tx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package m-tx-doc -Summary: Documentation for m-tx -Version: svn28900.0.60d_2013_01_19 -Release: %{tl_noarch_release} -Provides: tex-m-tx-doc -BuildArch: noarch -AutoReqProv: No - -%description m-tx-doc -Documentation for m-tx - -%package m-tx-bin -Summary: Binaries for m-tx -Version: svn26509.0 -Requires: texlive-base -Requires: tex-m-tx -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description m-tx-bin -Binaries for m-tx - -%package musixguit -Provides: tex-musixguit = %{tl_version} -License: LPPL 1.3 -Summary: Easy notation for guitar music, in MusixTeX -Version: svn21649.1.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Requires: tex(musixtex.sty) -Requires: tex(musixper.tex) -Requires: tex(musixgui.tex) -Provides: tex(musixguit.sty) = %{tl_version} - -%description musixguit -The package provides commands for typesetting notes for guitar, -especially for simplifying guitar notation with MusixTeX. - -date: 2011-03-07 21:34:56 +0100 - -%post musixguit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun musixguit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans musixguit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package musixguit-doc -Summary: Documentation for musixguit -Version: svn21649.1.2.2 -Release: %{tl_noarch_release} -Provides: tex-musixguit-doc -BuildArch: noarch -AutoReqProv: No - -%description musixguit-doc -Documentation for musixguit - -%package musixtex -Provides: tex-musixtex = %{tl_version} -License: GPL+ -Summary: Sophisticated music typesetting -Version: svn28937.1.15__2013_01_21_ -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-musixtex-bin -Provides: tex(musixadd.tex) = %{tl_version} -Provides: tex(musixbar.tex) = %{tl_version} -Provides: tex(musixbbm.tex) = %{tl_version} -Provides: tex(musixblx.tex) = %{tl_version} -Provides: tex(musixbm.tex) = %{tl_version} -Provides: tex(musixcho.tex) = %{tl_version} -Provides: tex(musixcpt.tex) = %{tl_version} -Provides: tex(musixcrd.tex) = %{tl_version} -Provides: tex(musixdat.tex) = %{tl_version} -Provides: tex(musixdbr.tex) = %{tl_version} -Provides: tex(musixdia.tex) = %{tl_version} -Provides: tex(musixeng.tex) = %{tl_version} -Provides: tex(musixesf.tex) = %{tl_version} -Provides: tex(musixevo.tex) = %{tl_version} -Provides: tex(musixext.tex) = %{tl_version} -Provides: tex(musixfll.sty) = %{tl_version} -Provides: tex(musixfll.tex) = %{tl_version} -Provides: tex(musixgre.tex) = %{tl_version} -Provides: tex(musixgui.tex) = %{tl_version} -Provides: tex(musixhor.tex) = %{tl_version} -Provides: tex(musixhou.tex) = %{tl_version} -Provides: tex(musixinv.tex) = %{tl_version} -Provides: tex(musixlit.tex) = %{tl_version} -Provides: tex(musixlyr.tex) = %{tl_version} -Provides: tex(musixmad.tex) = %{tl_version} -Provides: tex(musixper.tex) = %{tl_version} -Provides: tex(musixpoi.tex) = %{tl_version} -Provides: tex(musixps.tex) = %{tl_version} -Provides: tex(musixref.tex) = %{tl_version} -Provides: tex(musixslu.tex) = %{tl_version} -Provides: tex(musixsqr.tex) = %{tl_version} -Provides: tex(musixste.tex) = %{tl_version} -Provides: tex(musixstf.tex) = %{tl_version} -Provides: tex(musixstr.tex) = %{tl_version} -Provides: tex(musixsty.tex) = %{tl_version} -Provides: tex(musixtex.tex) = %{tl_version} -Provides: tex(musixtmr.tex) = %{tl_version} -Provides: tex(musixtri.tex) = %{tl_version} -Provides: tex(musixcpt.sty) = %{tl_version} -Provides: tex(musixcrd.sty) = %{tl_version} -Provides: tex(musixltx.tex) = %{tl_version} -Provides: tex(musixtex.sty) = %{tl_version} -Provides: tex-musixtex = %{tl_version} -Obsoletes: tex-musixtex < %{tl_version} - -%description musixtex -MusiXTeX provides a set of macros, based on the earlier -MusicTeX, for typesetting music with TeX. To produce optimal -spacing, MusixTeX is a three-pass system: etex, musixflx, and -etex again. (Musixflx is a lua script that is provided in the -bundle.) The three-pass process, optionally followed by -processing for printed output, is automated by the musixtex -wrapper script. The package uses its own specialised fonts, -which must be available on the system for musixtex to run. This -version of MusixTeX builds upon work by Andreas Egler, whose -own version is no longer being developed. The MusiXTeX macros -are universally acknowledged to be challenging to use directly: -the pmx preprocessor compiles a simpler input language to -MusixTeX macros.. - -date: 2013-01-21 17:18:14 +0100 - -%post musixtex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun musixtex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans musixtex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package musixtex-doc -Summary: Documentation for musixtex -Version: svn28937.1.15__2013_01_21_ -Release: %{tl_noarch_release} -Provides: tex-musixtex-doc -BuildArch: noarch -AutoReqProv: No -Provides: tex-musixtex-doc = %{tl_version} -Obsoletes: tex-musixtex-doc < %{tl_version} - -%description musixtex-doc -Documentation for musixtex - -%package musixtex-bin -Summary: Binaries for musixtex -Version: svn22187.0 -Requires: texlive-base -Requires: tex-musixtex -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description musixtex-bin -Binaries for musixtex - -%package musixtex-fnts -Provides: tex-musixtex-fnts = %{tl_version} -License: GPL+ -Summary: Fonts used by MusixTeX -Version: svn28934.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(musix.map) = %{tl_version} -Provides: tex(musix11.tfm) = %{tl_version} -Provides: tex(musix13.tfm) = %{tl_version} -Provides: tex(musix16.tfm) = %{tl_version} -Provides: tex(musix20.tfm) = %{tl_version} -Provides: tex(musix24.tfm) = %{tl_version} -Provides: tex(musix25.tfm) = %{tl_version} -Provides: tex(musix29.tfm) = %{tl_version} -Provides: tex(musixsps.tfm) = %{tl_version} -Provides: tex(musixspx.tfm) = %{tl_version} -Provides: tex(mxsk.tfm) = %{tl_version} -Provides: tex(xgreg11.tfm) = %{tl_version} -Provides: tex(xgreg13.tfm) = %{tl_version} -Provides: tex(xgreg16.tfm) = %{tl_version} -Provides: tex(xgreg20.tfm) = %{tl_version} -Provides: tex(xgreg24.tfm) = %{tl_version} -Provides: tex(xgreg29.tfm) = %{tl_version} -Provides: tex(xsld11.tfm) = %{tl_version} -Provides: tex(xsld11d.tfm) = %{tl_version} -Provides: tex(xsld13.tfm) = %{tl_version} -Provides: tex(xsld13d.tfm) = %{tl_version} -Provides: tex(xsld16.tfm) = %{tl_version} -Provides: tex(xsld16d.tfm) = %{tl_version} -Provides: tex(xsld20.tfm) = %{tl_version} -Provides: tex(xsld20d.tfm) = %{tl_version} -Provides: tex(xsld24.tfm) = %{tl_version} -Provides: tex(xsld24d.tfm) = %{tl_version} -Provides: tex(xsld29.tfm) = %{tl_version} -Provides: tex(xsld29d.tfm) = %{tl_version} -Provides: tex(xsldd20.tfm) = %{tl_version} -Provides: tex(xsldu20.tfm) = %{tl_version} -Provides: tex(xslhd11.tfm) = %{tl_version} -Provides: tex(xslhd11d.tfm) = %{tl_version} -Provides: tex(xslhd13.tfm) = %{tl_version} -Provides: tex(xslhd13d.tfm) = %{tl_version} -Provides: tex(xslhd16.tfm) = %{tl_version} -Provides: tex(xslhd16d.tfm) = %{tl_version} -Provides: tex(xslhd20.tfm) = %{tl_version} -Provides: tex(xslhd20d.tfm) = %{tl_version} -Provides: tex(xslhd24.tfm) = %{tl_version} -Provides: tex(xslhd24d.tfm) = %{tl_version} -Provides: tex(xslhd29.tfm) = %{tl_version} -Provides: tex(xslhd29d.tfm) = %{tl_version} -Provides: tex(xslhu11.tfm) = %{tl_version} -Provides: tex(xslhu11d.tfm) = %{tl_version} -Provides: tex(xslhu13.tfm) = %{tl_version} -Provides: tex(xslhu13d.tfm) = %{tl_version} -Provides: tex(xslhu16.tfm) = %{tl_version} -Provides: tex(xslhu16d.tfm) = %{tl_version} -Provides: tex(xslhu20.tfm) = %{tl_version} -Provides: tex(xslhu20d.tfm) = %{tl_version} -Provides: tex(xslhu20m.tfm) = %{tl_version} -Provides: tex(xslhu24.tfm) = %{tl_version} -Provides: tex(xslhu24d.tfm) = %{tl_version} -Provides: tex(xslhu29.tfm) = %{tl_version} -Provides: tex(xslhu29d.tfm) = %{tl_version} -Provides: tex(xslhz20.tfm) = %{tl_version} -Provides: tex(xslhz20d.tfm) = %{tl_version} -Provides: tex(xslu11.tfm) = %{tl_version} -Provides: tex(xslu11d.tfm) = %{tl_version} -Provides: tex(xslu13.tfm) = %{tl_version} -Provides: tex(xslu13d.tfm) = %{tl_version} -Provides: tex(xslu16.tfm) = %{tl_version} -Provides: tex(xslu16d.tfm) = %{tl_version} -Provides: tex(xslu20.tfm) = %{tl_version} -Provides: tex(xslu20d.tfm) = %{tl_version} -Provides: tex(xslu24.tfm) = %{tl_version} -Provides: tex(xslu24d.tfm) = %{tl_version} -Provides: tex(xslu29.tfm) = %{tl_version} -Provides: tex(xslu29d.tfm) = %{tl_version} -Provides: tex(xslud20.tfm) = %{tl_version} -Provides: tex(xslup20.tfm) = %{tl_version} -Provides: tex(xslz20.tfm) = %{tl_version} -Provides: tex(xslz20d.tfm) = %{tl_version} -Provides: tex(xtie20.tfm) = %{tl_version} -Provides: tex(musix11.pfb) = %{tl_version} -Provides: tex(musix13.pfb) = %{tl_version} -Provides: tex(musix16.pfb) = %{tl_version} -Provides: tex(musix20.pfb) = %{tl_version} -Provides: tex(musix24.pfb) = %{tl_version} -Provides: tex(musix29.pfb) = %{tl_version} -Provides: tex(musixsps.pfb) = %{tl_version} -Provides: tex(musixspx.pfb) = %{tl_version} -Provides: tex(mxsk.pfb) = %{tl_version} -Provides: tex(xgreg11.pfb) = %{tl_version} -Provides: tex(xgreg13.pfb) = %{tl_version} -Provides: tex(xgreg16.pfb) = %{tl_version} -Provides: tex(xgreg20.pfb) = %{tl_version} -Provides: tex(xgreg24.pfb) = %{tl_version} -Provides: tex(xgreg29.pfb) = %{tl_version} -Provides: tex(xsld11.pfb) = %{tl_version} -Provides: tex(xsld11d.pfb) = %{tl_version} -Provides: tex(xsld13.pfb) = %{tl_version} -Provides: tex(xsld13d.pfb) = %{tl_version} -Provides: tex(xsld16.pfb) = %{tl_version} -Provides: tex(xsld16d.pfb) = %{tl_version} -Provides: tex(xsld20.pfb) = %{tl_version} -Provides: tex(xsld20d.pfb) = %{tl_version} -Provides: tex(xsld24.pfb) = %{tl_version} -Provides: tex(xsld24d.pfb) = %{tl_version} -Provides: tex(xsld29.pfb) = %{tl_version} -Provides: tex(xsld29d.pfb) = %{tl_version} -Provides: tex(xsldd20.pfb) = %{tl_version} -Provides: tex(xsldu20.pfb) = %{tl_version} -Provides: tex(xslhd11.pfb) = %{tl_version} -Provides: tex(xslhd11d.pfb) = %{tl_version} -Provides: tex(xslhd13.pfb) = %{tl_version} -Provides: tex(xslhd13d.pfb) = %{tl_version} -Provides: tex(xslhd16.pfb) = %{tl_version} -Provides: tex(xslhd16d.pfb) = %{tl_version} -Provides: tex(xslhd20.pfb) = %{tl_version} -Provides: tex(xslhd20d.pfb) = %{tl_version} -Provides: tex(xslhd24.pfb) = %{tl_version} -Provides: tex(xslhd24d.pfb) = %{tl_version} -Provides: tex(xslhd29.pfb) = %{tl_version} -Provides: tex(xslhd29d.pfb) = %{tl_version} -Provides: tex(xslhu11.pfb) = %{tl_version} -Provides: tex(xslhu11d.pfb) = %{tl_version} -Provides: tex(xslhu13.pfb) = %{tl_version} -Provides: tex(xslhu13d.pfb) = %{tl_version} -Provides: tex(xslhu16.pfb) = %{tl_version} -Provides: tex(xslhu16d.pfb) = %{tl_version} -Provides: tex(xslhu20.pfb) = %{tl_version} -Provides: tex(xslhu20d.pfb) = %{tl_version} -Provides: tex(xslhu24.pfb) = %{tl_version} -Provides: tex(xslhu24d.pfb) = %{tl_version} -Provides: tex(xslhu29.pfb) = %{tl_version} -Provides: tex(xslhu29d.pfb) = %{tl_version} -Provides: tex(xslhz20.pfb) = %{tl_version} -Provides: tex(xslhz20d.pfb) = %{tl_version} -Provides: tex(xslu11.pfb) = %{tl_version} -Provides: tex(xslu11d.pfb) = %{tl_version} -Provides: tex(xslu13.pfb) = %{tl_version} -Provides: tex(xslu13d.pfb) = %{tl_version} -Provides: tex(xslu16.pfb) = %{tl_version} -Provides: tex(xslu16d.pfb) = %{tl_version} -Provides: tex(xslu20.pfb) = %{tl_version} -Provides: tex(xslu20d.pfb) = %{tl_version} -Provides: tex(xslu24.pfb) = %{tl_version} -Provides: tex(xslu24d.pfb) = %{tl_version} -Provides: tex(xslu29.pfb) = %{tl_version} -Provides: tex(xslu29d.pfb) = %{tl_version} -Provides: tex(xslud20.pfb) = %{tl_version} -Provides: tex(xslup20.pfb) = %{tl_version} -Provides: tex(xslz20.pfb) = %{tl_version} -Provides: tex(xslz20d.pfb) = %{tl_version} -Provides: tex(xtie20.pfb) = %{tl_version} -Provides: ctan-musixtex-fonts = %{tl_version} -Obsoletes: ctan-musixtex-fonts = %{tl_version} - -%description musixtex-fnts -These are fonts for use with MusixTeX; they are provided both -as original Metafont source, and as converted Adobe Type 1. The -bundle renders the older (Type 1 fonts only) bundle musixtex- -t1fonts obsolete. - -date: 2013-01-24 16:57:55 +0100 - -%post musixtex-fnts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^MixedMap musix.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "MixedMap musix.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun musixtex-fnts -if [ $1 == 0 ] ; then -sed -i '/^MixedMap musix.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans musixtex-fnts -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package musixtex-fnts-doc -Summary: Documentation for musixtex-fnts -Version: svn28934.0 -Release: %{tl_noarch_release} -Provides: tex-musixtex-fnts-doc -BuildArch: noarch -AutoReqProv: No - -%description musixtex-fnts-doc -Documentation for musixtex-fnts - -%package pmx -Provides: tex-pmx = %{tl_version} -License: GPLv2+ -Summary: Preprocessor for MusiXTeX -Version: svn28894.2.6.19 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pmx-bin -Provides: tex(pmx.tex) = %{tl_version} - -%description pmx -PMX is a preprocessor for MusiXTeX. It builds the TeX input -file from a file in a much simpler language, making most of the -layout decisions by itself. An auxiliary program makes single- -player parts from a multi-player score. For proof-listening, -PMX can make a MIDI file of your score. The present version -requires at least version 1.15 of MusiXTeX, running on an e- -tex-enhanced TeX system. - -date: 2013-01-15 18:22:19 +0100 - -%post pmx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pmx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pmx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pmx-doc -Summary: Documentation for pmx -Version: svn28894.2.6.19 -Release: %{tl_noarch_release} -Provides: tex-pmx-doc -BuildArch: noarch -AutoReqProv: No - -%description pmx-doc -Documentation for pmx - -%package pmx-bin -Summary: Binaries for pmx -Version: svn26509.0 -Requires: texlive-base -Requires: tex-pmx -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description pmx-bin -Binaries for pmx - -%package songbook -Provides: tex-songbook = %{tl_version} -License: LGPLv2+ -Summary: Package for typesetting song lyrics and chord books -Version: svn18136.4.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(xstring.sty) -Requires: tex(multicol.sty) -Provides: tex(conditionals.sty) = %{tl_version} -Provides: tex(songbook.sty) = %{tl_version} - -%description songbook -The package provides an all purpose songbook style. Three types -of output may be created from a single input file: "words and -chords" books for the musicians to play from, "words only" -songbooks for the congregation to sing from, and overhead -transparency masters for congregational use. The package will -also print a table of contents, an index sorted by title and -first line, and an index sorted by key, or by artist/composer. -The package attempts to handle songs in multiple keys, as well -as songs in multiple languages. - -date: 2010-05-06 13:38:32 +0200 - -%post songbook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun songbook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans songbook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package songbook-doc -Summary: Documentation for songbook -Version: svn18136.4.5 -Release: %{tl_noarch_release} -Provides: tex-songbook-doc -BuildArch: noarch -AutoReqProv: No - -%description songbook-doc -Documentation for songbook - -%package collection-omega -Summary: Omega packages -Version: svn25844.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-antomega -Requires: tex-lambda -Requires: tex-omega -Requires: tex-aleph -Requires: tex-omegaware -Requires: texlive-collection-basic -Requires: texlive-collection-latex - -%description collection-omega -Omega, a 16-bit extended TeX by John Plaice and Yannis -Haralambous. - -%package omegaware -Provides: tex-omegaware = %{tl_version} -License: LPPL -Summary: omegaware package -Version: svn26689.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-omegaware-bin - -%description omegaware -omegaware package - -%post omegaware -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun omegaware -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans omegaware -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package omegaware-bin -Summary: Binaries for omegaware -Version: svn26509.0 -Requires: texlive-base -Requires: tex-omegaware -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} - -%description omegaware-bin -Binaries for omegaware - -%package collection-plainextra -Summary: Plain TeX supplementary packages -Version: svn27541.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-figflow -Requires: tex-fixpdfmag -Requires: tex-font-change -Requires: tex-fontch -Requires: tex-graphics-pln -Requires: tex-hyplain -Requires: tex-js-misc -Requires: tex-mkpattern -Requires: tex-newsletr -Requires: tex-pitex -Requires: tex-placeins-plain -Requires: tex-plipsum -Requires: tex-plnfss -Requires: tex-present -Requires: tex-resumemac -Requires: tex-timetable -Requires: tex-treetex -Requires: tex-varisize -Requires: texlive-collection-basic - -%description collection-plainextra -Add-on packages and macros that work with plain TeX. - -%package figflow -Provides: tex-figflow = %{tl_version} -License: Copyright only -Summary: Flow text around a figure -Version: svn21462.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(figflow.tex) = %{tl_version} - -%description figflow -Provides a Plain TeX macro \figflow that allows one to insert a -figure into an area inset into a paragraph. Command arguments -are width and height of the figure, and the figure (and its -caption) itself. Usage details are to be found in the TeX file -itself. The package does not work with LaTeX; packages such as -wrapfig, floatflt and picins support the needs of LaTeX users -in this area. - -date: 2011-02-18 10:42:52 +0100 - -%post figflow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun figflow -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans figflow -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package figflow-doc -Summary: Documentation for figflow -Version: svn21462.0 -Release: %{tl_noarch_release} -Provides: tex-figflow-doc -BuildArch: noarch -AutoReqProv: No - -%description figflow-doc -Documentation for figflow - -%package fixpdfmag -Provides: tex-fixpdfmag = %{tl_version} -License: Public Domain -Summary: Fix magnification in PDFTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fixpdfmag.tex) = %{tl_version} - -%description fixpdfmag -A recent change to PDFTeX has caused magnification to apply to -page dimensions. This small package changes the values set in -the page dimension variables from pt to truept, thus evading -the effects of \mag. - -date: 2009-09-17 21:16:39 +0200 - -%post fixpdfmag -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixpdfmag -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixpdfmag -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package font-change -Provides: tex-font-change = %{tl_version} -License: CC-BY-SA -Summary: Macros to Change Text and Math fonts in plain TeX -Version: svn19709.2010.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(font-change.tex) = %{tl_version} -Provides: tex(font_antp_euler.tex) = %{tl_version} -Provides: tex(font_antt-condensed-light.tex) = %{tl_version} -Provides: tex(font_antt-condensed-medium.tex) = %{tl_version} -Provides: tex(font_antt-condensed.tex) = %{tl_version} -Provides: tex(font_antt-light.tex) = %{tl_version} -Provides: tex(font_antt-medium.tex) = %{tl_version} -Provides: tex(font_antt.tex) = %{tl_version} -Provides: tex(font_arev.tex) = %{tl_version} -Provides: tex(font_artemisia_euler.tex) = %{tl_version} -Provides: tex(font_bera_concrete.tex) = %{tl_version} -Provides: tex(font_bera_euler.tex) = %{tl_version} -Provides: tex(font_bera_fnc.tex) = %{tl_version} -Provides: tex(font_bookman.tex) = %{tl_version} -Provides: tex(font_century.tex) = %{tl_version} -Provides: tex(font_charter.tex) = %{tl_version} -Provides: tex(font_cm.tex) = %{tl_version} -Provides: tex(font_cmbright.tex) = %{tl_version} -Provides: tex(font_concrete.tex) = %{tl_version} -Provides: tex(font_epigrafica_euler.tex) = %{tl_version} -Provides: tex(font_epigrafica_palatino.tex) = %{tl_version} -Provides: tex(font_iwona-bold.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-bold.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-light.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-medium.tex) = %{tl_version} -Provides: tex(font_iwona-condensed.tex) = %{tl_version} -Provides: tex(font_iwona-light.tex) = %{tl_version} -Provides: tex(font_iwona-medium.tex) = %{tl_version} -Provides: tex(font_iwona.tex) = %{tl_version} -Provides: tex(font_kp-light.tex) = %{tl_version} -Provides: tex(font_kp.tex) = %{tl_version} -Provides: tex(font_kurier-bold.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-bold.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-light.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-medium.tex) = %{tl_version} -Provides: tex(font_kurier-condensed.tex) = %{tl_version} -Provides: tex(font_kurier-light.tex) = %{tl_version} -Provides: tex(font_kurier-medium.tex) = %{tl_version} -Provides: tex(font_kurier.tex) = %{tl_version} -Provides: tex(font_libertine_kp.tex) = %{tl_version} -Provides: tex(font_libertine_palatino.tex) = %{tl_version} -Provides: tex(font_libertine_times.tex) = %{tl_version} -Provides: tex(font_pagella.tex) = %{tl_version} -Provides: tex(font_palatino.tex) = %{tl_version} -Provides: tex(font_times.tex) = %{tl_version} -Provides: tex(font_utopia.tex) = %{tl_version} - -%description font-change -Macros to Change Text and Math fonts in TeX: 19 Beautiful -Variants These macros are written for plain TeX and can be used -with other packages like AmSTeX, eplain, etc. They allow you to -change the fonts (text and math) in your TeX document with only -one statement. Also different font sizes are available. All the -fonts called by these macro files are free and are included in -the present MiKTeX and TeX Live distributions. - -date: 2010-07-19 16:45:16 +0200 - -%post font-change -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun font-change -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans font-change -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package font-change-doc -Summary: Documentation for font-change -Version: svn19709.2010.1 -Release: %{tl_noarch_release} -Provides: tex-font-change-doc -BuildArch: noarch -AutoReqProv: No - -%description font-change-doc -Documentation for font-change - -%package fontch -Provides: tex-fontch = %{tl_version} -License: LPPL -Summary: Changing fonts, sizes and encodings in Plain TeX -Version: svn17859.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(DSmac.tex) = %{tl_version} -Provides: tex(TS1mac.tex) = %{tl_version} -Provides: tex(bsymbols.tex) = %{tl_version} -Provides: tex(fontch.tex) = %{tl_version} -Provides: tex(fontch_doc.tex) = %{tl_version} - -%description fontch -The fontch macros allow the user to change font size and family -anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20 -and 24 points are available. A sans serif family (\sf) is -defined in addition to the families already defined in plain -TeX. Optional support for Latin Modern T1 and TS1 fonts is -given. There are macros for non-latin1 letters and for most TS1 -symbols. Math mode always uses CM fonts. A command for -producing doubled-spaced documents is also provided. The -present version of the package is designed to deal with the -latest release of the Latin Modern fonts version 1.106. -Unfortunately, it can no longer support earlier versions of the -fonts, so an obsolete version of the package is retained for -users who don't yet have access to the latest version of the -fonts. - -date: 2010-04-13 09:02:45 +0200 - -%post fontch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontch-doc -Summary: Documentation for fontch -Version: svn17859.2.2 -Release: %{tl_noarch_release} -Provides: tex-fontch-doc -BuildArch: noarch -AutoReqProv: No - -%description fontch-doc -Documentation for fontch - -%package graphics-pln -Provides: tex-graphics-pln = %{tl_version} -License: LPPL -Summary: LaTeX-style graphics for Plain TeX users -Version: svn16917.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(autopict.sty) = %{tl_version} -Provides: tex(color.tex) = %{tl_version} -Provides: tex(graphicx.tex) = %{tl_version} -Provides: tex(miniltx.tex) = %{tl_version} -Provides: tex(picture.tex) = %{tl_version} -Provides: tex(psfrag.tex) = %{tl_version} - -%description graphics-pln -The Plain TeX graphics package is mostly a thin shell around -the LaTeX graphicx and color packages, with support of the -LaTeX-isms in those packages provided by miniltx (which is the -largest part of the bundle). The bundle also contains a file -"picture.tex", which is a wrapper around the autopict.sty, and -provides the LaTeX picture mode to Plain TeX users. - -date: 2010-01-03 16:55:09 +0100 - -%post graphics-pln -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun graphics-pln -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans graphics-pln -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package graphics-pln-doc -Summary: Documentation for graphics-pln -Version: svn16917.0 -Release: %{tl_noarch_release} -Provides: tex-graphics-pln-doc -BuildArch: noarch -AutoReqProv: No - -%description graphics-pln-doc -Documentation for graphics-pln - -%package hyplain -Provides: tex-hyplain = %{tl_version} -License: Public Domain -Summary: Basic support for multiple languages in Plain TeX -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hylang.tex) = %{tl_version} -Provides: tex(hyplain.tex) = %{tl_version} -Provides: tex(hyrules.tex) = %{tl_version} - -%description hyplain -The package offers a means to set up hyphenation suitable for -several languages and/or dialects, and to select them or switch -between them while typesetting. - -date: 2007-03-07 20:05:57 +0100 - -%post hyplain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hyplain -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hyplain -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hyplain-doc -Summary: Documentation for hyplain -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-hyplain-doc -BuildArch: noarch -AutoReqProv: No - -%description hyplain-doc -Documentation for hyplain - -%package js-misc -Provides: tex-js-misc = %{tl_version} -License: Public Domain -Summary: Miscellaneous macros from Joachim Schrod -Version: svn16211.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cassette.tex) = %{tl_version} -Provides: tex(idverb.tex) = %{tl_version} -Provides: tex(js-misc.tex) = %{tl_version} -Provides: tex(schild.tex) = %{tl_version} -Provides: tex(sperr.tex) = %{tl_version} -Provides: tex(xfig.tex) = %{tl_version} - -%description 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: 2009-11-28 12:18:01 +0100 - -%post js-misc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun js-misc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans js-misc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package js-misc-doc -Summary: Documentation for js-misc -Version: svn16211.0 -Release: %{tl_noarch_release} -Provides: tex-js-misc-doc -BuildArch: noarch -AutoReqProv: No - -%description js-misc-doc -Documentation for js-misc - -%package mkpattern -Provides: tex-mkpattern = %{tl_version} -License: LPPL -Summary: A utility for making hyphenation patterns -Version: svn15878.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mkpatter.tex) = %{tl_version} - -%description mkpattern -Mkpattern is a general purpose program for the generation of -hyphenation patterns, with definition of letter sets and -template-like constructions. It also provides an easy way to -handle different input and output encodings, and featgures -generation of clean UTF-8 patterns. The package was used for -the creation of the Galician patterns. - -date: 2008-08-22 16:39:18 +0200 - -%post mkpattern -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mkpattern -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mkpattern -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mkpattern-doc -Summary: Documentation for mkpattern -Version: svn15878.1.2 -Release: %{tl_noarch_release} -Provides: tex-mkpattern-doc -BuildArch: noarch -AutoReqProv: No - -%description mkpattern-doc -Documentation for mkpattern - -%package newsletr -Provides: tex-newsletr = %{tl_version} -License: Newsletr -Summary: Macros for making newsletters with Plain TeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newsletr.tex) = %{tl_version} - -%description newsletr -newsletr package - -date: 2006-12-22 19:14:47 +0100 - -%post newsletr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun newsletr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans newsletr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package newsletr-doc -Summary: Documentation for newsletr -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-newsletr-doc -BuildArch: noarch -AutoReqProv: No - -%description newsletr-doc -Documentation for newsletr - -%package pitex -Provides: tex-pitex = %{tl_version} -License: LPPL -Summary: Documentation macros -Version: svn24731.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pitex.tex) = %{tl_version} - -%description pitex -The bundle provides macros that the author uses when writing -documentation (for example, that of the texapi and yax -packages). The tools could be used by anyone, but there is no -documentation, and the macros are subject to change without -notice. - -date: 2011-11-18 01:28:58 +0100 - -%post pitex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pitex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pitex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pitex-doc -Summary: Documentation for pitex -Version: svn24731.0 -Release: %{tl_noarch_release} -Provides: tex-pitex-doc -BuildArch: noarch -AutoReqProv: No - -%description pitex-doc -Documentation for pitex - -%package placeins-plain -Provides: tex-placeins-plain = %{tl_version} -License: Public Domain -Summary: Insertions that keep their place -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(placeins.tex) = %{tl_version} - -%description placeins-plain -This TeX file provides various mechanisms (for plain TeX and -close relatives) to let insertions (footnotes, topins, pageins, -etc.) float within their appropriate section, but to prevent -them from intruding into the following section, even when -sections do not normally begin a new page. (If your sections -normally begin a new page, just use \supereject to flush out -insertions.) - -date: 2009-11-10 09:15:37 +0100 - -%post placeins-plain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun placeins-plain -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans placeins-plain -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plipsum -Provides: tex-plipsum = %{tl_version} -License: LPPL -Summary: 'Lorem ipsum' for Plain TeX developers -Version: svn29349.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(plipsum.tex) = %{tl_version} - -%description plipsum -The package provides a paragraph generator designed for use in -Plain TeX documents. The paragraphs generated contain many 'f- -groups' (ff, fl etc.) so the text can act as a test of the -ligatures of the font in use. - -date: 2012-09-14 20:13:55 +0200 - -%post plipsum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plipsum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plipsum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plipsum-doc -Summary: Documentation for plipsum -Version: svn29349.2.3 -Release: %{tl_noarch_release} -Provides: tex-plipsum-doc -BuildArch: noarch -AutoReqProv: No - -%description plipsum-doc -Documentation for plipsum - -%package plnfss -Provides: tex-plnfss = %{tl_version} -License: LPPL -Summary: Font selection for Plain TeX -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(MIKmathf.tex) = %{tl_version} -Provides: tex(plnfss.tex) = %{tl_version} - -%description plnfss -Plnfss is a set of macros to provide easy font access (somewhat -similar to NFSS but with some limitations) with Plain TeX. -Plnfss can automatically make use of PSNFSS fd files, i.e., -when an Adobe Type 1 is used the relevant fd file will be -loaded automatically. For cmr-like fonts (ec, vnr, csr or plr -fonts), a special format called pfd (plain fd) is required and -must be loaded manually. See ot1cmr.pfd for further -information. - -date: 2008-05-21 10:21:02 +0200 - -%post plnfss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun plnfss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans plnfss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package plnfss-doc -Summary: Documentation for plnfss -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-plnfss-doc -BuildArch: noarch -AutoReqProv: No - -%description plnfss-doc -Documentation for plnfss - -%package present -Provides: tex-present = %{tl_version} -License: LPPL -Summary: Presentations with Plain TeX -Version: svn25953.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(present.tex) = %{tl_version} - -%description present -The package offers a collection of simple macros for preparing -presentations in Plain TeX. Slide colour and text colour may be -set, links between parts of the presentation, to other files, -and to web addresses may be inserted. Images may be included -easily, and code is available to provide transition effects -between slides or frames. The structure of the macros is not -overly complex, so that users should find it easy to adapt the -macros to their specific needs. - -date: 2012-04-12 21:32:25 +0200 - -%post present -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun present -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans present -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package present-doc -Summary: Documentation for present -Version: svn25953.2.2 -Release: %{tl_noarch_release} -Provides: tex-present-doc -BuildArch: noarch -AutoReqProv: No - -%description present-doc -Documentation for present - -%package resumemac -Provides: tex-resumemac = %{tl_version} -License: Public Domain -Summary: Plain TeX macros for resumes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(resumemac.tex) = %{tl_version} - -%description resumemac -A set of macros is provided, together with an file that offers -an example of use. - -date: 2008-11-21 01:34:08 +0100 - -%post resumemac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun resumemac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans resumemac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package resumemac-doc -Summary: Documentation for resumemac -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-resumemac-doc -BuildArch: noarch -AutoReqProv: No - -%description resumemac-doc -Documentation for resumemac - -%package timetable -Provides: tex-timetable = %{tl_version} -License: LPPL -Summary: Generate timetables -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(timetable.tex) = %{tl_version} - -%description timetable -A highly-configurable package, with nice output and simple -input. The macros use a radix sort mechanism so that the order -of input is not critical. - -date: 2008-09-11 15:08:12 +0200 - -%post timetable -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun timetable -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans timetable -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package treetex -Provides: tex-treetex = %{tl_version} -License: Public Domain -Summary: Draw trees -Version: svn28176.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(classes.tex) = %{tl_version} -Provides: tex(l_pic.tex) = %{tl_version} -Provides: tex(treetex.tex) = %{tl_version} - -%description treetex -Macros to draw trees, within TeX (or LaTeX). The algorithm used -is discussed in an accompanying paper (written using LaTeX -2.09). - -date: 2012-01-20 11:26:32 +0100 - -%post treetex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun treetex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans treetex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package treetex-doc -Summary: Documentation for treetex -Version: svn28176.0 -Release: %{tl_noarch_release} -Provides: tex-treetex-doc -BuildArch: noarch -AutoReqProv: No - -%description treetex-doc -Documentation for treetex - -%package varisize -Provides: tex-varisize = %{tl_version} -License: Public Domain -Summary: Change font size in Plain TeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(10point.tex) = %{tl_version} -Provides: tex(10pointss.tex) = %{tl_version} -Provides: tex(11point.tex) = %{tl_version} -Provides: tex(12point.tex) = %{tl_version} -Provides: tex(14point.tex) = %{tl_version} -Provides: tex(17point.tex) = %{tl_version} -Provides: tex(20point.tex) = %{tl_version} -Provides: tex(7point.tex) = %{tl_version} -Provides: tex(8point.tex) = %{tl_version} -Provides: tex(9point.tex) = %{tl_version} - -%description varisize -A series of files, each of which defines a size-change macro. -Note that 10point.tex is by convention called by one of the -other files, so that there's always a "way back". - -date: 2008-11-21 01:34:08 +0100 - -%post varisize -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun varisize -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans varisize -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package varisize-doc -Summary: Documentation for varisize -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-varisize-doc -BuildArch: noarch -AutoReqProv: No - -%description varisize-doc -Documentation for varisize - -%package collection-pstricks -Summary: PSTricks packages -Version: svn28801.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-genericrecommended -Requires: tex-auto-pst-pdf -Requires: tex-bclogo -Requires: tex-makeplot -Requires: tex-pdftricks -Requires: tex-pedigree-perl -Requires: tex-psbao -Requires: tex-pst-2dplot -Requires: tex-pst-3d -Requires: tex-pst-3dplot -Requires: tex-pst-abspos -Requires: tex-pst-am -Requires: tex-pst-asr -Requires: tex-pst-bar -Requires: tex-pst-barcode -Requires: tex-pst-bezier -Requires: tex-pst-blur -Requires: tex-pst-bspline -Requires: tex-pst-calendar -Requires: tex-pst-circ -Requires: tex-pst-coil -Requires: tex-pst-cox -Requires: tex-pst-dbicons -Requires: tex-pst-diffraction -Requires: tex-pst-electricfield -Requires: tex-pst-eps -Requires: tex-pst-eucl -Requires: tex-pst-exa -Requires: tex-pst-fill -Requires: tex-pst-fit -Requires: tex-pst-fr3d -Requires: tex-pst-fractal -Requires: tex-pst-fun -Requires: tex-pst-func -Requires: tex-pst-gantt -Requires: tex-pst-geo -Requires: tex-pst-ghsb -Requires: tex-pst-gr3d -Requires: tex-pst-grad -Requires: tex-pst-graphicx -Requires: tex-pst-infixplot -Requires: tex-pst-jtree -Requires: tex-pst-knot -Requires: tex-pst-labo -Requires: tex-pst-layout -Requires: tex-pst-lens -Requires: tex-pst-light3d -Requires: tex-pst-magneticfield -Requires: tex-pst-math -Requires: tex-pst-mirror -Requires: tex-pst-node -Requires: tex-pst-ob3d -Requires: tex-pst-ode -Requires: tex-pst-optexp -Requires: tex-pst-optic -Requires: tex-pst-osci -Requires: tex-pst-pad -Requires: tex-pst-pdgr -Requires: tex-pst-platon -Requires: tex-pst-plot -Requires: tex-pst-poly -Requires: tex-pst-pulley -Requires: tex-pst-qtree -Requires: tex-pst-rubans -Requires: tex-pst-sigsys -Requires: tex-pst-slpe -Requires: tex-pst-solarsystem -Requires: tex-pst-spectra -Requires: tex-pst-solides3d -Requires: tex-pst-soroban -Requires: tex-pst-stru -Requires: texlive-pst-support-doc -Requires: tex-pst-text -Requires: tex-pst-thick -Requires: tex-pst-tools -Requires: tex-pst-tree -Requires: tex-pst-tvz -Requires: tex-pst-uml -Requires: tex-pst-vectorian -Requires: tex-pst-vowel -Requires: tex-pst-vue3d -Requires: tex-pst2pdf -Requires: tex-pstricks -Requires: tex-pstricks-add -Requires: texlive-pstricks_calcnotes-doc -Requires: tex-uml -Requires: tex-vaucanson-g -Requires: tex-vocaltract - -%description collection-pstricks -collection-pstricks package - -%package makeplot -Provides: tex-makeplot = %{tl_version} -License: LPPL -Summary: Easy plots from Matlab in LaTeX -Version: svn15878.1.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(xkeyval.sty) -Provides: tex(makeplot.sty) = %{tl_version} - -%description makeplot -Existing approaches to create EPS files from Matlab (laprint, -mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims -to resolve this problem. Makeplot is a LaTeX package that uses -the pstricks pst-plot functions to plot data that it takes from -Matlab output files. - -date: 2008-01-20 02:03:54 +0100 - -%post makeplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun makeplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans makeplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package makeplot-doc -Summary: Documentation for makeplot -Version: svn15878.1.0.6 -Release: %{tl_noarch_release} -Provides: tex-makeplot-doc -BuildArch: noarch -AutoReqProv: No - -%description makeplot-doc -Documentation for makeplot - -%package pdftricks -Provides: tex-pdftricks = %{tl_version} -License: GPL+ -Summary: Support for pstricks in pdfTeX -Version: svn15878.1.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Provides: tex(pdftricks.sty) = %{tl_version} - -%description pdftricks -The PSTricks macros cannot be used (directly) with pdfTeX, -since pstricks uses PostScript arithmetic, which isn't part of -PDF. This package circumvents this limitation so that the -extensive facilities offered by the powerful PSTricks package -can be made use of in a pdfTeX document. This is done using the -shell escape function available in current TeX implementations. -The package may also be used in support of other 'PostScript- -output-only' packages, such as PSfrag. For alternatives, users -may care to review the discussion in the PSTricks online -documentation. - -date: 2008-11-24 12:47:54 +0100 - -%post pdftricks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pdftricks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pdftricks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pdftricks-doc -Summary: Documentation for pdftricks -Version: svn15878.1.16 -Release: %{tl_noarch_release} -Provides: tex-pdftricks-doc -BuildArch: noarch -AutoReqProv: No - -%description pdftricks-doc -Documentation for pdftricks - -%package pedigree-perl -Provides: tex-pedigree-perl = %{tl_version} -License: GPLv2+ -Summary: Generate TeX pedigree files from CSV files -Version: svn26313.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pedigree-perl-bin - -%description pedigree-perl -This program generates TeX commands to typeset pedigrees -- -either TeX fragments or full LaTeX files, to be processed by -the authors' pst-pdgr package. The program has support for -multilanguage pedigrees (at the present moment the English and -Russian languages are supported). - -date: 2012-04-14 20:51:11 +0200 - -%post pedigree-perl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pedigree-perl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pedigree-perl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pedigree-perl-doc -Summary: Documentation for pedigree-perl -Version: svn26313.1.0 -Release: %{tl_noarch_release} -Provides: tex-pedigree-perl-doc -BuildArch: noarch -AutoReqProv: No - -%description pedigree-perl-doc -Documentation for pedigree-perl - -%package pedigree-perl-bin -Summary: Binaries for pedigree-perl -Version: svn25962.0 -Requires: texlive-base -Requires: tex-pedigree-perl -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pedigree-perl-bin -Binaries for pedigree-perl - -%package psbao -Provides: tex-psbao = %{tl_version} -License: LPPL -Summary: Draw Bao diagrams -Version: svn15878.0.17 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(cool.sty) -Requires: tex(etex.sty) -Provides: tex(psbao.sty) = %{tl_version} - -%description psbao -The package draws Bao diagrams in LaTeX. The package is a -development of psgo, and uses PSTricks to draw the diagrams. - -date: 2008-11-15 12:33:11 +0100 - -%post psbao -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psbao -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psbao -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psbao-doc -Summary: Documentation for psbao -Version: svn15878.0.17 -Release: %{tl_noarch_release} -Provides: tex-psbao-doc -BuildArch: noarch -AutoReqProv: No - -%description psbao-doc -Documentation for psbao - -%package pst-2dplot -Provides: tex-pst-2dplot = %{tl_version} -License: LPPL -Summary: A PSTricks package for drawing 2D curves -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-2dplot.sty) = %{tl_version} - -%description pst-2dplot -Pst-2dplot is a pstricks package that offers an easy-to-use and -intuitive tool for plotting 2-d curves. It defines an -environment with commands similar to MATLAB for plotting. - -date: 2006-12-31 09:43:01 +0000 - -%post pst-2dplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-2dplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-2dplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-2dplot-doc -Summary: Documentation for pst-2dplot -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-pst-2dplot-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-2dplot-doc -Documentation for pst-2dplot - -%package pst-3d -Provides: tex-pst-3d = %{tl_version} -License: LPPL -Summary: A PSTricks package for tilting and other pseudo-3D tricks -Version: svn17257.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-3d.tex) = %{tl_version} -Provides: tex(pst-3d.sty) = %{tl_version} - -%description pst-3d -The pst-3d package provides basic macros for shadows, tilting -and three dimensional representations of text or graphical -objects. - -date: 2010-02-15 10:59:10 +0100 - -%post pst-3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-3d-doc -Summary: Documentation for pst-3d -Version: svn17257.1.10 -Release: %{tl_noarch_release} -Provides: tex-pst-3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-3d-doc -Documentation for pst-3d - -%package pst-3dplot -Provides: tex-pst-3dplot = %{tl_version} -License: LPPL -Summary: Draw 3D objects in parallel projection, using PSTricks -Version: svn27233.1.97 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(multido.sty) -Provides: tex(pst-3dplot.tex) = %{tl_version} -Provides: tex(pst-3dplot.sty) = %{tl_version} - -%description pst-3dplot -A package using PSTricks to draw a large variety of graphs and -plots, including 3D maths functions. Data can be read from -external data files, making this package a generic tool for -graphing within TeX/LaTeX, without the need for external tools. - -date: 2012-06-07 14:36:18 +0200 - -%post pst-3dplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-3dplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-3dplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-3dplot-doc -Summary: Documentation for pst-3dplot -Version: svn27233.1.97 -Release: %{tl_noarch_release} -Provides: tex-pst-3dplot-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-3dplot-doc -Documentation for pst-3dplot - -%package pst-abspos -Provides: tex-pst-abspos = %{tl_version} -License: LPPL -Summary: Put objects at an absolute position -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-abspos.tex) = %{tl_version} -Provides: tex(pst-abspos.sty) = %{tl_version} - -%description pst-abspos -The (PSTricks-related) package provides a command -\pstPutAbs(x,y) to put an object at an arbitrary absolute (or -even a relative) position on the page. - -date: 2009-11-10 09:17:41 +0100 - -%post pst-abspos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-abspos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-abspos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-abspos-doc -Summary: Documentation for pst-abspos -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-pst-abspos-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-abspos-doc -Documentation for pst-abspos - -%package pst-am -Provides: tex-pst-am = %{tl_version} -License: LPPL -Summary: Simulation of modulation and demodulation -Version: svn19591.1.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(numprint.sty) -Requires: tex(multido.sty) -Provides: tex(pst-am.sty) = %{tl_version} - -%description pst-am -The package allows the simulation of the modulated and -demodulated amplitude of radio waves. The user may plot curves -of modulated signals, wave carrier, signal modulation, signal -recovery and signal demodulation. - -date: 2010-09-04 14:00:25 +0200 - -%post pst-am -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-am -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-am -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-am-doc -Summary: Documentation for pst-am -Version: svn19591.1.02 -Release: %{tl_noarch_release} -Provides: tex-pst-am-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-am-doc -Documentation for pst-am - -%package pst-asr -Provides: tex-pst-asr = %{tl_version} -License: LPPL -Summary: Typeset autosegmental representations for linguists -Version: svn22138.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-asr.tex) = %{tl_version} -Provides: tex(pst-asr.sty) = %{tl_version} - -%description pst-asr -The package allows the user to typeset autosegmental -representations. It uses the PStricks, and xkeyval packages. - -date: 2011-04-20 18:25:54 +0200 - -%post pst-asr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-asr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-asr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-asr-doc -Summary: Documentation for pst-asr -Version: svn22138.1.3 -Release: %{tl_noarch_release} -Provides: tex-pst-asr-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-asr-doc -Documentation for pst-asr - -%package pst-bar -Provides: tex-pst-bar = %{tl_version} -License: LPPL -Summary: Produces bar charts using pstricks -Version: svn18734.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-bar.tex) = %{tl_version} -Provides: tex(pst-bar.sty) = %{tl_version} - -%description pst-bar -pst-bar uses pstricks to draw bar charts from data stored in a -comma-delimited file. Several types of bar charts may be drawn, -and the drawing parameters are highly customizable. No external -packages are required except those that are part of the -standard pstricks distribution. - -date: 2009-03-12 20:12:20 +0100 - -%post pst-bar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-bar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-bar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-bar-doc -Summary: Documentation for pst-bar -Version: svn18734.0.92 -Release: %{tl_noarch_release} -Provides: tex-pst-bar-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-bar-doc -Documentation for pst-bar - -%package pst-barcode -Provides: tex-pst-barcode = %{tl_version} -License: LPPL -Summary: Print barcodes using PostScript -Version: svn28278.0.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-barcode.tex) = %{tl_version} -Provides: tex(pst-barcode.sty) = %{tl_version} - -%description pst-barcode -The pst-barcode package allows printing of barcodes, in a huge -variety of formats (see documentation for details). As a -pstricks package, the package requires pstricks. The package -uses PostScript for calculating the bars. For PDF output use a -multi-pass mechansism such as pst-pdf. - -date: 2012-11-16 20:45:05 +0100 - -%post pst-barcode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-barcode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-barcode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-barcode-doc -Summary: Documentation for pst-barcode -Version: svn28278.0.10 -Release: %{tl_noarch_release} -Provides: tex-pst-barcode-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-barcode-doc -Documentation for pst-barcode - -%package pst-bezier -Provides: tex-pst-bezier = %{tl_version} -License: LPPL -Summary: Draw Bezier curves -Version: svn15878.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-bezier.tex) = %{tl_version} -Provides: tex(pst-bezier.sty) = %{tl_version} - -%description pst-bezier -The package provides a macro \psbcurve for drawing a Bezier -curve. Provision is made for full control of over all the -control points of the curve. - -date: 2009-02-01 17:37:35 +0100 - -%post pst-bezier -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-bezier -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-bezier -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-bezier-doc -Summary: Documentation for pst-bezier -Version: svn15878.0.01 -Release: %{tl_noarch_release} -Provides: tex-pst-bezier-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-bezier-doc -Documentation for pst-bezier - -%package pst-blur -Provides: tex-pst-blur = %{tl_version} -License: LPPL -Summary: PSTricks package for "blurred" shadows -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-blur.tex) = %{tl_version} -Provides: tex(pst-blur.sty) = %{tl_version} - -%description pst-blur -Pst-blur is a package built for use with PSTricks. It provides -macros that apply blurring to the normal shadow function of -PSTricks. - -date: 2006-12-19 19:38:44 +0100 - -%post pst-blur -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-blur -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-blur -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-blur-doc -Summary: Documentation for pst-blur -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-pst-blur-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-blur-doc -Documentation for pst-blur - -%package pst-bspline -Provides: tex-pst-bspline = %{tl_version} -License: LPPL -Summary: Draw cubic Bspline curves and interpolations -Version: svn25582.1.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-bspline.tex) = %{tl_version} -Provides: tex(pst-bspline.sty) = %{tl_version} - -%description pst-bspline -The package draws uniform, cubic B-spline curves, open and -closed, based on a sequence of B-spline control points. There -is also code which permits drawing the open or closed cubic -Bspline curve interpolating a sequence of points. Graphical -output is created using PStricks. - -date: 2012-03-07 20:35:45 +0100 - -%post pst-bspline -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-bspline -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-bspline -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-bspline-doc -Summary: Documentation for pst-bspline -Version: svn25582.1.61 -Release: %{tl_noarch_release} -Provides: tex-pst-bspline-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-bspline-doc -Documentation for pst-bspline - -%package pst-calendar -Provides: tex-pst-calendar = %{tl_version} -License: LPPL -Summary: Plot calendars in "fancy" ways -Version: svn15878.0.47 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(multido.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-calendar.sty) = %{tl_version} - -%description pst-calendar -The pst-calendar package uses pstricks and pst-3d to draw -tabular calendars, or calendars on dodecahedra with a month to -each face (the package also requires the multido and pst-xkey -packages). The package works for years 2000-2099, and has -options for calendars in French German and English, but the -documentation is not available in English. - -date: 2009-03-30 10:35:07 +0200 - -%post pst-calendar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-calendar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-calendar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-calendar-doc -Summary: Documentation for pst-calendar -Version: svn15878.0.47 -Release: %{tl_noarch_release} -Provides: tex-pst-calendar-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-calendar-doc -Documentation for pst-calendar - -%package pst-circ -Provides: tex-pst-circ = %{tl_version} -License: LPPL -Summary: PSTricks package for drawing electric circuits -Version: svn22444.2.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-circ.tex) = %{tl_version} -Provides: tex(pst-circ.sty) = %{tl_version} - -%description pst-circ -Pst-circ is a package built using PSTricks and in particular -pst-node. It can easily draw current 2-terminal devices and -some 3- and 4-terminal devices used in electronic or electric -theory. The package's macros are designed with a view to -'logical' representation of circuits, as far as possible, so as -to relieve the user of purely graphical considerations when -expressing a circuit. - -date: 2011-05-12 00:58:47 +0200 - -%post pst-circ -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-circ -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-circ -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-circ-doc -Summary: Documentation for pst-circ -Version: svn22444.2.02 -Release: %{tl_noarch_release} -Provides: tex-pst-circ-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-circ-doc -Documentation for pst-circ - -%package pst-coil -Provides: tex-pst-coil = %{tl_version} -License: LPPL -Summary: A PSTricks package for coils, etc -Version: svn24020.1.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-coil.tex) = %{tl_version} -Provides: tex(pst-coil.sty) = %{tl_version} - -%description pst-coil -Pst-coil is a PSTricks based package for coils and zigzags and -for coil and zigzag node connections. - -date: 2011-09-19 17:03:12 +0200 - -%post pst-coil -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-coil -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-coil -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-coil-doc -Summary: Documentation for pst-coil -Version: svn24020.1.06 -Release: %{tl_noarch_release} -Provides: tex-pst-coil-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-coil-doc -Documentation for pst-coil - -%package pst-cox -Provides: tex-pst-cox = %{tl_version} -License: LGPLv2+ -Summary: Drawing regular complex polytopes with PSTricks -Version: svn15878.0.98_Beta -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-coxcoor.tex) = %{tl_version} -Provides: tex(pst-coxeterp.tex) = %{tl_version} -Provides: tex(pst-coxcoor.sty) = %{tl_version} -Provides: tex(pst-coxeterp.sty) = %{tl_version} - -%description pst-cox -Pst-cox is a PSTricks package for drawing 2-dimensional -projections of complex regular polytopes (after the work of -Coxeter). The package consists of a macro library for drawing -the projections. The complex polytopes appear in the study of -the root systems and play a crucial role in many domains -related to mathematics and physics. These polytopes have been -completely described by Coxeter in his book "Regular Complex -Polytopes". There exist only a finite numbers of exceptional -regular complex polytopes (for example the icosahedron) and -some infinite series (for example, one can construct a multi- -dimensional analogue of the hypercube in any finite dimension). -The library contains two packages. The first, pst-coxcoor, is -devoted to the exceptional complex regular polytopes whose -coordinates have been pre-computed. The second, pst-coxeterp, -is devoted to the infinite series. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-cox -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-cox -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-cox -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-cox-doc -Summary: Documentation for pst-cox -Version: svn15878.0.98_Beta -Release: %{tl_noarch_release} -Provides: tex-pst-cox-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-cox-doc -Documentation for pst-cox - -%package pst-dbicons -Provides: tex-pst-dbicons = %{tl_version} -License: LPPL -Summary: Support for drawing ER diagrams -Version: svn17556.0.16 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-dbicons.sty) = %{tl_version} - -%description pst-dbicons -The package provides some useful macros in the database area. -The package focusses on typesetting ER-Diagrams in a -declarative style, i.e., by positioning some nodes and defining -the position of all other nodes relative to them by using the -standard database terminology. The PSTricks package is required -for using pst-dbicons, but no deep knowledge of PSTricks -commands is required (although such knowledge is useful for -exploiting the full functionality of the package). - -date: 2006-08-27 16:41:02 +0100 - -%post pst-dbicons -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-dbicons -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-dbicons -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-dbicons-doc -Summary: Documentation for pst-dbicons -Version: svn17556.0.16 -Release: %{tl_noarch_release} -Provides: tex-pst-dbicons-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-dbicons-doc -Documentation for pst-dbicons - -%package pst-diffraction -Provides: tex-pst-diffraction = %{tl_version} -License: LPPL -Summary: Print diffraction patterns from various apertures -Version: svn15878.2.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3dplot.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-diffraction.tex) = %{tl_version} -Provides: tex(pst-diffraction.sty) = %{tl_version} - -%description pst-diffraction -The package enables the user to draw the diffraction patterns -for different geometric forms of apertures for monochromatic -light. The aperture stops can have rectangular, circular or -triangular openings. The view of the diffraction may be planar, -or three-dimensional. Options available are the dimensions of -the aperture under consideration and of the particular optical -setting, e.g. the radius in case of an circular opening. -Moreover one can choose the wavelength of the light (the -associated color will be calculated by the package). - -date: 2008-09-03 19:49:55 +0200 - -%post pst-diffraction -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-diffraction -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-diffraction -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-diffraction-doc -Summary: Documentation for pst-diffraction -Version: svn15878.2.03 -Release: %{tl_noarch_release} -Provides: tex-pst-diffraction-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-diffraction-doc -Documentation for pst-diffraction - -%package pst-electricfield -Provides: tex-pst-electricfield = %{tl_version} -License: LPPL -Summary: Draw electric field and equipotential lines with PStricks -Version: svn21864.0.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-electricfield.tex) = %{tl_version} -Provides: tex(pst-electricfield.sty) = %{tl_version} - -%description pst-electricfield -The package provides macros to plot electric field and -equipotential lines using PStricks. There may be any number of -charges which can be placed in a cartesian coordinate system by -(x,y) values. - -date: 2011-03-28 22:21:58 +0200 - -%post pst-electricfield -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-electricfield -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-electricfield -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-electricfield-doc -Summary: Documentation for pst-electricfield -Version: svn21864.0.14 -Release: %{tl_noarch_release} -Provides: tex-pst-electricfield-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-electricfield-doc -Documentation for pst-electricfield - -%package pst-eps -Provides: tex-pst-eps = %{tl_version} -License: LPPL -Summary: Create EPS files from PSTricks figures -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-eps.tex) = %{tl_version} -Provides: tex(pst-eps.sty) = %{tl_version} - -%description pst-eps -Pst-eps is a PSTricks-based package for exporting PSTricks -images 'on the fly' to encapsulated PostScript (EPS) image -files, which can then be read into a document in the usual way. - -date: 2007-02-28 00:07:21 +0100 - -%post pst-eps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-eps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-eps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-eps-doc -Summary: Documentation for pst-eps -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-pst-eps-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-eps-doc -Documentation for pst-eps - -%package pst-eucl -Provides: tex-pst-eucl = %{tl_version} -License: LPPL -Summary: Euclidian geometry with pstricks -Version: svn29356.1.47 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Provides: tex(pst-eucl.tex) = %{tl_version} -Provides: tex(pst-eucl.sty) = %{tl_version} - -%description pst-eucl -The package allows the drawing of Euclidean geometric figures -using TeX pstricks macros for specifying mathematical -constraints. It is thus possible to build point using common -transformations or intersections. The use of coordinates is -limited to points which controlled the figure. - -date: 2013-03-12 20:16:10 +0100 - -%post pst-eucl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-eucl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-eucl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-eucl-doc -Summary: Documentation for pst-eucl -Version: svn29356.1.47 -Release: %{tl_noarch_release} -Provides: tex-pst-eucl-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-eucl-doc -Documentation for pst-eucl - -%package pst-exa -Provides: tex-pst-exa = %{tl_version} -License: LPPL -Summary: Typeset PSTricks examples, with code -Version: svn22113.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-exa.sty) = %{tl_version} - -%description pst-exa -The (PSTricks-related) package provides an environment -PSTexample to put code and output side by side or one above the -other. - -date: 2011-04-14 19:55:22 +0200 - -%post pst-exa -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-exa -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-exa -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-exa-doc -Summary: Documentation for pst-exa -Version: svn22113.0.01 -Release: %{tl_noarch_release} -Provides: tex-pst-exa-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-exa-doc -Documentation for pst-exa - -%package pst-fill -Provides: tex-pst-fill = %{tl_version} -License: LPPL -Summary: Fill or tile areas with PSTricks -Version: svn15878.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-fill.tex) = %{tl_version} -Provides: tex(pst-fill.sty) = %{tl_version} - -%description pst-fill -Pst-fill is a PSTricks-based package for filling and tiling -areas or characters. - -date: 2007-03-11 15:39:31 +0100 - -%post pst-fill -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-fill -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-fill -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-fill-doc -Summary: Documentation for pst-fill -Version: svn15878.1.01 -Release: %{tl_noarch_release} -Provides: tex-pst-fill-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-fill-doc -Documentation for pst-fill - -%package pst-fit -Provides: tex-pst-fit = %{tl_version} -License: LPPL -Summary: Macros for curve fitting -Version: svn28155.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pstricks-add.sty) -Provides: tex(pst-fit.tex) = %{tl_version} -Provides: tex(pst-fit.sty) = %{tl_version} - -%description pst-fit -The package provides fitting of: 1. Linear Functions; 2. Power -Functions; 3. exp Function; 4. Log_{10} and Log_e functions; 5. -Recip; 6. Kings Law data; 7. Gaussian; and 8. 4th order -Polynomial. - -date: 2012-11-02 19:53:22 +0100 - -%post pst-fit -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-fit -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-fit -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-fit-doc -Summary: Documentation for pst-fit -Version: svn28155.0.01 -Release: %{tl_noarch_release} -Provides: tex-pst-fit-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-fit-doc -Documentation for pst-fit - -%package pst-fr3d -Provides: tex-pst-fr3d = %{tl_version} -License: LPPL -Summary: Draw 3-dimensional framed boxes using PSTricks -Version: svn15878.1.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-fr3d.tex) = %{tl_version} -Provides: tex(pst-fr3d.sty) = %{tl_version} - -%description pst-fr3d -A package using PSTricks to draw three dimensional framed boxes -using a macro \PstFrameBoxThreeD. The macro is especially -useful for drawing 3d-seeming buttons. - -date: 2007-02-28 00:07:21 +0100 - -%post pst-fr3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-fr3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-fr3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-fr3d-doc -Summary: Documentation for pst-fr3d -Version: svn15878.1.10 -Release: %{tl_noarch_release} -Provides: tex-pst-fr3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-fr3d-doc -Documentation for pst-fr3d - -%package pst-fractal -Provides: tex-pst-fractal = %{tl_version} -License: LPPL -Summary: Draw fractal sets using PSTricks -Version: svn16958.0.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-fractal.tex) = %{tl_version} -Provides: tex(pst-fractal.sty) = %{tl_version} - -%description pst-fractal -The package will draw the Julia and Mandelbrot sets, the -Sierpinski triangle, Koch flake, and Apollonius Circle as well -as fractal trees (which need not be balanced) with a variety of -different parameters (including varying numbers of iterations). -The package uses the pst-xkey package, part of the xkeyval -distribution. - -date: 2010-02-10 21:21:32 +0100 - -%post pst-fractal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-fractal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-fractal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-fractal-doc -Summary: Documentation for pst-fractal -Version: svn16958.0.06 -Release: %{tl_noarch_release} -Provides: tex-pst-fractal-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-fractal-doc -Documentation for pst-fractal - -%package pst-fun -Provides: tex-pst-fun = %{tl_version} -License: LPPL -Summary: Draw "funny" objects with PSTricks -Version: svn17909.0.04 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-slpe.sty) -Requires: tex(multido.sty) -Provides: tex(pst-fun.tex) = %{tl_version} -Provides: tex(pst-fun.sty) = %{tl_version} - -%description pst-fun -This is a PSTricks related package for drawing funny objects, -like ant, bird, fish, kangaroo, ... Such objects may be useful -for testing other PSTricks macros and/or packages. (Or they can -be used for fun...) - -date: 2010-04-18 16:26:27 +0200 - -%post pst-fun -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-fun -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-fun -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-fun-doc -Summary: Documentation for pst-fun -Version: svn17909.0.04 -Release: %{tl_noarch_release} -Provides: tex-pst-fun-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-fun-doc -Documentation for pst-fun - -%package pst-func -Provides: tex-pst-func = %{tl_version} -License: LPPL -Summary: PSTricks package for plotting mathematical functions -Version: svn28221.0.76 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-func.tex) = %{tl_version} -Provides: tex(pst-func.sty) = %{tl_version} - -%description pst-func -pst-func is a package built for use with PSTricks. It provides -macros for plotting various mathematical functions: - -polynomials and their derivatives f(x)=an*x^n+an-1*x^(n- -1)+...+a0 defined by the coefficients a0 a1 a2 ... and the -derivative order; - the Fourier sum f(x) = a0/2+a1cos(omega -x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2 -... b1 b2 b3 ...; - the Bessel function defined by its order; - -the Gauss function defined by sigma and mu; - Bezier curves -from order 1 (two control points) to order 9 (10 control -points); - the superellipse function (the Lame curve); - -Chebyshev polynomials of the first and second kind; - the -Thomae (or popcorn) function; - various integration-derived -functions; - normal, binomial, poisson, gamma, chi-squared, -student's t, F, beta, Cauchy and Weibull distribution functions -and the Lorenz curve; - the Vasicek function for describing the -evolution of interest rates; and - implicit functions. The -plots may be generated as volumes of rotation about the X-axis, -as well. - -date: 2012-04-10 17:31:04 +0200 - -%post pst-func -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-func -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-func -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-func-doc -Summary: Documentation for pst-func -Version: svn28221.0.76 -Release: %{tl_noarch_release} -Provides: tex-pst-func-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-func-doc -Documentation for pst-func - -%package pst-gantt -Provides: tex-pst-gantt = %{tl_version} -License: LPPL -Summary: Draw GANTT charts with pstricks -Version: svn17206.0.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-gantt.tex) = %{tl_version} -Provides: tex(pst-gantt.sty) = %{tl_version} - -%description pst-gantt -The package draws GANTT charts, which are a kind of bar chart -that displays a project schedule. The package requires the -pstricks apparatus, of course. - -date: 2010-02-24 21:46:55 +0100 - -%post pst-gantt -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-gantt -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-gantt -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-gantt-doc -Summary: Documentation for pst-gantt -Version: svn17206.0.21 -Release: %{tl_noarch_release} -Provides: tex-pst-gantt-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-gantt-doc -Documentation for pst-gantt - -%package pst-geo -Provides: tex-pst-geo = %{tl_version} -License: LPPL -Summary: Geographical Projections -Version: svn17751.2.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(aus.dat) = %{tl_version} -Provides: tex(c-cap.dat) = %{tl_version} -Provides: tex(c-sub.dat) = %{tl_version} -Provides: tex(canada.dat) = %{tl_version} -Provides: tex(capitales.tex) = %{tl_version} -Provides: tex(capitales3d.tex) = %{tl_version} -Provides: tex(capitals.dat) = %{tl_version} -Provides: tex(cities.tex) = %{tl_version} -Provides: tex(citycapitals.dat) = %{tl_version} -Provides: tex(citysub.dat) = %{tl_version} -Provides: tex(corse.dat) = %{tl_version} -Provides: tex(france.dat) = %{tl_version} -Provides: tex(mex.dat) = %{tl_version} -Provides: tex(pborder.dat) = %{tl_version} -Provides: tex(pcoast.dat) = %{tl_version} -Provides: tex(pisland.dat) = %{tl_version} -Provides: tex(plake.dat) = %{tl_version} -Provides: tex(rhone.dat) = %{tl_version} -Provides: tex(ridge.dat) = %{tl_version} -Provides: tex(river.dat) = %{tl_version} -Provides: tex(seine.dat) = %{tl_version} -Provides: tex(transfrm.dat) = %{tl_version} -Provides: tex(trench.dat) = %{tl_version} -Provides: tex(usa.dat) = %{tl_version} -Provides: tex(villesFrance.tex) = %{tl_version} -Provides: tex(villesFrance3d.tex) = %{tl_version} -Provides: tex(villesItalia.tex) = %{tl_version} -Provides: tex(villesItalia3d.tex) = %{tl_version} -Provides: tex(wfraczon.dat) = %{tl_version} -Provides: tex(wmaglin.dat) = %{tl_version} -Provides: tex(africa-bdy.dat) = %{tl_version} -Provides: tex(africa-cil.dat) = %{tl_version} -Provides: tex(africa-riv.dat) = %{tl_version} -Provides: tex(asia-bdy.dat) = %{tl_version} -Provides: tex(asia-cil.dat) = %{tl_version} -Provides: tex(asia-isl.dat) = %{tl_version} -Provides: tex(asia-riv.dat) = %{tl_version} -Provides: tex(c-cap.dat) = %{tl_version} -Provides: tex(c-sub.dat) = %{tl_version} -Provides: tex(citycapitals.dat) = %{tl_version} -Provides: tex(citysub.dat) = %{tl_version} -Provides: tex(europe-bdy.dat) = %{tl_version} -Provides: tex(europe-cil.dat) = %{tl_version} -Provides: tex(europe-riv.dat) = %{tl_version} -Provides: tex(namer-bdy.dat) = %{tl_version} -Provides: tex(namer-cil.dat) = %{tl_version} -Provides: tex(namer-pby.dat) = %{tl_version} -Provides: tex(namer-riv.dat) = %{tl_version} -Provides: tex(samer-arc.dat) = %{tl_version} -Provides: tex(samer-bdy.dat) = %{tl_version} -Provides: tex(samer-cil.dat) = %{tl_version} -Provides: tex(samer-riv.dat) = %{tl_version} -Provides: tex(pst-map2d.tex) = %{tl_version} -Provides: tex(pst-map2dII.tex) = %{tl_version} -Provides: tex(pst-map3d.tex) = %{tl_version} -Provides: tex(pst-map3dII.tex) = %{tl_version} -Provides: tex(pst-map2d.sty) = %{tl_version} -Provides: tex(pst-map2dII.sty) = %{tl_version} -Provides: tex(pst-map3d.sty) = %{tl_version} -Provides: tex(pst-map3dII.sty) = %{tl_version} - -%description pst-geo -pst-geo is a set of PSTricks related packages for various -cartographic projections of the terrestrial sphere. The package -pst-map2d provides conventional projections such as Mercator, -Lambert, cylindrical, etc. The package pst-map3d treats -representation in three dimensions of the terrestrial sphere. -Packages pst-map2dII and pst-map3dII allow use of the CIA World -DataBank II. Various parameters of the packages allow for -choice of the level of the detail and the layouts possible -(cities, borders, rivers etc). Substantial data files are -provided, in an (internally) compressed format. Decompression -happens on-the-fly as a document using the data is displayed, -printed or converted to PDF format. A Perl script is provided -for the user to do the decompression, if the need should arise. - -date: 2009-08-31 11:47:07 +0200 - -%post pst-geo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-geo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-geo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-geo-doc -Summary: Documentation for pst-geo -Version: svn17751.2.03 -Release: %{tl_noarch_release} -Provides: tex-pst-geo-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-geo-doc -Documentation for pst-geo - -%package pst-ghsb -Provides: tex-pst-ghsb = %{tl_version} -License: LPPL -Summary: pst-ghsb package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-ghsb.tex) = %{tl_version} -Provides: tex(pst-ghsb.sty) = %{tl_version} - -%description pst-ghsb -pst-ghsb package - -%post pst-ghsb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-ghsb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-ghsb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-ghsb-doc -Summary: Documentation for pst-ghsb -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pst-ghsb-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-ghsb-doc -Documentation for pst-ghsb - -%package pst-gr3d -Provides: tex-pst-gr3d = %{tl_version} -License: LPPL -Summary: Three dimensional grids with PSTricks -Version: svn15878.1.34 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-gr3d.tex) = %{tl_version} -Provides: tex(pst-gr3d.sty) = %{tl_version} - -%description pst-gr3d -This PSTricks package provides a command \PstGridThreeD that -will draw a three dimensional grid, offering a number of -options for its appearance. - -date: 2006-12-19 19:38:44 +0100 - -%post pst-gr3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-gr3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-gr3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-gr3d-doc -Summary: Documentation for pst-gr3d -Version: svn15878.1.34 -Release: %{tl_noarch_release} -Provides: tex-pst-gr3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-gr3d-doc -Documentation for pst-gr3d - -%package pst-grad -Provides: tex-pst-grad = %{tl_version} -License: LPPL -Summary: Filling with colour gradients, using PStricks -Version: svn15878.1.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-grad.tex) = %{tl_version} -Provides: tex(pst-grad.sty) = %{tl_version} - -%description pst-grad -Pst-grad is a PSTricks based package for filling with colour -gradients. Supported are colours in the RGB, CMYK or HSB -models. Other colour gradient mechanisms are to be found in -package pst-slpe. - -date: 2007-07-11 11:50:31 +0200 - -%post pst-grad -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-grad -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-grad -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-grad-doc -Summary: Documentation for pst-grad -Version: svn15878.1.06 -Release: %{tl_noarch_release} -Provides: tex-pst-grad-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-grad-doc -Documentation for pst-grad - -%package pst-graphicx -Provides: tex-pst-graphicx = %{tl_version} -License: LPPL -Summary: A pstricks-compatible graphicx for use with Plain TeX -Version: svn21717.0.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-graphicx.tex) = %{tl_version} - -%description pst-graphicx -The package provides a version of graphicx that avoids loading -the graphics bundle's (original) keyval package, which clashes -with pstricks' use of xkeyval. - -date: 2011-03-14 10:28:00 +0100 - -%post pst-graphicx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-graphicx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-graphicx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-graphicx-doc -Summary: Documentation for pst-graphicx -Version: svn21717.0.02 -Release: %{tl_noarch_release} -Provides: tex-pst-graphicx-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-graphicx-doc -Documentation for pst-graphicx - -%package pst-infixplot -Provides: tex-pst-infixplot = %{tl_version} -License: LPPL -Summary: Using pstricks plotting capacities with infix expressions rather than RPN -Version: svn15878.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(infix-RPN.tex) = %{tl_version} -Provides: tex(pst-infixplot.tex) = %{tl_version} -Provides: tex(infix-RPN.sty) = %{tl_version} -Provides: tex(pst-infixplot.sty) = %{tl_version} - -%description pst-infixplot -Plotting functions with pst-plot is very powerful but sometimes -difficult to learn since the syntax of \psplot and -\parametricplot requires some PostScript knowledge. The infix- -RPN and pst-infixplot styles simplify the usage of pst-plot for -the beginner, providing macro commands that convert natural -mathematical expressions to PostScript syntax. - -date: 2006-12-19 19:38:44 +0100 - -%post pst-infixplot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-infixplot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-infixplot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-infixplot-doc -Summary: Documentation for pst-infixplot -Version: svn15878.0.11 -Release: %{tl_noarch_release} -Provides: tex-pst-infixplot-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-infixplot-doc -Documentation for pst-infixplot - -%package pst-jtree -Provides: tex-pst-jtree = %{tl_version} -License: LPPL 1.3 -Summary: Typeset complex trees for linguists -Version: svn20946.2.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-jtree.tex) = %{tl_version} -Provides: tex(pst-jtree.sty) = %{tl_version} - -%description pst-jtree -jTree uses PStricks to enable linguists to typeset complex -trees. The package requires use of PStricks (of course) and -xkeyval packages. jTree is a development of, and replacement -for, the jftree package, which is no longer available. - -date: 2011-01-05 08:46:38 +0100 - -%post pst-jtree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-jtree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-jtree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-jtree-doc -Summary: Documentation for pst-jtree -Version: svn20946.2.6 -Release: %{tl_noarch_release} -Provides: tex-pst-jtree-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-jtree-doc -Documentation for pst-jtree - -%package pst-knot -Provides: tex-pst-knot = %{tl_version} -License: LPPL -Summary: PSTricks package for displaying knots -Version: svn16033.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-knot.tex) = %{tl_version} -Provides: tex(pst-knot.sty) = %{tl_version} - -%description pst-knot -The package can produce a fair range of knot shapes, with all -the standard graphics controls one expects. - -date: 2009-11-14 08:46:33 +0100 - -%post pst-knot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-knot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-knot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-knot-doc -Summary: Documentation for pst-knot -Version: svn16033.0.2 -Release: %{tl_noarch_release} -Provides: tex-pst-knot-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-knot-doc -Documentation for pst-knot - -%package pst-labo -Provides: tex-pst-labo = %{tl_version} -License: LPPL -Summary: Draw objects for Chemistry laboratories -Version: svn15878.2.03 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-labo.tex) = %{tl_version} -Provides: tex(pst-laboObj.tex) = %{tl_version} -Provides: tex(pst-labo.sty) = %{tl_version} - -%description pst-labo -Pst-labo is a PSTricks related package for drawing basic and -complex chemical objects. The documentation of the package is -illuminated with plenty of illustrations together with their -source code, making it an easy read. - -date: 2007-03-11 16:56:01 +0100 - -%post pst-labo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-labo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-labo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-labo-doc -Summary: Documentation for pst-labo -Version: svn15878.2.03 -Release: %{tl_noarch_release} -Provides: tex-pst-labo-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-labo-doc -Documentation for pst-labo - -%package pst-layout -Provides: tex-pst-layout = %{tl_version} -License: LPPL -Summary: Page layout macros based on PStricks packages -Version: svn25467.95 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(arrayjobx.sty) -Provides: tex(pst-layout.sty) = %{tl_version} - -%description pst-layout -The package provides a means of creating elaborate ("pseudo- -tabular") layouts of material, typically to be overlaid on an -included graphic. The package requires a recent version of the -package pst-node and some other pstricks-related material. - -date: 2011-05-27 12:35:46 +0200 - -%post pst-layout -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-layout -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-layout -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-layout-doc -Summary: Documentation for pst-layout -Version: svn25467.95 -Release: %{tl_noarch_release} -Provides: tex-pst-layout-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-layout-doc -Documentation for pst-layout - -%package pst-lens -Provides: tex-pst-lens = %{tl_version} -License: LPPL -Summary: Lenses with PSTricks -Version: svn15878.1.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-lens.tex) = %{tl_version} -Provides: tex(pst-lens.sty) = %{tl_version} - -%description pst-lens -This PSTricks package provides a really rather simple command -\PstLens that will draw a lens. Command parameters provide a -remarkable range of effects. - -date: 2007-06-15 10:24:12 +0200 - -%post pst-lens -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-lens -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-lens -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-lens-doc -Summary: Documentation for pst-lens -Version: svn15878.1.02 -Release: %{tl_noarch_release} -Provides: tex-pst-lens-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-lens-doc -Documentation for pst-lens - -%package pst-light3d -Provides: tex-pst-light3d = %{tl_version} -License: LPPL -Summary: 3D lighting effects for pstricks -Version: svn15878.0.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-light3d.tex) = %{tl_version} -Provides: tex(pst-light3d.sty) = %{tl_version} - -%description pst-light3d -A PSTricks package for three dimensional lighting effects on -characters and PSTricks graphics, like lines, curves, plots, -... - -date: 2007-03-11 16:56:01 +0100 - -%post pst-light3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-light3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-light3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-light3d-doc -Summary: Documentation for pst-light3d -Version: svn15878.0.12 -Release: %{tl_noarch_release} -Provides: tex-pst-light3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-light3d-doc -Documentation for pst-light3d - -%package pst-magneticfield -Provides: tex-pst-magneticfield = %{tl_version} -License: LPPL -Summary: Plotting a magnetic field with PSTricks -Version: svn18922.1.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(multido.sty) -Provides: tex(pst-magneticfield.tex) = %{tl_version} -Provides: tex(pst-magneticfield.sty) = %{tl_version} - -%description pst-magneticfield -pst-magneticfield is a PSTricks related package to draw the -magnetic field lines of Helmholtz coils in a two or three -dimensional view. There are several parameters to create a -different output. For more informations or some examples read -the documentation of the package. - -date: 2010-06-12 14:14:46 +0200 - -%post pst-magneticfield -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-magneticfield -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-magneticfield -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-magneticfield-doc -Summary: Documentation for pst-magneticfield -Version: svn18922.1.13 -Release: %{tl_noarch_release} -Provides: tex-pst-magneticfield-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-magneticfield-doc -Documentation for pst-magneticfield - -%package pst-math -Provides: tex-pst-math = %{tl_version} -License: LPPL -Summary: Enhancement of PostScript math operators to use with pstricks -Version: svn20176.0.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-math.tex) = %{tl_version} -Provides: tex(pst-math.sty) = %{tl_version} - -%description pst-math -PostScript lacks a lot of basic operators such as tan, acos, -asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). -Also (oddly) cos and sin use arguments in degrees. Pst-math -provides all those operators in a header file pst-math.pro with -wrappers pst-math.sty and pst-math.tex. In addition, sinc, -gauss, gammaln and bessel are implemented (only partially for -the latter). pst-math is designed essentially to work with pst- -plot but can be used in whatever PS code (such as pstricks -SpecialCoor "!", which is useful for placing labels). The -package also provides a routine SIMPSON for numerical -integration and a solver of linear equation systems. - -date: 2010-10-02 23:46:37 +0200 - -%post pst-math -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-math -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-math -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-math-doc -Summary: Documentation for pst-math -Version: svn20176.0.61 -Release: %{tl_noarch_release} -Provides: tex-pst-math-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-math-doc -Documentation for pst-math - -%package pst-mirror -Provides: tex-pst-mirror = %{tl_version} -License: LPPL -Summary: Images on a spherical mirror -Version: svn16370.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-mirror.tex) = %{tl_version} -Provides: tex(pst-mirror.sty) = %{tl_version} - -%description pst-mirror -The package provides commands and supporting PostScript -material for drawing images as if reflected by a spherical -mirror. - -date: 2009-12-14 16:47:24 +0100 - -%post pst-mirror -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-mirror -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-mirror -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-mirror-doc -Summary: Documentation for pst-mirror -Version: svn16370.1.00 -Release: %{tl_noarch_release} -Provides: tex-pst-mirror-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-mirror-doc -Documentation for pst-mirror - -%package pst-node -Provides: tex-pst-node = %{tl_version} -License: LPPL -Summary: Draw connections using pstricks -Version: svn27799.1.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-node.tex) = %{tl_version} -Provides: tex(pst-node.sty) = %{tl_version} -Provides: tex(pst-node97.sty) = %{tl_version} - -%description pst-node -The package enables the user to connect information, and to -place labels, without knowing (in advance) the actual positions -of the items to be connected, or where the connecting line -should go. The macros are useful for making graphs and trees, -mathematical diagrams, linguistic syntax diagrams, and so on. -The package contents were previously distributed as a part of -the pstricks base distribution. - -date: 2012-09-21 20:41:56 +0200 - -%post pst-node -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-node -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-node -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-node-doc -Summary: Documentation for pst-node -Version: svn27799.1.25 -Release: %{tl_noarch_release} -Provides: tex-pst-node-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-node-doc -Documentation for pst-node - -%package pst-ob3d -Provides: tex-pst-ob3d = %{tl_version} -License: LPPL -Summary: Three dimensional objects using PSTricks -Version: svn15878.0.21 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-ob3d.tex) = %{tl_version} -Provides: tex(pst-ob3d.sty) = %{tl_version} - -%description pst-ob3d -The package uses PSTricks to provide basic three-dimensional -objects. As yet, only cubes (which can be deformed to -rectangular parallelipipeds) and dies (which are only a special -kind of cubes) are defined. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-ob3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-ob3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-ob3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-ob3d-doc -Summary: Documentation for pst-ob3d -Version: svn15878.0.21 -Release: %{tl_noarch_release} -Provides: tex-pst-ob3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-ob3d-doc -Documentation for pst-ob3d - -%package pst-ode -Provides: tex-pst-ode = %{tl_version} -License: LPPL -Summary: Solving initial value problems for sets of Ordinary Differential Equations -Version: svn27669.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-ode.tex) = %{tl_version} -Provides: tex(pst-ode.sty) = %{tl_version} - -%description pst-ode -The package defines \pstODEsolve for solving initial value -problems for sets of Ordinary Differential Equations (ODE) -using the Runge-Kutta-Fehlberg (RKF45) method with automatic -step size adjustment. The result is stored as a PostScript -object and may be plotted later using macros from other -PSTricks packages, such as \listplot (pst-plot) and -\listplotThreeD (pst-3dplot), or may be further processed by -user-defined PostScript procedures. Optionally, the computed -state vectors can be written as a table to a text file. - -date: 2012-09-14 20:13:55 +0200 - -%post pst-ode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-ode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-ode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-ode-doc -Summary: Documentation for pst-ode -Version: svn27669.0.2 -Release: %{tl_noarch_release} -Provides: tex-pst-ode-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-ode-doc -Documentation for pst-ode - -%package pst-optexp -Provides: tex-pst-optexp = %{tl_version} -License: LPPL -Summary: Drawing optical experimental setups -Version: svn29444.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(multido.sty) -Requires: tex(pst-eucl.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(environ.sty) -Provides: tex(pst-optexp.sty) = %{tl_version} - -%description pst-optexp -The package pst-optexp is a collection of optical components -that facilitate easy sketching of optical experimental setups. -A lot of different free-ray and fiber components are provided, -the alignment, positioning and labelling of which can be -achieved in very simple and flexible ways. The components can -be connected with fibers or beams, realistic raytraced beam -paths are also possible. - -date: 2013-03-20 11:32:41 +0100 - -%post pst-optexp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-optexp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-optexp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-optexp-doc -Summary: Documentation for pst-optexp -Version: svn29444.3.6 -Release: %{tl_noarch_release} -Provides: tex-pst-optexp-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-optexp-doc -Documentation for pst-optexp - -%package pst-optic -Provides: tex-pst-optic = %{tl_version} -License: LPPL -Summary: Drawing optics diagrams -Version: svn19704.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-optic.tex) = %{tl_version} -Provides: tex(pst-optic.sty) = %{tl_version} - -%description pst-optic -A package for drawing both reflective and refractive optics -diagrams. The package requires pstricks later than version -1.10. - -date: 2010-07-29 16:44:20 +0200 - -%post pst-optic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-optic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-optic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-optic-doc -Summary: Documentation for pst-optic -Version: svn19704.1.01 -Release: %{tl_noarch_release} -Provides: tex-pst-optic-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-optic-doc -Documentation for pst-optic - -%package pst-osci -Provides: tex-pst-osci = %{tl_version} -License: LPPL -Summary: Oscgons with PSTricks -Version: svn15878.2.82 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-osci.tex) = %{tl_version} -Provides: tex(pst-osci.sty) = %{tl_version} - -%description pst-osci -pst-osci is a PSTricks package enables you to produce -oscilloscope "screen shots". Three channels can be used to -represent the most common signals (damped or not): namely -sinusoidal, rectangular, triangular, dog's tooth (left and -right oriented). The third channel allows you to add, to -subtract or to multiply the two other signals. Lissajous -diagrams (XY-mode) can also be obtained. - -date: 2008-10-08 15:45:53 +0200 - -%post pst-osci -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-osci -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-osci -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-osci-doc -Summary: Documentation for pst-osci -Version: svn15878.2.82 -Release: %{tl_noarch_release} -Provides: tex-pst-osci-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-osci-doc -Documentation for pst-osci - -%package pst-pad -Provides: tex-pst-pad = %{tl_version} -License: LPPL -Summary: Draw simple attachment systems with PSTricks -Version: svn15878.0.3b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-pad.tex) = %{tl_version} -Provides: tex(pst-pad.sty) = %{tl_version} - -%description pst-pad -The package collects a set of graphical elements based on -PStricks that can be used to facilitate display of attachment -systems such as two differently shaped surfaces with or without -a fluid wedged in between. These macros ease the display of wet -adhesion models and common friction systems such as boundary -lubrication, elastohydrodynamic lubrication and hydrodynamic -lubrication. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-pad -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-pad -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-pad -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-pad-doc -Summary: Documentation for pst-pad -Version: svn15878.0.3b -Release: %{tl_noarch_release} -Provides: tex-pst-pad-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-pad-doc -Documentation for pst-pad - -%package pst-pdgr -Provides: tex-pst-pdgr = %{tl_version} -License: LPPL -Summary: Draw medical pedigrees using pstricks -Version: svn15878.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-pdgr.tex) = %{tl_version} -Provides: tex(pst-pdgr.cfg) = %{tl_version} -Provides: tex(pst-pdgr.sty) = %{tl_version} - -%description pst-pdgr -The package provides a set of macros based on PSTricks to draw -medical pedigrees according to the recommendations for -standardized human pedigree nomenclature. The drawing commands -place the symbols on a pspicture canvas. An interface for -making trees is also provided. The package may be used both -with LaTeX and PlainTeX. A separate Perl program for generating -TeX files from spreadsheets is available. - -date: 2007-08-14 12:06:32 +0200 - -%post pst-pdgr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-pdgr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-pdgr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-pdgr-doc -Summary: Documentation for pst-pdgr -Version: svn15878.0.3 -Release: %{tl_noarch_release} -Provides: tex-pst-pdgr-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-pdgr-doc -Documentation for pst-pdgr - -%package pst-platon -Provides: tex-pst-platon = %{tl_version} -License: LPPL -Summary: Platonic solids in PSTricks -Version: svn16538.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-platon.sty) = %{tl_version} - -%description pst-platon -The package adds to PSTricks the ability to draw 3-dimensional -views of the five Platonic solids. - -date: 2010-01-01 00:46:51 +0100 - -%post pst-platon -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-platon -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-platon -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-platon-doc -Summary: Documentation for pst-platon -Version: svn16538.0.01 -Release: %{tl_noarch_release} -Provides: tex-pst-platon-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-platon-doc -Documentation for pst-platon - -%package pst-plot -Provides: tex-pst-plot = %{tl_version} -License: LPPL -Summary: Plot data using PSTricks -Version: svn28729.1.44 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(multido.sty) -Provides: tex(pst-plot.tex) = %{tl_version} -Provides: tex(pst-plot.sty) = %{tl_version} - -%description pst-plot -The package provides plotting of data (typically from external -files), using PSTricks. Plots my be configured using a wide -variety of parameters. - -date: 2013-01-04 14:21:22 +0100 - -%post pst-plot -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-plot -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-plot -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-plot-doc -Summary: Documentation for pst-plot -Version: svn28729.1.44 -Release: %{tl_noarch_release} -Provides: tex-pst-plot-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-plot-doc -Documentation for pst-plot - -%package pst-poly -Provides: tex-pst-poly = %{tl_version} -License: LPPL -Summary: Polygons with PSTricks -Version: svn16460.1.61 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-poly.tex) = %{tl_version} -Provides: tex(pst-poly.sty) = %{tl_version} - -%description pst-poly -This PSTricks package provides a really rather simple command -\PstPolygon that will draw various regular and non-regular -polygons (according to command parameters); various shortcuts -to commonly-used polygons are provided, as well as a command -\pspolygonbox that frames text with a polygon. The package uses -the xkeyval package for argument decoding. - -date: 2009-12-20 19:36:06 +0100 - -%post pst-poly -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-poly -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-poly -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-poly-doc -Summary: Documentation for pst-poly -Version: svn16460.1.61 -Release: %{tl_noarch_release} -Provides: tex-pst-poly-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-poly-doc -Documentation for pst-poly - -%package pst-pulley -Provides: tex-pst-pulley = %{tl_version} -License: LPPL 1.3 -Summary: Plot pulleys, using pstricks -Version: svn25142.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-pulley.tex) = %{tl_version} -Provides: tex(pst-pulley.sty) = %{tl_version} - -%description pst-pulley -The package enables the user to draw pulley systems with up to -6 pulleys. The pulley diagrams are labelled with the physical -properties of the system. The package uses pstricks, and -requires a several pstricks-related packages. - -date: 2012-01-18 12:22:27 +0100 - -%post pst-pulley -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-pulley -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-pulley -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-pulley-doc -Summary: Documentation for pst-pulley -Version: svn25142.0.01 -Release: %{tl_noarch_release} -Provides: tex-pst-pulley-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-pulley-doc -Documentation for pst-pulley - -%package pst-qtree -Provides: tex-pst-qtree = %{tl_version} -License: GPL+ -Summary: Simple syntax for trees -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-qtree.tex) = %{tl_version} -Provides: tex(pst-qtree.sty) = %{tl_version} - -%description pst-qtree -The package provides a qtree-like front end for PSTricks. - -date: 2009-09-20 13:03:55 +0200 - -%post pst-qtree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-qtree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-qtree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-qtree-doc -Summary: Documentation for pst-qtree -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pst-qtree-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-qtree-doc -Documentation for pst-qtree - -%package pst-rubans -Provides: tex-pst-rubans = %{tl_version} -License: LPPL -Summary: Draw three-dimensional ribbons -Version: svn23464.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-rubans.tex) = %{tl_version} -Provides: tex(pst-rubans.sty) = %{tl_version} - -%description pst-rubans -The package uses PStricks and pst-solides3d to draw three -dimensional ribbons on a cylinder, torus, sphere, cone or -paraboloid. The width of the ribbon, the number of turns, the -colour of the outer and the inner surface of the ribbon may be -set. In the case of circular and conical helices, one may also -choose the number of ribbons. - -date: 2011-06-24 10:29:05 +0200 - -%post pst-rubans -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-rubans -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-rubans -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-rubans-doc -Summary: Documentation for pst-rubans -Version: svn23464.1.2 -Release: %{tl_noarch_release} -Provides: tex-pst-rubans-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-rubans-doc -Documentation for pst-rubans - -%package pst-sigsys -Provides: tex-pst-sigsys = %{tl_version} -License: LPPL -Summary: Support of signal processing-related disciplines -Version: svn21667.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-sigsys.tex) = %{tl_version} -Provides: tex(pst-sigsys.sty) = %{tl_version} - -%description pst-sigsys -The package offers a collection of useful macros for -disciplines related to signal processing. It defines macros for -plotting a sequence of numbers, drawing the pole-zero diagram -of a system, shading the region of convergence, creating an -adder or a multiplier node, placing a framed node at a given -coordinate, creating an up-sampler or a down-sampler node, -drawing the block diagram of a system, drawing adaptive -systems, sequentially connecting a list of nodes, and -connecting a list of nodes using any node-connecting macro. - -date: 2011-03-09 20:38:22 +0100 - -%post pst-sigsys -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-sigsys -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-sigsys -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-sigsys-doc -Summary: Documentation for pst-sigsys -Version: svn21667.1.4 -Release: %{tl_noarch_release} -Provides: tex-pst-sigsys-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-sigsys-doc -Documentation for pst-sigsys - -%package pst-slpe -Provides: tex-pst-slpe = %{tl_version} -License: LPPL -Summary: Sophisticated colour gradients -Version: svn24391.1.31 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-slpe.tex) = %{tl_version} -Provides: tex(pst-slpe.sty) = %{tl_version} - -%description pst-slpe -This PStricks package covers all the colour gradient -functionality of pst-grad (part of the base pstricks -distribution), and provides the following facilities: - it -permits the user to specify an arbitrary number of colours, -along with the points at which they are to be reached; - it -converts between RGB and HSV behind the scenes; - it provides -concentric and radial gradients; - it provides a command -\psBall that generates bullets with a three-dimensional -appearance; and - uses the xkeyval package for the extended key -handling. - -date: 2011-10-25 20:39:05 +0200 - -%post pst-slpe -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-slpe -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-slpe -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-slpe-doc -Summary: Documentation for pst-slpe -Version: svn24391.1.31 -Release: %{tl_noarch_release} -Provides: tex-pst-slpe-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-slpe-doc -Documentation for pst-slpe - -%package pst-solarsystem -Provides: tex-pst-solarsystem = %{tl_version} -License: LPPL -Summary: Plot the solar system for a specific date -Version: svn24995.0.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-solarsystem.tex) = %{tl_version} -Provides: tex(pst-solarsystem.sty) = %{tl_version} - -%description pst-solarsystem -The package uses pstricks to produce diagrams of the visible -planets, projected on the plane of the ecliptic. It is not -possible to represent all the planets in their real -proportions, so only Mercury, Venus, Earth and Mars have their -orbits in correct proportions and their relative sizes are -observed. Saturn and Jupiter are in the right direction, but -not in the correct size. - -date: 2012-01-01 19:16:20 +0100 - -%post pst-solarsystem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-solarsystem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-solarsystem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-solarsystem-doc -Summary: Documentation for pst-solarsystem -Version: svn24995.0.12 -Release: %{tl_noarch_release} -Provides: tex-pst-solarsystem-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-solarsystem-doc -Documentation for pst-solarsystem - -%package pst-spectra -Provides: tex-pst-spectra = %{tl_version} -License: LPPL -Summary: Draw continuum, emission and absorption spectra with PSTricks -Version: svn15878.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(multido.sty) -Requires: tex(xkeyval.sty) -Provides: tex(pst-spectra.tex) = %{tl_version} -Provides: tex(pst-spectra.sty) = %{tl_version} - -%description pst-spectra -The package is a PSTricks extension, based on a NASA lines -database. It allows you to draw continuum, emission and -absorption spectra. A Total of 16 880 visible lines from 99 -elements can be displayed. The package requires the xkeyval -package for decoding its arguments. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-spectra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-spectra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-spectra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-spectra-doc -Summary: Documentation for pst-spectra -Version: svn15878.0.91 -Release: %{tl_noarch_release} -Provides: tex-pst-spectra-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-spectra-doc -Documentation for pst-spectra - -%package pst-solides3d -Provides: tex-pst-solides3d = %{tl_version} -License: LPPL 1.3 -Summary: Draw perspective views of 3D solids -Version: svn28581.4.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-solides3d.tex) = %{tl_version} -Provides: tex(pst-solides3d.sty) = %{tl_version} - -%description pst-solides3d -The package is designed to draw solids in 3d perspective. -Features include: - create primitive solids; - create solids by -including a list of its vertices and faces; - faces of solids -and surfaces can be colored by choosing from a very large -palette of colors; - draw parametric surfaces in algebraic and -reverse polish notation; - create explicit and parameterized -algebraic functions drawn in 2 or 3 dimensions; - project text -onto a plane and onto the faces of a solid; - support for -including external database files - -date: 2012-11-16 20:45:05 +0100 - -%post pst-solides3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-solides3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-solides3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-solides3d-doc -Summary: Documentation for pst-solides3d -Version: svn28581.4.24 -Release: %{tl_noarch_release} -Provides: tex-pst-solides3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-solides3d-doc -Documentation for pst-solides3d - -%package pst-soroban -Provides: tex-pst-soroban = %{tl_version} -License: LPPL -Summary: Draw a Soroban using PSTricks -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks-add.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(pst-soroban.sty) = %{tl_version} - -%description pst-soroban -The package uses PSTricks to draw a Japanese abacus, or -soroban. The soroban is still used in Japan today. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-soroban -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-soroban -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-soroban -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-soroban-doc -Summary: Documentation for pst-soroban -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-pst-soroban-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-soroban-doc -Documentation for pst-soroban - -%package pst-stru -Provides: tex-pst-stru = %{tl_version} -License: LPPL -Summary: Civil engineering diagrams, using pstricks -Version: svn15878.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(multido.sty) -Provides: tex(pst-stru.tex) = %{tl_version} -Provides: tex(pst-stru.sty) = %{tl_version} - -%description pst-stru -Pst-stru is a PSTricks-based package to draw structural schemes -in civil engineering analysis, for beams, portals, arches and -piles. - -date: 2008-08-23 00:25:16 +0200 - -%post pst-stru -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-stru -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-stru -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-stru-doc -Summary: Documentation for pst-stru -Version: svn15878.0.11 -Release: %{tl_noarch_release} -Provides: tex-pst-stru-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-stru-doc -Documentation for pst-stru - -%package pst-support-doc -Summary: Documentation for pst-support -Version: svn15878.2009_02_05 -Release: %{tl_noarch_release} -Provides: tex-pst-support-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-support-doc -Documentation for pst-support - -%package pst-text -Provides: tex-pst-text = %{tl_version} -License: LPPL -Summary: Text and character manipulation in PSTricks -Version: svn15878.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-char.tex) = %{tl_version} -Provides: tex(pst-text.tex) = %{tl_version} -Provides: tex(pst-char.sty) = %{tl_version} -Provides: tex(pst-text.sty) = %{tl_version} - -%description pst-text -Pst-text is a PSTricks based package for plotting text along a -different path and manipulating characters. It includes the -functionality of the old package pst-char. - -date: 2007-03-11 16:56:01 +0100 - -%post pst-text -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-text -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-text -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-text-doc -Summary: Documentation for pst-text -Version: svn15878.1.00 -Release: %{tl_noarch_release} -Provides: tex-pst-text-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-text-doc -Documentation for pst-text - -%package pst-thick -Provides: tex-pst-thick = %{tl_version} -License: LPPL -Summary: Drawing very thick lines and curves -Version: svn16369.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-thick.tex) = %{tl_version} -Provides: tex(pst-thick.sty) = %{tl_version} - -%description pst-thick -The package supports drawing of very thick lines and curves in -PSTricks, with various fillings for the body of the lines. - -date: 2009-12-14 16:47:24 +0100 - -%post pst-thick -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-thick -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-thick -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-thick-doc -Summary: Documentation for pst-thick -Version: svn16369.1.0 -Release: %{tl_noarch_release} -Provides: tex-pst-thick-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-thick-doc -Documentation for pst-thick - -%package pst-tools -Provides: tex-pst-tools = %{tl_version} -License: LPPL -Summary: PStricks support functions -Version: svn27986.0.02 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-tools.tex) = %{tl_version} -Provides: tex(pst-tools.sty) = %{tl_version} - -%description pst-tools -The package provides helper functions for other PSTricks -related packages. - -date: 2012-10-16 22:55:53 +0200 - -%post pst-tools -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-tools -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-tools -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-tools-doc -Summary: Documentation for pst-tools -Version: svn27986.0.02 -Release: %{tl_noarch_release} -Provides: tex-pst-tools-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-tools-doc -Documentation for pst-tools - -%package pst-tree -Provides: tex-pst-tree = %{tl_version} -License: LPPL -Summary: Trees, using pstricks -Version: svn24142.1.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-tree.tex) = %{tl_version} -Provides: tex(pst-tree.sty) = %{tl_version} - -%description pst-tree -pst-tree is a pstricks package that defines a macro \pstree -which offers a structured way of joining nodes created using -pst-node in order to draw trees. - -date: 2011-09-29 17:52:33 +0200 - -%post pst-tree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-tree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-tree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-tree-doc -Summary: Documentation for pst-tree -Version: svn24142.1.12 -Release: %{tl_noarch_release} -Provides: tex-pst-tree-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-tree-doc -Documentation for pst-tree - -%package pst-tvz -Provides: tex-pst-tvz = %{tl_version} -License: LPPL 1.3 -Summary: Draw trees with more than on root node, using PSTricks -Version: svn23451.1.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-tvz.tex) = %{tl_version} -Provides: tex(pst-tvz.sty) = %{tl_version} - -%description pst-tvz -The package uses PSTricks to draw trees with more than one root -node. It is similar to pst-tree, though it uses a different -placement algorithm. - -date: 2011-06-14 17:30:27 +0200 - -%post pst-tvz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-tvz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-tvz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-tvz-doc -Summary: Documentation for pst-tvz -Version: svn23451.1.01 -Release: %{tl_noarch_release} -Provides: tex-pst-tvz-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-tvz-doc -Documentation for pst-tvz - -%package pst-uml -Provides: tex-pst-uml = %{tl_version} -License: LPPL -Summary: UML diagrams with PSTricks -Version: svn15878.0.83 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-multido -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Requires: tex(multido.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-uml.sty) = %{tl_version} - -%description pst-uml -pst-uml is a PSTricks package that provides support for drawing -moderately complex UML (Universal Modelling Language) diagrams. -(The PDF documentation is written in French.) - -date: 2007-01-04 21:17:26 +0100 - -%post pst-uml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-uml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-uml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-uml-doc -Summary: Documentation for pst-uml -Version: svn15878.0.83 -Release: %{tl_noarch_release} -Provides: tex-pst-uml-doc -BuildArch: noarch -AutoReqProv: No -Requires: tex-multido-doc - -%description pst-uml-doc -Documentation for pst-uml - -%package pst-vectorian -Provides: tex-pst-vectorian = %{tl_version} -License: LPPL -Summary: Printing ornaments -Version: svn28801.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(pstricks.sty) -Provides: tex(psvectorian.sty) = %{tl_version} - -%description pst-vectorian -The package uses PStricks to draw ornaments (a substantial -repertoire of ornaments is provided). - -date: 2013-01-11 11:15:33 +0100 - -%post pst-vectorian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-vectorian -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-vectorian -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-vectorian-doc -Summary: Documentation for pst-vectorian -Version: svn28801.0.4 -Release: %{tl_noarch_release} -Provides: tex-pst-vectorian-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-vectorian-doc -Documentation for pst-vectorian - -%package pst-vowel -Provides: tex-pst-vowel = %{tl_version} -License: LPPL -Summary: Enable arrows showing diphthongs on vowel charts -Version: svn25228.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pst-node.sty) -Requires: tex(vowel.sty) -Provides: tex(pst-vowel.sty) = %{tl_version} - -%description pst-vowel -The package extends vowel.sty (distributed as part of the tipa -bundle) by allowing the user to draw arrows between vowels to -show relationships such as diphthong membership. The package -depends on use of pstricks. - -date: 2012-01-28 08:48:38 +0100 - -%post pst-vowel -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-vowel -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-vowel -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-vowel-doc -Summary: Documentation for pst-vowel -Version: svn25228.1.0 -Release: %{tl_noarch_release} -Provides: tex-pst-vowel-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-vowel-doc -Documentation for pst-vowel - -%package pst-vue3d -Provides: tex-pst-vue3d = %{tl_version} -License: LPPL -Summary: Draw perspective views of three dimensional objects -Version: svn15878.1.24 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-vue3d.tex) = %{tl_version} -Provides: tex(pst-vue3d.sty) = %{tl_version} - -%description pst-vue3d -With pst-vue3d three dimensional objects like cubes, spheres -and others can be viewed from different points. The -distribution includes a comprehensive set of examples of usage. - -date: 2008-02-21 14:49:16 +0100 - -%post pst-vue3d -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst-vue3d -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst-vue3d -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst-vue3d-doc -Summary: Documentation for pst-vue3d -Version: svn15878.1.24 -Release: %{tl_noarch_release} -Provides: tex-pst-vue3d-doc -BuildArch: noarch -AutoReqProv: No - -%description pst-vue3d-doc -Documentation for pst-vue3d - -%package pst2pdf -Provides: tex-pst2pdf = %{tl_version} -License: GPL+ -Summary: A script to compile pstricks documents via pdftex -Version: svn29333.0.14 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pst2pdf-bin - -%description pst2pdf -The script extracts the preamble of the document and runs all -\begin{postscript}...\end{postscript} -\begin{pspicture}...\end{pspicture} and -\pspicture...\endpspicture separately through LaTeX with the -same preamble as the original document; thus it creates EPS, -PNG and PDF files of these snippets. In a final PDFLaTeX run -the script replaces the environments with \includegraphics to -include the processed snippets. Detail documentation is -acquired from the document itself via Perldoc. - -date: 2013-03-10 15:10:17 +0100 - -%post pst2pdf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pst2pdf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pst2pdf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pst2pdf-doc -Summary: Documentation for pst2pdf -Version: svn29333.0.14 -Release: %{tl_noarch_release} -Provides: tex-pst2pdf-doc -BuildArch: noarch -AutoReqProv: No - -%description pst2pdf-doc -Documentation for pst2pdf - -%package pst2pdf-bin -Summary: Binaries for pst2pdf -Version: svn29333.0 -Requires: texlive-base -Requires: tex-pst2pdf -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description pst2pdf-bin -Binaries for pst2pdf - -%package pstricks -Provides: tex-pstricks = %{tl_version} -License: LPPL 1.3 -Summary: PostScript macros for TeX -Version: svn29678.2.39 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-coil.sty) -Requires: tex(pst-text.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-eps.sty) -Requires: tex(pst-fill.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(multido.sty) -Requires: tex(xcolor.sty) -Requires: tex(fontenc.sty) -Requires: tex(ifpdf.sty) -Requires: tex(textcomp.sty) -Requires: tex(bera.sty) -Requires: tex(xspace.sty) -Requires: tex(makeidx.sty) -Requires: tex(calc.sty) -Requires: tex(babel.sty) -Requires: tex(xkeyval.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(xkvview.sty) -Requires: tex(lscape.sty) -Requires: tex(graphicx.sty) -Requires: tex(eso-pic.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(tabularx.sty) -Requires: tex(ragged2e.sty) -Requires: tex(booktabs.sty) -Requires: tex(footmisc.sty) -Requires: tex(chngcntr.sty) -Requires: tex(nameref.sty) -Requires: tex(varioref.sty) -Requires: tex(subfig.sty) -Requires: tex(setspace.sty) -Requires: tex(paralist.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(filecontents.sty) -Requires: tex(showexpl.sty) -Requires: tex(scrpage2.sty) -Requires: tex(caption.sty) -Requires: tex(hyperref.sty) -Requires: tex(breakurl.sty) -Provides: tex(distiller.cfg) = %{tl_version} -Provides: tex(dvips.cfg) = %{tl_version} -Provides: tex(dvipsone.cfg) = %{tl_version} -Provides: tex(gastex.cfg) = %{tl_version} -Provides: tex(textures.cfg) = %{tl_version} -Provides: tex(vtex.cfg) = %{tl_version} -Provides: tex(xdvipdfmx.cfg) = %{tl_version} -Provides: tex(pst-fp.tex) = %{tl_version} -Provides: tex(pst-key.tex) = %{tl_version} -Provides: tex(pstPlain.tex) = %{tl_version} -Provides: tex(pstricks.tex) = %{tl_version} -Provides: tex(pstricks97.tex) = %{tl_version} -Provides: tex(pst-all.sty) = %{tl_version} -Provides: tex(pst-doc.cls) = %{tl_version} -Provides: tex(pst-key.sty) = %{tl_version} -Provides: tex(pstcol.sty) = %{tl_version} -Provides: tex(pstricks.sty) = %{tl_version} - -%description pstricks -An extensive collection of macros for generating PostScript -that is usable with most TeX macro formats, including Plain -TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for -colour, graphics, pie charts, rotation, trees and overlays. It -has many special features, including a wide variety of graphics -(picture drawing) macros, with a flexible interface and with -colour support. There are macros for colouring or shading the -cells of tables. The package pstricks-add contains bug-fixes -and additions for pstricks (among other things). PSTricks uses -PostScript \special commands, which are not supported by -PDF(La)TeX. This limitation may be overcome by using either the -pst-pdf or the pdftricks package, to generate a PDF inclusion -from a PSTricks diagram. - -date: 2013-04-04 15:52:09 +0200 - -%post pstricks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pstricks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pstricks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pstricks-doc -Summary: Documentation for pstricks -Version: svn29678.2.39 -Release: %{tl_noarch_release} -Provides: tex-pstricks-doc -BuildArch: noarch -AutoReqProv: No - -%description pstricks-doc -Documentation for pstricks - -%package pstricks-add -Provides: tex-pstricks-add = %{tl_version} -License: LPPL -Summary: A collection of add-ons and bugfixes for PSTricks -Version: svn28750.3.59 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-math.sty) -Requires: tex(multido.sty) -Provides: tex(pstricks-add.tex) = %{tl_version} -Provides: tex(pstricks-add.sty) = %{tl_version} - -%description pstricks-add -Collects together examples that have been posted to the -pstricks mailing list, together with many additional features -for the basic pstricks, pst-plot and pst-node, including: - -bugfixes; - new options for the pspicture environment; - -arrows; - braces as node connection/linestyle; - extended axes -for plots (e.g., logarithm axes); - polar plots; - plotting -tangent lines of curves or functions; - solving and printing -differential equationd; - box plots; - matrix plots; and - pie -charts. The package makes use of PostScript routines provided -by pst-math. - -date: 2012-09-28 14:00:56 +0200 - -%post pstricks-add -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pstricks-add -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pstricks-add -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pstricks-add-doc -Summary: Documentation for pstricks-add -Version: svn28750.3.59 -Release: %{tl_noarch_release} -Provides: tex-pstricks-add-doc -BuildArch: noarch -AutoReqProv: No - -%description pstricks-add-doc -Documentation for pstricks-add - -%package pstricks_calcnotes-doc -Summary: Documentation for pstricks_calcnotes -Version: svn18816.0 -Release: %{tl_noarch_release} -Provides: tex-pstricks_calcnotes-doc -BuildArch: noarch -AutoReqProv: No - -%description pstricks_calcnotes-doc -Documentation for pstricks_calcnotes - -%package uml -Provides: tex-uml = %{tl_version} -License: LPPL -Summary: UML diagrams in LaTeX -Version: svn17476.0.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(relsize.sty) -Provides: tex(uml.sty) = %{tl_version} - -%description uml -A PSTricks related package for writing UML (Unified Modelling -Language) diagrams in LaTeX. Currently, it implements a subset -of class diagrams, and some extra constructs as well. The -package cannot be used together with pst-uml. - -date: 2010-03-17 12:19:20 +0100 - -%post uml -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uml -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uml -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uml-doc -Summary: Documentation for uml -Version: svn17476.0.11 -Release: %{tl_noarch_release} -Provides: tex-uml-doc -BuildArch: noarch -AutoReqProv: No - -%description uml-doc -Documentation for uml - -%package vaucanson-g -Provides: tex-vaucanson-g = %{tl_version} -License: LPPL -Summary: PSTricks macros for drawing automata -Version: svn15878.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-coil.sty) -Requires: tex(multido.sty) -Requires: tex(pst-3d.sty) -Requires: tex(calc.sty) -Provides: tex(VCColor-names.def) = %{tl_version} -Provides: tex(VCPref-beamer.tex) = %{tl_version} -Provides: tex(VCPref-default.tex) = %{tl_version} -Provides: tex(VCPref-mystyle.tex) = %{tl_version} -Provides: tex(VCPref-slides.tex) = %{tl_version} -Provides: tex(Vaucanson-G.tex) = %{tl_version} -Provides: tex(vaucanson-g.sty) = %{tl_version} -Provides: tex(vaucanson.sty) = %{tl_version} - -%description vaucanson-g -VauCanSon-G is a package that enables the user to draw automata -within texts written using LaTeX. The package macros make use -of commands of PStricks - -date: 2008-10-30 09:45:25 +0100 - -%post vaucanson-g -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vaucanson-g -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vaucanson-g -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vaucanson-g-doc -Summary: Documentation for vaucanson-g -Version: svn15878.0.4 -Release: %{tl_noarch_release} -Provides: tex-vaucanson-g-doc -BuildArch: noarch -AutoReqProv: No - -%description vaucanson-g-doc -Documentation for vaucanson-g - -%package vocaltract -Provides: tex-vocaltract = %{tl_version} -License: LPPL -Summary: Visualise the vocal tract using LaTeX and PStricks -Version: svn25629.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(VocalTract.sty) = %{tl_version} - -%description vocaltract -The package enables the user to visualise the vocal tract. The -vocal tract (in the package) is manipulated by a vector of -articulation parameters according to the S. Maeda model. -Animation may be achieved by providing a sequence of vectors -over time (e.g., from Matlab). A sequence of vectors for -certain German phonemes is embedded in the package, which -allows for animation when no other vector is available. The -package's graphics are produced using pstricks. - -date: 2012-03-13 11:09:15 +0100 - -%post vocaltract -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vocaltract -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vocaltract -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vocaltract-doc -Summary: Documentation for vocaltract -Version: svn25629.1 -Release: %{tl_noarch_release} -Provides: tex-vocaltract-doc -BuildArch: noarch -AutoReqProv: No - -%description vocaltract-doc -Documentation for vocaltract - -%package collection-publishers -Summary: Support for publishers, theses, standards, conferences, etc -Version: svn29687.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-IEEEconf -Requires: tex-IEEEtran -Requires: tex-aastex -Requires: tex-abntex2 -Requires: tex-acmconf -Requires: tex-active-conf -Requires: tex-adfathesis -Requires: tex-afthesis -Requires: tex-aguplus -Requires: tex-aiaa -Requires: tex-ametsoc -Requires: texlive-anufinalexam-doc -Requires: tex-aomart -Requires: tex-apa -Requires: tex-apa6 -Requires: tex-apa6e -Requires: tex-arsclassica -Requires: tex-articleingud -Requires: tex-asaetr -Requires: tex-ascelike -Requires: tex-beamer-FUBerlin -Requires: tex-bgteubner -Requires: tex-cascadilla -Requires: tex-chem-journal -Requires: tex-classicthesis -Requires: tex-cmpj -Requires: tex-confproc -Requires: tex-ebook -Requires: tex-ebsthesis -Requires: tex-economic -Requires: tex-ejpecp -Requires: tex-elbioimp -Requires: tex-elsarticle -Requires: tex-elteikthesis -Requires: tex-erdc -Requires: tex-estcpmm -Requires: tex-fbithesis -Requires: tex-fcltxdoc -Requires: tex-gaceta -Requires: tex-gatech-thesis -Requires: tex-har2nat -Requires: tex-hobete -Requires: tex-icsv -Requires: tex-ieeepes -Requires: tex-ijmart -Requires: tex-imac -Requires: tex-imtekda -Requires: tex-jmlr -Requires: tex-jpsj -Requires: tex-kdgdocs -Requires: tex-kluwer -Requires: tex-lps -Requires: tex-matc3 -Requires: tex-matc3mem -Requires: tex-mentis -Requires: tex-msu-thesis -Requires: tex-musuos -Requires: tex-muthesis -Requires: tex-nddiss -Requires: tex-nih -Requires: tex-nostarch -Requires: tex-nrc -Requires: tex-onrannual -Requires: tex-opteng -Requires: tex-philosophersimprint -Requires: tex-pkuthss -Requires: tex-powerdot-FUBerlin -Requires: tex-pracjourn -Requires: tex-procIAGssymp -Requires: tex-proposal -Requires: tex-ptptex -Requires: tex-psu-thesis -Requires: tex-resphilosophica -Requires: tex-resumecls -Requires: tex-revtex -Requires: tex-revtex4 -Requires: tex-ryethesis -Requires: tex-sageep -Requires: tex-sapthesis -Requires: tex-scrjrnl -Requires: tex-seuthesis -Requires: tex-soton -Requires: tex-spie -Requires: tex-stellenbosch -Requires: tex-suftesi -Requires: tex-sugconf -Requires: tex-tabriz-thesis -Requires: tex-texilikechaps -Requires: tex-texilikecover -Requires: tex-thesis-titlepage-fhac -Requires: tex-thuthesis -Requires: tex-toptesi -Requires: tex-tugboat -Requires: tex-tugboat-plain -Requires: tex-tui -Requires: tex-uaclasses -Requires: tex-uafthesis -Requires: tex-ucdavisthesis -Requires: tex-ucthesis -Requires: tex-uestcthesis -Requires: tex-uiucthesis -Requires: tex-ulthese -Requires: tex-umthesis -Requires: tex-umich-thesis -Requires: tex-unamthesis -Requires: tex-ut-thesis -Requires: tex-uothesis -Requires: tex-uowthesis -Requires: tex-uspatent -Requires: tex-uwthesis -Requires: tex-vancouver -Requires: tex-xcookybooky -Requires: tex-york-thesis -Requires: texlive-collection-latex - -%description collection-publishers -collection-publishers package - -%package IEEEconf -Provides: tex-IEEEconf = %{tl_version} -License: LPPL -Summary: Macros for IEEE conference proceedings -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(array.sty) -Requires: tex(titlesec.sty) -Provides: tex(IEEEconf.cls) = %{tl_version} - -%description IEEEconf -The IEEEconf class implements the formatting dictated by the -IEEE Computer Society Press for conference proceedings. - -date: 2009-04-06 20:17:45 +0200 - -%post IEEEconf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun IEEEconf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans IEEEconf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package IEEEconf-doc -Summary: Documentation for IEEEconf -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-IEEEconf-doc -BuildArch: noarch -AutoReqProv: No - -%description IEEEconf-doc -Documentation for IEEEconf - -%package IEEEtran -Provides: tex-IEEEtran = %{tl_version} -License: LPPL -Summary: Document class for IEEE Transactions journals and conferences -Version: svn28697.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(IEEEtran.cls) = %{tl_version} -Provides: tex(IEEEtrantools.sty) = %{tl_version} -Provides: tetex-IEEEtran = %{tl_version} -Obsoletes: tetex-IEEEtran < %{tl_version} - -%description IEEEtran -The class and its BibTeX style enable authors to produce -officially-correct output for the Institute of Electrical and -Electronics Engineers (IEEE) transactions, journals and -conferences. - -date: 2013-01-02 11:09:21 +0100 - -%post IEEEtran -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun IEEEtran -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans IEEEtran -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package IEEEtran-doc -Summary: Documentation for IEEEtran -Version: svn28697.1.8 -Release: %{tl_noarch_release} -Provides: tex-IEEEtran-doc -BuildArch: noarch -AutoReqProv: No - -%description IEEEtran-doc -Documentation for IEEEtran - -%package chem-journal -Provides: tex-chem-journal = %{tl_version} -License: GPL+ -Summary: Various BibTeX formats for journals in Chemistry -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description chem-journal -Various BibTeX formats for journals in Chemistry, including -Reviews in Computational Chemistry, Journal of Physical -Chemistry, Journal of Computational Chemistry, and Physical -Chemistry Chemical Physics. - -date: 2007-01-01 10:31:54 +0100 - -%post chem-journal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chem-journal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chem-journal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package confproc -Provides: tex-confproc = %{tl_version} -License: LPPL -Summary: A set of tools for generating conference proceedings -Version: svn29349.0.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(kvoptions-patch.sty) -Requires: tex(xifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(pdfpages.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(titletoc.sty) -Requires: tex(multitoc.sty) -Requires: tex(index.sty) -Requires: tex(multicol.sty) -Requires: tex(sectsty.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Provides: tex(confproc.cfg) = %{tl_version} -Provides: tex(confproc.cls) = %{tl_version} -Provides: tex(newapave.sty) = %{tl_version} - -%description confproc -The confproc collection comprises a class, a BibTeX style, and -some scripts for generating conference proceedings. It derives -from LaTeX scripts written for the DAFx-06 conference -proceedings, largely based on the pdfpages package for -including the proceedings papers and the hyperref package for -creating a proper table of contents, bookmarks and general -bibliography back-references. Confproc also uses many other -packages for fine tuning of the table of contents, bibliography -and index of authors. The added value of the class resides in -its time-saving aspects when designing conference proceedings. - -date: 2012-06-27 14:08:30 +0200 - -%post confproc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun confproc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans confproc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package confproc-doc -Summary: Documentation for confproc -Version: svn29349.0.8 -Release: %{tl_noarch_release} -Provides: tex-confproc-doc -BuildArch: noarch -AutoReqProv: No - -%description confproc-doc -Documentation for confproc - -%package ebook -Provides: tex-ebook = %{tl_version} -License: LPPL -Summary: ebook package -Version: svn29466.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ebook.sty) = %{tl_version} - -%description ebook -ebook package - -%post ebook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ebook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ebook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ebook-doc -Summary: Documentation for ebook -Version: svn29466.0 -Release: %{tl_noarch_release} -Provides: tex-ebook-doc -BuildArch: noarch -AutoReqProv: No - -%description ebook-doc -Documentation for ebook - -%package ebsthesis -Provides: tex-ebsthesis = %{tl_version} -License: LPPL -Summary: Typesetting theses for economics -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(rotfloat.sty) -Requires: tex(caption.sty) -Requires: tex(ragged2e.sty) -Requires: tex(footmisc.sty) -Requires: tex(remreset.sty) -Requires: tex(titlesec.sty) -Requires: tex(calc.sty) -Requires: tex(titletoc.sty) -Requires: tex(array.sty) -Requires: tex(tocbibind.sty) -Requires: tex(nomencl.sty) -Requires: tex(mdwlist.sty) -Requires: tex(acronym.sty) -Requires: tex(amsmath.sty) -Requires: tex(onlyamsmath.sty) -Requires: tex(comment.sty) -Requires: tex(amssymb.sty) -Requires: tex(dsfont.sty) -Requires: tex(ifthen.sty) -Requires: tex(amsthm.sty) -Provides: tex(ebsthesis.cls) = %{tl_version} - -%description ebsthesis -The ebsthesis class and ebstools package facilitate the -production of camera-ready manuscripts in conformance with the -guidelines of Gabler Verlag and typographical rules established -by the European Business School. - -date: 2007-01-07 11:02:17 +0100 - -%post ebsthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ebsthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ebsthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ebsthesis-doc -Summary: Documentation for ebsthesis -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-ebsthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description ebsthesis-doc -Documentation for ebsthesis - -%package economic -Provides: tex-economic = %{tl_version} -License: LPPL -Summary: BibTeX support for submitting to Economics journals -Version: svn16184.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ulem.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(titlesec.sty) -Requires: tex(lmodern.sty) -Requires: tex(amsmath.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Requires: tex(endfloat.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(bm.sty) -Requires: tex(endnotes.sty) -Requires: tex(textcomp.sty) -Requires: tex(stringstrings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(soul.sty) -Requires: tex(verbatim.sty) -Provides: tex(aer.sty) = %{tl_version} -Provides: tex(aertt.sty) = %{tl_version} -Provides: tex(agecon.cls) = %{tl_version} -Provides: tex(ajae.cls) = %{tl_version} -Provides: tex(apecon.cls) = %{tl_version} -Provides: tex(cje.sty) = %{tl_version} -Provides: tex(ecca.cls) = %{tl_version} -Provides: tex(erae.cls) = %{tl_version} -Provides: tex(itaxpf.cls) = %{tl_version} -Provides: tex(jrurstud.cls) = %{tl_version} -Provides: tex(njf.cls) = %{tl_version} -Provides: tex(oegatb.cls) = %{tl_version} -Provides: tex(pocoec.cls) = %{tl_version} -Provides: tex(regstud.cls) = %{tl_version} -Provides: tex(worlddev.cls) = %{tl_version} - -%description economic -The bundle offers macros and BibTeX styles for the American -Economic Review (AER), the American Journal of Agricultural -Economics (AJAE), the Canadian Journal of Economics (CJE), the -European Review of Agricultural Economics (ERAE), the -International Economic Review (IER) and Economica. The macro -sets are based on (and require) the harvard package, and all -provide variations of author-date styles of presentation. - -date: 2009-11-25 18:21:28 +0100 - -%post economic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun economic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans economic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package economic-doc -Summary: Documentation for economic -Version: svn16184.0 -Release: %{tl_noarch_release} -Provides: tex-economic-doc -BuildArch: noarch -AutoReqProv: No - -%description economic-doc -Documentation for economic - -%package ejpecp -Provides: tex-ejpecp = %{tl_version} -License: LPPL 1.2 -Summary: Class for EJP and ECP -Version: svn28535.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(lastpage.sty) -Requires: tex(latexsym.sty) -Requires: tex(dsfont.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(geometry.sty) -Requires: tex(bera.sty) -Requires: tex(hyperref.sty) -Provides: tex(ejpecp.cls) = %{tl_version} - -%description ejpecp -The class is designed for typesetting articles for the -mathematical research periodicals Electronic Journal of -Probability (EJP) and Electronic Communications in Probability -(ECP). - -date: 2012-12-13 10:43:21 +0100 - -%post ejpecp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ejpecp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ejpecp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ejpecp-doc -Summary: Documentation for ejpecp -Version: svn28535.1.0 -Release: %{tl_noarch_release} -Provides: tex-ejpecp-doc -BuildArch: noarch -AutoReqProv: No - -%description ejpecp-doc -Documentation for ejpecp - -%package elbioimp -Provides: tex-elbioimp = %{tl_version} -License: LPPL -Summary: A LaTeX document class for the Journal of Electrical Bioimpedance -Version: svn21758.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(type1cm.sty) -Requires: tex(type1ec.sty) -Requires: tex(caption.sty) -Provides: tex(elbioimp.cls) = %{tl_version} - -%description elbioimp -A new document class for writing articles to the Journal of -Electrical Bioimpedance. - -date: 2011-03-18 18:22:40 +0100 - -%post elbioimp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elbioimp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elbioimp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elbioimp-doc -Summary: Documentation for elbioimp -Version: svn21758.1.2 -Release: %{tl_noarch_release} -Provides: tex-elbioimp-doc -BuildArch: noarch -AutoReqProv: No - -%description elbioimp-doc -Documentation for elbioimp - -%package elsarticle -Provides: tex-elsarticle = %{tl_version} -License: LPPL 1.2 -Summary: Class for articles for submission to Elsevier journals -Version: svn15878.1.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(txfonts.sty) -Requires: tex(times.sty) -Requires: tex(graphicx.sty) -Requires: tex(pifont.sty) -Requires: tex(natbib.sty) -Requires: tex(geometry.sty) -Provides: tex(elsarticle.cls) = %{tl_version} - -%description elsarticle -The class is for typeset journal articles, is accepted for -submitted articles, both in Elsevier's electronic submission -system and elsewhere. It replaces the 10-year-old class elsart. - -date: 2009-09-18 14:01:48 +0200 - -%post elsarticle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elsarticle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elsarticle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elsarticle-doc -Summary: Documentation for elsarticle -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-elsarticle-doc -BuildArch: noarch -AutoReqProv: No - -%description elsarticle-doc -Documentation for elsarticle - -%package elteikthesis -Provides: tex-elteikthesis = %{tl_version} -License: LPPL 1.2 -Summary: Thesis class for ELTE University Informatics wing -Version: svn22513.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Provides: tex(elteikthesis.cls) = %{tl_version} - -%description elteikthesis -This is not an official University class, and has not been -approved by the University. - -date: 2011-05-17 17:52:56 +0200 - -%post elteikthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun elteikthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans elteikthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package elteikthesis-doc -Summary: Documentation for elteikthesis -Version: svn22513.1.2 -Release: %{tl_noarch_release} -Provides: tex-elteikthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description elteikthesis-doc -Documentation for elteikthesis - -%package erdc -Provides: tex-erdc = %{tl_version} -License: LPPL -Summary: Style for Reports by US Army Corps of Engineers -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(caption.sty) -Requires: tex(longtable.sty) -Requires: tex(dcolumn.sty) -Requires: tex(natbib.sty) -Requires: tex(amsmath.sty) -Requires: tex(ragged2e.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(erdc.cls) = %{tl_version} - -%description erdc -A class for typesetting Technical Information Reports of the -Engineer Research and Development Center, US Army Corps of -Engineers. The class was commissioned and paid for by US Army -Corps of Engineers, Engineer Research and Development Center, -3909 Halls Ferry Road, Vicksburg, MS 39180-6199. - -date: 2009-11-09 22:14:03 +0100 - -%post erdc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun erdc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans erdc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package erdc-doc -Summary: Documentation for erdc -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-erdc-doc -BuildArch: noarch -AutoReqProv: No - -%description erdc-doc -Documentation for erdc - -%package estcpmm -Provides: tex-estcpmm = %{tl_version} -License: LPPL -Summary: Style for Munitions Management Project Reports -Version: svn17335.0.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(caption.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(estcpmm.cls) = %{tl_version} - -%description estcpmm -Provides a class which supports typesetting Cost and -Performance Reports and Final Reports for Munitions Management -Reports, US Environmental Security Technology Certification -Program. The class was commissioned and paid for by US Army -Corps of Engineers, Engineer Research and Development Center, -3909 Halls Ferry Road, Vicksburg, MS 39180-6199. - -date: 2010-03-04 23:40:34 +0100 - -%post estcpmm -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun estcpmm -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans estcpmm -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package estcpmm-doc -Summary: Documentation for estcpmm -Version: svn17335.0.4 -Release: %{tl_noarch_release} -Provides: tex-estcpmm-doc -BuildArch: noarch -AutoReqProv: No - -%description estcpmm-doc -Documentation for estcpmm - -%package fbithesis -Provides: tex-fbithesis = %{tl_version} -License: LPPL -Summary: Computer Science thesis class for University of Dortmund -Version: svn21340.1.2m -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(fbithesis.cfg) = %{tl_version} -Provides: tex(fbithesis.cls) = %{tl_version} - -%description fbithesis -At the department of computer science at the University of -Dortmund there are cardboard cover pages for research or -internal reports like master/phd-theses. The main function of -this LaTeX2e document-class is a replacement for the \maketitle -command to typeset a title page that is adjusted to these cover -pages. - -date: 2011-02-07 09:47:54 +0100 - -%post fbithesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fbithesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fbithesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fbithesis-doc -Summary: Documentation for fbithesis -Version: svn21340.1.2m -Release: %{tl_noarch_release} -Provides: tex-fbithesis-doc -BuildArch: noarch -AutoReqProv: No - -%description fbithesis-doc -Documentation for fbithesis - -%package fcltxdoc -Provides: tex-fcltxdoc = %{tl_version} -License: LPPL 1.3 -Summary: Macros for use in the author's documentation -Version: svn24500.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(filehook.sty) -Requires: tex(ltxnew.sty) -Requires: tex(etexcmds.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsopn.sty) -Requires: tex(amssymb.sty) -Requires: tex(xspace.sty) -Requires: tex(fontenc.sty) -Requires: tex(hologo.sty) -Requires: tex(graphicx.sty) -Requires: tex(grffile.sty) -Requires: tex(needspace.sty) -Requires: tex(moresize.sty) -Requires: tex(manfnt.sty) -Requires: tex(bbding.sty) -Requires: tex(eurosym.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(marginnote.sty) -Requires: tex(framed.sty) -Requires: tex(ulem.sty) -Requires: tex(nccfoots.sty) -Requires: tex(nccstretch.sty) -Requires: tex(linegoal.sty) -Requires: tex(array.sty) -Requires: tex(delarray.sty) -Requires: tex(makecell.sty) -Requires: tex(booktabs.sty) -Requires: tex(embedfile.sty) -Requires: tex(interfaces.sty) -Requires: tex(relsize.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(hypdoc.sty) -Requires: tex(hyperref.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(enumitem.sty) -Requires: tex(bookmark.sty) -Requires: tex(hypbmsec.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(listings.sty) -Requires: tex(xcolor.sty) -Provides: tex(fcltxdoc.sty) = %{tl_version} - -%description fcltxdoc -The package is not advertised for public use, but is necessary -for the support of others of the author's packages (which are -compiled under the ltxdoc class). - -date: 2011-11-03 08:30:49 +0100 - -%post fcltxdoc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fcltxdoc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fcltxdoc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fcltxdoc-doc -Summary: Documentation for fcltxdoc -Version: svn24500.1.0 -Release: %{tl_noarch_release} -Provides: tex-fcltxdoc-doc -BuildArch: noarch -AutoReqProv: No - -%description fcltxdoc-doc -Documentation for fcltxdoc - -%package gaceta -Provides: tex-gaceta = %{tl_version} -License: LPPL -Summary: A class to typeset La Gaceta de la RSME -Version: svn15878.1.06 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(url.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Provides: tex(gaceta.cls) = %{tl_version} - -%description gaceta -The class will typeset papers for <<La Gaceta de la Real -Sociedad Matematica Espanola>>. - -date: 2008-08-19 21:00:04 +0200 - -%post gaceta -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gaceta -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gaceta -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gaceta-doc -Summary: Documentation for gaceta -Version: svn15878.1.06 -Release: %{tl_noarch_release} -Provides: tex-gaceta-doc -BuildArch: noarch -AutoReqProv: No - -%description gaceta-doc -Documentation for gaceta - -%package gatech-thesis -Provides: tex-gatech-thesis = %{tl_version} -License: GPL+ -Summary: Georgia Institute of Technology thesis class -Version: svn19886.1.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gloss.sty) -Requires: tex(index.sty) -Requires: tex(multicol.sty) -Requires: tex(calc.sty) -Provides: tex(gatech-thesis-gloss.sty) = %{tl_version} -Provides: tex(gatech-thesis-index.sty) = %{tl_version} -Provides: tex(gatech-thesis-losa.sty) = %{tl_version} -Provides: tex(gatech-thesis-patch.sty) = %{tl_version} -Provides: tex(gatech-thesis.cls) = %{tl_version} - -%description gatech-thesis -The output generated by using this class has been approved by -the Georgia Tech Office of Graduate Studies. It satisfies their -undocumented moving-target requirements in additional to the -actual documented requirements of the June 2002 Georgia Tech -Thesis Style Manual, as amended up to 2010. - -date: 2010-07-26 16:46:28 +0200 - -%post gatech-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gatech-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gatech-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gatech-thesis-doc -Summary: Documentation for gatech-thesis -Version: svn19886.1.8 -Release: %{tl_noarch_release} -Provides: tex-gatech-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description gatech-thesis-doc -Documentation for gatech-thesis - -%package har2nat -Provides: tex-har2nat = %{tl_version} -License: LPPL -Summary: Replace the harvard package with natbib -Version: svn17356.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(suffix.sty) -Requires: tex(natbib.sty) -Provides: tex(har2nat.sty) = %{tl_version} - -%description har2nat -This small package allows a LaTeX document containing the -citation commands provided by the Harvard package to be -compiled using the natbib package. Migration from harvard to -natbib thus can be achieved simply by replacing -\usepackage{harvard} with \usepackage{natbib} -\usepackage{har2nat} It is important that har2nat be loaded -after natbib, since it modifies natbib commands. - -date: 2010-03-06 16:54:30 +0100 - -%post har2nat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun har2nat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans har2nat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package har2nat-doc -Summary: Documentation for har2nat -Version: svn17356.1.0 -Release: %{tl_noarch_release} -Provides: tex-har2nat-doc -BuildArch: noarch -AutoReqProv: No - -%description har2nat-doc -Documentation for har2nat - -%package hobete -Provides: tex-hobete = %{tl_version} -License: LPPL -Summary: Unofficial beamer theme for the University of Hohenheim -Version: svn27036.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xfrac.sty) -Requires: tex(xparse.sty) -Requires: tex(tikz.sty) -Provides: tex(beamercolorthemehohenheim.sty) = %{tl_version} -Provides: tex(beamerouterthemehohenheim.sty) = %{tl_version} -Provides: tex(beamerouterthemehohenheimposter.sty) = %{tl_version} -Provides: tex(beamerthemehohenheim.sty) = %{tl_version} -Provides: tex(hobete.sty) = %{tl_version} - -%description hobete -The package provides a beamer theme which features the Ci -colors of the University of Hohenheim. Please note that this is -not an official Theme, and that there will be no support for -it, from the University. Furthermore there is NO relationship -between the University and this theme. - -date: 2012-06-26 15:55:21 +0200 - -%post hobete -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hobete -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hobete -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hobete-doc -Summary: Documentation for hobete -Version: svn27036.0 -Release: %{tl_noarch_release} -Provides: tex-hobete-doc -BuildArch: noarch -AutoReqProv: No - -%description hobete-doc -Documentation for hobete - -%package icsv -Provides: tex-icsv = %{tl_version} -License: LPPL -Summary: Class for typesetting articles for the ICSV conference -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(bm.sty) -Requires: tex(calc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(fix-cm.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Requires: tex(caption.sty) -Requires: tex(helvet.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(icsv.cls) = %{tl_version} - -%description icsv -This is an ad-hoc class for typesetting articles for the ICSV -conference, based on the earler active-conf by the same author. - -date: 2008-05-21 23:07:53 +0200 - -%post icsv -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun icsv -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans icsv -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package icsv-doc -Summary: Documentation for icsv -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-icsv-doc -BuildArch: noarch -AutoReqProv: No - -%description icsv-doc -Documentation for icsv - -%package ieeepes -Provides: tex-ieeepes = %{tl_version} -License: LPPL -Summary: IEEE Power Engineering Society Transactions -Version: svn17359.4.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(vmargin.sty) -Requires: tex(graphicx.sty) -Requires: tex(times.sty) -Requires: tex(mathptm.sty) -Provides: tex(ieeepes.sty) = %{tl_version} - -%description ieeepes -Supports typesetting of transactions, as well as discussions -and closures, for the IEEE Power Engineering Society -Transactions journals. - -date: 2010-03-06 17:23:09 +0100 - -%post ieeepes -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ieeepes -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ieeepes -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ieeepes-doc -Summary: Documentation for ieeepes -Version: svn17359.4.0 -Release: %{tl_noarch_release} -Provides: tex-ieeepes-doc -BuildArch: noarch -AutoReqProv: No - -%description ieeepes-doc -Documentation for ieeepes - -%package ijmart -Provides: tex-ijmart = %{tl_version} -License: LPPL -Summary: LaTeX Class for the Israel Journal of Mathematics -Version: svn20276.1.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Provides: tex(ijmart.cls) = %{tl_version} - -%description 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: 2010-10-30 13:33:19 +0200 - -%post ijmart -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ijmart -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ijmart -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ijmart-doc -Summary: Documentation for ijmart -Version: svn20276.1.6 -Release: %{tl_noarch_release} -Provides: tex-ijmart-doc -BuildArch: noarch -AutoReqProv: No - -%description ijmart-doc -Documentation for ijmart - -%package imac -Provides: tex-imac = %{tl_version} -License: GPL+ -Summary: International Modal Analysis Conference format -Version: svn17347.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(imac.sty) = %{tl_version} - -%description 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: 2010-03-06 17:30:22 +0100 - -%post imac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun imac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans imac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package imac-doc -Summary: Documentation for imac -Version: svn17347.0 -Release: %{tl_noarch_release} -Provides: tex-imac-doc -BuildArch: noarch -AutoReqProv: No - -%description imac-doc -Documentation for imac - -%package imtekda -Provides: tex-imtekda = %{tl_version} -License: LPPL -Summary: IMTEK thesis class -Version: svn17667.1.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(textpos.sty) -Provides: tex(IMTEKda.cls) = %{tl_version} - -%description 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: 2010-04-03 16:55:02 +0200 - -%post imtekda -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun imtekda -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans imtekda -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package imtekda-doc -Summary: Documentation for imtekda -Version: svn17667.1.7 -Release: %{tl_noarch_release} -Provides: tex-imtekda-doc -BuildArch: noarch -AutoReqProv: No - -%description imtekda-doc -Documentation for imtekda - -%package jmlr -Provides: tex-jmlr = %{tl_version} -License: LPPL -Summary: Class files for the Journal of Machine Learning Research -Version: svn26759.1.17 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(natbib.sty) -Requires: tex(graphicx.sty) -Requires: tex(url.sty) -Requires: tex(xcolor.sty) -Requires: tex(algorithm2e.sty) -Requires: tex(setspace.sty) -Requires: tex(fink.sty) -Requires: tex(xmpincl.sty) -Requires: tex(hyperref.sty) -Requires: tex(combnat.sty) -Provides: tex(jmlr.cls) = %{tl_version} -Provides: tex(jmlrbook.cls) = %{tl_version} - -%description 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: 2012-05-30 16:45:26 +0200 - -%post jmlr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jmlr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jmlr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jmlr-doc -Summary: Documentation for jmlr -Version: svn26759.1.17 -Release: %{tl_noarch_release} -Provides: tex-jmlr-doc -BuildArch: noarch -AutoReqProv: No - -%description jmlr-doc -Documentation for jmlr - -%package jpsj -Provides: tex-jpsj = %{tl_version} -License: LPPL -Summary: Document Class for Journal of the Physical Society of Japan -Version: svn15878.1.2.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(overcite.sty) -Provides: tex(jpsj2.cls) = %{tl_version} - -%description jpsj -jpsj package - -date: 2007-03-14 08:57:39 +0100 - -%post jpsj -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun jpsj -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans jpsj -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package jpsj-doc -Summary: Documentation for jpsj -Version: svn15878.1.2.2 -Release: %{tl_noarch_release} -Provides: tex-jpsj-doc -BuildArch: noarch -AutoReqProv: No - -%description jpsj-doc -Documentation for jpsj - -%package kdgdocs -Provides: tex-kdgdocs = %{tl_version} -License: LPPL 1.3 -Summary: Document classes for Karel de Grote University College -Version: svn24498.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(ifxetex.sty) -Requires: tex(cmbright.sty) -Requires: tex(fontspec.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(eso-pic.sty) -Requires: tex(color.sty) -Requires: tex(tikz.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(hyperref.sty) -Provides: tex(kdgcoursetext.cls) = %{tl_version} -Provides: tex(kdgmasterthesis.cls) = %{tl_version} - -%description 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: 2011-11-03 00:18:47 +0100 - -%post kdgdocs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kdgdocs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kdgdocs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kdgdocs-doc -Summary: Documentation for kdgdocs -Version: svn24498.1.0 -Release: %{tl_noarch_release} -Provides: tex-kdgdocs-doc -BuildArch: noarch -AutoReqProv: No - -%description kdgdocs-doc -Documentation for kdgdocs - -%package kluwer -Provides: tex-kluwer = %{tl_version} -License: LPPL -Summary: kluwer package -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(wasysym.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mathptm.sty) -Provides: tex(klu10.clo) = %{tl_version} -Provides: tex(klu105.clo) = %{tl_version} -Provides: tex(klu11.clo) = %{tl_version} -Provides: tex(klu12.clo) = %{tl_version} -Provides: tex(klu9.clo) = %{tl_version} -Provides: tex(klucite.sty) = %{tl_version} -Provides: tex(kluedit.sty) = %{tl_version} -Provides: tex(klufloa.sty) = %{tl_version} -Provides: tex(klulist.sty) = %{tl_version} -Provides: tex(klumac.sty) = %{tl_version} -Provides: tex(klumath.sty) = %{tl_version} -Provides: tex(klumono.sty) = %{tl_version} -Provides: tex(klunote.sty) = %{tl_version} -Provides: tex(kluopen.sty) = %{tl_version} -Provides: tex(klups.sty) = %{tl_version} -Provides: tex(kluref.sty) = %{tl_version} -Provides: tex(klusec.sty) = %{tl_version} -Provides: tex(klut10.clo) = %{tl_version} -Provides: tex(klut11.clo) = %{tl_version} -Provides: tex(klut12.clo) = %{tl_version} -Provides: tex(klut9.clo) = %{tl_version} -Provides: tex(klutab.sty) = %{tl_version} -Provides: tex(kluwer.cls) = %{tl_version} - -%description kluwer -kluwer package - -%post kluwer -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kluwer -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kluwer -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kluwer-doc -Summary: Documentation for kluwer -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-kluwer-doc -BuildArch: noarch -AutoReqProv: No - -%description kluwer-doc -Documentation for kluwer - -%package lps -Provides: tex-lps = %{tl_version} -License: LPPL -Summary: Class for "Logic and Philosophy of Science" -Version: svn21322.0.7 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mathptmx.sty) -Requires: tex(geometry.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Requires: tex(lastpage.sty) -Requires: tex(caption.sty) -Provides: tex(lps.cls) = %{tl_version} - -%description lps -The 'Logic and Philosophy of Science' journal is an online -publication of the University of Trieste (Italy). The class -builds on the standard article class to offer a format that -LaTeX authors may use when submitting to the journal. - -date: 2011-02-03 16:11:01 +0100 - -%post lps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun lps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans lps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package lps-doc -Summary: Documentation for lps -Version: svn21322.0.7 -Release: %{tl_noarch_release} -Provides: tex-lps-doc -BuildArch: noarch -AutoReqProv: No - -%description lps-doc -Documentation for lps - -%package matc3 -Provides: tex-matc3 = %{tl_version} -License: LPPL 1.3 -Summary: Commands for MatematicaC3 textbooks -Version: svn29698.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(matc3.sty) = %{tl_version} - -%description matc3 -matc3 package - -date: 2013-04-06 15:08:23 +0200 - -%post matc3 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun matc3 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans matc3 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package matc3-doc -Summary: Documentation for matc3 -Version: svn29698.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-matc3-doc -BuildArch: noarch -AutoReqProv: No - -%description matc3-doc -Documentation for matc3 - -%package matc3mem -Provides: tex-matc3mem = %{tl_version} -License: LPPL 1.3 -Summary: Class for MatematicaC3 textbooks -Version: svn29699.1.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsthm.sty) -Requires: tex(xcolor.sty) -Requires: tex(shadethm.sty) -Provides: tex(matc3mem.cls) = %{tl_version} - -%description matc3mem -The class is a development of memoir, with additions -(specifically, mathematical extensions) that provide support -for writing Matematica C3 books. - -date: 2013-04-06 15:08:23 +0200 - -%post matc3mem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun matc3mem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans matc3mem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package matc3mem-doc -Summary: Documentation for matc3mem -Version: svn29699.1.0.1 -Release: %{tl_noarch_release} -Provides: tex-matc3mem-doc -BuildArch: noarch -AutoReqProv: No - -%description matc3mem-doc -Documentation for matc3mem - -%package mentis -Provides: tex-mentis = %{tl_version} -License: LPPL -Summary: A basis for books to be published by Mentis publishers -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(xspace.sty) -Requires: tex(textcomp.sty) -Requires: tex(scrpage2.sty) -Requires: tex(jurabib.sty) -Requires: tex(makeidx.sty) -Requires: tex(relsize.sty) -Requires: tex(microtype.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(geometry.sty) -Provides: tex(mentis.cls) = %{tl_version} - -%description mentis -This LaTeX class loads scrbook and provides changes necessary -for publishing at Mentis publishers in Paderborn, Germany. It -is not an official Mentis class, merely one developed by an -author in close co-operation with Mentis. - -date: 2007-01-09 22:36:10 +0100 - -%post mentis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mentis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mentis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mentis-doc -Summary: Documentation for mentis -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-mentis-doc -BuildArch: noarch -AutoReqProv: No - -%description mentis-doc -Documentation for mentis - -%package msu-thesis -Provides: tex-msu-thesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for Michigan State University Master's and PhD theses -Version: svn28422.2.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(pdflscape.sty) -Requires: tex(tikz.sty) -Provides: tex(gb4e-compat.tex) = %{tl_version} -Provides: tex(msu-thesis.cls) = %{tl_version} - -%description msu-thesis -This is a class file for producing dissertations and theses -according to the Michigan State University Graduate School -Guidelines for Electronic Submission of Master's Theses and -Dissertations (2010). The class is based on the memoir document -class, and thefore inherits all of the functionality of that -class. - -date: 2012-12-02 13:05:20 +0100 - -%post msu-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun msu-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans msu-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package msu-thesis-doc -Summary: Documentation for msu-thesis -Version: svn28422.2.3 -Release: %{tl_noarch_release} -Provides: tex-msu-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description msu-thesis-doc -Documentation for msu-thesis - -%package musuos -Provides: tex-musuos = %{tl_version} -License: LPPL -Summary: Typeset papers for the department of music, Osnabruck -Version: svn24857.1.1c -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Requires: tex(geometry.sty) -Requires: tex(titletoc.sty) -Requires: tex(csquotes.sty) -Requires: tex(xspace.sty) -Requires: tex(verse.sty) -Provides: tex(musuos.cls) = %{tl_version} - -%description musuos -The package provides a LaTeX class for typesetting term papers -at the institute of music and musicology of the University of -Osnabruck, Germany, according to the specifications of Prof. -Stefan Hahnheide. A biblatex style is provided. - -date: 2011-12-07 16:44:29 +0100 - -%post musuos -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun musuos -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans musuos -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package musuos-doc -Summary: Documentation for musuos -Version: svn24857.1.1c -Release: %{tl_noarch_release} -Provides: tex-musuos-doc -BuildArch: noarch -AutoReqProv: No - -%description musuos-doc -Documentation for musuos - -%package muthesis -Provides: tex-muthesis = %{tl_version} -License: LPPL -Summary: Classes for University of Manchester Dept of Computer Science -Version: svn23861.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Provides: tex(muthesis.cls) = %{tl_version} -Provides: tex(third-rep.cls) = %{tl_version} - -%description muthesis -The bundle provides thesis and project report document classes -from the University of Manchester's Department of Computer -Science. - -date: 2011-08-26 08:26:07 +0200 - -%post muthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun muthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans muthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package muthesis-doc -Summary: Documentation for muthesis -Version: svn23861.0 -Release: %{tl_noarch_release} -Provides: tex-muthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description muthesis-doc -Documentation for muthesis - -%package nddiss -Provides: tex-nddiss = %{tl_version} -License: LPPL -Summary: Notre Dame Dissertation format class -Version: svn29349.3.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(exscale.sty) -Requires: tex(ifpdf.sty) -Requires: tex(longtable.sty) -Requires: tex(xspace.sty) -Requires: tex(indentfirst.sty) -Requires: tex(tabularx.sty) -Requires: tex(enumerate.sty) -Requires: tex(latexsym.sty) -Requires: tex(showkeys.sty) -Requires: tex(epsfig.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(natbib.sty) -Requires: tex(hypernat.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(float.sty) -Requires: tex(lscape.sty) -Requires: tex(booktabs.sty) -Requires: tex(rotating.sty) -Requires: tex(url.sty) -Requires: tex(setspace.sty) -Provides: tex(nddiss2e.cls) = %{tl_version} - -%description nddiss -This class file conforms to the requirements of the Graduate -School of the University of Notre Dame; with it a user can -format a thesis or dissertation in LaTeX. - -date: 2012-07-17 16:43:33 +0200 - -%post nddiss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nddiss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nddiss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nddiss-doc -Summary: Documentation for nddiss -Version: svn29349.3.0 -Release: %{tl_noarch_release} -Provides: tex-nddiss-doc -BuildArch: noarch -AutoReqProv: No - -%description nddiss-doc -Documentation for nddiss - -%package nih -Provides: tex-nih = %{tl_version} -License: LPPL -Summary: A class for NIH grant applications -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(helvet.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(amsmath.sty) -Provides: tex(denselists.sty) = %{tl_version} -Provides: tex(nih.cls) = %{tl_version} - -%description nih -The nih class offers support for grant applications to NIH, the -National Institutes of Health, a US government agency. The -example-* files provide a template for using nih.cls and -submitting the biographical sketches the NIH wants. They -(potentially) use denselists package, which just reduces list -spacing; the package is distributed with the class, but is not -part of the class proper. (The examples may be distributed -without even the restrictions of the LaTeX licence.) - -date: 2007-03-10 12:31:42 +0100 - -%post nih -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nih -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nih -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nih-doc -Summary: Documentation for nih -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-nih-doc -BuildArch: noarch -AutoReqProv: No - -%description nih-doc -Documentation for nih - -%package nostarch -Provides: tex-nostarch = %{tl_version} -License: LPPL -Summary: LaTeX class for No Starch Press -Version: svn15878.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(booktabs.sty) -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(caption.sty) -Requires: tex(makeidx.sty) -Requires: tex(upquote.sty) -Requires: tex(ragged2e.sty) -Requires: tex(hyperref.sty) -Provides: tex(nostarch.cls) = %{tl_version} -Provides: tex(nshyper.sty) = %{tl_version} - -%description nostarch -The package provides the "official" LaTeX style for No Starch -Press. Provided are a a class, a package for interfacing to -hyperref and an index style file. The style serves both for -printed and for electronic books. - -date: 2008-08-22 17:15:44 +0200 - -%post nostarch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nostarch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nostarch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nostarch-doc -Summary: Documentation for nostarch -Version: svn15878.1.3 -Release: %{tl_noarch_release} -Provides: tex-nostarch-doc -BuildArch: noarch -AutoReqProv: No - -%description nostarch-doc -Documentation for nostarch - -%package nrc -Provides: tex-nrc = %{tl_version} -License: LPPL -Summary: Class for the NRC technical journals -Version: svn29027.2.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(multicol.sty) -Provides: tex(nrc1.cls) = %{tl_version} -Provides: tex(nrc1.sty) = %{tl_version} -Provides: tex(nrc2.cls) = %{tl_version} -Provides: tex(nrc2.sty) = %{tl_version} - -%description nrc -Macros, and some documentation, for typesetting papers for -submission to journals published by the National Research -Council Research Press. At present, only nrc2.cls (for two- -column layout) should be used. - -date: 2012-11-05 18:31:34 +0100 - -%post nrc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nrc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nrc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nrc-doc -Summary: Documentation for nrc -Version: svn29027.2.01 -Release: %{tl_noarch_release} -Provides: tex-nrc-doc -BuildArch: noarch -AutoReqProv: No - -%description nrc-doc -Documentation for nrc - -%package onrannual -Provides: tex-onrannual = %{tl_version} -License: LPPL 1.3 -Summary: Class for Office of Naval Research Ocean Battlespace Sensing annual report -Version: svn17474.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mathptmx.sty) -Requires: tex(geometry.sty) -Requires: tex(authblk.sty) -Requires: tex(parskip.sty) -Requires: tex(caption.sty) -Requires: tex(hyperref.sty) -Provides: tex(onrannual.cls) = %{tl_version} - -%description onrannual -This is an unofficial document class for writing ONR annual -reports using LaTeX; as ONR has had numerous problems with -LaTeX-generated PDF submissions in the past. A skeleton -document (and its PDF output) are included. - -date: 2010-03-20 01:12:30 +0100 - -%post onrannual -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun onrannual -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans onrannual -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package onrannual-doc -Summary: Documentation for onrannual -Version: svn17474.1.1 -Release: %{tl_noarch_release} -Provides: tex-onrannual-doc -BuildArch: noarch -AutoReqProv: No - -%description onrannual-doc -Documentation for onrannual - -%package opteng -Provides: tex-opteng = %{tl_version} -License: LPPL -Summary: SPIE Optical Engineering and OE Letters manuscript template -Version: svn27331.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(opteng.sty) = %{tl_version} - -%description opteng -With this template, and associated style and LaTeX packages, it -is possible to estimate the page length of manuscripts for -submission to the SPIE journals 'Optical Engineering' and -'Optical Engineering Letters'. With a strict three-page limit, -this is particularly important for the latter. The template -gives simple instructions on how to prepare the manuscript. - -date: 2012-06-16 14:32:26 +0200 - -%post opteng -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun opteng -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans opteng -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package opteng-doc -Summary: Documentation for opteng -Version: svn27331.1.0 -Release: %{tl_noarch_release} -Provides: tex-opteng-doc -BuildArch: noarch -AutoReqProv: No - -%description opteng-doc -Documentation for opteng - -%package philosophersimprint -Provides: tex-philosophersimprint = %{tl_version} -License: LPPL -Summary: Typesetting articles for "Philosophers' Imprint" -Version: svn28845.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(mathpazo.sty) -Requires: tex(courier.sty) -Requires: tex(helvet.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(microtype.sty) -Requires: tex(trajan.sty) -Provides: tex(philosophersimprint.cls) = %{tl_version} - -%description philosophersimprint -In its mission statement we read "Philosophers' Imprint is a -refereed series of original papers in philosophy, edited by -philosophy faculty at the University of Michigan, with the -advice of an international Board of Editors, and published on -the World Wide Web by the University of Michigan Digital -Library. The mission of the Imprint is to promote a future in -which funds currently spent on journal subscriptions are -redirected to the dissemination of scholarship for free, via -the Internet". The class helps authors to typeset their own -articles in "Web-ready" format. No assumption is made about the -fonts available to the author: the class itself is restricted -to freely available and freely distributed fonts, only. - -date: 2013-01-15 09:51:57 +0100 - -%post philosophersimprint -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun philosophersimprint -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans philosophersimprint -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package philosophersimprint-doc -Summary: Documentation for philosophersimprint -Version: svn28845.1.3 -Release: %{tl_noarch_release} -Provides: tex-philosophersimprint-doc -BuildArch: noarch -AutoReqProv: No - -%description philosophersimprint-doc -Documentation for philosophersimprint - -%package pkuthss -Provides: tex-pkuthss = %{tl_version} -License: Freely redistributable without restriction -Summary: LaTeX template for dissertations in Peking University -Version: svn29580.1.4rc2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(CJKspace.sty) -Requires: tex(setspace.sty) -Requires: tex(footmisc.sty) -Requires: tex(enumitem.sty) -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Provides: tex(pkuthss-extra.sty) = %{tl_version} -Provides: tex(pkuthss-gbk.def) = %{tl_version} -Provides: tex(pkuthss-utf8.def) = %{tl_version} -Provides: tex(pkuthss.cls) = %{tl_version} - -%description pkuthss -The package provides a simple, clear and flexible LaTeX -template for dissertations in Peking University. - -date: 2013-03-29 23:43:42 +0100 - -%post pkuthss -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pkuthss -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pkuthss -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pkuthss-doc -Summary: Documentation for pkuthss -Version: svn29580.1.4rc2 -Release: %{tl_noarch_release} -Provides: tex-pkuthss-doc -BuildArch: noarch -AutoReqProv: No - -%description pkuthss-doc -Documentation for pkuthss - -%package powerdot-FUBerlin -Provides: tex-powerdot-FUBerlin = %{tl_version} -License: LPPL -Summary: Powerdot, using the style of FU Berlin -Version: svn15878.0.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(pifont.sty) -Requires: tex(breakurl.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(tabularx.sty) -Requires: tex(helvet.sty) -Requires: tex(ragged2e.sty) -Provides: tex(FUpowerdot.cls) = %{tl_version} -Provides: tex(powerdot-BerlinFU.sty) = %{tl_version} - -%description powerdot-FUBerlin -The bundle provides a powerdot-derived class and a package for -use with powerdot to provide the corporate design of the Free -University in Berlin. Users may use the class itself -(FUpowerdot) or use the package in the usual way with -\style=BerlinFU as a class option. Examples of using both the -class and the package are provided; the PDF is visually -identical, so the catalogue only lists one; the sources of the -examples do of course differ. - -date: 2009-07-30 21:57:53 +0200 - -%post powerdot-FUBerlin -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun powerdot-FUBerlin -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans powerdot-FUBerlin -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package powerdot-FUBerlin-doc -Summary: Documentation for powerdot-FUBerlin -Version: svn15878.0.01 -Release: %{tl_noarch_release} -Provides: tex-powerdot-FUBerlin-doc -BuildArch: noarch -AutoReqProv: No - -%description powerdot-FUBerlin-doc -Documentation for powerdot-FUBerlin - -%package pracjourn -Provides: tex-pracjourn = %{tl_version} -License: GPL+ -Summary: Typeset articles for PracTeX -Version: svn15878.0.4n -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lmodern.sty) -Requires: tex(mathpazo.sty) -Requires: tex(microtype.sty) -Requires: tex(textcomp.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Provides: tex(pracjourn.cls) = %{tl_version} - -%description pracjourn -The pracjourn class is used for typesetting articles in the -PracTeX Journal. It is based on the article class with -modifications to allow for more flexible front-matter and -revision control, among other small changes. - -date: 2008-11-30 13:31:17 +0100 - -%post pracjourn -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pracjourn -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pracjourn -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pracjourn-doc -Summary: Documentation for pracjourn -Version: svn15878.0.4n -Release: %{tl_noarch_release} -Provides: tex-pracjourn-doc -BuildArch: noarch -AutoReqProv: No - -%description pracjourn-doc -Documentation for pracjourn - -%package procIAGssymp -Provides: tex-procIAGssymp = %{tl_version} -License: LPPL -Summary: Macros for IAG symposium papers -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(procIAGssymp.sty) = %{tl_version} - -%description procIAGssymp -This package provides (re-)definitions of some LaTeX commands -that can be useful for the preparation of a paper with the -style of the proceeding of symposia sponsored by the -'International Association of Geodesy (IAG)' published by -Springer-Verlag. - -date: 2007-01-06 21:10:04 +0100 - -%post procIAGssymp -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun procIAGssymp -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans procIAGssymp -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package procIAGssymp-doc -Summary: Documentation for procIAGssymp -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-procIAGssymp-doc -BuildArch: noarch -AutoReqProv: No - -%description procIAGssymp-doc -Documentation for procIAGssymp - -%package proposal -Provides: tex-proposal = %{tl_version} -License: LPPL -Summary: A class for preparing proposals -Version: svn29174.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(workaddress.sty) -Requires: tex(eurosym.sty) -Requires: tex(xspace.sty) -Requires: tex(amssymb.sty) -Requires: tex(url.sty) -Requires: tex(graphicx.sty) -Requires: tex(colortbl.sty) -Requires: tex(xcolor.sty) -Requires: tex(rotating.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(array.sty) -Requires: tex(comment.sty) -Requires: tex(tikz.sty) -Requires: tex(paralist.sty) -Requires: tex(a4wide.sty) -Requires: tex(boxedminipage.sty) -Requires: tex(helvet.sty) -Requires: tex(textcomp.sty) -Requires: tex(biblatex.sty) -Requires: tex(csquotes.sty) -Requires: tex(mdframed.sty) -Requires: tex(hyperref.sty) -Requires: tex(ed.sty) -Requires: tex(svninfo.sty) -Requires: tex(babel.sty) -Requires: tex(longtable.sty) -Requires: tex(wrapfig.sty) -Provides: tex(pdata.sty) = %{tl_version} -Provides: tex(proposal.cls) = %{tl_version} -Provides: tex(reporting.cls) = %{tl_version} -Provides: tex(reporting.sty) = %{tl_version} -Provides: tex(dfgpdata.sty) = %{tl_version} -Provides: tex(dfgproposal.cls) = %{tl_version} -Provides: tex(dfgreporting.cls) = %{tl_version} -Provides: tex(dfgreporting.sty) = %{tl_version} -Provides: tex(eupdata.sty) = %{tl_version} -Provides: tex(eudata.sty) = %{tl_version} -Provides: tex(euproposal.cls) = %{tl_version} -Provides: tex(eureporting.cls) = %{tl_version} -Provides: tex(eureporting.sty) = %{tl_version} - -%description proposal -The process of preparing a collaborative proposal, to a major -funding body, involves integration of contributions of a many -people at many sites. It is therefore an ideal application for -a text-based document preparation system such as LaTeX, in -concert with a distributed version control system such as SVN. -The proposal class itself provides a basis for such an -enterprise. The dfgproposal and dfgproposal classes provide two -specialisations of the base class for (respectively) German and -European research proposals. The packages depend on the -author's stex bundle. - -date: 2013-02-19 13:34:37 +0100 - -%post proposal -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun proposal -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans proposal -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package proposal-doc -Summary: Documentation for proposal -Version: svn29174.0 -Release: %{tl_noarch_release} -Provides: tex-proposal-doc -BuildArch: noarch -AutoReqProv: No - -%description proposal-doc -Documentation for proposal - -%package ptptex -Provides: tex-ptptex = %{tl_version} -License: LPPL -Summary: Macros for 'Progress of Theoretical Physics' -Version: svn19440.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(overcite.sty) -Requires: tex(wrapfig.sty) -Provides: tex(ptp-prep.clo) = %{tl_version} -Provides: tex(ptptex.cls) = %{tl_version} -Provides: tex(wrapft.sty) = %{tl_version} - -%description ptptex -The distribution contains the class (which offers an option -file for preprints), and a template. The class requires the -cite, overcite and wrapfig packages. - -date: 2008-11-22 15:14:22 +0100 - -%post ptptex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ptptex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ptptex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ptptex-doc -Summary: Documentation for ptptex -Version: svn19440.0.91 -Release: %{tl_noarch_release} -Provides: tex-ptptex-doc -BuildArch: noarch -AutoReqProv: No - -%description ptptex-doc -Documentation for ptptex - -%package psu-thesis -Provides: tex-psu-thesis = %{tl_version} -License: LPPL -Summary: Package for writing a thesis at Penn State University -Version: svn15878.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Provides: tex(psu-thesis.sty) = %{tl_version} - -%description psu-thesis -The package provides proper page formatting according to the -Penn State thesis office guidelines (as of 2004) and -automatically formats the front and back matter, title page, -and more. A BibTeX style file is also included for the -bibliography. - -date: 2008-09-20 13:36:26 +0200 - -%post psu-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun psu-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans psu-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package psu-thesis-doc -Summary: Documentation for psu-thesis -Version: svn15878.1.1 -Release: %{tl_noarch_release} -Provides: tex-psu-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description psu-thesis-doc -Documentation for psu-thesis - -%package resphilosophica -Provides: tex-resphilosophica = %{tl_version} -License: LPPL 1.3 -Summary: Typeset articles for the journal Res Philosophica -Version: svn28799.1.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(microtype.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xcolor.sty) -Requires: tex(lastpage.sty) -Requires: tex(footmisc.sty) -Requires: tex(hyperref.sty) -Requires: tex(mathdesign.sty) -Requires: tex(natbib.sty) -Provides: tex(resphilosophica.cls) = %{tl_version} - -%description resphilosophica -Th bundle provides a class for typesetting articles for the -journal Res Philosophica. Development was commissioned by Saint -Louis University. - -date: 2013-01-10 19:11:35 +0100 - -%post resphilosophica -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun resphilosophica -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans resphilosophica -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package resphilosophica-doc -Summary: Documentation for resphilosophica -Version: svn28799.1.11 -Release: %{tl_noarch_release} -Provides: tex-resphilosophica-doc -BuildArch: noarch -AutoReqProv: No - -%description resphilosophica-doc -Documentation for resphilosophica - -%package resumecls -Provides: tex-resumecls = %{tl_version} -License: LPPL 1.3 -Summary: Typeset a resumee in both Chinese and English -Version: svn29417.0.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(hyperref.sty) -Requires: tex(ctex.sty) -Requires: tex(tabularx.sty) -Requires: tex(color.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(natbib.sty) -Provides: tex(resumecls.cls) = %{tl_version} - -%description resumecls -The class provides a simple resumee structure that works, -natively, with both Chinese and English text. - -date: 2013-03-17 10:58:10 +0100 - -%post resumecls -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun resumecls -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans resumecls -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package resumecls-doc -Summary: Documentation for resumecls -Version: svn29417.0.2.1 -Release: %{tl_noarch_release} -Provides: tex-resumecls-doc -BuildArch: noarch -AutoReqProv: No - -%description resumecls-doc -Documentation for resumecls - -%package revtex -Provides: tex-revtex = %{tl_version} -License: LPPL 1.3 -Summary: Styles for various Physics Journals -Version: svn19652.4.1r -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(shortvrb.sty) -Requires: tex(textcase.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(lineno.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Provides: tex(ltxdocext.sty) = %{tl_version} -Provides: tex(ltxfront.sty) = %{tl_version} -Provides: tex(ltxgrid.sty) = %{tl_version} -Provides: tex(ltxutil.sty) = %{tl_version} -Provides: tex(reftest4-1.tex) = %{tl_version} -Provides: tex(revsymb4-1.sty) = %{tl_version} -Provides: tex(revtex4-1.cls) = %{tl_version} - -%description revtex -Includes styles for American Physical Society, American -Institute of Physics, and Optical Society of America. The -distribution consists of the RevTeX class itself, and several -support packages. - -date: 2010-08-12 13:35:15 +0200 - -%post revtex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun revtex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans revtex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package revtex-doc -Summary: Documentation for revtex -Version: svn19652.4.1r -Release: %{tl_noarch_release} -Provides: tex-revtex-doc -BuildArch: noarch -AutoReqProv: No - -%description revtex-doc -Documentation for revtex - -%package revtex4 -Provides: tex-revtex4 = %{tl_version} -License: LPPL -Summary: revtex4 package -Version: svn16488.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Provides: tex(docs.sty) = %{tl_version} -Provides: tex(revsymb.sty) = %{tl_version} -Provides: tex(revtex4.cls) = %{tl_version} -Provides: tex(textcase.sty) = %{tl_version} - -%description revtex4 -revtex4 package - -%post revtex4 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun revtex4 -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans revtex4 -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package revtex4-doc -Summary: Documentation for revtex4 -Version: svn16488.0 -Release: %{tl_noarch_release} -Provides: tex-revtex4-doc -BuildArch: noarch -AutoReqProv: No - -%description revtex4-doc -Documentation for revtex4 - -%package ryethesis -Provides: tex-ryethesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for Ryerson Unversity Graduate School requirements -Version: svn21316.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(setspace.sty) -Requires: tex(vmargin.sty) -Requires: tex(float.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(glossaries.sty) -Requires: tex(makeidx.sty) -Requires: tex(multicol.sty) -Requires: tex(nomencl.sty) -Provides: tex(ryethesis.cls) = %{tl_version} - -%description ryethesis -The class offers support for formatting a thesis, dissertation -or project according to Ryerson University's School of Graduate -Studies thesis formatting regulations. - -date: 2011-02-05 10:59:30 +0100 - -%post ryethesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ryethesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ryethesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ryethesis-doc -Summary: Documentation for ryethesis -Version: svn21316.1.3 -Release: %{tl_noarch_release} -Provides: tex-ryethesis-doc -BuildArch: noarch -AutoReqProv: No - -%description ryethesis-doc -Documentation for ryethesis - -%package sageep -Provides: tex-sageep = %{tl_version} -License: LPPL -Summary: Format papers for the annual meeting of EEGS -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(indentfirst.sty) -Requires: tex(caption.sty) -Requires: tex(natbib.sty) -Provides: tex(sageep.cls) = %{tl_version} - -%description sageep -The class provides formatting for papers for the annual meeting -of the Environmental and Engineering Geophysical Society (EEGS) -("Application of Geophysics to Engineering and Environmental -Problems", known as SAGEEP). - -date: 2009-01-23 11:09:06 +0100 - -%post sageep -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sageep -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sageep -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sageep-doc -Summary: Documentation for sageep -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-sageep-doc -BuildArch: noarch -AutoReqProv: No - -%description sageep-doc -Documentation for sageep - -%package sapthesis -Provides: tex-sapthesis = %{tl_version} -License: LPPL 1.3 -Summary: Typeset theses for Sapienza-University, Rome -Version: svn28345.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xltxtra.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(lmodern.sty) -Requires: tex(caption.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(booktabs.sty) -Requires: tex(amsmath.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(sapthesis.cls) = %{tl_version} - -%description sapthesis -The class will typeset Ph.D., Master, and Bachelor theses that -adhere to the publishing guidelines of the Sapienza-University -of Rome. - -date: 2012-11-23 11:17:42 +0100 - -%post sapthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sapthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sapthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sapthesis-doc -Summary: Documentation for sapthesis -Version: svn28345.3.2 -Release: %{tl_noarch_release} -Provides: tex-sapthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description sapthesis-doc -Documentation for sapthesis - -%package scrjrnl -Provides: tex-scrjrnl = %{tl_version} -License: LPPL 1.3 -Summary: Typeset diaries or journals -Version: svn27810.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(titlesec.sty) -Requires: tex(datetime.sty) -Requires: tex(fancytabs.sty) -Provides: tex(scrjrnl.cls) = %{tl_version} - -%description scrjrnl -A class, based on scrbook, designed for typesetting diaries, -journals or devotionals. - -date: 2012-09-24 22:53:58 +0200 - -%post scrjrnl -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun scrjrnl -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans scrjrnl -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package scrjrnl-doc -Summary: Documentation for scrjrnl -Version: svn27810.0.1 -Release: %{tl_noarch_release} -Provides: tex-scrjrnl-doc -BuildArch: noarch -AutoReqProv: No - -%description scrjrnl-doc -Documentation for scrjrnl - -%package seuthesis -Provides: tex-seuthesis = %{tl_version} -License: GPLv3+ -Summary: LaTeX template for theses at Southeastern University -Version: svn29349.2.0.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(doc.sty) -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(indentfirst.sty) -Requires: tex(makeidx.sty) -Requires: tex(tocbibind.sty) -Requires: tex(natbib.sty) -Requires: tex(array.sty) -Requires: tex(caption.sty) -Requires: tex(paralist.sty) -Requires: tex(xeCJK.sty) -Requires: tex(hyperref.sty) -Requires: tex(CJKnumb.sty) -Requires: tex(geometry.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Provides: tex(seuthesis-gbk.cfg) = %{tl_version} -Provides: tex(seuthesis-utf8.cfg) = %{tl_version} -Provides: tex(seuthesis.cls) = %{tl_version} - -%description seuthesis -This template is for theses at Southeastern University, -Nanjing, China. - -date: 2012-02-09 21:58:23 +0100 - -%post seuthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun seuthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans seuthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package seuthesis-doc -Summary: Documentation for seuthesis -Version: svn29349.2.0.0 -Release: %{tl_noarch_release} -Provides: tex-seuthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description seuthesis-doc -Documentation for seuthesis - -%package soton -Provides: tex-soton = %{tl_version} -License: LPPL -Summary: University of Southampton-compliant slides -Version: svn16215.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Provides: tex(soton-beamer.sty) = %{tl_version} -Provides: tex(soton-palette.sty) = %{tl_version} - -%description soton -The bundle contains two packages: soton-palette which defines -colour-ways, and soton-beamer, which uses the colours to -produce compliant presentations. - -date: 2009-11-28 09:57:52 +0100 - -%post soton -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun soton -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans soton -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package soton-doc -Summary: Documentation for soton -Version: svn16215.0.1 -Release: %{tl_noarch_release} -Provides: tex-soton-doc -BuildArch: noarch -AutoReqProv: No - -%description soton-doc -Documentation for soton - -%package spie -Provides: tex-spie = %{tl_version} -License: LPPL -Summary: Support for formatting SPIE Proceedings manuscripts -Version: svn15878.3.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(cite.sty) -Provides: tex(spie.cls) = %{tl_version} - -%description spie -A class and a BibTeX style are provided. - -date: 2007-04-25 15:28:03 +0200 - -%post spie -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun spie -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans spie -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package spie-doc -Summary: Documentation for spie -Version: svn15878.3.25 -Release: %{tl_noarch_release} -Provides: tex-spie-doc -BuildArch: noarch -AutoReqProv: No - -%description spie-doc -Documentation for spie - -%package stellenbosch -Provides: tex-stellenbosch = %{tl_version} -License: LPPL -Summary: Stellenbosch thesis bundle -Version: svn25486.10 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(natbib.sty) -Requires: tex(calc.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Provides: tex(usbib.sty) = %{tl_version} -Provides: tex(usnomencl.sty) = %{tl_version} -Provides: tex(ussummary.sty) = %{tl_version} -Provides: tex(usthesis.cls) = %{tl_version} -Provides: tex(usthesis.sty) = %{tl_version} -Provides: tex(ustitle.sty) = %{tl_version} - -%description stellenbosch -The usthesis class/style files are provided to typeset reports, -theses and dissertations that conform to the requirements of -the Engineering Faculty of the University of Stellenbosch. The -class file usthesis.cls is based on the standard LaTeX book -class, while usthesis.sty is a style file to be loaded on top -of the very powerful memoir class. Both options give identical -output, but the benefit of the using memoir is that it has many -additional command and environments for formatting and -processing of a document. Usthesis is primarily concerned with -the formatting of the front matter such as the title page, -abstract, etc. and a decent page layout on A4 paper. It also -works together with the babel package to provide language -options to typeset documents in Afrikaans or in English. -Additional packages are provided for bibliographic matter, note -title pages, lists of symbols, as well as various graphic files -for logos. - -date: 2012-02-23 16:44:15 +0100 - -%post stellenbosch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun stellenbosch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans stellenbosch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package stellenbosch-doc -Summary: Documentation for stellenbosch -Version: svn25486.10 -Release: %{tl_noarch_release} -Provides: tex-stellenbosch-doc -BuildArch: noarch -AutoReqProv: No - -%description stellenbosch-doc -Documentation for stellenbosch - -%package suftesi -Provides: tex-suftesi = %{tl_version} -License: LPPL -Summary: A document class for typesetting theses, books and articles -Version: svn29484.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(enumitem.sty) -Requires: tex(caption.sty) -Requires: tex(expl3.sty) -Requires: tex(l3regex.sty) -Requires: tex(color.sty) -Requires: tex(multicol.sty) -Requires: tex(emptypage.sty) -Requires: tex(textcase.sty) -Requires: tex(ifxetex.sty) -Requires: tex(microtype.sty) -Requires: tex(cclicenses.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(mathpazo.sty) -Requires: tex(beramono.sty) -Requires: tex(crop.sty) -Requires: tex(titlesec.sty) -Requires: tex(extramarks.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titletoc.sty) -Requires: tex(fixltxhyph.sty) -Provides: tex(suftesi.cls) = %{tl_version} - -%description suftesi -The class is specifically designed for use with theses in the -humanities. - -date: 2013-03-23 11:50:30 +0100 - -%post suftesi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun suftesi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans suftesi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package suftesi-doc -Summary: Documentation for suftesi -Version: svn29484.1.5 -Release: %{tl_noarch_release} -Provides: tex-suftesi-doc -BuildArch: noarch -AutoReqProv: No - -%description suftesi-doc -Documentation for suftesi - -%package sugconf -Provides: tex-sugconf = %{tl_version} -License: LPPL -Summary: SAS(R) user group conference proceedings document class -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sugconf.cls) = %{tl_version} - -%description sugconf -The class may be used to typeset articles to be published in -the proceedings of SAS(R) User group conferences and workshops. -The layout produced by the class is based on that published by -SAS Institute (2006). - -date: 2008-04-16 11:52:05 +0200 - -%post sugconf -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sugconf -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sugconf -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sugconf-doc -Summary: Documentation for sugconf -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-sugconf-doc -BuildArch: noarch -AutoReqProv: No - -%description sugconf-doc -Documentation for sugconf - -%package tabriz-thesis -Provides: tex-tabriz-thesis = %{tl_version} -License: LPPL 1.3 -Summary: A template for the University of Tabriz -Version: svn29421.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(framed.sty) -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(makeidx.sty) -Requires: tex(hyperref.sty) -Provides: tex(tabriz-thesis.cls) = %{tl_version} - -%description tabriz-thesis -The package offers a document class for typesetting theses and -dissertations at the University of Tabriz. - -date: 2013-03-17 16:41:59 +0100 - -%post tabriz-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tabriz-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tabriz-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tabriz-thesis-doc -Summary: Documentation for tabriz-thesis -Version: svn29421.1.1 -Release: %{tl_noarch_release} -Provides: tex-tabriz-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description tabriz-thesis-doc -Documentation for tabriz-thesis - -%package texilikechaps -Provides: tex-texilikechaps = %{tl_version} -License: LPPL -Summary: Format chapters with a texi-like format -Version: svn28553.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texilikechaps.sty) = %{tl_version} - -%description texilikechaps -The package enables the user to reduce the size of the rather -large chapter headings in standard classes into a texi-like -smaller format. Details of the format may be controlled with -internal commands. - -date: 2012-12-16 19:31:26 +0100 - -%post texilikechaps -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texilikechaps -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texilikechaps -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texilikecover -Provides: tex-texilikecover = %{tl_version} -License: LPPL -Summary: A cover-page package, like TeXinfo -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texilikecover.sty) = %{tl_version} - -%description texilikecover -The package creates document cover pages, like those that -TeXinfo produces. - -date: 2008-08-24 10:50:19 +0200 - -%post texilikecover -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texilikecover -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texilikecover -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thesis-titlepage-fhac -Provides: tex-thesis-titlepage-fhac = %{tl_version} -License: LPPL -Summary: Little style to create a standard titlepage for diploma thesis -Version: svn15878.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(figbib.sty) -Requires: tex(gloss.sty) -Provides: tex(fhACtitlepage.cfg) = %{tl_version} -Provides: tex(fhACtitlepage.sty) = %{tl_version} -Provides: tex(figbib_add.sty) = %{tl_version} -Provides: tex(gloss_add.sty) = %{tl_version} - -%description thesis-titlepage-fhac -Yet another thesis titlepage style: support of Fachhochschule -Aachen (Standort Juelich) - -date: 2007-03-12 14:32:12 +0100 - -%post thesis-titlepage-fhac -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thesis-titlepage-fhac -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thesis-titlepage-fhac -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thesis-titlepage-fhac-doc -Summary: Documentation for thesis-titlepage-fhac -Version: svn15878.0.1 -Release: %{tl_noarch_release} -Provides: tex-thesis-titlepage-fhac-doc -BuildArch: noarch -AutoReqProv: No - -%description thesis-titlepage-fhac-doc -Documentation for thesis-titlepage-fhac - -%package thuthesis -Provides: tex-thuthesis = %{tl_version} -License: LPPL -Summary: Thesis template for Tsinghua University -Version: svn24361.4.5.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(txfonts.sty) -Requires: tex(graphicx.sty) -Requires: tex(subfig.sty) -Requires: tex(indentfirst.sty) -Requires: tex(paralist.sty) -Requires: tex(mathptmx.sty) -Requires: tex(xltxtra.sty) -Requires: tex(xeCJK.sty) -Requires: tex(CJKutf8.sty) -Requires: tex(CJKnumb.sty) -Requires: tex(CJKpunct.sty) -Requires: tex(CJKspace.sty) -Requires: tex(ntheorem.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(booktabs.sty) -Requires: tex(natbib.sty) -Requires: tex(hyperref.sty) -Requires: tex(breakurl.sty) -Requires: tex(hypernat.sty) -Requires: tex(multirow.sty) -Requires: tex(tabularx.sty) -Requires: tex(float.sty) -Provides: tex(thuthesis.cfg) = %{tl_version} -Provides: tex(thuthesis.cls) = %{tl_version} -Provides: tex(thutils.sty) = %{tl_version} - -%description thuthesis -ThuThesis is a LaTeX thesis template package for Tsinghua -University in order to make it easy to write theses for either -bachelor's, master's or doctor's degree. - -date: 2009-03-02 15:13:08 +0100 - -%post thuthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun thuthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans thuthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package thuthesis-doc -Summary: Documentation for thuthesis -Version: svn24361.4.5.1 -Release: %{tl_noarch_release} -Provides: tex-thuthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description thuthesis-doc -Documentation for thuthesis - -%package toptesi -Provides: tex-toptesi = %{tl_version} -License: LPPL 1.3 -Summary: Bundle of files for typsetting theses -Version: svn29550.5.71 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(textcomp.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontspec.sty) -Requires: tex(polyglossia.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(pdfx.sty) -Requires: tex(hyperref.sty) -Provides: tex(topcoman.sty) = %{tl_version} -Provides: tex(topfront.sty) = %{tl_version} -Provides: tex(toptesi.cfg) = %{tl_version} -Provides: tex(toptesi.cls) = %{tl_version} -Provides: tex(toptesi.sty) = %{tl_version} - -%description toptesi -This bundle contains everything is needed for typesetting a -bachelor, master or PhD thesis in Italian (or in any other -language supported by LaTeX: the bundle is constructed to -support multilingual use). The infix strings may be selected -and specified at will by means of a configuration file, so as -to customize the layout of the front page to the requirements -of a specific university. Thanks to its language management, -the bundle is suited for multilanguage theses that are becoming -more and more frequent thanks to the double degree programs of -the European Community Socrates programs. Toptesi is designed -to save the PDF version of a thesis in PDF/A-1b compliant mode -and with all the necessary metadata. - -date: 2013-03-28 10:14:09 +0100 - -%post toptesi -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun toptesi -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans toptesi -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package toptesi-doc -Summary: Documentation for toptesi -Version: svn29550.5.71 -Release: %{tl_noarch_release} -Provides: tex-toptesi-doc -BuildArch: noarch -AutoReqProv: No - -%description toptesi-doc -Documentation for toptesi - -%package tugboat -Provides: tex-tugboat = %{tl_version} -License: LPPL -Summary: LaTeX macros for TUGboat articles -Version: svn29003.2.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mflogo.sty) -Provides: tex(ltugboat.cls) = %{tl_version} -Provides: tex(ltugboat.sty) = %{tl_version} -Provides: tex(ltugcomn.sty) = %{tl_version} -Provides: tex(ltugproc.cls) = %{tl_version} -Provides: tex(ltugproc.sty) = %{tl_version} - -%description tugboat -Provides both ltugboat.cls (for ordinary issues of the journal) -and ltugproc.cls (for issues that are proceedings of TUG -meetings). The distribution also includes a BibTeX style -appropriate for use with the classes' "harvard" option. - -date: 2013-02-01 11:51:49 +0100 - -%post tugboat -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tugboat -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tugboat -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tugboat-doc -Summary: Documentation for tugboat -Version: svn29003.2.12 -Release: %{tl_noarch_release} -Provides: tex-tugboat-doc -BuildArch: noarch -AutoReqProv: No - -%description tugboat-doc -Documentation for tugboat - -%package tugboat-plain -Provides: tex-tugboat-plain = %{tl_version} -License: LPPL -Summary: tugboat-plain package -Version: svn26611.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tugboat.sty) = %{tl_version} -Provides: tex(tugproc.sty) = %{tl_version} - -%description tugboat-plain -tugboat-plain package - -%post tugboat-plain -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tugboat-plain -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tugboat-plain -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tugboat-plain-doc -Summary: Documentation for tugboat-plain -Version: svn26611.0 -Release: %{tl_noarch_release} -Provides: tex-tugboat-plain-doc -BuildArch: noarch -AutoReqProv: No - -%description tugboat-plain-doc -Documentation for tugboat-plain - -%package tui -Provides: tex-tui = %{tl_version} -License: LPPL -Summary: Thesis style for the University of the Andes, Colombia -Version: svn27253.1.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(inputenc.sty) -Requires: tex(makeidx.sty) -Requires: tex(babel.sty) -Requires: tex(microtype.sty) -Requires: tex(kpfonts.sty) -Requires: tex(mathptmx.sty) -Requires: tex(hyperref.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(courier.sty) -Requires: tex(csquotes.sty) -Requires: tex(breakurl.sty) -Requires: tex(MnSymbol.sty) -Provides: tex(tui.cls) = %{tl_version} - -%description tui -Doctoral Dissertations from the Faculty of Engineering at the -Universidad de los Andes, Bogota, Colombia. The class is -implemented as an extension of the memoir class. Clase de Tesis -doctorales para ingenieria, Universidad de los Andes, Bogota. - -date: 2012-07-30 18:08:41 +0200 - -%post tui -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun tui -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans tui -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package tui-doc -Summary: Documentation for tui -Version: svn27253.1.9 -Release: %{tl_noarch_release} -Provides: tex-tui-doc -BuildArch: noarch -AutoReqProv: No - -%description tui-doc -Documentation for tui - -%package uaclasses -Provides: tex-uaclasses = %{tl_version} -License: Public Domain -Summary: University of Arizona thesis and dissertation format -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsthm.sty) -Provides: tex(my-thesis.cls) = %{tl_version} -Provides: tex(my-title.sty) = %{tl_version} -Provides: tex(ua-thesis.cls) = %{tl_version} -Provides: tex(ua-title.sty) = %{tl_version} - -%description uaclasses -This package provides a LaTeX2e document class named 'ua- -thesis' for typesetting theses and dissertations in the -official format required by the University of Arizona. -Moreover, there is a fully compatible alternative document -class 'my-thesis' for private 'nice' copies of the -dissertation, and the respective title pages are available as -separate packages to work with any document class. - -date: 2009-01-05 22:46:04 +0100 - -%post uaclasses -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uaclasses -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uaclasses -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uaclasses-doc -Summary: Documentation for uaclasses -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-uaclasses-doc -BuildArch: noarch -AutoReqProv: No - -%description uaclasses-doc -Documentation for uaclasses - -%package uafthesis -Provides: tex-uafthesis = %{tl_version} -License: LPPL -Summary: Document class for theses at University of Alaska Fairbanks -Version: svn29349.12.12 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uafthesis.cls) = %{tl_version} - -%description uafthesis -This is an "unofficial" official class. - -date: 2012-12-11 17:42:57 +0100 - -%post uafthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uafthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uafthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uafthesis-doc -Summary: Documentation for uafthesis -Version: svn29349.12.12 -Release: %{tl_noarch_release} -Provides: tex-uafthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uafthesis-doc -Documentation for uafthesis - -%package ucdavisthesis -Provides: tex-ucdavisthesis = %{tl_version} -License: LPPL -Summary: A thesis/dissertation class for University of California Davis -Version: svn17687.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(ucdavisthesis.cls) = %{tl_version} -Provides: tex(ucdthesis10.clo) = %{tl_version} -Provides: tex(ucdthesis11.clo) = %{tl_version} -Provides: tex(ucdthesis12.clo) = %{tl_version} -Provides: tex(ucdthesis13.clo) = %{tl_version} - -%description ucdavisthesis -The class conforms to the University's requirements for 2009. - -date: 2010-03-15 08:48:16 +0100 - -%post ucdavisthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ucdavisthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ucdavisthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ucdavisthesis-doc -Summary: Documentation for ucdavisthesis -Version: svn17687.1.1 -Release: %{tl_noarch_release} -Provides: tex-ucdavisthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description ucdavisthesis-doc -Documentation for ucdavisthesis - -%package ucthesis -Provides: tex-ucthesis = %{tl_version} -License: LPPL 1.3 -Summary: University of California thesis format -Version: svn15878.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uct10.clo) = %{tl_version} -Provides: tex(uct11.clo) = %{tl_version} -Provides: tex(uct12.clo) = %{tl_version} -Provides: tex(ucthesis.cls) = %{tl_version} - -%description ucthesis -A modified version of the standard LaTeX report style that is -accepted for use with University of California PhD -dissertations and Masters theses. A sample dissertation source -and bibliography are provided. - -date: 2009-09-27 11:52:43 +0200 - -%post ucthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ucthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ucthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ucthesis-doc -Summary: Documentation for ucthesis -Version: svn15878.3.2 -Release: %{tl_noarch_release} -Provides: tex-ucthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description ucthesis-doc -Documentation for ucthesis - -%package uestcthesis -Provides: tex-uestcthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class for UESTC -Version: svn29101.0.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(float.sty) -Requires: tex(texnames.sty) -Requires: tex(caption.sty) -Requires: tex(booktabs.sty) -Requires: tex(tabularx.sty) -Requires: tex(threeparttable.sty) -Requires: tex(longtable.sty) -Requires: tex(placeins.sty) -Requires: tex(flafter.sty) -Requires: tex(amsmath.sty) -Requires: tex(kmath.sty) -Requires: tex(ntheorem.sty) -Requires: tex(natbib.sty) -Requires: tex(multibib.sty) -Requires: tex(cmap.sty) -Requires: tex(hyperxmp.sty) -Requires: tex(hyperref.sty) -Requires: tex(subfigure.sty) -Requires: tex(enumerate.sty) -Requires: tex(color.sty) -Requires: tex(marvosym.sty) -Provides: tex(uestcthesis.cls) = %{tl_version} - -%description uestcthesis -The class is for typesetting a thesis at the University of -Electronic Science and Technology of China. - -date: 2013-02-14 01:02:25 +0100 - -%post uestcthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uestcthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uestcthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uestcthesis-doc -Summary: Documentation for uestcthesis -Version: svn29101.0.3 -Release: %{tl_noarch_release} -Provides: tex-uestcthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uestcthesis-doc -Documentation for uestcthesis - -%package uiucthesis -Provides: tex-uiucthesis = %{tl_version} -License: LPPL -Summary: UIUC thesis class -Version: svn15878.2.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Provides: tex(uiucthesis.cls) = %{tl_version} -Provides: tex(uiucthesis.sty) = %{tl_version} - -%description uiucthesis -The class produces a document that conforms to the format -described in the University's Handbook for Graduate Students -Preparing to Deposit. - -date: 2007-01-20 15:20:16 +0100 - -%post uiucthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uiucthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uiucthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uiucthesis-doc -Summary: Documentation for uiucthesis -Version: svn15878.2.25 -Release: %{tl_noarch_release} -Provides: tex-uiucthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uiucthesis-doc -Documentation for uiucthesis - -%package ulthese -Provides: tex-ulthese = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class and templates for Universite Laval -Version: svn29029.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(natbib.sty) -Requires: tex(babel.sty) -Requires: tex(numprint.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(textcomp.sty) -Provides: tex(ulthese.cls) = %{tl_version} - -%description ulthese -The package provides a class based on memoir to prepare theses -and memoirs compliant with the presentation rules set forth by -the Faculty of Graduate Studies of Universite Laval, Quebec, -Canada. The class also comes with an extensive set of templates -for the various types of theses and memoirs offered at Laval. -Please note that the documentation for the class and the -comments in the templates are all written in French, the -language of the target audience. - -date: 2013-02-04 09:52:53 +0100 - -%post ulthese -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ulthese -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ulthese -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ulthese-doc -Summary: Documentation for ulthese -Version: svn29029.2.1 -Release: %{tl_noarch_release} -Provides: tex-ulthese-doc -BuildArch: noarch -AutoReqProv: No - -%description ulthese-doc -Documentation for ulthese - -%package umthesis -Provides: tex-umthesis = %{tl_version} -License: LPPL -Summary: Dissertations at the University of Michigan -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(etex.sty) -Requires: tex(hyperref.sty) -Provides: tex(umthesis.cls) = %{tl_version} - -%description umthesis -The class loads book class, and makes minimal changes to it; -its coding aims to be as robust as possible, and as a result it -has few conflicts with potential add-on packages. - -date: 2009-09-17 20:11:38 +0200 - -%post umthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun umthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans umthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package umthesis-doc -Summary: Documentation for umthesis -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-umthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description umthesis-doc -Documentation for umthesis - -%package umich-thesis -Provides: tex-umich-thesis = %{tl_version} -License: LPPL -Summary: University of Michigan Thesis LaTeX class -Version: svn15878.1.20 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(placeins.sty) -Provides: tex(umich-thesis.cls) = %{tl_version} - -%description umich-thesis -A LaTeX2e class to create a University of Michigan dissertation -according to the Rackham dissertation handbook. - -date: 2009-09-27 11:52:43 +0200 - -%post umich-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun umich-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans umich-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package umich-thesis-doc -Summary: Documentation for umich-thesis -Version: svn15878.1.20 -Release: %{tl_noarch_release} -Provides: tex-umich-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description umich-thesis-doc -Documentation for umich-thesis - -%package unamthesis -Provides: tex-unamthesis = %{tl_version} -License: LPPL 1.3 -Summary: Style for Universidad Nacional Autonoma de Mexico theses -Version: svn29519.2.01 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(setspace.sty) -Provides: tex(UNAMThesis.sty) = %{tl_version} - -%description unamthesis -The package provides a customisable format to typeset Theses -according to the Universidad Nacional Autonoma de Mexico -guidelines. Support for use in Scientific Workplace (SWP) 3.x -is also provided. The bundle also includes an appropriate -bibliographic style which enables the use of author-year -schemes using the natbib package. - -date: 2012-02-09 17:36:54 +0100 - -%post unamthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun unamthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans unamthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package unamthesis-doc -Summary: Documentation for unamthesis -Version: svn29519.2.01 -Release: %{tl_noarch_release} -Provides: tex-unamthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description unamthesis-doc -Documentation for unamthesis - -%package ut-thesis -Provides: tex-ut-thesis = %{tl_version} -License: LPPL -Summary: University of Toronto thesis style -Version: svn26793.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Provides: tex(ut-thesis.cls) = %{tl_version} - -%description ut-thesis -This not described as an 'official' class, just one distributed -"in the hope that it will be useful". A skeleton file, using -the class, is provided. - -date: 2012-06-01 19:19:53 +0200 - -%post ut-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ut-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ut-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ut-thesis-doc -Summary: Documentation for ut-thesis -Version: svn26793.2.0 -Release: %{tl_noarch_release} -Provides: tex-ut-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description ut-thesis-doc -Documentation for ut-thesis - -%package uothesis -Provides: tex-uothesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for dissertations and theses at the University of Oregon -Version: svn25355.2.5.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(float.sty) -Requires: tex(subfig.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(setspace.sty) -Requires: tex(xspace.sty) -Requires: tex(lineno.sty) -Requires: tex(layouts.sty) -Requires: tex(todonotes.sty) -Requires: tex(ragged2e.sty) -Requires: tex(mhchem.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(lipsum.sty) -Requires: tex(natbib.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(hyperref.sty) -Provides: tex(uothesis.cls) = %{tl_version} - -%description uothesis -The class generates documents that are suitable for submission -to the Graduate School and conform with the style requirements -for dissertations and theses as laid out in the Fall 2010 UO -graduate school student manual. - -date: 2012-02-09 17:36:54 +0100 - -%post uothesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uothesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uothesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uothesis-doc -Summary: Documentation for uothesis -Version: svn25355.2.5.6 -Release: %{tl_noarch_release} -Provides: tex-uothesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uothesis-doc -Documentation for uothesis - -%package uowthesis -Provides: tex-uowthesis = %{tl_version} -License: LPPL 1.3 -Summary: Document class for dissertations at the University of Wollongong -Version: svn19700.1.0a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(setspace.sty) -Requires: tex(graphicx.sty) -Requires: tex(nextpage.sty) -Requires: tex(hyperref.sty) -Provides: tex(UoWthesis.cls) = %{tl_version} - -%description uowthesis -A document class for higher degree research theses in -compliance with the specifications of University of Wollongong -(UoW) theses in the "Guidelines for Preparation and Submission -of Higher Degree Research Theses" (March 2006), by the Research -Student Centre, Research & Innovation Division, UoW. - -date: 2010-07-28 12:27:25 +0200 - -%post uowthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uowthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uowthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uowthesis-doc -Summary: Documentation for uowthesis -Version: svn19700.1.0a -Release: %{tl_noarch_release} -Provides: tex-uowthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uowthesis-doc -Documentation for uowthesis - -%package uspatent -Provides: tex-uspatent = %{tl_version} -License: LPPL 1.3 -Summary: U.S. Patent Application Tools for LaTeX and LyX -Version: svn27744.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uspatent.cls) = %{tl_version} - -%description uspatent -The package provides a class and other tools for developing a -beautifully formatted, consistent U.S. Patent Application using -LaTeX and/or LyX. - -date: 2012-09-19 18:03:54 +0200 - -%post uspatent -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uspatent -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uspatent -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uspatent-doc -Summary: Documentation for uspatent -Version: svn27744.1.0 -Release: %{tl_noarch_release} -Provides: tex-uspatent-doc -BuildArch: noarch -AutoReqProv: No - -%description uspatent-doc -Documentation for uspatent - -%package uwthesis -Provides: tex-uwthesis = %{tl_version} -License: ASL 2.0 -Summary: University of Washington thesis class -Version: svn15878.6.13 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uwthesis.cls) = %{tl_version} - -%description uwthesis -uwthesis package - -date: 2010-01-23 11:08:54 +0100 - -%post uwthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun uwthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans uwthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package uwthesis-doc -Summary: Documentation for uwthesis -Version: svn15878.6.13 -Release: %{tl_noarch_release} -Provides: tex-uwthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description uwthesis-doc -Documentation for uwthesis - -%package vancouver -Provides: tex-vancouver = %{tl_version} -License: GPL+ -Summary: Bibliographic style file for Biomedical Journals -Version: svn25519.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description vancouver -This BibTeX style file is generated with the docstrip utility -and modified manually to meet the Uniform Requirements for -Manuscripts Submitted to Biomedical Journals as published in N -Engl J Med 1997;336:309-315 (also known as the Vancouver -style). The complete set of requirements may be viewed on the -ICMJE web site. - -date: 2012-02-27 00:21:15 +0100 - -%post vancouver -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun vancouver -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans vancouver -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package vancouver-doc -Summary: Documentation for vancouver -Version: svn25519.0 -Release: %{tl_noarch_release} -Provides: tex-vancouver-doc -BuildArch: noarch -AutoReqProv: No - -%description vancouver-doc -Documentation for vancouver - -%package xcookybooky -Provides: tex-xcookybooky = %{tl_version} -License: LPPL 1.3 -Summary: Typeset (potentially long) recipes -Version: svn29373.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifsym.sty) -Requires: tex(cookingsymbols.sty) -Requires: tex(wrapfig.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(lettrine.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(units.sty) -Requires: tex(eso-pic.sty) -Requires: tex(picture.sty) -Requires: tex(tabularx.sty) -Provides: tex(xcookybooky.cfg) = %{tl_version} -Provides: tex(xcookybooky.sty) = %{tl_version} - -%description xcookybooky -The package enables the user to typeset recipes, which could be -greater than one page. Above the recipe text two (optional) -pictures can be displayed. Other features are recipe name, -energy content, portions, preparation and baking time, baking -temperatures, recipe source and of course preparation steps and -required ingredients. At the bottom you may insert an optional -hint. The package depends on the Emerald fonts. - -date: 2013-03-13 15:44:34 +0100 - -%post xcookybooky -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xcookybooky -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xcookybooky -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xcookybooky-doc -Summary: Documentation for xcookybooky -Version: svn29373.1.2 -Release: %{tl_noarch_release} -Provides: tex-xcookybooky-doc -BuildArch: noarch -AutoReqProv: No - -%description xcookybooky-doc -Documentation for xcookybooky - -%package york-thesis -Provides: tex-york-thesis = %{tl_version} -License: LPPL 1.3 -Summary: A thesis class file for York University, Toronto -Version: svn23348.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(makeidx.sty) -Provides: tex(york-thesis.cls) = %{tl_version} - -%description york-thesis -York Graduate Studies has again changed the requirements for -theses and dissertations. The established york-thesis class -file now implements the changes made in Spring 2005. - -date: 2011-06-14 00:09:45 +0200 - -%post york-thesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun york-thesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans york-thesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package york-thesis-doc -Summary: Documentation for york-thesis -Version: svn23348.3.6 -Release: %{tl_noarch_release} -Provides: tex-york-thesis-doc -BuildArch: noarch -AutoReqProv: No - -%description york-thesis-doc -Documentation for york-thesis - -%package collection-science -Summary: Typesetting for natural and computer sciences -Version: svn28017.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-SIstyle -Requires: tex-SIunits -Requires: tex-alg -Requires: tex-algorithm2e -Requires: tex-algorithmicx -Requires: tex-algorithms -Requires: tex-biocon -Requires: tex-bohr -Requires: tex-bpchem -Requires: tex-bytefield -Requires: tex-chemarrow -Requires: tex-chemcompounds -Requires: tex-chemcono -Requires: tex-chemexec -Requires: tex-chemmacros -Requires: tex-chemnum -Requires: tex-chemstyle -Requires: tex-clrscode -Requires: tex-complexity -Requires: tex-computational-complexity -Requires: tex-digiconfigs -Requires: tex-drawstack -Requires: tex-dyntree -Requires: tex-eltex -Requires: tex-endiagram -Requires: tex-engtlc -Requires: tex-fouridx -Requires: tex-functan -Requires: tex-galois -Requires: tex-gastex -Requires: tex-gene-logic -Requires: tex-gu -Requires: tex-hep -Requires: tex-hepnames -Requires: tex-hepparticles -Requires: tex-hepthesis -Requires: tex-hepunits -Requires: tex-karnaugh -Requires: tex-mhchem -Requires: tex-miller -Requires: tex-mychemistry -Requires: tex-nuc -Requires: tex-objectz -Requires: tex-physics -Requires: tex-physymb -Requires: tex-pseudocode -Requires: tex-sasnrdisplay -Requires: tex-sciposter -Requires: tex-sfg -Requires: tex-siunitx -Requires: tex-steinmetz -Requires: tex-struktex -Requires: tex-substances -Requires: tex-t-angles -Requires: tex-textopo -Requires: tex-ulqda -Requires: tex-unitsdef -Requires: tex-youngtab -Requires: texlive-collection-latex - -%description collection-science -Typesetting for natural and computer sciences - -%package SIstyle -Provides: tex-SIstyle = %{tl_version} -License: LPPL -Summary: Package to typeset SI units, numbers and angles -Version: svn15878.2.3a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amstext.sty) -Provides: tex(sistyle.sty) = %{tl_version} - -%description SIstyle -This package typesets SI units, numbers and angles according to -the ISO requirements. Care is taken with font setup and -requirements, and language customisation is available. Note -that this package is (in principle) superseded by siunitx; -sistyle has maintenance-only support, now. - -date: 2008-07-16 16:54:56 +0200 - -%post SIstyle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun SIstyle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans SIstyle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package SIstyle-doc -Summary: Documentation for SIstyle -Version: svn15878.2.3a -Release: %{tl_noarch_release} -Provides: tex-SIstyle-doc -BuildArch: noarch -AutoReqProv: No - -%description SIstyle-doc -Documentation for SIstyle - -%package SIunits -Provides: tex-SIunits = %{tl_version} -License: LPPL 1.3 -Summary: International System of Units -Version: svn15878.1.36 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amstext.sty) -Provides: tex(SIunits.cfg) = %{tl_version} -Provides: tex(SIunits.sty) = %{tl_version} -Provides: tex(binary.sty) = %{tl_version} - -%description SIunits -Typeset physical units following the rules of the International -System of Units (SI). The package requires amstext, for proper -representation of some values. Note that the package is now -superseded by siunitx; siunits has maintenance-only support, -now. - -date: 2008-06-16 17:21:40 +0200 - -%post SIunits -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun SIunits -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans SIunits -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package SIunits-doc -Summary: Documentation for SIunits -Version: svn15878.1.36 -Release: %{tl_noarch_release} -Provides: tex-SIunits-doc -BuildArch: noarch -AutoReqProv: No - -%description SIunits-doc -Documentation for SIunits - -%package chemarrow -Provides: tex-chemarrow = %{tl_version} -License: Public Domain -Summary: Arrows for use in chemistry -Version: svn17146.0.9 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base -Provides: tex(chemarrow.map) = %{tl_version} -Provides: tex(arrow.tfm) = %{tl_version} -Provides: tex(arrow.pfb) = %{tl_version} -Provides: tex(chemarrow.sty) = %{tl_version} - -%description chemarrow -This bundle consists of a font (available as metafont source, -metapost source, and generated type 1 versions), and a package -to use it. The arrows in the font are designed to look more -like those in chemistry text-books than do Knuth's originals. - -date: 2010-02-21 18:58:04 +0100 - -%post chemarrow -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -sed -i '/^Map chemarrow.map/d' %{_texdir}/texmf/web2c/updmap.cfg -echo "Map chemarrow.map" >> %{_texdir}/texmf/web2c/updmap.cfg -touch /var/run/texlive/run-updmap -fi -: - -%postun chemarrow -if [ $1 == 0 ] ; then -sed -i '/^Map chemarrow.map/d' %{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap -fi -: - -%posttrans chemarrow -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemarrow-doc -Summary: Documentation for chemarrow -Version: svn17146.0.9 -Release: %{tl_noarch_release} -Provides: tex-chemarrow-doc -BuildArch: noarch -AutoReqProv: No - -%description chemarrow-doc -Documentation for chemarrow - -%package chemcompounds -Provides: tex-chemcompounds = %{tl_version} -License: LPPL -Summary: Simple consecutive numbering of chemical compounds -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chemcompounds.sty) = %{tl_version} - -%description chemcompounds -The chemcompounds package allows for a simple consecutive -numbering of chemical compounds. Optionally, it is possible to -supply a custom name for each compound. The package differs -from the chemcono package by not generating an odd-looking list -of compounds inside the text. - -date: 2007-03-05 14:17:42 +0100 - -%post chemcompounds -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemcompounds -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemcompounds -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemcompounds-doc -Summary: Documentation for chemcompounds -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-chemcompounds-doc -BuildArch: noarch -AutoReqProv: No - -%description chemcompounds-doc -Documentation for chemcompounds - -%package chemcono -Provides: tex-chemcono = %{tl_version} -License: LPPL -Summary: Support for compound numbers in chemistry documents -Version: svn17119.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(chemcono.sty) = %{tl_version} -Provides: tex(drftcono.sty) = %{tl_version} -Provides: tex(showkeysff.sty) = %{tl_version} - -%description chemcono -A LaTeX package for using compound numbers in chemistry -documents. It works like \cite and the \thebibliography, using -\fcite and \theffbibliography instead. It allows compound names -in documents to be numbered and does not affect the normal -citation routines. - -date: 2010-02-21 19:20:01 +0100 - -%post chemcono -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemcono -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemcono -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemcono-doc -Summary: Documentation for chemcono -Version: svn17119.1.3 -Release: %{tl_noarch_release} -Provides: tex-chemcono-doc -BuildArch: noarch -AutoReqProv: No - -%description chemcono-doc -Documentation for chemcono - -%package chemexec -Provides: tex-chemexec = %{tl_version} -License: LPPL 1.3 -Summary: Creating (chemical) exercise sheets -Version: svn21632.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Requires: tex(accents.sty) -Requires: tex(framed.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(ulem.sty) -Requires: tex(mhchem.sty) -Provides: tex(chemexec.sty) = %{tl_version} - -%description chemexec -The package provides environments and commands that the author -needed when preparing exercise sheets and other teaching -material. In particular, the package supports the creation of -exercise sheets, with separating printing of solutions - -date: 2011-03-06 18:27:32 +0100 - -%post chemexec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemexec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemexec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemexec-doc -Summary: Documentation for chemexec -Version: svn21632.1.0 -Release: %{tl_noarch_release} -Provides: tex-chemexec-doc -BuildArch: noarch -AutoReqProv: No - -%description chemexec-doc -Documentation for chemexec - -%package chemmacros -Provides: tex-chemmacros = %{tl_version} -License: LPPL 1.3 -Summary: A collection of macros to support typesetting chemistry documents -Version: svn29263.3.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(nicefrac.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xfrac.sty) -Requires: tex(siunitx.sty) -Requires: tex(tikz.sty) -Requires: tex(mathtools.sty) -Requires: tex(environ.sty) -Requires: tex(scrlfile.sty) -Requires: tex(etoolbox.sty) -Requires: tex(bm.sty) -Requires: tex(bpchem.sty) -Requires: tex(xspace.sty) -Requires: tex(mhchem.sty) -Requires: tex(graphicx.sty) -Requires: tex(tabu.sty) -Requires: tex(longtable.sty) -Requires: tex(ifpdf.sty) -Provides: tex(chemformula.sty) = %{tl_version} -Provides: tex(chemmacros-version1.cfg) = %{tl_version} -Provides: tex(chemmacros.sty) = %{tl_version} -Provides: tex(ghsystem.sty) = %{tl_version} -Provides: tex(ghsystem_english.def) = %{tl_version} -Provides: tex(ghsystem_german.def) = %{tl_version} -Provides: tex(ghsystem_italian.def) = %{tl_version} -Provides: tex(ghsystem_langtemplate.def) = %{tl_version} - -%description chemmacros -The package offers a collection of macros and commands which -are intended to make typesetting chemistry documents faster and -more convenient. Coverage includes some nomenclature commands, -oxidation numbers, thermodynamic data, newman projections, etc. - -date: 2013-02-27 10:06:57 +0100 - -%post chemmacros -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemmacros -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemmacros -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemmacros-doc -Summary: Documentation for chemmacros -Version: svn29263.3.6 -Release: %{tl_noarch_release} -Provides: tex-chemmacros-doc -BuildArch: noarch -AutoReqProv: No - -%description chemmacros-doc -Documentation for chemmacros - -%package chemnum -Provides: tex-chemnum = %{tl_version} -License: LPPL 1.3 -Summary: A method of numbering chemical compounds -Version: svn28883.0.6 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(etoolbox.sty) -Requires: tex(psfrag.sty) -Requires: tex(textgreek.sty) -Requires: tex(bm.sty) -Requires: tex(translations.sty) -Provides: tex(chemnum.sty) = %{tl_version} - -%description chemnum -The package defines a \label- and \ref-like commands for -compound numbers. The package requires LaTeX 3 packages expl3 -(from the l3kernel bundle) and xparse (from the l3packages -bundle). - -date: 2013-01-20 14:29:49 +0100 - -%post chemnum -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemnum -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemnum -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemnum-doc -Summary: Documentation for chemnum -Version: svn28883.0.6 -Release: %{tl_noarch_release} -Provides: tex-chemnum-doc -BuildArch: noarch -AutoReqProv: No - -%description chemnum-doc -Documentation for chemnum - -%package chemstyle -Provides: tex-chemstyle = %{tl_version} -License: LPPL 1.3 -Summary: Writing chemistry with style -Version: svn25246.2.0l -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(psfrag.sty) -Requires: tex(float.sty) -Requires: tex(floatrow.sty) -Requires: tex(chemcompounds.sty) -Requires: tex(bpchem.sty) -Requires: tex(amstext.sty) -Requires: tex(caption.sty) -Requires: tex(siunitx.sty) -Requires: tex(SIunits.sty) -Requires: tex(varioref.sty) -Provides: tex(chemscheme.sty) = %{tl_version} -Provides: tex(chemstyle.sty) = %{tl_version} -Provides: tex(angew.chemstyle.cfg) = %{tl_version} -Provides: tex(ic.chemstyle.cfg) = %{tl_version} -Provides: tex(jacs.chemstyle.cfg) = %{tl_version} -Provides: tex(jomc.chemstyle.cfg) = %{tl_version} -Provides: tex(orglett.chemstyle.cfg) = %{tl_version} -Provides: tex(rsc.chemstyle.cfg) = %{tl_version} -Provides: tex(tetlett.chemstyle.cfg) = %{tl_version} - -%description chemstyle -Chemstyle has been developed as a successor to the LaTeX -package provided by the rsc bundle. The package provides an -extensible system for formatting chemistry documents according -to the conventions of a number of leading journals. It also -provides some handy chemistry-related macros. Chemstyle is much -enhanced compared to its predecessor, and users of rsc are -strongly encouraged to migrate (all of the additional macros in -the rsc LaTeX package are present in chemstyle). The package -chemscheme is distributed with chemstyle; chemstyle itself -incorporates ideas that come from the trivfloat package; the -documentation uses the auto-pst-pdf package. - -date: 2012-01-29 01:08:38 +0100 - -%post chemstyle -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun chemstyle -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans chemstyle -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package chemstyle-doc -Summary: Documentation for chemstyle -Version: svn25246.2.0l -Release: %{tl_noarch_release} -Provides: tex-chemstyle-doc -BuildArch: noarch -AutoReqProv: No - -%description chemstyle-doc -Documentation for chemstyle - -%package complexity -Provides: tex-complexity = %{tl_version} -License: LPPL -Summary: Computational complexity class names -Version: svn15878.0.76 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(complexity.sty) = %{tl_version} -Provides: tex(mycomplexity.sty) = %{tl_version} - -%description complexity -Complexity is a LaTeX package that defines commands to typeset -Computational Complexity Classes such as $\P$ and $\NP$ (as -well as hundreds of others). It also offers several options -including which font classes are typeset in and how many are -defined (all of them or just the basic, most commonly used -ones). The package has no dependencies other than the standard -ifthen package. - -date: 2007-02-03 21:01:24 +0100 - -%post complexity -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun complexity -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans complexity -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package complexity-doc -Summary: Documentation for complexity -Version: svn15878.0.76 -Release: %{tl_noarch_release} -Provides: tex-complexity-doc -BuildArch: noarch -AutoReqProv: No - -%description complexity-doc -Documentation for complexity - -%package computational-complexity -Provides: tex-computational-complexity = %{tl_version} -License: LPPL -Summary: Class for the journal Computational Complexity -Version: svn27047.v2.25 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(inputenc.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(url.sty) -Requires: tex(cc2cite.sty) -Requires: tex(multicol.sty) -Requires: tex(ccthm.sty) -Requires: tex(ccalgo.sty) -Requires: tex(natbib.sty) -Requires: tex(ccreltx.sty) -Requires: tex(relabel.sty) -Requires: tex(theorem.sty) -Requires: tex(environ.sty) -Requires: tex(xkeyval.sty) -Requires: tex(lineno.sty) -Requires: tex(draftcopy.sty) -Requires: tex(hyperref.sty) -Requires: tex(breakurl.sty) -Requires: tex(graphics.sty) -Requires: tex(xcolor.sty) -Provides: tex(cc-cls.sty) = %{tl_version} -Provides: tex(cc.cls) = %{tl_version} -Provides: tex(cc2cite.sty) = %{tl_version} -Provides: tex(cc4amsart.sty) = %{tl_version} -Provides: tex(cc4apjrnl.sty) = %{tl_version} -Provides: tex(cc4elsart.sty) = %{tl_version} -Provides: tex(cc4jT.sty) = %{tl_version} -Provides: tex(cc4llncs.sty) = %{tl_version} -Provides: tex(cc4siamltex.sty) = %{tl_version} -Provides: tex(cc4svjour.sty) = %{tl_version} -Provides: tex(ccalgo.sty) = %{tl_version} -Provides: tex(ccaux.sty) = %{tl_version} -Provides: tex(cccite.sty) = %{tl_version} -Provides: tex(ccdbs.sty) = %{tl_version} -Provides: tex(cclayout.sty) = %{tl_version} -Provides: tex(ccproof.sty) = %{tl_version} -Provides: tex(ccqed.sty) = %{tl_version} -Provides: tex(ccref.sty) = %{tl_version} -Provides: tex(ccreltx.sty) = %{tl_version} -Provides: tex(ccthm.sty) = %{tl_version} -Provides: tex(relabel.sty) = %{tl_version} -Provides: tex(thcc.sty) = %{tl_version} - -%description computational-complexity -The LaTeX2e class cc was written for the journal Computational -Complexity, and it can also be used for a lot of other -articles. You may like it since it contains a lot of features -as more intelligent references, a set of theorem definitions, -an algorithm environment, ... The class requires natbib. - -date: 2012-06-22 16:58:16 +0200 - -%post computational-complexity -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun computational-complexity -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans computational-complexity -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package computational-complexity-doc -Summary: Documentation for computational-complexity -Version: svn27047.v2.25 -Release: %{tl_noarch_release} -Provides: tex-computational-complexity-doc -BuildArch: noarch -AutoReqProv: No - -%description computational-complexity-doc -Documentation for computational-complexity - -%package digiconfigs -Provides: tex-digiconfigs = %{tl_version} -License: LPPL -Summary: Writing "configurations" -Version: svn15878.0.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(digiconfigs.sty) = %{tl_version} - -%description digiconfigs -In Stochastic Geometry and Digital Image Analysis some problems -can be solved in terms of so-called "configurations". A -configuration is basically a square matrix of \circ and \bullet -symbols. This package provides a convenient and compact -mechanism for displaying these configurations. - -date: 2007-03-05 22:02:45 +0100 - -%post digiconfigs -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun digiconfigs -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans digiconfigs -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package digiconfigs-doc -Summary: Documentation for digiconfigs -Version: svn15878.0.5 -Release: %{tl_noarch_release} -Provides: tex-digiconfigs-doc -BuildArch: noarch -AutoReqProv: No - -%description digiconfigs-doc -Documentation for digiconfigs - -%package drawstack -Provides: tex-drawstack = %{tl_version} -License: LPPL 1.3 -Summary: Draw execution stacks -Version: svn28582.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(drawstack.sty) = %{tl_version} - -%description drawstack -This simple LaTeX package provides support for drawing -execution stack (typically to illustrate assembly language -notions). The code is written on top of TikZ. - -date: 2012-06-18 14:35:47 +0200 - -%post drawstack -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun drawstack -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans drawstack -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package drawstack-doc -Summary: Documentation for drawstack -Version: svn28582.0 -Release: %{tl_noarch_release} -Provides: tex-drawstack-doc -BuildArch: noarch -AutoReqProv: No - -%description drawstack-doc -Documentation for drawstack - -%package dyntree -Provides: tex-dyntree = %{tl_version} -License: LGPLv2+ -Summary: Construct Dynkin tree diagrams -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(coollist.sty) -Requires: tex(calc.sty) -Requires: tex(epic.sty) -Requires: tex(eepic.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(dyntree.sty) = %{tl_version} - -%description dyntree -The package is intended for users needing to typeset a Dynkin -Tree Diagram--a group theoretical construct consisting of -cartan coefficients in boxes connected by a series of lines. -Such a diagram is a tool for working out the states and their -weights in terms of the fundamental weights and the simple -roots. The package makes use of the author's coollist package. - -date: 2007-03-05 22:02:45 +0100 - -%post dyntree -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun dyntree -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans dyntree -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package dyntree-doc -Summary: Documentation for dyntree -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-dyntree-doc -BuildArch: noarch -AutoReqProv: No - -%description dyntree-doc -Documentation for dyntree - -%package eltex -Provides: tex-eltex = %{tl_version} -License: LPPL -Summary: Simple circuit diagrams in LaTeX picture mode -Version: svn15878.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eltex1.tex) = %{tl_version} -Provides: tex(eltex2.tex) = %{tl_version} -Provides: tex(eltex3.tex) = %{tl_version} -Provides: tex(eltex4.tex) = %{tl_version} -Provides: tex(eltex5.tex) = %{tl_version} -Provides: tex(eltex6.tex) = %{tl_version} -Provides: tex(eltex7.tex) = %{tl_version} - -%description eltex -The macros enable the user to draw simple circuit diagrams in -the picture environment, with no need of special resources. The -macros are appropriate for drawing for school materials. The -circuit symbols accord to the various parts of the standard IEC -617. - -date: 2009-11-09 17:57:09 +0100 - -%post eltex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun eltex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans eltex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package eltex-doc -Summary: Documentation for eltex -Version: svn15878.2.0 -Release: %{tl_noarch_release} -Provides: tex-eltex-doc -BuildArch: noarch -AutoReqProv: No - -%description eltex-doc -Documentation for eltex - -%package endiagram -Provides: tex-endiagram = %{tl_version} -License: LPPL 1.3 -Summary: Easy creation of potential energy curve diagrams -Version: svn29684.0.1b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(siunitx.sty) -Provides: tex(endiagram.sty) = %{tl_version} - -%description endiagram -The package provides the facility of drawing potential energy -curve diagrams with just a few simple commands. The package -cannot (yet) be considered stable. - -date: 2013-04-05 11:53:55 +0200 - -%post endiagram -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun endiagram -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans endiagram -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package endiagram-doc -Summary: Documentation for endiagram -Version: svn29684.0.1b -Release: %{tl_noarch_release} -Provides: tex-endiagram-doc -BuildArch: noarch -AutoReqProv: No - -%description endiagram-doc -Documentation for endiagram - -%package engtlc -Provides: tex-engtlc = %{tl_version} -License: LPPL 1.3 -Summary: Support for users in Telecommunications Engineering -Version: svn28571.3.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(engtlc.sty) = %{tl_version} - -%description engtlc -The package provides a wide range of abbreviations for terms -used in Telecommunications Engineering. - -date: 2012-12-18 12:17:57 +0100 - -%post engtlc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun engtlc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans engtlc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package engtlc-doc -Summary: Documentation for engtlc -Version: svn28571.3.2 -Release: %{tl_noarch_release} -Provides: tex-engtlc-doc -BuildArch: noarch -AutoReqProv: No - -%description engtlc-doc -Documentation for engtlc - -%package fouridx -Provides: tex-fouridx = %{tl_version} -License: LPPL -Summary: Left sub- and superscripts in maths mode -Version: svn15878.1.00 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fouridx.sty) = %{tl_version} - -%description fouridx -The package enables left subscripts and superscripts in maths -mode. The sub- and superscripts are raised for optimum fitting -to the symbol indexed, in such a way that left and right sub- -and superscripts are set on the same level, as appropriate. The -package provides an alternative to the use of the \sideset -command in the amsmath package. - -date: 2008-08-19 20:38:14 +0200 - -%post fouridx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fouridx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fouridx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fouridx-doc -Summary: Documentation for fouridx -Version: svn15878.1.00 -Release: %{tl_noarch_release} -Provides: tex-fouridx-doc -BuildArch: noarch -AutoReqProv: No - -%description fouridx-doc -Documentation for fouridx - -%package functan -Provides: tex-functan = %{tl_version} -License: LPPL -Summary: Macros for functional analysis and PDE theory -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(functan.sty) = %{tl_version} - -%description functan -This package provides a convenient and coherent way to deal -with name of functional spaces (mainly Sobolev spaces) in -functional analysis and PDE theory. It also provides a set of -macros for dealing with norms, scalar products and convergence -with some object oriented flavor (it gives the possibility to -override the standard behavior of norms, ...). - -date: 2007-01-07 11:47:19 +0100 - -%post functan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun functan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans functan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package functan-doc -Summary: Documentation for functan -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-functan-doc -BuildArch: noarch -AutoReqProv: No - -%description functan-doc -Documentation for functan - -%package galois -Provides: tex-galois = %{tl_version} -License: LPPL -Summary: Typeset Galois connections -Version: svn15878.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(galois.sty) = %{tl_version} - -%description galois -The package deals with connections in two-dimensional style, -optionally in colour. - -date: 2006-12-02 11:49:32 +0100 - -%post galois -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun galois -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans galois -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package galois-doc -Summary: Documentation for galois -Version: svn15878.1.5 -Release: %{tl_noarch_release} -Provides: tex-galois-doc -BuildArch: noarch -AutoReqProv: No - -%description galois-doc -Documentation for galois - -%package gastex -Provides: tex-gastex = %{tl_version} -License: LPPL -Summary: Graphs and Automata Simplified in TeX -Version: svn15878.2.8 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(trig.sty) -Provides: tex(gastex.sty) = %{tl_version} - -%description gastex -GasTeX is a set of LaTeX macros which enable the user to draw -graphs, automata, nets, diagrams, etc., very easily, in the -LaTeX picture environment. The package offers no documentation -(per se), but offers a couple of example files in the -distribution, and more on its home page. GasTeX generates its -own PostScript code, and therefore doesn't work directly under -PDFLaTeX. - -date: 2007-03-07 00:33:49 +0100 - -%post gastex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gastex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gastex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gastex-doc -Summary: Documentation for gastex -Version: svn15878.2.8 -Release: %{tl_noarch_release} -Provides: tex-gastex-doc -BuildArch: noarch -AutoReqProv: No - -%description gastex-doc -Documentation for gastex - -%package gene-logic -Provides: tex-gene-logic = %{tl_version} -License: Crossword -Summary: Typeset logic formulae, etc -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gn-logic14.sty) = %{tl_version} - -%description gene-logic -The package provides a facility to typeset certain logic -formulae. It provides an environment like eqnarray, an extended -newtheorem environment, and several macros. - -date: 2008-10-04 10:00:56 +0200 - -%post gene-logic -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gene-logic -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gene-logic -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gene-logic-doc -Summary: Documentation for gene-logic -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-gene-logic-doc -BuildArch: noarch -AutoReqProv: No - -%description gene-logic-doc -Documentation for gene-logic - -%package gu -Provides: tex-gu = %{tl_version} -License: LPPL -Summary: Typeset crystallographic group-subgroup-schemes -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(pict2e.sty) -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(ifthen.sty) -Provides: tex(gu.sty) = %{tl_version} - -%description gu -The package simplifies typesetting of simple crystallographic -group-subgroup-schemes in the Barnighausen formalism. It -defines a new environment stammbaum, wherein all elements of -the scheme are defined. Afterwards all necessary dimensions are -calculated and the scheme is drawn. Currently two steps of -symmetry reduction are supported. - -date: 2008-08-21 09:38:31 +0200 - -%post gu -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun gu -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans gu -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package gu-doc -Summary: Documentation for gu -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-gu-doc -BuildArch: noarch -AutoReqProv: No - -%description gu-doc -Documentation for gu - -%package hep -Provides: tex-hep = %{tl_version} -License: LPPL -Summary: A "convenience wrapper" for High Energy Physics packages -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Requires: tex(cite.sty) -Requires: tex(hyperref.sty) -Requires: tex(amsmath.sty) -Requires: tex(braket.sty) -Requires: tex(cancel.sty) -Requires: tex(slashed.sty) -Requires: tex(hepnicenames.sty) -Requires: tex(hepunits.sty) -Requires: tex(feynmf.sty) -Requires: tex(booktabs.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(morefloats.sty) -Requires: tex(afterpage.sty) -Requires: tex(ccaption.sty) -Requires: tex(subfigure.sty) -Requires: tex(caption.sty) -Provides: tex(hep.sty) = %{tl_version} - -%description hep -Loads the author's hepunits and hepnicenames packages, and a -selection of others that are useful in High Energy Physics -papers, etc. - -date: 2008-08-21 09:38:31 +0200 - -%post hep -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hep -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hep -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hep-doc -Summary: Documentation for hep -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-hep-doc -BuildArch: noarch -AutoReqProv: No - -%description hep-doc -Documentation for hep - -%package hepnames -Provides: tex-hepnames = %{tl_version} -License: LPPL -Summary: Pre-defined high energy particle names -Version: svn15878.1.4 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(heppennames.sty) -Requires: tex(hepparticles.sty) -Requires: tex(xspace.sty) -Requires: tex(amsmath.sty) -Provides: tex(hepnames.sty) = %{tl_version} -Provides: tex(hepnicenames.sty) = %{tl_version} -Provides: tex(heppennames.sty) = %{tl_version} - -%description hepnames -Hepnames provides a pair of LaTeX packages, heppennames and -hepnicenames, providing a large set of pre-defined high energy -physics particle names built with the hepparticles package. The -packages are based on pennames.sty by Michel Goosens and Eric -van Herwijnen. Heppennames re-implements the particle names in -pennames.sty, with some additions and alterations and greater -flexibility and robustness due to the hepparticles structures, -which were written for this purpose. Hepnicenames provides the -main non-resonant particle names from heppennames with more -"friendly" names. - -date: 2008-08-21 09:38:31 +0200 - -%post hepnames -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hepnames -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hepnames -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hepnames-doc -Summary: Documentation for hepnames -Version: svn15878.1.4 -Release: %{tl_noarch_release} -Provides: tex-hepnames-doc -BuildArch: noarch -AutoReqProv: No - -%description hepnames-doc -Documentation for hepnames - -%package hepparticles -Provides: tex-hepparticles = %{tl_version} -License: LPPL -Summary: Macros for typesetting high energy physics particle names -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(maybemath.sty) -Provides: tex(hepparticles.sty) = %{tl_version} - -%description hepparticles -HEPparticles is a set of macros for typesetting high energy -particle names, to meet the following criteria: 1. The main -particle name is a Roman or Greek symbol, to be typeset in -upright font in normal contexts. 2. Additionally a superscript -and/or subscript may follow the main symbol. 3. Particle -resonances may also have a resonance specifier which is typeset -in parentheses following the main symbol. In general the -parentheses may also be followed by sub- and superscripts. 4. -The particle names are expected to be used both in and out of -mathematical contexts. 5. If the surrounding text is bold or -italic then the particle name should adapt to that context as -best as possible (this may not be possible for Greek symbols). -A consequence of point 5 is that the well-known problems with -boldness of particle names in section titles, headers and -tables of contents automatically disappear if these macros are -used. - -date: 2007-02-23 00:16:39 +0100 - -%post hepparticles -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hepparticles -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hepparticles -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hepparticles-doc -Summary: Documentation for hepparticles -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-hepparticles-doc -BuildArch: noarch -AutoReqProv: No - -%description hepparticles-doc -Documentation for hepparticles - -%package hepthesis -Provides: tex-hepthesis = %{tl_version} -License: LPPL -Summary: A class for academic reports, especially PhD theses -Version: svn18725.1.4.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(a4wide.sty) -Requires: tex(microtype.sty) -Requires: tex(changepage.sty) -Requires: tex(varwidth.sty) -Requires: tex(amsmath.sty) -Requires: tex(makeidx.sty) -Requires: tex(titling.sty) -Requires: tex(booktabs.sty) -Requires: tex(hep.sty) -Requires: tex(lineno.sty) -Requires: tex(draftcopy.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(verbatim.sty) -Requires: tex(comment.sty) -Requires: tex(rotating.sty) -Requires: tex(caption.sty) -Requires: tex(hyperref.sty) -Provides: tex(hepthesis.cls) = %{tl_version} - -%description hepthesis -Hepthesis is a LaTeX class for typesetting large academic -reports, in particular PhD theses. It was originally developed -for typesetting the author's high-energy physics PhD thesis and -includes some features specifically tailored to such an -application. In particular, hepthesis offers: - Attractive -semantic environments for various rubric sections; - Extensive -options for draft production, screen viewing and binding-ready -output; - Helpful extensions of existing environments, -including equation and tabular; and - Support for quotations at -the start of the thesis and each chapter. The class is based on -scrbook, from the KOMA-Script bundle. - -date: 2010-06-03 14:28:33 +0200 - -%post hepthesis -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hepthesis -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hepthesis -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hepthesis-doc -Summary: Documentation for hepthesis -Version: svn18725.1.4.3 -Release: %{tl_noarch_release} -Provides: tex-hepthesis-doc -BuildArch: noarch -AutoReqProv: No - -%description hepthesis-doc -Documentation for hepthesis - -%package hepunits -Provides: tex-hepunits = %{tl_version} -License: LPPL -Summary: A set of units useful in high energy physics applications -Version: svn15878.1.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(xspace.sty) -Requires: tex(SIunits.sty) -Provides: tex(hepunits.sty) = %{tl_version} - -%description hepunits -Hepunits is a LaTeX package built on the SIunits package which -adds a collection of useful HEP units to the existing SIunits -set. These include the energy units \MeV, \GeV, \TeV and the -derived momentum and mass units \MeVoverc, \MeVovercsq and so -on. - -date: 2009-09-19 12:08:16 +0200 - -%post hepunits -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun hepunits -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans hepunits -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package hepunits-doc -Summary: Documentation for hepunits -Version: svn15878.1.1.1 -Release: %{tl_noarch_release} -Provides: tex-hepunits-doc -BuildArch: noarch -AutoReqProv: No - -%description hepunits-doc -Documentation for hepunits - -%package karnaugh -Provides: tex-karnaugh = %{tl_version} -License: LPPL -Summary: Typeset Karnaugh-Veitch-maps -Version: svn21338.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(kvmacros.tex) = %{tl_version} - -%description karnaugh -Macros intended 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: 2007-01-08 14:40:40 +0100 - -%post karnaugh -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun karnaugh -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans karnaugh -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package karnaugh-doc -Summary: Documentation for karnaugh -Version: svn21338.0 -Release: %{tl_noarch_release} -Provides: tex-karnaugh-doc -BuildArch: noarch -AutoReqProv: No - -%description karnaugh-doc -Documentation for karnaugh - -%package mhchem -Provides: tex-mhchem = %{tl_version} -License: LPPL -Summary: Typeset chemical formulae/equations and Risk and Safety phrases -Version: svn23334.3.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(twoopt.sty) -Requires: tex(amsmath.sty) -Requires: tex(keyval.sty) -Requires: tex(graphics.sty) -Requires: tex(pgf.sty) -Requires: tex(tikz.sty) -Requires: tex(textcomp.sty) -Provides: tex(mhchem.sty) = %{tl_version} -Provides: tex(rsphrase.sty) = %{tl_version} - -%description mhchem -Currently, the mhchem bundle consists of two packages: mhchem -and rsphrase. The mhchem package provides two commands: one for -typesetting chemical molecular formulae and one for typesetting -chemical equations with these formulae. The rsphrase package -contains the text of all official Risk and Safety (R and S) -Phrases that are used to label chemicals. At the time being, -these phrases are available in Danish, English, French, German -(current spelling), and Spanish. - -date: 2011-06-05 22:15:19 +0200 - -%post mhchem -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mhchem -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mhchem -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mhchem-doc -Summary: Documentation for mhchem -Version: svn23334.3.11 -Release: %{tl_noarch_release} -Provides: tex-mhchem-doc -BuildArch: noarch -AutoReqProv: No - -%description mhchem-doc -Documentation for mhchem - -%package miller -Provides: tex-miller = %{tl_version} -License: LPPL -Summary: Typeset miller indices -Version: svn18789.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(miller.sty) = %{tl_version} - -%description miller -Typeset miller indices, e.g., <1-20>, that are used in material -science with an easy syntax. Minus signs are printed as bar -above the corresponding number. - -date: 2007-01-12 00:17:35 +0100 - -%post miller -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun miller -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans miller -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package miller-doc -Summary: Documentation for miller -Version: svn18789.1.2 -Release: %{tl_noarch_release} -Provides: tex-miller-doc -BuildArch: noarch -AutoReqProv: No - -%description miller-doc -Documentation for miller - -%package mychemistry -Provides: tex-mychemistry = %{tl_version} -License: LPPL 1.3 -Summary: Create reaction schemes with LaTeX and ChemFig -Version: svn28611.1.99b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(float.sty) -Requires: tex(xkeyval.sty) -Requires: tex(chemfig.sty) -Requires: tex(chemmacros.sty) -Requires: tex(translations.sty) -Provides: tex(mychemistry.sty) = %{tl_version} - -%description mychemistry -The package provides commands for typesetting complex chemical -reaction schemes with LaTeX and ChemFig. The package requires -the packages ChemFig, mhchem, chemcompounds and (sometimes) -chemexec. - -date: 2012-12-21 20:05:59 +0100 - -%post mychemistry -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mychemistry -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mychemistry -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mychemistry-doc -Summary: Documentation for mychemistry -Version: svn28611.1.99b -Release: %{tl_noarch_release} -Provides: tex-mychemistry-doc -BuildArch: noarch -AutoReqProv: No - -%description mychemistry-doc -Documentation for mychemistry - -%package nuc -Provides: tex-nuc = %{tl_version} -License: LPPL -Summary: Notation for nuclear isotopes -Version: svn22256.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nuc.sty) = %{tl_version} - -%description nuc -A simple package providing nuclear sub- and superscripts as -commonly used in radiochemistry, radiation science, and nuclear -physics and engineering applications. Isotopes which have Z -with more digits than A require special spacing to appear -properly; this spacing is supported in the package. - -date: 2011-04-28 12:45:40 +0200 - -%post nuc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun nuc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans nuc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package nuc-doc -Summary: Documentation for nuc -Version: svn22256.0.1 -Release: %{tl_noarch_release} -Provides: tex-nuc-doc -BuildArch: noarch -AutoReqProv: No - -%description nuc-doc -Documentation for nuc - -%package objectz -Provides: tex-objectz = %{tl_version} -License: LPPL -Summary: Macros for typesetting Object Z -Version: svn19389.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Provides: tex(oz.sty) = %{tl_version} - -%description objectz -The package will typeset both Z and Object-Z specifications; it -develops the original zed package - -date: 2006-12-30 22:14:40 +0100 - -%post objectz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun objectz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans objectz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package objectz-doc -Summary: Documentation for objectz -Version: svn19389.0 -Release: %{tl_noarch_release} -Provides: tex-objectz-doc -BuildArch: noarch -AutoReqProv: No - -%description objectz-doc -Documentation for objectz - -%package physics -Provides: tex-physics = %{tl_version} -License: LPPL -Summary: Macros supporting the Mathematics of Physics -Version: svn28590.1.3 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(amsmath.sty) -Provides: tex(physics.sty) = %{tl_version} - -%description physics -The package defines simple and flexible macros for typesetting -equations in the languages of vector calculus and linear -algebra, using Dirac notation. - -date: 2012-12-20 17:31:55 +0100 - -%post physics -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun physics -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans physics -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package physics-doc -Summary: Documentation for physics -Version: svn28590.1.3 -Release: %{tl_noarch_release} -Provides: tex-physics-doc -BuildArch: noarch -AutoReqProv: No - -%description physics-doc -Documentation for physics - -%package physymb -Provides: tex-physymb = %{tl_version} -License: LPPL 1.3 -Summary: Assorted macros for Physicists -Version: svn22406.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsbsy.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(accents.sty) -Requires: tex(calligra.sty) -Requires: tex(braket.sty) -Requires: tex(siunitx.sty) -Requires: tex(feynmp.sty) -Provides: tex(physymb.sty) = %{tl_version} - -%description physymb -The package contains a large collection of small macros that -may be useful to physicists and occasionally some -mathematicians. It streamlines writing Dirac notation, -derivatives, vector variables, unit vectors, scientific -notation, elementary particles, and many other things. - -date: 2011-05-10 11:06:42 +0200 - -%post physymb -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun physymb -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans physymb -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package physymb-doc -Summary: Documentation for physymb -Version: svn22406.0.2 -Release: %{tl_noarch_release} -Provides: tex-physymb-doc -BuildArch: noarch -AutoReqProv: No - -%description physymb-doc -Documentation for physymb - -%package pseudocode -Provides: tex-pseudocode = %{tl_version} -License: LPPL -Summary: LaTeX environment for specifying algorithms in a natural way -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancybox.sty) -Requires: tex(ifthen.sty) -Provides: tex(pseudocode.sty) = %{tl_version} - -%description pseudocode -This package provides the environment "pseudocode" for -describing algorithms in a natural manner. - -date: 2009-03-02 13:24:03 +0100 - -%post pseudocode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun pseudocode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans pseudocode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package pseudocode-doc -Summary: Documentation for pseudocode -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-pseudocode-doc -BuildArch: noarch -AutoReqProv: No - -%description pseudocode-doc -Documentation for pseudocode - -%package sasnrdisplay -Provides: tex-sasnrdisplay = %{tl_version} -License: LPPL 1.3 -Summary: Typeset SAS or R code or output -Version: svn25751.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(listings.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(caption.sty) -Requires: tex(needspace.sty) -Provides: tex(SASnRdisplay.cfg) = %{tl_version} -Provides: tex(SASnRdisplay.sty) = %{tl_version} - -%description sasnrdisplay -The SASnRdisplay package serves as a front-end to the listings, -which permits statisticians and others to import source code, -and the results of their calculations or simulations into LaTeX -projects. The package is also capable of overloading the Sweave -and SASweave packages. - -date: 2012-03-27 17:23:43 +0200 - -%post sasnrdisplay -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sasnrdisplay -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sasnrdisplay -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sasnrdisplay-doc -Summary: Documentation for sasnrdisplay -Version: svn25751.0.91 -Release: %{tl_noarch_release} -Provides: tex-sasnrdisplay-doc -BuildArch: noarch -AutoReqProv: No - -%description sasnrdisplay-doc -Documentation for sasnrdisplay - -%package sciposter -Provides: tex-sciposter = %{tl_version} -License: LPPL -Summary: Make posters of ISO A3 size and larger -Version: svn15878.1.18 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(lettrine.sty) -Requires: tex(graphics.sty) -Requires: tex(color.sty) -Requires: tex(shadow.sty) -Requires: tex(a0size.sty) -Requires: tex(times.sty) -Requires: tex(boxedminipage.sty) -Provides: tex(paperb0.cfg) = %{tl_version} -Provides: tex(paperb1.cfg) = %{tl_version} -Provides: tex(paperb2.cfg) = %{tl_version} -Provides: tex(paperb3.cfg) = %{tl_version} -Provides: tex(papercustom.cfg) = %{tl_version} -Provides: tex(paperra0.cfg) = %{tl_version} -Provides: tex(paperra1.cfg) = %{tl_version} -Provides: tex(paperra2.cfg) = %{tl_version} -Provides: tex(sciposter.cls) = %{tl_version} - -%description sciposter -This collection of files contains LaTeX packages for posters of -ISO A3 size and larger (ISO A0 is the default size). American -paper sizes and custom paper are supported. In particular, -sciposter.cls defines a document class which allows cutting and -pasting most of an article to a poster without any editing -(save reducing the size) -- see the manual. Sciposter does work -for LaTeX, not just pdfLaTeX. However, xdvi produces strange -results, though a recent version of dvips does create good ps- -files from the dvi files. Also note that logos must either be -put in the current working directory or in the directories of -your LaTeX distribution. For some reason graphicspath settings -are ignored. - -date: 2007-02-26 21:24:31 +0100 - -%post sciposter -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sciposter -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sciposter -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sciposter-doc -Summary: Documentation for sciposter -Version: svn15878.1.18 -Release: %{tl_noarch_release} -Provides: tex-sciposter-doc -BuildArch: noarch -AutoReqProv: No - -%description sciposter-doc -Documentation for sciposter - -%package sfg -Provides: tex-sfg = %{tl_version} -License: LPPL -Summary: Draw signal flow graphs -Version: svn20209.0.91 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(pstricks.sty) -Provides: tex(sfg.sty) = %{tl_version} - -%description sfg -Defines some commands to draw signal flow graphs as used by -electrical and electronics engineers and graph theorists. -Requires fp and pstricks packages (and a relatively fast -machine). - -date: 2010-10-25 17:10:20 +0200 - -%post sfg -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun sfg -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans sfg -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package sfg-doc -Summary: Documentation for sfg -Version: svn20209.0.91 -Release: %{tl_noarch_release} -Provides: tex-sfg-doc -BuildArch: noarch -AutoReqProv: No - -%description sfg-doc -Documentation for sfg - -%package siunitx -Provides: tex-siunitx = %{tl_version} -License: LPPL 1.3 -Summary: A comprehensive (SI) units package -Version: svn29360.2.5q -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(amstext.sty) -Requires: tex(array.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xspace.sty) -Requires: tex(translator.sty) -Provides: tex(siunitx-abbreviations.cfg) = %{tl_version} -Provides: tex(siunitx-binary.cfg) = %{tl_version} -Provides: tex(siunitx-version-1.cfg) = %{tl_version} -Provides: tex(siunitx.sty) = %{tl_version} - -%description siunitx -Typesetting values with units requires care to ensure that the -combined mathematical meaning of the value plus unit -combination is clear. In particular, the SI units system lays -down a consistent set of units with rules on how they are to be -used. However, different countries and publishers have -differing conventions on the exact appearance of numbers (and -units). A number of LaTeX packages have been developed to -provide consistent application of the various rules: SIunits, -sistyle, unitsdef and units are the leading examples. The -numprint package provides a large number of number-related -functions, while dcolumn and rccol provide tools for -typesetting tabular numbers. The siunitx package takes the best -from the existing packages, and adds new features and a -consistent interface. A number of new ideas have been -incorporated, to fill gaps in the existing provision. The -package also provides backward-compatibility with SIunits, -sistyle, unitsdef and units. The aim is to have one package to -handle all of the possible unit-related needs of LaTeX users. -The package relies on LaTeX 3 support from the l3kernel and -l3packages bundles. - -date: 2013-03-12 10:55:10 +0100 - -%post siunitx -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun siunitx -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans siunitx -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package siunitx-doc -Summary: Documentation for siunitx -Version: svn29360.2.5q -Release: %{tl_noarch_release} -Provides: tex-siunitx-doc -BuildArch: noarch -AutoReqProv: No - -%description siunitx-doc -Documentation for siunitx - -%package steinmetz -Provides: tex-steinmetz = %{tl_version} -License: LPPL -Summary: Print Steinmetz notation -Version: svn15878.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pict2e.sty) -Provides: tex(steinmetz.sty) = %{tl_version} - -%description steinmetz -The steinmetz package provides a command for typesetting -complex numbers in the Steinmetz notation used in -electrotechnics as: <modulus><argument or phase inside an angle -symbol> The package makes use of pict2e. - -date: 2009-11-10 00:30:52 +0100 - -%post steinmetz -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun steinmetz -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans steinmetz -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package steinmetz-doc -Summary: Documentation for steinmetz -Version: svn15878.1.0 -Release: %{tl_noarch_release} -Provides: tex-steinmetz-doc -BuildArch: noarch -AutoReqProv: No - -%description steinmetz-doc -Documentation for steinmetz - -%package struktex -Provides: tex-struktex = %{tl_version} -License: LPPL 1.2 -Summary: Draw Nassi-Schneidermann charts -Version: svn25916.141 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(color.sty) -Requires: tex(nameref.sty) -Requires: tex(url.sty) -Requires: tex(ifthen.sty) -Requires: tex(struktxp.sty) -Requires: tex(curves.sty) -Requires: tex(pict2e.sty) -Provides: tex(strukdoc.sty) = %{tl_version} -Provides: tex(struktex.sty) = %{tl_version} -Provides: tex(struktxf.sty) = %{tl_version} -Provides: tex(struktxp.sty) = %{tl_version} - -%description struktex -Even in the age of OOP one must develop algorithms. Nassi- -Shneiderman diagrams are a well known tool to describe an -algorithm in a graphical way. The package offers some macros -for generating those diagrams in a LaTeX document. The package -provides the most important elements of a Nassi-Shneiderman -diagram, including processing blocks, loops, mapping -conventions for alternatives, etc. Diagrams are drawn using the -picture environment (using pict2e for preference). - -date: 2012-04-11 11:11:10 +0200 - -%post struktex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun struktex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans struktex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package struktex-doc -Summary: Documentation for struktex -Version: svn25916.141 -Release: %{tl_noarch_release} -Provides: tex-struktex-doc -BuildArch: noarch -AutoReqProv: No - -%description struktex-doc -Documentation for struktex - -%package substances -Provides: tex-substances = %{tl_version} -License: LPPL 1.3 -Summary: A database of chemicals -Version: svn27182.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xtemplate.sty) -Requires: tex(chemmacros.sty) -Provides: tex(substances-default.def) = %{tl_version} -Provides: tex(substances.sty) = %{tl_version} - -%description substances -The package provides the means to create a database-like file -that contains data of various chemicals. These data may be -retrieved in the document; an index of the chemicals mentioned -in the document can be created.. - -date: 2012-07-22 22:37:06 +0200 - -%post substances -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun substances -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans substances -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package substances-doc -Summary: Documentation for substances -Version: svn27182.0.1 -Release: %{tl_noarch_release} -Provides: tex-substances-doc -BuildArch: noarch -AutoReqProv: No - -%description substances-doc -Documentation for substances - -%package t-angles -Provides: tex-t-angles = %{tl_version} -License: GPL+ -Summary: Draw tangles, trees, Hopf algebra operations and other pictures -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Provides: tex(t-angles.sty) = %{tl_version} - -%description t-angles -A LaTeX2e package for drawing tangles, trees, Hopf algebra -operations and other pictures. It is based on emTeX or TPIC -\special's. Therefore, it can be used with the most popular -drivers, including emTeX drivers, dviwin, xdvi and dvips, and -(using some code from ConTeXt) it may also be used with -PDFLaTeX. - -date: 2007-03-12 14:32:12 +0100 - -%post t-angles -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun t-angles -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans t-angles -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package t-angles-doc -Summary: Documentation for t-angles -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-t-angles-doc -BuildArch: noarch -AutoReqProv: No - -%description t-angles-doc -Documentation for t-angles - -%package textopo -Provides: tex-textopo = %{tl_version} -License: GPL+ -Summary: Annotated membrane protein topology plots -Version: svn23796.1.5 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(texshade.sty) -Requires: tex(color.sty) -Requires: tex(graphics.sty) -Provides: tex(biotex.sty) = %{tl_version} -Provides: tex(textopo.def) = %{tl_version} -Provides: tex(textopo.sty) = %{tl_version} - -%description textopo -A LaTeX package for setting shaded and annotated membrane -protein topology plots and helical wheels. - -date: 2011-06-02 21:02:40 +0200 - -%post textopo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun textopo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans textopo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package textopo-doc -Summary: Documentation for textopo -Version: svn23796.1.5 -Release: %{tl_noarch_release} -Provides: tex-textopo-doc -BuildArch: noarch -AutoReqProv: No - -%description textopo-doc -Documentation for textopo - -%package ulqda -Provides: tex-ulqda = %{tl_version} -License: LPPL -Summary: Support of Qualitative Data Analysis -Version: svn26313.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ulqda-bin -Requires: tex(multicol.sty) -Requires: tex(tikz.sty) -Requires: tex(dot2texi.sty) -Requires: tex(soul.sty) -Provides: tex(ulqda.sty) = %{tl_version} - -%description ulqda -The package is for use in Qualitative Data Analysis research. -It supports the integration of Qualitative Data Analysis (QDA) -research tasks, specifically for Grounded Theory, into the -LaTeX work flow. It assists in the analysis of textual data -such as interview transcripts and field notes by providing the -LaTeX user with macros which are used to markup textual -information -- for example, in-depth interviews. - -date: 2009-11-10 09:00:49 +0100 - -%post ulqda -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ulqda -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ulqda -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ulqda-doc -Summary: Documentation for ulqda -Version: svn26313.1.1 -Release: %{tl_noarch_release} -Provides: tex-ulqda-doc -BuildArch: noarch -AutoReqProv: No - -%description ulqda-doc -Documentation for ulqda - -%package ulqda-bin -Summary: Binaries for ulqda -Version: svn13663.0 -Requires: texlive-base -Requires: tex-ulqda -Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} -Release: %{tl_release} -BuildArch: noarch - -%description ulqda-bin -Binaries for ulqda - -%package unitsdef -Provides: tex-unitsdef = %{tl_version} -License: LPPL -Summary: Typesetting units in LaTeX -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Requires: tex(units.sty) -Requires: tex(xspace.sty) -Provides: tex(ampabbrv.cfg) = %{tl_version} -Provides: tex(enerabbr.cfg) = %{tl_version} -Provides: tex(freqabbr.cfg) = %{tl_version} -Provides: tex(lengabbr.cfg) = %{tl_version} -Provides: tex(molabbrv.cfg) = %{tl_version} -Provides: tex(timeabbr.cfg) = %{tl_version} -Provides: tex(unitsdef.sty) = %{tl_version} -Provides: tex(volabbrv.cfg) = %{tl_version} -Provides: tex(voltabbr.cfg) = %{tl_version} -Provides: tex(weigabbr.cfg) = %{tl_version} - -%description unitsdef -There are a lot of packages for typesetting units in LaTeX2e. -Some define macros to typeset a lot of units but do not suit to -the actual font settings, some make the characters needed -available but do not predefine any unit. This package tries to -comply with both requirements. It predefines common units, -defines an easy to use interface to define new units and -changes the output concerning to the surrounding font settings. - -date: 2007-01-20 15:20:16 +0100 - -%post unitsdef -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun unitsdef -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans unitsdef -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package unitsdef-doc -Summary: Documentation for unitsdef -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-unitsdef-doc -BuildArch: noarch -AutoReqProv: No - -%description unitsdef-doc -Documentation for unitsdef - -%package youngtab -Provides: tex-youngtab = %{tl_version} -License: LPPL -Summary: Typeset Young-Tableaux -Version: svn17635.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(youngtab.sty) = %{tl_version} - -%description youngtab -A package for typesetting Young-Tableaux, mathematical symbols -for the representations of groups, providing two macros, -\yng(1) and \young(1) to generate the whole Young-Tableaux. - -date: 2010-03-30 14:47:00 +0200 - -%post youngtab -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun youngtab -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans youngtab -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package youngtab-doc -Summary: Documentation for youngtab -Version: svn17635.1.1 -Release: %{tl_noarch_release} -Provides: tex-youngtab-doc -BuildArch: noarch -AutoReqProv: No - -%description youngtab-doc -Documentation for youngtab - -%package collection-texinfo -Summary: GNU Texinfo -Version: svn15216.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-texinfo -Requires: texlive-collection-basic - -%description collection-texinfo -TeX macros for the GNU Texinfo documentation system. The -programs and documentation are no longer distributed with TeX -Live; get the original Texinfo package for your system. - -%package texinfo -Provides: tex-texinfo = %{tl_version} -License: GPL+ -Summary: Texinfo documentation system -Version: svn29349.2013_02_01.11 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texinfo.tex) = %{tl_version} -Provides: tex(txi-cs.tex) = %{tl_version} -Provides: tex(txi-de.tex) = %{tl_version} -Provides: tex(txi-en.tex) = %{tl_version} -Provides: tex(txi-es.tex) = %{tl_version} -Provides: tex(txi-fr.tex) = %{tl_version} -Provides: tex(txi-it.tex) = %{tl_version} -Provides: tex(txi-nb.tex) = %{tl_version} -Provides: tex(txi-nl.tex) = %{tl_version} -Provides: tex(txi-nn.tex) = %{tl_version} -Provides: tex(txi-pl.tex) = %{tl_version} -Provides: tex(txi-pt.tex) = %{tl_version} -Provides: tex(txi-ru.tex) = %{tl_version} -Provides: tex(txi-sr.tex) = %{tl_version} -Provides: tex(txi-tr.tex) = %{tl_version} -Provides: tex(txi-uk.tex) = %{tl_version} - -%description texinfo -Info is the preferred format for documentation in the GNU -project; the format may be used to produce online or printed -output from a single source. The Texinfo macros may be used to -produce printable output using TeX; other programs in the -distribution offer online interactive use (with hypertext -linkages in some cases). Note that a developers' snapshot of -the latest working version of the Texinfo macros may be found -in the Texinfo 'latest' package. - -date: 2013-03-10 17:22:46 +0100 - -%post texinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package collection-xetex -Summary: XeTeX packages -Version: svn29634.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-arabxetex -Requires: tex-euenc -Requires: tex-fixlatvian -Requires: tex-fontbook -Requires: tex-fontwrap -Requires: tex-mathspec -Requires: tex-philokalia -Requires: tex-polyglossia -Requires: tex-ptext -Requires: tex-realscripts -Requires: tex-ucharclasses -Requires: tex-unisugar -Requires: tex-xecjk -Requires: tex-xecolor -Requires: tex-xecyr -Requires: tex-xeindex -Requires: tex-xepersian -Requires: tex-xesearch -Requires: tex-xetex -Requires: tex-xetex-def -Requires: tex-xetex-itrans -Requires: tex-xetex-pstricks -Requires: tex-xetex-tibetan -Requires: tex-xetexconfig -Requires: tex-xetexfontinfo -Requires: tex-xltxtra -Requires: tex-xunicode -Requires: texlive-collection-basic -Provides: tex(xetex) = %{tl_version} -Obsoletes: texlive-texmf-xetex < %{tl_version} - -%description collection-xetex -Packages for XeTeX, the Unicode/OpenType-enabled TeX by -Jonathan Kew, http://tug.org/xetex. - -%package euenc -Provides: tex-euenc = %{tl_version} -License: LPPL 1.3 -Summary: Unicode font encoding definitions for XeTeX -Version: svn19795.0.1h -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eu1enc.def) = %{tl_version} -Provides: tex(eu1lmdh.fd) = %{tl_version} -Provides: tex(eu1lmr.fd) = %{tl_version} -Provides: tex(eu1lmss.fd) = %{tl_version} -Provides: tex(eu1lmssq.fd) = %{tl_version} -Provides: tex(eu1lmtt.fd) = %{tl_version} -Provides: tex(eu1lmvtt.fd) = %{tl_version} -Provides: tex(eu2enc.def) = %{tl_version} -Provides: tex(eu2lmdh.fd) = %{tl_version} -Provides: tex(eu2lmr.fd) = %{tl_version} -Provides: tex(eu2lmss.fd) = %{tl_version} -Provides: tex(eu2lmssq.fd) = %{tl_version} -Provides: tex(eu2lmtt.fd) = %{tl_version} -Provides: tex(eu2lmvtt.fd) = %{tl_version} - -%description euenc -Font encoding definitions for unicode fonts loaded by LaTeX in -XeTeX or LuaTeX. The package provides two encodings: -- EU1, -designed for use with XeTeX, which the fontspec uses for -unicode fonts which require no macro-level processing for -accents, and -- EU2, which provides the same facilities for use -with LuaTeX. Neither encoding places any restriction on the -glyphs provided by a font; use of EU2 causes the package -euxunicode to be loaded (the package is part of this -distribution). The package includes font definition files for -use with the Latin Modern OpenType fonts. - -date: 2010-09-19 01:22:04 +0200 - -%post euenc -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun euenc -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans euenc -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package euenc-doc -Summary: Documentation for euenc -Version: svn19795.0.1h -Release: %{tl_noarch_release} -Provides: tex-euenc-doc -BuildArch: noarch -AutoReqProv: No - -%description euenc-doc -Documentation for euenc - -%package fixlatvian -Provides: tex-fixlatvian = %{tl_version} -License: LPPL 1.3 -Summary: Improve Latvian language support in XeLaTeX -Version: svn21631.1a -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svn-prov.sty) -Requires: tex(caption.sty) -Requires: tex(etoolbox.sty) -Requires: tex(perpage.sty) -Requires: tex(polyglossia.sty) -Requires: tex(xstring.sty) -Requires: tex(indentfirst.sty) -Requires: tex(icomma.sty) -Provides: tex(fixlatvian.sty) = %{tl_version} - -%description fixlatvian -The package offers improvement of the Latvian language support -in polyglossia, in particular in the area of the standard -classes. - -date: 2011-03-06 19:31:04 +0100 - -%post fixlatvian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fixlatvian -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fixlatvian -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fixlatvian-doc -Summary: Documentation for fixlatvian -Version: svn21631.1a -Release: %{tl_noarch_release} -Provides: tex-fixlatvian-doc -BuildArch: noarch -AutoReqProv: No - -%description fixlatvian-doc -Documentation for fixlatvian - -%package fontbook -Provides: tex-fontbook = %{tl_version} -License: LPPL 1.3 -Summary: Generate a font book -Version: svn23608.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Provides: tex(fontbook.sty) = %{tl_version} - -%description fontbook -The package provides a means of producing a 'book' of font -samples (for evaluation, etc.). - -date: 2011-08-17 19:15:50 +0200 - -%post fontbook -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontbook -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontbook -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontbook-doc -Summary: Documentation for fontbook -Version: svn23608.0.2 -Release: %{tl_noarch_release} -Provides: tex-fontbook-doc -BuildArch: noarch -AutoReqProv: No - -%description fontbook-doc -Documentation for fontbook - -%package fontwrap -Provides: tex-fontwrap = %{tl_version} -License: GPL+ -Summary: Bind fonts to specific unicode blocks -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fontwrap.sty) = %{tl_version} - -%description fontwrap -The package (which runs under XeLaTeX) lets you bind fonts to -specific unicode blocks, for automatic font tagging of -multilingual text. The package uses Perl (via perltex) to -construct its tables. - -date: 2008-08-19 20:38:14 +0200 - -%post fontwrap -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun fontwrap -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans fontwrap -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package fontwrap-doc -Summary: Documentation for fontwrap -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-fontwrap-doc -BuildArch: noarch -AutoReqProv: No - -%description fontwrap-doc -Documentation for fontwrap - -%package mathspec -Provides: tex-mathspec = %{tl_version} -License: LPPL -Summary: Specify arbitrary fonts for mathematics in XeTeX -Version: svn15878.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(amstext.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(xkeyval.sty) -Requires: tex(MnSymbol.sty) -Provides: tex(mathspec.sty) = %{tl_version} - -%description mathspec -The mathspec package provides an interface to typeset -mathematics in XeLaTeX with arbitrary text fonts using fontspec -as a backend. The package is under development and later -versions might to be incompatible with this version, as this -version is incompatible with earlier versions. The package -requires at least version 0.9995 of XeTeX. - -date: 2009-09-30 20:39:21 +0200 - -%post mathspec -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun mathspec -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans mathspec -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package mathspec-doc -Summary: Documentation for mathspec -Version: svn15878.0.2 -Release: %{tl_noarch_release} -Provides: tex-mathspec-doc -BuildArch: noarch -AutoReqProv: No - -%description mathspec-doc -Documentation for mathspec - -%package philokalia -Provides: tex-philokalia = %{tl_version} -License: OFL -Summary: A font to typeset the Philokalia Books -Version: svn18651.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(xltxtra.sty) -Requires: tex(lettrine.sty) -Provides: tex(Philokalia-Regular.otf) = %{tl_version} -Provides: tex(eu1plk.fd) = %{tl_version} -Provides: tex(philokalia.sty) = %{tl_version} - -%description philokalia -The philokalia package has been designed to ease the use of the -Philokalia-Regular OpenType font with XeLaTeX. The font started -as a project to digitize the typeface used to typeset the -Philokalia books. - -date: 2007-09-24 10:59:32 +0200 - -%post philokalia -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun philokalia -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans philokalia -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package philokalia-doc -Summary: Documentation for philokalia -Version: svn18651.1.1 -Release: %{tl_noarch_release} -Provides: tex-philokalia-doc -BuildArch: noarch -AutoReqProv: No - -%description philokalia-doc -Documentation for philokalia - -%package polyglossia -Provides: tex-polyglossia = %{tl_version} -License: LPPL 1.3 -Summary: Modern multilingual typesetting with XeLaTeX -Version: svn26163.v1.2.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(bidi.sty) -Requires: tex(calc.sty) -Requires: tex(hebrewcal.sty) -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(makecmds.sty) -Requires: tex(fontspec.sty) -Provides: tex(arabicdigits.map) = %{tl_version} -Provides: tex(bengalidigits.map) = %{tl_version} -Provides: tex(devanagaridigits.map) = %{tl_version} -Provides: tex(farsidigits.map) = %{tl_version} -Provides: tex(thaidigits.map) = %{tl_version} -Provides: tex(arabicnumbers.sty) = %{tl_version} -Provides: tex(babel-hebrewalph.def) = %{tl_version} -Provides: tex(babelsh.def) = %{tl_version} -Provides: tex(cal-util.def) = %{tl_version} -Provides: tex(devanagaridigits.sty) = %{tl_version} -Provides: tex(farsical.sty) = %{tl_version} -Provides: tex(gloss-albanian.ldf) = %{tl_version} -Provides: tex(gloss-amharic.ldf) = %{tl_version} -Provides: tex(gloss-arabic.ldf) = %{tl_version} -Provides: tex(gloss-armenian.ldf) = %{tl_version} -Provides: tex(gloss-asturian.ldf) = %{tl_version} -Provides: tex(gloss-bahasai.ldf) = %{tl_version} -Provides: tex(gloss-bahasam.ldf) = %{tl_version} -Provides: tex(gloss-basque.ldf) = %{tl_version} -Provides: tex(gloss-bengali.ldf) = %{tl_version} -Provides: tex(gloss-brazil.ldf) = %{tl_version} -Provides: tex(gloss-breton.ldf) = %{tl_version} -Provides: tex(gloss-bulgarian.ldf) = %{tl_version} -Provides: tex(gloss-catalan.ldf) = %{tl_version} -Provides: tex(gloss-coptic.ldf) = %{tl_version} -Provides: tex(gloss-croatian.ldf) = %{tl_version} -Provides: tex(gloss-czech.ldf) = %{tl_version} -Provides: tex(gloss-danish.ldf) = %{tl_version} -Provides: tex(gloss-divehi.ldf) = %{tl_version} -Provides: tex(gloss-dutch.ldf) = %{tl_version} -Provides: tex(gloss-english.ldf) = %{tl_version} -Provides: tex(gloss-esperanto.ldf) = %{tl_version} -Provides: tex(gloss-estonian.ldf) = %{tl_version} -Provides: tex(gloss-farsi.ldf) = %{tl_version} -Provides: tex(gloss-finnish.ldf) = %{tl_version} -Provides: tex(gloss-french.ldf) = %{tl_version} -Provides: tex(gloss-friulan.ldf) = %{tl_version} -Provides: tex(gloss-galician.ldf) = %{tl_version} -Provides: tex(gloss-german.ldf) = %{tl_version} -Provides: tex(gloss-greek.ldf) = %{tl_version} -Provides: tex(gloss-hebrew.ldf) = %{tl_version} -Provides: tex(gloss-hindi.ldf) = %{tl_version} -Provides: tex(gloss-icelandic.ldf) = %{tl_version} -Provides: tex(gloss-interlingua.ldf) = %{tl_version} -Provides: tex(gloss-irish.ldf) = %{tl_version} -Provides: tex(gloss-italian.ldf) = %{tl_version} -Provides: tex(gloss-kannada.ldf) = %{tl_version} -Provides: tex(gloss-lao.ldf) = %{tl_version} -Provides: tex(gloss-latin.ldf) = %{tl_version} -Provides: tex(gloss-latvian.ldf) = %{tl_version} -Provides: tex(gloss-lithuanian.ldf) = %{tl_version} -Provides: tex(gloss-lsorbian.ldf) = %{tl_version} -Provides: tex(gloss-magyar.ldf) = %{tl_version} -Provides: tex(gloss-malayalam.ldf) = %{tl_version} -Provides: tex(gloss-marathi.ldf) = %{tl_version} -Provides: tex(gloss-norsk.ldf) = %{tl_version} -Provides: tex(gloss-nynorsk.ldf) = %{tl_version} -Provides: tex(gloss-occitan.ldf) = %{tl_version} -Provides: tex(gloss-polish.ldf) = %{tl_version} -Provides: tex(gloss-portuges.ldf) = %{tl_version} -Provides: tex(gloss-romanian.ldf) = %{tl_version} -Provides: tex(gloss-romansh.ldf) = %{tl_version} -Provides: tex(gloss-russian.ldf) = %{tl_version} -Provides: tex(gloss-samin.ldf) = %{tl_version} -Provides: tex(gloss-sanskrit.ldf) = %{tl_version} -Provides: tex(gloss-scottish.ldf) = %{tl_version} -Provides: tex(gloss-serbian.ldf) = %{tl_version} -Provides: tex(gloss-slovak.ldf) = %{tl_version} -Provides: tex(gloss-slovenian.ldf) = %{tl_version} -Provides: tex(gloss-spanish.ldf) = %{tl_version} -Provides: tex(gloss-swedish.ldf) = %{tl_version} -Provides: tex(gloss-syriac.ldf) = %{tl_version} -Provides: tex(gloss-tamil.ldf) = %{tl_version} -Provides: tex(gloss-telugu.ldf) = %{tl_version} -Provides: tex(gloss-thai.ldf) = %{tl_version} -Provides: tex(gloss-turkish.ldf) = %{tl_version} -Provides: tex(gloss-turkmen.ldf) = %{tl_version} -Provides: tex(gloss-ukrainian.ldf) = %{tl_version} -Provides: tex(gloss-urdu.ldf) = %{tl_version} -Provides: tex(gloss-usorbian.ldf) = %{tl_version} -Provides: tex(gloss-vietnamese.ldf) = %{tl_version} -Provides: tex(gloss-welsh.ldf) = %{tl_version} -Provides: tex(hebrewcal.sty) = %{tl_version} -Provides: tex(hijrical.sty) = %{tl_version} -Provides: tex(polyglossia.sty) = %{tl_version} -Provides: tex(xgreek-fixes.def) = %{tl_version} - -%description polyglossia -This package provides a complete Babel replacement for users of -XeLaTeX; it relies on the fontspec package, version 2.0 at -least. The current release offers support of 68 languages. - -date: 2012-04-30 01:10:22 +0200 - -%post polyglossia -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun polyglossia -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans polyglossia -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package polyglossia-doc -Summary: Documentation for polyglossia -Version: svn26163.v1.2.1 -Release: %{tl_noarch_release} -Provides: tex-polyglossia-doc -BuildArch: noarch -AutoReqProv: No - -%description polyglossia-doc -Documentation for polyglossia - -%package ptext -Provides: tex-ptext = %{tl_version} -License: LPPL 1.2 -Summary: A 'lipsum' for Persian -Version: svn28124.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ptext.sty) = %{tl_version} - -%description ptext -The package provides lipsum-like facilities for the Persian -language. The source of the filling text is the Persian epic -"the Shanameh" (100 paragraphs are used.) - -date: 2012-10-30 15:33:40 +0100 - -%post ptext -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ptext -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ptext -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ptext-doc -Summary: Documentation for ptext -Version: svn28124.1 -Release: %{tl_noarch_release} -Provides: tex-ptext-doc -BuildArch: noarch -AutoReqProv: No - -%description ptext-doc -Documentation for ptext - -%package realscripts -Provides: tex-realscripts = %{tl_version} -License: LPPL 1.3 -Summary: Access OpenType subscript and superscript glyphs -Version: svn29423.0.3b -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Provides: tex(realscripts.sty) = %{tl_version} - -%description realscripts -This small package replaces \textsuperscript and \textsubscript -commands by equivalent commands that use OpenType font features -to access appropriate glyphs if possible. The package also -patches LaTeX's default footnote command to use this new -\textsuperscript for footnote symbols. The package requires -fontspec running on either XeLaTeX or LuaLaTeX. The package -holds functions that were once parts of the xltxtra package, -which now loads realscripts by default. - -date: 2013-02-27 17:45:34 +0100 - -%post realscripts -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun realscripts -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans realscripts -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package realscripts-doc -Summary: Documentation for realscripts -Version: svn29423.0.3b -Release: %{tl_noarch_release} -Provides: tex-realscripts-doc -BuildArch: noarch -AutoReqProv: No - -%description realscripts-doc -Documentation for realscripts - -%package ucharclasses -Provides: tex-ucharclasses = %{tl_version} -License: Public Domain -Summary: Switch fonts in XeTeX according to what is being processed -Version: svn27820.2.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Provides: tex(ucharclasses.sty) = %{tl_version} - -%description ucharclasses -The package takes care of switching fonts when you switch from -one Unicode block to another in the text of a document. This -way, you can write a document with no explicit font selection, -but a series of rules of the form "when entering block ..., -switch font to use ...". - -date: 2012-09-26 16:27:49 +0200 - -%post ucharclasses -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun ucharclasses -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans ucharclasses -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package ucharclasses-doc -Summary: Documentation for ucharclasses -Version: svn27820.2.0 -Release: %{tl_noarch_release} -Provides: tex-ucharclasses-doc -BuildArch: noarch -AutoReqProv: No - -%description ucharclasses-doc -Documentation for ucharclasses - -%package unisugar -Provides: tex-unisugar = %{tl_version} -License: LPPL 1.3 -Summary: Define syntactic sugar for Unicode LaTeX -Version: svn22357.0.92 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Provides: tex(unisugar.sty) = %{tl_version} - -%description unisugar -The package allows the user to define shorthand aliases for -single Unicode characters, and also provides support for such -aliases in RTL-text. The package requires an TeX-alike system -that uses Unicode input in a native way: current examples are -XeTeX and LuaTeX. - -date: 2011-05-08 11:17:43 +0200 - -%post unisugar -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun unisugar -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans unisugar -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package unisugar-doc -Summary: Documentation for unisugar -Version: svn22357.0.92 -Release: %{tl_noarch_release} -Provides: tex-unisugar-doc -BuildArch: noarch -AutoReqProv: No - -%description unisugar-doc -Documentation for unisugar - -%package xecjk -Provides: tex-xecjk = %{tl_version} -License: LPPL -Summary: Support for CJK documents in XeLaTeX -Version: svn28816.3.1.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xtemplate.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(indentfirst.sty) -Requires: tex(CJKnumb.sty) -Requires: tex(ulem.sty) -Requires: tex(CJKfntef.sty) -Provides: tex(xeCJK.cfg) = %{tl_version} -Provides: tex(xeCJK.sty) = %{tl_version} -Provides: tex(xeCJKfntef.sty) = %{tl_version} - -%description xecjk -A LaTeX package for typesetting CJK documents in the way users -have become used to, in the CJK package. The package requires a -current version of xtemplate (and hence of the current LaTeX 3 -development environment. - -date: 2013-01-12 09:41:22 +0100 - -%post xecjk -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xecjk -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xecjk -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xecjk-doc -Summary: Documentation for xecjk -Version: svn28816.3.1.2 -Release: %{tl_noarch_release} -Provides: tex-xecjk-doc -BuildArch: noarch -AutoReqProv: No - -%description xecjk-doc -Documentation for xecjk - -%package xecolor -Provides: tex-xecolor = %{tl_version} -License: LPPL 1.3 -Summary: Support for color in XeLaTeX -Version: svn29660.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(iftex.sty) -Provides: tex(xecolor.sty) = %{tl_version} - -%description xecolor -This is a simple package which defines about 140 different -colours using XeTeX's colour feature. The colours can be used -in bidirectional texts without any problem. - -date: 2013-04-04 12:47:47 +0200 - -%post xecolor -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xecolor -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xecolor -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xecolor-doc -Summary: Documentation for xecolor -Version: svn29660.0.1 -Release: %{tl_noarch_release} -Provides: tex-xecolor-doc -BuildArch: noarch -AutoReqProv: No - -%description xecolor-doc -Documentation for xecolor - -%package xecyr -Provides: tex-xecyr = %{tl_version} -License: LPPL -Summary: Using Cyrillic languages in XeTeX -Version: svn20221.1.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(misccorr.sty) -Requires: tex(xltxtra.sty) -Requires: tex(xunicode.sty) -Provides: tex(xu-ruenhyph.tex) = %{tl_version} -Provides: tex(xecyr.sty) = %{tl_version} - -%description xecyr -Helper tools for using Cyrillic languages with XeLaTeX and -babel. - -date: 2010-10-26 13:00:58 +0200 - -%post xecyr -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xecyr -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xecyr -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xecyr-doc -Summary: Documentation for xecyr -Version: svn20221.1.1 -Release: %{tl_noarch_release} -Provides: tex-xecyr-doc -BuildArch: noarch -AutoReqProv: No - -%description xecyr-doc -Documentation for xecyr - -%package xeindex -Provides: tex-xeindex = %{tl_version} -License: LPPL -Summary: Automatic index generation for XeLaTeX -Version: svn16760.0.2 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Requires: tex(xesearch.sty) -Provides: tex(xeindex.sty) = %{tl_version} - -%description xeindex -The package is based on XeSearch, and will automatically index -words or phrases in an XeLaTeX document. Words are declared in -a list, and every occurrence then creates an index entry whose -content can be fully specified beforehand. - -date: 2010-01-17 14:52:57 +0100 - -%post xeindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xeindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xeindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xeindex-doc -Summary: Documentation for xeindex -Version: svn16760.0.2 -Release: %{tl_noarch_release} -Provides: tex-xeindex-doc -BuildArch: noarch -AutoReqProv: No - -%description xeindex-doc -Documentation for xeindex - -%package xepersian -Provides: tex-xepersian = %{tl_version} -License: LPPL 1.3 -Summary: Persian for LaTeX, using XeTeX -Version: svn29661.12.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifxetex.sty) -Requires: tex(multido.sty) -Requires: tex(datetime.sty) -Requires: tex(multicol.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancybox.sty) -Requires: tex(geometry.sty) -Requires: tex(textpos.sty) -Requires: tex(hyphenat.sty) -Requires: tex(lastpage.sty) -Requires: tex(setspace.sty) -Requires: tex(ragged2e.sty) -Requires: tex(pifont.sty) -Requires: tex(fullpage.sty) -Requires: tex(calc.sty) -Requires: tex(verbatim.sty) -Requires: tex(tabularx.sty) -Requires: tex(fontspec.sty) -Requires: tex(bidi.sty) -Requires: tex(extrafootnotefeatures.def) -Provides: tex(parsidigits.map) = %{tl_version} -Provides: tex(algorithm-xepersian.def) = %{tl_version} -Provides: tex(algorithmic-xepersian.def) = %{tl_version} -Provides: tex(amsart-xepersian.def) = %{tl_version} -Provides: tex(amsbook-xepersian.def) = %{tl_version} -Provides: tex(article-xepersian.def) = %{tl_version} -Provides: tex(artikel1-xepersian.def) = %{tl_version} -Provides: tex(artikel2-xepersian.def) = %{tl_version} -Provides: tex(artikel3-xepersian.def) = %{tl_version} -Provides: tex(backref-xepersian.def) = %{tl_version} -Provides: tex(bidicode-xepersian.def) = %{tl_version} -Provides: tex(bidimoderncv-xepersian.def) = %{tl_version} -Provides: tex(bidituftesidenote-xepersian.def) = %{tl_version} -Provides: tex(boek-xepersian.def) = %{tl_version} -Provides: tex(boek3-xepersian.def) = %{tl_version} -Provides: tex(book-xepersian.def) = %{tl_version} -Provides: tex(bookest-xepersian.def) = %{tl_version} -Provides: tex(breqn-xepersian.def) = %{tl_version} -Provides: tex(color-localise.def) = %{tl_version} -Provides: tex(commands-ltx.def) = %{tl_version} -Provides: tex(commands-xepersian.def) = %{tl_version} -Provides: tex(empheq-xepersian.def) = %{tl_version} -Provides: tex(enumerate-xepersian.def) = %{tl_version} -Provides: tex(environments-ltx.def) = %{tl_version} -Provides: tex(environments-xepersian.def) = %{tl_version} -Provides: tex(extarticle-xepersian.def) = %{tl_version} -Provides: tex(extbook-xepersian.def) = %{tl_version} -Provides: tex(extrafootnotefeatures-xepersian.def) = %{tl_version} -Provides: tex(extreport-xepersian.def) = %{tl_version} -Provides: tex(flowfram-xepersian.def) = %{tl_version} -Provides: tex(footnote-bidi-xepersian.def) = %{tl_version} -Provides: tex(framed-bidi-xepersian.def) = %{tl_version} -Provides: tex(hyperref-xepersian.def) = %{tl_version} -Provides: tex(imsproc-xepersian.def) = %{tl_version} -Provides: tex(kashida-xepersian.def) = %{tl_version} -Provides: tex(listings-xepersian.def) = %{tl_version} -Provides: tex(loadingorder-bidi-xepersian.def) = %{tl_version} -Provides: tex(localise-xepersian.def) = %{tl_version} -Provides: tex(memoir-xepersian.def) = %{tl_version} -Provides: tex(messages-localise.def) = %{tl_version} -Provides: tex(minitoc-xepersian.def) = %{tl_version} -Provides: tex(misc-localise-xepersian.def) = %{tl_version} -Provides: tex(natbib-xepersian.def) = %{tl_version} -Provides: tex(packages-localise-xepersian.def) = %{tl_version} -Provides: tex(rapport1-xepersian.def) = %{tl_version} -Provides: tex(rapport3-xepersian.def) = %{tl_version} -Provides: tex(refrep-xepersian.def) = %{tl_version} -Provides: tex(report-xepersian.def) = %{tl_version} -Provides: tex(scrartcl-xepersian.def) = %{tl_version} -Provides: tex(scrbook-xepersian.def) = %{tl_version} -Provides: tex(scrreprt-xepersian.def) = %{tl_version} -Provides: tex(tkz-linknodes-xepersian.def) = %{tl_version} -Provides: tex(tocloft-xepersian.def) = %{tl_version} -Provides: tex(xepersian-magazine.cls) = %{tl_version} -Provides: tex(xepersian-mathsdigitspec.sty) = %{tl_version} -Provides: tex(xepersian-multiplechoice.sty) = %{tl_version} -Provides: tex(xepersian-persiancal.sty) = %{tl_version} -Provides: tex(xepersian.sty) = %{tl_version} - -%description xepersian -The package supports Persian typesetting, using the Persian -Modern fonts, by default. - -date: 2013-04-03 13:47:23 +0200 - -%post xepersian -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xepersian -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xepersian -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xepersian-doc -Summary: Documentation for xepersian -Version: svn29661.12.1 -Release: %{tl_noarch_release} -Provides: tex-xepersian-doc -BuildArch: noarch -AutoReqProv: No - -%description xepersian-doc -Documentation for xepersian - -%package xesearch -Provides: tex-xesearch = %{tl_version} -License: LPPL -Summary: A string finder for XeTeX -Version: svn16041.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(t-xesearch.tex) = %{tl_version} -Provides: tex(xesearch.sty) = %{tl_version} - -%description xesearch -The package finds strings (e.g. (parts of) words or phrases) -and manipulates them (apply any macro), thus turning each word -or phrase into a possible command. It is written in plain XeTeX -and should thus work with any format (it is known to work with -LaTeX and ConTeXt). The main application for the moment is -XeIndex, an automatic index for XeLaTeX, but examples are given -of simple use to check spelling, count words, and highlight -syntax of programming languages. - -date: 2009-11-18 12:12:09 +0100 - -%post xesearch -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xesearch -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xesearch -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xesearch-doc -Summary: Documentation for xesearch -Version: svn16041.0 -Release: %{tl_noarch_release} -Provides: tex-xesearch-doc -BuildArch: noarch -AutoReqProv: No - -%description xesearch-doc -Documentation for xesearch - -%package xetex-def -Provides: tex-xetex-def = %{tl_version} -License: LPPL -Summary: Colour and graphics support for XeTeX -Version: svn29154.0.95 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xetex.def) = %{tl_version} - -%description xetex-def -The file xetex.def provides device-specific definitions for -colour and graphics support when running Xe(La)TeX - -date: 2013-02-18 14:29:22 +0100 - -%post xetex-def -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetex-def -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetex-def -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-itrans -Provides: tex-xetex-itrans = %{tl_version} -License: LPPL 1.3 -Summary: Itrans input maps for use with XeLaTeX -Version: svn24105.4.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(brh-kan.map) = %{tl_version} -Provides: tex(itrans-dvn.map) = %{tl_version} -Provides: tex(itrans-iast.map) = %{tl_version} -Provides: tex(itrans-kan.map) = %{tl_version} -Provides: tex(itrans-sankan.map) = %{tl_version} -Provides: tex(itrans-santel.map) = %{tl_version} -Provides: tex(itrans-sdvn.map) = %{tl_version} -Provides: tex(itrans-tamil.map) = %{tl_version} -Provides: tex(itrans-tel.map) = %{tl_version} - -%description xetex-itrans -The package provides maps for use with XeLaTeX with coding done -using itrans. Fontspec maps are provided for Devanagari -(Sanskrit), for Sanskrit in Kannada and for Kannada itself. - -date: 2011-09-26 15:47:09 +0200 - -%post xetex-itrans -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetex-itrans -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetex-itrans -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-itrans-doc -Summary: Documentation for xetex-itrans -Version: svn24105.4.0 -Release: %{tl_noarch_release} -Provides: tex-xetex-itrans-doc -BuildArch: noarch -AutoReqProv: No - -%description xetex-itrans-doc -Documentation for xetex-itrans - -%package xetex-pstricks -Provides: tex-xetex-pstricks = %{tl_version} -License: Public Domain -Summary: Running PStricks under XeTeX -Version: svn17055.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description xetex-pstricks -The package provides an indirection scheme for XeTeX to use the -pstricks xdvipdfmx.cfg configuration file, so that XeTeX -documents will load it in preference to the standard -pstricks.con configuration file. With this configuration, many -PSTricks features can be used in xelatex or plain xetex -documents. - -date: 2010-02-18 14:04:58 +0100 - -%post xetex-pstricks -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetex-pstricks -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetex-pstricks -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-pstricks-doc -Summary: Documentation for xetex-pstricks -Version: svn17055.0 -Release: %{tl_noarch_release} -Provides: tex-xetex-pstricks-doc -BuildArch: noarch -AutoReqProv: No - -%description xetex-pstricks-doc -Documentation for xetex-pstricks - -%package xetex-tibetan -Provides: tex-xetex-tibetan = %{tl_version} -License: LPPL -Summary: XeTeX input maps for Unicode Tibetan -Version: svn28847.0.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(loctib.map) = %{tl_version} -Provides: tex(wylie.map) = %{tl_version} - -%description xetex-tibetan -The package provides a map for use with Jonathan Kew's TECkit, -to translate Tibetan to Unicode (range 0F00-0FFF). - -date: 2013-01-15 18:22:19 +0100 - -%post xetex-tibetan -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetex-tibetan -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetex-tibetan -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetex-tibetan-doc -Summary: Documentation for xetex-tibetan -Version: svn28847.0.1 -Release: %{tl_noarch_release} -Provides: tex-xetex-tibetan-doc -BuildArch: noarch -AutoReqProv: No - -%description xetex-tibetan-doc -Documentation for xetex-tibetan - -%package xetexfontinfo -Provides: tex-xetexfontinfo = %{tl_version} -License: ASL 2.0 -Summary: Report font features in XeTeX -Version: svn15878.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aat-info.tex) = %{tl_version} -Provides: tex(opentype-info.tex) = %{tl_version} - -%description xetexfontinfo -A pair of documents to reveal the font features supported by -fonts usable in XeTeX. Use OpenType-info.tex for OpenType -fonts, and AAT-info.tex for AAT fonts (Mac OS X only). - -date: 2008-08-24 00:31:24 +0200 - -%post xetexfontinfo -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xetexfontinfo -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xetexfontinfo -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xetexfontinfo-doc -Summary: Documentation for xetexfontinfo -Version: svn15878.0 -Release: %{tl_noarch_release} -Provides: tex-xetexfontinfo-doc -BuildArch: noarch -AutoReqProv: No - -%description xetexfontinfo-doc -Documentation for xetexfontinfo - -%package xltxtra -Provides: tex-xltxtra = %{tl_version} -License: LPPL -Summary: "Extras" for LaTeX users of XeTeX -Version: svn19809.0.5e -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Requires: tex(ifxetex.sty) -Requires: tex(realscripts.sty) -Requires: tex(metalogo.sty) -Provides: tex(xltxtra.sty) = %{tl_version} - -%description xltxtra -The package loads the fixltx2e package from the LaTeX -distribution, and etex.sty from the e-TeX distribution. The -package then patches the \- (discretionary hyphen command) to -use the current hyphen character (which may be different from -than the default, which is the character at the ASCII hyphen -slot), and loads the realscripts to patch the \textsuperscript -command (from the LaTeX kernel) and the \textsubscript command -(from the fixltx2e package). The package is loaded by the -fontspec package, so that it should not ordinarily be necessary -to load it explicitly. The package relies on the metalogo -package for typesetting the XeTeX and XeLaTeX logos. - -date: 2010-09-19 16:45:28 +0200 - -%post xltxtra -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xltxtra -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xltxtra -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xltxtra-doc -Summary: Documentation for xltxtra -Version: svn19809.0.5e -Release: %{tl_noarch_release} -Provides: tex-xltxtra-doc -BuildArch: noarch -AutoReqProv: No - -%description xltxtra-doc -Documentation for xltxtra - -%package xunicode -Provides: tex-xunicode = %{tl_version} -License: LPPL 1.3 -Summary: Generate Unicode characters from accented glyphs -Version: svn23897.0.981 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(t3enc.def) -Provides: tex(xunicode.sty) = %{tl_version} - -%description xunicode -The package supports XeTeX's (and other putative future similar -engines') need for Unicode characters, in a similar way to what -the fontenc does for 8-bit (and the like) fonts: convert -accent-glyph sequence to a single Unicode character for output. -The package also covers glyphs specified by packages (such as -tipa) which define many commands for single text glyphs. - -date: 2011-09-09 14:58:15 +0200 - -%post xunicode -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun xunicode -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans xunicode -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package xunicode-doc -Summary: Documentation for xunicode -Version: svn23897.0.981 -Release: %{tl_noarch_release} -Provides: tex-xunicode-doc -BuildArch: noarch -AutoReqProv: No - -%description xunicode-doc -Documentation for xunicode - -%package kdgreek -Provides: tex-kdgreek = %{tl_version} -License: GPL+ -Summary: Greek fonts and macros -Version: svn13293.3.1 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(kdbf10.tfm) = %{tl_version} -Provides: tex(kdbf8.tfm) = %{tl_version} -Provides: tex(kdbf9.tfm) = %{tl_version} -Provides: tex(kdgr10.tfm) = %{tl_version} -Provides: tex(kdgr8.tfm) = %{tl_version} -Provides: tex(kdgr9.tfm) = %{tl_version} -Provides: tex(kdsl10.tfm) = %{tl_version} -Provides: tex(kdti10.tfm) = %{tl_version} -Provides: tex(kdtt10.tfm) = %{tl_version} -Provides: tex(greek.tex) = %{tl_version} -Provides: tex(greektex.tex) = %{tl_version} -Provides: tex(grkhyphen.tex) = %{tl_version} - -%description kdgreek -The fonts are distributed as MetaFont source; the design -derives from Silvio Levy’s fonts, but has also been -influenced by Yannis Haralambous’ work. They are 8-bit fonts -which, the author believes, leads to more robust macro -programming. Both ancient and modern Greek are supported. -Macros to work with Plain TeX (‘greektex’) and with LaTeX -2.09 (‘grlatex’) are provided. - -date: 2008-10-18 01:18:40 +0200 - -%post kdgreek -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun kdgreek -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans kdgreek -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package kdgreek-doc -Summary: Documentation for kdgreek -Version: svn13293.3.1 -Release: %{tl_noarch_release} -Provides: tex-kdgreek-doc -BuildArch: noarch -AutoReqProv: No - -%description kdgreek-doc -Documentation for kdgreek - -%package metafont-for-beginners-doc -Summary: Documentation for metafont-for-beginners -Version: svn13399.0 -Release: %{tl_noarch_release} -Provides: tex-metafont-for-beginners-doc -BuildArch: noarch -AutoReqProv: No - -%description metafont-for-beginners-doc -Documentation for metafont-for-beginners - -%package scheme-basic -Summary: basic scheme (plain and latex) -Version: svn25923.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex - -%description scheme-basic -This is the basic TeX Live scheme: it is a small set of files -sufficient to typeset plain TeX or LaTeX documents in -PostScript or PDF, using the Computer Modern fonts. This -scheme corresponds to collection-basic and collection-latex. - -%package scheme-context -Summary: ConTeXt scheme -Version: svn26699.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-context -Requires: texlive-collection-metapost -Requires: tex-tex-gyre -Requires: tex-tex-gyre-math -Requires: tex-antt -Requires: tex-iwona -Requires: tex-kurier -Requires: tex-poltawski -Requires: tex-xits -Requires: tex-txfonts -Requires: tex-pxfonts -Requires: tex-eulervm -Requires: tex-marvosym -Requires: tex-wasy -Requires: tex-ly1 -Provides: tex(context) = %{tl_version} -Obsoletes: texlive-texmf-context < %{tl_version} - -%description scheme-context -This is the TeX Live scheme for installing ConTeXt. - -%package scheme-full -Summary: full scheme (everything) -Version: svn21417.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-bibtexextra -Requires: texlive-collection-binextra -Requires: texlive-collection-context -Requires: texlive-collection-documentation-arabic -Requires: texlive-collection-documentation-base -Requires: texlive-collection-documentation-bulgarian -Requires: texlive-collection-documentation-chinese -Requires: texlive-collection-documentation-czechslovak -Requires: texlive-collection-documentation-dutch -Requires: texlive-collection-documentation-english -Requires: texlive-collection-documentation-finnish -Requires: texlive-collection-documentation-french -Requires: texlive-collection-documentation-german -Requires: texlive-collection-documentation-italian -Requires: texlive-collection-documentation-japanese -Requires: texlive-collection-documentation-korean -Requires: texlive-collection-documentation-mongolian -Requires: texlive-collection-documentation-polish -Requires: texlive-collection-documentation-portuguese -Requires: texlive-collection-documentation-russian -Requires: texlive-collection-documentation-serbian -Requires: texlive-collection-documentation-slovenian -Requires: texlive-collection-documentation-spanish -Requires: texlive-collection-documentation-thai -Requires: texlive-collection-documentation-turkish -Requires: texlive-collection-documentation-ukrainian -Requires: texlive-collection-documentation-vietnamese -Requires: texlive-collection-fontsextra -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-fontutils -Requires: texlive-collection-formatsextra -Requires: texlive-collection-games -Requires: texlive-collection-genericextra -Requires: texlive-collection-genericrecommended -Requires: texlive-collection-htmlxml -Requires: texlive-collection-humanities -Requires: texlive-collection-langafrican -Requires: texlive-collection-langarabic -Requires: texlive-collection-langarmenian -Requires: texlive-collection-langcjk -Requires: texlive-collection-langcroatian -Requires: texlive-collection-langcyrillic -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langdanish -Requires: texlive-collection-langdutch -Requires: texlive-collection-langfinnish -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langgreek -Requires: texlive-collection-langhebrew -Requires: texlive-collection-langhungarian -Requires: texlive-collection-langindic -Requires: texlive-collection-langitalian -Requires: texlive-collection-langlatin -Requires: texlive-collection-langlatvian -Requires: texlive-collection-langlithuanian -Requires: texlive-collection-langmongolian -Requires: texlive-collection-langnorwegian -Requires: texlive-collection-langother -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish -Requires: texlive-collection-langswedish -Requires: texlive-collection-langtibetan -Requires: texlive-collection-langturkmen -Requires: texlive-collection-langenglish -Requires: texlive-collection-langvietnamese -Requires: texlive-collection-latex -Requires: texlive-collection-latexextra -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-luatex -Requires: texlive-collection-mathextra -Requires: texlive-collection-metapost -Requires: texlive-collection-music -Requires: texlive-collection-omega -Requires: texlive-collection-pictures -Requires: texlive-collection-plainextra -Requires: texlive-collection-pstricks -Requires: texlive-collection-publishers -Requires: texlive-collection-science -Requires: texlive-collection-texinfo -Requires: texlive-collection-xetex - -%description scheme-full -This is the full TeX Live scheme: it installs everything -available. - -%package scheme-gust -Summary: GUST TeX Live scheme -Version: svn28959.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-FAQ-en-doc -Requires: texlive-Type1fonts-doc -Requires: texlive-amslatex-primer-doc -Requires: tex-amstex -Requires: tex-antt -Requires: tex-bibtex8 -Requires: tex-comment -Requires: texlive-comprehensive-doc -Requires: tex-concrete -Requires: tex-cyklop -Requires: tex-dvidvi -Requires: tex-dviljk -Requires: texlive-gustprog-doc -Requires: texlive-impatient-doc -Requires: tex-iwona -Requires: texlive-metafont-beginners-doc -Requires: texlive-metapost-examples-doc -Requires: tex-poltawski -Requires: tex-seetexk -Requires: tex-seminar -Requires: texlive-tds-doc -Requires: tex-tex4ht -Requires: tex-texdoc -Requires: texlive-collection-basic -Requires: texlive-collection-context -Requires: texlive-collection-documentation-polish -Requires: texlive-collection-fontutils -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-genericrecommended -Requires: texlive-collection-langpolish -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-metapost -Requires: texlive-collection-xetex - -%description scheme-gust -This is the GUST TeX Live scheme: it is a set of files -sufficient to typeset Polish plain TeX, LaTeX and ConTeXt -documents in PostScript or PDF. - -%package scheme-medium -Summary: medium scheme (small + more packages and languages) -Version: svn26477.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-binextra -Requires: texlive-collection-context -Requires: texlive-collection-documentation-english -Requires: texlive-collection-fontutils -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langdutch -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langitalian -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish -Requires: texlive-collection-langenglish -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-mathextra -Requires: texlive-collection-metapost -Requires: texlive-collection-texinfo -Requires: texlive-collection-xetex -Requires: texlive-collection-luatex -Requires: texlive-collection-genericrecommended - -%description scheme-medium -This is the medium TeX Live collection: it contains plain TeX, -LaTeX, many recommended packages, and support for some widely- -used European languages. - -%package scheme-minimal -Summary: minimal scheme (plain only) -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic - -%description scheme-minimal -This is the minimal TeX Live scheme, with support for only -plain TeX. (No LaTeX macros.) LuaTeX is included because Lua -scripts are used in TeX Live infrastructure. This scheme -corresponds exactly to collection-basic. - -%package scheme-small -Summary: small scheme (basic + xetex, metapost, a few languages) -Version: svn26477.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-metapost -Requires: texlive-collection-xetex -Requires: tex-lualibs -Requires: tex-luaotfload -Requires: tex-luatexbase -Requires: tex-revtex -Requires: tex-synctex -Requires: tex-times -Requires: tex-tipa -Requires: tex-hyphen-basque -Requires: tex-hyphen-danish -Requires: tex-hyphen-dutch -Requires: tex-hyphen-english -Requires: tex-hyphen-finnish -Requires: tex-hyphen-french -Requires: tex-hyphen-german -Requires: tex-hyphen-hungarian -Requires: tex-hyphen-italian -Requires: tex-hyphen-norwegian -Requires: tex-hyphen-polish -Requires: tex-hyphen-portuguese -Requires: tex-hyphen-spanish -Requires: tex-hyphen-swedish - -%description scheme-small -This is a small TeX Live scheme, corresponding to MacTeX's -BasicTeX variant. It adds XeTeX, MetaPost, various -hyphenations, and some recommended packages to scheme-basic. - -%package scheme-tetex -Summary: teTeX scheme (more than medium, but nowhere near full) -Version: svn28959.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-FAQ-en-doc -Requires: tex-SIunits -Requires: tex-acronym -Requires: texlive-amslatex-primer-doc -Requires: tex-bbm -Requires: tex-bbm-macros -Requires: tex-bbold -Requires: tex-bibtex8 -Requires: tex-ctie -Requires: tex-detex -Requires: tex-dtl -Requires: tex-dvi2tty -Requires: tex-dvicopy -Requires: tex-dvidvi -Requires: tex-dviljk -Requires: tex-patgen -Requires: tex-pdftools -Requires: tex-seetexk -Requires: tex-tie -Requires: tex-web -Requires: tex-cmbright -Requires: tex-cweb -Requires: tex-eplain -Requires: tex-eulervm -Requires: texlive-gentle-doc -Requires: texlive-lshort-english-doc -Requires: texlive-mathmode-doc -Requires: tex-mltex -Requires: tex-multirow -Requires: tex-nomencl -Requires: tex-pst-pdf -Requires: tex-rsfs -Requires: tex-subfigure -Requires: tex-supertabular -Requires: texlive-tamethebeast-doc -Requires: texlive-tds-doc -Requires: texlive-tex-refs-doc -Requires: texlive-collection-basic -Requires: texlive-collection-context -Requires: texlive-collection-documentation-base -Requires: texlive-collection-fontutils -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-genericrecommended -Requires: texlive-collection-langcjk -Requires: texlive-collection-langcroatian -Requires: texlive-collection-langcyrillic -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langdanish -Requires: texlive-collection-langdutch -Requires: texlive-collection-langfinnish -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langgreek -Requires: texlive-collection-langhungarian -Requires: texlive-collection-langitalian -Requires: texlive-collection-langlatin -Requires: texlive-collection-langmongolian -Requires: texlive-collection-langnorwegian -Requires: texlive-collection-langother -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish -Requires: texlive-collection-langswedish -Requires: texlive-collection-langenglish -Requires: texlive-collection-langvietnamese -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-mathextra -Requires: texlive-collection-metapost -Requires: texlive-collection-omega -Requires: texlive-collection-pictures -Requires: texlive-collection-pstricks -Requires: texlive-collection-texinfo -Provides: tetex = 3.1-99 -Obsoletes: tetex < 3.1-99 -Obsoletes: texlive-dviutils < %{tl_version} - -%description scheme-tetex -TeX Live scheme nearly equivalent to the teTeX distribution -that was maintained by Thomas Esser. - -%package scheme-xml -Summary: XML scheme -Version: svn13822.0 -Release: %{tl_release} -BuildArch: noarch -Requires: texlive-base -Requires: tex-context -Requires: tex-jadetex -Requires: tex-ltxmisc -Requires: tex-marvosym -Requires: tex-marvosym -Requires: tex-metapost -Requires: tex-passivetex -Requires: tex-rotating -Requires: tex-stmaryrd -Requires: tex-tex4ht -Requires: tex-tipa -Requires: tex-ucs -Requires: tex-wasy -Requires: tex-wasysym -Requires: tex-xmltex -Requires: texlive-collection-basic -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-latex -Requires: texlive-collection-omega - -%description scheme-xml -This contains the things you need to do XML-related work, -including PassiveTeX, JadeTeX, ConTeXt and Omega. - -%package texlive-docindex -Provides: tex-texlive-docindex = %{tl_version} -License: LPPL -Summary: top-level TeX Live doc.html, etc -Version: svn29691.0 -Release: %{tl_noarch_release} -BuildArch: noarch -AutoReqProv: No -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description texlive-docindex -These files are regenerated as needed, which is often, so we -make them a separate package. See the tl-update-auto script -for the process. - -%post texlive-docindex -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -: - -%postun texlive-docindex -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null -fi -: - -%posttrans texlive-docindex -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi -: - -%package texlive-docindex-doc -Summary: Documentation for texlive-docindex -Version: svn29691.0 -Release: %{tl_noarch_release} -Provides: tex-texlive-docindex-doc -BuildArch: noarch -AutoReqProv: No - -%description texlive-docindex-doc -Documentation for texlive-docindex - - -%prep -%setup -q -c -T -xz -dc %{SOURCE0} | tar x -[ -e %{source_name} ] && mv %{source_name} source -%patch1 -p0 -for l in `unxz -c %{SOURCE3} | tar t`; do -ln -s %{_texdir}/licenses/$l $l -done - -%build -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$RPM_OPT_FLAGS -std=c++03 -fno-strict-aliasing" -cd source -PREF=`pwd`/inst -mkdir -p work -cd work -../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-cairo --with-system-icu --with-system-harfbuzz --with-system-graphite2 --with-system-libgs --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile --disable-rpath - -# disable rpath -for i in `find . -name libtool`; do -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' $i -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' $i -done - -make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true - -%install -rm -rf %{buildroot} - -# create directory tree -mkdir -p %{buildroot}%{_texdir}/../texmf -mkdir -p %{buildroot}%{_texdir}/texmf-config/web2c -mkdir -p %{buildroot}%{_texmf_var} -mkdir -p %{buildroot}%{_texdir}/texmf-dist -mkdir -p %{buildroot}%{_texdir}/texmf-local -pushd %{buildroot}%{_texdir}/texmf-local -ln -s ../../texmf texmf-compat -popd -xz -dc %{SOURCE100} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE105} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE110} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE117} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE118} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6000} | tar x -C %{buildroot} -xz -dc %{SOURCE119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE123} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE126} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE128} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE130} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE131} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE134} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE141} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE144} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE145} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE146} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6001} | tar x -C %{buildroot} -xz -dc %{SOURCE148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE149} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE151} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE154} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE155} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE164} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE167} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE168} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6002} | tar x -C %{buildroot} -xz -dc %{SOURCE169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE170} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE173} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE177} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE179} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE180} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE184} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE185} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE186} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE189} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE190} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6003} | tar x -C %{buildroot} -xz -dc %{SOURCE191} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE192} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE193} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE194} | tar x -C %{buildroot}%{_texdir} - -# add reference to support old texmf tree -sed -i 's|TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local|TEXMFLOCAL = $SELFAUTOPARENT/../texmf|g' %{buildroot}%{_texdir}/texmf/web2c/texmf.cnf - -xz -dc %{SOURCE6004} | tar x -C %{buildroot} -xz -dc %{SOURCE6005} | tar x -C %{buildroot} -xz -dc %{SOURCE195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE197} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE198} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6006} | tar x -C %{buildroot} -xz -dc %{SOURCE200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE201} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE203} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE206} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE208} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE214} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE217} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE231} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE234} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE237} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE240} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE243} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE244} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE245} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE246} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6007} | tar x -C %{buildroot} -xz -dc %{SOURCE6008} | tar x -C %{buildroot} -xz -dc %{SOURCE247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE248} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE251} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE257} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE260} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE263} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE265} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE267} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE268} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE273} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE278} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE279} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE282} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE287} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE291} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE295} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE296} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE297} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE298} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE300} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE301} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6009} | tar x -C %{buildroot} -xz -dc %{SOURCE303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE304} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE307} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE309} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE312} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE317} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE322} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE336} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE339} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE344} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE348} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE355} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE356} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6010} | tar x -C %{buildroot} -xz -dc %{SOURCE357} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE358} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE373} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE374} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6011} | tar x -C %{buildroot} -xz -dc %{SOURCE375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE376} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE377} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE379} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE381} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE388} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE390} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE396} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE398} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE399} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE401} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE404} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE406} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE409} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE410} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE422} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE434} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE450} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE452} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE453} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE456} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE459} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE462} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE464} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE465} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE470} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE472} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE475} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE477} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE480} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE491} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE493} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE495} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE496} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6012} | tar x -C %{buildroot} -xz -dc %{SOURCE498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE501} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE503} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE508} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE513} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE520} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE526} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE529} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE530} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE534} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE535} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE548} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE558} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE560} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE561} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE565} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE567} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE568} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6013} | tar x -C %{buildroot} -xz -dc %{SOURCE569} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE570} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6014} | tar x -C %{buildroot} -xz -dc %{SOURCE571} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE572} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6015} | tar x -C %{buildroot} -xz -dc %{SOURCE573} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE579} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE589} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE598} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE602} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE609} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE610} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE613} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE616} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE618} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE619} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE627} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE630} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE631} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE633} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE634} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE638} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE639} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE642} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE643} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE644} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE656} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE659} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE663} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE664} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE667} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE668} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE670} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE671} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE673} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE674} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE675} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE676} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE677} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE678} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE680} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE681} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE683} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE684} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE686} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE688} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE689} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6016} | tar x -C %{buildroot} -xz -dc %{SOURCE690} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE693} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE694} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE695} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE696} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE697} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE698} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE700} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE701} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE703} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE706} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE709} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE710} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE711} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6017} | tar x -C %{buildroot} -xz -dc %{SOURCE712} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE713} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE715} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE716} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE720} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE721} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE723} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE724} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE727} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE729} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE734} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE736} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE739} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE740} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE743} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE747} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE750} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE753} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE755} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE756} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE757} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE758} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE759} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE760} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE762} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE764} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE765} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE767} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE768} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE770} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE772} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE773} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE774} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE776} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE777} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE780} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE783} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE785} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE786} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE789} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE790} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE794} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE797} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE800} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE803} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE805} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE809} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE811} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE812} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE813} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE814} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE816} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE818} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE819} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE822} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE825} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE826} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE829} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE831} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE835} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE836} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE838} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE839} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6018} | tar x -C %{buildroot} -xz -dc %{SOURCE840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE841} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE844} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE845} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE847} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE848} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE850} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE851} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE853} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE856} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE859} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE863} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE865} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE866} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE868} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE869} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE870} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE873} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE875} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE876} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE877} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE878} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE879} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE881} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE882} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE884} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE887} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE889} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE890} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE892} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE893} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE895} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE898} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE899} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6020} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE901} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE902} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE903} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE904} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6021} | tar x -C %{buildroot} -xz -dc %{SOURCE905} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE906} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE907} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6022} | tar x -C %{buildroot} -xz -dc %{SOURCE909} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE910} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6023} | tar x -C %{buildroot} -xz -dc %{SOURCE911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE912} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE913} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE914} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE916} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE917} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE918} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6024} | tar x -C %{buildroot} -xz -dc %{SOURCE919} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE922} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE923} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE924} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE926} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE927} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE929} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE931} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE932} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6025} | tar x -C %{buildroot} -xz -dc %{SOURCE933} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE934} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6026} | tar x -C %{buildroot} -xz -dc %{SOURCE935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE936} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE938} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE939} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6027} | tar x -C %{buildroot} -xz -dc %{SOURCE940} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE941} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE942} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6028} | tar x -C %{buildroot} -xz -dc %{SOURCE943} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE944} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6029} | tar x -C %{buildroot} -xz -dc %{SOURCE945} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE946} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE947} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE948} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE949} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6030} | tar x -C %{buildroot} -xz -dc %{SOURCE6031} | tar x -C %{buildroot} -xz -dc %{SOURCE950} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE951} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6032} | tar x -C %{buildroot} -xz -dc %{SOURCE6033} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE952} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE953} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE956} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE957} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE958} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE960} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE963} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE966} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE967} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE969} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE970} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6035} | tar x -C %{buildroot} -xz -dc %{SOURCE971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE972} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE973} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE975} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE976} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6036} | tar x -C %{buildroot} -xz -dc %{SOURCE977} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE978} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE980} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE981} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE983} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE984} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE987} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE995} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE996} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE997} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE999} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1000} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1003} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1006} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1010} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1011} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1015} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1016} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1018} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1022} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1023} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1025} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1027} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1028} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1033} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1036} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1037} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1041} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1042} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1044} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1048} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1051} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1052} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6037} | tar x -C %{buildroot} -xz -dc %{SOURCE1054} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1057} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1059} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1064} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1065} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1067} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1068} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1070} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1073} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1075} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1077} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1078} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1079} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1083} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1084} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1086} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1087} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6038} | tar x -C %{buildroot} -xz -dc %{SOURCE1089} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1090} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1092} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1095} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1097} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1098} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6040} | tar x -C %{buildroot} -xz -dc %{SOURCE1099} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1100} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6041} | tar x -C %{buildroot} -xz -dc %{SOURCE1101} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1102} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6042} | tar x -C %{buildroot} -xz -dc %{SOURCE1103} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1104} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6043} | tar x -C %{buildroot} -xz -dc %{SOURCE1105} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1106} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6044} | tar x -C %{buildroot} -xz -dc %{SOURCE1107} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1108} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6045} | tar x -C %{buildroot} -xz -dc %{SOURCE1109} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1110} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6046} | tar x -C %{buildroot} -xz -dc %{SOURCE1111} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6047} | tar x -C %{buildroot} -xz -dc %{SOURCE1112} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1113} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6048} | tar x -C %{buildroot} -xz -dc %{SOURCE1114} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1115} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6049} | tar x -C %{buildroot} -xz -dc %{SOURCE1116} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6050} | tar x -C %{buildroot} -xz -dc %{SOURCE1117} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1118} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6051} | tar x -C %{buildroot} -xz -dc %{SOURCE1119} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6052} | tar x -C %{buildroot} -xz -dc %{SOURCE1120} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1121} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6053} | tar x -C %{buildroot} -xz -dc %{SOURCE1122} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1123} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6054} | tar x -C %{buildroot} -xz -dc %{SOURCE1124} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1125} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6055} | tar x -C %{buildroot} -xz -dc %{SOURCE1126} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1127} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6056} | tar x -C %{buildroot} -xz -dc %{SOURCE1128} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1129} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6057} | tar x -C %{buildroot} -xz -dc %{SOURCE1130} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1131} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6058} | tar x -C %{buildroot} -xz -dc %{SOURCE1132} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1134} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1135} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1136} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6059} | tar x -C %{buildroot} -xz -dc %{SOURCE1137} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1138} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6060} | tar x -C %{buildroot} -xz -dc %{SOURCE1139} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1140} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6061} | tar x -C %{buildroot} -xz -dc %{SOURCE1141} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1142} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6062} | tar x -C %{buildroot} -xz -dc %{SOURCE1143} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1144} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6063} | tar x -C %{buildroot} -xz -dc %{SOURCE1145} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1146} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6064} | tar x -C %{buildroot} -xz -dc %{SOURCE1147} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1148} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6065} | tar x -C %{buildroot} -xz -dc %{SOURCE1150} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1151} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6066} | tar x -C %{buildroot} -xz -dc %{SOURCE1152} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1153} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6067} | tar x -C %{buildroot} -xz -dc %{SOURCE1155} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1156} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6068} | tar x -C %{buildroot} -xz -dc %{SOURCE1157} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1158} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6069} | tar x -C %{buildroot} -xz -dc %{SOURCE1159} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1160} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6070} | tar x -C %{buildroot} -xz -dc %{SOURCE1161} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1162} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6071} | tar x -C %{buildroot} -xz -dc %{SOURCE1163} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1164} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6072} | tar x -C %{buildroot} -xz -dc %{SOURCE1166} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1167} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6073} | tar x -C %{buildroot} -xz -dc %{SOURCE1168} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1169} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6074} | tar x -C %{buildroot} -xz -dc %{SOURCE1170} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1171} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6075} | tar x -C %{buildroot} -xz -dc %{SOURCE1172} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6076} | tar x -C %{buildroot} -xz -dc %{SOURCE1173} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1174} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6077} | tar x -C %{buildroot} -xz -dc %{SOURCE1175} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1176} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6078} | tar x -C %{buildroot} -xz -dc %{SOURCE1177} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1178} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6079} | tar x -C %{buildroot} -xz -dc %{SOURCE1179} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1180} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6080} | tar x -C %{buildroot} -xz -dc %{SOURCE1182} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1183} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6081} | tar x -C %{buildroot} -xz -dc %{SOURCE1184} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1185} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6082} | tar x -C %{buildroot} -xz -dc %{SOURCE1186} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1187} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6083} | tar x -C %{buildroot} -xz -dc %{SOURCE1188} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1189} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6084} | tar x -C %{buildroot} -xz -dc %{SOURCE1190} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1191} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6085} | tar x -C %{buildroot} -xz -dc %{SOURCE1192} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1193} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6086} | tar x -C %{buildroot} -xz -dc %{SOURCE1194} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1195} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6087} | tar x -C %{buildroot} -xz -dc %{SOURCE1196} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1197} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6088} | tar x -C %{buildroot} -xz -dc %{SOURCE1198} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1199} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6089} | tar x -C %{buildroot} -xz -dc %{SOURCE1200} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1201} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6090} | tar x -C %{buildroot} -xz -dc %{SOURCE6091} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1202} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1203} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1204} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1205} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6092} | tar x -C %{buildroot} -xz -dc %{SOURCE1206} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1207} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1208} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6093} | tar x -C %{buildroot} -xz -dc %{SOURCE1209} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1212} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6094} | tar x -C %{buildroot} -xz -dc %{SOURCE1215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1217} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1220} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1230} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1231} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1234} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1237} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1239} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1240} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1245} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1248} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1251} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1254} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1257} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1259} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1260} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1263} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1265} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1267} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6095} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1268} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6097} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1273} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6098} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6099} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1278} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1279} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1282} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1287} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1291} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1292} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1295} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1296} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1297} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1298} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1301} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1304} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1305} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1307} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1308} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1309} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1311} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1312} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1317} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1322} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1324} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6100} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1333} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1335} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1336} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1339} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1344} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1345} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1348} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1350} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1353} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1355} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1356} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1357} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1358} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1363} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1366} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1369} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1372} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6105} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1373} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1374} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6107} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1376} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1377} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1378} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1379} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1381} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6110} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1385} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1386} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1388} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1389} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1390} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1391} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6114} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1396} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6117} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1398} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6118} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1399} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1404} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1405} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1409} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1410} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1411} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1416} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1419} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1422} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1434} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1437} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1445} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1452} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1456} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1459} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1462} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1464} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1470} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1473} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1477} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1480} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1483} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1491} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1493} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1494} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1495} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1501} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1503} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1508} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1520} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1526} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1529} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1530} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1534} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1535} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1536} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1548} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1551} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1558} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1559} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1560} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1565} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1567} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1568} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1569} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1570} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1571} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1573} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1581} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1584} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1587} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1592} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1598} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1600} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1602} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1603} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1610} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1613} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1616} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1618} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1627} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1630} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1631} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1633} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1634} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1637} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1638} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1639} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1640} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1643} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1644} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1646} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1649} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1654} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1657} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1659} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1662} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1663} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1664} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1667} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1668} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1670} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1671} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1672} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1673} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1675} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1676} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1678} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1681} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1682} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1684} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1687} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1688} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1689} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1692} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1693} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1694} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1696} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1697} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1698} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1701} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1704} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1706} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1707} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1712} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1713} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1715} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1716} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1719} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1721} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1724} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1727} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1728} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1729} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1734} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1735} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1736} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1738} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1739} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1740} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1741} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1743} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1747} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1749} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1750} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6121} | tar x -C %{buildroot} -xz -dc %{SOURCE1752} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1753} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6122} | tar x -C %{buildroot} -xz -dc %{SOURCE1754} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1755} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6123} | tar x -C %{buildroot} -xz -dc %{SOURCE1756} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1757} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6124} | tar x -C %{buildroot} -xz -dc %{SOURCE1758} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6125} | tar x -C %{buildroot} -xz -dc %{SOURCE1759} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1760} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6126} | tar x -C %{buildroot} -xz -dc %{SOURCE1761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1762} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1763} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6127} | tar x -C %{buildroot} -xz -dc %{SOURCE1765} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1766} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6128} | tar x -C %{buildroot} -xz -dc %{SOURCE1767} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1768} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6129} | tar x -C %{buildroot} -xz -dc %{SOURCE1769} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1770} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6130} | tar x -C %{buildroot} -xz -dc %{SOURCE6131} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1772} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1774} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1775} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6132} | tar x -C %{buildroot} -xz -dc %{SOURCE1777} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1778} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6133} | tar x -C %{buildroot} -xz -dc %{SOURCE1779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1780} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1783} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1785} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1786} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6134} | tar x -C %{buildroot} -xz -dc %{SOURCE6135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1787} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1789} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1790} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1792} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1795} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1798} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1805} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1807} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1809} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1810} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1812} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1813} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1814} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1816} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1818} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1819} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1821} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1822} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1825} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1828} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1829} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1830} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1831} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1835} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1838} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1839} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1844} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1845} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1846} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1847} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1848} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1849} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1850} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1853} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1856} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1859} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1862} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1865} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1866} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1868} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1869} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1872} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1873} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1875} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1876} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1878} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1879} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1881} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1882} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1887} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1889} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1890} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1891} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1892} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1893} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1895} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1898} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1899} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1901} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1902} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1903} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1904} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1906} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1907} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1909} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1910} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1913} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1914} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6137} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1916} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1917} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1918} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1919} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1921} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1923} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1924} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1926} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1927} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1928} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1929} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1931} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1932} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1933} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6139} | tar x -C %{buildroot} -xz -dc %{SOURCE1935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1936} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1937} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6140} | tar x -C %{buildroot} -xz -dc %{SOURCE1938} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1939} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6141} | tar x -C %{buildroot} -xz -dc %{SOURCE6142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1940} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1942} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1943} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1945} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1946} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1948} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1949} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1951} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1953} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1954} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1956} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1958} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1959} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1962} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1963} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1965} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1966} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1968} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1969} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1972} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1973} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1976} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1977} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1979} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1980} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1981} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1982} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1984} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1985} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1987} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1995} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1996} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1999} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2002} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2005} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2008} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2010} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2011} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2012} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2015} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2016} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2017} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2020} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2022} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2023} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2025} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2026} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2028} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2031} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2033} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2036} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2037} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6144} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2041} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2042} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2044} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2049} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2052} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2053} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6145} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2057} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2058} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2061} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2064} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2067} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2068} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2070} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2073} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2075} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2078} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2079} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6147} | tar x -C %{buildroot} -xz -dc %{SOURCE2080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2083} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2086} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2087} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2088} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6148} | tar x -C %{buildroot} -xz -dc %{SOURCE2090} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2091} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6149} | tar x -C %{buildroot} -xz -dc %{SOURCE2092} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2095} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2097} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2099} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2100} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6150} | tar x -C %{buildroot} -xz -dc %{SOURCE2102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2105} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2114} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2117} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2118} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6151} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2123} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2124} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2126} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2127} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6153} | tar x -C %{buildroot} -xz -dc %{SOURCE2128} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2130} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2132} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2137} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2141} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2144} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2150} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2154} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2155} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2157} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6154} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2162} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6155} | tar x -C %{buildroot} -xz -dc %{SOURCE2164} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6156} | tar x -C %{buildroot} -xz -dc %{SOURCE2165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2166} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2167} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6157} | tar x -C %{buildroot} -xz -dc %{SOURCE2168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2170} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2173} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2177} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2180} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2185} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2190} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2192} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2193} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2197} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2198} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2201} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2206} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2208} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2212} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2217} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2220} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2222} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6164} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2230} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2234} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2237} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2240} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2245} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2248} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2250} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2251} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6165} | tar x -C %{buildroot} -xz -dc %{SOURCE2252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2259} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2260} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2261} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2262} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6166} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6167} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2263} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2264} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2265} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2266} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6169} | tar x -C %{buildroot} -xz -dc %{SOURCE2267} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2268} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6170} | tar x -C %{buildroot} -xz -dc %{SOURCE2269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2278} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2279} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2287} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2288} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2291} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2296} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6173} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2297} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2298} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2301} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2302} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2305} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2307} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6177} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2308} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2309} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2311} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2312} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2317} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2322} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2324} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2330} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2331} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2333} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6179} | tar x -C %{buildroot} -xz -dc %{SOURCE2336} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2339} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2342} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2344} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2345} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2350} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6180} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2355} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2356} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2357} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2358} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2363} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2366} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2369} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2374} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6185} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2376} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6186} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2379} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2381} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2388} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2390} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2398} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2401} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2404} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2406} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2409} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2411} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2424} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2445} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2450} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2452} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2453} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2460} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2464} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2465} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2468} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2470} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2472} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2473} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2477} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2479} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2480} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6188} | tar x -C %{buildroot} -xz -dc %{SOURCE2481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2491} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2493} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2494} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2496} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2503} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2508} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2513} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2520} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2521} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6190} | tar x -C %{buildroot} -xz -dc %{SOURCE2522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2529} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2530} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6191} | tar x -C %{buildroot} -xz -dc %{SOURCE2531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2534} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2535} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2548} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2551} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2558} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2559} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2560} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2561} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2564} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2565} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2567} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2569} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2570} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6192} | tar x -C %{buildroot} -xz -dc %{SOURCE2571} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2573} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2579} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2581} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2584} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2587} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2589} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2592} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2600} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2602} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2603} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2606} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2609} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2610} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2613} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2616} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2618} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2619} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2627} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2630} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2633} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2634} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2637} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2638} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2639} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2642} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2643} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2644} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2646} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2649} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2654} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2656} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2659} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2662} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2664} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2665} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2667} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2670} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2672} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2673} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2675} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2676} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2678} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2681} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2682} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2684} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2686} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2687} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2688} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2689} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2690} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2692} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2693} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2694} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2695} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2696} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2697} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2698} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2700} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2701} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2703} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2704} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2706} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2709} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2713} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2714} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2716} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2719} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2720} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2723} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2724} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2727} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2728} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2734} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2735} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2738} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2740} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2741} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2743} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2746} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2747} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2749} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2750} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2752} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2755} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2757} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2758} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2760} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2762} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2763} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2765} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2766} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2767} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2768} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2770} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2772} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2773} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2774} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2777} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2778} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2780} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2781} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2784} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2785} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2786} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2787} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2789} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2792} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2794} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2797} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2798} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2800} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2803} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2805} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2809} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2811} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2812} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2814} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2818} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2821} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2826} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2829} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2830} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2833} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2835} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2836} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2839} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2841} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2844} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2846} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2847} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2849} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2850} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2851} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2856} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2859} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2862} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2865} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2868} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2870} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2873} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2875} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2876} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2877} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2878} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2881} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2884} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2889} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2891} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2892} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2895} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2897} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2898} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2900} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2901} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2902} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2903} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2906} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2909} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2912} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2914} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2917} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2918} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2919} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2922} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2923} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2924} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2925} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2927} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2928} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2929} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2932} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2933} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2934} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2937} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2938} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2940} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2943} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2946} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2947} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2948} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2949} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2951} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2952} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2954} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2956} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2957} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2959} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2960} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2962} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2965} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2967} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2968} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2970} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2973} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2975} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2977} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2978} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2979} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2980} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2981} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2982} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2983} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2984} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2985} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2988} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2991} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2995} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2996} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2999} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3002} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3005} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3008} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3010} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3011} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3016} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3017} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3020} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3022} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3025} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3026} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3027} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3031} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3037} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3042} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3048} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3049} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3052} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3053} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3054} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3057} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3058} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3061} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3064} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3067} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3068} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3073} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3075} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3078} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3079} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3081} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3084} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3086} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3087} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3089} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3090} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3092} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3095} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3097} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3098} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3100} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3105} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3110} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3114} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3115} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3116} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6193} | tar x -C %{buildroot} -xz -dc %{SOURCE3117} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3118} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3123} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3126} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3128} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3131} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3132} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3134} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3137} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3145} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3149} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3151} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3154} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3157} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3166} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3167} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3170} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3173} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3179} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3186} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3191} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3192} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3194} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3197} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3198} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3201} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3208} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3214} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3220} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3230} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3239} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3259} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3263} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3265} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3267} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3268} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3273} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3278} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3288} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3292} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3295} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3297} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3298} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3301} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3302} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3304} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3305} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3307} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3308} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3309} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3312} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3316} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3317} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6194} | tar x -C %{buildroot} -xz -dc %{SOURCE3319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3322} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3324} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3333} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3336} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3344} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3350} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3355} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3356} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3357} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3369} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3374} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3377} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3379} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3381} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3386} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3388} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3390} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3396} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3398} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3399} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3401} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3404} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3405} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3409} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3410} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3419} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3422} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3424} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3437} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3452} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3460} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3462} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3465} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3468} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3472} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3475} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3477} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3478} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3480} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3483} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3493} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3495} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3496} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3501} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3513} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3526} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3529} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3534} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3536} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3558} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3560} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3561} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3564} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3567} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3568} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3569} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3571} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3579} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3581} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3584} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3589} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3598} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3600} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3603} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3606} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3609} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3613} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3616} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3619} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3627} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3630} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3633} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3637} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3638} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3640} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3643} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3644} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3646} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3656} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3657} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3662} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3663} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3665} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3667} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3668} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3670} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3671} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3673} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3674} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3676} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3677} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3680} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3682} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3683} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3684} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3687} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3688} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3690} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3693} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3694} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3696} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3697} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3700} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3703} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3704} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3706} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3709} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3712} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3713} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3715} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3716} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3719} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3721} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3724} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3727} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3729} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3735} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3736} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3738} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3739} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3741} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3743} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3746} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3747} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3749} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3752} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3753} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3756} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3757} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3758} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3759} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3762} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3764} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3765} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3767} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3768} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3770} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3772} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3773} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3776} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3778} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3781} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3784} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3785} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3787} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3790} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3794} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3795} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3798} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3803} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3805} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3809} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3811} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3812} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3814} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3818} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3821} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3825} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3826} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3829} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3830} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3833} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3835} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3836} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3838} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3841} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3845} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3846} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3848} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3849} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3851} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3856} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3859} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3862} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3865} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3868} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3869} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3870} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3872} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3875} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3876} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3877} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3879} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3881} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3882} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3884} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3887} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3890} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3891} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3893} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3895} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3897} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3898} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3899} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3900} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3901} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3902} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3904} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3907} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3910} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3912} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3913} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3916} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3918} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3919} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3921} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3922} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3924} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3925} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3927} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3928} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3931} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3933} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3934} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3936} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3938} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3939} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3942} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3945} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3947} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3948} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6195} | tar x -C %{buildroot} -xz -dc %{SOURCE3950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3951} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3953} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3954} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3956} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3957} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3959} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3960} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3962} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3965} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3966} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3967} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3968} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3969} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3970} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3972} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3973} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3975} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3977} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3978} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3979} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3980} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6196} | tar x -C %{buildroot} -xz -dc %{SOURCE3982} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3983} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3985} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3987} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3988} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3994} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3995} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3997} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3999} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4000} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4002} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4005} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4008} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4010} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4011} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4016} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4017} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4018} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4020} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4023} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4026} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4027} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4031} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4036} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4037} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4041} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4042} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4048} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4051} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4053} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4054} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4057} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4059} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4064} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4065} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4067} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4068} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4070} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4073} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4074} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4077} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4079} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4083} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4086} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4087} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4090} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4091} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4097} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4098} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4099} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4107} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4110} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4114} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4117} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4123} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4126} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4128} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4131} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4132} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4134} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4141} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4145} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4150} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4151} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4155} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4164} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4166} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4170} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4173} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4177} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4180} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4185} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4186} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4190} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4191} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4192} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4194} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4197} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4203} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4208} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4209} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4212} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4214} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4230} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4231} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4234} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4239} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4245} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4259} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4265} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4267} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4268} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4273} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4279} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4282} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4288} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4291} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4292} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4295} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4296} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4298} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4301} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4302} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4304} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4305} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4307} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4308} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6197} | tar x -C %{buildroot} -xz -dc %{SOURCE4310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4311} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4317} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4344} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4345} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4348} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4356} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4357} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4363} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4373} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4374} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4376} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4377} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4381} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4386} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4388} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4389} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6198} | tar x -C %{buildroot} -xz -dc %{SOURCE4391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4396} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4399} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4405} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4406} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4410} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4411} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4416} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4419} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4424} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4434} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4437} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4445} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4450} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4453} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4456} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4459} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4460} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4462} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4464} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4470} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4472} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4473} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4475} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4478} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4493} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4494} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4495} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4496} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4501} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4508} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4520} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4530} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4534} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4536} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4558} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4559} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4561} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4564} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4565} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4567} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4569} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4570} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4571} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4573} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4579} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4589} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4592} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4598} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4600} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4603} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4606} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4609} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4618} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4627} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4630} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4631} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4633} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4634} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4637} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4639} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4640} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4642} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4644} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4647} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4648} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6199} | tar x -C %{buildroot} -xz -dc %{SOURCE4649} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4654} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4656} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4657} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4659} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4662} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4664} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4665} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4667} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4668} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4670} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4672} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4673} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4674} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4675} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4677} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4678} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4680} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4681} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4682} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4683} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4686} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4688} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4689} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4692} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4694} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4695} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4697} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4698} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4700} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4701} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4704} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4707} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4712} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4713} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4714} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4715} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4716} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4719} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4720} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4723} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4727} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4728} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4729} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4734} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4735} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4736} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6201} | tar x -C %{buildroot} -xz -dc %{SOURCE4737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4738} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4740} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4741} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4743} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4746} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4747} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6202} | tar x -C %{buildroot} -xz -dc %{SOURCE4748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4749} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4752} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4755} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4757} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4758} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4760} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4763} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4764} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4766} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4767} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4769} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4770} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4772} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4773} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6203} | tar x -C %{buildroot} -xz -dc %{SOURCE4775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4776} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4778} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4781} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4784} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4785} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4786} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4787} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4789} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4790} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4792} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4795} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4797} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4798} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4800} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4803} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4805} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4807} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4810} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4811} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4813} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4814} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4816} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4818} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4819} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4821} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4822} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4825} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4826} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4829} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4830} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4831} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4833} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4836} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4838} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4839} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4841} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4844} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4845} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4846} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4847} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4848} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4849} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4850} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4851} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4853} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4856} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4859} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4863} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4866} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4869} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4870} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4872} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4875} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4877} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4878} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4879} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4881} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4882} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4884} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4887} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4889} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4890} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4891} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4892} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4893} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4897} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4899} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4900} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4901} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4902} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4904} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4906} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4907} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4909} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4910} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4912} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4913} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4914} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4917} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4918} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4921} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4922} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4923} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4925} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4926} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4927} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4928} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4931} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4932} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4934} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4936} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4937} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4939} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4940} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4942} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4943} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6206} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4945} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4946} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4947} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4948} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4949} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4951} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4952} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4954} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4956} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4957} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6207} | tar x -C %{buildroot} -xz -dc %{SOURCE4958} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4959} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4960} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4961} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6208} | tar x -C %{buildroot} -xz -dc %{SOURCE4963} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4965} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4966} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6209} | tar x -C %{buildroot} -xz -dc %{SOURCE4967} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4968} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4970} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4971} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6211} | tar x -C %{buildroot} -xz -dc %{SOURCE6212} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4972} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4973} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4975} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4976} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4977} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4978} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4979} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4980} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4982} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4983} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4984} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4985} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4987} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4988} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4991} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4994} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4995} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4996} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4997} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4999} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5000} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5002} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5003} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5005} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5006} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5010} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5011} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5012} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6214} | tar x -C %{buildroot} -xz -dc %{SOURCE5013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5015} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5016} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5017} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5018} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5020} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5023} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5026} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5027} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5031} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5037} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5041} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5044} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5048} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5051} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5053} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5054} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5058} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5059} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5061} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5064} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5065} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5067} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5068} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5070} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5074} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5075} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5077} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5078} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5081} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5083} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5086} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5089} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5091} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5092} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5095} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5098} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5099} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5100} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5103} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5105} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5107} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5108} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5110} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5111} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5118} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5121} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5124} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5127} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5128} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5130} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5131} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5134} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5141} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5144} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5149} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5150} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5155} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5164} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5166} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5167} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5177} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5179} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5185} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5190} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5191} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5193} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5194} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5197} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5203} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5205} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5206} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5209} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5210} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6215} | tar x -C %{buildroot} -xz -dc %{SOURCE5211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5212} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5214} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5217} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5220} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5230} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5231} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5234} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5239} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5240} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5252} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5255} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5258} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5259} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5265} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5267} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5268} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5270} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5273} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5276} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5278} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5282} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5288} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5291} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5296} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5297} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5302} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5305} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5308} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5309} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5310} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5311} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5313} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5320} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5324} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5329} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5333} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5336} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5342} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5345} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5348} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5350} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5355} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5356} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5358} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5369} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5373} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5376} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5377} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5379} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5386} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5388} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5389} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5390} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5398} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5401} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5404} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5405} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5406} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5410} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5411} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5413} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5416} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5418} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5419} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5420} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5422} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5434} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5437} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5445} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6217} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5450} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5453} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5456} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5457} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5459} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5460} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5462} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5464} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5465} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5468} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5469} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5470} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5473} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5475} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5478} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5480} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5483} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5485} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5491} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5494} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5495} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5501} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5503} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5504} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5507} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5508} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5512} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5513} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5520} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5526} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5530} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5531} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5535} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5536} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5540} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5544} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5546} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5549} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5559} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5560} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6218} | tar x -C %{buildroot} -xz -dc %{SOURCE5562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5565} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5568} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6220} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5569} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5570} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5573} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5576} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5579} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5581} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5589} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5591} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5598} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5600} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5602} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5603} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5606} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5609} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5610} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5613} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5616} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5618} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5619} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5624} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6221} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6225} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5629} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5630} | tar x -C %{buildroot}%{_texdir} -# nuke useless tlmgr packaging stuff and doc droppings -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/man*/*.pdf -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/Makefile -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/man*/Makefile -rm -rf %{buildroot}%{_texdir}/texmf/doc/info/dir - -mkdir -p %{buildroot}%{_bindir} -mv %{buildroot}/bin/i386-linux/* %{buildroot}%{_bindir} -for i in `find %{buildroot}%{_bindir} -type f`; do -[ "`file $i | grep ELF | wc -l`" == "1" ] && rm -f $i -done -rm -rf %{buildroot}/tlpkg - -# install texlive.tlpdb -cp %{SOURCE2} %{buildroot}%{_texdir} - -# install licenses -mkdir -p %{buildroot}%{_texdir}/licenses -pushd %{buildroot}%{_texdir}/licenses -xz -dc %{SOURCE3} | tar x -popd - -# install binaries -rm -rf %{buildroot}%{_texdir}/bin/ -mkdir -p %{buildroot}%{_bindir} -rm -f source/inst/bin/man -pushd source/inst/bin/ -for i in *; do -if [ -x %{buildroot}%{_bindir}/$i ]; then -if [ -h $i ]; then -[ ! -h %{buildroot}%{_bindir}/$i ] && continue; -fi -fi -mv $i %{buildroot}%{_bindir} -done -popd - -# install kpathsea shared libs, nuke static ones -rm -rf %{buildroot}%{_libdir} -mkdir -p %{buildroot}%{_libdir} -cp -d source/inst/lib/* %{buildroot}%{_libdir} -rm -f %{buildroot}%{_libdir}/*.a -rm -f %{buildroot}%{_libdir}/*.la - -# install includes -rm -rf %{buildroot}%{_includedir} -mkdir -p %{buildroot}%{_includedir} -cp -r source/inst/include/* %{buildroot}%{_includedir} - -# relocate binaries to %%{_bindir} and fix relative symlinks -pushd %{buildroot}%{_bindir} -for i in `find . -type l`; do -if [ "`readlink $i | grep '..' | wc -l`" == "1" ]; then -l=`readlink $i | sed s,.*texmf,/usr/share/texlive/texmf,` -rm -f $i -ln -s $l $i -fi -done -popd - -# sync built/distro binaries -pushd %{buildroot}%{_bindir} -rm -f man -[ ! -e mfplain ] && ln -s mpost mfplain -[ ! -e texlua ] && ln -s luatex texlua -[ ! -e texluac ] && ln -s luatex texluac -for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk kanji-config-updmap kanji-config-updmap-sys; do -rm -f %{buildroot}%{_bindir}/$i -rm -f %{buildroot}%{_datadir}/texlive/texmf/doc/man/man1/$i.* -done -rm -rf %{buildroot}%{_includedir}/ptexenc -popd - -# fix symlinks -pushd %{buildroot}%{_bindir} -for i in allcm allneeded fontinst kpsetool updmap-sys ps2frag pslatex rubibtex rumakeindex dvi2fax dvired kpsewhere; do -rm -f $i -ln -s /usr/share/texlive/texmf-dist/scripts/tetex/$i.sh $i -done -for i in texdoctk updmap e2pall; do -rm -f $i -ln -s /usr/share/texlive/texmf-dist/scripts/tetex/$i.pl $i -done -for i in fmtutil fmtutil-sys texconfig texconfig-sys texconfig-dialog texlinks; do -rm -f $i -ln -s /usr/share/texlive/texmf/scripts/tetex/$i.sh $i -done -rm -f deweb -ln -s /usr/share/texlive/texmf/scripts/chktex/deweb.pl deweb -rm -f ps2eps -ln -s /usr/share/texlive/texmf/scripts/ps2eps/ps2eps.pl ps2eps -rm -f mkjobtexmf -ln -s /usr/share/texlive/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf -rm -f rungs -ln -s /usr/share/texlive/texmf/scripts/texlive/rungs.tlu rungs -rm -f context -cat > context << EOF -#!/bin/sh -export TEXMF=/usr/share/texlive/texmf-dist; -export TEXMFCNF=/usr/share/texlive/texmf/web2c; -export TEXMFCACHE=/var/lib/texmf; -%{_bindir}/mtxrun --script context "\$@" -EOF -chmod 0755 context -popd - -# remove all unshipped stuff -rm -f %{buildroot}/%{_texdir}/texmf/doc/info/kpathsea.info - -# disable all formats -sed -i '/^[a-z].*$/s/^/\#\!\ /' %{buildroot}%{_texdir}/texmf/web2c/fmtutil.cnf -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-common/tlmgr-general-options.png -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-common/tlmgr-gui.png -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-common/tlmgr-paper-options.png -rm -f %{buildroot}/%{_texdir}/texmf/dvipdfm/config/config-win32 - -# disable all hyphenations -cp -f %{buildroot}%{_texdir}/texmf/tex/generic/config/language.us %{buildroot}%{_texdir}/texmf/tex/generic/config/language.dat - -# disable all hyphenations -cp -f %{buildroot}%{_texdir}/texmf/tex/generic/config/language.us.def %{buildroot}%{_texdir}/texmf/tex/generic/config/language.def - -# disable all Maps/MixedMaps we add them by scriptlets -sed -i '/^M/d' %{buildroot}%{_texdir}/texmf/web2c/updmap.cfg -rm -f %{buildroot}/%{_texdir}/install-tl -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/ctan-mirrors.pl -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-perltk.pl -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-text.pl -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-wizard.pl -rm -f %{buildroot}/%{_texdir}/texmf/doc/man/man1/tlmgr.1 -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.CS -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.DE -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.EN -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.FR -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.IT -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.JA -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.PL -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU-cp1251 -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU-koi8 -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-ascii -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-cp1250 -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-il2 -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SR -rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.ZH-CN -rm -f %{buildroot}/%{_texdir}/texmf/scripts/texlive/tlmgr.pl -rm -f %{buildroot}/%{_texdir}/texmf/scripts/texlive/tlmgrgui.pl -rm -f %{buildroot}/%{_texdir}/texmf/scripts/texlive/uninstall-win32.pl -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/config.guess -rm -f %{buildroot}/%{_texdir}/tlpkg/installer/COPYING.MinGW-runtime.txt -rm -f %{buildroot}/%{_bindir}/tlmgr -rm -f %{buildroot}/%{_texdir}/texmf-dist/texdoctk/texdocrc-win32.defaults -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/context.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/luatools.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/metatex.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.dll -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.lua -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxworks.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/texexec.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/texmfstart.exe -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/mtxrun_dll.c -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/mtxrun_exe.c -rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/readme.txt -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-wizard-win32-sr.png -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-main-screen-freebsd-sr.png -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-options-freebsd-sr.png -rm -f %{buildroot}/%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-paper-options-freebsd-sr.png -rm -f %{buildroot}/%{_texdir}/texmf-dist/tex4ht/base/win32/tex4ht.env -rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/generic/tex4ht/mn-mswin.html -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/ChangeLog -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/ChangeLog.2 -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile.baseinit -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile.baserules -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/japanlco.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scraddr.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scraddr.ins -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrbeta.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrdoc.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrextend.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrhack.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrjura.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkbase.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkbib.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkcile.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkcomp.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkfloa.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkfont.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkftn.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkidx.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklang.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklco.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkliof.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklist.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkmisc.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrknpap.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkpage.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkpar.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkplen.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrksect.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrktare.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrktitl.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkvars.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkvers.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlettr.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlettr.ins -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlfile.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlfile.ins -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlogo.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrmain.ins -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrpage.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrpage.ins -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrsource.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrstrip.inc -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrstrop.inc -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrtime.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrwfile.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/tocbasic.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/tocstyle.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile.guide -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/guide.bib -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/guide.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/linkalias.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/plength.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.cls -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.gst -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.ist -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/bin/genhtmlidx.pl -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/bin/genindex.pl -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/Makefile -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/adrconvnote.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/authorpart.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-0.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-1.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-10.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-11.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-12.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-13.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-14.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-15.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-3.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-4.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-5.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-6.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-7.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-8.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-9.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/expertpart.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/guide.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/htmlsetup -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/introduction.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/japanlco.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/linkalias.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/preface.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scraddr.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrdatetime.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrhack.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlfile.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2examples.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrpage2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/typearea.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/Makefile -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/adrconvnote.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/authorpart.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-0.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-1.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-10.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-11.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-12.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-13.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-14.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-15.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-3.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-4.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-5.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-6.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-7.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-8.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-9.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/expertpart.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/guide-ngerman.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/guide.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/htmlsetup -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/introduction.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/linkalias.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/preface.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scraddr.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbase.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrdatetime.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrextend.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrhack.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlfile.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrpage2.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrwfile.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/tocbasic.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/typearea-experts.tex -rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/typearea.tex -mkdir -p %{buildroot}/%{_datadir}/ -mkdir -p %{buildroot}/%{_infodir}/ -cp -R %{buildroot}/%{_texdir}/texmf/doc/man %{buildroot}/%{_datadir}/ -find %{buildroot}/%{_texdir}/texmf/doc/man -type f | xargs rm -f -mv %{buildroot}/%{_texdir}/texmf/doc/info/* %{buildroot}/%{_infodir}/ - -# nuke useless tlmgr packaging stuff -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ - -# link config dir to the main tree and var dir to root -pushd %{buildroot}%{_texdir} -[ ! -h texmf-var ] && ln -s %{_texmf_var} texmf-var -popd -pushd %{buildroot}%{_texdir}/texmf-config/web2c -ln -s ../../texmf/web2c/updmap.cfg updmap.cfg -popd - -# touch ghosts -touch %{buildroot}%{_texdir}/texmf/ls-R -touch %{buildroot}%{_texdir}/texmf-local/ls-R -touch %{buildroot}%{_texdir}/texmf-dist/ls-R - -# configure ConTeXt -for i in ctxtools luatools texexec texmfstart; do -sed -i -e 's|mtxrun|export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; mtxrun|' %{buildroot}%{_bindir}/$i -done - -# configure texmf-local - make it visible to kpathsea -sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL = $TEXMFROOT/texmf-local//|' %{buildroot}/%{_texdir}/texmf/web2c/texmf.cnf - -# create macro file for building texlive -mkdir -p %{buildroot}%{_sysconfdir}/rpm -cat << EOF > %{buildroot}%{_sysconfdir}/rpm/macros.texlive -# macros to keep trees in texlive consistent -%_texmf_main /usr/share/texlive/texmf -%_texmf_vendor /usr/share/texlive/texmf -%_texmf_var /var/lib/texmf -%_texmf_conf /usr/share/texlive/texmf-config -EOF - -%clean -rm -rf %{buildroot} - -%pre base -rm -rf %{_texdir}/texmf-var -rm -rf %{_texmf_var}/* -: - -%posttrans base -if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then -[ -x /sbin/restorecon ] && /sbin/restorecon -R %{_texmf_var}/ -fi -: - -%files -%defattr(-,root,root) - -%files base -%defattr(-,root,root) -%dir %{_texmf_var} -%dir %{_texdir}/texmf-var -%dir %{_texdir}/../texmf -%dir %{_texdir}/licenses -%dir %{_texdir}/texmf-local -%dir %{_texdir}/texmf-local/texmf-compat -%dir %{_texdir}/ -%dir %{_texdir}/readme-html.dir -%dir %{_texdir}/readme-txt.dir -%dir %{_texdir}/texmf -%dir %{_texdir}/texmf-dist -%dir %{_texdir}/texmf-dist/bibtex -%dir %{_texdir}/texmf-dist/bibtex/bib -%dir %{_texdir}/texmf-dist/bibtex/bib/abntex2 -%dir %{_texdir}/texmf-dist/bibtex/bib/abstyles -%dir %{_texdir}/texmf-dist/bibtex/bib/amsrefs -%dir %{_texdir}/texmf-dist/bibtex/bib/base -%dir %{_texdir}/texmf-dist/bibtex/bib/beebe -%dir %{_texdir}/texmf-dist/bibtex/bib/biblatex -%dir %{_texdir}/texmf-dist/bibtex/bib/biblatex/biblatex -%dir %{_texdir}/texmf-dist/bibtex/bib/computational-complexity -%dir %{_texdir}/texmf-dist/bibtex/bib/directory -%dir %{_texdir}/texmf-dist/bibtex/bib/dk-bib -%dir %{_texdir}/texmf-dist/bibtex/bib/frankenstein -%dir %{_texdir}/texmf-dist/bibtex/bib/gloss -%dir %{_texdir}/texmf-dist/bibtex/bib/gustlib -%dir %{_texdir}/texmf-dist/bibtex/bib/harvard -%dir %{_texdir}/texmf-dist/bibtex/bib/IEEEtran -%dir %{_texdir}/texmf-dist/bibtex/bib/jurabib -%dir %{_texdir}/texmf-dist/bibtex/bib/lsc -%dir %{_texdir}/texmf-dist/bibtex/bib/msc -%dir %{_texdir}/texmf-dist/bibtex/bib/nostarch -%dir %{_texdir}/texmf-dist/bibtex/bib/oberdiek -%dir %{_texdir}/texmf-dist/bibtex/bib/revtex4 -%dir %{_texdir}/texmf-dist/bibtex/bib/spie -%dir %{_texdir}/texmf-dist/bibtex/bst -%dir %{_texdir}/texmf-dist/bibtex/bst/abntex2 -%dir %{_texdir}/texmf-dist/bibtex/bst/abstyles -%dir %{_texdir}/texmf-dist/bibtex/bst/adfathesis -%dir %{_texdir}/texmf-dist/bibtex/bst/adrconv -%dir %{_texdir}/texmf-dist/bibtex/bst/afthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/aguplus -%dir %{_texdir}/texmf-dist/bibtex/bst/achemso -%dir %{_texdir}/texmf-dist/bibtex/bst/aiaa -%dir %{_texdir}/texmf-dist/bibtex/bst/aichej -%dir %{_texdir}/texmf-dist/bibtex/bst/ametsoc -%dir %{_texdir}/texmf-dist/bibtex/bst/amscls -%dir %{_texdir}/texmf-dist/bibtex/bst/amsrefs -%dir %{_texdir}/texmf-dist/bibtex/bst/aomart -%dir %{_texdir}/texmf-dist/bibtex/bst/apacite -%dir %{_texdir}/texmf-dist/bibtex/bst/apalike2 -%dir %{_texdir}/texmf-dist/bibtex/bst/asaetr -%dir %{_texdir}/texmf-dist/bibtex/bst/ascelike -%dir %{_texdir}/texmf-dist/bibtex/bst/babelbib -%dir %{_texdir}/texmf-dist/bibtex/bst/base -%dir %{_texdir}/texmf-dist/bibtex/bst/beebe -%dir %{_texdir}/texmf-dist/bibtex/bst/bgteubner -%dir %{_texdir}/texmf-dist/bibtex/bst/bibexport -%dir %{_texdir}/texmf-dist/bibtex/bst/bib-fr -%dir %{_texdir}/texmf-dist/bibtex/bst/bibhtml -%dir %{_texdir}/texmf-dist/bibtex/bst/biblatex -%dir %{_texdir}/texmf-dist/bibtex/bst/cascadilla -%dir %{_texdir}/texmf-dist/bibtex/bst/cell -%dir %{_texdir}/texmf-dist/bibtex/bst/cmpj -%dir %{_texdir}/texmf-dist/bibtex/bst/computational-complexity -%dir %{_texdir}/texmf-dist/bibtex/bst/confproc -%dir %{_texdir}/texmf-dist/bibtex/bst/context -%dir %{_texdir}/texmf-dist/bibtex/bst/dinat -%dir %{_texdir}/texmf-dist/bibtex/bst/din1505 -%dir %{_texdir}/texmf-dist/bibtex/bst/directory -%dir %{_texdir}/texmf-dist/bibtex/bst/disser -%dir %{_texdir}/texmf-dist/bibtex/bst/dk-bib -%dir %{_texdir}/texmf-dist/bibtex/bst/dlfltxb -%dir %{_texdir}/texmf-dist/bibtex/bst/dtk -%dir %{_texdir}/texmf-dist/bibtex/bst/dvdcoll -%dir %{_texdir}/texmf-dist/bibtex/bst/economic -%dir %{_texdir}/texmf-dist/bibtex/bst/elsarticle -%dir %{_texdir}/texmf-dist/bibtex/bst/fbs -%dir %{_texdir}/texmf-dist/bibtex/bst/figbib -%dir %{_texdir}/texmf-dist/bibtex/bst/finbib -%dir %{_texdir}/texmf-dist/bibtex/bst/francais-bst -%dir %{_texdir}/texmf-dist/bibtex/bst/frankenstein -%dir %{_texdir}/texmf-dist/bibtex/bst/gatech-thesis -%dir %{_texdir}/texmf-dist/bibtex/bst/gloss -%dir %{_texdir}/texmf-dist/bibtex/bst/gost -%dir %{_texdir}/texmf-dist/bibtex/bst/gustlib -%dir %{_texdir}/texmf-dist/bibtex/bst/harvard -%dir %{_texdir}/texmf-dist/bibtex/bst/hc -%dir %{_texdir}/texmf-dist/bibtex/bst/chembst -%dir %{_texdir}/texmf-dist/bibtex/bst/chem-journal -%dir %{_texdir}/texmf-dist/bibtex/bst/chet -%dir %{_texdir}/texmf-dist/bibtex/bst/chicago -%dir %{_texdir}/texmf-dist/bibtex/bst/chicago-annote -%dir %{_texdir}/texmf-dist/bibtex/bst/chscite -%dir %{_texdir}/texmf-dist/bibtex/bst/ieeepes -%dir %{_texdir}/texmf-dist/bibtex/bst/IEEEtran -%dir %{_texdir}/texmf-dist/bibtex/bst/ijmart -%dir %{_texdir}/texmf-dist/bibtex/bst/ijqc -%dir %{_texdir}/texmf-dist/bibtex/bst/imac -%dir %{_texdir}/texmf-dist/bibtex/bst/index -%dir %{_texdir}/texmf-dist/bibtex/bst/inlinebib -%dir %{_texdir}/texmf-dist/bibtex/bst/iopart-num -%dir %{_texdir}/texmf-dist/bibtex/bst/jneurosci -%dir %{_texdir}/texmf-dist/bibtex/bst/jurabib -%dir %{_texdir}/texmf-dist/bibtex/bst/jurarsp -%dir %{_texdir}/texmf-dist/bibtex/bst/kluwer -%dir %{_texdir}/texmf-dist/bibtex/bst/ksfh_nat -%dir %{_texdir}/texmf-dist/bibtex/bst/listbib -%dir %{_texdir}/texmf-dist/bibtex/bst/mciteplus -%dir %{_texdir}/texmf-dist/bibtex/bst/minitoc -%dir %{_texdir}/texmf-dist/bibtex/bst/mslapa -%dir %{_texdir}/texmf-dist/bibtex/bst/multibib -%dir %{_texdir}/texmf-dist/bibtex/bst/munich -%dir %{_texdir}/texmf-dist/bibtex/bst/natbib -%dir %{_texdir}/texmf-dist/bibtex/bst/nddiss -%dir %{_texdir}/texmf-dist/bibtex/bst/opcit -%dir %{_texdir}/texmf-dist/bibtex/bst/perception -%dir %{_texdir}/texmf-dist/bibtex/bst/persian-bib -%dir %{_texdir}/texmf-dist/bibtex/bst/pnas2009 -%dir %{_texdir}/texmf-dist/bibtex/bst/przechlewski-book -%dir %{_texdir}/texmf-dist/bibtex/bst/psu-thesis -%dir %{_texdir}/texmf-dist/bibtex/bst/resphilosophica -%dir %{_texdir}/texmf-dist/bibtex/bst/revtex -%dir %{_texdir}/texmf-dist/bibtex/bst/revtex4 -%dir %{_texdir}/texmf-dist/bibtex/bst/rsc -%dir %{_texdir}/texmf-dist/bibtex/bst/sageep -%dir %{_texdir}/texmf-dist/bibtex/bst/sapthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/savetrees -%dir %{_texdir}/texmf-dist/bibtex/bst/seuthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/shipunov -%dir %{_texdir}/texmf-dist/bibtex/bst/sort-by-letters -%dir %{_texdir}/texmf-dist/bibtex/bst/spie -%dir %{_texdir}/texmf-dist/bibtex/bst/stellenbosch -%dir %{_texdir}/texmf-dist/bibtex/bst/swebib -%dir %{_texdir}/texmf-dist/bibtex/bst/texsis -%dir %{_texdir}/texmf-dist/bibtex/bst/thuthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/tugboat -%dir %{_texdir}/texmf-dist/bibtex/bst/uestcthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/unamthesis -%dir %{_texdir}/texmf-dist/bibtex/bst/urlbst -%dir %{_texdir}/texmf-dist/bibtex/bst/vak -%dir %{_texdir}/texmf-dist/bibtex/bst/vancouver -%dir %{_texdir}/texmf-dist/bibtex/csf -%dir %{_texdir}/texmf-dist/bibtex/csf/base -%dir %{_texdir}/texmf-dist/bibtex/csf/biblatex -%dir %{_texdir}/texmf-dist/bibtex/csf/disser -%dir %{_texdir}/texmf-dist/bibtex/csf/dk-bib -%dir %{_texdir}/texmf-dist/bibtex/csf/gost -%dir %{_texdir}/texmf-dist/bibtex/csf/persian-bib -%dir %{_texdir}/texmf-dist/bibtex/csf/polish-csf -%dir %{_texdir}/texmf-dist/context -%dir %{_texdir}/texmf-dist/context/data -%dir %{_texdir}/texmf-dist/context/data/scite -%dir %{_texdir}/texmf-dist/context/data/scite/lexers -%dir %{_texdir}/texmf-dist/context/data/scite/lexers/data -%dir %{_texdir}/texmf-dist/context/data/scite/lexers/themes -%dir %{_texdir}/texmf-dist/context/data/texfont -%dir %{_texdir}/texmf-dist/context/data/texworks -%dir %{_texdir}/texmf-dist/context/data/texworks/completion -%dir %{_texdir}/texmf-dist/context/data/texworks/configuration -%dir %{_texdir}/texmf-dist/context/data/texworks/TUG -%dir %{_texdir}/texmf-dist/doc -%dir %{_texdir}/texmf-dist/doc/aleph -%dir %{_texdir}/texmf-dist/doc/aleph/base -%dir %{_texdir}/texmf-dist/doc/amstex -%dir %{_texdir}/texmf-dist/doc/amstex/base -%dir %{_texdir}/texmf-dist/doc/bibtex -%dir %{_texdir}/texmf-dist/doc/bibtex/abstyles -%dir %{_texdir}/texmf-dist/doc/bibtex/apacite -%dir %{_texdir}/texmf-dist/doc/bibtex/babelbib -%dir %{_texdir}/texmf-dist/doc/bibtex/base -%dir %{_texdir}/texmf-dist/doc/bibtex/bibexport -%dir %{_texdir}/texmf-dist/doc/bibtex/bib-fr -%dir %{_texdir}/texmf-dist/doc/bibtex/bibhtml -%dir %{_texdir}/texmf-dist/doc/bibtex/dinat -%dir %{_texdir}/texmf-dist/doc/bibtex/economic -%dir %{_texdir}/texmf-dist/doc/bibtex/francais-bst -%dir %{_texdir}/texmf-dist/doc/bibtex/gost -%dir %{_texdir}/texmf-dist/doc/bibtex/chicago-annote -%dir %{_texdir}/texmf-dist/doc/bibtex/ijqc -%dir %{_texdir}/texmf-dist/doc/bibtex/inlinebib -%dir %{_texdir}/texmf-dist/doc/bibtex/iopart-num -%dir %{_texdir}/texmf-dist/doc/bibtex/sort-by-letters -%dir %{_texdir}/texmf-dist/doc/bibtex/tamethebeast -%dir %{_texdir}/texmf-dist/doc/bibtex/urlbst -%dir %{_texdir}/texmf-dist/doc/bibtex/vak -%dir %{_texdir}/texmf-dist/doc/bibtex/vancouver -%dir %{_texdir}/texmf-dist/doc/context -%dir %{_texdir}/texmf-dist/doc/context/bib -%dir %{_texdir}/texmf-dist/doc/context/document -%dir %{_texdir}/texmf-dist/doc/context/document/general -%dir %{_texdir}/texmf-dist/doc/context/document/general/manuals -%dir %{_texdir}/texmf-dist/doc/context/manuals -%dir %{_texdir}/texmf-dist/doc/context/manuals/allkind -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/tables -%dir %{_texdir}/texmf-dist/doc/context/manuals/reference/en/typography -%dir %{_texdir}/texmf-dist/doc/context/scripts -%dir %{_texdir}/texmf-dist/doc/context/scripts/perl -%dir %{_texdir}/texmf-dist/doc/context/third -%dir %{_texdir}/texmf-dist/doc/context/third/account -%dir %{_texdir}/texmf-dist/doc/context/third/bnf -%dir %{_texdir}/texmf-dist/doc/context/third/construction-plan -%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn -%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src -%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures -%dir %{_texdir}/texmf-dist/doc/context/third/degrade -%dir %{_texdir}/texmf-dist/doc/context/third/filter -%dir %{_texdir}/texmf-dist/doc/context/third/french -%dir %{_texdir}/texmf-dist/doc/context/third/fullpage -%dir %{_texdir}/texmf-dist/doc/context/third/games -%dir %{_texdir}/texmf-dist/doc/context/third/gantt -%dir %{_texdir}/texmf-dist/doc/context/third/gantt/examples -%dir %{_texdir}/texmf-dist/doc/context/third/gnuplot -%dir %{_texdir}/texmf-dist/doc/context/third/chromato -%dir %{_texdir}/texmf-dist/doc/context/third/letter -%dir %{_texdir}/texmf-dist/doc/context/third/lettrine -%dir %{_texdir}/texmf-dist/doc/context/third/lilypond -%dir %{_texdir}/texmf-dist/doc/context/third/mathsets -%dir %{_texdir}/texmf-dist/doc/context/third/pgfplots -%dir %{_texdir}/texmf-dist/doc/context/third/rst -%dir %{_texdir}/texmf-dist/doc/context/third/ruby -%dir %{_texdir}/texmf-dist/doc/context/third/simplefonts -%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides -%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions -%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides/styles -%dir %{_texdir}/texmf-dist/doc/context/third/typearea -%dir %{_texdir}/texmf-dist/doc/context/third/typescripts -%dir %{_texdir}/texmf-dist/doc/context/third/vim -%dir %{_texdir}/texmf-dist/doc/cstex -%dir %{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen -%dir %{_texdir}/texmf-dist/doc/eplain -%dir %{_texdir}/texmf-dist/doc/eplain/demo -%dir %{_texdir}/texmf-dist/doc/eplain/doc -%dir %{_texdir}/texmf-dist/doc/eplain/util -%dir %{_texdir}/texmf-dist/doc/etex -%dir %{_texdir}/texmf-dist/doc/etex/base -%dir %{_texdir}/texmf-dist/doc/fonts -%dir %{_texdir}/texmf-dist/doc/fonts/accfonts -%dir %{_texdir}/texmf-dist/doc/fonts/adforn -%dir %{_texdir}/texmf-dist/doc/fonts/adfsymbols -%dir %{_texdir}/texmf-dist/doc/fonts/ae -%dir %{_texdir}/texmf-dist/doc/fonts/aecc -%dir %{_texdir}/texmf-dist/doc/fonts/allrunes -%dir %{_texdir}/texmf-dist/doc/fonts/amiri -%dir %{_texdir}/texmf-dist/doc/fonts/amiri/documentation -%dir %{_texdir}/texmf-dist/doc/fonts/amiri/sources -%dir %{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson -%dir %{_texdir}/texmf-dist/doc/fonts/amiri/test-suite -%dir %{_texdir}/texmf-dist/doc/fonts/amiri/tools -%dir %{_texdir}/texmf-dist/doc/fonts/amsfonts -%dir %{_texdir}/texmf-dist/doc/fonts/antiqua -%dir %{_texdir}/texmf-dist/doc/fonts/antt -%dir %{_texdir}/texmf-dist/doc/fonts/arev -%dir %{_texdir}/texmf-dist/doc/fonts/archaic -%dir %{_texdir}/texmf-dist/doc/fonts/arphic -%dir %{_texdir}/texmf-dist/doc/fonts/arphic/bkaiu -%dir %{_texdir}/texmf-dist/doc/fonts/arphic/bsmiu -%dir %{_texdir}/texmf-dist/doc/fonts/arphic/gbsnu -%dir %{_texdir}/texmf-dist/doc/fonts/arphic/gkaiu -%dir %{_texdir}/texmf-dist/doc/fonts/Asana-Math -%dir %{_texdir}/texmf-dist/doc/fonts/ascii -%dir %{_texdir}/texmf-dist/doc/fonts/astro -%dir %{_texdir}/texmf-dist/doc/fonts/auncial-new -%dir %{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts -%dir %{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources -%dir %{_texdir}/texmf-dist/doc/fonts/baskervald -%dir %{_texdir}/texmf-dist/doc/fonts/bbm -%dir %{_texdir}/texmf-dist/doc/fonts/bbold-type1 -%dir %{_texdir}/texmf-dist/doc/fonts/belleek -%dir %{_texdir}/texmf-dist/doc/fonts/bengali -%dir %{_texdir}/texmf-dist/doc/fonts/bera -%dir %{_texdir}/texmf-dist/doc/fonts/berenisadf -%dir %{_texdir}/texmf-dist/doc/fonts/bguq -%dir %{_texdir}/texmf-dist/doc/fonts/blacklettert1 -%dir %{_texdir}/texmf-dist/doc/fonts/boisik -%dir %{_texdir}/texmf-dist/doc/fonts/boisik/example -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/auncial -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/egothic -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/humanist -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/huncial -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/rustic -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic -%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/uncial -%dir %{_texdir}/texmf-dist/doc/fonts/boondox -%dir %{_texdir}/texmf-dist/doc/fonts/brushscr -%dir %{_texdir}/texmf-dist/doc/fonts/burmese -%dir %{_texdir}/texmf-dist/doc/fonts/cabin -%dir %{_texdir}/texmf-dist/doc/fonts/calligra-type1 -%dir %{_texdir}/texmf-dist/doc/fonts/cantarell -%dir %{_texdir}/texmf-dist/doc/fonts/carolmin-ps -%dir %{_texdir}/texmf-dist/doc/fonts/cbfonts -%dir %{_texdir}/texmf-dist/doc/fonts/cc-pl -%dir %{_texdir}/texmf-dist/doc/fonts/cfr-lm -%dir %{_texdir}/texmf-dist/doc/fonts/cjhebrew -%dir %{_texdir}/texmf-dist/doc/fonts/cm -%dir %{_texdir}/texmf-dist/doc/fonts/cmbright -%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr -%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf -%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i -%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k -%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w -%dir %{_texdir}/texmf-dist/doc/fonts/cm-lgc -%dir %{_texdir}/texmf-dist/doc/fonts/cmll -%dir %{_texdir}/texmf-dist/doc/fonts/cm-super -%dir %{_texdir}/texmf-dist/doc/fonts/cm-unicode -%dir %{_texdir}/texmf-dist/doc/fonts/cns -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-b5 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-1 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-2 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-3 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-4 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-5 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-6 -%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-7 -%dir %{_texdir}/texmf-dist/doc/fonts/comfortaa -%dir %{_texdir}/texmf-dist/doc/fonts/concmath -%dir %{_texdir}/texmf-dist/doc/fonts/concmath-fonts -%dir %{_texdir}/texmf-dist/doc/fonts/concrete -%dir %{_texdir}/texmf-dist/doc/fonts/countriesofeurope -%dir %{_texdir}/texmf-dist/doc/fonts/courier-scaled -%dir %{_texdir}/texmf-dist/doc/fonts/cyklop -%dir %{_texdir}/texmf-dist/doc/fonts/dejavu -%dir %{_texdir}/texmf-dist/doc/fonts/dejavu/font-doc -%dir %{_texdir}/texmf-dist/doc/fonts/dice -%dir %{_texdir}/texmf-dist/doc/fonts/dictsym -%dir %{_texdir}/texmf-dist/doc/fonts/dingbat -%dir %{_texdir}/texmf-dist/doc/fonts/doublestroke -%dir %{_texdir}/texmf-dist/doc/fonts/dozenal -%dir %{_texdir}/texmf-dist/doc/fonts/droid -%dir %{_texdir}/texmf-dist/doc/fonts/duerer -%dir %{_texdir}/texmf-dist/doc/fonts/dutchcal -%dir %{_texdir}/texmf-dist/doc/fonts/ebgaramond -%dir %{_texdir}/texmf-dist/doc/fonts/ec -%dir %{_texdir}/texmf-dist/doc/fonts/ecc -%dir %{_texdir}/texmf-dist/doc/fonts/eco -%dir %{_texdir}/texmf-dist/doc/fonts/electrum -%dir %{_texdir}/texmf-dist/doc/fonts/elvish -%dir %{_texdir}/texmf-dist/doc/fonts/enc -%dir %{_texdir}/texmf-dist/doc/fonts/enc/c90 -%dir %{_texdir}/texmf-dist/doc/fonts/epigrafica -%dir %{_texdir}/texmf-dist/doc/fonts/esint-type1 -%dir %{_texdir}/texmf-dist/doc/fonts/esstix -%dir %{_texdir}/texmf-dist/doc/fonts/eurosym -%dir %{_texdir}/texmf-dist/doc/fonts/eurosym/c -%dir %{_texdir}/texmf-dist/doc/fonts/eurosym/src -%dir %{_texdir}/texmf-dist/doc/fonts/fc -%dir %{_texdir}/texmf-dist/doc/fonts/fdsymbol -%dir %{_texdir}/texmf-dist/doc/fonts/feyn -%dir %{_texdir}/texmf-dist/doc/fonts/fge -%dir %{_texdir}/texmf-dist/doc/fonts/figbas -%dir %{_texdir}/texmf-dist/doc/fonts/fonetika -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/encspecs -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/basic -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/eurofont -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/mathptm -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/mathptmx -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/manual -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/talks -%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/test -%dir %{_texdir}/texmf-dist/doc/fonts/fontname -%dir %{_texdir}/texmf-dist/doc/fonts/fonts-tlwg -%dir %{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/examples -%dir %{_texdir}/texmf-dist/doc/fonts/fourier -%dir %{_texdir}/texmf-dist/doc/fonts/fouriernc -%dir %{_texdir}/texmf-dist/doc/fonts/fpl -%dir %{_texdir}/texmf-dist/doc/fonts/frcursive -%dir %{_texdir}/texmf-dist/doc/fonts/genealogy -%dir %{_texdir}/texmf-dist/doc/fonts/gentium -%dir %{_texdir}/texmf-dist/doc/fonts/gentium/Gentium_Basic_1.1 -%dir %{_texdir}/texmf-dist/doc/fonts/gentium/Gentium_1.02 -%dir %{_texdir}/texmf-dist/doc/fonts/gfsartemisia -%dir %{_texdir}/texmf-dist/doc/fonts/gfsbaskerville -%dir %{_texdir}/texmf-dist/doc/fonts/gfsbodoni -%dir %{_texdir}/texmf-dist/doc/fonts/gfscomplutum -%dir %{_texdir}/texmf-dist/doc/fonts/gfsdidot -%dir %{_texdir}/texmf-dist/doc/fonts/gfsneohellenic -%dir %{_texdir}/texmf-dist/doc/fonts/gfsporson -%dir %{_texdir}/texmf-dist/doc/fonts/gfssolomos -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/notes -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/generate -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/report -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/report/OpenType -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/script-menu -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges/Arabic -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility/metafont -%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility/special-purpose -%dir %{_texdir}/texmf-dist/doc/fonts/go -%dir %{_texdir}/texmf-dist/doc/fonts/gothic -%dir %{_texdir}/texmf-dist/doc/fonts/greektex -%dir %{_texdir}/texmf-dist/doc/fonts/greenpoint -%dir %{_texdir}/texmf-dist/doc/fonts/grotesq -%dir %{_texdir}/texmf-dist/doc/fonts/hacm -%dir %{_texdir}/texmf-dist/doc/fonts/hfbright -%dir %{_texdir}/texmf-dist/doc/fonts/hfoldsty -%dir %{_texdir}/texmf-dist/doc/fonts/charter -%dir %{_texdir}/texmf-dist/doc/fonts/chemarrow -%dir %{_texdir}/texmf-dist/doc/fonts/chess -%dir %{_texdir}/texmf-dist/doc/fonts/ibygrk -%dir %{_texdir}/texmf-dist/doc/fonts/ifsym -%dir %{_texdir}/texmf-dist/doc/fonts/inconsolata -%dir %{_texdir}/texmf-dist/doc/fonts/initials -%dir %{_texdir}/texmf-dist/doc/fonts/ipaex -%dir %{_texdir}/texmf-dist/doc/fonts/iwona -%dir %{_texdir}/texmf-dist/doc/fonts/jablantile -%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf -%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf/test -%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test -%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex -%dir %{_texdir}/texmf-dist/doc/fonts/jfontmaps -%dir %{_texdir}/texmf-dist/doc/fonts/junicode -%dir %{_texdir}/texmf-dist/doc/fonts/kdgreek -%dir %{_texdir}/texmf-dist/doc/fonts/kixfont -%dir %{_texdir}/texmf-dist/doc/fonts/knitting -%dir %{_texdir}/texmf-dist/doc/fonts/kpfonts -%dir %{_texdir}/texmf-dist/doc/fonts/kurier -%dir %{_texdir}/texmf-dist/doc/fonts/latex-fonts -%dir %{_texdir}/texmf-dist/doc/fonts/lato -%dir %{_texdir}/texmf-dist/doc/fonts/levy -%dir %{_texdir}/texmf-dist/doc/fonts/lfb -%dir %{_texdir}/texmf-dist/doc/fonts/lh -%dir %{_texdir}/texmf-dist/doc/fonts/lh/beresta -%dir %{_texdir}/texmf-dist/doc/fonts/lh/fonttest -%dir %{_texdir}/texmf-dist/doc/fonts/lh/lhfonts -%dir %{_texdir}/texmf-dist/doc/fonts/lh/samples -%dir %{_texdir}/texmf-dist/doc/fonts/libertine -%dir %{_texdir}/texmf-dist/doc/fonts/librebaskerville -%dir %{_texdir}/texmf-dist/doc/fonts/libris -%dir %{_texdir}/texmf-dist/doc/fonts/linearA -%dir %{_texdir}/texmf-dist/doc/fonts/lm -%dir %{_texdir}/texmf-dist/doc/fonts/lm-math -%dir %{_texdir}/texmf-dist/doc/fonts/lxfonts -%dir %{_texdir}/texmf-dist/doc/fonts/ly1 -%dir %{_texdir}/texmf-dist/doc/fonts/marvosym -%dir %{_texdir}/texmf-dist/doc/fonts/mathabx -%dir %{_texdir}/texmf-dist/doc/fonts/mathabx-type1 -%dir %{_texdir}/texmf-dist/doc/fonts/mathdesign -%dir %{_texdir}/texmf-dist/doc/fonts/mdsymbol -%dir %{_texdir}/texmf-dist/doc/fonts/memdesign -%dir %{_texdir}/texmf-dist/doc/fonts/metafont-beginners -%dir %{_texdir}/texmf-dist/doc/fonts/metafont-for-beginners -%dir %{_texdir}/texmf-dist/doc/fonts/musixtex-fonts -%dir %{_texdir}/texmf-dist/doc/fonts/nanumtype1 -%dir %{_texdir}/texmf-dist/doc/fonts/newpx -%dir %{_texdir}/texmf-dist/doc/fonts/newtx -%dir %{_texdir}/texmf-dist/doc/fonts/nkarta -%dir %{_texdir}/texmf-dist/doc/fonts/ocr-b -%dir %{_texdir}/texmf-dist/doc/fonts/ocr-b-outline -%dir %{_texdir}/texmf-dist/doc/fonts/ogham -%dir %{_texdir}/texmf-dist/doc/fonts/oinuit -%dir %{_texdir}/texmf-dist/doc/fonts/oldlatin -%dir %{_texdir}/texmf-dist/doc/fonts/oldstandard -%dir %{_texdir}/texmf-dist/doc/fonts/opensans -%dir %{_texdir}/texmf-dist/doc/fonts/orkhun -%dir %{_texdir}/texmf-dist/doc/fonts/pacioli -%dir %{_texdir}/texmf-dist/doc/fonts/paratype -%dir %{_texdir}/texmf-dist/doc/fonts/persian-hm-ftx -%dir %{_texdir}/texmf-dist/doc/fonts/persian-hm-xbs -%dir %{_texdir}/texmf-dist/doc/fonts/persian-modern -%dir %{_texdir}/texmf-dist/doc/fonts/phaistos -%dir %{_texdir}/texmf-dist/doc/fonts/phonetic -%dir %{_texdir}/texmf-dist/doc/fonts/phonetic/Doc -%dir %{_texdir}/texmf-dist/doc/fonts/phonetic/Doc/209 -%dir %{_texdir}/texmf-dist/doc/fonts/pl -%dir %{_texdir}/texmf-dist/doc/fonts/poltawski -%dir %{_texdir}/texmf-dist/doc/fonts/prodint -%dir %{_texdir}/texmf-dist/doc/fonts/punk -%dir %{_texdir}/texmf-dist/doc/fonts/punknova -%dir %{_texdir}/texmf-dist/doc/fonts/punknova/documentation -%dir %{_texdir}/texmf-dist/doc/fonts/punknova/documentation/documentation-sources -%dir %{_texdir}/texmf-dist/doc/fonts/punknova/source -%dir %{_texdir}/texmf-dist/doc/fonts/punknova/tools -%dir %{_texdir}/texmf-dist/doc/fonts/pxfonts -%dir %{_texdir}/texmf-dist/doc/fonts/pxtxalfa -%dir %{_texdir}/texmf-dist/doc/fonts/qpxqtx -%dir %{_texdir}/texmf-dist/doc/fonts/quattrocento -%dir %{_texdir}/texmf-dist/doc/fonts/recycle -%dir %{_texdir}/texmf-dist/doc/fonts/romande -%dir %{_texdir}/texmf-dist/doc/fonts/rsfs -%dir %{_texdir}/texmf-dist/doc/fonts/rsfso -%dir %{_texdir}/texmf-dist/doc/fonts/sansmathaccent -%dir %{_texdir}/texmf-dist/doc/fonts/semaphor -%dir %{_texdir}/texmf-dist/doc/fonts/schulschriften -%dir %{_texdir}/texmf-dist/doc/fonts/skaknew -%dir %{_texdir}/texmf-dist/doc/fonts/starfont -%dir %{_texdir}/texmf-dist/doc/fonts/staves -%dir %{_texdir}/texmf-dist/doc/fonts/stix -%dir %{_texdir}/texmf-dist/doc/fonts/stix/Glyphs -%dir %{_texdir}/texmf-dist/doc/fonts/stmaryrd -%dir %{_texdir}/texmf-dist/doc/fonts/superiors -%dir %{_texdir}/texmf-dist/doc/fonts/tapir -%dir %{_texdir}/texmf-dist/doc/fonts/tex-gyre -%dir %{_texdir}/texmf-dist/doc/fonts/tex-gyre-math -%dir %{_texdir}/texmf-dist/doc/fonts/tfrupee -%dir %{_texdir}/texmf-dist/doc/fonts/tipa -%dir %{_texdir}/texmf-dist/doc/fonts/txfonts -%dir %{_texdir}/texmf-dist/doc/fonts/txfontsb -%dir %{_texdir}/texmf-dist/doc/fonts/Type1fonts -%dir %{_texdir}/texmf-dist/doc/fonts/uhc -%dir %{_texdir}/texmf-dist/doc/fonts/uhc/umj -%dir %{_texdir}/texmf-dist/doc/fonts/universa -%dir %{_texdir}/texmf-dist/doc/fonts/urwchancal -%dir %{_texdir}/texmf-dist/doc/fonts/utopia -%dir %{_texdir}/texmf-dist/doc/fonts/venturisadf -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/dgj -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/dmj -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mcj -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mc2j -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mrj -%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mr2j -%dir %{_texdir}/texmf-dist/doc/fonts/wasy -%dir %{_texdir}/texmf-dist/doc/fonts/wnri -%dir %{_texdir}/texmf-dist/doc/fonts/wnri/old -%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa -%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/latex2e -%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/latex209 -%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/text1 -%dir %{_texdir}/texmf-dist/doc/fonts/xits -%dir %{_texdir}/texmf-dist/doc/fonts/xq -%dir %{_texdir}/texmf-dist/doc/fonts/yannisgr -%dir %{_texdir}/texmf-dist/doc/fonts/zhmetrics -%dir %{_texdir}/texmf-dist/doc/generic -%dir %{_texdir}/texmf-dist/doc/generic/abbr -%dir %{_texdir}/texmf-dist/doc/generic/around-the-bend -%dir %{_texdir}/texmf-dist/doc/generic/arrayjobx -%dir %{_texdir}/texmf-dist/doc/generic/babel -%dir %{_texdir}/texmf-dist/doc/generic/barr -%dir %{_texdir}/texmf-dist/doc/generic/bitelist -%dir %{_texdir}/texmf-dist/doc/generic/catcodes -%dir %{_texdir}/texmf-dist/doc/generic/colortab -%dir %{_texdir}/texmf-dist/doc/generic/commado -%dir %{_texdir}/texmf-dist/doc/generic/components-of-TeX -%dir %{_texdir}/texmf-dist/doc/generic/c-pascal -%dir %{_texdir}/texmf-dist/doc/generic/c-pascal/prog -%dir %{_texdir}/texmf-dist/doc/generic/dcpic -%dir %{_texdir}/texmf-dist/doc/generic/dehyph-exptl -%dir %{_texdir}/texmf-dist/doc/generic/dirtree -%dir %{_texdir}/texmf-dist/doc/generic/doc-pictex -%dir %{_texdir}/texmf-dist/doc/generic/dowith -%dir %{_texdir}/texmf-dist/doc/generic/dratex -%dir %{_texdir}/texmf-dist/doc/generic/ean -%dir %{_texdir}/texmf-dist/doc/generic/enctex -%dir %{_texdir}/texmf-dist/doc/generic/encxvlna -%dir %{_texdir}/texmf-dist/doc/generic/epsf -%dir %{_texdir}/texmf-dist/doc/generic/epsf/okay -%dir %{_texdir}/texmf-dist/doc/generic/es-tex-faq -%dir %{_texdir}/texmf-dist/doc/generic/FAQ-en -%dir %{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version -%dir %{_texdir}/texmf-dist/doc/generic/fenixpar -%dir %{_texdir}/texmf-dist/doc/generic/fltpoint -%dir %{_texdir}/texmf-dist/doc/generic/fntproof -%dir %{_texdir}/texmf-dist/doc/generic/frame -%dir %{_texdir}/texmf-dist/doc/generic/gates -%dir %{_texdir}/texmf-dist/doc/generic/german -%dir %{_texdir}/texmf-dist/doc/generic/german/betatest -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8 -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/es -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/hu -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/img -%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/sa -%dir %{_texdir}/texmf-dist/doc/generic/chemfig -%dir %{_texdir}/texmf-dist/doc/generic/chronosys -%dir %{_texdir}/texmf-dist/doc/generic/iftex -%dir %{_texdir}/texmf-dist/doc/generic/ifxetex -%dir %{_texdir}/texmf-dist/doc/generic/insbox -%dir %{_texdir}/texmf-dist/doc/generic/kastrup -%dir %{_texdir}/texmf-dist/doc/generic/knuth -%dir %{_texdir}/texmf-dist/doc/generic/knuth/errata -%dir %{_texdir}/texmf-dist/doc/generic/knuth/etc -%dir %{_texdir}/texmf-dist/doc/generic/knuth/mf -%dir %{_texdir}/texmf-dist/doc/generic/knuth/mfware -%dir %{_texdir}/texmf-dist/doc/generic/knuth/tex -%dir %{_texdir}/texmf-dist/doc/generic/knuth/texware -%dir %{_texdir}/texmf-dist/doc/generic/knuth/web -%dir %{_texdir}/texmf-dist/doc/generic/langcode -%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn -%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src -%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples -%dir %{_texdir}/texmf-dist/doc/generic/lecturer -%dir %{_texdir}/texmf-dist/doc/generic/librarian -%dir %{_texdir}/texmf-dist/doc/generic/mathdots -%dir %{_texdir}/texmf-dist/doc/generic/mfpic -%dir %{_texdir}/texmf-dist/doc/generic/mfpic/examples -%dir %{_texdir}/texmf-dist/doc/generic/midnight -%dir %{_texdir}/texmf-dist/doc/generic/minifp -%dir %{_texdir}/texmf-dist/doc/generic/mkjobtexmf -%dir %{_texdir}/texmf-dist/doc/generic/m-tx -%dir %{_texdir}/texmf-dist/doc/generic/m-tx/mtx060 -%dir %{_texdir}/texmf-dist/doc/generic/multido -%dir %{_texdir}/texmf-dist/doc/generic/musixtex -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/addons -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/examples -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixcrd -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixlyr -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixlyr/examples -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/notationMistakes -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/psslurs -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/reference -%dir %{_texdir}/texmf-dist/doc/generic/musixtex/scripts -%dir %{_texdir}/texmf-dist/doc/generic/navigator -%dir %{_texdir}/texmf-dist/doc/generic/ofs -%dir %{_texdir}/texmf-dist/doc/generic/path -%dir %{_texdir}/texmf-dist/doc/generic/pdf-trans -%dir %{_texdir}/texmf-dist/doc/generic/petri-nets -%dir %{_texdir}/texmf-dist/doc/generic/pgf -%dir %{_texdir}/texmf-dist/doc/generic/pgf/images -%dir %{_texdir}/texmf-dist/doc/generic/pgf/licenses -%dir %{_texdir}/texmf-dist/doc/generic/pgf/macros -%dir %{_texdir}/texmf-dist/doc/generic/pgfplots -%dir %{_texdir}/texmf-dist/doc/generic/pgf/text-en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex -%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en -%dir %{_texdir}/texmf-dist/doc/generic/pictex -%dir %{_texdir}/texmf-dist/doc/generic/plainpkg -%dir %{_texdir}/texmf-dist/doc/generic/pmx -%dir %{_texdir}/texmf-dist/doc/generic/pmx/examples -%dir %{_texdir}/texmf-dist/doc/generic/pmx/pmxccn -%dir %{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses -%dir %{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps -%dir %{_texdir}/texmf-dist/doc/generic/poster-mac -%dir %{_texdir}/texmf-dist/doc/generic/pst-abspos -%dir %{_texdir}/texmf-dist/doc/generic/pst-am -%dir %{_texdir}/texmf-dist/doc/generic/pst-asr -%dir %{_texdir}/texmf-dist/doc/generic/pst-bar -%dir %{_texdir}/texmf-dist/doc/generic/pst-barcode -%dir %{_texdir}/texmf-dist/doc/generic/pst-bezier -%dir %{_texdir}/texmf-dist/doc/generic/pst-blur -%dir %{_texdir}/texmf-dist/doc/generic/pst-bspline -%dir %{_texdir}/texmf-dist/doc/generic/pst-circ -%dir %{_texdir}/texmf-dist/doc/generic/pst-circ/more_docs -%dir %{_texdir}/texmf-dist/doc/generic/pst-coil -%dir %{_texdir}/texmf-dist/doc/generic/pst-cox -%dir %{_texdir}/texmf-dist/doc/generic/pst-cox/pst-coxcoor -%dir %{_texdir}/texmf-dist/doc/generic/pst-cox/pst-coxeterp -%dir %{_texdir}/texmf-dist/doc/generic/pst-dbicons -%dir %{_texdir}/texmf-dist/doc/generic/pst-diffraction -%dir %{_texdir}/texmf-dist/doc/generic/pst-electricfield -%dir %{_texdir}/texmf-dist/doc/generic/pst-eps -%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl -%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl/doc -%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl/doc/Examples -%dir %{_texdir}/texmf-dist/doc/generic/pst-fill -%dir %{_texdir}/texmf-dist/doc/generic/pst-fit -%dir %{_texdir}/texmf-dist/doc/generic/pst-fractal -%dir %{_texdir}/texmf-dist/doc/generic/pst-fr3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-fun -%dir %{_texdir}/texmf-dist/doc/generic/pst-func -%dir %{_texdir}/texmf-dist/doc/generic/pst-gantt -%dir %{_texdir}/texmf-dist/doc/generic/pst-geo -%dir %{_texdir}/texmf-dist/doc/generic/pst-ghsb -%dir %{_texdir}/texmf-dist/doc/generic/pst-grad -%dir %{_texdir}/texmf-dist/doc/generic/pst-graphicx -%dir %{_texdir}/texmf-dist/doc/generic/pst-gr3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-infixplot -%dir %{_texdir}/texmf-dist/doc/generic/pst-jtree -%dir %{_texdir}/texmf-dist/doc/generic/pst-knot -%dir %{_texdir}/texmf-dist/doc/generic/pst-labo -%dir %{_texdir}/texmf-dist/doc/generic/pst-lens -%dir %{_texdir}/texmf-dist/doc/generic/pst-light3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-magneticfield -%dir %{_texdir}/texmf-dist/doc/generic/pst-math -%dir %{_texdir}/texmf-dist/doc/generic/pst-mirror -%dir %{_texdir}/texmf-dist/doc/generic/pst-node -%dir %{_texdir}/texmf-dist/doc/generic/pst-node/more_docs -%dir %{_texdir}/texmf-dist/doc/generic/pst-ob3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-ode -%dir %{_texdir}/texmf-dist/doc/generic/pst-optic -%dir %{_texdir}/texmf-dist/doc/generic/pst-optic/more_docs -%dir %{_texdir}/texmf-dist/doc/generic/pst-osci -%dir %{_texdir}/texmf-dist/doc/generic/pst-pad -%dir %{_texdir}/texmf-dist/doc/generic/pst-pdgr -%dir %{_texdir}/texmf-dist/doc/generic/pst-platon -%dir %{_texdir}/texmf-dist/doc/generic/pst-plot -%dir %{_texdir}/texmf-dist/doc/generic/pst-plot/more_docs -%dir %{_texdir}/texmf-dist/doc/generic/pst-poly -%dir %{_texdir}/texmf-dist/doc/generic/pst-pulley -%dir %{_texdir}/texmf-dist/doc/generic/pst-qtree -%dir %{_texdir}/texmf-dist/doc/generic/pstricks -%dir %{_texdir}/texmf-dist/doc/generic/pstricks-add -%dir %{_texdir}/texmf-dist/doc/generic/pstricks/images -%dir %{_texdir}/texmf-dist/doc/generic/pst-rubans -%dir %{_texdir}/texmf-dist/doc/generic/pst-sigsys -%dir %{_texdir}/texmf-dist/doc/generic/pst-slpe -%dir %{_texdir}/texmf-dist/doc/generic/pst-solarsystem -%dir %{_texdir}/texmf-dist/doc/generic/pst-solides3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-solides3d/doc-en -%dir %{_texdir}/texmf-dist/doc/generic/pst-soroban -%dir %{_texdir}/texmf-dist/doc/generic/pst-spectra -%dir %{_texdir}/texmf-dist/doc/generic/pst-stru -%dir %{_texdir}/texmf-dist/doc/generic/pst-support -%dir %{_texdir}/texmf-dist/doc/generic/pst-text -%dir %{_texdir}/texmf-dist/doc/generic/pst-thick -%dir %{_texdir}/texmf-dist/doc/generic/pst-tools -%dir %{_texdir}/texmf-dist/doc/generic/pst-tree -%dir %{_texdir}/texmf-dist/doc/generic/pst-tvz -%dir %{_texdir}/texmf-dist/doc/generic/pst-uml -%dir %{_texdir}/texmf-dist/doc/generic/pst-vue3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-2dplot -%dir %{_texdir}/texmf-dist/doc/generic/pst-3d -%dir %{_texdir}/texmf-dist/doc/generic/pst-3dplot -%dir %{_texdir}/texmf-dist/doc/generic/pst-3dplot/more_docs -%dir %{_texdir}/texmf-dist/doc/generic/rlepsf -%dir %{_texdir}/texmf-dist/doc/generic/serbianc -%dir %{_texdir}/texmf-dist/doc/generic/shade -%dir %{_texdir}/texmf-dist/doc/generic/shapepar -%dir %{_texdir}/texmf-dist/doc/generic/schemata -%dir %{_texdir}/texmf-dist/doc/generic/systeme -%dir %{_texdir}/texmf-dist/doc/generic/tap -%dir %{_texdir}/texmf-dist/doc/generic/tds -%dir %{_texdir}/texmf-dist/doc/generic/texapi -%dir %{_texdir}/texmf-dist/doc/generic/tex-ewd -%dir %{_texdir}/texmf-dist/doc/generic/tex-ps -%dir %{_texdir}/texmf-dist/doc/generic/tex-ps/cmyk-hax -%dir %{_texdir}/texmf-dist/doc/generic/tex-ps/poligraf -%dir %{_texdir}/texmf-dist/doc/generic/tex-refs -%dir %{_texdir}/texmf-dist/doc/generic/textmerg -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex -%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex -%dir %{_texdir}/texmf-dist/doc/generic/tex4ht -%dir %{_texdir}/texmf-dist/doc/generic/thumbpdf -%dir %{_texdir}/texmf-dist/doc/generic/t2 -%dir %{_texdir}/texmf-dist/doc/generic/t2/etc -%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex -%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx -%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8 -%dir %{_texdir}/texmf-dist/doc/generic/t2/examples -%dir %{_texdir}/texmf-dist/doc/generic/ukrhyph -%dir %{_texdir}/texmf-dist/doc/generic/ulem -%dir %{_texdir}/texmf-dist/doc/generic/upca -%dir %{_texdir}/texmf-dist/doc/generic/variations -%dir %{_texdir}/texmf-dist/doc/generic/vaucanson-g -%dir %{_texdir}/texmf-dist/doc/generic/vaucanson-g/VCManual-src -%dir %{_texdir}/texmf-dist/doc/generic/velthuis -%dir %{_texdir}/texmf-dist/doc/generic/vntex -%dir %{_texdir}/texmf-dist/doc/generic/voss-de -%dir %{_texdir}/texmf-dist/doc/generic/voss-de/gauss -%dir %{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath -%dir %{_texdir}/texmf-dist/doc/generic/voss-de/mathCol -%dir %{_texdir}/texmf-dist/doc/generic/xcomment -%dir %{_texdir}/texmf-dist/doc/generic/xint -%dir %{_texdir}/texmf-dist/doc/generic/xlop -%dir %{_texdir}/texmf-dist/doc/generic/xstring -%dir %{_texdir}/texmf-dist/doc/generic/xypic -%dir %{_texdir}/texmf-dist/doc/generic/xypic/support -%dir %{_texdir}/texmf-dist/doc/generic/xypic-tut-pt -%dir %{_texdir}/texmf-dist/doc/generic/yax -%dir %{_texdir}/texmf-dist/doc/generic/2up -%dir %{_texdir}/texmf-dist/doc/latex -%dir %{_texdir}/texmf-dist/doc/latex/aastex -%dir %{_texdir}/texmf-dist/doc/latex/abc -%dir %{_texdir}/texmf-dist/doc/latex/abntex2 -%dir %{_texdir}/texmf-dist/doc/latex/abraces -%dir %{_texdir}/texmf-dist/doc/latex/abstract -%dir %{_texdir}/texmf-dist/doc/latex/acmconf -%dir %{_texdir}/texmf-dist/doc/latex/acro -%dir %{_texdir}/texmf-dist/doc/latex/acronym -%dir %{_texdir}/texmf-dist/doc/latex/acroterm -%dir %{_texdir}/texmf-dist/doc/latex/active-conf -%dir %{_texdir}/texmf-dist/doc/latex/active-conf/example -%dir %{_texdir}/texmf-dist/doc/latex/actuarialangle -%dir %{_texdir}/texmf-dist/doc/latex/addlines -%dir %{_texdir}/texmf-dist/doc/latex/adfathesis -%dir %{_texdir}/texmf-dist/doc/latex/adjmulticol -%dir %{_texdir}/texmf-dist/doc/latex/adjustbox -%dir %{_texdir}/texmf-dist/doc/latex/adrconv -%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages -%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/Contents -%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/QuickLook -%dir %{_texdir}/texmf-dist/doc/latex/advdate -%dir %{_texdir}/texmf-dist/doc/latex/aeguill -%dir %{_texdir}/texmf-dist/doc/latex/afthesis -%dir %{_texdir}/texmf-dist/doc/latex/aguplus -%dir %{_texdir}/texmf-dist/doc/latex/achemso -%dir %{_texdir}/texmf-dist/doc/latex/aiaa -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004 -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs -%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk -%dir %{_texdir}/texmf-dist/doc/latex/akktex -%dir %{_texdir}/texmf-dist/doc/latex/akletter -%dir %{_texdir}/texmf-dist/doc/latex/alg -%dir %{_texdir}/texmf-dist/doc/latex/algorithmicx -%dir %{_texdir}/texmf-dist/doc/latex/algorithms -%dir %{_texdir}/texmf-dist/doc/latex/algorithm2e -%dir %{_texdir}/texmf-dist/doc/latex/alnumsec -%dir %{_texdir}/texmf-dist/doc/latex/alterqcm -%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples -%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf -%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/latex -%dir %{_texdir}/texmf-dist/doc/latex/altfont -%dir %{_texdir}/texmf-dist/doc/latex/ametsoc -%dir %{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography -%dir %{_texdir}/texmf-dist/doc/latex/ametsoc/figures -%dir %{_texdir}/texmf-dist/doc/latex/amsaddr -%dir %{_texdir}/texmf-dist/doc/latex/amscls -%dir %{_texdir}/texmf-dist/doc/latex/amslatex-primer -%dir %{_texdir}/texmf-dist/doc/latex/amsldoc-it -%dir %{_texdir}/texmf-dist/doc/latex/amsldoc-vn -%dir %{_texdir}/texmf-dist/doc/latex/amsmath -%dir %{_texdir}/texmf-dist/doc/latex/amsrefs -%dir %{_texdir}/texmf-dist/doc/latex/amsthdoc-it -%dir %{_texdir}/texmf-dist/doc/latex/animate -%dir %{_texdir}/texmf-dist/doc/latex/animate/files -%dir %{_texdir}/texmf-dist/doc/latex/anonchap -%dir %{_texdir}/texmf-dist/doc/latex/answers -%dir %{_texdir}/texmf-dist/doc/latex/antt -%dir %{_texdir}/texmf-dist/doc/latex/anufinalexam -%dir %{_texdir}/texmf-dist/doc/latex/anyfontsize -%dir %{_texdir}/texmf-dist/doc/latex/anysize -%dir %{_texdir}/texmf-dist/doc/latex/aomart -%dir %{_texdir}/texmf-dist/doc/latex/apa -%dir %{_texdir}/texmf-dist/doc/latex/apa6 -%dir %{_texdir}/texmf-dist/doc/latex/apa6e -%dir %{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX -%dir %{_texdir}/texmf-dist/doc/latex/apa6/samples -%dir %{_texdir}/texmf-dist/doc/latex/appendix -%dir %{_texdir}/texmf-dist/doc/latex/appendixnumberbeamer -%dir %{_texdir}/texmf-dist/doc/latex/apprends-latex -%dir %{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples -%dir %{_texdir}/texmf-dist/doc/latex/apptools -%dir %{_texdir}/texmf-dist/doc/latex/arabi -%dir %{_texdir}/texmf-dist/doc/latex/arabtex -%dir %{_texdir}/texmf-dist/doc/latex/arcs -%dir %{_texdir}/texmf-dist/doc/latex/arsclassica -%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter -%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics -%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters -%dir %{_texdir}/texmf-dist/doc/latex/articleingud -%dir %{_texdir}/texmf-dist/doc/latex/arydshln -%dir %{_texdir}/texmf-dist/doc/latex/asaetr -%dir %{_texdir}/texmf-dist/doc/latex/ascelike -%dir %{_texdir}/texmf-dist/doc/latex/aspectratio -%dir %{_texdir}/texmf-dist/doc/latex/assignment -%dir %{_texdir}/texmf-dist/doc/latex/asyfig -%dir %{_texdir}/texmf-dist/doc/latex/asyfig/example -%dir %{_texdir}/texmf-dist/doc/latex/attachfile -%dir %{_texdir}/texmf-dist/doc/latex/augie -%dir %{_texdir}/texmf-dist/doc/latex/augie/other -%dir %{_texdir}/texmf-dist/doc/latex/augie/vtex -%dir %{_texdir}/texmf-dist/doc/latex/aurical -%dir %{_texdir}/texmf-dist/doc/latex/authoraftertitle -%dir %{_texdir}/texmf-dist/doc/latex/authorindex -%dir %{_texdir}/texmf-dist/doc/latex/autoarea -%dir %{_texdir}/texmf-dist/doc/latex/autoarea/autodemo -%dir %{_texdir}/texmf-dist/doc/latex/autonum -%dir %{_texdir}/texmf-dist/doc/latex/autopdf -%dir %{_texdir}/texmf-dist/doc/latex/auto-pst-pdf -%dir %{_texdir}/texmf-dist/doc/latex/a0poster -%dir %{_texdir}/texmf-dist/doc/latex/a4wide -%dir %{_texdir}/texmf-dist/doc/latex/a5comb -%dir %{_texdir}/texmf-dist/doc/latex/background -%dir %{_texdir}/texmf-dist/doc/latex/backnaur -%dir %{_texdir}/texmf-dist/doc/latex/bangtex -%dir %{_texdir}/texmf-dist/doc/latex/barcodes -%dir %{_texdir}/texmf-dist/doc/latex/bardiag -%dir %{_texdir}/texmf-dist/doc/latex/bardiag/example -%dir %{_texdir}/texmf-dist/doc/latex/bardiag/example/src -%dir %{_texdir}/texmf-dist/doc/latex/bardiag/figs -%dir %{_texdir}/texmf-dist/doc/latex/bardiag/src -%dir %{_texdir}/texmf-dist/doc/latex/base -%dir %{_texdir}/texmf-dist/doc/latex/bashful -%dir %{_texdir}/texmf-dist/doc/latex/basque-book -%dir %{_texdir}/texmf-dist/doc/latex/basque-date -%dir %{_texdir}/texmf-dist/doc/latex/bbding -%dir %{_texdir}/texmf-dist/doc/latex/bbm-macros -%dir %{_texdir}/texmf-dist/doc/latex/bbold -%dir %{_texdir}/texmf-dist/doc/latex/bclogo -%dir %{_texdir}/texmf-dist/doc/latex/beamer -%dir %{_texdir}/texmf-dist/doc/latex/beameraudience -%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc -%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc/licenses -%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples -%dir %{_texdir}/texmf-dist/doc/latex/beamer/emacs -%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples -%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-conference-talk -%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture -%dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin -%dir %{_texdir}/texmf-dist/doc/latex/beamerposter -%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions -%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks -%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks -%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks -%dir %{_texdir}/texmf-dist/doc/latex/beamersubframe -%dir %{_texdir}/texmf-dist/doc/latex/beamerthemenirma -%dir %{_texdir}/texmf-dist/doc/latex/beamer-tut-pt -%dir %{_texdir}/texmf-dist/doc/latex/beamer2thesis -%dir %{_texdir}/texmf-dist/doc/latex/begriff -%dir %{_texdir}/texmf-dist/doc/latex/betababel -%dir %{_texdir}/texmf-dist/doc/latex/beton -%dir %{_texdir}/texmf-dist/doc/latex/bezos -%dir %{_texdir}/texmf-dist/doc/latex/bez123 -%dir %{_texdir}/texmf-dist/doc/latex/bgreek -%dir %{_texdir}/texmf-dist/doc/latex/bgteubner -%dir %{_texdir}/texmf-dist/doc/latex/bhcexam -%dir %{_texdir}/texmf-dist/doc/latex/bchart -%dir %{_texdir}/texmf-dist/doc/latex/bibarts -%dir %{_texdir}/texmf-dist/doc/latex/biblatex -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-apa -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-bwl -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-caspervector -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-dw -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples -%dir %{_texdir}/texmf-dist/doc/latex/biblatex/examples -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-fiwi -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-gost -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-historian -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-chem -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-chicago -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-ieee -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-juradiss -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-mla -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-musuos -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-nature -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-nejm -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-philosophy -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-phys -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-publist -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-science -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source -%dir %{_texdir}/texmf-dist/doc/latex/biblatex-trad -%dir %{_texdir}/texmf-dist/doc/latex/bibleref -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-french -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-german -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-lds -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-mouth -%dir %{_texdir}/texmf-dist/doc/latex/bibleref-parse -%dir %{_texdir}/texmf-dist/doc/latex/bibleref/samples -%dir %{_texdir}/texmf-dist/doc/latex/biblist -%dir %{_texdir}/texmf-dist/doc/latex/bibtopic -%dir %{_texdir}/texmf-dist/doc/latex/bibtopicprefix -%dir %{_texdir}/texmf-dist/doc/latex/bibunits -%dir %{_texdir}/texmf-dist/doc/latex/bidi -%dir %{_texdir}/texmf-dist/doc/latex/bigfoot -%dir %{_texdir}/texmf-dist/doc/latex/bigints -%dir %{_texdir}/texmf-dist/doc/latex/binomexp -%dir %{_texdir}/texmf-dist/doc/latex/biocon -%dir %{_texdir}/texmf-dist/doc/latex/bizcard -%dir %{_texdir}/texmf-dist/doc/latex/blindtext -%dir %{_texdir}/texmf-dist/doc/latex/blkarray -%dir %{_texdir}/texmf-dist/doc/latex/block -%dir %{_texdir}/texmf-dist/doc/latex/bloques -%dir %{_texdir}/texmf-dist/doc/latex/blowup -%dir %{_texdir}/texmf-dist/doc/latex/bodegraph -%dir %{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot -%dir %{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph -%dir %{_texdir}/texmf-dist/doc/latex/bohr -%dir %{_texdir}/texmf-dist/doc/latex/boites -%dir %{_texdir}/texmf-dist/doc/latex/bold-extra -%dir %{_texdir}/texmf-dist/doc/latex/boldtensors -%dir %{_texdir}/texmf-dist/doc/latex/bondgraph -%dir %{_texdir}/texmf-dist/doc/latex/bookest -%dir %{_texdir}/texmf-dist/doc/latex/booklet -%dir %{_texdir}/texmf-dist/doc/latex/booktabs -%dir %{_texdir}/texmf-dist/doc/latex/booktabs-de -%dir %{_texdir}/texmf-dist/doc/latex/booktabs-fr -%dir %{_texdir}/texmf-dist/doc/latex/boolexpr -%dir %{_texdir}/texmf-dist/doc/latex/bophook -%dir %{_texdir}/texmf-dist/doc/latex/bosisio -%dir %{_texdir}/texmf-dist/doc/latex/boxedminipage -%dir %{_texdir}/texmf-dist/doc/latex/boxhandler -%dir %{_texdir}/texmf-dist/doc/latex/bpchem -%dir %{_texdir}/texmf-dist/doc/latex/bracketkey -%dir %{_texdir}/texmf-dist/doc/latex/braids -%dir %{_texdir}/texmf-dist/doc/latex/braille -%dir %{_texdir}/texmf-dist/doc/latex/braket -%dir %{_texdir}/texmf-dist/doc/latex/breakurl -%dir %{_texdir}/texmf-dist/doc/latex/bropd -%dir %{_texdir}/texmf-dist/doc/latex/bullcntr -%dir %{_texdir}/texmf-dist/doc/latex/bussproofs -%dir %{_texdir}/texmf-dist/doc/latex/bxbase -%dir %{_texdir}/texmf-dist/doc/latex/bxjscls -%dir %{_texdir}/texmf-dist/doc/latex/bxpict2e -%dir %{_texdir}/texmf-dist/doc/latex/bytefield -%dir %{_texdir}/texmf-dist/doc/latex/b1encoding -%dir %{_texdir}/texmf-dist/doc/latex/cachepic -%dir %{_texdir}/texmf-dist/doc/latex/calcage -%dir %{_texdir}/texmf-dist/doc/latex/calctab -%dir %{_texdir}/texmf-dist/doc/latex/calculator -%dir %{_texdir}/texmf-dist/doc/latex/calligra -%dir %{_texdir}/texmf-dist/doc/latex/calrsfs -%dir %{_texdir}/texmf-dist/doc/latex/cals -%dir %{_texdir}/texmf-dist/doc/latex/cals/examples -%dir %{_texdir}/texmf-dist/doc/latex/cals/test -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/cell -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/colsep -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/decoration -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/llt -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/regression -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/rowsep -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/span -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/support -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/table -%dir %{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables -%dir %{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy -%dir %{_texdir}/texmf-dist/doc/latex/cancel -%dir %{_texdir}/texmf-dist/doc/latex/canoniclayout -%dir %{_texdir}/texmf-dist/doc/latex/captcont -%dir %{_texdir}/texmf-dist/doc/latex/captdef -%dir %{_texdir}/texmf-dist/doc/latex/caption -%dir %{_texdir}/texmf-dist/doc/latex/capt-of -%dir %{_texdir}/texmf-dist/doc/latex/carlisle -%dir %{_texdir}/texmf-dist/doc/latex/cascadilla -%dir %{_texdir}/texmf-dist/doc/latex/cases -%dir %{_texdir}/texmf-dist/doc/latex/casyl -%dir %{_texdir}/texmf-dist/doc/latex/catechis -%dir %{_texdir}/texmf-dist/doc/latex/catchfilebetweentags -%dir %{_texdir}/texmf-dist/doc/latex/catoptions -%dir %{_texdir}/texmf-dist/doc/latex/cbcoptic -%dir %{_texdir}/texmf-dist/doc/latex/ccaption -%dir %{_texdir}/texmf-dist/doc/latex/ccfonts -%dir %{_texdir}/texmf-dist/doc/latex/ccicons -%dir %{_texdir}/texmf-dist/doc/latex/cclicenses -%dir %{_texdir}/texmf-dist/doc/latex/cd -%dir %{_texdir}/texmf-dist/doc/latex/cd-cover -%dir %{_texdir}/texmf-dist/doc/latex/cdpbundl -%dir %{_texdir}/texmf-dist/doc/latex/cell -%dir %{_texdir}/texmf-dist/doc/latex/cellspace -%dir %{_texdir}/texmf-dist/doc/latex/censor -%dir %{_texdir}/texmf-dist/doc/latex/circ -%dir %{_texdir}/texmf-dist/doc/latex/circuitikz -%dir %{_texdir}/texmf-dist/doc/latex/cite -%dir %{_texdir}/texmf-dist/doc/latex/cjk -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5 -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS -%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS -%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples -%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk -%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf -%dir %{_texdir}/texmf-dist/doc/latex/cjk-ko -%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct -%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct/examples -%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct -%dir %{_texdir}/texmf-dist/doc/latex/cjk/texlive -%dir %{_texdir}/texmf-dist/doc/latex/cjk/utils -%dir %{_texdir}/texmf-dist/doc/latex/cjk/utils/pyhyphen -%dir %{_texdir}/texmf-dist/doc/latex/classics -%dir %{_texdir}/texmf-dist/doc/latex/classicthesis -%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/Examples -%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter -%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/gfx -%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters -%dir %{_texdir}/texmf-dist/doc/latex/clefval -%dir %{_texdir}/texmf-dist/doc/latex/cleveref -%dir %{_texdir}/texmf-dist/doc/latex/clipboard -%dir %{_texdir}/texmf-dist/doc/latex/clock -%dir %{_texdir}/texmf-dist/doc/latex/clrscode -%dir %{_texdir}/texmf-dist/doc/latex/cmap -%dir %{_texdir}/texmf-dist/doc/latex/cmbright -%dir %{_texdir}/texmf-dist/doc/latex/cmdstring -%dir %{_texdir}/texmf-dist/doc/latex/cmpica -%dir %{_texdir}/texmf-dist/doc/latex/cmpj -%dir %{_texdir}/texmf-dist/doc/latex/cmsd -%dir %{_texdir}/texmf-dist/doc/latex/cmtiup -%dir %{_texdir}/texmf-dist/doc/latex/codedoc -%dir %{_texdir}/texmf-dist/doc/latex/codepage -%dir %{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano -%dir %{_texdir}/texmf-dist/doc/latex/collcell -%dir %{_texdir}/texmf-dist/doc/latex/collectbox -%dir %{_texdir}/texmf-dist/doc/latex/collref -%dir %{_texdir}/texmf-dist/doc/latex/colordoc -%dir %{_texdir}/texmf-dist/doc/latex/colorinfo -%dir %{_texdir}/texmf-dist/doc/latex/colortbl -%dir %{_texdir}/texmf-dist/doc/latex/colorwav -%dir %{_texdir}/texmf-dist/doc/latex/colourchange -%dir %{_texdir}/texmf-dist/doc/latex/combelow -%dir %{_texdir}/texmf-dist/doc/latex/combine -%dir %{_texdir}/texmf-dist/doc/latex/combinedgraphics -%dir %{_texdir}/texmf-dist/doc/latex/combinedgraphics/test -%dir %{_texdir}/texmf-dist/doc/latex/comma -%dir %{_texdir}/texmf-dist/doc/latex/commath -%dir %{_texdir}/texmf-dist/doc/latex/comment -%dir %{_texdir}/texmf-dist/doc/latex/complexity -%dir %{_texdir}/texmf-dist/doc/latex/comprehensive -%dir %{_texdir}/texmf-dist/doc/latex/comprehensive/source -%dir %{_texdir}/texmf-dist/doc/latex/computational-complexity -%dir %{_texdir}/texmf-dist/doc/latex/concepts -%dir %{_texdir}/texmf-dist/doc/latex/concprog -%dir %{_texdir}/texmf-dist/doc/latex/confproc -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_tex -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/pictures -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_001 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_003 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_005 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_007 -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_tex -%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_tex/p_009 -%dir %{_texdir}/texmf-dist/doc/latex/constants -%dir %{_texdir}/texmf-dist/doc/latex/contour -%dir %{_texdir}/texmf-dist/doc/latex/contracard -%dir %{_texdir}/texmf-dist/doc/latex/cooking -%dir %{_texdir}/texmf-dist/doc/latex/cookingsymbols -%dir %{_texdir}/texmf-dist/doc/latex/cool -%dir %{_texdir}/texmf-dist/doc/latex/coollist -%dir %{_texdir}/texmf-dist/doc/latex/coolstr -%dir %{_texdir}/texmf-dist/doc/latex/coolthms -%dir %{_texdir}/texmf-dist/doc/latex/cooltooltips -%dir %{_texdir}/texmf-dist/doc/latex/coordsys -%dir %{_texdir}/texmf-dist/doc/latex/copyrightbox -%dir %{_texdir}/texmf-dist/doc/latex/coseoul -%dir %{_texdir}/texmf-dist/doc/latex/counttexruns -%dir %{_texdir}/texmf-dist/doc/latex/courseoutline -%dir %{_texdir}/texmf-dist/doc/latex/coursepaper -%dir %{_texdir}/texmf-dist/doc/latex/coverpage -%dir %{_texdir}/texmf-dist/doc/latex/covington -%dir %{_texdir}/texmf-dist/doc/latex/cprotect -%dir %{_texdir}/texmf-dist/doc/latex/crbox -%dir %{_texdir}/texmf-dist/doc/latex/crop -%dir %{_texdir}/texmf-dist/doc/latex/crossreference -%dir %{_texdir}/texmf-dist/doc/latex/crossword -%dir %{_texdir}/texmf-dist/doc/latex/crosswrd -%dir %{_texdir}/texmf-dist/doc/latex/cryst -%dir %{_texdir}/texmf-dist/doc/latex/csbulletin -%dir %{_texdir}/texmf-dist/doc/latex/csquotes -%dir %{_texdir}/texmf-dist/doc/latex/csquotes-de -%dir %{_texdir}/texmf-dist/doc/latex/csvsimple -%dir %{_texdir}/texmf-dist/doc/latex/csvtools -%dir %{_texdir}/texmf-dist/doc/latex/ctable -%dir %{_texdir}/texmf-dist/doc/latex/ctex -%dir %{_texdir}/texmf-dist/doc/latex/ctex-faq -%dir %{_texdir}/texmf-dist/doc/latex/ctex-faq/src -%dir %{_texdir}/texmf-dist/doc/latex/ctex/test -%dir %{_texdir}/texmf-dist/doc/latex/ctib -%dir %{_texdir}/texmf-dist/doc/latex/cuisine -%dir %{_texdir}/texmf-dist/doc/latex/currfile -%dir %{_texdir}/texmf-dist/doc/latex/currvita -%dir %{_texdir}/texmf-dist/doc/latex/cursolatex -%dir %{_texdir}/texmf-dist/doc/latex/curve -%dir %{_texdir}/texmf-dist/doc/latex/curve/examples -%dir %{_texdir}/texmf-dist/doc/latex/curves -%dir %{_texdir}/texmf-dist/doc/latex/curve2e -%dir %{_texdir}/texmf-dist/doc/latex/custom-bib -%dir %{_texdir}/texmf-dist/doc/latex/cutwin -%dir %{_texdir}/texmf-dist/doc/latex/cv -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib/wagner -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/examples -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/examples/compare -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src/style -%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src/test -%dir %{_texdir}/texmf-dist/doc/latex/cyrillic -%dir %{_texdir}/texmf-dist/doc/latex/dashbox -%dir %{_texdir}/texmf-dist/doc/latex/dashrule -%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps -%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc -%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc/pdf -%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc/tex -%dir %{_texdir}/texmf-dist/doc/latex/datatool -%dir %{_texdir}/texmf-dist/doc/latex/datatool/samples -%dir %{_texdir}/texmf-dist/doc/latex/dateiliste -%dir %{_texdir}/texmf-dist/doc/latex/datenumber -%dir %{_texdir}/texmf-dist/doc/latex/datetime -%dir %{_texdir}/texmf-dist/doc/latex/dblfloatfix -%dir %{_texdir}/texmf-dist/doc/latex/decimal -%dir %{_texdir}/texmf-dist/doc/latex/decorule -%dir %{_texdir}/texmf-dist/doc/latex/delim -%dir %{_texdir}/texmf-dist/doc/latex/delimtxt -%dir %{_texdir}/texmf-dist/doc/latex/dhua -%dir %{_texdir}/texmf-dist/doc/latex/diagbox -%dir %{_texdir}/texmf-dist/doc/latex/diagmac2 -%dir %{_texdir}/texmf-dist/doc/latex/diagmac2/doc -%dir %{_texdir}/texmf-dist/doc/latex/diagnose -%dir %{_texdir}/texmf-dist/doc/latex/dialogl -%dir %{_texdir}/texmf-dist/doc/latex/digiconfigs -%dir %{_texdir}/texmf-dist/doc/latex/dichokey -%dir %{_texdir}/texmf-dist/doc/latex/dinbrief -%dir %{_texdir}/texmf-dist/doc/latex/din1505 -%dir %{_texdir}/texmf-dist/doc/latex/directory -%dir %{_texdir}/texmf-dist/doc/latex/dirtytalk -%dir %{_texdir}/texmf-dist/doc/latex/disser -%dir %{_texdir}/texmf-dist/doc/latex/disser/include -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/bachelor -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/bachelor/fig -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/candidate -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/candidate/fig -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/doctor -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/doctor/fig -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/master -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/master/fig -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/specialist -%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/specialist/fig -%dir %{_texdir}/texmf-dist/doc/latex/dk-bib -%dir %{_texdir}/texmf-dist/doc/latex/dlfltxb -%dir %{_texdir}/texmf-dist/doc/latex/dnaseq -%dir %{_texdir}/texmf-dist/doc/latex/docmfp -%dir %{_texdir}/texmf-dist/doc/latex/docmute -%dir %{_texdir}/texmf-dist/doc/latex/documentation -%dir %{_texdir}/texmf-dist/doc/latex/doi -%dir %{_texdir}/texmf-dist/doc/latex/doipubmed -%dir %{_texdir}/texmf-dist/doc/latex/dotarrow -%dir %{_texdir}/texmf-dist/doc/latex/dotseqn -%dir %{_texdir}/texmf-dist/doc/latex/dottex -%dir %{_texdir}/texmf-dist/doc/latex/dot2texi -%dir %{_texdir}/texmf-dist/doc/latex/dot2texi/examples -%dir %{_texdir}/texmf-dist/doc/latex/download -%dir %{_texdir}/texmf-dist/doc/latex/dox -%dir %{_texdir}/texmf-dist/doc/latex/dpfloat -%dir %{_texdir}/texmf-dist/doc/latex/dprogress -%dir %{_texdir}/texmf-dist/doc/latex/drac -%dir %{_texdir}/texmf-dist/doc/latex/draftcopy -%dir %{_texdir}/texmf-dist/doc/latex/draftwatermark -%dir %{_texdir}/texmf-dist/doc/latex/dramatist -%dir %{_texdir}/texmf-dist/doc/latex/drawstack -%dir %{_texdir}/texmf-dist/doc/latex/droit-fr -%dir %{_texdir}/texmf-dist/doc/latex/droit-fr/doc -%dir %{_texdir}/texmf-dist/doc/latex/droit-fr/example -%dir %{_texdir}/texmf-dist/doc/latex/drs -%dir %{_texdir}/texmf-dist/doc/latex/dtk -%dir %{_texdir}/texmf-dist/doc/latex/dtk/doc -%dir %{_texdir}/texmf-dist/doc/latex/dtk/historical -%dir %{_texdir}/texmf-dist/doc/latex/dtk/komoedie -%dir %{_texdir}/texmf-dist/doc/latex/dtxgallery -%dir %{_texdir}/texmf-dist/doc/latex/dtxtut -%dir %{_texdir}/texmf-dist/doc/latex/duerer-latex -%dir %{_texdir}/texmf-dist/doc/latex/duotenzor -%dir %{_texdir}/texmf-dist/doc/latex/dvdcoll -%dir %{_texdir}/texmf-dist/doc/latex/dvgloss -%dir %{_texdir}/texmf-dist/doc/latex/dynblocks -%dir %{_texdir}/texmf-dist/doc/latex/dynblocks/images -%dir %{_texdir}/texmf-dist/doc/latex/dyntree -%dir %{_texdir}/texmf-dist/doc/latex/ean13isbn -%dir %{_texdir}/texmf-dist/doc/latex/easy -%dir %{_texdir}/texmf-dist/doc/latex/easyfig -%dir %{_texdir}/texmf-dist/doc/latex/easy/for-latex2html -%dir %{_texdir}/texmf-dist/doc/latex/easylist -%dir %{_texdir}/texmf-dist/doc/latex/easy-todo -%dir %{_texdir}/texmf-dist/doc/latex/ebezier -%dir %{_texdir}/texmf-dist/doc/latex/ebong -%dir %{_texdir}/texmf-dist/doc/latex/ebook -%dir %{_texdir}/texmf-dist/doc/latex/ebsthesis -%dir %{_texdir}/texmf-dist/doc/latex/ecclesiastic -%dir %{_texdir}/texmf-dist/doc/latex/ecltree -%dir %{_texdir}/texmf-dist/doc/latex/ecv -%dir %{_texdir}/texmf-dist/doc/latex/ecv/template -%dir %{_texdir}/texmf-dist/doc/latex/ed -%dir %{_texdir}/texmf-dist/doc/latex/edfnotes -%dir %{_texdir}/texmf-dist/doc/latex/edmac -%dir %{_texdir}/texmf-dist/doc/latex/edmargin -%dir %{_texdir}/texmf-dist/doc/latex/ednotes -%dir %{_texdir}/texmf-dist/doc/latex/eemeir -%dir %{_texdir}/texmf-dist/doc/latex/eepic -%dir %{_texdir}/texmf-dist/doc/latex/eepic/fig2eepic -%dir %{_texdir}/texmf-dist/doc/latex/egameps -%dir %{_texdir}/texmf-dist/doc/latex/egplot -%dir %{_texdir}/texmf-dist/doc/latex/eiad-ltx -%dir %{_texdir}/texmf-dist/doc/latex/einfuehrung -%dir %{_texdir}/texmf-dist/doc/latex/ejpecp -%dir %{_texdir}/texmf-dist/doc/latex/elbioimp -%dir %{_texdir}/texmf-dist/doc/latex/eledform -%dir %{_texdir}/texmf-dist/doc/latex/eledform/include -%dir %{_texdir}/texmf-dist/doc/latex/eledmac -%dir %{_texdir}/texmf-dist/doc/latex/ellipsis -%dir %{_texdir}/texmf-dist/doc/latex/elmath -%dir %{_texdir}/texmf-dist/doc/latex/elpres -%dir %{_texdir}/texmf-dist/doc/latex/elsarticle -%dir %{_texdir}/texmf-dist/doc/latex/elteikthesis -%dir %{_texdir}/texmf-dist/doc/latex/elteikthesis/pics -%dir %{_texdir}/texmf-dist/doc/latex/eltex -%dir %{_texdir}/texmf-dist/doc/latex/emarks -%dir %{_texdir}/texmf-dist/doc/latex/embrac -%dir %{_texdir}/texmf-dist/doc/latex/emp -%dir %{_texdir}/texmf-dist/doc/latex/emptypage -%dir %{_texdir}/texmf-dist/doc/latex/emulateapj -%dir %{_texdir}/texmf-dist/doc/latex/endfloat -%dir %{_texdir}/texmf-dist/doc/latex/endheads -%dir %{_texdir}/texmf-dist/doc/latex/endiagram -%dir %{_texdir}/texmf-dist/doc/latex/endnotes -%dir %{_texdir}/texmf-dist/doc/latex/engpron -%dir %{_texdir}/texmf-dist/doc/latex/engrec -%dir %{_texdir}/texmf-dist/doc/latex/engtlc -%dir %{_texdir}/texmf-dist/doc/latex/enotez -%dir %{_texdir}/texmf-dist/doc/latex/enumitem -%dir %{_texdir}/texmf-dist/doc/latex/enumitem-zref -%dir %{_texdir}/texmf-dist/doc/latex/envbig -%dir %{_texdir}/texmf-dist/doc/latex/environ -%dir %{_texdir}/texmf-dist/doc/latex/envlab -%dir %{_texdir}/texmf-dist/doc/latex/epigraph -%dir %{_texdir}/texmf-dist/doc/latex/epiolmec -%dir %{_texdir}/texmf-dist/doc/latex/epsdice -%dir %{_texdir}/texmf-dist/doc/latex/epslatex-fr -%dir %{_texdir}/texmf-dist/doc/latex/epspdfconversion -%dir %{_texdir}/texmf-dist/doc/latex/epspdfconversion/example -%dir %{_texdir}/texmf-dist/doc/latex/eqell -%dir %{_texdir}/texmf-dist/doc/latex/eqlist -%dir %{_texdir}/texmf-dist/doc/latex/eqnarray -%dir %{_texdir}/texmf-dist/doc/latex/eqparbox -%dir %{_texdir}/texmf-dist/doc/latex/erdc -%dir %{_texdir}/texmf-dist/doc/latex/errata -%dir %{_texdir}/texmf-dist/doc/latex/esdiff -%dir %{_texdir}/texmf-dist/doc/latex/ESIEEcv -%dir %{_texdir}/texmf-dist/doc/latex/esint -%dir %{_texdir}/texmf-dist/doc/latex/esk -%dir %{_texdir}/texmf-dist/doc/latex/eskd -%dir %{_texdir}/texmf-dist/doc/latex/eskdx -%dir %{_texdir}/texmf-dist/doc/latex/eskdx/manual -%dir %{_texdir}/texmf-dist/doc/latex/eskdx/source -%dir %{_texdir}/texmf-dist/doc/latex/eskdx/test -%dir %{_texdir}/texmf-dist/doc/latex/eso-pic -%dir %{_texdir}/texmf-dist/doc/latex/estcpmm -%dir %{_texdir}/texmf-dist/doc/latex/esvect -%dir %{_texdir}/texmf-dist/doc/latex/etaremune -%dir %{_texdir}/texmf-dist/doc/latex/etex-pkg -%dir %{_texdir}/texmf-dist/doc/latex/etextools -%dir %{_texdir}/texmf-dist/doc/latex/ethiop -%dir %{_texdir}/texmf-dist/doc/latex/ethiop-t1 -%dir %{_texdir}/texmf-dist/doc/latex/etoc -%dir %{_texdir}/texmf-dist/doc/latex/etoolbox -%dir %{_texdir}/texmf-dist/doc/latex/etoolbox-de -%dir %{_texdir}/texmf-dist/doc/latex/euenc -%dir %{_texdir}/texmf-dist/doc/latex/eukdate -%dir %{_texdir}/texmf-dist/doc/latex/euler -%dir %{_texdir}/texmf-dist/doc/latex/eulervm -%dir %{_texdir}/texmf-dist/doc/latex/euro -%dir %{_texdir}/texmf-dist/doc/latex/europecv -%dir %{_texdir}/texmf-dist/doc/latex/europecv/examples -%dir %{_texdir}/texmf-dist/doc/latex/europecv/templates -%dir %{_texdir}/texmf-dist/doc/latex/everyhook -%dir %{_texdir}/texmf-dist/doc/latex/everypage -%dir %{_texdir}/texmf-dist/doc/latex/exam -%dir %{_texdir}/texmf-dist/doc/latex/examdesign -%dir %{_texdir}/texmf-dist/doc/latex/examplep -%dir %{_texdir}/texmf-dist/doc/latex/exceltex -%dir %{_texdir}/texmf-dist/doc/latex/excludeonly -%dir %{_texdir}/texmf-dist/doc/latex/exercise -%dir %{_texdir}/texmf-dist/doc/latex/expdlist -%dir %{_texdir}/texmf-dist/doc/latex/export -%dir %{_texdir}/texmf-dist/doc/latex/exp-testopt -%dir %{_texdir}/texmf-dist/doc/latex/exsheets -%dir %{_texdir}/texmf-dist/doc/latex/extarrows -%dir %{_texdir}/texmf-dist/doc/latex/extpfeil -%dir %{_texdir}/texmf-dist/doc/latex/extract -%dir %{_texdir}/texmf-dist/doc/latex/extsizes -%dir %{_texdir}/texmf-dist/doc/latex/facsimile -%dir %{_texdir}/texmf-dist/doc/latex/faktor -%dir %{_texdir}/texmf-dist/doc/latex/fancybox -%dir %{_texdir}/texmf-dist/doc/latex/fancyhdr -%dir %{_texdir}/texmf-dist/doc/latex/fancyhdr-it -%dir %{_texdir}/texmf-dist/doc/latex/fancynum -%dir %{_texdir}/texmf-dist/doc/latex/fancypar -%dir %{_texdir}/texmf-dist/doc/latex/fancyref -%dir %{_texdir}/texmf-dist/doc/latex/fancytabs -%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips -%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips/examples -%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips/examples/pics -%dir %{_texdir}/texmf-dist/doc/latex/fancyvrb -%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram -%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help -%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help/images -%dir %{_texdir}/texmf-dist/doc/latex/fbithesis -%dir %{_texdir}/texmf-dist/doc/latex/fcltxdoc -%dir %{_texdir}/texmf-dist/doc/latex/fdsymbol -%dir %{_texdir}/texmf-dist/doc/latex/feynmf -%dir %{_texdir}/texmf-dist/doc/latex/feynmp-auto -%dir %{_texdir}/texmf-dist/doc/latex/fifinddo-info -%dir %{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants -%dir %{_texdir}/texmf-dist/doc/latex/figbib -%dir %{_texdir}/texmf-dist/doc/latex/figsize -%dir %{_texdir}/texmf-dist/doc/latex/filecontents -%dir %{_texdir}/texmf-dist/doc/latex/filedate -%dir %{_texdir}/texmf-dist/doc/latex/filehook -%dir %{_texdir}/texmf-dist/doc/latex/fileinfo -%dir %{_texdir}/texmf-dist/doc/latex/filemod -%dir %{_texdir}/texmf-dist/doc/latex/fink -%dir %{_texdir}/texmf-dist/doc/latex/finstrut -%dir %{_texdir}/texmf-dist/doc/latex/first-latex-doc -%dir %{_texdir}/texmf-dist/doc/latex/fixfoot -%dir %{_texdir}/texmf-dist/doc/latex/fixltxhyph -%dir %{_texdir}/texmf-dist/doc/latex/fixme -%dir %{_texdir}/texmf-dist/doc/latex/fixmetodonotes -%dir %{_texdir}/texmf-dist/doc/latex/fix2col -%dir %{_texdir}/texmf-dist/doc/latex/fjodor -%dir %{_texdir}/texmf-dist/doc/latex/flabels -%dir %{_texdir}/texmf-dist/doc/latex/flacards -%dir %{_texdir}/texmf-dist/doc/latex/flagderiv -%dir %{_texdir}/texmf-dist/doc/latex/flashcards -%dir %{_texdir}/texmf-dist/doc/latex/flashmovie -%dir %{_texdir}/texmf-dist/doc/latex/flashmovie/flv-player-license -%dir %{_texdir}/texmf-dist/doc/latex/flipbook -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/anASCII -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an1b -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an2 -%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an3 -%dir %{_texdir}/texmf-dist/doc/latex/flippdf -%dir %{_texdir}/texmf-dist/doc/latex/float -%dir %{_texdir}/texmf-dist/doc/latex/floatflt -%dir %{_texdir}/texmf-dist/doc/latex/floatrow -%dir %{_texdir}/texmf-dist/doc/latex/flowfram -%dir %{_texdir}/texmf-dist/doc/latex/flowfram/samples -%dir %{_texdir}/texmf-dist/doc/latex/flowchart -%dir %{_texdir}/texmf-dist/doc/latex/fmp -%dir %{_texdir}/texmf-dist/doc/latex/fmtcount -%dir %{_texdir}/texmf-dist/doc/latex/fnbreak -%dir %{_texdir}/texmf-dist/doc/latex/fncychap -%dir %{_texdir}/texmf-dist/doc/latex/fncylab -%dir %{_texdir}/texmf-dist/doc/latex/fnpara -%dir %{_texdir}/texmf-dist/doc/latex/fnpct -%dir %{_texdir}/texmf-dist/doc/latex/fnumprint -%dir %{_texdir}/texmf-dist/doc/latex/fn2end -%dir %{_texdir}/texmf-dist/doc/latex/foekfont -%dir %{_texdir}/texmf-dist/doc/latex/foilhtml -%dir %{_texdir}/texmf-dist/doc/latex/fontawesome -%dir %{_texdir}/texmf-dist/doc/latex/fontaxes -%dir %{_texdir}/texmf-dist/doc/latex/fontspec -%dir %{_texdir}/texmf-dist/doc/latex/fonttable -%dir %{_texdir}/texmf-dist/doc/latex/footbib -%dir %{_texdir}/texmf-dist/doc/latex/footmisc -%dir %{_texdir}/texmf-dist/doc/latex/footnotebackref -%dir %{_texdir}/texmf-dist/doc/latex/footnoterange -%dir %{_texdir}/texmf-dist/doc/latex/footnpag -%dir %{_texdir}/texmf-dist/doc/latex/footnpag/test -%dir %{_texdir}/texmf-dist/doc/latex/forarray -%dir %{_texdir}/texmf-dist/doc/latex/foreign -%dir %{_texdir}/texmf-dist/doc/latex/forest -%dir %{_texdir}/texmf-dist/doc/latex/forloop -%dir %{_texdir}/texmf-dist/doc/latex/formular -%dir %{_texdir}/texmf-dist/doc/latex/fouridx -%dir %{_texdir}/texmf-dist/doc/latex/fp -%dir %{_texdir}/texmf-dist/doc/latex/fragments -%dir %{_texdir}/texmf-dist/doc/latex/framed -%dir %{_texdir}/texmf-dist/doc/latex/frankenstein -%dir %{_texdir}/texmf-dist/doc/latex/frankenstein/unsupported -%dir %{_texdir}/texmf-dist/doc/latex/frege -%dir %{_texdir}/texmf-dist/doc/latex/frenchle -%dir %{_texdir}/texmf-dist/doc/latex/frenchle/sources -%dir %{_texdir}/texmf-dist/doc/latex/friulan -%dir %{_texdir}/texmf-dist/doc/latex/frletter -%dir %{_texdir}/texmf-dist/doc/latex/frontespizio -%dir %{_texdir}/texmf-dist/doc/latex/ftcap -%dir %{_texdir}/texmf-dist/doc/latex/ftnxtra -%dir %{_texdir}/texmf-dist/doc/latex/fullblck -%dir %{_texdir}/texmf-dist/doc/latex/fullwidth -%dir %{_texdir}/texmf-dist/doc/latex/functan -%dir %{_texdir}/texmf-dist/doc/latex/fundus-calligra -%dir %{_texdir}/texmf-dist/doc/latex/fundus-sueterlin -%dir %{_texdir}/texmf-dist/doc/latex/fwlw -%dir %{_texdir}/texmf-dist/doc/latex/gaceta -%dir %{_texdir}/texmf-dist/doc/latex/galois -%dir %{_texdir}/texmf-dist/doc/latex/gamebook -%dir %{_texdir}/texmf-dist/doc/latex/gastex -%dir %{_texdir}/texmf-dist/doc/latex/gatech-thesis -%dir %{_texdir}/texmf-dist/doc/latex/gauss -%dir %{_texdir}/texmf-dist/doc/latex/g-brief -%dir %{_texdir}/texmf-dist/doc/latex/gb4e -%dir %{_texdir}/texmf-dist/doc/latex/gcard -%dir %{_texdir}/texmf-dist/doc/latex/gcite -%dir %{_texdir}/texmf-dist/doc/latex/gene-logic -%dir %{_texdir}/texmf-dist/doc/latex/genmpage -%dir %{_texdir}/texmf-dist/doc/latex/geometry -%dir %{_texdir}/texmf-dist/doc/latex/geometry-de -%dir %{_texdir}/texmf-dist/doc/latex/germkorr -%dir %{_texdir}/texmf-dist/doc/latex/geschichtsfrkl -%dir %{_texdir}/texmf-dist/doc/latex/getfiledate -%dir %{_texdir}/texmf-dist/doc/latex/ghab -%dir %{_texdir}/texmf-dist/doc/latex/gchords -%dir %{_texdir}/texmf-dist/doc/latex/gillcm -%dir %{_texdir}/texmf-dist/doc/latex/gincltex -%dir %{_texdir}/texmf-dist/doc/latex/ginpenc -%dir %{_texdir}/texmf-dist/doc/latex/gitinfo -%dir %{_texdir}/texmf-dist/doc/latex/gloss -%dir %{_texdir}/texmf-dist/doc/latex/glossaries -%dir %{_texdir}/texmf-dist/doc/latex/glossaries/samples -%dir %{_texdir}/texmf-dist/doc/latex/gmdoc -%dir %{_texdir}/texmf-dist/doc/latex/gmdoc/basedrivers -%dir %{_texdir}/texmf-dist/doc/latex/gmdoc-enhance -%dir %{_texdir}/texmf-dist/doc/latex/gmeometric -%dir %{_texdir}/texmf-dist/doc/latex/gmiflink -%dir %{_texdir}/texmf-dist/doc/latex/gmp -%dir %{_texdir}/texmf-dist/doc/latex/gmutils -%dir %{_texdir}/texmf-dist/doc/latex/gmverb -%dir %{_texdir}/texmf-dist/doc/latex/gmverse -%dir %{_texdir}/texmf-dist/doc/latex/gnuplottex -%dir %{_texdir}/texmf-dist/doc/latex/gradientframe -%dir %{_texdir}/texmf-dist/doc/latex/grafcet -%dir %{_texdir}/texmf-dist/doc/latex/graphics -%dir %{_texdir}/texmf-dist/doc/latex/graphicx-psmin -%dir %{_texdir}/texmf-dist/doc/latex/greekdates -%dir %{_texdir}/texmf-dist/doc/latex/greek-inputenc -%dir %{_texdir}/texmf-dist/doc/latex/grfpaste -%dir %{_texdir}/texmf-dist/doc/latex/grfpaste/doc -%dir %{_texdir}/texmf-dist/doc/latex/grid -%dir %{_texdir}/texmf-dist/doc/latex/gridset -%dir %{_texdir}/texmf-dist/doc/latex/grverb -%dir %{_texdir}/texmf-dist/doc/latex/GS1 -%dir %{_texdir}/texmf-dist/doc/latex/GS1/examples -%dir %{_texdir}/texmf-dist/doc/latex/gtrcrd -%dir %{_texdir}/texmf-dist/doc/latex/gu -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7 -%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8 -%dir %{_texdir}/texmf-dist/doc/latex/guitar -%dir %{_texdir}/texmf-dist/doc/latex/guitlogo -%dir %{_texdir}/texmf-dist/doc/latex/hanging -%dir %{_texdir}/texmf-dist/doc/latex/HA-prosper -%dir %{_texdir}/texmf-dist/doc/latex/hardwrap -%dir %{_texdir}/texmf-dist/doc/latex/harmony -%dir %{_texdir}/texmf-dist/doc/latex/harnon-cv -%dir %{_texdir}/texmf-dist/doc/latex/harpoon -%dir %{_texdir}/texmf-dist/doc/latex/harvard -%dir %{_texdir}/texmf-dist/doc/latex/har2nat -%dir %{_texdir}/texmf-dist/doc/latex/hausarbeit-jura -%dir %{_texdir}/texmf-dist/doc/latex/hc -%dir %{_texdir}/texmf-dist/doc/latex/hep -%dir %{_texdir}/texmf-dist/doc/latex/hepnames -%dir %{_texdir}/texmf-dist/doc/latex/hepparticles -%dir %{_texdir}/texmf-dist/doc/latex/hepthesis -%dir %{_texdir}/texmf-dist/doc/latex/hepthesis/example -%dir %{_texdir}/texmf-dist/doc/latex/hepunits -%dir %{_texdir}/texmf-dist/doc/latex/here -%dir %{_texdir}/texmf-dist/doc/latex/he-she -%dir %{_texdir}/texmf-dist/doc/latex/hexgame -%dir %{_texdir}/texmf-dist/doc/latex/hf-tikz -%dir %{_texdir}/texmf-dist/doc/latex/hhtensor -%dir %{_texdir}/texmf-dist/doc/latex/histogr -%dir %{_texdir}/texmf-dist/doc/latex/historische-zeitschrift -%dir %{_texdir}/texmf-dist/doc/latex/hitec -%dir %{_texdir}/texmf-dist/doc/latex/hletter -%dir %{_texdir}/texmf-dist/doc/latex/hobby -%dir %{_texdir}/texmf-dist/doc/latex/hobete -%dir %{_texdir}/texmf-dist/doc/latex/hpsdiss -%dir %{_texdir}/texmf-dist/doc/latex/hrefhide -%dir %{_texdir}/texmf-dist/doc/latex/hrlatex -%dir %{_texdir}/texmf-dist/doc/latex/hvfloat -%dir %{_texdir}/texmf-dist/doc/latex/hvindex -%dir %{_texdir}/texmf-dist/doc/latex/hypdvips -%dir %{_texdir}/texmf-dist/doc/latex/hypdvips/images -%dir %{_texdir}/texmf-dist/doc/latex/hyper -%dir %{_texdir}/texmf-dist/doc/latex/hyper/contrib -%dir %{_texdir}/texmf-dist/doc/latex/hypernat -%dir %{_texdir}/texmf-dist/doc/latex/hyperref -%dir %{_texdir}/texmf-dist/doc/latex/hyperref-docsrc -%dir %{_texdir}/texmf-dist/doc/latex/hyper/scontrib -%dir %{_texdir}/texmf-dist/doc/latex/hyperxmp -%dir %{_texdir}/texmf-dist/doc/latex/hyphenat -%dir %{_texdir}/texmf-dist/doc/latex/changebar -%dir %{_texdir}/texmf-dist/doc/latex/changelayout -%dir %{_texdir}/texmf-dist/doc/latex/changepage -%dir %{_texdir}/texmf-dist/doc/latex/changes -%dir %{_texdir}/texmf-dist/doc/latex/changes/examples -%dir %{_texdir}/texmf-dist/doc/latex/chappg -%dir %{_texdir}/texmf-dist/doc/latex/chapterfolder -%dir %{_texdir}/texmf-dist/doc/latex/chbibref -%dir %{_texdir}/texmf-dist/doc/latex/chembst -%dir %{_texdir}/texmf-dist/doc/latex/chemcompounds -%dir %{_texdir}/texmf-dist/doc/latex/chemcono -%dir %{_texdir}/texmf-dist/doc/latex/chemexec -%dir %{_texdir}/texmf-dist/doc/latex/chemmacros -%dir %{_texdir}/texmf-dist/doc/latex/chemnum -%dir %{_texdir}/texmf-dist/doc/latex/chemstyle -%dir %{_texdir}/texmf-dist/doc/latex/chessboard -%dir %{_texdir}/texmf-dist/doc/latex/chessfss -%dir %{_texdir}/texmf-dist/doc/latex/chess-problem-diagrams -%dir %{_texdir}/texmf-dist/doc/latex/chet -%dir %{_texdir}/texmf-dist/doc/latex/chextras -%dir %{_texdir}/texmf-dist/doc/latex/chkfloat -%dir %{_texdir}/texmf-dist/doc/latex/chletter -%dir %{_texdir}/texmf-dist/doc/latex/chngcntr -%dir %{_texdir}/texmf-dist/doc/latex/chronology -%dir %{_texdir}/texmf-dist/doc/latex/chscite -%dir %{_texdir}/texmf-dist/doc/latex/ibycus-babel -%dir %{_texdir}/texmf-dist/doc/latex/icsv -%dir %{_texdir}/texmf-dist/doc/latex/idxlayout -%dir %{_texdir}/texmf-dist/doc/latex/IEEEconf -%dir %{_texdir}/texmf-dist/doc/latex/ieeepes -%dir %{_texdir}/texmf-dist/doc/latex/IEEEtran -%dir %{_texdir}/texmf-dist/doc/latex/ifetex -%dir %{_texdir}/texmf-dist/doc/latex/ifmslide -%dir %{_texdir}/texmf-dist/doc/latex/ifmtarg -%dir %{_texdir}/texmf-dist/doc/latex/ifnextok -%dir %{_texdir}/texmf-dist/doc/latex/ifoddpage -%dir %{_texdir}/texmf-dist/doc/latex/ifplatform -%dir %{_texdir}/texmf-dist/doc/latex/ifthenx -%dir %{_texdir}/texmf-dist/doc/latex/iitem -%dir %{_texdir}/texmf-dist/doc/latex/ijmart -%dir %{_texdir}/texmf-dist/doc/latex/imac -%dir %{_texdir}/texmf-dist/doc/latex/image-gallery -%dir %{_texdir}/texmf-dist/doc/latex/imakeidx -%dir %{_texdir}/texmf-dist/doc/latex/impnattypo -%dir %{_texdir}/texmf-dist/doc/latex/import -%dir %{_texdir}/texmf-dist/doc/latex/imtekda -%dir %{_texdir}/texmf-dist/doc/latex/imtekda/figures -%dir %{_texdir}/texmf-dist/doc/latex/incgraph -%dir %{_texdir}/texmf-dist/doc/latex/index -%dir %{_texdir}/texmf-dist/doc/latex/inlinedef -%dir %{_texdir}/texmf-dist/doc/latex/inputtrc -%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook -%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/documentation -%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/epsfiles -%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/samplefiles -%dir %{_texdir}/texmf-dist/doc/latex/interfaces -%dir %{_texdir}/texmf-dist/doc/latex/intro-scientific -%dir %{_texdir}/texmf-dist/doc/latex/inversepath -%dir %{_texdir}/texmf-dist/doc/latex/invoice -%dir %{_texdir}/texmf-dist/doc/latex/ionumbers -%dir %{_texdir}/texmf-dist/doc/latex/iso -%dir %{_texdir}/texmf-dist/doc/latex/isodate -%dir %{_texdir}/texmf-dist/doc/latex/isodoc -%dir %{_texdir}/texmf-dist/doc/latex/isomath -%dir %{_texdir}/texmf-dist/doc/latex/isonums -%dir %{_texdir}/texmf-dist/doc/latex/isorot -%dir %{_texdir}/texmf-dist/doc/latex/isotope -%dir %{_texdir}/texmf-dist/doc/latex/iso10303 -%dir %{_texdir}/texmf-dist/doc/latex/issuulinks -%dir %{_texdir}/texmf-dist/doc/latex/itnumpar -%dir %{_texdir}/texmf-dist/doc/latex/iwhdp -%dir %{_texdir}/texmf-dist/doc/latex/jamtimes -%dir %{_texdir}/texmf-dist/doc/latex/jknapltx -%dir %{_texdir}/texmf-dist/doc/latex/jmlr -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper1 -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper2 -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper3 -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper4 -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-papers -%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-papers/images -%dir %{_texdir}/texmf-dist/doc/latex/jneurosci -%dir %{_texdir}/texmf-dist/doc/latex/jpsj -%dir %{_texdir}/texmf-dist/doc/latex/jura -%dir %{_texdir}/texmf-dist/doc/latex/juraabbrev -%dir %{_texdir}/texmf-dist/doc/latex/jurabib -%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs -%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs/english -%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs/german -%dir %{_texdir}/texmf-dist/doc/latex/juramisc -%dir %{_texdir}/texmf-dist/doc/latex/juramisc/doc -%dir %{_texdir}/texmf-dist/doc/latex/juramisc/doc/jbook -%dir %{_texdir}/texmf-dist/doc/latex/jurarsp -%dir %{_texdir}/texmf-dist/doc/latex/jvlisting -%dir %{_texdir}/texmf-dist/doc/latex/kantlipsum -%dir %{_texdir}/texmf-dist/doc/latex/karnaugh -%dir %{_texdir}/texmf-dist/doc/latex/kdgdocs -%dir %{_texdir}/texmf-dist/doc/latex/kerkis -%dir %{_texdir}/texmf-dist/doc/latex/kerntest -%dir %{_texdir}/texmf-dist/doc/latex/keycommand -%dir %{_texdir}/texmf-dist/doc/latex/keyreader -%dir %{_texdir}/texmf-dist/doc/latex/keystroke -%dir %{_texdir}/texmf-dist/doc/latex/keyval2e -%dir %{_texdir}/texmf-dist/doc/latex/kix -%dir %{_texdir}/texmf-dist/doc/latex/kluwer -%dir %{_texdir}/texmf-dist/doc/latex/knittingpattern -%dir %{_texdir}/texmf-dist/doc/latex/koma-moderncvclassic -%dir %{_texdir}/texmf-dist/doc/latex/koma-script -%dir %{_texdir}/texmf-dist/doc/latex/koma-script-sfs -%dir %{_texdir}/texmf-dist/doc/latex/ktv-texdata -%dir %{_texdir}/texmf-dist/doc/latex/labbook -%dir %{_texdir}/texmf-dist/doc/latex/labelcas -%dir %{_texdir}/texmf-dist/doc/latex/labels -%dir %{_texdir}/texmf-dist/doc/latex/labels/test -%dir %{_texdir}/texmf-dist/doc/latex/lapdf -%dir %{_texdir}/texmf-dist/doc/latex/lastpage -%dir %{_texdir}/texmf-dist/doc/latex/latex-bib-ex -%dir %{_texdir}/texmf-dist/doc/latex/latex-brochure -%dir %{_texdir}/texmf-dist/doc/latex/latex-course -%dir %{_texdir}/texmf-dist/doc/latex/latex-course/Graphics -%dir %{_texdir}/texmf-dist/doc/latex/latex-doc-ptr -%dir %{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs -%dir %{_texdir}/texmf-dist/doc/latex/latex-graphics-companion -%dir %{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs -%dir %{_texdir}/texmf-dist/doc/latex/latexcheat -%dir %{_texdir}/texmf-dist/doc/latex/latexcheat-esmx -%dir %{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr -%dir %{_texdir}/texmf-dist/doc/latex/latex-referenz -%dir %{_texdir}/texmf-dist/doc/latex/latex-tabellen -%dir %{_texdir}/texmf-dist/doc/latex/latex-veryshortguide -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2 -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3 -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4 -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6 -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7 -%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS -%dir %{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo -%dir %{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish -%dir %{_texdir}/texmf-dist/doc/latex/latex4wp -%dir %{_texdir}/texmf-dist/doc/latex/latex4wp-it -%dir %{_texdir}/texmf-dist/doc/latex/layaureo -%dir %{_texdir}/texmf-dist/doc/latex/layouts -%dir %{_texdir}/texmf-dist/doc/latex/lazylist -%dir %{_texdir}/texmf-dist/doc/latex/lcd -%dir %{_texdir}/texmf-dist/doc/latex/lcg -%dir %{_texdir}/texmf-dist/doc/latex/lcyw -%dir %{_texdir}/texmf-dist/doc/latex/leading -%dir %{_texdir}/texmf-dist/doc/latex/leaflet -%dir %{_texdir}/texmf-dist/doc/latex/ledmac -%dir %{_texdir}/texmf-dist/doc/latex/leftidx -%dir %{_texdir}/texmf-dist/doc/latex/lettre -%dir %{_texdir}/texmf-dist/doc/latex/lettrine -%dir %{_texdir}/texmf-dist/doc/latex/lewis -%dir %{_texdir}/texmf-dist/doc/latex/lexikon -%dir %{_texdir}/texmf-dist/doc/latex/lgreek -%dir %{_texdir}/texmf-dist/doc/latex/lgrx -%dir %{_texdir}/texmf-dist/doc/latex/lhelp -%dir %{_texdir}/texmf-dist/doc/latex/libgreek -%dir %{_texdir}/texmf-dist/doc/latex/linegoal -%dir %{_texdir}/texmf-dist/doc/latex/lineno -%dir %{_texdir}/texmf-dist/doc/latex/linguex -%dir %{_texdir}/texmf-dist/doc/latex/lipsum -%dir %{_texdir}/texmf-dist/doc/latex/lisp-on-tex -%dir %{_texdir}/texmf-dist/doc/latex/lisp-on-tex/examples -%dir %{_texdir}/texmf-dist/doc/latex/listbib -%dir %{_texdir}/texmf-dist/doc/latex/listing -%dir %{_texdir}/texmf-dist/doc/latex/listings -%dir %{_texdir}/texmf-dist/doc/latex/listings-ext -%dir %{_texdir}/texmf-dist/doc/latex/listliketab -%dir %{_texdir}/texmf-dist/doc/latex/listofsymbols -%dir %{_texdir}/texmf-dist/doc/latex/lithuanian -%dir %{_texdir}/texmf-dist/doc/latex/liturg -%dir %{_texdir}/texmf-dist/doc/latex/lkproof -%dir %{_texdir}/texmf-dist/doc/latex/lmake -%dir %{_texdir}/texmf-dist/doc/latex/locality -%dir %{_texdir}/texmf-dist/doc/latex/localloc -%dir %{_texdir}/texmf-dist/doc/latex/logbox -%dir %{_texdir}/texmf-dist/doc/latex/logical-markup-utils -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/battleship -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/bokkusu -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/ddsudoku -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/hakyuu -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/hitori -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/chaossudoku -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/lpsudoku -%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle/skyline -%dir %{_texdir}/texmf-dist/doc/latex/logpap -%dir %{_texdir}/texmf-dist/doc/latex/logreq -%dir %{_texdir}/texmf-dist/doc/latex/logreq/examples -%dir %{_texdir}/texmf-dist/doc/latex/longnamefilelist -%dir %{_texdir}/texmf-dist/doc/latex/loops -%dir %{_texdir}/texmf-dist/doc/latex/lpic -%dir %{_texdir}/texmf-dist/doc/latex/lps -%dir %{_texdir}/texmf-dist/doc/latex/lsc -%dir %{_texdir}/texmf-dist/doc/latex/lshort-bulgarian -%dir %{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-czech -%dir %{_texdir}/texmf-dist/doc/latex/lshort-czech/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-dutch -%dir %{_texdir}/texmf-dist/doc/latex/lshort-english -%dir %{_texdir}/texmf-dist/doc/latex/lshort-finnish -%dir %{_texdir}/texmf-dist/doc/latex/lshort-finnish/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-french -%dir %{_texdir}/texmf-dist/doc/latex/lshort-german -%dir %{_texdir}/texmf-dist/doc/latex/lshort-chinese -%dir %{_texdir}/texmf-dist/doc/latex/lshort-chinese/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-italian -%dir %{_texdir}/texmf-dist/doc/latex/lshort-japanese -%dir %{_texdir}/texmf-dist/doc/latex/lshort-korean -%dir %{_texdir}/texmf-dist/doc/latex/lshort-mongol -%dir %{_texdir}/texmf-dist/doc/latex/lshort-mongol/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-persian -%dir %{_texdir}/texmf-dist/doc/latex/lshort-polish -%dir %{_texdir}/texmf-dist/doc/latex/lshort-portuguese -%dir %{_texdir}/texmf-dist/doc/latex/lshort-russian -%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovak -%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovenian -%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish -%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente -%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src -%dir %{_texdir}/texmf-dist/doc/latex/lshort-thai -%dir %{_texdir}/texmf-dist/doc/latex/lshort-turkish -%dir %{_texdir}/texmf-dist/doc/latex/lshort-ukr -%dir %{_texdir}/texmf-dist/doc/latex/lshort-vietnamese -%dir %{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src -%dir %{_texdir}/texmf-dist/doc/latex/lstaddons -%dir %{_texdir}/texmf-dist/doc/latex/ltabptch -%dir %{_texdir}/texmf-dist/doc/latex/ltxdockit -%dir %{_texdir}/texmf-dist/doc/latex/ltxindex -%dir %{_texdir}/texmf-dist/doc/latex/ltxkeys -%dir %{_texdir}/texmf-dist/doc/latex/ltxnew -%dir %{_texdir}/texmf-dist/doc/latex/ltxtools -%dir %{_texdir}/texmf-dist/doc/latex/l2picfaq -%dir %{_texdir}/texmf-dist/doc/latex/l2tabu -%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-english -%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-french -%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-italian -%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-spanish -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3dt -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3sort -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3str -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/xcoffins -%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/xgalley -%dir %{_texdir}/texmf-dist/doc/latex/l3kernel -%dir %{_texdir}/texmf-dist/doc/latex/l3packages -%dir %{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e -%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xfrac -%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xparse -%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xtemplate -%dir %{_texdir}/texmf-dist/doc/latex/macros2e -%dir %{_texdir}/texmf-dist/doc/latex/mafr -%dir %{_texdir}/texmf-dist/doc/latex/magaz -%dir %{_texdir}/texmf-dist/doc/latex/magyar -%dir %{_texdir}/texmf-dist/doc/latex/mailing -%dir %{_texdir}/texmf-dist/doc/latex/mailmerge -%dir %{_texdir}/texmf-dist/doc/latex/makebarcode -%dir %{_texdir}/texmf-dist/doc/latex/makebox -%dir %{_texdir}/texmf-dist/doc/latex/makecell -%dir %{_texdir}/texmf-dist/doc/latex/makecmds -%dir %{_texdir}/texmf-dist/doc/latex/makedtx -%dir %{_texdir}/texmf-dist/doc/latex/makeglos -%dir %{_texdir}/texmf-dist/doc/latex/makeplot -%dir %{_texdir}/texmf-dist/doc/latex/makeshape -%dir %{_texdir}/texmf-dist/doc/latex/mandi -%dir %{_texdir}/texmf-dist/doc/latex/manuscript -%dir %{_texdir}/texmf-dist/doc/latex/margbib -%dir %{_texdir}/texmf-dist/doc/latex/marginfix -%dir %{_texdir}/texmf-dist/doc/latex/marginnote -%dir %{_texdir}/texmf-dist/doc/latex/matc3 -%dir %{_texdir}/texmf-dist/doc/latex/matc3mem -%dir %{_texdir}/texmf-dist/doc/latex/mathalfa -%dir %{_texdir}/texmf-dist/doc/latex/mathastext -%dir %{_texdir}/texmf-dist/doc/latex/mathcomp -%dir %{_texdir}/texmf-dist/doc/latex/mathdesign -%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdput -%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/doc/latex/math-e -%dir %{_texdir}/texmf-dist/doc/latex/mathexam -%dir %{_texdir}/texmf-dist/doc/latex/mathmode -%dir %{_texdir}/texmf-dist/doc/latex/mathmode/images -%dir %{_texdir}/texmf-dist/doc/latex/mathpazo -%dir %{_texdir}/texmf-dist/doc/latex/mathspic -%dir %{_texdir}/texmf-dist/doc/latex/mattens -%dir %{_texdir}/texmf-dist/doc/latex/maybemath -%dir %{_texdir}/texmf-dist/doc/latex/mbenotes -%dir %{_texdir}/texmf-dist/doc/latex/mcaption -%dir %{_texdir}/texmf-dist/doc/latex/mceinleger -%dir %{_texdir}/texmf-dist/doc/latex/mcite -%dir %{_texdir}/texmf-dist/doc/latex/mciteplus -%dir %{_texdir}/texmf-dist/doc/latex/mdframed -%dir %{_texdir}/texmf-dist/doc/latex/mdputu -%dir %{_texdir}/texmf-dist/doc/latex/mdsymbol -%dir %{_texdir}/texmf-dist/doc/latex/mdwtools -%dir %{_texdir}/texmf-dist/doc/latex/media9 -%dir %{_texdir}/texmf-dist/doc/latex/media9/files -%dir %{_texdir}/texmf-dist/doc/latex/media9/files/players -%dir %{_texdir}/texmf-dist/doc/latex/meetingmins -%dir %{_texdir}/texmf-dist/doc/latex/meetingmins/samples -%dir %{_texdir}/texmf-dist/doc/latex/memexsupp -%dir %{_texdir}/texmf-dist/doc/latex/memoir -%dir %{_texdir}/texmf-dist/doc/latex/MemoirChapStyles -%dir %{_texdir}/texmf-dist/doc/latex/mentis -%dir %{_texdir}/texmf-dist/doc/latex/menu -%dir %{_texdir}/texmf-dist/doc/latex/menukeys -%dir %{_texdir}/texmf-dist/doc/latex/metalogo -%dir %{_texdir}/texmf-dist/doc/latex/metaplot -%dir %{_texdir}/texmf-dist/doc/latex/metaplot/examples -%dir %{_texdir}/texmf-dist/doc/latex/method -%dir %{_texdir}/texmf-dist/doc/latex/metre -%dir %{_texdir}/texmf-dist/doc/latex/mflogo -%dir %{_texdir}/texmf-dist/doc/latex/mfnfss -%dir %{_texdir}/texmf-dist/doc/latex/mfpic4ode -%dir %{_texdir}/texmf-dist/doc/latex/mfpic4ode/demo -%dir %{_texdir}/texmf-dist/doc/latex/mftinc -%dir %{_texdir}/texmf-dist/doc/latex/mh -%dir %{_texdir}/texmf-dist/doc/latex/mhequ -%dir %{_texdir}/texmf-dist/doc/latex/mhchem -%dir %{_texdir}/texmf-dist/doc/latex/microtype -%dir %{_texdir}/texmf-dist/doc/latex/microtype-de -%dir %{_texdir}/texmf-dist/doc/latex/midpage -%dir %{_texdir}/texmf-dist/doc/latex/miller -%dir %{_texdir}/texmf-dist/doc/latex/mil3 -%dir %{_texdir}/texmf-dist/doc/latex/minibox -%dir %{_texdir}/texmf-dist/doc/latex/minipage-marginpar -%dir %{_texdir}/texmf-dist/doc/latex/miniplot -%dir %{_texdir}/texmf-dist/doc/latex/minitoc -%dir %{_texdir}/texmf-dist/doc/latex/minted -%dir %{_texdir}/texmf-dist/doc/latex/minutes -%dir %{_texdir}/texmf-dist/doc/latex/mla-paper -%dir %{_texdir}/texmf-dist/doc/latex/mlist -%dir %{_texdir}/texmf-dist/doc/latex/mltex -%dir %{_texdir}/texmf-dist/doc/latex/mmap -%dir %{_texdir}/texmf-dist/doc/latex/mnsymbol -%dir %{_texdir}/texmf-dist/doc/latex/moderncv -%dir %{_texdir}/texmf-dist/doc/latex/moderncv/examples -%dir %{_texdir}/texmf-dist/doc/latex/moderntimeline -%dir %{_texdir}/texmf-dist/doc/latex/modiagram -%dir %{_texdir}/texmf-dist/doc/latex/modref -%dir %{_texdir}/texmf-dist/doc/latex/modroman -%dir %{_texdir}/texmf-dist/doc/latex/mongolian-babel -%dir %{_texdir}/texmf-dist/doc/latex/monofill -%dir %{_texdir}/texmf-dist/doc/latex/montex -%dir %{_texdir}/texmf-dist/doc/latex/montex/mfinput -%dir %{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe -%dir %{_texdir}/texmf-dist/doc/latex/moreenum -%dir %{_texdir}/texmf-dist/doc/latex/morefloats -%dir %{_texdir}/texmf-dist/doc/latex/morehype -%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo -%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo/hellowor -%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo/writings -%dir %{_texdir}/texmf-dist/doc/latex/moresize -%dir %{_texdir}/texmf-dist/doc/latex/moreverb -%dir %{_texdir}/texmf-dist/doc/latex/morewrites -%dir %{_texdir}/texmf-dist/doc/latex/movie15 -%dir %{_texdir}/texmf-dist/doc/latex/movie15/files -%dir %{_texdir}/texmf-dist/doc/latex/movie15/javascript -%dir %{_texdir}/texmf-dist/doc/latex/mparhack -%dir %{_texdir}/texmf-dist/doc/latex/mpgraphics -%dir %{_texdir}/texmf-dist/doc/latex/ms -%dir %{_texdir}/texmf-dist/doc/latex/msc -%dir %{_texdir}/texmf-dist/doc/latex/msg -%dir %{_texdir}/texmf-dist/doc/latex/mslapa -%dir %{_texdir}/texmf-dist/doc/latex/msu-thesis -%dir %{_texdir}/texmf-dist/doc/latex/msu-thesis/samples -%dir %{_texdir}/texmf-dist/doc/latex/mtgreek -%dir %{_texdir}/texmf-dist/doc/latex/multenum -%dir %{_texdir}/texmf-dist/doc/latex/multibbl -%dir %{_texdir}/texmf-dist/doc/latex/multibib -%dir %{_texdir}/texmf-dist/doc/latex/multicap -%dir %{_texdir}/texmf-dist/doc/latex/multienv -%dir %{_texdir}/texmf-dist/doc/latex/multiexpand -%dir %{_texdir}/texmf-dist/doc/latex/multiobjective -%dir %{_texdir}/texmf-dist/doc/latex/multirow -%dir %{_texdir}/texmf-dist/doc/latex/munich -%dir %{_texdir}/texmf-dist/doc/latex/musixguit -%dir %{_texdir}/texmf-dist/doc/latex/musuos -%dir %{_texdir}/texmf-dist/doc/latex/muthesis -%dir %{_texdir}/texmf-dist/doc/latex/mversion -%dir %{_texdir}/texmf-dist/doc/latex/mwcls -%dir %{_texdir}/texmf-dist/doc/latex/mwe -%dir %{_texdir}/texmf-dist/doc/latex/mycv -%dir %{_texdir}/texmf-dist/doc/latex/mycv/Doc -%dir %{_texdir}/texmf-dist/doc/latex/mycv/Doc/Images -%dir %{_texdir}/texmf-dist/doc/latex/mycv/Examples -%dir %{_texdir}/texmf-dist/doc/latex/mychemistry -%dir %{_texdir}/texmf-dist/doc/latex/mylatexformat -%dir %{_texdir}/texmf-dist/doc/latex/nag -%dir %{_texdir}/texmf-dist/doc/latex/nameauth -%dir %{_texdir}/texmf-dist/doc/latex/namespc -%dir %{_texdir}/texmf-dist/doc/latex/natbib -%dir %{_texdir}/texmf-dist/doc/latex/nath -%dir %{_texdir}/texmf-dist/doc/latex/ncclatex -%dir %{_texdir}/texmf-dist/doc/latex/ncctools -%dir %{_texdir}/texmf-dist/doc/latex/nddiss -%dir %{_texdir}/texmf-dist/doc/latex/nddiss/example-v1.3 -%dir %{_texdir}/texmf-dist/doc/latex/needspace -%dir %{_texdir}/texmf-dist/doc/latex/newcommand -%dir %{_texdir}/texmf-dist/doc/latex/newenviron -%dir %{_texdir}/texmf-dist/doc/latex/newfile -%dir %{_texdir}/texmf-dist/doc/latex/newlfm -%dir %{_texdir}/texmf-dist/doc/latex/newspaper -%dir %{_texdir}/texmf-dist/doc/latex/newunicodechar -%dir %{_texdir}/texmf-dist/doc/latex/newvbtm -%dir %{_texdir}/texmf-dist/doc/latex/newverbs -%dir %{_texdir}/texmf-dist/doc/latex/nfssext-cfr -%dir %{_texdir}/texmf-dist/doc/latex/nicefilelist -%dir %{_texdir}/texmf-dist/doc/latex/niceframe -%dir %{_texdir}/texmf-dist/doc/latex/nicetext -%dir %{_texdir}/texmf-dist/doc/latex/nicetext/demo -%dir %{_texdir}/texmf-dist/doc/latex/nih -%dir %{_texdir}/texmf-dist/doc/latex/nlctdoc -%dir %{_texdir}/texmf-dist/doc/latex/noitcrul -%dir %{_texdir}/texmf-dist/doc/latex/nolbreaks -%dir %{_texdir}/texmf-dist/doc/latex/nomencl -%dir %{_texdir}/texmf-dist/doc/latex/nomentbl -%dir %{_texdir}/texmf-dist/doc/latex/nonfloat -%dir %{_texdir}/texmf-dist/doc/latex/nonumonpart -%dir %{_texdir}/texmf-dist/doc/latex/nopageno -%dir %{_texdir}/texmf-dist/doc/latex/nostarch -%dir %{_texdir}/texmf-dist/doc/latex/notes -%dir %{_texdir}/texmf-dist/doc/latex/notes2bib -%dir %{_texdir}/texmf-dist/doc/latex/notoccite -%dir %{_texdir}/texmf-dist/doc/latex/nowidow -%dir %{_texdir}/texmf-dist/doc/latex/nrc -%dir %{_texdir}/texmf-dist/doc/latex/ntgclass -%dir %{_texdir}/texmf-dist/doc/latex/ntheorem -%dir %{_texdir}/texmf-dist/doc/latex/ntheorem-vn -%dir %{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src -%dir %{_texdir}/texmf-dist/doc/latex/nuc -%dir %{_texdir}/texmf-dist/doc/latex/numberedblock -%dir %{_texdir}/texmf-dist/doc/latex/numericplots -%dir %{_texdir}/texmf-dist/doc/latex/numname -%dir %{_texdir}/texmf-dist/doc/latex/numprint -%dir %{_texdir}/texmf-dist/doc/latex/oberdiek -%dir %{_texdir}/texmf-dist/doc/latex/oberdiek/example -%dir %{_texdir}/texmf-dist/doc/latex/oberdiek/test -%dir %{_texdir}/texmf-dist/doc/latex/objectz -%dir %{_texdir}/texmf-dist/doc/latex/ocg-p -%dir %{_texdir}/texmf-dist/doc/latex/ocg-p/examples -%dir %{_texdir}/texmf-dist/doc/latex/ocgx -%dir %{_texdir}/texmf-dist/doc/latex/ocr-latex -%dir %{_texdir}/texmf-dist/doc/latex/octavo -%dir %{_texdir}/texmf-dist/doc/latex/oldstyle -%dir %{_texdir}/texmf-dist/doc/latex/onlyamsmath -%dir %{_texdir}/texmf-dist/doc/latex/onrannual -%dir %{_texdir}/texmf-dist/doc/latex/opcit -%dir %{_texdir}/texmf-dist/doc/latex/opteng -%dir %{_texdir}/texmf-dist/doc/latex/optional -%dir %{_texdir}/texmf-dist/doc/latex/ordinalpt -%dir %{_texdir}/texmf-dist/doc/latex/oscola -%dir %{_texdir}/texmf-dist/doc/latex/othello -%dir %{_texdir}/texmf-dist/doc/latex/othelloboard -%dir %{_texdir}/texmf-dist/doc/latex/otibet -%dir %{_texdir}/texmf-dist/doc/latex/ot-tableau -%dir %{_texdir}/texmf-dist/doc/latex/outline -%dir %{_texdir}/texmf-dist/doc/latex/outliner -%dir %{_texdir}/texmf-dist/doc/latex/overpic -%dir %{_texdir}/texmf-dist/doc/latex/pagecolor -%dir %{_texdir}/texmf-dist/doc/latex/pagecont -%dir %{_texdir}/texmf-dist/doc/latex/pagenote -%dir %{_texdir}/texmf-dist/doc/latex/pagerange -%dir %{_texdir}/texmf-dist/doc/latex/pageslts -%dir %{_texdir}/texmf-dist/doc/latex/paper -%dir %{_texdir}/texmf-dist/doc/latex/papercdcase -%dir %{_texdir}/texmf-dist/doc/latex/papermas -%dir %{_texdir}/texmf-dist/doc/latex/papertex -%dir %{_texdir}/texmf-dist/doc/latex/papertex/example -%dir %{_texdir}/texmf-dist/doc/latex/papertex/example/img -%dir %{_texdir}/texmf-dist/doc/latex/papertex/example/img/weather -%dir %{_texdir}/texmf-dist/doc/latex/paracol -%dir %{_texdir}/texmf-dist/doc/latex/paralist -%dir %{_texdir}/texmf-dist/doc/latex/parallel -%dir %{_texdir}/texmf-dist/doc/latex/paresse -%dir %{_texdir}/texmf-dist/doc/latex/parnotes -%dir %{_texdir}/texmf-dist/doc/latex/parrun -%dir %{_texdir}/texmf-dist/doc/latex/parselines -%dir %{_texdir}/texmf-dist/doc/latex/parskip -%dir %{_texdir}/texmf-dist/doc/latex/patchcmd -%dir %{_texdir}/texmf-dist/doc/latex/pauldoc -%dir %{_texdir}/texmf-dist/doc/latex/pawpict -%dir %{_texdir}/texmf-dist/doc/latex/pax -%dir %{_texdir}/texmf-dist/doc/latex/pb-diagram -%dir %{_texdir}/texmf-dist/doc/latex/pbox -%dir %{_texdir}/texmf-dist/doc/latex/pbsheet -%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl -%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl/img -%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl/pgm -%dir %{_texdir}/texmf-dist/doc/latex/pdfcomment -%dir %{_texdir}/texmf-dist/doc/latex/pdfcprot -%dir %{_texdir}/texmf-dist/doc/latex/pdfmarginpar -%dir %{_texdir}/texmf-dist/doc/latex/pdfpages -%dir %{_texdir}/texmf-dist/doc/latex/pdfscreen -%dir %{_texdir}/texmf-dist/doc/latex/pdfslide -%dir %{_texdir}/texmf-dist/doc/latex/pdfsync -%dir %{_texdir}/texmf-dist/doc/latex/pdftricks -%dir %{_texdir}/texmf-dist/doc/latex/pdfwin -%dir %{_texdir}/texmf-dist/doc/latex/pdfx -%dir %{_texdir}/texmf-dist/doc/latex/pdf14 -%dir %{_texdir}/texmf-dist/doc/latex/pecha -%dir %{_texdir}/texmf-dist/doc/latex/perception -%dir %{_texdir}/texmf-dist/doc/latex/perltex -%dir %{_texdir}/texmf-dist/doc/latex/permute -%dir %{_texdir}/texmf-dist/doc/latex/petiteannonce -%dir %{_texdir}/texmf-dist/doc/latex/pfarrei -%dir %{_texdir}/texmf-dist/doc/latex/pgf -%dir %{_texdir}/texmf-dist/doc/latex/pgf-blur -%dir %{_texdir}/texmf-dist/doc/latex/pgfgantt -%dir %{_texdir}/texmf-dist/doc/latex/pgfkeyx -%dir %{_texdir}/texmf-dist/doc/latex/pgfopts -%dir %{_texdir}/texmf-dist/doc/latex/pgfplots -%dir %{_texdir}/texmf-dist/doc/latex/pgf-soroban -%dir %{_texdir}/texmf-dist/doc/latex/pgf-umlsd -%dir %{_texdir}/texmf-dist/doc/latex/philex -%dir %{_texdir}/texmf-dist/doc/latex/philosophersimprint -%dir %{_texdir}/texmf-dist/doc/latex/photo -%dir %{_texdir}/texmf-dist/doc/latex/physics -%dir %{_texdir}/texmf-dist/doc/latex/physymb -%dir %{_texdir}/texmf-dist/doc/latex/piano -%dir %{_texdir}/texmf-dist/doc/latex/picinpar -%dir %{_texdir}/texmf-dist/doc/latex/pictexsum -%dir %{_texdir}/texmf-dist/doc/latex/pict2e -%dir %{_texdir}/texmf-dist/doc/latex/piff -%dir %{_texdir}/texmf-dist/doc/latex/pigpen -%dir %{_texdir}/texmf-dist/doc/latex/pinlabel -%dir %{_texdir}/texmf-dist/doc/latex/pinlabel/src -%dir %{_texdir}/texmf-dist/doc/latex/pittetd -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf/img -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf/chap -%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf/img -%dir %{_texdir}/texmf-dist/doc/latex/placeins -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc/pdf -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc/tex -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example/pdf -%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example/tex -%dir %{_texdir}/texmf-dist/doc/latex/plari -%dir %{_texdir}/texmf-dist/doc/latex/plates -%dir %{_texdir}/texmf-dist/doc/latex/play -%dir %{_texdir}/texmf-dist/doc/latex/plweb -%dir %{_texdir}/texmf-dist/doc/latex/pmgraph -%dir %{_texdir}/texmf-dist/doc/latex/poemscol -%dir %{_texdir}/texmf-dist/doc/latex/poetrytex -%dir %{_texdir}/texmf-dist/doc/latex/polski -%dir %{_texdir}/texmf-dist/doc/latex/polyglot -%dir %{_texdir}/texmf-dist/doc/latex/polynom -%dir %{_texdir}/texmf-dist/doc/latex/polynomial -%dir %{_texdir}/texmf-dist/doc/latex/polytable -%dir %{_texdir}/texmf-dist/doc/latex/postcards -%dir %{_texdir}/texmf-dist/doc/latex/powerdot -%dir %{_texdir}/texmf-dist/doc/latex/powerdot-FUBerlin -%dir %{_texdir}/texmf-dist/doc/latex/ppr-prv -%dir %{_texdir}/texmf-dist/doc/latex/pracjourn -%dir %{_texdir}/texmf-dist/doc/latex/preprint -%dir %{_texdir}/texmf-dist/doc/latex/prerex -%dir %{_texdir}/texmf-dist/doc/latex/prerex/doc -%dir %{_texdir}/texmf-dist/doc/latex/presentations -%dir %{_texdir}/texmf-dist/doc/latex/presentations-en -%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images -%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer -%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd -%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen -%dir %{_texdir}/texmf-dist/doc/latex/presentations/images -%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/beamer -%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/pd -%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen -%dir %{_texdir}/texmf-dist/doc/latex/prettyref -%dir %{_texdir}/texmf-dist/doc/latex/printlen -%dir %{_texdir}/texmf-dist/doc/latex/proba -%dir %{_texdir}/texmf-dist/doc/latex/probsoln -%dir %{_texdir}/texmf-dist/doc/latex/probsoln/samples -%dir %{_texdir}/texmf-dist/doc/latex/procIAGssymp -%dir %{_texdir}/texmf-dist/doc/latex/productbox -%dir %{_texdir}/texmf-dist/doc/latex/program -%dir %{_texdir}/texmf-dist/doc/latex/progress -%dir %{_texdir}/texmf-dist/doc/latex/progressbar -%dir %{_texdir}/texmf-dist/doc/latex/properties -%dir %{_texdir}/texmf-dist/doc/latex/proposal -%dir %{_texdir}/texmf-dist/doc/latex/proposal/base -%dir %{_texdir}/texmf-dist/doc/latex/proposal/dfg -%dir %{_texdir}/texmf-dist/doc/latex/proposal/eu -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/dfgdocs -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/fetopenstrep -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/lib -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/proposal -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/report -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/simple-proposal -%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/strep -%dir %{_texdir}/texmf-dist/doc/latex/prosper -%dir %{_texdir}/texmf-dist/doc/latex/protex -%dir %{_texdir}/texmf-dist/doc/latex/protocol -%dir %{_texdir}/texmf-dist/doc/latex/przechlewski-book -%dir %{_texdir}/texmf-dist/doc/latex/psbao -%dir %{_texdir}/texmf-dist/doc/latex/pseudocode -%dir %{_texdir}/texmf-dist/doc/latex/psfrag -%dir %{_texdir}/texmf-dist/doc/latex/psfrag-italian -%dir %{_texdir}/texmf-dist/doc/latex/psfragx -%dir %{_texdir}/texmf-dist/doc/latex/psgo -%dir %{_texdir}/texmf-dist/doc/latex/psnfss -%dir %{_texdir}/texmf-dist/doc/latex/psnfss/test -%dir %{_texdir}/texmf-dist/doc/latex/pspicture -%dir %{_texdir}/texmf-dist/doc/latex/pst-calendar -%dir %{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg -%dir %{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples -%dir %{_texdir}/texmf-dist/doc/latex/pst-exa -%dir %{_texdir}/texmf-dist/doc/latex/pst-layout -%dir %{_texdir}/texmf-dist/doc/latex/pstool -%dir %{_texdir}/texmf-dist/doc/latex/pstool/subdir -%dir %{_texdir}/texmf-dist/doc/latex/pst-optexp -%dir %{_texdir}/texmf-dist/doc/latex/pst-pdf -%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes -%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/Convert_PstricsCode_To_Pdf -%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/For_Pdf_Output -%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/For_Ps_Output -%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples -%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples-en -%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images -%dir %{_texdir}/texmf-dist/doc/latex/pst-vectorian -%dir %{_texdir}/texmf-dist/doc/latex/pst-vowel -%dir %{_texdir}/texmf-dist/doc/latex/pst2pdf -%dir %{_texdir}/texmf-dist/doc/latex/psu-thesis -%dir %{_texdir}/texmf-dist/doc/latex/ptex2pdf -%dir %{_texdir}/texmf-dist/doc/latex/ptptex -%dir %{_texdir}/texmf-dist/doc/latex/punk-latex -%dir %{_texdir}/texmf-dist/doc/latex/pxcjkcat -%dir %{_texdir}/texmf-dist/doc/latex/pxgreeks -%dir %{_texdir}/texmf-dist/doc/latex/python -%dir %{_texdir}/texmf-dist/doc/latex/qcm -%dir %{_texdir}/texmf-dist/doc/latex/qobitree -%dir %{_texdir}/texmf-dist/doc/latex/qstest -%dir %{_texdir}/texmf-dist/doc/latex/qsymbols -%dir %{_texdir}/texmf-dist/doc/latex/qtree -%dir %{_texdir}/texmf-dist/doc/latex/quotchap -%dir %{_texdir}/texmf-dist/doc/latex/quoting -%dir %{_texdir}/texmf-dist/doc/latex/quotmark -%dir %{_texdir}/texmf-dist/doc/latex/randbild -%dir %{_texdir}/texmf-dist/doc/latex/randomwalk -%dir %{_texdir}/texmf-dist/doc/latex/randtext -%dir %{_texdir}/texmf-dist/doc/latex/ran_toks -%dir %{_texdir}/texmf-dist/doc/latex/ran_toks/doc -%dir %{_texdir}/texmf-dist/doc/latex/ran_toks/examples -%dir %{_texdir}/texmf-dist/doc/latex/rccol -%dir %{_texdir}/texmf-dist/doc/latex/rcs -%dir %{_texdir}/texmf-dist/doc/latex/rcsinfo -%dir %{_texdir}/texmf-dist/doc/latex/rcs-multi -%dir %{_texdir}/texmf-dist/doc/latex/readarray -%dir %{_texdir}/texmf-dist/doc/latex/realboxes -%dir %{_texdir}/texmf-dist/doc/latex/realscripts -%dir %{_texdir}/texmf-dist/doc/latex/recipe -%dir %{_texdir}/texmf-dist/doc/latex/recipecard -%dir %{_texdir}/texmf-dist/doc/latex/rec-thy -%dir %{_texdir}/texmf-dist/doc/latex/rectopma -%dir %{_texdir}/texmf-dist/doc/latex/refcheck -%dir %{_texdir}/texmf-dist/doc/latex/refman -%dir %{_texdir}/texmf-dist/doc/latex/refstyle -%dir %{_texdir}/texmf-dist/doc/latex/regcount -%dir %{_texdir}/texmf-dist/doc/latex/regexpatch -%dir %{_texdir}/texmf-dist/doc/latex/register -%dir %{_texdir}/texmf-dist/doc/latex/regstats -%dir %{_texdir}/texmf-dist/doc/latex/relenc -%dir %{_texdir}/texmf-dist/doc/latex/relsize -%dir %{_texdir}/texmf-dist/doc/latex/reotex -%dir %{_texdir}/texmf-dist/doc/latex/repeatindex -%dir %{_texdir}/texmf-dist/doc/latex/resphilosophica -%dir %{_texdir}/texmf-dist/doc/latex/revtex -%dir %{_texdir}/texmf-dist/doc/latex/revtex/aip -%dir %{_texdir}/texmf-dist/doc/latex/revtex/aps -%dir %{_texdir}/texmf-dist/doc/latex/revtex/auguide -%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample -%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample/aip -%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample/aps -%dir %{_texdir}/texmf-dist/doc/latex/revtex/source -%dir %{_texdir}/texmf-dist/doc/latex/revtex4 -%dir %{_texdir}/texmf-dist/doc/latex/rjlparshap -%dir %{_texdir}/texmf-dist/doc/latex/rmpage -%dir %{_texdir}/texmf-dist/doc/latex/robustcommand -%dir %{_texdir}/texmf-dist/doc/latex/robustindex -%dir %{_texdir}/texmf-dist/doc/latex/romanbar -%dir %{_texdir}/texmf-dist/doc/latex/romanneg -%dir %{_texdir}/texmf-dist/doc/latex/romannum -%dir %{_texdir}/texmf-dist/doc/latex/romansh -%dir %{_texdir}/texmf-dist/doc/latex/rotating -%dir %{_texdir}/texmf-dist/doc/latex/rotfloat -%dir %{_texdir}/texmf-dist/doc/latex/rotpages -%dir %{_texdir}/texmf-dist/doc/latex/rotpages/Documentation -%dir %{_texdir}/texmf-dist/doc/latex/rotpages/Examples -%dir %{_texdir}/texmf-dist/doc/latex/roundbox -%dir %{_texdir}/texmf-dist/doc/latex/rrgtrees -%dir %{_texdir}/texmf-dist/doc/latex/rsc -%dir %{_texdir}/texmf-dist/doc/latex/rtkinenc -%dir %{_texdir}/texmf-dist/doc/latex/rtklage -%dir %{_texdir}/texmf-dist/doc/latex/r_und_s -%dir %{_texdir}/texmf-dist/doc/latex/rviewport -%dir %{_texdir}/texmf-dist/doc/latex/rvwrite -%dir %{_texdir}/texmf-dist/doc/latex/ryethesis -%dir %{_texdir}/texmf-dist/doc/latex/sageep -%dir %{_texdir}/texmf-dist/doc/latex/sanskrit -%dir %{_texdir}/texmf-dist/doc/latex/sansmath -%dir %{_texdir}/texmf-dist/doc/latex/sapthesis -%dir %{_texdir}/texmf-dist/doc/latex/sasnrdisplay -%dir %{_texdir}/texmf-dist/doc/latex/sa-tikz -%dir %{_texdir}/texmf-dist/doc/latex/sauerj -%dir %{_texdir}/texmf-dist/doc/latex/sauterfonts -%dir %{_texdir}/texmf-dist/doc/latex/savefnmark -%dir %{_texdir}/texmf-dist/doc/latex/savetrees -%dir %{_texdir}/texmf-dist/doc/latex/scale -%dir %{_texdir}/texmf-dist/doc/latex/scalebar -%dir %{_texdir}/texmf-dist/doc/latex/scalerel -%dir %{_texdir}/texmf-dist/doc/latex/sciposter -%dir %{_texdir}/texmf-dist/doc/latex/sciposter/sciposterexample -%dir %{_texdir}/texmf-dist/doc/latex/sciposter/sciposterexample/auto -%dir %{_texdir}/texmf-dist/doc/latex/screenplay -%dir %{_texdir}/texmf-dist/doc/latex/scrjrnl -%dir %{_texdir}/texmf-dist/doc/latex/sdrt -%dir %{_texdir}/texmf-dist/doc/latex/secdot -%dir %{_texdir}/texmf-dist/doc/latex/section -%dir %{_texdir}/texmf-dist/doc/latex/sectionbox -%dir %{_texdir}/texmf-dist/doc/latex/sectionbox/example -%dir %{_texdir}/texmf-dist/doc/latex/sectsty -%dir %{_texdir}/texmf-dist/doc/latex/selectp -%dir %{_texdir}/texmf-dist/doc/latex/semantic -%dir %{_texdir}/texmf-dist/doc/latex/seminar -%dir %{_texdir}/texmf-dist/doc/latex/semioneside -%dir %{_texdir}/texmf-dist/doc/latex/sepfootnotes -%dir %{_texdir}/texmf-dist/doc/latex/sepnum -%dir %{_texdir}/texmf-dist/doc/latex/seqsplit -%dir %{_texdir}/texmf-dist/doc/latex/serbian-apostrophe -%dir %{_texdir}/texmf-dist/doc/latex/serbianc -%dir %{_texdir}/texmf-dist/doc/latex/serbian-date-lat -%dir %{_texdir}/texmf-dist/doc/latex/serbian-def-cyr -%dir %{_texdir}/texmf-dist/doc/latex/serbian-lig -%dir %{_texdir}/texmf-dist/doc/latex/setdeck -%dir %{_texdir}/texmf-dist/doc/latex/setspace -%dir %{_texdir}/texmf-dist/doc/latex/seuthesis -%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/a3cover -%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/figures -%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/zharticle -%dir %{_texdir}/texmf-dist/doc/latex/sffms -%dir %{_texdir}/texmf-dist/doc/latex/sfg -%dir %{_texdir}/texmf-dist/doc/latex/sf298 -%dir %{_texdir}/texmf-dist/doc/latex/sgame -%dir %{_texdir}/texmf-dist/doc/latex/shadethm -%dir %{_texdir}/texmf-dist/doc/latex/shadow -%dir %{_texdir}/texmf-dist/doc/latex/shadowtext -%dir %{_texdir}/texmf-dist/doc/latex/shipunov -%dir %{_texdir}/texmf-dist/doc/latex/shorttoc -%dir %{_texdir}/texmf-dist/doc/latex/showdim -%dir %{_texdir}/texmf-dist/doc/latex/showexpl -%dir %{_texdir}/texmf-dist/doc/latex/showcharinbox -%dir %{_texdir}/texmf-dist/doc/latex/showlabels -%dir %{_texdir}/texmf-dist/doc/latex/showtags -%dir %{_texdir}/texmf-dist/doc/latex/show2e -%dir %{_texdir}/texmf-dist/doc/latex/shuffle -%dir %{_texdir}/texmf-dist/doc/latex/schemabloc -%dir %{_texdir}/texmf-dist/doc/latex/schwalbe-chess -%dir %{_texdir}/texmf-dist/doc/latex/sidecap -%dir %{_texdir}/texmf-dist/doc/latex/sidenotes -%dir %{_texdir}/texmf-dist/doc/latex/sides -%dir %{_texdir}/texmf-dist/doc/latex/silence -%dir %{_texdir}/texmf-dist/doc/latex/simplecd -%dir %{_texdir}/texmf-dist/doc/latex/simplecv -%dir %{_texdir}/texmf-dist/doc/latex/simplewick -%dir %{_texdir}/texmf-dist/doc/latex/simplified-latex -%dir %{_texdir}/texmf-dist/doc/latex/SIstyle -%dir %{_texdir}/texmf-dist/doc/latex/sitem -%dir %{_texdir}/texmf-dist/doc/latex/SIunits -%dir %{_texdir}/texmf-dist/doc/latex/siunitx -%dir %{_texdir}/texmf-dist/doc/latex/skak -%dir %{_texdir}/texmf-dist/doc/latex/skb -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/database -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/database/bibtex -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/examples -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures/dirtree -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures/multiexample -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/exa-doc -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/getting-started -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/manual -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/separate -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/story -%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/slides -%dir %{_texdir}/texmf-dist/doc/latex/skdoc -%dir %{_texdir}/texmf-dist/doc/latex/skeycommand -%dir %{_texdir}/texmf-dist/doc/latex/skeyval -%dir %{_texdir}/texmf-dist/doc/latex/skmath -%dir %{_texdir}/texmf-dist/doc/latex/skrapport -%dir %{_texdir}/texmf-dist/doc/latex/slantsc -%dir %{_texdir}/texmf-dist/doc/latex/smalltableof -%dir %{_texdir}/texmf-dist/doc/latex/smartdiagram -%dir %{_texdir}/texmf-dist/doc/latex/smartref -%dir %{_texdir}/texmf-dist/doc/latex/snapshot -%dir %{_texdir}/texmf-dist/doc/latex/songbook -%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib -%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib/CarolBook -%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib/crd2sb -%dir %{_texdir}/texmf-dist/doc/latex/soton -%dir %{_texdir}/texmf-dist/doc/latex/soul -%dir %{_texdir}/texmf-dist/doc/latex/sourcecodepro -%dir %{_texdir}/texmf-dist/doc/latex/sourcesanspro -%dir %{_texdir}/texmf-dist/doc/latex/spanglish -%dir %{_texdir}/texmf-dist/doc/latex/spanish -%dir %{_texdir}/texmf-dist/doc/latex/spanish-mx -%dir %{_texdir}/texmf-dist/doc/latex/sparklines -%dir %{_texdir}/texmf-dist/doc/latex/spie -%dir %{_texdir}/texmf-dist/doc/latex/splitbib -%dir %{_texdir}/texmf-dist/doc/latex/splitindex -%dir %{_texdir}/texmf-dist/doc/latex/spot -%dir %{_texdir}/texmf-dist/doc/latex/spotcolor -%dir %{_texdir}/texmf-dist/doc/latex/spreadtab -%dir %{_texdir}/texmf-dist/doc/latex/spverbatim -%dir %{_texdir}/texmf-dist/doc/latex/srbook-mem -%dir %{_texdir}/texmf-dist/doc/latex/srcltx -%dir %{_texdir}/texmf-dist/doc/latex/sseq -%dir %{_texdir}/texmf-dist/doc/latex/stage -%dir %{_texdir}/texmf-dist/doc/latex/standalone -%dir %{_texdir}/texmf-dist/doc/latex/statex -%dir %{_texdir}/texmf-dist/doc/latex/statex2 -%dir %{_texdir}/texmf-dist/doc/latex/statistik -%dir %{_texdir}/texmf-dist/doc/latex/stdclsdv -%dir %{_texdir}/texmf-dist/doc/latex/stdpage -%dir %{_texdir}/texmf-dist/doc/latex/steinmetz -%dir %{_texdir}/texmf-dist/doc/latex/stellenbosch -%dir %{_texdir}/texmf-dist/doc/latex/stellenbosch/templates -%dir %{_texdir}/texmf-dist/doc/latex/stex -%dir %{_texdir}/texmf-dist/doc/latex/stex/cmath -%dir %{_texdir}/texmf-dist/doc/latex/stex/cmathml -%dir %{_texdir}/texmf-dist/doc/latex/stex/cnx -%dir %{_texdir}/texmf-dist/doc/latex/stex/dcm -%dir %{_texdir}/texmf-dist/doc/latex/stex/example -%dir %{_texdir}/texmf-dist/doc/latex/stex/example/background -%dir %{_texdir}/texmf-dist/doc/latex/stex/example/paper -%dir %{_texdir}/texmf-dist/doc/latex/stex/example/test -%dir %{_texdir}/texmf-dist/doc/latex/stex/hwexam -%dir %{_texdir}/texmf-dist/doc/latex/stex/metakeys -%dir %{_texdir}/texmf-dist/doc/latex/stex/mikoslides -%dir %{_texdir}/texmf-dist/doc/latex/stex/modules -%dir %{_texdir}/texmf-dist/doc/latex/stex/omdoc -%dir %{_texdir}/texmf-dist/doc/latex/stex/omtext -%dir %{_texdir}/texmf-dist/doc/latex/stex/presentation -%dir %{_texdir}/texmf-dist/doc/latex/stex/problem -%dir %{_texdir}/texmf-dist/doc/latex/stex/rdfmeta -%dir %{_texdir}/texmf-dist/doc/latex/stex/reqdoc -%dir %{_texdir}/texmf-dist/doc/latex/stex/sproof -%dir %{_texdir}/texmf-dist/doc/latex/stex/sref -%dir %{_texdir}/texmf-dist/doc/latex/stex/statements -%dir %{_texdir}/texmf-dist/doc/latex/stex/workaddress -%dir %{_texdir}/texmf-dist/doc/latex/storebox -%dir %{_texdir}/texmf-dist/doc/latex/storecmd -%dir %{_texdir}/texmf-dist/doc/latex/stringstrings -%dir %{_texdir}/texmf-dist/doc/latex/struktex -%dir %{_texdir}/texmf-dist/doc/latex/sttools -%dir %{_texdir}/texmf-dist/doc/latex/stubs -%dir %{_texdir}/texmf-dist/doc/latex/subdepth -%dir %{_texdir}/texmf-dist/doc/latex/subeqn -%dir %{_texdir}/texmf-dist/doc/latex/subeqnarray -%dir %{_texdir}/texmf-dist/doc/latex/subfig -%dir %{_texdir}/texmf-dist/doc/latex/subfigmat -%dir %{_texdir}/texmf-dist/doc/latex/subfigure -%dir %{_texdir}/texmf-dist/doc/latex/subfiles -%dir %{_texdir}/texmf-dist/doc/latex/subfloat -%dir %{_texdir}/texmf-dist/doc/latex/substances -%dir %{_texdir}/texmf-dist/doc/latex/substitutefont -%dir %{_texdir}/texmf-dist/doc/latex/substr -%dir %{_texdir}/texmf-dist/doc/latex/sudoku -%dir %{_texdir}/texmf-dist/doc/latex/sudokubundle -%dir %{_texdir}/texmf-dist/doc/latex/suftesi -%dir %{_texdir}/texmf-dist/doc/latex/suftesi/example -%dir %{_texdir}/texmf-dist/doc/latex/suftesi/example/Capitoli -%dir %{_texdir}/texmf-dist/doc/latex/suftesi/example/Immagini -%dir %{_texdir}/texmf-dist/doc/latex/suftesi/example/MaterialeInizialeFinale -%dir %{_texdir}/texmf-dist/doc/latex/sugconf -%dir %{_texdir}/texmf-dist/doc/latex/supertabular -%dir %{_texdir}/texmf-dist/doc/latex/susy -%dir %{_texdir}/texmf-dist/doc/latex/svg -%dir %{_texdir}/texmf-dist/doc/latex/svgcolor -%dir %{_texdir}/texmf-dist/doc/latex/svg-inkscape -%dir %{_texdir}/texmf-dist/doc/latex/svn -%dir %{_texdir}/texmf-dist/doc/latex/svninfo -%dir %{_texdir}/texmf-dist/doc/latex/svn-multi -%dir %{_texdir}/texmf-dist/doc/latex/svn-prov -%dir %{_texdir}/texmf-dist/doc/latex/swebib -%dir %{_texdir}/texmf-dist/doc/latex/swimgraf -%dir %{_texdir}/texmf-dist/doc/latex/syllogism -%dir %{_texdir}/texmf-dist/doc/latex/synproof -%dir %{_texdir}/texmf-dist/doc/latex/syntax -%dir %{_texdir}/texmf-dist/doc/latex/syntrace -%dir %{_texdir}/texmf-dist/doc/latex/synttree -%dir %{_texdir}/texmf-dist/doc/latex/Tabbing -%dir %{_texdir}/texmf-dist/doc/latex/tabfigures -%dir %{_texdir}/texmf-dist/doc/latex/tableaux -%dir %{_texdir}/texmf-dist/doc/latex/tablefootnote -%dir %{_texdir}/texmf-dist/doc/latex/tableof -%dir %{_texdir}/texmf-dist/doc/latex/tablists -%dir %{_texdir}/texmf-dist/doc/latex/tablor -%dir %{_texdir}/texmf-dist/doc/latex/tablor/Figures -%dir %{_texdir}/texmf-dist/doc/latex/tabls -%dir %{_texdir}/texmf-dist/doc/latex/tabriz-thesis -%dir %{_texdir}/texmf-dist/doc/latex/tabto-ltx -%dir %{_texdir}/texmf-dist/doc/latex/tabu -%dir %{_texdir}/texmf-dist/doc/latex/tabularborder -%dir %{_texdir}/texmf-dist/doc/latex/tabularcalc -%dir %{_texdir}/texmf-dist/doc/latex/tabularew -%dir %{_texdir}/texmf-dist/doc/latex/tabulars-e -%dir %{_texdir}/texmf-dist/doc/latex/tabulary -%dir %{_texdir}/texmf-dist/doc/latex/tabvar -%dir %{_texdir}/texmf-dist/doc/latex/tagging -%dir %{_texdir}/texmf-dist/doc/latex/talk -%dir %{_texdir}/texmf-dist/doc/latex/tamefloats -%dir %{_texdir}/texmf-dist/doc/latex/t-angles -%dir %{_texdir}/texmf-dist/doc/latex/tcldoc -%dir %{_texdir}/texmf-dist/doc/latex/tcldoc/examples -%dir %{_texdir}/texmf-dist/doc/latex/tcldoc/tools -%dir %{_texdir}/texmf-dist/doc/latex/tcolorbox -%dir %{_texdir}/texmf-dist/doc/latex/tdclock -%dir %{_texdir}/texmf-dist/doc/latex/tdsfrmath -%dir %{_texdir}/texmf-dist/doc/latex/ted -%dir %{_texdir}/texmf-dist/doc/latex/technics -%dir %{_texdir}/texmf-dist/doc/latex/templates-fenn -%dir %{_texdir}/texmf-dist/doc/latex/templates-sommer -%dir %{_texdir}/texmf-dist/doc/latex/tengwarscript -%dir %{_texdir}/texmf-dist/doc/latex/tensor -%dir %{_texdir}/texmf-dist/doc/latex/termcal -%dir %{_texdir}/texmf-dist/doc/latex/termlist -%dir %{_texdir}/texmf-dist/doc/latex/teubner -%dir %{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet -%dir %{_texdir}/texmf-dist/doc/latex/tex-label -%dir %{_texdir}/texmf-dist/doc/latex/texmate -%dir %{_texdir}/texmf-dist/doc/latex/texments -%dir %{_texdir}/texmf-dist/doc/latex/tex-overview -%dir %{_texdir}/texmf-dist/doc/latex/texpower -%dir %{_texdir}/texmf-dist/doc/latex/texpower/contrib -%dir %{_texdir}/texmf-dist/doc/latex/texpower/tpslifonts -%dir %{_texdir}/texmf-dist/doc/latex/texshade -%dir %{_texdir}/texmf-dist/doc/latex/textcase -%dir %{_texdir}/texmf-dist/doc/latex/textfit -%dir %{_texdir}/texmf-dist/doc/latex/textgreek -%dir %{_texdir}/texmf-dist/doc/latex/textopo -%dir %{_texdir}/texmf-dist/doc/latex/textpos -%dir %{_texdir}/texmf-dist/doc/latex/textpos/examples -%dir %{_texdir}/texmf-dist/doc/latex/thailatex -%dir %{_texdir}/texmf-dist/doc/latex/thailatex/examples -%dir %{_texdir}/texmf-dist/doc/latex/theoremref -%dir %{_texdir}/texmf-dist/doc/latex/thesis-titlepage-fhac -%dir %{_texdir}/texmf-dist/doc/latex/thinsp -%dir %{_texdir}/texmf-dist/doc/latex/thmbox -%dir %{_texdir}/texmf-dist/doc/latex/thmtools -%dir %{_texdir}/texmf-dist/doc/latex/threadcol -%dir %{_texdir}/texmf-dist/doc/latex/threeparttable -%dir %{_texdir}/texmf-dist/doc/latex/threeparttablex -%dir %{_texdir}/texmf-dist/doc/latex/thumb -%dir %{_texdir}/texmf-dist/doc/latex/thumbs -%dir %{_texdir}/texmf-dist/doc/latex/thumby -%dir %{_texdir}/texmf-dist/doc/latex/thuthesis -%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example -%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/data -%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/figures -%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/ref -%dir %{_texdir}/texmf-dist/doc/latex/ticket -%dir %{_texdir}/texmf-dist/doc/latex/tikz-cd -%dir %{_texdir}/texmf-dist/doc/latex/tikz-dependency -%dir %{_texdir}/texmf-dist/doc/latex/tikzinclude -%dir %{_texdir}/texmf-dist/doc/latex/tikz-inet -%dir %{_texdir}/texmf-dist/doc/latex/tikzorbital -%dir %{_texdir}/texmf-dist/doc/latex/tikzpagenodes -%dir %{_texdir}/texmf-dist/doc/latex/tikzpfeile -%dir %{_texdir}/texmf-dist/doc/latex/tikzposter -%dir %{_texdir}/texmf-dist/doc/latex/tikz-qtree -%dir %{_texdir}/texmf-dist/doc/latex/tikzscale -%dir %{_texdir}/texmf-dist/doc/latex/tikzsymbols -%dir %{_texdir}/texmf-dist/doc/latex/tikz-timing -%dir %{_texdir}/texmf-dist/doc/latex/tikz-3dplot -%dir %{_texdir}/texmf-dist/doc/latex/timesht -%dir %{_texdir}/texmf-dist/doc/latex/tipa-de -%dir %{_texdir}/texmf-dist/doc/latex/titlepages -%dir %{_texdir}/texmf-dist/doc/latex/titlepic -%dir %{_texdir}/texmf-dist/doc/latex/titleref -%dir %{_texdir}/texmf-dist/doc/latex/titlesec -%dir %{_texdir}/texmf-dist/doc/latex/titling -%dir %{_texdir}/texmf-dist/doc/latex/tkz-base -%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/doc -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/doc/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-doc -%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide -%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct -%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-graph -%dir %{_texdir}/texmf-dist/doc/latex/tkz-graph/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat -%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes -%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/examples -%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/examples/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/latex -%dir %{_texdir}/texmf-dist/doc/latex/tkz-orm -%dir %{_texdir}/texmf-dist/doc/latex/tkz-tab -%dir %{_texdir}/texmf-dist/doc/latex/tkz-tab/latex -%dir %{_texdir}/texmf-dist/doc/latex/tlc2 -%dir %{_texdir}/texmf-dist/doc/latex/tocbibind -%dir %{_texdir}/texmf-dist/doc/latex/tocloft -%dir %{_texdir}/texmf-dist/doc/latex/tocvsec2 -%dir %{_texdir}/texmf-dist/doc/latex/todo -%dir %{_texdir}/texmf-dist/doc/latex/todonotes -%dir %{_texdir}/texmf-dist/doc/latex/tokenizer -%dir %{_texdir}/texmf-dist/doc/latex/toolbox -%dir %{_texdir}/texmf-dist/doc/latex/tools -%dir %{_texdir}/texmf-dist/doc/latex/topfloat -%dir %{_texdir}/texmf-dist/doc/latex/toptesi -%dir %{_texdir}/texmf-dist/doc/latex/totcount -%dir %{_texdir}/texmf-dist/doc/latex/totpages -%dir %{_texdir}/texmf-dist/doc/latex/tpslifonts -%dir %{_texdir}/texmf-dist/doc/latex/tqft -%dir %{_texdir}/texmf-dist/doc/latex/trajan -%dir %{_texdir}/texmf-dist/doc/latex/tram -%dir %{_texdir}/texmf-dist/doc/latex/translation-array-fr -%dir %{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-biblatex-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr -%dir %{_texdir}/texmf-dist/doc/latex/translation-ecv-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-enumitem-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele -%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates -%dir %{_texdir}/texmf-dist/doc/latex/translation-filecontents-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-chemsym-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-moreverb-de -%dir %{_texdir}/texmf-dist/doc/latex/translation-natbib-fr -%dir %{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr -%dir %{_texdir}/texmf-dist/doc/latex/tree-dvips -%dir %{_texdir}/texmf-dist/doc/latex/trfsigns -%dir %{_texdir}/texmf-dist/doc/latex/trimspaces -%dir %{_texdir}/texmf-dist/doc/latex/trivfloat -%dir %{_texdir}/texmf-dist/doc/latex/trsym -%dir %{_texdir}/texmf-dist/doc/latex/truncate -%dir %{_texdir}/texmf-dist/doc/latex/tucv -%dir %{_texdir}/texmf-dist/doc/latex/tufte-latex -%dir %{_texdir}/texmf-dist/doc/latex/tufte-latex/graphics -%dir %{_texdir}/texmf-dist/doc/latex/tugboat -%dir %{_texdir}/texmf-dist/doc/latex/tui -%dir %{_texdir}/texmf-dist/doc/latex/tui/example -%dir %{_texdir}/texmf-dist/doc/latex/tui/template -%dir %{_texdir}/texmf-dist/doc/latex/turkmen -%dir %{_texdir}/texmf-dist/doc/latex/turnstile -%dir %{_texdir}/texmf-dist/doc/latex/turnthepage -%dir %{_texdir}/texmf-dist/doc/latex/twoinone -%dir %{_texdir}/texmf-dist/doc/latex/twoup -%dir %{_texdir}/texmf-dist/doc/latex/txgreeks -%dir %{_texdir}/texmf-dist/doc/latex/typeface -%dir %{_texdir}/texmf-dist/doc/latex/typehtml -%dir %{_texdir}/texmf-dist/doc/latex/type1cm -%dir %{_texdir}/texmf-dist/doc/latex/typogrid -%dir %{_texdir}/texmf-dist/doc/latex/uaclasses -%dir %{_texdir}/texmf-dist/doc/latex/uafthesis -%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/bib_styles -%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example -%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example/fig -%dir %{_texdir}/texmf-dist/doc/latex/ucdavisthesis -%dir %{_texdir}/texmf-dist/doc/latex/ucdavisthesis/Example -%dir %{_texdir}/texmf-dist/doc/latex/ucs -%dir %{_texdir}/texmf-dist/doc/latex/ucs/config -%dir %{_texdir}/texmf-dist/doc/latex/ucs/unsupported -%dir %{_texdir}/texmf-dist/doc/latex/ucthesis -%dir %{_texdir}/texmf-dist/doc/latex/uebungsblatt -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/contents -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/chapters -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/pics -%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/source -%dir %{_texdir}/texmf-dist/doc/latex/uiucthesis -%dir %{_texdir}/texmf-dist/doc/latex/ulqda -%dir %{_texdir}/texmf-dist/doc/latex/ulthese -%dir %{_texdir}/texmf-dist/doc/latex/umich-thesis -%dir %{_texdir}/texmf-dist/doc/latex/uml -%dir %{_texdir}/texmf-dist/doc/latex/umlaute -%dir %{_texdir}/texmf-dist/doc/latex/umoline -%dir %{_texdir}/texmf-dist/doc/latex/umthesis -%dir %{_texdir}/texmf-dist/doc/latex/unamthesis -%dir %{_texdir}/texmf-dist/doc/latex/underlin -%dir %{_texdir}/texmf-dist/doc/latex/underoverlap -%dir %{_texdir}/texmf-dist/doc/latex/underscore -%dir %{_texdir}/texmf-dist/doc/latex/undolabl -%dir %{_texdir}/texmf-dist/doc/latex/unicode-math -%dir %{_texdir}/texmf-dist/doc/latex/units -%dir %{_texdir}/texmf-dist/doc/latex/unitsdef -%dir %{_texdir}/texmf-dist/doc/latex/uni-wtal-ger -%dir %{_texdir}/texmf-dist/doc/latex/uni-wtal-lin -%dir %{_texdir}/texmf-dist/doc/latex/uothesis -%dir %{_texdir}/texmf-dist/doc/latex/uowthesis -%dir %{_texdir}/texmf-dist/doc/latex/upmethodology -%dir %{_texdir}/texmf-dist/doc/latex/upquote -%dir %{_texdir}/texmf-dist/doc/latex/uri -%dir %{_texdir}/texmf-dist/doc/latex/url -%dir %{_texdir}/texmf-dist/doc/latex/usebib -%dir %{_texdir}/texmf-dist/doc/latex/ushort -%dir %{_texdir}/texmf-dist/doc/latex/uspatent -%dir %{_texdir}/texmf-dist/doc/latex/ut-thesis -%dir %{_texdir}/texmf-dist/doc/latex/uwthesis -%dir %{_texdir}/texmf-dist/doc/latex/varindex -%dir %{_texdir}/texmf-dist/doc/latex/varsfromjobname -%dir %{_texdir}/texmf-dist/doc/latex/varwidth -%dir %{_texdir}/texmf-dist/doc/latex/venndiagram -%dir %{_texdir}/texmf-dist/doc/latex/venndiagram/samples -%dir %{_texdir}/texmf-dist/doc/latex/verbasef -%dir %{_texdir}/texmf-dist/doc/latex/verbatimcopy -%dir %{_texdir}/texmf-dist/doc/latex/verbdef -%dir %{_texdir}/texmf-dist/doc/latex/verbments -%dir %{_texdir}/texmf-dist/doc/latex/verse -%dir %{_texdir}/texmf-dist/doc/latex/version -%dir %{_texdir}/texmf-dist/doc/latex/versions -%dir %{_texdir}/texmf-dist/doc/latex/vertbars -%dir %{_texdir}/texmf-dist/doc/latex/vhistory -%dir %{_texdir}/texmf-dist/doc/latex/visualfaq -%dir %{_texdir}/texmf-dist/doc/latex/visualfaq/source -%dir %{_texdir}/texmf-dist/doc/latex/vmargin -%dir %{_texdir}/texmf-dist/doc/latex/vocaltract -%dir %{_texdir}/texmf-dist/doc/latex/volumes -%dir %{_texdir}/texmf-dist/doc/latex/vpe -%dir %{_texdir}/texmf-dist/doc/latex/vruler -%dir %{_texdir}/texmf-dist/doc/latex/vwcol -%dir %{_texdir}/texmf-dist/doc/latex/wallpaper -%dir %{_texdir}/texmf-dist/doc/latex/wallpaper/example -%dir %{_texdir}/texmf-dist/doc/latex/wallpaper/example/auto -%dir %{_texdir}/texmf-dist/doc/latex/warning -%dir %{_texdir}/texmf-dist/doc/latex/warpcol -%dir %{_texdir}/texmf-dist/doc/latex/was -%dir %{_texdir}/texmf-dist/doc/latex/wasysym -%dir %{_texdir}/texmf-dist/doc/latex/webguide -%dir %{_texdir}/texmf-dist/doc/latex/widetable -%dir %{_texdir}/texmf-dist/doc/latex/williams -%dir %{_texdir}/texmf-dist/doc/latex/wnri-latex -%dir %{_texdir}/texmf-dist/doc/latex/wordlike -%dir %{_texdir}/texmf-dist/doc/latex/wrapfig -%dir %{_texdir}/texmf-dist/doc/latex/xargs -%dir %{_texdir}/texmf-dist/doc/latex/xcite -%dir %{_texdir}/texmf-dist/doc/latex/xcolor -%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky -%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example -%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example/pic -%dir %{_texdir}/texmf-dist/doc/latex/xdoc -%dir %{_texdir}/texmf-dist/doc/latex/xfor -%dir %{_texdir}/texmf-dist/doc/latex/xhfill -%dir %{_texdir}/texmf-dist/doc/latex/xifthen -%dir %{_texdir}/texmf-dist/doc/latex/xkeyval -%dir %{_texdir}/texmf-dist/doc/latex/xltxtra -%dir %{_texdir}/texmf-dist/doc/latex/xmpincl -%dir %{_texdir}/texmf-dist/doc/latex/xnewcommand -%dir %{_texdir}/texmf-dist/doc/latex/xoptarg -%dir %{_texdir}/texmf-dist/doc/latex/xpatch -%dir %{_texdir}/texmf-dist/doc/latex/xpeek -%dir %{_texdir}/texmf-dist/doc/latex/xpicture -%dir %{_texdir}/texmf-dist/doc/latex/xpinyin -%dir %{_texdir}/texmf-dist/doc/latex/xpunctuate -%dir %{_texdir}/texmf-dist/doc/latex/xskak -%dir %{_texdir}/texmf-dist/doc/latex/xtab -%dir %{_texdir}/texmf-dist/doc/latex/xwatermark -%dir %{_texdir}/texmf-dist/doc/latex/xyling -%dir %{_texdir}/texmf-dist/doc/latex/xytree -%dir %{_texdir}/texmf-dist/doc/latex/yafoot -%dir %{_texdir}/texmf-dist/doc/latex/yagusylo -%dir %{_texdir}/texmf-dist/doc/latex/ydoc -%dir %{_texdir}/texmf-dist/doc/latex/yfonts -%dir %{_texdir}/texmf-dist/doc/latex/yhmath -%dir %{_texdir}/texmf-dist/doc/latex/york-thesis -%dir %{_texdir}/texmf-dist/doc/latex/youngtab -%dir %{_texdir}/texmf-dist/doc/latex/yplan -%dir %{_texdir}/texmf-dist/doc/latex/ytableau -%dir %{_texdir}/texmf-dist/doc/latex/zed-csp -%dir %{_texdir}/texmf-dist/doc/latex/zhnumber -%dir %{_texdir}/texmf-dist/doc/latex/ziffer -%dir %{_texdir}/texmf-dist/doc/latex/zwgetfdate -%dir %{_texdir}/texmf-dist/doc/latex/zwpagelayout -%dir %{_texdir}/texmf-dist/doc/latex/zxjafbfont -%dir %{_texdir}/texmf-dist/doc/latex/zxjafont -%dir %{_texdir}/texmf-dist/doc/latex/zxjatype -%dir %{_texdir}/texmf-dist/doc/latex/zxjatype/example -%dir %{_texdir}/texmf-dist/doc/latex/12many -%dir %{_texdir}/texmf-dist/doc/lualatex -%dir %{_texdir}/texmf-dist/doc/lualatex/luabibentry -%dir %{_texdir}/texmf-dist/doc/lualatex/luacode -%dir %{_texdir}/texmf-dist/doc/lualatex/lua-check-hyphen -%dir %{_texdir}/texmf-dist/doc/lualatex/lua-check-hyphen/doc -%dir %{_texdir}/texmf-dist/doc/lualatex/luaindex -%dir %{_texdir}/texmf-dist/doc/lualatex/luainputenc -%dir %{_texdir}/texmf-dist/doc/lualatex/lualatex-doc -%dir %{_texdir}/texmf-dist/doc/lualatex/lualatex-math -%dir %{_texdir}/texmf-dist/doc/lualatex/luasseq -%dir %{_texdir}/texmf-dist/doc/lualatex/luatextra -%dir %{_texdir}/texmf-dist/doc/lualatex/odsfile -%dir %{_texdir}/texmf-dist/doc/lualatex/pgfmolbio -%dir %{_texdir}/texmf-dist/doc/lualatex/showhyphens -%dir %{_texdir}/texmf-dist/doc/luatex -%dir %{_texdir}/texmf-dist/doc/luatex/base -%dir %{_texdir}/texmf-dist/doc/luatex/hyph-utf8 -%dir %{_texdir}/texmf-dist/doc/luatex/chickenize -%dir %{_texdir}/texmf-dist/doc/luatex/interpreter -%dir %{_texdir}/texmf-dist/doc/luatex/luaintro -%dir %{_texdir}/texmf-dist/doc/luatex/lualibs -%dir %{_texdir}/texmf-dist/doc/luatex/luamplib -%dir %{_texdir}/texmf-dist/doc/luatex/luaotfload -%dir %{_texdir}/texmf-dist/doc/luatex/luatexbase -%dir %{_texdir}/texmf-dist/doc/luatex/luatexja -%dir %{_texdir}/texmf-dist/doc/luatex/lua-visual-debug -%dir %{_texdir}/texmf-dist/doc/luatex/luaxml -%dir %{_texdir}/texmf-dist/doc/luatex/spelling -%dir %{_texdir}/texmf-dist/doc/metapost -%dir %{_texdir}/texmf-dist/doc/metapost/automata -%dir %{_texdir}/texmf-dist/doc/metapost/base -%dir %{_texdir}/texmf-dist/doc/metapost/base/source-manual -%dir %{_texdir}/texmf-dist/doc/metapost/base/source-tutorial -%dir %{_texdir}/texmf-dist/doc/metapost/bbcard -%dir %{_texdir}/texmf-dist/doc/metapost/blockdraw_mp -%dir %{_texdir}/texmf-dist/doc/metapost/bpolynomial -%dir %{_texdir}/texmf-dist/doc/metapost/cmarrows -%dir %{_texdir}/texmf-dist/doc/metapost/drv -%dir %{_texdir}/texmf-dist/doc/metapost/drv/doc -%dir %{_texdir}/texmf-dist/doc/metapost/drv/sample -%dir %{_texdir}/texmf-dist/doc/metapost/drv/template -%dir %{_texdir}/texmf-dist/doc/metapost/dviincl -%dir %{_texdir}/texmf-dist/doc/metapost/epsincl -%dir %{_texdir}/texmf-dist/doc/metapost/expressg -%dir %{_texdir}/texmf-dist/doc/metapost/exteps -%dir %{_texdir}/texmf-dist/doc/metapost/featpost -%dir %{_texdir}/texmf-dist/doc/metapost/featpost/doc -%dir %{_texdir}/texmf-dist/doc/metapost/featpost/doc/metapostpropagandafiles -%dir %{_texdir}/texmf-dist/doc/metapost/featpost/example -%dir %{_texdir}/texmf-dist/doc/metapost/garrigues -%dir %{_texdir}/texmf-dist/doc/metapost/hatching -%dir %{_texdir}/texmf-dist/doc/metapost/latexmp -%dir %{_texdir}/texmf-dist/doc/metapost/makecirc -%dir %{_texdir}/texmf-dist/doc/metapost/metago -%dir %{_texdir}/texmf-dist/doc/metapost/metaobj -%dir %{_texdir}/texmf-dist/doc/metapost/metapost-examples -%dir %{_texdir}/texmf-dist/doc/metapost/metauml -%dir %{_texdir}/texmf-dist/doc/metapost/metauml/metauml_manual -%dir %{_texdir}/texmf-dist/doc/metapost/metauml/metauml_manual/fig -%dir %{_texdir}/texmf-dist/doc/metapost/mpattern -%dir %{_texdir}/texmf-dist/doc/metapost/mpcolornames -%dir %{_texdir}/texmf-dist/doc/metapost/mpman-ru -%dir %{_texdir}/texmf-dist/doc/metapost/mp3d -%dir %{_texdir}/texmf-dist/doc/metapost/piechartmp -%dir %{_texdir}/texmf-dist/doc/metapost/piechartmp/examples -%dir %{_texdir}/texmf-dist/doc/metapost/slideshow -%dir %{_texdir}/texmf-dist/doc/metapost/splines -%dir %{_texdir}/texmf-dist/doc/metapost/suanpan -%dir %{_texdir}/texmf-dist/doc/metapost/textpath -%dir %{_texdir}/texmf-dist/doc/metapost/threeddice -%dir %{_texdir}/texmf-dist/doc/metapost/venn -%dir %{_texdir}/texmf-dist/doc/mex -%dir %{_texdir}/texmf-dist/doc/mex/base -%dir %{_texdir}/texmf-dist/doc/mex/utf8mex -%dir %{_texdir}/texmf-dist/doc/mex/utf8mex/examples -%dir %{_texdir}/texmf-dist/doc/omega -%dir %{_texdir}/texmf-dist/doc/omega/antomega -%dir %{_texdir}/texmf-dist/doc/omega/base -%dir %{_texdir}/texmf-dist/doc/omega/ocherokee -%dir %{_texdir}/texmf-dist/doc/otherformats -%dir %{_texdir}/texmf-dist/doc/otherformats/jadetex -%dir %{_texdir}/texmf-dist/doc/otherformats/jadetex/base -%dir %{_texdir}/texmf-dist/doc/otherformats/psizzl -%dir %{_texdir}/texmf-dist/doc/otherformats/psizzl/base -%dir %{_texdir}/texmf-dist/doc/otherformats/startex -%dir %{_texdir}/texmf-dist/doc/otherformats/startex/base -%dir %{_texdir}/texmf-dist/doc/otherformats/texsis -%dir %{_texdir}/texmf-dist/doc/otherformats/texsis/base -%dir %{_texdir}/texmf-dist/doc/otherformats/xmltex -%dir %{_texdir}/texmf-dist/doc/otherformats/xmltex/base -%dir %{_texdir}/texmf-dist/doc/pdftex -%dir %{_texdir}/texmf-dist/doc/pdftex/manual -%dir %{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf -%dir %{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys -%dir %{_texdir}/texmf-dist/doc/pdftex/thanh -%dir %{_texdir}/texmf-dist/doc/pdftex/thanh/ext -%dir %{_texdir}/texmf-dist/doc/plain -%dir %{_texdir}/texmf-dist/doc/plain/cweb -%dir %{_texdir}/texmf-dist/doc/plain/figflow -%dir %{_texdir}/texmf-dist/doc/plain/fontch -%dir %{_texdir}/texmf-dist/doc/plain/font-change -%dir %{_texdir}/texmf-dist/doc/plain/gentle -%dir %{_texdir}/texmf-dist/doc/plain/graphics-pln -%dir %{_texdir}/texmf-dist/doc/plain/gustlib -%dir %{_texdir}/texmf-dist/doc/plain/happy4th -%dir %{_texdir}/texmf-dist/doc/plain/harvmac -%dir %{_texdir}/texmf-dist/doc/plain/hyplain -%dir %{_texdir}/texmf-dist/doc/plain/impatient -%dir %{_texdir}/texmf-dist/doc/plain/impatient-fr -%dir %{_texdir}/texmf-dist/doc/plain/js-misc -%dir %{_texdir}/texmf-dist/doc/plain/js-misc/xfig -%dir %{_texdir}/texmf-dist/doc/plain/metatex -%dir %{_texdir}/texmf-dist/doc/plain/metatex/mtpaper -%dir %{_texdir}/texmf-dist/doc/plain/mkpattern -%dir %{_texdir}/texmf-dist/doc/plain/newsletr -%dir %{_texdir}/texmf-dist/doc/plain/pgfplots -%dir %{_texdir}/texmf-dist/doc/plain/pitex -%dir %{_texdir}/texmf-dist/doc/plain/plain-doc -%dir %{_texdir}/texmf-dist/doc/plain/plipsum -%dir %{_texdir}/texmf-dist/doc/plain/plnfss -%dir %{_texdir}/texmf-dist/doc/plain/present -%dir %{_texdir}/texmf-dist/doc/plain/resumemac -%dir %{_texdir}/texmf-dist/doc/plain/reverxii -%dir %{_texdir}/texmf-dist/doc/plain/texbytopic -%dir %{_texdir}/texmf-dist/doc/plain/treetex -%dir %{_texdir}/texmf-dist/doc/plain/tugboat-plain -%dir %{_texdir}/texmf-dist/doc/plain/varisize -%dir %{_texdir}/texmf-dist/doc/platex -%dir %{_texdir}/texmf-dist/doc/platex/japanese -%dir %{_texdir}/texmf-dist/doc/platex/pxbase -%dir %{_texdir}/texmf-dist/doc/platex/pxrubrica -%dir %{_texdir}/texmf-dist/doc/platex/pxrubrica/sample -%dir %{_texdir}/texmf-dist/doc/ptex -%dir %{_texdir}/texmf-dist/doc/ptex/base -%dir %{_texdir}/texmf-dist/doc/ptex/jvf -%dir %{_texdir}/texmf-dist/doc/ptex/pbibtex -%dir %{_texdir}/texmf-dist/doc/support -%dir %{_texdir}/texmf-dist/doc/support/adhocfilelist -%dir %{_texdir}/texmf-dist/doc/support/adhocfilelist/demo -%dir %{_texdir}/texmf-dist/doc/support/arara -%dir %{_texdir}/texmf-dist/doc/support/arara/figures -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/inlage -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/installer -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texshop -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texworks -%dir %{_texdir}/texmf-dist/doc/support/arara/figures/winedt -%dir %{_texdir}/texmf-dist/doc/support/bundledoc -%dir %{_texdir}/texmf-dist/doc/support/ctanify -%dir %{_texdir}/texmf-dist/doc/support/ctanupload -%dir %{_texdir}/texmf-dist/doc/support/de-macro -%dir %{_texdir}/texmf-dist/doc/support/dosepsbin -%dir %{_texdir}/texmf-dist/doc/support/dtxgen -%dir %{_texdir}/texmf-dist/doc/support/epspdf -%dir %{_texdir}/texmf-dist/doc/support/epspdf/images -%dir %{_texdir}/texmf-dist/doc/support/epstopdf -%dir %{_texdir}/texmf-dist/doc/support/fig4latex -%dir %{_texdir}/texmf-dist/doc/support/fig4latex/figs -%dir %{_texdir}/texmf-dist/doc/support/findhyph -%dir %{_texdir}/texmf-dist/doc/support/fontools -%dir %{_texdir}/texmf-dist/doc/support/fragmaster -%dir %{_texdir}/texmf-dist/doc/support/fragmaster/example -%dir %{_texdir}/texmf-dist/doc/support/gustprog -%dir %{_texdir}/texmf-dist/doc/support/checkcites -%dir %{_texdir}/texmf-dist/doc/support/installfont -%dir %{_texdir}/texmf-dist/doc/support/latexdiff -%dir %{_texdir}/texmf-dist/doc/support/latexdiff/contrib -%dir %{_texdir}/texmf-dist/doc/support/latexdiff/doc -%dir %{_texdir}/texmf-dist/doc/support/latexdiff/example -%dir %{_texdir}/texmf-dist/doc/support/latexfileversion -%dir %{_texdir}/texmf-dist/doc/support/latexpand -%dir %{_texdir}/texmf-dist/doc/support/latexpand/tests -%dir %{_texdir}/texmf-dist/doc/support/latex2man -%dir %{_texdir}/texmf-dist/doc/support/ltxfileinfo -%dir %{_texdir}/texmf-dist/doc/support/lua-alt-getopt -%dir %{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests -%dir %{_texdir}/texmf-dist/doc/support/lua2dox -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/docs -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/docs/html -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua/docs -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua/docs/html -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php/docs -%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php/docs/html -%dir %{_texdir}/texmf-dist/doc/support/makeindex -%dir %{_texdir}/texmf-dist/doc/support/match_parens -%dir %{_texdir}/texmf-dist/doc/support/mf2pt1 -%dir %{_texdir}/texmf-dist/doc/support/mkgrkindex -%dir %{_texdir}/texmf-dist/doc/support/patgen2-tutorial -%dir %{_texdir}/texmf-dist/doc/support/pdfcrop -%dir %{_texdir}/texmf-dist/doc/support/pdfjam -%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl -%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/doc -%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/examples -%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/Pedigree -%dir %{_texdir}/texmf-dist/doc/support/pkfix -%dir %{_texdir}/texmf-dist/doc/support/pkfix-helper -%dir %{_texdir}/texmf-dist/doc/support/purifyeps -%dir %{_texdir}/texmf-dist/doc/support/sty2dtx -%dir %{_texdir}/texmf-dist/doc/support/svn-multi -%dir %{_texdir}/texmf-dist/doc/support/texcount -%dir %{_texdir}/texmf-dist/doc/support/texdef -%dir %{_texdir}/texmf-dist/doc/support/texdiff -%dir %{_texdir}/texmf-dist/doc/support/texdraw -%dir %{_texdir}/texmf-dist/doc/support/texliveonfly -%dir %{_texdir}/texmf-dist/doc/support/texloganalyser -%dir %{_texdir}/texmf-dist/doc/support/typeoutfileinfo -%dir %{_texdir}/texmf-dist/doc/texdoc -%dir %{_texdir}/texmf-dist/doc/uplatex -%dir %{_texdir}/texmf-dist/doc/uplatex/base -%dir %{_texdir}/texmf-dist/doc/uptex -%dir %{_texdir}/texmf-dist/doc/uptex/base -%dir %{_texdir}/texmf-dist/doc/uptex/base/samples -%dir %{_texdir}/texmf-dist/doc/xelatex -%dir %{_texdir}/texmf-dist/doc/xelatex/arabxetex -%dir %{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples -%dir %{_texdir}/texmf-dist/doc/xelatex/facture -%dir %{_texdir}/texmf-dist/doc/xelatex/fixlatvian -%dir %{_texdir}/texmf-dist/doc/xelatex/fontbook -%dir %{_texdir}/texmf-dist/doc/xelatex/fontwrap -%dir %{_texdir}/texmf-dist/doc/xelatex/imsproc -%dir %{_texdir}/texmf-dist/doc/xelatex/mathspec -%dir %{_texdir}/texmf-dist/doc/xelatex/persian-bib -%dir %{_texdir}/texmf-dist/doc/xelatex/philokalia -%dir %{_texdir}/texmf-dist/doc/xelatex/polyglossia -%dir %{_texdir}/texmf-dist/doc/xelatex/ptext -%dir %{_texdir}/texmf-dist/doc/xelatex/resumecls -%dir %{_texdir}/texmf-dist/doc/xelatex/resumecls/example -%dir %{_texdir}/texmf-dist/doc/xelatex/ucharclasses -%dir %{_texdir}/texmf-dist/doc/xelatex/unisugar -%dir %{_texdir}/texmf-dist/doc/xelatex/xecjk -%dir %{_texdir}/texmf-dist/doc/xelatex/xecjk/example -%dir %{_texdir}/texmf-dist/doc/xelatex/xecolor -%dir %{_texdir}/texmf-dist/doc/xelatex/xecyr -%dir %{_texdir}/texmf-dist/doc/xelatex/xeindex -%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian -%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian/img -%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian/img/weather -%dir %{_texdir}/texmf-dist/doc/xelatex/xetex-itrans -%dir %{_texdir}/texmf-dist/doc/xelatex/xgreek -%dir %{_texdir}/texmf-dist/doc/xelatex/xunicode -%dir %{_texdir}/texmf-dist/doc/xetex -%dir %{_texdir}/texmf-dist/doc/xetex/base -%dir %{_texdir}/texmf-dist/doc/xetex/xesearch -%dir %{_texdir}/texmf-dist/doc/xetex/xetex-devanagari -%dir %{_texdir}/texmf-dist/doc/xetex/xetexfontinfo -%dir %{_texdir}/texmf-dist/doc/xetex/xetex-pstricks -%dir %{_texdir}/texmf-dist/doc/xetex/xetexref -%dir %{_texdir}/texmf-dist/doc/xetex/xetex-tibetan -%dir %{_texdir}/texmf-dist/doc/xetex/zhspacing -%dir %{_texdir}/texmf-dist/doc/xetex/zhspacing/test -%dir %{_texdir}/texmf-dist/dvips -%dir %{_texdir}/texmf-dist/dvips/arphic -%dir %{_texdir}/texmf-dist/dvips/avantgar -%dir %{_texdir}/texmf-dist/dvips/base -%dir %{_texdir}/texmf-dist/dvips/bookman -%dir %{_texdir}/texmf-dist/dvips/brushscr -%dir %{_texdir}/texmf-dist/dvips/cm-super -%dir %{_texdir}/texmf-dist/dvips/colorsep -%dir %{_texdir}/texmf-dist/dvips/countriesofeurope -%dir %{_texdir}/texmf-dist/dvips/courier -%dir %{_texdir}/texmf-dist/dvips/dvipsconfig -%dir %{_texdir}/texmf-dist/dvips/esint-type1 -%dir %{_texdir}/texmf-dist/dvips/garuda-c90 -%dir %{_texdir}/texmf-dist/dvips/gastex -%dir %{_texdir}/texmf-dist/dvips/gothic -%dir %{_texdir}/texmf-dist/dvips/grotesq -%dir %{_texdir}/texmf-dist/dvips/helvetic -%dir %{_texdir}/texmf-dist/dvips/initials -%dir %{_texdir}/texmf-dist/dvips/mathdesign -%dir %{_texdir}/texmf-dist/dvips/musixtex -%dir %{_texdir}/texmf-dist/dvips/ncntrsbk -%dir %{_texdir}/texmf-dist/dvips/norasi-c90 -%dir %{_texdir}/texmf-dist/dvips/omega -%dir %{_texdir}/texmf-dist/dvips/palatino -%dir %{_texdir}/texmf-dist/dvips/pl -%dir %{_texdir}/texmf-dist/dvips/psfrag -%dir %{_texdir}/texmf-dist/dvips/pspicture -%dir %{_texdir}/texmf-dist/dvips/pst-bar -%dir %{_texdir}/texmf-dist/dvips/pst-barcode -%dir %{_texdir}/texmf-dist/dvips/pst-bezier -%dir %{_texdir}/texmf-dist/dvips/pst-blur -%dir %{_texdir}/texmf-dist/dvips/pst-bspline -%dir %{_texdir}/texmf-dist/dvips/pst-circ -%dir %{_texdir}/texmf-dist/dvips/pst-coil -%dir %{_texdir}/texmf-dist/dvips/pst-cox -%dir %{_texdir}/texmf-dist/dvips/pst-electricfield -%dir %{_texdir}/texmf-dist/dvips/pst-eucl -%dir %{_texdir}/texmf-dist/dvips/pst-fractal -%dir %{_texdir}/texmf-dist/dvips/pst-fun -%dir %{_texdir}/texmf-dist/dvips/pst-func -%dir %{_texdir}/texmf-dist/dvips/pst-geo -%dir %{_texdir}/texmf-dist/dvips/pst-ghsb -%dir %{_texdir}/texmf-dist/dvips/pst-grad -%dir %{_texdir}/texmf-dist/dvips/pst-knot -%dir %{_texdir}/texmf-dist/dvips/pst-light3d -%dir %{_texdir}/texmf-dist/dvips/pst-magneticfield -%dir %{_texdir}/texmf-dist/dvips/pst-math -%dir %{_texdir}/texmf-dist/dvips/pst-mirror -%dir %{_texdir}/texmf-dist/dvips/pst-node -%dir %{_texdir}/texmf-dist/dvips/pst-ode -%dir %{_texdir}/texmf-dist/dvips/pst-optexp -%dir %{_texdir}/texmf-dist/dvips/pstricks -%dir %{_texdir}/texmf-dist/dvips/pstricks-add -%dir %{_texdir}/texmf-dist/dvips/pst-slpe -%dir %{_texdir}/texmf-dist/dvips/pst-solarsystem -%dir %{_texdir}/texmf-dist/dvips/pst-solides3d -%dir %{_texdir}/texmf-dist/dvips/pst-spectra -%dir %{_texdir}/texmf-dist/dvips/pst-text -%dir %{_texdir}/texmf-dist/dvips/pst-tools -%dir %{_texdir}/texmf-dist/dvips/pst-vectorian -%dir %{_texdir}/texmf-dist/dvips/pst-vue3d -%dir %{_texdir}/texmf-dist/dvips/pst-3d -%dir %{_texdir}/texmf-dist/dvips/pst-3dplot -%dir %{_texdir}/texmf-dist/dvips/symbol -%dir %{_texdir}/texmf-dist/dvips/tex-ps -%dir %{_texdir}/texmf-dist/dvips/times -%dir %{_texdir}/texmf-dist/dvips/tree-dvips -%dir %{_texdir}/texmf-dist/dvips/uhc -%dir %{_texdir}/texmf-dist/dvips/xcolor -%dir %{_texdir}/texmf-dist/dvips/xypic -%dir %{_texdir}/texmf-dist/dvips/zapfding -%dir %{_texdir}/texmf-dist/dvips/zapfchan -%dir %{_texdir}/texmf-dist/fonts -%dir %{_texdir}/texmf-dist/fonts/afm -%dir %{_texdir}/texmf-dist/fonts/afm/adobe -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/avantgar -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/bookman -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/courier -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/helvetic -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/palatino -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/symbol -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/times -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/utopia -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/zapfding -%dir %{_texdir}/texmf-dist/fonts/afm/adobe/zapfchan -%dir %{_texdir}/texmf-dist/fonts/afm/arabi -%dir %{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/adforn -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/electrum -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/libris -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/romande -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturis -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturisold -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans2 -%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturis2 -%dir %{_texdir}/texmf-dist/fonts/afm/arphic -%dir %{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu -%dir %{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu -%dir %{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu -%dir %{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu -%dir %{_texdir}/texmf-dist/fonts/afm/bitstrea -%dir %{_texdir}/texmf-dist/fonts/afm/bitstrea/charter -%dir %{_texdir}/texmf-dist/fonts/afm/esstix -%dir %{_texdir}/texmf-dist/fonts/afm/gust -%dir %{_texdir}/texmf-dist/fonts/afm/gust/poltawski -%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater -%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/context -%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/manfnt -%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo -%dir %{_texdir}/texmf-dist/fonts/afm/ibm -%dir %{_texdir}/texmf-dist/fonts/afm/ibm/courier -%dir %{_texdir}/texmf-dist/fonts/afm/ibm/times -%dir %{_texdir}/texmf-dist/fonts/afm/jmn -%dir %{_texdir}/texmf-dist/fonts/afm/jmn/hans -%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign -%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdput -%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/fonts/afm/metapost -%dir %{_texdir}/texmf-dist/fonts/afm/nowacki -%dir %{_texdir}/texmf-dist/fonts/afm/nowacki/iwona -%dir %{_texdir}/texmf-dist/fonts/afm/nowacki/kurier -%dir %{_texdir}/texmf-dist/fonts/afm/public -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont -%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols -%dir %{_texdir}/texmf-dist/fonts/afm/public/antt -%dir %{_texdir}/texmf-dist/fonts/afm/public/arev -%dir %{_texdir}/texmf-dist/fonts/afm/public/archaic -%dir %{_texdir}/texmf-dist/fonts/afm/public/augie -%dir %{_texdir}/texmf-dist/fonts/afm/public/auncial-new -%dir %{_texdir}/texmf-dist/fonts/afm/public/aurical -%dir %{_texdir}/texmf-dist/fonts/afm/public/bbold-type1 -%dir %{_texdir}/texmf-dist/fonts/afm/public/bera -%dir %{_texdir}/texmf-dist/fonts/afm/public/bookhands -%dir %{_texdir}/texmf-dist/fonts/afm/public/brushscr -%dir %{_texdir}/texmf-dist/fonts/afm/public/calligra-type1 -%dir %{_texdir}/texmf-dist/fonts/afm/public/cantarell -%dir %{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps -%dir %{_texdir}/texmf-dist/fonts/afm/public/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-super -%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-unicode -%dir %{_texdir}/texmf-dist/fonts/afm/public/comfortaa -%dir %{_texdir}/texmf-dist/fonts/afm/public/countriesofeurope -%dir %{_texdir}/texmf-dist/fonts/afm/public/cryst -%dir %{_texdir}/texmf-dist/fonts/afm/public/cyklop -%dir %{_texdir}/texmf-dist/fonts/afm/public/dejavu -%dir %{_texdir}/texmf-dist/fonts/afm/public/dictsym -%dir %{_texdir}/texmf-dist/fonts/afm/public/dozenal -%dir %{_texdir}/texmf-dist/fonts/afm/public/droid -%dir %{_texdir}/texmf-dist/fonts/afm/public/dutchcal -%dir %{_texdir}/texmf-dist/fonts/afm/public/epigrafica -%dir %{_texdir}/texmf-dist/fonts/afm/public/figbas -%dir %{_texdir}/texmf-dist/fonts/afm/public/fonetika -%dir %{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/afm/public/fourier -%dir %{_texdir}/texmf-dist/fonts/afm/public/fouriernc -%dir %{_texdir}/texmf-dist/fonts/afm/public/fpl -%dir %{_texdir}/texmf-dist/fonts/afm/public/gentium -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsporson -%dir %{_texdir}/texmf-dist/fonts/afm/public/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/afm/public/gothic -%dir %{_texdir}/texmf-dist/fonts/afm/public/grverb -%dir %{_texdir}/texmf-dist/fonts/afm/public/hfbright -%dir %{_texdir}/texmf-dist/fonts/afm/public/chemarrow -%dir %{_texdir}/texmf-dist/fonts/afm/public/ibygrk -%dir %{_texdir}/texmf-dist/fonts/afm/public/initials -%dir %{_texdir}/texmf-dist/fonts/afm/public/kerkis -%dir %{_texdir}/texmf-dist/fonts/afm/public/knitting -%dir %{_texdir}/texmf-dist/fonts/afm/public/kpfonts -%dir %{_texdir}/texmf-dist/fonts/afm/public/lato -%dir %{_texdir}/texmf-dist/fonts/afm/public/linearA -%dir %{_texdir}/texmf-dist/fonts/afm/public/lm -%dir %{_texdir}/texmf-dist/fonts/afm/public/marvosym -%dir %{_texdir}/texmf-dist/fonts/afm/public/mathpazo -%dir %{_texdir}/texmf-dist/fonts/afm/public/nanumtype1 -%dir %{_texdir}/texmf-dist/fonts/afm/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/afm/public/omega -%dir %{_texdir}/texmf-dist/fonts/afm/public/opensans -%dir %{_texdir}/texmf-dist/fonts/afm/public/paratype -%dir %{_texdir}/texmf-dist/fonts/afm/public/phaistos -%dir %{_texdir}/texmf-dist/fonts/afm/public/pl -%dir %{_texdir}/texmf-dist/fonts/afm/public/prodint -%dir %{_texdir}/texmf-dist/fonts/afm/public/pxfonts -%dir %{_texdir}/texmf-dist/fonts/afm/public/rsfs -%dir %{_texdir}/texmf-dist/fonts/afm/public/semaphor -%dir %{_texdir}/texmf-dist/fonts/afm/public/skaknew -%dir %{_texdir}/texmf-dist/fonts/afm/public/starfont -%dir %{_texdir}/texmf-dist/fonts/afm/public/stmaryrd -%dir %{_texdir}/texmf-dist/fonts/afm/public/tabvar -%dir %{_texdir}/texmf-dist/fonts/afm/public/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/afm/public/tfrupee -%dir %{_texdir}/texmf-dist/fonts/afm/public/trajan -%dir %{_texdir}/texmf-dist/fonts/afm/public/txfonts -%dir %{_texdir}/texmf-dist/fonts/afm/public/txfontsb -%dir %{_texdir}/texmf-dist/fonts/afm/public/velthuis -%dir %{_texdir}/texmf-dist/fonts/afm/public/wasy -%dir %{_texdir}/texmf-dist/fonts/afm/public/xypic -%dir %{_texdir}/texmf-dist/fonts/afm/uhc -%dir %{_texdir}/texmf-dist/fonts/afm/uhc/umj -%dir %{_texdir}/texmf-dist/fonts/afm/urw -%dir %{_texdir}/texmf-dist/fonts/afm/urw/antiqua -%dir %{_texdir}/texmf-dist/fonts/afm/urw/avantgar -%dir %{_texdir}/texmf-dist/fonts/afm/urw/bookman -%dir %{_texdir}/texmf-dist/fonts/afm/urw/courier -%dir %{_texdir}/texmf-dist/fonts/afm/urw/grotesq -%dir %{_texdir}/texmf-dist/fonts/afm/urw/helvetic -%dir %{_texdir}/texmf-dist/fonts/afm/urw/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/afm/urw/palatino -%dir %{_texdir}/texmf-dist/fonts/afm/urw/symbol -%dir %{_texdir}/texmf-dist/fonts/afm/urw/times -%dir %{_texdir}/texmf-dist/fonts/afm/urw/zapfding -%dir %{_texdir}/texmf-dist/fonts/afm/urw/zapfchan -%dir %{_texdir}/texmf-dist/fonts/afm/vntex -%dir %{_texdir}/texmf-dist/fonts/afm/vntex/grotesqvn -%dir %{_texdir}/texmf-dist/fonts/afm/vntex/chartervn -%dir %{_texdir}/texmf-dist/fonts/afm/vntex/urwvn -%dir %{_texdir}/texmf-dist/fonts/afm/vntex/vntopia -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/dgj -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/dmj -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mcj -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mrj -%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j -%dir %{_texdir}/texmf-dist/fonts/cid -%dir %{_texdir}/texmf-dist/fonts/cid/fontforge -%dir %{_texdir}/texmf-dist/fonts/cmap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16 -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15 -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0 -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16 -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12 -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther -%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode -%dir %{_texdir}/texmf-dist/fonts/cmap/uptex -%dir %{_texdir}/texmf-dist/fonts/enc -%dir %{_texdir}/texmf-dist/fonts/enc/dvips -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/adforn -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/adfsymbols -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/antt -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/arabi -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/arev -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/base -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/baskervald -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/b1encoding -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cabin -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cantarell -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ccicons -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-super -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/comfortaa -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/context -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/countriesofeurope -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cs -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cyklop -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/c90 -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/dejavu -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/droid -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/electrum -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/epigrafica -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fontools -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gentium -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsporson -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/hfbright -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/chessfss -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ibygrk -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/inconsolata -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/iwona -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/jmn -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kerkis -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kpfonts -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kurier -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lato -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/libertine -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/libris -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lithuanian -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lm -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ly1 -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/metapost -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/newpx -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/newtx -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/opensans -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/paratype -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/pl -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/poltawski -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/quattrocento -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/romande -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/semaphor -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/superiors -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/tengwarscript -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/txfonts -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/txfontsb -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/venturisadf -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/vntex -%dir %{_texdir}/texmf-dist/fonts/enc/dvips/xypic -%dir %{_texdir}/texmf-dist/fonts/enc/pdftex -%dir %{_texdir}/texmf-dist/fonts/enc/pdftex/kpfonts -%dir %{_texdir}/texmf-dist/fonts/enc/pdftex/vntex -%dir %{_texdir}/texmf-dist/fonts/enc/t2 -%dir %{_texdir}/texmf-dist/fonts/fea -%dir %{_texdir}/texmf-dist/fonts/fea/context -%dir %{_texdir}/texmf-dist/fonts/map -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfm -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfm/lm -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/ptex -%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/uptex -%dir %{_texdir}/texmf-dist/fonts/map/dvips -%dir %{_texdir}/texmf-dist/fonts/map/dvips/adforn -%dir %{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols -%dir %{_texdir}/texmf-dist/fonts/map/dvips/allrunes -%dir %{_texdir}/texmf-dist/fonts/map/dvips/amsfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/antiqua -%dir %{_texdir}/texmf-dist/fonts/map/dvips/antt -%dir %{_texdir}/texmf-dist/fonts/map/dvips/arabi -%dir %{_texdir}/texmf-dist/fonts/map/dvips/arabtex -%dir %{_texdir}/texmf-dist/fonts/map/dvips/arev -%dir %{_texdir}/texmf-dist/fonts/map/dvips/archaic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/arphic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ascii -%dir %{_texdir}/texmf-dist/fonts/map/dvips/aspectratio -%dir %{_texdir}/texmf-dist/fonts/map/dvips/augie -%dir %{_texdir}/texmf-dist/fonts/map/dvips/auncial-new -%dir %{_texdir}/texmf-dist/fonts/map/dvips/aurical -%dir %{_texdir}/texmf-dist/fonts/map/dvips/avantgar -%dir %{_texdir}/texmf-dist/fonts/map/dvips/baskervald -%dir %{_texdir}/texmf-dist/fonts/map/dvips/bbold-type1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/belleek -%dir %{_texdir}/texmf-dist/fonts/map/dvips/bera -%dir %{_texdir}/texmf-dist/fonts/map/dvips/berenisadf -%dir %{_texdir}/texmf-dist/fonts/map/dvips/bguq -%dir %{_texdir}/texmf-dist/fonts/map/dvips/bookhands -%dir %{_texdir}/texmf-dist/fonts/map/dvips/bookman -%dir %{_texdir}/texmf-dist/fonts/map/dvips/boondox -%dir %{_texdir}/texmf-dist/fonts/map/dvips/brushscr -%dir %{_texdir}/texmf-dist/fonts/map/dvips/burmese -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cabin -%dir %{_texdir}/texmf-dist/fonts/map/dvips/calligra-type1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cantarell -%dir %{_texdir}/texmf-dist/fonts/map/dvips/carolmin-ps -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cbfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ccicons -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cc-pl -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cfr-lm -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cmcyr -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cmll -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-super -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-unicode -%dir %{_texdir}/texmf-dist/fonts/map/dvips/comfortaa -%dir %{_texdir}/texmf-dist/fonts/map/dvips/context -%dir %{_texdir}/texmf-dist/fonts/map/dvips/countriesofeurope -%dir %{_texdir}/texmf-dist/fonts/map/dvips/courier -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cs -%dir %{_texdir}/texmf-dist/fonts/map/dvips/cyklop -%dir %{_texdir}/texmf-dist/fonts/map/dvips/dejavu -%dir %{_texdir}/texmf-dist/fonts/map/dvips/dictsym -%dir %{_texdir}/texmf-dist/fonts/map/dvips/doublestroke -%dir %{_texdir}/texmf-dist/fonts/map/dvips/dozenal -%dir %{_texdir}/texmf-dist/fonts/map/dvips/droid -%dir %{_texdir}/texmf-dist/fonts/map/dvips/dutchcal -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/map/dvips/electrum -%dir %{_texdir}/texmf-dist/fonts/map/dvips/epigrafica -%dir %{_texdir}/texmf-dist/fonts/map/dvips/epiolmec -%dir %{_texdir}/texmf-dist/fonts/map/dvips/esint-type1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/esstix -%dir %{_texdir}/texmf-dist/fonts/map/dvips/esvect -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ethiop-t1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/eurosym -%dir %{_texdir}/texmf-dist/fonts/map/dvips/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/map/dvips/fge -%dir %{_texdir}/texmf-dist/fonts/map/dvips/figbas -%dir %{_texdir}/texmf-dist/fonts/map/dvips/foekfont -%dir %{_texdir}/texmf-dist/fonts/map/dvips/fonetika -%dir %{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/map/dvips/fourier -%dir %{_texdir}/texmf-dist/fonts/map/dvips/frcursive -%dir %{_texdir}/texmf-dist/fonts/map/dvips/garuda-c90 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsporson -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gillcm -%dir %{_texdir}/texmf-dist/fonts/map/dvips/gothic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/grotesq -%dir %{_texdir}/texmf-dist/fonts/map/dvips/grverb -%dir %{_texdir}/texmf-dist/fonts/map/dvips/hacm -%dir %{_texdir}/texmf-dist/fonts/map/dvips/helvetic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/hfbright -%dir %{_texdir}/texmf-dist/fonts/map/dvips/chemarrow -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ibygrk -%dir %{_texdir}/texmf-dist/fonts/map/dvips/inconsolata -%dir %{_texdir}/texmf-dist/fonts/map/dvips/initials -%dir %{_texdir}/texmf-dist/fonts/map/dvips/iwona -%dir %{_texdir}/texmf-dist/fonts/map/dvips/jamtimes -%dir %{_texdir}/texmf-dist/fonts/map/dvips/jmn -%dir %{_texdir}/texmf-dist/fonts/map/dvips/kerkis -%dir %{_texdir}/texmf-dist/fonts/map/dvips/knitting -%dir %{_texdir}/texmf-dist/fonts/map/dvips/kpfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/kurier -%dir %{_texdir}/texmf-dist/fonts/map/dvips/lato -%dir %{_texdir}/texmf-dist/fonts/map/dvips/libertine -%dir %{_texdir}/texmf-dist/fonts/map/dvips/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/map/dvips/libris -%dir %{_texdir}/texmf-dist/fonts/map/dvips/linearA -%dir %{_texdir}/texmf-dist/fonts/map/dvips/lithuanian -%dir %{_texdir}/texmf-dist/fonts/map/dvips/lm -%dir %{_texdir}/texmf-dist/fonts/map/dvips/lxfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ly1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/manfnt -%dir %{_texdir}/texmf-dist/fonts/map/dvips/marvosym -%dir %{_texdir}/texmf-dist/fonts/map/dvips/mathabx-type1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/mathdesign -%dir %{_texdir}/texmf-dist/fonts/map/dvips/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/map/dvips/metapost -%dir %{_texdir}/texmf-dist/fonts/map/dvips/mflogo -%dir %{_texdir}/texmf-dist/fonts/map/dvips/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/map/dvips/montex -%dir %{_texdir}/texmf-dist/fonts/map/dvips/musixtex-fonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/nanumtype1 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/map/dvips/newpx -%dir %{_texdir}/texmf-dist/fonts/map/dvips/newtx -%dir %{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ocr-b-outline -%dir %{_texdir}/texmf-dist/fonts/map/dvips/ocherokee -%dir %{_texdir}/texmf-dist/fonts/map/dvips/oinuit -%dir %{_texdir}/texmf-dist/fonts/map/dvips/omega -%dir %{_texdir}/texmf-dist/fonts/map/dvips/opensans -%dir %{_texdir}/texmf-dist/fonts/map/dvips/palatino -%dir %{_texdir}/texmf-dist/fonts/map/dvips/paratype -%dir %{_texdir}/texmf-dist/fonts/map/dvips/phaistos -%dir %{_texdir}/texmf-dist/fonts/map/dvips/pigpen -%dir %{_texdir}/texmf-dist/fonts/map/dvips/pl -%dir %{_texdir}/texmf-dist/fonts/map/dvips/poltawski -%dir %{_texdir}/texmf-dist/fonts/map/dvips/prodint -%dir %{_texdir}/texmf-dist/fonts/map/dvips/pslatex -%dir %{_texdir}/texmf-dist/fonts/map/dvips/psnfss -%dir %{_texdir}/texmf-dist/fonts/map/dvips/pxfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/pxtxalfa -%dir %{_texdir}/texmf-dist/fonts/map/dvips/quattrocento -%dir %{_texdir}/texmf-dist/fonts/map/dvips/recycle -%dir %{_texdir}/texmf-dist/fonts/map/dvips/romande -%dir %{_texdir}/texmf-dist/fonts/map/dvips/rsfs -%dir %{_texdir}/texmf-dist/fonts/map/dvips/rsfso -%dir %{_texdir}/texmf-dist/fonts/map/dvips/sanskrit -%dir %{_texdir}/texmf-dist/fonts/map/dvips/sansmathaccent -%dir %{_texdir}/texmf-dist/fonts/map/dvips/semaphor -%dir %{_texdir}/texmf-dist/fonts/map/dvips/skaknew -%dir %{_texdir}/texmf-dist/fonts/map/dvips/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/map/dvips/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/map/dvips/starfont -%dir %{_texdir}/texmf-dist/fonts/map/dvips/staves -%dir %{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd -%dir %{_texdir}/texmf-dist/fonts/map/dvips/superiors -%dir %{_texdir}/texmf-dist/fonts/map/dvips/symbol -%dir %{_texdir}/texmf-dist/fonts/map/dvips/tabvar -%dir %{_texdir}/texmf-dist/fonts/map/dvips/tengwarscript -%dir %{_texdir}/texmf-dist/fonts/map/dvips/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/map/dvips/tfrupee -%dir %{_texdir}/texmf-dist/fonts/map/dvips/times -%dir %{_texdir}/texmf-dist/fonts/map/dvips/tipa -%dir %{_texdir}/texmf-dist/fonts/map/dvips/trajan -%dir %{_texdir}/texmf-dist/fonts/map/dvips/txfonts -%dir %{_texdir}/texmf-dist/fonts/map/dvips/txfontsb -%dir %{_texdir}/texmf-dist/fonts/map/dvips/uhc -%dir %{_texdir}/texmf-dist/fonts/map/dvips/velthuis -%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturis -%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturisold -%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturissans -%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturissans2 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturis2 -%dir %{_texdir}/texmf-dist/fonts/map/dvips/vntex -%dir %{_texdir}/texmf-dist/fonts/map/dvips/wadalab -%dir %{_texdir}/texmf-dist/fonts/map/dvips/wasy -%dir %{_texdir}/texmf-dist/fonts/map/dvips/xypic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/yhmath -%dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfding -%dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfchan -%dir %{_texdir}/texmf-dist/fonts/map/fontname -%dir %{_texdir}/texmf-dist/fonts/map/glyphlist -%dir %{_texdir}/texmf-dist/fonts/map/luatex -%dir %{_texdir}/texmf-dist/fonts/map/luatex/context -%dir %{_texdir}/texmf-dist/fonts/map/pdftex -%dir %{_texdir}/texmf-dist/fonts/map/pdftex/context -%dir %{_texdir}/texmf-dist/fonts/map/pdftex/gentium -%dir %{_texdir}/texmf-dist/fonts/map/vtex -%dir %{_texdir}/texmf-dist/fonts/map/vtex/antiqua -%dir %{_texdir}/texmf-dist/fonts/map/vtex/cm-super -%dir %{_texdir}/texmf-dist/fonts/map/vtex/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/misc -%dir %{_texdir}/texmf-dist/fonts/misc/cns -%dir %{_texdir}/texmf-dist/fonts/misc/xetex -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xepersian -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-devanagari -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-itrans -%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan -%dir %{_texdir}/texmf-dist/fonts/ofm -%dir %{_texdir}/texmf-dist/fonts/ofm/public -%dir %{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/ofm/public/ethiop -%dir %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf -%dir %{_texdir}/texmf-dist/fonts/ofm/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/ofm/public/oinuit -%dir %{_texdir}/texmf-dist/fonts/ofm/public/omega -%dir %{_texdir}/texmf-dist/fonts/ofm/public/otibet -%dir %{_texdir}/texmf-dist/fonts/opentype -%dir %{_texdir}/texmf-dist/fonts/opentype/adobe -%dir %{_texdir}/texmf-dist/fonts/opentype/adobe/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/opentype/adobe/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/opentype/context -%dir %{_texdir}/texmf-dist/fonts/opentype/context/tests -%dir %{_texdir}/texmf-dist/fonts/opentype/gust -%dir %{_texdir}/texmf-dist/fonts/opentype/gust/poltawski -%dir %{_texdir}/texmf-dist/fonts/opentype/impallari -%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/cabin -%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/quattrocento -%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki -%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki/iwona -%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki/kurier -%dir %{_texdir}/texmf-dist/fonts/opentype/public -%dir %{_texdir}/texmf-dist/fonts/opentype/public/antt -%dir %{_texdir}/texmf-dist/fonts/opentype/public/Asana-Math -%dir %{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode -%dir %{_texdir}/texmf-dist/fonts/opentype/public/cyklop -%dir %{_texdir}/texmf-dist/fonts/opentype/public/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/opentype/public/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/opentype/public/fontawesome -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsporson -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/opentype/public/gnu-freefont -%dir %{_texdir}/texmf-dist/fonts/opentype/public/inconsolata -%dir %{_texdir}/texmf-dist/fonts/opentype/public/libertine -%dir %{_texdir}/texmf-dist/fonts/opentype/public/lm -%dir %{_texdir}/texmf-dist/fonts/opentype/public/lm-math -%dir %{_texdir}/texmf-dist/fonts/opentype/public/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/opentype/public/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/opentype/public/ocr-b-outline -%dir %{_texdir}/texmf-dist/fonts/opentype/public/oldstandard -%dir %{_texdir}/texmf-dist/fonts/opentype/public/phaistos -%dir %{_texdir}/texmf-dist/fonts/opentype/public/philokalia -%dir %{_texdir}/texmf-dist/fonts/opentype/public/punknova -%dir %{_texdir}/texmf-dist/fonts/opentype/public/semaphor -%dir %{_texdir}/texmf-dist/fonts/opentype/public/skaknew -%dir %{_texdir}/texmf-dist/fonts/opentype/public/stix -%dir %{_texdir}/texmf-dist/fonts/opentype/public/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/opentype/public/tex-gyre-math -%dir %{_texdir}/texmf-dist/fonts/opentype/public/umtypewriter -%dir %{_texdir}/texmf-dist/fonts/opentype/public/xits -%dir %{_texdir}/texmf-dist/fonts/ovf -%dir %{_texdir}/texmf-dist/fonts/ovf/public -%dir %{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/ovf/public/ethiop -%dir %{_texdir}/texmf-dist/fonts/ovf/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/ovf/public/oinuit -%dir %{_texdir}/texmf-dist/fonts/ovf/public/omega -%dir %{_texdir}/texmf-dist/fonts/ovf/public/otibet -%dir %{_texdir}/texmf-dist/fonts/ovp -%dir %{_texdir}/texmf-dist/fonts/ovp/public -%dir %{_texdir}/texmf-dist/fonts/ovp/public/ethiop -%dir %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/fonts/ovp/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/ovp/public/omega -%dir %{_texdir}/texmf-dist/fonts/ovp/public/otibet -%dir %{_texdir}/texmf-dist/fonts/pk -%dir %{_texdir}/texmf-dist/fonts/pk/ljfour -%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public -%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm -%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600 -%dir %{_texdir}/texmf-dist/fonts/sfd -%dir %{_texdir}/texmf-dist/fonts/sfd/dnp -%dir %{_texdir}/texmf-dist/fonts/sfd/ttf2pk -%dir %{_texdir}/texmf-dist/fonts/source -%dir %{_texdir}/texmf-dist/fonts/source/jknappen -%dir %{_texdir}/texmf-dist/fonts/source/jknappen/ec -%dir %{_texdir}/texmf-dist/fonts/source/jknappen/fc -%dir %{_texdir}/texmf-dist/fonts/source/lh -%dir %{_texdir}/texmf-dist/fonts/source/lh/base -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-conc -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-lcy -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-ot2 -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2a -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2b -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2c -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2d -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-XSlav -%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-x2 -%dir %{_texdir}/texmf-dist/fonts/source/lh/nont2 -%dir %{_texdir}/texmf-dist/fonts/source/lh/specific -%dir %{_texdir}/texmf-dist/fonts/source/ptex -%dir %{_texdir}/texmf-dist/fonts/source/ptex/ascgrp -%dir %{_texdir}/texmf-dist/fonts/source/ptex/jis -%dir %{_texdir}/texmf-dist/fonts/source/ptex/nmin-ngoth -%dir %{_texdir}/texmf-dist/fonts/source/ptex/standard -%dir %{_texdir}/texmf-dist/fonts/source/public -%dir %{_texdir}/texmf-dist/fonts/source/public/allrunes -%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts -%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra -%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic -%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/dummy -%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols -%dir %{_texdir}/texmf-dist/fonts/source/public/arabtex -%dir %{_texdir}/texmf-dist/fonts/source/public/archaic -%dir %{_texdir}/texmf-dist/fonts/source/public/aspectratio -%dir %{_texdir}/texmf-dist/fonts/source/public/astro -%dir %{_texdir}/texmf-dist/fonts/source/public/aurical -%dir %{_texdir}/texmf-dist/fonts/source/public/bangtex -%dir %{_texdir}/texmf-dist/fonts/source/public/barcodes -%dir %{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts -%dir %{_texdir}/texmf-dist/fonts/source/public/bbding -%dir %{_texdir}/texmf-dist/fonts/source/public/bbm -%dir %{_texdir}/texmf-dist/fonts/source/public/bbold -%dir %{_texdir}/texmf-dist/fonts/source/public/bengali -%dir %{_texdir}/texmf-dist/fonts/source/public/bguq -%dir %{_texdir}/texmf-dist/fonts/source/public/boisik -%dir %{_texdir}/texmf-dist/fonts/source/public/bookhands -%dir %{_texdir}/texmf-dist/fonts/source/public/calligra -%dir %{_texdir}/texmf-dist/fonts/source/public/casyl -%dir %{_texdir}/texmf-dist/fonts/source/public/cbcoptic -%dir %{_texdir}/texmf-dist/fonts/source/public/cbfonts -%dir %{_texdir}/texmf-dist/fonts/source/public/cc-pl -%dir %{_texdir}/texmf-dist/fonts/source/public/circ -%dir %{_texdir}/texmf-dist/fonts/source/public/clock -%dir %{_texdir}/texmf-dist/fonts/source/public/cm -%dir %{_texdir}/texmf-dist/fonts/source/public/cmbright -%dir %{_texdir}/texmf-dist/fonts/source/public/cmcyr -%dir %{_texdir}/texmf-dist/fonts/source/public/cmextra -%dir %{_texdir}/texmf-dist/fonts/source/public/cmll -%dir %{_texdir}/texmf-dist/fonts/source/public/cmpica -%dir %{_texdir}/texmf-dist/fonts/source/public/cmtiup -%dir %{_texdir}/texmf-dist/fonts/source/public/concmath-fonts -%dir %{_texdir}/texmf-dist/fonts/source/public/concrete -%dir %{_texdir}/texmf-dist/fonts/source/public/cookingsymbols -%dir %{_texdir}/texmf-dist/fonts/source/public/cryst -%dir %{_texdir}/texmf-dist/fonts/source/public/cs -%dir %{_texdir}/texmf-dist/fonts/source/public/ctib -%dir %{_texdir}/texmf-dist/fonts/source/public/dancers -%dir %{_texdir}/texmf-dist/fonts/source/public/dice -%dir %{_texdir}/texmf-dist/fonts/source/public/dingbat -%dir %{_texdir}/texmf-dist/fonts/source/public/doublestroke -%dir %{_texdir}/texmf-dist/fonts/source/public/dozenal -%dir %{_texdir}/texmf-dist/fonts/source/public/duerer -%dir %{_texdir}/texmf-dist/fonts/source/public/ecc -%dir %{_texdir}/texmf-dist/fonts/source/public/eiad-ltx -%dir %{_texdir}/texmf-dist/fonts/source/public/elvish -%dir %{_texdir}/texmf-dist/fonts/source/public/esint -%dir %{_texdir}/texmf-dist/fonts/source/public/esvect -%dir %{_texdir}/texmf-dist/fonts/source/public/ethiop -%dir %{_texdir}/texmf-dist/fonts/source/public/eurosym -%dir %{_texdir}/texmf-dist/fonts/source/public/euxm -%dir %{_texdir}/texmf-dist/fonts/source/public/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/source/public/feyn -%dir %{_texdir}/texmf-dist/fonts/source/public/fge -%dir %{_texdir}/texmf-dist/fonts/source/public/frcursive -%dir %{_texdir}/texmf-dist/fonts/source/public/genealogy -%dir %{_texdir}/texmf-dist/fonts/source/public/ghab -%dir %{_texdir}/texmf-dist/fonts/source/public/go -%dir %{_texdir}/texmf-dist/fonts/source/public/gothic -%dir %{_texdir}/texmf-dist/fonts/source/public/greenpoint -%dir %{_texdir}/texmf-dist/fonts/source/public/hands -%dir %{_texdir}/texmf-dist/fonts/source/public/chemarrow -%dir %{_texdir}/texmf-dist/fonts/source/public/chess -%dir %{_texdir}/texmf-dist/fonts/source/public/ibygrk -%dir %{_texdir}/texmf-dist/fonts/source/public/ifsym -%dir %{_texdir}/texmf-dist/fonts/source/public/jablantile -%dir %{_texdir}/texmf-dist/fonts/source/public/kdgreek -%dir %{_texdir}/texmf-dist/fonts/source/public/kixfont -%dir %{_texdir}/texmf-dist/fonts/source/public/knitting -%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts -%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/committee -%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/halftone -%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/mfbook -%dir %{_texdir}/texmf-dist/fonts/source/public/kpfonts -%dir %{_texdir}/texmf-dist/fonts/source/public/latex-fonts -%dir %{_texdir}/texmf-dist/fonts/source/public/levy -%dir %{_texdir}/texmf-dist/fonts/source/public/lfb -%dir %{_texdir}/texmf-dist/fonts/source/public/lxfonts -%dir %{_texdir}/texmf-dist/fonts/source/public/mathabx -%dir %{_texdir}/texmf-dist/fonts/source/public/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/source/public/mflogo -%dir %{_texdir}/texmf-dist/fonts/source/public/misc -%dir %{_texdir}/texmf-dist/fonts/source/public/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/source/public/montex -%dir %{_texdir}/texmf-dist/fonts/source/public/musixtex-fonts -%dir %{_texdir}/texmf-dist/fonts/source/public/niceframe -%dir %{_texdir}/texmf-dist/fonts/source/public/nkarta -%dir %{_texdir}/texmf-dist/fonts/source/public/ocr-b -%dir %{_texdir}/texmf-dist/fonts/source/public/ogham -%dir %{_texdir}/texmf-dist/fonts/source/public/oldlatin -%dir %{_texdir}/texmf-dist/fonts/source/public/orkhun -%dir %{_texdir}/texmf-dist/fonts/source/public/othello -%dir %{_texdir}/texmf-dist/fonts/source/public/otibet -%dir %{_texdir}/texmf-dist/fonts/source/public/pacioli -%dir %{_texdir}/texmf-dist/fonts/source/public/phonetic -%dir %{_texdir}/texmf-dist/fonts/source/public/pigpen -%dir %{_texdir}/texmf-dist/fonts/source/public/pl -%dir %{_texdir}/texmf-dist/fonts/source/public/punk -%dir %{_texdir}/texmf-dist/fonts/source/public/recycle -%dir %{_texdir}/texmf-dist/fonts/source/public/rsfs -%dir %{_texdir}/texmf-dist/fonts/source/public/sanskrit -%dir %{_texdir}/texmf-dist/fonts/source/public/sauter -%dir %{_texdir}/texmf-dist/fonts/source/public/semaphor -%dir %{_texdir}/texmf-dist/fonts/source/public/semaphor/metafont -%dir %{_texdir}/texmf-dist/fonts/source/public/shade -%dir %{_texdir}/texmf-dist/fonts/source/public/shuffle -%dir %{_texdir}/texmf-dist/fonts/source/public/schulschriften -%dir %{_texdir}/texmf-dist/fonts/source/public/skak -%dir %{_texdir}/texmf-dist/fonts/source/public/skull -%dir %{_texdir}/texmf-dist/fonts/source/public/stmaryrd -%dir %{_texdir}/texmf-dist/fonts/source/public/tapir -%dir %{_texdir}/texmf-dist/fonts/source/public/tipa -%dir %{_texdir}/texmf-dist/fonts/source/public/tram -%dir %{_texdir}/texmf-dist/fonts/source/public/trsym -%dir %{_texdir}/texmf-dist/fonts/source/public/universa -%dir %{_texdir}/texmf-dist/fonts/source/public/velthuis -%dir %{_texdir}/texmf-dist/fonts/source/public/wasy -%dir %{_texdir}/texmf-dist/fonts/source/public/wnri -%dir %{_texdir}/texmf-dist/fonts/source/public/wsuipa -%dir %{_texdir}/texmf-dist/fonts/source/public/xbmc -%dir %{_texdir}/texmf-dist/fonts/source/public/xq -%dir %{_texdir}/texmf-dist/fonts/source/public/xypic -%dir %{_texdir}/texmf-dist/fonts/source/public/yannisgr -%dir %{_texdir}/texmf-dist/fonts/source/public/yhmath -%dir %{_texdir}/texmf-dist/fonts/source/vntex -%dir %{_texdir}/texmf-dist/fonts/source/vntex/vnr -%dir %{_texdir}/texmf-dist/fonts/tfm -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/bookman -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/courier -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/helvetic -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/ly1 -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/palatino -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/symbol -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/times -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/utopia -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/zapfding -%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/zapfchan -%dir %{_texdir}/texmf-dist/fonts/tfm/arabi -%dir %{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes -%dir %{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/adforn -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/electrum -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/libris -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/romande -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturisold -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans2 -%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis2 -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp -%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu -%dir %{_texdir}/texmf-dist/fonts/tfm/bitstrea -%dir %{_texdir}/texmf-dist/fonts/tfm/bitstrea/charter -%dir %{_texdir}/texmf-dist/fonts/tfm/cg -%dir %{_texdir}/texmf-dist/fonts/tfm/cg/courier -%dir %{_texdir}/texmf-dist/fonts/tfm/cg/times -%dir %{_texdir}/texmf-dist/fonts/tfm/cns -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c0so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c1so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c2so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c3so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c4so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c5so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c6so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c7so12 -%dir %{_texdir}/texmf-dist/fonts/tfm/cs -%dir %{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35 -%dir %{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter -%dir %{_texdir}/texmf-dist/fonts/tfm/gust -%dir %{_texdir}/texmf-dist/fonts/tfm/gust/poltawski -%dir %{_texdir}/texmf-dist/fonts/tfm/hoekwater -%dir %{_texdir}/texmf-dist/fonts/tfm/hoekwater/context -%dir %{_texdir}/texmf-dist/fonts/tfm/impallari -%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/cabin -%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/quattrocento -%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen -%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen/ec -%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen/fc -%dir %{_texdir}/texmf-dist/fonts/tfm/jmn -%dir %{_texdir}/texmf-dist/fonts/tfm/jmn/hans -%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign -%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdput -%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/fonts/tfm/metapost -%dir %{_texdir}/texmf-dist/fonts/tfm/monotype -%dir %{_texdir}/texmf-dist/fonts/tfm/monotype/helvetic -%dir %{_texdir}/texmf-dist/fonts/tfm/monotype/symbol -%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki -%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki/iwona -%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki/kurier -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/ascgrp -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/dvips -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/jis -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/morisawa -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/nmin-ngoth -%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/standard -%dir %{_texdir}/texmf-dist/fonts/tfm/public -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ae -%dir %{_texdir}/texmf-dist/fonts/tfm/public/aecc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/dummy -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler -%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols -%dir %{_texdir}/texmf-dist/fonts/tfm/public/antt -%dir %{_texdir}/texmf-dist/fonts/tfm/public/arabtex -%dir %{_texdir}/texmf-dist/fonts/tfm/public/arev -%dir %{_texdir}/texmf-dist/fonts/tfm/public/archaic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ascii -%dir %{_texdir}/texmf-dist/fonts/tfm/public/aspectratio -%dir %{_texdir}/texmf-dist/fonts/tfm/public/astro -%dir %{_texdir}/texmf-dist/fonts/tfm/public/augie -%dir %{_texdir}/texmf-dist/fonts/tfm/public/auncial-new -%dir %{_texdir}/texmf-dist/fonts/tfm/public/aurical -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bangtex -%dir %{_texdir}/texmf-dist/fonts/tfm/public/barcodes -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbding -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbold -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bengali -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bera -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bgreek -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bguq -%dir %{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1 -%dir %{_texdir}/texmf-dist/fonts/tfm/public/boisik -%dir %{_texdir}/texmf-dist/fonts/tfm/public/bookhands -%dir %{_texdir}/texmf-dist/fonts/tfm/public/boondox -%dir %{_texdir}/texmf-dist/fonts/tfm/public/brushscr -%dir %{_texdir}/texmf-dist/fonts/tfm/public/burmese -%dir %{_texdir}/texmf-dist/fonts/tfm/public/calligra -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cantarell -%dir %{_texdir}/texmf-dist/fonts/tfm/public/casyl -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cbfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ccicons -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cc-pl -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/circ -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/tfm/public/clock -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmbright -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmcyr -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmextra -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmll -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmpica -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmtiup -%dir %{_texdir}/texmf-dist/fonts/tfm/public/comfortaa -%dir %{_texdir}/texmf-dist/fonts/tfm/public/concmath-fonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/concrete -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cookingsymbols -%dir %{_texdir}/texmf-dist/fonts/tfm/public/countriesofeurope -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cryst -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cs -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ctib -%dir %{_texdir}/texmf-dist/fonts/tfm/public/cyklop -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dancers -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dejavu -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dice -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dictsym -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dingbat -%dir %{_texdir}/texmf-dist/fonts/tfm/public/doublestroke -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dozenal -%dir %{_texdir}/texmf-dist/fonts/tfm/public/droid -%dir %{_texdir}/texmf-dist/fonts/tfm/public/duerer -%dir %{_texdir}/texmf-dist/fonts/tfm/public/dutchcal -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ecc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/eco -%dir %{_texdir}/texmf-dist/fonts/tfm/public/elvish -%dir %{_texdir}/texmf-dist/fonts/tfm/public/epigrafica -%dir %{_texdir}/texmf-dist/fonts/tfm/public/epiolmec -%dir %{_texdir}/texmf-dist/fonts/tfm/public/esint -%dir %{_texdir}/texmf-dist/fonts/tfm/public/esstix -%dir %{_texdir}/texmf-dist/fonts/tfm/public/esvect -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ethiop -%dir %{_texdir}/texmf-dist/fonts/tfm/public/eulervm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/eurosym -%dir %{_texdir}/texmf-dist/fonts/tfm/public/euxm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/tfm/public/feyn -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fge -%dir %{_texdir}/texmf-dist/fonts/tfm/public/figbas -%dir %{_texdir}/texmf-dist/fonts/tfm/public/foekfont -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fonetika -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fourier -%dir %{_texdir}/texmf-dist/fonts/tfm/public/fouriernc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/frcursive -%dir %{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90 -%dir %{_texdir}/texmf-dist/fonts/tfm/public/genealogy -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gentium -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsporson -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gillcm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/go -%dir %{_texdir}/texmf-dist/fonts/tfm/public/gothic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/greenpoint -%dir %{_texdir}/texmf-dist/fonts/tfm/public/grverb -%dir %{_texdir}/texmf-dist/fonts/tfm/public/hacm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/hands -%dir %{_texdir}/texmf-dist/fonts/tfm/public/hfoldsty -%dir %{_texdir}/texmf-dist/fonts/tfm/public/chemarrow -%dir %{_texdir}/texmf-dist/fonts/tfm/public/chess -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ibygrk -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ifsym -%dir %{_texdir}/texmf-dist/fonts/tfm/public/inconsolata -%dir %{_texdir}/texmf-dist/fonts/tfm/public/initials -%dir %{_texdir}/texmf-dist/fonts/tfm/public/jamtimes -%dir %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf -%dir %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/fonts/tfm/public/kdgreek -%dir %{_texdir}/texmf-dist/fonts/tfm/public/kerkis -%dir %{_texdir}/texmf-dist/fonts/tfm/public/kixfont -%dir %{_texdir}/texmf-dist/fonts/tfm/public/knitting -%dir %{_texdir}/texmf-dist/fonts/tfm/public/kpfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/lato -%dir %{_texdir}/texmf-dist/fonts/tfm/public/levy -%dir %{_texdir}/texmf-dist/fonts/tfm/public/lfb -%dir %{_texdir}/texmf-dist/fonts/tfm/public/libertine -%dir %{_texdir}/texmf-dist/fonts/tfm/public/linearA -%dir %{_texdir}/texmf-dist/fonts/tfm/public/lithuanian -%dir %{_texdir}/texmf-dist/fonts/tfm/public/lm -%dir %{_texdir}/texmf-dist/fonts/tfm/public/lxfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/marvosym -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mathabx -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mathpazo -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mdputu -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mflogo -%dir %{_texdir}/texmf-dist/fonts/tfm/public/misc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/tfm/public/montex -%dir %{_texdir}/texmf-dist/fonts/tfm/public/musixtex-fonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/nanumtype1 -%dir %{_texdir}/texmf-dist/fonts/tfm/public/newpx -%dir %{_texdir}/texmf-dist/fonts/tfm/public/newtx -%dir %{_texdir}/texmf-dist/fonts/tfm/public/niceframe -%dir %{_texdir}/texmf-dist/fonts/tfm/public/nkarta -%dir %{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90 -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ocr-b -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ogham -%dir %{_texdir}/texmf-dist/fonts/tfm/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/tfm/public/oinuit -%dir %{_texdir}/texmf-dist/fonts/tfm/public/oldlatin -%dir %{_texdir}/texmf-dist/fonts/tfm/public/omega -%dir %{_texdir}/texmf-dist/fonts/tfm/public/opensans -%dir %{_texdir}/texmf-dist/fonts/tfm/public/orkhun -%dir %{_texdir}/texmf-dist/fonts/tfm/public/othello -%dir %{_texdir}/texmf-dist/fonts/tfm/public/otibet -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pacioli -%dir %{_texdir}/texmf-dist/fonts/tfm/public/paratype -%dir %{_texdir}/texmf-dist/fonts/tfm/public/phaistos -%dir %{_texdir}/texmf-dist/fonts/tfm/public/phonetic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pigpen -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pl -%dir %{_texdir}/texmf-dist/fonts/tfm/public/prodint -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pslatex -%dir %{_texdir}/texmf-dist/fonts/tfm/public/punk -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pxfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/pxtxalfa -%dir %{_texdir}/texmf-dist/fonts/tfm/public/qpxqtx -%dir %{_texdir}/texmf-dist/fonts/tfm/public/recycle -%dir %{_texdir}/texmf-dist/fonts/tfm/public/relenc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/rsfs -%dir %{_texdir}/texmf-dist/fonts/tfm/public/rsfso -%dir %{_texdir}/texmf-dist/fonts/tfm/public/sanskrit -%dir %{_texdir}/texmf-dist/fonts/tfm/public/sansmathaccent -%dir %{_texdir}/texmf-dist/fonts/tfm/public/semaphor -%dir %{_texdir}/texmf-dist/fonts/tfm/public/shuffle -%dir %{_texdir}/texmf-dist/fonts/tfm/public/schulschriften -%dir %{_texdir}/texmf-dist/fonts/tfm/public/skak -%dir %{_texdir}/texmf-dist/fonts/tfm/public/skaknew -%dir %{_texdir}/texmf-dist/fonts/tfm/public/starfont -%dir %{_texdir}/texmf-dist/fonts/tfm/public/staves -%dir %{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd -%dir %{_texdir}/texmf-dist/fonts/tfm/public/superiors -%dir %{_texdir}/texmf-dist/fonts/tfm/public/tabvar -%dir %{_texdir}/texmf-dist/fonts/tfm/public/tengwarscript -%dir %{_texdir}/texmf-dist/fonts/tfm/public/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/tfm/public/tfrupee -%dir %{_texdir}/texmf-dist/fonts/tfm/public/tipa -%dir %{_texdir}/texmf-dist/fonts/tfm/public/trajan -%dir %{_texdir}/texmf-dist/fonts/tfm/public/trsym -%dir %{_texdir}/texmf-dist/fonts/tfm/public/txfonts -%dir %{_texdir}/texmf-dist/fonts/tfm/public/txfontsb -%dir %{_texdir}/texmf-dist/fonts/tfm/public/universa -%dir %{_texdir}/texmf-dist/fonts/tfm/public/velthuis -%dir %{_texdir}/texmf-dist/fonts/tfm/public/wasy -%dir %{_texdir}/texmf-dist/fonts/tfm/public/wnri -%dir %{_texdir}/texmf-dist/fonts/tfm/public/wsuipa -%dir %{_texdir}/texmf-dist/fonts/tfm/public/xbmc -%dir %{_texdir}/texmf-dist/fonts/tfm/public/xq -%dir %{_texdir}/texmf-dist/fonts/tfm/public/xypic -%dir %{_texdir}/texmf-dist/fonts/tfm/public/yannisgr -%dir %{_texdir}/texmf-dist/fonts/tfm/public/yhmath -%dir %{_texdir}/texmf-dist/fonts/tfm/uhc -%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/umj -%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj -%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/wmj -%dir %{_texdir}/texmf-dist/fonts/tfm/uptex -%dir %{_texdir}/texmf-dist/fonts/tfm/uptex/jis -%dir %{_texdir}/texmf-dist/fonts/tfm/uptex/min -%dir %{_texdir}/texmf-dist/fonts/tfm/urw -%dir %{_texdir}/texmf-dist/fonts/tfm/urw/antiqua -%dir %{_texdir}/texmf-dist/fonts/tfm/urw/grotesq -%dir %{_texdir}/texmf-dist/fonts/tfm/urw/urwchancal -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/courier -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/helvetic -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/palatino -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/symbol -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/times -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/zapfding -%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/zapfchan -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/vnr -%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj -%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/cyberb -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbk -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkfs -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkhei -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkkai -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkli -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbksong -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkyou -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unifs -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unihei -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unikai -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unili -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unisong -%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/uniyou -%dir %{_texdir}/texmf-dist/fonts/truetype -%dir %{_texdir}/texmf-dist/fonts/truetype/public -%dir %{_texdir}/texmf-dist/fonts/truetype/public/amiri -%dir %{_texdir}/texmf-dist/fonts/truetype/public/Asana-Math -%dir %{_texdir}/texmf-dist/fonts/truetype/public/belleek -%dir %{_texdir}/texmf-dist/fonts/truetype/public/comfortaa -%dir %{_texdir}/texmf-dist/fonts/truetype/public/dejavu -%dir %{_texdir}/texmf-dist/fonts/truetype/public/droid -%dir %{_texdir}/texmf-dist/fonts/truetype/public/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/truetype/public/fonetika -%dir %{_texdir}/texmf-dist/fonts/truetype/public/gentium -%dir %{_texdir}/texmf-dist/fonts/truetype/public/gnu-freefont -%dir %{_texdir}/texmf-dist/fonts/truetype/public/ipaex -%dir %{_texdir}/texmf-dist/fonts/truetype/public/junicode -%dir %{_texdir}/texmf-dist/fonts/truetype/public/lato -%dir %{_texdir}/texmf-dist/fonts/truetype/public/marvosym -%dir %{_texdir}/texmf-dist/fonts/truetype/public/opensans -%dir %{_texdir}/texmf-dist/fonts/truetype/public/paratype -%dir %{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx -%dir %{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs -%dir %{_texdir}/texmf-dist/fonts/truetype/public/persian-modern -%dir %{_texdir}/texmf-dist/fonts/type1 -%dir %{_texdir}/texmf-dist/fonts/type1/adobe -%dir %{_texdir}/texmf-dist/fonts/type1/adobe/courier -%dir %{_texdir}/texmf-dist/fonts/type1/adobe/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/type1/adobe/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/type1/adobe/utopia -%dir %{_texdir}/texmf-dist/fonts/type1/arabi -%dir %{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes -%dir %{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/adforn -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/electrum -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/libris -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/romande -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturis -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturisold -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans2 -%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturis2 -%dir %{_texdir}/texmf-dist/fonts/type1/arphic -%dir %{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu -%dir %{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu -%dir %{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu -%dir %{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu -%dir %{_texdir}/texmf-dist/fonts/type1/bitstrea -%dir %{_texdir}/texmf-dist/fonts/type1/bitstrea/charter -%dir %{_texdir}/texmf-dist/fonts/type1/gust -%dir %{_texdir}/texmf-dist/fonts/type1/gust/poltawski -%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater -%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/context -%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/manfnt -%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo -%dir %{_texdir}/texmf-dist/fonts/type1/impallari -%dir %{_texdir}/texmf-dist/fonts/type1/impallari/cabin -%dir %{_texdir}/texmf-dist/fonts/type1/impallari/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/type1/impallari/quattrocento -%dir %{_texdir}/texmf-dist/fonts/type1/jmn -%dir %{_texdir}/texmf-dist/fonts/type1/jmn/hans -%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign -%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdput -%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/fonts/type1/metapost -%dir %{_texdir}/texmf-dist/fonts/type1/nowacki -%dir %{_texdir}/texmf-dist/fonts/type1/nowacki/iwona -%dir %{_texdir}/texmf-dist/fonts/type1/nowacki/kurier -%dir %{_texdir}/texmf-dist/fonts/type1/ptex -%dir %{_texdir}/texmf-dist/fonts/type1/ptex/ascgrp -%dir %{_texdir}/texmf-dist/fonts/type1/public -%dir %{_texdir}/texmf-dist/fonts/type1/public/allrunes -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont -%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols -%dir %{_texdir}/texmf-dist/fonts/type1/public/antt -%dir %{_texdir}/texmf-dist/fonts/type1/public/arabtex -%dir %{_texdir}/texmf-dist/fonts/type1/public/arev -%dir %{_texdir}/texmf-dist/fonts/type1/public/archaic -%dir %{_texdir}/texmf-dist/fonts/type1/public/ascii -%dir %{_texdir}/texmf-dist/fonts/type1/public/aspectratio -%dir %{_texdir}/texmf-dist/fonts/type1/public/augie -%dir %{_texdir}/texmf-dist/fonts/type1/public/auncial-new -%dir %{_texdir}/texmf-dist/fonts/type1/public/aurical -%dir %{_texdir}/texmf-dist/fonts/type1/public/bbold-type1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/belleek -%dir %{_texdir}/texmf-dist/fonts/type1/public/bera -%dir %{_texdir}/texmf-dist/fonts/type1/public/bguq -%dir %{_texdir}/texmf-dist/fonts/type1/public/bookhands -%dir %{_texdir}/texmf-dist/fonts/type1/public/boondox -%dir %{_texdir}/texmf-dist/fonts/type1/public/brushscr -%dir %{_texdir}/texmf-dist/fonts/type1/public/burmese -%dir %{_texdir}/texmf-dist/fonts/type1/public/calligra-type1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/cantarell -%dir %{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps -%dir %{_texdir}/texmf-dist/fonts/type1/public/cbcoptic -%dir %{_texdir}/texmf-dist/fonts/type1/public/cbfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/ccicons -%dir %{_texdir}/texmf-dist/fonts/type1/public/cc-pl -%dir %{_texdir}/texmf-dist/fonts/type1/public/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/type1/public/cmcyr -%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/type1/public/cmll -%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-super -%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-unicode -%dir %{_texdir}/texmf-dist/fonts/type1/public/comfortaa -%dir %{_texdir}/texmf-dist/fonts/type1/public/countriesofeurope -%dir %{_texdir}/texmf-dist/fonts/type1/public/cryst -%dir %{_texdir}/texmf-dist/fonts/type1/public/cs -%dir %{_texdir}/texmf-dist/fonts/type1/public/cyklop -%dir %{_texdir}/texmf-dist/fonts/type1/public/dejavu -%dir %{_texdir}/texmf-dist/fonts/type1/public/dictsym -%dir %{_texdir}/texmf-dist/fonts/type1/public/doublestroke -%dir %{_texdir}/texmf-dist/fonts/type1/public/dozenal -%dir %{_texdir}/texmf-dist/fonts/type1/public/droid -%dir %{_texdir}/texmf-dist/fonts/type1/public/dutchcal -%dir %{_texdir}/texmf-dist/fonts/type1/public/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/type1/public/epigrafica -%dir %{_texdir}/texmf-dist/fonts/type1/public/epiolmec -%dir %{_texdir}/texmf-dist/fonts/type1/public/esint-type1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/esstix -%dir %{_texdir}/texmf-dist/fonts/type1/public/esvect -%dir %{_texdir}/texmf-dist/fonts/type1/public/ethiop-t1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/eurosym -%dir %{_texdir}/texmf-dist/fonts/type1/public/fdsymbol -%dir %{_texdir}/texmf-dist/fonts/type1/public/fge -%dir %{_texdir}/texmf-dist/fonts/type1/public/figbas -%dir %{_texdir}/texmf-dist/fonts/type1/public/foekfont -%dir %{_texdir}/texmf-dist/fonts/type1/public/fonetika -%dir %{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/type1/public/fourier -%dir %{_texdir}/texmf-dist/fonts/type1/public/fpl -%dir %{_texdir}/texmf-dist/fonts/type1/public/frcursive -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsporson -%dir %{_texdir}/texmf-dist/fonts/type1/public/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/type1/public/gothic -%dir %{_texdir}/texmf-dist/fonts/type1/public/grverb -%dir %{_texdir}/texmf-dist/fonts/type1/public/hacm -%dir %{_texdir}/texmf-dist/fonts/type1/public/hfbright -%dir %{_texdir}/texmf-dist/fonts/type1/public/chemarrow -%dir %{_texdir}/texmf-dist/fonts/type1/public/ibygrk -%dir %{_texdir}/texmf-dist/fonts/type1/public/inconsolata -%dir %{_texdir}/texmf-dist/fonts/type1/public/initials -%dir %{_texdir}/texmf-dist/fonts/type1/public/kerkis -%dir %{_texdir}/texmf-dist/fonts/type1/public/knitting -%dir %{_texdir}/texmf-dist/fonts/type1/public/kpfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/lato -%dir %{_texdir}/texmf-dist/fonts/type1/public/libertine -%dir %{_texdir}/texmf-dist/fonts/type1/public/linearA -%dir %{_texdir}/texmf-dist/fonts/type1/public/lm -%dir %{_texdir}/texmf-dist/fonts/type1/public/lxfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/marvosym -%dir %{_texdir}/texmf-dist/fonts/type1/public/mathabx-type1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/mathpazo -%dir %{_texdir}/texmf-dist/fonts/type1/public/mdsymbol -%dir %{_texdir}/texmf-dist/fonts/type1/public/mnsymbol -%dir %{_texdir}/texmf-dist/fonts/type1/public/montex -%dir %{_texdir}/texmf-dist/fonts/type1/public/musixtex-fonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/nanumtype1 -%dir %{_texdir}/texmf-dist/fonts/type1/public/newpx -%dir %{_texdir}/texmf-dist/fonts/type1/public/newtx -%dir %{_texdir}/texmf-dist/fonts/type1/public/ocr-b-outline -%dir %{_texdir}/texmf-dist/fonts/type1/public/ocherokee -%dir %{_texdir}/texmf-dist/fonts/type1/public/oinuit -%dir %{_texdir}/texmf-dist/fonts/type1/public/omega -%dir %{_texdir}/texmf-dist/fonts/type1/public/opensans -%dir %{_texdir}/texmf-dist/fonts/type1/public/paratype -%dir %{_texdir}/texmf-dist/fonts/type1/public/phaistos -%dir %{_texdir}/texmf-dist/fonts/type1/public/pigpen -%dir %{_texdir}/texmf-dist/fonts/type1/public/pl -%dir %{_texdir}/texmf-dist/fonts/type1/public/prodint -%dir %{_texdir}/texmf-dist/fonts/type1/public/pxfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/recycle -%dir %{_texdir}/texmf-dist/fonts/type1/public/rsfs -%dir %{_texdir}/texmf-dist/fonts/type1/public/sanskrit -%dir %{_texdir}/texmf-dist/fonts/type1/public/semaphor -%dir %{_texdir}/texmf-dist/fonts/type1/public/skaknew -%dir %{_texdir}/texmf-dist/fonts/type1/public/starfont -%dir %{_texdir}/texmf-dist/fonts/type1/public/staves -%dir %{_texdir}/texmf-dist/fonts/type1/public/stmaryrd -%dir %{_texdir}/texmf-dist/fonts/type1/public/superiors -%dir %{_texdir}/texmf-dist/fonts/type1/public/tabvar -%dir %{_texdir}/texmf-dist/fonts/type1/public/tapir -%dir %{_texdir}/texmf-dist/fonts/type1/public/tex-gyre -%dir %{_texdir}/texmf-dist/fonts/type1/public/tfrupee -%dir %{_texdir}/texmf-dist/fonts/type1/public/tipa -%dir %{_texdir}/texmf-dist/fonts/type1/public/trajan -%dir %{_texdir}/texmf-dist/fonts/type1/public/txfonts -%dir %{_texdir}/texmf-dist/fonts/type1/public/txfontsb -%dir %{_texdir}/texmf-dist/fonts/type1/public/velthuis -%dir %{_texdir}/texmf-dist/fonts/type1/public/wasy -%dir %{_texdir}/texmf-dist/fonts/type1/public/xypic -%dir %{_texdir}/texmf-dist/fonts/type1/public/yhmath -%dir %{_texdir}/texmf-dist/fonts/type1/uhc -%dir %{_texdir}/texmf-dist/fonts/type1/uhc/umj -%dir %{_texdir}/texmf-dist/fonts/type1/urw -%dir %{_texdir}/texmf-dist/fonts/type1/urw/antiqua -%dir %{_texdir}/texmf-dist/fonts/type1/urw/avantgar -%dir %{_texdir}/texmf-dist/fonts/type1/urw/bookman -%dir %{_texdir}/texmf-dist/fonts/type1/urw/courier -%dir %{_texdir}/texmf-dist/fonts/type1/urw/grotesq -%dir %{_texdir}/texmf-dist/fonts/type1/urw/helvetic -%dir %{_texdir}/texmf-dist/fonts/type1/urw/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/type1/urw/palatino -%dir %{_texdir}/texmf-dist/fonts/type1/urw/symbol -%dir %{_texdir}/texmf-dist/fonts/type1/urw/times -%dir %{_texdir}/texmf-dist/fonts/type1/urw/zapfding -%dir %{_texdir}/texmf-dist/fonts/type1/urw/zapfchan -%dir %{_texdir}/texmf-dist/fonts/type1/vntex -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/arevvn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/concretevn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/grotesqvn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/chartervn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/txttvn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/urwvn -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/vnr -%dir %{_texdir}/texmf-dist/fonts/type1/vntex/vntopia -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/dgj -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/dmj -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mcj -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mrj -%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j -%dir %{_texdir}/texmf-dist/fonts/vf -%dir %{_texdir}/texmf-dist/fonts/vf/adobe -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/avantgar -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/bookman -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/courier -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/helvetic -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/ly1 -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/palatino -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/sourcecodepro -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/sourcesanspro -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/times -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/utopia -%dir %{_texdir}/texmf-dist/fonts/vf/adobe/zapfchan -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/electrum -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/libris -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/romande -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturis -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturisold -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans2 -%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturis2 -%dir %{_texdir}/texmf-dist/fonts/vf/arphic -%dir %{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp -%dir %{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp -%dir %{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp -%dir %{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp -%dir %{_texdir}/texmf-dist/fonts/vf/bitstrea -%dir %{_texdir}/texmf-dist/fonts/vf/bitstrea/charter -%dir %{_texdir}/texmf-dist/fonts/vf/cg -%dir %{_texdir}/texmf-dist/fonts/vf/cg/courier -%dir %{_texdir}/texmf-dist/fonts/vf/cg/times -%dir %{_texdir}/texmf-dist/fonts/vf/cs -%dir %{_texdir}/texmf-dist/fonts/vf/cs/cs-a35 -%dir %{_texdir}/texmf-dist/fonts/vf/cs/cs-charter -%dir %{_texdir}/texmf-dist/fonts/vf/impallari -%dir %{_texdir}/texmf-dist/fonts/vf/impallari/cabin -%dir %{_texdir}/texmf-dist/fonts/vf/impallari/librebaskerville -%dir %{_texdir}/texmf-dist/fonts/vf/impallari/quattrocento -%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign -%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdput -%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/fonts/vf/monotype -%dir %{_texdir}/texmf-dist/fonts/vf/monotype/helvetic -%dir %{_texdir}/texmf-dist/fonts/vf/ptex -%dir %{_texdir}/texmf-dist/fonts/vf/ptex/jis -%dir %{_texdir}/texmf-dist/fonts/vf/ptex/morisawa -%dir %{_texdir}/texmf-dist/fonts/vf/ptex/nmin-ngoth -%dir %{_texdir}/texmf-dist/fonts/vf/ptex/standard -%dir %{_texdir}/texmf-dist/fonts/vf/public -%dir %{_texdir}/texmf-dist/fonts/vf/public/ae -%dir %{_texdir}/texmf-dist/fonts/vf/public/aecc -%dir %{_texdir}/texmf-dist/fonts/vf/public/arev -%dir %{_texdir}/texmf-dist/fonts/vf/public/augie -%dir %{_texdir}/texmf-dist/fonts/vf/public/bera -%dir %{_texdir}/texmf-dist/fonts/vf/public/bgreek -%dir %{_texdir}/texmf-dist/fonts/vf/public/blacklettert1 -%dir %{_texdir}/texmf-dist/fonts/vf/public/boondox -%dir %{_texdir}/texmf-dist/fonts/vf/public/brushscr -%dir %{_texdir}/texmf-dist/fonts/vf/public/cantarell -%dir %{_texdir}/texmf-dist/fonts/vf/public/cfr-lm -%dir %{_texdir}/texmf-dist/fonts/vf/public/cjhebrew -%dir %{_texdir}/texmf-dist/fonts/vf/public/cmcyr -%dir %{_texdir}/texmf-dist/fonts/vf/public/cm-lgc -%dir %{_texdir}/texmf-dist/fonts/vf/public/cmtiup -%dir %{_texdir}/texmf-dist/fonts/vf/public/comfortaa -%dir %{_texdir}/texmf-dist/fonts/vf/public/dejavu -%dir %{_texdir}/texmf-dist/fonts/vf/public/dozenal -%dir %{_texdir}/texmf-dist/fonts/vf/public/droid -%dir %{_texdir}/texmf-dist/fonts/vf/public/dutchcal -%dir %{_texdir}/texmf-dist/fonts/vf/public/ebgaramond -%dir %{_texdir}/texmf-dist/fonts/vf/public/eco -%dir %{_texdir}/texmf-dist/fonts/vf/public/epigrafica -%dir %{_texdir}/texmf-dist/fonts/vf/public/esstix -%dir %{_texdir}/texmf-dist/fonts/vf/public/eulervm -%dir %{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg -%dir %{_texdir}/texmf-dist/fonts/vf/public/fourier -%dir %{_texdir}/texmf-dist/fonts/vf/public/fouriernc -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsartemisia -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsbaskerville -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsbodoni -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfscomplutum -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsdidot -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsneohellenic -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsporson -%dir %{_texdir}/texmf-dist/fonts/vf/public/gfssolomos -%dir %{_texdir}/texmf-dist/fonts/vf/public/gillcm -%dir %{_texdir}/texmf-dist/fonts/vf/public/gothic -%dir %{_texdir}/texmf-dist/fonts/vf/public/grverb -%dir %{_texdir}/texmf-dist/fonts/vf/public/hacm -%dir %{_texdir}/texmf-dist/fonts/vf/public/hfoldsty -%dir %{_texdir}/texmf-dist/fonts/vf/public/jamtimes -%dir %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf -%dir %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/fonts/vf/public/kerkis -%dir %{_texdir}/texmf-dist/fonts/vf/public/kpfonts -%dir %{_texdir}/texmf-dist/fonts/vf/public/lato -%dir %{_texdir}/texmf-dist/fonts/vf/public/libertine -%dir %{_texdir}/texmf-dist/fonts/vf/public/mathpazo -%dir %{_texdir}/texmf-dist/fonts/vf/public/mdputu -%dir %{_texdir}/texmf-dist/fonts/vf/public/nanumtype1 -%dir %{_texdir}/texmf-dist/fonts/vf/public/newpx -%dir %{_texdir}/texmf-dist/fonts/vf/public/newtx -%dir %{_texdir}/texmf-dist/fonts/vf/public/opensans -%dir %{_texdir}/texmf-dist/fonts/vf/public/paratype -%dir %{_texdir}/texmf-dist/fonts/vf/public/pslatex -%dir %{_texdir}/texmf-dist/fonts/vf/public/pxfonts -%dir %{_texdir}/texmf-dist/fonts/vf/public/pxtxalfa -%dir %{_texdir}/texmf-dist/fonts/vf/public/qpxqtx -%dir %{_texdir}/texmf-dist/fonts/vf/public/relenc -%dir %{_texdir}/texmf-dist/fonts/vf/public/rsfso -%dir %{_texdir}/texmf-dist/fonts/vf/public/sansmathaccent -%dir %{_texdir}/texmf-dist/fonts/vf/public/tengwarscript -%dir %{_texdir}/texmf-dist/fonts/vf/public/txfonts -%dir %{_texdir}/texmf-dist/fonts/vf/public/txfontsb -%dir %{_texdir}/texmf-dist/fonts/vf/public/yhmath -%dir %{_texdir}/texmf-dist/fonts/vf/uhc -%dir %{_texdir}/texmf-dist/fonts/vf/uhc/uwmj -%dir %{_texdir}/texmf-dist/fonts/vf/uhc/wmj -%dir %{_texdir}/texmf-dist/fonts/vf/uptex -%dir %{_texdir}/texmf-dist/fonts/vf/uptex/jis -%dir %{_texdir}/texmf-dist/fonts/vf/uptex/min -%dir %{_texdir}/texmf-dist/fonts/vf/urw -%dir %{_texdir}/texmf-dist/fonts/vf/urw/antiqua -%dir %{_texdir}/texmf-dist/fonts/vf/urw/grotesq -%dir %{_texdir}/texmf-dist/fonts/vf/urw/urwchancal -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/courier -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/helvetic -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/ncntrsbk -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/palatino -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/times -%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/zapfchan -%dir %{_texdir}/texmf-dist/fonts/vf/vntex -%dir %{_texdir}/texmf-dist/fonts/vf/vntex/chartervn -%dir %{_texdir}/texmf-dist/fonts/vf/vntex/urwvn -%dir %{_texdir}/texmf-dist/fonts/vf/vntex/vntopia -%dir %{_texdir}/texmf-dist/fonts/vf/wadalab -%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/udgj -%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/udmj -%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/umcj -%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/umrj -%dir %{_texdir}/texmf-dist/makeindex -%dir %{_texdir}/texmf-dist/makeindex/arsclassica -%dir %{_texdir}/texmf-dist/makeindex/babel -%dir %{_texdir}/texmf-dist/makeindex/base -%dir %{_texdir}/texmf-dist/makeindex/bgteubner -%dir %{_texdir}/texmf-dist/makeindex/bibarts -%dir %{_texdir}/texmf-dist/makeindex/confproc -%dir %{_texdir}/texmf-dist/makeindex/disser -%dir %{_texdir}/texmf-dist/makeindex/dtk -%dir %{_texdir}/texmf-dist/makeindex/fixlatvian -%dir %{_texdir}/texmf-dist/makeindex/gatech-thesis -%dir %{_texdir}/texmf-dist/makeindex/gmdoc -%dir %{_texdir}/texmf-dist/makeindex/index -%dir %{_texdir}/texmf-dist/makeindex/iso -%dir %{_texdir}/texmf-dist/makeindex/juraabbrev -%dir %{_texdir}/texmf-dist/makeindex/latex -%dir %{_texdir}/texmf-dist/makeindex/l3kernel -%dir %{_texdir}/texmf-dist/makeindex/memoir -%dir %{_texdir}/texmf-dist/makeindex/minitoc -%dir %{_texdir}/texmf-dist/makeindex/mkgrkindex -%dir %{_texdir}/texmf-dist/makeindex/multibib -%dir %{_texdir}/texmf-dist/makeindex/nomencl -%dir %{_texdir}/texmf-dist/makeindex/nomentbl -%dir %{_texdir}/texmf-dist/makeindex/nostarch -%dir %{_texdir}/texmf-dist/makeindex/oscola -%dir %{_texdir}/texmf-dist/makeindex/plain -%dir %{_texdir}/texmf-dist/makeindex/repeatindex -%dir %{_texdir}/texmf-dist/makeindex/songbook -%dir %{_texdir}/texmf-dist/makeindex/startex -%dir %{_texdir}/texmf-dist/makeindex/xdoc -%dir %{_texdir}/texmf-dist/metafont -%dir %{_texdir}/texmf-dist/metafont/base -%dir %{_texdir}/texmf-dist/metafont/config -%dir %{_texdir}/texmf-dist/metafont/feynmf -%dir %{_texdir}/texmf-dist/metafont/mfpic -%dir %{_texdir}/texmf-dist/metafont/misc -%dir %{_texdir}/texmf-dist/metafont/roex -%dir %{_texdir}/texmf-dist/metapost -%dir %{_texdir}/texmf-dist/metapost/automata -%dir %{_texdir}/texmf-dist/metapost/base -%dir %{_texdir}/texmf-dist/metapost/bbcard -%dir %{_texdir}/texmf-dist/metapost/bclogo -%dir %{_texdir}/texmf-dist/metapost/blockdraw_mp -%dir %{_texdir}/texmf-dist/metapost/bpolynomial -%dir %{_texdir}/texmf-dist/metapost/cmarrows -%dir %{_texdir}/texmf-dist/metapost/config -%dir %{_texdir}/texmf-dist/metapost/context -%dir %{_texdir}/texmf-dist/metapost/context/base -%dir %{_texdir}/texmf-dist/metapost/context/font -%dir %{_texdir}/texmf-dist/metapost/context/third -%dir %{_texdir}/texmf-dist/metapost/context/third/gnuplot -%dir %{_texdir}/texmf-dist/metapost/drv -%dir %{_texdir}/texmf-dist/metapost/dviincl -%dir %{_texdir}/texmf-dist/metapost/epsincl -%dir %{_texdir}/texmf-dist/metapost/expressg -%dir %{_texdir}/texmf-dist/metapost/exteps -%dir %{_texdir}/texmf-dist/metapost/featpost -%dir %{_texdir}/texmf-dist/metapost/feynmf -%dir %{_texdir}/texmf-dist/metapost/garrigues -%dir %{_texdir}/texmf-dist/metapost/hatching -%dir %{_texdir}/texmf-dist/metapost/latexmp -%dir %{_texdir}/texmf-dist/metapost/makecirc -%dir %{_texdir}/texmf-dist/metapost/metago -%dir %{_texdir}/texmf-dist/metapost/metaobj -%dir %{_texdir}/texmf-dist/metapost/metaplot -%dir %{_texdir}/texmf-dist/metapost/metauml -%dir %{_texdir}/texmf-dist/metapost/mfpic -%dir %{_texdir}/texmf-dist/metapost/mf2pt1 -%dir %{_texdir}/texmf-dist/metapost/misc -%dir %{_texdir}/texmf-dist/metapost/mpattern -%dir %{_texdir}/texmf-dist/metapost/mpcolornames -%dir %{_texdir}/texmf-dist/metapost/mp3d -%dir %{_texdir}/texmf-dist/metapost/nkarta -%dir %{_texdir}/texmf-dist/metapost/piechartmp -%dir %{_texdir}/texmf-dist/metapost/slideshow -%dir %{_texdir}/texmf-dist/metapost/splines -%dir %{_texdir}/texmf-dist/metapost/suanpan -%dir %{_texdir}/texmf-dist/metapost/support -%dir %{_texdir}/texmf-dist/metapost/support/charlib -%dir %{_texdir}/texmf-dist/metapost/tabvar -%dir %{_texdir}/texmf-dist/metapost/textpath -%dir %{_texdir}/texmf-dist/metapost/threeddice -%dir %{_texdir}/texmf-dist/metapost/venn -%dir %{_texdir}/texmf-dist/mft -%dir %{_texdir}/texmf-dist/mft/base -%dir %{_texdir}/texmf-dist/omega -%dir %{_texdir}/texmf-dist/omega/ocp -%dir %{_texdir}/texmf-dist/omega/ocp/antomega -%dir %{_texdir}/texmf-dist/omega/ocp/antomega/latin -%dir %{_texdir}/texmf-dist/omega/ocp/ethiop -%dir %{_texdir}/texmf-dist/omega/ocp/char2uni -%dir %{_texdir}/texmf-dist/omega/ocp/misc -%dir %{_texdir}/texmf-dist/omega/ocp/ocherokee -%dir %{_texdir}/texmf-dist/omega/ocp/oinuit -%dir %{_texdir}/texmf-dist/omega/ocp/omega -%dir %{_texdir}/texmf-dist/omega/ocp/otibet -%dir %{_texdir}/texmf-dist/omega/ocp/uni2char -%dir %{_texdir}/texmf-dist/omega/otp -%dir %{_texdir}/texmf-dist/omega/otp/antomega -%dir %{_texdir}/texmf-dist/omega/otp/antomega/latin -%dir %{_texdir}/texmf-dist/omega/otp/ethiop -%dir %{_texdir}/texmf-dist/omega/otp/char2uni -%dir %{_texdir}/texmf-dist/omega/otp/misc -%dir %{_texdir}/texmf-dist/omega/otp/ocherokee -%dir %{_texdir}/texmf-dist/omega/otp/oinuit -%dir %{_texdir}/texmf-dist/omega/otp/omega -%dir %{_texdir}/texmf-dist/omega/otp/otibet -%dir %{_texdir}/texmf-dist/omega/otp/uni2char -%dir %{_texdir}/texmf-dist/pbibtex -%dir %{_texdir}/texmf-dist/pbibtex/bib -%dir %{_texdir}/texmf-dist/pbibtex/bst -%dir %{_texdir}/texmf-dist/scripts -%dir %{_texdir}/texmf-dist/scripts/accfonts -%dir %{_texdir}/texmf-dist/scripts/adhocfilelist -%dir %{_texdir}/texmf-dist/scripts/arara -%dir %{_texdir}/texmf-dist/scripts/arara/rules -%dir %{_texdir}/texmf-dist/scripts/authorindex -%dir %{_texdir}/texmf-dist/scripts/a2ping -%dir %{_texdir}/texmf-dist/scripts/bibexport -%dir %{_texdir}/texmf-dist/scripts/bundledoc -%dir %{_texdir}/texmf-dist/scripts/cachepic -%dir %{_texdir}/texmf-dist/scripts/context -%dir %{_texdir}/texmf-dist/scripts/context/lua -%dir %{_texdir}/texmf-dist/scripts/context/lua/third -%dir %{_texdir}/texmf-dist/scripts/context/lua/third/rst -%dir %{_texdir}/texmf-dist/scripts/context/lua/third/simpleslides -%dir %{_texdir}/texmf-dist/scripts/context/perl -%dir %{_texdir}/texmf-dist/scripts/context/ruby -%dir %{_texdir}/texmf-dist/scripts/context/ruby/base -%dir %{_texdir}/texmf-dist/scripts/context/ruby/base/kpse -%dir %{_texdir}/texmf-dist/scripts/context/ruby/graphics -%dir %{_texdir}/texmf-dist/scripts/context/stubs -%dir %{_texdir}/texmf-dist/scripts/context/stubs/mswin -%dir %{_texdir}/texmf-dist/scripts/context/stubs/source -%dir %{_texdir}/texmf-dist/scripts/context/stubs/unix -%dir %{_texdir}/texmf-dist/scripts/ctanify -%dir %{_texdir}/texmf-dist/scripts/ctanupload -%dir %{_texdir}/texmf-dist/scripts/de-macro -%dir %{_texdir}/texmf-dist/scripts/dosepsbin -%dir %{_texdir}/texmf-dist/scripts/dtxgen -%dir %{_texdir}/texmf-dist/scripts/dviasm -%dir %{_texdir}/texmf-dist/scripts/ebong -%dir %{_texdir}/texmf-dist/scripts/epspdf -%dir %{_texdir}/texmf-dist/scripts/epstopdf -%dir %{_texdir}/texmf-dist/scripts/exceltex -%dir %{_texdir}/texmf-dist/scripts/fig4latex -%dir %{_texdir}/texmf-dist/scripts/findhyph -%dir %{_texdir}/texmf-dist/scripts/flowfram -%dir %{_texdir}/texmf-dist/scripts/fmtcount -%dir %{_texdir}/texmf-dist/scripts/fontools -%dir %{_texdir}/texmf-dist/scripts/fragmaster -%dir %{_texdir}/texmf-dist/scripts/glossaries -%dir %{_texdir}/texmf-dist/scripts/changes -%dir %{_texdir}/texmf-dist/scripts/checkcites -%dir %{_texdir}/texmf-dist/scripts/installfont -%dir %{_texdir}/texmf-dist/scripts/jfontmaps -%dir %{_texdir}/texmf-dist/scripts/jmlr -%dir %{_texdir}/texmf-dist/scripts/latexdiff -%dir %{_texdir}/texmf-dist/scripts/latexfileversion -%dir %{_texdir}/texmf-dist/scripts/latexpand -%dir %{_texdir}/texmf-dist/scripts/latex2man -%dir %{_texdir}/texmf-dist/scripts/listbib -%dir %{_texdir}/texmf-dist/scripts/listings-ext -%dir %{_texdir}/texmf-dist/scripts/ltxfileinfo -%dir %{_texdir}/texmf-dist/scripts/lua-alt-getopt -%dir %{_texdir}/texmf-dist/scripts/luaindex -%dir %{_texdir}/texmf-dist/scripts/luaotfload -%dir %{_texdir}/texmf-dist/scripts/luasseq -%dir %{_texdir}/texmf-dist/scripts/lua2dox -%dir %{_texdir}/texmf-dist/scripts/mathspic -%dir %{_texdir}/texmf-dist/scripts/match_parens -%dir %{_texdir}/texmf-dist/scripts/mf2pt1 -%dir %{_texdir}/texmf-dist/scripts/mkgrkindex -%dir %{_texdir}/texmf-dist/scripts/mkjobtexmf -%dir %{_texdir}/texmf-dist/scripts/m-tx -%dir %{_texdir}/texmf-dist/scripts/musixtex -%dir %{_texdir}/texmf-dist/scripts/mycv -%dir %{_texdir}/texmf-dist/scripts/oberdiek -%dir %{_texdir}/texmf-dist/scripts/pax -%dir %{_texdir}/texmf-dist/scripts/pdfcrop -%dir %{_texdir}/texmf-dist/scripts/pdfjam -%dir %{_texdir}/texmf-dist/scripts/pedigree-perl -%dir %{_texdir}/texmf-dist/scripts/pedigree-perl/Pedigree -%dir %{_texdir}/texmf-dist/scripts/perltex -%dir %{_texdir}/texmf-dist/scripts/pfarrei -%dir %{_texdir}/texmf-dist/scripts/pgfplots -%dir %{_texdir}/texmf-dist/scripts/pkfix -%dir %{_texdir}/texmf-dist/scripts/pkfix-helper -%dir %{_texdir}/texmf-dist/scripts/pmx -%dir %{_texdir}/texmf-dist/scripts/pst-pdf -%dir %{_texdir}/texmf-dist/scripts/pst2pdf -%dir %{_texdir}/texmf-dist/scripts/ptex2pdf -%dir %{_texdir}/texmf-dist/scripts/purifyeps -%dir %{_texdir}/texmf-dist/scripts/shipunov -%dir %{_texdir}/texmf-dist/scripts/simpdftex -%dir %{_texdir}/texmf-dist/scripts/spelling -%dir %{_texdir}/texmf-dist/scripts/splitindex -%dir %{_texdir}/texmf-dist/scripts/sty2dtx -%dir %{_texdir}/texmf-dist/scripts/svn-multi -%dir %{_texdir}/texmf-dist/scripts/tetex -%dir %{_texdir}/texmf-dist/scripts/texcount -%dir %{_texdir}/texmf-dist/scripts/texdef -%dir %{_texdir}/texmf-dist/scripts/texdiff -%dir %{_texdir}/texmf-dist/scripts/texdirflatten -%dir %{_texdir}/texmf-dist/scripts/texdoc -%dir %{_texdir}/texmf-dist/scripts/texliveonfly -%dir %{_texdir}/texmf-dist/scripts/texloganalyser -%dir %{_texdir}/texmf-dist/scripts/tex4ht -%dir %{_texdir}/texmf-dist/scripts/thumbpdf -%dir %{_texdir}/texmf-dist/scripts/typeoutfileinfo -%dir %{_texdir}/texmf-dist/scripts/ulqda -%dir %{_texdir}/texmf-dist/scripts/uptex -%dir %{_texdir}/texmf-dist/scripts/urlbst -%dir %{_texdir}/texmf-dist/scripts/vpe -%dir %{_texdir}/texmf-dist/scripts/xetex -%dir %{_texdir}/texmf-dist/scripts/xetex/perl -%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib -%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF -%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse -%dir %{_texdir}/texmf-dist/source -%dir %{_texdir}/texmf-dist/source/latex -%dir %{_texdir}/texmf-dist/source/latex/koma-script -%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc -%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/bin -%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/english -%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman -%dir %{_texdir}/texmf-dist/tex -%dir %{_texdir}/texmf-dist/tex/amstex -%dir %{_texdir}/texmf-dist/tex/amstex/base -%dir %{_texdir}/texmf-dist/tex/amstex/config -%dir %{_texdir}/texmf-dist/tex/context -%dir %{_texdir}/texmf-dist/tex/context/base -%dir %{_texdir}/texmf-dist/tex/context/bib -%dir %{_texdir}/texmf-dist/tex/context/colors -%dir %{_texdir}/texmf-dist/tex/context/colors/icc -%dir %{_texdir}/texmf-dist/tex/context/config -%dir %{_texdir}/texmf-dist/tex/context/extra -%dir %{_texdir}/texmf-dist/tex/context/fonts -%dir %{_texdir}/texmf-dist/tex/context/foxet -%dir %{_texdir}/texmf-dist/tex/context/interface -%dir %{_texdir}/texmf-dist/tex/context/interface/third -%dir %{_texdir}/texmf-dist/tex/context/patterns -%dir %{_texdir}/texmf-dist/tex/context/sample -%dir %{_texdir}/texmf-dist/tex/context/test -%dir %{_texdir}/texmf-dist/tex/context/third -%dir %{_texdir}/texmf-dist/tex/context/third/account -%dir %{_texdir}/texmf-dist/tex/context/third/algorithmic -%dir %{_texdir}/texmf-dist/tex/context/third/bnf -%dir %{_texdir}/texmf-dist/tex/context/third/construction-plan -%dir %{_texdir}/texmf-dist/tex/context/third/degrade -%dir %{_texdir}/texmf-dist/tex/context/third/filter -%dir %{_texdir}/texmf-dist/tex/context/third/fixme -%dir %{_texdir}/texmf-dist/tex/context/third/french -%dir %{_texdir}/texmf-dist/tex/context/third/fullpage -%dir %{_texdir}/texmf-dist/tex/context/third/games -%dir %{_texdir}/texmf-dist/tex/context/third/gantt -%dir %{_texdir}/texmf-dist/tex/context/third/gentium -%dir %{_texdir}/texmf-dist/tex/context/third/gnuplot -%dir %{_texdir}/texmf-dist/tex/context/third/chromato -%dir %{_texdir}/texmf-dist/tex/context/third/letter -%dir %{_texdir}/texmf-dist/tex/context/third/letter/base -%dir %{_texdir}/texmf-dist/tex/context/third/letter/style -%dir %{_texdir}/texmf-dist/tex/context/third/lettrine -%dir %{_texdir}/texmf-dist/tex/context/third/lilypond -%dir %{_texdir}/texmf-dist/tex/context/third/mathsets -%dir %{_texdir}/texmf-dist/tex/context/third/pgf -%dir %{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer -%dir %{_texdir}/texmf-dist/tex/context/third/pgf/frontendlayer -%dir %{_texdir}/texmf-dist/tex/context/third/pgf/math -%dir %{_texdir}/texmf-dist/tex/context/third/pgfplots -%dir %{_texdir}/texmf-dist/tex/context/third/pgf/systemlayer -%dir %{_texdir}/texmf-dist/tex/context/third/pgf/utilities -%dir %{_texdir}/texmf-dist/tex/context/third/rst -%dir %{_texdir}/texmf-dist/tex/context/third/ruby -%dir %{_texdir}/texmf-dist/tex/context/third/semaphor -%dir %{_texdir}/texmf-dist/tex/context/third/simplefonts -%dir %{_texdir}/texmf-dist/tex/context/third/simpleslides -%dir %{_texdir}/texmf-dist/tex/context/third/typearea -%dir %{_texdir}/texmf-dist/tex/context/third/typescripts -%dir %{_texdir}/texmf-dist/tex/context/third/vim -%dir %{_texdir}/texmf-dist/tex/context/user -%dir %{_texdir}/texmf-dist/tex/cslatex -%dir %{_texdir}/texmf-dist/tex/cslatex/base -%dir %{_texdir}/texmf-dist/tex/cslatex/cspsfonts -%dir %{_texdir}/texmf-dist/tex/csplain -%dir %{_texdir}/texmf-dist/tex/csplain/base -%dir %{_texdir}/texmf-dist/tex/csplain/fonts -%dir %{_texdir}/texmf-dist/tex/csplain/opmac -%dir %{_texdir}/texmf-dist/texdoc -%dir %{_texdir}/texmf-dist/texdoctk -%dir %{_texdir}/texmf-dist/tex/eplain -%dir %{_texdir}/texmf-dist/tex/fontinst -%dir %{_texdir}/texmf-dist/tex/fontinst/base -%dir %{_texdir}/texmf-dist/tex/fontinst/latinetx -%dir %{_texdir}/texmf-dist/tex/fontinst/latinmtx -%dir %{_texdir}/texmf-dist/tex/fontinst/mathetx -%dir %{_texdir}/texmf-dist/tex/fontinst/mathmtx -%dir %{_texdir}/texmf-dist/tex/fontinst/misc -%dir %{_texdir}/texmf-dist/tex/fontinst/smbletx -%dir %{_texdir}/texmf-dist/tex/fontinst/smblmtx -%dir %{_texdir}/texmf-dist/tex/generic -%dir %{_texdir}/texmf-dist/tex/generic/abbr -%dir %{_texdir}/texmf-dist/tex/generic/abstyles -%dir %{_texdir}/texmf-dist/tex/generic/arrayjobx -%dir %{_texdir}/texmf-dist/tex/generic/babel -%dir %{_texdir}/texmf-dist/tex/generic/barr -%dir %{_texdir}/texmf-dist/tex/generic/bibtex -%dir %{_texdir}/texmf-dist/tex/generic/bitelist -%dir %{_texdir}/texmf-dist/tex/generic/catcodes -%dir %{_texdir}/texmf-dist/tex/generic/colortab -%dir %{_texdir}/texmf-dist/tex/generic/commado -%dir %{_texdir}/texmf-dist/tex/generic/context -%dir %{_texdir}/texmf-dist/tex/generic/context/luatex -%dir %{_texdir}/texmf-dist/tex/generic/context/mptopdf -%dir %{_texdir}/texmf-dist/tex/generic/context/ppchtex -%dir %{_texdir}/texmf-dist/tex/generic/c-pascal -%dir %{_texdir}/texmf-dist/tex/generic/dcpic -%dir %{_texdir}/texmf-dist/tex/generic/dehyph-exptl -%dir %{_texdir}/texmf-dist/tex/generic/dirtree -%dir %{_texdir}/texmf-dist/tex/generic/dowith -%dir %{_texdir}/texmf-dist/tex/generic/dratex -%dir %{_texdir}/texmf-dist/tex/generic/dvips -%dir %{_texdir}/texmf-dist/tex/generic/ean -%dir %{_texdir}/texmf-dist/tex/generic/edmac -%dir %{_texdir}/texmf-dist/tex/generic/eijkhout -%dir %{_texdir}/texmf-dist/tex/generic/encodings -%dir %{_texdir}/texmf-dist/tex/generic/enctex -%dir %{_texdir}/texmf-dist/tex/generic/epigram -%dir %{_texdir}/texmf-dist/tex/generic/epsf -%dir %{_texdir}/texmf-dist/tex/generic/fenixpar -%dir %{_texdir}/texmf-dist/tex/generic/filemod -%dir %{_texdir}/texmf-dist/tex/generic/fltpoint -%dir %{_texdir}/texmf-dist/tex/generic/fntproof -%dir %{_texdir}/texmf-dist/tex/generic/frame -%dir %{_texdir}/texmf-dist/tex/generic/gates -%dir %{_texdir}/texmf-dist/tex/generic/genmisc -%dir %{_texdir}/texmf-dist/tex/generic/german -%dir %{_texdir}/texmf-dist/tex/generic/hyphenex -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8 -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt -%dir %{_texdir}/texmf-dist/tex/generic/chemfig -%dir %{_texdir}/texmf-dist/tex/generic/chronosys -%dir %{_texdir}/texmf-dist/tex/generic/ibygrk -%dir %{_texdir}/texmf-dist/tex/generic/iftex -%dir %{_texdir}/texmf-dist/tex/generic/ifxetex -%dir %{_texdir}/texmf-dist/tex/generic/insbox -%dir %{_texdir}/texmf-dist/tex/generic/kastrup -%dir %{_texdir}/texmf-dist/tex/generic/langcode -%dir %{_texdir}/texmf-dist/tex/generic/lecturer -%dir %{_texdir}/texmf-dist/tex/generic/levy -%dir %{_texdir}/texmf-dist/tex/generic/librarian -%dir %{_texdir}/texmf-dist/tex/generic/mathabx -%dir %{_texdir}/texmf-dist/tex/generic/mathdots -%dir %{_texdir}/texmf-dist/tex/generic/metapost -%dir %{_texdir}/texmf-dist/tex/generic/mfpic -%dir %{_texdir}/texmf-dist/tex/generic/midnight -%dir %{_texdir}/texmf-dist/tex/generic/minifp -%dir %{_texdir}/texmf-dist/tex/generic/misc -%dir %{_texdir}/texmf-dist/tex/generic/m-tx -%dir %{_texdir}/texmf-dist/tex/generic/multido -%dir %{_texdir}/texmf-dist/tex/generic/musixtex -%dir %{_texdir}/texmf-dist/tex/generic/navigator -%dir %{_texdir}/texmf-dist/tex/generic/oberdiek -%dir %{_texdir}/texmf-dist/tex/generic/ofs -%dir %{_texdir}/texmf-dist/tex/generic/omegahyph -%dir %{_texdir}/texmf-dist/tex/generic/path -%dir %{_texdir}/texmf-dist/tex/generic/pdf-trans -%dir %{_texdir}/texmf-dist/tex/generic/petri-nets -%dir %{_texdir}/texmf-dist/tex/generic/pgf -%dir %{_texdir}/texmf-dist/tex/generic/pgf/basiclayer -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization -%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs -%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries -%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization -%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations -%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes -%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits -%dir %{_texdir}/texmf-dist/tex/generic/pgf/math -%dir %{_texdir}/texmf-dist/tex/generic/pgf/modules -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/libs -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/liststructure -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/lua -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/numtable -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/oldpgfcompatib -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/oldpgfplotscompatib -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/sys -%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/util -%dir %{_texdir}/texmf-dist/tex/generic/pgf/rendering -%dir %{_texdir}/texmf-dist/tex/generic/pgf/systemlayer -%dir %{_texdir}/texmf-dist/tex/generic/pgf/utilities -%dir %{_texdir}/texmf-dist/tex/generic/pictex -%dir %{_texdir}/texmf-dist/tex/generic/plainpkg -%dir %{_texdir}/texmf-dist/tex/generic/pmx -%dir %{_texdir}/texmf-dist/tex/generic/poster-mac -%dir %{_texdir}/texmf-dist/tex/generic/pst-abspos -%dir %{_texdir}/texmf-dist/tex/generic/pst-asr -%dir %{_texdir}/texmf-dist/tex/generic/pst-bar -%dir %{_texdir}/texmf-dist/tex/generic/pst-barcode -%dir %{_texdir}/texmf-dist/tex/generic/pst-bezier -%dir %{_texdir}/texmf-dist/tex/generic/pst-blur -%dir %{_texdir}/texmf-dist/tex/generic/pst-bspline -%dir %{_texdir}/texmf-dist/tex/generic/pst-circ -%dir %{_texdir}/texmf-dist/tex/generic/pst-coil -%dir %{_texdir}/texmf-dist/tex/generic/pst-cox -%dir %{_texdir}/texmf-dist/tex/generic/pst-diffraction -%dir %{_texdir}/texmf-dist/tex/generic/pst-electricfield -%dir %{_texdir}/texmf-dist/tex/generic/pst-eps -%dir %{_texdir}/texmf-dist/tex/generic/pst-eucl -%dir %{_texdir}/texmf-dist/tex/generic/pst-fill -%dir %{_texdir}/texmf-dist/tex/generic/pst-fit -%dir %{_texdir}/texmf-dist/tex/generic/pst-fractal -%dir %{_texdir}/texmf-dist/tex/generic/pst-fr3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-fun -%dir %{_texdir}/texmf-dist/tex/generic/pst-func -%dir %{_texdir}/texmf-dist/tex/generic/pst-gantt -%dir %{_texdir}/texmf-dist/tex/generic/pst-geo -%dir %{_texdir}/texmf-dist/tex/generic/pst-geo/data -%dir %{_texdir}/texmf-dist/tex/generic/pst-geo/dataII -%dir %{_texdir}/texmf-dist/tex/generic/pst-ghsb -%dir %{_texdir}/texmf-dist/tex/generic/pst-grad -%dir %{_texdir}/texmf-dist/tex/generic/pst-graphicx -%dir %{_texdir}/texmf-dist/tex/generic/pst-gr3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-infixplot -%dir %{_texdir}/texmf-dist/tex/generic/pst-jtree -%dir %{_texdir}/texmf-dist/tex/generic/pst-knot -%dir %{_texdir}/texmf-dist/tex/generic/pst-labo -%dir %{_texdir}/texmf-dist/tex/generic/pst-lens -%dir %{_texdir}/texmf-dist/tex/generic/pst-light3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-magneticfield -%dir %{_texdir}/texmf-dist/tex/generic/pst-math -%dir %{_texdir}/texmf-dist/tex/generic/pst-mirror -%dir %{_texdir}/texmf-dist/tex/generic/pst-node -%dir %{_texdir}/texmf-dist/tex/generic/pst-ob3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-ode -%dir %{_texdir}/texmf-dist/tex/generic/pst-optic -%dir %{_texdir}/texmf-dist/tex/generic/pst-osci -%dir %{_texdir}/texmf-dist/tex/generic/pst-pad -%dir %{_texdir}/texmf-dist/tex/generic/pst-pdgr -%dir %{_texdir}/texmf-dist/tex/generic/pst-plot -%dir %{_texdir}/texmf-dist/tex/generic/pst-poly -%dir %{_texdir}/texmf-dist/tex/generic/pst-pulley -%dir %{_texdir}/texmf-dist/tex/generic/pst-qtree -%dir %{_texdir}/texmf-dist/tex/generic/pstricks -%dir %{_texdir}/texmf-dist/tex/generic/pstricks-add -%dir %{_texdir}/texmf-dist/tex/generic/pstricks/config -%dir %{_texdir}/texmf-dist/tex/generic/pst-rubans -%dir %{_texdir}/texmf-dist/tex/generic/pst-sigsys -%dir %{_texdir}/texmf-dist/tex/generic/pst-slpe -%dir %{_texdir}/texmf-dist/tex/generic/pst-solarsystem -%dir %{_texdir}/texmf-dist/tex/generic/pst-solides3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-spectra -%dir %{_texdir}/texmf-dist/tex/generic/pst-stru -%dir %{_texdir}/texmf-dist/tex/generic/pst-text -%dir %{_texdir}/texmf-dist/tex/generic/pst-thick -%dir %{_texdir}/texmf-dist/tex/generic/pst-tools -%dir %{_texdir}/texmf-dist/tex/generic/pst-tree -%dir %{_texdir}/texmf-dist/tex/generic/pst-tvz -%dir %{_texdir}/texmf-dist/tex/generic/pst-vue3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-3d -%dir %{_texdir}/texmf-dist/tex/generic/pst-3dplot -%dir %{_texdir}/texmf-dist/tex/generic/qpxqtx -%dir %{_texdir}/texmf-dist/tex/generic/rlepsf -%dir %{_texdir}/texmf-dist/tex/generic/ruhyphen -%dir %{_texdir}/texmf-dist/tex/generic/serbianc -%dir %{_texdir}/texmf-dist/tex/generic/shade -%dir %{_texdir}/texmf-dist/tex/generic/shapepar -%dir %{_texdir}/texmf-dist/tex/generic/schemata -%dir %{_texdir}/texmf-dist/tex/generic/splitindex -%dir %{_texdir}/texmf-dist/tex/generic/systeme -%dir %{_texdir}/texmf-dist/tex/generic/tabto-generic -%dir %{_texdir}/texmf-dist/tex/generic/tap -%dir %{_texdir}/texmf-dist/tex/generic/texapi -%dir %{_texdir}/texmf-dist/tex/generic/texdraw -%dir %{_texdir}/texmf-dist/tex/generic/tex-ewd -%dir %{_texdir}/texmf-dist/tex/generic/tex-ps -%dir %{_texdir}/texmf-dist/tex/generic/textmerg -%dir %{_texdir}/texmf-dist/tex/generic/tex4ht -%dir %{_texdir}/texmf-dist/tex/generic/thailatex -%dir %{_texdir}/texmf-dist/tex/generic/thumbpdf -%dir %{_texdir}/texmf-dist/tex/generic/t2 -%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst -%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives -%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc -%dir %{_texdir}/texmf-dist/tex/generic/ukrhyph -%dir %{_texdir}/texmf-dist/tex/generic/ulem -%dir %{_texdir}/texmf-dist/tex/generic/upca -%dir %{_texdir}/texmf-dist/tex/generic/variations -%dir %{_texdir}/texmf-dist/tex/generic/vaucanson-g -%dir %{_texdir}/texmf-dist/tex/generic/velthuis -%dir %{_texdir}/texmf-dist/tex/generic/xcomment -%dir %{_texdir}/texmf-dist/tex/generic/xecyr -%dir %{_texdir}/texmf-dist/tex/generic/xetexconfig -%dir %{_texdir}/texmf-dist/tex/generic/xint -%dir %{_texdir}/texmf-dist/tex/generic/xkeyval -%dir %{_texdir}/texmf-dist/tex/generic/xlop -%dir %{_texdir}/texmf-dist/tex/generic/xstring -%dir %{_texdir}/texmf-dist/tex/generic/xypic -%dir %{_texdir}/texmf-dist/tex/generic/yax -%dir %{_texdir}/texmf-dist/tex/generic/ydoc -%dir %{_texdir}/texmf-dist/tex/generic/zhmetrics -%dir %{_texdir}/texmf-dist/tex/generic/2up -%dir %{_texdir}/texmf-dist/tex/jadetex -%dir %{_texdir}/texmf-dist/tex/jadetex/base -%dir %{_texdir}/texmf-dist/tex/lambda -%dir %{_texdir}/texmf-dist/tex/lambda/antomega -%dir %{_texdir}/texmf-dist/tex/lambda/base -%dir %{_texdir}/texmf-dist/tex/lambda/config -%dir %{_texdir}/texmf-dist/tex/lambda/ocherokee -%dir %{_texdir}/texmf-dist/tex/lambda/oinuit -%dir %{_texdir}/texmf-dist/tex/latex -%dir %{_texdir}/texmf-dist/tex/latex/aastex -%dir %{_texdir}/texmf-dist/tex/latex/abc -%dir %{_texdir}/texmf-dist/tex/latex/abntex2 -%dir %{_texdir}/texmf-dist/tex/latex/abraces -%dir %{_texdir}/texmf-dist/tex/latex/abstract -%dir %{_texdir}/texmf-dist/tex/latex/accfonts -%dir %{_texdir}/texmf-dist/tex/latex/acmconf -%dir %{_texdir}/texmf-dist/tex/latex/acro -%dir %{_texdir}/texmf-dist/tex/latex/acronym -%dir %{_texdir}/texmf-dist/tex/latex/acroterm -%dir %{_texdir}/texmf-dist/tex/latex/active-conf -%dir %{_texdir}/texmf-dist/tex/latex/actuarialangle -%dir %{_texdir}/texmf-dist/tex/latex/addlines -%dir %{_texdir}/texmf-dist/tex/latex/adfathesis -%dir %{_texdir}/texmf-dist/tex/latex/adforn -%dir %{_texdir}/texmf-dist/tex/latex/adfsymbols -%dir %{_texdir}/texmf-dist/tex/latex/adjmulticol -%dir %{_texdir}/texmf-dist/tex/latex/adjustbox -%dir %{_texdir}/texmf-dist/tex/latex/adrconv -%dir %{_texdir}/texmf-dist/tex/latex/advdate -%dir %{_texdir}/texmf-dist/tex/latex/ae -%dir %{_texdir}/texmf-dist/tex/latex/aecc -%dir %{_texdir}/texmf-dist/tex/latex/aeguill -%dir %{_texdir}/texmf-dist/tex/latex/afthesis -%dir %{_texdir}/texmf-dist/tex/latex/aguplus -%dir %{_texdir}/texmf-dist/tex/latex/achemso -%dir %{_texdir}/texmf-dist/tex/latex/achemso/config -%dir %{_texdir}/texmf-dist/tex/latex/aiaa -%dir %{_texdir}/texmf-dist/tex/latex/akktex -%dir %{_texdir}/texmf-dist/tex/latex/akletter -%dir %{_texdir}/texmf-dist/tex/latex/alg -%dir %{_texdir}/texmf-dist/tex/latex/algorithmicx -%dir %{_texdir}/texmf-dist/tex/latex/algorithms -%dir %{_texdir}/texmf-dist/tex/latex/algorithm2e -%dir %{_texdir}/texmf-dist/tex/latex/allrunes -%dir %{_texdir}/texmf-dist/tex/latex/alnumsec -%dir %{_texdir}/texmf-dist/tex/latex/alterqcm -%dir %{_texdir}/texmf-dist/tex/latex/altfont -%dir %{_texdir}/texmf-dist/tex/latex/ametsoc -%dir %{_texdir}/texmf-dist/tex/latex/amsaddr -%dir %{_texdir}/texmf-dist/tex/latex/amscls -%dir %{_texdir}/texmf-dist/tex/latex/amsfonts -%dir %{_texdir}/texmf-dist/tex/latex/amsmath -%dir %{_texdir}/texmf-dist/tex/latex/amsrefs -%dir %{_texdir}/texmf-dist/tex/latex/animate -%dir %{_texdir}/texmf-dist/tex/latex/anonchap -%dir %{_texdir}/texmf-dist/tex/latex/answers -%dir %{_texdir}/texmf-dist/tex/latex/antiqua -%dir %{_texdir}/texmf-dist/tex/latex/antt -%dir %{_texdir}/texmf-dist/tex/latex/anyfontsize -%dir %{_texdir}/texmf-dist/tex/latex/anysize -%dir %{_texdir}/texmf-dist/tex/latex/aomart -%dir %{_texdir}/texmf-dist/tex/latex/apa -%dir %{_texdir}/texmf-dist/tex/latex/apacite -%dir %{_texdir}/texmf-dist/tex/latex/apa6 -%dir %{_texdir}/texmf-dist/tex/latex/apa6/config -%dir %{_texdir}/texmf-dist/tex/latex/apa6e -%dir %{_texdir}/texmf-dist/tex/latex/appendix -%dir %{_texdir}/texmf-dist/tex/latex/appendixnumberbeamer -%dir %{_texdir}/texmf-dist/tex/latex/apptools -%dir %{_texdir}/texmf-dist/tex/latex/arabi -%dir %{_texdir}/texmf-dist/tex/latex/arabtex -%dir %{_texdir}/texmf-dist/tex/latex/arcs -%dir %{_texdir}/texmf-dist/tex/latex/arev -%dir %{_texdir}/texmf-dist/tex/latex/archaic -%dir %{_texdir}/texmf-dist/tex/latex/arsclassica -%dir %{_texdir}/texmf-dist/tex/latex/articleingud -%dir %{_texdir}/texmf-dist/tex/latex/arydshln -%dir %{_texdir}/texmf-dist/tex/latex/asaetr -%dir %{_texdir}/texmf-dist/tex/latex/ascelike -%dir %{_texdir}/texmf-dist/tex/latex/ascii -%dir %{_texdir}/texmf-dist/tex/latex/aspectratio -%dir %{_texdir}/texmf-dist/tex/latex/assignment -%dir %{_texdir}/texmf-dist/tex/latex/asyfig -%dir %{_texdir}/texmf-dist/tex/latex/attachfile -%dir %{_texdir}/texmf-dist/tex/latex/augie -%dir %{_texdir}/texmf-dist/tex/latex/auncial-new -%dir %{_texdir}/texmf-dist/tex/latex/aurical -%dir %{_texdir}/texmf-dist/tex/latex/authoraftertitle -%dir %{_texdir}/texmf-dist/tex/latex/authorindex -%dir %{_texdir}/texmf-dist/tex/latex/autoarea -%dir %{_texdir}/texmf-dist/tex/latex/autonum -%dir %{_texdir}/texmf-dist/tex/latex/autopdf -%dir %{_texdir}/texmf-dist/tex/latex/auto-pst-pdf -%dir %{_texdir}/texmf-dist/tex/latex/avantgar -%dir %{_texdir}/texmf-dist/tex/latex/a0poster -%dir %{_texdir}/texmf-dist/tex/latex/a4wide -%dir %{_texdir}/texmf-dist/tex/latex/a5comb -%dir %{_texdir}/texmf-dist/tex/latex/babelbib -%dir %{_texdir}/texmf-dist/tex/latex/background -%dir %{_texdir}/texmf-dist/tex/latex/backnaur -%dir %{_texdir}/texmf-dist/tex/latex/bangtex -%dir %{_texdir}/texmf-dist/tex/latex/barcodes -%dir %{_texdir}/texmf-dist/tex/latex/bardiag -%dir %{_texdir}/texmf-dist/tex/latex/base -%dir %{_texdir}/texmf-dist/tex/latex/bashful -%dir %{_texdir}/texmf-dist/tex/latex/baskervald -%dir %{_texdir}/texmf-dist/tex/latex/basque-book -%dir %{_texdir}/texmf-dist/tex/latex/basque-date -%dir %{_texdir}/texmf-dist/tex/latex/bbding -%dir %{_texdir}/texmf-dist/tex/latex/bbm-macros -%dir %{_texdir}/texmf-dist/tex/latex/bbold -%dir %{_texdir}/texmf-dist/tex/latex/bclogo -%dir %{_texdir}/texmf-dist/tex/latex/beamer -%dir %{_texdir}/texmf-dist/tex/latex/beamer/art -%dir %{_texdir}/texmf-dist/tex/latex/beameraudience -%dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation -%dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples -%dir %{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin -%dir %{_texdir}/texmf-dist/tex/latex/beamer/multimedia -%dir %{_texdir}/texmf-dist/tex/latex/beamerposter -%dir %{_texdir}/texmf-dist/tex/latex/beamersubframe -%dir %{_texdir}/texmf-dist/tex/latex/beamerthemejltree -%dir %{_texdir}/texmf-dist/tex/latex/beamerthemenirma -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/color -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/font -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/inner -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/outer -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/theme -%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary -%dir %{_texdir}/texmf-dist/tex/latex/beamer2thesis -%dir %{_texdir}/texmf-dist/tex/latex/begriff -%dir %{_texdir}/texmf-dist/tex/latex/bengali -%dir %{_texdir}/texmf-dist/tex/latex/bera -%dir %{_texdir}/texmf-dist/tex/latex/berenisadf -%dir %{_texdir}/texmf-dist/tex/latex/betababel -%dir %{_texdir}/texmf-dist/tex/latex/beton -%dir %{_texdir}/texmf-dist/tex/latex/bezos -%dir %{_texdir}/texmf-dist/tex/latex/bez123 -%dir %{_texdir}/texmf-dist/tex/latex/bgreek -%dir %{_texdir}/texmf-dist/tex/latex/bgteubner -%dir %{_texdir}/texmf-dist/tex/latex/bguq -%dir %{_texdir}/texmf-dist/tex/latex/bhcexam -%dir %{_texdir}/texmf-dist/tex/latex/bchart -%dir %{_texdir}/texmf-dist/tex/latex/bibarts -%dir %{_texdir}/texmf-dist/tex/latex/biblatex -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-apa -%dir %{_texdir}/texmf-dist/tex/latex/biblatex/bbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-bwl -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-caspervector -%dir %{_texdir}/texmf-dist/tex/latex/biblatex/cbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-fiwi -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-gost -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-historian -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-chem -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-chicago -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-ieee -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-juradiss -%dir %{_texdir}/texmf-dist/tex/latex/biblatex/lbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-mla -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-musuos -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-nature -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-nejm -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-philosophy -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-phys -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-publist -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-science -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx -%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx -%dir %{_texdir}/texmf-dist/tex/latex/bibleref -%dir %{_texdir}/texmf-dist/tex/latex/bibleref-french -%dir %{_texdir}/texmf-dist/tex/latex/bibleref-german -%dir %{_texdir}/texmf-dist/tex/latex/bibleref-lds -%dir %{_texdir}/texmf-dist/tex/latex/bibleref-mouth -%dir %{_texdir}/texmf-dist/tex/latex/bibleref-parse -%dir %{_texdir}/texmf-dist/tex/latex/biblist -%dir %{_texdir}/texmf-dist/tex/latex/bibtopic -%dir %{_texdir}/texmf-dist/tex/latex/bibtopicprefix -%dir %{_texdir}/texmf-dist/tex/latex/bibunits -%dir %{_texdir}/texmf-dist/tex/latex/bidi -%dir %{_texdir}/texmf-dist/tex/latex/bigfoot -%dir %{_texdir}/texmf-dist/tex/latex/bigints -%dir %{_texdir}/texmf-dist/tex/latex/binomexp -%dir %{_texdir}/texmf-dist/tex/latex/biocon -%dir %{_texdir}/texmf-dist/tex/latex/bizcard -%dir %{_texdir}/texmf-dist/tex/latex/blacklettert1 -%dir %{_texdir}/texmf-dist/tex/latex/blindtext -%dir %{_texdir}/texmf-dist/tex/latex/blkarray -%dir %{_texdir}/texmf-dist/tex/latex/block -%dir %{_texdir}/texmf-dist/tex/latex/bloques -%dir %{_texdir}/texmf-dist/tex/latex/blowup -%dir %{_texdir}/texmf-dist/tex/latex/bodegraph -%dir %{_texdir}/texmf-dist/tex/latex/bohr -%dir %{_texdir}/texmf-dist/tex/latex/boisik -%dir %{_texdir}/texmf-dist/tex/latex/boites -%dir %{_texdir}/texmf-dist/tex/latex/bold-extra -%dir %{_texdir}/texmf-dist/tex/latex/boldtensors -%dir %{_texdir}/texmf-dist/tex/latex/bondgraph -%dir %{_texdir}/texmf-dist/tex/latex/bookest -%dir %{_texdir}/texmf-dist/tex/latex/bookhands -%dir %{_texdir}/texmf-dist/tex/latex/booklet -%dir %{_texdir}/texmf-dist/tex/latex/bookman -%dir %{_texdir}/texmf-dist/tex/latex/booktabs -%dir %{_texdir}/texmf-dist/tex/latex/boolexpr -%dir %{_texdir}/texmf-dist/tex/latex/boondox -%dir %{_texdir}/texmf-dist/tex/latex/bophook -%dir %{_texdir}/texmf-dist/tex/latex/bosisio -%dir %{_texdir}/texmf-dist/tex/latex/boxedminipage -%dir %{_texdir}/texmf-dist/tex/latex/boxhandler -%dir %{_texdir}/texmf-dist/tex/latex/bpchem -%dir %{_texdir}/texmf-dist/tex/latex/bracketkey -%dir %{_texdir}/texmf-dist/tex/latex/braids -%dir %{_texdir}/texmf-dist/tex/latex/braille -%dir %{_texdir}/texmf-dist/tex/latex/braket -%dir %{_texdir}/texmf-dist/tex/latex/breakurl -%dir %{_texdir}/texmf-dist/tex/latex/bropd -%dir %{_texdir}/texmf-dist/tex/latex/brushscr -%dir %{_texdir}/texmf-dist/tex/latex/bullcntr -%dir %{_texdir}/texmf-dist/tex/latex/bundledoc -%dir %{_texdir}/texmf-dist/tex/latex/burmese -%dir %{_texdir}/texmf-dist/tex/latex/bussproofs -%dir %{_texdir}/texmf-dist/tex/latex/bxbase -%dir %{_texdir}/texmf-dist/tex/latex/bxjscls -%dir %{_texdir}/texmf-dist/tex/latex/bxpict2e -%dir %{_texdir}/texmf-dist/tex/latex/bytefield -%dir %{_texdir}/texmf-dist/tex/latex/b1encoding -%dir %{_texdir}/texmf-dist/tex/latex/cabin -%dir %{_texdir}/texmf-dist/tex/latex/cachepic -%dir %{_texdir}/texmf-dist/tex/latex/calcage -%dir %{_texdir}/texmf-dist/tex/latex/calctab -%dir %{_texdir}/texmf-dist/tex/latex/calculator -%dir %{_texdir}/texmf-dist/tex/latex/calrsfs -%dir %{_texdir}/texmf-dist/tex/latex/cals -%dir %{_texdir}/texmf-dist/tex/latex/calxxxx-yyyy -%dir %{_texdir}/texmf-dist/tex/latex/cancel -%dir %{_texdir}/texmf-dist/tex/latex/canoniclayout -%dir %{_texdir}/texmf-dist/tex/latex/cantarell -%dir %{_texdir}/texmf-dist/tex/latex/captcont -%dir %{_texdir}/texmf-dist/tex/latex/captdef -%dir %{_texdir}/texmf-dist/tex/latex/caption -%dir %{_texdir}/texmf-dist/tex/latex/capt-of -%dir %{_texdir}/texmf-dist/tex/latex/carlisle -%dir %{_texdir}/texmf-dist/tex/latex/cascadilla -%dir %{_texdir}/texmf-dist/tex/latex/cases -%dir %{_texdir}/texmf-dist/tex/latex/casyl -%dir %{_texdir}/texmf-dist/tex/latex/catechis -%dir %{_texdir}/texmf-dist/tex/latex/catchfilebetweentags -%dir %{_texdir}/texmf-dist/tex/latex/catoptions -%dir %{_texdir}/texmf-dist/tex/latex/cbcoptic -%dir %{_texdir}/texmf-dist/tex/latex/ccaption -%dir %{_texdir}/texmf-dist/tex/latex/ccfonts -%dir %{_texdir}/texmf-dist/tex/latex/ccicons -%dir %{_texdir}/texmf-dist/tex/latex/cclicenses -%dir %{_texdir}/texmf-dist/tex/latex/cd -%dir %{_texdir}/texmf-dist/tex/latex/cd-cover -%dir %{_texdir}/texmf-dist/tex/latex/cdpbundl -%dir %{_texdir}/texmf-dist/tex/latex/cell -%dir %{_texdir}/texmf-dist/tex/latex/cellspace -%dir %{_texdir}/texmf-dist/tex/latex/censor -%dir %{_texdir}/texmf-dist/tex/latex/cfr-lm -%dir %{_texdir}/texmf-dist/tex/latex/circ -%dir %{_texdir}/texmf-dist/tex/latex/circuitikz -%dir %{_texdir}/texmf-dist/tex/latex/cite -%dir %{_texdir}/texmf-dist/tex/latex/cjhebrew -%dir %{_texdir}/texmf-dist/tex/latex/cjk -%dir %{_texdir}/texmf-dist/tex/latex/cjk/contrib -%dir %{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab -%dir %{_texdir}/texmf-dist/tex/latex/cjk-ko -%dir %{_texdir}/texmf-dist/tex/latex/cjkpunct -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5 -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/mule -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai -%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8 -%dir %{_texdir}/texmf-dist/tex/latex/cjk/utils -%dir %{_texdir}/texmf-dist/tex/latex/cjk/utils/pyhyphen -%dir %{_texdir}/texmf-dist/tex/latex/classics -%dir %{_texdir}/texmf-dist/tex/latex/classicthesis -%dir %{_texdir}/texmf-dist/tex/latex/clefval -%dir %{_texdir}/texmf-dist/tex/latex/cleveref -%dir %{_texdir}/texmf-dist/tex/latex/clipboard -%dir %{_texdir}/texmf-dist/tex/latex/clock -%dir %{_texdir}/texmf-dist/tex/latex/clrscode -%dir %{_texdir}/texmf-dist/tex/latex/cmap -%dir %{_texdir}/texmf-dist/tex/latex/cmbright -%dir %{_texdir}/texmf-dist/tex/latex/cmdstring -%dir %{_texdir}/texmf-dist/tex/latex/cm-lgc -%dir %{_texdir}/texmf-dist/tex/latex/cmll -%dir %{_texdir}/texmf-dist/tex/latex/cmpj -%dir %{_texdir}/texmf-dist/tex/latex/cmsd -%dir %{_texdir}/texmf-dist/tex/latex/cm-super -%dir %{_texdir}/texmf-dist/tex/latex/cmtiup -%dir %{_texdir}/texmf-dist/tex/latex/codedoc -%dir %{_texdir}/texmf-dist/tex/latex/codepage -%dir %{_texdir}/texmf-dist/tex/latex/codicefiscaleitaliano -%dir %{_texdir}/texmf-dist/tex/latex/collcell -%dir %{_texdir}/texmf-dist/tex/latex/collectbox -%dir %{_texdir}/texmf-dist/tex/latex/collref -%dir %{_texdir}/texmf-dist/tex/latex/colordoc -%dir %{_texdir}/texmf-dist/tex/latex/colorinfo -%dir %{_texdir}/texmf-dist/tex/latex/colortbl -%dir %{_texdir}/texmf-dist/tex/latex/colorwav -%dir %{_texdir}/texmf-dist/tex/latex/colourchange -%dir %{_texdir}/texmf-dist/tex/latex/combelow -%dir %{_texdir}/texmf-dist/tex/latex/combine -%dir %{_texdir}/texmf-dist/tex/latex/combinedgraphics -%dir %{_texdir}/texmf-dist/tex/latex/comfortaa -%dir %{_texdir}/texmf-dist/tex/latex/comma -%dir %{_texdir}/texmf-dist/tex/latex/commath -%dir %{_texdir}/texmf-dist/tex/latex/comment -%dir %{_texdir}/texmf-dist/tex/latex/compactbib -%dir %{_texdir}/texmf-dist/tex/latex/complexity -%dir %{_texdir}/texmf-dist/tex/latex/computational-complexity -%dir %{_texdir}/texmf-dist/tex/latex/concepts -%dir %{_texdir}/texmf-dist/tex/latex/concmath -%dir %{_texdir}/texmf-dist/tex/latex/concprog -%dir %{_texdir}/texmf-dist/tex/latex/confproc -%dir %{_texdir}/texmf-dist/tex/latex/constants -%dir %{_texdir}/texmf-dist/tex/latex/context -%dir %{_texdir}/texmf-dist/tex/latex/context/ppchtex -%dir %{_texdir}/texmf-dist/tex/latex/contour -%dir %{_texdir}/texmf-dist/tex/latex/contracard -%dir %{_texdir}/texmf-dist/tex/latex/cooking -%dir %{_texdir}/texmf-dist/tex/latex/cookingsymbols -%dir %{_texdir}/texmf-dist/tex/latex/cool -%dir %{_texdir}/texmf-dist/tex/latex/coollist -%dir %{_texdir}/texmf-dist/tex/latex/coolstr -%dir %{_texdir}/texmf-dist/tex/latex/coolthms -%dir %{_texdir}/texmf-dist/tex/latex/cooltooltips -%dir %{_texdir}/texmf-dist/tex/latex/coordsys -%dir %{_texdir}/texmf-dist/tex/latex/copyrightbox -%dir %{_texdir}/texmf-dist/tex/latex/coseoul -%dir %{_texdir}/texmf-dist/tex/latex/countriesofeurope -%dir %{_texdir}/texmf-dist/tex/latex/counttexruns -%dir %{_texdir}/texmf-dist/tex/latex/courier -%dir %{_texdir}/texmf-dist/tex/latex/courier-scaled -%dir %{_texdir}/texmf-dist/tex/latex/courseoutline -%dir %{_texdir}/texmf-dist/tex/latex/coursepaper -%dir %{_texdir}/texmf-dist/tex/latex/coverpage -%dir %{_texdir}/texmf-dist/tex/latex/covington -%dir %{_texdir}/texmf-dist/tex/latex/cprotect -%dir %{_texdir}/texmf-dist/tex/latex/crbox -%dir %{_texdir}/texmf-dist/tex/latex/crop -%dir %{_texdir}/texmf-dist/tex/latex/crossreference -%dir %{_texdir}/texmf-dist/tex/latex/crossword -%dir %{_texdir}/texmf-dist/tex/latex/crosswrd -%dir %{_texdir}/texmf-dist/tex/latex/csbulletin -%dir %{_texdir}/texmf-dist/tex/latex/csquotes -%dir %{_texdir}/texmf-dist/tex/latex/csvsimple -%dir %{_texdir}/texmf-dist/tex/latex/csvtools -%dir %{_texdir}/texmf-dist/tex/latex/ctable -%dir %{_texdir}/texmf-dist/tex/latex/ctex -%dir %{_texdir}/texmf-dist/tex/latex/ctex/back -%dir %{_texdir}/texmf-dist/tex/latex/ctex/cfg -%dir %{_texdir}/texmf-dist/tex/latex/ctex/def -%dir %{_texdir}/texmf-dist/tex/latex/ctex/engine -%dir %{_texdir}/texmf-dist/tex/latex/ctex/fd -%dir %{_texdir}/texmf-dist/tex/latex/ctex/fontset -%dir %{_texdir}/texmf-dist/tex/latex/ctex/opt -%dir %{_texdir}/texmf-dist/tex/latex/ctib -%dir %{_texdir}/texmf-dist/tex/latex/cuisine -%dir %{_texdir}/texmf-dist/tex/latex/currfile -%dir %{_texdir}/texmf-dist/tex/latex/currvita -%dir %{_texdir}/texmf-dist/tex/latex/curve -%dir %{_texdir}/texmf-dist/tex/latex/curves -%dir %{_texdir}/texmf-dist/tex/latex/curve2e -%dir %{_texdir}/texmf-dist/tex/latex/custom-bib -%dir %{_texdir}/texmf-dist/tex/latex/cutwin -%dir %{_texdir}/texmf-dist/tex/latex/cv -%dir %{_texdir}/texmf-dist/tex/latex/cweb-latex -%dir %{_texdir}/texmf-dist/tex/latex/cyklop -%dir %{_texdir}/texmf-dist/tex/latex/cyrillic -%dir %{_texdir}/texmf-dist/tex/latex/dashbox -%dir %{_texdir}/texmf-dist/tex/latex/dashrule -%dir %{_texdir}/texmf-dist/tex/latex/dashundergaps -%dir %{_texdir}/texmf-dist/tex/latex/datatool -%dir %{_texdir}/texmf-dist/tex/latex/dateiliste -%dir %{_texdir}/texmf-dist/tex/latex/datenumber -%dir %{_texdir}/texmf-dist/tex/latex/datetime -%dir %{_texdir}/texmf-dist/tex/latex/dblfloatfix -%dir %{_texdir}/texmf-dist/tex/latex/decimal -%dir %{_texdir}/texmf-dist/tex/latex/decorule -%dir %{_texdir}/texmf-dist/tex/latex/dejavu -%dir %{_texdir}/texmf-dist/tex/latex/delim -%dir %{_texdir}/texmf-dist/tex/latex/delimtxt -%dir %{_texdir}/texmf-dist/tex/latex/dhua -%dir %{_texdir}/texmf-dist/tex/latex/diagbox -%dir %{_texdir}/texmf-dist/tex/latex/diagmac2 -%dir %{_texdir}/texmf-dist/tex/latex/diagnose -%dir %{_texdir}/texmf-dist/tex/latex/dialogl -%dir %{_texdir}/texmf-dist/tex/latex/dictsym -%dir %{_texdir}/texmf-dist/tex/latex/digiconfigs -%dir %{_texdir}/texmf-dist/tex/latex/dichokey -%dir %{_texdir}/texmf-dist/tex/latex/dinbrief -%dir %{_texdir}/texmf-dist/tex/latex/dingbat -%dir %{_texdir}/texmf-dist/tex/latex/directory -%dir %{_texdir}/texmf-dist/tex/latex/dirtytalk -%dir %{_texdir}/texmf-dist/tex/latex/disser -%dir %{_texdir}/texmf-dist/tex/latex/dk-bib -%dir %{_texdir}/texmf-dist/tex/latex/dlfltxb -%dir %{_texdir}/texmf-dist/tex/latex/dnaseq -%dir %{_texdir}/texmf-dist/tex/latex/docmfp -%dir %{_texdir}/texmf-dist/tex/latex/docmute -%dir %{_texdir}/texmf-dist/tex/latex/documentation -%dir %{_texdir}/texmf-dist/tex/latex/doi -%dir %{_texdir}/texmf-dist/tex/latex/doipubmed -%dir %{_texdir}/texmf-dist/tex/latex/dotarrow -%dir %{_texdir}/texmf-dist/tex/latex/dotseqn -%dir %{_texdir}/texmf-dist/tex/latex/dottex -%dir %{_texdir}/texmf-dist/tex/latex/dot2texi -%dir %{_texdir}/texmf-dist/tex/latex/doublestroke -%dir %{_texdir}/texmf-dist/tex/latex/download -%dir %{_texdir}/texmf-dist/tex/latex/dox -%dir %{_texdir}/texmf-dist/tex/latex/dozenal -%dir %{_texdir}/texmf-dist/tex/latex/dpfloat -%dir %{_texdir}/texmf-dist/tex/latex/dprogress -%dir %{_texdir}/texmf-dist/tex/latex/drac -%dir %{_texdir}/texmf-dist/tex/latex/draftcopy -%dir %{_texdir}/texmf-dist/tex/latex/draftwatermark -%dir %{_texdir}/texmf-dist/tex/latex/dramatist -%dir %{_texdir}/texmf-dist/tex/latex/drawstack -%dir %{_texdir}/texmf-dist/tex/latex/droid -%dir %{_texdir}/texmf-dist/tex/latex/droit-fr -%dir %{_texdir}/texmf-dist/tex/latex/drs -%dir %{_texdir}/texmf-dist/tex/latex/dtk -%dir %{_texdir}/texmf-dist/tex/latex/duerer-latex -%dir %{_texdir}/texmf-dist/tex/latex/duotenzor -%dir %{_texdir}/texmf-dist/tex/latex/dutchcal -%dir %{_texdir}/texmf-dist/tex/latex/dvdcoll -%dir %{_texdir}/texmf-dist/tex/latex/dvdcoll/dcl -%dir %{_texdir}/texmf-dist/tex/latex/dvgloss -%dir %{_texdir}/texmf-dist/tex/latex/dvipdfmx-def -%dir %{_texdir}/texmf-dist/tex/latex/dynblocks -%dir %{_texdir}/texmf-dist/tex/latex/dyntree -%dir %{_texdir}/texmf-dist/tex/latex/ean13isbn -%dir %{_texdir}/texmf-dist/tex/latex/easy -%dir %{_texdir}/texmf-dist/tex/latex/easyfig -%dir %{_texdir}/texmf-dist/tex/latex/easylist -%dir %{_texdir}/texmf-dist/tex/latex/easy-todo -%dir %{_texdir}/texmf-dist/tex/latex/ebezier -%dir %{_texdir}/texmf-dist/tex/latex/ebgaramond -%dir %{_texdir}/texmf-dist/tex/latex/ebook -%dir %{_texdir}/texmf-dist/tex/latex/ebsthesis -%dir %{_texdir}/texmf-dist/tex/latex/ecclesiastic -%dir %{_texdir}/texmf-dist/tex/latex/ecltree -%dir %{_texdir}/texmf-dist/tex/latex/eco -%dir %{_texdir}/texmf-dist/tex/latex/economic -%dir %{_texdir}/texmf-dist/tex/latex/ecv -%dir %{_texdir}/texmf-dist/tex/latex/ed -%dir %{_texdir}/texmf-dist/tex/latex/edfnotes -%dir %{_texdir}/texmf-dist/tex/latex/edmargin -%dir %{_texdir}/texmf-dist/tex/latex/ednotes -%dir %{_texdir}/texmf-dist/tex/latex/eemeir -%dir %{_texdir}/texmf-dist/tex/latex/eepic -%dir %{_texdir}/texmf-dist/tex/latex/egameps -%dir %{_texdir}/texmf-dist/tex/latex/egplot -%dir %{_texdir}/texmf-dist/tex/latex/eiad-ltx -%dir %{_texdir}/texmf-dist/tex/latex/ejpecp -%dir %{_texdir}/texmf-dist/tex/latex/elbioimp -%dir %{_texdir}/texmf-dist/tex/latex/electrum -%dir %{_texdir}/texmf-dist/tex/latex/eledform -%dir %{_texdir}/texmf-dist/tex/latex/eledmac -%dir %{_texdir}/texmf-dist/tex/latex/ellipsis -%dir %{_texdir}/texmf-dist/tex/latex/elmath -%dir %{_texdir}/texmf-dist/tex/latex/elpres -%dir %{_texdir}/texmf-dist/tex/latex/elsarticle -%dir %{_texdir}/texmf-dist/tex/latex/elteikthesis -%dir %{_texdir}/texmf-dist/tex/latex/eltex -%dir %{_texdir}/texmf-dist/tex/latex/emarks -%dir %{_texdir}/texmf-dist/tex/latex/embrac -%dir %{_texdir}/texmf-dist/tex/latex/emp -%dir %{_texdir}/texmf-dist/tex/latex/emptypage -%dir %{_texdir}/texmf-dist/tex/latex/emulateapj -%dir %{_texdir}/texmf-dist/tex/latex/encxvlna -%dir %{_texdir}/texmf-dist/tex/latex/endfloat -%dir %{_texdir}/texmf-dist/tex/latex/endheads -%dir %{_texdir}/texmf-dist/tex/latex/endiagram -%dir %{_texdir}/texmf-dist/tex/latex/endnotes -%dir %{_texdir}/texmf-dist/tex/latex/engpron -%dir %{_texdir}/texmf-dist/tex/latex/engrec -%dir %{_texdir}/texmf-dist/tex/latex/engtlc -%dir %{_texdir}/texmf-dist/tex/latex/enotez -%dir %{_texdir}/texmf-dist/tex/latex/enumitem -%dir %{_texdir}/texmf-dist/tex/latex/enumitem-zref -%dir %{_texdir}/texmf-dist/tex/latex/envbig -%dir %{_texdir}/texmf-dist/tex/latex/environ -%dir %{_texdir}/texmf-dist/tex/latex/envlab -%dir %{_texdir}/texmf-dist/tex/latex/epigrafica -%dir %{_texdir}/texmf-dist/tex/latex/epigraph -%dir %{_texdir}/texmf-dist/tex/latex/epiolmec -%dir %{_texdir}/texmf-dist/tex/latex/epsdice -%dir %{_texdir}/texmf-dist/tex/latex/epspdfconversion -%dir %{_texdir}/texmf-dist/tex/latex/eqell -%dir %{_texdir}/texmf-dist/tex/latex/eqlist -%dir %{_texdir}/texmf-dist/tex/latex/eqname -%dir %{_texdir}/texmf-dist/tex/latex/eqnarray -%dir %{_texdir}/texmf-dist/tex/latex/eqparbox -%dir %{_texdir}/texmf-dist/tex/latex/erdc -%dir %{_texdir}/texmf-dist/tex/latex/errata -%dir %{_texdir}/texmf-dist/tex/latex/esdiff -%dir %{_texdir}/texmf-dist/tex/latex/ESIEEcv -%dir %{_texdir}/texmf-dist/tex/latex/esint -%dir %{_texdir}/texmf-dist/tex/latex/esk -%dir %{_texdir}/texmf-dist/tex/latex/eskd -%dir %{_texdir}/texmf-dist/tex/latex/eskdx -%dir %{_texdir}/texmf-dist/tex/latex/eso-pic -%dir %{_texdir}/texmf-dist/tex/latex/esstix -%dir %{_texdir}/texmf-dist/tex/latex/estcpmm -%dir %{_texdir}/texmf-dist/tex/latex/esvect -%dir %{_texdir}/texmf-dist/tex/latex/etaremune -%dir %{_texdir}/texmf-dist/tex/latex/etex-pkg -%dir %{_texdir}/texmf-dist/tex/latex/etextools -%dir %{_texdir}/texmf-dist/tex/latex/ethiop -%dir %{_texdir}/texmf-dist/tex/latex/etoc -%dir %{_texdir}/texmf-dist/tex/latex/etoolbox -%dir %{_texdir}/texmf-dist/tex/latex/euenc -%dir %{_texdir}/texmf-dist/tex/latex/eukdate -%dir %{_texdir}/texmf-dist/tex/latex/euler -%dir %{_texdir}/texmf-dist/tex/latex/eulervm -%dir %{_texdir}/texmf-dist/tex/latex/euro -%dir %{_texdir}/texmf-dist/tex/latex/europecv -%dir %{_texdir}/texmf-dist/tex/latex/eurosym -%dir %{_texdir}/texmf-dist/tex/latex/everyhook -%dir %{_texdir}/texmf-dist/tex/latex/everypage -%dir %{_texdir}/texmf-dist/tex/latex/exam -%dir %{_texdir}/texmf-dist/tex/latex/examdesign -%dir %{_texdir}/texmf-dist/tex/latex/examplep -%dir %{_texdir}/texmf-dist/tex/latex/exceltex -%dir %{_texdir}/texmf-dist/tex/latex/excludeonly -%dir %{_texdir}/texmf-dist/tex/latex/exercise -%dir %{_texdir}/texmf-dist/tex/latex/expdlist -%dir %{_texdir}/texmf-dist/tex/latex/export -%dir %{_texdir}/texmf-dist/tex/latex/exp-testopt -%dir %{_texdir}/texmf-dist/tex/latex/exsheets -%dir %{_texdir}/texmf-dist/tex/latex/exsheets/dicts -%dir %{_texdir}/texmf-dist/tex/latex/extarrows -%dir %{_texdir}/texmf-dist/tex/latex/extpfeil -%dir %{_texdir}/texmf-dist/tex/latex/extract -%dir %{_texdir}/texmf-dist/tex/latex/extsizes -%dir %{_texdir}/texmf-dist/tex/latex/facsimile -%dir %{_texdir}/texmf-dist/tex/latex/faktor -%dir %{_texdir}/texmf-dist/tex/latex/fancybox -%dir %{_texdir}/texmf-dist/tex/latex/fancyhdr -%dir %{_texdir}/texmf-dist/tex/latex/fancynum -%dir %{_texdir}/texmf-dist/tex/latex/fancypar -%dir %{_texdir}/texmf-dist/tex/latex/fancyref -%dir %{_texdir}/texmf-dist/tex/latex/fancytabs -%dir %{_texdir}/texmf-dist/tex/latex/fancytooltips -%dir %{_texdir}/texmf-dist/tex/latex/fancyvrb -%dir %{_texdir}/texmf-dist/tex/latex/fast-diagram -%dir %{_texdir}/texmf-dist/tex/latex/fbithesis -%dir %{_texdir}/texmf-dist/tex/latex/fc -%dir %{_texdir}/texmf-dist/tex/latex/fcltxdoc -%dir %{_texdir}/texmf-dist/tex/latex/fdsymbol -%dir %{_texdir}/texmf-dist/tex/latex/feyn -%dir %{_texdir}/texmf-dist/tex/latex/feynmf -%dir %{_texdir}/texmf-dist/tex/latex/feynmp-auto -%dir %{_texdir}/texmf-dist/tex/latex/fge -%dir %{_texdir}/texmf-dist/tex/latex/figbib -%dir %{_texdir}/texmf-dist/tex/latex/figsize -%dir %{_texdir}/texmf-dist/tex/latex/filecontents -%dir %{_texdir}/texmf-dist/tex/latex/filedate -%dir %{_texdir}/texmf-dist/tex/latex/filehook -%dir %{_texdir}/texmf-dist/tex/latex/fileinfo -%dir %{_texdir}/texmf-dist/tex/latex/filemod -%dir %{_texdir}/texmf-dist/tex/latex/fink -%dir %{_texdir}/texmf-dist/tex/latex/finstrut -%dir %{_texdir}/texmf-dist/tex/latex/fixfoot -%dir %{_texdir}/texmf-dist/tex/latex/fixltxhyph -%dir %{_texdir}/texmf-dist/tex/latex/fixme -%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts -%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts/env -%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts/target -%dir %{_texdir}/texmf-dist/tex/latex/fixme/themes -%dir %{_texdir}/texmf-dist/tex/latex/fixmetodonotes -%dir %{_texdir}/texmf-dist/tex/latex/fix2col -%dir %{_texdir}/texmf-dist/tex/latex/fjodor -%dir %{_texdir}/texmf-dist/tex/latex/flabels -%dir %{_texdir}/texmf-dist/tex/latex/flacards -%dir %{_texdir}/texmf-dist/tex/latex/flagderiv -%dir %{_texdir}/texmf-dist/tex/latex/flashcards -%dir %{_texdir}/texmf-dist/tex/latex/flashmovie -%dir %{_texdir}/texmf-dist/tex/latex/flipbook -%dir %{_texdir}/texmf-dist/tex/latex/flippdf -%dir %{_texdir}/texmf-dist/tex/latex/float -%dir %{_texdir}/texmf-dist/tex/latex/floatflt -%dir %{_texdir}/texmf-dist/tex/latex/floatrow -%dir %{_texdir}/texmf-dist/tex/latex/flowfram -%dir %{_texdir}/texmf-dist/tex/latex/flowchart -%dir %{_texdir}/texmf-dist/tex/latex/fmp -%dir %{_texdir}/texmf-dist/tex/latex/fmtcount -%dir %{_texdir}/texmf-dist/tex/latex/fnbreak -%dir %{_texdir}/texmf-dist/tex/latex/fncychap -%dir %{_texdir}/texmf-dist/tex/latex/fncylab -%dir %{_texdir}/texmf-dist/tex/latex/fnpara -%dir %{_texdir}/texmf-dist/tex/latex/fnpct -%dir %{_texdir}/texmf-dist/tex/latex/fnumprint -%dir %{_texdir}/texmf-dist/tex/latex/fn2end -%dir %{_texdir}/texmf-dist/tex/latex/foekfont -%dir %{_texdir}/texmf-dist/tex/latex/foilhtml -%dir %{_texdir}/texmf-dist/tex/latex/fonetika -%dir %{_texdir}/texmf-dist/tex/latex/fontawesome -%dir %{_texdir}/texmf-dist/tex/latex/fontaxes -%dir %{_texdir}/texmf-dist/tex/latex/fontinst -%dir %{_texdir}/texmf-dist/tex/latex/fontspec -%dir %{_texdir}/texmf-dist/tex/latex/fonts-tlwg -%dir %{_texdir}/texmf-dist/tex/latex/fonttable -%dir %{_texdir}/texmf-dist/tex/latex/footbib -%dir %{_texdir}/texmf-dist/tex/latex/footmisc -%dir %{_texdir}/texmf-dist/tex/latex/footnotebackref -%dir %{_texdir}/texmf-dist/tex/latex/footnoterange -%dir %{_texdir}/texmf-dist/tex/latex/footnpag -%dir %{_texdir}/texmf-dist/tex/latex/forarray -%dir %{_texdir}/texmf-dist/tex/latex/foreign -%dir %{_texdir}/texmf-dist/tex/latex/forest -%dir %{_texdir}/texmf-dist/tex/latex/forloop -%dir %{_texdir}/texmf-dist/tex/latex/formular -%dir %{_texdir}/texmf-dist/tex/latex/fouridx -%dir %{_texdir}/texmf-dist/tex/latex/fourier -%dir %{_texdir}/texmf-dist/tex/latex/fouriernc -%dir %{_texdir}/texmf-dist/tex/latex/fp -%dir %{_texdir}/texmf-dist/tex/latex/fragments -%dir %{_texdir}/texmf-dist/tex/latex/framed -%dir %{_texdir}/texmf-dist/tex/latex/frankenstein -%dir %{_texdir}/texmf-dist/tex/latex/frcursive -%dir %{_texdir}/texmf-dist/tex/latex/frege -%dir %{_texdir}/texmf-dist/tex/latex/frenchle -%dir %{_texdir}/texmf-dist/tex/latex/friulan -%dir %{_texdir}/texmf-dist/tex/latex/frletter -%dir %{_texdir}/texmf-dist/tex/latex/frontespizio -%dir %{_texdir}/texmf-dist/tex/latex/ftcap -%dir %{_texdir}/texmf-dist/tex/latex/ftnxtra -%dir %{_texdir}/texmf-dist/tex/latex/fullblck -%dir %{_texdir}/texmf-dist/tex/latex/fullwidth -%dir %{_texdir}/texmf-dist/tex/latex/functan -%dir %{_texdir}/texmf-dist/tex/latex/fundus-calligra -%dir %{_texdir}/texmf-dist/tex/latex/fundus-cyr -%dir %{_texdir}/texmf-dist/tex/latex/fundus-sueterlin -%dir %{_texdir}/texmf-dist/tex/latex/fwlw -%dir %{_texdir}/texmf-dist/tex/latex/gaceta -%dir %{_texdir}/texmf-dist/tex/latex/galois -%dir %{_texdir}/texmf-dist/tex/latex/gamebook -%dir %{_texdir}/texmf-dist/tex/latex/gastex -%dir %{_texdir}/texmf-dist/tex/latex/gatech-thesis -%dir %{_texdir}/texmf-dist/tex/latex/gauss -%dir %{_texdir}/texmf-dist/tex/latex/g-brief -%dir %{_texdir}/texmf-dist/tex/latex/gb4e -%dir %{_texdir}/texmf-dist/tex/latex/gcard -%dir %{_texdir}/texmf-dist/tex/latex/gcite -%dir %{_texdir}/texmf-dist/tex/latex/gene-logic -%dir %{_texdir}/texmf-dist/tex/latex/genmpage -%dir %{_texdir}/texmf-dist/tex/latex/geometry -%dir %{_texdir}/texmf-dist/tex/latex/germkorr -%dir %{_texdir}/texmf-dist/tex/latex/geschichtsfrkl -%dir %{_texdir}/texmf-dist/tex/latex/getfiledate -%dir %{_texdir}/texmf-dist/tex/latex/gfsartemisia -%dir %{_texdir}/texmf-dist/tex/latex/gfsbaskerville -%dir %{_texdir}/texmf-dist/tex/latex/gfsbodoni -%dir %{_texdir}/texmf-dist/tex/latex/gfscomplutum -%dir %{_texdir}/texmf-dist/tex/latex/gfsdidot -%dir %{_texdir}/texmf-dist/tex/latex/gfsneohellenic -%dir %{_texdir}/texmf-dist/tex/latex/gfsporson -%dir %{_texdir}/texmf-dist/tex/latex/gfssolomos -%dir %{_texdir}/texmf-dist/tex/latex/ghab -%dir %{_texdir}/texmf-dist/tex/latex/gchords -%dir %{_texdir}/texmf-dist/tex/latex/gillcm -%dir %{_texdir}/texmf-dist/tex/latex/gincltex -%dir %{_texdir}/texmf-dist/tex/latex/ginpenc -%dir %{_texdir}/texmf-dist/tex/latex/gitinfo -%dir %{_texdir}/texmf-dist/tex/latex/gloss -%dir %{_texdir}/texmf-dist/tex/latex/glossaries -%dir %{_texdir}/texmf-dist/tex/latex/glossaries/base -%dir %{_texdir}/texmf-dist/tex/latex/glossaries/dict -%dir %{_texdir}/texmf-dist/tex/latex/glossaries/expl -%dir %{_texdir}/texmf-dist/tex/latex/glossaries/styles -%dir %{_texdir}/texmf-dist/tex/latex/gmdoc -%dir %{_texdir}/texmf-dist/tex/latex/gmdoc-enhance -%dir %{_texdir}/texmf-dist/tex/latex/gmeometric -%dir %{_texdir}/texmf-dist/tex/latex/gmiflink -%dir %{_texdir}/texmf-dist/tex/latex/gmp -%dir %{_texdir}/texmf-dist/tex/latex/gmutils -%dir %{_texdir}/texmf-dist/tex/latex/gmverb -%dir %{_texdir}/texmf-dist/tex/latex/gmverse -%dir %{_texdir}/texmf-dist/tex/latex/gnuplottex -%dir %{_texdir}/texmf-dist/tex/latex/go -%dir %{_texdir}/texmf-dist/tex/latex/gradientframe -%dir %{_texdir}/texmf-dist/tex/latex/grafcet -%dir %{_texdir}/texmf-dist/tex/latex/graphics -%dir %{_texdir}/texmf-dist/tex/latex/graphicx-psmin -%dir %{_texdir}/texmf-dist/tex/latex/greekdates -%dir %{_texdir}/texmf-dist/tex/latex/greek-inputenc -%dir %{_texdir}/texmf-dist/tex/latex/greektex -%dir %{_texdir}/texmf-dist/tex/latex/grfpaste -%dir %{_texdir}/texmf-dist/tex/latex/grid -%dir %{_texdir}/texmf-dist/tex/latex/gridset -%dir %{_texdir}/texmf-dist/tex/latex/grotesq -%dir %{_texdir}/texmf-dist/tex/latex/grverb -%dir %{_texdir}/texmf-dist/tex/latex/GS1 -%dir %{_texdir}/texmf-dist/tex/latex/gtrcrd -%dir %{_texdir}/texmf-dist/tex/latex/gu -%dir %{_texdir}/texmf-dist/tex/latex/guitar -%dir %{_texdir}/texmf-dist/tex/latex/guitlogo -%dir %{_texdir}/texmf-dist/tex/latex/hacm -%dir %{_texdir}/texmf-dist/tex/latex/hanging -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Aggie -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Capsules -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Ciment -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Fyma -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/HA -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Lakar -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Simple -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/TCS -%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Tycja -%dir %{_texdir}/texmf-dist/tex/latex/hardwrap -%dir %{_texdir}/texmf-dist/tex/latex/harmony -%dir %{_texdir}/texmf-dist/tex/latex/harnon-cv -%dir %{_texdir}/texmf-dist/tex/latex/harpoon -%dir %{_texdir}/texmf-dist/tex/latex/harvard -%dir %{_texdir}/texmf-dist/tex/latex/har2nat -%dir %{_texdir}/texmf-dist/tex/latex/hausarbeit-jura -%dir %{_texdir}/texmf-dist/tex/latex/hc -%dir %{_texdir}/texmf-dist/tex/latex/helvetic -%dir %{_texdir}/texmf-dist/tex/latex/hep -%dir %{_texdir}/texmf-dist/tex/latex/hepnames -%dir %{_texdir}/texmf-dist/tex/latex/hepparticles -%dir %{_texdir}/texmf-dist/tex/latex/hepthesis -%dir %{_texdir}/texmf-dist/tex/latex/hepunits -%dir %{_texdir}/texmf-dist/tex/latex/here -%dir %{_texdir}/texmf-dist/tex/latex/he-she -%dir %{_texdir}/texmf-dist/tex/latex/hexgame -%dir %{_texdir}/texmf-dist/tex/latex/hfoldsty -%dir %{_texdir}/texmf-dist/tex/latex/hf-tikz -%dir %{_texdir}/texmf-dist/tex/latex/hhtensor -%dir %{_texdir}/texmf-dist/tex/latex/histogr -%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift -%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/bbx -%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/cbx -%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/lbx -%dir %{_texdir}/texmf-dist/tex/latex/hitec -%dir %{_texdir}/texmf-dist/tex/latex/hletter -%dir %{_texdir}/texmf-dist/tex/latex/hobby -%dir %{_texdir}/texmf-dist/tex/latex/hobete -%dir %{_texdir}/texmf-dist/tex/latex/hpsdiss -%dir %{_texdir}/texmf-dist/tex/latex/hrefhide -%dir %{_texdir}/texmf-dist/tex/latex/hrlatex -%dir %{_texdir}/texmf-dist/tex/latex/hvfloat -%dir %{_texdir}/texmf-dist/tex/latex/hvindex -%dir %{_texdir}/texmf-dist/tex/latex/hypdvips -%dir %{_texdir}/texmf-dist/tex/latex/hyper -%dir %{_texdir}/texmf-dist/tex/latex/hypernat -%dir %{_texdir}/texmf-dist/tex/latex/hyperref -%dir %{_texdir}/texmf-dist/tex/latex/hyperxmp -%dir %{_texdir}/texmf-dist/tex/latex/hyphenat -%dir %{_texdir}/texmf-dist/tex/latex/changebar -%dir %{_texdir}/texmf-dist/tex/latex/changelayout -%dir %{_texdir}/texmf-dist/tex/latex/changepage -%dir %{_texdir}/texmf-dist/tex/latex/changes -%dir %{_texdir}/texmf-dist/tex/latex/chappg -%dir %{_texdir}/texmf-dist/tex/latex/chapterfolder -%dir %{_texdir}/texmf-dist/tex/latex/chbibref -%dir %{_texdir}/texmf-dist/tex/latex/chemarrow -%dir %{_texdir}/texmf-dist/tex/latex/chemcompounds -%dir %{_texdir}/texmf-dist/tex/latex/chemcono -%dir %{_texdir}/texmf-dist/tex/latex/chemexec -%dir %{_texdir}/texmf-dist/tex/latex/chemmacros -%dir %{_texdir}/texmf-dist/tex/latex/chemmacros/language -%dir %{_texdir}/texmf-dist/tex/latex/chemmacros/pictures -%dir %{_texdir}/texmf-dist/tex/latex/chemnum -%dir %{_texdir}/texmf-dist/tex/latex/chemstyle -%dir %{_texdir}/texmf-dist/tex/latex/chemstyle/config -%dir %{_texdir}/texmf-dist/tex/latex/chess -%dir %{_texdir}/texmf-dist/tex/latex/chessboard -%dir %{_texdir}/texmf-dist/tex/latex/chessfss -%dir %{_texdir}/texmf-dist/tex/latex/chess-problem-diagrams -%dir %{_texdir}/texmf-dist/tex/latex/chet -%dir %{_texdir}/texmf-dist/tex/latex/chextras -%dir %{_texdir}/texmf-dist/tex/latex/chicago -%dir %{_texdir}/texmf-dist/tex/latex/chkfloat -%dir %{_texdir}/texmf-dist/tex/latex/chletter -%dir %{_texdir}/texmf-dist/tex/latex/chngcntr -%dir %{_texdir}/texmf-dist/tex/latex/chronology -%dir %{_texdir}/texmf-dist/tex/latex/chscite -%dir %{_texdir}/texmf-dist/tex/latex/ibycus-babel -%dir %{_texdir}/texmf-dist/tex/latex/icsv -%dir %{_texdir}/texmf-dist/tex/latex/idxlayout -%dir %{_texdir}/texmf-dist/tex/latex/IEEEconf -%dir %{_texdir}/texmf-dist/tex/latex/ieeepes -%dir %{_texdir}/texmf-dist/tex/latex/IEEEtran -%dir %{_texdir}/texmf-dist/tex/latex/ifetex -%dir %{_texdir}/texmf-dist/tex/latex/ifmslide -%dir %{_texdir}/texmf-dist/tex/latex/ifmtarg -%dir %{_texdir}/texmf-dist/tex/latex/ifnextok -%dir %{_texdir}/texmf-dist/tex/latex/ifoddpage -%dir %{_texdir}/texmf-dist/tex/latex/ifplatform -%dir %{_texdir}/texmf-dist/tex/latex/ifsym -%dir %{_texdir}/texmf-dist/tex/latex/ifthenx -%dir %{_texdir}/texmf-dist/tex/latex/iitem -%dir %{_texdir}/texmf-dist/tex/latex/ijmart -%dir %{_texdir}/texmf-dist/tex/latex/imac -%dir %{_texdir}/texmf-dist/tex/latex/image-gallery -%dir %{_texdir}/texmf-dist/tex/latex/imakeidx -%dir %{_texdir}/texmf-dist/tex/latex/impnattypo -%dir %{_texdir}/texmf-dist/tex/latex/import -%dir %{_texdir}/texmf-dist/tex/latex/imtekda -%dir %{_texdir}/texmf-dist/tex/latex/incgraph -%dir %{_texdir}/texmf-dist/tex/latex/inconsolata -%dir %{_texdir}/texmf-dist/tex/latex/index -%dir %{_texdir}/texmf-dist/tex/latex/initials -%dir %{_texdir}/texmf-dist/tex/latex/inlinebib -%dir %{_texdir}/texmf-dist/tex/latex/inlinedef -%dir %{_texdir}/texmf-dist/tex/latex/inputtrc -%dir %{_texdir}/texmf-dist/tex/latex/interactiveworkbook -%dir %{_texdir}/texmf-dist/tex/latex/interfaces -%dir %{_texdir}/texmf-dist/tex/latex/inversepath -%dir %{_texdir}/texmf-dist/tex/latex/invoice -%dir %{_texdir}/texmf-dist/tex/latex/ionumbers -%dir %{_texdir}/texmf-dist/tex/latex/iso -%dir %{_texdir}/texmf-dist/tex/latex/isodate -%dir %{_texdir}/texmf-dist/tex/latex/isodoc -%dir %{_texdir}/texmf-dist/tex/latex/isomath -%dir %{_texdir}/texmf-dist/tex/latex/isonums -%dir %{_texdir}/texmf-dist/tex/latex/isorot -%dir %{_texdir}/texmf-dist/tex/latex/isotope -%dir %{_texdir}/texmf-dist/tex/latex/iso10303 -%dir %{_texdir}/texmf-dist/tex/latex/issuulinks -%dir %{_texdir}/texmf-dist/tex/latex/itnumpar -%dir %{_texdir}/texmf-dist/tex/latex/iwhdp -%dir %{_texdir}/texmf-dist/tex/latex/iwona -%dir %{_texdir}/texmf-dist/tex/latex/jamtimes -%dir %{_texdir}/texmf-dist/tex/latex/jknapltx -%dir %{_texdir}/texmf-dist/tex/latex/jmlr -%dir %{_texdir}/texmf-dist/tex/latex/jneurosci -%dir %{_texdir}/texmf-dist/tex/latex/jpsj -%dir %{_texdir}/texmf-dist/tex/latex/junicode -%dir %{_texdir}/texmf-dist/tex/latex/jura -%dir %{_texdir}/texmf-dist/tex/latex/juraabbrev -%dir %{_texdir}/texmf-dist/tex/latex/jurabib -%dir %{_texdir}/texmf-dist/tex/latex/juramisc -%dir %{_texdir}/texmf-dist/tex/latex/jurarsp -%dir %{_texdir}/texmf-dist/tex/latex/jvlisting -%dir %{_texdir}/texmf-dist/tex/latex/kantlipsum -%dir %{_texdir}/texmf-dist/tex/latex/karnaugh -%dir %{_texdir}/texmf-dist/tex/latex/kdgdocs -%dir %{_texdir}/texmf-dist/tex/latex/kerkis -%dir %{_texdir}/texmf-dist/tex/latex/kerntest -%dir %{_texdir}/texmf-dist/tex/latex/keycommand -%dir %{_texdir}/texmf-dist/tex/latex/keyreader -%dir %{_texdir}/texmf-dist/tex/latex/keystroke -%dir %{_texdir}/texmf-dist/tex/latex/keyval2e -%dir %{_texdir}/texmf-dist/tex/latex/kix -%dir %{_texdir}/texmf-dist/tex/latex/kluwer -%dir %{_texdir}/texmf-dist/tex/latex/knitting -%dir %{_texdir}/texmf-dist/tex/latex/knittingpattern -%dir %{_texdir}/texmf-dist/tex/latex/koma-moderncvclassic -%dir %{_texdir}/texmf-dist/tex/latex/koma-script -%dir %{_texdir}/texmf-dist/tex/latex/koma-script-sfs -%dir %{_texdir}/texmf-dist/tex/latex/kpfonts -%dir %{_texdir}/texmf-dist/tex/latex/ktv-texdata -%dir %{_texdir}/texmf-dist/tex/latex/kurier -%dir %{_texdir}/texmf-dist/tex/latex/labbook -%dir %{_texdir}/texmf-dist/tex/latex/labelcas -%dir %{_texdir}/texmf-dist/tex/latex/labels -%dir %{_texdir}/texmf-dist/tex/latex/lapdf -%dir %{_texdir}/texmf-dist/tex/latex/lastpage -%dir %{_texdir}/texmf-dist/tex/latex/latexconfig -%dir %{_texdir}/texmf-dist/tex/latex/latexfileinfo-pkgs -%dir %{_texdir}/texmf-dist/tex/latex/latex2man -%dir %{_texdir}/texmf-dist/tex/latex/lato -%dir %{_texdir}/texmf-dist/tex/latex/layaureo -%dir %{_texdir}/texmf-dist/tex/latex/layouts -%dir %{_texdir}/texmf-dist/tex/latex/lazylist -%dir %{_texdir}/texmf-dist/tex/latex/lcd -%dir %{_texdir}/texmf-dist/tex/latex/lcg -%dir %{_texdir}/texmf-dist/tex/latex/lcyw -%dir %{_texdir}/texmf-dist/tex/latex/leading -%dir %{_texdir}/texmf-dist/tex/latex/leaflet -%dir %{_texdir}/texmf-dist/tex/latex/ledmac -%dir %{_texdir}/texmf-dist/tex/latex/leftidx -%dir %{_texdir}/texmf-dist/tex/latex/lettre -%dir %{_texdir}/texmf-dist/tex/latex/lettrine -%dir %{_texdir}/texmf-dist/tex/latex/lewis -%dir %{_texdir}/texmf-dist/tex/latex/lexikon -%dir %{_texdir}/texmf-dist/tex/latex/lgreek -%dir %{_texdir}/texmf-dist/tex/latex/lgrx -%dir %{_texdir}/texmf-dist/tex/latex/lh -%dir %{_texdir}/texmf-dist/tex/latex/lhcyr -%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt -%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi -%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin -%dir %{_texdir}/texmf-dist/tex/latex/lhelp -%dir %{_texdir}/texmf-dist/tex/latex/libertine -%dir %{_texdir}/texmf-dist/tex/latex/libgreek -%dir %{_texdir}/texmf-dist/tex/latex/librebaskerville -%dir %{_texdir}/texmf-dist/tex/latex/libris -%dir %{_texdir}/texmf-dist/tex/latex/limap -%dir %{_texdir}/texmf-dist/tex/latex/linearA -%dir %{_texdir}/texmf-dist/tex/latex/linegoal -%dir %{_texdir}/texmf-dist/tex/latex/lineno -%dir %{_texdir}/texmf-dist/tex/latex/linguex -%dir %{_texdir}/texmf-dist/tex/latex/lipsum -%dir %{_texdir}/texmf-dist/tex/latex/lisp-on-tex -%dir %{_texdir}/texmf-dist/tex/latex/listbib -%dir %{_texdir}/texmf-dist/tex/latex/listing -%dir %{_texdir}/texmf-dist/tex/latex/listings -%dir %{_texdir}/texmf-dist/tex/latex/listings-ext -%dir %{_texdir}/texmf-dist/tex/latex/listliketab -%dir %{_texdir}/texmf-dist/tex/latex/listofsymbols -%dir %{_texdir}/texmf-dist/tex/latex/lithuanian -%dir %{_texdir}/texmf-dist/tex/latex/liturg -%dir %{_texdir}/texmf-dist/tex/latex/lkproof -%dir %{_texdir}/texmf-dist/tex/latex/lm -%dir %{_texdir}/texmf-dist/tex/latex/lmake -%dir %{_texdir}/texmf-dist/tex/latex/locality -%dir %{_texdir}/texmf-dist/tex/latex/localloc -%dir %{_texdir}/texmf-dist/tex/latex/logbox -%dir %{_texdir}/texmf-dist/tex/latex/logical-markup-utils -%dir %{_texdir}/texmf-dist/tex/latex/logicpuzzle -%dir %{_texdir}/texmf-dist/tex/latex/logpap -%dir %{_texdir}/texmf-dist/tex/latex/logreq -%dir %{_texdir}/texmf-dist/tex/latex/longnamefilelist -%dir %{_texdir}/texmf-dist/tex/latex/loops -%dir %{_texdir}/texmf-dist/tex/latex/lpic -%dir %{_texdir}/texmf-dist/tex/latex/lps -%dir %{_texdir}/texmf-dist/tex/latex/lsc -%dir %{_texdir}/texmf-dist/tex/latex/lstaddons -%dir %{_texdir}/texmf-dist/tex/latex/ltabptch -%dir %{_texdir}/texmf-dist/tex/latex/ltxdockit -%dir %{_texdir}/texmf-dist/tex/latex/ltxindex -%dir %{_texdir}/texmf-dist/tex/latex/ltxkeys -%dir %{_texdir}/texmf-dist/tex/latex/ltxmisc -%dir %{_texdir}/texmf-dist/tex/latex/ltxnew -%dir %{_texdir}/texmf-dist/tex/latex/ltxtools -%dir %{_texdir}/texmf-dist/tex/latex/lxfonts -%dir %{_texdir}/texmf-dist/tex/latex/ly1 -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3dt -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3sort -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3str -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/xcoffins -%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/xgalley -%dir %{_texdir}/texmf-dist/tex/latex/l3kernel -%dir %{_texdir}/texmf-dist/tex/latex/l3packages -%dir %{_texdir}/texmf-dist/tex/latex/l3packages/l3keys2e -%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xfrac -%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xparse -%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xtemplate -%dir %{_texdir}/texmf-dist/tex/latex/mafr -%dir %{_texdir}/texmf-dist/tex/latex/magaz -%dir %{_texdir}/texmf-dist/tex/latex/mailing -%dir %{_texdir}/texmf-dist/tex/latex/mailmerge -%dir %{_texdir}/texmf-dist/tex/latex/makebarcode -%dir %{_texdir}/texmf-dist/tex/latex/makebox -%dir %{_texdir}/texmf-dist/tex/latex/makecell -%dir %{_texdir}/texmf-dist/tex/latex/makecmds -%dir %{_texdir}/texmf-dist/tex/latex/makedtx -%dir %{_texdir}/texmf-dist/tex/latex/makeglos -%dir %{_texdir}/texmf-dist/tex/latex/makeplot -%dir %{_texdir}/texmf-dist/tex/latex/makeshape -%dir %{_texdir}/texmf-dist/tex/latex/mandi -%dir %{_texdir}/texmf-dist/tex/latex/manfnt -%dir %{_texdir}/texmf-dist/tex/latex/manuscript -%dir %{_texdir}/texmf-dist/tex/latex/margbib -%dir %{_texdir}/texmf-dist/tex/latex/marginfix -%dir %{_texdir}/texmf-dist/tex/latex/marginnote -%dir %{_texdir}/texmf-dist/tex/latex/marvosym -%dir %{_texdir}/texmf-dist/tex/latex/matc3 -%dir %{_texdir}/texmf-dist/tex/latex/matc3mem -%dir %{_texdir}/texmf-dist/tex/latex/mathalfa -%dir %{_texdir}/texmf-dist/tex/latex/mathastext -%dir %{_texdir}/texmf-dist/tex/latex/mathcomp -%dir %{_texdir}/texmf-dist/tex/latex/mathdesign -%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdbch -%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdput -%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdugm -%dir %{_texdir}/texmf-dist/tex/latex/mathexam -%dir %{_texdir}/texmf-dist/tex/latex/mathspic -%dir %{_texdir}/texmf-dist/tex/latex/mattens -%dir %{_texdir}/texmf-dist/tex/latex/maybemath -%dir %{_texdir}/texmf-dist/tex/latex/mbenotes -%dir %{_texdir}/texmf-dist/tex/latex/mcaption -%dir %{_texdir}/texmf-dist/tex/latex/mceinleger -%dir %{_texdir}/texmf-dist/tex/latex/mcite -%dir %{_texdir}/texmf-dist/tex/latex/mciteplus -%dir %{_texdir}/texmf-dist/tex/latex/mdframed -%dir %{_texdir}/texmf-dist/tex/latex/mdputu -%dir %{_texdir}/texmf-dist/tex/latex/mdsymbol -%dir %{_texdir}/texmf-dist/tex/latex/mdwtools -%dir %{_texdir}/texmf-dist/tex/latex/media9 -%dir %{_texdir}/texmf-dist/tex/latex/media9/javascript -%dir %{_texdir}/texmf-dist/tex/latex/media9/players -%dir %{_texdir}/texmf-dist/tex/latex/meetingmins -%dir %{_texdir}/texmf-dist/tex/latex/memexsupp -%dir %{_texdir}/texmf-dist/tex/latex/memoir -%dir %{_texdir}/texmf-dist/tex/latex/mentis -%dir %{_texdir}/texmf-dist/tex/latex/menu -%dir %{_texdir}/texmf-dist/tex/latex/menukeys -%dir %{_texdir}/texmf-dist/tex/latex/metalogo -%dir %{_texdir}/texmf-dist/tex/latex/method -%dir %{_texdir}/texmf-dist/tex/latex/metre -%dir %{_texdir}/texmf-dist/tex/latex/mflogo -%dir %{_texdir}/texmf-dist/tex/latex/mfnfss -%dir %{_texdir}/texmf-dist/tex/latex/mfpic4ode -%dir %{_texdir}/texmf-dist/tex/latex/mftinc -%dir %{_texdir}/texmf-dist/tex/latex/mh -%dir %{_texdir}/texmf-dist/tex/latex/mhequ -%dir %{_texdir}/texmf-dist/tex/latex/mhchem -%dir %{_texdir}/texmf-dist/tex/latex/microtype -%dir %{_texdir}/texmf-dist/tex/latex/midpage -%dir %{_texdir}/texmf-dist/tex/latex/miller -%dir %{_texdir}/texmf-dist/tex/latex/minibox -%dir %{_texdir}/texmf-dist/tex/latex/minipage-marginpar -%dir %{_texdir}/texmf-dist/tex/latex/miniplot -%dir %{_texdir}/texmf-dist/tex/latex/minitoc -%dir %{_texdir}/texmf-dist/tex/latex/minted -%dir %{_texdir}/texmf-dist/tex/latex/minutes -%dir %{_texdir}/texmf-dist/tex/latex/misc209 -%dir %{_texdir}/texmf-dist/tex/latex/mla-paper -%dir %{_texdir}/texmf-dist/tex/latex/mlist -%dir %{_texdir}/texmf-dist/tex/latex/mltex -%dir %{_texdir}/texmf-dist/tex/latex/mmap -%dir %{_texdir}/texmf-dist/tex/latex/mnsymbol -%dir %{_texdir}/texmf-dist/tex/latex/moderncv -%dir %{_texdir}/texmf-dist/tex/latex/moderntimeline -%dir %{_texdir}/texmf-dist/tex/latex/modiagram -%dir %{_texdir}/texmf-dist/tex/latex/modref -%dir %{_texdir}/texmf-dist/tex/latex/modroman -%dir %{_texdir}/texmf-dist/tex/latex/mongolian-babel -%dir %{_texdir}/texmf-dist/tex/latex/monofill -%dir %{_texdir}/texmf-dist/tex/latex/montex -%dir %{_texdir}/texmf-dist/tex/latex/moreenum -%dir %{_texdir}/texmf-dist/tex/latex/morefloats -%dir %{_texdir}/texmf-dist/tex/latex/morehype -%dir %{_texdir}/texmf-dist/tex/latex/moresize -%dir %{_texdir}/texmf-dist/tex/latex/moreverb -%dir %{_texdir}/texmf-dist/tex/latex/morewrites -%dir %{_texdir}/texmf-dist/tex/latex/movie15 -%dir %{_texdir}/texmf-dist/tex/latex/mparhack -%dir %{_texdir}/texmf-dist/tex/latex/mpgraphics -%dir %{_texdir}/texmf-dist/tex/latex/ms -%dir %{_texdir}/texmf-dist/tex/latex/msc -%dir %{_texdir}/texmf-dist/tex/latex/msg -%dir %{_texdir}/texmf-dist/tex/latex/mslapa -%dir %{_texdir}/texmf-dist/tex/latex/msu-thesis -%dir %{_texdir}/texmf-dist/tex/latex/mtgreek -%dir %{_texdir}/texmf-dist/tex/latex/multenum -%dir %{_texdir}/texmf-dist/tex/latex/multibbl -%dir %{_texdir}/texmf-dist/tex/latex/multibib -%dir %{_texdir}/texmf-dist/tex/latex/multicap -%dir %{_texdir}/texmf-dist/tex/latex/multido -%dir %{_texdir}/texmf-dist/tex/latex/multienv -%dir %{_texdir}/texmf-dist/tex/latex/multiexpand -%dir %{_texdir}/texmf-dist/tex/latex/multiobjective -%dir %{_texdir}/texmf-dist/tex/latex/multirow -%dir %{_texdir}/texmf-dist/tex/latex/musixguit -%dir %{_texdir}/texmf-dist/tex/latex/musixtex -%dir %{_texdir}/texmf-dist/tex/latex/musuos -%dir %{_texdir}/texmf-dist/tex/latex/muthesis -%dir %{_texdir}/texmf-dist/tex/latex/mversion -%dir %{_texdir}/texmf-dist/tex/latex/mwcls -%dir %{_texdir}/texmf-dist/tex/latex/mwe -%dir %{_texdir}/texmf-dist/tex/latex/mycv -%dir %{_texdir}/texmf-dist/tex/latex/mychemistry -%dir %{_texdir}/texmf-dist/tex/latex/mylatexformat -%dir %{_texdir}/texmf-dist/tex/latex/nag -%dir %{_texdir}/texmf-dist/tex/latex/nameauth -%dir %{_texdir}/texmf-dist/tex/latex/namespc -%dir %{_texdir}/texmf-dist/tex/latex/nanumtype1 -%dir %{_texdir}/texmf-dist/tex/latex/natbib -%dir %{_texdir}/texmf-dist/tex/latex/nath -%dir %{_texdir}/texmf-dist/tex/latex/ncclatex -%dir %{_texdir}/texmf-dist/tex/latex/ncctools -%dir %{_texdir}/texmf-dist/tex/latex/ncntrsbk -%dir %{_texdir}/texmf-dist/tex/latex/nddiss -%dir %{_texdir}/texmf-dist/tex/latex/needspace -%dir %{_texdir}/texmf-dist/tex/latex/nestquot -%dir %{_texdir}/texmf-dist/tex/latex/newenviron -%dir %{_texdir}/texmf-dist/tex/latex/newfile -%dir %{_texdir}/texmf-dist/tex/latex/newlfm -%dir %{_texdir}/texmf-dist/tex/latex/newpx -%dir %{_texdir}/texmf-dist/tex/latex/newspaper -%dir %{_texdir}/texmf-dist/tex/latex/newtx -%dir %{_texdir}/texmf-dist/tex/latex/newunicodechar -%dir %{_texdir}/texmf-dist/tex/latex/newvbtm -%dir %{_texdir}/texmf-dist/tex/latex/newverbs -%dir %{_texdir}/texmf-dist/tex/latex/nextpage -%dir %{_texdir}/texmf-dist/tex/latex/nfssext-cfr -%dir %{_texdir}/texmf-dist/tex/latex/nicefilelist -%dir %{_texdir}/texmf-dist/tex/latex/niceframe -%dir %{_texdir}/texmf-dist/tex/latex/nicetext -%dir %{_texdir}/texmf-dist/tex/latex/nicetext/run -%dir %{_texdir}/texmf-dist/tex/latex/nih -%dir %{_texdir}/texmf-dist/tex/latex/nlctdoc -%dir %{_texdir}/texmf-dist/tex/latex/noitcrul -%dir %{_texdir}/texmf-dist/tex/latex/nolbreaks -%dir %{_texdir}/texmf-dist/tex/latex/nomencl -%dir %{_texdir}/texmf-dist/tex/latex/nomentbl -%dir %{_texdir}/texmf-dist/tex/latex/nonfloat -%dir %{_texdir}/texmf-dist/tex/latex/nonumonpart -%dir %{_texdir}/texmf-dist/tex/latex/nopageno -%dir %{_texdir}/texmf-dist/tex/latex/nostarch -%dir %{_texdir}/texmf-dist/tex/latex/notes -%dir %{_texdir}/texmf-dist/tex/latex/notes2bib -%dir %{_texdir}/texmf-dist/tex/latex/notoccite -%dir %{_texdir}/texmf-dist/tex/latex/nowidow -%dir %{_texdir}/texmf-dist/tex/latex/nrc -%dir %{_texdir}/texmf-dist/tex/latex/ntgclass -%dir %{_texdir}/texmf-dist/tex/latex/ntheorem -%dir %{_texdir}/texmf-dist/tex/latex/nuc -%dir %{_texdir}/texmf-dist/tex/latex/numberedblock -%dir %{_texdir}/texmf-dist/tex/latex/numericplots -%dir %{_texdir}/texmf-dist/tex/latex/numname -%dir %{_texdir}/texmf-dist/tex/latex/numprint -%dir %{_texdir}/texmf-dist/tex/latex/oberdiek -%dir %{_texdir}/texmf-dist/tex/latex/objectz -%dir %{_texdir}/texmf-dist/tex/latex/ocg-p -%dir %{_texdir}/texmf-dist/tex/latex/ocgx -%dir %{_texdir}/texmf-dist/tex/latex/ocr-latex -%dir %{_texdir}/texmf-dist/tex/latex/octavo -%dir %{_texdir}/texmf-dist/tex/latex/oldstyle -%dir %{_texdir}/texmf-dist/tex/latex/onlyamsmath -%dir %{_texdir}/texmf-dist/tex/latex/onrannual -%dir %{_texdir}/texmf-dist/tex/latex/opcit -%dir %{_texdir}/texmf-dist/tex/latex/opensans -%dir %{_texdir}/texmf-dist/tex/latex/opteng -%dir %{_texdir}/texmf-dist/tex/latex/optional -%dir %{_texdir}/texmf-dist/tex/latex/ordinalpt -%dir %{_texdir}/texmf-dist/tex/latex/oscola -%dir %{_texdir}/texmf-dist/tex/latex/othello -%dir %{_texdir}/texmf-dist/tex/latex/othelloboard -%dir %{_texdir}/texmf-dist/tex/latex/otibet -%dir %{_texdir}/texmf-dist/tex/latex/ot-tableau -%dir %{_texdir}/texmf-dist/tex/latex/outline -%dir %{_texdir}/texmf-dist/tex/latex/outliner -%dir %{_texdir}/texmf-dist/tex/latex/overpic -%dir %{_texdir}/texmf-dist/tex/latex/pacioli -%dir %{_texdir}/texmf-dist/tex/latex/pagecolor -%dir %{_texdir}/texmf-dist/tex/latex/pagecont -%dir %{_texdir}/texmf-dist/tex/latex/pagenote -%dir %{_texdir}/texmf-dist/tex/latex/pagerange -%dir %{_texdir}/texmf-dist/tex/latex/pageslts -%dir %{_texdir}/texmf-dist/tex/latex/palatino -%dir %{_texdir}/texmf-dist/tex/latex/paper -%dir %{_texdir}/texmf-dist/tex/latex/papercdcase -%dir %{_texdir}/texmf-dist/tex/latex/papermas -%dir %{_texdir}/texmf-dist/tex/latex/papertex -%dir %{_texdir}/texmf-dist/tex/latex/paracol -%dir %{_texdir}/texmf-dist/tex/latex/paralist -%dir %{_texdir}/texmf-dist/tex/latex/parallel -%dir %{_texdir}/texmf-dist/tex/latex/paratype -%dir %{_texdir}/texmf-dist/tex/latex/paresse -%dir %{_texdir}/texmf-dist/tex/latex/parnotes -%dir %{_texdir}/texmf-dist/tex/latex/parrun -%dir %{_texdir}/texmf-dist/tex/latex/parselines -%dir %{_texdir}/texmf-dist/tex/latex/parskip -%dir %{_texdir}/texmf-dist/tex/latex/patchcmd -%dir %{_texdir}/texmf-dist/tex/latex/pauldoc -%dir %{_texdir}/texmf-dist/tex/latex/pawpict -%dir %{_texdir}/texmf-dist/tex/latex/pax -%dir %{_texdir}/texmf-dist/tex/latex/pb-diagram -%dir %{_texdir}/texmf-dist/tex/latex/pbox -%dir %{_texdir}/texmf-dist/tex/latex/pbsheet -%dir %{_texdir}/texmf-dist/tex/latex/pdfcomment -%dir %{_texdir}/texmf-dist/tex/latex/pdfcprot -%dir %{_texdir}/texmf-dist/tex/latex/pdfmarginpar -%dir %{_texdir}/texmf-dist/tex/latex/pdfpages -%dir %{_texdir}/texmf-dist/tex/latex/pdfscreen -%dir %{_texdir}/texmf-dist/tex/latex/pdfslide -%dir %{_texdir}/texmf-dist/tex/latex/pdfsync -%dir %{_texdir}/texmf-dist/tex/latex/pdftex-def -%dir %{_texdir}/texmf-dist/tex/latex/pdftricks -%dir %{_texdir}/texmf-dist/tex/latex/pdfwin -%dir %{_texdir}/texmf-dist/tex/latex/pdfx -%dir %{_texdir}/texmf-dist/tex/latex/pdf14 -%dir %{_texdir}/texmf-dist/tex/latex/pecha -%dir %{_texdir}/texmf-dist/tex/latex/perltex -%dir %{_texdir}/texmf-dist/tex/latex/permute -%dir %{_texdir}/texmf-dist/tex/latex/petiteannonce -%dir %{_texdir}/texmf-dist/tex/latex/pfarrei -%dir %{_texdir}/texmf-dist/tex/latex/pgf -%dir %{_texdir}/texmf-dist/tex/latex/pgf/basiclayer -%dir %{_texdir}/texmf-dist/tex/latex/pgf-blur -%dir %{_texdir}/texmf-dist/tex/latex/pgf/compatibility -%dir %{_texdir}/texmf-dist/tex/latex/pgf/doc -%dir %{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer -%dir %{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/libraries -%dir %{_texdir}/texmf-dist/tex/latex/pgfgantt -%dir %{_texdir}/texmf-dist/tex/latex/pgfkeyx -%dir %{_texdir}/texmf-dist/tex/latex/pgf/math -%dir %{_texdir}/texmf-dist/tex/latex/pgfopts -%dir %{_texdir}/texmf-dist/tex/latex/pgfplots -%dir %{_texdir}/texmf-dist/tex/latex/pgfplots/libs -%dir %{_texdir}/texmf-dist/tex/latex/pgf-soroban -%dir %{_texdir}/texmf-dist/tex/latex/pgf/systemlayer -%dir %{_texdir}/texmf-dist/tex/latex/pgf-umlsd -%dir %{_texdir}/texmf-dist/tex/latex/pgf/utilities -%dir %{_texdir}/texmf-dist/tex/latex/phaistos -%dir %{_texdir}/texmf-dist/tex/latex/philex -%dir %{_texdir}/texmf-dist/tex/latex/philosophersimprint -%dir %{_texdir}/texmf-dist/tex/latex/phonetic -%dir %{_texdir}/texmf-dist/tex/latex/photo -%dir %{_texdir}/texmf-dist/tex/latex/physics -%dir %{_texdir}/texmf-dist/tex/latex/physymb -%dir %{_texdir}/texmf-dist/tex/latex/piano -%dir %{_texdir}/texmf-dist/tex/latex/picinpar -%dir %{_texdir}/texmf-dist/tex/latex/pictex2 -%dir %{_texdir}/texmf-dist/tex/latex/pict2e -%dir %{_texdir}/texmf-dist/tex/latex/piff -%dir %{_texdir}/texmf-dist/tex/latex/pigpen -%dir %{_texdir}/texmf-dist/tex/latex/pinlabel -%dir %{_texdir}/texmf-dist/tex/latex/pittetd -%dir %{_texdir}/texmf-dist/tex/latex/pkuthss -%dir %{_texdir}/texmf-dist/tex/latex/placeins -%dir %{_texdir}/texmf-dist/tex/latex/plantslabels -%dir %{_texdir}/texmf-dist/tex/latex/plari -%dir %{_texdir}/texmf-dist/tex/latex/plates -%dir %{_texdir}/texmf-dist/tex/latex/play -%dir %{_texdir}/texmf-dist/tex/latex/plweb -%dir %{_texdir}/texmf-dist/tex/latex/pmgraph -%dir %{_texdir}/texmf-dist/tex/latex/poemscol -%dir %{_texdir}/texmf-dist/tex/latex/poetrytex -%dir %{_texdir}/texmf-dist/tex/latex/polski -%dir %{_texdir}/texmf-dist/tex/latex/poltawski -%dir %{_texdir}/texmf-dist/tex/latex/polyglot -%dir %{_texdir}/texmf-dist/tex/latex/polynom -%dir %{_texdir}/texmf-dist/tex/latex/polynomial -%dir %{_texdir}/texmf-dist/tex/latex/polytable -%dir %{_texdir}/texmf-dist/tex/latex/postcards -%dir %{_texdir}/texmf-dist/tex/latex/powerdot -%dir %{_texdir}/texmf-dist/tex/latex/powerdot-FUBerlin -%dir %{_texdir}/texmf-dist/tex/latex/ppr-prv -%dir %{_texdir}/texmf-dist/tex/latex/pracjourn -%dir %{_texdir}/texmf-dist/tex/latex/preprint -%dir %{_texdir}/texmf-dist/tex/latex/prerex -%dir %{_texdir}/texmf-dist/tex/latex/prettyref -%dir %{_texdir}/texmf-dist/tex/latex/printlen -%dir %{_texdir}/texmf-dist/tex/latex/proba -%dir %{_texdir}/texmf-dist/tex/latex/probsoln -%dir %{_texdir}/texmf-dist/tex/latex/procIAGssymp -%dir %{_texdir}/texmf-dist/tex/latex/prodint -%dir %{_texdir}/texmf-dist/tex/latex/productbox -%dir %{_texdir}/texmf-dist/tex/latex/program -%dir %{_texdir}/texmf-dist/tex/latex/progress -%dir %{_texdir}/texmf-dist/tex/latex/progressbar -%dir %{_texdir}/texmf-dist/tex/latex/properties -%dir %{_texdir}/texmf-dist/tex/latex/proposal -%dir %{_texdir}/texmf-dist/tex/latex/proposal/base -%dir %{_texdir}/texmf-dist/tex/latex/proposal/dfg -%dir %{_texdir}/texmf-dist/tex/latex/proposal/eu -%dir %{_texdir}/texmf-dist/tex/latex/prosper -%dir %{_texdir}/texmf-dist/tex/latex/protex -%dir %{_texdir}/texmf-dist/tex/latex/protocol -%dir %{_texdir}/texmf-dist/tex/latex/przechlewski-book -%dir %{_texdir}/texmf-dist/tex/latex/psbao -%dir %{_texdir}/texmf-dist/tex/latex/pseudocode -%dir %{_texdir}/texmf-dist/tex/latex/psfrag -%dir %{_texdir}/texmf-dist/tex/latex/psfragx -%dir %{_texdir}/texmf-dist/tex/latex/psgo -%dir %{_texdir}/texmf-dist/tex/latex/pslatex -%dir %{_texdir}/texmf-dist/tex/latex/psnfss -%dir %{_texdir}/texmf-dist/tex/latex/pspicture -%dir %{_texdir}/texmf-dist/tex/latex/pst-abspos -%dir %{_texdir}/texmf-dist/tex/latex/pst-am -%dir %{_texdir}/texmf-dist/tex/latex/pst-asr -%dir %{_texdir}/texmf-dist/tex/latex/pst-bar -%dir %{_texdir}/texmf-dist/tex/latex/pst-barcode -%dir %{_texdir}/texmf-dist/tex/latex/pst-bezier -%dir %{_texdir}/texmf-dist/tex/latex/pst-blur -%dir %{_texdir}/texmf-dist/tex/latex/pst-bspline -%dir %{_texdir}/texmf-dist/tex/latex/pst-calendar -%dir %{_texdir}/texmf-dist/tex/latex/pst-circ -%dir %{_texdir}/texmf-dist/tex/latex/pst-coil -%dir %{_texdir}/texmf-dist/tex/latex/pst-cox -%dir %{_texdir}/texmf-dist/tex/latex/pst-dbicons -%dir %{_texdir}/texmf-dist/tex/latex/pst-diffraction -%dir %{_texdir}/texmf-dist/tex/latex/pst-electricfield -%dir %{_texdir}/texmf-dist/tex/latex/pst-eps -%dir %{_texdir}/texmf-dist/tex/latex/pst-eucl -%dir %{_texdir}/texmf-dist/tex/latex/pst-exa -%dir %{_texdir}/texmf-dist/tex/latex/pst-fill -%dir %{_texdir}/texmf-dist/tex/latex/pst-fit -%dir %{_texdir}/texmf-dist/tex/latex/pst-fractal -%dir %{_texdir}/texmf-dist/tex/latex/pst-fr3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-fun -%dir %{_texdir}/texmf-dist/tex/latex/pst-func -%dir %{_texdir}/texmf-dist/tex/latex/pst-gantt -%dir %{_texdir}/texmf-dist/tex/latex/pst-geo -%dir %{_texdir}/texmf-dist/tex/latex/pst-ghsb -%dir %{_texdir}/texmf-dist/tex/latex/pst-grad -%dir %{_texdir}/texmf-dist/tex/latex/pst-gr3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-infixplot -%dir %{_texdir}/texmf-dist/tex/latex/pst-jtree -%dir %{_texdir}/texmf-dist/tex/latex/pst-knot -%dir %{_texdir}/texmf-dist/tex/latex/pst-labo -%dir %{_texdir}/texmf-dist/tex/latex/pst-layout -%dir %{_texdir}/texmf-dist/tex/latex/pst-lens -%dir %{_texdir}/texmf-dist/tex/latex/pst-light3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-magneticfield -%dir %{_texdir}/texmf-dist/tex/latex/pst-math -%dir %{_texdir}/texmf-dist/tex/latex/pst-mirror -%dir %{_texdir}/texmf-dist/tex/latex/pst-node -%dir %{_texdir}/texmf-dist/tex/latex/pst-ob3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-ode -%dir %{_texdir}/texmf-dist/tex/latex/pstool -%dir %{_texdir}/texmf-dist/tex/latex/pst-optexp -%dir %{_texdir}/texmf-dist/tex/latex/pst-optic -%dir %{_texdir}/texmf-dist/tex/latex/pst-osci -%dir %{_texdir}/texmf-dist/tex/latex/pst-pad -%dir %{_texdir}/texmf-dist/tex/latex/pst-pdf -%dir %{_texdir}/texmf-dist/tex/latex/pst-pdgr -%dir %{_texdir}/texmf-dist/tex/latex/pst-platon -%dir %{_texdir}/texmf-dist/tex/latex/pst-plot -%dir %{_texdir}/texmf-dist/tex/latex/pst-poly -%dir %{_texdir}/texmf-dist/tex/latex/pst-pulley -%dir %{_texdir}/texmf-dist/tex/latex/pst-qtree -%dir %{_texdir}/texmf-dist/tex/latex/pstricks -%dir %{_texdir}/texmf-dist/tex/latex/pstricks-add -%dir %{_texdir}/texmf-dist/tex/latex/pst-rubans -%dir %{_texdir}/texmf-dist/tex/latex/pst-sigsys -%dir %{_texdir}/texmf-dist/tex/latex/pst-slpe -%dir %{_texdir}/texmf-dist/tex/latex/pst-solarsystem -%dir %{_texdir}/texmf-dist/tex/latex/pst-solides3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-soroban -%dir %{_texdir}/texmf-dist/tex/latex/pst-spectra -%dir %{_texdir}/texmf-dist/tex/latex/pst-stru -%dir %{_texdir}/texmf-dist/tex/latex/pst-text -%dir %{_texdir}/texmf-dist/tex/latex/pst-thick -%dir %{_texdir}/texmf-dist/tex/latex/pst-tools -%dir %{_texdir}/texmf-dist/tex/latex/pst-tree -%dir %{_texdir}/texmf-dist/tex/latex/pst-tvz -%dir %{_texdir}/texmf-dist/tex/latex/pst-uml -%dir %{_texdir}/texmf-dist/tex/latex/pst-vectorian -%dir %{_texdir}/texmf-dist/tex/latex/pst-vowel -%dir %{_texdir}/texmf-dist/tex/latex/pst-vue3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-2dplot -%dir %{_texdir}/texmf-dist/tex/latex/pst-3d -%dir %{_texdir}/texmf-dist/tex/latex/pst-3dplot -%dir %{_texdir}/texmf-dist/tex/latex/psu-thesis -%dir %{_texdir}/texmf-dist/tex/latex/ptptex -%dir %{_texdir}/texmf-dist/tex/latex/public -%dir %{_texdir}/texmf-dist/tex/latex/public/rsfso -%dir %{_texdir}/texmf-dist/tex/latex/public/superiors -%dir %{_texdir}/texmf-dist/tex/latex/punk-latex -%dir %{_texdir}/texmf-dist/tex/latex/pxcjkcat -%dir %{_texdir}/texmf-dist/tex/latex/pxfonts -%dir %{_texdir}/texmf-dist/tex/latex/pxgreeks -%dir %{_texdir}/texmf-dist/tex/latex/pxtxalfa -%dir %{_texdir}/texmf-dist/tex/latex/python -%dir %{_texdir}/texmf-dist/tex/latex/qcm -%dir %{_texdir}/texmf-dist/tex/latex/qobitree -%dir %{_texdir}/texmf-dist/tex/latex/qstest -%dir %{_texdir}/texmf-dist/tex/latex/qsymbols -%dir %{_texdir}/texmf-dist/tex/latex/qtree -%dir %{_texdir}/texmf-dist/tex/latex/quattrocento -%dir %{_texdir}/texmf-dist/tex/latex/quotchap -%dir %{_texdir}/texmf-dist/tex/latex/quoting -%dir %{_texdir}/texmf-dist/tex/latex/quotmark -%dir %{_texdir}/texmf-dist/tex/latex/randbild -%dir %{_texdir}/texmf-dist/tex/latex/randomwalk -%dir %{_texdir}/texmf-dist/tex/latex/randtext -%dir %{_texdir}/texmf-dist/tex/latex/ran_toks -%dir %{_texdir}/texmf-dist/tex/latex/rccol -%dir %{_texdir}/texmf-dist/tex/latex/rcs -%dir %{_texdir}/texmf-dist/tex/latex/rcsinfo -%dir %{_texdir}/texmf-dist/tex/latex/rcs-multi -%dir %{_texdir}/texmf-dist/tex/latex/readarray -%dir %{_texdir}/texmf-dist/tex/latex/realboxes -%dir %{_texdir}/texmf-dist/tex/latex/realscripts -%dir %{_texdir}/texmf-dist/tex/latex/recipe -%dir %{_texdir}/texmf-dist/tex/latex/recipecard -%dir %{_texdir}/texmf-dist/tex/latex/rec-thy -%dir %{_texdir}/texmf-dist/tex/latex/rectopma -%dir %{_texdir}/texmf-dist/tex/latex/recycle -%dir %{_texdir}/texmf-dist/tex/latex/refcheck -%dir %{_texdir}/texmf-dist/tex/latex/refman -%dir %{_texdir}/texmf-dist/tex/latex/refstyle -%dir %{_texdir}/texmf-dist/tex/latex/regcount -%dir %{_texdir}/texmf-dist/tex/latex/regexpatch -%dir %{_texdir}/texmf-dist/tex/latex/register -%dir %{_texdir}/texmf-dist/tex/latex/regstats -%dir %{_texdir}/texmf-dist/tex/latex/relenc -%dir %{_texdir}/texmf-dist/tex/latex/relsize -%dir %{_texdir}/texmf-dist/tex/latex/reotex -%dir %{_texdir}/texmf-dist/tex/latex/repeatindex -%dir %{_texdir}/texmf-dist/tex/latex/resphilosophica -%dir %{_texdir}/texmf-dist/tex/latex/revtex -%dir %{_texdir}/texmf-dist/tex/latex/revtex4 -%dir %{_texdir}/texmf-dist/tex/latex/rjlparshap -%dir %{_texdir}/texmf-dist/tex/latex/rmpage -%dir %{_texdir}/texmf-dist/tex/latex/robustcommand -%dir %{_texdir}/texmf-dist/tex/latex/robustindex -%dir %{_texdir}/texmf-dist/tex/latex/romanbar -%dir %{_texdir}/texmf-dist/tex/latex/romande -%dir %{_texdir}/texmf-dist/tex/latex/romanneg -%dir %{_texdir}/texmf-dist/tex/latex/romannum -%dir %{_texdir}/texmf-dist/tex/latex/romansh -%dir %{_texdir}/texmf-dist/tex/latex/rotating -%dir %{_texdir}/texmf-dist/tex/latex/rotfloat -%dir %{_texdir}/texmf-dist/tex/latex/rotpages -%dir %{_texdir}/texmf-dist/tex/latex/roundbox -%dir %{_texdir}/texmf-dist/tex/latex/rrgtrees -%dir %{_texdir}/texmf-dist/tex/latex/rsc -%dir %{_texdir}/texmf-dist/tex/latex/rtkinenc -%dir %{_texdir}/texmf-dist/tex/latex/rtklage -%dir %{_texdir}/texmf-dist/tex/latex/r_und_s -%dir %{_texdir}/texmf-dist/tex/latex/rviewport -%dir %{_texdir}/texmf-dist/tex/latex/rvwrite -%dir %{_texdir}/texmf-dist/tex/latex/ryethesis -%dir %{_texdir}/texmf-dist/tex/latex/sageep -%dir %{_texdir}/texmf-dist/tex/latex/sanskrit -%dir %{_texdir}/texmf-dist/tex/latex/sansmath -%dir %{_texdir}/texmf-dist/tex/latex/sansmathaccent -%dir %{_texdir}/texmf-dist/tex/latex/sapthesis -%dir %{_texdir}/texmf-dist/tex/latex/sasnrdisplay -%dir %{_texdir}/texmf-dist/tex/latex/sa-tikz -%dir %{_texdir}/texmf-dist/tex/latex/sauerj -%dir %{_texdir}/texmf-dist/tex/latex/sauterfonts -%dir %{_texdir}/texmf-dist/tex/latex/savefnmark -%dir %{_texdir}/texmf-dist/tex/latex/savesym -%dir %{_texdir}/texmf-dist/tex/latex/savetrees -%dir %{_texdir}/texmf-dist/tex/latex/scale -%dir %{_texdir}/texmf-dist/tex/latex/scalebar -%dir %{_texdir}/texmf-dist/tex/latex/scalerel -%dir %{_texdir}/texmf-dist/tex/latex/sciposter -%dir %{_texdir}/texmf-dist/tex/latex/screenplay -%dir %{_texdir}/texmf-dist/tex/latex/scrjrnl -%dir %{_texdir}/texmf-dist/tex/latex/sdrt -%dir %{_texdir}/texmf-dist/tex/latex/secdot -%dir %{_texdir}/texmf-dist/tex/latex/section -%dir %{_texdir}/texmf-dist/tex/latex/sectionbox -%dir %{_texdir}/texmf-dist/tex/latex/sectsty -%dir %{_texdir}/texmf-dist/tex/latex/selectp -%dir %{_texdir}/texmf-dist/tex/latex/semantic -%dir %{_texdir}/texmf-dist/tex/latex/semaphor -%dir %{_texdir}/texmf-dist/tex/latex/seminar -%dir %{_texdir}/texmf-dist/tex/latex/semioneside -%dir %{_texdir}/texmf-dist/tex/latex/sepfootnotes -%dir %{_texdir}/texmf-dist/tex/latex/sepnum -%dir %{_texdir}/texmf-dist/tex/latex/seqsplit -%dir %{_texdir}/texmf-dist/tex/latex/serbian-apostrophe -%dir %{_texdir}/texmf-dist/tex/latex/serbian-date-lat -%dir %{_texdir}/texmf-dist/tex/latex/serbian-def-cyr -%dir %{_texdir}/texmf-dist/tex/latex/serbian-lig -%dir %{_texdir}/texmf-dist/tex/latex/setdeck -%dir %{_texdir}/texmf-dist/tex/latex/setspace -%dir %{_texdir}/texmf-dist/tex/latex/seuthesis -%dir %{_texdir}/texmf-dist/tex/latex/sffms -%dir %{_texdir}/texmf-dist/tex/latex/sfg -%dir %{_texdir}/texmf-dist/tex/latex/sfmath -%dir %{_texdir}/texmf-dist/tex/latex/sf298 -%dir %{_texdir}/texmf-dist/tex/latex/sgame -%dir %{_texdir}/texmf-dist/tex/latex/shadethm -%dir %{_texdir}/texmf-dist/tex/latex/shadow -%dir %{_texdir}/texmf-dist/tex/latex/shadowtext -%dir %{_texdir}/texmf-dist/tex/latex/shipunov -%dir %{_texdir}/texmf-dist/tex/latex/shorttoc -%dir %{_texdir}/texmf-dist/tex/latex/showdim -%dir %{_texdir}/texmf-dist/tex/latex/showexpl -%dir %{_texdir}/texmf-dist/tex/latex/showcharinbox -%dir %{_texdir}/texmf-dist/tex/latex/showlabels -%dir %{_texdir}/texmf-dist/tex/latex/showtags -%dir %{_texdir}/texmf-dist/tex/latex/show2e -%dir %{_texdir}/texmf-dist/tex/latex/shuffle -%dir %{_texdir}/texmf-dist/tex/latex/schemabloc -%dir %{_texdir}/texmf-dist/tex/latex/schulschriften -%dir %{_texdir}/texmf-dist/tex/latex/schwalbe-chess -%dir %{_texdir}/texmf-dist/tex/latex/sidecap -%dir %{_texdir}/texmf-dist/tex/latex/sidenotes -%dir %{_texdir}/texmf-dist/tex/latex/sides -%dir %{_texdir}/texmf-dist/tex/latex/silence -%dir %{_texdir}/texmf-dist/tex/latex/simplecd -%dir %{_texdir}/texmf-dist/tex/latex/simplecv -%dir %{_texdir}/texmf-dist/tex/latex/simplewick -%dir %{_texdir}/texmf-dist/tex/latex/SIstyle -%dir %{_texdir}/texmf-dist/tex/latex/sitem -%dir %{_texdir}/texmf-dist/tex/latex/SIunits -%dir %{_texdir}/texmf-dist/tex/latex/siunitx -%dir %{_texdir}/texmf-dist/tex/latex/siunitx/config -%dir %{_texdir}/texmf-dist/tex/latex/skak -%dir %{_texdir}/texmf-dist/tex/latex/skb -%dir %{_texdir}/texmf-dist/tex/latex/skdoc -%dir %{_texdir}/texmf-dist/tex/latex/skeycommand -%dir %{_texdir}/texmf-dist/tex/latex/skeyval -%dir %{_texdir}/texmf-dist/tex/latex/skmath -%dir %{_texdir}/texmf-dist/tex/latex/skrapport -%dir %{_texdir}/texmf-dist/tex/latex/skull -%dir %{_texdir}/texmf-dist/tex/latex/slantsc -%dir %{_texdir}/texmf-dist/tex/latex/smalltableof -%dir %{_texdir}/texmf-dist/tex/latex/smartdiagram -%dir %{_texdir}/texmf-dist/tex/latex/smartref -%dir %{_texdir}/texmf-dist/tex/latex/snapshot -%dir %{_texdir}/texmf-dist/tex/latex/songbook -%dir %{_texdir}/texmf-dist/tex/latex/soton -%dir %{_texdir}/texmf-dist/tex/latex/soul -%dir %{_texdir}/texmf-dist/tex/latex/sourcecodepro -%dir %{_texdir}/texmf-dist/tex/latex/sourcesanspro -%dir %{_texdir}/texmf-dist/tex/latex/spanglish -%dir %{_texdir}/texmf-dist/tex/latex/spanish-mx -%dir %{_texdir}/texmf-dist/tex/latex/sparklines -%dir %{_texdir}/texmf-dist/tex/latex/spie -%dir %{_texdir}/texmf-dist/tex/latex/splitbib -%dir %{_texdir}/texmf-dist/tex/latex/splitindex -%dir %{_texdir}/texmf-dist/tex/latex/spot -%dir %{_texdir}/texmf-dist/tex/latex/spotcolor -%dir %{_texdir}/texmf-dist/tex/latex/spreadtab -%dir %{_texdir}/texmf-dist/tex/latex/spverbatim -%dir %{_texdir}/texmf-dist/tex/latex/srbook-mem -%dir %{_texdir}/texmf-dist/tex/latex/srcltx -%dir %{_texdir}/texmf-dist/tex/latex/sseq -%dir %{_texdir}/texmf-dist/tex/latex/stack -%dir %{_texdir}/texmf-dist/tex/latex/stage -%dir %{_texdir}/texmf-dist/tex/latex/standalone -%dir %{_texdir}/texmf-dist/tex/latex/starfont -%dir %{_texdir}/texmf-dist/tex/latex/statex -%dir %{_texdir}/texmf-dist/tex/latex/statex2 -%dir %{_texdir}/texmf-dist/tex/latex/statistik -%dir %{_texdir}/texmf-dist/tex/latex/staves -%dir %{_texdir}/texmf-dist/tex/latex/stdclsdv -%dir %{_texdir}/texmf-dist/tex/latex/stdpage -%dir %{_texdir}/texmf-dist/tex/latex/steinmetz -%dir %{_texdir}/texmf-dist/tex/latex/stellenbosch -%dir %{_texdir}/texmf-dist/tex/latex/stellenbosch/logos -%dir %{_texdir}/texmf-dist/tex/latex/stex -%dir %{_texdir}/texmf-dist/tex/latex/stex/cmath -%dir %{_texdir}/texmf-dist/tex/latex/stex/cmathml -%dir %{_texdir}/texmf-dist/tex/latex/stex/cnx -%dir %{_texdir}/texmf-dist/tex/latex/stex/dcm -%dir %{_texdir}/texmf-dist/tex/latex/stex/hwexam -%dir %{_texdir}/texmf-dist/tex/latex/stex/metakeys -%dir %{_texdir}/texmf-dist/tex/latex/stex/mikoslides -%dir %{_texdir}/texmf-dist/tex/latex/stex/modules -%dir %{_texdir}/texmf-dist/tex/latex/stex/omdoc -%dir %{_texdir}/texmf-dist/tex/latex/stex/omtext -%dir %{_texdir}/texmf-dist/tex/latex/stex/presentation -%dir %{_texdir}/texmf-dist/tex/latex/stex/problem -%dir %{_texdir}/texmf-dist/tex/latex/stex/rdfmeta -%dir %{_texdir}/texmf-dist/tex/latex/stex/reqdoc -%dir %{_texdir}/texmf-dist/tex/latex/stex/sproof -%dir %{_texdir}/texmf-dist/tex/latex/stex/sref -%dir %{_texdir}/texmf-dist/tex/latex/stex/statements -%dir %{_texdir}/texmf-dist/tex/latex/stex/workaddress -%dir %{_texdir}/texmf-dist/tex/latex/stmaryrd -%dir %{_texdir}/texmf-dist/tex/latex/storebox -%dir %{_texdir}/texmf-dist/tex/latex/storecmd -%dir %{_texdir}/texmf-dist/tex/latex/stringstrings -%dir %{_texdir}/texmf-dist/tex/latex/struktex -%dir %{_texdir}/texmf-dist/tex/latex/sttools -%dir %{_texdir}/texmf-dist/tex/latex/stubs -%dir %{_texdir}/texmf-dist/tex/latex/subdepth -%dir %{_texdir}/texmf-dist/tex/latex/subeqn -%dir %{_texdir}/texmf-dist/tex/latex/subeqnarray -%dir %{_texdir}/texmf-dist/tex/latex/subfig -%dir %{_texdir}/texmf-dist/tex/latex/subfigmat -%dir %{_texdir}/texmf-dist/tex/latex/subfigure -%dir %{_texdir}/texmf-dist/tex/latex/subfiles -%dir %{_texdir}/texmf-dist/tex/latex/subfloat -%dir %{_texdir}/texmf-dist/tex/latex/substances -%dir %{_texdir}/texmf-dist/tex/latex/substitutefont -%dir %{_texdir}/texmf-dist/tex/latex/substr -%dir %{_texdir}/texmf-dist/tex/latex/sudoku -%dir %{_texdir}/texmf-dist/tex/latex/sudokubundle -%dir %{_texdir}/texmf-dist/tex/latex/suftesi -%dir %{_texdir}/texmf-dist/tex/latex/sugconf -%dir %{_texdir}/texmf-dist/tex/latex/supertabular -%dir %{_texdir}/texmf-dist/tex/latex/susy -%dir %{_texdir}/texmf-dist/tex/latex/svg -%dir %{_texdir}/texmf-dist/tex/latex/svgcolor -%dir %{_texdir}/texmf-dist/tex/latex/svn -%dir %{_texdir}/texmf-dist/tex/latex/svninfo -%dir %{_texdir}/texmf-dist/tex/latex/svn-multi -%dir %{_texdir}/texmf-dist/tex/latex/svn-prov -%dir %{_texdir}/texmf-dist/tex/latex/swimgraf -%dir %{_texdir}/texmf-dist/tex/latex/syllogism -%dir %{_texdir}/texmf-dist/tex/latex/symbol -%dir %{_texdir}/texmf-dist/tex/latex/synproof -%dir %{_texdir}/texmf-dist/tex/latex/syntax -%dir %{_texdir}/texmf-dist/tex/latex/syntrace -%dir %{_texdir}/texmf-dist/tex/latex/synttree -%dir %{_texdir}/texmf-dist/tex/latex/Tabbing -%dir %{_texdir}/texmf-dist/tex/latex/tabfigures -%dir %{_texdir}/texmf-dist/tex/latex/tableaux -%dir %{_texdir}/texmf-dist/tex/latex/tablefootnote -%dir %{_texdir}/texmf-dist/tex/latex/tableof -%dir %{_texdir}/texmf-dist/tex/latex/tablists -%dir %{_texdir}/texmf-dist/tex/latex/tablor -%dir %{_texdir}/texmf-dist/tex/latex/tabls -%dir %{_texdir}/texmf-dist/tex/latex/tabriz-thesis -%dir %{_texdir}/texmf-dist/tex/latex/tabto-ltx -%dir %{_texdir}/texmf-dist/tex/latex/tabu -%dir %{_texdir}/texmf-dist/tex/latex/tabularborder -%dir %{_texdir}/texmf-dist/tex/latex/tabularcalc -%dir %{_texdir}/texmf-dist/tex/latex/tabularew -%dir %{_texdir}/texmf-dist/tex/latex/tabulary -%dir %{_texdir}/texmf-dist/tex/latex/tabvar -%dir %{_texdir}/texmf-dist/tex/latex/tagging -%dir %{_texdir}/texmf-dist/tex/latex/talk -%dir %{_texdir}/texmf-dist/tex/latex/tamefloats -%dir %{_texdir}/texmf-dist/tex/latex/t-angles -%dir %{_texdir}/texmf-dist/tex/latex/tcldoc -%dir %{_texdir}/texmf-dist/tex/latex/tcolorbox -%dir %{_texdir}/texmf-dist/tex/latex/tdclock -%dir %{_texdir}/texmf-dist/tex/latex/tdsfrmath -%dir %{_texdir}/texmf-dist/tex/latex/ted -%dir %{_texdir}/texmf-dist/tex/latex/technics -%dir %{_texdir}/texmf-dist/tex/latex/tengwarscript -%dir %{_texdir}/texmf-dist/tex/latex/tensor -%dir %{_texdir}/texmf-dist/tex/latex/termcal -%dir %{_texdir}/texmf-dist/tex/latex/termlist -%dir %{_texdir}/texmf-dist/tex/latex/teubner -%dir %{_texdir}/texmf-dist/tex/latex/tex-gyre -%dir %{_texdir}/texmf-dist/tex/latex/texilikecover -%dir %{_texdir}/texmf-dist/tex/latex/texilikechaps -%dir %{_texdir}/texmf-dist/tex/latex/tex-label -%dir %{_texdir}/texmf-dist/tex/latex/texlogos -%dir %{_texdir}/texmf-dist/tex/latex/texmate -%dir %{_texdir}/texmf-dist/tex/latex/texments -%dir %{_texdir}/texmf-dist/tex/latex/texpower -%dir %{_texdir}/texmf-dist/tex/latex/texshade -%dir %{_texdir}/texmf-dist/tex/latex/textcase -%dir %{_texdir}/texmf-dist/tex/latex/textfit -%dir %{_texdir}/texmf-dist/tex/latex/textgreek -%dir %{_texdir}/texmf-dist/tex/latex/textopo -%dir %{_texdir}/texmf-dist/tex/latex/textpath -%dir %{_texdir}/texmf-dist/tex/latex/textpos -%dir %{_texdir}/texmf-dist/tex/latex/tfrupee -%dir %{_texdir}/texmf-dist/tex/latex/theoremref -%dir %{_texdir}/texmf-dist/tex/latex/thesis-titlepage-fhac -%dir %{_texdir}/texmf-dist/tex/latex/thinsp -%dir %{_texdir}/texmf-dist/tex/latex/thmbox -%dir %{_texdir}/texmf-dist/tex/latex/thmtools -%dir %{_texdir}/texmf-dist/tex/latex/threadcol -%dir %{_texdir}/texmf-dist/tex/latex/threeparttable -%dir %{_texdir}/texmf-dist/tex/latex/threeparttablex -%dir %{_texdir}/texmf-dist/tex/latex/thumb -%dir %{_texdir}/texmf-dist/tex/latex/thumbs -%dir %{_texdir}/texmf-dist/tex/latex/thumby -%dir %{_texdir}/texmf-dist/tex/latex/thuthesis -%dir %{_texdir}/texmf-dist/tex/latex/ticket -%dir %{_texdir}/texmf-dist/tex/latex/tikz-cd -%dir %{_texdir}/texmf-dist/tex/latex/tikz-dependency -%dir %{_texdir}/texmf-dist/tex/latex/tikzinclude -%dir %{_texdir}/texmf-dist/tex/latex/tikz-inet -%dir %{_texdir}/texmf-dist/tex/latex/tikzorbital -%dir %{_texdir}/texmf-dist/tex/latex/tikzpagenodes -%dir %{_texdir}/texmf-dist/tex/latex/tikzpfeile -%dir %{_texdir}/texmf-dist/tex/latex/tikzposter -%dir %{_texdir}/texmf-dist/tex/latex/tikz-qtree -%dir %{_texdir}/texmf-dist/tex/latex/tikzscale -%dir %{_texdir}/texmf-dist/tex/latex/tikzsymbols -%dir %{_texdir}/texmf-dist/tex/latex/tikz-timing -%dir %{_texdir}/texmf-dist/tex/latex/tikz-3dplot -%dir %{_texdir}/texmf-dist/tex/latex/times -%dir %{_texdir}/texmf-dist/tex/latex/timesht -%dir %{_texdir}/texmf-dist/tex/latex/tipa -%dir %{_texdir}/texmf-dist/tex/latex/titlefoot -%dir %{_texdir}/texmf-dist/tex/latex/titlepic -%dir %{_texdir}/texmf-dist/tex/latex/titleref -%dir %{_texdir}/texmf-dist/tex/latex/titlesec -%dir %{_texdir}/texmf-dist/tex/latex/titling -%dir %{_texdir}/texmf-dist/tex/latex/tkz-base -%dir %{_texdir}/texmf-dist/tex/latex/tkz-berge -%dir %{_texdir}/texmf-dist/tex/latex/tkz-doc -%dir %{_texdir}/texmf-dist/tex/latex/tkz-euclide -%dir %{_texdir}/texmf-dist/tex/latex/tkz-fct -%dir %{_texdir}/texmf-dist/tex/latex/tkz-graph -%dir %{_texdir}/texmf-dist/tex/latex/tkz-kiviat -%dir %{_texdir}/texmf-dist/tex/latex/tkz-linknodes -%dir %{_texdir}/texmf-dist/tex/latex/tkz-orm -%dir %{_texdir}/texmf-dist/tex/latex/tkz-tab -%dir %{_texdir}/texmf-dist/tex/latex/tocbibind -%dir %{_texdir}/texmf-dist/tex/latex/tocloft -%dir %{_texdir}/texmf-dist/tex/latex/tocvsec2 -%dir %{_texdir}/texmf-dist/tex/latex/todo -%dir %{_texdir}/texmf-dist/tex/latex/todonotes -%dir %{_texdir}/texmf-dist/tex/latex/tokenizer -%dir %{_texdir}/texmf-dist/tex/latex/toolbox -%dir %{_texdir}/texmf-dist/tex/latex/tools -%dir %{_texdir}/texmf-dist/tex/latex/topfloat -%dir %{_texdir}/texmf-dist/tex/latex/toptesi -%dir %{_texdir}/texmf-dist/tex/latex/totcount -%dir %{_texdir}/texmf-dist/tex/latex/totpages -%dir %{_texdir}/texmf-dist/tex/latex/tpslifonts -%dir %{_texdir}/texmf-dist/tex/latex/tqft -%dir %{_texdir}/texmf-dist/tex/latex/trajan -%dir %{_texdir}/texmf-dist/tex/latex/tram -%dir %{_texdir}/texmf-dist/tex/latex/tree-dvips -%dir %{_texdir}/texmf-dist/tex/latex/trfsigns -%dir %{_texdir}/texmf-dist/tex/latex/trimspaces -%dir %{_texdir}/texmf-dist/tex/latex/trivfloat -%dir %{_texdir}/texmf-dist/tex/latex/trsym -%dir %{_texdir}/texmf-dist/tex/latex/truncate -%dir %{_texdir}/texmf-dist/tex/latex/tsemlines -%dir %{_texdir}/texmf-dist/tex/latex/tucv -%dir %{_texdir}/texmf-dist/tex/latex/tufte-latex -%dir %{_texdir}/texmf-dist/tex/latex/tugboat -%dir %{_texdir}/texmf-dist/tex/latex/tui -%dir %{_texdir}/texmf-dist/tex/latex/turkmen -%dir %{_texdir}/texmf-dist/tex/latex/turnstile -%dir %{_texdir}/texmf-dist/tex/latex/turnthepage -%dir %{_texdir}/texmf-dist/tex/latex/twoinone -%dir %{_texdir}/texmf-dist/tex/latex/twoup -%dir %{_texdir}/texmf-dist/tex/latex/txfonts -%dir %{_texdir}/texmf-dist/tex/latex/txfontsb -%dir %{_texdir}/texmf-dist/tex/latex/txgreeks -%dir %{_texdir}/texmf-dist/tex/latex/typeface -%dir %{_texdir}/texmf-dist/tex/latex/typehtml -%dir %{_texdir}/texmf-dist/tex/latex/type1cm -%dir %{_texdir}/texmf-dist/tex/latex/typogrid -%dir %{_texdir}/texmf-dist/tex/latex/t2 -%dir %{_texdir}/texmf-dist/tex/latex/uaclasses -%dir %{_texdir}/texmf-dist/tex/latex/uafthesis -%dir %{_texdir}/texmf-dist/tex/latex/ucdavisthesis -%dir %{_texdir}/texmf-dist/tex/latex/ucs -%dir %{_texdir}/texmf-dist/tex/latex/ucs/data -%dir %{_texdir}/texmf-dist/tex/latex/ucs/utils -%dir %{_texdir}/texmf-dist/tex/latex/ucthesis -%dir %{_texdir}/texmf-dist/tex/latex/uebungsblatt -%dir %{_texdir}/texmf-dist/tex/latex/uestcthesis -%dir %{_texdir}/texmf-dist/tex/latex/uiucthesis -%dir %{_texdir}/texmf-dist/tex/latex/ulqda -%dir %{_texdir}/texmf-dist/tex/latex/ulthese -%dir %{_texdir}/texmf-dist/tex/latex/umich-thesis -%dir %{_texdir}/texmf-dist/tex/latex/uml -%dir %{_texdir}/texmf-dist/tex/latex/umlaute -%dir %{_texdir}/texmf-dist/tex/latex/umoline -%dir %{_texdir}/texmf-dist/tex/latex/umthesis -%dir %{_texdir}/texmf-dist/tex/latex/unamthesis -%dir %{_texdir}/texmf-dist/tex/latex/underlin -%dir %{_texdir}/texmf-dist/tex/latex/underoverlap -%dir %{_texdir}/texmf-dist/tex/latex/underscore -%dir %{_texdir}/texmf-dist/tex/latex/undolabl -%dir %{_texdir}/texmf-dist/tex/latex/unicode-math -%dir %{_texdir}/texmf-dist/tex/latex/units -%dir %{_texdir}/texmf-dist/tex/latex/unitsdef -%dir %{_texdir}/texmf-dist/tex/latex/universa -%dir %{_texdir}/texmf-dist/tex/latex/uni-wtal-ger -%dir %{_texdir}/texmf-dist/tex/latex/uni-wtal-lin -%dir %{_texdir}/texmf-dist/tex/latex/uothesis -%dir %{_texdir}/texmf-dist/tex/latex/uowthesis -%dir %{_texdir}/texmf-dist/tex/latex/upmethodology -%dir %{_texdir}/texmf-dist/tex/latex/upquote -%dir %{_texdir}/texmf-dist/tex/latex/uri -%dir %{_texdir}/texmf-dist/tex/latex/url -%dir %{_texdir}/texmf-dist/tex/latex/urwchancal -%dir %{_texdir}/texmf-dist/tex/latex/usebib -%dir %{_texdir}/texmf-dist/tex/latex/ushort -%dir %{_texdir}/texmf-dist/tex/latex/uspatent -%dir %{_texdir}/texmf-dist/tex/latex/ut-thesis -%dir %{_texdir}/texmf-dist/tex/latex/uwthesis -%dir %{_texdir}/texmf-dist/tex/latex/varindex -%dir %{_texdir}/texmf-dist/tex/latex/varsfromjobname -%dir %{_texdir}/texmf-dist/tex/latex/varwidth -%dir %{_texdir}/texmf-dist/tex/latex/velthuis -%dir %{_texdir}/texmf-dist/tex/latex/venndiagram -%dir %{_texdir}/texmf-dist/tex/latex/venturis -%dir %{_texdir}/texmf-dist/tex/latex/venturisadf -%dir %{_texdir}/texmf-dist/tex/latex/venturisold -%dir %{_texdir}/texmf-dist/tex/latex/venturissans -%dir %{_texdir}/texmf-dist/tex/latex/venturissans2 -%dir %{_texdir}/texmf-dist/tex/latex/venturis2 -%dir %{_texdir}/texmf-dist/tex/latex/verbasef -%dir %{_texdir}/texmf-dist/tex/latex/verbatimcopy -%dir %{_texdir}/texmf-dist/tex/latex/verbdef -%dir %{_texdir}/texmf-dist/tex/latex/verbments -%dir %{_texdir}/texmf-dist/tex/latex/verse -%dir %{_texdir}/texmf-dist/tex/latex/version -%dir %{_texdir}/texmf-dist/tex/latex/versions -%dir %{_texdir}/texmf-dist/tex/latex/vertbars -%dir %{_texdir}/texmf-dist/tex/latex/vhistory -%dir %{_texdir}/texmf-dist/tex/latex/vmargin -%dir %{_texdir}/texmf-dist/tex/latex/vntex -%dir %{_texdir}/texmf-dist/tex/latex/vocaltract -%dir %{_texdir}/texmf-dist/tex/latex/volumes -%dir %{_texdir}/texmf-dist/tex/latex/vpe -%dir %{_texdir}/texmf-dist/tex/latex/vruler -%dir %{_texdir}/texmf-dist/tex/latex/vwcol -%dir %{_texdir}/texmf-dist/tex/latex/wallpaper -%dir %{_texdir}/texmf-dist/tex/latex/warning -%dir %{_texdir}/texmf-dist/tex/latex/warpcol -%dir %{_texdir}/texmf-dist/tex/latex/was -%dir %{_texdir}/texmf-dist/tex/latex/wasysym -%dir %{_texdir}/texmf-dist/tex/latex/widetable -%dir %{_texdir}/texmf-dist/tex/latex/williams -%dir %{_texdir}/texmf-dist/tex/latex/wnri-latex -%dir %{_texdir}/texmf-dist/tex/latex/wordlike -%dir %{_texdir}/texmf-dist/tex/latex/wrapfig -%dir %{_texdir}/texmf-dist/tex/latex/wsuipa -%dir %{_texdir}/texmf-dist/tex/latex/xargs -%dir %{_texdir}/texmf-dist/tex/latex/xcite -%dir %{_texdir}/texmf-dist/tex/latex/xcolor -%dir %{_texdir}/texmf-dist/tex/latex/xcookybooky -%dir %{_texdir}/texmf-dist/tex/latex/xdoc -%dir %{_texdir}/texmf-dist/tex/latex/xfor -%dir %{_texdir}/texmf-dist/tex/latex/xhfill -%dir %{_texdir}/texmf-dist/tex/latex/xifthen -%dir %{_texdir}/texmf-dist/tex/latex/xkeyval -%dir %{_texdir}/texmf-dist/tex/latex/xltxtra -%dir %{_texdir}/texmf-dist/tex/latex/xmpincl -%dir %{_texdir}/texmf-dist/tex/latex/xnewcommand -%dir %{_texdir}/texmf-dist/tex/latex/xoptarg -%dir %{_texdir}/texmf-dist/tex/latex/xpatch -%dir %{_texdir}/texmf-dist/tex/latex/xpeek -%dir %{_texdir}/texmf-dist/tex/latex/xpicture -%dir %{_texdir}/texmf-dist/tex/latex/xpinyin -%dir %{_texdir}/texmf-dist/tex/latex/xpinyin/config -%dir %{_texdir}/texmf-dist/tex/latex/xpunctuate -%dir %{_texdir}/texmf-dist/tex/latex/xq -%dir %{_texdir}/texmf-dist/tex/latex/xskak -%dir %{_texdir}/texmf-dist/tex/latex/xtab -%dir %{_texdir}/texmf-dist/tex/latex/xwatermark -%dir %{_texdir}/texmf-dist/tex/latex/xyling -%dir %{_texdir}/texmf-dist/tex/latex/xytree -%dir %{_texdir}/texmf-dist/tex/latex/yafoot -%dir %{_texdir}/texmf-dist/tex/latex/yagusylo -%dir %{_texdir}/texmf-dist/tex/latex/ydoc -%dir %{_texdir}/texmf-dist/tex/latex/yfonts -%dir %{_texdir}/texmf-dist/tex/latex/yhmath -%dir %{_texdir}/texmf-dist/tex/latex/york-thesis -%dir %{_texdir}/texmf-dist/tex/latex/youngtab -%dir %{_texdir}/texmf-dist/tex/latex/yplan -%dir %{_texdir}/texmf-dist/tex/latex/ytableau -%dir %{_texdir}/texmf-dist/tex/latex/zapfding -%dir %{_texdir}/texmf-dist/tex/latex/zapfchan -%dir %{_texdir}/texmf-dist/tex/latex/zed-csp -%dir %{_texdir}/texmf-dist/tex/latex/zhmetrics -%dir %{_texdir}/texmf-dist/tex/latex/zhnumber -%dir %{_texdir}/texmf-dist/tex/latex/zhnumber/config -%dir %{_texdir}/texmf-dist/tex/latex/ziffer -%dir %{_texdir}/texmf-dist/tex/latex/zwgetfdate -%dir %{_texdir}/texmf-dist/tex/latex/zwpagelayout -%dir %{_texdir}/texmf-dist/tex/latex/zxjafbfont -%dir %{_texdir}/texmf-dist/tex/latex/zxjafont -%dir %{_texdir}/texmf-dist/tex/latex/zxjatype -%dir %{_texdir}/texmf-dist/tex/latex/12many -%dir %{_texdir}/texmf-dist/tex/lualatex -%dir %{_texdir}/texmf-dist/tex/lualatex/luabibentry -%dir %{_texdir}/texmf-dist/tex/lualatex/luacode -%dir %{_texdir}/texmf-dist/tex/lualatex/lua-check-hyphen -%dir %{_texdir}/texmf-dist/tex/lualatex/luaindex -%dir %{_texdir}/texmf-dist/tex/lualatex/luainputenc -%dir %{_texdir}/texmf-dist/tex/lualatex/lualatex-math -%dir %{_texdir}/texmf-dist/tex/lualatex/luasseq -%dir %{_texdir}/texmf-dist/tex/lualatex/luatextra -%dir %{_texdir}/texmf-dist/tex/lualatex/odsfile -%dir %{_texdir}/texmf-dist/tex/lualatex/pgfmolbio -%dir %{_texdir}/texmf-dist/tex/lualatex/showhyphens -%dir %{_texdir}/texmf-dist/tex/luatex -%dir %{_texdir}/texmf-dist/tex/luatex/hyph-utf8 -%dir %{_texdir}/texmf-dist/tex/luatex/chickenize -%dir %{_texdir}/texmf-dist/tex/luatex/interpreter -%dir %{_texdir}/texmf-dist/tex/luatex/lualibs -%dir %{_texdir}/texmf-dist/tex/luatex/luamplib -%dir %{_texdir}/texmf-dist/tex/luatex/luaotfload -%dir %{_texdir}/texmf-dist/tex/luatex/luatexbase -%dir %{_texdir}/texmf-dist/tex/luatex/luatexja -%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/addons -%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/ltjclasses -%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/ltjsclasses -%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/patches -%dir %{_texdir}/texmf-dist/tex/luatex/lua-visual-debug -%dir %{_texdir}/texmf-dist/tex/luatex/luaxml -%dir %{_texdir}/texmf-dist/tex/luatex/spelling -%dir %{_texdir}/texmf-dist/tex/mex -%dir %{_texdir}/texmf-dist/tex/mex/base -%dir %{_texdir}/texmf-dist/tex/mex/config -%dir %{_texdir}/texmf-dist/tex/mex/utf8mex -%dir %{_texdir}/texmf-dist/tex/mltex -%dir %{_texdir}/texmf-dist/tex/mltex/config -%dir %{_texdir}/texmf-dist/tex/mptopdf -%dir %{_texdir}/texmf-dist/tex/mptopdf/config -%dir %{_texdir}/texmf-dist/tex/plain -%dir %{_texdir}/texmf-dist/tex/plain/amsfonts -%dir %{_texdir}/texmf-dist/tex/plain/antt -%dir %{_texdir}/texmf-dist/tex/plain/base -%dir %{_texdir}/texmf-dist/tex/plain/config -%dir %{_texdir}/texmf-dist/tex/plain/cweb -%dir %{_texdir}/texmf-dist/tex/plain/cyrplain -%dir %{_texdir}/texmf-dist/tex/plain/encxvlna -%dir %{_texdir}/texmf-dist/tex/plain/esint-type1 -%dir %{_texdir}/texmf-dist/tex/plain/etex -%dir %{_texdir}/texmf-dist/tex/plain/figflow -%dir %{_texdir}/texmf-dist/tex/plain/fixpdfmag -%dir %{_texdir}/texmf-dist/tex/plain/fontch -%dir %{_texdir}/texmf-dist/tex/plain/font-change -%dir %{_texdir}/texmf-dist/tex/plain/fp -%dir %{_texdir}/texmf-dist/tex/plain/graphics-pln -%dir %{_texdir}/texmf-dist/tex/plain/gustlib -%dir %{_texdir}/texmf-dist/tex/plain/gustlib/biblotex -%dir %{_texdir}/texmf-dist/tex/plain/gustlib/licz -%dir %{_texdir}/texmf-dist/tex/plain/gustlib/map -%dir %{_texdir}/texmf-dist/tex/plain/gustlib/plbtx993 -%dir %{_texdir}/texmf-dist/tex/plain/gustlib/plmac218 -%dir %{_texdir}/texmf-dist/tex/plain/hanoi -%dir %{_texdir}/texmf-dist/tex/plain/harvmac -%dir %{_texdir}/texmf-dist/tex/plain/hyplain -%dir %{_texdir}/texmf-dist/tex/plain/ifetex -%dir %{_texdir}/texmf-dist/tex/plain/iwona -%dir %{_texdir}/texmf-dist/tex/plain/js-misc -%dir %{_texdir}/texmf-dist/tex/plain/kdgreek -%dir %{_texdir}/texmf-dist/tex/plain/knitting -%dir %{_texdir}/texmf-dist/tex/plain/kurier -%dir %{_texdir}/texmf-dist/tex/plain/lh -%dir %{_texdir}/texmf-dist/tex/plain/ly1 -%dir %{_texdir}/texmf-dist/tex/plain/metatex -%dir %{_texdir}/texmf-dist/tex/plain/misc -%dir %{_texdir}/texmf-dist/tex/plain/mkpattern -%dir %{_texdir}/texmf-dist/tex/plain/newsletr -%dir %{_texdir}/texmf-dist/tex/plain/omega -%dir %{_texdir}/texmf-dist/tex/plain/pgf -%dir %{_texdir}/texmf-dist/tex/plain/pgf/basiclayer -%dir %{_texdir}/texmf-dist/tex/plain/pgf/frontendlayer -%dir %{_texdir}/texmf-dist/tex/plain/pgf/math -%dir %{_texdir}/texmf-dist/tex/plain/pgfplots -%dir %{_texdir}/texmf-dist/tex/plain/pgf/systemlayer -%dir %{_texdir}/texmf-dist/tex/plain/pgf/utilities -%dir %{_texdir}/texmf-dist/tex/plain/pitex -%dir %{_texdir}/texmf-dist/tex/plain/placeins-plain -%dir %{_texdir}/texmf-dist/tex/plain/plipsum -%dir %{_texdir}/texmf-dist/tex/plain/plnfss -%dir %{_texdir}/texmf-dist/tex/plain/present -%dir %{_texdir}/texmf-dist/tex/plain/resumemac -%dir %{_texdir}/texmf-dist/tex/plain/rsfs -%dir %{_texdir}/texmf-dist/tex/plain/semaphor -%dir %{_texdir}/texmf-dist/tex/plain/standalone -%dir %{_texdir}/texmf-dist/tex/plain/timetable -%dir %{_texdir}/texmf-dist/tex/plain/treetex -%dir %{_texdir}/texmf-dist/tex/plain/tugboat-plain -%dir %{_texdir}/texmf-dist/tex/plain/varisize -%dir %{_texdir}/texmf-dist/tex/plain/velthuis -%dir %{_texdir}/texmf-dist/tex/plain/vntex -%dir %{_texdir}/texmf-dist/tex/plain/wasy -%dir %{_texdir}/texmf-dist/tex/platex -%dir %{_texdir}/texmf-dist/tex/platex/base -%dir %{_texdir}/texmf-dist/tex/platex/config -%dir %{_texdir}/texmf-dist/tex/platex/japanese -%dir %{_texdir}/texmf-dist/tex/platex/japanese-otf -%dir %{_texdir}/texmf-dist/tex/platex/japanese-otf-uptex -%dir %{_texdir}/texmf-dist/tex/platex/jsclasses -%dir %{_texdir}/texmf-dist/tex/platex/pxbase -%dir %{_texdir}/texmf-dist/tex/platex/pxrubrica -%dir %{_texdir}/texmf-dist/tex/psizzl -%dir %{_texdir}/texmf-dist/tex/psizzl/base -%dir %{_texdir}/texmf-dist/tex/psizzl/config -%dir %{_texdir}/texmf-dist/tex/ptex -%dir %{_texdir}/texmf-dist/tex/ptex/base -%dir %{_texdir}/texmf-dist/tex/ptex/config -%dir %{_texdir}/texmf-dist/tex/startex -%dir %{_texdir}/texmf-dist/tex/startex/base -%dir %{_texdir}/texmf-dist/tex/support -%dir %{_texdir}/texmf-dist/tex/support/adhocfilelist -%dir %{_texdir}/texmf-dist/tex/texinfo -%dir %{_texdir}/texmf-dist/tex/texsis -%dir %{_texdir}/texmf-dist/tex/texsis/base -%dir %{_texdir}/texmf-dist/tex/texsis/config -%dir %{_texdir}/texmf-dist/tex/uplatex -%dir %{_texdir}/texmf-dist/tex/uplatex/base -%dir %{_texdir}/texmf-dist/tex/uplatex/config -%dir %{_texdir}/texmf-dist/tex/uptex -%dir %{_texdir}/texmf-dist/tex/uptex/base -%dir %{_texdir}/texmf-dist/tex/uptex/config -%dir %{_texdir}/texmf-dist/tex/xelatex -%dir %{_texdir}/texmf-dist/tex/xelatex/arabxetex -%dir %{_texdir}/texmf-dist/tex/xelatex/facture -%dir %{_texdir}/texmf-dist/tex/xelatex/fixlatvian -%dir %{_texdir}/texmf-dist/tex/xelatex/fontbook -%dir %{_texdir}/texmf-dist/tex/xelatex/fontwrap -%dir %{_texdir}/texmf-dist/tex/xelatex/imsproc -%dir %{_texdir}/texmf-dist/tex/xelatex/mathspec -%dir %{_texdir}/texmf-dist/tex/xelatex/philokalia -%dir %{_texdir}/texmf-dist/tex/xelatex/polyglossia -%dir %{_texdir}/texmf-dist/tex/xelatex/ptext -%dir %{_texdir}/texmf-dist/tex/xelatex/resumecls -%dir %{_texdir}/texmf-dist/tex/xelatex/ucharclasses -%dir %{_texdir}/texmf-dist/tex/xelatex/unisugar -%dir %{_texdir}/texmf-dist/tex/xelatex/velthuis -%dir %{_texdir}/texmf-dist/tex/xelatex/xecjk -%dir %{_texdir}/texmf-dist/tex/xelatex/xecjk/config -%dir %{_texdir}/texmf-dist/tex/xelatex/xecolor -%dir %{_texdir}/texmf-dist/tex/xelatex/xecyr -%dir %{_texdir}/texmf-dist/tex/xelatex/xeindex -%dir %{_texdir}/texmf-dist/tex/xelatex/xepersian -%dir %{_texdir}/texmf-dist/tex/xelatex/xetexconfig -%dir %{_texdir}/texmf-dist/tex/xelatex/xetex-def -%dir %{_texdir}/texmf-dist/tex/xelatex/xetex-pstricks -%dir %{_texdir}/texmf-dist/tex/xelatex/xgreek -%dir %{_texdir}/texmf-dist/tex/xelatex/xunicode -%dir %{_texdir}/texmf-dist/tex/xetex -%dir %{_texdir}/texmf-dist/tex/xetex/xesearch -%dir %{_texdir}/texmf-dist/tex/xetex/xetexfontinfo -%dir %{_texdir}/texmf-dist/tex/xetex/xetex-pstricks -%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing -%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/context -%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/generic -%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/latex -%dir %{_texdir}/texmf-dist/tex/xmltex -%dir %{_texdir}/texmf-dist/tex/xmltex/base -%dir %{_texdir}/texmf-dist/tex/xmltex/config -%dir %{_texdir}/texmf-dist/tex/xmltex/passivetex -%dir %{_texdir}/texmf-dist/tex4ht -%dir %{_texdir}/texmf-dist/tex4ht/base -%dir %{_texdir}/texmf-dist/tex4ht/base/unix -%dir %{_texdir}/texmf-dist/tex4ht/bin -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/courier -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/pslatex -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/symbol -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/times -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfchan -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ae -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ams -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ams/euler -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/antt -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/arabi -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/arev -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/bitstrea -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cc-pl -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cjk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cm/sauter -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/concrete -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cs -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/currency -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyklop -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/aliase -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ec -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/aliase/mathtime -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/eulervm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/euro -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/greek -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/greek/ibygrk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/hebrew -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/chartervn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/chess -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/qx -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/jknappen -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/ec -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/ex-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/exp-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/greek-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/mi-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/rm-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/sy-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2a-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2b-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2c-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/wncy-iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/latex -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/libertine -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-qx -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmin -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmsc -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csin -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-plrm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/marvosym -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathdesign -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathpple -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathtime -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pazo -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pl -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pxfonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/qfonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/sw -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/times -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/tipa -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/txfonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/arevvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/classicovn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/cmbrightvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/comicsansvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/concretevn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/garamondvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/grotesqvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/utopiavn -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/vnr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ascii -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ascii/manfnt -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/cp1256 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/cp1256/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css/emacspeak -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs/cjk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gbk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gbk/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gb2312 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gb2312/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/html-speech -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/html-speech/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/devanagari -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/euro -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/go -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/html -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/html/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/uni -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/chess -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/ipa -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/mongolian -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/ps2mf -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/sw -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/tibetan -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/html -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/html/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/html -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/html/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/lh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/lh/lh-t2a -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/html -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/html/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/7 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/7/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/8 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/8/hebrew -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/jsml -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/jsml/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/lh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/lh/lh-t2a -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset/mnemonic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset/native -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ooffice -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ooffice/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share/adobe -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share/adobe/helvetic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/hebrew -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/mathtime -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/helvetic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/palatino -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/symbol -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/times -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/zapfding -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ae -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/euler -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/symbols -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/antt -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/arabi -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/arev -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bbold -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bitstrea -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bitstrea/charter -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cbgreek -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/concrete -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cs -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/currency -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyklop -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/dstroke -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/hebrew -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/html -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/html/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/chess -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/iwona -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/jknappen -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/jknappen/tc -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/latex -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lh/lh-t2a -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/libertine -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/marvosym -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/math -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mathdesign -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mathtime -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mflogo -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/misc -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/pl -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/public -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/pxfonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/stmaryrd -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/tibetan -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/tipa -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/txfonts -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/utf8 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/utf8/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viqr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viqr/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viscii -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viscii/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251 -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cm -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/charset -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/lh -%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/lh/lh-t2a -%dir %{_texdir}/texmf-dist/tex4ht/xtpipes -%dir %{_texdir}/texmf-dist/web2c -%dir %{_texdir}/texmf/doc -%dir %{_texdir}/texmf/doc/bg5conv -%dir %{_texdir}/texmf/doc/bibtexu -%dir %{_texdir}/texmf/doc/bibtex8 -%dir %{_texdir}/texmf/doc/cefconv -%dir %{_texdir}/texmf/doc/cefsconv -%dir %{_texdir}/texmf/doc/cef5conv -%dir %{_texdir}/texmf/doc/dvipdfm -%dir %{_texdir}/texmf/doc/dvipdfmx -%dir %{_texdir}/texmf/doc/dvipng -%dir %{_texdir}/texmf/doc/dvips -%dir %{_texdir}/texmf/doc/extconv -%dir %{_texdir}/texmf/doc/generic -%dir %{_texdir}/texmf/doc/generic/elhyphen -%dir %{_texdir}/texmf/doc/generic/huhyphen -%dir %{_texdir}/texmf/doc/hbf2gf -%dir %{_texdir}/texmf/doc/chktex -%dir %{_texdir}/texmf/doc/info -%dir %{_texdir}/texmf/doc/kpathsea -%dir %{_texdir}/texmf/doc/man -%dir %{_texdir}/texmf/doc/man/man1 -%dir %{_texdir}/texmf/doc/man/man5 -%dir %{_texdir}/texmf/doc/sjisconv -%dir %{_texdir}/texmf/doc/tetex -%dir %{_texdir}/texmf/doc/texlive -%dir %{_texdir}/texmf/doc/texlive/texlive-common -%dir %{_texdir}/texmf/doc/texlive/texlive-common/examples -%dir %{_texdir}/texmf/doc/texlive/texlive-cz -%dir %{_texdir}/texmf/doc/texlive/texlive-de -%dir %{_texdir}/texmf/doc/texlive/texlive-en -%dir %{_texdir}/texmf/doc/texlive/texlive-en/archive -%dir %{_texdir}/texmf/doc/texlive/texlive-fr -%dir %{_texdir}/texmf/doc/texlive/texlive-it -%dir %{_texdir}/texmf/doc/texlive/texlive-pl -%dir %{_texdir}/texmf/doc/texlive/texlive-ru -%dir %{_texdir}/texmf/doc/texlive/texlive-sr -%dir %{_texdir}/texmf/doc/texlive/texlive-sr/images -%dir %{_texdir}/texmf/doc/texlive/texlive-zh-cn -%dir %{_texdir}/texmf/doc/tpic2pdftex -%dir %{_texdir}/texmf/doc/ttf2pk -%dir %{_texdir}/texmf/doc/vlna -%dir %{_texdir}/texmf/doc/web2c -%dir %{_texdir}/texmf/dvipdfm -%dir %{_texdir}/texmf/dvipdfm/config -%dir %{_texdir}/texmf/dvipdfmx -%dir %{_texdir}/texmf/dvips -%dir %{_texdir}/texmf/dvips/base -%dir %{_texdir}/texmf/dvips/config -%dir %{_texdir}/texmf/dvips/gsftopk -%dir %{_texdir}/texmf/dvips/tetex -%dir %{_texdir}/texmf/fonts -%dir %{_texdir}/texmf/fonts/cmap -%dir %{_texdir}/texmf/fonts/cmap/dvipdfmx -%dir %{_texdir}/texmf/fonts/enc -%dir %{_texdir}/texmf/fonts/enc/dvips -%dir %{_texdir}/texmf/fonts/enc/dvips/afm2pl -%dir %{_texdir}/texmf/fonts/enc/dvips/tetex -%dir %{_texdir}/texmf/fonts/enc/ttf2pk -%dir %{_texdir}/texmf/fonts/enc/ttf2pk/base -%dir %{_texdir}/texmf/fonts/lig -%dir %{_texdir}/texmf/fonts/lig/afm2pl -%dir %{_texdir}/texmf/fonts/map -%dir %{_texdir}/texmf/fonts/map/dvipdfmx -%dir %{_texdir}/texmf/fonts/map/dvipdfmx/updmap -%dir %{_texdir}/texmf/fonts/map/dvips -%dir %{_texdir}/texmf/fonts/map/dvips/tetex -%dir %{_texdir}/texmf/fonts/map/dvips/updmap -%dir %{_texdir}/texmf/fonts/map/pdftex -%dir %{_texdir}/texmf/fonts/map/pdftex/updmap -%dir %{_texdir}/texmf/hbf2gf -%dir %{_texdir}/texmf/chktex -%dir %{_texdir}/texmf/scripts -%dir %{_texdir}/texmf/scripts/chktex -%dir %{_texdir}/texmf/scripts/ps2eps -%dir %{_texdir}/texmf/scripts/tetex -%dir %{_texdir}/texmf/scripts/texlive -%dir %{_texdir}/texmf/scripts/texlive/lua -%dir %{_texdir}/texmf/scripts/texlive/lua/texlive -%dir %{_texdir}/texmf/scripts/texlive/var -%dir %{_texdir}/texmf/scripts/tex4ht -%dir %{_texdir}/texmf/tex -%dir %{_texdir}/texmf/texconfig -%dir %{_texdir}/texmf/texconfig/g -%dir %{_texdir}/texmf/texconfig/v -%dir %{_texdir}/texmf/texconfig/x -%dir %{_texdir}/texmf/tex/fontinst -%dir %{_texdir}/texmf/tex/fontinst/afm2pl -%dir %{_texdir}/texmf/tex/generic -%dir %{_texdir}/texmf/tex/generic/config -%dir %{_texdir}/texmf/tex/generic/hyphen -%dir %{_texdir}/texmf/tex/generic/pdftex -%dir %{_texdir}/texmf/tex/latex -%dir %{_texdir}/texmf/tex/latex/dvipdfm -%dir %{_texdir}/texmf/ttf2pk -%dir %{_texdir}/texmf/web2c -%dir %{_texdir}/texmf/xdvi -%dir %{_texdir}/texmf/xdvi/pixmap -%dir %{_texdir}/tlpkg -%{_texdir}/licenses/* -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf/ls-R -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-local/ls-R -%{_texdir}/texlive.tlpdb -%{_sysconfdir}/rpm/macros.texlive - -%files aastex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/aastex/aastex.cls -%{_texdir}/texmf-dist/tex/latex/aastex/aastex.sty - -%files aastex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aastex/README -%{_texdir}/texmf-dist/doc/latex/aastex/aasclass.tex -%{_texdir}/texmf-dist/doc/latex/aastex/aasguide.pdf -%{_texdir}/texmf-dist/doc/latex/aastex/aasguide.tex -%{_texdir}/texmf-dist/doc/latex/aastex/aassymbols.pdf -%{_texdir}/texmf-dist/doc/latex/aastex/aassymbols.tex -%{_texdir}/texmf-dist/doc/latex/aastex/datafile1.txt -%{_texdir}/texmf-dist/doc/latex/aastex/f1.eps -%{_texdir}/texmf-dist/doc/latex/aastex/f2.eps -%{_texdir}/texmf-dist/doc/latex/aastex/f2_color.eps -%{_texdir}/texmf-dist/doc/latex/aastex/f3.eps -%{_texdir}/texmf-dist/doc/latex/aastex/sample.tex -%{_texdir}/texmf-dist/doc/latex/aastex/table.tex -%{_texdir}/texmf-dist/doc/latex/aastex/video3.mpg - -%files abbr -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/generic/abbr/abbr.tex - -%files abbr-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/generic/abbr/README - -%files abc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/abc/abc.sty -%{_texdir}/texmf-dist/tex/latex/abc/mup.sty - -%files abc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/abc/README -%{_texdir}/texmf-dist/doc/latex/abc/abc.pdf -%{_texdir}/texmf-dist/doc/latex/abc/example.tex -%{_texdir}/texmf-dist/doc/latex/abc/mupexa.tex -%{_texdir}/texmf-dist/doc/latex/abc/poll.abc -%{_texdir}/texmf-dist/doc/latex/abc/simple.mup - -%files abntex2 -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/abntex2/abntex2-options.bib -%{_texdir}/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst -%{_texdir}/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst -%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2.cls -%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2abrev.sty -%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2cite.sty - -%files abntex2-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/abntex2/README -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-10520-2001.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-10520-2002.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-6023-2000.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-options.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-test.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-artigo.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-artigo.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-glossarios.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-glossarios.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-img-grafico.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-include-comandos.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-projeto-pesquisa.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-projeto-pesquisa.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-references.bib -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-relatorio-tecnico.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-relatorio-tecnico.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-trabalho-academico.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-trabalho-academico.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite-alf.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite.pdf -%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite.tex - -%files abraces -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/abraces/abraces.sty - -%files abraces-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/abraces/abraces-doc.pdf -%{_texdir}/texmf-dist/doc/latex/abraces/abraces-doc.tex - -%files abstract -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/abstract/abstract.sty - -%files abstract-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/abstract/README -%{_texdir}/texmf-dist/doc/latex/abstract/abstract.pdf - -%files abstyles -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bib/abstyles/acompat.bib -%{_texdir}/texmf-dist/bibtex/bib/abstyles/jourabbr.bib -%{_texdir}/texmf-dist/bibtex/bib/abstyles/jourfull.bib -%{_texdir}/texmf-dist/bibtex/bst/abstyles/aabbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/abstyles/aalpha.bst -%{_texdir}/texmf-dist/bibtex/bst/abstyles/anotit.bst -%{_texdir}/texmf-dist/bibtex/bst/abstyles/aplain.bst -%{_texdir}/texmf-dist/bibtex/bst/abstyles/aunsnot.bst -%{_texdir}/texmf-dist/bibtex/bst/abstyles/aunsrt.bst -%{_texdir}/texmf-dist/tex/generic/abstyles/apreambl.tex - -%files abstyles-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/bibtex/abstyles/README -%{_texdir}/texmf-dist/doc/bibtex/abstyles/a4c.sty -%{_texdir}/texmf-dist/doc/bibtex/abstyles/a4c.tex -%{_texdir}/texmf-dist/doc/bibtex/abstyles/abstdok.pdf -%{_texdir}/texmf-dist/doc/bibtex/abstyles/abstdok.tex -%{_texdir}/texmf-dist/doc/bibtex/abstyles/apreambl.doc -%{_texdir}/texmf-dist/doc/bibtex/abstyles/btxabst.doc -%{_texdir}/texmf-dist/doc/bibtex/abstyles/docmac.doc -%{_texdir}/texmf-dist/doc/bibtex/abstyles/docmac.tex - -%files accfonts -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/accfonts/mkt1font -%{_texdir}/texmf-dist/scripts/accfonts/vpl2ovp -%{_texdir}/texmf-dist/scripts/accfonts/vpl2vpl -%{_texdir}/texmf-dist/tex/latex/accfonts/CSX.def -%{_texdir}/texmf-dist/tex/latex/accfonts/ISO-Latin1.def -%{_texdir}/texmf-dist/tex/latex/accfonts/ISO-Latin2.def -%{_texdir}/texmf-dist/tex/latex/accfonts/IndUni_Omega.def -%{_texdir}/texmf-dist/tex/latex/accfonts/Norman.def - -%files accfonts-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/accfonts/CHANGES -%{_texdir}/texmf-dist/doc/fonts/accfonts/COPYING -%{_texdir}/texmf-dist/doc/fonts/accfonts/README - -%files accfonts-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/mkt1font -%{_bindir}/vpl2ovp -%{_bindir}/vpl2vpl - -%files acmconf -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/acmconf/acmconf.cls - -%files acmconf-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/acmconf/README -%{_texdir}/texmf-dist/doc/latex/acmconf/THIS-IS-VERSION-1.3 -%{_texdir}/texmf-dist/doc/latex/acmconf/accept.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/acmconf.pdf -%{_texdir}/texmf-dist/doc/latex/acmconf/body.eps -%{_texdir}/texmf-dist/doc/latex/acmconf/error.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/prepare.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/print.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/pubform.bib -%{_texdir}/texmf-dist/doc/latex/acmconf/pubform.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/publish.tex -%{_texdir}/texmf-dist/doc/latex/acmconf/submit.tex - -%files acronym -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/acronym/acronym.sty - -%files acronym-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/acronym/README -%{_texdir}/texmf-dist/doc/latex/acronym/acronym.pdf -%{_texdir}/texmf-dist/doc/latex/acronym/acrotest.tex - -%files acroterm -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/acroterm/acroterm.sty - -%files acroterm-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/acroterm/README -%{_texdir}/texmf-dist/doc/latex/acroterm/acroterm.pdf - -%files acro -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/acro/acro.sty -%{_texdir}/texmf-dist/tex/latex/acro/acro0.def -%{_texdir}/texmf-dist/tex/latex/acro/acro1.def - -%files acro-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/acro/README -%{_texdir}/texmf-dist/doc/latex/acro/acro_en.pdf -%{_texdir}/texmf-dist/doc/latex/acro/acro_en.tex -%{_texdir}/texmf-dist/doc/latex/acro/example_one.tex -%{_texdir}/texmf-dist/doc/latex/acro/example_two.tex - -%files active-conf -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/active-conf/active-conf.cls - -%files active-conf-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/active-conf/README -%{_texdir}/texmf-dist/doc/latex/active-conf/active-conf.pdf -%{_texdir}/texmf-dist/doc/latex/active-conf/example/active-example.ltx -%{_texdir}/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex -%{_texdir}/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps -%{_texdir}/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf - -%files actuarialangle -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/actuarialangle/actuarialangle.sty - -%files actuarialangle-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/actuarialangle/README - -%files addlines -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/addlines/addlines.sty - -%files addlines-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/addlines/README -%{_texdir}/texmf-dist/doc/latex/addlines/addlines-example.ltx -%{_texdir}/texmf-dist/doc/latex/addlines/addlines.pdf - -%files adfathesis -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/bibtex/bst/adfathesis/adfathesis.bst -%{_texdir}/texmf-dist/tex/latex/adfathesis/adfathesis.cls - -%files adfathesis-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/adfathesis/README -%{_texdir}/texmf-dist/doc/latex/adfathesis/adfathesis.pdf -%{_texdir}/texmf-dist/doc/latex/adfathesis/template.tex - -%files adforn -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/adforn/OrnementsADF.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/adforn/OrnementsADF.enc -%{_texdir}/texmf-dist/fonts/map/dvips/adforn/OrnementsADF.map -%{_texdir}/texmf-dist/fonts/tfm/arkandis/adforn/OrnementsADF.tfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/adforn/OrnementsADF.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/adforn/OrnementsADF.pfm -%{_texdir}/texmf-dist/tex/latex/adforn/adforn.sty -%{_texdir}/texmf-dist/tex/latex/adforn/uornementsadf.fd - -%files adforn-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/adforn/COPYING -%{_texdir}/texmf-dist/doc/fonts/adforn/NOTICE -%{_texdir}/texmf-dist/doc/fonts/adforn/README -%{_texdir}/texmf-dist/doc/fonts/adforn/adforn.pdf -%{_texdir}/texmf-dist/doc/fonts/adforn/adforn.tex -%{_texdir}/texmf-dist/doc/fonts/adforn/manifest.txt - -%files adfsymbols -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols/ArrowsADF.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols/BulletsADF.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/adfsymbols/SymbolsADF.enc -%{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols/ArrowsADF.map -%{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols/BulletsADF.map -%{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols/ArrowsADF.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols/BulletsADF.tfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols/ArrowsADF.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols/BulletsADF.pfb -%{_texdir}/texmf-dist/tex/latex/adfsymbols/adfarrows.sty -%{_texdir}/texmf-dist/tex/latex/adfsymbols/adfbullets.sty -%{_texdir}/texmf-dist/tex/latex/adfsymbols/uarrowsadf.fd -%{_texdir}/texmf-dist/tex/latex/adfsymbols/ubulletsadf.fd - -%files adfsymbols-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/COPYING -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/NOTICE -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/README -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/adfsymbols.pdf -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/adfsymbols.tex -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/manifest.txt - -%files adhocfilelist -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh -%{_texdir}/texmf-dist/scripts/adhocfilelist/herelist.sh -%{_texdir}/texmf-dist/tex/support/adhocfilelist/adhocfilelist.RLS - -%files adhocfilelist-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/adhocfilelist/README -%{_texdir}/texmf-dist/doc/support/adhocfilelist/RELEASEs.txt -%{_texdir}/texmf-dist/doc/support/adhocfilelist/SrcFILEs.txt -%{_texdir}/texmf-dist/doc/support/adhocfilelist/adhocfilelist.htm -%{_texdir}/texmf-dist/doc/support/adhocfilelist/demo/herelist.txt - -%files adhocfilelist-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/adhocfilelist - -%files adjmulticol -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty - -%files adjmulticol-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/adjmulticol/Makefile -%{_texdir}/texmf-dist/doc/latex/adjmulticol/README -%{_texdir}/texmf-dist/doc/latex/adjmulticol/adjmulticol.bib -%{_texdir}/texmf-dist/doc/latex/adjmulticol/adjmulticol.pdf -%{_texdir}/texmf-dist/doc/latex/adjmulticol/sample.pdf -%{_texdir}/texmf-dist/doc/latex/adjmulticol/sample.tex - -%files adjustbox -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/adjustbox/adjcalc.sty -%{_texdir}/texmf-dist/tex/latex/adjustbox/adjustbox.sty -%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-dvips.def -%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-pdftex.def -%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-pgf.def -%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-xetex.def -%{_texdir}/texmf-dist/tex/latex/adjustbox/trimclip.sty - -%files adjustbox-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/adjustbox/README -%{_texdir}/texmf-dist/doc/latex/adjustbox/adjcalc.pdf -%{_texdir}/texmf-dist/doc/latex/adjustbox/adjustbox.pdf -%{_texdir}/texmf-dist/doc/latex/adjustbox/trimclip.pdf - -%files adobemapping -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/LICENSE -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/README -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/cmap-current-versions.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/cmap-readme.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/mapping-readme.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/cid2code.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/cid2code.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hankaku -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hiragana -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Katakana -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Roman -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/cid2code.txt -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2 -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/cid2code.txt - -%files adrconv -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrbirthday.bst -%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrconv.bst -%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrfax.bst -%{_texdir}/texmf-dist/tex/latex/adrconv/adrdir.cfg -%{_texdir}/texmf-dist/tex/latex/adrconv/adrplaner.cfg -%{_texdir}/texmf-dist/tex/latex/adrconv/adrsmall.cfg - -%files adrconv-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/adrconv/2latex.vim -%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/adrdir.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/adrfax.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/adrguide.pdf -%{_texdir}/texmf-dist/doc/latex/adrconv/adrguide.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/adrmontage1.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/adrmontage2.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/birthday.tex -%{_texdir}/texmf-dist/doc/latex/adrconv/example.bib -%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/Contents/PkgInfo -%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/QuickLook/Thumbnail.jpg -%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/index.xml.gz - -%files advdate -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/advdate/advdate.sty - -%files advdate-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/advdate/advdate.pdf -%{_texdir}/texmf-dist/doc/latex/advdate/advdate.tex -%{_texdir}/texmf-dist/doc/latex/advdate/manifest.txt - -%files aecc -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccti10.tfm -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccti10.vf -%{_texdir}/texmf-dist/tex/latex/aecc/aecc.sty -%{_texdir}/texmf-dist/tex/latex/aecc/t1aeccr.fd - -%files aecc-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/aecc/COPYING -%{_texdir}/texmf-dist/doc/fonts/aecc/MANIFEST -%{_texdir}/texmf-dist/doc/fonts/aecc/README -%{_texdir}/texmf-dist/doc/fonts/aecc/aeccfonts.tex -%{_texdir}/texmf-dist/doc/fonts/aecc/aefonts.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehax5.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxit.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxrm.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxsc.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxsl.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxss.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aelatin.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aelatint.mtx -%{_texdir}/texmf-dist/doc/fonts/aecc/aesample.tex -%{_texdir}/texmf-dist/doc/fonts/aecc/aet1.etx -%{_texdir}/texmf-dist/doc/fonts/aecc/bxittest.tex -%{_texdir}/texmf-dist/doc/fonts/aecc/clean -%{_texdir}/texmf-dist/doc/fonts/aecc/germtest.tex -%{_texdir}/texmf-dist/doc/fonts/aecc/go -%{_texdir}/texmf-dist/doc/fonts/aecc/install -%{_texdir}/texmf-dist/doc/fonts/aecc/makepl -%{_texdir}/texmf-dist/doc/fonts/aecc/ot1tt.etx -%{_texdir}/texmf-dist/doc/fonts/aecc/slitest.tex - -%files aeguill -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/aeguill/aeguill.sty - -%files aeguill-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aeguill/README -%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test1.pdf -%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test1.tex -%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test2.pdf -%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test2.tex -%{_texdir}/texmf-dist/doc/latex/aeguill/license.txt - -%files ae -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aecsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aetcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/laess8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/laessb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/ae/laessi8.tfm -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebxsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aebxti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aecsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeitt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer17.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer5.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer6.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer7.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aer9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aesltt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aess10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aess12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aess17.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aess8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aess9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi17.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aetcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti7.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aett10.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aett12.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aett8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/aett9.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/laess8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/laessb8.vf -%{_texdir}/texmf-dist/fonts/vf/public/ae/laessi8.vf -%{_texdir}/texmf-dist/tex/latex/ae/ae.sty -%{_texdir}/texmf-dist/tex/latex/ae/aecompl.sty -%{_texdir}/texmf-dist/tex/latex/ae/omlaer.fd -%{_texdir}/texmf-dist/tex/latex/ae/omsaer.fd -%{_texdir}/texmf-dist/tex/latex/ae/ot1aer.fd -%{_texdir}/texmf-dist/tex/latex/ae/ot1aess.fd -%{_texdir}/texmf-dist/tex/latex/ae/ot1aett.fd -%{_texdir}/texmf-dist/tex/latex/ae/ot1laess.fd -%{_texdir}/texmf-dist/tex/latex/ae/ot1laett.fd -%{_texdir}/texmf-dist/tex/latex/ae/t1aer.fd -%{_texdir}/texmf-dist/tex/latex/ae/t1aess.fd -%{_texdir}/texmf-dist/tex/latex/ae/t1aett.fd -%{_texdir}/texmf-dist/tex/latex/ae/t1laess.fd -%{_texdir}/texmf-dist/tex/latex/ae/t1laett.fd - -%files ae-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ae/COPYING -%{_texdir}/texmf-dist/doc/fonts/ae/MANIFEST -%{_texdir}/texmf-dist/doc/fonts/ae/README - -%files afm2pl -%defattr(-,root,root) -%{_texdir}/texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc -%{_texdir}/texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc -%{_texdir}/texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc -%{_texdir}/texmf/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc -%{_texdir}/texmf/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc -%{_texdir}/texmf/fonts/lig/afm2pl/accents.lig -%{_texdir}/texmf/fonts/lig/afm2pl/bound.lig -%{_texdir}/texmf/fonts/lig/afm2pl/default.lig -%{_texdir}/texmf/fonts/lig/afm2pl/defpost.lig -%{_texdir}/texmf/fonts/lig/afm2pl/defpre.lig -%{_texdir}/texmf/fonts/lig/afm2pl/forge.lig -%{_texdir}/texmf/fonts/lig/afm2pl/ligtex.lig -%{_texdir}/texmf/tex/fontinst/afm2pl/README -%{_texdir}/texmf/tex/fontinst/afm2pl/ly1.etx -%{_texdir}/texmf/tex/fontinst/afm2pl/ly1c.etx -%{_texdir}/texmf/tex/fontinst/afm2pl/makesc8y.tex -%{_mandir}/man1/afm2pl.1* - -%files afm2pl-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/afm2pl - -%files afthesis -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/bibtex/bst/afthesis/thesnumb.bst -%{_texdir}/texmf-dist/tex/latex/afthesis/afthes10.sty -%{_texdir}/texmf-dist/tex/latex/afthesis/afthes11.sty -%{_texdir}/texmf-dist/tex/latex/afthesis/afthes12.sty -%{_texdir}/texmf-dist/tex/latex/afthesis/afthesis.cls -%{_texdir}/texmf-dist/tex/latex/afthesis/afthesis.sty - -%files afthesis-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/afthesis/README -%{_texdir}/texmf-dist/doc/latex/afthesis/thesnumb.doc -%{_texdir}/texmf-dist/doc/latex/afthesis/usethesis.pdf -%{_texdir}/texmf-dist/doc/latex/afthesis/usethesis.tex - -%files aguplus -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aguplus/agu.bst -%{_texdir}/texmf-dist/bibtex/bst/aguplus/agu04.bst -%{_texdir}/texmf-dist/bibtex/bst/aguplus/agufull.bst -%{_texdir}/texmf-dist/bibtex/bst/aguplus/agufull04.bst -%{_texdir}/texmf-dist/tex/latex/aguplus/aguplus.cls -%{_texdir}/texmf-dist/tex/latex/aguplus/aguplus.sty -%{_texdir}/texmf-dist/tex/latex/aguplus/agupp.sty - -%files aguplus-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aguplus/README -%{_texdir}/texmf-dist/doc/latex/aguplus/README.aguplus -%{_texdir}/texmf-dist/doc/latex/aguplus/aguplus.pdf -%{_texdir}/texmf-dist/doc/latex/aguplus/aguplus.tex -%{_texdir}/texmf-dist/doc/latex/aguplus/changes.v16b -%{_texdir}/texmf-dist/doc/latex/aguplus/geophys.tex -%{_texdir}/texmf-dist/doc/latex/aguplus/sample.bib -%{_texdir}/texmf-dist/doc/latex/aguplus/samplus.tex - -%files achemso -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/achemso/achemso.bst -%{_texdir}/texmf-dist/bibtex/bst/achemso/biochem.bst -%{_texdir}/texmf-dist/tex/latex/achemso/achemso.cls -%{_texdir}/texmf-dist/tex/latex/achemso/achemso.sty -%{_texdir}/texmf-dist/tex/latex/achemso/natmove.sty -%{_texdir}/texmf-dist/tex/latex/achemso/config/acbcct.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/accacs.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/achre4.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/acncdm.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/acsccc.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/amclct.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/ancac3.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/ancham.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/bcches.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/bichaw.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/bipret.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/bomaf6.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/cgdefu.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/chreay.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/cmatex.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/crtoec.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/enfuem.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/esthag.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/iecred.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/inoraj.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jacsat.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jafcau.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jceaax.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jceda8.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jcisd8.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jctcce.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jmcmar.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jnprdf.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/joceah.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jpcafh.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jpccck.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jpclcd.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/jprobs.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/langd5.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/mamobx.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/mpohbp.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/nalefd.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/oprdfk.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/orgnd7.cfg -%{_texdir}/texmf-dist/tex/latex/achemso/config/orlef7.cfg - -%files achemso-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/achemso/README -%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.bib -%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.pdf -%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.tex -%{_texdir}/texmf-dist/doc/latex/achemso/achemso.pdf - -%files aiaa -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aiaa/aiaa.bst -%{_texdir}/texmf-dist/tex/latex/aiaa/aiaa-tc.cls - -%files aiaa-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aiaa/README -%{_texdir}/texmf-dist/doc/latex/aiaa/aiaa.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/author_guide.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/author_guide.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/bibtex_database.bib -%{_texdir}/texmf-dist/doc/latex/aiaa/figure_magnet.eps -%{_texdir}/texmf-dist/doc/latex/aiaa/figure_magnet.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/template_advanced.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/template_advanced.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/template_basic.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/template_basic.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/CHANGES -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/MANIFEST -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/README -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.dtx -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.ins -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaalgo.eps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstref.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty -%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex - -%files aichej -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aichej/aichej.bst - -%files akktex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/akktex/akkconditional.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkcounterlabelpattern.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkcs.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkdoc.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkgerman.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkgermanabbreviations.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akklecture.cls -%{_texdir}/texmf-dist/tex/latex/akktex/akklongpage.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmath.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathbasic.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathdisc.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathfun.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathnum.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathpaper.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathproof.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathrel.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathset.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkmathtext.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akknum.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkparskip.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkscript.cls -%{_texdir}/texmf-dist/tex/latex/akktex/akksection.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkstring.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akktecdoc.cls -%{_texdir}/texmf-dist/tex/latex/akktex/akktex.sty -%{_texdir}/texmf-dist/tex/latex/akktex/akkwidepage.sty - -%files akktex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/akktex/README -%{_texdir}/texmf-dist/doc/latex/akktex/README.TEXLIVE - -%files akletter -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/akletter/akfax.cfg -%{_texdir}/texmf-dist/tex/latex/akletter/akletter.cfg -%{_texdir}/texmf-dist/tex/latex/akletter/akletter.cls -%{_texdir}/texmf-dist/tex/latex/akletter/myletter.cls - -%files akletter-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/akletter/akletter.tex -%{_texdir}/texmf-dist/doc/latex/akletter/akletter.upl -%{_texdir}/texmf-dist/doc/latex/akletter/letterdoc.pdf -%{_texdir}/texmf-dist/doc/latex/akletter/letterdoc.tex -%{_texdir}/texmf-dist/doc/latex/akletter/lettereng.pdf -%{_texdir}/texmf-dist/doc/latex/akletter/lettereng.tex - -%files aleph -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/aleph.1* -%{_mandir}/man1/lamed.1* - -%files aleph-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/aleph/base/News -%{_texdir}/texmf-dist/doc/aleph/base/readme.txt - -%files latex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/makeindex/latex/gglo.ist -%{_texdir}/texmf-dist/makeindex/latex/gind.ist -%{_texdir}/texmf-dist/tex/latex/base/alltt.sty -%{_texdir}/texmf-dist/tex/latex/base/ansinew.def -%{_texdir}/texmf-dist/tex/latex/base/applemac.def -%{_texdir}/texmf-dist/tex/latex/base/article.cls -%{_texdir}/texmf-dist/tex/latex/base/article.sty -%{_texdir}/texmf-dist/tex/latex/base/ascii.def -%{_texdir}/texmf-dist/tex/latex/base/bezier.sty -%{_texdir}/texmf-dist/tex/latex/base/bk10.clo -%{_texdir}/texmf-dist/tex/latex/base/bk11.clo -%{_texdir}/texmf-dist/tex/latex/base/bk12.clo -%{_texdir}/texmf-dist/tex/latex/base/book.cls -%{_texdir}/texmf-dist/tex/latex/base/book.sty -%{_texdir}/texmf-dist/tex/latex/base/cp1250.def -%{_texdir}/texmf-dist/tex/latex/base/cp1252.def -%{_texdir}/texmf-dist/tex/latex/base/cp1257.def -%{_texdir}/texmf-dist/tex/latex/base/cp437.def -%{_texdir}/texmf-dist/tex/latex/base/cp437de.def -%{_texdir}/texmf-dist/tex/latex/base/cp850.def -%{_texdir}/texmf-dist/tex/latex/base/cp852.def -%{_texdir}/texmf-dist/tex/latex/base/cp858.def -%{_texdir}/texmf-dist/tex/latex/base/cp865.def -%{_texdir}/texmf-dist/tex/latex/base/decmulti.def -%{_texdir}/texmf-dist/tex/latex/base/doc.sty -%{_texdir}/texmf-dist/tex/latex/base/docstrip.tex -%{_texdir}/texmf-dist/tex/latex/base/exscale.sty -%{_texdir}/texmf-dist/tex/latex/base/fix-cm.sty -%{_texdir}/texmf-dist/tex/latex/base/fixltx2e.sty -%{_texdir}/texmf-dist/tex/latex/base/flafter.sty -%{_texdir}/texmf-dist/tex/latex/base/fleqn.clo -%{_texdir}/texmf-dist/tex/latex/base/fleqn.sty -%{_texdir}/texmf-dist/tex/latex/base/fontenc.sty -%{_texdir}/texmf-dist/tex/latex/base/fontmath.cfg -%{_texdir}/texmf-dist/tex/latex/base/fontmath.ltx -%{_texdir}/texmf-dist/tex/latex/base/fonttext.cfg -%{_texdir}/texmf-dist/tex/latex/base/fonttext.ltx -%{_texdir}/texmf-dist/tex/latex/base/graphpap.sty -%{_texdir}/texmf-dist/tex/latex/base/hyphen.ltx -%{_texdir}/texmf-dist/tex/latex/base/idx.tex -%{_texdir}/texmf-dist/tex/latex/base/ifthen.sty -%{_texdir}/texmf-dist/tex/latex/base/inputenc.sty -%{_texdir}/texmf-dist/tex/latex/base/lablst.tex -%{_texdir}/texmf-dist/tex/latex/base/latex.ltx -%{_texdir}/texmf-dist/tex/latex/base/latex209.def -%{_texdir}/texmf-dist/tex/latex/base/latexbug.tex -%{_texdir}/texmf-dist/tex/latex/base/latexsym.sty -%{_texdir}/texmf-dist/tex/latex/base/latin1.def -%{_texdir}/texmf-dist/tex/latex/base/latin10.def -%{_texdir}/texmf-dist/tex/latex/base/latin2.def -%{_texdir}/texmf-dist/tex/latex/base/latin3.def -%{_texdir}/texmf-dist/tex/latex/base/latin4.def -%{_texdir}/texmf-dist/tex/latex/base/latin5.def -%{_texdir}/texmf-dist/tex/latex/base/latin9.def -%{_texdir}/texmf-dist/tex/latex/base/lcyenc.dfu -%{_texdir}/texmf-dist/tex/latex/base/leqno.clo -%{_texdir}/texmf-dist/tex/latex/base/leqno.sty -%{_texdir}/texmf-dist/tex/latex/base/letter.cls -%{_texdir}/texmf-dist/tex/latex/base/letter.sty -%{_texdir}/texmf-dist/tex/latex/base/lppl.tex -%{_texdir}/texmf-dist/tex/latex/base/ltnews.cls -%{_texdir}/texmf-dist/tex/latex/base/ltpatch.ltx -%{_texdir}/texmf-dist/tex/latex/base/ltxcheck.tex -%{_texdir}/texmf-dist/tex/latex/base/ltxdoc.cls -%{_texdir}/texmf-dist/tex/latex/base/ltxguide.cls -%{_texdir}/texmf-dist/tex/latex/base/ly1enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/macce.def -%{_texdir}/texmf-dist/tex/latex/base/makeidx.sty -%{_texdir}/texmf-dist/tex/latex/base/minimal.cls -%{_texdir}/texmf-dist/tex/latex/base/newlfont.sty -%{_texdir}/texmf-dist/tex/latex/base/next.def -%{_texdir}/texmf-dist/tex/latex/base/nfssfont.tex -%{_texdir}/texmf-dist/tex/latex/base/oldlfont.sty -%{_texdir}/texmf-dist/tex/latex/base/omlcmm.fd -%{_texdir}/texmf-dist/tex/latex/base/omlcmr.fd -%{_texdir}/texmf-dist/tex/latex/base/omlenc.def -%{_texdir}/texmf-dist/tex/latex/base/omllcmm.fd -%{_texdir}/texmf-dist/tex/latex/base/omscmr.fd -%{_texdir}/texmf-dist/tex/latex/base/omscmsy.fd -%{_texdir}/texmf-dist/tex/latex/base/omsenc.def -%{_texdir}/texmf-dist/tex/latex/base/omsenc.dfu -%{_texdir}/texmf-dist/tex/latex/base/omslcmsy.fd -%{_texdir}/texmf-dist/tex/latex/base/omxcmex.fd -%{_texdir}/texmf-dist/tex/latex/base/omxlcmex.fd -%{_texdir}/texmf-dist/tex/latex/base/openbib.sty -%{_texdir}/texmf-dist/tex/latex/base/ot1cmdh.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmfib.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmfr.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmr.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmss.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1cmvtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1enc.def -%{_texdir}/texmf-dist/tex/latex/base/ot1enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/ot1lcmss.fd -%{_texdir}/texmf-dist/tex/latex/base/ot1lcmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ot2enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/ot4enc.def -%{_texdir}/texmf-dist/tex/latex/base/preload.cfg -%{_texdir}/texmf-dist/tex/latex/base/preload.ltx -%{_texdir}/texmf-dist/tex/latex/base/proc.cls -%{_texdir}/texmf-dist/tex/latex/base/proc.sty -%{_texdir}/texmf-dist/tex/latex/base/report.cls -%{_texdir}/texmf-dist/tex/latex/base/report.sty -%{_texdir}/texmf-dist/tex/latex/base/sample2e.tex -%{_texdir}/texmf-dist/tex/latex/base/sfonts.def -%{_texdir}/texmf-dist/tex/latex/base/shortvrb.sty -%{_texdir}/texmf-dist/tex/latex/base/showidx.sty -%{_texdir}/texmf-dist/tex/latex/base/size10.clo -%{_texdir}/texmf-dist/tex/latex/base/size11.clo -%{_texdir}/texmf-dist/tex/latex/base/size12.clo -%{_texdir}/texmf-dist/tex/latex/base/slides.cls -%{_texdir}/texmf-dist/tex/latex/base/slides.def -%{_texdir}/texmf-dist/tex/latex/base/slides.sty -%{_texdir}/texmf-dist/tex/latex/base/small2e.tex -%{_texdir}/texmf-dist/tex/latex/base/syntonly.sty -%{_texdir}/texmf-dist/tex/latex/base/t1cmdh.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmfib.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmfr.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmr.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmss.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/t1cmvtt.fd -%{_texdir}/texmf-dist/tex/latex/base/t1enc.def -%{_texdir}/texmf-dist/tex/latex/base/t1enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/t1enc.sty -%{_texdir}/texmf-dist/tex/latex/base/t1lcmss.fd -%{_texdir}/texmf-dist/tex/latex/base/t1lcmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/t2aenc.dfu -%{_texdir}/texmf-dist/tex/latex/base/t2benc.dfu -%{_texdir}/texmf-dist/tex/latex/base/t2cenc.dfu -%{_texdir}/texmf-dist/tex/latex/base/testpage.tex -%{_texdir}/texmf-dist/tex/latex/base/texsys.cfg -%{_texdir}/texmf-dist/tex/latex/base/textcomp.sty -%{_texdir}/texmf-dist/tex/latex/base/tracefnt.sty -%{_texdir}/texmf-dist/tex/latex/base/ts1cmr.fd -%{_texdir}/texmf-dist/tex/latex/base/ts1cmss.fd -%{_texdir}/texmf-dist/tex/latex/base/ts1cmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ts1cmvtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ts1enc.def -%{_texdir}/texmf-dist/tex/latex/base/ts1enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/ucmr.fd -%{_texdir}/texmf-dist/tex/latex/base/ucmss.fd -%{_texdir}/texmf-dist/tex/latex/base/ucmtt.fd -%{_texdir}/texmf-dist/tex/latex/base/ulasy.fd -%{_texdir}/texmf-dist/tex/latex/base/ullasy.fd -%{_texdir}/texmf-dist/tex/latex/base/utf8-test.tex -%{_texdir}/texmf-dist/tex/latex/base/utf8.def -%{_texdir}/texmf-dist/tex/latex/base/utf8enc.dfu -%{_texdir}/texmf-dist/tex/latex/base/utf8test.tex -%{_texdir}/texmf-dist/tex/latex/base/x2enc.dfu - -%files latex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/base/00readme.txt -%{_texdir}/texmf-dist/doc/latex/base/alltt.pdf -%{_texdir}/texmf-dist/doc/latex/base/autoload.txt -%{_texdir}/texmf-dist/doc/latex/base/bugs.txt -%{_texdir}/texmf-dist/doc/latex/base/cfgguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/changes.txt -%{_texdir}/texmf-dist/doc/latex/base/classes.pdf -%{_texdir}/texmf-dist/doc/latex/base/clsguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/cmfonts.pdf -%{_texdir}/texmf-dist/doc/latex/base/cyrguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/doc.pdf -%{_texdir}/texmf-dist/doc/latex/base/docstrip.pdf -%{_texdir}/texmf-dist/doc/latex/base/encguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/exscale.pdf -%{_texdir}/texmf-dist/doc/latex/base/fixltx2e.pdf -%{_texdir}/texmf-dist/doc/latex/base/fntguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/graphpap.pdf -%{_texdir}/texmf-dist/doc/latex/base/ifthen.pdf -%{_texdir}/texmf-dist/doc/latex/base/inputenc.pdf -%{_texdir}/texmf-dist/doc/latex/base/latex209.pdf -%{_texdir}/texmf-dist/doc/latex/base/latexsym.pdf -%{_texdir}/texmf-dist/doc/latex/base/lb2.pdf -%{_texdir}/texmf-dist/doc/latex/base/legal.txt -%{_texdir}/texmf-dist/doc/latex/base/letter.pdf -%{_texdir}/texmf-dist/doc/latex/base/lgc2.pdf -%{_texdir}/texmf-dist/doc/latex/base/lppl-1-0.txt -%{_texdir}/texmf-dist/doc/latex/base/lppl-1-1.txt -%{_texdir}/texmf-dist/doc/latex/base/lppl-1-2.txt -%{_texdir}/texmf-dist/doc/latex/base/lppl.pdf -%{_texdir}/texmf-dist/doc/latex/base/lppl.txt -%{_texdir}/texmf-dist/doc/latex/base/ltnews.pdf -%{_texdir}/texmf-dist/doc/latex/base/ltx3info.pdf -%{_texdir}/texmf-dist/doc/latex/base/ltxcheck.pdf -%{_texdir}/texmf-dist/doc/latex/base/ltxdoc.pdf -%{_texdir}/texmf-dist/doc/latex/base/makeindx.pdf -%{_texdir}/texmf-dist/doc/latex/base/manifest.txt -%{_texdir}/texmf-dist/doc/latex/base/manual.pdf -%{_texdir}/texmf-dist/doc/latex/base/modguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/newlfont.pdf -%{_texdir}/texmf-dist/doc/latex/base/oldlfont.pdf -%{_texdir}/texmf-dist/doc/latex/base/patches.txt -%{_texdir}/texmf-dist/doc/latex/base/proc.pdf -%{_texdir}/texmf-dist/doc/latex/base/slides.pdf -%{_texdir}/texmf-dist/doc/latex/base/slifonts.pdf -%{_texdir}/texmf-dist/doc/latex/base/source2e.pdf -%{_texdir}/texmf-dist/doc/latex/base/syntonly.pdf -%{_texdir}/texmf-dist/doc/latex/base/tex2.txt -%{_texdir}/texmf-dist/doc/latex/base/texpert.txt -%{_texdir}/texmf-dist/doc/latex/base/tlc2.pdf -%{_texdir}/texmf-dist/doc/latex/base/usrguide.pdf -%{_texdir}/texmf-dist/doc/latex/base/utf8ienc.pdf -%{_texdir}/texmf-dist/doc/latex/base/webcomp.pdf - -%files luatex -%defattr(-,root,root) -%doc gpl2.txt -%{_mandir}/man1/luatex.1* -%{_mandir}/man1/texlua.1* -%{_mandir}/man1/texluac.1* -%{_texdir}/texmf/tex/generic/config/luatex-unicode-letters.tex -%{_texdir}/texmf/tex/generic/config/luatexiniconfig.tex -%{_texdir}/texmf/web2c/texmfcnf.lua - -%files luatex-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/luatex/base/fdata.lua -%{_texdir}/texmf-dist/doc/luatex/base/fdata_epdf.lua -%{_texdir}/texmf-dist/doc/luatex/base/fdata_img.lua -%{_texdir}/texmf-dist/doc/luatex/base/functionref.pdf -%{_texdir}/texmf-dist/doc/luatex/base/functionref.tex -%{_texdir}/texmf-dist/doc/luatex/base/luatex.man -%{_texdir}/texmf-dist/doc/luatex/base/luatexref-env.tex -%{_texdir}/texmf-dist/doc/luatex/base/luatexref-t.pdf -%{_texdir}/texmf-dist/doc/luatex/base/luatexref-t.tex - -%files luatex-bin -%defattr(-,root,root) -%doc gpl2.txt -%{_bindir}/dviluatex -%{_bindir}/luatex -%{_bindir}/texlua -%{_bindir}/texluac - -%files pdftex -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/pdfetex.1* -%{_mandir}/man1/pdftex.1* -%{_texdir}/texmf/tex/generic/config/pdftex-dvi.tex -%{_texdir}/texmf/tex/generic/config/pdftexconfig.tex -%{_texdir}/texmf-dist/scripts/simpdftex/simpdftex -%{_texdir}/texmf/fonts/map/pdftex/updmap/pdftex.map -%{_texdir}/texmf/fonts/map/pdftex/updmap/pdftex_dl14.map -%{_texdir}/texmf/fonts/map/pdftex/updmap/pdftex_ndl14.map -%{_texdir}/texmf/tex/generic/pdftex/glyphtounicode.tex - -%files pdftex-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/pdftex/Announcement-1.40.2 -%{_texdir}/texmf-dist/doc/pdftex/NEWS -%{_texdir}/texmf-dist/doc/pdftex/README -%{_texdir}/texmf-dist/doc/pdftex/manual/ChangeLog -%{_texdir}/texmf-dist/doc/pdftex/manual/Makefile -%{_texdir}/texmf-dist/doc/pdftex/manual/README -%{_texdir}/texmf-dist/doc/pdftex/manual/makefiles.cmd -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-a.pdf -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-i.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-l.pdf -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-s.pdf -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-t.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-t.txt -%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-w.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/syntaxform.awk -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/cmr10.103 -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/obj.dat -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pdfcolor.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.eps -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.jpg -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.mps -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.pdf -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.png -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic16.png -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/rgb.icc -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.0 -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.1 -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/supp-mis.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/supp-pdf.tex -%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/tmp.pdf -%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile -%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/fdl.tex -%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.bbl -%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf -%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.tex -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/abbr.tex -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/efcode.tex -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2.etx -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2.mtx -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2protcode.tex -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktextfm -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktextfm.ext -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktfm8z -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/protcode.tex -%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/ufntinst.sty - -%files kpathsea -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_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* -%{_infodir}/tds.info* -%{_infodir}/web2c.info* -%{_texdir}/texmf/web2c/amiga-pl.tcx -%{_texdir}/texmf/web2c/cp1250cs.tcx -%{_texdir}/texmf/web2c/cp1250pl.tcx -%{_texdir}/texmf/web2c/cp1250t1.tcx -%{_texdir}/texmf/web2c/cp227.tcx -%{_texdir}/texmf/web2c/cp852-cs.tcx -%{_texdir}/texmf/web2c/cp852-pl.tcx -%{_texdir}/texmf/web2c/cp8bit.tcx -%{_texdir}/texmf/web2c/empty.tcx -%config(noreplace) %{_texdir}/texmf/web2c/fmtutil.cnf -%{_texdir}/texmf/web2c/il1-t1.tcx -%{_texdir}/texmf/web2c/il2-cs.tcx -%{_texdir}/texmf/web2c/il2-pl.tcx -%{_texdir}/texmf/web2c/il2-t1.tcx -%{_texdir}/texmf/web2c/kam-cs.tcx -%{_texdir}/texmf/web2c/kam-t1.tcx -%{_texdir}/texmf/web2c/macce-pl.tcx -%{_texdir}/texmf/web2c/macce-t1.tcx -%{_texdir}/texmf/web2c/maz-pl.tcx -%config(noreplace) %{_texdir}/texmf/web2c/mktex.cnf -%{_texdir}/texmf/web2c/mktex.opt -%{_texdir}/texmf/web2c/mktexdir -%{_texdir}/texmf/web2c/mktexdir.opt -%{_texdir}/texmf/web2c/mktexnam -%{_texdir}/texmf/web2c/mktexnam.opt -%{_texdir}/texmf/web2c/mktexupd -%{_texdir}/texmf/web2c/natural.tcx -%{_texdir}/texmf/web2c/tcvn-t5.tcx -%config(noreplace) %{_texdir}/texmf/web2c/texmf.cnf -%{_texdir}/texmf/web2c/viscii-t5.tcx - -%files kpathsea-doc -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf/doc/kpathsea/kpathsea.html -%{_texdir}/texmf/doc/kpathsea/kpathsea.pdf -%{_texdir}/texmf/doc/web2c/web2c.html -%{_texdir}/texmf/doc/web2c/web2c.pdf - -%files kpathsea-bin -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_bindir}/kpseaccess -%{_bindir}/kpsereadlink -%{_bindir}/kpsestat -%{_bindir}/kpsewhich -%{_bindir}/mkocp -%{_bindir}/mkofm -%{_bindir}/mktexfmt -%{_bindir}/mktexlsr -%{_bindir}/mktexmf -%{_bindir}/mktexpk -%{_bindir}/mktextfm -%{_bindir}/texhash - -%files pdftex-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/etex -%{_bindir}/pdfetex -%{_bindir}/pdftex -%{_bindir}/simpdftex - -%files latexconfig -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/latexconfig/color.cfg -%{_texdir}/texmf-dist/tex/latex/latexconfig/dvilualatex.ini -%{_texdir}/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -%{_texdir}/texmf-dist/tex/latex/latexconfig/graphics.cfg -%{_texdir}/texmf-dist/tex/latex/latexconfig/hyperref.cfg -%{_texdir}/texmf-dist/tex/latex/latexconfig/latex.ini -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex-patch-kernel.tex -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex-reset-codes.tex -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex.ini -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexiniconfig.tex -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.lua -%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.tex -%{_texdir}/texmf-dist/tex/latex/latexconfig/mllatex.ini -%{_texdir}/texmf-dist/tex/latex/latexconfig/pdflatex.ini -%{_texdir}/texmf-dist/tex/latex/latexconfig/xelatex.ini - -%files latex-fonts -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/circle.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmex10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmmi8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmsy8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilasy8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmss8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmssb8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy5.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy6.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy7.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy9.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasyb10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmss8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmssb8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/line.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/line10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/linew10.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/sroman.mf -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/sromanu.mf -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmsy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilasy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmssb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmssb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm - -%files latex-fonts-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/latex-fonts/README -%{_texdir}/texmf-dist/doc/fonts/latex-fonts/legal.txt - -%files plain -%defattr(-,root,root) -%{_texdir}/texmf-dist/makeindex/plain/plaintex.ist -%{_texdir}/texmf-dist/tex/plain/base/fontchart.tex -%{_texdir}/texmf-dist/tex/plain/base/gkpmac.tex -%{_texdir}/texmf-dist/tex/plain/base/letter.tex -%{_texdir}/texmf-dist/tex/plain/base/list.tex -%{_texdir}/texmf-dist/tex/plain/base/llist.tex -%{_texdir}/texmf-dist/tex/plain/base/manmac.tex -%{_texdir}/texmf-dist/tex/plain/base/mftmac.tex -%{_texdir}/texmf-dist/tex/plain/base/mptmac.tex -%{_texdir}/texmf-dist/tex/plain/base/picmac.tex -%{_texdir}/texmf-dist/tex/plain/base/plain.tex -%{_texdir}/texmf-dist/tex/plain/base/story.tex -%{_texdir}/texmf-dist/tex/plain/base/testfont.tex -%{_texdir}/texmf-dist/tex/plain/base/webmac.tex -%{_texdir}/texmf-dist/tex/plain/base/wlist.tex -%{_texdir}/texmf-dist/tex/plain/config/aleph.ini -%{_texdir}/texmf-dist/tex/plain/config/bplain.ini -%{_texdir}/texmf-dist/tex/plain/config/dviluatex.ini -%{_texdir}/texmf-dist/tex/plain/config/etex.ini -%{_texdir}/texmf-dist/tex/plain/config/luatex.ini -%{_texdir}/texmf-dist/tex/plain/config/omega.ini -%{_texdir}/texmf-dist/tex/plain/config/pdfbplain.ini -%{_texdir}/texmf-dist/tex/plain/config/pdfetex.ini -%{_texdir}/texmf-dist/tex/plain/config/pdftexmagfix.tex -%{_texdir}/texmf-dist/tex/plain/config/tex.ini -%{_texdir}/texmf-dist/tex/plain/config/xetex.ini - -%files lambda -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/lambda/base/UT1cmr.fd -%{_texdir}/texmf-dist/tex/lambda/base/UT1omlgc.fd -%{_texdir}/texmf-dist/tex/lambda/base/elhyph16.tex -%{_texdir}/texmf-dist/tex/lambda/base/french.bgd -%{_texdir}/texmf-dist/tex/lambda/base/french.lay -%{_texdir}/texmf-dist/tex/lambda/base/grcodes.tex -%{_texdir}/texmf-dist/tex/lambda/base/greek.bgd -%{_texdir}/texmf-dist/tex/lambda/base/greek.lay -%{_texdir}/texmf-dist/tex/lambda/base/grmhyph.tex -%{_texdir}/texmf-dist/tex/lambda/base/inuit.hpn -%{_texdir}/texmf-dist/tex/lambda/base/lambda.tex -%{_texdir}/texmf-dist/tex/lambda/base/lchcmr.fd -%{_texdir}/texmf-dist/tex/lambda/base/lchenc.def -%{_texdir}/texmf-dist/tex/lambda/base/ocherokee.sty -%{_texdir}/texmf-dist/tex/lambda/base/odev.sty -%{_texdir}/texmf-dist/tex/lambda/base/ojapan.sty -%{_texdir}/texmf-dist/tex/lambda/base/omarab.cfg -%{_texdir}/texmf-dist/tex/lambda/base/omega.sty -%{_texdir}/texmf-dist/tex/lambda/base/omlgc.cfg -%{_texdir}/texmf-dist/tex/lambda/base/ot1omarb.fd -%{_texdir}/texmf-dist/tex/lambda/base/ot1omlgc.fd -%{_texdir}/texmf-dist/tex/lambda/base/ot1uctt.fd -%{_texdir}/texmf-dist/tex/lambda/base/usenglish.bgd -%{_texdir}/texmf-dist/tex/lambda/base/usenglish.lay -%{_texdir}/texmf-dist/tex/lambda/base/ut1enc.def -%{_texdir}/texmf-dist/tex/lambda/config/lambda.ini -%{_texdir}/texmf-dist/tex/lambda/config/language.dat - -%files aleph-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/aleph -%{_bindir}/lamed - -%files algorithmicx -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algc.sty -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algcompatible.sty -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algmatlab.sty -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algpascal.sty -%{_texdir}/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty - -%files algorithmicx-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/algorithmicx/README -%{_texdir}/texmf-dist/doc/latex/algorithmicx/algorithmicx.pdf -%{_texdir}/texmf-dist/doc/latex/algorithmicx/algorithmicx.tex - -%files algorithms -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/algorithms/algorithm.sty -%{_texdir}/texmf-dist/tex/latex/algorithms/algorithmic.sty - -%files algorithms-doc -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/algorithms/COPYING -%{_texdir}/texmf-dist/doc/latex/algorithms/README -%{_texdir}/texmf-dist/doc/latex/algorithms/THANKS -%{_texdir}/texmf-dist/doc/latex/algorithms/algorithms.pdf - -%files algorithm2e -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty - -%files algorithm2e-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/algorithm2e/README -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex01.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex02.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex03.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex04.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex06.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex07.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exAlgoDisjdecomp.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exIR.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exfor.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exgeneric.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex -%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex - -%files alg -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/alg/alg.sty - -%files alg-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/alg/readme.txt - -%files allrunes -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/allrunes/allrunes.map -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frua.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruact.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruaks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruals.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruams.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruann.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruans.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruant.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frubase.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruc.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucct.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucln.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucls.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucms.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucns.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frul.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulct.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulln.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulls.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulms.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulns.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frum.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumct.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumln.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumls.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumms.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumns.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frun.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunct.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunln.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunls.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunms.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunns.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frusep.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frut.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcs.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutct.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutks.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutln.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutls.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutms.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmt.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnm.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnn.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnq.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnr.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutns.mf -%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnt.mf -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruact.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruaks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruals.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruams.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruann.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruans.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucct.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucln.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucls.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucms.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucns.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulct.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulln.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulls.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulms.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulns.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumct.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumln.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumls.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumms.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumns.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunct.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunln.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunls.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunms.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunns.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcs.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutct.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutks.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutln.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutls.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutms.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnn.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnq.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutns.pfb -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnt.pfb -%{_texdir}/texmf-dist/tex/latex/allrunes/allrunes.sty -%{_texdir}/texmf-dist/tex/latex/allrunes/ara.fd -%{_texdir}/texmf-dist/tex/latex/allrunes/arc.fd -%{_texdir}/texmf-dist/tex/latex/allrunes/arl.fd -%{_texdir}/texmf-dist/tex/latex/allrunes/arm.fd -%{_texdir}/texmf-dist/tex/latex/allrunes/arn.fd -%{_texdir}/texmf-dist/tex/latex/allrunes/art.fd - -%files allrunes-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/allrunes/README -%{_texdir}/texmf-dist/doc/fonts/allrunes/allrunes.pdf - -%files alnumsec -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/alnumsec/alnumsec.sty - -%files alnumsec-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/alnumsec/README -%{_texdir}/texmf-dist/doc/latex/alnumsec/alnumsec.pdf - -%files alterqcm -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/alterqcm/alterqcm.sty - -%files alterqcm-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/alterqcm/README -%{_texdir}/texmf-dist/doc/latex/alterqcm/README.doc -%{_texdir}/texmf-dist/doc/latex/alterqcm/doc_aq-screen.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/AntillesESjuin2006.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/alea.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/annexe.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/correct.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/example_1.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/example_2.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/language.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/points.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/sep.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/transparent-final.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/transparent-init.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/verb.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/AntillesESjuin2006.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/alea.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/annexe.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/correct.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/doc_aq.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/example_1.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/example_2.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/language.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/points.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/sep.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/transparent-final.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/transparent-init.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/verb.pdf -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/180px-Gustave_Moreau_007.jpg -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/240px-Mort_du_fossoyeur.jpg -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/The_Wounded_Angel_-_Hugo_Simberg.jpg -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/aq.ist -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-def.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-excomp.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-globales.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-installation.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-locales.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-mc.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-points.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-problem.tex -%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc_aq-main.tex - -%files altfont -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/altfont/altfont.cfg -%{_texdir}/texmf-dist/tex/latex/altfont/altfont.sty -%{_texdir}/texmf-dist/tex/latex/altfont/psfont.cfg -%{_texdir}/texmf-dist/tex/latex/altfont/psfont.sty - -%files altfont-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/altfont/README -%{_texdir}/texmf-dist/doc/latex/altfont/altfont.pdf -%{_texdir}/texmf-dist/doc/latex/altfont/psfont.pdf - -%files ametsoc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst -%{_texdir}/texmf-dist/tex/latex/ametsoc/ametsoc.sty -%{_texdir}/texmf-dist/tex/latex/ametsoc/ametsoc2col.sty - -%files ametsoc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ametsoc/AMS_References.pdf -%{_texdir}/texmf-dist/doc/latex/ametsoc/README -%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper.pdf -%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper.tex -%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper2col.pdf -%{_texdir}/texmf-dist/doc/latex/ametsoc/blank_template.pdf -%{_texdir}/texmf-dist/doc/latex/ametsoc/blank_template.tex -%{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography/database.bib -%{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography/references.bib -%{_texdir}/texmf-dist/doc/latex/ametsoc/figures/figure01.eps - -%files amiri -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-boldslanted.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-quran.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-regular.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-slanted.ttf - -%files amiri-doc -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/Makefile -%{_texdir}/texmf-dist/doc/fonts/amiri/OFL-FAQ.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/OFL.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/README -%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/NEWS-Arabic.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/NEWS.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/README-Arabic.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/README.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/amiri-table.pdf -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-bold.fea.pp -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-bold.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-boldslanted.fea.pp -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-quran.fea.pp -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-regular.fea.pp -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-regular.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-slanted.fea.pp -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/basic.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/classes.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/composition.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/contextuals.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/enclosing.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/italic.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/italic_kerning.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/kashida.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/kerning.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/latin.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/lellah.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/local.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/post_mark.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/proportional.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/quran.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/rtlm.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/stylisticsets.fea -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Bold.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-BoldItalic.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Italic.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Roman.sfd -%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/README -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/basic.test -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/enclosing.ptest -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/extendedmeem.test -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/high_baa.test -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/lamlam.test -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/lellah.test -%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/local.test -%{_texdir}/texmf-dist/doc/fonts/amiri/tools/build.py -%{_texdir}/texmf-dist/doc/fonts/amiri/tools/runtest.py - -%files amsaddr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/amsaddr/amsaddr.sty - -%files amsaddr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amsaddr/README -%{_texdir}/texmf-dist/doc/latex/amsaddr/amsaddr.pdf - -%files amscls -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/amscls/amsalpha.bst -%{_texdir}/texmf-dist/bibtex/bst/amscls/amsplain.bst -%{_texdir}/texmf-dist/tex/latex/amscls/amsart.cls -%{_texdir}/texmf-dist/tex/latex/amscls/amsbook.cls -%{_texdir}/texmf-dist/tex/latex/amscls/amsbooka.sty -%{_texdir}/texmf-dist/tex/latex/amscls/amsdtx.cls -%{_texdir}/texmf-dist/tex/latex/amscls/amsldoc.cls -%{_texdir}/texmf-dist/tex/latex/amscls/amsmidx.sty -%{_texdir}/texmf-dist/tex/latex/amscls/amsproc.cls -%{_texdir}/texmf-dist/tex/latex/amscls/amsthm.sty -%{_texdir}/texmf-dist/tex/latex/amscls/upref.sty - -%files amscls-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amscls/00LICENSE.txt -%{_texdir}/texmf-dist/doc/latex/amscls/amsart.template -%{_texdir}/texmf-dist/doc/latex/amscls/amsbook.template -%{_texdir}/texmf-dist/doc/latex/amscls/amsclass.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/amsdtx.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/amsmidx.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/amsproc.template -%{_texdir}/texmf-dist/doc/latex/amscls/amsthdoc.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/diffs-c.txt -%{_texdir}/texmf-dist/doc/latex/amscls/instr-l.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/thmtest.pdf -%{_texdir}/texmf-dist/doc/latex/amscls/upref.pdf - -%files amsfonts -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbsy10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbxsl10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbxti10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmcsc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmdunh10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmex10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmff10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmfi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmfib8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cminch.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmitt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmib10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr17.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsltt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss17.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssbx10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssdc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi17.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssq8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssqi8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtcsc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt12.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmu10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmvtt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyr10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncysc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyss10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasyb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcircle1.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcirclew.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmss8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssb8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssi8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/line10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/linew10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam9.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm10.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm5.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm6.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm7.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm8.afm -%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm9.afm -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cm.map -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cmextra.map -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cyrillic.map -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/euler.map -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/latxfont.map -%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/symbols.map -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrfont.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrilu.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrital.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrmax.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspl.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspu.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrti.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/serb.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/serbspu.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncysc10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/dummy/dummy.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/amsya.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/amsyb.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/asymbols.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/bsymbols.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm10.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm5.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm6.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm7.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm8.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm9.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbbase.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbbold.mf -%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbcaps.mf -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/dummy/dummy.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm9.tfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfm -%{_texdir}/texmf-dist/tex/latex/amsfonts/amsfonts.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/amssymb.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/cmmib57.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/eucal.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/eufrak.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/euscript.sty -%{_texdir}/texmf-dist/tex/latex/amsfonts/ueuex.fd -%{_texdir}/texmf-dist/tex/latex/amsfonts/ueuf.fd -%{_texdir}/texmf-dist/tex/latex/amsfonts/ueur.fd -%{_texdir}/texmf-dist/tex/latex/amsfonts/ueus.fd -%{_texdir}/texmf-dist/tex/latex/amsfonts/umsa.fd -%{_texdir}/texmf-dist/tex/latex/amsfonts/umsb.fd -%{_texdir}/texmf-dist/tex/plain/amsfonts/amssym.def -%{_texdir}/texmf-dist/tex/plain/amsfonts/amssym.tex -%{_texdir}/texmf-dist/tex/plain/amsfonts/cyracc.def - -%files amsfonts-doc -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/doc/fonts/amsfonts/OFL-FAQ.txt -%{_texdir}/texmf-dist/doc/fonts/amsfonts/OFL.txt -%{_texdir}/texmf-dist/doc/fonts/amsfonts/README -%{_texdir}/texmf-dist/doc/fonts/amsfonts/amsfndoc.pdf -%{_texdir}/texmf-dist/doc/fonts/amsfonts/amsfonts.pdf -%{_texdir}/texmf-dist/doc/fonts/amsfonts/amssymb.pdf -%{_texdir}/texmf-dist/doc/fonts/amsfonts/cmmib57.pdf -%{_texdir}/texmf-dist/doc/fonts/amsfonts/eufrak.pdf -%{_texdir}/texmf-dist/doc/fonts/amsfonts/euscript.pdf - -%files amslatex-primer-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/README -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.md5 -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.pdf -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.tex -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/template.tex - -%files amsldoc-it-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/amsldoc-it/itamsldoc.pdf -%{_texdir}/texmf-dist/doc/latex/amsldoc-it/itamsldoc.tex - -%files amsldoc-vn-doc -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/Makefile -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/README -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/TODO -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.pdf -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.tex -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.pdf -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.tex - -%files amsmath -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/amsmath/amsbsy.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amscd.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amsgen.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amsmath.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amsopn.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amstex.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amstext.sty -%{_texdir}/texmf-dist/tex/latex/amsmath/amsxtra.sty - -%files amsmath-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amsmath/amsbsy.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amscd.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amsgen.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amsldoc.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amsmath.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amsopn.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amstext.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/amsxtra.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/diffs-m.txt -%{_texdir}/texmf-dist/doc/latex/amsmath/subeqn.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/technote.pdf -%{_texdir}/texmf-dist/doc/latex/amsmath/testmath.pdf - -%files amsrefs -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/amsrefs/amsj.bib -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsra.bst -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsrn.bst -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsrs.bst -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsru.bst -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsry.bst -%{_texdir}/texmf-dist/tex/latex/amsrefs/amsbst.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/amsrefs.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/ifoption.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/mathscinet.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/pcatcode.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/rkeyval.sty -%{_texdir}/texmf-dist/tex/latex/amsrefs/textcmds.sty - -%files amsrefs-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrdoc.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrefs.faq -%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrefs.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/amsxport.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/changes.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xa.tex -%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xb.tex -%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xh.tex -%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xs.tex -%{_texdir}/texmf-dist/doc/latex/amsrefs/gktest.ltb -%{_texdir}/texmf-dist/doc/latex/amsrefs/ifoption.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/jr.bib -%{_texdir}/texmf-dist/doc/latex/amsrefs/mathscinet.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/pcatcode.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/rkeyval.pdf -%{_texdir}/texmf-dist/doc/latex/amsrefs/textcmds.pdf - -%files amstex -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/amstex.1* -%{_texdir}/texmf-dist/tex/amstex/base/amsppt.sti -%{_texdir}/texmf-dist/tex/amstex/base/amsppt.sty -%{_texdir}/texmf-dist/tex/amstex/base/amsppt1.tex -%{_texdir}/texmf-dist/tex/amstex/base/amstex.bug -%{_texdir}/texmf-dist/tex/amstex/base/amstex.tex -%{_texdir}/texmf-dist/tex/amstex/config/amstex.ini - -%files amstex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/amstex/base/README -%{_texdir}/texmf-dist/doc/amstex/base/amsguide.pdf -%{_texdir}/texmf-dist/doc/amstex/base/amsguide.tex -%{_texdir}/texmf-dist/doc/amstex/base/amsppt.doc -%{_texdir}/texmf-dist/doc/amstex/base/amsppt.faq -%{_texdir}/texmf-dist/doc/amstex/base/amstinst.ps.gz -%{_texdir}/texmf-dist/doc/amstex/base/amstinst.tex -%{_texdir}/texmf-dist/doc/amstex/base/joyerr.tex -%{_texdir}/texmf-dist/doc/amstex/base/joyerr2.tex - -%files tex -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/tex.1* - -%files tex-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/initex -%{_bindir}/tex - -%files amstex-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/amstex - -%files amsthdoc-it-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/README -%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.pdf -%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.tex - -%files animate -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/animate/animate.sty -%{_texdir}/texmf-dist/tex/latex/animate/animfp.sty - -%files animate-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/animate/ChangeLog -%{_texdir}/texmf-dist/doc/latex/animate/README -%{_texdir}/texmf-dist/doc/latex/animate/animate.pdf -%{_texdir}/texmf-dist/doc/latex/animate/animate.tex -%{_texdir}/texmf-dist/doc/latex/animate/files/bye_0.eps -%{_texdir}/texmf-dist/doc/latex/animate/files/bye_1.eps -%{_texdir}/texmf-dist/doc/latex/animate/files/bye_2.eps -%{_texdir}/texmf-dist/doc/latex/animate/files/bye_3.eps -%{_texdir}/texmf-dist/doc/latex/animate/files/click.mp3 -%{_texdir}/texmf-dist/doc/latex/animate/files/exp.mp -%{_texdir}/texmf-dist/doc/latex/animate/files/mailto.eps -%{_texdir}/texmf-dist/doc/latex/animate/files/pstmetronome.tex -%{_texdir}/texmf-dist/doc/latex/animate/files/scarab.mp - -%files anonchap -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/anonchap/anonchap.sty - -%files anonchap-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/anonchap/anonchap.pdf -%{_texdir}/texmf-dist/doc/latex/anonchap/anonchap.tex - -%files answers -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/answers/answers.sty - -%files answers-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/answers/ansexam1.tex -%{_texdir}/texmf-dist/doc/latex/answers/ansexam2.tex -%{_texdir}/texmf-dist/doc/latex/answers/ansexam3.tex -%{_texdir}/texmf-dist/doc/latex/answers/answers.pdf - -%files antiqua -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/afm/urw/antiqua/uaqr8ac.afm -%{_texdir}/texmf-dist/fonts/map/dvips/antiqua/uaq.map -%{_texdir}/texmf-dist/fonts/map/vtex/antiqua/uaq.ali -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr7tc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8ac.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8cc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8rc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8tc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqrc7tc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqrc8tc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro7tc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8cc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8rc.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8tc.tfm -%{_texdir}/texmf-dist/fonts/type1/urw/antiqua/uaqr8ac.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/antiqua/uaqr8ac.pfm -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr7tc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr8cc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr8tc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqrc7tc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqrc8tc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro7tc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro8cc.vf -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro8tc.vf -%{_texdir}/texmf-dist/tex/latex/antiqua/ot1uaq.fd -%{_texdir}/texmf-dist/tex/latex/antiqua/t1uaq.fd -%{_texdir}/texmf-dist/tex/latex/antiqua/ts1uaq.fd - -%files antiqua-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/antiqua/antiqua.txt -%{_texdir}/texmf-dist/doc/fonts/antiqua/uaqr8ac.afm.org - -%files antomega -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2de.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2es.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2la.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2pl.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2punct.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/babel2ru.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/bblgrk2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/dosrus2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/greek2punct.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/iso2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/isobaltic2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/isoce2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/isocyr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/isogrk2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/koirus2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/latcyr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/oldstyle.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/rhobre.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/rhonobre.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/tex2punct.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/texgrk2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2accents.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2lgr.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2lig.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2omega.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2t1.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uni2t2a.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uniutf2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/uppercase-dflt.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/win2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/winbaltic2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/wince2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/wincyr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-lig.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-longs.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-noj.ocp -%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-nouv.ocp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2de.otp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2es.otp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2la.otp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2pl.otp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2punct.otp -%{_texdir}/texmf-dist/omega/otp/antomega/babel2ru.otp -%{_texdir}/texmf-dist/omega/otp/antomega/bblgrk2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/dosrus2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/greek2punct.otp -%{_texdir}/texmf-dist/omega/otp/antomega/iso2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/isobaltic2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/isoce2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/isocyr2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/isogrk2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/koirus2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/latcyr2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/rhobre.otp -%{_texdir}/texmf-dist/omega/otp/antomega/rhonobre.otp -%{_texdir}/texmf-dist/omega/otp/antomega/tex2punct.otp -%{_texdir}/texmf-dist/omega/otp/antomega/texgrk2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2accents.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2lgr.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2lig.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2omega.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2t1.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uni2t2a.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uniutf2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/uppercase-dflt.otp -%{_texdir}/texmf-dist/omega/otp/antomega/win2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/winbaltic2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/wince2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/wincyr2uni.otp -%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-lig.otp -%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-longs.otp -%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-noj.otp -%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-nouv.otp -%{_texdir}/texmf-dist/tex/lambda/antomega/antomega.cfg -%{_texdir}/texmf-dist/tex/lambda/antomega/antomega.sty -%{_texdir}/texmf-dist/tex/lambda/antomega/grhyph16.tex -%{_texdir}/texmf-dist/tex/lambda/antomega/hyphen.cfg -%{_texdir}/texmf-dist/tex/lambda/antomega/language.dat.sample -%{_texdir}/texmf-dist/tex/lambda/antomega/lgc0700.def -%{_texdir}/texmf-dist/tex/lambda/antomega/lgrenc-antomega.def -%{_texdir}/texmf-dist/tex/lambda/antomega/ograhyph4.tex -%{_texdir}/texmf-dist/tex/lambda/antomega/ogrmhyph4.tex -%{_texdir}/texmf-dist/tex/lambda/antomega/ogrphyph4.tex -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-english.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-french.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-german.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-greek.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-latin.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-latvian.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-polish.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-russian.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/omega-spanish.ldf -%{_texdir}/texmf-dist/tex/lambda/antomega/ruhyph16.tex -%{_texdir}/texmf-dist/tex/lambda/antomega/t1enc-antomega.def -%{_texdir}/texmf-dist/tex/lambda/antomega/t2aenc-antomega.def -%{_texdir}/texmf-dist/tex/lambda/antomega/uni0100.def -%{_texdir}/texmf-dist/tex/lambda/antomega/uni0370.def -%{_texdir}/texmf-dist/tex/lambda/antomega/uni0400.def -%{_texdir}/texmf-dist/tex/lambda/antomega/uni1f00.def -%{_texdir}/texmf-dist/tex/lambda/antomega/ut1enc-antomega.def - -%files antomega-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/omega/antomega/README -%{_texdir}/texmf-dist/doc/omega/antomega/antomega.pdf - -%files omega -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/dvips/omega/config.omega -%{_texdir}/texmf-dist/dvips/omega/omega.cfg -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea1.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea1b.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea2.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea2b.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea3.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea3b.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omseco.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecob.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecobi.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecoi.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecx.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecy.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegr.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegrb.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegrbi.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegri.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omseha.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsehe.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omseip.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omsela.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omselab.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omselabi.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omselai.afm -%{_texdir}/texmf-dist/fonts/afm/public/omega/omseti.afm -%{_texdir}/texmf-dist/fonts/map/dvips/omega/omega.map -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omarab.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omarabb.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgc.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgcb.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgcbi.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgci.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucitt10.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucsltt10.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt10.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt12.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt8.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt9.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucvtt10.ofm -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omarab.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omarabb.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgc.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgcb.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgcbi.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgci.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucitt10.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucsltt10.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt10.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt12.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt8.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt9.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucvtt10.ovf -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omarab.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omarabb.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgc.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgcb.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgcbi.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgci.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucitt10.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucsltt10.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt10.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt12.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt8.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt9.ovp -%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucvtt10.ovp -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omding.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea1b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea3.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea3b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseco.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecob.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecobi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecoi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecx.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecy.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegrb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegrbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseha.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseip.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsela.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselab.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselabi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselai.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseti.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/omega/omssti.tfm -%{_texdir}/texmf-dist/fonts/type1/public/omega/omding.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea1b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea2.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea2b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea3.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea3b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omseco.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecob.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecobi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecoi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecy.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecyb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecyi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegrb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegrbi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegri.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omseha.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsehe.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omseip.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omsela.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omselab.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omselabi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omselai.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omseti.pfb -%{_texdir}/texmf-dist/fonts/type1/public/omega/omssti.pfb -%{_texdir}/texmf-dist/omega/ocp/char2uni/in646.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88591.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88592.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88593.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88594.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88595.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88596.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88597.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88598.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in88599.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859a.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859d.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859e.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859f.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859g.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inatari.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inav.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inbig5.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1250.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1251.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1252.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1253.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1254.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1255.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1256.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1257.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1258.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp866.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/incp874.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inebcdic.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/ingb.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inkoi8.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inmac.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inmsdos.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inmsdos2.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/innext.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inov.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inps2.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/insf1.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/insf2.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/intis620.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inucode.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inutf8.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inviet1.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inviet2.ocp -%{_texdir}/texmf-dist/omega/ocp/char2uni/inviscii.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7arb2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7ber2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7cyr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7hma2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7in88593.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7lbe2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7pap2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7pas2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7snd2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7syr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7tbe2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/7urd2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/8mac-arb2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/8mac-cyr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/apostr2psili.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2acad.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2amal.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2arab.ex.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2arab.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2asv.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2bout.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2mona.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2nar.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2nva.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2oar-novow.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cuni2oar.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/cunioara.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/dblquote-point.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/destroy.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/french2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/greek.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/grpo2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/grpotilde2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/inverted-iota-upsilon.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/isogr2uni-verbatim.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/isogr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/lat2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/lowercase.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/lunatesigma.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/macgr2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/medbeta.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/mixedgreek2uni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/tarauni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/test1.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/test3.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/tiqwah.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/tiqwah2.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/tsinduni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/turduuni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uni2cuni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uni2greek-verbatim.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uni2greek.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uni2lat-noffi.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uni2lat.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/unicuni.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uppercase-no-accents.ocp -%{_texdir}/texmf-dist/omega/ocp/omega/uppercase.ocp -%{_texdir}/texmf-dist/omega/ocp/uni2char/out88591.ocp -%{_texdir}/texmf-dist/omega/ocp/uni2char/oututf8.ocp -%{_texdir}/texmf-dist/omega/otp/char2uni/in646.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88591.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88592.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88593.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88594.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88595.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88596.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88597.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88598.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in88599.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in8859a.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in8859d.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in8859e.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in8859f.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/in8859g.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inatari.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inav.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inbig5.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1250.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1251.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1252.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1253.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1254.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1255.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1256.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1257.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp1258.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp866.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/incp874.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inebcdic.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/ingb.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inkoi8.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inmac.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inmsdos.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inmsdos2.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/innext.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inov.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inps2.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/insf1.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/insf2.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/intis620.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inucode.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inutf8.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inviet1.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inviet2.otp -%{_texdir}/texmf-dist/omega/otp/char2uni/inviscii.otp -%{_texdir}/texmf-dist/omega/otp/omega/7arb2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7ber2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7cyr2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7hma2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7in88593.otp -%{_texdir}/texmf-dist/omega/otp/omega/7lbe2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7pap2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7pas2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7snd2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7syr2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7tbe2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/7urd2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/8mac-arb2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/8mac-cyr2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/apostr2psili.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2acad.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2amal.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2arab.ex.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2asv.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2bout.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2mona.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2nar.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2nva.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2oar-novow.otp -%{_texdir}/texmf-dist/omega/otp/omega/cuni2oar.otp -%{_texdir}/texmf-dist/omega/otp/omega/dblquote-point.otp -%{_texdir}/texmf-dist/omega/otp/omega/destroy.otp -%{_texdir}/texmf-dist/omega/otp/omega/french2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/grpo2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/grpotilde2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/inverted-iota-upsilon.otp -%{_texdir}/texmf-dist/omega/otp/omega/isogr2uni-verbatim.otp -%{_texdir}/texmf-dist/omega/otp/omega/isogr2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/lat2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/lowercase.otp -%{_texdir}/texmf-dist/omega/otp/omega/lunatesigma.otp -%{_texdir}/texmf-dist/omega/otp/omega/macgr2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/medbeta.otp -%{_texdir}/texmf-dist/omega/otp/omega/mixedgreek2uni.otp -%{_texdir}/texmf-dist/omega/otp/omega/uni2cuni.otp -%{_texdir}/texmf-dist/omega/otp/omega/uni2greek-verbatim.otp -%{_texdir}/texmf-dist/omega/otp/omega/uni2greek.otp -%{_texdir}/texmf-dist/omega/otp/omega/uni2lat-noffi.otp -%{_texdir}/texmf-dist/omega/otp/omega/uni2lat.otp -%{_texdir}/texmf-dist/omega/otp/omega/uppercase-no-accents.otp -%{_texdir}/texmf-dist/omega/otp/omega/uppercase.otp -%{_texdir}/texmf-dist/omega/otp/uni2char/out88591.otp -%{_texdir}/texmf-dist/omega/otp/uni2char/oututf8.otp -%{_texdir}/texmf-dist/tex/generic/encodings/cmbsy.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmbx.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmcsc.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmex.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmmi.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmmib.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmr.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmr1.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmsl.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmsy.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmti.onm -%{_texdir}/texmf-dist/tex/generic/encodings/cmtt.onm -%{_texdir}/texmf-dist/tex/generic/encodings/ecrm.onm -%{_texdir}/texmf-dist/tex/generic/encodings/euex.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eufb.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eufm.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eurb.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eurm.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eusb.onm -%{_texdir}/texmf-dist/tex/generic/encodings/eusm.onm -%{_texdir}/texmf-dist/tex/generic/encodings/msam.onm -%{_texdir}/texmf-dist/tex/generic/encodings/msbm.onm -%{_texdir}/texmf-dist/tex/generic/omegahyph/bghyph.tex -%{_texdir}/texmf-dist/tex/generic/omegahyph/lthyph.tex -%{_texdir}/texmf-dist/tex/generic/omegahyph/srhyph.tex -%{_texdir}/texmf-dist/tex/plain/omega/grlccode.tex -%{_texdir}/texmf-dist/tex/plain/omega/omega.tex - -%files omega-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/omega/base/doc-1.8.tex -%{_texdir}/texmf-dist/doc/omega/base/torture.ps -%{_texdir}/texmf-dist/doc/omega/base/torture.tex - -%files antt -%defattr(-,root,root) -%doc gfsl.txt -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttb.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttbi.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcb.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcbi.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcl.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcli.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcm.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcmi.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcr.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcri.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttl.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttli.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttm.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttmi.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttr.afm -%{_texdir}/texmf-dist/fonts/afm/public/antt/anttri.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-cs.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ec.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-el.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-exp.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-greek.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-mi.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-qx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-rm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-sy.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2a.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2b.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2c.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t5.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-texnansi.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ts1.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-wncy.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-cs.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-ec.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-qx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-t5.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-texnansi.enc -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-cs.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ec.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-el.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ex.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-exp.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-greek.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-mi.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-qx.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-rm.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-sy.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2a.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2b.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2c.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t5.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-texnansi.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ts1.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-wncy.map -%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt.map -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-BoldItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-BoldItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Regular.otf -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttclcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttclicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttlcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttlicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttclcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttclicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttlcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttlicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttclcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttclicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttlcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttlicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttbz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcbz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttclz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcmz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcrz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttlz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttmz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttrz.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttclcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttclicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttlcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttlicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttclcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttclicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttlcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttlicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmicap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttrcap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttricap.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttmi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttri.tfm -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttbi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcbi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcl.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcli.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcmi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcri.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttl.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttli.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttmi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/antt/anttri.pfb -%{_texdir}/texmf-dist/tex/latex/antt/anttor.sty -%{_texdir}/texmf-dist/tex/latex/antt/antyktor.sty -%{_texdir}/texmf-dist/tex/latex/antt/il2antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/il2anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/il2anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/il2anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ly1antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/ly1anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ly1anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/ly1anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omlantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/omlanttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omlanttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/omlanttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omsantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/omsanttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omsanttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/omsanttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omxantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/omxanttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/omxanttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/omxanttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttcm.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlcm.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlm.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot1anttm.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot2antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot2anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot2anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot2anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot4antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot4anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot4anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/ot4anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/qxantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/qxanttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/qxanttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/qxanttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t1antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/t1anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t1anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/t1anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2aantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2aanttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2aanttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2aanttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2bantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2banttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2banttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2banttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2cantt.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2canttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2canttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/t2canttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t5antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/t5anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/t5anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/t5anttlc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ts1antt.fd -%{_texdir}/texmf-dist/tex/latex/antt/ts1anttc.fd -%{_texdir}/texmf-dist/tex/latex/antt/ts1anttl.fd -%{_texdir}/texmf-dist/tex/latex/antt/ts1anttlc.fd -%{_texdir}/texmf-dist/tex/plain/antt/antt-math.tex - -%files antt-doc -%defattr(-,root,root) -%doc gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf -%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf -%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-src-2_03.zip -%{_texdir}/texmf-dist/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt -%{_texdir}/texmf-dist/doc/fonts/antt/MANIFEST.txt -%{_texdir}/texmf-dist/doc/fonts/antt/README -%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-math.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-pl.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-t2a.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-t5.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-mathtest.tex -%{_texdir}/texmf-dist/doc/fonts/antt/antt-table.tex -%{_texdir}/texmf-dist/doc/latex/antt/README - -%files anufinalexam-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/anufinalexam/ANUfinalexam.tex -%{_texdir}/texmf-dist/doc/latex/anufinalexam/README - -%files anyfontsize -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty - -%files anyfontsize-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/anyfontsize/README -%{_texdir}/texmf-dist/doc/latex/anyfontsize/anyfontsize.pdf -%{_texdir}/texmf-dist/doc/latex/anyfontsize/anyfontsize.tex - -%files anysize -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/anysize/anysize.sty - -%files anysize-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/anysize/README -%{_texdir}/texmf-dist/doc/latex/anysize/anysize.pdf -%{_texdir}/texmf-dist/doc/latex/anysize/anysize.tex - -%files aomart -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/aomart/aomalpha.bst -%{_texdir}/texmf-dist/bibtex/bst/aomart/aomplain.bst -%{_texdir}/texmf-dist/tex/latex/aomart/aomart.cls - -%files aomart-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/aomart/Makefile -%{_texdir}/texmf-dist/doc/latex/aomart/README -%{_texdir}/texmf-dist/doc/latex/aomart/aomart.bib -%{_texdir}/texmf-dist/doc/latex/aomart/aomart.pdf -%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.bib -%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.pdf -%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.tex -%{_texdir}/texmf-dist/doc/latex/aomart/aomsample1.pdf -%{_texdir}/texmf-dist/doc/latex/aomart/aomsample1.tex -%{_texdir}/texmf-dist/doc/latex/aomart/fullref.pl - -%files apacite -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/apacite/apacann.bst -%{_texdir}/texmf-dist/bibtex/bst/apacite/apacannx.bst -%{_texdir}/texmf-dist/bibtex/bst/apacite/apacite.bst -%{_texdir}/texmf-dist/bibtex/bst/apacite/apacitex.bst -%{_texdir}/texmf-dist/tex/latex/apacite/apacdoc.sty -%{_texdir}/texmf-dist/tex/latex/apacite/apacite.sty -%{_texdir}/texmf-dist/tex/latex/apacite/dutch.apc -%{_texdir}/texmf-dist/tex/latex/apacite/english.apc -%{_texdir}/texmf-dist/tex/latex/apacite/finnish.apc -%{_texdir}/texmf-dist/tex/latex/apacite/french.apc -%{_texdir}/texmf-dist/tex/latex/apacite/german.apc -%{_texdir}/texmf-dist/tex/latex/apacite/greek.apc -%{_texdir}/texmf-dist/tex/latex/apacite/ngerman.apc -%{_texdir}/texmf-dist/tex/latex/apacite/norsk.apc -%{_texdir}/texmf-dist/tex/latex/apacite/spanish.apc -%{_texdir}/texmf-dist/tex/latex/apacite/swedish.apc - -%files apacite-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/apacite/README -%{_texdir}/texmf-dist/doc/bibtex/apacite/apa5ex.bib -%{_texdir}/texmf-dist/doc/bibtex/apacite/apacite.pdf -%{_texdir}/texmf-dist/doc/bibtex/apacite/apacxmpl.tex - -%files apalike2 -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/apalike2/apalike2.bst - -%files apa -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/apa/apa.cls -%{_texdir}/texmf-dist/tex/latex/apa/dutch.apa -%{_texdir}/texmf-dist/tex/latex/apa/english.apa -%{_texdir}/texmf-dist/tex/latex/apa/greek.apa - -%files apa-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/apa/APAendfloat.cfg -%{_texdir}/texmf-dist/doc/latex/apa/CHANGELOG.txt -%{_texdir}/texmf-dist/doc/latex/apa/LICENCE -%{_texdir}/texmf-dist/doc/latex/apa/README -%{_texdir}/texmf-dist/doc/latex/apa/apacls.html -%{_texdir}/texmf-dist/doc/latex/apa/apacls.txt -%{_texdir}/texmf-dist/doc/latex/apa/apaenum.txt -%{_texdir}/texmf-dist/doc/latex/apa/apaexample.tex -%{_texdir}/texmf-dist/doc/latex/apa/examplebib.bib -%{_texdir}/texmf-dist/doc/latex/apa/examples.txt - -%files apa6e -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/apa6e/apa6e.cls - -%files apa6e-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/apa6e/README -%{_texdir}/texmf-dist/doc/latex/apa6e/apa6e.pdf - -%files apa6 -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/apa6/apa6.cls -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAamerican.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAbritish.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAczech.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAdutch.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAenglish.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAgerman.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAgreek.txt -%{_texdir}/texmf-dist/tex/latex/apa6/config/APAngerman.txt - -%files apa6-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/apa6/README -%{_texdir}/texmf-dist/doc/latex/apa6/README.txt -%{_texdir}/texmf-dist/doc/latex/apa6/apa6.pdf -%{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas -%{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX/apa6.ptex -%{_texdir}/texmf-dist/doc/latex/apa6/samples/Figure1.pdf -%{_texdir}/texmf-dist/doc/latex/apa6/samples/bibliography.bib -%{_texdir}/texmf-dist/doc/latex/apa6/samples/longsample.tex -%{_texdir}/texmf-dist/doc/latex/apa6/samples/shortsample.tex - -%files appendixnumberbeamer -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty - -%files appendixnumberbeamer-doc -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/doc/latex/appendixnumberbeamer/README - -%files appendix -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/appendix/appendix.sty - -%files appendix-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/appendix/README -%{_texdir}/texmf-dist/doc/latex/appendix/appendix.pdf - -%files apprends-latex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/apprends-latex/Apprends_LaTeX.pdf -%{_texdir}/texmf-dist/doc/latex/apprends-latex/Apprends_LaTeX.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/README -%{_texdir}/texmf-dist/doc/latex/apprends-latex/avance.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/bibliographie-index.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/divers.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/graphisme.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/index.ist -%{_texdir}/texmf-dist/doc/latex/apprends-latex/latex.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/latexmkrc -%{_texdir}/texmf-dist/doc/latex/apprends-latex/typographie.bib -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/Makefile -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/beamer-themes.pl -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/beamer-titlepage.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/currvita.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-experience.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-extra.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-formation.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-langues.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-methodologies.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-references.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/letter.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/moderncv.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/polices.pl -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/scrlttr2.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/seraphin-lampion.jpg -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/slides.tex -%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/tikz.tex - -%files apptools -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/apptools/apptools.sty - -%files apptools-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/apptools/apptools-test.tex -%{_texdir}/texmf-dist/doc/latex/apptools/apptools.pdf - -%files arabi -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm -%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm -%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ararabeyes.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ardtpnaskh.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ardtpthuluth.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/armonotype.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/aromega.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/arsimplified.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/arunicode.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/farsitex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/farsiwebencoding.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frmonotype.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frsimple.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frsimplified.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frunicode.enc -%{_texdir}/texmf-dist/fonts/map/dvips/arabi/arabi.map -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_arab.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealbattar.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmateen.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmothnna.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealyermook.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aearab.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aecortoba.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aedimnah.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aefurat.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aegranada.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aegraph.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aehani.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aehor.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aekayrawan.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aekhalid.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aemashq.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aemetal.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenada.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenagham.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenice.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeostorah.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeouhod.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aepetra.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aerehan.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesalem.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeshado.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesharjah.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesindibad.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aetarablus.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aetholoth.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/homa.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazli.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazlib.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazlibout.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazliout.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/titr.tfm -%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/titrout.tfm -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_albattar.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almateen.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almothnna.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_alyermook.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_arab.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_cortoba.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_dimnah.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_furat.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_granada.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_graph.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_hani.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_hor.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_khalid.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_mashq.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_metal.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nada.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nagham.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nice.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_ostorah.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_ouhod.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_petra.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_rehan.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_salem.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_shado.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_sharjah.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_sindibad.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_tarablus.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_tholoth.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/homa.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/nazli.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/nazlib.pfb -%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/titr.pfb -%{_texdir}/texmf-dist/tex/latex/arabi/8859-6.def -%{_texdir}/texmf-dist/tex/latex/arabi/PPRarabic.sty -%{_texdir}/texmf-dist/tex/latex/arabi/arabi4ht.cfg -%{_texdir}/texmf-dist/tex/latex/arabi/arabic.cfg -%{_texdir}/texmf-dist/tex/latex/arabi/arabic.ldf -%{_texdir}/texmf-dist/tex/latex/arabi/arabicfnt.sty -%{_texdir}/texmf-dist/tex/latex/arabi/arabicore.sty -%{_texdir}/texmf-dist/tex/latex/arabi/arabiftoday.sty -%{_texdir}/texmf-dist/tex/latex/arabi/arabnovowel.sty -%{_texdir}/texmf-dist/tex/latex/arabi/arfonts.sty -%{_texdir}/texmf-dist/tex/latex/arabi/calendrierfpar.sty -%{_texdir}/texmf-dist/tex/latex/arabi/calendrierfpmodified.sty -%{_texdir}/texmf-dist/tex/latex/arabi/cp1256.def -%{_texdir}/texmf-dist/tex/latex/arabi/farsi.ldf -%{_texdir}/texmf-dist/tex/latex/arabi/farsifnt.sty -%{_texdir}/texmf-dist/tex/latex/arabi/fmultico.sty -%{_texdir}/texmf-dist/tex/latex/arabi/fnum.sty -%{_texdir}/texmf-dist/tex/latex/arabi/frfonts.sty -%{_texdir}/texmf-dist/tex/latex/arabi/haparabica.sty -%{_texdir}/texmf-dist/tex/latex/arabi/laeaealbattar.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmateen.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmohanadb.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmothnna.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaealyermook.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaearab.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaecortoba.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaedimnah.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaefurat.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaegranada.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaegraph.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaehani.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaehor.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaekayrawan.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaekhalid.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaemashq.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaemetal.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaenada.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaenagham.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaenice.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaeostorah.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaeouhod.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaepetra.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaerehan.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaesalem.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaeshado.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaesharjah.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaesindibad.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaetarablus.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeaetholoth.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeandlso.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeararial.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laearcour.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laearomega.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laearsimpo.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeartimes.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeasv.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laecmr.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laecmss.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laecmtt.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laedthuluth.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laedtpn.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laedtpnsp.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laeenc.def -%{_texdir}/texmf-dist/tex/latex/arabi/laeenc.dfu -%{_texdir}/texmf-dist/tex/latex/arabi/laekacstbook.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laemaghribi.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laenaskhi.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laereqaa.fd -%{_texdir}/texmf-dist/tex/latex/arabi/laetraditionalarabic.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lagally.sty -%{_texdir}/texmf-dist/tex/latex/arabi/lfecmr.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfecmss.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfecmtt.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfeelham.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfeenc.def -%{_texdir}/texmf-dist/tex/latex/arabi/lfefandlso.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfefarsismpl.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfefrarial.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfefrtimes.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfeftraditionalarabic.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfehoma.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfekoodak.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfenazli.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfenazliout.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lferoya.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfesmplarabic.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfeterafik.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfetitr.fd -%{_texdir}/texmf-dist/tex/latex/arabi/lfetitrout.fd -%{_texdir}/texmf-dist/tex/latex/arabi/mosq.def -%{_texdir}/texmf-dist/tex/latex/arabi/poetry.sty -%{_texdir}/texmf-dist/tex/latex/arabi/puenc-ar.def -%{_texdir}/texmf-dist/tex/latex/arabi/transcmr.fd -%{_texdir}/texmf-dist/tex/latex/arabi/translit.sty - -%files arabi-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arabi/README -%{_texdir}/texmf-dist/doc/latex/arabi/bblopts.cfg -%{_texdir}/texmf-dist/doc/latex/arabi/big2.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/big2.tex -%{_texdir}/texmf-dist/doc/latex/arabi/fontchart_arabic.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/fontchart_farsi.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/lion.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/lppl.tex -%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.css -%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.html -%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.tex -%{_texdir}/texmf-dist/doc/latex/arabi/test_beamer.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/testplaintex.pdf -%{_texdir}/texmf-dist/doc/latex/arabi/testplaintex.tex -%{_texdir}/texmf-dist/doc/latex/arabi/user_guide.pdf - -%files arabtex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/arabtex/arabtex.map -%{_texdir}/texmf-dist/fonts/source/public/arabtex/arabsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/hcaption.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/hcbase.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/hclassic.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash14.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash14bf.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashbase.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashchar.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashdia.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashdig.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashlig.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashspec.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xarbsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh14.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh14bf.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshbase.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshchar.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshdia.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshdig.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshlig.mf -%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshspec.mf -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/hcaption.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/hclassic.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/nash14.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/nash14bf.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/xnsh14.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/xnsh14bf.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/yarborn.tfm -%{_texdir}/texmf-dist/fonts/type1/public/arabtex/hcaption-4.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arabtex/hclassic-4.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arabtex/xnsh14.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arabtex/xnsh14bf.pfb -%{_texdir}/texmf-dist/tex/latex/arabtex/Uxnsh.fd -%{_texdir}/texmf-dist/tex/latex/arabtex/abidir.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/abjad.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aboxes.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/acjk.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/acmd.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aconfig.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aedpatch.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/afonts.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/afonts0.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/afonts1.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/afonts2.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/afoot.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/alatex.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aligs.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/alists.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/alocal.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/altxext.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/amac.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aoutput.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/aparse.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/apatch.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arababel.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabart.cls -%{_texdir}/texmf-dist/tex/latex/arabtex/arabaux.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabbook.cls -%{_texdir}/texmf-dist/tex/latex/arabtex/arabchrs.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabext.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabrep.cls -%{_texdir}/texmf-dist/tex/latex/arabtex/arabrep1.cls -%{_texdir}/texmf-dist/tex/latex/arabtex/arabskel.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabsymb.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex-doc.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/arabtoks.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/arwindoc.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/ascan.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/asect.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/asize10.clo -%{_texdir}/texmf-dist/tex/latex/arabtex/asize11.clo -%{_texdir}/texmf-dist/tex/latex/arabtex/asize12.clo -%{_texdir}/texmf-dist/tex/latex/arabtex/asmo449.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/asmo449a.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/atabg.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/atrans.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/awrite.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/bhs.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/bhslabel.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/buck.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/captions.def -%{_texdir}/texmf-dist/tex/latex/arabtex/cp1256.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/etrans.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/gedalin.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/guha.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/hebchrs.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hebsymb.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hebtex.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hebtex.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/hecmd.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts0.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts1.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts2.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/heparse.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hepatch.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hescan.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hetrans.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hewrite.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/hmac.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/isiri.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/iso88596.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/kashmiri.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/ligtable.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/malay.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/nashbf.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/omar.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/raw.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/saw.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/sindhi.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/sotoku.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/twoblks.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/uheb.fd -%{_texdir}/texmf-dist/tex/latex/arabtex/uighur.tex -%{_texdir}/texmf-dist/tex/latex/arabtex/unash.fd -%{_texdir}/texmf-dist/tex/latex/arabtex/utf8.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/utfcode.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/verses.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/witbhs.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/xarbskel.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/xarbsymb.sty -%{_texdir}/texmf-dist/tex/latex/arabtex/yiddish.sty - -%files arabtex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/announce.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex-doc.pdf -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.doc -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.faq -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.gif -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex1.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex2.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/changes.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/changes.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/changes2.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/chg311.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/chg311a.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/chg311b.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/chg311c.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/chg311d.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/guha.ps -%{_texdir}/texmf-dist/doc/latex/arabtex/hebrew.305 -%{_texdir}/texmf-dist/doc/latex/arabtex/install.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/lppl.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/malay.ps -%{_texdir}/texmf-dist/doc/latex/arabtex/manifest.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/miktex.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/miktex.mai -%{_texdir}/texmf-dist/doc/latex/arabtex/new1.gif -%{_texdir}/texmf-dist/doc/latex/arabtex/new2.gif -%{_texdir}/texmf-dist/doc/latex/arabtex/readme.305 -%{_texdir}/texmf-dist/doc/latex/arabtex/readme.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/refer.htm -%{_texdir}/texmf-dist/doc/latex/arabtex/sindhi.ps -%{_texdir}/texmf-dist/doc/latex/arabtex/tetex.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/uighur.ps -%{_texdir}/texmf-dist/doc/latex/arabtex/xarbsymb.dat - -%files arabxetex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.tec -%{_texdir}/texmf-dist/tex/xelatex/arabxetex/arabxetex.sty - -%files arabxetex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/README -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/arabxetex.pdf -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.pdf -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.tex -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/minimal.tex - -%files arara -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/scripts/arara/arara.jar -%{_texdir}/texmf-dist/scripts/arara/arara.sh -%{_texdir}/texmf-dist/scripts/arara/rules/biber.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/bibtex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/clean.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/dvips.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/frontespizio.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/latex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/lmkclean.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/lualatex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/lualatexmk.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/luatex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/make.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/makeglossaries.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/makeindex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/nomencl.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/pdflatex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/pdflatexmk.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/pdftex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/ps2pdf.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/sketch.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/songidx.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/tex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/xelatex.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/xelatexmk.yaml -%{_texdir}/texmf-dist/scripts/arara/rules/xetex.yaml - -%files arara-doc -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/doc/support/arara/README -%{_texdir}/texmf-dist/doc/support/arara/arara-usermanual.pdf -%{_texdir}/texmf-dist/doc/support/arara/arara-usermanual.tex -%{_texdir}/texmf-dist/doc/support/arara/arara.sty -%{_texdir}/texmf-dist/doc/support/arara/references.bib -%{_texdir}/texmf-dist/doc/support/arara/figures/arara.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-addcommand.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-addcompiler.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-araramenu.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-editcommands.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-listarara.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-newprofile.png -%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-settings.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-finish.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-langsel.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-license.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-packs.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-path.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-pathwarning.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-progress.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-welcome.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/uninstall-finish.png -%{_texdir}/texmf-dist/doc/support/arara/figures/installer/uninstall-welcome.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-config.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-newprofile.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-profiles.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texshop/texshop-arara.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-add.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-arara.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-prefs.png -%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-profile.png -%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-ararabutton.png -%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-menu.png -%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-optionsinterface.png - -%files arara-bin -%defattr(-,root,root) -%doc bsd.txt -%{_bindir}/arara - -%files arcs -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/arcs/arcs.sty - -%files arcs-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arcs/README -%{_texdir}/texmf-dist/doc/latex/arcs/arcs.pdf -%{_texdir}/texmf-dist/doc/latex/arcs/arcstest.tex - -%files arev -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Bold.afm -%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-BoldOblique.afm -%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Oblique.afm -%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Roman.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevoml.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevoms.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevot1.enc -%{_texdir}/texmf-dist/fonts/map/dvips/arev/arev.map -%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Bold.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-BoldOblique.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Oblique.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Roman.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favbi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favbi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmbi7m.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmr7y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmri7m.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/favri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmbi7m.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmr7y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmri7m.tfm -%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Bold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-BoldOblique.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Oblique.pfb -%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Roman.pfb -%{_texdir}/texmf-dist/fonts/vf/public/arev/favb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/favbi8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/favr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/favri8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmb7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmbi7m.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmr7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmr7y.vf -%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmri7m.vf -%{_texdir}/texmf-dist/tex/latex/arev/ams-mdbch.sty -%{_texdir}/texmf-dist/tex/latex/arev/arev.sty -%{_texdir}/texmf-dist/tex/latex/arev/arevmath.sty -%{_texdir}/texmf-dist/tex/latex/arev/arevsymbols.tex -%{_texdir}/texmf-dist/tex/latex/arev/arevtext.sty -%{_texdir}/texmf-dist/tex/latex/arev/omlzavm.fd -%{_texdir}/texmf-dist/tex/latex/arev/omszavm.fd -%{_texdir}/texmf-dist/tex/latex/arev/ot1zavm.fd -%{_texdir}/texmf-dist/tex/latex/arev/t1fav.fd -%{_texdir}/texmf-dist/tex/latex/arev/uzavm.fd - -%files arev-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/arev/ArevSansLicense.txt -%{_texdir}/texmf-dist/doc/fonts/arev/BitstreamVeraLicense.txt -%{_texdir}/texmf-dist/doc/fonts/arev/ChangeLog -%{_texdir}/texmf-dist/doc/fonts/arev/GPLv2.txt -%{_texdir}/texmf-dist/doc/fonts/arev/LPPLv1-3a.txt -%{_texdir}/texmf-dist/doc/fonts/arev/Makefile -%{_texdir}/texmf-dist/doc/fonts/arev/README -%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.lyx -%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.pdf -%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.tex -%{_texdir}/texmf-dist/doc/fonts/arev/fontsample.tex -%{_texdir}/texmf-dist/doc/fonts/arev/mathtesty.pdf -%{_texdir}/texmf-dist/doc/fonts/arev/mathtesty.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-arev.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-cmbright.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-cmss.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-header.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-helvetica.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-kerkis.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-lcmss.tex -%{_texdir}/texmf-dist/doc/fonts/arev/prosper-text.tex - -%files archaic -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/archaic/aram10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/copsn10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/cugar10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/cypr10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/etr10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/fut10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/givbc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/gvibc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/linb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/nab10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/oandsi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/oandsu10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/phnc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/pmhg.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/proto10.afm -%{_texdir}/texmf-dist/fonts/afm/public/archaic/sarab10.afm -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/aramaic.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/archaicprw.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/cypriot.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/etruscan.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/fut10.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/greek4cbc.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/greek6cbc.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/hieroglf.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/linearb.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/nabatean.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/oands.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/oldprsn.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/phoenician.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/protosem.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/sarabian.map -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/ugarite.map -%{_texdir}/texmf-dist/fonts/source/public/archaic/copsn10.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/givbc10.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/gvibc10.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/sarab10.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/vik10.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/vikglyph.mf -%{_texdir}/texmf-dist/fonts/source/public/archaic/viktitle.mf -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/aram10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/copsn10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/cugar10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/cypr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/etr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/fut10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/givbc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/gvibc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/linb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/nab10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/oandsi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/oandsu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/phnc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/pmhg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/proto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/sarab10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/vik10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/archaic/aram10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/copsn10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/cugar10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/cypr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/etr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/fut10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/givbc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/gvibc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/linb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/nab10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/oandsi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/oandsu10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/phnc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/pmhg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/proto10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/archaic/sarab10.pfb -%{_texdir}/texmf-dist/tex/latex/archaic/aramaic.sty -%{_texdir}/texmf-dist/tex/latex/archaic/cypriot.sty -%{_texdir}/texmf-dist/tex/latex/archaic/etruscan.sty -%{_texdir}/texmf-dist/tex/latex/archaic/greek4cbc.sty -%{_texdir}/texmf-dist/tex/latex/archaic/greek6cbc.sty -%{_texdir}/texmf-dist/tex/latex/archaic/hieroglf.sty -%{_texdir}/texmf-dist/tex/latex/archaic/linearb.sty -%{_texdir}/texmf-dist/tex/latex/archaic/nabatean.sty -%{_texdir}/texmf-dist/tex/latex/archaic/oands.sty -%{_texdir}/texmf-dist/tex/latex/archaic/oldprsn.sty -%{_texdir}/texmf-dist/tex/latex/archaic/ot1aram.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1copsn.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1cugar.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1cypr.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1etr.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1fut.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1givbc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1gvibc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1nab.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1oands.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1phnc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1pmhg.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1proto.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1sarab.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ot1vik.fd -%{_texdir}/texmf-dist/tex/latex/archaic/phoenician.sty -%{_texdir}/texmf-dist/tex/latex/archaic/protosem.sty -%{_texdir}/texmf-dist/tex/latex/archaic/runic.sty -%{_texdir}/texmf-dist/tex/latex/archaic/sarabian.sty -%{_texdir}/texmf-dist/tex/latex/archaic/t1aram.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1copsn.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1cugar.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1cypr.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1etr.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1fut.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1givbc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1gvibc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1linb.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1nab.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1oands.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1phnc.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1pmhg.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1proto.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1sarab.fd -%{_texdir}/texmf-dist/tex/latex/archaic/t1vik.fd -%{_texdir}/texmf-dist/tex/latex/archaic/ugarite.sty -%{_texdir}/texmf-dist/tex/latex/archaic/viking.sty - -%files archaic-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/archaic/README.PRW -%{_texdir}/texmf-dist/doc/fonts/archaic/aramaic-README -%{_texdir}/texmf-dist/doc/fonts/archaic/aramaic.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/asamples.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/asamples.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/cypriot-README -%{_texdir}/texmf-dist/doc/fonts/archaic/cypriot.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/etruscan-README -%{_texdir}/texmf-dist/doc/fonts/archaic/etruscan.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-README -%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-README -%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-README -%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/linearb-README -%{_texdir}/texmf-dist/doc/fonts/archaic/linearb.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/nabatean-README -%{_texdir}/texmf-dist/doc/fonts/archaic/nabatean.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/oands-README -%{_texdir}/texmf-dist/doc/fonts/archaic/oands.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/oldprsn-README -%{_texdir}/texmf-dist/doc/fonts/archaic/oldprsn.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-README -%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-tryphnc.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-tryphnc.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/protosem-README -%{_texdir}/texmf-dist/doc/fonts/archaic/protosem.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/runic-README -%{_texdir}/texmf-dist/doc/fonts/archaic/runic.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/sarabian-README -%{_texdir}/texmf-dist/doc/fonts/archaic/sarabian.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryaramaic.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryaramaic.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/trycypriot.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/trycypriot.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryetruscan.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryetruscan.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/trylinearb.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/trylinearb.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/trynabatean.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/trynabatean.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryoands.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryoands.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryoldprsn.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryoldprsn.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryprotosem.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryprotosem.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryrunic.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryrunic.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/trysarabian.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/trysarabian.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/tryugarite.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/tryugarite.tex -%{_texdir}/texmf-dist/doc/fonts/archaic/ugarite-README -%{_texdir}/texmf-dist/doc/fonts/archaic/ugarite.pdf -%{_texdir}/texmf-dist/doc/fonts/archaic/viking-README -%{_texdir}/texmf-dist/doc/fonts/archaic/viking-try_vik.tex - -%files around-the-bend-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/around-the-bend/AroundTheBend.pdf -%{_texdir}/texmf-dist/doc/generic/around-the-bend/AroundTheBend.tex -%{_texdir}/texmf-dist/doc/generic/around-the-bend/README - -%files arphic -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/dvips/arphic/config.bkaiu -%{_texdir}/texmf-dist/dvips/arphic/config.bsmiu -%{_texdir}/texmf-dist/dvips/arphic/config.gbsnu -%{_texdir}/texmf-dist/dvips/arphic/config.gkaiu -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu00.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu02.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu03.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu20.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu21.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu22.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu25.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu26.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu30.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu31.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu32.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu33.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu50.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu51.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu52.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu53.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu54.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu55.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu56.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu57.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu58.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu59.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu60.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu61.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu62.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu63.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu64.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu65.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu66.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu67.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu68.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu69.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu70.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu71.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu72.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu73.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu74.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu75.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu76.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu77.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu78.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu79.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu80.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu81.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu82.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu83.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu84.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu85.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu86.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu87.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu88.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu89.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu90.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu91.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu92.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu93.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu94.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu95.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu96.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu97.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu98.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu99.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuee.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf6.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf7.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf8.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiufa.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiufe.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuff.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuv.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu00.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu02.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu03.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu20.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu21.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu22.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu25.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu26.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu30.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu31.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu32.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu33.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu50.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu51.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu52.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu53.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu54.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu55.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu56.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu57.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu58.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu59.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu60.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu61.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu62.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu63.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu64.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu65.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu66.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu67.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu68.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu69.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu70.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu71.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu72.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu73.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu74.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu75.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu76.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu77.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu78.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu79.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu80.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu81.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu82.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu83.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu84.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu85.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu86.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu87.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu88.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu89.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu90.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu91.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu92.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu93.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu94.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu95.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu96.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu97.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu98.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu99.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuee.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf6.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf7.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf8.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiufa.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiufe.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuff.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuv.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu00.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu01.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu02.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu03.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu04.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu20.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu21.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu22.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu23.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu24.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu25.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu26.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu30.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu31.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu32.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu50.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu51.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu52.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu53.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu54.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu55.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu56.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu57.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu58.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu59.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu60.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu61.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu62.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu63.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu64.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu65.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu66.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu67.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu68.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu69.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu70.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu71.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu72.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu73.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu74.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu75.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu76.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu77.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu78.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu79.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu80.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu81.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu82.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu83.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu84.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu85.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu86.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu87.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu88.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu89.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu90.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu91.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu92.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu93.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu94.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu95.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu96.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu97.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu98.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu99.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnufe.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnuff.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu00.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu01.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu02.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu03.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu04.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu20.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu21.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu22.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu23.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu24.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu25.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu26.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu30.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu31.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu32.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu50.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu51.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu52.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu53.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu54.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu55.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu56.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu57.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu58.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu59.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu60.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu61.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu62.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu63.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu64.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu65.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu66.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu67.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu68.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu69.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu70.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu71.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu72.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu73.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu74.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu75.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu76.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu77.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu78.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu79.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu80.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu81.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu82.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu83.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu84.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu85.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu86.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu87.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu88.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu89.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8d.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu90.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu91.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu92.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu93.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu94.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu95.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu96.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu97.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu98.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu99.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9a.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9b.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9c.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9e.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9f.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiufe.afm -%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiuff.afm -%{_texdir}/texmf-dist/fonts/map/dvips/arphic/bkaiu.map -%{_texdir}/texmf-dist/fonts/map/dvips/arphic/bsmiu.map -%{_texdir}/texmf-dist/fonts/map/dvips/arphic/gbsnu.map -%{_texdir}/texmf-dist/fonts/map/dvips/arphic/gkaiu.map -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp05.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp06.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp07.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp08.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp09.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp10.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp11.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp12.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp13.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp14.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp15.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp16.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp17.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp18.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp19.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp27.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp28.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp29.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp33.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp34.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp35.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp36.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp37.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp38.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp39.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp40.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp41.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp42.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp43.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp44.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp45.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp46.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp47.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp48.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp49.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimpv.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu33.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu56.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu57.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu58.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu59.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu60.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu61.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu62.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu63.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu64.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu65.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu66.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu67.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu68.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu69.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu70.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu71.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu72.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu73.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu74.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu75.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu76.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu77.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu78.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu79.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu80.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu81.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu82.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu83.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu84.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu85.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu86.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu87.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu88.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu89.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu90.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu91.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu92.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu93.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu94.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu95.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu96.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu97.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu98.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu99.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuee.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf6.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf7.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf8.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufa.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufe.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuff.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuv.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp05.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp06.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp07.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp08.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp09.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp10.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp11.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp12.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp13.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp14.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp15.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp16.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp17.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp18.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp19.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp27.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp28.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp29.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp33.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp34.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp35.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp36.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp37.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp38.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp39.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp40.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp41.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp42.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp43.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp44.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp45.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp46.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp47.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp48.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp49.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilpv.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu33.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu56.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu57.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu58.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu59.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu60.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu61.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu62.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu63.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu64.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu65.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu66.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu67.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu68.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu69.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu70.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu71.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu72.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu73.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu74.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu75.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu76.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu77.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu78.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu79.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu80.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu81.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu82.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu83.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu84.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu85.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu86.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu87.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu88.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu89.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu90.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu91.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu92.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu93.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu94.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu95.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu96.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu97.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu98.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu99.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuee.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf6.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf7.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf8.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufa.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufe.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuff.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuv.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp06.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp07.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp08.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp09.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp10.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp11.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp12.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp13.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp14.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp15.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp16.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp17.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp18.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp19.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp24.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp27.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp28.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp29.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu24.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu56.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu57.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu58.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu59.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu60.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu61.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu62.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu63.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu64.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu65.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu66.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu67.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu68.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu69.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu70.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu71.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu72.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu73.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu74.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu75.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu76.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu77.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu78.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu79.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu80.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu81.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu82.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu83.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu84.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu85.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu86.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu87.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu88.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu89.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu90.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu91.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu92.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu93.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu94.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu95.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu96.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu97.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu98.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu99.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnufe.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnuff.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp06.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp07.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp08.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp09.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp10.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp11.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp12.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp13.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp14.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp15.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp16.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp17.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp18.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp19.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp24.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp27.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp28.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp29.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu00.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu01.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu02.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu03.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu04.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu20.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu21.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu22.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu23.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu24.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu25.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu26.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu31.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu32.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu50.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu51.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu52.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu53.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu54.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu55.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu56.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu57.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu58.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu59.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu60.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu61.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu62.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu63.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu64.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu65.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu66.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu67.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu68.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu69.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu70.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu71.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu72.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu73.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu74.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu75.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu76.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu77.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu78.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu79.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu80.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu81.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu82.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu83.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu84.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu85.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu86.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu87.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu88.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu89.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu90.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu91.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu92.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu93.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu94.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu95.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu96.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu97.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu98.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu99.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiufe.tfm -%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiuff.tfm -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu00.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu02.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu03.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu20.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu21.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu22.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu25.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu26.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu30.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu31.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu32.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu33.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu50.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu51.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu52.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu53.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu54.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu55.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu56.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu57.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu58.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu59.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu60.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu61.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu62.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu63.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu64.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu65.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu66.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu67.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu68.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu69.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu70.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu71.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu72.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu73.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu74.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu75.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu76.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu77.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu78.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu79.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu80.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu81.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu82.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu83.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu84.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu85.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu86.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu87.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu88.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu89.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu90.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu91.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu92.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu93.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu94.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu95.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu96.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu97.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu98.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu99.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuee.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf6.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf7.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf8.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiufa.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiufe.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuff.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuv.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu00.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu02.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu03.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu20.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu21.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu22.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu25.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu26.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu30.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu31.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu32.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu33.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu50.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu51.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu52.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu53.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu54.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu55.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu56.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu57.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu58.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu59.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu60.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu61.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu62.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu63.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu64.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu65.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu66.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu67.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu68.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu69.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu70.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu71.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu72.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu73.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu74.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu75.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu76.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu77.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu78.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu79.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu80.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu81.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu82.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu83.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu84.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu85.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu86.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu87.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu88.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu89.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu90.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu91.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu92.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu93.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu94.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu95.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu96.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu97.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu98.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu99.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuee.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf6.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf7.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf8.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiufa.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiufe.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuff.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuv.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu00.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu01.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu02.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu03.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu04.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu20.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu21.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu22.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu23.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu24.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu25.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu26.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu30.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu31.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu32.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu50.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu51.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu52.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu53.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu54.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu55.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu56.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu57.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu58.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu59.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu60.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu61.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu62.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu63.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu64.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu65.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu66.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu67.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu68.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu69.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu70.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu71.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu72.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu73.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu74.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu75.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu76.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu77.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu78.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu79.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu80.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu81.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu82.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu83.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu84.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu85.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu86.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu87.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu88.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu89.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu90.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu91.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu92.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu93.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu94.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu95.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu96.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu97.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu98.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu99.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnufe.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnuff.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu00.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu01.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu02.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu03.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu04.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu20.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu21.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu22.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu23.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu24.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu25.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu26.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu30.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu31.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu32.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu50.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu51.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu52.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu53.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu54.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu55.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu56.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu57.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu58.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu59.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu60.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu61.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu62.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu63.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu64.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu65.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu66.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu67.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu68.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu69.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu70.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu71.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu72.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu73.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu74.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu75.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu76.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu77.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu78.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu79.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu80.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu81.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu82.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu83.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu84.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu85.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu86.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu87.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu88.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu89.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8d.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu90.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu91.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu92.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu93.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu94.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu95.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu96.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu97.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu98.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu99.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9a.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9b.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9c.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9e.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9f.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiufe.pfb -%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiuff.pfb -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp00.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp01.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp02.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp03.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp04.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp05.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp06.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp07.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp08.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp09.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp10.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp11.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp12.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp13.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp14.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp15.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp16.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp17.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp18.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp19.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp20.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp21.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp22.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp23.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp25.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp26.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp27.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp28.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp29.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp30.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp31.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp32.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp33.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp34.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp35.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp36.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp37.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp38.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp39.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp40.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp41.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp42.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp43.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp44.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp45.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp46.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp47.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp48.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp49.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp50.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp51.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp52.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp53.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp54.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp55.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimpv.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp00.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp01.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp02.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp03.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp04.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp05.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp06.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp07.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp08.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp09.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp10.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp11.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp12.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp13.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp14.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp15.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp16.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp17.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp18.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp19.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp20.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp21.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp22.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp23.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp25.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp26.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp27.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp28.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp29.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp30.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp31.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp32.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp33.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp34.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp35.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp36.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp37.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp38.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp39.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp40.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp41.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp42.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp43.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp44.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp45.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp46.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp47.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp48.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp49.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp50.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp51.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp52.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp53.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp54.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp55.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilpv.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp00.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp01.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp02.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp03.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp04.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp06.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp07.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp08.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp09.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp10.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp11.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp12.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp13.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp14.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp15.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp16.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp17.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp18.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp19.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp20.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp21.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp22.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp23.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp24.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp25.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp26.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp27.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp28.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp29.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp30.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp31.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp32.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp00.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp01.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp02.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp03.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp04.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp06.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp07.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp08.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp09.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp10.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp11.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp12.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp13.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp14.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp15.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp16.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp17.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp18.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp19.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp20.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp21.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp22.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp23.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp24.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp25.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp26.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp27.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp28.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp29.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp30.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp31.vf -%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp32.vf - -%files arphic-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/fonts/arphic/arphic-sampler.pdf -%{_texdir}/texmf-dist/doc/fonts/arphic/arphic-sampler.tex -%{_texdir}/texmf-dist/doc/fonts/arphic/bkaiu/README -%{_texdir}/texmf-dist/doc/fonts/arphic/bsmiu/README -%{_texdir}/texmf-dist/doc/fonts/arphic/gbsnu/README -%{_texdir}/texmf-dist/doc/fonts/arphic/gkaiu/README - -%files arrayjobx -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/arrayjobx/arrayjob.sty -%{_texdir}/texmf-dist/tex/generic/arrayjobx/arrayjobx.sty - -%files arrayjobx-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/arrayjobx/README -%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjob.pdf -%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjob.tex -%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjobx.pdf -%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjobx.tex - -%files arsclassica -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/makeindex/arsclassica/classic.ist -%{_texdir}/texmf-dist/tex/latex/arsclassica/arsclassica.sty - -%files arsclassica-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf -%{_texdir}/texmf-dist/doc/latex/arsclassica/ArsClassica.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/Bibliography.bib -%{_texdir}/texmf-dist/doc/latex/arsclassica/CHANGES -%{_texdir}/texmf-dist/doc/latex/arsclassica/README -%{_texdir}/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Contents.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Index.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titleback.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex -%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Birds.jpg -%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_1.jpg -%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_2.jpg -%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_3.jpg -%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_4.jpg - -%files articleingud -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/articleingud/articleingud.cls - -%files articleingud-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/articleingud/README -%{_texdir}/texmf-dist/doc/latex/articleingud/articleingud.pdf -%{_texdir}/texmf-dist/doc/latex/articleingud/plantilla.tex -%{_texdir}/texmf-dist/doc/latex/articleingud/template.tex - -%files arydshln -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/arydshln/arydshln.sty - -%files arydshln-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arydshln/README -%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln-man.pdf -%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln-man.tex -%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln.pdf - -%files asaetr -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/bibtex/bst/asaetr/asaetr.bst -%{_texdir}/texmf-dist/tex/latex/asaetr/asaesub.sty -%{_texdir}/texmf-dist/tex/latex/asaetr/asaetr.cls -%{_texdir}/texmf-dist/tex/latex/asaetr/asaetr.sty - -%files asaetr-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/asaetr/MANIFEST -%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.bib -%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.pdf -%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.tex -%{_texdir}/texmf-dist/doc/latex/asaetr/cmcscsl10.mf - -%files asana-math -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf -%{_texdir}/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf - -%files asana-math-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/Asana-Math/FontLog.txt -%{_texdir}/texmf-dist/doc/fonts/Asana-Math/README - -%files ascelike -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ascelike/ascelike.bst -%{_texdir}/texmf-dist/tex/latex/ascelike/ascelike.cls - -%files ascelike-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ascelike/README -%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.bib -%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.pdf -%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.tex - -%files ascii -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/ascii/ascii.map -%{_texdir}/texmf-dist/fonts/tfm/public/ascii/ASCII.tfm -%{_texdir}/texmf-dist/fonts/type1/public/ascii/ASCII.pfb -%{_texdir}/texmf-dist/tex/latex/ascii/ascii.sty - -%files ascii-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ascii/ascii2006.pdf -%{_texdir}/texmf-dist/doc/fonts/ascii/asciisty1994.pdf - -%files aspectratio -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/aspectratio/aspectratio.map -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar10.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar12.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar6.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar7.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar8.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar9.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb10.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb12.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb5.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb6.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb7.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb8.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb9.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arssbi10.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/artti10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/amarbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/amarri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/aparbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/aparri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arssbi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/artti10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/amarbi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/amarri.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arssbi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arssi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/artti10.pfb -%{_texdir}/texmf-dist/tex/latex/aspectratio/ar.sty - -%files aspectratio-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aspectratio/ar.pdf -%{_texdir}/texmf-dist/doc/latex/aspectratio/ar.tex - -%files assignment -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/assignment/assignment.cls - -%files assignment-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/assignment/Changelog -%{_texdir}/texmf-dist/doc/latex/assignment/LICENSE -%{_texdir}/texmf-dist/doc/latex/assignment/README -%{_texdir}/texmf-dist/doc/latex/assignment/assignment.pdf -%{_texdir}/texmf-dist/doc/latex/assignment/assignment.tex - -%files astro -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.cal -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.cmn -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.mac -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.mf -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.uni -%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.xtr -%{_texdir}/texmf-dist/fonts/tfm/public/astro/astrosym.tfm - -%files astro-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/astro/astrosym.tex -%{_texdir}/texmf-dist/doc/fonts/astro/astrosym.txt - -%files asyfig -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/asyfig/asyalign.sty -%{_texdir}/texmf-dist/tex/latex/asyfig/asyfig.sty -%{_texdir}/texmf-dist/tex/latex/asyfig/asyprocess.sty - -%files asyfig-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/asyfig/README -%{_texdir}/texmf-dist/doc/latex/asyfig/asyfig.pdf -%{_texdir}/texmf-dist/doc/latex/asyfig/example/frf.asy -%{_texdir}/texmf-dist/doc/latex/asyfig/example/test-asyfig.tex - -%files attachfile -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/attachfile/attachfile.sty - -%files attachfile-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/attachfile/README -%{_texdir}/texmf-dist/doc/latex/attachfile/attachfile.pdf - -%files augie -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/augie/augie___.afm -%{_texdir}/texmf-dist/fonts/map/dvips/augie/augie.map -%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie___.tfm -%{_texdir}/texmf-dist/fonts/type1/public/augie/augie___.pfb -%{_texdir}/texmf-dist/fonts/vf/public/augie/augie7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/augie/augie8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/augie/augie8t.vf -%{_texdir}/texmf-dist/tex/latex/augie/ot1augie.fd -%{_texdir}/texmf-dist/tex/latex/augie/t1augie.fd -%{_texdir}/texmf-dist/tex/latex/augie/ts1augie.fd - -%files augie-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/augie/README.augie -%{_texdir}/texmf-dist/doc/latex/augie/augie.txt -%{_texdir}/texmf-dist/doc/latex/augie/other/Augie___.pfm -%{_texdir}/texmf-dist/doc/latex/augie/other/augie___.inf -%{_texdir}/texmf-dist/doc/latex/augie/vtex/augie.ali - -%files auncial-new -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/auncial-new/auncl10.afm -%{_texdir}/texmf-dist/fonts/afm/public/auncial-new/aunclb10.afm -%{_texdir}/texmf-dist/fonts/map/dvips/auncial-new/auncial.map -%{_texdir}/texmf-dist/fonts/tfm/public/auncial-new/auncl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/auncial-new/aunclb10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/auncial-new/auncl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/auncial-new/aunclb10.pfb -%{_texdir}/texmf-dist/tex/latex/auncial-new/allauncl.sty -%{_texdir}/texmf-dist/tex/latex/auncial-new/auncial.sty -%{_texdir}/texmf-dist/tex/latex/auncial-new/b1auncl.fd - -%files auncial-new-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/auncial-new/README -%{_texdir}/texmf-dist/doc/fonts/auncial-new/auncial.pdf -%{_texdir}/texmf-dist/doc/fonts/auncial-new/tryauncial.pdf -%{_texdir}/texmf-dist/doc/fonts/auncial-new/tryauncial.tex - -%files aurical -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogo.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBold.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicus.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivana.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBold.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatba.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBold.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaRslant.afm -%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaSlant.afm -%{_texdir}/texmf-dist/fonts/map/dvips/aurical/aurical.map -%{_texdir}/texmf-dist/fonts/source/public/aurical/aurical_source.zip -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBold.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivana.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatba.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBold.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivana.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatba.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaRslant.pfb -%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaSlant.pfb -%{_texdir}/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd -%{_texdir}/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd -%{_texdir}/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd -%{_texdir}/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd -%{_texdir}/texmf-dist/tex/latex/aurical/aurical.sty - -%files aurical-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aurical/aurical.pdf -%{_texdir}/texmf-dist/doc/latex/aurical/aurical.tex - -%files authoraftertitle -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty - -%files authoraftertitle-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf -%{_texdir}/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex - -%files authorindex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/authorindex/authorindex -%{_texdir}/texmf-dist/tex/latex/authorindex/authorindex.sty - -%files authorindex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/authorindex/COPYING -%{_texdir}/texmf-dist/doc/latex/authorindex/NEWS -%{_texdir}/texmf-dist/doc/latex/authorindex/README -%{_texdir}/texmf-dist/doc/latex/authorindex/authorindex.pdf -%{_texdir}/texmf-dist/doc/latex/authorindex/authorindex.tex - -%files authorindex-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/authorindex - -%files autoarea -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/autoarea/autoarea.sty - -%files autoarea-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/autoarea/ANNOUNCE.txt -%{_texdir}/texmf-dist/doc/latex/autoarea/README.aa -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/README.autodemo -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.log -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.pdf -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.tex -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.log -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.pdf -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.tex -%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo.tex - -%files automata -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/metapost/automata/automata.mp - -%files automata-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/automata/README -%{_texdir}/texmf-dist/doc/metapost/automata/example.mp -%{_texdir}/texmf-dist/doc/metapost/automata/example.pdf -%{_texdir}/texmf-dist/doc/metapost/automata/example.tex - -%files autonum -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/autonum/autonum.sty - -%files autonum-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/autonum/README -%{_texdir}/texmf-dist/doc/latex/autonum/autonum.pdf -%{_texdir}/texmf-dist/doc/latex/autonum/test-autonum.pdf - -%files autopdf -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/autopdf/autopdf.sty - -%files autopdf-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/autopdf/README -%{_texdir}/texmf-dist/doc/latex/autopdf/autopdf.pdf - -%files auto-pst-pdf -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/auto-pst-pdf/auto-pst-pdf.sty - -%files auto-pst-pdf-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/README -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.tex -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example-psfrag.tex -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example.eps -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example.tex - -%files avantgar -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/dvips/avantgar/config.uag -%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagd8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagdo8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagk8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagko8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagb8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagbi8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagd8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagdo8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagk8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagko8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagr8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagri8a.afm -%{_texdir}/texmf-dist/fonts/map/dvips/avantgar/uag.map -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8t.tfm -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfm -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagkc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagkc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagrc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagrc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro8t.vf -%{_texdir}/texmf-dist/tex/latex/avantgar/8ruag.fd -%{_texdir}/texmf-dist/tex/latex/avantgar/omluag.fd -%{_texdir}/texmf-dist/tex/latex/avantgar/omsuag.fd -%{_texdir}/texmf-dist/tex/latex/avantgar/ot1uag.fd -%{_texdir}/texmf-dist/tex/latex/avantgar/t1uag.fd -%{_texdir}/texmf-dist/tex/latex/avantgar/ts1uag.fd - -%files a0poster -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/a0poster/a0poster.cls -%{_texdir}/texmf-dist/tex/latex/a0poster/a0size.sty - -%files a0poster-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/a0poster/a0.pdf -%{_texdir}/texmf-dist/doc/latex/a0poster/a0.tex -%{_texdir}/texmf-dist/doc/latex/a0poster/a0_eng.pdf -%{_texdir}/texmf-dist/doc/latex/a0poster/a0_eng.tex - -%files a2ping -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/a2ping.1* -%{_texdir}/texmf-dist/scripts/a2ping/a2ping.pl - -%files a2ping-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/a2ping - -%files a4wide -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/a4wide/a4wide.sty - -%files a4wide-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/a4wide/a4wide.pdf -%{_texdir}/texmf-dist/doc/latex/a4wide/a4wide.tex - -%files a5comb -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/a5comb/a5comb.sty - -%files a5comb-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/a5comb/a5comb.pdf -%{_texdir}/texmf-dist/doc/latex/a5comb/a5comb.tex - -%files babelbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babamspl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst -%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt.bst -%{_texdir}/texmf-dist/tex/latex/babelbib/afrikaans.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/babelbib.sty -%{_texdir}/texmf-dist/tex/latex/babelbib/bahasa.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/catalan.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/croatian.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/czech.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/danish.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/dutch.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/english.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/esperanto.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/finnish.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/french.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/galician.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/german.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/greek.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/italian.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/norsk.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/portuguese.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/romanian.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/russian.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/serbian.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/spanish.bdf -%{_texdir}/texmf-dist/tex/latex/babelbib/swedish.bdf - -%files babelbib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/babelbib/ChangeLog -%{_texdir}/texmf-dist/doc/bibtex/babelbib/Makefile -%{_texdir}/texmf-dist/doc/bibtex/babelbib/README -%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.dtx -%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.ins -%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.pdf -%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbibtest.bib -%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbibtest.tex -%{_texdir}/texmf-dist/doc/bibtex/babelbib/getversion.tex -%{_texdir}/texmf-dist/doc/bibtex/babelbib/tugboat-babelbib.pdf - -%files babel -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/makeindex/babel/bbglo.ist -%{_texdir}/texmf-dist/makeindex/babel/bbind.ist -%{_texdir}/texmf-dist/tex/generic/babel/8859-8.def -%{_texdir}/texmf-dist/tex/generic/babel/UKenglish.sty -%{_texdir}/texmf-dist/tex/generic/babel/USenglish.sty -%{_texdir}/texmf-dist/tex/generic/babel/afrikaans.sty -%{_texdir}/texmf-dist/tex/generic/babel/albanian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/albanian.sty -%{_texdir}/texmf-dist/tex/generic/babel/american.sty -%{_texdir}/texmf-dist/tex/generic/babel/athnum.sty -%{_texdir}/texmf-dist/tex/generic/babel/austrian.sty -%{_texdir}/texmf-dist/tex/generic/babel/babel.def -%{_texdir}/texmf-dist/tex/generic/babel/babel.sty -%{_texdir}/texmf-dist/tex/generic/babel/bahasa.sty -%{_texdir}/texmf-dist/tex/generic/babel/bahasai.ldf -%{_texdir}/texmf-dist/tex/generic/babel/bahasam.ldf -%{_texdir}/texmf-dist/tex/generic/babel/bahasam.sty -%{_texdir}/texmf-dist/tex/generic/babel/basque.ldf -%{_texdir}/texmf-dist/tex/generic/babel/basque.sty -%{_texdir}/texmf-dist/tex/generic/babel/blplain.tex -%{_texdir}/texmf-dist/tex/generic/babel/bplain.tex -%{_texdir}/texmf-dist/tex/generic/babel/breton.ldf -%{_texdir}/texmf-dist/tex/generic/babel/breton.sty -%{_texdir}/texmf-dist/tex/generic/babel/british.sty -%{_texdir}/texmf-dist/tex/generic/babel/bulgarian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/bulgarian.sty -%{_texdir}/texmf-dist/tex/generic/babel/catalan.ldf -%{_texdir}/texmf-dist/tex/generic/babel/catalan.sty -%{_texdir}/texmf-dist/tex/generic/babel/cp1255.def -%{_texdir}/texmf-dist/tex/generic/babel/cp862.def -%{_texdir}/texmf-dist/tex/generic/babel/croatian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/croatian.sty -%{_texdir}/texmf-dist/tex/generic/babel/czech.ldf -%{_texdir}/texmf-dist/tex/generic/babel/czech.sty -%{_texdir}/texmf-dist/tex/generic/babel/danish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/danish.sty -%{_texdir}/texmf-dist/tex/generic/babel/dutch.ldf -%{_texdir}/texmf-dist/tex/generic/babel/dutch.sty -%{_texdir}/texmf-dist/tex/generic/babel/english.ldf -%{_texdir}/texmf-dist/tex/generic/babel/english.sty -%{_texdir}/texmf-dist/tex/generic/babel/esperanto.ldf -%{_texdir}/texmf-dist/tex/generic/babel/esperanto.sty -%{_texdir}/texmf-dist/tex/generic/babel/estonian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/estonian.sty -%{_texdir}/texmf-dist/tex/generic/babel/finnish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/finnish.sty -%{_texdir}/texmf-dist/tex/generic/babel/francais.sty -%{_texdir}/texmf-dist/tex/generic/babel/frenchb.cfg -%{_texdir}/texmf-dist/tex/generic/babel/frenchb.ldf -%{_texdir}/texmf-dist/tex/generic/babel/galician.ldf -%{_texdir}/texmf-dist/tex/generic/babel/galician.sty -%{_texdir}/texmf-dist/tex/generic/babel/germanb.ldf -%{_texdir}/texmf-dist/tex/generic/babel/germanb.sty -%{_texdir}/texmf-dist/tex/generic/babel/glbst.tex -%{_texdir}/texmf-dist/tex/generic/babel/glromidx.tex -%{_texdir}/texmf-dist/tex/generic/babel/greek.ldf -%{_texdir}/texmf-dist/tex/generic/babel/greek.sty -%{_texdir}/texmf-dist/tex/generic/babel/grmath.sty -%{_texdir}/texmf-dist/tex/generic/babel/grsymb.sty -%{_texdir}/texmf-dist/tex/generic/babel/he8OmegaHebrew.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8aharoni.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8cmr.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8cmss.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8cmtt.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8david.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8drugulin.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8enc.def -%{_texdir}/texmf-dist/tex/generic/babel/he8frankruehl.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8miriam.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8nachlieli.fd -%{_texdir}/texmf-dist/tex/generic/babel/he8yad.fd -%{_texdir}/texmf-dist/tex/generic/babel/hebcal.sty -%{_texdir}/texmf-dist/tex/generic/babel/hebfont.sty -%{_texdir}/texmf-dist/tex/generic/babel/hebrew.ldf -%{_texdir}/texmf-dist/tex/generic/babel/hebrew.sty -%{_texdir}/texmf-dist/tex/generic/babel/hebrew_newcode.sty -%{_texdir}/texmf-dist/tex/generic/babel/hebrew_oldcode.sty -%{_texdir}/texmf-dist/tex/generic/babel/hebrew_p.sty -%{_texdir}/texmf-dist/tex/generic/babel/hyphen.cfg -%{_texdir}/texmf-dist/tex/generic/babel/icelandic.ldf -%{_texdir}/texmf-dist/tex/generic/babel/icelandic.sty -%{_texdir}/texmf-dist/tex/generic/babel/interlingua.ldf -%{_texdir}/texmf-dist/tex/generic/babel/interlingua.sty -%{_texdir}/texmf-dist/tex/generic/babel/irish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/irish.sty -%{_texdir}/texmf-dist/tex/generic/babel/italian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/italian.sty -%{_texdir}/texmf-dist/tex/generic/babel/kurmanji.ldf -%{_texdir}/texmf-dist/tex/generic/babel/latin.ldf -%{_texdir}/texmf-dist/tex/generic/babel/latin.sty -%{_texdir}/texmf-dist/tex/generic/babel/lgrcmr.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrcmro.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrcmss.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrcmtt.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrenc.def -%{_texdir}/texmf-dist/tex/generic/babel/lgrlcmss.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrlcmtt.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrlmr.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrlmro.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrlmss.fd -%{_texdir}/texmf-dist/tex/generic/babel/lgrlmtt.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheclas.fd -%{_texdir}/texmf-dist/tex/generic/babel/lhecmr.fd -%{_texdir}/texmf-dist/tex/generic/babel/lhecmss.fd -%{_texdir}/texmf-dist/tex/generic/babel/lhecmtt.fd -%{_texdir}/texmf-dist/tex/generic/babel/lhecrml.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheenc.def -%{_texdir}/texmf-dist/tex/generic/babel/lhefr.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheredis.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheshold.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheshscr.fd -%{_texdir}/texmf-dist/tex/generic/babel/lheshstk.fd -%{_texdir}/texmf-dist/tex/generic/babel/lsorbian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/lsorbian.sty -%{_texdir}/texmf-dist/tex/generic/babel/magyar.ldf -%{_texdir}/texmf-dist/tex/generic/babel/magyar.sty -%{_texdir}/texmf-dist/tex/generic/babel/naustrian.sty -%{_texdir}/texmf-dist/tex/generic/babel/ngermanb.ldf -%{_texdir}/texmf-dist/tex/generic/babel/ngermanb.sty -%{_texdir}/texmf-dist/tex/generic/babel/norsk.ldf -%{_texdir}/texmf-dist/tex/generic/babel/norsk.sty -%{_texdir}/texmf-dist/tex/generic/babel/plain.def -%{_texdir}/texmf-dist/tex/generic/babel/polish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/polish.sty -%{_texdir}/texmf-dist/tex/generic/babel/portuges.ldf -%{_texdir}/texmf-dist/tex/generic/babel/portuges.sty -%{_texdir}/texmf-dist/tex/generic/babel/rlbabel.def -%{_texdir}/texmf-dist/tex/generic/babel/romanian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/romanian.sty -%{_texdir}/texmf-dist/tex/generic/babel/romanidx.sty -%{_texdir}/texmf-dist/tex/generic/babel/russianb.ldf -%{_texdir}/texmf-dist/tex/generic/babel/russianb.sty -%{_texdir}/texmf-dist/tex/generic/babel/samin.ldf -%{_texdir}/texmf-dist/tex/generic/babel/samin.sty -%{_texdir}/texmf-dist/tex/generic/babel/scottish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/scottish.sty -%{_texdir}/texmf-dist/tex/generic/babel/serbian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/serbian.sty -%{_texdir}/texmf-dist/tex/generic/babel/si960.def -%{_texdir}/texmf-dist/tex/generic/babel/slovak.ldf -%{_texdir}/texmf-dist/tex/generic/babel/slovak.sty -%{_texdir}/texmf-dist/tex/generic/babel/slovene.ldf -%{_texdir}/texmf-dist/tex/generic/babel/slovene.sty -%{_texdir}/texmf-dist/tex/generic/babel/spanish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/spanish.sty -%{_texdir}/texmf-dist/tex/generic/babel/swedish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/swedish.sty -%{_texdir}/texmf-dist/tex/generic/babel/switch.def -%{_texdir}/texmf-dist/tex/generic/babel/turkish.ldf -%{_texdir}/texmf-dist/tex/generic/babel/turkish.sty -%{_texdir}/texmf-dist/tex/generic/babel/ukraineb.ldf -%{_texdir}/texmf-dist/tex/generic/babel/ukraineb.sty -%{_texdir}/texmf-dist/tex/generic/babel/usorbian.ldf -%{_texdir}/texmf-dist/tex/generic/babel/usorbian.sty -%{_texdir}/texmf-dist/tex/generic/babel/welsh.ldf -%{_texdir}/texmf-dist/tex/generic/babel/welsh.sty - -%files babel-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/babel/00readme.heb -%{_texdir}/texmf-dist/doc/generic/babel/00readme.txt -%{_texdir}/texmf-dist/doc/generic/babel/GreekFonts.txt -%{_texdir}/texmf-dist/doc/generic/babel/announce.txt -%{_texdir}/texmf-dist/doc/generic/babel/athnum.pdf -%{_texdir}/texmf-dist/doc/generic/babel/babel.pdf -%{_texdir}/texmf-dist/doc/generic/babel/bbcompat.pdf -%{_texdir}/texmf-dist/doc/generic/babel/bbidxglo.pdf -%{_texdir}/texmf-dist/doc/generic/babel/bugs.txt -%{_texdir}/texmf-dist/doc/generic/babel/changes.txt -%{_texdir}/texmf-dist/doc/generic/babel/fixes.txt -%{_texdir}/texmf-dist/doc/generic/babel/greek-fdd.pdf -%{_texdir}/texmf-dist/doc/generic/babel/greek-usage.pdf -%{_texdir}/texmf-dist/doc/generic/babel/grmath.pdf -%{_texdir}/texmf-dist/doc/generic/babel/grsymb.pdf -%{_texdir}/texmf-dist/doc/generic/babel/howtoget.txt -%{_texdir}/texmf-dist/doc/generic/babel/install.OzTeX-4 -%{_texdir}/texmf-dist/doc/generic/babel/install.OzTeX-pre4 -%{_texdir}/texmf-dist/doc/generic/babel/install.txt -%{_texdir}/texmf-dist/doc/generic/babel/language.dat -%{_texdir}/texmf-dist/doc/generic/babel/language.skeleton -%{_texdir}/texmf-dist/doc/generic/babel/legal.bbl -%{_texdir}/texmf-dist/doc/generic/babel/manifest.bbl -%{_texdir}/texmf-dist/doc/generic/babel/tb1202.pdf -%{_texdir}/texmf-dist/doc/generic/babel/tb1401.pdf -%{_texdir}/texmf-dist/doc/generic/babel/tb1604.pdf -%{_texdir}/texmf-dist/doc/generic/babel/todo.txt - -%files background -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/background/background.sty - -%files background-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/background/README -%{_texdir}/texmf-dist/doc/latex/background/background.pdf - -%files backnaur -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/backnaur/backnaur.sty - -%files backnaur-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/backnaur/README -%{_texdir}/texmf-dist/doc/latex/backnaur/backnaur.pdf - -%files bangtex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bang10.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangbase.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangconso.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangdefs.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangfala.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/banghalf.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangjuk.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangkaar.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/banglig.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangmac.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangnum.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangpunc.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangvow.mf -%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangwd10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bang10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bangsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bangwd10.tfm -%{_texdir}/texmf-dist/tex/latex/bangtex/bangfont.tex -%{_texdir}/texmf-dist/tex/latex/bangtex/barticle.cls -%{_texdir}/texmf-dist/tex/latex/bangtex/bbk10.clo -%{_texdir}/texmf-dist/tex/latex/bangtex/bbk11.clo -%{_texdir}/texmf-dist/tex/latex/bangtex/bbk12.clo -%{_texdir}/texmf-dist/tex/latex/bangtex/bbook.cls -%{_texdir}/texmf-dist/tex/latex/bangtex/bletter.cls -%{_texdir}/texmf-dist/tex/latex/bangtex/bsize10.clo -%{_texdir}/texmf-dist/tex/latex/bangtex/bsize11.clo -%{_texdir}/texmf-dist/tex/latex/bangtex/bsize12.clo - -%files bangtex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bangtex/README.bangtex -%{_texdir}/texmf-dist/doc/latex/bangtex/manual.tex -%{_texdir}/texmf-dist/doc/latex/bangtex/samplett.tex -%{_texdir}/texmf-dist/doc/latex/bangtex/samptex.tex - -%files barcodes -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc11.mf -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc128.mf -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc39.mf -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc93.mf -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlcr39.mf -%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlean.mf -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc11.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc39.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc93.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlcr39.tfm -%{_texdir}/texmf-dist/tex/latex/barcodes/barcodes.sty - -%files barcodes-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/barcodes/README -%{_texdir}/texmf-dist/doc/latex/barcodes/bcfaq.tex -%{_texdir}/texmf-dist/doc/latex/barcodes/changes -%{_texdir}/texmf-dist/doc/latex/barcodes/code39.tex -%{_texdir}/texmf-dist/doc/latex/barcodes/codean.pl -%{_texdir}/texmf-dist/doc/latex/barcodes/eandoc.pdf -%{_texdir}/texmf-dist/doc/latex/barcodes/eandoc.tex -%{_texdir}/texmf-dist/doc/latex/barcodes/examples.tex -%{_texdir}/texmf-dist/doc/latex/barcodes/install.bat -%{_texdir}/texmf-dist/doc/latex/barcodes/wlcdb.vpl -%{_texdir}/texmf-dist/doc/latex/barcodes/wlcf39.vpl -%{_texdir}/texmf-dist/doc/latex/barcodes/wlitf.vpl - -%files bardiag -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bardiag/barddoc.sty -%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.bar -%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.cfg -%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.sty -%{_texdir}/texmf-dist/tex/latex/bardiag/pstfp.sty - -%files bardiag-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bardiag/README -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag.pdf -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag1.pdf -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag1.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag2.pdf -%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag2.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/altdiags.ps -%{_texdir}/texmf-dist/doc/latex/bardiag/example/altdiags.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/compile.all -%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.dvi -%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.ps -%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagramsbw.ps -%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagramsbw.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/10.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/1a.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/1b.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/2a.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/2b.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/3.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/4.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/5.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/6.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/7.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/8.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/9.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/diag.eps -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/diagleg.eps -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1a.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1b.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp2.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp2er.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp3.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp4.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp5.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp6.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/exampcr.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/figs/tddiag.eps -%{_texdir}/texmf-dist/doc/latex/bardiag/src/10.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/1a.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/1b.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/2a.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/2b.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/3.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/4.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/5.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/6.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/7.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/8.tex -%{_texdir}/texmf-dist/doc/latex/bardiag/src/9.tex - -%files barr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/barr/diagxy.tex - -%files barr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/barr/diaxydoc.pdf -%{_texdir}/texmf-dist/doc/generic/barr/diaxydoc.tex - -%files bartel-chess-fonts -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-bishop.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-chbase.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-equi.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-geo.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-king.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-knight.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-pawn.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-queen.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-rook.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch10.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch11.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch12.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch13.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch14.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch16.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch17.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch20.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch24.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch32.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch36.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch6.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch7.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch8.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch9.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkbase.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkbishop.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkblackfield.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch10.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch11.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch12.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch14.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch16.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch8.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch9.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkgeo.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkking.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkknight.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkpawn.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkqueen.mf -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkrook.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm - -%files bartel-chess-fonts-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/README -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/chess.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px150.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px17.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px20.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px21.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px23.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px25.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px29.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px31.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px33.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px41.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px45.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px49.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px53.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px57.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px63.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px700.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px71.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px72.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px79.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px9.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/scan.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/tt.mf -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf - -%files bashful -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bashful/bashful.sty - -%files bashful-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bashful/Makefile -%{_texdir}/texmf-dist/doc/latex/bashful/README -%{_texdir}/texmf-dist/doc/latex/bashful/bashful.pdf -%{_texdir}/texmf-dist/doc/latex/bashful/bashful.tex - -%files baskervald -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvb8a.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvbi8a.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvh8a.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvho8a.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvr8a.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvri8a.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/baskervald/supp-ybv.enc -%{_texdir}/texmf-dist/fonts/map/dvips/baskervald/ybv.map -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8s.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvb8a.pfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvbi8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvbi8a.pfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvh8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvh8a.pfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvho8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvho8a.pfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvr8a.pfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvri8a.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvri8a.pfm -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvb8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvb8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbi8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbi8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbiw8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbw8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvh8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvh8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvho8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvho8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvhow8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvhw8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvr8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvr8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvri8c.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvri8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvriw8t.vf -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvrw8t.vf -%{_texdir}/texmf-dist/tex/latex/baskervald/baskervald.sty -%{_texdir}/texmf-dist/tex/latex/baskervald/t1ybv.fd -%{_texdir}/texmf-dist/tex/latex/baskervald/t1ybvw.fd -%{_texdir}/texmf-dist/tex/latex/baskervald/ts1ybv.fd -%{_texdir}/texmf-dist/tex/latex/baskervald/ts1ybvw.fd - -%files baskervald-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/baskervald/COPYING -%{_texdir}/texmf-dist/doc/fonts/baskervald/NOTICE.txt -%{_texdir}/texmf-dist/doc/fonts/baskervald/README -%{_texdir}/texmf-dist/doc/fonts/baskervald/baskervaldadf.pdf -%{_texdir}/texmf-dist/doc/fonts/baskervald/baskervaldadf.tex -%{_texdir}/texmf-dist/doc/fonts/baskervald/manifest.txt - -%files basque-book -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/basque-book/basque-book.cls - -%files basque-book-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/basque-book/README -%{_texdir}/texmf-dist/doc/latex/basque-book/basque-book.pdf - -%files basque-date -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/basque-date/basque-date.sty - -%files basque-date-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/basque-date/README -%{_texdir}/texmf-dist/doc/latex/basque-date/basque-date.pdf - -%files bbcard -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/metapost/bbcard/bbcard.mp -%{_texdir}/texmf-dist/metapost/bbcard/breakwidth.mp -%{_texdir}/texmf-dist/metapost/bbcard/calendar.mp -%{_texdir}/texmf-dist/metapost/bbcard/scorecard.mp - -%files bbcard-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/metapost/bbcard/README.TEXLIVE -%{_texdir}/texmf-dist/doc/metapost/bbcard/README.bbcard -%{_texdir}/texmf-dist/doc/metapost/bbcard/README.calendar -%{_texdir}/texmf-dist/doc/metapost/bbcard/README.scorecard - -%files bbding -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bbding/bbding10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bbding/bbding10.tfm -%{_texdir}/texmf-dist/tex/latex/bbding/Uding.fd -%{_texdir}/texmf-dist/tex/latex/bbding/bbding.sty - -%files bbding-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bbding/README -%{_texdir}/texmf-dist/doc/latex/bbding/bbding.pdf -%{_texdir}/texmf-dist/doc/latex/bbding/bbding10.org - -%files bbm-macros -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bbm-macros/bbm.sty -%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbm.fd -%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbmss.fd -%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbmtt.fd - -%files bbm-macros-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bbm-macros/README -%{_texdir}/texmf-dist/doc/latex/bbm-macros/bbm.pdf - -%files bbm -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm17.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm5.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm6.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm7.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbxsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmdunh10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmfib8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmfxib8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbminch.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsltt10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss17.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssdc10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi17.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssq8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssqi8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmvtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/blbbase.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/blbord.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordl.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordsp.mf -%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordu.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmfib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmfxib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt9.tfm - -%files bbm-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/bbm/README -%{_texdir}/texmf-dist/doc/fonts/bbm/gfbatch.batch -%{_texdir}/texmf-dist/doc/fonts/bbm/mfbatch.batch -%{_texdir}/texmf-dist/doc/fonts/bbm/test.tex - -%files bbold -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbbase.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbgreekl.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbgreeku.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbligs.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bblower.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbnum.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold10.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold12.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold17.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold5.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold6.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold7.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold8.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold9.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbparams.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbpunc.mf -%{_texdir}/texmf-dist/fonts/source/public/bbold/bbupper.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold9.tfm -%{_texdir}/texmf-dist/tex/latex/bbold/Ubbold.fd -%{_texdir}/texmf-dist/tex/latex/bbold/bbold.sty - -%files bbold-doc -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/doc/latex/bbold/INSTALL -%{_texdir}/texmf-dist/doc/latex/bbold/README -%{_texdir}/texmf-dist/doc/latex/bbold/bbold.pdf - -%files bbold-type1 -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold10.afm -%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold5.afm -%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold7.afm -%{_texdir}/texmf-dist/fonts/map/dvips/bbold-type1/bbold.map -%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold7.pfb - -%files bbold-type1-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/bbold-type1/README -%{_texdir}/texmf-dist/doc/fonts/bbold-type1/test.pdf -%{_texdir}/texmf-dist/doc/fonts/bbold-type1/test.tex - -%files bclogo -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/metapost/bclogo/bc-attention.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-aux-301.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-bombe.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-book.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-calendrier.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-cle.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-clefa.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-clesol.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-coeur.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-crayon.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-cube.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dallemagne.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-danger.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dautriche.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dbelgique.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dbulgarie.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dfrance.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-ditalie.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dluxembourg.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dodecaedre.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dpaysbas.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-dz.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-eclaircie.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-etoile.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-femme.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-feujaune.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-feurouge.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-feutricolore.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-feuvert.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-fleur.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-homme.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-horloge.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-icosaedre.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-info.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-inter.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-interdit.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-lampe.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-loupe.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-neige.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-note.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-nucleaire.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-octaedre.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-oeil.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-orne.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-ours.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-outil.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-peaceandlove.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-pluie.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-plume.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-poisson.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-recyclage.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-rosevents.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-smiley-bonnehumeur.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-smiley-mauvaisehumeur.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-soleil.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-stop.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-takecare.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-tetraedre.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-trefle.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-trombone.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-valetcoeur.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-velo.mp -%{_texdir}/texmf-dist/metapost/bclogo/bc-yin.mp -%{_texdir}/texmf-dist/metapost/bclogo/brace.mp -%{_texdir}/texmf-dist/metapost/bclogo/losanges.mp -%{_texdir}/texmf-dist/metapost/bclogo/spir.mp -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-attention.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-aux-301.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-bombe.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-book.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-calendrier.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-cle.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-clefa.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-clesol.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-coeur.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-crayon.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-cube.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dallemagne.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-danger.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dautriche.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dbelgique.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dbulgarie.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dfrance.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-ditalie.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dluxembourg.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dodecaedre.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dpaysbas.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dz.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-eclaircie.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-etoile.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-femme.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feujaune.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feurouge.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feutricolore.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feuvert.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-fleur.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-homme.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-horloge.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-icosaedre.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-info.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-inter.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-interdit.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-lampe.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-loupe.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-neige.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-note.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-nucleaire.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-octaedre.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-oeil.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-orne.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-ours.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-outil.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-peaceandlove.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-pluie.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-plume.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-poisson.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-recyclage.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-rosevents.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-smiley-bonnehumeur.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-smiley-mauvaisehumeur.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-soleil.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-stop.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-takecare.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-tetraedre.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-trefle.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-trombone.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-valetcoeur.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-velo.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bc-yin.mps -%{_texdir}/texmf-dist/tex/latex/bclogo/bclogo.sty - -%files bclogo-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bclogo/LISEZ-MOI.doc -%{_texdir}/texmf-dist/doc/latex/bclogo/LISEZ-MOI.latex -%{_texdir}/texmf-dist/doc/latex/bclogo/README.doc -%{_texdir}/texmf-dist/doc/latex/bclogo/README.latex -%{_texdir}/texmf-dist/doc/latex/bclogo/bclogo-doc.pdf -%{_texdir}/texmf-dist/doc/latex/bclogo/bclogo-doc.tex -%{_texdir}/texmf-dist/doc/latex/bclogo/brace.mps -%{_texdir}/texmf-dist/doc/latex/bclogo/losanges.mps -%{_texdir}/texmf-dist/doc/latex/bclogo/spir.mps - -%files beameraudience -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beameraudience/beameraudience.sty - -%files beameraudience-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beameraudience/README - -%files beamer-FUBerlin -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/FUbeamer.cls -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty - -%files beamer-FUBerlin-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/Changes -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FULogo.png -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUbib.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/README -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.tex -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.tex -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/geo.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/silberlaube2.jpg - -%files beamerposter -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamerposter/beamerposter.sty - -%files beamerposter-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamerposter/README -%{_texdir}/texmf-dist/doc/latex/beamerposter/beamerposter.pdf -%{_texdir}/texmf-dist/doc/latex/beamerposter/beamerposter.tex -%{_texdir}/texmf-dist/doc/latex/beamerposter/example.tex - -%files beamersubframe -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamersubframe/beamersubframe.sty - -%files beamersubframe-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamersubframe/README -%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-append.pdf -%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-append.svg -%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-embed.pdf -%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-embed.svg -%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe.pdf -%{_texdir}/texmf-dist/doc/latex/beamersubframe/bsf-example.tex - -%files beamerthemejltree -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/beamerthemejltree/beamerthemeJLTree.sty - -%files beamerthemenirma -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamerthemenirma/beamerthemenirma.sty - -%files beamerthemenirma-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamerthemenirma/README - -%files beamer -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.20.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.20.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.tex -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.20.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.20.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.tex -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.20.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.20.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.eps -%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.pdf -%{_texdir}/texmf-dist/tex/latex/beamer/beamer.cls -%{_texdir}/texmf-dist/tex/latex/beamer/beamerarticle.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasearticle.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasecolor.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasedecode.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseexercise.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasefont.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframe.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasemisc.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasemodes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasenotes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasercs.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaserequires.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasesection.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasethemes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetitle.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetoc.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty -%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerfoils.sty -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerprosper.sty -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerseminar.sty -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamertexpower.sty -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-foils.tex -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex -%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex -%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty -%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty -%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/xmpmulti.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemecrane.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedefault.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedove.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemefly.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemelily.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthememonarca.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemerose.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemespruce.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemestructure.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewhale.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefault.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeserif.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemetree.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeEastLansing.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty -%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Spanish.dict -%{_texdir}/texmf-dist/tex/latex/beamer/translator/translator-language-mappings.tex -%{_texdir}/texmf-dist/tex/latex/beamer/translator/translator.sty - -%files beamer-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/beamer/AUTHORS -%{_texdir}/texmf-dist/doc/latex/beamer/ChangeLog -%{_texdir}/texmf-dist/doc/latex/beamer/FILES -%{_texdir}/texmf-dist/doc/latex/beamer/INSTALL -%{_texdir}/texmf-dist/doc/latex/beamer/README -%{_texdir}/texmf-dist/doc/latex/beamer/TODO -%{_texdir}/texmf-dist/doc/latex/beamer/doc/Makefile -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamercolorthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerfontthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerinnerthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerlogo.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerouterthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerthemeexamplebase.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-color.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-compatibility.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-elements.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-emulation.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-fonts.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-frames.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-globalstructure.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-graphics.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-guidelines.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-installation.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-interaction.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-introduction.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-license.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-localstructure.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-nonpresentation.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-notes.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-overlays.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-solutions.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-themes.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-translator.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-transparencies.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-tricks.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-tutorial.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-twoscreens.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-workflow.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/licenses/LICENSE -%{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex -%{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh -%{_texdir}/texmf-dist/doc/latex/beamer/emacs/beamer.el -%{_texdir}/texmf-dist/doc/latex/beamer/examples/Makefile -%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-beamer-version.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex -%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex -%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex - -%files pgf -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/math/t-pgfmat.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/systemlayer/t-pgfsys.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfcal.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgffor.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfkey.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfmod.tex -%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfrcs.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgpgf.cfg -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgpgf.xmt -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.cfg -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.xml -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.basic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryshadings.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleoo.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleparser.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulesnakes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/rendering/pgfrenderpoints.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/rendering/pgfrendertransform.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-svg.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvi.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvips.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-textures.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-vtex.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfexternal.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfexternalwithdepth.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-plain.def -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasematrix.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasepatterns.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty -%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfarrows.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfautomata.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfheaps.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryarrows.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryautomata.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryshapes.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarysnakes.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfnodes.sty -%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty -%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.code.tex -%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex -%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex -%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.sty -%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex -%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty -%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -%{_texdir}/texmf-dist/tex/latex/pgf/math/pgfmath.sty -%{_texdir}/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/tikzexternal.sty -%{_texdir}/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex -%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex -%{_texdir}/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex -%{_texdir}/texmf-dist/tex/plain/pgf/math/pgfmath.tex -%{_texdir}/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex -%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfcalendar.tex -%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgffor.tex -%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfkeys.tex -%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfrcs.tex - -%files pgf-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pgf/AUTHORS -%{_texdir}/texmf-dist/doc/generic/pgf/ChangeLog -%{_texdir}/texmf-dist/doc/generic/pgf/FILES -%{_texdir}/texmf-dist/doc/generic/pgf/INSTALL -%{_texdir}/texmf-dist/doc/generic/pgf/README -%{_texdir}/texmf-dist/doc/generic/pgf/TODO -%{_texdir}/texmf-dist/doc/generic/pgf/pgfmanual.pdf -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.bb -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.eps -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.bb -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.eps -%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.jpg -%{_texdir}/texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf -%{_texdir}/texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/LICENSE -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/gnu-public-license-2.txt -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/manifest-code.txt -%{_texdir}/texmf-dist/doc/generic/pgf/licenses/manifest-documentation.txt -%{_texdir}/texmf-dist/doc/generic/pgf/macros/pgfmanual-en-macros.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-numberprinting.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-oo.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pages.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex.orig -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/texmf.cnf -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.table -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.gnuplot -%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.table -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.figlist -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en/Makefile -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex -%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg -%{_texdir}/texmf-dist/doc/latex/pgf/README - -%files xkeyval -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/xkeyval/keyval.tex -%{_texdir}/texmf-dist/tex/generic/xkeyval/pst-xkey.tex -%{_texdir}/texmf-dist/tex/generic/xkeyval/xkeyval.tex -%{_texdir}/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex -%{_texdir}/texmf-dist/tex/latex/xkeyval/pst-xkey.sty -%{_texdir}/texmf-dist/tex/latex/xkeyval/xkeyval.sty -%{_texdir}/texmf-dist/tex/latex/xkeyval/xkvltxp.sty -%{_texdir}/texmf-dist/tex/latex/xkeyval/xkvview.sty - -%files xkeyval-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xkeyval/README -%{_texdir}/texmf-dist/doc/latex/xkeyval/xkeyval.pdf - -%files xcolor -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/dvips/xcolor/xcolor.pro -%{_texdir}/texmf-dist/tex/latex/xcolor/svgnam.def -%{_texdir}/texmf-dist/tex/latex/xcolor/x11nam.def -%{_texdir}/texmf-dist/tex/latex/xcolor/xcolor.sty - -%files xcolor-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xcolor/ChangeLog -%{_texdir}/texmf-dist/doc/latex/xcolor/README -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor.lox -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor.pdf -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor1.tex -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor2.pdf -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor2.tex -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor3.tex -%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor4.tex - -%files beamer-tut-pt-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/AnnArbor1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/AnnArbor2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/LEIAME -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/README -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim3.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim4.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato1.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato2.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato3.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato4.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato5.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/berkeley1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/berkeley2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/blocos.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/boadilla1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/boadilla2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/exemplo.tex -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/madrid1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/madrid2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/montpellier1.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/montpellier2.ps -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.tex -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/ufpellogo.jpg - -%files beamer2thesis -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamer2thesis.jpg -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/logopolito.jpg - -%files beamer2thesis-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/README -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_end.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_initial.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/license - -%files beebe -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bib/beebe/gut.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/komoedie.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook1.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook2.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook3.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texgraph.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texjourn.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/texnique.bib -%{_texdir}/texmf-dist/bibtex/bib/beebe/tugboat.bib -%{_texdir}/texmf-dist/bibtex/bst/beebe/aaai-named.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/abstract.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/annotate.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/annotation.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/apa.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/apalike2.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/astron.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate1.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate2.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate3.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate4.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/bbs.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/bibtoref.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/cbe.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/chicagoa.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/econometrica.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/humanbio.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/humannat.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/is-abbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/is-alpha.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/is-plain.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/is-unsrt.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/jas99.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/jbact.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/jmb.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/jtb.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/jthcarsu.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/named.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/namunsrt.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/nar.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/newapa.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phaip.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phapalik.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phcpc.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phiaea.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phjcp.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phnf.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phnflet.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phpf.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phppcf.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phreport.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/phrmp.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/plainyr.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/refer.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/xbtxbst.doc - -%files begriff -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/begriff/begriff.sty - -%files begriff-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/begriff/COPYING -%{_texdir}/texmf-dist/doc/latex/begriff/README -%{_texdir}/texmf-dist/doc/latex/begriff/examples.pdf -%{_texdir}/texmf-dist/doc/latex/begriff/examples.tex - -%files belleek -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/belleek/belleek.map -%{_texdir}/texmf-dist/fonts/truetype/public/belleek/blex.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/belleek/blsy.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/belleek/rblmi.ttf -%{_texdir}/texmf-dist/fonts/type1/public/belleek/blex.pfb -%{_texdir}/texmf-dist/fonts/type1/public/belleek/blsy.pfb -%{_texdir}/texmf-dist/fonts/type1/public/belleek/rblmi.pfb - -%files belleek-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/fonts/belleek/README - -%files bengali -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bengali/bn.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnbanjon.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bndigit.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnjuk.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnkaar.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnligtbl.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnmacro.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnmisc.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnr10.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/bnswar.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnr10.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnsupp.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bengali/bnr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bengali/bnsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bengali/xbnr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bengali/xbnsl10.tfm -%{_texdir}/texmf-dist/tex/latex/bengali/beng.sty -%{_texdir}/texmf-dist/tex/latex/bengali/ubn.fd -%{_texdir}/texmf-dist/tex/latex/bengali/ubnx.fd - -%files bengali-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bengali/README -%{_texdir}/texmf-dist/doc/fonts/bengali/bengdoc.bn -%{_texdir}/texmf-dist/doc/fonts/bengali/bengdoc.pdf -%{_texdir}/texmf-dist/doc/fonts/bengali/example.bn -%{_texdir}/texmf-dist/doc/fonts/bengali/example.pdf -%{_texdir}/texmf-dist/doc/fonts/bengali/manifest.txt - -%files bera -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/public/bera/fveb8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fver8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmb8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmbo8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmr8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmro8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsb8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsbo8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsr8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsro8a.afm -%{_texdir}/texmf-dist/fonts/map/dvips/bera/bera.map -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8t.tfm -%{_texdir}/texmf-dist/fonts/type1/public/bera/fveb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fver8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmbo8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmro8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsbo8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsro8a.pfb -%{_texdir}/texmf-dist/fonts/vf/public/bera/fveb8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fveb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvebo8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvebo8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fver8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fver8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvero8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvero8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmb8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmr8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmro8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmro8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsb8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsr8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsro8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsro8t.vf -%{_texdir}/texmf-dist/tex/latex/bera/bera.sty -%{_texdir}/texmf-dist/tex/latex/bera/beramono.sty -%{_texdir}/texmf-dist/tex/latex/bera/berasans.sty -%{_texdir}/texmf-dist/tex/latex/bera/beraserif.sty -%{_texdir}/texmf-dist/tex/latex/bera/t1fve.fd -%{_texdir}/texmf-dist/tex/latex/bera/t1fvm.fd -%{_texdir}/texmf-dist/tex/latex/bera/t1fvs.fd -%{_texdir}/texmf-dist/tex/latex/bera/ts1fve.fd -%{_texdir}/texmf-dist/tex/latex/bera/ts1fvm.fd -%{_texdir}/texmf-dist/tex/latex/bera/ts1fvs.fd - -%files bera-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/bera/LICENSE -%{_texdir}/texmf-dist/doc/fonts/bera/README -%{_texdir}/texmf-dist/doc/fonts/bera/bera.pdf -%{_texdir}/texmf-dist/doc/fonts/bera/bera.txt - -%files berenisadf -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdb.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbc.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbci.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbi.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdr.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdrc.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdrci.afm -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdri.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd0.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd1.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd2.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd2j.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybdj.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybd2jw.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybd2w.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybdjw.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybdw.enc -%{_texdir}/texmf-dist/fonts/map/dvips/berenisadf/ybd.map -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb08y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb18y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb28y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ciw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2iw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2j8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2jw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2w8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbc8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbciw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbi8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbiw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr08y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr18y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr28y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2c8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ciw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2i8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2iw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2j8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2jw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2w8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrc8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrci8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrciw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdri8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrij8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrijw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdriw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrj8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrjw8y.tfm -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrw8y.tfm -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdb.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbc.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbci.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbi.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdr.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdrc.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdrci.pfb -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdri.pfb -%{_texdir}/texmf-dist/tex/latex/berenisadf/berenis.sty -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd0.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd1.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2j.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2jw.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2w.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdj.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdjw.fd -%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdw.fd - -%files berenisadf-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/berenisadf/COPYING -%{_texdir}/texmf-dist/doc/fonts/berenisadf/NOTICE.txt -%{_texdir}/texmf-dist/doc/fonts/berenisadf/README -%{_texdir}/texmf-dist/doc/fonts/berenisadf/berenisadf.pdf -%{_texdir}/texmf-dist/doc/fonts/berenisadf/berenisadf.tex -%{_texdir}/texmf-dist/doc/fonts/berenisadf/manifest.txt - -%files betababel -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/betababel/betababel.sty - -%files betababel-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/betababel/betatest.pdf -%{_texdir}/texmf-dist/doc/latex/betababel/betatest.tex - -%files beton -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beton/beton.sty - -%files beton-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beton/beton.pdf -%{_texdir}/texmf-dist/doc/latex/beton/legal.txt - -%files bezos -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bezos/accents.sty -%{_texdir}/texmf-dist/tex/latex/bezos/arabicfront.sty -%{_texdir}/texmf-dist/tex/latex/bezos/babeltools.sty -%{_texdir}/texmf-dist/tex/latex/bezos/checkend.sty -%{_texdir}/texmf-dist/tex/latex/bezos/dotlessi.sty -%{_texdir}/texmf-dist/tex/latex/bezos/esindex.sty -%{_texdir}/texmf-dist/tex/latex/bezos/soulpos.sty -%{_texdir}/texmf-dist/tex/latex/bezos/subdocs.sty -%{_texdir}/texmf-dist/tex/latex/bezos/tensind.sty - -%files bezos-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bezos/README -%{_texdir}/texmf-dist/doc/latex/bezos/accents.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/accents.tex -%{_texdir}/texmf-dist/doc/latex/bezos/babeltools.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/babeltools.tex -%{_texdir}/texmf-dist/doc/latex/bezos/bezos.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/bezos.tex -%{_texdir}/texmf-dist/doc/latex/bezos/esindex.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/esindex.tex -%{_texdir}/texmf-dist/doc/latex/bezos/soulpos.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/soulpos.tex -%{_texdir}/texmf-dist/doc/latex/bezos/tensind.pdf -%{_texdir}/texmf-dist/doc/latex/bezos/tensind.tex - -%files bez123 -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bez123/bez123.sty -%{_texdir}/texmf-dist/tex/latex/bez123/multiply.sty - -%files bez123-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bez123/README -%{_texdir}/texmf-dist/doc/latex/bez123/bez123.pdf - -%files bgreek -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo2488.tfm -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn2488.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0500.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0600.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0700.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0800.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0900.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1000.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1095.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1200.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1440.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1728.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo2074.vf -%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo2488.vf -%{_texdir}/texmf-dist/tex/latex/bgreek/bcgcmr.fd -%{_texdir}/texmf-dist/tex/latex/bgreek/bcgenc.def -%{_texdir}/texmf-dist/tex/latex/bgreek/bcglmr.fd -%{_texdir}/texmf-dist/tex/latex/bgreek/bcqcmr.fd -%{_texdir}/texmf-dist/tex/latex/bgreek/bcqenc.def -%{_texdir}/texmf-dist/tex/latex/bgreek/bcqlmr.fd -%{_texdir}/texmf-dist/tex/latex/bgreek/bgfonts.tex -%{_texdir}/texmf-dist/tex/latex/bgreek/bgreek.ldf -%{_texdir}/texmf-dist/tex/latex/bgreek/bgreek.sty -%{_texdir}/texmf-dist/tex/latex/bgreek/ibygreek.ldf - -%files bgreek-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bgreek/MANIFEST.TXT -%{_texdir}/texmf-dist/doc/latex/bgreek/README -%{_texdir}/texmf-dist/doc/latex/bgreek/bgman.pdf -%{_texdir}/texmf-dist/doc/latex/bgreek/bgman.tex -%{_texdir}/texmf-dist/doc/latex/bgreek/bgreek.etx -%{_texdir}/texmf-dist/doc/latex/bgreek/cbgreek.etx -%{_texdir}/texmf-dist/doc/latex/bgreek/qbgreek.etx - -%files bgteubner -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteuabbr.bst -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteuabbr2.bst -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln.bst -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln2.bst -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln3.bst -%{_texdir}/texmf-dist/makeindex/bgteubner/bgteubner.ist -%{_texdir}/texmf-dist/makeindex/bgteubner/bgteuglo.ist -%{_texdir}/texmf-dist/makeindex/bgteubner/bgteuglochar.ist -%{_texdir}/texmf-dist/tex/latex/bgteubner/bgteubner.cls -%{_texdir}/texmf-dist/tex/latex/bgteubner/hhfixme.sty -%{_texdir}/texmf-dist/tex/latex/bgteubner/hhsubfigure.sty -%{_texdir}/texmf-dist/tex/latex/bgteubner/ptmxcomp.sty - -%files bgteubner-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bgteubner/01b.png -%{_texdir}/texmf-dist/doc/latex/bgteubner/02b.png -%{_texdir}/texmf-dist/doc/latex/bgteubner/ChangeLog -%{_texdir}/texmf-dist/doc/latex/bgteubner/LIESMICH -%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.hhsubfigure -%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.source -%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.src -%{_texdir}/texmf-dist/doc/latex/bgteubner/README -%{_texdir}/texmf-dist/doc/latex/bgteubner/README.hhsubfigure -%{_texdir}/texmf-dist/doc/latex/bgteubner/ToDo -%{_texdir}/texmf-dist/doc/latex/bgteubner/anhang.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/befehlsreferenz.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/beispiel1.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-cm.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-mathtime.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-times.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-a5-cm.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-a5-times.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-with-hyperref.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteucls.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteuversion.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild4c.png -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.eps -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.fig -%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/bilder.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/cdcover.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/checkliste.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/einleitung.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/formelzeichen.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/getversion.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/globales.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/hyphenation.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/index.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/installation.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/kapitel2.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/literatur.bib -%{_texdir}/texmf-dist/doc/latex/bgteubner/literatur.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/ltxdoc.cfg -%{_texdir}/texmf-dist/doc/latex/bgteubner/manifest.txt -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.info -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.info -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/math.info -%{_texdir}/texmf-dist/doc/latex/bgteubner/math.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/math.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/optionen-advanced.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.exercise -%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.info -%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/testtimes.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_aufruf.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_bilder.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_globales.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_textelemente.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_typographie.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_verzeichnisse.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/textelemente.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/times-ja2.png -%{_texdir}/texmf-dist/doc/latex/bgteubner/times-nein2.png -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1a.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1a.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2a.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2a.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3a.pdf -%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3a.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/usefiles.txt -%{_texdir}/texmf-dist/doc/latex/bgteubner/verzeichnisse.tex -%{_texdir}/texmf-dist/doc/latex/bgteubner/vorwort.tex - -%files bguq -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/bguq/bguq.map -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t04.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t05.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t06.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t07.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t08.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t09.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t10.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t11.mf -%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t12.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t04.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t05.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t06.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t07.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t08.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t09.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t11.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t12.tfm -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t04.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t05.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t06.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t07.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t08.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t09.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t11.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t12.pfb -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq04.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq05.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq06.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq07.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq08.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq09.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq10.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq11.fd -%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq12.fd -%{_texdir}/texmf-dist/tex/latex/bguq/begriff-bguq.sty -%{_texdir}/texmf-dist/tex/latex/bguq/bguq.cfg -%{_texdir}/texmf-dist/tex/latex/bguq/bguq.sty - -%files bguq-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bguq/INSTALL.txt -%{_texdir}/texmf-dist/doc/fonts/bguq/Makefile -%{_texdir}/texmf-dist/doc/fonts/bguq/README -%{_texdir}/texmf-dist/doc/fonts/bguq/bguq-doc.pdf - -%files bhcexam -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bhcexam/BHCexam.cfg -%{_texdir}/texmf-dist/tex/latex/bhcexam/BHCexam.cls - -%files bhcexam-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bhcexam/Makefile -%{_texdir}/texmf-dist/doc/latex/bhcexam/README -%{_texdir}/texmf-dist/doc/latex/bhcexam/test1.tex -%{_texdir}/texmf-dist/doc/latex/bhcexam/test2.tex -%{_texdir}/texmf-dist/doc/latex/bhcexam/test3.tex -%{_texdir}/texmf-dist/doc/latex/bhcexam/test4.tex - -%files bchart -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/bchart/bchart.sty - -%files bchart-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/bchart/CHANGES.txt -%{_texdir}/texmf-dist/doc/latex/bchart/LICENSE.txt -%{_texdir}/texmf-dist/doc/latex/bchart/README -%{_texdir}/texmf-dist/doc/latex/bchart/bchart.pdf -%{_texdir}/texmf-dist/doc/latex/bchart/bchart.tex - -%files bibarts -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/makeindex/bibarts/gbibarts.ist -%{_texdir}/texmf-dist/tex/latex/bibarts/bibarts.sty - -%files bibarts-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/bibarts/bibarts.pdf -%{_texdir}/texmf-dist/doc/latex/bibarts/bibarts.tex -%{_texdir}/texmf-dist/doc/latex/bibarts/gbib209.bat -%{_texdir}/texmf-dist/doc/latex/bibarts/gbib2e.bat -%{_texdir}/texmf-dist/doc/latex/bibarts/gbibsort.exe - -%files bibexport -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/bibexport/expcites.bst -%{_texdir}/texmf-dist/bibtex/bst/bibexport/expkeys.bst -%{_texdir}/texmf-dist/bibtex/bst/bibexport/export.bst -%{_texdir}/texmf-dist/scripts/bibexport/bibexport.sh - -%files bibexport-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/bibexport/README -%{_texdir}/texmf-dist/doc/bibtex/bibexport/bibexport.pdf - -%files bibexport-bin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_bindir}/bibexport - -%files bib-fr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst - -%files bib-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/bib-fr/CHANGELOG -%{_texdir}/texmf-dist/doc/bibtex/bib-fr/README - -%files bibhtml -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtml.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtml.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst - -%files bibhtml-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/LICENCE -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/README -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml.html -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibrefs.bib -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/detex.sed -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/style.css - -%files biblatex-apa -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/british-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/naustrian-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/norsk-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/norwegian-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx - -%files biblatex-apa-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/README -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex - -%files biblatex-bwl -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.cbx - -%files biblatex-bwl-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/Changes -%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex - -%files biblatex-caspervector -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def -%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-utf8.def -%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx - -%files biblatex-caspervector-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/Makefile -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.tex - -%files biblatex-dw -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx - -%files biblatex-dw-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/CHANGES -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/LIESMICH -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/README -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-screen.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib - -%files biblatex-fiwi -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi-yearbeginning.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx - -%files biblatex-fiwi-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/README -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/biblatex-fiwi.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/examples.bib - -%files biblatex-gost -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.dbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-standard.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/russian-gost.lbx - -%files biblatex-gost-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/README -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/ltxdockit.cfg - -%files biblatex-historian -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.lbx - -%files biblatex-historian-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-historian/README.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-historian/historian.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-historian/historian.pdf - -%files biblatex-chem -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-acs.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-angew.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-biochem.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-rsc.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-rsc.cbx - -%files biblatex-chem-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/README -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex - -%files biblatex-chicago -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate-trad.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate-trad.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes15.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes15.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-british.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-icelandic.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-norsk.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-norwegian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-nynorsk.lbx - -%files biblatex-chicago-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/README -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/RELEASE -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago15.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago15.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-trad-sample.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-trad-sample.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-dates-sample.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-dates-sample.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-notes-sample.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-notes-sample.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/dates-test.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/notes-test.bib - -%files biblatex-ieee -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx - -%files biblatex-ieee-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/README -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex - -%files biblatex-juradiss -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-juradiss/biblatex-juradiss.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-juradiss/biblatex-juradiss.cbx - -%files biblatex-juradiss-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/README -%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biber.conf -%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biblatex-juradiss.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biblatex-juradiss.tex - -%files biblatex-luh-ipw -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx - -%files biblatex-luh-ipw-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/README -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-preamble.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-print.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.tex - -%files biblatex-mla -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/american-mla.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/english-mla.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/italian-mla.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/mla.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/mla.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/portuguese-mla.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/spanish-mla.lbx - -%files biblatex-mla-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/CHANGES -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/README -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.tex - -%files biblatex-musuos -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/german-musuos.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/musuos.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/musuos.cbx - -%files biblatex-musuos-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/README -%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/biblatex-musuos.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/biblatex-musuos.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/musuos-bsp.bib - -%files biblatex-nature -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-nature/nature.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-nature/nature.cbx - -%files biblatex-nature-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-nature/README -%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex - -%files biblatex-nejm -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-nejm/nejm.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-nejm/nejm.cbx - -%files biblatex-nejm-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/README -%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex - -%files biblatex-philosophy -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/english-philosophy.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/italian-philosophy.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx - -%files biblatex-philosophy-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/README -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex - -%files biblatex-phys -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-phys/phys.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-phys/phys.cbx - -%files biblatex-phys-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-phys/README -%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex - -%files biblatex-publist -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-publist/publist.bbx - -%files biblatex-publist-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-publist/README -%{_texdir}/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex - -%files biblatex-science -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-science/science.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-science/science.cbx - -%files biblatex-science-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-science/README -%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex - -%files biblatex-swiss-legal -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-fr.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.cbx - -%files biblatex-swiss-legal-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/README -%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/biblatex-swiss-legal.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.bib -%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.tex - -%files biblatex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/biblatex/biblatex/biblatex-examples.bib -%{_texdir}/texmf-dist/bibtex/bst/biblatex/biblatex.bst -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_at.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_de.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_dk.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_fi.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_no.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_se.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_at.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_de.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_dk.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_fi.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_no.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_se.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_at.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_de.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_dk.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_fi.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_no.csf -%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_se.csf -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/debug.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/draft.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/reading.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/standard.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.cfg -%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.def -%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.sty -%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex1.sty -%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex2.sty -%{_texdir}/texmf-dist/tex/latex/biblatex/blx-compat.def -%{_texdir}/texmf-dist/tex/latex/biblatex/blx-dm.def -%{_texdir}/texmf-dist/tex/latex/biblatex/blx-mcite.def -%{_texdir}/texmf-dist/tex/latex/biblatex/blx-natbib.def -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/debug.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/draft.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/reading.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/american.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/australian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/british.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/catalan.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/czech.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/danish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/english.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/french.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/german.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/greek.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/icelandic.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/italian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/russian.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx -%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx - -%files biblatex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex/README -%{_texdir}/texmf-dist/doc/latex/biblatex/RELEASE -%{_texdir}/texmf-dist/doc/latex/biblatex/biblatex.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/biblatex.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/20-indexing-single.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/20-indexing-single.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/21-indexing-multiple.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/21-indexing-multiple.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/22-indexing-subentry.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/22-indexing-subentry.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/90-related-entries.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/90-related-entries.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex -%{_texdir}/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib - -%files biblatex-trad -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-alpha.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-plain.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-standard.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-alpha.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-plain.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-standard.cbx -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx - -%files biblatex-trad-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-trad/README.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf -%{_texdir}/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex - -%files bibleref-french -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-french/bibleref-french.sty - -%files bibleref-french-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-french/Lacroux-Bible.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french-francais.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french-francais.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-french/makefile -%{_texdir}/texmf-dist/doc/latex/bibleref-french/test.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/bible.bib -%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/livres.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/styles.tex - -%files bibleref-german -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-german/bibleref-german.sty - -%files bibleref-german-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-german/CHANGES -%{_texdir}/texmf-dist/doc/latex/bibleref-german/LIESMICH -%{_texdir}/texmf-dist/doc/latex/bibleref-german/README -%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-preamble.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-print.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-screen.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-german/de-bibleref-german.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-german/de-bibleref-german.tex -%{_texdir}/texmf-dist/doc/latex/bibleref-german/en-bibleref-german.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-german/en-bibleref-german.tex - -%files bibleref-lds -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-lds/bibleref-lds.sty - -%files bibleref-lds-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-lds/README -%{_texdir}/texmf-dist/doc/latex/bibleref-lds/bibleref-lds.pdf - -%files bibleref-mouth -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-mouth/bibleref-mouth.sty - -%files bibleref-mouth-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-mouth/README -%{_texdir}/texmf-dist/doc/latex/bibleref-mouth/bibleref-mouth.pdf - -%files bibleref-parse -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-parse/bibleref-parse.sty - -%files bibleref-parse-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-parse/README -%{_texdir}/texmf-dist/doc/latex/bibleref-parse/bibleref-parse.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref-parse/bibleref-parse.tex - -%files bibleref -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref/bibleref.sty - -%files bibleref-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref/CHANGES -%{_texdir}/texmf-dist/doc/latex/bibleref/README -%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.css -%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.html -%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.tex -%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-categories.tex -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-multind.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-multind.tex -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-xidx.tex -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.ist -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.pdf -%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.tex - -%files biblist -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/biblist/biblist.sty - -%files biblist-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/biblist/README -%{_texdir}/texmf-dist/doc/latex/biblist/biblist.bst-dist -%{_texdir}/texmf-dist/doc/latex/biblist/biblist.gde -%{_texdir}/texmf-dist/doc/latex/biblist/biblist.pdf -%{_texdir}/texmf-dist/doc/latex/biblist/biblist.tex - -%files bibtex -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/bibtex.1* -%{_texdir}/texmf-dist/bibtex/bib/base/xampl.bib -%{_texdir}/texmf-dist/bibtex/bst/base/abbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/base/acm.bst -%{_texdir}/texmf-dist/bibtex/bst/base/alpha.bst -%{_texdir}/texmf-dist/bibtex/bst/base/apalike.bst -%{_texdir}/texmf-dist/bibtex/bst/base/ieeetr.bst -%{_texdir}/texmf-dist/bibtex/bst/base/plain.bst -%{_texdir}/texmf-dist/bibtex/bst/base/siam.bst -%{_texdir}/texmf-dist/bibtex/bst/base/unsrt.bst - -%files bibtex-doc -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/doc/bibtex/base/README -%{_texdir}/texmf-dist/doc/bibtex/base/btxbst.doc -%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.bib -%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.pdf -%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.tex -%{_texdir}/texmf-dist/doc/bibtex/base/btxhak.pdf -%{_texdir}/texmf-dist/doc/bibtex/base/btxhak.tex -%{_texdir}/texmf-dist/tex/generic/bibtex/apalike.sty -%{_texdir}/texmf-dist/tex/generic/bibtex/apalike.tex - -%files bibtex-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/bibtex - -%files bibtexu -%defattr(-,root,root) - -%files bibtexu-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/bibtexu/00readme.txt -%{_texdir}/texmf/doc/bibtexu/HISTORY -%{_texdir}/texmf/doc/bibtexu/csfile.txt -%{_texdir}/texmf/doc/bibtexu/file_id.diz - -%files bibtexu-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/bibtexu - -%files bibtex8 -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/csf/base/88591lat.csf -%{_texdir}/texmf-dist/bibtex/csf/base/88591sca.csf -%{_texdir}/texmf-dist/bibtex/csf/base/README.TEXLIVE -%{_texdir}/texmf-dist/bibtex/csf/base/ascii.csf -%{_texdir}/texmf-dist/bibtex/csf/base/cp437lat.csf -%{_texdir}/texmf-dist/bibtex/csf/base/cp850lat.csf -%{_texdir}/texmf-dist/bibtex/csf/base/cp850sca.csf -%{_texdir}/texmf-dist/bibtex/csf/base/cp866rus.csf -%{_texdir}/texmf-dist/bibtex/csf/base/csfile.txt -%{_texdir}/texmf-dist/bibtex/csf/polish-csf/88592pl.csf -%{_texdir}/texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf -%{_texdir}/texmf-dist/bibtex/csf/polish-csf/cp852pl.csf -%{_texdir}/texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf - -%files bibtex8-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/bibtex8/00readme.txt -%{_texdir}/texmf/doc/bibtex8/HISTORY -%{_texdir}/texmf/doc/bibtex8/csfile.txt -%{_texdir}/texmf/doc/bibtex8/file_id.diz - -%files bibtex8-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/bibtex8 - -%files bibtopicprefix -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bibtopicprefix/bibtopicprefix.sty - -%files bibtopicprefix-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/README -%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf -%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.xml - -%files bibtopic -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/bibtopic/bibtopic.sty - -%files bibtopic-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/bibtopic/README -%{_texdir}/texmf-dist/doc/latex/bibtopic/articles.bib -%{_texdir}/texmf-dist/doc/latex/bibtopic/bibtopic.pdf -%{_texdir}/texmf-dist/doc/latex/bibtopic/books.bib -%{_texdir}/texmf-dist/doc/latex/bibtopic/sample.tex - -%files bibunits -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bibunits/bibunits.sty - -%files bibunits-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bibunits/README -%{_texdir}/texmf-dist/doc/latex/bibunits/bibtexall -%{_texdir}/texmf-dist/doc/latex/bibunits/bibunits.pdf - -%files bidi -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bidi/amsart-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/amsbook-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/amsmath-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/amstext-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/amsthm-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/array-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/article-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/artikel1-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/artikel2-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/artikel3-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/arydshln-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/bibitem.pdf -%{_texdir}/texmf-dist/tex/latex/bidi/bidi-longtable.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidi.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidi.tex -%{_texdir}/texmf-dist/tex/latex/bidi/bidi2in1.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidicode.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidiftnxtra.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidimoderncv.cls -%{_texdir}/texmf-dist/tex/latex/bidi/bidipoem.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidipresentation.cls -%{_texdir}/texmf-dist/tex/latex/bidi/biditools.sty -%{_texdir}/texmf-dist/tex/latex/bidi/biditufte-book.cls -%{_texdir}/texmf-dist/tex/latex/bidi/biditufte-handout.cls -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftefloat.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftegeneralstructure.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftehyperref.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftesidenote.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftetitle.sty -%{_texdir}/texmf-dist/tex/latex/bidi/bidituftetoc.sty -%{_texdir}/texmf-dist/tex/latex/bidi/boek-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/boek3-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/book-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/bookest-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/breqn-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/caption-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/caption3-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/color-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/colortbl-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/combine-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/crop-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/cuted-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/cutwin-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty -%{_texdir}/texmf-dist/tex/latex/bidi/cvthemebidiclassic.sty -%{_texdir}/texmf-dist/tex/latex/bidi/dblfnote-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/draftwatermark-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/empheq-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/extarticle-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/extbook-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/extletter-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/extrafootnotefeatures.def -%{_texdir}/texmf-dist/tex/latex/bidi/extreport-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/fancyhdr-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/fleqn-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/float-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/flowfram-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/footnote-luatex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/footnote-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/framed-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/ftnright-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/geometry-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/graphicx-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/hvfloat-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/hyperref-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/leqno-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/letter-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/lettrine-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/listings-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/loadingorder-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/luatex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/memoir-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/minitoc-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/multicol-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/multienum-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/natbib-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/ntheorem-hyper-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/ntheorem-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/pdfpages-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/pgf-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/picinpar-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/plain-luatex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/plain-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/quotchap-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/ragged2e-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/rapport1-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/rapport3-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/refrep-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/report-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/scrartcl-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/scrbook-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/scrlettr-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/scrreprt-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/sidecap-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/stabular-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/subfigure-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/tabls-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/tabulary-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/titlesec-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/titletoc-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/tocbibind-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/tocloft-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/tocstyle-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/wrapfig-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/xcolor-xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/xetex-bidi.def -%{_texdir}/texmf-dist/tex/latex/bidi/xltxtra-xetex-bidi.def - -%files bidi-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bidi/ChangeLog -%{_texdir}/texmf-dist/doc/latex/bidi/README -%{_texdir}/texmf-dist/doc/latex/bidi/bidi-logo.pdf -%{_texdir}/texmf-dist/doc/latex/bidi/bidi-logo.tex -%{_texdir}/texmf-dist/doc/latex/bidi/bidi.pdf -%{_texdir}/texmf-dist/doc/latex/bidi/bidisample2e.tex -%{_texdir}/texmf-dist/doc/latex/bidi/bidismall2e.tex -%{_texdir}/texmf-dist/doc/latex/bidi/gull.jpg -%{_texdir}/texmf-dist/doc/latex/bidi/picture.jpg -%{_texdir}/texmf-dist/doc/latex/bidi/presentation-sample.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-arydshln.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-bidi.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-brochure.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-casualcv.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-classiccv.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-color.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-supertabular.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-tabular.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-tabularx.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test-tabulary.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test1-colortbl.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test1-wrapfig.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test2-colortbl.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test2-wrapfig.tex -%{_texdir}/texmf-dist/doc/latex/bidi/test3-wrapfig.tex - -%files bigfoot -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/tex/latex/bigfoot/bigfoot.sty -%{_texdir}/texmf-dist/tex/latex/bigfoot/perpage.sty -%{_texdir}/texmf-dist/tex/latex/bigfoot/suffix.sty - -%files bigfoot-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/latex/bigfoot/README -%{_texdir}/texmf-dist/doc/latex/bigfoot/bigfoot.pdf -%{_texdir}/texmf-dist/doc/latex/bigfoot/perpage.pdf -%{_texdir}/texmf-dist/doc/latex/bigfoot/suffix.pdf - -%files bigints -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bigints/bigints.sty - -%files bigints-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bigints/Makefile -%{_texdir}/texmf-dist/doc/latex/bigints/README -%{_texdir}/texmf-dist/doc/latex/bigints/bigints.forlisting -%{_texdir}/texmf-dist/doc/latex/bigints/bigints.pdf -%{_texdir}/texmf-dist/doc/latex/bigints/bigints.tex -%{_texdir}/texmf-dist/doc/latex/bigints/perso.ist - -%files binomexp -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/binomexp/binomexp.sty - -%files binomexp-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/binomexp/README -%{_texdir}/texmf-dist/doc/latex/binomexp/binomexp.pdf - -%files biocon -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/biocon/biocon-old.sty -%{_texdir}/texmf-dist/tex/latex/biocon/biocon.sty - -%files biocon-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/biocon/COPYING -%{_texdir}/texmf-dist/doc/latex/biocon/INSTALL -%{_texdir}/texmf-dist/doc/latex/biocon/README -%{_texdir}/texmf-dist/doc/latex/biocon/biocon.nw -%{_texdir}/texmf-dist/doc/latex/biocon/literature.bib -%{_texdir}/texmf-dist/doc/latex/biocon/manual-old.pdf -%{_texdir}/texmf-dist/doc/latex/biocon/manual-old.tex -%{_texdir}/texmf-dist/doc/latex/biocon/manual.pdf -%{_texdir}/texmf-dist/doc/latex/biocon/manual.tex -%{_texdir}/texmf-dist/doc/latex/biocon/source.pdf -%{_texdir}/texmf-dist/doc/latex/biocon/source.tex - -%files bitelist -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/bitelist/bitedemo.tex -%{_texdir}/texmf-dist/tex/generic/bitelist/bitelist.sty - -%files bitelist-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/bitelist/README -%{_texdir}/texmf-dist/doc/generic/bitelist/bitelist.pdf - -%files bizcard -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/bizcard/bizcard.sty - -%files bizcard-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/bizcard/bizcard.pdf -%{_texdir}/texmf-dist/doc/latex/bizcard/bizex.pdf -%{_texdir}/texmf-dist/doc/latex/bizcard/bizex.tex - -%files blacklettert1 -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tfrak.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tfrakls.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tgoth.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tswab.tfm -%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tfrak.vf -%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tfrakls.vf -%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tgoth.vf -%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tswab.vf -%{_texdir}/texmf-dist/tex/latex/blacklettert1/t1yfrak.fd - -%files blacklettert1-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/blacklettert1/COPYING -%{_texdir}/texmf-dist/doc/fonts/blacklettert1/INSTALL -%{_texdir}/texmf-dist/doc/fonts/blacklettert1/README -%{_texdir}/texmf-dist/doc/fonts/blacklettert1/blacklettert1.pdf - -%files blindtext -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blindtext/blindtext.sty - -%files blindtext-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blindtext/README -%{_texdir}/texmf-dist/doc/latex/blindtext/blindtext.pdf - -%files blkarray -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blkarray/blkarray.sty - -%files blkarray-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blkarray/README -%{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.pdf -%{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.tex - -%files blockdraw_mp -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/metapost/blockdraw_mp/blockdraw.mp -%{_texdir}/texmf-dist/metapost/blockdraw_mp/bonddemo.mp -%{_texdir}/texmf-dist/metapost/blockdraw_mp/bondgraph.mp -%{_texdir}/texmf-dist/metapost/blockdraw_mp/cascadedemo.mp -%{_texdir}/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp -%{_texdir}/texmf-dist/metapost/blockdraw_mp/shiftoff.mp - -%files blockdraw_mp-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/README -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.pdf -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.tex -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/bonddemo.pdf -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/cascadedemo.pdf -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/tiddetext.sty -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/tighttoc.sty - -%files block -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/block/block.sty - -%files block-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/block/block.pdf -%{_texdir}/texmf-dist/doc/latex/block/block.tex - -%files bloques -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bloques/bloques.sty - -%files bloques-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bloques/README -%{_texdir}/texmf-dist/doc/latex/bloques/example.pdf -%{_texdir}/texmf-dist/doc/latex/bloques/example.tex - -%files blowup -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blowup/blowup.sty - -%files blowup-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blowup/README -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test0.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test1.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test2.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test3.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test4.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test5.tex -%{_texdir}/texmf-dist/doc/latex/blowup/blowup.pdf - -%files bodegraph -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bodegraph/bodegraph.sty - -%files bodegraph-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bodegraph/README -%{_texdir}/texmf-dist/doc/latex/bodegraph/bodegraph.pdf -%{_texdir}/texmf-dist/doc/latex/bodegraph/bodegraph.tex -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/10.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/10.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/11.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/11.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/12.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/12.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/13.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/13.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/14.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/14.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/15.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/15.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/16.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/16.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/17.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/17.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/18.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/18.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/19.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/19.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/20.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/20.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/21.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/21.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/22.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/22.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/23.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/23.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/24.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/24.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/25.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/25.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/26.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/26.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/27.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/27.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/28.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/28.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/29.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/29.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/3.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/3.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/30.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/30.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/31.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/31.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/32.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/32.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/33.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/33.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/34.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/34.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/35.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/35.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/36.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/36.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/37.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/37.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/38.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/38.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/39.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/39.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/4.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/4.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/40.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/40.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/41.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/41.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/42.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/42.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/43.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/43.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/44.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/44.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/45.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/45.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/46.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/46.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/47.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/47.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/48.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/48.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/49.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/49.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/5.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/5.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/50.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/50.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/51.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/51.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/52.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/52.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/53.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/53.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/54.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/54.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/55.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/55.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/56.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/56.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/57.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/57.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/58.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/58.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/59.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/59.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/6.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/6.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/60.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/60.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/61.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/61.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/62.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/62.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/63.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/63.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/64.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/64.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/66.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/66.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/67.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/67.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/68.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/68.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/69.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/69.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/7.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/7.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/70.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/70.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/72.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/72.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/73.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/73.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/74.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/74.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/75.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/75.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/76.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/76.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/78.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/78.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/79.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/79.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/8.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/8.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/81.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/81.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/82.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/82.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/83.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/83.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/84.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/84.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/85.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/85.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/86.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/86.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/87.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/87.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/89.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/89.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/9.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/9.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/90.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/90.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/91.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/91.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/93.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/93.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/94.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/94.table -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/95.gnuplot -%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/95.table - -%files bohr -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bohr/bohr.sty -%{_texdir}/texmf-dist/tex/latex/bohr/bohr_elements_english.def -%{_texdir}/texmf-dist/tex/latex/bohr/bohr_elements_german.def - -%files bohr-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bohr/README -%{_texdir}/texmf-dist/doc/latex/bohr/bohr_en.pdf -%{_texdir}/texmf-dist/doc/latex/bohr/bohr_en.tex - -%files boisik -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskarr10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskarrows.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskbase.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskex10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskext.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskhc10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bski10-TS1.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bski10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskib10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiol10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskital.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiu10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiub10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-i.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-o.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-r.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab-i.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab-sc.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-T1.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-TS1.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ar.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-bb.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ex.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-lc.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ma.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-mi-up.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-mi.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ms.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-sc.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-sy.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-uc.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskma10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmab10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmath.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathma.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathms.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathsy.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmi10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmib10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskms10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmsb10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmsbsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmssl10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10-T1.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10-TS1.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrb10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrc10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrcb10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrf10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrl10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrol10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskroman.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrsb10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrw10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksc.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksc10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksy10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksyb10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksybsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksymbols.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksyol10.mf -%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksysl10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskarr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskhc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bski10-TS1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bski10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiol10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiub10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskma10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmab10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskms10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmsb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmsbsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmssl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10-T1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10-TS1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrcb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrf10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrol10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrsb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrw10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksyol10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksysl10.tfm -%{_texdir}/texmf-dist/tex/latex/boisik/boisik.sty -%{_texdir}/texmf-dist/tex/latex/boisik/il2bsk.fd -%{_texdir}/texmf-dist/tex/latex/boisik/il2bskf.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lblbskm.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lblcmr.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lblenc.def -%{_texdir}/texmf-dist/tex/latex/boisik/lbmbsk.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbmbskms.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbmcmr.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbmenc.def -%{_texdir}/texmf-dist/tex/latex/boisik/lbsbsk.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbsbsksy.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbscmr.fd -%{_texdir}/texmf-dist/tex/latex/boisik/lbsenc.def -%{_texdir}/texmf-dist/tex/latex/boisik/ot1bsk.fd -%{_texdir}/texmf-dist/tex/latex/boisik/ot1bskf.fd -%{_texdir}/texmf-dist/tex/latex/boisik/ts1bsk.fd -%{_texdir}/texmf-dist/tex/latex/boisik/ubskex.fd - -%files boisik-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/boisik/README -%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik-idiot.pdf -%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik-idiot.tex -%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik.pdf -%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik.tex -%{_texdir}/texmf-dist/doc/fonts/boisik/example/bskrlogo10.mf -%{_texdir}/texmf-dist/doc/fonts/boisik/example/table.pdf -%{_texdir}/texmf-dist/doc/fonts/boisik/example/table.tex -%{_texdir}/texmf-dist/doc/fonts/boisik/example/testfont.pdf -%{_texdir}/texmf-dist/doc/fonts/boisik/example/testfont.tex - -%files boites -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/boites/boites.sty -%{_texdir}/texmf-dist/tex/latex/boites/boites_exemples.sty - -%files boites-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/boites/README -%{_texdir}/texmf-dist/doc/latex/boites/README.docu -%{_texdir}/texmf-dist/doc/latex/boites/boites.pdf -%{_texdir}/texmf-dist/doc/latex/boites/boites_exemples.pdf -%{_texdir}/texmf-dist/doc/latex/boites/boites_exemples.tex -%{_texdir}/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps - -%files bold-extra -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bold-extra/bold-extra.sty - -%files bold-extra-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bold-extra/bold-extra.pdf -%{_texdir}/texmf-dist/doc/latex/bold-extra/bold-extra.tex - -%files boldtensors -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/boldtensors/boldtensors.sty - -%files boldtensors-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/boldtensors/boldtensors.pdf -%{_texdir}/texmf-dist/doc/latex/boldtensors/boldtensors.tex - -%files bondgraph -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bondgraph/bondgraph.sty - -%files bondgraph-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bondgraph/License.txt -%{_texdir}/texmf-dist/doc/latex/bondgraph/README -%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_arrows.tex -%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_example.pdf -%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_example.tex - -%files bookest -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bookest/bookest.cls - -%files bookest-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bookest/README -%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-en.pdf -%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-en.tex -%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-it.pdf -%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-it.tex - -%files bookhands -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/bookhands/sqrc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/bookhands/sqrcb10.afm -%{_texdir}/texmf-dist/fonts/map/dvips/bookhands/sqrcaps.map -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncldig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncll.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncllig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncltitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmindig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmintitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothdig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothtitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmindig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmintitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncldig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncll.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncllig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncltitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajdig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajtitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaju.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imindig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/imintitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothdig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothtitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnddig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndtitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustdig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustl.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustlig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rusttitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustu.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb10.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb17.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb7.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncldig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncll.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncllig.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncltitle.mf -%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclu.mf -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/auncl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/auncl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/aunclb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/aunclb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgothb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgothb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/sqrc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/sqrcb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb7.tfm -%{_texdir}/texmf-dist/fonts/type1/public/bookhands/sqrc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/bookhands/sqrcb10.pfb -%{_texdir}/texmf-dist/tex/latex/bookhands/allcmin.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allegoth.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allhmin.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allhuncl.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allimaj.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allimin.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allpgoth.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allrtnd.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allrust.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/allsqrc.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/alluncl.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/carolmin.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/egothic.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/humanist.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/huncial.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/inslrmaj.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/inslrmin.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1auncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1cmin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1egoth.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1hmin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1huncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1imaj.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1imin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1pgoth.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1rtnd.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1rust.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1sqrc.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/ot1uncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/pgothic.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/rotunda.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/rustic.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/sqrcaps.sty -%{_texdir}/texmf-dist/tex/latex/bookhands/t1auncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1cmin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1egoth.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1hmin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1huncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1imaj.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1imin.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1pgoth.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1rtnd.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1rust.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1sqrc.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/t1uncl.fd -%{_texdir}/texmf-dist/tex/latex/bookhands/uncial.sty - -%files bookhands-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bookhands/README.PRW -%{_texdir}/texmf-dist/doc/fonts/bookhands/allsqrcaps.pdf -%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-tryfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/bsamples.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/bsamples.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-tryfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-tryfont.pdf -%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-tryfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps.pdf -%{_texdir}/texmf-dist/doc/fonts/bookhands/trysqrcaps.pdf -%{_texdir}/texmf-dist/doc/fonts/bookhands/trysqrcaps.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-README -%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-tryfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial/allfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj/allfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic/allfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps/allsqrcaps.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/README -%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/allfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tgothic.dtx -%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tgothic.ins -%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tryfont.tex -%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial/allfont.ps.gz -%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial/allfont.tex - -%files booklet -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/booklet/bkltprnt.sty -%{_texdir}/texmf-dist/tex/latex/booklet/booklet.sty - -%files booklet-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/booklet/README -%{_texdir}/texmf-dist/doc/latex/booklet/booklet.pdf - -%files bookman -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/dvips/bookman/config.ubk -%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkd8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkdi8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkl8a.afm -%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkli8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkd8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkdi8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkl8a.afm -%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkli8a.afm -%{_texdir}/texmf-dist/fonts/map/dvips/bookman/ubk.map -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8t.tfm -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfm -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfb -%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfm -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli8t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo7t.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo8c.vf -%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkrc7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkrc8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri8t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro7t.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro8c.vf -%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro8t.vf -%{_texdir}/texmf-dist/tex/latex/bookman/8rubk.fd -%{_texdir}/texmf-dist/tex/latex/bookman/omlubk.fd -%{_texdir}/texmf-dist/tex/latex/bookman/omsubk.fd -%{_texdir}/texmf-dist/tex/latex/bookman/ot1ubk.fd -%{_texdir}/texmf-dist/tex/latex/bookman/t1ubk.fd -%{_texdir}/texmf-dist/tex/latex/bookman/ts1ubk.fd - -%files booktabs-de-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/booktabs-de/README-DE -%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.dtx -%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.ins -%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.pdf - -%files booktabs-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/booktabs-fr/README -%{_texdir}/texmf-dist/doc/latex/booktabs-fr/f-booktabs.dtx -%{_texdir}/texmf-dist/doc/latex/booktabs-fr/f-booktabs.pdf -%{_texdir}/texmf-dist/doc/latex/booktabs-fr/ltxdoc.cfg - -%files booktabs -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/booktabs/booktabs.sty - -%files booktabs-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/booktabs/COPYING -%{_texdir}/texmf-dist/doc/latex/booktabs/README -%{_texdir}/texmf-dist/doc/latex/booktabs/booktabs.pdf - -%files boolexpr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/boolexpr/boolexpr.sty - -%files boolexpr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/boolexpr/README -%{_texdir}/texmf-dist/doc/latex/boolexpr/boolexpr.pdf - -%files boondox -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/boondox/boondox.map -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-cal.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-calo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-ds.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-frak.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-cal.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-calo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-ds.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-frak.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbf7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbf8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbl7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbl8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbow7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbw7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbw8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrf7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrf8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrl7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrl8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrow7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrw7z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrw8a.tfm -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbf8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbl8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbw8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrf8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrl8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrw8a.pfb -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-cal.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-calo.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-ds.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-frak.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-cal.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-calo.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-ds.vf -%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-frak.vf -%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-cal.sty -%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-calo.sty -%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-ds.sty -%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-frak.sty -%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-cal.fd -%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-calo.fd -%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-ds.fd -%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-frak.fd - -%files boondox-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/boondox/README -%{_texdir}/texmf-dist/doc/fonts/boondox/boondox-doc.pdf -%{_texdir}/texmf-dist/doc/fonts/boondox/boondox-doc.tex - -%files bophook -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bophook/bophook.sty - -%files bophook-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bophook/bophook.pdf - -%files bosisio -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bosisio/accenti.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/dblfont.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/envmath.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/evenpage.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/graphfig.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/mathcmd.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/quotes.sty -%{_texdir}/texmf-dist/tex/latex/bosisio/sobolev.sty - -%files bosisio-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bosisio/README -%{_texdir}/texmf-dist/doc/latex/bosisio/accenti.html -%{_texdir}/texmf-dist/doc/latex/bosisio/accenti.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/dblfont.html -%{_texdir}/texmf-dist/doc/latex/bosisio/dblfont.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/envmath.html -%{_texdir}/texmf-dist/doc/latex/bosisio/envmath.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/evenpage.html -%{_texdir}/texmf-dist/doc/latex/bosisio/evenpage.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/graphfig.html -%{_texdir}/texmf-dist/doc/latex/bosisio/graphfig.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/index.html -%{_texdir}/texmf-dist/doc/latex/bosisio/makedoc -%{_texdir}/texmf-dist/doc/latex/bosisio/mathcmd.html -%{_texdir}/texmf-dist/doc/latex/bosisio/mathcmd.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/quotes.html -%{_texdir}/texmf-dist/doc/latex/bosisio/quotes.pdf -%{_texdir}/texmf-dist/doc/latex/bosisio/sobolev.html -%{_texdir}/texmf-dist/doc/latex/bosisio/sobolev.pdf - -%files boxedminipage -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty - -%files boxedminipage-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf -%{_texdir}/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex - -%files boxhandler -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/boxhandler/boxhandler.sty - -%files boxhandler-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/boxhandler/README -%{_texdir}/texmf-dist/doc/latex/boxhandler/boxhandler.pdf - -%files bpchem -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bpchem/bpchem.sty - -%files bpchem-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bpchem/bpchem.pdf - -%files bpolynomial -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/metapost/bpolynomial/bpolynomial.mp - -%files bpolynomial-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/CHANGES -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/README -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/TODO -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/bpolynomial.pdf -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/bpolynomial.tex -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/examples.mp - -%files bracketkey -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bracketkey/bracketkey.sty - -%files bracketkey-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bracketkey/Malva.pdf -%{_texdir}/texmf-dist/doc/latex/bracketkey/Malva.tex -%{_texdir}/texmf-dist/doc/latex/bracketkey/README -%{_texdir}/texmf-dist/doc/latex/bracketkey/bracketkey.pdf -%{_texdir}/texmf-dist/doc/latex/bracketkey/bracketkey.tex - -%files braids -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/braids/braids.sty - -%files braids-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/braids/README -%{_texdir}/texmf-dist/doc/latex/braids/braids_doc.pdf -%{_texdir}/texmf-dist/doc/latex/braids/braids_doc.tex - -%files braille -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/braille/braille.sty - -%files braille-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/braille/README -%{_texdir}/texmf-dist/doc/latex/braille/braille.html -%{_texdir}/texmf-dist/doc/latex/braille/braillegif1.gif -%{_texdir}/texmf-dist/doc/latex/braille/braillegif2.gif -%{_texdir}/texmf-dist/doc/latex/braille/grade1.py -%{_texdir}/texmf-dist/doc/latex/braille/grade2.py -%{_texdir}/texmf-dist/doc/latex/braille/summary.pdf -%{_texdir}/texmf-dist/doc/latex/braille/summary.tex - -%files braket -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/braket/braket.sty - -%files braket-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/braket/braket.pdf -%{_texdir}/texmf-dist/doc/latex/braket/braket.tex - -%files breakurl -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/breakurl/breakurl.sty - -%files breakurl-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/breakurl/README -%{_texdir}/texmf-dist/doc/latex/breakurl/breakurl.pdf - -%files bropd -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bropd/bropd.sty - -%files bropd-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bropd/README -%{_texdir}/texmf-dist/doc/latex/bropd/bropd.pdf - -%files brushscr -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/dvips/brushscr/config.pbsi -%{_texdir}/texmf-dist/fonts/afm/public/brushscr/BrushScriptX-Italic.afm -%{_texdir}/texmf-dist/fonts/map/dvips/brushscr/pbsi.map -%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi8t.tfm -%{_texdir}/texmf-dist/fonts/type1/public/brushscr/BrushScriptX-Italic.pfa -%{_texdir}/texmf-dist/fonts/vf/public/brushscr/pbsi8t.vf -%{_texdir}/texmf-dist/tex/latex/brushscr/pbsi.sty -%{_texdir}/texmf-dist/tex/latex/brushscr/t1pbsi.fd - -%files brushscr-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/fonts/brushscr/AAA_readme.tex -%{_texdir}/texmf-dist/doc/fonts/brushscr/Makefile -%{_texdir}/texmf-dist/doc/fonts/brushscr/README -%{_texdir}/texmf-dist/doc/fonts/brushscr/example.tex -%{_texdir}/texmf-dist/doc/fonts/brushscr/generate.tex -%{_texdir}/texmf-dist/doc/fonts/brushscr/kern.txt -%{_texdir}/texmf-dist/doc/fonts/brushscr/sample.tex - -%files bullcntr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bullcntr/bullcntr.sty -%{_texdir}/texmf-dist/tex/latex/bullcntr/bullenum.sty - -%files bullcntr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bullcntr/00readme.txt -%{_texdir}/texmf-dist/doc/latex/bullcntr/README -%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-man.pdf -%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-man.tex -%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-sam.tex -%{_texdir}/texmf-dist/doc/latex/bullcntr/bullenum-sam.tex -%{_texdir}/texmf-dist/doc/latex/bullcntr/manifest.txt - -%files bundledoc -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/arlatex.1* -%{_mandir}/man1/bundledoc.1* -%{_texdir}/texmf-dist/scripts/bundledoc/arlatex -%{_texdir}/texmf-dist/scripts/bundledoc/bundledoc -%{_texdir}/texmf-dist/tex/latex/bundledoc/miktex.cfg -%{_texdir}/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg - -%files bundledoc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/bundledoc/README - -%files bundledoc-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/arlatex -%{_bindir}/bundledoc - -%files burmese -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/burmese/burmese.map -%{_texdir}/texmf-dist/fonts/tfm/public/burmese/burm.tfm -%{_texdir}/texmf-dist/fonts/type1/public/burmese/burm.pfb -%{_texdir}/texmf-dist/tex/latex/burmese/birm.sty -%{_texdir}/texmf-dist/tex/latex/burmese/ubirm.fd - -%files burmese-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/burmese/burmguide.pdf - -%files bussproofs -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bussproofs/bussproofs.sty - -%files bussproofs-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bussproofs/BussGuide2.pdf -%{_texdir}/texmf-dist/doc/latex/bussproofs/BussGuide2.tex -%{_texdir}/texmf-dist/doc/latex/bussproofs/README.txt -%{_texdir}/texmf-dist/doc/latex/bussproofs/testbp2.pdf -%{_texdir}/texmf-dist/doc/latex/bussproofs/testbp2.tex - -%files bxbase -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxbase/bxbase.def -%{_texdir}/texmf-dist/tex/latex/bxbase/bxbase.sty -%{_texdir}/texmf-dist/tex/latex/bxbase/bxucs.sty -%{_texdir}/texmf-dist/tex/latex/bxbase/bxutf8.def -%{_texdir}/texmf-dist/tex/latex/bxbase/bxutf8x.def -%{_texdir}/texmf-dist/tex/latex/bxbase/zxbase.sty - -%files bxbase-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxbase/00README -%{_texdir}/texmf-dist/doc/latex/bxbase/LICENSE -%{_texdir}/texmf-dist/doc/latex/bxbase/README - -%files bxjscls -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls -%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsptex.def -%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsreport.cls - -%files bxjscls-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxjscls/LICENSE -%{_texdir}/texmf-dist/doc/latex/bxjscls/README -%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf - -%files bxpict2e -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxpict2e/bxdpxp2e.def -%{_texdir}/texmf-dist/tex/latex/bxpict2e/bxeepic.sty - -%files bxpict2e-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxpict2e/LICENSE - -%files bytefield -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bytefield/bytefield.sty - -%files bytefield-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bytefield/README -%{_texdir}/texmf-dist/doc/latex/bytefield/bf-example.pdf -%{_texdir}/texmf-dist/doc/latex/bytefield/bf-example.tex -%{_texdir}/texmf-dist/doc/latex/bytefield/bytefield.pdf - -%files b1encoding -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/b1encoding/TeXB1.enc -%{_texdir}/texmf-dist/tex/latex/b1encoding/b1cmr.fd -%{_texdir}/texmf-dist/tex/latex/b1encoding/b1enc.def - -%files b1encoding-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/b1encoding/README -%{_texdir}/texmf-dist/doc/latex/b1encoding/b1encoding.pdf - -%files cabin -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_6vzwvh.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_7kg2sc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_aojlca.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_cgvdav.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_dh6h6g.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_eeshah.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_gi6ftn.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_gipwm5.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_hvmmj2.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_j5omty.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_jxvnp4.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_mzrldx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_x3x2zv.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_xtln4x.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_xvjm53.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_zljgjy.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cabin/cabin.map -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Bold.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-BoldItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Medium.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-MediumItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-RegularItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-SemiBold.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-SemiBoldItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Bold.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-BoldItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Medium.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-MediumItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Regular.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-RegularItalic.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-SemiBold.otf -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-SemiBoldItalic.otf -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Bold.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-BoldItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Italic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Medium.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-MediumItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Regular.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-SemiBold.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-SemiBoldItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Bold.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-BoldItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Medium.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-MediumItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Regular.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-RegularItalic.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-SemiBold.pfb -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-SemiBoldItalic.pfb -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/tex/latex/cabin/LY1Cabin-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/LY1CabinCondensed-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/OT1Cabin-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/OT1CabinCondensed-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/T1Cabin-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/T1CabinCondensed-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/TS1Cabin-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/TS1CabinCondensed-TLF.fd -%{_texdir}/texmf-dist/tex/latex/cabin/cabin.sty - -%files cabin-doc -%defattr(-,root,root) -%doc ofl.txt -%{_texdir}/texmf-dist/doc/fonts/cabin/OFL.txt -%{_texdir}/texmf-dist/doc/fonts/cabin/README -%{_texdir}/texmf-dist/doc/fonts/cabin/samples-condensed.pdf -%{_texdir}/texmf-dist/doc/fonts/cabin/samples.pdf -%{_texdir}/texmf-dist/doc/fonts/cabin/samples.tex - -%files cachepic -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/scripts/cachepic/cachepic.cmd -%{_texdir}/texmf-dist/scripts/cachepic/cachepic.tlu -%{_texdir}/texmf-dist/tex/latex/cachepic/cachepic.sty -%{_texdir}/texmf-dist/tex/latex/cachepic/prcachepic.def - -%files cachepic-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cachepic/README -%{_texdir}/texmf-dist/doc/latex/cachepic/cachepic.pdf -%{_texdir}/texmf-dist/doc/latex/cachepic/cachepic.tex - -%files cachepic-bin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_bindir}/cachepic - -%files calcage -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/calcage/calcage.sty - -%files calcage-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/calcage/README -%{_texdir}/texmf-dist/doc/latex/calcage/calcage.pdf - -%files calctab -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/calctab/calctab.sty - -%files calctab-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/calctab/README -%{_texdir}/texmf-dist/doc/latex/calctab/calctab_manual.pdf -%{_texdir}/texmf-dist/doc/latex/calctab/calctab_manual.tex - -%files calculator -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/calculator/calculator.sty -%{_texdir}/texmf-dist/tex/latex/calculator/calculus.sty - -%files calculator-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/calculator/README -%{_texdir}/texmf-dist/doc/latex/calculator/calculator.pdf -%{_texdir}/texmf-dist/doc/latex/calculator/calculator1.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator10.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator11.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator12.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator13.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator14.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator15.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator16.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator17.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator18.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator19.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator2.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator20.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator21.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator22.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator23.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator24.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator25.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator26.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator27.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator28.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator29.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator3.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator30.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator31.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator32.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator33.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator34.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator35.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator36.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator37.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator38.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator39.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator4.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator40.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator41.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator42.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator43.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator44.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator45.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator46.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator47.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator48.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator49.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator5.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator50.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator51.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator52.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator53.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator54.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator55.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator56.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator57.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator6.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator7.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator8.tex -%{_texdir}/texmf-dist/doc/latex/calculator/calculator9.tex - -%files calligra -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/source/public/calligra/callig15.mf -%{_texdir}/texmf-dist/fonts/source/public/calligra/calligra.mf -%{_texdir}/texmf-dist/fonts/tfm/public/calligra/callig15.tfm - -%files calligra-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/calligra/README -%{_texdir}/texmf-dist/doc/latex/calligra/testfont.pdf - -%files calligra-type1 -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/public/calligra-type1/callig15.afm -%{_texdir}/texmf-dist/fonts/map/dvips/calligra-type1/calligra.map -%{_texdir}/texmf-dist/fonts/type1/public/calligra-type1/callig15.pfb - -%files calligra-type1-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/calligra-type1/README - -%files calrsfs -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd -%{_texdir}/texmf-dist/tex/latex/calrsfs/calrsfs.sty - -%files calrsfs-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/calrsfs/README -%{_texdir}/texmf-dist/doc/latex/calrsfs/calrsfs.pdf -%{_texdir}/texmf-dist/doc/latex/calrsfs/calrsfs.tex - -%files cals -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cals/cals.sty - -%files cals-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cals/README -%{_texdir}/texmf-dist/doc/latex/cals/cals.pdf -%{_texdir}/texmf-dist/doc/latex/cals/examples/demo.pdf -%{_texdir}/texmf-dist/doc/latex/cals/examples/demo.tex -%{_texdir}/texmf-dist/doc/latex/cals/examples/table1.tex -%{_texdir}/texmf-dist/doc/latex/cals/examples/table2.tex -%{_texdir}/texmf-dist/doc/latex/cals/examples/table3.tex -%{_texdir}/texmf-dist/doc/latex/cals/examples/table4.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/README -%{_texdir}/texmf-dist/doc/latex/cals/test/template.txt -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_10_create.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_10_create.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_20_colwidth.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_20_colwidth.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_30_decor.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_30_decor.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_40_width.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_40_width.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_50_hooks.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_50_hooks.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_10_outone.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_10_outone.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_20_row.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_20_row.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_10_withwidth2.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_10_withwidth2.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_20_withcolor2.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_20_withcolor2.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_30_halfwidth.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_30_halfwidth.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_50_maxwidth.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_50_maxwidth.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_60_row.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_60_row.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_70_align.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_70_align.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_10_cons_rot.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_10_cons_rot.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_20_snoc_decons.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_20_snoc_decons.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_30_all.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_30_all.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_010_wrongbreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_010_wrongbreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_020_wrongnobreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_020_wrongnobreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_030_spanbreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_030_spanbreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_040_rowheight.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_040_rowheight.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_050_leftskip_rowspan.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_050_leftskip_rowspan.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_10_waitrule.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_10_waitrule.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_15_waitover.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_15_waitover.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_20_pack.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_20_pack.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_30_jointwo.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_30_jointwo.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_35_joinone.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_35_joinone.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_40_construct.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_40_construct.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_10_queue.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_10_queue.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_20_decor.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_20_decor.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_30_iftlrb.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_30_iftlrb.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_40_lr_queue.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_40_lr_queue.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_50_dimen.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_50_dimen.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_60_content.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_60_content.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_70_intercept.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_70_intercept.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_80_marker.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_80_marker.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/support/LatexTest.py -%{_texdir}/texmf-dist/doc/latex/cals/test/support/run_tests.py -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_10_ifbreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_10_ifbreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_20_dispatch.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_20_dispatch.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_30_issue_rowsep.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_30_issue_rowsep.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_40_issuerow.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_40_issuerow.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_50_row.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_50_row.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_60_whitespace.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_60_whitespace.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_70_lrskip.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_70_lrskip.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.png -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.png -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.png -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.tex -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.chk -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.png -%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.tex - -%files calxxxx-yyyy -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex - -%files calxxxx-yyyy-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README.pdf -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README.tex -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_DE.pdf -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_DK.pdf -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_EN.pdf - -%files cancel -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/cancel/cancel.sty - -%files cancel-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/cancel/cancel.pdf -%{_texdir}/texmf-dist/doc/latex/cancel/cancel.tex - -%files canoniclayout -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/canoniclayout/canoniclayout.sty - -%files canoniclayout-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/canoniclayout/README -%{_texdir}/texmf-dist/doc/latex/canoniclayout/canoniclayout.pdf - -%files cantarell -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/cantarell/Cantarell-Bold.afm -%{_texdir}/texmf-dist/fonts/afm/public/cantarell/Cantarell-Regular.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-01.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-02.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-03.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cantarell/cantarell.map -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-01.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-02.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-03.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-01.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-02.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-03.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-01.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-02.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-03.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-01.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-02.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-03.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-x2.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cantarell/Cantarell-Bold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cantarell/Cantarell-Regular.pfb -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-x2.vf -%{_texdir}/texmf-dist/tex/latex/cantarell/cantarell.sty -%{_texdir}/texmf-dist/tex/latex/cantarell/ot1fca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/t1fca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/t2afca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/t2bfca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/t2cfca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/ts1fca.fd -%{_texdir}/texmf-dist/tex/latex/cantarell/x2fca.fd - -%files cantarell-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/cantarell/CHANGES -%{_texdir}/texmf-dist/doc/fonts/cantarell/README -%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell-samples.pdf -%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell-samples.tex -%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell.pdf -%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell.tex -%{_texdir}/texmf-dist/doc/fonts/cantarell/manifest.txt - -%files captcont -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/captcont/captcont.sty - -%files captcont-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/captcont/README -%{_texdir}/texmf-dist/doc/latex/captcont/captcont.pdf -%{_texdir}/texmf-dist/doc/latex/captcont/ltxdoc.cfg -%{_texdir}/texmf-dist/doc/latex/captcont/test.tex - -%files captdef -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/captdef/captdef.sty - -%files captdef-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/captdef/captdef.pdf -%{_texdir}/texmf-dist/doc/latex/captdef/captdef.tex -%{_texdir}/texmf-dist/doc/latex/captdef/miscdoc.sty - -%files caption -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/caption/bicaption.sty -%{_texdir}/texmf-dist/tex/latex/caption/caption.sty -%{_texdir}/texmf-dist/tex/latex/caption/caption2.sty -%{_texdir}/texmf-dist/tex/latex/caption/caption3.sty -%{_texdir}/texmf-dist/tex/latex/caption/ltcaption.sty -%{_texdir}/texmf-dist/tex/latex/caption/newfloat.sty -%{_texdir}/texmf-dist/tex/latex/caption/subcaption.sty - -%files caption-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/caption/CHANGELOG -%{_texdir}/texmf-dist/doc/latex/caption/README -%{_texdir}/texmf-dist/doc/latex/caption/SUMMARY -%{_texdir}/texmf-dist/doc/latex/caption/bicaption.pdf -%{_texdir}/texmf-dist/doc/latex/caption/caption-deu.pdf -%{_texdir}/texmf-dist/doc/latex/caption/caption-eng.pdf -%{_texdir}/texmf-dist/doc/latex/caption/caption-rus.pdf -%{_texdir}/texmf-dist/doc/latex/caption/ltcaption.pdf -%{_texdir}/texmf-dist/doc/latex/caption/newfloat.pdf -%{_texdir}/texmf-dist/doc/latex/caption/subcaption.pdf - -%files capt-of -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/capt-of/capt-of.sty - -%files capt-of-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/capt-of/README -%{_texdir}/texmf-dist/doc/latex/capt-of/capt-of.pdf - -%files carlisle -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/carlisle/dotlessj.sty -%{_texdir}/texmf-dist/tex/latex/carlisle/ltxtable.sty -%{_texdir}/texmf-dist/tex/latex/carlisle/mylatex.ltx -%{_texdir}/texmf-dist/tex/latex/carlisle/plain.sty -%{_texdir}/texmf-dist/tex/latex/carlisle/remreset.sty -%{_texdir}/texmf-dist/tex/latex/carlisle/scalefnt.sty -%{_texdir}/texmf-dist/tex/latex/carlisle/slashed.sty - -%files carlisle-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/carlisle/README -%{_texdir}/texmf-dist/doc/latex/carlisle/ltx1.tex -%{_texdir}/texmf-dist/doc/latex/carlisle/ltxtable.pdf - -%files carolmin-ps -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin10.afm -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin17.afm -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin7.afm -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb17.afm -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb7.afm -%{_texdir}/texmf-dist/fonts/map/dvips/carolmin-ps/cmin.map -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb7.pfb - -%files carolmin-ps-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/carolmin-ps/README - -%files cascadilla -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/cascadilla/cascadilla.bst -%{_texdir}/texmf-dist/tex/latex/cascadilla/cascadilla.cls - -%files cascadilla-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cascadilla/LICENSE.txt -%{_texdir}/texmf-dist/doc/latex/cascadilla/README -%{_texdir}/texmf-dist/doc/latex/cascadilla/example.pdf -%{_texdir}/texmf-dist/doc/latex/cascadilla/example.tex -%{_texdir}/texmf-dist/doc/latex/cascadilla/exampleref.bib - -%files cases -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/cases/cases.sty - -%files cases-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/cases/cases.pdf -%{_texdir}/texmf-dist/doc/latex/cases/cases.tex - -%files casyl -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/fonts/source/public/casyl/casyll10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/casyl/casyll10.tfm -%{_texdir}/texmf-dist/tex/latex/casyl/casyltex.sty - -%files casyl-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/casyl/README -%{_texdir}/texmf-dist/doc/latex/casyl/casyldoc.pdf -%{_texdir}/texmf-dist/doc/latex/casyl/casyldoc.tex - -%files catcodes -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/catcodes/actcodes.sty -%{_texdir}/texmf-dist/tex/generic/catcodes/catchdq.sty -%{_texdir}/texmf-dist/tex/generic/catcodes/catcodes.RLS -%{_texdir}/texmf-dist/tex/generic/catcodes/stacklet.sty - -%files catcodes-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/catcodes/README -%{_texdir}/texmf-dist/doc/generic/catcodes/SrcFILEs.txt -%{_texdir}/texmf-dist/doc/generic/catcodes/catcodes.pdf - -%files catechis -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/catechis/catechis.sty - -%files catechis-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/catechis/README -%{_texdir}/texmf-dist/doc/latex/catechis/catechis.pdf -%{_texdir}/texmf-dist/doc/latex/catechis/test.tex - -%files catchfilebetweentags -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/catchfilebetweentags/catchfilebetweentags.sty - -%files catchfilebetweentags-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/catchfilebetweentags/README -%{_texdir}/texmf-dist/doc/latex/catchfilebetweentags/catchfilebetweentags.pdf - -%files catoptions -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/catoptions/catoptions-guide.cfg -%{_texdir}/texmf-dist/tex/latex/catoptions/catoptions.sty - -%files catoptions-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/catoptions/README -%{_texdir}/texmf-dist/doc/latex/catoptions/catoptions-guide.pdf -%{_texdir}/texmf-dist/doc/latex/catoptions/catoptions-guide.tex - -%files cbcoptic -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/coptbase.mf -%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/copti.mf -%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/copto.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic/copti.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic/copto.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cbcoptic/copti.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbcoptic/copto.pfb -%{_texdir}/texmf-dist/tex/latex/cbcoptic/coptic.sty -%{_texdir}/texmf-dist/tex/latex/cbcoptic/lcopcoptic.fd -%{_texdir}/texmf-dist/tex/latex/cbcoptic/prnthyph.sty - -%files cbcoptic-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cbcoptic/README -%{_texdir}/texmf-dist/doc/latex/cbcoptic/coptfont.pdf -%{_texdir}/texmf-dist/doc/latex/cbcoptic/testcop.tex -%{_texdir}/texmf-dist/doc/latex/cbcoptic/testcopOK.pdf - -%files cbfonts -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts/CB.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts/gmtr.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cbfonts/cbgreek-full.map -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbaccent.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbbase.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbdigits.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbgreek.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cblig.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligit.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligrm.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligsc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligtt.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cblower.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbmetre.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbspline.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbupper.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1382.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1659.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1991.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu2389.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu2866.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu3440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu4128.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto3583.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0500.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0600.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0700.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0800.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0900.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1000.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1095.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1200.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1440.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1728.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2074.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2488.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2986.mf -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu3583.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1382.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1659.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1991.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu2389.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu2866.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu3440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu4128.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto3583.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0500.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0600.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0700.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0800.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0900.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1000.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1095.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1200.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1440.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1728.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2074.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2488.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2986.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu3583.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1382.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1659.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1991.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu2389.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu2866.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu3440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu4128.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu3583.pfb - -%files cbfonts-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cbfonts/README -%{_texdir}/texmf-dist/doc/fonts/cbfonts/cbgreek.pdf -%{_texdir}/texmf-dist/doc/fonts/cbfonts/cbgreek.tex -%{_texdir}/texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf - -%files ccaption -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ccaption/ccaption.sty - -%files ccaption-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ccaption/README -%{_texdir}/texmf-dist/doc/latex/ccaption/ccaption.pdf - -%files ccfonts -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ccfonts/ccfonts.sty -%{_texdir}/texmf-dist/tex/latex/ccfonts/t1ccr.fd -%{_texdir}/texmf-dist/tex/latex/ccfonts/ts1ccr.fd - -%files ccfonts-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ccfonts/ccfonts.pdf -%{_texdir}/texmf-dist/doc/latex/ccfonts/readme - -%files ccicons -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/enc/dvips/ccicons/ccicons-u.enc -%{_texdir}/texmf-dist/fonts/map/dvips/ccicons/ccicons.map -%{_texdir}/texmf-dist/fonts/tfm/public/ccicons/ccicons.tfm -%{_texdir}/texmf-dist/fonts/type1/public/ccicons/ccicons.pfb -%{_texdir}/texmf-dist/tex/latex/ccicons/ccicons.sty - -%files ccicons-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/ccicons/ccicons.pdf - -%files cclicenses -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cclicenses/cclicenses.sty - -%files cclicenses-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cclicenses/README -%{_texdir}/texmf-dist/doc/latex/cclicenses/cclicenses_short.pdf - -%files cc-pl -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cc-pl/ccpl.map -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/fic_mic.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pccsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcmi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcslc9.mf -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcti10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pccsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcslc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcti10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pccsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcmi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcslc9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcti10.pfb - -%files cc-pl-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/fonts/cc-pl/README.cc-pl - -%files cd-cover -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/cd-cover/cd-cover.cls - -%files cd-cover-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/cd-cover/README -%{_texdir}/texmf-dist/doc/latex/cd-cover/cd-cover.pdf - -%files cdpbundl -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cdpbundl/adiseal.sty -%{_texdir}/texmf-dist/tex/latex/cdpbundl/articoletteracdp.cls -%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpaddon.sty -%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpshues-example.def -%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpshues.cfg -%{_texdir}/texmf-dist/tex/latex/cdpbundl/epson-stylus-740.def -%{_texdir}/texmf-dist/tex/latex/cdpbundl/hp-laserjet-4500.def -%{_texdir}/texmf-dist/tex/latex/cdpbundl/lettcdpadi.cls -%{_texdir}/texmf-dist/tex/latex/cdpbundl/letteracdp.cls - -%files cdpbundl-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cdpbundl/00readme.txt -%{_texdir}/texmf-dist/doc/latex/cdpbundl/README -%{_texdir}/texmf-dist/doc/latex/cdpbundl/manifest.txt -%{_texdir}/texmf-dist/doc/latex/cdpbundl/overview.pdf - -%files cd -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/cd/cd.cls - -%files cd-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/cd/CD.tex -%{_texdir}/texmf-dist/doc/latex/cd/CDlist.tex -%{_texdir}/texmf-dist/doc/latex/cd/README -%{_texdir}/texmf-dist/doc/latex/cd/cd.pdf -%{_texdir}/texmf-dist/doc/latex/cd/example.dat -%{_texdir}/texmf-dist/doc/latex/cd/parsecd.rb -%{_texdir}/texmf-dist/doc/latex/cd/slimCD.tex -%{_texdir}/texmf-dist/doc/latex/cd/slimCDlist.tex - -%files cellspace -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cellspace/cellspace.sty - -%files cellspace-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cellspace/README -%{_texdir}/texmf-dist/doc/latex/cellspace/cellspace.pdf -%{_texdir}/texmf-dist/doc/latex/cellspace/cellspace.tex - -%files cell -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/bibtex/bst/cell/cell.bst -%{_texdir}/texmf-dist/tex/latex/cell/cell.sty - -%files cell-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/cell/README - -%files censor -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/censor/censor.sty - -%files censor-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/censor/README -%{_texdir}/texmf-dist/doc/latex/censor/censor.pdf -%{_texdir}/texmf-dist/doc/latex/censor/censor.tex - -%files cfr-lm -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm/dotdigits-clm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm/t1-clm.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cfr-lm/clm.map -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2i8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2ij8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxi8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxji8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcscj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcscjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsco8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdun2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdun2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunhj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmduno8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssb2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssb2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbxj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssd2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssd2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdcj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2j8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2jo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2o8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqb2jo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqb2o8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbjo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx28t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx2j8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbxj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqjo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqo8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcsc8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcscj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcsjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcso8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtk8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtkj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtkjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtko8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtl8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlc8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlcj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlcjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlco8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtljo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtti8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttij8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtto8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmuj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtkj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtkjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtko8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtlj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtljo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtlo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt28t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2j8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2jo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2o8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvttj8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvttjo8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtto8t10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmb8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbxi8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbxo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmcsc8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmcsco8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmdunh8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmduno8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssbo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssbx8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssdc8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssdo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssq8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqbo8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqbx8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqo8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtcsc8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtcso8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtk8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtko8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtl8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlc8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlco8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtti8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtto8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmu8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtk8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtko8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtl8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtlo8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtt8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtto8ttl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtto10.tfm -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2i8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2ij8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxi8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxji8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcscj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcscjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsco8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdun2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdun2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunhj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmduno8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssb2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssb2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbxj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssd2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssd2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdcj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2j8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2jo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2o8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqb2jo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqb2o8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbjo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx28t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx2j8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbxj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqjo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqo8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcsc8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcscj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcsjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcso8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtk8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtkj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtkjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtko8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtl8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlc8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlcj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlcjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlco8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtljo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtti8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttij8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtto8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmuj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtkj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtkjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtko8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtlj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtljo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtlo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt28t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2j8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2jo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2o8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvttj8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvttjo8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtto8t10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbxi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbxo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmcsco10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmdunh10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmduno10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssbo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssdo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssq8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqbo8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqo8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtcso10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtk10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtko10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlco10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtto10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmu10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtk10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtko10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtlo10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtto10.vf -%{_texdir}/texmf-dist/tex/latex/cfr-lm/cfr-lm.sty -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2d.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2dj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2j.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2js.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2qs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2s.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2t.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2v.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmd.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmdj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clms.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2d.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2dj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2j.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2js.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2qs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2s.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2t.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2v.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmd.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmdj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clms.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2d.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2dj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2j.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2js.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2qs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2s.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2t.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2v.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmd.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmdj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmj.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjv.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmqs.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclms.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmt.fd -%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmv.fd - -%files cfr-lm-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/README -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/cfr-lm.pdf -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/cfr-lm.tex -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/clm-test.pdf -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/clm-test.tex -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/manifest.txt - -%files circ -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/circ/cibimos.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/cicirc.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/cidiod.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/cioptic.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/ciphysic.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/cirest.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/cisym.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/ciwidko.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/csym.mf -%{_texdir}/texmf-dist/fonts/source/public/circ/defcirc.mf -%{_texdir}/texmf-dist/fonts/tfm/public/circ/cioptic.tfm -%{_texdir}/texmf-dist/tex/latex/circ/basic.def -%{_texdir}/texmf-dist/tex/latex/circ/box.def -%{_texdir}/texmf-dist/tex/latex/circ/circ.sty -%{_texdir}/texmf-dist/tex/latex/circ/gate.def -%{_texdir}/texmf-dist/tex/latex/circ/ic.def -%{_texdir}/texmf-dist/tex/latex/circ/oldgate.def -%{_texdir}/texmf-dist/tex/latex/circ/optics.def -%{_texdir}/texmf-dist/tex/latex/circ/physics.def - -%files circ-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/circ/COPYING -%{_texdir}/texmf-dist/doc/latex/circ/README -%{_texdir}/texmf-dist/doc/latex/circ/cidoc.tex -%{_texdir}/texmf-dist/doc/latex/circ/circ.pdf -%{_texdir}/texmf-dist/doc/latex/circ/circ.txt -%{_texdir}/texmf-dist/doc/latex/circ/cisyms.tex -%{_texdir}/texmf-dist/doc/latex/circ/index.hlp - -%files circuitikz -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz.code.tex -%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz1.code.tex -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircbipoles.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirccurrent.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirclabel.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircmath.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircmonopoles.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircquadpoles.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircshapes.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirctripoles.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircutils.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircvoltage.sty -%{_texdir}/texmf-dist/tex/latex/circuitikz/t-circuitikz.tex - -%files circuitikz-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/circuitikz/CHANGELOG -%{_texdir}/texmf-dist/doc/latex/circuitikz/README -%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikz-context.pdf -%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikz-context.tex -%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf -%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex - -%files cite -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/cite/chapterbib.sty -%{_texdir}/texmf-dist/tex/latex/cite/cite.sty -%{_texdir}/texmf-dist/tex/latex/cite/drftcite.sty -%{_texdir}/texmf-dist/tex/latex/cite/overcite.sty - -%files cite-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/cite/README -%{_texdir}/texmf-dist/doc/latex/cite/chapterbib.ltx -%{_texdir}/texmf-dist/doc/latex/cite/chapterbib.pdf -%{_texdir}/texmf-dist/doc/latex/cite/cite.ltx -%{_texdir}/texmf-dist/doc/latex/cite/cite.pdf - -%files cjhebrew -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/cjhebrew/cjheblsm.afm -%{_texdir}/texmf-dist/fonts/afm/public/cjhebrew/cjhebltx.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/cjhebrew/cjhebltx.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cjhebrew/cjhebrew.map -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhblsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhbltx.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjheblsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhebltx.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/rcjhblsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/rcjhbltx.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cjhebrew/cjheblsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cjhebrew/cjhebltx.pfb -%{_texdir}/texmf-dist/fonts/vf/public/cjhebrew/cjhblsm.vf -%{_texdir}/texmf-dist/fonts/vf/public/cjhebrew/cjhbltx.vf -%{_texdir}/texmf-dist/tex/latex/cjhebrew/cjhebrew.sty - -%files cjhebrew-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cjhebrew/cjhebtst.tex -%{_texdir}/texmf-dist/doc/fonts/cjhebrew/manual.pdf - -%files cjk-ko -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-josa.sty -%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-ko.sty -%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-nanummjhanja.sty -%{_texdir}/texmf-dist/tex/latex/cjk-ko/kolabels-utf.sty -%{_texdir}/texmf-dist/tex/latex/cjk-ko/konames-utf.sty -%{_texdir}/texmf-dist/tex/latex/cjk-ko/kotex.sty - -%files cjk-ko-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/latex/cjk-ko/README -%{_texdir}/texmf-dist/doc/latex/cjk-ko/cjk-ko-doc.pdf -%{_texdir}/texmf-dist/doc/latex/cjk-ko/cjk-ko-doc.tex - -%files cjkpunct -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty - -%files cjkpunct-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cjkpunct/CJKpunct.pdf -%{_texdir}/texmf-dist/doc/latex/cjkpunct/CJKpunct.spa -%{_texdir}/texmf-dist/doc/latex/cjkpunct/README -%{_texdir}/texmf-dist/doc/latex/cjkpunct/README.zh-cn.txt -%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-CJKfntef.tex -%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-gb.tex -%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-gbk.tex -%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-utf8.tex -%{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-macros.tex -%{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-main.tex - -%files cjk -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd -%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJK.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJK.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/extended.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/extended.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pinyin.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmC.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/ruby.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.bdg -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90enc.def -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90gar.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90nrsr.fd -%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf -%{_texdir}/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf - -%files cjk-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/cjk/ChangeLog -%{_texdir}/texmf-dist/doc/latex/cjk/MANIFEST -%{_texdir}/texmf-dist/doc/latex/cjk/Makefile -%{_texdir}/texmf-dist/doc/latex/cjk/README -%{_texdir}/texmf-dist/doc/latex/cjk/TODO -%{_texdir}/texmf-dist/doc/latex/cjk/doc/CEF.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJK.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKspace.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/COPYING -%{_texdir}/texmf-dist/doc/latex/cjk/doc/INSTALL -%{_texdir}/texmf-dist/doc/latex/cjk/doc/TDS.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/commands.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/dvidrv.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/fonts.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/history.2_5 -%{_texdir}/texmf-dist/doc/latex/cjk/doc/history.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pinyin.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/reftex.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/ruby.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/thaifont.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/vertical.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/README -%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/READMEb5.tex -%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/READMEgb.tex -%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/emTeXb5.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/teTeXb5.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk/README -%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/README -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/ascii.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/japanese.jis -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/japanese.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/jp-fonts.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/jp-tex.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/preview.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/shibuaki.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/HOWTO.txt -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/bkai.map -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/map.list -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/updmap.my -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd -%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd -%{_texdir}/texmf-dist/doc/latex/cjk/examples/Big5.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/Big5vert.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CEF_test.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKspace.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/GB.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/JIS.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/KS.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/README -%{_texdir}/texmf-dist/doc/latex/cjk/examples/SJIS.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/UTF8.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/muletest.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/py_test.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/rubytest.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/thai.tex -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/c90.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/cjk.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/dnp.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl -%{_texdir}/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl -%{_texdir}/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex - -%files cns -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/misc/cns/4040w0.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w1.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w2.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w3.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w4.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w5.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w6.bin -%{_texdir}/texmf-dist/fonts/misc/cns/4040w7.bin -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-1.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-2.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-3.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-4.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-5.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-6.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-7.hbf -%{_texdir}/texmf-dist/fonts/misc/cns/cns40-b5.hbf -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1226.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1227.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1228.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1229.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1230.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1231.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1232.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1233.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1234.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1235.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1236.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1237.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1238.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1239.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1240.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1241.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1242.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1243.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1244.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1245.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1246.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1247.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1248.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1249.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1250.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1251.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1252.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1253.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1254.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1255.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1226.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1227.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1228.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1229.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1230.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1231.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1232.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1233.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1234.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1226.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1227.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1228.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1229.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1230.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1226.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1227.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1228.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1229.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1226.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1227.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1228.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1229.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1230.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1231.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1232.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1233.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1234.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1201.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1202.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1203.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1204.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1205.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1206.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1207.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1208.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1209.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1210.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1211.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1212.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1213.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1214.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1215.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1216.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1217.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1218.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1219.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1220.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1221.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1222.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1223.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1224.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1225.tfm -%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1226.tfm - -%files cns-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-1/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-2/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-3/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-4/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-5/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-6/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-7/README -%{_texdir}/texmf-dist/doc/fonts/cns/cns40-b5/README - -%files garuda-c90 -%defattr(-,root,root) -%{_texdir}/texmf-dist/dvips/garuda-c90/config.garuda-c90 -%{_texdir}/texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map -%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm - -%files norasi-c90 -%defattr(-,root,root) -%{_texdir}/texmf-dist/dvips/norasi-c90/config.norasi-c90 -%{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90/norasi-c90.map -%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnbi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftni8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnr8z.tfm - -%files thailatex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex -%{_texdir}/texmf-dist/tex/generic/thailatex/hyph-th.tex -%{_texdir}/texmf-dist/tex/generic/thailatex/loadhyph-th.tex -%{_texdir}/texmf-dist/tex/generic/thailatex/lthenc.def -%{_texdir}/texmf-dist/tex/generic/thailatex/thai.ldf -%{_texdir}/texmf-dist/tex/generic/thailatex/thswitch.sty -%{_texdir}/texmf-dist/tex/generic/thailatex/tis620.def - -%files thailatex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/thailatex/README -%{_texdir}/texmf-dist/doc/latex/thailatex/thai.pdf -%{_texdir}/texmf-dist/doc/latex/thailatex/examples/orchid.tex -%{_texdir}/texmf-dist/doc/latex/thailatex/examples/utf-example.tex - -%files uhc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/dvips/uhc/config.uhc -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj00.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj01.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj02.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj03.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj04.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj05.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj10.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj11.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj12.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj13.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj14.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj15.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj16.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj17.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj20.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj21.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj22.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj23.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj24.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj25.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj26.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj27.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj28.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj29.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj30.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj31.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj32.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj33.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj34.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj35.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj36.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj37.afm -%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj38.afm -%{_texdir}/texmf-dist/fonts/map/dvips/uhc/umj.map -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo34.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo35.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo36.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo37.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo38.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcfa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcof9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcofa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjf9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjfa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjof9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjofa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjube.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuf9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjufa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuof9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuofa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxf9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxfa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo00.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo01.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo02.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo03.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo30.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo31.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo32.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo33.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo50.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo51.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo52.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo53.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo54.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo55.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo56.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo57.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo58.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo59.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo60.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo61.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo62.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo63.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo64.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo65.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo66.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo67.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo68.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo69.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo70.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo71.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo72.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo73.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo74.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo75.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo76.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo77.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo78.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo79.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo80.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo81.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo82.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo83.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo84.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo85.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo86.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo87.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo88.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo89.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo90.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo91.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo92.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo93.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo94.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo95.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo96.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo97.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo98.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo99.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoac.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoad.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoae.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoaf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoba.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobe.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoca.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocb.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocc.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocd.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoce.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocf.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxof9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxofa.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoff.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo0.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo04.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo05.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo06.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo07.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo1.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo11.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo12.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo13.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo14.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo15.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo16.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo18.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo19.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo2.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo20.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo21.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo22.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo23.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo24.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo25.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo26.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo27.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo28.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo29.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo3.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo4.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo5.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo6.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo7.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo9.tfm -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj00.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj01.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj02.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj03.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj04.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj05.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj10.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj11.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj12.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj13.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj14.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj15.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj16.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj17.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj20.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj21.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj22.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj23.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj24.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj25.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj26.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj27.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj28.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj29.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj30.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj31.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj32.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj33.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj34.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj35.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj36.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj37.pfb -%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj38.pfb -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcf9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcfa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcof9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcofa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjf9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjfa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjof9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjofa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjube.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuf9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjufa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuof9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuofa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxf9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxfa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo00.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo01.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo02.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo03.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo30.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo31.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo32.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo33.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo50.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo51.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo52.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo53.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo54.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo55.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo56.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo57.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo58.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo59.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo60.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo61.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo62.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo63.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo64.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo65.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo66.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo67.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo68.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo69.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo70.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo71.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo72.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo73.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo74.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo75.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo76.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo77.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo78.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo79.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo80.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo81.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo82.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo83.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo84.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo85.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo86.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo87.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo88.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo89.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo90.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo91.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo92.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo93.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo94.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo95.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo96.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo97.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo98.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo99.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9a.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9b.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9c.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9d.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9e.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9f.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoac.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoad.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoae.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoaf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoba.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobe.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoca.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocb.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocc.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocd.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoce.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocf.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxof9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxofa.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoff.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx9.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo0.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo04.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo05.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo06.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo07.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo1.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo10.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo11.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo12.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo13.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo14.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo15.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo16.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo17.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo18.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo19.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo2.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo20.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo21.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo22.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo23.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo24.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo25.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo26.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo27.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo28.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo29.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo3.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo4.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo5.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo6.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo7.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo8.vf -%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo9.vf - -%files uhc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/uhc/umj/README - -%files wadalab -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjgreek.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjhira.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjhw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkata.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkeisen.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkx.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjky.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkz.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjroma.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjrussian.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjsy.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjgreek.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjhira.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjhw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkata.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkeisen.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkx.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjky.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkz.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjroma.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjrussian.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjsy.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjgreek.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjhira.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjhw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkata.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkeisen.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkx.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjky.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkz.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjroma.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjrussian.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjsy.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjgreek.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjhira.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjhw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjka.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkata.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkb.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkc.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkd.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjke.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkeisen.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkf.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkg.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkh.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjki.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkj.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkk.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkl.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkm.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkn.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjko.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkp.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkq.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkr.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjks.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkt.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjku.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkv.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkw.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkx.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjky.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkz.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjroma.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjrussian.afm -%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjsy.afm -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/dgj.map -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/dmj.map -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mc2j.map -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mcj.map -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mr2j.map -%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mrj.map -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjgreek.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjhira.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjhw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkata.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkeisen.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkx.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjky.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkz.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjroma.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjrussian.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjsy.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjgreek.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjhira.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjhw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkata.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkeisen.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkx.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjky.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkz.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjroma.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjrussian.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjsy.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjgreek.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjhira.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjhw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkata.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkeisen.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkx.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjky.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkz.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjroma.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjrussian.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjsy.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjgreek.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjhira.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjhw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjka.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkata.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkb.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkc.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjke.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkeisen.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkf.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkg.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkh.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjki.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkj.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkk.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkm.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkn.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjko.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkp.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkq.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkr.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjks.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkt.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjku.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkv.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkw.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkx.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjky.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkz.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjroma.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjrussian.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjsy.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj50.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj51.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj52.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj53.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj54.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj55.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj56.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj57.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj58.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj59.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj60.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj61.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj62.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj63.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj64.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj65.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj66.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj67.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj68.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj69.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj70.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj71.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj72.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj73.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj74.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj75.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj76.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj77.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj78.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj79.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj80.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj81.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj82.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj83.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj84.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj85.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj86.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj87.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj88.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj89.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj90.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj91.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj92.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj93.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj94.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj95.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj96.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj97.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj98.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj99.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgjff.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj50.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj51.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj52.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj53.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj54.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj55.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj56.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj57.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj58.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj59.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj60.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj61.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj62.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj63.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj64.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj65.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj66.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj67.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj68.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj69.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj70.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj71.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj72.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj73.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj74.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj75.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj76.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj77.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj78.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj79.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj80.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj81.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj82.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj83.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj84.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj85.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj86.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj87.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj88.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj89.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj90.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj91.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj92.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj93.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj94.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj95.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj96.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj97.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj98.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj99.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmjff.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj50.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj51.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj52.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj53.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj54.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj55.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj56.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj57.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj58.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj59.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj60.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj61.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj62.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj63.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj64.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj65.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj66.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj67.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj68.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj69.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj70.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj71.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj72.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj73.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj74.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj75.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj76.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj77.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj78.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj79.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj80.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj81.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj82.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj83.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj84.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj85.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj86.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj87.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj88.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj89.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj90.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj91.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj92.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj93.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj94.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj95.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj96.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj97.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj98.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj99.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcjff.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj00.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj03.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj04.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj20.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj21.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj22.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj23.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj25.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj26.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj30.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj4e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj4f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj50.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj51.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj52.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj53.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj54.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj55.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj56.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj57.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj58.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj59.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj60.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj61.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj62.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj63.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj64.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj65.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj66.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj67.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj68.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj69.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj70.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj71.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj72.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj73.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj74.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj75.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj76.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj77.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj78.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj79.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj80.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj81.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj82.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj83.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj84.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj85.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj86.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj87.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj88.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj89.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj90.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj91.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj92.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj93.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj94.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj95.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj96.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj97.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj98.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj99.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9a.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9b.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9c.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9d.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9e.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9f.tfm -%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrjff.tfm -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjgreek.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjhira.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjhw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkata.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkeisen.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkx.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjky.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkz.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjroma.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjrussian.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjsy.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjgreek.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjhira.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjhw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkata.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkeisen.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkx.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjky.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkz.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjroma.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjrussian.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjsy.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjgreek.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjhira.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjhw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkata.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkeisen.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkx.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjky.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkz.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjroma.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjrussian.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjsy.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjgreek.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjhira.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjhw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjka.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkata.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkb.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkc.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkd.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjke.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkeisen.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkf.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkg.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkh.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjki.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkj.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkk.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkl.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkm.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkn.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjko.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkp.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkq.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkr.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjks.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkt.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjku.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkv.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkw.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkx.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjky.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkz.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjroma.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjrussian.pfb -%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjsy.pfb -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj00.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj03.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj04.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj20.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj21.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj22.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj23.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj25.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj26.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj30.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj4e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj4f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj50.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj51.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj52.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj53.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj54.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj55.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj56.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj57.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj58.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj59.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj60.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj61.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj62.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj63.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj64.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj65.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj66.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj67.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj68.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj69.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj70.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj71.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj72.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj73.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj74.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj75.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj76.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj77.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj78.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj79.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj80.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj81.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj82.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj83.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj84.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj85.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj86.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj87.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj88.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj89.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj90.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj91.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj92.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj93.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj94.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj95.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj96.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj97.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj98.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj99.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgjff.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj00.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj03.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj04.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj20.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj21.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj22.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj23.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj25.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj26.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj30.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj4e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj4f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj50.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj51.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj52.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj53.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj54.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj55.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj56.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj57.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj58.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj59.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj60.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj61.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj62.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj63.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj64.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj65.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj66.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj67.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj68.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj69.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj70.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj71.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj72.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj73.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj74.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj75.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj76.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj77.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj78.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj79.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj80.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj81.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj82.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj83.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj84.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj85.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj86.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj87.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj88.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj89.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj90.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj91.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj92.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj93.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj94.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj95.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj96.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj97.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj98.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj99.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmjff.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj00.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj03.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj04.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj20.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj21.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj22.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj23.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj25.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj26.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj30.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj4e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj4f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj50.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj51.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj52.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj53.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj54.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj55.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj56.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj57.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj58.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj59.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj60.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj61.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj62.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj63.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj64.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj65.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj66.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj67.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj68.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj69.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj70.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj71.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj72.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj73.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj74.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj75.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj76.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj77.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj78.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj79.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj80.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj81.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj82.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj83.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj84.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj85.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj86.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj87.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj88.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj89.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj90.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj91.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj92.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj93.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj94.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj95.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj96.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj97.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj98.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj99.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcjff.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj00.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj03.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj04.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj20.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj21.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj22.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj23.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj25.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj26.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj30.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj4e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj4f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj50.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj51.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj52.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj53.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj54.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj55.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj56.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj57.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj58.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj59.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj60.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj61.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj62.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj63.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj64.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj65.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj66.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj67.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj68.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj69.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj70.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj71.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj72.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj73.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj74.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj75.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj76.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj77.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj78.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj79.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj80.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj81.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj82.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj83.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj84.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj85.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj86.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj87.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj88.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj89.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj90.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj91.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj92.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj93.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj94.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj95.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj96.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj97.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj98.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj99.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9a.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9b.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9c.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9d.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9e.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9f.vf -%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrjff.vf - -%files wadalab-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/wadalab/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/wadalab-sampler.pdf -%{_texdir}/texmf-dist/doc/fonts/wadalab/wadalab-sampler.tex -%{_texdir}/texmf-dist/doc/fonts/wadalab/dgj/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/dmj/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/mc2j/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/mcj/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/mr2j/README -%{_texdir}/texmf-dist/doc/fonts/wadalab/mrj/README - -%files cjkutils -%defattr(-,root,root) -%{_mandir}/man1/bg5conv.1* -%{_mandir}/man1/cef5conv.1* -%{_mandir}/man1/cefconv.1* -%{_mandir}/man1/cefsconv.1* -%{_mandir}/man1/extconv.1* -%{_mandir}/man1/hbf2gf.1* -%{_mandir}/man1/sjisconv.1* -%{_texdir}/texmf/hbf2gf/README -%{_texdir}/texmf/hbf2gf/b5ka12.cfg -%{_texdir}/texmf/hbf2gf/b5kr12.cfg -%{_texdir}/texmf/hbf2gf/b5so12.cfg -%{_texdir}/texmf/hbf2gf/c1so12.cfg -%{_texdir}/texmf/hbf2gf/c2so12.cfg -%{_texdir}/texmf/hbf2gf/c3so12.cfg -%{_texdir}/texmf/hbf2gf/c4so12.cfg -%{_texdir}/texmf/hbf2gf/c5so12.cfg -%{_texdir}/texmf/hbf2gf/c6so12.cfg -%{_texdir}/texmf/hbf2gf/c7so12.cfg -%{_texdir}/texmf/hbf2gf/csso12.cfg -%{_texdir}/texmf/hbf2gf/gsfs14.cfg -%{_texdir}/texmf/hbf2gf/j2so12.cfg -%{_texdir}/texmf/hbf2gf/jsso12.cfg -%{_texdir}/texmf/hbf2gf/ksso17.cfg - -%files cjkutils-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/bg5conv/bg5conv.pdf -%{_texdir}/texmf/doc/cef5conv/cef5conv.pdf -%{_texdir}/texmf/doc/cefconv/cefconv.pdf -%{_texdir}/texmf/doc/cefsconv/cefsconv.pdf -%{_texdir}/texmf/doc/extconv/extconv.pdf -%{_texdir}/texmf/doc/hbf2gf/hbf2gf.pdf -%{_texdir}/texmf/doc/sjisconv/sjisconv.pdf - -%files cjkutils-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/bg5+latex -%{_bindir}/bg5+pdflatex -%{_bindir}/bg5conv -%{_bindir}/bg5latex -%{_bindir}/bg5pdflatex -%{_bindir}/cef5conv -%{_bindir}/cef5latex -%{_bindir}/cef5pdflatex -%{_bindir}/cefconv -%{_bindir}/ceflatex -%{_bindir}/cefpdflatex -%{_bindir}/cefsconv -%{_bindir}/cefslatex -%{_bindir}/cefspdflatex -%{_bindir}/extconv -%{_bindir}/gbklatex -%{_bindir}/gbkpdflatex -%{_bindir}/hbf2gf -%{_bindir}/sjisconv -%{_bindir}/sjislatex -%{_bindir}/sjispdflatex - -%files classics -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/classics/classics.sty - -%files classics-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/classics/README -%{_texdir}/texmf-dist/doc/latex/classics/classics.pdf -%{_texdir}/texmf-dist/doc/latex/classics/classics.tex - -%files classicthesis -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/classicthesis/classicthesis.sty - -%files classicthesis-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/classicthesis/Bibliography.bib -%{_texdir}/texmf-dist/doc/latex/classicthesis/CHANGES -%{_texdir}/texmf-dist/doc/latex/classicthesis/COPYING -%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp -%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps -%{_texdir}/texmf-dist/doc/latex/classicthesis/LISTOFFILES -%{_texdir}/texmf-dist/doc/latex/classicthesis/README -%{_texdir}/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Abstract.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Colophon.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publication.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf -%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_1.jpg -%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_2.jpg -%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_3.jpg -%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_4.jpg - -%files clefval -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/clefval/clefval.sty - -%files clefval-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/clefval/Changements -%{_texdir}/texmf-dist/doc/latex/clefval/Changes -%{_texdir}/texmf-dist/doc/latex/clefval/LISEZMOI -%{_texdir}/texmf-dist/doc/latex/clefval/README -%{_texdir}/texmf-dist/doc/latex/clefval/clefval.pdf -%{_texdir}/texmf-dist/doc/latex/clefval/example.pdf -%{_texdir}/texmf-dist/doc/latex/clefval/example.tex -%{_texdir}/texmf-dist/doc/latex/clefval/exemple.pdf -%{_texdir}/texmf-dist/doc/latex/clefval/exemple.tex - -%files cleveref -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cleveref/cleveref.sty - -%files cleveref-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cleveref/README -%{_texdir}/texmf-dist/doc/latex/cleveref/cleveref.pdf - -%files clipboard -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/clipboard/clipboard.sty - -%files clipboard-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/clipboard/README -%{_texdir}/texmf-dist/doc/latex/clipboard/clipboard.pdf -%{_texdir}/texmf-dist/doc/latex/clipboard/clipboard.tex - -%files clock -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/source/public/clock/clock.mf -%{_texdir}/texmf-dist/fonts/tfm/public/clock/clock.tfm -%{_texdir}/texmf-dist/tex/latex/clock/clock.sty -%{_texdir}/texmf-dist/tex/latex/clock/clock.tex - -%files clock-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/clock/COPYING -%{_texdir}/texmf-dist/doc/latex/clock/EMTEX -%{_texdir}/texmf-dist/doc/latex/clock/HISTORY -%{_texdir}/texmf-dist/doc/latex/clock/INSTALL -%{_texdir}/texmf-dist/doc/latex/clock/MIKTEX -%{_texdir}/texmf-dist/doc/latex/clock/README -%{_texdir}/texmf-dist/doc/latex/clock/clockdoc.pdf -%{_texdir}/texmf-dist/doc/latex/clock/clockdoc.tex - -%files clrscode -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/clrscode/clrscode.sty - -%files clrscode-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/clrscode/README -%{_texdir}/texmf-dist/doc/latex/clrscode/clrscode.pdf - -%files cmap -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/cmap/cmap.sty -%{_texdir}/texmf-dist/tex/latex/cmap/lae.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/lfe.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/lgr.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/ot1.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/ot1tt.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/ot6.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/t1.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/t2a.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/t2b.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/t2c.cmap -%{_texdir}/texmf-dist/tex/latex/cmap/t5.cmap - -%files cmap-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/cmap/README - -%files cmarrows -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/metapost/cmarrows/cmarrows.mp -%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0009.mp -%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0016.mp -%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0020.mp -%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0025.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0008.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0010.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0011.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0012.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0013.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0014.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0015.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0017.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0018.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0019.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0021.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0022.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0023.mp -%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0024.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0000.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0001.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0002.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0003.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0004.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0005.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0006.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0007.mp -%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0027.mp - -%files cmarrows-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/cmarrows/README -%{_texdir}/texmf-dist/doc/metapost/cmarrows/cmarrows.pdf - -%files cmbright -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams10pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams8pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams9pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/baccent.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bgreeku.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bitalms.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/br10pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/br17pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/br8pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/br9pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brmsa.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brmsb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/broman.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromanl.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromlig.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromms.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs10pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs17pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs8pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs9pt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmsltl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmtl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebaccess.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbase.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbraces.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebpseudo.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrleast.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrlig.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrligtb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrllett.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrlwest.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebroman.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebtl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebto10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/mathsl.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/msa.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/msb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbpseudo.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsymbol.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbtl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbto10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ttsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ttsymbol.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmsltl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbto10.tfm -%{_texdir}/texmf-dist/tex/latex/cmbright/cmbright.sty -%{_texdir}/texmf-dist/tex/latex/cmbright/omlcmbr.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/omlcmbrm.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/omscmbr.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/omscmbrs.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/ot1cmbr.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/ot1cmtl.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/t1cmbr.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/t1cmtl.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/ts1cmbr.fd -%{_texdir}/texmf-dist/tex/latex/cmbright/ts1cmtl.fd - -%files cmbright-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cmbright/LICENSE -%{_texdir}/texmf-dist/doc/fonts/cmbright/README -%{_texdir}/texmf-dist/doc/fonts/cmbright/cmbright.txt -%{_texdir}/texmf-dist/doc/fonts/cmbright/manifest.txt -%{_texdir}/texmf-dist/doc/latex/cmbright/cmbright.pdf - -%files cmcyr -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cmcyr/cmcyr.map -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/ccsc.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/citall.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbxsl1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbxti1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcinch.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcitt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc11.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc14.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc18.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc24.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc36.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcscsl1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsltt1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssbx1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssdc1.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssq8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssqi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctitle.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcu10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/coding.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrillic.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrl.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrlc.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrt.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyru.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cytextit.mf -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cytitle.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcinch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmu10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfm -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbxsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbxti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcminch.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmitt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmib10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsltt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssq8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssqi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmu10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbxsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbxti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcminch.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmitt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmib10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsltt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssq8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssqi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmu10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbxsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbxti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcminch.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmitt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmib10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsltt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssq8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssqi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmu10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmb10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbxsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbxti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycminch.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmitt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmib10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr5.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr6.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsltt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssbx10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssdc10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi17.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssq8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssqi8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt9.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmu10.vf - -%files cmcyr-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/README -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmalt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmalte -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmiso -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmisoe -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkde -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkdee -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkoi8 -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkoi8e -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmwin -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmwine -%{_texdir}/texmf-dist/doc/fonts/cmcyr/coding.bak -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyralt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyralte -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyriso -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrisoe -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkde -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkdee -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkoi8 -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkoi8e -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrwin -%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrwine -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6i -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6k -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6w -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.alt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.bat -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.iso -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.koi -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.o6w -%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.win -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncalt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncalte -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnciso -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncisoe -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnckoi8 -%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnckoi8e -%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat -%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat -%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat - -%files cmdstring -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cmdstring/cmdstring.sty - -%files cmdstring-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmdstring/README -%{_texdir}/texmf-dist/doc/latex/cmdstring/cmdstring.pdf -%{_texdir}/texmf-dist/doc/latex/cmdstring/cmdstring.tex - -%files cmextra -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxcd10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxti12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxti7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmcscsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmfibs8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmitt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmitt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsl6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsltt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmssbxo10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsslu30.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmssu30.mf -%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmvtti10.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxcd10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmcscsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmfibs8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmitt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmitt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsl6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsltt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmssbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsslu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmssu30.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmvtti10.tfm - -%files cm-lgc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbcce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbcpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbice.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbijce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbijpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbipg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrcce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrcpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrice.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrijce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrijpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmripg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsboce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbopg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsrce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsroce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsropg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsrpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrcce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrcpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrice.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij6y.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij6z.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij8a.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrijce.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrijpg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctripg.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrpg.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-lgc/8r-mod.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cm-lgc/cm-lgc.map -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbcut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbiut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbout.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbuut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrcut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmriut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrout.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmruut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsbout.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsbut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsrout.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsrut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrcut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctriut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrout.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrut.ofm -%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctruut.ofm -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbcut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbiut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbout.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbuut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrcut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmriut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrout.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmruut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsbout.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsbut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsrout.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsrut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrcut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctriut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrout.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrut.ovf -%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctruut.ovf -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbice.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbigr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbipg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmboc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmboce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbogr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbopg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbuce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbugr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbuj8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbupg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrice.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrigr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmripg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmroc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmroce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrogr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmropg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmruce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrugr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmruj8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrupg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsboce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbogr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbopg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsroce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrogr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsropg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrgr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrice.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrigr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrij8a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrij8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctripg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctroc8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctroce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrogr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctropg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrpg.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6y.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6z.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru7k.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctruce.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrugr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctruj8r.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrupg.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbice.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbice.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrice.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrice.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmripg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmripg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsboce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsboce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsroce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsroce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsropg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsropg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrice.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrice.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijce.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijce.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctripg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctripg.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrpg.inf -%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrpg.pfb -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbcgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbigr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbogr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbugr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrcgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrigr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrogr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrugr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbogr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsrgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsrogr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrcgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrgr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrigr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrogr.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru6a.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru7k.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru7t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru8c.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru8t.vf -%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrugr.vf -%{_texdir}/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty -%{_texdir}/texmf-dist/tex/latex/cm-lgc/cmlgc.sty -%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fct.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fcm.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fcs.fd -%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fct.fd - -%files cm-lgc-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/COPYING -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/HISTORY -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/INSTALL -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/README -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/scripts.tar.gz - -%files cmll -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cmll/cmll.map -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss17.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllssbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/llcommon.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/lleusym.mf -%{_texdir}/texmf-dist/fonts/source/public/cmll/llsymbols.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr9.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllssbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr9.pfb -%{_texdir}/texmf-dist/tex/latex/cmll/cmll.sty -%{_texdir}/texmf-dist/tex/latex/cmll/ucmllr.fd -%{_texdir}/texmf-dist/tex/latex/cmll/ucmllss.fd -%{_texdir}/texmf-dist/tex/latex/cmll/ueull.fd - -%files cmll-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cmll/README -%{_texdir}/texmf-dist/doc/fonts/cmll/cmll.pdf - -%files cmpica -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpica.mf -%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpicab.mf -%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpicati.mf -%{_texdir}/texmf-dist/fonts/source/public/cmpica/pcpunct.mf -%{_texdir}/texmf-dist/fonts/source/public/cmpica/pica.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpica.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpicab.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpicati.tfm - -%files cmpica-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/cmpica/README - -%files cmpj -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/cmpj/cmpj.bst -%{_texdir}/texmf-dist/tex/latex/cmpj/cmp-logo.eps -%{_texdir}/texmf-dist/tex/latex/cmpj/cmp-logo.pdf -%{_texdir}/texmf-dist/tex/latex/cmpj/cmpj.sty -%{_texdir}/texmf-dist/tex/latex/cmpj/cmpj2.sty - -%files cmpj-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmpj/README -%{_texdir}/texmf-dist/doc/latex/cmpj/eps_demo.eps -%{_texdir}/texmf-dist/doc/latex/cmpj/eps_demo.pdf -%{_texdir}/texmf-dist/doc/latex/cmpj/icmphome.eps -%{_texdir}/texmf-dist/doc/latex/cmpj/icmphome.pdf -%{_texdir}/texmf-dist/doc/latex/cmpj/template.pdf -%{_texdir}/texmf-dist/doc/latex/cmpj/template.tex - -%files cmsd -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cmsd/cmsd.sty -%{_texdir}/texmf-dist/tex/latex/cmsd/t1cmsd.fd -%{_texdir}/texmf-dist/tex/latex/cmsd/ts1cmsd.fd - -%files cmsd-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmsd/liesmich -%{_texdir}/texmf-dist/doc/latex/cmsd/readme - -%files cm-super -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/dvips/cm-super/cm-super.GS -%{_texdir}/texmf-dist/dvips/cm-super/config.cm-super -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflb8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isfli8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflo8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflq8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isfltt8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbbx10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo17.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr17.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso17.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr17.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbtl10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbto10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflb8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfli8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflo8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflq8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfltt8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfocc10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform5.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform6.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform7.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl5.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl6.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl7.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl9.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoti10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfqi8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsq8.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfssdc10.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt3583.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0500.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0600.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0700.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0800.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0900.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1000.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1095.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1200.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1440.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1728.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2074.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2488.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2986.afm.gz -%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc3583.afm.gz -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2a.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2b.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2c.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-x2.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t1.map -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2a.map -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2b.map -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2c.map -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-ts1.map -%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-x2.map -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t1.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2a.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2b.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2c.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-ts1.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-x2.ali -%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super.ali -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflb8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isfli8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflo8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isfltt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbtl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbto10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflb8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfli8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflo8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfltt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfocc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfqi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfssdc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt3583.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0500.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0600.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0700.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0800.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0900.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1000.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1095.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1200.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1440.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1728.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2074.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2488.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2986.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc3583.pfb -%{_texdir}/texmf-dist/tex/latex/cm-super/type1ec.sty - -%files cm-super-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/cm-super/COPYING -%{_texdir}/texmf-dist/doc/fonts/cm-super/ChangeLog -%{_texdir}/texmf-dist/doc/fonts/cm-super/FAQ -%{_texdir}/texmf-dist/doc/fonts/cm-super/INSTALL -%{_texdir}/texmf-dist/doc/fonts/cm-super/README -%{_texdir}/texmf-dist/doc/fonts/cm-super/TODO -%{_texdir}/texmf-dist/doc/fonts/cm-super/cm-super-inf.tar.bz2 - -%files cmtiup -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup10.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup12.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup7.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup8.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup9.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiupgn.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiuplg.mf -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiupp.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup9.tfm -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup10.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup12.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup7.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup8.vf -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup9.vf -%{_texdir}/texmf-dist/tex/latex/cmtiup/cmtiup.sty - -%files cmtiup-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cmtiup/README -%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.dtx -%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.ins -%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.pdf -%{_texdir}/texmf-dist/doc/latex/cmtiup/testfont.pdf - -%files cm -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/black.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk -%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/gray.pk -%{_texdir}/texmf-dist/fonts/source/public/cm/accent.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/bigacc.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/bigdel.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/bigop.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/calu.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbase.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbsy10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtex10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbxsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmbxti10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmdunh10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmex10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmexb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmff10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmfi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmfib8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cminch.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmitt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi5.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi6.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi7.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmmib10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmplain.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsltt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmss10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmss12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmss17.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmss9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssdc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi17.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssq8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmssqi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy5.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy6.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy7.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmti10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmti12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmti7.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmti8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmti9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmttb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmu10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cmvtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/comlig.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/csc.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/cscspu.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/greekl.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/greeku.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/itald.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/italig.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/itall.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/italms.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/italp.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/italsp.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/mathex.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/mathit.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/mathsy.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/olddig.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/punct.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/roman.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romand.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romanl.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romanp.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romanu.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romlig.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romms.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romspl.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romspu.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/romsub.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/sym.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/symbol.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/texset.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/textit.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/title.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/tset.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/tsetsl.mf -%{_texdir}/texmf-dist/fonts/source/public/cm/white_setup.mf -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmff10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmfi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmfib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmvtt10.tfm - -%files cm-doc -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/doc/fonts/cm/README -%{_texdir}/texmf-dist/doc/fonts/cm/README-cmps.txt - -%files cm-unicode -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbbx.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbi.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbl.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbmo.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbmr.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbso.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbsr.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbtl.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbto.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbx.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbxo.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunci.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunit.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunobi.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunobx.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunorm.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunoti.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunrb.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunrm.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsi.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsl.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunso.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunss.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunssdc.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunst.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsx.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntb.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunti.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntt.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntx.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunui.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunvi.afm -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunvt.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ec.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ecsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-g.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-gsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-la.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lasc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lb.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ld.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-rx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tipa.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tipx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ux.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-uxsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-vn.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cm-unicode/cmu.map -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbbx.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbi.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbl.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbmo.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbmr.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbso.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbsr.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbtl.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbto.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbx.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbxo.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunci.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunit.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunobi.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunobx.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunorm.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunoti.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunrb.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunrm.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsi.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsl.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunso.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunss.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunssdc.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunst.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsx.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntb.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunti.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntt.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntx.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunui.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunvi.otf -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunvt.otf -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbbx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbl.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbmo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbmr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbso.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbsr.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbtl.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbto.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbxo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunci.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunit.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunobi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunobx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunorm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunoti.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunrb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunrm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsl.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunso.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunss.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunssdc.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunst.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunti.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntt.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntx.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunui.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunvi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunvt.pfb - -%files cm-unicode-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Changes -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/FAQ -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/FontLog.txt -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.alias -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.otf -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.pfb -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/INSTALL -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/OFL-FAQ.txt -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/OFL.txt -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/README -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/README.doc -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/TODO -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/cmunrm.pdf -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/cmunti.pdf -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/config.cmu - -%files codedoc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/codedoc/codedoc.cls - -%files codedoc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf -%{_texdir}/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex -%{_texdir}/texmf-dist/doc/latex/codedoc/README - -%files codepage -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/codepage/code437.tex -%{_texdir}/texmf-dist/tex/latex/codepage/code850.tex -%{_texdir}/texmf-dist/tex/latex/codepage/codeiso1.tex -%{_texdir}/texmf-dist/tex/latex/codepage/codemac.tex -%{_texdir}/texmf-dist/tex/latex/codepage/codepage.sty -%{_texdir}/texmf-dist/tex/latex/codepage/initcar.tex -%{_texdir}/texmf-dist/tex/latex/codepage/shapecm.tex -%{_texdir}/texmf-dist/tex/latex/codepage/shapedc.tex - -%files codepage-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/codepage/LISEZMOI -%{_texdir}/texmf-dist/doc/latex/codepage/README -%{_texdir}/texmf-dist/doc/latex/codepage/codepage.pdf -%{_texdir}/texmf-dist/doc/latex/codepage/demo.zip -%{_texdir}/texmf-dist/doc/latex/codepage/frintro.pdf - -%files codicefiscaleitaliano -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/codicefiscaleitaliano/codicefiscaleitaliano.sty - -%files codicefiscaleitaliano-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano/README -%{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano/codicefiscaleitaliano.pdf - -%files collcell -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/collcell/collcell.sty - -%files collcell-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/collcell/collcell.pdf - -%files collectbox -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/collectbox/collectbox.sty - -%files collectbox-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/collectbox/README -%{_texdir}/texmf-dist/doc/latex/collectbox/collectbox.pdf - -%files collection-basic -%defattr(-,root,root) - -%files collection-documentation-base -%defattr(-,root,root) - -%files texlive-common-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/index.html -%{_texdir}/texmf/doc/texlive/texlive-common/examples/ex5.tex -%{_texdir}/texmf/doc/texlive/texlive-common/examples/ex6.tex -%{_texdir}/texmf/doc/texlive/texlive-common/examples/ex6a.tex -%{_texdir}/texmf/doc/texlive/texlive-common/examples/ex6b.tex -%{_texdir}/texmf/doc/texlive/texlive-common/examples/ex6c.tex -%{_texdir}/texmf/doc/texlive/texlive-common/install-lnx-main.png -%{_texdir}/texmf/doc/texlive/texlive-common/psview.png -%{_texdir}/texmf/doc/texlive/texlive-common/stdcoll.png -%{_texdir}/texmf/doc/texlive/texlive-common/tray-menu.png -%{_texdir}/texmf/doc/texlive/texlive-common/wizard-w32.png - -%files texlive-en-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-en/Makefile -%{_texdir}/texmf/doc/texlive/texlive-en/README -%{_texdir}/texmf/doc/texlive/texlive-en/live4ht.cfg -%{_texdir}/texmf/doc/texlive/texlive-en/tex-live.css -%{_texdir}/texmf/doc/texlive/texlive-en/tex-live.sty -%{_texdir}/texmf/doc/texlive/texlive-en/texlive-en.css -%{_texdir}/texmf/doc/texlive/texlive-en/texlive-en.html -%{_texdir}/texmf/doc/texlive/texlive-en/texlive-en.pdf -%{_texdir}/texmf/doc/texlive/texlive-en/texlive-en.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/bv-live.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/bvoutln.sty -%{_texdir}/texmf/doc/texlive/texlive-en/archive/changemail -%{_texdir}/texmf/doc/texlive/texlive-en/archive/l.pl -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2003.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2004.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2005.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2007.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2008.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2009.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2010.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-2011.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live-tl7.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/live4ht.cfg-2004 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/mod.pl -%{_texdir}/texmf/doc/texlive/texlive-en/archive/nocites.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/picture.tex -%{_texdir}/texmf/doc/texlive/texlive-en/archive/split.pl -%{_texdir}/texmf/doc/texlive/texlive-en/archive/status.pl -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.bib -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.bst -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2003 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2004 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2005 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2007 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2008 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2009 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/tex-live.sty-2010 -%{_texdir}/texmf/doc/texlive/texlive-en/archive/texlive.pl - -%files dvipdfm -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/dvipdfm.1* -%{_mandir}/man1/dvipdft.1* -%{_mandir}/man1/ebb.1* -%{_texdir}/texmf/dvipdfm/config/config -%{_texdir}/texmf/tex/latex/dvipdfm/dvipdfm.def - -%files dvipdfm-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf/doc/dvipdfm/Makefile -%{_texdir}/texmf/doc/dvipdfm/dvipdfm.pdf -%{_texdir}/texmf/doc/dvipdfm/dvipdfm.tex -%{_texdir}/texmf/doc/dvipdfm/mwicks.bb -%{_texdir}/texmf/doc/dvipdfm/mwicks.jpeg -%{_texdir}/texmf/doc/dvipdfm/sample.tex -%{_texdir}/texmf/doc/dvipdfm/something.bb -%{_texdir}/texmf/doc/dvipdfm/something.eps -%{_texdir}/texmf/doc/dvipdfm/something.fig -%{_texdir}/texmf/doc/dvipdfm/something.pdf -%{_texdir}/texmf/doc/dvipdfm/transistor.bb -%{_texdir}/texmf/doc/dvipdfm/transistor.eps -%{_texdir}/texmf/doc/dvipdfm/transistor.fig -%{_texdir}/texmf/doc/dvipdfm/transistor.pdf - -%files dvipdfm-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/dvipdfm -%{_bindir}/dvipdft - -%files dvipdfmx -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/extractbb.1* -%{_texdir}/texmf/dvipdfmx/dvipdfmx.cfg -%{_texdir}/texmf/fonts/cmap/README -%{_texdir}/texmf/fonts/cmap/dvipdfmx/EUC-UCS2 -%{_texdir}/texmf/fonts/cmap/dvipdfmx/README -%{_texdir}/texmf/fonts/cmap/dvipdfmx/UTF8-UCS2 -%{_texdir}/texmf/fonts/map/dvipdfmx/cid-x.map -%{_texdir}/texmf/fonts/map/dvipdfmx/ckx.map -%{_texdir}/texmf/fonts/map/dvipdfmx/updmap/kanjix.map -%{_texdir}/tlpkg/tlpostcode/dvipdfmx.pl - -%files dvipdfmx-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/dvipdfmx/dvipdfmx-special.pdf -%{_texdir}/texmf/doc/dvipdfmx/dvipdfmx-special.tex - -%files glyphlist -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/map/glyphlist/glyphlist.txt -%{_texdir}/texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt -%{_texdir}/texmf-dist/fonts/map/glyphlist/texglyphlist.txt - -%files dvipdfmx-def -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def - -%files dvipdfmx-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dvipdfmx -%{_bindir}/ebb -%{_bindir}/extractbb - -%files dvips -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/afm2tfm.1* -%{_mandir}/man1/dvips.1* -%{_infodir}/dvips.info* -%{_texdir}/texmf-dist/dvips/base/ehandler.ps -%{_texdir}/texmf-dist/dvips/base/resolution400.ps -%{_texdir}/texmf-dist/fonts/enc/dvips/base/6w.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/7t.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/8a.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/8r.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/ad.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/ansinew.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/asex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/asexp.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/dc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/dvips.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/ec.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/extex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/funky.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/odvips.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-cs-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-ec-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-l7x-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-qx-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-rm-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2a-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2b-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2c-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t5-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-texnansi-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-ts1-uni.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/qx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/stormex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/tex256.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmext.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmital.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmsym.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/base/texnansx.enc -%{_texdir}/texmf-dist/tex/generic/dvips/blackdvi.sty -%{_texdir}/texmf-dist/tex/generic/dvips/blackdvi.tex -%{_texdir}/texmf-dist/tex/generic/dvips/colordvi.sty -%{_texdir}/texmf-dist/tex/generic/dvips/colordvi.tex -%{_texdir}/texmf-dist/tex/generic/dvips/rotate.sty -%{_texdir}/texmf-dist/tex/generic/dvips/rotate.tex -%{_texdir}/texmf/dvips/base/color.pro -%{_texdir}/texmf/dvips/base/crop.pro -%{_texdir}/texmf/dvips/base/finclude.pro -%{_texdir}/texmf/dvips/base/hps.pro -%{_texdir}/texmf/dvips/base/special.pro -%{_texdir}/texmf/dvips/base/tex.pro -%{_texdir}/texmf/dvips/base/texc.pro -%{_texdir}/texmf/dvips/base/texps.pro -%{_texdir}/texmf/dvips/config/alt-rule.pro -%{_texdir}/texmf/dvips/config/canonex.cfg -%{_texdir}/texmf/dvips/config/config.bakoma -%{_texdir}/texmf/dvips/config/config.canonex -%{_texdir}/texmf/dvips/config/config.cx -%{_texdir}/texmf/dvips/config/config.deskjet -%{_texdir}/texmf/dvips/config/config.dvired -%{_texdir}/texmf/dvips/config/config.epson -%{_texdir}/texmf/dvips/config/config.ibmvga -%{_texdir}/texmf/dvips/config/config.ljfour -%{_texdir}/texmf/dvips/config/config.luc -%{_texdir}/texmf/dvips/config/config.mbn -%{_texdir}/texmf/dvips/config/config.mga -%{_texdir}/texmf/dvips/config/config.mirrorprint -%{_texdir}/texmf/dvips/config/config.ot2 -%config(noreplace) %{_texdir}/texmf/dvips/config/config.ps -%{_texdir}/texmf/dvips/config/config.qms -%{_texdir}/texmf/dvips/config/config.toshiba -%{_texdir}/texmf/dvips/config/config.unms -%{_texdir}/texmf/dvips/config/config.xyp -%{_texdir}/texmf/dvips/config/cx.cfg -%{_texdir}/texmf/dvips/config/deskjet.cfg -%{_texdir}/texmf/dvips/config/dfaxhigh.cfg -%{_texdir}/texmf/dvips/config/dvired.cfg -%{_texdir}/texmf/dvips/config/epson.cfg -%{_texdir}/texmf/dvips/config/ibmvga.cfg -%{_texdir}/texmf/dvips/config/ljfour.cfg -%{_texdir}/texmf/dvips/config/qms.cfg -%{_texdir}/texmf/dvips/config/toshiba.cfg -%{_texdir}/texmf/fonts/map/dvips/updmap/builtin35.map -%{_texdir}/texmf/fonts/map/dvips/updmap/download35.map -%{_texdir}/texmf/fonts/map/dvips/updmap/ps2pk.map -%{_texdir}/texmf/fonts/map/dvips/updmap/psfonts.map -%{_texdir}/texmf/fonts/map/dvips/updmap/psfonts_pk.map -%{_texdir}/texmf/fonts/map/dvips/updmap/psfonts_t1.map - -%files dvips-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/dvips/dvips.html -%{_texdir}/texmf/doc/dvips/dvips.pdf - -%files dvips-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/afm2tfm -%{_bindir}/dvips - -%files enctex -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/generic/enctex/1250-csf.tex -%{_texdir}/texmf-dist/tex/generic/enctex/1250-il2.tex -%{_texdir}/texmf-dist/tex/generic/enctex/1250-latex.tex -%{_texdir}/texmf-dist/tex/generic/enctex/1250-t1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/852-csf.tex -%{_texdir}/texmf-dist/tex/generic/enctex/852-il2.tex -%{_texdir}/texmf-dist/tex/generic/enctex/852-latex.tex -%{_texdir}/texmf-dist/tex/generic/enctex/852-t1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/csfmacro.tex -%{_texdir}/texmf-dist/tex/generic/enctex/enc-u.tex -%{_texdir}/texmf-dist/tex/generic/enctex/encmacro.tex -%{_texdir}/texmf-dist/tex/generic/enctex/il2-1250.tex -%{_texdir}/texmf-dist/tex/generic/enctex/il2-852.tex -%{_texdir}/texmf-dist/tex/generic/enctex/il2-csf.tex -%{_texdir}/texmf-dist/tex/generic/enctex/il2-kam.tex -%{_texdir}/texmf-dist/tex/generic/enctex/il2-t1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/kam-csf.tex -%{_texdir}/texmf-dist/tex/generic/enctex/kam-il2.tex -%{_texdir}/texmf-dist/tex/generic/enctex/kam-latex.tex -%{_texdir}/texmf-dist/tex/generic/enctex/kam-t1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/mixcodes.tex -%{_texdir}/texmf-dist/tex/generic/enctex/noprefnt.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-1250-cs.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-852-cs.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-il2-cs.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-kam-cs.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-utf8-cs.tex -%{_texdir}/texmf-dist/tex/generic/enctex/plain-utf8-ec.tex -%{_texdir}/texmf-dist/tex/generic/enctex/polyset.tex -%{_texdir}/texmf-dist/tex/generic/enctex/t1macro.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8-csf.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8-t1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8cseq.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8lat1.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8lata.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8math.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8off.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8raw.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8unkn.tex -%{_texdir}/texmf-dist/tex/generic/enctex/utf8warn.tex - -%files enctex-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/generic/enctex/COPYING -%{_texdir}/texmf-dist/doc/generic/enctex/COPYING.UCD -%{_texdir}/texmf-dist/doc/generic/enctex/INSTALL -%{_texdir}/texmf-dist/doc/generic/enctex/INSTALL.eng -%{_texdir}/texmf-dist/doc/generic/enctex/README -%{_texdir}/texmf-dist/doc/generic/enctex/changes.txt -%{_texdir}/texmf-dist/doc/generic/enctex/encdoc-e.pdf -%{_texdir}/texmf-dist/doc/generic/enctex/encdoc-e.tex -%{_texdir}/texmf-dist/doc/generic/enctex/encdoc.pdf -%{_texdir}/texmf-dist/doc/generic/enctex/encdoc.tex -%{_texdir}/texmf-dist/doc/generic/enctex/math-example.tex -%{_texdir}/texmf-dist/doc/generic/enctex/unimap.diff -%{_texdir}/texmf-dist/doc/generic/enctex/unimap.py -%{_texdir}/texmf-dist/doc/generic/enctex/vlna.tex - -%files etex -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/etex.1* -%{_texdir}/texmf-dist/tex/plain/etex/etex.src -%{_texdir}/texmf-dist/tex/plain/etex/etexdefs.lib - -%files etex-doc -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/doc/etex/base/NTS-FAQ -%{_texdir}/texmf-dist/doc/etex/base/etex_gen.tex -%{_texdir}/texmf-dist/doc/etex/base/etex_man.pdf -%{_texdir}/texmf-dist/doc/etex/base/etex_man.sty -%{_texdir}/texmf-dist/doc/etex/base/etex_man.tex -%{_texdir}/texmf-dist/doc/etex/base/etex_ref.html -%{_texdir}/texmf-dist/doc/etex/base/etex_src.html -%{_texdir}/texmf-dist/doc/etex/base/legal.html -%{_texdir}/texmf-dist/doc/etex/base/nts-group.html -%{_texdir}/texmf-dist/doc/etex/base/webmerge.tex - -%files etex-pkg -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/etex-pkg/etex.sty - -%files etex-pkg-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/etex-pkg/README - -%files gsftopk -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/gsftopk.1* -%{_texdir}/texmf/dvips/gsftopk/render.ps - -%files gsftopk-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/gsftopk - -%files hyph-utf8 -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fur.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn-pinyin.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ro.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.chr.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.lic.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt -%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/etex.src -%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/hyphen.cfg -%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua - -%files hyph-utf8-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/CHANGES -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/README -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation-distribution.pdf -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation-distribution.tex -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.pdf -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.tex -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/es/README -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/es/division.pdf -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hu/huhyphn.pdf -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/img/miktex-languages.png -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/img/texlive-collection-lang.png -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/sa/hyphenmin.txt -%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/README -%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf - -%files hyphen-base -%defattr(-,root,root) -%{_texdir}/texmf/tex/generic/hyphen/dumyhyph.tex -%{_texdir}/texmf/tex/generic/hyphen/hyphen.tex -%{_texdir}/texmf/tex/generic/hyphen/hypht1.tex -%{_texdir}/texmf/tex/generic/hyphen/zerohyph.tex -%config(noreplace) %{_texdir}/texmf/tex/generic/config/language.dat -%{_texdir}/texmf/tex/generic/config/language.dat.lua -%{_texdir}/texmf/tex/generic/config/language.def -%{_texdir}/texmf/tex/generic/config/language.us -%{_texdir}/texmf/tex/generic/config/language.us.def -%{_texdir}/texmf/tex/generic/config/language.us.lua - -%files ifluatex -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/oberdiek/ifluatex.sty - -%files ifluatex-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/ifluatex.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test3.tex - -%files ifxetex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/ifxetex/ifxetex.sty - -%files ifxetex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/ifxetex/README -%{_texdir}/texmf-dist/doc/generic/ifxetex/ifxetex.pdf - -%files lua-alt-getopt -%defattr(-,root,root) -%{_texdir}/texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua - -%files lua-alt-getopt-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/ChangeLog -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/Makefile -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/NEWS -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/README -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/alt_getopt -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests/test.out -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests/test.sh - -%files makeindex -%defattr(-,root,root) -%{_mandir}/man1/makeindex.1* -%{_mandir}/man1/mkindex.1* -%{_texdir}/texmf-dist/makeindex/base/din.ist -%{_texdir}/texmf-dist/makeindex/base/icase.ist -%{_texdir}/texmf-dist/makeindex/base/latex.ist -%{_texdir}/texmf-dist/makeindex/base/math.ist -%{_texdir}/texmf-dist/makeindex/base/mkind.ist -%{_texdir}/texmf-dist/makeindex/base/puncts.ist -%{_texdir}/texmf-dist/makeindex/base/tex.ist - -%files makeindex-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/support/makeindex/doc-src.zip -%{_texdir}/texmf-dist/doc/support/makeindex/ind-src.zip -%{_texdir}/texmf-dist/doc/support/makeindex/ind.pdf -%{_texdir}/texmf-dist/doc/support/makeindex/makeindex.pdf - -%files makeindex-bin -%defattr(-,root,root) -%{_bindir}/makeindex -%{_bindir}/mkindex - -%files metafont -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/mf-nowin.1* -%{_mandir}/man1/mf.1* -%{_texdir}/texmf-dist/metafont/base/expr.mf -%{_texdir}/texmf-dist/metafont/base/io.mf -%{_texdir}/texmf-dist/metafont/base/mf.mf -%{_texdir}/texmf-dist/metafont/base/null.mf -%{_texdir}/texmf-dist/metafont/base/plain.mf -%{_texdir}/texmf-dist/metafont/config/cmmf.ini -%{_texdir}/texmf-dist/metafont/config/mf.ini -%{_texdir}/texmf-dist/metafont/misc/3test.mf -%{_texdir}/texmf-dist/metafont/misc/6test.mf -%{_texdir}/texmf-dist/metafont/misc/mode2dpi.mf -%{_texdir}/texmf-dist/metafont/misc/mode2dpixy.mf -%{_texdir}/texmf-dist/metafont/misc/modename.mf -%{_texdir}/texmf-dist/metafont/misc/modes.mf -%{_texdir}/texmf-dist/metafont/misc/ps2mfbas.mf -%{_texdir}/texmf-dist/metafont/misc/rtest.mf -%{_texdir}/texmf-dist/metafont/misc/test.mf -%{_texdir}/texmf-dist/metafont/misc/waits.mf -%{_texdir}/texmf-dist/metafont/misc/ztest.mf - -%files metafont-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/inimf -%{_bindir}/mf -%{_bindir}/mf-nowin - -%files mflogo -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo10.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo8.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo9.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logobf10.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logod10.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl10.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl8.afm -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl9.afm -%{_texdir}/texmf-dist/fonts/map/dvips/mflogo/mflogo.map -%{_texdir}/texmf-dist/fonts/source/public/mflogo/flogo.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo10.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo8.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo9.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logobf10.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logod10.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl10.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl8.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl9.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/nlogo.mf -%{_texdir}/texmf-dist/fonts/source/public/mflogo/sklogo.mf -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logobf10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logod10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl9.tfm -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo10.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo8.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo9.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logobf10.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logod10.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl10.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl8.pfb -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl9.pfb -%{_texdir}/texmf-dist/tex/latex/mflogo/mflogo.sty -%{_texdir}/texmf-dist/tex/latex/mflogo/ulogo.fd - -%files mflogo-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mflogo/mflogo.pdf - -%files mfware -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/gftodvi.1* -%{_mandir}/man1/gftopk.1* -%{_mandir}/man1/gftype.1* -%{_mandir}/man1/mft.1* -%{_mandir}/man1/pktogf.1* -%{_mandir}/man1/pktype.1* -%{_texdir}/texmf-dist/mft/base/README -%{_texdir}/texmf-dist/mft/base/cmbase.mft -%{_texdir}/texmf-dist/mft/base/e.mft -%{_texdir}/texmf-dist/mft/base/mplain.mft -%{_texdir}/texmf-dist/mft/base/pl.mft -%{_texdir}/texmf-dist/mft/base/plain.mft - -%files mfware-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/gftodvi -%{_bindir}/gftopk -%{_bindir}/gftype -%{_bindir}/mft -%{_bindir}/pktogf -%{_bindir}/pktype - -%files misc -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/source/public/misc/black.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/blackaps.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/blackcx.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/blackimagen.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/blacklino.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/blacklj.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/cmman.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/gray.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/grayaps.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/graycx.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/grayf.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagen.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagen3.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagenlight.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/graylj.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/manfnt.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/mfman.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/oneone.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/random.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slant.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantaps4.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantcx4.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantcx6.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantimagen4.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantimagen6.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantlino4.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantlj4.mf -%{_texdir}/texmf-dist/fonts/source/public/misc/slantlj6.mf -%{_texdir}/texmf-dist/fonts/tfm/public/misc/black.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/blackcx.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/cmman.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/gray.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/graycx.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/grayimagen3.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/manfnt.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/oneone.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantcx4.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantcx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantlj4.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantlj6.tfm -%{_texdir}/texmf-dist/omega/ocp/misc/ebcdic.ocp -%{_texdir}/texmf-dist/omega/ocp/misc/id.ocp -%{_texdir}/texmf-dist/omega/otp/misc/ebcdic.otp -%{_texdir}/texmf-dist/omega/otp/misc/id.otp -%{_texdir}/texmf-dist/tex/generic/misc/bibnames.sty -%{_texdir}/texmf-dist/tex/generic/misc/null.tex -%{_texdir}/texmf-dist/tex/generic/misc/texnames.sty -%{_texdir}/texmf-dist/tex/plain/misc/idxmac.tex -%{_texdir}/texmf-dist/tex/plain/misc/pdfcolor.tex -%{_texdir}/texmf-dist/tex/plain/misc/tugboat.def -%{_texdir}/texmf-dist/tex/plain/misc/xepsf.tex - -%files tetex -%defattr(-,root,root) -%{_mandir}/man1/allcm.1* -%{_mandir}/man1/allec.1* -%{_mandir}/man1/allneeded.1* -%{_mandir}/man1/dvi2fax.1* -%{_mandir}/man1/dvired.1* -%{_mandir}/man1/fmtutil-sys.1* -%{_mandir}/man1/fmtutil.1* -%{_mandir}/man1/kpsepath.1* -%{_mandir}/man1/kpsetool.1* -%{_mandir}/man1/kpsewhere.1* -%{_mandir}/man1/kpsexpand.1* -%{_mandir}/man1/texlinks.1* -%{_mandir}/man1/updmap-sys.1* -%{_mandir}/man1/updmap.1* -%{_texdir}/texmf-dist/scripts/tetex/allcm.sh -%{_texdir}/texmf-dist/scripts/tetex/allneeded.sh -%{_texdir}/texmf-dist/scripts/tetex/dvi2fax.sh -%{_texdir}/texmf-dist/scripts/tetex/dvired.sh -%{_texdir}/texmf-dist/scripts/tetex/kpsetool.sh -%{_texdir}/texmf-dist/scripts/tetex/kpsewhere.sh -%{_texdir}/texmf-dist/scripts/tetex/updmap-sys.sh -%{_texdir}/texmf-dist/scripts/tetex/updmap.pl -%config(noreplace) %{_texdir}/texmf/web2c/updmap.cfg -%{_mandir}/man5/fmtutil.cnf.5* -%{_mandir}/man5/updmap.cfg.5* -%{_texdir}/texmf-dist/web2c/updmap.cfg -%{_texdir}/texmf/dvips/tetex/config.builtin35 -%{_texdir}/texmf/dvips/tetex/config.dfaxhigh -%{_texdir}/texmf/dvips/tetex/config.dfaxlo -%{_texdir}/texmf/dvips/tetex/config.download35 -%{_texdir}/texmf/dvips/tetex/config.gsftopk -%{_texdir}/texmf/dvips/tetex/config.outline -%{_texdir}/texmf/dvips/tetex/config.pdf -%{_texdir}/texmf/dvips/tetex/config.pk -%{_texdir}/texmf/dvips/tetex/config.www -%{_texdir}/texmf/fonts/enc/dvips/tetex/09fbbfac.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/0ef0afca.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/10037936.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/1b6d048e.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/71414f53.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/74afc74c.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/aae443f0.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/b6a4d7c7.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/bbad153f.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/d9b29452.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/f7b6d320.enc -%{_texdir}/texmf/fonts/enc/dvips/tetex/mtex.enc -%{_texdir}/texmf/fonts/map/dvips/tetex/README -%{_texdir}/texmf/fonts/map/dvips/tetex/dvipdfm35.map -%{_texdir}/texmf/fonts/map/dvips/tetex/dvips35.map -%{_texdir}/texmf/fonts/map/dvips/tetex/mathpple.map -%{_texdir}/texmf/fonts/map/dvips/tetex/pdftex35.map -%{_texdir}/texmf/fonts/map/dvips/tetex/ps2pk35.map -%{_texdir}/texmf/scripts/tetex/fmtutil-sys.sh -%{_texdir}/texmf/scripts/tetex/fmtutil.sh -%{_texdir}/texmf/scripts/tetex/texconfig-dialog.sh -%{_texdir}/texmf/scripts/tetex/texconfig-sys.sh -%{_texdir}/texmf/scripts/tetex/texlinks.sh - -%files tetex-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/tetex/TETEXDOC.pdf -%{_texdir}/texmf/doc/tetex/teTeX-FAQ - -%files tetex-bin -%defattr(-,root,root) -%{_bindir}/allcm -%{_bindir}/allec -%{_bindir}/allneeded -%{_bindir}/dvi2fax -%{_bindir}/dvired -%{_bindir}/fmtutil -%{_bindir}/fmtutil-sys -%{_bindir}/kpsepath -%{_bindir}/kpsetool -%{_bindir}/kpsewhere -%{_bindir}/kpsexpand -%{_bindir}/texconfig-dialog -%{_bindir}/texconfig-sys -%{_bindir}/texlinks -%{_bindir}/updmap -%{_bindir}/updmap-sys - -%files texconfig -%defattr(-,root,root) -%{_mandir}/man1/texconfig-sys.1* -%{_mandir}/man1/texconfig.1* -%{_texdir}/texmf/scripts/tetex/texconfig.sh -%{_texdir}/texmf/texconfig/README -%{_texdir}/texmf/texconfig/tcfmgr -%{_texdir}/texmf/texconfig/tcfmgr.map -%{_texdir}/texmf/texconfig/g/generic -%{_texdir}/texmf/texconfig/v/vt100 -%{_texdir}/texmf/texconfig/x/xterm - -%files texconfig-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/texconfig - -%files texlive-msg-translations -%defattr(-,root,root) -%{_texdir}/tlpkg/translations/cs.po -%{_texdir}/tlpkg/translations/de.po -%{_texdir}/tlpkg/translations/es.po -%{_texdir}/tlpkg/translations/fr.po -%{_texdir}/tlpkg/translations/it.po -%{_texdir}/tlpkg/translations/ja.po -%{_texdir}/tlpkg/translations/messages.pot -%{_texdir}/tlpkg/translations/nl.po -%{_texdir}/tlpkg/translations/pl.po -%{_texdir}/tlpkg/translations/pt_BR.po -%{_texdir}/tlpkg/translations/ru.po -%{_texdir}/tlpkg/translations/sk.po -%{_texdir}/tlpkg/translations/sl.po -%{_texdir}/tlpkg/translations/sr.po -%{_texdir}/tlpkg/translations/translators -%{_texdir}/tlpkg/translations/vi.po -%{_texdir}/tlpkg/translations/zh_CN.po -%{_texdir}/tlpkg/translations/zh_TW.po - -%files texlive-scripts -%defattr(-,root,root) -%{_mandir}/man1/install-tl.1* -%{_texdir}/texmf/scripts/texlive/rungs.tlu -%{_texdir}/texmf/scripts/texlive/test-tlpdb.tlu -%{_texdir}/texmf/scripts/texlive/texconf.tlu -%{_texdir}/texmf/scripts/texlive/lua/texlive/getopt.tlu -%{_texdir}/texmf/scripts/texlive/lua/texlive/tlpdb.tlu -%{_texdir}/texmf/scripts/texlive/lua/texlive/utils.tlu - -%files texlive.infra -%defattr(-,root,root) -%{_texdir}/texmf/web2c/fmtutil-hdr.cnf -%{_texdir}/texmf/web2c/updmap-hdr.cfg -%{_texdir}/LICENSE.CTAN -%{_texdir}/LICENSE.TL -%{_texdir}/README -%{_texdir}/README.usergroups -%{_texdir}/index.html -%{_texdir}/release-texlive.txt -%{_texdir}/readme-html.dir/readme.cs.html -%{_texdir}/readme-html.dir/readme.de.html -%{_texdir}/readme-html.dir/readme.en.html -%{_texdir}/readme-html.dir/readme.fr.html -%{_texdir}/readme-html.dir/readme.it.html -%{_texdir}/readme-html.dir/readme.ja.html -%{_texdir}/readme-html.dir/readme.pl.html -%{_texdir}/readme-html.dir/readme.ru.html -%{_texdir}/readme-html.dir/readme.sr.html -%{_texdir}/readme-html.dir/readme.zh-cn.html -%{_texdir}/tlpkg/TeXLive/Splashscreen.pm -%{_texdir}/tlpkg/TeXLive/TLConfFile.pm -%{_texdir}/tlpkg/TeXLive/TLConfig.pm -%{_texdir}/tlpkg/TeXLive/TLDownload.pm -%{_texdir}/tlpkg/TeXLive/TLPDB.pm -%{_texdir}/tlpkg/TeXLive/TLPOBJ.pm -%{_texdir}/tlpkg/TeXLive/TLPSRC.pm -%{_texdir}/tlpkg/TeXLive/TLPaper.pm -%{_texdir}/tlpkg/TeXLive/TLTREE.pm -%{_texdir}/tlpkg/TeXLive/TLUtils.pm -%{_texdir}/tlpkg/TeXLive/TLWinGoo.pm -%{_texdir}/tlpkg/TeXLive/TeXCatalogue.pm -%{_texdir}/tlpkg/TeXLive/trans.pl -%{_texdir}/tlpkg/TeXLive/waitVariableX.pm - -%files texlive.infra-doc -%defattr(-,root,root) -%{_texdir}/texmf/scripts/texlive/NEWS -%{_texdir}/tlpkg/README - -%files texlive.infra-bin -%defattr(-,root,root) -%doc lppl1.txt - -%files texlive-scripts-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/rungs - -%files xdvi -%defattr(-,root,root) -%{_mandir}/man1/xdvi.1* -%{_texdir}/texmf/xdvi/XDvi -%{_texdir}/texmf/xdvi/xdvi.cfg -%{_texdir}/texmf/xdvi/pixmap/toolbar.xpm -%{_texdir}/texmf/xdvi/pixmap/toolbar2.xpm - -%files xdvi-bin -%defattr(-,root,root) -%{_bindir}/xdvi -%{_bindir}/xdvi-xaw - -%files collection-bibtexextra -%defattr(-,root,root) - -%files collection-latex -%defattr(-,root,root) - -%files colortbl -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/colortbl/colortbl.sty - -%files colortbl-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/colortbl/README -%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf -%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl-DE.tex -%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl.pdf - -%files fancyhdr -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fancyhdr/extramarks.sty -%{_texdir}/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -%{_texdir}/texmf-dist/tex/latex/fancyhdr/fancyheadings.sty - -%files fancyhdr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fancyhdr/README -%{_texdir}/texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf -%{_texdir}/texmf-dist/doc/latex/fancyhdr/fancyhdr.tex - -%files fix2col -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fix2col/fix2col.sty - -%files fix2col-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fix2col/README -%{_texdir}/texmf-dist/doc/latex/fix2col/fix2col.pdf - -%files geometry -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/geometry/geometry.sty - -%files geometry-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/geometry/README -%{_texdir}/texmf-dist/doc/latex/geometry/changes.txt -%{_texdir}/texmf-dist/doc/latex/geometry/geometry-samples.tex -%{_texdir}/texmf-dist/doc/latex/geometry/geometry.cfg -%{_texdir}/texmf-dist/doc/latex/geometry/geometry.pdf - -%files graphics -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/graphics/color.sty -%{_texdir}/texmf-dist/tex/latex/graphics/dvipdf.def -%{_texdir}/texmf-dist/tex/latex/graphics/dvips.def -%{_texdir}/texmf-dist/tex/latex/graphics/dvipsnam.def -%{_texdir}/texmf-dist/tex/latex/graphics/dvipsone.def -%{_texdir}/texmf-dist/tex/latex/graphics/dviwin.def -%{_texdir}/texmf-dist/tex/latex/graphics/emtex.def -%{_texdir}/texmf-dist/tex/latex/graphics/epsfig.sty -%{_texdir}/texmf-dist/tex/latex/graphics/graphics.sty -%{_texdir}/texmf-dist/tex/latex/graphics/graphicx.sty -%{_texdir}/texmf-dist/tex/latex/graphics/keyval.sty -%{_texdir}/texmf-dist/tex/latex/graphics/lscape.sty -%{_texdir}/texmf-dist/tex/latex/graphics/pctex32.def -%{_texdir}/texmf-dist/tex/latex/graphics/pctexhp.def -%{_texdir}/texmf-dist/tex/latex/graphics/pctexps.def -%{_texdir}/texmf-dist/tex/latex/graphics/pctexwin.def -%{_texdir}/texmf-dist/tex/latex/graphics/tcidvi.def -%{_texdir}/texmf-dist/tex/latex/graphics/trig.sty -%{_texdir}/texmf-dist/tex/latex/graphics/truetex.def - -%files graphics-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/graphics/00readme.txt -%{_texdir}/texmf-dist/doc/latex/graphics/changes.txt -%{_texdir}/texmf-dist/doc/latex/graphics/color.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/drivers.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/epsfig.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/graphics.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/graphicx.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/grfguide.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/keyval.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/lscape.pdf -%{_texdir}/texmf-dist/doc/latex/graphics/trig.pdf - -%files hyperref -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hyperref/backref.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/hdvipdfm.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hdvips.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hdvipson.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hdviwind.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hpdftex.def -%{_texdir}/texmf-dist/tex/latex/hyperref/htex4ht.cfg -%{_texdir}/texmf-dist/tex/latex/hyperref/htex4ht.def -%{_texdir}/texmf-dist/tex/latex/hyperref/htexture.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hvtex.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hvtexhtm.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hvtexmrk.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hxetex.def -%{_texdir}/texmf-dist/tex/latex/hyperref/hylatex.ltx -%{_texdir}/texmf-dist/tex/latex/hyperref/hyperref.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/hypertex.def -%{_texdir}/texmf-dist/tex/latex/hyperref/minitoc-hyper.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/nameref.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/nohyperref.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty -%{_texdir}/texmf-dist/tex/latex/hyperref/pd1enc.def -%{_texdir}/texmf-dist/tex/latex/hyperref/pdfmark.def -%{_texdir}/texmf-dist/tex/latex/hyperref/psdextra.def -%{_texdir}/texmf-dist/tex/latex/hyperref/puarenc.def -%{_texdir}/texmf-dist/tex/latex/hyperref/puenc.def -%{_texdir}/texmf-dist/tex/latex/hyperref/puvnenc.def -%{_texdir}/texmf-dist/tex/latex/hyperref/xr-hyper.sty - -%files hyperref-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hyperref/ChangeLog -%{_texdir}/texmf-dist/doc/latex/hyperref/ChangeLog.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/README -%{_texdir}/texmf-dist/doc/latex/hyperref/README.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/backref.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/cmmi10-22.gif -%{_texdir}/texmf-dist/doc/latex/hyperref/cmsy10-21.gif -%{_texdir}/texmf-dist/doc/latex/hyperref/hyperref.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/manual.css -%{_texdir}/texmf-dist/doc/latex/hyperref/manual.html -%{_texdir}/texmf-dist/doc/latex/hyperref/manual.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/manual2.html -%{_texdir}/texmf-dist/doc/latex/hyperref/manual3.html -%{_texdir}/texmf-dist/doc/latex/hyperref/nameref.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/options.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/paper.pdf -%{_texdir}/texmf-dist/doc/latex/hyperref/slides.pdf - -%files latex-bin -%defattr(-,root,root) -%{_mandir}/man1/latex.1* -%{_mandir}/man1/pdflatex.1* - -%files latex-bin-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/dvilualatex -%{_bindir}/latex -%{_bindir}/lualatex -%{_bindir}/pdflatex - -%files ltxmisc -%defattr(-,root,root) -%doc collection.txt -%{_texdir}/texmf-dist/tex/latex/ltxmisc/abstbook.cls -%{_texdir}/texmf-dist/tex/latex/ltxmisc/beletter.cls -%{_texdir}/texmf-dist/tex/latex/ltxmisc/bibcheck.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/concrete.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/flashcard.cls -%{_texdir}/texmf-dist/tex/latex/ltxmisc/iagproc.cls -%{_texdir}/texmf-dist/tex/latex/ltxmisc/linsys.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/mitpress.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/thrmappendix.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/topcapt.sty -%{_texdir}/texmf-dist/tex/latex/ltxmisc/vrbexin.sty - -%files mfnfss -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mfnfss/oldgerm.sty -%{_texdir}/texmf-dist/tex/latex/mfnfss/ot1panr.fd -%{_texdir}/texmf-dist/tex/latex/mfnfss/ot1pss.fd -%{_texdir}/texmf-dist/tex/latex/mfnfss/pandora.sty -%{_texdir}/texmf-dist/tex/latex/mfnfss/uyfrak.fd -%{_texdir}/texmf-dist/tex/latex/mfnfss/uygoth.fd -%{_texdir}/texmf-dist/tex/latex/mfnfss/uyinit.fd -%{_texdir}/texmf-dist/tex/latex/mfnfss/uyswab.fd - -%files mfnfss-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mfnfss/changes.txt -%{_texdir}/texmf-dist/doc/latex/mfnfss/manifest.txt -%{_texdir}/texmf-dist/doc/latex/mfnfss/oldgerm.pdf -%{_texdir}/texmf-dist/doc/latex/mfnfss/readme.txt - -%files mptopdf -%defattr(-,root,root) -%{_mandir}/man1/mptopdf.1* -%{_texdir}/texmf-dist/scripts/context/perl/mptopdf.pl -%{_texdir}/texmf-dist/tex/context/base/supp-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-mpe.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-pdf.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-tex.mkii -%{_texdir}/texmf-dist/tex/generic/context/mptopdf/mptopdf.tex - -%files mptopdf-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/mptopdf - -%files natbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/natbib/abbrvnat.bst -%{_texdir}/texmf-dist/bibtex/bst/natbib/plainnat.bst -%{_texdir}/texmf-dist/bibtex/bst/natbib/unsrtnat.bst -%{_texdir}/texmf-dist/tex/latex/natbib/bibentry.sty -%{_texdir}/texmf-dist/tex/latex/natbib/natbib.sty - -%files natbib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/natbib/README.1st -%{_texdir}/texmf-dist/doc/latex/natbib/README.v831b -%{_texdir}/texmf-dist/doc/latex/natbib/natbib.ltx -%{_texdir}/texmf-dist/doc/latex/natbib/natbib.pdf -%{_texdir}/texmf-dist/doc/latex/natbib/natnotes.pdf -%{_texdir}/texmf-dist/doc/latex/natbib/natnotes.tex - -%files oberdiek -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/oberdiek/alphalph.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/atbegshi.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/bigintcalc.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/bitset.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/catchfile.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/embedfile.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/engord.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/eolgrab.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/etexcmds.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/fibnum.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/gettitlestring.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/hologo.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/hyphsubst.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/iflang.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/ifpdf.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/ifvtex.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/infwarerr.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/intcalc.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/ltxcmds.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/luatex-loader.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/luatex.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/magicnum.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/mleftright.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfcol.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfcrypt.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfescape.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfrender.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/protecteddef.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/rotchiffre.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-ascii-print.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-ascii.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-clean7bit.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1250.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1251.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1252.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1257.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp437.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp850.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp852.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp855.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp858.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp865.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp866.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-dec-mcs.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-1.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-10.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-11.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-13.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-14.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-15.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-16.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-2.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-3.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-4.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-5.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-6.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-7.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-8.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-9.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-koi8-r.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-centeuro.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-cyrillic.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-roman.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-nextstep.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-pdfdoc.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf16le.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf32be.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf32le.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf8.def -%{_texdir}/texmf-dist/tex/generic/oberdiek/setouterhbox.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/soulutf8.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/stringenc.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/telprint.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/thepdfnumber.sty -%{_texdir}/texmf-dist/tex/generic/oberdiek/uniquecounter.sty -%{_texdir}/texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib -%{_texdir}/texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib -%{_texdir}/texmf-dist/scripts/oberdiek/luacolor-pre065.lua -%{_texdir}/texmf-dist/scripts/oberdiek/luacolor.lua -%{_texdir}/texmf-dist/scripts/oberdiek/magicnum.lua -%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luacolor-pre065.lua -%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua -%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua -%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua -%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua -%{_texdir}/texmf-dist/scripts/oberdiek/pdfatfi.pl -%{_texdir}/texmf-dist/scripts/oberdiek/pdftexcmds.lua -%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-dvips.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/aliascnt.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/askinclude.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/atenddvi.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-dvipdfmx.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-dvips.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-pdftex.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/attachfile2.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/atveryend.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/auxhook.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvipdfm.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvips.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvipsone.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-pdftex.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-textures.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-vtex.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-base.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfmx.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvips.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-test.tex -%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/bookmark.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/centernot.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/chemarr.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/classlist.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/colonequals.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/dtx-attach.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/dvipscol.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/enparen.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/epstopdf.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/flags.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/grfext.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/grffile.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/holtxdoc.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hopatch.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hycolor.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hypbmsec.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hypcap.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hypdestopt.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hypdoc.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/hypgotoe.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/ifdraft.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/inputenx.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-alias.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-math.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-name.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-slot.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-uc.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu -%{_texdir}/texmf-dist/tex/latex/oberdiek/kvoptions-patch.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/kvoptions.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/letltxmacro.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/listingsutf8.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/luacolor.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/makerobust.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pagegrid.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pagesel.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pdflscape.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/picture.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pmboxdraw.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu -%{_texdir}/texmf-dist/tex/latex/oberdiek/refcount.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/resizegather.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/scrindex.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/selinput.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/settobox.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/stackrel.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/stampinclude.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/tabularht.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/tabularkv.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/transparent.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/twoopt.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-ascii.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-atarist.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1250.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1251.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1252.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1255.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1257.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp437.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp850.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp852.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp855.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp858.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp865.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp866.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-8.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-koi8-r.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-roman.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-nextstep.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/x-verbatim.def -%{_texdir}/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-abspage.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-abspos.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-base.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-counter.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-dotfill.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-env.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-hyperref.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-lastpage.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-marks.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-nextpage.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-pageattr.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-pagelayout.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-perpage.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-runs.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-savepos.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-thepage.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-titleref.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-totpages.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-user.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-xr.sty -%{_texdir}/texmf-dist/tex/latex/oberdiek/zref.sty - -%files oberdiek-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp-example1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp-example2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/aliascnt.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/alphalph.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/askinclude.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi-example1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi-example2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/atenddvi.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/attachfile2.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/atveryend.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/auxhook.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/bigintcalc.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/bitset.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/bmpsize.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/bookmark-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/bookmark.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/catchfile.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/centernot.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/chemarr-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/chemarr.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/classlist.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/colonequals.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/dvipscol.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile-example-collection.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile-example-plain.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/engord.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/enparen.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/eolgrab.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/epstopdf.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/etexcmds.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty -%{_texdir}/texmf-dist/doc/latex/oberdiek/fibnum.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/flags.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/gettitlestring.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/grfext.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/grffile.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hobsub.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hologo.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/holtxdoc.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hopatch.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hycolor.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypbmsec.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypcap.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypdestopt.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypdoc.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/hypgotoe.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/hyphsubst.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/ifdraft.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/iflang.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/ifpdf.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/ifvtex.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/infwarerr.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx-licrcmds.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx-utf8enc.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/intcalc.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/kvdefinekeys.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/kvoptions.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/kvsetkeys-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/kvsetkeys.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/letltxmacro.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/listingsutf8.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/ltxcmds.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/luacolor.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/luatex.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/magicnum.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/magicnum.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/makerobust-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/makerobust.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/mleftright.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/oberdiek.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pagegrid.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pagesel.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcol.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolfoot.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolmk.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolparallel.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolparcolumns.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcrypt.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfescape.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdflscape.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfrender.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pdftexcmds.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/picture-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/picture.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/pmboxdraw.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/protecteddef.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/refcount.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/rerunfilecheck-example.cfg -%{_texdir}/texmf-dist/doc/latex/oberdiek/rerunfilecheck.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/resizegather.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/rotchiffre.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex-example1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex-example2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/selinput.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/setouterhbox-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/setouterhbox.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/settobox-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/settobox.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/soulutf8.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/stackrel.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/stampinclude.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/stringenc.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht-example1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht-example2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularkv-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularkv.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/telprint.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/thepdfnumber.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/transparent-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/transparent.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/twoopt.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/uniquecounter-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/uniquecounter.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example-nextpage.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/zref.pdf -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ExtractRotate.java -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/accsupp-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-a.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-b.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-c.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test10.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test11.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test12.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test13.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test14.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test15.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test16.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test17.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test18.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test19.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test20.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test21.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test22.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test23.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test24.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test6.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test7.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test8.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test9.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atveryend-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/engord-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/eolgrab-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/eolgrab-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/epstopdf-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/fibnum-test-calc.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/fibnum-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/gettitlestring-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/gettitlestring-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grfext-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grfext-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grffile-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hobsub-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test-list.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test-spacefactor.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hopatch-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hopatch-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hyphsubst-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hyphsubst-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifpdf-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifvtex-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvdefinekeys-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test4.sty -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/letltxmacro-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/letltxmacro-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-carcdr.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-ifboxempty.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-ifempty.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-nextchar.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-zapspace.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/mleftright-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pagegrid-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolfoot-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolparallel-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test6.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.txt -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test-escape.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test-shell.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pmboxdraw-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/protecteddef-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/protecteddef-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rerunfilecheck-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/resizegather-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rotchiffre-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rotchiffre-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/setouterhbox-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/setouterhbox-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test4.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test5.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/stringenc-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/stringenc-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/telprint-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test2.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test3.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-base.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-runs.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-titleref-memoir.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test1.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-env.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-ltx.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-sec.tex -%{_texdir}/texmf-dist/doc/latex/oberdiek/example/hologo-example.tex - -%files pdftex-def -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pdftex-def/pdftex.def - -%files pslatex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map -%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm -%{_texdir}/texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf -%{_texdir}/texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf -%{_texdir}/texmf-dist/tex/latex/pslatex/pslatex.sty - -%files psnfss -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/charter.map -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/fpls.map -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/pazo.map -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/psnfss.map -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/utopia.map -%{_texdir}/texmf-dist/tex/latex/psnfss/8rbch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rpag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rpbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rpcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rphv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rpnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rput.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/8rpzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/avant.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/bookman.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/chancery.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/charter.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/courier.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/helvet.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/mathpazo.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/mathpple.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/mathptm.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/mathptmx.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/newcent.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/omlbch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlpag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlpbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlpcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlphv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlpnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlptmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlput.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlpzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlzplm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlzpple.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omlztmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsbch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsphv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsput.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omspzccm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omszplm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omszpple.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omsztmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omxpsycm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omxzplm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omxzpple.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/omxztmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1bch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1phv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pplj.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pplx.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ptmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1put.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1zplm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1zpple.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/palatino.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/pifont.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/t1bch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1phv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1ppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pplj.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pplx.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1ptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1put.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/t1pzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/times.sty -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1bch.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pag.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pbk.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pcr.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1phv.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pnc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1ppl.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pplj.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pplx.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1ptm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1put.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pzc.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ufplm.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/ufplmbb.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/upsy.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/upzd.fd -%{_texdir}/texmf-dist/tex/latex/psnfss/utopia.sty - -%files psnfss-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/psnfss/00readme.txt -%{_texdir}/texmf-dist/doc/latex/psnfss/changes.txt -%{_texdir}/texmf-dist/doc/latex/psnfss/manifest.txt -%{_texdir}/texmf-dist/doc/latex/psnfss/psfonts.pdf -%{_texdir}/texmf-dist/doc/latex/psnfss/psnfss2e.pdf -%{_texdir}/texmf-dist/doc/latex/psnfss/test/mathtest.tex -%{_texdir}/texmf-dist/doc/latex/psnfss/test/pitest.tex -%{_texdir}/texmf-dist/doc/latex/psnfss/test/test0.tex -%{_texdir}/texmf-dist/doc/latex/psnfss/test/test1.tex -%{_texdir}/texmf-dist/doc/latex/psnfss/test/test2.tex -%{_texdir}/texmf-dist/doc/latex/psnfss/test/test3.tex - -%files pspicture -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/dvips/pspicture/pspicture.ps -%{_texdir}/texmf-dist/tex/latex/pspicture/pspicture.sty - -%files pspicture-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pspicture/README -%{_texdir}/texmf-dist/doc/latex/pspicture/pspicture.pdf - -%files tools -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tools/.tex -%{_texdir}/texmf-dist/tex/latex/tools/afterpage.sty -%{_texdir}/texmf-dist/tex/latex/tools/array.sty -%{_texdir}/texmf-dist/tex/latex/tools/bm.sty -%{_texdir}/texmf-dist/tex/latex/tools/calc.sty -%{_texdir}/texmf-dist/tex/latex/tools/dcolumn.sty -%{_texdir}/texmf-dist/tex/latex/tools/delarray.sty -%{_texdir}/texmf-dist/tex/latex/tools/e.tex -%{_texdir}/texmf-dist/tex/latex/tools/enumerate.sty -%{_texdir}/texmf-dist/tex/latex/tools/fontsmpl.sty -%{_texdir}/texmf-dist/tex/latex/tools/fontsmpl.tex -%{_texdir}/texmf-dist/tex/latex/tools/ftnright.sty -%{_texdir}/texmf-dist/tex/latex/tools/h.tex -%{_texdir}/texmf-dist/tex/latex/tools/hhline.sty -%{_texdir}/texmf-dist/tex/latex/tools/indentfirst.sty -%{_texdir}/texmf-dist/tex/latex/tools/layout.sty -%{_texdir}/texmf-dist/tex/latex/tools/longtable.sty -%{_texdir}/texmf-dist/tex/latex/tools/multicol.sty -%{_texdir}/texmf-dist/tex/latex/tools/q.tex -%{_texdir}/texmf-dist/tex/latex/tools/r.tex -%{_texdir}/texmf-dist/tex/latex/tools/rawfonts.sty -%{_texdir}/texmf-dist/tex/latex/tools/s.tex -%{_texdir}/texmf-dist/tex/latex/tools/showkeys.sty -%{_texdir}/texmf-dist/tex/latex/tools/somedefs.sty -%{_texdir}/texmf-dist/tex/latex/tools/tabularx.sty -%{_texdir}/texmf-dist/tex/latex/tools/thb.sty -%{_texdir}/texmf-dist/tex/latex/tools/thc.sty -%{_texdir}/texmf-dist/tex/latex/tools/thcb.sty -%{_texdir}/texmf-dist/tex/latex/tools/theorem.sty -%{_texdir}/texmf-dist/tex/latex/tools/thm.sty -%{_texdir}/texmf-dist/tex/latex/tools/thmb.sty -%{_texdir}/texmf-dist/tex/latex/tools/thp.sty -%{_texdir}/texmf-dist/tex/latex/tools/trace.sty -%{_texdir}/texmf-dist/tex/latex/tools/varioref.sty -%{_texdir}/texmf-dist/tex/latex/tools/verbatim.sty -%{_texdir}/texmf-dist/tex/latex/tools/verbtest.tex -%{_texdir}/texmf-dist/tex/latex/tools/x.tex -%{_texdir}/texmf-dist/tex/latex/tools/xr.sty -%{_texdir}/texmf-dist/tex/latex/tools/xspace.sty - -%files tools-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tools/afterpage.pdf -%{_texdir}/texmf-dist/doc/latex/tools/array.pdf -%{_texdir}/texmf-dist/doc/latex/tools/bm.pdf -%{_texdir}/texmf-dist/doc/latex/tools/calc.pdf -%{_texdir}/texmf-dist/doc/latex/tools/changes.txt -%{_texdir}/texmf-dist/doc/latex/tools/dcolumn.pdf -%{_texdir}/texmf-dist/doc/latex/tools/delarray.pdf -%{_texdir}/texmf-dist/doc/latex/tools/enumerate.pdf -%{_texdir}/texmf-dist/doc/latex/tools/fileerr.pdf -%{_texdir}/texmf-dist/doc/latex/tools/fontsmpl.pdf -%{_texdir}/texmf-dist/doc/latex/tools/ftnright.pdf -%{_texdir}/texmf-dist/doc/latex/tools/hhline.pdf -%{_texdir}/texmf-dist/doc/latex/tools/indentfirst.pdf -%{_texdir}/texmf-dist/doc/latex/tools/layout.pdf -%{_texdir}/texmf-dist/doc/latex/tools/longtable.pdf -%{_texdir}/texmf-dist/doc/latex/tools/manifest.txt -%{_texdir}/texmf-dist/doc/latex/tools/multicol.pdf -%{_texdir}/texmf-dist/doc/latex/tools/rawfonts.pdf -%{_texdir}/texmf-dist/doc/latex/tools/readme.txt -%{_texdir}/texmf-dist/doc/latex/tools/showkeys.pdf -%{_texdir}/texmf-dist/doc/latex/tools/somedefs.pdf -%{_texdir}/texmf-dist/doc/latex/tools/tabularx.pdf -%{_texdir}/texmf-dist/doc/latex/tools/theorem.pdf -%{_texdir}/texmf-dist/doc/latex/tools/tools.pdf -%{_texdir}/texmf-dist/doc/latex/tools/trace.pdf -%{_texdir}/texmf-dist/doc/latex/tools/varioref.pdf -%{_texdir}/texmf-dist/doc/latex/tools/verbatim.pdf -%{_texdir}/texmf-dist/doc/latex/tools/xr.pdf -%{_texdir}/texmf-dist/doc/latex/tools/xspace.pdf - -%files chbibref -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chbibref/chbibref.sty - -%files chbibref-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chbibref/chbibref.pdf -%{_texdir}/texmf-dist/doc/latex/chbibref/chbibref.tex - -%files chicago -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/chicago/chicago.bst -%{_texdir}/texmf-dist/tex/latex/chicago/chicago.sty - -%files chicago-annote -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/chicago-annote/chicago-annote.bst - -%files chicago-annote-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/chicago-annote/README - -%files chembst -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/chembst/ChemCommun.bst -%{_texdir}/texmf-dist/bibtex/bst/chembst/ChemEurJ.bst -%{_texdir}/texmf-dist/bibtex/bst/chembst/InorgChem.bst -%{_texdir}/texmf-dist/bibtex/bst/chembst/JAmChemSoc.bst -%{_texdir}/texmf-dist/bibtex/bst/chembst/JAmChemSoc_all.bst -%{_texdir}/texmf-dist/bibtex/bst/chembst/cv.bst - -%files chembst-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chembst/README -%{_texdir}/texmf-dist/doc/latex/chembst/chembst.pdf - -%files chscite -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/bibtex/bst/chscite/chscite.bst -%{_texdir}/texmf-dist/tex/latex/chscite/chscite.sty - -%files chscite-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/chscite/README -%{_texdir}/texmf-dist/doc/latex/chscite/chscite.pdf - -%files collref -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/collref/collref.sty - -%files collref-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/collref/README -%{_texdir}/texmf-dist/doc/latex/collref/collref.pdf -%{_texdir}/texmf-dist/doc/latex/collref/collsamp.tex - -%files compactbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/compactbib/compactbib.sty - -%files custom-bib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/custom-bib/catalan.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/dansk.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/dutch.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/english.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/esperant.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/finnish.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/french.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/geojour.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/geophys.tex -%{_texdir}/texmf-dist/tex/latex/custom-bib/german.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/italian.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/makebst.tex -%{_texdir}/texmf-dist/tex/latex/custom-bib/merlin.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/norsk.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/photjour.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/physjour.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/polski.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/portuges.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/shorthnd.tex -%{_texdir}/texmf-dist/tex/latex/custom-bib/slovene.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/spanish.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/suppjour.mbs -%{_texdir}/texmf-dist/tex/latex/custom-bib/svenska.mbs - -%files custom-bib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/custom-bib/README -%{_texdir}/texmf-dist/doc/latex/custom-bib/makebst.pdf -%{_texdir}/texmf-dist/doc/latex/custom-bib/merlin.pdf -%{_texdir}/texmf-dist/doc/latex/custom-bib/readme.mkb - -%files din1505 -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/din1505/abbrvdin.bst -%{_texdir}/texmf-dist/bibtex/bst/din1505/alphadin.bst -%{_texdir}/texmf-dist/bibtex/bst/din1505/natdin.bst -%{_texdir}/texmf-dist/bibtex/bst/din1505/plaindin.bst -%{_texdir}/texmf-dist/bibtex/bst/din1505/unsrtdin.bst - -%files din1505-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/din1505/README.TEXLIVE -%{_texdir}/texmf-dist/doc/latex/din1505/leitbild.bib -%{_texdir}/texmf-dist/doc/latex/din1505/natbib.cfg - -%files dk-bib -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bib/dk-bib/litteratur.bib -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-apali.bst -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-plain.bst -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst -%{_texdir}/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf -%{_texdir}/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf -%{_texdir}/texmf-dist/bibtex/csf/dk-bib/mac-dk.csf -%{_texdir}/texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf -%{_texdir}/texmf-dist/tex/latex/dk-bib/dk-apali.sty -%{_texdir}/texmf-dist/tex/latex/dk-bib/dk-bib.sty - -%files dk-bib-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/dk-bib/COPYRIGHT -%{_texdir}/texmf-dist/doc/latex/dk-bib/README -%{_texdir}/texmf-dist/doc/latex/dk-bib/dk-bib.ltx -%{_texdir}/texmf-dist/doc/latex/dk-bib/dk-bib.pdf - -%files doipubmed -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/doipubmed/doipubmed.sty - -%files doipubmed-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/doipubmed/CHANGES -%{_texdir}/texmf-dist/doc/latex/doipubmed/README -%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html -%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed.pdf -%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed.perl - -%files fbs -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/fbs/fbs.bst - -%files figbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/figbib/figbib.bst -%{_texdir}/texmf-dist/bibtex/bst/figbib/figbib1.bst -%{_texdir}/texmf-dist/tex/latex/figbib/figbib.sty - -%files figbib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/figbib/README -%{_texdir}/texmf-dist/doc/latex/figbib/figbib_doc.pdf -%{_texdir}/texmf-dist/doc/latex/figbib/figbib_doc.tex -%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.bib -%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.pdf -%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.tex -%{_texdir}/texmf-dist/doc/latex/figbib/smiley.eps - -%files footbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/footbib/footbib.sty - -%files footbib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/footbib/README -%{_texdir}/texmf-dist/doc/latex/footbib/footbib.pdf - -%files francais-bst -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/francais-bst/francais.bst -%{_texdir}/texmf-dist/bibtex/bst/francais-bst/francaissc.bst - -%files francais-bst-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/francais-bst/README -%{_texdir}/texmf-dist/doc/bibtex/francais-bst/francaisbst.tex - -%files geschichtsfrkl -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.bbx -%{_texdir}/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.cbx - -%files geschichtsfrkl-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/geschichtsfrkl/README -%{_texdir}/texmf-dist/doc/latex/geschichtsfrkl/geschichtsfrkl.pdf - -%files harvard -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/harvard/harvard.bib -%{_texdir}/texmf-dist/bibtex/bst/harvard/agsm.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/apsr.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/dcu.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/jmr.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/jphysicsB.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/kluwer.bst -%{_texdir}/texmf-dist/bibtex/bst/harvard/nederlands.bst -%{_texdir}/texmf-dist/tex/latex/harvard/harvard.sty - -%files harvard-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/harvard/INSTALL -%{_texdir}/texmf-dist/doc/latex/harvard/README -%{_texdir}/texmf-dist/doc/latex/harvard/harvard.pdf -%{_texdir}/texmf-dist/doc/latex/harvard/harvard.perl -%{_texdir}/texmf-dist/doc/latex/harvard/harvard.tex -%{_texdir}/texmf-dist/doc/latex/harvard/manifest.txt - -%files harvmac -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/plain/harvmac/harvmac.tex - -%files harvmac-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/plain/harvmac/README -%{_texdir}/texmf-dist/doc/plain/harvmac/harvsamp.tex - -%files historische-zeitschrift -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx -%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx -%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx - -%files historische-zeitschrift-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/CHANGES -%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/LIESMICH -%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/README - -%files ijqc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ijqc/ijqc.bst - -%files ijqc-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/ijqc/README -%{_texdir}/texmf-dist/doc/bibtex/ijqc/makefile -%{_texdir}/texmf-dist/doc/bibtex/ijqc/mybib.bib -%{_texdir}/texmf-dist/doc/bibtex/ijqc/xampl.pdf -%{_texdir}/texmf-dist/doc/bibtex/ijqc/xampl.tex - -%files inlinebib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/inlinebib/inlinebib.bst -%{_texdir}/texmf-dist/tex/latex/inlinebib/inlinebib.sty -%{_texdir}/texmf-dist/tex/latex/inlinebib/pageranges.sty - -%files inlinebib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/MANIFEST -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib.htm -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib.txt -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib1.gif -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib2.gif - -%files iopart-num -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/iopart-num/iopart-num.bst - -%files iopart-num-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/iopart-num/README -%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.bib -%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf -%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex - -%files jneurosci -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/jneurosci/jneurosci.bst -%{_texdir}/texmf-dist/tex/latex/jneurosci/jneurosci.sty - -%files jneurosci-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/jneurosci/README -%{_texdir}/texmf-dist/doc/latex/jneurosci/jneurosci.pdf -%{_texdir}/texmf-dist/doc/latex/jneurosci/jneurosci.tex - -%files jurabib -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/bib/jurabib/book.bib -%{_texdir}/texmf-dist/bibtex/bib/jurabib/comment.bib -%{_texdir}/texmf-dist/bibtex/bib/jurabib/jbtest.bib -%{_texdir}/texmf-dist/bibtex/bib/jurabib/jbtesthu.bib -%{_texdir}/texmf-dist/bibtex/bst/jurabib/jox.bst -%{_texdir}/texmf-dist/bibtex/bst/jurabib/jurabib.bst -%{_texdir}/texmf-dist/bibtex/bst/jurabib/jureco.bst -%{_texdir}/texmf-dist/bibtex/bst/jurabib/jurunsrt.bst -%{_texdir}/texmf-dist/tex/latex/jurabib/dajbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/dejbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/dujbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/enjbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/fijbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/frjbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/itjbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/jblong.cfg -%{_texdir}/texmf-dist/tex/latex/jurabib/jurabib.cfg -%{_texdir}/texmf-dist/tex/latex/jurabib/jurabib.sty -%{_texdir}/texmf-dist/tex/latex/jurabib/nojbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/ptjbbib.ldf -%{_texdir}/texmf-dist/tex/latex/jurabib/spjbbib.ldf - -%files jurabib-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/jurabib/changes.txt -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.pdf -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.url -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestbt.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestbu.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb1.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb2.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtesthu.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestmb.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf -%{_texdir}/texmf-dist/doc/latex/jurabib/docs/english/jbendoc.tex -%{_texdir}/texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf -%{_texdir}/texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.tex - -%files ksfh_nat -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/ksfh_nat/ksfh_nat.bst - -%files listbib -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/listbib/listbib.bst -%{_texdir}/texmf-dist/scripts/listbib/listbib -%{_texdir}/texmf-dist/tex/latex/listbib/listbib.cfg -%{_texdir}/texmf-dist/tex/latex/listbib/listbib.sty -%{_texdir}/texmf-dist/tex/latex/listbib/listbib.tex - -%files listbib-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/listbib/listbib-doc.pdf - -%files listbib-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/listbib - -%files logreq -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/logreq/logreq.def -%{_texdir}/texmf-dist/tex/latex/logreq/logreq.sty - -%files logreq-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/logreq/README -%{_texdir}/texmf-dist/doc/latex/logreq/examples/01-basic.run.xml -%{_texdir}/texmf-dist/doc/latex/logreq/examples/01-basic.tex -%{_texdir}/texmf-dist/doc/latex/logreq/examples/02-index.run.xml -%{_texdir}/texmf-dist/doc/latex/logreq/examples/02-index.tex -%{_texdir}/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml -%{_texdir}/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.tex -%{_texdir}/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml -%{_texdir}/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex -%{_texdir}/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.run.xml -%{_texdir}/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.tex - -%files margbib -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/margbib/margbib.sty - -%files margbib-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/margbib/margbib.pdf - -%files multibib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/multibib/mbplain.bst -%{_texdir}/texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst -%{_texdir}/texmf-dist/makeindex/multibib/mbgglo.ist -%{_texdir}/texmf-dist/makeindex/multibib/mbgind.ist -%{_texdir}/texmf-dist/tex/latex/multibib/multibib.sty - -%files multibib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multibib/README -%{_texdir}/texmf-dist/doc/latex/multibib/bibtexall -%{_texdir}/texmf-dist/doc/latex/multibib/multibib.pdf - -%files munich -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/munich/munich.bst - -%files munich-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/munich/README -%{_texdir}/texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf -%{_texdir}/texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.tex -%{_texdir}/texmf-dist/doc/latex/munich/example_DB.bib -%{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf -%{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex - -%files notes2bib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/notes2bib/notes2bib.sty - -%files notes2bib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/notes2bib/README -%{_texdir}/texmf-dist/doc/latex/notes2bib/notes2bib.pdf - -%files oscola -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/oscola/oscola.ist -%{_texdir}/texmf-dist/tex/latex/oscola/english-oscola.lbx -%{_texdir}/texmf-dist/tex/latex/oscola/oscola.bbx -%{_texdir}/texmf-dist/tex/latex/oscola/oscola.cbx - -%files oscola-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/oscola/README -%{_texdir}/texmf-dist/doc/latex/oscola/README.TEXLIVE -%{_texdir}/texmf-dist/doc/latex/oscola/oscola-examples.bib - -%files perception -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/perception/perception.bst - -%files perception-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/perception/README - -%files pnas2009 -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/pnas2009/pnas2009.bst - -%files rsc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/rsc/angew.bst -%{_texdir}/texmf-dist/bibtex/bst/rsc/rsc.bst -%{_texdir}/texmf-dist/tex/latex/rsc/rsc.sty - -%files rsc-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/rsc/README -%{_texdir}/texmf-dist/doc/latex/rsc/rsc-demo.tex -%{_texdir}/texmf-dist/doc/latex/rsc/rsc.bib -%{_texdir}/texmf-dist/doc/latex/rsc/rsc.pdf - -%files showtags -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/showtags/showtags.sty - -%files showtags-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/showtags/showtags-doc.pdf -%{_texdir}/texmf-dist/doc/latex/showtags/showtags-doc.tex - -%files sort-by-letters -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/abbrv-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/alpha-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/apalike-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/frplainnat-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/plain-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/plainnat-letters.bst -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/siam-letters.bst - -%files sort-by-letters-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/bibtex/sort-by-letters/README - -%files splitbib -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/splitbib/splitbib.sty - -%files splitbib-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/splitbib/README -%{_texdir}/texmf-dist/doc/latex/splitbib/splitbib.pdf - -%files uni-wtal-ger -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx -%{_texdir}/texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx - -%files uni-wtal-ger-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/LIESMICH -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/README -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.bib -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.pdf -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.tex - -%files uni-wtal-lin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uni-wtal-lin/uni-wtal-lin.bbx -%{_texdir}/texmf-dist/tex/latex/uni-wtal-lin/uni-wtal-lin.cbx - -%files uni-wtal-lin-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/LIESMICH -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/README -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.bib -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.pdf -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.tex - -%files urlbst -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/urlbst/abbrvurl.bst -%{_texdir}/texmf-dist/bibtex/bst/urlbst/alphaurl.bst -%{_texdir}/texmf-dist/bibtex/bst/urlbst/plainurl.bst -%{_texdir}/texmf-dist/bibtex/bst/urlbst/unsrturl.bst -%{_texdir}/texmf-dist/scripts/urlbst/urlbst - -%files urlbst-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/bibtex/urlbst/Makefile.in -%{_texdir}/texmf-dist/doc/bibtex/urlbst/README -%{_texdir}/texmf-dist/doc/bibtex/urlbst/VERSION -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.bib -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.html -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.html.in -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.in -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.pdf -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.tex -%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.tex.in - -%files urlbst-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/urlbst - -%files usebib -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/usebib/usebib.sty - -%files usebib-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/usebib/README -%{_texdir}/texmf-dist/doc/latex/usebib/usebib.pdf - -%files vak -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/vak/vak.bst - -%files vak-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/vak/README -%{_texdir}/texmf-dist/doc/bibtex/vak/test-key.zip -%{_texdir}/texmf-dist/doc/bibtex/vak/test.zip - -%files xcite -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcite/xcite.sty - -%files xcite-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcite/README -%{_texdir}/texmf-dist/doc/latex/xcite/xcite.pdf - -%files collection-binextra -%defattr(-,root,root) - -%files chktex -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/chktex.1* -%{_mandir}/man1/chkweb.1* -%{_mandir}/man1/deweb.1* -%{_texdir}/texmf/chktex/chktexrc -%{_texdir}/texmf/scripts/chktex/deweb.pl - -%files chktex-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/chktex/ChkTeX.pdf - -%files chktex-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/chktex -%{_bindir}/chkweb -%{_bindir}/deweb - -%files ctanify -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/ctanify.1* -%{_texdir}/texmf-dist/scripts/ctanify/ctanify - -%files ctanify-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/ctanify/README -%{_texdir}/texmf-dist/doc/support/ctanify/ctanify.pdf - -%files ctanify-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/ctanify - -%files ctanupload -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/scripts/ctanupload/ctanupload.pl - -%files ctanupload-doc -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/doc/support/ctanupload/Makefile.example -%{_texdir}/texmf-dist/doc/support/ctanupload/README -%{_texdir}/texmf-dist/doc/support/ctanupload/ctanupload.pdf -%{_texdir}/texmf-dist/doc/support/ctanupload/ctanupload.tex - -%files ctanupload-bin -%defattr(-,root,root) -%doc gpl3.txt -%{_bindir}/ctanupload - -%files ctie -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/ctie.1* - -%files ctie-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/ctie - -%files cweb -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/ctangle.1* -%{_mandir}/man1/cweave.1* -%{_mandir}/man1/cweb.1* -%{_texdir}/texmf-dist/tex/plain/cweb/cwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdfXcwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdfcwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdfdcwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdffcwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdficwebmac.tex -%{_texdir}/texmf-dist/tex/plain/cweb/pdfwebmac.tex - -%files cweb-doc -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/doc/plain/cweb/cwebman.dvi - -%files cweb-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/ctangle -%{_bindir}/cweave - -%files de-macro -%defattr(-,root,root) -%{_texdir}/texmf-dist/scripts/de-macro/de-macro - -%files de-macro-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/support/de-macro/README -%{_texdir}/texmf-dist/doc/support/de-macro/user-guide.pdf -%{_texdir}/texmf-dist/doc/support/de-macro/user-guide.tex - -%files de-macro-bin -%defattr(-,root,root) -%{_bindir}/de-macro - -%files detex -%defattr(-,root,root) -%{_mandir}/man1/detex.1* - -%files detex-bin -%defattr(-,root,root) -%{_bindir}/detex - -%files dtl -%defattr(-,root,root) -%doc pd.txt -%{_mandir}/man1/dt2dv.1* -%{_mandir}/man1/dv2dt.1* - -%files dtl-bin -%defattr(-,root,root) -%doc pd.txt -%{_bindir}/dt2dv -%{_bindir}/dv2dt - -%files dtxgen -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/dtxgen/dtxgen - -%files dtxgen-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/dtxgen/README -%{_texdir}/texmf-dist/doc/support/dtxgen/dtxgen.pdf - -%files dtxgen-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dtxgen - -%files dvi2tty -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/dvi2tty.1* -%{_mandir}/man1/disdvi.1* - -%files dvi2tty-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/disdvi -%{_bindir}/dvi2tty - -%files dviasm -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/dviasm/dviasm.py - -%files dviasm-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dviasm - -%files dvicopy -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/dvicopy.1* - -%files dvicopy-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dvicopy - -%files dvidvi -%defattr(-,root,root) -%{_mandir}/man1/dvidvi.1* - -%files dvidvi-bin -%defattr(-,root,root) -%{_bindir}/dvidvi - -%files dviljk -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/dvihp.1* -%{_mandir}/man1/dvilj.1* -%{_mandir}/man1/dvilj2p.1* -%{_mandir}/man1/dvilj4.1* -%{_mandir}/man1/dvilj4l.1* -%{_mandir}/man1/dvilj6.1* - -%files dviljk-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dvihp -%{_bindir}/dvilj -%{_bindir}/dvilj2p -%{_bindir}/dvilj4 -%{_bindir}/dvilj4l -%{_bindir}/dvilj6 - -%files dvipng -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_mandir}/man1/dvigif.1* -%{_mandir}/man1/dvipng.1* -%{_infodir}/dvipng.info* - -%files dvipng-doc -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf/doc/dvipng/dvipng.html -%{_texdir}/texmf/doc/dvipng/dvipng.pdf - -%files dvipng-bin -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_bindir}/dvigif -%{_bindir}/dvipng - -%files dvipos -%defattr(-,root,root) -%{_mandir}/man1/dvipos.1* - -%files dvipos-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/dvipos - -%files dvisvgm -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/dvisvgm.1* - -%files dvisvgm-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/dvisvgm - -%files findhyph -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/findhyph.1* -%{_texdir}/texmf-dist/scripts/findhyph/findhyph - -%files findhyph-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/findhyph/Makefile.doc -%{_texdir}/texmf-dist/doc/support/findhyph/README -%{_texdir}/texmf-dist/doc/support/findhyph/findhyph.bat -%{_texdir}/texmf-dist/doc/support/findhyph/findhyph.txt - -%files findhyph-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/findhyph - -%files fragmaster -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/fragmaster/fragmaster.pl - -%files fragmaster-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/fragmaster/AUTHORS -%{_texdir}/texmf-dist/doc/support/fragmaster/COPYING -%{_texdir}/texmf-dist/doc/support/fragmaster/CREDITS -%{_texdir}/texmf-dist/doc/support/fragmaster/Changes -%{_texdir}/texmf-dist/doc/support/fragmaster/README -%{_texdir}/texmf-dist/doc/support/fragmaster/README.de -%{_texdir}/texmf-dist/doc/support/fragmaster/fragmaster.pdf -%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.pdf -%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.ps -%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.tex -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel.eps -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel.pdf -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.eps -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.gp -%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf - -%files fragmaster-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/fragmaster - -%files hyphenex -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/generic/hyphenex/ushyphex.tex - -%files installfont -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/installfont/installfont-tl - -%files installfont-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/installfont/LICENSE -%{_texdir}/texmf-dist/doc/support/installfont/README -%{_texdir}/texmf-dist/doc/support/installfont/installfont -%{_texdir}/texmf-dist/doc/support/installfont/installfont.pdf -%{_texdir}/texmf-dist/doc/support/installfont/installfont.tex -%{_texdir}/texmf-dist/doc/support/installfont/manifest.txt - -%files lacheck -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/lacheck.1* - -%files lacheck-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/lacheck - -%files latex2man -%defattr(-,root,root) -%doc lppl1.txt -%{_infodir}/latex2man.info* -%{_texdir}/texmf-dist/scripts/latex2man/latex2man -%{_texdir}/texmf-dist/tex/latex/latex2man/latex2man.cfg -%{_texdir}/texmf-dist/tex/latex/latex2man/latex2man.sty - -%files latex2man-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/latex2man/CHANGES -%{_texdir}/texmf-dist/doc/support/latex2man/INSTALL -%{_texdir}/texmf-dist/doc/support/latex2man/Makefile -%{_texdir}/texmf-dist/doc/support/latex2man/README -%{_texdir}/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.24 -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.1 -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.css -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.html -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.pdf -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.tex -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.texi -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.trans -%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.txt - -%files latex2man-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/latex2man - -%files latexdiff -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/latexdiff-vc.1* -%{_mandir}/man1/latexdiff.1* -%{_mandir}/man1/latexrevise.1* -%{_texdir}/texmf-dist/scripts/latexdiff/latexdiff-vc.pl -%{_texdir}/texmf-dist/scripts/latexdiff/latexdiff.pl -%{_texdir}/texmf-dist/scripts/latexdiff/latexrevise.pl - -%files latexdiff-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/latexdiff/COPYING -%{_texdir}/texmf-dist/doc/support/latexdiff/README -%{_texdir}/texmf-dist/doc/support/latexdiff/latexdiff -%{_texdir}/texmf-dist/doc/support/latexdiff/latexdiff-fast -%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/README.latexchanges -%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexchanges.py -%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap -%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexdiff.spec -%{_texdir}/texmf-dist/doc/support/latexdiff/doc/example-diff.tex -%{_texdir}/texmf-dist/doc/support/latexdiff/doc/latexdiff-man.pdf -%{_texdir}/texmf-dist/doc/support/latexdiff/doc/latexdiff-man.tex -%{_texdir}/texmf-dist/doc/support/latexdiff/example/example-draft.tex -%{_texdir}/texmf-dist/doc/support/latexdiff/example/example-rev.tex - -%files latexdiff-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/latexdiff -%{_bindir}/latexdiff-vc -%{_bindir}/latexrevise - -%files latexfileversion -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/latexfileversion/latexfileversion - -%files latexfileversion-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/latexfileversion/ChangeLog -%{_texdir}/texmf-dist/doc/support/latexfileversion/README - -%files latexfileversion-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/latexfileversion - -%files latexpand -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/scripts/latexpand/latexpand - -%files latexpand-doc -%defattr(-,root,root) -%doc bsd.txt -%{_texdir}/texmf-dist/doc/support/latexpand/Makefile -%{_texdir}/texmf-dist/doc/support/latexpand/README -%{_texdir}/texmf-dist/doc/support/latexpand/version.txt -%{_texdir}/texmf-dist/doc/support/latexpand/tests/README -%{_texdir}/texmf-dist/doc/support/latexpand/tests/foo.tex -%{_texdir}/texmf-dist/doc/support/latexpand/tests/includer.tex -%{_texdir}/texmf-dist/doc/support/latexpand/tests/just-comment.tex -%{_texdir}/texmf-dist/doc/support/latexpand/tests/my-package.sty -%{_texdir}/texmf-dist/doc/support/latexpand/tests/no-eol.tex -%{_texdir}/texmf-dist/doc/support/latexpand/tests/package-user.tex - -%files latexpand-bin -%defattr(-,root,root) -%doc bsd.txt -%{_bindir}/latexpand - -%files ltxfileinfo -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/ltxfileinfo/ltxfileinfo - -%files ltxfileinfo-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/ltxfileinfo/README -%{_texdir}/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf - -%files ltxfileinfo-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/ltxfileinfo - -%files listings-ext -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/scripts/listings-ext/listings-ext.sh -%{_texdir}/texmf-dist/tex/latex/listings-ext/listings-ext.sty - -%files listings-ext-doc -%defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/listings-ext/README -%{_texdir}/texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v67 -%{_texdir}/texmf-dist/doc/latex/listings-ext/getversion.tex -%{_texdir}/texmf-dist/doc/latex/listings-ext/hyperref.cfg -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.bib -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.el -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.makemake -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.mk -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.pdf -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_a.java -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_b.java -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_c.java -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_d.java -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_e.java -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_test_a.tex -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_test_d.tex -%{_texdir}/texmf-dist/doc/latex/listings-ext/listings.cfg - -%files listings-ext-bin -%defattr(-,root,root) -%doc lppl1.2.txt -%{_bindir}/listings-ext.sh - -%files match_parens -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/scripts/match_parens/match_parens - -%files match_parens-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/match_parens/Object.html -%{_texdir}/texmf-dist/doc/support/match_parens/README -%{_texdir}/texmf-dist/doc/support/match_parens/add.png -%{_texdir}/texmf-dist/doc/support/match_parens/brick.png -%{_texdir}/texmf-dist/doc/support/match_parens/brick_link.png -%{_texdir}/texmf-dist/doc/support/match_parens/bug.png -%{_texdir}/texmf-dist/doc/support/match_parens/bullet_black.png -%{_texdir}/texmf-dist/doc/support/match_parens/bullet_toggle_minus.png -%{_texdir}/texmf-dist/doc/support/match_parens/bullet_toggle_plus.png -%{_texdir}/texmf-dist/doc/support/match_parens/created.rid -%{_texdir}/texmf-dist/doc/support/match_parens/darkfish.js -%{_texdir}/texmf-dist/doc/support/match_parens/date.png -%{_texdir}/texmf-dist/doc/support/match_parens/delete.png -%{_texdir}/texmf-dist/doc/support/match_parens/find.png -%{_texdir}/texmf-dist/doc/support/match_parens/index.html -%{_texdir}/texmf-dist/doc/support/match_parens/jquery.js -%{_texdir}/texmf-dist/doc/support/match_parens/loadingAnimation.gif -%{_texdir}/texmf-dist/doc/support/match_parens/macFFBgHack.png -%{_texdir}/texmf-dist/doc/support/match_parens/navigation.js -%{_texdir}/texmf-dist/doc/support/match_parens/package.png -%{_texdir}/texmf-dist/doc/support/match_parens/page_green.png -%{_texdir}/texmf-dist/doc/support/match_parens/page_white_text.png -%{_texdir}/texmf-dist/doc/support/match_parens/page_white_width.png -%{_texdir}/texmf-dist/doc/support/match_parens/plugin.png -%{_texdir}/texmf-dist/doc/support/match_parens/rdoc.css -%{_texdir}/texmf-dist/doc/support/match_parens/ruby.png -%{_texdir}/texmf-dist/doc/support/match_parens/search.js -%{_texdir}/texmf-dist/doc/support/match_parens/search_index.js -%{_texdir}/texmf-dist/doc/support/match_parens/searcher.js -%{_texdir}/texmf-dist/doc/support/match_parens/table_of_contents.html -%{_texdir}/texmf-dist/doc/support/match_parens/tag_blue.png -%{_texdir}/texmf-dist/doc/support/match_parens/tag_green.png -%{_texdir}/texmf-dist/doc/support/match_parens/transparent.png -%{_texdir}/texmf-dist/doc/support/match_parens/wrench.png -%{_texdir}/texmf-dist/doc/support/match_parens/wrench_orange.png -%{_texdir}/texmf-dist/doc/support/match_parens/zoom.png - -%files match_parens-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/match_parens - -%files mkjobtexmf -%defattr(-,root,root) -%{_mandir}/man1/mkjobtexmf.1* -%{_texdir}/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl - -%files mkjobtexmf-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/README -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/clean-case.pl -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt -%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/version.pl - -%files mkjobtexmf-bin -%defattr(-,root,root) -%{_bindir}/mkjobtexmf - -%files patgen -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/patgen.1* - -%files patgen-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/patgen - -%files pdfcrop -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/pdfcrop/pdfcrop.pl - -%files pdfcrop-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/pdfcrop/README - -%files pdfcrop-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/pdfcrop -%{_bindir}/rpdfcrop - -%files pdfjam -%defattr(-,root,root) -%doc gpl2.txt -%{_mandir}/man1/pdf180.1* -%{_mandir}/man1/pdf270.1* -%{_mandir}/man1/pdf90.1* -%{_mandir}/man1/pdfbook.1* -%{_mandir}/man1/pdfflip.1* -%{_mandir}/man1/pdfjam-pocketmod.1* -%{_mandir}/man1/pdfjam-slides3up.1* -%{_mandir}/man1/pdfjam-slides6up.1* -%{_mandir}/man1/pdfjam.1* -%{_mandir}/man1/pdfjoin.1* -%{_mandir}/man1/pdfnup.1* -%{_mandir}/man1/pdfpun.1* -%{_texdir}/texmf-dist/scripts/pdfjam/pdf180 -%{_texdir}/texmf-dist/scripts/pdfjam/pdf270 -%{_texdir}/texmf-dist/scripts/pdfjam/pdf90 -%{_texdir}/texmf-dist/scripts/pdfjam/pdfbook -%{_texdir}/texmf-dist/scripts/pdfjam/pdfflip -%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam -%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-pocketmod -%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-slides3up -%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-slides6up -%{_texdir}/texmf-dist/scripts/pdfjam/pdfjoin -%{_texdir}/texmf-dist/scripts/pdfjam/pdfnup -%{_texdir}/texmf-dist/scripts/pdfjam/pdfpun - -%files pdfjam-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/support/pdfjam/COPYING -%{_texdir}/texmf-dist/doc/support/pdfjam/PDFjam-README.html -%{_texdir}/texmf-dist/doc/support/pdfjam/VERSION -%{_texdir}/texmf-dist/doc/support/pdfjam/pdfdroplets.png -%{_texdir}/texmf-dist/doc/support/pdfjam/pdfjam.conf -%{_texdir}/texmf-dist/doc/support/pdfjam/tests.zip - -%files pdfjam-bin -%defattr(-,root,root) -%doc gpl2.txt -%{_bindir}/pdf180 -%{_bindir}/pdf270 -%{_bindir}/pdf90 -%{_bindir}/pdfbook -%{_bindir}/pdfflip -%{_bindir}/pdfjam -%{_bindir}/pdfjam-pocketmod -%{_bindir}/pdfjam-slides3up -%{_bindir}/pdfjam-slides6up -%{_bindir}/pdfjoin -%{_bindir}/pdfnup -%{_bindir}/pdfpun - -%files pdftools -%defattr(-,root,root) -%doc pd.txt -%{_mandir}/man1/e2pall.1* -%{_mandir}/man1/pdfclose.1* -%{_mandir}/man1/pdfopen.1* -%{_mandir}/man1/pdftosrc.1* -%{_texdir}/texmf-dist/scripts/tetex/e2pall.pl - -%files pdftools-bin -%defattr(-,root,root) -%doc pd.txt -%{_bindir}/e2pall -%{_bindir}/pdfatfi -%{_bindir}/pdfclose -%{_bindir}/pdfopen -%{_bindir}/pdftosrc -%{_bindir}/ps4pdf - -%files pfarrei -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/scripts/pfarrei/a5toa4.tlu -%{_texdir}/texmf-dist/scripts/pfarrei/pfarrei.tlu -%{_texdir}/texmf-dist/tex/latex/pfarrei/a5toa4.tex -%{_texdir}/texmf-dist/tex/latex/pfarrei/pfarrei.sty - -%files pfarrei-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pfarrei/pfarrei.pdf - -%files pfarrei-bin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_bindir}/a5toa4 -%{_bindir}/pfarrei - -%files pkfix -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/scripts/pkfix/pkfix.pl - -%files pkfix-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/support/pkfix/README - -%files pkfix-bin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_bindir}/pkfix - -%files pkfix-helper -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/pkfix-helper.1* -%{_texdir}/texmf-dist/scripts/pkfix-helper/pkfix-helper - -%files pkfix-helper-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/pkfix-helper/README -%{_texdir}/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf -%{_texdir}/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex - -%files pkfix-helper-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/pkfix-helper - -%files purifyeps -%defattr(-,root,root) -%doc lppl1.txt -%{_mandir}/man1/purifyeps.1* -%{_texdir}/texmf-dist/scripts/purifyeps/purifyeps - -%files purifyeps-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/purifyeps/README - -%files purifyeps-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/purifyeps - -%files seetexk -%defattr(-,root,root) -%{_mandir}/man1/dvibook.1* -%{_mandir}/man1/dviconcat.1* -%{_mandir}/man1/dviselect.1* -%{_mandir}/man1/dvitodvi.1* - -%files seetexk-bin -%defattr(-,root,root) -%{_bindir}/dvibook -%{_bindir}/dviconcat -%{_bindir}/dviselect -%{_bindir}/dvitodvi - -%files sty2dtx -%defattr(-,root,root) -%doc gpl3.txt -%{_mandir}/man1/sty2dtx.1* -%{_texdir}/texmf-dist/scripts/sty2dtx/sty2dtx.pl - -%files sty2dtx-doc -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/doc/support/sty2dtx/README -%{_texdir}/texmf-dist/doc/support/sty2dtx/sty2dtx.pdf - -%files sty2dtx-bin -%defattr(-,root,root) -%doc gpl3.txt -%{_bindir}/sty2dtx - -%files synctex -%defattr(-,root,root) -%{_mandir}/man1/synctex.1* -%{_mandir}/man5/synctex.5* - -%files synctex-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/synctex - -%files texcount -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/scripts/texcount/texcount.pl - -%files texcount-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/support/texcount/QuickReference.pdf -%{_texdir}/texmf-dist/doc/support/texcount/QuickReference.tex -%{_texdir}/texmf-dist/doc/support/texcount/README -%{_texdir}/texmf-dist/doc/support/texcount/TeXcount.pdf -%{_texdir}/texmf-dist/doc/support/texcount/TeXcount.tex -%{_texdir}/texmf-dist/doc/support/texcount/macros.tex -%{_texdir}/texmf-dist/doc/support/texcount/sub_addrules.tex -%{_texdir}/texmf-dist/doc/support/texcount/sub_options.tex -%{_texdir}/texmf-dist/doc/support/texcount/sub_tc_other.tex - -%files texcount-bin -%defattr(-,root,root) -%doc lppl1.txt -%{_bindir}/texcount - -%files texdef -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/scripts/texdef/texdef.pl - -%files texdef-doc -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/doc/support/texdef/INSTALL -%{_texdir}/texmf-dist/doc/support/texdef/README -%{_texdir}/texmf-dist/doc/support/texdef/texdef.pdf - -%files texdef-bin -%defattr(-,root,root) -%doc gpl3.txt -%{_bindir}/texdef - -%files texdiff -%defattr(-,root,root) -%{_mandir}/man1/texdiff.1* -%{_texdir}/texmf-dist/scripts/texdiff/texdiff - -%files texdiff-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/support/texdiff/README - -%files texdiff-bin -%defattr(-,root,root) -%{_bindir}/texdiff - -%files texdirflatten -%defattr(-,root,root) -%{_mandir}/man1/texdirflatten.1* -%{_texdir}/texmf-dist/scripts/texdirflatten/texdirflatten - -%files texdirflatten-bin -%defattr(-,root,root) -%{_bindir}/texdirflatten - -%files texdoc -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/texdoc.1* -%{_mandir}/man1/texdoctk.1* -%{_texdir}/texmf-dist/scripts/tetex/texdoctk.pl -%{_texdir}/texmf-dist/scripts/texdoc/Data.meta.lua -%{_texdir}/texmf-dist/scripts/texdoc/Data.tlpdb.lua -%{_texdir}/texmf-dist/scripts/texdoc/alias.tlu -%{_texdir}/texmf-dist/scripts/texdoc/config.tlu -%{_texdir}/texmf-dist/scripts/texdoc/constants.tlu -%{_texdir}/texmf-dist/scripts/texdoc/functions.tlu -%{_texdir}/texmf-dist/scripts/texdoc/main.tlu -%{_texdir}/texmf-dist/scripts/texdoc/score.tlu -%{_texdir}/texmf-dist/scripts/texdoc/search.tlu -%{_texdir}/texmf-dist/scripts/texdoc/texdoc.tlu -%{_texdir}/texmf-dist/scripts/texdoc/texdoclib.tlu -%{_texdir}/texmf-dist/scripts/texdoc/view.tlu -%{_texdir}/texmf-dist/texdoc/texdoc.cnf -%{_texdir}/texmf-dist/texdoctk/texdocrc.defaults -%{_texdir}/texmf-dist/texdoctk/texdoctk.dat - -%files texdoc-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/texdoc/News -%{_texdir}/texmf-dist/doc/texdoc/texdoc.pdf -%{_texdir}/texmf-dist/doc/texdoc/texdoc.tex - -%files texdoc-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/texdoc -%{_bindir}/texdoctk - -%files texliveonfly -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/scripts/texliveonfly/texliveonfly.py - -%files texliveonfly-doc -%defattr(-,root,root) -%doc gpl3.txt -%{_texdir}/texmf-dist/doc/support/texliveonfly/README - -%files texliveonfly-bin -%defattr(-,root,root) -%doc gpl3.txt -%{_bindir}/texliveonfly - -%files texloganalyser -%defattr(-,root,root) -%{_texdir}/texmf-dist/scripts/texloganalyser/texloganalyser - -%files texloganalyser-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/support/texloganalyser/README - -%files texloganalyser-bin -%defattr(-,root,root) -%{_bindir}/texloganalyser - -%files texware -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/dvitype.1* -%{_mandir}/man1/pooltype.1* - -%files texware-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/dvitype -%{_bindir}/pooltype - -%files tie -%defattr(-,root,root) -%{_mandir}/man1/tie.1* - -%files tie-bin -%defattr(-,root,root) -%{_bindir}/tie - -%files tpic2pdftex -%defattr(-,root,root) -%doc gpl.txt -%{_mandir}/man1/tpic2pdftex.1* - -%files tpic2pdftex-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/tpic2pdftex/Makefile -%{_texdir}/texmf/doc/tpic2pdftex/beamerexample.pdf -%{_texdir}/texmf/doc/tpic2pdftex/beamerexample.pic -%{_texdir}/texmf/doc/tpic2pdftex/example.pdf -%{_texdir}/texmf/doc/tpic2pdftex/example.pic - -%files tpic2pdftex-bin -%defattr(-,root,root) -%doc gpl.txt -%{_bindir}/tpic2pdftex - -%files typeoutfileinfo -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh - -%files typeoutfileinfo-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/support/typeoutfileinfo/README - -%files typeoutfileinfo-bin -%defattr(-,root,root) -%doc lppl1.3.txt -%{_bindir}/typeoutfileinfo - -%files web -%defattr(-,root,root) -%doc knuth.txt -%{_mandir}/man1/tangle.1* -%{_mandir}/man1/weave.1* - -%files web-bin -%defattr(-,root,root) -%doc knuth.txt -%{_bindir}/tangle -%{_bindir}/weave - -%files collection-context -%defattr(-,root,root) - -%files context -%defattr(-,root,root) -%{_mandir}/man1/context.1* -%{_mandir}/man1/ctxtools.1* -%{_mandir}/man1/pstopdf.1* -%{_mandir}/man1/texexec.1* -%{_mandir}/man1/texmfstart.1* -%{_texdir}/texmf-dist/bibtex/bst/context/cont-ab.bst -%{_texdir}/texmf-dist/bibtex/bst/context/cont-au.bst -%{_texdir}/texmf-dist/bibtex/bst/context/cont-no.bst -%{_texdir}/texmf-dist/bibtex/bst/context/cont-ti.bst -%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-context.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-interfaces.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-metafun.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-metapost.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-tex.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-cld.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-lua-longstring.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-lua.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-mps.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf-object.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf-xref.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-txt.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-cdata.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-comment.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/themes/scite-context-theme-keep.lua -%{_texdir}/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua -%{_texdir}/texmf-dist/context/data/scite/metapost.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-data-context.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-data-interfaces.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-data-metafun.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-data-metapost.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-data-tex.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-external.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-internal.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-readme.pdf -%{_texdir}/texmf-dist/context/data/scite/scite-context-readme.tex -%{_texdir}/texmf-dist/context/data/scite/scite-context-user.properties -%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.pdf -%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.png -%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.tex -%{_texdir}/texmf-dist/context/data/scite/scite-context.properties -%{_texdir}/texmf-dist/context/data/scite/scite-ctx-context.properties -%{_texdir}/texmf-dist/context/data/scite/scite-ctx-example.properties -%{_texdir}/texmf-dist/context/data/scite/scite-ctx.lua -%{_texdir}/texmf-dist/context/data/scite/scite-ctx.properties -%{_texdir}/texmf-dist/context/data/scite/scite-metapost.properties -%{_texdir}/texmf-dist/context/data/scite/scite-pragma.properties -%{_texdir}/texmf-dist/context/data/scite/scite-tex.properties -%{_texdir}/texmf-dist/context/data/scite/tex.properties -%{_texdir}/texmf-dist/context/data/texfont/type-buy.dat -%{_texdir}/texmf-dist/context/data/texfont/type-fsf.dat -%{_texdir}/texmf-dist/context/data/texfont/type-ghz.dat -%{_texdir}/texmf-dist/context/data/texfont/type-tmf.dat -%{_texdir}/texmf-dist/context/data/texworks/TUG/TeXworks.ini -%{_texdir}/texmf-dist/context/data/texworks/completion/tw-context.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/auto-indent-patterns.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/delimiter-pairs.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/smart-quotes-modes.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/syntax-patterns.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/tag-patterns.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/texworks-config.txt -%{_texdir}/texmf-dist/context/data/texworks/configuration/tools.ini -%{_texdir}/texmf-dist/context/data/texworks/texworks-context.rme -%{_texdir}/texmf-dist/context/data/texworks/texworks-setup.ini -%{_texdir}/texmf-dist/fonts/afm/hoekwater/context/contnav.afm -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-CNS1-4.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-GB1-4.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Identity-0.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-5.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-6.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan2-0.cidmap -%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Korea1-2.cidmap -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmin.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmit.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmitt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmrm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmtt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/ec-2004.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/q-8r.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/context/teff-trinite.enc -%{_texdir}/texmf-dist/fonts/fea/context/greek-babel.fea -%{_texdir}/texmf-dist/fonts/fea/context/test-features.fea -%{_texdir}/texmf-dist/fonts/fea/context/texhistoric.fea -%{_texdir}/texmf-dist/fonts/fea/context/verbose-digits.fea -%{_texdir}/texmf-dist/fonts/map/dvips/context/contnav.map -%{_texdir}/texmf-dist/fonts/map/luatex/context/demo-font.lum -%{_texdir}/texmf-dist/fonts/map/pdftex/context/8r-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/ec-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/ec-os-public-lm.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/koeieletters.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-px.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-tx.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-adobe-euro.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-cmr.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-euler.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-context-symbol.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-dummy.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-empty.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-micropress-informal.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-csr.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-lm.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-plr.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-vnr.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-vogel-symbol.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-wasy.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-youngryu-px.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-youngryu-tx.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/qx-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/qx-os-public-lm.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/t5-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/t5-os-public-lm.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/texnansi-base.map -%{_texdir}/texmf-dist/fonts/map/pdftex/context/texnansi-os-public-lm.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.tec -%{_texdir}/texmf-dist/fonts/opentype/context/tests/texmfhome.otf -%{_texdir}/texmf-dist/fonts/tfm/hoekwater/context/contnav.tfm -%{_texdir}/texmf-dist/fonts/type1/hoekwater/context/contnav.pfb -%{_texdir}/texmf-dist/metapost/context/base/metafun.mp -%{_texdir}/texmf-dist/metapost/context/base/metafun.mpii -%{_texdir}/texmf-dist/metapost/context/base/metafun.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-abck.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-apos.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-asnc.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-back.mp -%{_texdir}/texmf-dist/metapost/context/base/mp-base.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-base.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-butt.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-butt.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-char.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-char.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-chem.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-core.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-core.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-crop.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-figs.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-figs.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-fobg.mp -%{_texdir}/texmf-dist/metapost/context/base/mp-form.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-form.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-func.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-func.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-grid.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-grid.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-grph.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-grph.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-idea.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-mlib.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-page.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-page.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-shap.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-shap.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-spec.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-step.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-step.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-symb.mp -%{_texdir}/texmf-dist/metapost/context/base/mp-text.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-text.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-tool.mpii -%{_texdir}/texmf-dist/metapost/context/base/mp-tool.mpiv -%{_texdir}/texmf-dist/metapost/context/base/mp-txts.mpii -%{_texdir}/texmf-dist/metapost/context/font/punkfont-bold.mp -%{_texdir}/texmf-dist/metapost/context/font/punkfont-boldslanted.mp -%{_texdir}/texmf-dist/metapost/context/font/punkfont-characters.mp -%{_texdir}/texmf-dist/metapost/context/font/punkfont-definitions.mp -%{_texdir}/texmf-dist/metapost/context/font/punkfont-slanted.mp -%{_texdir}/texmf-dist/metapost/context/font/punkfont.mp -%{_texdir}/texmf-dist/scripts/context/lua/mtx-babel.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-base.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-cache.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-chars.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-check.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-colors.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-context.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-convert.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-epub.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-flac.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-fonts.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-grep.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-interface.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-metapost.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-metatex.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-modules.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-mtxworks.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-package.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-patterns.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-pdf.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-profile.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-rsync.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-scite.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-fonttest.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-help.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-startup.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-server.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-texworks.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-timing.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-tools.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-unzip.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-update.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtx-watch.lua -%{_texdir}/texmf-dist/scripts/context/lua/mtxrun.lua -%{_texdir}/texmf-dist/scripts/context/perl/makempy.pl -%{_texdir}/texmf-dist/scripts/context/perl/path_tre.pm -%{_texdir}/texmf-dist/scripts/context/perl/pdftrimwhite.pl -%{_texdir}/texmf-dist/scripts/context/perl/texfind.pl -%{_texdir}/texmf-dist/scripts/context/perl/texfont.pl -%{_texdir}/texmf-dist/scripts/context/ruby/base/ctx.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/exa.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/file.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpsedirect.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpsefast.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpseremote.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpserunner.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/logger.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/merge.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/mp.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/pdf.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/state.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/switch.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/system.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/tex.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/texutil.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/tool.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/variables.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/drb.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/soap.rb -%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/trees.rb -%{_texdir}/texmf-dist/scripts/context/ruby/concheck.rb -%{_texdir}/texmf-dist/scripts/context/ruby/ctxtools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/fcd_start.rb -%{_texdir}/texmf-dist/scripts/context/ruby/imgtopdf.rb -%{_texdir}/texmf-dist/scripts/context/ruby/mpstools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/pdftools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/pstopdf.rb -%{_texdir}/texmf-dist/scripts/context/ruby/rlxtools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/rscortool.rb -%{_texdir}/texmf-dist/scripts/context/ruby/rsfiltool.rb -%{_texdir}/texmf-dist/scripts/context/ruby/rslibtool.rb -%{_texdir}/texmf-dist/scripts/context/ruby/runtools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/texexec.rb -%{_texdir}/texmf-dist/scripts/context/ruby/texmfstart.rb -%{_texdir}/texmf-dist/scripts/context/ruby/texsync.rb -%{_texdir}/texmf-dist/scripts/context/ruby/textools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/texutil.rb -%{_texdir}/texmf-dist/scripts/context/ruby/tmftools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/xmltools.rb -%{_texdir}/texmf-dist/scripts/context/ruby/graphics/gs.rb -%{_texdir}/texmf-dist/scripts/context/ruby/graphics/inkscape.rb -%{_texdir}/texmf-dist/scripts/context/ruby/graphics/magick.rb -%{_texdir}/texmf-dist/scripts/context/stubs/unix/context -%{_texdir}/texmf-dist/scripts/context/stubs/unix/luatools -%{_texdir}/texmf-dist/scripts/context/stubs/unix/metatex -%{_texdir}/texmf-dist/scripts/context/stubs/unix/mptopdf -%{_texdir}/texmf-dist/scripts/context/stubs/unix/mtxrun -%{_texdir}/texmf-dist/scripts/context/stubs/unix/mtxworks -%{_texdir}/texmf-dist/scripts/context/stubs/unix/texexec -%{_texdir}/texmf-dist/scripts/context/stubs/unix/texmfstart -%{_texdir}/texmf-dist/tex/context/base/anch-bar.mkii -%{_texdir}/texmf-dist/tex/context/base/anch-bar.mkiv -%{_texdir}/texmf-dist/tex/context/base/anch-bck.mkvi -%{_texdir}/texmf-dist/tex/context/base/anch-pgr.lua -%{_texdir}/texmf-dist/tex/context/base/anch-pgr.mkii -%{_texdir}/texmf-dist/tex/context/base/anch-pgr.mkiv -%{_texdir}/texmf-dist/tex/context/base/anch-pos.lua -%{_texdir}/texmf-dist/tex/context/base/anch-pos.mkii -%{_texdir}/texmf-dist/tex/context/base/anch-pos.mkiv -%{_texdir}/texmf-dist/tex/context/base/anch-snc.mkii -%{_texdir}/texmf-dist/tex/context/base/anch-snc.mkiv -%{_texdir}/texmf-dist/tex/context/base/anch-tab.mkiv -%{_texdir}/texmf-dist/tex/context/base/attr-col.lua -%{_texdir}/texmf-dist/tex/context/base/attr-col.mkiv -%{_texdir}/texmf-dist/tex/context/base/attr-eff.lua -%{_texdir}/texmf-dist/tex/context/base/attr-eff.mkiv -%{_texdir}/texmf-dist/tex/context/base/attr-ini.lua -%{_texdir}/texmf-dist/tex/context/base/attr-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/attr-lay.lua -%{_texdir}/texmf-dist/tex/context/base/attr-lay.mkiv -%{_texdir}/texmf-dist/tex/context/base/attr-neg.lua -%{_texdir}/texmf-dist/tex/context/base/attr-neg.mkiv -%{_texdir}/texmf-dist/tex/context/base/back-exp.lua -%{_texdir}/texmf-dist/tex/context/base/back-exp.mkiv -%{_texdir}/texmf-dist/tex/context/base/back-ini.lua -%{_texdir}/texmf-dist/tex/context/base/back-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/back-pdf.lua -%{_texdir}/texmf-dist/tex/context/base/back-pdf.mkiv -%{_texdir}/texmf-dist/tex/context/base/back-swf.mkiv -%{_texdir}/texmf-dist/tex/context/base/back-u3d.mkiv -%{_texdir}/texmf-dist/tex/context/base/bibl-bib.lua -%{_texdir}/texmf-dist/tex/context/base/bibl-bib.mkiv -%{_texdir}/texmf-dist/tex/context/base/bibl-tra.lua -%{_texdir}/texmf-dist/tex/context/base/bibl-tra.mkii -%{_texdir}/texmf-dist/tex/context/base/bibl-tra.mkiv -%{_texdir}/texmf-dist/tex/context/base/bibl-tst.lua -%{_texdir}/texmf-dist/tex/context/base/blob-ini.lua -%{_texdir}/texmf-dist/tex/context/base/blob-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-default.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-default.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-escaped.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-escaped.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-lua.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-lua.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-mp.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-mp.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-nested.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-nested.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-parsed-xml.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-parsed-xml.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-tex.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-tex.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-imp-xml.lua -%{_texdir}/texmf-dist/tex/context/base/buff-imp-xml.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-ini.lua -%{_texdir}/texmf-dist/tex/context/base/buff-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/buff-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-par.lua -%{_texdir}/texmf-dist/tex/context/base/buff-par.mkiv -%{_texdir}/texmf-dist/tex/context/base/buff-ver.lua -%{_texdir}/texmf-dist/tex/context/base/buff-ver.mkii -%{_texdir}/texmf-dist/tex/context/base/buff-ver.mkiv -%{_texdir}/texmf-dist/tex/context/base/bxml-apa.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-act.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-act.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-ctx.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-ctx.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-def.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-ini.lua -%{_texdir}/texmf-dist/tex/context/base/catc-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-sym.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-sym.mkiv -%{_texdir}/texmf-dist/tex/context/base/catc-xml.mkii -%{_texdir}/texmf-dist/tex/context/base/catc-xml.mkiv -%{_texdir}/texmf-dist/tex/context/base/char-act.mkiv -%{_texdir}/texmf-dist/tex/context/base/char-cjk.lua -%{_texdir}/texmf-dist/tex/context/base/char-def.lua -%{_texdir}/texmf-dist/tex/context/base/char-enc.lua -%{_texdir}/texmf-dist/tex/context/base/char-enc.mkiv -%{_texdir}/texmf-dist/tex/context/base/char-ent.lua -%{_texdir}/texmf-dist/tex/context/base/char-ini.lua -%{_texdir}/texmf-dist/tex/context/base/char-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/char-map.lua -%{_texdir}/texmf-dist/tex/context/base/char-tex.lua -%{_texdir}/texmf-dist/tex/context/base/char-utf.lua -%{_texdir}/texmf-dist/tex/context/base/char-utf.mkiv -%{_texdir}/texmf-dist/tex/context/base/chem-ini.lua -%{_texdir}/texmf-dist/tex/context/base/chem-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/chem-str.lua -%{_texdir}/texmf-dist/tex/context/base/chem-str.mkiv -%{_texdir}/texmf-dist/tex/context/base/cldf-bas.lua -%{_texdir}/texmf-dist/tex/context/base/cldf-bas.mkiv -%{_texdir}/texmf-dist/tex/context/base/cldf-com.lua -%{_texdir}/texmf-dist/tex/context/base/cldf-com.mkiv -%{_texdir}/texmf-dist/tex/context/base/cldf-ini.lua -%{_texdir}/texmf-dist/tex/context/base/cldf-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/cldf-int.lua -%{_texdir}/texmf-dist/tex/context/base/cldf-int.mkiv -%{_texdir}/texmf-dist/tex/context/base/cldf-ver.lua -%{_texdir}/texmf-dist/tex/context/base/cldf-ver.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-ema.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-ext.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-ext.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-grp.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-hex.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-icc.lua -%{_texdir}/texmf-dist/tex/context/base/colo-imp-dem.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-imp-ema.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-imp-rgb.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-imp-x11.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-imp-xwi.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-ini.lua -%{_texdir}/texmf-dist/tex/context/base/colo-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-rgb.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-run.lua -%{_texdir}/texmf-dist/tex/context/base/colo-run.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-run.mkiv -%{_texdir}/texmf-dist/tex/context/base/colo-x11.mkii -%{_texdir}/texmf-dist/tex/context/base/colo-xwi.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-cs.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-cs.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-de.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-de.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-en.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-en.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-err.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-fil.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-fil.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-fr.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-fr.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-gb.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-gb.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-it.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-it.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-log.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-log.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-new.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-new.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-nl.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-nl.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-pe.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-ro.mkii -%{_texdir}/texmf-dist/tex/context/base/cont-ro.mkiv -%{_texdir}/texmf-dist/tex/context/base/cont-sys.ori -%{_texdir}/texmf-dist/tex/context/base/context-base.lmx -%{_texdir}/texmf-dist/tex/context/base/context-characters.lmx -%{_texdir}/texmf-dist/tex/context/base/context-debug.lmx -%{_texdir}/texmf-dist/tex/context/base/context-error.lmx -%{_texdir}/texmf-dist/tex/context/base/context-fonttest.lmx -%{_texdir}/texmf-dist/tex/context/base/context-help.lmx -%{_texdir}/texmf-dist/tex/context/base/context-timing.lmx -%{_texdir}/texmf-dist/tex/context/base/context-version.pdf -%{_texdir}/texmf-dist/tex/context/base/context-version.png -%{_texdir}/texmf-dist/tex/context/base/context.css -%{_texdir}/texmf-dist/tex/context/base/context.lus -%{_texdir}/texmf-dist/tex/context/base/context.mkii -%{_texdir}/texmf-dist/tex/context/base/context.mkiv -%{_texdir}/texmf-dist/tex/context/base/context.rme -%{_texdir}/texmf-dist/tex/context/base/context.todo -%{_texdir}/texmf-dist/tex/context/base/core-con.lua -%{_texdir}/texmf-dist/tex/context/base/core-con.mkii -%{_texdir}/texmf-dist/tex/context/base/core-con.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-ctx.lua -%{_texdir}/texmf-dist/tex/context/base/core-ctx.mkii -%{_texdir}/texmf-dist/tex/context/base/core-ctx.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-dat.lua -%{_texdir}/texmf-dist/tex/context/base/core-dat.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-def.mkii -%{_texdir}/texmf-dist/tex/context/base/core-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-env.lua -%{_texdir}/texmf-dist/tex/context/base/core-env.mkii -%{_texdir}/texmf-dist/tex/context/base/core-env.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-fil.mkii -%{_texdir}/texmf-dist/tex/context/base/core-fnt.mkii -%{_texdir}/texmf-dist/tex/context/base/core-fnt.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-gen.mkii -%{_texdir}/texmf-dist/tex/context/base/core-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/core-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-job.mkii -%{_texdir}/texmf-dist/tex/context/base/core-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/core-mis.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-par.mkii -%{_texdir}/texmf-dist/tex/context/base/core-stg.mkii -%{_texdir}/texmf-dist/tex/context/base/core-sys.lua -%{_texdir}/texmf-dist/tex/context/base/core-sys.mkii -%{_texdir}/texmf-dist/tex/context/base/core-sys.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-two.lua -%{_texdir}/texmf-dist/tex/context/base/core-two.mkii -%{_texdir}/texmf-dist/tex/context/base/core-two.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-uti.lua -%{_texdir}/texmf-dist/tex/context/base/core-uti.mkii -%{_texdir}/texmf-dist/tex/context/base/core-uti.mkiv -%{_texdir}/texmf-dist/tex/context/base/core-var.mkii -%{_texdir}/texmf-dist/tex/context/base/core-var.mkiv -%{_texdir}/texmf-dist/tex/context/base/data-aux.lua -%{_texdir}/texmf-dist/tex/context/base/data-bin.lua -%{_texdir}/texmf-dist/tex/context/base/data-con.lua -%{_texdir}/texmf-dist/tex/context/base/data-crl.lua -%{_texdir}/texmf-dist/tex/context/base/data-ctx.lua -%{_texdir}/texmf-dist/tex/context/base/data-env.lua -%{_texdir}/texmf-dist/tex/context/base/data-exp.lua -%{_texdir}/texmf-dist/tex/context/base/data-fil.lua -%{_texdir}/texmf-dist/tex/context/base/data-gen.lua -%{_texdir}/texmf-dist/tex/context/base/data-ini.lua -%{_texdir}/texmf-dist/tex/context/base/data-inp.lua -%{_texdir}/texmf-dist/tex/context/base/data-lst.lua -%{_texdir}/texmf-dist/tex/context/base/data-lua.lua -%{_texdir}/texmf-dist/tex/context/base/data-met.lua -%{_texdir}/texmf-dist/tex/context/base/data-out.lua -%{_texdir}/texmf-dist/tex/context/base/data-pre.lua -%{_texdir}/texmf-dist/tex/context/base/data-res.lua -%{_texdir}/texmf-dist/tex/context/base/data-sch.lua -%{_texdir}/texmf-dist/tex/context/base/data-tex.lua -%{_texdir}/texmf-dist/tex/context/base/data-tmf.lua -%{_texdir}/texmf-dist/tex/context/base/data-tmp.lua -%{_texdir}/texmf-dist/tex/context/base/data-tre.lua -%{_texdir}/texmf-dist/tex/context/base/data-use.lua -%{_texdir}/texmf-dist/tex/context/base/data-vir.lua -%{_texdir}/texmf-dist/tex/context/base/data-zip.lua -%{_texdir}/texmf-dist/tex/context/base/enco-032.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-037.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-acc.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-agr.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ans.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-cas.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-chi.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-com.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-cyr.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-def.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ec.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ecm.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-el.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-fde.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ffr.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-fpl.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-fro.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-fsl.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-grk.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-heb.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ibm.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-il2.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/enco-l7x.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-lat.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-pdf.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-pfr.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-pol.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-qx.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-raw.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-run.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-t5.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-tbo.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-uc.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-vis.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-vna.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-win.mkii -%{_texdir}/texmf-dist/tex/context/base/enco-x5.mkii -%{_texdir}/texmf-dist/tex/context/base/export-example.css -%{_texdir}/texmf-dist/tex/context/base/export-example.rng -%{_texdir}/texmf-dist/tex/context/base/export-example.tex -%{_texdir}/texmf-dist/tex/context/base/file-ini.lua -%{_texdir}/texmf-dist/tex/context/base/file-ini.mkvi -%{_texdir}/texmf-dist/tex/context/base/file-job.lua -%{_texdir}/texmf-dist/tex/context/base/file-job.mkvi -%{_texdir}/texmf-dist/tex/context/base/file-lib.lua -%{_texdir}/texmf-dist/tex/context/base/file-lib.mkvi -%{_texdir}/texmf-dist/tex/context/base/file-mod.lua -%{_texdir}/texmf-dist/tex/context/base/file-mod.mkvi -%{_texdir}/texmf-dist/tex/context/base/file-res.lua -%{_texdir}/texmf-dist/tex/context/base/file-res.mkvi -%{_texdir}/texmf-dist/tex/context/base/file-syn.lua -%{_texdir}/texmf-dist/tex/context/base/file-syn.mkvi -%{_texdir}/texmf-dist/tex/context/base/filt-bas.mkii -%{_texdir}/texmf-dist/tex/context/base/filt-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/font-afm.lua -%{_texdir}/texmf-dist/tex/context/base/font-age.lua -%{_texdir}/texmf-dist/tex/context/base/font-agl.lua -%{_texdir}/texmf-dist/tex/context/base/font-arb.mkii -%{_texdir}/texmf-dist/tex/context/base/font-aux.lua -%{_texdir}/texmf-dist/tex/context/base/font-bfm.mkii -%{_texdir}/texmf-dist/tex/context/base/font-chi.mkii -%{_texdir}/texmf-dist/tex/context/base/font-chk.lua -%{_texdir}/texmf-dist/tex/context/base/font-cid.lua -%{_texdir}/texmf-dist/tex/context/base/font-col.lua -%{_texdir}/texmf-dist/tex/context/base/font-col.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-con.lua -%{_texdir}/texmf-dist/tex/context/base/font-ctx.lua -%{_texdir}/texmf-dist/tex/context/base/font-def.lua -%{_texdir}/texmf-dist/tex/context/base/font-emp.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-enc.lua -%{_texdir}/texmf-dist/tex/context/base/font-enh.lua -%{_texdir}/texmf-dist/tex/context/base/font-ext.lua -%{_texdir}/texmf-dist/tex/context/base/font-fbk.lua -%{_texdir}/texmf-dist/tex/context/base/font-fea.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-fil.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-gds.lua -%{_texdir}/texmf-dist/tex/context/base/font-gds.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-heb.mkii -%{_texdir}/texmf-dist/tex/context/base/font-ini.lua -%{_texdir}/texmf-dist/tex/context/base/font-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/font-ini.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-jap.mkii -%{_texdir}/texmf-dist/tex/context/base/font-ldr.lua -%{_texdir}/texmf-dist/tex/context/base/font-lib.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-log.lua -%{_texdir}/texmf-dist/tex/context/base/font-lua.lua -%{_texdir}/texmf-dist/tex/context/base/font-map.lua -%{_texdir}/texmf-dist/tex/context/base/font-mat.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-mis.lua -%{_texdir}/texmf-dist/tex/context/base/font-ota.lua -%{_texdir}/texmf-dist/tex/context/base/font-otb.lua -%{_texdir}/texmf-dist/tex/context/base/font-otc.lua -%{_texdir}/texmf-dist/tex/context/base/font-otd.lua -%{_texdir}/texmf-dist/tex/context/base/font-otf.lua -%{_texdir}/texmf-dist/tex/context/base/font-oth.lua -%{_texdir}/texmf-dist/tex/context/base/font-oti.lua -%{_texdir}/texmf-dist/tex/context/base/font-otn.lua -%{_texdir}/texmf-dist/tex/context/base/font-otp.lua -%{_texdir}/texmf-dist/tex/context/base/font-ott.lua -%{_texdir}/texmf-dist/tex/context/base/font-pat.lua -%{_texdir}/texmf-dist/tex/context/base/font-pre.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-run.mkii -%{_texdir}/texmf-dist/tex/context/base/font-run.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-set.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-sty.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-sym.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-syn.lua -%{_texdir}/texmf-dist/tex/context/base/font-tfm.lua -%{_texdir}/texmf-dist/tex/context/base/font-tra.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-uni.mkii -%{_texdir}/texmf-dist/tex/context/base/font-uni.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-unk.mkii -%{_texdir}/texmf-dist/tex/context/base/font-unk.mkiv -%{_texdir}/texmf-dist/tex/context/base/font-var.mkvi -%{_texdir}/texmf-dist/tex/context/base/font-vf.lua -%{_texdir}/texmf-dist/tex/context/base/font-xtx.mkii -%{_texdir}/texmf-dist/tex/context/base/grph-epd.lua -%{_texdir}/texmf-dist/tex/context/base/grph-epd.mkiv -%{_texdir}/texmf-dist/tex/context/base/grph-fig.mkii -%{_texdir}/texmf-dist/tex/context/base/grph-fig.mkiv -%{_texdir}/texmf-dist/tex/context/base/grph-fil.lua -%{_texdir}/texmf-dist/tex/context/base/grph-inc.lua -%{_texdir}/texmf-dist/tex/context/base/grph-inc.mkii -%{_texdir}/texmf-dist/tex/context/base/grph-inc.mkiv -%{_texdir}/texmf-dist/tex/context/base/grph-raw.lua -%{_texdir}/texmf-dist/tex/context/base/grph-raw.mkiv -%{_texdir}/texmf-dist/tex/context/base/grph-swf.lua -%{_texdir}/texmf-dist/tex/context/base/grph-trf.mkii -%{_texdir}/texmf-dist/tex/context/base/grph-trf.mkiv -%{_texdir}/texmf-dist/tex/context/base/grph-u3d.lua -%{_texdir}/texmf-dist/tex/context/base/grph-wnd.lua -%{_texdir}/texmf-dist/tex/context/base/hand-def.mkii -%{_texdir}/texmf-dist/tex/context/base/hand-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/hand-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-ans.mkii -%{_texdir}/texmf-dist/tex/context/base/java-exa.mkii -%{_texdir}/texmf-dist/tex/context/base/java-fil.mkii -%{_texdir}/texmf-dist/tex/context/base/java-fld.mkii -%{_texdir}/texmf-dist/tex/context/base/java-imp-exa.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-imp-fil.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-imp-fld.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-imp-rhh.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-imp-stp.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-ini.lua -%{_texdir}/texmf-dist/tex/context/base/java-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/java-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/java-stp.mkii -%{_texdir}/texmf-dist/tex/context/base/l-boolean.lua -%{_texdir}/texmf-dist/tex/context/base/l-dir.lua -%{_texdir}/texmf-dist/tex/context/base/l-file.lua -%{_texdir}/texmf-dist/tex/context/base/l-io.lua -%{_texdir}/texmf-dist/tex/context/base/l-lpeg.lua -%{_texdir}/texmf-dist/tex/context/base/l-math.lua -%{_texdir}/texmf-dist/tex/context/base/l-md5.lua -%{_texdir}/texmf-dist/tex/context/base/l-number.lua -%{_texdir}/texmf-dist/tex/context/base/l-os.lua -%{_texdir}/texmf-dist/tex/context/base/l-pdfview.lua -%{_texdir}/texmf-dist/tex/context/base/l-set.lua -%{_texdir}/texmf-dist/tex/context/base/l-string.lua -%{_texdir}/texmf-dist/tex/context/base/l-table.lua -%{_texdir}/texmf-dist/tex/context/base/l-unicode.lua -%{_texdir}/texmf-dist/tex/context/base/l-url.lua -%{_texdir}/texmf-dist/tex/context/base/l-xml.lua -%{_texdir}/texmf-dist/tex/context/base/lang-all.xml -%{_texdir}/texmf-dist/tex/context/base/lang-alt.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ana.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-art.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-bal.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-cel.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-chi.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ctx.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-cyr.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-def.lua -%{_texdir}/texmf-dist/tex/context/base/lang-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-dis.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-frd.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-frq.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ger.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-grk.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ind.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ini.lua -%{_texdir}/texmf-dist/tex/context/base/lang-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-ita.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-jap.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-lab.lua -%{_texdir}/texmf-dist/tex/context/base/lang-lab.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-lab.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-mis.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-run.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-sla.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-spa.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-spa.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-spe.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-txt.lua -%{_texdir}/texmf-dist/tex/context/base/lang-ura.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-url.lua -%{_texdir}/texmf-dist/tex/context/base/lang-url.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-url.mkiv -%{_texdir}/texmf-dist/tex/context/base/lang-vn.mkii -%{_texdir}/texmf-dist/tex/context/base/lang-wrd.lua -%{_texdir}/texmf-dist/tex/context/base/lang-wrd.mkiv -%{_texdir}/texmf-dist/tex/context/base/layo-ini.lua -%{_texdir}/texmf-dist/tex/context/base/layo-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/lpdf-ano.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-col.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-enc.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-epa.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-epd.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-fld.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-fmt.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-grp.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-ini.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-mis.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-mov.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-nod.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-pda.xml -%{_texdir}/texmf-dist/tex/context/base/lpdf-pdx.xml -%{_texdir}/texmf-dist/tex/context/base/lpdf-ren.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-swf.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-tag.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-u3d.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-wid.lua -%{_texdir}/texmf-dist/tex/context/base/lpdf-xmp.lua -%{_texdir}/texmf-dist/tex/context/base/luat-bas.mkiv -%{_texdir}/texmf-dist/tex/context/base/luat-bwc.lua -%{_texdir}/texmf-dist/tex/context/base/luat-cbk.lua -%{_texdir}/texmf-dist/tex/context/base/luat-cnf.lua -%{_texdir}/texmf-dist/tex/context/base/luat-cod.lua -%{_texdir}/texmf-dist/tex/context/base/luat-cod.mkiv -%{_texdir}/texmf-dist/tex/context/base/luat-env.lua -%{_texdir}/texmf-dist/tex/context/base/luat-exe.lua -%{_texdir}/texmf-dist/tex/context/base/luat-fio.lua -%{_texdir}/texmf-dist/tex/context/base/luat-fmt.lua -%{_texdir}/texmf-dist/tex/context/base/luat-ini.lua -%{_texdir}/texmf-dist/tex/context/base/luat-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/luat-iop.lua -%{_texdir}/texmf-dist/tex/context/base/luat-lib.mkiv -%{_texdir}/texmf-dist/tex/context/base/luat-lua.lua -%{_texdir}/texmf-dist/tex/context/base/luat-mac.lua -%{_texdir}/texmf-dist/tex/context/base/luat-run.lua -%{_texdir}/texmf-dist/tex/context/base/luat-soc.lua -%{_texdir}/texmf-dist/tex/context/base/luat-sta.lua -%{_texdir}/texmf-dist/tex/context/base/luat-sto.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-aux.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-css.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-css.mkiv -%{_texdir}/texmf-dist/tex/context/base/lxml-ctx.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-ctx.mkiv -%{_texdir}/texmf-dist/tex/context/base/lxml-dir.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-ent.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-inf.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/lxml-lpt.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-mis.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-sor.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-sor.mkiv -%{_texdir}/texmf-dist/tex/context/base/lxml-tab.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-tex.lua -%{_texdir}/texmf-dist/tex/context/base/lxml-xml.lua -%{_texdir}/texmf-dist/tex/context/base/m-arabtex.mkii -%{_texdir}/texmf-dist/tex/context/base/m-barcodes.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-chart.lua -%{_texdir}/texmf-dist/tex/context/base/m-chart.mkii -%{_texdir}/texmf-dist/tex/context/base/m-chart.mkvi -%{_texdir}/texmf-dist/tex/context/base/m-chemic.mkii -%{_texdir}/texmf-dist/tex/context/base/m-chemic.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-cweb.tex -%{_texdir}/texmf-dist/tex/context/base/m-database.lua -%{_texdir}/texmf-dist/tex/context/base/m-database.mkii -%{_texdir}/texmf-dist/tex/context/base/m-database.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-datastrc.tex -%{_texdir}/texmf-dist/tex/context/base/m-directives.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-dratex.mkii -%{_texdir}/texmf-dist/tex/context/base/m-edtsnc.mkii -%{_texdir}/texmf-dist/tex/context/base/m-educat.tex -%{_texdir}/texmf-dist/tex/context/base/m-fields.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-format.tex -%{_texdir}/texmf-dist/tex/context/base/m-graph.mkii -%{_texdir}/texmf-dist/tex/context/base/m-graph.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-layout.tex -%{_texdir}/texmf-dist/tex/context/base/m-level.mkii -%{_texdir}/texmf-dist/tex/context/base/m-logcategories.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-markdown.lua -%{_texdir}/texmf-dist/tex/context/base/m-markdown.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-mathcrap.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-mkii.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-mkivhacks.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-morse.mkvi -%{_texdir}/texmf-dist/tex/context/base/m-narrowtt.tex -%{_texdir}/texmf-dist/tex/context/base/m-newmat.tex -%{_texdir}/texmf-dist/tex/context/base/m-ntb-to-xtb.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-obsolete.mkii -%{_texdir}/texmf-dist/tex/context/base/m-obsolete.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-pdfsnc.mkii -%{_texdir}/texmf-dist/tex/context/base/m-pictex.tex -%{_texdir}/texmf-dist/tex/context/base/m-pstricks.lua -%{_texdir}/texmf-dist/tex/context/base/m-pstricks.mkii -%{_texdir}/texmf-dist/tex/context/base/m-pstricks.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-punk.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-r.tex -%{_texdir}/texmf-dist/tex/context/base/m-spreadsheet.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-steps.lua -%{_texdir}/texmf-dist/tex/context/base/m-steps.mkii -%{_texdir}/texmf-dist/tex/context/base/m-steps.mkvi -%{_texdir}/texmf-dist/tex/context/base/m-streams.tex -%{_texdir}/texmf-dist/tex/context/base/m-subsub.tex -%{_texdir}/texmf-dist/tex/context/base/m-tex4ht.mkii -%{_texdir}/texmf-dist/tex/context/base/m-timing.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-trackers.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-translate.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-units.mkii -%{_texdir}/texmf-dist/tex/context/base/m-units.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-visual.mkii -%{_texdir}/texmf-dist/tex/context/base/m-visual.mkiv -%{_texdir}/texmf-dist/tex/context/base/m-zint.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-act.lua -%{_texdir}/texmf-dist/tex/context/base/math-ali.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-ams.mkii -%{_texdir}/texmf-dist/tex/context/base/math-arr.mkii -%{_texdir}/texmf-dist/tex/context/base/math-arr.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-cow.mkii -%{_texdir}/texmf-dist/tex/context/base/math-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-del.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-dim.lua -%{_texdir}/texmf-dist/tex/context/base/math-dis.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-eul.mkii -%{_texdir}/texmf-dist/tex/context/base/math-ext.lua -%{_texdir}/texmf-dist/tex/context/base/math-for.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-fou.mkii -%{_texdir}/texmf-dist/tex/context/base/math-frc.mkii -%{_texdir}/texmf-dist/tex/context/base/math-frc.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-ini.lua -%{_texdir}/texmf-dist/tex/context/base/math-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/math-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-inl.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-int.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-lbr.mkii -%{_texdir}/texmf-dist/tex/context/base/math-map.lua -%{_texdir}/texmf-dist/tex/context/base/math-noa.lua -%{_texdir}/texmf-dist/tex/context/base/math-pln.mkii -%{_texdir}/texmf-dist/tex/context/base/math-pln.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-ren.lua -%{_texdir}/texmf-dist/tex/context/base/math-run.mkii -%{_texdir}/texmf-dist/tex/context/base/math-scr.mkiv -%{_texdir}/texmf-dist/tex/context/base/math-tag.lua -%{_texdir}/texmf-dist/tex/context/base/math-tex.mkii -%{_texdir}/texmf-dist/tex/context/base/math-tim.mkii -%{_texdir}/texmf-dist/tex/context/base/math-uni.mkii -%{_texdir}/texmf-dist/tex/context/base/math-vfu.lua -%{_texdir}/texmf-dist/tex/context/base/meta-clp.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-dum.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-fig.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-fig.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-fun.lua -%{_texdir}/texmf-dist/tex/context/base/meta-fun.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-clp.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-dum.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-fen.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-mis.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-nav.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-pre.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-imp-txt.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-ini.lua -%{_texdir}/texmf-dist/tex/context/base/meta-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-nav.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-pag.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-pag.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-pdf.lua -%{_texdir}/texmf-dist/tex/context/base/meta-pdf.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-pdf.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-pdh.lua -%{_texdir}/texmf-dist/tex/context/base/meta-pdh.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-pre.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-tex.lua -%{_texdir}/texmf-dist/tex/context/base/meta-tex.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-tex.mkiv -%{_texdir}/texmf-dist/tex/context/base/meta-txt.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-xml.mkii -%{_texdir}/texmf-dist/tex/context/base/meta-xml.mkiv -%{_texdir}/texmf-dist/tex/context/base/metatex.lus -%{_texdir}/texmf-dist/tex/context/base/metatex.tex -%{_texdir}/texmf-dist/tex/context/base/mlib-ctx.lua -%{_texdir}/texmf-dist/tex/context/base/mlib-ctx.mkiv -%{_texdir}/texmf-dist/tex/context/base/mlib-pdf.lua -%{_texdir}/texmf-dist/tex/context/base/mlib-pdf.mkiv -%{_texdir}/texmf-dist/tex/context/base/mlib-pps.lua -%{_texdir}/texmf-dist/tex/context/base/mlib-pps.mkiv -%{_texdir}/texmf-dist/tex/context/base/mlib-run.lua -%{_texdir}/texmf-dist/tex/context/base/mtx-context-arrange.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-combine.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-common.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-ideas.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-listing.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-markdown.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-select.tex -%{_texdir}/texmf-dist/tex/context/base/mtx-context-timing.tex -%{_texdir}/texmf-dist/tex/context/base/mult-aux.lua -%{_texdir}/texmf-dist/tex/context/base/mult-aux.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-aux.mkiv -%{_texdir}/texmf-dist/tex/context/base/mult-chk.lua -%{_texdir}/texmf-dist/tex/context/base/mult-chk.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-chk.mkiv -%{_texdir}/texmf-dist/tex/context/base/mult-com.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-con.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-de.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-def.lua -%{_texdir}/texmf-dist/tex/context/base/mult-def.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/mult-dim.mkvi -%{_texdir}/texmf-dist/tex/context/base/mult-en.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-fr.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-fst.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-ini.lua -%{_texdir}/texmf-dist/tex/context/base/mult-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/mult-it.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-low.lua -%{_texdir}/texmf-dist/tex/context/base/mult-mcs.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mde.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-men.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mes.lua -%{_texdir}/texmf-dist/tex/context/base/mult-mfr.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mit.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mnl.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mno.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mpe.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-mps.lua -%{_texdir}/texmf-dist/tex/context/base/mult-mro.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-nl.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-pe.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-prm.lua -%{_texdir}/texmf-dist/tex/context/base/mult-prm.mkiv -%{_texdir}/texmf-dist/tex/context/base/mult-ro.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-sys.mkii -%{_texdir}/texmf-dist/tex/context/base/mult-sys.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-acc.lua -%{_texdir}/texmf-dist/tex/context/base/node-aux.lua -%{_texdir}/texmf-dist/tex/context/base/node-bck.lua -%{_texdir}/texmf-dist/tex/context/base/node-bck.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-dir.lua -%{_texdir}/texmf-dist/tex/context/base/node-ext.lua -%{_texdir}/texmf-dist/tex/context/base/node-fin.lua -%{_texdir}/texmf-dist/tex/context/base/node-fin.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-fnt.lua -%{_texdir}/texmf-dist/tex/context/base/node-ini.lua -%{_texdir}/texmf-dist/tex/context/base/node-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-inj.lua -%{_texdir}/texmf-dist/tex/context/base/node-mig.lua -%{_texdir}/texmf-dist/tex/context/base/node-mig.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-pag.lua -%{_texdir}/texmf-dist/tex/context/base/node-pag.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-par.lua -%{_texdir}/texmf-dist/tex/context/base/node-par.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-pro.lua -%{_texdir}/texmf-dist/tex/context/base/node-ref.lua -%{_texdir}/texmf-dist/tex/context/base/node-res.lua -%{_texdir}/texmf-dist/tex/context/base/node-rul.lua -%{_texdir}/texmf-dist/tex/context/base/node-rul.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-ser.lua -%{_texdir}/texmf-dist/tex/context/base/node-shp.lua -%{_texdir}/texmf-dist/tex/context/base/node-spl.lua -%{_texdir}/texmf-dist/tex/context/base/node-spl.mkiv -%{_texdir}/texmf-dist/tex/context/base/node-tex.lua -%{_texdir}/texmf-dist/tex/context/base/node-tra.lua -%{_texdir}/texmf-dist/tex/context/base/node-tsk.lua -%{_texdir}/texmf-dist/tex/context/base/node-tst.lua -%{_texdir}/texmf-dist/tex/context/base/node-typ.lua -%{_texdir}/texmf-dist/tex/context/base/norm-alo.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-ctx.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-ctx.mkiv -%{_texdir}/texmf-dist/tex/context/base/norm-etx.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-ltx.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-ptx.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-tex.mkii -%{_texdir}/texmf-dist/tex/context/base/norm-xtx.mkii -%{_texdir}/texmf-dist/tex/context/base/pack-bar.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-bck.mkvi -%{_texdir}/texmf-dist/tex/context/base/pack-box.mkii -%{_texdir}/texmf-dist/tex/context/base/pack-box.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-com.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-fen.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-lyr.mkii -%{_texdir}/texmf-dist/tex/context/base/pack-lyr.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-mis.mkvi -%{_texdir}/texmf-dist/tex/context/base/pack-mrl.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-obj.lua -%{_texdir}/texmf-dist/tex/context/base/pack-obj.mkii -%{_texdir}/texmf-dist/tex/context/base/pack-obj.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-pos.mkiv -%{_texdir}/texmf-dist/tex/context/base/pack-rul.lua -%{_texdir}/texmf-dist/tex/context/base/pack-rul.mkii -%{_texdir}/texmf-dist/tex/context/base/pack-rul.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-app.mkii -%{_texdir}/texmf-dist/tex/context/base/page-app.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-bck.mkii -%{_texdir}/texmf-dist/tex/context/base/page-bck.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-box.mkvi -%{_texdir}/texmf-dist/tex/context/base/page-brk.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-col.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-com.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-fac.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-flt.lua -%{_texdir}/texmf-dist/tex/context/base/page-flt.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-flw.mkii -%{_texdir}/texmf-dist/tex/context/base/page-flw.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-grd.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-imp.mkii -%{_texdir}/texmf-dist/tex/context/base/page-imp.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-inf.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/page-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-ins.mkii -%{_texdir}/texmf-dist/tex/context/base/page-ins.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-lay.mkii -%{_texdir}/texmf-dist/tex/context/base/page-lay.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-lin.lua -%{_texdir}/texmf-dist/tex/context/base/page-lin.mkii -%{_texdir}/texmf-dist/tex/context/base/page-lin.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-log.mkii -%{_texdir}/texmf-dist/tex/context/base/page-mak.mkii -%{_texdir}/texmf-dist/tex/context/base/page-mak.mkvi -%{_texdir}/texmf-dist/tex/context/base/page-mar.mkii -%{_texdir}/texmf-dist/tex/context/base/page-mbk.mkvi -%{_texdir}/texmf-dist/tex/context/base/page-mis.lua -%{_texdir}/texmf-dist/tex/context/base/page-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/page-mis.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-mrk.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-mul.mkii -%{_texdir}/texmf-dist/tex/context/base/page-mul.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-not.mkii -%{_texdir}/texmf-dist/tex/context/base/page-not.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-one.mkii -%{_texdir}/texmf-dist/tex/context/base/page-one.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-otr.mkvi -%{_texdir}/texmf-dist/tex/context/base/page-par.mkii -%{_texdir}/texmf-dist/tex/context/base/page-par.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-plg.mkii -%{_texdir}/texmf-dist/tex/context/base/page-plg.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-run.mkii -%{_texdir}/texmf-dist/tex/context/base/page-run.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-sel.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-set.mkii -%{_texdir}/texmf-dist/tex/context/base/page-set.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-sid.mkii -%{_texdir}/texmf-dist/tex/context/base/page-sid.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-spr.mkii -%{_texdir}/texmf-dist/tex/context/base/page-spr.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-str.lua -%{_texdir}/texmf-dist/tex/context/base/page-str.mkii -%{_texdir}/texmf-dist/tex/context/base/page-str.mkiv -%{_texdir}/texmf-dist/tex/context/base/page-txt.mkii -%{_texdir}/texmf-dist/tex/context/base/page-txt.mkvi -%{_texdir}/texmf-dist/tex/context/base/page-var.mkiv -%{_texdir}/texmf-dist/tex/context/base/pdfr-def.mkii -%{_texdir}/texmf-dist/tex/context/base/pdfr-ec.mkii -%{_texdir}/texmf-dist/tex/context/base/pdfr-il2.mkii -%{_texdir}/texmf-dist/tex/context/base/phys-dim.lua -%{_texdir}/texmf-dist/tex/context/base/phys-dim.mkiv -%{_texdir}/texmf-dist/tex/context/base/ppchtex.mkii -%{_texdir}/texmf-dist/tex/context/base/ppchtex.mkiv -%{_texdir}/texmf-dist/tex/context/base/prop-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/prop-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/prop-lay.mkii -%{_texdir}/texmf-dist/tex/context/base/prop-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-1.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-1.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-10.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-10.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-11.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-13.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-13.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-14.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-15.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-15.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-16.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-16.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-2.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-2.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-3.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-3.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-4.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-4.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-5.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-5.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-6.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-7.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-7.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-8859-8.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-9.lua -%{_texdir}/texmf-dist/tex/context/base/regi-8859-9.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1250.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1250.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1251.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1251.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1252.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1252.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1253.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1253.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1254.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1254.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1255.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1256.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1257.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cp1257.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cp1258.lua -%{_texdir}/texmf-dist/tex/context/base/regi-cyp.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-cyr.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-def.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-demo.lua -%{_texdir}/texmf-dist/tex/context/base/regi-ibm.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-ini.lua -%{_texdir}/texmf-dist/tex/context/base/regi-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/regi-mac.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-syn.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-uni.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-utf.mkii -%{_texdir}/texmf-dist/tex/context/base/regi-vis.mkii -%{_texdir}/texmf-dist/tex/context/base/rlxcache.rlx -%{_texdir}/texmf-dist/tex/context/base/rlxtools.rlx -%{_texdir}/texmf-dist/tex/context/base/s-abr-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-abr-02.tex -%{_texdir}/texmf-dist/tex/context/base/s-abr-03.tex -%{_texdir}/texmf-dist/tex/context/base/s-abr-04.tex -%{_texdir}/texmf-dist/tex/context/base/s-art-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-cdr-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-chi-00.mkii -%{_texdir}/texmf-dist/tex/context/base/s-def-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-faq-00.tex -%{_texdir}/texmf-dist/tex/context/base/s-faq-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-faq-02.tex -%{_texdir}/texmf-dist/tex/context/base/s-faq-03.tex -%{_texdir}/texmf-dist/tex/context/base/s-fnt-01.mkii -%{_texdir}/texmf-dist/tex/context/base/s-fnt-02.mkii -%{_texdir}/texmf-dist/tex/context/base/s-fnt-10.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-11.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-20.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-21.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-23.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-24.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-26.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-28.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-29.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-30.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-31.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fnt-32.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fonts-missing.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-fonts-tables.lua -%{_texdir}/texmf-dist/tex/context/base/s-fonts-tables.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-grk-00.mkii -%{_texdir}/texmf-dist/tex/context/base/s-inf-01.mkvi -%{_texdir}/texmf-dist/tex/context/base/s-inf-02.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-inf-03.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-inf-04.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-jap-00.mkii -%{_texdir}/texmf-dist/tex/context/base/s-lan-03.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-lan-04.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mag-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-map-10.mkii -%{_texdir}/texmf-dist/tex/context/base/s-map-10.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mat-10.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mat-11.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mat-12.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mod-00.mkii -%{_texdir}/texmf-dist/tex/context/base/s-mod-00.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mod-01.mkii -%{_texdir}/texmf-dist/tex/context/base/s-mod-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mod-02.mkii -%{_texdir}/texmf-dist/tex/context/base/s-mod-02.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-mod.ctx -%{_texdir}/texmf-dist/tex/context/base/s-phy-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-00.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-02.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-03.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-04.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-05.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-06.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-07.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-08.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-09.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-10.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-11.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-12.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-13.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-14.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-15.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-16.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-17.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-18.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-19.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-22.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-23.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-26.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-27.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-30.mkii -%{_texdir}/texmf-dist/tex/context/base/s-pre-30.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-50.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-60.mkii -%{_texdir}/texmf-dist/tex/context/base/s-pre-60.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-61.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-62.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-63.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-64.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-66.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-67.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-68.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-69.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-70.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-71.lua -%{_texdir}/texmf-dist/tex/context/base/s-pre-71.mkii -%{_texdir}/texmf-dist/tex/context/base/s-pre-71.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-pre-93.tex -%{_texdir}/texmf-dist/tex/context/base/s-pre-96.tex -%{_texdir}/texmf-dist/tex/context/base/s-ptj-01.tex -%{_texdir}/texmf-dist/tex/context/base/s-reg-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-set-31.mkiv -%{_texdir}/texmf-dist/tex/context/base/s-syn-01.tex -%{_texdir}/texmf-dist/tex/context/base/scrn-bar.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-but.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-but.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-fld.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-fld.mkii -%{_texdir}/texmf-dist/tex/context/base/scrn-fld.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.mkii -%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-ini.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-ini.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-int.mkii -%{_texdir}/texmf-dist/tex/context/base/scrn-nav.mkii -%{_texdir}/texmf-dist/tex/context/base/scrn-pag.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-pag.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-ref.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-ref.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrn-wid.lua -%{_texdir}/texmf-dist/tex/context/base/scrn-wid.mkvi -%{_texdir}/texmf-dist/tex/context/base/scrp-cjk.lua -%{_texdir}/texmf-dist/tex/context/base/scrp-eth.lua -%{_texdir}/texmf-dist/tex/context/base/scrp-ini.lua -%{_texdir}/texmf-dist/tex/context/base/scrp-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/sort-def.mkii -%{_texdir}/texmf-dist/tex/context/base/sort-ini.lua -%{_texdir}/texmf-dist/tex/context/base/sort-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/sort-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/sort-lan.lua -%{_texdir}/texmf-dist/tex/context/base/sort-lan.mkii -%{_texdir}/texmf-dist/tex/context/base/spac-adj.lua -%{_texdir}/texmf-dist/tex/context/base/spac-adj.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-ali.lua -%{_texdir}/texmf-dist/tex/context/base/spac-ali.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-chr.lua -%{_texdir}/texmf-dist/tex/context/base/spac-chr.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-gen.mkii -%{_texdir}/texmf-dist/tex/context/base/spac-grd.mkii -%{_texdir}/texmf-dist/tex/context/base/spac-grd.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-hor.lua -%{_texdir}/texmf-dist/tex/context/base/spac-hor.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-lin.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-pag.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-par.mkiv -%{_texdir}/texmf-dist/tex/context/base/spac-ver.lua -%{_texdir}/texmf-dist/tex/context/base/spac-ver.mkiv -%{_texdir}/texmf-dist/tex/context/base/spec-def.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-dpm.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-dpx.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-dvi.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-fdf.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-pdf.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-ps.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-tpd.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-tr.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-tst.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-var.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-win.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-xet.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-xtx.mkii -%{_texdir}/texmf-dist/tex/context/base/spec-yy.mkii -%{_texdir}/texmf-dist/tex/context/base/status-files.pdf -%{_texdir}/texmf-dist/tex/context/base/status-lua.pdf -%{_texdir}/texmf-dist/tex/context/base/status-mkiv.lua -%{_texdir}/texmf-dist/tex/context/base/status-mkiv.tex -%{_texdir}/texmf-dist/tex/context/base/strc-bkm.lua -%{_texdir}/texmf-dist/tex/context/base/strc-bkm.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-blk.lua -%{_texdir}/texmf-dist/tex/context/base/strc-blk.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-blk.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-con.lua -%{_texdir}/texmf-dist/tex/context/base/strc-con.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-des.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-des.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-doc.lua -%{_texdir}/texmf-dist/tex/context/base/strc-doc.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-enu.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-flt.lua -%{_texdir}/texmf-dist/tex/context/base/strc-flt.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-flt.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-ind.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-ini.lua -%{_texdir}/texmf-dist/tex/context/base/strc-ini.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-itm.lua -%{_texdir}/texmf-dist/tex/context/base/strc-itm.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-itm.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-lab.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-lev.lua -%{_texdir}/texmf-dist/tex/context/base/strc-lev.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-lnt.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-lnt.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-lst.lua -%{_texdir}/texmf-dist/tex/context/base/strc-lst.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-lst.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-mar.lua -%{_texdir}/texmf-dist/tex/context/base/strc-mar.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-mar.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-mat.lua -%{_texdir}/texmf-dist/tex/context/base/strc-mat.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-mat.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-not.lua -%{_texdir}/texmf-dist/tex/context/base/strc-not.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-not.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-num.lua -%{_texdir}/texmf-dist/tex/context/base/strc-num.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-num.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-pag.lua -%{_texdir}/texmf-dist/tex/context/base/strc-pag.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-pag.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-ref.lua -%{_texdir}/texmf-dist/tex/context/base/strc-ref.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-ref.mkvi -%{_texdir}/texmf-dist/tex/context/base/strc-reg.lua -%{_texdir}/texmf-dist/tex/context/base/strc-reg.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-reg.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-ren.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-rsc.lua -%{_texdir}/texmf-dist/tex/context/base/strc-sbe.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-sec.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-sec.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-swd.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-syn.lua -%{_texdir}/texmf-dist/tex/context/base/strc-syn.mkii -%{_texdir}/texmf-dist/tex/context/base/strc-syn.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-tag.lua -%{_texdir}/texmf-dist/tex/context/base/strc-tag.mkiv -%{_texdir}/texmf-dist/tex/context/base/strc-xml.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-ali.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-ali.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-box.lua -%{_texdir}/texmf-dist/tex/context/base/supp-box.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-box.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-dir.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-dir.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-emp.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-eps.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-fil.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-fun.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-fun.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-lat.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-mat.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-mat.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-mis.tex -%{_texdir}/texmf-dist/tex/context/base/supp-mpe.tex -%{_texdir}/texmf-dist/tex/context/base/supp-mps.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-mrk.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-num.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-num.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-pat.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-pdf.tex -%{_texdir}/texmf-dist/tex/context/base/supp-ran.lua -%{_texdir}/texmf-dist/tex/context/base/supp-ran.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-ran.mkiv -%{_texdir}/texmf-dist/tex/context/base/supp-spe.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-tpi.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-vis.mkii -%{_texdir}/texmf-dist/tex/context/base/supp-vis.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-cow.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-eur.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-glm.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-imp-cow.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-imp-eur.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-imp-jmn.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-imp-mis.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-imp-mvs.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-imp-nav.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-ini.lua -%{_texdir}/texmf-dist/tex/context/base/symb-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-jmn.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-mis.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-mvs.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-nav.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-run.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-run.mkiv -%{_texdir}/texmf-dist/tex/context/base/symb-uni.mkii -%{_texdir}/texmf-dist/tex/context/base/symb-was.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-aux.lua -%{_texdir}/texmf-dist/tex/context/base/syst-aux.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-con.lua -%{_texdir}/texmf-dist/tex/context/base/syst-con.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-con.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-ext.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-fnt.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-fnt.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-gen.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-lua.lua -%{_texdir}/texmf-dist/tex/context/base/syst-lua.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-mes.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-new.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-pln.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-pln.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-rtp.mkii -%{_texdir}/texmf-dist/tex/context/base/syst-rtp.mkiv -%{_texdir}/texmf-dist/tex/context/base/syst-str.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-com.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-com.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-ltb.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-ltb.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-ntb.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-ntb.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-nte.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-nte.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-pln.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-pln.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-tab.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-tab.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.lua -%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-tsp.mkii -%{_texdir}/texmf-dist/tex/context/base/tabl-tsp.mkiv -%{_texdir}/texmf-dist/tex/context/base/tabl-xnt.mkvi -%{_texdir}/texmf-dist/tex/context/base/tabl-xtb.lua -%{_texdir}/texmf-dist/tex/context/base/tabl-xtb.mkvi -%{_texdir}/texmf-dist/tex/context/base/task-ini.lua -%{_texdir}/texmf-dist/tex/context/base/task-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/thrd-pic.mkii -%{_texdir}/texmf-dist/tex/context/base/thrd-ran.mkii -%{_texdir}/texmf-dist/tex/context/base/thrd-tab.mkii -%{_texdir}/texmf-dist/tex/context/base/thrd-trg.mkii -%{_texdir}/texmf-dist/tex/context/base/toks-ini.lua -%{_texdir}/texmf-dist/tex/context/base/toks-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/trac-deb.lua -%{_texdir}/texmf-dist/tex/context/base/trac-deb.mkiv -%{_texdir}/texmf-dist/tex/context/base/trac-fil.lua -%{_texdir}/texmf-dist/tex/context/base/trac-inf.lua -%{_texdir}/texmf-dist/tex/context/base/trac-lmx.lua -%{_texdir}/texmf-dist/tex/context/base/trac-log.lua -%{_texdir}/texmf-dist/tex/context/base/trac-pro.lua -%{_texdir}/texmf-dist/tex/context/base/trac-set.lua -%{_texdir}/texmf-dist/tex/context/base/trac-tex.lua -%{_texdir}/texmf-dist/tex/context/base/trac-tex.mkiv -%{_texdir}/texmf-dist/tex/context/base/trac-tim.lua -%{_texdir}/texmf-dist/tex/context/base/trac-vis.mkii -%{_texdir}/texmf-dist/tex/context/base/trac-vis.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-buy.mkii -%{_texdir}/texmf-dist/tex/context/base/type-cbg.mkii -%{_texdir}/texmf-dist/tex/context/base/type-cow.mkii -%{_texdir}/texmf-dist/tex/context/base/type-def.mkii -%{_texdir}/texmf-dist/tex/context/base/type-def.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-exp.mkii -%{_texdir}/texmf-dist/tex/context/base/type-fbk.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-fsf.mkii -%{_texdir}/texmf-dist/tex/context/base/type-ghz.mkii -%{_texdir}/texmf-dist/tex/context/base/type-hgz.mkii -%{_texdir}/texmf-dist/tex/context/base/type-imp-antykwa.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-antykwapoltawskiego.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-asana.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-averia.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-buy.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-cambria.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-charter.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-cleartype.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-computer-modern-unicode.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-cow.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-dejavu.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-euler.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-ghz.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-hgz.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-husayni.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-hvmath.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-inconsolata.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-informal.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-iwona.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-kurier.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-latinmodern.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-liberation.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-libertine.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-lmnames.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-lucida-opentype.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-lucida-typeone.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-mathdesign.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-mathtimes.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-mscore.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-osx.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-postscript.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-punknova.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-texgyre.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-unfonts.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-xits.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-imp-xitsbidi.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-ini.lua -%{_texdir}/texmf-dist/tex/context/base/type-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/type-ini.mkvi -%{_texdir}/texmf-dist/tex/context/base/type-lua.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-mac.mkii -%{_texdir}/texmf-dist/tex/context/base/type-msw.mkii -%{_texdir}/texmf-dist/tex/context/base/type-one.mkii -%{_texdir}/texmf-dist/tex/context/base/type-one.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-otf.mkii -%{_texdir}/texmf-dist/tex/context/base/type-otf.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-pre.mkii -%{_texdir}/texmf-dist/tex/context/base/type-run.mkii -%{_texdir}/texmf-dist/tex/context/base/type-run.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-set.mkii -%{_texdir}/texmf-dist/tex/context/base/type-set.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-siz.mkii -%{_texdir}/texmf-dist/tex/context/base/type-siz.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-tmf.mkii -%{_texdir}/texmf-dist/tex/context/base/type-tmf.mkiv -%{_texdir}/texmf-dist/tex/context/base/type-win.mkii -%{_texdir}/texmf-dist/tex/context/base/type-xtx.mkii -%{_texdir}/texmf-dist/tex/context/base/typo-brk.lua -%{_texdir}/texmf-dist/tex/context/base/typo-brk.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-cap.lua -%{_texdir}/texmf-dist/tex/context/base/typo-cap.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-cln.lua -%{_texdir}/texmf-dist/tex/context/base/typo-cln.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-del.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-dig.lua -%{_texdir}/texmf-dist/tex/context/base/typo-dig.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-dir.lua -%{_texdir}/texmf-dist/tex/context/base/typo-dir.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-ini.lua -%{_texdir}/texmf-dist/tex/context/base/typo-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/typo-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-itc.lua -%{_texdir}/texmf-dist/tex/context/base/typo-itc.mkvi -%{_texdir}/texmf-dist/tex/context/base/typo-krn.lua -%{_texdir}/texmf-dist/tex/context/base/typo-krn.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-mar.lua -%{_texdir}/texmf-dist/tex/context/base/typo-mar.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-pag.lua -%{_texdir}/texmf-dist/tex/context/base/typo-pag.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-par.lua -%{_texdir}/texmf-dist/tex/context/base/typo-par.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-prc.lua -%{_texdir}/texmf-dist/tex/context/base/typo-prc.mkvi -%{_texdir}/texmf-dist/tex/context/base/typo-rep.lua -%{_texdir}/texmf-dist/tex/context/base/typo-rep.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-scr.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-spa.lua -%{_texdir}/texmf-dist/tex/context/base/typo-spa.mkiv -%{_texdir}/texmf-dist/tex/context/base/typo-txt.mkvi -%{_texdir}/texmf-dist/tex/context/base/unic-000.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-001.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-002.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-003.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-004.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-005.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-030.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-031.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-032.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-033.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-034.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-035.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-037.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-039.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-251.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-cjk.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-exp.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-ini.lua -%{_texdir}/texmf-dist/tex/context/base/unic-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/unic-ini.mkiv -%{_texdir}/texmf-dist/tex/context/base/unic-run.mkii -%{_texdir}/texmf-dist/tex/context/base/util-deb.lua -%{_texdir}/texmf-dist/tex/context/base/util-dim.lua -%{_texdir}/texmf-dist/tex/context/base/util-fmt.lua -%{_texdir}/texmf-dist/tex/context/base/util-lua.lua -%{_texdir}/texmf-dist/tex/context/base/util-mrg.lua -%{_texdir}/texmf-dist/tex/context/base/util-pck.lua -%{_texdir}/texmf-dist/tex/context/base/util-prs.lua -%{_texdir}/texmf-dist/tex/context/base/util-seq.lua -%{_texdir}/texmf-dist/tex/context/base/util-sto.lua -%{_texdir}/texmf-dist/tex/context/base/util-str.lua -%{_texdir}/texmf-dist/tex/context/base/util-tab.lua -%{_texdir}/texmf-dist/tex/context/base/verb-c.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-eif.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-js.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-jv.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-mp.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-pas.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-pl.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-raw.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-sql.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-tex.mkii -%{_texdir}/texmf-dist/tex/context/base/verb-xml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-asciimath.lua -%{_texdir}/texmf-dist/tex/context/base/x-asciimath.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-calcmath.lua -%{_texdir}/texmf-dist/tex/context/base/x-calcmath.mkii -%{_texdir}/texmf-dist/tex/context/base/x-calcmath.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-cals.lua -%{_texdir}/texmf-dist/tex/context/base/x-cals.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-chemml.lua -%{_texdir}/texmf-dist/tex/context/base/x-chemml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-chemml.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-chemml.xsd -%{_texdir}/texmf-dist/tex/context/base/x-contml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-contml.xsd -%{_texdir}/texmf-dist/tex/context/base/x-corres.mkii -%{_texdir}/texmf-dist/tex/context/base/x-corres.rng -%{_texdir}/texmf-dist/tex/context/base/x-ct.lua -%{_texdir}/texmf-dist/tex/context/base/x-ct.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-dir-01.tex -%{_texdir}/texmf-dist/tex/context/base/x-dir-05.mkii -%{_texdir}/texmf-dist/tex/context/base/x-dir-05.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-entities.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-fdf-00.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fe.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fig-00.dtd -%{_texdir}/texmf-dist/tex/context/base/x-fig-00.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fig-00.xsd -%{_texdir}/texmf-dist/tex/context/base/x-fig-01.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fig-02.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fig-03.mkii -%{_texdir}/texmf-dist/tex/context/base/x-fo.mkii -%{_texdir}/texmf-dist/tex/context/base/x-foxet.mkii -%{_texdir}/texmf-dist/tex/context/base/x-foxet.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-ldx.ctx -%{_texdir}/texmf-dist/tex/context/base/x-ldx.lua -%{_texdir}/texmf-dist/tex/context/base/x-ldx.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-mathml.lua -%{_texdir}/texmf-dist/tex/context/base/x-mathml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-mathml.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-mathml.xsd -%{_texdir}/texmf-dist/tex/context/base/x-newcml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-newmme.mkii -%{_texdir}/texmf-dist/tex/context/base/x-newmml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-newmml.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-newmmo.mkii -%{_texdir}/texmf-dist/tex/context/base/x-newpml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-om2cml.xsl -%{_texdir}/texmf-dist/tex/context/base/x-openmath.mkii -%{_texdir}/texmf-dist/tex/context/base/x-openmath.xsl -%{_texdir}/texmf-dist/tex/context/base/x-pfs-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-pfsense.ctx -%{_texdir}/texmf-dist/tex/context/base/x-physml.mkii -%{_texdir}/texmf-dist/tex/context/base/x-physml.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-physml.xsd -%{_texdir}/texmf-dist/tex/context/base/x-res-00.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-01.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-01.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-res-02.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-03.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-04.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-08.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-09.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-10.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-11.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-12.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-20.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-50.mkii -%{_texdir}/texmf-dist/tex/context/base/x-res-50.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-sch-00.mkii -%{_texdir}/texmf-dist/tex/context/base/x-sch-01.mkii -%{_texdir}/texmf-dist/tex/context/base/x-set-01.mkii -%{_texdir}/texmf-dist/tex/context/base/x-set-02.mkii -%{_texdir}/texmf-dist/tex/context/base/x-set-11.mkii -%{_texdir}/texmf-dist/tex/context/base/x-set-11.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-set-12.mkii -%{_texdir}/texmf-dist/tex/context/base/x-set-12.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-sm2om.xsl -%{_texdir}/texmf-dist/tex/context/base/x-steps.mkii -%{_texdir}/texmf-dist/tex/context/base/x-udhr.mkiv -%{_texdir}/texmf-dist/tex/context/base/x-xml-01.mkii -%{_texdir}/texmf-dist/tex/context/base/x-xml-02.mkii -%{_texdir}/texmf-dist/tex/context/base/x-xml-11.mkii -%{_texdir}/texmf-dist/tex/context/base/x-xtag.mkiv -%{_texdir}/texmf-dist/tex/context/base/xetx-chr.mkii -%{_texdir}/texmf-dist/tex/context/base/xetx-cls.mkii -%{_texdir}/texmf-dist/tex/context/base/xetx-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/xetx-utf.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-cml.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-ent.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-exp.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-ext.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-hyp.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-ini.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-map.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mea.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-meb.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mec.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-meh.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-men.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-meo.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mer.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mmc.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mml.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mmp.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxa.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxb.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxc.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxh.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxn.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxo.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-mxr.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-pml.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-pmu.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-pre.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-prs.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-raw.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-rng.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-run.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-stk.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-utf.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-xsd.mkii -%{_texdir}/texmf-dist/tex/context/base/xtag-xsl.mkii -%{_texdir}/texmf-dist/tex/context/bib/bibl-ams.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-apa-de.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-apa-fr.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-apa.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-aps.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-num-fr.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-num.tex -%{_texdir}/texmf-dist/tex/context/bib/bibl-ssa.tex -%{_texdir}/texmf-dist/tex/context/bib/sample.bib -%{_texdir}/texmf-dist/tex/context/colors/icc/colorprofiles.lua -%{_texdir}/texmf-dist/tex/context/colors/icc/colorprofiles.xml -%{_texdir}/texmf-dist/tex/context/config/cont-de.ini -%{_texdir}/texmf-dist/tex/context/config/cont-en.ini -%{_texdir}/texmf-dist/tex/context/config/cont-fr.ini -%{_texdir}/texmf-dist/tex/context/config/cont-it.ini -%{_texdir}/texmf-dist/tex/context/config/cont-nl.ini -%{_texdir}/texmf-dist/tex/context/config/cont-ro.ini -%{_texdir}/texmf-dist/tex/context/extra/mag-0000.tex -%{_texdir}/texmf-dist/tex/context/extra/setup-qr.tex -%{_texdir}/texmf-dist/tex/context/extra/showunic.tex -%{_texdir}/texmf-dist/tex/context/fonts/antykwa-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/antykwapoltawskiego.lfg -%{_texdir}/texmf-dist/tex/context/fonts/asana-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/cambria-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/charter-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/demo.lfg -%{_texdir}/texmf-dist/tex/context/fonts/dingbats.lfg -%{_texdir}/texmf-dist/tex/context/fonts/garamond-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/husayni.lfg -%{_texdir}/texmf-dist/tex/context/fonts/hvmath-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/informal-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/iwona-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/lm-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/lm.lfg -%{_texdir}/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/lucida-typeone-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/mathtimes-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/px-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/symbol-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/tx-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/utopia-math.lfg -%{_texdir}/texmf-dist/tex/context/fonts/xits-math.lfg -%{_texdir}/texmf-dist/tex/context/foxet/fe-bryson.xml -%{_texdir}/texmf-dist/tex/context/foxet/fe-ward.xml -%{_texdir}/texmf-dist/tex/context/foxet/fe-zapf.xml -%{_texdir}/texmf-dist/tex/context/foxet/fo-0101.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0102.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0103.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0201.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0301.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0601.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0602.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0603.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0604.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0611.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0612.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0613.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0621.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0641.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0642.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0643.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0644.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0650.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0651.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0701.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0801.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0901.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-0902.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1001.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1002.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1003.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1004.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1101.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1102.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1103.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1104.fo -%{_texdir}/texmf-dist/tex/context/foxet/fo-1201.fo -%{_texdir}/texmf-dist/tex/context/interface/cont-cs.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-de.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-en.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-fr.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-it.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-nl.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-pe.xml -%{_texdir}/texmf-dist/tex/context/interface/cont-ro.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-cs.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-cz.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-de.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-en.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-fr.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-it.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-nl.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-pe.xml -%{_texdir}/texmf-dist/tex/context/interface/keys-ro.xml -%{_texdir}/texmf-dist/tex/context/patterns/lang-af.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-af.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-af.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-af.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-da.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-da.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-da.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-da.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-de.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-de.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-de.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-de.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-es.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-es.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-es.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-es.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-et.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-et.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-et.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-et.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-is.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-is.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-is.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-is.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-it.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-it.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-it.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-it.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-la.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-la.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-la.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-la.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-us.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-us.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-us.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-us.rme -%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.hyp -%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.lua -%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.pat -%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.rme -%{_texdir}/texmf-dist/tex/context/sample/aesop-de.tex -%{_texdir}/texmf-dist/tex/context/sample/bryson.tex -%{_texdir}/texmf-dist/tex/context/sample/cow.pdf -%{_texdir}/texmf-dist/tex/context/sample/davis.tex -%{_texdir}/texmf-dist/tex/context/sample/dawkins.tex -%{_texdir}/texmf-dist/tex/context/sample/demo-mps.tex -%{_texdir}/texmf-dist/tex/context/sample/demo-tex.tex -%{_texdir}/texmf-dist/tex/context/sample/demo-xml.tex -%{_texdir}/texmf-dist/tex/context/sample/douglas.tex -%{_texdir}/texmf-dist/tex/context/sample/hacker.jpg -%{_texdir}/texmf-dist/tex/context/sample/hawking.tex -%{_texdir}/texmf-dist/tex/context/sample/khatt-ar.tex -%{_texdir}/texmf-dist/tex/context/sample/khatt-en.tex -%{_texdir}/texmf-dist/tex/context/sample/knuth.tex -%{_texdir}/texmf-dist/tex/context/sample/linden.tex -%{_texdir}/texmf-dist/tex/context/sample/materie.tex -%{_texdir}/texmf-dist/tex/context/sample/mill.png -%{_texdir}/texmf-dist/tex/context/sample/montgomery.tex -%{_texdir}/texmf-dist/tex/context/sample/reich.tex -%{_texdir}/texmf-dist/tex/context/sample/sample.tex -%{_texdir}/texmf-dist/tex/context/sample/spider.eps -%{_texdir}/texmf-dist/tex/context/sample/thuan.tex -%{_texdir}/texmf-dist/tex/context/sample/tufte.tex -%{_texdir}/texmf-dist/tex/context/sample/ward.tex -%{_texdir}/texmf-dist/tex/context/sample/weisman.tex -%{_texdir}/texmf-dist/tex/context/sample/zapf.tex -%{_texdir}/texmf-dist/tex/context/test/context-test.tex -%{_texdir}/texmf-dist/tex/context/test/pdf-a1a-2005.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-a1b-2005.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x-common.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x1a-2001.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x1a-2003.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x3-2002.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x3-2003.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x4.mkiv -%{_texdir}/texmf-dist/tex/context/test/pdf-x4p.mkiv -%{_texdir}/texmf-dist/tex/context/user/cont-sys.rme -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics-gen.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics-nod.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-cbk.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-def.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-demo-vf-1.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-enc.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-ext.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-lua.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-merged.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-syn.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-tfm.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-mplib.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-mplib.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-plain.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor-test.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor.lua -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor.tex -%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-test.tex -%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-de.tex -%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-en.tex -%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-nl.tex -%{_texdir}/texmf-dist/tex/generic/context/ppchtex/ppchtex.noc -%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-de.sty -%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty -%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty -%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty -%{_texdir}/texmf-dist/tex/mptopdf/config/mptopdf.ini - -%files context-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/bib/bibmod-doc.pdf -%{_texdir}/texmf-dist/doc/context/bib/bibmod-doc.tex -%{_texdir}/texmf-dist/doc/context/document/general/manuals/mreadme.pdf -%{_texdir}/texmf-dist/doc/context/document/general/manuals/tiptrick.pdf -%{_texdir}/texmf-dist/doc/context/manuals/allkind/mcommon.tex -%{_texdir}/texmf-dist/doc/context/manuals/allkind/mreadme.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/COPYING -%{_texdir}/texmf-dist/doc/context/manuals/reference/README -%{_texdir}/texmf-dist/doc/context/manuals/reference/TODO -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/Makefile -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-backgrounds.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-blocks.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-colors.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-columns.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-descriptions.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-documents.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-figures.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-fonts.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-fonts.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-formulas.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-frames.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-interactive.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-introduction.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-language.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-layers.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-layout.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-metapost.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-modules.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-pagedesign.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-pagedesign.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-preface.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-references.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-tables.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-tabulate.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-textelements.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-typography.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-typography.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/co-verbatim.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/cont-en.xml -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/cont-xx.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/cont-yy.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/cont-zz.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/contextref-env.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/contextref.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/contextref.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pr-allfiles.lua -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pr-allfiles.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pr-copying.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pr-texmfstart.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/s-abr-04.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/st-commands.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/st-contents.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/st-definitions.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/st-index.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/texmf.zip -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x2xConference.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x2xConference.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x4.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x4.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x4xConference.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x4xConference.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x8.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/1x8.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2DOWN.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2DOWN.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2SIDE.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2SIDE.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2TOP.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2TOP.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2TOPSIDE.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2TOPSIDE.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2UP.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2UP.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x16.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x16.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x2.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x2.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x3.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x3.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x4.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x2x4.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2-D.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2-D.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ-HOR.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ-HOR.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8-VER.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8-VER.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8xZ.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2x8xZ.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2xx.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2xx2.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/2xx2.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/3SIDE.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/3SIDE.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Doublewindow.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Doublewindow.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Mapflyer-12.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Mapflyer-12.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Tryptichon.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Tryptichon.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/XY.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/XY.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-10.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-10.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-12.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-12.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-8.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-8.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/figures-base-file.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/test-arranging.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/arranging/test-arranging.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/colbaltest.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-000.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-000.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-001.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-001.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-002.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-002.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-003.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-003.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-004.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-004.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-005.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-005.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-006.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-006.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-007.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-007.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-101.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-101.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-102.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-102.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-103.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-103.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-200.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-200.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-201.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-201.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-202.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-202.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-203.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-203.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-204.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-204.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-205.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-205.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-206.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-206.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-301.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-301.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-401.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-401.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-402.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-402.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-403.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-403.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-404.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-404.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-405.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-405.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-406.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-406.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-407.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-407.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-501.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-501.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-701.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-701.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-702.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-702.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-703.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-703.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-704.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-704.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-801.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-801.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-802.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-802.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-803.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-803.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-804.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-804.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-805.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-805.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-806.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cols-806.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/columns.rb -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/columns/cow.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/demofont.afm -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/demofont.dat -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/demofont.map -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/demofont.pfb -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/demofont.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/fonts/texnansi-test-test.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-1p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-1q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-2p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-2q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-3p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-3q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-4p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-4q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-5p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-5q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-6p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-6q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-7p.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-7q.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/tables/registers-buffer.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/typography/encodings.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/typography/encodings.tex -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/typography/glyphs.pdf -%{_texdir}/texmf-dist/doc/context/manuals/reference/en/typography/glyphs.tex -%{_texdir}/texmf-dist/doc/context/scripts/perl/texshow.1 -%{_texdir}/texmf-dist/doc/context/scripts/perl/texshow.html - -%files metapost -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_mandir}/man1/dvitomp.1* -%{_mandir}/man1/mpost.1* -%{_texdir}/texmf-dist/fonts/afm/metapost/freeeuro.afm -%{_texdir}/texmf-dist/fonts/afm/metapost/psyrgo.afm -%{_texdir}/texmf-dist/fonts/afm/metapost/zpzdr-reversed.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/metapost/groff.enc -%{_texdir}/texmf-dist/fonts/map/dvips/metapost/troff-updmap.map -%{_texdir}/texmf-dist/fonts/map/dvips/metapost/troff.map -%{_texdir}/texmf-dist/fonts/tfm/metapost/freeeuro.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pagd8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pagdo8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pagk8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pagko8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkd8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkdi8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkl8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkli8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrb8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrbo8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrr8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrro8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvb8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvb8gn.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvbo8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvbo8gn.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvr8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvr8gn.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvro8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/phvro8gn.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pncb8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pncbi8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pncr8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pncri8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pplb8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pplbi8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pplr8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pplri8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/psyrgo.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmb8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmbi8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmr8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmri8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/pzcmi8g.tfm -%{_texdir}/texmf-dist/fonts/tfm/metapost/zpzdr-reversed.tfm -%{_texdir}/texmf-dist/fonts/type1/metapost/freeeuro.pfa -%{_texdir}/texmf-dist/metapost/base/TEX.mp -%{_texdir}/texmf-dist/metapost/base/boxes.mp -%{_texdir}/texmf-dist/metapost/base/format.mp -%{_texdir}/texmf-dist/metapost/base/graph.mp -%{_texdir}/texmf-dist/metapost/base/marith.mp -%{_texdir}/texmf-dist/metapost/base/mfplain.mp -%{_texdir}/texmf-dist/metapost/base/mpost.mp -%{_texdir}/texmf-dist/metapost/base/plain.mp -%{_texdir}/texmf-dist/metapost/base/rboxes.mp -%{_texdir}/texmf-dist/metapost/base/sarith.mp -%{_texdir}/texmf-dist/metapost/base/string.mp -%{_texdir}/texmf-dist/metapost/base/texnum.mp -%{_texdir}/texmf-dist/metapost/base/troffnum.mp -%{_texdir}/texmf-dist/metapost/config/mfplain.ini -%{_texdir}/texmf-dist/metapost/misc/null.mp -%{_texdir}/texmf-dist/metapost/support/charlib/12 -%{_texdir}/texmf-dist/metapost/support/charlib/14 -%{_texdir}/texmf-dist/metapost/support/charlib/34 -%{_texdir}/texmf-dist/metapost/support/charlib/Ao -%{_texdir}/texmf-dist/metapost/support/charlib/Fi -%{_texdir}/texmf-dist/metapost/support/charlib/Fl -%{_texdir}/texmf-dist/metapost/support/charlib/L1 -%{_texdir}/texmf-dist/metapost/support/charlib/LH -%{_texdir}/texmf-dist/metapost/support/charlib/Lb -%{_texdir}/texmf-dist/metapost/support/charlib/Sl -%{_texdir}/texmf-dist/metapost/support/charlib/ao.x -%{_texdir}/texmf-dist/metapost/support/charlib/bx -%{_texdir}/texmf-dist/metapost/support/charlib/ci -%{_texdir}/texmf-dist/metapost/support/charlib/ff -%{_texdir}/texmf-dist/metapost/support/charlib/lh.x -%{_texdir}/texmf-dist/metapost/support/charlib/ob -%{_texdir}/texmf-dist/metapost/support/charlib/rh -%{_texdir}/texmf-dist/metapost/support/charlib/sq -%{_texdir}/texmf-dist/metapost/support/charlib/twiddle -%{_texdir}/texmf-dist/metapost/support/trchars.adj -%{_texdir}/texmf-dist/metapost/support/trfonts.map -%{_texdir}/texmf-dist/tex/generic/metapost/mproof.tex -%{_texdir}/texmf-dist/tex/generic/metapost/mpsproof.tex - -%files metapost-doc -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_texdir}/texmf-dist/doc/metapost/base/grdemo-doc.pdf -%{_texdir}/texmf-dist/doc/metapost/base/grdemo.pdf -%{_texdir}/texmf-dist/doc/metapost/base/index.html -%{_texdir}/texmf-dist/doc/metapost/base/mpboxes.pdf -%{_texdir}/texmf-dist/doc/metapost/base/mpgraph.pdf -%{_texdir}/texmf-dist/doc/metapost/base/mpintro.pdf -%{_texdir}/texmf-dist/doc/metapost/base/mplibapi.pdf -%{_texdir}/texmf-dist/doc/metapost/base/mpman.pdf -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/Makefile -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/README -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/TODO -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/agepop91.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/agepopm.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/charts.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/cm2lm.map -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/countries.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/ctabbing.sty -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/demo.ms -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/energy.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/figs.1 -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/figs.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ms -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ps -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.eps -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.ms -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/lead.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/matmul.d -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.bib -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.bib -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-legacy.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-optab.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-refman.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-charts.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.bib -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.ist -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-manual/timepop.d -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/Makefile -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/abstract.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/annulus.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/arrows.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/biblio.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/circles.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/commands.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/compilation.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.d -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/draw.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/draw.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/fill.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/fill.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/graph.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/inclusion.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/intro.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/label.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/label.tex -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/mpintro.bib -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/mpintro.ltx -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/paperclip.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/parabola.mp -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.eps -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.pdf -%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.png - -%files metapost-bin -%defattr(-,root,root) -%doc lgpl2.1.txt -%{_bindir}/dvitomp -%{_bindir}/mfplain -%{_bindir}/mpost - -%files xetex -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/tlpkg/tlpostcode/xetex.pl -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.tec -%{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse.pm -%{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse/Util.pm -%{_texdir}/texmf-dist/scripts/xetex/perl/xdv2pdf_mergemarks - -%files xetex-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/xetex/base/XeTeX-notes.pdf -%{_texdir}/texmf-dist/doc/xetex/base/XeTeX-notes.tex - -%files xetexconfig -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex -%{_texdir}/texmf-dist/tex/xelatex/xetexconfig/crop.cfg - -%files xetex-bin -%defattr(-,root,root) -%doc other-free.txt -%{_bindir}/xdvipdfmx -%{_bindir}/xelatex -%{_bindir}/xetex - -%files lm -%defattr(-,root,root) -%doc gfsl.txt -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmb10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy10.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy5.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy7.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx6.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbxi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbxo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmcsc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmcsco10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmdunh10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmduno10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmex10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmex10.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi10.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi12.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi5.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi6.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi6.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi7.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi8.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi9.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib10.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib5.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib7.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr17.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr6.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro17.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss17.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssbo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssbx10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssdc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssdo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso17.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssq8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqbo8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqbx8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqo8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy10.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy5.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy5.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy6.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy6.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy7.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy7.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy8.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy9.aft -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtcsc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtcso10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtk10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtko10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtl10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlc10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlco10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt12.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt8.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt9.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtti10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtto10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmu10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtk10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtko10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtl10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtlo10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtt10.afm -%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtto10.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cs.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cssc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cstt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-l7x.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qx.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qxsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qxtt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmin.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmit.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmitt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmtt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-csin.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-csrm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cssc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cstt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plin.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plit.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plitt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plrm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-pltt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-t5psn.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rmsc.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rmtt.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-t5.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-texnansi.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-ts1.enc -%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-ec.map -%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-math.map -%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-rm.map -%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-texnansi.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-cs.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-ec.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-l7x.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-math.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-qx.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmother.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cstext.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-pltext.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-vntext.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rm.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-t5.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-texnansi.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-ts1.map -%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm.map -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono10-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono12-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono8-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono9-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonocaps10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonocaps10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoprop10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoprop10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoslant10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-bolditalic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman17-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman5-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman5-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman6-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman6-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-italic.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromancaps10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromancaps10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandemi10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandemi10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandunh10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandunh10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant10-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant12-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant17-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant8-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant9-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanunsl10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-boldoblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans12-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans12-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans17-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans17-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans8-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans8-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans9-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans9-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-regular.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-bold.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-oblique.otf -%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-regular.otf -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmex10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbxi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbxo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmcsco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmduno10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssbo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssdo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqbo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqo8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtcso10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlco10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtto10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtk10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtko10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtlo10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtto10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmb10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsco10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsco10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmdunh10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmdunh10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmduno10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmduno10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmex10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmex10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbx10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso17.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssq8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbo8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbo8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbx8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqo8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqo8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcsc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcso10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcso10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtk10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtk10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtko10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtko10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtl10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlc10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlco10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlco10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt12.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt9.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtti10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtto10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtto10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmu10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmu10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtk10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtk10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtko10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtko10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtl10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtlo10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtlo10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtt10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtto10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtto10.pfm -%{_texdir}/texmf-dist/tex/latex/lm/il2lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/il2lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/il2lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/il2lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/il2lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/il2lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/l7xlmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/lmodern.sty -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ly1lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/omllmm.fd -%{_texdir}/texmf-dist/tex/latex/lm/omllmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/omslmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/omslmsy.fd -%{_texdir}/texmf-dist/tex/latex/lm/omxlmex.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot1lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ot4lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/qxlmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/t1lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/t5lmvtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmdh.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmr.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmss.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmssq.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmtt.fd -%{_texdir}/texmf-dist/tex/latex/lm/ts1lmvtt.fd - -%files lm-doc -%defattr(-,root,root) -%doc gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/lm/GUST-FONT-LICENSE.TXT -%{_texdir}/texmf-dist/doc/fonts/lm/MANIFEST-Latin-Modern.TXT -%{_texdir}/texmf-dist/doc/fonts/lm/README-Latin-Modern.TXT -%{_texdir}/texmf-dist/doc/fonts/lm/lm-hist.txt -%{_texdir}/texmf-dist/doc/fonts/lm/lm-info.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot1.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot1.tex -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot4.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot4.tex -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmqx.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmqx.tex -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmt1.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmt1.tex -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmts1.pdf -%{_texdir}/texmf-dist/doc/fonts/lm/tstlmts1.tex - -%files stmaryrd -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary10.afm -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary5.afm -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary6.afm -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary7.afm -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary8.afm -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary9.afm -%{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd/stmaryrd.map -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary10.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary5.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary6.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary7.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary8.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary9.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryaj.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryba.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmarych.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryjg.mf -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryrd.mf -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary9.tfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfm -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfm -%{_texdir}/texmf-dist/tex/latex/stmaryrd/Ustmry.fd -%{_texdir}/texmf-dist/tex/latex/stmaryrd/stmaryrd.sty - -%files stmaryrd-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/stmaryrd/INSTALL -%{_texdir}/texmf-dist/doc/fonts/stmaryrd/README -%{_texdir}/texmf-dist/doc/fonts/stmaryrd/README.hoekwater -%{_texdir}/texmf-dist/doc/fonts/stmaryrd/stmaryrd.pdf - -%files context-bin -%defattr(-,root,root) -%{_bindir}/context -%{_bindir}/ctxtools -%{_bindir}/luatools -%{_bindir}/mtxrun -%{_bindir}/pstopdf -%{_bindir}/texexec -%{_bindir}/texmfstart - -%files jmn -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/jmn/hans/hans-sh.afm -%{_texdir}/texmf-dist/fonts/afm/jmn/hans/hans.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/jmn/hans.enc -%{_texdir}/texmf-dist/fonts/map/dvips/jmn/hans.map -%{_texdir}/texmf-dist/fonts/tfm/jmn/hans/hans-sh.tfm -%{_texdir}/texmf-dist/fonts/tfm/jmn/hans/hans.tfm -%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans-sh.pfb -%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans-sh.pfm -%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans.pfb -%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans.pfm - -%files context-account -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-account.xml -%{_texdir}/texmf-dist/tex/context/third/account/t-account.mkii -%{_texdir}/texmf-dist/tex/context/third/account/t-account.mkiv -%{_texdir}/texmf-dist/tex/context/third/account/t-account.tex -%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.mkii -%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.mkiv -%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.tex - -%files context-account-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/context/third/account/README -%{_texdir}/texmf-dist/doc/context/third/account/account-doc.pdf - -%files context-algorithmic -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii -%{_texdir}/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv - -%files context-bnf -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/bnf/t-bnf.tex - -%files context-bnf-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/bnf/NEWS -%{_texdir}/texmf-dist/doc/context/third/bnf/README -%{_texdir}/texmf-dist/doc/context/third/bnf/t-bnf.pdf - -%files context-chromato -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/chromato/t-chromato.tex - -%files context-chromato-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/chromato/chromato-demo.pdf -%{_texdir}/texmf-dist/doc/context/third/chromato/chromato-doc.pdf - -%files context-construction-plan -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/construction-plan/t-construction-plan.tex - -%files context-construction-plan-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/construction-plan/construction-plan-demo.pdf -%{_texdir}/texmf-dist/doc/context/third/construction-plan/construction-plan-doc.pdf - -%files context-degrade -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/degrade/t-degrade.tex - -%files context-degrade-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/degrade/degrade-demo.pdf -%{_texdir}/texmf-dist/doc/context/third/degrade/degrade-doc.pdf - -%files context-filter -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/third/filter/t-filter.mkii -%{_texdir}/texmf-dist/tex/context/third/filter/t-filter.mkiv -%{_texdir}/texmf-dist/tex/context/third/filter/t-module-catcodes.tex - -%files context-filter-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/filter/filter.txt - -%files context-fixme -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/third/fixme/t-fixme.mkii -%{_texdir}/texmf-dist/tex/context/third/fixme/t-fixme.mkiv - -%files context-french -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/french/t-french.mkiv - -%files context-french-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/french/french-demo.pdf -%{_texdir}/texmf-dist/doc/context/third/french/french-doc.pdf - -%files context-fullpage -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-fullpage.xml -%{_texdir}/texmf-dist/tex/context/third/fullpage/t-fullpage.mkii -%{_texdir}/texmf-dist/tex/context/third/fullpage/t-fullpage.mkiv - -%files context-fullpage-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/fullpage/README -%{_texdir}/texmf-dist/doc/context/third/fullpage/fullpage-doc.pdf - -%files context-games -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/third/games/games-go.lua -%{_texdir}/texmf-dist/tex/context/third/games/games-go.tex -%{_texdir}/texmf-dist/tex/context/third/games/games-hex.lua -%{_texdir}/texmf-dist/tex/context/third/games/games-hex.tex -%{_texdir}/texmf-dist/tex/context/third/games/holz280.jpg -%{_texdir}/texmf-dist/tex/context/third/games/t-games.tex - -%files context-games-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/games/README -%{_texdir}/texmf-dist/doc/context/third/games/games-doc.pdf - -%files skaknew -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/AlphaDia.afm -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-Diagram.afm -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-DiagramT.afm -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-Figurine.afm -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm -%{_texdir}/texmf-dist/fonts/map/dvips/skaknew/SkakNew.map -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/AlphaDia.otf -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-Diagram.otf -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-Figurine.otf -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/AlphaDia.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.inf -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfb -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfm -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.inf -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfb -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfm -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.inf -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.inf -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfb -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfm -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm - -%files skaknew-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/skaknew/README -%{_texdir}/texmf-dist/doc/fonts/skaknew/SkakNew.pdf -%{_texdir}/texmf-dist/doc/fonts/skaknew/SkakNew.tex -%{_texdir}/texmf-dist/doc/fonts/skaknew/fonttables.pdf -%{_texdir}/texmf-dist/doc/fonts/skaknew/install.vtex - -%files context-gantt -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/third/gantt/gantt-s-mp.tex -%{_texdir}/texmf-dist/tex/context/third/gantt/gantt-s-tikz.tex -%{_texdir}/texmf-dist/tex/context/third/gantt/t-gantt.tex - -%files context-gantt-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/context/third/gantt/README -%{_texdir}/texmf-dist/doc/context/third/gantt/gantt.txt -%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-1.tex -%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-2.tex -%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-3.tex -%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex -%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-5.tex - -%files hatching -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/metapost/hatching/hatching.mp - -%files hatching-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/metapost/hatching/README -%{_texdir}/texmf-dist/doc/metapost/hatching/htchuse.mp -%{_texdir}/texmf-dist/doc/metapost/hatching/htchuse_.tex - -%files context-gnuplot -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp -%{_texdir}/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex - -%files context-gnuplot-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/gnuplot/example.plt -%{_texdir}/texmf-dist/doc/context/third/gnuplot/fullpage-example.pdf -%{_texdir}/texmf-dist/doc/context/third/gnuplot/fullpage-example.tex -%{_texdir}/texmf-dist/doc/context/third/gnuplot/gnuplot-context-doc.pdf -%{_texdir}/texmf-dist/doc/context/third/gnuplot/gnuplot-context-doc.tex - -%files context-letter -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-letter.xml -%{_texdir}/texmf-dist/tex/context/interface/third/t-memo.xml -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.lua -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.mkvi -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-01.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-01.mkvi -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-02.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-02.mkvi -%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-06.mkvi -%{_texdir}/texmf-dist/tex/context/third/letter/base/t-letter.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/base/t-letter.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/base/t-memo.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/base/t-memo.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-blockstyle.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-blockstyle.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-default.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-default.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dina.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dina.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dinb.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dinb.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dutch.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dutch.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-french.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-french.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-fullblock.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-fullblock.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-gbrief.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-gbrief.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-hanging.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-hanging.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-knuth.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-knuth.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-modified.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-modified.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-semiblock.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-semiblock.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-setups.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-setups.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-simplified.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-simplified.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swiss.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swiss.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swissleft.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swissleft.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-default.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-default.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-margin.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-margin.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-memo.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-memo.mkiv -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-table.mkii -%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-table.mkiv - -%files context-letter-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/letter/README - -%files context-lettrine -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/lettrine.xml -%{_texdir}/texmf-dist/tex/context/third/lettrine/t-lettrine.tex - -%files context-lettrine-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/context/third/lettrine/W.pdf -%{_texdir}/texmf-dist/doc/context/third/lettrine/lettrine-doc.pdf -%{_texdir}/texmf-dist/doc/context/third/lettrine/lettrine-doc.tex - -%files context-lilypond -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/lilypond/t-lilypond.tex - -%files context-lilypond-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/lilypond/demo.pdf -%{_texdir}/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf - -%files context-mathsets -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/interface/third/t-mathsets.xml -%{_texdir}/texmf-dist/tex/context/third/mathsets/t-mathsets.tex - -%files context-mathsets-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/mathsets/mathsets-doc.pdf - -%files context-notes-zh-cn -%defattr(-,root,root) -%doc gpl.txt - -%files context-notes-zh-cn-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/README -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/ctxnotes.pdf -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/basis.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/bibl-lyr.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/bibliography.bib -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/doc-env.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/fonts.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/layout.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/metafun.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/project.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/references.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-layout.tex -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhfonts.lua -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhfonts.mkiv -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhspuncs.lua -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/header.png - -%files context-rst -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/interface/third/t-rst.xml -%{_texdir}/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua -%{_texdir}/texmf-dist/tex/context/third/rst/rst_context.lua -%{_texdir}/texmf-dist/tex/context/third/rst/rst_directives.lua -%{_texdir}/texmf-dist/tex/context/third/rst/rst_helpers.lua -%{_texdir}/texmf-dist/tex/context/third/rst/rst_parser.lua -%{_texdir}/texmf-dist/tex/context/third/rst/rst_setups.lua -%{_texdir}/texmf-dist/tex/context/third/rst/t-rst.mkiv - -%files context-rst-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/rst/COPYING -%{_texdir}/texmf-dist/doc/context/third/rst/README.rst -%{_texdir}/texmf-dist/doc/context/third/rst/documentation.rst -%{_texdir}/texmf-dist/doc/context/third/rst/hybridtest.tex -%{_texdir}/texmf-dist/doc/context/third/rst/inc-first.rst -%{_texdir}/texmf-dist/doc/context/third/rst/inc-second.rst -%{_texdir}/texmf-dist/doc/context/third/rst/inc-third.rst -%{_texdir}/texmf-dist/doc/context/third/rst/inc.tex -%{_texdir}/texmf-dist/doc/context/third/rst/manual.bib -%{_texdir}/texmf-dist/doc/context/third/rst/manual.pdf -%{_texdir}/texmf-dist/doc/context/third/rst/manual.tex -%{_texdir}/texmf-dist/doc/context/third/rst/moduletest.tex - -%files context-ruby -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkii -%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkiv -%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkvi - -%files context-ruby-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/context/third/ruby/README - -%files context-simplefonts -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.lua -%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkii -%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkiv - -%files context-simplefonts-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/simplefonts/README - -%files context-simpleslides -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/interface/third/t-simpleslides.xml -%{_texdir}/texmf-dist/scripts/context/lua/third/simpleslides/mtx-simpleslides.lua -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-c-default.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-f-default.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Embossed.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Framed.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-FuzzyTopic.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-PlainCounter.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Rounded.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Shaded.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-SideSquares.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-SideToc.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Split.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Sunrise.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-ThickStripes.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex -%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-simpleslides.mkii -%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-simpleslides.mkiv -%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-slidesvisualcounter.tex - -%files context-simpleslides-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/simpleslides/example.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/example.tex -%{_texdir}/texmf-dist/doc/context/third/simpleslides/simpleslides.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/simpleslides.tex -%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex -%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex -%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/style-template.tex -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BigNumber-blue.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BigNumber-red.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BottomSquares.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Boxed.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Ellipse.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Embossed.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Framed-square.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Framed-stripe.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/FramedTitle.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/RainbowStripe.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Rounded.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-blue.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-bluered.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-green.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/SideSquares.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/SideToc.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Split.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Sunrise.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Swoosh.pdf -%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/ThickStripes.pdf - -%files context-typearea -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/context/third/typearea/t-typearea.tex - -%files context-typearea-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/context/third/typearea/typearea-demo.pdf -%{_texdir}/texmf-dist/doc/context/third/typearea/typearea-doc.pdf - -%files context-typescripts -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-adobe.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-adobe.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-aller.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-aller.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-anivers.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-anivers.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-audimat.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-audimat.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-axel.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-axel.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-azuro.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-azuro.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-calluna.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charissil.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charissil.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charter.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charter.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-delicious.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-delicious.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-diavlo.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-diavlo.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-droid.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-droid.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fertigo.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fertigo.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fontin.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fontin.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-goudysans.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-goudysans.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-junicode.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-junicode.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-justus.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-justus.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kaffeesatz.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kaffeesatz.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kontrapunkt.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kontrapunkt.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-liberation.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-liberation.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-luxi.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-luxi.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-miso.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-miso.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-museo.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-museo.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-office.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-sabon.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-sabon.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tallys.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tallys.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tuffy.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tuffy.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ubuntu.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ubuntu.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-uqammaq.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-uqammaq.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vera.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vera.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-verajja.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-verajja.mkiv -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vollkorn.mkii -%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vollkorn.mkiv - -%files context-typescripts-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/context/third/typescripts/README - -%files context-vim -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/context/third/vim/2context.vim -%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-groups.tex -%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkii -%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv -%{_texdir}/texmf-dist/tex/context/third/vim/t-vim.tex - -%files context-vim-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/context/third/vim/vim.txt - -%files collection-documentation-arabic -%defattr(-,root,root) - -%files lshort-persian-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-persian/README -%{_texdir}/texmf-dist/doc/latex/lshort-persian/appendix.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort-base.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.sty -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-persian/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/preface.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/transpreface.tex -%{_texdir}/texmf-dist/doc/latex/lshort-persian/typeset.tex - -%files collection-documentation-bulgarian -%defattr(-,root,root) - -%files lshort-bulgarian-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/README -%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/lshort-bg.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/src/lshort-bg.src.zip - -%files pst-eucl-translation-bg-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/abscur.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/abscur_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/angle.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/angle_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.log -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/astro.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/astro_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/bissec.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/bissec_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ccirc.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ccirc_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cercle.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cercle_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cinscex.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cinscex_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/curvetype.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/curvetype_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cyclo.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cyclo_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/delto.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/droite.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/droite_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envcardi.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envcardi_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envellipse.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envellipse_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/euler.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/euler_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/fracthom.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/fracthom_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gauss.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gauss_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gencur.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gencur_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geohyper.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geohyper_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geonode.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geonode_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/german_ra.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/german_ra_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/grav.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/grav_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/homothetie.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/homothetie_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hypocyclo.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC_bis_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDC.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDC_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDD.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDD_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFC.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFC_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFF.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFF_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFL.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFL_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/mediator.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/mediator_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/milieu.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/milieu_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/oij.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/oij_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/parabole.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/parabole_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/projection.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/projection_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/rotation.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/rotation_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg1c.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg1c_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg2c.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg2c_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/triangle.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/triangle_in.tex -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/README -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/README-bulgarian.txt -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/euclide_bg.sty -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/euclide_macros.ist -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.cb -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.pdf -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.tex - -%files collection-documentation-czechslovak -%defattr(-,root,root) - -%files lshort-czech-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-czech/CHANGES -%{_texdir}/texmf-dist/doc/latex/lshort-czech/MANIFEST -%{_texdir}/texmf-dist/doc/latex/lshort-czech/Makefile -%{_texdir}/texmf-dist/doc/latex/lshort-czech/README -%{_texdir}/texmf-dist/doc/latex/lshort-czech/lshort-cs.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/appendix.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-base.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs.ind -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort.ist -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort.sty -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/typeset.tex - -%files lshort-slovak-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-slovak/slshorte.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-slovak/src.zip - -%files texlive-cz-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-cz/Makefile -%{_texdir}/texmf/doc/texlive/texlive-cz/csquote.sty -%{_texdir}/texmf/doc/texlive/texlive-cz/ec-lmr10-19.png -%{_texdir}/texmf/doc/texlive/texlive-cz/live4ht.cfg -%{_texdir}/texmf/doc/texlive/texlive-cz/tex-live.css -%{_texdir}/texmf/doc/texlive/texlive-cz/texlive-cz.css -%{_texdir}/texmf/doc/texlive/texlive-cz/texlive-cz.html -%{_texdir}/texmf/doc/texlive/texlive-cz/texlive-cz.pdf -%{_texdir}/texmf/doc/texlive/texlive-cz/texlive-cz.tex - -%files collection-documentation-dutch -%defattr(-,root,root) - -%files lshort-dutch-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/LEESMIJ -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/README -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/WIJZIGINGEN -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.src.zip - -%files collection-documentation-english -%defattr(-,root,root) - -%files FAQ-en-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.16b -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.16c -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.17 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.18 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19a -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19c -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19d -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.20 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.21 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.22 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.23 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.24 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.25 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.26 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/ChangeLog -%{_texdir}/texmf-dist/doc/generic/FAQ-en/FAQ-html.tar.gz -%{_texdir}/texmf-dist/doc/generic/FAQ-en/FAQ-html.tar.xz -%{_texdir}/texmf-dist/doc/generic/FAQ-en/Makefile -%{_texdir}/texmf-dist/doc/generic/FAQ-en/Makefile-CTAN -%{_texdir}/texmf-dist/doc/generic/FAQ-en/README -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive.cfg -%{_texdir}/texmf-dist/doc/generic/FAQ-en/dirctan.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-adj-types.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-backgrnd.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-biblio.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-bits+pieces.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-docs.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-dvi.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-fmt-conv.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-fonts.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-getit.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-graphics.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-how-do-i.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-images.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-install.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-intro.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-jot-err.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-litprog.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-mac-prog.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-projects.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-support.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-symbols.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-t-g-wr.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-texsys.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-the-end.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-wdidt.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq.cls -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq.sty -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.cmfonts -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.mbvj -%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.ugm -%{_texdir}/texmf-dist/doc/generic/FAQ-en/filectan.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/gather-faqbody.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/install-CTAN -%{_texdir}/texmf-dist/doc/generic/FAQ-en/letterfaq.pdf -%{_texdir}/texmf-dist/doc/generic/FAQ-en/letterfaq.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/locations.mk -%{_texdir}/texmf-dist/doc/generic/FAQ-en/markup-syntax -%{_texdir}/texmf-dist/doc/generic/FAQ-en/newfaq.pdf -%{_texdir}/texmf-dist/doc/generic/FAQ-en/newfaq.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.16b -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.16c -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.17 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.18 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19a -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19c -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19d -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.20 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.21 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.22 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.23 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.24 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.25 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.26 -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/ChangeLog -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/FAQ-html.tar.gz -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/FAQ-html.tar.xz -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/Makefile -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/README -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/archive.cfg -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/dirctan.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-adj-types.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-backgrnd.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-biblio.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-bits+pieces.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-docs.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-dvi.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-fmt-conv.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-fonts.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-getit.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-graphics.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-how-do-i.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-hyp+pdf.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-images.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-install.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-intro.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-jot-err.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-lab-ref.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-litprog.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-mac-prog.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-projects.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-support.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-symbols.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-t-g-wr.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-texsys.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-the-end.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-wdidt.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq.cls -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq.sty -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.cmfonts -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.lmfonts -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.mbvj -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.ugm -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/filectan.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/gather-faqbody.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/letterfaq.pdf -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/letterfaq.tex -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/markup-syntax -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/newfaq.pdf -%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/newfaq.tex - -%files MemoirChapStyles-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.pdf -%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.tex -%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/README - -%files Type1fonts-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/fonts/Type1fonts/README -%{_texdir}/texmf-dist/doc/fonts/Type1fonts/examples.zip -%{_texdir}/texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.pdf -%{_texdir}/texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.tex - -%files components-of-TeX-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/README -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/etexkomp.tex -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/figkomp.tex -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/figtotal.tex -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/names.sty -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/texrep.sty - -%files comprehensive-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/comprehensive/README -%{_texdir}/texmf-dist/doc/latex/comprehensive/SYMLIST -%{_texdir}/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf -%{_texdir}/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/Makefile -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.map -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.mf -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb10.mf -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/makefakeMnSymbol -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/response.eps -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/symbols.ist -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/symbols.tex -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/teubner-subset.sty -%{_texdir}/texmf-dist/doc/latex/comprehensive/source/versicle.eps - -%files dtxtut-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dtxtut/README -%{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.dtx -%{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.ins -%{_texdir}/texmf-dist/doc/latex/dtxtut/dtxtut.pdf -%{_texdir}/texmf-dist/doc/latex/dtxtut/dtxtut.tex -%{_texdir}/texmf-dist/doc/latex/dtxtut/skeleton.dtx -%{_texdir}/texmf-dist/doc/latex/dtxtut/skeleton.ins - -%files first-latex-doc-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/README -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/first-latex-doc.pdf -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/first-latex-doc.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-first.png -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-first.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-a.png -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-b.png -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-b.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-c.png -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-c.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-d.tex -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-e.tex - -%files gentle-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/plain/gentle/gentle.pdf -%{_texdir}/texmf-dist/doc/plain/gentle/gentle.tex - -%files guide-to-latex-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/README.txt -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demo.eps -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demo.pdf -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.pdf -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.ps -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/mpletter.cls -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.pdf -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.ps -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/seminar.con -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/sempdftx.sty -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-10.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-6.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-7.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-8.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-9.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-6.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-7.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3c.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-10.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-11.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.toc -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-6.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-9.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-10.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-7.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-8.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-9.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-10.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-12.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-13.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-14.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-15.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-16.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-17.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-18.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-19.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-20.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21a.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21b.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-3.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-4.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-5.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-6.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-7.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-8.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-9.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-2.tex -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-3.tex - -%files happy4th-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/plain/happy4th/happy4th.pdf -%{_texdir}/texmf-dist/doc/plain/happy4th/happy4th.tex - -%files impatient-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/plain/impatient/Makefile -%{_texdir}/texmf-dist/doc/plain/impatient/README -%{_texdir}/texmf-dist/doc/plain/impatient/backm.tex -%{_texdir}/texmf-dist/doc/plain/impatient/book.pdf -%{_texdir}/texmf-dist/doc/plain/impatient/book.tex -%{_texdir}/texmf-dist/doc/plain/impatient/capsule.tex -%{_texdir}/texmf-dist/doc/plain/impatient/concepts.tex -%{_texdir}/texmf-dist/doc/plain/impatient/config.tex -%{_texdir}/texmf-dist/doc/plain/impatient/copyrght.tex -%{_texdir}/texmf-dist/doc/plain/impatient/eplain.tex -%{_texdir}/texmf-dist/doc/plain/impatient/errata.future -%{_texdir}/texmf-dist/doc/plain/impatient/errors.tex -%{_texdir}/texmf-dist/doc/plain/impatient/examples.tex -%{_texdir}/texmf-dist/doc/plain/impatient/fdl.tex -%{_texdir}/texmf-dist/doc/plain/impatient/fonts.tex -%{_texdir}/texmf-dist/doc/plain/impatient/frontm.tex -%{_texdir}/texmf-dist/doc/plain/impatient/genops.tex -%{_texdir}/texmf-dist/doc/plain/impatient/index.tex -%{_texdir}/texmf-dist/doc/plain/impatient/index1.icn -%{_texdir}/texmf-dist/doc/plain/impatient/index2.icn -%{_texdir}/texmf-dist/doc/plain/impatient/macros.tex -%{_texdir}/texmf-dist/doc/plain/impatient/math.tex -%{_texdir}/texmf-dist/doc/plain/impatient/modes.tex -%{_texdir}/texmf-dist/doc/plain/impatient/pages.tex -%{_texdir}/texmf-dist/doc/plain/impatient/paras.tex -%{_texdir}/texmf-dist/doc/plain/impatient/preface.tex -%{_texdir}/texmf-dist/doc/plain/impatient/read1st.tex -%{_texdir}/texmf-dist/doc/plain/impatient/tips.tex -%{_texdir}/texmf-dist/doc/plain/impatient/usebook.tex -%{_texdir}/texmf-dist/doc/plain/impatient/usermacs.tex -%{_texdir}/texmf-dist/doc/plain/impatient/usingtex.tex -%{_texdir}/texmf-dist/doc/plain/impatient/xmptext.tex - -%files intro-scientific-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/intro-scientific/Makefile -%{_texdir}/texmf-dist/doc/latex/intro-scientific/README -%{_texdir}/texmf-dist/doc/latex/intro-scientific/earth-moon.pdf -%{_texdir}/texmf-dist/doc/latex/intro-scientific/scidoc.pdf -%{_texdir}/texmf-dist/doc/latex/intro-scientific/scidoc.tex - -%files knuth-doc -%defattr(-,root,root) -%doc knuth.txt -%{_texdir}/texmf-dist/doc/generic/knuth/errata/cm85.bug -%{_texdir}/texmf-dist/doc/generic/knuth/errata/errata.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/errata/errorlog.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/errata/mf84.bug -%{_texdir}/texmf-dist/doc/generic/knuth/errata/tex82.bug -%{_texdir}/texmf-dist/doc/generic/knuth/etc/vftovp.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/etc/vptovf.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mf/mf.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mf/trapman.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftodvi.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftopk.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftype.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/mfware/mft.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/tex/glue.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/tex/tex.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/tex/tripman.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/texware/dvitype.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/texware/pltotf.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/texware/pooltype.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/texware/tftopl.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/web/tangle.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/web/weave.pdf -%{_texdir}/texmf-dist/doc/generic/knuth/web/webman.pdf - -%files l2tabu-english-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-english/l2tabuen.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu-english/l2tabuen.tex - -%files latex-brochure-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-brochure/README -%{_texdir}/texmf-dist/doc/latex/latex-brochure/README.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a3folderFB.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a3folderIN.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a4.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-ledgerfolderFB.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-ledgerfolderIN.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-letter.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.bib -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.sty -%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.tex -%{_texdir}/texmf-dist/doc/latex/latex-brochure/build -%{_texdir}/texmf-dist/doc/latex/latex-brochure/diagram-crop.eps -%{_texdir}/texmf-dist/doc/latex/latex-brochure/diagram-crop.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/fullscreen.eps -%{_texdir}/texmf-dist/doc/latex/latex-brochure/fullscreen.png -%{_texdir}/texmf-dist/doc/latex/latex-brochure/index.html -%{_texdir}/texmf-dist/doc/latex/latex-brochure/sample-crop.eps -%{_texdir}/texmf-dist/doc/latex/latex-brochure/sample-crop.pdf -%{_texdir}/texmf-dist/doc/latex/latex-brochure/typo-degraded.eps -%{_texdir}/texmf-dist/doc/latex/latex-brochure/typo-degraded.png - -%files latex-course-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png -%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db -%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/campus3.png -%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf -%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex -%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-course.prj -%{_texdir}/texmf-dist/doc/latex/latex-course/README -%{_texdir}/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty - -%files latex-doc-ptr-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/Makefile -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/README -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.sty -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex - -%files latex-graphics-companion-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-10.pic -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-11.pic -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-9.pic -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/11-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/11-6-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-1.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-2.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-3.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-4.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-10.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-11.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-12.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-13.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-14.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-15.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-16.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-17.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-18.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-19.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-20.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-13.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-15.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-16.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-17.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-1.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-2.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-4.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-6.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-7.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-8.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-9.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-2.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-3.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-1.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-10.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-11.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-12.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-13.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-14.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-15.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-16.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-17.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-18.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-19.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-3.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-4.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-5.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-6.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-7.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-9.mp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-3-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-3-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-10.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-11.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-12.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-10.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-11.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-12.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-10.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-11.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-12.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-13.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-14.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-15.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-17.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-18.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-19.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-20.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-21.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-22.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-23.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-24.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-25.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-26.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-28.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-29.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-30.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-31.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-32.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-33.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-34.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-35.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-36.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-37.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-38.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-39.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-40.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-41.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-42.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-43.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-45.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-24.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-25.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-26.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-27.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-28.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-29.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-30.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-31.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-32.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-33.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-34.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-35.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-24.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-1.m4 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-2.m4 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-3.m4 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx1 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx2 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.ptx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-1.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-3.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-4.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-5.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-6.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-7.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-8.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-9.abc -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-1.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx1 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx2 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.ptx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-2.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-3.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-4.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-5.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-6.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-7.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-8.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-9.mpp -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-5-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.acr -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.dwn -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-10.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-11.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-12.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-14.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-15.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-16.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-17.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-18.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-19.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-2.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-20.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-3.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-4.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-5.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-6.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-7.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-8.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/A-1-1.inl -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/Makefile -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/README -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/ages.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/bar.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/chap.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/clef.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/config.ps -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/decade.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/feature.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/graves.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/key.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs2.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs3.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/macro.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/mpp.tex -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/note.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/notecc.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/pot.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/script.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/scriptcc.ini -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/stones.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/students.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/veracx.mx1 -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/veracx.tex -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/yearm.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.men -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.wom -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/yearw.dat -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/graphics.cfg -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/header.tex -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/mfpic.sty -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/ppex.cls - -%files latex-veryshortguide-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/README -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/build -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/index.html -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/menno-a.eps -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/menno-a.jpg -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.pdf -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.tex -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-1.jpg -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-2.jpg -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-3.jpg -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-4.jpg - -%files latex-web-companion-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/README.apa -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa-raw.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/phys332-1.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/phys332-2.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/teched.html -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/teched.java -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.class -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.java -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.class -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.java -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/README.apb -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/bibliotest1.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/bibliotest2.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/biblioxml1.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/biblioxml2.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/colorcir.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/inv2.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation2.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation2.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/latexmath.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/latexmml.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/mybiblio.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/utf82latin1.sh -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/ISOcyr1.pen -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/README.apc -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitation.sty -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfrraw.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invlat1fr.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.html -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8raw.html -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.aux -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.brf -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.log -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.out -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.pdf -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/phys332-1.pdf -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/phys332-2.pdf -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/Makefile.ex2 -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/Makefile.ex3 -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/README.ch3 -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/colorcir.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex20.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex21.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex22.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex2bib.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex30.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex31.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex32.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex3bib.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/l2hexa.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/myinit.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleAMS.css -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleAMS.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMath.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMathImages.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMathThumb.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/tac2dim.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.aux -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.css -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.dvi -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.html -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.idv -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.lg -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.log -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.otc -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.tex -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.toc -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.xref -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/phys332-1.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/phys332-2.eps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tex4ht.env -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tex4ht.tmp -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tmp.ps -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/README.ch6 -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/catalog -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/emptyexample.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/invitation.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/invitation.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/wrong.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/xml.dcl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/README.ch7 -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS.pm -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/any.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/any.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog.dsssl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/debug.txt -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/dsssl.cat -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/dsssl.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/empty.dsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/empty.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/emptyexample.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/fot.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv1html.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2css.html.save -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2html.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2lat.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv3.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invcss.html.save -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.fop -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.out -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.pdf -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invhtml.dsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invhtml2.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.dsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.fot -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.sty -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.tex.save -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation2.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation2.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitationfr.sty -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invlat1.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invtab1.dsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invtab2.dsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/makesum.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/makesum.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sectionexa.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sectionexa.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sgmlspl.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/skel.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/style-sheet.dtd -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatest.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatest.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatestnok.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatestok.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/test-SGMLS.pl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/writefiles.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/wrong.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xml.dcl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xsl.xml -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xslexa1.xsl -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/Output.pm -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/Refs.pm -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/SGMLS.pm - -%files latex2e-help-texinfo -%defattr(-,root,root) -%{_infodir}/latex2e.info* - -%files latex2e-help-texinfo-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/README -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/ltx-help.el - -%files latex4wp-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET -%{_texdir}/texmf-dist/doc/latex/latex4wp/README -%{_texdir}/texmf-dist/doc/latex/latex4wp/dat2tex -%{_texdir}/texmf-dist/doc/latex/latex4wp/exa.sty -%{_texdir}/texmf-dist/doc/latex/latex4wp/gnuplot.gp -%{_texdir}/texmf-dist/doc/latex/latex4wp/gnuplot.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp/latex4wp.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp/latex4wp.tex -%{_texdir}/texmf-dist/doc/latex/latex4wp/midifile.mid -%{_texdir}/texmf-dist/doc/latex/latex4wp/small.eepic -%{_texdir}/texmf-dist/doc/latex/latex4wp/small.eps -%{_texdir}/texmf-dist/doc/latex/latex4wp/small.fig -%{_texdir}/texmf-dist/doc/latex/latex4wp/small.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp/small.pdf_t -%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.eps -%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.tex -%{_texdir}/texmf-dist/doc/latex/latex4wp/xfig.eps -%{_texdir}/texmf-dist/doc/latex/latex4wp/xfig.png - -%files latexcheat-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat/README -%{_texdir}/texmf-dist/doc/latex/latexcheat/latexsheet.pdf -%{_texdir}/texmf-dist/doc/latex/latexcheat/latexsheet.tex - -%files latexfileinfo-pkgs -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.RLS - -%files latexfileinfo-pkgs-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs/README -%{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.htm - -%files lshort-english-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/latex/lshort-english/CHANGES -%{_texdir}/texmf-dist/doc/latex/lshort-english/README -%{_texdir}/texmf-dist/doc/latex/lshort-english/lshort-5.01.src.tar.gz -%{_texdir}/texmf-dist/doc/latex/lshort-english/lshort.pdf - -%files macros2e-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/macros2e/macros2e.pdf -%{_texdir}/texmf-dist/doc/latex/macros2e/macros2e.tex - -%files math-e-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/math-e/01-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/01-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/01-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/02-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/03-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-16.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-17.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-18.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-19.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-20.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-21.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-22.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-09-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-09-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-13-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-17-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-18-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/04-20-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/05-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-11-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-12-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-13-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-13-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-14-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-14-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-15-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-15-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-16-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-17-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-18-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-19-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-19-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-19-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-19-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-20-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-20-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-20-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/06-20-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-10-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-12-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-14-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-15-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/07-16-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/08-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-12-7.ltxps -%{_texdir}/texmf-dist/doc/latex/math-e/09-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-13-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-15-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-15-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-16-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-4.ltx4 -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-17-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-18-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-18-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-18-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-19-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-19-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-20-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-20-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-20-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-20-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/09-20-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-01-4.ltxps -%{_texdir}/texmf-dist/doc/latex/math-e/10-01-5.ltxps -%{_texdir}/texmf-dist/doc/latex/math-e/10-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-08-1.ltxps -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-09-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/10-10-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/11-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/math-e/README -%{_texdir}/texmf-dist/doc/latex/math-e/exaarticle.cls -%{_texdir}/texmf-dist/doc/latex/math-e/exaarticle2.cls -%{_texdir}/texmf-dist/doc/latex/math-e/exaartplain.cls -%{_texdir}/texmf-dist/doc/latex/math-e/exareport.cls -%{_texdir}/texmf-dist/doc/latex/math-e/exasymbol.cls - -%files mathmode-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mathmode/Changes -%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.bib -%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.ist -%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.ltx -%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.tex -%{_texdir}/texmf-dist/doc/latex/mathmode/README -%{_texdir}/texmf-dist/doc/latex/mathmode/runLaTeX -%{_texdir}/texmf-dist/doc/latex/mathmode/runPDFLaTeX -%{_texdir}/texmf-dist/doc/latex/mathmode/runVTeX -%{_texdir}/texmf-dist/doc/latex/mathmode/images/EuScript.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/EuScript.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/amsalign.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/amsalign.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/cm-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/cm-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/cmbright-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/cmbright-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/colArray.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/colArray.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/exscale.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/exscale.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family0.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family0.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family1.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/family1.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/lm-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/lm-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/minionpro-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/minionpro-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/node.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/node.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/pamath-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/pamath-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/pazo-crop.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/pazo-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/styles.eps -%{_texdir}/texmf-dist/doc/latex/mathmode/images/styles.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/test-crop.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/test.pdf -%{_texdir}/texmf-dist/doc/latex/mathmode/images/test.tex - -%files memdesign-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/memdesign/README -%{_texdir}/texmf-dist/doc/fonts/memdesign/memdesign.pdf -%{_texdir}/texmf-dist/doc/fonts/memdesign/memdesign.tex -%{_texdir}/texmf-dist/doc/fonts/memdesign/memetc.bib - -%files metafont-beginners-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.pdf -%{_texdir}/texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.tex - -%files metapost-examples-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/Makefile -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/README -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data1 -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data2 -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data3 -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/examples.mp -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/mp2html.pl - -%files mil3-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/mil3/README -%{_texdir}/texmf-dist/doc/latex/mil3/ams-alph.bst -%{_texdir}/texmf-dist/doc/latex/mil3/ams-pln.bst -%{_texdir}/texmf-dist/doc/latex/mil3/amsart.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/article.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/article2.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/contents -%{_texdir}/texmf-dist/doc/latex/mil3/fonttbl.tex -%{_texdir}/texmf-dist/doc/latex/mil3/gallery.tex -%{_texdir}/texmf-dist/doc/latex/mil3/german.tex -%{_texdir}/texmf-dist/doc/latex/mil3/ggamsart.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/ggart.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/ggart2.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/gratzer -%{_texdir}/texmf-dist/doc/latex/mil3/inbibl.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/intrart.tex -%{_texdir}/texmf-dist/doc/latex/mil3/intrarti.tex -%{_texdir}/texmf-dist/doc/latex/mil3/lattice.sty -%{_texdir}/texmf-dist/doc/latex/mil3/letter.tex -%{_texdir}/texmf-dist/doc/latex/mil3/master.tex -%{_texdir}/texmf-dist/doc/latex/mil3/math.tex -%{_texdir}/texmf-dist/doc/latex/mil3/mathb.tex -%{_texdir}/texmf-dist/doc/latex/mil3/multline.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/note1.tex -%{_texdir}/texmf-dist/doc/latex/mil3/note1b.tex -%{_texdir}/texmf-dist/doc/latex/mil3/note2.tex -%{_texdir}/texmf-dist/doc/latex/mil3/noteslug.tex -%{_texdir}/texmf-dist/doc/latex/mil3/sampart.tex -%{_texdir}/texmf-dist/doc/latex/mil3/sampartb.bib -%{_texdir}/texmf-dist/doc/latex/mil3/sampartb.tex -%{_texdir}/texmf-dist/doc/latex/mil3/sampartu.tex -%{_texdir}/texmf-dist/doc/latex/mil3/sample.html -%{_texdir}/texmf-dist/doc/latex/mil3/svsing2e.sty -%{_texdir}/texmf-dist/doc/latex/mil3/svsing6.cls -%{_texdir}/texmf-dist/doc/latex/mil3/template.bib -%{_texdir}/texmf-dist/doc/latex/mil3/textenv.tpl -%{_texdir}/texmf-dist/doc/latex/mil3/topmat.tpl - -%files patgen2-tutorial-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/support/patgen2-tutorial/patgen2.pdf -%{_texdir}/texmf-dist/doc/support/patgen2-tutorial/patgen2.tex - -%files pictexsum-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/latex/pictexsum/Makefile -%{_texdir}/texmf-dist/doc/latex/pictexsum/README -%{_texdir}/texmf-dist/doc/latex/pictexsum/a4mod.sty -%{_texdir}/texmf-dist/doc/latex/pictexsum/pictexsum.pdf -%{_texdir}/texmf-dist/doc/latex/pictexsum/pictexsum.tex -%{_texdir}/texmf-dist/doc/latex/pictexsum/useful.sty - -%files plain-doc-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/plain/plain-doc/csname.txt - -%files presentations-en-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-2.ltx2ps -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-5.ltx2ps -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-02-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-05-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-06-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-06-2.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-09-1.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-11-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-12-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-12-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-10.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-11.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-12.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-13.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-14.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-15.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-16.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-17.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-18.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-19.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-9.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/03-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/03-02-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/03-03-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/03-04-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-04-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-05-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-10.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-11.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-4.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-6.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-7.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-8.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-9.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-07-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-08-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-09-1.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-12-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-12-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-13-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-13-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-14-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-15-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-15-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-17-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-18-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-18-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-19-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-19-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-24-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-24-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-25-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-25-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-10.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-11.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-12.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-13.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-14.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-15.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-16.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-17.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-18.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-19.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-20.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-21.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-22.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-23.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-24.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-25.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-26.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-27.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-28.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-29.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-30.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-31.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-32.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-33.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-34.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-35.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-36.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-37.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-38.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-39.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-40.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-41.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-42.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-43.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-44.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-45.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-46.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-47.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-48.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-49.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-50.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-51.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-52.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-53.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-54.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-55.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-56.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-57.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-58.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-59.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-6.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-60.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-61.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-62.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-63.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-64.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-65.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-7.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-8.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-9.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/05-00-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/05-01-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/05-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/05-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/05-03-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-02-1.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/06-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-05-1.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations-en/07-05-2.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations-en/DEexa.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/DEoptions.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/PPRtime.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/README -%{_texdir}/texmf-dist/doc/latex/presentations-en/Textdemo.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo-en.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo2.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/beispiel.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/bspcalweekly.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/bspdvdcoll.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/bspfont.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/bsppstricks.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/buch-E.bib -%{_texdir}/texmf-dist/doc/latex/presentations-en/buch.bib -%{_texdir}/texmf-dist/doc/latex/presentations-en/exa-fontconfig.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaarticle.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaarticle2.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaartplain.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exabeamer.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exabook.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exabook2.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exadante.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exafoils.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exafubeamer.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exafupd.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/examargin.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/examemoir.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/examinimal-mathsymbols.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/examinimal.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exapd.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaprosper.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exareport.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaseminar.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaslidenotes.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exasymbol.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/exaxetex.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/fontDemo-E.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/fontDemo.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/obox.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/pd-demo-default.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/pd-demo.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/powerdot-clemson.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/prosper.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/runAll -%{_texdir}/texmf-dist/doc/latex/presentations-en/screxa.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/screxabook.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/screxareport.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/slidenotes.cfg -%{_texdir}/texmf-dist/doc/latex/presentations-en/slidenotes.cls -%{_texdir}/texmf-dist/doc/latex/presentations-en/textdemo.sty -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/TU.jpg -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/TeX.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer0.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer1.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer2.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavbar.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavsymbols.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavsymbols.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/grating.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/ligaturen.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/multimedia.jpg -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/multimedia.tex -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/transition1.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/zedat.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/clemson.gif -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/clemson.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/logo-clemson.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/logofbbw.eps -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/moviePD.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawmkorange.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawmkpurple.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawtraceorange.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawtracep.png -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/wieesgeht.eps -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/zedat2.eps -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/Tore3d.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/mp.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/mpgraph.mps -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/pst.pdf -%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/tex.png - -%files pstricks-examples-en-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/00-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-6.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-6.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-83.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-84.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-85.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-86.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-87.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-88.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-89.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-90.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-91.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-92.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-93.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-94.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-95.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-24.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-25.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-26.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-27.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-28.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-30.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-31.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-32.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-33.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-34.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-35.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-36.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-37.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-38.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-39.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-40.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-44.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-45.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-46.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-47.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-48.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-49.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-50.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-51.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-52.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-53.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-54.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-55.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-56.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-57.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-58.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-59.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-60.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-61.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-62.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-63.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-64.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-65.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-66.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-67.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-68.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-69.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-70.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-71.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-72.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-73.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-74.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-83.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-84.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-85.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-86.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-87.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-88.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-89.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-90.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-91.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-92.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-93.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-94.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-95.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-96.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-1.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-2.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-24.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-25.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-26.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-27.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-28.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-3.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-30.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-31.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-32.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-33.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-34.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-35.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-36.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-37.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-38.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-39.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-4.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-40.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-44.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-45.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-46.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-47.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-48.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-49.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-5.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-50.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-51.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-52.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-53.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-54.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-55.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-56.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-57.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-58.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-59.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-6.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-60.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-61.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-62.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-63.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-64.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-65.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-66.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-67.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-68.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-69.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-7.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-70.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-71.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-72.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-73.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-74.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-8.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-9.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-1.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-22.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-23.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-24.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-25.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-26.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-27.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-28.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-1.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-1.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-10.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-11.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-12.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-13.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-14.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-15.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-16.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-17.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-18.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-2.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-20.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-21.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-22.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-23.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-24.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-25.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-26.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-27.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-28.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-29.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-3.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-30.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-4.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-5.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-6.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-8.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-9.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-16.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-16.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-7.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-8.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-9.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-10.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-11.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-12.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-13.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-14.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-15.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-16.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-17.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-18.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-19.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-20.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-21.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-22.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-24.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-25.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-9.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-1.ltxbps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-2.ltxb -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-100.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-101.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-102.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-103.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-104.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-105.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-106.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-107.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-108.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-109.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-110.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-111.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-112.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-113.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-114.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-115.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-116.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-117.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-118.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-119.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-120.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-121.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-122.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-123.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-124.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-125.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-126.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-83.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-84.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-85.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-86.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-87.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-88.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-89.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-90.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-91.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-92.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-93.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-94.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-95.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-96.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-97.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-98.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-99.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/38-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/38-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-02-1.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-02-2.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/B-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/B-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-02-1.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-02-2.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-03-1.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-03-2.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-04-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DEexa.sty -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DEoptions.sty -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DotErrorBar.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/MyCurveA.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/MyCurveB.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/PrepareEXA.sh -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/SensorAlterung.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/aebocg.djs -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/aebocg.fdf -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/animelayers.djs -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/animelayers.fdf -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/bubble.data -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.csv -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.mat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data10.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1T.csv -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data2.mat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data22.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data2T.csv -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3D.Roessler -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3T.csv -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data4.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data9.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/dataError.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/dataMul.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo1.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo2.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo3.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/feigenbaum.data -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/file.ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fileplot.data -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fontDemo-E.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fontDemo.tex -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log0.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log1.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log2.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/matrix.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/rahmen.eps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/select.data -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/temp.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/test10.dat -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/textdemo.sty -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/biblatex-howitworks.pdf -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/bibtex-howitworks.pdf -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/fig-10-13.png -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/fig-11-1.png -%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/zedat2.eps - -%files simplified-latex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/simplified-latex/README -%{_texdir}/texmf-dist/doc/latex/simplified-latex/simplified-intro.pdf -%{_texdir}/texmf-dist/doc/latex/simplified-latex/source.zip - -%files svg-inkscape-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/InkscapePDFLaTeX.pdf -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/InkscapePDFLaTeX.tex -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/README -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image-normal.pdf -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.pdf -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.pdf_tex -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.svg - -%files tabulars-e-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-1.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-1.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-11.ltx2crop -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-14.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-15.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-19-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-19-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-29-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-3.ltxb -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-10.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-11.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-13.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-14.ltx1 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-15.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-02-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-04-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-04-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-1.ltxE -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-2.ltxE -%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-3.ltxE -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-10.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-11.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-12.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-13.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-14.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-15.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-16.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-17.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-18.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-19.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-21.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-22.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-23.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-24.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-25.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-26.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-27.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-28.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-29.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-30.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-31.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-32.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-33.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-34.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-35.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-36.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-37.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-38.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-39.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-4.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-40.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-41.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-42.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-43.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-44.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-45.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-46.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-5.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-6.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-7.ltxps -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-8.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-9.ltx -%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-02-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tabulars-e/README -%{_texdir}/texmf-dist/doc/latex/tabulars-e/din8.eps - -%files tamethebeast-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/CHANGES -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/Makefile -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/README -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/idxstyle.ist -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/local.bib -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.pdf -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec1.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec2.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec3.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec4.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec5.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.tex -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_style.sty - -%files tds-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/tds/ChangeLog -%{_texdir}/texmf-dist/doc/generic/tds/Makefile -%{_texdir}/texmf-dist/doc/generic/tds/README -%{_texdir}/texmf-dist/doc/generic/tds/index.html -%{_texdir}/texmf-dist/doc/generic/tds/tds.dvi -%{_texdir}/texmf-dist/doc/generic/tds/tds.html -%{_texdir}/texmf-dist/doc/generic/tds/tds.pdf -%{_texdir}/texmf-dist/doc/generic/tds/tds.sed -%{_texdir}/texmf-dist/doc/generic/tds/tds.tex -%{_texdir}/texmf-dist/doc/generic/tds/tds2texi.el -%{_texdir}/texmf-dist/doc/generic/tds/tdsguide.cls - -%files tex-font-errors-cheatsheet-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/README -%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.pdf -%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.tex - -%files tex-overview-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tex-overview/README -%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview-aux.tex -%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview.pdf -%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview.tex - -%files tex-refs-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/tex-refs/README -%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs-source.tar.gz -%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs.css -%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs.html - -%files texbytopic-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/plain/texbytopic/README -%{_texdir}/texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf -%{_texdir}/texmf-dist/doc/plain/texbytopic/TeXbyTopic.tex -%{_texdir}/texmf-dist/doc/plain/texbytopic/figflow.tex -%{_texdir}/texmf-dist/doc/plain/texbytopic/glossary.tex -%{_texdir}/texmf-dist/doc/plain/texbytopic/tables.tex -%{_texdir}/texmf-dist/doc/plain/texbytopic/tex.bib - -%files titlepages-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/titlepages/README -%{_texdir}/texmf-dist/doc/latex/titlepages/titlepages.pdf -%{_texdir}/texmf-dist/doc/latex/titlepages/titlepages.tex - -%files tlc2-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-24.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-25.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-26.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-29.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-31.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-32.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-33.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-34.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-35.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-36.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-37.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-38.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-39.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-40.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-41.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-42.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-43.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-44.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-45.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-46.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-47.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-48.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-49.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/14-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/14-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-21.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-31.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-32.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-33.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-34.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-35.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-36.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-37.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-38.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-39.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-40.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-41.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-42.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-43.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-44.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-45.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-46.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-47.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-48.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-49.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-50.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-51.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-52.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-53.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-17.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-18.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-21.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-24.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-31.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-32.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-33.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-34.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-35.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-36.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-37.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-38.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-39.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-40.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-41.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-42.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-10.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-11.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-13.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-15.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-5-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/4-5-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/5-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-8-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-8-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-14.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-18.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-9-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/7-9-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-31.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-32.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-33.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-34.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-35.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-36.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-37.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-38.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-39.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-22.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-23.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-24.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-25.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-26.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-27.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-28.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-29.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-30.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-31.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-32.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-33.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-34.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-35.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-36.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-37.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-38.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-39.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/9-5-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-12.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-13.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-14.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-15.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-16.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-17.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-18.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-19.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-20.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-21.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-9.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-10.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-11.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-2.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-3.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-4.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-5.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-6.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-7.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-8.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/tlc2/B-3-1.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/Escher.ps -%{_texdir}/texmf-dist/doc/latex/tlc2/cat.ps -%{_texdir}/texmf-dist/doc/latex/tlc2/elephant.ps -%{_texdir}/texmf-dist/doc/latex/tlc2/indexexa.ltx -%{_texdir}/texmf-dist/doc/latex/tlc2/jura.bib -%{_texdir}/texmf-dist/doc/latex/tlc2/partial.toc -%{_texdir}/texmf-dist/doc/latex/tlc2/rosette.ps -%{_texdir}/texmf-dist/doc/latex/tlc2/tex.bib -%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexa.cls -%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexamargin.cls -%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexareport.cls -%{_texdir}/texmf-dist/doc/latex/tlc2/w.eps -%{_texdir}/texmf-dist/doc/latex/tlc2/w.ps - -%files visualfaq-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/visualfaq/README -%{_texdir}/texmf-dist/doc/latex/visualfaq/troubleshoot-vlf.pdf -%{_texdir}/texmf-dist/doc/latex/visualfaq/visualFAQ.pdf -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/README -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/anotherarticle.pdf -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/book-montage.png -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/fuzzytext.png -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/labelgraph.pdf -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/lorem-ipsum-logo.png -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/musixtex.png -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visfaq-html.png -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind2 -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.out -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.tex -%{_texdir}/texmf-dist/doc/latex/visualfaq/source/watermark.pdf - -%files webguide-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/webguide/README -%{_texdir}/texmf-dist/doc/latex/webguide/expeg.6 -%{_texdir}/texmf-dist/doc/latex/webguide/expeg6.mps -%{_texdir}/texmf-dist/doc/latex/webguide/webguide.css -%{_texdir}/texmf-dist/doc/latex/webguide/webguide.html -%{_texdir}/texmf-dist/doc/latex/webguide/webguide.pdf -%{_texdir}/texmf-dist/doc/latex/webguide/webguide.tex -%{_texdir}/texmf-dist/doc/latex/webguide/webguide0x.gif - -%files xetexref-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/xetex/xetexref/README -%{_texdir}/texmf-dist/doc/xetex/xetexref/XeTeX-reference.ltx -%{_texdir}/texmf-dist/doc/xetex/xetexref/XeTeX-reference.pdf - -%files collection-documentation-finnish -%defattr(-,root,root) - -%files lshort-finnish-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/README -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/lyhyt2e.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/asiat.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/erikois.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/esipuhe.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/grafiikka.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/kiitokset.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/kirjallisuus.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/ladonta.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/llyhyt2e.sty -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.ind -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/matikka.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/otsikko.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/symbolit.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/typeset.tex -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/viritys.tex - -%files collection-documentation-french -%defattr(-,root,root) - -%files epslatex-fr-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Ball.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/CHAP2.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Construction.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Franc-chap.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/README -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/README.TEXLIVE -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Warning.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/alltex.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/auteurs.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/bases.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/block.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/box1.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/box2.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/boxes.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/btxdoc.bib -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/cm.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/cm.ps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/danger.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/divers.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/ebnf.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/export.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fepslatex.pdf -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fepslatex.tex -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fill.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fmparhack.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/foot.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fr.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/franc.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/frnew.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/g_toc_entry.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/graphic.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/hands.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/header.tex -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/indentondemand.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/makecmds.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/makerobust.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/mass.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/mypatches.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/myvarioref.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/nrfoot.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/origin.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/overlay.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pale.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pend.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pretzel.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pretzel.ps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rdanger.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rosette.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rosette.ps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/sgte.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/smaller.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/square.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/topcapt.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/topfig.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/warn.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/wdesc.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/wide.eps -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/widecenter.sty -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/xb.sty - -%files impatient-fr-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/plain/impatient-fr/README -%{_texdir}/texmf-dist/doc/plain/impatient-fr/config.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/eplain.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbackm.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbook.pdf -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbook.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fcapsule.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fconcept.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fcopyrgh.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fdl.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/ferrors.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fexamples.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/ffrontm.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fgenops.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmacros.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmath.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmodes.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fonts.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fpages.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fparas.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fpreface.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fread1st.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/ftips.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusebook.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusermacs.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusingtex.tex -%{_texdir}/texmf-dist/doc/plain/impatient-fr/fxmptext.tex - -%files l2tabu-french-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-french/README -%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr-heavy.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr-light.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr.tex - -%files lshort-french-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-french/README -%{_texdir}/texmf-dist/doc/latex/lshort-french/historique -%{_texdir}/texmf-dist/doc/latex/lshort-french/lshort-fr-5.01fr-0.tgz -%{_texdir}/texmf-dist/doc/latex/lshort-french/lshort-fr.pdf - -%files texlive-fr-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-fr/Makefile -%{_texdir}/texmf/doc/texlive/texlive-fr/live4ht.cfg -%{_texdir}/texmf/doc/texlive/texlive-fr/notes -%{_texdir}/texmf/doc/texlive/texlive-fr/tex-live.css -%{_texdir}/texmf/doc/texlive/texlive-fr/texlive-fr.css -%{_texdir}/texmf/doc/texlive/texlive-fr/texlive-fr.html -%{_texdir}/texmf/doc/texlive/texlive-fr/texlive-fr.pdf -%{_texdir}/texmf/doc/texlive/texlive-fr/texlive-fr.tex - -%files translation-array-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/Copyright -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/README -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/f-array.dtx -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/f-array.pdf -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/ltxdoc.cfg - -%files translation-dcolumn-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/Copyright -%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/README -%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/f-dcolumn.dtx -%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/f-dcolumn.pdf - -%files translation-natbib-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-natbib-fr/f-natbib.dtx -%{_texdir}/texmf-dist/doc/latex/translation-natbib-fr/f-natbib.pdf - -%files translation-tabbing-fr-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/f-Tabbing.dtx -%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/f-Tabbing.pdf -%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/ltxdoc.cfg - -%files collection-documentation-german -%defattr(-,root,root) - -%files einfuehrung-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-1.ltxverb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-2.xltxverb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-3.luaverb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-1.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-2.ctx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-3.ctxcrop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-3.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-4.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-5.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-6.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-7.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-4.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-5.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-6.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-10.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-12.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-3.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-5.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-6.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-7.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-04-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-10.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-11.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-13.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-5.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-11.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-7.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-8.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-9.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-8.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-9.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-1.ltx1 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-2.ltx1 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-3.ltx1ps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-1.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-100.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-101.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-102.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-103.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-104.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-105.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-106.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-107.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-108.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-109.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-110.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-111.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-112.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-113.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-114.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-115.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-116.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-117.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-118.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-119.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-120.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-121.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-122.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-123.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-124.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-125.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-126.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-127.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-128.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-129.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-130.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-131.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-132.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-133.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-134.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-135.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-136.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-137.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-24.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-25.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-26.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-27.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-28.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-34.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-35.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-36.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-37.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-38.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-39.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-40.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-44.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-45.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-46.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-47.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-48.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-49.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-50.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-51.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-52.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-53.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-54.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-55.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-56.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-57.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-58.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-59.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-60.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-61.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-62.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-63.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-64.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-65.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-66.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-67.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-68.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-69.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-70.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-71.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-72.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-73.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-74.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-75.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-76.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-77.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-78.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-79.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-80.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-81.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-82.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-83.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-84.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-85.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-86.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-87.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-88.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-89.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-90.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-91.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-92.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-93.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-94.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-95.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-96.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-97.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-98.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-99.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-04-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-04-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-4.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-5.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-6.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-7.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-10.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-11.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-12.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-13.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-4.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-5.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-6.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-7.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-8.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-9.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-10.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-11.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-12.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-14.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-25.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-28.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-4.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-5.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-6.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-7.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-8.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-9.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-10.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-11.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-25.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-28.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-33.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-34.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-35.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-36.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-37.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-38.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-39.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-40.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-41.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-42.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-43.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-44.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-45.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-47.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-48.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-49.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-25.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-28.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-33.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-34.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-35.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-36.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-37.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-38.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-39.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-40.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-41.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-42.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-43.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-44.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-45.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-46.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-47.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-48.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-49.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-50.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-51.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-52.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-53.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-54.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-55.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-56.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-57.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-58.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-59.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-60.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-61.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-62.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-63.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-64.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-65.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-25.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-28.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-33.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-34.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-35.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-36.ltx4 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-37.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-38.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-39.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-40.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-41.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-42.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-43.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-44.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-45.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-46.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-06-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-10.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-11.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-13.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-17.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-18.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-19.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-20.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-25.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-28.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-29.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-30.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-32.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-10.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-3.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-5.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-6.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-15.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-16.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-17.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-18.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-07-1.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-1.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-10.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-11.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-12.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-13.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-2.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-3.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-4.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-5.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-6.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-7.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-8.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-9.xinl -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-1.sh -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-10.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-11.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-12.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-13.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-14.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-15.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-17.lualtx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-18.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-2.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-3.sh -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-4.sh -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-5.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-6.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-7.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-8.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-9.lualtx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-3.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-4.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-10.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-11.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-12.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-13.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-14.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-15.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-16.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-17.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-18.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-19.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-20.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-3.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-4.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-5.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-6.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-7.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-8.ltxbps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-9.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-10.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-11.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-3.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-4.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-5.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-6.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-7.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-8.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-9.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-04-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-04-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-3.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-4.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-06-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-06-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-07-1.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-07-2.ltxb -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-8.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-15.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-16.ltx2crop -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-05-1.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-1.mp3 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-10.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-11.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-12.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-13.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-14.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-15.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-16.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-17.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-18.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-19.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-2.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-20.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-21.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-22.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-23.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-24.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-25.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-26.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-27.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-28.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-29.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-30.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-31.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-32.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-33.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-34.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-35.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-36.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-37.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-38.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-39.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-4.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-40.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-41.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-42.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-43.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-44.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-45.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-46.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-47.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-48.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-49.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-5.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-50.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-51.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-52.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-53.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-54.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-55.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-56.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-57.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-58.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-59.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-6.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-60.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-61.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-62.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-63.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-64.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-65.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-66.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-67.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-68.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-69.mp2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-7.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-8.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-9.mp -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-1.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-11.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-12.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-13.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-14.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-15.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-16.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-17.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-18.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-19.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-2.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-20.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-21.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-22.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-23.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-24.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-25.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-26.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-27.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-28.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-29.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-3.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-30.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-31.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-32.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-33.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-34.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-35.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-36.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-37.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-38.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-39.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-4.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-40.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-41.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-42.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-43.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-44.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-45.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-46.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-47.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-48.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-49.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-5.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-50.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-51.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-6.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-7.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-8.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-9.ltxps -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-28.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-29.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-30.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-31.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-32.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-33.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-34.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-35.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-36.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-37.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-38.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-39.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-40.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-41.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-42.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-43.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-44.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-45.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-46.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-47.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-48.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-49.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-50.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-51.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-52.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-53.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-54.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-55.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-56.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-57.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-58.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-59.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-60.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-61.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-62.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-63.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-64.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-65.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-66.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-67.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-68.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-69.ltx4 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-70.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-71.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-72.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-73.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-74.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-75.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-76.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-77.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-78.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-79.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-80.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-3.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-4.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-5.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-6.ltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/B.pdf -%{_texdir}/texmf-dist/doc/latex/einfuehrung/CTdefault.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/DEexa.sty -%{_texdir}/texmf-dist/doc/latex/einfuehrung/DEoptions.sty -%{_texdir}/texmf-dist/doc/latex/einfuehrung/Letter.ist -%{_texdir}/texmf-dist/doc/latex/einfuehrung/LetterC.ist -%{_texdir}/texmf-dist/doc/latex/einfuehrung/LoadFonts.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/README -%{_texdir}/texmf-dist/doc/latex/einfuehrung/UTF8.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/VerbatimOut.xltx -%{_texdir}/texmf-dist/doc/latex/einfuehrung/beispiel.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/biblatex-examples.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspcalweekly.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspdvdcoll.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspfont.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/bsppstricks.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/data0.csv -%{_texdir}/texmf-dist/doc/latex/einfuehrung/data1T.csv -%{_texdir}/texmf-dist/doc/latex/einfuehrung/de-examples-dw.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo.ist -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo11.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo4.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo5.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo6.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo7.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/doc_data.txt -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaarticle.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaarticle2.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaartplain.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabeamer.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabook.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabook2.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exadante.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafoils.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafubeamer.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafupd.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examargin.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examemoir.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examinimal-mathsymbols.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examinimal.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examples-dw.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examples.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examplesA.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/examplesB.bib -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exapd.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaprosper.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exareport.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaseminar.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaslidenotes.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exasymbol.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaxetex.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/fontDemo-E.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/fontDemo.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/foo.lua -%{_texdir}/texmf-dist/doc/latex/einfuehrung/mpxerr.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleB.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleC.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleE.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleF.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleG.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleH.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleI.xdy -%{_texdir}/texmf-dist/doc/latex/einfuehrung/plainDemo.bst -%{_texdir}/texmf-dist/doc/latex/einfuehrung/preamble.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxa.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxabook.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxareport.cls -%{_texdir}/texmf-dist/doc/latex/einfuehrung/tab.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/tabelle1.tex -%{_texdir}/texmf-dist/doc/latex/einfuehrung/textdemo.sty - -%files fifinddo-info-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/LIESMICH.txt -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/README -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/SrcFILEs.txt -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/dante-mv45-lueck.pdf -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/dantev45.htm -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/mdoccorr.pdf -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-1180-clean.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-1180-com.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-com.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-exact-frame.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-exact-show.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-filltype-show.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-com.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-exact-frame.html -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-exact.html - -%files l2picfaq-doc -%defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/latex/l2picfaq/README -%{_texdir}/texmf-dist/doc/latex/l2picfaq/ctanlion.pdf -%{_texdir}/texmf-dist/doc/latex/l2picfaq/gfdl.tex -%{_texdir}/texmf-dist/doc/latex/l2picfaq/l2picfaq.pdf -%{_texdir}/texmf-dist/doc/latex/l2picfaq/l2picfaq.tex - -%files l2tabu-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu/CHANGES -%{_texdir}/texmf-dist/doc/latex/l2tabu/README -%{_texdir}/texmf-dist/doc/latex/l2tabu/l2tabu.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu/l2tabu.tex - -%files latex-bib-ex-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-01-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-01-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-06-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-15.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-10.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-24.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-25.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-26.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-20.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-24.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-05-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-05-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/05-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/README -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/UTF8.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/articles.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibA.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibB.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibtool.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibtool2.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/books.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/case.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/case2.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/crossref.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/crossref2.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/de-examples-dw.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo.lbx -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo10.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo11.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo2.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo3.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo4.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo4.bl2 -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo5.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo6.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo7.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo8.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo9.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/easy.bst -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examples-dw.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examples.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examplesA.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examplesB.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/klassiker.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/natbib.cfg -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/philosophy-examples.bib -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/plainDemo.bst -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/vanBib.bib - -%files latex-referenz-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-03-1.xltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-04-1.lux -%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-04-2.lux -%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-1.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/04-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-8.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-02-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-16.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-referenz/README - -%files latex-tabellen-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-1.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-1.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-10.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-8.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-9.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-12-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-12-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-17-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-19-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-19-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-20-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-20-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-21-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-21-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-23-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-25-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-25-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-27-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-29-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-29-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-3.ltxb -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-10.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-11.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-12.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-13.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-14.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-15.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-02-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-02-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-5.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-7.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-8.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-9.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-04-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-04-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-1.ltxE -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-2.ltxE -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-3.ltxE -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-10.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-11.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-12.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-13.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-14.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-15.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-16.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-17.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-18.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-19.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-21.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-22.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-23.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-24.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-25.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-26.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-27.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-28.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-29.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-30.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-31.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-32.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-33.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-34.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-35.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-36.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-37.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-38.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-39.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-4.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-40.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-41.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-42.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-43.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-44.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-45.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-46.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-5.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-6.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-7.ltxps -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-8.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-9.ltx -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/07-03-1.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/07-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/README - -%files lshort-german-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/lshort-german/CHANGES -%{_texdir}/texmf-dist/doc/latex/lshort-german/README.l2kurz -%{_texdir}/texmf-dist/doc/latex/lshort-german/allgemeines.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/anhang.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/bilder.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/eingabefile.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/einleitung.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/fontspec.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-german/fontspecbeispiel.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/l2ksym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.bib -%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/latexmkrc -%{_texdir}/texmf-dist/doc/latex/lshort-german/mathematik.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/ozean.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-german/ozean.svg -%{_texdir}/texmf-dist/doc/latex/lshort-german/schriften.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/seitenaufbau.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/spezialitaeten.tex -%{_texdir}/texmf-dist/doc/latex/lshort-german/textsatz.tex - -%files presentations-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-2.ltx2ps -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-3.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-4.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-5.ltx2ps -%{_texdir}/texmf-dist/doc/latex/presentations/01-01-6.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations/01-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-03-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-04-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-04-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-04-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/01-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/01-05-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/02-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-01-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-01-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-02-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-03-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-03-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-03-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-03-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-04-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-05-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-06-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-06-2.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations/02-07-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-08-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-09-1.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-10-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-11-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-12-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-12-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-13-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-13-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-13-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-10.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-11.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-12.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-13.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-14.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-15.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-16.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-17.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-18.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/02-14-9.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/03-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/03-02-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/03-03-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/03-03-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/03-03-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/04-01-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-01-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-01-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-01-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-03-2.ltx2 -%{_texdir}/texmf-dist/doc/latex/presentations/04-04-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-05-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-10.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-11.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-4.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-6.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-7.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-8.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-06-9.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-07-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-08-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-09-1.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations/04-11-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-11-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-11-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-12-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-12-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-13-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-13-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-14-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-15-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-15-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-16-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-16-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-16-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-17-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-18-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-18-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-19-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-19-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-20-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-20-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-20-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-20-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-20-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-21-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-21-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-21-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-21-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-22-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-22-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-22-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-23-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-23-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-24-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-24-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-10.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-11.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-12.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-13.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-14.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-15.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-16.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-17.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-18.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-19.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-20.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-21.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-22.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-23.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-24.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-25.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-26.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-27.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-28.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-29.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-30.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-31.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-32.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-33.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-34.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-35.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-36.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-37.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-6.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-7.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-8.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-25-9.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-10.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-11.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-12.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-13.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-14.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-15.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-16.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-17.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-18.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-19.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-20.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-21.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-22.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-23.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-24.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-25.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-26.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-27.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-28.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-29.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-3.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-30.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-31.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-32.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-33.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-34.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-35.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-36.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-37.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-5.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-6.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-7.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-8.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/04-26-9.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/05-00-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/05-01-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/05-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/05-03-1.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/05-03-2.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-02-1.ltxps -%{_texdir}/texmf-dist/doc/latex/presentations/06-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/06-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/07-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/presentations/07-03-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/presentations/07-03-4.ltxb -%{_texdir}/texmf-dist/doc/latex/presentations/07-05-1.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations/07-05-2.ltxbps -%{_texdir}/texmf-dist/doc/latex/presentations/README -%{_texdir}/texmf-dist/doc/latex/presentations/Textdemo.tex -%{_texdir}/texmf-dist/doc/latex/presentations/beamer-demo.tex -%{_texdir}/texmf-dist/doc/latex/presentations/beamer-demo2.tex -%{_texdir}/texmf-dist/doc/latex/presentations/pd-demo-default.tex -%{_texdir}/texmf-dist/doc/latex/presentations/pd-demo.tex -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FULogo.png -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FULuft.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FUbib.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FUlogo.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/TU.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/TeX.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer0.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer1.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer2.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavbar.png -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavsymbols.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavsymbols.tex -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/fu-berlin-air.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/fu-berlin.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/geo.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/ligaturen.png -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.png -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.tex -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/silberlaube.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/silberlaube2.jpg -%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/zedat.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo2.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogoRGB.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo_RGB.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FUbib.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/fuBIB10.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/fuBIB10.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/logofbbw.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/silberlaube.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/silberlaube2.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/wieesgeht.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/zedat2.eps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/Tore3d.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/mp.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/mpgraph.mps -%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/pst.pdf -%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/tex.png - -%files pstricks-examples-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/00-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/01-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-09-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-00-1.ltxEps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-01-1.ltxEps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-83.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-84.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-85.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-86.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-87.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-88.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-89.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-90.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-91.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-92.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-93.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-94.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-95.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-96.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-97.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-1.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-2.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-24.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-25.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-26.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-27.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-28.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-3.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-30.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-31.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-32.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-33.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-34.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-35.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-36.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-37.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-38.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-39.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-4.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-40.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-44.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-45.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-46.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-47.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-48.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-49.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-5.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-50.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-51.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-52.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-53.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-54.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-55.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-56.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-57.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-58.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-59.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-6.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-60.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-61.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-62.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-63.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-64.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-65.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-66.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-67.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-68.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-69.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-7.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-70.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-71.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-72.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-73.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-74.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-8.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-9.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-7.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-8.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-9.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-28.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-10.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-11.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-12.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-13.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-14.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-15.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-16.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-17.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-18.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-19.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-20.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-21.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-22.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-24.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-25.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-9.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-7.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-8.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-9.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-10.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-11.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-12.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-13.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-14.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-15.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-16.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-17.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-18.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-19.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-20.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-21.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-22.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-23.inl -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-1.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-10.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-11.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-12.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-13.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-14.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-15.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-16.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-17.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-18.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-19.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-2.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-20.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-21.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-22.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-24.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-25.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-3.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-4.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-5.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-6.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-7.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-8.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-9.ltxpd -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-1.ltxb -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-2.ltxbps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-3.ltxbps -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-10.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-100.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-101.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-102.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-103.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-104.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-105.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-106.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-107.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-108.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-109.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-11.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-110.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-111.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-112.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-113.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-114.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-115.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-116.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-117.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-118.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-119.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-12.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-120.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-121.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-122.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-123.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-124.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-125.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-126.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-13.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-14.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-15.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-16.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-17.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-18.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-19.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-21.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-22.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-23.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-24.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-25.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-26.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-27.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-28.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-29.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-30.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-31.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-32.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-33.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-34.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-35.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-36.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-37.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-38.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-39.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-4.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-40.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-41.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-42.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-43.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-44.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-45.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-46.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-47.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-48.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-49.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-5.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-50.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-51.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-52.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-53.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-54.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-55.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-56.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-57.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-58.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-59.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-6.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-60.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-61.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-62.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-63.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-64.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-65.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-66.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-67.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-68.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-69.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-7.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-70.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-71.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-72.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-73.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-74.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-75.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-76.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-77.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-78.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-79.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-8.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-80.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-81.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-82.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-83.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-84.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-85.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-86.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-87.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-88.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-89.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-9.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-90.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-91.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-92.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-93.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-94.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-95.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-96.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-97.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-98.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-99.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/B-04-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/B-04-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-01-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-02-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-03-1.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-03-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-01-1.xltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-03-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-03-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-04-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-04-2.ltx2crop -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-1.ltx2crop -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-2.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-3.ltx -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/DEexa.sty -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/README -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/beispiel.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspcalweekly.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspdvdcoll.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspfont.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bsppstricks.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaarticle.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaarticle2.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaartplain.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exabeamer.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exabook.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafoils.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafubeamer.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafupd.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/examargin.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/examinimal.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exapd.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaprosper.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exareport.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaseminar.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaslidenotes.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exasymbol.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaxetex.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxa.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxabook.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxareport.cls -%{_texdir}/texmf-dist/doc/latex/pstricks-examples/textdemo.sty +Requires: tex(xkeyval.sty) +Provides: tex(boondox.map) = %{tl_version} +Provides: tex(BOONDOX-b-cal.tfm) = %{tl_version} +Provides: tex(BOONDOX-b-calo.tfm) = %{tl_version} +Provides: tex(BOONDOX-b-ds.tfm) = %{tl_version} +Provides: tex(BOONDOX-b-frak.tfm) = %{tl_version} +Provides: tex(BOONDOX-r-cal.tfm) = %{tl_version} +Provides: tex(BOONDOX-r-calo.tfm) = %{tl_version} +Provides: tex(BOONDOX-r-ds.tfm) = %{tl_version} +Provides: tex(BOONDOX-r-frak.tfm) = %{tl_version} +Provides: tex(zxxbf7z.tfm) = %{tl_version} +Provides: tex(zxxbf8a.tfm) = %{tl_version} +Provides: tex(zxxbl7z.tfm) = %{tl_version} +Provides: tex(zxxbl8a.tfm) = %{tl_version} +Provides: tex(zxxbow7z.tfm) = %{tl_version} +Provides: tex(zxxbw7z.tfm) = %{tl_version} +Provides: tex(zxxbw8a.tfm) = %{tl_version} +Provides: tex(zxxrf7z.tfm) = %{tl_version} +Provides: tex(zxxrf8a.tfm) = %{tl_version} +Provides: tex(zxxrl7z.tfm) = %{tl_version} +Provides: tex(zxxrl8a.tfm) = %{tl_version} +Provides: tex(zxxrow7z.tfm) = %{tl_version} +Provides: tex(zxxrw7z.tfm) = %{tl_version} +Provides: tex(zxxrw8a.tfm) = %{tl_version} +Provides: tex(zxxbf8a.pfb) = %{tl_version} +Provides: tex(zxxbl8a.pfb) = %{tl_version} +Provides: tex(zxxbw8a.pfb) = %{tl_version} +Provides: tex(zxxrf8a.pfb) = %{tl_version} +Provides: tex(zxxrl8a.pfb) = %{tl_version} +Provides: tex(zxxrw8a.pfb) = %{tl_version} +Provides: tex(BOONDOX-b-cal.vf) = %{tl_version} +Provides: tex(BOONDOX-b-calo.vf) = %{tl_version} +Provides: tex(BOONDOX-b-ds.vf) = %{tl_version} +Provides: tex(BOONDOX-b-frak.vf) = %{tl_version} +Provides: tex(BOONDOX-r-cal.vf) = %{tl_version} +Provides: tex(BOONDOX-r-calo.vf) = %{tl_version} +Provides: tex(BOONDOX-r-ds.vf) = %{tl_version} +Provides: tex(BOONDOX-r-frak.vf) = %{tl_version} +Provides: tex(BOONDOX-cal.sty) = %{tl_version} +Provides: tex(BOONDOX-calo.sty) = %{tl_version} +Provides: tex(BOONDOX-ds.sty) = %{tl_version} +Provides: tex(BOONDOX-frak.sty) = %{tl_version} +Provides: tex(uboondox-cal.fd) = %{tl_version} +Provides: tex(uboondox-calo.fd) = %{tl_version} +Provides: tex(uboondox-ds.fd) = %{tl_version} +Provides: tex(uboondox-frak.fd) = %{tl_version} + +%description boondox +The package contains a number of PostScript fonts derived from +the STIX OpenType fonts, that may be used in maths mode in +regular and bold weights for calligraphic, fraktur and double- +struck alphabets. Virtual fonts with metrics suitable for maths +mode are provided, as are LaTeX support files. + +date: 2011-05-04 08:36:11 +0200 + +%post boondox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map boondox.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map boondox.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun boondox +if [ $1 == 0 ] ; then +sed -i '/^Map boondox.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans boondox +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package boondox-doc +Summary: Documentation for boondox +Version: svn22313.1.0 +Release: %{tl_noarch_release} +Provides: tex-boondox-doc +BuildArch: noarch +AutoReqProv: No + +%description boondox-doc +Documentation for boondox + +%package bophook +Provides: tex-bophook = %{tl_version} +License: LPPL +Summary: Provides an At-Begin-Page hook +Version: svn17062.0.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bophook.sty) = %{tl_version} + +%description bophook +Using the \AtBeginPage hook, you can add material in the +background of a page. \PageLayout can be used to give page +makeup commands to be executed on every page (e.g., depend on +the page style). + +date: 2006-12-31 16:08:10 +0100 + +%post bophook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bophook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bophook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bophook-doc +Summary: Documentation for bophook +Version: svn17062.0.02 +Release: %{tl_noarch_release} +Provides: tex-bophook-doc +BuildArch: noarch +AutoReqProv: No + +%description bophook-doc +Documentation for bophook + +%package bosisio +Provides: tex-bosisio = %{tl_version} +License: LPPL +Summary: A collection of packages by Francesco Bosisio +Version: svn16989.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(graphics.sty) +Requires: tex(subfigure.sty) +Requires: tex(float.sty) +Provides: tex(accenti.sty) = %{tl_version} +Provides: tex(dblfont.sty) = %{tl_version} +Provides: tex(envmath.sty) = %{tl_version} +Provides: tex(evenpage.sty) = %{tl_version} +Provides: tex(graphfig.sty) = %{tl_version} +Provides: tex(mathcmd.sty) = %{tl_version} +Provides: tex(quotes.sty) = %{tl_version} +Provides: tex(sobolev.sty) = %{tl_version} + +%description bosisio +A collection of packages containing: accenti dblfont; envmath; +evenpage; graphfig; mathcmd; quotes; and sobolev. + +date: 2010-02-10 21:47:34 +0100 + +%post bosisio +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bosisio +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bosisio +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bosisio-doc +Summary: Documentation for bosisio +Version: svn16989.0 +Release: %{tl_noarch_release} +Provides: tex-bosisio-doc +BuildArch: noarch +AutoReqProv: No + +%description bosisio-doc +Documentation for bosisio + +%package boxedminipage +Provides: tex-boxedminipage = %{tl_version} +License: Public Domain +Summary: A package for producing framed minipages +Version: svn17087.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(boxedminipage.sty) = %{tl_version} + +%description boxedminipage +LaTeX package which defines the boxedminipage environment -- +like minipage, but with a frame around it. + +date: 2010-02-23 16:09:16 +0100 + +%post boxedminipage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun boxedminipage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boxedminipage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package boxedminipage-doc +Summary: Documentation for boxedminipage +Version: svn17087.0 +Release: %{tl_noarch_release} +Provides: tex-boxedminipage-doc +BuildArch: noarch +AutoReqProv: No + +%description boxedminipage-doc +Documentation for boxedminipage + +%package boxhandler +Provides: tex-boxhandler = %{tl_version} +License: LPPL +Summary: Flexible Captioning and Deferred Box/List Printing +Version: svn28031.1.30 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(boxhandler.sty) = %{tl_version} + +%description boxhandler +The package allows the user to optimise presentation of LaTeX +tables and figures. Boxhandler will lay out table and figure +captions with a variety of stylistic apperances, and will also +allow figures and tables to be "wrapped" in a manner consistent +with many business and government documents. For a document +that might appear in different venues with different +formatting, boxhandler permits the creation of a LaTeX source +document that can, with a single-line change in the source +code, produce an output that has very different layout from the +baseline configuration, not only in terms of caption style, but +more importantly in terms of the locations where figures, +tables and lists appear (or not) in the document. Deferral +routines also allow one to keep all figure and table data in a +separate source file, while nonetheless producing a document +with figures and tables appearing in the desired location. + +date: 2012-10-18 23:00:43 +0200 + +%post boxhandler +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun boxhandler +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boxhandler +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package boxhandler-doc +Summary: Documentation for boxhandler +Version: svn28031.1.30 +Release: %{tl_noarch_release} +Provides: tex-boxhandler-doc +BuildArch: noarch +AutoReqProv: No + +%description boxhandler-doc +Documentation for boxhandler + +%package bpchem +Provides: tex-bpchem = %{tl_version} +License: LPPL +Summary: Typeset chemical names, formulae, etc +Version: svn15878.v1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(lgrenc.def) +Provides: tex(bpchem.sty) = %{tl_version} + +%description bpchem +The package provides support for typesetting simple chemical +formulae, those long IUPAC compound names, and some chemical +idioms. It also supports the labelling of compounds and +reference to labelled compounds. + +date: 2006-12-01 14:16:52 +0100 + +%post bpchem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bpchem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bpchem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bpchem-doc +Summary: Documentation for bpchem +Version: svn15878.v1.06 +Release: %{tl_noarch_release} +Provides: tex-bpchem-doc +BuildArch: noarch +AutoReqProv: No + +%description bpchem-doc +Documentation for bpchem + +%package bpolynomial +Provides: tex-bpolynomial = %{tl_version} +License: LPPL +Summary: Drawing polynomial functions of up to order 3 +Version: svn15878.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description bpolynomial +This MetaPost package helps plotting polynomial and root +functions up to order three. The package provides macros to +calculate Bezier curves exactly matching a given constant, +linear, quadratic or cubic polynomial, or square or cubic root +function. In addition, tangents on all functions and +derivatives of polynomials can be calculated. + +date: 2008-08-17 01:00:50 +0200 + +%post bpolynomial +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bpolynomial +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bpolynomial +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bpolynomial-doc +Summary: Documentation for bpolynomial +Version: svn15878.0.5 +Release: %{tl_noarch_release} +Provides: tex-bpolynomial-doc +BuildArch: noarch +AutoReqProv: No + +%description bpolynomial-doc +Documentation for bpolynomial + +%package bracketkey +Provides: tex-bracketkey = %{tl_version} +License: LPPL 1.3 +Summary: Produce bracketed identification keys +Version: svn17129.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bracketkey.sty) = %{tl_version} + +%description bracketkey +The package provides an environment bracketkey for use when +producing lists of species. + +date: 2010-02-19 21:33:30 +0100 + +%post bracketkey +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bracketkey +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bracketkey +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bracketkey-doc +Summary: Documentation for bracketkey +Version: svn17129.1.0 +Release: %{tl_noarch_release} +Provides: tex-bracketkey-doc +BuildArch: noarch +AutoReqProv: No + +%description bracketkey-doc +Documentation for bracketkey + +%package braids +Provides: tex-braids = %{tl_version} +License: LPPL 1.3 +Summary: Draw braid diagrams with PGF/TikZ +Version: svn23790.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(braids.sty) = %{tl_version} + +%description braids +The package enables drawing of braid diagrams with PGF/TikZ +using a simple syntax. The braid itself is specified by giving +a word in the braid group, and there are many options for +styling the strands and for drawing "floors". + +date: 2011-08-30 13:04:52 +0200 + +%post braids +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun braids +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braids +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package braids-doc +Summary: Documentation for braids +Version: svn23790.1.0 +Release: %{tl_noarch_release} +Provides: tex-braids-doc +BuildArch: noarch +AutoReqProv: No + +%description braids-doc +Documentation for braids + +%package braille +Provides: tex-braille = %{tl_version} +License: LPPL +Summary: Support for braille +Version: svn20655.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(braille.sty) = %{tl_version} + +%description braille +This package allows the user to produce Braille documents on +paper for the blind without knowing Braille (which can take +years to learn). Python scripts grade1.py and grade2.py convert +ordinary text to grade 1 and 2 braille tags; then, the LaTeX +package braille.sty takes the tags and prints out corresponding +braille symbols. + +date: 2010-02-20 15:53:07 +0100 + +%post braille +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun braille +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braille +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package braille-doc +Summary: Documentation for braille +Version: svn20655.0 +Release: %{tl_noarch_release} +Provides: tex-braille-doc +BuildArch: noarch +AutoReqProv: No + +%description braille-doc +Documentation for braille + +%package braket +Provides: tex-braket = %{tl_version} +License: Public Domain +Summary: Dirac bra-ket and set notations +Version: svn17127.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(braket.sty) = %{tl_version} + +%description braket +Provides macros to typeset bra-ket notation, as well as set +specifiers, with a single ("|") or a double ("||" or ("\|") +vertical bar specifier in between two bracketed parts. Each +macro comes in a fixed-size version and an expanding version. +If the package finds itself operating under e-tex, it uses the +extended primitive \middle for more reliable results + +date: 2010-02-23 16:09:16 +0100 + +%post braket +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun braket +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braket +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package braket-doc +Summary: Documentation for braket +Version: svn17127.0 +Release: %{tl_noarch_release} +Provides: tex-braket-doc +BuildArch: noarch +AutoReqProv: No + +%description braket-doc +Documentation for braket + +%package breakurl +Provides: tex-breakurl = %{tl_version} +License: LPPL +Summary: Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf +Version: svn29901.1.40 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(ifpdf.sty) +Provides: tex(breakurl.sty) = %{tl_version} + +%description breakurl +This package provides a command much like hyperref's \url that +typesets a URL using a typewriter-like font. However, if the +dvips driver is being used, the original \url doesn't allow +line breaks in the middle of the created link: the link comes +in one atomic piece. This package allows such line breaks in +the generated links. + +date: 2013-04-12 10:31:24 +0200 + +%post breakurl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun breakurl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans breakurl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package breakurl-doc +Summary: Documentation for breakurl +Version: svn29901.1.40 +Release: %{tl_noarch_release} +Provides: tex-breakurl-doc +BuildArch: noarch +AutoReqProv: No + +%description breakurl-doc +Documentation for breakurl + +%package bropd +Provides: tex-bropd = %{tl_version} +License: LPPL 1.3 +Summary: Simplified brackets and differentials in LaTeX +Version: svn28222.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bropd.sty) = %{tl_version} + +%description bropd +The package simplifies the process of writing differential +operators and brackets in LaTeX. The commands facilitate the +easy manipulation of equations involving brackets and allow +partial differentials to be expressed in an alternate form. + +date: 2012-11-09 11:55:25 +0100 + +%post bropd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bropd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bropd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bropd-doc +Summary: Documentation for bropd +Version: svn28222.1.1 +Release: %{tl_noarch_release} +Provides: tex-bropd-doc +BuildArch: noarch +AutoReqProv: No + +%description bropd-doc +Documentation for bropd + +%package brushscr +Provides: tex-brushscr = %{tl_version} +License: Public Domain +Summary: A handwriting script font +Version: svn28363.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(pbsi.map) = %{tl_version} +Provides: tex(pbsi.tfm) = %{tl_version} +Provides: tex(pbsi8r.tfm) = %{tl_version} +Provides: tex(pbsi8t.tfm) = %{tl_version} +Provides: tex(BrushScriptX-Italic.pfa) = %{tl_version} +Provides: tex(pbsi8t.vf) = %{tl_version} +Provides: tex(pbsi.sty) = %{tl_version} +Provides: tex(t1pbsi.fd) = %{tl_version} + +%description brushscr +The BrushScript font simulates hand-written characters; it is +distributed in Adobe Type 1 format (but is available in italic +shape only). The package includes the files needed by LaTeX in +order to use that font. The file AAA_readme.tex fully describes +the package and sample.tex illustrates its use. + +date: 2012-10-18 12:56:21 +0200 + +%post brushscr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map pbsi.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map pbsi.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun brushscr +if [ $1 == 0 ] ; then +sed -i '/^Map pbsi.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans brushscr +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package brushscr-doc +Summary: Documentation for brushscr +Version: svn28363.0 +Release: %{tl_noarch_release} +Provides: tex-brushscr-doc +BuildArch: noarch +AutoReqProv: No + +%description brushscr-doc +Documentation for brushscr + +%package bullcntr +Provides: tex-bullcntr = %{tl_version} +License: LPPL +Summary: Display list item counter as regular pattern of bullets +Version: svn15878.0.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bullcntr.sty) = %{tl_version} +Provides: tex(bullenum.sty) = %{tl_version} + +%description bullcntr +The bullcntr package defines the command bullcntr, which can be +thought of as an analogue of the \fnsymbol command: like the +latter, it displays the value of a counter lying between 1 and +9, but uses, for the purpose, a regular pattern of bullets. + +date: 2008-08-17 01:00:50 +0200 + +%post bullcntr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bullcntr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bullcntr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bullcntr-doc +Summary: Documentation for bullcntr +Version: svn15878.0.04 +Release: %{tl_noarch_release} +Provides: tex-bullcntr-doc +BuildArch: noarch +AutoReqProv: No + +%description bullcntr-doc +Documentation for bullcntr + +%package bundledoc +Provides: tex-bundledoc = %{tl_version} +License: LPPL +Summary: Bundle together all the files needed to build a LaTeX document +Version: svn29752.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-bundledoc-bin +Provides: tex(miktex.cfg) = %{tl_version} +Provides: tex(texlive-unix.cfg) = %{tl_version} + +%description bundledoc +The bundledoc package is a post-processor for the snapshot +package that bundles together all the classes, packages and +files needed to build a given LaTeX document. It reads the .dep +file that snapshot produces, finds each of the files mentioned +therein, and archives them into a single .tar.gz (or .zip, or +whatever) file, suitable for moving across systems, +transmitting to a colleague, etc. A script, arlatex, provides +an alternative "archiving" mechanism, creating a single LaTeX +file that contains all of the ancillary files of a LaTeX +document, together with the document itself, using the +filecontents* environment. + +date: 2012-01-12 19:29:56 +0100 + +%post bundledoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bundledoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bundledoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bundledoc-doc +Summary: Documentation for bundledoc +Version: svn29752.3.1 +Release: %{tl_noarch_release} +Provides: tex-bundledoc-doc +BuildArch: noarch +AutoReqProv: No + +%description bundledoc-doc +Documentation for bundledoc + +%package bundledoc-bin +Summary: Binaries for bundledoc +Version: svn17794.0 +Requires: texlive-base +Requires: tex-bundledoc +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description bundledoc-bin +Binaries for bundledoc + +%package burmese +Provides: tex-burmese = %{tl_version} +License: LPPL +Summary: Basic Support for Writing Burmese +Version: svn25185.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(relsize.sty) +Provides: tex(burmese.map) = %{tl_version} +Provides: tex(burm.tfm) = %{tl_version} +Provides: tex(burm.pfb) = %{tl_version} +Provides: tex(birm.sty) = %{tl_version} +Provides: tex(ubirm.fd) = %{tl_version} + +%description burmese +This package provides basic support for writing Burmese. The +package provides a preprocessor (written in Perl), an Adobe +Type 1 font, and LaTeX macros. + +date: 2006-12-21 23:43:15 +0100 + +%post burmese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map burmese.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map burmese.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun burmese +if [ $1 == 0 ] ; then +sed -i '/^Map burmese.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans burmese +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package burmese-doc +Summary: Documentation for burmese +Version: svn25185.0 +Release: %{tl_noarch_release} +Provides: tex-burmese-doc +BuildArch: noarch +AutoReqProv: No + +%description burmese-doc +Documentation for burmese + +%package bussproofs +Provides: tex-bussproofs = %{tl_version} +License: LPPL 1.3 +Summary: Proof trees in the style of the sequent calculus +Version: svn27488.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bussproofs.sty) = %{tl_version} + +%description bussproofs +The package allows the construction of proof trees in the style +of the sequent calculus and many other proof systems. One novel +feature of the macros is they support the horizontal alignment +according to some centre point specified with the command +\fCenter. This is the style often used in sequent calculus +proofs. The package works in a Plain TeX document, as well as +in LaTeX; an exposition of the commands available is given in +the package file itself. + +date: 2012-08-21 20:18:04 +0200 + +%post bussproofs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bussproofs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bussproofs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bussproofs-doc +Summary: Documentation for bussproofs +Version: svn27488.1.1 +Release: %{tl_noarch_release} +Provides: tex-bussproofs-doc +BuildArch: noarch +AutoReqProv: No + +%description bussproofs-doc +Documentation for bussproofs + +%package bxbase +Provides: tex-bxbase = %{tl_version} +License: Freely redistributable without restriction +Summary: BX bundle base components +Version: svn28825.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Provides: tex(bxbase.def) = %{tl_version} +Provides: tex(bxbase.sty) = %{tl_version} +Provides: tex(bxucs.sty) = %{tl_version} +Provides: tex(bxutf8.def) = %{tl_version} +Provides: tex(bxutf8x.def) = %{tl_version} +Provides: tex(zxbase.sty) = %{tl_version} + +%description bxbase +bxbase package + +date: 2013-01-13 12:34:17 +0100 + +%post bxbase +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bxbase +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxbase +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bxbase-doc +Summary: Documentation for bxbase +Version: svn28825.0.5 +Release: %{tl_noarch_release} +Provides: tex-bxbase-doc +BuildArch: noarch +AutoReqProv: No + +%description bxbase-doc +Documentation for bxbase + +%package bxdpx-beamer +Provides: tex-bxdpx-beamer = %{tl_version} +License: Freely redistributable without restriction +Summary: Dvipdfmx extras for use with beamer +Version: svn30220.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bxdpx-beamer.sty) = %{tl_version} + +%description bxdpx-beamer +The package is a driver to support beamer Navigation symbols +and \framezoomed regions when using dvipdfmx as PDF generator +(e.g., as part of e-pTeX). The package does not define any +'user' commands. + +date: 2013-05-03 01:03:17 +0200 + +%post bxdpx-beamer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bxdpx-beamer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxdpx-beamer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bxdpx-beamer-doc +Summary: Documentation for bxdpx-beamer +Version: svn30220.0.2 +Release: %{tl_noarch_release} +Provides: tex-bxdpx-beamer-doc +BuildArch: noarch +AutoReqProv: No + +%description bxdpx-beamer-doc +Documentation for bxdpx-beamer + +%package bxeepic +Provides: tex-bxeepic = %{tl_version} +License: Freely redistributable without restriction +Summary: Eepic facilities using pict2e +Version: svn30559.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pict2e.sty) +Provides: tex(bxdpxp2e.def) = %{tl_version} +Provides: tex(bxeepic.sty) = %{tl_version} + +%description bxeepic +The package provides an eepic driver to use pict2e facilities. + +date: 2013-05-18 23:56:07 +0200 + +%post bxeepic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bxeepic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxeepic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bxeepic-doc +Summary: Documentation for bxeepic +Version: svn30559.0.2 +Release: %{tl_noarch_release} +Provides: tex-bxeepic-doc +BuildArch: noarch +AutoReqProv: No + +%description bxeepic-doc +Documentation for bxeepic + +%package bxjscls +Provides: tex-bxjscls = %{tl_version} +License: Freely redistributable without restriction +Summary: Document classes based on jsclasses +Version: svn28901.0.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Requires: tex(geometry.sty) +Provides: tex(bxjsarticle.cls) = %{tl_version} +Provides: tex(bxjsptex.def) = %{tl_version} +Provides: tex(bxjsreport.cls) = %{tl_version} + +%description bxjscls +Provides classes, based on jsclasses. + +date: 2012-12-21 17:28:17 +0100 + +%post bxjscls +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bxjscls +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxjscls +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bxjscls-doc +Summary: Documentation for bxjscls +Version: svn28901.0.3a +Release: %{tl_noarch_release} +Provides: tex-bxjscls-doc +BuildArch: noarch +AutoReqProv: No + +%description bxjscls-doc +Documentation for bxjscls + +%package bytefield +Provides: tex-bytefield = %{tl_version} +License: LPPL +Summary: Create illustrations for network protocol specifications +Version: svn27580.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Provides: tex(bytefield.sty) = %{tl_version} +Provides: tetex-bytefield = %{tl_version} +Obsoletes: tetex-bytefield < %{tl_version} + +%description bytefield +The bytefield package helps the user create illustrations for +network protocol specifications and anything else that utilizes +fields of data. These illustrations show how the bits and bytes +are laid out in a packet or in memory. Users should note that +the present version 2.0 offers a different (and incompatible) +user interface from earlier versions. + +date: 2012-05-24 17:58:39 +0200 + +%post bytefield +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bytefield +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bytefield +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package bytefield-doc +Summary: Documentation for bytefield +Version: svn27580.2.1 +Release: %{tl_noarch_release} +Provides: tex-bytefield-doc +BuildArch: noarch +AutoReqProv: No + +%description bytefield-doc +Documentation for bytefield + +%package b1encoding +Provides: tex-b1encoding = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX encoding tools for Bookhands fonts +Version: svn21271.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(TeXB1.enc) = %{tl_version} +Provides: tex(b1cmr.fd) = %{tl_version} +Provides: tex(b1enc.def) = %{tl_version} + +%description b1encoding +This package characterises and defines the author's B1 encoding +for use with LaTeX when typesetting things using his Bookhands +fonts. + +date: 2011-02-01 08:52:21 +0100 + +%post b1encoding +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun b1encoding +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans b1encoding +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package b1encoding-doc +Summary: Documentation for b1encoding +Version: svn21271.1.0 +Release: %{tl_noarch_release} +Provides: tex-b1encoding-doc +BuildArch: noarch +AutoReqProv: No + +%description b1encoding-doc +Documentation for b1encoding + +%package cabin +Provides: tex-cabin = %{tl_version} +License: OFSFLD +Summary: A humanist Sans Serif font, with LaTeX support +Version: svn28942.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(xkeyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontspec.sty) +Requires: tex(fontenc.sty) +Requires: tex(fontaxes.sty) +Provides: tex(cbn_6vzwvh.enc) = %{tl_version} +Provides: tex(cbn_7kg2sc.enc) = %{tl_version} +Provides: tex(cbn_aojlca.enc) = %{tl_version} +Provides: tex(cbn_cgvdav.enc) = %{tl_version} +Provides: tex(cbn_dh6h6g.enc) = %{tl_version} +Provides: tex(cbn_eeshah.enc) = %{tl_version} +Provides: tex(cbn_gi6ftn.enc) = %{tl_version} +Provides: tex(cbn_gipwm5.enc) = %{tl_version} +Provides: tex(cbn_hvmmj2.enc) = %{tl_version} +Provides: tex(cbn_j5omty.enc) = %{tl_version} +Provides: tex(cbn_jxvnp4.enc) = %{tl_version} +Provides: tex(cbn_mzrldx.enc) = %{tl_version} +Provides: tex(cbn_x3x2zv.enc) = %{tl_version} +Provides: tex(cbn_xtln4x.enc) = %{tl_version} +Provides: tex(cbn_xvjm53.enc) = %{tl_version} +Provides: tex(cbn_zljgjy.enc) = %{tl_version} +Provides: tex(cabin.map) = %{tl_version} +Provides: tex(Cabin-Bold.otf) = %{tl_version} +Provides: tex(Cabin-BoldItalic.otf) = %{tl_version} +Provides: tex(Cabin-Medium.otf) = %{tl_version} +Provides: tex(Cabin-MediumItalic.otf) = %{tl_version} +Provides: tex(Cabin-Regular.otf) = %{tl_version} +Provides: tex(Cabin-RegularItalic.otf) = %{tl_version} +Provides: tex(Cabin-SemiBold.otf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic.otf) = %{tl_version} +Provides: tex(CabinCondensed-Bold.otf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic.otf) = %{tl_version} +Provides: tex(CabinCondensed-Medium.otf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic.otf) = %{tl_version} +Provides: tex(CabinCondensed-Regular.otf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic.otf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold.otf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic.otf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Cabin-Bold.pfb) = %{tl_version} +Provides: tex(Cabin-BoldItalic.pfb) = %{tl_version} +Provides: tex(Cabin-Italic.pfb) = %{tl_version} +Provides: tex(Cabin-Medium.pfb) = %{tl_version} +Provides: tex(Cabin-MediumItalic.pfb) = %{tl_version} +Provides: tex(Cabin-Regular.pfb) = %{tl_version} +Provides: tex(Cabin-SemiBold.pfb) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic.pfb) = %{tl_version} +Provides: tex(CabinCondensed-Bold.pfb) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic.pfb) = %{tl_version} +Provides: tex(CabinCondensed-Medium.pfb) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic.pfb) = %{tl_version} +Provides: tex(CabinCondensed-Regular.pfb) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic.pfb) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold.pfb) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic.pfb) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-Medium-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-MediumItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(Cabin-SemiBoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Medium-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-MediumItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-RegularItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(CabinCondensed-SemiBoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(LY1Cabin-TLF.fd) = %{tl_version} +Provides: tex(LY1CabinCondensed-TLF.fd) = %{tl_version} +Provides: tex(OT1Cabin-TLF.fd) = %{tl_version} +Provides: tex(OT1CabinCondensed-TLF.fd) = %{tl_version} +Provides: tex(T1Cabin-TLF.fd) = %{tl_version} +Provides: tex(T1CabinCondensed-TLF.fd) = %{tl_version} +Provides: tex(TS1Cabin-TLF.fd) = %{tl_version} +Provides: tex(TS1CabinCondensed-TLF.fd) = %{tl_version} +Provides: tex(cabin.sty) = %{tl_version} + +%description cabin +Cabin is a humanist sans with four weights and true italics and +small capitals. According to the designer, Pablo Impallari, +Cabin was inspired by Edward Johnston's and Eric Gill's +typefaces, with a touch of modernism. Cabin incorporates modern +proportions, optical adjustments, and some elements of the +geometric sans. cabin.sty supports LaTeX, pdfLaTeX, xeLaTeX and +luaLaTeX. An sfdefault option is provided to enable Cabin as +the default text font. The fontaxes package is required for use +with [pdf]LaTeX. + +date: 2013-01-25 11:29:15 +0100 + +%post cabin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cabin.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cabin.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cabin +if [ $1 == 0 ] ; then +sed -i '/^Map cabin.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cabin +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cabin-doc +Summary: Documentation for cabin +Version: svn28942.0 +Release: %{tl_noarch_release} +Provides: tex-cabin-doc +BuildArch: noarch +AutoReqProv: No + +%description cabin-doc +Documentation for cabin + +%package cachepic +Provides: tex-cachepic = %{tl_version} +License: LPPL 1.3 +Summary: Convert document fragments into graphics +Version: svn26313.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-cachepic-bin +Requires: tex(graphicx.sty) +Requires: tex(verbatim.sty) +Provides: tex(cachepic.sty) = %{tl_version} +Provides: tex(prcachepic.def) = %{tl_version} + +%description cachepic +The bundle simplifies and automates conversion of document +fragments into external EPS or PDF files. The bundle consists +of two parts: a LaTeX package that implements a document level +interface, and a command line tool (written in lua) that +generates the external graphics. + +date: 2012-04-29 18:30:38 +0200 + +%post cachepic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cachepic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cachepic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cachepic-doc +Summary: Documentation for cachepic +Version: svn26313.1.0 +Release: %{tl_noarch_release} +Provides: tex-cachepic-doc +BuildArch: noarch +AutoReqProv: No + +%description cachepic-doc +Documentation for cachepic + +%package cachepic-bin +Summary: Binaries for cachepic +Version: svn15543.0 +Requires: texlive-base +Requires: tex-cachepic +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description cachepic-bin +Binaries for cachepic + +%package calcage +Provides: tex-calcage = %{tl_version} +License: LPPL 1.3 +Summary: Calculate the age of something, in years +Version: svn27725.0.90 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fnumprint.sty) +Requires: tex(datenumber.sty) +Requires: tex(fp.sty) +Requires: tex(calc.sty) +Requires: tex(xkeyval.sty) +Requires: tex(kvoptions.sty) +Requires: tex(xifthen.sty) +Provides: tex(calcage.sty) = %{tl_version} + +%description calcage +The package calculates the age of someone or something in +years. Internally it uses the datenumber package to calculate +the age in days; conversion from days to years is then +performed, taking care of leap years and such odd things. + +date: 2012-09-16 15:15:03 +0200 + +%post calcage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calcage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calcage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calcage-doc +Summary: Documentation for calcage +Version: svn27725.0.90 +Release: %{tl_noarch_release} +Provides: tex-calcage-doc +BuildArch: noarch +AutoReqProv: No + +%description calcage-doc +Documentation for calcage + +%package calctab +Provides: tex-calctab = %{tl_version} +License: LPPL +Summary: Language for numeric tables +Version: svn15878.v0.6.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(alphalph.sty) +Requires: tex(booktabs.sty) +Requires: tex(eurosym.sty) +Requires: tex(xcolor.sty) +Requires: tex(numprint.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(fltpoint.sty) +Requires: tex(xstring.sty) +Provides: tex(calctab.sty) = %{tl_version} + +%description calctab +The calctab package helps the user to typeset a kind of +economic table such as invoices, expense notes and liquidation, +or other tabular material with a values column. The code +computes sum and percentage with floating point numeric methods +(using the fltpoint package) and builds the render table task. + +date: 2009-07-14 21:55:02 +0200 + +%post calctab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calctab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calctab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calctab-doc +Summary: Documentation for calctab +Version: svn15878.v0.6.1 +Release: %{tl_noarch_release} +Provides: tex-calctab-doc +BuildArch: noarch +AutoReqProv: No + +%description calctab-doc +Documentation for calctab + +%package calculator +Provides: tex-calculator = %{tl_version} +License: LPPL 1.2 +Summary: Use LaTeX as a scientific calculator +Version: svn27112.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(calculator.sty) = %{tl_version} +Provides: tex(calculus.sty) = %{tl_version} + +%description calculator +The calculator and calculus packages define several +instructions which allow us to realise algebraic operations and +to evaluate elementary functions and derivatives in our +documents. The package's main goal is to define the arithmetic +and functional calculations need in the author's package +xpicture, but the numeric abilities of "calculator" and +"calculus" may be useful in other contexts. + +date: 2012-07-03 11:28:15 +0200 + +%post calculator +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calculator +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calculator +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calculator-doc +Summary: Documentation for calculator +Version: svn27112.1.0a +Release: %{tl_noarch_release} +Provides: tex-calculator-doc +BuildArch: noarch +AutoReqProv: No + +%description calculator-doc +Documentation for calculator + +%package calligra +Provides: tex-calligra = %{tl_version} +License: Copyright only +Summary: Calligraphic font +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(callig15.tfm) = %{tl_version} + +%description calligra +A calligraphic font in the handwriting style of the author, +Peter Vanroose. The font is supplied as MetaFont source LaTeX +support of the font is provided in the calligra package in the +fundus bundle. + +date: 2010-05-03 23:11:16 +0200 + +%post calligra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calligra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calligra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calligra-doc +Summary: Documentation for calligra +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-calligra-doc +BuildArch: noarch +AutoReqProv: No + +%description calligra-doc +Documentation for calligra + +%package calligra-type1 +Provides: tex-calligra-type1 = %{tl_version} +License: Copyright only +Summary: Type 1 version of Caliigra +Version: svn24302.001.000 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(calligra.map) = %{tl_version} +Provides: tex(callig15.pfb) = %{tl_version} + +%description calligra-type1 +This is a converstion (using mf2pt1 of Peter Vanroose's +handwriting font. + +date: 2011-10-16 10:43:33 +0200 + +%post calligra-type1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map calligra.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map calligra.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun calligra-type1 +if [ $1 == 0 ] ; then +sed -i '/^Map calligra.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans calligra-type1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calligra-type1-doc +Summary: Documentation for calligra-type1 +Version: svn24302.001.000 +Release: %{tl_noarch_release} +Provides: tex-calligra-type1-doc +BuildArch: noarch +AutoReqProv: No + +%description calligra-type1-doc +Documentation for calligra-type1 + +%package calrsfs +Provides: tex-calrsfs = %{tl_version} +License: Public Domain +Summary: Copperplate calligraphic letters in LaTeX +Version: svn17125.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(OMSrsfs.fd) = %{tl_version} +Provides: tex(calrsfs.sty) = %{tl_version} + +%description calrsfs +Provides a maths interface to the rsfs fonts. + +date: 2010-02-20 21:59:31 +0100 + +%post calrsfs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calrsfs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calrsfs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calrsfs-doc +Summary: Documentation for calrsfs +Version: svn17125.0 +Release: %{tl_noarch_release} +Provides: tex-calrsfs-doc +BuildArch: noarch +AutoReqProv: No + +%description calrsfs-doc +Documentation for calrsfs + +%package cals +Provides: tex-cals = %{tl_version} +License: LPPL 1.3 +Summary: Multipage tables with wide range of features +Version: svn22766.2.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cals.sty) = %{tl_version} + +%description cals +The package allows the user to typeset multipage tables with +repeatable headers and footers, and with cells spanned over +rows and columns. Decorations are supported: padding, +background color, width of separation rules. The package is +compatible with multicol and pdfsync. + +date: 2010-10-26 15:02:43 +0200 + +%post cals +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cals +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cals +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cals-doc +Summary: Documentation for cals +Version: svn22766.2.0.1 +Release: %{tl_noarch_release} +Provides: tex-cals-doc +BuildArch: noarch +AutoReqProv: No + +%description cals-doc +Documentation for cals + +%package calxxxx-yyyy +Provides: tex-calxxxx-yyyy = %{tl_version} +License: LPPL 1.3 +Summary: Print a calendar for a group of years +Version: svn28675.1.0e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(calxxxx-yyyy.tex) = %{tl_version} + +%description calxxxx-yyyy +The package prints a calendar for 2 or more years, according to +a language selection. The package is also "culture dependent", +in the sense that it will start weeks according to local rules: +e.g., weeks conventionally start on Monday in the English- +speaking world. + +date: 2012-12-31 22:53:16 +0100 + +%post calxxxx-yyyy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun calxxxx-yyyy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calxxxx-yyyy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package calxxxx-yyyy-doc +Summary: Documentation for calxxxx-yyyy +Version: svn28675.1.0e +Release: %{tl_noarch_release} +Provides: tex-calxxxx-yyyy-doc +BuildArch: noarch +AutoReqProv: No + +%description calxxxx-yyyy-doc +Documentation for calxxxx-yyyy + +%package cancel +Provides: tex-cancel = %{tl_version} +License: Public Domain +Summary: Place lines through maths formulae +Version: svn17124.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cancel.sty) = %{tl_version} + +%description cancel +A package to draw diagonal lines ("cancelling" a term) and +arrows with limits (cancelling a term "to a value") through +parts of maths formulae. + +date: 2010-02-23 16:16:11 +0100 + +%post cancel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cancel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cancel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cancel-doc +Summary: Documentation for cancel +Version: svn17124.2.0 +Release: %{tl_noarch_release} +Provides: tex-cancel-doc +BuildArch: noarch +AutoReqProv: No + +%description cancel-doc +Documentation for cancel + +%package canoniclayout +Provides: tex-canoniclayout = %{tl_version} +License: LPPL 1.3 +Summary: Create canonical page layouts with memoir +Version: svn24523.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(canoniclayout.sty) = %{tl_version} + +%description canoniclayout +A canonic text layout has specified relations to a circle +inscribed within the enclosing page. The package allows the +user to use a canonic layout with the memoir class. + +date: 2011-11-06 17:08:08 +0100 + +%post canoniclayout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun canoniclayout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans canoniclayout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package canoniclayout-doc +Summary: Documentation for canoniclayout +Version: svn24523.0.4 +Release: %{tl_noarch_release} +Provides: tex-canoniclayout-doc +BuildArch: noarch +AutoReqProv: No + +%description canoniclayout-doc +Documentation for canoniclayout + +%package cantarell +Provides: tex-cantarell = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX support for the Cantarell font family +Version: svn27066.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(slantsc.sty) +Provides: tex(cantarell-01.enc) = %{tl_version} +Provides: tex(cantarell-02.enc) = %{tl_version} +Provides: tex(cantarell-03.enc) = %{tl_version} +Provides: tex(cantarell.map) = %{tl_version} +Provides: tex(Cantarell-Bold-01.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-02.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-03.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-01.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-02.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-03.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-ts1.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-01.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-02.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-03.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-01.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-02.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-03.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-ot1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-t1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-t2a.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-t2b.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-t2c.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-ts1.tfm) = %{tl_version} +Provides: tex(Cantarell-Regular-x2.tfm) = %{tl_version} +Provides: tex(Cantarell-Bold.pfb) = %{tl_version} +Provides: tex(Cantarell-Regular.pfb) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-ts1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-Slanted-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-ts1.vf) = %{tl_version} +Provides: tex(Cantarell-Bold-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-ts1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-Slanted-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-ot1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-t1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-t2a.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-t2b.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-t2c.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-ts1.vf) = %{tl_version} +Provides: tex(Cantarell-Regular-x2.vf) = %{tl_version} +Provides: tex(cantarell.sty) = %{tl_version} +Provides: tex(ot1fca.fd) = %{tl_version} +Provides: tex(t1fca.fd) = %{tl_version} +Provides: tex(t2afca.fd) = %{tl_version} +Provides: tex(t2bfca.fd) = %{tl_version} +Provides: tex(t2cfca.fd) = %{tl_version} +Provides: tex(ts1fca.fd) = %{tl_version} +Provides: tex(x2fca.fd) = %{tl_version} + +%description cantarell +Cantarell is a contemporary Humanist sans serif designed by +Dave Crossland and Jakub Steiner. This font, delivered under +the OFL version 1.1, is available on the GNOME download server. +The present package provides support for this font in LaTeX. It +includes Type 1 versions of the fonts, converted for this +package using FontForge from its sources, for full support with +Dvips. + +date: 2012-06-11 20:28:41 +0200 + +%post cantarell +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cantarell.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cantarell.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cantarell +if [ $1 == 0 ] ; then +sed -i '/^Map cantarell.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cantarell +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cantarell-doc +Summary: Documentation for cantarell +Version: svn27066.2.4 +Release: %{tl_noarch_release} +Provides: tex-cantarell-doc +BuildArch: noarch +AutoReqProv: No + +%description cantarell-doc +Documentation for cantarell + +%package captcont +Provides: tex-captcont = %{tl_version} +License: LPPL +Summary: Retain float number across several floats +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(captcont.sty) = %{tl_version} + +%description captcont +The captcont package provides the ability to continue the +numbering in your float environment (figure, table, etc.) with +minimal overhead. This package adds three commands: \caption*, +\captcont, and \captcont*. Along with the \caption command, +these give full control over the caption numbering, caption +text and the entries in the list-of pages. The \caption and +\captcont commands generate list-of page entries. The \caption +and \caption* commands increment the figure or table counter. +Captcont also fully supports the subfigure package. + +date: 2006-12-31 11:53:07 +0100 + +%post captcont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun captcont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans captcont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package captcont-doc +Summary: Documentation for captcont +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-captcont-doc +BuildArch: noarch +AutoReqProv: No + +%description captcont-doc +Documentation for captcont + +%package captdef +Provides: tex-captdef = %{tl_version} +License: LPPL +Summary: Declare free-standing \caption commands +Version: svn17353.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(captdef.sty) = %{tl_version} + +%description captdef +The \DeclareCaption command defines a class of caption command +associated with the counter specified to the command. These +commands are free-standing (i.e., don't need to be inside a +float environment). The package uses \DeclareCaption to define +\figcaption and \tabcaption, which can be used outside figure +or table environments. + +date: 2010-03-09 12:54:42 +0100 + +%post captdef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun captdef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans captdef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package captdef-doc +Summary: Documentation for captdef +Version: svn17353.0 +Release: %{tl_noarch_release} +Provides: tex-captdef-doc +BuildArch: noarch +AutoReqProv: No + +%description captdef-doc +Documentation for captdef + +%package caption +Provides: tex-caption = %{tl_version} +License: LPPL 1.3 +Summary: Customising captions in floating environments +Version: svn30449.2013_05_12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(caption3.sty) +Requires: tex(keyval.sty) +Requires: tex(xspace.sty) +Provides: tex(bicaption.sty) = %{tl_version} +Provides: tex(caption.sty) = %{tl_version} +Provides: tex(caption2.sty) = %{tl_version} +Provides: tex(caption3.sty) = %{tl_version} +Provides: tex(ltcaption.sty) = %{tl_version} +Provides: tex(newfloat.sty) = %{tl_version} +Provides: tex(subcaption.sty) = %{tl_version} +Provides: tex(totalcount.sty) = %{tl_version} + +%description caption +The caption package provides many ways to customise the +captions in floating environments like figure and table, and +cooperates with many other packages. Facilities include +rotating captions, sideways captions, continued captions (for +tables or figures that come in several parts). A list of +compatibility notes, for other packages, is provided in the +documentation. The package also provides the "caption outside +float" facility, in the same way that simpler packages like +capt-of do. The package supersedes caption2. + +date: 2013-05-13 11:02:43 +0200 + +%post caption +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun caption +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans caption +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package caption-doc +Summary: Documentation for caption +Version: svn30449.2013_05_12 +Release: %{tl_noarch_release} +Provides: tex-caption-doc +BuildArch: noarch +AutoReqProv: No + +%description caption-doc +Documentation for caption + +%package capt-of +Provides: tex-capt-of = %{tl_version} +License: LPPL +Summary: Captions on more than floats +Version: svn29803.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(capt-of.sty) = %{tl_version} + +%description capt-of +Defines a command \captionof for putting a caption to something +that's not a float. Note that the caption package includes a +\captionof command that is an extension of that provided by +this package. + +date: 2012-04-27 20:27:12 +0200 + +%post capt-of +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun capt-of +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans capt-of +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package capt-of-doc +Summary: Documentation for capt-of +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-capt-of-doc +BuildArch: noarch +AutoReqProv: No + +%description capt-of-doc +Documentation for capt-of + +%package carlisle +Provides: tex-carlisle = %{tl_version} +License: LPPL +Summary: David Carlisle's small packages +Version: svn18258.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(tabularx.sty) +Requires: tex(longtable.sty) +Provides: tex(dotlessj.sty) = %{tl_version} +Provides: tex(ltxtable.sty) = %{tl_version} +Provides: tex(plain.sty) = %{tl_version} +Provides: tex(remreset.sty) = %{tl_version} +Provides: tex(scalefnt.sty) = %{tl_version} +Provides: tex(slashed.sty) = %{tl_version} + +%description carlisle +Many of David Carlisle's more substantial packages stand on +their own, or as part of the LaTeX tools set; this set +contains: - Making dotless 'j' characters for fonts that don't +have them; - Fix marks in 2-column output; - A method for +combining the capabilities of longtable and tabularx; - A +proforma for building personalised LaTeX formats; - A jiffy to +suppress page numbers; - An environment for including Plain TeX +in LaTeX documents; - A jiffy to remove counters from other +counters' reset lists; - A package to rescale fonts to +arbitrary sizes; - A jiffy to create 'slashed' for physicists; +and - An environment for including HTML in LaTeX documents. + +date: 2010-02-18 13:36:42 +0100 + +%post carlisle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun carlisle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans carlisle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package carlisle-doc +Summary: Documentation for carlisle +Version: svn18258.0 +Release: %{tl_noarch_release} +Provides: tex-carlisle-doc +BuildArch: noarch +AutoReqProv: No + +%description carlisle-doc +Documentation for carlisle + +%package carolmin-ps +Provides: tex-carolmin-ps = %{tl_version} +License: LPPL +Summary: Adobe Type 1 format of Carolingian Minuscule fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cmin.map) = %{tl_version} +Provides: tex(cmin10.pfb) = %{tl_version} +Provides: tex(cmin17.pfb) = %{tl_version} +Provides: tex(cmin7.pfb) = %{tl_version} +Provides: tex(cminb10.pfb) = %{tl_version} +Provides: tex(cminb17.pfb) = %{tl_version} +Provides: tex(cminb7.pfb) = %{tl_version} + +%description carolmin-ps +The bundle offers Adobe Type 1 format versions of Peter +Wilson's Carolingian Minuscule font set (part of the bookhands +collection). The fonts in the bundle are ready-to-use +replacements for the MetaFont originals. + +date: 2007-02-21 12:51:17 +0100 + +%post carolmin-ps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cmin.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cmin.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun carolmin-ps +if [ $1 == 0 ] ; then +sed -i '/^Map cmin.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans carolmin-ps +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package carolmin-ps-doc +Summary: Documentation for carolmin-ps +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-carolmin-ps-doc +BuildArch: noarch +AutoReqProv: No + +%description carolmin-ps-doc +Documentation for carolmin-ps + +%package cascadilla +Provides: tex-cascadilla = %{tl_version} +License: LPPL +Summary: Typeset papers conforming to the stylesheet of the Cascadilla Proceedings Project +Version: svn25144.1.8.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Requires: tex(times.sty) +Requires: tex(indentfirst.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(titlesec.sty) +Requires: tex(natbib.sty) +Requires: tex(caption.sty) +Provides: tex(cascadilla.cls) = %{tl_version} + +%description cascadilla +The class provides an extension of the standard LaTeX article +class that may be used to typeset papers conforming to the +stylesheet of the Cascadilla Proceedings Project, which is used +by a number of linguistics conference proceedings (e.g., +WCCFL). + +date: 2012-01-18 17:26:55 +0100 + +%post cascadilla +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cascadilla +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cascadilla +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cascadilla-doc +Summary: Documentation for cascadilla +Version: svn25144.1.8.2 +Release: %{tl_noarch_release} +Provides: tex-cascadilla-doc +BuildArch: noarch +AutoReqProv: No + +%description cascadilla-doc +Documentation for cascadilla + +%package cases +Provides: tex-cases = %{tl_version} +License: Public Domain +Summary: Numbered cases environment +Version: svn17123.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cases.sty) = %{tl_version} + +%description cases +Define the environment numcases: equations with several +alternative right-hand sides, with equation numbers for each +alternative. Also environment subnumcases, where each +alternative is a sub-number (e.g., 8a, 8b, ...) of the equation +set as a whole. + +date: 2010-02-23 16:16:11 +0100 + +%post cases +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cases +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cases +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cases-doc +Summary: Documentation for cases +Version: svn17123.2.5 +Release: %{tl_noarch_release} +Provides: tex-cases-doc +BuildArch: noarch +AutoReqProv: No + +%description cases-doc +Documentation for cases + +%package casyl +Provides: tex-casyl = %{tl_version} +License: Public Domain +Summary: Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(casyll10.tfm) = %{tl_version} +Provides: tex(casyltex.sty) = %{tl_version} + +%description casyl +The bundle constitutes a font (as MetaFont source) and LaTeX +macros for its use within a document. + +date: 2008-10-26 18:17:50 +0100 + +%post casyl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun casyl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans casyl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package casyl-doc +Summary: Documentation for casyl +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-casyl-doc +BuildArch: noarch +AutoReqProv: No + +%description casyl-doc +Documentation for casyl + +%package catcodes +Provides: tex-catcodes = %{tl_version} +License: LPPL 1.3 +Summary: Generic handling of TeX category codes +Version: svn28210.0.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(actcodes.sty) = %{tl_version} +Provides: tex(catchdq.sty) = %{tl_version} +Provides: tex(stacklet.sty) = %{tl_version} + +%description catcodes +The bundle deals with category code switching; the packages of +the bundle should work with any TeX format (with the support of +the plainpkg package). The bundle provides: - stacklet.sty, +which supports stacks that control the use of different +catcodes; - actcodes.sty, which deals with active characters; +and - catchdq.sty, which provides a simple quotation character +control mechanism. + +date: 2012-11-08 10:49:44 +0100 + +%post catcodes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun catcodes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catcodes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package catcodes-doc +Summary: Documentation for catcodes +Version: svn28210.0.3a +Release: %{tl_noarch_release} +Provides: tex-catcodes-doc +BuildArch: noarch +AutoReqProv: No + +%description catcodes-doc +Documentation for catcodes + +%package catechis +Provides: tex-catechis = %{tl_version} +License: LPPL +Summary: Macros for typesetting catechisms +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(varioref.sty) +Provides: tex(catechis.sty) = %{tl_version} + +%description catechis +The macros include: - format for question-and-answer; - +comments on answers; - citations; - a specialised enumerate +which only operates in the catechism parts of a document. The +macros are all highly customisable. + +date: 2008-09-02 21:23:27 +0200 + +%post catechis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun catechis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catechis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package catechis-doc +Summary: Documentation for catechis +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-catechis-doc +BuildArch: noarch +AutoReqProv: No + +%description catechis-doc +Documentation for catechis + +%package catchfilebetweentags +Provides: tex-catchfilebetweentags = %{tl_version} +License: LPPL 1.3 +Summary: Catch text delimited by docstrip tags +Version: svn21476.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(etoolbox.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(catchfile.sty) +Provides: tex(catchfilebetweentags.sty) = %{tl_version} + +%description catchfilebetweentags +This package (built using the facilities of catchfile) provides +a macro \catchfilebetweentags acts like the original \catchfile +but only extracts a portion of the file instead of the complete +file. The extracted portion can be delimited by strings or by +docstrip tags: %<*tag> .... %</tag> (comments in the caught +region may be included or dropped). + +date: 2011-02-19 16:41:47 +0100 + +%post catchfilebetweentags +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun catchfilebetweentags +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catchfilebetweentags +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package catchfilebetweentags-doc +Summary: Documentation for catchfilebetweentags +Version: svn21476.1.1 +Release: %{tl_noarch_release} +Provides: tex-catchfilebetweentags-doc +BuildArch: noarch +AutoReqProv: No + +%description catchfilebetweentags-doc +Documentation for catchfilebetweentags + +%package catoptions +Provides: tex-catoptions = %{tl_version} +License: LPPL 1.3 +Summary: Preserving and recalling standard catcodes +Version: svn28331.0.2.7f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Provides: tex(catoptions-guide.cfg) = %{tl_version} +Provides: tex(catoptions.sty) = %{tl_version} + +%description catoptions +The package changes package loading internals so that all +subsequently loaded packages can rely on normal/standard +catcodes of all ASCII characters. The package defines canonical +control sequences to represent all the visible ASCII +characters. It also provides robust option parsing mechanisms +(XDeclareOption, XExecuteOptions and XProcessOptions, which +will be used by \documentclass if the package has already been +loaded). The package also provides a range of other TeX +programming tools. + +date: 2012-11-22 12:57:51 +0100 + +%post catoptions +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun catoptions +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catoptions +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package catoptions-doc +Summary: Documentation for catoptions +Version: svn28331.0.2.7f +Release: %{tl_noarch_release} +Provides: tex-catoptions-doc +BuildArch: noarch +AutoReqProv: No + +%description catoptions-doc +Documentation for catoptions + +%package cbcoptic +Provides: tex-cbcoptic = %{tl_version} +License: LPPL +Summary: Coptic fonts and LaTeX macros for general usage and for philology +Version: svn16666.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textcomp.sty) +Provides: tex(copti.tfm) = %{tl_version} +Provides: tex(copto.tfm) = %{tl_version} +Provides: tex(copti.pfb) = %{tl_version} +Provides: tex(copto.pfb) = %{tl_version} +Provides: tex(coptic.sty) = %{tl_version} +Provides: tex(lcopcoptic.fd) = %{tl_version} +Provides: tex(prnthyph.sty) = %{tl_version} + +%description cbcoptic +CBcoptic is a bundle of files for typesetting Coptic +philological text with the proper fonts and hyphenation. The +fonts are based on, but much extend, the fonts of the original +coptic bundle. The CBcoptic bundle includes font description +files, MetaFont sources and equivalent Adobe Type 1 fonts in +pfb format. The bundle also includes a package that provides +some macros of philological interest. + +date: 2010-01-11 08:55:42 +0100 + +%post cbcoptic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cbcoptic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cbcoptic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cbcoptic-doc +Summary: Documentation for cbcoptic +Version: svn16666.0.2 +Release: %{tl_noarch_release} +Provides: tex-cbcoptic-doc +BuildArch: noarch +AutoReqProv: No + +%description cbcoptic-doc +Documentation for cbcoptic + +%package cbfonts +Provides: tex-cbfonts = %{tl_version} +License: LPPL +Summary: Complete set of Greek fonts +Version: svn20304.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(CB.enc) = %{tl_version} +Provides: tex(gmtr.enc) = %{tl_version} +Provides: tex(cbgreek-full.map) = %{tl_version} +Provides: tex(glic0700.tfm) = %{tl_version} +Provides: tex(glic0800.tfm) = %{tl_version} +Provides: tex(glic1000.tfm) = %{tl_version} +Provides: tex(glic1200.tfm) = %{tl_version} +Provides: tex(glic1382.tfm) = %{tl_version} +Provides: tex(glic1659.tfm) = %{tl_version} +Provides: tex(glic1991.tfm) = %{tl_version} +Provides: tex(glic2389.tfm) = %{tl_version} +Provides: tex(glic2866.tfm) = %{tl_version} +Provides: tex(glic3440.tfm) = %{tl_version} +Provides: tex(glic4128.tfm) = %{tl_version} +Provides: tex(glii0700.tfm) = %{tl_version} +Provides: tex(glii0800.tfm) = %{tl_version} +Provides: tex(glii1000.tfm) = %{tl_version} +Provides: tex(glii1200.tfm) = %{tl_version} +Provides: tex(glii1382.tfm) = %{tl_version} +Provides: tex(glii1659.tfm) = %{tl_version} +Provides: tex(glii1991.tfm) = %{tl_version} +Provides: tex(glii2389.tfm) = %{tl_version} +Provides: tex(glii2866.tfm) = %{tl_version} +Provides: tex(glii3440.tfm) = %{tl_version} +Provides: tex(glii4128.tfm) = %{tl_version} +Provides: tex(glin0700.tfm) = %{tl_version} +Provides: tex(glin0800.tfm) = %{tl_version} +Provides: tex(glin1000.tfm) = %{tl_version} +Provides: tex(glin1200.tfm) = %{tl_version} +Provides: tex(glin1382.tfm) = %{tl_version} +Provides: tex(glin1659.tfm) = %{tl_version} +Provides: tex(glin1991.tfm) = %{tl_version} +Provides: tex(glin2389.tfm) = %{tl_version} +Provides: tex(glin2866.tfm) = %{tl_version} +Provides: tex(glin3440.tfm) = %{tl_version} +Provides: tex(glin4128.tfm) = %{tl_version} +Provides: tex(glio0700.tfm) = %{tl_version} +Provides: tex(glio0800.tfm) = %{tl_version} +Provides: tex(glio1000.tfm) = %{tl_version} +Provides: tex(glio1200.tfm) = %{tl_version} +Provides: tex(glio1382.tfm) = %{tl_version} +Provides: tex(glio1659.tfm) = %{tl_version} +Provides: tex(glio1991.tfm) = %{tl_version} +Provides: tex(glio2389.tfm) = %{tl_version} +Provides: tex(glio2866.tfm) = %{tl_version} +Provides: tex(glio3440.tfm) = %{tl_version} +Provides: tex(glio4128.tfm) = %{tl_version} +Provides: tex(gliu0700.tfm) = %{tl_version} +Provides: tex(gliu0800.tfm) = %{tl_version} +Provides: tex(gliu1000.tfm) = %{tl_version} +Provides: tex(gliu1200.tfm) = %{tl_version} +Provides: tex(gliu1382.tfm) = %{tl_version} +Provides: tex(gliu1659.tfm) = %{tl_version} +Provides: tex(gliu1991.tfm) = %{tl_version} +Provides: tex(gliu2389.tfm) = %{tl_version} +Provides: tex(gliu2866.tfm) = %{tl_version} +Provides: tex(gliu3440.tfm) = %{tl_version} +Provides: tex(gliu4128.tfm) = %{tl_version} +Provides: tex(gljc0700.tfm) = %{tl_version} +Provides: tex(gljc0800.tfm) = %{tl_version} +Provides: tex(gljc1000.tfm) = %{tl_version} +Provides: tex(gljc1200.tfm) = %{tl_version} +Provides: tex(gljc1382.tfm) = %{tl_version} +Provides: tex(gljc1659.tfm) = %{tl_version} +Provides: tex(gljc1991.tfm) = %{tl_version} +Provides: tex(gljc2389.tfm) = %{tl_version} +Provides: tex(gljc2866.tfm) = %{tl_version} +Provides: tex(gljc3440.tfm) = %{tl_version} +Provides: tex(gljc4128.tfm) = %{tl_version} +Provides: tex(gljn0700.tfm) = %{tl_version} +Provides: tex(gljn0800.tfm) = %{tl_version} +Provides: tex(gljn1000.tfm) = %{tl_version} +Provides: tex(gljn1200.tfm) = %{tl_version} +Provides: tex(gljn1382.tfm) = %{tl_version} +Provides: tex(gljn1659.tfm) = %{tl_version} +Provides: tex(gljn1991.tfm) = %{tl_version} +Provides: tex(gljn2389.tfm) = %{tl_version} +Provides: tex(gljn2866.tfm) = %{tl_version} +Provides: tex(gljn3440.tfm) = %{tl_version} +Provides: tex(gljn4128.tfm) = %{tl_version} +Provides: tex(gljo0700.tfm) = %{tl_version} +Provides: tex(gljo0800.tfm) = %{tl_version} +Provides: tex(gljo1000.tfm) = %{tl_version} +Provides: tex(gljo1200.tfm) = %{tl_version} +Provides: tex(gljo1382.tfm) = %{tl_version} +Provides: tex(gljo1659.tfm) = %{tl_version} +Provides: tex(gljo1991.tfm) = %{tl_version} +Provides: tex(gljo2389.tfm) = %{tl_version} +Provides: tex(gljo2866.tfm) = %{tl_version} +Provides: tex(gljo3440.tfm) = %{tl_version} +Provides: tex(gljo4128.tfm) = %{tl_version} +Provides: tex(glmc0700.tfm) = %{tl_version} +Provides: tex(glmc0800.tfm) = %{tl_version} +Provides: tex(glmc1000.tfm) = %{tl_version} +Provides: tex(glmc1200.tfm) = %{tl_version} +Provides: tex(glmc1382.tfm) = %{tl_version} +Provides: tex(glmc1659.tfm) = %{tl_version} +Provides: tex(glmc1991.tfm) = %{tl_version} +Provides: tex(glmc2389.tfm) = %{tl_version} +Provides: tex(glmc2866.tfm) = %{tl_version} +Provides: tex(glmc3440.tfm) = %{tl_version} +Provides: tex(glmc4128.tfm) = %{tl_version} +Provides: tex(glmi0700.tfm) = %{tl_version} +Provides: tex(glmi0800.tfm) = %{tl_version} +Provides: tex(glmi1000.tfm) = %{tl_version} +Provides: tex(glmi1200.tfm) = %{tl_version} +Provides: tex(glmi1382.tfm) = %{tl_version} +Provides: tex(glmi1659.tfm) = %{tl_version} +Provides: tex(glmi1991.tfm) = %{tl_version} +Provides: tex(glmi2389.tfm) = %{tl_version} +Provides: tex(glmi2866.tfm) = %{tl_version} +Provides: tex(glmi3440.tfm) = %{tl_version} +Provides: tex(glmi4128.tfm) = %{tl_version} +Provides: tex(glmn0700.tfm) = %{tl_version} +Provides: tex(glmn0800.tfm) = %{tl_version} +Provides: tex(glmn1000.tfm) = %{tl_version} +Provides: tex(glmn1200.tfm) = %{tl_version} +Provides: tex(glmn1382.tfm) = %{tl_version} +Provides: tex(glmn1659.tfm) = %{tl_version} +Provides: tex(glmn1991.tfm) = %{tl_version} +Provides: tex(glmn2389.tfm) = %{tl_version} +Provides: tex(glmn2866.tfm) = %{tl_version} +Provides: tex(glmn3440.tfm) = %{tl_version} +Provides: tex(glmn4128.tfm) = %{tl_version} +Provides: tex(glmo0700.tfm) = %{tl_version} +Provides: tex(glmo0800.tfm) = %{tl_version} +Provides: tex(glmo1000.tfm) = %{tl_version} +Provides: tex(glmo1200.tfm) = %{tl_version} +Provides: tex(glmo1382.tfm) = %{tl_version} +Provides: tex(glmo1659.tfm) = %{tl_version} +Provides: tex(glmo1991.tfm) = %{tl_version} +Provides: tex(glmo2389.tfm) = %{tl_version} +Provides: tex(glmo2866.tfm) = %{tl_version} +Provides: tex(glmo3440.tfm) = %{tl_version} +Provides: tex(glmo4128.tfm) = %{tl_version} +Provides: tex(glmu0700.tfm) = %{tl_version} +Provides: tex(glmu0800.tfm) = %{tl_version} +Provides: tex(glmu1000.tfm) = %{tl_version} +Provides: tex(glmu1200.tfm) = %{tl_version} +Provides: tex(glmu1382.tfm) = %{tl_version} +Provides: tex(glmu1659.tfm) = %{tl_version} +Provides: tex(glmu1991.tfm) = %{tl_version} +Provides: tex(glmu2389.tfm) = %{tl_version} +Provides: tex(glmu2866.tfm) = %{tl_version} +Provides: tex(glmu3440.tfm) = %{tl_version} +Provides: tex(glmu4128.tfm) = %{tl_version} +Provides: tex(gltc0700.tfm) = %{tl_version} +Provides: tex(gltc0800.tfm) = %{tl_version} +Provides: tex(gltc1000.tfm) = %{tl_version} +Provides: tex(gltc1200.tfm) = %{tl_version} +Provides: tex(gltc1382.tfm) = %{tl_version} +Provides: tex(gltc1659.tfm) = %{tl_version} +Provides: tex(gltc1991.tfm) = %{tl_version} +Provides: tex(gltc2389.tfm) = %{tl_version} +Provides: tex(gltc2866.tfm) = %{tl_version} +Provides: tex(gltc3440.tfm) = %{tl_version} +Provides: tex(gltc4128.tfm) = %{tl_version} +Provides: tex(gltn0700.tfm) = %{tl_version} +Provides: tex(gltn0800.tfm) = %{tl_version} +Provides: tex(gltn1000.tfm) = %{tl_version} +Provides: tex(gltn1200.tfm) = %{tl_version} +Provides: tex(gltn1382.tfm) = %{tl_version} +Provides: tex(gltn1659.tfm) = %{tl_version} +Provides: tex(gltn1991.tfm) = %{tl_version} +Provides: tex(gltn2389.tfm) = %{tl_version} +Provides: tex(gltn2866.tfm) = %{tl_version} +Provides: tex(gltn3440.tfm) = %{tl_version} +Provides: tex(gltn4128.tfm) = %{tl_version} +Provides: tex(glto0700.tfm) = %{tl_version} +Provides: tex(glto0800.tfm) = %{tl_version} +Provides: tex(glto1000.tfm) = %{tl_version} +Provides: tex(glto1200.tfm) = %{tl_version} +Provides: tex(glto1382.tfm) = %{tl_version} +Provides: tex(glto1659.tfm) = %{tl_version} +Provides: tex(glto1991.tfm) = %{tl_version} +Provides: tex(glto2389.tfm) = %{tl_version} +Provides: tex(glto2866.tfm) = %{tl_version} +Provides: tex(glto3440.tfm) = %{tl_version} +Provides: tex(glto4128.tfm) = %{tl_version} +Provides: tex(glwc0700.tfm) = %{tl_version} +Provides: tex(glwc0800.tfm) = %{tl_version} +Provides: tex(glwc1000.tfm) = %{tl_version} +Provides: tex(glwc1200.tfm) = %{tl_version} +Provides: tex(glwc1382.tfm) = %{tl_version} +Provides: tex(glwc1659.tfm) = %{tl_version} +Provides: tex(glwc1991.tfm) = %{tl_version} +Provides: tex(glwc2389.tfm) = %{tl_version} +Provides: tex(glwc2866.tfm) = %{tl_version} +Provides: tex(glwc3440.tfm) = %{tl_version} +Provides: tex(glwc4128.tfm) = %{tl_version} +Provides: tex(glwi0700.tfm) = %{tl_version} +Provides: tex(glwi0800.tfm) = %{tl_version} +Provides: tex(glwi1000.tfm) = %{tl_version} +Provides: tex(glwi1200.tfm) = %{tl_version} +Provides: tex(glwi1382.tfm) = %{tl_version} +Provides: tex(glwi1659.tfm) = %{tl_version} +Provides: tex(glwi1991.tfm) = %{tl_version} +Provides: tex(glwi2389.tfm) = %{tl_version} +Provides: tex(glwi2866.tfm) = %{tl_version} +Provides: tex(glwi3440.tfm) = %{tl_version} +Provides: tex(glwi4128.tfm) = %{tl_version} +Provides: tex(glwn0700.tfm) = %{tl_version} +Provides: tex(glwn0800.tfm) = %{tl_version} +Provides: tex(glwn1000.tfm) = %{tl_version} +Provides: tex(glwn1200.tfm) = %{tl_version} +Provides: tex(glwn1382.tfm) = %{tl_version} +Provides: tex(glwn1659.tfm) = %{tl_version} +Provides: tex(glwn1991.tfm) = %{tl_version} +Provides: tex(glwn2389.tfm) = %{tl_version} +Provides: tex(glwn2866.tfm) = %{tl_version} +Provides: tex(glwn3440.tfm) = %{tl_version} +Provides: tex(glwn4128.tfm) = %{tl_version} +Provides: tex(glwo0700.tfm) = %{tl_version} +Provides: tex(glwo0800.tfm) = %{tl_version} +Provides: tex(glwo1000.tfm) = %{tl_version} +Provides: tex(glwo1200.tfm) = %{tl_version} +Provides: tex(glwo1382.tfm) = %{tl_version} +Provides: tex(glwo1659.tfm) = %{tl_version} +Provides: tex(glwo1991.tfm) = %{tl_version} +Provides: tex(glwo2389.tfm) = %{tl_version} +Provides: tex(glwo2866.tfm) = %{tl_version} +Provides: tex(glwo3440.tfm) = %{tl_version} +Provides: tex(glwo4128.tfm) = %{tl_version} +Provides: tex(glwu0700.tfm) = %{tl_version} +Provides: tex(glwu0800.tfm) = %{tl_version} +Provides: tex(glwu1000.tfm) = %{tl_version} +Provides: tex(glwu1200.tfm) = %{tl_version} +Provides: tex(glwu1382.tfm) = %{tl_version} +Provides: tex(glwu1659.tfm) = %{tl_version} +Provides: tex(glwu1991.tfm) = %{tl_version} +Provides: tex(glwu2389.tfm) = %{tl_version} +Provides: tex(glwu2866.tfm) = %{tl_version} +Provides: tex(glwu3440.tfm) = %{tl_version} +Provides: tex(glwu4128.tfm) = %{tl_version} +Provides: tex(glxc0700.tfm) = %{tl_version} +Provides: tex(glxc0800.tfm) = %{tl_version} +Provides: tex(glxc1000.tfm) = %{tl_version} +Provides: tex(glxc1200.tfm) = %{tl_version} +Provides: tex(glxc1382.tfm) = %{tl_version} +Provides: tex(glxc1659.tfm) = %{tl_version} +Provides: tex(glxc1991.tfm) = %{tl_version} +Provides: tex(glxc2389.tfm) = %{tl_version} +Provides: tex(glxc2866.tfm) = %{tl_version} +Provides: tex(glxc3440.tfm) = %{tl_version} +Provides: tex(glxc4128.tfm) = %{tl_version} +Provides: tex(glxi0700.tfm) = %{tl_version} +Provides: tex(glxi0800.tfm) = %{tl_version} +Provides: tex(glxi1000.tfm) = %{tl_version} +Provides: tex(glxi1200.tfm) = %{tl_version} +Provides: tex(glxi1382.tfm) = %{tl_version} +Provides: tex(glxi1659.tfm) = %{tl_version} +Provides: tex(glxi1991.tfm) = %{tl_version} +Provides: tex(glxi2389.tfm) = %{tl_version} +Provides: tex(glxi2866.tfm) = %{tl_version} +Provides: tex(glxi3440.tfm) = %{tl_version} +Provides: tex(glxi4128.tfm) = %{tl_version} +Provides: tex(glxn0700.tfm) = %{tl_version} +Provides: tex(glxn0800.tfm) = %{tl_version} +Provides: tex(glxn1000.tfm) = %{tl_version} +Provides: tex(glxn1200.tfm) = %{tl_version} +Provides: tex(glxn1382.tfm) = %{tl_version} +Provides: tex(glxn1659.tfm) = %{tl_version} +Provides: tex(glxn1991.tfm) = %{tl_version} +Provides: tex(glxn2389.tfm) = %{tl_version} +Provides: tex(glxn2866.tfm) = %{tl_version} +Provides: tex(glxn3440.tfm) = %{tl_version} +Provides: tex(glxn4128.tfm) = %{tl_version} +Provides: tex(glxo0700.tfm) = %{tl_version} +Provides: tex(glxo0800.tfm) = %{tl_version} +Provides: tex(glxo1000.tfm) = %{tl_version} +Provides: tex(glxo1200.tfm) = %{tl_version} +Provides: tex(glxo1382.tfm) = %{tl_version} +Provides: tex(glxo1659.tfm) = %{tl_version} +Provides: tex(glxo1991.tfm) = %{tl_version} +Provides: tex(glxo2389.tfm) = %{tl_version} +Provides: tex(glxo2866.tfm) = %{tl_version} +Provides: tex(glxo3440.tfm) = %{tl_version} +Provides: tex(glxo4128.tfm) = %{tl_version} +Provides: tex(glxu0700.tfm) = %{tl_version} +Provides: tex(glxu0800.tfm) = %{tl_version} +Provides: tex(glxu1000.tfm) = %{tl_version} +Provides: tex(glxu1200.tfm) = %{tl_version} +Provides: tex(glxu1382.tfm) = %{tl_version} +Provides: tex(glxu1659.tfm) = %{tl_version} +Provides: tex(glxu1991.tfm) = %{tl_version} +Provides: tex(glxu2389.tfm) = %{tl_version} +Provides: tex(glxu2866.tfm) = %{tl_version} +Provides: tex(glxu3440.tfm) = %{tl_version} +Provides: tex(glxu4128.tfm) = %{tl_version} +Provides: tex(gmmn0500.tfm) = %{tl_version} +Provides: tex(gmmn0600.tfm) = %{tl_version} +Provides: tex(gmmn0700.tfm) = %{tl_version} +Provides: tex(gmmn0800.tfm) = %{tl_version} +Provides: tex(gmmn0900.tfm) = %{tl_version} +Provides: tex(gmmn1000.tfm) = %{tl_version} +Provides: tex(gmmn1095.tfm) = %{tl_version} +Provides: tex(gmmn1200.tfm) = %{tl_version} +Provides: tex(gmmn1440.tfm) = %{tl_version} +Provides: tex(gmmn1728.tfm) = %{tl_version} +Provides: tex(gmmn2074.tfm) = %{tl_version} +Provides: tex(gmmn2488.tfm) = %{tl_version} +Provides: tex(gmmn2986.tfm) = %{tl_version} +Provides: tex(gmmn3583.tfm) = %{tl_version} +Provides: tex(gmmo0500.tfm) = %{tl_version} +Provides: tex(gmmo0600.tfm) = %{tl_version} +Provides: tex(gmmo0700.tfm) = %{tl_version} +Provides: tex(gmmo0800.tfm) = %{tl_version} +Provides: tex(gmmo0900.tfm) = %{tl_version} +Provides: tex(gmmo1000.tfm) = %{tl_version} +Provides: tex(gmmo1095.tfm) = %{tl_version} +Provides: tex(gmmo1200.tfm) = %{tl_version} +Provides: tex(gmmo1440.tfm) = %{tl_version} +Provides: tex(gmmo1728.tfm) = %{tl_version} +Provides: tex(gmmo2074.tfm) = %{tl_version} +Provides: tex(gmmo2488.tfm) = %{tl_version} +Provides: tex(gmmo2986.tfm) = %{tl_version} +Provides: tex(gmmo3583.tfm) = %{tl_version} +Provides: tex(gmtr0500.tfm) = %{tl_version} +Provides: tex(gmtr0600.tfm) = %{tl_version} +Provides: tex(gmtr0700.tfm) = %{tl_version} +Provides: tex(gmtr0800.tfm) = %{tl_version} +Provides: tex(gmtr0900.tfm) = %{tl_version} +Provides: tex(gmtr1000.tfm) = %{tl_version} +Provides: tex(gmtr1095.tfm) = %{tl_version} +Provides: tex(gmtr1200.tfm) = %{tl_version} +Provides: tex(gmtr1440.tfm) = %{tl_version} +Provides: tex(gmtr1728.tfm) = %{tl_version} +Provides: tex(gmtr2074.tfm) = %{tl_version} +Provides: tex(gmtr2488.tfm) = %{tl_version} +Provides: tex(gmtr2986.tfm) = %{tl_version} +Provides: tex(gmtr3583.tfm) = %{tl_version} +Provides: tex(gmxn0500.tfm) = %{tl_version} +Provides: tex(gmxn0600.tfm) = %{tl_version} +Provides: tex(gmxn0700.tfm) = %{tl_version} +Provides: tex(gmxn0800.tfm) = %{tl_version} +Provides: tex(gmxn0900.tfm) = %{tl_version} +Provides: tex(gmxn1000.tfm) = %{tl_version} +Provides: tex(gmxn1095.tfm) = %{tl_version} +Provides: tex(gmxn1200.tfm) = %{tl_version} +Provides: tex(gmxn1440.tfm) = %{tl_version} +Provides: tex(gmxn1728.tfm) = %{tl_version} +Provides: tex(gmxn2074.tfm) = %{tl_version} +Provides: tex(gmxn2488.tfm) = %{tl_version} +Provides: tex(gmxn2986.tfm) = %{tl_version} +Provides: tex(gmxn3583.tfm) = %{tl_version} +Provides: tex(gmxo0500.tfm) = %{tl_version} +Provides: tex(gmxo0600.tfm) = %{tl_version} +Provides: tex(gmxo0700.tfm) = %{tl_version} +Provides: tex(gmxo0800.tfm) = %{tl_version} +Provides: tex(gmxo0900.tfm) = %{tl_version} +Provides: tex(gmxo1000.tfm) = %{tl_version} +Provides: tex(gmxo1095.tfm) = %{tl_version} +Provides: tex(gmxo1200.tfm) = %{tl_version} +Provides: tex(gmxo1440.tfm) = %{tl_version} +Provides: tex(gmxo1728.tfm) = %{tl_version} +Provides: tex(gmxo2074.tfm) = %{tl_version} +Provides: tex(gmxo2488.tfm) = %{tl_version} +Provides: tex(gmxo2986.tfm) = %{tl_version} +Provides: tex(gmxo3583.tfm) = %{tl_version} +Provides: tex(gomc0500.tfm) = %{tl_version} +Provides: tex(gomc0600.tfm) = %{tl_version} +Provides: tex(gomc0700.tfm) = %{tl_version} +Provides: tex(gomc0800.tfm) = %{tl_version} +Provides: tex(gomc0900.tfm) = %{tl_version} +Provides: tex(gomc1000.tfm) = %{tl_version} +Provides: tex(gomc1095.tfm) = %{tl_version} +Provides: tex(gomc1200.tfm) = %{tl_version} +Provides: tex(gomc1440.tfm) = %{tl_version} +Provides: tex(gomc1728.tfm) = %{tl_version} +Provides: tex(gomc2074.tfm) = %{tl_version} +Provides: tex(gomc2488.tfm) = %{tl_version} +Provides: tex(gomc2986.tfm) = %{tl_version} +Provides: tex(gomc3583.tfm) = %{tl_version} +Provides: tex(gomi0500.tfm) = %{tl_version} +Provides: tex(gomi0600.tfm) = %{tl_version} +Provides: tex(gomi0700.tfm) = %{tl_version} +Provides: tex(gomi0800.tfm) = %{tl_version} +Provides: tex(gomi0900.tfm) = %{tl_version} +Provides: tex(gomi1000.tfm) = %{tl_version} +Provides: tex(gomi1095.tfm) = %{tl_version} +Provides: tex(gomi1200.tfm) = %{tl_version} +Provides: tex(gomi1440.tfm) = %{tl_version} +Provides: tex(gomi1728.tfm) = %{tl_version} +Provides: tex(gomi2074.tfm) = %{tl_version} +Provides: tex(gomi2488.tfm) = %{tl_version} +Provides: tex(gomi2986.tfm) = %{tl_version} +Provides: tex(gomi3583.tfm) = %{tl_version} +Provides: tex(gomn0500.tfm) = %{tl_version} +Provides: tex(gomn0600.tfm) = %{tl_version} +Provides: tex(gomn0700.tfm) = %{tl_version} +Provides: tex(gomn0800.tfm) = %{tl_version} +Provides: tex(gomn0900.tfm) = %{tl_version} +Provides: tex(gomn1000.tfm) = %{tl_version} +Provides: tex(gomn1095.tfm) = %{tl_version} +Provides: tex(gomn1200.tfm) = %{tl_version} +Provides: tex(gomn1440.tfm) = %{tl_version} +Provides: tex(gomn1728.tfm) = %{tl_version} +Provides: tex(gomn2074.tfm) = %{tl_version} +Provides: tex(gomn2488.tfm) = %{tl_version} +Provides: tex(gomn2986.tfm) = %{tl_version} +Provides: tex(gomn3583.tfm) = %{tl_version} +Provides: tex(gomo0500.tfm) = %{tl_version} +Provides: tex(gomo0600.tfm) = %{tl_version} +Provides: tex(gomo0700.tfm) = %{tl_version} +Provides: tex(gomo0800.tfm) = %{tl_version} +Provides: tex(gomo0900.tfm) = %{tl_version} +Provides: tex(gomo1000.tfm) = %{tl_version} +Provides: tex(gomo1095.tfm) = %{tl_version} +Provides: tex(gomo1200.tfm) = %{tl_version} +Provides: tex(gomo1440.tfm) = %{tl_version} +Provides: tex(gomo1728.tfm) = %{tl_version} +Provides: tex(gomo2074.tfm) = %{tl_version} +Provides: tex(gomo2488.tfm) = %{tl_version} +Provides: tex(gomo2986.tfm) = %{tl_version} +Provides: tex(gomo3583.tfm) = %{tl_version} +Provides: tex(gomu0500.tfm) = %{tl_version} +Provides: tex(gomu0600.tfm) = %{tl_version} +Provides: tex(gomu0700.tfm) = %{tl_version} +Provides: tex(gomu0800.tfm) = %{tl_version} +Provides: tex(gomu0900.tfm) = %{tl_version} +Provides: tex(gomu1000.tfm) = %{tl_version} +Provides: tex(gomu1095.tfm) = %{tl_version} +Provides: tex(gomu1200.tfm) = %{tl_version} +Provides: tex(gomu1440.tfm) = %{tl_version} +Provides: tex(gomu1728.tfm) = %{tl_version} +Provides: tex(gomu2074.tfm) = %{tl_version} +Provides: tex(gomu2488.tfm) = %{tl_version} +Provides: tex(gomu2986.tfm) = %{tl_version} +Provides: tex(gomu3583.tfm) = %{tl_version} +Provides: tex(goxc0500.tfm) = %{tl_version} +Provides: tex(goxc0600.tfm) = %{tl_version} +Provides: tex(goxc0700.tfm) = %{tl_version} +Provides: tex(goxc0800.tfm) = %{tl_version} +Provides: tex(goxc0900.tfm) = %{tl_version} +Provides: tex(goxc1000.tfm) = %{tl_version} +Provides: tex(goxc1095.tfm) = %{tl_version} +Provides: tex(goxc1200.tfm) = %{tl_version} +Provides: tex(goxc1440.tfm) = %{tl_version} +Provides: tex(goxc1728.tfm) = %{tl_version} +Provides: tex(goxc2074.tfm) = %{tl_version} +Provides: tex(goxc2488.tfm) = %{tl_version} +Provides: tex(goxc2986.tfm) = %{tl_version} +Provides: tex(goxc3583.tfm) = %{tl_version} +Provides: tex(goxi0500.tfm) = %{tl_version} +Provides: tex(goxi0600.tfm) = %{tl_version} +Provides: tex(goxi0700.tfm) = %{tl_version} +Provides: tex(goxi0800.tfm) = %{tl_version} +Provides: tex(goxi0900.tfm) = %{tl_version} +Provides: tex(goxi1000.tfm) = %{tl_version} +Provides: tex(goxi1095.tfm) = %{tl_version} +Provides: tex(goxi1200.tfm) = %{tl_version} +Provides: tex(goxi1440.tfm) = %{tl_version} +Provides: tex(goxi1728.tfm) = %{tl_version} +Provides: tex(goxi2074.tfm) = %{tl_version} +Provides: tex(goxi2488.tfm) = %{tl_version} +Provides: tex(goxi2986.tfm) = %{tl_version} +Provides: tex(goxi3583.tfm) = %{tl_version} +Provides: tex(goxn0500.tfm) = %{tl_version} +Provides: tex(goxn0600.tfm) = %{tl_version} +Provides: tex(goxn0700.tfm) = %{tl_version} +Provides: tex(goxn0800.tfm) = %{tl_version} +Provides: tex(goxn0900.tfm) = %{tl_version} +Provides: tex(goxn1000.tfm) = %{tl_version} +Provides: tex(goxn1095.tfm) = %{tl_version} +Provides: tex(goxn1200.tfm) = %{tl_version} +Provides: tex(goxn1440.tfm) = %{tl_version} +Provides: tex(goxn1728.tfm) = %{tl_version} +Provides: tex(goxn2074.tfm) = %{tl_version} +Provides: tex(goxn2488.tfm) = %{tl_version} +Provides: tex(goxn2986.tfm) = %{tl_version} +Provides: tex(goxn3583.tfm) = %{tl_version} +Provides: tex(goxo0500.tfm) = %{tl_version} +Provides: tex(goxo0600.tfm) = %{tl_version} +Provides: tex(goxo0700.tfm) = %{tl_version} +Provides: tex(goxo0800.tfm) = %{tl_version} +Provides: tex(goxo0900.tfm) = %{tl_version} +Provides: tex(goxo1000.tfm) = %{tl_version} +Provides: tex(goxo1095.tfm) = %{tl_version} +Provides: tex(goxo1200.tfm) = %{tl_version} +Provides: tex(goxo1440.tfm) = %{tl_version} +Provides: tex(goxo1728.tfm) = %{tl_version} +Provides: tex(goxo2074.tfm) = %{tl_version} +Provides: tex(goxo2488.tfm) = %{tl_version} +Provides: tex(goxo2986.tfm) = %{tl_version} +Provides: tex(goxo3583.tfm) = %{tl_version} +Provides: tex(goxu0500.tfm) = %{tl_version} +Provides: tex(goxu0600.tfm) = %{tl_version} +Provides: tex(goxu0700.tfm) = %{tl_version} +Provides: tex(goxu0800.tfm) = %{tl_version} +Provides: tex(goxu0900.tfm) = %{tl_version} +Provides: tex(goxu1000.tfm) = %{tl_version} +Provides: tex(goxu1095.tfm) = %{tl_version} +Provides: tex(goxu1200.tfm) = %{tl_version} +Provides: tex(goxu1440.tfm) = %{tl_version} +Provides: tex(goxu1728.tfm) = %{tl_version} +Provides: tex(goxu2074.tfm) = %{tl_version} +Provides: tex(goxu2488.tfm) = %{tl_version} +Provides: tex(goxu2986.tfm) = %{tl_version} +Provides: tex(goxu3583.tfm) = %{tl_version} +Provides: tex(grbl0500.tfm) = %{tl_version} +Provides: tex(grbl0600.tfm) = %{tl_version} +Provides: tex(grbl0700.tfm) = %{tl_version} +Provides: tex(grbl0800.tfm) = %{tl_version} +Provides: tex(grbl0900.tfm) = %{tl_version} +Provides: tex(grbl1000.tfm) = %{tl_version} +Provides: tex(grbl1095.tfm) = %{tl_version} +Provides: tex(grbl1200.tfm) = %{tl_version} +Provides: tex(grbl1440.tfm) = %{tl_version} +Provides: tex(grbl1728.tfm) = %{tl_version} +Provides: tex(grbl2074.tfm) = %{tl_version} +Provides: tex(grbl2488.tfm) = %{tl_version} +Provides: tex(grbl2986.tfm) = %{tl_version} +Provides: tex(grbl3583.tfm) = %{tl_version} +Provides: tex(grmc0500.tfm) = %{tl_version} +Provides: tex(grmc0600.tfm) = %{tl_version} +Provides: tex(grmc0700.tfm) = %{tl_version} +Provides: tex(grmc0800.tfm) = %{tl_version} +Provides: tex(grmc0900.tfm) = %{tl_version} +Provides: tex(grmc1000.tfm) = %{tl_version} +Provides: tex(grmc1095.tfm) = %{tl_version} +Provides: tex(grmc1200.tfm) = %{tl_version} +Provides: tex(grmc1440.tfm) = %{tl_version} +Provides: tex(grmc1728.tfm) = %{tl_version} +Provides: tex(grmc2074.tfm) = %{tl_version} +Provides: tex(grmc2488.tfm) = %{tl_version} +Provides: tex(grmc2986.tfm) = %{tl_version} +Provides: tex(grmc3583.tfm) = %{tl_version} +Provides: tex(grmi0500.tfm) = %{tl_version} +Provides: tex(grmi0600.tfm) = %{tl_version} +Provides: tex(grmi0700.tfm) = %{tl_version} +Provides: tex(grmi0800.tfm) = %{tl_version} +Provides: tex(grmi0900.tfm) = %{tl_version} +Provides: tex(grmi1000.tfm) = %{tl_version} +Provides: tex(grmi1095.tfm) = %{tl_version} +Provides: tex(grmi1200.tfm) = %{tl_version} +Provides: tex(grmi1440.tfm) = %{tl_version} +Provides: tex(grmi1728.tfm) = %{tl_version} +Provides: tex(grmi2074.tfm) = %{tl_version} +Provides: tex(grmi2488.tfm) = %{tl_version} +Provides: tex(grmi2986.tfm) = %{tl_version} +Provides: tex(grmi3583.tfm) = %{tl_version} +Provides: tex(grml0500.tfm) = %{tl_version} +Provides: tex(grml0600.tfm) = %{tl_version} +Provides: tex(grml0700.tfm) = %{tl_version} +Provides: tex(grml0800.tfm) = %{tl_version} +Provides: tex(grml0900.tfm) = %{tl_version} +Provides: tex(grml1000.tfm) = %{tl_version} +Provides: tex(grml1095.tfm) = %{tl_version} +Provides: tex(grml1200.tfm) = %{tl_version} +Provides: tex(grml1440.tfm) = %{tl_version} +Provides: tex(grml1728.tfm) = %{tl_version} +Provides: tex(grml2074.tfm) = %{tl_version} +Provides: tex(grml2488.tfm) = %{tl_version} +Provides: tex(grml2986.tfm) = %{tl_version} +Provides: tex(grml3583.tfm) = %{tl_version} +Provides: tex(grmn0500.tfm) = %{tl_version} +Provides: tex(grmn0600.tfm) = %{tl_version} +Provides: tex(grmn0700.tfm) = %{tl_version} +Provides: tex(grmn0800.tfm) = %{tl_version} +Provides: tex(grmn0900.tfm) = %{tl_version} +Provides: tex(grmn1000.tfm) = %{tl_version} +Provides: tex(grmn1095.tfm) = %{tl_version} +Provides: tex(grmn1200.tfm) = %{tl_version} +Provides: tex(grmn1440.tfm) = %{tl_version} +Provides: tex(grmn1728.tfm) = %{tl_version} +Provides: tex(grmn2074.tfm) = %{tl_version} +Provides: tex(grmn2488.tfm) = %{tl_version} +Provides: tex(grmn2986.tfm) = %{tl_version} +Provides: tex(grmn3583.tfm) = %{tl_version} +Provides: tex(grmo0500.tfm) = %{tl_version} +Provides: tex(grmo0600.tfm) = %{tl_version} +Provides: tex(grmo0700.tfm) = %{tl_version} +Provides: tex(grmo0800.tfm) = %{tl_version} +Provides: tex(grmo0900.tfm) = %{tl_version} +Provides: tex(grmo1000.tfm) = %{tl_version} +Provides: tex(grmo1095.tfm) = %{tl_version} +Provides: tex(grmo1200.tfm) = %{tl_version} +Provides: tex(grmo1440.tfm) = %{tl_version} +Provides: tex(grmo1728.tfm) = %{tl_version} +Provides: tex(grmo2074.tfm) = %{tl_version} +Provides: tex(grmo2488.tfm) = %{tl_version} +Provides: tex(grmo2986.tfm) = %{tl_version} +Provides: tex(grmo3583.tfm) = %{tl_version} +Provides: tex(grmu0500.tfm) = %{tl_version} +Provides: tex(grmu0600.tfm) = %{tl_version} +Provides: tex(grmu0700.tfm) = %{tl_version} +Provides: tex(grmu0800.tfm) = %{tl_version} +Provides: tex(grmu0900.tfm) = %{tl_version} +Provides: tex(grmu1000.tfm) = %{tl_version} +Provides: tex(grmu1095.tfm) = %{tl_version} +Provides: tex(grmu1200.tfm) = %{tl_version} +Provides: tex(grmu1440.tfm) = %{tl_version} +Provides: tex(grmu1728.tfm) = %{tl_version} +Provides: tex(grmu2074.tfm) = %{tl_version} +Provides: tex(grmu2488.tfm) = %{tl_version} +Provides: tex(grmu2986.tfm) = %{tl_version} +Provides: tex(grmu3583.tfm) = %{tl_version} +Provides: tex(grxc0500.tfm) = %{tl_version} +Provides: tex(grxc0600.tfm) = %{tl_version} +Provides: tex(grxc0700.tfm) = %{tl_version} +Provides: tex(grxc0800.tfm) = %{tl_version} +Provides: tex(grxc0900.tfm) = %{tl_version} +Provides: tex(grxc1000.tfm) = %{tl_version} +Provides: tex(grxc1095.tfm) = %{tl_version} +Provides: tex(grxc1200.tfm) = %{tl_version} +Provides: tex(grxc1440.tfm) = %{tl_version} +Provides: tex(grxc1728.tfm) = %{tl_version} +Provides: tex(grxc2074.tfm) = %{tl_version} +Provides: tex(grxc2488.tfm) = %{tl_version} +Provides: tex(grxc2986.tfm) = %{tl_version} +Provides: tex(grxc3583.tfm) = %{tl_version} +Provides: tex(grxi0500.tfm) = %{tl_version} +Provides: tex(grxi0600.tfm) = %{tl_version} +Provides: tex(grxi0700.tfm) = %{tl_version} +Provides: tex(grxi0800.tfm) = %{tl_version} +Provides: tex(grxi0900.tfm) = %{tl_version} +Provides: tex(grxi1000.tfm) = %{tl_version} +Provides: tex(grxi1095.tfm) = %{tl_version} +Provides: tex(grxi1200.tfm) = %{tl_version} +Provides: tex(grxi1440.tfm) = %{tl_version} +Provides: tex(grxi1728.tfm) = %{tl_version} +Provides: tex(grxi2074.tfm) = %{tl_version} +Provides: tex(grxi2488.tfm) = %{tl_version} +Provides: tex(grxi2986.tfm) = %{tl_version} +Provides: tex(grxi3583.tfm) = %{tl_version} +Provides: tex(grxl0500.tfm) = %{tl_version} +Provides: tex(grxl0600.tfm) = %{tl_version} +Provides: tex(grxl0700.tfm) = %{tl_version} +Provides: tex(grxl0800.tfm) = %{tl_version} +Provides: tex(grxl0900.tfm) = %{tl_version} +Provides: tex(grxl1000.tfm) = %{tl_version} +Provides: tex(grxl1095.tfm) = %{tl_version} +Provides: tex(grxl1200.tfm) = %{tl_version} +Provides: tex(grxl1440.tfm) = %{tl_version} +Provides: tex(grxl1728.tfm) = %{tl_version} +Provides: tex(grxl2074.tfm) = %{tl_version} +Provides: tex(grxl2488.tfm) = %{tl_version} +Provides: tex(grxl2986.tfm) = %{tl_version} +Provides: tex(grxl3583.tfm) = %{tl_version} +Provides: tex(grxn0500.tfm) = %{tl_version} +Provides: tex(grxn0600.tfm) = %{tl_version} +Provides: tex(grxn0700.tfm) = %{tl_version} +Provides: tex(grxn0800.tfm) = %{tl_version} +Provides: tex(grxn0900.tfm) = %{tl_version} +Provides: tex(grxn1000.tfm) = %{tl_version} +Provides: tex(grxn1095.tfm) = %{tl_version} +Provides: tex(grxn1200.tfm) = %{tl_version} +Provides: tex(grxn1440.tfm) = %{tl_version} +Provides: tex(grxn1728.tfm) = %{tl_version} +Provides: tex(grxn2074.tfm) = %{tl_version} +Provides: tex(grxn2488.tfm) = %{tl_version} +Provides: tex(grxn2986.tfm) = %{tl_version} +Provides: tex(grxn3583.tfm) = %{tl_version} +Provides: tex(grxo0500.tfm) = %{tl_version} +Provides: tex(grxo0600.tfm) = %{tl_version} +Provides: tex(grxo0700.tfm) = %{tl_version} +Provides: tex(grxo0800.tfm) = %{tl_version} +Provides: tex(grxo0900.tfm) = %{tl_version} +Provides: tex(grxo1000.tfm) = %{tl_version} +Provides: tex(grxo1095.tfm) = %{tl_version} +Provides: tex(grxo1200.tfm) = %{tl_version} +Provides: tex(grxo1440.tfm) = %{tl_version} +Provides: tex(grxo1728.tfm) = %{tl_version} +Provides: tex(grxo2074.tfm) = %{tl_version} +Provides: tex(grxo2488.tfm) = %{tl_version} +Provides: tex(grxo2986.tfm) = %{tl_version} +Provides: tex(grxo3583.tfm) = %{tl_version} +Provides: tex(grxu0500.tfm) = %{tl_version} +Provides: tex(grxu0600.tfm) = %{tl_version} +Provides: tex(grxu0700.tfm) = %{tl_version} +Provides: tex(grxu0800.tfm) = %{tl_version} +Provides: tex(grxu0900.tfm) = %{tl_version} +Provides: tex(grxu1000.tfm) = %{tl_version} +Provides: tex(grxu1095.tfm) = %{tl_version} +Provides: tex(grxu1200.tfm) = %{tl_version} +Provides: tex(grxu1440.tfm) = %{tl_version} +Provides: tex(grxu1728.tfm) = %{tl_version} +Provides: tex(grxu2074.tfm) = %{tl_version} +Provides: tex(grxu2488.tfm) = %{tl_version} +Provides: tex(grxu2986.tfm) = %{tl_version} +Provides: tex(grxu3583.tfm) = %{tl_version} +Provides: tex(gsma0500.tfm) = %{tl_version} +Provides: tex(gsma0600.tfm) = %{tl_version} +Provides: tex(gsma0700.tfm) = %{tl_version} +Provides: tex(gsma0800.tfm) = %{tl_version} +Provides: tex(gsma0900.tfm) = %{tl_version} +Provides: tex(gsma1000.tfm) = %{tl_version} +Provides: tex(gsma1095.tfm) = %{tl_version} +Provides: tex(gsma1200.tfm) = %{tl_version} +Provides: tex(gsma1440.tfm) = %{tl_version} +Provides: tex(gsma1728.tfm) = %{tl_version} +Provides: tex(gsma2074.tfm) = %{tl_version} +Provides: tex(gsma2488.tfm) = %{tl_version} +Provides: tex(gsma2986.tfm) = %{tl_version} +Provides: tex(gsma3583.tfm) = %{tl_version} +Provides: tex(gsmc0500.tfm) = %{tl_version} +Provides: tex(gsmc0600.tfm) = %{tl_version} +Provides: tex(gsmc0700.tfm) = %{tl_version} +Provides: tex(gsmc0800.tfm) = %{tl_version} +Provides: tex(gsmc0900.tfm) = %{tl_version} +Provides: tex(gsmc1000.tfm) = %{tl_version} +Provides: tex(gsmc1095.tfm) = %{tl_version} +Provides: tex(gsmc1200.tfm) = %{tl_version} +Provides: tex(gsmc1440.tfm) = %{tl_version} +Provides: tex(gsmc1728.tfm) = %{tl_version} +Provides: tex(gsmc2074.tfm) = %{tl_version} +Provides: tex(gsmc2488.tfm) = %{tl_version} +Provides: tex(gsmc2986.tfm) = %{tl_version} +Provides: tex(gsmc3583.tfm) = %{tl_version} +Provides: tex(gsme0500.tfm) = %{tl_version} +Provides: tex(gsme0600.tfm) = %{tl_version} +Provides: tex(gsme0700.tfm) = %{tl_version} +Provides: tex(gsme0800.tfm) = %{tl_version} +Provides: tex(gsme0900.tfm) = %{tl_version} +Provides: tex(gsme1000.tfm) = %{tl_version} +Provides: tex(gsme1095.tfm) = %{tl_version} +Provides: tex(gsme1200.tfm) = %{tl_version} +Provides: tex(gsme1440.tfm) = %{tl_version} +Provides: tex(gsme1728.tfm) = %{tl_version} +Provides: tex(gsme2074.tfm) = %{tl_version} +Provides: tex(gsme2488.tfm) = %{tl_version} +Provides: tex(gsme2986.tfm) = %{tl_version} +Provides: tex(gsme3583.tfm) = %{tl_version} +Provides: tex(gsmi0500.tfm) = %{tl_version} +Provides: tex(gsmi0600.tfm) = %{tl_version} +Provides: tex(gsmi0700.tfm) = %{tl_version} +Provides: tex(gsmi0800.tfm) = %{tl_version} +Provides: tex(gsmi0900.tfm) = %{tl_version} +Provides: tex(gsmi1000.tfm) = %{tl_version} +Provides: tex(gsmi1095.tfm) = %{tl_version} +Provides: tex(gsmi1200.tfm) = %{tl_version} +Provides: tex(gsmi1440.tfm) = %{tl_version} +Provides: tex(gsmi1728.tfm) = %{tl_version} +Provides: tex(gsmi2074.tfm) = %{tl_version} +Provides: tex(gsmi2488.tfm) = %{tl_version} +Provides: tex(gsmi2986.tfm) = %{tl_version} +Provides: tex(gsmi3583.tfm) = %{tl_version} +Provides: tex(gsmn0500.tfm) = %{tl_version} +Provides: tex(gsmn0600.tfm) = %{tl_version} +Provides: tex(gsmn0700.tfm) = %{tl_version} +Provides: tex(gsmn0800.tfm) = %{tl_version} +Provides: tex(gsmn0900.tfm) = %{tl_version} +Provides: tex(gsmn1000.tfm) = %{tl_version} +Provides: tex(gsmn1095.tfm) = %{tl_version} +Provides: tex(gsmn1200.tfm) = %{tl_version} +Provides: tex(gsmn1440.tfm) = %{tl_version} +Provides: tex(gsmn1728.tfm) = %{tl_version} +Provides: tex(gsmn2074.tfm) = %{tl_version} +Provides: tex(gsmn2488.tfm) = %{tl_version} +Provides: tex(gsmn2986.tfm) = %{tl_version} +Provides: tex(gsmn3583.tfm) = %{tl_version} +Provides: tex(gsmo0500.tfm) = %{tl_version} +Provides: tex(gsmo0600.tfm) = %{tl_version} +Provides: tex(gsmo0700.tfm) = %{tl_version} +Provides: tex(gsmo0800.tfm) = %{tl_version} +Provides: tex(gsmo0900.tfm) = %{tl_version} +Provides: tex(gsmo1000.tfm) = %{tl_version} +Provides: tex(gsmo1095.tfm) = %{tl_version} +Provides: tex(gsmo1200.tfm) = %{tl_version} +Provides: tex(gsmo1440.tfm) = %{tl_version} +Provides: tex(gsmo1728.tfm) = %{tl_version} +Provides: tex(gsmo2074.tfm) = %{tl_version} +Provides: tex(gsmo2488.tfm) = %{tl_version} +Provides: tex(gsmo2986.tfm) = %{tl_version} +Provides: tex(gsmo3583.tfm) = %{tl_version} +Provides: tex(gsmu0500.tfm) = %{tl_version} +Provides: tex(gsmu0600.tfm) = %{tl_version} +Provides: tex(gsmu0700.tfm) = %{tl_version} +Provides: tex(gsmu0800.tfm) = %{tl_version} +Provides: tex(gsmu0900.tfm) = %{tl_version} +Provides: tex(gsmu1000.tfm) = %{tl_version} +Provides: tex(gsmu1095.tfm) = %{tl_version} +Provides: tex(gsmu1200.tfm) = %{tl_version} +Provides: tex(gsmu1440.tfm) = %{tl_version} +Provides: tex(gsmu1728.tfm) = %{tl_version} +Provides: tex(gsmu2074.tfm) = %{tl_version} +Provides: tex(gsmu2488.tfm) = %{tl_version} +Provides: tex(gsmu2986.tfm) = %{tl_version} +Provides: tex(gsmu3583.tfm) = %{tl_version} +Provides: tex(gsxa0500.tfm) = %{tl_version} +Provides: tex(gsxa0600.tfm) = %{tl_version} +Provides: tex(gsxa0700.tfm) = %{tl_version} +Provides: tex(gsxa0800.tfm) = %{tl_version} +Provides: tex(gsxa0900.tfm) = %{tl_version} +Provides: tex(gsxa1000.tfm) = %{tl_version} +Provides: tex(gsxa1095.tfm) = %{tl_version} +Provides: tex(gsxa1200.tfm) = %{tl_version} +Provides: tex(gsxa1440.tfm) = %{tl_version} +Provides: tex(gsxa1728.tfm) = %{tl_version} +Provides: tex(gsxa2074.tfm) = %{tl_version} +Provides: tex(gsxa2488.tfm) = %{tl_version} +Provides: tex(gsxa2986.tfm) = %{tl_version} +Provides: tex(gsxa3583.tfm) = %{tl_version} +Provides: tex(gsxc0500.tfm) = %{tl_version} +Provides: tex(gsxc0600.tfm) = %{tl_version} +Provides: tex(gsxc0700.tfm) = %{tl_version} +Provides: tex(gsxc0800.tfm) = %{tl_version} +Provides: tex(gsxc0900.tfm) = %{tl_version} +Provides: tex(gsxc1000.tfm) = %{tl_version} +Provides: tex(gsxc1095.tfm) = %{tl_version} +Provides: tex(gsxc1200.tfm) = %{tl_version} +Provides: tex(gsxc1440.tfm) = %{tl_version} +Provides: tex(gsxc1728.tfm) = %{tl_version} +Provides: tex(gsxc2074.tfm) = %{tl_version} +Provides: tex(gsxc2488.tfm) = %{tl_version} +Provides: tex(gsxc2986.tfm) = %{tl_version} +Provides: tex(gsxc3583.tfm) = %{tl_version} +Provides: tex(gsxe0500.tfm) = %{tl_version} +Provides: tex(gsxe0600.tfm) = %{tl_version} +Provides: tex(gsxe0700.tfm) = %{tl_version} +Provides: tex(gsxe0800.tfm) = %{tl_version} +Provides: tex(gsxe0900.tfm) = %{tl_version} +Provides: tex(gsxe1000.tfm) = %{tl_version} +Provides: tex(gsxe1095.tfm) = %{tl_version} +Provides: tex(gsxe1200.tfm) = %{tl_version} +Provides: tex(gsxe1440.tfm) = %{tl_version} +Provides: tex(gsxe1728.tfm) = %{tl_version} +Provides: tex(gsxe2074.tfm) = %{tl_version} +Provides: tex(gsxe2488.tfm) = %{tl_version} +Provides: tex(gsxe2986.tfm) = %{tl_version} +Provides: tex(gsxe3583.tfm) = %{tl_version} +Provides: tex(gsxi0500.tfm) = %{tl_version} +Provides: tex(gsxi0600.tfm) = %{tl_version} +Provides: tex(gsxi0700.tfm) = %{tl_version} +Provides: tex(gsxi0800.tfm) = %{tl_version} +Provides: tex(gsxi0900.tfm) = %{tl_version} +Provides: tex(gsxi1000.tfm) = %{tl_version} +Provides: tex(gsxi1095.tfm) = %{tl_version} +Provides: tex(gsxi1200.tfm) = %{tl_version} +Provides: tex(gsxi1440.tfm) = %{tl_version} +Provides: tex(gsxi1728.tfm) = %{tl_version} +Provides: tex(gsxi2074.tfm) = %{tl_version} +Provides: tex(gsxi2488.tfm) = %{tl_version} +Provides: tex(gsxi2986.tfm) = %{tl_version} +Provides: tex(gsxi3583.tfm) = %{tl_version} +Provides: tex(gsxn0500.tfm) = %{tl_version} +Provides: tex(gsxn0600.tfm) = %{tl_version} +Provides: tex(gsxn0700.tfm) = %{tl_version} +Provides: tex(gsxn0800.tfm) = %{tl_version} +Provides: tex(gsxn0900.tfm) = %{tl_version} +Provides: tex(gsxn1000.tfm) = %{tl_version} +Provides: tex(gsxn1095.tfm) = %{tl_version} +Provides: tex(gsxn1200.tfm) = %{tl_version} +Provides: tex(gsxn1440.tfm) = %{tl_version} +Provides: tex(gsxn1728.tfm) = %{tl_version} +Provides: tex(gsxn2074.tfm) = %{tl_version} +Provides: tex(gsxn2488.tfm) = %{tl_version} +Provides: tex(gsxn2986.tfm) = %{tl_version} +Provides: tex(gsxn3583.tfm) = %{tl_version} +Provides: tex(gsxo0500.tfm) = %{tl_version} +Provides: tex(gsxo0600.tfm) = %{tl_version} +Provides: tex(gsxo0700.tfm) = %{tl_version} +Provides: tex(gsxo0800.tfm) = %{tl_version} +Provides: tex(gsxo0900.tfm) = %{tl_version} +Provides: tex(gsxo1000.tfm) = %{tl_version} +Provides: tex(gsxo1095.tfm) = %{tl_version} +Provides: tex(gsxo1200.tfm) = %{tl_version} +Provides: tex(gsxo1440.tfm) = %{tl_version} +Provides: tex(gsxo1728.tfm) = %{tl_version} +Provides: tex(gsxo2074.tfm) = %{tl_version} +Provides: tex(gsxo2488.tfm) = %{tl_version} +Provides: tex(gsxo2986.tfm) = %{tl_version} +Provides: tex(gsxo3583.tfm) = %{tl_version} +Provides: tex(gsxu0500.tfm) = %{tl_version} +Provides: tex(gsxu0600.tfm) = %{tl_version} +Provides: tex(gsxu0700.tfm) = %{tl_version} +Provides: tex(gsxu0800.tfm) = %{tl_version} +Provides: tex(gsxu0900.tfm) = %{tl_version} +Provides: tex(gsxu1000.tfm) = %{tl_version} +Provides: tex(gsxu1095.tfm) = %{tl_version} +Provides: tex(gsxu1200.tfm) = %{tl_version} +Provides: tex(gsxu1440.tfm) = %{tl_version} +Provides: tex(gsxu1728.tfm) = %{tl_version} +Provides: tex(gsxu2074.tfm) = %{tl_version} +Provides: tex(gsxu2488.tfm) = %{tl_version} +Provides: tex(gsxu2986.tfm) = %{tl_version} +Provides: tex(gsxu3583.tfm) = %{tl_version} +Provides: tex(gttc0500.tfm) = %{tl_version} +Provides: tex(gttc0600.tfm) = %{tl_version} +Provides: tex(gttc0700.tfm) = %{tl_version} +Provides: tex(gttc0800.tfm) = %{tl_version} +Provides: tex(gttc0900.tfm) = %{tl_version} +Provides: tex(gttc1000.tfm) = %{tl_version} +Provides: tex(gttc1095.tfm) = %{tl_version} +Provides: tex(gttc1200.tfm) = %{tl_version} +Provides: tex(gttc1440.tfm) = %{tl_version} +Provides: tex(gttc1728.tfm) = %{tl_version} +Provides: tex(gttc2074.tfm) = %{tl_version} +Provides: tex(gttc2488.tfm) = %{tl_version} +Provides: tex(gttc2986.tfm) = %{tl_version} +Provides: tex(gttc3583.tfm) = %{tl_version} +Provides: tex(gtti0500.tfm) = %{tl_version} +Provides: tex(gtti0600.tfm) = %{tl_version} +Provides: tex(gtti0700.tfm) = %{tl_version} +Provides: tex(gtti0800.tfm) = %{tl_version} +Provides: tex(gtti0900.tfm) = %{tl_version} +Provides: tex(gtti1000.tfm) = %{tl_version} +Provides: tex(gtti1095.tfm) = %{tl_version} +Provides: tex(gtti1200.tfm) = %{tl_version} +Provides: tex(gtti1440.tfm) = %{tl_version} +Provides: tex(gtti1728.tfm) = %{tl_version} +Provides: tex(gtti2074.tfm) = %{tl_version} +Provides: tex(gtti2488.tfm) = %{tl_version} +Provides: tex(gtti2986.tfm) = %{tl_version} +Provides: tex(gtti3583.tfm) = %{tl_version} +Provides: tex(gttn0500.tfm) = %{tl_version} +Provides: tex(gttn0600.tfm) = %{tl_version} +Provides: tex(gttn0700.tfm) = %{tl_version} +Provides: tex(gttn0800.tfm) = %{tl_version} +Provides: tex(gttn0900.tfm) = %{tl_version} +Provides: tex(gttn1000.tfm) = %{tl_version} +Provides: tex(gttn1095.tfm) = %{tl_version} +Provides: tex(gttn1200.tfm) = %{tl_version} +Provides: tex(gttn1440.tfm) = %{tl_version} +Provides: tex(gttn1728.tfm) = %{tl_version} +Provides: tex(gttn2074.tfm) = %{tl_version} +Provides: tex(gttn2488.tfm) = %{tl_version} +Provides: tex(gttn2986.tfm) = %{tl_version} +Provides: tex(gttn3583.tfm) = %{tl_version} +Provides: tex(gtto0500.tfm) = %{tl_version} +Provides: tex(gtto0600.tfm) = %{tl_version} +Provides: tex(gtto0700.tfm) = %{tl_version} +Provides: tex(gtto0800.tfm) = %{tl_version} +Provides: tex(gtto0900.tfm) = %{tl_version} +Provides: tex(gtto1000.tfm) = %{tl_version} +Provides: tex(gtto1095.tfm) = %{tl_version} +Provides: tex(gtto1200.tfm) = %{tl_version} +Provides: tex(gtto1440.tfm) = %{tl_version} +Provides: tex(gtto1728.tfm) = %{tl_version} +Provides: tex(gtto2074.tfm) = %{tl_version} +Provides: tex(gtto2488.tfm) = %{tl_version} +Provides: tex(gtto2986.tfm) = %{tl_version} +Provides: tex(gtto3583.tfm) = %{tl_version} +Provides: tex(gttu0500.tfm) = %{tl_version} +Provides: tex(gttu0600.tfm) = %{tl_version} +Provides: tex(gttu0700.tfm) = %{tl_version} +Provides: tex(gttu0800.tfm) = %{tl_version} +Provides: tex(gttu0900.tfm) = %{tl_version} +Provides: tex(gttu1000.tfm) = %{tl_version} +Provides: tex(gttu1095.tfm) = %{tl_version} +Provides: tex(gttu1200.tfm) = %{tl_version} +Provides: tex(gttu1440.tfm) = %{tl_version} +Provides: tex(gttu1728.tfm) = %{tl_version} +Provides: tex(gttu2074.tfm) = %{tl_version} +Provides: tex(gttu2488.tfm) = %{tl_version} +Provides: tex(gttu2986.tfm) = %{tl_version} +Provides: tex(gttu3583.tfm) = %{tl_version} +Provides: tex(glic0700.pfb) = %{tl_version} +Provides: tex(glic0800.pfb) = %{tl_version} +Provides: tex(glic1000.pfb) = %{tl_version} +Provides: tex(glic1200.pfb) = %{tl_version} +Provides: tex(glic1382.pfb) = %{tl_version} +Provides: tex(glic1659.pfb) = %{tl_version} +Provides: tex(glic1991.pfb) = %{tl_version} +Provides: tex(glic2389.pfb) = %{tl_version} +Provides: tex(glic2866.pfb) = %{tl_version} +Provides: tex(glic3440.pfb) = %{tl_version} +Provides: tex(glic4128.pfb) = %{tl_version} +Provides: tex(glii0700.pfb) = %{tl_version} +Provides: tex(glii0800.pfb) = %{tl_version} +Provides: tex(glii1000.pfb) = %{tl_version} +Provides: tex(glii1200.pfb) = %{tl_version} +Provides: tex(glii1382.pfb) = %{tl_version} +Provides: tex(glii1659.pfb) = %{tl_version} +Provides: tex(glii1991.pfb) = %{tl_version} +Provides: tex(glii2389.pfb) = %{tl_version} +Provides: tex(glii2866.pfb) = %{tl_version} +Provides: tex(glii3440.pfb) = %{tl_version} +Provides: tex(glii4128.pfb) = %{tl_version} +Provides: tex(glin0700.pfb) = %{tl_version} +Provides: tex(glin0800.pfb) = %{tl_version} +Provides: tex(glin1000.pfb) = %{tl_version} +Provides: tex(glin1200.pfb) = %{tl_version} +Provides: tex(glin1382.pfb) = %{tl_version} +Provides: tex(glin1659.pfb) = %{tl_version} +Provides: tex(glin1991.pfb) = %{tl_version} +Provides: tex(glin2389.pfb) = %{tl_version} +Provides: tex(glin2866.pfb) = %{tl_version} +Provides: tex(glin3440.pfb) = %{tl_version} +Provides: tex(glin4128.pfb) = %{tl_version} +Provides: tex(glio0700.pfb) = %{tl_version} +Provides: tex(glio0800.pfb) = %{tl_version} +Provides: tex(glio1000.pfb) = %{tl_version} +Provides: tex(glio1200.pfb) = %{tl_version} +Provides: tex(glio1382.pfb) = %{tl_version} +Provides: tex(glio1659.pfb) = %{tl_version} +Provides: tex(glio1991.pfb) = %{tl_version} +Provides: tex(glio2389.pfb) = %{tl_version} +Provides: tex(glio2866.pfb) = %{tl_version} +Provides: tex(glio3440.pfb) = %{tl_version} +Provides: tex(glio4128.pfb) = %{tl_version} +Provides: tex(gliu0700.pfb) = %{tl_version} +Provides: tex(gliu0800.pfb) = %{tl_version} +Provides: tex(gliu1000.pfb) = %{tl_version} +Provides: tex(gliu1200.pfb) = %{tl_version} +Provides: tex(gliu1382.pfb) = %{tl_version} +Provides: tex(gliu1659.pfb) = %{tl_version} +Provides: tex(gliu1991.pfb) = %{tl_version} +Provides: tex(gliu2389.pfb) = %{tl_version} +Provides: tex(gliu2866.pfb) = %{tl_version} +Provides: tex(gliu3440.pfb) = %{tl_version} +Provides: tex(gliu4128.pfb) = %{tl_version} +Provides: tex(gljc0700.pfb) = %{tl_version} +Provides: tex(gljc0800.pfb) = %{tl_version} +Provides: tex(gljc1000.pfb) = %{tl_version} +Provides: tex(gljc1200.pfb) = %{tl_version} +Provides: tex(gljc1382.pfb) = %{tl_version} +Provides: tex(gljc1659.pfb) = %{tl_version} +Provides: tex(gljc1991.pfb) = %{tl_version} +Provides: tex(gljc2389.pfb) = %{tl_version} +Provides: tex(gljc2866.pfb) = %{tl_version} +Provides: tex(gljc3440.pfb) = %{tl_version} +Provides: tex(gljc4128.pfb) = %{tl_version} +Provides: tex(gljn0700.pfb) = %{tl_version} +Provides: tex(gljn0800.pfb) = %{tl_version} +Provides: tex(gljn1000.pfb) = %{tl_version} +Provides: tex(gljn1200.pfb) = %{tl_version} +Provides: tex(gljn1382.pfb) = %{tl_version} +Provides: tex(gljn1659.pfb) = %{tl_version} +Provides: tex(gljn1991.pfb) = %{tl_version} +Provides: tex(gljn2389.pfb) = %{tl_version} +Provides: tex(gljn2866.pfb) = %{tl_version} +Provides: tex(gljn3440.pfb) = %{tl_version} +Provides: tex(gljn4128.pfb) = %{tl_version} +Provides: tex(gljo0700.pfb) = %{tl_version} +Provides: tex(gljo0800.pfb) = %{tl_version} +Provides: tex(gljo1000.pfb) = %{tl_version} +Provides: tex(gljo1200.pfb) = %{tl_version} +Provides: tex(gljo1382.pfb) = %{tl_version} +Provides: tex(gljo1659.pfb) = %{tl_version} +Provides: tex(gljo1991.pfb) = %{tl_version} +Provides: tex(gljo2389.pfb) = %{tl_version} +Provides: tex(gljo2866.pfb) = %{tl_version} +Provides: tex(gljo3440.pfb) = %{tl_version} +Provides: tex(gljo4128.pfb) = %{tl_version} +Provides: tex(glmc0700.pfb) = %{tl_version} +Provides: tex(glmc0800.pfb) = %{tl_version} +Provides: tex(glmc1000.pfb) = %{tl_version} +Provides: tex(glmc1200.pfb) = %{tl_version} +Provides: tex(glmc1382.pfb) = %{tl_version} +Provides: tex(glmc1659.pfb) = %{tl_version} +Provides: tex(glmc1991.pfb) = %{tl_version} +Provides: tex(glmc2389.pfb) = %{tl_version} +Provides: tex(glmc2866.pfb) = %{tl_version} +Provides: tex(glmc3440.pfb) = %{tl_version} +Provides: tex(glmc4128.pfb) = %{tl_version} +Provides: tex(glmi0700.pfb) = %{tl_version} +Provides: tex(glmi0800.pfb) = %{tl_version} +Provides: tex(glmi1000.pfb) = %{tl_version} +Provides: tex(glmi1200.pfb) = %{tl_version} +Provides: tex(glmi1382.pfb) = %{tl_version} +Provides: tex(glmi1659.pfb) = %{tl_version} +Provides: tex(glmi1991.pfb) = %{tl_version} +Provides: tex(glmi2389.pfb) = %{tl_version} +Provides: tex(glmi2866.pfb) = %{tl_version} +Provides: tex(glmi3440.pfb) = %{tl_version} +Provides: tex(glmi4128.pfb) = %{tl_version} +Provides: tex(glmn0700.pfb) = %{tl_version} +Provides: tex(glmn0800.pfb) = %{tl_version} +Provides: tex(glmn1000.pfb) = %{tl_version} +Provides: tex(glmn1200.pfb) = %{tl_version} +Provides: tex(glmn1382.pfb) = %{tl_version} +Provides: tex(glmn1659.pfb) = %{tl_version} +Provides: tex(glmn1991.pfb) = %{tl_version} +Provides: tex(glmn2389.pfb) = %{tl_version} +Provides: tex(glmn2866.pfb) = %{tl_version} +Provides: tex(glmn3440.pfb) = %{tl_version} +Provides: tex(glmn4128.pfb) = %{tl_version} +Provides: tex(glmo0700.pfb) = %{tl_version} +Provides: tex(glmo0800.pfb) = %{tl_version} +Provides: tex(glmo1000.pfb) = %{tl_version} +Provides: tex(glmo1200.pfb) = %{tl_version} +Provides: tex(glmo1382.pfb) = %{tl_version} +Provides: tex(glmo1659.pfb) = %{tl_version} +Provides: tex(glmo1991.pfb) = %{tl_version} +Provides: tex(glmo2389.pfb) = %{tl_version} +Provides: tex(glmo2866.pfb) = %{tl_version} +Provides: tex(glmo3440.pfb) = %{tl_version} +Provides: tex(glmo4128.pfb) = %{tl_version} +Provides: tex(glmu0700.pfb) = %{tl_version} +Provides: tex(glmu0800.pfb) = %{tl_version} +Provides: tex(glmu1000.pfb) = %{tl_version} +Provides: tex(glmu1200.pfb) = %{tl_version} +Provides: tex(glmu1382.pfb) = %{tl_version} +Provides: tex(glmu1659.pfb) = %{tl_version} +Provides: tex(glmu1991.pfb) = %{tl_version} +Provides: tex(glmu2389.pfb) = %{tl_version} +Provides: tex(glmu2866.pfb) = %{tl_version} +Provides: tex(glmu3440.pfb) = %{tl_version} +Provides: tex(glmu4128.pfb) = %{tl_version} +Provides: tex(gltc0700.pfb) = %{tl_version} +Provides: tex(gltc0800.pfb) = %{tl_version} +Provides: tex(gltc1000.pfb) = %{tl_version} +Provides: tex(gltc1200.pfb) = %{tl_version} +Provides: tex(gltc1382.pfb) = %{tl_version} +Provides: tex(gltc1659.pfb) = %{tl_version} +Provides: tex(gltc1991.pfb) = %{tl_version} +Provides: tex(gltc2389.pfb) = %{tl_version} +Provides: tex(gltc2866.pfb) = %{tl_version} +Provides: tex(gltc3440.pfb) = %{tl_version} +Provides: tex(gltc4128.pfb) = %{tl_version} +Provides: tex(gltn0700.pfb) = %{tl_version} +Provides: tex(gltn0800.pfb) = %{tl_version} +Provides: tex(gltn1000.pfb) = %{tl_version} +Provides: tex(gltn1200.pfb) = %{tl_version} +Provides: tex(gltn1382.pfb) = %{tl_version} +Provides: tex(gltn1659.pfb) = %{tl_version} +Provides: tex(gltn1991.pfb) = %{tl_version} +Provides: tex(gltn2389.pfb) = %{tl_version} +Provides: tex(gltn2866.pfb) = %{tl_version} +Provides: tex(gltn3440.pfb) = %{tl_version} +Provides: tex(gltn4128.pfb) = %{tl_version} +Provides: tex(glto0700.pfb) = %{tl_version} +Provides: tex(glto0800.pfb) = %{tl_version} +Provides: tex(glto1000.pfb) = %{tl_version} +Provides: tex(glto1200.pfb) = %{tl_version} +Provides: tex(glto1382.pfb) = %{tl_version} +Provides: tex(glto1659.pfb) = %{tl_version} +Provides: tex(glto1991.pfb) = %{tl_version} +Provides: tex(glto2389.pfb) = %{tl_version} +Provides: tex(glto2866.pfb) = %{tl_version} +Provides: tex(glto3440.pfb) = %{tl_version} +Provides: tex(glto4128.pfb) = %{tl_version} +Provides: tex(glwc0700.pfb) = %{tl_version} +Provides: tex(glwc0800.pfb) = %{tl_version} +Provides: tex(glwc1000.pfb) = %{tl_version} +Provides: tex(glwc1200.pfb) = %{tl_version} +Provides: tex(glwc1382.pfb) = %{tl_version} +Provides: tex(glwc1659.pfb) = %{tl_version} +Provides: tex(glwc1991.pfb) = %{tl_version} +Provides: tex(glwc2389.pfb) = %{tl_version} +Provides: tex(glwc2866.pfb) = %{tl_version} +Provides: tex(glwc3440.pfb) = %{tl_version} +Provides: tex(glwc4128.pfb) = %{tl_version} +Provides: tex(glwi0700.pfb) = %{tl_version} +Provides: tex(glwi0800.pfb) = %{tl_version} +Provides: tex(glwi1000.pfb) = %{tl_version} +Provides: tex(glwi1200.pfb) = %{tl_version} +Provides: tex(glwi1382.pfb) = %{tl_version} +Provides: tex(glwi1659.pfb) = %{tl_version} +Provides: tex(glwi1991.pfb) = %{tl_version} +Provides: tex(glwi2389.pfb) = %{tl_version} +Provides: tex(glwi2866.pfb) = %{tl_version} +Provides: tex(glwi3440.pfb) = %{tl_version} +Provides: tex(glwi4128.pfb) = %{tl_version} +Provides: tex(glwn0700.pfb) = %{tl_version} +Provides: tex(glwn0800.pfb) = %{tl_version} +Provides: tex(glwn1000.pfb) = %{tl_version} +Provides: tex(glwn1200.pfb) = %{tl_version} +Provides: tex(glwn1382.pfb) = %{tl_version} +Provides: tex(glwn1659.pfb) = %{tl_version} +Provides: tex(glwn1991.pfb) = %{tl_version} +Provides: tex(glwn2389.pfb) = %{tl_version} +Provides: tex(glwn2866.pfb) = %{tl_version} +Provides: tex(glwn3440.pfb) = %{tl_version} +Provides: tex(glwn4128.pfb) = %{tl_version} +Provides: tex(glwo0700.pfb) = %{tl_version} +Provides: tex(glwo0800.pfb) = %{tl_version} +Provides: tex(glwo1000.pfb) = %{tl_version} +Provides: tex(glwo1200.pfb) = %{tl_version} +Provides: tex(glwo1382.pfb) = %{tl_version} +Provides: tex(glwo1659.pfb) = %{tl_version} +Provides: tex(glwo1991.pfb) = %{tl_version} +Provides: tex(glwo2389.pfb) = %{tl_version} +Provides: tex(glwo2866.pfb) = %{tl_version} +Provides: tex(glwo3440.pfb) = %{tl_version} +Provides: tex(glwo4128.pfb) = %{tl_version} +Provides: tex(glwu0700.pfb) = %{tl_version} +Provides: tex(glwu0800.pfb) = %{tl_version} +Provides: tex(glwu1000.pfb) = %{tl_version} +Provides: tex(glwu1200.pfb) = %{tl_version} +Provides: tex(glwu1382.pfb) = %{tl_version} +Provides: tex(glwu1659.pfb) = %{tl_version} +Provides: tex(glwu1991.pfb) = %{tl_version} +Provides: tex(glwu2389.pfb) = %{tl_version} +Provides: tex(glwu2866.pfb) = %{tl_version} +Provides: tex(glwu3440.pfb) = %{tl_version} +Provides: tex(glwu4128.pfb) = %{tl_version} +Provides: tex(glxc0700.pfb) = %{tl_version} +Provides: tex(glxc0800.pfb) = %{tl_version} +Provides: tex(glxc1000.pfb) = %{tl_version} +Provides: tex(glxc1200.pfb) = %{tl_version} +Provides: tex(glxc1382.pfb) = %{tl_version} +Provides: tex(glxc1659.pfb) = %{tl_version} +Provides: tex(glxc1991.pfb) = %{tl_version} +Provides: tex(glxc2389.pfb) = %{tl_version} +Provides: tex(glxc2866.pfb) = %{tl_version} +Provides: tex(glxc3440.pfb) = %{tl_version} +Provides: tex(glxc4128.pfb) = %{tl_version} +Provides: tex(glxi0700.pfb) = %{tl_version} +Provides: tex(glxi0800.pfb) = %{tl_version} +Provides: tex(glxi1000.pfb) = %{tl_version} +Provides: tex(glxi1200.pfb) = %{tl_version} +Provides: tex(glxi1382.pfb) = %{tl_version} +Provides: tex(glxi1659.pfb) = %{tl_version} +Provides: tex(glxi1991.pfb) = %{tl_version} +Provides: tex(glxi2389.pfb) = %{tl_version} +Provides: tex(glxi2866.pfb) = %{tl_version} +Provides: tex(glxi3440.pfb) = %{tl_version} +Provides: tex(glxi4128.pfb) = %{tl_version} +Provides: tex(glxn0700.pfb) = %{tl_version} +Provides: tex(glxn0800.pfb) = %{tl_version} +Provides: tex(glxn1000.pfb) = %{tl_version} +Provides: tex(glxn1200.pfb) = %{tl_version} +Provides: tex(glxn1382.pfb) = %{tl_version} +Provides: tex(glxn1659.pfb) = %{tl_version} +Provides: tex(glxn1991.pfb) = %{tl_version} +Provides: tex(glxn2389.pfb) = %{tl_version} +Provides: tex(glxn2866.pfb) = %{tl_version} +Provides: tex(glxn3440.pfb) = %{tl_version} +Provides: tex(glxn4128.pfb) = %{tl_version} +Provides: tex(glxo0700.pfb) = %{tl_version} +Provides: tex(glxo0800.pfb) = %{tl_version} +Provides: tex(glxo1000.pfb) = %{tl_version} +Provides: tex(glxo1200.pfb) = %{tl_version} +Provides: tex(glxo1382.pfb) = %{tl_version} +Provides: tex(glxo1659.pfb) = %{tl_version} +Provides: tex(glxo1991.pfb) = %{tl_version} +Provides: tex(glxo2389.pfb) = %{tl_version} +Provides: tex(glxo2866.pfb) = %{tl_version} +Provides: tex(glxo3440.pfb) = %{tl_version} +Provides: tex(glxo4128.pfb) = %{tl_version} +Provides: tex(glxu0700.pfb) = %{tl_version} +Provides: tex(glxu0800.pfb) = %{tl_version} +Provides: tex(glxu1000.pfb) = %{tl_version} +Provides: tex(glxu1200.pfb) = %{tl_version} +Provides: tex(glxu1382.pfb) = %{tl_version} +Provides: tex(glxu1659.pfb) = %{tl_version} +Provides: tex(glxu1991.pfb) = %{tl_version} +Provides: tex(glxu2389.pfb) = %{tl_version} +Provides: tex(glxu2866.pfb) = %{tl_version} +Provides: tex(glxu3440.pfb) = %{tl_version} +Provides: tex(glxu4128.pfb) = %{tl_version} +Provides: tex(gmmn0500.pfb) = %{tl_version} +Provides: tex(gmmn0600.pfb) = %{tl_version} +Provides: tex(gmmn0700.pfb) = %{tl_version} +Provides: tex(gmmn0800.pfb) = %{tl_version} +Provides: tex(gmmn0900.pfb) = %{tl_version} +Provides: tex(gmmn1000.pfb) = %{tl_version} +Provides: tex(gmmn1095.pfb) = %{tl_version} +Provides: tex(gmmn1200.pfb) = %{tl_version} +Provides: tex(gmmn1440.pfb) = %{tl_version} +Provides: tex(gmmn1728.pfb) = %{tl_version} +Provides: tex(gmmn2074.pfb) = %{tl_version} +Provides: tex(gmmn2488.pfb) = %{tl_version} +Provides: tex(gmmn2986.pfb) = %{tl_version} +Provides: tex(gmmn3583.pfb) = %{tl_version} +Provides: tex(gmmo0500.pfb) = %{tl_version} +Provides: tex(gmmo0600.pfb) = %{tl_version} +Provides: tex(gmmo0700.pfb) = %{tl_version} +Provides: tex(gmmo0800.pfb) = %{tl_version} +Provides: tex(gmmo0900.pfb) = %{tl_version} +Provides: tex(gmmo1000.pfb) = %{tl_version} +Provides: tex(gmmo1095.pfb) = %{tl_version} +Provides: tex(gmmo1200.pfb) = %{tl_version} +Provides: tex(gmmo1440.pfb) = %{tl_version} +Provides: tex(gmmo1728.pfb) = %{tl_version} +Provides: tex(gmmo2074.pfb) = %{tl_version} +Provides: tex(gmmo2488.pfb) = %{tl_version} +Provides: tex(gmmo2986.pfb) = %{tl_version} +Provides: tex(gmmo3583.pfb) = %{tl_version} +Provides: tex(gmtr0500.pfb) = %{tl_version} +Provides: tex(gmtr0600.pfb) = %{tl_version} +Provides: tex(gmtr0700.pfb) = %{tl_version} +Provides: tex(gmtr0800.pfb) = %{tl_version} +Provides: tex(gmtr0900.pfb) = %{tl_version} +Provides: tex(gmtr1000.pfb) = %{tl_version} +Provides: tex(gmtr1095.pfb) = %{tl_version} +Provides: tex(gmtr1200.pfb) = %{tl_version} +Provides: tex(gmtr1440.pfb) = %{tl_version} +Provides: tex(gmtr1728.pfb) = %{tl_version} +Provides: tex(gmtr2074.pfb) = %{tl_version} +Provides: tex(gmtr2488.pfb) = %{tl_version} +Provides: tex(gmtr2986.pfb) = %{tl_version} +Provides: tex(gmtr3583.pfb) = %{tl_version} +Provides: tex(gmxn0500.pfb) = %{tl_version} +Provides: tex(gmxn0600.pfb) = %{tl_version} +Provides: tex(gmxn0700.pfb) = %{tl_version} +Provides: tex(gmxn0800.pfb) = %{tl_version} +Provides: tex(gmxn0900.pfb) = %{tl_version} +Provides: tex(gmxn1000.pfb) = %{tl_version} +Provides: tex(gmxn1095.pfb) = %{tl_version} +Provides: tex(gmxn1200.pfb) = %{tl_version} +Provides: tex(gmxn1440.pfb) = %{tl_version} +Provides: tex(gmxn1728.pfb) = %{tl_version} +Provides: tex(gmxn2074.pfb) = %{tl_version} +Provides: tex(gmxn2488.pfb) = %{tl_version} +Provides: tex(gmxn2986.pfb) = %{tl_version} +Provides: tex(gmxn3583.pfb) = %{tl_version} +Provides: tex(gmxo0500.pfb) = %{tl_version} +Provides: tex(gmxo0600.pfb) = %{tl_version} +Provides: tex(gmxo0700.pfb) = %{tl_version} +Provides: tex(gmxo0800.pfb) = %{tl_version} +Provides: tex(gmxo0900.pfb) = %{tl_version} +Provides: tex(gmxo1000.pfb) = %{tl_version} +Provides: tex(gmxo1095.pfb) = %{tl_version} +Provides: tex(gmxo1200.pfb) = %{tl_version} +Provides: tex(gmxo1440.pfb) = %{tl_version} +Provides: tex(gmxo1728.pfb) = %{tl_version} +Provides: tex(gmxo2074.pfb) = %{tl_version} +Provides: tex(gmxo2488.pfb) = %{tl_version} +Provides: tex(gmxo2986.pfb) = %{tl_version} +Provides: tex(gmxo3583.pfb) = %{tl_version} +Provides: tex(gomc0500.pfb) = %{tl_version} +Provides: tex(gomc0600.pfb) = %{tl_version} +Provides: tex(gomc0700.pfb) = %{tl_version} +Provides: tex(gomc0800.pfb) = %{tl_version} +Provides: tex(gomc0900.pfb) = %{tl_version} +Provides: tex(gomc1000.pfb) = %{tl_version} +Provides: tex(gomc1095.pfb) = %{tl_version} +Provides: tex(gomc1200.pfb) = %{tl_version} +Provides: tex(gomc1440.pfb) = %{tl_version} +Provides: tex(gomc1728.pfb) = %{tl_version} +Provides: tex(gomc2074.pfb) = %{tl_version} +Provides: tex(gomc2488.pfb) = %{tl_version} +Provides: tex(gomc2986.pfb) = %{tl_version} +Provides: tex(gomc3583.pfb) = %{tl_version} +Provides: tex(gomi0500.pfb) = %{tl_version} +Provides: tex(gomi0600.pfb) = %{tl_version} +Provides: tex(gomi0700.pfb) = %{tl_version} +Provides: tex(gomi0800.pfb) = %{tl_version} +Provides: tex(gomi0900.pfb) = %{tl_version} +Provides: tex(gomi1000.pfb) = %{tl_version} +Provides: tex(gomi1095.pfb) = %{tl_version} +Provides: tex(gomi1200.pfb) = %{tl_version} +Provides: tex(gomi1440.pfb) = %{tl_version} +Provides: tex(gomi1728.pfb) = %{tl_version} +Provides: tex(gomi2074.pfb) = %{tl_version} +Provides: tex(gomi2488.pfb) = %{tl_version} +Provides: tex(gomi2986.pfb) = %{tl_version} +Provides: tex(gomi3583.pfb) = %{tl_version} +Provides: tex(gomn0500.pfb) = %{tl_version} +Provides: tex(gomn0600.pfb) = %{tl_version} +Provides: tex(gomn0700.pfb) = %{tl_version} +Provides: tex(gomn0800.pfb) = %{tl_version} +Provides: tex(gomn0900.pfb) = %{tl_version} +Provides: tex(gomn1000.pfb) = %{tl_version} +Provides: tex(gomn1095.pfb) = %{tl_version} +Provides: tex(gomn1200.pfb) = %{tl_version} +Provides: tex(gomn1440.pfb) = %{tl_version} +Provides: tex(gomn1728.pfb) = %{tl_version} +Provides: tex(gomn2074.pfb) = %{tl_version} +Provides: tex(gomn2488.pfb) = %{tl_version} +Provides: tex(gomn2986.pfb) = %{tl_version} +Provides: tex(gomn3583.pfb) = %{tl_version} +Provides: tex(gomo0500.pfb) = %{tl_version} +Provides: tex(gomo0600.pfb) = %{tl_version} +Provides: tex(gomo0700.pfb) = %{tl_version} +Provides: tex(gomo0800.pfb) = %{tl_version} +Provides: tex(gomo0900.pfb) = %{tl_version} +Provides: tex(gomo1000.pfb) = %{tl_version} +Provides: tex(gomo1095.pfb) = %{tl_version} +Provides: tex(gomo1200.pfb) = %{tl_version} +Provides: tex(gomo1440.pfb) = %{tl_version} +Provides: tex(gomo1728.pfb) = %{tl_version} +Provides: tex(gomo2074.pfb) = %{tl_version} +Provides: tex(gomo2488.pfb) = %{tl_version} +Provides: tex(gomo2986.pfb) = %{tl_version} +Provides: tex(gomo3583.pfb) = %{tl_version} +Provides: tex(gomu0500.pfb) = %{tl_version} +Provides: tex(gomu0600.pfb) = %{tl_version} +Provides: tex(gomu0700.pfb) = %{tl_version} +Provides: tex(gomu0800.pfb) = %{tl_version} +Provides: tex(gomu0900.pfb) = %{tl_version} +Provides: tex(gomu1000.pfb) = %{tl_version} +Provides: tex(gomu1095.pfb) = %{tl_version} +Provides: tex(gomu1200.pfb) = %{tl_version} +Provides: tex(gomu1440.pfb) = %{tl_version} +Provides: tex(gomu1728.pfb) = %{tl_version} +Provides: tex(gomu2074.pfb) = %{tl_version} +Provides: tex(gomu2488.pfb) = %{tl_version} +Provides: tex(gomu2986.pfb) = %{tl_version} +Provides: tex(gomu3583.pfb) = %{tl_version} +Provides: tex(goxc0500.pfb) = %{tl_version} +Provides: tex(goxc0600.pfb) = %{tl_version} +Provides: tex(goxc0700.pfb) = %{tl_version} +Provides: tex(goxc0800.pfb) = %{tl_version} +Provides: tex(goxc0900.pfb) = %{tl_version} +Provides: tex(goxc1000.pfb) = %{tl_version} +Provides: tex(goxc1095.pfb) = %{tl_version} +Provides: tex(goxc1200.pfb) = %{tl_version} +Provides: tex(goxc1440.pfb) = %{tl_version} +Provides: tex(goxc1728.pfb) = %{tl_version} +Provides: tex(goxc2074.pfb) = %{tl_version} +Provides: tex(goxc2488.pfb) = %{tl_version} +Provides: tex(goxc2986.pfb) = %{tl_version} +Provides: tex(goxc3583.pfb) = %{tl_version} +Provides: tex(goxi0500.pfb) = %{tl_version} +Provides: tex(goxi0600.pfb) = %{tl_version} +Provides: tex(goxi0700.pfb) = %{tl_version} +Provides: tex(goxi0800.pfb) = %{tl_version} +Provides: tex(goxi0900.pfb) = %{tl_version} +Provides: tex(goxi1000.pfb) = %{tl_version} +Provides: tex(goxi1095.pfb) = %{tl_version} +Provides: tex(goxi1200.pfb) = %{tl_version} +Provides: tex(goxi1440.pfb) = %{tl_version} +Provides: tex(goxi1728.pfb) = %{tl_version} +Provides: tex(goxi2074.pfb) = %{tl_version} +Provides: tex(goxi2488.pfb) = %{tl_version} +Provides: tex(goxi2986.pfb) = %{tl_version} +Provides: tex(goxi3583.pfb) = %{tl_version} +Provides: tex(goxn0500.pfb) = %{tl_version} +Provides: tex(goxn0600.pfb) = %{tl_version} +Provides: tex(goxn0700.pfb) = %{tl_version} +Provides: tex(goxn0800.pfb) = %{tl_version} +Provides: tex(goxn0900.pfb) = %{tl_version} +Provides: tex(goxn1000.pfb) = %{tl_version} +Provides: tex(goxn1095.pfb) = %{tl_version} +Provides: tex(goxn1200.pfb) = %{tl_version} +Provides: tex(goxn1440.pfb) = %{tl_version} +Provides: tex(goxn1728.pfb) = %{tl_version} +Provides: tex(goxn2074.pfb) = %{tl_version} +Provides: tex(goxn2488.pfb) = %{tl_version} +Provides: tex(goxn2986.pfb) = %{tl_version} +Provides: tex(goxn3583.pfb) = %{tl_version} +Provides: tex(goxo0500.pfb) = %{tl_version} +Provides: tex(goxo0600.pfb) = %{tl_version} +Provides: tex(goxo0700.pfb) = %{tl_version} +Provides: tex(goxo0800.pfb) = %{tl_version} +Provides: tex(goxo0900.pfb) = %{tl_version} +Provides: tex(goxo1000.pfb) = %{tl_version} +Provides: tex(goxo1095.pfb) = %{tl_version} +Provides: tex(goxo1200.pfb) = %{tl_version} +Provides: tex(goxo1440.pfb) = %{tl_version} +Provides: tex(goxo1728.pfb) = %{tl_version} +Provides: tex(goxo2074.pfb) = %{tl_version} +Provides: tex(goxo2488.pfb) = %{tl_version} +Provides: tex(goxo2986.pfb) = %{tl_version} +Provides: tex(goxo3583.pfb) = %{tl_version} +Provides: tex(goxu0500.pfb) = %{tl_version} +Provides: tex(goxu0600.pfb) = %{tl_version} +Provides: tex(goxu0700.pfb) = %{tl_version} +Provides: tex(goxu0800.pfb) = %{tl_version} +Provides: tex(goxu0900.pfb) = %{tl_version} +Provides: tex(goxu1000.pfb) = %{tl_version} +Provides: tex(goxu1095.pfb) = %{tl_version} +Provides: tex(goxu1200.pfb) = %{tl_version} +Provides: tex(goxu1440.pfb) = %{tl_version} +Provides: tex(goxu1728.pfb) = %{tl_version} +Provides: tex(goxu2074.pfb) = %{tl_version} +Provides: tex(goxu2488.pfb) = %{tl_version} +Provides: tex(goxu2986.pfb) = %{tl_version} +Provides: tex(goxu3583.pfb) = %{tl_version} +Provides: tex(grbl0500.pfb) = %{tl_version} +Provides: tex(grbl0600.pfb) = %{tl_version} +Provides: tex(grbl0700.pfb) = %{tl_version} +Provides: tex(grbl0800.pfb) = %{tl_version} +Provides: tex(grbl0900.pfb) = %{tl_version} +Provides: tex(grbl1000.pfb) = %{tl_version} +Provides: tex(grbl1095.pfb) = %{tl_version} +Provides: tex(grbl1200.pfb) = %{tl_version} +Provides: tex(grbl1440.pfb) = %{tl_version} +Provides: tex(grbl1728.pfb) = %{tl_version} +Provides: tex(grbl2074.pfb) = %{tl_version} +Provides: tex(grbl2488.pfb) = %{tl_version} +Provides: tex(grbl2986.pfb) = %{tl_version} +Provides: tex(grbl3583.pfb) = %{tl_version} +Provides: tex(grmc0500.pfb) = %{tl_version} +Provides: tex(grmc0600.pfb) = %{tl_version} +Provides: tex(grmc0700.pfb) = %{tl_version} +Provides: tex(grmc0800.pfb) = %{tl_version} +Provides: tex(grmc0900.pfb) = %{tl_version} +Provides: tex(grmc1000.pfb) = %{tl_version} +Provides: tex(grmc1095.pfb) = %{tl_version} +Provides: tex(grmc1200.pfb) = %{tl_version} +Provides: tex(grmc1440.pfb) = %{tl_version} +Provides: tex(grmc1728.pfb) = %{tl_version} +Provides: tex(grmc2074.pfb) = %{tl_version} +Provides: tex(grmc2488.pfb) = %{tl_version} +Provides: tex(grmc2986.pfb) = %{tl_version} +Provides: tex(grmc3583.pfb) = %{tl_version} +Provides: tex(grmi0500.pfb) = %{tl_version} +Provides: tex(grmi0600.pfb) = %{tl_version} +Provides: tex(grmi0700.pfb) = %{tl_version} +Provides: tex(grmi0800.pfb) = %{tl_version} +Provides: tex(grmi0900.pfb) = %{tl_version} +Provides: tex(grmi1000.pfb) = %{tl_version} +Provides: tex(grmi1095.pfb) = %{tl_version} +Provides: tex(grmi1200.pfb) = %{tl_version} +Provides: tex(grmi1440.pfb) = %{tl_version} +Provides: tex(grmi1728.pfb) = %{tl_version} +Provides: tex(grmi2074.pfb) = %{tl_version} +Provides: tex(grmi2488.pfb) = %{tl_version} +Provides: tex(grmi2986.pfb) = %{tl_version} +Provides: tex(grmi3583.pfb) = %{tl_version} +Provides: tex(grml0500.pfb) = %{tl_version} +Provides: tex(grml0600.pfb) = %{tl_version} +Provides: tex(grml0700.pfb) = %{tl_version} +Provides: tex(grml0800.pfb) = %{tl_version} +Provides: tex(grml0900.pfb) = %{tl_version} +Provides: tex(grml1000.pfb) = %{tl_version} +Provides: tex(grml1095.pfb) = %{tl_version} +Provides: tex(grml1200.pfb) = %{tl_version} +Provides: tex(grml1440.pfb) = %{tl_version} +Provides: tex(grml1728.pfb) = %{tl_version} +Provides: tex(grml2074.pfb) = %{tl_version} +Provides: tex(grml2488.pfb) = %{tl_version} +Provides: tex(grml2986.pfb) = %{tl_version} +Provides: tex(grml3583.pfb) = %{tl_version} +Provides: tex(grmn0500.pfb) = %{tl_version} +Provides: tex(grmn0600.pfb) = %{tl_version} +Provides: tex(grmn0700.pfb) = %{tl_version} +Provides: tex(grmn0800.pfb) = %{tl_version} +Provides: tex(grmn0900.pfb) = %{tl_version} +Provides: tex(grmn1000.pfb) = %{tl_version} +Provides: tex(grmn1095.pfb) = %{tl_version} +Provides: tex(grmn1200.pfb) = %{tl_version} +Provides: tex(grmn1440.pfb) = %{tl_version} +Provides: tex(grmn1728.pfb) = %{tl_version} +Provides: tex(grmn2074.pfb) = %{tl_version} +Provides: tex(grmn2488.pfb) = %{tl_version} +Provides: tex(grmn2986.pfb) = %{tl_version} +Provides: tex(grmn3583.pfb) = %{tl_version} +Provides: tex(grmo0500.pfb) = %{tl_version} +Provides: tex(grmo0600.pfb) = %{tl_version} +Provides: tex(grmo0700.pfb) = %{tl_version} +Provides: tex(grmo0800.pfb) = %{tl_version} +Provides: tex(grmo0900.pfb) = %{tl_version} +Provides: tex(grmo1000.pfb) = %{tl_version} +Provides: tex(grmo1095.pfb) = %{tl_version} +Provides: tex(grmo1200.pfb) = %{tl_version} +Provides: tex(grmo1440.pfb) = %{tl_version} +Provides: tex(grmo1728.pfb) = %{tl_version} +Provides: tex(grmo2074.pfb) = %{tl_version} +Provides: tex(grmo2488.pfb) = %{tl_version} +Provides: tex(grmo2986.pfb) = %{tl_version} +Provides: tex(grmo3583.pfb) = %{tl_version} +Provides: tex(grmu0500.pfb) = %{tl_version} +Provides: tex(grmu0600.pfb) = %{tl_version} +Provides: tex(grmu0700.pfb) = %{tl_version} +Provides: tex(grmu0800.pfb) = %{tl_version} +Provides: tex(grmu0900.pfb) = %{tl_version} +Provides: tex(grmu1000.pfb) = %{tl_version} +Provides: tex(grmu1095.pfb) = %{tl_version} +Provides: tex(grmu1200.pfb) = %{tl_version} +Provides: tex(grmu1440.pfb) = %{tl_version} +Provides: tex(grmu1728.pfb) = %{tl_version} +Provides: tex(grmu2074.pfb) = %{tl_version} +Provides: tex(grmu2488.pfb) = %{tl_version} +Provides: tex(grmu2986.pfb) = %{tl_version} +Provides: tex(grmu3583.pfb) = %{tl_version} +Provides: tex(grxc0500.pfb) = %{tl_version} +Provides: tex(grxc0600.pfb) = %{tl_version} +Provides: tex(grxc0700.pfb) = %{tl_version} +Provides: tex(grxc0800.pfb) = %{tl_version} +Provides: tex(grxc0900.pfb) = %{tl_version} +Provides: tex(grxc1000.pfb) = %{tl_version} +Provides: tex(grxc1095.pfb) = %{tl_version} +Provides: tex(grxc1200.pfb) = %{tl_version} +Provides: tex(grxc1440.pfb) = %{tl_version} +Provides: tex(grxc1728.pfb) = %{tl_version} +Provides: tex(grxc2074.pfb) = %{tl_version} +Provides: tex(grxc2488.pfb) = %{tl_version} +Provides: tex(grxc2986.pfb) = %{tl_version} +Provides: tex(grxc3583.pfb) = %{tl_version} +Provides: tex(grxi0500.pfb) = %{tl_version} +Provides: tex(grxi0600.pfb) = %{tl_version} +Provides: tex(grxi0700.pfb) = %{tl_version} +Provides: tex(grxi0800.pfb) = %{tl_version} +Provides: tex(grxi0900.pfb) = %{tl_version} +Provides: tex(grxi1000.pfb) = %{tl_version} +Provides: tex(grxi1095.pfb) = %{tl_version} +Provides: tex(grxi1200.pfb) = %{tl_version} +Provides: tex(grxi1440.pfb) = %{tl_version} +Provides: tex(grxi1728.pfb) = %{tl_version} +Provides: tex(grxi2074.pfb) = %{tl_version} +Provides: tex(grxi2488.pfb) = %{tl_version} +Provides: tex(grxi2986.pfb) = %{tl_version} +Provides: tex(grxi3583.pfb) = %{tl_version} +Provides: tex(grxl0500.pfb) = %{tl_version} +Provides: tex(grxl0600.pfb) = %{tl_version} +Provides: tex(grxl0700.pfb) = %{tl_version} +Provides: tex(grxl0800.pfb) = %{tl_version} +Provides: tex(grxl0900.pfb) = %{tl_version} +Provides: tex(grxl1000.pfb) = %{tl_version} +Provides: tex(grxl1095.pfb) = %{tl_version} +Provides: tex(grxl1200.pfb) = %{tl_version} +Provides: tex(grxl1440.pfb) = %{tl_version} +Provides: tex(grxl1728.pfb) = %{tl_version} +Provides: tex(grxl2074.pfb) = %{tl_version} +Provides: tex(grxl2488.pfb) = %{tl_version} +Provides: tex(grxl2986.pfb) = %{tl_version} +Provides: tex(grxl3583.pfb) = %{tl_version} +Provides: tex(grxn0500.pfb) = %{tl_version} +Provides: tex(grxn0600.pfb) = %{tl_version} +Provides: tex(grxn0700.pfb) = %{tl_version} +Provides: tex(grxn0800.pfb) = %{tl_version} +Provides: tex(grxn0900.pfb) = %{tl_version} +Provides: tex(grxn1000.pfb) = %{tl_version} +Provides: tex(grxn1095.pfb) = %{tl_version} +Provides: tex(grxn1200.pfb) = %{tl_version} +Provides: tex(grxn1440.pfb) = %{tl_version} +Provides: tex(grxn1728.pfb) = %{tl_version} +Provides: tex(grxn2074.pfb) = %{tl_version} +Provides: tex(grxn2488.pfb) = %{tl_version} +Provides: tex(grxn2986.pfb) = %{tl_version} +Provides: tex(grxn3583.pfb) = %{tl_version} +Provides: tex(grxo0500.pfb) = %{tl_version} +Provides: tex(grxo0600.pfb) = %{tl_version} +Provides: tex(grxo0700.pfb) = %{tl_version} +Provides: tex(grxo0800.pfb) = %{tl_version} +Provides: tex(grxo0900.pfb) = %{tl_version} +Provides: tex(grxo1000.pfb) = %{tl_version} +Provides: tex(grxo1095.pfb) = %{tl_version} +Provides: tex(grxo1200.pfb) = %{tl_version} +Provides: tex(grxo1440.pfb) = %{tl_version} +Provides: tex(grxo1728.pfb) = %{tl_version} +Provides: tex(grxo2074.pfb) = %{tl_version} +Provides: tex(grxo2488.pfb) = %{tl_version} +Provides: tex(grxo2986.pfb) = %{tl_version} +Provides: tex(grxo3583.pfb) = %{tl_version} +Provides: tex(grxu0500.pfb) = %{tl_version} +Provides: tex(grxu0600.pfb) = %{tl_version} +Provides: tex(grxu0700.pfb) = %{tl_version} +Provides: tex(grxu0800.pfb) = %{tl_version} +Provides: tex(grxu0900.pfb) = %{tl_version} +Provides: tex(grxu1000.pfb) = %{tl_version} +Provides: tex(grxu1095.pfb) = %{tl_version} +Provides: tex(grxu1200.pfb) = %{tl_version} +Provides: tex(grxu1440.pfb) = %{tl_version} +Provides: tex(grxu1728.pfb) = %{tl_version} +Provides: tex(grxu2074.pfb) = %{tl_version} +Provides: tex(grxu2488.pfb) = %{tl_version} +Provides: tex(grxu2986.pfb) = %{tl_version} +Provides: tex(grxu3583.pfb) = %{tl_version} +Provides: tex(gsma0500.pfb) = %{tl_version} +Provides: tex(gsma0600.pfb) = %{tl_version} +Provides: tex(gsma0700.pfb) = %{tl_version} +Provides: tex(gsma0800.pfb) = %{tl_version} +Provides: tex(gsma0900.pfb) = %{tl_version} +Provides: tex(gsma1000.pfb) = %{tl_version} +Provides: tex(gsma1095.pfb) = %{tl_version} +Provides: tex(gsma1200.pfb) = %{tl_version} +Provides: tex(gsma1440.pfb) = %{tl_version} +Provides: tex(gsma1728.pfb) = %{tl_version} +Provides: tex(gsma2074.pfb) = %{tl_version} +Provides: tex(gsma2488.pfb) = %{tl_version} +Provides: tex(gsma2986.pfb) = %{tl_version} +Provides: tex(gsma3583.pfb) = %{tl_version} +Provides: tex(gsmc0500.pfb) = %{tl_version} +Provides: tex(gsmc0600.pfb) = %{tl_version} +Provides: tex(gsmc0700.pfb) = %{tl_version} +Provides: tex(gsmc0800.pfb) = %{tl_version} +Provides: tex(gsmc0900.pfb) = %{tl_version} +Provides: tex(gsmc1000.pfb) = %{tl_version} +Provides: tex(gsmc1095.pfb) = %{tl_version} +Provides: tex(gsmc1200.pfb) = %{tl_version} +Provides: tex(gsmc1440.pfb) = %{tl_version} +Provides: tex(gsmc1728.pfb) = %{tl_version} +Provides: tex(gsmc2074.pfb) = %{tl_version} +Provides: tex(gsmc2488.pfb) = %{tl_version} +Provides: tex(gsmc2986.pfb) = %{tl_version} +Provides: tex(gsmc3583.pfb) = %{tl_version} +Provides: tex(gsme0500.pfb) = %{tl_version} +Provides: tex(gsme0600.pfb) = %{tl_version} +Provides: tex(gsme0700.pfb) = %{tl_version} +Provides: tex(gsme0800.pfb) = %{tl_version} +Provides: tex(gsme0900.pfb) = %{tl_version} +Provides: tex(gsme1000.pfb) = %{tl_version} +Provides: tex(gsme1095.pfb) = %{tl_version} +Provides: tex(gsme1200.pfb) = %{tl_version} +Provides: tex(gsme1440.pfb) = %{tl_version} +Provides: tex(gsme1728.pfb) = %{tl_version} +Provides: tex(gsme2074.pfb) = %{tl_version} +Provides: tex(gsme2488.pfb) = %{tl_version} +Provides: tex(gsme2986.pfb) = %{tl_version} +Provides: tex(gsme3583.pfb) = %{tl_version} +Provides: tex(gsmi0500.pfb) = %{tl_version} +Provides: tex(gsmi0600.pfb) = %{tl_version} +Provides: tex(gsmi0700.pfb) = %{tl_version} +Provides: tex(gsmi0800.pfb) = %{tl_version} +Provides: tex(gsmi0900.pfb) = %{tl_version} +Provides: tex(gsmi1000.pfb) = %{tl_version} +Provides: tex(gsmi1095.pfb) = %{tl_version} +Provides: tex(gsmi1200.pfb) = %{tl_version} +Provides: tex(gsmi1440.pfb) = %{tl_version} +Provides: tex(gsmi1728.pfb) = %{tl_version} +Provides: tex(gsmi2074.pfb) = %{tl_version} +Provides: tex(gsmi2488.pfb) = %{tl_version} +Provides: tex(gsmi2986.pfb) = %{tl_version} +Provides: tex(gsmi3583.pfb) = %{tl_version} +Provides: tex(gsmn0500.pfb) = %{tl_version} +Provides: tex(gsmn0600.pfb) = %{tl_version} +Provides: tex(gsmn0700.pfb) = %{tl_version} +Provides: tex(gsmn0800.pfb) = %{tl_version} +Provides: tex(gsmn0900.pfb) = %{tl_version} +Provides: tex(gsmn1000.pfb) = %{tl_version} +Provides: tex(gsmn1095.pfb) = %{tl_version} +Provides: tex(gsmn1200.pfb) = %{tl_version} +Provides: tex(gsmn1440.pfb) = %{tl_version} +Provides: tex(gsmn1728.pfb) = %{tl_version} +Provides: tex(gsmn2074.pfb) = %{tl_version} +Provides: tex(gsmn2488.pfb) = %{tl_version} +Provides: tex(gsmn2986.pfb) = %{tl_version} +Provides: tex(gsmn3583.pfb) = %{tl_version} +Provides: tex(gsmo0500.pfb) = %{tl_version} +Provides: tex(gsmo0600.pfb) = %{tl_version} +Provides: tex(gsmo0700.pfb) = %{tl_version} +Provides: tex(gsmo0800.pfb) = %{tl_version} +Provides: tex(gsmo0900.pfb) = %{tl_version} +Provides: tex(gsmo1000.pfb) = %{tl_version} +Provides: tex(gsmo1095.pfb) = %{tl_version} +Provides: tex(gsmo1200.pfb) = %{tl_version} +Provides: tex(gsmo1440.pfb) = %{tl_version} +Provides: tex(gsmo1728.pfb) = %{tl_version} +Provides: tex(gsmo2074.pfb) = %{tl_version} +Provides: tex(gsmo2488.pfb) = %{tl_version} +Provides: tex(gsmo2986.pfb) = %{tl_version} +Provides: tex(gsmo3583.pfb) = %{tl_version} +Provides: tex(gsmu0500.pfb) = %{tl_version} +Provides: tex(gsmu0600.pfb) = %{tl_version} +Provides: tex(gsmu0700.pfb) = %{tl_version} +Provides: tex(gsmu0800.pfb) = %{tl_version} +Provides: tex(gsmu0900.pfb) = %{tl_version} +Provides: tex(gsmu1000.pfb) = %{tl_version} +Provides: tex(gsmu1095.pfb) = %{tl_version} +Provides: tex(gsmu1200.pfb) = %{tl_version} +Provides: tex(gsmu1440.pfb) = %{tl_version} +Provides: tex(gsmu1728.pfb) = %{tl_version} +Provides: tex(gsmu2074.pfb) = %{tl_version} +Provides: tex(gsmu2488.pfb) = %{tl_version} +Provides: tex(gsmu2986.pfb) = %{tl_version} +Provides: tex(gsmu3583.pfb) = %{tl_version} +Provides: tex(gsxa0500.pfb) = %{tl_version} +Provides: tex(gsxa0600.pfb) = %{tl_version} +Provides: tex(gsxa0700.pfb) = %{tl_version} +Provides: tex(gsxa0800.pfb) = %{tl_version} +Provides: tex(gsxa0900.pfb) = %{tl_version} +Provides: tex(gsxa1000.pfb) = %{tl_version} +Provides: tex(gsxa1095.pfb) = %{tl_version} +Provides: tex(gsxa1200.pfb) = %{tl_version} +Provides: tex(gsxa1440.pfb) = %{tl_version} +Provides: tex(gsxa1728.pfb) = %{tl_version} +Provides: tex(gsxa2074.pfb) = %{tl_version} +Provides: tex(gsxa2488.pfb) = %{tl_version} +Provides: tex(gsxa2986.pfb) = %{tl_version} +Provides: tex(gsxa3583.pfb) = %{tl_version} +Provides: tex(gsxc0500.pfb) = %{tl_version} +Provides: tex(gsxc0600.pfb) = %{tl_version} +Provides: tex(gsxc0700.pfb) = %{tl_version} +Provides: tex(gsxc0800.pfb) = %{tl_version} +Provides: tex(gsxc0900.pfb) = %{tl_version} +Provides: tex(gsxc1000.pfb) = %{tl_version} +Provides: tex(gsxc1095.pfb) = %{tl_version} +Provides: tex(gsxc1200.pfb) = %{tl_version} +Provides: tex(gsxc1440.pfb) = %{tl_version} +Provides: tex(gsxc1728.pfb) = %{tl_version} +Provides: tex(gsxc2074.pfb) = %{tl_version} +Provides: tex(gsxc2488.pfb) = %{tl_version} +Provides: tex(gsxc2986.pfb) = %{tl_version} +Provides: tex(gsxc3583.pfb) = %{tl_version} +Provides: tex(gsxe0500.pfb) = %{tl_version} +Provides: tex(gsxe0600.pfb) = %{tl_version} +Provides: tex(gsxe0700.pfb) = %{tl_version} +Provides: tex(gsxe0800.pfb) = %{tl_version} +Provides: tex(gsxe0900.pfb) = %{tl_version} +Provides: tex(gsxe1000.pfb) = %{tl_version} +Provides: tex(gsxe1095.pfb) = %{tl_version} +Provides: tex(gsxe1200.pfb) = %{tl_version} +Provides: tex(gsxe1440.pfb) = %{tl_version} +Provides: tex(gsxe1728.pfb) = %{tl_version} +Provides: tex(gsxe2074.pfb) = %{tl_version} +Provides: tex(gsxe2488.pfb) = %{tl_version} +Provides: tex(gsxe2986.pfb) = %{tl_version} +Provides: tex(gsxe3583.pfb) = %{tl_version} +Provides: tex(gsxi0500.pfb) = %{tl_version} +Provides: tex(gsxi0600.pfb) = %{tl_version} +Provides: tex(gsxi0700.pfb) = %{tl_version} +Provides: tex(gsxi0800.pfb) = %{tl_version} +Provides: tex(gsxi0900.pfb) = %{tl_version} +Provides: tex(gsxi1000.pfb) = %{tl_version} +Provides: tex(gsxi1095.pfb) = %{tl_version} +Provides: tex(gsxi1200.pfb) = %{tl_version} +Provides: tex(gsxi1440.pfb) = %{tl_version} +Provides: tex(gsxi1728.pfb) = %{tl_version} +Provides: tex(gsxi2074.pfb) = %{tl_version} +Provides: tex(gsxi2488.pfb) = %{tl_version} +Provides: tex(gsxi2986.pfb) = %{tl_version} +Provides: tex(gsxi3583.pfb) = %{tl_version} +Provides: tex(gsxn0500.pfb) = %{tl_version} +Provides: tex(gsxn0600.pfb) = %{tl_version} +Provides: tex(gsxn0700.pfb) = %{tl_version} +Provides: tex(gsxn0800.pfb) = %{tl_version} +Provides: tex(gsxn0900.pfb) = %{tl_version} +Provides: tex(gsxn1000.pfb) = %{tl_version} +Provides: tex(gsxn1095.pfb) = %{tl_version} +Provides: tex(gsxn1200.pfb) = %{tl_version} +Provides: tex(gsxn1440.pfb) = %{tl_version} +Provides: tex(gsxn1728.pfb) = %{tl_version} +Provides: tex(gsxn2074.pfb) = %{tl_version} +Provides: tex(gsxn2488.pfb) = %{tl_version} +Provides: tex(gsxn2986.pfb) = %{tl_version} +Provides: tex(gsxn3583.pfb) = %{tl_version} +Provides: tex(gsxo0500.pfb) = %{tl_version} +Provides: tex(gsxo0600.pfb) = %{tl_version} +Provides: tex(gsxo0700.pfb) = %{tl_version} +Provides: tex(gsxo0800.pfb) = %{tl_version} +Provides: tex(gsxo0900.pfb) = %{tl_version} +Provides: tex(gsxo1000.pfb) = %{tl_version} +Provides: tex(gsxo1095.pfb) = %{tl_version} +Provides: tex(gsxo1200.pfb) = %{tl_version} +Provides: tex(gsxo1440.pfb) = %{tl_version} +Provides: tex(gsxo1728.pfb) = %{tl_version} +Provides: tex(gsxo2074.pfb) = %{tl_version} +Provides: tex(gsxo2488.pfb) = %{tl_version} +Provides: tex(gsxo2986.pfb) = %{tl_version} +Provides: tex(gsxo3583.pfb) = %{tl_version} +Provides: tex(gsxu0500.pfb) = %{tl_version} +Provides: tex(gsxu0600.pfb) = %{tl_version} +Provides: tex(gsxu0700.pfb) = %{tl_version} +Provides: tex(gsxu0800.pfb) = %{tl_version} +Provides: tex(gsxu0900.pfb) = %{tl_version} +Provides: tex(gsxu1000.pfb) = %{tl_version} +Provides: tex(gsxu1095.pfb) = %{tl_version} +Provides: tex(gsxu1200.pfb) = %{tl_version} +Provides: tex(gsxu1440.pfb) = %{tl_version} +Provides: tex(gsxu1728.pfb) = %{tl_version} +Provides: tex(gsxu2074.pfb) = %{tl_version} +Provides: tex(gsxu2488.pfb) = %{tl_version} +Provides: tex(gsxu2986.pfb) = %{tl_version} +Provides: tex(gsxu3583.pfb) = %{tl_version} +Provides: tex(gttc0500.pfb) = %{tl_version} +Provides: tex(gttc0600.pfb) = %{tl_version} +Provides: tex(gttc0700.pfb) = %{tl_version} +Provides: tex(gttc0800.pfb) = %{tl_version} +Provides: tex(gttc0900.pfb) = %{tl_version} +Provides: tex(gttc1000.pfb) = %{tl_version} +Provides: tex(gttc1095.pfb) = %{tl_version} +Provides: tex(gttc1200.pfb) = %{tl_version} +Provides: tex(gttc1440.pfb) = %{tl_version} +Provides: tex(gttc1728.pfb) = %{tl_version} +Provides: tex(gttc2074.pfb) = %{tl_version} +Provides: tex(gttc2488.pfb) = %{tl_version} +Provides: tex(gttc2986.pfb) = %{tl_version} +Provides: tex(gttc3583.pfb) = %{tl_version} +Provides: tex(gtti0500.pfb) = %{tl_version} +Provides: tex(gtti0600.pfb) = %{tl_version} +Provides: tex(gtti0700.pfb) = %{tl_version} +Provides: tex(gtti0800.pfb) = %{tl_version} +Provides: tex(gtti0900.pfb) = %{tl_version} +Provides: tex(gtti1000.pfb) = %{tl_version} +Provides: tex(gtti1095.pfb) = %{tl_version} +Provides: tex(gtti1200.pfb) = %{tl_version} +Provides: tex(gtti1440.pfb) = %{tl_version} +Provides: tex(gtti1728.pfb) = %{tl_version} +Provides: tex(gtti2074.pfb) = %{tl_version} +Provides: tex(gtti2488.pfb) = %{tl_version} +Provides: tex(gtti2986.pfb) = %{tl_version} +Provides: tex(gtti3583.pfb) = %{tl_version} +Provides: tex(gttn0500.pfb) = %{tl_version} +Provides: tex(gttn0600.pfb) = %{tl_version} +Provides: tex(gttn0700.pfb) = %{tl_version} +Provides: tex(gttn0800.pfb) = %{tl_version} +Provides: tex(gttn0900.pfb) = %{tl_version} +Provides: tex(gttn1000.pfb) = %{tl_version} +Provides: tex(gttn1095.pfb) = %{tl_version} +Provides: tex(gttn1200.pfb) = %{tl_version} +Provides: tex(gttn1440.pfb) = %{tl_version} +Provides: tex(gttn1728.pfb) = %{tl_version} +Provides: tex(gttn2074.pfb) = %{tl_version} +Provides: tex(gttn2488.pfb) = %{tl_version} +Provides: tex(gttn2986.pfb) = %{tl_version} +Provides: tex(gttn3583.pfb) = %{tl_version} +Provides: tex(gtto0500.pfb) = %{tl_version} +Provides: tex(gtto0600.pfb) = %{tl_version} +Provides: tex(gtto0700.pfb) = %{tl_version} +Provides: tex(gtto0800.pfb) = %{tl_version} +Provides: tex(gtto0900.pfb) = %{tl_version} +Provides: tex(gtto1000.pfb) = %{tl_version} +Provides: tex(gtto1095.pfb) = %{tl_version} +Provides: tex(gtto1200.pfb) = %{tl_version} +Provides: tex(gtto1440.pfb) = %{tl_version} +Provides: tex(gtto1728.pfb) = %{tl_version} +Provides: tex(gtto2074.pfb) = %{tl_version} +Provides: tex(gtto2488.pfb) = %{tl_version} +Provides: tex(gtto2986.pfb) = %{tl_version} +Provides: tex(gtto3583.pfb) = %{tl_version} +Provides: tex(gttu0500.pfb) = %{tl_version} +Provides: tex(gttu0600.pfb) = %{tl_version} +Provides: tex(gttu0700.pfb) = %{tl_version} +Provides: tex(gttu0800.pfb) = %{tl_version} +Provides: tex(gttu0900.pfb) = %{tl_version} +Provides: tex(gttu1000.pfb) = %{tl_version} +Provides: tex(gttu1095.pfb) = %{tl_version} +Provides: tex(gttu1200.pfb) = %{tl_version} +Provides: tex(gttu1440.pfb) = %{tl_version} +Provides: tex(gttu1728.pfb) = %{tl_version} +Provides: tex(gttu2074.pfb) = %{tl_version} +Provides: tex(gttu2488.pfb) = %{tl_version} +Provides: tex(gttu2986.pfb) = %{tl_version} +Provides: tex(gttu3583.pfb) = %{tl_version} + +%description cbfonts +This bundle presents the whole of Beccari's original Greek font +set, both as MetaFont source and in Adobe Type 1 format. The +set is available at the same wide set of design sizes as are +such font sets as the EC fonts. + +date: 2010-07-13 20:13:45 +0200 + +%post cbfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap cbgreek-full.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cbgreek-full.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cbfonts +if [ $1 == 0 ] ; then +sed -i '/^MixedMap cbgreek-full.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cbfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cbfonts-doc +Summary: Documentation for cbfonts +Version: svn20304.0 +Release: %{tl_noarch_release} +Provides: tex-cbfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description cbfonts-doc +Documentation for cbfonts + +%package ccaption +Provides: tex-ccaption = %{tl_version} +License: LPPL 1.3 +Summary: Continuation headings and legends for floats +Version: svn23443.3.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ccaption.sty) = %{tl_version} + +%description ccaption +A package providing commands for 'continuation captions', +unnumbered captions, and also a non-specific legend heading for +any environment. Methods are also provided to define captions +for use outside float (e.g., figure and table) environments, +and to define new float environments and Lists of Floats. Tools +are provided for specifying your own captioning styles. + +date: 2009-09-02 11:33:10 +0200 + +%post ccaption +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ccaption +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ccaption +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ccaption-doc +Summary: Documentation for ccaption +Version: svn23443.3.2b +Release: %{tl_noarch_release} +Provides: tex-ccaption-doc +BuildArch: noarch +AutoReqProv: No + +%description ccaption-doc +Documentation for ccaption + +%package ccfonts +Provides: tex-ccfonts = %{tl_version} +License: LPPL +Summary: Support for Concrete text and math fonts in LaTeX +Version: svn17122.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ccfonts.sty) = %{tl_version} +Provides: tex(t1ccr.fd) = %{tl_version} +Provides: tex(ts1ccr.fd) = %{tl_version} + +%description ccfonts +LaTeX font definition files for the Concrete fonts and a LaTeX +package for typesetting documents using Concrete as the default +font family. The files support OT1, T1, TS1, and Concrete +mathematics including AMS fonts (Ulrik Vieth's concmath). + +date: 2010-02-21 01:29:55 +0100 + +%post ccfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ccfonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ccfonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ccfonts-doc +Summary: Documentation for ccfonts +Version: svn17122.1.1 +Release: %{tl_noarch_release} +Provides: tex-ccfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description ccfonts-doc +Documentation for ccfonts + +%package ccicons +Provides: tex-ccicons = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX support for Creative Commons icons +Version: svn30020.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(ccicons-u.enc) = %{tl_version} +Provides: tex(ccicons.map) = %{tl_version} +Provides: tex(ccicons.otf) = %{tl_version} +Provides: tex(ccicons.tfm) = %{tl_version} +Provides: tex(ccicons.pfb) = %{tl_version} +Provides: tex(ccicons.sty) = %{tl_version} + +%description ccicons +The package provides the means to typeset Creative Commons +icons, in documents licensed under CC licences. A font (in +Adobe Type 1 format) and LaTeX support macros are provided. + +date: 2013-04-17 11:42:52 +0200 + +%post ccicons +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ccicons.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ccicons.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ccicons +if [ $1 == 0 ] ; then +sed -i '/^Map ccicons.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ccicons +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ccicons-doc +Summary: Documentation for ccicons +Version: svn30020.1.5 +Release: %{tl_noarch_release} +Provides: tex-ccicons-doc +BuildArch: noarch +AutoReqProv: No + +%description ccicons-doc +Documentation for ccicons + +%package cclicenses +Provides: tex-cclicenses = %{tl_version} +License: LPPL +Summary: Typeset Creative Commons licence logos +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(rotating.sty) +Provides: tex(cclicenses.sty) = %{tl_version} + +%description cclicenses +The cclicenses package helps users typesetting Creative Commons +logos in LaTeX. It defines some commands useful to quickly +write these logos, related to CC licences versions 1.0 and 2.0. + +date: 2008-08-17 13:56:26 +0200 + +%post cclicenses +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cclicenses +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cclicenses +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cclicenses-doc +Summary: Documentation for cclicenses +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cclicenses-doc +BuildArch: noarch +AutoReqProv: No + +%description cclicenses-doc +Documentation for cclicenses + +%package cc-pl +Provides: tex-cc-pl = %{tl_version} +License: Public Domain +Summary: Polish extension of Computer Concrete fonts +Version: svn15878.1.02.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ccpl.map) = %{tl_version} +Provides: tex(pccsc10.tfm) = %{tl_version} +Provides: tex(pcmi10.tfm) = %{tl_version} +Provides: tex(pcr10.tfm) = %{tl_version} +Provides: tex(pcr5.tfm) = %{tl_version} +Provides: tex(pcr6.tfm) = %{tl_version} +Provides: tex(pcr7.tfm) = %{tl_version} +Provides: tex(pcr8.tfm) = %{tl_version} +Provides: tex(pcr9.tfm) = %{tl_version} +Provides: tex(pcsl10.tfm) = %{tl_version} +Provides: tex(pcslc9.tfm) = %{tl_version} +Provides: tex(pcti10.tfm) = %{tl_version} +Provides: tex(pccsc10.pfb) = %{tl_version} +Provides: tex(pcmi10.pfb) = %{tl_version} +Provides: tex(pcr10.pfb) = %{tl_version} +Provides: tex(pcr5.pfb) = %{tl_version} +Provides: tex(pcr6.pfb) = %{tl_version} +Provides: tex(pcr7.pfb) = %{tl_version} +Provides: tex(pcr8.pfb) = %{tl_version} +Provides: tex(pcr9.pfb) = %{tl_version} +Provides: tex(pcsl10.pfb) = %{tl_version} +Provides: tex(pcslc9.pfb) = %{tl_version} +Provides: tex(pcti10.pfb) = %{tl_version} + +%description cc-pl +These MetaFont sources rely on the availability of the MetaFont +'Polish' fonts and of the MetaFont sources of the original +Concrete fonts. Adobe Type 1 versions of the fonts are +included. + +date: 2009-09-24 20:53:04 +0200 + +%post cc-pl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap ccpl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap ccpl.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cc-pl +if [ $1 == 0 ] ; then +sed -i '/^MixedMap ccpl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cc-pl +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cc-pl-doc +Summary: Documentation for cc-pl +Version: svn15878.1.02.2 +Release: %{tl_noarch_release} +Provides: tex-cc-pl-doc +BuildArch: noarch +AutoReqProv: No + +%description cc-pl-doc +Documentation for cc-pl + +%package cd-cover +Provides: tex-cd-cover = %{tl_version} +License: GPL+ +Summary: Typeset CD covers +Version: svn17121.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(rotating.sty) +Provides: tex(cd-cover.cls) = %{tl_version} + +%description cd-cover +The CD-cover class will typeset front and back cover sheets for +CD jewel cases, or an entire paper cover, or a label for a +plastic slip-cover. + +date: 2010-02-21 01:36:59 +0100 + +%post cd-cover +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cd-cover +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cd-cover +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cd-cover-doc +Summary: Documentation for cd-cover +Version: svn17121.1.0 +Release: %{tl_noarch_release} +Provides: tex-cd-cover-doc +BuildArch: noarch +AutoReqProv: No + +%description cd-cover-doc +Documentation for cd-cover + +%package cdpbundl +Provides: tex-cdpbundl = %{tl_version} +License: LPPL +Summary: Business letters in the Italian style +Version: svn15878.0.34 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(epsfig.sty) +Requires: tex(eepic.sty) +Provides: tex(adiseal.sty) = %{tl_version} +Provides: tex(articoletteracdp.cls) = %{tl_version} +Provides: tex(cdpaddon.sty) = %{tl_version} +Provides: tex(cdpshues-example.def) = %{tl_version} +Provides: tex(cdpshues.cfg) = %{tl_version} +Provides: tex(epson-stylus-740.def) = %{tl_version} +Provides: tex(hp-laserjet-4500.def) = %{tl_version} +Provides: tex(lettcdpadi.cls) = %{tl_version} +Provides: tex(letteracdp.cls) = %{tl_version} + +%description cdpbundl +The C.D.P. Bundle can be used to typeset high-quality business +letters formatted according to Italian style conventions. It is +highly configurable, and its modular structure provides you +with building blocks of increasing level, by means of which you +can compose a large variety of letters. It is also possible to +write letters divided into sections and paragraphs, to include +floating figures and tables, and to have the relevant indexes +compiled automatically. A single input file can contain several +letters, and each letter will have its own table of contents, +etc., independant from the other ones. + +date: 2007-01-31 23:04:11 +0100 + +%post cdpbundl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cdpbundl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cdpbundl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cdpbundl-doc +Summary: Documentation for cdpbundl +Version: svn15878.0.34 +Release: %{tl_noarch_release} +Provides: tex-cdpbundl-doc +BuildArch: noarch +AutoReqProv: No + +%description cdpbundl-doc +Documentation for cdpbundl + +%package cd +Provides: tex-cd = %{tl_version} +License: GPL+ +Summary: Typeset CD covers +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(rotating.sty) +Provides: tex(cd.cls) = %{tl_version} + +%description cd +Normal usage will ordinarily require no more than a simple data +file per cover; the package will make a full insert for a CD +case (it copes with both normal and slim cases). + +date: 2008-05-06 19:08:04 +0200 + +%post cd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cd-doc +Summary: Documentation for cd +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-cd-doc +BuildArch: noarch +AutoReqProv: No + +%description cd-doc +Documentation for cd + +%package cellspace +Provides: tex-cellspace = %{tl_version} +License: LPPL +Summary: Ensure minimal spacing of table cells +Version: svn15878.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(array.sty) +Requires: tex(calc.sty) +Requires: tex(amsmath.sty) +Provides: tex(cellspace.sty) = %{tl_version} + +%description cellspace +It is well known that high or deep cells tend to touch the +\hlines of a tabular. This package provides a modifier S acting +on usual column types so that to ensure a minimal distance that +can be controlled through two parameters \cellspacetoplimit and +\cellspacebottomlimit. The approach employed by this package is +noticeably simpler than that of tabls, which considers the +dimensions of each entire row; whereas you can ask the +cellspace only to look at the cells of potentially difficult +columns. + +date: 2009-08-03 16:22:07 +0200 + +%post cellspace +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cellspace +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cellspace +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cellspace-doc +Summary: Documentation for cellspace +Version: svn15878.1.6 +Release: %{tl_noarch_release} +Provides: tex-cellspace-doc +BuildArch: noarch +AutoReqProv: No + +%description cellspace-doc +Documentation for cellspace + +%package cell +Provides: tex-cell = %{tl_version} +License: Public Domain +Summary: Bibliography style for Cell +Version: svn20756.1.28_2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(cite.sty) +Provides: tex(cell.sty) = %{tl_version} + +%description cell +This is an "apa-like" style (cf. apalike.bst in the BibTeX +distribution), developed from the same author's JMB style. A +supporting LaTeX package is also provided. + +date: 2010-12-15 11:00:48 +0100 + +%post cell +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cell +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cell +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cell-doc +Summary: Documentation for cell +Version: svn20756.1.28_2.03 +Release: %{tl_noarch_release} +Provides: tex-cell-doc +BuildArch: noarch +AutoReqProv: No + +%description cell-doc +Documentation for cell + +%package censor +Provides: tex-censor = %{tl_version} +License: LPPL 1.3 +Summary: Facilities for controlling restricted text in a document +Version: svn30208.3.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(censor.sty) = %{tl_version} + +%description censor +The package allows a convenient redaction/censor capability to +be employed, for those who need to protect restricted +information, etc. The package can "redact" anything that can be +enclosed by a LaTeX box. + +date: 2013-05-02 20:50:09 +0200 + +%post censor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun censor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans censor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package censor-doc +Summary: Documentation for censor +Version: svn30208.3.10 +Release: %{tl_noarch_release} +Provides: tex-censor-doc +BuildArch: noarch +AutoReqProv: No + +%description censor-doc +Documentation for censor + +%package cfr-lm +Provides: tex-cfr-lm = %{tl_version} +License: LPPL +Summary: Enhanced support for the Latin Modern fonts +Version: svn19666.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(dotdigits-clm.enc) = %{tl_version} +Provides: tex(t1-clm.enc) = %{tl_version} +Provides: tex(clm.map) = %{tl_version} +Provides: tex(clmb28t10.tfm) = %{tl_version} +Provides: tex(clmb2j8t10.tfm) = %{tl_version} +Provides: tex(clmb2jo8t10.tfm) = %{tl_version} +Provides: tex(clmb2o8t10.tfm) = %{tl_version} +Provides: tex(clmb8t10.tfm) = %{tl_version} +Provides: tex(clmbj8t10.tfm) = %{tl_version} +Provides: tex(clmbjo8t10.tfm) = %{tl_version} +Provides: tex(clmbo8t10.tfm) = %{tl_version} +Provides: tex(clmbx28t10.tfm) = %{tl_version} +Provides: tex(clmbx28t12.tfm) = %{tl_version} +Provides: tex(clmbx28t5.tfm) = %{tl_version} +Provides: tex(clmbx28t6.tfm) = %{tl_version} +Provides: tex(clmbx28t7.tfm) = %{tl_version} +Provides: tex(clmbx28t8.tfm) = %{tl_version} +Provides: tex(clmbx28t9.tfm) = %{tl_version} +Provides: tex(clmbx2i8t10.tfm) = %{tl_version} +Provides: tex(clmbx2ij8t10.tfm) = %{tl_version} +Provides: tex(clmbx2j8t10.tfm) = %{tl_version} +Provides: tex(clmbx2j8t12.tfm) = %{tl_version} +Provides: tex(clmbx2j8t5.tfm) = %{tl_version} +Provides: tex(clmbx2j8t6.tfm) = %{tl_version} +Provides: tex(clmbx2j8t7.tfm) = %{tl_version} +Provides: tex(clmbx2j8t8.tfm) = %{tl_version} +Provides: tex(clmbx2j8t9.tfm) = %{tl_version} +Provides: tex(clmbx2jo8t10.tfm) = %{tl_version} +Provides: tex(clmbx2o8t10.tfm) = %{tl_version} +Provides: tex(clmbx8t10.tfm) = %{tl_version} +Provides: tex(clmbx8t12.tfm) = %{tl_version} +Provides: tex(clmbx8t5.tfm) = %{tl_version} +Provides: tex(clmbx8t6.tfm) = %{tl_version} +Provides: tex(clmbx8t7.tfm) = %{tl_version} +Provides: tex(clmbx8t8.tfm) = %{tl_version} +Provides: tex(clmbx8t9.tfm) = %{tl_version} +Provides: tex(clmbxi8t10.tfm) = %{tl_version} +Provides: tex(clmbxj8t10.tfm) = %{tl_version} +Provides: tex(clmbxj8t12.tfm) = %{tl_version} +Provides: tex(clmbxj8t5.tfm) = %{tl_version} +Provides: tex(clmbxj8t6.tfm) = %{tl_version} +Provides: tex(clmbxj8t7.tfm) = %{tl_version} +Provides: tex(clmbxj8t8.tfm) = %{tl_version} +Provides: tex(clmbxj8t9.tfm) = %{tl_version} +Provides: tex(clmbxji8t10.tfm) = %{tl_version} +Provides: tex(clmbxjo8t10.tfm) = %{tl_version} +Provides: tex(clmbxo8t10.tfm) = %{tl_version} +Provides: tex(clmcsc28t10.tfm) = %{tl_version} +Provides: tex(clmcsc2j8t10.tfm) = %{tl_version} +Provides: tex(clmcsc2jo8t10.tfm) = %{tl_version} +Provides: tex(clmcsc2o8t10.tfm) = %{tl_version} +Provides: tex(clmcsc8t10.tfm) = %{tl_version} +Provides: tex(clmcscj8t10.tfm) = %{tl_version} +Provides: tex(clmcscjo8t10.tfm) = %{tl_version} +Provides: tex(clmcsco8t10.tfm) = %{tl_version} +Provides: tex(clmdun2jo8t10.tfm) = %{tl_version} +Provides: tex(clmdun2o8t10.tfm) = %{tl_version} +Provides: tex(clmdunh28t10.tfm) = %{tl_version} +Provides: tex(clmdunh2j8t10.tfm) = %{tl_version} +Provides: tex(clmdunh8t10.tfm) = %{tl_version} +Provides: tex(clmdunhj8t10.tfm) = %{tl_version} +Provides: tex(clmdunjo8t10.tfm) = %{tl_version} +Provides: tex(clmduno8t10.tfm) = %{tl_version} +Provides: tex(clmr28t10.tfm) = %{tl_version} +Provides: tex(clmr28t12.tfm) = %{tl_version} +Provides: tex(clmr28t17.tfm) = %{tl_version} +Provides: tex(clmr28t5.tfm) = %{tl_version} +Provides: tex(clmr28t6.tfm) = %{tl_version} +Provides: tex(clmr28t7.tfm) = %{tl_version} +Provides: tex(clmr28t8.tfm) = %{tl_version} +Provides: tex(clmr28t9.tfm) = %{tl_version} +Provides: tex(clmr2i8t10.tfm) = %{tl_version} +Provides: tex(clmr2i8t12.tfm) = %{tl_version} +Provides: tex(clmr2i8t7.tfm) = %{tl_version} +Provides: tex(clmr2i8t8.tfm) = %{tl_version} +Provides: tex(clmr2i8t9.tfm) = %{tl_version} +Provides: tex(clmr2ij8t10.tfm) = %{tl_version} +Provides: tex(clmr2ij8t12.tfm) = %{tl_version} +Provides: tex(clmr2ij8t7.tfm) = %{tl_version} +Provides: tex(clmr2ij8t8.tfm) = %{tl_version} +Provides: tex(clmr2ij8t9.tfm) = %{tl_version} +Provides: tex(clmr2j8t10.tfm) = %{tl_version} +Provides: tex(clmr2j8t12.tfm) = %{tl_version} +Provides: tex(clmr2j8t17.tfm) = %{tl_version} +Provides: tex(clmr2j8t5.tfm) = %{tl_version} +Provides: tex(clmr2j8t6.tfm) = %{tl_version} +Provides: tex(clmr2j8t7.tfm) = %{tl_version} +Provides: tex(clmr2j8t8.tfm) = %{tl_version} +Provides: tex(clmr2j8t9.tfm) = %{tl_version} +Provides: tex(clmr2jo8t10.tfm) = %{tl_version} +Provides: tex(clmr2jo8t12.tfm) = %{tl_version} +Provides: tex(clmr2jo8t17.tfm) = %{tl_version} +Provides: tex(clmr2jo8t8.tfm) = %{tl_version} +Provides: tex(clmr2jo8t9.tfm) = %{tl_version} +Provides: tex(clmr2o8t10.tfm) = %{tl_version} +Provides: tex(clmr2o8t12.tfm) = %{tl_version} +Provides: tex(clmr2o8t17.tfm) = %{tl_version} +Provides: tex(clmr2o8t8.tfm) = %{tl_version} +Provides: tex(clmr2o8t9.tfm) = %{tl_version} +Provides: tex(clmr8t10.tfm) = %{tl_version} +Provides: tex(clmr8t12.tfm) = %{tl_version} +Provides: tex(clmr8t17.tfm) = %{tl_version} +Provides: tex(clmr8t5.tfm) = %{tl_version} +Provides: tex(clmr8t6.tfm) = %{tl_version} +Provides: tex(clmr8t7.tfm) = %{tl_version} +Provides: tex(clmr8t8.tfm) = %{tl_version} +Provides: tex(clmr8t9.tfm) = %{tl_version} +Provides: tex(clmri8t10.tfm) = %{tl_version} +Provides: tex(clmri8t12.tfm) = %{tl_version} +Provides: tex(clmri8t7.tfm) = %{tl_version} +Provides: tex(clmri8t8.tfm) = %{tl_version} +Provides: tex(clmri8t9.tfm) = %{tl_version} +Provides: tex(clmrj8t10.tfm) = %{tl_version} +Provides: tex(clmrj8t12.tfm) = %{tl_version} +Provides: tex(clmrj8t17.tfm) = %{tl_version} +Provides: tex(clmrj8t5.tfm) = %{tl_version} +Provides: tex(clmrj8t6.tfm) = %{tl_version} +Provides: tex(clmrj8t7.tfm) = %{tl_version} +Provides: tex(clmrj8t8.tfm) = %{tl_version} +Provides: tex(clmrj8t9.tfm) = %{tl_version} +Provides: tex(clmrji8t10.tfm) = %{tl_version} +Provides: tex(clmrji8t12.tfm) = %{tl_version} +Provides: tex(clmrji8t7.tfm) = %{tl_version} +Provides: tex(clmrji8t8.tfm) = %{tl_version} +Provides: tex(clmrji8t9.tfm) = %{tl_version} +Provides: tex(clmrjo8t10.tfm) = %{tl_version} +Provides: tex(clmrjo8t12.tfm) = %{tl_version} +Provides: tex(clmrjo8t17.tfm) = %{tl_version} +Provides: tex(clmrjo8t8.tfm) = %{tl_version} +Provides: tex(clmrjo8t9.tfm) = %{tl_version} +Provides: tex(clmro8t10.tfm) = %{tl_version} +Provides: tex(clmro8t12.tfm) = %{tl_version} +Provides: tex(clmro8t17.tfm) = %{tl_version} +Provides: tex(clmro8t8.tfm) = %{tl_version} +Provides: tex(clmro8t9.tfm) = %{tl_version} +Provides: tex(clmss28t10.tfm) = %{tl_version} +Provides: tex(clmss28t12.tfm) = %{tl_version} +Provides: tex(clmss28t17.tfm) = %{tl_version} +Provides: tex(clmss28t8.tfm) = %{tl_version} +Provides: tex(clmss28t9.tfm) = %{tl_version} +Provides: tex(clmss2j8t10.tfm) = %{tl_version} +Provides: tex(clmss2j8t12.tfm) = %{tl_version} +Provides: tex(clmss2j8t17.tfm) = %{tl_version} +Provides: tex(clmss2j8t8.tfm) = %{tl_version} +Provides: tex(clmss2j8t9.tfm) = %{tl_version} +Provides: tex(clmss2jo8t10.tfm) = %{tl_version} +Provides: tex(clmss2jo8t12.tfm) = %{tl_version} +Provides: tex(clmss2jo8t17.tfm) = %{tl_version} +Provides: tex(clmss2jo8t8.tfm) = %{tl_version} +Provides: tex(clmss2jo8t9.tfm) = %{tl_version} +Provides: tex(clmss8t10.tfm) = %{tl_version} +Provides: tex(clmss8t12.tfm) = %{tl_version} +Provides: tex(clmss8t17.tfm) = %{tl_version} +Provides: tex(clmss8t8.tfm) = %{tl_version} +Provides: tex(clmss8t9.tfm) = %{tl_version} +Provides: tex(clmssb2jo8t10.tfm) = %{tl_version} +Provides: tex(clmssb2o8t10.tfm) = %{tl_version} +Provides: tex(clmssbjo8t10.tfm) = %{tl_version} +Provides: tex(clmssbo8t10.tfm) = %{tl_version} +Provides: tex(clmssbx28t10.tfm) = %{tl_version} +Provides: tex(clmssbx2j8t10.tfm) = %{tl_version} +Provides: tex(clmssbx8t10.tfm) = %{tl_version} +Provides: tex(clmssbxj8t10.tfm) = %{tl_version} +Provides: tex(clmssd2jo8t10.tfm) = %{tl_version} +Provides: tex(clmssd2o8t10.tfm) = %{tl_version} +Provides: tex(clmssdc28t10.tfm) = %{tl_version} +Provides: tex(clmssdc2j8t10.tfm) = %{tl_version} +Provides: tex(clmssdc8t10.tfm) = %{tl_version} +Provides: tex(clmssdcj8t10.tfm) = %{tl_version} +Provides: tex(clmssdjo8t10.tfm) = %{tl_version} +Provides: tex(clmssdo8t10.tfm) = %{tl_version} +Provides: tex(clmssj8t10.tfm) = %{tl_version} +Provides: tex(clmssj8t12.tfm) = %{tl_version} +Provides: tex(clmssj8t17.tfm) = %{tl_version} +Provides: tex(clmssj8t8.tfm) = %{tl_version} +Provides: tex(clmssj8t9.tfm) = %{tl_version} +Provides: tex(clmssjo8t10.tfm) = %{tl_version} +Provides: tex(clmssjo8t12.tfm) = %{tl_version} +Provides: tex(clmssjo8t17.tfm) = %{tl_version} +Provides: tex(clmssjo8t8.tfm) = %{tl_version} +Provides: tex(clmssjo8t9.tfm) = %{tl_version} +Provides: tex(clmsso28t10.tfm) = %{tl_version} +Provides: tex(clmsso28t12.tfm) = %{tl_version} +Provides: tex(clmsso28t17.tfm) = %{tl_version} +Provides: tex(clmsso28t8.tfm) = %{tl_version} +Provides: tex(clmsso28t9.tfm) = %{tl_version} +Provides: tex(clmsso8t10.tfm) = %{tl_version} +Provides: tex(clmsso8t12.tfm) = %{tl_version} +Provides: tex(clmsso8t17.tfm) = %{tl_version} +Provides: tex(clmsso8t8.tfm) = %{tl_version} +Provides: tex(clmsso8t9.tfm) = %{tl_version} +Provides: tex(clmssq28t8.tfm) = %{tl_version} +Provides: tex(clmssq2j8t8.tfm) = %{tl_version} +Provides: tex(clmssq2jo8t8.tfm) = %{tl_version} +Provides: tex(clmssq2o8t8.tfm) = %{tl_version} +Provides: tex(clmssq8t8.tfm) = %{tl_version} +Provides: tex(clmssqb2jo8t8.tfm) = %{tl_version} +Provides: tex(clmssqb2o8t8.tfm) = %{tl_version} +Provides: tex(clmssqbjo8t8.tfm) = %{tl_version} +Provides: tex(clmssqbo8t8.tfm) = %{tl_version} +Provides: tex(clmssqbx28t8.tfm) = %{tl_version} +Provides: tex(clmssqbx2j8t8.tfm) = %{tl_version} +Provides: tex(clmssqbx8t8.tfm) = %{tl_version} +Provides: tex(clmssqbxj8t8.tfm) = %{tl_version} +Provides: tex(clmssqj8t8.tfm) = %{tl_version} +Provides: tex(clmssqjo8t8.tfm) = %{tl_version} +Provides: tex(clmssqo8t8.tfm) = %{tl_version} +Provides: tex(clmtcsc8t10.tfm) = %{tl_version} +Provides: tex(clmtcscj8t10.tfm) = %{tl_version} +Provides: tex(clmtcsjo8t10.tfm) = %{tl_version} +Provides: tex(clmtcso8t10.tfm) = %{tl_version} +Provides: tex(clmtk8t10.tfm) = %{tl_version} +Provides: tex(clmtkj8t10.tfm) = %{tl_version} +Provides: tex(clmtkjo8t10.tfm) = %{tl_version} +Provides: tex(clmtko8t10.tfm) = %{tl_version} +Provides: tex(clmtl8t10.tfm) = %{tl_version} +Provides: tex(clmtlc8t10.tfm) = %{tl_version} +Provides: tex(clmtlcj8t10.tfm) = %{tl_version} +Provides: tex(clmtlcjo8t10.tfm) = %{tl_version} +Provides: tex(clmtlco8t10.tfm) = %{tl_version} +Provides: tex(clmtlj8t10.tfm) = %{tl_version} +Provides: tex(clmtljo8t10.tfm) = %{tl_version} +Provides: tex(clmtlo8t10.tfm) = %{tl_version} +Provides: tex(clmtt8t10.tfm) = %{tl_version} +Provides: tex(clmtt8t12.tfm) = %{tl_version} +Provides: tex(clmtt8t8.tfm) = %{tl_version} +Provides: tex(clmtt8t9.tfm) = %{tl_version} +Provides: tex(clmtti8t10.tfm) = %{tl_version} +Provides: tex(clmttij8t10.tfm) = %{tl_version} +Provides: tex(clmttj8t10.tfm) = %{tl_version} +Provides: tex(clmttj8t12.tfm) = %{tl_version} +Provides: tex(clmttj8t8.tfm) = %{tl_version} +Provides: tex(clmttj8t9.tfm) = %{tl_version} +Provides: tex(clmttjo8t10.tfm) = %{tl_version} +Provides: tex(clmtto8t10.tfm) = %{tl_version} +Provides: tex(clmu28t10.tfm) = %{tl_version} +Provides: tex(clmu2j8t10.tfm) = %{tl_version} +Provides: tex(clmu8t10.tfm) = %{tl_version} +Provides: tex(clmuj8t10.tfm) = %{tl_version} +Provides: tex(clmvtk28t10.tfm) = %{tl_version} +Provides: tex(clmvtk2j8t10.tfm) = %{tl_version} +Provides: tex(clmvtk2jo8t10.tfm) = %{tl_version} +Provides: tex(clmvtk2o8t10.tfm) = %{tl_version} +Provides: tex(clmvtk8t10.tfm) = %{tl_version} +Provides: tex(clmvtkj8t10.tfm) = %{tl_version} +Provides: tex(clmvtkjo8t10.tfm) = %{tl_version} +Provides: tex(clmvtko8t10.tfm) = %{tl_version} +Provides: tex(clmvtl28t10.tfm) = %{tl_version} +Provides: tex(clmvtl2j8t10.tfm) = %{tl_version} +Provides: tex(clmvtl2jo8t10.tfm) = %{tl_version} +Provides: tex(clmvtl2o8t10.tfm) = %{tl_version} +Provides: tex(clmvtl8t10.tfm) = %{tl_version} +Provides: tex(clmvtlj8t10.tfm) = %{tl_version} +Provides: tex(clmvtljo8t10.tfm) = %{tl_version} +Provides: tex(clmvtlo8t10.tfm) = %{tl_version} +Provides: tex(clmvtt28t10.tfm) = %{tl_version} +Provides: tex(clmvtt2j8t10.tfm) = %{tl_version} +Provides: tex(clmvtt2jo8t10.tfm) = %{tl_version} +Provides: tex(clmvtt2o8t10.tfm) = %{tl_version} +Provides: tex(clmvtt8t10.tfm) = %{tl_version} +Provides: tex(clmvttj8t10.tfm) = %{tl_version} +Provides: tex(clmvttjo8t10.tfm) = %{tl_version} +Provides: tex(clmvtto8t10.tfm) = %{tl_version} +Provides: tex(dd-lmb10.tfm) = %{tl_version} +Provides: tex(dd-lmbo10.tfm) = %{tl_version} +Provides: tex(dd-lmbx10.tfm) = %{tl_version} +Provides: tex(dd-lmbx12.tfm) = %{tl_version} +Provides: tex(dd-lmbx5.tfm) = %{tl_version} +Provides: tex(dd-lmbx6.tfm) = %{tl_version} +Provides: tex(dd-lmbx7.tfm) = %{tl_version} +Provides: tex(dd-lmbx8.tfm) = %{tl_version} +Provides: tex(dd-lmbx9.tfm) = %{tl_version} +Provides: tex(dd-lmbxi10.tfm) = %{tl_version} +Provides: tex(dd-lmbxo10.tfm) = %{tl_version} +Provides: tex(dd-lmcsc10.tfm) = %{tl_version} +Provides: tex(dd-lmcsco10.tfm) = %{tl_version} +Provides: tex(dd-lmdunh10.tfm) = %{tl_version} +Provides: tex(dd-lmduno10.tfm) = %{tl_version} +Provides: tex(dd-lmr10.tfm) = %{tl_version} +Provides: tex(dd-lmr12.tfm) = %{tl_version} +Provides: tex(dd-lmr17.tfm) = %{tl_version} +Provides: tex(dd-lmr5.tfm) = %{tl_version} +Provides: tex(dd-lmr6.tfm) = %{tl_version} +Provides: tex(dd-lmr7.tfm) = %{tl_version} +Provides: tex(dd-lmr8.tfm) = %{tl_version} +Provides: tex(dd-lmr9.tfm) = %{tl_version} +Provides: tex(dd-lmri10.tfm) = %{tl_version} +Provides: tex(dd-lmri12.tfm) = %{tl_version} +Provides: tex(dd-lmri7.tfm) = %{tl_version} +Provides: tex(dd-lmri8.tfm) = %{tl_version} +Provides: tex(dd-lmri9.tfm) = %{tl_version} +Provides: tex(dd-lmro10.tfm) = %{tl_version} +Provides: tex(dd-lmro12.tfm) = %{tl_version} +Provides: tex(dd-lmro17.tfm) = %{tl_version} +Provides: tex(dd-lmro8.tfm) = %{tl_version} +Provides: tex(dd-lmro9.tfm) = %{tl_version} +Provides: tex(dd-lmss10.tfm) = %{tl_version} +Provides: tex(dd-lmss12.tfm) = %{tl_version} +Provides: tex(dd-lmss17.tfm) = %{tl_version} +Provides: tex(dd-lmss8.tfm) = %{tl_version} +Provides: tex(dd-lmss9.tfm) = %{tl_version} +Provides: tex(dd-lmssbo10.tfm) = %{tl_version} +Provides: tex(dd-lmssbx10.tfm) = %{tl_version} +Provides: tex(dd-lmssdc10.tfm) = %{tl_version} +Provides: tex(dd-lmssdo10.tfm) = %{tl_version} +Provides: tex(dd-lmsso10.tfm) = %{tl_version} +Provides: tex(dd-lmsso12.tfm) = %{tl_version} +Provides: tex(dd-lmsso17.tfm) = %{tl_version} +Provides: tex(dd-lmsso8.tfm) = %{tl_version} +Provides: tex(dd-lmsso9.tfm) = %{tl_version} +Provides: tex(dd-lmssq8.tfm) = %{tl_version} +Provides: tex(dd-lmssqbo8.tfm) = %{tl_version} +Provides: tex(dd-lmssqbx8.tfm) = %{tl_version} +Provides: tex(dd-lmssqo8.tfm) = %{tl_version} +Provides: tex(dd-lmtcsc10.tfm) = %{tl_version} +Provides: tex(dd-lmtcso10.tfm) = %{tl_version} +Provides: tex(dd-lmtk10.tfm) = %{tl_version} +Provides: tex(dd-lmtko10.tfm) = %{tl_version} +Provides: tex(dd-lmtl10.tfm) = %{tl_version} +Provides: tex(dd-lmtlc10.tfm) = %{tl_version} +Provides: tex(dd-lmtlco10.tfm) = %{tl_version} +Provides: tex(dd-lmtlo10.tfm) = %{tl_version} +Provides: tex(dd-lmtt10.tfm) = %{tl_version} +Provides: tex(dd-lmtt12.tfm) = %{tl_version} +Provides: tex(dd-lmtt8.tfm) = %{tl_version} +Provides: tex(dd-lmtt9.tfm) = %{tl_version} +Provides: tex(dd-lmtti10.tfm) = %{tl_version} +Provides: tex(dd-lmtto10.tfm) = %{tl_version} +Provides: tex(dd-lmu10.tfm) = %{tl_version} +Provides: tex(dd-lmvtk10.tfm) = %{tl_version} +Provides: tex(dd-lmvtko10.tfm) = %{tl_version} +Provides: tex(dd-lmvtl10.tfm) = %{tl_version} +Provides: tex(dd-lmvtlo10.tfm) = %{tl_version} +Provides: tex(dd-lmvtt10.tfm) = %{tl_version} +Provides: tex(dd-lmvtto10.tfm) = %{tl_version} +Provides: tex(lmb8ttl10.tfm) = %{tl_version} +Provides: tex(lmbo8ttl10.tfm) = %{tl_version} +Provides: tex(lmbx8ttl10.tfm) = %{tl_version} +Provides: tex(lmbx8ttl12.tfm) = %{tl_version} +Provides: tex(lmbx8ttl5.tfm) = %{tl_version} +Provides: tex(lmbx8ttl6.tfm) = %{tl_version} +Provides: tex(lmbx8ttl7.tfm) = %{tl_version} +Provides: tex(lmbx8ttl8.tfm) = %{tl_version} +Provides: tex(lmbx8ttl9.tfm) = %{tl_version} +Provides: tex(lmbxi8ttl10.tfm) = %{tl_version} +Provides: tex(lmbxo8ttl10.tfm) = %{tl_version} +Provides: tex(lmcsc8ttl10.tfm) = %{tl_version} +Provides: tex(lmcsco8ttl10.tfm) = %{tl_version} +Provides: tex(lmdunh8ttl10.tfm) = %{tl_version} +Provides: tex(lmduno8ttl10.tfm) = %{tl_version} +Provides: tex(lmr8ttl10.tfm) = %{tl_version} +Provides: tex(lmr8ttl12.tfm) = %{tl_version} +Provides: tex(lmr8ttl17.tfm) = %{tl_version} +Provides: tex(lmr8ttl5.tfm) = %{tl_version} +Provides: tex(lmr8ttl6.tfm) = %{tl_version} +Provides: tex(lmr8ttl7.tfm) = %{tl_version} +Provides: tex(lmr8ttl8.tfm) = %{tl_version} +Provides: tex(lmr8ttl9.tfm) = %{tl_version} +Provides: tex(lmri8ttl10.tfm) = %{tl_version} +Provides: tex(lmri8ttl12.tfm) = %{tl_version} +Provides: tex(lmri8ttl7.tfm) = %{tl_version} +Provides: tex(lmri8ttl8.tfm) = %{tl_version} +Provides: tex(lmri8ttl9.tfm) = %{tl_version} +Provides: tex(lmro8ttl10.tfm) = %{tl_version} +Provides: tex(lmro8ttl12.tfm) = %{tl_version} +Provides: tex(lmro8ttl17.tfm) = %{tl_version} +Provides: tex(lmro8ttl8.tfm) = %{tl_version} +Provides: tex(lmro8ttl9.tfm) = %{tl_version} +Provides: tex(lmss8ttl10.tfm) = %{tl_version} +Provides: tex(lmss8ttl12.tfm) = %{tl_version} +Provides: tex(lmss8ttl17.tfm) = %{tl_version} +Provides: tex(lmss8ttl8.tfm) = %{tl_version} +Provides: tex(lmss8ttl9.tfm) = %{tl_version} +Provides: tex(lmssbo8ttl10.tfm) = %{tl_version} +Provides: tex(lmssbx8ttl10.tfm) = %{tl_version} +Provides: tex(lmssdc8ttl10.tfm) = %{tl_version} +Provides: tex(lmssdo8ttl10.tfm) = %{tl_version} +Provides: tex(lmsso8ttl10.tfm) = %{tl_version} +Provides: tex(lmsso8ttl12.tfm) = %{tl_version} +Provides: tex(lmsso8ttl17.tfm) = %{tl_version} +Provides: tex(lmsso8ttl8.tfm) = %{tl_version} +Provides: tex(lmsso8ttl9.tfm) = %{tl_version} +Provides: tex(lmssq8ttl8.tfm) = %{tl_version} +Provides: tex(lmssqbo8ttl8.tfm) = %{tl_version} +Provides: tex(lmssqbx8ttl8.tfm) = %{tl_version} +Provides: tex(lmssqo8ttl8.tfm) = %{tl_version} +Provides: tex(lmtcsc8ttl10.tfm) = %{tl_version} +Provides: tex(lmtcso8ttl10.tfm) = %{tl_version} +Provides: tex(lmtk8ttl10.tfm) = %{tl_version} +Provides: tex(lmtko8ttl10.tfm) = %{tl_version} +Provides: tex(lmtl8ttl10.tfm) = %{tl_version} +Provides: tex(lmtlc8ttl10.tfm) = %{tl_version} +Provides: tex(lmtlco8ttl10.tfm) = %{tl_version} +Provides: tex(lmtlo8ttl10.tfm) = %{tl_version} +Provides: tex(lmtt8ttl10.tfm) = %{tl_version} +Provides: tex(lmtt8ttl12.tfm) = %{tl_version} +Provides: tex(lmtt8ttl8.tfm) = %{tl_version} +Provides: tex(lmtt8ttl9.tfm) = %{tl_version} +Provides: tex(lmtti8ttl10.tfm) = %{tl_version} +Provides: tex(lmtto8ttl10.tfm) = %{tl_version} +Provides: tex(lmu8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtk8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtko8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtl8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtlo8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtt8ttl10.tfm) = %{tl_version} +Provides: tex(lmvtto8ttl10.tfm) = %{tl_version} +Provides: tex(u-clmb10.tfm) = %{tl_version} +Provides: tex(u-clmbo10.tfm) = %{tl_version} +Provides: tex(u-clmbx10.tfm) = %{tl_version} +Provides: tex(u-clmbx12.tfm) = %{tl_version} +Provides: tex(u-clmbx5.tfm) = %{tl_version} +Provides: tex(u-clmbx6.tfm) = %{tl_version} +Provides: tex(u-clmbx7.tfm) = %{tl_version} +Provides: tex(u-clmbx8.tfm) = %{tl_version} +Provides: tex(u-clmbx9.tfm) = %{tl_version} +Provides: tex(u-clmbxi10.tfm) = %{tl_version} +Provides: tex(u-clmbxo10.tfm) = %{tl_version} +Provides: tex(u-clmcsc10.tfm) = %{tl_version} +Provides: tex(u-clmcsco10.tfm) = %{tl_version} +Provides: tex(u-clmdunh10.tfm) = %{tl_version} +Provides: tex(u-clmduno10.tfm) = %{tl_version} +Provides: tex(u-clmr10.tfm) = %{tl_version} +Provides: tex(u-clmr12.tfm) = %{tl_version} +Provides: tex(u-clmr17.tfm) = %{tl_version} +Provides: tex(u-clmr5.tfm) = %{tl_version} +Provides: tex(u-clmr6.tfm) = %{tl_version} +Provides: tex(u-clmr7.tfm) = %{tl_version} +Provides: tex(u-clmr8.tfm) = %{tl_version} +Provides: tex(u-clmr9.tfm) = %{tl_version} +Provides: tex(u-clmri10.tfm) = %{tl_version} +Provides: tex(u-clmri12.tfm) = %{tl_version} +Provides: tex(u-clmri7.tfm) = %{tl_version} +Provides: tex(u-clmri8.tfm) = %{tl_version} +Provides: tex(u-clmri9.tfm) = %{tl_version} +Provides: tex(u-clmro10.tfm) = %{tl_version} +Provides: tex(u-clmro12.tfm) = %{tl_version} +Provides: tex(u-clmro17.tfm) = %{tl_version} +Provides: tex(u-clmro8.tfm) = %{tl_version} +Provides: tex(u-clmro9.tfm) = %{tl_version} +Provides: tex(u-clmss10.tfm) = %{tl_version} +Provides: tex(u-clmss12.tfm) = %{tl_version} +Provides: tex(u-clmss17.tfm) = %{tl_version} +Provides: tex(u-clmss8.tfm) = %{tl_version} +Provides: tex(u-clmss9.tfm) = %{tl_version} +Provides: tex(u-clmssbo10.tfm) = %{tl_version} +Provides: tex(u-clmssbx10.tfm) = %{tl_version} +Provides: tex(u-clmssdc10.tfm) = %{tl_version} +Provides: tex(u-clmssdo10.tfm) = %{tl_version} +Provides: tex(u-clmsso10.tfm) = %{tl_version} +Provides: tex(u-clmsso12.tfm) = %{tl_version} +Provides: tex(u-clmsso17.tfm) = %{tl_version} +Provides: tex(u-clmsso8.tfm) = %{tl_version} +Provides: tex(u-clmsso9.tfm) = %{tl_version} +Provides: tex(u-clmssq8.tfm) = %{tl_version} +Provides: tex(u-clmssqbo8.tfm) = %{tl_version} +Provides: tex(u-clmssqbx8.tfm) = %{tl_version} +Provides: tex(u-clmssqo8.tfm) = %{tl_version} +Provides: tex(u-clmtcsc10.tfm) = %{tl_version} +Provides: tex(u-clmtcso10.tfm) = %{tl_version} +Provides: tex(u-clmtk10.tfm) = %{tl_version} +Provides: tex(u-clmtko10.tfm) = %{tl_version} +Provides: tex(u-clmtl10.tfm) = %{tl_version} +Provides: tex(u-clmtlc10.tfm) = %{tl_version} +Provides: tex(u-clmtlco10.tfm) = %{tl_version} +Provides: tex(u-clmtlo10.tfm) = %{tl_version} +Provides: tex(u-clmtt10.tfm) = %{tl_version} +Provides: tex(u-clmtt12.tfm) = %{tl_version} +Provides: tex(u-clmtt8.tfm) = %{tl_version} +Provides: tex(u-clmtt9.tfm) = %{tl_version} +Provides: tex(u-clmtti10.tfm) = %{tl_version} +Provides: tex(u-clmtto10.tfm) = %{tl_version} +Provides: tex(u-clmu10.tfm) = %{tl_version} +Provides: tex(u-clmvtk10.tfm) = %{tl_version} +Provides: tex(u-clmvtko10.tfm) = %{tl_version} +Provides: tex(u-clmvtl10.tfm) = %{tl_version} +Provides: tex(u-clmvtlo10.tfm) = %{tl_version} +Provides: tex(u-clmvtt10.tfm) = %{tl_version} +Provides: tex(u-clmvtto10.tfm) = %{tl_version} +Provides: tex(clmb28t10.vf) = %{tl_version} +Provides: tex(clmb2j8t10.vf) = %{tl_version} +Provides: tex(clmb2jo8t10.vf) = %{tl_version} +Provides: tex(clmb2o8t10.vf) = %{tl_version} +Provides: tex(clmb8t10.vf) = %{tl_version} +Provides: tex(clmbj8t10.vf) = %{tl_version} +Provides: tex(clmbjo8t10.vf) = %{tl_version} +Provides: tex(clmbo8t10.vf) = %{tl_version} +Provides: tex(clmbx28t10.vf) = %{tl_version} +Provides: tex(clmbx28t12.vf) = %{tl_version} +Provides: tex(clmbx28t5.vf) = %{tl_version} +Provides: tex(clmbx28t6.vf) = %{tl_version} +Provides: tex(clmbx28t7.vf) = %{tl_version} +Provides: tex(clmbx28t8.vf) = %{tl_version} +Provides: tex(clmbx28t9.vf) = %{tl_version} +Provides: tex(clmbx2i8t10.vf) = %{tl_version} +Provides: tex(clmbx2ij8t10.vf) = %{tl_version} +Provides: tex(clmbx2j8t10.vf) = %{tl_version} +Provides: tex(clmbx2j8t12.vf) = %{tl_version} +Provides: tex(clmbx2j8t5.vf) = %{tl_version} +Provides: tex(clmbx2j8t6.vf) = %{tl_version} +Provides: tex(clmbx2j8t7.vf) = %{tl_version} +Provides: tex(clmbx2j8t8.vf) = %{tl_version} +Provides: tex(clmbx2j8t9.vf) = %{tl_version} +Provides: tex(clmbx2jo8t10.vf) = %{tl_version} +Provides: tex(clmbx2o8t10.vf) = %{tl_version} +Provides: tex(clmbx8t10.vf) = %{tl_version} +Provides: tex(clmbx8t12.vf) = %{tl_version} +Provides: tex(clmbx8t5.vf) = %{tl_version} +Provides: tex(clmbx8t6.vf) = %{tl_version} +Provides: tex(clmbx8t7.vf) = %{tl_version} +Provides: tex(clmbx8t8.vf) = %{tl_version} +Provides: tex(clmbx8t9.vf) = %{tl_version} +Provides: tex(clmbxi8t10.vf) = %{tl_version} +Provides: tex(clmbxj8t10.vf) = %{tl_version} +Provides: tex(clmbxj8t12.vf) = %{tl_version} +Provides: tex(clmbxj8t5.vf) = %{tl_version} +Provides: tex(clmbxj8t6.vf) = %{tl_version} +Provides: tex(clmbxj8t7.vf) = %{tl_version} +Provides: tex(clmbxj8t8.vf) = %{tl_version} +Provides: tex(clmbxj8t9.vf) = %{tl_version} +Provides: tex(clmbxji8t10.vf) = %{tl_version} +Provides: tex(clmbxjo8t10.vf) = %{tl_version} +Provides: tex(clmbxo8t10.vf) = %{tl_version} +Provides: tex(clmcsc28t10.vf) = %{tl_version} +Provides: tex(clmcsc2j8t10.vf) = %{tl_version} +Provides: tex(clmcsc2jo8t10.vf) = %{tl_version} +Provides: tex(clmcsc2o8t10.vf) = %{tl_version} +Provides: tex(clmcsc8t10.vf) = %{tl_version} +Provides: tex(clmcscj8t10.vf) = %{tl_version} +Provides: tex(clmcscjo8t10.vf) = %{tl_version} +Provides: tex(clmcsco8t10.vf) = %{tl_version} +Provides: tex(clmdun2jo8t10.vf) = %{tl_version} +Provides: tex(clmdun2o8t10.vf) = %{tl_version} +Provides: tex(clmdunh28t10.vf) = %{tl_version} +Provides: tex(clmdunh2j8t10.vf) = %{tl_version} +Provides: tex(clmdunh8t10.vf) = %{tl_version} +Provides: tex(clmdunhj8t10.vf) = %{tl_version} +Provides: tex(clmdunjo8t10.vf) = %{tl_version} +Provides: tex(clmduno8t10.vf) = %{tl_version} +Provides: tex(clmr28t10.vf) = %{tl_version} +Provides: tex(clmr28t12.vf) = %{tl_version} +Provides: tex(clmr28t17.vf) = %{tl_version} +Provides: tex(clmr28t5.vf) = %{tl_version} +Provides: tex(clmr28t6.vf) = %{tl_version} +Provides: tex(clmr28t7.vf) = %{tl_version} +Provides: tex(clmr28t8.vf) = %{tl_version} +Provides: tex(clmr28t9.vf) = %{tl_version} +Provides: tex(clmr2i8t10.vf) = %{tl_version} +Provides: tex(clmr2i8t12.vf) = %{tl_version} +Provides: tex(clmr2i8t7.vf) = %{tl_version} +Provides: tex(clmr2i8t8.vf) = %{tl_version} +Provides: tex(clmr2i8t9.vf) = %{tl_version} +Provides: tex(clmr2ij8t10.vf) = %{tl_version} +Provides: tex(clmr2ij8t12.vf) = %{tl_version} +Provides: tex(clmr2ij8t7.vf) = %{tl_version} +Provides: tex(clmr2ij8t8.vf) = %{tl_version} +Provides: tex(clmr2ij8t9.vf) = %{tl_version} +Provides: tex(clmr2j8t10.vf) = %{tl_version} +Provides: tex(clmr2j8t12.vf) = %{tl_version} +Provides: tex(clmr2j8t17.vf) = %{tl_version} +Provides: tex(clmr2j8t5.vf) = %{tl_version} +Provides: tex(clmr2j8t6.vf) = %{tl_version} +Provides: tex(clmr2j8t7.vf) = %{tl_version} +Provides: tex(clmr2j8t8.vf) = %{tl_version} +Provides: tex(clmr2j8t9.vf) = %{tl_version} +Provides: tex(clmr2jo8t10.vf) = %{tl_version} +Provides: tex(clmr2jo8t12.vf) = %{tl_version} +Provides: tex(clmr2jo8t17.vf) = %{tl_version} +Provides: tex(clmr2jo8t8.vf) = %{tl_version} +Provides: tex(clmr2jo8t9.vf) = %{tl_version} +Provides: tex(clmr2o8t10.vf) = %{tl_version} +Provides: tex(clmr2o8t12.vf) = %{tl_version} +Provides: tex(clmr2o8t17.vf) = %{tl_version} +Provides: tex(clmr2o8t8.vf) = %{tl_version} +Provides: tex(clmr2o8t9.vf) = %{tl_version} +Provides: tex(clmr8t10.vf) = %{tl_version} +Provides: tex(clmr8t12.vf) = %{tl_version} +Provides: tex(clmr8t17.vf) = %{tl_version} +Provides: tex(clmr8t5.vf) = %{tl_version} +Provides: tex(clmr8t6.vf) = %{tl_version} +Provides: tex(clmr8t7.vf) = %{tl_version} +Provides: tex(clmr8t8.vf) = %{tl_version} +Provides: tex(clmr8t9.vf) = %{tl_version} +Provides: tex(clmri8t10.vf) = %{tl_version} +Provides: tex(clmri8t12.vf) = %{tl_version} +Provides: tex(clmri8t7.vf) = %{tl_version} +Provides: tex(clmri8t8.vf) = %{tl_version} +Provides: tex(clmri8t9.vf) = %{tl_version} +Provides: tex(clmrj8t10.vf) = %{tl_version} +Provides: tex(clmrj8t12.vf) = %{tl_version} +Provides: tex(clmrj8t17.vf) = %{tl_version} +Provides: tex(clmrj8t5.vf) = %{tl_version} +Provides: tex(clmrj8t6.vf) = %{tl_version} +Provides: tex(clmrj8t7.vf) = %{tl_version} +Provides: tex(clmrj8t8.vf) = %{tl_version} +Provides: tex(clmrj8t9.vf) = %{tl_version} +Provides: tex(clmrji8t10.vf) = %{tl_version} +Provides: tex(clmrji8t12.vf) = %{tl_version} +Provides: tex(clmrji8t7.vf) = %{tl_version} +Provides: tex(clmrji8t8.vf) = %{tl_version} +Provides: tex(clmrji8t9.vf) = %{tl_version} +Provides: tex(clmrjo8t10.vf) = %{tl_version} +Provides: tex(clmrjo8t12.vf) = %{tl_version} +Provides: tex(clmrjo8t17.vf) = %{tl_version} +Provides: tex(clmrjo8t8.vf) = %{tl_version} +Provides: tex(clmrjo8t9.vf) = %{tl_version} +Provides: tex(clmro8t10.vf) = %{tl_version} +Provides: tex(clmro8t12.vf) = %{tl_version} +Provides: tex(clmro8t17.vf) = %{tl_version} +Provides: tex(clmro8t8.vf) = %{tl_version} +Provides: tex(clmro8t9.vf) = %{tl_version} +Provides: tex(clmss28t10.vf) = %{tl_version} +Provides: tex(clmss28t12.vf) = %{tl_version} +Provides: tex(clmss28t17.vf) = %{tl_version} +Provides: tex(clmss28t8.vf) = %{tl_version} +Provides: tex(clmss28t9.vf) = %{tl_version} +Provides: tex(clmss2j8t10.vf) = %{tl_version} +Provides: tex(clmss2j8t12.vf) = %{tl_version} +Provides: tex(clmss2j8t17.vf) = %{tl_version} +Provides: tex(clmss2j8t8.vf) = %{tl_version} +Provides: tex(clmss2j8t9.vf) = %{tl_version} +Provides: tex(clmss2jo8t10.vf) = %{tl_version} +Provides: tex(clmss2jo8t12.vf) = %{tl_version} +Provides: tex(clmss2jo8t17.vf) = %{tl_version} +Provides: tex(clmss2jo8t8.vf) = %{tl_version} +Provides: tex(clmss2jo8t9.vf) = %{tl_version} +Provides: tex(clmss8t10.vf) = %{tl_version} +Provides: tex(clmss8t12.vf) = %{tl_version} +Provides: tex(clmss8t17.vf) = %{tl_version} +Provides: tex(clmss8t8.vf) = %{tl_version} +Provides: tex(clmss8t9.vf) = %{tl_version} +Provides: tex(clmssb2jo8t10.vf) = %{tl_version} +Provides: tex(clmssb2o8t10.vf) = %{tl_version} +Provides: tex(clmssbjo8t10.vf) = %{tl_version} +Provides: tex(clmssbo8t10.vf) = %{tl_version} +Provides: tex(clmssbx28t10.vf) = %{tl_version} +Provides: tex(clmssbx2j8t10.vf) = %{tl_version} +Provides: tex(clmssbx8t10.vf) = %{tl_version} +Provides: tex(clmssbxj8t10.vf) = %{tl_version} +Provides: tex(clmssd2jo8t10.vf) = %{tl_version} +Provides: tex(clmssd2o8t10.vf) = %{tl_version} +Provides: tex(clmssdc28t10.vf) = %{tl_version} +Provides: tex(clmssdc2j8t10.vf) = %{tl_version} +Provides: tex(clmssdc8t10.vf) = %{tl_version} +Provides: tex(clmssdcj8t10.vf) = %{tl_version} +Provides: tex(clmssdjo8t10.vf) = %{tl_version} +Provides: tex(clmssdo8t10.vf) = %{tl_version} +Provides: tex(clmssj8t10.vf) = %{tl_version} +Provides: tex(clmssj8t12.vf) = %{tl_version} +Provides: tex(clmssj8t17.vf) = %{tl_version} +Provides: tex(clmssj8t8.vf) = %{tl_version} +Provides: tex(clmssj8t9.vf) = %{tl_version} +Provides: tex(clmssjo8t10.vf) = %{tl_version} +Provides: tex(clmssjo8t12.vf) = %{tl_version} +Provides: tex(clmssjo8t17.vf) = %{tl_version} +Provides: tex(clmssjo8t8.vf) = %{tl_version} +Provides: tex(clmssjo8t9.vf) = %{tl_version} +Provides: tex(clmsso28t10.vf) = %{tl_version} +Provides: tex(clmsso28t12.vf) = %{tl_version} +Provides: tex(clmsso28t17.vf) = %{tl_version} +Provides: tex(clmsso28t8.vf) = %{tl_version} +Provides: tex(clmsso28t9.vf) = %{tl_version} +Provides: tex(clmsso8t10.vf) = %{tl_version} +Provides: tex(clmsso8t12.vf) = %{tl_version} +Provides: tex(clmsso8t17.vf) = %{tl_version} +Provides: tex(clmsso8t8.vf) = %{tl_version} +Provides: tex(clmsso8t9.vf) = %{tl_version} +Provides: tex(clmssq28t8.vf) = %{tl_version} +Provides: tex(clmssq2j8t8.vf) = %{tl_version} +Provides: tex(clmssq2jo8t8.vf) = %{tl_version} +Provides: tex(clmssq2o8t8.vf) = %{tl_version} +Provides: tex(clmssq8t8.vf) = %{tl_version} +Provides: tex(clmssqb2jo8t8.vf) = %{tl_version} +Provides: tex(clmssqb2o8t8.vf) = %{tl_version} +Provides: tex(clmssqbjo8t8.vf) = %{tl_version} +Provides: tex(clmssqbo8t8.vf) = %{tl_version} +Provides: tex(clmssqbx28t8.vf) = %{tl_version} +Provides: tex(clmssqbx2j8t8.vf) = %{tl_version} +Provides: tex(clmssqbx8t8.vf) = %{tl_version} +Provides: tex(clmssqbxj8t8.vf) = %{tl_version} +Provides: tex(clmssqj8t8.vf) = %{tl_version} +Provides: tex(clmssqjo8t8.vf) = %{tl_version} +Provides: tex(clmssqo8t8.vf) = %{tl_version} +Provides: tex(clmtcsc8t10.vf) = %{tl_version} +Provides: tex(clmtcscj8t10.vf) = %{tl_version} +Provides: tex(clmtcsjo8t10.vf) = %{tl_version} +Provides: tex(clmtcso8t10.vf) = %{tl_version} +Provides: tex(clmtk8t10.vf) = %{tl_version} +Provides: tex(clmtkj8t10.vf) = %{tl_version} +Provides: tex(clmtkjo8t10.vf) = %{tl_version} +Provides: tex(clmtko8t10.vf) = %{tl_version} +Provides: tex(clmtl8t10.vf) = %{tl_version} +Provides: tex(clmtlc8t10.vf) = %{tl_version} +Provides: tex(clmtlcj8t10.vf) = %{tl_version} +Provides: tex(clmtlcjo8t10.vf) = %{tl_version} +Provides: tex(clmtlco8t10.vf) = %{tl_version} +Provides: tex(clmtlj8t10.vf) = %{tl_version} +Provides: tex(clmtljo8t10.vf) = %{tl_version} +Provides: tex(clmtlo8t10.vf) = %{tl_version} +Provides: tex(clmtt8t10.vf) = %{tl_version} +Provides: tex(clmtt8t12.vf) = %{tl_version} +Provides: tex(clmtt8t8.vf) = %{tl_version} +Provides: tex(clmtt8t9.vf) = %{tl_version} +Provides: tex(clmtti8t10.vf) = %{tl_version} +Provides: tex(clmttij8t10.vf) = %{tl_version} +Provides: tex(clmttj8t10.vf) = %{tl_version} +Provides: tex(clmttj8t12.vf) = %{tl_version} +Provides: tex(clmttj8t8.vf) = %{tl_version} +Provides: tex(clmttj8t9.vf) = %{tl_version} +Provides: tex(clmttjo8t10.vf) = %{tl_version} +Provides: tex(clmtto8t10.vf) = %{tl_version} +Provides: tex(clmu28t10.vf) = %{tl_version} +Provides: tex(clmu2j8t10.vf) = %{tl_version} +Provides: tex(clmu8t10.vf) = %{tl_version} +Provides: tex(clmuj8t10.vf) = %{tl_version} +Provides: tex(clmvtk28t10.vf) = %{tl_version} +Provides: tex(clmvtk2j8t10.vf) = %{tl_version} +Provides: tex(clmvtk2jo8t10.vf) = %{tl_version} +Provides: tex(clmvtk2o8t10.vf) = %{tl_version} +Provides: tex(clmvtk8t10.vf) = %{tl_version} +Provides: tex(clmvtkj8t10.vf) = %{tl_version} +Provides: tex(clmvtkjo8t10.vf) = %{tl_version} +Provides: tex(clmvtko8t10.vf) = %{tl_version} +Provides: tex(clmvtl28t10.vf) = %{tl_version} +Provides: tex(clmvtl2j8t10.vf) = %{tl_version} +Provides: tex(clmvtl2jo8t10.vf) = %{tl_version} +Provides: tex(clmvtl2o8t10.vf) = %{tl_version} +Provides: tex(clmvtl8t10.vf) = %{tl_version} +Provides: tex(clmvtlj8t10.vf) = %{tl_version} +Provides: tex(clmvtljo8t10.vf) = %{tl_version} +Provides: tex(clmvtlo8t10.vf) = %{tl_version} +Provides: tex(clmvtt28t10.vf) = %{tl_version} +Provides: tex(clmvtt2j8t10.vf) = %{tl_version} +Provides: tex(clmvtt2jo8t10.vf) = %{tl_version} +Provides: tex(clmvtt2o8t10.vf) = %{tl_version} +Provides: tex(clmvtt8t10.vf) = %{tl_version} +Provides: tex(clmvttj8t10.vf) = %{tl_version} +Provides: tex(clmvttjo8t10.vf) = %{tl_version} +Provides: tex(clmvtto8t10.vf) = %{tl_version} +Provides: tex(u-clmb10.vf) = %{tl_version} +Provides: tex(u-clmbo10.vf) = %{tl_version} +Provides: tex(u-clmbx10.vf) = %{tl_version} +Provides: tex(u-clmbx12.vf) = %{tl_version} +Provides: tex(u-clmbx5.vf) = %{tl_version} +Provides: tex(u-clmbx6.vf) = %{tl_version} +Provides: tex(u-clmbx7.vf) = %{tl_version} +Provides: tex(u-clmbx8.vf) = %{tl_version} +Provides: tex(u-clmbx9.vf) = %{tl_version} +Provides: tex(u-clmbxi10.vf) = %{tl_version} +Provides: tex(u-clmbxo10.vf) = %{tl_version} +Provides: tex(u-clmcsc10.vf) = %{tl_version} +Provides: tex(u-clmcsco10.vf) = %{tl_version} +Provides: tex(u-clmdunh10.vf) = %{tl_version} +Provides: tex(u-clmduno10.vf) = %{tl_version} +Provides: tex(u-clmr10.vf) = %{tl_version} +Provides: tex(u-clmr12.vf) = %{tl_version} +Provides: tex(u-clmr17.vf) = %{tl_version} +Provides: tex(u-clmr5.vf) = %{tl_version} +Provides: tex(u-clmr6.vf) = %{tl_version} +Provides: tex(u-clmr7.vf) = %{tl_version} +Provides: tex(u-clmr8.vf) = %{tl_version} +Provides: tex(u-clmr9.vf) = %{tl_version} +Provides: tex(u-clmri10.vf) = %{tl_version} +Provides: tex(u-clmri12.vf) = %{tl_version} +Provides: tex(u-clmri7.vf) = %{tl_version} +Provides: tex(u-clmri8.vf) = %{tl_version} +Provides: tex(u-clmri9.vf) = %{tl_version} +Provides: tex(u-clmro10.vf) = %{tl_version} +Provides: tex(u-clmro12.vf) = %{tl_version} +Provides: tex(u-clmro17.vf) = %{tl_version} +Provides: tex(u-clmro8.vf) = %{tl_version} +Provides: tex(u-clmro9.vf) = %{tl_version} +Provides: tex(u-clmss10.vf) = %{tl_version} +Provides: tex(u-clmss12.vf) = %{tl_version} +Provides: tex(u-clmss17.vf) = %{tl_version} +Provides: tex(u-clmss8.vf) = %{tl_version} +Provides: tex(u-clmss9.vf) = %{tl_version} +Provides: tex(u-clmssbo10.vf) = %{tl_version} +Provides: tex(u-clmssbx10.vf) = %{tl_version} +Provides: tex(u-clmssdc10.vf) = %{tl_version} +Provides: tex(u-clmssdo10.vf) = %{tl_version} +Provides: tex(u-clmsso10.vf) = %{tl_version} +Provides: tex(u-clmsso12.vf) = %{tl_version} +Provides: tex(u-clmsso17.vf) = %{tl_version} +Provides: tex(u-clmsso8.vf) = %{tl_version} +Provides: tex(u-clmsso9.vf) = %{tl_version} +Provides: tex(u-clmssq8.vf) = %{tl_version} +Provides: tex(u-clmssqbo8.vf) = %{tl_version} +Provides: tex(u-clmssqbx8.vf) = %{tl_version} +Provides: tex(u-clmssqo8.vf) = %{tl_version} +Provides: tex(u-clmtcsc10.vf) = %{tl_version} +Provides: tex(u-clmtcso10.vf) = %{tl_version} +Provides: tex(u-clmtk10.vf) = %{tl_version} +Provides: tex(u-clmtko10.vf) = %{tl_version} +Provides: tex(u-clmtl10.vf) = %{tl_version} +Provides: tex(u-clmtlc10.vf) = %{tl_version} +Provides: tex(u-clmtlco10.vf) = %{tl_version} +Provides: tex(u-clmtlo10.vf) = %{tl_version} +Provides: tex(u-clmtt10.vf) = %{tl_version} +Provides: tex(u-clmtt12.vf) = %{tl_version} +Provides: tex(u-clmtt8.vf) = %{tl_version} +Provides: tex(u-clmtt9.vf) = %{tl_version} +Provides: tex(u-clmtti10.vf) = %{tl_version} +Provides: tex(u-clmtto10.vf) = %{tl_version} +Provides: tex(u-clmu10.vf) = %{tl_version} +Provides: tex(u-clmvtk10.vf) = %{tl_version} +Provides: tex(u-clmvtko10.vf) = %{tl_version} +Provides: tex(u-clmvtl10.vf) = %{tl_version} +Provides: tex(u-clmvtlo10.vf) = %{tl_version} +Provides: tex(u-clmvtt10.vf) = %{tl_version} +Provides: tex(u-clmvtto10.vf) = %{tl_version} +Provides: tex(cfr-lm.sty) = %{tl_version} +Provides: tex(t1clm.fd) = %{tl_version} +Provides: tex(t1clm2.fd) = %{tl_version} +Provides: tex(t1clm2d.fd) = %{tl_version} +Provides: tex(t1clm2dj.fd) = %{tl_version} +Provides: tex(t1clm2j.fd) = %{tl_version} +Provides: tex(t1clm2jqs.fd) = %{tl_version} +Provides: tex(t1clm2js.fd) = %{tl_version} +Provides: tex(t1clm2jt.fd) = %{tl_version} +Provides: tex(t1clm2jv.fd) = %{tl_version} +Provides: tex(t1clm2qs.fd) = %{tl_version} +Provides: tex(t1clm2s.fd) = %{tl_version} +Provides: tex(t1clm2t.fd) = %{tl_version} +Provides: tex(t1clm2v.fd) = %{tl_version} +Provides: tex(t1clmd.fd) = %{tl_version} +Provides: tex(t1clmdj.fd) = %{tl_version} +Provides: tex(t1clmj.fd) = %{tl_version} +Provides: tex(t1clmjqs.fd) = %{tl_version} +Provides: tex(t1clmjs.fd) = %{tl_version} +Provides: tex(t1clmjt.fd) = %{tl_version} +Provides: tex(t1clmjv.fd) = %{tl_version} +Provides: tex(t1clmqs.fd) = %{tl_version} +Provides: tex(t1clms.fd) = %{tl_version} +Provides: tex(t1clmt.fd) = %{tl_version} +Provides: tex(t1clmv.fd) = %{tl_version} +Provides: tex(ts1clm.fd) = %{tl_version} +Provides: tex(ts1clm2.fd) = %{tl_version} +Provides: tex(ts1clm2d.fd) = %{tl_version} +Provides: tex(ts1clm2dj.fd) = %{tl_version} +Provides: tex(ts1clm2j.fd) = %{tl_version} +Provides: tex(ts1clm2jqs.fd) = %{tl_version} +Provides: tex(ts1clm2js.fd) = %{tl_version} +Provides: tex(ts1clm2jt.fd) = %{tl_version} +Provides: tex(ts1clm2jv.fd) = %{tl_version} +Provides: tex(ts1clm2qs.fd) = %{tl_version} +Provides: tex(ts1clm2s.fd) = %{tl_version} +Provides: tex(ts1clm2t.fd) = %{tl_version} +Provides: tex(ts1clm2v.fd) = %{tl_version} +Provides: tex(ts1clmd.fd) = %{tl_version} +Provides: tex(ts1clmdj.fd) = %{tl_version} +Provides: tex(ts1clmj.fd) = %{tl_version} +Provides: tex(ts1clmjqs.fd) = %{tl_version} +Provides: tex(ts1clmjs.fd) = %{tl_version} +Provides: tex(ts1clmjt.fd) = %{tl_version} +Provides: tex(ts1clmjv.fd) = %{tl_version} +Provides: tex(ts1clmqs.fd) = %{tl_version} +Provides: tex(ts1clms.fd) = %{tl_version} +Provides: tex(ts1clmt.fd) = %{tl_version} +Provides: tex(ts1clmv.fd) = %{tl_version} +Provides: tex(uclm.fd) = %{tl_version} +Provides: tex(uclm2.fd) = %{tl_version} +Provides: tex(uclm2d.fd) = %{tl_version} +Provides: tex(uclm2dj.fd) = %{tl_version} +Provides: tex(uclm2j.fd) = %{tl_version} +Provides: tex(uclm2jqs.fd) = %{tl_version} +Provides: tex(uclm2js.fd) = %{tl_version} +Provides: tex(uclm2jt.fd) = %{tl_version} +Provides: tex(uclm2jv.fd) = %{tl_version} +Provides: tex(uclm2qs.fd) = %{tl_version} +Provides: tex(uclm2s.fd) = %{tl_version} +Provides: tex(uclm2t.fd) = %{tl_version} +Provides: tex(uclm2v.fd) = %{tl_version} +Provides: tex(uclmd.fd) = %{tl_version} +Provides: tex(uclmdj.fd) = %{tl_version} +Provides: tex(uclmj.fd) = %{tl_version} +Provides: tex(uclmjqs.fd) = %{tl_version} +Provides: tex(uclmjs.fd) = %{tl_version} +Provides: tex(uclmjt.fd) = %{tl_version} +Provides: tex(uclmjv.fd) = %{tl_version} +Provides: tex(uclmqs.fd) = %{tl_version} +Provides: tex(uclms.fd) = %{tl_version} +Provides: tex(uclmt.fd) = %{tl_version} +Provides: tex(uclmv.fd) = %{tl_version} + +%description cfr-lm +The package supports a number of features of the Latin Modern +fonts which are not easily accessible via the default (La)TeX +support provided in the official distribution. In particular, +the package supports the use of the various styles of digits +available, small-caps and upright italic shapes, and +alternative weights and widths. It also supports variable width +typewriter and the "quotation" font. Version 2.004 of the Latin +Modern fonts is supported. By default, the package uses +proportional oldstyle digits and variable width typewriter but +this can be changed by passing appropriate options to the +package. The package also supports using (for example) +different styles of digits within a document so it is possible +to use proportional oldstyle digits by default, say, but +tabular lining digits within a particular table. The package +requires the official Latin Modern distribution, including its +(La)TeX support. The package relies on the availability of both +the fonts themselves and the official font support files. The +package also makes use of the nfssext-cfr package. Only the T1 +and TS1 encodings are supported for text fonts. The set up of +fonts for mathematics is identical to that provided by Latin +Modern. + +date: 2010-09-08 11:26:01 +0200 + +%post cfr-lm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map clm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map clm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cfr-lm +if [ $1 == 0 ] ; then +sed -i '/^Map clm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cfr-lm +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cfr-lm-doc +Summary: Documentation for cfr-lm +Version: svn19666.1.3 +Release: %{tl_noarch_release} +Provides: tex-cfr-lm-doc +BuildArch: noarch +AutoReqProv: No + +%description cfr-lm-doc +Documentation for cfr-lm + +%package circ +Provides: tex-circ = %{tl_version} +License: GPL+ +Summary: Macros for typesetting circuit diagrams +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cioptic.tfm) = %{tl_version} +Provides: tex(basic.def) = %{tl_version} +Provides: tex(box.def) = %{tl_version} +Provides: tex(circ.sty) = %{tl_version} +Provides: tex(gate.def) = %{tl_version} +Provides: tex(ic.def) = %{tl_version} +Provides: tex(oldgate.def) = %{tl_version} +Provides: tex(optics.def) = %{tl_version} +Provides: tex(physics.def) = %{tl_version} + +%description circ +Several electrical symbols like resistor, capacitor, +transistors etc., are defined. The symbols can be connected +with wires. The package also contains an American resistor +symbol for those of us on that side of the Atlantic. The +package also has simple facilities for producing optics +diagrams; however, no-one would deny that the PSTricks pst- +optic package, or the MetaPost makecirc package does the job +better. + +date: 2006-12-31 18:14:50 +0100 + +%post circ +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun circ +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans circ +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package circ-doc +Summary: Documentation for circ +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-circ-doc +BuildArch: noarch +AutoReqProv: No + +%description circ-doc +Documentation for circ + +%package circuitikz +Provides: tex-circuitikz = %{tl_version} +License: LPPL +Summary: Draw electrical networks with TikZ +Version: svn28665.0.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(xstring.sty) +Requires: tex(siunitx.sty) +Provides: tex(circuitikz.code.tex) = %{tl_version} +Provides: tex(circuitikz.sty) = %{tl_version} +Provides: tex(circuitikz1.code.tex) = %{tl_version} +Provides: tex(pgfcircbipoles.sty) = %{tl_version} +Provides: tex(pgfcirccurrent.sty) = %{tl_version} +Provides: tex(pgfcirclabel.sty) = %{tl_version} +Provides: tex(pgfcircmath.sty) = %{tl_version} +Provides: tex(pgfcircmonopoles.sty) = %{tl_version} +Provides: tex(pgfcircquadpoles.sty) = %{tl_version} +Provides: tex(pgfcircshapes.sty) = %{tl_version} +Provides: tex(pgfcirctripoles.sty) = %{tl_version} +Provides: tex(pgfcircutils.sty) = %{tl_version} +Provides: tex(pgfcircvoltage.sty) = %{tl_version} +Provides: tex(t-circuitikz.tex) = %{tl_version} + +%description circuitikz +The package provides a set of macros for naturally typesetting +electrical and (somewhat less naturally, perhaps) electronic +networks. It is designed as a tool that is easy to use, with a +lean syntax, native to LaTeX, and directly supporting PDF +output format. So is based on the very impressive pgf/TikZ +package. + +date: 2012-12-29 14:51:49 +0100 + +%post circuitikz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun circuitikz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans circuitikz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package circuitikz-doc +Summary: Documentation for circuitikz +Version: svn28665.0.3.0 +Release: %{tl_noarch_release} +Provides: tex-circuitikz-doc +BuildArch: noarch +AutoReqProv: No + +%description circuitikz-doc +Documentation for circuitikz + +%package cite +Provides: tex-cite = %{tl_version} +License: Copyright only +Summary: Improved citation handling in LaTeX +Version: svn19955.5.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chapterbib.sty) = %{tl_version} +Provides: tex(cite.sty) = %{tl_version} +Provides: tex(drftcite.sty) = %{tl_version} +Provides: tex(overcite.sty) = %{tl_version} + +%description cite +The package supports compressed, sorted lists of numerical +citations, and also deals with various punctuation and other +issues of representation, including comprehensive management of +break points. The package is compatible with both hyperref and +backref. The package is (unsurprisingly) part of the cite +bundle of the author's citation-related packages. + +date: 2010-09-12 10:54:58 +0200 + +%post cite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cite-doc +Summary: Documentation for cite +Version: svn19955.5.3 +Release: %{tl_noarch_release} +Provides: tex-cite-doc +BuildArch: noarch +AutoReqProv: No + +%description cite-doc +Documentation for cite + +%package cjhebrew +Provides: tex-cjhebrew = %{tl_version} +License: LPPL +Summary: Typeset Hebrew with LaTeX +Version: svn15878.0.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cjhebltx.enc) = %{tl_version} +Provides: tex(cjhebrew.map) = %{tl_version} +Provides: tex(cjhblsm.tfm) = %{tl_version} +Provides: tex(cjhbltx.tfm) = %{tl_version} +Provides: tex(cjheblsm.tfm) = %{tl_version} +Provides: tex(cjhebltx.tfm) = %{tl_version} +Provides: tex(rcjhblsm.tfm) = %{tl_version} +Provides: tex(rcjhbltx.tfm) = %{tl_version} +Provides: tex(cjheblsm.pfb) = %{tl_version} +Provides: tex(cjhebltx.pfb) = %{tl_version} +Provides: tex(cjhblsm.vf) = %{tl_version} +Provides: tex(cjhbltx.vf) = %{tl_version} +Provides: tex(cjhebrew.sty) = %{tl_version} + +%description cjhebrew +The cjhebrew package provides Adobe Type 1 fonts for Hebrew, +and LaTeX macros to support their use. Hebrew text can be +vocalised, and a few accents are also available. The package +makes it easy to include Hebrew text in other-language +documents. The package makes use of the e-TeX extensions to +TeX, so should be run using an "e-LaTeX". + +date: 2007-01-01 00:37:00 +0100 + +%post cjhebrew +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cjhebrew.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cjhebrew.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cjhebrew +if [ $1 == 0 ] ; then +sed -i '/^Map cjhebrew.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cjhebrew +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cjhebrew-doc +Summary: Documentation for cjhebrew +Version: svn15878.0.1a +Release: %{tl_noarch_release} +Provides: tex-cjhebrew-doc +BuildArch: noarch +AutoReqProv: No + +%description cjhebrew-doc +Documentation for cjhebrew + +%package cjk-ko +Provides: tex-cjk-ko = %{tl_version} +License: Freely redistributable without restriction +Summary: Extension of the CJK package for Korean typesetting +Version: svn30106.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(CJKutf8.sty) +Requires: tex(ulem.sty) +Requires: tex(CJKfntef.sty) +Requires: tex(kolabels-utf.sty) +Requires: tex(xetexko.sty) +Requires: tex(luatexko.sty) +Provides: tex(cjkutf8-josa.sty) = %{tl_version} +Provides: tex(cjkutf8-ko.sty) = %{tl_version} +Provides: tex(cjkutf8-nanummjhanja.sty) = %{tl_version} +Provides: tex(kolabels-utf.sty) = %{tl_version} +Provides: tex(konames-utf.sty) = %{tl_version} +Provides: tex(kotex.sty) = %{tl_version} + +%description cjk-ko +The package supports typesetting UTF-8-encoded modern Korean +documents with the help of the LaTeX2e CJK package. The package +requires nanumtype1 fonts. + +date: 2013-04-25 18:30:27 +0200 + +%post cjk-ko +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cjk-ko +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjk-ko +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cjk-ko-doc +Summary: Documentation for cjk-ko +Version: svn30106.1.1 +Release: %{tl_noarch_release} +Provides: tex-cjk-ko-doc +BuildArch: noarch +AutoReqProv: No + +%description cjk-ko-doc +Documentation for cjk-ko + +%package cjkpunct +Provides: tex-cjkpunct = %{tl_version} +License: LPPL +Summary: Adjust locations and kerning of CJK punctuation marks +Version: svn15878.4.8.1_2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(CJKpunct.sty) = %{tl_version} + +%description cjkpunct +The package serves as a companion package for CJK. + +date: 2009-11-09 14:16:05 +0100 + +%post cjkpunct +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cjkpunct +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjkpunct +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cjkpunct-doc +Summary: Documentation for cjkpunct +Version: svn15878.4.8.1_2 +Release: %{tl_noarch_release} +Provides: tex-cjkpunct-doc +BuildArch: noarch +AutoReqProv: No + +%description cjkpunct-doc +Documentation for cjkpunct + +%package cjk +Provides: tex-cjk = %{tl_version} +License: GPL+ +Summary: CJK language support +Version: svn30576.4.8.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-arphic +Requires: tex-cns +Requires: tex-garuda-c90 +Requires: tex-norasi-c90 +Requires: tex-uhc +Requires: tex-wadalab +Requires: tex(CJKulem.sty) +Requires: tex(ulem.sty) +Requires: tex(ifpdf.sty) +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(graphicx.sty) +Provides: tex(c42goth.fd) = %{tl_version} +Provides: tex(c42maru.fd) = %{tl_version} +Provides: tex(c42min.fd) = %{tl_version} +Provides: tex(c52maru.fd) = %{tl_version} +Provides: tex(c52min.fd) = %{tl_version} +Provides: tex(c70goth.fd) = %{tl_version} +Provides: tex(c70maru.fd) = %{tl_version} +Provides: tex(c70min.fd) = %{tl_version} +Provides: tex(Bg5.enc) = %{tl_version} +Provides: tex(HK.enc) = %{tl_version} +Provides: tex(c00bkai.fd) = %{tl_version} +Provides: tex(c00bsmi.fd) = %{tl_version} +Provides: tex(c00bsmir.fd) = %{tl_version} +Provides: tex(c00cns.fd) = %{tl_version} +Provides: tex(c00fs.fd) = %{tl_version} +Provides: tex(c00kai.fd) = %{tl_version} +Provides: tex(c00kair.fd) = %{tl_version} +Provides: tex(c00song.fd) = %{tl_version} +Provides: tex(c01song.fd) = %{tl_version} +Provides: tex(c05song.fd) = %{tl_version} +Provides: tex(c09song.fd) = %{tl_version} +Provides: tex(c80song.fd) = %{tl_version} +Provides: tex(c81song.fd) = %{tl_version} +Provides: tex(CJK.enc) = %{tl_version} +Provides: tex(CJK.sty) = %{tl_version} +Provides: tex(CJKfntef.sty) = %{tl_version} +Provides: tex(CJKnumb.sty) = %{tl_version} +Provides: tex(CJKspace.sty) = %{tl_version} +Provides: tex(CJKulem.sty) = %{tl_version} +Provides: tex(CJKutf8.sty) = %{tl_version} +Provides: tex(CJKvert.sty) = %{tl_version} +Provides: tex(EUC-TW.enc) = %{tl_version} +Provides: tex(c31song.fd) = %{tl_version} +Provides: tex(c32song.fd) = %{tl_version} +Provides: tex(c33song.fd) = %{tl_version} +Provides: tex(c34song.fd) = %{tl_version} +Provides: tex(c35song.fd) = %{tl_version} +Provides: tex(c36song.fd) = %{tl_version} +Provides: tex(c37song.fd) = %{tl_version} +Provides: tex(c10fs.fd) = %{tl_version} +Provides: tex(c10gbsn.fd) = %{tl_version} +Provides: tex(c10gkai.fd) = %{tl_version} +Provides: tex(c10song.fd) = %{tl_version} +Provides: tex(c11song.fd) = %{tl_version} +Provides: tex(c19song.fd) = %{tl_version} +Provides: tex(c20song.fd) = %{tl_version} +Provides: tex(c21song.fd) = %{tl_version} +Provides: tex(EUC-JP.enc) = %{tl_version} +Provides: tex(EUC-JPdnp.enc) = %{tl_version} +Provides: tex(JISdnp.enc) = %{tl_version} +Provides: tex(c40song.fd) = %{tl_version} +Provides: tex(c41song.fd) = %{tl_version} +Provides: tex(c42song.fd) = %{tl_version} +Provides: tex(c43song.fd) = %{tl_version} +Provides: tex(c50song.fd) = %{tl_version} +Provides: tex(KSHL.enc) = %{tl_version} +Provides: tex(c63bm.fd) = %{tl_version} +Provides: tex(c63dn.fd) = %{tl_version} +Provides: tex(c63gr.fd) = %{tl_version} +Provides: tex(c63gs.fd) = %{tl_version} +Provides: tex(c63gt.fd) = %{tl_version} +Provides: tex(c63jgt.fd) = %{tl_version} +Provides: tex(c63jmj.fd) = %{tl_version} +Provides: tex(c63jnv.fd) = %{tl_version} +Provides: tex(c63jsr.fd) = %{tl_version} +Provides: tex(c63mj.fd) = %{tl_version} +Provides: tex(c63pg.fd) = %{tl_version} +Provides: tex(c63pga.fd) = %{tl_version} +Provides: tex(c63ph.fd) = %{tl_version} +Provides: tex(c63pn.fd) = %{tl_version} +Provides: tex(c63sh.fd) = %{tl_version} +Provides: tex(c63tz.fd) = %{tl_version} +Provides: tex(c63vd.fd) = %{tl_version} +Provides: tex(c63yt.fd) = %{tl_version} +Provides: tex(c64bm.fd) = %{tl_version} +Provides: tex(c64dn.fd) = %{tl_version} +Provides: tex(c64gr.fd) = %{tl_version} +Provides: tex(c64gs.fd) = %{tl_version} +Provides: tex(c64gt.fd) = %{tl_version} +Provides: tex(c64jgt.fd) = %{tl_version} +Provides: tex(c64jmj.fd) = %{tl_version} +Provides: tex(c64jnv.fd) = %{tl_version} +Provides: tex(c64jsr.fd) = %{tl_version} +Provides: tex(c64mj.fd) = %{tl_version} +Provides: tex(c64pg.fd) = %{tl_version} +Provides: tex(c64pga.fd) = %{tl_version} +Provides: tex(c64ph.fd) = %{tl_version} +Provides: tex(c64pn.fd) = %{tl_version} +Provides: tex(c64sh.fd) = %{tl_version} +Provides: tex(c64tz.fd) = %{tl_version} +Provides: tex(c64vd.fd) = %{tl_version} +Provides: tex(c64yt.fd) = %{tl_version} +Provides: tex(c65bm.fd) = %{tl_version} +Provides: tex(c65dn.fd) = %{tl_version} +Provides: tex(c65gr.fd) = %{tl_version} +Provides: tex(c65gs.fd) = %{tl_version} +Provides: tex(c65gt.fd) = %{tl_version} +Provides: tex(c65jgt.fd) = %{tl_version} +Provides: tex(c65jmj.fd) = %{tl_version} +Provides: tex(c65jnv.fd) = %{tl_version} +Provides: tex(c65jsr.fd) = %{tl_version} +Provides: tex(c65mj.fd) = %{tl_version} +Provides: tex(c65pg.fd) = %{tl_version} +Provides: tex(c65pga.fd) = %{tl_version} +Provides: tex(c65ph.fd) = %{tl_version} +Provides: tex(c65pn.fd) = %{tl_version} +Provides: tex(c65sh.fd) = %{tl_version} +Provides: tex(c65tz.fd) = %{tl_version} +Provides: tex(c65vd.fd) = %{tl_version} +Provides: tex(c65yt.fd) = %{tl_version} +Provides: tex(pshan.sty) = %{tl_version} +Provides: tex(KS.enc) = %{tl_version} +Provides: tex(c60dr.fd) = %{tl_version} +Provides: tex(c60gr.fd) = %{tl_version} +Provides: tex(c60gs.fd) = %{tl_version} +Provides: tex(c60gt.fd) = %{tl_version} +Provides: tex(c60hgt.fd) = %{tl_version} +Provides: tex(c60hmj.fd) = %{tl_version} +Provides: tex(c60hol.fd) = %{tl_version} +Provides: tex(c60hpg.fd) = %{tl_version} +Provides: tex(c60mj.fd) = %{tl_version} +Provides: tex(c61dr.fd) = %{tl_version} +Provides: tex(c61gr.fd) = %{tl_version} +Provides: tex(c61gs.fd) = %{tl_version} +Provides: tex(c61gt.fd) = %{tl_version} +Provides: tex(c61hgt.fd) = %{tl_version} +Provides: tex(c61hmj.fd) = %{tl_version} +Provides: tex(c61hol.fd) = %{tl_version} +Provides: tex(c61hpg.fd) = %{tl_version} +Provides: tex(c61mj.fd) = %{tl_version} +Provides: tex(c62song.fd) = %{tl_version} +Provides: tex(SJIS.enc) = %{tl_version} +Provides: tex(SJISdnp.enc) = %{tl_version} +Provides: tex(c49song.fd) = %{tl_version} +Provides: tex(UTF8.enc) = %{tl_version} +Provides: tex(c70bkai.fd) = %{tl_version} +Provides: tex(c70bsmi.fd) = %{tl_version} +Provides: tex(c70gbsn.fd) = %{tl_version} +Provides: tex(c70gkai.fd) = %{tl_version} +Provides: tex(c70mj.fd) = %{tl_version} +Provides: tex(c70song.fd) = %{tl_version} +Provides: tex(extended.enc) = %{tl_version} +Provides: tex(MULEenc.sty) = %{tl_version} +Provides: tex(pinyin.sty) = %{tl_version} +Provides: tex(pmCbig.enc) = %{tl_version} +Provides: tex(pmCsmall.enc) = %{tl_version} +Provides: tex(ruby.sty) = %{tl_version} +Provides: tex(standard.enc) = %{tl_version} +Provides: tex(c90cmr.fd) = %{tl_version} +Provides: tex(c90cmss.fd) = %{tl_version} +Provides: tex(c90cmtt.fd) = %{tl_version} +Provides: tex(c90enc.def) = %{tl_version} +Provides: tex(c90gar.fd) = %{tl_version} +Provides: tex(c90nrsr.fd) = %{tl_version} +Provides: tex(thaicjk.ldf) = %{tl_version} +Provides: tex(pinyin.ldf) = %{tl_version} + +%description cjk +CJK is a macro package for LaTeX, providing simultaneous +support for various Asian scripts in many encodings (including +Unicode): - Chinese (both traditional and simplified), - +Japanese, - Korean and - Thai. A special add-on feature is an +interface to the Emacs editor (cjk-enc.el) which gives +simultaneous, easy-to-use support to a bunch of other scripts +in addition to the above: - Cyrillic, - Greek, - Latin-based +scripts, - Russian and - Vietnamese. + +date: 2012-05-09 20:27:35 +0200 + +%post cjk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cjk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cjk-doc +Summary: Documentation for cjk +Version: svn30576.4.8.3 +Release: %{tl_noarch_release} +Provides: tex-cjk-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-arphic-doc +Requires: tex-cns-doc +Requires: tex-uhc-doc +Requires: tex-wadalab-doc + +%description cjk-doc +Documentation for cjk + +%package cns +Provides: tex-cns = %{tl_version} +License: LPPL +Summary: cns package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(c0so1201.tfm) = %{tl_version} +Provides: tex(c0so1202.tfm) = %{tl_version} +Provides: tex(c0so1203.tfm) = %{tl_version} +Provides: tex(c0so1204.tfm) = %{tl_version} +Provides: tex(c0so1205.tfm) = %{tl_version} +Provides: tex(c0so1206.tfm) = %{tl_version} +Provides: tex(c0so1207.tfm) = %{tl_version} +Provides: tex(c0so1208.tfm) = %{tl_version} +Provides: tex(c0so1209.tfm) = %{tl_version} +Provides: tex(c0so1210.tfm) = %{tl_version} +Provides: tex(c0so1211.tfm) = %{tl_version} +Provides: tex(c0so1212.tfm) = %{tl_version} +Provides: tex(c0so1213.tfm) = %{tl_version} +Provides: tex(c0so1214.tfm) = %{tl_version} +Provides: tex(c0so1215.tfm) = %{tl_version} +Provides: tex(c0so1216.tfm) = %{tl_version} +Provides: tex(c0so1217.tfm) = %{tl_version} +Provides: tex(c0so1218.tfm) = %{tl_version} +Provides: tex(c0so1219.tfm) = %{tl_version} +Provides: tex(c0so1220.tfm) = %{tl_version} +Provides: tex(c0so1221.tfm) = %{tl_version} +Provides: tex(c0so1222.tfm) = %{tl_version} +Provides: tex(c0so1223.tfm) = %{tl_version} +Provides: tex(c0so1224.tfm) = %{tl_version} +Provides: tex(c0so1225.tfm) = %{tl_version} +Provides: tex(c0so1226.tfm) = %{tl_version} +Provides: tex(c0so1227.tfm) = %{tl_version} +Provides: tex(c0so1228.tfm) = %{tl_version} +Provides: tex(c0so1229.tfm) = %{tl_version} +Provides: tex(c0so1230.tfm) = %{tl_version} +Provides: tex(c0so1231.tfm) = %{tl_version} +Provides: tex(c0so1232.tfm) = %{tl_version} +Provides: tex(c0so1233.tfm) = %{tl_version} +Provides: tex(c0so1234.tfm) = %{tl_version} +Provides: tex(c0so1235.tfm) = %{tl_version} +Provides: tex(c0so1236.tfm) = %{tl_version} +Provides: tex(c0so1237.tfm) = %{tl_version} +Provides: tex(c0so1238.tfm) = %{tl_version} +Provides: tex(c0so1239.tfm) = %{tl_version} +Provides: tex(c0so1240.tfm) = %{tl_version} +Provides: tex(c0so1241.tfm) = %{tl_version} +Provides: tex(c0so1242.tfm) = %{tl_version} +Provides: tex(c0so1243.tfm) = %{tl_version} +Provides: tex(c0so1244.tfm) = %{tl_version} +Provides: tex(c0so1245.tfm) = %{tl_version} +Provides: tex(c0so1246.tfm) = %{tl_version} +Provides: tex(c0so1247.tfm) = %{tl_version} +Provides: tex(c0so1248.tfm) = %{tl_version} +Provides: tex(c0so1249.tfm) = %{tl_version} +Provides: tex(c0so1250.tfm) = %{tl_version} +Provides: tex(c0so1251.tfm) = %{tl_version} +Provides: tex(c0so1252.tfm) = %{tl_version} +Provides: tex(c0so1253.tfm) = %{tl_version} +Provides: tex(c0so1254.tfm) = %{tl_version} +Provides: tex(c0so1255.tfm) = %{tl_version} +Provides: tex(c1so1201.tfm) = %{tl_version} +Provides: tex(c1so1202.tfm) = %{tl_version} +Provides: tex(c1so1203.tfm) = %{tl_version} +Provides: tex(c1so1204.tfm) = %{tl_version} +Provides: tex(c1so1205.tfm) = %{tl_version} +Provides: tex(c1so1206.tfm) = %{tl_version} +Provides: tex(c1so1207.tfm) = %{tl_version} +Provides: tex(c1so1208.tfm) = %{tl_version} +Provides: tex(c1so1209.tfm) = %{tl_version} +Provides: tex(c1so1210.tfm) = %{tl_version} +Provides: tex(c1so1211.tfm) = %{tl_version} +Provides: tex(c1so1212.tfm) = %{tl_version} +Provides: tex(c1so1213.tfm) = %{tl_version} +Provides: tex(c1so1214.tfm) = %{tl_version} +Provides: tex(c1so1215.tfm) = %{tl_version} +Provides: tex(c1so1216.tfm) = %{tl_version} +Provides: tex(c1so1217.tfm) = %{tl_version} +Provides: tex(c1so1218.tfm) = %{tl_version} +Provides: tex(c1so1219.tfm) = %{tl_version} +Provides: tex(c1so1220.tfm) = %{tl_version} +Provides: tex(c1so1221.tfm) = %{tl_version} +Provides: tex(c1so1222.tfm) = %{tl_version} +Provides: tex(c1so1223.tfm) = %{tl_version} +Provides: tex(c1so1224.tfm) = %{tl_version} +Provides: tex(c1so1225.tfm) = %{tl_version} +Provides: tex(c1so1226.tfm) = %{tl_version} +Provides: tex(c1so1227.tfm) = %{tl_version} +Provides: tex(c1so1228.tfm) = %{tl_version} +Provides: tex(c1so1229.tfm) = %{tl_version} +Provides: tex(c1so1230.tfm) = %{tl_version} +Provides: tex(c1so1231.tfm) = %{tl_version} +Provides: tex(c1so1232.tfm) = %{tl_version} +Provides: tex(c1so1233.tfm) = %{tl_version} +Provides: tex(c1so1234.tfm) = %{tl_version} +Provides: tex(c2so1201.tfm) = %{tl_version} +Provides: tex(c2so1202.tfm) = %{tl_version} +Provides: tex(c2so1203.tfm) = %{tl_version} +Provides: tex(c2so1204.tfm) = %{tl_version} +Provides: tex(c2so1205.tfm) = %{tl_version} +Provides: tex(c2so1206.tfm) = %{tl_version} +Provides: tex(c2so1207.tfm) = %{tl_version} +Provides: tex(c2so1208.tfm) = %{tl_version} +Provides: tex(c2so1209.tfm) = %{tl_version} +Provides: tex(c2so1210.tfm) = %{tl_version} +Provides: tex(c2so1211.tfm) = %{tl_version} +Provides: tex(c2so1212.tfm) = %{tl_version} +Provides: tex(c2so1213.tfm) = %{tl_version} +Provides: tex(c2so1214.tfm) = %{tl_version} +Provides: tex(c2so1215.tfm) = %{tl_version} +Provides: tex(c2so1216.tfm) = %{tl_version} +Provides: tex(c2so1217.tfm) = %{tl_version} +Provides: tex(c2so1218.tfm) = %{tl_version} +Provides: tex(c2so1219.tfm) = %{tl_version} +Provides: tex(c2so1220.tfm) = %{tl_version} +Provides: tex(c2so1221.tfm) = %{tl_version} +Provides: tex(c2so1222.tfm) = %{tl_version} +Provides: tex(c2so1223.tfm) = %{tl_version} +Provides: tex(c2so1224.tfm) = %{tl_version} +Provides: tex(c2so1225.tfm) = %{tl_version} +Provides: tex(c2so1226.tfm) = %{tl_version} +Provides: tex(c2so1227.tfm) = %{tl_version} +Provides: tex(c2so1228.tfm) = %{tl_version} +Provides: tex(c2so1229.tfm) = %{tl_version} +Provides: tex(c2so1230.tfm) = %{tl_version} +Provides: tex(c3so1201.tfm) = %{tl_version} +Provides: tex(c3so1202.tfm) = %{tl_version} +Provides: tex(c3so1203.tfm) = %{tl_version} +Provides: tex(c3so1204.tfm) = %{tl_version} +Provides: tex(c3so1205.tfm) = %{tl_version} +Provides: tex(c3so1206.tfm) = %{tl_version} +Provides: tex(c3so1207.tfm) = %{tl_version} +Provides: tex(c3so1208.tfm) = %{tl_version} +Provides: tex(c3so1209.tfm) = %{tl_version} +Provides: tex(c3so1210.tfm) = %{tl_version} +Provides: tex(c3so1211.tfm) = %{tl_version} +Provides: tex(c3so1212.tfm) = %{tl_version} +Provides: tex(c3so1213.tfm) = %{tl_version} +Provides: tex(c3so1214.tfm) = %{tl_version} +Provides: tex(c3so1215.tfm) = %{tl_version} +Provides: tex(c3so1216.tfm) = %{tl_version} +Provides: tex(c3so1217.tfm) = %{tl_version} +Provides: tex(c3so1218.tfm) = %{tl_version} +Provides: tex(c3so1219.tfm) = %{tl_version} +Provides: tex(c3so1220.tfm) = %{tl_version} +Provides: tex(c3so1221.tfm) = %{tl_version} +Provides: tex(c3so1222.tfm) = %{tl_version} +Provides: tex(c3so1223.tfm) = %{tl_version} +Provides: tex(c3so1224.tfm) = %{tl_version} +Provides: tex(c3so1225.tfm) = %{tl_version} +Provides: tex(c4so1201.tfm) = %{tl_version} +Provides: tex(c4so1202.tfm) = %{tl_version} +Provides: tex(c4so1203.tfm) = %{tl_version} +Provides: tex(c4so1204.tfm) = %{tl_version} +Provides: tex(c4so1205.tfm) = %{tl_version} +Provides: tex(c4so1206.tfm) = %{tl_version} +Provides: tex(c4so1207.tfm) = %{tl_version} +Provides: tex(c4so1208.tfm) = %{tl_version} +Provides: tex(c4so1209.tfm) = %{tl_version} +Provides: tex(c4so1210.tfm) = %{tl_version} +Provides: tex(c4so1211.tfm) = %{tl_version} +Provides: tex(c4so1212.tfm) = %{tl_version} +Provides: tex(c4so1213.tfm) = %{tl_version} +Provides: tex(c4so1214.tfm) = %{tl_version} +Provides: tex(c4so1215.tfm) = %{tl_version} +Provides: tex(c4so1216.tfm) = %{tl_version} +Provides: tex(c4so1217.tfm) = %{tl_version} +Provides: tex(c4so1218.tfm) = %{tl_version} +Provides: tex(c4so1219.tfm) = %{tl_version} +Provides: tex(c4so1220.tfm) = %{tl_version} +Provides: tex(c4so1221.tfm) = %{tl_version} +Provides: tex(c4so1222.tfm) = %{tl_version} +Provides: tex(c4so1223.tfm) = %{tl_version} +Provides: tex(c4so1224.tfm) = %{tl_version} +Provides: tex(c4so1225.tfm) = %{tl_version} +Provides: tex(c4so1226.tfm) = %{tl_version} +Provides: tex(c4so1227.tfm) = %{tl_version} +Provides: tex(c4so1228.tfm) = %{tl_version} +Provides: tex(c4so1229.tfm) = %{tl_version} +Provides: tex(c5so1201.tfm) = %{tl_version} +Provides: tex(c5so1202.tfm) = %{tl_version} +Provides: tex(c5so1203.tfm) = %{tl_version} +Provides: tex(c5so1204.tfm) = %{tl_version} +Provides: tex(c5so1205.tfm) = %{tl_version} +Provides: tex(c5so1206.tfm) = %{tl_version} +Provides: tex(c5so1207.tfm) = %{tl_version} +Provides: tex(c5so1208.tfm) = %{tl_version} +Provides: tex(c5so1209.tfm) = %{tl_version} +Provides: tex(c5so1210.tfm) = %{tl_version} +Provides: tex(c5so1211.tfm) = %{tl_version} +Provides: tex(c5so1212.tfm) = %{tl_version} +Provides: tex(c5so1213.tfm) = %{tl_version} +Provides: tex(c5so1214.tfm) = %{tl_version} +Provides: tex(c5so1215.tfm) = %{tl_version} +Provides: tex(c5so1216.tfm) = %{tl_version} +Provides: tex(c5so1217.tfm) = %{tl_version} +Provides: tex(c5so1218.tfm) = %{tl_version} +Provides: tex(c5so1219.tfm) = %{tl_version} +Provides: tex(c5so1220.tfm) = %{tl_version} +Provides: tex(c5so1221.tfm) = %{tl_version} +Provides: tex(c5so1222.tfm) = %{tl_version} +Provides: tex(c5so1223.tfm) = %{tl_version} +Provides: tex(c5so1224.tfm) = %{tl_version} +Provides: tex(c5so1225.tfm) = %{tl_version} +Provides: tex(c5so1226.tfm) = %{tl_version} +Provides: tex(c5so1227.tfm) = %{tl_version} +Provides: tex(c5so1228.tfm) = %{tl_version} +Provides: tex(c5so1229.tfm) = %{tl_version} +Provides: tex(c5so1230.tfm) = %{tl_version} +Provides: tex(c5so1231.tfm) = %{tl_version} +Provides: tex(c5so1232.tfm) = %{tl_version} +Provides: tex(c5so1233.tfm) = %{tl_version} +Provides: tex(c5so1234.tfm) = %{tl_version} +Provides: tex(c6so1201.tfm) = %{tl_version} +Provides: tex(c6so1202.tfm) = %{tl_version} +Provides: tex(c6so1203.tfm) = %{tl_version} +Provides: tex(c6so1204.tfm) = %{tl_version} +Provides: tex(c6so1205.tfm) = %{tl_version} +Provides: tex(c6so1206.tfm) = %{tl_version} +Provides: tex(c6so1207.tfm) = %{tl_version} +Provides: tex(c6so1208.tfm) = %{tl_version} +Provides: tex(c6so1209.tfm) = %{tl_version} +Provides: tex(c6so1210.tfm) = %{tl_version} +Provides: tex(c6so1211.tfm) = %{tl_version} +Provides: tex(c6so1212.tfm) = %{tl_version} +Provides: tex(c6so1213.tfm) = %{tl_version} +Provides: tex(c6so1214.tfm) = %{tl_version} +Provides: tex(c6so1215.tfm) = %{tl_version} +Provides: tex(c6so1216.tfm) = %{tl_version} +Provides: tex(c6so1217.tfm) = %{tl_version} +Provides: tex(c6so1218.tfm) = %{tl_version} +Provides: tex(c6so1219.tfm) = %{tl_version} +Provides: tex(c6so1220.tfm) = %{tl_version} +Provides: tex(c6so1221.tfm) = %{tl_version} +Provides: tex(c6so1222.tfm) = %{tl_version} +Provides: tex(c6so1223.tfm) = %{tl_version} +Provides: tex(c6so1224.tfm) = %{tl_version} +Provides: tex(c6so1225.tfm) = %{tl_version} +Provides: tex(c7so1201.tfm) = %{tl_version} +Provides: tex(c7so1202.tfm) = %{tl_version} +Provides: tex(c7so1203.tfm) = %{tl_version} +Provides: tex(c7so1204.tfm) = %{tl_version} +Provides: tex(c7so1205.tfm) = %{tl_version} +Provides: tex(c7so1206.tfm) = %{tl_version} +Provides: tex(c7so1207.tfm) = %{tl_version} +Provides: tex(c7so1208.tfm) = %{tl_version} +Provides: tex(c7so1209.tfm) = %{tl_version} +Provides: tex(c7so1210.tfm) = %{tl_version} +Provides: tex(c7so1211.tfm) = %{tl_version} +Provides: tex(c7so1212.tfm) = %{tl_version} +Provides: tex(c7so1213.tfm) = %{tl_version} +Provides: tex(c7so1214.tfm) = %{tl_version} +Provides: tex(c7so1215.tfm) = %{tl_version} +Provides: tex(c7so1216.tfm) = %{tl_version} +Provides: tex(c7so1217.tfm) = %{tl_version} +Provides: tex(c7so1218.tfm) = %{tl_version} +Provides: tex(c7so1219.tfm) = %{tl_version} +Provides: tex(c7so1220.tfm) = %{tl_version} +Provides: tex(c7so1221.tfm) = %{tl_version} +Provides: tex(c7so1222.tfm) = %{tl_version} +Provides: tex(c7so1223.tfm) = %{tl_version} +Provides: tex(c7so1224.tfm) = %{tl_version} +Provides: tex(c7so1225.tfm) = %{tl_version} +Provides: tex(c7so1226.tfm) = %{tl_version} + +%description cns +cns package + +%post cns +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cns +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cns +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cns-doc +Summary: Documentation for cns +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cns-doc +BuildArch: noarch +AutoReqProv: No + +%description cns-doc +Documentation for cns + +%package garuda-c90 +Provides: tex-garuda-c90 = %{tl_version} +License: LPPL +Summary: TeX support (from CJK) for the garuda font +Version: svn30642.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-fonts-tlwg +Provides: tex(garuda-c90.map) = %{tl_version} +Provides: tex(fgdb8z.tfm) = %{tl_version} +Provides: tex(fgdbo8z.tfm) = %{tl_version} +Provides: tex(fgdo8z.tfm) = %{tl_version} +Provides: tex(fgdr8z.tfm) = %{tl_version} + +%description garuda-c90 +garuda-c90 package + +%post garuda-c90 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map garuda-c90.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map garuda-c90.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun garuda-c90 +if [ $1 == 0 ] ; then +sed -i '/^Map garuda-c90.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans garuda-c90 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fonts-tlwg +Provides: tex-fonts-tlwg = %{tl_version} +License: GPL+ +Summary: Thai fonts for LaTeX from TLWG +Version: svn30477.0.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(lthtlwg.enc) = %{tl_version} +Provides: tex(nectec.map) = %{tl_version} +Provides: tex(nf.map) = %{tl_version} +Provides: tex(tlwg.map) = %{tl_version} +Provides: tex(garuda.tfm) = %{tl_version} +Provides: tex(garuda_b.tfm) = %{tl_version} +Provides: tex(garuda_bo.tfm) = %{tl_version} +Provides: tex(garuda_o.tfm) = %{tl_version} +Provides: tex(kinnari.tfm) = %{tl_version} +Provides: tex(kinnari_b.tfm) = %{tl_version} +Provides: tex(kinnari_bi.tfm) = %{tl_version} +Provides: tex(kinnari_bo.tfm) = %{tl_version} +Provides: tex(kinnari_i.tfm) = %{tl_version} +Provides: tex(kinnari_o.tfm) = %{tl_version} +Provides: tex(loma.tfm) = %{tl_version} +Provides: tex(loma_b.tfm) = %{tl_version} +Provides: tex(loma_bo.tfm) = %{tl_version} +Provides: tex(loma_o.tfm) = %{tl_version} +Provides: tex(norasi.tfm) = %{tl_version} +Provides: tex(norasi_b.tfm) = %{tl_version} +Provides: tex(norasi_bi.tfm) = %{tl_version} +Provides: tex(norasi_bo.tfm) = %{tl_version} +Provides: tex(norasi_i.tfm) = %{tl_version} +Provides: tex(norasi_o.tfm) = %{tl_version} +Provides: tex(purisa.tfm) = %{tl_version} +Provides: tex(purisa_b.tfm) = %{tl_version} +Provides: tex(purisa_bo.tfm) = %{tl_version} +Provides: tex(purisa_o.tfm) = %{tl_version} +Provides: tex(rgaruda.tfm) = %{tl_version} +Provides: tex(rgaruda_b.tfm) = %{tl_version} +Provides: tex(rgaruda_bo.tfm) = %{tl_version} +Provides: tex(rgaruda_o.tfm) = %{tl_version} +Provides: tex(rkinnari.tfm) = %{tl_version} +Provides: tex(rkinnari_b.tfm) = %{tl_version} +Provides: tex(rkinnari_bi.tfm) = %{tl_version} +Provides: tex(rkinnari_bo.tfm) = %{tl_version} +Provides: tex(rkinnari_i.tfm) = %{tl_version} +Provides: tex(rkinnari_o.tfm) = %{tl_version} +Provides: tex(rloma.tfm) = %{tl_version} +Provides: tex(rloma_b.tfm) = %{tl_version} +Provides: tex(rloma_bo.tfm) = %{tl_version} +Provides: tex(rloma_o.tfm) = %{tl_version} +Provides: tex(rnorasi.tfm) = %{tl_version} +Provides: tex(rnorasi_b.tfm) = %{tl_version} +Provides: tex(rnorasi_bi.tfm) = %{tl_version} +Provides: tex(rnorasi_bo.tfm) = %{tl_version} +Provides: tex(rnorasi_i.tfm) = %{tl_version} +Provides: tex(rnorasi_o.tfm) = %{tl_version} +Provides: tex(rpurisa.tfm) = %{tl_version} +Provides: tex(rpurisa_b.tfm) = %{tl_version} +Provides: tex(rpurisa_bo.tfm) = %{tl_version} +Provides: tex(rpurisa_o.tfm) = %{tl_version} +Provides: tex(rsawasdee.tfm) = %{tl_version} +Provides: tex(rsawasdee_b.tfm) = %{tl_version} +Provides: tex(rsawasdee_bo.tfm) = %{tl_version} +Provides: tex(rsawasdee_o.tfm) = %{tl_version} +Provides: tex(rttype.tfm) = %{tl_version} +Provides: tex(rttype_b.tfm) = %{tl_version} +Provides: tex(rttype_bo.tfm) = %{tl_version} +Provides: tex(rttype_o.tfm) = %{tl_version} +Provides: tex(rttypist.tfm) = %{tl_version} +Provides: tex(rttypist_b.tfm) = %{tl_version} +Provides: tex(rttypist_bo.tfm) = %{tl_version} +Provides: tex(rttypist_o.tfm) = %{tl_version} +Provides: tex(rumpush.tfm) = %{tl_version} +Provides: tex(rumpush_b.tfm) = %{tl_version} +Provides: tex(rumpush_bo.tfm) = %{tl_version} +Provides: tex(rumpush_o.tfm) = %{tl_version} +Provides: tex(rwaree.tfm) = %{tl_version} +Provides: tex(rwaree_b.tfm) = %{tl_version} +Provides: tex(rwaree_bo.tfm) = %{tl_version} +Provides: tex(rwaree_o.tfm) = %{tl_version} +Provides: tex(sawasdee.tfm) = %{tl_version} +Provides: tex(sawasdee_b.tfm) = %{tl_version} +Provides: tex(sawasdee_bo.tfm) = %{tl_version} +Provides: tex(sawasdee_o.tfm) = %{tl_version} +Provides: tex(ttype.tfm) = %{tl_version} +Provides: tex(ttype_b.tfm) = %{tl_version} +Provides: tex(ttype_bo.tfm) = %{tl_version} +Provides: tex(ttype_o.tfm) = %{tl_version} +Provides: tex(ttypist.tfm) = %{tl_version} +Provides: tex(ttypist_b.tfm) = %{tl_version} +Provides: tex(ttypist_bo.tfm) = %{tl_version} +Provides: tex(ttypist_o.tfm) = %{tl_version} +Provides: tex(umpush.tfm) = %{tl_version} +Provides: tex(umpush_b.tfm) = %{tl_version} +Provides: tex(umpush_bo.tfm) = %{tl_version} +Provides: tex(umpush_o.tfm) = %{tl_version} +Provides: tex(waree.tfm) = %{tl_version} +Provides: tex(waree_b.tfm) = %{tl_version} +Provides: tex(waree_bo.tfm) = %{tl_version} +Provides: tex(waree_o.tfm) = %{tl_version} +Provides: tex(garuda.pfb) = %{tl_version} +Provides: tex(garuda_b.pfb) = %{tl_version} +Provides: tex(garuda_bo.pfb) = %{tl_version} +Provides: tex(garuda_o.pfb) = %{tl_version} +Provides: tex(kinnari.pfb) = %{tl_version} +Provides: tex(kinnari_b.pfb) = %{tl_version} +Provides: tex(kinnari_bi.pfb) = %{tl_version} +Provides: tex(kinnari_bo.pfb) = %{tl_version} +Provides: tex(kinnari_i.pfb) = %{tl_version} +Provides: tex(kinnari_o.pfb) = %{tl_version} +Provides: tex(loma.pfb) = %{tl_version} +Provides: tex(loma_b.pfb) = %{tl_version} +Provides: tex(loma_bo.pfb) = %{tl_version} +Provides: tex(loma_o.pfb) = %{tl_version} +Provides: tex(norasi.pfb) = %{tl_version} +Provides: tex(norasi_b.pfb) = %{tl_version} +Provides: tex(norasi_bi.pfb) = %{tl_version} +Provides: tex(norasi_bo.pfb) = %{tl_version} +Provides: tex(norasi_i.pfb) = %{tl_version} +Provides: tex(norasi_o.pfb) = %{tl_version} +Provides: tex(purisa.pfb) = %{tl_version} +Provides: tex(purisa_b.pfb) = %{tl_version} +Provides: tex(purisa_bo.pfb) = %{tl_version} +Provides: tex(purisa_o.pfb) = %{tl_version} +Provides: tex(sawasdee.pfb) = %{tl_version} +Provides: tex(sawasdee_b.pfb) = %{tl_version} +Provides: tex(sawasdee_bo.pfb) = %{tl_version} +Provides: tex(sawasdee_o.pfb) = %{tl_version} +Provides: tex(ttype.pfb) = %{tl_version} +Provides: tex(ttype_b.pfb) = %{tl_version} +Provides: tex(ttype_bo.pfb) = %{tl_version} +Provides: tex(ttype_o.pfb) = %{tl_version} +Provides: tex(ttypist.pfb) = %{tl_version} +Provides: tex(ttypist_b.pfb) = %{tl_version} +Provides: tex(ttypist_bo.pfb) = %{tl_version} +Provides: tex(ttypist_o.pfb) = %{tl_version} +Provides: tex(umpush.pfb) = %{tl_version} +Provides: tex(umpush_b.pfb) = %{tl_version} +Provides: tex(umpush_bo.pfb) = %{tl_version} +Provides: tex(umpush_o.pfb) = %{tl_version} +Provides: tex(waree.pfb) = %{tl_version} +Provides: tex(waree_b.pfb) = %{tl_version} +Provides: tex(waree_bo.pfb) = %{tl_version} +Provides: tex(waree_o.pfb) = %{tl_version} +Provides: tex(garuda.vf) = %{tl_version} +Provides: tex(garuda_b.vf) = %{tl_version} +Provides: tex(garuda_bo.vf) = %{tl_version} +Provides: tex(garuda_o.vf) = %{tl_version} +Provides: tex(kinnari.vf) = %{tl_version} +Provides: tex(kinnari_b.vf) = %{tl_version} +Provides: tex(kinnari_bi.vf) = %{tl_version} +Provides: tex(kinnari_bo.vf) = %{tl_version} +Provides: tex(kinnari_i.vf) = %{tl_version} +Provides: tex(kinnari_o.vf) = %{tl_version} +Provides: tex(loma.vf) = %{tl_version} +Provides: tex(loma_b.vf) = %{tl_version} +Provides: tex(loma_bo.vf) = %{tl_version} +Provides: tex(loma_o.vf) = %{tl_version} +Provides: tex(norasi.vf) = %{tl_version} +Provides: tex(norasi_b.vf) = %{tl_version} +Provides: tex(norasi_bi.vf) = %{tl_version} +Provides: tex(norasi_bo.vf) = %{tl_version} +Provides: tex(norasi_i.vf) = %{tl_version} +Provides: tex(norasi_o.vf) = %{tl_version} +Provides: tex(purisa.vf) = %{tl_version} +Provides: tex(purisa_b.vf) = %{tl_version} +Provides: tex(purisa_bo.vf) = %{tl_version} +Provides: tex(purisa_o.vf) = %{tl_version} +Provides: tex(sawasdee.vf) = %{tl_version} +Provides: tex(sawasdee_b.vf) = %{tl_version} +Provides: tex(sawasdee_bo.vf) = %{tl_version} +Provides: tex(sawasdee_o.vf) = %{tl_version} +Provides: tex(ttype.vf) = %{tl_version} +Provides: tex(ttype_b.vf) = %{tl_version} +Provides: tex(ttype_bo.vf) = %{tl_version} +Provides: tex(ttype_o.vf) = %{tl_version} +Provides: tex(ttypist.vf) = %{tl_version} +Provides: tex(ttypist_b.vf) = %{tl_version} +Provides: tex(ttypist_bo.vf) = %{tl_version} +Provides: tex(ttypist_o.vf) = %{tl_version} +Provides: tex(umpush.vf) = %{tl_version} +Provides: tex(umpush_b.vf) = %{tl_version} +Provides: tex(umpush_bo.vf) = %{tl_version} +Provides: tex(umpush_o.vf) = %{tl_version} +Provides: tex(waree.vf) = %{tl_version} +Provides: tex(waree_b.vf) = %{tl_version} +Provides: tex(waree_bo.vf) = %{tl_version} +Provides: tex(waree_o.vf) = %{tl_version} +Provides: tex(fonts-tlwg.sty) = %{tl_version} +Provides: tex(lthgaruda.fd) = %{tl_version} +Provides: tex(lthkinnari.fd) = %{tl_version} +Provides: tex(lthloma.fd) = %{tl_version} +Provides: tex(lthnorasi.fd) = %{tl_version} +Provides: tex(lthpurisa.fd) = %{tl_version} +Provides: tex(lthsawasdee.fd) = %{tl_version} +Provides: tex(lthttype.fd) = %{tl_version} +Provides: tex(lthttypist.fd) = %{tl_version} +Provides: tex(lthumpush.fd) = %{tl_version} +Provides: tex(lthwaree.fd) = %{tl_version} + +%description fonts-tlwg +A collection of free Thai fonts, supplied as FontForge sources, +and with LaTeX .fd files. This package depends on the thailatex +package. + +date: 2013-02-15 09:53:31 +0100 + +%post fonts-tlwg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map nectec.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map nectec.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map nf.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map nf.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map tlwg.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map tlwg.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun fonts-tlwg +if [ $1 == 0 ] ; then +sed -i '/^Map nectec.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map nf.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map tlwg.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans fonts-tlwg +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fonts-tlwg-doc +Summary: Documentation for fonts-tlwg +Version: svn30477.0.5.1 +Release: %{tl_noarch_release} +Provides: tex-fonts-tlwg-doc +BuildArch: noarch +AutoReqProv: No + +%description fonts-tlwg-doc +Documentation for fonts-tlwg + +%package norasi-c90 +Provides: tex-norasi-c90 = %{tl_version} +License: LPPL +Summary: TeX support (from CJK) for the norasi font +Version: svn30642.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-fonts-tlwg +Provides: tex(norasi-c90.map) = %{tl_version} +Provides: tex(ftnb8z.tfm) = %{tl_version} +Provides: tex(ftnbi8z.tfm) = %{tl_version} +Provides: tex(ftni8z.tfm) = %{tl_version} +Provides: tex(ftnr8z.tfm) = %{tl_version} + +%description norasi-c90 +norasi-c90 package + +%post norasi-c90 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map norasi-c90.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map norasi-c90.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun norasi-c90 +if [ $1 == 0 ] ; then +sed -i '/^Map norasi-c90.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans norasi-c90 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uhc +Provides: tex-uhc = %{tl_version} +License: LPPL +Summary: Fonts for the Korean language +Version: svn16791.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(umj.map) = %{tl_version} +Provides: tex(umj00.tfm) = %{tl_version} +Provides: tex(umj01.tfm) = %{tl_version} +Provides: tex(umj02.tfm) = %{tl_version} +Provides: tex(umj03.tfm) = %{tl_version} +Provides: tex(umj04.tfm) = %{tl_version} +Provides: tex(umj05.tfm) = %{tl_version} +Provides: tex(umj10.tfm) = %{tl_version} +Provides: tex(umj11.tfm) = %{tl_version} +Provides: tex(umj12.tfm) = %{tl_version} +Provides: tex(umj13.tfm) = %{tl_version} +Provides: tex(umj14.tfm) = %{tl_version} +Provides: tex(umj15.tfm) = %{tl_version} +Provides: tex(umj16.tfm) = %{tl_version} +Provides: tex(umj17.tfm) = %{tl_version} +Provides: tex(umj20.tfm) = %{tl_version} +Provides: tex(umj21.tfm) = %{tl_version} +Provides: tex(umj22.tfm) = %{tl_version} +Provides: tex(umj23.tfm) = %{tl_version} +Provides: tex(umj24.tfm) = %{tl_version} +Provides: tex(umj25.tfm) = %{tl_version} +Provides: tex(umj26.tfm) = %{tl_version} +Provides: tex(umj27.tfm) = %{tl_version} +Provides: tex(umj28.tfm) = %{tl_version} +Provides: tex(umj29.tfm) = %{tl_version} +Provides: tex(umj30.tfm) = %{tl_version} +Provides: tex(umj31.tfm) = %{tl_version} +Provides: tex(umj32.tfm) = %{tl_version} +Provides: tex(umj33.tfm) = %{tl_version} +Provides: tex(umj34.tfm) = %{tl_version} +Provides: tex(umj35.tfm) = %{tl_version} +Provides: tex(umj36.tfm) = %{tl_version} +Provides: tex(umj37.tfm) = %{tl_version} +Provides: tex(umj38.tfm) = %{tl_version} +Provides: tex(umjc00.tfm) = %{tl_version} +Provides: tex(umjc01.tfm) = %{tl_version} +Provides: tex(umjc02.tfm) = %{tl_version} +Provides: tex(umjc03.tfm) = %{tl_version} +Provides: tex(umjc04.tfm) = %{tl_version} +Provides: tex(umjc05.tfm) = %{tl_version} +Provides: tex(umjc10.tfm) = %{tl_version} +Provides: tex(umjc11.tfm) = %{tl_version} +Provides: tex(umjc12.tfm) = %{tl_version} +Provides: tex(umjc13.tfm) = %{tl_version} +Provides: tex(umjc14.tfm) = %{tl_version} +Provides: tex(umjc15.tfm) = %{tl_version} +Provides: tex(umjc16.tfm) = %{tl_version} +Provides: tex(umjc17.tfm) = %{tl_version} +Provides: tex(umjc20.tfm) = %{tl_version} +Provides: tex(umjc21.tfm) = %{tl_version} +Provides: tex(umjc22.tfm) = %{tl_version} +Provides: tex(umjc23.tfm) = %{tl_version} +Provides: tex(umjc24.tfm) = %{tl_version} +Provides: tex(umjc25.tfm) = %{tl_version} +Provides: tex(umjc26.tfm) = %{tl_version} +Provides: tex(umjc27.tfm) = %{tl_version} +Provides: tex(umjc28.tfm) = %{tl_version} +Provides: tex(umjc29.tfm) = %{tl_version} +Provides: tex(umjc30.tfm) = %{tl_version} +Provides: tex(umjc31.tfm) = %{tl_version} +Provides: tex(umjc32.tfm) = %{tl_version} +Provides: tex(umjc33.tfm) = %{tl_version} +Provides: tex(umjc34.tfm) = %{tl_version} +Provides: tex(umjc35.tfm) = %{tl_version} +Provides: tex(umjc36.tfm) = %{tl_version} +Provides: tex(umjc37.tfm) = %{tl_version} +Provides: tex(umjc38.tfm) = %{tl_version} +Provides: tex(umjco00.tfm) = %{tl_version} +Provides: tex(umjco01.tfm) = %{tl_version} +Provides: tex(umjco02.tfm) = %{tl_version} +Provides: tex(umjco03.tfm) = %{tl_version} +Provides: tex(umjco04.tfm) = %{tl_version} +Provides: tex(umjco05.tfm) = %{tl_version} +Provides: tex(umjco10.tfm) = %{tl_version} +Provides: tex(umjco11.tfm) = %{tl_version} +Provides: tex(umjco12.tfm) = %{tl_version} +Provides: tex(umjco13.tfm) = %{tl_version} +Provides: tex(umjco14.tfm) = %{tl_version} +Provides: tex(umjco15.tfm) = %{tl_version} +Provides: tex(umjco16.tfm) = %{tl_version} +Provides: tex(umjco17.tfm) = %{tl_version} +Provides: tex(umjco20.tfm) = %{tl_version} +Provides: tex(umjco21.tfm) = %{tl_version} +Provides: tex(umjco22.tfm) = %{tl_version} +Provides: tex(umjco23.tfm) = %{tl_version} +Provides: tex(umjco24.tfm) = %{tl_version} +Provides: tex(umjco25.tfm) = %{tl_version} +Provides: tex(umjco26.tfm) = %{tl_version} +Provides: tex(umjco27.tfm) = %{tl_version} +Provides: tex(umjco28.tfm) = %{tl_version} +Provides: tex(umjco29.tfm) = %{tl_version} +Provides: tex(umjco30.tfm) = %{tl_version} +Provides: tex(umjco31.tfm) = %{tl_version} +Provides: tex(umjco32.tfm) = %{tl_version} +Provides: tex(umjco33.tfm) = %{tl_version} +Provides: tex(umjco34.tfm) = %{tl_version} +Provides: tex(umjco35.tfm) = %{tl_version} +Provides: tex(umjco36.tfm) = %{tl_version} +Provides: tex(umjco37.tfm) = %{tl_version} +Provides: tex(umjco38.tfm) = %{tl_version} +Provides: tex(umjo00.tfm) = %{tl_version} +Provides: tex(umjo01.tfm) = %{tl_version} +Provides: tex(umjo02.tfm) = %{tl_version} +Provides: tex(umjo03.tfm) = %{tl_version} +Provides: tex(umjo04.tfm) = %{tl_version} +Provides: tex(umjo05.tfm) = %{tl_version} +Provides: tex(umjo10.tfm) = %{tl_version} +Provides: tex(umjo11.tfm) = %{tl_version} +Provides: tex(umjo12.tfm) = %{tl_version} +Provides: tex(umjo13.tfm) = %{tl_version} +Provides: tex(umjo14.tfm) = %{tl_version} +Provides: tex(umjo15.tfm) = %{tl_version} +Provides: tex(umjo16.tfm) = %{tl_version} +Provides: tex(umjo17.tfm) = %{tl_version} +Provides: tex(umjo20.tfm) = %{tl_version} +Provides: tex(umjo21.tfm) = %{tl_version} +Provides: tex(umjo22.tfm) = %{tl_version} +Provides: tex(umjo23.tfm) = %{tl_version} +Provides: tex(umjo24.tfm) = %{tl_version} +Provides: tex(umjo25.tfm) = %{tl_version} +Provides: tex(umjo26.tfm) = %{tl_version} +Provides: tex(umjo27.tfm) = %{tl_version} +Provides: tex(umjo28.tfm) = %{tl_version} +Provides: tex(umjo29.tfm) = %{tl_version} +Provides: tex(umjo30.tfm) = %{tl_version} +Provides: tex(umjo31.tfm) = %{tl_version} +Provides: tex(umjo32.tfm) = %{tl_version} +Provides: tex(umjo33.tfm) = %{tl_version} +Provides: tex(umjo34.tfm) = %{tl_version} +Provides: tex(umjo35.tfm) = %{tl_version} +Provides: tex(umjo36.tfm) = %{tl_version} +Provides: tex(umjo37.tfm) = %{tl_version} +Provides: tex(umjo38.tfm) = %{tl_version} +Provides: tex(umju00.tfm) = %{tl_version} +Provides: tex(umju01.tfm) = %{tl_version} +Provides: tex(umju02.tfm) = %{tl_version} +Provides: tex(umju03.tfm) = %{tl_version} +Provides: tex(umju04.tfm) = %{tl_version} +Provides: tex(umju05.tfm) = %{tl_version} +Provides: tex(umju10.tfm) = %{tl_version} +Provides: tex(umju11.tfm) = %{tl_version} +Provides: tex(umju12.tfm) = %{tl_version} +Provides: tex(umju13.tfm) = %{tl_version} +Provides: tex(umju14.tfm) = %{tl_version} +Provides: tex(umju15.tfm) = %{tl_version} +Provides: tex(umju16.tfm) = %{tl_version} +Provides: tex(umju17.tfm) = %{tl_version} +Provides: tex(umju20.tfm) = %{tl_version} +Provides: tex(umju21.tfm) = %{tl_version} +Provides: tex(umju22.tfm) = %{tl_version} +Provides: tex(umju23.tfm) = %{tl_version} +Provides: tex(umju24.tfm) = %{tl_version} +Provides: tex(umju25.tfm) = %{tl_version} +Provides: tex(umju26.tfm) = %{tl_version} +Provides: tex(umju27.tfm) = %{tl_version} +Provides: tex(umju28.tfm) = %{tl_version} +Provides: tex(umju29.tfm) = %{tl_version} +Provides: tex(umju30.tfm) = %{tl_version} +Provides: tex(umju31.tfm) = %{tl_version} +Provides: tex(umju32.tfm) = %{tl_version} +Provides: tex(umju33.tfm) = %{tl_version} +Provides: tex(umju34.tfm) = %{tl_version} +Provides: tex(umju35.tfm) = %{tl_version} +Provides: tex(umju36.tfm) = %{tl_version} +Provides: tex(umju37.tfm) = %{tl_version} +Provides: tex(umju38.tfm) = %{tl_version} +Provides: tex(umjuo00.tfm) = %{tl_version} +Provides: tex(umjuo01.tfm) = %{tl_version} +Provides: tex(umjuo02.tfm) = %{tl_version} +Provides: tex(umjuo03.tfm) = %{tl_version} +Provides: tex(umjuo04.tfm) = %{tl_version} +Provides: tex(umjuo05.tfm) = %{tl_version} +Provides: tex(umjuo10.tfm) = %{tl_version} +Provides: tex(umjuo11.tfm) = %{tl_version} +Provides: tex(umjuo12.tfm) = %{tl_version} +Provides: tex(umjuo13.tfm) = %{tl_version} +Provides: tex(umjuo14.tfm) = %{tl_version} +Provides: tex(umjuo15.tfm) = %{tl_version} +Provides: tex(umjuo16.tfm) = %{tl_version} +Provides: tex(umjuo17.tfm) = %{tl_version} +Provides: tex(umjuo20.tfm) = %{tl_version} +Provides: tex(umjuo21.tfm) = %{tl_version} +Provides: tex(umjuo22.tfm) = %{tl_version} +Provides: tex(umjuo23.tfm) = %{tl_version} +Provides: tex(umjuo24.tfm) = %{tl_version} +Provides: tex(umjuo25.tfm) = %{tl_version} +Provides: tex(umjuo26.tfm) = %{tl_version} +Provides: tex(umjuo27.tfm) = %{tl_version} +Provides: tex(umjuo28.tfm) = %{tl_version} +Provides: tex(umjuo29.tfm) = %{tl_version} +Provides: tex(umjuo30.tfm) = %{tl_version} +Provides: tex(umjuo31.tfm) = %{tl_version} +Provides: tex(umjuo32.tfm) = %{tl_version} +Provides: tex(umjuo33.tfm) = %{tl_version} +Provides: tex(umjuo34.tfm) = %{tl_version} +Provides: tex(umjuo35.tfm) = %{tl_version} +Provides: tex(umjuo36.tfm) = %{tl_version} +Provides: tex(umjuo37.tfm) = %{tl_version} +Provides: tex(umjuo38.tfm) = %{tl_version} +Provides: tex(umjx00.tfm) = %{tl_version} +Provides: tex(umjx01.tfm) = %{tl_version} +Provides: tex(umjx02.tfm) = %{tl_version} +Provides: tex(umjx03.tfm) = %{tl_version} +Provides: tex(umjx04.tfm) = %{tl_version} +Provides: tex(umjx05.tfm) = %{tl_version} +Provides: tex(umjx10.tfm) = %{tl_version} +Provides: tex(umjx11.tfm) = %{tl_version} +Provides: tex(umjx12.tfm) = %{tl_version} +Provides: tex(umjx13.tfm) = %{tl_version} +Provides: tex(umjx14.tfm) = %{tl_version} +Provides: tex(umjx15.tfm) = %{tl_version} +Provides: tex(umjx16.tfm) = %{tl_version} +Provides: tex(umjx17.tfm) = %{tl_version} +Provides: tex(umjx20.tfm) = %{tl_version} +Provides: tex(umjx21.tfm) = %{tl_version} +Provides: tex(umjx22.tfm) = %{tl_version} +Provides: tex(umjx23.tfm) = %{tl_version} +Provides: tex(umjx24.tfm) = %{tl_version} +Provides: tex(umjx25.tfm) = %{tl_version} +Provides: tex(umjx26.tfm) = %{tl_version} +Provides: tex(umjx27.tfm) = %{tl_version} +Provides: tex(umjx28.tfm) = %{tl_version} +Provides: tex(umjx29.tfm) = %{tl_version} +Provides: tex(umjx30.tfm) = %{tl_version} +Provides: tex(umjx31.tfm) = %{tl_version} +Provides: tex(umjx32.tfm) = %{tl_version} +Provides: tex(umjx33.tfm) = %{tl_version} +Provides: tex(umjx34.tfm) = %{tl_version} +Provides: tex(umjx35.tfm) = %{tl_version} +Provides: tex(umjx36.tfm) = %{tl_version} +Provides: tex(umjx37.tfm) = %{tl_version} +Provides: tex(umjx38.tfm) = %{tl_version} +Provides: tex(umjxo00.tfm) = %{tl_version} +Provides: tex(umjxo01.tfm) = %{tl_version} +Provides: tex(umjxo02.tfm) = %{tl_version} +Provides: tex(umjxo03.tfm) = %{tl_version} +Provides: tex(umjxo04.tfm) = %{tl_version} +Provides: tex(umjxo05.tfm) = %{tl_version} +Provides: tex(umjxo10.tfm) = %{tl_version} +Provides: tex(umjxo11.tfm) = %{tl_version} +Provides: tex(umjxo12.tfm) = %{tl_version} +Provides: tex(umjxo13.tfm) = %{tl_version} +Provides: tex(umjxo14.tfm) = %{tl_version} +Provides: tex(umjxo15.tfm) = %{tl_version} +Provides: tex(umjxo16.tfm) = %{tl_version} +Provides: tex(umjxo17.tfm) = %{tl_version} +Provides: tex(umjxo20.tfm) = %{tl_version} +Provides: tex(umjxo21.tfm) = %{tl_version} +Provides: tex(umjxo22.tfm) = %{tl_version} +Provides: tex(umjxo23.tfm) = %{tl_version} +Provides: tex(umjxo24.tfm) = %{tl_version} +Provides: tex(umjxo25.tfm) = %{tl_version} +Provides: tex(umjxo26.tfm) = %{tl_version} +Provides: tex(umjxo27.tfm) = %{tl_version} +Provides: tex(umjxo28.tfm) = %{tl_version} +Provides: tex(umjxo29.tfm) = %{tl_version} +Provides: tex(umjxo30.tfm) = %{tl_version} +Provides: tex(umjxo31.tfm) = %{tl_version} +Provides: tex(umjxo32.tfm) = %{tl_version} +Provides: tex(umjxo33.tfm) = %{tl_version} +Provides: tex(umjxo34.tfm) = %{tl_version} +Provides: tex(umjxo35.tfm) = %{tl_version} +Provides: tex(umjxo36.tfm) = %{tl_version} +Provides: tex(umjxo37.tfm) = %{tl_version} +Provides: tex(umjxo38.tfm) = %{tl_version} +Provides: tex(uwmj00.tfm) = %{tl_version} +Provides: tex(uwmj01.tfm) = %{tl_version} +Provides: tex(uwmj02.tfm) = %{tl_version} +Provides: tex(uwmj03.tfm) = %{tl_version} +Provides: tex(uwmj04.tfm) = %{tl_version} +Provides: tex(uwmj20.tfm) = %{tl_version} +Provides: tex(uwmj21.tfm) = %{tl_version} +Provides: tex(uwmj22.tfm) = %{tl_version} +Provides: tex(uwmj23.tfm) = %{tl_version} +Provides: tex(uwmj24.tfm) = %{tl_version} +Provides: tex(uwmj25.tfm) = %{tl_version} +Provides: tex(uwmj26.tfm) = %{tl_version} +Provides: tex(uwmj30.tfm) = %{tl_version} +Provides: tex(uwmj31.tfm) = %{tl_version} +Provides: tex(uwmj32.tfm) = %{tl_version} +Provides: tex(uwmj33.tfm) = %{tl_version} +Provides: tex(uwmj4e.tfm) = %{tl_version} +Provides: tex(uwmj4f.tfm) = %{tl_version} +Provides: tex(uwmj50.tfm) = %{tl_version} +Provides: tex(uwmj51.tfm) = %{tl_version} +Provides: tex(uwmj52.tfm) = %{tl_version} +Provides: tex(uwmj53.tfm) = %{tl_version} +Provides: tex(uwmj54.tfm) = %{tl_version} +Provides: tex(uwmj55.tfm) = %{tl_version} +Provides: tex(uwmj56.tfm) = %{tl_version} +Provides: tex(uwmj57.tfm) = %{tl_version} +Provides: tex(uwmj58.tfm) = %{tl_version} +Provides: tex(uwmj59.tfm) = %{tl_version} +Provides: tex(uwmj5a.tfm) = %{tl_version} +Provides: tex(uwmj5b.tfm) = %{tl_version} +Provides: tex(uwmj5c.tfm) = %{tl_version} +Provides: tex(uwmj5d.tfm) = %{tl_version} +Provides: tex(uwmj5e.tfm) = %{tl_version} +Provides: tex(uwmj5f.tfm) = %{tl_version} +Provides: tex(uwmj60.tfm) = %{tl_version} +Provides: tex(uwmj61.tfm) = %{tl_version} +Provides: tex(uwmj62.tfm) = %{tl_version} +Provides: tex(uwmj63.tfm) = %{tl_version} +Provides: tex(uwmj64.tfm) = %{tl_version} +Provides: tex(uwmj65.tfm) = %{tl_version} +Provides: tex(uwmj66.tfm) = %{tl_version} +Provides: tex(uwmj67.tfm) = %{tl_version} +Provides: tex(uwmj68.tfm) = %{tl_version} +Provides: tex(uwmj69.tfm) = %{tl_version} +Provides: tex(uwmj6a.tfm) = %{tl_version} +Provides: tex(uwmj6b.tfm) = %{tl_version} +Provides: tex(uwmj6c.tfm) = %{tl_version} +Provides: tex(uwmj6d.tfm) = %{tl_version} +Provides: tex(uwmj6e.tfm) = %{tl_version} +Provides: tex(uwmj6f.tfm) = %{tl_version} +Provides: tex(uwmj70.tfm) = %{tl_version} +Provides: tex(uwmj71.tfm) = %{tl_version} +Provides: tex(uwmj72.tfm) = %{tl_version} +Provides: tex(uwmj73.tfm) = %{tl_version} +Provides: tex(uwmj74.tfm) = %{tl_version} +Provides: tex(uwmj75.tfm) = %{tl_version} +Provides: tex(uwmj76.tfm) = %{tl_version} +Provides: tex(uwmj77.tfm) = %{tl_version} +Provides: tex(uwmj78.tfm) = %{tl_version} +Provides: tex(uwmj79.tfm) = %{tl_version} +Provides: tex(uwmj7a.tfm) = %{tl_version} +Provides: tex(uwmj7b.tfm) = %{tl_version} +Provides: tex(uwmj7c.tfm) = %{tl_version} +Provides: tex(uwmj7d.tfm) = %{tl_version} +Provides: tex(uwmj7e.tfm) = %{tl_version} +Provides: tex(uwmj7f.tfm) = %{tl_version} +Provides: tex(uwmj80.tfm) = %{tl_version} +Provides: tex(uwmj81.tfm) = %{tl_version} +Provides: tex(uwmj82.tfm) = %{tl_version} +Provides: tex(uwmj83.tfm) = %{tl_version} +Provides: tex(uwmj84.tfm) = %{tl_version} +Provides: tex(uwmj85.tfm) = %{tl_version} +Provides: tex(uwmj86.tfm) = %{tl_version} +Provides: tex(uwmj87.tfm) = %{tl_version} +Provides: tex(uwmj88.tfm) = %{tl_version} +Provides: tex(uwmj89.tfm) = %{tl_version} +Provides: tex(uwmj8a.tfm) = %{tl_version} +Provides: tex(uwmj8b.tfm) = %{tl_version} +Provides: tex(uwmj8c.tfm) = %{tl_version} +Provides: tex(uwmj8d.tfm) = %{tl_version} +Provides: tex(uwmj8e.tfm) = %{tl_version} +Provides: tex(uwmj8f.tfm) = %{tl_version} +Provides: tex(uwmj90.tfm) = %{tl_version} +Provides: tex(uwmj91.tfm) = %{tl_version} +Provides: tex(uwmj92.tfm) = %{tl_version} +Provides: tex(uwmj93.tfm) = %{tl_version} +Provides: tex(uwmj94.tfm) = %{tl_version} +Provides: tex(uwmj95.tfm) = %{tl_version} +Provides: tex(uwmj96.tfm) = %{tl_version} +Provides: tex(uwmj97.tfm) = %{tl_version} +Provides: tex(uwmj98.tfm) = %{tl_version} +Provides: tex(uwmj99.tfm) = %{tl_version} +Provides: tex(uwmj9a.tfm) = %{tl_version} +Provides: tex(uwmj9b.tfm) = %{tl_version} +Provides: tex(uwmj9c.tfm) = %{tl_version} +Provides: tex(uwmj9d.tfm) = %{tl_version} +Provides: tex(uwmj9e.tfm) = %{tl_version} +Provides: tex(uwmj9f.tfm) = %{tl_version} +Provides: tex(uwmjac.tfm) = %{tl_version} +Provides: tex(uwmjad.tfm) = %{tl_version} +Provides: tex(uwmjae.tfm) = %{tl_version} +Provides: tex(uwmjaf.tfm) = %{tl_version} +Provides: tex(uwmjb0.tfm) = %{tl_version} +Provides: tex(uwmjb1.tfm) = %{tl_version} +Provides: tex(uwmjb2.tfm) = %{tl_version} +Provides: tex(uwmjb3.tfm) = %{tl_version} +Provides: tex(uwmjb4.tfm) = %{tl_version} +Provides: tex(uwmjb5.tfm) = %{tl_version} +Provides: tex(uwmjb6.tfm) = %{tl_version} +Provides: tex(uwmjb7.tfm) = %{tl_version} +Provides: tex(uwmjb8.tfm) = %{tl_version} +Provides: tex(uwmjb9.tfm) = %{tl_version} +Provides: tex(uwmjba.tfm) = %{tl_version} +Provides: tex(uwmjbb.tfm) = %{tl_version} +Provides: tex(uwmjbc.tfm) = %{tl_version} +Provides: tex(uwmjbd.tfm) = %{tl_version} +Provides: tex(uwmjbe.tfm) = %{tl_version} +Provides: tex(uwmjbf.tfm) = %{tl_version} +Provides: tex(uwmjc0.tfm) = %{tl_version} +Provides: tex(uwmjc00.tfm) = %{tl_version} +Provides: tex(uwmjc01.tfm) = %{tl_version} +Provides: tex(uwmjc02.tfm) = %{tl_version} +Provides: tex(uwmjc03.tfm) = %{tl_version} +Provides: tex(uwmjc04.tfm) = %{tl_version} +Provides: tex(uwmjc1.tfm) = %{tl_version} +Provides: tex(uwmjc2.tfm) = %{tl_version} +Provides: tex(uwmjc20.tfm) = %{tl_version} +Provides: tex(uwmjc21.tfm) = %{tl_version} +Provides: tex(uwmjc22.tfm) = %{tl_version} +Provides: tex(uwmjc23.tfm) = %{tl_version} +Provides: tex(uwmjc24.tfm) = %{tl_version} +Provides: tex(uwmjc25.tfm) = %{tl_version} +Provides: tex(uwmjc26.tfm) = %{tl_version} +Provides: tex(uwmjc3.tfm) = %{tl_version} +Provides: tex(uwmjc30.tfm) = %{tl_version} +Provides: tex(uwmjc31.tfm) = %{tl_version} +Provides: tex(uwmjc32.tfm) = %{tl_version} +Provides: tex(uwmjc33.tfm) = %{tl_version} +Provides: tex(uwmjc4.tfm) = %{tl_version} +Provides: tex(uwmjc4e.tfm) = %{tl_version} +Provides: tex(uwmjc4f.tfm) = %{tl_version} +Provides: tex(uwmjc5.tfm) = %{tl_version} +Provides: tex(uwmjc50.tfm) = %{tl_version} +Provides: tex(uwmjc51.tfm) = %{tl_version} +Provides: tex(uwmjc52.tfm) = %{tl_version} +Provides: tex(uwmjc53.tfm) = %{tl_version} +Provides: tex(uwmjc54.tfm) = %{tl_version} +Provides: tex(uwmjc55.tfm) = %{tl_version} +Provides: tex(uwmjc56.tfm) = %{tl_version} +Provides: tex(uwmjc57.tfm) = %{tl_version} +Provides: tex(uwmjc58.tfm) = %{tl_version} +Provides: tex(uwmjc59.tfm) = %{tl_version} +Provides: tex(uwmjc5a.tfm) = %{tl_version} +Provides: tex(uwmjc5b.tfm) = %{tl_version} +Provides: tex(uwmjc5c.tfm) = %{tl_version} +Provides: tex(uwmjc5d.tfm) = %{tl_version} +Provides: tex(uwmjc5e.tfm) = %{tl_version} +Provides: tex(uwmjc5f.tfm) = %{tl_version} +Provides: tex(uwmjc6.tfm) = %{tl_version} +Provides: tex(uwmjc60.tfm) = %{tl_version} +Provides: tex(uwmjc61.tfm) = %{tl_version} +Provides: tex(uwmjc62.tfm) = %{tl_version} +Provides: tex(uwmjc63.tfm) = %{tl_version} +Provides: tex(uwmjc64.tfm) = %{tl_version} +Provides: tex(uwmjc65.tfm) = %{tl_version} +Provides: tex(uwmjc66.tfm) = %{tl_version} +Provides: tex(uwmjc67.tfm) = %{tl_version} +Provides: tex(uwmjc68.tfm) = %{tl_version} +Provides: tex(uwmjc69.tfm) = %{tl_version} +Provides: tex(uwmjc6a.tfm) = %{tl_version} +Provides: tex(uwmjc6b.tfm) = %{tl_version} +Provides: tex(uwmjc6c.tfm) = %{tl_version} +Provides: tex(uwmjc6d.tfm) = %{tl_version} +Provides: tex(uwmjc6e.tfm) = %{tl_version} +Provides: tex(uwmjc6f.tfm) = %{tl_version} +Provides: tex(uwmjc7.tfm) = %{tl_version} +Provides: tex(uwmjc70.tfm) = %{tl_version} +Provides: tex(uwmjc71.tfm) = %{tl_version} +Provides: tex(uwmjc72.tfm) = %{tl_version} +Provides: tex(uwmjc73.tfm) = %{tl_version} +Provides: tex(uwmjc74.tfm) = %{tl_version} +Provides: tex(uwmjc75.tfm) = %{tl_version} +Provides: tex(uwmjc76.tfm) = %{tl_version} +Provides: tex(uwmjc77.tfm) = %{tl_version} +Provides: tex(uwmjc78.tfm) = %{tl_version} +Provides: tex(uwmjc79.tfm) = %{tl_version} +Provides: tex(uwmjc7a.tfm) = %{tl_version} +Provides: tex(uwmjc7b.tfm) = %{tl_version} +Provides: tex(uwmjc7c.tfm) = %{tl_version} +Provides: tex(uwmjc7d.tfm) = %{tl_version} +Provides: tex(uwmjc7e.tfm) = %{tl_version} +Provides: tex(uwmjc7f.tfm) = %{tl_version} +Provides: tex(uwmjc8.tfm) = %{tl_version} +Provides: tex(uwmjc80.tfm) = %{tl_version} +Provides: tex(uwmjc81.tfm) = %{tl_version} +Provides: tex(uwmjc82.tfm) = %{tl_version} +Provides: tex(uwmjc83.tfm) = %{tl_version} +Provides: tex(uwmjc84.tfm) = %{tl_version} +Provides: tex(uwmjc85.tfm) = %{tl_version} +Provides: tex(uwmjc86.tfm) = %{tl_version} +Provides: tex(uwmjc87.tfm) = %{tl_version} +Provides: tex(uwmjc88.tfm) = %{tl_version} +Provides: tex(uwmjc89.tfm) = %{tl_version} +Provides: tex(uwmjc8a.tfm) = %{tl_version} +Provides: tex(uwmjc8b.tfm) = %{tl_version} +Provides: tex(uwmjc8c.tfm) = %{tl_version} +Provides: tex(uwmjc8d.tfm) = %{tl_version} +Provides: tex(uwmjc8e.tfm) = %{tl_version} +Provides: tex(uwmjc8f.tfm) = %{tl_version} +Provides: tex(uwmjc9.tfm) = %{tl_version} +Provides: tex(uwmjc90.tfm) = %{tl_version} +Provides: tex(uwmjc91.tfm) = %{tl_version} +Provides: tex(uwmjc92.tfm) = %{tl_version} +Provides: tex(uwmjc93.tfm) = %{tl_version} +Provides: tex(uwmjc94.tfm) = %{tl_version} +Provides: tex(uwmjc95.tfm) = %{tl_version} +Provides: tex(uwmjc96.tfm) = %{tl_version} +Provides: tex(uwmjc97.tfm) = %{tl_version} +Provides: tex(uwmjc98.tfm) = %{tl_version} +Provides: tex(uwmjc99.tfm) = %{tl_version} +Provides: tex(uwmjc9a.tfm) = %{tl_version} +Provides: tex(uwmjc9b.tfm) = %{tl_version} +Provides: tex(uwmjc9c.tfm) = %{tl_version} +Provides: tex(uwmjc9d.tfm) = %{tl_version} +Provides: tex(uwmjc9e.tfm) = %{tl_version} +Provides: tex(uwmjc9f.tfm) = %{tl_version} +Provides: tex(uwmjca.tfm) = %{tl_version} +Provides: tex(uwmjcac.tfm) = %{tl_version} +Provides: tex(uwmjcad.tfm) = %{tl_version} +Provides: tex(uwmjcae.tfm) = %{tl_version} +Provides: tex(uwmjcaf.tfm) = %{tl_version} +Provides: tex(uwmjcb.tfm) = %{tl_version} +Provides: tex(uwmjcb0.tfm) = %{tl_version} +Provides: tex(uwmjcb1.tfm) = %{tl_version} +Provides: tex(uwmjcb2.tfm) = %{tl_version} +Provides: tex(uwmjcb3.tfm) = %{tl_version} +Provides: tex(uwmjcb4.tfm) = %{tl_version} +Provides: tex(uwmjcb5.tfm) = %{tl_version} +Provides: tex(uwmjcb6.tfm) = %{tl_version} +Provides: tex(uwmjcb7.tfm) = %{tl_version} +Provides: tex(uwmjcb8.tfm) = %{tl_version} +Provides: tex(uwmjcb9.tfm) = %{tl_version} +Provides: tex(uwmjcba.tfm) = %{tl_version} +Provides: tex(uwmjcbb.tfm) = %{tl_version} +Provides: tex(uwmjcbc.tfm) = %{tl_version} +Provides: tex(uwmjcbd.tfm) = %{tl_version} +Provides: tex(uwmjcbe.tfm) = %{tl_version} +Provides: tex(uwmjcbf.tfm) = %{tl_version} +Provides: tex(uwmjcc.tfm) = %{tl_version} +Provides: tex(uwmjcc0.tfm) = %{tl_version} +Provides: tex(uwmjcc1.tfm) = %{tl_version} +Provides: tex(uwmjcc2.tfm) = %{tl_version} +Provides: tex(uwmjcc3.tfm) = %{tl_version} +Provides: tex(uwmjcc4.tfm) = %{tl_version} +Provides: tex(uwmjcc5.tfm) = %{tl_version} +Provides: tex(uwmjcc6.tfm) = %{tl_version} +Provides: tex(uwmjcc7.tfm) = %{tl_version} +Provides: tex(uwmjcc8.tfm) = %{tl_version} +Provides: tex(uwmjcc9.tfm) = %{tl_version} +Provides: tex(uwmjcca.tfm) = %{tl_version} +Provides: tex(uwmjccb.tfm) = %{tl_version} +Provides: tex(uwmjccc.tfm) = %{tl_version} +Provides: tex(uwmjccd.tfm) = %{tl_version} +Provides: tex(uwmjcce.tfm) = %{tl_version} +Provides: tex(uwmjccf.tfm) = %{tl_version} +Provides: tex(uwmjcd.tfm) = %{tl_version} +Provides: tex(uwmjcd0.tfm) = %{tl_version} +Provides: tex(uwmjcd1.tfm) = %{tl_version} +Provides: tex(uwmjcd2.tfm) = %{tl_version} +Provides: tex(uwmjcd3.tfm) = %{tl_version} +Provides: tex(uwmjcd4.tfm) = %{tl_version} +Provides: tex(uwmjcd5.tfm) = %{tl_version} +Provides: tex(uwmjcd6.tfm) = %{tl_version} +Provides: tex(uwmjcd7.tfm) = %{tl_version} +Provides: tex(uwmjce.tfm) = %{tl_version} +Provides: tex(uwmjcf.tfm) = %{tl_version} +Provides: tex(uwmjcf9.tfm) = %{tl_version} +Provides: tex(uwmjcfa.tfm) = %{tl_version} +Provides: tex(uwmjcff.tfm) = %{tl_version} +Provides: tex(uwmjco00.tfm) = %{tl_version} +Provides: tex(uwmjco01.tfm) = %{tl_version} +Provides: tex(uwmjco02.tfm) = %{tl_version} +Provides: tex(uwmjco03.tfm) = %{tl_version} +Provides: tex(uwmjco04.tfm) = %{tl_version} +Provides: tex(uwmjco20.tfm) = %{tl_version} +Provides: tex(uwmjco21.tfm) = %{tl_version} +Provides: tex(uwmjco22.tfm) = %{tl_version} +Provides: tex(uwmjco23.tfm) = %{tl_version} +Provides: tex(uwmjco24.tfm) = %{tl_version} +Provides: tex(uwmjco25.tfm) = %{tl_version} +Provides: tex(uwmjco26.tfm) = %{tl_version} +Provides: tex(uwmjco30.tfm) = %{tl_version} +Provides: tex(uwmjco31.tfm) = %{tl_version} +Provides: tex(uwmjco32.tfm) = %{tl_version} +Provides: tex(uwmjco33.tfm) = %{tl_version} +Provides: tex(uwmjco4e.tfm) = %{tl_version} +Provides: tex(uwmjco4f.tfm) = %{tl_version} +Provides: tex(uwmjco50.tfm) = %{tl_version} +Provides: tex(uwmjco51.tfm) = %{tl_version} +Provides: tex(uwmjco52.tfm) = %{tl_version} +Provides: tex(uwmjco53.tfm) = %{tl_version} +Provides: tex(uwmjco54.tfm) = %{tl_version} +Provides: tex(uwmjco55.tfm) = %{tl_version} +Provides: tex(uwmjco56.tfm) = %{tl_version} +Provides: tex(uwmjco57.tfm) = %{tl_version} +Provides: tex(uwmjco58.tfm) = %{tl_version} +Provides: tex(uwmjco59.tfm) = %{tl_version} +Provides: tex(uwmjco5a.tfm) = %{tl_version} +Provides: tex(uwmjco5b.tfm) = %{tl_version} +Provides: tex(uwmjco5c.tfm) = %{tl_version} +Provides: tex(uwmjco5d.tfm) = %{tl_version} +Provides: tex(uwmjco5e.tfm) = %{tl_version} +Provides: tex(uwmjco5f.tfm) = %{tl_version} +Provides: tex(uwmjco60.tfm) = %{tl_version} +Provides: tex(uwmjco61.tfm) = %{tl_version} +Provides: tex(uwmjco62.tfm) = %{tl_version} +Provides: tex(uwmjco63.tfm) = %{tl_version} +Provides: tex(uwmjco64.tfm) = %{tl_version} +Provides: tex(uwmjco65.tfm) = %{tl_version} +Provides: tex(uwmjco66.tfm) = %{tl_version} +Provides: tex(uwmjco67.tfm) = %{tl_version} +Provides: tex(uwmjco68.tfm) = %{tl_version} +Provides: tex(uwmjco69.tfm) = %{tl_version} +Provides: tex(uwmjco6a.tfm) = %{tl_version} +Provides: tex(uwmjco6b.tfm) = %{tl_version} +Provides: tex(uwmjco6c.tfm) = %{tl_version} +Provides: tex(uwmjco6d.tfm) = %{tl_version} +Provides: tex(uwmjco6e.tfm) = %{tl_version} +Provides: tex(uwmjco6f.tfm) = %{tl_version} +Provides: tex(uwmjco70.tfm) = %{tl_version} +Provides: tex(uwmjco71.tfm) = %{tl_version} +Provides: tex(uwmjco72.tfm) = %{tl_version} +Provides: tex(uwmjco73.tfm) = %{tl_version} +Provides: tex(uwmjco74.tfm) = %{tl_version} +Provides: tex(uwmjco75.tfm) = %{tl_version} +Provides: tex(uwmjco76.tfm) = %{tl_version} +Provides: tex(uwmjco77.tfm) = %{tl_version} +Provides: tex(uwmjco78.tfm) = %{tl_version} +Provides: tex(uwmjco79.tfm) = %{tl_version} +Provides: tex(uwmjco7a.tfm) = %{tl_version} +Provides: tex(uwmjco7b.tfm) = %{tl_version} +Provides: tex(uwmjco7c.tfm) = %{tl_version} +Provides: tex(uwmjco7d.tfm) = %{tl_version} +Provides: tex(uwmjco7e.tfm) = %{tl_version} +Provides: tex(uwmjco7f.tfm) = %{tl_version} +Provides: tex(uwmjco80.tfm) = %{tl_version} +Provides: tex(uwmjco81.tfm) = %{tl_version} +Provides: tex(uwmjco82.tfm) = %{tl_version} +Provides: tex(uwmjco83.tfm) = %{tl_version} +Provides: tex(uwmjco84.tfm) = %{tl_version} +Provides: tex(uwmjco85.tfm) = %{tl_version} +Provides: tex(uwmjco86.tfm) = %{tl_version} +Provides: tex(uwmjco87.tfm) = %{tl_version} +Provides: tex(uwmjco88.tfm) = %{tl_version} +Provides: tex(uwmjco89.tfm) = %{tl_version} +Provides: tex(uwmjco8a.tfm) = %{tl_version} +Provides: tex(uwmjco8b.tfm) = %{tl_version} +Provides: tex(uwmjco8c.tfm) = %{tl_version} +Provides: tex(uwmjco8d.tfm) = %{tl_version} +Provides: tex(uwmjco8e.tfm) = %{tl_version} +Provides: tex(uwmjco8f.tfm) = %{tl_version} +Provides: tex(uwmjco90.tfm) = %{tl_version} +Provides: tex(uwmjco91.tfm) = %{tl_version} +Provides: tex(uwmjco92.tfm) = %{tl_version} +Provides: tex(uwmjco93.tfm) = %{tl_version} +Provides: tex(uwmjco94.tfm) = %{tl_version} +Provides: tex(uwmjco95.tfm) = %{tl_version} +Provides: tex(uwmjco96.tfm) = %{tl_version} +Provides: tex(uwmjco97.tfm) = %{tl_version} +Provides: tex(uwmjco98.tfm) = %{tl_version} +Provides: tex(uwmjco99.tfm) = %{tl_version} +Provides: tex(uwmjco9a.tfm) = %{tl_version} +Provides: tex(uwmjco9b.tfm) = %{tl_version} +Provides: tex(uwmjco9c.tfm) = %{tl_version} +Provides: tex(uwmjco9d.tfm) = %{tl_version} +Provides: tex(uwmjco9e.tfm) = %{tl_version} +Provides: tex(uwmjco9f.tfm) = %{tl_version} +Provides: tex(uwmjcoac.tfm) = %{tl_version} +Provides: tex(uwmjcoad.tfm) = %{tl_version} +Provides: tex(uwmjcoae.tfm) = %{tl_version} +Provides: tex(uwmjcoaf.tfm) = %{tl_version} +Provides: tex(uwmjcob0.tfm) = %{tl_version} +Provides: tex(uwmjcob1.tfm) = %{tl_version} +Provides: tex(uwmjcob2.tfm) = %{tl_version} +Provides: tex(uwmjcob3.tfm) = %{tl_version} +Provides: tex(uwmjcob4.tfm) = %{tl_version} +Provides: tex(uwmjcob5.tfm) = %{tl_version} +Provides: tex(uwmjcob6.tfm) = %{tl_version} +Provides: tex(uwmjcob7.tfm) = %{tl_version} +Provides: tex(uwmjcob8.tfm) = %{tl_version} +Provides: tex(uwmjcob9.tfm) = %{tl_version} +Provides: tex(uwmjcoba.tfm) = %{tl_version} +Provides: tex(uwmjcobb.tfm) = %{tl_version} +Provides: tex(uwmjcobc.tfm) = %{tl_version} +Provides: tex(uwmjcobd.tfm) = %{tl_version} +Provides: tex(uwmjcobe.tfm) = %{tl_version} +Provides: tex(uwmjcobf.tfm) = %{tl_version} +Provides: tex(uwmjcoc0.tfm) = %{tl_version} +Provides: tex(uwmjcoc1.tfm) = %{tl_version} +Provides: tex(uwmjcoc2.tfm) = %{tl_version} +Provides: tex(uwmjcoc3.tfm) = %{tl_version} +Provides: tex(uwmjcoc4.tfm) = %{tl_version} +Provides: tex(uwmjcoc5.tfm) = %{tl_version} +Provides: tex(uwmjcoc6.tfm) = %{tl_version} +Provides: tex(uwmjcoc7.tfm) = %{tl_version} +Provides: tex(uwmjcoc8.tfm) = %{tl_version} +Provides: tex(uwmjcoc9.tfm) = %{tl_version} +Provides: tex(uwmjcoca.tfm) = %{tl_version} +Provides: tex(uwmjcocb.tfm) = %{tl_version} +Provides: tex(uwmjcocc.tfm) = %{tl_version} +Provides: tex(uwmjcocd.tfm) = %{tl_version} +Provides: tex(uwmjcoce.tfm) = %{tl_version} +Provides: tex(uwmjcocf.tfm) = %{tl_version} +Provides: tex(uwmjcod0.tfm) = %{tl_version} +Provides: tex(uwmjcod1.tfm) = %{tl_version} +Provides: tex(uwmjcod2.tfm) = %{tl_version} +Provides: tex(uwmjcod3.tfm) = %{tl_version} +Provides: tex(uwmjcod4.tfm) = %{tl_version} +Provides: tex(uwmjcod5.tfm) = %{tl_version} +Provides: tex(uwmjcod6.tfm) = %{tl_version} +Provides: tex(uwmjcod7.tfm) = %{tl_version} +Provides: tex(uwmjcof9.tfm) = %{tl_version} +Provides: tex(uwmjcofa.tfm) = %{tl_version} +Provides: tex(uwmjcoff.tfm) = %{tl_version} +Provides: tex(uwmjd0.tfm) = %{tl_version} +Provides: tex(uwmjd1.tfm) = %{tl_version} +Provides: tex(uwmjd2.tfm) = %{tl_version} +Provides: tex(uwmjd3.tfm) = %{tl_version} +Provides: tex(uwmjd4.tfm) = %{tl_version} +Provides: tex(uwmjd5.tfm) = %{tl_version} +Provides: tex(uwmjd6.tfm) = %{tl_version} +Provides: tex(uwmjd7.tfm) = %{tl_version} +Provides: tex(uwmjf9.tfm) = %{tl_version} +Provides: tex(uwmjfa.tfm) = %{tl_version} +Provides: tex(uwmjff.tfm) = %{tl_version} +Provides: tex(uwmjo00.tfm) = %{tl_version} +Provides: tex(uwmjo01.tfm) = %{tl_version} +Provides: tex(uwmjo02.tfm) = %{tl_version} +Provides: tex(uwmjo03.tfm) = %{tl_version} +Provides: tex(uwmjo04.tfm) = %{tl_version} +Provides: tex(uwmjo20.tfm) = %{tl_version} +Provides: tex(uwmjo21.tfm) = %{tl_version} +Provides: tex(uwmjo22.tfm) = %{tl_version} +Provides: tex(uwmjo23.tfm) = %{tl_version} +Provides: tex(uwmjo24.tfm) = %{tl_version} +Provides: tex(uwmjo25.tfm) = %{tl_version} +Provides: tex(uwmjo26.tfm) = %{tl_version} +Provides: tex(uwmjo30.tfm) = %{tl_version} +Provides: tex(uwmjo31.tfm) = %{tl_version} +Provides: tex(uwmjo32.tfm) = %{tl_version} +Provides: tex(uwmjo33.tfm) = %{tl_version} +Provides: tex(uwmjo4e.tfm) = %{tl_version} +Provides: tex(uwmjo4f.tfm) = %{tl_version} +Provides: tex(uwmjo50.tfm) = %{tl_version} +Provides: tex(uwmjo51.tfm) = %{tl_version} +Provides: tex(uwmjo52.tfm) = %{tl_version} +Provides: tex(uwmjo53.tfm) = %{tl_version} +Provides: tex(uwmjo54.tfm) = %{tl_version} +Provides: tex(uwmjo55.tfm) = %{tl_version} +Provides: tex(uwmjo56.tfm) = %{tl_version} +Provides: tex(uwmjo57.tfm) = %{tl_version} +Provides: tex(uwmjo58.tfm) = %{tl_version} +Provides: tex(uwmjo59.tfm) = %{tl_version} +Provides: tex(uwmjo5a.tfm) = %{tl_version} +Provides: tex(uwmjo5b.tfm) = %{tl_version} +Provides: tex(uwmjo5c.tfm) = %{tl_version} +Provides: tex(uwmjo5d.tfm) = %{tl_version} +Provides: tex(uwmjo5e.tfm) = %{tl_version} +Provides: tex(uwmjo5f.tfm) = %{tl_version} +Provides: tex(uwmjo60.tfm) = %{tl_version} +Provides: tex(uwmjo61.tfm) = %{tl_version} +Provides: tex(uwmjo62.tfm) = %{tl_version} +Provides: tex(uwmjo63.tfm) = %{tl_version} +Provides: tex(uwmjo64.tfm) = %{tl_version} +Provides: tex(uwmjo65.tfm) = %{tl_version} +Provides: tex(uwmjo66.tfm) = %{tl_version} +Provides: tex(uwmjo67.tfm) = %{tl_version} +Provides: tex(uwmjo68.tfm) = %{tl_version} +Provides: tex(uwmjo69.tfm) = %{tl_version} +Provides: tex(uwmjo6a.tfm) = %{tl_version} +Provides: tex(uwmjo6b.tfm) = %{tl_version} +Provides: tex(uwmjo6c.tfm) = %{tl_version} +Provides: tex(uwmjo6d.tfm) = %{tl_version} +Provides: tex(uwmjo6e.tfm) = %{tl_version} +Provides: tex(uwmjo6f.tfm) = %{tl_version} +Provides: tex(uwmjo70.tfm) = %{tl_version} +Provides: tex(uwmjo71.tfm) = %{tl_version} +Provides: tex(uwmjo72.tfm) = %{tl_version} +Provides: tex(uwmjo73.tfm) = %{tl_version} +Provides: tex(uwmjo74.tfm) = %{tl_version} +Provides: tex(uwmjo75.tfm) = %{tl_version} +Provides: tex(uwmjo76.tfm) = %{tl_version} +Provides: tex(uwmjo77.tfm) = %{tl_version} +Provides: tex(uwmjo78.tfm) = %{tl_version} +Provides: tex(uwmjo79.tfm) = %{tl_version} +Provides: tex(uwmjo7a.tfm) = %{tl_version} +Provides: tex(uwmjo7b.tfm) = %{tl_version} +Provides: tex(uwmjo7c.tfm) = %{tl_version} +Provides: tex(uwmjo7d.tfm) = %{tl_version} +Provides: tex(uwmjo7e.tfm) = %{tl_version} +Provides: tex(uwmjo7f.tfm) = %{tl_version} +Provides: tex(uwmjo80.tfm) = %{tl_version} +Provides: tex(uwmjo81.tfm) = %{tl_version} +Provides: tex(uwmjo82.tfm) = %{tl_version} +Provides: tex(uwmjo83.tfm) = %{tl_version} +Provides: tex(uwmjo84.tfm) = %{tl_version} +Provides: tex(uwmjo85.tfm) = %{tl_version} +Provides: tex(uwmjo86.tfm) = %{tl_version} +Provides: tex(uwmjo87.tfm) = %{tl_version} +Provides: tex(uwmjo88.tfm) = %{tl_version} +Provides: tex(uwmjo89.tfm) = %{tl_version} +Provides: tex(uwmjo8a.tfm) = %{tl_version} +Provides: tex(uwmjo8b.tfm) = %{tl_version} +Provides: tex(uwmjo8c.tfm) = %{tl_version} +Provides: tex(uwmjo8d.tfm) = %{tl_version} +Provides: tex(uwmjo8e.tfm) = %{tl_version} +Provides: tex(uwmjo8f.tfm) = %{tl_version} +Provides: tex(uwmjo90.tfm) = %{tl_version} +Provides: tex(uwmjo91.tfm) = %{tl_version} +Provides: tex(uwmjo92.tfm) = %{tl_version} +Provides: tex(uwmjo93.tfm) = %{tl_version} +Provides: tex(uwmjo94.tfm) = %{tl_version} +Provides: tex(uwmjo95.tfm) = %{tl_version} +Provides: tex(uwmjo96.tfm) = %{tl_version} +Provides: tex(uwmjo97.tfm) = %{tl_version} +Provides: tex(uwmjo98.tfm) = %{tl_version} +Provides: tex(uwmjo99.tfm) = %{tl_version} +Provides: tex(uwmjo9a.tfm) = %{tl_version} +Provides: tex(uwmjo9b.tfm) = %{tl_version} +Provides: tex(uwmjo9c.tfm) = %{tl_version} +Provides: tex(uwmjo9d.tfm) = %{tl_version} +Provides: tex(uwmjo9e.tfm) = %{tl_version} +Provides: tex(uwmjo9f.tfm) = %{tl_version} +Provides: tex(uwmjoac.tfm) = %{tl_version} +Provides: tex(uwmjoad.tfm) = %{tl_version} +Provides: tex(uwmjoae.tfm) = %{tl_version} +Provides: tex(uwmjoaf.tfm) = %{tl_version} +Provides: tex(uwmjob0.tfm) = %{tl_version} +Provides: tex(uwmjob1.tfm) = %{tl_version} +Provides: tex(uwmjob2.tfm) = %{tl_version} +Provides: tex(uwmjob3.tfm) = %{tl_version} +Provides: tex(uwmjob4.tfm) = %{tl_version} +Provides: tex(uwmjob5.tfm) = %{tl_version} +Provides: tex(uwmjob6.tfm) = %{tl_version} +Provides: tex(uwmjob7.tfm) = %{tl_version} +Provides: tex(uwmjob8.tfm) = %{tl_version} +Provides: tex(uwmjob9.tfm) = %{tl_version} +Provides: tex(uwmjoba.tfm) = %{tl_version} +Provides: tex(uwmjobb.tfm) = %{tl_version} +Provides: tex(uwmjobc.tfm) = %{tl_version} +Provides: tex(uwmjobd.tfm) = %{tl_version} +Provides: tex(uwmjobe.tfm) = %{tl_version} +Provides: tex(uwmjobf.tfm) = %{tl_version} +Provides: tex(uwmjoc0.tfm) = %{tl_version} +Provides: tex(uwmjoc1.tfm) = %{tl_version} +Provides: tex(uwmjoc2.tfm) = %{tl_version} +Provides: tex(uwmjoc3.tfm) = %{tl_version} +Provides: tex(uwmjoc4.tfm) = %{tl_version} +Provides: tex(uwmjoc5.tfm) = %{tl_version} +Provides: tex(uwmjoc6.tfm) = %{tl_version} +Provides: tex(uwmjoc7.tfm) = %{tl_version} +Provides: tex(uwmjoc8.tfm) = %{tl_version} +Provides: tex(uwmjoc9.tfm) = %{tl_version} +Provides: tex(uwmjoca.tfm) = %{tl_version} +Provides: tex(uwmjocb.tfm) = %{tl_version} +Provides: tex(uwmjocc.tfm) = %{tl_version} +Provides: tex(uwmjocd.tfm) = %{tl_version} +Provides: tex(uwmjoce.tfm) = %{tl_version} +Provides: tex(uwmjocf.tfm) = %{tl_version} +Provides: tex(uwmjod0.tfm) = %{tl_version} +Provides: tex(uwmjod1.tfm) = %{tl_version} +Provides: tex(uwmjod2.tfm) = %{tl_version} +Provides: tex(uwmjod3.tfm) = %{tl_version} +Provides: tex(uwmjod4.tfm) = %{tl_version} +Provides: tex(uwmjod5.tfm) = %{tl_version} +Provides: tex(uwmjod6.tfm) = %{tl_version} +Provides: tex(uwmjod7.tfm) = %{tl_version} +Provides: tex(uwmjof9.tfm) = %{tl_version} +Provides: tex(uwmjofa.tfm) = %{tl_version} +Provides: tex(uwmjoff.tfm) = %{tl_version} +Provides: tex(uwmju00.tfm) = %{tl_version} +Provides: tex(uwmju01.tfm) = %{tl_version} +Provides: tex(uwmju02.tfm) = %{tl_version} +Provides: tex(uwmju03.tfm) = %{tl_version} +Provides: tex(uwmju04.tfm) = %{tl_version} +Provides: tex(uwmju20.tfm) = %{tl_version} +Provides: tex(uwmju21.tfm) = %{tl_version} +Provides: tex(uwmju22.tfm) = %{tl_version} +Provides: tex(uwmju23.tfm) = %{tl_version} +Provides: tex(uwmju24.tfm) = %{tl_version} +Provides: tex(uwmju25.tfm) = %{tl_version} +Provides: tex(uwmju26.tfm) = %{tl_version} +Provides: tex(uwmju30.tfm) = %{tl_version} +Provides: tex(uwmju31.tfm) = %{tl_version} +Provides: tex(uwmju32.tfm) = %{tl_version} +Provides: tex(uwmju33.tfm) = %{tl_version} +Provides: tex(uwmju4e.tfm) = %{tl_version} +Provides: tex(uwmju4f.tfm) = %{tl_version} +Provides: tex(uwmju50.tfm) = %{tl_version} +Provides: tex(uwmju51.tfm) = %{tl_version} +Provides: tex(uwmju52.tfm) = %{tl_version} +Provides: tex(uwmju53.tfm) = %{tl_version} +Provides: tex(uwmju54.tfm) = %{tl_version} +Provides: tex(uwmju55.tfm) = %{tl_version} +Provides: tex(uwmju56.tfm) = %{tl_version} +Provides: tex(uwmju57.tfm) = %{tl_version} +Provides: tex(uwmju58.tfm) = %{tl_version} +Provides: tex(uwmju59.tfm) = %{tl_version} +Provides: tex(uwmju5a.tfm) = %{tl_version} +Provides: tex(uwmju5b.tfm) = %{tl_version} +Provides: tex(uwmju5c.tfm) = %{tl_version} +Provides: tex(uwmju5d.tfm) = %{tl_version} +Provides: tex(uwmju5e.tfm) = %{tl_version} +Provides: tex(uwmju5f.tfm) = %{tl_version} +Provides: tex(uwmju60.tfm) = %{tl_version} +Provides: tex(uwmju61.tfm) = %{tl_version} +Provides: tex(uwmju62.tfm) = %{tl_version} +Provides: tex(uwmju63.tfm) = %{tl_version} +Provides: tex(uwmju64.tfm) = %{tl_version} +Provides: tex(uwmju65.tfm) = %{tl_version} +Provides: tex(uwmju66.tfm) = %{tl_version} +Provides: tex(uwmju67.tfm) = %{tl_version} +Provides: tex(uwmju68.tfm) = %{tl_version} +Provides: tex(uwmju69.tfm) = %{tl_version} +Provides: tex(uwmju6a.tfm) = %{tl_version} +Provides: tex(uwmju6b.tfm) = %{tl_version} +Provides: tex(uwmju6c.tfm) = %{tl_version} +Provides: tex(uwmju6d.tfm) = %{tl_version} +Provides: tex(uwmju6e.tfm) = %{tl_version} +Provides: tex(uwmju6f.tfm) = %{tl_version} +Provides: tex(uwmju70.tfm) = %{tl_version} +Provides: tex(uwmju71.tfm) = %{tl_version} +Provides: tex(uwmju72.tfm) = %{tl_version} +Provides: tex(uwmju73.tfm) = %{tl_version} +Provides: tex(uwmju74.tfm) = %{tl_version} +Provides: tex(uwmju75.tfm) = %{tl_version} +Provides: tex(uwmju76.tfm) = %{tl_version} +Provides: tex(uwmju77.tfm) = %{tl_version} +Provides: tex(uwmju78.tfm) = %{tl_version} +Provides: tex(uwmju79.tfm) = %{tl_version} +Provides: tex(uwmju7a.tfm) = %{tl_version} +Provides: tex(uwmju7b.tfm) = %{tl_version} +Provides: tex(uwmju7c.tfm) = %{tl_version} +Provides: tex(uwmju7d.tfm) = %{tl_version} +Provides: tex(uwmju7e.tfm) = %{tl_version} +Provides: tex(uwmju7f.tfm) = %{tl_version} +Provides: tex(uwmju80.tfm) = %{tl_version} +Provides: tex(uwmju81.tfm) = %{tl_version} +Provides: tex(uwmju82.tfm) = %{tl_version} +Provides: tex(uwmju83.tfm) = %{tl_version} +Provides: tex(uwmju84.tfm) = %{tl_version} +Provides: tex(uwmju85.tfm) = %{tl_version} +Provides: tex(uwmju86.tfm) = %{tl_version} +Provides: tex(uwmju87.tfm) = %{tl_version} +Provides: tex(uwmju88.tfm) = %{tl_version} +Provides: tex(uwmju89.tfm) = %{tl_version} +Provides: tex(uwmju8a.tfm) = %{tl_version} +Provides: tex(uwmju8b.tfm) = %{tl_version} +Provides: tex(uwmju8c.tfm) = %{tl_version} +Provides: tex(uwmju8d.tfm) = %{tl_version} +Provides: tex(uwmju8e.tfm) = %{tl_version} +Provides: tex(uwmju8f.tfm) = %{tl_version} +Provides: tex(uwmju90.tfm) = %{tl_version} +Provides: tex(uwmju91.tfm) = %{tl_version} +Provides: tex(uwmju92.tfm) = %{tl_version} +Provides: tex(uwmju93.tfm) = %{tl_version} +Provides: tex(uwmju94.tfm) = %{tl_version} +Provides: tex(uwmju95.tfm) = %{tl_version} +Provides: tex(uwmju96.tfm) = %{tl_version} +Provides: tex(uwmju97.tfm) = %{tl_version} +Provides: tex(uwmju98.tfm) = %{tl_version} +Provides: tex(uwmju99.tfm) = %{tl_version} +Provides: tex(uwmju9a.tfm) = %{tl_version} +Provides: tex(uwmju9b.tfm) = %{tl_version} +Provides: tex(uwmju9c.tfm) = %{tl_version} +Provides: tex(uwmju9d.tfm) = %{tl_version} +Provides: tex(uwmju9e.tfm) = %{tl_version} +Provides: tex(uwmju9f.tfm) = %{tl_version} +Provides: tex(uwmjuac.tfm) = %{tl_version} +Provides: tex(uwmjuad.tfm) = %{tl_version} +Provides: tex(uwmjuae.tfm) = %{tl_version} +Provides: tex(uwmjuaf.tfm) = %{tl_version} +Provides: tex(uwmjub0.tfm) = %{tl_version} +Provides: tex(uwmjub1.tfm) = %{tl_version} +Provides: tex(uwmjub2.tfm) = %{tl_version} +Provides: tex(uwmjub3.tfm) = %{tl_version} +Provides: tex(uwmjub4.tfm) = %{tl_version} +Provides: tex(uwmjub5.tfm) = %{tl_version} +Provides: tex(uwmjub6.tfm) = %{tl_version} +Provides: tex(uwmjub7.tfm) = %{tl_version} +Provides: tex(uwmjub8.tfm) = %{tl_version} +Provides: tex(uwmjub9.tfm) = %{tl_version} +Provides: tex(uwmjuba.tfm) = %{tl_version} +Provides: tex(uwmjubb.tfm) = %{tl_version} +Provides: tex(uwmjubc.tfm) = %{tl_version} +Provides: tex(uwmjubd.tfm) = %{tl_version} +Provides: tex(uwmjube.tfm) = %{tl_version} +Provides: tex(uwmjubf.tfm) = %{tl_version} +Provides: tex(uwmjuc0.tfm) = %{tl_version} +Provides: tex(uwmjuc1.tfm) = %{tl_version} +Provides: tex(uwmjuc2.tfm) = %{tl_version} +Provides: tex(uwmjuc3.tfm) = %{tl_version} +Provides: tex(uwmjuc4.tfm) = %{tl_version} +Provides: tex(uwmjuc5.tfm) = %{tl_version} +Provides: tex(uwmjuc6.tfm) = %{tl_version} +Provides: tex(uwmjuc7.tfm) = %{tl_version} +Provides: tex(uwmjuc8.tfm) = %{tl_version} +Provides: tex(uwmjuc9.tfm) = %{tl_version} +Provides: tex(uwmjuca.tfm) = %{tl_version} +Provides: tex(uwmjucb.tfm) = %{tl_version} +Provides: tex(uwmjucc.tfm) = %{tl_version} +Provides: tex(uwmjucd.tfm) = %{tl_version} +Provides: tex(uwmjuce.tfm) = %{tl_version} +Provides: tex(uwmjucf.tfm) = %{tl_version} +Provides: tex(uwmjud0.tfm) = %{tl_version} +Provides: tex(uwmjud1.tfm) = %{tl_version} +Provides: tex(uwmjud2.tfm) = %{tl_version} +Provides: tex(uwmjud3.tfm) = %{tl_version} +Provides: tex(uwmjud4.tfm) = %{tl_version} +Provides: tex(uwmjud5.tfm) = %{tl_version} +Provides: tex(uwmjud6.tfm) = %{tl_version} +Provides: tex(uwmjud7.tfm) = %{tl_version} +Provides: tex(uwmjuf9.tfm) = %{tl_version} +Provides: tex(uwmjufa.tfm) = %{tl_version} +Provides: tex(uwmjuff.tfm) = %{tl_version} +Provides: tex(uwmjuo00.tfm) = %{tl_version} +Provides: tex(uwmjuo01.tfm) = %{tl_version} +Provides: tex(uwmjuo02.tfm) = %{tl_version} +Provides: tex(uwmjuo03.tfm) = %{tl_version} +Provides: tex(uwmjuo04.tfm) = %{tl_version} +Provides: tex(uwmjuo20.tfm) = %{tl_version} +Provides: tex(uwmjuo21.tfm) = %{tl_version} +Provides: tex(uwmjuo22.tfm) = %{tl_version} +Provides: tex(uwmjuo23.tfm) = %{tl_version} +Provides: tex(uwmjuo24.tfm) = %{tl_version} +Provides: tex(uwmjuo25.tfm) = %{tl_version} +Provides: tex(uwmjuo26.tfm) = %{tl_version} +Provides: tex(uwmjuo30.tfm) = %{tl_version} +Provides: tex(uwmjuo31.tfm) = %{tl_version} +Provides: tex(uwmjuo32.tfm) = %{tl_version} +Provides: tex(uwmjuo33.tfm) = %{tl_version} +Provides: tex(uwmjuo4e.tfm) = %{tl_version} +Provides: tex(uwmjuo4f.tfm) = %{tl_version} +Provides: tex(uwmjuo50.tfm) = %{tl_version} +Provides: tex(uwmjuo51.tfm) = %{tl_version} +Provides: tex(uwmjuo52.tfm) = %{tl_version} +Provides: tex(uwmjuo53.tfm) = %{tl_version} +Provides: tex(uwmjuo54.tfm) = %{tl_version} +Provides: tex(uwmjuo55.tfm) = %{tl_version} +Provides: tex(uwmjuo56.tfm) = %{tl_version} +Provides: tex(uwmjuo57.tfm) = %{tl_version} +Provides: tex(uwmjuo58.tfm) = %{tl_version} +Provides: tex(uwmjuo59.tfm) = %{tl_version} +Provides: tex(uwmjuo5a.tfm) = %{tl_version} +Provides: tex(uwmjuo5b.tfm) = %{tl_version} +Provides: tex(uwmjuo5c.tfm) = %{tl_version} +Provides: tex(uwmjuo5d.tfm) = %{tl_version} +Provides: tex(uwmjuo5e.tfm) = %{tl_version} +Provides: tex(uwmjuo5f.tfm) = %{tl_version} +Provides: tex(uwmjuo60.tfm) = %{tl_version} +Provides: tex(uwmjuo61.tfm) = %{tl_version} +Provides: tex(uwmjuo62.tfm) = %{tl_version} +Provides: tex(uwmjuo63.tfm) = %{tl_version} +Provides: tex(uwmjuo64.tfm) = %{tl_version} +Provides: tex(uwmjuo65.tfm) = %{tl_version} +Provides: tex(uwmjuo66.tfm) = %{tl_version} +Provides: tex(uwmjuo67.tfm) = %{tl_version} +Provides: tex(uwmjuo68.tfm) = %{tl_version} +Provides: tex(uwmjuo69.tfm) = %{tl_version} +Provides: tex(uwmjuo6a.tfm) = %{tl_version} +Provides: tex(uwmjuo6b.tfm) = %{tl_version} +Provides: tex(uwmjuo6c.tfm) = %{tl_version} +Provides: tex(uwmjuo6d.tfm) = %{tl_version} +Provides: tex(uwmjuo6e.tfm) = %{tl_version} +Provides: tex(uwmjuo6f.tfm) = %{tl_version} +Provides: tex(uwmjuo70.tfm) = %{tl_version} +Provides: tex(uwmjuo71.tfm) = %{tl_version} +Provides: tex(uwmjuo72.tfm) = %{tl_version} +Provides: tex(uwmjuo73.tfm) = %{tl_version} +Provides: tex(uwmjuo74.tfm) = %{tl_version} +Provides: tex(uwmjuo75.tfm) = %{tl_version} +Provides: tex(uwmjuo76.tfm) = %{tl_version} +Provides: tex(uwmjuo77.tfm) = %{tl_version} +Provides: tex(uwmjuo78.tfm) = %{tl_version} +Provides: tex(uwmjuo79.tfm) = %{tl_version} +Provides: tex(uwmjuo7a.tfm) = %{tl_version} +Provides: tex(uwmjuo7b.tfm) = %{tl_version} +Provides: tex(uwmjuo7c.tfm) = %{tl_version} +Provides: tex(uwmjuo7d.tfm) = %{tl_version} +Provides: tex(uwmjuo7e.tfm) = %{tl_version} +Provides: tex(uwmjuo7f.tfm) = %{tl_version} +Provides: tex(uwmjuo80.tfm) = %{tl_version} +Provides: tex(uwmjuo81.tfm) = %{tl_version} +Provides: tex(uwmjuo82.tfm) = %{tl_version} +Provides: tex(uwmjuo83.tfm) = %{tl_version} +Provides: tex(uwmjuo84.tfm) = %{tl_version} +Provides: tex(uwmjuo85.tfm) = %{tl_version} +Provides: tex(uwmjuo86.tfm) = %{tl_version} +Provides: tex(uwmjuo87.tfm) = %{tl_version} +Provides: tex(uwmjuo88.tfm) = %{tl_version} +Provides: tex(uwmjuo89.tfm) = %{tl_version} +Provides: tex(uwmjuo8a.tfm) = %{tl_version} +Provides: tex(uwmjuo8b.tfm) = %{tl_version} +Provides: tex(uwmjuo8c.tfm) = %{tl_version} +Provides: tex(uwmjuo8d.tfm) = %{tl_version} +Provides: tex(uwmjuo8e.tfm) = %{tl_version} +Provides: tex(uwmjuo8f.tfm) = %{tl_version} +Provides: tex(uwmjuo90.tfm) = %{tl_version} +Provides: tex(uwmjuo91.tfm) = %{tl_version} +Provides: tex(uwmjuo92.tfm) = %{tl_version} +Provides: tex(uwmjuo93.tfm) = %{tl_version} +Provides: tex(uwmjuo94.tfm) = %{tl_version} +Provides: tex(uwmjuo95.tfm) = %{tl_version} +Provides: tex(uwmjuo96.tfm) = %{tl_version} +Provides: tex(uwmjuo97.tfm) = %{tl_version} +Provides: tex(uwmjuo98.tfm) = %{tl_version} +Provides: tex(uwmjuo99.tfm) = %{tl_version} +Provides: tex(uwmjuo9a.tfm) = %{tl_version} +Provides: tex(uwmjuo9b.tfm) = %{tl_version} +Provides: tex(uwmjuo9c.tfm) = %{tl_version} +Provides: tex(uwmjuo9d.tfm) = %{tl_version} +Provides: tex(uwmjuo9e.tfm) = %{tl_version} +Provides: tex(uwmjuo9f.tfm) = %{tl_version} +Provides: tex(uwmjuoac.tfm) = %{tl_version} +Provides: tex(uwmjuoad.tfm) = %{tl_version} +Provides: tex(uwmjuoae.tfm) = %{tl_version} +Provides: tex(uwmjuoaf.tfm) = %{tl_version} +Provides: tex(uwmjuob0.tfm) = %{tl_version} +Provides: tex(uwmjuob1.tfm) = %{tl_version} +Provides: tex(uwmjuob2.tfm) = %{tl_version} +Provides: tex(uwmjuob3.tfm) = %{tl_version} +Provides: tex(uwmjuob4.tfm) = %{tl_version} +Provides: tex(uwmjuob5.tfm) = %{tl_version} +Provides: tex(uwmjuob6.tfm) = %{tl_version} +Provides: tex(uwmjuob7.tfm) = %{tl_version} +Provides: tex(uwmjuob8.tfm) = %{tl_version} +Provides: tex(uwmjuob9.tfm) = %{tl_version} +Provides: tex(uwmjuoba.tfm) = %{tl_version} +Provides: tex(uwmjuobb.tfm) = %{tl_version} +Provides: tex(uwmjuobc.tfm) = %{tl_version} +Provides: tex(uwmjuobd.tfm) = %{tl_version} +Provides: tex(uwmjuobe.tfm) = %{tl_version} +Provides: tex(uwmjuobf.tfm) = %{tl_version} +Provides: tex(uwmjuoc0.tfm) = %{tl_version} +Provides: tex(uwmjuoc1.tfm) = %{tl_version} +Provides: tex(uwmjuoc2.tfm) = %{tl_version} +Provides: tex(uwmjuoc3.tfm) = %{tl_version} +Provides: tex(uwmjuoc4.tfm) = %{tl_version} +Provides: tex(uwmjuoc5.tfm) = %{tl_version} +Provides: tex(uwmjuoc6.tfm) = %{tl_version} +Provides: tex(uwmjuoc7.tfm) = %{tl_version} +Provides: tex(uwmjuoc8.tfm) = %{tl_version} +Provides: tex(uwmjuoc9.tfm) = %{tl_version} +Provides: tex(uwmjuoca.tfm) = %{tl_version} +Provides: tex(uwmjuocb.tfm) = %{tl_version} +Provides: tex(uwmjuocc.tfm) = %{tl_version} +Provides: tex(uwmjuocd.tfm) = %{tl_version} +Provides: tex(uwmjuoce.tfm) = %{tl_version} +Provides: tex(uwmjuocf.tfm) = %{tl_version} +Provides: tex(uwmjuod0.tfm) = %{tl_version} +Provides: tex(uwmjuod1.tfm) = %{tl_version} +Provides: tex(uwmjuod2.tfm) = %{tl_version} +Provides: tex(uwmjuod3.tfm) = %{tl_version} +Provides: tex(uwmjuod4.tfm) = %{tl_version} +Provides: tex(uwmjuod5.tfm) = %{tl_version} +Provides: tex(uwmjuod6.tfm) = %{tl_version} +Provides: tex(uwmjuod7.tfm) = %{tl_version} +Provides: tex(uwmjuof9.tfm) = %{tl_version} +Provides: tex(uwmjuofa.tfm) = %{tl_version} +Provides: tex(uwmjuoff.tfm) = %{tl_version} +Provides: tex(uwmjx00.tfm) = %{tl_version} +Provides: tex(uwmjx01.tfm) = %{tl_version} +Provides: tex(uwmjx02.tfm) = %{tl_version} +Provides: tex(uwmjx03.tfm) = %{tl_version} +Provides: tex(uwmjx04.tfm) = %{tl_version} +Provides: tex(uwmjx20.tfm) = %{tl_version} +Provides: tex(uwmjx21.tfm) = %{tl_version} +Provides: tex(uwmjx22.tfm) = %{tl_version} +Provides: tex(uwmjx23.tfm) = %{tl_version} +Provides: tex(uwmjx24.tfm) = %{tl_version} +Provides: tex(uwmjx25.tfm) = %{tl_version} +Provides: tex(uwmjx26.tfm) = %{tl_version} +Provides: tex(uwmjx30.tfm) = %{tl_version} +Provides: tex(uwmjx31.tfm) = %{tl_version} +Provides: tex(uwmjx32.tfm) = %{tl_version} +Provides: tex(uwmjx33.tfm) = %{tl_version} +Provides: tex(uwmjx4e.tfm) = %{tl_version} +Provides: tex(uwmjx4f.tfm) = %{tl_version} +Provides: tex(uwmjx50.tfm) = %{tl_version} +Provides: tex(uwmjx51.tfm) = %{tl_version} +Provides: tex(uwmjx52.tfm) = %{tl_version} +Provides: tex(uwmjx53.tfm) = %{tl_version} +Provides: tex(uwmjx54.tfm) = %{tl_version} +Provides: tex(uwmjx55.tfm) = %{tl_version} +Provides: tex(uwmjx56.tfm) = %{tl_version} +Provides: tex(uwmjx57.tfm) = %{tl_version} +Provides: tex(uwmjx58.tfm) = %{tl_version} +Provides: tex(uwmjx59.tfm) = %{tl_version} +Provides: tex(uwmjx5a.tfm) = %{tl_version} +Provides: tex(uwmjx5b.tfm) = %{tl_version} +Provides: tex(uwmjx5c.tfm) = %{tl_version} +Provides: tex(uwmjx5d.tfm) = %{tl_version} +Provides: tex(uwmjx5e.tfm) = %{tl_version} +Provides: tex(uwmjx5f.tfm) = %{tl_version} +Provides: tex(uwmjx60.tfm) = %{tl_version} +Provides: tex(uwmjx61.tfm) = %{tl_version} +Provides: tex(uwmjx62.tfm) = %{tl_version} +Provides: tex(uwmjx63.tfm) = %{tl_version} +Provides: tex(uwmjx64.tfm) = %{tl_version} +Provides: tex(uwmjx65.tfm) = %{tl_version} +Provides: tex(uwmjx66.tfm) = %{tl_version} +Provides: tex(uwmjx67.tfm) = %{tl_version} +Provides: tex(uwmjx68.tfm) = %{tl_version} +Provides: tex(uwmjx69.tfm) = %{tl_version} +Provides: tex(uwmjx6a.tfm) = %{tl_version} +Provides: tex(uwmjx6b.tfm) = %{tl_version} +Provides: tex(uwmjx6c.tfm) = %{tl_version} +Provides: tex(uwmjx6d.tfm) = %{tl_version} +Provides: tex(uwmjx6e.tfm) = %{tl_version} +Provides: tex(uwmjx6f.tfm) = %{tl_version} +Provides: tex(uwmjx70.tfm) = %{tl_version} +Provides: tex(uwmjx71.tfm) = %{tl_version} +Provides: tex(uwmjx72.tfm) = %{tl_version} +Provides: tex(uwmjx73.tfm) = %{tl_version} +Provides: tex(uwmjx74.tfm) = %{tl_version} +Provides: tex(uwmjx75.tfm) = %{tl_version} +Provides: tex(uwmjx76.tfm) = %{tl_version} +Provides: tex(uwmjx77.tfm) = %{tl_version} +Provides: tex(uwmjx78.tfm) = %{tl_version} +Provides: tex(uwmjx79.tfm) = %{tl_version} +Provides: tex(uwmjx7a.tfm) = %{tl_version} +Provides: tex(uwmjx7b.tfm) = %{tl_version} +Provides: tex(uwmjx7c.tfm) = %{tl_version} +Provides: tex(uwmjx7d.tfm) = %{tl_version} +Provides: tex(uwmjx7e.tfm) = %{tl_version} +Provides: tex(uwmjx7f.tfm) = %{tl_version} +Provides: tex(uwmjx80.tfm) = %{tl_version} +Provides: tex(uwmjx81.tfm) = %{tl_version} +Provides: tex(uwmjx82.tfm) = %{tl_version} +Provides: tex(uwmjx83.tfm) = %{tl_version} +Provides: tex(uwmjx84.tfm) = %{tl_version} +Provides: tex(uwmjx85.tfm) = %{tl_version} +Provides: tex(uwmjx86.tfm) = %{tl_version} +Provides: tex(uwmjx87.tfm) = %{tl_version} +Provides: tex(uwmjx88.tfm) = %{tl_version} +Provides: tex(uwmjx89.tfm) = %{tl_version} +Provides: tex(uwmjx8a.tfm) = %{tl_version} +Provides: tex(uwmjx8b.tfm) = %{tl_version} +Provides: tex(uwmjx8c.tfm) = %{tl_version} +Provides: tex(uwmjx8d.tfm) = %{tl_version} +Provides: tex(uwmjx8e.tfm) = %{tl_version} +Provides: tex(uwmjx8f.tfm) = %{tl_version} +Provides: tex(uwmjx90.tfm) = %{tl_version} +Provides: tex(uwmjx91.tfm) = %{tl_version} +Provides: tex(uwmjx92.tfm) = %{tl_version} +Provides: tex(uwmjx93.tfm) = %{tl_version} +Provides: tex(uwmjx94.tfm) = %{tl_version} +Provides: tex(uwmjx95.tfm) = %{tl_version} +Provides: tex(uwmjx96.tfm) = %{tl_version} +Provides: tex(uwmjx97.tfm) = %{tl_version} +Provides: tex(uwmjx98.tfm) = %{tl_version} +Provides: tex(uwmjx99.tfm) = %{tl_version} +Provides: tex(uwmjx9a.tfm) = %{tl_version} +Provides: tex(uwmjx9b.tfm) = %{tl_version} +Provides: tex(uwmjx9c.tfm) = %{tl_version} +Provides: tex(uwmjx9d.tfm) = %{tl_version} +Provides: tex(uwmjx9e.tfm) = %{tl_version} +Provides: tex(uwmjx9f.tfm) = %{tl_version} +Provides: tex(uwmjxac.tfm) = %{tl_version} +Provides: tex(uwmjxad.tfm) = %{tl_version} +Provides: tex(uwmjxae.tfm) = %{tl_version} +Provides: tex(uwmjxaf.tfm) = %{tl_version} +Provides: tex(uwmjxb0.tfm) = %{tl_version} +Provides: tex(uwmjxb1.tfm) = %{tl_version} +Provides: tex(uwmjxb2.tfm) = %{tl_version} +Provides: tex(uwmjxb3.tfm) = %{tl_version} +Provides: tex(uwmjxb4.tfm) = %{tl_version} +Provides: tex(uwmjxb5.tfm) = %{tl_version} +Provides: tex(uwmjxb6.tfm) = %{tl_version} +Provides: tex(uwmjxb7.tfm) = %{tl_version} +Provides: tex(uwmjxb8.tfm) = %{tl_version} +Provides: tex(uwmjxb9.tfm) = %{tl_version} +Provides: tex(uwmjxba.tfm) = %{tl_version} +Provides: tex(uwmjxbb.tfm) = %{tl_version} +Provides: tex(uwmjxbc.tfm) = %{tl_version} +Provides: tex(uwmjxbd.tfm) = %{tl_version} +Provides: tex(uwmjxbe.tfm) = %{tl_version} +Provides: tex(uwmjxbf.tfm) = %{tl_version} +Provides: tex(uwmjxc0.tfm) = %{tl_version} +Provides: tex(uwmjxc1.tfm) = %{tl_version} +Provides: tex(uwmjxc2.tfm) = %{tl_version} +Provides: tex(uwmjxc3.tfm) = %{tl_version} +Provides: tex(uwmjxc4.tfm) = %{tl_version} +Provides: tex(uwmjxc5.tfm) = %{tl_version} +Provides: tex(uwmjxc6.tfm) = %{tl_version} +Provides: tex(uwmjxc7.tfm) = %{tl_version} +Provides: tex(uwmjxc8.tfm) = %{tl_version} +Provides: tex(uwmjxc9.tfm) = %{tl_version} +Provides: tex(uwmjxca.tfm) = %{tl_version} +Provides: tex(uwmjxcb.tfm) = %{tl_version} +Provides: tex(uwmjxcc.tfm) = %{tl_version} +Provides: tex(uwmjxcd.tfm) = %{tl_version} +Provides: tex(uwmjxce.tfm) = %{tl_version} +Provides: tex(uwmjxcf.tfm) = %{tl_version} +Provides: tex(uwmjxd0.tfm) = %{tl_version} +Provides: tex(uwmjxd1.tfm) = %{tl_version} +Provides: tex(uwmjxd2.tfm) = %{tl_version} +Provides: tex(uwmjxd3.tfm) = %{tl_version} +Provides: tex(uwmjxd4.tfm) = %{tl_version} +Provides: tex(uwmjxd5.tfm) = %{tl_version} +Provides: tex(uwmjxd6.tfm) = %{tl_version} +Provides: tex(uwmjxd7.tfm) = %{tl_version} +Provides: tex(uwmjxf9.tfm) = %{tl_version} +Provides: tex(uwmjxfa.tfm) = %{tl_version} +Provides: tex(uwmjxff.tfm) = %{tl_version} +Provides: tex(uwmjxo00.tfm) = %{tl_version} +Provides: tex(uwmjxo01.tfm) = %{tl_version} +Provides: tex(uwmjxo02.tfm) = %{tl_version} +Provides: tex(uwmjxo03.tfm) = %{tl_version} +Provides: tex(uwmjxo04.tfm) = %{tl_version} +Provides: tex(uwmjxo20.tfm) = %{tl_version} +Provides: tex(uwmjxo21.tfm) = %{tl_version} +Provides: tex(uwmjxo22.tfm) = %{tl_version} +Provides: tex(uwmjxo23.tfm) = %{tl_version} +Provides: tex(uwmjxo24.tfm) = %{tl_version} +Provides: tex(uwmjxo25.tfm) = %{tl_version} +Provides: tex(uwmjxo26.tfm) = %{tl_version} +Provides: tex(uwmjxo30.tfm) = %{tl_version} +Provides: tex(uwmjxo31.tfm) = %{tl_version} +Provides: tex(uwmjxo32.tfm) = %{tl_version} +Provides: tex(uwmjxo33.tfm) = %{tl_version} +Provides: tex(uwmjxo4e.tfm) = %{tl_version} +Provides: tex(uwmjxo4f.tfm) = %{tl_version} +Provides: tex(uwmjxo50.tfm) = %{tl_version} +Provides: tex(uwmjxo51.tfm) = %{tl_version} +Provides: tex(uwmjxo52.tfm) = %{tl_version} +Provides: tex(uwmjxo53.tfm) = %{tl_version} +Provides: tex(uwmjxo54.tfm) = %{tl_version} +Provides: tex(uwmjxo55.tfm) = %{tl_version} +Provides: tex(uwmjxo56.tfm) = %{tl_version} +Provides: tex(uwmjxo57.tfm) = %{tl_version} +Provides: tex(uwmjxo58.tfm) = %{tl_version} +Provides: tex(uwmjxo59.tfm) = %{tl_version} +Provides: tex(uwmjxo5a.tfm) = %{tl_version} +Provides: tex(uwmjxo5b.tfm) = %{tl_version} +Provides: tex(uwmjxo5c.tfm) = %{tl_version} +Provides: tex(uwmjxo5d.tfm) = %{tl_version} +Provides: tex(uwmjxo5e.tfm) = %{tl_version} +Provides: tex(uwmjxo5f.tfm) = %{tl_version} +Provides: tex(uwmjxo60.tfm) = %{tl_version} +Provides: tex(uwmjxo61.tfm) = %{tl_version} +Provides: tex(uwmjxo62.tfm) = %{tl_version} +Provides: tex(uwmjxo63.tfm) = %{tl_version} +Provides: tex(uwmjxo64.tfm) = %{tl_version} +Provides: tex(uwmjxo65.tfm) = %{tl_version} +Provides: tex(uwmjxo66.tfm) = %{tl_version} +Provides: tex(uwmjxo67.tfm) = %{tl_version} +Provides: tex(uwmjxo68.tfm) = %{tl_version} +Provides: tex(uwmjxo69.tfm) = %{tl_version} +Provides: tex(uwmjxo6a.tfm) = %{tl_version} +Provides: tex(uwmjxo6b.tfm) = %{tl_version} +Provides: tex(uwmjxo6c.tfm) = %{tl_version} +Provides: tex(uwmjxo6d.tfm) = %{tl_version} +Provides: tex(uwmjxo6e.tfm) = %{tl_version} +Provides: tex(uwmjxo6f.tfm) = %{tl_version} +Provides: tex(uwmjxo70.tfm) = %{tl_version} +Provides: tex(uwmjxo71.tfm) = %{tl_version} +Provides: tex(uwmjxo72.tfm) = %{tl_version} +Provides: tex(uwmjxo73.tfm) = %{tl_version} +Provides: tex(uwmjxo74.tfm) = %{tl_version} +Provides: tex(uwmjxo75.tfm) = %{tl_version} +Provides: tex(uwmjxo76.tfm) = %{tl_version} +Provides: tex(uwmjxo77.tfm) = %{tl_version} +Provides: tex(uwmjxo78.tfm) = %{tl_version} +Provides: tex(uwmjxo79.tfm) = %{tl_version} +Provides: tex(uwmjxo7a.tfm) = %{tl_version} +Provides: tex(uwmjxo7b.tfm) = %{tl_version} +Provides: tex(uwmjxo7c.tfm) = %{tl_version} +Provides: tex(uwmjxo7d.tfm) = %{tl_version} +Provides: tex(uwmjxo7e.tfm) = %{tl_version} +Provides: tex(uwmjxo7f.tfm) = %{tl_version} +Provides: tex(uwmjxo80.tfm) = %{tl_version} +Provides: tex(uwmjxo81.tfm) = %{tl_version} +Provides: tex(uwmjxo82.tfm) = %{tl_version} +Provides: tex(uwmjxo83.tfm) = %{tl_version} +Provides: tex(uwmjxo84.tfm) = %{tl_version} +Provides: tex(uwmjxo85.tfm) = %{tl_version} +Provides: tex(uwmjxo86.tfm) = %{tl_version} +Provides: tex(uwmjxo87.tfm) = %{tl_version} +Provides: tex(uwmjxo88.tfm) = %{tl_version} +Provides: tex(uwmjxo89.tfm) = %{tl_version} +Provides: tex(uwmjxo8a.tfm) = %{tl_version} +Provides: tex(uwmjxo8b.tfm) = %{tl_version} +Provides: tex(uwmjxo8c.tfm) = %{tl_version} +Provides: tex(uwmjxo8d.tfm) = %{tl_version} +Provides: tex(uwmjxo8e.tfm) = %{tl_version} +Provides: tex(uwmjxo8f.tfm) = %{tl_version} +Provides: tex(uwmjxo90.tfm) = %{tl_version} +Provides: tex(uwmjxo91.tfm) = %{tl_version} +Provides: tex(uwmjxo92.tfm) = %{tl_version} +Provides: tex(uwmjxo93.tfm) = %{tl_version} +Provides: tex(uwmjxo94.tfm) = %{tl_version} +Provides: tex(uwmjxo95.tfm) = %{tl_version} +Provides: tex(uwmjxo96.tfm) = %{tl_version} +Provides: tex(uwmjxo97.tfm) = %{tl_version} +Provides: tex(uwmjxo98.tfm) = %{tl_version} +Provides: tex(uwmjxo99.tfm) = %{tl_version} +Provides: tex(uwmjxo9a.tfm) = %{tl_version} +Provides: tex(uwmjxo9b.tfm) = %{tl_version} +Provides: tex(uwmjxo9c.tfm) = %{tl_version} +Provides: tex(uwmjxo9d.tfm) = %{tl_version} +Provides: tex(uwmjxo9e.tfm) = %{tl_version} +Provides: tex(uwmjxo9f.tfm) = %{tl_version} +Provides: tex(uwmjxoac.tfm) = %{tl_version} +Provides: tex(uwmjxoad.tfm) = %{tl_version} +Provides: tex(uwmjxoae.tfm) = %{tl_version} +Provides: tex(uwmjxoaf.tfm) = %{tl_version} +Provides: tex(uwmjxob0.tfm) = %{tl_version} +Provides: tex(uwmjxob1.tfm) = %{tl_version} +Provides: tex(uwmjxob2.tfm) = %{tl_version} +Provides: tex(uwmjxob3.tfm) = %{tl_version} +Provides: tex(uwmjxob4.tfm) = %{tl_version} +Provides: tex(uwmjxob5.tfm) = %{tl_version} +Provides: tex(uwmjxob6.tfm) = %{tl_version} +Provides: tex(uwmjxob7.tfm) = %{tl_version} +Provides: tex(uwmjxob8.tfm) = %{tl_version} +Provides: tex(uwmjxob9.tfm) = %{tl_version} +Provides: tex(uwmjxoba.tfm) = %{tl_version} +Provides: tex(uwmjxobb.tfm) = %{tl_version} +Provides: tex(uwmjxobc.tfm) = %{tl_version} +Provides: tex(uwmjxobd.tfm) = %{tl_version} +Provides: tex(uwmjxobe.tfm) = %{tl_version} +Provides: tex(uwmjxobf.tfm) = %{tl_version} +Provides: tex(uwmjxoc0.tfm) = %{tl_version} +Provides: tex(uwmjxoc1.tfm) = %{tl_version} +Provides: tex(uwmjxoc2.tfm) = %{tl_version} +Provides: tex(uwmjxoc3.tfm) = %{tl_version} +Provides: tex(uwmjxoc4.tfm) = %{tl_version} +Provides: tex(uwmjxoc5.tfm) = %{tl_version} +Provides: tex(uwmjxoc6.tfm) = %{tl_version} +Provides: tex(uwmjxoc7.tfm) = %{tl_version} +Provides: tex(uwmjxoc8.tfm) = %{tl_version} +Provides: tex(uwmjxoc9.tfm) = %{tl_version} +Provides: tex(uwmjxoca.tfm) = %{tl_version} +Provides: tex(uwmjxocb.tfm) = %{tl_version} +Provides: tex(uwmjxocc.tfm) = %{tl_version} +Provides: tex(uwmjxocd.tfm) = %{tl_version} +Provides: tex(uwmjxoce.tfm) = %{tl_version} +Provides: tex(uwmjxocf.tfm) = %{tl_version} +Provides: tex(uwmjxod0.tfm) = %{tl_version} +Provides: tex(uwmjxod1.tfm) = %{tl_version} +Provides: tex(uwmjxod2.tfm) = %{tl_version} +Provides: tex(uwmjxod3.tfm) = %{tl_version} +Provides: tex(uwmjxod4.tfm) = %{tl_version} +Provides: tex(uwmjxod5.tfm) = %{tl_version} +Provides: tex(uwmjxod6.tfm) = %{tl_version} +Provides: tex(uwmjxod7.tfm) = %{tl_version} +Provides: tex(uwmjxof9.tfm) = %{tl_version} +Provides: tex(uwmjxofa.tfm) = %{tl_version} +Provides: tex(uwmjxoff.tfm) = %{tl_version} +Provides: tex(wmj0.tfm) = %{tl_version} +Provides: tex(wmj04.tfm) = %{tl_version} +Provides: tex(wmj05.tfm) = %{tl_version} +Provides: tex(wmj06.tfm) = %{tl_version} +Provides: tex(wmj07.tfm) = %{tl_version} +Provides: tex(wmj1.tfm) = %{tl_version} +Provides: tex(wmj10.tfm) = %{tl_version} +Provides: tex(wmj11.tfm) = %{tl_version} +Provides: tex(wmj12.tfm) = %{tl_version} +Provides: tex(wmj13.tfm) = %{tl_version} +Provides: tex(wmj14.tfm) = %{tl_version} +Provides: tex(wmj15.tfm) = %{tl_version} +Provides: tex(wmj16.tfm) = %{tl_version} +Provides: tex(wmj17.tfm) = %{tl_version} +Provides: tex(wmj18.tfm) = %{tl_version} +Provides: tex(wmj19.tfm) = %{tl_version} +Provides: tex(wmj2.tfm) = %{tl_version} +Provides: tex(wmj20.tfm) = %{tl_version} +Provides: tex(wmj21.tfm) = %{tl_version} +Provides: tex(wmj22.tfm) = %{tl_version} +Provides: tex(wmj23.tfm) = %{tl_version} +Provides: tex(wmj24.tfm) = %{tl_version} +Provides: tex(wmj25.tfm) = %{tl_version} +Provides: tex(wmj26.tfm) = %{tl_version} +Provides: tex(wmj27.tfm) = %{tl_version} +Provides: tex(wmj28.tfm) = %{tl_version} +Provides: tex(wmj29.tfm) = %{tl_version} +Provides: tex(wmj3.tfm) = %{tl_version} +Provides: tex(wmj4.tfm) = %{tl_version} +Provides: tex(wmj5.tfm) = %{tl_version} +Provides: tex(wmj6.tfm) = %{tl_version} +Provides: tex(wmj7.tfm) = %{tl_version} +Provides: tex(wmj8.tfm) = %{tl_version} +Provides: tex(wmj9.tfm) = %{tl_version} +Provides: tex(wmjc0.tfm) = %{tl_version} +Provides: tex(wmjc04.tfm) = %{tl_version} +Provides: tex(wmjc05.tfm) = %{tl_version} +Provides: tex(wmjc06.tfm) = %{tl_version} +Provides: tex(wmjc07.tfm) = %{tl_version} +Provides: tex(wmjc1.tfm) = %{tl_version} +Provides: tex(wmjc10.tfm) = %{tl_version} +Provides: tex(wmjc11.tfm) = %{tl_version} +Provides: tex(wmjc12.tfm) = %{tl_version} +Provides: tex(wmjc13.tfm) = %{tl_version} +Provides: tex(wmjc14.tfm) = %{tl_version} +Provides: tex(wmjc15.tfm) = %{tl_version} +Provides: tex(wmjc16.tfm) = %{tl_version} +Provides: tex(wmjc17.tfm) = %{tl_version} +Provides: tex(wmjc18.tfm) = %{tl_version} +Provides: tex(wmjc19.tfm) = %{tl_version} +Provides: tex(wmjc2.tfm) = %{tl_version} +Provides: tex(wmjc20.tfm) = %{tl_version} +Provides: tex(wmjc21.tfm) = %{tl_version} +Provides: tex(wmjc22.tfm) = %{tl_version} +Provides: tex(wmjc23.tfm) = %{tl_version} +Provides: tex(wmjc24.tfm) = %{tl_version} +Provides: tex(wmjc25.tfm) = %{tl_version} +Provides: tex(wmjc26.tfm) = %{tl_version} +Provides: tex(wmjc27.tfm) = %{tl_version} +Provides: tex(wmjc28.tfm) = %{tl_version} +Provides: tex(wmjc29.tfm) = %{tl_version} +Provides: tex(wmjc3.tfm) = %{tl_version} +Provides: tex(wmjc4.tfm) = %{tl_version} +Provides: tex(wmjc5.tfm) = %{tl_version} +Provides: tex(wmjc6.tfm) = %{tl_version} +Provides: tex(wmjc7.tfm) = %{tl_version} +Provides: tex(wmjc8.tfm) = %{tl_version} +Provides: tex(wmjc9.tfm) = %{tl_version} +Provides: tex(wmjco0.tfm) = %{tl_version} +Provides: tex(wmjco04.tfm) = %{tl_version} +Provides: tex(wmjco05.tfm) = %{tl_version} +Provides: tex(wmjco06.tfm) = %{tl_version} +Provides: tex(wmjco07.tfm) = %{tl_version} +Provides: tex(wmjco1.tfm) = %{tl_version} +Provides: tex(wmjco10.tfm) = %{tl_version} +Provides: tex(wmjco11.tfm) = %{tl_version} +Provides: tex(wmjco12.tfm) = %{tl_version} +Provides: tex(wmjco13.tfm) = %{tl_version} +Provides: tex(wmjco14.tfm) = %{tl_version} +Provides: tex(wmjco15.tfm) = %{tl_version} +Provides: tex(wmjco16.tfm) = %{tl_version} +Provides: tex(wmjco17.tfm) = %{tl_version} +Provides: tex(wmjco18.tfm) = %{tl_version} +Provides: tex(wmjco19.tfm) = %{tl_version} +Provides: tex(wmjco2.tfm) = %{tl_version} +Provides: tex(wmjco20.tfm) = %{tl_version} +Provides: tex(wmjco21.tfm) = %{tl_version} +Provides: tex(wmjco22.tfm) = %{tl_version} +Provides: tex(wmjco23.tfm) = %{tl_version} +Provides: tex(wmjco24.tfm) = %{tl_version} +Provides: tex(wmjco25.tfm) = %{tl_version} +Provides: tex(wmjco26.tfm) = %{tl_version} +Provides: tex(wmjco27.tfm) = %{tl_version} +Provides: tex(wmjco28.tfm) = %{tl_version} +Provides: tex(wmjco29.tfm) = %{tl_version} +Provides: tex(wmjco3.tfm) = %{tl_version} +Provides: tex(wmjco4.tfm) = %{tl_version} +Provides: tex(wmjco5.tfm) = %{tl_version} +Provides: tex(wmjco6.tfm) = %{tl_version} +Provides: tex(wmjco7.tfm) = %{tl_version} +Provides: tex(wmjco8.tfm) = %{tl_version} +Provides: tex(wmjco9.tfm) = %{tl_version} +Provides: tex(wmjo0.tfm) = %{tl_version} +Provides: tex(wmjo04.tfm) = %{tl_version} +Provides: tex(wmjo05.tfm) = %{tl_version} +Provides: tex(wmjo06.tfm) = %{tl_version} +Provides: tex(wmjo07.tfm) = %{tl_version} +Provides: tex(wmjo1.tfm) = %{tl_version} +Provides: tex(wmjo10.tfm) = %{tl_version} +Provides: tex(wmjo11.tfm) = %{tl_version} +Provides: tex(wmjo12.tfm) = %{tl_version} +Provides: tex(wmjo13.tfm) = %{tl_version} +Provides: tex(wmjo14.tfm) = %{tl_version} +Provides: tex(wmjo15.tfm) = %{tl_version} +Provides: tex(wmjo16.tfm) = %{tl_version} +Provides: tex(wmjo17.tfm) = %{tl_version} +Provides: tex(wmjo18.tfm) = %{tl_version} +Provides: tex(wmjo19.tfm) = %{tl_version} +Provides: tex(wmjo2.tfm) = %{tl_version} +Provides: tex(wmjo20.tfm) = %{tl_version} +Provides: tex(wmjo21.tfm) = %{tl_version} +Provides: tex(wmjo22.tfm) = %{tl_version} +Provides: tex(wmjo23.tfm) = %{tl_version} +Provides: tex(wmjo24.tfm) = %{tl_version} +Provides: tex(wmjo25.tfm) = %{tl_version} +Provides: tex(wmjo26.tfm) = %{tl_version} +Provides: tex(wmjo27.tfm) = %{tl_version} +Provides: tex(wmjo28.tfm) = %{tl_version} +Provides: tex(wmjo29.tfm) = %{tl_version} +Provides: tex(wmjo3.tfm) = %{tl_version} +Provides: tex(wmjo4.tfm) = %{tl_version} +Provides: tex(wmjo5.tfm) = %{tl_version} +Provides: tex(wmjo6.tfm) = %{tl_version} +Provides: tex(wmjo7.tfm) = %{tl_version} +Provides: tex(wmjo8.tfm) = %{tl_version} +Provides: tex(wmjo9.tfm) = %{tl_version} +Provides: tex(wmju0.tfm) = %{tl_version} +Provides: tex(wmju04.tfm) = %{tl_version} +Provides: tex(wmju05.tfm) = %{tl_version} +Provides: tex(wmju06.tfm) = %{tl_version} +Provides: tex(wmju07.tfm) = %{tl_version} +Provides: tex(wmju1.tfm) = %{tl_version} +Provides: tex(wmju10.tfm) = %{tl_version} +Provides: tex(wmju11.tfm) = %{tl_version} +Provides: tex(wmju12.tfm) = %{tl_version} +Provides: tex(wmju13.tfm) = %{tl_version} +Provides: tex(wmju14.tfm) = %{tl_version} +Provides: tex(wmju15.tfm) = %{tl_version} +Provides: tex(wmju16.tfm) = %{tl_version} +Provides: tex(wmju17.tfm) = %{tl_version} +Provides: tex(wmju18.tfm) = %{tl_version} +Provides: tex(wmju19.tfm) = %{tl_version} +Provides: tex(wmju2.tfm) = %{tl_version} +Provides: tex(wmju20.tfm) = %{tl_version} +Provides: tex(wmju21.tfm) = %{tl_version} +Provides: tex(wmju22.tfm) = %{tl_version} +Provides: tex(wmju23.tfm) = %{tl_version} +Provides: tex(wmju24.tfm) = %{tl_version} +Provides: tex(wmju25.tfm) = %{tl_version} +Provides: tex(wmju26.tfm) = %{tl_version} +Provides: tex(wmju27.tfm) = %{tl_version} +Provides: tex(wmju28.tfm) = %{tl_version} +Provides: tex(wmju29.tfm) = %{tl_version} +Provides: tex(wmju3.tfm) = %{tl_version} +Provides: tex(wmju4.tfm) = %{tl_version} +Provides: tex(wmju5.tfm) = %{tl_version} +Provides: tex(wmju6.tfm) = %{tl_version} +Provides: tex(wmju7.tfm) = %{tl_version} +Provides: tex(wmju8.tfm) = %{tl_version} +Provides: tex(wmju9.tfm) = %{tl_version} +Provides: tex(wmjuo0.tfm) = %{tl_version} +Provides: tex(wmjuo04.tfm) = %{tl_version} +Provides: tex(wmjuo05.tfm) = %{tl_version} +Provides: tex(wmjuo06.tfm) = %{tl_version} +Provides: tex(wmjuo07.tfm) = %{tl_version} +Provides: tex(wmjuo1.tfm) = %{tl_version} +Provides: tex(wmjuo10.tfm) = %{tl_version} +Provides: tex(wmjuo11.tfm) = %{tl_version} +Provides: tex(wmjuo12.tfm) = %{tl_version} +Provides: tex(wmjuo13.tfm) = %{tl_version} +Provides: tex(wmjuo14.tfm) = %{tl_version} +Provides: tex(wmjuo15.tfm) = %{tl_version} +Provides: tex(wmjuo16.tfm) = %{tl_version} +Provides: tex(wmjuo17.tfm) = %{tl_version} +Provides: tex(wmjuo18.tfm) = %{tl_version} +Provides: tex(wmjuo19.tfm) = %{tl_version} +Provides: tex(wmjuo2.tfm) = %{tl_version} +Provides: tex(wmjuo20.tfm) = %{tl_version} +Provides: tex(wmjuo21.tfm) = %{tl_version} +Provides: tex(wmjuo22.tfm) = %{tl_version} +Provides: tex(wmjuo23.tfm) = %{tl_version} +Provides: tex(wmjuo24.tfm) = %{tl_version} +Provides: tex(wmjuo25.tfm) = %{tl_version} +Provides: tex(wmjuo26.tfm) = %{tl_version} +Provides: tex(wmjuo27.tfm) = %{tl_version} +Provides: tex(wmjuo28.tfm) = %{tl_version} +Provides: tex(wmjuo29.tfm) = %{tl_version} +Provides: tex(wmjuo3.tfm) = %{tl_version} +Provides: tex(wmjuo4.tfm) = %{tl_version} +Provides: tex(wmjuo5.tfm) = %{tl_version} +Provides: tex(wmjuo6.tfm) = %{tl_version} +Provides: tex(wmjuo7.tfm) = %{tl_version} +Provides: tex(wmjuo8.tfm) = %{tl_version} +Provides: tex(wmjuo9.tfm) = %{tl_version} +Provides: tex(wmjx0.tfm) = %{tl_version} +Provides: tex(wmjx04.tfm) = %{tl_version} +Provides: tex(wmjx05.tfm) = %{tl_version} +Provides: tex(wmjx06.tfm) = %{tl_version} +Provides: tex(wmjx07.tfm) = %{tl_version} +Provides: tex(wmjx1.tfm) = %{tl_version} +Provides: tex(wmjx10.tfm) = %{tl_version} +Provides: tex(wmjx11.tfm) = %{tl_version} +Provides: tex(wmjx12.tfm) = %{tl_version} +Provides: tex(wmjx13.tfm) = %{tl_version} +Provides: tex(wmjx14.tfm) = %{tl_version} +Provides: tex(wmjx15.tfm) = %{tl_version} +Provides: tex(wmjx16.tfm) = %{tl_version} +Provides: tex(wmjx17.tfm) = %{tl_version} +Provides: tex(wmjx18.tfm) = %{tl_version} +Provides: tex(wmjx19.tfm) = %{tl_version} +Provides: tex(wmjx2.tfm) = %{tl_version} +Provides: tex(wmjx20.tfm) = %{tl_version} +Provides: tex(wmjx21.tfm) = %{tl_version} +Provides: tex(wmjx22.tfm) = %{tl_version} +Provides: tex(wmjx23.tfm) = %{tl_version} +Provides: tex(wmjx24.tfm) = %{tl_version} +Provides: tex(wmjx25.tfm) = %{tl_version} +Provides: tex(wmjx26.tfm) = %{tl_version} +Provides: tex(wmjx27.tfm) = %{tl_version} +Provides: tex(wmjx28.tfm) = %{tl_version} +Provides: tex(wmjx29.tfm) = %{tl_version} +Provides: tex(wmjx3.tfm) = %{tl_version} +Provides: tex(wmjx4.tfm) = %{tl_version} +Provides: tex(wmjx5.tfm) = %{tl_version} +Provides: tex(wmjx6.tfm) = %{tl_version} +Provides: tex(wmjx7.tfm) = %{tl_version} +Provides: tex(wmjx8.tfm) = %{tl_version} +Provides: tex(wmjx9.tfm) = %{tl_version} +Provides: tex(wmjxo0.tfm) = %{tl_version} +Provides: tex(wmjxo04.tfm) = %{tl_version} +Provides: tex(wmjxo05.tfm) = %{tl_version} +Provides: tex(wmjxo06.tfm) = %{tl_version} +Provides: tex(wmjxo07.tfm) = %{tl_version} +Provides: tex(wmjxo1.tfm) = %{tl_version} +Provides: tex(wmjxo10.tfm) = %{tl_version} +Provides: tex(wmjxo11.tfm) = %{tl_version} +Provides: tex(wmjxo12.tfm) = %{tl_version} +Provides: tex(wmjxo13.tfm) = %{tl_version} +Provides: tex(wmjxo14.tfm) = %{tl_version} +Provides: tex(wmjxo15.tfm) = %{tl_version} +Provides: tex(wmjxo16.tfm) = %{tl_version} +Provides: tex(wmjxo17.tfm) = %{tl_version} +Provides: tex(wmjxo18.tfm) = %{tl_version} +Provides: tex(wmjxo19.tfm) = %{tl_version} +Provides: tex(wmjxo2.tfm) = %{tl_version} +Provides: tex(wmjxo20.tfm) = %{tl_version} +Provides: tex(wmjxo21.tfm) = %{tl_version} +Provides: tex(wmjxo22.tfm) = %{tl_version} +Provides: tex(wmjxo23.tfm) = %{tl_version} +Provides: tex(wmjxo24.tfm) = %{tl_version} +Provides: tex(wmjxo25.tfm) = %{tl_version} +Provides: tex(wmjxo26.tfm) = %{tl_version} +Provides: tex(wmjxo27.tfm) = %{tl_version} +Provides: tex(wmjxo28.tfm) = %{tl_version} +Provides: tex(wmjxo29.tfm) = %{tl_version} +Provides: tex(wmjxo3.tfm) = %{tl_version} +Provides: tex(wmjxo4.tfm) = %{tl_version} +Provides: tex(wmjxo5.tfm) = %{tl_version} +Provides: tex(wmjxo6.tfm) = %{tl_version} +Provides: tex(wmjxo7.tfm) = %{tl_version} +Provides: tex(wmjxo8.tfm) = %{tl_version} +Provides: tex(wmjxo9.tfm) = %{tl_version} +Provides: tex(umj00.pfb) = %{tl_version} +Provides: tex(umj01.pfb) = %{tl_version} +Provides: tex(umj02.pfb) = %{tl_version} +Provides: tex(umj03.pfb) = %{tl_version} +Provides: tex(umj04.pfb) = %{tl_version} +Provides: tex(umj05.pfb) = %{tl_version} +Provides: tex(umj10.pfb) = %{tl_version} +Provides: tex(umj11.pfb) = %{tl_version} +Provides: tex(umj12.pfb) = %{tl_version} +Provides: tex(umj13.pfb) = %{tl_version} +Provides: tex(umj14.pfb) = %{tl_version} +Provides: tex(umj15.pfb) = %{tl_version} +Provides: tex(umj16.pfb) = %{tl_version} +Provides: tex(umj17.pfb) = %{tl_version} +Provides: tex(umj20.pfb) = %{tl_version} +Provides: tex(umj21.pfb) = %{tl_version} +Provides: tex(umj22.pfb) = %{tl_version} +Provides: tex(umj23.pfb) = %{tl_version} +Provides: tex(umj24.pfb) = %{tl_version} +Provides: tex(umj25.pfb) = %{tl_version} +Provides: tex(umj26.pfb) = %{tl_version} +Provides: tex(umj27.pfb) = %{tl_version} +Provides: tex(umj28.pfb) = %{tl_version} +Provides: tex(umj29.pfb) = %{tl_version} +Provides: tex(umj30.pfb) = %{tl_version} +Provides: tex(umj31.pfb) = %{tl_version} +Provides: tex(umj32.pfb) = %{tl_version} +Provides: tex(umj33.pfb) = %{tl_version} +Provides: tex(umj34.pfb) = %{tl_version} +Provides: tex(umj35.pfb) = %{tl_version} +Provides: tex(umj36.pfb) = %{tl_version} +Provides: tex(umj37.pfb) = %{tl_version} +Provides: tex(umj38.pfb) = %{tl_version} +Provides: tex(uwmj00.vf) = %{tl_version} +Provides: tex(uwmj01.vf) = %{tl_version} +Provides: tex(uwmj02.vf) = %{tl_version} +Provides: tex(uwmj03.vf) = %{tl_version} +Provides: tex(uwmj04.vf) = %{tl_version} +Provides: tex(uwmj20.vf) = %{tl_version} +Provides: tex(uwmj21.vf) = %{tl_version} +Provides: tex(uwmj22.vf) = %{tl_version} +Provides: tex(uwmj23.vf) = %{tl_version} +Provides: tex(uwmj24.vf) = %{tl_version} +Provides: tex(uwmj25.vf) = %{tl_version} +Provides: tex(uwmj26.vf) = %{tl_version} +Provides: tex(uwmj30.vf) = %{tl_version} +Provides: tex(uwmj31.vf) = %{tl_version} +Provides: tex(uwmj32.vf) = %{tl_version} +Provides: tex(uwmj33.vf) = %{tl_version} +Provides: tex(uwmj4e.vf) = %{tl_version} +Provides: tex(uwmj4f.vf) = %{tl_version} +Provides: tex(uwmj50.vf) = %{tl_version} +Provides: tex(uwmj51.vf) = %{tl_version} +Provides: tex(uwmj52.vf) = %{tl_version} +Provides: tex(uwmj53.vf) = %{tl_version} +Provides: tex(uwmj54.vf) = %{tl_version} +Provides: tex(uwmj55.vf) = %{tl_version} +Provides: tex(uwmj56.vf) = %{tl_version} +Provides: tex(uwmj57.vf) = %{tl_version} +Provides: tex(uwmj58.vf) = %{tl_version} +Provides: tex(uwmj59.vf) = %{tl_version} +Provides: tex(uwmj5a.vf) = %{tl_version} +Provides: tex(uwmj5b.vf) = %{tl_version} +Provides: tex(uwmj5c.vf) = %{tl_version} +Provides: tex(uwmj5d.vf) = %{tl_version} +Provides: tex(uwmj5e.vf) = %{tl_version} +Provides: tex(uwmj5f.vf) = %{tl_version} +Provides: tex(uwmj60.vf) = %{tl_version} +Provides: tex(uwmj61.vf) = %{tl_version} +Provides: tex(uwmj62.vf) = %{tl_version} +Provides: tex(uwmj63.vf) = %{tl_version} +Provides: tex(uwmj64.vf) = %{tl_version} +Provides: tex(uwmj65.vf) = %{tl_version} +Provides: tex(uwmj66.vf) = %{tl_version} +Provides: tex(uwmj67.vf) = %{tl_version} +Provides: tex(uwmj68.vf) = %{tl_version} +Provides: tex(uwmj69.vf) = %{tl_version} +Provides: tex(uwmj6a.vf) = %{tl_version} +Provides: tex(uwmj6b.vf) = %{tl_version} +Provides: tex(uwmj6c.vf) = %{tl_version} +Provides: tex(uwmj6d.vf) = %{tl_version} +Provides: tex(uwmj6e.vf) = %{tl_version} +Provides: tex(uwmj6f.vf) = %{tl_version} +Provides: tex(uwmj70.vf) = %{tl_version} +Provides: tex(uwmj71.vf) = %{tl_version} +Provides: tex(uwmj72.vf) = %{tl_version} +Provides: tex(uwmj73.vf) = %{tl_version} +Provides: tex(uwmj74.vf) = %{tl_version} +Provides: tex(uwmj75.vf) = %{tl_version} +Provides: tex(uwmj76.vf) = %{tl_version} +Provides: tex(uwmj77.vf) = %{tl_version} +Provides: tex(uwmj78.vf) = %{tl_version} +Provides: tex(uwmj79.vf) = %{tl_version} +Provides: tex(uwmj7a.vf) = %{tl_version} +Provides: tex(uwmj7b.vf) = %{tl_version} +Provides: tex(uwmj7c.vf) = %{tl_version} +Provides: tex(uwmj7d.vf) = %{tl_version} +Provides: tex(uwmj7e.vf) = %{tl_version} +Provides: tex(uwmj7f.vf) = %{tl_version} +Provides: tex(uwmj80.vf) = %{tl_version} +Provides: tex(uwmj81.vf) = %{tl_version} +Provides: tex(uwmj82.vf) = %{tl_version} +Provides: tex(uwmj83.vf) = %{tl_version} +Provides: tex(uwmj84.vf) = %{tl_version} +Provides: tex(uwmj85.vf) = %{tl_version} +Provides: tex(uwmj86.vf) = %{tl_version} +Provides: tex(uwmj87.vf) = %{tl_version} +Provides: tex(uwmj88.vf) = %{tl_version} +Provides: tex(uwmj89.vf) = %{tl_version} +Provides: tex(uwmj8a.vf) = %{tl_version} +Provides: tex(uwmj8b.vf) = %{tl_version} +Provides: tex(uwmj8c.vf) = %{tl_version} +Provides: tex(uwmj8d.vf) = %{tl_version} +Provides: tex(uwmj8e.vf) = %{tl_version} +Provides: tex(uwmj8f.vf) = %{tl_version} +Provides: tex(uwmj90.vf) = %{tl_version} +Provides: tex(uwmj91.vf) = %{tl_version} +Provides: tex(uwmj92.vf) = %{tl_version} +Provides: tex(uwmj93.vf) = %{tl_version} +Provides: tex(uwmj94.vf) = %{tl_version} +Provides: tex(uwmj95.vf) = %{tl_version} +Provides: tex(uwmj96.vf) = %{tl_version} +Provides: tex(uwmj97.vf) = %{tl_version} +Provides: tex(uwmj98.vf) = %{tl_version} +Provides: tex(uwmj99.vf) = %{tl_version} +Provides: tex(uwmj9a.vf) = %{tl_version} +Provides: tex(uwmj9b.vf) = %{tl_version} +Provides: tex(uwmj9c.vf) = %{tl_version} +Provides: tex(uwmj9d.vf) = %{tl_version} +Provides: tex(uwmj9e.vf) = %{tl_version} +Provides: tex(uwmj9f.vf) = %{tl_version} +Provides: tex(uwmjac.vf) = %{tl_version} +Provides: tex(uwmjad.vf) = %{tl_version} +Provides: tex(uwmjae.vf) = %{tl_version} +Provides: tex(uwmjaf.vf) = %{tl_version} +Provides: tex(uwmjb0.vf) = %{tl_version} +Provides: tex(uwmjb1.vf) = %{tl_version} +Provides: tex(uwmjb2.vf) = %{tl_version} +Provides: tex(uwmjb3.vf) = %{tl_version} +Provides: tex(uwmjb4.vf) = %{tl_version} +Provides: tex(uwmjb5.vf) = %{tl_version} +Provides: tex(uwmjb6.vf) = %{tl_version} +Provides: tex(uwmjb7.vf) = %{tl_version} +Provides: tex(uwmjb8.vf) = %{tl_version} +Provides: tex(uwmjb9.vf) = %{tl_version} +Provides: tex(uwmjba.vf) = %{tl_version} +Provides: tex(uwmjbb.vf) = %{tl_version} +Provides: tex(uwmjbc.vf) = %{tl_version} +Provides: tex(uwmjbd.vf) = %{tl_version} +Provides: tex(uwmjbe.vf) = %{tl_version} +Provides: tex(uwmjbf.vf) = %{tl_version} +Provides: tex(uwmjc0.vf) = %{tl_version} +Provides: tex(uwmjc00.vf) = %{tl_version} +Provides: tex(uwmjc01.vf) = %{tl_version} +Provides: tex(uwmjc02.vf) = %{tl_version} +Provides: tex(uwmjc03.vf) = %{tl_version} +Provides: tex(uwmjc04.vf) = %{tl_version} +Provides: tex(uwmjc1.vf) = %{tl_version} +Provides: tex(uwmjc2.vf) = %{tl_version} +Provides: tex(uwmjc20.vf) = %{tl_version} +Provides: tex(uwmjc21.vf) = %{tl_version} +Provides: tex(uwmjc22.vf) = %{tl_version} +Provides: tex(uwmjc23.vf) = %{tl_version} +Provides: tex(uwmjc24.vf) = %{tl_version} +Provides: tex(uwmjc25.vf) = %{tl_version} +Provides: tex(uwmjc26.vf) = %{tl_version} +Provides: tex(uwmjc3.vf) = %{tl_version} +Provides: tex(uwmjc30.vf) = %{tl_version} +Provides: tex(uwmjc31.vf) = %{tl_version} +Provides: tex(uwmjc32.vf) = %{tl_version} +Provides: tex(uwmjc33.vf) = %{tl_version} +Provides: tex(uwmjc4.vf) = %{tl_version} +Provides: tex(uwmjc4e.vf) = %{tl_version} +Provides: tex(uwmjc4f.vf) = %{tl_version} +Provides: tex(uwmjc5.vf) = %{tl_version} +Provides: tex(uwmjc50.vf) = %{tl_version} +Provides: tex(uwmjc51.vf) = %{tl_version} +Provides: tex(uwmjc52.vf) = %{tl_version} +Provides: tex(uwmjc53.vf) = %{tl_version} +Provides: tex(uwmjc54.vf) = %{tl_version} +Provides: tex(uwmjc55.vf) = %{tl_version} +Provides: tex(uwmjc56.vf) = %{tl_version} +Provides: tex(uwmjc57.vf) = %{tl_version} +Provides: tex(uwmjc58.vf) = %{tl_version} +Provides: tex(uwmjc59.vf) = %{tl_version} +Provides: tex(uwmjc5a.vf) = %{tl_version} +Provides: tex(uwmjc5b.vf) = %{tl_version} +Provides: tex(uwmjc5c.vf) = %{tl_version} +Provides: tex(uwmjc5d.vf) = %{tl_version} +Provides: tex(uwmjc5e.vf) = %{tl_version} +Provides: tex(uwmjc5f.vf) = %{tl_version} +Provides: tex(uwmjc6.vf) = %{tl_version} +Provides: tex(uwmjc60.vf) = %{tl_version} +Provides: tex(uwmjc61.vf) = %{tl_version} +Provides: tex(uwmjc62.vf) = %{tl_version} +Provides: tex(uwmjc63.vf) = %{tl_version} +Provides: tex(uwmjc64.vf) = %{tl_version} +Provides: tex(uwmjc65.vf) = %{tl_version} +Provides: tex(uwmjc66.vf) = %{tl_version} +Provides: tex(uwmjc67.vf) = %{tl_version} +Provides: tex(uwmjc68.vf) = %{tl_version} +Provides: tex(uwmjc69.vf) = %{tl_version} +Provides: tex(uwmjc6a.vf) = %{tl_version} +Provides: tex(uwmjc6b.vf) = %{tl_version} +Provides: tex(uwmjc6c.vf) = %{tl_version} +Provides: tex(uwmjc6d.vf) = %{tl_version} +Provides: tex(uwmjc6e.vf) = %{tl_version} +Provides: tex(uwmjc6f.vf) = %{tl_version} +Provides: tex(uwmjc7.vf) = %{tl_version} +Provides: tex(uwmjc70.vf) = %{tl_version} +Provides: tex(uwmjc71.vf) = %{tl_version} +Provides: tex(uwmjc72.vf) = %{tl_version} +Provides: tex(uwmjc73.vf) = %{tl_version} +Provides: tex(uwmjc74.vf) = %{tl_version} +Provides: tex(uwmjc75.vf) = %{tl_version} +Provides: tex(uwmjc76.vf) = %{tl_version} +Provides: tex(uwmjc77.vf) = %{tl_version} +Provides: tex(uwmjc78.vf) = %{tl_version} +Provides: tex(uwmjc79.vf) = %{tl_version} +Provides: tex(uwmjc7a.vf) = %{tl_version} +Provides: tex(uwmjc7b.vf) = %{tl_version} +Provides: tex(uwmjc7c.vf) = %{tl_version} +Provides: tex(uwmjc7d.vf) = %{tl_version} +Provides: tex(uwmjc7e.vf) = %{tl_version} +Provides: tex(uwmjc7f.vf) = %{tl_version} +Provides: tex(uwmjc8.vf) = %{tl_version} +Provides: tex(uwmjc80.vf) = %{tl_version} +Provides: tex(uwmjc81.vf) = %{tl_version} +Provides: tex(uwmjc82.vf) = %{tl_version} +Provides: tex(uwmjc83.vf) = %{tl_version} +Provides: tex(uwmjc84.vf) = %{tl_version} +Provides: tex(uwmjc85.vf) = %{tl_version} +Provides: tex(uwmjc86.vf) = %{tl_version} +Provides: tex(uwmjc87.vf) = %{tl_version} +Provides: tex(uwmjc88.vf) = %{tl_version} +Provides: tex(uwmjc89.vf) = %{tl_version} +Provides: tex(uwmjc8a.vf) = %{tl_version} +Provides: tex(uwmjc8b.vf) = %{tl_version} +Provides: tex(uwmjc8c.vf) = %{tl_version} +Provides: tex(uwmjc8d.vf) = %{tl_version} +Provides: tex(uwmjc8e.vf) = %{tl_version} +Provides: tex(uwmjc8f.vf) = %{tl_version} +Provides: tex(uwmjc9.vf) = %{tl_version} +Provides: tex(uwmjc90.vf) = %{tl_version} +Provides: tex(uwmjc91.vf) = %{tl_version} +Provides: tex(uwmjc92.vf) = %{tl_version} +Provides: tex(uwmjc93.vf) = %{tl_version} +Provides: tex(uwmjc94.vf) = %{tl_version} +Provides: tex(uwmjc95.vf) = %{tl_version} +Provides: tex(uwmjc96.vf) = %{tl_version} +Provides: tex(uwmjc97.vf) = %{tl_version} +Provides: tex(uwmjc98.vf) = %{tl_version} +Provides: tex(uwmjc99.vf) = %{tl_version} +Provides: tex(uwmjc9a.vf) = %{tl_version} +Provides: tex(uwmjc9b.vf) = %{tl_version} +Provides: tex(uwmjc9c.vf) = %{tl_version} +Provides: tex(uwmjc9d.vf) = %{tl_version} +Provides: tex(uwmjc9e.vf) = %{tl_version} +Provides: tex(uwmjc9f.vf) = %{tl_version} +Provides: tex(uwmjca.vf) = %{tl_version} +Provides: tex(uwmjcac.vf) = %{tl_version} +Provides: tex(uwmjcad.vf) = %{tl_version} +Provides: tex(uwmjcae.vf) = %{tl_version} +Provides: tex(uwmjcaf.vf) = %{tl_version} +Provides: tex(uwmjcb.vf) = %{tl_version} +Provides: tex(uwmjcb0.vf) = %{tl_version} +Provides: tex(uwmjcb1.vf) = %{tl_version} +Provides: tex(uwmjcb2.vf) = %{tl_version} +Provides: tex(uwmjcb3.vf) = %{tl_version} +Provides: tex(uwmjcb4.vf) = %{tl_version} +Provides: tex(uwmjcb5.vf) = %{tl_version} +Provides: tex(uwmjcb6.vf) = %{tl_version} +Provides: tex(uwmjcb7.vf) = %{tl_version} +Provides: tex(uwmjcb8.vf) = %{tl_version} +Provides: tex(uwmjcb9.vf) = %{tl_version} +Provides: tex(uwmjcba.vf) = %{tl_version} +Provides: tex(uwmjcbb.vf) = %{tl_version} +Provides: tex(uwmjcbc.vf) = %{tl_version} +Provides: tex(uwmjcbd.vf) = %{tl_version} +Provides: tex(uwmjcbe.vf) = %{tl_version} +Provides: tex(uwmjcbf.vf) = %{tl_version} +Provides: tex(uwmjcc.vf) = %{tl_version} +Provides: tex(uwmjcc0.vf) = %{tl_version} +Provides: tex(uwmjcc1.vf) = %{tl_version} +Provides: tex(uwmjcc2.vf) = %{tl_version} +Provides: tex(uwmjcc3.vf) = %{tl_version} +Provides: tex(uwmjcc4.vf) = %{tl_version} +Provides: tex(uwmjcc5.vf) = %{tl_version} +Provides: tex(uwmjcc6.vf) = %{tl_version} +Provides: tex(uwmjcc7.vf) = %{tl_version} +Provides: tex(uwmjcc8.vf) = %{tl_version} +Provides: tex(uwmjcc9.vf) = %{tl_version} +Provides: tex(uwmjcca.vf) = %{tl_version} +Provides: tex(uwmjccb.vf) = %{tl_version} +Provides: tex(uwmjccc.vf) = %{tl_version} +Provides: tex(uwmjccd.vf) = %{tl_version} +Provides: tex(uwmjcce.vf) = %{tl_version} +Provides: tex(uwmjccf.vf) = %{tl_version} +Provides: tex(uwmjcd.vf) = %{tl_version} +Provides: tex(uwmjcd0.vf) = %{tl_version} +Provides: tex(uwmjcd1.vf) = %{tl_version} +Provides: tex(uwmjcd2.vf) = %{tl_version} +Provides: tex(uwmjcd3.vf) = %{tl_version} +Provides: tex(uwmjcd4.vf) = %{tl_version} +Provides: tex(uwmjcd5.vf) = %{tl_version} +Provides: tex(uwmjcd6.vf) = %{tl_version} +Provides: tex(uwmjcd7.vf) = %{tl_version} +Provides: tex(uwmjce.vf) = %{tl_version} +Provides: tex(uwmjcf.vf) = %{tl_version} +Provides: tex(uwmjcf9.vf) = %{tl_version} +Provides: tex(uwmjcfa.vf) = %{tl_version} +Provides: tex(uwmjcff.vf) = %{tl_version} +Provides: tex(uwmjco00.vf) = %{tl_version} +Provides: tex(uwmjco01.vf) = %{tl_version} +Provides: tex(uwmjco02.vf) = %{tl_version} +Provides: tex(uwmjco03.vf) = %{tl_version} +Provides: tex(uwmjco04.vf) = %{tl_version} +Provides: tex(uwmjco20.vf) = %{tl_version} +Provides: tex(uwmjco21.vf) = %{tl_version} +Provides: tex(uwmjco22.vf) = %{tl_version} +Provides: tex(uwmjco23.vf) = %{tl_version} +Provides: tex(uwmjco24.vf) = %{tl_version} +Provides: tex(uwmjco25.vf) = %{tl_version} +Provides: tex(uwmjco26.vf) = %{tl_version} +Provides: tex(uwmjco30.vf) = %{tl_version} +Provides: tex(uwmjco31.vf) = %{tl_version} +Provides: tex(uwmjco32.vf) = %{tl_version} +Provides: tex(uwmjco33.vf) = %{tl_version} +Provides: tex(uwmjco4e.vf) = %{tl_version} +Provides: tex(uwmjco4f.vf) = %{tl_version} +Provides: tex(uwmjco50.vf) = %{tl_version} +Provides: tex(uwmjco51.vf) = %{tl_version} +Provides: tex(uwmjco52.vf) = %{tl_version} +Provides: tex(uwmjco53.vf) = %{tl_version} +Provides: tex(uwmjco54.vf) = %{tl_version} +Provides: tex(uwmjco55.vf) = %{tl_version} +Provides: tex(uwmjco56.vf) = %{tl_version} +Provides: tex(uwmjco57.vf) = %{tl_version} +Provides: tex(uwmjco58.vf) = %{tl_version} +Provides: tex(uwmjco59.vf) = %{tl_version} +Provides: tex(uwmjco5a.vf) = %{tl_version} +Provides: tex(uwmjco5b.vf) = %{tl_version} +Provides: tex(uwmjco5c.vf) = %{tl_version} +Provides: tex(uwmjco5d.vf) = %{tl_version} +Provides: tex(uwmjco5e.vf) = %{tl_version} +Provides: tex(uwmjco5f.vf) = %{tl_version} +Provides: tex(uwmjco60.vf) = %{tl_version} +Provides: tex(uwmjco61.vf) = %{tl_version} +Provides: tex(uwmjco62.vf) = %{tl_version} +Provides: tex(uwmjco63.vf) = %{tl_version} +Provides: tex(uwmjco64.vf) = %{tl_version} +Provides: tex(uwmjco65.vf) = %{tl_version} +Provides: tex(uwmjco66.vf) = %{tl_version} +Provides: tex(uwmjco67.vf) = %{tl_version} +Provides: tex(uwmjco68.vf) = %{tl_version} +Provides: tex(uwmjco69.vf) = %{tl_version} +Provides: tex(uwmjco6a.vf) = %{tl_version} +Provides: tex(uwmjco6b.vf) = %{tl_version} +Provides: tex(uwmjco6c.vf) = %{tl_version} +Provides: tex(uwmjco6d.vf) = %{tl_version} +Provides: tex(uwmjco6e.vf) = %{tl_version} +Provides: tex(uwmjco6f.vf) = %{tl_version} +Provides: tex(uwmjco70.vf) = %{tl_version} +Provides: tex(uwmjco71.vf) = %{tl_version} +Provides: tex(uwmjco72.vf) = %{tl_version} +Provides: tex(uwmjco73.vf) = %{tl_version} +Provides: tex(uwmjco74.vf) = %{tl_version} +Provides: tex(uwmjco75.vf) = %{tl_version} +Provides: tex(uwmjco76.vf) = %{tl_version} +Provides: tex(uwmjco77.vf) = %{tl_version} +Provides: tex(uwmjco78.vf) = %{tl_version} +Provides: tex(uwmjco79.vf) = %{tl_version} +Provides: tex(uwmjco7a.vf) = %{tl_version} +Provides: tex(uwmjco7b.vf) = %{tl_version} +Provides: tex(uwmjco7c.vf) = %{tl_version} +Provides: tex(uwmjco7d.vf) = %{tl_version} +Provides: tex(uwmjco7e.vf) = %{tl_version} +Provides: tex(uwmjco7f.vf) = %{tl_version} +Provides: tex(uwmjco80.vf) = %{tl_version} +Provides: tex(uwmjco81.vf) = %{tl_version} +Provides: tex(uwmjco82.vf) = %{tl_version} +Provides: tex(uwmjco83.vf) = %{tl_version} +Provides: tex(uwmjco84.vf) = %{tl_version} +Provides: tex(uwmjco85.vf) = %{tl_version} +Provides: tex(uwmjco86.vf) = %{tl_version} +Provides: tex(uwmjco87.vf) = %{tl_version} +Provides: tex(uwmjco88.vf) = %{tl_version} +Provides: tex(uwmjco89.vf) = %{tl_version} +Provides: tex(uwmjco8a.vf) = %{tl_version} +Provides: tex(uwmjco8b.vf) = %{tl_version} +Provides: tex(uwmjco8c.vf) = %{tl_version} +Provides: tex(uwmjco8d.vf) = %{tl_version} +Provides: tex(uwmjco8e.vf) = %{tl_version} +Provides: tex(uwmjco8f.vf) = %{tl_version} +Provides: tex(uwmjco90.vf) = %{tl_version} +Provides: tex(uwmjco91.vf) = %{tl_version} +Provides: tex(uwmjco92.vf) = %{tl_version} +Provides: tex(uwmjco93.vf) = %{tl_version} +Provides: tex(uwmjco94.vf) = %{tl_version} +Provides: tex(uwmjco95.vf) = %{tl_version} +Provides: tex(uwmjco96.vf) = %{tl_version} +Provides: tex(uwmjco97.vf) = %{tl_version} +Provides: tex(uwmjco98.vf) = %{tl_version} +Provides: tex(uwmjco99.vf) = %{tl_version} +Provides: tex(uwmjco9a.vf) = %{tl_version} +Provides: tex(uwmjco9b.vf) = %{tl_version} +Provides: tex(uwmjco9c.vf) = %{tl_version} +Provides: tex(uwmjco9d.vf) = %{tl_version} +Provides: tex(uwmjco9e.vf) = %{tl_version} +Provides: tex(uwmjco9f.vf) = %{tl_version} +Provides: tex(uwmjcoac.vf) = %{tl_version} +Provides: tex(uwmjcoad.vf) = %{tl_version} +Provides: tex(uwmjcoae.vf) = %{tl_version} +Provides: tex(uwmjcoaf.vf) = %{tl_version} +Provides: tex(uwmjcob0.vf) = %{tl_version} +Provides: tex(uwmjcob1.vf) = %{tl_version} +Provides: tex(uwmjcob2.vf) = %{tl_version} +Provides: tex(uwmjcob3.vf) = %{tl_version} +Provides: tex(uwmjcob4.vf) = %{tl_version} +Provides: tex(uwmjcob5.vf) = %{tl_version} +Provides: tex(uwmjcob6.vf) = %{tl_version} +Provides: tex(uwmjcob7.vf) = %{tl_version} +Provides: tex(uwmjcob8.vf) = %{tl_version} +Provides: tex(uwmjcob9.vf) = %{tl_version} +Provides: tex(uwmjcoba.vf) = %{tl_version} +Provides: tex(uwmjcobb.vf) = %{tl_version} +Provides: tex(uwmjcobc.vf) = %{tl_version} +Provides: tex(uwmjcobd.vf) = %{tl_version} +Provides: tex(uwmjcobe.vf) = %{tl_version} +Provides: tex(uwmjcobf.vf) = %{tl_version} +Provides: tex(uwmjcoc0.vf) = %{tl_version} +Provides: tex(uwmjcoc1.vf) = %{tl_version} +Provides: tex(uwmjcoc2.vf) = %{tl_version} +Provides: tex(uwmjcoc3.vf) = %{tl_version} +Provides: tex(uwmjcoc4.vf) = %{tl_version} +Provides: tex(uwmjcoc5.vf) = %{tl_version} +Provides: tex(uwmjcoc6.vf) = %{tl_version} +Provides: tex(uwmjcoc7.vf) = %{tl_version} +Provides: tex(uwmjcoc8.vf) = %{tl_version} +Provides: tex(uwmjcoc9.vf) = %{tl_version} +Provides: tex(uwmjcoca.vf) = %{tl_version} +Provides: tex(uwmjcocb.vf) = %{tl_version} +Provides: tex(uwmjcocc.vf) = %{tl_version} +Provides: tex(uwmjcocd.vf) = %{tl_version} +Provides: tex(uwmjcoce.vf) = %{tl_version} +Provides: tex(uwmjcocf.vf) = %{tl_version} +Provides: tex(uwmjcod0.vf) = %{tl_version} +Provides: tex(uwmjcod1.vf) = %{tl_version} +Provides: tex(uwmjcod2.vf) = %{tl_version} +Provides: tex(uwmjcod3.vf) = %{tl_version} +Provides: tex(uwmjcod4.vf) = %{tl_version} +Provides: tex(uwmjcod5.vf) = %{tl_version} +Provides: tex(uwmjcod6.vf) = %{tl_version} +Provides: tex(uwmjcod7.vf) = %{tl_version} +Provides: tex(uwmjcof9.vf) = %{tl_version} +Provides: tex(uwmjcofa.vf) = %{tl_version} +Provides: tex(uwmjcoff.vf) = %{tl_version} +Provides: tex(uwmjd0.vf) = %{tl_version} +Provides: tex(uwmjd1.vf) = %{tl_version} +Provides: tex(uwmjd2.vf) = %{tl_version} +Provides: tex(uwmjd3.vf) = %{tl_version} +Provides: tex(uwmjd4.vf) = %{tl_version} +Provides: tex(uwmjd5.vf) = %{tl_version} +Provides: tex(uwmjd6.vf) = %{tl_version} +Provides: tex(uwmjd7.vf) = %{tl_version} +Provides: tex(uwmjf9.vf) = %{tl_version} +Provides: tex(uwmjfa.vf) = %{tl_version} +Provides: tex(uwmjff.vf) = %{tl_version} +Provides: tex(uwmjo00.vf) = %{tl_version} +Provides: tex(uwmjo01.vf) = %{tl_version} +Provides: tex(uwmjo02.vf) = %{tl_version} +Provides: tex(uwmjo03.vf) = %{tl_version} +Provides: tex(uwmjo04.vf) = %{tl_version} +Provides: tex(uwmjo20.vf) = %{tl_version} +Provides: tex(uwmjo21.vf) = %{tl_version} +Provides: tex(uwmjo22.vf) = %{tl_version} +Provides: tex(uwmjo23.vf) = %{tl_version} +Provides: tex(uwmjo24.vf) = %{tl_version} +Provides: tex(uwmjo25.vf) = %{tl_version} +Provides: tex(uwmjo26.vf) = %{tl_version} +Provides: tex(uwmjo30.vf) = %{tl_version} +Provides: tex(uwmjo31.vf) = %{tl_version} +Provides: tex(uwmjo32.vf) = %{tl_version} +Provides: tex(uwmjo33.vf) = %{tl_version} +Provides: tex(uwmjo4e.vf) = %{tl_version} +Provides: tex(uwmjo4f.vf) = %{tl_version} +Provides: tex(uwmjo50.vf) = %{tl_version} +Provides: tex(uwmjo51.vf) = %{tl_version} +Provides: tex(uwmjo52.vf) = %{tl_version} +Provides: tex(uwmjo53.vf) = %{tl_version} +Provides: tex(uwmjo54.vf) = %{tl_version} +Provides: tex(uwmjo55.vf) = %{tl_version} +Provides: tex(uwmjo56.vf) = %{tl_version} +Provides: tex(uwmjo57.vf) = %{tl_version} +Provides: tex(uwmjo58.vf) = %{tl_version} +Provides: tex(uwmjo59.vf) = %{tl_version} +Provides: tex(uwmjo5a.vf) = %{tl_version} +Provides: tex(uwmjo5b.vf) = %{tl_version} +Provides: tex(uwmjo5c.vf) = %{tl_version} +Provides: tex(uwmjo5d.vf) = %{tl_version} +Provides: tex(uwmjo5e.vf) = %{tl_version} +Provides: tex(uwmjo5f.vf) = %{tl_version} +Provides: tex(uwmjo60.vf) = %{tl_version} +Provides: tex(uwmjo61.vf) = %{tl_version} +Provides: tex(uwmjo62.vf) = %{tl_version} +Provides: tex(uwmjo63.vf) = %{tl_version} +Provides: tex(uwmjo64.vf) = %{tl_version} +Provides: tex(uwmjo65.vf) = %{tl_version} +Provides: tex(uwmjo66.vf) = %{tl_version} +Provides: tex(uwmjo67.vf) = %{tl_version} +Provides: tex(uwmjo68.vf) = %{tl_version} +Provides: tex(uwmjo69.vf) = %{tl_version} +Provides: tex(uwmjo6a.vf) = %{tl_version} +Provides: tex(uwmjo6b.vf) = %{tl_version} +Provides: tex(uwmjo6c.vf) = %{tl_version} +Provides: tex(uwmjo6d.vf) = %{tl_version} +Provides: tex(uwmjo6e.vf) = %{tl_version} +Provides: tex(uwmjo6f.vf) = %{tl_version} +Provides: tex(uwmjo70.vf) = %{tl_version} +Provides: tex(uwmjo71.vf) = %{tl_version} +Provides: tex(uwmjo72.vf) = %{tl_version} +Provides: tex(uwmjo73.vf) = %{tl_version} +Provides: tex(uwmjo74.vf) = %{tl_version} +Provides: tex(uwmjo75.vf) = %{tl_version} +Provides: tex(uwmjo76.vf) = %{tl_version} +Provides: tex(uwmjo77.vf) = %{tl_version} +Provides: tex(uwmjo78.vf) = %{tl_version} +Provides: tex(uwmjo79.vf) = %{tl_version} +Provides: tex(uwmjo7a.vf) = %{tl_version} +Provides: tex(uwmjo7b.vf) = %{tl_version} +Provides: tex(uwmjo7c.vf) = %{tl_version} +Provides: tex(uwmjo7d.vf) = %{tl_version} +Provides: tex(uwmjo7e.vf) = %{tl_version} +Provides: tex(uwmjo7f.vf) = %{tl_version} +Provides: tex(uwmjo80.vf) = %{tl_version} +Provides: tex(uwmjo81.vf) = %{tl_version} +Provides: tex(uwmjo82.vf) = %{tl_version} +Provides: tex(uwmjo83.vf) = %{tl_version} +Provides: tex(uwmjo84.vf) = %{tl_version} +Provides: tex(uwmjo85.vf) = %{tl_version} +Provides: tex(uwmjo86.vf) = %{tl_version} +Provides: tex(uwmjo87.vf) = %{tl_version} +Provides: tex(uwmjo88.vf) = %{tl_version} +Provides: tex(uwmjo89.vf) = %{tl_version} +Provides: tex(uwmjo8a.vf) = %{tl_version} +Provides: tex(uwmjo8b.vf) = %{tl_version} +Provides: tex(uwmjo8c.vf) = %{tl_version} +Provides: tex(uwmjo8d.vf) = %{tl_version} +Provides: tex(uwmjo8e.vf) = %{tl_version} +Provides: tex(uwmjo8f.vf) = %{tl_version} +Provides: tex(uwmjo90.vf) = %{tl_version} +Provides: tex(uwmjo91.vf) = %{tl_version} +Provides: tex(uwmjo92.vf) = %{tl_version} +Provides: tex(uwmjo93.vf) = %{tl_version} +Provides: tex(uwmjo94.vf) = %{tl_version} +Provides: tex(uwmjo95.vf) = %{tl_version} +Provides: tex(uwmjo96.vf) = %{tl_version} +Provides: tex(uwmjo97.vf) = %{tl_version} +Provides: tex(uwmjo98.vf) = %{tl_version} +Provides: tex(uwmjo99.vf) = %{tl_version} +Provides: tex(uwmjo9a.vf) = %{tl_version} +Provides: tex(uwmjo9b.vf) = %{tl_version} +Provides: tex(uwmjo9c.vf) = %{tl_version} +Provides: tex(uwmjo9d.vf) = %{tl_version} +Provides: tex(uwmjo9e.vf) = %{tl_version} +Provides: tex(uwmjo9f.vf) = %{tl_version} +Provides: tex(uwmjoac.vf) = %{tl_version} +Provides: tex(uwmjoad.vf) = %{tl_version} +Provides: tex(uwmjoae.vf) = %{tl_version} +Provides: tex(uwmjoaf.vf) = %{tl_version} +Provides: tex(uwmjob0.vf) = %{tl_version} +Provides: tex(uwmjob1.vf) = %{tl_version} +Provides: tex(uwmjob2.vf) = %{tl_version} +Provides: tex(uwmjob3.vf) = %{tl_version} +Provides: tex(uwmjob4.vf) = %{tl_version} +Provides: tex(uwmjob5.vf) = %{tl_version} +Provides: tex(uwmjob6.vf) = %{tl_version} +Provides: tex(uwmjob7.vf) = %{tl_version} +Provides: tex(uwmjob8.vf) = %{tl_version} +Provides: tex(uwmjob9.vf) = %{tl_version} +Provides: tex(uwmjoba.vf) = %{tl_version} +Provides: tex(uwmjobb.vf) = %{tl_version} +Provides: tex(uwmjobc.vf) = %{tl_version} +Provides: tex(uwmjobd.vf) = %{tl_version} +Provides: tex(uwmjobe.vf) = %{tl_version} +Provides: tex(uwmjobf.vf) = %{tl_version} +Provides: tex(uwmjoc0.vf) = %{tl_version} +Provides: tex(uwmjoc1.vf) = %{tl_version} +Provides: tex(uwmjoc2.vf) = %{tl_version} +Provides: tex(uwmjoc3.vf) = %{tl_version} +Provides: tex(uwmjoc4.vf) = %{tl_version} +Provides: tex(uwmjoc5.vf) = %{tl_version} +Provides: tex(uwmjoc6.vf) = %{tl_version} +Provides: tex(uwmjoc7.vf) = %{tl_version} +Provides: tex(uwmjoc8.vf) = %{tl_version} +Provides: tex(uwmjoc9.vf) = %{tl_version} +Provides: tex(uwmjoca.vf) = %{tl_version} +Provides: tex(uwmjocb.vf) = %{tl_version} +Provides: tex(uwmjocc.vf) = %{tl_version} +Provides: tex(uwmjocd.vf) = %{tl_version} +Provides: tex(uwmjoce.vf) = %{tl_version} +Provides: tex(uwmjocf.vf) = %{tl_version} +Provides: tex(uwmjod0.vf) = %{tl_version} +Provides: tex(uwmjod1.vf) = %{tl_version} +Provides: tex(uwmjod2.vf) = %{tl_version} +Provides: tex(uwmjod3.vf) = %{tl_version} +Provides: tex(uwmjod4.vf) = %{tl_version} +Provides: tex(uwmjod5.vf) = %{tl_version} +Provides: tex(uwmjod6.vf) = %{tl_version} +Provides: tex(uwmjod7.vf) = %{tl_version} +Provides: tex(uwmjof9.vf) = %{tl_version} +Provides: tex(uwmjofa.vf) = %{tl_version} +Provides: tex(uwmjoff.vf) = %{tl_version} +Provides: tex(uwmju00.vf) = %{tl_version} +Provides: tex(uwmju01.vf) = %{tl_version} +Provides: tex(uwmju02.vf) = %{tl_version} +Provides: tex(uwmju03.vf) = %{tl_version} +Provides: tex(uwmju04.vf) = %{tl_version} +Provides: tex(uwmju20.vf) = %{tl_version} +Provides: tex(uwmju21.vf) = %{tl_version} +Provides: tex(uwmju22.vf) = %{tl_version} +Provides: tex(uwmju23.vf) = %{tl_version} +Provides: tex(uwmju24.vf) = %{tl_version} +Provides: tex(uwmju25.vf) = %{tl_version} +Provides: tex(uwmju26.vf) = %{tl_version} +Provides: tex(uwmju30.vf) = %{tl_version} +Provides: tex(uwmju31.vf) = %{tl_version} +Provides: tex(uwmju32.vf) = %{tl_version} +Provides: tex(uwmju33.vf) = %{tl_version} +Provides: tex(uwmju4e.vf) = %{tl_version} +Provides: tex(uwmju4f.vf) = %{tl_version} +Provides: tex(uwmju50.vf) = %{tl_version} +Provides: tex(uwmju51.vf) = %{tl_version} +Provides: tex(uwmju52.vf) = %{tl_version} +Provides: tex(uwmju53.vf) = %{tl_version} +Provides: tex(uwmju54.vf) = %{tl_version} +Provides: tex(uwmju55.vf) = %{tl_version} +Provides: tex(uwmju56.vf) = %{tl_version} +Provides: tex(uwmju57.vf) = %{tl_version} +Provides: tex(uwmju58.vf) = %{tl_version} +Provides: tex(uwmju59.vf) = %{tl_version} +Provides: tex(uwmju5a.vf) = %{tl_version} +Provides: tex(uwmju5b.vf) = %{tl_version} +Provides: tex(uwmju5c.vf) = %{tl_version} +Provides: tex(uwmju5d.vf) = %{tl_version} +Provides: tex(uwmju5e.vf) = %{tl_version} +Provides: tex(uwmju5f.vf) = %{tl_version} +Provides: tex(uwmju60.vf) = %{tl_version} +Provides: tex(uwmju61.vf) = %{tl_version} +Provides: tex(uwmju62.vf) = %{tl_version} +Provides: tex(uwmju63.vf) = %{tl_version} +Provides: tex(uwmju64.vf) = %{tl_version} +Provides: tex(uwmju65.vf) = %{tl_version} +Provides: tex(uwmju66.vf) = %{tl_version} +Provides: tex(uwmju67.vf) = %{tl_version} +Provides: tex(uwmju68.vf) = %{tl_version} +Provides: tex(uwmju69.vf) = %{tl_version} +Provides: tex(uwmju6a.vf) = %{tl_version} +Provides: tex(uwmju6b.vf) = %{tl_version} +Provides: tex(uwmju6c.vf) = %{tl_version} +Provides: tex(uwmju6d.vf) = %{tl_version} +Provides: tex(uwmju6e.vf) = %{tl_version} +Provides: tex(uwmju6f.vf) = %{tl_version} +Provides: tex(uwmju70.vf) = %{tl_version} +Provides: tex(uwmju71.vf) = %{tl_version} +Provides: tex(uwmju72.vf) = %{tl_version} +Provides: tex(uwmju73.vf) = %{tl_version} +Provides: tex(uwmju74.vf) = %{tl_version} +Provides: tex(uwmju75.vf) = %{tl_version} +Provides: tex(uwmju76.vf) = %{tl_version} +Provides: tex(uwmju77.vf) = %{tl_version} +Provides: tex(uwmju78.vf) = %{tl_version} +Provides: tex(uwmju79.vf) = %{tl_version} +Provides: tex(uwmju7a.vf) = %{tl_version} +Provides: tex(uwmju7b.vf) = %{tl_version} +Provides: tex(uwmju7c.vf) = %{tl_version} +Provides: tex(uwmju7d.vf) = %{tl_version} +Provides: tex(uwmju7e.vf) = %{tl_version} +Provides: tex(uwmju7f.vf) = %{tl_version} +Provides: tex(uwmju80.vf) = %{tl_version} +Provides: tex(uwmju81.vf) = %{tl_version} +Provides: tex(uwmju82.vf) = %{tl_version} +Provides: tex(uwmju83.vf) = %{tl_version} +Provides: tex(uwmju84.vf) = %{tl_version} +Provides: tex(uwmju85.vf) = %{tl_version} +Provides: tex(uwmju86.vf) = %{tl_version} +Provides: tex(uwmju87.vf) = %{tl_version} +Provides: tex(uwmju88.vf) = %{tl_version} +Provides: tex(uwmju89.vf) = %{tl_version} +Provides: tex(uwmju8a.vf) = %{tl_version} +Provides: tex(uwmju8b.vf) = %{tl_version} +Provides: tex(uwmju8c.vf) = %{tl_version} +Provides: tex(uwmju8d.vf) = %{tl_version} +Provides: tex(uwmju8e.vf) = %{tl_version} +Provides: tex(uwmju8f.vf) = %{tl_version} +Provides: tex(uwmju90.vf) = %{tl_version} +Provides: tex(uwmju91.vf) = %{tl_version} +Provides: tex(uwmju92.vf) = %{tl_version} +Provides: tex(uwmju93.vf) = %{tl_version} +Provides: tex(uwmju94.vf) = %{tl_version} +Provides: tex(uwmju95.vf) = %{tl_version} +Provides: tex(uwmju96.vf) = %{tl_version} +Provides: tex(uwmju97.vf) = %{tl_version} +Provides: tex(uwmju98.vf) = %{tl_version} +Provides: tex(uwmju99.vf) = %{tl_version} +Provides: tex(uwmju9a.vf) = %{tl_version} +Provides: tex(uwmju9b.vf) = %{tl_version} +Provides: tex(uwmju9c.vf) = %{tl_version} +Provides: tex(uwmju9d.vf) = %{tl_version} +Provides: tex(uwmju9e.vf) = %{tl_version} +Provides: tex(uwmju9f.vf) = %{tl_version} +Provides: tex(uwmjuac.vf) = %{tl_version} +Provides: tex(uwmjuad.vf) = %{tl_version} +Provides: tex(uwmjuae.vf) = %{tl_version} +Provides: tex(uwmjuaf.vf) = %{tl_version} +Provides: tex(uwmjub0.vf) = %{tl_version} +Provides: tex(uwmjub1.vf) = %{tl_version} +Provides: tex(uwmjub2.vf) = %{tl_version} +Provides: tex(uwmjub3.vf) = %{tl_version} +Provides: tex(uwmjub4.vf) = %{tl_version} +Provides: tex(uwmjub5.vf) = %{tl_version} +Provides: tex(uwmjub6.vf) = %{tl_version} +Provides: tex(uwmjub7.vf) = %{tl_version} +Provides: tex(uwmjub8.vf) = %{tl_version} +Provides: tex(uwmjub9.vf) = %{tl_version} +Provides: tex(uwmjuba.vf) = %{tl_version} +Provides: tex(uwmjubb.vf) = %{tl_version} +Provides: tex(uwmjubc.vf) = %{tl_version} +Provides: tex(uwmjubd.vf) = %{tl_version} +Provides: tex(uwmjube.vf) = %{tl_version} +Provides: tex(uwmjubf.vf) = %{tl_version} +Provides: tex(uwmjuc0.vf) = %{tl_version} +Provides: tex(uwmjuc1.vf) = %{tl_version} +Provides: tex(uwmjuc2.vf) = %{tl_version} +Provides: tex(uwmjuc3.vf) = %{tl_version} +Provides: tex(uwmjuc4.vf) = %{tl_version} +Provides: tex(uwmjuc5.vf) = %{tl_version} +Provides: tex(uwmjuc6.vf) = %{tl_version} +Provides: tex(uwmjuc7.vf) = %{tl_version} +Provides: tex(uwmjuc8.vf) = %{tl_version} +Provides: tex(uwmjuc9.vf) = %{tl_version} +Provides: tex(uwmjuca.vf) = %{tl_version} +Provides: tex(uwmjucb.vf) = %{tl_version} +Provides: tex(uwmjucc.vf) = %{tl_version} +Provides: tex(uwmjucd.vf) = %{tl_version} +Provides: tex(uwmjuce.vf) = %{tl_version} +Provides: tex(uwmjucf.vf) = %{tl_version} +Provides: tex(uwmjud0.vf) = %{tl_version} +Provides: tex(uwmjud1.vf) = %{tl_version} +Provides: tex(uwmjud2.vf) = %{tl_version} +Provides: tex(uwmjud3.vf) = %{tl_version} +Provides: tex(uwmjud4.vf) = %{tl_version} +Provides: tex(uwmjud5.vf) = %{tl_version} +Provides: tex(uwmjud6.vf) = %{tl_version} +Provides: tex(uwmjud7.vf) = %{tl_version} +Provides: tex(uwmjuf9.vf) = %{tl_version} +Provides: tex(uwmjufa.vf) = %{tl_version} +Provides: tex(uwmjuff.vf) = %{tl_version} +Provides: tex(uwmjuo00.vf) = %{tl_version} +Provides: tex(uwmjuo01.vf) = %{tl_version} +Provides: tex(uwmjuo02.vf) = %{tl_version} +Provides: tex(uwmjuo03.vf) = %{tl_version} +Provides: tex(uwmjuo04.vf) = %{tl_version} +Provides: tex(uwmjuo20.vf) = %{tl_version} +Provides: tex(uwmjuo21.vf) = %{tl_version} +Provides: tex(uwmjuo22.vf) = %{tl_version} +Provides: tex(uwmjuo23.vf) = %{tl_version} +Provides: tex(uwmjuo24.vf) = %{tl_version} +Provides: tex(uwmjuo25.vf) = %{tl_version} +Provides: tex(uwmjuo26.vf) = %{tl_version} +Provides: tex(uwmjuo30.vf) = %{tl_version} +Provides: tex(uwmjuo31.vf) = %{tl_version} +Provides: tex(uwmjuo32.vf) = %{tl_version} +Provides: tex(uwmjuo33.vf) = %{tl_version} +Provides: tex(uwmjuo4e.vf) = %{tl_version} +Provides: tex(uwmjuo4f.vf) = %{tl_version} +Provides: tex(uwmjuo50.vf) = %{tl_version} +Provides: tex(uwmjuo51.vf) = %{tl_version} +Provides: tex(uwmjuo52.vf) = %{tl_version} +Provides: tex(uwmjuo53.vf) = %{tl_version} +Provides: tex(uwmjuo54.vf) = %{tl_version} +Provides: tex(uwmjuo55.vf) = %{tl_version} +Provides: tex(uwmjuo56.vf) = %{tl_version} +Provides: tex(uwmjuo57.vf) = %{tl_version} +Provides: tex(uwmjuo58.vf) = %{tl_version} +Provides: tex(uwmjuo59.vf) = %{tl_version} +Provides: tex(uwmjuo5a.vf) = %{tl_version} +Provides: tex(uwmjuo5b.vf) = %{tl_version} +Provides: tex(uwmjuo5c.vf) = %{tl_version} +Provides: tex(uwmjuo5d.vf) = %{tl_version} +Provides: tex(uwmjuo5e.vf) = %{tl_version} +Provides: tex(uwmjuo5f.vf) = %{tl_version} +Provides: tex(uwmjuo60.vf) = %{tl_version} +Provides: tex(uwmjuo61.vf) = %{tl_version} +Provides: tex(uwmjuo62.vf) = %{tl_version} +Provides: tex(uwmjuo63.vf) = %{tl_version} +Provides: tex(uwmjuo64.vf) = %{tl_version} +Provides: tex(uwmjuo65.vf) = %{tl_version} +Provides: tex(uwmjuo66.vf) = %{tl_version} +Provides: tex(uwmjuo67.vf) = %{tl_version} +Provides: tex(uwmjuo68.vf) = %{tl_version} +Provides: tex(uwmjuo69.vf) = %{tl_version} +Provides: tex(uwmjuo6a.vf) = %{tl_version} +Provides: tex(uwmjuo6b.vf) = %{tl_version} +Provides: tex(uwmjuo6c.vf) = %{tl_version} +Provides: tex(uwmjuo6d.vf) = %{tl_version} +Provides: tex(uwmjuo6e.vf) = %{tl_version} +Provides: tex(uwmjuo6f.vf) = %{tl_version} +Provides: tex(uwmjuo70.vf) = %{tl_version} +Provides: tex(uwmjuo71.vf) = %{tl_version} +Provides: tex(uwmjuo72.vf) = %{tl_version} +Provides: tex(uwmjuo73.vf) = %{tl_version} +Provides: tex(uwmjuo74.vf) = %{tl_version} +Provides: tex(uwmjuo75.vf) = %{tl_version} +Provides: tex(uwmjuo76.vf) = %{tl_version} +Provides: tex(uwmjuo77.vf) = %{tl_version} +Provides: tex(uwmjuo78.vf) = %{tl_version} +Provides: tex(uwmjuo79.vf) = %{tl_version} +Provides: tex(uwmjuo7a.vf) = %{tl_version} +Provides: tex(uwmjuo7b.vf) = %{tl_version} +Provides: tex(uwmjuo7c.vf) = %{tl_version} +Provides: tex(uwmjuo7d.vf) = %{tl_version} +Provides: tex(uwmjuo7e.vf) = %{tl_version} +Provides: tex(uwmjuo7f.vf) = %{tl_version} +Provides: tex(uwmjuo80.vf) = %{tl_version} +Provides: tex(uwmjuo81.vf) = %{tl_version} +Provides: tex(uwmjuo82.vf) = %{tl_version} +Provides: tex(uwmjuo83.vf) = %{tl_version} +Provides: tex(uwmjuo84.vf) = %{tl_version} +Provides: tex(uwmjuo85.vf) = %{tl_version} +Provides: tex(uwmjuo86.vf) = %{tl_version} +Provides: tex(uwmjuo87.vf) = %{tl_version} +Provides: tex(uwmjuo88.vf) = %{tl_version} +Provides: tex(uwmjuo89.vf) = %{tl_version} +Provides: tex(uwmjuo8a.vf) = %{tl_version} +Provides: tex(uwmjuo8b.vf) = %{tl_version} +Provides: tex(uwmjuo8c.vf) = %{tl_version} +Provides: tex(uwmjuo8d.vf) = %{tl_version} +Provides: tex(uwmjuo8e.vf) = %{tl_version} +Provides: tex(uwmjuo8f.vf) = %{tl_version} +Provides: tex(uwmjuo90.vf) = %{tl_version} +Provides: tex(uwmjuo91.vf) = %{tl_version} +Provides: tex(uwmjuo92.vf) = %{tl_version} +Provides: tex(uwmjuo93.vf) = %{tl_version} +Provides: tex(uwmjuo94.vf) = %{tl_version} +Provides: tex(uwmjuo95.vf) = %{tl_version} +Provides: tex(uwmjuo96.vf) = %{tl_version} +Provides: tex(uwmjuo97.vf) = %{tl_version} +Provides: tex(uwmjuo98.vf) = %{tl_version} +Provides: tex(uwmjuo99.vf) = %{tl_version} +Provides: tex(uwmjuo9a.vf) = %{tl_version} +Provides: tex(uwmjuo9b.vf) = %{tl_version} +Provides: tex(uwmjuo9c.vf) = %{tl_version} +Provides: tex(uwmjuo9d.vf) = %{tl_version} +Provides: tex(uwmjuo9e.vf) = %{tl_version} +Provides: tex(uwmjuo9f.vf) = %{tl_version} +Provides: tex(uwmjuoac.vf) = %{tl_version} +Provides: tex(uwmjuoad.vf) = %{tl_version} +Provides: tex(uwmjuoae.vf) = %{tl_version} +Provides: tex(uwmjuoaf.vf) = %{tl_version} +Provides: tex(uwmjuob0.vf) = %{tl_version} +Provides: tex(uwmjuob1.vf) = %{tl_version} +Provides: tex(uwmjuob2.vf) = %{tl_version} +Provides: tex(uwmjuob3.vf) = %{tl_version} +Provides: tex(uwmjuob4.vf) = %{tl_version} +Provides: tex(uwmjuob5.vf) = %{tl_version} +Provides: tex(uwmjuob6.vf) = %{tl_version} +Provides: tex(uwmjuob7.vf) = %{tl_version} +Provides: tex(uwmjuob8.vf) = %{tl_version} +Provides: tex(uwmjuob9.vf) = %{tl_version} +Provides: tex(uwmjuoba.vf) = %{tl_version} +Provides: tex(uwmjuobb.vf) = %{tl_version} +Provides: tex(uwmjuobc.vf) = %{tl_version} +Provides: tex(uwmjuobd.vf) = %{tl_version} +Provides: tex(uwmjuobe.vf) = %{tl_version} +Provides: tex(uwmjuobf.vf) = %{tl_version} +Provides: tex(uwmjuoc0.vf) = %{tl_version} +Provides: tex(uwmjuoc1.vf) = %{tl_version} +Provides: tex(uwmjuoc2.vf) = %{tl_version} +Provides: tex(uwmjuoc3.vf) = %{tl_version} +Provides: tex(uwmjuoc4.vf) = %{tl_version} +Provides: tex(uwmjuoc5.vf) = %{tl_version} +Provides: tex(uwmjuoc6.vf) = %{tl_version} +Provides: tex(uwmjuoc7.vf) = %{tl_version} +Provides: tex(uwmjuoc8.vf) = %{tl_version} +Provides: tex(uwmjuoc9.vf) = %{tl_version} +Provides: tex(uwmjuoca.vf) = %{tl_version} +Provides: tex(uwmjuocb.vf) = %{tl_version} +Provides: tex(uwmjuocc.vf) = %{tl_version} +Provides: tex(uwmjuocd.vf) = %{tl_version} +Provides: tex(uwmjuoce.vf) = %{tl_version} +Provides: tex(uwmjuocf.vf) = %{tl_version} +Provides: tex(uwmjuod0.vf) = %{tl_version} +Provides: tex(uwmjuod1.vf) = %{tl_version} +Provides: tex(uwmjuod2.vf) = %{tl_version} +Provides: tex(uwmjuod3.vf) = %{tl_version} +Provides: tex(uwmjuod4.vf) = %{tl_version} +Provides: tex(uwmjuod5.vf) = %{tl_version} +Provides: tex(uwmjuod6.vf) = %{tl_version} +Provides: tex(uwmjuod7.vf) = %{tl_version} +Provides: tex(uwmjuof9.vf) = %{tl_version} +Provides: tex(uwmjuofa.vf) = %{tl_version} +Provides: tex(uwmjuoff.vf) = %{tl_version} +Provides: tex(uwmjx00.vf) = %{tl_version} +Provides: tex(uwmjx01.vf) = %{tl_version} +Provides: tex(uwmjx02.vf) = %{tl_version} +Provides: tex(uwmjx03.vf) = %{tl_version} +Provides: tex(uwmjx04.vf) = %{tl_version} +Provides: tex(uwmjx20.vf) = %{tl_version} +Provides: tex(uwmjx21.vf) = %{tl_version} +Provides: tex(uwmjx22.vf) = %{tl_version} +Provides: tex(uwmjx23.vf) = %{tl_version} +Provides: tex(uwmjx24.vf) = %{tl_version} +Provides: tex(uwmjx25.vf) = %{tl_version} +Provides: tex(uwmjx26.vf) = %{tl_version} +Provides: tex(uwmjx30.vf) = %{tl_version} +Provides: tex(uwmjx31.vf) = %{tl_version} +Provides: tex(uwmjx32.vf) = %{tl_version} +Provides: tex(uwmjx33.vf) = %{tl_version} +Provides: tex(uwmjx4e.vf) = %{tl_version} +Provides: tex(uwmjx4f.vf) = %{tl_version} +Provides: tex(uwmjx50.vf) = %{tl_version} +Provides: tex(uwmjx51.vf) = %{tl_version} +Provides: tex(uwmjx52.vf) = %{tl_version} +Provides: tex(uwmjx53.vf) = %{tl_version} +Provides: tex(uwmjx54.vf) = %{tl_version} +Provides: tex(uwmjx55.vf) = %{tl_version} +Provides: tex(uwmjx56.vf) = %{tl_version} +Provides: tex(uwmjx57.vf) = %{tl_version} +Provides: tex(uwmjx58.vf) = %{tl_version} +Provides: tex(uwmjx59.vf) = %{tl_version} +Provides: tex(uwmjx5a.vf) = %{tl_version} +Provides: tex(uwmjx5b.vf) = %{tl_version} +Provides: tex(uwmjx5c.vf) = %{tl_version} +Provides: tex(uwmjx5d.vf) = %{tl_version} +Provides: tex(uwmjx5e.vf) = %{tl_version} +Provides: tex(uwmjx5f.vf) = %{tl_version} +Provides: tex(uwmjx60.vf) = %{tl_version} +Provides: tex(uwmjx61.vf) = %{tl_version} +Provides: tex(uwmjx62.vf) = %{tl_version} +Provides: tex(uwmjx63.vf) = %{tl_version} +Provides: tex(uwmjx64.vf) = %{tl_version} +Provides: tex(uwmjx65.vf) = %{tl_version} +Provides: tex(uwmjx66.vf) = %{tl_version} +Provides: tex(uwmjx67.vf) = %{tl_version} +Provides: tex(uwmjx68.vf) = %{tl_version} +Provides: tex(uwmjx69.vf) = %{tl_version} +Provides: tex(uwmjx6a.vf) = %{tl_version} +Provides: tex(uwmjx6b.vf) = %{tl_version} +Provides: tex(uwmjx6c.vf) = %{tl_version} +Provides: tex(uwmjx6d.vf) = %{tl_version} +Provides: tex(uwmjx6e.vf) = %{tl_version} +Provides: tex(uwmjx6f.vf) = %{tl_version} +Provides: tex(uwmjx70.vf) = %{tl_version} +Provides: tex(uwmjx71.vf) = %{tl_version} +Provides: tex(uwmjx72.vf) = %{tl_version} +Provides: tex(uwmjx73.vf) = %{tl_version} +Provides: tex(uwmjx74.vf) = %{tl_version} +Provides: tex(uwmjx75.vf) = %{tl_version} +Provides: tex(uwmjx76.vf) = %{tl_version} +Provides: tex(uwmjx77.vf) = %{tl_version} +Provides: tex(uwmjx78.vf) = %{tl_version} +Provides: tex(uwmjx79.vf) = %{tl_version} +Provides: tex(uwmjx7a.vf) = %{tl_version} +Provides: tex(uwmjx7b.vf) = %{tl_version} +Provides: tex(uwmjx7c.vf) = %{tl_version} +Provides: tex(uwmjx7d.vf) = %{tl_version} +Provides: tex(uwmjx7e.vf) = %{tl_version} +Provides: tex(uwmjx7f.vf) = %{tl_version} +Provides: tex(uwmjx80.vf) = %{tl_version} +Provides: tex(uwmjx81.vf) = %{tl_version} +Provides: tex(uwmjx82.vf) = %{tl_version} +Provides: tex(uwmjx83.vf) = %{tl_version} +Provides: tex(uwmjx84.vf) = %{tl_version} +Provides: tex(uwmjx85.vf) = %{tl_version} +Provides: tex(uwmjx86.vf) = %{tl_version} +Provides: tex(uwmjx87.vf) = %{tl_version} +Provides: tex(uwmjx88.vf) = %{tl_version} +Provides: tex(uwmjx89.vf) = %{tl_version} +Provides: tex(uwmjx8a.vf) = %{tl_version} +Provides: tex(uwmjx8b.vf) = %{tl_version} +Provides: tex(uwmjx8c.vf) = %{tl_version} +Provides: tex(uwmjx8d.vf) = %{tl_version} +Provides: tex(uwmjx8e.vf) = %{tl_version} +Provides: tex(uwmjx8f.vf) = %{tl_version} +Provides: tex(uwmjx90.vf) = %{tl_version} +Provides: tex(uwmjx91.vf) = %{tl_version} +Provides: tex(uwmjx92.vf) = %{tl_version} +Provides: tex(uwmjx93.vf) = %{tl_version} +Provides: tex(uwmjx94.vf) = %{tl_version} +Provides: tex(uwmjx95.vf) = %{tl_version} +Provides: tex(uwmjx96.vf) = %{tl_version} +Provides: tex(uwmjx97.vf) = %{tl_version} +Provides: tex(uwmjx98.vf) = %{tl_version} +Provides: tex(uwmjx99.vf) = %{tl_version} +Provides: tex(uwmjx9a.vf) = %{tl_version} +Provides: tex(uwmjx9b.vf) = %{tl_version} +Provides: tex(uwmjx9c.vf) = %{tl_version} +Provides: tex(uwmjx9d.vf) = %{tl_version} +Provides: tex(uwmjx9e.vf) = %{tl_version} +Provides: tex(uwmjx9f.vf) = %{tl_version} +Provides: tex(uwmjxac.vf) = %{tl_version} +Provides: tex(uwmjxad.vf) = %{tl_version} +Provides: tex(uwmjxae.vf) = %{tl_version} +Provides: tex(uwmjxaf.vf) = %{tl_version} +Provides: tex(uwmjxb0.vf) = %{tl_version} +Provides: tex(uwmjxb1.vf) = %{tl_version} +Provides: tex(uwmjxb2.vf) = %{tl_version} +Provides: tex(uwmjxb3.vf) = %{tl_version} +Provides: tex(uwmjxb4.vf) = %{tl_version} +Provides: tex(uwmjxb5.vf) = %{tl_version} +Provides: tex(uwmjxb6.vf) = %{tl_version} +Provides: tex(uwmjxb7.vf) = %{tl_version} +Provides: tex(uwmjxb8.vf) = %{tl_version} +Provides: tex(uwmjxb9.vf) = %{tl_version} +Provides: tex(uwmjxba.vf) = %{tl_version} +Provides: tex(uwmjxbb.vf) = %{tl_version} +Provides: tex(uwmjxbc.vf) = %{tl_version} +Provides: tex(uwmjxbd.vf) = %{tl_version} +Provides: tex(uwmjxbe.vf) = %{tl_version} +Provides: tex(uwmjxbf.vf) = %{tl_version} +Provides: tex(uwmjxc0.vf) = %{tl_version} +Provides: tex(uwmjxc1.vf) = %{tl_version} +Provides: tex(uwmjxc2.vf) = %{tl_version} +Provides: tex(uwmjxc3.vf) = %{tl_version} +Provides: tex(uwmjxc4.vf) = %{tl_version} +Provides: tex(uwmjxc5.vf) = %{tl_version} +Provides: tex(uwmjxc6.vf) = %{tl_version} +Provides: tex(uwmjxc7.vf) = %{tl_version} +Provides: tex(uwmjxc8.vf) = %{tl_version} +Provides: tex(uwmjxc9.vf) = %{tl_version} +Provides: tex(uwmjxca.vf) = %{tl_version} +Provides: tex(uwmjxcb.vf) = %{tl_version} +Provides: tex(uwmjxcc.vf) = %{tl_version} +Provides: tex(uwmjxcd.vf) = %{tl_version} +Provides: tex(uwmjxce.vf) = %{tl_version} +Provides: tex(uwmjxcf.vf) = %{tl_version} +Provides: tex(uwmjxd0.vf) = %{tl_version} +Provides: tex(uwmjxd1.vf) = %{tl_version} +Provides: tex(uwmjxd2.vf) = %{tl_version} +Provides: tex(uwmjxd3.vf) = %{tl_version} +Provides: tex(uwmjxd4.vf) = %{tl_version} +Provides: tex(uwmjxd5.vf) = %{tl_version} +Provides: tex(uwmjxd6.vf) = %{tl_version} +Provides: tex(uwmjxd7.vf) = %{tl_version} +Provides: tex(uwmjxf9.vf) = %{tl_version} +Provides: tex(uwmjxfa.vf) = %{tl_version} +Provides: tex(uwmjxff.vf) = %{tl_version} +Provides: tex(uwmjxo00.vf) = %{tl_version} +Provides: tex(uwmjxo01.vf) = %{tl_version} +Provides: tex(uwmjxo02.vf) = %{tl_version} +Provides: tex(uwmjxo03.vf) = %{tl_version} +Provides: tex(uwmjxo04.vf) = %{tl_version} +Provides: tex(uwmjxo20.vf) = %{tl_version} +Provides: tex(uwmjxo21.vf) = %{tl_version} +Provides: tex(uwmjxo22.vf) = %{tl_version} +Provides: tex(uwmjxo23.vf) = %{tl_version} +Provides: tex(uwmjxo24.vf) = %{tl_version} +Provides: tex(uwmjxo25.vf) = %{tl_version} +Provides: tex(uwmjxo26.vf) = %{tl_version} +Provides: tex(uwmjxo30.vf) = %{tl_version} +Provides: tex(uwmjxo31.vf) = %{tl_version} +Provides: tex(uwmjxo32.vf) = %{tl_version} +Provides: tex(uwmjxo33.vf) = %{tl_version} +Provides: tex(uwmjxo4e.vf) = %{tl_version} +Provides: tex(uwmjxo4f.vf) = %{tl_version} +Provides: tex(uwmjxo50.vf) = %{tl_version} +Provides: tex(uwmjxo51.vf) = %{tl_version} +Provides: tex(uwmjxo52.vf) = %{tl_version} +Provides: tex(uwmjxo53.vf) = %{tl_version} +Provides: tex(uwmjxo54.vf) = %{tl_version} +Provides: tex(uwmjxo55.vf) = %{tl_version} +Provides: tex(uwmjxo56.vf) = %{tl_version} +Provides: tex(uwmjxo57.vf) = %{tl_version} +Provides: tex(uwmjxo58.vf) = %{tl_version} +Provides: tex(uwmjxo59.vf) = %{tl_version} +Provides: tex(uwmjxo5a.vf) = %{tl_version} +Provides: tex(uwmjxo5b.vf) = %{tl_version} +Provides: tex(uwmjxo5c.vf) = %{tl_version} +Provides: tex(uwmjxo5d.vf) = %{tl_version} +Provides: tex(uwmjxo5e.vf) = %{tl_version} +Provides: tex(uwmjxo5f.vf) = %{tl_version} +Provides: tex(uwmjxo60.vf) = %{tl_version} +Provides: tex(uwmjxo61.vf) = %{tl_version} +Provides: tex(uwmjxo62.vf) = %{tl_version} +Provides: tex(uwmjxo63.vf) = %{tl_version} +Provides: tex(uwmjxo64.vf) = %{tl_version} +Provides: tex(uwmjxo65.vf) = %{tl_version} +Provides: tex(uwmjxo66.vf) = %{tl_version} +Provides: tex(uwmjxo67.vf) = %{tl_version} +Provides: tex(uwmjxo68.vf) = %{tl_version} +Provides: tex(uwmjxo69.vf) = %{tl_version} +Provides: tex(uwmjxo6a.vf) = %{tl_version} +Provides: tex(uwmjxo6b.vf) = %{tl_version} +Provides: tex(uwmjxo6c.vf) = %{tl_version} +Provides: tex(uwmjxo6d.vf) = %{tl_version} +Provides: tex(uwmjxo6e.vf) = %{tl_version} +Provides: tex(uwmjxo6f.vf) = %{tl_version} +Provides: tex(uwmjxo70.vf) = %{tl_version} +Provides: tex(uwmjxo71.vf) = %{tl_version} +Provides: tex(uwmjxo72.vf) = %{tl_version} +Provides: tex(uwmjxo73.vf) = %{tl_version} +Provides: tex(uwmjxo74.vf) = %{tl_version} +Provides: tex(uwmjxo75.vf) = %{tl_version} +Provides: tex(uwmjxo76.vf) = %{tl_version} +Provides: tex(uwmjxo77.vf) = %{tl_version} +Provides: tex(uwmjxo78.vf) = %{tl_version} +Provides: tex(uwmjxo79.vf) = %{tl_version} +Provides: tex(uwmjxo7a.vf) = %{tl_version} +Provides: tex(uwmjxo7b.vf) = %{tl_version} +Provides: tex(uwmjxo7c.vf) = %{tl_version} +Provides: tex(uwmjxo7d.vf) = %{tl_version} +Provides: tex(uwmjxo7e.vf) = %{tl_version} +Provides: tex(uwmjxo7f.vf) = %{tl_version} +Provides: tex(uwmjxo80.vf) = %{tl_version} +Provides: tex(uwmjxo81.vf) = %{tl_version} +Provides: tex(uwmjxo82.vf) = %{tl_version} +Provides: tex(uwmjxo83.vf) = %{tl_version} +Provides: tex(uwmjxo84.vf) = %{tl_version} +Provides: tex(uwmjxo85.vf) = %{tl_version} +Provides: tex(uwmjxo86.vf) = %{tl_version} +Provides: tex(uwmjxo87.vf) = %{tl_version} +Provides: tex(uwmjxo88.vf) = %{tl_version} +Provides: tex(uwmjxo89.vf) = %{tl_version} +Provides: tex(uwmjxo8a.vf) = %{tl_version} +Provides: tex(uwmjxo8b.vf) = %{tl_version} +Provides: tex(uwmjxo8c.vf) = %{tl_version} +Provides: tex(uwmjxo8d.vf) = %{tl_version} +Provides: tex(uwmjxo8e.vf) = %{tl_version} +Provides: tex(uwmjxo8f.vf) = %{tl_version} +Provides: tex(uwmjxo90.vf) = %{tl_version} +Provides: tex(uwmjxo91.vf) = %{tl_version} +Provides: tex(uwmjxo92.vf) = %{tl_version} +Provides: tex(uwmjxo93.vf) = %{tl_version} +Provides: tex(uwmjxo94.vf) = %{tl_version} +Provides: tex(uwmjxo95.vf) = %{tl_version} +Provides: tex(uwmjxo96.vf) = %{tl_version} +Provides: tex(uwmjxo97.vf) = %{tl_version} +Provides: tex(uwmjxo98.vf) = %{tl_version} +Provides: tex(uwmjxo99.vf) = %{tl_version} +Provides: tex(uwmjxo9a.vf) = %{tl_version} +Provides: tex(uwmjxo9b.vf) = %{tl_version} +Provides: tex(uwmjxo9c.vf) = %{tl_version} +Provides: tex(uwmjxo9d.vf) = %{tl_version} +Provides: tex(uwmjxo9e.vf) = %{tl_version} +Provides: tex(uwmjxo9f.vf) = %{tl_version} +Provides: tex(uwmjxoac.vf) = %{tl_version} +Provides: tex(uwmjxoad.vf) = %{tl_version} +Provides: tex(uwmjxoae.vf) = %{tl_version} +Provides: tex(uwmjxoaf.vf) = %{tl_version} +Provides: tex(uwmjxob0.vf) = %{tl_version} +Provides: tex(uwmjxob1.vf) = %{tl_version} +Provides: tex(uwmjxob2.vf) = %{tl_version} +Provides: tex(uwmjxob3.vf) = %{tl_version} +Provides: tex(uwmjxob4.vf) = %{tl_version} +Provides: tex(uwmjxob5.vf) = %{tl_version} +Provides: tex(uwmjxob6.vf) = %{tl_version} +Provides: tex(uwmjxob7.vf) = %{tl_version} +Provides: tex(uwmjxob8.vf) = %{tl_version} +Provides: tex(uwmjxob9.vf) = %{tl_version} +Provides: tex(uwmjxoba.vf) = %{tl_version} +Provides: tex(uwmjxobb.vf) = %{tl_version} +Provides: tex(uwmjxobc.vf) = %{tl_version} +Provides: tex(uwmjxobd.vf) = %{tl_version} +Provides: tex(uwmjxobe.vf) = %{tl_version} +Provides: tex(uwmjxobf.vf) = %{tl_version} +Provides: tex(uwmjxoc0.vf) = %{tl_version} +Provides: tex(uwmjxoc1.vf) = %{tl_version} +Provides: tex(uwmjxoc2.vf) = %{tl_version} +Provides: tex(uwmjxoc3.vf) = %{tl_version} +Provides: tex(uwmjxoc4.vf) = %{tl_version} +Provides: tex(uwmjxoc5.vf) = %{tl_version} +Provides: tex(uwmjxoc6.vf) = %{tl_version} +Provides: tex(uwmjxoc7.vf) = %{tl_version} +Provides: tex(uwmjxoc8.vf) = %{tl_version} +Provides: tex(uwmjxoc9.vf) = %{tl_version} +Provides: tex(uwmjxoca.vf) = %{tl_version} +Provides: tex(uwmjxocb.vf) = %{tl_version} +Provides: tex(uwmjxocc.vf) = %{tl_version} +Provides: tex(uwmjxocd.vf) = %{tl_version} +Provides: tex(uwmjxoce.vf) = %{tl_version} +Provides: tex(uwmjxocf.vf) = %{tl_version} +Provides: tex(uwmjxod0.vf) = %{tl_version} +Provides: tex(uwmjxod1.vf) = %{tl_version} +Provides: tex(uwmjxod2.vf) = %{tl_version} +Provides: tex(uwmjxod3.vf) = %{tl_version} +Provides: tex(uwmjxod4.vf) = %{tl_version} +Provides: tex(uwmjxod5.vf) = %{tl_version} +Provides: tex(uwmjxod6.vf) = %{tl_version} +Provides: tex(uwmjxod7.vf) = %{tl_version} +Provides: tex(uwmjxof9.vf) = %{tl_version} +Provides: tex(uwmjxofa.vf) = %{tl_version} +Provides: tex(uwmjxoff.vf) = %{tl_version} +Provides: tex(wmj0.vf) = %{tl_version} +Provides: tex(wmj04.vf) = %{tl_version} +Provides: tex(wmj05.vf) = %{tl_version} +Provides: tex(wmj06.vf) = %{tl_version} +Provides: tex(wmj07.vf) = %{tl_version} +Provides: tex(wmj1.vf) = %{tl_version} +Provides: tex(wmj10.vf) = %{tl_version} +Provides: tex(wmj11.vf) = %{tl_version} +Provides: tex(wmj12.vf) = %{tl_version} +Provides: tex(wmj13.vf) = %{tl_version} +Provides: tex(wmj14.vf) = %{tl_version} +Provides: tex(wmj15.vf) = %{tl_version} +Provides: tex(wmj16.vf) = %{tl_version} +Provides: tex(wmj17.vf) = %{tl_version} +Provides: tex(wmj18.vf) = %{tl_version} +Provides: tex(wmj19.vf) = %{tl_version} +Provides: tex(wmj2.vf) = %{tl_version} +Provides: tex(wmj20.vf) = %{tl_version} +Provides: tex(wmj21.vf) = %{tl_version} +Provides: tex(wmj22.vf) = %{tl_version} +Provides: tex(wmj23.vf) = %{tl_version} +Provides: tex(wmj24.vf) = %{tl_version} +Provides: tex(wmj25.vf) = %{tl_version} +Provides: tex(wmj26.vf) = %{tl_version} +Provides: tex(wmj27.vf) = %{tl_version} +Provides: tex(wmj28.vf) = %{tl_version} +Provides: tex(wmj29.vf) = %{tl_version} +Provides: tex(wmj3.vf) = %{tl_version} +Provides: tex(wmj4.vf) = %{tl_version} +Provides: tex(wmj5.vf) = %{tl_version} +Provides: tex(wmj6.vf) = %{tl_version} +Provides: tex(wmj7.vf) = %{tl_version} +Provides: tex(wmj8.vf) = %{tl_version} +Provides: tex(wmj9.vf) = %{tl_version} +Provides: tex(wmjc0.vf) = %{tl_version} +Provides: tex(wmjc04.vf) = %{tl_version} +Provides: tex(wmjc05.vf) = %{tl_version} +Provides: tex(wmjc06.vf) = %{tl_version} +Provides: tex(wmjc07.vf) = %{tl_version} +Provides: tex(wmjc1.vf) = %{tl_version} +Provides: tex(wmjc10.vf) = %{tl_version} +Provides: tex(wmjc11.vf) = %{tl_version} +Provides: tex(wmjc12.vf) = %{tl_version} +Provides: tex(wmjc13.vf) = %{tl_version} +Provides: tex(wmjc14.vf) = %{tl_version} +Provides: tex(wmjc15.vf) = %{tl_version} +Provides: tex(wmjc16.vf) = %{tl_version} +Provides: tex(wmjc17.vf) = %{tl_version} +Provides: tex(wmjc18.vf) = %{tl_version} +Provides: tex(wmjc19.vf) = %{tl_version} +Provides: tex(wmjc2.vf) = %{tl_version} +Provides: tex(wmjc20.vf) = %{tl_version} +Provides: tex(wmjc21.vf) = %{tl_version} +Provides: tex(wmjc22.vf) = %{tl_version} +Provides: tex(wmjc23.vf) = %{tl_version} +Provides: tex(wmjc24.vf) = %{tl_version} +Provides: tex(wmjc25.vf) = %{tl_version} +Provides: tex(wmjc26.vf) = %{tl_version} +Provides: tex(wmjc27.vf) = %{tl_version} +Provides: tex(wmjc28.vf) = %{tl_version} +Provides: tex(wmjc29.vf) = %{tl_version} +Provides: tex(wmjc3.vf) = %{tl_version} +Provides: tex(wmjc4.vf) = %{tl_version} +Provides: tex(wmjc5.vf) = %{tl_version} +Provides: tex(wmjc6.vf) = %{tl_version} +Provides: tex(wmjc7.vf) = %{tl_version} +Provides: tex(wmjc8.vf) = %{tl_version} +Provides: tex(wmjc9.vf) = %{tl_version} +Provides: tex(wmjco0.vf) = %{tl_version} +Provides: tex(wmjco04.vf) = %{tl_version} +Provides: tex(wmjco05.vf) = %{tl_version} +Provides: tex(wmjco06.vf) = %{tl_version} +Provides: tex(wmjco07.vf) = %{tl_version} +Provides: tex(wmjco1.vf) = %{tl_version} +Provides: tex(wmjco10.vf) = %{tl_version} +Provides: tex(wmjco11.vf) = %{tl_version} +Provides: tex(wmjco12.vf) = %{tl_version} +Provides: tex(wmjco13.vf) = %{tl_version} +Provides: tex(wmjco14.vf) = %{tl_version} +Provides: tex(wmjco15.vf) = %{tl_version} +Provides: tex(wmjco16.vf) = %{tl_version} +Provides: tex(wmjco17.vf) = %{tl_version} +Provides: tex(wmjco18.vf) = %{tl_version} +Provides: tex(wmjco19.vf) = %{tl_version} +Provides: tex(wmjco2.vf) = %{tl_version} +Provides: tex(wmjco20.vf) = %{tl_version} +Provides: tex(wmjco21.vf) = %{tl_version} +Provides: tex(wmjco22.vf) = %{tl_version} +Provides: tex(wmjco23.vf) = %{tl_version} +Provides: tex(wmjco24.vf) = %{tl_version} +Provides: tex(wmjco25.vf) = %{tl_version} +Provides: tex(wmjco26.vf) = %{tl_version} +Provides: tex(wmjco27.vf) = %{tl_version} +Provides: tex(wmjco28.vf) = %{tl_version} +Provides: tex(wmjco29.vf) = %{tl_version} +Provides: tex(wmjco3.vf) = %{tl_version} +Provides: tex(wmjco4.vf) = %{tl_version} +Provides: tex(wmjco5.vf) = %{tl_version} +Provides: tex(wmjco6.vf) = %{tl_version} +Provides: tex(wmjco7.vf) = %{tl_version} +Provides: tex(wmjco8.vf) = %{tl_version} +Provides: tex(wmjco9.vf) = %{tl_version} +Provides: tex(wmjo0.vf) = %{tl_version} +Provides: tex(wmjo04.vf) = %{tl_version} +Provides: tex(wmjo05.vf) = %{tl_version} +Provides: tex(wmjo06.vf) = %{tl_version} +Provides: tex(wmjo07.vf) = %{tl_version} +Provides: tex(wmjo1.vf) = %{tl_version} +Provides: tex(wmjo10.vf) = %{tl_version} +Provides: tex(wmjo11.vf) = %{tl_version} +Provides: tex(wmjo12.vf) = %{tl_version} +Provides: tex(wmjo13.vf) = %{tl_version} +Provides: tex(wmjo14.vf) = %{tl_version} +Provides: tex(wmjo15.vf) = %{tl_version} +Provides: tex(wmjo16.vf) = %{tl_version} +Provides: tex(wmjo17.vf) = %{tl_version} +Provides: tex(wmjo18.vf) = %{tl_version} +Provides: tex(wmjo19.vf) = %{tl_version} +Provides: tex(wmjo2.vf) = %{tl_version} +Provides: tex(wmjo20.vf) = %{tl_version} +Provides: tex(wmjo21.vf) = %{tl_version} +Provides: tex(wmjo22.vf) = %{tl_version} +Provides: tex(wmjo23.vf) = %{tl_version} +Provides: tex(wmjo24.vf) = %{tl_version} +Provides: tex(wmjo25.vf) = %{tl_version} +Provides: tex(wmjo26.vf) = %{tl_version} +Provides: tex(wmjo27.vf) = %{tl_version} +Provides: tex(wmjo28.vf) = %{tl_version} +Provides: tex(wmjo29.vf) = %{tl_version} +Provides: tex(wmjo3.vf) = %{tl_version} +Provides: tex(wmjo4.vf) = %{tl_version} +Provides: tex(wmjo5.vf) = %{tl_version} +Provides: tex(wmjo6.vf) = %{tl_version} +Provides: tex(wmjo7.vf) = %{tl_version} +Provides: tex(wmjo8.vf) = %{tl_version} +Provides: tex(wmjo9.vf) = %{tl_version} +Provides: tex(wmju0.vf) = %{tl_version} +Provides: tex(wmju04.vf) = %{tl_version} +Provides: tex(wmju05.vf) = %{tl_version} +Provides: tex(wmju06.vf) = %{tl_version} +Provides: tex(wmju07.vf) = %{tl_version} +Provides: tex(wmju1.vf) = %{tl_version} +Provides: tex(wmju10.vf) = %{tl_version} +Provides: tex(wmju11.vf) = %{tl_version} +Provides: tex(wmju12.vf) = %{tl_version} +Provides: tex(wmju13.vf) = %{tl_version} +Provides: tex(wmju14.vf) = %{tl_version} +Provides: tex(wmju15.vf) = %{tl_version} +Provides: tex(wmju16.vf) = %{tl_version} +Provides: tex(wmju17.vf) = %{tl_version} +Provides: tex(wmju18.vf) = %{tl_version} +Provides: tex(wmju19.vf) = %{tl_version} +Provides: tex(wmju2.vf) = %{tl_version} +Provides: tex(wmju20.vf) = %{tl_version} +Provides: tex(wmju21.vf) = %{tl_version} +Provides: tex(wmju22.vf) = %{tl_version} +Provides: tex(wmju23.vf) = %{tl_version} +Provides: tex(wmju24.vf) = %{tl_version} +Provides: tex(wmju25.vf) = %{tl_version} +Provides: tex(wmju26.vf) = %{tl_version} +Provides: tex(wmju27.vf) = %{tl_version} +Provides: tex(wmju28.vf) = %{tl_version} +Provides: tex(wmju29.vf) = %{tl_version} +Provides: tex(wmju3.vf) = %{tl_version} +Provides: tex(wmju4.vf) = %{tl_version} +Provides: tex(wmju5.vf) = %{tl_version} +Provides: tex(wmju6.vf) = %{tl_version} +Provides: tex(wmju7.vf) = %{tl_version} +Provides: tex(wmju8.vf) = %{tl_version} +Provides: tex(wmju9.vf) = %{tl_version} +Provides: tex(wmjuo0.vf) = %{tl_version} +Provides: tex(wmjuo04.vf) = %{tl_version} +Provides: tex(wmjuo05.vf) = %{tl_version} +Provides: tex(wmjuo06.vf) = %{tl_version} +Provides: tex(wmjuo07.vf) = %{tl_version} +Provides: tex(wmjuo1.vf) = %{tl_version} +Provides: tex(wmjuo10.vf) = %{tl_version} +Provides: tex(wmjuo11.vf) = %{tl_version} +Provides: tex(wmjuo12.vf) = %{tl_version} +Provides: tex(wmjuo13.vf) = %{tl_version} +Provides: tex(wmjuo14.vf) = %{tl_version} +Provides: tex(wmjuo15.vf) = %{tl_version} +Provides: tex(wmjuo16.vf) = %{tl_version} +Provides: tex(wmjuo17.vf) = %{tl_version} +Provides: tex(wmjuo18.vf) = %{tl_version} +Provides: tex(wmjuo19.vf) = %{tl_version} +Provides: tex(wmjuo2.vf) = %{tl_version} +Provides: tex(wmjuo20.vf) = %{tl_version} +Provides: tex(wmjuo21.vf) = %{tl_version} +Provides: tex(wmjuo22.vf) = %{tl_version} +Provides: tex(wmjuo23.vf) = %{tl_version} +Provides: tex(wmjuo24.vf) = %{tl_version} +Provides: tex(wmjuo25.vf) = %{tl_version} +Provides: tex(wmjuo26.vf) = %{tl_version} +Provides: tex(wmjuo27.vf) = %{tl_version} +Provides: tex(wmjuo28.vf) = %{tl_version} +Provides: tex(wmjuo29.vf) = %{tl_version} +Provides: tex(wmjuo3.vf) = %{tl_version} +Provides: tex(wmjuo4.vf) = %{tl_version} +Provides: tex(wmjuo5.vf) = %{tl_version} +Provides: tex(wmjuo6.vf) = %{tl_version} +Provides: tex(wmjuo7.vf) = %{tl_version} +Provides: tex(wmjuo8.vf) = %{tl_version} +Provides: tex(wmjuo9.vf) = %{tl_version} +Provides: tex(wmjx0.vf) = %{tl_version} +Provides: tex(wmjx04.vf) = %{tl_version} +Provides: tex(wmjx05.vf) = %{tl_version} +Provides: tex(wmjx06.vf) = %{tl_version} +Provides: tex(wmjx07.vf) = %{tl_version} +Provides: tex(wmjx1.vf) = %{tl_version} +Provides: tex(wmjx10.vf) = %{tl_version} +Provides: tex(wmjx11.vf) = %{tl_version} +Provides: tex(wmjx12.vf) = %{tl_version} +Provides: tex(wmjx13.vf) = %{tl_version} +Provides: tex(wmjx14.vf) = %{tl_version} +Provides: tex(wmjx15.vf) = %{tl_version} +Provides: tex(wmjx16.vf) = %{tl_version} +Provides: tex(wmjx17.vf) = %{tl_version} +Provides: tex(wmjx18.vf) = %{tl_version} +Provides: tex(wmjx19.vf) = %{tl_version} +Provides: tex(wmjx2.vf) = %{tl_version} +Provides: tex(wmjx20.vf) = %{tl_version} +Provides: tex(wmjx21.vf) = %{tl_version} +Provides: tex(wmjx22.vf) = %{tl_version} +Provides: tex(wmjx23.vf) = %{tl_version} +Provides: tex(wmjx24.vf) = %{tl_version} +Provides: tex(wmjx25.vf) = %{tl_version} +Provides: tex(wmjx26.vf) = %{tl_version} +Provides: tex(wmjx27.vf) = %{tl_version} +Provides: tex(wmjx28.vf) = %{tl_version} +Provides: tex(wmjx29.vf) = %{tl_version} +Provides: tex(wmjx3.vf) = %{tl_version} +Provides: tex(wmjx4.vf) = %{tl_version} +Provides: tex(wmjx5.vf) = %{tl_version} +Provides: tex(wmjx6.vf) = %{tl_version} +Provides: tex(wmjx7.vf) = %{tl_version} +Provides: tex(wmjx8.vf) = %{tl_version} +Provides: tex(wmjx9.vf) = %{tl_version} +Provides: tex(wmjxo0.vf) = %{tl_version} +Provides: tex(wmjxo04.vf) = %{tl_version} +Provides: tex(wmjxo05.vf) = %{tl_version} +Provides: tex(wmjxo06.vf) = %{tl_version} +Provides: tex(wmjxo07.vf) = %{tl_version} +Provides: tex(wmjxo1.vf) = %{tl_version} +Provides: tex(wmjxo10.vf) = %{tl_version} +Provides: tex(wmjxo11.vf) = %{tl_version} +Provides: tex(wmjxo12.vf) = %{tl_version} +Provides: tex(wmjxo13.vf) = %{tl_version} +Provides: tex(wmjxo14.vf) = %{tl_version} +Provides: tex(wmjxo15.vf) = %{tl_version} +Provides: tex(wmjxo16.vf) = %{tl_version} +Provides: tex(wmjxo17.vf) = %{tl_version} +Provides: tex(wmjxo18.vf) = %{tl_version} +Provides: tex(wmjxo19.vf) = %{tl_version} +Provides: tex(wmjxo2.vf) = %{tl_version} +Provides: tex(wmjxo20.vf) = %{tl_version} +Provides: tex(wmjxo21.vf) = %{tl_version} +Provides: tex(wmjxo22.vf) = %{tl_version} +Provides: tex(wmjxo23.vf) = %{tl_version} +Provides: tex(wmjxo24.vf) = %{tl_version} +Provides: tex(wmjxo25.vf) = %{tl_version} +Provides: tex(wmjxo26.vf) = %{tl_version} +Provides: tex(wmjxo27.vf) = %{tl_version} +Provides: tex(wmjxo28.vf) = %{tl_version} +Provides: tex(wmjxo29.vf) = %{tl_version} +Provides: tex(wmjxo3.vf) = %{tl_version} +Provides: tex(wmjxo4.vf) = %{tl_version} +Provides: tex(wmjxo5.vf) = %{tl_version} +Provides: tex(wmjxo6.vf) = %{tl_version} +Provides: tex(wmjxo7.vf) = %{tl_version} +Provides: tex(wmjxo8.vf) = %{tl_version} +Provides: tex(wmjxo9.vf) = %{tl_version} + +%description uhc +Support for Korean documents written in Korean standard KSC +codes for LaTeX2e. + +date: 2007-07-29 12:13:44 +0200 + +%post uhc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map umj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map umj.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun uhc +if [ $1 == 0 ] ; then +sed -i '/^Map umj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans uhc +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uhc-doc +Summary: Documentation for uhc +Version: svn16791.0 +Release: %{tl_noarch_release} +Provides: tex-uhc-doc +BuildArch: noarch +AutoReqProv: No + +%description uhc-doc +Documentation for uhc + +%package wadalab +Provides: tex-wadalab = %{tl_version} +License: Wadalab +Summary: Wadalab (Japanese) font packages +Version: svn22576.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(dgj.map) = %{tl_version} +Provides: tex(dmj.map) = %{tl_version} +Provides: tex(mc2j.map) = %{tl_version} +Provides: tex(mcj.map) = %{tl_version} +Provides: tex(mr2j.map) = %{tl_version} +Provides: tex(mrj.map) = %{tl_version} +Provides: tex(dgjgreek.tfm) = %{tl_version} +Provides: tex(dgjhira.tfm) = %{tl_version} +Provides: tex(dgjhw.tfm) = %{tl_version} +Provides: tex(dgjka.tfm) = %{tl_version} +Provides: tex(dgjkata.tfm) = %{tl_version} +Provides: tex(dgjkb.tfm) = %{tl_version} +Provides: tex(dgjkc.tfm) = %{tl_version} +Provides: tex(dgjkd.tfm) = %{tl_version} +Provides: tex(dgjke.tfm) = %{tl_version} +Provides: tex(dgjkeisen.tfm) = %{tl_version} +Provides: tex(dgjkf.tfm) = %{tl_version} +Provides: tex(dgjkg.tfm) = %{tl_version} +Provides: tex(dgjkh.tfm) = %{tl_version} +Provides: tex(dgjki.tfm) = %{tl_version} +Provides: tex(dgjkj.tfm) = %{tl_version} +Provides: tex(dgjkk.tfm) = %{tl_version} +Provides: tex(dgjkl.tfm) = %{tl_version} +Provides: tex(dgjkm.tfm) = %{tl_version} +Provides: tex(dgjkn.tfm) = %{tl_version} +Provides: tex(dgjko.tfm) = %{tl_version} +Provides: tex(dgjkp.tfm) = %{tl_version} +Provides: tex(dgjkq.tfm) = %{tl_version} +Provides: tex(dgjkr.tfm) = %{tl_version} +Provides: tex(dgjks.tfm) = %{tl_version} +Provides: tex(dgjkt.tfm) = %{tl_version} +Provides: tex(dgjku.tfm) = %{tl_version} +Provides: tex(dgjkv.tfm) = %{tl_version} +Provides: tex(dgjkw.tfm) = %{tl_version} +Provides: tex(dgjkx.tfm) = %{tl_version} +Provides: tex(dgjky.tfm) = %{tl_version} +Provides: tex(dgjkz.tfm) = %{tl_version} +Provides: tex(dgjroma.tfm) = %{tl_version} +Provides: tex(dgjrussian.tfm) = %{tl_version} +Provides: tex(dgjsy.tfm) = %{tl_version} +Provides: tex(dmjgreek.tfm) = %{tl_version} +Provides: tex(dmjhira.tfm) = %{tl_version} +Provides: tex(dmjhw.tfm) = %{tl_version} +Provides: tex(dmjka.tfm) = %{tl_version} +Provides: tex(dmjkata.tfm) = %{tl_version} +Provides: tex(dmjkb.tfm) = %{tl_version} +Provides: tex(dmjkc.tfm) = %{tl_version} +Provides: tex(dmjkd.tfm) = %{tl_version} +Provides: tex(dmjke.tfm) = %{tl_version} +Provides: tex(dmjkeisen.tfm) = %{tl_version} +Provides: tex(dmjkf.tfm) = %{tl_version} +Provides: tex(dmjkg.tfm) = %{tl_version} +Provides: tex(dmjkh.tfm) = %{tl_version} +Provides: tex(dmjki.tfm) = %{tl_version} +Provides: tex(dmjkj.tfm) = %{tl_version} +Provides: tex(dmjkk.tfm) = %{tl_version} +Provides: tex(dmjkl.tfm) = %{tl_version} +Provides: tex(dmjkm.tfm) = %{tl_version} +Provides: tex(dmjkn.tfm) = %{tl_version} +Provides: tex(dmjko.tfm) = %{tl_version} +Provides: tex(dmjkp.tfm) = %{tl_version} +Provides: tex(dmjkq.tfm) = %{tl_version} +Provides: tex(dmjkr.tfm) = %{tl_version} +Provides: tex(dmjks.tfm) = %{tl_version} +Provides: tex(dmjkt.tfm) = %{tl_version} +Provides: tex(dmjku.tfm) = %{tl_version} +Provides: tex(dmjkv.tfm) = %{tl_version} +Provides: tex(dmjkw.tfm) = %{tl_version} +Provides: tex(dmjkx.tfm) = %{tl_version} +Provides: tex(dmjky.tfm) = %{tl_version} +Provides: tex(dmjkz.tfm) = %{tl_version} +Provides: tex(dmjroma.tfm) = %{tl_version} +Provides: tex(dmjrussian.tfm) = %{tl_version} +Provides: tex(dmjsy.tfm) = %{tl_version} +Provides: tex(mc2jka.tfm) = %{tl_version} +Provides: tex(mc2jkb.tfm) = %{tl_version} +Provides: tex(mc2jkc.tfm) = %{tl_version} +Provides: tex(mc2jkd.tfm) = %{tl_version} +Provides: tex(mc2jke.tfm) = %{tl_version} +Provides: tex(mc2jkf.tfm) = %{tl_version} +Provides: tex(mc2jkg.tfm) = %{tl_version} +Provides: tex(mc2jkh.tfm) = %{tl_version} +Provides: tex(mc2jki.tfm) = %{tl_version} +Provides: tex(mc2jkj.tfm) = %{tl_version} +Provides: tex(mc2jkk.tfm) = %{tl_version} +Provides: tex(mc2jkl.tfm) = %{tl_version} +Provides: tex(mc2jkm.tfm) = %{tl_version} +Provides: tex(mc2jkn.tfm) = %{tl_version} +Provides: tex(mc2jko.tfm) = %{tl_version} +Provides: tex(mc2jkp.tfm) = %{tl_version} +Provides: tex(mc2jkq.tfm) = %{tl_version} +Provides: tex(mc2jkr.tfm) = %{tl_version} +Provides: tex(mc2jks.tfm) = %{tl_version} +Provides: tex(mc2jkt.tfm) = %{tl_version} +Provides: tex(mc2jku.tfm) = %{tl_version} +Provides: tex(mc2jkv.tfm) = %{tl_version} +Provides: tex(mc2jkw.tfm) = %{tl_version} +Provides: tex(mcjgreek.tfm) = %{tl_version} +Provides: tex(mcjhira.tfm) = %{tl_version} +Provides: tex(mcjhw.tfm) = %{tl_version} +Provides: tex(mcjka.tfm) = %{tl_version} +Provides: tex(mcjkata.tfm) = %{tl_version} +Provides: tex(mcjkb.tfm) = %{tl_version} +Provides: tex(mcjkc.tfm) = %{tl_version} +Provides: tex(mcjkd.tfm) = %{tl_version} +Provides: tex(mcjke.tfm) = %{tl_version} +Provides: tex(mcjkeisen.tfm) = %{tl_version} +Provides: tex(mcjkf.tfm) = %{tl_version} +Provides: tex(mcjkg.tfm) = %{tl_version} +Provides: tex(mcjkh.tfm) = %{tl_version} +Provides: tex(mcjki.tfm) = %{tl_version} +Provides: tex(mcjkj.tfm) = %{tl_version} +Provides: tex(mcjkk.tfm) = %{tl_version} +Provides: tex(mcjkl.tfm) = %{tl_version} +Provides: tex(mcjkm.tfm) = %{tl_version} +Provides: tex(mcjkn.tfm) = %{tl_version} +Provides: tex(mcjko.tfm) = %{tl_version} +Provides: tex(mcjkp.tfm) = %{tl_version} +Provides: tex(mcjkq.tfm) = %{tl_version} +Provides: tex(mcjkr.tfm) = %{tl_version} +Provides: tex(mcjks.tfm) = %{tl_version} +Provides: tex(mcjkt.tfm) = %{tl_version} +Provides: tex(mcjku.tfm) = %{tl_version} +Provides: tex(mcjkv.tfm) = %{tl_version} +Provides: tex(mcjkw.tfm) = %{tl_version} +Provides: tex(mcjkx.tfm) = %{tl_version} +Provides: tex(mcjky.tfm) = %{tl_version} +Provides: tex(mcjkz.tfm) = %{tl_version} +Provides: tex(mcjroma.tfm) = %{tl_version} +Provides: tex(mcjrussian.tfm) = %{tl_version} +Provides: tex(mcjsy.tfm) = %{tl_version} +Provides: tex(mr2jka.tfm) = %{tl_version} +Provides: tex(mr2jkb.tfm) = %{tl_version} +Provides: tex(mr2jkc.tfm) = %{tl_version} +Provides: tex(mr2jkd.tfm) = %{tl_version} +Provides: tex(mr2jke.tfm) = %{tl_version} +Provides: tex(mr2jkf.tfm) = %{tl_version} +Provides: tex(mr2jkg.tfm) = %{tl_version} +Provides: tex(mr2jkh.tfm) = %{tl_version} +Provides: tex(mr2jki.tfm) = %{tl_version} +Provides: tex(mr2jkj.tfm) = %{tl_version} +Provides: tex(mr2jkk.tfm) = %{tl_version} +Provides: tex(mr2jkl.tfm) = %{tl_version} +Provides: tex(mr2jkm.tfm) = %{tl_version} +Provides: tex(mr2jkn.tfm) = %{tl_version} +Provides: tex(mr2jko.tfm) = %{tl_version} +Provides: tex(mr2jkp.tfm) = %{tl_version} +Provides: tex(mr2jkq.tfm) = %{tl_version} +Provides: tex(mr2jkr.tfm) = %{tl_version} +Provides: tex(mr2jks.tfm) = %{tl_version} +Provides: tex(mr2jkt.tfm) = %{tl_version} +Provides: tex(mr2jku.tfm) = %{tl_version} +Provides: tex(mr2jkv.tfm) = %{tl_version} +Provides: tex(mr2jkw.tfm) = %{tl_version} +Provides: tex(mrjgreek.tfm) = %{tl_version} +Provides: tex(mrjhira.tfm) = %{tl_version} +Provides: tex(mrjhw.tfm) = %{tl_version} +Provides: tex(mrjka.tfm) = %{tl_version} +Provides: tex(mrjkata.tfm) = %{tl_version} +Provides: tex(mrjkb.tfm) = %{tl_version} +Provides: tex(mrjkc.tfm) = %{tl_version} +Provides: tex(mrjkd.tfm) = %{tl_version} +Provides: tex(mrjke.tfm) = %{tl_version} +Provides: tex(mrjkeisen.tfm) = %{tl_version} +Provides: tex(mrjkf.tfm) = %{tl_version} +Provides: tex(mrjkg.tfm) = %{tl_version} +Provides: tex(mrjkh.tfm) = %{tl_version} +Provides: tex(mrjki.tfm) = %{tl_version} +Provides: tex(mrjkj.tfm) = %{tl_version} +Provides: tex(mrjkk.tfm) = %{tl_version} +Provides: tex(mrjkl.tfm) = %{tl_version} +Provides: tex(mrjkm.tfm) = %{tl_version} +Provides: tex(mrjkn.tfm) = %{tl_version} +Provides: tex(mrjko.tfm) = %{tl_version} +Provides: tex(mrjkp.tfm) = %{tl_version} +Provides: tex(mrjkq.tfm) = %{tl_version} +Provides: tex(mrjkr.tfm) = %{tl_version} +Provides: tex(mrjks.tfm) = %{tl_version} +Provides: tex(mrjkt.tfm) = %{tl_version} +Provides: tex(mrjku.tfm) = %{tl_version} +Provides: tex(mrjkv.tfm) = %{tl_version} +Provides: tex(mrjkw.tfm) = %{tl_version} +Provides: tex(mrjkx.tfm) = %{tl_version} +Provides: tex(mrjky.tfm) = %{tl_version} +Provides: tex(mrjkz.tfm) = %{tl_version} +Provides: tex(mrjroma.tfm) = %{tl_version} +Provides: tex(mrjrussian.tfm) = %{tl_version} +Provides: tex(mrjsy.tfm) = %{tl_version} +Provides: tex(udgj00.tfm) = %{tl_version} +Provides: tex(udgj03.tfm) = %{tl_version} +Provides: tex(udgj04.tfm) = %{tl_version} +Provides: tex(udgj20.tfm) = %{tl_version} +Provides: tex(udgj21.tfm) = %{tl_version} +Provides: tex(udgj22.tfm) = %{tl_version} +Provides: tex(udgj23.tfm) = %{tl_version} +Provides: tex(udgj25.tfm) = %{tl_version} +Provides: tex(udgj26.tfm) = %{tl_version} +Provides: tex(udgj30.tfm) = %{tl_version} +Provides: tex(udgj4e.tfm) = %{tl_version} +Provides: tex(udgj4f.tfm) = %{tl_version} +Provides: tex(udgj50.tfm) = %{tl_version} +Provides: tex(udgj51.tfm) = %{tl_version} +Provides: tex(udgj52.tfm) = %{tl_version} +Provides: tex(udgj53.tfm) = %{tl_version} +Provides: tex(udgj54.tfm) = %{tl_version} +Provides: tex(udgj55.tfm) = %{tl_version} +Provides: tex(udgj56.tfm) = %{tl_version} +Provides: tex(udgj57.tfm) = %{tl_version} +Provides: tex(udgj58.tfm) = %{tl_version} +Provides: tex(udgj59.tfm) = %{tl_version} +Provides: tex(udgj5a.tfm) = %{tl_version} +Provides: tex(udgj5b.tfm) = %{tl_version} +Provides: tex(udgj5c.tfm) = %{tl_version} +Provides: tex(udgj5d.tfm) = %{tl_version} +Provides: tex(udgj5e.tfm) = %{tl_version} +Provides: tex(udgj5f.tfm) = %{tl_version} +Provides: tex(udgj60.tfm) = %{tl_version} +Provides: tex(udgj61.tfm) = %{tl_version} +Provides: tex(udgj62.tfm) = %{tl_version} +Provides: tex(udgj63.tfm) = %{tl_version} +Provides: tex(udgj64.tfm) = %{tl_version} +Provides: tex(udgj65.tfm) = %{tl_version} +Provides: tex(udgj66.tfm) = %{tl_version} +Provides: tex(udgj67.tfm) = %{tl_version} +Provides: tex(udgj68.tfm) = %{tl_version} +Provides: tex(udgj69.tfm) = %{tl_version} +Provides: tex(udgj6a.tfm) = %{tl_version} +Provides: tex(udgj6b.tfm) = %{tl_version} +Provides: tex(udgj6c.tfm) = %{tl_version} +Provides: tex(udgj6d.tfm) = %{tl_version} +Provides: tex(udgj6e.tfm) = %{tl_version} +Provides: tex(udgj6f.tfm) = %{tl_version} +Provides: tex(udgj70.tfm) = %{tl_version} +Provides: tex(udgj71.tfm) = %{tl_version} +Provides: tex(udgj72.tfm) = %{tl_version} +Provides: tex(udgj73.tfm) = %{tl_version} +Provides: tex(udgj74.tfm) = %{tl_version} +Provides: tex(udgj75.tfm) = %{tl_version} +Provides: tex(udgj76.tfm) = %{tl_version} +Provides: tex(udgj77.tfm) = %{tl_version} +Provides: tex(udgj78.tfm) = %{tl_version} +Provides: tex(udgj79.tfm) = %{tl_version} +Provides: tex(udgj7a.tfm) = %{tl_version} +Provides: tex(udgj7b.tfm) = %{tl_version} +Provides: tex(udgj7c.tfm) = %{tl_version} +Provides: tex(udgj7d.tfm) = %{tl_version} +Provides: tex(udgj7e.tfm) = %{tl_version} +Provides: tex(udgj7f.tfm) = %{tl_version} +Provides: tex(udgj80.tfm) = %{tl_version} +Provides: tex(udgj81.tfm) = %{tl_version} +Provides: tex(udgj82.tfm) = %{tl_version} +Provides: tex(udgj83.tfm) = %{tl_version} +Provides: tex(udgj84.tfm) = %{tl_version} +Provides: tex(udgj85.tfm) = %{tl_version} +Provides: tex(udgj86.tfm) = %{tl_version} +Provides: tex(udgj87.tfm) = %{tl_version} +Provides: tex(udgj88.tfm) = %{tl_version} +Provides: tex(udgj89.tfm) = %{tl_version} +Provides: tex(udgj8a.tfm) = %{tl_version} +Provides: tex(udgj8b.tfm) = %{tl_version} +Provides: tex(udgj8c.tfm) = %{tl_version} +Provides: tex(udgj8d.tfm) = %{tl_version} +Provides: tex(udgj8e.tfm) = %{tl_version} +Provides: tex(udgj8f.tfm) = %{tl_version} +Provides: tex(udgj90.tfm) = %{tl_version} +Provides: tex(udgj91.tfm) = %{tl_version} +Provides: tex(udgj92.tfm) = %{tl_version} +Provides: tex(udgj93.tfm) = %{tl_version} +Provides: tex(udgj94.tfm) = %{tl_version} +Provides: tex(udgj95.tfm) = %{tl_version} +Provides: tex(udgj96.tfm) = %{tl_version} +Provides: tex(udgj97.tfm) = %{tl_version} +Provides: tex(udgj98.tfm) = %{tl_version} +Provides: tex(udgj99.tfm) = %{tl_version} +Provides: tex(udgj9a.tfm) = %{tl_version} +Provides: tex(udgj9b.tfm) = %{tl_version} +Provides: tex(udgj9c.tfm) = %{tl_version} +Provides: tex(udgj9d.tfm) = %{tl_version} +Provides: tex(udgj9e.tfm) = %{tl_version} +Provides: tex(udgj9f.tfm) = %{tl_version} +Provides: tex(udgjff.tfm) = %{tl_version} +Provides: tex(udmj00.tfm) = %{tl_version} +Provides: tex(udmj03.tfm) = %{tl_version} +Provides: tex(udmj04.tfm) = %{tl_version} +Provides: tex(udmj20.tfm) = %{tl_version} +Provides: tex(udmj21.tfm) = %{tl_version} +Provides: tex(udmj22.tfm) = %{tl_version} +Provides: tex(udmj23.tfm) = %{tl_version} +Provides: tex(udmj25.tfm) = %{tl_version} +Provides: tex(udmj26.tfm) = %{tl_version} +Provides: tex(udmj30.tfm) = %{tl_version} +Provides: tex(udmj4e.tfm) = %{tl_version} +Provides: tex(udmj4f.tfm) = %{tl_version} +Provides: tex(udmj50.tfm) = %{tl_version} +Provides: tex(udmj51.tfm) = %{tl_version} +Provides: tex(udmj52.tfm) = %{tl_version} +Provides: tex(udmj53.tfm) = %{tl_version} +Provides: tex(udmj54.tfm) = %{tl_version} +Provides: tex(udmj55.tfm) = %{tl_version} +Provides: tex(udmj56.tfm) = %{tl_version} +Provides: tex(udmj57.tfm) = %{tl_version} +Provides: tex(udmj58.tfm) = %{tl_version} +Provides: tex(udmj59.tfm) = %{tl_version} +Provides: tex(udmj5a.tfm) = %{tl_version} +Provides: tex(udmj5b.tfm) = %{tl_version} +Provides: tex(udmj5c.tfm) = %{tl_version} +Provides: tex(udmj5d.tfm) = %{tl_version} +Provides: tex(udmj5e.tfm) = %{tl_version} +Provides: tex(udmj5f.tfm) = %{tl_version} +Provides: tex(udmj60.tfm) = %{tl_version} +Provides: tex(udmj61.tfm) = %{tl_version} +Provides: tex(udmj62.tfm) = %{tl_version} +Provides: tex(udmj63.tfm) = %{tl_version} +Provides: tex(udmj64.tfm) = %{tl_version} +Provides: tex(udmj65.tfm) = %{tl_version} +Provides: tex(udmj66.tfm) = %{tl_version} +Provides: tex(udmj67.tfm) = %{tl_version} +Provides: tex(udmj68.tfm) = %{tl_version} +Provides: tex(udmj69.tfm) = %{tl_version} +Provides: tex(udmj6a.tfm) = %{tl_version} +Provides: tex(udmj6b.tfm) = %{tl_version} +Provides: tex(udmj6c.tfm) = %{tl_version} +Provides: tex(udmj6d.tfm) = %{tl_version} +Provides: tex(udmj6e.tfm) = %{tl_version} +Provides: tex(udmj6f.tfm) = %{tl_version} +Provides: tex(udmj70.tfm) = %{tl_version} +Provides: tex(udmj71.tfm) = %{tl_version} +Provides: tex(udmj72.tfm) = %{tl_version} +Provides: tex(udmj73.tfm) = %{tl_version} +Provides: tex(udmj74.tfm) = %{tl_version} +Provides: tex(udmj75.tfm) = %{tl_version} +Provides: tex(udmj76.tfm) = %{tl_version} +Provides: tex(udmj77.tfm) = %{tl_version} +Provides: tex(udmj78.tfm) = %{tl_version} +Provides: tex(udmj79.tfm) = %{tl_version} +Provides: tex(udmj7a.tfm) = %{tl_version} +Provides: tex(udmj7b.tfm) = %{tl_version} +Provides: tex(udmj7c.tfm) = %{tl_version} +Provides: tex(udmj7d.tfm) = %{tl_version} +Provides: tex(udmj7e.tfm) = %{tl_version} +Provides: tex(udmj7f.tfm) = %{tl_version} +Provides: tex(udmj80.tfm) = %{tl_version} +Provides: tex(udmj81.tfm) = %{tl_version} +Provides: tex(udmj82.tfm) = %{tl_version} +Provides: tex(udmj83.tfm) = %{tl_version} +Provides: tex(udmj84.tfm) = %{tl_version} +Provides: tex(udmj85.tfm) = %{tl_version} +Provides: tex(udmj86.tfm) = %{tl_version} +Provides: tex(udmj87.tfm) = %{tl_version} +Provides: tex(udmj88.tfm) = %{tl_version} +Provides: tex(udmj89.tfm) = %{tl_version} +Provides: tex(udmj8a.tfm) = %{tl_version} +Provides: tex(udmj8b.tfm) = %{tl_version} +Provides: tex(udmj8c.tfm) = %{tl_version} +Provides: tex(udmj8d.tfm) = %{tl_version} +Provides: tex(udmj8e.tfm) = %{tl_version} +Provides: tex(udmj8f.tfm) = %{tl_version} +Provides: tex(udmj90.tfm) = %{tl_version} +Provides: tex(udmj91.tfm) = %{tl_version} +Provides: tex(udmj92.tfm) = %{tl_version} +Provides: tex(udmj93.tfm) = %{tl_version} +Provides: tex(udmj94.tfm) = %{tl_version} +Provides: tex(udmj95.tfm) = %{tl_version} +Provides: tex(udmj96.tfm) = %{tl_version} +Provides: tex(udmj97.tfm) = %{tl_version} +Provides: tex(udmj98.tfm) = %{tl_version} +Provides: tex(udmj99.tfm) = %{tl_version} +Provides: tex(udmj9a.tfm) = %{tl_version} +Provides: tex(udmj9b.tfm) = %{tl_version} +Provides: tex(udmj9c.tfm) = %{tl_version} +Provides: tex(udmj9d.tfm) = %{tl_version} +Provides: tex(udmj9e.tfm) = %{tl_version} +Provides: tex(udmj9f.tfm) = %{tl_version} +Provides: tex(udmjff.tfm) = %{tl_version} +Provides: tex(umcj00.tfm) = %{tl_version} +Provides: tex(umcj03.tfm) = %{tl_version} +Provides: tex(umcj04.tfm) = %{tl_version} +Provides: tex(umcj20.tfm) = %{tl_version} +Provides: tex(umcj21.tfm) = %{tl_version} +Provides: tex(umcj22.tfm) = %{tl_version} +Provides: tex(umcj23.tfm) = %{tl_version} +Provides: tex(umcj25.tfm) = %{tl_version} +Provides: tex(umcj26.tfm) = %{tl_version} +Provides: tex(umcj30.tfm) = %{tl_version} +Provides: tex(umcj4e.tfm) = %{tl_version} +Provides: tex(umcj4f.tfm) = %{tl_version} +Provides: tex(umcj50.tfm) = %{tl_version} +Provides: tex(umcj51.tfm) = %{tl_version} +Provides: tex(umcj52.tfm) = %{tl_version} +Provides: tex(umcj53.tfm) = %{tl_version} +Provides: tex(umcj54.tfm) = %{tl_version} +Provides: tex(umcj55.tfm) = %{tl_version} +Provides: tex(umcj56.tfm) = %{tl_version} +Provides: tex(umcj57.tfm) = %{tl_version} +Provides: tex(umcj58.tfm) = %{tl_version} +Provides: tex(umcj59.tfm) = %{tl_version} +Provides: tex(umcj5a.tfm) = %{tl_version} +Provides: tex(umcj5b.tfm) = %{tl_version} +Provides: tex(umcj5c.tfm) = %{tl_version} +Provides: tex(umcj5d.tfm) = %{tl_version} +Provides: tex(umcj5e.tfm) = %{tl_version} +Provides: tex(umcj5f.tfm) = %{tl_version} +Provides: tex(umcj60.tfm) = %{tl_version} +Provides: tex(umcj61.tfm) = %{tl_version} +Provides: tex(umcj62.tfm) = %{tl_version} +Provides: tex(umcj63.tfm) = %{tl_version} +Provides: tex(umcj64.tfm) = %{tl_version} +Provides: tex(umcj65.tfm) = %{tl_version} +Provides: tex(umcj66.tfm) = %{tl_version} +Provides: tex(umcj67.tfm) = %{tl_version} +Provides: tex(umcj68.tfm) = %{tl_version} +Provides: tex(umcj69.tfm) = %{tl_version} +Provides: tex(umcj6a.tfm) = %{tl_version} +Provides: tex(umcj6b.tfm) = %{tl_version} +Provides: tex(umcj6c.tfm) = %{tl_version} +Provides: tex(umcj6d.tfm) = %{tl_version} +Provides: tex(umcj6e.tfm) = %{tl_version} +Provides: tex(umcj6f.tfm) = %{tl_version} +Provides: tex(umcj70.tfm) = %{tl_version} +Provides: tex(umcj71.tfm) = %{tl_version} +Provides: tex(umcj72.tfm) = %{tl_version} +Provides: tex(umcj73.tfm) = %{tl_version} +Provides: tex(umcj74.tfm) = %{tl_version} +Provides: tex(umcj75.tfm) = %{tl_version} +Provides: tex(umcj76.tfm) = %{tl_version} +Provides: tex(umcj77.tfm) = %{tl_version} +Provides: tex(umcj78.tfm) = %{tl_version} +Provides: tex(umcj79.tfm) = %{tl_version} +Provides: tex(umcj7a.tfm) = %{tl_version} +Provides: tex(umcj7b.tfm) = %{tl_version} +Provides: tex(umcj7c.tfm) = %{tl_version} +Provides: tex(umcj7d.tfm) = %{tl_version} +Provides: tex(umcj7e.tfm) = %{tl_version} +Provides: tex(umcj7f.tfm) = %{tl_version} +Provides: tex(umcj80.tfm) = %{tl_version} +Provides: tex(umcj81.tfm) = %{tl_version} +Provides: tex(umcj82.tfm) = %{tl_version} +Provides: tex(umcj83.tfm) = %{tl_version} +Provides: tex(umcj84.tfm) = %{tl_version} +Provides: tex(umcj85.tfm) = %{tl_version} +Provides: tex(umcj86.tfm) = %{tl_version} +Provides: tex(umcj87.tfm) = %{tl_version} +Provides: tex(umcj88.tfm) = %{tl_version} +Provides: tex(umcj89.tfm) = %{tl_version} +Provides: tex(umcj8a.tfm) = %{tl_version} +Provides: tex(umcj8b.tfm) = %{tl_version} +Provides: tex(umcj8c.tfm) = %{tl_version} +Provides: tex(umcj8d.tfm) = %{tl_version} +Provides: tex(umcj8e.tfm) = %{tl_version} +Provides: tex(umcj8f.tfm) = %{tl_version} +Provides: tex(umcj90.tfm) = %{tl_version} +Provides: tex(umcj91.tfm) = %{tl_version} +Provides: tex(umcj92.tfm) = %{tl_version} +Provides: tex(umcj93.tfm) = %{tl_version} +Provides: tex(umcj94.tfm) = %{tl_version} +Provides: tex(umcj95.tfm) = %{tl_version} +Provides: tex(umcj96.tfm) = %{tl_version} +Provides: tex(umcj97.tfm) = %{tl_version} +Provides: tex(umcj98.tfm) = %{tl_version} +Provides: tex(umcj99.tfm) = %{tl_version} +Provides: tex(umcj9a.tfm) = %{tl_version} +Provides: tex(umcj9b.tfm) = %{tl_version} +Provides: tex(umcj9c.tfm) = %{tl_version} +Provides: tex(umcj9d.tfm) = %{tl_version} +Provides: tex(umcj9e.tfm) = %{tl_version} +Provides: tex(umcj9f.tfm) = %{tl_version} +Provides: tex(umcjff.tfm) = %{tl_version} +Provides: tex(umrj00.tfm) = %{tl_version} +Provides: tex(umrj03.tfm) = %{tl_version} +Provides: tex(umrj04.tfm) = %{tl_version} +Provides: tex(umrj20.tfm) = %{tl_version} +Provides: tex(umrj21.tfm) = %{tl_version} +Provides: tex(umrj22.tfm) = %{tl_version} +Provides: tex(umrj23.tfm) = %{tl_version} +Provides: tex(umrj25.tfm) = %{tl_version} +Provides: tex(umrj26.tfm) = %{tl_version} +Provides: tex(umrj30.tfm) = %{tl_version} +Provides: tex(umrj4e.tfm) = %{tl_version} +Provides: tex(umrj4f.tfm) = %{tl_version} +Provides: tex(umrj50.tfm) = %{tl_version} +Provides: tex(umrj51.tfm) = %{tl_version} +Provides: tex(umrj52.tfm) = %{tl_version} +Provides: tex(umrj53.tfm) = %{tl_version} +Provides: tex(umrj54.tfm) = %{tl_version} +Provides: tex(umrj55.tfm) = %{tl_version} +Provides: tex(umrj56.tfm) = %{tl_version} +Provides: tex(umrj57.tfm) = %{tl_version} +Provides: tex(umrj58.tfm) = %{tl_version} +Provides: tex(umrj59.tfm) = %{tl_version} +Provides: tex(umrj5a.tfm) = %{tl_version} +Provides: tex(umrj5b.tfm) = %{tl_version} +Provides: tex(umrj5c.tfm) = %{tl_version} +Provides: tex(umrj5d.tfm) = %{tl_version} +Provides: tex(umrj5e.tfm) = %{tl_version} +Provides: tex(umrj5f.tfm) = %{tl_version} +Provides: tex(umrj60.tfm) = %{tl_version} +Provides: tex(umrj61.tfm) = %{tl_version} +Provides: tex(umrj62.tfm) = %{tl_version} +Provides: tex(umrj63.tfm) = %{tl_version} +Provides: tex(umrj64.tfm) = %{tl_version} +Provides: tex(umrj65.tfm) = %{tl_version} +Provides: tex(umrj66.tfm) = %{tl_version} +Provides: tex(umrj67.tfm) = %{tl_version} +Provides: tex(umrj68.tfm) = %{tl_version} +Provides: tex(umrj69.tfm) = %{tl_version} +Provides: tex(umrj6a.tfm) = %{tl_version} +Provides: tex(umrj6b.tfm) = %{tl_version} +Provides: tex(umrj6c.tfm) = %{tl_version} +Provides: tex(umrj6d.tfm) = %{tl_version} +Provides: tex(umrj6e.tfm) = %{tl_version} +Provides: tex(umrj6f.tfm) = %{tl_version} +Provides: tex(umrj70.tfm) = %{tl_version} +Provides: tex(umrj71.tfm) = %{tl_version} +Provides: tex(umrj72.tfm) = %{tl_version} +Provides: tex(umrj73.tfm) = %{tl_version} +Provides: tex(umrj74.tfm) = %{tl_version} +Provides: tex(umrj75.tfm) = %{tl_version} +Provides: tex(umrj76.tfm) = %{tl_version} +Provides: tex(umrj77.tfm) = %{tl_version} +Provides: tex(umrj78.tfm) = %{tl_version} +Provides: tex(umrj79.tfm) = %{tl_version} +Provides: tex(umrj7a.tfm) = %{tl_version} +Provides: tex(umrj7b.tfm) = %{tl_version} +Provides: tex(umrj7c.tfm) = %{tl_version} +Provides: tex(umrj7d.tfm) = %{tl_version} +Provides: tex(umrj7e.tfm) = %{tl_version} +Provides: tex(umrj7f.tfm) = %{tl_version} +Provides: tex(umrj80.tfm) = %{tl_version} +Provides: tex(umrj81.tfm) = %{tl_version} +Provides: tex(umrj82.tfm) = %{tl_version} +Provides: tex(umrj83.tfm) = %{tl_version} +Provides: tex(umrj84.tfm) = %{tl_version} +Provides: tex(umrj85.tfm) = %{tl_version} +Provides: tex(umrj86.tfm) = %{tl_version} +Provides: tex(umrj87.tfm) = %{tl_version} +Provides: tex(umrj88.tfm) = %{tl_version} +Provides: tex(umrj89.tfm) = %{tl_version} +Provides: tex(umrj8a.tfm) = %{tl_version} +Provides: tex(umrj8b.tfm) = %{tl_version} +Provides: tex(umrj8c.tfm) = %{tl_version} +Provides: tex(umrj8d.tfm) = %{tl_version} +Provides: tex(umrj8e.tfm) = %{tl_version} +Provides: tex(umrj8f.tfm) = %{tl_version} +Provides: tex(umrj90.tfm) = %{tl_version} +Provides: tex(umrj91.tfm) = %{tl_version} +Provides: tex(umrj92.tfm) = %{tl_version} +Provides: tex(umrj93.tfm) = %{tl_version} +Provides: tex(umrj94.tfm) = %{tl_version} +Provides: tex(umrj95.tfm) = %{tl_version} +Provides: tex(umrj96.tfm) = %{tl_version} +Provides: tex(umrj97.tfm) = %{tl_version} +Provides: tex(umrj98.tfm) = %{tl_version} +Provides: tex(umrj99.tfm) = %{tl_version} +Provides: tex(umrj9a.tfm) = %{tl_version} +Provides: tex(umrj9b.tfm) = %{tl_version} +Provides: tex(umrj9c.tfm) = %{tl_version} +Provides: tex(umrj9d.tfm) = %{tl_version} +Provides: tex(umrj9e.tfm) = %{tl_version} +Provides: tex(umrj9f.tfm) = %{tl_version} +Provides: tex(umrjff.tfm) = %{tl_version} +Provides: tex(dgjgreek.pfb) = %{tl_version} +Provides: tex(dgjhira.pfb) = %{tl_version} +Provides: tex(dgjhw.pfb) = %{tl_version} +Provides: tex(dgjka.pfb) = %{tl_version} +Provides: tex(dgjkata.pfb) = %{tl_version} +Provides: tex(dgjkb.pfb) = %{tl_version} +Provides: tex(dgjkc.pfb) = %{tl_version} +Provides: tex(dgjkd.pfb) = %{tl_version} +Provides: tex(dgjke.pfb) = %{tl_version} +Provides: tex(dgjkeisen.pfb) = %{tl_version} +Provides: tex(dgjkf.pfb) = %{tl_version} +Provides: tex(dgjkg.pfb) = %{tl_version} +Provides: tex(dgjkh.pfb) = %{tl_version} +Provides: tex(dgjki.pfb) = %{tl_version} +Provides: tex(dgjkj.pfb) = %{tl_version} +Provides: tex(dgjkk.pfb) = %{tl_version} +Provides: tex(dgjkl.pfb) = %{tl_version} +Provides: tex(dgjkm.pfb) = %{tl_version} +Provides: tex(dgjkn.pfb) = %{tl_version} +Provides: tex(dgjko.pfb) = %{tl_version} +Provides: tex(dgjkp.pfb) = %{tl_version} +Provides: tex(dgjkq.pfb) = %{tl_version} +Provides: tex(dgjkr.pfb) = %{tl_version} +Provides: tex(dgjks.pfb) = %{tl_version} +Provides: tex(dgjkt.pfb) = %{tl_version} +Provides: tex(dgjku.pfb) = %{tl_version} +Provides: tex(dgjkv.pfb) = %{tl_version} +Provides: tex(dgjkw.pfb) = %{tl_version} +Provides: tex(dgjkx.pfb) = %{tl_version} +Provides: tex(dgjky.pfb) = %{tl_version} +Provides: tex(dgjkz.pfb) = %{tl_version} +Provides: tex(dgjroma.pfb) = %{tl_version} +Provides: tex(dgjrussian.pfb) = %{tl_version} +Provides: tex(dgjsy.pfb) = %{tl_version} +Provides: tex(dmjgreek.pfb) = %{tl_version} +Provides: tex(dmjhira.pfb) = %{tl_version} +Provides: tex(dmjhw.pfb) = %{tl_version} +Provides: tex(dmjka.pfb) = %{tl_version} +Provides: tex(dmjkata.pfb) = %{tl_version} +Provides: tex(dmjkb.pfb) = %{tl_version} +Provides: tex(dmjkc.pfb) = %{tl_version} +Provides: tex(dmjkd.pfb) = %{tl_version} +Provides: tex(dmjke.pfb) = %{tl_version} +Provides: tex(dmjkeisen.pfb) = %{tl_version} +Provides: tex(dmjkf.pfb) = %{tl_version} +Provides: tex(dmjkg.pfb) = %{tl_version} +Provides: tex(dmjkh.pfb) = %{tl_version} +Provides: tex(dmjki.pfb) = %{tl_version} +Provides: tex(dmjkj.pfb) = %{tl_version} +Provides: tex(dmjkk.pfb) = %{tl_version} +Provides: tex(dmjkl.pfb) = %{tl_version} +Provides: tex(dmjkm.pfb) = %{tl_version} +Provides: tex(dmjkn.pfb) = %{tl_version} +Provides: tex(dmjko.pfb) = %{tl_version} +Provides: tex(dmjkp.pfb) = %{tl_version} +Provides: tex(dmjkq.pfb) = %{tl_version} +Provides: tex(dmjkr.pfb) = %{tl_version} +Provides: tex(dmjks.pfb) = %{tl_version} +Provides: tex(dmjkt.pfb) = %{tl_version} +Provides: tex(dmjku.pfb) = %{tl_version} +Provides: tex(dmjkv.pfb) = %{tl_version} +Provides: tex(dmjkw.pfb) = %{tl_version} +Provides: tex(dmjkx.pfb) = %{tl_version} +Provides: tex(dmjky.pfb) = %{tl_version} +Provides: tex(dmjkz.pfb) = %{tl_version} +Provides: tex(dmjroma.pfb) = %{tl_version} +Provides: tex(dmjrussian.pfb) = %{tl_version} +Provides: tex(dmjsy.pfb) = %{tl_version} +Provides: tex(mc2jka.pfb) = %{tl_version} +Provides: tex(mc2jkb.pfb) = %{tl_version} +Provides: tex(mc2jkc.pfb) = %{tl_version} +Provides: tex(mc2jkd.pfb) = %{tl_version} +Provides: tex(mc2jke.pfb) = %{tl_version} +Provides: tex(mc2jkf.pfb) = %{tl_version} +Provides: tex(mc2jkg.pfb) = %{tl_version} +Provides: tex(mc2jkh.pfb) = %{tl_version} +Provides: tex(mc2jki.pfb) = %{tl_version} +Provides: tex(mc2jkj.pfb) = %{tl_version} +Provides: tex(mc2jkk.pfb) = %{tl_version} +Provides: tex(mc2jkl.pfb) = %{tl_version} +Provides: tex(mc2jkm.pfb) = %{tl_version} +Provides: tex(mc2jkn.pfb) = %{tl_version} +Provides: tex(mc2jko.pfb) = %{tl_version} +Provides: tex(mc2jkp.pfb) = %{tl_version} +Provides: tex(mc2jkq.pfb) = %{tl_version} +Provides: tex(mc2jkr.pfb) = %{tl_version} +Provides: tex(mc2jks.pfb) = %{tl_version} +Provides: tex(mc2jkt.pfb) = %{tl_version} +Provides: tex(mc2jku.pfb) = %{tl_version} +Provides: tex(mc2jkv.pfb) = %{tl_version} +Provides: tex(mc2jkw.pfb) = %{tl_version} +Provides: tex(mcjgreek.pfb) = %{tl_version} +Provides: tex(mcjhira.pfb) = %{tl_version} +Provides: tex(mcjhw.pfb) = %{tl_version} +Provides: tex(mcjka.pfb) = %{tl_version} +Provides: tex(mcjkata.pfb) = %{tl_version} +Provides: tex(mcjkb.pfb) = %{tl_version} +Provides: tex(mcjkc.pfb) = %{tl_version} +Provides: tex(mcjkd.pfb) = %{tl_version} +Provides: tex(mcjke.pfb) = %{tl_version} +Provides: tex(mcjkeisen.pfb) = %{tl_version} +Provides: tex(mcjkf.pfb) = %{tl_version} +Provides: tex(mcjkg.pfb) = %{tl_version} +Provides: tex(mcjkh.pfb) = %{tl_version} +Provides: tex(mcjki.pfb) = %{tl_version} +Provides: tex(mcjkj.pfb) = %{tl_version} +Provides: tex(mcjkk.pfb) = %{tl_version} +Provides: tex(mcjkl.pfb) = %{tl_version} +Provides: tex(mcjkm.pfb) = %{tl_version} +Provides: tex(mcjkn.pfb) = %{tl_version} +Provides: tex(mcjko.pfb) = %{tl_version} +Provides: tex(mcjkp.pfb) = %{tl_version} +Provides: tex(mcjkq.pfb) = %{tl_version} +Provides: tex(mcjkr.pfb) = %{tl_version} +Provides: tex(mcjks.pfb) = %{tl_version} +Provides: tex(mcjkt.pfb) = %{tl_version} +Provides: tex(mcjku.pfb) = %{tl_version} +Provides: tex(mcjkv.pfb) = %{tl_version} +Provides: tex(mcjkw.pfb) = %{tl_version} +Provides: tex(mcjkx.pfb) = %{tl_version} +Provides: tex(mcjky.pfb) = %{tl_version} +Provides: tex(mcjkz.pfb) = %{tl_version} +Provides: tex(mcjroma.pfb) = %{tl_version} +Provides: tex(mcjrussian.pfb) = %{tl_version} +Provides: tex(mcjsy.pfb) = %{tl_version} +Provides: tex(mr2jka.pfb) = %{tl_version} +Provides: tex(mr2jkb.pfb) = %{tl_version} +Provides: tex(mr2jkc.pfb) = %{tl_version} +Provides: tex(mr2jkd.pfb) = %{tl_version} +Provides: tex(mr2jke.pfb) = %{tl_version} +Provides: tex(mr2jkf.pfb) = %{tl_version} +Provides: tex(mr2jkg.pfb) = %{tl_version} +Provides: tex(mr2jkh.pfb) = %{tl_version} +Provides: tex(mr2jki.pfb) = %{tl_version} +Provides: tex(mr2jkj.pfb) = %{tl_version} +Provides: tex(mr2jkk.pfb) = %{tl_version} +Provides: tex(mr2jkl.pfb) = %{tl_version} +Provides: tex(mr2jkm.pfb) = %{tl_version} +Provides: tex(mr2jkn.pfb) = %{tl_version} +Provides: tex(mr2jko.pfb) = %{tl_version} +Provides: tex(mr2jkp.pfb) = %{tl_version} +Provides: tex(mr2jkq.pfb) = %{tl_version} +Provides: tex(mr2jkr.pfb) = %{tl_version} +Provides: tex(mr2jks.pfb) = %{tl_version} +Provides: tex(mr2jkt.pfb) = %{tl_version} +Provides: tex(mr2jku.pfb) = %{tl_version} +Provides: tex(mr2jkv.pfb) = %{tl_version} +Provides: tex(mr2jkw.pfb) = %{tl_version} +Provides: tex(mrjgreek.pfb) = %{tl_version} +Provides: tex(mrjhira.pfb) = %{tl_version} +Provides: tex(mrjhw.pfb) = %{tl_version} +Provides: tex(mrjka.pfb) = %{tl_version} +Provides: tex(mrjkata.pfb) = %{tl_version} +Provides: tex(mrjkb.pfb) = %{tl_version} +Provides: tex(mrjkc.pfb) = %{tl_version} +Provides: tex(mrjkd.pfb) = %{tl_version} +Provides: tex(mrjke.pfb) = %{tl_version} +Provides: tex(mrjkeisen.pfb) = %{tl_version} +Provides: tex(mrjkf.pfb) = %{tl_version} +Provides: tex(mrjkg.pfb) = %{tl_version} +Provides: tex(mrjkh.pfb) = %{tl_version} +Provides: tex(mrjki.pfb) = %{tl_version} +Provides: tex(mrjkj.pfb) = %{tl_version} +Provides: tex(mrjkk.pfb) = %{tl_version} +Provides: tex(mrjkl.pfb) = %{tl_version} +Provides: tex(mrjkm.pfb) = %{tl_version} +Provides: tex(mrjkn.pfb) = %{tl_version} +Provides: tex(mrjko.pfb) = %{tl_version} +Provides: tex(mrjkp.pfb) = %{tl_version} +Provides: tex(mrjkq.pfb) = %{tl_version} +Provides: tex(mrjkr.pfb) = %{tl_version} +Provides: tex(mrjks.pfb) = %{tl_version} +Provides: tex(mrjkt.pfb) = %{tl_version} +Provides: tex(mrjku.pfb) = %{tl_version} +Provides: tex(mrjkv.pfb) = %{tl_version} +Provides: tex(mrjkw.pfb) = %{tl_version} +Provides: tex(mrjkx.pfb) = %{tl_version} +Provides: tex(mrjky.pfb) = %{tl_version} +Provides: tex(mrjkz.pfb) = %{tl_version} +Provides: tex(mrjroma.pfb) = %{tl_version} +Provides: tex(mrjrussian.pfb) = %{tl_version} +Provides: tex(mrjsy.pfb) = %{tl_version} +Provides: tex(udgj00.vf) = %{tl_version} +Provides: tex(udgj03.vf) = %{tl_version} +Provides: tex(udgj04.vf) = %{tl_version} +Provides: tex(udgj20.vf) = %{tl_version} +Provides: tex(udgj21.vf) = %{tl_version} +Provides: tex(udgj22.vf) = %{tl_version} +Provides: tex(udgj23.vf) = %{tl_version} +Provides: tex(udgj25.vf) = %{tl_version} +Provides: tex(udgj26.vf) = %{tl_version} +Provides: tex(udgj30.vf) = %{tl_version} +Provides: tex(udgj4e.vf) = %{tl_version} +Provides: tex(udgj4f.vf) = %{tl_version} +Provides: tex(udgj50.vf) = %{tl_version} +Provides: tex(udgj51.vf) = %{tl_version} +Provides: tex(udgj52.vf) = %{tl_version} +Provides: tex(udgj53.vf) = %{tl_version} +Provides: tex(udgj54.vf) = %{tl_version} +Provides: tex(udgj55.vf) = %{tl_version} +Provides: tex(udgj56.vf) = %{tl_version} +Provides: tex(udgj57.vf) = %{tl_version} +Provides: tex(udgj58.vf) = %{tl_version} +Provides: tex(udgj59.vf) = %{tl_version} +Provides: tex(udgj5a.vf) = %{tl_version} +Provides: tex(udgj5b.vf) = %{tl_version} +Provides: tex(udgj5c.vf) = %{tl_version} +Provides: tex(udgj5d.vf) = %{tl_version} +Provides: tex(udgj5e.vf) = %{tl_version} +Provides: tex(udgj5f.vf) = %{tl_version} +Provides: tex(udgj60.vf) = %{tl_version} +Provides: tex(udgj61.vf) = %{tl_version} +Provides: tex(udgj62.vf) = %{tl_version} +Provides: tex(udgj63.vf) = %{tl_version} +Provides: tex(udgj64.vf) = %{tl_version} +Provides: tex(udgj65.vf) = %{tl_version} +Provides: tex(udgj66.vf) = %{tl_version} +Provides: tex(udgj67.vf) = %{tl_version} +Provides: tex(udgj68.vf) = %{tl_version} +Provides: tex(udgj69.vf) = %{tl_version} +Provides: tex(udgj6a.vf) = %{tl_version} +Provides: tex(udgj6b.vf) = %{tl_version} +Provides: tex(udgj6c.vf) = %{tl_version} +Provides: tex(udgj6d.vf) = %{tl_version} +Provides: tex(udgj6e.vf) = %{tl_version} +Provides: tex(udgj6f.vf) = %{tl_version} +Provides: tex(udgj70.vf) = %{tl_version} +Provides: tex(udgj71.vf) = %{tl_version} +Provides: tex(udgj72.vf) = %{tl_version} +Provides: tex(udgj73.vf) = %{tl_version} +Provides: tex(udgj74.vf) = %{tl_version} +Provides: tex(udgj75.vf) = %{tl_version} +Provides: tex(udgj76.vf) = %{tl_version} +Provides: tex(udgj77.vf) = %{tl_version} +Provides: tex(udgj78.vf) = %{tl_version} +Provides: tex(udgj79.vf) = %{tl_version} +Provides: tex(udgj7a.vf) = %{tl_version} +Provides: tex(udgj7b.vf) = %{tl_version} +Provides: tex(udgj7c.vf) = %{tl_version} +Provides: tex(udgj7d.vf) = %{tl_version} +Provides: tex(udgj7e.vf) = %{tl_version} +Provides: tex(udgj7f.vf) = %{tl_version} +Provides: tex(udgj80.vf) = %{tl_version} +Provides: tex(udgj81.vf) = %{tl_version} +Provides: tex(udgj82.vf) = %{tl_version} +Provides: tex(udgj83.vf) = %{tl_version} +Provides: tex(udgj84.vf) = %{tl_version} +Provides: tex(udgj85.vf) = %{tl_version} +Provides: tex(udgj86.vf) = %{tl_version} +Provides: tex(udgj87.vf) = %{tl_version} +Provides: tex(udgj88.vf) = %{tl_version} +Provides: tex(udgj89.vf) = %{tl_version} +Provides: tex(udgj8a.vf) = %{tl_version} +Provides: tex(udgj8b.vf) = %{tl_version} +Provides: tex(udgj8c.vf) = %{tl_version} +Provides: tex(udgj8d.vf) = %{tl_version} +Provides: tex(udgj8e.vf) = %{tl_version} +Provides: tex(udgj8f.vf) = %{tl_version} +Provides: tex(udgj90.vf) = %{tl_version} +Provides: tex(udgj91.vf) = %{tl_version} +Provides: tex(udgj92.vf) = %{tl_version} +Provides: tex(udgj93.vf) = %{tl_version} +Provides: tex(udgj94.vf) = %{tl_version} +Provides: tex(udgj95.vf) = %{tl_version} +Provides: tex(udgj96.vf) = %{tl_version} +Provides: tex(udgj97.vf) = %{tl_version} +Provides: tex(udgj98.vf) = %{tl_version} +Provides: tex(udgj99.vf) = %{tl_version} +Provides: tex(udgj9a.vf) = %{tl_version} +Provides: tex(udgj9b.vf) = %{tl_version} +Provides: tex(udgj9c.vf) = %{tl_version} +Provides: tex(udgj9d.vf) = %{tl_version} +Provides: tex(udgj9e.vf) = %{tl_version} +Provides: tex(udgj9f.vf) = %{tl_version} +Provides: tex(udgjff.vf) = %{tl_version} +Provides: tex(udmj00.vf) = %{tl_version} +Provides: tex(udmj03.vf) = %{tl_version} +Provides: tex(udmj04.vf) = %{tl_version} +Provides: tex(udmj20.vf) = %{tl_version} +Provides: tex(udmj21.vf) = %{tl_version} +Provides: tex(udmj22.vf) = %{tl_version} +Provides: tex(udmj23.vf) = %{tl_version} +Provides: tex(udmj25.vf) = %{tl_version} +Provides: tex(udmj26.vf) = %{tl_version} +Provides: tex(udmj30.vf) = %{tl_version} +Provides: tex(udmj4e.vf) = %{tl_version} +Provides: tex(udmj4f.vf) = %{tl_version} +Provides: tex(udmj50.vf) = %{tl_version} +Provides: tex(udmj51.vf) = %{tl_version} +Provides: tex(udmj52.vf) = %{tl_version} +Provides: tex(udmj53.vf) = %{tl_version} +Provides: tex(udmj54.vf) = %{tl_version} +Provides: tex(udmj55.vf) = %{tl_version} +Provides: tex(udmj56.vf) = %{tl_version} +Provides: tex(udmj57.vf) = %{tl_version} +Provides: tex(udmj58.vf) = %{tl_version} +Provides: tex(udmj59.vf) = %{tl_version} +Provides: tex(udmj5a.vf) = %{tl_version} +Provides: tex(udmj5b.vf) = %{tl_version} +Provides: tex(udmj5c.vf) = %{tl_version} +Provides: tex(udmj5d.vf) = %{tl_version} +Provides: tex(udmj5e.vf) = %{tl_version} +Provides: tex(udmj5f.vf) = %{tl_version} +Provides: tex(udmj60.vf) = %{tl_version} +Provides: tex(udmj61.vf) = %{tl_version} +Provides: tex(udmj62.vf) = %{tl_version} +Provides: tex(udmj63.vf) = %{tl_version} +Provides: tex(udmj64.vf) = %{tl_version} +Provides: tex(udmj65.vf) = %{tl_version} +Provides: tex(udmj66.vf) = %{tl_version} +Provides: tex(udmj67.vf) = %{tl_version} +Provides: tex(udmj68.vf) = %{tl_version} +Provides: tex(udmj69.vf) = %{tl_version} +Provides: tex(udmj6a.vf) = %{tl_version} +Provides: tex(udmj6b.vf) = %{tl_version} +Provides: tex(udmj6c.vf) = %{tl_version} +Provides: tex(udmj6d.vf) = %{tl_version} +Provides: tex(udmj6e.vf) = %{tl_version} +Provides: tex(udmj6f.vf) = %{tl_version} +Provides: tex(udmj70.vf) = %{tl_version} +Provides: tex(udmj71.vf) = %{tl_version} +Provides: tex(udmj72.vf) = %{tl_version} +Provides: tex(udmj73.vf) = %{tl_version} +Provides: tex(udmj74.vf) = %{tl_version} +Provides: tex(udmj75.vf) = %{tl_version} +Provides: tex(udmj76.vf) = %{tl_version} +Provides: tex(udmj77.vf) = %{tl_version} +Provides: tex(udmj78.vf) = %{tl_version} +Provides: tex(udmj79.vf) = %{tl_version} +Provides: tex(udmj7a.vf) = %{tl_version} +Provides: tex(udmj7b.vf) = %{tl_version} +Provides: tex(udmj7c.vf) = %{tl_version} +Provides: tex(udmj7d.vf) = %{tl_version} +Provides: tex(udmj7e.vf) = %{tl_version} +Provides: tex(udmj7f.vf) = %{tl_version} +Provides: tex(udmj80.vf) = %{tl_version} +Provides: tex(udmj81.vf) = %{tl_version} +Provides: tex(udmj82.vf) = %{tl_version} +Provides: tex(udmj83.vf) = %{tl_version} +Provides: tex(udmj84.vf) = %{tl_version} +Provides: tex(udmj85.vf) = %{tl_version} +Provides: tex(udmj86.vf) = %{tl_version} +Provides: tex(udmj87.vf) = %{tl_version} +Provides: tex(udmj88.vf) = %{tl_version} +Provides: tex(udmj89.vf) = %{tl_version} +Provides: tex(udmj8a.vf) = %{tl_version} +Provides: tex(udmj8b.vf) = %{tl_version} +Provides: tex(udmj8c.vf) = %{tl_version} +Provides: tex(udmj8d.vf) = %{tl_version} +Provides: tex(udmj8e.vf) = %{tl_version} +Provides: tex(udmj8f.vf) = %{tl_version} +Provides: tex(udmj90.vf) = %{tl_version} +Provides: tex(udmj91.vf) = %{tl_version} +Provides: tex(udmj92.vf) = %{tl_version} +Provides: tex(udmj93.vf) = %{tl_version} +Provides: tex(udmj94.vf) = %{tl_version} +Provides: tex(udmj95.vf) = %{tl_version} +Provides: tex(udmj96.vf) = %{tl_version} +Provides: tex(udmj97.vf) = %{tl_version} +Provides: tex(udmj98.vf) = %{tl_version} +Provides: tex(udmj99.vf) = %{tl_version} +Provides: tex(udmj9a.vf) = %{tl_version} +Provides: tex(udmj9b.vf) = %{tl_version} +Provides: tex(udmj9c.vf) = %{tl_version} +Provides: tex(udmj9d.vf) = %{tl_version} +Provides: tex(udmj9e.vf) = %{tl_version} +Provides: tex(udmj9f.vf) = %{tl_version} +Provides: tex(udmjff.vf) = %{tl_version} +Provides: tex(umcj00.vf) = %{tl_version} +Provides: tex(umcj03.vf) = %{tl_version} +Provides: tex(umcj04.vf) = %{tl_version} +Provides: tex(umcj20.vf) = %{tl_version} +Provides: tex(umcj21.vf) = %{tl_version} +Provides: tex(umcj22.vf) = %{tl_version} +Provides: tex(umcj23.vf) = %{tl_version} +Provides: tex(umcj25.vf) = %{tl_version} +Provides: tex(umcj26.vf) = %{tl_version} +Provides: tex(umcj30.vf) = %{tl_version} +Provides: tex(umcj4e.vf) = %{tl_version} +Provides: tex(umcj4f.vf) = %{tl_version} +Provides: tex(umcj50.vf) = %{tl_version} +Provides: tex(umcj51.vf) = %{tl_version} +Provides: tex(umcj52.vf) = %{tl_version} +Provides: tex(umcj53.vf) = %{tl_version} +Provides: tex(umcj54.vf) = %{tl_version} +Provides: tex(umcj55.vf) = %{tl_version} +Provides: tex(umcj56.vf) = %{tl_version} +Provides: tex(umcj57.vf) = %{tl_version} +Provides: tex(umcj58.vf) = %{tl_version} +Provides: tex(umcj59.vf) = %{tl_version} +Provides: tex(umcj5a.vf) = %{tl_version} +Provides: tex(umcj5b.vf) = %{tl_version} +Provides: tex(umcj5c.vf) = %{tl_version} +Provides: tex(umcj5d.vf) = %{tl_version} +Provides: tex(umcj5e.vf) = %{tl_version} +Provides: tex(umcj5f.vf) = %{tl_version} +Provides: tex(umcj60.vf) = %{tl_version} +Provides: tex(umcj61.vf) = %{tl_version} +Provides: tex(umcj62.vf) = %{tl_version} +Provides: tex(umcj63.vf) = %{tl_version} +Provides: tex(umcj64.vf) = %{tl_version} +Provides: tex(umcj65.vf) = %{tl_version} +Provides: tex(umcj66.vf) = %{tl_version} +Provides: tex(umcj67.vf) = %{tl_version} +Provides: tex(umcj68.vf) = %{tl_version} +Provides: tex(umcj69.vf) = %{tl_version} +Provides: tex(umcj6a.vf) = %{tl_version} +Provides: tex(umcj6b.vf) = %{tl_version} +Provides: tex(umcj6c.vf) = %{tl_version} +Provides: tex(umcj6d.vf) = %{tl_version} +Provides: tex(umcj6e.vf) = %{tl_version} +Provides: tex(umcj6f.vf) = %{tl_version} +Provides: tex(umcj70.vf) = %{tl_version} +Provides: tex(umcj71.vf) = %{tl_version} +Provides: tex(umcj72.vf) = %{tl_version} +Provides: tex(umcj73.vf) = %{tl_version} +Provides: tex(umcj74.vf) = %{tl_version} +Provides: tex(umcj75.vf) = %{tl_version} +Provides: tex(umcj76.vf) = %{tl_version} +Provides: tex(umcj77.vf) = %{tl_version} +Provides: tex(umcj78.vf) = %{tl_version} +Provides: tex(umcj79.vf) = %{tl_version} +Provides: tex(umcj7a.vf) = %{tl_version} +Provides: tex(umcj7b.vf) = %{tl_version} +Provides: tex(umcj7c.vf) = %{tl_version} +Provides: tex(umcj7d.vf) = %{tl_version} +Provides: tex(umcj7e.vf) = %{tl_version} +Provides: tex(umcj7f.vf) = %{tl_version} +Provides: tex(umcj80.vf) = %{tl_version} +Provides: tex(umcj81.vf) = %{tl_version} +Provides: tex(umcj82.vf) = %{tl_version} +Provides: tex(umcj83.vf) = %{tl_version} +Provides: tex(umcj84.vf) = %{tl_version} +Provides: tex(umcj85.vf) = %{tl_version} +Provides: tex(umcj86.vf) = %{tl_version} +Provides: tex(umcj87.vf) = %{tl_version} +Provides: tex(umcj88.vf) = %{tl_version} +Provides: tex(umcj89.vf) = %{tl_version} +Provides: tex(umcj8a.vf) = %{tl_version} +Provides: tex(umcj8b.vf) = %{tl_version} +Provides: tex(umcj8c.vf) = %{tl_version} +Provides: tex(umcj8d.vf) = %{tl_version} +Provides: tex(umcj8e.vf) = %{tl_version} +Provides: tex(umcj8f.vf) = %{tl_version} +Provides: tex(umcj90.vf) = %{tl_version} +Provides: tex(umcj91.vf) = %{tl_version} +Provides: tex(umcj92.vf) = %{tl_version} +Provides: tex(umcj93.vf) = %{tl_version} +Provides: tex(umcj94.vf) = %{tl_version} +Provides: tex(umcj95.vf) = %{tl_version} +Provides: tex(umcj96.vf) = %{tl_version} +Provides: tex(umcj97.vf) = %{tl_version} +Provides: tex(umcj98.vf) = %{tl_version} +Provides: tex(umcj99.vf) = %{tl_version} +Provides: tex(umcj9a.vf) = %{tl_version} +Provides: tex(umcj9b.vf) = %{tl_version} +Provides: tex(umcj9c.vf) = %{tl_version} +Provides: tex(umcj9d.vf) = %{tl_version} +Provides: tex(umcj9e.vf) = %{tl_version} +Provides: tex(umcj9f.vf) = %{tl_version} +Provides: tex(umcjff.vf) = %{tl_version} +Provides: tex(umrj00.vf) = %{tl_version} +Provides: tex(umrj03.vf) = %{tl_version} +Provides: tex(umrj04.vf) = %{tl_version} +Provides: tex(umrj20.vf) = %{tl_version} +Provides: tex(umrj21.vf) = %{tl_version} +Provides: tex(umrj22.vf) = %{tl_version} +Provides: tex(umrj23.vf) = %{tl_version} +Provides: tex(umrj25.vf) = %{tl_version} +Provides: tex(umrj26.vf) = %{tl_version} +Provides: tex(umrj30.vf) = %{tl_version} +Provides: tex(umrj4e.vf) = %{tl_version} +Provides: tex(umrj4f.vf) = %{tl_version} +Provides: tex(umrj50.vf) = %{tl_version} +Provides: tex(umrj51.vf) = %{tl_version} +Provides: tex(umrj52.vf) = %{tl_version} +Provides: tex(umrj53.vf) = %{tl_version} +Provides: tex(umrj54.vf) = %{tl_version} +Provides: tex(umrj55.vf) = %{tl_version} +Provides: tex(umrj56.vf) = %{tl_version} +Provides: tex(umrj57.vf) = %{tl_version} +Provides: tex(umrj58.vf) = %{tl_version} +Provides: tex(umrj59.vf) = %{tl_version} +Provides: tex(umrj5a.vf) = %{tl_version} +Provides: tex(umrj5b.vf) = %{tl_version} +Provides: tex(umrj5c.vf) = %{tl_version} +Provides: tex(umrj5d.vf) = %{tl_version} +Provides: tex(umrj5e.vf) = %{tl_version} +Provides: tex(umrj5f.vf) = %{tl_version} +Provides: tex(umrj60.vf) = %{tl_version} +Provides: tex(umrj61.vf) = %{tl_version} +Provides: tex(umrj62.vf) = %{tl_version} +Provides: tex(umrj63.vf) = %{tl_version} +Provides: tex(umrj64.vf) = %{tl_version} +Provides: tex(umrj65.vf) = %{tl_version} +Provides: tex(umrj66.vf) = %{tl_version} +Provides: tex(umrj67.vf) = %{tl_version} +Provides: tex(umrj68.vf) = %{tl_version} +Provides: tex(umrj69.vf) = %{tl_version} +Provides: tex(umrj6a.vf) = %{tl_version} +Provides: tex(umrj6b.vf) = %{tl_version} +Provides: tex(umrj6c.vf) = %{tl_version} +Provides: tex(umrj6d.vf) = %{tl_version} +Provides: tex(umrj6e.vf) = %{tl_version} +Provides: tex(umrj6f.vf) = %{tl_version} +Provides: tex(umrj70.vf) = %{tl_version} +Provides: tex(umrj71.vf) = %{tl_version} +Provides: tex(umrj72.vf) = %{tl_version} +Provides: tex(umrj73.vf) = %{tl_version} +Provides: tex(umrj74.vf) = %{tl_version} +Provides: tex(umrj75.vf) = %{tl_version} +Provides: tex(umrj76.vf) = %{tl_version} +Provides: tex(umrj77.vf) = %{tl_version} +Provides: tex(umrj78.vf) = %{tl_version} +Provides: tex(umrj79.vf) = %{tl_version} +Provides: tex(umrj7a.vf) = %{tl_version} +Provides: tex(umrj7b.vf) = %{tl_version} +Provides: tex(umrj7c.vf) = %{tl_version} +Provides: tex(umrj7d.vf) = %{tl_version} +Provides: tex(umrj7e.vf) = %{tl_version} +Provides: tex(umrj7f.vf) = %{tl_version} +Provides: tex(umrj80.vf) = %{tl_version} +Provides: tex(umrj81.vf) = %{tl_version} +Provides: tex(umrj82.vf) = %{tl_version} +Provides: tex(umrj83.vf) = %{tl_version} +Provides: tex(umrj84.vf) = %{tl_version} +Provides: tex(umrj85.vf) = %{tl_version} +Provides: tex(umrj86.vf) = %{tl_version} +Provides: tex(umrj87.vf) = %{tl_version} +Provides: tex(umrj88.vf) = %{tl_version} +Provides: tex(umrj89.vf) = %{tl_version} +Provides: tex(umrj8a.vf) = %{tl_version} +Provides: tex(umrj8b.vf) = %{tl_version} +Provides: tex(umrj8c.vf) = %{tl_version} +Provides: tex(umrj8d.vf) = %{tl_version} +Provides: tex(umrj8e.vf) = %{tl_version} +Provides: tex(umrj8f.vf) = %{tl_version} +Provides: tex(umrj90.vf) = %{tl_version} +Provides: tex(umrj91.vf) = %{tl_version} +Provides: tex(umrj92.vf) = %{tl_version} +Provides: tex(umrj93.vf) = %{tl_version} +Provides: tex(umrj94.vf) = %{tl_version} +Provides: tex(umrj95.vf) = %{tl_version} +Provides: tex(umrj96.vf) = %{tl_version} +Provides: tex(umrj97.vf) = %{tl_version} +Provides: tex(umrj98.vf) = %{tl_version} +Provides: tex(umrj99.vf) = %{tl_version} +Provides: tex(umrj9a.vf) = %{tl_version} +Provides: tex(umrj9b.vf) = %{tl_version} +Provides: tex(umrj9c.vf) = %{tl_version} +Provides: tex(umrj9d.vf) = %{tl_version} +Provides: tex(umrj9e.vf) = %{tl_version} +Provides: tex(umrj9f.vf) = %{tl_version} +Provides: tex(umrjff.vf) = %{tl_version} + +%description wadalab +These are font bundles for the Japanese Wadalab fonts which +work with the CJK package. All subfonts now have glyph names +compliant to the Adobe Glyph List, making ToUnicode CMaps in +PDF documents (created automatically by dvipdfmx) work +correctly. All font bundles now contain virtual Unicode +subfonts. + +date: 2011-05-21 13:20:15 +0200 + +%post wadalab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map dgj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dgj.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map dmj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dmj.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mc2j.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mc2j.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mcj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mcj.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mr2j.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mr2j.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mrj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mrj.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun wadalab +if [ $1 == 0 ] ; then +sed -i '/^Map dgj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map dmj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mc2j.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mcj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mr2j.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mrj.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans wadalab +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wadalab-doc +Summary: Documentation for wadalab +Version: svn22576.0 +Release: %{tl_noarch_release} +Provides: tex-wadalab-doc +BuildArch: noarch +AutoReqProv: No + +%description wadalab-doc +Documentation for wadalab + +%package cjkutils +Provides: tex-cjkutils = %{tl_version} +License: LPPL +Summary: cjkutils package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-cjkutils-bin +Provides: tex(b5ka12.cfg) = %{tl_version} +Provides: tex(b5kr12.cfg) = %{tl_version} +Provides: tex(b5so12.cfg) = %{tl_version} +Provides: tex(c1so12.cfg) = %{tl_version} +Provides: tex(c2so12.cfg) = %{tl_version} +Provides: tex(c3so12.cfg) = %{tl_version} +Provides: tex(c4so12.cfg) = %{tl_version} +Provides: tex(c5so12.cfg) = %{tl_version} +Provides: tex(c6so12.cfg) = %{tl_version} +Provides: tex(c7so12.cfg) = %{tl_version} +Provides: tex(csso12.cfg) = %{tl_version} +Provides: tex(gsfs14.cfg) = %{tl_version} +Provides: tex(j2so12.cfg) = %{tl_version} +Provides: tex(jsso12.cfg) = %{tl_version} +Provides: tex(ksso17.cfg) = %{tl_version} + +%description cjkutils +cjkutils package + +%post cjkutils +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cjkutils +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjkutils +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cjkutils-doc +Summary: Documentation for cjkutils +Version: svn29764.0 +Release: %{tl_noarch_release} +Provides: tex-cjkutils-doc +BuildArch: noarch +AutoReqProv: No + +%description cjkutils-doc +Documentation for cjkutils + +%package cjkutils-bin +Summary: Binaries for cjkutils +Version: svn30088.0 +Requires: texlive-base +Requires: tex-cjkutils +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description cjkutils-bin +Binaries for cjkutils + +%package classics +Provides: tex-classics = %{tl_version} +License: LPPL 1.3 +Summary: Cite classic works +Version: svn29018.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Provides: tex(classics.sty) = %{tl_version} + +%description classics +The package provides a basic framework to cite classic works +(specially from authors such as Homer, Plato, Aristotle, +Descartes, Hume, and Kant) in accordance with traditional +pagination systems. It may be used in conjunction with other +citation packages. + +date: 2013-02-04 00:32:07 +0100 + +%post classics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun classics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans classics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package classics-doc +Summary: Documentation for classics +Version: svn29018.0.1 +Release: %{tl_noarch_release} +Provides: tex-classics-doc +BuildArch: noarch +AutoReqProv: No + +%description classics-doc +Documentation for classics + +%package classicthesis +Provides: tex-classicthesis = %{tl_version} +License: GPL+ +Summary: A "classically styled" thesis package +Version: svn27416.4.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(listings.sty) +Requires: tex(ifpdf.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifxetex.sty) +Requires: tex(xcolor.sty) +Requires: tex(mathpazo.sty) +Requires: tex(beramono.sty) +Requires: tex(eulervm.sty) +Requires: tex(microtype.sty) +Requires: tex(typearea.sty) +Requires: tex(booktabs.sty) +Requires: tex(textcase.sty) +Requires: tex(soul.sty) +Requires: tex(scrpage2.sty) +Requires: tex(titlesec.sty) +Requires: tex(tocloft.sty) +Requires: tex(footmisc.sty) +Requires: tex(scrtime.sty) +Requires: tex(prelim2e.sty) +Requires: tex(remreset.sty) +Provides: tex(classicthesis.sty) = %{tl_version} + +%description classicthesis +The classicthesis package provides an elegant layout designed +in homage to Bringhurst's "The Elements of Typographic Style". +It makes use of a range of techniques to get the best results +achievable using TeX. Included in the bundle are templates to +make thesis writing easier. + +date: 2012-08-15 13:45:23 +0200 + +%post classicthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun classicthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans classicthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package classicthesis-doc +Summary: Documentation for classicthesis +Version: svn27416.4.1 +Release: %{tl_noarch_release} +Provides: tex-classicthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description classicthesis-doc +Documentation for classicthesis + +%package clefval +Provides: tex-clefval = %{tl_version} +License: LPPL +Summary: Key/value support with a hash +Version: svn16549.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(clefval.sty) = %{tl_version} + +%description clefval +This package provides only two macros viz. \TheKey and +\TheValue to define then use pairs of key/value and gives a +semblance of a hash. Syntax: \TheKey{key}{value} to define the +value associated to the key, does not produce text; +\TheValue{key} to return the value linked to the key. Both +arguments of \TheKey are 'moving' as LaTeX defines the term and +we have sometimes to protect them. + +date: 2006-12-07 15:13:33 +0100 + +%post clefval +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun clefval +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clefval +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package clefval-doc +Summary: Documentation for clefval +Version: svn16549.0 +Release: %{tl_noarch_release} +Provides: tex-clefval-doc +BuildArch: noarch +AutoReqProv: No + +%description clefval-doc +Documentation for clefval + +%package cleveref +Provides: tex-cleveref = %{tl_version} +License: LPPL +Summary: Intelligent cross-referencing +Version: svn29503.0.18.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cleveref.sty) = %{tl_version} + +%description cleveref +The package enhances LaTeX's cross-referencing features, +allowing the format of references to be determined +automatically according to the type of reference. The formats +used may be customised in the preamble of a document; babel +support is available (though the choice of languages remains +limited: currently Danish, Dutch, English, French, German, +Italian, Norwegian, Russian, Spanish and Ukranian). The package +also offers a means of referencing a list of references, each +formatted according to its type. In such lists, it can collapse +sequences of numerically-consecutive labels to a reference +range. + +date: 2013-03-24 16:33:18 +0100 + +%post cleveref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cleveref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cleveref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cleveref-doc +Summary: Documentation for cleveref +Version: svn29503.0.18.9 +Release: %{tl_noarch_release} +Provides: tex-cleveref-doc +BuildArch: noarch +AutoReqProv: No + +%description cleveref-doc +Documentation for cleveref + +%package clipboard +Provides: tex-clipboard = %{tl_version} +License: LPPL 1.3 +Summary: Copy and paste into and across documents +Version: svn28876.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(clipboard.sty) = %{tl_version} + +%description clipboard +The clipboard package provides a basic framework for copying +and pasting text and commands into and across multiple +documents. It replaces the copypaste package. + +date: 2013-01-19 09:54:49 +0100 + +%post clipboard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun clipboard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clipboard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package clipboard-doc +Summary: Documentation for clipboard +Version: svn28876.0.2 +Release: %{tl_noarch_release} +Provides: tex-clipboard-doc +BuildArch: noarch +AutoReqProv: No + +%description clipboard-doc +Documentation for clipboard + +%package clock +Provides: tex-clock = %{tl_version} +License: GPL+ +Summary: Graphical and textual clocks for TeX and LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(clock.tfm) = %{tl_version} +Provides: tex(clock.sty) = %{tl_version} +Provides: tex(clock.tex) = %{tl_version} + +%description clock +Features graphical clocks (with a classical 12h dial and two +hands) and text clocks (in 24h format) which can show system +time or any time the user desires. Works with both TeX and +LaTeX. The clock faces (appearances of the dial) are easily +expandable; the default uses a custom MetaFont font. + +date: 2008-04-19 23:05:28 +0200 + +%post clock +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun clock +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clock +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package clock-doc +Summary: Documentation for clock +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-clock-doc +BuildArch: noarch +AutoReqProv: No + +%description clock-doc +Documentation for clock + +%package clrscode +Provides: tex-clrscode = %{tl_version} +License: LPPL +Summary: Typesets pseudocode as in Introduction to Algorithms +Version: svn15878.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(clrscode.sty) = %{tl_version} + +%description clrscode +This package allows you to typeset pseudocode in the style of +Introduction to Algorithms, Second edition, by Cormen, +Leiserson, Rivest, and Stein. The package was written by the +authors. You use the commands the same way the package's author +did when writing the book, and your output will look just like +the pseudocode in the text. + +date: 2007-03-29 23:17:09 +0200 + +%post clrscode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun clrscode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clrscode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package clrscode-doc +Summary: Documentation for clrscode +Version: svn15878.1.7 +Release: %{tl_noarch_release} +Provides: tex-clrscode-doc +BuildArch: noarch +AutoReqProv: No + +%description clrscode-doc +Documentation for clrscode + +%package cmap +Provides: tex-cmap = %{tl_version} +License: LPPL +Summary: Make PDF files searchable and copyable +Version: svn29849.1.0h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmap.sty) = %{tl_version} + +%description cmap +The cmap package provides character map tables, which make PDF +files generated by pdfLaTeX both searchable and copy-able in +acrobat reader and other compliant PDF viewers. Encodings +supported are OT1, T1, T2A, T2B, T2C and T5, together with LAE +(Arabic), LFE (Farsi) and LGR (Greek) and a variant OT1tt for +cmtt-like fonts. The package's main limitation currently is the +inability to work with virtual fonts, because of limitations of +pdfTeX. This restriction may be resolved in a future version of +pdfTeX. + +date: 2012-11-14 17:49:35 +0100 + +%post cmap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmap-doc +Summary: Documentation for cmap +Version: svn29849.1.0h +Release: %{tl_noarch_release} +Provides: tex-cmap-doc +BuildArch: noarch +AutoReqProv: No + +%description cmap-doc +Documentation for cmap + +%package cmarrows +Provides: tex-cmarrows = %{tl_version} +License: LPPL +Summary: MetaPost arrows and braces in the Computer Modern style +Version: svn24378.v0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description cmarrows +This MetaPost package contains macros to draw arrows and braces +in the Computer Modern style. + +date: 2007-03-05 14:17:42 +0100 + +%post cmarrows +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmarrows +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmarrows +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmarrows-doc +Summary: Documentation for cmarrows +Version: svn24378.v0.9 +Release: %{tl_noarch_release} +Provides: tex-cmarrows-doc +BuildArch: noarch +AutoReqProv: No + +%description cmarrows-doc +Documentation for cmarrows + +%package cmbright +Provides: tex-cmbright = %{tl_version} +License: LPPL +Summary: Computer Modern Bright fonts +Version: svn21107.8.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmbr10.tfm) = %{tl_version} +Provides: tex(cmbr17.tfm) = %{tl_version} +Provides: tex(cmbr8.tfm) = %{tl_version} +Provides: tex(cmbr9.tfm) = %{tl_version} +Provides: tex(cmbras10.tfm) = %{tl_version} +Provides: tex(cmbras8.tfm) = %{tl_version} +Provides: tex(cmbras9.tfm) = %{tl_version} +Provides: tex(cmbrbs10.tfm) = %{tl_version} +Provides: tex(cmbrbs8.tfm) = %{tl_version} +Provides: tex(cmbrbs9.tfm) = %{tl_version} +Provides: tex(cmbrbx10.tfm) = %{tl_version} +Provides: tex(cmbrmb10.tfm) = %{tl_version} +Provides: tex(cmbrmi10.tfm) = %{tl_version} +Provides: tex(cmbrmi8.tfm) = %{tl_version} +Provides: tex(cmbrmi9.tfm) = %{tl_version} +Provides: tex(cmbrsl10.tfm) = %{tl_version} +Provides: tex(cmbrsl17.tfm) = %{tl_version} +Provides: tex(cmbrsl8.tfm) = %{tl_version} +Provides: tex(cmbrsl9.tfm) = %{tl_version} +Provides: tex(cmbrsy10.tfm) = %{tl_version} +Provides: tex(cmbrsy8.tfm) = %{tl_version} +Provides: tex(cmbrsy9.tfm) = %{tl_version} +Provides: tex(cmsltl10.tfm) = %{tl_version} +Provides: tex(cmtl10.tfm) = %{tl_version} +Provides: tex(ebbx10.tfm) = %{tl_version} +Provides: tex(ebmo10.tfm) = %{tl_version} +Provides: tex(ebmo17.tfm) = %{tl_version} +Provides: tex(ebmo8.tfm) = %{tl_version} +Provides: tex(ebmo9.tfm) = %{tl_version} +Provides: tex(ebmr10.tfm) = %{tl_version} +Provides: tex(ebmr17.tfm) = %{tl_version} +Provides: tex(ebmr8.tfm) = %{tl_version} +Provides: tex(ebmr9.tfm) = %{tl_version} +Provides: tex(ebso10.tfm) = %{tl_version} +Provides: tex(ebso17.tfm) = %{tl_version} +Provides: tex(ebso8.tfm) = %{tl_version} +Provides: tex(ebso9.tfm) = %{tl_version} +Provides: tex(ebsr10.tfm) = %{tl_version} +Provides: tex(ebsr17.tfm) = %{tl_version} +Provides: tex(ebsr8.tfm) = %{tl_version} +Provides: tex(ebsr9.tfm) = %{tl_version} +Provides: tex(ebtl10.tfm) = %{tl_version} +Provides: tex(ebto10.tfm) = %{tl_version} +Provides: tex(tbbx10.tfm) = %{tl_version} +Provides: tex(tbmo10.tfm) = %{tl_version} +Provides: tex(tbmo17.tfm) = %{tl_version} +Provides: tex(tbmo8.tfm) = %{tl_version} +Provides: tex(tbmo9.tfm) = %{tl_version} +Provides: tex(tbmr10.tfm) = %{tl_version} +Provides: tex(tbmr17.tfm) = %{tl_version} +Provides: tex(tbmr8.tfm) = %{tl_version} +Provides: tex(tbmr9.tfm) = %{tl_version} +Provides: tex(tbso10.tfm) = %{tl_version} +Provides: tex(tbso17.tfm) = %{tl_version} +Provides: tex(tbso8.tfm) = %{tl_version} +Provides: tex(tbso9.tfm) = %{tl_version} +Provides: tex(tbsr10.tfm) = %{tl_version} +Provides: tex(tbsr17.tfm) = %{tl_version} +Provides: tex(tbsr8.tfm) = %{tl_version} +Provides: tex(tbsr9.tfm) = %{tl_version} +Provides: tex(tbtl10.tfm) = %{tl_version} +Provides: tex(tbto10.tfm) = %{tl_version} +Provides: tex(cmbright.sty) = %{tl_version} +Provides: tex(omlcmbr.fd) = %{tl_version} +Provides: tex(omlcmbrm.fd) = %{tl_version} +Provides: tex(omscmbr.fd) = %{tl_version} +Provides: tex(omscmbrs.fd) = %{tl_version} +Provides: tex(ot1cmbr.fd) = %{tl_version} +Provides: tex(ot1cmtl.fd) = %{tl_version} +Provides: tex(t1cmbr.fd) = %{tl_version} +Provides: tex(t1cmtl.fd) = %{tl_version} +Provides: tex(ts1cmbr.fd) = %{tl_version} +Provides: tex(ts1cmtl.fd) = %{tl_version} + +%description cmbright +A family of sans serif fonts for TeX and LaTeX, based on Donald +Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text +fonts of various shapes as well as all the fonts necessary for +mathematical typesetting, including AMS symbols. This +collection provides all the necessary files for using the fonts +with LaTeX. A commercial-quality Adobe Type 1 version of these +fonts is available from Micropress. Free versions are +available, in the cm-super font bundle (the T1 and TS1 encoded +part of the set), and in the hfbright (the OT1 encoded part, +and the maths fonts). + +date: 2007-01-01 00:37:00 +0100 + +%post cmbright +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmbright +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmbright +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmbright-doc +Summary: Documentation for cmbright +Version: svn21107.8.1 +Release: %{tl_noarch_release} +Provides: tex-cmbright-doc +BuildArch: noarch +AutoReqProv: No + +%description cmbright-doc +Documentation for cmbright + +%package cmcyr +Provides: tex-cmcyr = %{tl_version} +License: Public Domain +Summary: Computer Modern fonts with cyrillic extensions +Version: svn16696.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cmcyr.map) = %{tl_version} +Provides: tex(cmcb10.tfm) = %{tl_version} +Provides: tex(cmcbx10.tfm) = %{tl_version} +Provides: tex(cmcbx12.tfm) = %{tl_version} +Provides: tex(cmcbx5.tfm) = %{tl_version} +Provides: tex(cmcbx6.tfm) = %{tl_version} +Provides: tex(cmcbx7.tfm) = %{tl_version} +Provides: tex(cmcbx8.tfm) = %{tl_version} +Provides: tex(cmcbx9.tfm) = %{tl_version} +Provides: tex(cmcbxsl10.tfm) = %{tl_version} +Provides: tex(cmcbxti10.tfm) = %{tl_version} +Provides: tex(cmccsc10.tfm) = %{tl_version} +Provides: tex(cmccsc8.tfm) = %{tl_version} +Provides: tex(cmccsc9.tfm) = %{tl_version} +Provides: tex(cmcinch.tfm) = %{tl_version} +Provides: tex(cmcitt10.tfm) = %{tl_version} +Provides: tex(cmcsl10.tfm) = %{tl_version} +Provides: tex(cmcsl12.tfm) = %{tl_version} +Provides: tex(cmcsl8.tfm) = %{tl_version} +Provides: tex(cmcsl9.tfm) = %{tl_version} +Provides: tex(cmcsltt10.tfm) = %{tl_version} +Provides: tex(cmcss10.tfm) = %{tl_version} +Provides: tex(cmcss12.tfm) = %{tl_version} +Provides: tex(cmcss17.tfm) = %{tl_version} +Provides: tex(cmcss8.tfm) = %{tl_version} +Provides: tex(cmcss9.tfm) = %{tl_version} +Provides: tex(cmcssbx10.tfm) = %{tl_version} +Provides: tex(cmcssdc10.tfm) = %{tl_version} +Provides: tex(cmcssi10.tfm) = %{tl_version} +Provides: tex(cmcssi12.tfm) = %{tl_version} +Provides: tex(cmcssi17.tfm) = %{tl_version} +Provides: tex(cmcssi8.tfm) = %{tl_version} +Provides: tex(cmcssi9.tfm) = %{tl_version} +Provides: tex(cmcssq8.tfm) = %{tl_version} +Provides: tex(cmcssqi8.tfm) = %{tl_version} +Provides: tex(cmcti10.tfm) = %{tl_version} +Provides: tex(cmcti12.tfm) = %{tl_version} +Provides: tex(cmcti7.tfm) = %{tl_version} +Provides: tex(cmcti8.tfm) = %{tl_version} +Provides: tex(cmcti9.tfm) = %{tl_version} +Provides: tex(cmctt10.tfm) = %{tl_version} +Provides: tex(cmctt12.tfm) = %{tl_version} +Provides: tex(cmctt8.tfm) = %{tl_version} +Provides: tex(cmctt9.tfm) = %{tl_version} +Provides: tex(cmcu10.tfm) = %{tl_version} +Provides: tex(cmcyr10.tfm) = %{tl_version} +Provides: tex(cmcyr12.tfm) = %{tl_version} +Provides: tex(cmcyr17.tfm) = %{tl_version} +Provides: tex(cmcyr5.tfm) = %{tl_version} +Provides: tex(cmcyr6.tfm) = %{tl_version} +Provides: tex(cmcyr7.tfm) = %{tl_version} +Provides: tex(cmcyr8.tfm) = %{tl_version} +Provides: tex(cmcyr9.tfm) = %{tl_version} +Provides: tex(kcmb10.tfm) = %{tl_version} +Provides: tex(kcmbx10.tfm) = %{tl_version} +Provides: tex(kcmbx12.tfm) = %{tl_version} +Provides: tex(kcmbx5.tfm) = %{tl_version} +Provides: tex(kcmbx6.tfm) = %{tl_version} +Provides: tex(kcmbx7.tfm) = %{tl_version} +Provides: tex(kcmbx8.tfm) = %{tl_version} +Provides: tex(kcmbx9.tfm) = %{tl_version} +Provides: tex(kcmbxsl10.tfm) = %{tl_version} +Provides: tex(kcmbxti10.tfm) = %{tl_version} +Provides: tex(kcmcsc10.tfm) = %{tl_version} +Provides: tex(kcmcsc8.tfm) = %{tl_version} +Provides: tex(kcmcsc9.tfm) = %{tl_version} +Provides: tex(kcminch.tfm) = %{tl_version} +Provides: tex(kcmitt10.tfm) = %{tl_version} +Provides: tex(kcmmi10.tfm) = %{tl_version} +Provides: tex(kcmmi12.tfm) = %{tl_version} +Provides: tex(kcmmi5.tfm) = %{tl_version} +Provides: tex(kcmmi6.tfm) = %{tl_version} +Provides: tex(kcmmi7.tfm) = %{tl_version} +Provides: tex(kcmmi8.tfm) = %{tl_version} +Provides: tex(kcmmi9.tfm) = %{tl_version} +Provides: tex(kcmmib10.tfm) = %{tl_version} +Provides: tex(kcmr10.tfm) = %{tl_version} +Provides: tex(kcmr12.tfm) = %{tl_version} +Provides: tex(kcmr17.tfm) = %{tl_version} +Provides: tex(kcmr5.tfm) = %{tl_version} +Provides: tex(kcmr6.tfm) = %{tl_version} +Provides: tex(kcmr7.tfm) = %{tl_version} +Provides: tex(kcmr8.tfm) = %{tl_version} +Provides: tex(kcmr9.tfm) = %{tl_version} +Provides: tex(kcmsl10.tfm) = %{tl_version} +Provides: tex(kcmsl12.tfm) = %{tl_version} +Provides: tex(kcmsl8.tfm) = %{tl_version} +Provides: tex(kcmsl9.tfm) = %{tl_version} +Provides: tex(kcmsltt10.tfm) = %{tl_version} +Provides: tex(kcmss10.tfm) = %{tl_version} +Provides: tex(kcmss12.tfm) = %{tl_version} +Provides: tex(kcmss17.tfm) = %{tl_version} +Provides: tex(kcmss8.tfm) = %{tl_version} +Provides: tex(kcmss9.tfm) = %{tl_version} +Provides: tex(kcmssbx10.tfm) = %{tl_version} +Provides: tex(kcmssdc10.tfm) = %{tl_version} +Provides: tex(kcmssi10.tfm) = %{tl_version} +Provides: tex(kcmssi12.tfm) = %{tl_version} +Provides: tex(kcmssi17.tfm) = %{tl_version} +Provides: tex(kcmssi8.tfm) = %{tl_version} +Provides: tex(kcmssi9.tfm) = %{tl_version} +Provides: tex(kcmssq8.tfm) = %{tl_version} +Provides: tex(kcmssqi8.tfm) = %{tl_version} +Provides: tex(kcmti10.tfm) = %{tl_version} +Provides: tex(kcmti12.tfm) = %{tl_version} +Provides: tex(kcmti7.tfm) = %{tl_version} +Provides: tex(kcmti8.tfm) = %{tl_version} +Provides: tex(kcmti9.tfm) = %{tl_version} +Provides: tex(kcmtt10.tfm) = %{tl_version} +Provides: tex(kcmtt12.tfm) = %{tl_version} +Provides: tex(kcmtt8.tfm) = %{tl_version} +Provides: tex(kcmtt9.tfm) = %{tl_version} +Provides: tex(kcmu10.tfm) = %{tl_version} +Provides: tex(wcmb10.tfm) = %{tl_version} +Provides: tex(wcmbx10.tfm) = %{tl_version} +Provides: tex(wcmbx12.tfm) = %{tl_version} +Provides: tex(wcmbx5.tfm) = %{tl_version} +Provides: tex(wcmbx6.tfm) = %{tl_version} +Provides: tex(wcmbx7.tfm) = %{tl_version} +Provides: tex(wcmbx8.tfm) = %{tl_version} +Provides: tex(wcmbx9.tfm) = %{tl_version} +Provides: tex(wcmbxsl10.tfm) = %{tl_version} +Provides: tex(wcmbxti10.tfm) = %{tl_version} +Provides: tex(wcmcsc10.tfm) = %{tl_version} +Provides: tex(wcmcsc8.tfm) = %{tl_version} +Provides: tex(wcmcsc9.tfm) = %{tl_version} +Provides: tex(wcminch.tfm) = %{tl_version} +Provides: tex(wcmitt10.tfm) = %{tl_version} +Provides: tex(wcmmi10.tfm) = %{tl_version} +Provides: tex(wcmmi12.tfm) = %{tl_version} +Provides: tex(wcmmi5.tfm) = %{tl_version} +Provides: tex(wcmmi6.tfm) = %{tl_version} +Provides: tex(wcmmi7.tfm) = %{tl_version} +Provides: tex(wcmmi8.tfm) = %{tl_version} +Provides: tex(wcmmi9.tfm) = %{tl_version} +Provides: tex(wcmmib10.tfm) = %{tl_version} +Provides: tex(wcmr10.tfm) = %{tl_version} +Provides: tex(wcmr12.tfm) = %{tl_version} +Provides: tex(wcmr17.tfm) = %{tl_version} +Provides: tex(wcmr5.tfm) = %{tl_version} +Provides: tex(wcmr6.tfm) = %{tl_version} +Provides: tex(wcmr7.tfm) = %{tl_version} +Provides: tex(wcmr8.tfm) = %{tl_version} +Provides: tex(wcmr9.tfm) = %{tl_version} +Provides: tex(wcmsl10.tfm) = %{tl_version} +Provides: tex(wcmsl12.tfm) = %{tl_version} +Provides: tex(wcmsl8.tfm) = %{tl_version} +Provides: tex(wcmsl9.tfm) = %{tl_version} +Provides: tex(wcmsltt10.tfm) = %{tl_version} +Provides: tex(wcmss10.tfm) = %{tl_version} +Provides: tex(wcmss12.tfm) = %{tl_version} +Provides: tex(wcmss17.tfm) = %{tl_version} +Provides: tex(wcmss8.tfm) = %{tl_version} +Provides: tex(wcmss9.tfm) = %{tl_version} +Provides: tex(wcmssbx10.tfm) = %{tl_version} +Provides: tex(wcmssdc10.tfm) = %{tl_version} +Provides: tex(wcmssi10.tfm) = %{tl_version} +Provides: tex(wcmssi12.tfm) = %{tl_version} +Provides: tex(wcmssi17.tfm) = %{tl_version} +Provides: tex(wcmssi8.tfm) = %{tl_version} +Provides: tex(wcmssi9.tfm) = %{tl_version} +Provides: tex(wcmssq8.tfm) = %{tl_version} +Provides: tex(wcmssqi8.tfm) = %{tl_version} +Provides: tex(wcmti10.tfm) = %{tl_version} +Provides: tex(wcmti12.tfm) = %{tl_version} +Provides: tex(wcmti7.tfm) = %{tl_version} +Provides: tex(wcmti8.tfm) = %{tl_version} +Provides: tex(wcmti9.tfm) = %{tl_version} +Provides: tex(wcmtt10.tfm) = %{tl_version} +Provides: tex(wcmtt12.tfm) = %{tl_version} +Provides: tex(wcmtt8.tfm) = %{tl_version} +Provides: tex(wcmtt9.tfm) = %{tl_version} +Provides: tex(wcmu10.tfm) = %{tl_version} +Provides: tex(xcmb10.tfm) = %{tl_version} +Provides: tex(xcmbx10.tfm) = %{tl_version} +Provides: tex(xcmbx12.tfm) = %{tl_version} +Provides: tex(xcmbx5.tfm) = %{tl_version} +Provides: tex(xcmbx6.tfm) = %{tl_version} +Provides: tex(xcmbx7.tfm) = %{tl_version} +Provides: tex(xcmbx8.tfm) = %{tl_version} +Provides: tex(xcmbx9.tfm) = %{tl_version} +Provides: tex(xcmbxsl10.tfm) = %{tl_version} +Provides: tex(xcmbxti10.tfm) = %{tl_version} +Provides: tex(xcmcsc10.tfm) = %{tl_version} +Provides: tex(xcmcsc8.tfm) = %{tl_version} +Provides: tex(xcmcsc9.tfm) = %{tl_version} +Provides: tex(xcminch.tfm) = %{tl_version} +Provides: tex(xcmitt10.tfm) = %{tl_version} +Provides: tex(xcmmi10.tfm) = %{tl_version} +Provides: tex(xcmmi12.tfm) = %{tl_version} +Provides: tex(xcmmi5.tfm) = %{tl_version} +Provides: tex(xcmmi6.tfm) = %{tl_version} +Provides: tex(xcmmi7.tfm) = %{tl_version} +Provides: tex(xcmmi8.tfm) = %{tl_version} +Provides: tex(xcmmi9.tfm) = %{tl_version} +Provides: tex(xcmmib10.tfm) = %{tl_version} +Provides: tex(xcmr10.tfm) = %{tl_version} +Provides: tex(xcmr12.tfm) = %{tl_version} +Provides: tex(xcmr17.tfm) = %{tl_version} +Provides: tex(xcmr5.tfm) = %{tl_version} +Provides: tex(xcmr6.tfm) = %{tl_version} +Provides: tex(xcmr7.tfm) = %{tl_version} +Provides: tex(xcmr8.tfm) = %{tl_version} +Provides: tex(xcmr9.tfm) = %{tl_version} +Provides: tex(xcmsl10.tfm) = %{tl_version} +Provides: tex(xcmsl12.tfm) = %{tl_version} +Provides: tex(xcmsl8.tfm) = %{tl_version} +Provides: tex(xcmsl9.tfm) = %{tl_version} +Provides: tex(xcmsltt10.tfm) = %{tl_version} +Provides: tex(xcmss10.tfm) = %{tl_version} +Provides: tex(xcmss12.tfm) = %{tl_version} +Provides: tex(xcmss17.tfm) = %{tl_version} +Provides: tex(xcmss8.tfm) = %{tl_version} +Provides: tex(xcmss9.tfm) = %{tl_version} +Provides: tex(xcmssbx10.tfm) = %{tl_version} +Provides: tex(xcmssdc10.tfm) = %{tl_version} +Provides: tex(xcmssi10.tfm) = %{tl_version} +Provides: tex(xcmssi12.tfm) = %{tl_version} +Provides: tex(xcmssi17.tfm) = %{tl_version} +Provides: tex(xcmssi8.tfm) = %{tl_version} +Provides: tex(xcmssi9.tfm) = %{tl_version} +Provides: tex(xcmssq8.tfm) = %{tl_version} +Provides: tex(xcmssqi8.tfm) = %{tl_version} +Provides: tex(xcmti10.tfm) = %{tl_version} +Provides: tex(xcmti12.tfm) = %{tl_version} +Provides: tex(xcmti7.tfm) = %{tl_version} +Provides: tex(xcmti8.tfm) = %{tl_version} +Provides: tex(xcmti9.tfm) = %{tl_version} +Provides: tex(xcmtt10.tfm) = %{tl_version} +Provides: tex(xcmtt12.tfm) = %{tl_version} +Provides: tex(xcmtt8.tfm) = %{tl_version} +Provides: tex(xcmtt9.tfm) = %{tl_version} +Provides: tex(xcmu10.tfm) = %{tl_version} +Provides: tex(ycmb10.tfm) = %{tl_version} +Provides: tex(ycmbx10.tfm) = %{tl_version} +Provides: tex(ycmbx12.tfm) = %{tl_version} +Provides: tex(ycmbx5.tfm) = %{tl_version} +Provides: tex(ycmbx6.tfm) = %{tl_version} +Provides: tex(ycmbx7.tfm) = %{tl_version} +Provides: tex(ycmbx8.tfm) = %{tl_version} +Provides: tex(ycmbx9.tfm) = %{tl_version} +Provides: tex(ycmbxsl10.tfm) = %{tl_version} +Provides: tex(ycmbxti10.tfm) = %{tl_version} +Provides: tex(ycmcsc10.tfm) = %{tl_version} +Provides: tex(ycmcsc8.tfm) = %{tl_version} +Provides: tex(ycmcsc9.tfm) = %{tl_version} +Provides: tex(ycminch.tfm) = %{tl_version} +Provides: tex(ycmitt10.tfm) = %{tl_version} +Provides: tex(ycmmi10.tfm) = %{tl_version} +Provides: tex(ycmmi12.tfm) = %{tl_version} +Provides: tex(ycmmi5.tfm) = %{tl_version} +Provides: tex(ycmmi6.tfm) = %{tl_version} +Provides: tex(ycmmi7.tfm) = %{tl_version} +Provides: tex(ycmmi8.tfm) = %{tl_version} +Provides: tex(ycmmi9.tfm) = %{tl_version} +Provides: tex(ycmmib10.tfm) = %{tl_version} +Provides: tex(ycmr10.tfm) = %{tl_version} +Provides: tex(ycmr12.tfm) = %{tl_version} +Provides: tex(ycmr17.tfm) = %{tl_version} +Provides: tex(ycmr5.tfm) = %{tl_version} +Provides: tex(ycmr6.tfm) = %{tl_version} +Provides: tex(ycmr7.tfm) = %{tl_version} +Provides: tex(ycmr8.tfm) = %{tl_version} +Provides: tex(ycmr9.tfm) = %{tl_version} +Provides: tex(ycmsl10.tfm) = %{tl_version} +Provides: tex(ycmsl12.tfm) = %{tl_version} +Provides: tex(ycmsl8.tfm) = %{tl_version} +Provides: tex(ycmsl9.tfm) = %{tl_version} +Provides: tex(ycmsltt10.tfm) = %{tl_version} +Provides: tex(ycmss10.tfm) = %{tl_version} +Provides: tex(ycmss12.tfm) = %{tl_version} +Provides: tex(ycmss17.tfm) = %{tl_version} +Provides: tex(ycmss8.tfm) = %{tl_version} +Provides: tex(ycmss9.tfm) = %{tl_version} +Provides: tex(ycmssbx10.tfm) = %{tl_version} +Provides: tex(ycmssdc10.tfm) = %{tl_version} +Provides: tex(ycmssi10.tfm) = %{tl_version} +Provides: tex(ycmssi12.tfm) = %{tl_version} +Provides: tex(ycmssi17.tfm) = %{tl_version} +Provides: tex(ycmssi8.tfm) = %{tl_version} +Provides: tex(ycmssi9.tfm) = %{tl_version} +Provides: tex(ycmssq8.tfm) = %{tl_version} +Provides: tex(ycmssqi8.tfm) = %{tl_version} +Provides: tex(ycmti10.tfm) = %{tl_version} +Provides: tex(ycmti12.tfm) = %{tl_version} +Provides: tex(ycmti7.tfm) = %{tl_version} +Provides: tex(ycmti8.tfm) = %{tl_version} +Provides: tex(ycmti9.tfm) = %{tl_version} +Provides: tex(ycmtt10.tfm) = %{tl_version} +Provides: tex(ycmtt12.tfm) = %{tl_version} +Provides: tex(ycmtt8.tfm) = %{tl_version} +Provides: tex(ycmtt9.tfm) = %{tl_version} +Provides: tex(ycmu10.tfm) = %{tl_version} +Provides: tex(cmcb10.pfb) = %{tl_version} +Provides: tex(cmcbx10.pfb) = %{tl_version} +Provides: tex(cmcbx12.pfb) = %{tl_version} +Provides: tex(cmcbx5.pfb) = %{tl_version} +Provides: tex(cmcbx6.pfb) = %{tl_version} +Provides: tex(cmcbx7.pfb) = %{tl_version} +Provides: tex(cmcbx8.pfb) = %{tl_version} +Provides: tex(cmcbx9.pfb) = %{tl_version} +Provides: tex(cmcbxsl1.pfb) = %{tl_version} +Provides: tex(cmcbxti1.pfb) = %{tl_version} +Provides: tex(cmccsc10.pfb) = %{tl_version} +Provides: tex(cmccsc8.pfb) = %{tl_version} +Provides: tex(cmccsc9.pfb) = %{tl_version} +Provides: tex(cmcinch7.pfb) = %{tl_version} +Provides: tex(cmcitt10.pfb) = %{tl_version} +Provides: tex(cmcsl10.pfb) = %{tl_version} +Provides: tex(cmcsl12.pfb) = %{tl_version} +Provides: tex(cmcsl8.pfb) = %{tl_version} +Provides: tex(cmcsl9.pfb) = %{tl_version} +Provides: tex(cmcsltt1.pfb) = %{tl_version} +Provides: tex(cmcss10.pfb) = %{tl_version} +Provides: tex(cmcss12.pfb) = %{tl_version} +Provides: tex(cmcss17.pfb) = %{tl_version} +Provides: tex(cmcss8.pfb) = %{tl_version} +Provides: tex(cmcss9.pfb) = %{tl_version} +Provides: tex(cmcssbx1.pfb) = %{tl_version} +Provides: tex(cmcssdc1.pfb) = %{tl_version} +Provides: tex(cmcssi10.pfb) = %{tl_version} +Provides: tex(cmcssi12.pfb) = %{tl_version} +Provides: tex(cmcssi17.pfb) = %{tl_version} +Provides: tex(cmcssi8.pfb) = %{tl_version} +Provides: tex(cmcssi9.pfb) = %{tl_version} +Provides: tex(cmcssq8.pfb) = %{tl_version} +Provides: tex(cmcssqi8.pfb) = %{tl_version} +Provides: tex(cmcti10.pfb) = %{tl_version} +Provides: tex(cmcti12.pfb) = %{tl_version} +Provides: tex(cmcti7.pfb) = %{tl_version} +Provides: tex(cmcti8.pfb) = %{tl_version} +Provides: tex(cmcti9.pfb) = %{tl_version} +Provides: tex(cmctt10.pfb) = %{tl_version} +Provides: tex(cmctt12.pfb) = %{tl_version} +Provides: tex(cmctt8.pfb) = %{tl_version} +Provides: tex(cmctt9.pfb) = %{tl_version} +Provides: tex(cmcu10.pfb) = %{tl_version} +Provides: tex(cmcyr10.pfb) = %{tl_version} +Provides: tex(cmcyr12.pfb) = %{tl_version} +Provides: tex(cmcyr17.pfb) = %{tl_version} +Provides: tex(cmcyr5.pfb) = %{tl_version} +Provides: tex(cmcyr6.pfb) = %{tl_version} +Provides: tex(cmcyr7.pfb) = %{tl_version} +Provides: tex(cmcyr8.pfb) = %{tl_version} +Provides: tex(cmcyr9.pfb) = %{tl_version} +Provides: tex(kcmb10.vf) = %{tl_version} +Provides: tex(kcmbx10.vf) = %{tl_version} +Provides: tex(kcmbx12.vf) = %{tl_version} +Provides: tex(kcmbx5.vf) = %{tl_version} +Provides: tex(kcmbx6.vf) = %{tl_version} +Provides: tex(kcmbx7.vf) = %{tl_version} +Provides: tex(kcmbx8.vf) = %{tl_version} +Provides: tex(kcmbx9.vf) = %{tl_version} +Provides: tex(kcmbxsl10.vf) = %{tl_version} +Provides: tex(kcmbxti10.vf) = %{tl_version} +Provides: tex(kcmcsc10.vf) = %{tl_version} +Provides: tex(kcmcsc8.vf) = %{tl_version} +Provides: tex(kcmcsc9.vf) = %{tl_version} +Provides: tex(kcminch.vf) = %{tl_version} +Provides: tex(kcmitt10.vf) = %{tl_version} +Provides: tex(kcmmi10.vf) = %{tl_version} +Provides: tex(kcmmi12.vf) = %{tl_version} +Provides: tex(kcmmi5.vf) = %{tl_version} +Provides: tex(kcmmi6.vf) = %{tl_version} +Provides: tex(kcmmi7.vf) = %{tl_version} +Provides: tex(kcmmi8.vf) = %{tl_version} +Provides: tex(kcmmi9.vf) = %{tl_version} +Provides: tex(kcmmib10.vf) = %{tl_version} +Provides: tex(kcmr10.vf) = %{tl_version} +Provides: tex(kcmr12.vf) = %{tl_version} +Provides: tex(kcmr17.vf) = %{tl_version} +Provides: tex(kcmr5.vf) = %{tl_version} +Provides: tex(kcmr6.vf) = %{tl_version} +Provides: tex(kcmr7.vf) = %{tl_version} +Provides: tex(kcmr8.vf) = %{tl_version} +Provides: tex(kcmr9.vf) = %{tl_version} +Provides: tex(kcmsl10.vf) = %{tl_version} +Provides: tex(kcmsl12.vf) = %{tl_version} +Provides: tex(kcmsl8.vf) = %{tl_version} +Provides: tex(kcmsl9.vf) = %{tl_version} +Provides: tex(kcmsltt10.vf) = %{tl_version} +Provides: tex(kcmss10.vf) = %{tl_version} +Provides: tex(kcmss12.vf) = %{tl_version} +Provides: tex(kcmss17.vf) = %{tl_version} +Provides: tex(kcmss8.vf) = %{tl_version} +Provides: tex(kcmss9.vf) = %{tl_version} +Provides: tex(kcmssbx10.vf) = %{tl_version} +Provides: tex(kcmssdc10.vf) = %{tl_version} +Provides: tex(kcmssi10.vf) = %{tl_version} +Provides: tex(kcmssi12.vf) = %{tl_version} +Provides: tex(kcmssi17.vf) = %{tl_version} +Provides: tex(kcmssi8.vf) = %{tl_version} +Provides: tex(kcmssi9.vf) = %{tl_version} +Provides: tex(kcmssq8.vf) = %{tl_version} +Provides: tex(kcmssqi8.vf) = %{tl_version} +Provides: tex(kcmti10.vf) = %{tl_version} +Provides: tex(kcmti12.vf) = %{tl_version} +Provides: tex(kcmti7.vf) = %{tl_version} +Provides: tex(kcmti8.vf) = %{tl_version} +Provides: tex(kcmti9.vf) = %{tl_version} +Provides: tex(kcmtt10.vf) = %{tl_version} +Provides: tex(kcmtt12.vf) = %{tl_version} +Provides: tex(kcmtt8.vf) = %{tl_version} +Provides: tex(kcmtt9.vf) = %{tl_version} +Provides: tex(kcmu10.vf) = %{tl_version} +Provides: tex(wcmb10.vf) = %{tl_version} +Provides: tex(wcmbx10.vf) = %{tl_version} +Provides: tex(wcmbx12.vf) = %{tl_version} +Provides: tex(wcmbx5.vf) = %{tl_version} +Provides: tex(wcmbx6.vf) = %{tl_version} +Provides: tex(wcmbx7.vf) = %{tl_version} +Provides: tex(wcmbx8.vf) = %{tl_version} +Provides: tex(wcmbx9.vf) = %{tl_version} +Provides: tex(wcmbxsl10.vf) = %{tl_version} +Provides: tex(wcmbxti10.vf) = %{tl_version} +Provides: tex(wcmcsc10.vf) = %{tl_version} +Provides: tex(wcmcsc8.vf) = %{tl_version} +Provides: tex(wcmcsc9.vf) = %{tl_version} +Provides: tex(wcminch.vf) = %{tl_version} +Provides: tex(wcmitt10.vf) = %{tl_version} +Provides: tex(wcmmi10.vf) = %{tl_version} +Provides: tex(wcmmi12.vf) = %{tl_version} +Provides: tex(wcmmi5.vf) = %{tl_version} +Provides: tex(wcmmi6.vf) = %{tl_version} +Provides: tex(wcmmi7.vf) = %{tl_version} +Provides: tex(wcmmi8.vf) = %{tl_version} +Provides: tex(wcmmi9.vf) = %{tl_version} +Provides: tex(wcmmib10.vf) = %{tl_version} +Provides: tex(wcmr10.vf) = %{tl_version} +Provides: tex(wcmr12.vf) = %{tl_version} +Provides: tex(wcmr17.vf) = %{tl_version} +Provides: tex(wcmr5.vf) = %{tl_version} +Provides: tex(wcmr6.vf) = %{tl_version} +Provides: tex(wcmr7.vf) = %{tl_version} +Provides: tex(wcmr8.vf) = %{tl_version} +Provides: tex(wcmr9.vf) = %{tl_version} +Provides: tex(wcmsl10.vf) = %{tl_version} +Provides: tex(wcmsl12.vf) = %{tl_version} +Provides: tex(wcmsl8.vf) = %{tl_version} +Provides: tex(wcmsl9.vf) = %{tl_version} +Provides: tex(wcmsltt10.vf) = %{tl_version} +Provides: tex(wcmss10.vf) = %{tl_version} +Provides: tex(wcmss12.vf) = %{tl_version} +Provides: tex(wcmss17.vf) = %{tl_version} +Provides: tex(wcmss8.vf) = %{tl_version} +Provides: tex(wcmss9.vf) = %{tl_version} +Provides: tex(wcmssbx10.vf) = %{tl_version} +Provides: tex(wcmssdc10.vf) = %{tl_version} +Provides: tex(wcmssi10.vf) = %{tl_version} +Provides: tex(wcmssi12.vf) = %{tl_version} +Provides: tex(wcmssi17.vf) = %{tl_version} +Provides: tex(wcmssi8.vf) = %{tl_version} +Provides: tex(wcmssi9.vf) = %{tl_version} +Provides: tex(wcmssq8.vf) = %{tl_version} +Provides: tex(wcmssqi8.vf) = %{tl_version} +Provides: tex(wcmti10.vf) = %{tl_version} +Provides: tex(wcmti12.vf) = %{tl_version} +Provides: tex(wcmti7.vf) = %{tl_version} +Provides: tex(wcmti8.vf) = %{tl_version} +Provides: tex(wcmti9.vf) = %{tl_version} +Provides: tex(wcmtt10.vf) = %{tl_version} +Provides: tex(wcmtt12.vf) = %{tl_version} +Provides: tex(wcmtt8.vf) = %{tl_version} +Provides: tex(wcmtt9.vf) = %{tl_version} +Provides: tex(wcmu10.vf) = %{tl_version} +Provides: tex(xcmb10.vf) = %{tl_version} +Provides: tex(xcmbx10.vf) = %{tl_version} +Provides: tex(xcmbx12.vf) = %{tl_version} +Provides: tex(xcmbx5.vf) = %{tl_version} +Provides: tex(xcmbx6.vf) = %{tl_version} +Provides: tex(xcmbx7.vf) = %{tl_version} +Provides: tex(xcmbx8.vf) = %{tl_version} +Provides: tex(xcmbx9.vf) = %{tl_version} +Provides: tex(xcmbxsl10.vf) = %{tl_version} +Provides: tex(xcmbxti10.vf) = %{tl_version} +Provides: tex(xcmcsc10.vf) = %{tl_version} +Provides: tex(xcmcsc8.vf) = %{tl_version} +Provides: tex(xcmcsc9.vf) = %{tl_version} +Provides: tex(xcminch.vf) = %{tl_version} +Provides: tex(xcmitt10.vf) = %{tl_version} +Provides: tex(xcmmi10.vf) = %{tl_version} +Provides: tex(xcmmi12.vf) = %{tl_version} +Provides: tex(xcmmi5.vf) = %{tl_version} +Provides: tex(xcmmi6.vf) = %{tl_version} +Provides: tex(xcmmi7.vf) = %{tl_version} +Provides: tex(xcmmi8.vf) = %{tl_version} +Provides: tex(xcmmi9.vf) = %{tl_version} +Provides: tex(xcmmib10.vf) = %{tl_version} +Provides: tex(xcmr10.vf) = %{tl_version} +Provides: tex(xcmr12.vf) = %{tl_version} +Provides: tex(xcmr17.vf) = %{tl_version} +Provides: tex(xcmr5.vf) = %{tl_version} +Provides: tex(xcmr6.vf) = %{tl_version} +Provides: tex(xcmr7.vf) = %{tl_version} +Provides: tex(xcmr8.vf) = %{tl_version} +Provides: tex(xcmr9.vf) = %{tl_version} +Provides: tex(xcmsl10.vf) = %{tl_version} +Provides: tex(xcmsl12.vf) = %{tl_version} +Provides: tex(xcmsl8.vf) = %{tl_version} +Provides: tex(xcmsl9.vf) = %{tl_version} +Provides: tex(xcmsltt10.vf) = %{tl_version} +Provides: tex(xcmss10.vf) = %{tl_version} +Provides: tex(xcmss12.vf) = %{tl_version} +Provides: tex(xcmss17.vf) = %{tl_version} +Provides: tex(xcmss8.vf) = %{tl_version} +Provides: tex(xcmss9.vf) = %{tl_version} +Provides: tex(xcmssbx10.vf) = %{tl_version} +Provides: tex(xcmssdc10.vf) = %{tl_version} +Provides: tex(xcmssi10.vf) = %{tl_version} +Provides: tex(xcmssi12.vf) = %{tl_version} +Provides: tex(xcmssi17.vf) = %{tl_version} +Provides: tex(xcmssi8.vf) = %{tl_version} +Provides: tex(xcmssi9.vf) = %{tl_version} +Provides: tex(xcmssq8.vf) = %{tl_version} +Provides: tex(xcmssqi8.vf) = %{tl_version} +Provides: tex(xcmti10.vf) = %{tl_version} +Provides: tex(xcmti12.vf) = %{tl_version} +Provides: tex(xcmti7.vf) = %{tl_version} +Provides: tex(xcmti8.vf) = %{tl_version} +Provides: tex(xcmti9.vf) = %{tl_version} +Provides: tex(xcmtt10.vf) = %{tl_version} +Provides: tex(xcmtt12.vf) = %{tl_version} +Provides: tex(xcmtt8.vf) = %{tl_version} +Provides: tex(xcmtt9.vf) = %{tl_version} +Provides: tex(xcmu10.vf) = %{tl_version} +Provides: tex(ycmb10.vf) = %{tl_version} +Provides: tex(ycmbx10.vf) = %{tl_version} +Provides: tex(ycmbx12.vf) = %{tl_version} +Provides: tex(ycmbx5.vf) = %{tl_version} +Provides: tex(ycmbx6.vf) = %{tl_version} +Provides: tex(ycmbx7.vf) = %{tl_version} +Provides: tex(ycmbx8.vf) = %{tl_version} +Provides: tex(ycmbx9.vf) = %{tl_version} +Provides: tex(ycmbxsl10.vf) = %{tl_version} +Provides: tex(ycmbxti10.vf) = %{tl_version} +Provides: tex(ycmcsc10.vf) = %{tl_version} +Provides: tex(ycmcsc8.vf) = %{tl_version} +Provides: tex(ycmcsc9.vf) = %{tl_version} +Provides: tex(ycminch.vf) = %{tl_version} +Provides: tex(ycmitt10.vf) = %{tl_version} +Provides: tex(ycmmi10.vf) = %{tl_version} +Provides: tex(ycmmi12.vf) = %{tl_version} +Provides: tex(ycmmi5.vf) = %{tl_version} +Provides: tex(ycmmi6.vf) = %{tl_version} +Provides: tex(ycmmi7.vf) = %{tl_version} +Provides: tex(ycmmi8.vf) = %{tl_version} +Provides: tex(ycmmi9.vf) = %{tl_version} +Provides: tex(ycmmib10.vf) = %{tl_version} +Provides: tex(ycmr10.vf) = %{tl_version} +Provides: tex(ycmr12.vf) = %{tl_version} +Provides: tex(ycmr17.vf) = %{tl_version} +Provides: tex(ycmr5.vf) = %{tl_version} +Provides: tex(ycmr6.vf) = %{tl_version} +Provides: tex(ycmr7.vf) = %{tl_version} +Provides: tex(ycmr8.vf) = %{tl_version} +Provides: tex(ycmr9.vf) = %{tl_version} +Provides: tex(ycmsl10.vf) = %{tl_version} +Provides: tex(ycmsl12.vf) = %{tl_version} +Provides: tex(ycmsl8.vf) = %{tl_version} +Provides: tex(ycmsl9.vf) = %{tl_version} +Provides: tex(ycmsltt10.vf) = %{tl_version} +Provides: tex(ycmss10.vf) = %{tl_version} +Provides: tex(ycmss12.vf) = %{tl_version} +Provides: tex(ycmss17.vf) = %{tl_version} +Provides: tex(ycmss8.vf) = %{tl_version} +Provides: tex(ycmss9.vf) = %{tl_version} +Provides: tex(ycmssbx10.vf) = %{tl_version} +Provides: tex(ycmssdc10.vf) = %{tl_version} +Provides: tex(ycmssi10.vf) = %{tl_version} +Provides: tex(ycmssi12.vf) = %{tl_version} +Provides: tex(ycmssi17.vf) = %{tl_version} +Provides: tex(ycmssi8.vf) = %{tl_version} +Provides: tex(ycmssi9.vf) = %{tl_version} +Provides: tex(ycmssq8.vf) = %{tl_version} +Provides: tex(ycmssqi8.vf) = %{tl_version} +Provides: tex(ycmti10.vf) = %{tl_version} +Provides: tex(ycmti12.vf) = %{tl_version} +Provides: tex(ycmti7.vf) = %{tl_version} +Provides: tex(ycmti8.vf) = %{tl_version} +Provides: tex(ycmti9.vf) = %{tl_version} +Provides: tex(ycmtt10.vf) = %{tl_version} +Provides: tex(ycmtt12.vf) = %{tl_version} +Provides: tex(ycmtt8.vf) = %{tl_version} +Provides: tex(ycmtt9.vf) = %{tl_version} +Provides: tex(ycmu10.vf) = %{tl_version} + +%description cmcyr +These are the Computer Modern fonts extended with Russian +letters, in MetaFont sources and ATM Compatible Type 1 format. +The fonts are provided in KOI-7, but virtual fonts are +available to recode them to three other Russian 8-bit +encodings. + +date: 2007-09-16 18:06:50 +0200 + +%post cmcyr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cmcyr.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cmcyr.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cmcyr +if [ $1 == 0 ] ; then +sed -i '/^Map cmcyr.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cmcyr +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmcyr-doc +Summary: Documentation for cmcyr +Version: svn16696.0 +Release: %{tl_noarch_release} +Provides: tex-cmcyr-doc +BuildArch: noarch +AutoReqProv: No + +%description cmcyr-doc +Documentation for cmcyr + +%package cmdstring +Provides: tex-cmdstring = %{tl_version} +License: LPPL +Summary: Get command name reliably +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmdstring.sty) = %{tl_version} + +%description cmdstring +Extracts the letters of a command's name (e.g., foo for command +\foo), in a reliable way. + +date: 2008-08-18 10:38:42 +0200 + +%post cmdstring +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmdstring +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmdstring +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmdstring-doc +Summary: Documentation for cmdstring +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-cmdstring-doc +BuildArch: noarch +AutoReqProv: No + +%description cmdstring-doc +Documentation for cmdstring + +%package cmextra +Provides: tex-cmextra = %{tl_version} +License: LPPL +Summary: cmextra package +Version: svn14075.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmbxcd10.tfm) = %{tl_version} +Provides: tex(cmbxti12.tfm) = %{tl_version} +Provides: tex(cmbxti7.tfm) = %{tl_version} +Provides: tex(cmcscsl10.tfm) = %{tl_version} +Provides: tex(cmfibs8.tfm) = %{tl_version} +Provides: tex(cmitt12.tfm) = %{tl_version} +Provides: tex(cmitt9.tfm) = %{tl_version} +Provides: tex(cmsl6.tfm) = %{tl_version} +Provides: tex(cmsltt9.tfm) = %{tl_version} +Provides: tex(cmssbxo10.tfm) = %{tl_version} +Provides: tex(cmsslu30.tfm) = %{tl_version} +Provides: tex(cmssu30.tfm) = %{tl_version} +Provides: tex(cmvtti10.tfm) = %{tl_version} + +%description cmextra +cmextra package + +%post cmextra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmextra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmextra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cm-lgc +Provides: tex-cm-lgc = %{tl_version} +License: GPL+ +Summary: Type 1 CM-based fonts for Latin, Greek and Cyrillic +Version: svn28250.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(8r-mod.enc) = %{tl_version} +Provides: tex(cm-lgc.map) = %{tl_version} +Provides: tex(fcmb6a.tfm) = %{tl_version} +Provides: tex(fcmb6y.tfm) = %{tl_version} +Provides: tex(fcmb6z.tfm) = %{tl_version} +Provides: tex(fcmb7k.tfm) = %{tl_version} +Provides: tex(fcmb7t.tfm) = %{tl_version} +Provides: tex(fcmb8a.tfm) = %{tl_version} +Provides: tex(fcmb8c.tfm) = %{tl_version} +Provides: tex(fcmb8r.tfm) = %{tl_version} +Provides: tex(fcmb8t.tfm) = %{tl_version} +Provides: tex(fcmbc6a.tfm) = %{tl_version} +Provides: tex(fcmbc6y.tfm) = %{tl_version} +Provides: tex(fcmbc6z.tfm) = %{tl_version} +Provides: tex(fcmbc7k.tfm) = %{tl_version} +Provides: tex(fcmbc7t.tfm) = %{tl_version} +Provides: tex(fcmbc8a.tfm) = %{tl_version} +Provides: tex(fcmbc8r.tfm) = %{tl_version} +Provides: tex(fcmbc8t.tfm) = %{tl_version} +Provides: tex(fcmbcce.tfm) = %{tl_version} +Provides: tex(fcmbce.tfm) = %{tl_version} +Provides: tex(fcmbcgr.tfm) = %{tl_version} +Provides: tex(fcmbcpg.tfm) = %{tl_version} +Provides: tex(fcmbgr.tfm) = %{tl_version} +Provides: tex(fcmbi6a.tfm) = %{tl_version} +Provides: tex(fcmbi6y.tfm) = %{tl_version} +Provides: tex(fcmbi6z.tfm) = %{tl_version} +Provides: tex(fcmbi7k.tfm) = %{tl_version} +Provides: tex(fcmbi7t.tfm) = %{tl_version} +Provides: tex(fcmbi8a.tfm) = %{tl_version} +Provides: tex(fcmbi8c.tfm) = %{tl_version} +Provides: tex(fcmbi8r.tfm) = %{tl_version} +Provides: tex(fcmbi8t.tfm) = %{tl_version} +Provides: tex(fcmbice.tfm) = %{tl_version} +Provides: tex(fcmbigr.tfm) = %{tl_version} +Provides: tex(fcmbij8a.tfm) = %{tl_version} +Provides: tex(fcmbij8r.tfm) = %{tl_version} +Provides: tex(fcmbipg.tfm) = %{tl_version} +Provides: tex(fcmbo6a.tfm) = %{tl_version} +Provides: tex(fcmbo6y.tfm) = %{tl_version} +Provides: tex(fcmbo6z.tfm) = %{tl_version} +Provides: tex(fcmbo7k.tfm) = %{tl_version} +Provides: tex(fcmbo7t.tfm) = %{tl_version} +Provides: tex(fcmbo8c.tfm) = %{tl_version} +Provides: tex(fcmbo8r.tfm) = %{tl_version} +Provides: tex(fcmbo8t.tfm) = %{tl_version} +Provides: tex(fcmboc8r.tfm) = %{tl_version} +Provides: tex(fcmboce.tfm) = %{tl_version} +Provides: tex(fcmbogr.tfm) = %{tl_version} +Provides: tex(fcmbopg.tfm) = %{tl_version} +Provides: tex(fcmbpg.tfm) = %{tl_version} +Provides: tex(fcmbu6a.tfm) = %{tl_version} +Provides: tex(fcmbu6y.tfm) = %{tl_version} +Provides: tex(fcmbu6z.tfm) = %{tl_version} +Provides: tex(fcmbu7k.tfm) = %{tl_version} +Provides: tex(fcmbu7t.tfm) = %{tl_version} +Provides: tex(fcmbu8c.tfm) = %{tl_version} +Provides: tex(fcmbu8r.tfm) = %{tl_version} +Provides: tex(fcmbu8t.tfm) = %{tl_version} +Provides: tex(fcmbuce.tfm) = %{tl_version} +Provides: tex(fcmbugr.tfm) = %{tl_version} +Provides: tex(fcmbuj8r.tfm) = %{tl_version} +Provides: tex(fcmbupg.tfm) = %{tl_version} +Provides: tex(fcmr6a.tfm) = %{tl_version} +Provides: tex(fcmr6y.tfm) = %{tl_version} +Provides: tex(fcmr6z.tfm) = %{tl_version} +Provides: tex(fcmr7k.tfm) = %{tl_version} +Provides: tex(fcmr7t.tfm) = %{tl_version} +Provides: tex(fcmr8a.tfm) = %{tl_version} +Provides: tex(fcmr8c.tfm) = %{tl_version} +Provides: tex(fcmr8r.tfm) = %{tl_version} +Provides: tex(fcmr8t.tfm) = %{tl_version} +Provides: tex(fcmrc6a.tfm) = %{tl_version} +Provides: tex(fcmrc6y.tfm) = %{tl_version} +Provides: tex(fcmrc6z.tfm) = %{tl_version} +Provides: tex(fcmrc7k.tfm) = %{tl_version} +Provides: tex(fcmrc7t.tfm) = %{tl_version} +Provides: tex(fcmrc8a.tfm) = %{tl_version} +Provides: tex(fcmrc8r.tfm) = %{tl_version} +Provides: tex(fcmrc8t.tfm) = %{tl_version} +Provides: tex(fcmrcce.tfm) = %{tl_version} +Provides: tex(fcmrce.tfm) = %{tl_version} +Provides: tex(fcmrcgr.tfm) = %{tl_version} +Provides: tex(fcmrcpg.tfm) = %{tl_version} +Provides: tex(fcmrgr.tfm) = %{tl_version} +Provides: tex(fcmri6a.tfm) = %{tl_version} +Provides: tex(fcmri6y.tfm) = %{tl_version} +Provides: tex(fcmri6z.tfm) = %{tl_version} +Provides: tex(fcmri7k.tfm) = %{tl_version} +Provides: tex(fcmri7t.tfm) = %{tl_version} +Provides: tex(fcmri8a.tfm) = %{tl_version} +Provides: tex(fcmri8c.tfm) = %{tl_version} +Provides: tex(fcmri8r.tfm) = %{tl_version} +Provides: tex(fcmri8t.tfm) = %{tl_version} +Provides: tex(fcmrice.tfm) = %{tl_version} +Provides: tex(fcmrigr.tfm) = %{tl_version} +Provides: tex(fcmrij8a.tfm) = %{tl_version} +Provides: tex(fcmrij8r.tfm) = %{tl_version} +Provides: tex(fcmripg.tfm) = %{tl_version} +Provides: tex(fcmro6a.tfm) = %{tl_version} +Provides: tex(fcmro6y.tfm) = %{tl_version} +Provides: tex(fcmro6z.tfm) = %{tl_version} +Provides: tex(fcmro7k.tfm) = %{tl_version} +Provides: tex(fcmro7t.tfm) = %{tl_version} +Provides: tex(fcmro8c.tfm) = %{tl_version} +Provides: tex(fcmro8r.tfm) = %{tl_version} +Provides: tex(fcmro8t.tfm) = %{tl_version} +Provides: tex(fcmroc8r.tfm) = %{tl_version} +Provides: tex(fcmroce.tfm) = %{tl_version} +Provides: tex(fcmrogr.tfm) = %{tl_version} +Provides: tex(fcmropg.tfm) = %{tl_version} +Provides: tex(fcmrpg.tfm) = %{tl_version} +Provides: tex(fcmru6a.tfm) = %{tl_version} +Provides: tex(fcmru6y.tfm) = %{tl_version} +Provides: tex(fcmru6z.tfm) = %{tl_version} +Provides: tex(fcmru7k.tfm) = %{tl_version} +Provides: tex(fcmru7t.tfm) = %{tl_version} +Provides: tex(fcmru8c.tfm) = %{tl_version} +Provides: tex(fcmru8r.tfm) = %{tl_version} +Provides: tex(fcmru8t.tfm) = %{tl_version} +Provides: tex(fcmruce.tfm) = %{tl_version} +Provides: tex(fcmrugr.tfm) = %{tl_version} +Provides: tex(fcmruj8r.tfm) = %{tl_version} +Provides: tex(fcmrupg.tfm) = %{tl_version} +Provides: tex(fcsb6a.tfm) = %{tl_version} +Provides: tex(fcsb6y.tfm) = %{tl_version} +Provides: tex(fcsb6z.tfm) = %{tl_version} +Provides: tex(fcsb7k.tfm) = %{tl_version} +Provides: tex(fcsb7t.tfm) = %{tl_version} +Provides: tex(fcsb8a.tfm) = %{tl_version} +Provides: tex(fcsb8c.tfm) = %{tl_version} +Provides: tex(fcsb8r.tfm) = %{tl_version} +Provides: tex(fcsb8t.tfm) = %{tl_version} +Provides: tex(fcsbce.tfm) = %{tl_version} +Provides: tex(fcsbgr.tfm) = %{tl_version} +Provides: tex(fcsbo6a.tfm) = %{tl_version} +Provides: tex(fcsbo6y.tfm) = %{tl_version} +Provides: tex(fcsbo6z.tfm) = %{tl_version} +Provides: tex(fcsbo7k.tfm) = %{tl_version} +Provides: tex(fcsbo7t.tfm) = %{tl_version} +Provides: tex(fcsbo8a.tfm) = %{tl_version} +Provides: tex(fcsbo8c.tfm) = %{tl_version} +Provides: tex(fcsbo8r.tfm) = %{tl_version} +Provides: tex(fcsbo8t.tfm) = %{tl_version} +Provides: tex(fcsboce.tfm) = %{tl_version} +Provides: tex(fcsbogr.tfm) = %{tl_version} +Provides: tex(fcsbopg.tfm) = %{tl_version} +Provides: tex(fcsbpg.tfm) = %{tl_version} +Provides: tex(fcsr6a.tfm) = %{tl_version} +Provides: tex(fcsr6y.tfm) = %{tl_version} +Provides: tex(fcsr6z.tfm) = %{tl_version} +Provides: tex(fcsr7k.tfm) = %{tl_version} +Provides: tex(fcsr7t.tfm) = %{tl_version} +Provides: tex(fcsr8a.tfm) = %{tl_version} +Provides: tex(fcsr8c.tfm) = %{tl_version} +Provides: tex(fcsr8r.tfm) = %{tl_version} +Provides: tex(fcsr8t.tfm) = %{tl_version} +Provides: tex(fcsrce.tfm) = %{tl_version} +Provides: tex(fcsrgr.tfm) = %{tl_version} +Provides: tex(fcsro6a.tfm) = %{tl_version} +Provides: tex(fcsro6y.tfm) = %{tl_version} +Provides: tex(fcsro6z.tfm) = %{tl_version} +Provides: tex(fcsro7k.tfm) = %{tl_version} +Provides: tex(fcsro7t.tfm) = %{tl_version} +Provides: tex(fcsro8a.tfm) = %{tl_version} +Provides: tex(fcsro8c.tfm) = %{tl_version} +Provides: tex(fcsro8r.tfm) = %{tl_version} +Provides: tex(fcsro8t.tfm) = %{tl_version} +Provides: tex(fcsroce.tfm) = %{tl_version} +Provides: tex(fcsrogr.tfm) = %{tl_version} +Provides: tex(fcsropg.tfm) = %{tl_version} +Provides: tex(fcsrpg.tfm) = %{tl_version} +Provides: tex(fctr6a.tfm) = %{tl_version} +Provides: tex(fctr6y.tfm) = %{tl_version} +Provides: tex(fctr6z.tfm) = %{tl_version} +Provides: tex(fctr7k.tfm) = %{tl_version} +Provides: tex(fctr7t.tfm) = %{tl_version} +Provides: tex(fctr8a.tfm) = %{tl_version} +Provides: tex(fctr8c.tfm) = %{tl_version} +Provides: tex(fctr8r.tfm) = %{tl_version} +Provides: tex(fctr8t.tfm) = %{tl_version} +Provides: tex(fctrc6a.tfm) = %{tl_version} +Provides: tex(fctrc6y.tfm) = %{tl_version} +Provides: tex(fctrc6z.tfm) = %{tl_version} +Provides: tex(fctrc7k.tfm) = %{tl_version} +Provides: tex(fctrc7t.tfm) = %{tl_version} +Provides: tex(fctrc8a.tfm) = %{tl_version} +Provides: tex(fctrc8r.tfm) = %{tl_version} +Provides: tex(fctrc8t.tfm) = %{tl_version} +Provides: tex(fctrcce.tfm) = %{tl_version} +Provides: tex(fctrce.tfm) = %{tl_version} +Provides: tex(fctrcgr.tfm) = %{tl_version} +Provides: tex(fctrcpg.tfm) = %{tl_version} +Provides: tex(fctrgr.tfm) = %{tl_version} +Provides: tex(fctri6a.tfm) = %{tl_version} +Provides: tex(fctri6y.tfm) = %{tl_version} +Provides: tex(fctri6z.tfm) = %{tl_version} +Provides: tex(fctri7k.tfm) = %{tl_version} +Provides: tex(fctri7t.tfm) = %{tl_version} +Provides: tex(fctri8a.tfm) = %{tl_version} +Provides: tex(fctri8c.tfm) = %{tl_version} +Provides: tex(fctri8r.tfm) = %{tl_version} +Provides: tex(fctri8t.tfm) = %{tl_version} +Provides: tex(fctrice.tfm) = %{tl_version} +Provides: tex(fctrigr.tfm) = %{tl_version} +Provides: tex(fctrij8a.tfm) = %{tl_version} +Provides: tex(fctrij8r.tfm) = %{tl_version} +Provides: tex(fctripg.tfm) = %{tl_version} +Provides: tex(fctro6a.tfm) = %{tl_version} +Provides: tex(fctro6y.tfm) = %{tl_version} +Provides: tex(fctro6z.tfm) = %{tl_version} +Provides: tex(fctro7k.tfm) = %{tl_version} +Provides: tex(fctro7t.tfm) = %{tl_version} +Provides: tex(fctro8c.tfm) = %{tl_version} +Provides: tex(fctro8r.tfm) = %{tl_version} +Provides: tex(fctro8t.tfm) = %{tl_version} +Provides: tex(fctroc8r.tfm) = %{tl_version} +Provides: tex(fctroce.tfm) = %{tl_version} +Provides: tex(fctrogr.tfm) = %{tl_version} +Provides: tex(fctropg.tfm) = %{tl_version} +Provides: tex(fctrpg.tfm) = %{tl_version} +Provides: tex(fctru6a.tfm) = %{tl_version} +Provides: tex(fctru6y.tfm) = %{tl_version} +Provides: tex(fctru6z.tfm) = %{tl_version} +Provides: tex(fctru7k.tfm) = %{tl_version} +Provides: tex(fctru7t.tfm) = %{tl_version} +Provides: tex(fctru8c.tfm) = %{tl_version} +Provides: tex(fctru8r.tfm) = %{tl_version} +Provides: tex(fctru8t.tfm) = %{tl_version} +Provides: tex(fctruce.tfm) = %{tl_version} +Provides: tex(fctrugr.tfm) = %{tl_version} +Provides: tex(fctruj8r.tfm) = %{tl_version} +Provides: tex(fctrupg.tfm) = %{tl_version} +Provides: tex(fcmb6y.pfb) = %{tl_version} +Provides: tex(fcmb6z.pfb) = %{tl_version} +Provides: tex(fcmb8a.pfb) = %{tl_version} +Provides: tex(fcmbc6y.pfb) = %{tl_version} +Provides: tex(fcmbc6z.pfb) = %{tl_version} +Provides: tex(fcmbc8a.pfb) = %{tl_version} +Provides: tex(fcmbcce.pfb) = %{tl_version} +Provides: tex(fcmbce.pfb) = %{tl_version} +Provides: tex(fcmbcpg.pfb) = %{tl_version} +Provides: tex(fcmbi6y.pfb) = %{tl_version} +Provides: tex(fcmbi6z.pfb) = %{tl_version} +Provides: tex(fcmbi8a.pfb) = %{tl_version} +Provides: tex(fcmbice.pfb) = %{tl_version} +Provides: tex(fcmbij6y.pfb) = %{tl_version} +Provides: tex(fcmbij6z.pfb) = %{tl_version} +Provides: tex(fcmbij8a.pfb) = %{tl_version} +Provides: tex(fcmbijce.pfb) = %{tl_version} +Provides: tex(fcmbijpg.pfb) = %{tl_version} +Provides: tex(fcmbipg.pfb) = %{tl_version} +Provides: tex(fcmbpg.pfb) = %{tl_version} +Provides: tex(fcmr6y.pfb) = %{tl_version} +Provides: tex(fcmr6z.pfb) = %{tl_version} +Provides: tex(fcmr8a.pfb) = %{tl_version} +Provides: tex(fcmrc6y.pfb) = %{tl_version} +Provides: tex(fcmrc6z.pfb) = %{tl_version} +Provides: tex(fcmrc8a.pfb) = %{tl_version} +Provides: tex(fcmrcce.pfb) = %{tl_version} +Provides: tex(fcmrce.pfb) = %{tl_version} +Provides: tex(fcmrcpg.pfb) = %{tl_version} +Provides: tex(fcmri6y.pfb) = %{tl_version} +Provides: tex(fcmri6z.pfb) = %{tl_version} +Provides: tex(fcmri8a.pfb) = %{tl_version} +Provides: tex(fcmrice.pfb) = %{tl_version} +Provides: tex(fcmrij6y.pfb) = %{tl_version} +Provides: tex(fcmrij6z.pfb) = %{tl_version} +Provides: tex(fcmrij8a.pfb) = %{tl_version} +Provides: tex(fcmrijce.pfb) = %{tl_version} +Provides: tex(fcmrijpg.pfb) = %{tl_version} +Provides: tex(fcmripg.pfb) = %{tl_version} +Provides: tex(fcmrpg.pfb) = %{tl_version} +Provides: tex(fcsb6y.pfb) = %{tl_version} +Provides: tex(fcsb6z.pfb) = %{tl_version} +Provides: tex(fcsb8a.pfb) = %{tl_version} +Provides: tex(fcsbce.pfb) = %{tl_version} +Provides: tex(fcsbo6y.pfb) = %{tl_version} +Provides: tex(fcsbo6z.pfb) = %{tl_version} +Provides: tex(fcsbo8a.pfb) = %{tl_version} +Provides: tex(fcsboce.pfb) = %{tl_version} +Provides: tex(fcsbopg.pfb) = %{tl_version} +Provides: tex(fcsbpg.pfb) = %{tl_version} +Provides: tex(fcsr6y.pfb) = %{tl_version} +Provides: tex(fcsr6z.pfb) = %{tl_version} +Provides: tex(fcsr8a.pfb) = %{tl_version} +Provides: tex(fcsrce.pfb) = %{tl_version} +Provides: tex(fcsro6y.pfb) = %{tl_version} +Provides: tex(fcsro6z.pfb) = %{tl_version} +Provides: tex(fcsro8a.pfb) = %{tl_version} +Provides: tex(fcsroce.pfb) = %{tl_version} +Provides: tex(fcsropg.pfb) = %{tl_version} +Provides: tex(fcsrpg.pfb) = %{tl_version} +Provides: tex(fctr6y.pfb) = %{tl_version} +Provides: tex(fctr6z.pfb) = %{tl_version} +Provides: tex(fctr8a.pfb) = %{tl_version} +Provides: tex(fctrc6y.pfb) = %{tl_version} +Provides: tex(fctrc6z.pfb) = %{tl_version} +Provides: tex(fctrc8a.pfb) = %{tl_version} +Provides: tex(fctrcce.pfb) = %{tl_version} +Provides: tex(fctrce.pfb) = %{tl_version} +Provides: tex(fctrcpg.pfb) = %{tl_version} +Provides: tex(fctri6y.pfb) = %{tl_version} +Provides: tex(fctri6z.pfb) = %{tl_version} +Provides: tex(fctri8a.pfb) = %{tl_version} +Provides: tex(fctrice.pfb) = %{tl_version} +Provides: tex(fctrij6y.pfb) = %{tl_version} +Provides: tex(fctrij6z.pfb) = %{tl_version} +Provides: tex(fctrij8a.pfb) = %{tl_version} +Provides: tex(fctrijce.pfb) = %{tl_version} +Provides: tex(fctrijpg.pfb) = %{tl_version} +Provides: tex(fctripg.pfb) = %{tl_version} +Provides: tex(fctrpg.pfb) = %{tl_version} +Provides: tex(fcmb6a.vf) = %{tl_version} +Provides: tex(fcmb7k.vf) = %{tl_version} +Provides: tex(fcmb7t.vf) = %{tl_version} +Provides: tex(fcmb8c.vf) = %{tl_version} +Provides: tex(fcmb8t.vf) = %{tl_version} +Provides: tex(fcmbc6a.vf) = %{tl_version} +Provides: tex(fcmbc7k.vf) = %{tl_version} +Provides: tex(fcmbc7t.vf) = %{tl_version} +Provides: tex(fcmbc8t.vf) = %{tl_version} +Provides: tex(fcmbcgr.vf) = %{tl_version} +Provides: tex(fcmbgr.vf) = %{tl_version} +Provides: tex(fcmbi6a.vf) = %{tl_version} +Provides: tex(fcmbi7k.vf) = %{tl_version} +Provides: tex(fcmbi7t.vf) = %{tl_version} +Provides: tex(fcmbi8c.vf) = %{tl_version} +Provides: tex(fcmbi8t.vf) = %{tl_version} +Provides: tex(fcmbigr.vf) = %{tl_version} +Provides: tex(fcmbo6a.vf) = %{tl_version} +Provides: tex(fcmbo7k.vf) = %{tl_version} +Provides: tex(fcmbo7t.vf) = %{tl_version} +Provides: tex(fcmbo8c.vf) = %{tl_version} +Provides: tex(fcmbo8t.vf) = %{tl_version} +Provides: tex(fcmbogr.vf) = %{tl_version} +Provides: tex(fcmbu6a.vf) = %{tl_version} +Provides: tex(fcmbu7k.vf) = %{tl_version} +Provides: tex(fcmbu7t.vf) = %{tl_version} +Provides: tex(fcmbu8c.vf) = %{tl_version} +Provides: tex(fcmbu8t.vf) = %{tl_version} +Provides: tex(fcmbugr.vf) = %{tl_version} +Provides: tex(fcmr6a.vf) = %{tl_version} +Provides: tex(fcmr7k.vf) = %{tl_version} +Provides: tex(fcmr7t.vf) = %{tl_version} +Provides: tex(fcmr8c.vf) = %{tl_version} +Provides: tex(fcmr8t.vf) = %{tl_version} +Provides: tex(fcmrc6a.vf) = %{tl_version} +Provides: tex(fcmrc7k.vf) = %{tl_version} +Provides: tex(fcmrc7t.vf) = %{tl_version} +Provides: tex(fcmrc8t.vf) = %{tl_version} +Provides: tex(fcmrcgr.vf) = %{tl_version} +Provides: tex(fcmrgr.vf) = %{tl_version} +Provides: tex(fcmri6a.vf) = %{tl_version} +Provides: tex(fcmri7k.vf) = %{tl_version} +Provides: tex(fcmri7t.vf) = %{tl_version} +Provides: tex(fcmri8c.vf) = %{tl_version} +Provides: tex(fcmri8t.vf) = %{tl_version} +Provides: tex(fcmrigr.vf) = %{tl_version} +Provides: tex(fcmro6a.vf) = %{tl_version} +Provides: tex(fcmro7k.vf) = %{tl_version} +Provides: tex(fcmro7t.vf) = %{tl_version} +Provides: tex(fcmro8c.vf) = %{tl_version} +Provides: tex(fcmro8t.vf) = %{tl_version} +Provides: tex(fcmrogr.vf) = %{tl_version} +Provides: tex(fcmru6a.vf) = %{tl_version} +Provides: tex(fcmru7k.vf) = %{tl_version} +Provides: tex(fcmru7t.vf) = %{tl_version} +Provides: tex(fcmru8c.vf) = %{tl_version} +Provides: tex(fcmru8t.vf) = %{tl_version} +Provides: tex(fcmrugr.vf) = %{tl_version} +Provides: tex(fcsb6a.vf) = %{tl_version} +Provides: tex(fcsb7k.vf) = %{tl_version} +Provides: tex(fcsb7t.vf) = %{tl_version} +Provides: tex(fcsb8c.vf) = %{tl_version} +Provides: tex(fcsb8t.vf) = %{tl_version} +Provides: tex(fcsbgr.vf) = %{tl_version} +Provides: tex(fcsbo6a.vf) = %{tl_version} +Provides: tex(fcsbo7k.vf) = %{tl_version} +Provides: tex(fcsbo7t.vf) = %{tl_version} +Provides: tex(fcsbo8c.vf) = %{tl_version} +Provides: tex(fcsbo8t.vf) = %{tl_version} +Provides: tex(fcsbogr.vf) = %{tl_version} +Provides: tex(fcsr6a.vf) = %{tl_version} +Provides: tex(fcsr7k.vf) = %{tl_version} +Provides: tex(fcsr7t.vf) = %{tl_version} +Provides: tex(fcsr8c.vf) = %{tl_version} +Provides: tex(fcsr8t.vf) = %{tl_version} +Provides: tex(fcsrgr.vf) = %{tl_version} +Provides: tex(fcsro6a.vf) = %{tl_version} +Provides: tex(fcsro7k.vf) = %{tl_version} +Provides: tex(fcsro7t.vf) = %{tl_version} +Provides: tex(fcsro8c.vf) = %{tl_version} +Provides: tex(fcsro8t.vf) = %{tl_version} +Provides: tex(fcsrogr.vf) = %{tl_version} +Provides: tex(fctr6a.vf) = %{tl_version} +Provides: tex(fctr7k.vf) = %{tl_version} +Provides: tex(fctr7t.vf) = %{tl_version} +Provides: tex(fctr8c.vf) = %{tl_version} +Provides: tex(fctr8t.vf) = %{tl_version} +Provides: tex(fctrc6a.vf) = %{tl_version} +Provides: tex(fctrc7k.vf) = %{tl_version} +Provides: tex(fctrc7t.vf) = %{tl_version} +Provides: tex(fctrc8t.vf) = %{tl_version} +Provides: tex(fctrcgr.vf) = %{tl_version} +Provides: tex(fctrgr.vf) = %{tl_version} +Provides: tex(fctri6a.vf) = %{tl_version} +Provides: tex(fctri7k.vf) = %{tl_version} +Provides: tex(fctri7t.vf) = %{tl_version} +Provides: tex(fctri8c.vf) = %{tl_version} +Provides: tex(fctri8t.vf) = %{tl_version} +Provides: tex(fctrigr.vf) = %{tl_version} +Provides: tex(fctro6a.vf) = %{tl_version} +Provides: tex(fctro7k.vf) = %{tl_version} +Provides: tex(fctro7t.vf) = %{tl_version} +Provides: tex(fctro8c.vf) = %{tl_version} +Provides: tex(fctro8t.vf) = %{tl_version} +Provides: tex(fctrogr.vf) = %{tl_version} +Provides: tex(fctru6a.vf) = %{tl_version} +Provides: tex(fctru7k.vf) = %{tl_version} +Provides: tex(fctru7t.vf) = %{tl_version} +Provides: tex(fctru8c.vf) = %{tl_version} +Provides: tex(fctru8t.vf) = %{tl_version} +Provides: tex(fctrugr.vf) = %{tl_version} +Provides: tex(antcmlgc.sty) = %{tl_version} +Provides: tex(cmlgc.sty) = %{tl_version} +Provides: tex(lgrfcm.fd) = %{tl_version} +Provides: tex(lgrfcs.fd) = %{tl_version} +Provides: tex(lgrfct.fd) = %{tl_version} +Provides: tex(ot1fcm.fd) = %{tl_version} +Provides: tex(ot1fcs.fd) = %{tl_version} +Provides: tex(ot1fct.fd) = %{tl_version} +Provides: tex(ot2fcm.fd) = %{tl_version} +Provides: tex(ot2fcs.fd) = %{tl_version} +Provides: tex(ot2fct.fd) = %{tl_version} +Provides: tex(t1fcm.fd) = %{tl_version} +Provides: tex(t1fcs.fd) = %{tl_version} +Provides: tex(t1fct.fd) = %{tl_version} +Provides: tex(t2afcm.fd) = %{tl_version} +Provides: tex(t2afcs.fd) = %{tl_version} +Provides: tex(t2afct.fd) = %{tl_version} +Provides: tex(ts1fcm.fd) = %{tl_version} +Provides: tex(ts1fcs.fd) = %{tl_version} +Provides: tex(ts1fct.fd) = %{tl_version} +Provides: tex(ut1fcm.fd) = %{tl_version} +Provides: tex(ut1fcs.fd) = %{tl_version} +Provides: tex(ut1fct.fd) = %{tl_version} +Obsoletes: tex-cm-lgc < %{tl_version} + +%description cm-lgc +The fonts are converted from Metafont sources of the Computer +Modern font families, using textrace. Supported encodings are: +T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package +also includes Unicode virtual fonts for use with Omega. The +font set is not a replacement for any of the other Computer +Modern-based font sets (for example, cm-super for Latin and +Cyrillic, or cbgreek for Greek), since it is available at a +single size only; it offers a compact set for 'general' +working. The fonts themselves are encoded to external +standards, and virtual fonts are provided for use with TeX. + +date: 2012-06-26 00:41:30 +0200 + +%post cm-lgc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cm-lgc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cm-lgc.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cm-lgc +if [ $1 == 0 ] ; then +sed -i '/^Map cm-lgc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cm-lgc +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cm-lgc-doc +Summary: Documentation for cm-lgc +Version: svn28250.0.5 +Release: %{tl_noarch_release} +Provides: tex-cm-lgc-doc +BuildArch: noarch +AutoReqProv: No + +%description cm-lgc-doc +Documentation for cm-lgc + +%package cmll +Provides: tex-cmll = %{tl_version} +License: LPPL +Summary: Symbols for linear logic +Version: svn17964.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(relsize.sty) +Provides: tex(cmll.map) = %{tl_version} +Provides: tex(cmllbx10.tfm) = %{tl_version} +Provides: tex(cmllbx12.tfm) = %{tl_version} +Provides: tex(cmllbx5.tfm) = %{tl_version} +Provides: tex(cmllbx6.tfm) = %{tl_version} +Provides: tex(cmllbx7.tfm) = %{tl_version} +Provides: tex(cmllbx8.tfm) = %{tl_version} +Provides: tex(cmllbx9.tfm) = %{tl_version} +Provides: tex(cmllr10.tfm) = %{tl_version} +Provides: tex(cmllr12.tfm) = %{tl_version} +Provides: tex(cmllr17.tfm) = %{tl_version} +Provides: tex(cmllr5.tfm) = %{tl_version} +Provides: tex(cmllr6.tfm) = %{tl_version} +Provides: tex(cmllr7.tfm) = %{tl_version} +Provides: tex(cmllr8.tfm) = %{tl_version} +Provides: tex(cmllr9.tfm) = %{tl_version} +Provides: tex(cmllss10.tfm) = %{tl_version} +Provides: tex(cmllss12.tfm) = %{tl_version} +Provides: tex(cmllss17.tfm) = %{tl_version} +Provides: tex(cmllss8.tfm) = %{tl_version} +Provides: tex(cmllss9.tfm) = %{tl_version} +Provides: tex(cmllssbx10.tfm) = %{tl_version} +Provides: tex(eullbx10.tfm) = %{tl_version} +Provides: tex(eullbx5.tfm) = %{tl_version} +Provides: tex(eullbx6.tfm) = %{tl_version} +Provides: tex(eullbx7.tfm) = %{tl_version} +Provides: tex(eullbx8.tfm) = %{tl_version} +Provides: tex(eullbx9.tfm) = %{tl_version} +Provides: tex(eullr10.tfm) = %{tl_version} +Provides: tex(eullr5.tfm) = %{tl_version} +Provides: tex(eullr6.tfm) = %{tl_version} +Provides: tex(eullr7.tfm) = %{tl_version} +Provides: tex(eullr8.tfm) = %{tl_version} +Provides: tex(eullr9.tfm) = %{tl_version} +Provides: tex(cmllbx10.pfb) = %{tl_version} +Provides: tex(cmllbx12.pfb) = %{tl_version} +Provides: tex(cmllbx5.pfb) = %{tl_version} +Provides: tex(cmllbx6.pfb) = %{tl_version} +Provides: tex(cmllbx7.pfb) = %{tl_version} +Provides: tex(cmllbx8.pfb) = %{tl_version} +Provides: tex(cmllbx9.pfb) = %{tl_version} +Provides: tex(cmllr10.pfb) = %{tl_version} +Provides: tex(cmllr12.pfb) = %{tl_version} +Provides: tex(cmllr17.pfb) = %{tl_version} +Provides: tex(cmllr5.pfb) = %{tl_version} +Provides: tex(cmllr6.pfb) = %{tl_version} +Provides: tex(cmllr7.pfb) = %{tl_version} +Provides: tex(cmllr8.pfb) = %{tl_version} +Provides: tex(cmllr9.pfb) = %{tl_version} +Provides: tex(cmllss10.pfb) = %{tl_version} +Provides: tex(cmllss12.pfb) = %{tl_version} +Provides: tex(cmllss17.pfb) = %{tl_version} +Provides: tex(cmllss8.pfb) = %{tl_version} +Provides: tex(cmllss9.pfb) = %{tl_version} +Provides: tex(cmllssbx10.pfb) = %{tl_version} +Provides: tex(eullbx10.pfb) = %{tl_version} +Provides: tex(eullbx5.pfb) = %{tl_version} +Provides: tex(eullbx6.pfb) = %{tl_version} +Provides: tex(eullbx7.pfb) = %{tl_version} +Provides: tex(eullbx8.pfb) = %{tl_version} +Provides: tex(eullbx9.pfb) = %{tl_version} +Provides: tex(eullr10.pfb) = %{tl_version} +Provides: tex(eullr5.pfb) = %{tl_version} +Provides: tex(eullr6.pfb) = %{tl_version} +Provides: tex(eullr7.pfb) = %{tl_version} +Provides: tex(eullr8.pfb) = %{tl_version} +Provides: tex(eullr9.pfb) = %{tl_version} +Provides: tex(cmll.sty) = %{tl_version} +Provides: tex(ucmllr.fd) = %{tl_version} +Provides: tex(ucmllss.fd) = %{tl_version} +Provides: tex(ueull.fd) = %{tl_version} + +%description cmll +This is a very small font set that contain some symbols useful +in linear logic, which are apparently not available elsewhere. +Variants are included for use with Computer Modern serif and +sans-serif and with the AMS Euler series. The font is provided +both as MetaFont source, and in Adobe Type 1 format. LaTeX +support is provided. format. + +date: 2010-04-20 23:51:50 +0200 + +%post cmll +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap cmll.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cmll.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cmll +if [ $1 == 0 ] ; then +sed -i '/^MixedMap cmll.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cmll +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmll-doc +Summary: Documentation for cmll +Version: svn17964.0 +Release: %{tl_noarch_release} +Provides: tex-cmll-doc +BuildArch: noarch +AutoReqProv: No + +%description cmll-doc +Documentation for cmll + +%package cmpica +Provides: tex-cmpica = %{tl_version} +License: Public Domain +Summary: A Computer Modern Pica variant +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmpica.tfm) = %{tl_version} +Provides: tex(cmpicab.tfm) = %{tl_version} +Provides: tex(cmpicati.tfm) = %{tl_version} + +%description cmpica +An approximate equivalent of the Xerox Pica typeface; the font +is optimised for submitting fiction manuscripts to mainline +publishers. The font is a fixed-width one, rather less heavy +than Computer Modern typewriter. Emphasis for bold-face comes +from a wavy underline of each letter. The two fonts are +supplied as MetaFont source. + +date: 2008-11-15 17:22:14 +0100 + +%post cmpica +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmpica +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmpica +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmpica-doc +Summary: Documentation for cmpica +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cmpica-doc +BuildArch: noarch +AutoReqProv: No + +%description cmpica-doc +Documentation for cmpica + +%package cmpj +Provides: tex-cmpj = %{tl_version} +License: LPPL +Summary: Style for the journal Condensed Matter Physics +Version: svn28862.2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyhdr.sty) +Requires: tex(graphicx.sty) +Requires: tex(natbib.sty) +Requires: tex(ifthen.sty) +Requires: tex(hyperref.sty) +Requires: tex(doi.sty) +Requires: tex(url.sty) +Requires: tex(txfonts.sty) +Requires: tex(fourier.sty) +Requires: tex(droidserif.sty) +Requires: tex(droidsans.sty) +Requires: tex(droidmono.sty) +Provides: tex(cmpj.sty) = %{tl_version} +Provides: tex(cmpj2.sty) = %{tl_version} + +%description cmpj +The package contains macros and some documentation for +typesetting papers for submission to the Condensed Matter +Physics journal published by the Institute for Condensed Matter +Physics of the National Academy of Sciences of Ukraine. + +date: 2013-01-16 12:17:26 +0100 + +%post cmpj +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmpj +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmpj +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmpj-doc +Summary: Documentation for cmpj +Version: svn28862.2.03 +Release: %{tl_noarch_release} +Provides: tex-cmpj-doc +BuildArch: noarch +AutoReqProv: No + +%description cmpj-doc +Documentation for cmpj + +%package cmsd +Provides: tex-cmsd = %{tl_version} +License: LPPL +Summary: Interfaces to the CM Sans Serif Bold fonts +Version: svn18787.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmsd.sty) = %{tl_version} +Provides: tex(t1cmsd.fd) = %{tl_version} +Provides: tex(ts1cmsd.fd) = %{tl_version} + +%description cmsd +Thr purpose of the package is to provide an alternative +interface to the CM Sans Serif boldface fonts. The EC (T1, +Cork) encoded versions of the 'CM Sans Serif boldface extended' +fonts differ considerably from the traditionally (OT1) encoded +ones: at large sizes, >10pt, they have thinner strokes and are +much wider. At 25pt they are hardly to be recognized as being +'boldface'. This package attempts to make these T1 fonts look +like the traditional ones did. You do not need any new fonts; +the package just changes the way LaTeX makes use of the current +ones. + +date: 2006-12-18 23:50:36 +0100 + +%post cmsd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmsd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmsd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmsd-doc +Summary: Documentation for cmsd +Version: svn18787.0 +Release: %{tl_noarch_release} +Provides: tex-cmsd-doc +BuildArch: noarch +AutoReqProv: No + +%description cmsd-doc +Documentation for cmsd + +%package cm-super +Provides: tex-cm-super = %{tl_version} +License: GPL+ +Summary: CM-Super family of fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(t1cmr.fd) +Provides: tex(cm-super-t1.enc) = %{tl_version} +Provides: tex(cm-super-t2a.enc) = %{tl_version} +Provides: tex(cm-super-t2b.enc) = %{tl_version} +Provides: tex(cm-super-t2c.enc) = %{tl_version} +Provides: tex(cm-super-ts1.enc) = %{tl_version} +Provides: tex(cm-super-x2.enc) = %{tl_version} +Provides: tex(cm-super-t1.map) = %{tl_version} +Provides: tex(cm-super-t2a.map) = %{tl_version} +Provides: tex(cm-super-t2b.map) = %{tl_version} +Provides: tex(cm-super-t2c.map) = %{tl_version} +Provides: tex(cm-super-ts1.map) = %{tl_version} +Provides: tex(cm-super-x2.map) = %{tl_version} +Provides: tex(isflb8.pfb) = %{tl_version} +Provides: tex(isfli8.pfb) = %{tl_version} +Provides: tex(isflo8.pfb) = %{tl_version} +Provides: tex(isflq8.pfb) = %{tl_version} +Provides: tex(isfltt8.pfb) = %{tl_version} +Provides: tex(sfbbx10.pfb) = %{tl_version} +Provides: tex(sfbi0500.pfb) = %{tl_version} +Provides: tex(sfbi0600.pfb) = %{tl_version} +Provides: tex(sfbi0700.pfb) = %{tl_version} +Provides: tex(sfbi0800.pfb) = %{tl_version} +Provides: tex(sfbi0900.pfb) = %{tl_version} +Provides: tex(sfbi1000.pfb) = %{tl_version} +Provides: tex(sfbi1095.pfb) = %{tl_version} +Provides: tex(sfbi1200.pfb) = %{tl_version} +Provides: tex(sfbi1440.pfb) = %{tl_version} +Provides: tex(sfbi1728.pfb) = %{tl_version} +Provides: tex(sfbi2074.pfb) = %{tl_version} +Provides: tex(sfbi2488.pfb) = %{tl_version} +Provides: tex(sfbi2986.pfb) = %{tl_version} +Provides: tex(sfbi3583.pfb) = %{tl_version} +Provides: tex(sfbl0500.pfb) = %{tl_version} +Provides: tex(sfbl0600.pfb) = %{tl_version} +Provides: tex(sfbl0700.pfb) = %{tl_version} +Provides: tex(sfbl0800.pfb) = %{tl_version} +Provides: tex(sfbl0900.pfb) = %{tl_version} +Provides: tex(sfbl1000.pfb) = %{tl_version} +Provides: tex(sfbl1095.pfb) = %{tl_version} +Provides: tex(sfbl1200.pfb) = %{tl_version} +Provides: tex(sfbl1440.pfb) = %{tl_version} +Provides: tex(sfbl1728.pfb) = %{tl_version} +Provides: tex(sfbl2074.pfb) = %{tl_version} +Provides: tex(sfbl2488.pfb) = %{tl_version} +Provides: tex(sfbl2986.pfb) = %{tl_version} +Provides: tex(sfbl3583.pfb) = %{tl_version} +Provides: tex(sfbm0500.pfb) = %{tl_version} +Provides: tex(sfbm0700.pfb) = %{tl_version} +Provides: tex(sfbm0900.pfb) = %{tl_version} +Provides: tex(sfbm1000.pfb) = %{tl_version} +Provides: tex(sfbm1095.pfb) = %{tl_version} +Provides: tex(sfbm1200.pfb) = %{tl_version} +Provides: tex(sfbm1440.pfb) = %{tl_version} +Provides: tex(sfbm1728.pfb) = %{tl_version} +Provides: tex(sfbm2074.pfb) = %{tl_version} +Provides: tex(sfbm2488.pfb) = %{tl_version} +Provides: tex(sfbm2986.pfb) = %{tl_version} +Provides: tex(sfbm3583.pfb) = %{tl_version} +Provides: tex(sfbmo10.pfb) = %{tl_version} +Provides: tex(sfbmo17.pfb) = %{tl_version} +Provides: tex(sfbmo8.pfb) = %{tl_version} +Provides: tex(sfbmo9.pfb) = %{tl_version} +Provides: tex(sfbmr10.pfb) = %{tl_version} +Provides: tex(sfbmr17.pfb) = %{tl_version} +Provides: tex(sfbmr8.pfb) = %{tl_version} +Provides: tex(sfbmr9.pfb) = %{tl_version} +Provides: tex(sfbso10.pfb) = %{tl_version} +Provides: tex(sfbso17.pfb) = %{tl_version} +Provides: tex(sfbso8.pfb) = %{tl_version} +Provides: tex(sfbso9.pfb) = %{tl_version} +Provides: tex(sfbsr10.pfb) = %{tl_version} +Provides: tex(sfbsr17.pfb) = %{tl_version} +Provides: tex(sfbsr8.pfb) = %{tl_version} +Provides: tex(sfbsr9.pfb) = %{tl_version} +Provides: tex(sfbtl10.pfb) = %{tl_version} +Provides: tex(sfbto10.pfb) = %{tl_version} +Provides: tex(sfbx0500.pfb) = %{tl_version} +Provides: tex(sfbx0600.pfb) = %{tl_version} +Provides: tex(sfbx0700.pfb) = %{tl_version} +Provides: tex(sfbx0800.pfb) = %{tl_version} +Provides: tex(sfbx0900.pfb) = %{tl_version} +Provides: tex(sfbx1000.pfb) = %{tl_version} +Provides: tex(sfbx1095.pfb) = %{tl_version} +Provides: tex(sfbx1200.pfb) = %{tl_version} +Provides: tex(sfbx1440.pfb) = %{tl_version} +Provides: tex(sfbx1728.pfb) = %{tl_version} +Provides: tex(sfbx2074.pfb) = %{tl_version} +Provides: tex(sfbx2488.pfb) = %{tl_version} +Provides: tex(sfbx2986.pfb) = %{tl_version} +Provides: tex(sfbx3583.pfb) = %{tl_version} +Provides: tex(sfcc0500.pfb) = %{tl_version} +Provides: tex(sfcc0600.pfb) = %{tl_version} +Provides: tex(sfcc0700.pfb) = %{tl_version} +Provides: tex(sfcc0800.pfb) = %{tl_version} +Provides: tex(sfcc0900.pfb) = %{tl_version} +Provides: tex(sfcc1000.pfb) = %{tl_version} +Provides: tex(sfcc1095.pfb) = %{tl_version} +Provides: tex(sfcc1200.pfb) = %{tl_version} +Provides: tex(sfcc1440.pfb) = %{tl_version} +Provides: tex(sfcc1728.pfb) = %{tl_version} +Provides: tex(sfcc2074.pfb) = %{tl_version} +Provides: tex(sfcc2488.pfb) = %{tl_version} +Provides: tex(sfcc2986.pfb) = %{tl_version} +Provides: tex(sfcc3583.pfb) = %{tl_version} +Provides: tex(sfci0500.pfb) = %{tl_version} +Provides: tex(sfci0600.pfb) = %{tl_version} +Provides: tex(sfci0700.pfb) = %{tl_version} +Provides: tex(sfci0800.pfb) = %{tl_version} +Provides: tex(sfci0900.pfb) = %{tl_version} +Provides: tex(sfci1000.pfb) = %{tl_version} +Provides: tex(sfci1095.pfb) = %{tl_version} +Provides: tex(sfci1200.pfb) = %{tl_version} +Provides: tex(sfci1440.pfb) = %{tl_version} +Provides: tex(sfci1728.pfb) = %{tl_version} +Provides: tex(sfci2074.pfb) = %{tl_version} +Provides: tex(sfci2488.pfb) = %{tl_version} +Provides: tex(sfci2986.pfb) = %{tl_version} +Provides: tex(sfci3583.pfb) = %{tl_version} +Provides: tex(sfdh0500.pfb) = %{tl_version} +Provides: tex(sfdh0600.pfb) = %{tl_version} +Provides: tex(sfdh0700.pfb) = %{tl_version} +Provides: tex(sfdh0800.pfb) = %{tl_version} +Provides: tex(sfdh0900.pfb) = %{tl_version} +Provides: tex(sfdh1000.pfb) = %{tl_version} +Provides: tex(sfdh1095.pfb) = %{tl_version} +Provides: tex(sfdh1200.pfb) = %{tl_version} +Provides: tex(sfdh1440.pfb) = %{tl_version} +Provides: tex(sfdh1728.pfb) = %{tl_version} +Provides: tex(sfdh2074.pfb) = %{tl_version} +Provides: tex(sfdh2488.pfb) = %{tl_version} +Provides: tex(sfdh2986.pfb) = %{tl_version} +Provides: tex(sfdh3583.pfb) = %{tl_version} +Provides: tex(sffb0500.pfb) = %{tl_version} +Provides: tex(sffb0600.pfb) = %{tl_version} +Provides: tex(sffb0700.pfb) = %{tl_version} +Provides: tex(sffb0800.pfb) = %{tl_version} +Provides: tex(sffb0900.pfb) = %{tl_version} +Provides: tex(sffb1000.pfb) = %{tl_version} +Provides: tex(sffb1095.pfb) = %{tl_version} +Provides: tex(sffb1200.pfb) = %{tl_version} +Provides: tex(sffb1440.pfb) = %{tl_version} +Provides: tex(sffb1728.pfb) = %{tl_version} +Provides: tex(sffb2074.pfb) = %{tl_version} +Provides: tex(sfff0900.pfb) = %{tl_version} +Provides: tex(sfff1000.pfb) = %{tl_version} +Provides: tex(sfff1095.pfb) = %{tl_version} +Provides: tex(sfff1200.pfb) = %{tl_version} +Provides: tex(sfff1440.pfb) = %{tl_version} +Provides: tex(sfff2488.pfb) = %{tl_version} +Provides: tex(sffi0900.pfb) = %{tl_version} +Provides: tex(sffi1000.pfb) = %{tl_version} +Provides: tex(sffi1095.pfb) = %{tl_version} +Provides: tex(sffi1200.pfb) = %{tl_version} +Provides: tex(sffi1440.pfb) = %{tl_version} +Provides: tex(sffi1728.pfb) = %{tl_version} +Provides: tex(sffi2074.pfb) = %{tl_version} +Provides: tex(sffs0500.pfb) = %{tl_version} +Provides: tex(sffs0600.pfb) = %{tl_version} +Provides: tex(sffs0700.pfb) = %{tl_version} +Provides: tex(sffs0800.pfb) = %{tl_version} +Provides: tex(sffs0900.pfb) = %{tl_version} +Provides: tex(sffs1000.pfb) = %{tl_version} +Provides: tex(sffs1095.pfb) = %{tl_version} +Provides: tex(sffs1200.pfb) = %{tl_version} +Provides: tex(sffs1440.pfb) = %{tl_version} +Provides: tex(sffs1728.pfb) = %{tl_version} +Provides: tex(sffs2074.pfb) = %{tl_version} +Provides: tex(sfit0800.pfb) = %{tl_version} +Provides: tex(sfit0900.pfb) = %{tl_version} +Provides: tex(sfit1000.pfb) = %{tl_version} +Provides: tex(sfit1095.pfb) = %{tl_version} +Provides: tex(sfit1200.pfb) = %{tl_version} +Provides: tex(sfit1440.pfb) = %{tl_version} +Provides: tex(sfit1728.pfb) = %{tl_version} +Provides: tex(sfit2074.pfb) = %{tl_version} +Provides: tex(sfit2488.pfb) = %{tl_version} +Provides: tex(sflb8.pfb) = %{tl_version} +Provides: tex(sfli8.pfb) = %{tl_version} +Provides: tex(sflo8.pfb) = %{tl_version} +Provides: tex(sflq8.pfb) = %{tl_version} +Provides: tex(sfltt8.pfb) = %{tl_version} +Provides: tex(sfoc0500.pfb) = %{tl_version} +Provides: tex(sfoc0600.pfb) = %{tl_version} +Provides: tex(sfoc0700.pfb) = %{tl_version} +Provides: tex(sfoc0800.pfb) = %{tl_version} +Provides: tex(sfoc0900.pfb) = %{tl_version} +Provides: tex(sfoc1000.pfb) = %{tl_version} +Provides: tex(sfoc1095.pfb) = %{tl_version} +Provides: tex(sfoc1200.pfb) = %{tl_version} +Provides: tex(sfoc1440.pfb) = %{tl_version} +Provides: tex(sfoc1728.pfb) = %{tl_version} +Provides: tex(sfoc2074.pfb) = %{tl_version} +Provides: tex(sfoc2488.pfb) = %{tl_version} +Provides: tex(sfoc2986.pfb) = %{tl_version} +Provides: tex(sfoc3583.pfb) = %{tl_version} +Provides: tex(sfocc10.pfb) = %{tl_version} +Provides: tex(sform10.pfb) = %{tl_version} +Provides: tex(sform5.pfb) = %{tl_version} +Provides: tex(sform6.pfb) = %{tl_version} +Provides: tex(sform7.pfb) = %{tl_version} +Provides: tex(sform8.pfb) = %{tl_version} +Provides: tex(sform9.pfb) = %{tl_version} +Provides: tex(sfosl10.pfb) = %{tl_version} +Provides: tex(sfosl5.pfb) = %{tl_version} +Provides: tex(sfosl6.pfb) = %{tl_version} +Provides: tex(sfosl7.pfb) = %{tl_version} +Provides: tex(sfosl8.pfb) = %{tl_version} +Provides: tex(sfosl9.pfb) = %{tl_version} +Provides: tex(sfoti10.pfb) = %{tl_version} +Provides: tex(sfqi8.pfb) = %{tl_version} +Provides: tex(sfrb0500.pfb) = %{tl_version} +Provides: tex(sfrb0600.pfb) = %{tl_version} +Provides: tex(sfrb0700.pfb) = %{tl_version} +Provides: tex(sfrb0800.pfb) = %{tl_version} +Provides: tex(sfrb0900.pfb) = %{tl_version} +Provides: tex(sfrb1000.pfb) = %{tl_version} +Provides: tex(sfrb1095.pfb) = %{tl_version} +Provides: tex(sfrb1200.pfb) = %{tl_version} +Provides: tex(sfrb1440.pfb) = %{tl_version} +Provides: tex(sfrb1728.pfb) = %{tl_version} +Provides: tex(sfrb2074.pfb) = %{tl_version} +Provides: tex(sfrb2488.pfb) = %{tl_version} +Provides: tex(sfrb2986.pfb) = %{tl_version} +Provides: tex(sfrb3583.pfb) = %{tl_version} +Provides: tex(sfrm0500.pfb) = %{tl_version} +Provides: tex(sfrm0600.pfb) = %{tl_version} +Provides: tex(sfrm0700.pfb) = %{tl_version} +Provides: tex(sfrm0800.pfb) = %{tl_version} +Provides: tex(sfrm0900.pfb) = %{tl_version} +Provides: tex(sfrm1000.pfb) = %{tl_version} +Provides: tex(sfrm1095.pfb) = %{tl_version} +Provides: tex(sfrm1200.pfb) = %{tl_version} +Provides: tex(sfrm1440.pfb) = %{tl_version} +Provides: tex(sfrm1728.pfb) = %{tl_version} +Provides: tex(sfrm2074.pfb) = %{tl_version} +Provides: tex(sfrm2488.pfb) = %{tl_version} +Provides: tex(sfrm2986.pfb) = %{tl_version} +Provides: tex(sfrm3583.pfb) = %{tl_version} +Provides: tex(sfsc0500.pfb) = %{tl_version} +Provides: tex(sfsc0600.pfb) = %{tl_version} +Provides: tex(sfsc0700.pfb) = %{tl_version} +Provides: tex(sfsc0800.pfb) = %{tl_version} +Provides: tex(sfsc0900.pfb) = %{tl_version} +Provides: tex(sfsc1000.pfb) = %{tl_version} +Provides: tex(sfsc1095.pfb) = %{tl_version} +Provides: tex(sfsc1200.pfb) = %{tl_version} +Provides: tex(sfsc1440.pfb) = %{tl_version} +Provides: tex(sfsc1728.pfb) = %{tl_version} +Provides: tex(sfsc2074.pfb) = %{tl_version} +Provides: tex(sfsc2488.pfb) = %{tl_version} +Provides: tex(sfsc2986.pfb) = %{tl_version} +Provides: tex(sfsc3583.pfb) = %{tl_version} +Provides: tex(sfsi0500.pfb) = %{tl_version} +Provides: tex(sfsi0600.pfb) = %{tl_version} +Provides: tex(sfsi0700.pfb) = %{tl_version} +Provides: tex(sfsi0800.pfb) = %{tl_version} +Provides: tex(sfsi0900.pfb) = %{tl_version} +Provides: tex(sfsi1000.pfb) = %{tl_version} +Provides: tex(sfsi1095.pfb) = %{tl_version} +Provides: tex(sfsi1200.pfb) = %{tl_version} +Provides: tex(sfsi1440.pfb) = %{tl_version} +Provides: tex(sfsi1728.pfb) = %{tl_version} +Provides: tex(sfsi2074.pfb) = %{tl_version} +Provides: tex(sfsi2488.pfb) = %{tl_version} +Provides: tex(sfsi2986.pfb) = %{tl_version} +Provides: tex(sfsi3583.pfb) = %{tl_version} +Provides: tex(sfsl0500.pfb) = %{tl_version} +Provides: tex(sfsl0600.pfb) = %{tl_version} +Provides: tex(sfsl0700.pfb) = %{tl_version} +Provides: tex(sfsl0800.pfb) = %{tl_version} +Provides: tex(sfsl0900.pfb) = %{tl_version} +Provides: tex(sfsl1000.pfb) = %{tl_version} +Provides: tex(sfsl1095.pfb) = %{tl_version} +Provides: tex(sfsl1200.pfb) = %{tl_version} +Provides: tex(sfsl1440.pfb) = %{tl_version} +Provides: tex(sfsl1728.pfb) = %{tl_version} +Provides: tex(sfsl2074.pfb) = %{tl_version} +Provides: tex(sfsl2488.pfb) = %{tl_version} +Provides: tex(sfsl2986.pfb) = %{tl_version} +Provides: tex(sfsl3583.pfb) = %{tl_version} +Provides: tex(sfso0500.pfb) = %{tl_version} +Provides: tex(sfso0600.pfb) = %{tl_version} +Provides: tex(sfso0700.pfb) = %{tl_version} +Provides: tex(sfso0800.pfb) = %{tl_version} +Provides: tex(sfso0900.pfb) = %{tl_version} +Provides: tex(sfso1000.pfb) = %{tl_version} +Provides: tex(sfso1095.pfb) = %{tl_version} +Provides: tex(sfso1200.pfb) = %{tl_version} +Provides: tex(sfso1440.pfb) = %{tl_version} +Provides: tex(sfso1728.pfb) = %{tl_version} +Provides: tex(sfso2074.pfb) = %{tl_version} +Provides: tex(sfso2488.pfb) = %{tl_version} +Provides: tex(sfso2986.pfb) = %{tl_version} +Provides: tex(sfso3583.pfb) = %{tl_version} +Provides: tex(sfsq8.pfb) = %{tl_version} +Provides: tex(sfss0500.pfb) = %{tl_version} +Provides: tex(sfss0600.pfb) = %{tl_version} +Provides: tex(sfss0700.pfb) = %{tl_version} +Provides: tex(sfss0800.pfb) = %{tl_version} +Provides: tex(sfss0900.pfb) = %{tl_version} +Provides: tex(sfss1000.pfb) = %{tl_version} +Provides: tex(sfss1095.pfb) = %{tl_version} +Provides: tex(sfss1200.pfb) = %{tl_version} +Provides: tex(sfss1440.pfb) = %{tl_version} +Provides: tex(sfss1728.pfb) = %{tl_version} +Provides: tex(sfss2074.pfb) = %{tl_version} +Provides: tex(sfss2488.pfb) = %{tl_version} +Provides: tex(sfss2986.pfb) = %{tl_version} +Provides: tex(sfss3583.pfb) = %{tl_version} +Provides: tex(sfssdc10.pfb) = %{tl_version} +Provides: tex(sfst0800.pfb) = %{tl_version} +Provides: tex(sfst0900.pfb) = %{tl_version} +Provides: tex(sfst1000.pfb) = %{tl_version} +Provides: tex(sfst1095.pfb) = %{tl_version} +Provides: tex(sfst1200.pfb) = %{tl_version} +Provides: tex(sfst1440.pfb) = %{tl_version} +Provides: tex(sfst1728.pfb) = %{tl_version} +Provides: tex(sfst2074.pfb) = %{tl_version} +Provides: tex(sfst2488.pfb) = %{tl_version} +Provides: tex(sfst2986.pfb) = %{tl_version} +Provides: tex(sfst3583.pfb) = %{tl_version} +Provides: tex(sfsx0500.pfb) = %{tl_version} +Provides: tex(sfsx0600.pfb) = %{tl_version} +Provides: tex(sfsx0700.pfb) = %{tl_version} +Provides: tex(sfsx0800.pfb) = %{tl_version} +Provides: tex(sfsx0900.pfb) = %{tl_version} +Provides: tex(sfsx1000.pfb) = %{tl_version} +Provides: tex(sfsx1095.pfb) = %{tl_version} +Provides: tex(sfsx1200.pfb) = %{tl_version} +Provides: tex(sfsx1440.pfb) = %{tl_version} +Provides: tex(sfsx1728.pfb) = %{tl_version} +Provides: tex(sfsx2074.pfb) = %{tl_version} +Provides: tex(sfsx2488.pfb) = %{tl_version} +Provides: tex(sfsx2986.pfb) = %{tl_version} +Provides: tex(sfsx3583.pfb) = %{tl_version} +Provides: tex(sftc0800.pfb) = %{tl_version} +Provides: tex(sftc0900.pfb) = %{tl_version} +Provides: tex(sftc1000.pfb) = %{tl_version} +Provides: tex(sftc1095.pfb) = %{tl_version} +Provides: tex(sftc1200.pfb) = %{tl_version} +Provides: tex(sftc1440.pfb) = %{tl_version} +Provides: tex(sftc1728.pfb) = %{tl_version} +Provides: tex(sftc2074.pfb) = %{tl_version} +Provides: tex(sftc2488.pfb) = %{tl_version} +Provides: tex(sftc2986.pfb) = %{tl_version} +Provides: tex(sftc3583.pfb) = %{tl_version} +Provides: tex(sfti0500.pfb) = %{tl_version} +Provides: tex(sfti0600.pfb) = %{tl_version} +Provides: tex(sfti0700.pfb) = %{tl_version} +Provides: tex(sfti0800.pfb) = %{tl_version} +Provides: tex(sfti0900.pfb) = %{tl_version} +Provides: tex(sfti1000.pfb) = %{tl_version} +Provides: tex(sfti1095.pfb) = %{tl_version} +Provides: tex(sfti1200.pfb) = %{tl_version} +Provides: tex(sfti1440.pfb) = %{tl_version} +Provides: tex(sfti1728.pfb) = %{tl_version} +Provides: tex(sfti2074.pfb) = %{tl_version} +Provides: tex(sfti2488.pfb) = %{tl_version} +Provides: tex(sfti2986.pfb) = %{tl_version} +Provides: tex(sfti3583.pfb) = %{tl_version} +Provides: tex(sftt0800.pfb) = %{tl_version} +Provides: tex(sftt0900.pfb) = %{tl_version} +Provides: tex(sftt1000.pfb) = %{tl_version} +Provides: tex(sftt1095.pfb) = %{tl_version} +Provides: tex(sftt1200.pfb) = %{tl_version} +Provides: tex(sftt1440.pfb) = %{tl_version} +Provides: tex(sftt1728.pfb) = %{tl_version} +Provides: tex(sftt2074.pfb) = %{tl_version} +Provides: tex(sftt2488.pfb) = %{tl_version} +Provides: tex(sftt2986.pfb) = %{tl_version} +Provides: tex(sftt3583.pfb) = %{tl_version} +Provides: tex(sfui0500.pfb) = %{tl_version} +Provides: tex(sfui0600.pfb) = %{tl_version} +Provides: tex(sfui0700.pfb) = %{tl_version} +Provides: tex(sfui0800.pfb) = %{tl_version} +Provides: tex(sfui0900.pfb) = %{tl_version} +Provides: tex(sfui1000.pfb) = %{tl_version} +Provides: tex(sfui1095.pfb) = %{tl_version} +Provides: tex(sfui1200.pfb) = %{tl_version} +Provides: tex(sfui1440.pfb) = %{tl_version} +Provides: tex(sfui1728.pfb) = %{tl_version} +Provides: tex(sfui2074.pfb) = %{tl_version} +Provides: tex(sfui2488.pfb) = %{tl_version} +Provides: tex(sfui2986.pfb) = %{tl_version} +Provides: tex(sfui3583.pfb) = %{tl_version} +Provides: tex(sfvi0800.pfb) = %{tl_version} +Provides: tex(sfvi0900.pfb) = %{tl_version} +Provides: tex(sfvi1000.pfb) = %{tl_version} +Provides: tex(sfvi1095.pfb) = %{tl_version} +Provides: tex(sfvi1200.pfb) = %{tl_version} +Provides: tex(sfvi1440.pfb) = %{tl_version} +Provides: tex(sfvi1728.pfb) = %{tl_version} +Provides: tex(sfvi2074.pfb) = %{tl_version} +Provides: tex(sfvi2488.pfb) = %{tl_version} +Provides: tex(sfvi2986.pfb) = %{tl_version} +Provides: tex(sfvi3583.pfb) = %{tl_version} +Provides: tex(sfvt0800.pfb) = %{tl_version} +Provides: tex(sfvt0900.pfb) = %{tl_version} +Provides: tex(sfvt1000.pfb) = %{tl_version} +Provides: tex(sfvt1095.pfb) = %{tl_version} +Provides: tex(sfvt1200.pfb) = %{tl_version} +Provides: tex(sfvt1440.pfb) = %{tl_version} +Provides: tex(sfvt1728.pfb) = %{tl_version} +Provides: tex(sfvt2074.pfb) = %{tl_version} +Provides: tex(sfvt2488.pfb) = %{tl_version} +Provides: tex(sfvt2986.pfb) = %{tl_version} +Provides: tex(sfvt3583.pfb) = %{tl_version} +Provides: tex(sfxc0500.pfb) = %{tl_version} +Provides: tex(sfxc0600.pfb) = %{tl_version} +Provides: tex(sfxc0700.pfb) = %{tl_version} +Provides: tex(sfxc0800.pfb) = %{tl_version} +Provides: tex(sfxc0900.pfb) = %{tl_version} +Provides: tex(sfxc1000.pfb) = %{tl_version} +Provides: tex(sfxc1095.pfb) = %{tl_version} +Provides: tex(sfxc1200.pfb) = %{tl_version} +Provides: tex(sfxc1440.pfb) = %{tl_version} +Provides: tex(sfxc1728.pfb) = %{tl_version} +Provides: tex(sfxc2074.pfb) = %{tl_version} +Provides: tex(sfxc2488.pfb) = %{tl_version} +Provides: tex(sfxc2986.pfb) = %{tl_version} +Provides: tex(sfxc3583.pfb) = %{tl_version} +Provides: tex(type1ec.sty) = %{tl_version} + +%description cm-super +CM-Super family of fonts are Adobe Type 1 fonts that replace +the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded +Concrete, T1/TS1-encoded CM bright and LH fonts (thus +supporting all European languages except Greek, and all +Cyrillic-based languages), and bringing many ameliorations in +typesetting quality. The fonts exhibit the same metrics as the +MetaFont-encoded originals. + +date: 2008-01-16 21:31:11 +0100 + +%post cm-super +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap cm-super-t1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-t1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cm-super-t2a.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-t2a.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cm-super-t2b.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-t2b.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cm-super-t2c.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-t2c.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cm-super-ts1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-ts1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap cm-super-x2.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cm-super-x2.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cm-super +if [ $1 == 0 ] ; then +sed -i '/^MixedMap cm-super-t1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm-super-t2a.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm-super-t2b.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm-super-t2c.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm-super-ts1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap cm-super-x2.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cm-super +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cm-super-doc +Summary: Documentation for cm-super +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cm-super-doc +BuildArch: noarch +AutoReqProv: No + +%description cm-super-doc +Documentation for cm-super + +%package cmtiup +Provides: tex-cmtiup = %{tl_version} +License: LPPL 1.3 +Summary: Upright punctuation with CM slanted +Version: svn20512.1.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmtiup10.tfm) = %{tl_version} +Provides: tex(cmtiup12.tfm) = %{tl_version} +Provides: tex(cmtiup7.tfm) = %{tl_version} +Provides: tex(cmtiup8.tfm) = %{tl_version} +Provides: tex(cmtiup9.tfm) = %{tl_version} +Provides: tex(cmtiup10.vf) = %{tl_version} +Provides: tex(cmtiup12.vf) = %{tl_version} +Provides: tex(cmtiup7.vf) = %{tl_version} +Provides: tex(cmtiup8.vf) = %{tl_version} +Provides: tex(cmtiup9.vf) = %{tl_version} +Provides: tex(cmtiup.sty) = %{tl_version} + +%description cmtiup +The cmtiup fonts address a problem with the appearance of +punctuation in italic text in mathematical documents. To +achieve this, all punctuation characters are upright, and +kerning between letters and punctuation is adjusted to allow +for the italic correction. The fonts are implemented as a set +of vf files; a package for support in LaTeX 2e is provided. + +date: 2010-11-20 14:00:52 +0100 + +%post cmtiup +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cmtiup +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmtiup +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cmtiup-doc +Summary: Documentation for cmtiup +Version: svn20512.1.3a +Release: %{tl_noarch_release} +Provides: tex-cmtiup-doc +BuildArch: noarch +AutoReqProv: No + +%description cmtiup-doc +Documentation for cmtiup + +%package cm +Provides: tex-cm = %{tl_version} +License: Knuth +Summary: Computer Modern fonts +Version: svn29581.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cmtext-bsr-interpolated.map) = %{tl_version} +Provides: tex(cmb10.tfm) = %{tl_version} +Provides: tex(cmbcsc10.tfm) = %{tl_version} +Provides: tex(cmbsy10.tfm) = %{tl_version} +Provides: tex(cmbx10.tfm) = %{tl_version} +Provides: tex(cmbx12.tfm) = %{tl_version} +Provides: tex(cmbx5.tfm) = %{tl_version} +Provides: tex(cmbx6.tfm) = %{tl_version} +Provides: tex(cmbx7.tfm) = %{tl_version} +Provides: tex(cmbx8.tfm) = %{tl_version} +Provides: tex(cmbx9.tfm) = %{tl_version} +Provides: tex(cmbxsl10.tfm) = %{tl_version} +Provides: tex(cmbxti10.tfm) = %{tl_version} +Provides: tex(cmcsc10.tfm) = %{tl_version} +Provides: tex(cmdunh10.tfm) = %{tl_version} +Provides: tex(cmex10.tfm) = %{tl_version} +Provides: tex(cmff10.tfm) = %{tl_version} +Provides: tex(cmfi10.tfm) = %{tl_version} +Provides: tex(cmfib8.tfm) = %{tl_version} +Provides: tex(cminch.tfm) = %{tl_version} +Provides: tex(cmitt10.tfm) = %{tl_version} +Provides: tex(cmmi10.tfm) = %{tl_version} +Provides: tex(cmmi12.tfm) = %{tl_version} +Provides: tex(cmmi5.tfm) = %{tl_version} +Provides: tex(cmmi6.tfm) = %{tl_version} +Provides: tex(cmmi7.tfm) = %{tl_version} +Provides: tex(cmmi8.tfm) = %{tl_version} +Provides: tex(cmmi9.tfm) = %{tl_version} +Provides: tex(cmmib10.tfm) = %{tl_version} +Provides: tex(cmr10.tfm) = %{tl_version} +Provides: tex(cmr12.tfm) = %{tl_version} +Provides: tex(cmr17.tfm) = %{tl_version} +Provides: tex(cmr5.tfm) = %{tl_version} +Provides: tex(cmr6.tfm) = %{tl_version} +Provides: tex(cmr7.tfm) = %{tl_version} +Provides: tex(cmr8.tfm) = %{tl_version} +Provides: tex(cmr9.tfm) = %{tl_version} +Provides: tex(cmsl10.tfm) = %{tl_version} +Provides: tex(cmsl12.tfm) = %{tl_version} +Provides: tex(cmsl8.tfm) = %{tl_version} +Provides: tex(cmsl9.tfm) = %{tl_version} +Provides: tex(cmsltt10.tfm) = %{tl_version} +Provides: tex(cmss10.tfm) = %{tl_version} +Provides: tex(cmss12.tfm) = %{tl_version} +Provides: tex(cmss17.tfm) = %{tl_version} +Provides: tex(cmss8.tfm) = %{tl_version} +Provides: tex(cmss9.tfm) = %{tl_version} +Provides: tex(cmssbx10.tfm) = %{tl_version} +Provides: tex(cmssdc10.tfm) = %{tl_version} +Provides: tex(cmssi10.tfm) = %{tl_version} +Provides: tex(cmssi12.tfm) = %{tl_version} +Provides: tex(cmssi17.tfm) = %{tl_version} +Provides: tex(cmssi8.tfm) = %{tl_version} +Provides: tex(cmssi9.tfm) = %{tl_version} +Provides: tex(cmssq8.tfm) = %{tl_version} +Provides: tex(cmssqi8.tfm) = %{tl_version} +Provides: tex(cmsy10.tfm) = %{tl_version} +Provides: tex(cmsy5.tfm) = %{tl_version} +Provides: tex(cmsy6.tfm) = %{tl_version} +Provides: tex(cmsy7.tfm) = %{tl_version} +Provides: tex(cmsy8.tfm) = %{tl_version} +Provides: tex(cmsy9.tfm) = %{tl_version} +Provides: tex(cmtcsc10.tfm) = %{tl_version} +Provides: tex(cmtex10.tfm) = %{tl_version} +Provides: tex(cmtex8.tfm) = %{tl_version} +Provides: tex(cmtex9.tfm) = %{tl_version} +Provides: tex(cmti10.tfm) = %{tl_version} +Provides: tex(cmti12.tfm) = %{tl_version} +Provides: tex(cmti7.tfm) = %{tl_version} +Provides: tex(cmti8.tfm) = %{tl_version} +Provides: tex(cmti9.tfm) = %{tl_version} +Provides: tex(cmtt10.tfm) = %{tl_version} +Provides: tex(cmtt12.tfm) = %{tl_version} +Provides: tex(cmtt8.tfm) = %{tl_version} +Provides: tex(cmtt9.tfm) = %{tl_version} +Provides: tex(cmu10.tfm) = %{tl_version} +Provides: tex(cmvtt10.tfm) = %{tl_version} + +%description cm +Knuth's final iteration of his re-interpretation of a c.19 +Modern-style font from Monotype. The family is comprehensive, +offering both sans and roman styles, and a monospaced font, +together with mathematics fonts closely integrated with the +mathematical facilities of TeX itself. The base fonts are +distributed as Metafont source, but autotraced PostScript Type +1 versions are available (one version in the AMS fonts +distribution, and also the BaKoMa distribution). The Computer +Modern fonts have inspired many later families, notably the +European Computer Modern and the Latin Modern families. + +date: 2012-06-26 21:09:43 +0200 + +%post cm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap cmtext-bsr-interpolated.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap cmtext-bsr-interpolated.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cm +if [ $1 == 0 ] ; then +sed -i '/^MixedMap cmtext-bsr-interpolated.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cm +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cm-doc +Summary: Documentation for cm +Version: svn29581.0 +Release: %{tl_noarch_release} +Provides: tex-cm-doc +BuildArch: noarch +AutoReqProv: No + +%description cm-doc +Documentation for cm + +%package cm-unicode +Provides: tex-cm-unicode = %{tl_version} +License: OFL +Summary: Computer Modern Unicode font family +Version: svn19445.0.7.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmu-ec.enc) = %{tl_version} +Provides: tex(cmu-ecsc.enc) = %{tl_version} +Provides: tex(cmu-g.enc) = %{tl_version} +Provides: tex(cmu-gsc.enc) = %{tl_version} +Provides: tex(cmu-la.enc) = %{tl_version} +Provides: tex(cmu-lasc.enc) = %{tl_version} +Provides: tex(cmu-lb.enc) = %{tl_version} +Provides: tex(cmu-lc.enc) = %{tl_version} +Provides: tex(cmu-ld.enc) = %{tl_version} +Provides: tex(cmu-rx.enc) = %{tl_version} +Provides: tex(cmu-tc.enc) = %{tl_version} +Provides: tex(cmu-tipa.enc) = %{tl_version} +Provides: tex(cmu-tipx.enc) = %{tl_version} +Provides: tex(cmu-ux.enc) = %{tl_version} +Provides: tex(cmu-uxsc.enc) = %{tl_version} +Provides: tex(cmu-vn.enc) = %{tl_version} +Provides: tex(cmu.map) = %{tl_version} +Provides: tex(cmunbbx.otf) = %{tl_version} +Provides: tex(cmunbi.otf) = %{tl_version} +Provides: tex(cmunbl.otf) = %{tl_version} +Provides: tex(cmunbmo.otf) = %{tl_version} +Provides: tex(cmunbmr.otf) = %{tl_version} +Provides: tex(cmunbso.otf) = %{tl_version} +Provides: tex(cmunbsr.otf) = %{tl_version} +Provides: tex(cmunbtl.otf) = %{tl_version} +Provides: tex(cmunbto.otf) = %{tl_version} +Provides: tex(cmunbx.otf) = %{tl_version} +Provides: tex(cmunbxo.otf) = %{tl_version} +Provides: tex(cmunci.otf) = %{tl_version} +Provides: tex(cmunit.otf) = %{tl_version} +Provides: tex(cmunobi.otf) = %{tl_version} +Provides: tex(cmunobx.otf) = %{tl_version} +Provides: tex(cmunorm.otf) = %{tl_version} +Provides: tex(cmunoti.otf) = %{tl_version} +Provides: tex(cmunrb.otf) = %{tl_version} +Provides: tex(cmunrm.otf) = %{tl_version} +Provides: tex(cmunsi.otf) = %{tl_version} +Provides: tex(cmunsl.otf) = %{tl_version} +Provides: tex(cmunso.otf) = %{tl_version} +Provides: tex(cmunss.otf) = %{tl_version} +Provides: tex(cmunssdc.otf) = %{tl_version} +Provides: tex(cmunst.otf) = %{tl_version} +Provides: tex(cmunsx.otf) = %{tl_version} +Provides: tex(cmuntb.otf) = %{tl_version} +Provides: tex(cmunti.otf) = %{tl_version} +Provides: tex(cmuntt.otf) = %{tl_version} +Provides: tex(cmuntx.otf) = %{tl_version} +Provides: tex(cmunui.otf) = %{tl_version} +Provides: tex(cmunvi.otf) = %{tl_version} +Provides: tex(cmunvt.otf) = %{tl_version} +Provides: tex(cmunbbx.pfb) = %{tl_version} +Provides: tex(cmunbi.pfb) = %{tl_version} +Provides: tex(cmunbl.pfb) = %{tl_version} +Provides: tex(cmunbmo.pfb) = %{tl_version} +Provides: tex(cmunbmr.pfb) = %{tl_version} +Provides: tex(cmunbso.pfb) = %{tl_version} +Provides: tex(cmunbsr.pfb) = %{tl_version} +Provides: tex(cmunbtl.pfb) = %{tl_version} +Provides: tex(cmunbto.pfb) = %{tl_version} +Provides: tex(cmunbx.pfb) = %{tl_version} +Provides: tex(cmunbxo.pfb) = %{tl_version} +Provides: tex(cmunci.pfb) = %{tl_version} +Provides: tex(cmunit.pfb) = %{tl_version} +Provides: tex(cmunobi.pfb) = %{tl_version} +Provides: tex(cmunobx.pfb) = %{tl_version} +Provides: tex(cmunorm.pfb) = %{tl_version} +Provides: tex(cmunoti.pfb) = %{tl_version} +Provides: tex(cmunrb.pfb) = %{tl_version} +Provides: tex(cmunrm.pfb) = %{tl_version} +Provides: tex(cmunsi.pfb) = %{tl_version} +Provides: tex(cmunsl.pfb) = %{tl_version} +Provides: tex(cmunso.pfb) = %{tl_version} +Provides: tex(cmunss.pfb) = %{tl_version} +Provides: tex(cmunssdc.pfb) = %{tl_version} +Provides: tex(cmunst.pfb) = %{tl_version} +Provides: tex(cmunsx.pfb) = %{tl_version} +Provides: tex(cmuntb.pfb) = %{tl_version} +Provides: tex(cmunti.pfb) = %{tl_version} +Provides: tex(cmuntt.pfb) = %{tl_version} +Provides: tex(cmuntx.pfb) = %{tl_version} +Provides: tex(cmunui.pfb) = %{tl_version} +Provides: tex(cmunvi.pfb) = %{tl_version} +Provides: tex(cmunvt.pfb) = %{tl_version} + +%description cm-unicode +Computer Modern Unicode fonts were converted from metafont +sources using mftrace with autotrace backend and fontforge. +Some characters in several fonts are copied from Blue Sky type +1 fonts released by AMS. Currently the fonts contain glyphs +from Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek +(cbgreek when available) code sets and IPA extensions (from +tipa). This font set contains 33 fonts. This archive contains +AFM, PFB and OTF versions; the OTF version of the Computer +Modern Unicode fonts works with TeX engines that directly +support OpenType features, such as XeTeX and LuaTeX. + +date: 2010-07-13 15:28:23 +0200 + +%post cm-unicode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cm-unicode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cm-unicode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cm-unicode-doc +Summary: Documentation for cm-unicode +Version: svn19445.0.7.0 +Release: %{tl_noarch_release} +Provides: tex-cm-unicode-doc +BuildArch: noarch +AutoReqProv: No + +%description cm-unicode-doc +Documentation for cm-unicode + +%package codedoc +Provides: tex-codedoc = %{tl_version} +License: LPPL +Summary: LaTeX code and documentation in LaTeX-format file +Version: svn17630.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeidx.sty) +Provides: tex(codedoc.cls) = %{tl_version} + +%description codedoc +The CodeDoc class is an alternative to DocStrip (and others) to +produce LaTeX code along with its documentation without +departing from LaTeX's ordinary syntax. The documentation is +prepared like any other LaTeX document and the code to be +commented verbatim is simply delimited by an environment. When +an option is turned on in the class options, this code is +written to the desired file(s). The class also includes fully +customizable verbatim environments which provide the author +with separate commands to typeset the material and/or to +execute it. + +date: 2010-03-30 18:14:30 +0200 + +%post codedoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun codedoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codedoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package codedoc-doc +Summary: Documentation for codedoc +Version: svn17630.0.3 +Release: %{tl_noarch_release} +Provides: tex-codedoc-doc +BuildArch: noarch +AutoReqProv: No + +%description codedoc-doc +Documentation for codedoc + +%package codepage +Provides: tex-codepage = %{tl_version} +License: BSD +Summary: Support for variant code pages +Version: svn21126.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(code437.tex) = %{tl_version} +Provides: tex(code850.tex) = %{tl_version} +Provides: tex(codeiso1.tex) = %{tl_version} +Provides: tex(codemac.tex) = %{tl_version} +Provides: tex(codepage.sty) = %{tl_version} +Provides: tex(initcar.tex) = %{tl_version} +Provides: tex(shapecm.tex) = %{tl_version} +Provides: tex(shapedc.tex) = %{tl_version} + +%description codepage +The package provides a mechanism for inputting non-ASCII text. +Nowadays, the job is mostly done by the inputenc package in the +LaTeX distribution. + +date: 2011-01-18 23:40:40 +0100 + +%post codepage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun codepage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codepage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package codepage-doc +Summary: Documentation for codepage +Version: svn21126.0 +Release: %{tl_noarch_release} +Provides: tex-codepage-doc +BuildArch: noarch +AutoReqProv: No + +%description codepage-doc +Documentation for codepage + +%package codicefiscaleitaliano +Provides: tex-codicefiscaleitaliano = %{tl_version} +License: LPPL 1.3 +Summary: Test the consistency of the Italian personal Fiscal Code +Version: svn29803.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(codicefiscaleitaliano.sty) = %{tl_version} + +%description codicefiscaleitaliano +The alphanumeric string that forms the Italian personal Fiscal +Code is prone to be misspelled thus rendering a legal document +invalid. The package quickly verifies the consistency of the +fiscal code string, and can therefore be useful for lawyers and +accountants that use fiscal codes very frequently. + +date: 2012-05-14 18:00:00 +0200 + +%post codicefiscaleitaliano +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun codicefiscaleitaliano +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codicefiscaleitaliano +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package codicefiscaleitaliano-doc +Summary: Documentation for codicefiscaleitaliano +Version: svn29803.1.2 +Release: %{tl_noarch_release} +Provides: tex-codicefiscaleitaliano-doc +BuildArch: noarch +AutoReqProv: No + +%description codicefiscaleitaliano-doc +Documentation for codicefiscaleitaliano + +%package collcell +Provides: tex-collcell = %{tl_version} +License: LPPL 1.3 +Summary: Collect contents of a tabular cell as argument to a macro +Version: svn21539.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(tabularx.sty) +Requires: tex(etoolbox.sty) +Provides: tex(collcell.sty) = %{tl_version} + +%description collcell +The package provides macros that collect the content of a +tabular cell, and offer them as an argument to a macro. Special +care is taken to remove all aligning macros inserted by tabular +from the cell content. The macros also work in the last column +of a table, but do not support verbatim material inside the +cells. + +date: 2011-02-27 21:54:29 +0100 + +%post collcell +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun collcell +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collcell +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package collcell-doc +Summary: Documentation for collcell +Version: svn21539.0.5 +Release: %{tl_noarch_release} +Provides: tex-collcell-doc +BuildArch: noarch +AutoReqProv: No + +%description collcell-doc +Documentation for collcell + +%package collectbox +Provides: tex-collectbox = %{tl_version} +License: LPPL +Summary: collectbox package +Version: svn26557.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(collectbox.sty) = %{tl_version} + +%description collectbox +collectbox package + +%post collectbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun collectbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collectbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package collectbox-doc +Summary: Documentation for collectbox +Version: svn26557.0 +Release: %{tl_noarch_release} +Provides: tex-collectbox-doc +BuildArch: noarch +AutoReqProv: No + +%description collectbox-doc +Documentation for collectbox + +%package collection-basic +Summary: Essential programs and files +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: tex-texlive.infra +Requires: tex-amsfonts +Requires: tex-bibtex +Requires: tex-cm +Requires: tex-dvipdfmx +Requires: tex-dvipdfmx-def +Requires: tex-dvips +Requires: tex-enctex +Requires: tex-etex +Requires: tex-etex-pkg +Requires: tex-glyphlist +Requires: tex-gsftopk +Requires: tex-hyph-utf8 +Requires: tex-hyphen-base +Requires: tex-ifluatex +Requires: tex-ifxetex +Requires: tex-kpathsea +Requires: tex-lua-alt-getopt +Requires: tex-luatex +Requires: tex-makeindex +Requires: tex-metafont +Requires: tex-mflogo +Requires: tex-mfware +Requires: tex-misc +Requires: tex-pdftex +Requires: tex-plain +Requires: tex-tetex +Requires: tex-tex +Requires: tex-texconfig +Requires: texlive-texlive-common-doc +Requires: texlive-texlive-en-doc +Requires: tex-texlive-msg-translations +Requires: tex-texlive-scripts +Requires: tex-xdvi +Provides: tex(tex) = %{tl_version}, tex = %{tl_version} +Requires: dvipdfmx, xdvik + +%description collection-basic +These files are regarded as basic for any TeX system, covering +plain TeX macros, Computer Modern fonts, and configuration for +common drivers; no LaTeX. + +%package texlive.infra +Provides: tex-texlive.infra = %{tl_version} +License: LPPL +Summary: basic TeX Live infrastructure +Version: svn30643.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texlive.infra-bin +Provides: tex(fmtutil-hdr.cnf) = %{tl_version} +Provides: tex(updmap-hdr.cfg) = %{tl_version} + +%description texlive.infra +This package contains the files needed to get the TeX Live +tools (notably tlmgr) running: perl modules, xz binaries, plus +(sometimes) tar and wget. These files end up in the standalone +install packages, and in the tlcritical repository. + +%post texlive.infra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texlive.infra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive.infra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texlive.infra-doc +Summary: Documentation for texlive.infra +Version: svn30643.0 +Release: %{tl_noarch_release} +Provides: tex-texlive.infra-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive.infra-doc +Documentation for texlive.infra + +%package texlive.infra-bin +Summary: Binaries for texlive.infra +Version: svn29741.0 +Requires: texlive-base +Requires: tex-texlive.infra +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description texlive.infra-bin +Binaries for texlive.infra + +%package dvipdfmx +Provides: tex-dvipdfmx = %{tl_version} +License: GPL+ +Summary: An extended version of dvipdfm +Version: svn30386.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-glyphlist +Requires: tex-dvipdfmx-def +Requires: texlive-dvipdfmx-bin +Provides: tex(dvipdfmx.cfg) = %{tl_version} +Provides: tex(cid-x.map) = %{tl_version} +Provides: tex(ckx.map) = %{tl_version} +Provides: tex(kanjix.map) = %{tl_version} + +%description dvipdfmx +Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm +created to support multi-byte character encodings and large +character sets for East Asian languages. Dvipdfmx, if "called" +with the name dvipdfm, operates in a "dvipdfm compatibility" +mode, so that users of the both packages need only keep one +executable. A secondary design goal is to support as many "PDF" +features as does pdfTeX. There being no documentation as such, +users are advised to consult the documentation of dvipdfm (as +well, of course, as the package Readme. + +date: 2012-04-21 10:57:19 +0200 + +%post dvipdfmx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvipdfmx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipdfmx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvipdfmx-doc +Summary: Documentation for dvipdfmx +Version: svn30386.0 +Release: %{tl_noarch_release} +Provides: tex-dvipdfmx-doc +BuildArch: noarch +AutoReqProv: No + +%description dvipdfmx-doc +Documentation for dvipdfmx + +%package glyphlist +Provides: tex-glyphlist = %{tl_version} +License: LPPL +Summary: glyphlist package +Version: svn28576.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description glyphlist +glyphlist package + +%post glyphlist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun glyphlist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glyphlist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvipdfmx-def +Provides: tex-dvipdfmx-def = %{tl_version} +License: LPPL +Summary: Configuration file for dvipdfmx graphics +Version: svn30175.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dvipdfmx.def) = %{tl_version} + +%description dvipdfmx-def +This is the graphics driver for use when output is to be +processed by dvipdfmx. + +date: 2012-04-21 09:41:15 +0200 + +%post dvipdfmx-def +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvipdfmx-def +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipdfmx-def +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvipdfmx-bin +Summary: Binaries for dvipdfmx +Version: svn30205.0 +Requires: texlive-base +Requires: tex-dvipdfmx +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: dvipdfmx = %{tl_version}, dvipdfm = %{tl_version} +Obsoletes: dvipdfmx < %{tl_version}, dvipdfm < %{tl_version} +Release: %{tl_release} + +%description dvipdfmx-bin +Binaries for dvipdfmx + +%package dvips +Provides: tex-dvips = %{tl_version} +License: GPL+ +Summary: A DVI to PostScript driver +Version: svn30480.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: texlive-dvips-bin +Provides: tex(canonex.cfg) = %{tl_version} +Provides: tex(cx.cfg) = %{tl_version} +Provides: tex(deskjet.cfg) = %{tl_version} +Provides: tex(dfaxhigh.cfg) = %{tl_version} +Provides: tex(dvired.cfg) = %{tl_version} +Provides: tex(epson.cfg) = %{tl_version} +Provides: tex(ibmvga.cfg) = %{tl_version} +Provides: tex(ljfour.cfg) = %{tl_version} +Provides: tex(qms.cfg) = %{tl_version} +Provides: tex(toshiba.cfg) = %{tl_version} +Provides: tex(6w.enc) = %{tl_version} +Provides: tex(7t.enc) = %{tl_version} +Provides: tex(8a.enc) = %{tl_version} +Provides: tex(8r.enc) = %{tl_version} +Provides: tex(ad.enc) = %{tl_version} +Provides: tex(ansinew.enc) = %{tl_version} +Provides: tex(asex.enc) = %{tl_version} +Provides: tex(asexp.enc) = %{tl_version} +Provides: tex(dc.enc) = %{tl_version} +Provides: tex(dvips.enc) = %{tl_version} +Provides: tex(ec.enc) = %{tl_version} +Provides: tex(extex.enc) = %{tl_version} +Provides: tex(funky.enc) = %{tl_version} +Provides: tex(odvips.enc) = %{tl_version} +Provides: tex(q-cs-uni.enc) = %{tl_version} +Provides: tex(q-ec-uni.enc) = %{tl_version} +Provides: tex(q-l7x-uni.enc) = %{tl_version} +Provides: tex(q-qx-uni.enc) = %{tl_version} +Provides: tex(q-rm-uni.enc) = %{tl_version} +Provides: tex(q-t2a-uni.enc) = %{tl_version} +Provides: tex(q-t2b-uni.enc) = %{tl_version} +Provides: tex(q-t2c-uni.enc) = %{tl_version} +Provides: tex(q-t5-uni.enc) = %{tl_version} +Provides: tex(q-texnansi-uni.enc) = %{tl_version} +Provides: tex(q-ts1-uni.enc) = %{tl_version} +Provides: tex(qx.enc) = %{tl_version} +Provides: tex(stormex.enc) = %{tl_version} +Provides: tex(tex256.enc) = %{tl_version} +Provides: tex(texmext.enc) = %{tl_version} +Provides: tex(texmital.enc) = %{tl_version} +Provides: tex(texmsym.enc) = %{tl_version} +Provides: tex(texnansx.enc) = %{tl_version} +Provides: tex(builtin35.map) = %{tl_version} +Provides: tex(download35.map) = %{tl_version} +Provides: tex(ps2pk.map) = %{tl_version} +Provides: tex(psfonts.map) = %{tl_version} +Provides: tex(psfonts_pk.map) = %{tl_version} +Provides: tex(psfonts_t1.map) = %{tl_version} +Provides: tex(blackdvi.sty) = %{tl_version} +Provides: tex(blackdvi.tex) = %{tl_version} +Provides: tex(colordvi.sty) = %{tl_version} +Provides: tex(colordvi.tex) = %{tl_version} +Provides: tex(rotate.sty) = %{tl_version} +Provides: tex(rotate.tex) = %{tl_version} +Provides: tex(dvips) = %{tl_version}, tetex-dvips = 3.1-99, texlive-texmf-dvips = %{tl_version}, texlive-dvips = %{tl_version} +Obsoletes: tetex-dvips < 3.1-99, texlive-texmf-dvips < %{tl_version} +Requires: texlive-latex-fonts + +%description dvips +This package has been withdrawn from CTAN, and bundled into the +distributions' package sets. The current sources of dvips may +be found in the distribution of dvipsk which forms part of the +TeX-live sources. + +date: 2013-03-25 12:41:24 +0100 + +%preun dvips +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null || : +fi + +%post dvips +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null +: + +%postun dvips +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvips +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvips-doc +Summary: Documentation for dvips +Version: svn30480.0 +Release: %{tl_noarch_release} +Provides: tex-dvips-doc +BuildArch: noarch +AutoReqProv: No + +%description dvips-doc +Documentation for dvips + +%package dvips-bin +Summary: Binaries for dvips +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dvips +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dvips-bin +Binaries for dvips + +%package enctex +Provides: tex-enctex = %{tl_version} +License: GPL+ +Summary: A TeX extension that translates input on its way into TeX +Version: svn28602.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(1250-csf.tex) = %{tl_version} +Provides: tex(1250-il2.tex) = %{tl_version} +Provides: tex(1250-latex.tex) = %{tl_version} +Provides: tex(1250-t1.tex) = %{tl_version} +Provides: tex(852-csf.tex) = %{tl_version} +Provides: tex(852-il2.tex) = %{tl_version} +Provides: tex(852-latex.tex) = %{tl_version} +Provides: tex(852-t1.tex) = %{tl_version} +Provides: tex(csfmacro.tex) = %{tl_version} +Provides: tex(enc-u.tex) = %{tl_version} +Provides: tex(encmacro.tex) = %{tl_version} +Provides: tex(il2-1250.tex) = %{tl_version} +Provides: tex(il2-852.tex) = %{tl_version} +Provides: tex(il2-csf.tex) = %{tl_version} +Provides: tex(il2-kam.tex) = %{tl_version} +Provides: tex(il2-t1.tex) = %{tl_version} +Provides: tex(kam-csf.tex) = %{tl_version} +Provides: tex(kam-il2.tex) = %{tl_version} +Provides: tex(kam-latex.tex) = %{tl_version} +Provides: tex(kam-t1.tex) = %{tl_version} +Provides: tex(mixcodes.tex) = %{tl_version} +Provides: tex(noprefnt.tex) = %{tl_version} +Provides: tex(plain-1250-cs.tex) = %{tl_version} +Provides: tex(plain-852-cs.tex) = %{tl_version} +Provides: tex(plain-il2-cs.tex) = %{tl_version} +Provides: tex(plain-kam-cs.tex) = %{tl_version} +Provides: tex(plain-utf8-cs.tex) = %{tl_version} +Provides: tex(plain-utf8-ec.tex) = %{tl_version} +Provides: tex(polyset.tex) = %{tl_version} +Provides: tex(t1macro.tex) = %{tl_version} +Provides: tex(utf8-csf.tex) = %{tl_version} +Provides: tex(utf8-t1.tex) = %{tl_version} +Provides: tex(utf8cseq.tex) = %{tl_version} +Provides: tex(utf8lat1.tex) = %{tl_version} +Provides: tex(utf8lata.tex) = %{tl_version} +Provides: tex(utf8math.tex) = %{tl_version} +Provides: tex(utf8off.tex) = %{tl_version} +Provides: tex(utf8raw.tex) = %{tl_version} +Provides: tex(utf8unkn.tex) = %{tl_version} +Provides: tex(utf8warn.tex) = %{tl_version} + +%description enctex +EncTeX is (another) tex extension, written at the change-file +level. It provides means of translating input on the way into +TeX. It allows, for example, translation of multibyte +sequences, such as utf-8 encoding. + +date: 2012-11-01 10:06:10 +0100 + +%post enctex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun enctex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enctex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package enctex-doc +Summary: Documentation for enctex +Version: svn28602.0 +Release: %{tl_noarch_release} +Provides: tex-enctex-doc +BuildArch: noarch +AutoReqProv: No + +%description enctex-doc +Documentation for enctex + +%package etex +Provides: tex-etex = %{tl_version} +License: Knuth +Summary: An extended version of TeX, from the NTS project +Version: svn29743.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description etex +An extended version of TeX (which is capable of running as if +it were TeX unmodified). E-TeX has been specified by the LaTeX +team as the engine for the development of LaTeX 2e, in the +immediate future; as a result, LaTeX programmers may (in all +current TeX distributions) assume e-TeX functionality. +Development versions of e-TeX are to be found in the TeX live +source repository. + +date: 2012-03-09 15:12:11 +0100 + +%post etex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etex-doc +Summary: Documentation for etex +Version: svn29743.2.1 +Release: %{tl_noarch_release} +Provides: tex-etex-doc +BuildArch: noarch +AutoReqProv: No + +%description etex-doc +Documentation for etex + +%package etex-pkg +Provides: tex-etex-pkg = %{tl_version} +License: LPPL +Summary: E-TeX support package +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(etex.sty) = %{tl_version} + +%description etex-pkg +The package provides a straightforward interface to many of the +extensions offered by e-TeX; in particular, it modifies LaTeX's +register allocation macros to make use of the extended register +range. The etoolbox and etextools packages provide macros that +make more sophisticated use of e-TeX's facilities. + +date: 2009-07-22 12:43:06 +0200 + +%post etex-pkg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etex-pkg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etex-pkg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etex-pkg-doc +Summary: Documentation for etex-pkg +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-etex-pkg-doc +BuildArch: noarch +AutoReqProv: No + +%description etex-pkg-doc +Documentation for etex-pkg + +%package gsftopk +Provides: tex-gsftopk = %{tl_version} +License: GPL+ +Summary: Convert "ghostscript fonts" to PK files +Version: svn29764.1.19.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-gsftopk-bin + +%description gsftopk +Designed for use with xdvi and dvips this utility converts +Adobe Type 1 fonts to PK bitmap format. It should not +ordinarily be much used nowadays, since both its target +applications are now capable of dealing with Type 1 fonts, +direct. + +date: 2012-07-13 12:47:32 +0200 + +%post gsftopk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gsftopk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gsftopk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gsftopk-bin +Summary: Binaries for gsftopk +Version: svn30088.0 +Requires: texlive-base +Requires: tex-gsftopk +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description gsftopk-bin +Binaries for gsftopk + +%package hyph-utf8 +Provides: tex-hyph-utf8 = %{tl_version} +License: Copyright only +Summary: Hyphenation patterns expressed in UTF-8 +Version: svn30360.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(conv-utf8-ec.tex) = %{tl_version} +Provides: tex(conv-utf8-il2.tex) = %{tl_version} +Provides: tex(conv-utf8-il3.tex) = %{tl_version} +Provides: tex(conv-utf8-l7x.tex) = %{tl_version} +Provides: tex(conv-utf8-lmc.tex) = %{tl_version} +Provides: tex(conv-utf8-lth.tex) = %{tl_version} +Provides: tex(conv-utf8-qx.tex) = %{tl_version} +Provides: tex(conv-utf8-t2a.tex) = %{tl_version} +Provides: tex(conv-utf8-t8m.tex) = %{tl_version} +Provides: tex(loadhyph-af.tex) = %{tl_version} +Provides: tex(loadhyph-as.tex) = %{tl_version} +Provides: tex(loadhyph-bg.tex) = %{tl_version} +Provides: tex(loadhyph-bn.tex) = %{tl_version} +Provides: tex(loadhyph-ca.tex) = %{tl_version} +Provides: tex(loadhyph-cop.tex) = %{tl_version} +Provides: tex(loadhyph-cs.tex) = %{tl_version} +Provides: tex(loadhyph-cy.tex) = %{tl_version} +Provides: tex(loadhyph-da.tex) = %{tl_version} +Provides: tex(loadhyph-de-1901.tex) = %{tl_version} +Provides: tex(loadhyph-de-1996.tex) = %{tl_version} +Provides: tex(loadhyph-de-ch-1901.tex) = %{tl_version} +Provides: tex(loadhyph-el-monoton.tex) = %{tl_version} +Provides: tex(loadhyph-el-polyton.tex) = %{tl_version} +Provides: tex(loadhyph-en-gb.tex) = %{tl_version} +Provides: tex(loadhyph-en-us.tex) = %{tl_version} +Provides: tex(loadhyph-eo.tex) = %{tl_version} +Provides: tex(loadhyph-es.tex) = %{tl_version} +Provides: tex(loadhyph-et.tex) = %{tl_version} +Provides: tex(loadhyph-eu.tex) = %{tl_version} +Provides: tex(loadhyph-fi.tex) = %{tl_version} +Provides: tex(loadhyph-fr.tex) = %{tl_version} +Provides: tex(loadhyph-fur.tex) = %{tl_version} +Provides: tex(loadhyph-ga.tex) = %{tl_version} +Provides: tex(loadhyph-gl.tex) = %{tl_version} +Provides: tex(loadhyph-grc.tex) = %{tl_version} +Provides: tex(loadhyph-gu.tex) = %{tl_version} +Provides: tex(loadhyph-hi.tex) = %{tl_version} +Provides: tex(loadhyph-hr.tex) = %{tl_version} +Provides: tex(loadhyph-hsb.tex) = %{tl_version} +Provides: tex(loadhyph-hu.tex) = %{tl_version} +Provides: tex(loadhyph-hy.tex) = %{tl_version} +Provides: tex(loadhyph-ia.tex) = %{tl_version} +Provides: tex(loadhyph-id.tex) = %{tl_version} +Provides: tex(loadhyph-is.tex) = %{tl_version} +Provides: tex(loadhyph-it.tex) = %{tl_version} +Provides: tex(loadhyph-ka.tex) = %{tl_version} +Provides: tex(loadhyph-kmr.tex) = %{tl_version} +Provides: tex(loadhyph-kn.tex) = %{tl_version} +Provides: tex(loadhyph-la.tex) = %{tl_version} +Provides: tex(loadhyph-lt.tex) = %{tl_version} +Provides: tex(loadhyph-lv.tex) = %{tl_version} +Provides: tex(loadhyph-ml.tex) = %{tl_version} +Provides: tex(loadhyph-mn-cyrl-x-lmc.tex) = %{tl_version} +Provides: tex(loadhyph-mn-cyrl.tex) = %{tl_version} +Provides: tex(loadhyph-mr.tex) = %{tl_version} +Provides: tex(loadhyph-mul-ethi.tex) = %{tl_version} +Provides: tex(loadhyph-nb.tex) = %{tl_version} +Provides: tex(loadhyph-nl.tex) = %{tl_version} +Provides: tex(loadhyph-nn.tex) = %{tl_version} +Provides: tex(loadhyph-or.tex) = %{tl_version} +Provides: tex(loadhyph-pa.tex) = %{tl_version} +Provides: tex(loadhyph-pl.tex) = %{tl_version} +Provides: tex(loadhyph-pms.tex) = %{tl_version} +Provides: tex(loadhyph-pt.tex) = %{tl_version} +Provides: tex(loadhyph-rm.tex) = %{tl_version} +Provides: tex(loadhyph-ro.tex) = %{tl_version} +Provides: tex(loadhyph-ru.tex) = %{tl_version} +Provides: tex(loadhyph-sa.tex) = %{tl_version} +Provides: tex(loadhyph-sk.tex) = %{tl_version} +Provides: tex(loadhyph-sl.tex) = %{tl_version} +Provides: tex(loadhyph-sr-cyrl.tex) = %{tl_version} +Provides: tex(loadhyph-sr-latn.tex) = %{tl_version} +Provides: tex(loadhyph-sv.tex) = %{tl_version} +Provides: tex(loadhyph-ta.tex) = %{tl_version} +Provides: tex(loadhyph-te.tex) = %{tl_version} +Provides: tex(loadhyph-th.tex) = %{tl_version} +Provides: tex(loadhyph-tk.tex) = %{tl_version} +Provides: tex(loadhyph-tr.tex) = %{tl_version} +Provides: tex(loadhyph-uk.tex) = %{tl_version} +Provides: tex(loadhyph-zh-latn-pinyin.tex) = %{tl_version} +Provides: tex(hyph-af.ec.tex) = %{tl_version} +Provides: tex(hyph-bg.t2a.tex) = %{tl_version} +Provides: tex(hyph-ca.ec.tex) = %{tl_version} +Provides: tex(hyph-cs.ec.tex) = %{tl_version} +Provides: tex(hyph-cy.ec.tex) = %{tl_version} +Provides: tex(hyph-da.ec.tex) = %{tl_version} +Provides: tex(hyph-de-1901.ec.tex) = %{tl_version} +Provides: tex(hyph-de-1996.ec.tex) = %{tl_version} +Provides: tex(hyph-de-ch-1901.ec.tex) = %{tl_version} +Provides: tex(hyph-eo.il3.tex) = %{tl_version} +Provides: tex(hyph-es.ec.tex) = %{tl_version} +Provides: tex(hyph-et.ec.tex) = %{tl_version} +Provides: tex(hyph-eu.ec.tex) = %{tl_version} +Provides: tex(hyph-fi.ec.tex) = %{tl_version} +Provides: tex(hyph-fr.ec.tex) = %{tl_version} +Provides: tex(hyph-fur.ec.tex) = %{tl_version} +Provides: tex(hyph-ga.ec.tex) = %{tl_version} +Provides: tex(hyph-gl.ec.tex) = %{tl_version} +Provides: tex(hyph-hr.ec.tex) = %{tl_version} +Provides: tex(hyph-hsb.ec.tex) = %{tl_version} +Provides: tex(hyph-hu.ec.tex) = %{tl_version} +Provides: tex(hyph-is.ec.tex) = %{tl_version} +Provides: tex(hyph-ka.t8m.tex) = %{tl_version} +Provides: tex(hyph-kmr.ec.tex) = %{tl_version} +Provides: tex(hyph-la.ec.tex) = %{tl_version} +Provides: tex(hyph-lt.l7x.tex) = %{tl_version} +Provides: tex(hyph-lv.l7x.tex) = %{tl_version} +Provides: tex(hyph-mn-cyrl-x-lmc.lmc.tex) = %{tl_version} +Provides: tex(hyph-mn-cyrl.t2a.tex) = %{tl_version} +Provides: tex(hyph-nb.ec.tex) = %{tl_version} +Provides: tex(hyph-nl.ec.tex) = %{tl_version} +Provides: tex(hyph-nn.ec.tex) = %{tl_version} +Provides: tex(hyph-pl.qx.tex) = %{tl_version} +Provides: tex(hyph-pt.ec.tex) = %{tl_version} +Provides: tex(hyph-ro.ec.tex) = %{tl_version} +Provides: tex(hyph-ru.t2a.tex) = %{tl_version} +Provides: tex(hyph-sh-cyrl.t2a.tex) = %{tl_version} +Provides: tex(hyph-sh-latn.ec.tex) = %{tl_version} +Provides: tex(hyph-sk.ec.tex) = %{tl_version} +Provides: tex(hyph-sl.ec.tex) = %{tl_version} +Provides: tex(hyph-sv.ec.tex) = %{tl_version} +Provides: tex(hyph-th.lth.tex) = %{tl_version} +Provides: tex(hyph-tk.ec.tex) = %{tl_version} +Provides: tex(hyph-tr.ec.tex) = %{tl_version} +Provides: tex(hyph-uk.t2a.tex) = %{tl_version} +Provides: tex(hyph-zh-latn-pinyin.ec.tex) = %{tl_version} +Provides: tex(hyph-quote-af.tex) = %{tl_version} +Provides: tex(hyph-quote-fr.tex) = %{tl_version} +Provides: tex(hyph-quote-fur.tex) = %{tl_version} +Provides: tex(hyph-quote-it.tex) = %{tl_version} +Provides: tex(hyph-quote-pms.tex) = %{tl_version} +Provides: tex(hyph-quote-rm.tex) = %{tl_version} +Provides: tex(hyph-quote-uk.tex) = %{tl_version} +Provides: tex(hyph-quote-zh-latn-pinyin.tex) = %{tl_version} +Provides: tex(copthyph.tex) = %{tl_version} +Provides: tex(hyph-af.tex) = %{tl_version} +Provides: tex(hyph-as.tex) = %{tl_version} +Provides: tex(hyph-bg.tex) = %{tl_version} +Provides: tex(hyph-bn.tex) = %{tl_version} +Provides: tex(hyph-ca.tex) = %{tl_version} +Provides: tex(hyph-cop.tex) = %{tl_version} +Provides: tex(hyph-cs.tex) = %{tl_version} +Provides: tex(hyph-cy.tex) = %{tl_version} +Provides: tex(hyph-da.tex) = %{tl_version} +Provides: tex(hyph-de-1901.tex) = %{tl_version} +Provides: tex(hyph-de-1996.tex) = %{tl_version} +Provides: tex(hyph-de-ch-1901.tex) = %{tl_version} +Provides: tex(hyph-el-monoton.tex) = %{tl_version} +Provides: tex(hyph-el-polyton.tex) = %{tl_version} +Provides: tex(hyph-en-gb.tex) = %{tl_version} +Provides: tex(hyph-en-us.tex) = %{tl_version} +Provides: tex(hyph-eo.tex) = %{tl_version} +Provides: tex(hyph-es.tex) = %{tl_version} +Provides: tex(hyph-et.tex) = %{tl_version} +Provides: tex(hyph-eu.tex) = %{tl_version} +Provides: tex(hyph-fi.tex) = %{tl_version} +Provides: tex(hyph-fr.tex) = %{tl_version} +Provides: tex(hyph-fur.tex) = %{tl_version} +Provides: tex(hyph-ga.tex) = %{tl_version} +Provides: tex(hyph-gl.tex) = %{tl_version} +Provides: tex(hyph-grc.tex) = %{tl_version} +Provides: tex(hyph-gu.tex) = %{tl_version} +Provides: tex(hyph-hi.tex) = %{tl_version} +Provides: tex(hyph-hr.tex) = %{tl_version} +Provides: tex(hyph-hsb.tex) = %{tl_version} +Provides: tex(hyph-hu.tex) = %{tl_version} +Provides: tex(hyph-hy.tex) = %{tl_version} +Provides: tex(hyph-ia.tex) = %{tl_version} +Provides: tex(hyph-id.tex) = %{tl_version} +Provides: tex(hyph-is.tex) = %{tl_version} +Provides: tex(hyph-it.tex) = %{tl_version} +Provides: tex(hyph-ka.tex) = %{tl_version} +Provides: tex(hyph-kmr.tex) = %{tl_version} +Provides: tex(hyph-kn.tex) = %{tl_version} +Provides: tex(hyph-la.tex) = %{tl_version} +Provides: tex(hyph-lt.tex) = %{tl_version} +Provides: tex(hyph-lv.tex) = %{tl_version} +Provides: tex(hyph-ml.tex) = %{tl_version} +Provides: tex(hyph-mn-cyrl-x-lmc.tex) = %{tl_version} +Provides: tex(hyph-mn-cyrl.tex) = %{tl_version} +Provides: tex(hyph-mr.tex) = %{tl_version} +Provides: tex(hyph-mul-ethi.tex) = %{tl_version} +Provides: tex(hyph-nb.tex) = %{tl_version} +Provides: tex(hyph-nl.tex) = %{tl_version} +Provides: tex(hyph-nn.tex) = %{tl_version} +Provides: tex(hyph-no.tex) = %{tl_version} +Provides: tex(hyph-or.tex) = %{tl_version} +Provides: tex(hyph-pa.tex) = %{tl_version} +Provides: tex(hyph-pl.tex) = %{tl_version} +Provides: tex(hyph-pms.tex) = %{tl_version} +Provides: tex(hyph-pt.tex) = %{tl_version} +Provides: tex(hyph-rm.tex) = %{tl_version} +Provides: tex(hyph-ro.tex) = %{tl_version} +Provides: tex(hyph-ru.tex) = %{tl_version} +Provides: tex(hyph-sa.tex) = %{tl_version} +Provides: tex(hyph-sh-cyrl.tex) = %{tl_version} +Provides: tex(hyph-sh-latn.tex) = %{tl_version} +Provides: tex(hyph-sk.tex) = %{tl_version} +Provides: tex(hyph-sl.tex) = %{tl_version} +Provides: tex(hyph-sr-cyrl.tex) = %{tl_version} +Provides: tex(hyph-sv.tex) = %{tl_version} +Provides: tex(hyph-ta.tex) = %{tl_version} +Provides: tex(hyph-te.tex) = %{tl_version} +Provides: tex(hyph-th.tex) = %{tl_version} +Provides: tex(hyph-tk.tex) = %{tl_version} +Provides: tex(hyph-tr.tex) = %{tl_version} +Provides: tex(hyph-uk.tex) = %{tl_version} +Provides: tex(hyph-zh-latn-pinyin.tex) = %{tl_version} + +%description hyph-utf8 +Modern native UTF-8 engines such as XeTeX and LuaTeX need +hyphenation patterns in UTF-8 format, whereas older systems +require hyphenation patterns in the 8-bit encoding of the font +in use (such encodings are codified in the LaTeX scheme with +names like OT1, T2A, TS1, OML, LY1, etc). The present package +offers a collection of conversions of existing patterns to UTF- +8 format, together with converters for use with 8-bit fonts in +older systems. Since hyphenation patterns for Knuthian-style +TeX systems are only read at iniTeX time, it is hoped that the +UTF-8 patterns, with their converters, will completely supplant +the older patterns. + +date: 2013-05-08 01:16:25 +0200 + +%post hyph-utf8 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyph-utf8 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyph-utf8 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyph-utf8-doc +Summary: Documentation for hyph-utf8 +Version: svn30360.0 +Release: %{tl_noarch_release} +Provides: tex-hyph-utf8-doc +BuildArch: noarch +AutoReqProv: No + +%description hyph-utf8-doc +Documentation for hyph-utf8 + +%package hyphen-base +Provides: tex-hyphen-base = %{tl_version} +License: LPPL +Summary: hyphen-base package +Version: svn30625.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(language.dat) = %{tl_version} +Provides: tex(language.def) = %{tl_version} +Provides: tex(language.us.def) = %{tl_version} +Provides: tex(dumyhyph.tex) = %{tl_version} +Provides: tex(hyphen.tex) = %{tl_version} +Provides: tex(hypht1.tex) = %{tl_version} +Provides: tex(zerohyph.tex) = %{tl_version} + +%description hyphen-base +hyphen-base package + +%post hyphen-base +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyphen-base +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphen-base +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifluatex +Provides: tex-ifluatex = %{tl_version} +License: LPPL 1.3 +Summary: Provides the \ifluatex switch +Version: svn26725.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifluatex.sty) = %{tl_version} + +%description 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-05-29 15:13:53 +0200 + +%post ifluatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifluatex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifluatex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifluatex-doc +Summary: Documentation for ifluatex +Version: svn26725.1.3 +Release: %{tl_noarch_release} +Provides: tex-ifluatex-doc +BuildArch: noarch +AutoReqProv: No + +%description ifluatex-doc +Documentation for ifluatex + +%package ifxetex +Provides: tex-ifxetex = %{tl_version} +License: LPPL +Summary: Am I running under XeTeX? +Version: svn19685.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifxetex.sty) = %{tl_version} + +%description 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: 2009-01-27 08:30:55 +0100 + +%post ifxetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifxetex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifxetex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifxetex-doc +Summary: Documentation for ifxetex +Version: svn19685.0.5 +Release: %{tl_noarch_release} +Provides: tex-ifxetex-doc +BuildArch: noarch +AutoReqProv: No + +%description ifxetex-doc +Documentation for ifxetex + +%package lua-alt-getopt +Provides: tex-lua-alt-getopt = %{tl_version} +License: MIT +Summary: Process application arguments the same way as getopt_long +Version: svn29349.0.7.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description lua-alt-getopt +lua_altgetopt is a MIT-licensed module for Lua, for processing +application arguments in the same way as BSD/GNU getopt_long(3) +functions do. This module is made available for lua script +writers to have consistent command line parsing routines. + +date: 2012-07-10 13:36:48 +0200 + +%post lua-alt-getopt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lua-alt-getopt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-alt-getopt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lua-alt-getopt-doc +Summary: Documentation for lua-alt-getopt +Version: svn29349.0.7.0 +Release: %{tl_noarch_release} +Provides: tex-lua-alt-getopt-doc +BuildArch: noarch +AutoReqProv: No + +%description lua-alt-getopt-doc +Documentation for lua-alt-getopt + +%package makeindex +Provides: tex-makeindex = %{tl_version} +License: MakeIndex +Summary: Process index output to produce typesettable code +Version: svn29764.2.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-makeindex-bin + +%description makeindex +A general purpose hierarchical index generator; it accepts one +or more input files (often produced by a text formatter such as +TeX or troff), sorts the entries, and produces an output file +which can be formatted. The formats of the input and output +files are specified in a style file; by default, input is +assumed to be an .idx file, as generated by LaTeX. + +date: 2011-09-24 09:40:13 +0200 + +%post makeindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makeindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makeindex-doc +Summary: Documentation for makeindex +Version: svn29764.2.12 +Release: %{tl_noarch_release} +Provides: tex-makeindex-doc +BuildArch: noarch +AutoReqProv: No + +%description makeindex-doc +Documentation for makeindex + +%package makeindex-bin +Summary: Binaries for makeindex +Version: svn30088.0 +Requires: texlive-base +Requires: tex-makeindex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description makeindex-bin +Binaries for makeindex + +%package metafont +Provides: tex-metafont = %{tl_version} +License: Knuth +Summary: A system for specifying fonts +Version: svn29764.2.718281 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-kpathsea +Requires: texlive-metafont-bin + +%description metafont +The program takes a semi-algorithmic specification of a font, +and produces a bitmap font (whose properties are defined by a +set of parameters of the target device), and a set metrics for +use by TeX. The bitmap output may be converted into a format +directly usable by a device driver, etc., by the tools provided +in the parallel mfware distribution. (Third parties have +developed tools to convert the bitmap output to outline fonts.) +The distribution includes the source of Knuth's Metafont book; +this source is there to read, as an example of writing TeX -- +it should not be processed without Knuth's direct permission. + +date: 2012-08-30 22:47:45 +0200 + +%post metafont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mf.*$/mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun metafont +if [ $1 == 0 ] ; then +sed -i 's/^mf.*$/\#\!\ mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans metafont +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metafont-bin +Summary: Binaries for metafont +Version: svn30088.0 +Requires: texlive-base +Requires: tex-metafont +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description metafont-bin +Binaries for metafont + +%package mflogo +Provides: tex-mflogo = %{tl_version} +License: LPPL +Summary: LaTeX support for MetaFont logo fonts +Version: svn17487.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(mflogo.map) = %{tl_version} +Provides: tex(logo10.tfm) = %{tl_version} +Provides: tex(logo8.tfm) = %{tl_version} +Provides: tex(logo9.tfm) = %{tl_version} +Provides: tex(logobf10.tfm) = %{tl_version} +Provides: tex(logod10.tfm) = %{tl_version} +Provides: tex(logosl10.tfm) = %{tl_version} +Provides: tex(logosl8.tfm) = %{tl_version} +Provides: tex(logosl9.tfm) = %{tl_version} +Provides: tex(logo10.pfb) = %{tl_version} +Provides: tex(logo8.pfb) = %{tl_version} +Provides: tex(logo9.pfb) = %{tl_version} +Provides: tex(logobf10.pfb) = %{tl_version} +Provides: tex(logod10.pfb) = %{tl_version} +Provides: tex(logosl10.pfb) = %{tl_version} +Provides: tex(logosl8.pfb) = %{tl_version} +Provides: tex(logosl9.pfb) = %{tl_version} +Provides: tex(mflogo.sty) = %{tl_version} +Provides: tex(ulogo.fd) = %{tl_version} + +%description mflogo +LaTeX package and font definition file to access the Knuthian +mflogo fonts described in 'The MetaFontbook' and to typeset +MetaFont logos in LaTeX documents. + +date: 2010-03-14 23:46:18 +0100 + +%post mflogo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap mflogo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap mflogo.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mflogo +if [ $1 == 0 ] ; then +sed -i '/^MixedMap mflogo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mflogo +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mflogo-doc +Summary: Documentation for mflogo +Version: svn17487.0 +Release: %{tl_noarch_release} +Provides: tex-mflogo-doc +BuildArch: noarch +AutoReqProv: No + +%description mflogo-doc +Documentation for mflogo + +%package mfware +Provides: tex-mfware = %{tl_version} +License: Knuth +Summary: Supporting tools for use with Metafont +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-mfware-bin + +%description mfware +A collection of programs (as web source) for processing the +output of Metafont. + +date: 2012-06-24 11:08:44 +0200 + +%post mfware +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mfware +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfware +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mfware-bin +Summary: Binaries for mfware +Version: svn30088.0 +Requires: texlive-base +Requires: tex-mfware +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description mfware-bin +Binaries for mfware + +%package misc +Provides: tex-misc = %{tl_version} +License: LPPL +Summary: misc package +Version: svn24955.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(black.tfm) = %{tl_version} +Provides: tex(blackcx.tfm) = %{tl_version} +Provides: tex(cmman.tfm) = %{tl_version} +Provides: tex(gray.tfm) = %{tl_version} +Provides: tex(graycx.tfm) = %{tl_version} +Provides: tex(grayimagen3.tfm) = %{tl_version} +Provides: tex(manfnt.tfm) = %{tl_version} +Provides: tex(oneone.tfm) = %{tl_version} +Provides: tex(slantcx4.tfm) = %{tl_version} +Provides: tex(slantcx6.tfm) = %{tl_version} +Provides: tex(slantlj4.tfm) = %{tl_version} +Provides: tex(slantlj6.tfm) = %{tl_version} +Provides: tex(bibnames.sty) = %{tl_version} +Provides: tex(null.tex) = %{tl_version} +Provides: tex(texnames.sty) = %{tl_version} +Provides: tex(idxmac.tex) = %{tl_version} +Provides: tex(pdfcolor.tex) = %{tl_version} +Provides: tex(tugboat.def) = %{tl_version} +Provides: tex(xepsf.tex) = %{tl_version} + +%description misc +misc package + +%post misc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun misc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans misc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tetex +Provides: tex-tetex = %{tl_version} +License: GPL+ and GPLv2+ and LPPL +Summary: scripts and files originally written for or included in teTeX +Version: svn30480.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: texlive-tetex-bin +Provides: tex(09fbbfac.enc) = %{tl_version} +Provides: tex(0ef0afca.enc) = %{tl_version} +Provides: tex(10037936.enc) = %{tl_version} +Provides: tex(1b6d048e.enc) = %{tl_version} +Provides: tex(71414f53.enc) = %{tl_version} +Provides: tex(74afc74c.enc) = %{tl_version} +Provides: tex(aae443f0.enc) = %{tl_version} +Provides: tex(b6a4d7c7.enc) = %{tl_version} +Provides: tex(bbad153f.enc) = %{tl_version} +Provides: tex(d9b29452.enc) = %{tl_version} +Provides: tex(f7b6d320.enc) = %{tl_version} +Provides: tex(mtex.enc) = %{tl_version} +Provides: tex(dvipdfm35.map) = %{tl_version} +Provides: tex(dvips35.map) = %{tl_version} +Provides: tex(mathpple.map) = %{tl_version} +Provides: tex(pdftex35.map) = %{tl_version} +Provides: tex(ps2pk35.map) = %{tl_version} +Provides: tex(updmap.cfg) = %{tl_version} + +%description tetex +teTeX was a comprehensive distribution of TeX, LaTeX and +family, designed for ease of compilation, installation and +customisation. In 2006, Thomas Esser announced he would no +longer be able to support, or to produce new versions of, +teTeX. With the appearance of TeX live 2007 (whose Unix-system +TeX support originally derived from teTeX), no-one should be +using teTeX at all, in new applications. One of the "schemes" +available when installing TeX live provides a configuration +very close to that of the old teTeX, but using modern versions +of programs and packages. + +date: 2012-09-11 08:43:58 +0200 + +%post tetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map mathpple.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mathpple.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun tetex +if [ $1 == 0 ] ; then +sed -i '/^Map mathpple.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans tetex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tetex-doc +Summary: Documentation for tetex +Version: svn30480.3.0 +Release: %{tl_noarch_release} +Provides: tex-tetex-doc +BuildArch: noarch +AutoReqProv: No + +%description tetex-doc +Documentation for tetex + +%package tetex-bin +Summary: Binaries for tetex +Version: svn29741.0 +Requires: texlive-base +Requires: tex-tetex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description tetex-bin +Binaries for tetex + +%package texconfig +Provides: tex-texconfig = %{tl_version} +License: LPPL +Summary: texconfig package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texconfig-bin +Provides: tex(tcfmgr.map) = %{tl_version} + +%description texconfig +texconfig package + +%post texconfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texconfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texconfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texconfig-bin +Summary: Binaries for texconfig +Version: svn29741.0 +Requires: texlive-base +Requires: tex-texconfig +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texconfig-bin +Binaries for texconfig + +%package texlive-common-doc +Summary: Documentation for texlive-common +Version: svn30524.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-common-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-common-doc +Documentation for texlive-common + +%package texlive-en-doc +Summary: Documentation for texlive-en +Version: svn30632.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-en-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-en-doc +Documentation for texlive-en + +%package texlive-msg-translations +Provides: tex-texlive-msg-translations = %{tl_version} +License: LPPL +Summary: translations of the TeX Live installer and TeX Live Manager +Version: svn30667.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description texlive-msg-translations +This package contains the translated messages of the TeX Live +installer and TeX Live Manager. For information on creating or +updating translations, see +http://tug.org/texlive/doc.html#install-tl-xlate. + +%post texlive-msg-translations +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texlive-msg-translations +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-msg-translations +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texlive-scripts +Provides: tex-texlive-scripts = %{tl_version} +License: LPPL +Summary: TeX Live infrastructure programs +Version: svn30571.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-texlive.infra +Requires: texlive-texlive-scripts-bin + +%description texlive-scripts +Includes install-tl, tl-portable, rungs, etc.; not needed for +tlmgr to run but still ours. Not included in tlcritical. + +%post texlive-scripts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texlive-scripts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-scripts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texlive-scripts-bin +Summary: Binaries for texlive-scripts +Version: svn29741.0 +Requires: texlive-base +Requires: tex-texlive-scripts +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texlive-scripts-bin +Binaries for texlive-scripts + +%package xdvi +Provides: tex-xdvi = %{tl_version} +License: MIT +Summary: A DVI previewer for the X Window System +Version: svn30339.22.86 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-xdvi-bin + +%description xdvi +The canonical previewer for use on Unix and other X-windows +based systems. The distribution has been integrated with that +of xdvik (no longer separately available), so that it will +build with web2c "out of the box". In practice, it is usually +distributed via Tex-live. + +date: 2013-05-08 11:16:41 +0200 + +%post xdvi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xdvi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xdvi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xdvi-bin +Summary: Binaries for xdvi +Version: svn30088.0 +Requires: texlive-base +Requires: tex-xdvi +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: xdvi = %{tl_version}, xdvik = %{tl_version}, tetex-xdvi = 3.1-99 +Obsoletes: xdvi < %{tl_version}, xdvik < %{tl_version}, tetex-xdvi < 3.1-99 +Release: %{tl_release} + +%description xdvi-bin +Binaries for xdvi + +%package collection-bibtexextra +Summary: BibTeX additional styles +Version: svn30511.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-aichej +Requires: tex-amsrefs +Requires: tex-apacite +Requires: tex-apalike2 +Requires: tex-beebe +Requires: tex-bibarts +Requires: tex-bibexport +Requires: tex-bibhtml +Requires: tex-biblatex +Requires: tex-biblatex-apa +Requires: tex-biblatex-bwl +Requires: tex-biblatex-caspervector +Requires: tex-biblatex-chem +Requires: tex-biblatex-chicago +Requires: tex-biblatex-dw +Requires: tex-biblatex-fiwi +Requires: tex-biblatex-gost +Requires: tex-biblatex-historian +Requires: tex-biblatex-ieee +Requires: tex-biblatex-juradiss +Requires: tex-biblatex-luh-ipw +Requires: tex-biblatex-mla +Requires: tex-biblatex-musuos +Requires: tex-biblatex-nature +Requires: tex-biblatex-nejm +Requires: tex-biblatex-philosophy +Requires: tex-biblatex-phys +Requires: tex-biblatex-publist +Requires: tex-biblatex-science +Requires: tex-biblatex-swiss-legal +Requires: tex-biblatex-trad +Requires: tex-biblist +Requires: tex-bibtopic +Requires: tex-bibtopicprefix +Requires: tex-bibunits +Requires: tex-cell +Requires: tex-chbibref +Requires: tex-chicago +Requires: tex-chicago-annote +Requires: tex-chembst +Requires: tex-chscite +Requires: tex-collref +Requires: tex-compactbib +Requires: tex-custom-bib +Requires: tex-din1505 +Requires: tex-dk-bib +Requires: tex-doipubmed +Requires: tex-fbs +Requires: tex-figbib +Requires: tex-footbib +Requires: tex-francais-bst +Requires: tex-geschichtsfrkl +Requires: tex-harvard +Requires: tex-harvmac +Requires: tex-historische-zeitschrift +Requires: tex-ijqc +Requires: tex-inlinebib +Requires: tex-iopart-num +Requires: tex-jneurosci +Requires: tex-jurabib +Requires: tex-ksfh_nat +Requires: tex-listbib +Requires: tex-logreq +Requires: tex-margbib +Requires: tex-multibib +Requires: tex-multibibliography +Requires: tex-munich +Requires: tex-notes2bib +Requires: tex-oscola +Requires: tex-perception +Requires: tex-pnas2009 +Requires: tex-rsc +Requires: tex-showtags +Requires: tex-sort-by-letters +Requires: tex-splitbib +Requires: tex-uni-wtal-ger +Requires: tex-uni-wtal-lin +Requires: tex-urlbst +Requires: tex-usebib +Requires: tex-vak +Requires: tex-xcite + +%description collection-bibtexextra +Additional BibTeX styles and bibliography data(bases), notably +including BibLaTeX. + +%package collection-latex +Summary: LaTeX fundamental packages +Version: svn30308.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-ae +Requires: tex-amscls +Requires: tex-amsmath +Requires: tex-babel +Requires: tex-babel-english +Requires: tex-babelbib +Requires: tex-carlisle +Requires: tex-colortbl +Requires: tex-fancyhdr +Requires: tex-fix2col +Requires: tex-geometry +Requires: tex-graphics +Requires: tex-hyperref +Requires: tex-latex +Requires: tex-latex-bin +Requires: tex-latex-fonts +Requires: tex-latexconfig +Requires: tex-ltxmisc +Requires: tex-mfnfss +Requires: tex-mptopdf +Requires: tex-natbib +Requires: tex-oberdiek +Requires: tex-pdftex-def +Requires: tex-pslatex +Requires: tex-psnfss +Requires: tex-pspicture +Requires: tex-tools +Provides: tex(latex-base) = %{tl_version} + +%description collection-latex +These packages are mandated by the core LaTeX team, or at least +very strongly recommended. + +%package colortbl +Provides: tex-colortbl = %{tl_version} +License: LPPL +Summary: Add colour to LaTeX tables +Version: svn29803.v1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(color.sty) +Provides: tex(colortbl.sty) = %{tl_version} + +%description colortbl +The package allows rows and columns to be coloured, and even +individual cells. + +date: 2012-02-14 10:56:36 +0100 + +%post colortbl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colortbl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colortbl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colortbl-doc +Summary: Documentation for colortbl +Version: svn29803.v1.0a +Release: %{tl_noarch_release} +Provides: tex-colortbl-doc +BuildArch: noarch +AutoReqProv: No + +%description colortbl-doc +Documentation for colortbl + +%package fancyhdr +Provides: tex-fancyhdr = %{tl_version} +License: LPPL +Summary: Extensive control of page headers and footers in LaTeX2e +Version: svn15878.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(extramarks.sty) = %{tl_version} +Provides: tex(fancyhdr.sty) = %{tl_version} +Provides: tex(fancyheadings.sty) = %{tl_version} + +%description fancyhdr +The package provides extensive facilities, both for +constructing headers and footers, and for controlling their use +(for example, at times when LaTeX would automatically change +the heading style in use). + +date: 2009-01-10 12:36:34 +0100 + +%post fancyhdr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancyhdr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyhdr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancyhdr-doc +Summary: Documentation for fancyhdr +Version: svn15878.3.1 +Release: %{tl_noarch_release} +Provides: tex-fancyhdr-doc +BuildArch: noarch +AutoReqProv: No + +%description fancyhdr-doc +Documentation for fancyhdr + +%package fix2col +Provides: tex-fix2col = %{tl_version} +License: LPPL +Summary: Fix miscellaneous two column mode features +Version: svn17133.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fix2col.sty) = %{tl_version} + +%description fix2col +Fix mark handling so that \firstmark is taken from the first +column if that column has any marks at all; keep two column +floats like figure* in sequence with single column floats like +figure. + +date: 2010-02-23 16:16:11 +0100 + +%post fix2col +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fix2col +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fix2col +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fix2col-doc +Summary: Documentation for fix2col +Version: svn17133.0 +Release: %{tl_noarch_release} +Provides: tex-fix2col-doc +BuildArch: noarch +AutoReqProv: No + +%description fix2col-doc +Documentation for fix2col + +%package geometry +Provides: tex-geometry = %{tl_version} +License: LPPL +Summary: Flexible and complete interface to document dimensions +Version: svn19716.5.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifvtex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(atbegshi.sty) +Provides: tex(geometry.sty) = %{tl_version} + +%description geometry +The package provides an easy and flexible user interface to +customize page layout, implementing auto-centering and auto- +balancing mechanisms so that the users have only to give the +least description for the page layout. For example, if you want +to set each margin 2cm without header space, what you need is +just \usepackage[margin=2cm,nohead]{geometry}. The package +knows about all the standard paper sizes, so that the user need +not know what the nominal 'real' dimensions of the paper are, +just its standard name (such as a4, letter, etc.). An important +feature is the package's ability to communicate the paper size +it's set up to the output (whether via DVI \specials or via +direct interaction with PDF(La)TeX). + +date: 2010-09-13 00:36:13 +0200 + +%post geometry +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun geometry +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans geometry +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package geometry-doc +Summary: Documentation for geometry +Version: svn19716.5.6 +Release: %{tl_noarch_release} +Provides: tex-geometry-doc +BuildArch: noarch +AutoReqProv: No + +%description geometry-doc +Documentation for geometry + +%package graphics +Provides: tex-graphics = %{tl_version} +License: LPPL +Summary: Standard LaTeX graphics +Version: svn25405.1.0o +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(trig.sty) +Provides: tex(color.sty) = %{tl_version} +Provides: tex(dvipdf.def) = %{tl_version} +Provides: tex(dvips.def) = %{tl_version} +Provides: tex(dvipsnam.def) = %{tl_version} +Provides: tex(dvipsone.def) = %{tl_version} +Provides: tex(dviwin.def) = %{tl_version} +Provides: tex(emtex.def) = %{tl_version} +Provides: tex(epsfig.sty) = %{tl_version} +Provides: tex(graphics.sty) = %{tl_version} +Provides: tex(graphicx.sty) = %{tl_version} +Provides: tex(keyval.sty) = %{tl_version} +Provides: tex(lscape.sty) = %{tl_version} +Provides: tex(pctex32.def) = %{tl_version} +Provides: tex(pctexhp.def) = %{tl_version} +Provides: tex(pctexps.def) = %{tl_version} +Provides: tex(pctexwin.def) = %{tl_version} +Provides: tex(tcidvi.def) = %{tl_version} +Provides: tex(trig.sty) = %{tl_version} +Provides: tex(truetex.def) = %{tl_version} + +%description graphics +The package was designed to accommodate all needs for inclusion +of graphics in LaTeX documents, replacing many earlier packages +used in LaTeX 2.09. The package aims to give a consistent +interface to including the file types that are understood in +your output, by use of 'printer drivers' (now known, simply, as +'drivers'). The distribtion of the package contains several +drivers, but others (for example, pdfTeX) are distributed +separately. The package also offers several means of +manipulating graphics in the course of inserting them into a +document (for example, rotation and scaling). For extended +documentation see epslatex. The package is part of the graphics +bundle, which is one of the collections in the LaTeX 'required' +set of packages. + +date: 2011-05-30 14:43:49 +0200 + +%post graphics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun graphics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package graphics-doc +Summary: Documentation for graphics +Version: svn25405.1.0o +Release: %{tl_noarch_release} +Provides: tex-graphics-doc +BuildArch: noarch +AutoReqProv: No + +%description graphics-doc +Documentation for graphics + +%package hyperref +Provides: tex-hyperref = %{tl_version} +License: LPPL +Summary: Extensive support for hypertext in LaTeX +Version: svn28213.6.83m +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(kvsetkeys.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(rerunfilecheck.sty) +Requires: tex(hobsub-hyperref.sty) +Requires: tex(ifpdf.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(infwarerr.sty) +Requires: tex(keyval.sty) +Requires: tex(kvdefinekeys.sty) +Requires: tex(pdfescape.sty) +Requires: tex(ifvtex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(hycolor.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(auxhook.sty) +Requires: tex(intcalc.sty) +Requires: tex(etexcmds.sty) +Requires: tex(memhfixc.sty) +Requires: tex(stringenc.sty) +Requires: tex(color.sty) +Requires: tex(url.sty) +Requires: tex(bitset.sty) +Requires: tex(atbegshi.sty) +Requires: tex(refcount.sty) +Requires: tex(gettitlestring.sty) +Provides: tex(backref.sty) = %{tl_version} +Provides: tex(hdvipdfm.def) = %{tl_version} +Provides: tex(hdvips.def) = %{tl_version} +Provides: tex(hdvipson.def) = %{tl_version} +Provides: tex(hdviwind.def) = %{tl_version} +Provides: tex(hpdftex.def) = %{tl_version} +Provides: tex(htex4ht.cfg) = %{tl_version} +Provides: tex(htex4ht.def) = %{tl_version} +Provides: tex(htexture.def) = %{tl_version} +Provides: tex(hvtex.def) = %{tl_version} +Provides: tex(hvtexhtm.def) = %{tl_version} +Provides: tex(hvtexmrk.def) = %{tl_version} +Provides: tex(hxetex.def) = %{tl_version} +Provides: tex(hyperref.sty) = %{tl_version} +Provides: tex(hypertex.def) = %{tl_version} +Provides: tex(minitoc-hyper.sty) = %{tl_version} +Provides: tex(minitoc.sty) = %{tl_version} +Provides: tex(nameref.sty) = %{tl_version} +Provides: tex(nohyperref.sty) = %{tl_version} +Provides: tex(ntheorem-hyper.sty) = %{tl_version} +Provides: tex(pd1enc.def) = %{tl_version} +Provides: tex(pdfmark.def) = %{tl_version} +Provides: tex(psdextra.def) = %{tl_version} +Provides: tex(puarenc.def) = %{tl_version} +Provides: tex(puenc.def) = %{tl_version} +Provides: tex(puvnenc.def) = %{tl_version} +Provides: tex(xr-hyper.sty) = %{tl_version} + +%description hyperref +The hyperref package is used to handle cross-referencing +commands in LaTeX to produce hypertext links in the document. +The package provides backends for the \special set defined for +HyperTeX DVI processors; for embedded pdfmark commands for +processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for +Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for +TeX4ht; and for VTeX's pdf and HTML backends. The package is +distributed with the backref and nameref packages, which make +use of the facilities of hyperref. The package depends on the +author's kvoptions, ltxcmdsand refcount packages. + +date: 2012-11-08 00:51:05 +0100 + +%post hyperref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyperref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyperref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyperref-doc +Summary: Documentation for hyperref +Version: svn28213.6.83m +Release: %{tl_noarch_release} +Provides: tex-hyperref-doc +BuildArch: noarch +AutoReqProv: No + +%description hyperref-doc +Documentation for hyperref + +%package latex-bin +Provides: tex-latex-bin = %{tl_version} +License: LPPL +Summary: LaTeX executables and man pages +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-latex +Requires: texlive-latex-bin-bin + +%description latex-bin +latex-bin package + +%post latex-bin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ latex.*$/latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdflatex.*$/pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ dvilualatex.*$/dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ lualatex.*$/lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun latex-bin +if [ $1 == 0 ] ; then +sed -i 's/^latex.*$/\#\!\ latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdflatex.*$/\#\!\ pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^dvilualatex.*$/\#\!\ dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^lualatex.*$/\#\!\ lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans latex-bin +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latex-bin-bin +Summary: Binaries for latex-bin +Version: svn14050.0 +Requires: texlive-base +Requires: tex-latex-bin +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description latex-bin-bin +Binaries for latex-bin + +%package ltxmisc +Provides: tex-ltxmisc = %{tl_version} +License: Public Domain +Summary: Miscellaneous LaTeX packages, etc +Version: svn21927.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeidx.sty) +Requires: tex(graphicx.sty) +Requires: tex(minitoc.sty) +Requires: tex(beton.sty) +Requires: tex(euler.sty) +Requires: tex(calc.sty) +Requires: tex(natbib.sty) +Requires: tex(array.sty) +Requires: tex(pifont.sty) +Provides: tex(abstbook.cls) = %{tl_version} +Provides: tex(beletter.cls) = %{tl_version} +Provides: tex(bibcheck.sty) = %{tl_version} +Provides: tex(concrete.sty) = %{tl_version} +Provides: tex(flashcard.cls) = %{tl_version} +Provides: tex(iagproc.cls) = %{tl_version} +Provides: tex(linsys.sty) = %{tl_version} +Provides: tex(mitpress.sty) = %{tl_version} +Provides: tex(thrmappendix.sty) = %{tl_version} +Provides: tex(topcapt.sty) = %{tl_version} +Provides: tex(vrbexin.sty) = %{tl_version} + +%description ltxmisc +ltxmisc package + +date: 2009-01-16 15:12:56 +0100 + +%post ltxmisc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxmisc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxmisc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mfnfss +Provides: tex-mfnfss = %{tl_version} +License: LPPL +Summary: Packages to typeset oldgerman and pandora fonts in LaTeX +Version: svn19410.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(oldgerm.sty) = %{tl_version} +Provides: tex(ot1panr.fd) = %{tl_version} +Provides: tex(ot1pss.fd) = %{tl_version} +Provides: tex(pandora.sty) = %{tl_version} +Provides: tex(uyfrak.fd) = %{tl_version} +Provides: tex(uygoth.fd) = %{tl_version} +Provides: tex(uyinit.fd) = %{tl_version} +Provides: tex(uyswab.fd) = %{tl_version} + +%description mfnfss +This bundle contains two packages: - oldgerm, a package to +typeset with old german fonts designed by Yannis Haralambous. - +pandora, a package to typeset with Pandora fonts designed by +Neena Billawala. Note that support for the Pandora fonts is +also available via the pandora-latex package. + +date: 2010-07-12 11:01:48 +0200 + +%post mfnfss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mfnfss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfnfss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mfnfss-doc +Summary: Documentation for mfnfss +Version: svn19410.0 +Release: %{tl_noarch_release} +Provides: tex-mfnfss-doc +BuildArch: noarch +AutoReqProv: No + +%description mfnfss-doc +Documentation for mfnfss + +%package mptopdf +Provides: tex-mptopdf = %{tl_version} +License: LPPL +Summary: mpost to PDF, native MetaPost graphics inclusion +Version: svn29751.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: texlive-mptopdf-bin +Provides: tex(mptopdf.tex) = %{tl_version} + +%description mptopdf +The mptopdf script does standalone conversion from mpost to +PDF, using the supp-* and syst-* files. They also allow native +MetaPost graphics inclusion in LaTeX (via pdftex.def) and +ConTeXt. They can be used independently of the rest of +ConTeXt, yet are maintained as part of it. So in TeX Live we +pull them out to this separate package for the benefit of LaTeX +users who do not install the rest of ConTeXt. This can be +found on CTAN in macros/pdftex/graphics. + +%post mptopdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mptopdf.*$/mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun mptopdf +if [ $1 == 0 ] ; then +sed -i 's/^mptopdf.*$/\#\!\ mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans mptopdf +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mptopdf-doc +Summary: Documentation for mptopdf +Version: svn29751.0 +Release: %{tl_noarch_release} +Provides: tex-mptopdf-doc +BuildArch: noarch +AutoReqProv: No + +%description mptopdf-doc +Documentation for mptopdf + +%package mptopdf-bin +Summary: Binaries for mptopdf +Version: svn18674.0 +Requires: texlive-base +Requires: tex-mptopdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mptopdf-bin +Binaries for mptopdf + +%package natbib +Provides: tex-natbib = %{tl_version} +License: LPPL +Summary: Flexible bibliography support +Version: svn20668.8.31b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bibentry.sty) = %{tl_version} +Provides: tex(natbib.sty) = %{tl_version} + +%description natbib +Provides a style with author-year and numbered references, as +well as much detailed of support for other bibliography use. +Provides versions of the standard BibTeX styles that are +compatible with natbib - plainnat, unsrtnat, abbrnat. The +bibliography styles produced by custom-bib are designed from +the start to be compatible with natbib. + +date: 2010-12-06 21:27:27 +0100 + +%post natbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun natbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans natbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package natbib-doc +Summary: Documentation for natbib +Version: svn20668.8.31b +Release: %{tl_noarch_release} +Provides: tex-natbib-doc +BuildArch: noarch +AutoReqProv: No + +%description natbib-doc +Documentation for natbib + +%package oberdiek +Provides: tex-oberdiek = %{tl_version} +License: LPPL +Summary: A bundle of packages submitted by Heiko Oberdiek +Version: svn30469.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(intcalc.sty) +Requires: tex(ifpdf.sty) +Requires: tex(etexcmds.sty) +Requires: tex(kvoptions.sty) +Requires: tex(ifxetex.sty) +Requires: tex(etex.sty) +Requires: tex(color.sty) +Requires: tex(keyval.sty) +Requires: tex(soul.sty) +Requires: tex(remreset.sty) +Requires: tex(makematch.sty) +Requires: tex(zref-lastpage.sty) +Requires: tex(hyperref.sty) +Requires: tex(fp-basic.sty) +Requires: tex(fp-snap.sty) +Requires: tex(graphics.sty) +Requires: tex(amsmath.sty) +Requires: tex(grfext.sty) +Requires: tex(hypdoc.sty) +Requires: tex(array.sty) +Requires: tex(fontspec.sty) +Requires: tex(unicode-math.sty) +Requires: tex(doc.sty) +Requires: tex(calc.sty) +Requires: tex(thumbpdf.sty) +Requires: tex(inputenc.sty) +Requires: tex(listings.sty) +Requires: tex(tikz.sty) +Requires: tex(everyshi.sty) +Requires: tex(parallel.sty) +Requires: tex(parcolumns.sty) +Requires: tex(lscape.sty) +Requires: tex(index.sty) +Requires: tex(zref-pagelayout.sty) +Provides: tex(alphalph.sty) = %{tl_version} +Provides: tex(atbegshi.sty) = %{tl_version} +Provides: tex(bigintcalc.sty) = %{tl_version} +Provides: tex(bitset.sty) = %{tl_version} +Provides: tex(catchfile.sty) = %{tl_version} +Provides: tex(embedfile.sty) = %{tl_version} +Provides: tex(engord.sty) = %{tl_version} +Provides: tex(eolgrab.sty) = %{tl_version} +Provides: tex(etexcmds.sty) = %{tl_version} +Provides: tex(fibnum.sty) = %{tl_version} +Provides: tex(gettitlestring.sty) = %{tl_version} +Provides: tex(hobsub-generic.sty) = %{tl_version} +Provides: tex(hobsub.sty) = %{tl_version} +Provides: tex(infwarerr.sty) = %{tl_version} +Provides: tex(ltxcmds.sty) = %{tl_version} +Provides: tex(ifluatex.sty) = %{tl_version} +Provides: tex(ifvtex.sty) = %{tl_version} +Provides: tex(intcalc.sty) = %{tl_version} +Provides: tex(ifpdf.sty) = %{tl_version} +Provides: tex(kvsetkeys.sty) = %{tl_version} +Provides: tex(kvdefinekeys.sty) = %{tl_version} +Provides: tex(luatex-loader.sty) = %{tl_version} +Provides: tex(pdftexcmds.sty) = %{tl_version} +Provides: tex(pdfescape.sty) = %{tl_version} +Provides: tex(uniquecounter.sty) = %{tl_version} +Provides: tex(hobsub-hyperref.sty) = %{tl_version} +Provides: tex(letltxmacro.sty) = %{tl_version} +Provides: tex(hopatch.sty) = %{tl_version} +Provides: tex(xcolor-patch.sty) = %{tl_version} +Provides: tex(atveryend.sty) = %{tl_version} +Provides: tex(refcount.sty) = %{tl_version} +Provides: tex(hycolor.sty) = %{tl_version} +Provides: tex(hobsub.sty) = %{tl_version} +Provides: tex(hologo.sty) = %{tl_version} +Provides: tex(hyphsubst.sty) = %{tl_version} +Provides: tex(iflang.sty) = %{tl_version} +Provides: tex(ifpdf.sty) = %{tl_version} +Provides: tex(ifvtex.sty) = %{tl_version} +Provides: tex(infwarerr.sty) = %{tl_version} +Provides: tex(intcalc.sty) = %{tl_version} +Provides: tex(kvdefinekeys.sty) = %{tl_version} +Provides: tex(kvsetkeys.sty) = %{tl_version} +Provides: tex(ltxcmds.sty) = %{tl_version} +Provides: tex(luatex-loader.sty) = %{tl_version} +Provides: tex(luatex.sty) = %{tl_version} +Provides: tex(magicnum.sty) = %{tl_version} +Provides: tex(mleftright.sty) = %{tl_version} +Provides: tex(pdfcol.sty) = %{tl_version} +Provides: tex(pdfcrypt.sty) = %{tl_version} +Provides: tex(pdfescape.sty) = %{tl_version} +Provides: tex(pdfrender.sty) = %{tl_version} +Provides: tex(pdftexcmds.sty) = %{tl_version} +Provides: tex(protecteddef.sty) = %{tl_version} +Provides: tex(rotchiffre.sty) = %{tl_version} +Provides: tex(se-ascii-print.def) = %{tl_version} +Provides: tex(se-ascii.def) = %{tl_version} +Provides: tex(se-clean7bit.def) = %{tl_version} +Provides: tex(se-cp1250.def) = %{tl_version} +Provides: tex(se-cp1251.def) = %{tl_version} +Provides: tex(se-cp1252.def) = %{tl_version} +Provides: tex(se-cp1257.def) = %{tl_version} +Provides: tex(se-cp437.def) = %{tl_version} +Provides: tex(se-cp850.def) = %{tl_version} +Provides: tex(se-cp852.def) = %{tl_version} +Provides: tex(se-cp855.def) = %{tl_version} +Provides: tex(se-cp858.def) = %{tl_version} +Provides: tex(se-cp865.def) = %{tl_version} +Provides: tex(se-cp866.def) = %{tl_version} +Provides: tex(se-dec-mcs.def) = %{tl_version} +Provides: tex(se-iso-8859-1.def) = %{tl_version} +Provides: tex(se-iso-8859-10.def) = %{tl_version} +Provides: tex(se-iso-8859-11.def) = %{tl_version} +Provides: tex(se-iso-8859-13.def) = %{tl_version} +Provides: tex(se-iso-8859-14.def) = %{tl_version} +Provides: tex(se-iso-8859-15.def) = %{tl_version} +Provides: tex(se-iso-8859-16.def) = %{tl_version} +Provides: tex(se-iso-8859-2.def) = %{tl_version} +Provides: tex(se-iso-8859-3.def) = %{tl_version} +Provides: tex(se-iso-8859-4.def) = %{tl_version} +Provides: tex(se-iso-8859-5.def) = %{tl_version} +Provides: tex(se-iso-8859-6.def) = %{tl_version} +Provides: tex(se-iso-8859-7.def) = %{tl_version} +Provides: tex(se-iso-8859-8.def) = %{tl_version} +Provides: tex(se-iso-8859-9.def) = %{tl_version} +Provides: tex(se-koi8-r.def) = %{tl_version} +Provides: tex(se-mac-centeuro.def) = %{tl_version} +Provides: tex(se-mac-cyrillic.def) = %{tl_version} +Provides: tex(se-mac-roman.def) = %{tl_version} +Provides: tex(se-nextstep.def) = %{tl_version} +Provides: tex(se-pdfdoc.def) = %{tl_version} +Provides: tex(se-utf16le.def) = %{tl_version} +Provides: tex(se-utf32be.def) = %{tl_version} +Provides: tex(se-utf32le.def) = %{tl_version} +Provides: tex(se-utf8.def) = %{tl_version} +Provides: tex(setouterhbox.sty) = %{tl_version} +Provides: tex(soulutf8.sty) = %{tl_version} +Provides: tex(stringenc.sty) = %{tl_version} +Provides: tex(telprint.sty) = %{tl_version} +Provides: tex(thepdfnumber.sty) = %{tl_version} +Provides: tex(uniquecounter.sty) = %{tl_version} +Provides: tex(accsupp-dvipdfm.def) = %{tl_version} +Provides: tex(accsupp-dvips.def) = %{tl_version} +Provides: tex(accsupp-pdftex.def) = %{tl_version} +Provides: tex(accsupp.sty) = %{tl_version} +Provides: tex(aliascnt.sty) = %{tl_version} +Provides: tex(askinclude.sty) = %{tl_version} +Provides: tex(atenddvi.sty) = %{tl_version} +Provides: tex(atfi-dvipdfmx.def) = %{tl_version} +Provides: tex(atfi-dvips.def) = %{tl_version} +Provides: tex(atfi-pdftex.def) = %{tl_version} +Provides: tex(attachfile2.sty) = %{tl_version} +Provides: tex(atveryend.sty) = %{tl_version} +Provides: tex(auxhook.sty) = %{tl_version} +Provides: tex(bkm-dvipdfm.def) = %{tl_version} +Provides: tex(bkm-dvips.def) = %{tl_version} +Provides: tex(bkm-dvipsone.def) = %{tl_version} +Provides: tex(bkm-pdftex.def) = %{tl_version} +Provides: tex(bkm-textures.def) = %{tl_version} +Provides: tex(bkm-vtex.def) = %{tl_version} +Provides: tex(bmpsize-base.sty) = %{tl_version} +Provides: tex(bmpsize-dvipdfm.def) = %{tl_version} +Provides: tex(bmpsize-dvipdfmx.def) = %{tl_version} +Provides: tex(bmpsize-dvips.def) = %{tl_version} +Provides: tex(bmpsize-test.tex) = %{tl_version} +Provides: tex(bmpsize.sty) = %{tl_version} +Provides: tex(bookmark.sty) = %{tl_version} +Provides: tex(centernot.sty) = %{tl_version} +Provides: tex(chemarr.sty) = %{tl_version} +Provides: tex(classlist.sty) = %{tl_version} +Provides: tex(colonequals.sty) = %{tl_version} +Provides: tex(dtx-attach.sty) = %{tl_version} +Provides: tex(dvipscol.sty) = %{tl_version} +Provides: tex(enparen.sty) = %{tl_version} +Provides: tex(epstopdf-base.sty) = %{tl_version} +Provides: tex(epstopdf.sty) = %{tl_version} +Provides: tex(flags.sty) = %{tl_version} +Provides: tex(grfext.sty) = %{tl_version} +Provides: tex(grffile.sty) = %{tl_version} +Provides: tex(holtxdoc.sty) = %{tl_version} +Provides: tex(hopatch.sty) = %{tl_version} +Provides: tex(hycolor.sty) = %{tl_version} +Provides: tex(hypbmsec.sty) = %{tl_version} +Provides: tex(hypcap.sty) = %{tl_version} +Provides: tex(hypdestopt.sty) = %{tl_version} +Provides: tex(hypdoc.sty) = %{tl_version} +Provides: tex(hypgotoe.sty) = %{tl_version} +Provides: tex(ifdraft.sty) = %{tl_version} +Provides: tex(inputenx.sty) = %{tl_version} +Provides: tex(ix-alias.def) = %{tl_version} +Provides: tex(ix-math.def) = %{tl_version} +Provides: tex(ix-name.def) = %{tl_version} +Provides: tex(ix-slot.def) = %{tl_version} +Provides: tex(ix-uc.def) = %{tl_version} +Provides: tex(kvoptions-patch.sty) = %{tl_version} +Provides: tex(kvoptions.sty) = %{tl_version} +Provides: tex(letltxmacro.sty) = %{tl_version} +Provides: tex(listingsutf8.sty) = %{tl_version} +Provides: tex(luacolor.sty) = %{tl_version} +Provides: tex(makerobust.sty) = %{tl_version} +Provides: tex(pagegrid.sty) = %{tl_version} +Provides: tex(pagesel.sty) = %{tl_version} +Provides: tex(pdfcolfoot.sty) = %{tl_version} +Provides: tex(pdfcolmk.sty) = %{tl_version} +Provides: tex(pdfcolparallel.sty) = %{tl_version} +Provides: tex(pdfcolparcolumns.sty) = %{tl_version} +Provides: tex(pdflscape.sty) = %{tl_version} +Provides: tex(picture.sty) = %{tl_version} +Provides: tex(pmboxdraw.sty) = %{tl_version} +Provides: tex(refcount.sty) = %{tl_version} +Provides: tex(rerunfilecheck.sty) = %{tl_version} +Provides: tex(resizegather.sty) = %{tl_version} +Provides: tex(scrindex.sty) = %{tl_version} +Provides: tex(selinput.sty) = %{tl_version} +Provides: tex(settobox.sty) = %{tl_version} +Provides: tex(stackrel.sty) = %{tl_version} +Provides: tex(stampinclude.sty) = %{tl_version} +Provides: tex(tabularht.sty) = %{tl_version} +Provides: tex(tabularkv.sty) = %{tl_version} +Provides: tex(transparent.sty) = %{tl_version} +Provides: tex(twoopt.sty) = %{tl_version} +Provides: tex(x-ascii.def) = %{tl_version} +Provides: tex(x-atarist.def) = %{tl_version} +Provides: tex(x-cp1250.def) = %{tl_version} +Provides: tex(x-cp1251.def) = %{tl_version} +Provides: tex(x-cp1252.def) = %{tl_version} +Provides: tex(x-cp1255.def) = %{tl_version} +Provides: tex(x-cp1257.def) = %{tl_version} +Provides: tex(x-cp437.def) = %{tl_version} +Provides: tex(x-cp850.def) = %{tl_version} +Provides: tex(x-cp852.def) = %{tl_version} +Provides: tex(x-cp855.def) = %{tl_version} +Provides: tex(x-cp858.def) = %{tl_version} +Provides: tex(x-cp865.def) = %{tl_version} +Provides: tex(x-cp866.def) = %{tl_version} +Provides: tex(x-dec-mcs.def) = %{tl_version} +Provides: tex(x-iso-8859-1.def) = %{tl_version} +Provides: tex(x-iso-8859-10.def) = %{tl_version} +Provides: tex(x-iso-8859-13.def) = %{tl_version} +Provides: tex(x-iso-8859-14.def) = %{tl_version} +Provides: tex(x-iso-8859-15.def) = %{tl_version} +Provides: tex(x-iso-8859-16.def) = %{tl_version} +Provides: tex(x-iso-8859-2.def) = %{tl_version} +Provides: tex(x-iso-8859-3.def) = %{tl_version} +Provides: tex(x-iso-8859-4.def) = %{tl_version} +Provides: tex(x-iso-8859-5.def) = %{tl_version} +Provides: tex(x-iso-8859-8.def) = %{tl_version} +Provides: tex(x-iso-8859-9.def) = %{tl_version} +Provides: tex(x-koi8-r.def) = %{tl_version} +Provides: tex(x-mac-centeuro.def) = %{tl_version} +Provides: tex(x-mac-cyrillic.def) = %{tl_version} +Provides: tex(x-mac-roman.def) = %{tl_version} +Provides: tex(x-nextstep.def) = %{tl_version} +Provides: tex(x-verbatim.def) = %{tl_version} +Provides: tex(xcolor-patch.sty) = %{tl_version} +Provides: tex(zref-abspage.sty) = %{tl_version} +Provides: tex(zref-abspos.sty) = %{tl_version} +Provides: tex(zref-base.sty) = %{tl_version} +Provides: tex(zref-counter.sty) = %{tl_version} +Provides: tex(zref-dotfill.sty) = %{tl_version} +Provides: tex(zref-env.sty) = %{tl_version} +Provides: tex(zref-hyperref.sty) = %{tl_version} +Provides: tex(zref-lastpage.sty) = %{tl_version} +Provides: tex(zref-marks.sty) = %{tl_version} +Provides: tex(zref-nextpage.sty) = %{tl_version} +Provides: tex(zref-pageattr.sty) = %{tl_version} +Provides: tex(zref-pagelayout.sty) = %{tl_version} +Provides: tex(zref-perpage.sty) = %{tl_version} +Provides: tex(zref-runs.sty) = %{tl_version} +Provides: tex(zref-savepos.sty) = %{tl_version} +Provides: tex(zref-thepage.sty) = %{tl_version} +Provides: tex(zref-titleref.sty) = %{tl_version} +Provides: tex(zref-totpages.sty) = %{tl_version} +Provides: tex(zref-user.sty) = %{tl_version} +Provides: tex(zref-xr.sty) = %{tl_version} +Provides: tex(zref.sty) = %{tl_version} + +%description oberdiek +The bundle comprises packages to provide: - accsupp: better +accessibility support for PDF files; - aliascnt: 'alias +counters'; - alphalph: multiple-alphabetic counting +(a...z,aa...zz,... -- up to the full extent of a TeX counter); +- askinclude: replaces \includeonly by an interactive user +interface; - atbegshi: a modern reimplementation of package +everyshi; - atenddvi: provides \AtEndDvi command; - +attachfile2: attach files to PDF files; - atveryend: hooks the +very end of a document; - auxhook: stick stuff at the start of +the .aux file; - bigintcalc: expandable arithmetic operations +with big integers that can exceed TeX's number limits; - +bitset: defines and implements the data type bit set, a vector +of bits; - bmpsize: get bitmap size and resolution data; - +bookmark: alternative bookmark (outline) organization for +package hyperref; - catchfile: collects the contents of a file +and puts it in a macro; - centernot: a horizontally-centred +\not symbol; - chemarr: extensible chemists' reaction arrows; - +classlist: record information about document class(es) used; - +colonequals: poor man's mathematical relation symbols; - +dvipscol: dvips colour stack management; - embedfile: embed +files in PDF documents; - engord: define counter-printing +operations producing English ordinals; - eolgrab: collect +arguments delimited by end of line; - epstopdf: conversion with +epstopdf on the fly; - etexcmds: adds a prefix to eTeX's +commands, to avoid conflicts with existing macros; - flags: +setting and clearing flags in bit fields and converting the bit +field into a decimal number; - gettitlestring: clean up the +string containing the title of a section, etc.; - grfext: +macros for adding and reordering the list of graphics file +extensions recognised by the graphics package; - grffile: +extend file name processing in the graphics bundle; - hosub: +build collections of packages; - holtxdoc: extra documentation +macros; - hologo: bookmark-enabled logos; - hopatch: safely +apply package patches; - hycolor: implements the color option +stuff that is used by packages hyperref and bookmark; - +hypbmsec: bookmarks in sectioning commands; - hypcap: anjusting +anchors of captions; - hypdestopt: optimising hyperref's pdftex +driver destinations; - hypdoc: hyper-references in the LaTeX +standard doc package; - hypgotoe: experimental package for +links to embedded files; - hyphsubst: substitute hyphenation +patterns; - ifdraft: switch for option draft; - iflang: +provides expandable checks for the current language; - +ifluatex: looks for LuaTeX regardless of its mode and provides +the switch \ifluatex; - ifpdf: provides the ifpdf switch; - +ifvtex: provides the \ifvtex switch; - infwarerr: provides a +complete set of macros for informations, warnings and error +messages with support for plain TeX; - inputenx: enhanced +handling of input encoding; - intcalc: provides expandable +arithmetic operations with integers; - kvdefinekeys: define +key-value keys in the same manner as keyval; - kvoptions: use +package options in key value format ; - kvsetkeys: a variant of +the \setkeys command; - letltxmacro: Let assignment for LaTeX +macros; - listingsutf8: (partially) extends the listings +package to UTF-8 encoding; - ltxcmds: exports some utility +macros from the LaTeX kernel into a separate namespace and also +provides them for other formats such as plain-TeX; - luacolor: +implements colour support based on LuaTeX's node attributes; - +luatex: utilises new and extended features and resources that +LuaTeX provides; - magicnum: allows to access magic numbers by +a hierarchical name system; - makerobust: make a command +robust; - pagegrid: prints a page grid in the background; - +pagesel: select pages of a document for output; - pdfcolfoot: +using pdftex's color stack for footnotes; - pdfcol: macros for +setting and maintaining new color stacks; - pdfcolmk: PDFTeX +COLour MarK -- fake a PDFTeX colour stack using marks (not +needed for PDFTeX 1.40.0 and later); - pdfcolparallel: fixes +colour problems in package parallel; - pdfcolparcolumns: fixes +colour problems in package parcolumns; - pdfcrypt: setting PDF +encryption; - pdfescape: pdfTeX's escape features using TeX or +e-TeX; - pdflscape: landscape pages in PDF; - pdfrender: +control PDF rendering modes; - pdftexcmds: provide PDFTeX +primitives missing in LuaTeX; - picture: dimens for picture +macros; - pmboxdraw: poor man's box drawing characters; - +protecteddef: define a command that protected against +expansion; - refcount: using the numeric values of references; +- rerunfilecheck: checksum based rerun checks on auxiliary +files; - resizegather: automatically resize overly large +equations; - rotchiffre: performs simple rotation cyphers; - +scrindex: redefines environment 'theindex' of package 'index', +if a class from KOMA-Script is loaded; - selinput: select the +input encoding by specifying pairs of input characters and +their glyph names; - setouterhbox: set \hbox in outer +horizontal mode; - settobox: getting box sizes; - soulutf8: +extends package soul and adds some support for UTF-8; - +stackrel: extensions of the \stackrel command; - stampinclude: +selects the files for \include by inspecting the timestamp of +the .aux file(s); - stringenc: provides \StringEncodingConvert +for converting a string between different encodings; - +tabularht: tabulars with height specification; - tabularkv: key +value interface for tabular parameters; - telprint: print +German telephone numbers; - thepdfnumber: canonical numbers for +use in PDF files and elsewhere; - transparent: using a color +stack for transparency with pdftex; - twoopt: commands with two +optional arguments; - uniquecounter: provides unlimited unique +counter; - zref: a proposed new reference system. Each of the +packages is represented by two files, a .dtx (documented +source) and a PDF file; the .ins file necessary for +installation is extracted by running the .dtx file with Plain +TeX. + +date: 2012-05-04 16:11:29 +0200 + +%post oberdiek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun oberdiek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oberdiek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oberdiek-doc +Summary: Documentation for oberdiek +Version: svn30469.0 +Release: %{tl_noarch_release} +Provides: tex-oberdiek-doc +BuildArch: noarch +AutoReqProv: No + +%description oberdiek-doc +Documentation for oberdiek + +%package pdftex-def +Provides: tex-pdftex-def = %{tl_version} +License: LPPL 1.3 +Summary: Colour and Graphics support for PDFTeX +Version: svn22653.0.06d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pdftex.def) = %{tl_version} + +%description pdftex-def +The file pdftex.def provides device-specific definitions for +colour and graphics support when running pdf(La)TeX. + +date: 2011-05-28 11:53:45 +0200 + +%post pdftex-def +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdftex-def +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftex-def +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pslatex +Provides: tex-pslatex = %{tl_version} +License: LPPL +Summary: Use PostScript fonts by default +Version: svn16416.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pcrr8rn.map) = %{tl_version} +Provides: tex(pcrr7tn.tfm) = %{tl_version} +Provides: tex(pcrr8rn.tfm) = %{tl_version} +Provides: tex(pcrr8tn.tfm) = %{tl_version} +Provides: tex(pcrr7tn.vf) = %{tl_version} +Provides: tex(pcrr8tn.vf) = %{tl_version} +Provides: tex(pslatex.sty) = %{tl_version} + +%description pslatex +A small package that makes LaTeX default to 'standard' +PostScript fonts. It is basically a merger of the times and the +(obsolete) mathptm packages from the psnfss suite. You must +have installed standard LaTeX and the psnfss PostScript fonts +to use this package. The main novel feature is that the pslatex +package tries to compensate for the visual differences between +the Adobe fonts by scaling Helvetica by 90%, and 'condensing' +Courier (i.e. scaling horizontally) by 85%. The package is +supplied with a (unix) shell file for a 'pslatex' command that +allows standard LaTeX documents to be processed, without +needing to edit the file. Note that current psnfss uses a +different technique for scaling Helvetica, and treats Courier +as a lost cause (there are better free fixed-width available +now, than there were when pslatex was designed). As a result, +pslatex is widely considered obsolete. + +date: 2009-10-07 22:25:55 +0200 + +%post pslatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pslatex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pslatex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psnfss +Provides: tex-psnfss = %{tl_version} +License: LPPL +Summary: Font support for common PostScript fonts +Version: svn23394.9.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-graphics +Requires: tex(keyval.sty) +Provides: tex(charter.map) = %{tl_version} +Provides: tex(fpls.map) = %{tl_version} +Provides: tex(pazo.map) = %{tl_version} +Provides: tex(psnfss.map) = %{tl_version} +Provides: tex(utopia.map) = %{tl_version} +Provides: tex(8rbch.fd) = %{tl_version} +Provides: tex(8rpag.fd) = %{tl_version} +Provides: tex(8rpbk.fd) = %{tl_version} +Provides: tex(8rpcr.fd) = %{tl_version} +Provides: tex(8rphv.fd) = %{tl_version} +Provides: tex(8rpnc.fd) = %{tl_version} +Provides: tex(8rppl.fd) = %{tl_version} +Provides: tex(8rptm.fd) = %{tl_version} +Provides: tex(8rput.fd) = %{tl_version} +Provides: tex(8rpzc.fd) = %{tl_version} +Provides: tex(avant.sty) = %{tl_version} +Provides: tex(bookman.sty) = %{tl_version} +Provides: tex(chancery.sty) = %{tl_version} +Provides: tex(charter.sty) = %{tl_version} +Provides: tex(courier.sty) = %{tl_version} +Provides: tex(helvet.sty) = %{tl_version} +Provides: tex(mathpazo.sty) = %{tl_version} +Provides: tex(mathpple.sty) = %{tl_version} +Provides: tex(mathptm.sty) = %{tl_version} +Provides: tex(mathptmx.sty) = %{tl_version} +Provides: tex(newcent.sty) = %{tl_version} +Provides: tex(omlbch.fd) = %{tl_version} +Provides: tex(omlpag.fd) = %{tl_version} +Provides: tex(omlpbk.fd) = %{tl_version} +Provides: tex(omlpcr.fd) = %{tl_version} +Provides: tex(omlphv.fd) = %{tl_version} +Provides: tex(omlpnc.fd) = %{tl_version} +Provides: tex(omlppl.fd) = %{tl_version} +Provides: tex(omlptm.fd) = %{tl_version} +Provides: tex(omlptmcm.fd) = %{tl_version} +Provides: tex(omlput.fd) = %{tl_version} +Provides: tex(omlpzc.fd) = %{tl_version} +Provides: tex(omlzplm.fd) = %{tl_version} +Provides: tex(omlzpple.fd) = %{tl_version} +Provides: tex(omlztmcm.fd) = %{tl_version} +Provides: tex(omsbch.fd) = %{tl_version} +Provides: tex(omspag.fd) = %{tl_version} +Provides: tex(omspbk.fd) = %{tl_version} +Provides: tex(omspcr.fd) = %{tl_version} +Provides: tex(omsphv.fd) = %{tl_version} +Provides: tex(omspnc.fd) = %{tl_version} +Provides: tex(omsppl.fd) = %{tl_version} +Provides: tex(omsptm.fd) = %{tl_version} +Provides: tex(omsput.fd) = %{tl_version} +Provides: tex(omspzc.fd) = %{tl_version} +Provides: tex(omspzccm.fd) = %{tl_version} +Provides: tex(omszplm.fd) = %{tl_version} +Provides: tex(omszpple.fd) = %{tl_version} +Provides: tex(omsztmcm.fd) = %{tl_version} +Provides: tex(omxpsycm.fd) = %{tl_version} +Provides: tex(omxzplm.fd) = %{tl_version} +Provides: tex(omxzpple.fd) = %{tl_version} +Provides: tex(omxztmcm.fd) = %{tl_version} +Provides: tex(ot1bch.fd) = %{tl_version} +Provides: tex(ot1pag.fd) = %{tl_version} +Provides: tex(ot1pbk.fd) = %{tl_version} +Provides: tex(ot1pcr.fd) = %{tl_version} +Provides: tex(ot1phv.fd) = %{tl_version} +Provides: tex(ot1pnc.fd) = %{tl_version} +Provides: tex(ot1ppl.fd) = %{tl_version} +Provides: tex(ot1pplj.fd) = %{tl_version} +Provides: tex(ot1pplx.fd) = %{tl_version} +Provides: tex(ot1ptm.fd) = %{tl_version} +Provides: tex(ot1ptmcm.fd) = %{tl_version} +Provides: tex(ot1put.fd) = %{tl_version} +Provides: tex(ot1pzc.fd) = %{tl_version} +Provides: tex(ot1zplm.fd) = %{tl_version} +Provides: tex(ot1zpple.fd) = %{tl_version} +Provides: tex(ot1ztmcm.fd) = %{tl_version} +Provides: tex(palatino.sty) = %{tl_version} +Provides: tex(pifont.sty) = %{tl_version} +Provides: tex(t1bch.fd) = %{tl_version} +Provides: tex(t1pag.fd) = %{tl_version} +Provides: tex(t1pbk.fd) = %{tl_version} +Provides: tex(t1pcr.fd) = %{tl_version} +Provides: tex(t1phv.fd) = %{tl_version} +Provides: tex(t1pnc.fd) = %{tl_version} +Provides: tex(t1ppl.fd) = %{tl_version} +Provides: tex(t1pplj.fd) = %{tl_version} +Provides: tex(t1pplx.fd) = %{tl_version} +Provides: tex(t1ptm.fd) = %{tl_version} +Provides: tex(t1put.fd) = %{tl_version} +Provides: tex(t1pzc.fd) = %{tl_version} +Provides: tex(times.sty) = %{tl_version} +Provides: tex(ts1bch.fd) = %{tl_version} +Provides: tex(ts1pag.fd) = %{tl_version} +Provides: tex(ts1pbk.fd) = %{tl_version} +Provides: tex(ts1pcr.fd) = %{tl_version} +Provides: tex(ts1phv.fd) = %{tl_version} +Provides: tex(ts1pnc.fd) = %{tl_version} +Provides: tex(ts1ppl.fd) = %{tl_version} +Provides: tex(ts1pplj.fd) = %{tl_version} +Provides: tex(ts1pplx.fd) = %{tl_version} +Provides: tex(ts1ptm.fd) = %{tl_version} +Provides: tex(ts1put.fd) = %{tl_version} +Provides: tex(ts1pzc.fd) = %{tl_version} +Provides: tex(ufplm.fd) = %{tl_version} +Provides: tex(ufplmbb.fd) = %{tl_version} +Provides: tex(upsy.fd) = %{tl_version} +Provides: tex(upzd.fd) = %{tl_version} +Provides: tex(utopia.sty) = %{tl_version} + +%description psnfss +Font definition files, macros and font metrics for freely- +available Adobe Type 1 fonts. The font set consists of the +'LaserWriter 35' set (originally 'freely available' because +embedded in PostScript printers), and a variety of other free +fonts, together with some additions. Note that while many of +the fonts are available in PostScript (and other) printers, +most publishers require fonts embedded in documents, which +requires that you have the fonts in your TeX system. +Fortunately, there are free versions of the fonts from URW +(available in the URW base5 bundle). The base set of text fonts +covered by PSNFSS are: AvantGarde, Bookman, Courier, Helvetica, +New Century Schoolbook, Palatino, Symbol, Times Roman and Zapf +Dingbats. In addition, the fonts Bitstream Charter and Adobe +Utopia are covered (those fonts were contributed to the Public +Domain by their commercial foundries). Separate packages are +provided to load each font for use as main text font. The +packages helvet (which allows Helvetica to be loaded with its +size scaled to something more nearly appropriate for its use as +a Sans-Serif font to match Times) and pifont (which provides +the means to select single glyphs from symbol fonts) are +tailored to special requirements of their fonts. Mathematics +are covered by the mathptmx package, which constructs passable +mathematics from a combination of Times Roman, Symbol and some +glyphs from Computer Modern, and by Pazo Math (optionally +extended with the fpl small-caps and old-style figures fonts) +which uses Palatino as base font, with the mathpazo fonts. The +bundle as a whole is part of the LaTeX 'required' set of +packages. + +date: 2011-05-30 10:00:44 +0200 + +%post psnfss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map charter.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map charter.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map fpls.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fpls.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map pazo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map pazo.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map utopia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map utopia.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun psnfss +if [ $1 == 0 ] ; then +sed -i '/^Map charter.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map fpls.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map pazo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map utopia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans psnfss +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psnfss-doc +Summary: Documentation for psnfss +Version: svn23394.9.2a +Release: %{tl_noarch_release} +Provides: tex-psnfss-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-graphics-doc + +%description psnfss-doc +Documentation for psnfss + +%package pspicture +Provides: tex-pspicture = %{tl_version} +License: LPPL +Summary: PostScript picture support +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pspicture.sty) = %{tl_version} + +%description pspicture +A replacement for LaTeX's picture macros, that uses PostScript +\special commands. The package is now largely superseded by +pict2e. + +date: 2007-03-11 16:56:01 +0100 + +%post pspicture +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pspicture +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pspicture +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pspicture-doc +Summary: Documentation for pspicture +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pspicture-doc +BuildArch: noarch +AutoReqProv: No + +%description pspicture-doc +Documentation for pspicture + +%package tools +Provides: tex-tools = %{tl_version} +License: LPPL +Summary: The LaTeX standard tools bundle +Version: svn29849.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(.tex) = %{tl_version} +Provides: tex(afterpage.sty) = %{tl_version} +Provides: tex(array.sty) = %{tl_version} +Provides: tex(bm.sty) = %{tl_version} +Provides: tex(calc.sty) = %{tl_version} +Provides: tex(dcolumn.sty) = %{tl_version} +Provides: tex(delarray.sty) = %{tl_version} +Provides: tex(e.tex) = %{tl_version} +Provides: tex(enumerate.sty) = %{tl_version} +Provides: tex(fontsmpl.sty) = %{tl_version} +Provides: tex(fontsmpl.tex) = %{tl_version} +Provides: tex(ftnright.sty) = %{tl_version} +Provides: tex(h.tex) = %{tl_version} +Provides: tex(hhline.sty) = %{tl_version} +Provides: tex(indentfirst.sty) = %{tl_version} +Provides: tex(layout.sty) = %{tl_version} +Provides: tex(longtable.sty) = %{tl_version} +Provides: tex(multicol.sty) = %{tl_version} +Provides: tex(q.tex) = %{tl_version} +Provides: tex(r.tex) = %{tl_version} +Provides: tex(rawfonts.sty) = %{tl_version} +Provides: tex(s.tex) = %{tl_version} +Provides: tex(showkeys.sty) = %{tl_version} +Provides: tex(somedefs.sty) = %{tl_version} +Provides: tex(tabularx.sty) = %{tl_version} +Provides: tex(thb.sty) = %{tl_version} +Provides: tex(thc.sty) = %{tl_version} +Provides: tex(thcb.sty) = %{tl_version} +Provides: tex(theorem.sty) = %{tl_version} +Provides: tex(thm.sty) = %{tl_version} +Provides: tex(thmb.sty) = %{tl_version} +Provides: tex(thp.sty) = %{tl_version} +Provides: tex(trace.sty) = %{tl_version} +Provides: tex(varioref.sty) = %{tl_version} +Provides: tex(verbatim.sty) = %{tl_version} +Provides: tex(verbtest.tex) = %{tl_version} +Provides: tex(x.tex) = %{tl_version} +Provides: tex(xr.sty) = %{tl_version} +Provides: tex(xspace.sty) = %{tl_version} + +%description tools +A collection of (variously) simple tools provided as part of +the LaTeX required tools distribution, comprising: afterpage, +array, bm, calc, dcolumn, delarray, enumerate, fileerr, +fontsmpl, ftnright, hhline, indentfirst, layout, longtable, +multicol, rawfonts, showkeys, somedefs, tabularx, theorem, +trace, varioref, verbatim, xr, and xspace. + +date: 2012-06-06 12:15:04 +0200 + +%post tools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tools-doc +Summary: Documentation for tools +Version: svn29849.0 +Release: %{tl_noarch_release} +Provides: tex-tools-doc +BuildArch: noarch +AutoReqProv: No + +%description tools-doc +Documentation for tools + +%package chbibref +Provides: tex-chbibref = %{tl_version} +License: LPPL +Summary: Change the Bibliography/References title +Version: svn17120.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chbibref.sty) = %{tl_version} + +%description chbibref +Defines a single command, \setbibref, which sets whichever of +\bibname and \refname is in use. (\bibname is used in book.cls +and report.cls, and \refname is used in article.cls.) + +date: 2010-02-23 16:16:11 +0100 + +%post chbibref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chbibref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chbibref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chbibref-doc +Summary: Documentation for chbibref +Version: svn17120.1.0 +Release: %{tl_noarch_release} +Provides: tex-chbibref-doc +BuildArch: noarch +AutoReqProv: No + +%description chbibref-doc +Documentation for chbibref + +%package chicago +Provides: tex-chicago = %{tl_version} +License: Knuth +Summary: A "Chicago" bibliography style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chicago.sty) = %{tl_version} + +%description chicago +Chicago is a BibTeX style that follows the "B" reference style +of the 13th Edition of the Chicago manual of style; a LaTeX +package (to LaTeX 2.09 conventions) is also provided. The style +was derived from the newapa style. + +date: 2008-12-25 20:17:19 +0100 + +%post chicago +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chicago +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chicago +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chicago-annote +Provides: tex-chicago-annote = %{tl_version} +License: LPPL +Summary: Chicago-based annotated BibTeX style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description chicago-annote +This is a revision of chicagoa.bst, using the commonly-used +annote field in place of the original's annotation. + +date: 2009-02-03 15:12:24 +0100 + +%post chicago-annote +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chicago-annote +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chicago-annote +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chicago-annote-doc +Summary: Documentation for chicago-annote +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-chicago-annote-doc +BuildArch: noarch +AutoReqProv: No + +%description chicago-annote-doc +Documentation for chicago-annote + +%package chembst +Provides: tex-chembst = %{tl_version} +License: LPPL +Summary: A collection of BibTeX files for chemistry journals +Version: svn15878.0.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description chembst +The package offers a collection of advanced BibTeX style files +suitable for publications in chemistry journals. Currently, +style files for journals published by the American Chemical +Society, Wiley-VCH and The Royal Society of Chemistry are +available. The style files support advanced features such as +automatic formatting of errata or creating an appropriate entry +for publications in Angewandte Chemie where both English and +German should be cited simultaneously. + +date: 2008-09-20 13:36:26 +0200 + +%post chembst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chembst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chembst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chembst-doc +Summary: Documentation for chembst +Version: svn15878.0.2.5 +Release: %{tl_noarch_release} +Provides: tex-chembst-doc +BuildArch: noarch +AutoReqProv: No + +%description chembst-doc +Documentation for chembst + +%package chscite +Provides: tex-chscite = %{tl_version} +License: LPPL 1.2 +Summary: Bibliography style for Chalmers University of Technology +Version: svn28552.2.999 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(url.sty) +Provides: tex(chscite.sty) = %{tl_version} + +%description chscite +The package, heavily based on the harvard package for Harvard- +style citations, provides a citation suite for students at +Chalmers University of Technology that follows given +recommendations. + +date: 2012-05-14 12:19:39 +0200 + +%post chscite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chscite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chscite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chscite-doc +Summary: Documentation for chscite +Version: svn28552.2.999 +Release: %{tl_noarch_release} +Provides: tex-chscite-doc +BuildArch: noarch +AutoReqProv: No + +%description chscite-doc +Documentation for chscite + +%package collref +Provides: tex-collref = %{tl_version} +License: LPPL +Summary: Collect blocks of references into a single reference +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(collref.sty) = %{tl_version} + +%description collref +The package automatically collects multiple \bibitem +references, which always appear in the same sequence in \cite, +into a single \bibitem block. + +date: 2009-11-09 14:16:05 +0100 + +%post collref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun collref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package collref-doc +Summary: Documentation for collref +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-collref-doc +BuildArch: noarch +AutoReqProv: No + +%description collref-doc +Documentation for collref + +%package compactbib +Provides: tex-compactbib = %{tl_version} +License: LPPL +Summary: Multiple thebibliography environments +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(compactbib.sty) = %{tl_version} + +%description compactbib +Allows a second bibliography, optionally with a different +title, after the main bibliography. + +date: 2007-01-01 11:39:06 +0100 + +%post compactbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun compactbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans compactbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package custom-bib +Provides: tex-custom-bib = %{tl_version} +License: LPPL +Summary: Customised BibTeX styles +Version: svn24729.4.33 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(geophys.tex) = %{tl_version} +Provides: tex(makebst.tex) = %{tl_version} +Provides: tex(shorthnd.tex) = %{tl_version} + +%description custom-bib +Package generating customized BibTeX bibliography styles from a +generic file using docstrip driven by parameters generated by a +menu application. Includes support for the Harvard style of +citations. + +date: 2011-11-18 13:01:42 +0100 + +%post custom-bib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun custom-bib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans custom-bib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package custom-bib-doc +Summary: Documentation for custom-bib +Version: svn24729.4.33 +Release: %{tl_noarch_release} +Provides: tex-custom-bib-doc +BuildArch: noarch +AutoReqProv: No + +%description custom-bib-doc +Documentation for custom-bib + +%package din1505 +Provides: tex-din1505 = %{tl_version} +License: Bibtex +Summary: Bibliography styles for German texts +Version: svn19441.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description din1505 +A set of bibliography styles that conformt to DIN 1505, and +match the original BibTeX standard set (plain, unsrt, alpha and +abbrv), together with a style natdin to work with natbib. + +date: 2008-11-25 15:33:33 +0100 + +%post din1505 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun din1505 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans din1505 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package din1505-doc +Summary: Documentation for din1505 +Version: svn19441.0 +Release: %{tl_noarch_release} +Provides: tex-din1505-doc +BuildArch: noarch +AutoReqProv: No + +%description din1505-doc +Documentation for din1505 + +%package dk-bib +Provides: tex-dk-bib = %{tl_version} +License: GPLv2+ +Summary: Danish variants of standard BibTeX styles +Version: svn15878.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(url.sty) +Provides: tex(dk-apali.sty) = %{tl_version} +Provides: tex(dk-bib.sty) = %{tl_version} + +%description dk-bib +Dk-bib is a translation of the four standard BibTeX style files +(abbrv, alpha, plain and unsrt) and the apalike style file into +Danish. The files have been extended with URL, ISBN, ISSN, +annote and printing fields which can be enabled through a LaTeX +style file. Dk-bib also comes with a couple of Danish sorting +order files for BibTeX8. + +date: 2009-09-25 22:54:35 +0200 + +%post dk-bib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dk-bib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dk-bib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dk-bib-doc +Summary: Documentation for dk-bib +Version: svn15878.0.6 +Release: %{tl_noarch_release} +Provides: tex-dk-bib-doc +BuildArch: noarch +AutoReqProv: No + +%description dk-bib-doc +Documentation for dk-bib + +%package doipubmed +Provides: tex-doipubmed = %{tl_version} +License: LPPL +Summary: Special commands for use in bibliographies +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(url.sty) +Provides: tex(doipubmed.sty) = %{tl_version} + +%description doipubmed +The package provides the commands \doi, \pubmed and \citeurl. +These commands are primarily designed for use in +bibliographies. A LaTeX2HTML style file is also provided. + +date: 2009-09-27 10:36:15 +0200 + +%post doipubmed +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun doipubmed +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doipubmed +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package doipubmed-doc +Summary: Documentation for doipubmed +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-doipubmed-doc +BuildArch: noarch +AutoReqProv: No + +%description doipubmed-doc +Documentation for doipubmed + +%package fbs +Provides: tex-fbs = %{tl_version} +License: LPPL +Summary: BibTeX style for Frontiers in Bioscience +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description fbs +A BibTeX style file made with custom-bib to fit Frontiers in +Bioscience requirements: - all authors, no et al, full author +names, initials abbreviated; - only abbreviated journal name +italicised, no abbreviation dots; - only year, no month, at end +of reference; and - DOI excluded, ISSN excluded. + +date: 2008-08-19 20:38:14 +0200 + +%post fbs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fbs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fbs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package figbib +Provides: tex-figbib = %{tl_version} +License: LPPL +Summary: Organize figure databases with BibTeX +Version: svn19388.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(figbib.sty) = %{tl_version} + +%description figbib +FigBib lets you organize your figures in BibTeX databases. Some +FigBib features are: - Store and manage figures in a BibTeX +database; - Include figures in your LaTeX document with one +short command; - Generate a List of Figures containing +more/other information than the figure captions; - Control with +one switch where to output the figures, either as usual float +objects or in a separate part at the end of your document. + +date: 2006-10-19 22:42:58 +0200 + +%post figbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun figbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package figbib-doc +Summary: Documentation for figbib +Version: svn19388.0 +Release: %{tl_noarch_release} +Provides: tex-figbib-doc +BuildArch: noarch +AutoReqProv: No + +%description figbib-doc +Documentation for figbib + +%package footbib +Provides: tex-footbib = %{tl_version} +License: LPPL +Summary: Bibliographic references as footnotes +Version: svn17115.2.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(footbib.sty) = %{tl_version} + +%description footbib +The package makes bibliographic references appear as footnotes. +It defines a command \footcite which is similar to the LaTeX +\cite command but the references cited in this way appear at +the bottom of the pages. This 'foot bibliography' does not +conflict with the standard one and both may exist +simultaneously in a document. The command \cite may still be +used to produce the standard bibliography. The foot +bibliography uses its own style and bibliographic database +which may be specified independently of the standard one. Any +standard bibliography style may be used. + +date: 2010-02-20 20:57:03 +0100 + +%post footbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun footbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package footbib-doc +Summary: Documentation for footbib +Version: svn17115.2.0.7 +Release: %{tl_noarch_release} +Provides: tex-footbib-doc +BuildArch: noarch +AutoReqProv: No + +%description footbib-doc +Documentation for footbib + +%package francais-bst +Provides: tex-francais-bst = %{tl_version} +License: LPPL 1.3 +Summary: Bibliographies conforming to French typographic standards +Version: svn30446.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description francais-bst +The package provides bibliographies (in French) conforming to +the rules in "Guide de la communication ecrite" (Malo, M., +Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeX +styles were generated using custom-bib and they are compatible +with natbib + +date: 2013-05-12 22:32:31 +0200 + +%post francais-bst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun francais-bst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans francais-bst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package francais-bst-doc +Summary: Documentation for francais-bst +Version: svn30446.1.1 +Release: %{tl_noarch_release} +Provides: tex-francais-bst-doc +BuildArch: noarch +AutoReqProv: No + +%description francais-bst-doc +Documentation for francais-bst + +%package geschichtsfrkl +Provides: tex-geschichtsfrkl = %{tl_version} +License: LPPL +Summary: BibLaTeX style for historians +Version: svn25886.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(standard.bbx) +Provides: tex(geschichtsfrkl.bbx) = %{tl_version} +Provides: tex(geschichtsfrkl.cbx) = %{tl_version} + +%description geschichtsfrkl +The package provides a BibLaTeX style, (mostly) meeting the +requirements of the History Faculty of the University of +Freiburg (Germany). + +date: 2012-04-08 13:49:02 +0200 + +%post geschichtsfrkl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun geschichtsfrkl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans geschichtsfrkl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package geschichtsfrkl-doc +Summary: Documentation for geschichtsfrkl +Version: svn25886.1.1 +Release: %{tl_noarch_release} +Provides: tex-geschichtsfrkl-doc +BuildArch: noarch +AutoReqProv: No + +%description geschichtsfrkl-doc +Documentation for geschichtsfrkl + +%package harvard +Provides: tex-harvard = %{tl_version} +License: LPPL +Summary: Harvard citation package for use with LaTeX 2e +Version: svn15878.2.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(harvard.sty) = %{tl_version} + +%description harvard +This is a re-implementation, for LaTeX 2e, of the original +Harvard package. The bundle contains the LaTeX package, several +BibTeX styles, and a 'Perl package' for use with LaTeX2HTML. +Harvard is an author-year citation style (all but the first +author are suppressed in second and subsequent citations of the +same entry); the package defines several variant styles: - +apsr.bst for the American Political Science Review; - agsm.bst +for Australian Government publications; - dcu.bst from the +Design Computing Unit of the University of Sydney; - +kluwer.bstwhich aims at the format preferred in Kluwer +publications; - nederlands.bst which deals with sorting Dutch +names with prefixes (such as van) according to Dutch rules; +together with several styles whose authors offer no description +of their behaviour. + +date: 2009-01-31 11:13:28 +0100 + +%post harvard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun harvard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harvard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package harvard-doc +Summary: Documentation for harvard +Version: svn15878.2.0.5 +Release: %{tl_noarch_release} +Provides: tex-harvard-doc +BuildArch: noarch +AutoReqProv: No + +%description harvard-doc +Documentation for harvard + +%package harvmac +Provides: tex-harvmac = %{tl_version} +License: CC-BY +Summary: Macros for scientific articles +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(harvmac.tex) = %{tl_version} + +%description harvmac +Known as 'Harvard macros', since written at that University. + +date: 2008-12-20 16:08:04 +0100 + +%post harvmac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun harvmac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harvmac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package harvmac-doc +Summary: Documentation for harvmac +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-harvmac-doc +BuildArch: noarch +AutoReqProv: No + +%description harvmac-doc +Documentation for harvmac + +%package historische-zeitschrift +Provides: tex-historische-zeitschrift = %{tl_version} +License: LPPL +Summary: Biblatex style for the journal 'Historische Zeitschrift' +Version: svn27124.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(historische-zeitschrift.bbx) = %{tl_version} +Provides: tex(historische-zeitschrift.cbx) = %{tl_version} + +%description historische-zeitschrift +The package provides citations according with the house style +of the 'Historische Zeitschrift', a German historical journal. +The scheme is a fullcite for the first citation and 'Author, +Shorttitle (as note N, P)' for later citations (P being the +page number). For further details, see the description of the +house style at the journal's site. The package depends on +biblatex (version 0.8 or higher) as well as etoolbox (version +1.5 or higher). + +date: 2012-07-15 23:35:06 +0200 + +%post historische-zeitschrift +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun historische-zeitschrift +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans historische-zeitschrift +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package historische-zeitschrift-doc +Summary: Documentation for historische-zeitschrift +Version: svn27124.1.0 +Release: %{tl_noarch_release} +Provides: tex-historische-zeitschrift-doc +BuildArch: noarch +AutoReqProv: No + +%description historische-zeitschrift-doc +Documentation for historische-zeitschrift + +%package ijqc +Provides: tex-ijqc = %{tl_version} +License: LPPL +Summary: BibTeX style file for the Intl. J. Quantum Chem +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description 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: 2006-08-27 16:41:02 +0100 + +%post ijqc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ijqc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ijqc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ijqc-doc +Summary: Documentation for ijqc +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-ijqc-doc +BuildArch: noarch +AutoReqProv: No + +%description ijqc-doc +Documentation for ijqc + +%package inlinebib +Provides: tex-inlinebib = %{tl_version} +License: LPPL +Summary: Citations in footnotes +Version: svn22018.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(inlinebib.sty) = %{tl_version} +Provides: tex(pageranges.sty) = %{tl_version} + +%description 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: 2006-12-12 00:29:31 +0100 + +%post inlinebib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun inlinebib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inlinebib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package inlinebib-doc +Summary: Documentation for inlinebib +Version: svn22018.0 +Release: %{tl_noarch_release} +Provides: tex-inlinebib-doc +BuildArch: noarch +AutoReqProv: No + +%description inlinebib-doc +Documentation for inlinebib + +%package iopart-num +Provides: tex-iopart-num = %{tl_version} +License: LPPL +Summary: Numeric citation style for IOP journals +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description 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: 2009-01-27 15:17:42 +0100 + +%post iopart-num +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iopart-num +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iopart-num +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iopart-num-doc +Summary: Documentation for iopart-num +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-iopart-num-doc +BuildArch: noarch +AutoReqProv: No + +%description iopart-num-doc +Documentation for iopart-num + +%package jneurosci +Provides: tex-jneurosci = %{tl_version} +License: LPPL +Summary: BibTeX style for the Journal of Neuroscience +Version: svn17346.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(jneurosci.sty) = %{tl_version} + +%description 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: 2010-03-06 20:55:14 +0100 + +%post jneurosci +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jneurosci +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jneurosci +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jneurosci-doc +Summary: Documentation for jneurosci +Version: svn17346.1.00 +Release: %{tl_noarch_release} +Provides: tex-jneurosci-doc +BuildArch: noarch +AutoReqProv: No + +%description jneurosci-doc +Documentation for jneurosci + +%package jurabib +Provides: tex-jurabib = %{tl_version} +License: GPL+ +Summary: Extended BibTeX citation support for the humanities and legal texts +Version: svn15878.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Requires: tex(url.sty) +Requires: tex(array.sty) +Provides: tex(dajbbib.ldf) = %{tl_version} +Provides: tex(dejbbib.ldf) = %{tl_version} +Provides: tex(dujbbib.ldf) = %{tl_version} +Provides: tex(enjbbib.ldf) = %{tl_version} +Provides: tex(fijbbib.ldf) = %{tl_version} +Provides: tex(frjbbib.ldf) = %{tl_version} +Provides: tex(itjbbib.ldf) = %{tl_version} +Provides: tex(jblong.cfg) = %{tl_version} +Provides: tex(jurabib.cfg) = %{tl_version} +Provides: tex(jurabib.sty) = %{tl_version} +Provides: tex(nojbbib.ldf) = %{tl_version} +Provides: tex(ptjbbib.ldf) = %{tl_version} +Provides: tex(spjbbib.ldf) = %{tl_version} + +%description 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: 2007-01-08 14:12:54 +0100 + +%post jurabib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jurabib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jurabib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jurabib-doc +Summary: Documentation for jurabib +Version: svn15878.0.6 +Release: %{tl_noarch_release} +Provides: tex-jurabib-doc +BuildArch: noarch +AutoReqProv: No + +%description jurabib-doc +Documentation for jurabib + +%package ksfh_nat +Provides: tex-ksfh_nat = %{tl_version} +License: LPPL +Summary: ksfh_nat package +Version: svn24825.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description ksfh_nat +ksfh_nat package + +%post ksfh_nat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ksfh_nat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ksfh_nat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listbib +Provides: tex-listbib = %{tl_version} +License: GPL+ +Summary: Lists contents of BibTeX files +Version: svn29349.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-listbib-bin +Provides: tex(listbib.cfg) = %{tl_version} +Provides: tex(listbib.sty) = %{tl_version} +Provides: tex(listbib.tex) = %{tl_version} + +%description listbib +Generates listings of bibliographic data bases in BibTeX format +-- for example for archival purposes. Included is a listbib.bst +which is better suited for this purpose than the standard +styles. + +date: 2012-04-21 20:14:11 +0200 + +%post listbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listbib-doc +Summary: Documentation for listbib +Version: svn29349.2.2 +Release: %{tl_noarch_release} +Provides: tex-listbib-doc +BuildArch: noarch +AutoReqProv: No + +%description listbib-doc +Documentation for listbib + +%package listbib-bin +Summary: Binaries for listbib +Version: svn26126.0 +Requires: texlive-base +Requires: tex-listbib +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description listbib-bin +Binaries for listbib + +%package logreq +Provides: tex-logreq = %{tl_version} +License: LPPL 1.3 +Summary: Support for automation of the LaTeX workflow +Version: svn19640.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(keyval.sty) +Provides: tex(logreq.def) = %{tl_version} +Provides: tex(logreq.sty) = %{tl_version} + +%description logreq +The package helps to automate a typical LaTeX workflow that +involves running LaTeX several times, running tools such as +BibTeX or makeindex, and so on. It will log requests like +"please rerun LaTeX" or "please run BibTeX on file X" to an +external XML file which lists all open tasks in a machine- +readable format. Compiler scripts and integrated LaTeX editing +environments may parse this file to determine the next steps in +the workflow in a way that is more efficient than parsing the +main log file. In sum, the package will do two things: 1) +enable package authors to use LaTeX commands to issue requests, +2) collect all requests from all packages and write them to an +external XML file at the end of the document. + +date: 2010-08-11 13:58:09 +0200 + +%post logreq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun logreq +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logreq +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package logreq-doc +Summary: Documentation for logreq +Version: svn19640.1.0 +Release: %{tl_noarch_release} +Provides: tex-logreq-doc +BuildArch: noarch +AutoReqProv: No + +%description logreq-doc +Documentation for logreq + +%package margbib +Provides: tex-margbib = %{tl_version} +License: GPL+ +Summary: Display bibitem tags in the margins +Version: svn15878.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(margbib.sty) = %{tl_version} + +%description margbib +The package redefines the 'thebibliography' environment to +place the citation key into the margin. + +date: 2008-09-23 13:30:27 +0200 + +%post margbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun margbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans margbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package margbib-doc +Summary: Documentation for margbib +Version: svn15878.1.0c +Release: %{tl_noarch_release} +Provides: tex-margbib-doc +BuildArch: noarch +AutoReqProv: No + +%description margbib-doc +Documentation for margbib + +%package multibib +Provides: tex-multibib = %{tl_version} +License: LPPL +Summary: Multiple bibliographies within one document +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multibib.sty) = %{tl_version} + +%description multibib +Multibib the creation of references to multiple bibliographies +within one document. It thus provides complementary +functionality to packages like bibunits and chapterbib, which +allow the creation of one bibliography for multiple, but +different parts of the document. Multibib is compatible with +inlinebib, natbib, and koma-script. + +date: 2008-12-10 20:42:30 +0100 + +%post multibib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multibib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multibib-doc +Summary: Documentation for multibib +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-multibib-doc +BuildArch: noarch +AutoReqProv: No + +%description multibib-doc +Documentation for multibib + +%package multibibliography +Provides: tex-multibibliography = %{tl_version} +License: LPPL 1.3 +Summary: Multiple versions of a bibliography, with different sort orders +Version: svn30520.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-multibibliography-bin +Provides: tex(multibibliography.sty) = %{tl_version} + +%description multibibliography +Conventional standards for bibliography styles impose a forced +choice between index and name/year citations, and corresponding +references. The package avoids this choice, by providing +alphabetic, sequenced, and even chronological orderings of +references. Inline citations, that integrate these +heterogeneous styles, are also supported (and work with other +bibliography packages). + +date: 2013-05-17 12:42:49 +0200 + +%post multibibliography +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multibibliography +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibibliography +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multibibliography-doc +Summary: Documentation for multibibliography +Version: svn30520.1.02 +Release: %{tl_noarch_release} +Provides: tex-multibibliography-doc +BuildArch: noarch +AutoReqProv: No + +%description multibibliography-doc +Documentation for multibibliography + +%package multibibliography-bin +Summary: Binaries for multibibliography +Version: svn30534.0 +Requires: texlive-base +Requires: tex-multibibliography +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description multibibliography-bin +Binaries for multibibliography + +%package munich +Provides: tex-munich = %{tl_version} +License: LPPL +Summary: An alternative authordate bibliography style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description munich +The Munich BibTeX style is produced with custom-bib, as a +German (and, more generally, Continental European) alternative +to such author-date styles as harvard and oxford. + +date: 2007-03-10 12:18:05 +0100 + +%post munich +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun munich +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans munich +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package munich-doc +Summary: Documentation for munich +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-munich-doc +BuildArch: noarch +AutoReqProv: No + +%description munich-doc +Documentation for munich + +%package notes2bib +Provides: tex-notes2bib = %{tl_version} +License: LPPL +Summary: Integrating notes into the bibliography +Version: svn28205.2.0j +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Provides: tex(notes2bib.sty) = %{tl_version} + +%description notes2bib +The package defines a new type of note, bibnote, which will +always be added to the bibliography. The package allows +footnotes and endnotes to be moved into the bibliography in the +same way. The package can be used with natbib and biblatex as +well as plain LaTeX citations. Both sorted and unsorted +bibliography styles are supported. The package uses the LaTeX 3 +macros and the associated xpackages bundle. It also makes use +of the e-TeX extensions (any post-2005 LaTeX distribution will +provide these by default, but users of older systems may need +to use an elatex command or equivalent). The package relies on +LaTeX 3 support from the l3kernel and l3packages bundles. + +date: 2012-11-07 12:34:14 +0100 + +%post notes2bib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun notes2bib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notes2bib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package notes2bib-doc +Summary: Documentation for notes2bib +Version: svn28205.2.0j +Release: %{tl_noarch_release} +Provides: tex-notes2bib-doc +BuildArch: noarch +AutoReqProv: No + +%description notes2bib-doc +Documentation for notes2bib + +%package oscola +Provides: tex-oscola = %{tl_version} +License: LPPL 1.3 +Summary: BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities +Version: svn27490.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(authortitle.bbx) +Requires: tex(verbose-inote.cbx) +Provides: tex(oscola.bbx) = %{tl_version} +Provides: tex(oscola.cbx) = %{tl_version} + +%description oscola +The package provides a set of style files for use with Biblatex +(v 2+) and Biber (v 1+) to produce citations and bibliographies +in accordance with the widely-used Oxford Standard for the +Citation of Legal Authorities. It also includes facilities for +constructing tables of cases and legislation from citations (in +conjunction with appropriate indexing packages). + +date: 2012-08-20 08:49:07 +0200 + +%post oscola +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun oscola +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oscola +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oscola-doc +Summary: Documentation for oscola +Version: svn27490.1 +Release: %{tl_noarch_release} +Provides: tex-oscola-doc +BuildArch: noarch +AutoReqProv: No + +%description oscola-doc +Documentation for oscola + +%package perception +Provides: tex-perception = %{tl_version} +License: LPPL +Summary: BibTeX style for the journal Perception +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description perception +A product of custom-bib, provided simply to save others' time. + +date: 2007-02-24 15:09:57 +0100 + +%post perception +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun perception +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans perception +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package perception-doc +Summary: Documentation for perception +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-perception-doc +BuildArch: noarch +AutoReqProv: No + +%description perception-doc +Documentation for perception + +%package pnas2009 +Provides: tex-pnas2009 = %{tl_version} +License: Bibtex +Summary: Bibtex style for PNAS +Version: svn16287.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description pnas2009 +This style produces bibliographies in the format of +"Proceedings of the National Academy of Sciences, USA". The +style was derived from the standard unsrt.bst and adapted to +the new (2009) formatting rules. + +date: 2009-12-06 09:16:45 +0100 + +%post pnas2009 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pnas2009 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pnas2009 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rsc +Provides: tex-rsc = %{tl_version} +License: GPL+ +Summary: BibTeX style for use with RSC journals +Version: svn20942.3.1e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(natbib.sty) +Requires: tex(natmove.sty) +Requires: tex(mciteplus.sty) +Provides: tex(rsc.sty) = %{tl_version} + +%description rsc +The rsc package provides a BibTeX style in accordance with the +requirements of the Royal Society of Chemistry. It was +originally based on the file pccp.bst, but also implements a +number of styles from the achemso package. The package is now a +stub for the chemstyle package, which the author developed to +unify the writing of articles with a chemistry content. + +date: 2011-01-05 00:05:34 +0100 + +%post rsc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rsc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rsc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rsc-doc +Summary: Documentation for rsc +Version: svn20942.3.1e +Release: %{tl_noarch_release} +Provides: tex-rsc-doc +BuildArch: noarch +AutoReqProv: No + +%description rsc-doc +Documentation for rsc + +%package showtags +Provides: tex-showtags = %{tl_version} +License: Public Domain +Summary: Print the tags of bibliography entries +Version: svn20336.1.05 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(showtags.sty) = %{tl_version} + +%description showtags +Prints the tag right-aligned on each line of the bibliography. + +date: 2010-11-05 08:48:20 +0100 + +%post showtags +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showtags +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showtags +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showtags-doc +Summary: Documentation for showtags +Version: svn20336.1.05 +Release: %{tl_noarch_release} +Provides: tex-showtags-doc +BuildArch: noarch +AutoReqProv: No + +%description showtags-doc +Documentation for showtags + +%package sort-by-letters +Provides: tex-sort-by-letters = %{tl_version} +License: Freely redistributable without restriction +Summary: Bibliography styles for alphabetic sorting +Version: svn27128.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description sort-by-letters +This bundle contains several bibliography styles for separating +a document's references by the first letter of the first +author/editor in the bibliography entry. The styles are adapted +from standard ones or from natbib ones. + +date: 2012-06-04 23:25:44 +0200 + +%post sort-by-letters +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sort-by-letters +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sort-by-letters +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sort-by-letters-doc +Summary: Documentation for sort-by-letters +Version: svn27128.0 +Release: %{tl_noarch_release} +Provides: tex-sort-by-letters-doc +BuildArch: noarch +AutoReqProv: No + +%description sort-by-letters-doc +Documentation for sort-by-letters + +%package splitbib +Provides: tex-splitbib = %{tl_version} +License: LPPL +Summary: Split and reorder your bibliography +Version: svn15878.1.17 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(splitbib.sty) = %{tl_version} + +%description splitbib +This package enables you to split a bibliography into several +categories and subcategories. It does not depend on BibTeX: any +bibliography may be split and reordered. + +date: 2007-01-15 00:27:07 +0100 + +%post splitbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun splitbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splitbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package splitbib-doc +Summary: Documentation for splitbib +Version: svn15878.1.17 +Release: %{tl_noarch_release} +Provides: tex-splitbib-doc +BuildArch: noarch +AutoReqProv: No + +%description splitbib-doc +Documentation for splitbib + +%package uni-wtal-ger +Provides: tex-uni-wtal-ger = %{tl_version} +License: LPPL +Summary: uni-wtal-ger package +Version: svn22169.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(authortitle-dw.bbx) +Requires: tex(authortitle-dw.cbx) +Provides: tex(uni-wtal-ger.bbx) = %{tl_version} +Provides: tex(uni-wtal-ger.cbx) = %{tl_version} + +%description uni-wtal-ger +uni-wtal-ger package + +%post uni-wtal-ger +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uni-wtal-ger +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uni-wtal-ger +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uni-wtal-ger-doc +Summary: Documentation for uni-wtal-ger +Version: svn22169.0 +Release: %{tl_noarch_release} +Provides: tex-uni-wtal-ger-doc +BuildArch: noarch +AutoReqProv: No + +%description uni-wtal-ger-doc +Documentation for uni-wtal-ger + +%package uni-wtal-lin +Provides: tex-uni-wtal-lin = %{tl_version} +License: LPPL 1.3 +Summary: Citation style for linguistic studies at the University of Wuppertal +Version: svn28717.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(authoryear.bbx) +Requires: tex(authoryear.cbx) +Provides: tex(uni-wtal-lin.bbx) = %{tl_version} +Provides: tex(uni-wtal-lin.cbx) = %{tl_version} + +%description uni-wtal-lin +The package defines a biblatex citation style based on the +author-title style of biblatex-dw. The citations are optimised +for linguistic studies at the Institute of Linguistics at the +Bergische Universitat Wuppertal. + +date: 2013-01-03 11:16:33 +0100 + +%post uni-wtal-lin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uni-wtal-lin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uni-wtal-lin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uni-wtal-lin-doc +Summary: Documentation for uni-wtal-lin +Version: svn28717.0.1 +Release: %{tl_noarch_release} +Provides: tex-uni-wtal-lin-doc +BuildArch: noarch +AutoReqProv: No + +%description uni-wtal-lin-doc +Documentation for uni-wtal-lin + +%package urlbst +Provides: tex-urlbst = %{tl_version} +License: GPL+ +Summary: Web support for BibTeX +Version: svn29803.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-urlbst-bin + +%description urlbst +Supports a new BibTeX 'webpage' entry type and 'url', +'lastchecked', and 'eprint' and 'DOI' fields. The Perl script +urlbst can be used to add this support to an arbitrary .bst +file which has a reasonably conventional structure. The result +is meant to be robust rather than pretty. + +date: 2011-11-15 11:50:22 +0100 + +%post urlbst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun urlbst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans urlbst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package urlbst-doc +Summary: Documentation for urlbst +Version: svn29803.0.7 +Release: %{tl_noarch_release} +Provides: tex-urlbst-doc +BuildArch: noarch +AutoReqProv: No + +%description urlbst-doc +Documentation for urlbst + +%package urlbst-bin +Summary: Binaries for urlbst +Version: svn23262.0 +Requires: texlive-base +Requires: tex-urlbst +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description urlbst-bin +Binaries for urlbst + +%package usebib +Provides: tex-usebib = %{tl_version} +License: LPPL 1.3 +Summary: A simple bibloography processor +Version: svn25969.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(url.sty) +Requires: tex(keyval.sty) +Provides: tex(usebib.sty) = %{tl_version} + +%description usebib +The package is described by its author as "a poor person's +replacement for the more powerful methods provided by biblatex +to access data from a .bib file". Its principle commands are +\bibinput (which specifies a database to use) and \usebibdata +(which typesets a single field from a specified entry in that +database. + +date: 2012-04-13 23:54:56 +0200 + +%post usebib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun usebib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans usebib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package usebib-doc +Summary: Documentation for usebib +Version: svn25969.1.0a +Release: %{tl_noarch_release} +Provides: tex-usebib-doc +BuildArch: noarch +AutoReqProv: No + +%description usebib-doc +Documentation for usebib + +%package vak +Provides: tex-vak = %{tl_version} +License: LPPL +Summary: BibTeX style for Russian Theses, books, etc +Version: svn23431.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description vak +The file can be used to format the bibliographies of PhD +theses, books etc., according to the latest Russian standards: +GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimum +number of new entries and styles to cover all frequently used +situations. The style file provides an easy way to perform a +semiautomatic, or a completely manual sort of the list of the +references. Processing bibliographies produced by the style +requires a 8-bit BibTeX system. + +date: 2011-07-04 16:33:07 +0200 + +%post vak +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vak +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vak +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vak-doc +Summary: Documentation for vak +Version: svn23431.0 +Release: %{tl_noarch_release} +Provides: tex-vak-doc +BuildArch: noarch +AutoReqProv: No + +%description vak-doc +Documentation for vak + +%package xcite +Provides: tex-xcite = %{tl_version} +License: LPPL 1.3 +Summary: Use citation keys from a different document +Version: svn23783.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xcite.sty) = %{tl_version} + +%description xcite +The package lets you use citation keys from another document, +just as the xr package allows cross-document use of labels. + +date: 2011-09-03 01:03:37 +0200 + +%post xcite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xcite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xcite-doc +Summary: Documentation for xcite +Version: svn23783.1.0 +Release: %{tl_noarch_release} +Provides: tex-xcite-doc +BuildArch: noarch +AutoReqProv: No + +%description xcite-doc +Documentation for xcite + +%package collection-binextra +Summary: TeX auxiliary programs +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-a2ping +Requires: tex-adhocfilelist +Requires: tex-arara +Requires: tex-bibtex8 +Requires: tex-bibtexu +Requires: tex-bundledoc +Requires: tex-chktex +Requires: tex-ctanify +Requires: tex-ctanupload +Requires: tex-ctie +Requires: tex-cweb +Requires: tex-de-macro +Requires: tex-detex +Requires: tex-dtl +Requires: tex-dtxgen +Requires: tex-dvi2tty +Requires: tex-dviasm +Requires: tex-dvicopy +Requires: tex-dvidvi +Requires: tex-dviljk +Requires: tex-dvipng +Requires: tex-dvipos +Requires: tex-dvisvgm +Requires: tex-findhyph +Requires: tex-fragmaster +Requires: tex-hyphenex +Requires: tex-installfont +Requires: tex-lacheck +Requires: tex-latex2man +Requires: tex-latexdiff +Requires: tex-latexfileversion +Requires: tex-latexpand +Requires: tex-ltxfileinfo +Requires: tex-listings-ext +Requires: tex-match_parens +Requires: tex-mkjobtexmf +Requires: tex-patgen +Requires: tex-pdfcrop +Requires: tex-pdfjam +Requires: tex-pdftools +Requires: tex-pfarrei +Requires: tex-pkfix +Requires: tex-pkfix-helper +Requires: tex-purifyeps +Requires: tex-seetexk +Requires: tex-sty2dtx +Requires: tex-synctex +Requires: tex-texcount +Requires: tex-texdef +Requires: tex-texdirflatten +Requires: tex-texdoc +Requires: tex-texliveonfly +Requires: tex-texloganalyser +Requires: tex-texware +Requires: tex-tie +Requires: tex-tpic2pdftex +Requires: tex-typeoutfileinfo +Requires: tex-web +Obsoletes: texlive-utils < %{tl_version} +Requires: dvipng + +%description collection-binextra +Various useful, but non-essential, support programs. Includes +programs and macros for DVI file manipulation, literate +programming, patgen, and the TeX Works Editor. + +%package chktex +Provides: tex-chktex = %{tl_version} +License: GPL+ +Summary: Check for errors in LaTeX documents +Version: svn29821.1.7.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-chktex-bin +Provides: chktex = %{tl_version} +Obsoletes: chktex < %{tl_version} + +%description chktex +The program reports typographic and other errors in LaTeX +documents. Filters are also provided for checking the LaTeX +parts of CWEB documents. + +date: 2012-12-29 15:06:49 +0100 + +%post chktex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chktex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chktex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chktex-doc +Summary: Documentation for chktex +Version: svn29821.1.7.1 +Release: %{tl_noarch_release} +Provides: tex-chktex-doc +BuildArch: noarch +AutoReqProv: No + +%description chktex-doc +Documentation for chktex + +%package chktex-bin +Summary: Binaries for chktex +Version: svn30088.0 +Requires: texlive-base +Requires: tex-chktex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description chktex-bin +Binaries for chktex + +%package ctanify +Provides: tex-ctanify = %{tl_version} +License: LPPL +Summary: Prepare a package for upload to CTAN +Version: svn30563.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ctanify-bin + +%description ctanify +Given a list of filenames, ctanify creates a tarball (a .tar.gz +file) with the files laid out in CTAN's preferred structure. +The tarball additionally contains a ZIP (.zip) file with copies +of all files laid out in the standard TeX Directory Structure +(TDS), which may be used by those intending to install the +package, or by those who need to incorporate it in a +distribution. (The TDS ZIP file will be installed in the CTAN +install/ tree.) + +date: 2013-05-18 17:41:16 +0200 + +%post ctanify +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctanify +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctanify +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctanify-doc +Summary: Documentation for ctanify +Version: svn30563.1.3 +Release: %{tl_noarch_release} +Provides: tex-ctanify-doc +BuildArch: noarch +AutoReqProv: No + +%description ctanify-doc +Documentation for ctanify + +%package ctanify-bin +Summary: Binaries for ctanify +Version: svn24061.0 +Requires: texlive-base +Requires: tex-ctanify +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ctanify-bin +Binaries for ctanify + +%package ctanupload +Provides: tex-ctanupload = %{tl_version} +License: GPLv3+ +Summary: Support for users uploading to CTAN +Version: svn26313.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ctanupload-bin + +%description ctanupload +The package provides a Perl script that allows the uploads of a +contribution to CTAN from the command line. The aim us to +simplify the release process for LaTeX package authors. + +date: 2012-05-08 15:13:49 +0200 + +%post ctanupload +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctanupload +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctanupload +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctanupload-doc +Summary: Documentation for ctanupload +Version: svn26313.1.7 +Release: %{tl_noarch_release} +Provides: tex-ctanupload-doc +BuildArch: noarch +AutoReqProv: No + +%description ctanupload-doc +Documentation for ctanupload + +%package ctanupload-bin +Summary: Binaries for ctanupload +Version: svn23866.0 +Requires: texlive-base +Requires: tex-ctanupload +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ctanupload-bin +Binaries for ctanupload + +%package ctie +Provides: tex-ctie = %{tl_version} +License: GPL+ +Summary: C version of tie (merging Web change files) +Version: svn29764.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: texlive-ctie-bin + +%description ctie +This is a version of tie converted for use with cweb. + +date: 2012-06-18 22:39:13 +0200 + +%post ctie +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctie +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctie +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctie-bin +Summary: Binaries for ctie +Version: svn30088.0 +Requires: texlive-base +Requires: tex-ctie +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description ctie-bin +Binaries for ctie + +%package cweb +Provides: tex-cweb = %{tl_version} +License: Knuth +Summary: A Web system in C +Version: svn29764.3.64ad +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-cweb-bin +Provides: tex(cwebmac.tex) = %{tl_version} +Provides: tex(pdfXcwebmac.tex) = %{tl_version} +Provides: tex(pdfcwebmac.tex) = %{tl_version} +Provides: tex(pdfdcwebmac.tex) = %{tl_version} +Provides: tex(pdffcwebmac.tex) = %{tl_version} +Provides: tex(pdficwebmac.tex) = %{tl_version} +Provides: tex(pdfwebmac.tex) = %{tl_version} + +%description cweb +The Cweb system is a system for Structured Software +Documentation (also known as Literate Programming) in the +programming language C. + +date: 2012-04-30 16:43:33 +0200 + +%post cweb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cweb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cweb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cweb-doc +Summary: Documentation for cweb +Version: svn29764.3.64ad +Release: %{tl_noarch_release} +Provides: tex-cweb-doc +BuildArch: noarch +AutoReqProv: No + +%description cweb-doc +Documentation for cweb + +%package cweb-bin +Summary: Binaries for cweb +Version: svn30088.0 +Requires: texlive-base +Requires: tex-cweb +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description cweb-bin +Binaries for cweb + +%package de-macro +Provides: tex-de-macro = %{tl_version} +License: AFL +Summary: Expand private macros in a document +Version: svn26355.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-de-macro-bin + +%description de-macro +De-macro is a Python script that helps authors who like to use +private LaTeX macros (for example, as abbreviations). A +technical editor or a cooperating author may balk at such a +manuscript; you can avoid manuscript rejection misery by +running de-macro on it. De-macro will expand macros defined in +\(re)newcommand or \(re)newenvironment commands, within the +document, or in the document's "private" package file. + +date: 2010-03-10 11:48:14 +0100 + +%post de-macro +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun de-macro +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans de-macro +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package de-macro-doc +Summary: Documentation for de-macro +Version: svn26355.1.3 +Release: %{tl_noarch_release} +Provides: tex-de-macro-doc +BuildArch: noarch +AutoReqProv: No + +%description de-macro-doc +Documentation for de-macro + +%package de-macro-bin +Summary: Binaries for de-macro +Version: svn17399.0 +Requires: texlive-base +Requires: tex-de-macro +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description de-macro-bin +Binaries for de-macro + +%package detex +Provides: tex-detex = %{tl_version} +License: NCSA +Summary: Strip TeX from a source file +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-detex-bin +Obsoletes: detex < %{tl_version} + +%description detex +Detex is a program to remove TeX constructs from a text file. +It recognizes the \input command. The program assumes it is +dealing with LaTeX input if it sees the string \begin{document} +in the text. In this case, it also recognizes the \include and +\includeonly commands. + +date: 2012-05-07 22:13:48 +0200 + +%post detex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun detex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans detex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package detex-bin +Summary: Binaries for detex +Version: svn30088.0 +Requires: texlive-base +Requires: tex-detex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description detex-bin +Binaries for detex + +%package dtl +Provides: tex-dtl = %{tl_version} +License: Public Domain +Summary: Tools to dis-assemble and re-assemble DVI files +Version: svn29764.0.6.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dtl-bin + +%description dtl +DTL (DVI Text Language) is a means of expressing the content of +a DVI file, which is readily readable by humans. The DTL bundle +contains an assembler dt2dv (which produces DVI files from DTL +files) and a disassembler dv2dt (which produces DTL files from +DVI files). The DTL bundle was developed so as to avoid some +infelicities of dvitype (among other pressing reasons). + +date: 2012-04-09 22:37:34 +0200 + +%post dtl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dtl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dtl-bin +Summary: Binaries for dtl +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dtl +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dtl-bin +Binaries for dtl + +%package dtxgen +Provides: tex-dtxgen = %{tl_version} +License: GPL+ +Summary: Creates a template for a self-extracting .dtx file +Version: svn30077.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dtxgen-bin + +%description dtxgen +The bash script dtxgen creates a template for a self-extracting +.dtx file. It is useful for those who plan to create a new +Documented LaTeX Source (.dtx) file. + +date: 2013-04-22 18:47:59 +0200 + +%post dtxgen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dtxgen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtxgen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dtxgen-doc +Summary: Documentation for dtxgen +Version: svn30077.1.03 +Release: %{tl_noarch_release} +Provides: tex-dtxgen-doc +BuildArch: noarch +AutoReqProv: No + +%description dtxgen-doc +Documentation for dtxgen + +%package dtxgen-bin +Summary: Binaries for dtxgen +Version: svn29031.0 +Requires: texlive-base +Requires: tex-dtxgen +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description dtxgen-bin +Binaries for dtxgen + +%package dvi2tty +Provides: tex-dvi2tty = %{tl_version} +License: GPL+ +Summary: Produce ASCII from DVI +Version: svn29764.3.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dvi2tty-bin + +%description dvi2tty +A DVI driver to produce an ASCII representation of the +document. The original version was written in Pascal, and the +present author translated the program to C. + +date: 2012-04-09 22:37:34 +0200 + +%post dvi2tty +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvi2tty +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvi2tty +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvi2tty-bin +Summary: Binaries for dvi2tty +Version: svn30376.0 +Requires: texlive-base +Requires: tex-dvi2tty +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dvi2tty-bin +Binaries for dvi2tty + +%package dviasm +Provides: tex-dviasm = %{tl_version} +License: GPL+ +Summary: A utility for editing DVI files +Version: svn26313.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dviasm-bin + +%description dviasm +A Python script to support changing or creating DVI files via +disassembling into text, editing, and then reassembling into +binary format. It supports advanced features such as adding a +preprint number or watermarks. + +date: 2012-04-10 15:00:16 +0200 + +%post dviasm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dviasm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dviasm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dviasm-bin +Summary: Binaries for dviasm +Version: svn8329.0 +Requires: texlive-base +Requires: tex-dviasm +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description dviasm-bin +Binaries for dviasm + +%package dvicopy +Provides: tex-dvicopy = %{tl_version} +License: GPL+ +Summary: Copy DVI files, flattening VFs +Version: svn29764.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dvicopy-bin + +%description dvicopy +DVICOPY is a utility program that allows one to take a DVI file +that references composite fonts (VF) and convert it into a DVI +file that does not contain such references. It also serves as a +basis for writing DVI drivers (much like DVItype). + +date: 2012-04-10 15:00:16 +0200 + +%post dvicopy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvicopy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvicopy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvicopy-bin +Summary: Binaries for dvicopy +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dvicopy +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dvicopy-bin +Binaries for dvicopy + +%package dvidvi +Provides: tex-dvidvi = %{tl_version} +License: Copyright only +Summary: Convert one DVI file into another +Version: svn29764.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dvidvi-bin + +%description dvidvi +The output DVI file's contents are specified by page selection +commands; series of pages and page number ranges may be +specified, as well as inclusions and exclusions. + +date: 2012-05-07 18:30:58 +0200 + +%post dvidvi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvidvi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvidvi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvidvi-bin +Summary: Binaries for dvidvi +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dvidvi +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dvidvi-bin +Binaries for dvidvi + +%package dviljk +Provides: tex-dviljk = %{tl_version} +License: GPL+ +Summary: DVI to Laserjet output +Version: svn29764.2.6p4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dviljk-bin + +%description dviljk +A dvi driver for the LaserJet printers, using kpathsea +recursive file searching. Note: this program will not compile +simply with the sources in this distribution; it needs a full +(current) kpathsea distribution environment, such as is +available from the TeX-Live source tree. + +date: 2012-04-21 09:41:15 +0200 + +%post dviljk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dviljk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dviljk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dviljk-bin +Summary: Binaries for dviljk +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dviljk +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dviljk-bin +Binaries for dviljk + +%package dvipng +Provides: tex-dvipng = %{tl_version} +License: LGPLv2+ +Summary: A fast DVI to PNG/GIF converter +Version: svn29821.1.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: texlive-dvipng-bin + +%description dvipng +This program makes PNG and/or GIF graphics from DVI files as +obtained from TeX and its relatives. Its benefits include: - +Speed. It offers very fast rendering of DVI as bitmap files, +which makes it suitable for generating large amounts of images +on-the-fly, as needed in preview-latex, WeBWorK and others; - +It does not read the postamble, so it can be started before TeX +finishes. There is a --follow switch that makes dvipng wait at +end-of-file for further output, unless it finds the POST marker +that indicates the end of the DVI; - Interactive query of +options. dvipng can read options interactively through stdin, +and all options are usable. It is even possible to change the +input file through this interface. - Support for PK, VF, +PostScript Type1, and TrueType fonts, colour specials, and +inclusion of PostScript, PNG, JPEG or GIF images. + +date: 2012-04-21 10:57:19 +0200 + +%preun dvipng +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null || : +fi + +%post dvipng +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null +: + +%postun dvipng +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipng +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvipng-doc +Summary: Documentation for dvipng +Version: svn29821.1.14 +Release: %{tl_noarch_release} +Provides: tex-dvipng-doc +BuildArch: noarch +AutoReqProv: No + +%description dvipng-doc +Documentation for dvipng + +%package dvipng-bin +Summary: Binaries for dvipng +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dvipng +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: dvipng = %{tl_version} +Obsoletes: dvipng < %{tl_version} +Release: %{tl_release} + +%description dvipng-bin +Binaries for dvipng + +%package dvipos +Provides: tex-dvipos = %{tl_version} +License: LPPL +Summary: dvipos package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dvipos-bin + +%description dvipos +dvipos package + +%post dvipos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvipos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvipos-bin +Summary: Binaries for dvipos +Version: svn30088.0 +Requires: texlive-base +Requires: tex-dvipos +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description dvipos-bin +Binaries for dvipos + +%package dvisvgm +Provides: tex-dvisvgm = %{tl_version} +License: GPL+ +Summary: Convert DVI files to Scalable Vector Graphics format (SVG) +Version: svn29764.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dvisvgm-bin + +%description dvisvgm +Dvisvgm is a command line utility that converts TeX DVI files +to the XML-based Scalable Vector Graphics (SVG) format. It +provides full full font support including virtual fonts, font +maps, and sub-fonts. If necessary, dvisvgm vectorizes +Metafont's bitmap output in order to always create lossless +scalable output. The embedded SVG fonts can optionally be +replaced with graphics paths so that applications that don't +support SVG fonts are enabled to render the graphics properly. +Besides many other features, dvisvgm also supports color, +emTeX, tpic, PDF mapfile and PostScript specials. Users will +need a working TeX installation including the kpathsea library. +For more detailed information, see the project page. + +date: 2013-03-04 12:33:38 +0100 + +%post dvisvgm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvisvgm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvisvgm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvisvgm-bin +Summary: Binaries for dvisvgm +Version: svn30613.0 +Requires: texlive-base +Requires: tex-dvisvgm +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: dvisvgm = %{tl_version} +Obsoletes: dvisvgm < %{tl_version} +Requires: ghostscript-devel +Release: %{tl_release} + +%description dvisvgm-bin +Binaries for dvisvgm + +%package findhyph +Provides: tex-findhyph = %{tl_version} +License: GPL+ +Summary: Find hyphenated words in a document +Version: svn29725.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-findhyph-bin + +%description findhyph +Findhyph is a Perl script that will analyse the log file from +running your document with \tracingparagraphs=1 set. The output +contains enough context to enable you to find the hyphenated +word that's being referenced. + +date: 2012-11-23 11:17:42 +0100 + +%post findhyph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun findhyph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans findhyph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package findhyph-doc +Summary: Documentation for findhyph +Version: svn29725.3.2 +Release: %{tl_noarch_release} +Provides: tex-findhyph-doc +BuildArch: noarch +AutoReqProv: No + +%description findhyph-doc +Documentation for findhyph + +%package findhyph-bin +Summary: Binaries for findhyph +Version: svn14758.0 +Requires: texlive-base +Requires: tex-findhyph +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description findhyph-bin +Binaries for findhyph + +%package fragmaster +Provides: tex-fragmaster = %{tl_version} +License: GPL+ +Summary: Using psfrag with PDFLaTeX +Version: svn26313.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-fragmaster-bin + +%description fragmaster +Fragmaster enables you to use psfrag with PDFLaTeX. It takes +EPS files and psfrag substitution definition files, and +produces PDF and EPS files with the substitutions included. + +date: 2011-02-18 08:51:11 +0100 + +%post fragmaster +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fragmaster +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fragmaster +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fragmaster-doc +Summary: Documentation for fragmaster +Version: svn26313.1.6 +Release: %{tl_noarch_release} +Provides: tex-fragmaster-doc +BuildArch: noarch +AutoReqProv: No + +%description fragmaster-doc +Documentation for fragmaster + +%package fragmaster-bin +Summary: Binaries for fragmaster +Version: svn13663.0 +Requires: texlive-base +Requires: tex-fragmaster +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description fragmaster-bin +Binaries for fragmaster + +%package hyphenex +Provides: tex-hyphenex = %{tl_version} +License: Public Domain +Summary: Generate a hyphenation exceptions file +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ushyphex.tex) = %{tl_version} + +%description hyphenex +Exceptions for American English hyphenation patterns are +occasionally published in the TeX User Group magazine TUGboat. +This bundle provides alternative Perl and Bourne shell scripts +to convert the source of such an article into an exceptions +file, together with a recent copy of the article and its +translation. + +date: 2012-05-16 13:34:59 +0200 + +%post hyphenex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyphenex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphenex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package installfont +Provides: tex-installfont = %{tl_version} +License: LPPL +Summary: A bash script for installing a LaTeX font family +Version: svn29349.v1.6b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description installfont +With this script you can install a LaTeX font family +(PostScript Type 1, TrueType and OpenType formats are +supported). Font series from light to ultra bold, and (faked) +small caps and (faked) slanted shapes are supported, but not +expert fonts. The script will rename the fonts automatically +(optional) or will otherwise expect the *.afm files and the +font files (in PostScript Type1 format) named in the Karl Berry +scheme (e.g. 5bbr8a.pfb). After running the script, you should +have a working font installation in your local TeX tree. + +date: 2012-08-30 22:39:52 +0200 + +%post installfont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun installfont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans installfont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package installfont-doc +Summary: Documentation for installfont +Version: svn29349.v1.6b +Release: %{tl_noarch_release} +Provides: tex-installfont-doc +BuildArch: noarch +AutoReqProv: No + +%description installfont-doc +Documentation for installfont + +%package lacheck +Provides: tex-lacheck = %{tl_version} +License: GPL+ +Summary: LaTeX checker +Version: svn29764.1.26 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-lacheck-bin + +%description lacheck +Lacheck is a tool for finding common mistakes in LaTeX +documents. The distribution includes sources, and executables +for OS/2 and Win32 environments. + +date: 2012-06-24 00:35:21 +0200 + +%post lacheck +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lacheck +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lacheck +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lacheck-bin +Summary: Binaries for lacheck +Version: svn30088.0 +Requires: texlive-base +Requires: tex-lacheck +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description lacheck-bin +Binaries for lacheck + +%package latex2man +Provides: tex-latex2man = %{tl_version} +License: LPPL +Summary: Translate LaTeX-based manual pages into Unix man format +Version: svn29725.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: texlive-latex2man-bin +Requires: tex(fancyheadings.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(latex2man.cfg) = %{tl_version} +Provides: tex(latex2man.sty) = %{tl_version} + +%description latex2man +A tool to translate UNIX manual pages written with LaTeX into a +man-page format understood by the Unix man(1) command. +Alternatively HTML or TexInfo code can be produced. Output of +parts of the text may be supressed using the conditional text +feature. + +date: 2012-06-09 10:33:16 +0200 + +%preun latex2man +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null || : +fi + +%post latex2man +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null +: + +%postun latex2man +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2man +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latex2man-doc +Summary: Documentation for latex2man +Version: svn29725.1.24 +Release: %{tl_noarch_release} +Provides: tex-latex2man-doc +BuildArch: noarch +AutoReqProv: No + +%description latex2man-doc +Documentation for latex2man + +%package latex2man-bin +Summary: Binaries for latex2man +Version: svn13663.0 +Requires: texlive-base +Requires: tex-latex2man +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description latex2man-bin +Binaries for latex2man + +%package latexdiff +Provides: tex-latexdiff = %{tl_version} +License: GPL+ +Summary: Determine and mark up significant differences between latex files +Version: svn29752.1.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-latexdiff-bin +Obsoletes: latexdiff < %{tl_version} + +%description latexdiff +Latexdiff is a Perl script for visual mark up and revision of +significant differences between two latex files. Various +options are available for visual markup using standard latex +packages such as color. Changes not directly affecting visible +text, for example in formatting commands, are still marked in +the latex source. A rudimentary revision facilility is provided +by another Perl script, latexrevise, which accepts or rejects +all changes. Manual editing of the difference file can be used +to override this default behaviour and accept or reject +selected changes only. + +date: 2012-12-18 12:31:15 +0100 + +%post latexdiff +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun latexdiff +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexdiff +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexdiff-doc +Summary: Documentation for latexdiff +Version: svn29752.1.0.2 +Release: %{tl_noarch_release} +Provides: tex-latexdiff-doc +BuildArch: noarch +AutoReqProv: No + +%description latexdiff-doc +Documentation for latexdiff + +%package latexdiff-bin +Summary: Binaries for latexdiff +Version: svn16420.0 +Requires: texlive-base +Requires: tex-latexdiff +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description latexdiff-bin +Binaries for latexdiff + +%package latexfileversion +Provides: tex-latexfileversion = %{tl_version} +License: LPPL +Summary: Prints the version and date of a LaTeX class or style file +Version: svn29349.v0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-latexfileversion-bin + +%description latexfileversion +This simple shell script prints the version and date of a LaTeX +class or style file. Syntax: latexfileversion <file> This +programme handles style files (extension .sty), class files +(extension .cls), and other tex input files. The file extension +must be given. + +date: 2012-05-22 13:29:11 +0200 + +%post latexfileversion +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun latexfileversion +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexfileversion +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexfileversion-doc +Summary: Documentation for latexfileversion +Version: svn29349.v0.3 +Release: %{tl_noarch_release} +Provides: tex-latexfileversion-doc +BuildArch: noarch +AutoReqProv: No + +%description latexfileversion-doc +Documentation for latexfileversion + +%package latexfileversion-bin +Summary: Binaries for latexfileversion +Version: svn25012.0 +Requires: texlive-base +Requires: tex-latexfileversion +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description latexfileversion-bin +Binaries for latexfileversion + +%package latexpand +Provides: tex-latexpand = %{tl_version} +License: BSD +Summary: Expand \input and \include in a LaTeX document +Version: svn28402.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-latexpand-bin + +%description latexpand +Latexpand is a Perl script that simply replaces \input and +\include commands with the content of the file input/included. +The script does not deal with \includeonly commands. + +date: 2012-11-28 13:57:31 +0100 + +%post latexpand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun latexpand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexpand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexpand-doc +Summary: Documentation for latexpand +Version: svn28402.0 +Release: %{tl_noarch_release} +Provides: tex-latexpand-doc +BuildArch: noarch +AutoReqProv: No + +%description latexpand-doc +Documentation for latexpand + +%package latexpand-bin +Summary: Binaries for latexpand +Version: svn27025.0 +Requires: texlive-base +Requires: tex-latexpand +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description latexpand-bin +Binaries for latexpand + +%package ltxfileinfo +Provides: tex-ltxfileinfo = %{tl_version} +License: GPL+ +Summary: Print version info for latex class or style file +Version: svn29349.2.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ltxfileinfo-bin + +%description ltxfileinfo +The bash script ltxfileinfo prints information about a LaTeX +class, style and other files to standard output. The script is +based on Uwe Luck's readprov, so it prints information only for +files that contain a \ProvidesFile, \ProvidesClass or +\ProvidesPackage statement. The script tries to correct errors +in these \Provides... statements and it has options, useful for +developers, to make errors in those statements visible. + +date: 2013-02-05 06:50:41 +0100 + +%post ltxfileinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxfileinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxfileinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxfileinfo-doc +Summary: Documentation for ltxfileinfo +Version: svn29349.2.00 +Release: %{tl_noarch_release} +Provides: tex-ltxfileinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxfileinfo-doc +Documentation for ltxfileinfo + +%package ltxfileinfo-bin +Summary: Binaries for ltxfileinfo +Version: svn29005.0 +Requires: texlive-base +Requires: tex-ltxfileinfo +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ltxfileinfo-bin +Binaries for ltxfileinfo + +%package listings-ext +Provides: tex-listings-ext = %{tl_version} +License: LPPL 1.2 +Summary: Automated input of source +Version: svn29349.67 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-listings-ext-bin +Requires: tex(listings.sty) +Requires: tex(xkeyval.sty) +Provides: tex(listings-ext.sty) = %{tl_version} + +%description listings-ext +The package provides a means of marking a source, so that +samples of it may be included in a document (by means of the +listings package) in a stable fashion, regardless of any change +to the source. The markup in the source text defines tags for +blocks of source. These tags are processed by a shell script to +make a steering file that is used by the package when LaTeX is +being run.y + +date: 2012-04-21 20:14:11 +0200 + +%post listings-ext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listings-ext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listings-ext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listings-ext-doc +Summary: Documentation for listings-ext +Version: svn29349.67 +Release: %{tl_noarch_release} +Provides: tex-listings-ext-doc +BuildArch: noarch +AutoReqProv: No + +%description listings-ext-doc +Documentation for listings-ext + +%package listings-ext-bin +Summary: Binaries for listings-ext +Version: svn15093.0 +Requires: texlive-base +Requires: tex-listings-ext +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description listings-ext-bin +Binaries for listings-ext + +%package match_parens +Provides: tex-match_parens = %{tl_version} +License: GPL+ +Summary: Easily detect mismatched parens +Version: svn26313.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-match_parens-bin + +%description match_parens +Mismatches of parentheses, braces, (angle) brackets, especially +in TeX sources which may be rich in those, may be difficult to +trace. This little script helps you by writing your text to +standard output, after adding a left margin to your text, which +will normally be almost empty, but will clearly show any +mismatches. + +date: 2012-04-05 17:28:29 +0200 + +%post match_parens +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun match_parens +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans match_parens +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package match_parens-doc +Summary: Documentation for match_parens +Version: svn26313.1.4 +Release: %{tl_noarch_release} +Provides: tex-match_parens-doc +BuildArch: noarch +AutoReqProv: No + +%description match_parens-doc +Documentation for match_parens + +%package match_parens-bin +Summary: Binaries for match_parens +Version: svn23500.0 +Requires: texlive-base +Requires: tex-match_parens +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description match_parens-bin +Binaries for match_parens + +%package mkjobtexmf +Provides: tex-mkjobtexmf = %{tl_version} +License: GPLv2 or Artistic +Summary: Generate a texmf tree for a particular job +Version: svn29725.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-mkjobtexmf-bin + +%description mkjobtexmf +The package provides a Perl script, which runs a program and +tries to find the names of file used. Two methods are +available, option -recorder of (Web2C) TeX and the program +strace. Then it generates a directory with a texmf tree. It +checks the found files and tries sort them in this texmf tree. +The script may be used for archiving purposes or to speed up +later TeX runs. + +date: 2011-11-16 11:07:17 +0100 + +%post mkjobtexmf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mkjobtexmf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkjobtexmf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mkjobtexmf-doc +Summary: Documentation for mkjobtexmf +Version: svn29725.0.8 +Release: %{tl_noarch_release} +Provides: tex-mkjobtexmf-doc +BuildArch: noarch +AutoReqProv: No + +%description mkjobtexmf-doc +Documentation for mkjobtexmf + +%package mkjobtexmf-bin +Summary: Binaries for mkjobtexmf +Version: svn8457.0 +Requires: texlive-base +Requires: tex-mkjobtexmf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mkjobtexmf-bin +Binaries for mkjobtexmf + +%package patgen +Provides: tex-patgen = %{tl_version} +License: Knuth +Summary: Generate hyphenation patterns +Version: svn29764.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: texlive-patgen-bin + +%description patgen +This is the last version of the program distributed by Knuth; +it advertises itself as a pattern generator for "the algorithm +used in TeX", but, of course, the patterns used in modern +distributions are Unicode-based. + +date: 2012-06-09 20:15:34 +0200 + +%post patgen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun patgen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans patgen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package patgen-bin +Summary: Binaries for patgen +Version: svn30088.0 +Requires: texlive-base +Requires: tex-patgen +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description patgen-bin +Binaries for patgen + +%package pdfcrop +Provides: tex-pdfcrop = %{tl_version} +License: LPPL +Summary: Crop PDF graphics +Version: svn29348.1.37 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pdfcrop-bin + +%description pdfcrop +A Perl script that can either trim pages of any whitespace +border, or trim them of a fixed border. + +date: 2012-10-25 10:45:27 +0200 + +%post pdfcrop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfcrop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcrop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfcrop-doc +Summary: Documentation for pdfcrop +Version: svn29348.1.37 +Release: %{tl_noarch_release} +Provides: tex-pdfcrop-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfcrop-doc +Documentation for pdfcrop + +%package pdfcrop-bin +Summary: Binaries for pdfcrop +Version: svn14387.0 +Requires: texlive-base +Requires: tex-pdfcrop +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pdfcrop-bin +Binaries for pdfcrop + +%package pdfjam +Provides: tex-pdfjam = %{tl_version} +License: GPLv2+ +Summary: Shell scripts interfacing to pdfpages +Version: svn29752.2.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pdfjam-bin +Provides: pdfjam = %{tl_version} +Obsoletes: pdfjam < %{tl_version} +Obsoletes: pdfbook < %{tl_version}1212 + +%description pdfjam +This is a collection of shell scripts which provide an +interface to the pdfpages LaTeX package. They do such jobs as +selecting pages, concatenating files, doing n-up formatting, +and so on. + +date: 2012-06-17 01:47:14 +0200 + +%post pdfjam +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfjam +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfjam +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfjam-doc +Summary: Documentation for pdfjam +Version: svn29752.2.02 +Release: %{tl_noarch_release} +Provides: tex-pdfjam-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfjam-doc +Documentation for pdfjam + +%package pdfjam-bin +Summary: Binaries for pdfjam +Version: svn17868.0 +Requires: texlive-base +Requires: tex-pdfjam +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pdfjam-bin +Binaries for pdfjam + +%package pdftools +Provides: tex-pdftools = %{tl_version} +License: Public Domain +Summary: PDF-related utilities, including PostScript-to-PDF conversion +Version: svn29764.0.83 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pdftools-bin + +%description pdftools +The command-line programs pdfopen and pdfclose allow you to +control the X Window System version of Adobe's Acrobat Reader +from the command line or from within a (shell) script. The +programs work with Acrobat Reader 5, 7, 8 and 9 for Linux, xpdf +and evince. This version derives from one written by Fabrice +Popineau for Microsoft operating systems. + +date: 2012-09-07 16:54:33 +0200 + +%post pdftools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdftools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdftools-bin +Summary: Binaries for pdftools +Version: svn30088.0 +Requires: texlive-base +Requires: tex-pdftools +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description pdftools-bin +Binaries for pdftools + +%package pfarrei +Provides: tex-pfarrei = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX support of pastors' and priests' work +Version: svn29796.r33 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pfarrei-bin +Requires: tex(ifpdf.sty) +Requires: tex(pdfpages.sty) +Requires: tex(keyval.sty) +Provides: tex(a5toa4.tex) = %{tl_version} +Provides: tex(pfarrei.sty) = %{tl_version} + +%description pfarrei +In "Die TeXnische Komodie" (issue 1/2013) Christian Justen +described his use of LaTeX in his work as priest (similar +requirements may be encountered in the work of pastors and +other ministers of religion). One point was to arrange A5 pages +onto A4 landscape paper, either side-by-side or as a booklet. +Justen made two bash scripts for this job; the package provides +one texlua script for both requirements. (Note that file +a5toa4.tlu should have execute permissions in any +installation.) + +date: 2013-04-08 18:29:05 +0200 + +%post pfarrei +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pfarrei +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pfarrei +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pfarrei-doc +Summary: Documentation for pfarrei +Version: svn29796.r33 +Release: %{tl_noarch_release} +Provides: tex-pfarrei-doc +BuildArch: noarch +AutoReqProv: No + +%description pfarrei-doc +Documentation for pfarrei + +%package pfarrei-bin +Summary: Binaries for pfarrei +Version: svn29348.0 +Requires: texlive-base +Requires: tex-pfarrei +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pfarrei-bin +Binaries for pfarrei + +%package pkfix +Provides: tex-pkfix = %{tl_version} +License: LPPL 1.3 +Summary: Replace pk fonts in PostScript with Type 1 fonts +Version: svn26032.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pkfix-bin + +%description pkfix +The perl script pkfix looks for DVIPSBitmapFont comments in +PostScript files, generated by 'not too old' dvips, and +replaces them by type 1 versions of the fonts, if possible. + +date: 2012-04-18 16:26:37 +0200 + +%post pkfix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pkfix +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkfix +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pkfix-doc +Summary: Documentation for pkfix +Version: svn26032.1.7 +Release: %{tl_noarch_release} +Provides: tex-pkfix-doc +BuildArch: noarch +AutoReqProv: No + +%description pkfix-doc +Documentation for pkfix + +%package pkfix-bin +Summary: Binaries for pkfix +Version: svn13364.0 +Requires: texlive-base +Requires: tex-pkfix +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pkfix-bin +Binaries for pkfix + +%package pkfix-helper +Provides: tex-pkfix-helper = %{tl_version} +License: LPPL +Summary: Make PostScript files accessible to pkfix +Version: svn29725.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pkfix-helper-bin + +%description pkfix-helper +Pkfix is a useful utility for replacing resolution-dependent +bitmapped fonts in a dvips-produced PostScript file with the +corresponding resolution-independent vector fonts. +Unfortunately, pkfix needs to parse certain PostScript comments +that appear only in files produced by dvips versions later than +5.58 (ca. 1996); it fails to work on PostScript files produced +by older versions of dvips. Pkfix-helper is a program that +attempts to insert newer-dvips comments into an older-dvips +PostScript file, thereby making the file suitable for +processing by pkfix. pkfix-helper can sometimes process +documents fully autonomously but does require the user to +verify and, if needed, correct its decisions. + +date: 2012-06-08 16:04:26 +0200 + +%post pkfix-helper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pkfix-helper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkfix-helper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pkfix-helper-doc +Summary: Documentation for pkfix-helper +Version: svn29725.1.4 +Release: %{tl_noarch_release} +Provides: tex-pkfix-helper-doc +BuildArch: noarch +AutoReqProv: No + +%description pkfix-helper-doc +Documentation for pkfix-helper + +%package pkfix-helper-bin +Summary: Binaries for pkfix-helper +Version: svn13663.0 +Requires: texlive-base +Requires: tex-pkfix-helper +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pkfix-helper-bin +Binaries for pkfix-helper + +%package purifyeps +Provides: tex-purifyeps = %{tl_version} +License: LPPL +Summary: Make EPS work with both LaTeX/dvips and pdfLaTeX +Version: svn29725.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-purifyeps-bin + +%description purifyeps +While pdfLaTeX has a number of nice features, its primary +shortcoming relative to standard LaTeX+dvips is that it is +unable to read ordinary Encapsulated PostScript (EPS) files, +the most common graphics format in the LaTeX world. Purifyeps +converts EPS files into a 'purified' form that can be read by +both LaTeX+dvips and pdfLaTeX. The trick is that the standard +LaTeX2e graphics packages can parse MetaPost-produced EPS +directly. Hence, purifyeps need only convert an arbitrary EPS +file into the same stylized format that MetaPost outputs. + +date: 2012-05-07 16:41:43 +0200 + +%post purifyeps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun purifyeps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans purifyeps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package purifyeps-doc +Summary: Documentation for purifyeps +Version: svn29725.1.1 +Release: %{tl_noarch_release} +Provides: tex-purifyeps-doc +BuildArch: noarch +AutoReqProv: No + +%description purifyeps-doc +Documentation for purifyeps + +%package purifyeps-bin +Summary: Binaries for purifyeps +Version: svn13663.0 +Requires: texlive-base +Requires: tex-purifyeps +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description purifyeps-bin +Binaries for purifyeps + +%package seetexk +Provides: tex-seetexk = %{tl_version} +License: MIT +Summary: Utilities for manipulating DVI files +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-seetexk-bin + +%description seetexk +The collection comprises: - dvibook, which will rearrange the +pages of a DVI file into 'signatures' as used when printing a +book; - dviconcat, for concatenating pages of DVI file(s); - +dviselect, which will select pages from one DVI file to create +a new DVI file; - dvitodvi, which will rearrange the pages of a +DVI file to create a new file; and - libtex, a library for +manipulating the files, from the old SeeTeX project. The +utilities are provided as C source with Imakefiles, and an MS- +DOS version of dvibook is also provided. + +date: 2012-04-10 15:00:16 +0200 + +%post seetexk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun seetexk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seetexk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package seetexk-bin +Summary: Binaries for seetexk +Version: svn30088.0 +Requires: texlive-base +Requires: tex-seetexk +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description seetexk-bin +Binaries for seetexk + +%package sty2dtx +Provides: tex-sty2dtx = %{tl_version} +License: GPLv3+ +Summary: Create a .dtx file from a .sty file +Version: svn29743.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-sty2dtx-bin + +%description sty2dtx +The package provides a Perl script that converts a .sty file +(LaTeX package) to .dtx format (documented LaTeX source), by +surrounding macro definitions with macro and macrocode +environments. The macro name is automatically inserted as an +argument to the macro environemnt. Code lines outside macro +definitions are wrapped only in macrocode environments. Empty +lines are removed. The script should not be thought to be fool +proof and 100% accurate but rather as a good start to the +business of making a .dtx file from an undocumented style file. +Full .dtx files are generated. A template based on the skeleton +file from 'dtxtut' is used. User level macros are added +automatically to the 'Usage' section of the .dtx file. A +corresponding .ins file can be generated as well. + +date: 2012-11-07 20:43:20 +0100 + +%post sty2dtx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sty2dtx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sty2dtx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sty2dtx-doc +Summary: Documentation for sty2dtx +Version: svn29743.2.3 +Release: %{tl_noarch_release} +Provides: tex-sty2dtx-doc +BuildArch: noarch +AutoReqProv: No + +%description sty2dtx-doc +Documentation for sty2dtx + +%package sty2dtx-bin +Summary: Binaries for sty2dtx +Version: svn21215.0 +Requires: texlive-base +Requires: tex-sty2dtx +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description sty2dtx-bin +Binaries for sty2dtx + +%package synctex +Provides: tex-synctex = %{tl_version} +License: LPPL +Summary: synctex package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-synctex-bin + +%description synctex +synctex package + +%post synctex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun synctex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans synctex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package synctex-bin +Summary: Binaries for synctex +Version: svn30088.0 +Requires: texlive-base +Requires: tex-synctex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description synctex-bin +Binaries for synctex + +%package texcount +Provides: tex-texcount = %{tl_version} +License: LPPL +Summary: Count words in a LaTeX document +Version: svn26313.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texcount-bin + +%description texcount +TeXcount is a Perl script that counts words in the text of +LaTeX files. It has rules for handling most of the common +macros, and can provide colour-coded output showing which parts +of the text have been counted. The package script is available +as a Web service via its home page. + +date: 2011-07-29 16:36:04 +0200 + +%post texcount +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texcount +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texcount +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texcount-doc +Summary: Documentation for texcount +Version: svn26313.2.3 +Release: %{tl_noarch_release} +Provides: tex-texcount-doc +BuildArch: noarch +AutoReqProv: No + +%description texcount-doc +Documentation for texcount + +%package texcount-bin +Summary: Binaries for texcount +Version: svn13013.0 +Requires: texlive-base +Requires: tex-texcount +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texcount-bin +Binaries for texcount + +%package texdef +Provides: tex-texdef = %{tl_version} +License: GPLv3+ +Summary: Display the definitions of TeX commands +Version: svn26420.1.7b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texdef-bin + +%description texdef +The (Perl) script displays the definition of (La)TeX command +sequences/macros. Various options allow the selection of the +used class and package files and other things which can have +influence on the definition (before/after the preamble, inside +an environment, ...). The script creates a temporary TeX file +which is then compiled using (La)TeX to find the '\meaning' of +the command sequence. The result is formatted and presented to +the user. Length or number command sequences (dimensions, +\char..., count registers, ...) are recognized and the +contained value is also shown (using \the). Special definitions +like protected macros are also recognized and the underlying +macros are shown as well. The script will show plain TeX +definitions by default. LaTeX and ConTeXt are supported, +including flavours (pdf(la)tex, lua(la)tex, xe(la)tex, ...). +The flavour can be selected using an command line option or +over the script name: latexdef will use LaTeX as default, etc. + +date: 2012-05-15 15:44:48 +0200 + +%post texdef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texdef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texdef-doc +Summary: Documentation for texdef +Version: svn26420.1.7b +Release: %{tl_noarch_release} +Provides: tex-texdef-doc +BuildArch: noarch +AutoReqProv: No + +%description texdef-doc +Documentation for texdef + +%package texdef-bin +Summary: Binaries for texdef +Version: svn21802.0 +Requires: texlive-base +Requires: tex-texdef +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texdef-bin +Binaries for texdef + +%package texdirflatten +Provides: tex-texdirflatten = %{tl_version} +License: GPL+ or Artistic +Summary: Collect files related to a LaTeX job in a single directory +Version: svn29725.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texdirflatten-bin + +%description texdirflatten +The Perl script parses a LaTeX file recursively, scanning all +child files, and collects details of any included and other +data files. These component files, are then all put into a +single directory (thus "flattening" the document's directory +tree). + +date: 2012-01-12 19:29:56 +0100 + +%post texdirflatten +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texdirflatten +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdirflatten +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texdirflatten-bin +Summary: Binaries for texdirflatten +Version: svn12782.0 +Requires: texlive-base +Requires: tex-texdirflatten +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texdirflatten-bin +Binaries for texdirflatten + +%package texdoc +Provides: tex-texdoc = %{tl_version} +License: GPL+ +Summary: Documentation access for TeX distributions +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: texlive-texdoc-bin +Provides: tex(texdoc.cnf) = %{tl_version} +Provides: tex(texdoctk.dat) = %{tl_version} +Provides: texlive-doc = %{tl_version} +Obsoletes: texlive-doc < %{tl_version} + +%description texdoc +TeXdoc is an application for easy access to the package +documentation of a TeX distributions (i.e., .dvi, .pdf or .ps +files on the $TEXDOCS tree). It is distributed with TeX-Live +and a derivative is distributed with miktex. + +date: 2012-06-27 22:19:02 +0200 + +%post texdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texdoc-doc +Summary: Documentation for texdoc +Version: svn29764.0 +Release: %{tl_noarch_release} +Provides: tex-texdoc-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-kpathsea-doc + +%description texdoc-doc +Documentation for texdoc + +%package texdoc-bin +Summary: Binaries for texdoc +Version: svn29741.0 +Requires: texlive-base +Requires: tex-texdoc +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texdoc-bin +Binaries for texdoc + +%package texliveonfly +Provides: tex-texliveonfly = %{tl_version} +License: GPLv3+ +Summary: On-the-fly download of missing TeX live packages +Version: svn26313.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texliveonfly-bin + +%description texliveonfly +The package provides a script that performs 'on the fly' +downloads of missing packages, while a document is being +compiled. (This feature is already available in the MikTeX +distribution for Windows machines.) To use the script, replace +your (LaTeX) compilation command with texliveonfly.py file.tex +(default options are --engine=lualatex and --arguments="- +synctex=1 -interaction=nonstopmode", both of which may be +changed). The script is designed to work on Linux +distributions. + +date: 2011-10-04 11:31:57 +0200 + +%post texliveonfly +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texliveonfly +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texliveonfly +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texliveonfly-doc +Summary: Documentation for texliveonfly +Version: svn26313.0 +Release: %{tl_noarch_release} +Provides: tex-texliveonfly-doc +BuildArch: noarch +AutoReqProv: No + +%description texliveonfly-doc +Documentation for texliveonfly + +%package texliveonfly-bin +Summary: Binaries for texliveonfly +Version: svn24062.0 +Requires: texlive-base +Requires: tex-texliveonfly +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texliveonfly-bin +Binaries for texliveonfly + +%package texloganalyser +Provides: tex-texloganalyser = %{tl_version} +License: BSD +Summary: Analyse TeX logs +Version: svn26313.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texloganalyser-bin + +%description texloganalyser +The perl script allows the user to extract (and display) +elements of the log file + +date: 2010-07-22 14:36:43 +0200 + +%post texloganalyser +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texloganalyser +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texloganalyser +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texloganalyser-doc +Summary: Documentation for texloganalyser +Version: svn26313.0.7 +Release: %{tl_noarch_release} +Provides: tex-texloganalyser-doc +BuildArch: noarch +AutoReqProv: No + +%description texloganalyser-doc +Documentation for texloganalyser + +%package texloganalyser-bin +Summary: Binaries for texloganalyser +Version: svn13663.0 +Requires: texlive-base +Requires: tex-texloganalyser +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texloganalyser-bin +Binaries for texloganalyser + +%package texware +Provides: tex-texware = %{tl_version} +License: Knuth +Summary: Utility programs for use with TeX +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-texware-bin + +%description texware +Basic utitility programs, comprising: - dvitype, which converts +a TeX output (DVI) file to a plain text file (see also the DVI +Text Language suite); - pooltype, which converts a TeX-suite +program's "pool" (string) file into human-readable form; and - +tftopl and pltotf, which convert TeX Font Metric (TFM) file to +human readable Property List (PL) files and vice versa. + +date: 2012-06-27 22:19:02 +0200 + +%post texware +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texware +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texware +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texware-bin +Summary: Binaries for texware +Version: svn30088.0 +Requires: texlive-base +Requires: tex-texware +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description texware-bin +Binaries for texware + +%package tie +Provides: tex-tie = %{tl_version} +License: Latex2e +Summary: Allow multiple web change files +Version: svn29764.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: texlive-tie-bin + +%description tie +Tie was originally developed to allow web programmers to apply +more than one change file to their source. The program may also +be used to create a new version of a web file that incorporates +existing changes. + +date: 2012-04-27 12:20:53 +0200 + +%post tie +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tie +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tie +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tie-bin +Summary: Binaries for tie +Version: svn30088.0 +Requires: texlive-base +Requires: tex-tie +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description tie-bin +Binaries for tie + +%package tpic2pdftex +Provides: tex-tpic2pdftex = %{tl_version} +License: GPL+ +Summary: Use tpic commands in PDFTeX +Version: svn29764.1.97 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tpic2pdftex-bin + +%description tpic2pdftex +The AWK script converts pic language, embedded inline +(delimited by .PS and .PE markers), to \pdfliteral commands. + +date: 2012-08-24 00:56:38 +0200 + +%post tpic2pdftex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tpic2pdftex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tpic2pdftex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tpic2pdftex-doc +Summary: Documentation for tpic2pdftex +Version: svn29764.1.97 +Release: %{tl_noarch_release} +Provides: tex-tpic2pdftex-doc +BuildArch: noarch +AutoReqProv: No + +%description tpic2pdftex-doc +Documentation for tpic2pdftex + +%package tpic2pdftex-bin +Summary: Binaries for tpic2pdftex +Version: svn29741.0 +Requires: texlive-base +Requires: tex-tpic2pdftex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description tpic2pdftex-bin +Binaries for tpic2pdftex + +%package typeoutfileinfo +Provides: tex-typeoutfileinfo = %{tl_version} +License: LPPL 1.3 +Summary: Display class/package/file information +Version: svn29349.0.31 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-typeoutfileinfo-bin + +%description typeoutfileinfo +The package provides a minimalist shell script, for Unix +systems, that displays the information content in a +\ProvidesFile, \ProvidesPackage or \ProvidesClass command in a +LaTeX source file. The package requires that the readprov +package is available. + +date: 2012-09-28 15:59:23 +0200 + +%post typeoutfileinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun typeoutfileinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typeoutfileinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package typeoutfileinfo-doc +Summary: Documentation for typeoutfileinfo +Version: svn29349.0.31 +Release: %{tl_noarch_release} +Provides: tex-typeoutfileinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description typeoutfileinfo-doc +Documentation for typeoutfileinfo + +%package typeoutfileinfo-bin +Summary: Binaries for typeoutfileinfo +Version: svn25648.0 +Requires: texlive-base +Requires: tex-typeoutfileinfo +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description typeoutfileinfo-bin +Binaries for typeoutfileinfo + +%package web +Provides: tex-web = %{tl_version} +License: Knuth +Summary: original web programs tangle and weave +Version: svn29764.4.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: texlive-web-bin + +%description web +The system processes 'web' files in two ways: firstly to +rearrange them to produce compilable code (using the program +tangle), and secondly to produce a TeX source (using the +program weave) that may be typeset for comfortable reading. + +date: 2012-02-22 18:24:24 +0100 + +%post web +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun web +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans web +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package web-bin +Summary: Binaries for web +Version: svn30088.0 +Requires: texlive-base +Requires: tex-web +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description web-bin +Binaries for web + +%package collection-context +Summary: ConTeXt and packages +Version: svn30458.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-context +Requires: tex-jmn +Requires: tex-context-account +Requires: tex-context-algorithmic +Requires: tex-context-bnf +Requires: tex-context-chromato +Requires: tex-context-construction-plan +Requires: tex-context-cyrillicnumbers +Requires: tex-context-degrade +Requires: tex-context-filter +Requires: tex-context-fixme +Requires: tex-context-french +Requires: tex-context-fullpage +Requires: tex-context-games +Requires: tex-context-gantt +Requires: tex-context-gnuplot +Requires: tex-context-letter +Requires: tex-context-lettrine +Requires: tex-context-lilypond +Requires: tex-context-mathsets +Requires: tex-context-notes-zh-cn +Requires: tex-context-rst +Requires: tex-context-ruby +Requires: tex-context-simplefonts +Requires: tex-context-simpleslides +Requires: tex-context-transliterator +Requires: tex-context-typearea +Requires: tex-context-typescripts +Requires: tex-context-vim + +%description collection-context +Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. +Also includes third-party ConTeXt packages. + +%package context +Provides: tex-context = %{tl_version} +License: GPL+ or LPPL +Summary: The ConTeXt macro package +Version: svn30044.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-metapost +Requires: tex-pdftex +Requires: tex-xetex +Requires: tex-luatex +Requires: tex-lm +Requires: tex-lm-math +Requires: tex-stmaryrd +Requires: tex-amsfonts +Requires: tex-mptopdf +Requires: texlive-context-bin +Requires: ruby +Requires: tex(pstricks.sty) +Requires: tex(pst-plot.sty) +Provides: tex(scite-context-readme.tex) = %{tl_version} +Provides: tex(scite-context-visual.tex) = %{tl_version} +Provides: tex(type-buy.dat) = %{tl_version} +Provides: tex(type-fsf.dat) = %{tl_version} +Provides: tex(type-ghz.dat) = %{tl_version} +Provides: tex(type-tmf.dat) = %{tl_version} +Provides: tex(cmin.enc) = %{tl_version} +Provides: tex(cmit.enc) = %{tl_version} +Provides: tex(cmitt.enc) = %{tl_version} +Provides: tex(cmrm.enc) = %{tl_version} +Provides: tex(cmsc.enc) = %{tl_version} +Provides: tex(cmtt.enc) = %{tl_version} +Provides: tex(ec-2004.enc) = %{tl_version} +Provides: tex(q-8r.enc) = %{tl_version} +Provides: tex(teff-trinite.enc) = %{tl_version} +Provides: tex(contnav.map) = %{tl_version} +Provides: tex(8r-base.map) = %{tl_version} +Provides: tex(ec-base.map) = %{tl_version} +Provides: tex(ec-os-public-lm.map) = %{tl_version} +Provides: tex(mkiv-base.map) = %{tl_version} +Provides: tex(mkiv-px.map) = %{tl_version} +Provides: tex(mkiv-tx.map) = %{tl_version} +Provides: tex(original-adobe-euro.map) = %{tl_version} +Provides: tex(original-ams-base.map) = %{tl_version} +Provides: tex(original-ams-cmr.map) = %{tl_version} +Provides: tex(original-ams-euler.map) = %{tl_version} +Provides: tex(original-base.map) = %{tl_version} +Provides: tex(original-context-symbol.map) = %{tl_version} +Provides: tex(original-dummy.map) = %{tl_version} +Provides: tex(original-empty.map) = %{tl_version} +Provides: tex(original-micropress-informal.map) = %{tl_version} +Provides: tex(original-public-csr.map) = %{tl_version} +Provides: tex(original-public-lm.map) = %{tl_version} +Provides: tex(original-public-plr.map) = %{tl_version} +Provides: tex(original-public-vnr.map) = %{tl_version} +Provides: tex(original-vogel-symbol.map) = %{tl_version} +Provides: tex(original-wasy.map) = %{tl_version} +Provides: tex(original-youngryu-px.map) = %{tl_version} +Provides: tex(original-youngryu-tx.map) = %{tl_version} +Provides: tex(qx-base.map) = %{tl_version} +Provides: tex(qx-os-public-lm.map) = %{tl_version} +Provides: tex(t5-base.map) = %{tl_version} +Provides: tex(t5-os-public-lm.map) = %{tl_version} +Provides: tex(texnansi-base.map) = %{tl_version} +Provides: tex(texnansi-os-public-lm.map) = %{tl_version} +Provides: tex(tlig.map) = %{tl_version} +Provides: tex(contnav.tfm) = %{tl_version} +Provides: tex(contnav.pfb) = %{tl_version} +Provides: tex(export-example.tex) = %{tl_version} +Provides: tex(m-cweb.tex) = %{tl_version} +Provides: tex(m-datastrc.tex) = %{tl_version} +Provides: tex(m-educat.tex) = %{tl_version} +Provides: tex(m-format.tex) = %{tl_version} +Provides: tex(m-layout.tex) = %{tl_version} +Provides: tex(m-narrowtt.tex) = %{tl_version} +Provides: tex(m-newmat.tex) = %{tl_version} +Provides: tex(m-pictex.tex) = %{tl_version} +Provides: tex(m-r.tex) = %{tl_version} +Provides: tex(m-streams.tex) = %{tl_version} +Provides: tex(m-subsub.tex) = %{tl_version} +Provides: tex(metatex.tex) = %{tl_version} +Provides: tex(mtx-context-arrange.tex) = %{tl_version} +Provides: tex(mtx-context-combine.tex) = %{tl_version} +Provides: tex(mtx-context-common.tex) = %{tl_version} +Provides: tex(mtx-context-copy.tex) = %{tl_version} +Provides: tex(mtx-context-ideas.tex) = %{tl_version} +Provides: tex(mtx-context-listing.tex) = %{tl_version} +Provides: tex(mtx-context-markdown.tex) = %{tl_version} +Provides: tex(mtx-context-select.tex) = %{tl_version} +Provides: tex(mtx-context-timing.tex) = %{tl_version} +Provides: tex(s-abr-01.tex) = %{tl_version} +Provides: tex(s-abr-02.tex) = %{tl_version} +Provides: tex(s-abr-03.tex) = %{tl_version} +Provides: tex(s-abr-04.tex) = %{tl_version} +Provides: tex(s-cdr-01.tex) = %{tl_version} +Provides: tex(s-faq-00.tex) = %{tl_version} +Provides: tex(s-faq-01.tex) = %{tl_version} +Provides: tex(s-faq-02.tex) = %{tl_version} +Provides: tex(s-faq-03.tex) = %{tl_version} +Provides: tex(s-mag-01.tex) = %{tl_version} +Provides: tex(s-pre-00.tex) = %{tl_version} +Provides: tex(s-pre-01.tex) = %{tl_version} +Provides: tex(s-pre-02.tex) = %{tl_version} +Provides: tex(s-pre-03.tex) = %{tl_version} +Provides: tex(s-pre-04.tex) = %{tl_version} +Provides: tex(s-pre-05.tex) = %{tl_version} +Provides: tex(s-pre-06.tex) = %{tl_version} +Provides: tex(s-pre-07.tex) = %{tl_version} +Provides: tex(s-pre-08.tex) = %{tl_version} +Provides: tex(s-pre-09.tex) = %{tl_version} +Provides: tex(s-pre-10.tex) = %{tl_version} +Provides: tex(s-pre-11.tex) = %{tl_version} +Provides: tex(s-pre-12.tex) = %{tl_version} +Provides: tex(s-pre-13.tex) = %{tl_version} +Provides: tex(s-pre-14.tex) = %{tl_version} +Provides: tex(s-pre-15.tex) = %{tl_version} +Provides: tex(s-pre-16.tex) = %{tl_version} +Provides: tex(s-pre-18.tex) = %{tl_version} +Provides: tex(s-pre-19.tex) = %{tl_version} +Provides: tex(s-pre-22.tex) = %{tl_version} +Provides: tex(s-pre-23.tex) = %{tl_version} +Provides: tex(s-pre-26.tex) = %{tl_version} +Provides: tex(s-pre-27.tex) = %{tl_version} +Provides: tex(s-pre-50.tex) = %{tl_version} +Provides: tex(s-pre-61.tex) = %{tl_version} +Provides: tex(s-pre-62.tex) = %{tl_version} +Provides: tex(s-pre-63.tex) = %{tl_version} +Provides: tex(s-pre-64.tex) = %{tl_version} +Provides: tex(s-pre-66.tex) = %{tl_version} +Provides: tex(s-pre-67.tex) = %{tl_version} +Provides: tex(s-pre-68.tex) = %{tl_version} +Provides: tex(s-pre-93.tex) = %{tl_version} +Provides: tex(s-pre-96.tex) = %{tl_version} +Provides: tex(s-ptj-01.tex) = %{tl_version} +Provides: tex(s-syn-01.tex) = %{tl_version} +Provides: tex(status-mkiv.tex) = %{tl_version} +Provides: tex(supp-mis.tex) = %{tl_version} +Provides: tex(supp-mpe.tex) = %{tl_version} +Provides: tex(supp-pdf.tex) = %{tl_version} +Provides: tex(x-dir-01.tex) = %{tl_version} +Provides: tex(bibl-ams.tex) = %{tl_version} +Provides: tex(bibl-apa-de.tex) = %{tl_version} +Provides: tex(bibl-apa-fr.tex) = %{tl_version} +Provides: tex(bibl-apa.tex) = %{tl_version} +Provides: tex(bibl-aps.tex) = %{tl_version} +Provides: tex(bibl-num-fr.tex) = %{tl_version} +Provides: tex(bibl-num.tex) = %{tl_version} +Provides: tex(bibl-ssa.tex) = %{tl_version} +Provides: tex(mag-0000.tex) = %{tl_version} +Provides: tex(setup-qr.tex) = %{tl_version} +Provides: tex(showunic.tex) = %{tl_version} +Provides: tex(aesop-de.tex) = %{tl_version} +Provides: tex(bryson.tex) = %{tl_version} +Provides: tex(davis.tex) = %{tl_version} +Provides: tex(dawkins.tex) = %{tl_version} +Provides: tex(demo-mps.tex) = %{tl_version} +Provides: tex(demo-tex.tex) = %{tl_version} +Provides: tex(demo-xml.tex) = %{tl_version} +Provides: tex(douglas.tex) = %{tl_version} +Provides: tex(hawking.tex) = %{tl_version} +Provides: tex(khatt-ar.tex) = %{tl_version} +Provides: tex(khatt-en.tex) = %{tl_version} +Provides: tex(knuth.tex) = %{tl_version} +Provides: tex(linden.tex) = %{tl_version} +Provides: tex(lorem.tex) = %{tl_version} +Provides: tex(materie.tex) = %{tl_version} +Provides: tex(montgomery.tex) = %{tl_version} +Provides: tex(reich.tex) = %{tl_version} +Provides: tex(sample.tex) = %{tl_version} +Provides: tex(thuan.tex) = %{tl_version} +Provides: tex(tufte.tex) = %{tl_version} +Provides: tex(ward.tex) = %{tl_version} +Provides: tex(weisman.tex) = %{tl_version} +Provides: tex(zapf.tex) = %{tl_version} +Provides: tex(context-test.tex) = %{tl_version} +Provides: tex(luatex-basics.tex) = %{tl_version} +Provides: tex(luatex-fonts.tex) = %{tl_version} +Provides: tex(luatex-languages.tex) = %{tl_version} +Provides: tex(luatex-mplib.tex) = %{tl_version} +Provides: tex(luatex-plain.tex) = %{tl_version} +Provides: tex(luatex-preprocessor-test.tex) = %{tl_version} +Provides: tex(luatex-preprocessor.tex) = %{tl_version} +Provides: tex(luatex-swiglib-test.tex) = %{tl_version} +Provides: tex(luatex-swiglib.tex) = %{tl_version} +Provides: tex(luatex-test.tex) = %{tl_version} +Provides: tex(m-ch-de.tex) = %{tl_version} +Provides: tex(m-ch-en.tex) = %{tl_version} +Provides: tex(m-ch-nl.tex) = %{tl_version} +Provides: tex(m-ch-de.sty) = %{tl_version} +Provides: tex(m-ch-en.sty) = %{tl_version} +Provides: tex(m-ch-nl.sty) = %{tl_version} +Provides: tex(m-pictex.sty) = %{tl_version} + +%description context +A full featured, parameter driven macro package, which fully +supports advanced interactive documents. See the ConTeXt garden +for a wealth of support information. + +date: 2012-10-18 23:00:43 +0200 + +%post context +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ cont-en.*$/cont-en pdftex cont-usr.tex -8bit *cont-en.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-en.*$/cont-en xetex cont-usr.tex -8bit *cont-en.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-de.*$/cont-de pdftex cont-usr.tex -8bit *cont-de.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-fr.*$/cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-it.*$/cont-it pdftex cont-usr.tex -8bit *cont-it.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-nl.*$/cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cont-ro.*$/cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i '/^Map original-context-symbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map original-context-symbol.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%postun context +if [ $1 == 0 ] ; then +sed -i 's/^cont-en.*$/\#\!\ cont-en pdftex cont-usr.tex -8bit *cont-en.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-en.*$/\#\!\ cont-en xetex cont-usr.tex -8bit *cont-en.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-de.*$/\#\!\ cont-de pdftex cont-usr.tex -8bit *cont-de.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-fr.*$/\#\!\ cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-it.*$/\#\!\ cont-it pdftex cont-usr.tex -8bit *cont-it.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-nl.*$/\#\!\ cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cont-ro.*$/\#\!\ cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i '/^Map original-context-symbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans context +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-doc +Summary: Documentation for context +Version: svn30044.0 +Release: %{tl_noarch_release} +Provides: tex-context-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-metapost-doc +Requires: tex-pdftex-doc +Requires: tex-xetex-doc +Requires: tex-luatex-doc +Requires: tex-lm-doc +Requires: tex-lm-math-doc +Requires: tex-stmaryrd-doc +Requires: tex-amsfonts-doc +Requires: tex-mptopdf-doc + +%description context-doc +Documentation for context + +%package metapost +Provides: tex-metapost = %{tl_version} +License: LGPLv2+ +Summary: A development of Metafont for creating graphics +Version: svn29764.1.212 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-kpathsea +Requires: texlive-metapost-bin +Provides: tex(groff.enc) = %{tl_version} +Provides: tex(troff-updmap.map) = %{tl_version} +Provides: tex(troff.map) = %{tl_version} +Provides: tex(freeeuro.tfm) = %{tl_version} +Provides: tex(pagd8g.tfm) = %{tl_version} +Provides: tex(pagdo8g.tfm) = %{tl_version} +Provides: tex(pagk8g.tfm) = %{tl_version} +Provides: tex(pagko8g.tfm) = %{tl_version} +Provides: tex(pbkd8g.tfm) = %{tl_version} +Provides: tex(pbkdi8g.tfm) = %{tl_version} +Provides: tex(pbkl8g.tfm) = %{tl_version} +Provides: tex(pbkli8g.tfm) = %{tl_version} +Provides: tex(pcrb8g.tfm) = %{tl_version} +Provides: tex(pcrbo8g.tfm) = %{tl_version} +Provides: tex(pcrr8g.tfm) = %{tl_version} +Provides: tex(pcrro8g.tfm) = %{tl_version} +Provides: tex(phvb8g.tfm) = %{tl_version} +Provides: tex(phvb8gn.tfm) = %{tl_version} +Provides: tex(phvbo8g.tfm) = %{tl_version} +Provides: tex(phvbo8gn.tfm) = %{tl_version} +Provides: tex(phvr8g.tfm) = %{tl_version} +Provides: tex(phvr8gn.tfm) = %{tl_version} +Provides: tex(phvro8g.tfm) = %{tl_version} +Provides: tex(phvro8gn.tfm) = %{tl_version} +Provides: tex(pncb8g.tfm) = %{tl_version} +Provides: tex(pncbi8g.tfm) = %{tl_version} +Provides: tex(pncr8g.tfm) = %{tl_version} +Provides: tex(pncri8g.tfm) = %{tl_version} +Provides: tex(pplb8g.tfm) = %{tl_version} +Provides: tex(pplbi8g.tfm) = %{tl_version} +Provides: tex(pplr8g.tfm) = %{tl_version} +Provides: tex(pplri8g.tfm) = %{tl_version} +Provides: tex(psyrgo.tfm) = %{tl_version} +Provides: tex(ptmb8g.tfm) = %{tl_version} +Provides: tex(ptmbi8g.tfm) = %{tl_version} +Provides: tex(ptmr8g.tfm) = %{tl_version} +Provides: tex(ptmri8g.tfm) = %{tl_version} +Provides: tex(pzcmi8g.tfm) = %{tl_version} +Provides: tex(zpzdr-reversed.tfm) = %{tl_version} +Provides: tex(freeeuro.pfa) = %{tl_version} +Provides: tex(trfonts.map) = %{tl_version} +Provides: tex(mproof.tex) = %{tl_version} +Provides: tex(mpsproof.tex) = %{tl_version} + +%description metapost +MetaPost uses a language based on that of Metafont to produce +precise technical illustrations. Its output is scalable +PostScript or SVG, rather than the bitmaps Metafont creates. + +date: 2012-07-10 12:03:05 +0200 + +%post metapost +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map troff-updmap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map troff-updmap.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun metapost +if [ $1 == 0 ] ; then +sed -i '/^Map troff-updmap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans metapost +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metapost-doc +Summary: Documentation for metapost +Version: svn29764.1.212 +Release: %{tl_noarch_release} +Provides: tex-metapost-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-kpathsea-doc + +%description metapost-doc +Documentation for metapost + +%package metapost-bin +Summary: Binaries for metapost +Version: svn30634.0 +Requires: texlive-base +Requires: tex-metapost +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description metapost-bin +Binaries for metapost + +%package xetex +Provides: tex-xetex = %{tl_version} +License: Freely redistributable without restriction +Summary: Unicode and OpenType-enabled TeX engine +Version: svn29847.0.9999 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-xetexconfig +Requires: texlive-xetex-bin +Provides: tex(qx-unicode.map) = %{tl_version} +Provides: tex(tex-text.map) = %{tl_version} + +%description xetex +See http://tug.org/xetex. + +date: 2013-02-01 18:09:07 +0100 + +%post xetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ xetex.*$/xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ xelatex.*$/xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun xetex +if [ $1 == 0 ] ; then +sed -i 's/^xetex.*$/\#\!\ xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^xelatex.*$/\#\!\ xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans xetex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-doc +Summary: Documentation for xetex +Version: svn29847.0.9999 +Release: %{tl_noarch_release} +Provides: tex-xetex-doc +BuildArch: noarch +AutoReqProv: No + +%description xetex-doc +Documentation for xetex + +%package xetexconfig +Provides: tex-xetexconfig = %{tl_version} +License: LPPL +Summary: Configuration files for XeTeX +Version: svn28819.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(unicode-letters.tex) = %{tl_version} +Provides: tex(crop.cfg) = %{tl_version} + +%description xetexconfig +unicode-letters, and special crop.cfg and hyperref.cfg for +XeTeX. + +%post xetexconfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetexconfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexconfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-bin +Summary: Binaries for xetex +Version: svn30634.0 +Requires: texlive-base +Requires: tex-xetex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Requires: teckit +Provides: xdvipdfmx = %{version}-%{release} +Obsoletes: xdvipdfmx < %{version}-%{release} +Release: %{tl_release} + +%description xetex-bin +Binaries for xetex + +%package lm +Provides: tex-lm = %{tl_version} +License: GFSL +Summary: Latin modern fonts in outline formats +Version: svn28119.2.004 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(lm-cs.enc) = %{tl_version} +Provides: tex(lm-cssc.enc) = %{tl_version} +Provides: tex(lm-cstt.enc) = %{tl_version} +Provides: tex(lm-ec.enc) = %{tl_version} +Provides: tex(lm-l7x.enc) = %{tl_version} +Provides: tex(lm-mathex.enc) = %{tl_version} +Provides: tex(lm-mathit.enc) = %{tl_version} +Provides: tex(lm-mathsy.enc) = %{tl_version} +Provides: tex(lm-qx.enc) = %{tl_version} +Provides: tex(lm-qxsc.enc) = %{tl_version} +Provides: tex(lm-qxtt.enc) = %{tl_version} +Provides: tex(lm-rep-cmin.enc) = %{tl_version} +Provides: tex(lm-rep-cmit.enc) = %{tl_version} +Provides: tex(lm-rep-cmitt.enc) = %{tl_version} +Provides: tex(lm-rep-cmrm.enc) = %{tl_version} +Provides: tex(lm-rep-cmsc.enc) = %{tl_version} +Provides: tex(lm-rep-cmtt.enc) = %{tl_version} +Provides: tex(lm-rep-csin.enc) = %{tl_version} +Provides: tex(lm-rep-csrm.enc) = %{tl_version} +Provides: tex(lm-rep-cssc.enc) = %{tl_version} +Provides: tex(lm-rep-cstt.enc) = %{tl_version} +Provides: tex(lm-rep-plin.enc) = %{tl_version} +Provides: tex(lm-rep-plit.enc) = %{tl_version} +Provides: tex(lm-rep-plitt.enc) = %{tl_version} +Provides: tex(lm-rep-plrm.enc) = %{tl_version} +Provides: tex(lm-rep-plsc.enc) = %{tl_version} +Provides: tex(lm-rep-pltt.enc) = %{tl_version} +Provides: tex(lm-rep-t5psn.enc) = %{tl_version} +Provides: tex(lm-rm.enc) = %{tl_version} +Provides: tex(lm-rmsc.enc) = %{tl_version} +Provides: tex(lm-rmtt.enc) = %{tl_version} +Provides: tex(lm-t5.enc) = %{tl_version} +Provides: tex(lm-texnansi.enc) = %{tl_version} +Provides: tex(lm-ts1.enc) = %{tl_version} +Provides: tex(lm-ec.map) = %{tl_version} +Provides: tex(lm-math.map) = %{tl_version} +Provides: tex(lm-rm.map) = %{tl_version} +Provides: tex(lm-texnansi.map) = %{tl_version} +Provides: tex(lm-cs.map) = %{tl_version} +Provides: tex(lm-ec.map) = %{tl_version} +Provides: tex(lm-l7x.map) = %{tl_version} +Provides: tex(lm-math.map) = %{tl_version} +Provides: tex(lm-qx.map) = %{tl_version} +Provides: tex(lm-rep-cmother.map) = %{tl_version} +Provides: tex(lm-rep-cmtext-interpolated.map) = %{tl_version} +Provides: tex(lm-rep-cmtext.map) = %{tl_version} +Provides: tex(lm-rep-cstext.map) = %{tl_version} +Provides: tex(lm-rep-pltext.map) = %{tl_version} +Provides: tex(lm-rep-vntext.map) = %{tl_version} +Provides: tex(lm-rm.map) = %{tl_version} +Provides: tex(lm-t5.map) = %{tl_version} +Provides: tex(lm-texnansi.map) = %{tl_version} +Provides: tex(lm-ts1.map) = %{tl_version} +Provides: tex(lm.map) = %{tl_version} +Provides: tex(lmmono10-italic.otf) = %{tl_version} +Provides: tex(lmmono10-regular.otf) = %{tl_version} +Provides: tex(lmmono12-regular.otf) = %{tl_version} +Provides: tex(lmmono8-regular.otf) = %{tl_version} +Provides: tex(lmmono9-regular.otf) = %{tl_version} +Provides: tex(lmmonocaps10-oblique.otf) = %{tl_version} +Provides: tex(lmmonocaps10-regular.otf) = %{tl_version} +Provides: tex(lmmonolt10-bold.otf) = %{tl_version} +Provides: tex(lmmonolt10-boldoblique.otf) = %{tl_version} +Provides: tex(lmmonolt10-oblique.otf) = %{tl_version} +Provides: tex(lmmonolt10-regular.otf) = %{tl_version} +Provides: tex(lmmonoltcond10-oblique.otf) = %{tl_version} +Provides: tex(lmmonoltcond10-regular.otf) = %{tl_version} +Provides: tex(lmmonoprop10-oblique.otf) = %{tl_version} +Provides: tex(lmmonoprop10-regular.otf) = %{tl_version} +Provides: tex(lmmonoproplt10-bold.otf) = %{tl_version} +Provides: tex(lmmonoproplt10-boldoblique.otf) = %{tl_version} +Provides: tex(lmmonoproplt10-oblique.otf) = %{tl_version} +Provides: tex(lmmonoproplt10-regular.otf) = %{tl_version} +Provides: tex(lmmonoslant10-regular.otf) = %{tl_version} +Provides: tex(lmroman10-bold.otf) = %{tl_version} +Provides: tex(lmroman10-bolditalic.otf) = %{tl_version} +Provides: tex(lmroman10-italic.otf) = %{tl_version} +Provides: tex(lmroman10-regular.otf) = %{tl_version} +Provides: tex(lmroman12-bold.otf) = %{tl_version} +Provides: tex(lmroman12-italic.otf) = %{tl_version} +Provides: tex(lmroman12-regular.otf) = %{tl_version} +Provides: tex(lmroman17-regular.otf) = %{tl_version} +Provides: tex(lmroman5-bold.otf) = %{tl_version} +Provides: tex(lmroman5-regular.otf) = %{tl_version} +Provides: tex(lmroman6-bold.otf) = %{tl_version} +Provides: tex(lmroman6-regular.otf) = %{tl_version} +Provides: tex(lmroman7-bold.otf) = %{tl_version} +Provides: tex(lmroman7-italic.otf) = %{tl_version} +Provides: tex(lmroman7-regular.otf) = %{tl_version} +Provides: tex(lmroman8-bold.otf) = %{tl_version} +Provides: tex(lmroman8-italic.otf) = %{tl_version} +Provides: tex(lmroman8-regular.otf) = %{tl_version} +Provides: tex(lmroman9-bold.otf) = %{tl_version} +Provides: tex(lmroman9-italic.otf) = %{tl_version} +Provides: tex(lmroman9-regular.otf) = %{tl_version} +Provides: tex(lmromancaps10-oblique.otf) = %{tl_version} +Provides: tex(lmromancaps10-regular.otf) = %{tl_version} +Provides: tex(lmromandemi10-oblique.otf) = %{tl_version} +Provides: tex(lmromandemi10-regular.otf) = %{tl_version} +Provides: tex(lmromandunh10-oblique.otf) = %{tl_version} +Provides: tex(lmromandunh10-regular.otf) = %{tl_version} +Provides: tex(lmromanslant10-bold.otf) = %{tl_version} +Provides: tex(lmromanslant10-regular.otf) = %{tl_version} +Provides: tex(lmromanslant12-regular.otf) = %{tl_version} +Provides: tex(lmromanslant17-regular.otf) = %{tl_version} +Provides: tex(lmromanslant8-regular.otf) = %{tl_version} +Provides: tex(lmromanslant9-regular.otf) = %{tl_version} +Provides: tex(lmromanunsl10-regular.otf) = %{tl_version} +Provides: tex(lmsans10-bold.otf) = %{tl_version} +Provides: tex(lmsans10-boldoblique.otf) = %{tl_version} +Provides: tex(lmsans10-oblique.otf) = %{tl_version} +Provides: tex(lmsans10-regular.otf) = %{tl_version} +Provides: tex(lmsans12-oblique.otf) = %{tl_version} +Provides: tex(lmsans12-regular.otf) = %{tl_version} +Provides: tex(lmsans17-oblique.otf) = %{tl_version} +Provides: tex(lmsans17-regular.otf) = %{tl_version} +Provides: tex(lmsans8-oblique.otf) = %{tl_version} +Provides: tex(lmsans8-regular.otf) = %{tl_version} +Provides: tex(lmsans9-oblique.otf) = %{tl_version} +Provides: tex(lmsans9-regular.otf) = %{tl_version} +Provides: tex(lmsansdemicond10-oblique.otf) = %{tl_version} +Provides: tex(lmsansdemicond10-regular.otf) = %{tl_version} +Provides: tex(lmsansquot8-bold.otf) = %{tl_version} +Provides: tex(lmsansquot8-boldoblique.otf) = %{tl_version} +Provides: tex(lmsansquot8-oblique.otf) = %{tl_version} +Provides: tex(lmsansquot8-regular.otf) = %{tl_version} +Provides: tex(cs-lmb10.tfm) = %{tl_version} +Provides: tex(cs-lmbo10.tfm) = %{tl_version} +Provides: tex(cs-lmbx10.tfm) = %{tl_version} +Provides: tex(cs-lmbx12.tfm) = %{tl_version} +Provides: tex(cs-lmbx5.tfm) = %{tl_version} +Provides: tex(cs-lmbx6.tfm) = %{tl_version} +Provides: tex(cs-lmbx7.tfm) = %{tl_version} +Provides: tex(cs-lmbx8.tfm) = %{tl_version} +Provides: tex(cs-lmbx9.tfm) = %{tl_version} +Provides: tex(cs-lmbxi10.tfm) = %{tl_version} +Provides: tex(cs-lmbxo10.tfm) = %{tl_version} +Provides: tex(cs-lmcsc10.tfm) = %{tl_version} +Provides: tex(cs-lmcsco10.tfm) = %{tl_version} +Provides: tex(cs-lmdunh10.tfm) = %{tl_version} +Provides: tex(cs-lmduno10.tfm) = %{tl_version} +Provides: tex(cs-lmr10.tfm) = %{tl_version} +Provides: tex(cs-lmr12.tfm) = %{tl_version} +Provides: tex(cs-lmr17.tfm) = %{tl_version} +Provides: tex(cs-lmr5.tfm) = %{tl_version} +Provides: tex(cs-lmr6.tfm) = %{tl_version} +Provides: tex(cs-lmr7.tfm) = %{tl_version} +Provides: tex(cs-lmr8.tfm) = %{tl_version} +Provides: tex(cs-lmr9.tfm) = %{tl_version} +Provides: tex(cs-lmri10.tfm) = %{tl_version} +Provides: tex(cs-lmri12.tfm) = %{tl_version} +Provides: tex(cs-lmri7.tfm) = %{tl_version} +Provides: tex(cs-lmri8.tfm) = %{tl_version} +Provides: tex(cs-lmri9.tfm) = %{tl_version} +Provides: tex(cs-lmro10.tfm) = %{tl_version} +Provides: tex(cs-lmro12.tfm) = %{tl_version} +Provides: tex(cs-lmro17.tfm) = %{tl_version} +Provides: tex(cs-lmro8.tfm) = %{tl_version} +Provides: tex(cs-lmro9.tfm) = %{tl_version} +Provides: tex(cs-lmss10.tfm) = %{tl_version} +Provides: tex(cs-lmss12.tfm) = %{tl_version} +Provides: tex(cs-lmss17.tfm) = %{tl_version} +Provides: tex(cs-lmss8.tfm) = %{tl_version} +Provides: tex(cs-lmss9.tfm) = %{tl_version} +Provides: tex(cs-lmssbo10.tfm) = %{tl_version} +Provides: tex(cs-lmssbx10.tfm) = %{tl_version} +Provides: tex(cs-lmssdc10.tfm) = %{tl_version} +Provides: tex(cs-lmssdo10.tfm) = %{tl_version} +Provides: tex(cs-lmsso10.tfm) = %{tl_version} +Provides: tex(cs-lmsso12.tfm) = %{tl_version} +Provides: tex(cs-lmsso17.tfm) = %{tl_version} +Provides: tex(cs-lmsso8.tfm) = %{tl_version} +Provides: tex(cs-lmsso9.tfm) = %{tl_version} +Provides: tex(cs-lmssq8.tfm) = %{tl_version} +Provides: tex(cs-lmssqbo8.tfm) = %{tl_version} +Provides: tex(cs-lmssqbx8.tfm) = %{tl_version} +Provides: tex(cs-lmssqo8.tfm) = %{tl_version} +Provides: tex(cs-lmtcsc10.tfm) = %{tl_version} +Provides: tex(cs-lmtcso10.tfm) = %{tl_version} +Provides: tex(cs-lmtk10.tfm) = %{tl_version} +Provides: tex(cs-lmtko10.tfm) = %{tl_version} +Provides: tex(cs-lmtl10.tfm) = %{tl_version} +Provides: tex(cs-lmtlc10.tfm) = %{tl_version} +Provides: tex(cs-lmtlco10.tfm) = %{tl_version} +Provides: tex(cs-lmtlo10.tfm) = %{tl_version} +Provides: tex(cs-lmtt10.tfm) = %{tl_version} +Provides: tex(cs-lmtt12.tfm) = %{tl_version} +Provides: tex(cs-lmtt8.tfm) = %{tl_version} +Provides: tex(cs-lmtt9.tfm) = %{tl_version} +Provides: tex(cs-lmtti10.tfm) = %{tl_version} +Provides: tex(cs-lmtto10.tfm) = %{tl_version} +Provides: tex(cs-lmu10.tfm) = %{tl_version} +Provides: tex(cs-lmvtk10.tfm) = %{tl_version} +Provides: tex(cs-lmvtko10.tfm) = %{tl_version} +Provides: tex(cs-lmvtl10.tfm) = %{tl_version} +Provides: tex(cs-lmvtlo10.tfm) = %{tl_version} +Provides: tex(cs-lmvtt10.tfm) = %{tl_version} +Provides: tex(cs-lmvtto10.tfm) = %{tl_version} +Provides: tex(ec-lmb10.tfm) = %{tl_version} +Provides: tex(ec-lmbo10.tfm) = %{tl_version} +Provides: tex(ec-lmbx10.tfm) = %{tl_version} +Provides: tex(ec-lmbx12.tfm) = %{tl_version} +Provides: tex(ec-lmbx5.tfm) = %{tl_version} +Provides: tex(ec-lmbx6.tfm) = %{tl_version} +Provides: tex(ec-lmbx7.tfm) = %{tl_version} +Provides: tex(ec-lmbx8.tfm) = %{tl_version} +Provides: tex(ec-lmbx9.tfm) = %{tl_version} +Provides: tex(ec-lmbxi10.tfm) = %{tl_version} +Provides: tex(ec-lmbxo10.tfm) = %{tl_version} +Provides: tex(ec-lmcsc10.tfm) = %{tl_version} +Provides: tex(ec-lmcsco10.tfm) = %{tl_version} +Provides: tex(ec-lmdunh10.tfm) = %{tl_version} +Provides: tex(ec-lmduno10.tfm) = %{tl_version} +Provides: tex(ec-lmr10.tfm) = %{tl_version} +Provides: tex(ec-lmr12.tfm) = %{tl_version} +Provides: tex(ec-lmr17.tfm) = %{tl_version} +Provides: tex(ec-lmr5.tfm) = %{tl_version} +Provides: tex(ec-lmr6.tfm) = %{tl_version} +Provides: tex(ec-lmr7.tfm) = %{tl_version} +Provides: tex(ec-lmr8.tfm) = %{tl_version} +Provides: tex(ec-lmr9.tfm) = %{tl_version} +Provides: tex(ec-lmri10.tfm) = %{tl_version} +Provides: tex(ec-lmri12.tfm) = %{tl_version} +Provides: tex(ec-lmri7.tfm) = %{tl_version} +Provides: tex(ec-lmri8.tfm) = %{tl_version} +Provides: tex(ec-lmri9.tfm) = %{tl_version} +Provides: tex(ec-lmro10.tfm) = %{tl_version} +Provides: tex(ec-lmro12.tfm) = %{tl_version} +Provides: tex(ec-lmro17.tfm) = %{tl_version} +Provides: tex(ec-lmro8.tfm) = %{tl_version} +Provides: tex(ec-lmro9.tfm) = %{tl_version} +Provides: tex(ec-lmss10.tfm) = %{tl_version} +Provides: tex(ec-lmss12.tfm) = %{tl_version} +Provides: tex(ec-lmss17.tfm) = %{tl_version} +Provides: tex(ec-lmss8.tfm) = %{tl_version} +Provides: tex(ec-lmss9.tfm) = %{tl_version} +Provides: tex(ec-lmssbo10.tfm) = %{tl_version} +Provides: tex(ec-lmssbx10.tfm) = %{tl_version} +Provides: tex(ec-lmssdc10.tfm) = %{tl_version} +Provides: tex(ec-lmssdo10.tfm) = %{tl_version} +Provides: tex(ec-lmsso10.tfm) = %{tl_version} +Provides: tex(ec-lmsso12.tfm) = %{tl_version} +Provides: tex(ec-lmsso17.tfm) = %{tl_version} +Provides: tex(ec-lmsso8.tfm) = %{tl_version} +Provides: tex(ec-lmsso9.tfm) = %{tl_version} +Provides: tex(ec-lmssq8.tfm) = %{tl_version} +Provides: tex(ec-lmssqbo8.tfm) = %{tl_version} +Provides: tex(ec-lmssqbx8.tfm) = %{tl_version} +Provides: tex(ec-lmssqo8.tfm) = %{tl_version} +Provides: tex(ec-lmtcsc10.tfm) = %{tl_version} +Provides: tex(ec-lmtcso10.tfm) = %{tl_version} +Provides: tex(ec-lmtk10.tfm) = %{tl_version} +Provides: tex(ec-lmtko10.tfm) = %{tl_version} +Provides: tex(ec-lmtl10.tfm) = %{tl_version} +Provides: tex(ec-lmtlc10.tfm) = %{tl_version} +Provides: tex(ec-lmtlco10.tfm) = %{tl_version} +Provides: tex(ec-lmtlo10.tfm) = %{tl_version} +Provides: tex(ec-lmtt10.tfm) = %{tl_version} +Provides: tex(ec-lmtt12.tfm) = %{tl_version} +Provides: tex(ec-lmtt8.tfm) = %{tl_version} +Provides: tex(ec-lmtt9.tfm) = %{tl_version} +Provides: tex(ec-lmtti10.tfm) = %{tl_version} +Provides: tex(ec-lmtto10.tfm) = %{tl_version} +Provides: tex(ec-lmu10.tfm) = %{tl_version} +Provides: tex(ec-lmvtk10.tfm) = %{tl_version} +Provides: tex(ec-lmvtko10.tfm) = %{tl_version} +Provides: tex(ec-lmvtl10.tfm) = %{tl_version} +Provides: tex(ec-lmvtlo10.tfm) = %{tl_version} +Provides: tex(ec-lmvtt10.tfm) = %{tl_version} +Provides: tex(ec-lmvtto10.tfm) = %{tl_version} +Provides: tex(l7x-lmb10.tfm) = %{tl_version} +Provides: tex(l7x-lmbo10.tfm) = %{tl_version} +Provides: tex(l7x-lmbx10.tfm) = %{tl_version} +Provides: tex(l7x-lmbx12.tfm) = %{tl_version} +Provides: tex(l7x-lmbx5.tfm) = %{tl_version} +Provides: tex(l7x-lmbx6.tfm) = %{tl_version} +Provides: tex(l7x-lmbx7.tfm) = %{tl_version} +Provides: tex(l7x-lmbx8.tfm) = %{tl_version} +Provides: tex(l7x-lmbx9.tfm) = %{tl_version} +Provides: tex(l7x-lmbxi10.tfm) = %{tl_version} +Provides: tex(l7x-lmbxo10.tfm) = %{tl_version} +Provides: tex(l7x-lmcsc10.tfm) = %{tl_version} +Provides: tex(l7x-lmcsco10.tfm) = %{tl_version} +Provides: tex(l7x-lmdunh10.tfm) = %{tl_version} +Provides: tex(l7x-lmduno10.tfm) = %{tl_version} +Provides: tex(l7x-lmr10.tfm) = %{tl_version} +Provides: tex(l7x-lmr12.tfm) = %{tl_version} +Provides: tex(l7x-lmr17.tfm) = %{tl_version} +Provides: tex(l7x-lmr5.tfm) = %{tl_version} +Provides: tex(l7x-lmr6.tfm) = %{tl_version} +Provides: tex(l7x-lmr7.tfm) = %{tl_version} +Provides: tex(l7x-lmr8.tfm) = %{tl_version} +Provides: tex(l7x-lmr9.tfm) = %{tl_version} +Provides: tex(l7x-lmri10.tfm) = %{tl_version} +Provides: tex(l7x-lmri12.tfm) = %{tl_version} +Provides: tex(l7x-lmri7.tfm) = %{tl_version} +Provides: tex(l7x-lmri8.tfm) = %{tl_version} +Provides: tex(l7x-lmri9.tfm) = %{tl_version} +Provides: tex(l7x-lmro10.tfm) = %{tl_version} +Provides: tex(l7x-lmro12.tfm) = %{tl_version} +Provides: tex(l7x-lmro17.tfm) = %{tl_version} +Provides: tex(l7x-lmro8.tfm) = %{tl_version} +Provides: tex(l7x-lmro9.tfm) = %{tl_version} +Provides: tex(l7x-lmss10.tfm) = %{tl_version} +Provides: tex(l7x-lmss12.tfm) = %{tl_version} +Provides: tex(l7x-lmss17.tfm) = %{tl_version} +Provides: tex(l7x-lmss8.tfm) = %{tl_version} +Provides: tex(l7x-lmss9.tfm) = %{tl_version} +Provides: tex(l7x-lmssbo10.tfm) = %{tl_version} +Provides: tex(l7x-lmssbx10.tfm) = %{tl_version} +Provides: tex(l7x-lmssdc10.tfm) = %{tl_version} +Provides: tex(l7x-lmssdo10.tfm) = %{tl_version} +Provides: tex(l7x-lmsso10.tfm) = %{tl_version} +Provides: tex(l7x-lmsso12.tfm) = %{tl_version} +Provides: tex(l7x-lmsso17.tfm) = %{tl_version} +Provides: tex(l7x-lmsso8.tfm) = %{tl_version} +Provides: tex(l7x-lmsso9.tfm) = %{tl_version} +Provides: tex(l7x-lmssq8.tfm) = %{tl_version} +Provides: tex(l7x-lmssqbo8.tfm) = %{tl_version} +Provides: tex(l7x-lmssqbx8.tfm) = %{tl_version} +Provides: tex(l7x-lmssqo8.tfm) = %{tl_version} +Provides: tex(l7x-lmtcsc10.tfm) = %{tl_version} +Provides: tex(l7x-lmtcso10.tfm) = %{tl_version} +Provides: tex(l7x-lmtk10.tfm) = %{tl_version} +Provides: tex(l7x-lmtko10.tfm) = %{tl_version} +Provides: tex(l7x-lmtl10.tfm) = %{tl_version} +Provides: tex(l7x-lmtlc10.tfm) = %{tl_version} +Provides: tex(l7x-lmtlco10.tfm) = %{tl_version} +Provides: tex(l7x-lmtlo10.tfm) = %{tl_version} +Provides: tex(l7x-lmtt10.tfm) = %{tl_version} +Provides: tex(l7x-lmtt12.tfm) = %{tl_version} +Provides: tex(l7x-lmtt8.tfm) = %{tl_version} +Provides: tex(l7x-lmtt9.tfm) = %{tl_version} +Provides: tex(l7x-lmtti10.tfm) = %{tl_version} +Provides: tex(l7x-lmtto10.tfm) = %{tl_version} +Provides: tex(l7x-lmu10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtk10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtko10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtl10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtlo10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtt10.tfm) = %{tl_version} +Provides: tex(l7x-lmvtto10.tfm) = %{tl_version} +Provides: tex(lmbsy10.tfm) = %{tl_version} +Provides: tex(lmbsy5.tfm) = %{tl_version} +Provides: tex(lmbsy7.tfm) = %{tl_version} +Provides: tex(lmex10.tfm) = %{tl_version} +Provides: tex(lmmi10.tfm) = %{tl_version} +Provides: tex(lmmi12.tfm) = %{tl_version} +Provides: tex(lmmi5.tfm) = %{tl_version} +Provides: tex(lmmi6.tfm) = %{tl_version} +Provides: tex(lmmi7.tfm) = %{tl_version} +Provides: tex(lmmi8.tfm) = %{tl_version} +Provides: tex(lmmi9.tfm) = %{tl_version} +Provides: tex(lmmib10.tfm) = %{tl_version} +Provides: tex(lmmib5.tfm) = %{tl_version} +Provides: tex(lmmib7.tfm) = %{tl_version} +Provides: tex(lmsy10.tfm) = %{tl_version} +Provides: tex(lmsy5.tfm) = %{tl_version} +Provides: tex(lmsy6.tfm) = %{tl_version} +Provides: tex(lmsy7.tfm) = %{tl_version} +Provides: tex(lmsy8.tfm) = %{tl_version} +Provides: tex(lmsy9.tfm) = %{tl_version} +Provides: tex(qx-lmb10.tfm) = %{tl_version} +Provides: tex(qx-lmbo10.tfm) = %{tl_version} +Provides: tex(qx-lmbx10.tfm) = %{tl_version} +Provides: tex(qx-lmbx12.tfm) = %{tl_version} +Provides: tex(qx-lmbx5.tfm) = %{tl_version} +Provides: tex(qx-lmbx6.tfm) = %{tl_version} +Provides: tex(qx-lmbx7.tfm) = %{tl_version} +Provides: tex(qx-lmbx8.tfm) = %{tl_version} +Provides: tex(qx-lmbx9.tfm) = %{tl_version} +Provides: tex(qx-lmbxi10.tfm) = %{tl_version} +Provides: tex(qx-lmbxo10.tfm) = %{tl_version} +Provides: tex(qx-lmcsc10.tfm) = %{tl_version} +Provides: tex(qx-lmcsco10.tfm) = %{tl_version} +Provides: tex(qx-lmdunh10.tfm) = %{tl_version} +Provides: tex(qx-lmduno10.tfm) = %{tl_version} +Provides: tex(qx-lmr10.tfm) = %{tl_version} +Provides: tex(qx-lmr12.tfm) = %{tl_version} +Provides: tex(qx-lmr17.tfm) = %{tl_version} +Provides: tex(qx-lmr5.tfm) = %{tl_version} +Provides: tex(qx-lmr6.tfm) = %{tl_version} +Provides: tex(qx-lmr7.tfm) = %{tl_version} +Provides: tex(qx-lmr8.tfm) = %{tl_version} +Provides: tex(qx-lmr9.tfm) = %{tl_version} +Provides: tex(qx-lmri10.tfm) = %{tl_version} +Provides: tex(qx-lmri12.tfm) = %{tl_version} +Provides: tex(qx-lmri7.tfm) = %{tl_version} +Provides: tex(qx-lmri8.tfm) = %{tl_version} +Provides: tex(qx-lmri9.tfm) = %{tl_version} +Provides: tex(qx-lmro10.tfm) = %{tl_version} +Provides: tex(qx-lmro12.tfm) = %{tl_version} +Provides: tex(qx-lmro17.tfm) = %{tl_version} +Provides: tex(qx-lmro8.tfm) = %{tl_version} +Provides: tex(qx-lmro9.tfm) = %{tl_version} +Provides: tex(qx-lmss10.tfm) = %{tl_version} +Provides: tex(qx-lmss12.tfm) = %{tl_version} +Provides: tex(qx-lmss17.tfm) = %{tl_version} +Provides: tex(qx-lmss8.tfm) = %{tl_version} +Provides: tex(qx-lmss9.tfm) = %{tl_version} +Provides: tex(qx-lmssbo10.tfm) = %{tl_version} +Provides: tex(qx-lmssbx10.tfm) = %{tl_version} +Provides: tex(qx-lmssdc10.tfm) = %{tl_version} +Provides: tex(qx-lmssdo10.tfm) = %{tl_version} +Provides: tex(qx-lmsso10.tfm) = %{tl_version} +Provides: tex(qx-lmsso12.tfm) = %{tl_version} +Provides: tex(qx-lmsso17.tfm) = %{tl_version} +Provides: tex(qx-lmsso8.tfm) = %{tl_version} +Provides: tex(qx-lmsso9.tfm) = %{tl_version} +Provides: tex(qx-lmssq8.tfm) = %{tl_version} +Provides: tex(qx-lmssqbo8.tfm) = %{tl_version} +Provides: tex(qx-lmssqbx8.tfm) = %{tl_version} +Provides: tex(qx-lmssqo8.tfm) = %{tl_version} +Provides: tex(qx-lmtcsc10.tfm) = %{tl_version} +Provides: tex(qx-lmtcso10.tfm) = %{tl_version} +Provides: tex(qx-lmtk10.tfm) = %{tl_version} +Provides: tex(qx-lmtko10.tfm) = %{tl_version} +Provides: tex(qx-lmtl10.tfm) = %{tl_version} +Provides: tex(qx-lmtlc10.tfm) = %{tl_version} +Provides: tex(qx-lmtlco10.tfm) = %{tl_version} +Provides: tex(qx-lmtlo10.tfm) = %{tl_version} +Provides: tex(qx-lmtt10.tfm) = %{tl_version} +Provides: tex(qx-lmtt12.tfm) = %{tl_version} +Provides: tex(qx-lmtt8.tfm) = %{tl_version} +Provides: tex(qx-lmtt9.tfm) = %{tl_version} +Provides: tex(qx-lmtti10.tfm) = %{tl_version} +Provides: tex(qx-lmtto10.tfm) = %{tl_version} +Provides: tex(qx-lmu10.tfm) = %{tl_version} +Provides: tex(qx-lmvtk10.tfm) = %{tl_version} +Provides: tex(qx-lmvtko10.tfm) = %{tl_version} +Provides: tex(qx-lmvtl10.tfm) = %{tl_version} +Provides: tex(qx-lmvtlo10.tfm) = %{tl_version} +Provides: tex(qx-lmvtt10.tfm) = %{tl_version} +Provides: tex(qx-lmvtto10.tfm) = %{tl_version} +Provides: tex(rm-lmb10.tfm) = %{tl_version} +Provides: tex(rm-lmbo10.tfm) = %{tl_version} +Provides: tex(rm-lmbx10.tfm) = %{tl_version} +Provides: tex(rm-lmbx12.tfm) = %{tl_version} +Provides: tex(rm-lmbx5.tfm) = %{tl_version} +Provides: tex(rm-lmbx6.tfm) = %{tl_version} +Provides: tex(rm-lmbx7.tfm) = %{tl_version} +Provides: tex(rm-lmbx8.tfm) = %{tl_version} +Provides: tex(rm-lmbx9.tfm) = %{tl_version} +Provides: tex(rm-lmbxi10.tfm) = %{tl_version} +Provides: tex(rm-lmbxo10.tfm) = %{tl_version} +Provides: tex(rm-lmcsc10.tfm) = %{tl_version} +Provides: tex(rm-lmcsco10.tfm) = %{tl_version} +Provides: tex(rm-lmdunh10.tfm) = %{tl_version} +Provides: tex(rm-lmduno10.tfm) = %{tl_version} +Provides: tex(rm-lmr10.tfm) = %{tl_version} +Provides: tex(rm-lmr12.tfm) = %{tl_version} +Provides: tex(rm-lmr17.tfm) = %{tl_version} +Provides: tex(rm-lmr5.tfm) = %{tl_version} +Provides: tex(rm-lmr6.tfm) = %{tl_version} +Provides: tex(rm-lmr7.tfm) = %{tl_version} +Provides: tex(rm-lmr8.tfm) = %{tl_version} +Provides: tex(rm-lmr9.tfm) = %{tl_version} +Provides: tex(rm-lmri10.tfm) = %{tl_version} +Provides: tex(rm-lmri12.tfm) = %{tl_version} +Provides: tex(rm-lmri7.tfm) = %{tl_version} +Provides: tex(rm-lmri8.tfm) = %{tl_version} +Provides: tex(rm-lmri9.tfm) = %{tl_version} +Provides: tex(rm-lmro10.tfm) = %{tl_version} +Provides: tex(rm-lmro12.tfm) = %{tl_version} +Provides: tex(rm-lmro17.tfm) = %{tl_version} +Provides: tex(rm-lmro8.tfm) = %{tl_version} +Provides: tex(rm-lmro9.tfm) = %{tl_version} +Provides: tex(rm-lmss10.tfm) = %{tl_version} +Provides: tex(rm-lmss12.tfm) = %{tl_version} +Provides: tex(rm-lmss17.tfm) = %{tl_version} +Provides: tex(rm-lmss8.tfm) = %{tl_version} +Provides: tex(rm-lmss9.tfm) = %{tl_version} +Provides: tex(rm-lmssbo10.tfm) = %{tl_version} +Provides: tex(rm-lmssbx10.tfm) = %{tl_version} +Provides: tex(rm-lmssdc10.tfm) = %{tl_version} +Provides: tex(rm-lmssdo10.tfm) = %{tl_version} +Provides: tex(rm-lmsso10.tfm) = %{tl_version} +Provides: tex(rm-lmsso12.tfm) = %{tl_version} +Provides: tex(rm-lmsso17.tfm) = %{tl_version} +Provides: tex(rm-lmsso8.tfm) = %{tl_version} +Provides: tex(rm-lmsso9.tfm) = %{tl_version} +Provides: tex(rm-lmssq8.tfm) = %{tl_version} +Provides: tex(rm-lmssqbo8.tfm) = %{tl_version} +Provides: tex(rm-lmssqbx8.tfm) = %{tl_version} +Provides: tex(rm-lmssqo8.tfm) = %{tl_version} +Provides: tex(rm-lmtcsc10.tfm) = %{tl_version} +Provides: tex(rm-lmtcso10.tfm) = %{tl_version} +Provides: tex(rm-lmtk10.tfm) = %{tl_version} +Provides: tex(rm-lmtko10.tfm) = %{tl_version} +Provides: tex(rm-lmtl10.tfm) = %{tl_version} +Provides: tex(rm-lmtlc10.tfm) = %{tl_version} +Provides: tex(rm-lmtlco10.tfm) = %{tl_version} +Provides: tex(rm-lmtlo10.tfm) = %{tl_version} +Provides: tex(rm-lmtt10.tfm) = %{tl_version} +Provides: tex(rm-lmtt12.tfm) = %{tl_version} +Provides: tex(rm-lmtt8.tfm) = %{tl_version} +Provides: tex(rm-lmtt9.tfm) = %{tl_version} +Provides: tex(rm-lmtti10.tfm) = %{tl_version} +Provides: tex(rm-lmtto10.tfm) = %{tl_version} +Provides: tex(rm-lmu10.tfm) = %{tl_version} +Provides: tex(rm-lmvtk10.tfm) = %{tl_version} +Provides: tex(rm-lmvtko10.tfm) = %{tl_version} +Provides: tex(rm-lmvtl10.tfm) = %{tl_version} +Provides: tex(rm-lmvtlo10.tfm) = %{tl_version} +Provides: tex(rm-lmvtt10.tfm) = %{tl_version} +Provides: tex(rm-lmvtto10.tfm) = %{tl_version} +Provides: tex(t5-lmb10.tfm) = %{tl_version} +Provides: tex(t5-lmbo10.tfm) = %{tl_version} +Provides: tex(t5-lmbx10.tfm) = %{tl_version} +Provides: tex(t5-lmbx12.tfm) = %{tl_version} +Provides: tex(t5-lmbx5.tfm) = %{tl_version} +Provides: tex(t5-lmbx6.tfm) = %{tl_version} +Provides: tex(t5-lmbx7.tfm) = %{tl_version} +Provides: tex(t5-lmbx8.tfm) = %{tl_version} +Provides: tex(t5-lmbx9.tfm) = %{tl_version} +Provides: tex(t5-lmbxi10.tfm) = %{tl_version} +Provides: tex(t5-lmbxo10.tfm) = %{tl_version} +Provides: tex(t5-lmcsc10.tfm) = %{tl_version} +Provides: tex(t5-lmcsco10.tfm) = %{tl_version} +Provides: tex(t5-lmdunh10.tfm) = %{tl_version} +Provides: tex(t5-lmduno10.tfm) = %{tl_version} +Provides: tex(t5-lmr10.tfm) = %{tl_version} +Provides: tex(t5-lmr12.tfm) = %{tl_version} +Provides: tex(t5-lmr17.tfm) = %{tl_version} +Provides: tex(t5-lmr5.tfm) = %{tl_version} +Provides: tex(t5-lmr6.tfm) = %{tl_version} +Provides: tex(t5-lmr7.tfm) = %{tl_version} +Provides: tex(t5-lmr8.tfm) = %{tl_version} +Provides: tex(t5-lmr9.tfm) = %{tl_version} +Provides: tex(t5-lmri10.tfm) = %{tl_version} +Provides: tex(t5-lmri12.tfm) = %{tl_version} +Provides: tex(t5-lmri7.tfm) = %{tl_version} +Provides: tex(t5-lmri8.tfm) = %{tl_version} +Provides: tex(t5-lmri9.tfm) = %{tl_version} +Provides: tex(t5-lmro10.tfm) = %{tl_version} +Provides: tex(t5-lmro12.tfm) = %{tl_version} +Provides: tex(t5-lmro17.tfm) = %{tl_version} +Provides: tex(t5-lmro8.tfm) = %{tl_version} +Provides: tex(t5-lmro9.tfm) = %{tl_version} +Provides: tex(t5-lmss10.tfm) = %{tl_version} +Provides: tex(t5-lmss12.tfm) = %{tl_version} +Provides: tex(t5-lmss17.tfm) = %{tl_version} +Provides: tex(t5-lmss8.tfm) = %{tl_version} +Provides: tex(t5-lmss9.tfm) = %{tl_version} +Provides: tex(t5-lmssbo10.tfm) = %{tl_version} +Provides: tex(t5-lmssbx10.tfm) = %{tl_version} +Provides: tex(t5-lmssdc10.tfm) = %{tl_version} +Provides: tex(t5-lmssdo10.tfm) = %{tl_version} +Provides: tex(t5-lmsso10.tfm) = %{tl_version} +Provides: tex(t5-lmsso12.tfm) = %{tl_version} +Provides: tex(t5-lmsso17.tfm) = %{tl_version} +Provides: tex(t5-lmsso8.tfm) = %{tl_version} +Provides: tex(t5-lmsso9.tfm) = %{tl_version} +Provides: tex(t5-lmssq8.tfm) = %{tl_version} +Provides: tex(t5-lmssqbo8.tfm) = %{tl_version} +Provides: tex(t5-lmssqbx8.tfm) = %{tl_version} +Provides: tex(t5-lmssqo8.tfm) = %{tl_version} +Provides: tex(t5-lmtcsc10.tfm) = %{tl_version} +Provides: tex(t5-lmtcso10.tfm) = %{tl_version} +Provides: tex(t5-lmtk10.tfm) = %{tl_version} +Provides: tex(t5-lmtko10.tfm) = %{tl_version} +Provides: tex(t5-lmtl10.tfm) = %{tl_version} +Provides: tex(t5-lmtlc10.tfm) = %{tl_version} +Provides: tex(t5-lmtlco10.tfm) = %{tl_version} +Provides: tex(t5-lmtlo10.tfm) = %{tl_version} +Provides: tex(t5-lmtt10.tfm) = %{tl_version} +Provides: tex(t5-lmtt12.tfm) = %{tl_version} +Provides: tex(t5-lmtt8.tfm) = %{tl_version} +Provides: tex(t5-lmtt9.tfm) = %{tl_version} +Provides: tex(t5-lmtti10.tfm) = %{tl_version} +Provides: tex(t5-lmtto10.tfm) = %{tl_version} +Provides: tex(t5-lmu10.tfm) = %{tl_version} +Provides: tex(t5-lmvtk10.tfm) = %{tl_version} +Provides: tex(t5-lmvtko10.tfm) = %{tl_version} +Provides: tex(t5-lmvtl10.tfm) = %{tl_version} +Provides: tex(t5-lmvtlo10.tfm) = %{tl_version} +Provides: tex(t5-lmvtt10.tfm) = %{tl_version} +Provides: tex(t5-lmvtto10.tfm) = %{tl_version} +Provides: tex(texnansi-lmb10.tfm) = %{tl_version} +Provides: tex(texnansi-lmbo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx10.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx12.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx5.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx6.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx7.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx8.tfm) = %{tl_version} +Provides: tex(texnansi-lmbx9.tfm) = %{tl_version} +Provides: tex(texnansi-lmbxi10.tfm) = %{tl_version} +Provides: tex(texnansi-lmbxo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmcsc10.tfm) = %{tl_version} +Provides: tex(texnansi-lmcsco10.tfm) = %{tl_version} +Provides: tex(texnansi-lmdunh10.tfm) = %{tl_version} +Provides: tex(texnansi-lmduno10.tfm) = %{tl_version} +Provides: tex(texnansi-lmr10.tfm) = %{tl_version} +Provides: tex(texnansi-lmr12.tfm) = %{tl_version} +Provides: tex(texnansi-lmr17.tfm) = %{tl_version} +Provides: tex(texnansi-lmr5.tfm) = %{tl_version} +Provides: tex(texnansi-lmr6.tfm) = %{tl_version} +Provides: tex(texnansi-lmr7.tfm) = %{tl_version} +Provides: tex(texnansi-lmr8.tfm) = %{tl_version} +Provides: tex(texnansi-lmr9.tfm) = %{tl_version} +Provides: tex(texnansi-lmri10.tfm) = %{tl_version} +Provides: tex(texnansi-lmri12.tfm) = %{tl_version} +Provides: tex(texnansi-lmri7.tfm) = %{tl_version} +Provides: tex(texnansi-lmri8.tfm) = %{tl_version} +Provides: tex(texnansi-lmri9.tfm) = %{tl_version} +Provides: tex(texnansi-lmro10.tfm) = %{tl_version} +Provides: tex(texnansi-lmro12.tfm) = %{tl_version} +Provides: tex(texnansi-lmro17.tfm) = %{tl_version} +Provides: tex(texnansi-lmro8.tfm) = %{tl_version} +Provides: tex(texnansi-lmro9.tfm) = %{tl_version} +Provides: tex(texnansi-lmss10.tfm) = %{tl_version} +Provides: tex(texnansi-lmss12.tfm) = %{tl_version} +Provides: tex(texnansi-lmss17.tfm) = %{tl_version} +Provides: tex(texnansi-lmss8.tfm) = %{tl_version} +Provides: tex(texnansi-lmss9.tfm) = %{tl_version} +Provides: tex(texnansi-lmssbo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmssbx10.tfm) = %{tl_version} +Provides: tex(texnansi-lmssdc10.tfm) = %{tl_version} +Provides: tex(texnansi-lmssdo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmsso10.tfm) = %{tl_version} +Provides: tex(texnansi-lmsso12.tfm) = %{tl_version} +Provides: tex(texnansi-lmsso17.tfm) = %{tl_version} +Provides: tex(texnansi-lmsso8.tfm) = %{tl_version} +Provides: tex(texnansi-lmsso9.tfm) = %{tl_version} +Provides: tex(texnansi-lmssq8.tfm) = %{tl_version} +Provides: tex(texnansi-lmssqbo8.tfm) = %{tl_version} +Provides: tex(texnansi-lmssqbx8.tfm) = %{tl_version} +Provides: tex(texnansi-lmssqo8.tfm) = %{tl_version} +Provides: tex(texnansi-lmtcsc10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtcso10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtk10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtko10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtl10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtlc10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtlco10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtlo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtt10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtt12.tfm) = %{tl_version} +Provides: tex(texnansi-lmtt8.tfm) = %{tl_version} +Provides: tex(texnansi-lmtt9.tfm) = %{tl_version} +Provides: tex(texnansi-lmtti10.tfm) = %{tl_version} +Provides: tex(texnansi-lmtto10.tfm) = %{tl_version} +Provides: tex(texnansi-lmu10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtk10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtko10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtl10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtlo10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtt10.tfm) = %{tl_version} +Provides: tex(texnansi-lmvtto10.tfm) = %{tl_version} +Provides: tex(ts1-lmb10.tfm) = %{tl_version} +Provides: tex(ts1-lmbo10.tfm) = %{tl_version} +Provides: tex(ts1-lmbx10.tfm) = %{tl_version} +Provides: tex(ts1-lmbx12.tfm) = %{tl_version} +Provides: tex(ts1-lmbx5.tfm) = %{tl_version} +Provides: tex(ts1-lmbx6.tfm) = %{tl_version} +Provides: tex(ts1-lmbx7.tfm) = %{tl_version} +Provides: tex(ts1-lmbx8.tfm) = %{tl_version} +Provides: tex(ts1-lmbx9.tfm) = %{tl_version} +Provides: tex(ts1-lmbxi10.tfm) = %{tl_version} +Provides: tex(ts1-lmbxo10.tfm) = %{tl_version} +Provides: tex(ts1-lmcsc10.tfm) = %{tl_version} +Provides: tex(ts1-lmcsco10.tfm) = %{tl_version} +Provides: tex(ts1-lmdunh10.tfm) = %{tl_version} +Provides: tex(ts1-lmduno10.tfm) = %{tl_version} +Provides: tex(ts1-lmr10.tfm) = %{tl_version} +Provides: tex(ts1-lmr12.tfm) = %{tl_version} +Provides: tex(ts1-lmr17.tfm) = %{tl_version} +Provides: tex(ts1-lmr5.tfm) = %{tl_version} +Provides: tex(ts1-lmr6.tfm) = %{tl_version} +Provides: tex(ts1-lmr7.tfm) = %{tl_version} +Provides: tex(ts1-lmr8.tfm) = %{tl_version} +Provides: tex(ts1-lmr9.tfm) = %{tl_version} +Provides: tex(ts1-lmri10.tfm) = %{tl_version} +Provides: tex(ts1-lmri12.tfm) = %{tl_version} +Provides: tex(ts1-lmri7.tfm) = %{tl_version} +Provides: tex(ts1-lmri8.tfm) = %{tl_version} +Provides: tex(ts1-lmri9.tfm) = %{tl_version} +Provides: tex(ts1-lmro10.tfm) = %{tl_version} +Provides: tex(ts1-lmro12.tfm) = %{tl_version} +Provides: tex(ts1-lmro17.tfm) = %{tl_version} +Provides: tex(ts1-lmro8.tfm) = %{tl_version} +Provides: tex(ts1-lmro9.tfm) = %{tl_version} +Provides: tex(ts1-lmss10.tfm) = %{tl_version} +Provides: tex(ts1-lmss12.tfm) = %{tl_version} +Provides: tex(ts1-lmss17.tfm) = %{tl_version} +Provides: tex(ts1-lmss8.tfm) = %{tl_version} +Provides: tex(ts1-lmss9.tfm) = %{tl_version} +Provides: tex(ts1-lmssbo10.tfm) = %{tl_version} +Provides: tex(ts1-lmssbx10.tfm) = %{tl_version} +Provides: tex(ts1-lmssdc10.tfm) = %{tl_version} +Provides: tex(ts1-lmssdo10.tfm) = %{tl_version} +Provides: tex(ts1-lmsso10.tfm) = %{tl_version} +Provides: tex(ts1-lmsso12.tfm) = %{tl_version} +Provides: tex(ts1-lmsso17.tfm) = %{tl_version} +Provides: tex(ts1-lmsso8.tfm) = %{tl_version} +Provides: tex(ts1-lmsso9.tfm) = %{tl_version} +Provides: tex(ts1-lmssq8.tfm) = %{tl_version} +Provides: tex(ts1-lmssqbo8.tfm) = %{tl_version} +Provides: tex(ts1-lmssqbx8.tfm) = %{tl_version} +Provides: tex(ts1-lmssqo8.tfm) = %{tl_version} +Provides: tex(ts1-lmtcsc10.tfm) = %{tl_version} +Provides: tex(ts1-lmtcso10.tfm) = %{tl_version} +Provides: tex(ts1-lmtk10.tfm) = %{tl_version} +Provides: tex(ts1-lmtko10.tfm) = %{tl_version} +Provides: tex(ts1-lmtl10.tfm) = %{tl_version} +Provides: tex(ts1-lmtlc10.tfm) = %{tl_version} +Provides: tex(ts1-lmtlco10.tfm) = %{tl_version} +Provides: tex(ts1-lmtlo10.tfm) = %{tl_version} +Provides: tex(ts1-lmtt10.tfm) = %{tl_version} +Provides: tex(ts1-lmtt12.tfm) = %{tl_version} +Provides: tex(ts1-lmtt8.tfm) = %{tl_version} +Provides: tex(ts1-lmtt9.tfm) = %{tl_version} +Provides: tex(ts1-lmtti10.tfm) = %{tl_version} +Provides: tex(ts1-lmtto10.tfm) = %{tl_version} +Provides: tex(ts1-lmu10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtk10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtko10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtl10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtlo10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtt10.tfm) = %{tl_version} +Provides: tex(ts1-lmvtto10.tfm) = %{tl_version} +Provides: tex(lmb10.pfb) = %{tl_version} +Provides: tex(lmbo10.pfb) = %{tl_version} +Provides: tex(lmbsy10.pfb) = %{tl_version} +Provides: tex(lmbsy5.pfb) = %{tl_version} +Provides: tex(lmbsy7.pfb) = %{tl_version} +Provides: tex(lmbx10.pfb) = %{tl_version} +Provides: tex(lmbx12.pfb) = %{tl_version} +Provides: tex(lmbx5.pfb) = %{tl_version} +Provides: tex(lmbx6.pfb) = %{tl_version} +Provides: tex(lmbx7.pfb) = %{tl_version} +Provides: tex(lmbx8.pfb) = %{tl_version} +Provides: tex(lmbx9.pfb) = %{tl_version} +Provides: tex(lmbxi10.pfb) = %{tl_version} +Provides: tex(lmbxo10.pfb) = %{tl_version} +Provides: tex(lmcsc10.pfb) = %{tl_version} +Provides: tex(lmcsco10.pfb) = %{tl_version} +Provides: tex(lmdunh10.pfb) = %{tl_version} +Provides: tex(lmduno10.pfb) = %{tl_version} +Provides: tex(lmex10.pfb) = %{tl_version} +Provides: tex(lmmi10.pfb) = %{tl_version} +Provides: tex(lmmi12.pfb) = %{tl_version} +Provides: tex(lmmi5.pfb) = %{tl_version} +Provides: tex(lmmi6.pfb) = %{tl_version} +Provides: tex(lmmi7.pfb) = %{tl_version} +Provides: tex(lmmi8.pfb) = %{tl_version} +Provides: tex(lmmi9.pfb) = %{tl_version} +Provides: tex(lmmib10.pfb) = %{tl_version} +Provides: tex(lmmib5.pfb) = %{tl_version} +Provides: tex(lmmib7.pfb) = %{tl_version} +Provides: tex(lmr10.pfb) = %{tl_version} +Provides: tex(lmr12.pfb) = %{tl_version} +Provides: tex(lmr17.pfb) = %{tl_version} +Provides: tex(lmr5.pfb) = %{tl_version} +Provides: tex(lmr6.pfb) = %{tl_version} +Provides: tex(lmr7.pfb) = %{tl_version} +Provides: tex(lmr8.pfb) = %{tl_version} +Provides: tex(lmr9.pfb) = %{tl_version} +Provides: tex(lmri10.pfb) = %{tl_version} +Provides: tex(lmri12.pfb) = %{tl_version} +Provides: tex(lmri7.pfb) = %{tl_version} +Provides: tex(lmri8.pfb) = %{tl_version} +Provides: tex(lmri9.pfb) = %{tl_version} +Provides: tex(lmro10.pfb) = %{tl_version} +Provides: tex(lmro12.pfb) = %{tl_version} +Provides: tex(lmro17.pfb) = %{tl_version} +Provides: tex(lmro8.pfb) = %{tl_version} +Provides: tex(lmro9.pfb) = %{tl_version} +Provides: tex(lmss10.pfb) = %{tl_version} +Provides: tex(lmss12.pfb) = %{tl_version} +Provides: tex(lmss17.pfb) = %{tl_version} +Provides: tex(lmss8.pfb) = %{tl_version} +Provides: tex(lmss9.pfb) = %{tl_version} +Provides: tex(lmssbo10.pfb) = %{tl_version} +Provides: tex(lmssbx10.pfb) = %{tl_version} +Provides: tex(lmssdc10.pfb) = %{tl_version} +Provides: tex(lmssdo10.pfb) = %{tl_version} +Provides: tex(lmsso10.pfb) = %{tl_version} +Provides: tex(lmsso12.pfb) = %{tl_version} +Provides: tex(lmsso17.pfb) = %{tl_version} +Provides: tex(lmsso8.pfb) = %{tl_version} +Provides: tex(lmsso9.pfb) = %{tl_version} +Provides: tex(lmssq8.pfb) = %{tl_version} +Provides: tex(lmssqbo8.pfb) = %{tl_version} +Provides: tex(lmssqbx8.pfb) = %{tl_version} +Provides: tex(lmssqo8.pfb) = %{tl_version} +Provides: tex(lmsy10.pfb) = %{tl_version} +Provides: tex(lmsy5.pfb) = %{tl_version} +Provides: tex(lmsy6.pfb) = %{tl_version} +Provides: tex(lmsy7.pfb) = %{tl_version} +Provides: tex(lmsy8.pfb) = %{tl_version} +Provides: tex(lmsy9.pfb) = %{tl_version} +Provides: tex(lmtcsc10.pfb) = %{tl_version} +Provides: tex(lmtcso10.pfb) = %{tl_version} +Provides: tex(lmtk10.pfb) = %{tl_version} +Provides: tex(lmtko10.pfb) = %{tl_version} +Provides: tex(lmtl10.pfb) = %{tl_version} +Provides: tex(lmtlc10.pfb) = %{tl_version} +Provides: tex(lmtlco10.pfb) = %{tl_version} +Provides: tex(lmtlo10.pfb) = %{tl_version} +Provides: tex(lmtt10.pfb) = %{tl_version} +Provides: tex(lmtt12.pfb) = %{tl_version} +Provides: tex(lmtt8.pfb) = %{tl_version} +Provides: tex(lmtt9.pfb) = %{tl_version} +Provides: tex(lmtti10.pfb) = %{tl_version} +Provides: tex(lmtto10.pfb) = %{tl_version} +Provides: tex(lmu10.pfb) = %{tl_version} +Provides: tex(lmvtk10.pfb) = %{tl_version} +Provides: tex(lmvtko10.pfb) = %{tl_version} +Provides: tex(lmvtl10.pfb) = %{tl_version} +Provides: tex(lmvtlo10.pfb) = %{tl_version} +Provides: tex(lmvtt10.pfb) = %{tl_version} +Provides: tex(lmvtto10.pfb) = %{tl_version} +Provides: tex(il2lmdh.fd) = %{tl_version} +Provides: tex(il2lmr.fd) = %{tl_version} +Provides: tex(il2lmss.fd) = %{tl_version} +Provides: tex(il2lmssq.fd) = %{tl_version} +Provides: tex(il2lmtt.fd) = %{tl_version} +Provides: tex(il2lmvtt.fd) = %{tl_version} +Provides: tex(l7xlmdh.fd) = %{tl_version} +Provides: tex(l7xlmr.fd) = %{tl_version} +Provides: tex(l7xlmss.fd) = %{tl_version} +Provides: tex(l7xlmssq.fd) = %{tl_version} +Provides: tex(l7xlmtt.fd) = %{tl_version} +Provides: tex(l7xlmvtt.fd) = %{tl_version} +Provides: tex(lmodern.sty) = %{tl_version} +Provides: tex(ly1lmdh.fd) = %{tl_version} +Provides: tex(ly1lmr.fd) = %{tl_version} +Provides: tex(ly1lmss.fd) = %{tl_version} +Provides: tex(ly1lmssq.fd) = %{tl_version} +Provides: tex(ly1lmtt.fd) = %{tl_version} +Provides: tex(ly1lmvtt.fd) = %{tl_version} +Provides: tex(omllmm.fd) = %{tl_version} +Provides: tex(omllmr.fd) = %{tl_version} +Provides: tex(omslmr.fd) = %{tl_version} +Provides: tex(omslmsy.fd) = %{tl_version} +Provides: tex(omxlmex.fd) = %{tl_version} +Provides: tex(ot1lmdh.fd) = %{tl_version} +Provides: tex(ot1lmr.fd) = %{tl_version} +Provides: tex(ot1lmss.fd) = %{tl_version} +Provides: tex(ot1lmssq.fd) = %{tl_version} +Provides: tex(ot1lmtt.fd) = %{tl_version} +Provides: tex(ot1lmvtt.fd) = %{tl_version} +Provides: tex(ot4lmdh.fd) = %{tl_version} +Provides: tex(ot4lmr.fd) = %{tl_version} +Provides: tex(ot4lmss.fd) = %{tl_version} +Provides: tex(ot4lmssq.fd) = %{tl_version} +Provides: tex(ot4lmtt.fd) = %{tl_version} +Provides: tex(ot4lmvtt.fd) = %{tl_version} +Provides: tex(qxlmdh.fd) = %{tl_version} +Provides: tex(qxlmr.fd) = %{tl_version} +Provides: tex(qxlmss.fd) = %{tl_version} +Provides: tex(qxlmssq.fd) = %{tl_version} +Provides: tex(qxlmtt.fd) = %{tl_version} +Provides: tex(qxlmvtt.fd) = %{tl_version} +Provides: tex(t1lmdh.fd) = %{tl_version} +Provides: tex(t1lmr.fd) = %{tl_version} +Provides: tex(t1lmss.fd) = %{tl_version} +Provides: tex(t1lmssq.fd) = %{tl_version} +Provides: tex(t1lmtt.fd) = %{tl_version} +Provides: tex(t1lmvtt.fd) = %{tl_version} +Provides: tex(t5lmdh.fd) = %{tl_version} +Provides: tex(t5lmr.fd) = %{tl_version} +Provides: tex(t5lmss.fd) = %{tl_version} +Provides: tex(t5lmssq.fd) = %{tl_version} +Provides: tex(t5lmtt.fd) = %{tl_version} +Provides: tex(t5lmvtt.fd) = %{tl_version} +Provides: tex(ts1lmdh.fd) = %{tl_version} +Provides: tex(ts1lmr.fd) = %{tl_version} +Provides: tex(ts1lmss.fd) = %{tl_version} +Provides: tex(ts1lmssq.fd) = %{tl_version} +Provides: tex(ts1lmtt.fd) = %{tl_version} +Provides: tex(ts1lmvtt.fd) = %{tl_version} + +%description lm +The Latin Modern family of fonts consists of 72 text fonts and +20 mathematics fonts, and is based on the Computer Modern fonts +released into public domain by AMS (copyright (c) 1997 AMS). +The lm font set contains a lot of additional characters, mainly +accented ones, but not exclusively. There is one set of fonts, +available both in Adobe Type 1 format (*.pfb) and in OpenType +format (*.otf). There are five sets of TeX Font Metric files, +corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- +*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 +(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC +fonts aka TS1 (ts1-*.tfm). + +date: 2012-05-22 10:49:40 +0200 + +%post lm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map lm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map lm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun lm +if [ $1 == 0 ] ; then +sed -i '/^Map lm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans lm +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lm-doc +Summary: Documentation for lm +Version: svn28119.2.004 +Release: %{tl_noarch_release} +Provides: tex-lm-doc +BuildArch: noarch +AutoReqProv: No + +%description lm-doc +Documentation for lm + +%package lm-math +Provides: tex-lm-math = %{tl_version} +License: LPPL +Summary: OpenType maths fonts for Latin Modern +Version: svn29044.1.958 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(latinmodern-math.otf) = %{tl_version} + +%description lm-math +Latin Modern Math is a maths companion for the Latin Modern +family of fonts, in OpenType format. For use with LuaLaTeX or +XeLaTeX, support is available from the unicode-math package. + +date: 2013-02-06 18:13:15 +0100 + +%post lm-math +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lm-math +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lm-math +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lm-math-doc +Summary: Documentation for lm-math +Version: svn29044.1.958 +Release: %{tl_noarch_release} +Provides: tex-lm-math-doc +BuildArch: noarch +AutoReqProv: No + +%description lm-math-doc +Documentation for lm-math + +%package stmaryrd +Provides: tex-stmaryrd = %{tl_version} +License: LPPL +Summary: St Mary Road symbols for theoretical computer science +Version: svn22027.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(stmaryrd.map) = %{tl_version} +Provides: tex(stmary10.tfm) = %{tl_version} +Provides: tex(stmary5.tfm) = %{tl_version} +Provides: tex(stmary6.tfm) = %{tl_version} +Provides: tex(stmary7.tfm) = %{tl_version} +Provides: tex(stmary8.tfm) = %{tl_version} +Provides: tex(stmary9.tfm) = %{tl_version} +Provides: tex(stmary10.pfb) = %{tl_version} +Provides: tex(stmary5.pfb) = %{tl_version} +Provides: tex(stmary6.pfb) = %{tl_version} +Provides: tex(stmary7.pfb) = %{tl_version} +Provides: tex(stmary8.pfb) = %{tl_version} +Provides: tex(stmary9.pfb) = %{tl_version} +Provides: tex(Ustmry.fd) = %{tl_version} +Provides: tex(stmaryrd.sty) = %{tl_version} + +%description stmaryrd +The fonts were originally distributed as MetaFont sources only, +but Adobe Type 1 versions are also now available. Macro support +is provided for use under LaTeX; the package supports the +"only" option (provided by the somedefs package) to restrict +what is loaded, for those who don't need the whole font. + +date: 2009-10-10 00:51:28 +0200 + +%post stmaryrd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap stmaryrd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap stmaryrd.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun stmaryrd +if [ $1 == 0 ] ; then +sed -i '/^MixedMap stmaryrd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans stmaryrd +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stmaryrd-doc +Summary: Documentation for stmaryrd +Version: svn22027.0 +Release: %{tl_noarch_release} +Provides: tex-stmaryrd-doc +BuildArch: noarch +AutoReqProv: No + +%description stmaryrd-doc +Documentation for stmaryrd + +%package context-bin +Summary: Binaries for context +Version: svn29741.0 +Requires: texlive-base +Requires: tex-context +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description context-bin +Binaries for context + +%package jmn +Provides: tex-jmn = %{tl_version} +License: LPPL +Summary: jmn package +Version: svn22719.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hans.enc) = %{tl_version} +Provides: tex(hans.map) = %{tl_version} +Provides: tex(hans-sh.tfm) = %{tl_version} +Provides: tex(hans.tfm) = %{tl_version} +Provides: tex(hans-sh.pfb) = %{tl_version} +Provides: tex(hans.pfb) = %{tl_version} + +%description jmn +jmn package + +%post jmn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jmn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jmn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-account +Provides: tex-context-account = %{tl_version} +License: Public Domain +Summary: A simple accounting package +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-account.tex) = %{tl_version} +Provides: tex(t-floatnumber.tex) = %{tl_version} + +%description context-account +context-account package + +date: 2009-02-07 09:38:09 +0100 + +%post context-account +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-account +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-account +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-account-doc +Summary: Documentation for context-account +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-account-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-account-doc +Documentation for context-account + +%package context-algorithmic +Provides: tex-context-algorithmic = %{tl_version} +License: Public Domain +Summary: Algorithm handling in ConTeXt +Version: svn28580.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-algorithmic +Support for typesetting algorithms (a port of the LaTeX package +algorithmic, which was a predecessor of algorithmicx). + +date: 2012-02-09 16:32:08 +0100 + +%post context-algorithmic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-algorithmic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-algorithmic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-bnf +Provides: tex-context-bnf = %{tl_version} +License: GPL+ +Summary: A BNF module for Context +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-bnf.tex) = %{tl_version} + +%description context-bnf +The module provides a simple way to write good-looking BNF- +style grammars in ConTeXt. Grammars are written using the BNF +syntax right in your ConTeXt documents, so there is a clear +separation between content and layout. This allows the user to +decide exactly how the grammar is to be displayed, while also +allowing the gist of the grammar to be understood from simply +looking at the source ConTeXt document. + +date: 2008-08-18 23:54:09 +0200 + +%post context-bnf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-bnf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-bnf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-bnf-doc +Summary: Documentation for context-bnf +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-bnf-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-bnf-doc +Documentation for context-bnf + +%package context-chromato +Provides: tex-context-chromato = %{tl_version} +License: GPL+ +Summary: ConTeXt macros for chromatograms +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-chromato.tex) = %{tl_version} + +%description context-chromato +The module provides macros for drawing chromatograms. + +date: 2006-08-27 16:41:02 +0100 + +%post context-chromato +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-chromato +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-chromato +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-chromato-doc +Summary: Documentation for context-chromato +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-chromato-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-chromato-doc +Documentation for context-chromato + +%package context-construction-plan +Provides: tex-context-construction-plan = %{tl_version} +License: GPL+ +Summary: Construction plans in ConTeXt +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-construction-plan.tex) = %{tl_version} + +%description context-construction-plan +Generate a page with a figure at a well-defined scale. + +date: 2008-08-18 23:54:09 +0200 + +%post context-construction-plan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-construction-plan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-construction-plan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-construction-plan-doc +Summary: Documentation for context-construction-plan +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-construction-plan-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-construction-plan-doc +Documentation for context-construction-plan + +%package context-cyrillicnumbers +Provides: tex-context-cyrillicnumbers = %{tl_version} +License: BSD +Summary: Write numbers as cyrillic glyphs +Version: svn29905.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-cyrillicnumbers +The package extends Context's system of number conversion, by +adding numeration using cyrillic letters. + +date: 2013-04-12 11:27:24 +0200 + +%post context-cyrillicnumbers +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-cyrillicnumbers +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-cyrillicnumbers +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-cyrillicnumbers-doc +Summary: Documentation for context-cyrillicnumbers +Version: svn29905.0 +Release: %{tl_noarch_release} +Provides: tex-context-cyrillicnumbers-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-cyrillicnumbers-doc +Documentation for context-cyrillicnumbers + +%package context-degrade +Provides: tex-context-degrade = %{tl_version} +License: GPL+ +Summary: Degrading JPEG images in ConTeXt +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-degrade.tex) = %{tl_version} + +%description context-degrade +context-degrade package + +date: 2008-08-18 23:54:09 +0200 + +%post context-degrade +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-degrade +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-degrade +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-degrade-doc +Summary: Documentation for context-degrade +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-degrade-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-degrade-doc +Documentation for context-degrade + +%package context-filter +Provides: tex-context-filter = %{tl_version} +License: BSD +Summary: Run external programs on the contents of a start-stop environment +Version: svn29983.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-module-catcodes.tex) = %{tl_version} + +%description context-filter +The filter module provides a simple interface to run external +programs on the contents of a start-stop environment. Options +are available to run the external program only if the content +of the environment has changed, to specify how the program +output should be read back, and to choose the name of the +temporary files that are created. The module is compatible with +both MkII and MkIV. + +date: 2013-04-16 16:51:49 +0200 + +%post context-filter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-filter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-filter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-filter-doc +Summary: Documentation for context-filter +Version: svn29983.0 +Release: %{tl_noarch_release} +Provides: tex-context-filter-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-filter-doc +Documentation for context-filter + +%package context-fixme +Provides: tex-context-fixme = %{tl_version} +License: Public Domain +Summary: Make editorial marks on a document +Version: svn29341.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-fixme +The module will create a variety of marks, and produce +summaries by mark type. + +date: 2013-03-04 16:31:08 +0100 + +%post context-fixme +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-fixme +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-fixme +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-french +Provides: tex-context-french = %{tl_version} +License: GPL+ +Summary: Support for writing French in ConTeXt +Version: svn24582.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-french +Deals with spacing around French punctuation; the package is +distributed for ConTeXt Mark iv only. + +date: 2011-11-10 06:26:05 +0100 + +%post context-french +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-french +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-french +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-french-doc +Summary: Documentation for context-french +Version: svn24582.0 +Release: %{tl_noarch_release} +Provides: tex-context-french-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-french-doc +Documentation for context-french + +%package context-fullpage +Provides: tex-context-fullpage = %{tl_version} +License: GPL+ +Summary: Overfull pages with ConTeXt +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-fullpage +The (ConTeXt) module copies the functionality of the fullpage, +and adds a styling parameter, given in the \usemodule command + +date: 2011-01-27 09:54:35 +0100 + +%post context-fullpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-fullpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-fullpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-fullpage-doc +Summary: Documentation for context-fullpage +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-fullpage-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-fullpage-doc +Documentation for context-fullpage + +%package context-games +Provides: tex-context-games = %{tl_version} +License: LPPL +Summary: context-games package +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-skaknew +Requires: tex-context +Provides: tex(games-go.tex) = %{tl_version} +Provides: tex(games-hex.tex) = %{tl_version} +Provides: tex(t-games.tex) = %{tl_version} + +%description context-games +context-games package + +%post context-games +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-games +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-games +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-games-doc +Summary: Documentation for context-games +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-games-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-skaknew-doc +Requires: tex-context-doc + +%description context-games-doc +Documentation for context-games + +%package skaknew +Provides: tex-skaknew = %{tl_version} +License: LPPL +Summary: The skak chess fonts redone in Adobe Type 1 +Version: svn20031.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(SkakNew.map) = %{tl_version} +Provides: tex(AlphaDia.otf) = %{tl_version} +Provides: tex(SkakNew-Diagram.otf) = %{tl_version} +Provides: tex(SkakNew-DiagramT.otf) = %{tl_version} +Provides: tex(SkakNew-Figurine.otf) = %{tl_version} +Provides: tex(SkakNew-FigurineBold.otf) = %{tl_version} +Provides: tex(AlphaDia.tfm) = %{tl_version} +Provides: tex(SkakNew-Diagram.tfm) = %{tl_version} +Provides: tex(SkakNew-DiagramT.tfm) = %{tl_version} +Provides: tex(SkakNew-Figurine.tfm) = %{tl_version} +Provides: tex(SkakNew-FigurineBold.tfm) = %{tl_version} +Provides: tex(AlphaDia.pfb) = %{tl_version} +Provides: tex(SkakNew-Diagram.pfb) = %{tl_version} +Provides: tex(SkakNew-DiagramT.pfb) = %{tl_version} +Provides: tex(SkakNew-Figurine.pfb) = %{tl_version} +Provides: tex(SkakNew-FigurineBold.pfb) = %{tl_version} + +%description skaknew +This package offers Adobe Type 1 versions of the fonts provided +as MetaFont source by the skak bundle. + +date: 2009-02-21 22:13:29 +0100 + +%post skaknew +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map SkakNew.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map SkakNew.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun skaknew +if [ $1 == 0 ] ; then +sed -i '/^Map SkakNew.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans skaknew +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skaknew-doc +Summary: Documentation for skaknew +Version: svn20031.0 +Release: %{tl_noarch_release} +Provides: tex-skaknew-doc +BuildArch: noarch +AutoReqProv: No + +%description skaknew-doc +Documentation for skaknew + +%package context-gantt +Provides: tex-context-gantt = %{tl_version} +License: Public Domain +Summary: GANTT module for ConTeXt +Version: svn27472.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Requires: tex-hatching +Provides: tex(gantt-s-mp.tex) = %{tl_version} +Provides: tex(gantt-s-tikz.tex) = %{tl_version} +Provides: tex(t-gantt.tex) = %{tl_version} + +%description context-gantt +Gantt is a module for drawing Gantt charts via metapost or +pgf/tikz. + +date: 2012-03-20 08:48:23 +0100 + +%post context-gantt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-gantt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-gantt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-gantt-doc +Summary: Documentation for context-gantt +Version: svn27472.0 +Release: %{tl_noarch_release} +Provides: tex-context-gantt-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc +Requires: tex-hatching-doc + +%description context-gantt-doc +Documentation for context-gantt + +%package hatching +Provides: tex-hatching = %{tl_version} +License: Public Domain +Summary: MetaPost macros for hatching interior of closed paths +Version: svn23818.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description hatching +The file hatching.mp contains a set of MetaPost macros for +hatching interior of closed paths. Examples of usage are +included. + +date: 2006-12-17 23:49:42 +0100 + +%post hatching +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hatching +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hatching +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hatching-doc +Summary: Documentation for hatching +Version: svn23818.0.11 +Release: %{tl_noarch_release} +Provides: tex-hatching-doc +BuildArch: noarch +AutoReqProv: No + +%description hatching-doc +Documentation for hatching + +%package context-gnuplot +Provides: tex-context-gnuplot = %{tl_version} +License: GPL+ +Summary: Inclusion of Gnuplot graphs in ConTeXt +Version: svn30380.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-gnuplot +Enables simple creation and inclusion of graphs with Gnuplot. +The package writes a script into temporary file, runs Gnuplot +and includes the resulting graphic directly into the document. +See the ConTeXt Garden package page for further details. + +date: 2006-08-27 16:41:02 +0100 + +%post context-gnuplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-gnuplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-gnuplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-gnuplot-doc +Summary: Documentation for context-gnuplot +Version: svn30380.0 +Release: %{tl_noarch_release} +Provides: tex-context-gnuplot-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-gnuplot-doc +Documentation for context-gnuplot + +%package context-letter +Provides: tex-context-letter = %{tl_version} +License: GPL+ +Summary: Context package for writing letters +Version: svn28899.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-letter +A means of writing 'vanilla' letters and memos is provided, +with support covering Context Mkii and Mkiv. The design of +letters may be amended by a wide range of style specifications. + +date: 2012-09-24 22:26:06 +0200 + +%post context-letter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-letter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-letter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-letter-doc +Summary: Documentation for context-letter +Version: svn28899.0 +Release: %{tl_noarch_release} +Provides: tex-context-letter-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-letter-doc +Documentation for context-letter + +%package context-lettrine +Provides: tex-context-lettrine = %{tl_version} +License: Public Domain +Summary: A ConTeXt implementation of lettrines +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-lettrine.tex) = %{tl_version} + +%description context-lettrine +This is a re-implementation of the LaTeX package lettrine. + +date: 2009-01-30 23:54:25 +0100 + +%post context-lettrine +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-lettrine +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-lettrine +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-lettrine-doc +Summary: Documentation for context-lettrine +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-lettrine-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-lettrine-doc +Documentation for context-lettrine + +%package context-lilypond +Provides: tex-context-lilypond = %{tl_version} +License: GPL+ +Summary: Lilypond code in ConTeXt +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-lilypond.tex) = %{tl_version} + +%description context-lilypond +Includes lilypond music definitions direct in a ConTeXt +document. + +date: 2010-03-12 17:25:27 +0100 + +%post context-lilypond +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-lilypond +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-lilypond +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-lilypond-doc +Summary: Documentation for context-lilypond +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-lilypond-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-lilypond-doc +Documentation for context-lilypond + +%package context-mathsets +Provides: tex-context-mathsets = %{tl_version} +License: BSD +Summary: Set notation in ConTeXt +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-mathsets.tex) = %{tl_version} + +%description context-mathsets +Typeset good-looking set notation (e.g., {x|x \in Y}), as well +as similar things such as Dirac bra-ket notation, conditional +probabilities, etc. The package is a partial port of Donald +Arseneau's LaTeX package braket. + +date: 2011-05-13 02:08:48 +0200 + +%post context-mathsets +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-mathsets +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-mathsets +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-mathsets-doc +Summary: Documentation for context-mathsets +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-mathsets-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-mathsets-doc +Documentation for context-mathsets + +%package context-notes-zh-cn +Provides: tex-context-notes-zh-cn = %{tl_version} +License: GPL+ +Summary: Notes on using ConTeXt MkIV +Version: svn23171.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-notes-zh-cn +An introductory tutorial on ConTeXt, in Chinese. The document +covers ConTeXt installation, fonts, layout design, cross- +reference, project structure, metafun and presentation design. + +date: 2009-11-09 14:30:19 +0100 + +%package context-notes-zh-cn-doc +Summary: Documentation for context-notes-zh-cn +Version: svn23171.0 +Release: %{tl_noarch_release} +Provides: tex-context-notes-zh-cn-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-notes-zh-cn-doc +Documentation for context-notes-zh-cn + +%package context-rst +Provides: tex-context-rst = %{tl_version} +License: BSD +Summary: Process reStructuredText with ConTeXt +Version: svn29575.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-rst +The package provides a converter and module for typesetting +reStructuredText with ConTeXt. The module uses several lua +scripts in doing its work. Documentation is supplied in rst, +which seems to be readable as text, but... + +date: 2011-10-03 11:06:20 +0200 + +%post context-rst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-rst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-rst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-rst-doc +Summary: Documentation for context-rst +Version: svn29575.0.4 +Release: %{tl_noarch_release} +Provides: tex-context-rst-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-rst-doc +Documentation for context-rst + +%package context-ruby +Provides: tex-context-ruby = %{tl_version} +License: Public Domain +Summary: Ruby annotations in ConTeXt +Version: svn28434.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-ruby +Ruby markup (aka furigana in Japan) are inline annotations +above or below a word to indicate the reading of ideographic +characters. The module implements the W3C specification for +simple ruby in ConTeXt. The position and layout of the base +text and the ruby text can becontrolled by parameters. + +date: 2012-11-30 11:03:17 +0100 + +%post context-ruby +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-ruby +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-ruby +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-ruby-doc +Summary: Documentation for context-ruby +Version: svn28434.0 +Release: %{tl_noarch_release} +Provides: tex-context-ruby-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-ruby-doc +Documentation for context-ruby + +%package context-simplefonts +Provides: tex-context-simplefonts = %{tl_version} +License: GPL+ +Summary: Simplified font usage for ConTeXt +Version: svn29229.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-simplefonts +The package defines a set of commands for loading and using +fonts in ConTeXt. + +date: 2012-08-13 18:29:21 +0200 + +%post context-simplefonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-simplefonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-simplefonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-simplefonts-doc +Summary: Documentation for context-simplefonts +Version: svn29229.0 +Release: %{tl_noarch_release} +Provides: tex-context-simplefonts-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-simplefonts-doc +Documentation for context-simplefonts + +%package context-simpleslides +Provides: tex-context-simpleslides = %{tl_version} +License: LPPL +Summary: context-simpleslides package +Version: svn28300.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(simpleslides-c-default.tex) = %{tl_version} +Provides: tex(simpleslides-f-default.tex) = %{tl_version} +Provides: tex(simpleslides-s-BigNumber.tex) = %{tl_version} +Provides: tex(simpleslides-s-BottomSquares.tex) = %{tl_version} +Provides: tex(simpleslides-s-Boxed.tex) = %{tl_version} +Provides: tex(simpleslides-s-BoxedTitle.tex) = %{tl_version} +Provides: tex(simpleslides-s-Ellipse.tex) = %{tl_version} +Provides: tex(simpleslides-s-Embossed.tex) = %{tl_version} +Provides: tex(simpleslides-s-Framed.tex) = %{tl_version} +Provides: tex(simpleslides-s-FramedTitle.tex) = %{tl_version} +Provides: tex(simpleslides-s-FuzzyTopic.tex) = %{tl_version} +Provides: tex(simpleslides-s-HorizontalStripes.tex) = %{tl_version} +Provides: tex(simpleslides-s-NarrowStripes.tex) = %{tl_version} +Provides: tex(simpleslides-s-PlainCounter.tex) = %{tl_version} +Provides: tex(simpleslides-s-RainbowStripe.tex) = %{tl_version} +Provides: tex(simpleslides-s-Rounded.tex) = %{tl_version} +Provides: tex(simpleslides-s-Shaded.tex) = %{tl_version} +Provides: tex(simpleslides-s-SideSquares.tex) = %{tl_version} +Provides: tex(simpleslides-s-SideToc.tex) = %{tl_version} +Provides: tex(simpleslides-s-Split.tex) = %{tl_version} +Provides: tex(simpleslides-s-Sunrise.tex) = %{tl_version} +Provides: tex(simpleslides-s-Swoosh.tex) = %{tl_version} +Provides: tex(simpleslides-s-ThickStripes.tex) = %{tl_version} +Provides: tex(simpleslides-s-default.tex) = %{tl_version} +Provides: tex(t-slidesvisualcounter.tex) = %{tl_version} + +%description context-simpleslides +context-simpleslides package + +%post context-simpleslides +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-simpleslides +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-simpleslides +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-simpleslides-doc +Summary: Documentation for context-simpleslides +Version: svn28300.0 +Release: %{tl_noarch_release} +Provides: tex-context-simpleslides-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-simpleslides-doc +Documentation for context-simpleslides + +%package context-transliterator +Provides: tex-context-transliterator = %{tl_version} +License: BSD +Summary: Transliterate text from 'other' alphabets +Version: svn29801.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-transliterator.tex) = %{tl_version} + +%description context-transliterator +The package will read text in one alphabet, and provide a +transliterated version in another; this is useful for readers +who cannot read the original alphabet. The package can make +allowance for hyphenation. + +date: 2013-04-09 13:56:04 +0200 + +%post context-transliterator +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-transliterator +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-transliterator +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-transliterator-doc +Summary: Documentation for context-transliterator +Version: svn29801.0 +Release: %{tl_noarch_release} +Provides: tex-context-transliterator-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-transliterator-doc +Documentation for context-transliterator + +%package context-typearea +Provides: tex-context-typearea = %{tl_version} +License: GPL+ +Summary: Something like Koma-Script typearea +Version: svn23167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context +Provides: tex(t-typearea.tex) = %{tl_version} + +%description context-typearea +The module provides a command that calculates the page layout +as the LaTeX package typearea does. + +date: 2008-08-18 23:54:09 +0200 + +%post context-typearea +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-typearea +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-typearea +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-typearea-doc +Summary: Documentation for context-typearea +Version: svn23167.0 +Release: %{tl_noarch_release} +Provides: tex-context-typearea-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-typearea-doc +Documentation for context-typearea + +%package context-typescripts +Provides: tex-context-typescripts = %{tl_version} +License: GPLv2+ +Summary: Small modules to load various fonts for use in ConTeXt +Version: svn25411.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context + +%description context-typescripts +The package provides files offering interfaces to 33 publicly +available fonts (or collections of fonts from the same +foundry); each is available in a .mkii and a .mkiv version. + +date: 2012-02-16 15:23:58 +0100 + +%post context-typescripts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-typescripts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-typescripts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-typescripts-doc +Summary: Documentation for context-typescripts +Version: svn25411.0 +Release: %{tl_noarch_release} +Provides: tex-context-typescripts-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-doc + +%description context-typescripts-doc +Documentation for context-typescripts + +%package context-vim +Provides: tex-context-vim = %{tl_version} +License: BSD +Summary: Generate Context syntax highlighting code from vim +Version: svn29984.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-context-filter +Requires: tex-context +Provides: tex(t-syntax-groups.tex) = %{tl_version} +Provides: tex(t-vim.tex) = %{tl_version} + +%description context-vim +ConTeXt has excellent pretty printing capabilities for many +languages. The code for pretty printing is written in TeX, and +due to catcode juggling, such verbatim typesetting is perhaps +the trickiest part of TeX. This makes it difficult for a +"normal" user to define syntax highlighting rules for a new +language. This module takes the onus of defining syntax +highlighting rules away from the user and uses ViM editor to +generate the syntax highlighting. There is a helper +2context.vim script to do the syntax parsing in ViM. + +date: 2012-08-13 18:31:33 +0200 + +%post context-vim +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun context-vim +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-vim +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package context-vim-doc +Summary: Documentation for context-vim +Version: svn29984.0 +Release: %{tl_noarch_release} +Provides: tex-context-vim-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-context-filter-doc +Requires: tex-context-doc + +%description context-vim-doc +Documentation for context-vim + +%package collection-fontsextra +Summary: Additional fonts +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-asana-math +Requires: tex-adforn +Requires: tex-adfsymbols +Requires: tex-aecc +Requires: tex-allrunes +Requires: tex-antiqua +Requires: tex-antt +Requires: tex-archaic +Requires: tex-arev +Requires: tex-ascii-font +Requires: tex-aspectratio +Requires: tex-astro +Requires: tex-augie +Requires: tex-auncial-new +Requires: tex-aurical +Requires: tex-b1encoding +Requires: tex-barcodes +Requires: tex-baskervald +Requires: tex-bbding +Requires: tex-bbm +Requires: tex-bbm-macros +Requires: tex-bbold +Requires: tex-bbold-type1 +Requires: tex-belleek +Requires: tex-bera +Requires: tex-berenisadf +Requires: tex-bguq +Requires: tex-blacklettert1 +Requires: tex-boisik +Requires: tex-bookhands +Requires: tex-boondox +Requires: tex-braille +Requires: tex-brushscr +Requires: tex-cabin +Requires: tex-calligra +Requires: tex-calligra-type1 +Requires: tex-cantarell +Requires: tex-carolmin-ps +Requires: tex-ccicons +Requires: tex-cfr-lm +Requires: tex-cm-lgc +Requires: tex-cm-unicode +Requires: tex-cmbright +Requires: tex-cmll +Requires: tex-cmpica +Requires: tex-cmtiup +Requires: tex-comfortaa +Requires: tex-concmath-fonts +Requires: tex-cookingsymbols +Requires: tex-countriesofeurope +Requires: tex-courier-scaled +Requires: tex-cryst +Requires: tex-cyklop +Requires: tex-dancers +Requires: tex-dejavu +Requires: tex-dice +Requires: tex-dictsym +Requires: tex-dingbat +Requires: tex-doublestroke +Requires: tex-dozenal +Requires: tex-droid +Requires: tex-duerer +Requires: tex-duerer-latex +Requires: tex-dutchcal +Requires: tex-ean +Requires: tex-ebgaramond +Requires: tex-ecc +Requires: tex-eco +Requires: tex-eiad-ltx +Requires: tex-electrum +Requires: tex-elvish +Requires: tex-epigrafica +Requires: tex-epsdice +Requires: tex-esstix +Requires: tex-esvect +Requires: tex-eulervm +Requires: tex-euxm +Requires: tex-fdsymbol +Requires: tex-feyn +Requires: tex-fge +Requires: tex-foekfont +Requires: tex-fonetika +Requires: tex-fontawesome +Requires: tex-fourier +Requires: tex-fouriernc +Requires: tex-frcursive +Requires: tex-genealogy +Requires: tex-gentium +Requires: tex-gfsartemisia +Requires: tex-gfsbodoni +Requires: tex-gfscomplutum +Requires: tex-gfsdidot +Requires: tex-gfsneohellenic +Requires: tex-gfssolomos +Requires: tex-gillcm +Requires: tex-gnu-freefont +Requires: tex-gothic +Requires: tex-greenpoint +Requires: tex-grotesq +Requires: tex-hacm +Requires: tex-hands +Requires: tex-hfbright +Requires: tex-hfoldsty +Requires: tex-ifsym +Requires: tex-inconsolata +Requires: tex-initials +Requires: tex-ipaex-type1 +Requires: tex-iwona +Requires: tex-jablantile +Requires: tex-jamtimes +Requires: tex-junicode +Requires: tex-kixfont +Requires: tex-knuthotherfonts +Requires: tex-kpfonts +Requires: tex-kurier +Requires: tex-lato +Requires: tex-lfb +Requires: tex-libertine +Requires: tex-librebaskerville +Requires: tex-libris +Requires: tex-lineara +Requires: tex-lxfonts +Requires: tex-ly1 +Requires: tex-mathabx +Requires: tex-mathabx-type1 +Requires: tex-mathdesign +Requires: tex-mdputu +Requires: tex-mdsymbol +Requires: tex-mnsymbol +Requires: tex-newpx +Requires: tex-newtx +Requires: tex-nkarta +Requires: tex-ocherokee +Requires: tex-ocr-b +Requires: tex-ocr-b-outline +Requires: tex-ogham +Requires: tex-oinuit +Requires: tex-oldlatin +Requires: tex-oldstandard +Requires: tex-opensans +Requires: tex-orkhun +Requires: tex-pacioli +Requires: tex-paratype +Requires: tex-phaistos +Requires: tex-phonetic +Requires: tex-pigpen +Requires: tex-poltawski +Requires: tex-prodint +Requires: tex-punk +Requires: tex-punk-latex +Requires: tex-punknova +Requires: tex-pxtxalfa +Requires: tex-quattrocento +Requires: tex-raleway +Requires: tex-recycle +Requires: tex-romande +Requires: tex-rsfso +Requires: tex-sansmathaccent +Requires: tex-sansmathfonts +Requires: tex-sauter +Requires: tex-sauterfonts +Requires: tex-schulschriften +Requires: tex-semaphor +Requires: tex-skull +Requires: tex-sourcecodepro +Requires: tex-sourcesanspro +Requires: tex-starfont +Requires: tex-staves +Requires: tex-stix +Requires: tex-superiors +Requires: tex-tapir +Requires: tex-tengwarscript +Requires: tex-tfrupee +Requires: tex-tpslifonts +Requires: tex-trajan +Requires: tex-txfontsb +Requires: tex-umtypewriter +Requires: tex-universa +Requires: tex-urwchancal +Requires: tex-venturisadf +Requires: tex-wsuipa +Requires: tex-xits +Requires: tex-yfonts + +%description collection-fontsextra +collection-fontsextra package + +%package comfortaa +Provides: tex-comfortaa = %{tl_version} +License: LPPL 1.3 +Summary: Sans serif font, with LaTeX support +Version: svn27536.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(slantsc.sty) +Provides: tex(comfortaa-01.enc) = %{tl_version} +Provides: tex(comfortaa-02.enc) = %{tl_version} +Provides: tex(comfortaa-03.enc) = %{tl_version} +Provides: tex(comfortaa-dotlessj.enc) = %{tl_version} +Provides: tex(comfortaa.map) = %{tl_version} +Provides: tex(Comfortaa-Bold-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Light-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-01.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-02.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-03.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-dotlessj.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-lgr.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-ot1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-t1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2a.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2b.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2c.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-ts1.tfm) = %{tl_version} +Provides: tex(Comfortaa-Regular-x2.tfm) = %{tl_version} +Provides: tex(Comfortaa-Bold.ttf) = %{tl_version} +Provides: tex(Comfortaa-Light.ttf) = %{tl_version} +Provides: tex(Comfortaa-Regular.ttf) = %{tl_version} +Provides: tex(Comfortaa-Bold-LCDFJ.pfb) = %{tl_version} +Provides: tex(Comfortaa-Bold.pfb) = %{tl_version} +Provides: tex(Comfortaa-Light-LCDFJ.pfb) = %{tl_version} +Provides: tex(Comfortaa-Light.pfb) = %{tl_version} +Provides: tex(Comfortaa-Regular-LCDFJ.pfb) = %{tl_version} +Provides: tex(Comfortaa-Regular.pfb) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-Slanted-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Bold-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-Slanted-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Light-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-Slanted-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-lgr.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-ot1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-t1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2a.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2b.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-t2c.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-ts1.vf) = %{tl_version} +Provides: tex(Comfortaa-Regular-x2.vf) = %{tl_version} +Provides: tex(comfortaa.sty) = %{tl_version} +Provides: tex(lgrfco.fd) = %{tl_version} +Provides: tex(ot1fco.fd) = %{tl_version} +Provides: tex(t1fco.fd) = %{tl_version} +Provides: tex(t2afco.fd) = %{tl_version} +Provides: tex(t2bfco.fd) = %{tl_version} +Provides: tex(t2cfco.fd) = %{tl_version} +Provides: tex(ts1fco.fd) = %{tl_version} +Provides: tex(x2fco.fd) = %{tl_version} + +%description comfortaa +Comfortaa is a sans-serif font, comfortable in every aspect, +designed by Johan Aakerlund. The font, which includes three +weights (thin, regular and bold), is available on Johan's +deviantArt web page as TrueType files under the Open Font +License version 1.1. This package provides support for this +font in LaTeX, and includes both the TrueType fonts, and +conversions to Adobe Type 1 format. + +date: 2012-08-27 10:11:59 +0200 + +%post comfortaa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map comfortaa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map comfortaa.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun comfortaa +if [ $1 == 0 ] ; then +sed -i '/^Map comfortaa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans comfortaa +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package comfortaa-doc +Summary: Documentation for comfortaa +Version: svn27536.2.3 +Release: %{tl_noarch_release} +Provides: tex-comfortaa-doc +BuildArch: noarch +AutoReqProv: No + +%description comfortaa-doc +Documentation for comfortaa + +%package concmath-fonts +Provides: tex-concmath-fonts = %{tl_version} +License: LPPL +Summary: Concrete mathematics fonts +Version: svn17218.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xccam10.tfm) = %{tl_version} +Provides: tex(xccam5.tfm) = %{tl_version} +Provides: tex(xccam6.tfm) = %{tl_version} +Provides: tex(xccam7.tfm) = %{tl_version} +Provides: tex(xccam8.tfm) = %{tl_version} +Provides: tex(xccam9.tfm) = %{tl_version} +Provides: tex(xccbm10.tfm) = %{tl_version} +Provides: tex(xccbm5.tfm) = %{tl_version} +Provides: tex(xccbm6.tfm) = %{tl_version} +Provides: tex(xccbm7.tfm) = %{tl_version} +Provides: tex(xccbm8.tfm) = %{tl_version} +Provides: tex(xccbm9.tfm) = %{tl_version} +Provides: tex(xccex10.tfm) = %{tl_version} +Provides: tex(xccex7.tfm) = %{tl_version} +Provides: tex(xccex8.tfm) = %{tl_version} +Provides: tex(xccex9.tfm) = %{tl_version} +Provides: tex(xccmi10.tfm) = %{tl_version} +Provides: tex(xccmi5.tfm) = %{tl_version} +Provides: tex(xccmi6.tfm) = %{tl_version} +Provides: tex(xccmi7.tfm) = %{tl_version} +Provides: tex(xccmi8.tfm) = %{tl_version} +Provides: tex(xccmi9.tfm) = %{tl_version} +Provides: tex(xccsy10.tfm) = %{tl_version} +Provides: tex(xccsy5.tfm) = %{tl_version} +Provides: tex(xccsy6.tfm) = %{tl_version} +Provides: tex(xccsy7.tfm) = %{tl_version} +Provides: tex(xccsy8.tfm) = %{tl_version} +Provides: tex(xccsy9.tfm) = %{tl_version} + +%description concmath-fonts +The fonts are derived from the computer modern mathematics +fonts and from Knuth's Concrete Roman fonts. LaTeX support is +offered by the concmath package. + +date: 2006-08-27 16:41:02 +0100 + +%post concmath-fonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun concmath-fonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concmath-fonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package concmath-fonts-doc +Summary: Documentation for concmath-fonts +Version: svn17218.0 +Release: %{tl_noarch_release} +Provides: tex-concmath-fonts-doc +BuildArch: noarch +AutoReqProv: No + +%description concmath-fonts-doc +Documentation for concmath-fonts + +%package cookingsymbols +Provides: tex-cookingsymbols = %{tl_version} +License: LPPL +Summary: cookingsymbols package +Version: svn24526.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cookingsymbols.tfm) = %{tl_version} +Provides: tex(cookingsymbols.sty) = %{tl_version} + +%description cookingsymbols +cookingsymbols package + +%post cookingsymbols +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cookingsymbols +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cookingsymbols +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cookingsymbols-doc +Summary: Documentation for cookingsymbols +Version: svn24526.0 +Release: %{tl_noarch_release} +Provides: tex-cookingsymbols-doc +BuildArch: noarch +AutoReqProv: No + +%description cookingsymbols-doc +Documentation for cookingsymbols + +%package countriesofeurope +Provides: tex-countriesofeurope = %{tl_version} +License: LPPL +Summary: A font with the images of the countries of Europe +Version: svn26042.0.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Provides: tex(CountriesOfEurope.enc) = %{tl_version} +Provides: tex(CountriesOfEurope.map) = %{tl_version} +Provides: tex(CountriesOfEurope.tfm) = %{tl_version} +Provides: tex(CountriesOfEurope.pfb) = %{tl_version} +Provides: tex(CountriesOfEurope.sty) = %{tl_version} + +%description countriesofeurope +The bundle provides a font "CountriesOfEurope" (in Adobe Type 1 +format) and the necessary metrics, together with LaTeX macros +for its use. The font provides glyphs with a filled outline of +the shape of each country; each glyph is at the same +cartographic scale. + +date: 2012-04-19 16:32:32 +0200 + +%post countriesofeurope +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map CountriesOfEurope.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map CountriesOfEurope.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun countriesofeurope +if [ $1 == 0 ] ; then +sed -i '/^Map CountriesOfEurope.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans countriesofeurope +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package countriesofeurope-doc +Summary: Documentation for countriesofeurope +Version: svn26042.0.21 +Release: %{tl_noarch_release} +Provides: tex-countriesofeurope-doc +BuildArch: noarch +AutoReqProv: No + +%description countriesofeurope-doc +Documentation for countriesofeurope + +%package courier-scaled +Provides: tex-courier-scaled = %{tl_version} +License: LPPL 1.2 +Summary: Provides a scaled Courier font +Version: svn24940.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(8rpcrs.fd) = %{tl_version} +Provides: tex(couriers.sty) = %{tl_version} +Provides: tex(il2pcrs.fd) = %{tl_version} +Provides: tex(ly1pcrs.fd) = %{tl_version} +Provides: tex(omlpcrs.fd) = %{tl_version} +Provides: tex(omspcrs.fd) = %{tl_version} +Provides: tex(ot1pcrs.fd) = %{tl_version} +Provides: tex(t1pcrs.fd) = %{tl_version} +Provides: tex(t5pcrs.fd) = %{tl_version} +Provides: tex(ts1pcrs.fd) = %{tl_version} +Provides: tex(xl2pcrs.fd) = %{tl_version} + +%description courier-scaled +This package sets the default typewriter font to Courier with a +possible scale factor (in the same way as the helvet package +for Helvetica works for sans serif). + +date: 2011-12-25 01:31:26 +0100 + +%post courier-scaled +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun courier-scaled +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans courier-scaled +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package courier-scaled-doc +Summary: Documentation for courier-scaled +Version: svn24940.0 +Release: %{tl_noarch_release} +Provides: tex-courier-scaled-doc +BuildArch: noarch +AutoReqProv: No + +%description courier-scaled-doc +Documentation for courier-scaled + +%package cryst +Provides: tex-cryst = %{tl_version} +License: LPPL +Summary: Font for graphical symbols used in crystallography +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cryst.tfm) = %{tl_version} +Provides: tex(cryst.pfb) = %{tl_version} + +%description cryst +The font is provided as an Adobe Type 1 font, and as MetaFont +source. Instructions for use are available both in the README +file and (with a font diagram) in the documentation. + +date: 2008-08-15 14:30:40 +0200 + +%post cryst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cryst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cryst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cryst-doc +Summary: Documentation for cryst +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cryst-doc +BuildArch: noarch +AutoReqProv: No + +%description cryst-doc +Documentation for cryst + +%package cyklop +Provides: tex-cyklop = %{tl_version} +License: LPPL +Summary: The Cyclop typeface +Version: svn18651.0.915 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cs-cyklop-sc.enc) = %{tl_version} +Provides: tex(cs-cyklop.enc) = %{tl_version} +Provides: tex(ec-cyklop-sc.enc) = %{tl_version} +Provides: tex(ec-cyklop.enc) = %{tl_version} +Provides: tex(l7x-cyklop-sc.enc) = %{tl_version} +Provides: tex(l7x-cyklop.enc) = %{tl_version} +Provides: tex(ly1-cyklop-sc.enc) = %{tl_version} +Provides: tex(ly1-cyklop.enc) = %{tl_version} +Provides: tex(qx-cyklop-sc.enc) = %{tl_version} +Provides: tex(qx-cyklop.enc) = %{tl_version} +Provides: tex(t5-cyklop-sc.enc) = %{tl_version} +Provides: tex(t5-cyklop.enc) = %{tl_version} +Provides: tex(cyklop-cs.map) = %{tl_version} +Provides: tex(cyklop-ec.map) = %{tl_version} +Provides: tex(cyklop-l7x.map) = %{tl_version} +Provides: tex(cyklop-ly1.map) = %{tl_version} +Provides: tex(cyklop-qx.map) = %{tl_version} +Provides: tex(cyklop-t5.map) = %{tl_version} +Provides: tex(cyklop.map) = %{tl_version} +Provides: tex(cyklop-italic.otf) = %{tl_version} +Provides: tex(cyklop-regular.otf) = %{tl_version} +Provides: tex(cs-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(cs-cyklopi.tfm) = %{tl_version} +Provides: tex(cs-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(cs-cyklopr.tfm) = %{tl_version} +Provides: tex(ec-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(ec-cyklopi.tfm) = %{tl_version} +Provides: tex(ec-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(ec-cyklopr.tfm) = %{tl_version} +Provides: tex(l7x-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(l7x-cyklopi.tfm) = %{tl_version} +Provides: tex(l7x-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(l7x-cyklopr.tfm) = %{tl_version} +Provides: tex(ly1-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(ly1-cyklopi.tfm) = %{tl_version} +Provides: tex(ly1-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(ly1-cyklopr.tfm) = %{tl_version} +Provides: tex(qx-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(qx-cyklopi.tfm) = %{tl_version} +Provides: tex(qx-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(qx-cyklopr.tfm) = %{tl_version} +Provides: tex(t5-cyklopi-sc.tfm) = %{tl_version} +Provides: tex(t5-cyklopi.tfm) = %{tl_version} +Provides: tex(t5-cyklopr-sc.tfm) = %{tl_version} +Provides: tex(t5-cyklopr.tfm) = %{tl_version} +Provides: tex(cyklopi.pfb) = %{tl_version} +Provides: tex(cyklopr.pfb) = %{tl_version} +Provides: tex(cyklop.sty) = %{tl_version} +Provides: tex(il2cyklop.fd) = %{tl_version} +Provides: tex(l7xcyklop.fd) = %{tl_version} +Provides: tex(ly1cyklop.fd) = %{tl_version} +Provides: tex(ot1cyklop.fd) = %{tl_version} +Provides: tex(ot4cyklop.fd) = %{tl_version} +Provides: tex(qxcyklop.fd) = %{tl_version} +Provides: tex(t1cyklop.fd) = %{tl_version} +Provides: tex(t5cyklop.fd) = %{tl_version} + +%description cyklop +The Cyclop typeface was designed in the 1920s at the workshop +of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka". +This sans serif typeface has a highly modulated stroke so it +has high typographic contrast. The vertical stems are much +heavier then horizontal ones. Most characters have thin +rectangles as additional counters giving the unique shape of +the characters. The lead types of Cyclop typeface were produced +in slanted variant at sizes 8-48 pt. It was heavily used for +heads in newspapers and accidents prints. Typesetters used +Cyclop in the inter-war period, during the occupation in the +underground press. The typeface was used until the beginnings +of the offset print and computer typesetting era. Nowadays it +is hard to find the metal types of this typeface. The font was +generated using the Metatype1 package. Then the original set of +characters was completed by adding the full set of accented +letters and characters of the modern Latin alphabets (including +Vietnamese). The upright variant was generated and it was more +complicated task than it appeared at the beginning. 11 upright +letters of the Cyclop typeface were presented in the book by +Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of +the publishing techonology"), Warsaw 1967. But even the author +of the book does not know what was the source of the presented +examples. The fonts are distributed in the Type1 and OpenType +formats along with the files necessary for use these fonts in +TeX and LaTeX including encoding definition files: T1 (ec), T5 +(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for +Czech fonts). + +date: 2008-12-15 08:58:20 +0100 + +%post cyklop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cyklop.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cyklop.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cyklop +if [ $1 == 0 ] ; then +sed -i '/^Map cyklop.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cyklop +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cyklop-doc +Summary: Documentation for cyklop +Version: svn18651.0.915 +Release: %{tl_noarch_release} +Provides: tex-cyklop-doc +BuildArch: noarch +AutoReqProv: No + +%description cyklop-doc +Documentation for cyklop + +%package dancers +Provides: tex-dancers = %{tl_version} +License: Copyright only +Summary: Font for Conan Doyle's "The Dancing Men" +Version: svn13293.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dancers.tfm) = %{tl_version} + +%description dancers +The (Sherlock Holmes) book contains a code which uses dancing +men as glyphs. The alphabet as given is not complete, lacking +f, j, k, q, u, w, x and z, so those letters in the font are not +due to Conan Doyle. The code required word endings to be marked +by the dancing man representing the last letter to be holding a +flag: these are coded as A-Z. +thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the +man has no arms, making it impossible for him to hold a flag. +In these cases, he is wearing a flag on his hat in the +'character'. The font is distributed as MetaFont source. + +date: 2008-11-24 17:20:15 +0100 + +%post dancers +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dancers +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dancers +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dejavu +Provides: tex-dejavu = %{tl_version} +License: LPPL +Summary: LaTeX support for the fonts DejaVu +Version: svn28800.2.33 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Provides: tex(dejavumono_il2.enc) = %{tl_version} +Provides: tex(dejavumono_lgr.enc) = %{tl_version} +Provides: tex(dejavumono_ot1.enc) = %{tl_version} +Provides: tex(dejavumono_qx.enc) = %{tl_version} +Provides: tex(dejavumono_t1-truetype.enc) = %{tl_version} +Provides: tex(dejavumono_t1-type1.enc) = %{tl_version} +Provides: tex(dejavumono_t2a.enc) = %{tl_version} +Provides: tex(dejavumono_t2b.enc) = %{tl_version} +Provides: tex(dejavumono_t2c.enc) = %{tl_version} +Provides: tex(dejavumono_ts1.enc) = %{tl_version} +Provides: tex(dejavumono_x2.enc) = %{tl_version} +Provides: tex(dejavusans_il2.enc) = %{tl_version} +Provides: tex(dejavusans_lgr.enc) = %{tl_version} +Provides: tex(dejavusans_ot1.enc) = %{tl_version} +Provides: tex(dejavusans_qx.enc) = %{tl_version} +Provides: tex(dejavusans_t1-truetype.enc) = %{tl_version} +Provides: tex(dejavusans_t1-type1.enc) = %{tl_version} +Provides: tex(dejavusans_t2a.enc) = %{tl_version} +Provides: tex(dejavusans_t2b.enc) = %{tl_version} +Provides: tex(dejavusans_t2c.enc) = %{tl_version} +Provides: tex(dejavusans_ts1.enc) = %{tl_version} +Provides: tex(dejavusans_x2.enc) = %{tl_version} +Provides: tex(dejavusanslight_il2.enc) = %{tl_version} +Provides: tex(dejavusanslight_lgr.enc) = %{tl_version} +Provides: tex(dejavusanslight_ot1.enc) = %{tl_version} +Provides: tex(dejavusanslight_qx.enc) = %{tl_version} +Provides: tex(dejavusanslight_t1-truetype.enc) = %{tl_version} +Provides: tex(dejavusanslight_t1-type1.enc) = %{tl_version} +Provides: tex(dejavusanslight_t2a.enc) = %{tl_version} +Provides: tex(dejavusanslight_t2b.enc) = %{tl_version} +Provides: tex(dejavusanslight_t2c.enc) = %{tl_version} +Provides: tex(dejavusanslight_ts1.enc) = %{tl_version} +Provides: tex(dejavusanslight_x2.enc) = %{tl_version} +Provides: tex(dejavuserif_il2.enc) = %{tl_version} +Provides: tex(dejavuserif_lgr.enc) = %{tl_version} +Provides: tex(dejavuserif_ot1.enc) = %{tl_version} +Provides: tex(dejavuserif_qx.enc) = %{tl_version} +Provides: tex(dejavuserif_t1-truetype.enc) = %{tl_version} +Provides: tex(dejavuserif_t1-type1.enc) = %{tl_version} +Provides: tex(dejavuserif_t2a.enc) = %{tl_version} +Provides: tex(dejavuserif_t2b.enc) = %{tl_version} +Provides: tex(dejavuserif_t2c.enc) = %{tl_version} +Provides: tex(dejavuserif_ts1.enc) = %{tl_version} +Provides: tex(dejavuserif_x2.enc) = %{tl_version} +Provides: tex(dejavu-truetype.map) = %{tl_version} +Provides: tex(dejavu-type1.map) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSans-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-lgr--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-lgr--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-lgr--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-il2.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-lgr.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-ot1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-qx--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-qx.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t2a.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t2b.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t2c.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-ts1.tfm) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-x2.tfm) = %{tl_version} +Provides: tex(DejaVuSans-Bold.ttf) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique.ttf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight.ttf) = %{tl_version} +Provides: tex(DejaVuSans-Oblique.ttf) = %{tl_version} +Provides: tex(DejaVuSans.ttf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold.ttf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique.ttf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique.ttf) = %{tl_version} +Provides: tex(DejaVuSansCondensed.ttf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold.ttf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique.ttf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique.ttf) = %{tl_version} +Provides: tex(DejaVuSansMono.ttf) = %{tl_version} +Provides: tex(DejaVuSerif-Bold.ttf) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic.ttf) = %{tl_version} +Provides: tex(DejaVuSerif-Italic.ttf) = %{tl_version} +Provides: tex(DejaVuSerif.ttf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold.ttf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic.ttf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic.ttf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed.ttf) = %{tl_version} +Provides: tex(DejaVuSans-Bold.pfb) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique.pfb) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight.pfb) = %{tl_version} +Provides: tex(DejaVuSans-Oblique.pfb) = %{tl_version} +Provides: tex(DejaVuSans.pfb) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold.pfb) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique.pfb) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique.pfb) = %{tl_version} +Provides: tex(DejaVuSansCondensed.pfb) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold.pfb) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique.pfb) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique.pfb) = %{tl_version} +Provides: tex(DejaVuSansMono.pfb) = %{tl_version} +Provides: tex(DejaVuSerif-Bold.pfb) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic.pfb) = %{tl_version} +Provides: tex(DejaVuSerif-Italic.pfb) = %{tl_version} +Provides: tex(DejaVuSerif.pfb) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold.pfb) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic.pfb) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic.pfb) = %{tl_version} +Provides: tex(DejaVuSerifCondensed.pfb) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSans-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSans-ExtraLight-tlf-x2.vf) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSans-Oblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSans-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSans-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSans-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansCondensed-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-lgr.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2a.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2b.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-t2c.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Bold-tlf-x2.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-Oblique-tlf-x2.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-lgr.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2a.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2b.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-t2c.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSansMono-tlf-x2.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerif-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-qx.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-t1.vf) = %{tl_version} +Provides: tex(DejaVuSerifCondensed-tlf-ts1.vf) = %{tl_version} +Provides: tex(DejaVuSans.sty) = %{tl_version} +Provides: tex(DejaVuSansCondensed.sty) = %{tl_version} +Provides: tex(DejaVuSansMono.sty) = %{tl_version} +Provides: tex(DejaVuSerif.sty) = %{tl_version} +Provides: tex(DejaVuSerifCondensed.sty) = %{tl_version} +Provides: tex(IL2DejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(IL2DejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(IL2DejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(IL2DejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(IL2DejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(LGRDejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(LGRDejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(LGRDejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(LGRDejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(LGRDejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(OT1DejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(OT1DejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(OT1DejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(OT1DejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(OT1DejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(QXDejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(QXDejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(QXDejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(QXDejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(QXDejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(T1DejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(T1DejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(T1DejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(T1DejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(T1DejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2ADejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(T2ADejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2ADejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(T2ADejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(T2ADejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2BDejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(T2BDejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2BDejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(T2BDejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(T2BDejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2CDejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(T2CDejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(T2CDejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(T2CDejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(T2CDejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(TS1DejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(TS1DejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(TS1DejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(TS1DejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(TS1DejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(X2DejaVuSans-TLF.fd) = %{tl_version} +Provides: tex(X2DejaVuSansCondensed-TLF.fd) = %{tl_version} +Provides: tex(X2DejaVuSansMono-TLF.fd) = %{tl_version} +Provides: tex(X2DejaVuSerif-TLF.fd) = %{tl_version} +Provides: tex(X2DejaVuSerifCondensed-TLF.fd) = %{tl_version} +Provides: tex(dejavu.sty) = %{tl_version} + +%description dejavu +The package contains LaTeX support for the DejaVu fonts. They +are derived from the Vera fonts, but contain more characters +and styles. The fonts are included in the original TrueType +format and converted Type 1 format. The (currently) supported +encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. The +package doesn't (currently) support mathematics. More encodings +and/or features will come later. + +date: 2013-01-11 15:42:00 +0100 + +%post dejavu +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map dejavu-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dejavu-type1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun dejavu +if [ $1 == 0 ] ; then +sed -i '/^Map dejavu-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans dejavu +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dejavu-doc +Summary: Documentation for dejavu +Version: svn28800.2.33 +Release: %{tl_noarch_release} +Provides: tex-dejavu-doc +BuildArch: noarch +AutoReqProv: No + +%description dejavu-doc +Documentation for dejavu + +%package dice +Provides: tex-dice = %{tl_version} +License: LPPL +Summary: A font for die faces +Version: svn28501.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dice3d.tfm) = %{tl_version} + +%description dice +A Metafont font that can produce die faces in 2D or with +various 3D effects. + +date: 2012-12-11 20:24:18 +0100 + +%post dice +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dice +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dice +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dice-doc +Summary: Documentation for dice +Version: svn28501.0 +Release: %{tl_noarch_release} +Provides: tex-dice-doc +BuildArch: noarch +AutoReqProv: No + +%description dice-doc +Documentation for dice + +%package dictsym +Provides: tex-dictsym = %{tl_version} +License: LPPL +Summary: DictSym font and macro package +Version: svn20031.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(pifont.sty) +Requires: tex(keyval.sty) +Provides: tex(dictsym.map) = %{tl_version} +Provides: tex(dictsym.tfm) = %{tl_version} +Provides: tex(dictsym.pfb) = %{tl_version} +Provides: tex(dictsym.sty) = %{tl_version} + +%description dictsym +This directory contains the DictSym Type1 font designed by +Georg Verweyen and all files required to use it with LaTeX on +the Unix or PC platforms. The font provides a number of symbols +commonly used in dictionaries. The accompanying macro package +makes the symbols accessible as LaTeX commands. + +date: 2007-09-25 10:20:14 +0200 + +%post dictsym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map dictsym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dictsym.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun dictsym +if [ $1 == 0 ] ; then +sed -i '/^Map dictsym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans dictsym +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dictsym-doc +Summary: Documentation for dictsym +Version: svn20031.0 +Release: %{tl_noarch_release} +Provides: tex-dictsym-doc +BuildArch: noarch +AutoReqProv: No + +%description dictsym-doc +Documentation for dictsym + +%package dingbat +Provides: tex-dingbat = %{tl_version} +License: LPPL +Summary: Two dingbat symbol fonts +Version: svn27918.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ark10.tfm) = %{tl_version} +Provides: tex(dingbat.tfm) = %{tl_version} +Provides: tex(dingbat.sty) = %{tl_version} +Provides: tex(uark.fd) = %{tl_version} +Provides: tex(udingbat.fd) = %{tl_version} + +%description dingbat +The fonts (ark10 and dingbat) are specified in Metafont; +support macros are provided for use in LaTeX. An Adobe Type 1 +version of the fonts is available in the niceframe fonts +bundle. + +date: 2012-06-28 23:28:54 +0200 + +%post dingbat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dingbat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dingbat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dingbat-doc +Summary: Documentation for dingbat +Version: svn27918.1.0 +Release: %{tl_noarch_release} +Provides: tex-dingbat-doc +BuildArch: noarch +AutoReqProv: No + +%description dingbat-doc +Documentation for dingbat + +%package doublestroke +Provides: tex-doublestroke = %{tl_version} +License: Doublestroke +Summary: Typeset mathematical double stroke symbols +Version: svn15878.1.111 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(dstroke.map) = %{tl_version} +Provides: tex(dsrom10.tfm) = %{tl_version} +Provides: tex(dsrom12.tfm) = %{tl_version} +Provides: tex(dsrom8.tfm) = %{tl_version} +Provides: tex(dsss10.tfm) = %{tl_version} +Provides: tex(dsss12.tfm) = %{tl_version} +Provides: tex(dsss8.tfm) = %{tl_version} +Provides: tex(dsrom10.pfb) = %{tl_version} +Provides: tex(dsrom12.pfb) = %{tl_version} +Provides: tex(dsrom8.pfb) = %{tl_version} +Provides: tex(dsss10.pfb) = %{tl_version} +Provides: tex(dsss12.pfb) = %{tl_version} +Provides: tex(dsss8.pfb) = %{tl_version} +Provides: tex(Udsrom.fd) = %{tl_version} +Provides: tex(Udsss.fd) = %{tl_version} +Provides: tex(dsfont.sty) = %{tl_version} + +%description doublestroke +A font based on Computer Modern Roman useful for typesetting +the mathematical symbols for the natural numbers (N), whole +numbers (Z), rational numbers (Q), real numbers (R) and complex +numbers (C); coverage includes all Roman capital letters, '1', +'h' and 'k'. The font is available both as MetaFont source and +in Adobe Type 1 format, and LaTeX macros for its use are +provided. The fonts appear in the blackboard bold sampler. + +date: 2009-11-19 15:03:53 +0100 + +%post doublestroke +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map dstroke.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dstroke.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun doublestroke +if [ $1 == 0 ] ; then +sed -i '/^Map dstroke.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans doublestroke +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package doublestroke-doc +Summary: Documentation for doublestroke +Version: svn15878.1.111 +Release: %{tl_noarch_release} +Provides: tex-doublestroke-doc +BuildArch: noarch +AutoReqProv: No + +%description doublestroke-doc +Documentation for doublestroke + +%package dozenal +Provides: tex-dozenal = %{tl_version} +License: LPPL +Summary: Typeset documents using base twelve numbering (also called "dozenal") +Version: svn30592.4.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fixltx2e.sty) +Requires: tex(ifpdf.sty) +Provides: tex(fdz.map) = %{tl_version} +Provides: tex(dozchars10.tfm) = %{tl_version} +Provides: tex(dozchars12.tfm) = %{tl_version} +Provides: tex(dozchars17.tfm) = %{tl_version} +Provides: tex(dozchars6.tfm) = %{tl_version} +Provides: tex(dozchars7.tfm) = %{tl_version} +Provides: tex(dozchars8.tfm) = %{tl_version} +Provides: tex(dozchars9.tfm) = %{tl_version} +Provides: tex(dozchb10.tfm) = %{tl_version} +Provides: tex(dozchbx10.tfm) = %{tl_version} +Provides: tex(dozchbx12.tfm) = %{tl_version} +Provides: tex(dozchbx5.tfm) = %{tl_version} +Provides: tex(dozchbx6.tfm) = %{tl_version} +Provides: tex(dozchbx7.tfm) = %{tl_version} +Provides: tex(dozchbx8.tfm) = %{tl_version} +Provides: tex(dozchbx9.tfm) = %{tl_version} +Provides: tex(dozchbxi10.tfm) = %{tl_version} +Provides: tex(dozchbxsl10.tfm) = %{tl_version} +Provides: tex(dozchit10.tfm) = %{tl_version} +Provides: tex(dozchit12.tfm) = %{tl_version} +Provides: tex(dozchit7.tfm) = %{tl_version} +Provides: tex(dozchit8.tfm) = %{tl_version} +Provides: tex(dozchit9.tfm) = %{tl_version} +Provides: tex(dozchsl10.tfm) = %{tl_version} +Provides: tex(dozchsl12.tfm) = %{tl_version} +Provides: tex(dozchsl8.tfm) = %{tl_version} +Provides: tex(dozchsl9.tfm) = %{tl_version} +Provides: tex(fdzb7t.tfm) = %{tl_version} +Provides: tex(fdzb8a.tfm) = %{tl_version} +Provides: tex(fdzb8c.tfm) = %{tl_version} +Provides: tex(fdzb8r.tfm) = %{tl_version} +Provides: tex(fdzb8t.tfm) = %{tl_version} +Provides: tex(fdzbc7t.tfm) = %{tl_version} +Provides: tex(fdzbc8t.tfm) = %{tl_version} +Provides: tex(fdzbi7t.tfm) = %{tl_version} +Provides: tex(fdzbi8a.tfm) = %{tl_version} +Provides: tex(fdzbi8c.tfm) = %{tl_version} +Provides: tex(fdzbi8r.tfm) = %{tl_version} +Provides: tex(fdzbi8t.tfm) = %{tl_version} +Provides: tex(fdzbo7t.tfm) = %{tl_version} +Provides: tex(fdzbo8c.tfm) = %{tl_version} +Provides: tex(fdzbo8r.tfm) = %{tl_version} +Provides: tex(fdzbo8t.tfm) = %{tl_version} +Provides: tex(fdzbs8a.tfm) = %{tl_version} +Provides: tex(fdzi8a.tfm) = %{tl_version} +Provides: tex(fdzr7t.tfm) = %{tl_version} +Provides: tex(fdzr8a.tfm) = %{tl_version} +Provides: tex(fdzr8c.tfm) = %{tl_version} +Provides: tex(fdzr8r.tfm) = %{tl_version} +Provides: tex(fdzr8t.tfm) = %{tl_version} +Provides: tex(fdzrc7t.tfm) = %{tl_version} +Provides: tex(fdzrc8t.tfm) = %{tl_version} +Provides: tex(fdzro7t.tfm) = %{tl_version} +Provides: tex(fdzro8c.tfm) = %{tl_version} +Provides: tex(fdzro8r.tfm) = %{tl_version} +Provides: tex(fdzro8t.tfm) = %{tl_version} +Provides: tex(fdzs7t.tfm) = %{tl_version} +Provides: tex(fdzs8a.tfm) = %{tl_version} +Provides: tex(fdzs8c.tfm) = %{tl_version} +Provides: tex(fdzs8r.tfm) = %{tl_version} +Provides: tex(fdzs8t.tfm) = %{tl_version} +Provides: tex(fdzsc7t.tfm) = %{tl_version} +Provides: tex(fdzsc8t.tfm) = %{tl_version} +Provides: tex(fdzso7t.tfm) = %{tl_version} +Provides: tex(fdzso8c.tfm) = %{tl_version} +Provides: tex(fdzso8r.tfm) = %{tl_version} +Provides: tex(fdzso8t.tfm) = %{tl_version} +Provides: tex(fdzb8a.pfb) = %{tl_version} +Provides: tex(fdzbi8a.pfb) = %{tl_version} +Provides: tex(fdzbs8a.pfb) = %{tl_version} +Provides: tex(fdzi8a.pfb) = %{tl_version} +Provides: tex(fdzr8a.pfb) = %{tl_version} +Provides: tex(fdzs8a.pfb) = %{tl_version} +Provides: tex(fdzb7t.vf) = %{tl_version} +Provides: tex(fdzb8c.vf) = %{tl_version} +Provides: tex(fdzb8t.vf) = %{tl_version} +Provides: tex(fdzbc7t.vf) = %{tl_version} +Provides: tex(fdzbc8t.vf) = %{tl_version} +Provides: tex(fdzbi7t.vf) = %{tl_version} +Provides: tex(fdzbi8c.vf) = %{tl_version} +Provides: tex(fdzbi8t.vf) = %{tl_version} +Provides: tex(fdzbo7t.vf) = %{tl_version} +Provides: tex(fdzbo8c.vf) = %{tl_version} +Provides: tex(fdzbo8t.vf) = %{tl_version} +Provides: tex(fdzr7t.vf) = %{tl_version} +Provides: tex(fdzr8c.vf) = %{tl_version} +Provides: tex(fdzr8t.vf) = %{tl_version} +Provides: tex(fdzrc7t.vf) = %{tl_version} +Provides: tex(fdzrc8t.vf) = %{tl_version} +Provides: tex(fdzro7t.vf) = %{tl_version} +Provides: tex(fdzro8c.vf) = %{tl_version} +Provides: tex(fdzro8t.vf) = %{tl_version} +Provides: tex(fdzs7t.vf) = %{tl_version} +Provides: tex(fdzs8c.vf) = %{tl_version} +Provides: tex(fdzs8t.vf) = %{tl_version} +Provides: tex(fdzsc7t.vf) = %{tl_version} +Provides: tex(fdzsc8t.vf) = %{tl_version} +Provides: tex(fdzso7t.vf) = %{tl_version} +Provides: tex(fdzso8c.vf) = %{tl_version} +Provides: tex(fdzso8t.vf) = %{tl_version} +Provides: tex(dozenal.sty) = %{tl_version} + +%description dozenal +The package supports typesetting documents whose counters are +represented in base twelve, also called "dozenal". It includes +a macro by David Kastrup for converting positive whole numbers +to dozenal from decimal (base ten) representation. The package +also includes a few other macros and redefines all the standard +counters to produce dozenal output. Fonts, in Roman, italic, +slanted, and boldface versions, provide ten and eleven (the +Pitman characters preferred by the Dozenal Society of Great +Britain). The fonts were designed to blend well with the +Computer Modern fonts, and are available both as Metafont +source and in Adobe Type 1 format. + +date: 2013-05-20 17:36:30 +0200 + +%post dozenal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dozenal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dozenal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dozenal-doc +Summary: Documentation for dozenal +Version: svn30592.4.0 +Release: %{tl_noarch_release} +Provides: tex-dozenal-doc +BuildArch: noarch +AutoReqProv: No + +%description dozenal-doc +Documentation for dozenal + +%package droid +Provides: tex-droid = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX support for the Droid font families +Version: svn23912.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(droidsans.sty) +Requires: tex(keyval.sty) +Requires: tex(slantsc.sty) +Provides: tex(droid-01.enc) = %{tl_version} +Provides: tex(droid-02.enc) = %{tl_version} +Provides: tex(droid-03.enc) = %{tl_version} +Provides: tex(droid-04.enc) = %{tl_version} +Provides: tex(droid.map) = %{tl_version} +Provides: tex(DroidSans-01.tfm) = %{tl_version} +Provides: tex(DroidSans-02.tfm) = %{tl_version} +Provides: tex(DroidSans-03.tfm) = %{tl_version} +Provides: tex(DroidSans-04.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-01.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-02.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-03.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-04.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-01.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-02.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-03.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-04.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-ts1.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-01.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-02.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-03.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-04.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(DroidSans-Slanted-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-lgr.tfm) = %{tl_version} +Provides: tex(DroidSans-ot1.tfm) = %{tl_version} +Provides: tex(DroidSans-t1.tfm) = %{tl_version} +Provides: tex(DroidSans-t2a.tfm) = %{tl_version} +Provides: tex(DroidSans-t2b.tfm) = %{tl_version} +Provides: tex(DroidSans-t2c.tfm) = %{tl_version} +Provides: tex(DroidSans-ts1.tfm) = %{tl_version} +Provides: tex(DroidSans-x2.tfm) = %{tl_version} +Provides: tex(DroidSansMono-01.tfm) = %{tl_version} +Provides: tex(DroidSansMono-02.tfm) = %{tl_version} +Provides: tex(DroidSansMono-03.tfm) = %{tl_version} +Provides: tex(DroidSansMono-04.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-01.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-02.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-03.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-04.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-x2.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSansMono-lgr.tfm) = %{tl_version} +Provides: tex(DroidSansMono-ot1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-t1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-t2a.tfm) = %{tl_version} +Provides: tex(DroidSansMono-t2b.tfm) = %{tl_version} +Provides: tex(DroidSansMono-t2c.tfm) = %{tl_version} +Provides: tex(DroidSansMono-ts1.tfm) = %{tl_version} +Provides: tex(DroidSansMono-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Bold-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Italic-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-01.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-02.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-03.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-04.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-lgr.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-ot1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-t1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2a.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2b.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2c.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-ts1.tfm) = %{tl_version} +Provides: tex(DroidSerif-Regular-x2.tfm) = %{tl_version} +Provides: tex(DroidSans-Bold.ttf) = %{tl_version} +Provides: tex(DroidSans.ttf) = %{tl_version} +Provides: tex(DroidSansMono.ttf) = %{tl_version} +Provides: tex(DroidSerif-Bold.ttf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic.ttf) = %{tl_version} +Provides: tex(DroidSerif-Italic.ttf) = %{tl_version} +Provides: tex(DroidSerif-Regular.ttf) = %{tl_version} +Provides: tex(DroidSans-Bold.pfb) = %{tl_version} +Provides: tex(DroidSans.pfb) = %{tl_version} +Provides: tex(DroidSansMono.pfb) = %{tl_version} +Provides: tex(DroidSerif-Bold.pfb) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic.pfb) = %{tl_version} +Provides: tex(DroidSerif-Italic.pfb) = %{tl_version} +Provides: tex(DroidSerif-Regular.pfb) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-ts1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-Slanted-x2.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-ts1.vf) = %{tl_version} +Provides: tex(DroidSans-Bold-x2.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-t1.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-ts1.vf) = %{tl_version} +Provides: tex(DroidSans-Slanted-x2.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSans-lgr.vf) = %{tl_version} +Provides: tex(DroidSans-ot1.vf) = %{tl_version} +Provides: tex(DroidSans-t1.vf) = %{tl_version} +Provides: tex(DroidSans-t2a.vf) = %{tl_version} +Provides: tex(DroidSans-t2b.vf) = %{tl_version} +Provides: tex(DroidSans-t2c.vf) = %{tl_version} +Provides: tex(DroidSans-ts1.vf) = %{tl_version} +Provides: tex(DroidSans-x2.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-lgr.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-ot1.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t1.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2a.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2b.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-t2c.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-ts1.vf) = %{tl_version} +Provides: tex(DroidSansMono-Slanted-x2.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSansMono-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSansMono-lgr.vf) = %{tl_version} +Provides: tex(DroidSansMono-ot1.vf) = %{tl_version} +Provides: tex(DroidSansMono-t1.vf) = %{tl_version} +Provides: tex(DroidSansMono-t2a.vf) = %{tl_version} +Provides: tex(DroidSansMono-t2b.vf) = %{tl_version} +Provides: tex(DroidSansMono-t2c.vf) = %{tl_version} +Provides: tex(DroidSansMono-ts1.vf) = %{tl_version} +Provides: tex(DroidSansMono-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-Slanted-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Bold-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-Upright-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-BoldItalic-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-Upright-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Italic-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-Slanted-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-lgr.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-ot1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-t1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2a.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2b.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-t2c.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-ts1.vf) = %{tl_version} +Provides: tex(DroidSerif-Regular-x2.vf) = %{tl_version} +Provides: tex(droid.sty) = %{tl_version} +Provides: tex(droidmono.sty) = %{tl_version} +Provides: tex(droidsans.sty) = %{tl_version} +Provides: tex(droidserif.sty) = %{tl_version} +Provides: tex(lgrfdm.fd) = %{tl_version} +Provides: tex(lgrfdr.fd) = %{tl_version} +Provides: tex(lgrfds.fd) = %{tl_version} +Provides: tex(ot1fdm.fd) = %{tl_version} +Provides: tex(ot1fdr.fd) = %{tl_version} +Provides: tex(ot1fds.fd) = %{tl_version} +Provides: tex(t1fdm.fd) = %{tl_version} +Provides: tex(t1fdr.fd) = %{tl_version} +Provides: tex(t1fds.fd) = %{tl_version} +Provides: tex(t2afdm.fd) = %{tl_version} +Provides: tex(t2afdr.fd) = %{tl_version} +Provides: tex(t2afds.fd) = %{tl_version} +Provides: tex(t2bfdm.fd) = %{tl_version} +Provides: tex(t2bfdr.fd) = %{tl_version} +Provides: tex(t2bfds.fd) = %{tl_version} +Provides: tex(t2cfdm.fd) = %{tl_version} +Provides: tex(t2cfdr.fd) = %{tl_version} +Provides: tex(t2cfds.fd) = %{tl_version} +Provides: tex(ts1fdm.fd) = %{tl_version} +Provides: tex(ts1fdr.fd) = %{tl_version} +Provides: tex(ts1fds.fd) = %{tl_version} +Provides: tex(x2fdm.fd) = %{tl_version} +Provides: tex(x2fdr.fd) = %{tl_version} +Provides: tex(x2fds.fd) = %{tl_version} + +%description droid +The Droid typeface family was designed in the fall of 2006 by +Steve Matteson, as a commission from Google to create a set of +system fonts for its Android platform. The goal was to provide +optimal quality and comfort on a mobile handset when rendered +in application menus, web browsers and for other screen text. +The Droid family consists of Droid Serif, Droid Sans and Droid +Sans Mono fonts, licensed under the Apache License Version 2.0. +The bundle includes the fonts in both TrueType and Adobe Type 1 +formats. The package does not support the Droid Pro family of +fonts, available for purchase from the Ascender foundry. + +date: 2011-09-12 10:00:04 +0200 + +%post droid +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map droid.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map droid.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun droid +if [ $1 == 0 ] ; then +sed -i '/^Map droid.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans droid +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package droid-doc +Summary: Documentation for droid +Version: svn23912.2.1 +Release: %{tl_noarch_release} +Provides: tex-droid-doc +BuildArch: noarch +AutoReqProv: No + +%description droid-doc +Documentation for droid + +%package duerer +Provides: tex-duerer = %{tl_version} +License: Public Domain +Summary: Computer Duerer fonts +Version: svn20741.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cdb10.tfm) = %{tl_version} +Provides: tex(cdi10.tfm) = %{tl_version} +Provides: tex(cdr10.tfm) = %{tl_version} +Provides: tex(cdsl10.tfm) = %{tl_version} +Provides: tex(cdss10.tfm) = %{tl_version} +Provides: tex(cdtt10.tfm) = %{tl_version} + +%description duerer +These fonts are designed for titling use, and consist of +capital roman letters only. Together with the normal set of +base shapes, the family also offers an informal shape. LaTeX +support is available in the duerer-latex bundle. + +date: 2010-12-14 12:03:20 +0100 + +%post duerer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun duerer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duerer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package duerer-doc +Summary: Documentation for duerer +Version: svn20741.0 +Release: %{tl_noarch_release} +Provides: tex-duerer-doc +BuildArch: noarch +AutoReqProv: No + +%description duerer-doc +Documentation for duerer + +%package duerer-latex +Provides: tex-duerer-latex = %{tl_version} +License: GPL+ +Summary: LaTeX support for the Duerer fonts +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(duerer.sty) = %{tl_version} +Provides: tex(ot1cdin.fd) = %{tl_version} +Provides: tex(ot1cdr.fd) = %{tl_version} +Provides: tex(ot1cdss.fd) = %{tl_version} +Provides: tex(ot1cdtt.fd) = %{tl_version} + +%description duerer-latex +LaTeX support for Hoenig's Computer Duerer fonts, using their +standard fontname names. + +date: 2008-08-18 13:49:16 +0200 + +%post duerer-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun duerer-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duerer-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package duerer-latex-doc +Summary: Documentation for duerer-latex +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-duerer-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description duerer-latex-doc +Documentation for duerer-latex + +%package dutchcal +Provides: tex-dutchcal = %{tl_version} +License: LPPL +Summary: A reworking of ESSTIX13, adding a bold version +Version: svn23448.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(dutchcal.map) = %{tl_version} +Provides: tex(dutchcal-b.tfm) = %{tl_version} +Provides: tex(dutchcal-r.tfm) = %{tl_version} +Provides: tex(rdutchcalb.tfm) = %{tl_version} +Provides: tex(rdutchcalr.tfm) = %{tl_version} +Provides: tex(DutchCalBold.pfb) = %{tl_version} +Provides: tex(DutchCalReg.pfb) = %{tl_version} +Provides: tex(dutchcal-b.vf) = %{tl_version} +Provides: tex(dutchcal-r.vf) = %{tl_version} +Provides: tex(dutchcal.sty) = %{tl_version} +Provides: tex(udutchcal.fd) = %{tl_version} + +%description dutchcal +This package reworks the mathematical calligraphic font +ESSTIX13, adding a bold version. LaTeX support files are +included. The new fonts may also be accessed from the most +recent version of mathalfa. The fonts themselves are subject to +the SIL OPEN FONT LICENSE, version 1.1. + +date: 2011-06-24 10:20:36 +0200 + +%post dutchcal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map dutchcal.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map dutchcal.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun dutchcal +if [ $1 == 0 ] ; then +sed -i '/^Map dutchcal.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans dutchcal +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dutchcal-doc +Summary: Documentation for dutchcal +Version: svn23448.1.0 +Release: %{tl_noarch_release} +Provides: tex-dutchcal-doc +BuildArch: noarch +AutoReqProv: No + +%description dutchcal-doc +Documentation for dutchcal + +%package ean +Provides: tex-ean = %{tl_version} +License: GPL+ +Summary: Macros for making EAN barcodes +Version: svn20851.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ean13.tex) = %{tl_version} +Provides: tex(ean8.tex) = %{tl_version} + +%description ean +Provides EAN-8 and EAN-13 forms. The package needs the ocr-b +fonts; note that the fonts are not available under a free +licence, as the macros are. + +date: 2007-01-01 18:45:52 +0100 + +%post ean +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ean +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ean +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ean-doc +Summary: Documentation for ean +Version: svn20851.0 +Release: %{tl_noarch_release} +Provides: tex-ean-doc +BuildArch: noarch +AutoReqProv: No + +%description ean-doc +Documentation for ean + +%package ebgaramond +Provides: tex-ebgaramond = %{tl_version} +License: OFSFLD +Summary: LaTeX support for EBGaramond fonts +Version: svn30336.0.15__2013_05_07_ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(xkeyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontspec.sty) +Requires: tex(fontenc.sty) +Requires: tex(fontaxes.sty) +Provides: tex(ebgm_2cg6vv.enc) = %{tl_version} +Provides: tex(ebgm_2s43qf.enc) = %{tl_version} +Provides: tex(ebgm_3aytur.enc) = %{tl_version} +Provides: tex(ebgm_4enc56.enc) = %{tl_version} +Provides: tex(ebgm_4o5twj.enc) = %{tl_version} +Provides: tex(ebgm_4sswh2.enc) = %{tl_version} +Provides: tex(ebgm_5kj2k4.enc) = %{tl_version} +Provides: tex(ebgm_6w53db.enc) = %{tl_version} +Provides: tex(ebgm_7glv22.enc) = %{tl_version} +Provides: tex(ebgm_azkecq.enc) = %{tl_version} +Provides: tex(ebgm_be6wcg.enc) = %{tl_version} +Provides: tex(ebgm_by5cij.enc) = %{tl_version} +Provides: tex(ebgm_c33p5u.enc) = %{tl_version} +Provides: tex(ebgm_dkqzrn.enc) = %{tl_version} +Provides: tex(ebgm_dtzwof.enc) = %{tl_version} +Provides: tex(ebgm_eldtwl.enc) = %{tl_version} +Provides: tex(ebgm_euh4o4.enc) = %{tl_version} +Provides: tex(ebgm_evsh4b.enc) = %{tl_version} +Provides: tex(ebgm_fd5ohs.enc) = %{tl_version} +Provides: tex(ebgm_fhfxmf.enc) = %{tl_version} +Provides: tex(ebgm_fy4cla.enc) = %{tl_version} +Provides: tex(ebgm_g2ukou.enc) = %{tl_version} +Provides: tex(ebgm_g7yatv.enc) = %{tl_version} +Provides: tex(ebgm_h4f2qu.enc) = %{tl_version} +Provides: tex(ebgm_h6myna.enc) = %{tl_version} +Provides: tex(ebgm_hbc3re.enc) = %{tl_version} +Provides: tex(ebgm_hfihb2.enc) = %{tl_version} +Provides: tex(ebgm_i4qnsr.enc) = %{tl_version} +Provides: tex(ebgm_i7zvqf.enc) = %{tl_version} +Provides: tex(ebgm_idiknx.enc) = %{tl_version} +Provides: tex(ebgm_iev2ja.enc) = %{tl_version} +Provides: tex(ebgm_igd4qy.enc) = %{tl_version} +Provides: tex(ebgm_jc5co4.enc) = %{tl_version} +Provides: tex(ebgm_jdp35v.enc) = %{tl_version} +Provides: tex(ebgm_jfzhrq.enc) = %{tl_version} +Provides: tex(ebgm_jyeqlp.enc) = %{tl_version} +Provides: tex(ebgm_k4jaqg.enc) = %{tl_version} +Provides: tex(ebgm_lagezd.enc) = %{tl_version} +Provides: tex(ebgm_larfxh.enc) = %{tl_version} +Provides: tex(ebgm_ldblio.enc) = %{tl_version} +Provides: tex(ebgm_liamow.enc) = %{tl_version} +Provides: tex(ebgm_llz5d3.enc) = %{tl_version} +Provides: tex(ebgm_lnl5q7.enc) = %{tl_version} +Provides: tex(ebgm_mbzrx3.enc) = %{tl_version} +Provides: tex(ebgm_mnaa6u.enc) = %{tl_version} +Provides: tex(ebgm_mqmdo5.enc) = %{tl_version} +Provides: tex(ebgm_o424oh.enc) = %{tl_version} +Provides: tex(ebgm_ojas2g.enc) = %{tl_version} +Provides: tex(ebgm_owcucr.enc) = %{tl_version} +Provides: tex(ebgm_pdtbwe.enc) = %{tl_version} +Provides: tex(ebgm_pfqmzv.enc) = %{tl_version} +Provides: tex(ebgm_psb35r.enc) = %{tl_version} +Provides: tex(ebgm_qdw47i.enc) = %{tl_version} +Provides: tex(ebgm_spp6a3.enc) = %{tl_version} +Provides: tex(ebgm_suwt22.enc) = %{tl_version} +Provides: tex(ebgm_sz5zde.enc) = %{tl_version} +Provides: tex(ebgm_uuqhg2.enc) = %{tl_version} +Provides: tex(ebgm_uzjbsf.enc) = %{tl_version} +Provides: tex(ebgm_wounai.enc) = %{tl_version} +Provides: tex(ebgm_wtfxss.enc) = %{tl_version} +Provides: tex(ebgm_xubic3.enc) = %{tl_version} +Provides: tex(ebgm_xxdw6g.enc) = %{tl_version} +Provides: tex(ebgm_xzidwg.enc) = %{tl_version} +Provides: tex(ebgm_yeedmt.enc) = %{tl_version} +Provides: tex(ebgm_yesxmd.enc) = %{tl_version} +Provides: tex(ebgm_yhoxvo.enc) = %{tl_version} +Provides: tex(ebgm_z5de3t.enc) = %{tl_version} +Provides: tex(ebgm_zaj4rc.enc) = %{tl_version} +Provides: tex(EBGaramond.map) = %{tl_version} +Provides: tex(EBGaramond-Initials.otf) = %{tl_version} +Provides: tex(EBGaramond12-Italic.otf) = %{tl_version} +Provides: tex(EBGaramond12-Regular.otf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-sup-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-sup-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-sup-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-sup-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-sup-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-sup-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-sup-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-swash-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-swash-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-swash-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-swash-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ly1.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ot1.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-t1.tfm) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ts1.tfm) = %{tl_version} +Provides: tex(EBGaramond-Initials.ttf) = %{tl_version} +Provides: tex(EBGaramond12-Italic.ttf) = %{tl_version} +Provides: tex(EBGaramond12-Regular.ttf) = %{tl_version} +Provides: tex(EBGaramond12-Italic.pfb) = %{tl_version} +Provides: tex(EBGaramond12-Regular.pfb) = %{tl_version} +Provides: tex(EBGaramondInitials.pfb) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-lf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-osf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-sup-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Italic-tosf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-lf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-osf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-sup-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-swash-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-t1.vf) = %{tl_version} +Provides: tex(EBGaramond12-Regular-tosf-ts1.vf) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ly1.vf) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-t1.vf) = %{tl_version} +Provides: tex(EBGaramondInitials-tlf-ts1.vf) = %{tl_version} +Provides: tex(LY1EBGaramond-LF.fd) = %{tl_version} +Provides: tex(LY1EBGaramond-OsF.fd) = %{tl_version} +Provides: tex(LY1EBGaramond-Sup.fd) = %{tl_version} +Provides: tex(LY1EBGaramond-TLF.fd) = %{tl_version} +Provides: tex(LY1EBGaramond-TOsF.fd) = %{tl_version} +Provides: tex(LY1EBGaramondInitials-TLF.fd) = %{tl_version} +Provides: tex(OT1EBGaramond-LF.fd) = %{tl_version} +Provides: tex(OT1EBGaramond-OsF.fd) = %{tl_version} +Provides: tex(OT1EBGaramond-Sup.fd) = %{tl_version} +Provides: tex(OT1EBGaramond-TLF.fd) = %{tl_version} +Provides: tex(OT1EBGaramond-TOsF.fd) = %{tl_version} +Provides: tex(OT1EBGaramondInitials-TLF.fd) = %{tl_version} +Provides: tex(T1EBGaramond-LF.fd) = %{tl_version} +Provides: tex(T1EBGaramond-OsF.fd) = %{tl_version} +Provides: tex(T1EBGaramond-Sup.fd) = %{tl_version} +Provides: tex(T1EBGaramond-TLF.fd) = %{tl_version} +Provides: tex(T1EBGaramond-TOsF.fd) = %{tl_version} +Provides: tex(T1EBGaramondInitials-TLF.fd) = %{tl_version} +Provides: tex(TS1EBGaramond-LF.fd) = %{tl_version} +Provides: tex(TS1EBGaramond-OsF.fd) = %{tl_version} +Provides: tex(TS1EBGaramond-TLF.fd) = %{tl_version} +Provides: tex(TS1EBGaramond-TOsF.fd) = %{tl_version} +Provides: tex(TS1EBGaramondInitials-TLF.fd) = %{tl_version} +Provides: tex(ebgaramond.sty) = %{tl_version} +Provides: tex(mt-EBGaramond.cfg) = %{tl_version} + +%description ebgaramond +EB Garamond is a revival by Georg Duffner of the 16th century +fonts designed by Claude Garamond. The LaTeX support package +works for (pdf)LaTeX, xeLaTeX and luaLaTeX users; configuration +files for use with microtype are provided. + +date: 2013-05-08 08:17:44 +0200 + +%post ebgaramond +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map EBGaramond.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map EBGaramond.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ebgaramond +if [ $1 == 0 ] ; then +sed -i '/^Map EBGaramond.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ebgaramond +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ebgaramond-doc +Summary: Documentation for ebgaramond +Version: svn30336.0.15__2013_05_07_ +Release: %{tl_noarch_release} +Provides: tex-ebgaramond-doc +BuildArch: noarch +AutoReqProv: No + +%description ebgaramond-doc +Documentation for ebgaramond + +%package ecc +Provides: tex-ecc = %{tl_version} +License: LPPL +Summary: Sources for the European Concrete fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eocc10.tfm) = %{tl_version} +Provides: tex(eorm10.tfm) = %{tl_version} +Provides: tex(eorm5.tfm) = %{tl_version} +Provides: tex(eorm6.tfm) = %{tl_version} +Provides: tex(eorm7.tfm) = %{tl_version} +Provides: tex(eorm8.tfm) = %{tl_version} +Provides: tex(eorm9.tfm) = %{tl_version} +Provides: tex(eosl10.tfm) = %{tl_version} +Provides: tex(eosl5.tfm) = %{tl_version} +Provides: tex(eosl6.tfm) = %{tl_version} +Provides: tex(eosl7.tfm) = %{tl_version} +Provides: tex(eosl8.tfm) = %{tl_version} +Provides: tex(eosl9.tfm) = %{tl_version} +Provides: tex(eoti10.tfm) = %{tl_version} +Provides: tex(tcssdc10.tfm) = %{tl_version} +Provides: tex(torm10.tfm) = %{tl_version} +Provides: tex(torm5.tfm) = %{tl_version} +Provides: tex(torm6.tfm) = %{tl_version} +Provides: tex(torm7.tfm) = %{tl_version} +Provides: tex(torm8.tfm) = %{tl_version} +Provides: tex(torm9.tfm) = %{tl_version} +Provides: tex(tosl10.tfm) = %{tl_version} +Provides: tex(tosl5.tfm) = %{tl_version} +Provides: tex(tosl6.tfm) = %{tl_version} +Provides: tex(tosl7.tfm) = %{tl_version} +Provides: tex(tosl8.tfm) = %{tl_version} +Provides: tex(tosl9.tfm) = %{tl_version} +Provides: tex(toti10.tfm) = %{tl_version} + +%description ecc +The MetaFont sources and TFM files of the European Concrete +Fonts. This is the T1-encoded extension of Knuth's Concrete +fonts, including also the corresponding text companion fonts. +Adobe Type 1 versions of the fonts are available as part of the +cm-super font bundle. + +date: 2006-12-07 15:13:33 +0100 + +%post ecc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ecc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ecc-doc +Summary: Documentation for ecc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ecc-doc +BuildArch: noarch +AutoReqProv: No + +%description ecc-doc +Documentation for ecc + +%package eco +Provides: tex-eco = %{tl_version} +License: GPL+ +Summary: Oldstyle numerals using EC fonts +Version: svn29349.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(ifthen.sty) +Provides: tex(ecobi0500.tfm) = %{tl_version} +Provides: tex(ecobi0600.tfm) = %{tl_version} +Provides: tex(ecobi0700.tfm) = %{tl_version} +Provides: tex(ecobi0800.tfm) = %{tl_version} +Provides: tex(ecobi0900.tfm) = %{tl_version} +Provides: tex(ecobi1000.tfm) = %{tl_version} +Provides: tex(ecobi1095.tfm) = %{tl_version} +Provides: tex(ecobi1200.tfm) = %{tl_version} +Provides: tex(ecobi1440.tfm) = %{tl_version} +Provides: tex(ecobi1728.tfm) = %{tl_version} +Provides: tex(ecobi2074.tfm) = %{tl_version} +Provides: tex(ecobi2488.tfm) = %{tl_version} +Provides: tex(ecobi2986.tfm) = %{tl_version} +Provides: tex(ecobi3583.tfm) = %{tl_version} +Provides: tex(ecobl0500.tfm) = %{tl_version} +Provides: tex(ecobl0600.tfm) = %{tl_version} +Provides: tex(ecobl0700.tfm) = %{tl_version} +Provides: tex(ecobl0800.tfm) = %{tl_version} +Provides: tex(ecobl0900.tfm) = %{tl_version} +Provides: tex(ecobl1000.tfm) = %{tl_version} +Provides: tex(ecobl1095.tfm) = %{tl_version} +Provides: tex(ecobl1200.tfm) = %{tl_version} +Provides: tex(ecobl1440.tfm) = %{tl_version} +Provides: tex(ecobl1728.tfm) = %{tl_version} +Provides: tex(ecobl2074.tfm) = %{tl_version} +Provides: tex(ecobl2488.tfm) = %{tl_version} +Provides: tex(ecobl2986.tfm) = %{tl_version} +Provides: tex(ecobl3583.tfm) = %{tl_version} +Provides: tex(ecobx0500.tfm) = %{tl_version} +Provides: tex(ecobx0600.tfm) = %{tl_version} +Provides: tex(ecobx0700.tfm) = %{tl_version} +Provides: tex(ecobx0800.tfm) = %{tl_version} +Provides: tex(ecobx0900.tfm) = %{tl_version} +Provides: tex(ecobx1000.tfm) = %{tl_version} +Provides: tex(ecobx1095.tfm) = %{tl_version} +Provides: tex(ecobx1200.tfm) = %{tl_version} +Provides: tex(ecobx1440.tfm) = %{tl_version} +Provides: tex(ecobx1728.tfm) = %{tl_version} +Provides: tex(ecobx2074.tfm) = %{tl_version} +Provides: tex(ecobx2488.tfm) = %{tl_version} +Provides: tex(ecobx2986.tfm) = %{tl_version} +Provides: tex(ecobx3583.tfm) = %{tl_version} +Provides: tex(ecodh0500.tfm) = %{tl_version} +Provides: tex(ecodh0600.tfm) = %{tl_version} +Provides: tex(ecodh0700.tfm) = %{tl_version} +Provides: tex(ecodh0800.tfm) = %{tl_version} +Provides: tex(ecodh0900.tfm) = %{tl_version} +Provides: tex(ecodh1000.tfm) = %{tl_version} +Provides: tex(ecodh1095.tfm) = %{tl_version} +Provides: tex(ecodh1200.tfm) = %{tl_version} +Provides: tex(ecodh1440.tfm) = %{tl_version} +Provides: tex(ecodh1728.tfm) = %{tl_version} +Provides: tex(ecodh2074.tfm) = %{tl_version} +Provides: tex(ecodh2488.tfm) = %{tl_version} +Provides: tex(ecodh2986.tfm) = %{tl_version} +Provides: tex(ecodh3583.tfm) = %{tl_version} +Provides: tex(ecoit0600.tfm) = %{tl_version} +Provides: tex(ecoit0700.tfm) = %{tl_version} +Provides: tex(ecoit0800.tfm) = %{tl_version} +Provides: tex(ecoit0900.tfm) = %{tl_version} +Provides: tex(ecoit1000.tfm) = %{tl_version} +Provides: tex(ecoit1095.tfm) = %{tl_version} +Provides: tex(ecoit1200.tfm) = %{tl_version} +Provides: tex(ecoit1440.tfm) = %{tl_version} +Provides: tex(ecoit1728.tfm) = %{tl_version} +Provides: tex(ecoit2074.tfm) = %{tl_version} +Provides: tex(ecoit2488.tfm) = %{tl_version} +Provides: tex(ecoit2986.tfm) = %{tl_version} +Provides: tex(ecoit3583.tfm) = %{tl_version} +Provides: tex(ecorb0500.tfm) = %{tl_version} +Provides: tex(ecorb0600.tfm) = %{tl_version} +Provides: tex(ecorb0700.tfm) = %{tl_version} +Provides: tex(ecorb0800.tfm) = %{tl_version} +Provides: tex(ecorb0900.tfm) = %{tl_version} +Provides: tex(ecorb1000.tfm) = %{tl_version} +Provides: tex(ecorb1095.tfm) = %{tl_version} +Provides: tex(ecorb1200.tfm) = %{tl_version} +Provides: tex(ecorb1440.tfm) = %{tl_version} +Provides: tex(ecorb1728.tfm) = %{tl_version} +Provides: tex(ecorb2074.tfm) = %{tl_version} +Provides: tex(ecorb2488.tfm) = %{tl_version} +Provides: tex(ecorb2986.tfm) = %{tl_version} +Provides: tex(ecorb3583.tfm) = %{tl_version} +Provides: tex(ecorm0500.tfm) = %{tl_version} +Provides: tex(ecorm0600.tfm) = %{tl_version} +Provides: tex(ecorm0700.tfm) = %{tl_version} +Provides: tex(ecorm0800.tfm) = %{tl_version} +Provides: tex(ecorm0900.tfm) = %{tl_version} +Provides: tex(ecorm1000.tfm) = %{tl_version} +Provides: tex(ecorm1095.tfm) = %{tl_version} +Provides: tex(ecorm1200.tfm) = %{tl_version} +Provides: tex(ecorm1440.tfm) = %{tl_version} +Provides: tex(ecorm1728.tfm) = %{tl_version} +Provides: tex(ecorm2074.tfm) = %{tl_version} +Provides: tex(ecorm2488.tfm) = %{tl_version} +Provides: tex(ecorm2986.tfm) = %{tl_version} +Provides: tex(ecorm3583.tfm) = %{tl_version} +Provides: tex(ecosi0500.tfm) = %{tl_version} +Provides: tex(ecosi0600.tfm) = %{tl_version} +Provides: tex(ecosi0700.tfm) = %{tl_version} +Provides: tex(ecosi0800.tfm) = %{tl_version} +Provides: tex(ecosi0900.tfm) = %{tl_version} +Provides: tex(ecosi1000.tfm) = %{tl_version} +Provides: tex(ecosi1095.tfm) = %{tl_version} +Provides: tex(ecosi1200.tfm) = %{tl_version} +Provides: tex(ecosi1440.tfm) = %{tl_version} +Provides: tex(ecosi1728.tfm) = %{tl_version} +Provides: tex(ecosi2074.tfm) = %{tl_version} +Provides: tex(ecosi2488.tfm) = %{tl_version} +Provides: tex(ecosi2986.tfm) = %{tl_version} +Provides: tex(ecosi3583.tfm) = %{tl_version} +Provides: tex(ecosl0500.tfm) = %{tl_version} +Provides: tex(ecosl0600.tfm) = %{tl_version} +Provides: tex(ecosl0700.tfm) = %{tl_version} +Provides: tex(ecosl0800.tfm) = %{tl_version} +Provides: tex(ecosl0900.tfm) = %{tl_version} +Provides: tex(ecosl1000.tfm) = %{tl_version} +Provides: tex(ecosl1095.tfm) = %{tl_version} +Provides: tex(ecosl1200.tfm) = %{tl_version} +Provides: tex(ecosl1440.tfm) = %{tl_version} +Provides: tex(ecosl1728.tfm) = %{tl_version} +Provides: tex(ecosl2074.tfm) = %{tl_version} +Provides: tex(ecosl2488.tfm) = %{tl_version} +Provides: tex(ecosl2986.tfm) = %{tl_version} +Provides: tex(ecosl3583.tfm) = %{tl_version} +Provides: tex(ecoso0500.tfm) = %{tl_version} +Provides: tex(ecoso0600.tfm) = %{tl_version} +Provides: tex(ecoso0700.tfm) = %{tl_version} +Provides: tex(ecoso0800.tfm) = %{tl_version} +Provides: tex(ecoso0900.tfm) = %{tl_version} +Provides: tex(ecoso1000.tfm) = %{tl_version} +Provides: tex(ecoso1095.tfm) = %{tl_version} +Provides: tex(ecoso1200.tfm) = %{tl_version} +Provides: tex(ecoso1440.tfm) = %{tl_version} +Provides: tex(ecoso1728.tfm) = %{tl_version} +Provides: tex(ecoso2074.tfm) = %{tl_version} +Provides: tex(ecoso2488.tfm) = %{tl_version} +Provides: tex(ecoso2986.tfm) = %{tl_version} +Provides: tex(ecoso3583.tfm) = %{tl_version} +Provides: tex(ecoss0500.tfm) = %{tl_version} +Provides: tex(ecoss0600.tfm) = %{tl_version} +Provides: tex(ecoss0700.tfm) = %{tl_version} +Provides: tex(ecoss0800.tfm) = %{tl_version} +Provides: tex(ecoss0900.tfm) = %{tl_version} +Provides: tex(ecoss1000.tfm) = %{tl_version} +Provides: tex(ecoss1095.tfm) = %{tl_version} +Provides: tex(ecoss1200.tfm) = %{tl_version} +Provides: tex(ecoss1440.tfm) = %{tl_version} +Provides: tex(ecoss1728.tfm) = %{tl_version} +Provides: tex(ecoss2074.tfm) = %{tl_version} +Provides: tex(ecoss2488.tfm) = %{tl_version} +Provides: tex(ecoss2986.tfm) = %{tl_version} +Provides: tex(ecoss3583.tfm) = %{tl_version} +Provides: tex(ecost0600.tfm) = %{tl_version} +Provides: tex(ecost0700.tfm) = %{tl_version} +Provides: tex(ecost0800.tfm) = %{tl_version} +Provides: tex(ecost0900.tfm) = %{tl_version} +Provides: tex(ecost1000.tfm) = %{tl_version} +Provides: tex(ecost1095.tfm) = %{tl_version} +Provides: tex(ecost1200.tfm) = %{tl_version} +Provides: tex(ecost1440.tfm) = %{tl_version} +Provides: tex(ecost1728.tfm) = %{tl_version} +Provides: tex(ecost2074.tfm) = %{tl_version} +Provides: tex(ecost2488.tfm) = %{tl_version} +Provides: tex(ecost2986.tfm) = %{tl_version} +Provides: tex(ecost3583.tfm) = %{tl_version} +Provides: tex(ecosx0500.tfm) = %{tl_version} +Provides: tex(ecosx0600.tfm) = %{tl_version} +Provides: tex(ecosx0700.tfm) = %{tl_version} +Provides: tex(ecosx0800.tfm) = %{tl_version} +Provides: tex(ecosx0900.tfm) = %{tl_version} +Provides: tex(ecosx1000.tfm) = %{tl_version} +Provides: tex(ecosx1095.tfm) = %{tl_version} +Provides: tex(ecosx1200.tfm) = %{tl_version} +Provides: tex(ecosx1440.tfm) = %{tl_version} +Provides: tex(ecosx1728.tfm) = %{tl_version} +Provides: tex(ecosx2074.tfm) = %{tl_version} +Provides: tex(ecosx2488.tfm) = %{tl_version} +Provides: tex(ecosx2986.tfm) = %{tl_version} +Provides: tex(ecosx3583.tfm) = %{tl_version} +Provides: tex(ecoti0500.tfm) = %{tl_version} +Provides: tex(ecoti0600.tfm) = %{tl_version} +Provides: tex(ecoti0700.tfm) = %{tl_version} +Provides: tex(ecoti0800.tfm) = %{tl_version} +Provides: tex(ecoti0900.tfm) = %{tl_version} +Provides: tex(ecoti1000.tfm) = %{tl_version} +Provides: tex(ecoti1095.tfm) = %{tl_version} +Provides: tex(ecoti1200.tfm) = %{tl_version} +Provides: tex(ecoti1440.tfm) = %{tl_version} +Provides: tex(ecoti1728.tfm) = %{tl_version} +Provides: tex(ecoti2074.tfm) = %{tl_version} +Provides: tex(ecoti2488.tfm) = %{tl_version} +Provides: tex(ecoti2986.tfm) = %{tl_version} +Provides: tex(ecoti3583.tfm) = %{tl_version} +Provides: tex(ecott0600.tfm) = %{tl_version} +Provides: tex(ecott0700.tfm) = %{tl_version} +Provides: tex(ecott0800.tfm) = %{tl_version} +Provides: tex(ecott0900.tfm) = %{tl_version} +Provides: tex(ecott1000.tfm) = %{tl_version} +Provides: tex(ecott1095.tfm) = %{tl_version} +Provides: tex(ecott1200.tfm) = %{tl_version} +Provides: tex(ecott1440.tfm) = %{tl_version} +Provides: tex(ecott1728.tfm) = %{tl_version} +Provides: tex(ecott2074.tfm) = %{tl_version} +Provides: tex(ecott2488.tfm) = %{tl_version} +Provides: tex(ecott2986.tfm) = %{tl_version} +Provides: tex(ecott3583.tfm) = %{tl_version} +Provides: tex(ecoui0500.tfm) = %{tl_version} +Provides: tex(ecoui0600.tfm) = %{tl_version} +Provides: tex(ecoui0700.tfm) = %{tl_version} +Provides: tex(ecoui0800.tfm) = %{tl_version} +Provides: tex(ecoui0900.tfm) = %{tl_version} +Provides: tex(ecoui1000.tfm) = %{tl_version} +Provides: tex(ecoui1095.tfm) = %{tl_version} +Provides: tex(ecoui1200.tfm) = %{tl_version} +Provides: tex(ecoui1440.tfm) = %{tl_version} +Provides: tex(ecoui1728.tfm) = %{tl_version} +Provides: tex(ecoui2074.tfm) = %{tl_version} +Provides: tex(ecoui2488.tfm) = %{tl_version} +Provides: tex(ecoui2986.tfm) = %{tl_version} +Provides: tex(ecoui3583.tfm) = %{tl_version} +Provides: tex(ecovi0600.tfm) = %{tl_version} +Provides: tex(ecovi0700.tfm) = %{tl_version} +Provides: tex(ecovi0800.tfm) = %{tl_version} +Provides: tex(ecovi0900.tfm) = %{tl_version} +Provides: tex(ecovi1000.tfm) = %{tl_version} +Provides: tex(ecovi1095.tfm) = %{tl_version} +Provides: tex(ecovi1200.tfm) = %{tl_version} +Provides: tex(ecovi1440.tfm) = %{tl_version} +Provides: tex(ecovi1728.tfm) = %{tl_version} +Provides: tex(ecovi2074.tfm) = %{tl_version} +Provides: tex(ecovi2488.tfm) = %{tl_version} +Provides: tex(ecovi2986.tfm) = %{tl_version} +Provides: tex(ecovi3583.tfm) = %{tl_version} +Provides: tex(ecovt0600.tfm) = %{tl_version} +Provides: tex(ecovt0700.tfm) = %{tl_version} +Provides: tex(ecovt0800.tfm) = %{tl_version} +Provides: tex(ecovt0900.tfm) = %{tl_version} +Provides: tex(ecovt1000.tfm) = %{tl_version} +Provides: tex(ecovt1095.tfm) = %{tl_version} +Provides: tex(ecovt1200.tfm) = %{tl_version} +Provides: tex(ecovt1440.tfm) = %{tl_version} +Provides: tex(ecovt1728.tfm) = %{tl_version} +Provides: tex(ecovt2074.tfm) = %{tl_version} +Provides: tex(ecovt2488.tfm) = %{tl_version} +Provides: tex(ecovt2986.tfm) = %{tl_version} +Provides: tex(ecovt3583.tfm) = %{tl_version} +Provides: tex(ecobi0500.vf) = %{tl_version} +Provides: tex(ecobi0600.vf) = %{tl_version} +Provides: tex(ecobi0700.vf) = %{tl_version} +Provides: tex(ecobi0800.vf) = %{tl_version} +Provides: tex(ecobi0900.vf) = %{tl_version} +Provides: tex(ecobi1000.vf) = %{tl_version} +Provides: tex(ecobi1095.vf) = %{tl_version} +Provides: tex(ecobi1200.vf) = %{tl_version} +Provides: tex(ecobi1440.vf) = %{tl_version} +Provides: tex(ecobi1728.vf) = %{tl_version} +Provides: tex(ecobi2074.vf) = %{tl_version} +Provides: tex(ecobi2488.vf) = %{tl_version} +Provides: tex(ecobi2986.vf) = %{tl_version} +Provides: tex(ecobi3583.vf) = %{tl_version} +Provides: tex(ecobl0500.vf) = %{tl_version} +Provides: tex(ecobl0600.vf) = %{tl_version} +Provides: tex(ecobl0700.vf) = %{tl_version} +Provides: tex(ecobl0800.vf) = %{tl_version} +Provides: tex(ecobl0900.vf) = %{tl_version} +Provides: tex(ecobl1000.vf) = %{tl_version} +Provides: tex(ecobl1095.vf) = %{tl_version} +Provides: tex(ecobl1200.vf) = %{tl_version} +Provides: tex(ecobl1440.vf) = %{tl_version} +Provides: tex(ecobl1728.vf) = %{tl_version} +Provides: tex(ecobl2074.vf) = %{tl_version} +Provides: tex(ecobl2488.vf) = %{tl_version} +Provides: tex(ecobl2986.vf) = %{tl_version} +Provides: tex(ecobl3583.vf) = %{tl_version} +Provides: tex(ecobx0500.vf) = %{tl_version} +Provides: tex(ecobx0600.vf) = %{tl_version} +Provides: tex(ecobx0700.vf) = %{tl_version} +Provides: tex(ecobx0800.vf) = %{tl_version} +Provides: tex(ecobx0900.vf) = %{tl_version} +Provides: tex(ecobx1000.vf) = %{tl_version} +Provides: tex(ecobx1095.vf) = %{tl_version} +Provides: tex(ecobx1200.vf) = %{tl_version} +Provides: tex(ecobx1440.vf) = %{tl_version} +Provides: tex(ecobx1728.vf) = %{tl_version} +Provides: tex(ecobx2074.vf) = %{tl_version} +Provides: tex(ecobx2488.vf) = %{tl_version} +Provides: tex(ecobx2986.vf) = %{tl_version} +Provides: tex(ecobx3583.vf) = %{tl_version} +Provides: tex(ecodh0500.vf) = %{tl_version} +Provides: tex(ecodh0600.vf) = %{tl_version} +Provides: tex(ecodh0700.vf) = %{tl_version} +Provides: tex(ecodh0800.vf) = %{tl_version} +Provides: tex(ecodh0900.vf) = %{tl_version} +Provides: tex(ecodh1000.vf) = %{tl_version} +Provides: tex(ecodh1095.vf) = %{tl_version} +Provides: tex(ecodh1200.vf) = %{tl_version} +Provides: tex(ecodh1440.vf) = %{tl_version} +Provides: tex(ecodh1728.vf) = %{tl_version} +Provides: tex(ecodh2074.vf) = %{tl_version} +Provides: tex(ecodh2488.vf) = %{tl_version} +Provides: tex(ecodh2986.vf) = %{tl_version} +Provides: tex(ecodh3583.vf) = %{tl_version} +Provides: tex(ecoit0600.vf) = %{tl_version} +Provides: tex(ecoit0700.vf) = %{tl_version} +Provides: tex(ecoit0800.vf) = %{tl_version} +Provides: tex(ecoit0900.vf) = %{tl_version} +Provides: tex(ecoit1000.vf) = %{tl_version} +Provides: tex(ecoit1095.vf) = %{tl_version} +Provides: tex(ecoit1200.vf) = %{tl_version} +Provides: tex(ecoit1440.vf) = %{tl_version} +Provides: tex(ecoit1728.vf) = %{tl_version} +Provides: tex(ecoit2074.vf) = %{tl_version} +Provides: tex(ecoit2488.vf) = %{tl_version} +Provides: tex(ecoit2986.vf) = %{tl_version} +Provides: tex(ecoit3583.vf) = %{tl_version} +Provides: tex(ecorb0500.vf) = %{tl_version} +Provides: tex(ecorb0600.vf) = %{tl_version} +Provides: tex(ecorb0700.vf) = %{tl_version} +Provides: tex(ecorb0800.vf) = %{tl_version} +Provides: tex(ecorb0900.vf) = %{tl_version} +Provides: tex(ecorb1000.vf) = %{tl_version} +Provides: tex(ecorb1095.vf) = %{tl_version} +Provides: tex(ecorb1200.vf) = %{tl_version} +Provides: tex(ecorb1440.vf) = %{tl_version} +Provides: tex(ecorb1728.vf) = %{tl_version} +Provides: tex(ecorb2074.vf) = %{tl_version} +Provides: tex(ecorb2488.vf) = %{tl_version} +Provides: tex(ecorb2986.vf) = %{tl_version} +Provides: tex(ecorb3583.vf) = %{tl_version} +Provides: tex(ecorm0500.vf) = %{tl_version} +Provides: tex(ecorm0600.vf) = %{tl_version} +Provides: tex(ecorm0700.vf) = %{tl_version} +Provides: tex(ecorm0800.vf) = %{tl_version} +Provides: tex(ecorm0900.vf) = %{tl_version} +Provides: tex(ecorm1000.vf) = %{tl_version} +Provides: tex(ecorm1095.vf) = %{tl_version} +Provides: tex(ecorm1200.vf) = %{tl_version} +Provides: tex(ecorm1440.vf) = %{tl_version} +Provides: tex(ecorm1728.vf) = %{tl_version} +Provides: tex(ecorm2074.vf) = %{tl_version} +Provides: tex(ecorm2488.vf) = %{tl_version} +Provides: tex(ecorm2986.vf) = %{tl_version} +Provides: tex(ecorm3583.vf) = %{tl_version} +Provides: tex(ecosi0500.vf) = %{tl_version} +Provides: tex(ecosi0600.vf) = %{tl_version} +Provides: tex(ecosi0700.vf) = %{tl_version} +Provides: tex(ecosi0800.vf) = %{tl_version} +Provides: tex(ecosi0900.vf) = %{tl_version} +Provides: tex(ecosi1000.vf) = %{tl_version} +Provides: tex(ecosi1095.vf) = %{tl_version} +Provides: tex(ecosi1200.vf) = %{tl_version} +Provides: tex(ecosi1440.vf) = %{tl_version} +Provides: tex(ecosi1728.vf) = %{tl_version} +Provides: tex(ecosi2074.vf) = %{tl_version} +Provides: tex(ecosi2488.vf) = %{tl_version} +Provides: tex(ecosi2986.vf) = %{tl_version} +Provides: tex(ecosi3583.vf) = %{tl_version} +Provides: tex(ecosl0500.vf) = %{tl_version} +Provides: tex(ecosl0600.vf) = %{tl_version} +Provides: tex(ecosl0700.vf) = %{tl_version} +Provides: tex(ecosl0800.vf) = %{tl_version} +Provides: tex(ecosl0900.vf) = %{tl_version} +Provides: tex(ecosl1000.vf) = %{tl_version} +Provides: tex(ecosl1095.vf) = %{tl_version} +Provides: tex(ecosl1200.vf) = %{tl_version} +Provides: tex(ecosl1440.vf) = %{tl_version} +Provides: tex(ecosl1728.vf) = %{tl_version} +Provides: tex(ecosl2074.vf) = %{tl_version} +Provides: tex(ecosl2488.vf) = %{tl_version} +Provides: tex(ecosl2986.vf) = %{tl_version} +Provides: tex(ecosl3583.vf) = %{tl_version} +Provides: tex(ecoso0500.vf) = %{tl_version} +Provides: tex(ecoso0600.vf) = %{tl_version} +Provides: tex(ecoso0700.vf) = %{tl_version} +Provides: tex(ecoso0800.vf) = %{tl_version} +Provides: tex(ecoso0900.vf) = %{tl_version} +Provides: tex(ecoso1000.vf) = %{tl_version} +Provides: tex(ecoso1095.vf) = %{tl_version} +Provides: tex(ecoso1200.vf) = %{tl_version} +Provides: tex(ecoso1440.vf) = %{tl_version} +Provides: tex(ecoso1728.vf) = %{tl_version} +Provides: tex(ecoso2074.vf) = %{tl_version} +Provides: tex(ecoso2488.vf) = %{tl_version} +Provides: tex(ecoso2986.vf) = %{tl_version} +Provides: tex(ecoso3583.vf) = %{tl_version} +Provides: tex(ecoss0500.vf) = %{tl_version} +Provides: tex(ecoss0600.vf) = %{tl_version} +Provides: tex(ecoss0700.vf) = %{tl_version} +Provides: tex(ecoss0800.vf) = %{tl_version} +Provides: tex(ecoss0900.vf) = %{tl_version} +Provides: tex(ecoss1000.vf) = %{tl_version} +Provides: tex(ecoss1095.vf) = %{tl_version} +Provides: tex(ecoss1200.vf) = %{tl_version} +Provides: tex(ecoss1440.vf) = %{tl_version} +Provides: tex(ecoss1728.vf) = %{tl_version} +Provides: tex(ecoss2074.vf) = %{tl_version} +Provides: tex(ecoss2488.vf) = %{tl_version} +Provides: tex(ecoss2986.vf) = %{tl_version} +Provides: tex(ecoss3583.vf) = %{tl_version} +Provides: tex(ecost0600.vf) = %{tl_version} +Provides: tex(ecost0700.vf) = %{tl_version} +Provides: tex(ecost0800.vf) = %{tl_version} +Provides: tex(ecost0900.vf) = %{tl_version} +Provides: tex(ecost1000.vf) = %{tl_version} +Provides: tex(ecost1095.vf) = %{tl_version} +Provides: tex(ecost1200.vf) = %{tl_version} +Provides: tex(ecost1440.vf) = %{tl_version} +Provides: tex(ecost1728.vf) = %{tl_version} +Provides: tex(ecost2074.vf) = %{tl_version} +Provides: tex(ecost2488.vf) = %{tl_version} +Provides: tex(ecost2986.vf) = %{tl_version} +Provides: tex(ecost3583.vf) = %{tl_version} +Provides: tex(ecosx0500.vf) = %{tl_version} +Provides: tex(ecosx0600.vf) = %{tl_version} +Provides: tex(ecosx0700.vf) = %{tl_version} +Provides: tex(ecosx0800.vf) = %{tl_version} +Provides: tex(ecosx0900.vf) = %{tl_version} +Provides: tex(ecosx1000.vf) = %{tl_version} +Provides: tex(ecosx1095.vf) = %{tl_version} +Provides: tex(ecosx1200.vf) = %{tl_version} +Provides: tex(ecosx1440.vf) = %{tl_version} +Provides: tex(ecosx1728.vf) = %{tl_version} +Provides: tex(ecosx2074.vf) = %{tl_version} +Provides: tex(ecosx2488.vf) = %{tl_version} +Provides: tex(ecosx2986.vf) = %{tl_version} +Provides: tex(ecosx3583.vf) = %{tl_version} +Provides: tex(ecoti0500.vf) = %{tl_version} +Provides: tex(ecoti0600.vf) = %{tl_version} +Provides: tex(ecoti0700.vf) = %{tl_version} +Provides: tex(ecoti0800.vf) = %{tl_version} +Provides: tex(ecoti0900.vf) = %{tl_version} +Provides: tex(ecoti1000.vf) = %{tl_version} +Provides: tex(ecoti1095.vf) = %{tl_version} +Provides: tex(ecoti1200.vf) = %{tl_version} +Provides: tex(ecoti1440.vf) = %{tl_version} +Provides: tex(ecoti1728.vf) = %{tl_version} +Provides: tex(ecoti2074.vf) = %{tl_version} +Provides: tex(ecoti2488.vf) = %{tl_version} +Provides: tex(ecoti2986.vf) = %{tl_version} +Provides: tex(ecoti3583.vf) = %{tl_version} +Provides: tex(ecott0600.vf) = %{tl_version} +Provides: tex(ecott0700.vf) = %{tl_version} +Provides: tex(ecott0800.vf) = %{tl_version} +Provides: tex(ecott0900.vf) = %{tl_version} +Provides: tex(ecott1000.vf) = %{tl_version} +Provides: tex(ecott1095.vf) = %{tl_version} +Provides: tex(ecott1200.vf) = %{tl_version} +Provides: tex(ecott1440.vf) = %{tl_version} +Provides: tex(ecott1728.vf) = %{tl_version} +Provides: tex(ecott2074.vf) = %{tl_version} +Provides: tex(ecott2488.vf) = %{tl_version} +Provides: tex(ecott2986.vf) = %{tl_version} +Provides: tex(ecott3583.vf) = %{tl_version} +Provides: tex(ecoui0500.vf) = %{tl_version} +Provides: tex(ecoui0600.vf) = %{tl_version} +Provides: tex(ecoui0700.vf) = %{tl_version} +Provides: tex(ecoui0800.vf) = %{tl_version} +Provides: tex(ecoui0900.vf) = %{tl_version} +Provides: tex(ecoui1000.vf) = %{tl_version} +Provides: tex(ecoui1095.vf) = %{tl_version} +Provides: tex(ecoui1200.vf) = %{tl_version} +Provides: tex(ecoui1440.vf) = %{tl_version} +Provides: tex(ecoui1728.vf) = %{tl_version} +Provides: tex(ecoui2074.vf) = %{tl_version} +Provides: tex(ecoui2488.vf) = %{tl_version} +Provides: tex(ecoui2986.vf) = %{tl_version} +Provides: tex(ecoui3583.vf) = %{tl_version} +Provides: tex(ecovi0600.vf) = %{tl_version} +Provides: tex(ecovi0700.vf) = %{tl_version} +Provides: tex(ecovi0800.vf) = %{tl_version} +Provides: tex(ecovi0900.vf) = %{tl_version} +Provides: tex(ecovi1000.vf) = %{tl_version} +Provides: tex(ecovi1095.vf) = %{tl_version} +Provides: tex(ecovi1200.vf) = %{tl_version} +Provides: tex(ecovi1440.vf) = %{tl_version} +Provides: tex(ecovi1728.vf) = %{tl_version} +Provides: tex(ecovi2074.vf) = %{tl_version} +Provides: tex(ecovi2488.vf) = %{tl_version} +Provides: tex(ecovi2986.vf) = %{tl_version} +Provides: tex(ecovi3583.vf) = %{tl_version} +Provides: tex(ecovt0600.vf) = %{tl_version} +Provides: tex(ecovt0700.vf) = %{tl_version} +Provides: tex(ecovt0800.vf) = %{tl_version} +Provides: tex(ecovt0900.vf) = %{tl_version} +Provides: tex(ecovt1000.vf) = %{tl_version} +Provides: tex(ecovt1095.vf) = %{tl_version} +Provides: tex(ecovt1200.vf) = %{tl_version} +Provides: tex(ecovt1440.vf) = %{tl_version} +Provides: tex(ecovt1728.vf) = %{tl_version} +Provides: tex(ecovt2074.vf) = %{tl_version} +Provides: tex(ecovt2488.vf) = %{tl_version} +Provides: tex(ecovt2986.vf) = %{tl_version} +Provides: tex(ecovt3583.vf) = %{tl_version} +Provides: tex(T1cmodh.fd) = %{tl_version} +Provides: tex(T1cmor.fd) = %{tl_version} +Provides: tex(T1cmoss.fd) = %{tl_version} +Provides: tex(T1cmott.fd) = %{tl_version} +Provides: tex(T1cmovt.fd) = %{tl_version} +Provides: tex(eco.sty) = %{tl_version} + +%description eco +A set of font metric files and virtual fonts for using the EC +fonts with oldstyle numerals. These files can only be used +together with the standard ec fonts. The style file eco.sty is +sufficient to use the eco fonts but if you intend to use other +font families as well, e.g., PostScript fonts, try altfont. + +date: 2012-07-10 21:25:56 +0200 + +%post eco +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eco +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eco +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eco-doc +Summary: Documentation for eco +Version: svn29349.1.3 +Release: %{tl_noarch_release} +Provides: tex-eco-doc +BuildArch: noarch +AutoReqProv: No + +%description eco-doc +Documentation for eco + +%package eiad-ltx +Provides: tex-eiad-ltx = %{tl_version} +License: LPPL +Summary: LaTeX support for the eiad font +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eiad.sty) = %{tl_version} + +%description eiad-ltx +Provides macros for use of the eiad fonts in OT1 encoding. Also +offers a couple of MetaFont files described in the font +package, but not provided there. + +date: 2007-02-06 22:00:42 +0100 + +%post eiad-ltx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eiad-ltx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eiad-ltx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eiad-ltx-doc +Summary: Documentation for eiad-ltx +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-eiad-ltx-doc +BuildArch: noarch +AutoReqProv: No + +%description eiad-ltx-doc +Documentation for eiad-ltx + +%package electrum +Provides: tex-electrum = %{tl_version} +License: GPLv2+ with exceptions and LPPL +Summary: Electrum ADF fonts collection +Version: svn19705.1.005_b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(supp-yes.enc) = %{tl_version} +Provides: tex(yes.map) = %{tl_version} +Provides: tex(yesb08c.tfm) = %{tl_version} +Provides: tex(yesb08t.tfm) = %{tl_version} +Provides: tex(yesb0o8c.tfm) = %{tl_version} +Provides: tex(yesb0o8t.tfm) = %{tl_version} +Provides: tex(yesb18c.tfm) = %{tl_version} +Provides: tex(yesb18t.tfm) = %{tl_version} +Provides: tex(yesb1o8c.tfm) = %{tl_version} +Provides: tex(yesb1o8t.tfm) = %{tl_version} +Provides: tex(yesb8c.tfm) = %{tl_version} +Provides: tex(yesb8r.tfm) = %{tl_version} +Provides: tex(yesb8s.tfm) = %{tl_version} +Provides: tex(yesb8t.tfm) = %{tl_version} +Provides: tex(yesbc8t.tfm) = %{tl_version} +Provides: tex(yesbcj8t.tfm) = %{tl_version} +Provides: tex(yesbcjo8t.tfm) = %{tl_version} +Provides: tex(yesbcjow8t.tfm) = %{tl_version} +Provides: tex(yesbcjw8t.tfm) = %{tl_version} +Provides: tex(yesbco8t.tfm) = %{tl_version} +Provides: tex(yesbcow8t.tfm) = %{tl_version} +Provides: tex(yesbcw8t.tfm) = %{tl_version} +Provides: tex(yesbj8c.tfm) = %{tl_version} +Provides: tex(yesbj8t.tfm) = %{tl_version} +Provides: tex(yesbjo8c.tfm) = %{tl_version} +Provides: tex(yesbjo8t.tfm) = %{tl_version} +Provides: tex(yesbjow8t.tfm) = %{tl_version} +Provides: tex(yesbjw8t.tfm) = %{tl_version} +Provides: tex(yesbo8c.tfm) = %{tl_version} +Provides: tex(yesbo8r.tfm) = %{tl_version} +Provides: tex(yesbo8s.tfm) = %{tl_version} +Provides: tex(yesbo8t.tfm) = %{tl_version} +Provides: tex(yesbow8t.tfm) = %{tl_version} +Provides: tex(yesbw8t.tfm) = %{tl_version} +Provides: tex(yesl08c.tfm) = %{tl_version} +Provides: tex(yesl08t.tfm) = %{tl_version} +Provides: tex(yesl0o8c.tfm) = %{tl_version} +Provides: tex(yesl0o8t.tfm) = %{tl_version} +Provides: tex(yesl18c.tfm) = %{tl_version} +Provides: tex(yesl18t.tfm) = %{tl_version} +Provides: tex(yesl1o8c.tfm) = %{tl_version} +Provides: tex(yesl1o8t.tfm) = %{tl_version} +Provides: tex(yesl8c.tfm) = %{tl_version} +Provides: tex(yesl8r.tfm) = %{tl_version} +Provides: tex(yesl8s.tfm) = %{tl_version} +Provides: tex(yesl8t.tfm) = %{tl_version} +Provides: tex(yeslc8t.tfm) = %{tl_version} +Provides: tex(yeslcj8t.tfm) = %{tl_version} +Provides: tex(yeslcjo8t.tfm) = %{tl_version} +Provides: tex(yeslcjow8t.tfm) = %{tl_version} +Provides: tex(yeslcjw8t.tfm) = %{tl_version} +Provides: tex(yeslco8t.tfm) = %{tl_version} +Provides: tex(yeslcow8t.tfm) = %{tl_version} +Provides: tex(yeslcw8t.tfm) = %{tl_version} +Provides: tex(yeslj8c.tfm) = %{tl_version} +Provides: tex(yeslj8t.tfm) = %{tl_version} +Provides: tex(yesljo8c.tfm) = %{tl_version} +Provides: tex(yesljo8t.tfm) = %{tl_version} +Provides: tex(yesljow8t.tfm) = %{tl_version} +Provides: tex(yesljw8t.tfm) = %{tl_version} +Provides: tex(yeslo8c.tfm) = %{tl_version} +Provides: tex(yeslo8r.tfm) = %{tl_version} +Provides: tex(yeslo8s.tfm) = %{tl_version} +Provides: tex(yeslo8t.tfm) = %{tl_version} +Provides: tex(yeslow8t.tfm) = %{tl_version} +Provides: tex(yeslw8t.tfm) = %{tl_version} +Provides: tex(yesr08c.tfm) = %{tl_version} +Provides: tex(yesr08t.tfm) = %{tl_version} +Provides: tex(yesr0o8c.tfm) = %{tl_version} +Provides: tex(yesr0o8t.tfm) = %{tl_version} +Provides: tex(yesr18c.tfm) = %{tl_version} +Provides: tex(yesr18t.tfm) = %{tl_version} +Provides: tex(yesr1o8c.tfm) = %{tl_version} +Provides: tex(yesr1o8t.tfm) = %{tl_version} +Provides: tex(yesr8c.tfm) = %{tl_version} +Provides: tex(yesr8r.tfm) = %{tl_version} +Provides: tex(yesr8s.tfm) = %{tl_version} +Provides: tex(yesr8t.tfm) = %{tl_version} +Provides: tex(yesrc8t.tfm) = %{tl_version} +Provides: tex(yesrcj8t.tfm) = %{tl_version} +Provides: tex(yesrcjo8t.tfm) = %{tl_version} +Provides: tex(yesrcjow8t.tfm) = %{tl_version} +Provides: tex(yesrcjw8t.tfm) = %{tl_version} +Provides: tex(yesrco8t.tfm) = %{tl_version} +Provides: tex(yesrcow8t.tfm) = %{tl_version} +Provides: tex(yesrcw8t.tfm) = %{tl_version} +Provides: tex(yesrj8c.tfm) = %{tl_version} +Provides: tex(yesrj8t.tfm) = %{tl_version} +Provides: tex(yesrjo8c.tfm) = %{tl_version} +Provides: tex(yesrjo8t.tfm) = %{tl_version} +Provides: tex(yesrjow8t.tfm) = %{tl_version} +Provides: tex(yesrjw8t.tfm) = %{tl_version} +Provides: tex(yesro8c.tfm) = %{tl_version} +Provides: tex(yesro8r.tfm) = %{tl_version} +Provides: tex(yesro8s.tfm) = %{tl_version} +Provides: tex(yesro8t.tfm) = %{tl_version} +Provides: tex(yesrow8t.tfm) = %{tl_version} +Provides: tex(yesrw8t.tfm) = %{tl_version} +Provides: tex(yess08c.tfm) = %{tl_version} +Provides: tex(yess08t.tfm) = %{tl_version} +Provides: tex(yess0o8c.tfm) = %{tl_version} +Provides: tex(yess0o8t.tfm) = %{tl_version} +Provides: tex(yess18c.tfm) = %{tl_version} +Provides: tex(yess18t.tfm) = %{tl_version} +Provides: tex(yess1o8c.tfm) = %{tl_version} +Provides: tex(yess1o8t.tfm) = %{tl_version} +Provides: tex(yess8c.tfm) = %{tl_version} +Provides: tex(yess8r.tfm) = %{tl_version} +Provides: tex(yess8s.tfm) = %{tl_version} +Provides: tex(yess8t.tfm) = %{tl_version} +Provides: tex(yessc8t.tfm) = %{tl_version} +Provides: tex(yesscj8t.tfm) = %{tl_version} +Provides: tex(yesscjo8t.tfm) = %{tl_version} +Provides: tex(yesscjow8t.tfm) = %{tl_version} +Provides: tex(yesscjw8t.tfm) = %{tl_version} +Provides: tex(yessco8t.tfm) = %{tl_version} +Provides: tex(yesscow8t.tfm) = %{tl_version} +Provides: tex(yesscw8t.tfm) = %{tl_version} +Provides: tex(yessj8c.tfm) = %{tl_version} +Provides: tex(yessj8t.tfm) = %{tl_version} +Provides: tex(yessjo8c.tfm) = %{tl_version} +Provides: tex(yessjo8t.tfm) = %{tl_version} +Provides: tex(yessjow8t.tfm) = %{tl_version} +Provides: tex(yessjw8t.tfm) = %{tl_version} +Provides: tex(yesso8c.tfm) = %{tl_version} +Provides: tex(yesso8r.tfm) = %{tl_version} +Provides: tex(yesso8s.tfm) = %{tl_version} +Provides: tex(yesso8t.tfm) = %{tl_version} +Provides: tex(yessow8t.tfm) = %{tl_version} +Provides: tex(yessw8t.tfm) = %{tl_version} +Provides: tex(yesb8a.pfb) = %{tl_version} +Provides: tex(yesbo8a.pfb) = %{tl_version} +Provides: tex(yesl8a.pfb) = %{tl_version} +Provides: tex(yeslo8a.pfb) = %{tl_version} +Provides: tex(yesr8a.pfb) = %{tl_version} +Provides: tex(yesro8a.pfb) = %{tl_version} +Provides: tex(yess8a.pfb) = %{tl_version} +Provides: tex(yesso8a.pfb) = %{tl_version} +Provides: tex(yesb08c.vf) = %{tl_version} +Provides: tex(yesb08t.vf) = %{tl_version} +Provides: tex(yesb0o8c.vf) = %{tl_version} +Provides: tex(yesb0o8t.vf) = %{tl_version} +Provides: tex(yesb18c.vf) = %{tl_version} +Provides: tex(yesb18t.vf) = %{tl_version} +Provides: tex(yesb1o8c.vf) = %{tl_version} +Provides: tex(yesb1o8t.vf) = %{tl_version} +Provides: tex(yesb8c.vf) = %{tl_version} +Provides: tex(yesb8t.vf) = %{tl_version} +Provides: tex(yesbc8t.vf) = %{tl_version} +Provides: tex(yesbcj8t.vf) = %{tl_version} +Provides: tex(yesbcjo8t.vf) = %{tl_version} +Provides: tex(yesbcjow8t.vf) = %{tl_version} +Provides: tex(yesbcjw8t.vf) = %{tl_version} +Provides: tex(yesbco8t.vf) = %{tl_version} +Provides: tex(yesbcow8t.vf) = %{tl_version} +Provides: tex(yesbcw8t.vf) = %{tl_version} +Provides: tex(yesbj8c.vf) = %{tl_version} +Provides: tex(yesbj8t.vf) = %{tl_version} +Provides: tex(yesbjo8c.vf) = %{tl_version} +Provides: tex(yesbjo8t.vf) = %{tl_version} +Provides: tex(yesbjow8t.vf) = %{tl_version} +Provides: tex(yesbjw8t.vf) = %{tl_version} +Provides: tex(yesbo8c.vf) = %{tl_version} +Provides: tex(yesbo8t.vf) = %{tl_version} +Provides: tex(yesbow8t.vf) = %{tl_version} +Provides: tex(yesbw8t.vf) = %{tl_version} +Provides: tex(yesl08c.vf) = %{tl_version} +Provides: tex(yesl08t.vf) = %{tl_version} +Provides: tex(yesl0o8c.vf) = %{tl_version} +Provides: tex(yesl0o8t.vf) = %{tl_version} +Provides: tex(yesl18c.vf) = %{tl_version} +Provides: tex(yesl18t.vf) = %{tl_version} +Provides: tex(yesl1o8c.vf) = %{tl_version} +Provides: tex(yesl1o8t.vf) = %{tl_version} +Provides: tex(yesl8c.vf) = %{tl_version} +Provides: tex(yesl8t.vf) = %{tl_version} +Provides: tex(yeslc8t.vf) = %{tl_version} +Provides: tex(yeslcj8t.vf) = %{tl_version} +Provides: tex(yeslcjo8t.vf) = %{tl_version} +Provides: tex(yeslcjow8t.vf) = %{tl_version} +Provides: tex(yeslcjw8t.vf) = %{tl_version} +Provides: tex(yeslco8t.vf) = %{tl_version} +Provides: tex(yeslcow8t.vf) = %{tl_version} +Provides: tex(yeslcw8t.vf) = %{tl_version} +Provides: tex(yeslj8c.vf) = %{tl_version} +Provides: tex(yeslj8t.vf) = %{tl_version} +Provides: tex(yesljo8c.vf) = %{tl_version} +Provides: tex(yesljo8t.vf) = %{tl_version} +Provides: tex(yesljow8t.vf) = %{tl_version} +Provides: tex(yesljw8t.vf) = %{tl_version} +Provides: tex(yeslo8c.vf) = %{tl_version} +Provides: tex(yeslo8t.vf) = %{tl_version} +Provides: tex(yeslow8t.vf) = %{tl_version} +Provides: tex(yeslw8t.vf) = %{tl_version} +Provides: tex(yesr08c.vf) = %{tl_version} +Provides: tex(yesr08t.vf) = %{tl_version} +Provides: tex(yesr0o8c.vf) = %{tl_version} +Provides: tex(yesr0o8t.vf) = %{tl_version} +Provides: tex(yesr18c.vf) = %{tl_version} +Provides: tex(yesr18t.vf) = %{tl_version} +Provides: tex(yesr1o8c.vf) = %{tl_version} +Provides: tex(yesr1o8t.vf) = %{tl_version} +Provides: tex(yesr8c.vf) = %{tl_version} +Provides: tex(yesr8t.vf) = %{tl_version} +Provides: tex(yesrc8t.vf) = %{tl_version} +Provides: tex(yesrcj8t.vf) = %{tl_version} +Provides: tex(yesrcjo8t.vf) = %{tl_version} +Provides: tex(yesrcjow8t.vf) = %{tl_version} +Provides: tex(yesrcjw8t.vf) = %{tl_version} +Provides: tex(yesrco8t.vf) = %{tl_version} +Provides: tex(yesrcow8t.vf) = %{tl_version} +Provides: tex(yesrcw8t.vf) = %{tl_version} +Provides: tex(yesrj8c.vf) = %{tl_version} +Provides: tex(yesrj8t.vf) = %{tl_version} +Provides: tex(yesrjo8c.vf) = %{tl_version} +Provides: tex(yesrjo8t.vf) = %{tl_version} +Provides: tex(yesrjow8t.vf) = %{tl_version} +Provides: tex(yesrjw8t.vf) = %{tl_version} +Provides: tex(yesro8c.vf) = %{tl_version} +Provides: tex(yesro8t.vf) = %{tl_version} +Provides: tex(yesrow8t.vf) = %{tl_version} +Provides: tex(yesrw8t.vf) = %{tl_version} +Provides: tex(yess08c.vf) = %{tl_version} +Provides: tex(yess08t.vf) = %{tl_version} +Provides: tex(yess0o8c.vf) = %{tl_version} +Provides: tex(yess0o8t.vf) = %{tl_version} +Provides: tex(yess18c.vf) = %{tl_version} +Provides: tex(yess18t.vf) = %{tl_version} +Provides: tex(yess1o8c.vf) = %{tl_version} +Provides: tex(yess1o8t.vf) = %{tl_version} +Provides: tex(yess8c.vf) = %{tl_version} +Provides: tex(yess8t.vf) = %{tl_version} +Provides: tex(yessc8t.vf) = %{tl_version} +Provides: tex(yesscj8t.vf) = %{tl_version} +Provides: tex(yesscjo8t.vf) = %{tl_version} +Provides: tex(yesscjow8t.vf) = %{tl_version} +Provides: tex(yesscjw8t.vf) = %{tl_version} +Provides: tex(yessco8t.vf) = %{tl_version} +Provides: tex(yesscow8t.vf) = %{tl_version} +Provides: tex(yesscw8t.vf) = %{tl_version} +Provides: tex(yessj8c.vf) = %{tl_version} +Provides: tex(yessj8t.vf) = %{tl_version} +Provides: tex(yessjo8c.vf) = %{tl_version} +Provides: tex(yessjo8t.vf) = %{tl_version} +Provides: tex(yessjow8t.vf) = %{tl_version} +Provides: tex(yessjw8t.vf) = %{tl_version} +Provides: tex(yesso8c.vf) = %{tl_version} +Provides: tex(yesso8t.vf) = %{tl_version} +Provides: tex(yessow8t.vf) = %{tl_version} +Provides: tex(yessw8t.vf) = %{tl_version} +Provides: tex(electrum.sty) = %{tl_version} +Provides: tex(t1yes.fd) = %{tl_version} +Provides: tex(t1yes0.fd) = %{tl_version} +Provides: tex(t1yes1.fd) = %{tl_version} +Provides: tex(t1yesj.fd) = %{tl_version} +Provides: tex(t1yesjw.fd) = %{tl_version} +Provides: tex(t1yesw.fd) = %{tl_version} +Provides: tex(ts1yes.fd) = %{tl_version} +Provides: tex(ts1yes0.fd) = %{tl_version} +Provides: tex(ts1yes1.fd) = %{tl_version} +Provides: tex(ts1yesj.fd) = %{tl_version} +Provides: tex(ts1yesjw.fd) = %{tl_version} +Provides: tex(ts1yesw.fd) = %{tl_version} + +%description electrum +Electrum ADF is a slab-serif font featuring optical and italic +small-caps; additional ligatures and an alternate Q; lining, +hanging, inferior and superior digits; and four weights. The +fonts are provided in Adobe Type 1 format and the support +material enables use with LaTeX. Licence is mixed: LPPL for +LaTeX support; GPL with font exception for the fonts. + +date: 2010-07-28 12:27:25 +0200 + +%post electrum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map yes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yes.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun electrum +if [ $1 == 0 ] ; then +sed -i '/^Map yes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans electrum +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package electrum-doc +Summary: Documentation for electrum +Version: svn19705.1.005_b +Release: %{tl_noarch_release} +Provides: tex-electrum-doc +BuildArch: noarch +AutoReqProv: No + +%description electrum-doc +Documentation for electrum + +%package elvish +Provides: tex-elvish = %{tl_version} +License: Elvish +Summary: Fonts for typesetting Tolkien Elvish scripts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cirth.tfm) = %{tl_version} +Provides: tex(teng10.tfm) = %{tl_version} + +%description elvish +The bundle provides fonts for Cirth (cirth.mf, etc.) and for +Tengwar (teng10.mf). The Tengwar fonts are supported by macros +in teng.tex, or by the (better documented) tengtex package. + +date: 2008-04-19 23:11:03 +0200 + +%post elvish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elvish +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elvish +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elvish-doc +Summary: Documentation for elvish +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-elvish-doc +BuildArch: noarch +AutoReqProv: No + +%description elvish-doc +Documentation for elvish + +%package epigrafica +Provides: tex-epigrafica = %{tl_version} +License: GPL+ +Summary: A Greek and Latin font +Version: svn17210.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(pxfonts.sty) +Provides: tex(epigraficahellenic.enc) = %{tl_version} +Provides: tex(epigrafica.map) = %{tl_version} +Provides: tex(epigraficab8a.tfm) = %{tl_version} +Provides: tex(epigraficab8r.tfm) = %{tl_version} +Provides: tex(epigraficabi8a.tfm) = %{tl_version} +Provides: tex(epigraficabi8r.tfm) = %{tl_version} +Provides: tex(epigraficabo8a.tfm) = %{tl_version} +Provides: tex(epigraficabo8r.tfm) = %{tl_version} +Provides: tex(epigraficac8a.tfm) = %{tl_version} +Provides: tex(epigraficac8r.tfm) = %{tl_version} +Provides: tex(epigraficahb7a.tfm) = %{tl_version} +Provides: tex(epigraficahb7r.tfm) = %{tl_version} +Provides: tex(epigraficahbi7a.tfm) = %{tl_version} +Provides: tex(epigraficahbi7r.tfm) = %{tl_version} +Provides: tex(epigraficahbo7a.tfm) = %{tl_version} +Provides: tex(epigraficahbo7r.tfm) = %{tl_version} +Provides: tex(epigraficahc7a.tfm) = %{tl_version} +Provides: tex(epigraficahc7r.tfm) = %{tl_version} +Provides: tex(epigraficahi7a.tfm) = %{tl_version} +Provides: tex(epigraficahi7r.tfm) = %{tl_version} +Provides: tex(epigraficahn7r.tfm) = %{tl_version} +Provides: tex(epigraficaho7a.tfm) = %{tl_version} +Provides: tex(epigraficaho7r.tfm) = %{tl_version} +Provides: tex(epigraficai8a.tfm) = %{tl_version} +Provides: tex(epigraficai8r.tfm) = %{tl_version} +Provides: tex(epigrafican8a.tfm) = %{tl_version} +Provides: tex(epigrafican8r.tfm) = %{tl_version} +Provides: tex(epigraficao8a.tfm) = %{tl_version} +Provides: tex(epigraficao8r.tfm) = %{tl_version} +Provides: tex(gepigraficahn7a.tfm) = %{tl_version} +Provides: tex(Epigrafica-Entona.pfb) = %{tl_version} +Provides: tex(Epigrafica-EntonaReonta.pfb) = %{tl_version} +Provides: tex(Epigrafica-Ortha.pfb) = %{tl_version} +Provides: tex(Epigrafica-Pezokefalaia.pfb) = %{tl_version} +Provides: tex(Epigrafica-Reonta.pfb) = %{tl_version} +Provides: tex(epigraficab8r.vf) = %{tl_version} +Provides: tex(epigraficabi8r.vf) = %{tl_version} +Provides: tex(epigraficabo8r.vf) = %{tl_version} +Provides: tex(epigraficac8r.vf) = %{tl_version} +Provides: tex(epigraficahb7r.vf) = %{tl_version} +Provides: tex(epigraficahbi7r.vf) = %{tl_version} +Provides: tex(epigraficahbo7r.vf) = %{tl_version} +Provides: tex(epigraficahc7r.vf) = %{tl_version} +Provides: tex(epigraficahi7r.vf) = %{tl_version} +Provides: tex(epigraficahn7r.vf) = %{tl_version} +Provides: tex(epigraficaho7r.vf) = %{tl_version} +Provides: tex(epigraficai8r.vf) = %{tl_version} +Provides: tex(epigrafican8r.vf) = %{tl_version} +Provides: tex(epigraficao8r.vf) = %{tl_version} +Provides: tex(epigrafica.sty) = %{tl_version} +Provides: tex(lgrepigrafica.fd) = %{tl_version} +Provides: tex(ot1epigrafica.fd) = %{tl_version} + +%description epigrafica +Epigrafica is forked from the development of the MgOpen font +Cosmetica, which is a similar design to Optima and includes +Greek. Development has been supported by the Laboratory of +Digital Typography and Mathematical Software, of the Department +of Mathematics of the University of the Aegean, Greece. + +date: 2010-02-24 20:55:02 +0100 + +%post epigrafica +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map epigrafica.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map epigrafica.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun epigrafica +if [ $1 == 0 ] ; then +sed -i '/^Map epigrafica.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans epigrafica +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epigrafica-doc +Summary: Documentation for epigrafica +Version: svn17210.1.01 +Release: %{tl_noarch_release} +Provides: tex-epigrafica-doc +BuildArch: noarch +AutoReqProv: No + +%description epigrafica-doc +Documentation for epigrafica + +%package epsdice +Provides: tex-epsdice = %{tl_version} +License: LPPL +Summary: A scalable dice "font" +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Provides: tex(epsdice.cfg) = %{tl_version} +Provides: tex(epsdice.sty) = %{tl_version} + +%description epsdice +The epsdice package defines a single command \epsdice that +takes a numeric argument (in the range 1-6), and selects a face +image from a file that contains each of the 6 possible die +faces. The graphic file is provided in both Encapsulated +PostScript and PDF formats. + +date: 2007-02-15 14:08:03 +0100 + +%post epsdice +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epsdice +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsdice +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epsdice-doc +Summary: Documentation for epsdice +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-epsdice-doc +BuildArch: noarch +AutoReqProv: No + +%description epsdice-doc +Documentation for epsdice + +%package esstix +Provides: tex-esstix = %{tl_version} +License: OFL +Summary: PostScript versions of the ESSTIX, with macro support +Version: svn22426.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(ESSTIX.map) = %{tl_version} +Provides: tex(esstixbb.tfm) = %{tl_version} +Provides: tex(esstixcal.tfm) = %{tl_version} +Provides: tex(esstixfrak.tfm) = %{tl_version} +Provides: tex(rESSTIX13.tfm) = %{tl_version} +Provides: tex(rESSTIX14.tfm) = %{tl_version} +Provides: tex(rESSTIX15.tfm) = %{tl_version} +Provides: tex(ESSTIX10.pfb) = %{tl_version} +Provides: tex(ESSTIX11.pfb) = %{tl_version} +Provides: tex(ESSTIX12.pfb) = %{tl_version} +Provides: tex(ESSTIX13.pfb) = %{tl_version} +Provides: tex(ESSTIX14.pfb) = %{tl_version} +Provides: tex(ESSTIX15.pfb) = %{tl_version} +Provides: tex(ESSTIX16.pfb) = %{tl_version} +Provides: tex(ESSTIX17.pfb) = %{tl_version} +Provides: tex(ESSTIX1_.pfb) = %{tl_version} +Provides: tex(ESSTIX2_.pfb) = %{tl_version} +Provides: tex(ESSTIX3_.pfb) = %{tl_version} +Provides: tex(ESSTIX4_.pfb) = %{tl_version} +Provides: tex(ESSTIX5_.pfb) = %{tl_version} +Provides: tex(ESSTIX6_.pfb) = %{tl_version} +Provides: tex(ESSTIX7_.pfb) = %{tl_version} +Provides: tex(ESSTIX8_.pfb) = %{tl_version} +Provides: tex(ESSTIX9_.pfb) = %{tl_version} +Provides: tex(esstixbb.vf) = %{tl_version} +Provides: tex(esstixcal.vf) = %{tl_version} +Provides: tex(esstixfrak.vf) = %{tl_version} +Provides: tex(esstixbb.sty) = %{tl_version} +Provides: tex(esstixcal.sty) = %{tl_version} +Provides: tex(esstixfrak.sty) = %{tl_version} +Provides: tex(uesstixbb.fd) = %{tl_version} +Provides: tex(uesstixcal.fd) = %{tl_version} +Provides: tex(uesstixfrak.fd) = %{tl_version} + +%description esstix +These fonts represent translation to PostScript Type 1 of the +ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX +project, and were donated by Elsevier to that project. The +accompanying virtual fonts with customized metrics and LaTeX +support files allow their use as calligraphic, fraktur and +double-struck (blackboard bold) in maths mode. + +date: 2011-05-10 11:05:00 +0200 + +%post esstix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ESSTIX.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ESSTIX.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun esstix +if [ $1 == 0 ] ; then +sed -i '/^Map ESSTIX.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans esstix +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esstix-doc +Summary: Documentation for esstix +Version: svn22426.1.0 +Release: %{tl_noarch_release} +Provides: tex-esstix-doc +BuildArch: noarch +AutoReqProv: No + +%description esstix-doc +Documentation for esstix + +%package esvect +Provides: tex-esvect = %{tl_version} +License: GPL+ +Summary: Vector arrows +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(esvect.map) = %{tl_version} +Provides: tex(vect10.tfm) = %{tl_version} +Provides: tex(vect5.tfm) = %{tl_version} +Provides: tex(vect6.tfm) = %{tl_version} +Provides: tex(vect7.tfm) = %{tl_version} +Provides: tex(vect8.tfm) = %{tl_version} +Provides: tex(vect9.tfm) = %{tl_version} +Provides: tex(vect10.pfb) = %{tl_version} +Provides: tex(vect5.pfb) = %{tl_version} +Provides: tex(vect6.pfb) = %{tl_version} +Provides: tex(vect7.pfb) = %{tl_version} +Provides: tex(vect8.pfb) = %{tl_version} +Provides: tex(vect9.pfb) = %{tl_version} +Provides: tex(esvect.sty) = %{tl_version} +Provides: tex(uesvect.fd) = %{tl_version} + +%description esvect +Write vectors using an arrow which is different to the Computer +Modern one. You have the choice between several kinds of +arrows. The package consists of the relevant metafont code and +a package to use it. + +date: 2006-10-27 00:09:51 +0200 + +%post esvect +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map esvect.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map esvect.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun esvect +if [ $1 == 0 ] ; then +sed -i '/^Map esvect.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans esvect +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esvect-doc +Summary: Documentation for esvect +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-esvect-doc +BuildArch: noarch +AutoReqProv: No + +%description esvect-doc +Documentation for esvect + +%package eulervm +Provides: tex-eulervm = %{tl_version} +License: LPPL +Summary: Euler virtual math fonts +Version: svn15878.4.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(zeuex10.tfm) = %{tl_version} +Provides: tex(zeurb10.tfm) = %{tl_version} +Provides: tex(zeurb5.tfm) = %{tl_version} +Provides: tex(zeurb7.tfm) = %{tl_version} +Provides: tex(zeurm10.tfm) = %{tl_version} +Provides: tex(zeurm5.tfm) = %{tl_version} +Provides: tex(zeurm7.tfm) = %{tl_version} +Provides: tex(zeusb10.tfm) = %{tl_version} +Provides: tex(zeusb5.tfm) = %{tl_version} +Provides: tex(zeusb7.tfm) = %{tl_version} +Provides: tex(zeusm10.tfm) = %{tl_version} +Provides: tex(zeusm5.tfm) = %{tl_version} +Provides: tex(zeusm7.tfm) = %{tl_version} +Provides: tex(zeuex10.vf) = %{tl_version} +Provides: tex(zeurb10.vf) = %{tl_version} +Provides: tex(zeurb5.vf) = %{tl_version} +Provides: tex(zeurb7.vf) = %{tl_version} +Provides: tex(zeurm10.vf) = %{tl_version} +Provides: tex(zeurm5.vf) = %{tl_version} +Provides: tex(zeurm7.vf) = %{tl_version} +Provides: tex(zeusb10.vf) = %{tl_version} +Provides: tex(zeusb5.vf) = %{tl_version} +Provides: tex(zeusb7.vf) = %{tl_version} +Provides: tex(zeusm10.vf) = %{tl_version} +Provides: tex(zeusm5.vf) = %{tl_version} +Provides: tex(zeusm7.vf) = %{tl_version} +Provides: tex(eulervm.sty) = %{tl_version} +Provides: tex(uzeuex.fd) = %{tl_version} +Provides: tex(uzeur.fd) = %{tl_version} +Provides: tex(uzeus.fd) = %{tl_version} + +%description eulervm +The well-known Euler fonts are suitable for typsetting +mathematics in conjunction with a variety of text fonts which +do not provide mathematical character sets of their own. Euler- +VM is a set of virtual mathematics fonts based on Euler and CM. +This approach has several advantages over immediately using the +real Euler fonts: Most noticeably, less TeX resources are +consumed, the quality of various math symbols is improved and a +usable \hslash symbol can be provided. The virtual fonts are +accompanied by a LaTeX package which makes them easy to use, +particularly in conjunction with Type1 PostScript text fonts. +They are compatible with amsmath. A package option allows the +fonts to be loaded at 95% of their nominal size, thus blending +better with certain text fonts, e.g., Minion. + +date: 2006-12-09 23:51:48 +0100 + +%post eulervm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eulervm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eulervm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eulervm-doc +Summary: Documentation for eulervm +Version: svn15878.4.0 +Release: %{tl_noarch_release} +Provides: tex-eulervm-doc +BuildArch: noarch +AutoReqProv: No + +%description eulervm-doc +Documentation for eulervm + +%package euxm +Provides: tex-euxm = %{tl_version} +License: LPPL +Summary: euxm package +Version: svn20202.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(euxm10.tfm) = %{tl_version} +Provides: tex(euxm5.tfm) = %{tl_version} +Provides: tex(euxm7.tfm) = %{tl_version} + +%description euxm +euxm package + +%post euxm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun euxm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euxm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fdsymbol +Provides: tex-fdsymbol = %{tl_version} +License: OFSFLD +Summary: A maths symbol font +Version: svn26722.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(amsmath.sty) +Requires: tex(textcomp.sty) +Provides: tex(fdsymbol-a.enc) = %{tl_version} +Provides: tex(fdsymbol-b.enc) = %{tl_version} +Provides: tex(fdsymbol-c.enc) = %{tl_version} +Provides: tex(fdsymbol-d.enc) = %{tl_version} +Provides: tex(fdsymbol-e.enc) = %{tl_version} +Provides: tex(fdsymbol-f.enc) = %{tl_version} +Provides: tex(fdsymbol.map) = %{tl_version} +Provides: tex(FdSymbol-Bold.otf) = %{tl_version} +Provides: tex(FdSymbol-Book.otf) = %{tl_version} +Provides: tex(FdSymbol-Medium.otf) = %{tl_version} +Provides: tex(FdSymbol-Regular.otf) = %{tl_version} +Provides: tex(FdSymbolA-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolA-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolA-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolA-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolB-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolB-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolB-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolB-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolC-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolC-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolC-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolC-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolD-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolD-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolD-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolD-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolE-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolE-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolE-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolE-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolF-Bold.tfm) = %{tl_version} +Provides: tex(FdSymbolF-Book.tfm) = %{tl_version} +Provides: tex(FdSymbolF-Medium.tfm) = %{tl_version} +Provides: tex(FdSymbolF-Regular.tfm) = %{tl_version} +Provides: tex(FdSymbolA-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolA-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolA-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolA-Regular.pfb) = %{tl_version} +Provides: tex(FdSymbolB-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolB-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolB-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolB-Regular.pfb) = %{tl_version} +Provides: tex(FdSymbolC-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolC-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolC-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolC-Regular.pfb) = %{tl_version} +Provides: tex(FdSymbolD-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolD-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolD-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolD-Regular.pfb) = %{tl_version} +Provides: tex(FdSymbolE-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolE-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolE-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolE-Regular.pfb) = %{tl_version} +Provides: tex(FdSymbolF-Bold.pfb) = %{tl_version} +Provides: tex(FdSymbolF-Book.pfb) = %{tl_version} +Provides: tex(FdSymbolF-Medium.pfb) = %{tl_version} +Provides: tex(FdSymbolF-Regular.pfb) = %{tl_version} +Provides: tex(fdsymbol.sty) = %{tl_version} + +%description fdsymbol +FdSymbol is a maths symbol font, designed as a companion to the +Fedra family by Typotheque, but it might also fit other +contemporary typefaces. + +date: 2012-05-29 12:56:38 +0200 + +%post fdsymbol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map fdsymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fdsymbol.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun fdsymbol +if [ $1 == 0 ] ; then +sed -i '/^Map fdsymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans fdsymbol +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fdsymbol-doc +Summary: Documentation for fdsymbol +Version: svn26722.0.8 +Release: %{tl_noarch_release} +Provides: tex-fdsymbol-doc +BuildArch: noarch +AutoReqProv: No + +%description fdsymbol-doc +Documentation for fdsymbol + +%package feyn +Provides: tex-feyn = %{tl_version} +License: GPL+ +Summary: A font for in-text Feynman diagrams +Version: svn15878.0.3.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(feyn10.tfm) = %{tl_version} +Provides: tex(feyn11.tfm) = %{tl_version} +Provides: tex(feyn12.tfm) = %{tl_version} +Provides: tex(feyn18.tfm) = %{tl_version} +Provides: tex(feyn24.tfm) = %{tl_version} +Provides: tex(feyntext10.tfm) = %{tl_version} +Provides: tex(feyntext11.tfm) = %{tl_version} +Provides: tex(feyntext12.tfm) = %{tl_version} +Provides: tex(feyntext18.tfm) = %{tl_version} +Provides: tex(feyntext24.tfm) = %{tl_version} +Provides: tex(feyn.sty) = %{tl_version} + +%description feyn +Feyn may be used to produce relatively simple Feynman diagrams +within equations in a LaTeX document. While the feynmf package +is good at drawing large diagrams for figures, the present +package and its fonts allow diagrams within equations or text, +at a matching size. The fonts are distributed as MetaFont +source, and macros for their use are also provided. + +date: 2009-10-08 14:27:31 +0200 + +%post feyn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun feyn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feyn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package feyn-doc +Summary: Documentation for feyn +Version: svn15878.0.3.3 +Release: %{tl_noarch_release} +Provides: tex-feyn-doc +BuildArch: noarch +AutoReqProv: No + +%description feyn-doc +Documentation for feyn + +%package fge +Provides: tex-fge = %{tl_version} +License: LPPL +Summary: A font for Frege's Grundgesetze der Arithmetik +Version: svn24732.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(fge.map) = %{tl_version} +Provides: tex(fgeit10.tfm) = %{tl_version} +Provides: tex(fgerm10.tfm) = %{tl_version} +Provides: tex(fgeit10.pfb) = %{tl_version} +Provides: tex(fgerm10.pfb) = %{tl_version} +Provides: tex(Ufgeit.fd) = %{tl_version} +Provides: tex(Ufgerm.fd) = %{tl_version} +Provides: tex(fge.cfg) = %{tl_version} +Provides: tex(fge.sty) = %{tl_version} + +%description fge +The fonts are provided as Metafont source and Adobe Type 1 +(pfb) files. A small LaTeX package (fge) is included. + +date: 2011-11-18 06:50:27 +0100 + +%post fge +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map fge.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fge.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun fge +if [ $1 == 0 ] ; then +sed -i '/^Map fge.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans fge +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fge-doc +Summary: Documentation for fge +Version: svn24732.1.24 +Release: %{tl_noarch_release} +Provides: tex-fge-doc +BuildArch: noarch +AutoReqProv: No + +%description fge-doc +Documentation for fge + +%package foekfont +Provides: tex-foekfont = %{tl_version} +License: GPL+ +Summary: The title font of the Mads Fok magazine +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(foekfont.map) = %{tl_version} +Provides: tex(foekfont.tfm) = %{tl_version} +Provides: tex(FoekFont.pfb) = %{tl_version} +Provides: tex(foekfont.sty) = %{tl_version} +Provides: tex(ot1foekfont.fd) = %{tl_version} +Provides: tex(t1foekfont.fd) = %{tl_version} + +%description foekfont +The bundle provides an Adobe Type 1 font, and LaTeX support for +its use. The magazine web site shows the font in use in a few +places. + +date: 2007-02-27 14:19:10 +0100 + +%post foekfont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map foekfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map foekfont.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun foekfont +if [ $1 == 0 ] ; then +sed -i '/^Map foekfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans foekfont +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package foekfont-doc +Summary: Documentation for foekfont +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-foekfont-doc +BuildArch: noarch +AutoReqProv: No + +%description foekfont-doc +Documentation for foekfont + +%package fonetika +Provides: tex-fonetika = %{tl_version} +License: GPL+ and LPPL +Summary: Support for the danish "Dania" phonetic system +Version: svn21326.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Provides: tex(fonetika.map) = %{tl_version} +Provides: tex(fonetika.tfm) = %{tl_version} +Provides: tex(fonetikabold.tfm) = %{tl_version} +Provides: tex(fonetikasans.tfm) = %{tl_version} +Provides: tex(fonetikasansbold.tfm) = %{tl_version} +Provides: tex(FonetikaDaniaIwonaeBold.ttf) = %{tl_version} +Provides: tex(FonetikaDaniaIwonaeRegular.ttf) = %{tl_version} +Provides: tex(FonetikaDaniaPallaeBold.ttf) = %{tl_version} +Provides: tex(FonetikaDaniaPallaeRegular.ttf) = %{tl_version} +Provides: tex(FonetikaDaniaIwonaeBold.pfb) = %{tl_version} +Provides: tex(FonetikaDaniaIwonaeRegular.pfb) = %{tl_version} +Provides: tex(FonetikaDaniaPallaeBold.pfb) = %{tl_version} +Provides: tex(FonetikaDaniaPallaeRegular.pfb) = %{tl_version} +Provides: tex(fonetika.sty) = %{tl_version} +Provides: tex(t1fonetika.fd) = %{tl_version} + +%description fonetika +Fonetika Dania is a font bundle with a serif font and a sans +serif font for the danish phonetic system Dania. Both fonts +exist in regular and bold weights. LaTeX support is provided. +The fonts are based on URW Palladio and Iwona Condensed, and +were created using FontForge. + +date: 2008-08-19 20:38:14 +0200 + +%post fonetika +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map fonetika.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fonetika.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun fonetika +if [ $1 == 0 ] ; then +sed -i '/^Map fonetika.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans fonetika +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fonetika-doc +Summary: Documentation for fonetika +Version: svn21326.0 +Release: %{tl_noarch_release} +Provides: tex-fonetika-doc +BuildArch: noarch +AutoReqProv: No + +%description fonetika-doc +Documentation for fonetika + +%package fontawesome +Provides: tex-fontawesome = %{tl_version} +License: Freely redistributable without restriction +Summary: Font containing web-related icons +Version: svn29498.3.0.2_1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(FontAwesome.otf) = %{tl_version} +Provides: tex(fontawesome.sty) = %{tl_version} + +%description fontawesome +The package offers access to the large number of web-related +icons provided by the included font. The package requires the +package, fontspec, running under XeTeX or LuaTeX. + +date: 2013-03-24 11:01:10 +0100 + +%post fontawesome +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontawesome +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontawesome +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontawesome-doc +Summary: Documentation for fontawesome +Version: svn29498.3.0.2_1 +Release: %{tl_noarch_release} +Provides: tex-fontawesome-doc +BuildArch: noarch +AutoReqProv: No + +%description fontawesome-doc +Documentation for fontawesome + +%package fourier +Provides: tex-fourier = %{tl_version} +License: LPPL +Summary: Using Utopia fonts in LaTeX documents +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Provides: tex(fourier-utopia-expert.map) = %{tl_version} +Provides: tex(fourier.map) = %{tl_version} +Provides: tex(fourier-alt-black.tfm) = %{tl_version} +Provides: tex(fourier-alt-bold-sl.tfm) = %{tl_version} +Provides: tex(fourier-alt-bold.tfm) = %{tl_version} +Provides: tex(fourier-alt-boldita.tfm) = %{tl_version} +Provides: tex(fourier-alt-ita.tfm) = %{tl_version} +Provides: tex(fourier-alt-semi-sl.tfm) = %{tl_version} +Provides: tex(fourier-alt-semi.tfm) = %{tl_version} +Provides: tex(fourier-alt-semiita.tfm) = %{tl_version} +Provides: tex(fourier-alt-sl.tfm) = %{tl_version} +Provides: tex(fourier-alt.tfm) = %{tl_version} +Provides: tex(fourier-bb.tfm) = %{tl_version} +Provides: tex(fourier-mcl.tfm) = %{tl_version} +Provides: tex(fourier-mex.tfm) = %{tl_version} +Provides: tex(fourier-ml.tfm) = %{tl_version} +Provides: tex(fourier-mlb.tfm) = %{tl_version} +Provides: tex(fourier-mlit.tfm) = %{tl_version} +Provides: tex(fourier-mlitb.tfm) = %{tl_version} +Provides: tex(fourier-ms.tfm) = %{tl_version} +Provides: tex(fourier-orns.tfm) = %{tl_version} +Provides: tex(futb8c.tfm) = %{tl_version} +Provides: tex(futb8r.tfm) = %{tl_version} +Provides: tex(futb8t.tfm) = %{tl_version} +Provides: tex(futb8x.tfm) = %{tl_version} +Provides: tex(futb9c.tfm) = %{tl_version} +Provides: tex(futb9d.tfm) = %{tl_version} +Provides: tex(futb9e.tfm) = %{tl_version} +Provides: tex(futbc8t.tfm) = %{tl_version} +Provides: tex(futbi8c.tfm) = %{tl_version} +Provides: tex(futbi8r.tfm) = %{tl_version} +Provides: tex(futbi8t.tfm) = %{tl_version} +Provides: tex(futbi8x.tfm) = %{tl_version} +Provides: tex(futbi9c.tfm) = %{tl_version} +Provides: tex(futbi9d.tfm) = %{tl_version} +Provides: tex(futbi9e.tfm) = %{tl_version} +Provides: tex(futbo8c.tfm) = %{tl_version} +Provides: tex(futbo8r.tfm) = %{tl_version} +Provides: tex(futbo8t.tfm) = %{tl_version} +Provides: tex(futbo8x.tfm) = %{tl_version} +Provides: tex(futbo9c.tfm) = %{tl_version} +Provides: tex(futbo9d.tfm) = %{tl_version} +Provides: tex(futbo9e.tfm) = %{tl_version} +Provides: tex(futboorn.tfm) = %{tl_version} +Provides: tex(futborn.tfm) = %{tl_version} +Provides: tex(futc8r.tfm) = %{tl_version} +Provides: tex(futc8x.tfm) = %{tl_version} +Provides: tex(futc9c.tfm) = %{tl_version} +Provides: tex(futc9d.tfm) = %{tl_version} +Provides: tex(futc9e.tfm) = %{tl_version} +Provides: tex(futcorn.tfm) = %{tl_version} +Provides: tex(futmi.tfm) = %{tl_version} +Provides: tex(futmib.tfm) = %{tl_version} +Provides: tex(futmii.tfm) = %{tl_version} +Provides: tex(futmiib.tfm) = %{tl_version} +Provides: tex(futr8c.tfm) = %{tl_version} +Provides: tex(futr8r.tfm) = %{tl_version} +Provides: tex(futr8t.tfm) = %{tl_version} +Provides: tex(futr8x.tfm) = %{tl_version} +Provides: tex(futr9c.tfm) = %{tl_version} +Provides: tex(futr9d.tfm) = %{tl_version} +Provides: tex(futr9e.tfm) = %{tl_version} +Provides: tex(futrc8r.tfm) = %{tl_version} +Provides: tex(futrc8t.tfm) = %{tl_version} +Provides: tex(futrc9d.tfm) = %{tl_version} +Provides: tex(futrc9e.tfm) = %{tl_version} +Provides: tex(futrd8r.tfm) = %{tl_version} +Provides: tex(futrd8t.tfm) = %{tl_version} +Provides: tex(futri8c.tfm) = %{tl_version} +Provides: tex(futri8r.tfm) = %{tl_version} +Provides: tex(futri8t.tfm) = %{tl_version} +Provides: tex(futri8x.tfm) = %{tl_version} +Provides: tex(futri9c.tfm) = %{tl_version} +Provides: tex(futri9d.tfm) = %{tl_version} +Provides: tex(futri9e.tfm) = %{tl_version} +Provides: tex(futro8c.tfm) = %{tl_version} +Provides: tex(futro8r.tfm) = %{tl_version} +Provides: tex(futro8t.tfm) = %{tl_version} +Provides: tex(futro8x.tfm) = %{tl_version} +Provides: tex(futro9c.tfm) = %{tl_version} +Provides: tex(futro9d.tfm) = %{tl_version} +Provides: tex(futro9e.tfm) = %{tl_version} +Provides: tex(futroorn.tfm) = %{tl_version} +Provides: tex(futrorn.tfm) = %{tl_version} +Provides: tex(futs8r.tfm) = %{tl_version} +Provides: tex(futs8x.tfm) = %{tl_version} +Provides: tex(futs9c.tfm) = %{tl_version} +Provides: tex(futs9d.tfm) = %{tl_version} +Provides: tex(futs9e.tfm) = %{tl_version} +Provides: tex(futsc8r.tfm) = %{tl_version} +Provides: tex(futsc9d.tfm) = %{tl_version} +Provides: tex(futsc9e.tfm) = %{tl_version} +Provides: tex(futsi8r.tfm) = %{tl_version} +Provides: tex(futsi8x.tfm) = %{tl_version} +Provides: tex(futsi9c.tfm) = %{tl_version} +Provides: tex(futsi9d.tfm) = %{tl_version} +Provides: tex(futsi9e.tfm) = %{tl_version} +Provides: tex(futso8r.tfm) = %{tl_version} +Provides: tex(futso8x.tfm) = %{tl_version} +Provides: tex(futso9c.tfm) = %{tl_version} +Provides: tex(futso9d.tfm) = %{tl_version} +Provides: tex(futso9e.tfm) = %{tl_version} +Provides: tex(futsoorn.tfm) = %{tl_version} +Provides: tex(futsorn.tfm) = %{tl_version} +Provides: tex(futsy.tfm) = %{tl_version} +Provides: tex(fourier-alt-black.pfb) = %{tl_version} +Provides: tex(fourier-alt-bold.pfb) = %{tl_version} +Provides: tex(fourier-alt-boldita.pfb) = %{tl_version} +Provides: tex(fourier-alt-ita.pfb) = %{tl_version} +Provides: tex(fourier-alt-semi.pfb) = %{tl_version} +Provides: tex(fourier-alt-semiita.pfb) = %{tl_version} +Provides: tex(fourier-alt.pfb) = %{tl_version} +Provides: tex(fourier-bb.pfb) = %{tl_version} +Provides: tex(fourier-mcl.pfb) = %{tl_version} +Provides: tex(fourier-mex.pfb) = %{tl_version} +Provides: tex(fourier-ml.pfb) = %{tl_version} +Provides: tex(fourier-mlb.pfb) = %{tl_version} +Provides: tex(fourier-mlit.pfb) = %{tl_version} +Provides: tex(fourier-mlitb.pfb) = %{tl_version} +Provides: tex(fourier-ms.pfb) = %{tl_version} +Provides: tex(fourier-orns.pfb) = %{tl_version} +Provides: tex(futb8c.vf) = %{tl_version} +Provides: tex(futb8t.vf) = %{tl_version} +Provides: tex(futb9c.vf) = %{tl_version} +Provides: tex(futb9d.vf) = %{tl_version} +Provides: tex(futb9e.vf) = %{tl_version} +Provides: tex(futbc8t.vf) = %{tl_version} +Provides: tex(futbi8c.vf) = %{tl_version} +Provides: tex(futbi8t.vf) = %{tl_version} +Provides: tex(futbi9c.vf) = %{tl_version} +Provides: tex(futbi9d.vf) = %{tl_version} +Provides: tex(futbi9e.vf) = %{tl_version} +Provides: tex(futbo8c.vf) = %{tl_version} +Provides: tex(futbo8t.vf) = %{tl_version} +Provides: tex(futbo9c.vf) = %{tl_version} +Provides: tex(futbo9d.vf) = %{tl_version} +Provides: tex(futbo9e.vf) = %{tl_version} +Provides: tex(futboorn.vf) = %{tl_version} +Provides: tex(futborn.vf) = %{tl_version} +Provides: tex(futc9c.vf) = %{tl_version} +Provides: tex(futc9d.vf) = %{tl_version} +Provides: tex(futc9e.vf) = %{tl_version} +Provides: tex(futcorn.vf) = %{tl_version} +Provides: tex(futmi.vf) = %{tl_version} +Provides: tex(futmib.vf) = %{tl_version} +Provides: tex(futmii.vf) = %{tl_version} +Provides: tex(futmiib.vf) = %{tl_version} +Provides: tex(futr8c.vf) = %{tl_version} +Provides: tex(futr8t.vf) = %{tl_version} +Provides: tex(futr9c.vf) = %{tl_version} +Provides: tex(futr9d.vf) = %{tl_version} +Provides: tex(futr9e.vf) = %{tl_version} +Provides: tex(futrc8t.vf) = %{tl_version} +Provides: tex(futrc9d.vf) = %{tl_version} +Provides: tex(futrc9e.vf) = %{tl_version} +Provides: tex(futrd8t.vf) = %{tl_version} +Provides: tex(futri8c.vf) = %{tl_version} +Provides: tex(futri8t.vf) = %{tl_version} +Provides: tex(futri9c.vf) = %{tl_version} +Provides: tex(futri9d.vf) = %{tl_version} +Provides: tex(futri9e.vf) = %{tl_version} +Provides: tex(futro8c.vf) = %{tl_version} +Provides: tex(futro8t.vf) = %{tl_version} +Provides: tex(futro9c.vf) = %{tl_version} +Provides: tex(futro9d.vf) = %{tl_version} +Provides: tex(futro9e.vf) = %{tl_version} +Provides: tex(futroorn.vf) = %{tl_version} +Provides: tex(futrorn.vf) = %{tl_version} +Provides: tex(futs9c.vf) = %{tl_version} +Provides: tex(futs9d.vf) = %{tl_version} +Provides: tex(futs9e.vf) = %{tl_version} +Provides: tex(futsc9d.vf) = %{tl_version} +Provides: tex(futsc9e.vf) = %{tl_version} +Provides: tex(futsi9c.vf) = %{tl_version} +Provides: tex(futsi9d.vf) = %{tl_version} +Provides: tex(futsi9e.vf) = %{tl_version} +Provides: tex(futso9c.vf) = %{tl_version} +Provides: tex(futso9d.vf) = %{tl_version} +Provides: tex(futso9e.vf) = %{tl_version} +Provides: tex(futsoorn.vf) = %{tl_version} +Provides: tex(futsorn.vf) = %{tl_version} +Provides: tex(futsy.vf) = %{tl_version} +Provides: tex(fmlfutm.fd) = %{tl_version} +Provides: tex(fmlfutmi.fd) = %{tl_version} +Provides: tex(fmsfutm.fd) = %{tl_version} +Provides: tex(fmxfutm.fd) = %{tl_version} +Provides: tex(fourier-orns.sty) = %{tl_version} +Provides: tex(fourier.sty) = %{tl_version} +Provides: tex(t1futj.fd) = %{tl_version} +Provides: tex(t1futs.fd) = %{tl_version} +Provides: tex(t1futx.fd) = %{tl_version} +Provides: tex(ts1futj.fd) = %{tl_version} +Provides: tex(ts1futs.fd) = %{tl_version} +Provides: tex(ts1futx.fd) = %{tl_version} +Provides: tex(ufuts.fd) = %{tl_version} + +%description fourier +Fourier-GUTenberg is a LaTeX typesetting system which uses +Adobe Utopia as its standard base font. Fourier-GUTenberg +provides all complementary typefaces needed to allow Utopia +based TeX typesetting, including an extensive mathematics set +and several other symbols. The system is absolutely stand- +alone: apart from Utopia and Fourier, no other typefaces are +required. The fourier fonts will also work with Adobe Utopia +Expert fonts, which are only available for purchase. Utopia is +a registered trademark of Adobe Systems Incorporated + +date: 2008-12-13 14:57:21 +0100 + +%post fourier +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map fourier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fourier.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map fourier-utopia-expert.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fourier-utopia-expert.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun fourier +if [ $1 == 0 ] ; then +sed -i '/^Map fourier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map fourier-utopia-expert.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans fourier +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fourier-doc +Summary: Documentation for fourier +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-fourier-doc +BuildArch: noarch +AutoReqProv: No + +%description fourier-doc +Documentation for fourier + +%package fouriernc +Provides: tex-fouriernc = %{tl_version} +License: LPPL +Summary: Use New Century Schoolbook text with Fourier maths fonts +Version: svn29646.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fourier.sty) +Provides: tex(fncmi.tfm) = %{tl_version} +Provides: tex(fncmib.tfm) = %{tl_version} +Provides: tex(fncmii.tfm) = %{tl_version} +Provides: tex(fncmiib.tfm) = %{tl_version} +Provides: tex(fncsy.tfm) = %{tl_version} +Provides: tex(fncmi.vf) = %{tl_version} +Provides: tex(fncmib.vf) = %{tl_version} +Provides: tex(fncmii.vf) = %{tl_version} +Provides: tex(fncmiib.vf) = %{tl_version} +Provides: tex(fncsy.vf) = %{tl_version} +Provides: tex(fmlfncm.fd) = %{tl_version} +Provides: tex(fmlfncmi.fd) = %{tl_version} +Provides: tex(fmsfncm.fd) = %{tl_version} +Provides: tex(fouriernc.sty) = %{tl_version} +Provides: tex(t1fnc.fd) = %{tl_version} +Provides: tex(ts1fnc.fd) = %{tl_version} + +%description fouriernc +This package provides a LaTeX mathematics font setup for use +with New Century Schoolbook text. In order to use it you need +to have the Fourier-GUTenberg fonts installed. + +date: 2013-04-03 16:06:16 +0200 + +%post fouriernc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fouriernc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fouriernc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fouriernc-doc +Summary: Documentation for fouriernc +Version: svn29646.0 +Release: %{tl_noarch_release} +Provides: tex-fouriernc-doc +BuildArch: noarch +AutoReqProv: No + +%description fouriernc-doc +Documentation for fouriernc + +%package frcursive +Provides: tex-frcursive = %{tl_version} +License: LPPL 1.2 +Summary: French cursive hand fonts +Version: svn24559.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Provides: tex(frcursive.map) = %{tl_version} +Provides: tex(frca10.tfm) = %{tl_version} +Provides: tex(frcbx10.tfm) = %{tl_version} +Provides: tex(frcbx14.tfm) = %{tl_version} +Provides: tex(frcbx6.tfm) = %{tl_version} +Provides: tex(frcc10.tfm) = %{tl_version} +Provides: tex(frcc14.tfm) = %{tl_version} +Provides: tex(frcc6.tfm) = %{tl_version} +Provides: tex(frcf10.tfm) = %{tl_version} +Provides: tex(frcf14.tfm) = %{tl_version} +Provides: tex(frcf6.tfm) = %{tl_version} +Provides: tex(frcr10.tfm) = %{tl_version} +Provides: tex(frcr14.tfm) = %{tl_version} +Provides: tex(frcr6.tfm) = %{tl_version} +Provides: tex(frcsl10.tfm) = %{tl_version} +Provides: tex(frcsl14.tfm) = %{tl_version} +Provides: tex(frcsl6.tfm) = %{tl_version} +Provides: tex(frcslbx10.tfm) = %{tl_version} +Provides: tex(frcslbx14.tfm) = %{tl_version} +Provides: tex(frcslbx6.tfm) = %{tl_version} +Provides: tex(frcslc10.tfm) = %{tl_version} +Provides: tex(frcslc14.tfm) = %{tl_version} +Provides: tex(frcslc6.tfm) = %{tl_version} +Provides: tex(frcw10.tfm) = %{tl_version} +Provides: tex(frca10.pfb) = %{tl_version} +Provides: tex(frcbx10.pfb) = %{tl_version} +Provides: tex(frcbx14.pfb) = %{tl_version} +Provides: tex(frcbx6.pfb) = %{tl_version} +Provides: tex(frcc10.pfb) = %{tl_version} +Provides: tex(frcc14.pfb) = %{tl_version} +Provides: tex(frcc6.pfb) = %{tl_version} +Provides: tex(frcf10.pfb) = %{tl_version} +Provides: tex(frcf14.pfb) = %{tl_version} +Provides: tex(frcf6.pfb) = %{tl_version} +Provides: tex(frcr10.pfb) = %{tl_version} +Provides: tex(frcr14.pfb) = %{tl_version} +Provides: tex(frcr6.pfb) = %{tl_version} +Provides: tex(frcsl10.pfb) = %{tl_version} +Provides: tex(frcsl14.pfb) = %{tl_version} +Provides: tex(frcsl6.pfb) = %{tl_version} +Provides: tex(frcslbx10.pfb) = %{tl_version} +Provides: tex(frcslbx14.pfb) = %{tl_version} +Provides: tex(frcslbx6.pfb) = %{tl_version} +Provides: tex(frcslc10.pfb) = %{tl_version} +Provides: tex(frcslc14.pfb) = %{tl_version} +Provides: tex(frcslc6.pfb) = %{tl_version} +Provides: tex(frcw10.pfb) = %{tl_version} +Provides: tex(frcursive.sty) = %{tl_version} +Provides: tex(ot1frc.fd) = %{tl_version} +Provides: tex(t1frc.fd) = %{tl_version} + +%description frcursive +A hand-writing font in the style of the French academic +running-hand. The font was written in Metafont and and has been +converted to Adobe Type 1 format. LaTeX support (NFFS fd files, +and a package) and font maps are provided. + +date: 2011-11-09 16:18:27 +0100 + +%post frcursive +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map frcursive.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map frcursive.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun frcursive +if [ $1 == 0 ] ; then +sed -i '/^Map frcursive.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans frcursive +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frcursive-doc +Summary: Documentation for frcursive +Version: svn24559.0 +Release: %{tl_noarch_release} +Provides: tex-frcursive-doc +BuildArch: noarch +AutoReqProv: No + +%description frcursive-doc +Documentation for frcursive + +%package genealogy +Provides: tex-genealogy = %{tl_version} +License: LPPL +Summary: A compilation genealogy font +Version: svn25112.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(drgen10.tfm) = %{tl_version} + +%description genealogy +A simple compilation of the genealogical symbols found in the +wasy and gen fonts, essentially adding the male and female +symbols to Knuth's 'gen' font, and so avoiding loading two +fonts when you need only genealogical symbols. The font is +distributed as Metafont source. + +date: 2011-04-10 21:40:35 +0200 + +%post genealogy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun genealogy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genealogy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package genealogy-doc +Summary: Documentation for genealogy +Version: svn25112.0 +Release: %{tl_noarch_release} +Provides: tex-genealogy-doc +BuildArch: noarch +AutoReqProv: No + +%description genealogy-doc +Documentation for genealogy + +%package gentium +Provides: tex-gentium = %{tl_version} +License: OFL +Summary: Gentium font and support files +Version: svn30378.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gentium-agr.enc) = %{tl_version} +Provides: tex(gentium-ec.enc) = %{tl_version} +Provides: tex(gentium-l7x.enc) = %{tl_version} +Provides: tex(gentium-qx.enc) = %{tl_version} +Provides: tex(gentium-t2a.enc) = %{tl_version} +Provides: tex(gentium-t5.enc) = %{tl_version} +Provides: tex(gentium-texnansi.enc) = %{tl_version} +Provides: tex(gentium-agr.map) = %{tl_version} +Provides: tex(gentium-ec.map) = %{tl_version} +Provides: tex(gentium-l7x.map) = %{tl_version} +Provides: tex(gentium-qx.map) = %{tl_version} +Provides: tex(gentium-t2a.map) = %{tl_version} +Provides: tex(gentium-t5.map) = %{tl_version} +Provides: tex(gentium-texnansi.map) = %{tl_version} +Provides: tex(gentium.map) = %{tl_version} +Provides: tex(agr-gentium-italic.tfm) = %{tl_version} +Provides: tex(agr-gentium-roman.tfm) = %{tl_version} +Provides: tex(ec-gentium-italic.tfm) = %{tl_version} +Provides: tex(ec-gentium-roman.tfm) = %{tl_version} +Provides: tex(ec-gentiumbasic-bold.tfm) = %{tl_version} +Provides: tex(ec-gentiumbasic-bolditalic.tfm) = %{tl_version} +Provides: tex(l7x-gentium-italic.tfm) = %{tl_version} +Provides: tex(l7x-gentium-roman.tfm) = %{tl_version} +Provides: tex(l7x-gentiumbasic-bold.tfm) = %{tl_version} +Provides: tex(l7x-gentiumbasic-bolditalic.tfm) = %{tl_version} +Provides: tex(qx-gentium-italic.tfm) = %{tl_version} +Provides: tex(qx-gentium-roman.tfm) = %{tl_version} +Provides: tex(qx-gentiumbasic-bold.tfm) = %{tl_version} +Provides: tex(qx-gentiumbasic-bolditalic.tfm) = %{tl_version} +Provides: tex(t2a-gentium-italic.tfm) = %{tl_version} +Provides: tex(t2a-gentium-roman.tfm) = %{tl_version} +Provides: tex(t5-gentium-italic.tfm) = %{tl_version} +Provides: tex(t5-gentium-roman.tfm) = %{tl_version} +Provides: tex(t5-gentiumbasic-bold.tfm) = %{tl_version} +Provides: tex(t5-gentiumbasic-bolditalic.tfm) = %{tl_version} +Provides: tex(texnansi-gentium-italic.tfm) = %{tl_version} +Provides: tex(texnansi-gentium-roman.tfm) = %{tl_version} +Provides: tex(texnansi-gentiumbasic-bold.tfm) = %{tl_version} +Provides: tex(texnansi-gentiumbasic-bolditalic.tfm) = %{tl_version} +Provides: tex(GenAI102.ttf) = %{tl_version} +Provides: tex(GenAR102.ttf) = %{tl_version} +Provides: tex(GenBasB.ttf) = %{tl_version} +Provides: tex(GenBasBI.ttf) = %{tl_version} +Provides: tex(GenBasI.ttf) = %{tl_version} +Provides: tex(GenBasR.ttf) = %{tl_version} +Provides: tex(GenBkBasB.ttf) = %{tl_version} +Provides: tex(GenBkBasBI.ttf) = %{tl_version} +Provides: tex(GenBkBasI.ttf) = %{tl_version} +Provides: tex(GenBkBasR.ttf) = %{tl_version} +Provides: tex(GenI102.ttf) = %{tl_version} +Provides: tex(GenR102.ttf) = %{tl_version} + +%description gentium +The package includes TrueType fonts from SIL, files needed to +use them in pdfTeX in multiple encodings (agr, t2a, ec/T1, +texnansi, l7x, qx, t5) and support files for ConTeXt. Other +encodings, and LaTeX support remain to be added. + +date: 2013-05-08 20:54:26 +0200 + +%post gentium +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gentium +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gentium +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gentium-doc +Summary: Documentation for gentium +Version: svn30378.0 +Release: %{tl_noarch_release} +Provides: tex-gentium-doc +BuildArch: noarch +AutoReqProv: No + +%description gentium-doc +Documentation for gentium + +%package gfsartemisia +Provides: tex-gfsartemisia = %{tl_version} +License: LPPL +Summary: A modern Greek font design +Version: svn19469.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(euler.sty) +Requires: tex(txfonts.sty) +Provides: tex(artemisia.enc) = %{tl_version} +Provides: tex(artemisiadenomnums.enc) = %{tl_version} +Provides: tex(artemisiaec.enc) = %{tl_version} +Provides: tex(artemisiaecsc.enc) = %{tl_version} +Provides: tex(artemisiael.enc) = %{tl_version} +Provides: tex(artemisiaelsc.enc) = %{tl_version} +Provides: tex(artemisiamath.enc) = %{tl_version} +Provides: tex(artemisianumnums.enc) = %{tl_version} +Provides: tex(artemisiasc.enc) = %{tl_version} +Provides: tex(artemisiatabnums.enc) = %{tl_version} +Provides: tex(gfsartemisia.map) = %{tl_version} +Provides: tex(GFSArtemisia.otf) = %{tl_version} +Provides: tex(GFSArtemisiaBold.otf) = %{tl_version} +Provides: tex(GFSArtemisiaBoldIt.otf) = %{tl_version} +Provides: tex(GFSArtemisiaIt.otf) = %{tl_version} +Provides: tex(artemisiab8a.tfm) = %{tl_version} +Provides: tex(artemisiab8r.tfm) = %{tl_version} +Provides: tex(artemisiab9a.tfm) = %{tl_version} +Provides: tex(artemisiab9r.tfm) = %{tl_version} +Provides: tex(artemisiabi8a.tfm) = %{tl_version} +Provides: tex(artemisiabi8r.tfm) = %{tl_version} +Provides: tex(artemisiabi9a.tfm) = %{tl_version} +Provides: tex(artemisiabi9r.tfm) = %{tl_version} +Provides: tex(artemisiabo8a.tfm) = %{tl_version} +Provides: tex(artemisiabo8r.tfm) = %{tl_version} +Provides: tex(artemisiabo9a.tfm) = %{tl_version} +Provides: tex(artemisiabo9r.tfm) = %{tl_version} +Provides: tex(artemisiadenomnums8a.tfm) = %{tl_version} +Provides: tex(artemisiadenomnums8r.tfm) = %{tl_version} +Provides: tex(artemisiai8a.tfm) = %{tl_version} +Provides: tex(artemisiai8r.tfm) = %{tl_version} +Provides: tex(artemisiai9a.tfm) = %{tl_version} +Provides: tex(artemisiai9r.tfm) = %{tl_version} +Provides: tex(artemisiamath8a.tfm) = %{tl_version} +Provides: tex(artemisiamath8r.tfm) = %{tl_version} +Provides: tex(artemisianumnums8a.tfm) = %{tl_version} +Provides: tex(artemisianumnums8r.tfm) = %{tl_version} +Provides: tex(artemisiao8a.tfm) = %{tl_version} +Provides: tex(artemisiao8r.tfm) = %{tl_version} +Provides: tex(artemisiao9a.tfm) = %{tl_version} +Provides: tex(artemisiao9r.tfm) = %{tl_version} +Provides: tex(artemisiarg8a.tfm) = %{tl_version} +Provides: tex(artemisiarg8r.tfm) = %{tl_version} +Provides: tex(artemisiarg9a.tfm) = %{tl_version} +Provides: tex(artemisiarg9r.tfm) = %{tl_version} +Provides: tex(artemisiasc8a.tfm) = %{tl_version} +Provides: tex(artemisiasc8r.tfm) = %{tl_version} +Provides: tex(artemisiasc9a.tfm) = %{tl_version} +Provides: tex(artemisiasc9r.tfm) = %{tl_version} +Provides: tex(artemisiasco8a.tfm) = %{tl_version} +Provides: tex(artemisiasco8r.tfm) = %{tl_version} +Provides: tex(artemisiasco9a.tfm) = %{tl_version} +Provides: tex(artemisiasco9r.tfm) = %{tl_version} +Provides: tex(artemisiatabnums8a.tfm) = %{tl_version} +Provides: tex(artemisiatabnums8r.tfm) = %{tl_version} +Provides: tex(gartemisiab6a.tfm) = %{tl_version} +Provides: tex(gartemisiab6r.tfm) = %{tl_version} +Provides: tex(gartemisiabi6a.tfm) = %{tl_version} +Provides: tex(gartemisiabi6r.tfm) = %{tl_version} +Provides: tex(gartemisiabo6a.tfm) = %{tl_version} +Provides: tex(gartemisiabo6r.tfm) = %{tl_version} +Provides: tex(gartemisiai6a.tfm) = %{tl_version} +Provides: tex(gartemisiai6r.tfm) = %{tl_version} +Provides: tex(gartemisiao6a.tfm) = %{tl_version} +Provides: tex(gartemisiao6r.tfm) = %{tl_version} +Provides: tex(gartemisiarg6a.tfm) = %{tl_version} +Provides: tex(gartemisiarg6r.tfm) = %{tl_version} +Provides: tex(gartemisiasc6a.tfm) = %{tl_version} +Provides: tex(gartemisiasc6r.tfm) = %{tl_version} +Provides: tex(gartemisiasco6a.tfm) = %{tl_version} +Provides: tex(gartemisiasco6r.tfm) = %{tl_version} +Provides: tex(GFSArtemisia-Bold.pfb) = %{tl_version} +Provides: tex(GFSArtemisia-BoldItalic.pfb) = %{tl_version} +Provides: tex(GFSArtemisia-Italic.pfb) = %{tl_version} +Provides: tex(GFSArtemisia-Regular.pfb) = %{tl_version} +Provides: tex(artemisiab8a.vf) = %{tl_version} +Provides: tex(artemisiab9a.vf) = %{tl_version} +Provides: tex(artemisiabi8a.vf) = %{tl_version} +Provides: tex(artemisiabi9a.vf) = %{tl_version} +Provides: tex(artemisiabo8a.vf) = %{tl_version} +Provides: tex(artemisiabo9a.vf) = %{tl_version} +Provides: tex(artemisiadenomnums8a.vf) = %{tl_version} +Provides: tex(artemisiai8a.vf) = %{tl_version} +Provides: tex(artemisiai9a.vf) = %{tl_version} +Provides: tex(artemisiamath8a.vf) = %{tl_version} +Provides: tex(artemisianumnums8a.vf) = %{tl_version} +Provides: tex(artemisiao8a.vf) = %{tl_version} +Provides: tex(artemisiao9a.vf) = %{tl_version} +Provides: tex(artemisiarg8a.vf) = %{tl_version} +Provides: tex(artemisiarg9a.vf) = %{tl_version} +Provides: tex(artemisiasc8a.vf) = %{tl_version} +Provides: tex(artemisiasc9a.vf) = %{tl_version} +Provides: tex(artemisiasco8a.vf) = %{tl_version} +Provides: tex(artemisiasco9a.vf) = %{tl_version} +Provides: tex(artemisiatabnums8a.vf) = %{tl_version} +Provides: tex(gartemisiab6a.vf) = %{tl_version} +Provides: tex(gartemisiabi6a.vf) = %{tl_version} +Provides: tex(gartemisiabo6a.vf) = %{tl_version} +Provides: tex(gartemisiai6a.vf) = %{tl_version} +Provides: tex(gartemisiao6a.vf) = %{tl_version} +Provides: tex(gartemisiarg6a.vf) = %{tl_version} +Provides: tex(gartemisiasc6a.vf) = %{tl_version} +Provides: tex(gartemisiasco6a.vf) = %{tl_version} +Provides: tex(gfsartemisia-euler.sty) = %{tl_version} +Provides: tex(gfsartemisia.sty) = %{tl_version} +Provides: tex(lgrartemisia.fd) = %{tl_version} +Provides: tex(lgrartemisiaeuler.fd) = %{tl_version} +Provides: tex(ot1artemisia.fd) = %{tl_version} +Provides: tex(ot1artemisiaeuler.fd) = %{tl_version} +Provides: tex(t1artemisia.fd) = %{tl_version} +Provides: tex(t1artemisiaeuler.fd) = %{tl_version} +Provides: tex(uartemisiaeulernums.fd) = %{tl_version} +Provides: tex(uartemisianums.fd) = %{tl_version} + +%description gfsartemisia +GFS Artemisia is a relatively modern font, designed as a +'general purpose' font in the same sense as Times is nowadays +treated. The present version has been provided by the Greek +Font Society. The font supports the Greek and Latin alphabets. +LaTeX support is provided, using the OT1, T1 and LGR encodings. + +date: 2008-08-19 21:00:04 +0200 + +%post gfsartemisia +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsartemisia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsartemisia.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsartemisia +if [ $1 == 0 ] ; then +sed -i '/^Map gfsartemisia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsartemisia +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsartemisia-doc +Summary: Documentation for gfsartemisia +Version: svn19469.1.0 +Release: %{tl_noarch_release} +Provides: tex-gfsartemisia-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsartemisia-doc +Documentation for gfsartemisia + +%package gfsbodoni +Provides: tex-gfsbodoni = %{tl_version} +License: OFL +Summary: A Greek and Latin font based on Bodoni +Version: svn28484.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(bodoni.enc) = %{tl_version} +Provides: tex(bodonidenomnums.enc) = %{tl_version} +Provides: tex(bodoniec.enc) = %{tl_version} +Provides: tex(bodoniecsc.enc) = %{tl_version} +Provides: tex(bodoniel.enc) = %{tl_version} +Provides: tex(bodonielsc.enc) = %{tl_version} +Provides: tex(bodoninumnums.enc) = %{tl_version} +Provides: tex(bodonisc.enc) = %{tl_version} +Provides: tex(bodonitabnums.enc) = %{tl_version} +Provides: tex(gfsbodoni.map) = %{tl_version} +Provides: tex(GFSBodoni.otf) = %{tl_version} +Provides: tex(GFSBodoniBold.otf) = %{tl_version} +Provides: tex(GFSBodoniBoldIt.otf) = %{tl_version} +Provides: tex(GFSBodoniIt.otf) = %{tl_version} +Provides: tex(bodonib8a.tfm) = %{tl_version} +Provides: tex(bodonib8r.tfm) = %{tl_version} +Provides: tex(bodonib9a.tfm) = %{tl_version} +Provides: tex(bodonib9r.tfm) = %{tl_version} +Provides: tex(bodonibi8a.tfm) = %{tl_version} +Provides: tex(bodonibi8r.tfm) = %{tl_version} +Provides: tex(bodonibi9a.tfm) = %{tl_version} +Provides: tex(bodonibi9r.tfm) = %{tl_version} +Provides: tex(bodonibo8a.tfm) = %{tl_version} +Provides: tex(bodonibo8r.tfm) = %{tl_version} +Provides: tex(bodonibo9a.tfm) = %{tl_version} +Provides: tex(bodonibo9r.tfm) = %{tl_version} +Provides: tex(bodonidenomnums8a.tfm) = %{tl_version} +Provides: tex(bodonidenomnums8r.tfm) = %{tl_version} +Provides: tex(bodonii8a.tfm) = %{tl_version} +Provides: tex(bodonii8r.tfm) = %{tl_version} +Provides: tex(bodonii9a.tfm) = %{tl_version} +Provides: tex(bodonii9r.tfm) = %{tl_version} +Provides: tex(bodoninumnums8a.tfm) = %{tl_version} +Provides: tex(bodoninumnums8r.tfm) = %{tl_version} +Provides: tex(bodonio8a.tfm) = %{tl_version} +Provides: tex(bodonio8r.tfm) = %{tl_version} +Provides: tex(bodonio9a.tfm) = %{tl_version} +Provides: tex(bodonio9r.tfm) = %{tl_version} +Provides: tex(bodonirg8a.tfm) = %{tl_version} +Provides: tex(bodonirg8r.tfm) = %{tl_version} +Provides: tex(bodonirg9a.tfm) = %{tl_version} +Provides: tex(bodonirg9r.tfm) = %{tl_version} +Provides: tex(bodonisc8a.tfm) = %{tl_version} +Provides: tex(bodonisc8r.tfm) = %{tl_version} +Provides: tex(bodonisc9a.tfm) = %{tl_version} +Provides: tex(bodonisc9r.tfm) = %{tl_version} +Provides: tex(bodonisco8a.tfm) = %{tl_version} +Provides: tex(bodonisco8r.tfm) = %{tl_version} +Provides: tex(bodonisco9a.tfm) = %{tl_version} +Provides: tex(bodonisco9r.tfm) = %{tl_version} +Provides: tex(bodonitabnums8a.tfm) = %{tl_version} +Provides: tex(bodonitabnums8r.tfm) = %{tl_version} +Provides: tex(gbodonib6a.tfm) = %{tl_version} +Provides: tex(gbodonib6r.tfm) = %{tl_version} +Provides: tex(gbodonibi6a.tfm) = %{tl_version} +Provides: tex(gbodonibi6r.tfm) = %{tl_version} +Provides: tex(gbodonibo6a.tfm) = %{tl_version} +Provides: tex(gbodonibo6r.tfm) = %{tl_version} +Provides: tex(gbodonii6a.tfm) = %{tl_version} +Provides: tex(gbodonii6r.tfm) = %{tl_version} +Provides: tex(gbodonio6a.tfm) = %{tl_version} +Provides: tex(gbodonio6r.tfm) = %{tl_version} +Provides: tex(gbodonio9a.tfm) = %{tl_version} +Provides: tex(gbodonirg6a.tfm) = %{tl_version} +Provides: tex(gbodonirg6r.tfm) = %{tl_version} +Provides: tex(gbodonisc6a.tfm) = %{tl_version} +Provides: tex(gbodonisc6r.tfm) = %{tl_version} +Provides: tex(gbodonisco6a.tfm) = %{tl_version} +Provides: tex(gbodonisco6r.tfm) = %{tl_version} +Provides: tex(GFSBodoni-Bold.pfb) = %{tl_version} +Provides: tex(GFSBodoni-BoldItalic.pfb) = %{tl_version} +Provides: tex(GFSBodoni-Italic.pfb) = %{tl_version} +Provides: tex(GFSBodoni-Regular.pfb) = %{tl_version} +Provides: tex(bodonib8a.vf) = %{tl_version} +Provides: tex(bodonib9a.vf) = %{tl_version} +Provides: tex(bodonibi8a.vf) = %{tl_version} +Provides: tex(bodonibi9a.vf) = %{tl_version} +Provides: tex(bodonibo8a.vf) = %{tl_version} +Provides: tex(bodonibo9a.vf) = %{tl_version} +Provides: tex(bodonidenomnums8a.vf) = %{tl_version} +Provides: tex(bodonii8a.vf) = %{tl_version} +Provides: tex(bodonii9a.vf) = %{tl_version} +Provides: tex(bodoninumnums8a.vf) = %{tl_version} +Provides: tex(bodonio8a.vf) = %{tl_version} +Provides: tex(bodonio9a.vf) = %{tl_version} +Provides: tex(bodonirg8a.vf) = %{tl_version} +Provides: tex(bodonirg9a.vf) = %{tl_version} +Provides: tex(bodonisc8a.vf) = %{tl_version} +Provides: tex(bodonisc9a.vf) = %{tl_version} +Provides: tex(bodonisco8a.vf) = %{tl_version} +Provides: tex(bodonisco9a.vf) = %{tl_version} +Provides: tex(bodonitabnums8a.vf) = %{tl_version} +Provides: tex(gbodonib6a.vf) = %{tl_version} +Provides: tex(gbodonibi6a.vf) = %{tl_version} +Provides: tex(gbodonibo6a.vf) = %{tl_version} +Provides: tex(gbodonii6a.vf) = %{tl_version} +Provides: tex(gbodonio6a.vf) = %{tl_version} +Provides: tex(gbodonio9a.vf) = %{tl_version} +Provides: tex(gbodonirg6a.vf) = %{tl_version} +Provides: tex(gbodonisc6a.vf) = %{tl_version} +Provides: tex(gbodonisco6a.vf) = %{tl_version} +Provides: tex(gfsbodoni.sty) = %{tl_version} +Provides: tex(lgrbodoni.fd) = %{tl_version} +Provides: tex(ot1bodoni.fd) = %{tl_version} +Provides: tex(t1bodoni.fd) = %{tl_version} +Provides: tex(ubodoninums.fd) = %{tl_version} + +%description gfsbodoni +Bodoni's Greek fonts in the 18th century broke, for the first +time, with the Byzantine cursive tradition of Greek fonts. GFS +Bodoni resurrects his work for general use. The font family +supports both Greek and Latin letters. LaTeX support of the +fonts is provided, offering OT1, T1 and LGR encodings. The +fonts themselves are provided in Adobe Type 1 and OpenType +formats. + +date: 2012-05-17 11:22:16 +0200 + +%post gfsbodoni +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsbodoni.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsbodoni.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsbodoni +if [ $1 == 0 ] ; then +sed -i '/^Map gfsbodoni.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsbodoni +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsbodoni-doc +Summary: Documentation for gfsbodoni +Version: svn28484.1.01 +Release: %{tl_noarch_release} +Provides: tex-gfsbodoni-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsbodoni-doc +Documentation for gfsbodoni + +%package gfscomplutum +Provides: tex-gfscomplutum = %{tl_version} +License: OFL +Summary: A Greek font with a long history +Version: svn19469.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(gpcomplutum.enc) = %{tl_version} +Provides: tex(gfscomplutum.map) = %{tl_version} +Provides: tex(GFSPolyglot.otf) = %{tl_version} +Provides: tex(gcomplutum8a.tfm) = %{tl_version} +Provides: tex(gcomplutum8r.tfm) = %{tl_version} +Provides: tex(gcomplutumo8a.tfm) = %{tl_version} +Provides: tex(gcomplutumo8r.tfm) = %{tl_version} +Provides: tex(GFSComplutum-Regular.pfb) = %{tl_version} +Provides: tex(gcomplutum8a.vf) = %{tl_version} +Provides: tex(gcomplutumo8a.vf) = %{tl_version} +Provides: tex(gfscomplutum.sty) = %{tl_version} +Provides: tex(lgrcomplutum.fd) = %{tl_version} + +%description gfscomplutum +GFS Complutum derives, via a long development, from a +minuscule-only font cut in the 16th century. An unsatisfactory +set of majuscules were added in the early 20th century, but its +author died before he could complete the revival of the font. +The Greek Font Society has released this version, which has a +new set of majuscules. + +date: 2008-08-19 21:00:04 +0200 + +%post gfscomplutum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfscomplutum.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfscomplutum.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfscomplutum +if [ $1 == 0 ] ; then +sed -i '/^Map gfscomplutum.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfscomplutum +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfscomplutum-doc +Summary: Documentation for gfscomplutum +Version: svn19469.1.0 +Release: %{tl_noarch_release} +Provides: tex-gfscomplutum-doc +BuildArch: noarch +AutoReqProv: No + +%description gfscomplutum-doc +Documentation for gfscomplutum + +%package gfsdidot +Provides: tex-gfsdidot = %{tl_version} +License: LPPL +Summary: A Greek font based on Didot's work +Version: svn19469.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(pxfonts.sty) +Provides: tex(didot.enc) = %{tl_version} +Provides: tex(didotdenomnums.enc) = %{tl_version} +Provides: tex(didotec.enc) = %{tl_version} +Provides: tex(didotnumnums.enc) = %{tl_version} +Provides: tex(didottabnums.enc) = %{tl_version} +Provides: tex(didotuecsc.enc) = %{tl_version} +Provides: tex(didotusc.enc) = %{tl_version} +Provides: tex(gfsudidotmath.enc) = %{tl_version} +Provides: tex(gpdidot.enc) = %{tl_version} +Provides: tex(gpdidoti.enc) = %{tl_version} +Provides: tex(gpdidotusc.enc) = %{tl_version} +Provides: tex(gpolga.enc) = %{tl_version} +Provides: tex(gfsdidot.map) = %{tl_version} +Provides: tex(GFSDidot.otf) = %{tl_version} +Provides: tex(GFSDidotBold.otf) = %{tl_version} +Provides: tex(GFSDidotBoldItalic.otf) = %{tl_version} +Provides: tex(GFSDidotItalic.otf) = %{tl_version} +Provides: tex(GFSOlga.otf) = %{tl_version} +Provides: tex(didotb8a.tfm) = %{tl_version} +Provides: tex(didotb8r.tfm) = %{tl_version} +Provides: tex(didotb9a.tfm) = %{tl_version} +Provides: tex(didotb9r.tfm) = %{tl_version} +Provides: tex(didotbi8a.tfm) = %{tl_version} +Provides: tex(didotbi8r.tfm) = %{tl_version} +Provides: tex(didotbi9a.tfm) = %{tl_version} +Provides: tex(didotbi9r.tfm) = %{tl_version} +Provides: tex(didotbo8a.tfm) = %{tl_version} +Provides: tex(didotbo8r.tfm) = %{tl_version} +Provides: tex(didotbo9a.tfm) = %{tl_version} +Provides: tex(didotbo9r.tfm) = %{tl_version} +Provides: tex(didotdenomnums8a.tfm) = %{tl_version} +Provides: tex(didotdenomnums8r.tfm) = %{tl_version} +Provides: tex(didoti8a.tfm) = %{tl_version} +Provides: tex(didoti8r.tfm) = %{tl_version} +Provides: tex(didoti9a.tfm) = %{tl_version} +Provides: tex(didoti9r.tfm) = %{tl_version} +Provides: tex(didotnumnums8a.tfm) = %{tl_version} +Provides: tex(didotnumnums8r.tfm) = %{tl_version} +Provides: tex(didoto8a.tfm) = %{tl_version} +Provides: tex(didoto8r.tfm) = %{tl_version} +Provides: tex(didoto9a.tfm) = %{tl_version} +Provides: tex(didoto9r.tfm) = %{tl_version} +Provides: tex(didotrg8a.tfm) = %{tl_version} +Provides: tex(didotrg8r.tfm) = %{tl_version} +Provides: tex(didotrg9a.tfm) = %{tl_version} +Provides: tex(didotrg9r.tfm) = %{tl_version} +Provides: tex(didotsc8a.tfm) = %{tl_version} +Provides: tex(didotsc8r.tfm) = %{tl_version} +Provides: tex(didotsc9a.tfm) = %{tl_version} +Provides: tex(didotsc9r.tfm) = %{tl_version} +Provides: tex(didotsco8a.tfm) = %{tl_version} +Provides: tex(didotsco8r.tfm) = %{tl_version} +Provides: tex(didotsco9a.tfm) = %{tl_version} +Provides: tex(didotsco9r.tfm) = %{tl_version} +Provides: tex(didottabnums8a.tfm) = %{tl_version} +Provides: tex(didottabnums8r.tfm) = %{tl_version} +Provides: tex(didotui8a.tfm) = %{tl_version} +Provides: tex(didotui8r.tfm) = %{tl_version} +Provides: tex(didotui9a.tfm) = %{tl_version} +Provides: tex(didotui9r.tfm) = %{tl_version} +Provides: tex(gdidotb6a.tfm) = %{tl_version} +Provides: tex(gdidotb6r.tfm) = %{tl_version} +Provides: tex(gdidotbi6a.tfm) = %{tl_version} +Provides: tex(gdidotbi6r.tfm) = %{tl_version} +Provides: tex(gdidoti6a.tfm) = %{tl_version} +Provides: tex(gdidoti6r.tfm) = %{tl_version} +Provides: tex(gdidotrg6a.tfm) = %{tl_version} +Provides: tex(gdidotrg6r.tfm) = %{tl_version} +Provides: tex(gdidotsc6a.tfm) = %{tl_version} +Provides: tex(gdidotsc6r.tfm) = %{tl_version} +Provides: tex(gdidotsco6a.tfm) = %{tl_version} +Provides: tex(gdidotsco6r.tfm) = %{tl_version} +Provides: tex(gfsudidotmath8a.tfm) = %{tl_version} +Provides: tex(gfsudidotmath8r.tfm) = %{tl_version} +Provides: tex(golgai6a.tfm) = %{tl_version} +Provides: tex(golgai6r.tfm) = %{tl_version} +Provides: tex(golgaui6a.tfm) = %{tl_version} +Provides: tex(golgaui6r.tfm) = %{tl_version} +Provides: tex(GFSDidot-Bold.pfb) = %{tl_version} +Provides: tex(GFSDidot-BoldItalic.pfb) = %{tl_version} +Provides: tex(GFSDidot-Italic.pfb) = %{tl_version} +Provides: tex(GFSDidot.pfb) = %{tl_version} +Provides: tex(GFSOlga.pfb) = %{tl_version} +Provides: tex(didotb8a.vf) = %{tl_version} +Provides: tex(didotb9a.vf) = %{tl_version} +Provides: tex(didotbi8a.vf) = %{tl_version} +Provides: tex(didotbi9a.vf) = %{tl_version} +Provides: tex(didotbo8a.vf) = %{tl_version} +Provides: tex(didotbo9a.vf) = %{tl_version} +Provides: tex(didotdenomnums8a.vf) = %{tl_version} +Provides: tex(didoti8a.vf) = %{tl_version} +Provides: tex(didoti9a.vf) = %{tl_version} +Provides: tex(didotnumnums8a.vf) = %{tl_version} +Provides: tex(didoto8a.vf) = %{tl_version} +Provides: tex(didoto9a.vf) = %{tl_version} +Provides: tex(didotrg8a.vf) = %{tl_version} +Provides: tex(didotrg9a.vf) = %{tl_version} +Provides: tex(didotsc8a.vf) = %{tl_version} +Provides: tex(didotsc9a.vf) = %{tl_version} +Provides: tex(didotsco8a.vf) = %{tl_version} +Provides: tex(didotsco9a.vf) = %{tl_version} +Provides: tex(didottabnums8a.vf) = %{tl_version} +Provides: tex(didotui8a.vf) = %{tl_version} +Provides: tex(didotui9a.vf) = %{tl_version} +Provides: tex(gdidotb6a.vf) = %{tl_version} +Provides: tex(gdidotbi6a.vf) = %{tl_version} +Provides: tex(gdidoti6a.vf) = %{tl_version} +Provides: tex(gdidotrg6a.vf) = %{tl_version} +Provides: tex(gdidotsc6a.vf) = %{tl_version} +Provides: tex(gdidotsco6a.vf) = %{tl_version} +Provides: tex(gfsudidotmath8a.vf) = %{tl_version} +Provides: tex(golgai6a.vf) = %{tl_version} +Provides: tex(golgaui6a.vf) = %{tl_version} +Provides: tex(gfsdidot.sty) = %{tl_version} +Provides: tex(lgrudidot.fd) = %{tl_version} +Provides: tex(omludidot.fd) = %{tl_version} +Provides: tex(ot1udidot.fd) = %{tl_version} +Provides: tex(t1udidot.fd) = %{tl_version} +Provides: tex(uudidotnums.fd) = %{tl_version} + +%description gfsdidot +The design of Didot's 1805 Greek typeface was influenced by the +neoclassical ideals of the late 18th century. The font was +brought to Greece at the time of the 1821 Greek Revolution, by +Didot's son, and was very widely used. The present version is +provided by the Greek Font Society. The font supports the Greek +alphabet, and is accompanied by a matching Latin alphabet based +on Zapf's Palatino. LaTeX support is provided, using the OT1, +T1 and LGR encodings. + +date: 2008-08-19 21:00:04 +0200 + +%post gfsdidot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsdidot.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsdidot.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsdidot +if [ $1 == 0 ] ; then +sed -i '/^Map gfsdidot.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsdidot +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsdidot-doc +Summary: Documentation for gfsdidot +Version: svn19469.1.0 +Release: %{tl_noarch_release} +Provides: tex-gfsdidot-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsdidot-doc +Documentation for gfsdidot + +%package gfsneohellenic +Provides: tex-gfsneohellenic = %{tl_version} +License: LPPL +Summary: A Greek font in the Neo-Hellenic style +Version: svn19440.1.0_rev +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(neohellenic.enc) = %{tl_version} +Provides: tex(neohellenicdenomnums.enc) = %{tl_version} +Provides: tex(neohellenicec.enc) = %{tl_version} +Provides: tex(neohellenicecsc.enc) = %{tl_version} +Provides: tex(neohellenicel.enc) = %{tl_version} +Provides: tex(neohellenicelsc.enc) = %{tl_version} +Provides: tex(neohellenicmath.enc) = %{tl_version} +Provides: tex(neohellenicnumnums.enc) = %{tl_version} +Provides: tex(neohellenicsc.enc) = %{tl_version} +Provides: tex(neohellenictabnums.enc) = %{tl_version} +Provides: tex(gfsneohellenic.map) = %{tl_version} +Provides: tex(GFSNeohellenic.otf) = %{tl_version} +Provides: tex(GFSNeohellenicBold.otf) = %{tl_version} +Provides: tex(GFSNeohellenicBoldIt.otf) = %{tl_version} +Provides: tex(GFSNeohellenicIt.otf) = %{tl_version} +Provides: tex(gfsneohellenicmath8a.tfm) = %{tl_version} +Provides: tex(gfsneohellenicmath8r.tfm) = %{tl_version} +Provides: tex(gneohellenicb6a.tfm) = %{tl_version} +Provides: tex(gneohellenicb6r.tfm) = %{tl_version} +Provides: tex(gneohellenicbi6a.tfm) = %{tl_version} +Provides: tex(gneohellenicbi6r.tfm) = %{tl_version} +Provides: tex(gneohellenicbo6a.tfm) = %{tl_version} +Provides: tex(gneohellenicbo6r.tfm) = %{tl_version} +Provides: tex(gneohellenici6a.tfm) = %{tl_version} +Provides: tex(gneohellenici6r.tfm) = %{tl_version} +Provides: tex(gneohellenico6a.tfm) = %{tl_version} +Provides: tex(gneohellenico6r.tfm) = %{tl_version} +Provides: tex(gneohellenicrg6a.tfm) = %{tl_version} +Provides: tex(gneohellenicrg6r.tfm) = %{tl_version} +Provides: tex(gneohellenicsc6a.tfm) = %{tl_version} +Provides: tex(gneohellenicsc6r.tfm) = %{tl_version} +Provides: tex(gneohellenicsco6a.tfm) = %{tl_version} +Provides: tex(gneohellenicsco6r.tfm) = %{tl_version} +Provides: tex(neohellenicb8a.tfm) = %{tl_version} +Provides: tex(neohellenicb8r.tfm) = %{tl_version} +Provides: tex(neohellenicb9a.tfm) = %{tl_version} +Provides: tex(neohellenicb9r.tfm) = %{tl_version} +Provides: tex(neohellenicbi8a.tfm) = %{tl_version} +Provides: tex(neohellenicbi8r.tfm) = %{tl_version} +Provides: tex(neohellenicbi9a.tfm) = %{tl_version} +Provides: tex(neohellenicbi9r.tfm) = %{tl_version} +Provides: tex(neohellenicbo8a.tfm) = %{tl_version} +Provides: tex(neohellenicbo8r.tfm) = %{tl_version} +Provides: tex(neohellenicbo9a.tfm) = %{tl_version} +Provides: tex(neohellenicbo9r.tfm) = %{tl_version} +Provides: tex(neohellenicdenomnums8a.tfm) = %{tl_version} +Provides: tex(neohellenicdenomnums8r.tfm) = %{tl_version} +Provides: tex(neohellenici8a.tfm) = %{tl_version} +Provides: tex(neohellenici8r.tfm) = %{tl_version} +Provides: tex(neohellenici9a.tfm) = %{tl_version} +Provides: tex(neohellenici9r.tfm) = %{tl_version} +Provides: tex(neohellenicnumnums8a.tfm) = %{tl_version} +Provides: tex(neohellenicnumnums8r.tfm) = %{tl_version} +Provides: tex(neohellenico8a.tfm) = %{tl_version} +Provides: tex(neohellenico8r.tfm) = %{tl_version} +Provides: tex(neohellenico9a.tfm) = %{tl_version} +Provides: tex(neohellenico9r.tfm) = %{tl_version} +Provides: tex(neohellenicrg8a.tfm) = %{tl_version} +Provides: tex(neohellenicrg8r.tfm) = %{tl_version} +Provides: tex(neohellenicrg9a.tfm) = %{tl_version} +Provides: tex(neohellenicrg9r.tfm) = %{tl_version} +Provides: tex(neohellenicsc8a.tfm) = %{tl_version} +Provides: tex(neohellenicsc8r.tfm) = %{tl_version} +Provides: tex(neohellenicsc9a.tfm) = %{tl_version} +Provides: tex(neohellenicsc9r.tfm) = %{tl_version} +Provides: tex(neohellenicsco8a.tfm) = %{tl_version} +Provides: tex(neohellenicsco8r.tfm) = %{tl_version} +Provides: tex(neohellenicsco9a.tfm) = %{tl_version} +Provides: tex(neohellenicsco9r.tfm) = %{tl_version} +Provides: tex(neohellenictabnums8a.tfm) = %{tl_version} +Provides: tex(neohellenictabnums8r.tfm) = %{tl_version} +Provides: tex(GFSNeohellenic-Bold.pfb) = %{tl_version} +Provides: tex(GFSNeohellenic-BoldItalic.pfb) = %{tl_version} +Provides: tex(GFSNeohellenic-Italic.pfb) = %{tl_version} +Provides: tex(GFSNeohellenic-Regular.pfb) = %{tl_version} +Provides: tex(gfsneohellenicmath8a.vf) = %{tl_version} +Provides: tex(gneohellenicb6a.vf) = %{tl_version} +Provides: tex(gneohellenicbi6a.vf) = %{tl_version} +Provides: tex(gneohellenicbo6a.vf) = %{tl_version} +Provides: tex(gneohellenici6a.vf) = %{tl_version} +Provides: tex(gneohellenico6a.vf) = %{tl_version} +Provides: tex(gneohellenicrg6a.vf) = %{tl_version} +Provides: tex(gneohellenicsc6a.vf) = %{tl_version} +Provides: tex(gneohellenicsco6a.vf) = %{tl_version} +Provides: tex(neohellenicb8a.vf) = %{tl_version} +Provides: tex(neohellenicb9a.vf) = %{tl_version} +Provides: tex(neohellenicbi8a.vf) = %{tl_version} +Provides: tex(neohellenicbi9a.vf) = %{tl_version} +Provides: tex(neohellenicbo8a.vf) = %{tl_version} +Provides: tex(neohellenicbo9a.vf) = %{tl_version} +Provides: tex(neohellenicdenomnums8a.vf) = %{tl_version} +Provides: tex(neohellenici8a.vf) = %{tl_version} +Provides: tex(neohellenici9a.vf) = %{tl_version} +Provides: tex(neohellenicnumnums8a.vf) = %{tl_version} +Provides: tex(neohellenico8a.vf) = %{tl_version} +Provides: tex(neohellenico9a.vf) = %{tl_version} +Provides: tex(neohellenicrg8a.vf) = %{tl_version} +Provides: tex(neohellenicrg9a.vf) = %{tl_version} +Provides: tex(neohellenicsc8a.vf) = %{tl_version} +Provides: tex(neohellenicsc9a.vf) = %{tl_version} +Provides: tex(neohellenicsco8a.vf) = %{tl_version} +Provides: tex(neohellenicsco9a.vf) = %{tl_version} +Provides: tex(neohellenictabnums8a.vf) = %{tl_version} +Provides: tex(gfsneohellenic.sty) = %{tl_version} +Provides: tex(lgrneohellenic.fd) = %{tl_version} +Provides: tex(omlneohellenic.fd) = %{tl_version} +Provides: tex(ot1neohellenic.fd) = %{tl_version} +Provides: tex(t1neohellenic.fd) = %{tl_version} +Provides: tex(uneohellenicnums.fd) = %{tl_version} + +%description gfsneohellenic +The NeoHellenic style evolved in academic circles in the 19th +and 20th century; the present font follows a cut commissioned +from Monotype in 1927. The present version was provided by the +Greek Font Society. The font supports both Greek and Latin +characters, and has been adjusted to work well with the +cmbright fonts for mathematics support. LaTeX support of the +fonts is provided, offering OT1, T1 and LGR encodings. + +date: 2009-01-15 17:25:25 +0100 + +%post gfsneohellenic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsneohellenic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsneohellenic.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsneohellenic +if [ $1 == 0 ] ; then +sed -i '/^Map gfsneohellenic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsneohellenic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsneohellenic-doc +Summary: Documentation for gfsneohellenic +Version: svn19440.1.0_rev +Release: %{tl_noarch_release} +Provides: tex-gfsneohellenic-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsneohellenic-doc +Documentation for gfsneohellenic + +%package gfssolomos +Provides: tex-gfssolomos = %{tl_version} +License: OFL +Summary: A Greek-alphabet font +Version: svn18651.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(gpsolomos.enc) = %{tl_version} +Provides: tex(gfssolomos.map) = %{tl_version} +Provides: tex(GFSSolomos.otf) = %{tl_version} +Provides: tex(gsolomos8a.tfm) = %{tl_version} +Provides: tex(gsolomos8r.tfm) = %{tl_version} +Provides: tex(GFSSolomos-Regular.pfb) = %{tl_version} +Provides: tex(gsolomos8a.vf) = %{tl_version} +Provides: tex(gfssolomos.sty) = %{tl_version} +Provides: tex(lgrsolomos.fd) = %{tl_version} + +%description gfssolomos +Solomos is a font which traces its descent from a +calligraphically-inspired font of the mid-19th century. LaTeX +support, for use with the LGR encoding only, is provided. + +date: 2008-08-19 21:00:04 +0200 + +%post gfssolomos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfssolomos.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfssolomos.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfssolomos +if [ $1 == 0 ] ; then +sed -i '/^Map gfssolomos.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfssolomos +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfssolomos-doc +Summary: Documentation for gfssolomos +Version: svn18651.1.0 +Release: %{tl_noarch_release} +Provides: tex-gfssolomos-doc +BuildArch: noarch +AutoReqProv: No + +%description gfssolomos-doc +Documentation for gfssolomos + +%package gillcm +Provides: tex-gillcm = %{tl_version} +License: BSD +Summary: Alternative unslanted italic Computer Modern fonts +Version: svn19878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmg.map) = %{tl_version} +Provides: tex(cmgb8r.tfm) = %{tl_version} +Provides: tex(cmgbi7t.tfm) = %{tl_version} +Provides: tex(cmgbi8c.tfm) = %{tl_version} +Provides: tex(cmgbi8r.tfm) = %{tl_version} +Provides: tex(cmgbi8t.tfm) = %{tl_version} +Provides: tex(cmgbiu7t.tfm) = %{tl_version} +Provides: tex(cmgbiu8c.tfm) = %{tl_version} +Provides: tex(cmgbiu8r.tfm) = %{tl_version} +Provides: tex(cmgbiu8t.tfm) = %{tl_version} +Provides: tex(cmgm8r.tfm) = %{tl_version} +Provides: tex(cmgmi7t.tfm) = %{tl_version} +Provides: tex(cmgmi8c.tfm) = %{tl_version} +Provides: tex(cmgmi8r.tfm) = %{tl_version} +Provides: tex(cmgmi8t.tfm) = %{tl_version} +Provides: tex(cmgmiu7t.tfm) = %{tl_version} +Provides: tex(cmgmiu8c.tfm) = %{tl_version} +Provides: tex(cmgmiu8r.tfm) = %{tl_version} +Provides: tex(cmgmiu8t.tfm) = %{tl_version} +Provides: tex(cmgbi7t.vf) = %{tl_version} +Provides: tex(cmgbi8c.vf) = %{tl_version} +Provides: tex(cmgbi8t.vf) = %{tl_version} +Provides: tex(cmgbiu7t.vf) = %{tl_version} +Provides: tex(cmgbiu8c.vf) = %{tl_version} +Provides: tex(cmgbiu8t.vf) = %{tl_version} +Provides: tex(cmgmi7t.vf) = %{tl_version} +Provides: tex(cmgmi8c.vf) = %{tl_version} +Provides: tex(cmgmi8t.vf) = %{tl_version} +Provides: tex(cmgmiu7t.vf) = %{tl_version} +Provides: tex(cmgmiu8c.vf) = %{tl_version} +Provides: tex(cmgmiu8t.vf) = %{tl_version} +Provides: tex(gillcm.sty) = %{tl_version} +Provides: tex(ot1cmg.fd) = %{tl_version} +Provides: tex(t1cmg.fd) = %{tl_version} +Provides: tex(ts1cmg.fd) = %{tl_version} + +%description gillcm +This is a demonstration of the use of virtual fonts for unusual +effects: the package implements an old idea of Eric Gill. The +package was written for the author's talk at TUG 2010. + +date: 2010-08-11 13:58:09 +0200 + +%post gillcm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gillcm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gillcm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gillcm-doc +Summary: Documentation for gillcm +Version: svn19878.1.1 +Release: %{tl_noarch_release} +Provides: tex-gillcm-doc +BuildArch: noarch +AutoReqProv: No + +%description gillcm-doc +Documentation for gillcm + +%package gnu-freefont +Provides: tex-gnu-freefont = %{tl_version} +License: GPLv3+ +Summary: A Unicode font, with rather wide coverage +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(FreeMono.otf) = %{tl_version} +Provides: tex(FreeMonoBold.otf) = %{tl_version} +Provides: tex(FreeMonoBoldOblique.otf) = %{tl_version} +Provides: tex(FreeMonoOblique.otf) = %{tl_version} +Provides: tex(FreeSans.otf) = %{tl_version} +Provides: tex(FreeSansBold.otf) = %{tl_version} +Provides: tex(FreeSansBoldOblique.otf) = %{tl_version} +Provides: tex(FreeSansOblique.otf) = %{tl_version} +Provides: tex(FreeSerif.otf) = %{tl_version} +Provides: tex(FreeSerifBold.otf) = %{tl_version} +Provides: tex(FreeSerifBoldItalic.otf) = %{tl_version} +Provides: tex(FreeSerifItalic.otf) = %{tl_version} +Provides: tex(FreeMono.ttf) = %{tl_version} +Provides: tex(FreeMonoBold.ttf) = %{tl_version} +Provides: tex(FreeMonoBoldOblique.ttf) = %{tl_version} +Provides: tex(FreeMonoOblique.ttf) = %{tl_version} +Provides: tex(FreeSans.ttf) = %{tl_version} +Provides: tex(FreeSansBold.ttf) = %{tl_version} +Provides: tex(FreeSansBoldOblique.ttf) = %{tl_version} +Provides: tex(FreeSansOblique.ttf) = %{tl_version} +Provides: tex(FreeSerif.ttf) = %{tl_version} +Provides: tex(FreeSerifBold.ttf) = %{tl_version} +Provides: tex(FreeSerifBoldItalic.ttf) = %{tl_version} +Provides: tex(FreeSerifItalic.ttf) = %{tl_version} + +%description gnu-freefont +The package provides a set of outline (i.e. OpenType) fonts +covering as much as possible of the Unicode character set. The +set consists of three typefaces: one monospaced and two +proportional (one with uniform and one with modulated stroke). + +date: 2012-07-05 15:28:28 +0200 + +%post gnu-freefont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gnu-freefont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gnu-freefont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gnu-freefont-doc +Summary: Documentation for gnu-freefont +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-gnu-freefont-doc +BuildArch: noarch +AutoReqProv: No + +%description gnu-freefont-doc +Documentation for gnu-freefont + +%package gothic +Provides: tex-gothic = %{tl_version} +License: Public Domain +Summary: A collection of old German-style fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(yfrak.map) = %{tl_version} +Provides: tex(cmfrak.tfm) = %{tl_version} +Provides: tex(schwell.tfm) = %{tl_version} +Provides: tex(suet14.tfm) = %{tl_version} +Provides: tex(tfrak.tfm) = %{tl_version} +Provides: tex(tfrakls.tfm) = %{tl_version} +Provides: tex(tgoth.tfm) = %{tl_version} +Provides: tex(tswab.tfm) = %{tl_version} +Provides: tex(yfrak.tfm) = %{tl_version} +Provides: tex(ygoth.tfm) = %{tl_version} +Provides: tex(yinit.tfm) = %{tl_version} +Provides: tex(yinitas.tfm) = %{tl_version} +Provides: tex(yinitdd.tfm) = %{tl_version} +Provides: tex(yswab.tfm) = %{tl_version} +Provides: tex(yfrak.pfb) = %{tl_version} +Provides: tex(ygoth.pfb) = %{tl_version} +Provides: tex(yswab.pfb) = %{tl_version} +Provides: tex(tfrak.vf) = %{tl_version} +Provides: tex(tfrakls.vf) = %{tl_version} +Provides: tex(tgoth.vf) = %{tl_version} +Provides: tex(tswab.vf) = %{tl_version} + +%description gothic +A collection of fonts that reproduce those used in "old German" +printing. The set comprises Gothic, Schwabacher and Fraktur +fonts, a pair of handwriting fonts, Suetterlin and Schwell, and +a font containing decorative initials. In addition, there are +two re-encoding packages for Haralambous's fonts, providing T1, +using virtual fonts, and OT1 and T1, using Metafont. + +date: 2009-01-16 17:12:15 +0100 + +%post gothic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map yfrak.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yfrak.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gothic +if [ $1 == 0 ] ; then +sed -i '/^Map yfrak.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gothic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gothic-doc +Summary: Documentation for gothic +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gothic-doc +BuildArch: noarch +AutoReqProv: No + +%description gothic-doc +Documentation for gothic + +%package greenpoint +Provides: tex-greenpoint = %{tl_version} +License: GPL+ +Summary: The Green Point logo +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(greenpoint.tfm) = %{tl_version} + +%description greenpoint +A MetaFont-implementation of the logo commonly known as 'Der +Grune Punkt' ('The Green Point'). In Austria, it can be found +on nearly every bottle. It should not be confused with the +'Recycle'-logo, implemented by Ian Green. + +date: 2006-12-09 16:48:33 +0100 + +%post greenpoint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun greenpoint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greenpoint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package greenpoint-doc +Summary: Documentation for greenpoint +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-greenpoint-doc +BuildArch: noarch +AutoReqProv: No + +%description greenpoint-doc +Documentation for greenpoint + +%package grotesq +Provides: tex-grotesq = %{tl_version} +License: GPL+ +Summary: URW Grotesq font pack for LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ugq.map) = %{tl_version} +Provides: tex(ugqb.tfm) = %{tl_version} +Provides: tex(ugqb7t.tfm) = %{tl_version} +Provides: tex(ugqb8a.tfm) = %{tl_version} +Provides: tex(ugqb8c.tfm) = %{tl_version} +Provides: tex(ugqb8r.tfm) = %{tl_version} +Provides: tex(ugqb8t.tfm) = %{tl_version} +Provides: tex(ugqbc7t.tfm) = %{tl_version} +Provides: tex(ugqbc8t.tfm) = %{tl_version} +Provides: tex(ugqbo7t.tfm) = %{tl_version} +Provides: tex(ugqbo8c.tfm) = %{tl_version} +Provides: tex(ugqbo8r.tfm) = %{tl_version} +Provides: tex(ugqbo8t.tfm) = %{tl_version} +Provides: tex(ugqb8a.pfb) = %{tl_version} +Provides: tex(ugqb.vf) = %{tl_version} +Provides: tex(ugqb7t.vf) = %{tl_version} +Provides: tex(ugqb8c.vf) = %{tl_version} +Provides: tex(ugqb8t.vf) = %{tl_version} +Provides: tex(ugqbc7t.vf) = %{tl_version} +Provides: tex(ugqbc8t.vf) = %{tl_version} +Provides: tex(ugqbo7t.vf) = %{tl_version} +Provides: tex(ugqbo8c.vf) = %{tl_version} +Provides: tex(ugqbo8t.vf) = %{tl_version} +Provides: tex(ot1ugq.fd) = %{tl_version} +Provides: tex(t1ugq.fd) = %{tl_version} +Provides: tex(ts1ugq.fd) = %{tl_version} + +%description grotesq +The directory contains a copy of the Type 1 font "URW Grotesq +2031 Bold' released under the GPL by URW, with supporting files +for use with (La)TeX. + +date: 2007-11-03 13:04:21 +0100 + +%post grotesq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ugq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ugq.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun grotesq +if [ $1 == 0 ] ; then +sed -i '/^Map ugq.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans grotesq +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package grotesq-doc +Summary: Documentation for grotesq +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-grotesq-doc +BuildArch: noarch +AutoReqProv: No + +%description grotesq-doc +Documentation for grotesq + +%package hacm +Provides: tex-hacm = %{tl_version} +License: LPPL 1.3 +Summary: Font support for the Arka language +Version: svn27671.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(hacm.map) = %{tl_version} +Provides: tex(alblant.tfm) = %{tl_version} +Provides: tex(defans.tfm) = %{tl_version} +Provides: tex(fenlil.tfm) = %{tl_version} +Provides: tex(fialis.tfm) = %{tl_version} +Provides: tex(inje.tfm) = %{tl_version} +Provides: tex(kardinal.tfm) = %{tl_version} +Provides: tex(lantia.tfm) = %{tl_version} +Provides: tex(nalnia.tfm) = %{tl_version} +Provides: tex(olivia.tfm) = %{tl_version} +Provides: tex(ralblant.tfm) = %{tl_version} +Provides: tex(rdefans.tfm) = %{tl_version} +Provides: tex(rfenlil.tfm) = %{tl_version} +Provides: tex(rfialis.tfm) = %{tl_version} +Provides: tex(rinje.tfm) = %{tl_version} +Provides: tex(rkardinal.tfm) = %{tl_version} +Provides: tex(rlantia.tfm) = %{tl_version} +Provides: tex(rnalnia.tfm) = %{tl_version} +Provides: tex(rolivia.tfm) = %{tl_version} +Provides: tex(alblant.pfb) = %{tl_version} +Provides: tex(defans.pfb) = %{tl_version} +Provides: tex(fenlil.pfb) = %{tl_version} +Provides: tex(fialis.pfb) = %{tl_version} +Provides: tex(inje.pfb) = %{tl_version} +Provides: tex(kardinal.pfb) = %{tl_version} +Provides: tex(lantia.pfb) = %{tl_version} +Provides: tex(nalnia.pfb) = %{tl_version} +Provides: tex(olivia.pfb) = %{tl_version} +Provides: tex(alblant.vf) = %{tl_version} +Provides: tex(defans.vf) = %{tl_version} +Provides: tex(fenlil.vf) = %{tl_version} +Provides: tex(fialis.vf) = %{tl_version} +Provides: tex(inje.vf) = %{tl_version} +Provides: tex(kardinal.vf) = %{tl_version} +Provides: tex(lantia.vf) = %{tl_version} +Provides: tex(nalnia.vf) = %{tl_version} +Provides: tex(olivia.vf) = %{tl_version} +Provides: tex(hacm.sty) = %{tl_version} +Provides: tex(ot1halb.fd) = %{tl_version} +Provides: tex(ot1hdef.fd) = %{tl_version} +Provides: tex(ot1hfen.fd) = %{tl_version} +Provides: tex(ot1hfia.fd) = %{tl_version} +Provides: tex(ot1hinj.fd) = %{tl_version} +Provides: tex(ot1hkar.fd) = %{tl_version} +Provides: tex(ot1hlan.fd) = %{tl_version} + +%description hacm +The package supports typesetting hacm, the alphabet of the +constructed language Arka. The bundle provides nine official +fonts, in Adobe Type 1 format. + +date: 2012-09-10 11:33:53 +0200 + +%post hacm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map hacm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map hacm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun hacm +if [ $1 == 0 ] ; then +sed -i '/^Map hacm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans hacm +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hacm-doc +Summary: Documentation for hacm +Version: svn27671.0.1 +Release: %{tl_noarch_release} +Provides: tex-hacm-doc +BuildArch: noarch +AutoReqProv: No + +%description hacm-doc +Documentation for hacm + +%package hands +Provides: tex-hands = %{tl_version} +License: Public Domain +Summary: Pointing hand font +Version: svn13293.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hands.tfm) = %{tl_version} + +%description hands +Provides right- and left-pointing hands in both black-on-white +and white-on-black realisation. The font is distributed as +MetaFont source. + +date: 2008-10-05 01:10:25 +0200 + +%post hands +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hands +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hands +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hfbright +Provides: tex-hfbright = %{tl_version} +License: LPPL +Summary: The hfbright fonts +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(hfmital.enc) = %{tl_version} +Provides: tex(hfmsa.enc) = %{tl_version} +Provides: tex(hfmsb.enc) = %{tl_version} +Provides: tex(hfmsym.enc) = %{tl_version} +Provides: tex(hfot1.enc) = %{tl_version} +Provides: tex(hfbright.map) = %{tl_version} +Provides: tex(hfbr10.pfb) = %{tl_version} +Provides: tex(hfbr17.pfb) = %{tl_version} +Provides: tex(hfbr8.pfb) = %{tl_version} +Provides: tex(hfbr9.pfb) = %{tl_version} +Provides: tex(hfbras10.pfb) = %{tl_version} +Provides: tex(hfbras8.pfb) = %{tl_version} +Provides: tex(hfbras9.pfb) = %{tl_version} +Provides: tex(hfbrbs10.pfb) = %{tl_version} +Provides: tex(hfbrbs8.pfb) = %{tl_version} +Provides: tex(hfbrbs9.pfb) = %{tl_version} +Provides: tex(hfbrbx10.pfb) = %{tl_version} +Provides: tex(hfbrmb10.pfb) = %{tl_version} +Provides: tex(hfbrmi10.pfb) = %{tl_version} +Provides: tex(hfbrmi8.pfb) = %{tl_version} +Provides: tex(hfbrmi9.pfb) = %{tl_version} +Provides: tex(hfbrsl10.pfb) = %{tl_version} +Provides: tex(hfbrsl17.pfb) = %{tl_version} +Provides: tex(hfbrsl8.pfb) = %{tl_version} +Provides: tex(hfbrsl9.pfb) = %{tl_version} +Provides: tex(hfbrsy10.pfb) = %{tl_version} +Provides: tex(hfbrsy8.pfb) = %{tl_version} +Provides: tex(hfbrsy9.pfb) = %{tl_version} +Provides: tex(hfsltl10.pfb) = %{tl_version} +Provides: tex(hftl10.pfb) = %{tl_version} + +%description hfbright +These are Adobe Type 1 versions of the OT1-encoded and maths +parts of the Computer Modern Bright fonts. + +date: 2012-07-13 13:47:30 +0200 + +%post hfbright +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap hfbright.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap hfbright.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun hfbright +if [ $1 == 0 ] ; then +sed -i '/^MixedMap hfbright.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans hfbright +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hfbright-doc +Summary: Documentation for hfbright +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-hfbright-doc +BuildArch: noarch +AutoReqProv: No + +%description hfbright-doc +Documentation for hfbright + +%package hfoldsty +Provides: tex-hfoldsty = %{tl_version} +License: GPL+ +Summary: Old style numerals with EC fonts +Version: svn29349.1.15 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(fix-cm.sty) +Requires: tex(ifthen.sty) +Provides: tex(hfobi0500.tfm) = %{tl_version} +Provides: tex(hfobi0600.tfm) = %{tl_version} +Provides: tex(hfobi0700.tfm) = %{tl_version} +Provides: tex(hfobi0800.tfm) = %{tl_version} +Provides: tex(hfobi0900.tfm) = %{tl_version} +Provides: tex(hfobi1000.tfm) = %{tl_version} +Provides: tex(hfobi1095.tfm) = %{tl_version} +Provides: tex(hfobi1200.tfm) = %{tl_version} +Provides: tex(hfobi1440.tfm) = %{tl_version} +Provides: tex(hfobi1728.tfm) = %{tl_version} +Provides: tex(hfobi2074.tfm) = %{tl_version} +Provides: tex(hfobi2488.tfm) = %{tl_version} +Provides: tex(hfobi2986.tfm) = %{tl_version} +Provides: tex(hfobi3583.tfm) = %{tl_version} +Provides: tex(hfobl0500.tfm) = %{tl_version} +Provides: tex(hfobl0600.tfm) = %{tl_version} +Provides: tex(hfobl0700.tfm) = %{tl_version} +Provides: tex(hfobl0800.tfm) = %{tl_version} +Provides: tex(hfobl0900.tfm) = %{tl_version} +Provides: tex(hfobl1000.tfm) = %{tl_version} +Provides: tex(hfobl1095.tfm) = %{tl_version} +Provides: tex(hfobl1200.tfm) = %{tl_version} +Provides: tex(hfobl1440.tfm) = %{tl_version} +Provides: tex(hfobl1728.tfm) = %{tl_version} +Provides: tex(hfobl2074.tfm) = %{tl_version} +Provides: tex(hfobl2488.tfm) = %{tl_version} +Provides: tex(hfobl2986.tfm) = %{tl_version} +Provides: tex(hfobl3583.tfm) = %{tl_version} +Provides: tex(hfobx0500.tfm) = %{tl_version} +Provides: tex(hfobx0600.tfm) = %{tl_version} +Provides: tex(hfobx0700.tfm) = %{tl_version} +Provides: tex(hfobx0800.tfm) = %{tl_version} +Provides: tex(hfobx0900.tfm) = %{tl_version} +Provides: tex(hfobx1000.tfm) = %{tl_version} +Provides: tex(hfobx1095.tfm) = %{tl_version} +Provides: tex(hfobx1200.tfm) = %{tl_version} +Provides: tex(hfobx1440.tfm) = %{tl_version} +Provides: tex(hfobx1728.tfm) = %{tl_version} +Provides: tex(hfobx2074.tfm) = %{tl_version} +Provides: tex(hfobx2488.tfm) = %{tl_version} +Provides: tex(hfobx2986.tfm) = %{tl_version} +Provides: tex(hfobx3583.tfm) = %{tl_version} +Provides: tex(hfocc0500.tfm) = %{tl_version} +Provides: tex(hfocc0600.tfm) = %{tl_version} +Provides: tex(hfocc0700.tfm) = %{tl_version} +Provides: tex(hfocc0800.tfm) = %{tl_version} +Provides: tex(hfocc0900.tfm) = %{tl_version} +Provides: tex(hfocc1000.tfm) = %{tl_version} +Provides: tex(hfocc1095.tfm) = %{tl_version} +Provides: tex(hfocc1200.tfm) = %{tl_version} +Provides: tex(hfocc1440.tfm) = %{tl_version} +Provides: tex(hfocc1728.tfm) = %{tl_version} +Provides: tex(hfocc2074.tfm) = %{tl_version} +Provides: tex(hfocc2488.tfm) = %{tl_version} +Provides: tex(hfocc2986.tfm) = %{tl_version} +Provides: tex(hfocc3583.tfm) = %{tl_version} +Provides: tex(hfodh0500.tfm) = %{tl_version} +Provides: tex(hfodh0600.tfm) = %{tl_version} +Provides: tex(hfodh0700.tfm) = %{tl_version} +Provides: tex(hfodh0800.tfm) = %{tl_version} +Provides: tex(hfodh0900.tfm) = %{tl_version} +Provides: tex(hfodh1000.tfm) = %{tl_version} +Provides: tex(hfodh1095.tfm) = %{tl_version} +Provides: tex(hfodh1200.tfm) = %{tl_version} +Provides: tex(hfodh1440.tfm) = %{tl_version} +Provides: tex(hfodh1728.tfm) = %{tl_version} +Provides: tex(hfodh2074.tfm) = %{tl_version} +Provides: tex(hfodh2488.tfm) = %{tl_version} +Provides: tex(hfodh2986.tfm) = %{tl_version} +Provides: tex(hfodh3583.tfm) = %{tl_version} +Provides: tex(hfoit0600.tfm) = %{tl_version} +Provides: tex(hfoit0700.tfm) = %{tl_version} +Provides: tex(hfoit0800.tfm) = %{tl_version} +Provides: tex(hfoit0900.tfm) = %{tl_version} +Provides: tex(hfoit1000.tfm) = %{tl_version} +Provides: tex(hfoit1095.tfm) = %{tl_version} +Provides: tex(hfoit1200.tfm) = %{tl_version} +Provides: tex(hfoit1440.tfm) = %{tl_version} +Provides: tex(hfoit1728.tfm) = %{tl_version} +Provides: tex(hfoit2074.tfm) = %{tl_version} +Provides: tex(hfoit2488.tfm) = %{tl_version} +Provides: tex(hfoit2986.tfm) = %{tl_version} +Provides: tex(hfoit3583.tfm) = %{tl_version} +Provides: tex(hfooc0500.tfm) = %{tl_version} +Provides: tex(hfooc0600.tfm) = %{tl_version} +Provides: tex(hfooc0700.tfm) = %{tl_version} +Provides: tex(hfooc0800.tfm) = %{tl_version} +Provides: tex(hfooc0900.tfm) = %{tl_version} +Provides: tex(hfooc1000.tfm) = %{tl_version} +Provides: tex(hfooc1095.tfm) = %{tl_version} +Provides: tex(hfooc1200.tfm) = %{tl_version} +Provides: tex(hfooc1440.tfm) = %{tl_version} +Provides: tex(hfooc1728.tfm) = %{tl_version} +Provides: tex(hfooc2074.tfm) = %{tl_version} +Provides: tex(hfooc2488.tfm) = %{tl_version} +Provides: tex(hfooc2986.tfm) = %{tl_version} +Provides: tex(hfooc3583.tfm) = %{tl_version} +Provides: tex(hforb0500.tfm) = %{tl_version} +Provides: tex(hforb0600.tfm) = %{tl_version} +Provides: tex(hforb0700.tfm) = %{tl_version} +Provides: tex(hforb0800.tfm) = %{tl_version} +Provides: tex(hforb0900.tfm) = %{tl_version} +Provides: tex(hforb1000.tfm) = %{tl_version} +Provides: tex(hforb1095.tfm) = %{tl_version} +Provides: tex(hforb1200.tfm) = %{tl_version} +Provides: tex(hforb1440.tfm) = %{tl_version} +Provides: tex(hforb1728.tfm) = %{tl_version} +Provides: tex(hforb2074.tfm) = %{tl_version} +Provides: tex(hforb2488.tfm) = %{tl_version} +Provides: tex(hforb2986.tfm) = %{tl_version} +Provides: tex(hforb3583.tfm) = %{tl_version} +Provides: tex(hform0500.tfm) = %{tl_version} +Provides: tex(hform0600.tfm) = %{tl_version} +Provides: tex(hform0700.tfm) = %{tl_version} +Provides: tex(hform0800.tfm) = %{tl_version} +Provides: tex(hform0900.tfm) = %{tl_version} +Provides: tex(hform1000.tfm) = %{tl_version} +Provides: tex(hform1095.tfm) = %{tl_version} +Provides: tex(hform1200.tfm) = %{tl_version} +Provides: tex(hform1440.tfm) = %{tl_version} +Provides: tex(hform1728.tfm) = %{tl_version} +Provides: tex(hform2074.tfm) = %{tl_version} +Provides: tex(hform2488.tfm) = %{tl_version} +Provides: tex(hform2986.tfm) = %{tl_version} +Provides: tex(hform3583.tfm) = %{tl_version} +Provides: tex(hfosc0500.tfm) = %{tl_version} +Provides: tex(hfosc0600.tfm) = %{tl_version} +Provides: tex(hfosc0700.tfm) = %{tl_version} +Provides: tex(hfosc0800.tfm) = %{tl_version} +Provides: tex(hfosc0900.tfm) = %{tl_version} +Provides: tex(hfosc1000.tfm) = %{tl_version} +Provides: tex(hfosc1095.tfm) = %{tl_version} +Provides: tex(hfosc1200.tfm) = %{tl_version} +Provides: tex(hfosc1440.tfm) = %{tl_version} +Provides: tex(hfosc1728.tfm) = %{tl_version} +Provides: tex(hfosc2074.tfm) = %{tl_version} +Provides: tex(hfosc2488.tfm) = %{tl_version} +Provides: tex(hfosc2986.tfm) = %{tl_version} +Provides: tex(hfosc3583.tfm) = %{tl_version} +Provides: tex(hfosi0500.tfm) = %{tl_version} +Provides: tex(hfosi0600.tfm) = %{tl_version} +Provides: tex(hfosi0700.tfm) = %{tl_version} +Provides: tex(hfosi0800.tfm) = %{tl_version} +Provides: tex(hfosi0900.tfm) = %{tl_version} +Provides: tex(hfosi1000.tfm) = %{tl_version} +Provides: tex(hfosi1095.tfm) = %{tl_version} +Provides: tex(hfosi1200.tfm) = %{tl_version} +Provides: tex(hfosi1440.tfm) = %{tl_version} +Provides: tex(hfosi1728.tfm) = %{tl_version} +Provides: tex(hfosi2074.tfm) = %{tl_version} +Provides: tex(hfosi2488.tfm) = %{tl_version} +Provides: tex(hfosi2986.tfm) = %{tl_version} +Provides: tex(hfosi3583.tfm) = %{tl_version} +Provides: tex(hfosl0500.tfm) = %{tl_version} +Provides: tex(hfosl0600.tfm) = %{tl_version} +Provides: tex(hfosl0700.tfm) = %{tl_version} +Provides: tex(hfosl0800.tfm) = %{tl_version} +Provides: tex(hfosl0900.tfm) = %{tl_version} +Provides: tex(hfosl1000.tfm) = %{tl_version} +Provides: tex(hfosl1095.tfm) = %{tl_version} +Provides: tex(hfosl1200.tfm) = %{tl_version} +Provides: tex(hfosl1440.tfm) = %{tl_version} +Provides: tex(hfosl1728.tfm) = %{tl_version} +Provides: tex(hfosl2074.tfm) = %{tl_version} +Provides: tex(hfosl2488.tfm) = %{tl_version} +Provides: tex(hfosl2986.tfm) = %{tl_version} +Provides: tex(hfosl3583.tfm) = %{tl_version} +Provides: tex(hfoso0500.tfm) = %{tl_version} +Provides: tex(hfoso0600.tfm) = %{tl_version} +Provides: tex(hfoso0700.tfm) = %{tl_version} +Provides: tex(hfoso0800.tfm) = %{tl_version} +Provides: tex(hfoso0900.tfm) = %{tl_version} +Provides: tex(hfoso1000.tfm) = %{tl_version} +Provides: tex(hfoso1095.tfm) = %{tl_version} +Provides: tex(hfoso1200.tfm) = %{tl_version} +Provides: tex(hfoso1440.tfm) = %{tl_version} +Provides: tex(hfoso1728.tfm) = %{tl_version} +Provides: tex(hfoso2074.tfm) = %{tl_version} +Provides: tex(hfoso2488.tfm) = %{tl_version} +Provides: tex(hfoso2986.tfm) = %{tl_version} +Provides: tex(hfoso3583.tfm) = %{tl_version} +Provides: tex(hfoss0500.tfm) = %{tl_version} +Provides: tex(hfoss0600.tfm) = %{tl_version} +Provides: tex(hfoss0700.tfm) = %{tl_version} +Provides: tex(hfoss0800.tfm) = %{tl_version} +Provides: tex(hfoss0900.tfm) = %{tl_version} +Provides: tex(hfoss1000.tfm) = %{tl_version} +Provides: tex(hfoss1095.tfm) = %{tl_version} +Provides: tex(hfoss1200.tfm) = %{tl_version} +Provides: tex(hfoss1440.tfm) = %{tl_version} +Provides: tex(hfoss1728.tfm) = %{tl_version} +Provides: tex(hfoss2074.tfm) = %{tl_version} +Provides: tex(hfoss2488.tfm) = %{tl_version} +Provides: tex(hfoss2986.tfm) = %{tl_version} +Provides: tex(hfoss3583.tfm) = %{tl_version} +Provides: tex(hfost0600.tfm) = %{tl_version} +Provides: tex(hfost0700.tfm) = %{tl_version} +Provides: tex(hfost0800.tfm) = %{tl_version} +Provides: tex(hfost0900.tfm) = %{tl_version} +Provides: tex(hfost1000.tfm) = %{tl_version} +Provides: tex(hfost1095.tfm) = %{tl_version} +Provides: tex(hfost1200.tfm) = %{tl_version} +Provides: tex(hfost1440.tfm) = %{tl_version} +Provides: tex(hfost1728.tfm) = %{tl_version} +Provides: tex(hfost2074.tfm) = %{tl_version} +Provides: tex(hfost2488.tfm) = %{tl_version} +Provides: tex(hfost2986.tfm) = %{tl_version} +Provides: tex(hfost3583.tfm) = %{tl_version} +Provides: tex(hfosx0500.tfm) = %{tl_version} +Provides: tex(hfosx0600.tfm) = %{tl_version} +Provides: tex(hfosx0700.tfm) = %{tl_version} +Provides: tex(hfosx0800.tfm) = %{tl_version} +Provides: tex(hfosx0900.tfm) = %{tl_version} +Provides: tex(hfosx1000.tfm) = %{tl_version} +Provides: tex(hfosx1095.tfm) = %{tl_version} +Provides: tex(hfosx1200.tfm) = %{tl_version} +Provides: tex(hfosx1440.tfm) = %{tl_version} +Provides: tex(hfosx1728.tfm) = %{tl_version} +Provides: tex(hfosx2074.tfm) = %{tl_version} +Provides: tex(hfosx2488.tfm) = %{tl_version} +Provides: tex(hfosx2986.tfm) = %{tl_version} +Provides: tex(hfosx3583.tfm) = %{tl_version} +Provides: tex(hfotc0600.tfm) = %{tl_version} +Provides: tex(hfotc0700.tfm) = %{tl_version} +Provides: tex(hfotc0800.tfm) = %{tl_version} +Provides: tex(hfotc0900.tfm) = %{tl_version} +Provides: tex(hfotc1000.tfm) = %{tl_version} +Provides: tex(hfotc1095.tfm) = %{tl_version} +Provides: tex(hfotc1200.tfm) = %{tl_version} +Provides: tex(hfotc1440.tfm) = %{tl_version} +Provides: tex(hfotc1728.tfm) = %{tl_version} +Provides: tex(hfotc2074.tfm) = %{tl_version} +Provides: tex(hfotc2488.tfm) = %{tl_version} +Provides: tex(hfotc2986.tfm) = %{tl_version} +Provides: tex(hfotc3583.tfm) = %{tl_version} +Provides: tex(hfoti0500.tfm) = %{tl_version} +Provides: tex(hfoti0600.tfm) = %{tl_version} +Provides: tex(hfoti0700.tfm) = %{tl_version} +Provides: tex(hfoti0800.tfm) = %{tl_version} +Provides: tex(hfoti0900.tfm) = %{tl_version} +Provides: tex(hfoti1000.tfm) = %{tl_version} +Provides: tex(hfoti1095.tfm) = %{tl_version} +Provides: tex(hfoti1200.tfm) = %{tl_version} +Provides: tex(hfoti1440.tfm) = %{tl_version} +Provides: tex(hfoti1728.tfm) = %{tl_version} +Provides: tex(hfoti2074.tfm) = %{tl_version} +Provides: tex(hfoti2488.tfm) = %{tl_version} +Provides: tex(hfoti2986.tfm) = %{tl_version} +Provides: tex(hfoti3583.tfm) = %{tl_version} +Provides: tex(hfott0600.tfm) = %{tl_version} +Provides: tex(hfott0700.tfm) = %{tl_version} +Provides: tex(hfott0800.tfm) = %{tl_version} +Provides: tex(hfott0900.tfm) = %{tl_version} +Provides: tex(hfott1000.tfm) = %{tl_version} +Provides: tex(hfott1095.tfm) = %{tl_version} +Provides: tex(hfott1200.tfm) = %{tl_version} +Provides: tex(hfott1440.tfm) = %{tl_version} +Provides: tex(hfott1728.tfm) = %{tl_version} +Provides: tex(hfott2074.tfm) = %{tl_version} +Provides: tex(hfott2488.tfm) = %{tl_version} +Provides: tex(hfott2986.tfm) = %{tl_version} +Provides: tex(hfott3583.tfm) = %{tl_version} +Provides: tex(hfoui0500.tfm) = %{tl_version} +Provides: tex(hfoui0600.tfm) = %{tl_version} +Provides: tex(hfoui0700.tfm) = %{tl_version} +Provides: tex(hfoui0800.tfm) = %{tl_version} +Provides: tex(hfoui0900.tfm) = %{tl_version} +Provides: tex(hfoui1000.tfm) = %{tl_version} +Provides: tex(hfoui1095.tfm) = %{tl_version} +Provides: tex(hfoui1200.tfm) = %{tl_version} +Provides: tex(hfoui1440.tfm) = %{tl_version} +Provides: tex(hfoui1728.tfm) = %{tl_version} +Provides: tex(hfoui2074.tfm) = %{tl_version} +Provides: tex(hfoui2488.tfm) = %{tl_version} +Provides: tex(hfoui2986.tfm) = %{tl_version} +Provides: tex(hfoui3583.tfm) = %{tl_version} +Provides: tex(hfovi0600.tfm) = %{tl_version} +Provides: tex(hfovi0700.tfm) = %{tl_version} +Provides: tex(hfovi0800.tfm) = %{tl_version} +Provides: tex(hfovi0900.tfm) = %{tl_version} +Provides: tex(hfovi1000.tfm) = %{tl_version} +Provides: tex(hfovi1095.tfm) = %{tl_version} +Provides: tex(hfovi1200.tfm) = %{tl_version} +Provides: tex(hfovi1440.tfm) = %{tl_version} +Provides: tex(hfovi1728.tfm) = %{tl_version} +Provides: tex(hfovi2074.tfm) = %{tl_version} +Provides: tex(hfovi2488.tfm) = %{tl_version} +Provides: tex(hfovi2986.tfm) = %{tl_version} +Provides: tex(hfovi3583.tfm) = %{tl_version} +Provides: tex(hfovt0600.tfm) = %{tl_version} +Provides: tex(hfovt0700.tfm) = %{tl_version} +Provides: tex(hfovt0800.tfm) = %{tl_version} +Provides: tex(hfovt0900.tfm) = %{tl_version} +Provides: tex(hfovt1000.tfm) = %{tl_version} +Provides: tex(hfovt1095.tfm) = %{tl_version} +Provides: tex(hfovt1200.tfm) = %{tl_version} +Provides: tex(hfovt1440.tfm) = %{tl_version} +Provides: tex(hfovt1728.tfm) = %{tl_version} +Provides: tex(hfovt2074.tfm) = %{tl_version} +Provides: tex(hfovt2488.tfm) = %{tl_version} +Provides: tex(hfovt2986.tfm) = %{tl_version} +Provides: tex(hfovt3583.tfm) = %{tl_version} +Provides: tex(hfoxc0500.tfm) = %{tl_version} +Provides: tex(hfoxc0600.tfm) = %{tl_version} +Provides: tex(hfoxc0700.tfm) = %{tl_version} +Provides: tex(hfoxc0800.tfm) = %{tl_version} +Provides: tex(hfoxc0900.tfm) = %{tl_version} +Provides: tex(hfoxc1000.tfm) = %{tl_version} +Provides: tex(hfoxc1095.tfm) = %{tl_version} +Provides: tex(hfoxc1200.tfm) = %{tl_version} +Provides: tex(hfoxc1440.tfm) = %{tl_version} +Provides: tex(hfoxc1728.tfm) = %{tl_version} +Provides: tex(hfoxc2074.tfm) = %{tl_version} +Provides: tex(hfoxc2488.tfm) = %{tl_version} +Provides: tex(hfoxc2986.tfm) = %{tl_version} +Provides: tex(hfoxc3583.tfm) = %{tl_version} +Provides: tex(hfobi0500.vf) = %{tl_version} +Provides: tex(hfobi0600.vf) = %{tl_version} +Provides: tex(hfobi0700.vf) = %{tl_version} +Provides: tex(hfobi0800.vf) = %{tl_version} +Provides: tex(hfobi0900.vf) = %{tl_version} +Provides: tex(hfobi1000.vf) = %{tl_version} +Provides: tex(hfobi1095.vf) = %{tl_version} +Provides: tex(hfobi1200.vf) = %{tl_version} +Provides: tex(hfobi1440.vf) = %{tl_version} +Provides: tex(hfobi1728.vf) = %{tl_version} +Provides: tex(hfobi2074.vf) = %{tl_version} +Provides: tex(hfobi2488.vf) = %{tl_version} +Provides: tex(hfobi2986.vf) = %{tl_version} +Provides: tex(hfobi3583.vf) = %{tl_version} +Provides: tex(hfobl0500.vf) = %{tl_version} +Provides: tex(hfobl0600.vf) = %{tl_version} +Provides: tex(hfobl0700.vf) = %{tl_version} +Provides: tex(hfobl0800.vf) = %{tl_version} +Provides: tex(hfobl0900.vf) = %{tl_version} +Provides: tex(hfobl1000.vf) = %{tl_version} +Provides: tex(hfobl1095.vf) = %{tl_version} +Provides: tex(hfobl1200.vf) = %{tl_version} +Provides: tex(hfobl1440.vf) = %{tl_version} +Provides: tex(hfobl1728.vf) = %{tl_version} +Provides: tex(hfobl2074.vf) = %{tl_version} +Provides: tex(hfobl2488.vf) = %{tl_version} +Provides: tex(hfobl2986.vf) = %{tl_version} +Provides: tex(hfobl3583.vf) = %{tl_version} +Provides: tex(hfobx0500.vf) = %{tl_version} +Provides: tex(hfobx0600.vf) = %{tl_version} +Provides: tex(hfobx0700.vf) = %{tl_version} +Provides: tex(hfobx0800.vf) = %{tl_version} +Provides: tex(hfobx0900.vf) = %{tl_version} +Provides: tex(hfobx1000.vf) = %{tl_version} +Provides: tex(hfobx1095.vf) = %{tl_version} +Provides: tex(hfobx1200.vf) = %{tl_version} +Provides: tex(hfobx1440.vf) = %{tl_version} +Provides: tex(hfobx1728.vf) = %{tl_version} +Provides: tex(hfobx2074.vf) = %{tl_version} +Provides: tex(hfobx2488.vf) = %{tl_version} +Provides: tex(hfobx2986.vf) = %{tl_version} +Provides: tex(hfobx3583.vf) = %{tl_version} +Provides: tex(hfocc0500.vf) = %{tl_version} +Provides: tex(hfocc0600.vf) = %{tl_version} +Provides: tex(hfocc0700.vf) = %{tl_version} +Provides: tex(hfocc0800.vf) = %{tl_version} +Provides: tex(hfocc0900.vf) = %{tl_version} +Provides: tex(hfocc1000.vf) = %{tl_version} +Provides: tex(hfocc1095.vf) = %{tl_version} +Provides: tex(hfocc1200.vf) = %{tl_version} +Provides: tex(hfocc1440.vf) = %{tl_version} +Provides: tex(hfocc1728.vf) = %{tl_version} +Provides: tex(hfocc2074.vf) = %{tl_version} +Provides: tex(hfocc2488.vf) = %{tl_version} +Provides: tex(hfocc2986.vf) = %{tl_version} +Provides: tex(hfocc3583.vf) = %{tl_version} +Provides: tex(hfodh0500.vf) = %{tl_version} +Provides: tex(hfodh0600.vf) = %{tl_version} +Provides: tex(hfodh0700.vf) = %{tl_version} +Provides: tex(hfodh0800.vf) = %{tl_version} +Provides: tex(hfodh0900.vf) = %{tl_version} +Provides: tex(hfodh1000.vf) = %{tl_version} +Provides: tex(hfodh1095.vf) = %{tl_version} +Provides: tex(hfodh1200.vf) = %{tl_version} +Provides: tex(hfodh1440.vf) = %{tl_version} +Provides: tex(hfodh1728.vf) = %{tl_version} +Provides: tex(hfodh2074.vf) = %{tl_version} +Provides: tex(hfodh2488.vf) = %{tl_version} +Provides: tex(hfodh2986.vf) = %{tl_version} +Provides: tex(hfodh3583.vf) = %{tl_version} +Provides: tex(hfoit0600.vf) = %{tl_version} +Provides: tex(hfoit0700.vf) = %{tl_version} +Provides: tex(hfoit0800.vf) = %{tl_version} +Provides: tex(hfoit0900.vf) = %{tl_version} +Provides: tex(hfoit1000.vf) = %{tl_version} +Provides: tex(hfoit1095.vf) = %{tl_version} +Provides: tex(hfoit1200.vf) = %{tl_version} +Provides: tex(hfoit1440.vf) = %{tl_version} +Provides: tex(hfoit1728.vf) = %{tl_version} +Provides: tex(hfoit2074.vf) = %{tl_version} +Provides: tex(hfoit2488.vf) = %{tl_version} +Provides: tex(hfoit2986.vf) = %{tl_version} +Provides: tex(hfoit3583.vf) = %{tl_version} +Provides: tex(hfooc0500.vf) = %{tl_version} +Provides: tex(hfooc0600.vf) = %{tl_version} +Provides: tex(hfooc0700.vf) = %{tl_version} +Provides: tex(hfooc0800.vf) = %{tl_version} +Provides: tex(hfooc0900.vf) = %{tl_version} +Provides: tex(hfooc1000.vf) = %{tl_version} +Provides: tex(hfooc1095.vf) = %{tl_version} +Provides: tex(hfooc1200.vf) = %{tl_version} +Provides: tex(hfooc1440.vf) = %{tl_version} +Provides: tex(hfooc1728.vf) = %{tl_version} +Provides: tex(hfooc2074.vf) = %{tl_version} +Provides: tex(hfooc2488.vf) = %{tl_version} +Provides: tex(hfooc2986.vf) = %{tl_version} +Provides: tex(hfooc3583.vf) = %{tl_version} +Provides: tex(hforb0500.vf) = %{tl_version} +Provides: tex(hforb0600.vf) = %{tl_version} +Provides: tex(hforb0700.vf) = %{tl_version} +Provides: tex(hforb0800.vf) = %{tl_version} +Provides: tex(hforb0900.vf) = %{tl_version} +Provides: tex(hforb1000.vf) = %{tl_version} +Provides: tex(hforb1095.vf) = %{tl_version} +Provides: tex(hforb1200.vf) = %{tl_version} +Provides: tex(hforb1440.vf) = %{tl_version} +Provides: tex(hforb1728.vf) = %{tl_version} +Provides: tex(hforb2074.vf) = %{tl_version} +Provides: tex(hforb2488.vf) = %{tl_version} +Provides: tex(hforb2986.vf) = %{tl_version} +Provides: tex(hforb3583.vf) = %{tl_version} +Provides: tex(hform0500.vf) = %{tl_version} +Provides: tex(hform0600.vf) = %{tl_version} +Provides: tex(hform0700.vf) = %{tl_version} +Provides: tex(hform0800.vf) = %{tl_version} +Provides: tex(hform0900.vf) = %{tl_version} +Provides: tex(hform1000.vf) = %{tl_version} +Provides: tex(hform1095.vf) = %{tl_version} +Provides: tex(hform1200.vf) = %{tl_version} +Provides: tex(hform1440.vf) = %{tl_version} +Provides: tex(hform1728.vf) = %{tl_version} +Provides: tex(hform2074.vf) = %{tl_version} +Provides: tex(hform2488.vf) = %{tl_version} +Provides: tex(hform2986.vf) = %{tl_version} +Provides: tex(hform3583.vf) = %{tl_version} +Provides: tex(hfosc0500.vf) = %{tl_version} +Provides: tex(hfosc0600.vf) = %{tl_version} +Provides: tex(hfosc0700.vf) = %{tl_version} +Provides: tex(hfosc0800.vf) = %{tl_version} +Provides: tex(hfosc0900.vf) = %{tl_version} +Provides: tex(hfosc1000.vf) = %{tl_version} +Provides: tex(hfosc1095.vf) = %{tl_version} +Provides: tex(hfosc1200.vf) = %{tl_version} +Provides: tex(hfosc1440.vf) = %{tl_version} +Provides: tex(hfosc1728.vf) = %{tl_version} +Provides: tex(hfosc2074.vf) = %{tl_version} +Provides: tex(hfosc2488.vf) = %{tl_version} +Provides: tex(hfosc2986.vf) = %{tl_version} +Provides: tex(hfosc3583.vf) = %{tl_version} +Provides: tex(hfosi0500.vf) = %{tl_version} +Provides: tex(hfosi0600.vf) = %{tl_version} +Provides: tex(hfosi0700.vf) = %{tl_version} +Provides: tex(hfosi0800.vf) = %{tl_version} +Provides: tex(hfosi0900.vf) = %{tl_version} +Provides: tex(hfosi1000.vf) = %{tl_version} +Provides: tex(hfosi1095.vf) = %{tl_version} +Provides: tex(hfosi1200.vf) = %{tl_version} +Provides: tex(hfosi1440.vf) = %{tl_version} +Provides: tex(hfosi1728.vf) = %{tl_version} +Provides: tex(hfosi2074.vf) = %{tl_version} +Provides: tex(hfosi2488.vf) = %{tl_version} +Provides: tex(hfosi2986.vf) = %{tl_version} +Provides: tex(hfosi3583.vf) = %{tl_version} +Provides: tex(hfosl0500.vf) = %{tl_version} +Provides: tex(hfosl0600.vf) = %{tl_version} +Provides: tex(hfosl0700.vf) = %{tl_version} +Provides: tex(hfosl0800.vf) = %{tl_version} +Provides: tex(hfosl0900.vf) = %{tl_version} +Provides: tex(hfosl1000.vf) = %{tl_version} +Provides: tex(hfosl1095.vf) = %{tl_version} +Provides: tex(hfosl1200.vf) = %{tl_version} +Provides: tex(hfosl1440.vf) = %{tl_version} +Provides: tex(hfosl1728.vf) = %{tl_version} +Provides: tex(hfosl2074.vf) = %{tl_version} +Provides: tex(hfosl2488.vf) = %{tl_version} +Provides: tex(hfosl2986.vf) = %{tl_version} +Provides: tex(hfosl3583.vf) = %{tl_version} +Provides: tex(hfoso0500.vf) = %{tl_version} +Provides: tex(hfoso0600.vf) = %{tl_version} +Provides: tex(hfoso0700.vf) = %{tl_version} +Provides: tex(hfoso0800.vf) = %{tl_version} +Provides: tex(hfoso0900.vf) = %{tl_version} +Provides: tex(hfoso1000.vf) = %{tl_version} +Provides: tex(hfoso1095.vf) = %{tl_version} +Provides: tex(hfoso1200.vf) = %{tl_version} +Provides: tex(hfoso1440.vf) = %{tl_version} +Provides: tex(hfoso1728.vf) = %{tl_version} +Provides: tex(hfoso2074.vf) = %{tl_version} +Provides: tex(hfoso2488.vf) = %{tl_version} +Provides: tex(hfoso2986.vf) = %{tl_version} +Provides: tex(hfoso3583.vf) = %{tl_version} +Provides: tex(hfoss0500.vf) = %{tl_version} +Provides: tex(hfoss0600.vf) = %{tl_version} +Provides: tex(hfoss0700.vf) = %{tl_version} +Provides: tex(hfoss0800.vf) = %{tl_version} +Provides: tex(hfoss0900.vf) = %{tl_version} +Provides: tex(hfoss1000.vf) = %{tl_version} +Provides: tex(hfoss1095.vf) = %{tl_version} +Provides: tex(hfoss1200.vf) = %{tl_version} +Provides: tex(hfoss1440.vf) = %{tl_version} +Provides: tex(hfoss1728.vf) = %{tl_version} +Provides: tex(hfoss2074.vf) = %{tl_version} +Provides: tex(hfoss2488.vf) = %{tl_version} +Provides: tex(hfoss2986.vf) = %{tl_version} +Provides: tex(hfoss3583.vf) = %{tl_version} +Provides: tex(hfost0600.vf) = %{tl_version} +Provides: tex(hfost0700.vf) = %{tl_version} +Provides: tex(hfost0800.vf) = %{tl_version} +Provides: tex(hfost0900.vf) = %{tl_version} +Provides: tex(hfost1000.vf) = %{tl_version} +Provides: tex(hfost1095.vf) = %{tl_version} +Provides: tex(hfost1200.vf) = %{tl_version} +Provides: tex(hfost1440.vf) = %{tl_version} +Provides: tex(hfost1728.vf) = %{tl_version} +Provides: tex(hfost2074.vf) = %{tl_version} +Provides: tex(hfost2488.vf) = %{tl_version} +Provides: tex(hfost2986.vf) = %{tl_version} +Provides: tex(hfost3583.vf) = %{tl_version} +Provides: tex(hfosx0500.vf) = %{tl_version} +Provides: tex(hfosx0600.vf) = %{tl_version} +Provides: tex(hfosx0700.vf) = %{tl_version} +Provides: tex(hfosx0800.vf) = %{tl_version} +Provides: tex(hfosx0900.vf) = %{tl_version} +Provides: tex(hfosx1000.vf) = %{tl_version} +Provides: tex(hfosx1095.vf) = %{tl_version} +Provides: tex(hfosx1200.vf) = %{tl_version} +Provides: tex(hfosx1440.vf) = %{tl_version} +Provides: tex(hfosx1728.vf) = %{tl_version} +Provides: tex(hfosx2074.vf) = %{tl_version} +Provides: tex(hfosx2488.vf) = %{tl_version} +Provides: tex(hfosx2986.vf) = %{tl_version} +Provides: tex(hfosx3583.vf) = %{tl_version} +Provides: tex(hfotc0600.vf) = %{tl_version} +Provides: tex(hfotc0700.vf) = %{tl_version} +Provides: tex(hfotc0800.vf) = %{tl_version} +Provides: tex(hfotc0900.vf) = %{tl_version} +Provides: tex(hfotc1000.vf) = %{tl_version} +Provides: tex(hfotc1095.vf) = %{tl_version} +Provides: tex(hfotc1200.vf) = %{tl_version} +Provides: tex(hfotc1440.vf) = %{tl_version} +Provides: tex(hfotc1728.vf) = %{tl_version} +Provides: tex(hfotc2074.vf) = %{tl_version} +Provides: tex(hfotc2488.vf) = %{tl_version} +Provides: tex(hfotc2986.vf) = %{tl_version} +Provides: tex(hfotc3583.vf) = %{tl_version} +Provides: tex(hfoti0500.vf) = %{tl_version} +Provides: tex(hfoti0600.vf) = %{tl_version} +Provides: tex(hfoti0700.vf) = %{tl_version} +Provides: tex(hfoti0800.vf) = %{tl_version} +Provides: tex(hfoti0900.vf) = %{tl_version} +Provides: tex(hfoti1000.vf) = %{tl_version} +Provides: tex(hfoti1095.vf) = %{tl_version} +Provides: tex(hfoti1200.vf) = %{tl_version} +Provides: tex(hfoti1440.vf) = %{tl_version} +Provides: tex(hfoti1728.vf) = %{tl_version} +Provides: tex(hfoti2074.vf) = %{tl_version} +Provides: tex(hfoti2488.vf) = %{tl_version} +Provides: tex(hfoti2986.vf) = %{tl_version} +Provides: tex(hfoti3583.vf) = %{tl_version} +Provides: tex(hfott0600.vf) = %{tl_version} +Provides: tex(hfott0700.vf) = %{tl_version} +Provides: tex(hfott0800.vf) = %{tl_version} +Provides: tex(hfott0900.vf) = %{tl_version} +Provides: tex(hfott1000.vf) = %{tl_version} +Provides: tex(hfott1095.vf) = %{tl_version} +Provides: tex(hfott1200.vf) = %{tl_version} +Provides: tex(hfott1440.vf) = %{tl_version} +Provides: tex(hfott1728.vf) = %{tl_version} +Provides: tex(hfott2074.vf) = %{tl_version} +Provides: tex(hfott2488.vf) = %{tl_version} +Provides: tex(hfott2986.vf) = %{tl_version} +Provides: tex(hfott3583.vf) = %{tl_version} +Provides: tex(hfoui0500.vf) = %{tl_version} +Provides: tex(hfoui0600.vf) = %{tl_version} +Provides: tex(hfoui0700.vf) = %{tl_version} +Provides: tex(hfoui0800.vf) = %{tl_version} +Provides: tex(hfoui0900.vf) = %{tl_version} +Provides: tex(hfoui1000.vf) = %{tl_version} +Provides: tex(hfoui1095.vf) = %{tl_version} +Provides: tex(hfoui1200.vf) = %{tl_version} +Provides: tex(hfoui1440.vf) = %{tl_version} +Provides: tex(hfoui1728.vf) = %{tl_version} +Provides: tex(hfoui2074.vf) = %{tl_version} +Provides: tex(hfoui2488.vf) = %{tl_version} +Provides: tex(hfoui2986.vf) = %{tl_version} +Provides: tex(hfoui3583.vf) = %{tl_version} +Provides: tex(hfovi0600.vf) = %{tl_version} +Provides: tex(hfovi0700.vf) = %{tl_version} +Provides: tex(hfovi0800.vf) = %{tl_version} +Provides: tex(hfovi0900.vf) = %{tl_version} +Provides: tex(hfovi1000.vf) = %{tl_version} +Provides: tex(hfovi1095.vf) = %{tl_version} +Provides: tex(hfovi1200.vf) = %{tl_version} +Provides: tex(hfovi1440.vf) = %{tl_version} +Provides: tex(hfovi1728.vf) = %{tl_version} +Provides: tex(hfovi2074.vf) = %{tl_version} +Provides: tex(hfovi2488.vf) = %{tl_version} +Provides: tex(hfovi2986.vf) = %{tl_version} +Provides: tex(hfovi3583.vf) = %{tl_version} +Provides: tex(hfovt0600.vf) = %{tl_version} +Provides: tex(hfovt0700.vf) = %{tl_version} +Provides: tex(hfovt0800.vf) = %{tl_version} +Provides: tex(hfovt0900.vf) = %{tl_version} +Provides: tex(hfovt1000.vf) = %{tl_version} +Provides: tex(hfovt1095.vf) = %{tl_version} +Provides: tex(hfovt1200.vf) = %{tl_version} +Provides: tex(hfovt1440.vf) = %{tl_version} +Provides: tex(hfovt1728.vf) = %{tl_version} +Provides: tex(hfovt2074.vf) = %{tl_version} +Provides: tex(hfovt2488.vf) = %{tl_version} +Provides: tex(hfovt2986.vf) = %{tl_version} +Provides: tex(hfovt3583.vf) = %{tl_version} +Provides: tex(hfoxc0500.vf) = %{tl_version} +Provides: tex(hfoxc0600.vf) = %{tl_version} +Provides: tex(hfoxc0700.vf) = %{tl_version} +Provides: tex(hfoxc0800.vf) = %{tl_version} +Provides: tex(hfoxc0900.vf) = %{tl_version} +Provides: tex(hfoxc1000.vf) = %{tl_version} +Provides: tex(hfoxc1095.vf) = %{tl_version} +Provides: tex(hfoxc1200.vf) = %{tl_version} +Provides: tex(hfoxc1440.vf) = %{tl_version} +Provides: tex(hfoxc1728.vf) = %{tl_version} +Provides: tex(hfoxc2074.vf) = %{tl_version} +Provides: tex(hfoxc2488.vf) = %{tl_version} +Provides: tex(hfoxc2986.vf) = %{tl_version} +Provides: tex(hfoxc3583.vf) = %{tl_version} +Provides: tex(hfoldsty.sty) = %{tl_version} +Provides: tex(omlhfor.fd) = %{tl_version} +Provides: tex(omshfor.fd) = %{tl_version} +Provides: tex(t1hfodh.fd) = %{tl_version} +Provides: tex(t1hfor.fd) = %{tl_version} +Provides: tex(t1hfoss.fd) = %{tl_version} +Provides: tex(t1hfott.fd) = %{tl_version} +Provides: tex(t1hfovt.fd) = %{tl_version} +Provides: tex(ts1hfor.fd) = %{tl_version} +Provides: tex(ts1hfoss.fd) = %{tl_version} +Provides: tex(ts1hfott.fd) = %{tl_version} +Provides: tex(ts1hfovtt.fd) = %{tl_version} + +%description hfoldsty +The hfoldsty package provides virtual fonts for using oldstyle +(0123456789) figures with the European Computer Modern fonts. +It does a similar job as the eco package by Sebastian Kirsch +but includes a couple of improvements, i.e., better kerning +with guillemets, and support for character protruding using the +pdfcprot package. + +date: 2012-07-15 22:58:12 +0200 + +%post hfoldsty +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hfoldsty +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hfoldsty +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hfoldsty-doc +Summary: Documentation for hfoldsty +Version: svn29349.1.15 +Release: %{tl_noarch_release} +Provides: tex-hfoldsty-doc +BuildArch: noarch +AutoReqProv: No + +%description hfoldsty-doc +Documentation for hfoldsty + +%package ifsym +Provides: tex-ifsym = %{tl_version} +License: LPPL +Summary: A collection of symbols +Version: svn24868.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(ifclk10.tfm) = %{tl_version} +Provides: tex(ifclkb10.tfm) = %{tl_version} +Provides: tex(ifgeo10.tfm) = %{tl_version} +Provides: tex(ifgeob10.tfm) = %{tl_version} +Provides: tex(ifgeobn10.tfm) = %{tl_version} +Provides: tex(ifgeobw10.tfm) = %{tl_version} +Provides: tex(ifgeon10.tfm) = %{tl_version} +Provides: tex(ifgeow10.tfm) = %{tl_version} +Provides: tex(ifsym10.tfm) = %{tl_version} +Provides: tex(ifsymb10.tfm) = %{tl_version} +Provides: tex(ifsymbi10.tfm) = %{tl_version} +Provides: tex(ifsymi10.tfm) = %{tl_version} +Provides: tex(ifwea10.tfm) = %{tl_version} +Provides: tex(ifweab10.tfm) = %{tl_version} +Provides: tex(ifsym.sty) = %{tl_version} +Provides: tex(uifblk.fd) = %{tl_version} +Provides: tex(uifclk.fd) = %{tl_version} +Provides: tex(uifgeo.fd) = %{tl_version} +Provides: tex(uifsym.fd) = %{tl_version} +Provides: tex(uifwea.fd) = %{tl_version} + +%description 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: 2011-04-10 22:02:30 +0200 + +%post ifsym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifsym +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifsym +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifsym-doc +Summary: Documentation for ifsym +Version: svn24868.0 +Release: %{tl_noarch_release} +Provides: tex-ifsym-doc +BuildArch: noarch +AutoReqProv: No + +%description ifsym-doc +Documentation for ifsym + +%package inconsolata +Provides: tex-inconsolata = %{tl_version} +License: OFL +Summary: A monospaced font, with support files for use with TeX +Version: svn19721.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(textcomp.sty) +Requires: tex(keyval.sty) +Provides: tex(fi4-ec.enc) = %{tl_version} +Provides: tex(fi4-ei1.enc) = %{tl_version} +Provides: tex(fi4-ot1tt.enc) = %{tl_version} +Provides: tex(fi4-qxtt.enc) = %{tl_version} +Provides: tex(fi4-texnansi.enc) = %{tl_version} +Provides: tex(fi4-ts1.enc) = %{tl_version} +Provides: tex(fi4.map) = %{tl_version} +Provides: tex(Inconsolata.otf) = %{tl_version} +Provides: tex(ec-inconsolata.tfm) = %{tl_version} +Provides: tex(ei1-inconsolata.tfm) = %{tl_version} +Provides: tex(qx-inconsolata.tfm) = %{tl_version} +Provides: tex(rm-inconsolata.tfm) = %{tl_version} +Provides: tex(texnansi-inconsolata.tfm) = %{tl_version} +Provides: tex(ts1-inconsolata.tfm) = %{tl_version} +Provides: tex(Inconsolata.pfb) = %{tl_version} +Provides: tex(ei1fi4.fd) = %{tl_version} +Provides: tex(inconsolata.sty) = %{tl_version} +Provides: tex(ly1fi4.fd) = %{tl_version} +Provides: tex(ot1fi4.fd) = %{tl_version} +Provides: tex(qxfi4.fd) = %{tl_version} +Provides: tex(t1fi4.fd) = %{tl_version} +Provides: tex(ts1fi4.fd) = %{tl_version} + +%description inconsolata +Inconsolata is a monospaced font designed by Raph Levien. This +package contains the font (in both Adobe Type 1 and OpenType +formats), metric files for use with TeX, and LaTeX font +definition and other relevant files. + +date: 2010-09-07 15:05:43 +0200 + +%post inconsolata +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map fi4.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map fi4.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun inconsolata +if [ $1 == 0 ] ; then +sed -i '/^Map fi4.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans inconsolata +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package inconsolata-doc +Summary: Documentation for inconsolata +Version: svn19721.0 +Release: %{tl_noarch_release} +Provides: tex-inconsolata-doc +BuildArch: noarch +AutoReqProv: No + +%description inconsolata-doc +Documentation for inconsolata + +%package initials +Provides: tex-initials = %{tl_version} +License: LPPL +Summary: Adobe Type 1 decorative initial fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(Acorn.map) = %{tl_version} +Provides: tex(AnnSton.map) = %{tl_version} +Provides: tex(ArtNouv.map) = %{tl_version} +Provides: tex(ArtNouvc.map) = %{tl_version} +Provides: tex(Carrickc.map) = %{tl_version} +Provides: tex(Eichenla.map) = %{tl_version} +Provides: tex(Eileen.map) = %{tl_version} +Provides: tex(EileenBl.map) = %{tl_version} +Provides: tex(Elzevier.map) = %{tl_version} +Provides: tex(GotIn.map) = %{tl_version} +Provides: tex(GoudyIn.map) = %{tl_version} +Provides: tex(Kinigcap.map) = %{tl_version} +Provides: tex(Konanur.map) = %{tl_version} +Provides: tex(Kramer.map) = %{tl_version} +Provides: tex(MorrisIn.map) = %{tl_version} +Provides: tex(Nouveaud.map) = %{tl_version} +Provides: tex(Romantik.map) = %{tl_version} +Provides: tex(Rothdn.map) = %{tl_version} +Provides: tex(RoyalIn.map) = %{tl_version} +Provides: tex(Sanremo.map) = %{tl_version} +Provides: tex(Starburst.map) = %{tl_version} +Provides: tex(Typocaps.map) = %{tl_version} +Provides: tex(Zallman.map) = %{tl_version} +Provides: tex(Acorn.tfm) = %{tl_version} +Provides: tex(AnnSton.tfm) = %{tl_version} +Provides: tex(ArtNouv.tfm) = %{tl_version} +Provides: tex(ArtNouvc.tfm) = %{tl_version} +Provides: tex(Carrickc.tfm) = %{tl_version} +Provides: tex(Eichenla.tfm) = %{tl_version} +Provides: tex(Eileen.tfm) = %{tl_version} +Provides: tex(EileenBl.tfm) = %{tl_version} +Provides: tex(Elzevier.tfm) = %{tl_version} +Provides: tex(GotIn.tfm) = %{tl_version} +Provides: tex(GoudyIn.tfm) = %{tl_version} +Provides: tex(Kinigcap.tfm) = %{tl_version} +Provides: tex(Konanur.tfm) = %{tl_version} +Provides: tex(Kramer.tfm) = %{tl_version} +Provides: tex(MorrisIn.tfm) = %{tl_version} +Provides: tex(Nouveaud.tfm) = %{tl_version} +Provides: tex(Romantik.tfm) = %{tl_version} +Provides: tex(Rothdn.tfm) = %{tl_version} +Provides: tex(RoyalIn.tfm) = %{tl_version} +Provides: tex(Sanremo.tfm) = %{tl_version} +Provides: tex(Starburst.tfm) = %{tl_version} +Provides: tex(Typocaps.tfm) = %{tl_version} +Provides: tex(Zallman.tfm) = %{tl_version} +Provides: tex(Acorn.pfb) = %{tl_version} +Provides: tex(AnnSton.pfb) = %{tl_version} +Provides: tex(ArtNouv.pfb) = %{tl_version} +Provides: tex(ArtNouvc.pfb) = %{tl_version} +Provides: tex(Carrickc.pfb) = %{tl_version} +Provides: tex(Eichenla.pfb) = %{tl_version} +Provides: tex(Eileen.pfb) = %{tl_version} +Provides: tex(EileenBl.pfb) = %{tl_version} +Provides: tex(Elzevier.pfb) = %{tl_version} +Provides: tex(GotIn.pfb) = %{tl_version} +Provides: tex(GoudyIn.pfb) = %{tl_version} +Provides: tex(Kinigcap.pfb) = %{tl_version} +Provides: tex(Konanur.pfb) = %{tl_version} +Provides: tex(Kramer.pfb) = %{tl_version} +Provides: tex(MorrisIn.pfb) = %{tl_version} +Provides: tex(Nouveaud.pfb) = %{tl_version} +Provides: tex(Romantik.pfb) = %{tl_version} +Provides: tex(Rothdn.pfb) = %{tl_version} +Provides: tex(RoyalIn.pfb) = %{tl_version} +Provides: tex(Sanremo.pfb) = %{tl_version} +Provides: tex(Starburst.pfb) = %{tl_version} +Provides: tex(Typocaps.pfb) = %{tl_version} +Provides: tex(Zallman.pfb) = %{tl_version} +Provides: tex(Acorn.fd) = %{tl_version} +Provides: tex(AnnSton.fd) = %{tl_version} +Provides: tex(ArtNouv.fd) = %{tl_version} +Provides: tex(ArtNouvc.fd) = %{tl_version} +Provides: tex(Carrickc.fd) = %{tl_version} +Provides: tex(Eichenla.fd) = %{tl_version} +Provides: tex(Eileen.fd) = %{tl_version} +Provides: tex(EileenBl.fd) = %{tl_version} +Provides: tex(Elzevier.fd) = %{tl_version} +Provides: tex(GotIn.fd) = %{tl_version} +Provides: tex(GoudyIn.fd) = %{tl_version} +Provides: tex(Kinigcap.fd) = %{tl_version} +Provides: tex(Konanur.fd) = %{tl_version} +Provides: tex(Kramer.fd) = %{tl_version} +Provides: tex(MorrisIn.fd) = %{tl_version} +Provides: tex(Nouveaud.fd) = %{tl_version} +Provides: tex(Romantik.fd) = %{tl_version} +Provides: tex(Rothdn.fd) = %{tl_version} +Provides: tex(RoyalIn.fd) = %{tl_version} +Provides: tex(Sanremo.fd) = %{tl_version} +Provides: tex(Starburst.fd) = %{tl_version} +Provides: tex(Typocaps.fd) = %{tl_version} +Provides: tex(Zallman.fd) = %{tl_version} + +%description initials +For each font, at least an .pfb and .tfm file is provided, with +a .fd file for use with LaTeX. + +date: 2008-08-19 23:32:24 +0200 + +%post initials +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map Acorn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Acorn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map AnnSton.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map AnnSton.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map ArtNouv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ArtNouv.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map ArtNouvc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ArtNouvc.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Carrickc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Carrickc.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Eichenla.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Eichenla.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Eileen.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Eileen.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map EileenBl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map EileenBl.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Elzevier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Elzevier.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map GotIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map GotIn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map GoudyIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map GoudyIn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Kinigcap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Kinigcap.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Konanur.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Konanur.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Kramer.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Kramer.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map MorrisIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map MorrisIn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Nouveaud.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Nouveaud.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Romantik.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Romantik.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Rothdn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Rothdn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map RoyalIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map RoyalIn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Sanremo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Sanremo.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Starburst.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Starburst.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Typocaps.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Typocaps.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map Zallman.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Zallman.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun initials +if [ $1 == 0 ] ; then +sed -i '/^Map Acorn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map AnnSton.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map ArtNouv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map ArtNouvc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Carrickc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Eichenla.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Eileen.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map EileenBl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Elzevier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map GotIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map GoudyIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Kinigcap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Konanur.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Kramer.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map MorrisIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Nouveaud.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Romantik.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Rothdn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map RoyalIn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Sanremo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Starburst.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Typocaps.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map Zallman.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans initials +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package initials-doc +Summary: Documentation for initials +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-initials-doc +BuildArch: noarch +AutoReqProv: No + +%description initials-doc +Documentation for initials + +%package ipaex-type1 +Provides: tex-ipaex-type1 = %{tl_version} +License: Freely redistributable without restriction +Summary: IPAex fonts converted to Type-1 format Unicode subfonts +Version: svn30557.0.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ipaex-type1.map) = %{tl_version} +Provides: tex(ipxg-r-ot1.tfm) = %{tl_version} +Provides: tex(ipxg-r-t1.tfm) = %{tl_version} +Provides: tex(ipxg-r-ts1.tfm) = %{tl_version} +Provides: tex(ipxg-r-u00.tfm) = %{tl_version} +Provides: tex(ipxg-r-u01.tfm) = %{tl_version} +Provides: tex(ipxg-r-u02.tfm) = %{tl_version} +Provides: tex(ipxg-r-u03.tfm) = %{tl_version} +Provides: tex(ipxg-r-u04.tfm) = %{tl_version} +Provides: tex(ipxg-r-u1e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u1f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u20.tfm) = %{tl_version} +Provides: tex(ipxg-r-u21.tfm) = %{tl_version} +Provides: tex(ipxg-r-u22.tfm) = %{tl_version} +Provides: tex(ipxg-r-u23.tfm) = %{tl_version} +Provides: tex(ipxg-r-u24.tfm) = %{tl_version} +Provides: tex(ipxg-r-u25.tfm) = %{tl_version} +Provides: tex(ipxg-r-u26.tfm) = %{tl_version} +Provides: tex(ipxg-r-u27.tfm) = %{tl_version} +Provides: tex(ipxg-r-u29.tfm) = %{tl_version} +Provides: tex(ipxg-r-u2e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u2f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u30.tfm) = %{tl_version} +Provides: tex(ipxg-r-u31.tfm) = %{tl_version} +Provides: tex(ipxg-r-u32.tfm) = %{tl_version} +Provides: tex(ipxg-r-u33.tfm) = %{tl_version} +Provides: tex(ipxg-r-u34.tfm) = %{tl_version} +Provides: tex(ipxg-r-u35.tfm) = %{tl_version} +Provides: tex(ipxg-r-u36.tfm) = %{tl_version} +Provides: tex(ipxg-r-u37.tfm) = %{tl_version} +Provides: tex(ipxg-r-u38.tfm) = %{tl_version} +Provides: tex(ipxg-r-u39.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u3f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u40.tfm) = %{tl_version} +Provides: tex(ipxg-r-u41.tfm) = %{tl_version} +Provides: tex(ipxg-r-u42.tfm) = %{tl_version} +Provides: tex(ipxg-r-u43.tfm) = %{tl_version} +Provides: tex(ipxg-r-u44.tfm) = %{tl_version} +Provides: tex(ipxg-r-u45.tfm) = %{tl_version} +Provides: tex(ipxg-r-u46.tfm) = %{tl_version} +Provides: tex(ipxg-r-u47.tfm) = %{tl_version} +Provides: tex(ipxg-r-u48.tfm) = %{tl_version} +Provides: tex(ipxg-r-u49.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u4f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u50.tfm) = %{tl_version} +Provides: tex(ipxg-r-u51.tfm) = %{tl_version} +Provides: tex(ipxg-r-u52.tfm) = %{tl_version} +Provides: tex(ipxg-r-u53.tfm) = %{tl_version} +Provides: tex(ipxg-r-u54.tfm) = %{tl_version} +Provides: tex(ipxg-r-u55.tfm) = %{tl_version} +Provides: tex(ipxg-r-u56.tfm) = %{tl_version} +Provides: tex(ipxg-r-u57.tfm) = %{tl_version} +Provides: tex(ipxg-r-u58.tfm) = %{tl_version} +Provides: tex(ipxg-r-u59.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u5f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u60.tfm) = %{tl_version} +Provides: tex(ipxg-r-u61.tfm) = %{tl_version} +Provides: tex(ipxg-r-u62.tfm) = %{tl_version} +Provides: tex(ipxg-r-u63.tfm) = %{tl_version} +Provides: tex(ipxg-r-u64.tfm) = %{tl_version} +Provides: tex(ipxg-r-u65.tfm) = %{tl_version} +Provides: tex(ipxg-r-u66.tfm) = %{tl_version} +Provides: tex(ipxg-r-u67.tfm) = %{tl_version} +Provides: tex(ipxg-r-u68.tfm) = %{tl_version} +Provides: tex(ipxg-r-u69.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u6f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u70.tfm) = %{tl_version} +Provides: tex(ipxg-r-u71.tfm) = %{tl_version} +Provides: tex(ipxg-r-u72.tfm) = %{tl_version} +Provides: tex(ipxg-r-u73.tfm) = %{tl_version} +Provides: tex(ipxg-r-u74.tfm) = %{tl_version} +Provides: tex(ipxg-r-u75.tfm) = %{tl_version} +Provides: tex(ipxg-r-u76.tfm) = %{tl_version} +Provides: tex(ipxg-r-u77.tfm) = %{tl_version} +Provides: tex(ipxg-r-u78.tfm) = %{tl_version} +Provides: tex(ipxg-r-u79.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u7f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u80.tfm) = %{tl_version} +Provides: tex(ipxg-r-u81.tfm) = %{tl_version} +Provides: tex(ipxg-r-u82.tfm) = %{tl_version} +Provides: tex(ipxg-r-u83.tfm) = %{tl_version} +Provides: tex(ipxg-r-u84.tfm) = %{tl_version} +Provides: tex(ipxg-r-u85.tfm) = %{tl_version} +Provides: tex(ipxg-r-u86.tfm) = %{tl_version} +Provides: tex(ipxg-r-u87.tfm) = %{tl_version} +Provides: tex(ipxg-r-u88.tfm) = %{tl_version} +Provides: tex(ipxg-r-u89.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u8f.tfm) = %{tl_version} +Provides: tex(ipxg-r-u90.tfm) = %{tl_version} +Provides: tex(ipxg-r-u91.tfm) = %{tl_version} +Provides: tex(ipxg-r-u92.tfm) = %{tl_version} +Provides: tex(ipxg-r-u93.tfm) = %{tl_version} +Provides: tex(ipxg-r-u94.tfm) = %{tl_version} +Provides: tex(ipxg-r-u95.tfm) = %{tl_version} +Provides: tex(ipxg-r-u96.tfm) = %{tl_version} +Provides: tex(ipxg-r-u97.tfm) = %{tl_version} +Provides: tex(ipxg-r-u98.tfm) = %{tl_version} +Provides: tex(ipxg-r-u99.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9a.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9b.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9c.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9d.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9e.tfm) = %{tl_version} +Provides: tex(ipxg-r-u9f.tfm) = %{tl_version} +Provides: tex(ipxg-r-uf0.tfm) = %{tl_version} +Provides: tex(ipxg-r-uf8.tfm) = %{tl_version} +Provides: tex(ipxg-r-uf9.tfm) = %{tl_version} +Provides: tex(ipxg-r-ufa.tfm) = %{tl_version} +Provides: tex(ipxg-r-ufe.tfm) = %{tl_version} +Provides: tex(ipxg-r-uff.tfm) = %{tl_version} +Provides: tex(ipxg-ro-ot1.tfm) = %{tl_version} +Provides: tex(ipxg-ro-t1.tfm) = %{tl_version} +Provides: tex(ipxg-ro-ts1.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u00.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u01.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u02.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u03.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u04.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u1e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u1f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u20.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u21.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u22.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u23.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u24.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u25.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u26.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u27.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u29.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u2e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u2f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u30.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u31.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u32.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u33.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u34.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u35.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u36.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u37.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u38.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u39.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u3f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u40.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u41.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u42.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u43.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u44.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u45.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u46.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u47.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u48.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u49.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u4f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u50.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u51.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u52.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u53.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u54.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u55.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u56.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u57.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u58.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u59.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u5f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u60.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u61.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u62.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u63.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u64.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u65.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u66.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u67.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u68.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u69.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u6f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u70.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u71.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u72.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u73.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u74.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u75.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u76.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u77.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u78.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u79.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u7f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u80.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u81.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u82.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u83.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u84.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u85.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u86.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u87.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u88.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u89.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u8f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u90.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u91.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u92.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u93.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u94.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u95.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u96.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u97.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u98.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u99.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9a.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9b.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9c.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9d.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9e.tfm) = %{tl_version} +Provides: tex(ipxg-ro-u9f.tfm) = %{tl_version} +Provides: tex(ipxg-ro-uf8.tfm) = %{tl_version} +Provides: tex(ipxg-ro-uf9.tfm) = %{tl_version} +Provides: tex(ipxg-ro-ufa.tfm) = %{tl_version} +Provides: tex(ipxg-ro-ufe.tfm) = %{tl_version} +Provides: tex(ipxg-ro-uff.tfm) = %{tl_version} +Provides: tex(ipxm-r-ot1.tfm) = %{tl_version} +Provides: tex(ipxm-r-t1.tfm) = %{tl_version} +Provides: tex(ipxm-r-ts1.tfm) = %{tl_version} +Provides: tex(ipxm-r-u00.tfm) = %{tl_version} +Provides: tex(ipxm-r-u01.tfm) = %{tl_version} +Provides: tex(ipxm-r-u02.tfm) = %{tl_version} +Provides: tex(ipxm-r-u03.tfm) = %{tl_version} +Provides: tex(ipxm-r-u04.tfm) = %{tl_version} +Provides: tex(ipxm-r-u1e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u1f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u20.tfm) = %{tl_version} +Provides: tex(ipxm-r-u21.tfm) = %{tl_version} +Provides: tex(ipxm-r-u22.tfm) = %{tl_version} +Provides: tex(ipxm-r-u23.tfm) = %{tl_version} +Provides: tex(ipxm-r-u24.tfm) = %{tl_version} +Provides: tex(ipxm-r-u25.tfm) = %{tl_version} +Provides: tex(ipxm-r-u26.tfm) = %{tl_version} +Provides: tex(ipxm-r-u27.tfm) = %{tl_version} +Provides: tex(ipxm-r-u29.tfm) = %{tl_version} +Provides: tex(ipxm-r-u2e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u2f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u30.tfm) = %{tl_version} +Provides: tex(ipxm-r-u31.tfm) = %{tl_version} +Provides: tex(ipxm-r-u32.tfm) = %{tl_version} +Provides: tex(ipxm-r-u33.tfm) = %{tl_version} +Provides: tex(ipxm-r-u34.tfm) = %{tl_version} +Provides: tex(ipxm-r-u35.tfm) = %{tl_version} +Provides: tex(ipxm-r-u36.tfm) = %{tl_version} +Provides: tex(ipxm-r-u37.tfm) = %{tl_version} +Provides: tex(ipxm-r-u38.tfm) = %{tl_version} +Provides: tex(ipxm-r-u39.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u3f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u40.tfm) = %{tl_version} +Provides: tex(ipxm-r-u41.tfm) = %{tl_version} +Provides: tex(ipxm-r-u42.tfm) = %{tl_version} +Provides: tex(ipxm-r-u43.tfm) = %{tl_version} +Provides: tex(ipxm-r-u44.tfm) = %{tl_version} +Provides: tex(ipxm-r-u45.tfm) = %{tl_version} +Provides: tex(ipxm-r-u46.tfm) = %{tl_version} +Provides: tex(ipxm-r-u47.tfm) = %{tl_version} +Provides: tex(ipxm-r-u48.tfm) = %{tl_version} +Provides: tex(ipxm-r-u49.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u4f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u50.tfm) = %{tl_version} +Provides: tex(ipxm-r-u51.tfm) = %{tl_version} +Provides: tex(ipxm-r-u52.tfm) = %{tl_version} +Provides: tex(ipxm-r-u53.tfm) = %{tl_version} +Provides: tex(ipxm-r-u54.tfm) = %{tl_version} +Provides: tex(ipxm-r-u55.tfm) = %{tl_version} +Provides: tex(ipxm-r-u56.tfm) = %{tl_version} +Provides: tex(ipxm-r-u57.tfm) = %{tl_version} +Provides: tex(ipxm-r-u58.tfm) = %{tl_version} +Provides: tex(ipxm-r-u59.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u5f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u60.tfm) = %{tl_version} +Provides: tex(ipxm-r-u61.tfm) = %{tl_version} +Provides: tex(ipxm-r-u62.tfm) = %{tl_version} +Provides: tex(ipxm-r-u63.tfm) = %{tl_version} +Provides: tex(ipxm-r-u64.tfm) = %{tl_version} +Provides: tex(ipxm-r-u65.tfm) = %{tl_version} +Provides: tex(ipxm-r-u66.tfm) = %{tl_version} +Provides: tex(ipxm-r-u67.tfm) = %{tl_version} +Provides: tex(ipxm-r-u68.tfm) = %{tl_version} +Provides: tex(ipxm-r-u69.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u6f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u70.tfm) = %{tl_version} +Provides: tex(ipxm-r-u71.tfm) = %{tl_version} +Provides: tex(ipxm-r-u72.tfm) = %{tl_version} +Provides: tex(ipxm-r-u73.tfm) = %{tl_version} +Provides: tex(ipxm-r-u74.tfm) = %{tl_version} +Provides: tex(ipxm-r-u75.tfm) = %{tl_version} +Provides: tex(ipxm-r-u76.tfm) = %{tl_version} +Provides: tex(ipxm-r-u77.tfm) = %{tl_version} +Provides: tex(ipxm-r-u78.tfm) = %{tl_version} +Provides: tex(ipxm-r-u79.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u7f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u80.tfm) = %{tl_version} +Provides: tex(ipxm-r-u81.tfm) = %{tl_version} +Provides: tex(ipxm-r-u82.tfm) = %{tl_version} +Provides: tex(ipxm-r-u83.tfm) = %{tl_version} +Provides: tex(ipxm-r-u84.tfm) = %{tl_version} +Provides: tex(ipxm-r-u85.tfm) = %{tl_version} +Provides: tex(ipxm-r-u86.tfm) = %{tl_version} +Provides: tex(ipxm-r-u87.tfm) = %{tl_version} +Provides: tex(ipxm-r-u88.tfm) = %{tl_version} +Provides: tex(ipxm-r-u89.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u8f.tfm) = %{tl_version} +Provides: tex(ipxm-r-u90.tfm) = %{tl_version} +Provides: tex(ipxm-r-u91.tfm) = %{tl_version} +Provides: tex(ipxm-r-u92.tfm) = %{tl_version} +Provides: tex(ipxm-r-u93.tfm) = %{tl_version} +Provides: tex(ipxm-r-u94.tfm) = %{tl_version} +Provides: tex(ipxm-r-u95.tfm) = %{tl_version} +Provides: tex(ipxm-r-u96.tfm) = %{tl_version} +Provides: tex(ipxm-r-u97.tfm) = %{tl_version} +Provides: tex(ipxm-r-u98.tfm) = %{tl_version} +Provides: tex(ipxm-r-u99.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9a.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9b.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9c.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9d.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9e.tfm) = %{tl_version} +Provides: tex(ipxm-r-u9f.tfm) = %{tl_version} +Provides: tex(ipxm-r-uf0.tfm) = %{tl_version} +Provides: tex(ipxm-r-uf8.tfm) = %{tl_version} +Provides: tex(ipxm-r-uf9.tfm) = %{tl_version} +Provides: tex(ipxm-r-ufa.tfm) = %{tl_version} +Provides: tex(ipxm-r-ufe.tfm) = %{tl_version} +Provides: tex(ipxm-r-uff.tfm) = %{tl_version} +Provides: tex(ipxm-ro-ot1.tfm) = %{tl_version} +Provides: tex(ipxm-ro-t1.tfm) = %{tl_version} +Provides: tex(ipxm-ro-ts1.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u00.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u01.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u02.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u03.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u04.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u1e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u1f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u20.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u21.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u22.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u23.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u24.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u25.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u26.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u27.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u29.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u2e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u2f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u30.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u31.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u32.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u33.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u34.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u35.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u36.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u37.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u38.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u39.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u3f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u40.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u41.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u42.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u43.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u44.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u45.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u46.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u47.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u48.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u49.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u4f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u50.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u51.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u52.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u53.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u54.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u55.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u56.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u57.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u58.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u59.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u5f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u60.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u61.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u62.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u63.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u64.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u65.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u66.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u67.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u68.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u69.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u6f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u70.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u71.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u72.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u73.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u74.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u75.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u76.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u77.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u78.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u79.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u7f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u80.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u81.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u82.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u83.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u84.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u85.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u86.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u87.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u88.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u89.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u8f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u90.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u91.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u92.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u93.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u94.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u95.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u96.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u97.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u98.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u99.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9a.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9b.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9c.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9d.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9e.tfm) = %{tl_version} +Provides: tex(ipxm-ro-u9f.tfm) = %{tl_version} +Provides: tex(ipxm-ro-uf8.tfm) = %{tl_version} +Provides: tex(ipxm-ro-uf9.tfm) = %{tl_version} +Provides: tex(ipxm-ro-ufa.tfm) = %{tl_version} +Provides: tex(ipxm-ro-ufe.tfm) = %{tl_version} +Provides: tex(ipxm-ro-uff.tfm) = %{tl_version} +Provides: tex(ipxg-r-ot1.pfb) = %{tl_version} +Provides: tex(ipxg-r-t1.pfb) = %{tl_version} +Provides: tex(ipxg-r-ts1.pfb) = %{tl_version} +Provides: tex(ipxg-r-u00.pfb) = %{tl_version} +Provides: tex(ipxg-r-u01.pfb) = %{tl_version} +Provides: tex(ipxg-r-u02.pfb) = %{tl_version} +Provides: tex(ipxg-r-u03.pfb) = %{tl_version} +Provides: tex(ipxg-r-u04.pfb) = %{tl_version} +Provides: tex(ipxg-r-u1e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u1f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u20.pfb) = %{tl_version} +Provides: tex(ipxg-r-u21.pfb) = %{tl_version} +Provides: tex(ipxg-r-u22.pfb) = %{tl_version} +Provides: tex(ipxg-r-u23.pfb) = %{tl_version} +Provides: tex(ipxg-r-u24.pfb) = %{tl_version} +Provides: tex(ipxg-r-u25.pfb) = %{tl_version} +Provides: tex(ipxg-r-u26.pfb) = %{tl_version} +Provides: tex(ipxg-r-u27.pfb) = %{tl_version} +Provides: tex(ipxg-r-u29.pfb) = %{tl_version} +Provides: tex(ipxg-r-u2e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u2f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u30.pfb) = %{tl_version} +Provides: tex(ipxg-r-u31.pfb) = %{tl_version} +Provides: tex(ipxg-r-u32.pfb) = %{tl_version} +Provides: tex(ipxg-r-u33.pfb) = %{tl_version} +Provides: tex(ipxg-r-u34.pfb) = %{tl_version} +Provides: tex(ipxg-r-u35.pfb) = %{tl_version} +Provides: tex(ipxg-r-u36.pfb) = %{tl_version} +Provides: tex(ipxg-r-u37.pfb) = %{tl_version} +Provides: tex(ipxg-r-u38.pfb) = %{tl_version} +Provides: tex(ipxg-r-u39.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u3f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u40.pfb) = %{tl_version} +Provides: tex(ipxg-r-u41.pfb) = %{tl_version} +Provides: tex(ipxg-r-u42.pfb) = %{tl_version} +Provides: tex(ipxg-r-u43.pfb) = %{tl_version} +Provides: tex(ipxg-r-u44.pfb) = %{tl_version} +Provides: tex(ipxg-r-u45.pfb) = %{tl_version} +Provides: tex(ipxg-r-u46.pfb) = %{tl_version} +Provides: tex(ipxg-r-u47.pfb) = %{tl_version} +Provides: tex(ipxg-r-u48.pfb) = %{tl_version} +Provides: tex(ipxg-r-u49.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u4f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u50.pfb) = %{tl_version} +Provides: tex(ipxg-r-u51.pfb) = %{tl_version} +Provides: tex(ipxg-r-u52.pfb) = %{tl_version} +Provides: tex(ipxg-r-u53.pfb) = %{tl_version} +Provides: tex(ipxg-r-u54.pfb) = %{tl_version} +Provides: tex(ipxg-r-u55.pfb) = %{tl_version} +Provides: tex(ipxg-r-u56.pfb) = %{tl_version} +Provides: tex(ipxg-r-u57.pfb) = %{tl_version} +Provides: tex(ipxg-r-u58.pfb) = %{tl_version} +Provides: tex(ipxg-r-u59.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u5f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u60.pfb) = %{tl_version} +Provides: tex(ipxg-r-u61.pfb) = %{tl_version} +Provides: tex(ipxg-r-u62.pfb) = %{tl_version} +Provides: tex(ipxg-r-u63.pfb) = %{tl_version} +Provides: tex(ipxg-r-u64.pfb) = %{tl_version} +Provides: tex(ipxg-r-u65.pfb) = %{tl_version} +Provides: tex(ipxg-r-u66.pfb) = %{tl_version} +Provides: tex(ipxg-r-u67.pfb) = %{tl_version} +Provides: tex(ipxg-r-u68.pfb) = %{tl_version} +Provides: tex(ipxg-r-u69.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u6f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u70.pfb) = %{tl_version} +Provides: tex(ipxg-r-u71.pfb) = %{tl_version} +Provides: tex(ipxg-r-u72.pfb) = %{tl_version} +Provides: tex(ipxg-r-u73.pfb) = %{tl_version} +Provides: tex(ipxg-r-u74.pfb) = %{tl_version} +Provides: tex(ipxg-r-u75.pfb) = %{tl_version} +Provides: tex(ipxg-r-u76.pfb) = %{tl_version} +Provides: tex(ipxg-r-u77.pfb) = %{tl_version} +Provides: tex(ipxg-r-u78.pfb) = %{tl_version} +Provides: tex(ipxg-r-u79.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u7f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u80.pfb) = %{tl_version} +Provides: tex(ipxg-r-u81.pfb) = %{tl_version} +Provides: tex(ipxg-r-u82.pfb) = %{tl_version} +Provides: tex(ipxg-r-u83.pfb) = %{tl_version} +Provides: tex(ipxg-r-u84.pfb) = %{tl_version} +Provides: tex(ipxg-r-u85.pfb) = %{tl_version} +Provides: tex(ipxg-r-u86.pfb) = %{tl_version} +Provides: tex(ipxg-r-u87.pfb) = %{tl_version} +Provides: tex(ipxg-r-u88.pfb) = %{tl_version} +Provides: tex(ipxg-r-u89.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u8f.pfb) = %{tl_version} +Provides: tex(ipxg-r-u90.pfb) = %{tl_version} +Provides: tex(ipxg-r-u91.pfb) = %{tl_version} +Provides: tex(ipxg-r-u92.pfb) = %{tl_version} +Provides: tex(ipxg-r-u93.pfb) = %{tl_version} +Provides: tex(ipxg-r-u94.pfb) = %{tl_version} +Provides: tex(ipxg-r-u95.pfb) = %{tl_version} +Provides: tex(ipxg-r-u96.pfb) = %{tl_version} +Provides: tex(ipxg-r-u97.pfb) = %{tl_version} +Provides: tex(ipxg-r-u98.pfb) = %{tl_version} +Provides: tex(ipxg-r-u99.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9a.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9b.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9c.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9d.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9e.pfb) = %{tl_version} +Provides: tex(ipxg-r-u9f.pfb) = %{tl_version} +Provides: tex(ipxg-r-uf0.pfb) = %{tl_version} +Provides: tex(ipxg-r-uf8.pfb) = %{tl_version} +Provides: tex(ipxg-r-uf9.pfb) = %{tl_version} +Provides: tex(ipxg-r-ufa.pfb) = %{tl_version} +Provides: tex(ipxg-r-ufe.pfb) = %{tl_version} +Provides: tex(ipxg-r-uff.pfb) = %{tl_version} +Provides: tex(ipxm-r-ot1.pfb) = %{tl_version} +Provides: tex(ipxm-r-t1.pfb) = %{tl_version} +Provides: tex(ipxm-r-ts1.pfb) = %{tl_version} +Provides: tex(ipxm-r-u00.pfb) = %{tl_version} +Provides: tex(ipxm-r-u01.pfb) = %{tl_version} +Provides: tex(ipxm-r-u02.pfb) = %{tl_version} +Provides: tex(ipxm-r-u03.pfb) = %{tl_version} +Provides: tex(ipxm-r-u04.pfb) = %{tl_version} +Provides: tex(ipxm-r-u1e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u1f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u20.pfb) = %{tl_version} +Provides: tex(ipxm-r-u21.pfb) = %{tl_version} +Provides: tex(ipxm-r-u22.pfb) = %{tl_version} +Provides: tex(ipxm-r-u23.pfb) = %{tl_version} +Provides: tex(ipxm-r-u24.pfb) = %{tl_version} +Provides: tex(ipxm-r-u25.pfb) = %{tl_version} +Provides: tex(ipxm-r-u26.pfb) = %{tl_version} +Provides: tex(ipxm-r-u27.pfb) = %{tl_version} +Provides: tex(ipxm-r-u29.pfb) = %{tl_version} +Provides: tex(ipxm-r-u2e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u2f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u30.pfb) = %{tl_version} +Provides: tex(ipxm-r-u31.pfb) = %{tl_version} +Provides: tex(ipxm-r-u32.pfb) = %{tl_version} +Provides: tex(ipxm-r-u33.pfb) = %{tl_version} +Provides: tex(ipxm-r-u34.pfb) = %{tl_version} +Provides: tex(ipxm-r-u35.pfb) = %{tl_version} +Provides: tex(ipxm-r-u36.pfb) = %{tl_version} +Provides: tex(ipxm-r-u37.pfb) = %{tl_version} +Provides: tex(ipxm-r-u38.pfb) = %{tl_version} +Provides: tex(ipxm-r-u39.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u3f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u40.pfb) = %{tl_version} +Provides: tex(ipxm-r-u41.pfb) = %{tl_version} +Provides: tex(ipxm-r-u42.pfb) = %{tl_version} +Provides: tex(ipxm-r-u43.pfb) = %{tl_version} +Provides: tex(ipxm-r-u44.pfb) = %{tl_version} +Provides: tex(ipxm-r-u45.pfb) = %{tl_version} +Provides: tex(ipxm-r-u46.pfb) = %{tl_version} +Provides: tex(ipxm-r-u47.pfb) = %{tl_version} +Provides: tex(ipxm-r-u48.pfb) = %{tl_version} +Provides: tex(ipxm-r-u49.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u4f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u50.pfb) = %{tl_version} +Provides: tex(ipxm-r-u51.pfb) = %{tl_version} +Provides: tex(ipxm-r-u52.pfb) = %{tl_version} +Provides: tex(ipxm-r-u53.pfb) = %{tl_version} +Provides: tex(ipxm-r-u54.pfb) = %{tl_version} +Provides: tex(ipxm-r-u55.pfb) = %{tl_version} +Provides: tex(ipxm-r-u56.pfb) = %{tl_version} +Provides: tex(ipxm-r-u57.pfb) = %{tl_version} +Provides: tex(ipxm-r-u58.pfb) = %{tl_version} +Provides: tex(ipxm-r-u59.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u5f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u60.pfb) = %{tl_version} +Provides: tex(ipxm-r-u61.pfb) = %{tl_version} +Provides: tex(ipxm-r-u62.pfb) = %{tl_version} +Provides: tex(ipxm-r-u63.pfb) = %{tl_version} +Provides: tex(ipxm-r-u64.pfb) = %{tl_version} +Provides: tex(ipxm-r-u65.pfb) = %{tl_version} +Provides: tex(ipxm-r-u66.pfb) = %{tl_version} +Provides: tex(ipxm-r-u67.pfb) = %{tl_version} +Provides: tex(ipxm-r-u68.pfb) = %{tl_version} +Provides: tex(ipxm-r-u69.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u6f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u70.pfb) = %{tl_version} +Provides: tex(ipxm-r-u71.pfb) = %{tl_version} +Provides: tex(ipxm-r-u72.pfb) = %{tl_version} +Provides: tex(ipxm-r-u73.pfb) = %{tl_version} +Provides: tex(ipxm-r-u74.pfb) = %{tl_version} +Provides: tex(ipxm-r-u75.pfb) = %{tl_version} +Provides: tex(ipxm-r-u76.pfb) = %{tl_version} +Provides: tex(ipxm-r-u77.pfb) = %{tl_version} +Provides: tex(ipxm-r-u78.pfb) = %{tl_version} +Provides: tex(ipxm-r-u79.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u7f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u80.pfb) = %{tl_version} +Provides: tex(ipxm-r-u81.pfb) = %{tl_version} +Provides: tex(ipxm-r-u82.pfb) = %{tl_version} +Provides: tex(ipxm-r-u83.pfb) = %{tl_version} +Provides: tex(ipxm-r-u84.pfb) = %{tl_version} +Provides: tex(ipxm-r-u85.pfb) = %{tl_version} +Provides: tex(ipxm-r-u86.pfb) = %{tl_version} +Provides: tex(ipxm-r-u87.pfb) = %{tl_version} +Provides: tex(ipxm-r-u88.pfb) = %{tl_version} +Provides: tex(ipxm-r-u89.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u8f.pfb) = %{tl_version} +Provides: tex(ipxm-r-u90.pfb) = %{tl_version} +Provides: tex(ipxm-r-u91.pfb) = %{tl_version} +Provides: tex(ipxm-r-u92.pfb) = %{tl_version} +Provides: tex(ipxm-r-u93.pfb) = %{tl_version} +Provides: tex(ipxm-r-u94.pfb) = %{tl_version} +Provides: tex(ipxm-r-u95.pfb) = %{tl_version} +Provides: tex(ipxm-r-u96.pfb) = %{tl_version} +Provides: tex(ipxm-r-u97.pfb) = %{tl_version} +Provides: tex(ipxm-r-u98.pfb) = %{tl_version} +Provides: tex(ipxm-r-u99.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9a.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9b.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9c.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9d.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9e.pfb) = %{tl_version} +Provides: tex(ipxm-r-u9f.pfb) = %{tl_version} +Provides: tex(ipxm-r-uf0.pfb) = %{tl_version} +Provides: tex(ipxm-r-uf8.pfb) = %{tl_version} +Provides: tex(ipxm-r-uf9.pfb) = %{tl_version} +Provides: tex(ipxm-r-ufa.pfb) = %{tl_version} +Provides: tex(ipxm-r-ufe.pfb) = %{tl_version} +Provides: tex(ipxm-r-uff.pfb) = %{tl_version} +Provides: tex(c70ipxg.fd) = %{tl_version} +Provides: tex(c70ipxga.fd) = %{tl_version} +Provides: tex(c70ipxm.fd) = %{tl_version} +Provides: tex(c70ipxma.fd) = %{tl_version} +Provides: tex(ot1ipxg.fd) = %{tl_version} +Provides: tex(ot1ipxm.fd) = %{tl_version} +Provides: tex(t1ipxg.fd) = %{tl_version} +Provides: tex(t1ipxm.fd) = %{tl_version} +Provides: tex(ts1ipxg.fd) = %{tl_version} +Provides: tex(ts1ipxm.fd) = %{tl_version} + +%description 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: 2013-05-18 17:41:16 +0200 + +%post ipaex-type1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ipaex-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ipaex-type1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ipaex-type1 +if [ $1 == 0 ] ; then +sed -i '/^Map ipaex-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ipaex-type1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ipaex-type1-doc +Summary: Documentation for ipaex-type1 +Version: svn30557.0.3a +Release: %{tl_noarch_release} +Provides: tex-ipaex-type1-doc +BuildArch: noarch +AutoReqProv: No + +%description ipaex-type1-doc +Documentation for ipaex-type1 + +%package iwona +Provides: tex-iwona = %{tl_version} +License: GFSL +Summary: A two-element sans-serif font +Version: svn19611.0.995b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cs-iwona-sc.enc) = %{tl_version} +Provides: tex(cs-iwona.enc) = %{tl_version} +Provides: tex(ec-iwona-sc.enc) = %{tl_version} +Provides: tex(ec-iwona.enc) = %{tl_version} +Provides: tex(ex-iwona.enc) = %{tl_version} +Provides: tex(greek-iwona.enc) = %{tl_version} +Provides: tex(l7x-iwona-sc.enc) = %{tl_version} +Provides: tex(l7x-iwona.enc) = %{tl_version} +Provides: tex(mi-iwona.enc) = %{tl_version} +Provides: tex(qx-iwona-sc.enc) = %{tl_version} +Provides: tex(qx-iwona.enc) = %{tl_version} +Provides: tex(rm-iwona-sc.enc) = %{tl_version} +Provides: tex(rm-iwona.enc) = %{tl_version} +Provides: tex(sy-iwona.enc) = %{tl_version} +Provides: tex(t2a-iwona.enc) = %{tl_version} +Provides: tex(t2b-iwona.enc) = %{tl_version} +Provides: tex(t2c-iwona.enc) = %{tl_version} +Provides: tex(t5-iwona-sc.enc) = %{tl_version} +Provides: tex(t5-iwona.enc) = %{tl_version} +Provides: tex(texnansi-iwona-sc.enc) = %{tl_version} +Provides: tex(texnansi-iwona.enc) = %{tl_version} +Provides: tex(ts1-iwona.enc) = %{tl_version} +Provides: tex(wncy-iwona.enc) = %{tl_version} +Provides: tex(iwona-cs.map) = %{tl_version} +Provides: tex(iwona-ec.map) = %{tl_version} +Provides: tex(iwona-ex.map) = %{tl_version} +Provides: tex(iwona-greek.map) = %{tl_version} +Provides: tex(iwona-l7x.map) = %{tl_version} +Provides: tex(iwona-mi.map) = %{tl_version} +Provides: tex(iwona-qx.map) = %{tl_version} +Provides: tex(iwona-rm.map) = %{tl_version} +Provides: tex(iwona-sy.map) = %{tl_version} +Provides: tex(iwona-t2a.map) = %{tl_version} +Provides: tex(iwona-t2b.map) = %{tl_version} +Provides: tex(iwona-t2c.map) = %{tl_version} +Provides: tex(iwona-t5.map) = %{tl_version} +Provides: tex(iwona-texnansi.map) = %{tl_version} +Provides: tex(iwona-ts1.map) = %{tl_version} +Provides: tex(iwona-wncy.map) = %{tl_version} +Provides: tex(iwona.map) = %{tl_version} +Provides: tex(Iwona-Bold.otf) = %{tl_version} +Provides: tex(Iwona-BoldItalic.otf) = %{tl_version} +Provides: tex(Iwona-Italic.otf) = %{tl_version} +Provides: tex(Iwona-Regular.otf) = %{tl_version} +Provides: tex(IwonaCond-Bold.otf) = %{tl_version} +Provides: tex(IwonaCond-BoldItalic.otf) = %{tl_version} +Provides: tex(IwonaCond-Italic.otf) = %{tl_version} +Provides: tex(IwonaCond-Regular.otf) = %{tl_version} +Provides: tex(IwonaCondHeavy-Italic.otf) = %{tl_version} +Provides: tex(IwonaCondHeavy-Regular.otf) = %{tl_version} +Provides: tex(IwonaCondLight-Italic.otf) = %{tl_version} +Provides: tex(IwonaCondLight-Regular.otf) = %{tl_version} +Provides: tex(IwonaCondMedium-Italic.otf) = %{tl_version} +Provides: tex(IwonaCondMedium-Regular.otf) = %{tl_version} +Provides: tex(IwonaHeavy-Italic.otf) = %{tl_version} +Provides: tex(IwonaHeavy-Regular.otf) = %{tl_version} +Provides: tex(IwonaLight-Italic.otf) = %{tl_version} +Provides: tex(IwonaLight-Regular.otf) = %{tl_version} +Provides: tex(IwonaMedium-Italic.otf) = %{tl_version} +Provides: tex(IwonaMedium-Regular.otf) = %{tl_version} +Provides: tex(cs-iwonab-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonab.tfm) = %{tl_version} +Provides: tex(cs-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonabi.tfm) = %{tl_version} +Provides: tex(cs-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacb.tfm) = %{tl_version} +Provides: tex(cs-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacbi.tfm) = %{tl_version} +Provides: tex(cs-iwonach-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonach.tfm) = %{tl_version} +Provides: tex(cs-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonachi.tfm) = %{tl_version} +Provides: tex(cs-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacl.tfm) = %{tl_version} +Provides: tex(cs-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacli.tfm) = %{tl_version} +Provides: tex(cs-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacm.tfm) = %{tl_version} +Provides: tex(cs-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacmi.tfm) = %{tl_version} +Provides: tex(cs-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacr.tfm) = %{tl_version} +Provides: tex(cs-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonacri.tfm) = %{tl_version} +Provides: tex(cs-iwonah-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonah.tfm) = %{tl_version} +Provides: tex(cs-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonahi.tfm) = %{tl_version} +Provides: tex(cs-iwonal-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonal.tfm) = %{tl_version} +Provides: tex(cs-iwonali-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonali.tfm) = %{tl_version} +Provides: tex(cs-iwonam-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonam.tfm) = %{tl_version} +Provides: tex(cs-iwonami-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonami.tfm) = %{tl_version} +Provides: tex(cs-iwonar-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonar.tfm) = %{tl_version} +Provides: tex(cs-iwonari-sc.tfm) = %{tl_version} +Provides: tex(cs-iwonari.tfm) = %{tl_version} +Provides: tex(ec-iwonab-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonab.tfm) = %{tl_version} +Provides: tex(ec-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonabi.tfm) = %{tl_version} +Provides: tex(ec-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacb.tfm) = %{tl_version} +Provides: tex(ec-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacbi.tfm) = %{tl_version} +Provides: tex(ec-iwonach-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonach.tfm) = %{tl_version} +Provides: tex(ec-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonachi.tfm) = %{tl_version} +Provides: tex(ec-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacl.tfm) = %{tl_version} +Provides: tex(ec-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacli.tfm) = %{tl_version} +Provides: tex(ec-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacm.tfm) = %{tl_version} +Provides: tex(ec-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacmi.tfm) = %{tl_version} +Provides: tex(ec-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacr.tfm) = %{tl_version} +Provides: tex(ec-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonacri.tfm) = %{tl_version} +Provides: tex(ec-iwonah-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonah.tfm) = %{tl_version} +Provides: tex(ec-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonahi.tfm) = %{tl_version} +Provides: tex(ec-iwonal-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonal.tfm) = %{tl_version} +Provides: tex(ec-iwonali-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonali.tfm) = %{tl_version} +Provides: tex(ec-iwonam-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonam.tfm) = %{tl_version} +Provides: tex(ec-iwonami-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonami.tfm) = %{tl_version} +Provides: tex(ec-iwonar-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonar.tfm) = %{tl_version} +Provides: tex(ec-iwonari-sc.tfm) = %{tl_version} +Provides: tex(ec-iwonari.tfm) = %{tl_version} +Provides: tex(ex-iwonab.tfm) = %{tl_version} +Provides: tex(ex-iwonacb.tfm) = %{tl_version} +Provides: tex(ex-iwonach.tfm) = %{tl_version} +Provides: tex(ex-iwonacl.tfm) = %{tl_version} +Provides: tex(ex-iwonacm.tfm) = %{tl_version} +Provides: tex(ex-iwonacr.tfm) = %{tl_version} +Provides: tex(ex-iwonah.tfm) = %{tl_version} +Provides: tex(ex-iwonal.tfm) = %{tl_version} +Provides: tex(ex-iwonam.tfm) = %{tl_version} +Provides: tex(ex-iwonar.tfm) = %{tl_version} +Provides: tex(greek-iwonab.tfm) = %{tl_version} +Provides: tex(greek-iwonabi.tfm) = %{tl_version} +Provides: tex(greek-iwonacb.tfm) = %{tl_version} +Provides: tex(greek-iwonacbi.tfm) = %{tl_version} +Provides: tex(greek-iwonach.tfm) = %{tl_version} +Provides: tex(greek-iwonachi.tfm) = %{tl_version} +Provides: tex(greek-iwonacl.tfm) = %{tl_version} +Provides: tex(greek-iwonacli.tfm) = %{tl_version} +Provides: tex(greek-iwonacm.tfm) = %{tl_version} +Provides: tex(greek-iwonacmi.tfm) = %{tl_version} +Provides: tex(greek-iwonacr.tfm) = %{tl_version} +Provides: tex(greek-iwonacri.tfm) = %{tl_version} +Provides: tex(greek-iwonah.tfm) = %{tl_version} +Provides: tex(greek-iwonahi.tfm) = %{tl_version} +Provides: tex(greek-iwonal.tfm) = %{tl_version} +Provides: tex(greek-iwonali.tfm) = %{tl_version} +Provides: tex(greek-iwonam.tfm) = %{tl_version} +Provides: tex(greek-iwonami.tfm) = %{tl_version} +Provides: tex(greek-iwonar.tfm) = %{tl_version} +Provides: tex(greek-iwonari.tfm) = %{tl_version} +Provides: tex(l7x-iwonab-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonab.tfm) = %{tl_version} +Provides: tex(l7x-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonabi.tfm) = %{tl_version} +Provides: tex(l7x-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacb.tfm) = %{tl_version} +Provides: tex(l7x-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacbi.tfm) = %{tl_version} +Provides: tex(l7x-iwonach-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonach.tfm) = %{tl_version} +Provides: tex(l7x-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonachi.tfm) = %{tl_version} +Provides: tex(l7x-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacl.tfm) = %{tl_version} +Provides: tex(l7x-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacli.tfm) = %{tl_version} +Provides: tex(l7x-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacm.tfm) = %{tl_version} +Provides: tex(l7x-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacmi.tfm) = %{tl_version} +Provides: tex(l7x-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacr.tfm) = %{tl_version} +Provides: tex(l7x-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonacri.tfm) = %{tl_version} +Provides: tex(l7x-iwonah-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonah.tfm) = %{tl_version} +Provides: tex(l7x-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonahi.tfm) = %{tl_version} +Provides: tex(l7x-iwonal-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonal.tfm) = %{tl_version} +Provides: tex(l7x-iwonali-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonali.tfm) = %{tl_version} +Provides: tex(l7x-iwonam-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonam.tfm) = %{tl_version} +Provides: tex(l7x-iwonami-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonami.tfm) = %{tl_version} +Provides: tex(l7x-iwonar-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonar.tfm) = %{tl_version} +Provides: tex(l7x-iwonari-sc.tfm) = %{tl_version} +Provides: tex(l7x-iwonari.tfm) = %{tl_version} +Provides: tex(mi-iwonabi.tfm) = %{tl_version} +Provides: tex(mi-iwonacbi.tfm) = %{tl_version} +Provides: tex(mi-iwonachi.tfm) = %{tl_version} +Provides: tex(mi-iwonacli.tfm) = %{tl_version} +Provides: tex(mi-iwonacmi.tfm) = %{tl_version} +Provides: tex(mi-iwonacri.tfm) = %{tl_version} +Provides: tex(mi-iwonahi.tfm) = %{tl_version} +Provides: tex(mi-iwonali.tfm) = %{tl_version} +Provides: tex(mi-iwonami.tfm) = %{tl_version} +Provides: tex(mi-iwonari.tfm) = %{tl_version} +Provides: tex(qx-iwonab-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonab.tfm) = %{tl_version} +Provides: tex(qx-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonabi.tfm) = %{tl_version} +Provides: tex(qx-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacb.tfm) = %{tl_version} +Provides: tex(qx-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacbi.tfm) = %{tl_version} +Provides: tex(qx-iwonach-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonach.tfm) = %{tl_version} +Provides: tex(qx-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonachi.tfm) = %{tl_version} +Provides: tex(qx-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacl.tfm) = %{tl_version} +Provides: tex(qx-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacli.tfm) = %{tl_version} +Provides: tex(qx-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacm.tfm) = %{tl_version} +Provides: tex(qx-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacmi.tfm) = %{tl_version} +Provides: tex(qx-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacr.tfm) = %{tl_version} +Provides: tex(qx-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonacri.tfm) = %{tl_version} +Provides: tex(qx-iwonah-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonah.tfm) = %{tl_version} +Provides: tex(qx-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonahi.tfm) = %{tl_version} +Provides: tex(qx-iwonal-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonal.tfm) = %{tl_version} +Provides: tex(qx-iwonali-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonali.tfm) = %{tl_version} +Provides: tex(qx-iwonam-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonam.tfm) = %{tl_version} +Provides: tex(qx-iwonami-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonami.tfm) = %{tl_version} +Provides: tex(qx-iwonar-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonar.tfm) = %{tl_version} +Provides: tex(qx-iwonari-sc.tfm) = %{tl_version} +Provides: tex(qx-iwonari.tfm) = %{tl_version} +Provides: tex(rm-iwonab-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonab.tfm) = %{tl_version} +Provides: tex(rm-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonabi.tfm) = %{tl_version} +Provides: tex(rm-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacb.tfm) = %{tl_version} +Provides: tex(rm-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacbi.tfm) = %{tl_version} +Provides: tex(rm-iwonach-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonach.tfm) = %{tl_version} +Provides: tex(rm-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonachi.tfm) = %{tl_version} +Provides: tex(rm-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacl.tfm) = %{tl_version} +Provides: tex(rm-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacli.tfm) = %{tl_version} +Provides: tex(rm-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacm.tfm) = %{tl_version} +Provides: tex(rm-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacmi.tfm) = %{tl_version} +Provides: tex(rm-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacr.tfm) = %{tl_version} +Provides: tex(rm-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonacri.tfm) = %{tl_version} +Provides: tex(rm-iwonah-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonah.tfm) = %{tl_version} +Provides: tex(rm-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonahi.tfm) = %{tl_version} +Provides: tex(rm-iwonal-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonal.tfm) = %{tl_version} +Provides: tex(rm-iwonali-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonali.tfm) = %{tl_version} +Provides: tex(rm-iwonam-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonam.tfm) = %{tl_version} +Provides: tex(rm-iwonami-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonami.tfm) = %{tl_version} +Provides: tex(rm-iwonar-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonar.tfm) = %{tl_version} +Provides: tex(rm-iwonari-sc.tfm) = %{tl_version} +Provides: tex(rm-iwonari.tfm) = %{tl_version} +Provides: tex(sy-iwonabz.tfm) = %{tl_version} +Provides: tex(sy-iwonacbz.tfm) = %{tl_version} +Provides: tex(sy-iwonachz.tfm) = %{tl_version} +Provides: tex(sy-iwonaclz.tfm) = %{tl_version} +Provides: tex(sy-iwonacmz.tfm) = %{tl_version} +Provides: tex(sy-iwonacrz.tfm) = %{tl_version} +Provides: tex(sy-iwonahz.tfm) = %{tl_version} +Provides: tex(sy-iwonalz.tfm) = %{tl_version} +Provides: tex(sy-iwonamz.tfm) = %{tl_version} +Provides: tex(sy-iwonarz.tfm) = %{tl_version} +Provides: tex(t2a-iwonab.tfm) = %{tl_version} +Provides: tex(t2a-iwonabi.tfm) = %{tl_version} +Provides: tex(t2a-iwonacb.tfm) = %{tl_version} +Provides: tex(t2a-iwonacbi.tfm) = %{tl_version} +Provides: tex(t2a-iwonach.tfm) = %{tl_version} +Provides: tex(t2a-iwonachi.tfm) = %{tl_version} +Provides: tex(t2a-iwonacl.tfm) = %{tl_version} +Provides: tex(t2a-iwonacli.tfm) = %{tl_version} +Provides: tex(t2a-iwonacm.tfm) = %{tl_version} +Provides: tex(t2a-iwonacmi.tfm) = %{tl_version} +Provides: tex(t2a-iwonacr.tfm) = %{tl_version} +Provides: tex(t2a-iwonacri.tfm) = %{tl_version} +Provides: tex(t2a-iwonah.tfm) = %{tl_version} +Provides: tex(t2a-iwonahi.tfm) = %{tl_version} +Provides: tex(t2a-iwonal.tfm) = %{tl_version} +Provides: tex(t2a-iwonali.tfm) = %{tl_version} +Provides: tex(t2a-iwonam.tfm) = %{tl_version} +Provides: tex(t2a-iwonami.tfm) = %{tl_version} +Provides: tex(t2a-iwonar.tfm) = %{tl_version} +Provides: tex(t2a-iwonari.tfm) = %{tl_version} +Provides: tex(t2b-iwonab.tfm) = %{tl_version} +Provides: tex(t2b-iwonabi.tfm) = %{tl_version} +Provides: tex(t2b-iwonacb.tfm) = %{tl_version} +Provides: tex(t2b-iwonacbi.tfm) = %{tl_version} +Provides: tex(t2b-iwonach.tfm) = %{tl_version} +Provides: tex(t2b-iwonachi.tfm) = %{tl_version} +Provides: tex(t2b-iwonacl.tfm) = %{tl_version} +Provides: tex(t2b-iwonacli.tfm) = %{tl_version} +Provides: tex(t2b-iwonacm.tfm) = %{tl_version} +Provides: tex(t2b-iwonacmi.tfm) = %{tl_version} +Provides: tex(t2b-iwonacr.tfm) = %{tl_version} +Provides: tex(t2b-iwonacri.tfm) = %{tl_version} +Provides: tex(t2b-iwonah.tfm) = %{tl_version} +Provides: tex(t2b-iwonahi.tfm) = %{tl_version} +Provides: tex(t2b-iwonal.tfm) = %{tl_version} +Provides: tex(t2b-iwonali.tfm) = %{tl_version} +Provides: tex(t2b-iwonam.tfm) = %{tl_version} +Provides: tex(t2b-iwonami.tfm) = %{tl_version} +Provides: tex(t2b-iwonar.tfm) = %{tl_version} +Provides: tex(t2b-iwonari.tfm) = %{tl_version} +Provides: tex(t2c-iwonab.tfm) = %{tl_version} +Provides: tex(t2c-iwonabi.tfm) = %{tl_version} +Provides: tex(t2c-iwonacb.tfm) = %{tl_version} +Provides: tex(t2c-iwonacbi.tfm) = %{tl_version} +Provides: tex(t2c-iwonach.tfm) = %{tl_version} +Provides: tex(t2c-iwonachi.tfm) = %{tl_version} +Provides: tex(t2c-iwonacl.tfm) = %{tl_version} +Provides: tex(t2c-iwonacli.tfm) = %{tl_version} +Provides: tex(t2c-iwonacm.tfm) = %{tl_version} +Provides: tex(t2c-iwonacmi.tfm) = %{tl_version} +Provides: tex(t2c-iwonacr.tfm) = %{tl_version} +Provides: tex(t2c-iwonacri.tfm) = %{tl_version} +Provides: tex(t2c-iwonah.tfm) = %{tl_version} +Provides: tex(t2c-iwonahi.tfm) = %{tl_version} +Provides: tex(t2c-iwonal.tfm) = %{tl_version} +Provides: tex(t2c-iwonali.tfm) = %{tl_version} +Provides: tex(t2c-iwonam.tfm) = %{tl_version} +Provides: tex(t2c-iwonami.tfm) = %{tl_version} +Provides: tex(t2c-iwonar.tfm) = %{tl_version} +Provides: tex(t2c-iwonari.tfm) = %{tl_version} +Provides: tex(t5-iwonab-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonab.tfm) = %{tl_version} +Provides: tex(t5-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonabi.tfm) = %{tl_version} +Provides: tex(t5-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacb.tfm) = %{tl_version} +Provides: tex(t5-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacbi.tfm) = %{tl_version} +Provides: tex(t5-iwonach-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonach.tfm) = %{tl_version} +Provides: tex(t5-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonachi.tfm) = %{tl_version} +Provides: tex(t5-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacl.tfm) = %{tl_version} +Provides: tex(t5-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacli.tfm) = %{tl_version} +Provides: tex(t5-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacm.tfm) = %{tl_version} +Provides: tex(t5-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacmi.tfm) = %{tl_version} +Provides: tex(t5-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacr.tfm) = %{tl_version} +Provides: tex(t5-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonacri.tfm) = %{tl_version} +Provides: tex(t5-iwonah-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonah.tfm) = %{tl_version} +Provides: tex(t5-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonahi.tfm) = %{tl_version} +Provides: tex(t5-iwonal-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonal.tfm) = %{tl_version} +Provides: tex(t5-iwonali-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonali.tfm) = %{tl_version} +Provides: tex(t5-iwonam-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonam.tfm) = %{tl_version} +Provides: tex(t5-iwonami-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonami.tfm) = %{tl_version} +Provides: tex(t5-iwonar-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonar.tfm) = %{tl_version} +Provides: tex(t5-iwonari-sc.tfm) = %{tl_version} +Provides: tex(t5-iwonari.tfm) = %{tl_version} +Provides: tex(texnansi-iwonab-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonab.tfm) = %{tl_version} +Provides: tex(texnansi-iwonabi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonabi.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacb.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacbi.tfm) = %{tl_version} +Provides: tex(texnansi-iwonach-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonach.tfm) = %{tl_version} +Provides: tex(texnansi-iwonachi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonachi.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacl-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacl.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacli-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacli.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacm-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacm.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacmi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacmi.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacr.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonacri.tfm) = %{tl_version} +Provides: tex(texnansi-iwonah-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonah.tfm) = %{tl_version} +Provides: tex(texnansi-iwonahi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonahi.tfm) = %{tl_version} +Provides: tex(texnansi-iwonal-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonal.tfm) = %{tl_version} +Provides: tex(texnansi-iwonali-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonali.tfm) = %{tl_version} +Provides: tex(texnansi-iwonam-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonam.tfm) = %{tl_version} +Provides: tex(texnansi-iwonami-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonami.tfm) = %{tl_version} +Provides: tex(texnansi-iwonar-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonar.tfm) = %{tl_version} +Provides: tex(texnansi-iwonari-sc.tfm) = %{tl_version} +Provides: tex(texnansi-iwonari.tfm) = %{tl_version} +Provides: tex(ts1-iwonab.tfm) = %{tl_version} +Provides: tex(ts1-iwonabi.tfm) = %{tl_version} +Provides: tex(ts1-iwonacb.tfm) = %{tl_version} +Provides: tex(ts1-iwonacbi.tfm) = %{tl_version} +Provides: tex(ts1-iwonach.tfm) = %{tl_version} +Provides: tex(ts1-iwonachi.tfm) = %{tl_version} +Provides: tex(ts1-iwonacl.tfm) = %{tl_version} +Provides: tex(ts1-iwonacli.tfm) = %{tl_version} +Provides: tex(ts1-iwonacm.tfm) = %{tl_version} +Provides: tex(ts1-iwonacmi.tfm) = %{tl_version} +Provides: tex(ts1-iwonacr.tfm) = %{tl_version} +Provides: tex(ts1-iwonacri.tfm) = %{tl_version} +Provides: tex(ts1-iwonah.tfm) = %{tl_version} +Provides: tex(ts1-iwonahi.tfm) = %{tl_version} +Provides: tex(ts1-iwonal.tfm) = %{tl_version} +Provides: tex(ts1-iwonali.tfm) = %{tl_version} +Provides: tex(ts1-iwonam.tfm) = %{tl_version} +Provides: tex(ts1-iwonami.tfm) = %{tl_version} +Provides: tex(ts1-iwonar.tfm) = %{tl_version} +Provides: tex(ts1-iwonari.tfm) = %{tl_version} +Provides: tex(wncy-iwonab.tfm) = %{tl_version} +Provides: tex(wncy-iwonabi.tfm) = %{tl_version} +Provides: tex(wncy-iwonacb.tfm) = %{tl_version} +Provides: tex(wncy-iwonacbi.tfm) = %{tl_version} +Provides: tex(wncy-iwonach.tfm) = %{tl_version} +Provides: tex(wncy-iwonachi.tfm) = %{tl_version} +Provides: tex(wncy-iwonacl.tfm) = %{tl_version} +Provides: tex(wncy-iwonacli.tfm) = %{tl_version} +Provides: tex(wncy-iwonacm.tfm) = %{tl_version} +Provides: tex(wncy-iwonacmi.tfm) = %{tl_version} +Provides: tex(wncy-iwonacr.tfm) = %{tl_version} +Provides: tex(wncy-iwonacri.tfm) = %{tl_version} +Provides: tex(wncy-iwonah.tfm) = %{tl_version} +Provides: tex(wncy-iwonahi.tfm) = %{tl_version} +Provides: tex(wncy-iwonal.tfm) = %{tl_version} +Provides: tex(wncy-iwonali.tfm) = %{tl_version} +Provides: tex(wncy-iwonam.tfm) = %{tl_version} +Provides: tex(wncy-iwonami.tfm) = %{tl_version} +Provides: tex(wncy-iwonar.tfm) = %{tl_version} +Provides: tex(wncy-iwonari.tfm) = %{tl_version} +Provides: tex(iwonab.pfb) = %{tl_version} +Provides: tex(iwonabi.pfb) = %{tl_version} +Provides: tex(iwonacb.pfb) = %{tl_version} +Provides: tex(iwonacbi.pfb) = %{tl_version} +Provides: tex(iwonach.pfb) = %{tl_version} +Provides: tex(iwonachi.pfb) = %{tl_version} +Provides: tex(iwonacl.pfb) = %{tl_version} +Provides: tex(iwonacli.pfb) = %{tl_version} +Provides: tex(iwonacm.pfb) = %{tl_version} +Provides: tex(iwonacmi.pfb) = %{tl_version} +Provides: tex(iwonacr.pfb) = %{tl_version} +Provides: tex(iwonacri.pfb) = %{tl_version} +Provides: tex(iwonah.pfb) = %{tl_version} +Provides: tex(iwonahi.pfb) = %{tl_version} +Provides: tex(iwonal.pfb) = %{tl_version} +Provides: tex(iwonali.pfb) = %{tl_version} +Provides: tex(iwonam.pfb) = %{tl_version} +Provides: tex(iwonami.pfb) = %{tl_version} +Provides: tex(iwonar.pfb) = %{tl_version} +Provides: tex(iwonari.pfb) = %{tl_version} +Provides: tex(il2iwona.fd) = %{tl_version} +Provides: tex(il2iwonac.fd) = %{tl_version} +Provides: tex(il2iwonal.fd) = %{tl_version} +Provides: tex(il2iwonalc.fd) = %{tl_version} +Provides: tex(iwona.sty) = %{tl_version} +Provides: tex(l7xiwona.fd) = %{tl_version} +Provides: tex(l7xiwonac.fd) = %{tl_version} +Provides: tex(l7xiwonal.fd) = %{tl_version} +Provides: tex(l7xiwonalc.fd) = %{tl_version} +Provides: tex(ly1iwona.fd) = %{tl_version} +Provides: tex(ly1iwonac.fd) = %{tl_version} +Provides: tex(ly1iwonal.fd) = %{tl_version} +Provides: tex(ly1iwonalc.fd) = %{tl_version} +Provides: tex(omliwona.fd) = %{tl_version} +Provides: tex(omliwonac.fd) = %{tl_version} +Provides: tex(omliwonal.fd) = %{tl_version} +Provides: tex(omliwonalc.fd) = %{tl_version} +Provides: tex(omsiwona.fd) = %{tl_version} +Provides: tex(omsiwonac.fd) = %{tl_version} +Provides: tex(omsiwonal.fd) = %{tl_version} +Provides: tex(omsiwonalc.fd) = %{tl_version} +Provides: tex(omxiwona.fd) = %{tl_version} +Provides: tex(omxiwonac.fd) = %{tl_version} +Provides: tex(omxiwonal.fd) = %{tl_version} +Provides: tex(omxiwonalc.fd) = %{tl_version} +Provides: tex(ot1iwona.fd) = %{tl_version} +Provides: tex(ot1iwonac.fd) = %{tl_version} +Provides: tex(ot1iwonacm.fd) = %{tl_version} +Provides: tex(ot1iwonal.fd) = %{tl_version} +Provides: tex(ot1iwonalc.fd) = %{tl_version} +Provides: tex(ot1iwonalcm.fd) = %{tl_version} +Provides: tex(ot1iwonalm.fd) = %{tl_version} +Provides: tex(ot1iwonam.fd) = %{tl_version} +Provides: tex(ot2iwona.fd) = %{tl_version} +Provides: tex(ot2iwonac.fd) = %{tl_version} +Provides: tex(ot2iwonal.fd) = %{tl_version} +Provides: tex(ot2iwonalc.fd) = %{tl_version} +Provides: tex(ot4iwona.fd) = %{tl_version} +Provides: tex(ot4iwonac.fd) = %{tl_version} +Provides: tex(ot4iwonal.fd) = %{tl_version} +Provides: tex(ot4iwonalc.fd) = %{tl_version} +Provides: tex(qxiwona.fd) = %{tl_version} +Provides: tex(qxiwonac.fd) = %{tl_version} +Provides: tex(qxiwonal.fd) = %{tl_version} +Provides: tex(qxiwonalc.fd) = %{tl_version} +Provides: tex(t1iwona.fd) = %{tl_version} +Provides: tex(t1iwonac.fd) = %{tl_version} +Provides: tex(t1iwonal.fd) = %{tl_version} +Provides: tex(t1iwonalc.fd) = %{tl_version} +Provides: tex(t2aiwona.fd) = %{tl_version} +Provides: tex(t2aiwonac.fd) = %{tl_version} +Provides: tex(t2aiwonal.fd) = %{tl_version} +Provides: tex(t2aiwonalc.fd) = %{tl_version} +Provides: tex(t2biwona.fd) = %{tl_version} +Provides: tex(t2biwonac.fd) = %{tl_version} +Provides: tex(t2biwonal.fd) = %{tl_version} +Provides: tex(t2biwonalc.fd) = %{tl_version} +Provides: tex(t2ciwona.fd) = %{tl_version} +Provides: tex(t2ciwonac.fd) = %{tl_version} +Provides: tex(t2ciwonal.fd) = %{tl_version} +Provides: tex(t2ciwonalc.fd) = %{tl_version} +Provides: tex(t5iwona.fd) = %{tl_version} +Provides: tex(t5iwonac.fd) = %{tl_version} +Provides: tex(t5iwonal.fd) = %{tl_version} +Provides: tex(t5iwonalc.fd) = %{tl_version} +Provides: tex(ts1iwona.fd) = %{tl_version} +Provides: tex(ts1iwonac.fd) = %{tl_version} +Provides: tex(ts1iwonal.fd) = %{tl_version} +Provides: tex(ts1iwonalc.fd) = %{tl_version} +Provides: tex(iwona-math.tex) = %{tl_version} + +%description 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: 2010-08-03 20:49:06 +0200 + +%post iwona +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map iwona.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map iwona.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun iwona +if [ $1 == 0 ] ; then +sed -i '/^Map iwona.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans iwona +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iwona-doc +Summary: Documentation for iwona +Version: svn19611.0.995b +Release: %{tl_noarch_release} +Provides: tex-iwona-doc +BuildArch: noarch +AutoReqProv: No + +%description iwona-doc +Documentation for iwona + +%package jablantile +Provides: tex-jablantile = %{tl_version} +License: Public Domain +Summary: Metafont version of tiles in the style of Slavik Jablan +Version: svn16364.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description 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: 2009-12-10 11:03:10 +0100 + +%post jablantile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jablantile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jablantile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jablantile-doc +Summary: Documentation for jablantile +Version: svn16364.0 +Release: %{tl_noarch_release} +Provides: tex-jablantile-doc +BuildArch: noarch +AutoReqProv: No + +%description jablantile-doc +Documentation for jablantile + +%package jamtimes +Provides: tex-jamtimes = %{tl_version} +License: BSD +Summary: Expanded Times Roman fonts +Version: svn20408.1.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(eucal.sty) +Requires: tex(amsfonts.sty) +Provides: tex(jtm.map) = %{tl_version} +Provides: tex(blsy.tfm) = %{tl_version} +Provides: tex(jtmb7tv.tfm) = %{tl_version} +Provides: tex(jtmb8cv.tfm) = %{tl_version} +Provides: tex(jtmb8rv.tfm) = %{tl_version} +Provides: tex(jtmb8tv.tfm) = %{tl_version} +Provides: tex(jtmbc7tv.tfm) = %{tl_version} +Provides: tex(jtmbc8tv.tfm) = %{tl_version} +Provides: tex(jtmbi7me.tfm) = %{tl_version} +Provides: tex(jtmbi7tv.tfm) = %{tl_version} +Provides: tex(jtmbi8cv.tfm) = %{tl_version} +Provides: tex(jtmbi8rv.tfm) = %{tl_version} +Provides: tex(jtmbi8tv.tfm) = %{tl_version} +Provides: tex(jtmbo7tv.tfm) = %{tl_version} +Provides: tex(jtmbo8cv.tfm) = %{tl_version} +Provides: tex(jtmbo8rv.tfm) = %{tl_version} +Provides: tex(jtmbo8tv.tfm) = %{tl_version} +Provides: tex(jtmr7tc.tfm) = %{tl_version} +Provides: tex(jtmr7te.tfm) = %{tl_version} +Provides: tex(jtmr7tw.tfm) = %{tl_version} +Provides: tex(jtmr7ye.tfm) = %{tl_version} +Provides: tex(jtmr7yoe.tfm) = %{tl_version} +Provides: tex(jtmr8cc.tfm) = %{tl_version} +Provides: tex(jtmr8ce.tfm) = %{tl_version} +Provides: tex(jtmr8cw.tfm) = %{tl_version} +Provides: tex(jtmr8rc.tfm) = %{tl_version} +Provides: tex(jtmr8re.tfm) = %{tl_version} +Provides: tex(jtmr8rw.tfm) = %{tl_version} +Provides: tex(jtmr8tc.tfm) = %{tl_version} +Provides: tex(jtmr8te.tfm) = %{tl_version} +Provides: tex(jtmr8tw.tfm) = %{tl_version} +Provides: tex(jtmrc7te.tfm) = %{tl_version} +Provides: tex(jtmrc7tw.tfm) = %{tl_version} +Provides: tex(jtmrc8te.tfm) = %{tl_version} +Provides: tex(jtmrc8tw.tfm) = %{tl_version} +Provides: tex(jtmri7me.tfm) = %{tl_version} +Provides: tex(jtmri7te.tfm) = %{tl_version} +Provides: tex(jtmri7tw.tfm) = %{tl_version} +Provides: tex(jtmri7ze.tfm) = %{tl_version} +Provides: tex(jtmri8ce.tfm) = %{tl_version} +Provides: tex(jtmri8cw.tfm) = %{tl_version} +Provides: tex(jtmri8re.tfm) = %{tl_version} +Provides: tex(jtmri8rw.tfm) = %{tl_version} +Provides: tex(jtmri8te.tfm) = %{tl_version} +Provides: tex(jtmri8tw.tfm) = %{tl_version} +Provides: tex(jtmro7te.tfm) = %{tl_version} +Provides: tex(jtmro7tw.tfm) = %{tl_version} +Provides: tex(jtmro8ce.tfm) = %{tl_version} +Provides: tex(jtmro8cw.tfm) = %{tl_version} +Provides: tex(jtmro8re.tfm) = %{tl_version} +Provides: tex(jtmro8rw.tfm) = %{tl_version} +Provides: tex(jtmro8te.tfm) = %{tl_version} +Provides: tex(jtmro8tw.tfm) = %{tl_version} +Provides: tex(ptmb8a.tfm) = %{tl_version} +Provides: tex(ptmbi8a.tfm) = %{tl_version} +Provides: tex(ptmr8a.tfm) = %{tl_version} +Provides: tex(ptmri8a.tfm) = %{tl_version} +Provides: tex(rblmi.tfm) = %{tl_version} +Provides: tex(jtmb7tv.vf) = %{tl_version} +Provides: tex(jtmb8cv.vf) = %{tl_version} +Provides: tex(jtmb8tv.vf) = %{tl_version} +Provides: tex(jtmbc7tv.vf) = %{tl_version} +Provides: tex(jtmbc8tv.vf) = %{tl_version} +Provides: tex(jtmbi7me.vf) = %{tl_version} +Provides: tex(jtmbi7tv.vf) = %{tl_version} +Provides: tex(jtmbi8cv.vf) = %{tl_version} +Provides: tex(jtmbi8tv.vf) = %{tl_version} +Provides: tex(jtmbo7tv.vf) = %{tl_version} +Provides: tex(jtmbo8cv.vf) = %{tl_version} +Provides: tex(jtmbo8tv.vf) = %{tl_version} +Provides: tex(jtmr7tc.vf) = %{tl_version} +Provides: tex(jtmr7te.vf) = %{tl_version} +Provides: tex(jtmr7tw.vf) = %{tl_version} +Provides: tex(jtmr7ye.vf) = %{tl_version} +Provides: tex(jtmr8cc.vf) = %{tl_version} +Provides: tex(jtmr8ce.vf) = %{tl_version} +Provides: tex(jtmr8cw.vf) = %{tl_version} +Provides: tex(jtmr8tc.vf) = %{tl_version} +Provides: tex(jtmr8te.vf) = %{tl_version} +Provides: tex(jtmr8tw.vf) = %{tl_version} +Provides: tex(jtmrc7te.vf) = %{tl_version} +Provides: tex(jtmrc7tw.vf) = %{tl_version} +Provides: tex(jtmrc8te.vf) = %{tl_version} +Provides: tex(jtmrc8tw.vf) = %{tl_version} +Provides: tex(jtmri7me.vf) = %{tl_version} +Provides: tex(jtmri7te.vf) = %{tl_version} +Provides: tex(jtmri7tw.vf) = %{tl_version} +Provides: tex(jtmri8ce.vf) = %{tl_version} +Provides: tex(jtmri8cw.vf) = %{tl_version} +Provides: tex(jtmri8te.vf) = %{tl_version} +Provides: tex(jtmri8tw.vf) = %{tl_version} +Provides: tex(jtmro7te.vf) = %{tl_version} +Provides: tex(jtmro7tw.vf) = %{tl_version} +Provides: tex(jtmro8ce.vf) = %{tl_version} +Provides: tex(jtmro8cw.vf) = %{tl_version} +Provides: tex(jtmro8te.vf) = %{tl_version} +Provides: tex(jtmro8tw.vf) = %{tl_version} +Provides: tex(jamtimes.sty) = %{tl_version} +Provides: tex(omljtm.fd) = %{tl_version} +Provides: tex(omsjtm.fd) = %{tl_version} +Provides: tex(ot1jtm.fd) = %{tl_version} +Provides: tex(t1jtm.fd) = %{tl_version} +Provides: tex(ts1jtm.fd) = %{tl_version} + +%description 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 + +%post jamtimes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jamtimes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jamtimes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jamtimes-doc +Summary: Documentation for jamtimes +Version: svn20408.1.12 +Release: %{tl_noarch_release} +Provides: tex-jamtimes-doc +BuildArch: noarch +AutoReqProv: No + +%description jamtimes-doc +Documentation for jamtimes + +%package junicode +Provides: tex-junicode = %{tl_version} +License: GPL+ +Summary: A TrueType font for mediaevalists +Version: svn28286.0.7.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(Junicode-Bold.ttf) = %{tl_version} +Provides: tex(Junicode-BoldItalic.ttf) = %{tl_version} +Provides: tex(Junicode-Italic.ttf) = %{tl_version} +Provides: tex(Junicode.ttf) = %{tl_version} +Provides: tex(mt-Junicode.cfg) = %{tl_version} + +%description 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: 2012-11-17 16:00:23 +0100 + +%post junicode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun junicode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans junicode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package junicode-doc +Summary: Documentation for junicode +Version: svn28286.0.7.7 +Release: %{tl_noarch_release} +Provides: tex-junicode-doc +BuildArch: noarch +AutoReqProv: No + +%description junicode-doc +Documentation for junicode + +%package kixfont +Provides: tex-kixfont = %{tl_version} +License: Copyright only +Summary: A font for KIX codes +Version: svn18488.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(kix.tfm) = %{tl_version} + +%description 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: 2007-10-05 20:57:01 +0200 + +%post kixfont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kixfont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kixfont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kixfont-doc +Summary: Documentation for kixfont +Version: svn18488.0 +Release: %{tl_noarch_release} +Provides: tex-kixfont-doc +BuildArch: noarch +AutoReqProv: No + +%description kixfont-doc +Documentation for kixfont + +%package knuthotherfonts +Provides: tex-knuthotherfonts = %{tl_version} +License: LPPL +Summary: knuthotherfonts package +Version: svn13293.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description knuthotherfonts +knuthotherfonts package + +%post knuthotherfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun knuthotherfonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans knuthotherfonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kpfonts +Provides: tex-kpfonts = %{tl_version} +License: GPL+ +Summary: A complete set of fonts for text and mathematics +Version: svn29803.3.31 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(textcomp.sty) +Requires: tex(amsmath.sty) +Requires: tex(ifthen.sty) +Provides: tex(kpfonts-expert-sc.enc) = %{tl_version} +Provides: tex(kpfonts-expert-tt.enc) = %{tl_version} +Provides: tex(kpfonts-expert.enc) = %{tl_version} +Provides: tex(kpfonts-large-sc.enc) = %{tl_version} +Provides: tex(kpfonts-expert-sc.enc) = %{tl_version} +Provides: tex(kpfonts-expert-tt.enc) = %{tl_version} +Provides: tex(kpfonts-expert.enc) = %{tl_version} +Provides: tex(kpfonts-large-sc.enc) = %{tl_version} +Provides: tex(kpfonts.map) = %{tl_version} +Provides: tex(jkpbex.tfm) = %{tl_version} +Provides: tex(jkpbexa.tfm) = %{tl_version} +Provides: tex(jkpbit7c.tfm) = %{tl_version} +Provides: tex(jkpbit7t.tfm) = %{tl_version} +Provides: tex(jkpbit8a.tfm) = %{tl_version} +Provides: tex(jkpbit8r.tfm) = %{tl_version} +Provides: tex(jkpbit8t.tfm) = %{tl_version} +Provides: tex(jkpbitc.tfm) = %{tl_version} +Provides: tex(jkpbite.tfm) = %{tl_version} +Provides: tex(jkpbmi.tfm) = %{tl_version} +Provides: tex(jkpbmia.tfm) = %{tl_version} +Provides: tex(jkpbmiaw.tfm) = %{tl_version} +Provides: tex(jkpbmif.tfm) = %{tl_version} +Provides: tex(jkpbmifw.tfm) = %{tl_version} +Provides: tex(jkpbmiw.tfm) = %{tl_version} +Provides: tex(jkpbn7c.tfm) = %{tl_version} +Provides: tex(jkpbn7t.tfm) = %{tl_version} +Provides: tex(jkpbn8a.tfm) = %{tl_version} +Provides: tex(jkpbn8r.tfm) = %{tl_version} +Provides: tex(jkpbn8t.tfm) = %{tl_version} +Provides: tex(jkpbnc.tfm) = %{tl_version} +Provides: tex(jkpbne.tfm) = %{tl_version} +Provides: tex(jkpbsc7c.tfm) = %{tl_version} +Provides: tex(jkpbsc7t.tfm) = %{tl_version} +Provides: tex(jkpbsc8a.tfm) = %{tl_version} +Provides: tex(jkpbsc8r.tfm) = %{tl_version} +Provides: tex(jkpbsc8t.tfm) = %{tl_version} +Provides: tex(jkpbsce.tfm) = %{tl_version} +Provides: tex(jkpbscsl7c.tfm) = %{tl_version} +Provides: tex(jkpbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpbscsl8r.tfm) = %{tl_version} +Provides: tex(jkpbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpbscsle.tfm) = %{tl_version} +Provides: tex(jkpbsl7c.tfm) = %{tl_version} +Provides: tex(jkpbsl7t.tfm) = %{tl_version} +Provides: tex(jkpbsl8r.tfm) = %{tl_version} +Provides: tex(jkpbsl8t.tfm) = %{tl_version} +Provides: tex(jkpbslc.tfm) = %{tl_version} +Provides: tex(jkpbsle.tfm) = %{tl_version} +Provides: tex(jkpbsy.tfm) = %{tl_version} +Provides: tex(jkpbsya.tfm) = %{tl_version} +Provides: tex(jkpbsyb.tfm) = %{tl_version} +Provides: tex(jkpbsybw.tfm) = %{tl_version} +Provides: tex(jkpbsyc.tfm) = %{tl_version} +Provides: tex(jkpbsyd.tfm) = %{tl_version} +Provides: tex(jkpbsydw.tfm) = %{tl_version} +Provides: tex(jkpbsyw.tfm) = %{tl_version} +Provides: tex(jkpbxit7c.tfm) = %{tl_version} +Provides: tex(jkpbxit7t.tfm) = %{tl_version} +Provides: tex(jkpbxit8r.tfm) = %{tl_version} +Provides: tex(jkpbxit8t.tfm) = %{tl_version} +Provides: tex(jkpbxitc.tfm) = %{tl_version} +Provides: tex(jkpbxite.tfm) = %{tl_version} +Provides: tex(jkpbxn7c.tfm) = %{tl_version} +Provides: tex(jkpbxn7t.tfm) = %{tl_version} +Provides: tex(jkpbxn8r.tfm) = %{tl_version} +Provides: tex(jkpbxn8t.tfm) = %{tl_version} +Provides: tex(jkpbxnc.tfm) = %{tl_version} +Provides: tex(jkpbxne.tfm) = %{tl_version} +Provides: tex(jkpbxsc7c.tfm) = %{tl_version} +Provides: tex(jkpbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpbxsc8r.tfm) = %{tl_version} +Provides: tex(jkpbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpbxsce.tfm) = %{tl_version} +Provides: tex(jkpbxscsl7c.tfm) = %{tl_version} +Provides: tex(jkpbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpbxscsl8r.tfm) = %{tl_version} +Provides: tex(jkpbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpbxscsle.tfm) = %{tl_version} +Provides: tex(jkpbxsl7c.tfm) = %{tl_version} +Provides: tex(jkpbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpbxsl8r.tfm) = %{tl_version} +Provides: tex(jkpbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpbxslc.tfm) = %{tl_version} +Provides: tex(jkpbxsle.tfm) = %{tl_version} +Provides: tex(jkpex.tfm) = %{tl_version} +Provides: tex(jkpexa.tfm) = %{tl_version} +Provides: tex(jkpfbit7t.tfm) = %{tl_version} +Provides: tex(jkpfbit8t.tfm) = %{tl_version} +Provides: tex(jkpfbn7t.tfm) = %{tl_version} +Provides: tex(jkpfbn8t.tfm) = %{tl_version} +Provides: tex(jkpfbsl7t.tfm) = %{tl_version} +Provides: tex(jkpfbsl8t.tfm) = %{tl_version} +Provides: tex(jkpfbxit7t.tfm) = %{tl_version} +Provides: tex(jkpfbxit8t.tfm) = %{tl_version} +Provides: tex(jkpfbxn7t.tfm) = %{tl_version} +Provides: tex(jkpfbxn8t.tfm) = %{tl_version} +Provides: tex(jkpfbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpfbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpfmit7t.tfm) = %{tl_version} +Provides: tex(jkpfmit8t.tfm) = %{tl_version} +Provides: tex(jkpfmn7t.tfm) = %{tl_version} +Provides: tex(jkpfmn8t.tfm) = %{tl_version} +Provides: tex(jkpfmsl7t.tfm) = %{tl_version} +Provides: tex(jkpfmsl8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbit7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbit8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbn7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbn8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxit7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxit8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpfosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpfosnmit7t.tfm) = %{tl_version} +Provides: tex(jkpfosnmit8t.tfm) = %{tl_version} +Provides: tex(jkpfosnmn7t.tfm) = %{tl_version} +Provides: tex(jkpfosnmn8t.tfm) = %{tl_version} +Provides: tex(jkpfosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkpfosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbn7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbn8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnmn7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnmn8t.tfm) = %{tl_version} +Provides: tex(jkpfssosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkpfssosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpkbsc.tfm) = %{tl_version} +Provides: tex(jkpkbsc7t.tfm) = %{tl_version} +Provides: tex(jkpkbsc8t.tfm) = %{tl_version} +Provides: tex(jkpkbscsl.tfm) = %{tl_version} +Provides: tex(jkpkbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkbxsc.tfm) = %{tl_version} +Provides: tex(jkpkbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpkbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpkbxscsl.tfm) = %{tl_version} +Provides: tex(jkpkbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkmsc.tfm) = %{tl_version} +Provides: tex(jkpkmsc7t.tfm) = %{tl_version} +Provides: tex(jkpkmsc8t.tfm) = %{tl_version} +Provides: tex(jkpkmscsl.tfm) = %{tl_version} +Provides: tex(jkpkmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosbsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosbsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosmsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosmsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosnbsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosnbsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpkosnmsc7t.tfm) = %{tl_version} +Provides: tex(jkpkosnmsc8t.tfm) = %{tl_version} +Provides: tex(jkpkosnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpkosnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplbex.tfm) = %{tl_version} +Provides: tex(jkplbexa.tfm) = %{tl_version} +Provides: tex(jkplbit7c.tfm) = %{tl_version} +Provides: tex(jkplbit7t.tfm) = %{tl_version} +Provides: tex(jkplbit8a.tfm) = %{tl_version} +Provides: tex(jkplbit8r.tfm) = %{tl_version} +Provides: tex(jkplbit8t.tfm) = %{tl_version} +Provides: tex(jkplbitc.tfm) = %{tl_version} +Provides: tex(jkplbite.tfm) = %{tl_version} +Provides: tex(jkplbmi.tfm) = %{tl_version} +Provides: tex(jkplbmia.tfm) = %{tl_version} +Provides: tex(jkplbmiaw.tfm) = %{tl_version} +Provides: tex(jkplbmif.tfm) = %{tl_version} +Provides: tex(jkplbmifw.tfm) = %{tl_version} +Provides: tex(jkplbmiw.tfm) = %{tl_version} +Provides: tex(jkplbn7c.tfm) = %{tl_version} +Provides: tex(jkplbn7t.tfm) = %{tl_version} +Provides: tex(jkplbn8a.tfm) = %{tl_version} +Provides: tex(jkplbn8r.tfm) = %{tl_version} +Provides: tex(jkplbn8t.tfm) = %{tl_version} +Provides: tex(jkplbnc.tfm) = %{tl_version} +Provides: tex(jkplbne.tfm) = %{tl_version} +Provides: tex(jkplbsc7c.tfm) = %{tl_version} +Provides: tex(jkplbsc7t.tfm) = %{tl_version} +Provides: tex(jkplbsc8a.tfm) = %{tl_version} +Provides: tex(jkplbsc8r.tfm) = %{tl_version} +Provides: tex(jkplbsc8t.tfm) = %{tl_version} +Provides: tex(jkplbsce.tfm) = %{tl_version} +Provides: tex(jkplbscsl7c.tfm) = %{tl_version} +Provides: tex(jkplbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplbscsl8r.tfm) = %{tl_version} +Provides: tex(jkplbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplbscsle.tfm) = %{tl_version} +Provides: tex(jkplbsl7c.tfm) = %{tl_version} +Provides: tex(jkplbsl7t.tfm) = %{tl_version} +Provides: tex(jkplbsl8r.tfm) = %{tl_version} +Provides: tex(jkplbsl8t.tfm) = %{tl_version} +Provides: tex(jkplbslc.tfm) = %{tl_version} +Provides: tex(jkplbsle.tfm) = %{tl_version} +Provides: tex(jkplbsy.tfm) = %{tl_version} +Provides: tex(jkplbsyb.tfm) = %{tl_version} +Provides: tex(jkplbsybw.tfm) = %{tl_version} +Provides: tex(jkplbsyc.tfm) = %{tl_version} +Provides: tex(jkplbsyd.tfm) = %{tl_version} +Provides: tex(jkplbsydw.tfm) = %{tl_version} +Provides: tex(jkplbsyw.tfm) = %{tl_version} +Provides: tex(jkplbxit7c.tfm) = %{tl_version} +Provides: tex(jkplbxit7t.tfm) = %{tl_version} +Provides: tex(jkplbxit8r.tfm) = %{tl_version} +Provides: tex(jkplbxit8t.tfm) = %{tl_version} +Provides: tex(jkplbxitc.tfm) = %{tl_version} +Provides: tex(jkplbxite.tfm) = %{tl_version} +Provides: tex(jkplbxn7c.tfm) = %{tl_version} +Provides: tex(jkplbxn7t.tfm) = %{tl_version} +Provides: tex(jkplbxn8r.tfm) = %{tl_version} +Provides: tex(jkplbxn8t.tfm) = %{tl_version} +Provides: tex(jkplbxnc.tfm) = %{tl_version} +Provides: tex(jkplbxne.tfm) = %{tl_version} +Provides: tex(jkplbxsc7c.tfm) = %{tl_version} +Provides: tex(jkplbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplbxsc8r.tfm) = %{tl_version} +Provides: tex(jkplbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplbxsce.tfm) = %{tl_version} +Provides: tex(jkplbxscsl7c.tfm) = %{tl_version} +Provides: tex(jkplbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplbxscsl8r.tfm) = %{tl_version} +Provides: tex(jkplbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplbxscsle.tfm) = %{tl_version} +Provides: tex(jkplbxsl7c.tfm) = %{tl_version} +Provides: tex(jkplbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplbxsl8r.tfm) = %{tl_version} +Provides: tex(jkplbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplbxslc.tfm) = %{tl_version} +Provides: tex(jkplbxsle.tfm) = %{tl_version} +Provides: tex(jkplex.tfm) = %{tl_version} +Provides: tex(jkplexa.tfm) = %{tl_version} +Provides: tex(jkplfbit7t.tfm) = %{tl_version} +Provides: tex(jkplfbit8t.tfm) = %{tl_version} +Provides: tex(jkplfbn7t.tfm) = %{tl_version} +Provides: tex(jkplfbn8t.tfm) = %{tl_version} +Provides: tex(jkplfbsl7t.tfm) = %{tl_version} +Provides: tex(jkplfbsl8t.tfm) = %{tl_version} +Provides: tex(jkplfbxit7t.tfm) = %{tl_version} +Provides: tex(jkplfbxit8t.tfm) = %{tl_version} +Provides: tex(jkplfbxn7t.tfm) = %{tl_version} +Provides: tex(jkplfbxn8t.tfm) = %{tl_version} +Provides: tex(jkplfbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplfbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplfmit7t.tfm) = %{tl_version} +Provides: tex(jkplfmit8t.tfm) = %{tl_version} +Provides: tex(jkplfmn7t.tfm) = %{tl_version} +Provides: tex(jkplfmn8t.tfm) = %{tl_version} +Provides: tex(jkplfmsl7t.tfm) = %{tl_version} +Provides: tex(jkplfmsl8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbit7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbit8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbn7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbn8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxit7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxit8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplfosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplfosnmit7t.tfm) = %{tl_version} +Provides: tex(jkplfosnmit8t.tfm) = %{tl_version} +Provides: tex(jkplfosnmn7t.tfm) = %{tl_version} +Provides: tex(jkplfosnmn8t.tfm) = %{tl_version} +Provides: tex(jkplfosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkplfosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkplkbsc.tfm) = %{tl_version} +Provides: tex(jkplkbsc7t.tfm) = %{tl_version} +Provides: tex(jkplkbsc8t.tfm) = %{tl_version} +Provides: tex(jkplkbscsl.tfm) = %{tl_version} +Provides: tex(jkplkbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkbxsc.tfm) = %{tl_version} +Provides: tex(jkplkbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplkbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplkbxscsl.tfm) = %{tl_version} +Provides: tex(jkplkbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkmsc.tfm) = %{tl_version} +Provides: tex(jkplkmsc7t.tfm) = %{tl_version} +Provides: tex(jkplkmsc8t.tfm) = %{tl_version} +Provides: tex(jkplkmscsl.tfm) = %{tl_version} +Provides: tex(jkplkmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosbsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosbsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosmsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosmsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosnbsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosnbsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplkosnmsc7t.tfm) = %{tl_version} +Provides: tex(jkplkosnmsc8t.tfm) = %{tl_version} +Provides: tex(jkplkosnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplkosnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplmi.tfm) = %{tl_version} +Provides: tex(jkplmia.tfm) = %{tl_version} +Provides: tex(jkplmiaw.tfm) = %{tl_version} +Provides: tex(jkplmif.tfm) = %{tl_version} +Provides: tex(jkplmifw.tfm) = %{tl_version} +Provides: tex(jkplmit7c.tfm) = %{tl_version} +Provides: tex(jkplmit7t.tfm) = %{tl_version} +Provides: tex(jkplmit8a.tfm) = %{tl_version} +Provides: tex(jkplmit8r.tfm) = %{tl_version} +Provides: tex(jkplmit8t.tfm) = %{tl_version} +Provides: tex(jkplmitc.tfm) = %{tl_version} +Provides: tex(jkplmite.tfm) = %{tl_version} +Provides: tex(jkplmiw.tfm) = %{tl_version} +Provides: tex(jkplmn7c.tfm) = %{tl_version} +Provides: tex(jkplmn7t.tfm) = %{tl_version} +Provides: tex(jkplmn8a.tfm) = %{tl_version} +Provides: tex(jkplmn8r.tfm) = %{tl_version} +Provides: tex(jkplmn8t.tfm) = %{tl_version} +Provides: tex(jkplmnc.tfm) = %{tl_version} +Provides: tex(jkplmne.tfm) = %{tl_version} +Provides: tex(jkplmsc7c.tfm) = %{tl_version} +Provides: tex(jkplmsc7t.tfm) = %{tl_version} +Provides: tex(jkplmsc8a.tfm) = %{tl_version} +Provides: tex(jkplmsc8r.tfm) = %{tl_version} +Provides: tex(jkplmsc8t.tfm) = %{tl_version} +Provides: tex(jkplmsce.tfm) = %{tl_version} +Provides: tex(jkplmscsl7c.tfm) = %{tl_version} +Provides: tex(jkplmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplmscsl8r.tfm) = %{tl_version} +Provides: tex(jkplmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplmscsle.tfm) = %{tl_version} +Provides: tex(jkplmsl7c.tfm) = %{tl_version} +Provides: tex(jkplmsl7t.tfm) = %{tl_version} +Provides: tex(jkplmsl8r.tfm) = %{tl_version} +Provides: tex(jkplmsl8t.tfm) = %{tl_version} +Provides: tex(jkplmslc.tfm) = %{tl_version} +Provides: tex(jkplmsle.tfm) = %{tl_version} +Provides: tex(jkplosbit7c.tfm) = %{tl_version} +Provides: tex(jkplosbit7t.tfm) = %{tl_version} +Provides: tex(jkplosbit8t.tfm) = %{tl_version} +Provides: tex(jkplosbn7c.tfm) = %{tl_version} +Provides: tex(jkplosbn7t.tfm) = %{tl_version} +Provides: tex(jkplosbn8t.tfm) = %{tl_version} +Provides: tex(jkplosbsc7c.tfm) = %{tl_version} +Provides: tex(jkplosbsc7t.tfm) = %{tl_version} +Provides: tex(jkplosbsc8t.tfm) = %{tl_version} +Provides: tex(jkplosbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosbsl7c.tfm) = %{tl_version} +Provides: tex(jkplosbsl7t.tfm) = %{tl_version} +Provides: tex(jkplosbsl8t.tfm) = %{tl_version} +Provides: tex(jkplosbxit7c.tfm) = %{tl_version} +Provides: tex(jkplosbxit7t.tfm) = %{tl_version} +Provides: tex(jkplosbxit8t.tfm) = %{tl_version} +Provides: tex(jkplosbxn7c.tfm) = %{tl_version} +Provides: tex(jkplosbxn7t.tfm) = %{tl_version} +Provides: tex(jkplosbxn8t.tfm) = %{tl_version} +Provides: tex(jkplosbxsc7c.tfm) = %{tl_version} +Provides: tex(jkplosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplosbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosbxsl7c.tfm) = %{tl_version} +Provides: tex(jkplosbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplosbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplosmit7c.tfm) = %{tl_version} +Provides: tex(jkplosmit7t.tfm) = %{tl_version} +Provides: tex(jkplosmit8t.tfm) = %{tl_version} +Provides: tex(jkplosmn7c.tfm) = %{tl_version} +Provides: tex(jkplosmn7t.tfm) = %{tl_version} +Provides: tex(jkplosmn8t.tfm) = %{tl_version} +Provides: tex(jkplosmsc7c.tfm) = %{tl_version} +Provides: tex(jkplosmsc7t.tfm) = %{tl_version} +Provides: tex(jkplosmsc8t.tfm) = %{tl_version} +Provides: tex(jkplosmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosmsl7c.tfm) = %{tl_version} +Provides: tex(jkplosmsl7t.tfm) = %{tl_version} +Provides: tex(jkplosmsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnbit7t.tfm) = %{tl_version} +Provides: tex(jkplosnbit8t.tfm) = %{tl_version} +Provides: tex(jkplosnbn7t.tfm) = %{tl_version} +Provides: tex(jkplosnbn8t.tfm) = %{tl_version} +Provides: tex(jkplosnbsc7t.tfm) = %{tl_version} +Provides: tex(jkplosnbsc8t.tfm) = %{tl_version} +Provides: tex(jkplosnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnbxit7t.tfm) = %{tl_version} +Provides: tex(jkplosnbxit8t.tfm) = %{tl_version} +Provides: tex(jkplosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkplosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkplosnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkplosnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkplosnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnmit7t.tfm) = %{tl_version} +Provides: tex(jkplosnmit8t.tfm) = %{tl_version} +Provides: tex(jkplosnmn7t.tfm) = %{tl_version} +Provides: tex(jkplosnmn8t.tfm) = %{tl_version} +Provides: tex(jkplosnmsc7t.tfm) = %{tl_version} +Provides: tex(jkplosnmsc8t.tfm) = %{tl_version} +Provides: tex(jkplosnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkplosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkplosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkplsy.tfm) = %{tl_version} +Provides: tex(jkplsyb.tfm) = %{tl_version} +Provides: tex(jkplsybw.tfm) = %{tl_version} +Provides: tex(jkplsyc.tfm) = %{tl_version} +Provides: tex(jkplsyd.tfm) = %{tl_version} +Provides: tex(jkplsydw.tfm) = %{tl_version} +Provides: tex(jkplsyw.tfm) = %{tl_version} +Provides: tex(jkplvosbit7t.tfm) = %{tl_version} +Provides: tex(jkplvosbit8t.tfm) = %{tl_version} +Provides: tex(jkplvosbmi.tfm) = %{tl_version} +Provides: tex(jkplvosbmif.tfm) = %{tl_version} +Provides: tex(jkplvosbmifw.tfm) = %{tl_version} +Provides: tex(jkplvosbmiw.tfm) = %{tl_version} +Provides: tex(jkplvosbn7t.tfm) = %{tl_version} +Provides: tex(jkplvosbn8t.tfm) = %{tl_version} +Provides: tex(jkplvosbsl7t.tfm) = %{tl_version} +Provides: tex(jkplvosbsl8t.tfm) = %{tl_version} +Provides: tex(jkplvosbxit7t.tfm) = %{tl_version} +Provides: tex(jkplvosbxit8t.tfm) = %{tl_version} +Provides: tex(jkplvosbxn7t.tfm) = %{tl_version} +Provides: tex(jkplvosbxn8t.tfm) = %{tl_version} +Provides: tex(jkplvosbxsl7t.tfm) = %{tl_version} +Provides: tex(jkplvosbxsl8t.tfm) = %{tl_version} +Provides: tex(jkplvosmi.tfm) = %{tl_version} +Provides: tex(jkplvosmif.tfm) = %{tl_version} +Provides: tex(jkplvosmifw.tfm) = %{tl_version} +Provides: tex(jkplvosmit7t.tfm) = %{tl_version} +Provides: tex(jkplvosmit8t.tfm) = %{tl_version} +Provides: tex(jkplvosmiw.tfm) = %{tl_version} +Provides: tex(jkplvosmn7t.tfm) = %{tl_version} +Provides: tex(jkplvosmn8t.tfm) = %{tl_version} +Provides: tex(jkplvosmsl7t.tfm) = %{tl_version} +Provides: tex(jkplvosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpmi.tfm) = %{tl_version} +Provides: tex(jkpmia.tfm) = %{tl_version} +Provides: tex(jkpmiaw.tfm) = %{tl_version} +Provides: tex(jkpmif.tfm) = %{tl_version} +Provides: tex(jkpmifw.tfm) = %{tl_version} +Provides: tex(jkpmit7c.tfm) = %{tl_version} +Provides: tex(jkpmit7t.tfm) = %{tl_version} +Provides: tex(jkpmit8a.tfm) = %{tl_version} +Provides: tex(jkpmit8r.tfm) = %{tl_version} +Provides: tex(jkpmit8t.tfm) = %{tl_version} +Provides: tex(jkpmitc.tfm) = %{tl_version} +Provides: tex(jkpmite.tfm) = %{tl_version} +Provides: tex(jkpmiw.tfm) = %{tl_version} +Provides: tex(jkpmn7c.tfm) = %{tl_version} +Provides: tex(jkpmn7t.tfm) = %{tl_version} +Provides: tex(jkpmn8a.tfm) = %{tl_version} +Provides: tex(jkpmn8r.tfm) = %{tl_version} +Provides: tex(jkpmn8t.tfm) = %{tl_version} +Provides: tex(jkpmnc.tfm) = %{tl_version} +Provides: tex(jkpmne.tfm) = %{tl_version} +Provides: tex(jkpmsc7c.tfm) = %{tl_version} +Provides: tex(jkpmsc7t.tfm) = %{tl_version} +Provides: tex(jkpmsc8a.tfm) = %{tl_version} +Provides: tex(jkpmsc8r.tfm) = %{tl_version} +Provides: tex(jkpmsc8t.tfm) = %{tl_version} +Provides: tex(jkpmsce.tfm) = %{tl_version} +Provides: tex(jkpmscsl7c.tfm) = %{tl_version} +Provides: tex(jkpmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpmscsl8r.tfm) = %{tl_version} +Provides: tex(jkpmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpmscsle.tfm) = %{tl_version} +Provides: tex(jkpmsl7c.tfm) = %{tl_version} +Provides: tex(jkpmsl7t.tfm) = %{tl_version} +Provides: tex(jkpmsl8r.tfm) = %{tl_version} +Provides: tex(jkpmsl8t.tfm) = %{tl_version} +Provides: tex(jkpmslc.tfm) = %{tl_version} +Provides: tex(jkpmsle.tfm) = %{tl_version} +Provides: tex(jkposbit7c.tfm) = %{tl_version} +Provides: tex(jkposbit7t.tfm) = %{tl_version} +Provides: tex(jkposbit8t.tfm) = %{tl_version} +Provides: tex(jkposbn7c.tfm) = %{tl_version} +Provides: tex(jkposbn7t.tfm) = %{tl_version} +Provides: tex(jkposbn8t.tfm) = %{tl_version} +Provides: tex(jkposbsc7c.tfm) = %{tl_version} +Provides: tex(jkposbsc7t.tfm) = %{tl_version} +Provides: tex(jkposbsc8t.tfm) = %{tl_version} +Provides: tex(jkposbscsl7t.tfm) = %{tl_version} +Provides: tex(jkposbscsl8t.tfm) = %{tl_version} +Provides: tex(jkposbsl7c.tfm) = %{tl_version} +Provides: tex(jkposbsl7t.tfm) = %{tl_version} +Provides: tex(jkposbsl8t.tfm) = %{tl_version} +Provides: tex(jkposbxit7c.tfm) = %{tl_version} +Provides: tex(jkposbxit7t.tfm) = %{tl_version} +Provides: tex(jkposbxit8t.tfm) = %{tl_version} +Provides: tex(jkposbxn7c.tfm) = %{tl_version} +Provides: tex(jkposbxn7t.tfm) = %{tl_version} +Provides: tex(jkposbxn8t.tfm) = %{tl_version} +Provides: tex(jkposbxsc7c.tfm) = %{tl_version} +Provides: tex(jkposbxsc7t.tfm) = %{tl_version} +Provides: tex(jkposbxsc8t.tfm) = %{tl_version} +Provides: tex(jkposbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkposbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkposbxsl7c.tfm) = %{tl_version} +Provides: tex(jkposbxsl7t.tfm) = %{tl_version} +Provides: tex(jkposbxsl8t.tfm) = %{tl_version} +Provides: tex(jkposmit7c.tfm) = %{tl_version} +Provides: tex(jkposmit7t.tfm) = %{tl_version} +Provides: tex(jkposmit8t.tfm) = %{tl_version} +Provides: tex(jkposmn7c.tfm) = %{tl_version} +Provides: tex(jkposmn7t.tfm) = %{tl_version} +Provides: tex(jkposmn8t.tfm) = %{tl_version} +Provides: tex(jkposmsc7c.tfm) = %{tl_version} +Provides: tex(jkposmsc7t.tfm) = %{tl_version} +Provides: tex(jkposmsc8t.tfm) = %{tl_version} +Provides: tex(jkposmscsl7t.tfm) = %{tl_version} +Provides: tex(jkposmscsl8t.tfm) = %{tl_version} +Provides: tex(jkposmsl7c.tfm) = %{tl_version} +Provides: tex(jkposmsl7t.tfm) = %{tl_version} +Provides: tex(jkposmsl8t.tfm) = %{tl_version} +Provides: tex(jkposnbit7t.tfm) = %{tl_version} +Provides: tex(jkposnbit8t.tfm) = %{tl_version} +Provides: tex(jkposnbn7t.tfm) = %{tl_version} +Provides: tex(jkposnbn8t.tfm) = %{tl_version} +Provides: tex(jkposnbsc7t.tfm) = %{tl_version} +Provides: tex(jkposnbsc8t.tfm) = %{tl_version} +Provides: tex(jkposnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkposnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkposnbsl7t.tfm) = %{tl_version} +Provides: tex(jkposnbsl8t.tfm) = %{tl_version} +Provides: tex(jkposnbxit7t.tfm) = %{tl_version} +Provides: tex(jkposnbxit8t.tfm) = %{tl_version} +Provides: tex(jkposnbxn7t.tfm) = %{tl_version} +Provides: tex(jkposnbxn8t.tfm) = %{tl_version} +Provides: tex(jkposnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkposnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkposnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkposnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkposnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkposnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkposnmit7t.tfm) = %{tl_version} +Provides: tex(jkposnmit8t.tfm) = %{tl_version} +Provides: tex(jkposnmn7t.tfm) = %{tl_version} +Provides: tex(jkposnmn8t.tfm) = %{tl_version} +Provides: tex(jkposnmsc7t.tfm) = %{tl_version} +Provides: tex(jkposnmsc8t.tfm) = %{tl_version} +Provides: tex(jkposnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkposnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkposnmsl7t.tfm) = %{tl_version} +Provides: tex(jkposnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpssbex.tfm) = %{tl_version} +Provides: tex(jkpssbmi.tfm) = %{tl_version} +Provides: tex(jkpssbmia.tfm) = %{tl_version} +Provides: tex(jkpssbmif.tfm) = %{tl_version} +Provides: tex(jkpssbn7c.tfm) = %{tl_version} +Provides: tex(jkpssbn7t.tfm) = %{tl_version} +Provides: tex(jkpssbn8a.tfm) = %{tl_version} +Provides: tex(jkpssbn8r.tfm) = %{tl_version} +Provides: tex(jkpssbn8t.tfm) = %{tl_version} +Provides: tex(jkpssbnc.tfm) = %{tl_version} +Provides: tex(jkpssbne.tfm) = %{tl_version} +Provides: tex(jkpssbsc7c.tfm) = %{tl_version} +Provides: tex(jkpssbsc7t.tfm) = %{tl_version} +Provides: tex(jkpssbsc8a.tfm) = %{tl_version} +Provides: tex(jkpssbsc8r.tfm) = %{tl_version} +Provides: tex(jkpssbsc8t.tfm) = %{tl_version} +Provides: tex(jkpssbsce.tfm) = %{tl_version} +Provides: tex(jkpssbscsl7c.tfm) = %{tl_version} +Provides: tex(jkpssbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssbscsl8r.tfm) = %{tl_version} +Provides: tex(jkpssbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssbscsle.tfm) = %{tl_version} +Provides: tex(jkpssbsl7c.tfm) = %{tl_version} +Provides: tex(jkpssbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssbsl8r.tfm) = %{tl_version} +Provides: tex(jkpssbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssbslc.tfm) = %{tl_version} +Provides: tex(jkpssbsle.tfm) = %{tl_version} +Provides: tex(jkpssbsyb.tfm) = %{tl_version} +Provides: tex(jkpssbsybw.tfm) = %{tl_version} +Provides: tex(jkpssbxn7c.tfm) = %{tl_version} +Provides: tex(jkpssbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssbxn8r.tfm) = %{tl_version} +Provides: tex(jkpssbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssbxnc.tfm) = %{tl_version} +Provides: tex(jkpssbxne.tfm) = %{tl_version} +Provides: tex(jkpssbxsc7c.tfm) = %{tl_version} +Provides: tex(jkpssbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpssbxsc8r.tfm) = %{tl_version} +Provides: tex(jkpssbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpssbxsce.tfm) = %{tl_version} +Provides: tex(jkpssbxscsl7c.tfm) = %{tl_version} +Provides: tex(jkpssbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssbxscsl8r.tfm) = %{tl_version} +Provides: tex(jkpssbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssbxscsle.tfm) = %{tl_version} +Provides: tex(jkpssbxsl7c.tfm) = %{tl_version} +Provides: tex(jkpssbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssbxsl8r.tfm) = %{tl_version} +Provides: tex(jkpssbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssbxslc.tfm) = %{tl_version} +Provides: tex(jkpssbxsle.tfm) = %{tl_version} +Provides: tex(jkpssex.tfm) = %{tl_version} +Provides: tex(jkpssfbn7t.tfm) = %{tl_version} +Provides: tex(jkpssfbn8t.tfm) = %{tl_version} +Provides: tex(jkpssfbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssfbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssfbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssfbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssfmn7t.tfm) = %{tl_version} +Provides: tex(jkpssfmn8t.tfm) = %{tl_version} +Provides: tex(jkpssfmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfmsl8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbn7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbn8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnmn7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnmn8t.tfm) = %{tl_version} +Provides: tex(jkpssfosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssfosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskbsc.tfm) = %{tl_version} +Provides: tex(jkpsskbsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskbsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskbscsl.tfm) = %{tl_version} +Provides: tex(jkpsskbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskbxsc.tfm) = %{tl_version} +Provides: tex(jkpsskbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskbxscsl.tfm) = %{tl_version} +Provides: tex(jkpsskbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskmsc.tfm) = %{tl_version} +Provides: tex(jkpsskmsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskmsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskmscsl.tfm) = %{tl_version} +Provides: tex(jkpsskmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosbsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosbsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosmsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosmsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnmsc7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnmsc8t.tfm) = %{tl_version} +Provides: tex(jkpsskosnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpsskosnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpsslbsyb.tfm) = %{tl_version} +Provides: tex(jkpsslbsybw.tfm) = %{tl_version} +Provides: tex(jkpsslsyb.tfm) = %{tl_version} +Provides: tex(jkpsslsybw.tfm) = %{tl_version} +Provides: tex(jkpssmi.tfm) = %{tl_version} +Provides: tex(jkpssmia.tfm) = %{tl_version} +Provides: tex(jkpssmif.tfm) = %{tl_version} +Provides: tex(jkpssmn7c.tfm) = %{tl_version} +Provides: tex(jkpssmn7t.tfm) = %{tl_version} +Provides: tex(jkpssmn8a.tfm) = %{tl_version} +Provides: tex(jkpssmn8r.tfm) = %{tl_version} +Provides: tex(jkpssmn8t.tfm) = %{tl_version} +Provides: tex(jkpssmnc.tfm) = %{tl_version} +Provides: tex(jkpssmne.tfm) = %{tl_version} +Provides: tex(jkpssmsc7c.tfm) = %{tl_version} +Provides: tex(jkpssmsc7t.tfm) = %{tl_version} +Provides: tex(jkpssmsc8a.tfm) = %{tl_version} +Provides: tex(jkpssmsc8r.tfm) = %{tl_version} +Provides: tex(jkpssmsc8t.tfm) = %{tl_version} +Provides: tex(jkpssmsce.tfm) = %{tl_version} +Provides: tex(jkpssmscsl7c.tfm) = %{tl_version} +Provides: tex(jkpssmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssmscsl8r.tfm) = %{tl_version} +Provides: tex(jkpssmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssmscsle.tfm) = %{tl_version} +Provides: tex(jkpssmsl7c.tfm) = %{tl_version} +Provides: tex(jkpssmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssmsl8r.tfm) = %{tl_version} +Provides: tex(jkpssmsl8t.tfm) = %{tl_version} +Provides: tex(jkpssmslc.tfm) = %{tl_version} +Provides: tex(jkpssmsle.tfm) = %{tl_version} +Provides: tex(jkpssosbn7t.tfm) = %{tl_version} +Provides: tex(jkpssosbn8t.tfm) = %{tl_version} +Provides: tex(jkpssosbsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosbsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssosbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosmn7t.tfm) = %{tl_version} +Provides: tex(jkpssosmn8t.tfm) = %{tl_version} +Provides: tex(jkpssosmsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosmsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbn7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbn8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnmn7t.tfm) = %{tl_version} +Provides: tex(jkpssosnmn8t.tfm) = %{tl_version} +Provides: tex(jkpssosnmsc7t.tfm) = %{tl_version} +Provides: tex(jkpssosnmsc8t.tfm) = %{tl_version} +Provides: tex(jkpssosnmscsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnmscsl8t.tfm) = %{tl_version} +Provides: tex(jkpssosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpsssyb.tfm) = %{tl_version} +Provides: tex(jkpsssybw.tfm) = %{tl_version} +Provides: tex(jkpssvosbmi.tfm) = %{tl_version} +Provides: tex(jkpssvosbmif.tfm) = %{tl_version} +Provides: tex(jkpssvosbn7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbn8t.tfm) = %{tl_version} +Provides: tex(jkpssvosbsc7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbsc8t.tfm) = %{tl_version} +Provides: tex(jkpssvosbsl7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbsl8t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxn7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxn8t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxsc7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxsc8t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpssvosbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpssvosmi.tfm) = %{tl_version} +Provides: tex(jkpssvosmif.tfm) = %{tl_version} +Provides: tex(jkpssvosmn7t.tfm) = %{tl_version} +Provides: tex(jkpssvosmn8t.tfm) = %{tl_version} +Provides: tex(jkpssvosmsc7t.tfm) = %{tl_version} +Provides: tex(jkpssvosmsc8t.tfm) = %{tl_version} +Provides: tex(jkpssvosmsl7t.tfm) = %{tl_version} +Provides: tex(jkpssvosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpsy.tfm) = %{tl_version} +Provides: tex(jkpsya.tfm) = %{tl_version} +Provides: tex(jkpsyb.tfm) = %{tl_version} +Provides: tex(jkpsybw.tfm) = %{tl_version} +Provides: tex(jkpsyc.tfm) = %{tl_version} +Provides: tex(jkpsyd.tfm) = %{tl_version} +Provides: tex(jkpsydw.tfm) = %{tl_version} +Provides: tex(jkpsyw.tfm) = %{tl_version} +Provides: tex(jkpttbn7c.tfm) = %{tl_version} +Provides: tex(jkpttbn7t.tfm) = %{tl_version} +Provides: tex(jkpttbn8a.tfm) = %{tl_version} +Provides: tex(jkpttbn8r.tfm) = %{tl_version} +Provides: tex(jkpttbn8t.tfm) = %{tl_version} +Provides: tex(jkpttbnc.tfm) = %{tl_version} +Provides: tex(jkpttbne.tfm) = %{tl_version} +Provides: tex(jkpttbsl7c.tfm) = %{tl_version} +Provides: tex(jkpttbsl7t.tfm) = %{tl_version} +Provides: tex(jkpttbsl8r.tfm) = %{tl_version} +Provides: tex(jkpttbsl8t.tfm) = %{tl_version} +Provides: tex(jkpttbslc.tfm) = %{tl_version} +Provides: tex(jkpttbsle.tfm) = %{tl_version} +Provides: tex(jkpttmn7c.tfm) = %{tl_version} +Provides: tex(jkpttmn7t.tfm) = %{tl_version} +Provides: tex(jkpttmn8a.tfm) = %{tl_version} +Provides: tex(jkpttmn8r.tfm) = %{tl_version} +Provides: tex(jkpttmn8t.tfm) = %{tl_version} +Provides: tex(jkpttmnc.tfm) = %{tl_version} +Provides: tex(jkpttmne.tfm) = %{tl_version} +Provides: tex(jkpttmsl7c.tfm) = %{tl_version} +Provides: tex(jkpttmsl7t.tfm) = %{tl_version} +Provides: tex(jkpttmsl8r.tfm) = %{tl_version} +Provides: tex(jkpttmsl8t.tfm) = %{tl_version} +Provides: tex(jkpttmslc.tfm) = %{tl_version} +Provides: tex(jkpttmsle.tfm) = %{tl_version} +Provides: tex(jkpttosbn7t.tfm) = %{tl_version} +Provides: tex(jkpttosbn8t.tfm) = %{tl_version} +Provides: tex(jkpttosbsl7t.tfm) = %{tl_version} +Provides: tex(jkpttosbsl8t.tfm) = %{tl_version} +Provides: tex(jkpttosmn7t.tfm) = %{tl_version} +Provides: tex(jkpttosmn8t.tfm) = %{tl_version} +Provides: tex(jkpttosmsl7t.tfm) = %{tl_version} +Provides: tex(jkpttosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpttosnbn7t.tfm) = %{tl_version} +Provides: tex(jkpttosnbn8t.tfm) = %{tl_version} +Provides: tex(jkpttosnbsl7t.tfm) = %{tl_version} +Provides: tex(jkpttosnbsl8t.tfm) = %{tl_version} +Provides: tex(jkpttosnmn7t.tfm) = %{tl_version} +Provides: tex(jkpttosnmn8t.tfm) = %{tl_version} +Provides: tex(jkpttosnmsl7t.tfm) = %{tl_version} +Provides: tex(jkpttosnmsl8t.tfm) = %{tl_version} +Provides: tex(jkpttvosbn7t.tfm) = %{tl_version} +Provides: tex(jkpttvosbn8t.tfm) = %{tl_version} +Provides: tex(jkpttvosbsl7t.tfm) = %{tl_version} +Provides: tex(jkpttvosbsl8t.tfm) = %{tl_version} +Provides: tex(jkpttvosmn7t.tfm) = %{tl_version} +Provides: tex(jkpttvosmn8t.tfm) = %{tl_version} +Provides: tex(jkpttvosmsl7t.tfm) = %{tl_version} +Provides: tex(jkpttvosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpvosbit7t.tfm) = %{tl_version} +Provides: tex(jkpvosbit8t.tfm) = %{tl_version} +Provides: tex(jkpvosbmi.tfm) = %{tl_version} +Provides: tex(jkpvosbmif.tfm) = %{tl_version} +Provides: tex(jkpvosbmifw.tfm) = %{tl_version} +Provides: tex(jkpvosbmiw.tfm) = %{tl_version} +Provides: tex(jkpvosbn7t.tfm) = %{tl_version} +Provides: tex(jkpvosbn8t.tfm) = %{tl_version} +Provides: tex(jkpvosbsl7t.tfm) = %{tl_version} +Provides: tex(jkpvosbsl8t.tfm) = %{tl_version} +Provides: tex(jkpvosbxit7t.tfm) = %{tl_version} +Provides: tex(jkpvosbxit8t.tfm) = %{tl_version} +Provides: tex(jkpvosbxn7t.tfm) = %{tl_version} +Provides: tex(jkpvosbxn8t.tfm) = %{tl_version} +Provides: tex(jkpvosbxsl7t.tfm) = %{tl_version} +Provides: tex(jkpvosbxsl8t.tfm) = %{tl_version} +Provides: tex(jkpvosmi.tfm) = %{tl_version} +Provides: tex(jkpvosmif.tfm) = %{tl_version} +Provides: tex(jkpvosmifw.tfm) = %{tl_version} +Provides: tex(jkpvosmit7t.tfm) = %{tl_version} +Provides: tex(jkpvosmit8t.tfm) = %{tl_version} +Provides: tex(jkpvosmiw.tfm) = %{tl_version} +Provides: tex(jkpvosmn7t.tfm) = %{tl_version} +Provides: tex(jkpvosmn8t.tfm) = %{tl_version} +Provides: tex(jkpvosmsl7t.tfm) = %{tl_version} +Provides: tex(jkpvosmsl8t.tfm) = %{tl_version} +Provides: tex(jkpbex.pfb) = %{tl_version} +Provides: tex(jkpbexa.pfb) = %{tl_version} +Provides: tex(jkpbit8a.pfb) = %{tl_version} +Provides: tex(jkpbitc.pfb) = %{tl_version} +Provides: tex(jkpbite.pfb) = %{tl_version} +Provides: tex(jkpbmi.pfb) = %{tl_version} +Provides: tex(jkpbmia.pfb) = %{tl_version} +Provides: tex(jkpbn8a.pfb) = %{tl_version} +Provides: tex(jkpbnc.pfb) = %{tl_version} +Provides: tex(jkpbne.pfb) = %{tl_version} +Provides: tex(jkpbsc8a.pfb) = %{tl_version} +Provides: tex(jkpbsce.pfb) = %{tl_version} +Provides: tex(jkpbsy.pfb) = %{tl_version} +Provides: tex(jkpbsya.pfb) = %{tl_version} +Provides: tex(jkpbsyb.pfb) = %{tl_version} +Provides: tex(jkpbsyc.pfb) = %{tl_version} +Provides: tex(jkpbsyd.pfb) = %{tl_version} +Provides: tex(jkpex.pfb) = %{tl_version} +Provides: tex(jkpexa.pfb) = %{tl_version} +Provides: tex(jkpkbsc.pfb) = %{tl_version} +Provides: tex(jkpkmsc.pfb) = %{tl_version} +Provides: tex(jkplbex.pfb) = %{tl_version} +Provides: tex(jkplbexa.pfb) = %{tl_version} +Provides: tex(jkplbit8a.pfb) = %{tl_version} +Provides: tex(jkplbitc.pfb) = %{tl_version} +Provides: tex(jkplbite.pfb) = %{tl_version} +Provides: tex(jkplbmi.pfb) = %{tl_version} +Provides: tex(jkplbmia.pfb) = %{tl_version} +Provides: tex(jkplbn8a.pfb) = %{tl_version} +Provides: tex(jkplbnc.pfb) = %{tl_version} +Provides: tex(jkplbne.pfb) = %{tl_version} +Provides: tex(jkplbsc8a.pfb) = %{tl_version} +Provides: tex(jkplbsce.pfb) = %{tl_version} +Provides: tex(jkplbsy.pfb) = %{tl_version} +Provides: tex(jkplbsyb.pfb) = %{tl_version} +Provides: tex(jkplbsyc.pfb) = %{tl_version} +Provides: tex(jkplbsyd.pfb) = %{tl_version} +Provides: tex(jkplex.pfb) = %{tl_version} +Provides: tex(jkplexa.pfb) = %{tl_version} +Provides: tex(jkplkbsc.pfb) = %{tl_version} +Provides: tex(jkplkmsc.pfb) = %{tl_version} +Provides: tex(jkplmi.pfb) = %{tl_version} +Provides: tex(jkplmia.pfb) = %{tl_version} +Provides: tex(jkplmit8a.pfb) = %{tl_version} +Provides: tex(jkplmitc.pfb) = %{tl_version} +Provides: tex(jkplmite.pfb) = %{tl_version} +Provides: tex(jkplmn8a.pfb) = %{tl_version} +Provides: tex(jkplmnc.pfb) = %{tl_version} +Provides: tex(jkplmne.pfb) = %{tl_version} +Provides: tex(jkplmsc8a.pfb) = %{tl_version} +Provides: tex(jkplmsce.pfb) = %{tl_version} +Provides: tex(jkplsy.pfb) = %{tl_version} +Provides: tex(jkplsyb.pfb) = %{tl_version} +Provides: tex(jkplsyc.pfb) = %{tl_version} +Provides: tex(jkplsyd.pfb) = %{tl_version} +Provides: tex(jkpmi.pfb) = %{tl_version} +Provides: tex(jkpmia.pfb) = %{tl_version} +Provides: tex(jkpmit8a.pfb) = %{tl_version} +Provides: tex(jkpmitc.pfb) = %{tl_version} +Provides: tex(jkpmite.pfb) = %{tl_version} +Provides: tex(jkpmn8a.pfb) = %{tl_version} +Provides: tex(jkpmnc.pfb) = %{tl_version} +Provides: tex(jkpmne.pfb) = %{tl_version} +Provides: tex(jkpmsc8a.pfb) = %{tl_version} +Provides: tex(jkpmsce.pfb) = %{tl_version} +Provides: tex(jkpssbn8a.pfb) = %{tl_version} +Provides: tex(jkpssbnc.pfb) = %{tl_version} +Provides: tex(jkpssbne.pfb) = %{tl_version} +Provides: tex(jkpssbsc8a.pfb) = %{tl_version} +Provides: tex(jkpssbsce.pfb) = %{tl_version} +Provides: tex(jkpsskbsc.pfb) = %{tl_version} +Provides: tex(jkpsskmsc.pfb) = %{tl_version} +Provides: tex(jkpssmn8a.pfb) = %{tl_version} +Provides: tex(jkpssmnc.pfb) = %{tl_version} +Provides: tex(jkpssmne.pfb) = %{tl_version} +Provides: tex(jkpssmsc8a.pfb) = %{tl_version} +Provides: tex(jkpssmsce.pfb) = %{tl_version} +Provides: tex(jkpsy.pfb) = %{tl_version} +Provides: tex(jkpsya.pfb) = %{tl_version} +Provides: tex(jkpsyb.pfb) = %{tl_version} +Provides: tex(jkpsyc.pfb) = %{tl_version} +Provides: tex(jkpsyd.pfb) = %{tl_version} +Provides: tex(jkpttbn8a.pfb) = %{tl_version} +Provides: tex(jkpttbnc.pfb) = %{tl_version} +Provides: tex(jkpttbne.pfb) = %{tl_version} +Provides: tex(jkpttmn8a.pfb) = %{tl_version} +Provides: tex(jkpttmnc.pfb) = %{tl_version} +Provides: tex(jkpttmne.pfb) = %{tl_version} +Provides: tex(jkpbit7c.vf) = %{tl_version} +Provides: tex(jkpbit7t.vf) = %{tl_version} +Provides: tex(jkpbit8t.vf) = %{tl_version} +Provides: tex(jkpbmiaw.vf) = %{tl_version} +Provides: tex(jkpbmif.vf) = %{tl_version} +Provides: tex(jkpbmifw.vf) = %{tl_version} +Provides: tex(jkpbmiw.vf) = %{tl_version} +Provides: tex(jkpbn7c.vf) = %{tl_version} +Provides: tex(jkpbn7t.vf) = %{tl_version} +Provides: tex(jkpbn8t.vf) = %{tl_version} +Provides: tex(jkpbsc7c.vf) = %{tl_version} +Provides: tex(jkpbsc7t.vf) = %{tl_version} +Provides: tex(jkpbsc8t.vf) = %{tl_version} +Provides: tex(jkpbscsl7c.vf) = %{tl_version} +Provides: tex(jkpbscsl7t.vf) = %{tl_version} +Provides: tex(jkpbscsl8t.vf) = %{tl_version} +Provides: tex(jkpbsl7c.vf) = %{tl_version} +Provides: tex(jkpbsl7t.vf) = %{tl_version} +Provides: tex(jkpbsl8t.vf) = %{tl_version} +Provides: tex(jkpbsybw.vf) = %{tl_version} +Provides: tex(jkpbsydw.vf) = %{tl_version} +Provides: tex(jkpbsyw.vf) = %{tl_version} +Provides: tex(jkpbxit7c.vf) = %{tl_version} +Provides: tex(jkpbxit7t.vf) = %{tl_version} +Provides: tex(jkpbxit8t.vf) = %{tl_version} +Provides: tex(jkpbxn7c.vf) = %{tl_version} +Provides: tex(jkpbxn7t.vf) = %{tl_version} +Provides: tex(jkpbxn8t.vf) = %{tl_version} +Provides: tex(jkpbxsc7c.vf) = %{tl_version} +Provides: tex(jkpbxsc7t.vf) = %{tl_version} +Provides: tex(jkpbxsc8t.vf) = %{tl_version} +Provides: tex(jkpbxscsl7c.vf) = %{tl_version} +Provides: tex(jkpbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpbxsl7c.vf) = %{tl_version} +Provides: tex(jkpbxsl7t.vf) = %{tl_version} +Provides: tex(jkpbxsl8t.vf) = %{tl_version} +Provides: tex(jkpfbit7t.vf) = %{tl_version} +Provides: tex(jkpfbit8t.vf) = %{tl_version} +Provides: tex(jkpfbn7t.vf) = %{tl_version} +Provides: tex(jkpfbn8t.vf) = %{tl_version} +Provides: tex(jkpfbsl7t.vf) = %{tl_version} +Provides: tex(jkpfbsl8t.vf) = %{tl_version} +Provides: tex(jkpfbxit7t.vf) = %{tl_version} +Provides: tex(jkpfbxit8t.vf) = %{tl_version} +Provides: tex(jkpfbxn7t.vf) = %{tl_version} +Provides: tex(jkpfbxn8t.vf) = %{tl_version} +Provides: tex(jkpfbxsl7t.vf) = %{tl_version} +Provides: tex(jkpfbxsl8t.vf) = %{tl_version} +Provides: tex(jkpfmit7t.vf) = %{tl_version} +Provides: tex(jkpfmit8t.vf) = %{tl_version} +Provides: tex(jkpfmn7t.vf) = %{tl_version} +Provides: tex(jkpfmn8t.vf) = %{tl_version} +Provides: tex(jkpfmsl7t.vf) = %{tl_version} +Provides: tex(jkpfmsl8t.vf) = %{tl_version} +Provides: tex(jkpfosnbit7t.vf) = %{tl_version} +Provides: tex(jkpfosnbit8t.vf) = %{tl_version} +Provides: tex(jkpfosnbn7t.vf) = %{tl_version} +Provides: tex(jkpfosnbn8t.vf) = %{tl_version} +Provides: tex(jkpfosnbsl7t.vf) = %{tl_version} +Provides: tex(jkpfosnbsl8t.vf) = %{tl_version} +Provides: tex(jkpfosnbxit7t.vf) = %{tl_version} +Provides: tex(jkpfosnbxit8t.vf) = %{tl_version} +Provides: tex(jkpfosnbxn7t.vf) = %{tl_version} +Provides: tex(jkpfosnbxn8t.vf) = %{tl_version} +Provides: tex(jkpfosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkpfosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkpfosnmit7t.vf) = %{tl_version} +Provides: tex(jkpfosnmit8t.vf) = %{tl_version} +Provides: tex(jkpfosnmn7t.vf) = %{tl_version} +Provides: tex(jkpfosnmn8t.vf) = %{tl_version} +Provides: tex(jkpfosnmsl7t.vf) = %{tl_version} +Provides: tex(jkpfosnmsl8t.vf) = %{tl_version} +Provides: tex(jkpfssosnbn7t.vf) = %{tl_version} +Provides: tex(jkpfssosnbn8t.vf) = %{tl_version} +Provides: tex(jkpfssosnbsl7t.vf) = %{tl_version} +Provides: tex(jkpfssosnbsl8t.vf) = %{tl_version} +Provides: tex(jkpfssosnbxn7t.vf) = %{tl_version} +Provides: tex(jkpfssosnbxn8t.vf) = %{tl_version} +Provides: tex(jkpfssosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkpfssosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkpfssosnmn7t.vf) = %{tl_version} +Provides: tex(jkpfssosnmn8t.vf) = %{tl_version} +Provides: tex(jkpfssosnmsl7t.vf) = %{tl_version} +Provides: tex(jkpfssosnmsl8t.vf) = %{tl_version} +Provides: tex(jkpkbsc7t.vf) = %{tl_version} +Provides: tex(jkpkbsc8t.vf) = %{tl_version} +Provides: tex(jkpkbscsl7t.vf) = %{tl_version} +Provides: tex(jkpkbscsl8t.vf) = %{tl_version} +Provides: tex(jkpkbxsc7t.vf) = %{tl_version} +Provides: tex(jkpkbxsc8t.vf) = %{tl_version} +Provides: tex(jkpkbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpkbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpkmsc7t.vf) = %{tl_version} +Provides: tex(jkpkmsc8t.vf) = %{tl_version} +Provides: tex(jkpkmscsl7t.vf) = %{tl_version} +Provides: tex(jkpkmscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosbsc7t.vf) = %{tl_version} +Provides: tex(jkpkosbsc8t.vf) = %{tl_version} +Provides: tex(jkpkosbscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosbscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosbxsc7t.vf) = %{tl_version} +Provides: tex(jkpkosbxsc8t.vf) = %{tl_version} +Provides: tex(jkpkosbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosmsc7t.vf) = %{tl_version} +Provides: tex(jkpkosmsc8t.vf) = %{tl_version} +Provides: tex(jkpkosmscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosmscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosnbsc7t.vf) = %{tl_version} +Provides: tex(jkpkosnbsc8t.vf) = %{tl_version} +Provides: tex(jkpkosnbscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosnbscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosnbxsc7t.vf) = %{tl_version} +Provides: tex(jkpkosnbxsc8t.vf) = %{tl_version} +Provides: tex(jkpkosnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpkosnmsc7t.vf) = %{tl_version} +Provides: tex(jkpkosnmsc8t.vf) = %{tl_version} +Provides: tex(jkpkosnmscsl7t.vf) = %{tl_version} +Provides: tex(jkpkosnmscsl8t.vf) = %{tl_version} +Provides: tex(jkplbit7c.vf) = %{tl_version} +Provides: tex(jkplbit7t.vf) = %{tl_version} +Provides: tex(jkplbit8t.vf) = %{tl_version} +Provides: tex(jkplbmiaw.vf) = %{tl_version} +Provides: tex(jkplbmif.vf) = %{tl_version} +Provides: tex(jkplbmifw.vf) = %{tl_version} +Provides: tex(jkplbmiw.vf) = %{tl_version} +Provides: tex(jkplbn7c.vf) = %{tl_version} +Provides: tex(jkplbn7t.vf) = %{tl_version} +Provides: tex(jkplbn8t.vf) = %{tl_version} +Provides: tex(jkplbsc7c.vf) = %{tl_version} +Provides: tex(jkplbsc7t.vf) = %{tl_version} +Provides: tex(jkplbsc8t.vf) = %{tl_version} +Provides: tex(jkplbscsl7c.vf) = %{tl_version} +Provides: tex(jkplbscsl7t.vf) = %{tl_version} +Provides: tex(jkplbscsl8t.vf) = %{tl_version} +Provides: tex(jkplbsl7c.vf) = %{tl_version} +Provides: tex(jkplbsl7t.vf) = %{tl_version} +Provides: tex(jkplbsl8t.vf) = %{tl_version} +Provides: tex(jkplbsybw.vf) = %{tl_version} +Provides: tex(jkplbsydw.vf) = %{tl_version} +Provides: tex(jkplbsyw.vf) = %{tl_version} +Provides: tex(jkplbxit7c.vf) = %{tl_version} +Provides: tex(jkplbxit7t.vf) = %{tl_version} +Provides: tex(jkplbxit8t.vf) = %{tl_version} +Provides: tex(jkplbxn7c.vf) = %{tl_version} +Provides: tex(jkplbxn7t.vf) = %{tl_version} +Provides: tex(jkplbxn8t.vf) = %{tl_version} +Provides: tex(jkplbxsc7c.vf) = %{tl_version} +Provides: tex(jkplbxsc7t.vf) = %{tl_version} +Provides: tex(jkplbxsc8t.vf) = %{tl_version} +Provides: tex(jkplbxscsl7c.vf) = %{tl_version} +Provides: tex(jkplbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplbxsl7c.vf) = %{tl_version} +Provides: tex(jkplbxsl7t.vf) = %{tl_version} +Provides: tex(jkplbxsl8t.vf) = %{tl_version} +Provides: tex(jkplfbit7t.vf) = %{tl_version} +Provides: tex(jkplfbit8t.vf) = %{tl_version} +Provides: tex(jkplfbn7t.vf) = %{tl_version} +Provides: tex(jkplfbn8t.vf) = %{tl_version} +Provides: tex(jkplfbsl7t.vf) = %{tl_version} +Provides: tex(jkplfbsl8t.vf) = %{tl_version} +Provides: tex(jkplfbxit7t.vf) = %{tl_version} +Provides: tex(jkplfbxit8t.vf) = %{tl_version} +Provides: tex(jkplfbxn7t.vf) = %{tl_version} +Provides: tex(jkplfbxn8t.vf) = %{tl_version} +Provides: tex(jkplfbxsl7t.vf) = %{tl_version} +Provides: tex(jkplfbxsl8t.vf) = %{tl_version} +Provides: tex(jkplfmit7t.vf) = %{tl_version} +Provides: tex(jkplfmit8t.vf) = %{tl_version} +Provides: tex(jkplfmn7t.vf) = %{tl_version} +Provides: tex(jkplfmn8t.vf) = %{tl_version} +Provides: tex(jkplfmsl7t.vf) = %{tl_version} +Provides: tex(jkplfmsl8t.vf) = %{tl_version} +Provides: tex(jkplfosnbit7t.vf) = %{tl_version} +Provides: tex(jkplfosnbit8t.vf) = %{tl_version} +Provides: tex(jkplfosnbn7t.vf) = %{tl_version} +Provides: tex(jkplfosnbn8t.vf) = %{tl_version} +Provides: tex(jkplfosnbsl7t.vf) = %{tl_version} +Provides: tex(jkplfosnbsl8t.vf) = %{tl_version} +Provides: tex(jkplfosnbxit7t.vf) = %{tl_version} +Provides: tex(jkplfosnbxit8t.vf) = %{tl_version} +Provides: tex(jkplfosnbxn7t.vf) = %{tl_version} +Provides: tex(jkplfosnbxn8t.vf) = %{tl_version} +Provides: tex(jkplfosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkplfosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkplfosnmit7t.vf) = %{tl_version} +Provides: tex(jkplfosnmit8t.vf) = %{tl_version} +Provides: tex(jkplfosnmn7t.vf) = %{tl_version} +Provides: tex(jkplfosnmn8t.vf) = %{tl_version} +Provides: tex(jkplfosnmsl7t.vf) = %{tl_version} +Provides: tex(jkplfosnmsl8t.vf) = %{tl_version} +Provides: tex(jkplkbsc7t.vf) = %{tl_version} +Provides: tex(jkplkbsc8t.vf) = %{tl_version} +Provides: tex(jkplkbscsl7t.vf) = %{tl_version} +Provides: tex(jkplkbscsl8t.vf) = %{tl_version} +Provides: tex(jkplkbxsc7t.vf) = %{tl_version} +Provides: tex(jkplkbxsc8t.vf) = %{tl_version} +Provides: tex(jkplkbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplkbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplkmsc7t.vf) = %{tl_version} +Provides: tex(jkplkmsc8t.vf) = %{tl_version} +Provides: tex(jkplkmscsl7t.vf) = %{tl_version} +Provides: tex(jkplkmscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosbsc7t.vf) = %{tl_version} +Provides: tex(jkplkosbsc8t.vf) = %{tl_version} +Provides: tex(jkplkosbscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosbscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosbxsc7t.vf) = %{tl_version} +Provides: tex(jkplkosbxsc8t.vf) = %{tl_version} +Provides: tex(jkplkosbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosmsc7t.vf) = %{tl_version} +Provides: tex(jkplkosmsc8t.vf) = %{tl_version} +Provides: tex(jkplkosmscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosmscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosnbsc7t.vf) = %{tl_version} +Provides: tex(jkplkosnbsc8t.vf) = %{tl_version} +Provides: tex(jkplkosnbscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosnbscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosnbxsc7t.vf) = %{tl_version} +Provides: tex(jkplkosnbxsc8t.vf) = %{tl_version} +Provides: tex(jkplkosnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplkosnmsc7t.vf) = %{tl_version} +Provides: tex(jkplkosnmsc8t.vf) = %{tl_version} +Provides: tex(jkplkosnmscsl7t.vf) = %{tl_version} +Provides: tex(jkplkosnmscsl8t.vf) = %{tl_version} +Provides: tex(jkplmiaw.vf) = %{tl_version} +Provides: tex(jkplmif.vf) = %{tl_version} +Provides: tex(jkplmifw.vf) = %{tl_version} +Provides: tex(jkplmit7c.vf) = %{tl_version} +Provides: tex(jkplmit7t.vf) = %{tl_version} +Provides: tex(jkplmit8t.vf) = %{tl_version} +Provides: tex(jkplmiw.vf) = %{tl_version} +Provides: tex(jkplmn7c.vf) = %{tl_version} +Provides: tex(jkplmn7t.vf) = %{tl_version} +Provides: tex(jkplmn8t.vf) = %{tl_version} +Provides: tex(jkplmsc7c.vf) = %{tl_version} +Provides: tex(jkplmsc7t.vf) = %{tl_version} +Provides: tex(jkplmsc8t.vf) = %{tl_version} +Provides: tex(jkplmscsl7c.vf) = %{tl_version} +Provides: tex(jkplmscsl7t.vf) = %{tl_version} +Provides: tex(jkplmscsl8t.vf) = %{tl_version} +Provides: tex(jkplmsl7c.vf) = %{tl_version} +Provides: tex(jkplmsl7t.vf) = %{tl_version} +Provides: tex(jkplmsl8t.vf) = %{tl_version} +Provides: tex(jkplosbit7c.vf) = %{tl_version} +Provides: tex(jkplosbit7t.vf) = %{tl_version} +Provides: tex(jkplosbit8t.vf) = %{tl_version} +Provides: tex(jkplosbn7c.vf) = %{tl_version} +Provides: tex(jkplosbn7t.vf) = %{tl_version} +Provides: tex(jkplosbn8t.vf) = %{tl_version} +Provides: tex(jkplosbsc7c.vf) = %{tl_version} +Provides: tex(jkplosbsc7t.vf) = %{tl_version} +Provides: tex(jkplosbsc8t.vf) = %{tl_version} +Provides: tex(jkplosbscsl7t.vf) = %{tl_version} +Provides: tex(jkplosbscsl8t.vf) = %{tl_version} +Provides: tex(jkplosbsl7c.vf) = %{tl_version} +Provides: tex(jkplosbsl7t.vf) = %{tl_version} +Provides: tex(jkplosbsl8t.vf) = %{tl_version} +Provides: tex(jkplosbxit7c.vf) = %{tl_version} +Provides: tex(jkplosbxit7t.vf) = %{tl_version} +Provides: tex(jkplosbxit8t.vf) = %{tl_version} +Provides: tex(jkplosbxn7c.vf) = %{tl_version} +Provides: tex(jkplosbxn7t.vf) = %{tl_version} +Provides: tex(jkplosbxn8t.vf) = %{tl_version} +Provides: tex(jkplosbxsc7c.vf) = %{tl_version} +Provides: tex(jkplosbxsc7t.vf) = %{tl_version} +Provides: tex(jkplosbxsc8t.vf) = %{tl_version} +Provides: tex(jkplosbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplosbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplosbxsl7c.vf) = %{tl_version} +Provides: tex(jkplosbxsl7t.vf) = %{tl_version} +Provides: tex(jkplosbxsl8t.vf) = %{tl_version} +Provides: tex(jkplosmit7c.vf) = %{tl_version} +Provides: tex(jkplosmit7t.vf) = %{tl_version} +Provides: tex(jkplosmit8t.vf) = %{tl_version} +Provides: tex(jkplosmn7c.vf) = %{tl_version} +Provides: tex(jkplosmn7t.vf) = %{tl_version} +Provides: tex(jkplosmn8t.vf) = %{tl_version} +Provides: tex(jkplosmsc7c.vf) = %{tl_version} +Provides: tex(jkplosmsc7t.vf) = %{tl_version} +Provides: tex(jkplosmsc8t.vf) = %{tl_version} +Provides: tex(jkplosmscsl7t.vf) = %{tl_version} +Provides: tex(jkplosmscsl8t.vf) = %{tl_version} +Provides: tex(jkplosmsl7c.vf) = %{tl_version} +Provides: tex(jkplosmsl7t.vf) = %{tl_version} +Provides: tex(jkplosmsl8t.vf) = %{tl_version} +Provides: tex(jkplosnbit7t.vf) = %{tl_version} +Provides: tex(jkplosnbit8t.vf) = %{tl_version} +Provides: tex(jkplosnbn7t.vf) = %{tl_version} +Provides: tex(jkplosnbn8t.vf) = %{tl_version} +Provides: tex(jkplosnbsc7t.vf) = %{tl_version} +Provides: tex(jkplosnbsc8t.vf) = %{tl_version} +Provides: tex(jkplosnbscsl7t.vf) = %{tl_version} +Provides: tex(jkplosnbscsl8t.vf) = %{tl_version} +Provides: tex(jkplosnbsl7t.vf) = %{tl_version} +Provides: tex(jkplosnbsl8t.vf) = %{tl_version} +Provides: tex(jkplosnbxit7t.vf) = %{tl_version} +Provides: tex(jkplosnbxit8t.vf) = %{tl_version} +Provides: tex(jkplosnbxn7t.vf) = %{tl_version} +Provides: tex(jkplosnbxn8t.vf) = %{tl_version} +Provides: tex(jkplosnbxsc7t.vf) = %{tl_version} +Provides: tex(jkplosnbxsc8t.vf) = %{tl_version} +Provides: tex(jkplosnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkplosnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkplosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkplosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkplosnmit7t.vf) = %{tl_version} +Provides: tex(jkplosnmit8t.vf) = %{tl_version} +Provides: tex(jkplosnmn7t.vf) = %{tl_version} +Provides: tex(jkplosnmn8t.vf) = %{tl_version} +Provides: tex(jkplosnmsc7t.vf) = %{tl_version} +Provides: tex(jkplosnmsc8t.vf) = %{tl_version} +Provides: tex(jkplosnmscsl7t.vf) = %{tl_version} +Provides: tex(jkplosnmscsl8t.vf) = %{tl_version} +Provides: tex(jkplosnmsl7t.vf) = %{tl_version} +Provides: tex(jkplosnmsl8t.vf) = %{tl_version} +Provides: tex(jkplsybw.vf) = %{tl_version} +Provides: tex(jkplsydw.vf) = %{tl_version} +Provides: tex(jkplsyw.vf) = %{tl_version} +Provides: tex(jkplvosbit7t.vf) = %{tl_version} +Provides: tex(jkplvosbit8t.vf) = %{tl_version} +Provides: tex(jkplvosbmi.vf) = %{tl_version} +Provides: tex(jkplvosbmif.vf) = %{tl_version} +Provides: tex(jkplvosbmifw.vf) = %{tl_version} +Provides: tex(jkplvosbmiw.vf) = %{tl_version} +Provides: tex(jkplvosbn7t.vf) = %{tl_version} +Provides: tex(jkplvosbn8t.vf) = %{tl_version} +Provides: tex(jkplvosbsl7t.vf) = %{tl_version} +Provides: tex(jkplvosbsl8t.vf) = %{tl_version} +Provides: tex(jkplvosbxit7t.vf) = %{tl_version} +Provides: tex(jkplvosbxit8t.vf) = %{tl_version} +Provides: tex(jkplvosbxn7t.vf) = %{tl_version} +Provides: tex(jkplvosbxn8t.vf) = %{tl_version} +Provides: tex(jkplvosbxsl7t.vf) = %{tl_version} +Provides: tex(jkplvosbxsl8t.vf) = %{tl_version} +Provides: tex(jkplvosmi.vf) = %{tl_version} +Provides: tex(jkplvosmif.vf) = %{tl_version} +Provides: tex(jkplvosmifw.vf) = %{tl_version} +Provides: tex(jkplvosmit7t.vf) = %{tl_version} +Provides: tex(jkplvosmit8t.vf) = %{tl_version} +Provides: tex(jkplvosmiw.vf) = %{tl_version} +Provides: tex(jkplvosmn7t.vf) = %{tl_version} +Provides: tex(jkplvosmn8t.vf) = %{tl_version} +Provides: tex(jkplvosmsl7t.vf) = %{tl_version} +Provides: tex(jkplvosmsl8t.vf) = %{tl_version} +Provides: tex(jkpmiaw.vf) = %{tl_version} +Provides: tex(jkpmif.vf) = %{tl_version} +Provides: tex(jkpmifw.vf) = %{tl_version} +Provides: tex(jkpmit7c.vf) = %{tl_version} +Provides: tex(jkpmit7t.vf) = %{tl_version} +Provides: tex(jkpmit8t.vf) = %{tl_version} +Provides: tex(jkpmiw.vf) = %{tl_version} +Provides: tex(jkpmn7c.vf) = %{tl_version} +Provides: tex(jkpmn7t.vf) = %{tl_version} +Provides: tex(jkpmn8t.vf) = %{tl_version} +Provides: tex(jkpmsc7c.vf) = %{tl_version} +Provides: tex(jkpmsc7t.vf) = %{tl_version} +Provides: tex(jkpmsc8t.vf) = %{tl_version} +Provides: tex(jkpmscsl7c.vf) = %{tl_version} +Provides: tex(jkpmscsl7t.vf) = %{tl_version} +Provides: tex(jkpmscsl8t.vf) = %{tl_version} +Provides: tex(jkpmsl7c.vf) = %{tl_version} +Provides: tex(jkpmsl7t.vf) = %{tl_version} +Provides: tex(jkpmsl8t.vf) = %{tl_version} +Provides: tex(jkposbit7c.vf) = %{tl_version} +Provides: tex(jkposbit7t.vf) = %{tl_version} +Provides: tex(jkposbit8t.vf) = %{tl_version} +Provides: tex(jkposbn7c.vf) = %{tl_version} +Provides: tex(jkposbn7t.vf) = %{tl_version} +Provides: tex(jkposbn8t.vf) = %{tl_version} +Provides: tex(jkposbsc7c.vf) = %{tl_version} +Provides: tex(jkposbsc7t.vf) = %{tl_version} +Provides: tex(jkposbsc8t.vf) = %{tl_version} +Provides: tex(jkposbscsl7t.vf) = %{tl_version} +Provides: tex(jkposbscsl8t.vf) = %{tl_version} +Provides: tex(jkposbsl7c.vf) = %{tl_version} +Provides: tex(jkposbsl7t.vf) = %{tl_version} +Provides: tex(jkposbsl8t.vf) = %{tl_version} +Provides: tex(jkposbxit7c.vf) = %{tl_version} +Provides: tex(jkposbxit7t.vf) = %{tl_version} +Provides: tex(jkposbxit8t.vf) = %{tl_version} +Provides: tex(jkposbxn7c.vf) = %{tl_version} +Provides: tex(jkposbxn7t.vf) = %{tl_version} +Provides: tex(jkposbxn8t.vf) = %{tl_version} +Provides: tex(jkposbxsc7c.vf) = %{tl_version} +Provides: tex(jkposbxsc7t.vf) = %{tl_version} +Provides: tex(jkposbxsc8t.vf) = %{tl_version} +Provides: tex(jkposbxscsl7t.vf) = %{tl_version} +Provides: tex(jkposbxscsl8t.vf) = %{tl_version} +Provides: tex(jkposbxsl7c.vf) = %{tl_version} +Provides: tex(jkposbxsl7t.vf) = %{tl_version} +Provides: tex(jkposbxsl8t.vf) = %{tl_version} +Provides: tex(jkposmit7c.vf) = %{tl_version} +Provides: tex(jkposmit7t.vf) = %{tl_version} +Provides: tex(jkposmit8t.vf) = %{tl_version} +Provides: tex(jkposmn7c.vf) = %{tl_version} +Provides: tex(jkposmn7t.vf) = %{tl_version} +Provides: tex(jkposmn8t.vf) = %{tl_version} +Provides: tex(jkposmsc7c.vf) = %{tl_version} +Provides: tex(jkposmsc7t.vf) = %{tl_version} +Provides: tex(jkposmsc8t.vf) = %{tl_version} +Provides: tex(jkposmscsl7t.vf) = %{tl_version} +Provides: tex(jkposmscsl8t.vf) = %{tl_version} +Provides: tex(jkposmsl7c.vf) = %{tl_version} +Provides: tex(jkposmsl7t.vf) = %{tl_version} +Provides: tex(jkposmsl8t.vf) = %{tl_version} +Provides: tex(jkposnbit7t.vf) = %{tl_version} +Provides: tex(jkposnbit8t.vf) = %{tl_version} +Provides: tex(jkposnbn7t.vf) = %{tl_version} +Provides: tex(jkposnbn8t.vf) = %{tl_version} +Provides: tex(jkposnbsc7t.vf) = %{tl_version} +Provides: tex(jkposnbsc8t.vf) = %{tl_version} +Provides: tex(jkposnbscsl7t.vf) = %{tl_version} +Provides: tex(jkposnbscsl8t.vf) = %{tl_version} +Provides: tex(jkposnbsl7t.vf) = %{tl_version} +Provides: tex(jkposnbsl8t.vf) = %{tl_version} +Provides: tex(jkposnbxit7t.vf) = %{tl_version} +Provides: tex(jkposnbxit8t.vf) = %{tl_version} +Provides: tex(jkposnbxn7t.vf) = %{tl_version} +Provides: tex(jkposnbxn8t.vf) = %{tl_version} +Provides: tex(jkposnbxsc7t.vf) = %{tl_version} +Provides: tex(jkposnbxsc8t.vf) = %{tl_version} +Provides: tex(jkposnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkposnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkposnbxsl7t.vf) = %{tl_version} +Provides: tex(jkposnbxsl8t.vf) = %{tl_version} +Provides: tex(jkposnmit7t.vf) = %{tl_version} +Provides: tex(jkposnmit8t.vf) = %{tl_version} +Provides: tex(jkposnmn7t.vf) = %{tl_version} +Provides: tex(jkposnmn8t.vf) = %{tl_version} +Provides: tex(jkposnmsc7t.vf) = %{tl_version} +Provides: tex(jkposnmsc8t.vf) = %{tl_version} +Provides: tex(jkposnmscsl7t.vf) = %{tl_version} +Provides: tex(jkposnmscsl8t.vf) = %{tl_version} +Provides: tex(jkposnmsl7t.vf) = %{tl_version} +Provides: tex(jkposnmsl8t.vf) = %{tl_version} +Provides: tex(jkpssbex.vf) = %{tl_version} +Provides: tex(jkpssbmi.vf) = %{tl_version} +Provides: tex(jkpssbmia.vf) = %{tl_version} +Provides: tex(jkpssbmif.vf) = %{tl_version} +Provides: tex(jkpssbn7c.vf) = %{tl_version} +Provides: tex(jkpssbn7t.vf) = %{tl_version} +Provides: tex(jkpssbn8t.vf) = %{tl_version} +Provides: tex(jkpssbsc7c.vf) = %{tl_version} +Provides: tex(jkpssbsc7t.vf) = %{tl_version} +Provides: tex(jkpssbsc8t.vf) = %{tl_version} +Provides: tex(jkpssbscsl7c.vf) = %{tl_version} +Provides: tex(jkpssbscsl7t.vf) = %{tl_version} +Provides: tex(jkpssbscsl8t.vf) = %{tl_version} +Provides: tex(jkpssbsl7c.vf) = %{tl_version} +Provides: tex(jkpssbsl7t.vf) = %{tl_version} +Provides: tex(jkpssbsl8t.vf) = %{tl_version} +Provides: tex(jkpssbsyb.vf) = %{tl_version} +Provides: tex(jkpssbsybw.vf) = %{tl_version} +Provides: tex(jkpssbxn7c.vf) = %{tl_version} +Provides: tex(jkpssbxn7t.vf) = %{tl_version} +Provides: tex(jkpssbxn8t.vf) = %{tl_version} +Provides: tex(jkpssbxsc7c.vf) = %{tl_version} +Provides: tex(jkpssbxsc7t.vf) = %{tl_version} +Provides: tex(jkpssbxsc8t.vf) = %{tl_version} +Provides: tex(jkpssbxscsl7c.vf) = %{tl_version} +Provides: tex(jkpssbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpssbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpssbxsl7c.vf) = %{tl_version} +Provides: tex(jkpssbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssex.vf) = %{tl_version} +Provides: tex(jkpssfbn7t.vf) = %{tl_version} +Provides: tex(jkpssfbn8t.vf) = %{tl_version} +Provides: tex(jkpssfbsl7t.vf) = %{tl_version} +Provides: tex(jkpssfbsl8t.vf) = %{tl_version} +Provides: tex(jkpssfbxn7t.vf) = %{tl_version} +Provides: tex(jkpssfbxn8t.vf) = %{tl_version} +Provides: tex(jkpssfbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssfbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssfmn7t.vf) = %{tl_version} +Provides: tex(jkpssfmn8t.vf) = %{tl_version} +Provides: tex(jkpssfmsl7t.vf) = %{tl_version} +Provides: tex(jkpssfmsl8t.vf) = %{tl_version} +Provides: tex(jkpssfosnbn7t.vf) = %{tl_version} +Provides: tex(jkpssfosnbn8t.vf) = %{tl_version} +Provides: tex(jkpssfosnbsl7t.vf) = %{tl_version} +Provides: tex(jkpssfosnbsl8t.vf) = %{tl_version} +Provides: tex(jkpssfosnbxn7t.vf) = %{tl_version} +Provides: tex(jkpssfosnbxn8t.vf) = %{tl_version} +Provides: tex(jkpssfosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssfosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssfosnmn7t.vf) = %{tl_version} +Provides: tex(jkpssfosnmn8t.vf) = %{tl_version} +Provides: tex(jkpssfosnmsl7t.vf) = %{tl_version} +Provides: tex(jkpssfosnmsl8t.vf) = %{tl_version} +Provides: tex(jkpsskbsc7t.vf) = %{tl_version} +Provides: tex(jkpsskbsc8t.vf) = %{tl_version} +Provides: tex(jkpsskbscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskbscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskbxsc7t.vf) = %{tl_version} +Provides: tex(jkpsskbxsc8t.vf) = %{tl_version} +Provides: tex(jkpsskbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskmsc7t.vf) = %{tl_version} +Provides: tex(jkpsskmsc8t.vf) = %{tl_version} +Provides: tex(jkpsskmscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskmscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosbsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosbsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosbscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosbscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosbxsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosbxsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosmsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosmsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosmscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosmscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosnbsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosnbsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosnbscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosnbscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosnbxsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosnbxsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpsskosnmsc7t.vf) = %{tl_version} +Provides: tex(jkpsskosnmsc8t.vf) = %{tl_version} +Provides: tex(jkpsskosnmscsl7t.vf) = %{tl_version} +Provides: tex(jkpsskosnmscsl8t.vf) = %{tl_version} +Provides: tex(jkpsslbsyb.vf) = %{tl_version} +Provides: tex(jkpsslbsybw.vf) = %{tl_version} +Provides: tex(jkpsslsyb.vf) = %{tl_version} +Provides: tex(jkpsslsybw.vf) = %{tl_version} +Provides: tex(jkpssmi.vf) = %{tl_version} +Provides: tex(jkpssmia.vf) = %{tl_version} +Provides: tex(jkpssmif.vf) = %{tl_version} +Provides: tex(jkpssmn7c.vf) = %{tl_version} +Provides: tex(jkpssmn7t.vf) = %{tl_version} +Provides: tex(jkpssmn8t.vf) = %{tl_version} +Provides: tex(jkpssmsc7c.vf) = %{tl_version} +Provides: tex(jkpssmsc7t.vf) = %{tl_version} +Provides: tex(jkpssmsc8t.vf) = %{tl_version} +Provides: tex(jkpssmscsl7c.vf) = %{tl_version} +Provides: tex(jkpssmscsl7t.vf) = %{tl_version} +Provides: tex(jkpssmscsl8t.vf) = %{tl_version} +Provides: tex(jkpssmsl7c.vf) = %{tl_version} +Provides: tex(jkpssmsl7t.vf) = %{tl_version} +Provides: tex(jkpssmsl8t.vf) = %{tl_version} +Provides: tex(jkpssosbn7t.vf) = %{tl_version} +Provides: tex(jkpssosbn8t.vf) = %{tl_version} +Provides: tex(jkpssosbsc7t.vf) = %{tl_version} +Provides: tex(jkpssosbsc8t.vf) = %{tl_version} +Provides: tex(jkpssosbscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosbscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosbsl7t.vf) = %{tl_version} +Provides: tex(jkpssosbsl8t.vf) = %{tl_version} +Provides: tex(jkpssosbxn7t.vf) = %{tl_version} +Provides: tex(jkpssosbxn8t.vf) = %{tl_version} +Provides: tex(jkpssosbxsc7t.vf) = %{tl_version} +Provides: tex(jkpssosbxsc8t.vf) = %{tl_version} +Provides: tex(jkpssosbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssosbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssosmn7t.vf) = %{tl_version} +Provides: tex(jkpssosmn8t.vf) = %{tl_version} +Provides: tex(jkpssosmsc7t.vf) = %{tl_version} +Provides: tex(jkpssosmsc8t.vf) = %{tl_version} +Provides: tex(jkpssosmscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosmscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosmsl7t.vf) = %{tl_version} +Provides: tex(jkpssosmsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnbn7t.vf) = %{tl_version} +Provides: tex(jkpssosnbn8t.vf) = %{tl_version} +Provides: tex(jkpssosnbsc7t.vf) = %{tl_version} +Provides: tex(jkpssosnbsc8t.vf) = %{tl_version} +Provides: tex(jkpssosnbscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnbscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnbsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnbsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnbxn7t.vf) = %{tl_version} +Provides: tex(jkpssosnbxn8t.vf) = %{tl_version} +Provides: tex(jkpssosnbxsc7t.vf) = %{tl_version} +Provides: tex(jkpssosnbxsc8t.vf) = %{tl_version} +Provides: tex(jkpssosnbxscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnbxscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnmn7t.vf) = %{tl_version} +Provides: tex(jkpssosnmn8t.vf) = %{tl_version} +Provides: tex(jkpssosnmsc7t.vf) = %{tl_version} +Provides: tex(jkpssosnmsc8t.vf) = %{tl_version} +Provides: tex(jkpssosnmscsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnmscsl8t.vf) = %{tl_version} +Provides: tex(jkpssosnmsl7t.vf) = %{tl_version} +Provides: tex(jkpssosnmsl8t.vf) = %{tl_version} +Provides: tex(jkpsssyb.vf) = %{tl_version} +Provides: tex(jkpsssybw.vf) = %{tl_version} +Provides: tex(jkpssvosbmi.vf) = %{tl_version} +Provides: tex(jkpssvosbmif.vf) = %{tl_version} +Provides: tex(jkpssvosbn7t.vf) = %{tl_version} +Provides: tex(jkpssvosbn8t.vf) = %{tl_version} +Provides: tex(jkpssvosbsc7t.vf) = %{tl_version} +Provides: tex(jkpssvosbsc8t.vf) = %{tl_version} +Provides: tex(jkpssvosbsl7t.vf) = %{tl_version} +Provides: tex(jkpssvosbsl8t.vf) = %{tl_version} +Provides: tex(jkpssvosbxn7t.vf) = %{tl_version} +Provides: tex(jkpssvosbxn8t.vf) = %{tl_version} +Provides: tex(jkpssvosbxsc7t.vf) = %{tl_version} +Provides: tex(jkpssvosbxsc8t.vf) = %{tl_version} +Provides: tex(jkpssvosbxsl7t.vf) = %{tl_version} +Provides: tex(jkpssvosbxsl8t.vf) = %{tl_version} +Provides: tex(jkpssvosmi.vf) = %{tl_version} +Provides: tex(jkpssvosmif.vf) = %{tl_version} +Provides: tex(jkpssvosmn7t.vf) = %{tl_version} +Provides: tex(jkpssvosmn8t.vf) = %{tl_version} +Provides: tex(jkpssvosmsc7t.vf) = %{tl_version} +Provides: tex(jkpssvosmsc8t.vf) = %{tl_version} +Provides: tex(jkpssvosmsl7t.vf) = %{tl_version} +Provides: tex(jkpssvosmsl8t.vf) = %{tl_version} +Provides: tex(jkpsybw.vf) = %{tl_version} +Provides: tex(jkpsydw.vf) = %{tl_version} +Provides: tex(jkpsyw.vf) = %{tl_version} +Provides: tex(jkpttbn7c.vf) = %{tl_version} +Provides: tex(jkpttbn7t.vf) = %{tl_version} +Provides: tex(jkpttbn8t.vf) = %{tl_version} +Provides: tex(jkpttbsl7c.vf) = %{tl_version} +Provides: tex(jkpttbsl7t.vf) = %{tl_version} +Provides: tex(jkpttbsl8t.vf) = %{tl_version} +Provides: tex(jkpttmn7c.vf) = %{tl_version} +Provides: tex(jkpttmn7t.vf) = %{tl_version} +Provides: tex(jkpttmn8t.vf) = %{tl_version} +Provides: tex(jkpttmsl7c.vf) = %{tl_version} +Provides: tex(jkpttmsl7t.vf) = %{tl_version} +Provides: tex(jkpttmsl8t.vf) = %{tl_version} +Provides: tex(jkpttosbn7t.vf) = %{tl_version} +Provides: tex(jkpttosbn8t.vf) = %{tl_version} +Provides: tex(jkpttosbsl7t.vf) = %{tl_version} +Provides: tex(jkpttosbsl8t.vf) = %{tl_version} +Provides: tex(jkpttosmn7t.vf) = %{tl_version} +Provides: tex(jkpttosmn8t.vf) = %{tl_version} +Provides: tex(jkpttosmsl7t.vf) = %{tl_version} +Provides: tex(jkpttosmsl8t.vf) = %{tl_version} +Provides: tex(jkpttosnbn7t.vf) = %{tl_version} +Provides: tex(jkpttosnbn8t.vf) = %{tl_version} +Provides: tex(jkpttosnbsl7t.vf) = %{tl_version} +Provides: tex(jkpttosnbsl8t.vf) = %{tl_version} +Provides: tex(jkpttosnmn7t.vf) = %{tl_version} +Provides: tex(jkpttosnmn8t.vf) = %{tl_version} +Provides: tex(jkpttosnmsl7t.vf) = %{tl_version} +Provides: tex(jkpttosnmsl8t.vf) = %{tl_version} +Provides: tex(jkpttvosbn7t.vf) = %{tl_version} +Provides: tex(jkpttvosbn8t.vf) = %{tl_version} +Provides: tex(jkpttvosbsl7t.vf) = %{tl_version} +Provides: tex(jkpttvosbsl8t.vf) = %{tl_version} +Provides: tex(jkpttvosmn7t.vf) = %{tl_version} +Provides: tex(jkpttvosmn8t.vf) = %{tl_version} +Provides: tex(jkpttvosmsl7t.vf) = %{tl_version} +Provides: tex(jkpttvosmsl8t.vf) = %{tl_version} +Provides: tex(jkpvosbit7t.vf) = %{tl_version} +Provides: tex(jkpvosbit8t.vf) = %{tl_version} +Provides: tex(jkpvosbmi.vf) = %{tl_version} +Provides: tex(jkpvosbmif.vf) = %{tl_version} +Provides: tex(jkpvosbmifw.vf) = %{tl_version} +Provides: tex(jkpvosbmiw.vf) = %{tl_version} +Provides: tex(jkpvosbn7t.vf) = %{tl_version} +Provides: tex(jkpvosbn8t.vf) = %{tl_version} +Provides: tex(jkpvosbsl7t.vf) = %{tl_version} +Provides: tex(jkpvosbsl8t.vf) = %{tl_version} +Provides: tex(jkpvosbxit7t.vf) = %{tl_version} +Provides: tex(jkpvosbxit8t.vf) = %{tl_version} +Provides: tex(jkpvosbxn7t.vf) = %{tl_version} +Provides: tex(jkpvosbxn8t.vf) = %{tl_version} +Provides: tex(jkpvosbxsl7t.vf) = %{tl_version} +Provides: tex(jkpvosbxsl8t.vf) = %{tl_version} +Provides: tex(jkpvosmi.vf) = %{tl_version} +Provides: tex(jkpvosmif.vf) = %{tl_version} +Provides: tex(jkpvosmifw.vf) = %{tl_version} +Provides: tex(jkpvosmit7t.vf) = %{tl_version} +Provides: tex(jkpvosmit8t.vf) = %{tl_version} +Provides: tex(jkpvosmiw.vf) = %{tl_version} +Provides: tex(jkpvosmn7t.vf) = %{tl_version} +Provides: tex(jkpvosmn8t.vf) = %{tl_version} +Provides: tex(jkpvosmsl7t.vf) = %{tl_version} +Provides: tex(jkpvosmsl8t.vf) = %{tl_version} +Provides: tex(kpfonts.sty) = %{tl_version} +Provides: tex(omljkp.fd) = %{tl_version} +Provides: tex(omljkpl.fd) = %{tl_version} +Provides: tex(omljkplvos.fd) = %{tl_version} +Provides: tex(omljkplvosw.fd) = %{tl_version} +Provides: tex(omljkplw.fd) = %{tl_version} +Provides: tex(omljkpss.fd) = %{tl_version} +Provides: tex(omljkpssvos.fd) = %{tl_version} +Provides: tex(omljkpvos.fd) = %{tl_version} +Provides: tex(omljkpvosw.fd) = %{tl_version} +Provides: tex(omljkpw.fd) = %{tl_version} +Provides: tex(omsjkp.fd) = %{tl_version} +Provides: tex(omsjkpl.fd) = %{tl_version} +Provides: tex(omsjkplw.fd) = %{tl_version} +Provides: tex(omsjkpw.fd) = %{tl_version} +Provides: tex(omxjkp.fd) = %{tl_version} +Provides: tex(omxjkpl.fd) = %{tl_version} +Provides: tex(omxjkpss.fd) = %{tl_version} +Provides: tex(ot1jkp.fd) = %{tl_version} +Provides: tex(ot1jkpf.fd) = %{tl_version} +Provides: tex(ot1jkpfosn.fd) = %{tl_version} +Provides: tex(ot1jkpk.fd) = %{tl_version} +Provides: tex(ot1jkpkf.fd) = %{tl_version} +Provides: tex(ot1jkpkfosn.fd) = %{tl_version} +Provides: tex(ot1jkpkos.fd) = %{tl_version} +Provides: tex(ot1jkpkosn.fd) = %{tl_version} +Provides: tex(ot1jkpkvos.fd) = %{tl_version} +Provides: tex(ot1jkpl.fd) = %{tl_version} +Provides: tex(ot1jkplf.fd) = %{tl_version} +Provides: tex(ot1jkplfosn.fd) = %{tl_version} +Provides: tex(ot1jkplk.fd) = %{tl_version} +Provides: tex(ot1jkplkf.fd) = %{tl_version} +Provides: tex(ot1jkplkfosn.fd) = %{tl_version} +Provides: tex(ot1jkplkos.fd) = %{tl_version} +Provides: tex(ot1jkplkosn.fd) = %{tl_version} +Provides: tex(ot1jkplkvos.fd) = %{tl_version} +Provides: tex(ot1jkplos.fd) = %{tl_version} +Provides: tex(ot1jkplosn.fd) = %{tl_version} +Provides: tex(ot1jkplvos.fd) = %{tl_version} +Provides: tex(ot1jkpos.fd) = %{tl_version} +Provides: tex(ot1jkposn.fd) = %{tl_version} +Provides: tex(ot1jkpss.fd) = %{tl_version} +Provides: tex(ot1jkpssf.fd) = %{tl_version} +Provides: tex(ot1jkpssfosn.fd) = %{tl_version} +Provides: tex(ot1jkpssk.fd) = %{tl_version} +Provides: tex(ot1jkpsskf.fd) = %{tl_version} +Provides: tex(ot1jkpsskfosn.fd) = %{tl_version} +Provides: tex(ot1jkpsskos.fd) = %{tl_version} +Provides: tex(ot1jkpsskosn.fd) = %{tl_version} +Provides: tex(ot1jkpsskvos.fd) = %{tl_version} +Provides: tex(ot1jkpssos.fd) = %{tl_version} +Provides: tex(ot1jkpssosn.fd) = %{tl_version} +Provides: tex(ot1jkpssvos.fd) = %{tl_version} +Provides: tex(ot1jkptt.fd) = %{tl_version} +Provides: tex(ot1jkpttos.fd) = %{tl_version} +Provides: tex(ot1jkpttosn.fd) = %{tl_version} +Provides: tex(ot1jkpttvos.fd) = %{tl_version} +Provides: tex(ot1jkpvos.fd) = %{tl_version} +Provides: tex(ot1jkpx.fd) = %{tl_version} +Provides: tex(ot1jkpxf.fd) = %{tl_version} +Provides: tex(ot1jkpxfosn.fd) = %{tl_version} +Provides: tex(ot1jkpxk.fd) = %{tl_version} +Provides: tex(ot1jkpxkf.fd) = %{tl_version} +Provides: tex(ot1jkpxkfosn.fd) = %{tl_version} +Provides: tex(ot1jkpxkos.fd) = %{tl_version} +Provides: tex(ot1jkpxkosn.fd) = %{tl_version} +Provides: tex(ot1jkpxkvos.fd) = %{tl_version} +Provides: tex(ot1jkpxos.fd) = %{tl_version} +Provides: tex(ot1jkpxosn.fd) = %{tl_version} +Provides: tex(ot1jkpxvos.fd) = %{tl_version} +Provides: tex(t1jkp.fd) = %{tl_version} +Provides: tex(t1jkpf.fd) = %{tl_version} +Provides: tex(t1jkpfosn.fd) = %{tl_version} +Provides: tex(t1jkpk.fd) = %{tl_version} +Provides: tex(t1jkpkf.fd) = %{tl_version} +Provides: tex(t1jkpkfosn.fd) = %{tl_version} +Provides: tex(t1jkpkos.fd) = %{tl_version} +Provides: tex(t1jkpkosn.fd) = %{tl_version} +Provides: tex(t1jkpkvos.fd) = %{tl_version} +Provides: tex(t1jkpl.fd) = %{tl_version} +Provides: tex(t1jkplf.fd) = %{tl_version} +Provides: tex(t1jkplfosn.fd) = %{tl_version} +Provides: tex(t1jkplk.fd) = %{tl_version} +Provides: tex(t1jkplkf.fd) = %{tl_version} +Provides: tex(t1jkplkfosn.fd) = %{tl_version} +Provides: tex(t1jkplkos.fd) = %{tl_version} +Provides: tex(t1jkplkosn.fd) = %{tl_version} +Provides: tex(t1jkplkvos.fd) = %{tl_version} +Provides: tex(t1jkplos.fd) = %{tl_version} +Provides: tex(t1jkplosn.fd) = %{tl_version} +Provides: tex(t1jkplvos.fd) = %{tl_version} +Provides: tex(t1jkpos.fd) = %{tl_version} +Provides: tex(t1jkposn.fd) = %{tl_version} +Provides: tex(t1jkpss.fd) = %{tl_version} +Provides: tex(t1jkpssf.fd) = %{tl_version} +Provides: tex(t1jkpssfosn.fd) = %{tl_version} +Provides: tex(t1jkpssk.fd) = %{tl_version} +Provides: tex(t1jkpsskf.fd) = %{tl_version} +Provides: tex(t1jkpsskfosn.fd) = %{tl_version} +Provides: tex(t1jkpsskos.fd) = %{tl_version} +Provides: tex(t1jkpsskosn.fd) = %{tl_version} +Provides: tex(t1jkpsskvos.fd) = %{tl_version} +Provides: tex(t1jkpssos.fd) = %{tl_version} +Provides: tex(t1jkpssosn.fd) = %{tl_version} +Provides: tex(t1jkpssvos.fd) = %{tl_version} +Provides: tex(t1jkptt.fd) = %{tl_version} +Provides: tex(t1jkpttos.fd) = %{tl_version} +Provides: tex(t1jkpttosn.fd) = %{tl_version} +Provides: tex(t1jkpttvos.fd) = %{tl_version} +Provides: tex(t1jkpvos.fd) = %{tl_version} +Provides: tex(t1jkpx.fd) = %{tl_version} +Provides: tex(t1jkpxf.fd) = %{tl_version} +Provides: tex(t1jkpxfosn.fd) = %{tl_version} +Provides: tex(t1jkpxk.fd) = %{tl_version} +Provides: tex(t1jkpxkf.fd) = %{tl_version} +Provides: tex(t1jkpxkfosn.fd) = %{tl_version} +Provides: tex(t1jkpxkos.fd) = %{tl_version} +Provides: tex(t1jkpxkosn.fd) = %{tl_version} +Provides: tex(t1jkpxkvos.fd) = %{tl_version} +Provides: tex(t1jkpxos.fd) = %{tl_version} +Provides: tex(t1jkpxosn.fd) = %{tl_version} +Provides: tex(t1jkpxvos.fd) = %{tl_version} +Provides: tex(ts1jkp.fd) = %{tl_version} +Provides: tex(ts1jkpf.fd) = %{tl_version} +Provides: tex(ts1jkpfosn.fd) = %{tl_version} +Provides: tex(ts1jkpk.fd) = %{tl_version} +Provides: tex(ts1jkpkf.fd) = %{tl_version} +Provides: tex(ts1jkpkfosn.fd) = %{tl_version} +Provides: tex(ts1jkpkos.fd) = %{tl_version} +Provides: tex(ts1jkpkosn.fd) = %{tl_version} +Provides: tex(ts1jkpkvos.fd) = %{tl_version} +Provides: tex(ts1jkpl.fd) = %{tl_version} +Provides: tex(ts1jkplf.fd) = %{tl_version} +Provides: tex(ts1jkplfosn.fd) = %{tl_version} +Provides: tex(ts1jkplk.fd) = %{tl_version} +Provides: tex(ts1jkplkf.fd) = %{tl_version} +Provides: tex(ts1jkplkfosn.fd) = %{tl_version} +Provides: tex(ts1jkplkos.fd) = %{tl_version} +Provides: tex(ts1jkplkosn.fd) = %{tl_version} +Provides: tex(ts1jkplkvos.fd) = %{tl_version} +Provides: tex(ts1jkplos.fd) = %{tl_version} +Provides: tex(ts1jkplosn.fd) = %{tl_version} +Provides: tex(ts1jkplvos.fd) = %{tl_version} +Provides: tex(ts1jkpos.fd) = %{tl_version} +Provides: tex(ts1jkposn.fd) = %{tl_version} +Provides: tex(ts1jkpss.fd) = %{tl_version} +Provides: tex(ts1jkpssf.fd) = %{tl_version} +Provides: tex(ts1jkpssfosn.fd) = %{tl_version} +Provides: tex(ts1jkpssk.fd) = %{tl_version} +Provides: tex(ts1jkpsskf.fd) = %{tl_version} +Provides: tex(ts1jkpsskfosn.fd) = %{tl_version} +Provides: tex(ts1jkpsskos.fd) = %{tl_version} +Provides: tex(ts1jkpsskosn.fd) = %{tl_version} +Provides: tex(ts1jkpsskvos.fd) = %{tl_version} +Provides: tex(ts1jkpssos.fd) = %{tl_version} +Provides: tex(ts1jkpssosn.fd) = %{tl_version} +Provides: tex(ts1jkpssvos.fd) = %{tl_version} +Provides: tex(ts1jkptt.fd) = %{tl_version} +Provides: tex(ts1jkpttos.fd) = %{tl_version} +Provides: tex(ts1jkpttosn.fd) = %{tl_version} +Provides: tex(ts1jkpttvos.fd) = %{tl_version} +Provides: tex(ts1jkpvos.fd) = %{tl_version} +Provides: tex(ts1jkpx.fd) = %{tl_version} +Provides: tex(ts1jkpxf.fd) = %{tl_version} +Provides: tex(ts1jkpxfosn.fd) = %{tl_version} +Provides: tex(ts1jkpxk.fd) = %{tl_version} +Provides: tex(ts1jkpxkf.fd) = %{tl_version} +Provides: tex(ts1jkpxkfosn.fd) = %{tl_version} +Provides: tex(ts1jkpxkos.fd) = %{tl_version} +Provides: tex(ts1jkpxkosn.fd) = %{tl_version} +Provides: tex(ts1jkpxkvos.fd) = %{tl_version} +Provides: tex(ts1jkpxos.fd) = %{tl_version} +Provides: tex(ts1jkpxosn.fd) = %{tl_version} +Provides: tex(ts1jkpxvos.fd) = %{tl_version} +Provides: tex(ujkpexa.fd) = %{tl_version} +Provides: tex(ujkplexa.fd) = %{tl_version} +Provides: tex(ujkplmia.fd) = %{tl_version} +Provides: tex(ujkplmiaw.fd) = %{tl_version} +Provides: tex(ujkplsyb.fd) = %{tl_version} +Provides: tex(ujkplsybw.fd) = %{tl_version} +Provides: tex(ujkplsyc.fd) = %{tl_version} +Provides: tex(ujkplsyd.fd) = %{tl_version} +Provides: tex(ujkplsydw.fd) = %{tl_version} +Provides: tex(ujkpmia.fd) = %{tl_version} +Provides: tex(ujkpmiaw.fd) = %{tl_version} +Provides: tex(ujkpsslsyb.fd) = %{tl_version} +Provides: tex(ujkpsslsybw.fd) = %{tl_version} +Provides: tex(ujkpssmia.fd) = %{tl_version} +Provides: tex(ujkpsssyb.fd) = %{tl_version} +Provides: tex(ujkpsssybw.fd) = %{tl_version} +Provides: tex(ujkpsya.fd) = %{tl_version} +Provides: tex(ujkpsyb.fd) = %{tl_version} +Provides: tex(ujkpsybw.fd) = %{tl_version} +Provides: tex(ujkpsyc.fd) = %{tl_version} +Provides: tex(ujkpsyd.fd) = %{tl_version} +Provides: tex(ujkpsydw.fd) = %{tl_version} + +%description kpfonts +The family contains text fonts in roman, sans-serif and +monospaced shapes, with true small caps and old-style numbers; +the package offers full support of the textcomp package. The +mathematics fonts include all the AMS fonts, in both normal and +bold weights. Each of the font types is available in two main +versions: default and 'light'. Each version is available in +four variants: default; oldstyle numbers; oldstyle numbers with +old ligatures such as ct and st, and long-tailed capital Q; and +veryoldstyle with long s. Other variants include small caps as +default or 'large small caps', and for mathematics both upright +and slanted shapes for Greek letters, as well as default and +narrow versions of multiple integrals. The fonts were +originally derived from URW Palladio (with URW's agreement) +though the fonts are very clearly different in appearance from +their parent. + +date: 2012-07-05 15:28:28 +0200 + +%post kpfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map kpfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map kpfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun kpfonts +if [ $1 == 0 ] ; then +sed -i '/^Map kpfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans kpfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kpfonts-doc +Summary: Documentation for kpfonts +Version: svn29803.3.31 +Release: %{tl_noarch_release} +Provides: tex-kpfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description kpfonts-doc +Documentation for kpfonts + +%package kurier +Provides: tex-kurier = %{tl_version} +License: GFSL +Summary: A two-element sans-serif typeface +Version: svn19612.0.995b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cs-kurier-sc.enc) = %{tl_version} +Provides: tex(cs-kurier.enc) = %{tl_version} +Provides: tex(ec-kurier-sc.enc) = %{tl_version} +Provides: tex(ec-kurier.enc) = %{tl_version} +Provides: tex(ex-kurier.enc) = %{tl_version} +Provides: tex(greek-kurier.enc) = %{tl_version} +Provides: tex(l7x-kurier-sc.enc) = %{tl_version} +Provides: tex(l7x-kurier.enc) = %{tl_version} +Provides: tex(mi-kurier.enc) = %{tl_version} +Provides: tex(qx-kurier-sc.enc) = %{tl_version} +Provides: tex(qx-kurier.enc) = %{tl_version} +Provides: tex(rm-kurier-sc.enc) = %{tl_version} +Provides: tex(rm-kurier.enc) = %{tl_version} +Provides: tex(sy-kurier.enc) = %{tl_version} +Provides: tex(t2a-kurier.enc) = %{tl_version} +Provides: tex(t2b-kurier.enc) = %{tl_version} +Provides: tex(t2c-kurier.enc) = %{tl_version} +Provides: tex(t5-kurier-sc.enc) = %{tl_version} +Provides: tex(t5-kurier.enc) = %{tl_version} +Provides: tex(texnansi-kurier-sc.enc) = %{tl_version} +Provides: tex(texnansi-kurier.enc) = %{tl_version} +Provides: tex(ts1-kurier.enc) = %{tl_version} +Provides: tex(wncy-kurier.enc) = %{tl_version} +Provides: tex(kurier-cs.map) = %{tl_version} +Provides: tex(kurier-ec.map) = %{tl_version} +Provides: tex(kurier-ex.map) = %{tl_version} +Provides: tex(kurier-greek.map) = %{tl_version} +Provides: tex(kurier-l7x.map) = %{tl_version} +Provides: tex(kurier-mi.map) = %{tl_version} +Provides: tex(kurier-qx.map) = %{tl_version} +Provides: tex(kurier-rm.map) = %{tl_version} +Provides: tex(kurier-sy.map) = %{tl_version} +Provides: tex(kurier-t2a.map) = %{tl_version} +Provides: tex(kurier-t2b.map) = %{tl_version} +Provides: tex(kurier-t2c.map) = %{tl_version} +Provides: tex(kurier-t5.map) = %{tl_version} +Provides: tex(kurier-texnansi.map) = %{tl_version} +Provides: tex(kurier-ts1.map) = %{tl_version} +Provides: tex(kurier-wncy.map) = %{tl_version} +Provides: tex(kurier.map) = %{tl_version} +Provides: tex(Kurier-Bold.otf) = %{tl_version} +Provides: tex(Kurier-BoldItalic.otf) = %{tl_version} +Provides: tex(Kurier-Italic.otf) = %{tl_version} +Provides: tex(Kurier-Regular.otf) = %{tl_version} +Provides: tex(KurierCond-Bold.otf) = %{tl_version} +Provides: tex(KurierCond-BoldItalic.otf) = %{tl_version} +Provides: tex(KurierCond-Italic.otf) = %{tl_version} +Provides: tex(KurierCond-Regular.otf) = %{tl_version} +Provides: tex(KurierCondHeavy-Italic.otf) = %{tl_version} +Provides: tex(KurierCondHeavy-Regular.otf) = %{tl_version} +Provides: tex(KurierCondLight-Italic.otf) = %{tl_version} +Provides: tex(KurierCondLight-Regular.otf) = %{tl_version} +Provides: tex(KurierCondMedium-Italic.otf) = %{tl_version} +Provides: tex(KurierCondMedium-Regular.otf) = %{tl_version} +Provides: tex(KurierHeavy-Italic.otf) = %{tl_version} +Provides: tex(KurierHeavy-Regular.otf) = %{tl_version} +Provides: tex(KurierLight-Italic.otf) = %{tl_version} +Provides: tex(KurierLight-Regular.otf) = %{tl_version} +Provides: tex(KurierMedium-Italic.otf) = %{tl_version} +Provides: tex(KurierMedium-Regular.otf) = %{tl_version} +Provides: tex(cs-kurierb-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierb.tfm) = %{tl_version} +Provides: tex(cs-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierbi.tfm) = %{tl_version} +Provides: tex(cs-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercb.tfm) = %{tl_version} +Provides: tex(cs-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercbi.tfm) = %{tl_version} +Provides: tex(cs-kurierch-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierch.tfm) = %{tl_version} +Provides: tex(cs-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierchi.tfm) = %{tl_version} +Provides: tex(cs-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercl.tfm) = %{tl_version} +Provides: tex(cs-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercli.tfm) = %{tl_version} +Provides: tex(cs-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercm.tfm) = %{tl_version} +Provides: tex(cs-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercmi.tfm) = %{tl_version} +Provides: tex(cs-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercr.tfm) = %{tl_version} +Provides: tex(cs-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriercri.tfm) = %{tl_version} +Provides: tex(cs-kurierh-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierh.tfm) = %{tl_version} +Provides: tex(cs-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierhi.tfm) = %{tl_version} +Provides: tex(cs-kurierl-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierl.tfm) = %{tl_version} +Provides: tex(cs-kurierli-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierli.tfm) = %{tl_version} +Provides: tex(cs-kurierm-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierm.tfm) = %{tl_version} +Provides: tex(cs-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(cs-kuriermi.tfm) = %{tl_version} +Provides: tex(cs-kurierr-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierr.tfm) = %{tl_version} +Provides: tex(cs-kurierri-sc.tfm) = %{tl_version} +Provides: tex(cs-kurierri.tfm) = %{tl_version} +Provides: tex(ec-kurierb-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierb.tfm) = %{tl_version} +Provides: tex(ec-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierbi.tfm) = %{tl_version} +Provides: tex(ec-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercb.tfm) = %{tl_version} +Provides: tex(ec-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercbi.tfm) = %{tl_version} +Provides: tex(ec-kurierch-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierch.tfm) = %{tl_version} +Provides: tex(ec-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierchi.tfm) = %{tl_version} +Provides: tex(ec-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercl.tfm) = %{tl_version} +Provides: tex(ec-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercli.tfm) = %{tl_version} +Provides: tex(ec-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercm.tfm) = %{tl_version} +Provides: tex(ec-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercmi.tfm) = %{tl_version} +Provides: tex(ec-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercr.tfm) = %{tl_version} +Provides: tex(ec-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriercri.tfm) = %{tl_version} +Provides: tex(ec-kurierh-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierh.tfm) = %{tl_version} +Provides: tex(ec-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierhi.tfm) = %{tl_version} +Provides: tex(ec-kurierl-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierl.tfm) = %{tl_version} +Provides: tex(ec-kurierli-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierli.tfm) = %{tl_version} +Provides: tex(ec-kurierm-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierm.tfm) = %{tl_version} +Provides: tex(ec-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(ec-kuriermi.tfm) = %{tl_version} +Provides: tex(ec-kurierr-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierr.tfm) = %{tl_version} +Provides: tex(ec-kurierri-sc.tfm) = %{tl_version} +Provides: tex(ec-kurierri.tfm) = %{tl_version} +Provides: tex(ex-kurierb.tfm) = %{tl_version} +Provides: tex(ex-kuriercb.tfm) = %{tl_version} +Provides: tex(ex-kurierch.tfm) = %{tl_version} +Provides: tex(ex-kuriercl.tfm) = %{tl_version} +Provides: tex(ex-kuriercm.tfm) = %{tl_version} +Provides: tex(ex-kuriercr.tfm) = %{tl_version} +Provides: tex(ex-kurierh.tfm) = %{tl_version} +Provides: tex(ex-kurierl.tfm) = %{tl_version} +Provides: tex(ex-kurierm.tfm) = %{tl_version} +Provides: tex(ex-kurierr.tfm) = %{tl_version} +Provides: tex(greek-kurierb.tfm) = %{tl_version} +Provides: tex(greek-kurierbi.tfm) = %{tl_version} +Provides: tex(greek-kuriercb.tfm) = %{tl_version} +Provides: tex(greek-kuriercbi.tfm) = %{tl_version} +Provides: tex(greek-kurierch.tfm) = %{tl_version} +Provides: tex(greek-kurierchi.tfm) = %{tl_version} +Provides: tex(greek-kuriercl.tfm) = %{tl_version} +Provides: tex(greek-kuriercli.tfm) = %{tl_version} +Provides: tex(greek-kuriercm.tfm) = %{tl_version} +Provides: tex(greek-kuriercmi.tfm) = %{tl_version} +Provides: tex(greek-kuriercr.tfm) = %{tl_version} +Provides: tex(greek-kuriercri.tfm) = %{tl_version} +Provides: tex(greek-kurierh.tfm) = %{tl_version} +Provides: tex(greek-kurierhi.tfm) = %{tl_version} +Provides: tex(greek-kurierl.tfm) = %{tl_version} +Provides: tex(greek-kurierli.tfm) = %{tl_version} +Provides: tex(greek-kurierm.tfm) = %{tl_version} +Provides: tex(greek-kuriermi.tfm) = %{tl_version} +Provides: tex(greek-kurierr.tfm) = %{tl_version} +Provides: tex(greek-kurierri.tfm) = %{tl_version} +Provides: tex(l7x-kurierb-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierb.tfm) = %{tl_version} +Provides: tex(l7x-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierbi.tfm) = %{tl_version} +Provides: tex(l7x-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercb.tfm) = %{tl_version} +Provides: tex(l7x-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercbi.tfm) = %{tl_version} +Provides: tex(l7x-kurierch-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierch.tfm) = %{tl_version} +Provides: tex(l7x-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierchi.tfm) = %{tl_version} +Provides: tex(l7x-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercl.tfm) = %{tl_version} +Provides: tex(l7x-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercli.tfm) = %{tl_version} +Provides: tex(l7x-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercm.tfm) = %{tl_version} +Provides: tex(l7x-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercmi.tfm) = %{tl_version} +Provides: tex(l7x-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercr.tfm) = %{tl_version} +Provides: tex(l7x-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriercri.tfm) = %{tl_version} +Provides: tex(l7x-kurierh-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierh.tfm) = %{tl_version} +Provides: tex(l7x-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierhi.tfm) = %{tl_version} +Provides: tex(l7x-kurierl-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierl.tfm) = %{tl_version} +Provides: tex(l7x-kurierli-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierli.tfm) = %{tl_version} +Provides: tex(l7x-kurierm-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierm.tfm) = %{tl_version} +Provides: tex(l7x-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(l7x-kuriermi.tfm) = %{tl_version} +Provides: tex(l7x-kurierr-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierr.tfm) = %{tl_version} +Provides: tex(l7x-kurierri-sc.tfm) = %{tl_version} +Provides: tex(l7x-kurierri.tfm) = %{tl_version} +Provides: tex(mi-kurierbi.tfm) = %{tl_version} +Provides: tex(mi-kuriercbi.tfm) = %{tl_version} +Provides: tex(mi-kurierchi.tfm) = %{tl_version} +Provides: tex(mi-kuriercli.tfm) = %{tl_version} +Provides: tex(mi-kuriercmi.tfm) = %{tl_version} +Provides: tex(mi-kuriercri.tfm) = %{tl_version} +Provides: tex(mi-kurierhi.tfm) = %{tl_version} +Provides: tex(mi-kurierli.tfm) = %{tl_version} +Provides: tex(mi-kuriermi.tfm) = %{tl_version} +Provides: tex(mi-kurierri.tfm) = %{tl_version} +Provides: tex(qx-kurierb-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierb.tfm) = %{tl_version} +Provides: tex(qx-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierbi.tfm) = %{tl_version} +Provides: tex(qx-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercb.tfm) = %{tl_version} +Provides: tex(qx-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercbi.tfm) = %{tl_version} +Provides: tex(qx-kurierch-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierch.tfm) = %{tl_version} +Provides: tex(qx-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierchi.tfm) = %{tl_version} +Provides: tex(qx-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercl.tfm) = %{tl_version} +Provides: tex(qx-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercli.tfm) = %{tl_version} +Provides: tex(qx-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercm.tfm) = %{tl_version} +Provides: tex(qx-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercmi.tfm) = %{tl_version} +Provides: tex(qx-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercr.tfm) = %{tl_version} +Provides: tex(qx-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriercri.tfm) = %{tl_version} +Provides: tex(qx-kurierh-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierh.tfm) = %{tl_version} +Provides: tex(qx-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierhi.tfm) = %{tl_version} +Provides: tex(qx-kurierl-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierl.tfm) = %{tl_version} +Provides: tex(qx-kurierli-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierli.tfm) = %{tl_version} +Provides: tex(qx-kurierm-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierm.tfm) = %{tl_version} +Provides: tex(qx-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(qx-kuriermi.tfm) = %{tl_version} +Provides: tex(qx-kurierr-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierr.tfm) = %{tl_version} +Provides: tex(qx-kurierri-sc.tfm) = %{tl_version} +Provides: tex(qx-kurierri.tfm) = %{tl_version} +Provides: tex(rm-kurierb-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierb.tfm) = %{tl_version} +Provides: tex(rm-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierbi.tfm) = %{tl_version} +Provides: tex(rm-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercb.tfm) = %{tl_version} +Provides: tex(rm-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercbi.tfm) = %{tl_version} +Provides: tex(rm-kurierch-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierch.tfm) = %{tl_version} +Provides: tex(rm-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierchi.tfm) = %{tl_version} +Provides: tex(rm-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercl.tfm) = %{tl_version} +Provides: tex(rm-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercli.tfm) = %{tl_version} +Provides: tex(rm-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercm.tfm) = %{tl_version} +Provides: tex(rm-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercmi.tfm) = %{tl_version} +Provides: tex(rm-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercr.tfm) = %{tl_version} +Provides: tex(rm-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriercri.tfm) = %{tl_version} +Provides: tex(rm-kurierh-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierh.tfm) = %{tl_version} +Provides: tex(rm-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierhi.tfm) = %{tl_version} +Provides: tex(rm-kurierl-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierl.tfm) = %{tl_version} +Provides: tex(rm-kurierli-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierli.tfm) = %{tl_version} +Provides: tex(rm-kurierm-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierm.tfm) = %{tl_version} +Provides: tex(rm-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(rm-kuriermi.tfm) = %{tl_version} +Provides: tex(rm-kurierr-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierr.tfm) = %{tl_version} +Provides: tex(rm-kurierri-sc.tfm) = %{tl_version} +Provides: tex(rm-kurierri.tfm) = %{tl_version} +Provides: tex(sy-kurierbz.tfm) = %{tl_version} +Provides: tex(sy-kuriercbz.tfm) = %{tl_version} +Provides: tex(sy-kurierchz.tfm) = %{tl_version} +Provides: tex(sy-kurierclz.tfm) = %{tl_version} +Provides: tex(sy-kuriercmz.tfm) = %{tl_version} +Provides: tex(sy-kuriercrz.tfm) = %{tl_version} +Provides: tex(sy-kurierhz.tfm) = %{tl_version} +Provides: tex(sy-kurierlz.tfm) = %{tl_version} +Provides: tex(sy-kuriermz.tfm) = %{tl_version} +Provides: tex(sy-kurierrz.tfm) = %{tl_version} +Provides: tex(t2a-kurierb.tfm) = %{tl_version} +Provides: tex(t2a-kurierbi.tfm) = %{tl_version} +Provides: tex(t2a-kuriercb.tfm) = %{tl_version} +Provides: tex(t2a-kuriercbi.tfm) = %{tl_version} +Provides: tex(t2a-kurierch.tfm) = %{tl_version} +Provides: tex(t2a-kurierchi.tfm) = %{tl_version} +Provides: tex(t2a-kuriercl.tfm) = %{tl_version} +Provides: tex(t2a-kuriercli.tfm) = %{tl_version} +Provides: tex(t2a-kuriercm.tfm) = %{tl_version} +Provides: tex(t2a-kuriercmi.tfm) = %{tl_version} +Provides: tex(t2a-kuriercr.tfm) = %{tl_version} +Provides: tex(t2a-kuriercri.tfm) = %{tl_version} +Provides: tex(t2a-kurierh.tfm) = %{tl_version} +Provides: tex(t2a-kurierhi.tfm) = %{tl_version} +Provides: tex(t2a-kurierl.tfm) = %{tl_version} +Provides: tex(t2a-kurierli.tfm) = %{tl_version} +Provides: tex(t2a-kurierm.tfm) = %{tl_version} +Provides: tex(t2a-kuriermi.tfm) = %{tl_version} +Provides: tex(t2a-kurierr.tfm) = %{tl_version} +Provides: tex(t2a-kurierri.tfm) = %{tl_version} +Provides: tex(t2b-kurierb.tfm) = %{tl_version} +Provides: tex(t2b-kurierbi.tfm) = %{tl_version} +Provides: tex(t2b-kuriercb.tfm) = %{tl_version} +Provides: tex(t2b-kuriercbi.tfm) = %{tl_version} +Provides: tex(t2b-kurierch.tfm) = %{tl_version} +Provides: tex(t2b-kurierchi.tfm) = %{tl_version} +Provides: tex(t2b-kuriercl.tfm) = %{tl_version} +Provides: tex(t2b-kuriercli.tfm) = %{tl_version} +Provides: tex(t2b-kuriercm.tfm) = %{tl_version} +Provides: tex(t2b-kuriercmi.tfm) = %{tl_version} +Provides: tex(t2b-kuriercr.tfm) = %{tl_version} +Provides: tex(t2b-kuriercri.tfm) = %{tl_version} +Provides: tex(t2b-kurierh.tfm) = %{tl_version} +Provides: tex(t2b-kurierhi.tfm) = %{tl_version} +Provides: tex(t2b-kurierl.tfm) = %{tl_version} +Provides: tex(t2b-kurierli.tfm) = %{tl_version} +Provides: tex(t2b-kurierm.tfm) = %{tl_version} +Provides: tex(t2b-kuriermi.tfm) = %{tl_version} +Provides: tex(t2b-kurierr.tfm) = %{tl_version} +Provides: tex(t2b-kurierri.tfm) = %{tl_version} +Provides: tex(t2c-kurierb.tfm) = %{tl_version} +Provides: tex(t2c-kurierbi.tfm) = %{tl_version} +Provides: tex(t2c-kuriercb.tfm) = %{tl_version} +Provides: tex(t2c-kuriercbi.tfm) = %{tl_version} +Provides: tex(t2c-kurierch.tfm) = %{tl_version} +Provides: tex(t2c-kurierchi.tfm) = %{tl_version} +Provides: tex(t2c-kuriercl.tfm) = %{tl_version} +Provides: tex(t2c-kuriercli.tfm) = %{tl_version} +Provides: tex(t2c-kuriercm.tfm) = %{tl_version} +Provides: tex(t2c-kuriercmi.tfm) = %{tl_version} +Provides: tex(t2c-kuriercr.tfm) = %{tl_version} +Provides: tex(t2c-kuriercri.tfm) = %{tl_version} +Provides: tex(t2c-kurierh.tfm) = %{tl_version} +Provides: tex(t2c-kurierhi.tfm) = %{tl_version} +Provides: tex(t2c-kurierl.tfm) = %{tl_version} +Provides: tex(t2c-kurierli.tfm) = %{tl_version} +Provides: tex(t2c-kurierm.tfm) = %{tl_version} +Provides: tex(t2c-kuriermi.tfm) = %{tl_version} +Provides: tex(t2c-kurierr.tfm) = %{tl_version} +Provides: tex(t2c-kurierri.tfm) = %{tl_version} +Provides: tex(t5-kurierb-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierb.tfm) = %{tl_version} +Provides: tex(t5-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierbi.tfm) = %{tl_version} +Provides: tex(t5-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercb.tfm) = %{tl_version} +Provides: tex(t5-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercbi.tfm) = %{tl_version} +Provides: tex(t5-kurierch-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierch.tfm) = %{tl_version} +Provides: tex(t5-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierchi.tfm) = %{tl_version} +Provides: tex(t5-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercl.tfm) = %{tl_version} +Provides: tex(t5-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercli.tfm) = %{tl_version} +Provides: tex(t5-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercm.tfm) = %{tl_version} +Provides: tex(t5-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercmi.tfm) = %{tl_version} +Provides: tex(t5-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercr.tfm) = %{tl_version} +Provides: tex(t5-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriercri.tfm) = %{tl_version} +Provides: tex(t5-kurierh-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierh.tfm) = %{tl_version} +Provides: tex(t5-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierhi.tfm) = %{tl_version} +Provides: tex(t5-kurierl-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierl.tfm) = %{tl_version} +Provides: tex(t5-kurierli-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierli.tfm) = %{tl_version} +Provides: tex(t5-kurierm-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierm.tfm) = %{tl_version} +Provides: tex(t5-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(t5-kuriermi.tfm) = %{tl_version} +Provides: tex(t5-kurierr-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierr.tfm) = %{tl_version} +Provides: tex(t5-kurierri-sc.tfm) = %{tl_version} +Provides: tex(t5-kurierri.tfm) = %{tl_version} +Provides: tex(texnansi-kurierb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierb.tfm) = %{tl_version} +Provides: tex(texnansi-kurierbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierbi.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercb.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercbi.tfm) = %{tl_version} +Provides: tex(texnansi-kurierch-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierch.tfm) = %{tl_version} +Provides: tex(texnansi-kurierchi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierchi.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercl-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercl.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercli-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercli.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercm-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercm.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercmi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercmi.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercr.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriercri.tfm) = %{tl_version} +Provides: tex(texnansi-kurierh-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierh.tfm) = %{tl_version} +Provides: tex(texnansi-kurierhi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierhi.tfm) = %{tl_version} +Provides: tex(texnansi-kurierl-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierl.tfm) = %{tl_version} +Provides: tex(texnansi-kurierli-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierli.tfm) = %{tl_version} +Provides: tex(texnansi-kurierm-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierm.tfm) = %{tl_version} +Provides: tex(texnansi-kuriermi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kuriermi.tfm) = %{tl_version} +Provides: tex(texnansi-kurierr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierr.tfm) = %{tl_version} +Provides: tex(texnansi-kurierri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-kurierri.tfm) = %{tl_version} +Provides: tex(ts1-kurierb.tfm) = %{tl_version} +Provides: tex(ts1-kurierbi.tfm) = %{tl_version} +Provides: tex(ts1-kuriercb.tfm) = %{tl_version} +Provides: tex(ts1-kuriercbi.tfm) = %{tl_version} +Provides: tex(ts1-kurierch.tfm) = %{tl_version} +Provides: tex(ts1-kurierchi.tfm) = %{tl_version} +Provides: tex(ts1-kuriercl.tfm) = %{tl_version} +Provides: tex(ts1-kuriercli.tfm) = %{tl_version} +Provides: tex(ts1-kuriercm.tfm) = %{tl_version} +Provides: tex(ts1-kuriercmi.tfm) = %{tl_version} +Provides: tex(ts1-kuriercr.tfm) = %{tl_version} +Provides: tex(ts1-kuriercri.tfm) = %{tl_version} +Provides: tex(ts1-kurierh.tfm) = %{tl_version} +Provides: tex(ts1-kurierhi.tfm) = %{tl_version} +Provides: tex(ts1-kurierl.tfm) = %{tl_version} +Provides: tex(ts1-kurierli.tfm) = %{tl_version} +Provides: tex(ts1-kurierm.tfm) = %{tl_version} +Provides: tex(ts1-kuriermi.tfm) = %{tl_version} +Provides: tex(ts1-kurierr.tfm) = %{tl_version} +Provides: tex(ts1-kurierri.tfm) = %{tl_version} +Provides: tex(wncy-kurierb.tfm) = %{tl_version} +Provides: tex(wncy-kurierbi.tfm) = %{tl_version} +Provides: tex(wncy-kuriercb.tfm) = %{tl_version} +Provides: tex(wncy-kuriercbi.tfm) = %{tl_version} +Provides: tex(wncy-kurierch.tfm) = %{tl_version} +Provides: tex(wncy-kurierchi.tfm) = %{tl_version} +Provides: tex(wncy-kuriercl.tfm) = %{tl_version} +Provides: tex(wncy-kuriercli.tfm) = %{tl_version} +Provides: tex(wncy-kuriercm.tfm) = %{tl_version} +Provides: tex(wncy-kuriercmi.tfm) = %{tl_version} +Provides: tex(wncy-kuriercr.tfm) = %{tl_version} +Provides: tex(wncy-kuriercri.tfm) = %{tl_version} +Provides: tex(wncy-kurierh.tfm) = %{tl_version} +Provides: tex(wncy-kurierhi.tfm) = %{tl_version} +Provides: tex(wncy-kurierl.tfm) = %{tl_version} +Provides: tex(wncy-kurierli.tfm) = %{tl_version} +Provides: tex(wncy-kurierm.tfm) = %{tl_version} +Provides: tex(wncy-kuriermi.tfm) = %{tl_version} +Provides: tex(wncy-kurierr.tfm) = %{tl_version} +Provides: tex(wncy-kurierri.tfm) = %{tl_version} +Provides: tex(kurierb.pfb) = %{tl_version} +Provides: tex(kurierbi.pfb) = %{tl_version} +Provides: tex(kuriercb.pfb) = %{tl_version} +Provides: tex(kuriercbi.pfb) = %{tl_version} +Provides: tex(kurierch.pfb) = %{tl_version} +Provides: tex(kurierchi.pfb) = %{tl_version} +Provides: tex(kuriercl.pfb) = %{tl_version} +Provides: tex(kuriercli.pfb) = %{tl_version} +Provides: tex(kuriercm.pfb) = %{tl_version} +Provides: tex(kuriercmi.pfb) = %{tl_version} +Provides: tex(kuriercr.pfb) = %{tl_version} +Provides: tex(kuriercri.pfb) = %{tl_version} +Provides: tex(kurierh.pfb) = %{tl_version} +Provides: tex(kurierhi.pfb) = %{tl_version} +Provides: tex(kurierl.pfb) = %{tl_version} +Provides: tex(kurierli.pfb) = %{tl_version} +Provides: tex(kurierm.pfb) = %{tl_version} +Provides: tex(kuriermi.pfb) = %{tl_version} +Provides: tex(kurierr.pfb) = %{tl_version} +Provides: tex(kurierri.pfb) = %{tl_version} +Provides: tex(il2kurier.fd) = %{tl_version} +Provides: tex(il2kurierc.fd) = %{tl_version} +Provides: tex(il2kurierl.fd) = %{tl_version} +Provides: tex(il2kurierlc.fd) = %{tl_version} +Provides: tex(kurier.sty) = %{tl_version} +Provides: tex(l7xkurier.fd) = %{tl_version} +Provides: tex(l7xkurierc.fd) = %{tl_version} +Provides: tex(l7xkurierl.fd) = %{tl_version} +Provides: tex(l7xkurierlc.fd) = %{tl_version} +Provides: tex(ly1kurier.fd) = %{tl_version} +Provides: tex(ly1kurierc.fd) = %{tl_version} +Provides: tex(ly1kurierl.fd) = %{tl_version} +Provides: tex(ly1kurierlc.fd) = %{tl_version} +Provides: tex(omlkurier.fd) = %{tl_version} +Provides: tex(omlkurierc.fd) = %{tl_version} +Provides: tex(omlkurierl.fd) = %{tl_version} +Provides: tex(omlkurierlc.fd) = %{tl_version} +Provides: tex(omskurier.fd) = %{tl_version} +Provides: tex(omskurierc.fd) = %{tl_version} +Provides: tex(omskurierl.fd) = %{tl_version} +Provides: tex(omskurierlc.fd) = %{tl_version} +Provides: tex(omxkurier.fd) = %{tl_version} +Provides: tex(omxkurierc.fd) = %{tl_version} +Provides: tex(omxkurierl.fd) = %{tl_version} +Provides: tex(omxkurierlc.fd) = %{tl_version} +Provides: tex(ot1kurier.fd) = %{tl_version} +Provides: tex(ot1kurierc.fd) = %{tl_version} +Provides: tex(ot1kuriercm.fd) = %{tl_version} +Provides: tex(ot1kurierl.fd) = %{tl_version} +Provides: tex(ot1kurierlc.fd) = %{tl_version} +Provides: tex(ot1kurierlcm.fd) = %{tl_version} +Provides: tex(ot1kurierlm.fd) = %{tl_version} +Provides: tex(ot1kurierm.fd) = %{tl_version} +Provides: tex(ot2kurier.fd) = %{tl_version} +Provides: tex(ot2kurierc.fd) = %{tl_version} +Provides: tex(ot2kurierl.fd) = %{tl_version} +Provides: tex(ot2kurierlc.fd) = %{tl_version} +Provides: tex(ot4kurier.fd) = %{tl_version} +Provides: tex(ot4kurierc.fd) = %{tl_version} +Provides: tex(ot4kurierl.fd) = %{tl_version} +Provides: tex(ot4kurierlc.fd) = %{tl_version} +Provides: tex(qxkurier.fd) = %{tl_version} +Provides: tex(qxkurierc.fd) = %{tl_version} +Provides: tex(qxkurierl.fd) = %{tl_version} +Provides: tex(qxkurierlc.fd) = %{tl_version} +Provides: tex(t1kurier.fd) = %{tl_version} +Provides: tex(t1kurierc.fd) = %{tl_version} +Provides: tex(t1kurierl.fd) = %{tl_version} +Provides: tex(t1kurierlc.fd) = %{tl_version} +Provides: tex(t2akurier.fd) = %{tl_version} +Provides: tex(t2akurierc.fd) = %{tl_version} +Provides: tex(t2akurierl.fd) = %{tl_version} +Provides: tex(t2akurierlc.fd) = %{tl_version} +Provides: tex(t2bkurier.fd) = %{tl_version} +Provides: tex(t2bkurierc.fd) = %{tl_version} +Provides: tex(t2bkurierl.fd) = %{tl_version} +Provides: tex(t2bkurierlc.fd) = %{tl_version} +Provides: tex(t2ckurier.fd) = %{tl_version} +Provides: tex(t2ckurierc.fd) = %{tl_version} +Provides: tex(t2ckurierl.fd) = %{tl_version} +Provides: tex(t2ckurierlc.fd) = %{tl_version} +Provides: tex(t5kurier.fd) = %{tl_version} +Provides: tex(t5kurierc.fd) = %{tl_version} +Provides: tex(t5kurierl.fd) = %{tl_version} +Provides: tex(t5kurierlc.fd) = %{tl_version} +Provides: tex(ts1kurier.fd) = %{tl_version} +Provides: tex(ts1kurierc.fd) = %{tl_version} +Provides: tex(ts1kurierl.fd) = %{tl_version} +Provides: tex(ts1kurierlc.fd) = %{tl_version} +Provides: tex(kurier-math.tex) = %{tl_version} + +%description kurier +Kurier is a two-element sans-serif typeface. It was designed +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: 2010-08-03 20:49:06 +0200 + +%post kurier +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map kurier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map kurier.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun kurier +if [ $1 == 0 ] ; then +sed -i '/^Map kurier.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans kurier +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kurier-doc +Summary: Documentation for kurier +Version: svn19612.0.995b +Release: %{tl_noarch_release} +Provides: tex-kurier-doc +BuildArch: noarch +AutoReqProv: No + +%description kurier-doc +Documentation for kurier + +%package lato +Provides: tex-lato = %{tl_version} +License: LPPL 1.3 +Summary: Lato font fanily and LaTeX support +Version: svn24986.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(slantsc.sty) +Provides: tex(lato-01.enc) = %{tl_version} +Provides: tex(lato-02.enc) = %{tl_version} +Provides: tex(lato-dotlessj.enc) = %{tl_version} +Provides: tex(lato.map) = %{tl_version} +Provides: tex(Lato-Bla-01.tfm) = %{tl_version} +Provides: tex(Lato-Bla-02.tfm) = %{tl_version} +Provides: tex(Lato-Bla-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Bla-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-Bla-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-Bla-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Bla-t1.tfm) = %{tl_version} +Provides: tex(Lato-Bla-ts1.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-01.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-02.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-ot1.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-t1.tfm) = %{tl_version} +Provides: tex(Lato-BlaIta-ts1.tfm) = %{tl_version} +Provides: tex(Lato-Bol-01.tfm) = %{tl_version} +Provides: tex(Lato-Bol-02.tfm) = %{tl_version} +Provides: tex(Lato-Bol-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Bol-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-Bol-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-Bol-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Bol-t1.tfm) = %{tl_version} +Provides: tex(Lato-Bol-ts1.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-01.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-02.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-ot1.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-t1.tfm) = %{tl_version} +Provides: tex(Lato-BolIta-ts1.tfm) = %{tl_version} +Provides: tex(Lato-Hai-01.tfm) = %{tl_version} +Provides: tex(Lato-Hai-02.tfm) = %{tl_version} +Provides: tex(Lato-Hai-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Hai-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-Hai-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-Hai-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Hai-t1.tfm) = %{tl_version} +Provides: tex(Lato-Hai-ts1.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-01.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-02.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-ot1.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-t1.tfm) = %{tl_version} +Provides: tex(Lato-HaiIta-ts1.tfm) = %{tl_version} +Provides: tex(Lato-Lig-01.tfm) = %{tl_version} +Provides: tex(Lato-Lig-02.tfm) = %{tl_version} +Provides: tex(Lato-Lig-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Lig-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-Lig-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-Lig-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Lig-t1.tfm) = %{tl_version} +Provides: tex(Lato-Lig-ts1.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-01.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-02.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-ot1.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-t1.tfm) = %{tl_version} +Provides: tex(Lato-LigIta-ts1.tfm) = %{tl_version} +Provides: tex(Lato-Reg-01.tfm) = %{tl_version} +Provides: tex(Lato-Reg-02.tfm) = %{tl_version} +Provides: tex(Lato-Reg-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Reg-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-Reg-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-Reg-ot1.tfm) = %{tl_version} +Provides: tex(Lato-Reg-t1.tfm) = %{tl_version} +Provides: tex(Lato-Reg-ts1.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-01.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-02.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-dotlessj.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-ot1.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-t1.tfm) = %{tl_version} +Provides: tex(Lato-RegIta-ts1.tfm) = %{tl_version} +Provides: tex(Lato-Bla.ttf) = %{tl_version} +Provides: tex(Lato-BlaIta.ttf) = %{tl_version} +Provides: tex(Lato-Bol.ttf) = %{tl_version} +Provides: tex(Lato-BolIta.ttf) = %{tl_version} +Provides: tex(Lato-Hai.ttf) = %{tl_version} +Provides: tex(Lato-HaiIta.ttf) = %{tl_version} +Provides: tex(Lato-Lig.ttf) = %{tl_version} +Provides: tex(Lato-LigIta.ttf) = %{tl_version} +Provides: tex(Lato-Reg.ttf) = %{tl_version} +Provides: tex(Lato-RegIta.ttf) = %{tl_version} +Provides: tex(Lato-Bla-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-Bla.pfb) = %{tl_version} +Provides: tex(Lato-BlaIta-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-BlaIta.pfb) = %{tl_version} +Provides: tex(Lato-Bol-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-Bol.pfb) = %{tl_version} +Provides: tex(Lato-BolIta-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-BolIta.pfb) = %{tl_version} +Provides: tex(Lato-Hai-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-Hai.pfb) = %{tl_version} +Provides: tex(Lato-HaiIta-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-HaiIta.pfb) = %{tl_version} +Provides: tex(Lato-Lig-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-Lig.pfb) = %{tl_version} +Provides: tex(Lato-LigIta-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-LigIta.pfb) = %{tl_version} +Provides: tex(Lato-Reg-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-Reg.pfb) = %{tl_version} +Provides: tex(Lato-RegIta-LCDFJ.pfb) = %{tl_version} +Provides: tex(Lato-RegIta.pfb) = %{tl_version} +Provides: tex(Lato-Bla-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-Bla-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-Bla-ot1.vf) = %{tl_version} +Provides: tex(Lato-Bla-t1.vf) = %{tl_version} +Provides: tex(Lato-Bla-ts1.vf) = %{tl_version} +Provides: tex(Lato-BlaIta-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-BlaIta-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-BlaIta-ot1.vf) = %{tl_version} +Provides: tex(Lato-BlaIta-t1.vf) = %{tl_version} +Provides: tex(Lato-BlaIta-ts1.vf) = %{tl_version} +Provides: tex(Lato-Bol-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-Bol-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-Bol-ot1.vf) = %{tl_version} +Provides: tex(Lato-Bol-t1.vf) = %{tl_version} +Provides: tex(Lato-Bol-ts1.vf) = %{tl_version} +Provides: tex(Lato-BolIta-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-BolIta-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-BolIta-ot1.vf) = %{tl_version} +Provides: tex(Lato-BolIta-t1.vf) = %{tl_version} +Provides: tex(Lato-BolIta-ts1.vf) = %{tl_version} +Provides: tex(Lato-Hai-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-Hai-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-Hai-ot1.vf) = %{tl_version} +Provides: tex(Lato-Hai-t1.vf) = %{tl_version} +Provides: tex(Lato-Hai-ts1.vf) = %{tl_version} +Provides: tex(Lato-HaiIta-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-HaiIta-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-HaiIta-ot1.vf) = %{tl_version} +Provides: tex(Lato-HaiIta-t1.vf) = %{tl_version} +Provides: tex(Lato-HaiIta-ts1.vf) = %{tl_version} +Provides: tex(Lato-Lig-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-Lig-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-Lig-ot1.vf) = %{tl_version} +Provides: tex(Lato-Lig-t1.vf) = %{tl_version} +Provides: tex(Lato-Lig-ts1.vf) = %{tl_version} +Provides: tex(Lato-LigIta-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-LigIta-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-LigIta-ot1.vf) = %{tl_version} +Provides: tex(Lato-LigIta-t1.vf) = %{tl_version} +Provides: tex(Lato-LigIta-ts1.vf) = %{tl_version} +Provides: tex(Lato-Reg-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-Reg-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-Reg-ot1.vf) = %{tl_version} +Provides: tex(Lato-Reg-t1.vf) = %{tl_version} +Provides: tex(Lato-Reg-ts1.vf) = %{tl_version} +Provides: tex(Lato-RegIta-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(Lato-RegIta-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(Lato-RegIta-ot1.vf) = %{tl_version} +Provides: tex(Lato-RegIta-t1.vf) = %{tl_version} +Provides: tex(Lato-RegIta-ts1.vf) = %{tl_version} +Provides: tex(lato.sty) = %{tl_version} +Provides: tex(ot1fla.fd) = %{tl_version} +Provides: tex(t1fla.fd) = %{tl_version} +Provides: tex(ts1fla.fd) = %{tl_version} + +%description lato +Lato is a sanserif typeface family designed in the Summer 2010 +by Warsaw-based designer Lukasz Dziedzic for the tyPoland +foundry. This font, which includes five weights (hairline, +light, regular, bold and black), is available from the Google +Font Directory as TrueType files under the Open Font License +version 1.1. The package provides support for this font in +LaTeX. It includes the original TrueType fonts, as well as Type +1 versions, converted for this package using FontForge for full +support with Dvips. + +date: 2011-12-31 13:07:31 +0100 + +%post lato +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map lato.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map lato.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun lato +if [ $1 == 0 ] ; then +sed -i '/^Map lato.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans lato +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lato-doc +Summary: Documentation for lato +Version: svn24986.2.2 +Release: %{tl_noarch_release} +Provides: tex-lato-doc +BuildArch: noarch +AutoReqProv: No + +%description lato-doc +Documentation for lato + +%package lfb +Provides: tex-lfb = %{tl_version} +License: LPPL +Summary: A Greek font with normal and bold variants +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lfb10.tfm) = %{tl_version} +Provides: tex(lfb11.tfm) = %{tl_version} +Provides: tex(lfb12.tfm) = %{tl_version} +Provides: tex(lfb5.tfm) = %{tl_version} +Provides: tex(lfb6.tfm) = %{tl_version} +Provides: tex(lfb7.tfm) = %{tl_version} +Provides: tex(lfb8.tfm) = %{tl_version} +Provides: tex(lfb9.tfm) = %{tl_version} +Provides: tex(lfbb10.tfm) = %{tl_version} +Provides: tex(lfbb11.tfm) = %{tl_version} +Provides: tex(lfbb12.tfm) = %{tl_version} +Provides: tex(lfbb5.tfm) = %{tl_version} +Provides: tex(lfbb6.tfm) = %{tl_version} +Provides: tex(lfbb7.tfm) = %{tl_version} +Provides: tex(lfbb8.tfm) = %{tl_version} +Provides: tex(lfbb9.tfm) = %{tl_version} + +%description lfb +This is a Greek font written in MetaFont, with inspiration from +the Bodoni typefaces in old books. It is stylistically a little +more exotic than the standard textbook Greek fonts, +particularly in glyphs like the lowercase rho and kappa. It +aims for a rather calligraphic feel, but seems to blend well +with Computer Modern. There is a ligature scheme which +automatically inserts the breathings required for ancient +texts, making the input text more readable than in some +schemes. + +date: 2006-10-18 08:58:01 +0200 + +%post lfb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lfb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lfb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lfb-doc +Summary: Documentation for lfb +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-lfb-doc +BuildArch: noarch +AutoReqProv: No + +%description lfb-doc +Documentation for lfb + +%package libertine +Provides: tex-libertine = %{tl_version} +License: LPPL +Summary: Use of Linux Libertine and Biolinum fonts with LaTeX +Version: svn29099.5.3.0__2013_02_13_ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontenc.sty) +Requires: tex(fontaxes.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Provides: tex(lbtn_25tcsq.enc) = %{tl_version} +Provides: tex(lbtn_2exa4z.enc) = %{tl_version} +Provides: tex(lbtn_2ezly2.enc) = %{tl_version} +Provides: tex(lbtn_2jy62z.enc) = %{tl_version} +Provides: tex(lbtn_2or2lf.enc) = %{tl_version} +Provides: tex(lbtn_2xw2fz.enc) = %{tl_version} +Provides: tex(lbtn_3acize.enc) = %{tl_version} +Provides: tex(lbtn_3c7nkx.enc) = %{tl_version} +Provides: tex(lbtn_3csahh.enc) = %{tl_version} +Provides: tex(lbtn_3gqkkc.enc) = %{tl_version} +Provides: tex(lbtn_3r2fe2.enc) = %{tl_version} +Provides: tex(lbtn_4gizrm.enc) = %{tl_version} +Provides: tex(lbtn_4h5nuw.enc) = %{tl_version} +Provides: tex(lbtn_4ifdhd.enc) = %{tl_version} +Provides: tex(lbtn_4jqvtd.enc) = %{tl_version} +Provides: tex(lbtn_4p7cpr.enc) = %{tl_version} +Provides: tex(lbtn_4pa5s6.enc) = %{tl_version} +Provides: tex(lbtn_4qdwcl.enc) = %{tl_version} +Provides: tex(lbtn_4wvzw4.enc) = %{tl_version} +Provides: tex(lbtn_4xgrig.enc) = %{tl_version} +Provides: tex(lbtn_4zgdm7.enc) = %{tl_version} +Provides: tex(lbtn_5t7yy5.enc) = %{tl_version} +Provides: tex(lbtn_5yotx4.enc) = %{tl_version} +Provides: tex(lbtn_64fcpm.enc) = %{tl_version} +Provides: tex(lbtn_67ud6q.enc) = %{tl_version} +Provides: tex(lbtn_6fbtzc.enc) = %{tl_version} +Provides: tex(lbtn_6icwtb.enc) = %{tl_version} +Provides: tex(lbtn_6koeqx.enc) = %{tl_version} +Provides: tex(lbtn_6mhf45.enc) = %{tl_version} +Provides: tex(lbtn_6p6dn5.enc) = %{tl_version} +Provides: tex(lbtn_75c3wo.enc) = %{tl_version} +Provides: tex(lbtn_76gpa5.enc) = %{tl_version} +Provides: tex(lbtn_77vsbz.enc) = %{tl_version} +Provides: tex(lbtn_7aljsl.enc) = %{tl_version} +Provides: tex(lbtn_7f4ce4.enc) = %{tl_version} +Provides: tex(lbtn_7fko2h.enc) = %{tl_version} +Provides: tex(lbtn_7gfcac.enc) = %{tl_version} +Provides: tex(lbtn_7grukw.enc) = %{tl_version} +Provides: tex(lbtn_7ukmos.enc) = %{tl_version} +Provides: tex(lbtn_7yry24.enc) = %{tl_version} +Provides: tex(lbtn_ac44fr.enc) = %{tl_version} +Provides: tex(lbtn_afusau.enc) = %{tl_version} +Provides: tex(lbtn_agarrr.enc) = %{tl_version} +Provides: tex(lbtn_aiatc4.enc) = %{tl_version} +Provides: tex(lbtn_ashjgg.enc) = %{tl_version} +Provides: tex(lbtn_azutla.enc) = %{tl_version} +Provides: tex(lbtn_b7buxp.enc) = %{tl_version} +Provides: tex(lbtn_b7tf5m.enc) = %{tl_version} +Provides: tex(lbtn_bgokdj.enc) = %{tl_version} +Provides: tex(lbtn_bgqvqi.enc) = %{tl_version} +Provides: tex(lbtn_bkwvsw.enc) = %{tl_version} +Provides: tex(lbtn_bvtjwh.enc) = %{tl_version} +Provides: tex(lbtn_c3m4uk.enc) = %{tl_version} +Provides: tex(lbtn_c4mbat.enc) = %{tl_version} +Provides: tex(lbtn_c6xmqr.enc) = %{tl_version} +Provides: tex(lbtn_c6yh3y.enc) = %{tl_version} +Provides: tex(lbtn_c7kyj5.enc) = %{tl_version} +Provides: tex(lbtn_cetbgr.enc) = %{tl_version} +Provides: tex(lbtn_cg3sqm.enc) = %{tl_version} +Provides: tex(lbtn_coqhcm.enc) = %{tl_version} +Provides: tex(lbtn_crxz7j.enc) = %{tl_version} +Provides: tex(lbtn_ctsnwr.enc) = %{tl_version} +Provides: tex(lbtn_d4efeo.enc) = %{tl_version} +Provides: tex(lbtn_d6jdyt.enc) = %{tl_version} +Provides: tex(lbtn_dc4jmj.enc) = %{tl_version} +Provides: tex(lbtn_dgc7p3.enc) = %{tl_version} +Provides: tex(lbtn_dgwfac.enc) = %{tl_version} +Provides: tex(lbtn_dh3kuf.enc) = %{tl_version} +Provides: tex(lbtn_djk3hd.enc) = %{tl_version} +Provides: tex(lbtn_dm3bvq.enc) = %{tl_version} +Provides: tex(lbtn_dobmnc.enc) = %{tl_version} +Provides: tex(lbtn_doxsfd.enc) = %{tl_version} +Provides: tex(lbtn_drc7cb.enc) = %{tl_version} +Provides: tex(lbtn_dylq3g.enc) = %{tl_version} +Provides: tex(lbtn_e2nnp6.enc) = %{tl_version} +Provides: tex(lbtn_ee6wgp.enc) = %{tl_version} +Provides: tex(lbtn_eesn4m.enc) = %{tl_version} +Provides: tex(lbtn_eh2cuc.enc) = %{tl_version} +Provides: tex(lbtn_ehpgim.enc) = %{tl_version} +Provides: tex(lbtn_ek5o26.enc) = %{tl_version} +Provides: tex(lbtn_etetpy.enc) = %{tl_version} +Provides: tex(lbtn_ew6fhv.enc) = %{tl_version} +Provides: tex(lbtn_ewm74v.enc) = %{tl_version} +Provides: tex(lbtn_ezf25l.enc) = %{tl_version} +Provides: tex(lbtn_f4vjgq.enc) = %{tl_version} +Provides: tex(lbtn_f75mth.enc) = %{tl_version} +Provides: tex(lbtn_fah7mx.enc) = %{tl_version} +Provides: tex(lbtn_fdphbq.enc) = %{tl_version} +Provides: tex(lbtn_ffhb5a.enc) = %{tl_version} +Provides: tex(lbtn_g3iycs.enc) = %{tl_version} +Provides: tex(lbtn_g3y3rv.enc) = %{tl_version} +Provides: tex(lbtn_g73f77.enc) = %{tl_version} +Provides: tex(lbtn_gannye.enc) = %{tl_version} +Provides: tex(lbtn_gj2vz5.enc) = %{tl_version} +Provides: tex(lbtn_gppru4.enc) = %{tl_version} +Provides: tex(lbtn_gw5dl2.enc) = %{tl_version} +Provides: tex(lbtn_gzistf.enc) = %{tl_version} +Provides: tex(lbtn_h7zthp.enc) = %{tl_version} +Provides: tex(lbtn_hj4mhx.enc) = %{tl_version} +Provides: tex(lbtn_hk6flg.enc) = %{tl_version} +Provides: tex(lbtn_hraow7.enc) = %{tl_version} +Provides: tex(lbtn_hrou5r.enc) = %{tl_version} +Provides: tex(lbtn_htcja3.enc) = %{tl_version} +Provides: tex(lbtn_hx6qbg.enc) = %{tl_version} +Provides: tex(lbtn_i5uqjc.enc) = %{tl_version} +Provides: tex(lbtn_igd6cx.enc) = %{tl_version} +Provides: tex(lbtn_ilz2ox.enc) = %{tl_version} +Provides: tex(lbtn_imzna7.enc) = %{tl_version} +Provides: tex(lbtn_indkeb.enc) = %{tl_version} +Provides: tex(lbtn_io54zc.enc) = %{tl_version} +Provides: tex(lbtn_ip3srb.enc) = %{tl_version} +Provides: tex(lbtn_iqbcqn.enc) = %{tl_version} +Provides: tex(lbtn_ism4pi.enc) = %{tl_version} +Provides: tex(lbtn_itwafr.enc) = %{tl_version} +Provides: tex(lbtn_j6rzs3.enc) = %{tl_version} +Provides: tex(lbtn_jbwhst.enc) = %{tl_version} +Provides: tex(lbtn_jk65vs.enc) = %{tl_version} +Provides: tex(lbtn_jkqd5u.enc) = %{tl_version} +Provides: tex(lbtn_jm7hzd.enc) = %{tl_version} +Provides: tex(lbtn_jnah33.enc) = %{tl_version} +Provides: tex(lbtn_jtbvjr.enc) = %{tl_version} +Provides: tex(lbtn_jtta5h.enc) = %{tl_version} +Provides: tex(lbtn_jubyw6.enc) = %{tl_version} +Provides: tex(lbtn_jvhpxk.enc) = %{tl_version} +Provides: tex(lbtn_ka7zfp.enc) = %{tl_version} +Provides: tex(lbtn_ki75ao.enc) = %{tl_version} +Provides: tex(lbtn_kozgsn.enc) = %{tl_version} +Provides: tex(lbtn_kuli6n.enc) = %{tl_version} +Provides: tex(lbtn_kvn6mi.enc) = %{tl_version} +Provides: tex(lbtn_l4ygyh.enc) = %{tl_version} +Provides: tex(lbtn_l5ekfx.enc) = %{tl_version} +Provides: tex(lbtn_l7w3c6.enc) = %{tl_version} +Provides: tex(lbtn_lqfkm2.enc) = %{tl_version} +Provides: tex(lbtn_lrrvac.enc) = %{tl_version} +Provides: tex(lbtn_lu6v53.enc) = %{tl_version} +Provides: tex(lbtn_lu7m2n.enc) = %{tl_version} +Provides: tex(lbtn_m4ul6s.enc) = %{tl_version} +Provides: tex(lbtn_m7vdvu.enc) = %{tl_version} +Provides: tex(lbtn_mdetlm.enc) = %{tl_version} +Provides: tex(lbtn_mmutss.enc) = %{tl_version} +Provides: tex(lbtn_mx3chd.enc) = %{tl_version} +Provides: tex(lbtn_mywn7m.enc) = %{tl_version} +Provides: tex(lbtn_n3ddym.enc) = %{tl_version} +Provides: tex(lbtn_n3xw57.enc) = %{tl_version} +Provides: tex(lbtn_n7uljd.enc) = %{tl_version} +Provides: tex(lbtn_naooyc.enc) = %{tl_version} +Provides: tex(lbtn_ncsllp.enc) = %{tl_version} +Provides: tex(lbtn_nh77jq.enc) = %{tl_version} +Provides: tex(lbtn_nifh3d.enc) = %{tl_version} +Provides: tex(lbtn_o3jfbt.enc) = %{tl_version} +Provides: tex(lbtn_o3v7gd.enc) = %{tl_version} +Provides: tex(lbtn_oie7e6.enc) = %{tl_version} +Provides: tex(lbtn_omcwp2.enc) = %{tl_version} +Provides: tex(lbtn_otwoau.enc) = %{tl_version} +Provides: tex(lbtn_ouu7z6.enc) = %{tl_version} +Provides: tex(lbtn_ov2e4f.enc) = %{tl_version} +Provides: tex(lbtn_owz7oq.enc) = %{tl_version} +Provides: tex(lbtn_p657rp.enc) = %{tl_version} +Provides: tex(lbtn_pagsao.enc) = %{tl_version} +Provides: tex(lbtn_pjjyzv.enc) = %{tl_version} +Provides: tex(lbtn_pjxd67.enc) = %{tl_version} +Provides: tex(lbtn_prxh5x.enc) = %{tl_version} +Provides: tex(lbtn_pwsgbx.enc) = %{tl_version} +Provides: tex(lbtn_pznusu.enc) = %{tl_version} +Provides: tex(lbtn_q2zrjv.enc) = %{tl_version} +Provides: tex(lbtn_q6vmp6.enc) = %{tl_version} +Provides: tex(lbtn_qac756.enc) = %{tl_version} +Provides: tex(lbtn_qacof3.enc) = %{tl_version} +Provides: tex(lbtn_qgimbz.enc) = %{tl_version} +Provides: tex(lbtn_qlw4xk.enc) = %{tl_version} +Provides: tex(lbtn_qwz7uv.enc) = %{tl_version} +Provides: tex(lbtn_qzi2b5.enc) = %{tl_version} +Provides: tex(lbtn_r4tgzq.enc) = %{tl_version} +Provides: tex(lbtn_rat5le.enc) = %{tl_version} +Provides: tex(lbtn_roevjg.enc) = %{tl_version} +Provides: tex(lbtn_rvmawp.enc) = %{tl_version} +Provides: tex(lbtn_s5bq4i.enc) = %{tl_version} +Provides: tex(lbtn_sakzps.enc) = %{tl_version} +Provides: tex(lbtn_sc4wfs.enc) = %{tl_version} +Provides: tex(lbtn_sdmuhw.enc) = %{tl_version} +Provides: tex(lbtn_sfn3yq.enc) = %{tl_version} +Provides: tex(lbtn_sjkbhb.enc) = %{tl_version} +Provides: tex(lbtn_snmbym.enc) = %{tl_version} +Provides: tex(lbtn_soyanm.enc) = %{tl_version} +Provides: tex(lbtn_t62t6h.enc) = %{tl_version} +Provides: tex(lbtn_tctjin.enc) = %{tl_version} +Provides: tex(lbtn_tltjc6.enc) = %{tl_version} +Provides: tex(lbtn_tlukpt.enc) = %{tl_version} +Provides: tex(lbtn_tnngrt.enc) = %{tl_version} +Provides: tex(lbtn_txfk5t.enc) = %{tl_version} +Provides: tex(lbtn_u442ab.enc) = %{tl_version} +Provides: tex(lbtn_u7qtuy.enc) = %{tl_version} +Provides: tex(lbtn_ufdkzv.enc) = %{tl_version} +Provides: tex(lbtn_ulngvd.enc) = %{tl_version} +Provides: tex(lbtn_urpt4g.enc) = %{tl_version} +Provides: tex(lbtn_utckyy.enc) = %{tl_version} +Provides: tex(lbtn_v2xmgd.enc) = %{tl_version} +Provides: tex(lbtn_v3uc42.enc) = %{tl_version} +Provides: tex(lbtn_vezqth.enc) = %{tl_version} +Provides: tex(lbtn_vfdxlw.enc) = %{tl_version} +Provides: tex(lbtn_vm42ve.enc) = %{tl_version} +Provides: tex(lbtn_voilzo.enc) = %{tl_version} +Provides: tex(lbtn_volajt.enc) = %{tl_version} +Provides: tex(lbtn_vp3gac.enc) = %{tl_version} +Provides: tex(lbtn_vpeqwl.enc) = %{tl_version} +Provides: tex(lbtn_vsrqlo.enc) = %{tl_version} +Provides: tex(lbtn_w5h3ip.enc) = %{tl_version} +Provides: tex(lbtn_w6afmj.enc) = %{tl_version} +Provides: tex(lbtn_wcay2e.enc) = %{tl_version} +Provides: tex(lbtn_weuxsp.enc) = %{tl_version} +Provides: tex(lbtn_wfw7lb.enc) = %{tl_version} +Provides: tex(lbtn_wnipxy.enc) = %{tl_version} +Provides: tex(lbtn_wzgokb.enc) = %{tl_version} +Provides: tex(lbtn_x4bvel.enc) = %{tl_version} +Provides: tex(lbtn_xc6c72.enc) = %{tl_version} +Provides: tex(lbtn_xeech7.enc) = %{tl_version} +Provides: tex(lbtn_xogrpz.enc) = %{tl_version} +Provides: tex(lbtn_xpavo4.enc) = %{tl_version} +Provides: tex(lbtn_xsgxhq.enc) = %{tl_version} +Provides: tex(lbtn_xz74p6.enc) = %{tl_version} +Provides: tex(lbtn_xzlo5e.enc) = %{tl_version} +Provides: tex(lbtn_y6cxei.enc) = %{tl_version} +Provides: tex(lbtn_y6gumo.enc) = %{tl_version} +Provides: tex(lbtn_yea32d.enc) = %{tl_version} +Provides: tex(lbtn_yruotg.enc) = %{tl_version} +Provides: tex(lbtn_yvenhr.enc) = %{tl_version} +Provides: tex(lbtn_z254vq.enc) = %{tl_version} +Provides: tex(lbtn_zacdtl.enc) = %{tl_version} +Provides: tex(lbtn_zajy4r.enc) = %{tl_version} +Provides: tex(lbtn_zauseh.enc) = %{tl_version} +Provides: tex(lbtn_zoexom.enc) = %{tl_version} +Provides: tex(lbtn_zp73k3.enc) = %{tl_version} +Provides: tex(lbtn_zq22hj.enc) = %{tl_version} +Provides: tex(lbtn_zxvhqu.enc) = %{tl_version} +Provides: tex(lbtn_zycpkp.enc) = %{tl_version} +Provides: tex(lbtn_zyymej.enc) = %{tl_version} +Provides: tex(libertine.map) = %{tl_version} +Provides: tex(LinBiolinum_K.otf) = %{tl_version} +Provides: tex(LinBiolinum_R.otf) = %{tl_version} +Provides: tex(LinBiolinum_RB.otf) = %{tl_version} +Provides: tex(LinBiolinum_RBO.otf) = %{tl_version} +Provides: tex(LinBiolinum_RI.otf) = %{tl_version} +Provides: tex(LinLibertine_DR.otf) = %{tl_version} +Provides: tex(LinLibertine_I.otf) = %{tl_version} +Provides: tex(LinLibertine_M.otf) = %{tl_version} +Provides: tex(LinLibertine_MB.otf) = %{tl_version} +Provides: tex(LinLibertine_MBO.otf) = %{tl_version} +Provides: tex(LinLibertine_MO.otf) = %{tl_version} +Provides: tex(LinLibertine_R.otf) = %{tl_version} +Provides: tex(LinLibertine_RB.otf) = %{tl_version} +Provides: tex(LinLibertine_RBI.otf) = %{tl_version} +Provides: tex(LinLibertine_RI.otf) = %{tl_version} +Provides: tex(LinLibertine_RZ.otf) = %{tl_version} +Provides: tex(LinLibertine_RZI.otf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-sup-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-sup-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-sup-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-sup-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-t1.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ts1.tfm) = %{tl_version} +Provides: tex(LinBiolinumT.pfb) = %{tl_version} +Provides: tex(LinBiolinumTB.pfb) = %{tl_version} +Provides: tex(LinBiolinumTBO.pfb) = %{tl_version} +Provides: tex(LinBiolinumTI.pfb) = %{tl_version} +Provides: tex(LinLibertineDisplayT.pfb) = %{tl_version} +Provides: tex(LinLibertineIT.pfb) = %{tl_version} +Provides: tex(LinLibertineMT.pfb) = %{tl_version} +Provides: tex(LinLibertineMTB.pfb) = %{tl_version} +Provides: tex(LinLibertineMTBO.pfb) = %{tl_version} +Provides: tex(LinLibertineMTO.pfb) = %{tl_version} +Provides: tex(LinLibertineT.pfb) = %{tl_version} +Provides: tex(LinLibertineTB.pfb) = %{tl_version} +Provides: tex(LinLibertineTBI.pfb) = %{tl_version} +Provides: tex(LinLibertineTI.pfb) = %{tl_version} +Provides: tex(LinLibertineTZ.pfb) = %{tl_version} +Provides: tex(LinLibertineTZI.pfb) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-lf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-osf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-sup-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-sup-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumT-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-lf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-osf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-sup-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTB-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-lf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-osf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-sup-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTBO-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-lf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-osf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-sup-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-t1.vf) = %{tl_version} +Provides: tex(LinBiolinumTI-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineDisplayT-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineIT-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineMT-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMT-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMT-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTB-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTB-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTBO-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTBO-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTO-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineMTO-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineT-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineT-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTB-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTBI-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTI-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZ-tosf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-lf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-osf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-sup-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tlf-ts1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-t1.vf) = %{tl_version} +Provides: tex(LinLibertineTZI-tosf-ts1.vf) = %{tl_version} +Provides: tex(LKey.tex) = %{tl_version} +Provides: tex(LY1LinuxBiolinumT-LF.fd) = %{tl_version} +Provides: tex(LY1LinuxBiolinumT-OsF.fd) = %{tl_version} +Provides: tex(LY1LinuxBiolinumT-Sup.fd) = %{tl_version} +Provides: tex(LY1LinuxBiolinumT-TLF.fd) = %{tl_version} +Provides: tex(LY1LinuxBiolinumT-TOsF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineDisplayT-LF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineInitialsT-LF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineMonoT-Sup.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineMonoT-TLF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineT-LF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineT-OsF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineT-Sup.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineT-TLF.fd) = %{tl_version} +Provides: tex(LY1LinuxLibertineT-TOsF.fd) = %{tl_version} +Provides: tex(LinBiolinum_K.tex) = %{tl_version} +Provides: tex(LinBiolinum_R.tex) = %{tl_version} +Provides: tex(LinLibertine_I.tex) = %{tl_version} +Provides: tex(LinLibertine_R.tex) = %{tl_version} +Provides: tex(OT1LinuxBiolinumT-LF.fd) = %{tl_version} +Provides: tex(OT1LinuxBiolinumT-OsF.fd) = %{tl_version} +Provides: tex(OT1LinuxBiolinumT-Sup.fd) = %{tl_version} +Provides: tex(OT1LinuxBiolinumT-TLF.fd) = %{tl_version} +Provides: tex(OT1LinuxBiolinumT-TOsF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineDisplayT-LF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineInitialsT-LF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineMonoT-Sup.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineMonoT-TLF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineT-LF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineT-OsF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineT-Sup.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineT-TLF.fd) = %{tl_version} +Provides: tex(OT1LinuxLibertineT-TOsF.fd) = %{tl_version} +Provides: tex(T1LinuxBiolinumT-LF.fd) = %{tl_version} +Provides: tex(T1LinuxBiolinumT-OsF.fd) = %{tl_version} +Provides: tex(T1LinuxBiolinumT-Sup.fd) = %{tl_version} +Provides: tex(T1LinuxBiolinumT-TLF.fd) = %{tl_version} +Provides: tex(T1LinuxBiolinumT-TOsF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineDisplayT-LF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineInitialsT-LF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineMonoT-Sup.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineMonoT-TLF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineT-LF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineT-OsF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineT-Sup.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineT-TLF.fd) = %{tl_version} +Provides: tex(T1LinuxLibertineT-TOsF.fd) = %{tl_version} +Provides: tex(TS1LinuxBiolinumT-LF.fd) = %{tl_version} +Provides: tex(TS1LinuxBiolinumT-OsF.fd) = %{tl_version} +Provides: tex(TS1LinuxBiolinumT-TLF.fd) = %{tl_version} +Provides: tex(TS1LinuxBiolinumT-TOsF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineDisplayT-LF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineInitialsT-LF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineMonoT-TLF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineT-LF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineT-OsF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineT-TLF.fd) = %{tl_version} +Provides: tex(TS1LinuxLibertineT-TOsF.fd) = %{tl_version} +Provides: tex(biolinum-type1.sty) = %{tl_version} +Provides: tex(libertine-type1.sty) = %{tl_version} +Provides: tex(libertine.sty) = %{tl_version} +Provides: tex(libertineMono-type1.sty) = %{tl_version} +Provides: tex(libertineotf.sty) = %{tl_version} +Provides: tex(mt-EBGaramond.cfg) = %{tl_version} + +%description libertine +The package provides the Libertine and Biolinum fonts in both +Type 1 and OTF styles, together with support macros for their +use. Monospaced and display fonts, and the "keyboard" set are +also included, in OTF style, only. The package supersedes both +the libertineotf and the libertine-legacy packages. + +date: 2013-02-13 18:18:56 +0100 + +%post libertine +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map libertine.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map libertine.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun libertine +if [ $1 == 0 ] ; then +sed -i '/^Map libertine.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans libertine +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package libertine-doc +Summary: Documentation for libertine +Version: svn29099.5.3.0__2013_02_13_ +Release: %{tl_noarch_release} +Provides: tex-libertine-doc +BuildArch: noarch +AutoReqProv: No + +%description libertine-doc +Documentation for libertine + +%package librebaskerville +Provides: tex-librebaskerville = %{tl_version} +License: LPPL +Summary: LaTeX support for the Libre Baskerville family of fonts +Version: svn29803.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(textcomp.sty) +Requires: tex(xkeyval.sty) +Requires: tex(fontspec.sty) +Requires: tex(fontenc.sty) +Requires: tex(fontaxes.sty) +Provides: tex(lbsk_5rmxhc.enc) = %{tl_version} +Provides: tex(lbsk_7c5ufm.enc) = %{tl_version} +Provides: tex(lbsk_aprite.enc) = %{tl_version} +Provides: tex(lbsk_hguso3.enc) = %{tl_version} +Provides: tex(lbsk_ktbdpq.enc) = %{tl_version} +Provides: tex(lbsk_lbmt7s.enc) = %{tl_version} +Provides: tex(lbsk_mr5ybw.enc) = %{tl_version} +Provides: tex(lbsk_rpuqof.enc) = %{tl_version} +Provides: tex(lbsk_yeotsr.enc) = %{tl_version} +Provides: tex(LibreBaskerville.map) = %{tl_version} +Provides: tex(LibreBaskerville-Bold.otf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic.otf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic.otf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular.otf) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(LibreBaskerville-Bold.pfb) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic.pfb) = %{tl_version} +Provides: tex(LibreBaskerville-Italic.pfb) = %{tl_version} +Provides: tex(LibreBaskerville-Regular.pfb) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-sup-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-sup-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-sup-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-sup-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(LibreBaskerville-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(LY1LibreBaskerville-Sup.fd) = %{tl_version} +Provides: tex(LY1LibreBaskerville-TLF.fd) = %{tl_version} +Provides: tex(OT1LibreBaskerville-Sup.fd) = %{tl_version} +Provides: tex(OT1LibreBaskerville-TLF.fd) = %{tl_version} +Provides: tex(T1LibreBaskerville-Sup.fd) = %{tl_version} +Provides: tex(T1LibreBaskerville-TLF.fd) = %{tl_version} +Provides: tex(TS1LibreBaskerville-TLF.fd) = %{tl_version} +Provides: tex(librebaskerville.sty) = %{tl_version} + +%description librebaskerville +Libre Baskerville is designed by Pablo Impallari. It is +primarily intended to be a web font but is also attractive as a +TeX font. As there is currently no bold italic variant, an +artificially slanted version of the bold variant has been +generated. + +date: 2013-01-28 07:51:38 +0100 + +%post librebaskerville +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map LibreBaskerville.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map LibreBaskerville.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun librebaskerville +if [ $1 == 0 ] ; then +sed -i '/^Map LibreBaskerville.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans librebaskerville +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package librebaskerville-doc +Summary: Documentation for librebaskerville +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-librebaskerville-doc +BuildArch: noarch +AutoReqProv: No + +%description librebaskerville-doc +Documentation for librebaskerville + +%package libris +Provides: tex-libris = %{tl_version} +License: GPL+ +Summary: Libris ADF fonts, with LaTeX support +Version: svn19409.1.007 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(libris-supp.enc) = %{tl_version} +Provides: tex(t1-cfr-yly.enc) = %{tl_version} +Provides: tex(ts1-euro-yly.enc) = %{tl_version} +Provides: tex(yly.map) = %{tl_version} +Provides: tex(ylyb-t1.tfm) = %{tl_version} +Provides: tex(ylyb-ts1.tfm) = %{tl_version} +Provides: tex(ylyb8c.tfm) = %{tl_version} +Provides: tex(ylyb8s.tfm) = %{tl_version} +Provides: tex(ylyb8t.tfm) = %{tl_version} +Provides: tex(ylybi-t1.tfm) = %{tl_version} +Provides: tex(ylybi-ts1.tfm) = %{tl_version} +Provides: tex(ylybi8c.tfm) = %{tl_version} +Provides: tex(ylybi8s.tfm) = %{tl_version} +Provides: tex(ylybi8t.tfm) = %{tl_version} +Provides: tex(ylybiw8t.tfm) = %{tl_version} +Provides: tex(ylybw8t.tfm) = %{tl_version} +Provides: tex(ylyr-t1.tfm) = %{tl_version} +Provides: tex(ylyr-ts1.tfm) = %{tl_version} +Provides: tex(ylyr8c.tfm) = %{tl_version} +Provides: tex(ylyr8s.tfm) = %{tl_version} +Provides: tex(ylyr8t.tfm) = %{tl_version} +Provides: tex(ylyri-t1.tfm) = %{tl_version} +Provides: tex(ylyri-ts1.tfm) = %{tl_version} +Provides: tex(ylyri8c.tfm) = %{tl_version} +Provides: tex(ylyri8s.tfm) = %{tl_version} +Provides: tex(ylyri8t.tfm) = %{tl_version} +Provides: tex(ylyriw8t.tfm) = %{tl_version} +Provides: tex(ylyrw8t.tfm) = %{tl_version} +Provides: tex(ylyb8a.pfb) = %{tl_version} +Provides: tex(ylybi8a.pfb) = %{tl_version} +Provides: tex(ylyr8a.pfb) = %{tl_version} +Provides: tex(ylyri8a.pfb) = %{tl_version} +Provides: tex(ylyb8c.vf) = %{tl_version} +Provides: tex(ylyb8t.vf) = %{tl_version} +Provides: tex(ylybi8c.vf) = %{tl_version} +Provides: tex(ylybi8t.vf) = %{tl_version} +Provides: tex(ylybiw8t.vf) = %{tl_version} +Provides: tex(ylybw8t.vf) = %{tl_version} +Provides: tex(ylyr8c.vf) = %{tl_version} +Provides: tex(ylyr8t.vf) = %{tl_version} +Provides: tex(ylyri8c.vf) = %{tl_version} +Provides: tex(ylyri8t.vf) = %{tl_version} +Provides: tex(ylyriw8t.vf) = %{tl_version} +Provides: tex(ylyrw8t.vf) = %{tl_version} +Provides: tex(libris.sty) = %{tl_version} +Provides: tex(t1yly.fd) = %{tl_version} +Provides: tex(t1ylyw.fd) = %{tl_version} +Provides: tex(ts1yly.fd) = %{tl_version} +Provides: tex(ts1ylyw.fd) = %{tl_version} + +%description libris +LibrisADF is a sans-serif family designed to mimic Lydian. The +bundle includes: - fonts, in Adobe Type 1, TrueType and +OpenType formats, and - LaTeX support macros, for use with the +Type 1 versions of the fonts. The LaTeX macros depend on the +nfssext-cfr bundle. GPL licensing applies the the fonts +themselves; the support macros are distributed under LPPL +licensing. + +date: 2010-07-10 19:16:06 +0200 + +%post libris +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map yly.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yly.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun libris +if [ $1 == 0 ] ; then +sed -i '/^Map yly.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans libris +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package libris-doc +Summary: Documentation for libris +Version: svn19409.1.007 +Release: %{tl_noarch_release} +Provides: tex-libris-doc +BuildArch: noarch +AutoReqProv: No + +%description libris-doc +Documentation for libris + +%package lineara +Provides: tex-lineara = %{tl_version} +License: LPPL +Summary: Linear A script fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Provides: texlive-linearA = %{tl_version}.1 +Obsoletes: texlive-linearA < %{tl_version}.1 +Obsoletes: texlive-linearA-fedora-fonts < %{tl_version}.1 +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xspace.sty) +Provides: tex(linearA.map) = %{tl_version} +Provides: tex(LinearA.tfm) = %{tl_version} +Provides: tex(LinearACmplxSigns.tfm) = %{tl_version} +Provides: tex(LinearA.pfb) = %{tl_version} +Provides: tex(LinearACmplxSigns.pfb) = %{tl_version} +Provides: tex(linearA.sty) = %{tl_version} + +%description lineara +The linearA package provides a simple interface to two fonts +which include all known symbols, simple and complex, of the +Linear A script. This way one can easily replicate Linear A +"texts" using modern typographic technology. Note that the +Linear A script has not been deciphered yet and probably never +will be deciphered. + +date: 2006-12-01 16:33:32 +0100 + +%post lineara +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map linearA.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map linearA.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun lineara +if [ $1 == 0 ] ; then +sed -i '/^Map linearA.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans lineara +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lineara-doc +Summary: Documentation for lineara +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lineara-doc +BuildArch: noarch +AutoReqProv: No + +%description lineara-doc +Documentation for lineara + +%package lxfonts +Provides: tex-lxfonts = %{tl_version} +License: LPPL +Summary: Set of slide fonts based on CM +Version: svn15878.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(lxfonts.map) = %{tl_version} +Provides: tex(lcmbsy8.tfm) = %{tl_version} +Provides: tex(lcmex8.tfm) = %{tl_version} +Provides: tex(lcmmi8.tfm) = %{tl_version} +Provides: tex(lcmmib8.tfm) = %{tl_version} +Provides: tex(lcmsy8.tfm) = %{tl_version} +Provides: tex(leclb8.tfm) = %{tl_version} +Provides: tex(lecli8.tfm) = %{tl_version} +Provides: tex(leclo8.tfm) = %{tl_version} +Provides: tex(leclq8.tfm) = %{tl_version} +Provides: tex(llasy8.tfm) = %{tl_version} +Provides: tex(llasyb8.tfm) = %{tl_version} +Provides: tex(llcmss8.tfm) = %{tl_version} +Provides: tex(llcmssb8.tfm) = %{tl_version} +Provides: tex(llcmssi8.tfm) = %{tl_version} +Provides: tex(llcmsso8.tfm) = %{tl_version} +Provides: tex(lmsam8.tfm) = %{tl_version} +Provides: tex(lmsbm8.tfm) = %{tl_version} +Provides: tex(ltclb8.tfm) = %{tl_version} +Provides: tex(ltcli8.tfm) = %{tl_version} +Provides: tex(ltclo8.tfm) = %{tl_version} +Provides: tex(ltclq8.tfm) = %{tl_version} +Provides: tex(lcmbsy8.pfb) = %{tl_version} +Provides: tex(lcmex8.pfb) = %{tl_version} +Provides: tex(lcmmi8.pfb) = %{tl_version} +Provides: tex(lcmmib8.pfb) = %{tl_version} +Provides: tex(lcmsy8.pfb) = %{tl_version} +Provides: tex(leclb8.pfb) = %{tl_version} +Provides: tex(lecli8.pfb) = %{tl_version} +Provides: tex(leclo8.pfb) = %{tl_version} +Provides: tex(leclq8.pfb) = %{tl_version} +Provides: tex(llasy8.pfb) = %{tl_version} +Provides: tex(llasyb8.pfb) = %{tl_version} +Provides: tex(llcmss8.pfb) = %{tl_version} +Provides: tex(llcmssb8.pfb) = %{tl_version} +Provides: tex(llcmssi8.pfb) = %{tl_version} +Provides: tex(llcmsso8.pfb) = %{tl_version} +Provides: tex(lmsam8.pfb) = %{tl_version} +Provides: tex(lmsbm8.pfb) = %{tl_version} +Provides: tex(ltclb8.pfb) = %{tl_version} +Provides: tex(ltcli8.pfb) = %{tl_version} +Provides: tex(ltclo8.pfb) = %{tl_version} +Provides: tex(ltclq8.pfb) = %{tl_version} +Provides: tex(lxfonts.sty) = %{tl_version} + +%description lxfonts +The bundle contains the traditional slides fonts revised to be +completely usable both as text fonts and mathematics fonts; +they are fully integrate with the new operators, letters, +symbols and extensible delimiter fonts, as well as with the AMS +fonts, all redone with the same stylistic parameters. + +date: 2008-08-22 10:50:40 +0200 + +%post lxfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap lxfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap lxfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun lxfonts +if [ $1 == 0 ] ; then +sed -i '/^MixedMap lxfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans lxfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lxfonts-doc +Summary: Documentation for lxfonts +Version: svn15878.0.4 +Release: %{tl_noarch_release} +Provides: tex-lxfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description lxfonts-doc +Documentation for lxfonts + +%package ly1 +Provides: tex-ly1 = %{tl_version} +License: LPPL +Summary: Support for LY1 LaTeX encoding +Version: svn21086.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Provides: tex(texnansi.enc) = %{tl_version} +Provides: tex(pag8y.map) = %{tl_version} +Provides: tex(pbk8y.map) = %{tl_version} +Provides: tex(pcr8y.map) = %{tl_version} +Provides: tex(phv8y.map) = %{tl_version} +Provides: tex(pnc8y.map) = %{tl_version} +Provides: tex(ppl8y.map) = %{tl_version} +Provides: tex(ptm8y.map) = %{tl_version} +Provides: tex(pzc8y.map) = %{tl_version} +Provides: tex(pagd8y.tfm) = %{tl_version} +Provides: tex(pagdo8y.tfm) = %{tl_version} +Provides: tex(pagk8y.tfm) = %{tl_version} +Provides: tex(pagko8y.tfm) = %{tl_version} +Provides: tex(pbkd8y.tfm) = %{tl_version} +Provides: tex(pbkdi8y.tfm) = %{tl_version} +Provides: tex(pbkdo8y.tfm) = %{tl_version} +Provides: tex(pbkl8y.tfm) = %{tl_version} +Provides: tex(pbkli8y.tfm) = %{tl_version} +Provides: tex(pbklo8y.tfm) = %{tl_version} +Provides: tex(pcrb8y.tfm) = %{tl_version} +Provides: tex(pcrbo8y.tfm) = %{tl_version} +Provides: tex(pcrr8y.tfm) = %{tl_version} +Provides: tex(pcrro8y.tfm) = %{tl_version} +Provides: tex(phvb8y.tfm) = %{tl_version} +Provides: tex(phvb8yn.tfm) = %{tl_version} +Provides: tex(phvbo8y.tfm) = %{tl_version} +Provides: tex(phvbo8yn.tfm) = %{tl_version} +Provides: tex(phvr8y.tfm) = %{tl_version} +Provides: tex(phvr8yn.tfm) = %{tl_version} +Provides: tex(phvro8y.tfm) = %{tl_version} +Provides: tex(phvro8yn.tfm) = %{tl_version} +Provides: tex(pncb8y.tfm) = %{tl_version} +Provides: tex(pncbi8y.tfm) = %{tl_version} +Provides: tex(pncbo8y.tfm) = %{tl_version} +Provides: tex(pncr8y.tfm) = %{tl_version} +Provides: tex(pncri8y.tfm) = %{tl_version} +Provides: tex(pncro8y.tfm) = %{tl_version} +Provides: tex(pplb8y.tfm) = %{tl_version} +Provides: tex(pplbi8y.tfm) = %{tl_version} +Provides: tex(pplbo8y.tfm) = %{tl_version} +Provides: tex(pplbu8y.tfm) = %{tl_version} +Provides: tex(pplr8y.tfm) = %{tl_version} +Provides: tex(pplr8yn.tfm) = %{tl_version} +Provides: tex(pplri8y.tfm) = %{tl_version} +Provides: tex(pplro8y.tfm) = %{tl_version} +Provides: tex(pplrr8ye.tfm) = %{tl_version} +Provides: tex(pplru8y.tfm) = %{tl_version} +Provides: tex(ptmb8y.tfm) = %{tl_version} +Provides: tex(ptmbc8y.tfm) = %{tl_version} +Provides: tex(ptmbi8y.tfm) = %{tl_version} +Provides: tex(ptmbo8y.tfm) = %{tl_version} +Provides: tex(ptmr8y.tfm) = %{tl_version} +Provides: tex(ptmr8yn.tfm) = %{tl_version} +Provides: tex(ptmrc8y.tfm) = %{tl_version} +Provides: tex(ptmri8y.tfm) = %{tl_version} +Provides: tex(ptmro8y.tfm) = %{tl_version} +Provides: tex(ptmrr8ye.tfm) = %{tl_version} +Provides: tex(pzcmi8y.tfm) = %{tl_version} +Provides: tex(ptmbc8y.vf) = %{tl_version} +Provides: tex(ptmrc8y.vf) = %{tl_version} +Provides: tex(ly1enc.def) = %{tl_version} +Provides: tex(ly1pag.fd) = %{tl_version} +Provides: tex(ly1pbk.fd) = %{tl_version} +Provides: tex(ly1pcr.fd) = %{tl_version} +Provides: tex(ly1phv.fd) = %{tl_version} +Provides: tex(ly1pnc.fd) = %{tl_version} +Provides: tex(ly1ppl.fd) = %{tl_version} +Provides: tex(ly1ptm.fd) = %{tl_version} +Provides: tex(ly1pzc.fd) = %{tl_version} +Provides: tex(texnansi.sty) = %{tl_version} +Provides: tex(texnansi.tex) = %{tl_version} + +%description ly1 +The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations +of ANSI standards) encoding lives on, even after the decease of +the company; it is known in the LaTeX scheme of things as LY1 +encoding. This bundle includes metrics and LaTeX macros to use +the basic three (Times, Helvetica and Courier) Adobe Type 1 +fonts in LaTeX using LY1 encoding. + +date: 2010-06-15 10:37:47 +0200 + +%post ly1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ly1 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ly1 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ly1-doc +Summary: Documentation for ly1 +Version: svn21086.0 +Release: %{tl_noarch_release} +Provides: tex-ly1-doc +BuildArch: noarch +AutoReqProv: No + +%description ly1-doc +Documentation for ly1 + +%package mathabx +Provides: tex-mathabx = %{tl_version} +License: LPPL +Summary: Three series of mathematical symbols +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(matha10.tfm) = %{tl_version} +Provides: tex(matha12.tfm) = %{tl_version} +Provides: tex(matha5.tfm) = %{tl_version} +Provides: tex(matha6.tfm) = %{tl_version} +Provides: tex(matha7.tfm) = %{tl_version} +Provides: tex(matha8.tfm) = %{tl_version} +Provides: tex(matha9.tfm) = %{tl_version} +Provides: tex(mathastrotest10.tfm) = %{tl_version} +Provides: tex(mathb10.tfm) = %{tl_version} +Provides: tex(mathb12.tfm) = %{tl_version} +Provides: tex(mathb5.tfm) = %{tl_version} +Provides: tex(mathb6.tfm) = %{tl_version} +Provides: tex(mathb7.tfm) = %{tl_version} +Provides: tex(mathb8.tfm) = %{tl_version} +Provides: tex(mathb9.tfm) = %{tl_version} +Provides: tex(mathc10.tfm) = %{tl_version} +Provides: tex(mathu10.tfm) = %{tl_version} +Provides: tex(mathux10.tfm) = %{tl_version} +Provides: tex(mathx10.tfm) = %{tl_version} +Provides: tex(mathx12.tfm) = %{tl_version} +Provides: tex(mathx5.tfm) = %{tl_version} +Provides: tex(mathx6.tfm) = %{tl_version} +Provides: tex(mathx7.tfm) = %{tl_version} +Provides: tex(mathx8.tfm) = %{tl_version} +Provides: tex(mathx9.tfm) = %{tl_version} +Provides: tex(mathabx.sty) = %{tl_version} +Provides: tex(mathabx.tex) = %{tl_version} + +%description mathabx +Mathabx is a set of 3 mathematical symbols font series: matha, +mathb and mathx. They are defined by MetaFont code and should +be of reasonable quality (bitmap output). Things change from +time to time, so there is no claim of stability (encoding, +metrics, design). The package includes Plain TeX and LaTeX +support macros. + +date: 2008-09-15 13:48:16 +0200 + +%post mathabx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathabx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathabx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathabx-doc +Summary: Documentation for mathabx +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-mathabx-doc +BuildArch: noarch +AutoReqProv: No + +%description mathabx-doc +Documentation for mathabx + +%package mathabx-type1 +Provides: tex-mathabx-type1 = %{tl_version} +License: LPPL +Summary: Outline version of the mathabx fonts +Version: svn21129.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-mathabx +Provides: tex(mathabx.map) = %{tl_version} +Provides: tex(matha10.pfb) = %{tl_version} +Provides: tex(matha12.pfb) = %{tl_version} +Provides: tex(matha5.pfb) = %{tl_version} +Provides: tex(matha6.pfb) = %{tl_version} +Provides: tex(matha7.pfb) = %{tl_version} +Provides: tex(matha8.pfb) = %{tl_version} +Provides: tex(matha9.pfb) = %{tl_version} +Provides: tex(mathastrotest10.pfb) = %{tl_version} +Provides: tex(mathb10.pfb) = %{tl_version} +Provides: tex(mathb12.pfb) = %{tl_version} +Provides: tex(mathb5.pfb) = %{tl_version} +Provides: tex(mathb6.pfb) = %{tl_version} +Provides: tex(mathb7.pfb) = %{tl_version} +Provides: tex(mathb8.pfb) = %{tl_version} +Provides: tex(mathb9.pfb) = %{tl_version} +Provides: tex(mathc10.pfb) = %{tl_version} +Provides: tex(mathu10.pfb) = %{tl_version} +Provides: tex(mathux10.pfb) = %{tl_version} +Provides: tex(mathx10.pfb) = %{tl_version} +Provides: tex(mathx12.pfb) = %{tl_version} +Provides: tex(mathx5.pfb) = %{tl_version} +Provides: tex(mathx6.pfb) = %{tl_version} +Provides: tex(mathx7.pfb) = %{tl_version} +Provides: tex(mathx8.pfb) = %{tl_version} +Provides: tex(mathx9.pfb) = %{tl_version} + +%description mathabx-type1 +This is an Adobe Type 1 outline version of the mathabx fonts. + +date: 2011-01-19 07:58:01 +0100 + +%post mathabx-type1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map mathabx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mathabx.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mathabx-type1 +if [ $1 == 0 ] ; then +sed -i '/^Map mathabx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mathabx-type1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathabx-type1-doc +Summary: Documentation for mathabx-type1 +Version: svn21129.0 +Release: %{tl_noarch_release} +Provides: tex-mathabx-type1-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-mathabx-doc + +%description mathabx-type1-doc +Documentation for mathabx-type1 + +%package mathdesign +Provides: tex-mathdesign = %{tl_version} +License: GPL+ +Summary: Mathematical fonts to fit with particular text fonts +Version: svn24173.1.55 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(fontenc.sty) +Provides: tex(mdbch.map) = %{tl_version} +Provides: tex(mdput.map) = %{tl_version} +Provides: tex(mdugm.map) = %{tl_version} +Provides: tex(bchb8a.tfm) = %{tl_version} +Provides: tex(bchb8y.tfm) = %{tl_version} +Provides: tex(bchbc8a.tfm) = %{tl_version} +Provides: tex(bchbc8y.tfm) = %{tl_version} +Provides: tex(bchbi8a.tfm) = %{tl_version} +Provides: tex(bchbi8y.tfm) = %{tl_version} +Provides: tex(bchbo8y.tfm) = %{tl_version} +Provides: tex(bchr8a.tfm) = %{tl_version} +Provides: tex(bchr8y.tfm) = %{tl_version} +Provides: tex(bchrc8a.tfm) = %{tl_version} +Provides: tex(bchrc8y.tfm) = %{tl_version} +Provides: tex(bchri8a.tfm) = %{tl_version} +Provides: tex(bchri8y.tfm) = %{tl_version} +Provides: tex(bchro8y.tfm) = %{tl_version} +Provides: tex(md-chb7m.tfm) = %{tl_version} +Provides: tex(md-chb7t.tfm) = %{tl_version} +Provides: tex(md-chb7v.tfm) = %{tl_version} +Provides: tex(md-chb7y.tfm) = %{tl_version} +Provides: tex(md-chb8c.tfm) = %{tl_version} +Provides: tex(md-chb8d.tfm) = %{tl_version} +Provides: tex(md-chb8t.tfm) = %{tl_version} +Provides: tex(md-chbi7m.tfm) = %{tl_version} +Provides: tex(md-chbi7t.tfm) = %{tl_version} +Provides: tex(md-chbi8c.tfm) = %{tl_version} +Provides: tex(md-chbi8t.tfm) = %{tl_version} +Provides: tex(md-chbma.tfm) = %{tl_version} +Provides: tex(md-chbmb.tfm) = %{tl_version} +Provides: tex(md-chbo7t.tfm) = %{tl_version} +Provides: tex(md-chbo8c.tfm) = %{tl_version} +Provides: tex(md-chbo8t.tfm) = %{tl_version} +Provides: tex(md-chr7m.tfm) = %{tl_version} +Provides: tex(md-chr7t.tfm) = %{tl_version} +Provides: tex(md-chr7t5.tfm) = %{tl_version} +Provides: tex(md-chr7t6.tfm) = %{tl_version} +Provides: tex(md-chr7t7.tfm) = %{tl_version} +Provides: tex(md-chr7t8.tfm) = %{tl_version} +Provides: tex(md-chr7t9.tfm) = %{tl_version} +Provides: tex(md-chr7v.tfm) = %{tl_version} +Provides: tex(md-chr7y.tfm) = %{tl_version} +Provides: tex(md-chr8c.tfm) = %{tl_version} +Provides: tex(md-chr8d.tfm) = %{tl_version} +Provides: tex(md-chr8t.tfm) = %{tl_version} +Provides: tex(md-chree.tfm) = %{tl_version} +Provides: tex(md-chri7m.tfm) = %{tl_version} +Provides: tex(md-chri7t.tfm) = %{tl_version} +Provides: tex(md-chri7t5.tfm) = %{tl_version} +Provides: tex(md-chri7t6.tfm) = %{tl_version} +Provides: tex(md-chri7t7.tfm) = %{tl_version} +Provides: tex(md-chri7t8.tfm) = %{tl_version} +Provides: tex(md-chri7t9.tfm) = %{tl_version} +Provides: tex(md-chri8c.tfm) = %{tl_version} +Provides: tex(md-chri8t.tfm) = %{tl_version} +Provides: tex(md-chrma.tfm) = %{tl_version} +Provides: tex(md-chrmb.tfm) = %{tl_version} +Provides: tex(md-chro7t.tfm) = %{tl_version} +Provides: tex(md-chro8c.tfm) = %{tl_version} +Provides: tex(md-chro8t.tfm) = %{tl_version} +Provides: tex(mdbchb7m.tfm) = %{tl_version} +Provides: tex(mdbchb7t.tfm) = %{tl_version} +Provides: tex(mdbchb7v.tfm) = %{tl_version} +Provides: tex(mdbchb7y.tfm) = %{tl_version} +Provides: tex(mdbchb8c.tfm) = %{tl_version} +Provides: tex(mdbchb8d.tfm) = %{tl_version} +Provides: tex(mdbchb8t.tfm) = %{tl_version} +Provides: tex(mdbchbc8t.tfm) = %{tl_version} +Provides: tex(mdbchbfc8t.tfm) = %{tl_version} +Provides: tex(mdbchbi7m.tfm) = %{tl_version} +Provides: tex(mdbchbi7t.tfm) = %{tl_version} +Provides: tex(mdbchbi8c.tfm) = %{tl_version} +Provides: tex(mdbchbi8t.tfm) = %{tl_version} +Provides: tex(mdbchbic8t.tfm) = %{tl_version} +Provides: tex(mdbchbifc8t.tfm) = %{tl_version} +Provides: tex(mdbchbma.tfm) = %{tl_version} +Provides: tex(mdbchbmb.tfm) = %{tl_version} +Provides: tex(mdbchbo7t.tfm) = %{tl_version} +Provides: tex(mdbchbo8c.tfm) = %{tl_version} +Provides: tex(mdbchbo8t.tfm) = %{tl_version} +Provides: tex(mdbchboc8t.tfm) = %{tl_version} +Provides: tex(mdbchbofc8t.tfm) = %{tl_version} +Provides: tex(mdbchr7m.tfm) = %{tl_version} +Provides: tex(mdbchr7t.tfm) = %{tl_version} +Provides: tex(mdbchr7v.tfm) = %{tl_version} +Provides: tex(mdbchr7y.tfm) = %{tl_version} +Provides: tex(mdbchr8c.tfm) = %{tl_version} +Provides: tex(mdbchr8d.tfm) = %{tl_version} +Provides: tex(mdbchr8t.tfm) = %{tl_version} +Provides: tex(mdbchrc8t.tfm) = %{tl_version} +Provides: tex(mdbchrfc8t.tfm) = %{tl_version} +Provides: tex(mdbchri7m.tfm) = %{tl_version} +Provides: tex(mdbchri7t.tfm) = %{tl_version} +Provides: tex(mdbchri8c.tfm) = %{tl_version} +Provides: tex(mdbchri8t.tfm) = %{tl_version} +Provides: tex(mdbchric8t.tfm) = %{tl_version} +Provides: tex(mdbchrifc8t.tfm) = %{tl_version} +Provides: tex(mdbchrma.tfm) = %{tl_version} +Provides: tex(mdbchrmb.tfm) = %{tl_version} +Provides: tex(mdbchro7t.tfm) = %{tl_version} +Provides: tex(mdbchro8c.tfm) = %{tl_version} +Provides: tex(mdbchro8t.tfm) = %{tl_version} +Provides: tex(mdbchroc8t.tfm) = %{tl_version} +Provides: tex(mdbchrofc8t.tfm) = %{tl_version} +Provides: tex(md-utb7m.tfm) = %{tl_version} +Provides: tex(md-utb7t.tfm) = %{tl_version} +Provides: tex(md-utb7v.tfm) = %{tl_version} +Provides: tex(md-utb7y.tfm) = %{tl_version} +Provides: tex(md-utb8c.tfm) = %{tl_version} +Provides: tex(md-utb8t.tfm) = %{tl_version} +Provides: tex(md-utbi7m.tfm) = %{tl_version} +Provides: tex(md-utbi7t.tfm) = %{tl_version} +Provides: tex(md-utbi8c.tfm) = %{tl_version} +Provides: tex(md-utbi8t.tfm) = %{tl_version} +Provides: tex(md-utbma.tfm) = %{tl_version} +Provides: tex(md-utbmb.tfm) = %{tl_version} +Provides: tex(md-utbo7t.tfm) = %{tl_version} +Provides: tex(md-utbo8c.tfm) = %{tl_version} +Provides: tex(md-utbo8t.tfm) = %{tl_version} +Provides: tex(md-utr7m.tfm) = %{tl_version} +Provides: tex(md-utr7t.tfm) = %{tl_version} +Provides: tex(md-utr7v.tfm) = %{tl_version} +Provides: tex(md-utr7y.tfm) = %{tl_version} +Provides: tex(md-utr8c.tfm) = %{tl_version} +Provides: tex(md-utr8t.tfm) = %{tl_version} +Provides: tex(md-utri7m.tfm) = %{tl_version} +Provides: tex(md-utri7t.tfm) = %{tl_version} +Provides: tex(md-utri8c.tfm) = %{tl_version} +Provides: tex(md-utri8t.tfm) = %{tl_version} +Provides: tex(md-utrma.tfm) = %{tl_version} +Provides: tex(md-utrmb.tfm) = %{tl_version} +Provides: tex(md-utro7t.tfm) = %{tl_version} +Provides: tex(md-utro8c.tfm) = %{tl_version} +Provides: tex(md-utro8t.tfm) = %{tl_version} +Provides: tex(mdputb7m.tfm) = %{tl_version} +Provides: tex(mdputb7t.tfm) = %{tl_version} +Provides: tex(mdputb7v.tfm) = %{tl_version} +Provides: tex(mdputb7y.tfm) = %{tl_version} +Provides: tex(mdputb8c.tfm) = %{tl_version} +Provides: tex(mdputb8t.tfm) = %{tl_version} +Provides: tex(mdputbc8t.tfm) = %{tl_version} +Provides: tex(mdputbfc8t.tfm) = %{tl_version} +Provides: tex(mdputbi7m.tfm) = %{tl_version} +Provides: tex(mdputbi7t.tfm) = %{tl_version} +Provides: tex(mdputbi8c.tfm) = %{tl_version} +Provides: tex(mdputbi8t.tfm) = %{tl_version} +Provides: tex(mdputbifc8t.tfm) = %{tl_version} +Provides: tex(mdputbma.tfm) = %{tl_version} +Provides: tex(mdputbmb.tfm) = %{tl_version} +Provides: tex(mdputbo7t.tfm) = %{tl_version} +Provides: tex(mdputbo8c.tfm) = %{tl_version} +Provides: tex(mdputbo8t.tfm) = %{tl_version} +Provides: tex(mdputbofc8t.tfm) = %{tl_version} +Provides: tex(mdputr7m.tfm) = %{tl_version} +Provides: tex(mdputr7t.tfm) = %{tl_version} +Provides: tex(mdputr7v.tfm) = %{tl_version} +Provides: tex(mdputr7y.tfm) = %{tl_version} +Provides: tex(mdputr8c.tfm) = %{tl_version} +Provides: tex(mdputr8t.tfm) = %{tl_version} +Provides: tex(mdputrc8t.tfm) = %{tl_version} +Provides: tex(mdputrfc8t.tfm) = %{tl_version} +Provides: tex(mdputri7m.tfm) = %{tl_version} +Provides: tex(mdputri7t.tfm) = %{tl_version} +Provides: tex(mdputri8c.tfm) = %{tl_version} +Provides: tex(mdputri8t.tfm) = %{tl_version} +Provides: tex(mdputrifc8t.tfm) = %{tl_version} +Provides: tex(mdputrma.tfm) = %{tl_version} +Provides: tex(mdputrmb.tfm) = %{tl_version} +Provides: tex(mdputro7t.tfm) = %{tl_version} +Provides: tex(mdputro8c.tfm) = %{tl_version} +Provides: tex(mdputro8t.tfm) = %{tl_version} +Provides: tex(mdputrofc8t.tfm) = %{tl_version} +Provides: tex(putb8a.tfm) = %{tl_version} +Provides: tex(putb8x.tfm) = %{tl_version} +Provides: tex(putb8y.tfm) = %{tl_version} +Provides: tex(putbi8a.tfm) = %{tl_version} +Provides: tex(putbi8y.tfm) = %{tl_version} +Provides: tex(putbo8y.tfm) = %{tl_version} +Provides: tex(putr8a.tfm) = %{tl_version} +Provides: tex(putr8x.tfm) = %{tl_version} +Provides: tex(putr8y.tfm) = %{tl_version} +Provides: tex(putri8a.tfm) = %{tl_version} +Provides: tex(putri8y.tfm) = %{tl_version} +Provides: tex(putro8y.tfm) = %{tl_version} +Provides: tex(md-gmm7m.tfm) = %{tl_version} +Provides: tex(md-gmm7t.tfm) = %{tl_version} +Provides: tex(md-gmm7v.tfm) = %{tl_version} +Provides: tex(md-gmm7y.tfm) = %{tl_version} +Provides: tex(md-gmm8c.tfm) = %{tl_version} +Provides: tex(md-gmm8d.tfm) = %{tl_version} +Provides: tex(md-gmm8t.tfm) = %{tl_version} +Provides: tex(md-gmmi7m.tfm) = %{tl_version} +Provides: tex(md-gmmi7t.tfm) = %{tl_version} +Provides: tex(md-gmmi8c.tfm) = %{tl_version} +Provides: tex(md-gmmi8t.tfm) = %{tl_version} +Provides: tex(md-gmmma.tfm) = %{tl_version} +Provides: tex(md-gmmmb.tfm) = %{tl_version} +Provides: tex(md-gmmo7m.tfm) = %{tl_version} +Provides: tex(md-gmmo7t.tfm) = %{tl_version} +Provides: tex(md-gmmo8c.tfm) = %{tl_version} +Provides: tex(md-gmmo8t.tfm) = %{tl_version} +Provides: tex(md-gmr7m.tfm) = %{tl_version} +Provides: tex(md-gmr7t.tfm) = %{tl_version} +Provides: tex(md-gmr7v.tfm) = %{tl_version} +Provides: tex(md-gmr7y.tfm) = %{tl_version} +Provides: tex(md-gmr8c.tfm) = %{tl_version} +Provides: tex(md-gmr8d.tfm) = %{tl_version} +Provides: tex(md-gmr8t.tfm) = %{tl_version} +Provides: tex(md-gmree.tfm) = %{tl_version} +Provides: tex(md-gmri7m.tfm) = %{tl_version} +Provides: tex(md-gmri7t.tfm) = %{tl_version} +Provides: tex(md-gmri8c.tfm) = %{tl_version} +Provides: tex(md-gmri8t.tfm) = %{tl_version} +Provides: tex(md-gmrma.tfm) = %{tl_version} +Provides: tex(md-gmrmb.tfm) = %{tl_version} +Provides: tex(md-gmro7m.tfm) = %{tl_version} +Provides: tex(md-gmro7t.tfm) = %{tl_version} +Provides: tex(md-gmro8c.tfm) = %{tl_version} +Provides: tex(md-gmro8t.tfm) = %{tl_version} +Provides: tex(mdugmm7m.tfm) = %{tl_version} +Provides: tex(mdugmm7t.tfm) = %{tl_version} +Provides: tex(mdugmm7v.tfm) = %{tl_version} +Provides: tex(mdugmm7y.tfm) = %{tl_version} +Provides: tex(mdugmm8c.tfm) = %{tl_version} +Provides: tex(mdugmm8d.tfm) = %{tl_version} +Provides: tex(mdugmm8t.tfm) = %{tl_version} +Provides: tex(mdugmmfc8t.tfm) = %{tl_version} +Provides: tex(mdugmmi7m.tfm) = %{tl_version} +Provides: tex(mdugmmi7t.tfm) = %{tl_version} +Provides: tex(mdugmmi8c.tfm) = %{tl_version} +Provides: tex(mdugmmi8t.tfm) = %{tl_version} +Provides: tex(mdugmmifc8t.tfm) = %{tl_version} +Provides: tex(mdugmmma.tfm) = %{tl_version} +Provides: tex(mdugmmmb.tfm) = %{tl_version} +Provides: tex(mdugmmo7t.tfm) = %{tl_version} +Provides: tex(mdugmmo8c.tfm) = %{tl_version} +Provides: tex(mdugmmo8t.tfm) = %{tl_version} +Provides: tex(mdugmmofc8t.tfm) = %{tl_version} +Provides: tex(mdugmr7m.tfm) = %{tl_version} +Provides: tex(mdugmr7t.tfm) = %{tl_version} +Provides: tex(mdugmr7v.tfm) = %{tl_version} +Provides: tex(mdugmr7y.tfm) = %{tl_version} +Provides: tex(mdugmr8c.tfm) = %{tl_version} +Provides: tex(mdugmr8d.tfm) = %{tl_version} +Provides: tex(mdugmr8t.tfm) = %{tl_version} +Provides: tex(mdugmrfc8t.tfm) = %{tl_version} +Provides: tex(mdugmri7m.tfm) = %{tl_version} +Provides: tex(mdugmri7t.tfm) = %{tl_version} +Provides: tex(mdugmri8c.tfm) = %{tl_version} +Provides: tex(mdugmri8t.tfm) = %{tl_version} +Provides: tex(mdugmrifc8t.tfm) = %{tl_version} +Provides: tex(mdugmrma.tfm) = %{tl_version} +Provides: tex(mdugmrmb.tfm) = %{tl_version} +Provides: tex(mdugmro7t.tfm) = %{tl_version} +Provides: tex(mdugmro8c.tfm) = %{tl_version} +Provides: tex(mdugmro8t.tfm) = %{tl_version} +Provides: tex(mdugmrofc8t.tfm) = %{tl_version} +Provides: tex(ugmm8a.tfm) = %{tl_version} +Provides: tex(ugmm8y.tfm) = %{tl_version} +Provides: tex(ugmmi8a.tfm) = %{tl_version} +Provides: tex(ugmmi8y.tfm) = %{tl_version} +Provides: tex(ugmmo8y.tfm) = %{tl_version} +Provides: tex(ugmr8a.tfm) = %{tl_version} +Provides: tex(ugmr8y.tfm) = %{tl_version} +Provides: tex(ugmri8a.tfm) = %{tl_version} +Provides: tex(ugmri8y.tfm) = %{tl_version} +Provides: tex(ugmro8y.tfm) = %{tl_version} +Provides: tex(md-chb7m.pfb) = %{tl_version} +Provides: tex(md-chb7t.pfb) = %{tl_version} +Provides: tex(md-chb7v.pfb) = %{tl_version} +Provides: tex(md-chb7y.pfb) = %{tl_version} +Provides: tex(md-chb8c.pfb) = %{tl_version} +Provides: tex(md-chb8d.pfb) = %{tl_version} +Provides: tex(md-chb8t.pfb) = %{tl_version} +Provides: tex(md-chbi7m.pfb) = %{tl_version} +Provides: tex(md-chbi7t.pfb) = %{tl_version} +Provides: tex(md-chbi8c.pfb) = %{tl_version} +Provides: tex(md-chbi8t.pfb) = %{tl_version} +Provides: tex(md-chbma.pfb) = %{tl_version} +Provides: tex(md-chbmb.pfb) = %{tl_version} +Provides: tex(md-chr7m.pfb) = %{tl_version} +Provides: tex(md-chr7t.pfb) = %{tl_version} +Provides: tex(md-chr7t5.pfb) = %{tl_version} +Provides: tex(md-chr7t6.pfb) = %{tl_version} +Provides: tex(md-chr7t7.pfb) = %{tl_version} +Provides: tex(md-chr7t8.pfb) = %{tl_version} +Provides: tex(md-chr7t9.pfb) = %{tl_version} +Provides: tex(md-chr7v.pfb) = %{tl_version} +Provides: tex(md-chr7y.pfb) = %{tl_version} +Provides: tex(md-chr8c.pfb) = %{tl_version} +Provides: tex(md-chr8d.pfb) = %{tl_version} +Provides: tex(md-chr8t.pfb) = %{tl_version} +Provides: tex(md-chree.pfb) = %{tl_version} +Provides: tex(md-chri7m.pfb) = %{tl_version} +Provides: tex(md-chri7t.pfb) = %{tl_version} +Provides: tex(md-chri7t5.pfb) = %{tl_version} +Provides: tex(md-chri7t6.pfb) = %{tl_version} +Provides: tex(md-chri7t7.pfb) = %{tl_version} +Provides: tex(md-chri7t8.pfb) = %{tl_version} +Provides: tex(md-chri7t9.pfb) = %{tl_version} +Provides: tex(md-chri8c.pfb) = %{tl_version} +Provides: tex(md-chri8t.pfb) = %{tl_version} +Provides: tex(md-chrma.pfb) = %{tl_version} +Provides: tex(md-chrmb.pfb) = %{tl_version} +Provides: tex(md-utb7m.pfb) = %{tl_version} +Provides: tex(md-utb7t.pfb) = %{tl_version} +Provides: tex(md-utb7v.pfb) = %{tl_version} +Provides: tex(md-utb7y.pfb) = %{tl_version} +Provides: tex(md-utb8c.pfb) = %{tl_version} +Provides: tex(md-utb8t.pfb) = %{tl_version} +Provides: tex(md-utbi7m.pfb) = %{tl_version} +Provides: tex(md-utbi7t.pfb) = %{tl_version} +Provides: tex(md-utbi8c.pfb) = %{tl_version} +Provides: tex(md-utbi8t.pfb) = %{tl_version} +Provides: tex(md-utbma.pfb) = %{tl_version} +Provides: tex(md-utbmb.pfb) = %{tl_version} +Provides: tex(md-utr7m.pfb) = %{tl_version} +Provides: tex(md-utr7t.pfb) = %{tl_version} +Provides: tex(md-utr7v.pfb) = %{tl_version} +Provides: tex(md-utr7y.pfb) = %{tl_version} +Provides: tex(md-utr8c.pfb) = %{tl_version} +Provides: tex(md-utr8t.pfb) = %{tl_version} +Provides: tex(md-utri7m.pfb) = %{tl_version} +Provides: tex(md-utri7t.pfb) = %{tl_version} +Provides: tex(md-utri8c.pfb) = %{tl_version} +Provides: tex(md-utri8t.pfb) = %{tl_version} +Provides: tex(md-utrma.pfb) = %{tl_version} +Provides: tex(md-utrmb.pfb) = %{tl_version} +Provides: tex(md-gmm7m.pfb) = %{tl_version} +Provides: tex(md-gmm7t.pfb) = %{tl_version} +Provides: tex(md-gmm7v.pfb) = %{tl_version} +Provides: tex(md-gmm7y.pfb) = %{tl_version} +Provides: tex(md-gmm8c.pfb) = %{tl_version} +Provides: tex(md-gmm8t.pfb) = %{tl_version} +Provides: tex(md-gmmi7m.pfb) = %{tl_version} +Provides: tex(md-gmmi7t.pfb) = %{tl_version} +Provides: tex(md-gmmi8c.pfb) = %{tl_version} +Provides: tex(md-gmmi8t.pfb) = %{tl_version} +Provides: tex(md-gmmma.pfb) = %{tl_version} +Provides: tex(md-gmmmb.pfb) = %{tl_version} +Provides: tex(md-gmr7m.pfb) = %{tl_version} +Provides: tex(md-gmr7t.pfb) = %{tl_version} +Provides: tex(md-gmr7v.pfb) = %{tl_version} +Provides: tex(md-gmr7y.pfb) = %{tl_version} +Provides: tex(md-gmr8c.pfb) = %{tl_version} +Provides: tex(md-gmr8t.pfb) = %{tl_version} +Provides: tex(md-gmri7m.pfb) = %{tl_version} +Provides: tex(md-gmri7t.pfb) = %{tl_version} +Provides: tex(md-gmri8c.pfb) = %{tl_version} +Provides: tex(md-gmri8t.pfb) = %{tl_version} +Provides: tex(md-gmrma.pfb) = %{tl_version} +Provides: tex(md-gmrmb.pfb) = %{tl_version} +Provides: tex(mdbchb7m.vf) = %{tl_version} +Provides: tex(mdbchb7t.vf) = %{tl_version} +Provides: tex(mdbchb7v.vf) = %{tl_version} +Provides: tex(mdbchb7y.vf) = %{tl_version} +Provides: tex(mdbchb8c.vf) = %{tl_version} +Provides: tex(mdbchb8d.vf) = %{tl_version} +Provides: tex(mdbchb8t.vf) = %{tl_version} +Provides: tex(mdbchbc8t.vf) = %{tl_version} +Provides: tex(mdbchbfc8t.vf) = %{tl_version} +Provides: tex(mdbchbi7m.vf) = %{tl_version} +Provides: tex(mdbchbi7t.vf) = %{tl_version} +Provides: tex(mdbchbi8c.vf) = %{tl_version} +Provides: tex(mdbchbi8t.vf) = %{tl_version} +Provides: tex(mdbchbic8t.vf) = %{tl_version} +Provides: tex(mdbchbifc8t.vf) = %{tl_version} +Provides: tex(mdbchbma.vf) = %{tl_version} +Provides: tex(mdbchbmb.vf) = %{tl_version} +Provides: tex(mdbchbo7t.vf) = %{tl_version} +Provides: tex(mdbchbo8c.vf) = %{tl_version} +Provides: tex(mdbchbo8t.vf) = %{tl_version} +Provides: tex(mdbchboc8t.vf) = %{tl_version} +Provides: tex(mdbchbofc8t.vf) = %{tl_version} +Provides: tex(mdbchr7m.vf) = %{tl_version} +Provides: tex(mdbchr7t.vf) = %{tl_version} +Provides: tex(mdbchr7v.vf) = %{tl_version} +Provides: tex(mdbchr7y.vf) = %{tl_version} +Provides: tex(mdbchr8c.vf) = %{tl_version} +Provides: tex(mdbchr8d.vf) = %{tl_version} +Provides: tex(mdbchr8t.vf) = %{tl_version} +Provides: tex(mdbchrc8t.vf) = %{tl_version} +Provides: tex(mdbchrfc8t.vf) = %{tl_version} +Provides: tex(mdbchri7m.vf) = %{tl_version} +Provides: tex(mdbchri7t.vf) = %{tl_version} +Provides: tex(mdbchri8c.vf) = %{tl_version} +Provides: tex(mdbchri8t.vf) = %{tl_version} +Provides: tex(mdbchric8t.vf) = %{tl_version} +Provides: tex(mdbchrifc8t.vf) = %{tl_version} +Provides: tex(mdbchrma.vf) = %{tl_version} +Provides: tex(mdbchrmb.vf) = %{tl_version} +Provides: tex(mdbchro7t.vf) = %{tl_version} +Provides: tex(mdbchro8c.vf) = %{tl_version} +Provides: tex(mdbchro8t.vf) = %{tl_version} +Provides: tex(mdbchroc8t.vf) = %{tl_version} +Provides: tex(mdbchrofc8t.vf) = %{tl_version} +Provides: tex(mdputb7m.vf) = %{tl_version} +Provides: tex(mdputb7t.vf) = %{tl_version} +Provides: tex(mdputb7v.vf) = %{tl_version} +Provides: tex(mdputb7y.vf) = %{tl_version} +Provides: tex(mdputb8c.vf) = %{tl_version} +Provides: tex(mdputb8t.vf) = %{tl_version} +Provides: tex(mdputbc8t.vf) = %{tl_version} +Provides: tex(mdputbfc8t.vf) = %{tl_version} +Provides: tex(mdputbi7m.vf) = %{tl_version} +Provides: tex(mdputbi7t.vf) = %{tl_version} +Provides: tex(mdputbi8c.vf) = %{tl_version} +Provides: tex(mdputbi8t.vf) = %{tl_version} +Provides: tex(mdputbifc8t.vf) = %{tl_version} +Provides: tex(mdputbma.vf) = %{tl_version} +Provides: tex(mdputbmb.vf) = %{tl_version} +Provides: tex(mdputbo7t.vf) = %{tl_version} +Provides: tex(mdputbo8c.vf) = %{tl_version} +Provides: tex(mdputbo8t.vf) = %{tl_version} +Provides: tex(mdputbofc8t.vf) = %{tl_version} +Provides: tex(mdputr7m.vf) = %{tl_version} +Provides: tex(mdputr7t.vf) = %{tl_version} +Provides: tex(mdputr7v.vf) = %{tl_version} +Provides: tex(mdputr7y.vf) = %{tl_version} +Provides: tex(mdputr8c.vf) = %{tl_version} +Provides: tex(mdputr8t.vf) = %{tl_version} +Provides: tex(mdputrc8t.vf) = %{tl_version} +Provides: tex(mdputrfc8t.vf) = %{tl_version} +Provides: tex(mdputri7m.vf) = %{tl_version} +Provides: tex(mdputri7t.vf) = %{tl_version} +Provides: tex(mdputri8c.vf) = %{tl_version} +Provides: tex(mdputri8t.vf) = %{tl_version} +Provides: tex(mdputrifc8t.vf) = %{tl_version} +Provides: tex(mdputrma.vf) = %{tl_version} +Provides: tex(mdputrmb.vf) = %{tl_version} +Provides: tex(mdputro7t.vf) = %{tl_version} +Provides: tex(mdputro8c.vf) = %{tl_version} +Provides: tex(mdputro8t.vf) = %{tl_version} +Provides: tex(mdputrofc8t.vf) = %{tl_version} +Provides: tex(mdugmm7m.vf) = %{tl_version} +Provides: tex(mdugmm7t.vf) = %{tl_version} +Provides: tex(mdugmm7v.vf) = %{tl_version} +Provides: tex(mdugmm7y.vf) = %{tl_version} +Provides: tex(mdugmm8c.vf) = %{tl_version} +Provides: tex(mdugmm8d.vf) = %{tl_version} +Provides: tex(mdugmm8t.vf) = %{tl_version} +Provides: tex(mdugmmfc8t.vf) = %{tl_version} +Provides: tex(mdugmmi7m.vf) = %{tl_version} +Provides: tex(mdugmmi7t.vf) = %{tl_version} +Provides: tex(mdugmmi8c.vf) = %{tl_version} +Provides: tex(mdugmmi8t.vf) = %{tl_version} +Provides: tex(mdugmmifc8t.vf) = %{tl_version} +Provides: tex(mdugmmma.vf) = %{tl_version} +Provides: tex(mdugmmmb.vf) = %{tl_version} +Provides: tex(mdugmmo7t.vf) = %{tl_version} +Provides: tex(mdugmmo8c.vf) = %{tl_version} +Provides: tex(mdugmmo8t.vf) = %{tl_version} +Provides: tex(mdugmmofc8t.vf) = %{tl_version} +Provides: tex(mdugmr7m.vf) = %{tl_version} +Provides: tex(mdugmr7t.vf) = %{tl_version} +Provides: tex(mdugmr7v.vf) = %{tl_version} +Provides: tex(mdugmr7y.vf) = %{tl_version} +Provides: tex(mdugmr8c.vf) = %{tl_version} +Provides: tex(mdugmr8d.vf) = %{tl_version} +Provides: tex(mdugmr8t.vf) = %{tl_version} +Provides: tex(mdugmrfc8t.vf) = %{tl_version} +Provides: tex(mdugmri7m.vf) = %{tl_version} +Provides: tex(mdugmri7t.vf) = %{tl_version} +Provides: tex(mdugmri8c.vf) = %{tl_version} +Provides: tex(mdugmri8t.vf) = %{tl_version} +Provides: tex(mdugmrifc8t.vf) = %{tl_version} +Provides: tex(mdugmrma.vf) = %{tl_version} +Provides: tex(mdugmrmb.vf) = %{tl_version} +Provides: tex(mdugmro7t.vf) = %{tl_version} +Provides: tex(mdugmro8c.vf) = %{tl_version} +Provides: tex(mdugmro8t.vf) = %{tl_version} +Provides: tex(mdugmrofc8t.vf) = %{tl_version} +Provides: tex(mathdesign.sty) = %{tl_version} +Provides: tex(mdacmr.fd) = %{tl_version} +Provides: tex(mdamdbch.fd) = %{tl_version} +Provides: tex(mdbch.cfg) = %{tl_version} +Provides: tex(mdbch.sty) = %{tl_version} +Provides: tex(mdbmdbch.fd) = %{tl_version} +Provides: tex(mdomxmdbch.fd) = %{tl_version} +Provides: tex(omlmdbch.fd) = %{tl_version} +Provides: tex(omsmdbch.fd) = %{tl_version} +Provides: tex(omxmdbch.fd) = %{tl_version} +Provides: tex(ot1mdbch.fd) = %{tl_version} +Provides: tex(t1mdbch.fd) = %{tl_version} +Provides: tex(ts1mdbch.fd) = %{tl_version} +Provides: tex(mdbcmr.fd) = %{tl_version} +Provides: tex(mdfont.def) = %{tl_version} +Provides: tex(mdamdput.fd) = %{tl_version} +Provides: tex(mdbmdput.fd) = %{tl_version} +Provides: tex(mdput.cfg) = %{tl_version} +Provides: tex(mdput.sty) = %{tl_version} +Provides: tex(omlmdput.fd) = %{tl_version} +Provides: tex(omsmdput.fd) = %{tl_version} +Provides: tex(omxmdput.fd) = %{tl_version} +Provides: tex(ot1mdput.fd) = %{tl_version} +Provides: tex(t1mdput.fd) = %{tl_version} +Provides: tex(t1putr.fd) = %{tl_version} +Provides: tex(ts1mdput.fd) = %{tl_version} +Provides: tex(mdsffont.def) = %{tl_version} +Provides: tex(mdttfont.def) = %{tl_version} +Provides: tex(mdamdugm.fd) = %{tl_version} +Provides: tex(mdbmdugm.fd) = %{tl_version} +Provides: tex(mdugm.cfg) = %{tl_version} +Provides: tex(mdugm.sty) = %{tl_version} +Provides: tex(omlmdugm.fd) = %{tl_version} +Provides: tex(omsmdugm.fd) = %{tl_version} +Provides: tex(omxmdugm.fd) = %{tl_version} +Provides: tex(ot1mdugm.fd) = %{tl_version} +Provides: tex(t1mdugm.fd) = %{tl_version} +Provides: tex(ts1mdugm.fd) = %{tl_version} + +%description mathdesign +The Math Design project offers free mathematical fonts, and +"faked" Caps-and-Small-Caps fonts, that fit with existing text +fonts. So far, four font families are available: - the mdput +family, which corresponds to Adobe Utopia text fonts; - the +mdugm family, which corresponds to URW Garamond text fonts; - +the mdfga family, which corresponds to the (commercial) +Fontsite Garamond text fonts; - the mdbch family, which +corresponds to Bitstream Charter text fonts. Each maths font +has a range of extra symbols, and blackboard bold and 'mathcal' +alphabets. + +date: 2010-07-13 13:53:59 +0200 + +%post mathdesign +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map mdbch.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mdbch.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mdput.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mdput.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map mdugm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mdugm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mathdesign +if [ $1 == 0 ] ; then +sed -i '/^Map mdbch.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mdput.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map mdugm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mathdesign +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathdesign-doc +Summary: Documentation for mathdesign +Version: svn24173.1.55 +Release: %{tl_noarch_release} +Provides: tex-mathdesign-doc +BuildArch: noarch +AutoReqProv: No + +%description mathdesign-doc +Documentation for mathdesign + +%package mdputu +Provides: tex-mdputu = %{tl_version} +License: BSD +Summary: Upright digits in Adobe Utopia Italic +Version: svn20298.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mdputubi7t.tfm) = %{tl_version} +Provides: tex(mdputubi8t.tfm) = %{tl_version} +Provides: tex(mdputuri7t.tfm) = %{tl_version} +Provides: tex(mdputuri8t.tfm) = %{tl_version} +Provides: tex(mdputubi7t.vf) = %{tl_version} +Provides: tex(mdputubi8t.vf) = %{tl_version} +Provides: tex(mdputuri7t.vf) = %{tl_version} +Provides: tex(mdputuri8t.vf) = %{tl_version} +Provides: tex(mdputu.sty) = %{tl_version} +Provides: tex(ot1mdputu.fd) = %{tl_version} +Provides: tex(t1mdputu.fd) = %{tl_version} + +%description mdputu +The Annals of Mathematics uses italics for theorems. However, +slanted digits and parentheses look disturbing when surrounded +by (upright) mathematics. This package provides virtual fonts +with italics and upright digits and punctuation, as an +extension to Mathdesign Utopia. + +date: 2010-11-03 15:55:25 +0100 + +%post mdputu +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mdputu +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdputu +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mdputu-doc +Summary: Documentation for mdputu +Version: svn20298.1.2 +Release: %{tl_noarch_release} +Provides: tex-mdputu-doc +BuildArch: noarch +AutoReqProv: No + +%description mdputu-doc +Documentation for mdputu + +%package mdsymbol +Provides: tex-mdsymbol = %{tl_version} +License: OFSFLD +Summary: Symbol fonts to match Adobe Myriad Pro +Version: svn28399.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(amsmath.sty) +Requires: tex(textcomp.sty) +Requires: tex(etoolbox.sty) +Requires: tex(fltpoint.sty) +Requires: tex(calc.sty) +Provides: tex(mdsymbol-a.enc) = %{tl_version} +Provides: tex(mdsymbol-b.enc) = %{tl_version} +Provides: tex(mdsymbol-c.enc) = %{tl_version} +Provides: tex(mdsymbol-d.enc) = %{tl_version} +Provides: tex(mdsymbol-e.enc) = %{tl_version} +Provides: tex(mdsymbol-f.enc) = %{tl_version} +Provides: tex(mdsymbol.map) = %{tl_version} +Provides: tex(MdSymbol-Bold.otf) = %{tl_version} +Provides: tex(MdSymbol-Light.otf) = %{tl_version} +Provides: tex(MdSymbol-Regular.otf) = %{tl_version} +Provides: tex(MdSymbol-Semibold.otf) = %{tl_version} +Provides: tex(MdSymbolA-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolA-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolA-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolA-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolB-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolB-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolB-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolB-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolC-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolC-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolC-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolC-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolD-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolD-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolD-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolD-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolE-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolE-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolE-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolE-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolF-Bold.tfm) = %{tl_version} +Provides: tex(MdSymbolF-Light.tfm) = %{tl_version} +Provides: tex(MdSymbolF-Regular.tfm) = %{tl_version} +Provides: tex(MdSymbolF-Semibold.tfm) = %{tl_version} +Provides: tex(MdSymbolA-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolA-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolA-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolA-Semibold.pfb) = %{tl_version} +Provides: tex(MdSymbolB-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolB-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolB-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolB-Semibold.pfb) = %{tl_version} +Provides: tex(MdSymbolC-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolC-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolC-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolC-Semibold.pfb) = %{tl_version} +Provides: tex(MdSymbolD-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolD-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolD-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolD-Semibold.pfb) = %{tl_version} +Provides: tex(MdSymbolE-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolE-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolE-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolE-Semibold.pfb) = %{tl_version} +Provides: tex(MdSymbolF-Bold.pfb) = %{tl_version} +Provides: tex(MdSymbolF-Light.pfb) = %{tl_version} +Provides: tex(MdSymbolF-Regular.pfb) = %{tl_version} +Provides: tex(MdSymbolF-Semibold.pfb) = %{tl_version} +Provides: tex(mdsymbol.sty) = %{tl_version} + +%description mdsymbol +The package provides a font of mathematical symbols, MyriadPro +The font is designed as a companion to Adobe Myriad Pro, but it +might also fit well with other contemporary typefaces. + +date: 2012-11-29 15:59:01 +0100 + +%post mdsymbol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map mdsymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mdsymbol.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mdsymbol +if [ $1 == 0 ] ; then +sed -i '/^Map mdsymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mdsymbol +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mdsymbol-doc +Summary: Documentation for mdsymbol +Version: svn28399.0.5 +Release: %{tl_noarch_release} +Provides: tex-mdsymbol-doc +BuildArch: noarch +AutoReqProv: No + +%description mdsymbol-doc +Documentation for mdsymbol + +%package mnsymbol +Provides: tex-mnsymbol = %{tl_version} +License: Public Domain +Summary: Mathematical symbol font for Adobe MinionPro +Version: svn18651.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(textcomp.sty) +Requires: tex(eufrak.sty) +Requires: tex(amsmath.sty) +Provides: tex(MnSymbolA.enc) = %{tl_version} +Provides: tex(MnSymbolB.enc) = %{tl_version} +Provides: tex(MnSymbolC.enc) = %{tl_version} +Provides: tex(MnSymbolD.enc) = %{tl_version} +Provides: tex(MnSymbolE.enc) = %{tl_version} +Provides: tex(MnSymbolF.enc) = %{tl_version} +Provides: tex(MnSymbolS.enc) = %{tl_version} +Provides: tex(MnSymbol.map) = %{tl_version} +Provides: tex(MnSymbol-Bold10.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold12.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold5.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold6.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold7.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold8.otf) = %{tl_version} +Provides: tex(MnSymbol-Bold9.otf) = %{tl_version} +Provides: tex(MnSymbol10.otf) = %{tl_version} +Provides: tex(MnSymbol12.otf) = %{tl_version} +Provides: tex(MnSymbol5.otf) = %{tl_version} +Provides: tex(MnSymbol6.otf) = %{tl_version} +Provides: tex(MnSymbol7.otf) = %{tl_version} +Provides: tex(MnSymbol8.otf) = %{tl_version} +Provides: tex(MnSymbol9.otf) = %{tl_version} +Provides: tex(MnSymbolA-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolA-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolA10.tfm) = %{tl_version} +Provides: tex(MnSymbolA12.tfm) = %{tl_version} +Provides: tex(MnSymbolA5.tfm) = %{tl_version} +Provides: tex(MnSymbolA6.tfm) = %{tl_version} +Provides: tex(MnSymbolA7.tfm) = %{tl_version} +Provides: tex(MnSymbolA8.tfm) = %{tl_version} +Provides: tex(MnSymbolA9.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolB-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolB10.tfm) = %{tl_version} +Provides: tex(MnSymbolB12.tfm) = %{tl_version} +Provides: tex(MnSymbolB5.tfm) = %{tl_version} +Provides: tex(MnSymbolB6.tfm) = %{tl_version} +Provides: tex(MnSymbolB7.tfm) = %{tl_version} +Provides: tex(MnSymbolB8.tfm) = %{tl_version} +Provides: tex(MnSymbolB9.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolC-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolC10.tfm) = %{tl_version} +Provides: tex(MnSymbolC12.tfm) = %{tl_version} +Provides: tex(MnSymbolC5.tfm) = %{tl_version} +Provides: tex(MnSymbolC6.tfm) = %{tl_version} +Provides: tex(MnSymbolC7.tfm) = %{tl_version} +Provides: tex(MnSymbolC8.tfm) = %{tl_version} +Provides: tex(MnSymbolC9.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolD-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolD10.tfm) = %{tl_version} +Provides: tex(MnSymbolD12.tfm) = %{tl_version} +Provides: tex(MnSymbolD5.tfm) = %{tl_version} +Provides: tex(MnSymbolD6.tfm) = %{tl_version} +Provides: tex(MnSymbolD7.tfm) = %{tl_version} +Provides: tex(MnSymbolD8.tfm) = %{tl_version} +Provides: tex(MnSymbolD9.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolE-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolE10.tfm) = %{tl_version} +Provides: tex(MnSymbolE12.tfm) = %{tl_version} +Provides: tex(MnSymbolE5.tfm) = %{tl_version} +Provides: tex(MnSymbolE6.tfm) = %{tl_version} +Provides: tex(MnSymbolE7.tfm) = %{tl_version} +Provides: tex(MnSymbolE8.tfm) = %{tl_version} +Provides: tex(MnSymbolE9.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolF-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolF10.tfm) = %{tl_version} +Provides: tex(MnSymbolF12.tfm) = %{tl_version} +Provides: tex(MnSymbolF5.tfm) = %{tl_version} +Provides: tex(MnSymbolF6.tfm) = %{tl_version} +Provides: tex(MnSymbolF7.tfm) = %{tl_version} +Provides: tex(MnSymbolF8.tfm) = %{tl_version} +Provides: tex(MnSymbolF9.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold10.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold12.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold5.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold6.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold7.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold8.tfm) = %{tl_version} +Provides: tex(MnSymbolS-Bold9.tfm) = %{tl_version} +Provides: tex(MnSymbolS10.tfm) = %{tl_version} +Provides: tex(MnSymbolS12.tfm) = %{tl_version} +Provides: tex(MnSymbolS5.tfm) = %{tl_version} +Provides: tex(MnSymbolS6.tfm) = %{tl_version} +Provides: tex(MnSymbolS7.tfm) = %{tl_version} +Provides: tex(MnSymbolS8.tfm) = %{tl_version} +Provides: tex(MnSymbolS9.tfm) = %{tl_version} +Provides: tex(MnSymbol-Bold10.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold12.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold5.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold6.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold7.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold8.pfb) = %{tl_version} +Provides: tex(MnSymbol-Bold9.pfb) = %{tl_version} +Provides: tex(MnSymbol10.pfb) = %{tl_version} +Provides: tex(MnSymbol12.pfb) = %{tl_version} +Provides: tex(MnSymbol5.pfb) = %{tl_version} +Provides: tex(MnSymbol6.pfb) = %{tl_version} +Provides: tex(MnSymbol7.pfb) = %{tl_version} +Provides: tex(MnSymbol8.pfb) = %{tl_version} +Provides: tex(MnSymbol9.pfb) = %{tl_version} +Provides: tex(MnSymbol.sty) = %{tl_version} + +%description mnsymbol +MnSymbol is a symbol font family, designed to be used in +conjunction with Adobe Minion Pro (via the MinionPro package). +Almost all of LaTeX and AMS mathematical symbols are provided; +remaining coverage is available from the MinionPro font with +the MinionPro package. The fonts are available in both MetaFont +and Adobe Type 1 formats, and a comprehensive support package +is provided. While the fonts were designed to fit with Minon +Pro, the design should fit well with other renaissance or +baroque faces: indeed, it will probably work with most fonts +that are neither too wide nor too thin, for example Palatino or +Times; it is known to look good with Sabon. There is no package +designed to configure its use with any font other than Minion +Pro, but (for example) simply loading mnsymbol after mathpazo +will probably do what is needed. + +date: 2008-08-22 15:19:59 +0200 + +%post mnsymbol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map MnSymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map MnSymbol.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mnsymbol +if [ $1 == 0 ] ; then +sed -i '/^Map MnSymbol.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mnsymbol +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mnsymbol-doc +Summary: Documentation for mnsymbol +Version: svn18651.1.4 +Release: %{tl_noarch_release} +Provides: tex-mnsymbol-doc +BuildArch: noarch +AutoReqProv: No + +%description mnsymbol-doc +Documentation for mnsymbol + +%package newpx +Provides: tex-newpx = %{tl_version} +License: LPPL +Summary: newpx package +Version: svn29576.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(binhex.tex) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Provides: tex(a_3p3as7.enc) = %{tl_version} +Provides: tex(a_4dmj3j.enc) = %{tl_version} +Provides: tex(a_6lauhs.enc) = %{tl_version} +Provides: tex(a_6vkyws.enc) = %{tl_version} +Provides: tex(a_amdua2.enc) = %{tl_version} +Provides: tex(a_apar7h.enc) = %{tl_version} +Provides: tex(a_cbygv3.enc) = %{tl_version} +Provides: tex(a_djwvt2.enc) = %{tl_version} +Provides: tex(a_dmxceb.enc) = %{tl_version} +Provides: tex(a_dp6dg4.enc) = %{tl_version} +Provides: tex(a_fenm72.enc) = %{tl_version} +Provides: tex(a_gmpqcc.enc) = %{tl_version} +Provides: tex(a_hokgb6.enc) = %{tl_version} +Provides: tex(a_k3mk5v.enc) = %{tl_version} +Provides: tex(a_m53eq4.enc) = %{tl_version} +Provides: tex(a_ncu7e3.enc) = %{tl_version} +Provides: tex(a_nfmpiy.enc) = %{tl_version} +Provides: tex(a_nyan3h.enc) = %{tl_version} +Provides: tex(a_oi5fc3.enc) = %{tl_version} +Provides: tex(a_otqgcp.enc) = %{tl_version} +Provides: tex(a_pqtwkv.enc) = %{tl_version} +Provides: tex(a_rg6izg.enc) = %{tl_version} +Provides: tex(a_tkkaeb.enc) = %{tl_version} +Provides: tex(a_u7du6i.enc) = %{tl_version} +Provides: tex(a_uv5sju.enc) = %{tl_version} +Provides: tex(a_yi34h6.enc) = %{tl_version} +Provides: tex(a_zomyng.enc) = %{tl_version} +Provides: tex(tgpdiff.enc) = %{tl_version} +Provides: tex(newpx.map) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(LY1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(OT1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp--base.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.tfm) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga.tfm) = %{tl_version} +Provides: tex(zplb-x.tfm) = %{tl_version} +Provides: tex(zplbex.tfm) = %{tl_version} +Provides: tex(zplbexa.tfm) = %{tl_version} +Provides: tex(zplbexv.tfm) = %{tl_version} +Provides: tex(zplbmi.tfm) = %{tl_version} +Provides: tex(zplbmi1.tfm) = %{tl_version} +Provides: tex(zplbmia.tfm) = %{tl_version} +Provides: tex(zplbsy.tfm) = %{tl_version} +Provides: tex(zplbsya.tfm) = %{tl_version} +Provides: tex(zplbsyb.tfm) = %{tl_version} +Provides: tex(zplbsyc.tfm) = %{tl_version} +Provides: tex(zplex.tfm) = %{tl_version} +Provides: tex(zplexa.tfm) = %{tl_version} +Provides: tex(zplexv.tfm) = %{tl_version} +Provides: tex(zplmi.tfm) = %{tl_version} +Provides: tex(zplmi1.tfm) = %{tl_version} +Provides: tex(zplmia.tfm) = %{tl_version} +Provides: tex(zplr-x.tfm) = %{tl_version} +Provides: tex(zplsy.tfm) = %{tl_version} +Provides: tex(zplsya.tfm) = %{tl_version} +Provides: tex(zplsyb.tfm) = %{tl_version} +Provides: tex(zplsyc.tfm) = %{tl_version} +Provides: tex(TeXGyrePagellaX-Bold.pfb) = %{tl_version} +Provides: tex(TeXGyrePagellaX-BoldItalic.pfb) = %{tl_version} +Provides: tex(TeXGyrePagellaX-Italic.pfb) = %{tl_version} +Provides: tex(TeXGyrePagellaX-Regular.pfb) = %{tl_version} +Provides: tex(zplx-bold.pfb) = %{tl_version} +Provides: tex(zplx-regular.pfb) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-onum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Bold-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-onum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Italic-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-onum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(T1-TeXGyrePagellaX-Regular-sups-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-onum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Bold-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-onum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-BoldItalic-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-onum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Italic-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-lnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-onum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-pnum-kern-liga.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga-smcp.vf) = %{tl_version} +Provides: tex(TS1-TeXGyrePagellaX-Regular-sups-kern-liga.vf) = %{tl_version} +Provides: tex(zplbex.vf) = %{tl_version} +Provides: tex(zplbexa.vf) = %{tl_version} +Provides: tex(zplbexv.vf) = %{tl_version} +Provides: tex(zplbmi.vf) = %{tl_version} +Provides: tex(zplbmi1.vf) = %{tl_version} +Provides: tex(zplbmia.vf) = %{tl_version} +Provides: tex(zplbsy.vf) = %{tl_version} +Provides: tex(zplbsya.vf) = %{tl_version} +Provides: tex(zplbsyb.vf) = %{tl_version} +Provides: tex(zplbsyc.vf) = %{tl_version} +Provides: tex(zplex.vf) = %{tl_version} +Provides: tex(zplexa.vf) = %{tl_version} +Provides: tex(zplexv.vf) = %{tl_version} +Provides: tex(zplmi.vf) = %{tl_version} +Provides: tex(zplmi1.vf) = %{tl_version} +Provides: tex(zplmia.vf) = %{tl_version} +Provides: tex(zplsy.vf) = %{tl_version} +Provides: tex(zplsya.vf) = %{tl_version} +Provides: tex(zplsyb.vf) = %{tl_version} +Provides: tex(zplsyc.vf) = %{tl_version} +Provides: tex(ly1npxss.fd) = %{tl_version} +Provides: tex(ly1npxtt.fd) = %{tl_version} +Provides: tex(ly1zpl1.fd) = %{tl_version} +Provides: tex(ly1zpl2.fd) = %{tl_version} +Provides: tex(ly1zplj.fd) = %{tl_version} +Provides: tex(ly1zplx.fd) = %{tl_version} +Provides: tex(newpxmath.sty) = %{tl_version} +Provides: tex(newpxtext.sty) = %{tl_version} +Provides: tex(omlnpxmi.fd) = %{tl_version} +Provides: tex(omsnpxsy.fd) = %{tl_version} +Provides: tex(omxnpxex.fd) = %{tl_version} +Provides: tex(omxnpxexv.fd) = %{tl_version} +Provides: tex(ot1npxss.fd) = %{tl_version} +Provides: tex(ot1npxtt.fd) = %{tl_version} +Provides: tex(ot1zpl1.fd) = %{tl_version} +Provides: tex(ot1zpl2.fd) = %{tl_version} +Provides: tex(ot1zplj.fd) = %{tl_version} +Provides: tex(ot1zplx.fd) = %{tl_version} +Provides: tex(t1npxss.fd) = %{tl_version} +Provides: tex(t1npxtt.fd) = %{tl_version} +Provides: tex(t1zpl1.fd) = %{tl_version} +Provides: tex(t1zpl2.fd) = %{tl_version} +Provides: tex(t1zplj.fd) = %{tl_version} +Provides: tex(t1zplx.fd) = %{tl_version} +Provides: tex(ts1npxss.fd) = %{tl_version} +Provides: tex(ts1npxtt.fd) = %{tl_version} +Provides: tex(ts1zpl1.fd) = %{tl_version} +Provides: tex(ts1zpl2.fd) = %{tl_version} +Provides: tex(ts1zplj.fd) = %{tl_version} +Provides: tex(ts1zplx.fd) = %{tl_version} +Provides: tex(unpxexa.fd) = %{tl_version} +Provides: tex(unpxmia.fd) = %{tl_version} +Provides: tex(unpxss.fd) = %{tl_version} +Provides: tex(unpxsya.fd) = %{tl_version} +Provides: tex(unpxsyb.fd) = %{tl_version} +Provides: tex(unpxsyc.fd) = %{tl_version} +Provides: tex(unpxtt.fd) = %{tl_version} + +%description newpx +newpx package + +%post newpx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map newpx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map newpx.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun newpx +if [ $1 == 0 ] ; then +sed -i '/^Map newpx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans newpx +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newpx-doc +Summary: Documentation for newpx +Version: svn29576.0 +Release: %{tl_noarch_release} +Provides: tex-newpx-doc +BuildArch: noarch +AutoReqProv: No + +%description newpx-doc +Documentation for newpx + +%package newtx +Provides: tex-newtx = %{tl_version} +License: LPPL +Summary: Alternative uses of the TX fonts, with improved metrics +Version: svn30593.1.10__2013_03_29_ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(amsmath.sty) +Requires: tex(xkeyval.sty) +Requires: tex(binhex.tex) +Requires: tex(fontaxes.sty) +Requires: tex(fontenc.sty) +Provides: tex(alt-mn-greek.enc) = %{tl_version} +Provides: tex(libcaps.enc) = %{tl_version} +Provides: tex(libertinealt.enc) = %{tl_version} +Provides: tex(ntx-ly1-sc.enc) = %{tl_version} +Provides: tex(ntx-ot1-sc.enc) = %{tl_version} +Provides: tex(ntx-t1-sc.enc) = %{tl_version} +Provides: tex(sups.enc) = %{tl_version} +Provides: tex(newtx.map) = %{tl_version} +Provides: tex(zmn.map) = %{tl_version} +Provides: tex(Libertine-nu.tfm) = %{tl_version} +Provides: tex(LibertineI-5nu.tfm) = %{tl_version} +Provides: tex(LibertineI-7nu.tfm) = %{tl_version} +Provides: tex(LibertineI-nu.tfm) = %{tl_version} +Provides: tex(LibertineTheta-Regular.tfm) = %{tl_version} +Provides: tex(LibertineZ-nu.tfm) = %{tl_version} +Provides: tex(LibertineZI-5nu.tfm) = %{tl_version} +Provides: tex(LibertineZI-7nu.tfm) = %{tl_version} +Provides: tex(LibertineZI-nu.tfm) = %{tl_version} +Provides: tex(fxlri-5alt.tfm) = %{tl_version} +Provides: tex(fxlri-5letters.tfm) = %{tl_version} +Provides: tex(fxlri-7alt.tfm) = %{tl_version} +Provides: tex(fxlri-7letters.tfm) = %{tl_version} +Provides: tex(fxlzi-5alt.tfm) = %{tl_version} +Provides: tex(fxlzi-5letters.tfm) = %{tl_version} +Provides: tex(fxlzi-7alt.tfm) = %{tl_version} +Provides: tex(fxlzi-7letters.tfm) = %{tl_version} +Provides: tex(fxlzi-jv.tfm) = %{tl_version} +Provides: tex(fxlzi-jv5.tfm) = %{tl_version} +Provides: tex(fxlzi-jv7.tfm) = %{tl_version} +Provides: tex(ly1-ntxbc-osf.tfm) = %{tl_version} +Provides: tex(ly1-ntxbic-osf.tfm) = %{tl_version} +Provides: tex(ly1-ntxbic.tfm) = %{tl_version} +Provides: tex(ly1-ntxrc-osf.tfm) = %{tl_version} +Provides: tex(ly1-ntxric-osf.tfm) = %{tl_version} +Provides: tex(ly1-ntxric.tfm) = %{tl_version} +Provides: tex(ntxbex.tfm) = %{tl_version} +Provides: tex(ntxbexa.tfm) = %{tl_version} +Provides: tex(ntxbexb.tfm) = %{tl_version} +Provides: tex(ntxbexmods.tfm) = %{tl_version} +Provides: tex(ntxbexv.tfm) = %{tl_version} +Provides: tex(ntxbmi.tfm) = %{tl_version} +Provides: tex(ntxbmi1.tfm) = %{tl_version} +Provides: tex(ntxbmi15.tfm) = %{tl_version} +Provides: tex(ntxbmi17.tfm) = %{tl_version} +Provides: tex(ntxbmi1x.tfm) = %{tl_version} +Provides: tex(ntxbmi5.tfm) = %{tl_version} +Provides: tex(ntxbmi7.tfm) = %{tl_version} +Provides: tex(ntxbmia.tfm) = %{tl_version} +Provides: tex(ntxbmial1.tfm) = %{tl_version} +Provides: tex(ntxbmials.tfm) = %{tl_version} +Provides: tex(ntxbsy.tfm) = %{tl_version} +Provides: tex(ntxbsy5.tfm) = %{tl_version} +Provides: tex(ntxbsy7.tfm) = %{tl_version} +Provides: tex(ntxbsya.tfm) = %{tl_version} +Provides: tex(ntxbsyb.tfm) = %{tl_version} +Provides: tex(ntxbsyc.tfm) = %{tl_version} +Provides: tex(ntxex.tfm) = %{tl_version} +Provides: tex(ntxexa.tfm) = %{tl_version} +Provides: tex(ntxexb.tfm) = %{tl_version} +Provides: tex(ntxexmods.tfm) = %{tl_version} +Provides: tex(ntxexv.tfm) = %{tl_version} +Provides: tex(ntxmi.tfm) = %{tl_version} +Provides: tex(ntxmi1.tfm) = %{tl_version} +Provides: tex(ntxmi15.tfm) = %{tl_version} +Provides: tex(ntxmi17.tfm) = %{tl_version} +Provides: tex(ntxmi5.tfm) = %{tl_version} +Provides: tex(ntxmi7.tfm) = %{tl_version} +Provides: tex(ntxmia.tfm) = %{tl_version} +Provides: tex(ntxsups.tfm) = %{tl_version} +Provides: tex(ntxsy.tfm) = %{tl_version} +Provides: tex(ntxsy5.tfm) = %{tl_version} +Provides: tex(ntxsy7.tfm) = %{tl_version} +Provides: tex(ntxsya.tfm) = %{tl_version} +Provides: tex(ntxsyb.tfm) = %{tl_version} +Provides: tex(ntxsyc.tfm) = %{tl_version} +Provides: tex(nxlbmi.tfm) = %{tl_version} +Provides: tex(nxlbmi1.tfm) = %{tl_version} +Provides: tex(nxlbmi15.tfm) = %{tl_version} +Provides: tex(nxlbmi17.tfm) = %{tl_version} +Provides: tex(nxlbmi2.tfm) = %{tl_version} +Provides: tex(nxlbmi25.tfm) = %{tl_version} +Provides: tex(nxlbmi27.tfm) = %{tl_version} +Provides: tex(nxlbmi3.tfm) = %{tl_version} +Provides: tex(nxlbmi35.tfm) = %{tl_version} +Provides: tex(nxlbmi37.tfm) = %{tl_version} +Provides: tex(nxlbmi5.tfm) = %{tl_version} +Provides: tex(nxlbmi7.tfm) = %{tl_version} +Provides: tex(nxlbmia.tfm) = %{tl_version} +Provides: tex(nxlbsy5.tfm) = %{tl_version} +Provides: tex(nxlbsy7.tfm) = %{tl_version} +Provides: tex(nxlmi.tfm) = %{tl_version} +Provides: tex(nxlmi1.tfm) = %{tl_version} +Provides: tex(nxlmi15.tfm) = %{tl_version} +Provides: tex(nxlmi17.tfm) = %{tl_version} +Provides: tex(nxlmi2.tfm) = %{tl_version} +Provides: tex(nxlmi25.tfm) = %{tl_version} +Provides: tex(nxlmi27.tfm) = %{tl_version} +Provides: tex(nxlmi3.tfm) = %{tl_version} +Provides: tex(nxlmi35.tfm) = %{tl_version} +Provides: tex(nxlmi37.tfm) = %{tl_version} +Provides: tex(nxlmi5.tfm) = %{tl_version} +Provides: tex(nxlmi7.tfm) = %{tl_version} +Provides: tex(nxlmia.tfm) = %{tl_version} +Provides: tex(nxlsy5.tfm) = %{tl_version} +Provides: tex(nxlsy7.tfm) = %{tl_version} +Provides: tex(ot1-ntxbc-osf.tfm) = %{tl_version} +Provides: tex(ot1-ntxbic-osf.tfm) = %{tl_version} +Provides: tex(ot1-ntxbic.tfm) = %{tl_version} +Provides: tex(ot1-ntxrc-osf.tfm) = %{tl_version} +Provides: tex(ot1-ntxric-osf.tfm) = %{tl_version} +Provides: tex(ot1-ntxric.tfm) = %{tl_version} +Provides: tex(rfxlr-alt.tfm) = %{tl_version} +Provides: tex(rfxlri-alt.tfm) = %{tl_version} +Provides: tex(rfxlri-vw.tfm) = %{tl_version} +Provides: tex(rfxlri-vw5.tfm) = %{tl_version} +Provides: tex(rfxlri-vw7.tfm) = %{tl_version} +Provides: tex(rfxlz-alt.tfm) = %{tl_version} +Provides: tex(rfxlzi-alt.tfm) = %{tl_version} +Provides: tex(rfxlzi-vw.tfm) = %{tl_version} +Provides: tex(rfxlzi-vw5.tfm) = %{tl_version} +Provides: tex(rfxlzi-vw7.tfm) = %{tl_version} +Provides: tex(rntxbmi.tfm) = %{tl_version} +Provides: tex(rntxbmi5.tfm) = %{tl_version} +Provides: tex(rntxbmi7.tfm) = %{tl_version} +Provides: tex(rntxmi.tfm) = %{tl_version} +Provides: tex(rntxmi5.tfm) = %{tl_version} +Provides: tex(rntxmi7.tfm) = %{tl_version} +Provides: tex(rtxbmi-rev.tfm) = %{tl_version} +Provides: tex(rtxbmi5-rev.tfm) = %{tl_version} +Provides: tex(rtxbmi5.tfm) = %{tl_version} +Provides: tex(rtxbmi7-rev.tfm) = %{tl_version} +Provides: tex(rtxbmi7.tfm) = %{tl_version} +Provides: tex(rtxbmio.tfm) = %{tl_version} +Provides: tex(rtxmi5.tfm) = %{tl_version} +Provides: tex(rtxmi7.tfm) = %{tl_version} +Provides: tex(rtxmio.tfm) = %{tl_version} +Provides: tex(t1-ntxbc-osf.tfm) = %{tl_version} +Provides: tex(t1-ntxbic-osf.tfm) = %{tl_version} +Provides: tex(t1-ntxbic.tfm) = %{tl_version} +Provides: tex(t1-ntxrc-osf.tfm) = %{tl_version} +Provides: tex(t1-ntxric-osf.tfm) = %{tl_version} +Provides: tex(t1-ntxric.tfm) = %{tl_version} +Provides: tex(t1xbij.tfm) = %{tl_version} +Provides: tex(t1xbj.tfm) = %{tl_version} +Provides: tex(t1xbslj.tfm) = %{tl_version} +Provides: tex(t1xij.tfm) = %{tl_version} +Provides: tex(t1xrj.tfm) = %{tl_version} +Provides: tex(t1xslj.tfm) = %{tl_version} +Provides: tex(txbex-bar.tfm) = %{tl_version} +Provides: tex(txbij.tfm) = %{tl_version} +Provides: tex(txbj.tfm) = %{tl_version} +Provides: tex(txbslj.tfm) = %{tl_version} +Provides: tex(txbsy5.tfm) = %{tl_version} +Provides: tex(txbsy7.tfm) = %{tl_version} +Provides: tex(txex-bar.tfm) = %{tl_version} +Provides: tex(txij.tfm) = %{tl_version} +Provides: tex(txrj.tfm) = %{tl_version} +Provides: tex(txslj.tfm) = %{tl_version} +Provides: tex(txsy5.tfm) = %{tl_version} +Provides: tex(txsy7.tfm) = %{tl_version} +Provides: tex(tyxbij.tfm) = %{tl_version} +Provides: tex(tyxbj.tfm) = %{tl_version} +Provides: tex(tyxbslj.tfm) = %{tl_version} +Provides: tex(tyxij.tfm) = %{tl_version} +Provides: tex(tyxrj.tfm) = %{tl_version} +Provides: tex(tyxslj.tfm) = %{tl_version} +Provides: tex(zmn-vw-b.tfm) = %{tl_version} +Provides: tex(zmn-vw-r.tfm) = %{tl_version} +Provides: tex(zxlr-5nums.tfm) = %{tl_version} +Provides: tex(zxlr-7nums.tfm) = %{tl_version} +Provides: tex(zxlr-8r.tfm) = %{tl_version} +Provides: tex(zxlr-caps.tfm) = %{tl_version} +Provides: tex(zxlri-8r.tfm) = %{tl_version} +Provides: tex(zxlz-8r.tfm) = %{tl_version} +Provides: tex(zxlz-caps.tfm) = %{tl_version} +Provides: tex(zxlzi-8r.tfm) = %{tl_version} +Provides: tex(Libertine-nu.pfb) = %{tl_version} +Provides: tex(LibertineI-5nu.pfb) = %{tl_version} +Provides: tex(LibertineI-7nu.pfb) = %{tl_version} +Provides: tex(LibertineI-nu.pfb) = %{tl_version} +Provides: tex(LibertineTheta-Regular.pfb) = %{tl_version} +Provides: tex(LibertineZ-nu.pfb) = %{tl_version} +Provides: tex(LibertineZI-5nu.pfb) = %{tl_version} +Provides: tex(LibertineZI-7nu.pfb) = %{tl_version} +Provides: tex(LibertineZI-nu.pfb) = %{tl_version} +Provides: tex(fxlri-5letters.pfb) = %{tl_version} +Provides: tex(fxlri-7letters.pfb) = %{tl_version} +Provides: tex(fxlri-vw.pfb) = %{tl_version} +Provides: tex(fxlri-vw5.pfb) = %{tl_version} +Provides: tex(fxlri-vw7.pfb) = %{tl_version} +Provides: tex(fxlzi-5letters.pfb) = %{tl_version} +Provides: tex(fxlzi-7letters.pfb) = %{tl_version} +Provides: tex(fxlzi-jv.pfb) = %{tl_version} +Provides: tex(fxlzi-jv5.pfb) = %{tl_version} +Provides: tex(fxlzi-jv7.pfb) = %{tl_version} +Provides: tex(fxlzi-vw.pfb) = %{tl_version} +Provides: tex(fxlzi-vw5.pfb) = %{tl_version} +Provides: tex(fxlzi-vw7.pfb) = %{tl_version} +Provides: tex(ntxbexb.pfb) = %{tl_version} +Provides: tex(ntxbexmods.pfb) = %{tl_version} +Provides: tex(ntxexb.pfb) = %{tl_version} +Provides: tex(ntxexmods.pfb) = %{tl_version} +Provides: tex(ntxsups.pfb) = %{tl_version} +Provides: tex(rntxbmi.pfb) = %{tl_version} +Provides: tex(rntxbmi5.pfb) = %{tl_version} +Provides: tex(rntxbmi7.pfb) = %{tl_version} +Provides: tex(rntxmi.pfb) = %{tl_version} +Provides: tex(rntxmi5.pfb) = %{tl_version} +Provides: tex(rntxmi7.pfb) = %{tl_version} +Provides: tex(rtxbmi-rev.pfb) = %{tl_version} +Provides: tex(rtxbmi5-rev.pfb) = %{tl_version} +Provides: tex(rtxbmi5.pfb) = %{tl_version} +Provides: tex(rtxbmi7-rev.pfb) = %{tl_version} +Provides: tex(rtxbmi7.pfb) = %{tl_version} +Provides: tex(rtxmi5.pfb) = %{tl_version} +Provides: tex(rtxmi7.pfb) = %{tl_version} +Provides: tex(txbex-bar.pfb) = %{tl_version} +Provides: tex(txbsy5.pfb) = %{tl_version} +Provides: tex(txbsy7.pfb) = %{tl_version} +Provides: tex(txex-bar.pfb) = %{tl_version} +Provides: tex(txsy5.pfb) = %{tl_version} +Provides: tex(txsy7.pfb) = %{tl_version} +Provides: tex(zmn-vw-b.pfb) = %{tl_version} +Provides: tex(zmn-vw-r.pfb) = %{tl_version} +Provides: tex(zxlr-5nums.pfb) = %{tl_version} +Provides: tex(zxlr-7nums.pfb) = %{tl_version} +Provides: tex(zxlr.pfb) = %{tl_version} +Provides: tex(zxlri.pfb) = %{tl_version} +Provides: tex(zxlz.pfb) = %{tl_version} +Provides: tex(zxlzi.pfb) = %{tl_version} +Provides: tex(ntxbex.vf) = %{tl_version} +Provides: tex(ntxbexa.vf) = %{tl_version} +Provides: tex(ntxbexv.vf) = %{tl_version} +Provides: tex(ntxbmi.vf) = %{tl_version} +Provides: tex(ntxbmi1.vf) = %{tl_version} +Provides: tex(ntxbmi15.vf) = %{tl_version} +Provides: tex(ntxbmi17.vf) = %{tl_version} +Provides: tex(ntxbmi1x.vf) = %{tl_version} +Provides: tex(ntxbmi5.vf) = %{tl_version} +Provides: tex(ntxbmi7.vf) = %{tl_version} +Provides: tex(ntxbmia.vf) = %{tl_version} +Provides: tex(ntxbsy.vf) = %{tl_version} +Provides: tex(ntxbsy5.vf) = %{tl_version} +Provides: tex(ntxbsy7.vf) = %{tl_version} +Provides: tex(ntxbsya.vf) = %{tl_version} +Provides: tex(ntxbsyb.vf) = %{tl_version} +Provides: tex(ntxbsyc.vf) = %{tl_version} +Provides: tex(ntxex.vf) = %{tl_version} +Provides: tex(ntxexa.vf) = %{tl_version} +Provides: tex(ntxexv.vf) = %{tl_version} +Provides: tex(ntxmi.vf) = %{tl_version} +Provides: tex(ntxmi1.vf) = %{tl_version} +Provides: tex(ntxmi15.vf) = %{tl_version} +Provides: tex(ntxmi17.vf) = %{tl_version} +Provides: tex(ntxmi5.vf) = %{tl_version} +Provides: tex(ntxmi7.vf) = %{tl_version} +Provides: tex(ntxmia.vf) = %{tl_version} +Provides: tex(ntxsy.vf) = %{tl_version} +Provides: tex(ntxsy5.vf) = %{tl_version} +Provides: tex(ntxsy7.vf) = %{tl_version} +Provides: tex(ntxsya.vf) = %{tl_version} +Provides: tex(ntxsyb.vf) = %{tl_version} +Provides: tex(ntxsyc.vf) = %{tl_version} +Provides: tex(nxlbmi.vf) = %{tl_version} +Provides: tex(nxlbmi1.vf) = %{tl_version} +Provides: tex(nxlbmi15.vf) = %{tl_version} +Provides: tex(nxlbmi17.vf) = %{tl_version} +Provides: tex(nxlbmi2.vf) = %{tl_version} +Provides: tex(nxlbmi25.vf) = %{tl_version} +Provides: tex(nxlbmi27.vf) = %{tl_version} +Provides: tex(nxlbmi3.vf) = %{tl_version} +Provides: tex(nxlbmi35.vf) = %{tl_version} +Provides: tex(nxlbmi37.vf) = %{tl_version} +Provides: tex(nxlbmi5.vf) = %{tl_version} +Provides: tex(nxlbmi7.vf) = %{tl_version} +Provides: tex(nxlbmia.vf) = %{tl_version} +Provides: tex(nxlbsy5.vf) = %{tl_version} +Provides: tex(nxlbsy7.vf) = %{tl_version} +Provides: tex(nxlmi.vf) = %{tl_version} +Provides: tex(nxlmi1.vf) = %{tl_version} +Provides: tex(nxlmi15.vf) = %{tl_version} +Provides: tex(nxlmi17.vf) = %{tl_version} +Provides: tex(nxlmi2.vf) = %{tl_version} +Provides: tex(nxlmi25.vf) = %{tl_version} +Provides: tex(nxlmi27.vf) = %{tl_version} +Provides: tex(nxlmi3.vf) = %{tl_version} +Provides: tex(nxlmi35.vf) = %{tl_version} +Provides: tex(nxlmi37.vf) = %{tl_version} +Provides: tex(nxlmi5.vf) = %{tl_version} +Provides: tex(nxlmi7.vf) = %{tl_version} +Provides: tex(nxlmia.vf) = %{tl_version} +Provides: tex(nxlsy5.vf) = %{tl_version} +Provides: tex(nxlsy7.vf) = %{tl_version} +Provides: tex(t1xbij.vf) = %{tl_version} +Provides: tex(t1xbj.vf) = %{tl_version} +Provides: tex(t1xbslj.vf) = %{tl_version} +Provides: tex(t1xij.vf) = %{tl_version} +Provides: tex(t1xrj.vf) = %{tl_version} +Provides: tex(t1xslj.vf) = %{tl_version} +Provides: tex(txbij.vf) = %{tl_version} +Provides: tex(txbj.vf) = %{tl_version} +Provides: tex(txbslj.vf) = %{tl_version} +Provides: tex(txij.vf) = %{tl_version} +Provides: tex(txrj.vf) = %{tl_version} +Provides: tex(txslj.vf) = %{tl_version} +Provides: tex(tyxbij.vf) = %{tl_version} +Provides: tex(tyxbj.vf) = %{tl_version} +Provides: tex(tyxbslj.vf) = %{tl_version} +Provides: tex(tyxij.vf) = %{tl_version} +Provides: tex(tyxrj.vf) = %{tl_version} +Provides: tex(tyxslj.vf) = %{tl_version} +Provides: tex(ly1ntxr.fd) = %{tl_version} +Provides: tex(ly1ntxr1.fd) = %{tl_version} +Provides: tex(ly1ntxrj.fd) = %{tl_version} +Provides: tex(ly1ntxrx.fd) = %{tl_version} +Provides: tex(ly1ntxss.fd) = %{tl_version} +Provides: tex(ly1ntxtt.fd) = %{tl_version} +Provides: tex(newtxmath.sty) = %{tl_version} +Provides: tex(newtxtext.sty) = %{tl_version} +Provides: tex(omlntxmi.fd) = %{tl_version} +Provides: tex(omlnxlmi.fd) = %{tl_version} +Provides: tex(omlzmnmi.fd) = %{tl_version} +Provides: tex(omsntxsy.fd) = %{tl_version} +Provides: tex(omxntxex.fd) = %{tl_version} +Provides: tex(omxntxexv.fd) = %{tl_version} +Provides: tex(ot1ntxr.fd) = %{tl_version} +Provides: tex(ot1ntxr1.fd) = %{tl_version} +Provides: tex(ot1ntxrj.fd) = %{tl_version} +Provides: tex(ot1ntxrx.fd) = %{tl_version} +Provides: tex(ot1ntxss.fd) = %{tl_version} +Provides: tex(ot1ntxtt.fd) = %{tl_version} +Provides: tex(t1fxl1.fd) = %{tl_version} +Provides: tex(t1ntxr.fd) = %{tl_version} +Provides: tex(t1ntxr1.fd) = %{tl_version} +Provides: tex(t1ntxrj.fd) = %{tl_version} +Provides: tex(t1ntxrx.fd) = %{tl_version} +Provides: tex(t1ntxss.fd) = %{tl_version} +Provides: tex(t1ntxtt.fd) = %{tl_version} +Provides: tex(ts1ntxr.fd) = %{tl_version} +Provides: tex(ts1ntxr1.fd) = %{tl_version} +Provides: tex(ts1ntxrj.fd) = %{tl_version} +Provides: tex(ts1ntxrx.fd) = %{tl_version} +Provides: tex(ts1ntxss.fd) = %{tl_version} +Provides: tex(ts1ntxtt.fd) = %{tl_version} +Provides: tex(untxexa.fd) = %{tl_version} +Provides: tex(untxmia.fd) = %{tl_version} +Provides: tex(untxsya.fd) = %{tl_version} +Provides: tex(untxsyb.fd) = %{tl_version} +Provides: tex(untxsyc.fd) = %{tl_version} +Provides: tex(untxtt.fd) = %{tl_version} +Provides: tex(uzmnmia.fd) = %{tl_version} + +%description newtx +The bundle splits txfonts.sty (from the TX fonts distribution) +into two independent packages, ntxtext.sty and ntxmath.sty, +each with fixes and enhancements. Ntxmath's metrics have been +re-evaluated to provide a less tight appearance, and to provide +a libertine option that substitutes Libertine italic and Greek +letter for the existing math italic and Greek glyphs, making a +mathematics package that matches Libertine text quite well. +Ntxmath can also use the maths italic font provided with the +garamondx package, thus offering a garamond-alike text-with- +maths combination. + +date: 2013-05-20 11:34:04 +0200 + +%post newtx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map newtx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map newtx.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun newtx +if [ $1 == 0 ] ; then +sed -i '/^Map newtx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans newtx +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newtx-doc +Summary: Documentation for newtx +Version: svn30593.1.10__2013_03_29_ +Release: %{tl_noarch_release} +Provides: tex-newtx-doc +BuildArch: noarch +AutoReqProv: No + +%description newtx-doc +Documentation for newtx + +%package nkarta +Provides: tex-nkarta = %{tl_version} +License: Public Domain +Summary: A "new" version of the karta cartographic fonts +Version: svn16437.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nkarta15.tfm) = %{tl_version} + +%description nkarta +A development of the karta font, offering more mathematical +stability in MetaFont. A version that will produce the glyphs +as Encapsulated PostScript, using MetaPost, is also provided. + +date: 2009-12-20 19:35:44 +0100 + +%post nkarta +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nkarta +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nkarta +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nkarta-doc +Summary: Documentation for nkarta +Version: svn16437.0.2 +Release: %{tl_noarch_release} +Provides: tex-nkarta-doc +BuildArch: noarch +AutoReqProv: No + +%description nkarta-doc +Documentation for nkarta + +%package ocherokee +Provides: tex-ocherokee = %{tl_version} +License: LPPL +Summary: LaTeX Support for the Cherokee language +Version: svn25689.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(cherokee.map) = %{tl_version} +Provides: tex(Cherokee.tfm) = %{tl_version} +Provides: tex(Cherokeeb.tfm) = %{tl_version} +Provides: tex(Cherokeebo.tfm) = %{tl_version} +Provides: tex(Cherokeeo.tfm) = %{tl_version} +Provides: tex(Cherokee-Bold.pfb) = %{tl_version} +Provides: tex(Cherokee.pfb) = %{tl_version} +Provides: tex(lchcmr.fd) = %{tl_version} +Provides: tex(lchenc.def) = %{tl_version} +Provides: tex(ocherokee.sty) = %{tl_version} + +%description ocherokee +Macros and Type 1 fonts for Typesetting the Cherokee language +with the Omega version of LaTeX (known as Lambda). + +date: 2007-03-12 00:37:02 +0100 + +%post ocherokee +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cherokee.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cherokee.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ocherokee +if [ $1 == 0 ] ; then +sed -i '/^Map cherokee.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ocherokee +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocherokee-doc +Summary: Documentation for ocherokee +Version: svn25689.0 +Release: %{tl_noarch_release} +Provides: tex-ocherokee-doc +BuildArch: noarch +AutoReqProv: No + +%description ocherokee-doc +Documentation for ocherokee + +%package ocr-b +Provides: tex-ocr-b = %{tl_version} +License: Copyright only +Summary: Fonts for OCR-B +Version: svn20852.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ocrb10.tfm) = %{tl_version} +Provides: tex(ocrb5.tfm) = %{tl_version} +Provides: tex(ocrb6.tfm) = %{tl_version} +Provides: tex(ocrb7.tfm) = %{tl_version} +Provides: tex(ocrb8.tfm) = %{tl_version} +Provides: tex(ocrb9.tfm) = %{tl_version} + +%description ocr-b +MetaFont programs for OCR-B at several sizes. + +date: 2010-12-24 15:25:32 +0100 + +%post ocr-b +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ocr-b +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocr-b +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocr-b-doc +Summary: Documentation for ocr-b +Version: svn20852.0 +Release: %{tl_noarch_release} +Provides: tex-ocr-b-doc +BuildArch: noarch +AutoReqProv: No + +%description ocr-b-doc +Documentation for ocr-b + +%package ocr-b-outline +Provides: tex-ocr-b-outline = %{tl_version} +License: Copyright only +Summary: OCR-B fonts in Type 1 and OpenType +Version: svn20969.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ocrb.map) = %{tl_version} +Provides: tex(ocrb10.otf) = %{tl_version} +Provides: tex(ocrb5.otf) = %{tl_version} +Provides: tex(ocrb6.otf) = %{tl_version} +Provides: tex(ocrb7.otf) = %{tl_version} +Provides: tex(ocrb8.otf) = %{tl_version} +Provides: tex(ocrb9.otf) = %{tl_version} +Provides: tex(ocrb10.pfb) = %{tl_version} +Provides: tex(ocrb5.pfb) = %{tl_version} +Provides: tex(ocrb6.pfb) = %{tl_version} +Provides: tex(ocrb7.pfb) = %{tl_version} +Provides: tex(ocrb8.pfb) = %{tl_version} +Provides: tex(ocrb9.pfb) = %{tl_version} + +%description ocr-b-outline +The package contains OCR-B fonts in Type1 and OpenType formats. +They were generated from the MetaFont sources of the OCR-B +fonts. The metric files are not included here, so that original +ocr-b package should also be installed. + +date: 2011-01-07 10:11:51 +0100 + +%post ocr-b-outline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ocrb.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ocrb.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ocr-b-outline +if [ $1 == 0 ] ; then +sed -i '/^Map ocrb.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ocr-b-outline +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocr-b-outline-doc +Summary: Documentation for ocr-b-outline +Version: svn20969.0 +Release: %{tl_noarch_release} +Provides: tex-ocr-b-outline-doc +BuildArch: noarch +AutoReqProv: No + +%description ocr-b-outline-doc +Documentation for ocr-b-outline + +%package ogham +Provides: tex-ogham = %{tl_version} +License: Public Domain +Summary: Fonts for typesetting Ogham script +Version: svn24876.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ogham.tfm) = %{tl_version} + +%description ogham +The font provides the Ogham alphabet, which is found on a +number of Irish and Pictish carvings dating from the 4th +century AD. The font is distributed as Metafont source, which +has been patched (with the author's permission) for stability +at different output device resolutions. (Thanks are due to +Peter Flynn and Dan Luecking.) + +date: 2011-12-19 12:56:45 +0100 + +%post ogham +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ogham +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ogham +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ogham-doc +Summary: Documentation for ogham +Version: svn24876.0 +Release: %{tl_noarch_release} +Provides: tex-ogham-doc +BuildArch: noarch +AutoReqProv: No + +%description ogham-doc +Documentation for ogham + +%package oinuit +Provides: tex-oinuit = %{tl_version} +License: LPPL +Summary: LaTeX Support for the Inuktitut Language +Version: svn28668.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(oinuit.map) = %{tl_version} +Provides: tex(Inuit.tfm) = %{tl_version} +Provides: tex(Inuitb.tfm) = %{tl_version} +Provides: tex(Inuitbo.tfm) = %{tl_version} +Provides: tex(Inuito.tfm) = %{tl_version} +Provides: tex(Inuit.pfb) = %{tl_version} +Provides: tex(Inuitb.pfb) = %{tl_version} +Provides: tex(Inuitbo.pfb) = %{tl_version} +Provides: tex(Inuito.pfb) = %{tl_version} +Provides: tex(cmssbxo10.pfb) = %{tl_version} +Provides: tex(litcmr.fd) = %{tl_version} +Provides: tex(litenc.def) = %{tl_version} +Provides: tex(oinuit.sty) = %{tl_version} + +%description oinuit +The package provides a set of Lambda (Omega LaTeX) typesetting +tools for the Inuktitut language. Five different input methods +are supported and with the necessary fonts are also provided. + +date: 2012-06-16 10:52:26 +0200 + +%post oinuit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map oinuit.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map oinuit.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun oinuit +if [ $1 == 0 ] ; then +sed -i '/^Map oinuit.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans oinuit +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oinuit-doc +Summary: Documentation for oinuit +Version: svn28668.0 +Release: %{tl_noarch_release} +Provides: tex-oinuit-doc +BuildArch: noarch +AutoReqProv: No + +%description oinuit-doc +Documentation for oinuit + +%package oldlatin +Provides: tex-oldlatin = %{tl_version} +License: LPPL +Summary: Compute Modern like font with long s +Version: svn17932.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(olb10.tfm) = %{tl_version} +Provides: tex(olbx10.tfm) = %{tl_version} +Provides: tex(olbx12.tfm) = %{tl_version} +Provides: tex(olbx5.tfm) = %{tl_version} +Provides: tex(olbx6.tfm) = %{tl_version} +Provides: tex(olbx7.tfm) = %{tl_version} +Provides: tex(olbx8.tfm) = %{tl_version} +Provides: tex(olbx9.tfm) = %{tl_version} +Provides: tex(olbxsl10.tfm) = %{tl_version} +Provides: tex(oldunh10.tfm) = %{tl_version} +Provides: tex(olff10.tfm) = %{tl_version} +Provides: tex(olfib8.tfm) = %{tl_version} +Provides: tex(olr10.tfm) = %{tl_version} +Provides: tex(olr12.tfm) = %{tl_version} +Provides: tex(olr17.tfm) = %{tl_version} +Provides: tex(olr5.tfm) = %{tl_version} +Provides: tex(olr6.tfm) = %{tl_version} +Provides: tex(olr7.tfm) = %{tl_version} +Provides: tex(olr8.tfm) = %{tl_version} +Provides: tex(olr9.tfm) = %{tl_version} +Provides: tex(olsl10.tfm) = %{tl_version} +Provides: tex(olsl12.tfm) = %{tl_version} +Provides: tex(olsl8.tfm) = %{tl_version} +Provides: tex(olsl9.tfm) = %{tl_version} +Provides: tex(olsltt10.tfm) = %{tl_version} +Provides: tex(olss10.tfm) = %{tl_version} +Provides: tex(olss12.tfm) = %{tl_version} +Provides: tex(olss17.tfm) = %{tl_version} +Provides: tex(olss8.tfm) = %{tl_version} +Provides: tex(olss9.tfm) = %{tl_version} +Provides: tex(olssbx10.tfm) = %{tl_version} +Provides: tex(olssdc10.tfm) = %{tl_version} +Provides: tex(olssi10.tfm) = %{tl_version} +Provides: tex(olssi12.tfm) = %{tl_version} +Provides: tex(olssi17.tfm) = %{tl_version} +Provides: tex(olssi8.tfm) = %{tl_version} +Provides: tex(olssi9.tfm) = %{tl_version} +Provides: tex(olssq8.tfm) = %{tl_version} +Provides: tex(olssqi8.tfm) = %{tl_version} +Provides: tex(oltt10.tfm) = %{tl_version} +Provides: tex(oltt12.tfm) = %{tl_version} +Provides: tex(oltt8.tfm) = %{tl_version} +Provides: tex(oltt9.tfm) = %{tl_version} +Provides: tex(olvtt10.tfm) = %{tl_version} + +%description oldlatin +Metafont sources modified from Computer Modern in order to +generate "long s" which was used in old text. + +date: 2010-04-29 07:59:03 +0200 + +%post oldlatin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun oldlatin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldlatin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oldlatin-doc +Summary: Documentation for oldlatin +Version: svn17932.1.00 +Release: %{tl_noarch_release} +Provides: tex-oldlatin-doc +BuildArch: noarch +AutoReqProv: No + +%description oldlatin-doc +Documentation for oldlatin + +%package oldstandard +Provides: tex-oldstandard = %{tl_version} +License: OFL +Summary: Old Standard: A Unicode Font for Classical and Medieval Studies +Version: svn29349.2.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(OldStandard-Bold.otf) = %{tl_version} +Provides: tex(OldStandard-Italic.otf) = %{tl_version} +Provides: tex(OldStandard-Regular.otf) = %{tl_version} + +%description oldstandard +Old Standard is designed to reproduce the actual printing style +of the early 20th century, reviving a specific type of Modern +(classicist) style of serif typefaces, very commonly used in +various editions of the late 19th and early 20th century, but +almost completely abandoned later. The font supports +typesetting of Old and Middle English, Old Icelandic, Cyrillic +(with historical characters, extensions for Old Slavonic and +localised forms), Gothic transliterations, critical editions of +Classical Greek and Latin, and many more. Old Standard works +with TeX engines that directly support OpenType features, such +as XeTeX and LuaTeX. + +date: 2012-11-14 11:47:31 +0100 + +%post oldstandard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun oldstandard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldstandard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oldstandard-doc +Summary: Documentation for oldstandard +Version: svn29349.2.0.2 +Release: %{tl_noarch_release} +Provides: tex-oldstandard-doc +BuildArch: noarch +AutoReqProv: No + +%description oldstandard-doc +Documentation for oldstandard + +%package opensans +Provides: tex-opensans = %{tl_version} +License: LPPL 1.3 +Summary: The Open Sans font family, and LaTeX support +Version: svn24706.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(slantsc.sty) +Provides: tex(opensans-01.enc) = %{tl_version} +Provides: tex(opensans-02.enc) = %{tl_version} +Provides: tex(opensans-03.enc) = %{tl_version} +Provides: tex(opensans-04.enc) = %{tl_version} +Provides: tex(opensans.map) = %{tl_version} +Provides: tex(OpenSans-Bold-01.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-02.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-03.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-04.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-01.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-02.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-03.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-04.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLight-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-01.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-02.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-03.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-04.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-Italic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-01.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-02.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-03.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-04.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-Light-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-LightItalic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-01.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-02.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-03.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-04.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-Regular-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-01.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-02.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-03.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-04.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-Semibold-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-01.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-02.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-03.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-04.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-lgr.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-ot1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2a.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2b.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2c.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-ts1.tfm) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-x2.tfm) = %{tl_version} +Provides: tex(OpenSans-Bold.ttf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic.ttf) = %{tl_version} +Provides: tex(OpenSans-CondLight.ttf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic.ttf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold.ttf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic.ttf) = %{tl_version} +Provides: tex(OpenSans-Italic.ttf) = %{tl_version} +Provides: tex(OpenSans-Light.ttf) = %{tl_version} +Provides: tex(OpenSans-LightItalic.ttf) = %{tl_version} +Provides: tex(OpenSans-Regular.ttf) = %{tl_version} +Provides: tex(OpenSans-Semibold.ttf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic.ttf) = %{tl_version} +Provides: tex(OpenSans-Bold.pfb) = %{tl_version} +Provides: tex(OpenSans-BoldItalic.pfb) = %{tl_version} +Provides: tex(OpenSans-CondLight.pfb) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic.pfb) = %{tl_version} +Provides: tex(OpenSans-ExtraBold.pfb) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic.pfb) = %{tl_version} +Provides: tex(OpenSans-Italic.pfb) = %{tl_version} +Provides: tex(OpenSans-Light.pfb) = %{tl_version} +Provides: tex(OpenSans-LightItalic.pfb) = %{tl_version} +Provides: tex(OpenSans-Regular.pfb) = %{tl_version} +Provides: tex(OpenSans-Semibold.pfb) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic.pfb) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-Bold-x2.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-BoldItalic-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLight-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-CondLightItalic-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBold-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-ExtraBoldItalic-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-Italic-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Light-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Light-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Light-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Light-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Light-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Light-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Light-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-Light-x2.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-LightItalic-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-Regular-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-t1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-Semibold-x2.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-SmallCaps-x2.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-lgr.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-ot1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2a.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2b.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-t2c.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-ts1.vf) = %{tl_version} +Provides: tex(OpenSans-SemiboldItalic-x2.vf) = %{tl_version} +Provides: tex(lgrfos.fd) = %{tl_version} +Provides: tex(lgrfosj.fd) = %{tl_version} +Provides: tex(opensans.sty) = %{tl_version} +Provides: tex(ot1fos.fd) = %{tl_version} +Provides: tex(ot1fosj.fd) = %{tl_version} +Provides: tex(t1fos.fd) = %{tl_version} +Provides: tex(t1fosj.fd) = %{tl_version} +Provides: tex(t2afos.fd) = %{tl_version} +Provides: tex(t2afosj.fd) = %{tl_version} +Provides: tex(t2bfos.fd) = %{tl_version} +Provides: tex(t2bfosj.fd) = %{tl_version} +Provides: tex(t2cfos.fd) = %{tl_version} +Provides: tex(t2cfosj.fd) = %{tl_version} +Provides: tex(ts1fos.fd) = %{tl_version} +Provides: tex(ts1fosj.fd) = %{tl_version} +Provides: tex(x2fos.fd) = %{tl_version} +Provides: tex(x2fosj.fd) = %{tl_version} + +%description opensans +Open Sans is a humanist sans serif typeface designed by Steve +Matteson; the font is available from the Google Font Directory +as TrueType files licensed under the Apache License version +2.0. The package provides support for this font family in +LaTeX. It includes the original TrueType fonts, as well as Type +1 versions, converted for this package using FontForge for full +support with dvips + +date: 2011-11-30 18:37:09 +0100 + +%post opensans +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map opensans.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map opensans.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun opensans +if [ $1 == 0 ] ; then +sed -i '/^Map opensans.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans opensans +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package opensans-doc +Summary: Documentation for opensans +Version: svn24706.1.2 +Release: %{tl_noarch_release} +Provides: tex-opensans-doc +BuildArch: noarch +AutoReqProv: No + +%description opensans-doc +Documentation for opensans + +%package orkhun +Provides: tex-orkhun = %{tl_version} +License: LPPL +Summary: A font for orkhun script +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(orhant11.tfm) = %{tl_version} +Provides: tex(orhant14.tfm) = %{tl_version} +Provides: tex(orhant16.tfm) = %{tl_version} +Provides: tex(orhant20.tfm) = %{tl_version} +Provides: tex(orhant25.tfm) = %{tl_version} + +%description orkhun +The font covers an old Turkic script. It is provided as +MetaFont source. + +date: 2009-04-22 11:33:20 +0200 + +%post orkhun +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun orkhun +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans orkhun +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package orkhun-doc +Summary: Documentation for orkhun +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-orkhun-doc +BuildArch: noarch +AutoReqProv: No + +%description orkhun-doc +Documentation for orkhun + +%package pacioli +Provides: tex-pacioli = %{tl_version} +License: LPPL +Summary: Fonts designed by Fra Luca de Pacioli in 1497 +Version: svn24947.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cpcr10.tfm) = %{tl_version} +Provides: tex(cpcsl10.tfm) = %{tl_version} +Provides: tex(ot1cpc.fd) = %{tl_version} +Provides: tex(pacioli.sty) = %{tl_version} +Provides: tex(t1cpc.fd) = %{tl_version} + +%description pacioli +Pacioli was a c.15 mathematician, and his font was designed +according to 'the divine proportion'. The font is uppercase +letters together with punctuation and some analphabetics; no +lowercase or digits. The Metafont source is distributed in a +.dtx file, together with LaTeX support. + +date: 2011-06-16 21:20:53 +0200 + +%post pacioli +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pacioli +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pacioli +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pacioli-doc +Summary: Documentation for pacioli +Version: svn24947.0 +Release: %{tl_noarch_release} +Provides: tex-pacioli-doc +BuildArch: noarch +AutoReqProv: No + +%description pacioli-doc +Documentation for pacioli + +%package paratype +Provides: tex-paratype = %{tl_version} +License: LPPL +Summary: LaTeX support for free fonts by ParaType +Version: svn30615.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Provides: tex(ptmono_il2.enc) = %{tl_version} +Provides: tex(ptmono_ot1.enc) = %{tl_version} +Provides: tex(ptmono_t1.enc) = %{tl_version} +Provides: tex(ptmono_t2a.enc) = %{tl_version} +Provides: tex(ptmono_t2b.enc) = %{tl_version} +Provides: tex(ptmono_t2c.enc) = %{tl_version} +Provides: tex(ptmono_ts1.enc) = %{tl_version} +Provides: tex(ptmono_x2.enc) = %{tl_version} +Provides: tex(ptsans_il2.enc) = %{tl_version} +Provides: tex(ptsans_ot1.enc) = %{tl_version} +Provides: tex(ptsans_t1.enc) = %{tl_version} +Provides: tex(ptsans_t2a.enc) = %{tl_version} +Provides: tex(ptsans_t2b.enc) = %{tl_version} +Provides: tex(ptsans_t2c.enc) = %{tl_version} +Provides: tex(ptsans_ts1.enc) = %{tl_version} +Provides: tex(ptsans_x2.enc) = %{tl_version} +Provides: tex(ptserif_il2.enc) = %{tl_version} +Provides: tex(ptserif_ot1.enc) = %{tl_version} +Provides: tex(ptserif_t1.enc) = %{tl_version} +Provides: tex(ptserif_t2a.enc) = %{tl_version} +Provides: tex(ptserif_t2b.enc) = %{tl_version} +Provides: tex(ptserif_t2c.enc) = %{tl_version} +Provides: tex(ptserif_ts1.enc) = %{tl_version} +Provides: tex(ptserif_x2.enc) = %{tl_version} +Provides: tex(paratype-truetype.map) = %{tl_version} +Provides: tex(paratype-type1.map) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-il2--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-il2--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-il2.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2a--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2a.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2b--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2b.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2c--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2c.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-x2--base.tfm) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-x2.tfm) = %{tl_version} +Provides: tex(PTM55F.ttf) = %{tl_version} +Provides: tex(PTM75F.ttf) = %{tl_version} +Provides: tex(PTC55F.ttf) = %{tl_version} +Provides: tex(PTC75F.ttf) = %{tl_version} +Provides: tex(PTN57F.ttf) = %{tl_version} +Provides: tex(PTN77F.ttf) = %{tl_version} +Provides: tex(PTS55F.ttf) = %{tl_version} +Provides: tex(PTS56F.ttf) = %{tl_version} +Provides: tex(PTS75F.ttf) = %{tl_version} +Provides: tex(PTS76F.ttf) = %{tl_version} +Provides: tex(PTF55F.ttf) = %{tl_version} +Provides: tex(PTF56F.ttf) = %{tl_version} +Provides: tex(PTF75F.ttf) = %{tl_version} +Provides: tex(PTF76F.ttf) = %{tl_version} +Provides: tex(PTZ55F.ttf) = %{tl_version} +Provides: tex(PTZ56F.ttf) = %{tl_version} +Provides: tex(PTM55F.pfb) = %{tl_version} +Provides: tex(PTM75F.pfb) = %{tl_version} +Provides: tex(PTC55F.pfb) = %{tl_version} +Provides: tex(PTC75F.pfb) = %{tl_version} +Provides: tex(PTN57F.pfb) = %{tl_version} +Provides: tex(PTN77F.pfb) = %{tl_version} +Provides: tex(PTS55F.pfb) = %{tl_version} +Provides: tex(PTS56F.pfb) = %{tl_version} +Provides: tex(PTS75F.pfb) = %{tl_version} +Provides: tex(PTS76F.pfb) = %{tl_version} +Provides: tex(PTF55F.pfb) = %{tl_version} +Provides: tex(PTF56F.pfb) = %{tl_version} +Provides: tex(PTF75F.pfb) = %{tl_version} +Provides: tex(PTF76F.pfb) = %{tl_version} +Provides: tex(PTZ55F.pfb) = %{tl_version} +Provides: tex(PTZ56F.pfb) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-il2.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ot1.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTMono-Bold-tlf-x2.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTMono-BoldSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-il2.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ot1.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTMono-Regular-tlf-x2.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTMono-Slanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-Bold-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-BoldItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-Caption-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBold-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-CaptionSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-Italic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-Narrow-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBold-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-NarrowSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSans-Regular-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-Bold-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-Caption-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionSlanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-Italic-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-Regular-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-Slanted-tlf-x2.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2a.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2b.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-t2c.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(PTSerif-UprightItalic-tlf-x2.vf) = %{tl_version} +Provides: tex(IL2PTMono-TLF.fd) = %{tl_version} +Provides: tex(IL2PTSans-TLF.fd) = %{tl_version} +Provides: tex(IL2PTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(IL2PTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(IL2PTSerif-TLF.fd) = %{tl_version} +Provides: tex(IL2PTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(OT1PTMono-TLF.fd) = %{tl_version} +Provides: tex(OT1PTSans-TLF.fd) = %{tl_version} +Provides: tex(OT1PTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(OT1PTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(OT1PTSerif-TLF.fd) = %{tl_version} +Provides: tex(OT1PTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(PTMono.sty) = %{tl_version} +Provides: tex(PTSans.sty) = %{tl_version} +Provides: tex(PTSansCaption.sty) = %{tl_version} +Provides: tex(PTSansNarrow.sty) = %{tl_version} +Provides: tex(PTSerif.sty) = %{tl_version} +Provides: tex(PTSerifCaption.sty) = %{tl_version} +Provides: tex(T1PTMono-TLF.fd) = %{tl_version} +Provides: tex(T1PTSans-TLF.fd) = %{tl_version} +Provides: tex(T1PTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(T1PTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(T1PTSerif-TLF.fd) = %{tl_version} +Provides: tex(T1PTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(T2APTMono-TLF.fd) = %{tl_version} +Provides: tex(T2APTSans-TLF.fd) = %{tl_version} +Provides: tex(T2APTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(T2APTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(T2APTSerif-TLF.fd) = %{tl_version} +Provides: tex(T2APTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(T2BPTMono-TLF.fd) = %{tl_version} +Provides: tex(T2BPTSans-TLF.fd) = %{tl_version} +Provides: tex(T2BPTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(T2BPTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(T2BPTSerif-TLF.fd) = %{tl_version} +Provides: tex(T2BPTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(T2CPTMono-TLF.fd) = %{tl_version} +Provides: tex(T2CPTSans-TLF.fd) = %{tl_version} +Provides: tex(T2CPTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(T2CPTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(T2CPTSerif-TLF.fd) = %{tl_version} +Provides: tex(T2CPTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(TS1PTMono-TLF.fd) = %{tl_version} +Provides: tex(TS1PTSans-TLF.fd) = %{tl_version} +Provides: tex(TS1PTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(TS1PTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(TS1PTSerif-TLF.fd) = %{tl_version} +Provides: tex(TS1PTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(X2PTMono-TLF.fd) = %{tl_version} +Provides: tex(X2PTSans-TLF.fd) = %{tl_version} +Provides: tex(X2PTSansCaption-TLF.fd) = %{tl_version} +Provides: tex(X2PTSansNarrow-TLF.fd) = %{tl_version} +Provides: tex(X2PTSerif-TLF.fd) = %{tl_version} +Provides: tex(X2PTSerifCaption-TLF.fd) = %{tl_version} +Provides: tex(paratype.sty) = %{tl_version} + +%description paratype +The package offers LaTeX support for the fonts PT Sans, PT +Serif and PT Mono developed by ParaType for the project "Public +Types of Russian Federation", and released under an open user +license. The fonts themselves are provided in both the TrueType +and Type 1 formats, both created by ParaType). The fonts +provide encodings OT1, T1, IL2, TS1, T2* and X2. The package +provides a convenient replacement of the two packages ptsans +and ptserif. + +date: 2013-05-21 15:19:45 +0200 + +%post paratype +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map paratype-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map paratype-type1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun paratype +if [ $1 == 0 ] ; then +sed -i '/^Map paratype-type1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans paratype +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package paratype-doc +Summary: Documentation for paratype +Version: svn30615.0 +Release: %{tl_noarch_release} +Provides: tex-paratype-doc +BuildArch: noarch +AutoReqProv: No + +%description paratype-doc +Documentation for paratype + +%package phaistos +Provides: tex-phaistos = %{tl_version} +License: LPPL +Summary: Disk of Phaistos font +Version: svn18651.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(phaistos.map) = %{tl_version} +Provides: tex(Phaistos.otf) = %{tl_version} +Provides: tex(phaistos.tfm) = %{tl_version} +Provides: tex(phaistos.pfb) = %{tl_version} +Provides: tex(phaistos.sty) = %{tl_version} + +%description phaistos +A font that contains all the symbols of the famous Disc of +Phaistos, together with a LaTeX package. The disc was 'printed' +by stamping the wet clay with some sort of punches, probably +around 1700 BCE. The font is available in Adobe Type 1 and +OpenType formats (the latter using the Unicode positions for +the symbols). There are those who believe that this Cretan +script was used to 'write' Greek (it is known, for example, +that the rather later Cretan Linear B script was used to write +Greek), but arguments for other languages have been presented. + +date: 2008-07-09 12:34:16 +0200 + +%post phaistos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map phaistos.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map phaistos.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun phaistos +if [ $1 == 0 ] ; then +sed -i '/^Map phaistos.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans phaistos +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package phaistos-doc +Summary: Documentation for phaistos +Version: svn18651.1.0 +Release: %{tl_noarch_release} +Provides: tex-phaistos-doc +BuildArch: noarch +AutoReqProv: No + +%description phaistos-doc +Documentation for phaistos + +%package phonetic +Provides: tex-phonetic = %{tl_version} +License: LPPL +Summary: MetaFont Phonetic fonts, based on Computer Modern +Version: svn21871.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmph10.tfm) = %{tl_version} +Provides: tex(cmph5.tfm) = %{tl_version} +Provides: tex(cmph6.tfm) = %{tl_version} +Provides: tex(cmph7.tfm) = %{tl_version} +Provides: tex(cmph8.tfm) = %{tl_version} +Provides: tex(cmph9.tfm) = %{tl_version} +Provides: tex(cmphb10.tfm) = %{tl_version} +Provides: tex(cmphi10.tfm) = %{tl_version} +Provides: tex(cmphi7.tfm) = %{tl_version} +Provides: tex(cmphi8.tfm) = %{tl_version} +Provides: tex(cmphi9.tfm) = %{tl_version} +Provides: tex(Uphon.fd) = %{tl_version} +Provides: tex(phonetic.sty) = %{tl_version} + +%description phonetic +The fonts are based on Computer Modern, and specified in +MetaFont. Macros for the fonts' use are provided, both for +LaTeX 2.09 and for current LaTeX. + +date: 2011-03-28 22:21:58 +0200 + +%post phonetic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun phonetic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans phonetic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package phonetic-doc +Summary: Documentation for phonetic +Version: svn21871.0 +Release: %{tl_noarch_release} +Provides: tex-phonetic-doc +BuildArch: noarch +AutoReqProv: No + +%description phonetic-doc +Documentation for phonetic + +%package pigpen +Provides: tex-pigpen = %{tl_version} +License: LPPL +Summary: A font for the pigpen (or masonic) cipher +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(pigpen.map) = %{tl_version} +Provides: tex(pigpen.tfm) = %{tl_version} +Provides: tex(pigpen.pfa) = %{tl_version} +Provides: tex(pigpen.sty) = %{tl_version} +Provides: tex(pigpen.tex) = %{tl_version} + +%description pigpen +The Pigpen cipher package provides the font and the necessary +wrappers (style file, etc.) in order to write Pigpen ciphers, a +simple substitution cipher. The package provides a font +(available both as MetaFont source, and as an Adobe Type 1 +file), and macros for its use. + +date: 2008-12-10 19:58:48 +0100 + +%post pigpen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap pigpen.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap pigpen.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun pigpen +if [ $1 == 0 ] ; then +sed -i '/^MixedMap pigpen.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans pigpen +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pigpen-doc +Summary: Documentation for pigpen +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-pigpen-doc +BuildArch: noarch +AutoReqProv: No + +%description pigpen-doc +Documentation for pigpen + +%package poltawski +Provides: tex-poltawski = %{tl_version} +License: GFSL +Summary: Antykwa Poltawskiego Family of Fonts +Version: svn20075.1.101 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ap-cs-sc.enc) = %{tl_version} +Provides: tex(ap-cs.enc) = %{tl_version} +Provides: tex(ap-ec-sc.enc) = %{tl_version} +Provides: tex(ap-ec.enc) = %{tl_version} +Provides: tex(ap-l7x-sc.enc) = %{tl_version} +Provides: tex(ap-l7x.enc) = %{tl_version} +Provides: tex(ap-qx-sc.enc) = %{tl_version} +Provides: tex(ap-qx.enc) = %{tl_version} +Provides: tex(ap-rm-sc.enc) = %{tl_version} +Provides: tex(ap-rm.enc) = %{tl_version} +Provides: tex(ap-t5-sc.enc) = %{tl_version} +Provides: tex(ap-t5.enc) = %{tl_version} +Provides: tex(ap-texnansi-sc.enc) = %{tl_version} +Provides: tex(ap-texnansi.enc) = %{tl_version} +Provides: tex(ap-ts1.enc) = %{tl_version} +Provides: tex(ap-cs.map) = %{tl_version} +Provides: tex(ap-ec.map) = %{tl_version} +Provides: tex(ap-l7x.map) = %{tl_version} +Provides: tex(ap-qx.map) = %{tl_version} +Provides: tex(ap-rm.map) = %{tl_version} +Provides: tex(ap-t5.map) = %{tl_version} +Provides: tex(ap-texnansi.map) = %{tl_version} +Provides: tex(ap-ts1.map) = %{tl_version} +Provides: tex(ap.map) = %{tl_version} +Provides: tex(antpolt-bold.otf) = %{tl_version} +Provides: tex(antpolt-bolditalic.otf) = %{tl_version} +Provides: tex(antpolt-italic.otf) = %{tl_version} +Provides: tex(antpolt-regular.otf) = %{tl_version} +Provides: tex(antpoltcond-bold.otf) = %{tl_version} +Provides: tex(antpoltcond-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltcond-italic.otf) = %{tl_version} +Provides: tex(antpoltcond-regular.otf) = %{tl_version} +Provides: tex(antpoltexpd-bold.otf) = %{tl_version} +Provides: tex(antpoltexpd-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltexpd-italic.otf) = %{tl_version} +Provides: tex(antpoltexpd-regular.otf) = %{tl_version} +Provides: tex(antpoltlt-bold.otf) = %{tl_version} +Provides: tex(antpoltlt-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltlt-italic.otf) = %{tl_version} +Provides: tex(antpoltlt-regular.otf) = %{tl_version} +Provides: tex(antpoltltcond-bold.otf) = %{tl_version} +Provides: tex(antpoltltcond-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltltcond-italic.otf) = %{tl_version} +Provides: tex(antpoltltcond-regular.otf) = %{tl_version} +Provides: tex(antpoltltexpd-bold.otf) = %{tl_version} +Provides: tex(antpoltltexpd-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltltexpd-italic.otf) = %{tl_version} +Provides: tex(antpoltltexpd-regular.otf) = %{tl_version} +Provides: tex(antpoltltsemicond-bold.otf) = %{tl_version} +Provides: tex(antpoltltsemicond-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltltsemicond-italic.otf) = %{tl_version} +Provides: tex(antpoltltsemicond-regular.otf) = %{tl_version} +Provides: tex(antpoltltsemiexpd-bold.otf) = %{tl_version} +Provides: tex(antpoltltsemiexpd-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltltsemiexpd-italic.otf) = %{tl_version} +Provides: tex(antpoltltsemiexpd-regular.otf) = %{tl_version} +Provides: tex(antpoltsemicond-bold.otf) = %{tl_version} +Provides: tex(antpoltsemicond-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltsemicond-italic.otf) = %{tl_version} +Provides: tex(antpoltsemicond-regular.otf) = %{tl_version} +Provides: tex(antpoltsemiexpd-bold.otf) = %{tl_version} +Provides: tex(antpoltsemiexpd-bolditalic.otf) = %{tl_version} +Provides: tex(antpoltsemiexpd-italic.otf) = %{tl_version} +Provides: tex(antpoltsemiexpd-regular.otf) = %{tl_version} +Provides: tex(cs-antpb10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpb10.tfm) = %{tl_version} +Provides: tex(cs-antpb12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpb12.tfm) = %{tl_version} +Provides: tex(cs-antpb17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpb17.tfm) = %{tl_version} +Provides: tex(cs-antpb6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpb6.tfm) = %{tl_version} +Provides: tex(cs-antpb8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpb8.tfm) = %{tl_version} +Provides: tex(cs-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpbi10.tfm) = %{tl_version} +Provides: tex(cs-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpbi12.tfm) = %{tl_version} +Provides: tex(cs-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpbi17.tfm) = %{tl_version} +Provides: tex(cs-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpbi6.tfm) = %{tl_version} +Provides: tex(cs-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpbi8.tfm) = %{tl_version} +Provides: tex(cs-antpl10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpl10.tfm) = %{tl_version} +Provides: tex(cs-antpl12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpl12.tfm) = %{tl_version} +Provides: tex(cs-antpl17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpl17.tfm) = %{tl_version} +Provides: tex(cs-antpl6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpl6.tfm) = %{tl_version} +Provides: tex(cs-antpl8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpl8.tfm) = %{tl_version} +Provides: tex(cs-antpli10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpli10.tfm) = %{tl_version} +Provides: tex(cs-antpli12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpli12.tfm) = %{tl_version} +Provides: tex(cs-antpli17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpli17.tfm) = %{tl_version} +Provides: tex(cs-antpli6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpli6.tfm) = %{tl_version} +Provides: tex(cs-antpli8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpli8.tfm) = %{tl_version} +Provides: tex(cs-antpm10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpm10.tfm) = %{tl_version} +Provides: tex(cs-antpm12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpm12.tfm) = %{tl_version} +Provides: tex(cs-antpm17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpm17.tfm) = %{tl_version} +Provides: tex(cs-antpm6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpm6.tfm) = %{tl_version} +Provides: tex(cs-antpm8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpm8.tfm) = %{tl_version} +Provides: tex(cs-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpmi10.tfm) = %{tl_version} +Provides: tex(cs-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpmi12.tfm) = %{tl_version} +Provides: tex(cs-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpmi17.tfm) = %{tl_version} +Provides: tex(cs-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpmi6.tfm) = %{tl_version} +Provides: tex(cs-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpmi8.tfm) = %{tl_version} +Provides: tex(cs-antpr10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpr10.tfm) = %{tl_version} +Provides: tex(cs-antpr12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpr12.tfm) = %{tl_version} +Provides: tex(cs-antpr17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpr17.tfm) = %{tl_version} +Provides: tex(cs-antpr6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpr6.tfm) = %{tl_version} +Provides: tex(cs-antpr8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpr8.tfm) = %{tl_version} +Provides: tex(cs-antpri10-sc.tfm) = %{tl_version} +Provides: tex(cs-antpri10.tfm) = %{tl_version} +Provides: tex(cs-antpri12-sc.tfm) = %{tl_version} +Provides: tex(cs-antpri12.tfm) = %{tl_version} +Provides: tex(cs-antpri17-sc.tfm) = %{tl_version} +Provides: tex(cs-antpri17.tfm) = %{tl_version} +Provides: tex(cs-antpri6-sc.tfm) = %{tl_version} +Provides: tex(cs-antpri6.tfm) = %{tl_version} +Provides: tex(cs-antpri8-sc.tfm) = %{tl_version} +Provides: tex(cs-antpri8.tfm) = %{tl_version} +Provides: tex(ec-antpb10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpb10.tfm) = %{tl_version} +Provides: tex(ec-antpb12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpb12.tfm) = %{tl_version} +Provides: tex(ec-antpb17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpb17.tfm) = %{tl_version} +Provides: tex(ec-antpb6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpb6.tfm) = %{tl_version} +Provides: tex(ec-antpb8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpb8.tfm) = %{tl_version} +Provides: tex(ec-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpbi10.tfm) = %{tl_version} +Provides: tex(ec-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpbi12.tfm) = %{tl_version} +Provides: tex(ec-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpbi17.tfm) = %{tl_version} +Provides: tex(ec-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpbi6.tfm) = %{tl_version} +Provides: tex(ec-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpbi8.tfm) = %{tl_version} +Provides: tex(ec-antpl10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpl10.tfm) = %{tl_version} +Provides: tex(ec-antpl12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpl12.tfm) = %{tl_version} +Provides: tex(ec-antpl17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpl17.tfm) = %{tl_version} +Provides: tex(ec-antpl6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpl6.tfm) = %{tl_version} +Provides: tex(ec-antpl8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpl8.tfm) = %{tl_version} +Provides: tex(ec-antpli10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpli10.tfm) = %{tl_version} +Provides: tex(ec-antpli12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpli12.tfm) = %{tl_version} +Provides: tex(ec-antpli17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpli17.tfm) = %{tl_version} +Provides: tex(ec-antpli6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpli6.tfm) = %{tl_version} +Provides: tex(ec-antpli8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpli8.tfm) = %{tl_version} +Provides: tex(ec-antpm10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpm10.tfm) = %{tl_version} +Provides: tex(ec-antpm12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpm12.tfm) = %{tl_version} +Provides: tex(ec-antpm17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpm17.tfm) = %{tl_version} +Provides: tex(ec-antpm6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpm6.tfm) = %{tl_version} +Provides: tex(ec-antpm8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpm8.tfm) = %{tl_version} +Provides: tex(ec-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpmi10.tfm) = %{tl_version} +Provides: tex(ec-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpmi12.tfm) = %{tl_version} +Provides: tex(ec-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpmi17.tfm) = %{tl_version} +Provides: tex(ec-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpmi6.tfm) = %{tl_version} +Provides: tex(ec-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpmi8.tfm) = %{tl_version} +Provides: tex(ec-antpr10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpr10.tfm) = %{tl_version} +Provides: tex(ec-antpr12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpr12.tfm) = %{tl_version} +Provides: tex(ec-antpr17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpr17.tfm) = %{tl_version} +Provides: tex(ec-antpr6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpr6.tfm) = %{tl_version} +Provides: tex(ec-antpr8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpr8.tfm) = %{tl_version} +Provides: tex(ec-antpri10-sc.tfm) = %{tl_version} +Provides: tex(ec-antpri10.tfm) = %{tl_version} +Provides: tex(ec-antpri12-sc.tfm) = %{tl_version} +Provides: tex(ec-antpri12.tfm) = %{tl_version} +Provides: tex(ec-antpri17-sc.tfm) = %{tl_version} +Provides: tex(ec-antpri17.tfm) = %{tl_version} +Provides: tex(ec-antpri6-sc.tfm) = %{tl_version} +Provides: tex(ec-antpri6.tfm) = %{tl_version} +Provides: tex(ec-antpri8-sc.tfm) = %{tl_version} +Provides: tex(ec-antpri8.tfm) = %{tl_version} +Provides: tex(l7x-antpb10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpb10.tfm) = %{tl_version} +Provides: tex(l7x-antpb12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpb12.tfm) = %{tl_version} +Provides: tex(l7x-antpb17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpb17.tfm) = %{tl_version} +Provides: tex(l7x-antpb6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpb6.tfm) = %{tl_version} +Provides: tex(l7x-antpb8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpb8.tfm) = %{tl_version} +Provides: tex(l7x-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpbi10.tfm) = %{tl_version} +Provides: tex(l7x-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpbi12.tfm) = %{tl_version} +Provides: tex(l7x-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpbi17.tfm) = %{tl_version} +Provides: tex(l7x-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpbi6.tfm) = %{tl_version} +Provides: tex(l7x-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpbi8.tfm) = %{tl_version} +Provides: tex(l7x-antpl10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpl10.tfm) = %{tl_version} +Provides: tex(l7x-antpl12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpl12.tfm) = %{tl_version} +Provides: tex(l7x-antpl17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpl17.tfm) = %{tl_version} +Provides: tex(l7x-antpl6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpl6.tfm) = %{tl_version} +Provides: tex(l7x-antpl8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpl8.tfm) = %{tl_version} +Provides: tex(l7x-antpli10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpli10.tfm) = %{tl_version} +Provides: tex(l7x-antpli12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpli12.tfm) = %{tl_version} +Provides: tex(l7x-antpli17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpli17.tfm) = %{tl_version} +Provides: tex(l7x-antpli6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpli6.tfm) = %{tl_version} +Provides: tex(l7x-antpli8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpli8.tfm) = %{tl_version} +Provides: tex(l7x-antpm10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpm10.tfm) = %{tl_version} +Provides: tex(l7x-antpm12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpm12.tfm) = %{tl_version} +Provides: tex(l7x-antpm17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpm17.tfm) = %{tl_version} +Provides: tex(l7x-antpm6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpm6.tfm) = %{tl_version} +Provides: tex(l7x-antpm8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpm8.tfm) = %{tl_version} +Provides: tex(l7x-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpmi10.tfm) = %{tl_version} +Provides: tex(l7x-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpmi12.tfm) = %{tl_version} +Provides: tex(l7x-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpmi17.tfm) = %{tl_version} +Provides: tex(l7x-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpmi6.tfm) = %{tl_version} +Provides: tex(l7x-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpmi8.tfm) = %{tl_version} +Provides: tex(l7x-antpr10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpr10.tfm) = %{tl_version} +Provides: tex(l7x-antpr12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpr12.tfm) = %{tl_version} +Provides: tex(l7x-antpr17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpr17.tfm) = %{tl_version} +Provides: tex(l7x-antpr6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpr6.tfm) = %{tl_version} +Provides: tex(l7x-antpr8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpr8.tfm) = %{tl_version} +Provides: tex(l7x-antpri10-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpri10.tfm) = %{tl_version} +Provides: tex(l7x-antpri12-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpri12.tfm) = %{tl_version} +Provides: tex(l7x-antpri17-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpri17.tfm) = %{tl_version} +Provides: tex(l7x-antpri6-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpri6.tfm) = %{tl_version} +Provides: tex(l7x-antpri8-sc.tfm) = %{tl_version} +Provides: tex(l7x-antpri8.tfm) = %{tl_version} +Provides: tex(qx-antpb10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpb10.tfm) = %{tl_version} +Provides: tex(qx-antpb12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpb12.tfm) = %{tl_version} +Provides: tex(qx-antpb17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpb17.tfm) = %{tl_version} +Provides: tex(qx-antpb6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpb6.tfm) = %{tl_version} +Provides: tex(qx-antpb8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpb8.tfm) = %{tl_version} +Provides: tex(qx-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpbi10.tfm) = %{tl_version} +Provides: tex(qx-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpbi12.tfm) = %{tl_version} +Provides: tex(qx-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpbi17.tfm) = %{tl_version} +Provides: tex(qx-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpbi6.tfm) = %{tl_version} +Provides: tex(qx-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpbi8.tfm) = %{tl_version} +Provides: tex(qx-antpl10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpl10.tfm) = %{tl_version} +Provides: tex(qx-antpl12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpl12.tfm) = %{tl_version} +Provides: tex(qx-antpl17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpl17.tfm) = %{tl_version} +Provides: tex(qx-antpl6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpl6.tfm) = %{tl_version} +Provides: tex(qx-antpl8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpl8.tfm) = %{tl_version} +Provides: tex(qx-antpli10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpli10.tfm) = %{tl_version} +Provides: tex(qx-antpli12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpli12.tfm) = %{tl_version} +Provides: tex(qx-antpli17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpli17.tfm) = %{tl_version} +Provides: tex(qx-antpli6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpli6.tfm) = %{tl_version} +Provides: tex(qx-antpli8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpli8.tfm) = %{tl_version} +Provides: tex(qx-antpm10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpm10.tfm) = %{tl_version} +Provides: tex(qx-antpm12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpm12.tfm) = %{tl_version} +Provides: tex(qx-antpm17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpm17.tfm) = %{tl_version} +Provides: tex(qx-antpm6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpm6.tfm) = %{tl_version} +Provides: tex(qx-antpm8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpm8.tfm) = %{tl_version} +Provides: tex(qx-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpmi10.tfm) = %{tl_version} +Provides: tex(qx-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpmi12.tfm) = %{tl_version} +Provides: tex(qx-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpmi17.tfm) = %{tl_version} +Provides: tex(qx-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpmi6.tfm) = %{tl_version} +Provides: tex(qx-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpmi8.tfm) = %{tl_version} +Provides: tex(qx-antpr10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpr10.tfm) = %{tl_version} +Provides: tex(qx-antpr12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpr12.tfm) = %{tl_version} +Provides: tex(qx-antpr17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpr17.tfm) = %{tl_version} +Provides: tex(qx-antpr6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpr6.tfm) = %{tl_version} +Provides: tex(qx-antpr8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpr8.tfm) = %{tl_version} +Provides: tex(qx-antpri10-sc.tfm) = %{tl_version} +Provides: tex(qx-antpri10.tfm) = %{tl_version} +Provides: tex(qx-antpri12-sc.tfm) = %{tl_version} +Provides: tex(qx-antpri12.tfm) = %{tl_version} +Provides: tex(qx-antpri17-sc.tfm) = %{tl_version} +Provides: tex(qx-antpri17.tfm) = %{tl_version} +Provides: tex(qx-antpri6-sc.tfm) = %{tl_version} +Provides: tex(qx-antpri6.tfm) = %{tl_version} +Provides: tex(qx-antpri8-sc.tfm) = %{tl_version} +Provides: tex(qx-antpri8.tfm) = %{tl_version} +Provides: tex(rm-antpb10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpb10.tfm) = %{tl_version} +Provides: tex(rm-antpb12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpb12.tfm) = %{tl_version} +Provides: tex(rm-antpb17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpb17.tfm) = %{tl_version} +Provides: tex(rm-antpb6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpb6.tfm) = %{tl_version} +Provides: tex(rm-antpb8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpb8.tfm) = %{tl_version} +Provides: tex(rm-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpbi10.tfm) = %{tl_version} +Provides: tex(rm-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpbi12.tfm) = %{tl_version} +Provides: tex(rm-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpbi17.tfm) = %{tl_version} +Provides: tex(rm-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpbi6.tfm) = %{tl_version} +Provides: tex(rm-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpbi8.tfm) = %{tl_version} +Provides: tex(rm-antpl10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpl10.tfm) = %{tl_version} +Provides: tex(rm-antpl12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpl12.tfm) = %{tl_version} +Provides: tex(rm-antpl17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpl17.tfm) = %{tl_version} +Provides: tex(rm-antpl6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpl6.tfm) = %{tl_version} +Provides: tex(rm-antpl8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpl8.tfm) = %{tl_version} +Provides: tex(rm-antpli10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpli10.tfm) = %{tl_version} +Provides: tex(rm-antpli12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpli12.tfm) = %{tl_version} +Provides: tex(rm-antpli17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpli17.tfm) = %{tl_version} +Provides: tex(rm-antpli6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpli6.tfm) = %{tl_version} +Provides: tex(rm-antpli8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpli8.tfm) = %{tl_version} +Provides: tex(rm-antpm10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpm10.tfm) = %{tl_version} +Provides: tex(rm-antpm12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpm12.tfm) = %{tl_version} +Provides: tex(rm-antpm17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpm17.tfm) = %{tl_version} +Provides: tex(rm-antpm6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpm6.tfm) = %{tl_version} +Provides: tex(rm-antpm8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpm8.tfm) = %{tl_version} +Provides: tex(rm-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpmi10.tfm) = %{tl_version} +Provides: tex(rm-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpmi12.tfm) = %{tl_version} +Provides: tex(rm-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpmi17.tfm) = %{tl_version} +Provides: tex(rm-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpmi6.tfm) = %{tl_version} +Provides: tex(rm-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpmi8.tfm) = %{tl_version} +Provides: tex(rm-antpr10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpr10.tfm) = %{tl_version} +Provides: tex(rm-antpr12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpr12.tfm) = %{tl_version} +Provides: tex(rm-antpr17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpr17.tfm) = %{tl_version} +Provides: tex(rm-antpr6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpr6.tfm) = %{tl_version} +Provides: tex(rm-antpr8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpr8.tfm) = %{tl_version} +Provides: tex(rm-antpri10-sc.tfm) = %{tl_version} +Provides: tex(rm-antpri10.tfm) = %{tl_version} +Provides: tex(rm-antpri12-sc.tfm) = %{tl_version} +Provides: tex(rm-antpri12.tfm) = %{tl_version} +Provides: tex(rm-antpri17-sc.tfm) = %{tl_version} +Provides: tex(rm-antpri17.tfm) = %{tl_version} +Provides: tex(rm-antpri6-sc.tfm) = %{tl_version} +Provides: tex(rm-antpri6.tfm) = %{tl_version} +Provides: tex(rm-antpri8-sc.tfm) = %{tl_version} +Provides: tex(rm-antpri8.tfm) = %{tl_version} +Provides: tex(t5-antpb10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpb10.tfm) = %{tl_version} +Provides: tex(t5-antpb12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpb12.tfm) = %{tl_version} +Provides: tex(t5-antpb17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpb17.tfm) = %{tl_version} +Provides: tex(t5-antpb6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpb6.tfm) = %{tl_version} +Provides: tex(t5-antpb8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpb8.tfm) = %{tl_version} +Provides: tex(t5-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpbi10.tfm) = %{tl_version} +Provides: tex(t5-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpbi12.tfm) = %{tl_version} +Provides: tex(t5-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpbi17.tfm) = %{tl_version} +Provides: tex(t5-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpbi6.tfm) = %{tl_version} +Provides: tex(t5-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpbi8.tfm) = %{tl_version} +Provides: tex(t5-antpl10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpl10.tfm) = %{tl_version} +Provides: tex(t5-antpl12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpl12.tfm) = %{tl_version} +Provides: tex(t5-antpl17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpl17.tfm) = %{tl_version} +Provides: tex(t5-antpl6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpl6.tfm) = %{tl_version} +Provides: tex(t5-antpl8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpl8.tfm) = %{tl_version} +Provides: tex(t5-antpli10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpli10.tfm) = %{tl_version} +Provides: tex(t5-antpli12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpli12.tfm) = %{tl_version} +Provides: tex(t5-antpli17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpli17.tfm) = %{tl_version} +Provides: tex(t5-antpli6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpli6.tfm) = %{tl_version} +Provides: tex(t5-antpli8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpli8.tfm) = %{tl_version} +Provides: tex(t5-antpm10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpm10.tfm) = %{tl_version} +Provides: tex(t5-antpm12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpm12.tfm) = %{tl_version} +Provides: tex(t5-antpm17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpm17.tfm) = %{tl_version} +Provides: tex(t5-antpm6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpm6.tfm) = %{tl_version} +Provides: tex(t5-antpm8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpm8.tfm) = %{tl_version} +Provides: tex(t5-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpmi10.tfm) = %{tl_version} +Provides: tex(t5-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpmi12.tfm) = %{tl_version} +Provides: tex(t5-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpmi17.tfm) = %{tl_version} +Provides: tex(t5-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpmi6.tfm) = %{tl_version} +Provides: tex(t5-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpmi8.tfm) = %{tl_version} +Provides: tex(t5-antpr10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpr10.tfm) = %{tl_version} +Provides: tex(t5-antpr12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpr12.tfm) = %{tl_version} +Provides: tex(t5-antpr17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpr17.tfm) = %{tl_version} +Provides: tex(t5-antpr6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpr6.tfm) = %{tl_version} +Provides: tex(t5-antpr8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpr8.tfm) = %{tl_version} +Provides: tex(t5-antpri10-sc.tfm) = %{tl_version} +Provides: tex(t5-antpri10.tfm) = %{tl_version} +Provides: tex(t5-antpri12-sc.tfm) = %{tl_version} +Provides: tex(t5-antpri12.tfm) = %{tl_version} +Provides: tex(t5-antpri17-sc.tfm) = %{tl_version} +Provides: tex(t5-antpri17.tfm) = %{tl_version} +Provides: tex(t5-antpri6-sc.tfm) = %{tl_version} +Provides: tex(t5-antpri6.tfm) = %{tl_version} +Provides: tex(t5-antpri8-sc.tfm) = %{tl_version} +Provides: tex(t5-antpri8.tfm) = %{tl_version} +Provides: tex(texnansi-antpb10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpb10.tfm) = %{tl_version} +Provides: tex(texnansi-antpb12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpb12.tfm) = %{tl_version} +Provides: tex(texnansi-antpb17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpb17.tfm) = %{tl_version} +Provides: tex(texnansi-antpb6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpb6.tfm) = %{tl_version} +Provides: tex(texnansi-antpb8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpb8.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi10.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi12.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi17.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi6.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpbi8.tfm) = %{tl_version} +Provides: tex(texnansi-antpl10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpl10.tfm) = %{tl_version} +Provides: tex(texnansi-antpl12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpl12.tfm) = %{tl_version} +Provides: tex(texnansi-antpl17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpl17.tfm) = %{tl_version} +Provides: tex(texnansi-antpl6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpl6.tfm) = %{tl_version} +Provides: tex(texnansi-antpl8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpl8.tfm) = %{tl_version} +Provides: tex(texnansi-antpli10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpli10.tfm) = %{tl_version} +Provides: tex(texnansi-antpli12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpli12.tfm) = %{tl_version} +Provides: tex(texnansi-antpli17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpli17.tfm) = %{tl_version} +Provides: tex(texnansi-antpli6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpli6.tfm) = %{tl_version} +Provides: tex(texnansi-antpli8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpli8.tfm) = %{tl_version} +Provides: tex(texnansi-antpm10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpm10.tfm) = %{tl_version} +Provides: tex(texnansi-antpm12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpm12.tfm) = %{tl_version} +Provides: tex(texnansi-antpm17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpm17.tfm) = %{tl_version} +Provides: tex(texnansi-antpm6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpm6.tfm) = %{tl_version} +Provides: tex(texnansi-antpm8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpm8.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi10.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi12.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi17.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi6.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpmi8.tfm) = %{tl_version} +Provides: tex(texnansi-antpr10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpr10.tfm) = %{tl_version} +Provides: tex(texnansi-antpr12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpr12.tfm) = %{tl_version} +Provides: tex(texnansi-antpr17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpr17.tfm) = %{tl_version} +Provides: tex(texnansi-antpr6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpr6.tfm) = %{tl_version} +Provides: tex(texnansi-antpr8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpr8.tfm) = %{tl_version} +Provides: tex(texnansi-antpri10-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpri10.tfm) = %{tl_version} +Provides: tex(texnansi-antpri12-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpri12.tfm) = %{tl_version} +Provides: tex(texnansi-antpri17-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpri17.tfm) = %{tl_version} +Provides: tex(texnansi-antpri6-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpri6.tfm) = %{tl_version} +Provides: tex(texnansi-antpri8-sc.tfm) = %{tl_version} +Provides: tex(texnansi-antpri8.tfm) = %{tl_version} +Provides: tex(ts1-antpb10.tfm) = %{tl_version} +Provides: tex(ts1-antpb12.tfm) = %{tl_version} +Provides: tex(ts1-antpb17.tfm) = %{tl_version} +Provides: tex(ts1-antpb6.tfm) = %{tl_version} +Provides: tex(ts1-antpb8.tfm) = %{tl_version} +Provides: tex(ts1-antpbi10.tfm) = %{tl_version} +Provides: tex(ts1-antpbi12.tfm) = %{tl_version} +Provides: tex(ts1-antpbi17.tfm) = %{tl_version} +Provides: tex(ts1-antpbi6.tfm) = %{tl_version} +Provides: tex(ts1-antpbi8.tfm) = %{tl_version} +Provides: tex(ts1-antpl10.tfm) = %{tl_version} +Provides: tex(ts1-antpl12.tfm) = %{tl_version} +Provides: tex(ts1-antpl17.tfm) = %{tl_version} +Provides: tex(ts1-antpl6.tfm) = %{tl_version} +Provides: tex(ts1-antpl8.tfm) = %{tl_version} +Provides: tex(ts1-antpli10.tfm) = %{tl_version} +Provides: tex(ts1-antpli12.tfm) = %{tl_version} +Provides: tex(ts1-antpli17.tfm) = %{tl_version} +Provides: tex(ts1-antpli6.tfm) = %{tl_version} +Provides: tex(ts1-antpli8.tfm) = %{tl_version} +Provides: tex(ts1-antpm10.tfm) = %{tl_version} +Provides: tex(ts1-antpm12.tfm) = %{tl_version} +Provides: tex(ts1-antpm17.tfm) = %{tl_version} +Provides: tex(ts1-antpm6.tfm) = %{tl_version} +Provides: tex(ts1-antpm8.tfm) = %{tl_version} +Provides: tex(ts1-antpmi10.tfm) = %{tl_version} +Provides: tex(ts1-antpmi12.tfm) = %{tl_version} +Provides: tex(ts1-antpmi17.tfm) = %{tl_version} +Provides: tex(ts1-antpmi6.tfm) = %{tl_version} +Provides: tex(ts1-antpmi8.tfm) = %{tl_version} +Provides: tex(ts1-antpr10.tfm) = %{tl_version} +Provides: tex(ts1-antpr12.tfm) = %{tl_version} +Provides: tex(ts1-antpr17.tfm) = %{tl_version} +Provides: tex(ts1-antpr6.tfm) = %{tl_version} +Provides: tex(ts1-antpr8.tfm) = %{tl_version} +Provides: tex(ts1-antpri10.tfm) = %{tl_version} +Provides: tex(ts1-antpri12.tfm) = %{tl_version} +Provides: tex(ts1-antpri17.tfm) = %{tl_version} +Provides: tex(ts1-antpri6.tfm) = %{tl_version} +Provides: tex(ts1-antpri8.tfm) = %{tl_version} +Provides: tex(antpb10.pfb) = %{tl_version} +Provides: tex(antpb12.pfb) = %{tl_version} +Provides: tex(antpb17.pfb) = %{tl_version} +Provides: tex(antpb6.pfb) = %{tl_version} +Provides: tex(antpb8.pfb) = %{tl_version} +Provides: tex(antpbi10.pfb) = %{tl_version} +Provides: tex(antpbi12.pfb) = %{tl_version} +Provides: tex(antpbi17.pfb) = %{tl_version} +Provides: tex(antpbi6.pfb) = %{tl_version} +Provides: tex(antpbi8.pfb) = %{tl_version} +Provides: tex(antpl10.pfb) = %{tl_version} +Provides: tex(antpl12.pfb) = %{tl_version} +Provides: tex(antpl17.pfb) = %{tl_version} +Provides: tex(antpl6.pfb) = %{tl_version} +Provides: tex(antpl8.pfb) = %{tl_version} +Provides: tex(antpli10.pfb) = %{tl_version} +Provides: tex(antpli12.pfb) = %{tl_version} +Provides: tex(antpli17.pfb) = %{tl_version} +Provides: tex(antpli6.pfb) = %{tl_version} +Provides: tex(antpli8.pfb) = %{tl_version} +Provides: tex(antpm10.pfb) = %{tl_version} +Provides: tex(antpm12.pfb) = %{tl_version} +Provides: tex(antpm17.pfb) = %{tl_version} +Provides: tex(antpm6.pfb) = %{tl_version} +Provides: tex(antpm8.pfb) = %{tl_version} +Provides: tex(antpmi10.pfb) = %{tl_version} +Provides: tex(antpmi12.pfb) = %{tl_version} +Provides: tex(antpmi17.pfb) = %{tl_version} +Provides: tex(antpmi6.pfb) = %{tl_version} +Provides: tex(antpmi8.pfb) = %{tl_version} +Provides: tex(antpr10.pfb) = %{tl_version} +Provides: tex(antpr12.pfb) = %{tl_version} +Provides: tex(antpr17.pfb) = %{tl_version} +Provides: tex(antpr6.pfb) = %{tl_version} +Provides: tex(antpr8.pfb) = %{tl_version} +Provides: tex(antpri10.pfb) = %{tl_version} +Provides: tex(antpri12.pfb) = %{tl_version} +Provides: tex(antpri17.pfb) = %{tl_version} +Provides: tex(antpri6.pfb) = %{tl_version} +Provides: tex(antpri8.pfb) = %{tl_version} +Provides: tex(antpolt.sty) = %{tl_version} +Provides: tex(il2antp.fd) = %{tl_version} +Provides: tex(il2antpl.fd) = %{tl_version} +Provides: tex(l7xantp.fd) = %{tl_version} +Provides: tex(l7xantpl.fd) = %{tl_version} +Provides: tex(ly1antp.fd) = %{tl_version} +Provides: tex(ly1antpl.fd) = %{tl_version} +Provides: tex(ot1antp.fd) = %{tl_version} +Provides: tex(ot1antpl.fd) = %{tl_version} +Provides: tex(ot4antp.fd) = %{tl_version} +Provides: tex(ot4antpl.fd) = %{tl_version} +Provides: tex(qxantp.fd) = %{tl_version} +Provides: tex(qxantpl.fd) = %{tl_version} +Provides: tex(t1antp.fd) = %{tl_version} +Provides: tex(t1antpl.fd) = %{tl_version} +Provides: tex(t5antp.fd) = %{tl_version} +Provides: tex(t5antpl.fd) = %{tl_version} +Provides: tex(ts1antp.fd) = %{tl_version} +Provides: tex(ts1antpl.fd) = %{tl_version} + +%description poltawski +The package contains the Antykwa Poltawskiego family of fonts +in the PostScript Type 1 and OpenType formats. The original +font was designed in the twenties of the XX century by the +Polish typographer Adam Poltawski(1881-1952). Following the +route set out by the Latin Modern and TeX Gyre projects +(http://www.gust.org.pl/projects/e-foundry), the Antykwa +Poltawskiego digitisation project aims at providing a rich +collection of diacritical characters in the attempt to cover as +many Latin-based scripts as possible. To our knowledge, the +repertoire of characters covers all European languages as well +as some other Latin-based alphabets such as Vietnamese and +Navajo; at the request of users, recent extensions (following +the enhancement of the Latin Modern collection) provide glyphs +sufficient for typesetting of romanized transliterations of +Arabic and Sanskrit scripts. The Antykwa Poltawskiego family +consists of 4 weights (light, normal, medium, bold), each +having upright and italic forms and one of 5 design sizes: 6, +8, 10, 12 and 17pt (in the OTF lingo: extended, semiextended, +normal, semicondensed, and condensed, respectively). +Altogether, the collection comprises 40 font files, containing +the same repertoire of 1126 characters. The preliminary version +of Antykwa Poltawskiego (antp package) released in 2000 is +rendered obsolete by this package. + +date: 2010-10-12 09:30:05 +0200 + +%post poltawski +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map ap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map ap.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun poltawski +if [ $1 == 0 ] ; then +sed -i '/^Map ap.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans poltawski +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package poltawski-doc +Summary: Documentation for poltawski +Version: svn20075.1.101 +Release: %{tl_noarch_release} +Provides: tex-poltawski-doc +BuildArch: noarch +AutoReqProv: No + +%description poltawski-doc +Documentation for poltawski + +%package prodint +Provides: tex-prodint = %{tl_version} +License: OFL +Summary: A font that provides the product integral symbol +Version: svn21893.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(prodint.map) = %{tl_version} +Provides: tex(prodint.tfm) = %{tl_version} +Provides: tex(prodint.pfb) = %{tl_version} +Provides: tex(prodint.sty) = %{tl_version} + +%description prodint +Product integrals are to products, as integrals are to sums. +They have been around for more than a hundred years, they have +not become part of the standard toolbox, possibly because no- +one invented the right mathematical symbol for them. The +authors remedied that situation by proposing the symbol and +providing this font. + +date: 2011-03-30 12:07:52 +0200 + +%post prodint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map prodint.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map prodint.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun prodint +if [ $1 == 0 ] ; then +sed -i '/^Map prodint.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans prodint +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package prodint-doc +Summary: Documentation for prodint +Version: svn21893.0 +Release: %{tl_noarch_release} +Provides: tex-prodint-doc +BuildArch: noarch +AutoReqProv: No + +%description prodint-doc +Documentation for prodint + +%package punk +Provides: tex-punk = %{tl_version} +License: Knuth +Summary: Donald Knuth's punk font +Version: svn27388.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(punk10.tfm) = %{tl_version} +Provides: tex(punk12.tfm) = %{tl_version} +Provides: tex(punk20.tfm) = %{tl_version} +Provides: tex(punkbx20.tfm) = %{tl_version} +Provides: tex(punksl20.tfm) = %{tl_version} + +%description punk +A response to the assertion in a lecture that "typography tends +to lag behind other stylistic changes by about 10 years". Knuth +felt it was (in 1988) time to design a replacement for his +designs of the 1970s, and came up with this font! The fonts are +distributed as Metafont source. The package offers LaTeX +support by Rohit Grover, from an original by Sebastian Rahtz, +which is slightly odd in claiming that the fonts are T1- +encoded. A (possibly) more rational support package is to be +found in punk-latex + +date: 2012-05-30 14:49:05 +0200 + +%post punk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun punk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package punk-doc +Summary: Documentation for punk +Version: svn27388.0 +Release: %{tl_noarch_release} +Provides: tex-punk-doc +BuildArch: noarch +AutoReqProv: No + +%description punk-doc +Documentation for punk + +%package punk-latex +Provides: tex-punk-latex = %{tl_version} +License: GPL+ +Summary: LaTeX support for punk fonts +Version: svn27389.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ot1pnk.fd) = %{tl_version} +Provides: tex(punk.sty) = %{tl_version} + +%description punk-latex +The package and .fd file provide support for Knuth's punk +fonts. That bundle also offers support within LaTeX; the +present package is to be preferred. + +date: 2012-05-30 14:49:05 +0200 + +%post punk-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun punk-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punk-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package punk-latex-doc +Summary: Documentation for punk-latex +Version: svn27389.1.1 +Release: %{tl_noarch_release} +Provides: tex-punk-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description punk-latex-doc +Documentation for punk-latex + +%package punknova +Provides: tex-punknova = %{tl_version} +License: Punknova +Summary: OpenType version of Knuth's Punk font +Version: svn24649.1.003 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(punknova-bold.otf) = %{tl_version} +Provides: tex(punknova-boldslanted.otf) = %{tl_version} +Provides: tex(punknova-regular.otf) = %{tl_version} +Provides: tex(punknova-slanted.otf) = %{tl_version} + +%description punknova +The font was generated from a MetaPost version of the sources +of the 'original' punk font. Knuth's original fonts generated +different shapes at random. This isn't actually possible in an +OpenType font; rather, the font contains several variants of +each glyph, and uses the OpenType randomize function to select +a variant for each invocation. + +date: 2011-11-23 11:34:47 +0100 + +%post punknova +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun punknova +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punknova +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package punknova-doc +Summary: Documentation for punknova +Version: svn24649.1.003 +Release: %{tl_noarch_release} +Provides: tex-punknova-doc +BuildArch: noarch +AutoReqProv: No + +%description punknova-doc +Documentation for punknova + +%package pxtxalfa +Provides: tex-pxtxalfa = %{tl_version} +License: LPPL +Summary: Virtual maths alphabets based on pxfonts and txfonts +Version: svn23682.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(pxtx.map) = %{tl_version} +Provides: tex(pxb-ds.tfm) = %{tl_version} +Provides: tex(pxr-ds.tfm) = %{tl_version} +Provides: tex(rtxmia.tfm) = %{tl_version} +Provides: tex(txb-cal.tfm) = %{tl_version} +Provides: tex(txb-frak.tfm) = %{tl_version} +Provides: tex(txb-of.tfm) = %{tl_version} +Provides: tex(txr-cal.tfm) = %{tl_version} +Provides: tex(txr-ds.tfm) = %{tl_version} +Provides: tex(txr-frak.tfm) = %{tl_version} +Provides: tex(txr-of.tfm) = %{tl_version} +Provides: tex(pxb-ds.vf) = %{tl_version} +Provides: tex(pxr-ds.vf) = %{tl_version} +Provides: tex(txb-cal.vf) = %{tl_version} +Provides: tex(txb-frak.vf) = %{tl_version} +Provides: tex(txb-of.vf) = %{tl_version} +Provides: tex(txr-cal.vf) = %{tl_version} +Provides: tex(txr-ds.vf) = %{tl_version} +Provides: tex(txr-frak.vf) = %{tl_version} +Provides: tex(txr-of.vf) = %{tl_version} +Provides: tex(px-ds.sty) = %{tl_version} +Provides: tex(pxtx-cal.sty) = %{tl_version} +Provides: tex(pxtx-frak.sty) = %{tl_version} +Provides: tex(tx-of.sty) = %{tl_version} +Provides: tex(upx-ds.fd) = %{tl_version} +Provides: tex(utx-cal.fd) = %{tl_version} +Provides: tex(utx-frak.fd) = %{tl_version} +Provides: tex(utx-of.fd) = %{tl_version} + +%description pxtxalfa +The package provides virtual math alphabets based on pxfonts +and txfonts, with LaTeX support files and adjusted metrics. The +mathalfa package offers support for this collection. + +date: 2011-08-23 14:32:14 +0200 + +%post pxtxalfa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map pxtx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map pxtx.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun pxtxalfa +if [ $1 == 0 ] ; then +sed -i '/^Map pxtx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans pxtxalfa +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxtxalfa-doc +Summary: Documentation for pxtxalfa +Version: svn23682.1 +Release: %{tl_noarch_release} +Provides: tex-pxtxalfa-doc +BuildArch: noarch +AutoReqProv: No + +%description pxtxalfa-doc +Documentation for pxtxalfa + +%package quattrocento +Provides: tex-quattrocento = %{tl_version} +License: LPPL +Summary: LaTeX support for Quattrocento and Quattrocento Sans fonts +Version: svn28957.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(textcomp.sty) +Requires: tex(xkeyval.sty) +Requires: tex(fontspec.sty) +Requires: tex(fontenc.sty) +Requires: tex(fontaxes.sty) +Provides: tex(qtrcnt_464xel.enc) = %{tl_version} +Provides: tex(qtrcnt_4btof3.enc) = %{tl_version} +Provides: tex(qtrcnt_6abmaa.enc) = %{tl_version} +Provides: tex(qtrcnt_arxkdo.enc) = %{tl_version} +Provides: tex(qtrcnt_aykkbr.enc) = %{tl_version} +Provides: tex(qtrcnt_cpzb4n.enc) = %{tl_version} +Provides: tex(qtrcnt_dhs3d3.enc) = %{tl_version} +Provides: tex(qtrcnt_dn5k7b.enc) = %{tl_version} +Provides: tex(qtrcnt_dw2g3h.enc) = %{tl_version} +Provides: tex(qtrcnt_e45lg2.enc) = %{tl_version} +Provides: tex(qtrcnt_h2bn35.enc) = %{tl_version} +Provides: tex(qtrcnt_iyhp72.enc) = %{tl_version} +Provides: tex(qtrcnt_mamppr.enc) = %{tl_version} +Provides: tex(qtrcnt_n36lnh.enc) = %{tl_version} +Provides: tex(qtrcnt_nfidqf.enc) = %{tl_version} +Provides: tex(qtrcnt_ptp2lu.enc) = %{tl_version} +Provides: tex(qtrcnt_qceur4.enc) = %{tl_version} +Provides: tex(qtrcnt_tevtmb.enc) = %{tl_version} +Provides: tex(qtrcnt_tixcdz.enc) = %{tl_version} +Provides: tex(qtrcnt_vzn2dc.enc) = %{tl_version} +Provides: tex(qtrcnt_wpi2yi.enc) = %{tl_version} +Provides: tex(qtrcnt_xt7yz2.enc) = %{tl_version} +Provides: tex(qtrcnt_xvywtm.enc) = %{tl_version} +Provides: tex(qtrcnt_zdiabs.enc) = %{tl_version} +Provides: tex(qtrcnt_zievlx.enc) = %{tl_version} +Provides: tex(qtrcnt_zq54sp.enc) = %{tl_version} +Provides: tex(quattrocento.map) = %{tl_version} +Provides: tex(Quattrocento-Bold.otf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic.otf) = %{tl_version} +Provides: tex(Quattrocento-Italic.otf) = %{tl_version} +Provides: tex(Quattrocento.otf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold.otf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic.otf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic.otf) = %{tl_version} +Provides: tex(QuattrocentoSans.otf) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-ly1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-ot1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-t1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-t1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-ly1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-ot1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-t1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ts1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ly1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ly1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ot1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ot1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ot1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-t1--lcdfj.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-t1.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Quattrocento-Bold.pfb) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic.pfb) = %{tl_version} +Provides: tex(QuattrocentoItalic.pfb) = %{tl_version} +Provides: tex(QuattrocentoRegular.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalicLCDFJ.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldLCDFJ.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans-ItalicLCDFJ.pfb) = %{tl_version} +Provides: tex(QuattrocentoSans.pfb) = %{tl_version} +Provides: tex(QuattrocentoSansLCDFJ.pfb) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-ly1.vf) = %{tl_version} +Provides: tex(Quattrocento-Bold-sup-t1.vf) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(Quattrocento-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-ly1.vf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-sup-t1.vf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(Quattrocento-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoItalic-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoRegular-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoRegular-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-Italic-tlf-ts1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-sup-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ly1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ot1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-t1.vf) = %{tl_version} +Provides: tex(QuattrocentoSans-tlf-ts1.vf) = %{tl_version} +Provides: tex(LY1Quattrocento-TLF.fd) = %{tl_version} +Provides: tex(LY1QuattrocentoSans-TLF.fd) = %{tl_version} +Provides: tex(OT1Quattrocento-TLF.fd) = %{tl_version} +Provides: tex(OT1QuattrocentoSans-TLF.fd) = %{tl_version} +Provides: tex(T1Quattrocento-TLF.fd) = %{tl_version} +Provides: tex(T1QuattrocentoSans-TLF.fd) = %{tl_version} +Provides: tex(TS1Quattrocento-TLF.fd) = %{tl_version} +Provides: tex(TS1QuattrocentoSans-TLF.fd) = %{tl_version} +Provides: tex(quattrocento.sty) = %{tl_version} + +%description quattrocento +The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX +support for the Quattrocento and Quattrocento Sans families of +fonts, designed by Pablo Impallari; the fonts themselves are +also provided, in both Type 1 and OpenType format. Quattrocento +is a classic typeface with wide and open letterforms, and great +x-height, which makes it very legible for body text at small +sizes. Tiny details that only show up at bigger sizes make it +also great for display use. Quattrocento Sans is the perfect +sans-serif companion for Quattrocento. + +date: 2012-11-26 01:49:31 +0100 + +%post quattrocento +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map quattrocento.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map quattrocento.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun quattrocento +if [ $1 == 0 ] ; then +sed -i '/^Map quattrocento.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans quattrocento +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package quattrocento-doc +Summary: Documentation for quattrocento +Version: svn28957.0 +Release: %{tl_noarch_release} +Provides: tex-quattrocento-doc +BuildArch: noarch +AutoReqProv: No + +%description quattrocento-doc +Documentation for quattrocento + +%package raleway +Provides: tex-raleway = %{tl_version} +License: OFSFLD +Summary: Use Raleway with TeX(-alike) systems +Version: svn30211.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontaxes.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Provides: tex(a_7mkq5h.enc) = %{tl_version} +Provides: tex(a_bzmckq.enc) = %{tl_version} +Provides: tex(a_ioyy6d.enc) = %{tl_version} +Provides: tex(a_k2dfwc.enc) = %{tl_version} +Provides: tex(a_keo5xw.enc) = %{tl_version} +Provides: tex(a_l5jmzb.enc) = %{tl_version} +Provides: tex(a_nli7k3.enc) = %{tl_version} +Provides: tex(a_oaj2jl.enc) = %{tl_version} +Provides: tex(a_sor5xn.enc) = %{tl_version} +Provides: tex(a_sp3cim.enc) = %{tl_version} +Provides: tex(a_uagyv3.enc) = %{tl_version} +Provides: tex(a_umxzao.enc) = %{tl_version} +Provides: tex(a_yqxcf3.enc) = %{tl_version} +Provides: tex(Raleway.map) = %{tl_version} +Provides: tex(Raleway-Black.otf) = %{tl_version} +Provides: tex(Raleway-Bold.otf) = %{tl_version} +Provides: tex(Raleway-ExtraBold.otf) = %{tl_version} +Provides: tex(Raleway-ExtraLight.otf) = %{tl_version} +Provides: tex(Raleway-Light.otf) = %{tl_version} +Provides: tex(Raleway-Medium.otf) = %{tl_version} +Provides: tex(Raleway-Regular.otf) = %{tl_version} +Provides: tex(Raleway-SemiBold.otf) = %{tl_version} +Provides: tex(Raleway-Thin.otf) = %{tl_version} +Provides: tex(Raleway-Black-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-t1.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ts1.tfm) = %{tl_version} +Provides: tex(Raleway-Black.pfb) = %{tl_version} +Provides: tex(Raleway-Bold.pfb) = %{tl_version} +Provides: tex(Raleway-ExtraBold.pfb) = %{tl_version} +Provides: tex(Raleway-ExtraLight.pfb) = %{tl_version} +Provides: tex(Raleway-Light.pfb) = %{tl_version} +Provides: tex(Raleway-Medium.pfb) = %{tl_version} +Provides: tex(Raleway-Regular.pfb) = %{tl_version} +Provides: tex(Raleway-SemiBold.pfb) = %{tl_version} +Provides: tex(Raleway-Thin.pfb) = %{tl_version} +Provides: tex(Raleway-Black-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Black-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Black-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Bold-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraBold-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-ExtraLight-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Light-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Medium-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Regular-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-SemiBold-tosf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-osf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tlf-ts1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-t1.vf) = %{tl_version} +Provides: tex(Raleway-Thin-tosf-ts1.vf) = %{tl_version} +Provides: tex(.sty) = %{tl_version} +Provides: tex(LY1-TLF.fd) = %{tl_version} +Provides: tex(LY1Raleway-OsF.fd) = %{tl_version} +Provides: tex(LY1Raleway-TLF.fd) = %{tl_version} +Provides: tex(LY1Raleway-TOsF.fd) = %{tl_version} +Provides: tex(OT1-TLF.fd) = %{tl_version} +Provides: tex(OT1Raleway-OsF.fd) = %{tl_version} +Provides: tex(OT1Raleway-TLF.fd) = %{tl_version} +Provides: tex(OT1Raleway-TOsF.fd) = %{tl_version} +Provides: tex(T1-TLF.fd) = %{tl_version} +Provides: tex(T1Raleway-OsF.fd) = %{tl_version} +Provides: tex(T1Raleway-TLF.fd) = %{tl_version} +Provides: tex(T1Raleway-TOsF.fd) = %{tl_version} +Provides: tex(TS1-TLF.fd) = %{tl_version} +Provides: tex(TS1Raleway-OsF.fd) = %{tl_version} +Provides: tex(TS1Raleway-TLF.fd) = %{tl_version} +Provides: tex(TS1Raleway-TOsF.fd) = %{tl_version} +Provides: tex(raleway-type1-autoinst.sty) = %{tl_version} +Provides: tex(Raleway.sty) = %{tl_version} +Provides: tex(raleway.sty) = %{tl_version} + +%description raleway +The package provides the Raleway family in an easy to use way. +For XeLaTeX and LuaLaTeX users the original OpenType fonts are +used. The entire font family is included. + +date: 2013-05-02 20:57:12 +0200 + +%post raleway +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map Raleway.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map Raleway.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun raleway +if [ $1 == 0 ] ; then +sed -i '/^Map Raleway.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans raleway +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package raleway-doc +Summary: Documentation for raleway +Version: svn30211.1.0 +Release: %{tl_noarch_release} +Provides: tex-raleway-doc +BuildArch: noarch +AutoReqProv: No + +%description raleway-doc +Documentation for raleway + +%package recycle +Provides: tex-recycle = %{tl_version} +License: GPL+ +Summary: A font providing the "recyclable" logo +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(recycle.map) = %{tl_version} +Provides: tex(recycle.tfm) = %{tl_version} +Provides: tex(recycle.pfb) = %{tl_version} +Provides: tex(recycle.sty) = %{tl_version} + +%description recycle +This single-character font is provided as MetaFont source, and +in Adobe Type 1 format. It is accompanied by a trivial LaTeX +package to use the logo at various sizes. + +date: 2009-11-10 00:30:52 +0100 + +%post recycle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map recycle.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map recycle.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun recycle +if [ $1 == 0 ] ; then +sed -i '/^Map recycle.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans recycle +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package recycle-doc +Summary: Documentation for recycle +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-recycle-doc +BuildArch: noarch +AutoReqProv: No + +%description recycle-doc +Documentation for recycle + +%package romande +Provides: tex-romande = %{tl_version} +License: LPPL +Summary: Romande ADF fonts and LaTeX support +Version: svn19537.1.008_v7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(romande-supp.enc) = %{tl_version} +Provides: tex(t1-romandeadf-alt.enc) = %{tl_version} +Provides: tex(t1-romandeadf.enc) = %{tl_version} +Provides: tex(ts1-euro-yrd.enc) = %{tl_version} +Provides: tex(yrd.map) = %{tl_version} +Provides: tex(s-yrdd.tfm) = %{tl_version} +Provides: tex(s-yrddi.tfm) = %{tl_version} +Provides: tex(s-yrdr.tfm) = %{tl_version} +Provides: tex(s-yrdri.tfm) = %{tl_version} +Provides: tex(s-yrdriw.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-alt-yrdd.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-alt-yrddi.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-alt-yrdr.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-alt-yrdri.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-alt-yrdriw.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrdd.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrddc.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrddi.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrdr.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrdrc.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrdri.tfm) = %{tl_version} +Provides: tex(t1-romandeadf-yrdriw.tfm) = %{tl_version} +Provides: tex(ts1-yrdd.tfm) = %{tl_version} +Provides: tex(ts1-yrddi.tfm) = %{tl_version} +Provides: tex(ts1-yrdr.tfm) = %{tl_version} +Provides: tex(ts1-yrdri.tfm) = %{tl_version} +Provides: tex(ts1-yrdriw.tfm) = %{tl_version} +Provides: tex(yrdd8c.tfm) = %{tl_version} +Provides: tex(yrdd8t.tfm) = %{tl_version} +Provides: tex(yrdda8t.tfm) = %{tl_version} +Provides: tex(yrddai8t.tfm) = %{tl_version} +Provides: tex(yrddc8t.tfm) = %{tl_version} +Provides: tex(yrddi8c.tfm) = %{tl_version} +Provides: tex(yrddi8t.tfm) = %{tl_version} +Provides: tex(yrdr8c.tfm) = %{tl_version} +Provides: tex(yrdr8t.tfm) = %{tl_version} +Provides: tex(yrdra8t.tfm) = %{tl_version} +Provides: tex(yrdrai8t.tfm) = %{tl_version} +Provides: tex(yrdraiw8t.tfm) = %{tl_version} +Provides: tex(yrdrc8t.tfm) = %{tl_version} +Provides: tex(yrdri8c.tfm) = %{tl_version} +Provides: tex(yrdri8t.tfm) = %{tl_version} +Provides: tex(yrdriw8c.tfm) = %{tl_version} +Provides: tex(yrdriw8t.tfm) = %{tl_version} +Provides: tex(yrdd8a.pfb) = %{tl_version} +Provides: tex(yrddc8a.pfb) = %{tl_version} +Provides: tex(yrddi8a.pfb) = %{tl_version} +Provides: tex(yrdr8a.pfb) = %{tl_version} +Provides: tex(yrdrc8a.pfb) = %{tl_version} +Provides: tex(yrdri8a.pfb) = %{tl_version} +Provides: tex(yrdriw8a.pfb) = %{tl_version} +Provides: tex(yrdd8c.vf) = %{tl_version} +Provides: tex(yrdd8t.vf) = %{tl_version} +Provides: tex(yrdda8t.vf) = %{tl_version} +Provides: tex(yrddai8t.vf) = %{tl_version} +Provides: tex(yrddc8t.vf) = %{tl_version} +Provides: tex(yrddi8c.vf) = %{tl_version} +Provides: tex(yrddi8t.vf) = %{tl_version} +Provides: tex(yrdr8c.vf) = %{tl_version} +Provides: tex(yrdr8t.vf) = %{tl_version} +Provides: tex(yrdra8t.vf) = %{tl_version} +Provides: tex(yrdrai8t.vf) = %{tl_version} +Provides: tex(yrdraiw8t.vf) = %{tl_version} +Provides: tex(yrdrc8t.vf) = %{tl_version} +Provides: tex(yrdri8c.vf) = %{tl_version} +Provides: tex(yrdri8t.vf) = %{tl_version} +Provides: tex(yrdriw8c.vf) = %{tl_version} +Provides: tex(yrdriw8t.vf) = %{tl_version} +Provides: tex(romande.sty) = %{tl_version} +Provides: tex(t1yrd.fd) = %{tl_version} +Provides: tex(t1yrda.fd) = %{tl_version} +Provides: tex(t1yrdaw.fd) = %{tl_version} +Provides: tex(t1yrdw.fd) = %{tl_version} +Provides: tex(ts1yrd.fd) = %{tl_version} +Provides: tex(ts1yrda.fd) = %{tl_version} +Provides: tex(ts1yrdaw.fd) = %{tl_version} +Provides: tex(ts1yrdw.fd) = %{tl_version} + +%description romande +Romande ADF is a serif font family with oldstyle figures, +designed as a substitute for Times, Tiffany or Caslon. The +family currently includes upright, italic and small-caps shapes +in each of regular and demi-bold weights and an italic script +in regular. The support package renames the fonts according to +the Karl Berry fontname scheme and defines four families. Two +of these primarily provide access to the "standard" or default +characters while the "alternate" families support alternate +characters, additional ligatures and the long s. The included +package files provide access to these features in LaTeX as +explained in the documentation. The LaTeX support requires the +nfssext-cfr and the xkeyval packages. + +date: 2010-07-14 23:31:19 +0200 + +%post romande +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map yrd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yrd.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun romande +if [ $1 == 0 ] ; then +sed -i '/^Map yrd.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans romande +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package romande-doc +Summary: Documentation for romande +Version: svn19537.1.008_v7 +Release: %{tl_noarch_release} +Provides: tex-romande-doc +BuildArch: noarch +AutoReqProv: No + +%description romande-doc +Documentation for romande + +%package rsfso +Provides: tex-rsfso = %{tl_version} +License: LPPL +Summary: A mathematical calligraphic font based on rsfs +Version: svn23462.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(rsfso.map) = %{tl_version} +Provides: tex(rrsfso10.tfm) = %{tl_version} +Provides: tex(rrsfso5.tfm) = %{tl_version} +Provides: tex(rrsfso7.tfm) = %{tl_version} +Provides: tex(rsfso10.tfm) = %{tl_version} +Provides: tex(rsfso5.tfm) = %{tl_version} +Provides: tex(rsfso7.tfm) = %{tl_version} +Provides: tex(rsfso10.vf) = %{tl_version} +Provides: tex(rsfso5.vf) = %{tl_version} +Provides: tex(rsfso7.vf) = %{tl_version} +Provides: tex(rsfso.sty) = %{tl_version} +Provides: tex(ursfso.fd) = %{tl_version} + +%description rsfso +The package provides virtual fonts and LaTeX support files for +mathematical calligraphic fonts based on the rsfs Adobe Type 1 +fonts (which must also be present for successful installation, +with the slant substantially reduced. The output is quite +similar to that from the Adobe Mathematical Pi script font. + +date: 2011-02-18 16:44:14 +0100 + +%post rsfso +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map rsfso.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map rsfso.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun rsfso +if [ $1 == 0 ] ; then +sed -i '/^Map rsfso.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans rsfso +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rsfso-doc +Summary: Documentation for rsfso +Version: svn23462.1 +Release: %{tl_noarch_release} +Provides: tex-rsfso-doc +BuildArch: noarch +AutoReqProv: No + +%description rsfso-doc +Documentation for rsfso + +%package sansmathaccent +Provides: tex-sansmathaccent = %{tl_version} +License: LPPL 1.3 +Summary: Correct placement of accents in sans-serif maths +Version: svn30187.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(filehook.sty) +Provides: tex(sansmathaccent.map) = %{tl_version} +Provides: tex(mathkerncmssi10.tfm) = %{tl_version} +Provides: tex(mathkerncmssi12.tfm) = %{tl_version} +Provides: tex(mathkerncmssi17.tfm) = %{tl_version} +Provides: tex(mathkerncmssi8.tfm) = %{tl_version} +Provides: tex(mathkerncmssi9.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi10.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi12.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi17.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi8.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi9.tfm) = %{tl_version} +Provides: tex(mathkerncmssxi10.vf) = %{tl_version} +Provides: tex(mathkerncmssxi12.vf) = %{tl_version} +Provides: tex(mathkerncmssxi17.vf) = %{tl_version} +Provides: tex(mathkerncmssxi8.vf) = %{tl_version} +Provides: tex(mathkerncmssxi9.vf) = %{tl_version} +Provides: tex(ot1mathkerncmss.fd) = %{tl_version} +Provides: tex(sansmathaccent.sty) = %{tl_version} + +%description sansmathaccent +Sans serif maths (produced by the beamer class or the sfmath +package) often has accents positioned incorrectly. The package +fixes the positioning of such accents when the default font +(cmssi) is used for sans serif maths. + +date: 2013-04-30 15:48:45 +0200 + +%post sansmathaccent +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map sansmathaccent.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map sansmathaccent.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun sansmathaccent +if [ $1 == 0 ] ; then +sed -i '/^Map sansmathaccent.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans sansmathaccent +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sansmathaccent-doc +Summary: Documentation for sansmathaccent +Version: svn30187.0 +Release: %{tl_noarch_release} +Provides: tex-sansmathaccent-doc +BuildArch: noarch +AutoReqProv: No + +%description sansmathaccent-doc +Documentation for sansmathaccent + +%package sansmathfonts +Provides: tex-sansmathfonts = %{tl_version} +License: LPPL 1.3 +Summary: Correct placement of accents in sans-serif maths +Version: svn30173.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(sansmathfonts.map) = %{tl_version} +Provides: tex(cmsmf10.tfm) = %{tl_version} +Provides: tex(cmsmf12.tfm) = %{tl_version} +Provides: tex(cmsmf17.tfm) = %{tl_version} +Provides: tex(cmsmf8.tfm) = %{tl_version} +Provides: tex(cmsmf9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi12.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi17.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibx10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibx12.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibx17.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibx8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibx9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXibxcsc10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsc10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsc8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsc9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsci10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsci8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXicsci9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXii10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXii12.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXii17.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXii8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXii9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixi10.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixi12.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixi17.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixi8.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixi9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXixicsc10.tfm) = %{tl_version} +Provides: tex(cmsmfbx10.tfm) = %{tl_version} +Provides: tex(cmsmfbx12.tfm) = %{tl_version} +Provides: tex(cmsmfbx17.tfm) = %{tl_version} +Provides: tex(cmsmfbx8.tfm) = %{tl_version} +Provides: tex(cmsmfbx9.tfm) = %{tl_version} +Provides: tex(cmsmfbxcsc10.tfm) = %{tl_version} +Provides: tex(cmsmfcsc10.tfm) = %{tl_version} +Provides: tex(cmsmfcsc8.tfm) = %{tl_version} +Provides: tex(cmsmfcsc9.tfm) = %{tl_version} +Provides: tex(cmsmfcsci10.tfm) = %{tl_version} +Provides: tex(cmsmfcsci8.tfm) = %{tl_version} +Provides: tex(cmsmfcsci9.tfm) = %{tl_version} +Provides: tex(cmsmfi10.tfm) = %{tl_version} +Provides: tex(cmsmfi12.tfm) = %{tl_version} +Provides: tex(cmsmfi17.tfm) = %{tl_version} +Provides: tex(cmsmfi8.tfm) = %{tl_version} +Provides: tex(cmsmfi9.tfm) = %{tl_version} +Provides: tex(cmsmfxi10.tfm) = %{tl_version} +Provides: tex(cmsmfxi12.tfm) = %{tl_version} +Provides: tex(cmsmfxi17.tfm) = %{tl_version} +Provides: tex(cmsmfxi8.tfm) = %{tl_version} +Provides: tex(cmsmfxi9.tfm) = %{tl_version} +Provides: tex(cmsmfxicsc10.tfm) = %{tl_version} +Provides: tex(cmssbsy10.tfm) = %{tl_version} +Provides: tex(cmssbsy5.tfm) = %{tl_version} +Provides: tex(cmssbsy6.tfm) = %{tl_version} +Provides: tex(cmssbsy7.tfm) = %{tl_version} +Provides: tex(cmssbsy8.tfm) = %{tl_version} +Provides: tex(cmssbsy9.tfm) = %{tl_version} +Provides: tex(cmssbxcsc10.tfm) = %{tl_version} +Provides: tex(cmsscsc10.tfm) = %{tl_version} +Provides: tex(cmsscsc8.tfm) = %{tl_version} +Provides: tex(cmsscsc9.tfm) = %{tl_version} +Provides: tex(cmsscsci10.tfm) = %{tl_version} +Provides: tex(cmsscsci8.tfm) = %{tl_version} +Provides: tex(cmsscsci9.tfm) = %{tl_version} +Provides: tex(cmssex10.tfm) = %{tl_version} +Provides: tex(cmssex7.tfm) = %{tl_version} +Provides: tex(cmssex8.tfm) = %{tl_version} +Provides: tex(cmssex9.tfm) = %{tl_version} +Provides: tex(cmssmi10.tfm) = %{tl_version} +Provides: tex(cmssmi5.tfm) = %{tl_version} +Provides: tex(cmssmi6.tfm) = %{tl_version} +Provides: tex(cmssmi7.tfm) = %{tl_version} +Provides: tex(cmssmi8.tfm) = %{tl_version} +Provides: tex(cmssmi9.tfm) = %{tl_version} +Provides: tex(cmssmib10.tfm) = %{tl_version} +Provides: tex(cmssmib5.tfm) = %{tl_version} +Provides: tex(cmssmib6.tfm) = %{tl_version} +Provides: tex(cmssmib7.tfm) = %{tl_version} +Provides: tex(cmssmib8.tfm) = %{tl_version} +Provides: tex(cmssmib9.tfm) = %{tl_version} +Provides: tex(cmsssy10.tfm) = %{tl_version} +Provides: tex(cmsssy5.tfm) = %{tl_version} +Provides: tex(cmsssy6.tfm) = %{tl_version} +Provides: tex(cmsssy7.tfm) = %{tl_version} +Provides: tex(cmsssy8.tfm) = %{tl_version} +Provides: tex(cmsssy9.tfm) = %{tl_version} +Provides: tex(cmssu10.tfm) = %{tl_version} +Provides: tex(cmssxicsc10.tfm) = %{tl_version} +Provides: tex(eczi0500.tfm) = %{tl_version} +Provides: tex(eczi0600.tfm) = %{tl_version} +Provides: tex(eczi0700.tfm) = %{tl_version} +Provides: tex(eczi0800.tfm) = %{tl_version} +Provides: tex(eczi0900.tfm) = %{tl_version} +Provides: tex(eczi1000.tfm) = %{tl_version} +Provides: tex(eczi1095.tfm) = %{tl_version} +Provides: tex(eczi1200.tfm) = %{tl_version} +Provides: tex(eczi1440.tfm) = %{tl_version} +Provides: tex(eczi1728.tfm) = %{tl_version} +Provides: tex(eczi2074.tfm) = %{tl_version} +Provides: tex(eczi2488.tfm) = %{tl_version} +Provides: tex(eczi2986.tfm) = %{tl_version} +Provides: tex(eczi3583.tfm) = %{tl_version} +Provides: tex(eczo0500.tfm) = %{tl_version} +Provides: tex(eczo0600.tfm) = %{tl_version} +Provides: tex(eczo0700.tfm) = %{tl_version} +Provides: tex(eczo0800.tfm) = %{tl_version} +Provides: tex(eczo0900.tfm) = %{tl_version} +Provides: tex(eczo1000.tfm) = %{tl_version} +Provides: tex(eczo1095.tfm) = %{tl_version} +Provides: tex(eczo1200.tfm) = %{tl_version} +Provides: tex(eczo1440.tfm) = %{tl_version} +Provides: tex(eczo1728.tfm) = %{tl_version} +Provides: tex(eczo2074.tfm) = %{tl_version} +Provides: tex(eczo2488.tfm) = %{tl_version} +Provides: tex(eczo2986.tfm) = %{tl_version} +Provides: tex(eczo3583.tfm) = %{tl_version} +Provides: tex(eczx0500.tfm) = %{tl_version} +Provides: tex(eczx0600.tfm) = %{tl_version} +Provides: tex(eczx0700.tfm) = %{tl_version} +Provides: tex(eczx0800.tfm) = %{tl_version} +Provides: tex(eczx0900.tfm) = %{tl_version} +Provides: tex(eczx1000.tfm) = %{tl_version} +Provides: tex(eczx1095.tfm) = %{tl_version} +Provides: tex(eczx1200.tfm) = %{tl_version} +Provides: tex(eczx1440.tfm) = %{tl_version} +Provides: tex(eczx1728.tfm) = %{tl_version} +Provides: tex(eczx2074.tfm) = %{tl_version} +Provides: tex(eczx2488.tfm) = %{tl_version} +Provides: tex(eczx2986.tfm) = %{tl_version} +Provides: tex(eczx3583.tfm) = %{tl_version} +Provides: tex(eczz0500.tfm) = %{tl_version} +Provides: tex(eczz0600.tfm) = %{tl_version} +Provides: tex(eczz0700.tfm) = %{tl_version} +Provides: tex(eczz0800.tfm) = %{tl_version} +Provides: tex(eczz0900.tfm) = %{tl_version} +Provides: tex(eczz1000.tfm) = %{tl_version} +Provides: tex(eczz1095.tfm) = %{tl_version} +Provides: tex(eczz1200.tfm) = %{tl_version} +Provides: tex(eczz1440.tfm) = %{tl_version} +Provides: tex(eczz1728.tfm) = %{tl_version} +Provides: tex(eczz2074.tfm) = %{tl_version} +Provides: tex(eczz2488.tfm) = %{tl_version} +Provides: tex(eczz2986.tfm) = %{tl_version} +Provides: tex(eczz3583.tfm) = %{tl_version} +Provides: tex(ssesint10.tfm) = %{tl_version} +Provides: tex(ssesint7.tfm) = %{tl_version} +Provides: tex(ssesint8.tfm) = %{tl_version} +Provides: tex(ssesint9.tfm) = %{tl_version} +Provides: tex(ssmsam10.tfm) = %{tl_version} +Provides: tex(ssmsam5.tfm) = %{tl_version} +Provides: tex(ssmsam6.tfm) = %{tl_version} +Provides: tex(ssmsam7.tfm) = %{tl_version} +Provides: tex(ssmsam8.tfm) = %{tl_version} +Provides: tex(ssmsam9.tfm) = %{tl_version} +Provides: tex(ssmsbm10.tfm) = %{tl_version} +Provides: tex(ssmsbm5.tfm) = %{tl_version} +Provides: tex(ssmsbm6.tfm) = %{tl_version} +Provides: tex(ssmsbm7.tfm) = %{tl_version} +Provides: tex(ssmsbm8.tfm) = %{tl_version} +Provides: tex(ssmsbm9.tfm) = %{tl_version} +Provides: tex(cmsmfIPiXi10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXi12.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXi17.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXi8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXi9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibx10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibx12.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibx17.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibx8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibx9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXibxcsc10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsc10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsc8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsc9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsci10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsci8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXicsci9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXii10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXii12.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXii17.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXii8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXii9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixi10.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixi12.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixi17.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixi8.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixi9.pfb) = %{tl_version} +Provides: tex(cmsmfIPiXixicsc10.pfb) = %{tl_version} +Provides: tex(cmssbsy10.pfb) = %{tl_version} +Provides: tex(cmssbsy5.pfb) = %{tl_version} +Provides: tex(cmssbsy6.pfb) = %{tl_version} +Provides: tex(cmssbsy7.pfb) = %{tl_version} +Provides: tex(cmssbsy8.pfb) = %{tl_version} +Provides: tex(cmssbsy9.pfb) = %{tl_version} +Provides: tex(cmssbx12.pfb) = %{tl_version} +Provides: tex(cmssbx17.pfb) = %{tl_version} +Provides: tex(cmssbx8.pfb) = %{tl_version} +Provides: tex(cmssbx9.pfb) = %{tl_version} +Provides: tex(cmssbxcsc10.pfb) = %{tl_version} +Provides: tex(cmsscsc10.pfb) = %{tl_version} +Provides: tex(cmsscsc8.pfb) = %{tl_version} +Provides: tex(cmsscsc9.pfb) = %{tl_version} +Provides: tex(cmsscsci10.pfb) = %{tl_version} +Provides: tex(cmsscsci8.pfb) = %{tl_version} +Provides: tex(cmsscsci9.pfb) = %{tl_version} +Provides: tex(cmssex10.pfb) = %{tl_version} +Provides: tex(cmssex7.pfb) = %{tl_version} +Provides: tex(cmssex8.pfb) = %{tl_version} +Provides: tex(cmssex9.pfb) = %{tl_version} +Provides: tex(cmssmi10.pfb) = %{tl_version} +Provides: tex(cmssmi5.pfb) = %{tl_version} +Provides: tex(cmssmi6.pfb) = %{tl_version} +Provides: tex(cmssmi7.pfb) = %{tl_version} +Provides: tex(cmssmi8.pfb) = %{tl_version} +Provides: tex(cmssmi9.pfb) = %{tl_version} +Provides: tex(cmssmib10.pfb) = %{tl_version} +Provides: tex(cmssmib5.pfb) = %{tl_version} +Provides: tex(cmssmib6.pfb) = %{tl_version} +Provides: tex(cmssmib7.pfb) = %{tl_version} +Provides: tex(cmssmib8.pfb) = %{tl_version} +Provides: tex(cmssmib9.pfb) = %{tl_version} +Provides: tex(cmsssy10.pfb) = %{tl_version} +Provides: tex(cmsssy5.pfb) = %{tl_version} +Provides: tex(cmsssy6.pfb) = %{tl_version} +Provides: tex(cmsssy7.pfb) = %{tl_version} +Provides: tex(cmsssy8.pfb) = %{tl_version} +Provides: tex(cmsssy9.pfb) = %{tl_version} +Provides: tex(cmssu10.pfb) = %{tl_version} +Provides: tex(cmssxi10.pfb) = %{tl_version} +Provides: tex(cmssxi12.pfb) = %{tl_version} +Provides: tex(cmssxi17.pfb) = %{tl_version} +Provides: tex(cmssxi8.pfb) = %{tl_version} +Provides: tex(cmssxi9.pfb) = %{tl_version} +Provides: tex(cmssxicsc10.pfb) = %{tl_version} +Provides: tex(eczi0500.pfb) = %{tl_version} +Provides: tex(eczi0600.pfb) = %{tl_version} +Provides: tex(eczi0700.pfb) = %{tl_version} +Provides: tex(eczi0800.pfb) = %{tl_version} +Provides: tex(eczi0900.pfb) = %{tl_version} +Provides: tex(eczi1000.pfb) = %{tl_version} +Provides: tex(eczi1095.pfb) = %{tl_version} +Provides: tex(eczi1200.pfb) = %{tl_version} +Provides: tex(eczi1440.pfb) = %{tl_version} +Provides: tex(eczi1728.pfb) = %{tl_version} +Provides: tex(eczi2074.pfb) = %{tl_version} +Provides: tex(eczi2488.pfb) = %{tl_version} +Provides: tex(eczi2986.pfb) = %{tl_version} +Provides: tex(eczi3583.pfb) = %{tl_version} +Provides: tex(eczo0500.pfb) = %{tl_version} +Provides: tex(eczo0600.pfb) = %{tl_version} +Provides: tex(eczo0700.pfb) = %{tl_version} +Provides: tex(eczo0800.pfb) = %{tl_version} +Provides: tex(eczo0900.pfb) = %{tl_version} +Provides: tex(eczo1000.pfb) = %{tl_version} +Provides: tex(eczo1095.pfb) = %{tl_version} +Provides: tex(eczo1200.pfb) = %{tl_version} +Provides: tex(eczo1440.pfb) = %{tl_version} +Provides: tex(eczo1728.pfb) = %{tl_version} +Provides: tex(eczo2074.pfb) = %{tl_version} +Provides: tex(eczo2488.pfb) = %{tl_version} +Provides: tex(eczo2986.pfb) = %{tl_version} +Provides: tex(eczo3583.pfb) = %{tl_version} +Provides: tex(eczx0500.pfb) = %{tl_version} +Provides: tex(eczx0600.pfb) = %{tl_version} +Provides: tex(eczx0700.pfb) = %{tl_version} +Provides: tex(eczx0800.pfb) = %{tl_version} +Provides: tex(eczx0900.pfb) = %{tl_version} +Provides: tex(eczx1000.pfb) = %{tl_version} +Provides: tex(eczx1095.pfb) = %{tl_version} +Provides: tex(eczx1200.pfb) = %{tl_version} +Provides: tex(eczx1440.pfb) = %{tl_version} +Provides: tex(eczx1728.pfb) = %{tl_version} +Provides: tex(eczx2074.pfb) = %{tl_version} +Provides: tex(eczx2488.pfb) = %{tl_version} +Provides: tex(eczx2986.pfb) = %{tl_version} +Provides: tex(eczx3583.pfb) = %{tl_version} +Provides: tex(eczz0500.pfb) = %{tl_version} +Provides: tex(eczz0600.pfb) = %{tl_version} +Provides: tex(eczz0700.pfb) = %{tl_version} +Provides: tex(eczz0800.pfb) = %{tl_version} +Provides: tex(eczz0900.pfb) = %{tl_version} +Provides: tex(eczz1000.pfb) = %{tl_version} +Provides: tex(eczz1095.pfb) = %{tl_version} +Provides: tex(eczz1200.pfb) = %{tl_version} +Provides: tex(eczz1440.pfb) = %{tl_version} +Provides: tex(eczz1728.pfb) = %{tl_version} +Provides: tex(eczz2074.pfb) = %{tl_version} +Provides: tex(eczz2488.pfb) = %{tl_version} +Provides: tex(eczz2986.pfb) = %{tl_version} +Provides: tex(eczz3583.pfb) = %{tl_version} +Provides: tex(ssesint10.pfb) = %{tl_version} +Provides: tex(ssesint7.pfb) = %{tl_version} +Provides: tex(ssesint8.pfb) = %{tl_version} +Provides: tex(ssesint9.pfb) = %{tl_version} +Provides: tex(ssmsam10.pfb) = %{tl_version} +Provides: tex(ssmsam5.pfb) = %{tl_version} +Provides: tex(ssmsam6.pfb) = %{tl_version} +Provides: tex(ssmsam7.pfb) = %{tl_version} +Provides: tex(ssmsam8.pfb) = %{tl_version} +Provides: tex(ssmsam9.pfb) = %{tl_version} +Provides: tex(ssmsbm10.pfb) = %{tl_version} +Provides: tex(ssmsbm5.pfb) = %{tl_version} +Provides: tex(ssmsbm6.pfb) = %{tl_version} +Provides: tex(ssmsbm7.pfb) = %{tl_version} +Provides: tex(ssmsbm8.pfb) = %{tl_version} +Provides: tex(ssmsbm9.pfb) = %{tl_version} +Provides: tex(cmsmf10.vf) = %{tl_version} +Provides: tex(cmsmf12.vf) = %{tl_version} +Provides: tex(cmsmf17.vf) = %{tl_version} +Provides: tex(cmsmf8.vf) = %{tl_version} +Provides: tex(cmsmf9.vf) = %{tl_version} +Provides: tex(cmsmfbx10.vf) = %{tl_version} +Provides: tex(cmsmfbx12.vf) = %{tl_version} +Provides: tex(cmsmfbx17.vf) = %{tl_version} +Provides: tex(cmsmfbx8.vf) = %{tl_version} +Provides: tex(cmsmfbx9.vf) = %{tl_version} +Provides: tex(cmsmfbxcsc10.vf) = %{tl_version} +Provides: tex(cmsmfcsc10.vf) = %{tl_version} +Provides: tex(cmsmfcsc8.vf) = %{tl_version} +Provides: tex(cmsmfcsc9.vf) = %{tl_version} +Provides: tex(cmsmfcsci10.vf) = %{tl_version} +Provides: tex(cmsmfcsci8.vf) = %{tl_version} +Provides: tex(cmsmfcsci9.vf) = %{tl_version} +Provides: tex(cmsmfi10.vf) = %{tl_version} +Provides: tex(cmsmfi12.vf) = %{tl_version} +Provides: tex(cmsmfi17.vf) = %{tl_version} +Provides: tex(cmsmfi8.vf) = %{tl_version} +Provides: tex(cmsmfi9.vf) = %{tl_version} +Provides: tex(cmsmfxi10.vf) = %{tl_version} +Provides: tex(cmsmfxi12.vf) = %{tl_version} +Provides: tex(cmsmfxi17.vf) = %{tl_version} +Provides: tex(cmsmfxi8.vf) = %{tl_version} +Provides: tex(cmsmfxi9.vf) = %{tl_version} +Provides: tex(cmsmfxicsc10.vf) = %{tl_version} +Provides: tex(omlcmssm.fd) = %{tl_version} +Provides: tex(omscmsssy.fd) = %{tl_version} +Provides: tex(omxcmssex.fd) = %{tl_version} +Provides: tex(ot1cmsmf.fd) = %{tl_version} +Provides: tex(ot1xcmss.fd) = %{tl_version} +Provides: tex(sansmathfonts.sty) = %{tl_version} +Provides: tex(t1xcmss.fd) = %{tl_version} +Provides: tex(ucmsmf.fd) = %{tl_version} +Provides: tex(ussesint.fd) = %{tl_version} +Provides: tex(ussmsa.fd) = %{tl_version} +Provides: tex(ussmsb.fd) = %{tl_version} +Provides: tex(uxcmss.fd) = %{tl_version} + +%description sansmathfonts +Sans serifsmall caps and math fonts for use with Computer +Modern. + +date: 2013-04-28 19:53:22 +0200 + +%post sansmathfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map sansmathfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map sansmathfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun sansmathfonts +if [ $1 == 0 ] ; then +sed -i '/^Map sansmathfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans sansmathfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sansmathfonts-doc +Summary: Documentation for sansmathfonts +Version: svn30173.1 +Release: %{tl_noarch_release} +Provides: tex-sansmathfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description sansmathfonts-doc +Documentation for sansmathfonts + +%package sauter +Provides: tex-sauter = %{tl_version} +License: GPL+ +Summary: Wide range of design sizes for CM fonts +Version: svn13293.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description sauter +Extensions, originally to the CM fonts, providing a +parameterization scheme to build MetaFont fonts at true design +sizes, for a large range of sizes. The scheme has now been +extended to a range of other fonts, including the AMS fonts, +bbm, bbold, rsfs and wasy fonts. + +date: 2008-12-30 21:17:11 +0100 + +%post sauter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sauter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sauter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sauterfonts +Provides: tex-sauterfonts = %{tl_version} +License: GPL+ +Summary: Use sauter fonts in LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sbbm.sty) = %{tl_version} +Provides: tex(sexscale.sty) = %{tl_version} +Provides: tex(somlcmm.fd) = %{tl_version} +Provides: tex(somlcmr.fd) = %{tl_version} +Provides: tex(somscmr.fd) = %{tl_version} +Provides: tex(somscmsy.fd) = %{tl_version} +Provides: tex(somxcmex.fd) = %{tl_version} +Provides: tex(sot1cmdh.fd) = %{tl_version} +Provides: tex(sot1cmfib.fd) = %{tl_version} +Provides: tex(sot1cmfr.fd) = %{tl_version} +Provides: tex(sot1cmr.fd) = %{tl_version} +Provides: tex(sot1cmss.fd) = %{tl_version} +Provides: tex(sot1cmtt.fd) = %{tl_version} +Provides: tex(sot1cmvtt.fd) = %{tl_version} +Provides: tex(subbm.fd) = %{tl_version} +Provides: tex(subbmdh.fd) = %{tl_version} +Provides: tex(subbmfib.fd) = %{tl_version} +Provides: tex(subbmss.fd) = %{tl_version} +Provides: tex(subbmtt.fd) = %{tl_version} +Provides: tex(subbmvtt.fd) = %{tl_version} +Provides: tex(subbold.fd) = %{tl_version} +Provides: tex(sucmr.fd) = %{tl_version} +Provides: tex(sucmss.fd) = %{tl_version} +Provides: tex(sucmtt.fd) = %{tl_version} +Provides: tex(sulasy.fd) = %{tl_version} +Provides: tex(sumsa.fd) = %{tl_version} +Provides: tex(sumsb.fd) = %{tl_version} +Provides: tex(sursfs.fd) = %{tl_version} +Provides: tex(sustmry.fd) = %{tl_version} +Provides: tex(suwasy.fd) = %{tl_version} + +%description sauterfonts +A package providing font definition files (plus a replacement +for the package exscale) to access many of the fonts in +Sauter's collection. These fonts are available in all point +sizes and look nicer for such "intermediate" document sizes as +11pt. Also included is the package sbbm, an alternative to +access the bbm fonts, a nice collection of blackboard bold +symbols. + +date: 2007-01-14 10:43:12 +0100 + +%post sauterfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sauterfonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sauterfonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sauterfonts-doc +Summary: Documentation for sauterfonts +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-sauterfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description sauterfonts-doc +Documentation for sauterfonts + +%package schulschriften +Provides: tex-schulschriften = %{tl_version} +License: LPPL +Summary: German "school scripts" from Suetterlin to the present day +Version: svn29803.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(wedn14.tfm) = %{tl_version} +Provides: tex(wednsl14.tfm) = %{tl_version} +Provides: tex(wela14.tfm) = %{tl_version} +Provides: tex(welasl14.tfm) = %{tl_version} +Provides: tex(wesa14.tfm) = %{tl_version} +Provides: tex(wesasl14.tfm) = %{tl_version} +Provides: tex(wesu14.tfm) = %{tl_version} +Provides: tex(wesub14.tfm) = %{tl_version} +Provides: tex(wesubsl14.tfm) = %{tl_version} +Provides: tex(wesusl14.tfm) = %{tl_version} +Provides: tex(weva14.tfm) = %{tl_version} +Provides: tex(wevasl14.tfm) = %{tl_version} +Provides: tex(schulschriften_lin.sty) = %{tl_version} +Provides: tex(schulschriften_ltx.sty) = %{tl_version} +Provides: tex(t1wedn.fd) = %{tl_version} +Provides: tex(t1wela.fd) = %{tl_version} +Provides: tex(t1wesa.fd) = %{tl_version} +Provides: tex(t1wesu.fd) = %{tl_version} +Provides: tex(t1weva.fd) = %{tl_version} +Provides: tex(wedn.sty) = %{tl_version} +Provides: tex(wela.sty) = %{tl_version} +Provides: tex(wesa.sty) = %{tl_version} +Provides: tex(wesu.sty) = %{tl_version} +Provides: tex(weva.sty) = %{tl_version} + +%description schulschriften +Das Paket enthalt im wesentlichen die METAFONT-Quellfiles fur +die folgenden Schulausgangsschriften: Suetterlinschrift, +Deutsche Normalschrift, Lateinische Ausgangsschrift, +Schulausgangsschrift, Vereinfachte Ausgangsschrift. Damit ist +es moglich, beliebige deutsche Texte in diesen Schreibschriften +zu schreiben. + +date: 2012-11-15 13:07:37 +0100 + +%post schulschriften +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun schulschriften +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schulschriften +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package schulschriften-doc +Summary: Documentation for schulschriften +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-schulschriften-doc +BuildArch: noarch +AutoReqProv: No + +%description schulschriften-doc +Documentation for schulschriften + +%package semaphor +Provides: tex-semaphor = %{tl_version} +License: GPL+ +Summary: Semaphore alphabet font +Version: svn18651.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(smfb10.enc) = %{tl_version} +Provides: tex(smfbsl10.enc) = %{tl_version} +Provides: tex(smfeb10.enc) = %{tl_version} +Provides: tex(smfebsl10.enc) = %{tl_version} +Provides: tex(smfer10.enc) = %{tl_version} +Provides: tex(smfesl10.enc) = %{tl_version} +Provides: tex(smfett10.enc) = %{tl_version} +Provides: tex(smfpb10.enc) = %{tl_version} +Provides: tex(smfpbsl10.enc) = %{tl_version} +Provides: tex(smfpr10.enc) = %{tl_version} +Provides: tex(smfpsl10.enc) = %{tl_version} +Provides: tex(smfptt10.enc) = %{tl_version} +Provides: tex(smfr10.enc) = %{tl_version} +Provides: tex(smfsl10.enc) = %{tl_version} +Provides: tex(smftt10.enc) = %{tl_version} +Provides: tex(semaf.map) = %{tl_version} +Provides: tex(smfb10.otf) = %{tl_version} +Provides: tex(smfbsl10.otf) = %{tl_version} +Provides: tex(smfeb10.otf) = %{tl_version} +Provides: tex(smfebsl10.otf) = %{tl_version} +Provides: tex(smfer10.otf) = %{tl_version} +Provides: tex(smfesl10.otf) = %{tl_version} +Provides: tex(smfett10.otf) = %{tl_version} +Provides: tex(smfpb10.otf) = %{tl_version} +Provides: tex(smfpbsl10.otf) = %{tl_version} +Provides: tex(smfpr10.otf) = %{tl_version} +Provides: tex(smfpsl10.otf) = %{tl_version} +Provides: tex(smfptt10.otf) = %{tl_version} +Provides: tex(smfr10.otf) = %{tl_version} +Provides: tex(smfsl10.otf) = %{tl_version} +Provides: tex(smftt10.otf) = %{tl_version} +Provides: tex(smfb10.tfm) = %{tl_version} +Provides: tex(smfbsl10.tfm) = %{tl_version} +Provides: tex(smfeb10.tfm) = %{tl_version} +Provides: tex(smfebsl10.tfm) = %{tl_version} +Provides: tex(smfer10.tfm) = %{tl_version} +Provides: tex(smfesl10.tfm) = %{tl_version} +Provides: tex(smfett10.tfm) = %{tl_version} +Provides: tex(smfpb10.tfm) = %{tl_version} +Provides: tex(smfpbsl10.tfm) = %{tl_version} +Provides: tex(smfpr10.tfm) = %{tl_version} +Provides: tex(smfpsl10.tfm) = %{tl_version} +Provides: tex(smfptt10.tfm) = %{tl_version} +Provides: tex(smfr10.tfm) = %{tl_version} +Provides: tex(smfsl10.tfm) = %{tl_version} +Provides: tex(smftt10.tfm) = %{tl_version} +Provides: tex(smfb10.pfb) = %{tl_version} +Provides: tex(smfbsl10.pfb) = %{tl_version} +Provides: tex(smfeb10.pfb) = %{tl_version} +Provides: tex(smfebsl10.pfb) = %{tl_version} +Provides: tex(smfer10.pfb) = %{tl_version} +Provides: tex(smfesl10.pfb) = %{tl_version} +Provides: tex(smfett10.pfb) = %{tl_version} +Provides: tex(smfpb10.pfb) = %{tl_version} +Provides: tex(smfpbsl10.pfb) = %{tl_version} +Provides: tex(smfpr10.pfb) = %{tl_version} +Provides: tex(smfpsl10.pfb) = %{tl_version} +Provides: tex(smfptt10.pfb) = %{tl_version} +Provides: tex(smfr10.pfb) = %{tl_version} +Provides: tex(smfsl10.pfb) = %{tl_version} +Provides: tex(smftt10.pfb) = %{tl_version} +Provides: tex(t-type-semaf.tex) = %{tl_version} +Provides: tex(il2semaf.fd) = %{tl_version} +Provides: tex(semaf.fd) = %{tl_version} +Provides: tex(semaf.tex) = %{tl_version} + +%description semaphor +These fonts represent semaphore in a highly schematic, but very +clear, fashion. The fonts are provided as MetaFont source, and +in both OpenType and Adobe Type 1 formats. + +date: 2008-04-15 09:54:26 +0200 + +%post semaphor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap semaf.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap semaf.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun semaphor +if [ $1 == 0 ] ; then +sed -i '/^MixedMap semaf.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans semaphor +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package semaphor-doc +Summary: Documentation for semaphor +Version: svn18651.0 +Release: %{tl_noarch_release} +Provides: tex-semaphor-doc +BuildArch: noarch +AutoReqProv: No + +%description semaphor-doc +Documentation for semaphor + +%package skull +Provides: tex-skull = %{tl_version} +License: GPL+ +Summary: A font to draw a skull +Version: svn25608.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(skull.sty) = %{tl_version} + +%description skull +The font (defined in Metafont) defines a single character, a +black solid skull. A package is supplied to make this character +available as a symbol in maths mode. + +date: 2011-04-11 22:34:22 +0200 + +%post skull +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skull +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skull +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sourcecodepro +Provides: tex-sourcecodepro = %{tl_version} +License: OFSFLD +Summary: Use SourceCodePro with TeX(-alike) systems +Version: svn28866.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontaxes.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Provides: tex(a_aoc6c2.enc) = %{tl_version} +Provides: tex(a_djdyjq.enc) = %{tl_version} +Provides: tex(a_jvslvy.enc) = %{tl_version} +Provides: tex(a_ktd5xr.enc) = %{tl_version} +Provides: tex(a_mqb3sg.enc) = %{tl_version} +Provides: tex(a_retzg2.enc) = %{tl_version} +Provides: tex(a_xftsmg.enc) = %{tl_version} +Provides: tex(SourceCodePro.map) = %{tl_version} +Provides: tex(SourceCodePro-Black.otf) = %{tl_version} +Provides: tex(SourceCodePro-Bold.otf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight.otf) = %{tl_version} +Provides: tex(SourceCodePro-Light.otf) = %{tl_version} +Provides: tex(SourceCodePro-Medium.otf) = %{tl_version} +Provides: tex(SourceCodePro-Regular.otf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold.otf) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceCodePro-Black.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Bold.pfb) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Light.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Medium.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Regular.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Semibold.pfb) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Black-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Bold-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Light-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Medium-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Regular-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceCodePro-Semibold-tosf-ts1.vf) = %{tl_version} +Provides: tex(LY1SourceCodePro-OsF.fd) = %{tl_version} +Provides: tex(LY1SourceCodePro-TLF.fd) = %{tl_version} +Provides: tex(LY1SourceCodePro-TOsF.fd) = %{tl_version} +Provides: tex(OT1SourceCodePro-OsF.fd) = %{tl_version} +Provides: tex(OT1SourceCodePro-TLF.fd) = %{tl_version} +Provides: tex(OT1SourceCodePro-TOsF.fd) = %{tl_version} +Provides: tex(T1SourceCodePro-OsF.fd) = %{tl_version} +Provides: tex(T1SourceCodePro-TLF.fd) = %{tl_version} +Provides: tex(T1SourceCodePro-TOsF.fd) = %{tl_version} +Provides: tex(TS1SourceCodePro-OsF.fd) = %{tl_version} +Provides: tex(TS1SourceCodePro-TLF.fd) = %{tl_version} +Provides: tex(TS1SourceCodePro-TOsF.fd) = %{tl_version} +Provides: tex(sourcecodepro-type1-autoinst.sty) = %{tl_version} +Provides: tex(SourceCodePro.sty) = %{tl_version} +Provides: tex(sourcecodepro.sty) = %{tl_version} + +%description sourcecodepro +The font is an open-source Monospaced development from Adobe. +The package provides fonts (in both Adobe Type 1 and OpenType +formats) and macros supporting their use in LaTeX (Type 1) and +XeLaTeX/LuaLaTeX (OTF). + +date: 2013-01-17 13:28:12 +0100 + +%post sourcecodepro +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map SourceCodePro.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map SourceCodePro.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun sourcecodepro +if [ $1 == 0 ] ; then +sed -i '/^Map SourceCodePro.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans sourcecodepro +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sourcecodepro-doc +Summary: Documentation for sourcecodepro +Version: svn28866.2.0 +Release: %{tl_noarch_release} +Provides: tex-sourcecodepro-doc +BuildArch: noarch +AutoReqProv: No + +%description sourcecodepro-doc +Documentation for sourcecodepro + +%package sourcesanspro +Provides: tex-sourcesanspro = %{tl_version} +License: OFSFLD +Summary: Use SourceSansPro with TeX(-alike) systems +Version: svn30210.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(fontaxes.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Provides: tex(a_2cvp4u.enc) = %{tl_version} +Provides: tex(a_3rlax2.enc) = %{tl_version} +Provides: tex(a_5tbsmu.enc) = %{tl_version} +Provides: tex(a_6bttxp.enc) = %{tl_version} +Provides: tex(a_b457hn.enc) = %{tl_version} +Provides: tex(a_emm5ci.enc) = %{tl_version} +Provides: tex(a_fva737.enc) = %{tl_version} +Provides: tex(a_gvadt4.enc) = %{tl_version} +Provides: tex(a_kksgzp.enc) = %{tl_version} +Provides: tex(a_ko3vnf.enc) = %{tl_version} +Provides: tex(a_kxwkma.enc) = %{tl_version} +Provides: tex(a_p5cgg3.enc) = %{tl_version} +Provides: tex(a_psnyba.enc) = %{tl_version} +Provides: tex(a_x5hjjp.enc) = %{tl_version} +Provides: tex(a_xfkmtv.enc) = %{tl_version} +Provides: tex(a_yugc2g.enc) = %{tl_version} +Provides: tex(a_zd345j.enc) = %{tl_version} +Provides: tex(SourceSansPro.map) = %{tl_version} +Provides: tex(SourceSansPro-Black.otf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-Bold.otf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight.otf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-Light.otf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-Regular.otf) = %{tl_version} +Provides: tex(SourceSansPro-RegularIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold.otf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt.otf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ot1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-t1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1--base.tfm) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.tfm) = %{tl_version} +Provides: tex(SourceSansPro-Black.pfb) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt.pfb) = %{tl_version} +Provides: tex(SourceSansPro-Bold.pfb) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt.pfb) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight.pfb) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt.pfb) = %{tl_version} +Provides: tex(SourceSansPro-It.pfb) = %{tl_version} +Provides: tex(SourceSansPro-Light.pfb) = %{tl_version} +Provides: tex(SourceSansPro-LightIt.pfb) = %{tl_version} +Provides: tex(SourceSansPro-Regular.pfb) = %{tl_version} +Provides: tex(SourceSansPro-Semibold.pfb) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt.pfb) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Black-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BlackIt-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Bold-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-BoldIt-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-It-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Light-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-LightIt-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Regular-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-Semibold-tosf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.vf) = %{tl_version} +Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.vf) = %{tl_version} +Provides: tex(LY1SourceSansPro-LF.fd) = %{tl_version} +Provides: tex(LY1SourceSansPro-OsF.fd) = %{tl_version} +Provides: tex(LY1SourceSansPro-TLF.fd) = %{tl_version} +Provides: tex(LY1SourceSansPro-TOsF.fd) = %{tl_version} +Provides: tex(OT1SourceSansPro-LF.fd) = %{tl_version} +Provides: tex(OT1SourceSansPro-OsF.fd) = %{tl_version} +Provides: tex(OT1SourceSansPro-TLF.fd) = %{tl_version} +Provides: tex(OT1SourceSansPro-TOsF.fd) = %{tl_version} +Provides: tex(T1SourceSansPro-LF.fd) = %{tl_version} +Provides: tex(T1SourceSansPro-OsF.fd) = %{tl_version} +Provides: tex(T1SourceSansPro-TLF.fd) = %{tl_version} +Provides: tex(T1SourceSansPro-TOsF.fd) = %{tl_version} +Provides: tex(TS1SourceSansPro-LF.fd) = %{tl_version} +Provides: tex(TS1SourceSansPro-OsF.fd) = %{tl_version} +Provides: tex(TS1SourceSansPro-TLF.fd) = %{tl_version} +Provides: tex(TS1SourceSansPro-TOsF.fd) = %{tl_version} +Provides: tex(sourcesanspro-type1-autoinst.sty) = %{tl_version} +Provides: tex(SourceSansPro.sty) = %{tl_version} +Provides: tex(sourcesanspro.sty) = %{tl_version} + +%description sourcesanspro +The font is an open-source Sans-Serif development from Adobe. +The package provides fonts (in both Adobe Type 1 and OpenType +formats) and macros supporting their use in LaTeX (Type 1) and +XeLaTeX/LuaLaTeX (OTF). + +date: 2013-05-02 20:50:09 +0200 + +%post sourcesanspro +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map SourceSansPro.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map SourceSansPro.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun sourcesanspro +if [ $1 == 0 ] ; then +sed -i '/^Map SourceSansPro.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans sourcesanspro +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sourcesanspro-doc +Summary: Documentation for sourcesanspro +Version: svn30210.2.2 +Release: %{tl_noarch_release} +Provides: tex-sourcesanspro-doc +BuildArch: noarch +AutoReqProv: No + +%description sourcesanspro-doc +Documentation for sourcesanspro + +%package starfont +Provides: tex-starfont = %{tl_version} +License: Public Domain +Summary: The StarFont Sans astrological font +Version: svn19982.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(starfont.map) = %{tl_version} +Provides: tex(fstr8x.tfm) = %{tl_version} +Provides: tex(fsts8x.tfm) = %{tl_version} +Provides: tex(starfont.pfb) = %{tl_version} +Provides: tex(strfnser.pfb) = %{tl_version} +Provides: tex(starfont.sty) = %{tl_version} + +%description starfont +The package contains StarFontSans and StarFontSerif, two +public-domain astrological fonts designed by Anthony I.P. Owen, +and the appropriate macros to use them with TeX and LaTeX. The +fonts are supplied in the original TrueType Format and as +PostScript font files. + +date: 2010-09-30 00:35:45 +0200 + +%post starfont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map starfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map starfont.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun starfont +if [ $1 == 0 ] ; then +sed -i '/^Map starfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans starfont +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package starfont-doc +Summary: Documentation for starfont +Version: svn19982.1.2 +Release: %{tl_noarch_release} +Provides: tex-starfont-doc +BuildArch: noarch +AutoReqProv: No + +%description starfont-doc +Documentation for starfont + +%package staves +Provides: tex-staves = %{tl_version} +License: LPPL +Summary: Typeset Icelandic staves and runic letters. +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(icelandic.map) = %{tl_version} +Provides: tex(icelandic.tfm) = %{tl_version} +Provides: tex(icelandic.pfb) = %{tl_version} +Provides: tex(staves.sty) = %{tl_version} + +%description staves +This package contains all the necessary tools to typeset the +"magical" Icelandic staves plus the runic letters used in +Iceland. Included are a font in Adobe Type 1 format and LaTeX +support. + +date: 2008-08-23 15:48:35 +0200 + +%post staves +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map icelandic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map icelandic.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun staves +if [ $1 == 0 ] ; then +sed -i '/^Map icelandic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans staves +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package staves-doc +Summary: Documentation for staves +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-staves-doc +BuildArch: noarch +AutoReqProv: No + +%description staves-doc +Documentation for staves + +%package stix +Provides: tex-stix = %{tl_version} +License: OFL +Summary: OpenType Unicode maths fonts +Version: svn29803.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(STIXGeneral.otf) = %{tl_version} +Provides: tex(STIXGeneralBol.otf) = %{tl_version} +Provides: tex(STIXGeneralBolIta.otf) = %{tl_version} +Provides: tex(STIXGeneralItalic.otf) = %{tl_version} +Provides: tex(STIXIntDBol.otf) = %{tl_version} +Provides: tex(STIXIntDReg.otf) = %{tl_version} +Provides: tex(STIXIntSmBol.otf) = %{tl_version} +Provides: tex(STIXIntSmReg.otf) = %{tl_version} +Provides: tex(STIXIntUpBol.otf) = %{tl_version} +Provides: tex(STIXIntUpDBol.otf) = %{tl_version} +Provides: tex(STIXIntUpDReg.otf) = %{tl_version} +Provides: tex(STIXIntUpReg.otf) = %{tl_version} +Provides: tex(STIXIntUpSmBol.otf) = %{tl_version} +Provides: tex(STIXIntUpSmReg.otf) = %{tl_version} +Provides: tex(STIXNonUni.otf) = %{tl_version} +Provides: tex(STIXNonUniBol.otf) = %{tl_version} +Provides: tex(STIXNonUniBolIta.otf) = %{tl_version} +Provides: tex(STIXNonUniIta.otf) = %{tl_version} +Provides: tex(STIXSizFiveSymReg.otf) = %{tl_version} +Provides: tex(STIXSizFourSymBol.otf) = %{tl_version} +Provides: tex(STIXSizFourSymReg.otf) = %{tl_version} +Provides: tex(STIXSizOneSymBol.otf) = %{tl_version} +Provides: tex(STIXSizOneSymReg.otf) = %{tl_version} +Provides: tex(STIXSizThreeSymBol.otf) = %{tl_version} +Provides: tex(STIXSizThreeSymReg.otf) = %{tl_version} +Provides: tex(STIXSizTwoSymBol.otf) = %{tl_version} +Provides: tex(STIXSizTwoSymReg.otf) = %{tl_version} +Provides: tex(STIXVar.otf) = %{tl_version} +Provides: tex(STIXVarBol.otf) = %{tl_version} + +%description stix +The STIX fonts are a suite of unicode OpenType fonts containing +a complete set of mathematical glyphs. The CTAN copy is a +mirror of their official release, organised as specified by the +TeX Directory Structure, for inclusion in standard TeX +distributions. + +date: 2011-12-20 12:56:09 +0100 + +%post stix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stix +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stix +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stix-doc +Summary: Documentation for stix +Version: svn29803.1.0 +Release: %{tl_noarch_release} +Provides: tex-stix-doc +BuildArch: noarch +AutoReqProv: No + +%description stix-doc +Documentation for stix + +%package superiors +Provides: tex-superiors = %{tl_version} +License: LPPL +Summary: Attach superior figures to a font family +Version: svn29169.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Provides: tex(sups.enc) = %{tl_version} +Provides: tex(superiors.map) = %{tl_version} +Provides: tex(libertinesups.tfm) = %{tl_version} +Provides: tex(libertinesups.pfb) = %{tl_version} +Provides: tex(superiors.sty) = %{tl_version} + +%description superiors +The package allows the attachment of an arbitrary superior +figures font to a font family that lacks one. (Superior figures +are commonly used as footnote markers.) Two superior figures +fonts are provided--one matching Times, the other matching +Libertine. + +date: 2013-02-18 23:06:04 +0100 + +%post superiors +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map superiors.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map superiors.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun superiors +if [ $1 == 0 ] ; then +sed -i '/^Map superiors.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans superiors +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package superiors-doc +Summary: Documentation for superiors +Version: svn29169.1.02 +Release: %{tl_noarch_release} +Provides: tex-superiors-doc +BuildArch: noarch +AutoReqProv: No + +%description superiors-doc +Documentation for superiors + +%package tapir +Provides: tex-tapir = %{tl_version} +License: GPL+ +Summary: A simple geometrical font +Version: svn20484.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tap.pfb) = %{tl_version} + +%description tapir +Tapir is a simple geometrical font mostly created of line and +circular segments with constant thickness. The font is +available as MetaFont source and in Adobe Type 1 format. The +character set contains all characters in the range 0-127 (as in +cmr10), accented characters used in the Czech, Slovak and +Polish languages. + +date: 2007-03-12 14:32:12 +0100 + +%post tapir +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tapir +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tapir +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tapir-doc +Summary: Documentation for tapir +Version: svn20484.0.2 +Release: %{tl_noarch_release} +Provides: tex-tapir-doc +BuildArch: noarch +AutoReqProv: No + +%description tapir-doc +Documentation for tapir + +%package tengwarscript +Provides: tex-tengwarscript = %{tl_version} +License: LPPL +Summary: LaTeX support for using Tengwar fonts +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp-basic.sty) +Requires: tex(fp-snap.sty) +Provides: tex(tengwaralt.enc) = %{tl_version} +Provides: tex(tengwarcap.enc) = %{tl_version} +Provides: tex(tengwarscript.enc) = %{tl_version} +Provides: tex(tengwarscript.map) = %{tl_version} +Provides: tex(Elfica32.tfm) = %{tl_version} +Provides: tex(Parmaite.tfm) = %{tl_version} +Provides: tex(Parmaite_alt.tfm) = %{tl_version} +Provides: tex(Parmaite_full.tfm) = %{tl_version} +Provides: tex(TengwarFormal12.tfm) = %{tl_version} +Provides: tex(TengwarFormalA12.tfm) = %{tl_version} +Provides: tex(TengwarFormal_full.tfm) = %{tl_version} +Provides: tex(TengwarGothika050.tfm) = %{tl_version} +Provides: tex(TengwarNoldor.tfm) = %{tl_version} +Provides: tex(TengwarNoldorAlt.tfm) = %{tl_version} +Provides: tex(TengwarNoldorCapitals1.tfm) = %{tl_version} +Provides: tex(TengwarNoldorCapitals2.tfm) = %{tl_version} +Provides: tex(TengwarNoldor_full.tfm) = %{tl_version} +Provides: tex(TengwarQuenya.tfm) = %{tl_version} +Provides: tex(TengwarQuenyaAlt.tfm) = %{tl_version} +Provides: tex(TengwarQuenyaCapitals1.tfm) = %{tl_version} +Provides: tex(TengwarQuenyaCapitals2.tfm) = %{tl_version} +Provides: tex(TengwarQuenya_full.tfm) = %{tl_version} +Provides: tex(TengwarSindarin.tfm) = %{tl_version} +Provides: tex(TengwarSindarinAlt.tfm) = %{tl_version} +Provides: tex(TengwarSindarinCapitals1.tfm) = %{tl_version} +Provides: tex(TengwarSindarinCapitals2.tfm) = %{tl_version} +Provides: tex(TengwarSindarin_full.tfm) = %{tl_version} +Provides: tex(TengwarTelerin.tfm) = %{tl_version} +Provides: tex(UnicodeParmaite.tfm) = %{tl_version} +Provides: tex(tngan.tfm) = %{tl_version} +Provides: tex(tngan_full.tfm) = %{tl_version} +Provides: tex(tngana.tfm) = %{tl_version} +Provides: tex(tnganab.tfm) = %{tl_version} +Provides: tex(tnganabi.tfm) = %{tl_version} +Provides: tex(tnganai.tfm) = %{tl_version} +Provides: tex(tnganb.tfm) = %{tl_version} +Provides: tex(tnganb_full.tfm) = %{tl_version} +Provides: tex(tnganbi.tfm) = %{tl_version} +Provides: tex(tnganbi_full.tfm) = %{tl_version} +Provides: tex(tngani.tfm) = %{tl_version} +Provides: tex(tngani_full.tfm) = %{tl_version} +Provides: tex(Parmaite_full.vf) = %{tl_version} +Provides: tex(TengwarFormal_full.vf) = %{tl_version} +Provides: tex(TengwarNoldor_full.vf) = %{tl_version} +Provides: tex(TengwarQuenya_full.vf) = %{tl_version} +Provides: tex(TengwarSindarin_full.vf) = %{tl_version} +Provides: tex(tngan_full.vf) = %{tl_version} +Provides: tex(tnganb_full.vf) = %{tl_version} +Provides: tex(tnganbi_full.vf) = %{tl_version} +Provides: tex(tngani_full.vf) = %{tl_version} +Provides: tex(annatar.cfg) = %{tl_version} +Provides: tex(annatarbold.cfg) = %{tl_version} +Provides: tex(annatarbolditalic.cfg) = %{tl_version} +Provides: tex(annataritalic.cfg) = %{tl_version} +Provides: tex(elfica.cfg) = %{tl_version} +Provides: tex(formal.cfg) = %{tl_version} +Provides: tex(gothika.cfg) = %{tl_version} +Provides: tex(noldor.cfg) = %{tl_version} +Provides: tex(noldorcapI.cfg) = %{tl_version} +Provides: tex(noldorcapII.cfg) = %{tl_version} +Provides: tex(parmaite.cfg) = %{tl_version} +Provides: tex(quenya.cfg) = %{tl_version} +Provides: tex(quenyacapI.cfg) = %{tl_version} +Provides: tex(quenyacapII.cfg) = %{tl_version} +Provides: tex(sindarin.cfg) = %{tl_version} +Provides: tex(sindarincapI.cfg) = %{tl_version} +Provides: tex(sindarincapII.cfg) = %{tl_version} +Provides: tex(teleri.cfg) = %{tl_version} +Provides: tex(tengwarscript.sty) = %{tl_version} +Provides: tex(unicodeparmaite.cfg) = %{tl_version} + +%description tengwarscript +The package provides "mid-level" access to tengwar fonts, +providing good quality output. Each tengwar sign is represented +by a command, which will place the sign nicely in relation to +previous signs. A transcription package is available from the +package's home page: writing all those tengwar commands would +quickly become untenable. The package supports the use of a +wide variety of tengwar fonts that are available from the net; +metric and map files are provided for all the supported fonts. + +date: 2007-05-24 10:43:22 +0200 + +%post tengwarscript +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tengwarscript +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tengwarscript +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tengwarscript-doc +Summary: Documentation for tengwarscript +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-tengwarscript-doc +BuildArch: noarch +AutoReqProv: No + +%description tengwarscript-doc +Documentation for tengwarscript + +%package tfrupee +Provides: tex-tfrupee = %{tl_version} +License: GPLv3+ +Summary: A font offering the new (Indian) Rupee symbol +Version: svn20770.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(tfrupee.map) = %{tl_version} +Provides: tex(tfrupee.tfm) = %{tl_version} +Provides: tex(tfrupee.pfb) = %{tl_version} +Provides: tex(tfrupee.sty) = %{tl_version} + +%description tfrupee +The package provides LaTeX support for the (Indian) Rupee +symbol font, created by TechFat. The original font has been +converted to Adobe Type 1 format, and simple LaTeX support +written for its use. + +date: 2010-12-16 15:42:40 +0100 + +%post tfrupee +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map tfrupee.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map tfrupee.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun tfrupee +if [ $1 == 0 ] ; then +sed -i '/^Map tfrupee.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans tfrupee +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tfrupee-doc +Summary: Documentation for tfrupee +Version: svn20770.1.02 +Release: %{tl_noarch_release} +Provides: tex-tfrupee-doc +BuildArch: noarch +AutoReqProv: No + +%description tfrupee-doc +Documentation for tfrupee + +%package tpslifonts +Provides: tex-tpslifonts = %{tl_version} +License: GPL+ +Summary: A LaTeX package for configuring presentation fonts +Version: svn27464.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(cmbright.sty) +Requires: tex(eulervm.sty) +Requires: tex(t1cmr.fd) +Requires: tex(t1cmfr.fd) +Requires: tex(t1cmdh.fd) +Requires: tex(t1cmfib.fd) +Requires: tex(t1cmss.fd) +Requires: tex(t1cmtt.fd) +Provides: tex(tpslifonts.sty) = %{tl_version} + +%description tpslifonts +This package aims to improve presentations in terms of font +readability, especially with maths. The standard cm math fonts +at large design sizes are difficult to read from far away, +especially at low resolutions and low contrast color choice. +Using this package leads to much better overall readability of +some font combinations. The package offers a couple of +'harmonising' combinations of text and math fonts from the +(distant) relatives of computer modern fonts, with a couple of +extras for optimising readability. Text fonts from computer +modern roman, computer modern sans serif, SliTeX computer +modern sans serif, computer modern bright, or concrete roman +are available, in addition to math fonts from computer modern +math, computer modern bright math, or Euler fonts. The package +is part of the TeXPower bundle. + +date: 2012-04-27 17:14:22 +0200 + +%post tpslifonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tpslifonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tpslifonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tpslifonts-doc +Summary: Documentation for tpslifonts +Version: svn27464.0.6 +Release: %{tl_noarch_release} +Provides: tex-tpslifonts-doc +BuildArch: noarch +AutoReqProv: No + +%description tpslifonts-doc +Documentation for tpslifonts + +%package trajan +Provides: tex-trajan = %{tl_version} +License: LPPL +Summary: Fonts from the Trajan column in Rome +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(trajan.map) = %{tl_version} +Provides: tex(trjnr10.tfm) = %{tl_version} +Provides: tex(trjnsl10.tfm) = %{tl_version} +Provides: tex(trjnr10.pfb) = %{tl_version} +Provides: tex(trjnsl10.pfb) = %{tl_version} +Provides: tex(t1trjn.fd) = %{tl_version} +Provides: tex(trajan.sty) = %{tl_version} + +%description trajan +Provides fonts (in both MetaFont and Adobe Type 1 format) based +on the capitals carved on the Trajan column in Rome in 114 AD, +together with macros to access the fonts. Many typographers +think these rank first among the Roman's artistic legacy. The +font is uppercase letters together with some punctuation and +analphabetics; no lowercase or digits. + +date: 2007-10-24 18:05:15 +0200 + +%post trajan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap trajan.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap trajan.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun trajan +if [ $1 == 0 ] ; then +sed -i '/^MixedMap trajan.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans trajan +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package trajan-doc +Summary: Documentation for trajan +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-trajan-doc +BuildArch: noarch +AutoReqProv: No + +%description trajan-doc +Documentation for trajan + +%package txfontsb +Provides: tex-txfontsb = %{tl_version} +License: GPL+ +Summary: Extensions to txfonts, using GNU Freefont +Version: svn21578.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(txfonts.sty) +Provides: tex(gptimes.enc) = %{tl_version} +Provides: tex(gptimesy.enc) = %{tl_version} +Provides: tex(gptimes.map) = %{tl_version} +Provides: tex(gtimesb6a.tfm) = %{tl_version} +Provides: tex(gtimesb6r.tfm) = %{tl_version} +Provides: tex(gtimesbi6a.tfm) = %{tl_version} +Provides: tex(gtimesbi6r.tfm) = %{tl_version} +Provides: tex(gtimesg6r.tfm) = %{tl_version} +Provides: tex(gtimesi6a.tfm) = %{tl_version} +Provides: tex(gtimesi6r.tfm) = %{tl_version} +Provides: tex(gtimesrg6a.tfm) = %{tl_version} +Provides: tex(gtimessc6a.tfm) = %{tl_version} +Provides: tex(gtimessc6r.tfm) = %{tl_version} +Provides: tex(gtimessco6a.tfm) = %{tl_version} +Provides: tex(gtimessco6r.tfm) = %{tl_version} +Provides: tex(gtimesyb6a.tfm) = %{tl_version} +Provides: tex(gtimesyb6r.tfm) = %{tl_version} +Provides: tex(gtimesybi6a.tfm) = %{tl_version} +Provides: tex(gtimesybi6r.tfm) = %{tl_version} +Provides: tex(gtimesyg6r.tfm) = %{tl_version} +Provides: tex(gtimesyi6a.tfm) = %{tl_version} +Provides: tex(gtimesyi6r.tfm) = %{tl_version} +Provides: tex(gtimesyrg6a.tfm) = %{tl_version} +Provides: tex(gtimesysc6a.tfm) = %{tl_version} +Provides: tex(gtimesysc6r.tfm) = %{tl_version} +Provides: tex(gtimesysco6a.tfm) = %{tl_version} +Provides: tex(gtimesysco6r.tfm) = %{tl_version} +Provides: tex(timessc6a.tfm) = %{tl_version} +Provides: tex(timessc6r.tfm) = %{tl_version} +Provides: tex(timessco6a.tfm) = %{tl_version} +Provides: tex(timessco6r.tfm) = %{tl_version} +Provides: tex(FreeSerifb-SmallCaps.pfb) = %{tl_version} +Provides: tex(FreeSerifb-SmallCapsAlt.pfb) = %{tl_version} +Provides: tex(FreeSerifb.pfb) = %{tl_version} +Provides: tex(FreeSerifbBold.pfb) = %{tl_version} +Provides: tex(FreeSerifbBoldItalic.pfb) = %{tl_version} +Provides: tex(FreeSerifbItalic.pfb) = %{tl_version} +Provides: tex(gtimesb6a.vf) = %{tl_version} +Provides: tex(gtimesbi6a.vf) = %{tl_version} +Provides: tex(gtimesi6a.vf) = %{tl_version} +Provides: tex(gtimesrg6a.vf) = %{tl_version} +Provides: tex(gtimessc6a.vf) = %{tl_version} +Provides: tex(gtimessco6a.vf) = %{tl_version} +Provides: tex(gtimesyb6a.vf) = %{tl_version} +Provides: tex(gtimesybi6a.vf) = %{tl_version} +Provides: tex(gtimesyi6a.vf) = %{tl_version} +Provides: tex(gtimesyrg6a.vf) = %{tl_version} +Provides: tex(gtimesysc6a.vf) = %{tl_version} +Provides: tex(gtimesysco6a.vf) = %{tl_version} +Provides: tex(timessc6a.vf) = %{tl_version} +Provides: tex(timessco6a.vf) = %{tl_version} +Provides: tex(lgrtxr.fd) = %{tl_version} +Provides: tex(lgrtxrc.fd) = %{tl_version} +Provides: tex(lgrtxry.fd) = %{tl_version} +Provides: tex(lgrtxryc.fd) = %{tl_version} +Provides: tex(ot1txrc.fd) = %{tl_version} +Provides: tex(ot1txryc.fd) = %{tl_version} +Provides: tex(txfontsb.sty) = %{tl_version} + +%description txfontsb +A set of fonts that extend the txfonts bundle with small caps +and old style numbers, together with Greek support. The +extensions are made with modifications of the GNU Freefont. + +date: 2011-03-01 17:09:11 +0100 + +%post txfontsb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gptimes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gptimes.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun txfontsb +if [ $1 == 0 ] ; then +sed -i '/^Map gptimes.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans txfontsb +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package txfontsb-doc +Summary: Documentation for txfontsb +Version: svn21578.1.1 +Release: %{tl_noarch_release} +Provides: tex-txfontsb-doc +BuildArch: noarch +AutoReqProv: No + +%description txfontsb-doc +Documentation for txfontsb + +%package umtypewriter +Provides: tex-umtypewriter = %{tl_version} +License: OFL +Summary: Fonts to typeset with the xgreek package +Version: svn18651.001.002 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(UMTypewriter-Bold.otf) = %{tl_version} +Provides: tex(UMTypewriter-BoldItalic.otf) = %{tl_version} +Provides: tex(UMTypewriter-Italic.otf) = %{tl_version} +Provides: tex(UMTypewriter-Oblique.otf) = %{tl_version} +Provides: tex(UMTypewriter-Regular.otf) = %{tl_version} + +%description umtypewriter +The UMTypewriter font family is a monospaced font family that +was built from glyphs from the CB Greek fonts, the CyrTUG +Cyrillic alphabet fonts ("LH"), and the standard Computer +Modern font family. It contains four OpenType fonts which are +required for use of the xgreek package for XeLaTeX. + +date: 2009-07-23 15:45:58 +0200 + +%post umtypewriter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun umtypewriter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umtypewriter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package universa +Provides: tex-universa = %{tl_version} +License: GPL+ +Summary: Herbert Bayer's 'universal' font +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fulbc10.tfm) = %{tl_version} +Provides: tex(fulbc12.tfm) = %{tl_version} +Provides: tex(fulbc17.tfm) = %{tl_version} +Provides: tex(fulbc8.tfm) = %{tl_version} +Provides: tex(fulbc9.tfm) = %{tl_version} +Provides: tex(fulbo10.tfm) = %{tl_version} +Provides: tex(fulbo12.tfm) = %{tl_version} +Provides: tex(fulbo17.tfm) = %{tl_version} +Provides: tex(fulbo8.tfm) = %{tl_version} +Provides: tex(fulbo9.tfm) = %{tl_version} +Provides: tex(fulbr10.tfm) = %{tl_version} +Provides: tex(fulbr12.tfm) = %{tl_version} +Provides: tex(fulbr17.tfm) = %{tl_version} +Provides: tex(fulbr8.tfm) = %{tl_version} +Provides: tex(fulbr9.tfm) = %{tl_version} +Provides: tex(fulbst10.tfm) = %{tl_version} +Provides: tex(fulbst12.tfm) = %{tl_version} +Provides: tex(fulbst17.tfm) = %{tl_version} +Provides: tex(fulbst8.tfm) = %{tl_version} +Provides: tex(fulbst9.tfm) = %{tl_version} +Provides: tex(fulmc10.tfm) = %{tl_version} +Provides: tex(fulmc12.tfm) = %{tl_version} +Provides: tex(fulmc17.tfm) = %{tl_version} +Provides: tex(fulmc8.tfm) = %{tl_version} +Provides: tex(fulmc9.tfm) = %{tl_version} +Provides: tex(fulmo10.tfm) = %{tl_version} +Provides: tex(fulmo12.tfm) = %{tl_version} +Provides: tex(fulmo17.tfm) = %{tl_version} +Provides: tex(fulmo8.tfm) = %{tl_version} +Provides: tex(fulmo9.tfm) = %{tl_version} +Provides: tex(fulmr10.tfm) = %{tl_version} +Provides: tex(fulmr12.tfm) = %{tl_version} +Provides: tex(fulmr17.tfm) = %{tl_version} +Provides: tex(fulmr8.tfm) = %{tl_version} +Provides: tex(fulmr9.tfm) = %{tl_version} +Provides: tex(fulmst10.tfm) = %{tl_version} +Provides: tex(fulmst12.tfm) = %{tl_version} +Provides: tex(fulmst17.tfm) = %{tl_version} +Provides: tex(fulmst8.tfm) = %{tl_version} +Provides: tex(fulmst9.tfm) = %{tl_version} +Provides: tex(omluni.fd) = %{tl_version} +Provides: tex(omsuni.fd) = %{tl_version} +Provides: tex(ot1uni.fd) = %{tl_version} +Provides: tex(t1uni.fd) = %{tl_version} +Provides: tex(uni.sty) = %{tl_version} +Provides: tex(uuni.fd) = %{tl_version} + +%description universa +An implementation of the universal font by Herbert Bayer of the +Bauhaus school. The MetaFont sources of the fonts, and their +LaTeX support, are all supplied in a LaTeX documented source +(.dtx) file. + +date: 2008-11-02 01:06:10 +0100 + +%post universa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun universa +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans universa +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package universa-doc +Summary: Documentation for universa +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-universa-doc +BuildArch: noarch +AutoReqProv: No + +%description universa-doc +Documentation for universa + +%package urwchancal +Provides: tex-urwchancal = %{tl_version} +License: LPPL +Summary: Use URW's clone of Zapf Chancery as a maths alphabet +Version: svn21701.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(urwchancal.tfm) = %{tl_version} +Provides: tex(urwchancal.vf) = %{tl_version} +Provides: tex(urwchancal.sty) = %{tl_version} +Provides: tex(uurwchancal.fd) = %{tl_version} + +%description urwchancal +The package allows (the URW clone of) Zapf Chancery to function +as a maths alphabet, the target of \mathcal or \mathscr, with +accents appearing where they should, and other spacing +parameters set to reasonable (not very tight) values. + +date: 2011-03-10 10:40:13 +0100 + +%post urwchancal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun urwchancal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans urwchancal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package urwchancal-doc +Summary: Documentation for urwchancal +Version: svn21701.1 +Release: %{tl_noarch_release} +Provides: tex-urwchancal-doc +BuildArch: noarch +AutoReqProv: No + +%description urwchancal-doc +Documentation for urwchancal + +%package venturisadf +Provides: tex-venturisadf = %{tl_version} +License: Utopia +Summary: Venturis ADF fonts collection +Version: svn19444.1.005 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(xkeyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(nfssext-cfr.sty) +Provides: tex(t1-dotalt-f_f-venturisadf.enc) = %{tl_version} +Provides: tex(t1-f_f-venturisadf.enc) = %{tl_version} +Provides: tex(t1-venturis.enc) = %{tl_version} +Provides: tex(t1-venturisold-longs.enc) = %{tl_version} +Provides: tex(ts1-euro-venturisadf.enc) = %{tl_version} +Provides: tex(yvt.map) = %{tl_version} +Provides: tex(yv2.map) = %{tl_version} +Provides: tex(yvo.map) = %{tl_version} +Provides: tex(yv1.map) = %{tl_version} +Provides: tex(yv3.map) = %{tl_version} +Provides: tex(t1-yvtb-c.tfm) = %{tl_version} +Provides: tex(t1-yvtb.tfm) = %{tl_version} +Provides: tex(t1-yvtbc-c.tfm) = %{tl_version} +Provides: tex(t1-yvtbc.tfm) = %{tl_version} +Provides: tex(t1-yvtbci-c.tfm) = %{tl_version} +Provides: tex(t1-yvtbci.tfm) = %{tl_version} +Provides: tex(t1-yvtbd-c.tfm) = %{tl_version} +Provides: tex(t1-yvtbi-c.tfm) = %{tl_version} +Provides: tex(t1-yvtbi.tfm) = %{tl_version} +Provides: tex(t1-yvth.tfm) = %{tl_version} +Provides: tex(t1-yvthi.tfm) = %{tl_version} +Provides: tex(t1-yvtr-c.tfm) = %{tl_version} +Provides: tex(t1-yvtr.tfm) = %{tl_version} +Provides: tex(t1-yvtrc-c.tfm) = %{tl_version} +Provides: tex(t1-yvtrc.tfm) = %{tl_version} +Provides: tex(t1-yvtrci-c.tfm) = %{tl_version} +Provides: tex(t1-yvtrci.tfm) = %{tl_version} +Provides: tex(t1-yvtrdl.tfm) = %{tl_version} +Provides: tex(t1-yvtri-c.tfm) = %{tl_version} +Provides: tex(t1-yvtri.tfm) = %{tl_version} +Provides: tex(t1alt-yvtbc-c.tfm) = %{tl_version} +Provides: tex(t1alt-yvtbc.tfm) = %{tl_version} +Provides: tex(t1alt-yvtbci-c.tfm) = %{tl_version} +Provides: tex(t1alt-yvtbci.tfm) = %{tl_version} +Provides: tex(t1alt-yvtrc-c.tfm) = %{tl_version} +Provides: tex(t1alt-yvtrc.tfm) = %{tl_version} +Provides: tex(t1alt-yvtrci-c.tfm) = %{tl_version} +Provides: tex(t1alt-yvtrci.tfm) = %{tl_version} +Provides: tex(ts1-yvtb-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtb.tfm) = %{tl_version} +Provides: tex(ts1-yvtbc-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtbc.tfm) = %{tl_version} +Provides: tex(ts1-yvtbci-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtbci.tfm) = %{tl_version} +Provides: tex(ts1-yvtbd-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtbi-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtbi.tfm) = %{tl_version} +Provides: tex(ts1-yvth.tfm) = %{tl_version} +Provides: tex(ts1-yvthi.tfm) = %{tl_version} +Provides: tex(ts1-yvtr-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtr.tfm) = %{tl_version} +Provides: tex(ts1-yvtrc-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtrc.tfm) = %{tl_version} +Provides: tex(ts1-yvtrci-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtrci.tfm) = %{tl_version} +Provides: tex(ts1-yvtrdl.tfm) = %{tl_version} +Provides: tex(ts1-yvtri-c.tfm) = %{tl_version} +Provides: tex(ts1-yvtri.tfm) = %{tl_version} +Provides: tex(vent-yvtr.tfm) = %{tl_version} +Provides: tex(yvtb8c.tfm) = %{tl_version} +Provides: tex(yvtb8cc.tfm) = %{tl_version} +Provides: tex(yvtb8t.tfm) = %{tl_version} +Provides: tex(yvtb8tc.tfm) = %{tl_version} +Provides: tex(yvtbc8c.tfm) = %{tl_version} +Provides: tex(yvtbc8cc.tfm) = %{tl_version} +Provides: tex(yvtbc8t.tfm) = %{tl_version} +Provides: tex(yvtbc8tc.tfm) = %{tl_version} +Provides: tex(yvtbci8c.tfm) = %{tl_version} +Provides: tex(yvtbci8cc.tfm) = %{tl_version} +Provides: tex(yvtbci8t.tfm) = %{tl_version} +Provides: tex(yvtbci8tc.tfm) = %{tl_version} +Provides: tex(yvtbcij8t.tfm) = %{tl_version} +Provides: tex(yvtbcij8tc.tfm) = %{tl_version} +Provides: tex(yvtbcijw8t.tfm) = %{tl_version} +Provides: tex(yvtbcijw8tc.tfm) = %{tl_version} +Provides: tex(yvtbciw8t.tfm) = %{tl_version} +Provides: tex(yvtbciw8tc.tfm) = %{tl_version} +Provides: tex(yvtbcj8t.tfm) = %{tl_version} +Provides: tex(yvtbcj8tc.tfm) = %{tl_version} +Provides: tex(yvtbcjw8t.tfm) = %{tl_version} +Provides: tex(yvtbcjw8tc.tfm) = %{tl_version} +Provides: tex(yvtbcw8t.tfm) = %{tl_version} +Provides: tex(yvtbcw8tc.tfm) = %{tl_version} +Provides: tex(yvtbd8cc.tfm) = %{tl_version} +Provides: tex(yvtbd8tc.tfm) = %{tl_version} +Provides: tex(yvtbi8c.tfm) = %{tl_version} +Provides: tex(yvtbi8cc.tfm) = %{tl_version} +Provides: tex(yvtbi8t.tfm) = %{tl_version} +Provides: tex(yvtbi8tc.tfm) = %{tl_version} +Provides: tex(yvtbij8t.tfm) = %{tl_version} +Provides: tex(yvtbij8tc.tfm) = %{tl_version} +Provides: tex(yvtbijw8t.tfm) = %{tl_version} +Provides: tex(yvtbijw8tc.tfm) = %{tl_version} +Provides: tex(yvtbiw8t.tfm) = %{tl_version} +Provides: tex(yvtbiw8tc.tfm) = %{tl_version} +Provides: tex(yvtbj8t.tfm) = %{tl_version} +Provides: tex(yvtbj8tc.tfm) = %{tl_version} +Provides: tex(yvtbjw8t.tfm) = %{tl_version} +Provides: tex(yvtbjw8tc.tfm) = %{tl_version} +Provides: tex(yvtbw8t.tfm) = %{tl_version} +Provides: tex(yvtbw8tc.tfm) = %{tl_version} +Provides: tex(yvth8c.tfm) = %{tl_version} +Provides: tex(yvth8t.tfm) = %{tl_version} +Provides: tex(yvthi8c.tfm) = %{tl_version} +Provides: tex(yvthi8t.tfm) = %{tl_version} +Provides: tex(yvtr8c.tfm) = %{tl_version} +Provides: tex(yvtr8cc.tfm) = %{tl_version} +Provides: tex(yvtr8t.tfm) = %{tl_version} +Provides: tex(yvtr8tc.tfm) = %{tl_version} +Provides: tex(yvtrajw8t.tfm) = %{tl_version} +Provides: tex(yvtraw8t.tfm) = %{tl_version} +Provides: tex(yvtrc8c.tfm) = %{tl_version} +Provides: tex(yvtrc8cc.tfm) = %{tl_version} +Provides: tex(yvtrc8t.tfm) = %{tl_version} +Provides: tex(yvtrc8tc.tfm) = %{tl_version} +Provides: tex(yvtrci8c.tfm) = %{tl_version} +Provides: tex(yvtrci8cc.tfm) = %{tl_version} +Provides: tex(yvtrci8t.tfm) = %{tl_version} +Provides: tex(yvtrci8tc.tfm) = %{tl_version} +Provides: tex(yvtrcij8t.tfm) = %{tl_version} +Provides: tex(yvtrcij8tc.tfm) = %{tl_version} +Provides: tex(yvtrcijw8t.tfm) = %{tl_version} +Provides: tex(yvtrcijw8tc.tfm) = %{tl_version} +Provides: tex(yvtrciw8t.tfm) = %{tl_version} +Provides: tex(yvtrciw8tc.tfm) = %{tl_version} +Provides: tex(yvtrcj8t.tfm) = %{tl_version} +Provides: tex(yvtrcj8tc.tfm) = %{tl_version} +Provides: tex(yvtrcjw8t.tfm) = %{tl_version} +Provides: tex(yvtrcjw8tc.tfm) = %{tl_version} +Provides: tex(yvtrcw8t.tfm) = %{tl_version} +Provides: tex(yvtrcw8tc.tfm) = %{tl_version} +Provides: tex(yvtrdl8c.tfm) = %{tl_version} +Provides: tex(yvtrdl8t.tfm) = %{tl_version} +Provides: tex(yvtri8c.tfm) = %{tl_version} +Provides: tex(yvtri8cc.tfm) = %{tl_version} +Provides: tex(yvtri8t.tfm) = %{tl_version} +Provides: tex(yvtri8tc.tfm) = %{tl_version} +Provides: tex(yvtrij8t.tfm) = %{tl_version} +Provides: tex(yvtrij8tc.tfm) = %{tl_version} +Provides: tex(yvtrijw8t.tfm) = %{tl_version} +Provides: tex(yvtrijw8tc.tfm) = %{tl_version} +Provides: tex(yvtriw8t.tfm) = %{tl_version} +Provides: tex(yvtriw8tc.tfm) = %{tl_version} +Provides: tex(yvtrj8t.tfm) = %{tl_version} +Provides: tex(yvtrj8tc.tfm) = %{tl_version} +Provides: tex(yvtrjw8t.tfm) = %{tl_version} +Provides: tex(yvtrjw8tc.tfm) = %{tl_version} +Provides: tex(yvtrw8t.tfm) = %{tl_version} +Provides: tex(yvtrw8tc.tfm) = %{tl_version} +Provides: tex(t1-yv2b-c.tfm) = %{tl_version} +Provides: tex(t1-yv2b.tfm) = %{tl_version} +Provides: tex(t1-yv2bi-c.tfm) = %{tl_version} +Provides: tex(t1-yv2bi.tfm) = %{tl_version} +Provides: tex(t1-yv2m.tfm) = %{tl_version} +Provides: tex(t1-yv2mi.tfm) = %{tl_version} +Provides: tex(t1-yv2r-c.tfm) = %{tl_version} +Provides: tex(t1-yv2r.tfm) = %{tl_version} +Provides: tex(t1-yv2ri-c.tfm) = %{tl_version} +Provides: tex(t1-yv2ri.tfm) = %{tl_version} +Provides: tex(t1-yv2x.tfm) = %{tl_version} +Provides: tex(t1-yv2xi.tfm) = %{tl_version} +Provides: tex(ts1-yv2b-c.tfm) = %{tl_version} +Provides: tex(ts1-yv2b.tfm) = %{tl_version} +Provides: tex(ts1-yv2bi-c.tfm) = %{tl_version} +Provides: tex(ts1-yv2bi.tfm) = %{tl_version} +Provides: tex(ts1-yv2m.tfm) = %{tl_version} +Provides: tex(ts1-yv2mi.tfm) = %{tl_version} +Provides: tex(ts1-yv2r-c.tfm) = %{tl_version} +Provides: tex(ts1-yv2r.tfm) = %{tl_version} +Provides: tex(ts1-yv2ri-c.tfm) = %{tl_version} +Provides: tex(ts1-yv2ri.tfm) = %{tl_version} +Provides: tex(ts1-yv2x.tfm) = %{tl_version} +Provides: tex(ts1-yv2xi.tfm) = %{tl_version} +Provides: tex(yv2b8c.tfm) = %{tl_version} +Provides: tex(yv2b8cc.tfm) = %{tl_version} +Provides: tex(yv2b8t.tfm) = %{tl_version} +Provides: tex(yv2b8tc.tfm) = %{tl_version} +Provides: tex(yv2bi8c.tfm) = %{tl_version} +Provides: tex(yv2bi8cc.tfm) = %{tl_version} +Provides: tex(yv2bi8t.tfm) = %{tl_version} +Provides: tex(yv2bi8tc.tfm) = %{tl_version} +Provides: tex(yv2m8c.tfm) = %{tl_version} +Provides: tex(yv2m8t.tfm) = %{tl_version} +Provides: tex(yv2mi8c.tfm) = %{tl_version} +Provides: tex(yv2mi8t.tfm) = %{tl_version} +Provides: tex(yv2r8c.tfm) = %{tl_version} +Provides: tex(yv2r8cc.tfm) = %{tl_version} +Provides: tex(yv2r8t.tfm) = %{tl_version} +Provides: tex(yv2r8tc.tfm) = %{tl_version} +Provides: tex(yv2ri8c.tfm) = %{tl_version} +Provides: tex(yv2ri8cc.tfm) = %{tl_version} +Provides: tex(yv2ri8t.tfm) = %{tl_version} +Provides: tex(yv2ri8tc.tfm) = %{tl_version} +Provides: tex(yv2x8c.tfm) = %{tl_version} +Provides: tex(yv2x8t.tfm) = %{tl_version} +Provides: tex(yv2xi8c.tfm) = %{tl_version} +Provides: tex(yv2xi8t.tfm) = %{tl_version} +Provides: tex(t1-yvob.tfm) = %{tl_version} +Provides: tex(t1-yvobi.tfm) = %{tl_version} +Provides: tex(t1-yvodd.tfm) = %{tl_version} +Provides: tex(t1-yvor.tfm) = %{tl_version} +Provides: tex(t1-yvori.tfm) = %{tl_version} +Provides: tex(ts1-yvob.tfm) = %{tl_version} +Provides: tex(ts1-yvobi.tfm) = %{tl_version} +Provides: tex(ts1-yvodd.tfm) = %{tl_version} +Provides: tex(ts1-yvor.tfm) = %{tl_version} +Provides: tex(ts1-yvori.tfm) = %{tl_version} +Provides: tex(yvoab8t.tfm) = %{tl_version} +Provides: tex(yvoabi8t.tfm) = %{tl_version} +Provides: tex(yvoar8t.tfm) = %{tl_version} +Provides: tex(yvoari8t.tfm) = %{tl_version} +Provides: tex(yvob8c.tfm) = %{tl_version} +Provides: tex(yvob8t.tfm) = %{tl_version} +Provides: tex(yvobi8c.tfm) = %{tl_version} +Provides: tex(yvobi8t.tfm) = %{tl_version} +Provides: tex(yvodd8c.tfm) = %{tl_version} +Provides: tex(yvodd8t.tfm) = %{tl_version} +Provides: tex(yvor8c.tfm) = %{tl_version} +Provides: tex(yvor8t.tfm) = %{tl_version} +Provides: tex(yvori8c.tfm) = %{tl_version} +Provides: tex(yvori8t.tfm) = %{tl_version} +Provides: tex(t1-yv1b-c.tfm) = %{tl_version} +Provides: tex(t1-yv1b-x.tfm) = %{tl_version} +Provides: tex(t1-yv1b.tfm) = %{tl_version} +Provides: tex(t1-yv1bd.tfm) = %{tl_version} +Provides: tex(t1-yv1bi-c.tfm) = %{tl_version} +Provides: tex(t1-yv1bi-x.tfm) = %{tl_version} +Provides: tex(t1-yv1bi.tfm) = %{tl_version} +Provides: tex(t1-yv1d.tfm) = %{tl_version} +Provides: tex(t1-yv1dd-u.tfm) = %{tl_version} +Provides: tex(t1-yv1di.tfm) = %{tl_version} +Provides: tex(t1-yv1h.tfm) = %{tl_version} +Provides: tex(t1-yv1ho.tfm) = %{tl_version} +Provides: tex(t1-yv1l.tfm) = %{tl_version} +Provides: tex(t1-yv1li.tfm) = %{tl_version} +Provides: tex(t1-yv1r-c.tfm) = %{tl_version} +Provides: tex(t1-yv1r-x.tfm) = %{tl_version} +Provides: tex(t1-yv1r.tfm) = %{tl_version} +Provides: tex(t1-yv1ri-c.tfm) = %{tl_version} +Provides: tex(t1-yv1ri-x.tfm) = %{tl_version} +Provides: tex(t1-yv1ri.tfm) = %{tl_version} +Provides: tex(ts1-yv1b-c.tfm) = %{tl_version} +Provides: tex(ts1-yv1b-x.tfm) = %{tl_version} +Provides: tex(ts1-yv1b.tfm) = %{tl_version} +Provides: tex(ts1-yv1bd.tfm) = %{tl_version} +Provides: tex(ts1-yv1bi-c.tfm) = %{tl_version} +Provides: tex(ts1-yv1bi-x.tfm) = %{tl_version} +Provides: tex(ts1-yv1bi.tfm) = %{tl_version} +Provides: tex(ts1-yv1d.tfm) = %{tl_version} +Provides: tex(ts1-yv1dd-u.tfm) = %{tl_version} +Provides: tex(ts1-yv1di.tfm) = %{tl_version} +Provides: tex(ts1-yv1h.tfm) = %{tl_version} +Provides: tex(ts1-yv1ho.tfm) = %{tl_version} +Provides: tex(ts1-yv1l.tfm) = %{tl_version} +Provides: tex(ts1-yv1li.tfm) = %{tl_version} +Provides: tex(ts1-yv1r-c.tfm) = %{tl_version} +Provides: tex(ts1-yv1r-x.tfm) = %{tl_version} +Provides: tex(ts1-yv1r.tfm) = %{tl_version} +Provides: tex(ts1-yv1ri-c.tfm) = %{tl_version} +Provides: tex(ts1-yv1ri-x.tfm) = %{tl_version} +Provides: tex(ts1-yv1ri.tfm) = %{tl_version} +Provides: tex(yv1b8c.tfm) = %{tl_version} +Provides: tex(yv1b8cc.tfm) = %{tl_version} +Provides: tex(yv1b8cx.tfm) = %{tl_version} +Provides: tex(yv1b8t.tfm) = %{tl_version} +Provides: tex(yv1b8tc.tfm) = %{tl_version} +Provides: tex(yv1b8tx.tfm) = %{tl_version} +Provides: tex(yv1bd8c.tfm) = %{tl_version} +Provides: tex(yv1bd8t.tfm) = %{tl_version} +Provides: tex(yv1bi8c.tfm) = %{tl_version} +Provides: tex(yv1bi8cc.tfm) = %{tl_version} +Provides: tex(yv1bi8cx.tfm) = %{tl_version} +Provides: tex(yv1bi8t.tfm) = %{tl_version} +Provides: tex(yv1bi8tc.tfm) = %{tl_version} +Provides: tex(yv1bi8tx.tfm) = %{tl_version} +Provides: tex(yv1d8c.tfm) = %{tl_version} +Provides: tex(yv1d8t.tfm) = %{tl_version} +Provides: tex(yv1dd8cu.tfm) = %{tl_version} +Provides: tex(yv1dd8tu.tfm) = %{tl_version} +Provides: tex(yv1di8c.tfm) = %{tl_version} +Provides: tex(yv1di8t.tfm) = %{tl_version} +Provides: tex(yv1h8c.tfm) = %{tl_version} +Provides: tex(yv1h8t.tfm) = %{tl_version} +Provides: tex(yv1ho8c.tfm) = %{tl_version} +Provides: tex(yv1ho8t.tfm) = %{tl_version} +Provides: tex(yv1l8c.tfm) = %{tl_version} +Provides: tex(yv1l8t.tfm) = %{tl_version} +Provides: tex(yv1li8c.tfm) = %{tl_version} +Provides: tex(yv1li8t.tfm) = %{tl_version} +Provides: tex(yv1r8c.tfm) = %{tl_version} +Provides: tex(yv1r8cc.tfm) = %{tl_version} +Provides: tex(yv1r8cx.tfm) = %{tl_version} +Provides: tex(yv1r8t.tfm) = %{tl_version} +Provides: tex(yv1r8tc.tfm) = %{tl_version} +Provides: tex(yv1r8tx.tfm) = %{tl_version} +Provides: tex(yv1ri8c.tfm) = %{tl_version} +Provides: tex(yv1ri8cc.tfm) = %{tl_version} +Provides: tex(yv1ri8cx.tfm) = %{tl_version} +Provides: tex(yv1ri8t.tfm) = %{tl_version} +Provides: tex(yv1ri8tc.tfm) = %{tl_version} +Provides: tex(yv1ri8tx.tfm) = %{tl_version} +Provides: tex(t1-yv3b-c.tfm) = %{tl_version} +Provides: tex(t1-yv3b-x.tfm) = %{tl_version} +Provides: tex(t1-yv3b.tfm) = %{tl_version} +Provides: tex(t1-yv3bi-c.tfm) = %{tl_version} +Provides: tex(t1-yv3bi-x.tfm) = %{tl_version} +Provides: tex(t1-yv3bi.tfm) = %{tl_version} +Provides: tex(t1-yv3r-c.tfm) = %{tl_version} +Provides: tex(t1-yv3r-x.tfm) = %{tl_version} +Provides: tex(t1-yv3r.tfm) = %{tl_version} +Provides: tex(t1-yv3ri-c.tfm) = %{tl_version} +Provides: tex(t1-yv3ri-x.tfm) = %{tl_version} +Provides: tex(t1-yv3ri.tfm) = %{tl_version} +Provides: tex(ts1-yv3b-c.tfm) = %{tl_version} +Provides: tex(ts1-yv3b-x.tfm) = %{tl_version} +Provides: tex(ts1-yv3b.tfm) = %{tl_version} +Provides: tex(ts1-yv3bi-c.tfm) = %{tl_version} +Provides: tex(ts1-yv3bi-x.tfm) = %{tl_version} +Provides: tex(ts1-yv3bi.tfm) = %{tl_version} +Provides: tex(ts1-yv3r-c.tfm) = %{tl_version} +Provides: tex(ts1-yv3r-x.tfm) = %{tl_version} +Provides: tex(ts1-yv3r.tfm) = %{tl_version} +Provides: tex(ts1-yv3ri-c.tfm) = %{tl_version} +Provides: tex(ts1-yv3ri-x.tfm) = %{tl_version} +Provides: tex(ts1-yv3ri.tfm) = %{tl_version} +Provides: tex(yv3b8c.tfm) = %{tl_version} +Provides: tex(yv3b8cc.tfm) = %{tl_version} +Provides: tex(yv3b8cx.tfm) = %{tl_version} +Provides: tex(yv3b8t.tfm) = %{tl_version} +Provides: tex(yv3b8tc.tfm) = %{tl_version} +Provides: tex(yv3b8tx.tfm) = %{tl_version} +Provides: tex(yv3bi8c.tfm) = %{tl_version} +Provides: tex(yv3bi8cc.tfm) = %{tl_version} +Provides: tex(yv3bi8cx.tfm) = %{tl_version} +Provides: tex(yv3bi8t.tfm) = %{tl_version} +Provides: tex(yv3bi8tc.tfm) = %{tl_version} +Provides: tex(yv3bi8tx.tfm) = %{tl_version} +Provides: tex(yv3r8c.tfm) = %{tl_version} +Provides: tex(yv3r8cc.tfm) = %{tl_version} +Provides: tex(yv3r8cx.tfm) = %{tl_version} +Provides: tex(yv3r8t.tfm) = %{tl_version} +Provides: tex(yv3r8tc.tfm) = %{tl_version} +Provides: tex(yv3r8tx.tfm) = %{tl_version} +Provides: tex(yv3ri8c.tfm) = %{tl_version} +Provides: tex(yv3ri8cc.tfm) = %{tl_version} +Provides: tex(yv3ri8cx.tfm) = %{tl_version} +Provides: tex(yv3ri8t.tfm) = %{tl_version} +Provides: tex(yv3ri8tc.tfm) = %{tl_version} +Provides: tex(yv3ri8tx.tfm) = %{tl_version} +Provides: tex(yvtb8a.pfb) = %{tl_version} +Provides: tex(yvtb8ac.pfb) = %{tl_version} +Provides: tex(yvtbc8a.pfb) = %{tl_version} +Provides: tex(yvtbc8ac.pfb) = %{tl_version} +Provides: tex(yvtbci8a.pfb) = %{tl_version} +Provides: tex(yvtbci8ac.pfb) = %{tl_version} +Provides: tex(yvtbd8ac.pfb) = %{tl_version} +Provides: tex(yvtbi8a.pfb) = %{tl_version} +Provides: tex(yvtbi8ac.pfb) = %{tl_version} +Provides: tex(yvth8a.pfb) = %{tl_version} +Provides: tex(yvthi8a.pfb) = %{tl_version} +Provides: tex(yvtr8a.pfb) = %{tl_version} +Provides: tex(yvtr8ac.pfb) = %{tl_version} +Provides: tex(yvtrc8a.pfb) = %{tl_version} +Provides: tex(yvtrc8ac.pfb) = %{tl_version} +Provides: tex(yvtrci8a.pfb) = %{tl_version} +Provides: tex(yvtrci8ac.pfb) = %{tl_version} +Provides: tex(yvtrdl8a.pfb) = %{tl_version} +Provides: tex(yvtri8a.pfb) = %{tl_version} +Provides: tex(yvtri8ac.pfb) = %{tl_version} +Provides: tex(yv2b8a.pfb) = %{tl_version} +Provides: tex(yv2b8ac.pfb) = %{tl_version} +Provides: tex(yv2bi8a.pfb) = %{tl_version} +Provides: tex(yv2bi8ac.pfb) = %{tl_version} +Provides: tex(yv2m8a.pfb) = %{tl_version} +Provides: tex(yv2mi8a.pfb) = %{tl_version} +Provides: tex(yv2r8a.pfb) = %{tl_version} +Provides: tex(yv2r8ac.pfb) = %{tl_version} +Provides: tex(yv2ri8a.pfb) = %{tl_version} +Provides: tex(yv2ri8ac.pfb) = %{tl_version} +Provides: tex(yv2x8a.pfb) = %{tl_version} +Provides: tex(yv2xi8a.pfb) = %{tl_version} +Provides: tex(yvob8a.pfb) = %{tl_version} +Provides: tex(yvobi8a.pfb) = %{tl_version} +Provides: tex(yvodd8a.pfb) = %{tl_version} +Provides: tex(yvor8a.pfb) = %{tl_version} +Provides: tex(yvori8a.pfb) = %{tl_version} +Provides: tex(yv1b8a.pfb) = %{tl_version} +Provides: tex(yv1b8ac.pfb) = %{tl_version} +Provides: tex(yv1b8ax.pfb) = %{tl_version} +Provides: tex(yv1bd8a.pfb) = %{tl_version} +Provides: tex(yv1bi8a.pfb) = %{tl_version} +Provides: tex(yv1bi8ac.pfb) = %{tl_version} +Provides: tex(yv1bi8ax.pfb) = %{tl_version} +Provides: tex(yv1d8a.pfb) = %{tl_version} +Provides: tex(yv1dd8au.pfb) = %{tl_version} +Provides: tex(yv1di8a.pfb) = %{tl_version} +Provides: tex(yv1h8a.pfb) = %{tl_version} +Provides: tex(yv1ho8a.pfb) = %{tl_version} +Provides: tex(yv1l8a.pfb) = %{tl_version} +Provides: tex(yv1li8a.pfb) = %{tl_version} +Provides: tex(yv1r8a.pfb) = %{tl_version} +Provides: tex(yv1r8ac.pfb) = %{tl_version} +Provides: tex(yv1r8ax.pfb) = %{tl_version} +Provides: tex(yv1ri8a.pfb) = %{tl_version} +Provides: tex(yv1ri8ac.pfb) = %{tl_version} +Provides: tex(yv1ri8ax.pfb) = %{tl_version} +Provides: tex(yv3b8a.pfb) = %{tl_version} +Provides: tex(yv3b8ac.pfb) = %{tl_version} +Provides: tex(yv3b8ax.pfb) = %{tl_version} +Provides: tex(yv3bi8a.pfb) = %{tl_version} +Provides: tex(yv3bi8ac.pfb) = %{tl_version} +Provides: tex(yv3bi8ax.pfb) = %{tl_version} +Provides: tex(yv3r8a.pfb) = %{tl_version} +Provides: tex(yv3r8ac.pfb) = %{tl_version} +Provides: tex(yv3r8ax.pfb) = %{tl_version} +Provides: tex(yv3ri8a.pfb) = %{tl_version} +Provides: tex(yv3ri8ac.pfb) = %{tl_version} +Provides: tex(yv3ri8ax.pfb) = %{tl_version} +Provides: tex(yvtb8c.vf) = %{tl_version} +Provides: tex(yvtb8cc.vf) = %{tl_version} +Provides: tex(yvtb8t.vf) = %{tl_version} +Provides: tex(yvtb8tc.vf) = %{tl_version} +Provides: tex(yvtbc8c.vf) = %{tl_version} +Provides: tex(yvtbc8cc.vf) = %{tl_version} +Provides: tex(yvtbc8t.vf) = %{tl_version} +Provides: tex(yvtbc8tc.vf) = %{tl_version} +Provides: tex(yvtbci8c.vf) = %{tl_version} +Provides: tex(yvtbci8cc.vf) = %{tl_version} +Provides: tex(yvtbci8t.vf) = %{tl_version} +Provides: tex(yvtbci8tc.vf) = %{tl_version} +Provides: tex(yvtbcij8t.vf) = %{tl_version} +Provides: tex(yvtbcij8tc.vf) = %{tl_version} +Provides: tex(yvtbcijw8t.vf) = %{tl_version} +Provides: tex(yvtbcijw8tc.vf) = %{tl_version} +Provides: tex(yvtbciw8t.vf) = %{tl_version} +Provides: tex(yvtbciw8tc.vf) = %{tl_version} +Provides: tex(yvtbcj8t.vf) = %{tl_version} +Provides: tex(yvtbcj8tc.vf) = %{tl_version} +Provides: tex(yvtbcjw8t.vf) = %{tl_version} +Provides: tex(yvtbcjw8tc.vf) = %{tl_version} +Provides: tex(yvtbcw8t.vf) = %{tl_version} +Provides: tex(yvtbcw8tc.vf) = %{tl_version} +Provides: tex(yvtbd8cc.vf) = %{tl_version} +Provides: tex(yvtbd8tc.vf) = %{tl_version} +Provides: tex(yvtbi8c.vf) = %{tl_version} +Provides: tex(yvtbi8cc.vf) = %{tl_version} +Provides: tex(yvtbi8t.vf) = %{tl_version} +Provides: tex(yvtbi8tc.vf) = %{tl_version} +Provides: tex(yvtbij8t.vf) = %{tl_version} +Provides: tex(yvtbij8tc.vf) = %{tl_version} +Provides: tex(yvtbijw8t.vf) = %{tl_version} +Provides: tex(yvtbijw8tc.vf) = %{tl_version} +Provides: tex(yvtbiw8t.vf) = %{tl_version} +Provides: tex(yvtbiw8tc.vf) = %{tl_version} +Provides: tex(yvtbj8t.vf) = %{tl_version} +Provides: tex(yvtbj8tc.vf) = %{tl_version} +Provides: tex(yvtbjw8t.vf) = %{tl_version} +Provides: tex(yvtbjw8tc.vf) = %{tl_version} +Provides: tex(yvtbw8t.vf) = %{tl_version} +Provides: tex(yvtbw8tc.vf) = %{tl_version} +Provides: tex(yvth8c.vf) = %{tl_version} +Provides: tex(yvth8t.vf) = %{tl_version} +Provides: tex(yvthi8c.vf) = %{tl_version} +Provides: tex(yvthi8t.vf) = %{tl_version} +Provides: tex(yvtr8c.vf) = %{tl_version} +Provides: tex(yvtr8cc.vf) = %{tl_version} +Provides: tex(yvtr8t.vf) = %{tl_version} +Provides: tex(yvtr8tc.vf) = %{tl_version} +Provides: tex(yvtrajw8t.vf) = %{tl_version} +Provides: tex(yvtraw8t.vf) = %{tl_version} +Provides: tex(yvtrc8c.vf) = %{tl_version} +Provides: tex(yvtrc8cc.vf) = %{tl_version} +Provides: tex(yvtrc8t.vf) = %{tl_version} +Provides: tex(yvtrc8tc.vf) = %{tl_version} +Provides: tex(yvtrci8c.vf) = %{tl_version} +Provides: tex(yvtrci8cc.vf) = %{tl_version} +Provides: tex(yvtrci8t.vf) = %{tl_version} +Provides: tex(yvtrci8tc.vf) = %{tl_version} +Provides: tex(yvtrcij8t.vf) = %{tl_version} +Provides: tex(yvtrcij8tc.vf) = %{tl_version} +Provides: tex(yvtrcijw8t.vf) = %{tl_version} +Provides: tex(yvtrcijw8tc.vf) = %{tl_version} +Provides: tex(yvtrciw8t.vf) = %{tl_version} +Provides: tex(yvtrciw8tc.vf) = %{tl_version} +Provides: tex(yvtrcj8t.vf) = %{tl_version} +Provides: tex(yvtrcj8tc.vf) = %{tl_version} +Provides: tex(yvtrcjw8t.vf) = %{tl_version} +Provides: tex(yvtrcjw8tc.vf) = %{tl_version} +Provides: tex(yvtrcw8t.vf) = %{tl_version} +Provides: tex(yvtrcw8tc.vf) = %{tl_version} +Provides: tex(yvtrdl8c.vf) = %{tl_version} +Provides: tex(yvtrdl8t.vf) = %{tl_version} +Provides: tex(yvtri8c.vf) = %{tl_version} +Provides: tex(yvtri8cc.vf) = %{tl_version} +Provides: tex(yvtri8t.vf) = %{tl_version} +Provides: tex(yvtri8tc.vf) = %{tl_version} +Provides: tex(yvtrij8t.vf) = %{tl_version} +Provides: tex(yvtrij8tc.vf) = %{tl_version} +Provides: tex(yvtrijw8t.vf) = %{tl_version} +Provides: tex(yvtrijw8tc.vf) = %{tl_version} +Provides: tex(yvtriw8t.vf) = %{tl_version} +Provides: tex(yvtriw8tc.vf) = %{tl_version} +Provides: tex(yvtrj8t.vf) = %{tl_version} +Provides: tex(yvtrj8tc.vf) = %{tl_version} +Provides: tex(yvtrjw8t.vf) = %{tl_version} +Provides: tex(yvtrjw8tc.vf) = %{tl_version} +Provides: tex(yvtrw8t.vf) = %{tl_version} +Provides: tex(yvtrw8tc.vf) = %{tl_version} +Provides: tex(yv2b8c.vf) = %{tl_version} +Provides: tex(yv2b8cc.vf) = %{tl_version} +Provides: tex(yv2b8t.vf) = %{tl_version} +Provides: tex(yv2b8tc.vf) = %{tl_version} +Provides: tex(yv2bi8c.vf) = %{tl_version} +Provides: tex(yv2bi8cc.vf) = %{tl_version} +Provides: tex(yv2bi8t.vf) = %{tl_version} +Provides: tex(yv2bi8tc.vf) = %{tl_version} +Provides: tex(yv2m8c.vf) = %{tl_version} +Provides: tex(yv2m8t.vf) = %{tl_version} +Provides: tex(yv2mi8c.vf) = %{tl_version} +Provides: tex(yv2mi8t.vf) = %{tl_version} +Provides: tex(yv2r8c.vf) = %{tl_version} +Provides: tex(yv2r8cc.vf) = %{tl_version} +Provides: tex(yv2r8t.vf) = %{tl_version} +Provides: tex(yv2r8tc.vf) = %{tl_version} +Provides: tex(yv2ri8c.vf) = %{tl_version} +Provides: tex(yv2ri8cc.vf) = %{tl_version} +Provides: tex(yv2ri8t.vf) = %{tl_version} +Provides: tex(yv2ri8tc.vf) = %{tl_version} +Provides: tex(yv2x8c.vf) = %{tl_version} +Provides: tex(yv2x8t.vf) = %{tl_version} +Provides: tex(yv2xi8c.vf) = %{tl_version} +Provides: tex(yv2xi8t.vf) = %{tl_version} +Provides: tex(yvoab8t.vf) = %{tl_version} +Provides: tex(yvoabi8t.vf) = %{tl_version} +Provides: tex(yvoar8t.vf) = %{tl_version} +Provides: tex(yvoari8t.vf) = %{tl_version} +Provides: tex(yvob8c.vf) = %{tl_version} +Provides: tex(yvob8t.vf) = %{tl_version} +Provides: tex(yvobi8c.vf) = %{tl_version} +Provides: tex(yvobi8t.vf) = %{tl_version} +Provides: tex(yvodd8c.vf) = %{tl_version} +Provides: tex(yvodd8t.vf) = %{tl_version} +Provides: tex(yvor8c.vf) = %{tl_version} +Provides: tex(yvor8t.vf) = %{tl_version} +Provides: tex(yvori8c.vf) = %{tl_version} +Provides: tex(yvori8t.vf) = %{tl_version} +Provides: tex(yv1b8c.vf) = %{tl_version} +Provides: tex(yv1b8cc.vf) = %{tl_version} +Provides: tex(yv1b8cx.vf) = %{tl_version} +Provides: tex(yv1b8t.vf) = %{tl_version} +Provides: tex(yv1b8tc.vf) = %{tl_version} +Provides: tex(yv1b8tx.vf) = %{tl_version} +Provides: tex(yv1bd8c.vf) = %{tl_version} +Provides: tex(yv1bd8t.vf) = %{tl_version} +Provides: tex(yv1bi8c.vf) = %{tl_version} +Provides: tex(yv1bi8cc.vf) = %{tl_version} +Provides: tex(yv1bi8cx.vf) = %{tl_version} +Provides: tex(yv1bi8t.vf) = %{tl_version} +Provides: tex(yv1bi8tc.vf) = %{tl_version} +Provides: tex(yv1bi8tx.vf) = %{tl_version} +Provides: tex(yv1d8c.vf) = %{tl_version} +Provides: tex(yv1d8t.vf) = %{tl_version} +Provides: tex(yv1dd8cu.vf) = %{tl_version} +Provides: tex(yv1dd8tu.vf) = %{tl_version} +Provides: tex(yv1di8c.vf) = %{tl_version} +Provides: tex(yv1di8t.vf) = %{tl_version} +Provides: tex(yv1h8c.vf) = %{tl_version} +Provides: tex(yv1h8t.vf) = %{tl_version} +Provides: tex(yv1ho8c.vf) = %{tl_version} +Provides: tex(yv1ho8t.vf) = %{tl_version} +Provides: tex(yv1l8c.vf) = %{tl_version} +Provides: tex(yv1l8t.vf) = %{tl_version} +Provides: tex(yv1li8c.vf) = %{tl_version} +Provides: tex(yv1li8t.vf) = %{tl_version} +Provides: tex(yv1r8c.vf) = %{tl_version} +Provides: tex(yv1r8cc.vf) = %{tl_version} +Provides: tex(yv1r8cx.vf) = %{tl_version} +Provides: tex(yv1r8t.vf) = %{tl_version} +Provides: tex(yv1r8tc.vf) = %{tl_version} +Provides: tex(yv1r8tx.vf) = %{tl_version} +Provides: tex(yv1ri8c.vf) = %{tl_version} +Provides: tex(yv1ri8cc.vf) = %{tl_version} +Provides: tex(yv1ri8cx.vf) = %{tl_version} +Provides: tex(yv1ri8t.vf) = %{tl_version} +Provides: tex(yv1ri8tc.vf) = %{tl_version} +Provides: tex(yv1ri8tx.vf) = %{tl_version} +Provides: tex(yv3b8c.vf) = %{tl_version} +Provides: tex(yv3b8cc.vf) = %{tl_version} +Provides: tex(yv3b8cx.vf) = %{tl_version} +Provides: tex(yv3b8t.vf) = %{tl_version} +Provides: tex(yv3b8tc.vf) = %{tl_version} +Provides: tex(yv3b8tx.vf) = %{tl_version} +Provides: tex(yv3bi8c.vf) = %{tl_version} +Provides: tex(yv3bi8cc.vf) = %{tl_version} +Provides: tex(yv3bi8cx.vf) = %{tl_version} +Provides: tex(yv3bi8t.vf) = %{tl_version} +Provides: tex(yv3bi8tc.vf) = %{tl_version} +Provides: tex(yv3bi8tx.vf) = %{tl_version} +Provides: tex(yv3r8c.vf) = %{tl_version} +Provides: tex(yv3r8cc.vf) = %{tl_version} +Provides: tex(yv3r8cx.vf) = %{tl_version} +Provides: tex(yv3r8t.vf) = %{tl_version} +Provides: tex(yv3r8tc.vf) = %{tl_version} +Provides: tex(yv3r8tx.vf) = %{tl_version} +Provides: tex(yv3ri8c.vf) = %{tl_version} +Provides: tex(yv3ri8cc.vf) = %{tl_version} +Provides: tex(yv3ri8cx.vf) = %{tl_version} +Provides: tex(yv3ri8t.vf) = %{tl_version} +Provides: tex(yv3ri8tc.vf) = %{tl_version} +Provides: tex(yv3ri8tx.vf) = %{tl_version} +Provides: tex(t1yvt.fd) = %{tl_version} +Provides: tex(t1yvtajw.fd) = %{tl_version} +Provides: tex(t1yvtaw.fd) = %{tl_version} +Provides: tex(t1yvtd.fd) = %{tl_version} +Provides: tex(t1yvtj.fd) = %{tl_version} +Provides: tex(t1yvtjw.fd) = %{tl_version} +Provides: tex(t1yvtw.fd) = %{tl_version} +Provides: tex(ts1yvt.fd) = %{tl_version} +Provides: tex(ts1yvtajw.fd) = %{tl_version} +Provides: tex(ts1yvtaw.fd) = %{tl_version} +Provides: tex(ts1yvtd.fd) = %{tl_version} +Provides: tex(ts1yvtj.fd) = %{tl_version} +Provides: tex(ts1yvtjw.fd) = %{tl_version} +Provides: tex(ts1yvtw.fd) = %{tl_version} +Provides: tex(t1yv2.fd) = %{tl_version} +Provides: tex(ts1yv2.fd) = %{tl_version} +Provides: tex(venturis.sty) = %{tl_version} +Provides: tex(venturis2.sty) = %{tl_version} +Provides: tex(venturisold.sty) = %{tl_version} +Provides: tex(t1yvo.fd) = %{tl_version} +Provides: tex(t1yvoa.fd) = %{tl_version} +Provides: tex(t1yvoad.fd) = %{tl_version} +Provides: tex(t1yvod.fd) = %{tl_version} +Provides: tex(ts1yvo.fd) = %{tl_version} +Provides: tex(ts1yvoa.fd) = %{tl_version} +Provides: tex(ts1yvoad.fd) = %{tl_version} +Provides: tex(ts1yvod.fd) = %{tl_version} +Provides: tex(t1yv1.fd) = %{tl_version} +Provides: tex(t1yv1d.fd) = %{tl_version} +Provides: tex(ts1yv1.fd) = %{tl_version} +Provides: tex(ts1yv1d.fd) = %{tl_version} +Provides: tex(t1yv3.fd) = %{tl_version} +Provides: tex(ts1yv3.fd) = %{tl_version} + +%description venturisadf +Serif and sans serif complete text font families, in both Adobe +Type 1 and OpenType formats for publication. The family is +based on Utopia family, and has been modified and developed by +the Arkandis Digital foundry. Support for using the fonts, in +LaTeX, is also provided (and makes use of the nfssext-cfr +package). + +date: 2010-07-12 22:26:03 +0200 + +%post venturisadf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map yv1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yv1.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map yv2.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yv2.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map yv3.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yv3.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map yvo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yvo.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map yvt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map yvt.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun venturisadf +if [ $1 == 0 ] ; then +sed -i '/^Map yv1.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map yv2.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map yv3.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map yvo.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map yvt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans venturisadf +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package venturisadf-doc +Summary: Documentation for venturisadf +Version: svn19444.1.005 +Release: %{tl_noarch_release} +Provides: tex-venturisadf-doc +BuildArch: noarch +AutoReqProv: No + +%description venturisadf-doc +Documentation for venturisadf + +%package wsuipa +Provides: tex-wsuipa = %{tl_version} +License: Utopia +Summary: International Phonetic Alphabet fonts +Version: svn25469.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(wbxipa10.tfm) = %{tl_version} +Provides: tex(wbxipa11.tfm) = %{tl_version} +Provides: tex(wbxipa12.tfm) = %{tl_version} +Provides: tex(wbxipa17.tfm) = %{tl_version} +Provides: tex(wbxipa8.tfm) = %{tl_version} +Provides: tex(wbxipa9.tfm) = %{tl_version} +Provides: tex(wslipa10.tfm) = %{tl_version} +Provides: tex(wslipa11.tfm) = %{tl_version} +Provides: tex(wslipa12.tfm) = %{tl_version} +Provides: tex(wslipa17.tfm) = %{tl_version} +Provides: tex(wslipa8.tfm) = %{tl_version} +Provides: tex(wslipa9.tfm) = %{tl_version} +Provides: tex(wsuipa10.tfm) = %{tl_version} +Provides: tex(wsuipa11.tfm) = %{tl_version} +Provides: tex(wsuipa12.tfm) = %{tl_version} +Provides: tex(wsuipa17.tfm) = %{tl_version} +Provides: tex(wsuipa8.tfm) = %{tl_version} +Provides: tex(wsuipa9.tfm) = %{tl_version} +Provides: tex(ipa.sty) = %{tl_version} +Provides: tex(ipalmacs.sty) = %{tl_version} +Provides: tex(uipa.fd) = %{tl_version} + +%description wsuipa +The package provides a 7-bit IPA font, as Metafont source, and +macros for support under TeXt1 and LaTeX. The fonts (and +macros) are now largely superseded by the tipa fonts. + +date: 2012-01-27 13:33:18 +0100 + +%post wsuipa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wsuipa +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wsuipa +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wsuipa-doc +Summary: Documentation for wsuipa +Version: svn25469.0 +Release: %{tl_noarch_release} +Provides: tex-wsuipa-doc +BuildArch: noarch +AutoReqProv: No + +%description wsuipa-doc +Documentation for wsuipa + +%package xits +Provides: tex-xits = %{tl_version} +License: OFSFLD +Summary: A Scientific Times-like font with support for mathematical typesetting +Version: svn26719.1.105 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xits-bold.otf) = %{tl_version} +Provides: tex(xits-bolditalic.otf) = %{tl_version} +Provides: tex(xits-italic.otf) = %{tl_version} +Provides: tex(xits-math.otf) = %{tl_version} +Provides: tex(xits-mathbold.otf) = %{tl_version} +Provides: tex(xits-regular.otf) = %{tl_version} + +%description xits +XITS is a Times-like font for scientific typesetting with +proper mathematical support for modern, Unicode and OpenType +capable TeX engines, namely LuaTeX and XeTeX. For use with +LuaLaTeX or XeLaTeX, support is available from the fontspec and +unicode-math packages. + +date: 2012-05-18 23:29:02 +0200 + +%post xits +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xits +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xits +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xits-doc +Summary: Documentation for xits +Version: svn26719.1.105 +Release: %{tl_noarch_release} +Provides: tex-xits-doc +BuildArch: noarch +AutoReqProv: No + +%description xits-doc +Documentation for xits + +%package yfonts +Provides: tex-yfonts = %{tl_version} +License: LPPL +Summary: Support for old German fonts +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(yfonts.sty) = %{tl_version} + +%description yfonts +A LaTeX interface to the old-german fonts designed by Yannis +Haralambous: Gothic, Schwabacher, Fraktur and the baroque +initials. + +date: 2007-03-01 23:46:20 +0100 + +%post yfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yfonts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yfonts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yfonts-doc +Summary: Documentation for yfonts +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-yfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description yfonts-doc +Documentation for yfonts + +%package collection-fontsrecommended +Summary: Recommended fonts +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-avantgar +Requires: tex-bookman +Requires: tex-charter +Requires: tex-cm-super +Requires: tex-cmextra +Requires: tex-courier +Requires: tex-euro +Requires: tex-eurosym +Requires: tex-fpl +Requires: tex-helvetic +Requires: tex-lm +Requires: tex-lm-math +Requires: tex-marvosym +Requires: tex-mathpazo +Requires: tex-ncntrsbk +Requires: tex-palatino +Requires: tex-pxfonts +Requires: tex-rsfs +Requires: tex-symbol +Requires: tex-tex-gyre +Requires: tex-tex-gyre-math +Requires: tex-times +Requires: tex-tipa +Requires: tex-txfonts +Requires: tex-utopia +Requires: tex-wasy +Requires: tex-wasysym +Requires: tex-zapfchan +Requires: tex-zapfding +Provides: tetex-fonts = 3.1-99 +Obsoletes: tetex-fonts < 3.1-99 +Provides: texlive-texmf-fonts = %{tl_version} +Obsoletes: texlive-texmf-fonts < %{tl_version} + +%description collection-fontsrecommended +Recommended fonts, including the base 35 PostScript fonts, +Latin Modern, TeX Gyre, and T1 and other encoding support for +Computer Modern, in outline form. + +%package charter +Provides: tex-charter = %{tl_version} +License: Copyright only +Summary: Charter fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bchb7t.tfm) = %{tl_version} +Provides: tex(bchb8c.tfm) = %{tl_version} +Provides: tex(bchb8r.tfm) = %{tl_version} +Provides: tex(bchb8t.tfm) = %{tl_version} +Provides: tex(bchbc7t.tfm) = %{tl_version} +Provides: tex(bchbc8t.tfm) = %{tl_version} +Provides: tex(bchbi7t.tfm) = %{tl_version} +Provides: tex(bchbi8c.tfm) = %{tl_version} +Provides: tex(bchbi8r.tfm) = %{tl_version} +Provides: tex(bchbi8t.tfm) = %{tl_version} +Provides: tex(bchbo7t.tfm) = %{tl_version} +Provides: tex(bchbo8c.tfm) = %{tl_version} +Provides: tex(bchbo8r.tfm) = %{tl_version} +Provides: tex(bchbo8t.tfm) = %{tl_version} +Provides: tex(bchr7t.tfm) = %{tl_version} +Provides: tex(bchr8c.tfm) = %{tl_version} +Provides: tex(bchr8r.tfm) = %{tl_version} +Provides: tex(bchr8t.tfm) = %{tl_version} +Provides: tex(bchrc7t.tfm) = %{tl_version} +Provides: tex(bchrc8t.tfm) = %{tl_version} +Provides: tex(bchri7t.tfm) = %{tl_version} +Provides: tex(bchri8c.tfm) = %{tl_version} +Provides: tex(bchri8r.tfm) = %{tl_version} +Provides: tex(bchri8t.tfm) = %{tl_version} +Provides: tex(bchro7t.tfm) = %{tl_version} +Provides: tex(bchro8c.tfm) = %{tl_version} +Provides: tex(bchro8r.tfm) = %{tl_version} +Provides: tex(bchro8t.tfm) = %{tl_version} +Provides: tex(bchb8a.pfb) = %{tl_version} +Provides: tex(bchbi8a.pfb) = %{tl_version} +Provides: tex(bchr8a.pfb) = %{tl_version} +Provides: tex(bchri8a.pfb) = %{tl_version} +Provides: tex(bchb7t.vf) = %{tl_version} +Provides: tex(bchb8c.vf) = %{tl_version} +Provides: tex(bchb8t.vf) = %{tl_version} +Provides: tex(bchbc7t.vf) = %{tl_version} +Provides: tex(bchbc8t.vf) = %{tl_version} +Provides: tex(bchbi7t.vf) = %{tl_version} +Provides: tex(bchbi8c.vf) = %{tl_version} +Provides: tex(bchbi8t.vf) = %{tl_version} +Provides: tex(bchbo7t.vf) = %{tl_version} +Provides: tex(bchbo8c.vf) = %{tl_version} +Provides: tex(bchbo8t.vf) = %{tl_version} +Provides: tex(bchr7t.vf) = %{tl_version} +Provides: tex(bchr8c.vf) = %{tl_version} +Provides: tex(bchr8t.vf) = %{tl_version} +Provides: tex(bchrc7t.vf) = %{tl_version} +Provides: tex(bchrc8t.vf) = %{tl_version} +Provides: tex(bchri7t.vf) = %{tl_version} +Provides: tex(bchri8c.vf) = %{tl_version} +Provides: tex(bchri8t.vf) = %{tl_version} +Provides: tex(bchro7t.vf) = %{tl_version} +Provides: tex(bchro8c.vf) = %{tl_version} +Provides: tex(bchro8t.vf) = %{tl_version} + +%description charter +A commercial text font donated for the common good. Support for +use with LaTeX is available in freenfss, part of psnfss. + +date: 2009-05-23 20:19:02 +0200 + +%post charter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun charter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans charter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package charter-doc +Summary: Documentation for charter +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-charter-doc +BuildArch: noarch +AutoReqProv: No + +%description charter-doc +Documentation for charter + +%package courier +Provides: tex-courier = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ucr.map) = %{tl_version} +Provides: tex(pcrb.tfm) = %{tl_version} +Provides: tex(pcrb7t.tfm) = %{tl_version} +Provides: tex(pcrb8c.tfm) = %{tl_version} +Provides: tex(pcrb8r.tfm) = %{tl_version} +Provides: tex(pcrb8t.tfm) = %{tl_version} +Provides: tex(pcrbc.tfm) = %{tl_version} +Provides: tex(pcrbc7t.tfm) = %{tl_version} +Provides: tex(pcrbc8t.tfm) = %{tl_version} +Provides: tex(pcrbo.tfm) = %{tl_version} +Provides: tex(pcrbo7t.tfm) = %{tl_version} +Provides: tex(pcrbo8c.tfm) = %{tl_version} +Provides: tex(pcrbo8r.tfm) = %{tl_version} +Provides: tex(pcrbo8t.tfm) = %{tl_version} +Provides: tex(pcrr.tfm) = %{tl_version} +Provides: tex(pcrr7t.tfm) = %{tl_version} +Provides: tex(pcrr8c.tfm) = %{tl_version} +Provides: tex(pcrr8r.tfm) = %{tl_version} +Provides: tex(pcrr8t.tfm) = %{tl_version} +Provides: tex(pcrrc.tfm) = %{tl_version} +Provides: tex(pcrrc7t.tfm) = %{tl_version} +Provides: tex(pcrrc8t.tfm) = %{tl_version} +Provides: tex(pcrro.tfm) = %{tl_version} +Provides: tex(pcrro7t.tfm) = %{tl_version} +Provides: tex(pcrro8c.tfm) = %{tl_version} +Provides: tex(pcrro8r.tfm) = %{tl_version} +Provides: tex(pcrro8t.tfm) = %{tl_version} +Provides: tex(ccrb.tfm) = %{tl_version} +Provides: tex(ccrb8t.tfm) = %{tl_version} +Provides: tex(ccrbi.tfm) = %{tl_version} +Provides: tex(ccrbi8t.tfm) = %{tl_version} +Provides: tex(ccrr.tfm) = %{tl_version} +Provides: tex(ccrr8t.tfm) = %{tl_version} +Provides: tex(ccrri.tfm) = %{tl_version} +Provides: tex(ccrri8t.tfm) = %{tl_version} +Provides: tex(crb10u.tfm) = %{tl_version} +Provides: tex(crb2n.tfm) = %{tl_version} +Provides: tex(crb6j.tfm) = %{tl_version} +Provides: tex(crb7j.tfm) = %{tl_version} +Provides: tex(crb8u.tfm) = %{tl_version} +Provides: tex(crb9t.tfm) = %{tl_version} +Provides: tex(cri10u.tfm) = %{tl_version} +Provides: tex(cri2n.tfm) = %{tl_version} +Provides: tex(cri6j.tfm) = %{tl_version} +Provides: tex(cri7j.tfm) = %{tl_version} +Provides: tex(cri8u.tfm) = %{tl_version} +Provides: tex(cri9t.tfm) = %{tl_version} +Provides: tex(crj10u.tfm) = %{tl_version} +Provides: tex(crj2n.tfm) = %{tl_version} +Provides: tex(crj6j.tfm) = %{tl_version} +Provides: tex(crj7j.tfm) = %{tl_version} +Provides: tex(crj8u.tfm) = %{tl_version} +Provides: tex(crj9t.tfm) = %{tl_version} +Provides: tex(crr10u.tfm) = %{tl_version} +Provides: tex(crr2n.tfm) = %{tl_version} +Provides: tex(crr6j.tfm) = %{tl_version} +Provides: tex(crr7j.tfm) = %{tl_version} +Provides: tex(crr8u.tfm) = %{tl_version} +Provides: tex(crr9t.tfm) = %{tl_version} +Provides: tex(ucrb7t.tfm) = %{tl_version} +Provides: tex(ucrb8c.tfm) = %{tl_version} +Provides: tex(ucrb8r.tfm) = %{tl_version} +Provides: tex(ucrb8t.tfm) = %{tl_version} +Provides: tex(ucrbc7t.tfm) = %{tl_version} +Provides: tex(ucrbc8t.tfm) = %{tl_version} +Provides: tex(ucrbo7t.tfm) = %{tl_version} +Provides: tex(ucrbo8c.tfm) = %{tl_version} +Provides: tex(ucrbo8r.tfm) = %{tl_version} +Provides: tex(ucrbo8t.tfm) = %{tl_version} +Provides: tex(ucrr7t.tfm) = %{tl_version} +Provides: tex(ucrr8c.tfm) = %{tl_version} +Provides: tex(ucrr8r.tfm) = %{tl_version} +Provides: tex(ucrr8t.tfm) = %{tl_version} +Provides: tex(ucrrc7t.tfm) = %{tl_version} +Provides: tex(ucrrc8t.tfm) = %{tl_version} +Provides: tex(ucrro7t.tfm) = %{tl_version} +Provides: tex(ucrro8c.tfm) = %{tl_version} +Provides: tex(ucrro8r.tfm) = %{tl_version} +Provides: tex(ucrro8t.tfm) = %{tl_version} +Provides: tex(pcrb8a.pfb) = %{tl_version} +Provides: tex(pcrbi8a.pfb) = %{tl_version} +Provides: tex(pcrbo8a.pfb) = %{tl_version} +Provides: tex(pcri8a.pfb) = %{tl_version} +Provides: tex(pcrr8a.pfb) = %{tl_version} +Provides: tex(pcrro8a.pfb) = %{tl_version} +Provides: tex(ucrb8a.pfb) = %{tl_version} +Provides: tex(ucrbo8a.pfb) = %{tl_version} +Provides: tex(ucrr8a.pfb) = %{tl_version} +Provides: tex(ucrro8a.pfb) = %{tl_version} +Provides: tex(pcrb.vf) = %{tl_version} +Provides: tex(pcrb7t.vf) = %{tl_version} +Provides: tex(pcrb8c.vf) = %{tl_version} +Provides: tex(pcrb8t.vf) = %{tl_version} +Provides: tex(pcrbc.vf) = %{tl_version} +Provides: tex(pcrbc7t.vf) = %{tl_version} +Provides: tex(pcrbc8t.vf) = %{tl_version} +Provides: tex(pcrbo.vf) = %{tl_version} +Provides: tex(pcrbo7t.vf) = %{tl_version} +Provides: tex(pcrbo8c.vf) = %{tl_version} +Provides: tex(pcrbo8t.vf) = %{tl_version} +Provides: tex(pcrr.vf) = %{tl_version} +Provides: tex(pcrr7t.vf) = %{tl_version} +Provides: tex(pcrr8c.vf) = %{tl_version} +Provides: tex(pcrr8t.vf) = %{tl_version} +Provides: tex(pcrrc.vf) = %{tl_version} +Provides: tex(pcrrc7t.vf) = %{tl_version} +Provides: tex(pcrrc8t.vf) = %{tl_version} +Provides: tex(pcrro.vf) = %{tl_version} +Provides: tex(pcrro7t.vf) = %{tl_version} +Provides: tex(pcrro8c.vf) = %{tl_version} +Provides: tex(pcrro8t.vf) = %{tl_version} +Provides: tex(ccrb.vf) = %{tl_version} +Provides: tex(ccrb8t.vf) = %{tl_version} +Provides: tex(ccrbi.vf) = %{tl_version} +Provides: tex(ccrbi8t.vf) = %{tl_version} +Provides: tex(ccrr.vf) = %{tl_version} +Provides: tex(ccrr8t.vf) = %{tl_version} +Provides: tex(ccrri.vf) = %{tl_version} +Provides: tex(ccrri8t.vf) = %{tl_version} +Provides: tex(ucrb7t.vf) = %{tl_version} +Provides: tex(ucrb8c.vf) = %{tl_version} +Provides: tex(ucrb8t.vf) = %{tl_version} +Provides: tex(ucrbc7t.vf) = %{tl_version} +Provides: tex(ucrbc8t.vf) = %{tl_version} +Provides: tex(ucrbo7t.vf) = %{tl_version} +Provides: tex(ucrbo8c.vf) = %{tl_version} +Provides: tex(ucrbo8t.vf) = %{tl_version} +Provides: tex(ucrr7t.vf) = %{tl_version} +Provides: tex(ucrr8c.vf) = %{tl_version} +Provides: tex(ucrr8t.vf) = %{tl_version} +Provides: tex(ucrrc7t.vf) = %{tl_version} +Provides: tex(ucrrc8t.vf) = %{tl_version} +Provides: tex(ucrro7t.vf) = %{tl_version} +Provides: tex(ucrro8c.vf) = %{tl_version} +Provides: tex(ucrro8t.vf) = %{tl_version} +Provides: tex(8rucr.fd) = %{tl_version} +Provides: tex(omlucr.fd) = %{tl_version} +Provides: tex(omsucr.fd) = %{tl_version} +Provides: tex(ot1ucr.fd) = %{tl_version} +Provides: tex(t1ucr.fd) = %{tl_version} +Provides: tex(ts1ucr.fd) = %{tl_version} + +%description courier +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post courier +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun courier +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans courier +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package euro +Provides: tex-euro = %{tl_version} +License: LPPL +Summary: Provide Euro values for national currency amounts +Version: svn22191.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp-basic.sty) +Requires: tex(fp-snap.sty) +Provides: tex(euro.sty) = %{tl_version} + +%description euro +Converts arbitrary national currency amounts using the Euro as +base unit, and typesets monetary amounts in almost any desired +way. Write, e.g., \ATS{17.6} to get something like '17,60 oS +(1,28 Euro)' automatically. Conversion rates for the initial +Euro-zone countries are already built-in. Further rates can be +added easily. The package uses the fp package to do its sums. + +date: 2006-09-12 14:13:09 +0200 + +%post euro +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun euro +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euro +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package euro-doc +Summary: Documentation for euro +Version: svn22191.1.1 +Release: %{tl_noarch_release} +Provides: tex-euro-doc +BuildArch: noarch +AutoReqProv: No + +%description euro-doc +Documentation for euro + +%package eurosym +Provides: tex-eurosym = %{tl_version} +License: Eurosym +Summary: MetaFont and macros for Euro sign +Version: svn17265.1.4_subrfix +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(eurosym.map) = %{tl_version} +Provides: tex(feybl10.tfm) = %{tl_version} +Provides: tex(feybo10.tfm) = %{tl_version} +Provides: tex(feybr10.tfm) = %{tl_version} +Provides: tex(feyml10.tfm) = %{tl_version} +Provides: tex(feymo10.tfm) = %{tl_version} +Provides: tex(feymr10.tfm) = %{tl_version} +Provides: tex(feybl10.pfb) = %{tl_version} +Provides: tex(feybo10.pfb) = %{tl_version} +Provides: tex(feybr10.pfb) = %{tl_version} +Provides: tex(feyml10.pfb) = %{tl_version} +Provides: tex(feymo10.pfb) = %{tl_version} +Provides: tex(feymr10.pfb) = %{tl_version} +Provides: tex(geybl10.pfb) = %{tl_version} +Provides: tex(geybo10.pfb) = %{tl_version} +Provides: tex(geybr10.pfb) = %{tl_version} +Provides: tex(geyml10.pfb) = %{tl_version} +Provides: tex(geymo10.pfb) = %{tl_version} +Provides: tex(geymr10.pfb) = %{tl_version} +Provides: tex(eurosym.sty) = %{tl_version} + +%description eurosym +The new European currency symbol for the Euro implemented in +MetaFont, using the official European Commission dimensions, +and providing several shapes (normal, slanted, bold, outline). +The package also includes a LaTeX package which defines the +macro, pre-compiled tfm files, and documentation. + +date: 2009-03-31 14:27:12 +0200 + +%post eurosym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap eurosym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap eurosym.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun eurosym +if [ $1 == 0 ] ; then +sed -i '/^MixedMap eurosym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans eurosym +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eurosym-doc +Summary: Documentation for eurosym +Version: svn17265.1.4_subrfix +Release: %{tl_noarch_release} +Provides: tex-eurosym-doc +BuildArch: noarch +AutoReqProv: No + +%description eurosym-doc +Documentation for eurosym + +%package fpl +Provides: tex-fpl = %{tl_version} +License: GPL+ +Summary: SC and OsF fonts for URW Palladio L +Version: svn15878.1.002 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fplbij8a.pfb) = %{tl_version} +Provides: tex(fplbj8a.pfb) = %{tl_version} +Provides: tex(fplrc8a.pfb) = %{tl_version} +Provides: tex(fplrij8a.pfb) = %{tl_version} + +%description fpl +The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L +which are compatible with respect to metrics with the Palatino +SC/OsF fonts from Adobe. Note that it is not my aim to exactly +reproduce the outlines of the original Adobe fonts. The SC and +OsF in the FPL Fonts were designed with the glyphs from URW +Palladio L as starting point. For some glyphs (e.g. 'o') I got +the best result by scaling and boldening. For others (e.g. 'h') +shifting selected portions of the character gave more +satisfying results. All this was done using the free font +editor FontForge. The kerning data in these fonts comes from +Walter Schmidt's improved Palatino metrics. LaTeX use is +enabled by the mathpazo package, which is part of the psnfss +distribution. + +date: 2007-09-28 22:20:10 +0200 + +%post fpl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fpl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fpl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fpl-doc +Summary: Documentation for fpl +Version: svn15878.1.002 +Release: %{tl_noarch_release} +Provides: tex-fpl-doc +BuildArch: noarch +AutoReqProv: No + +%description fpl-doc +Documentation for fpl + +%package helvetic +Provides: tex-helvetic = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uhv.map) = %{tl_version} +Provides: tex(phvb.tfm) = %{tl_version} +Provides: tex(phvb7t.tfm) = %{tl_version} +Provides: tex(phvb7tn.tfm) = %{tl_version} +Provides: tex(phvb8c.tfm) = %{tl_version} +Provides: tex(phvb8cn.tfm) = %{tl_version} +Provides: tex(phvb8r.tfm) = %{tl_version} +Provides: tex(phvb8rn.tfm) = %{tl_version} +Provides: tex(phvb8t.tfm) = %{tl_version} +Provides: tex(phvb8tn.tfm) = %{tl_version} +Provides: tex(phvbc.tfm) = %{tl_version} +Provides: tex(phvbc7t.tfm) = %{tl_version} +Provides: tex(phvbc7tn.tfm) = %{tl_version} +Provides: tex(phvbc8t.tfm) = %{tl_version} +Provides: tex(phvbc8tn.tfm) = %{tl_version} +Provides: tex(phvbo.tfm) = %{tl_version} +Provides: tex(phvbo7t.tfm) = %{tl_version} +Provides: tex(phvbo7tn.tfm) = %{tl_version} +Provides: tex(phvbo8c.tfm) = %{tl_version} +Provides: tex(phvbo8cn.tfm) = %{tl_version} +Provides: tex(phvbo8r.tfm) = %{tl_version} +Provides: tex(phvbo8rn.tfm) = %{tl_version} +Provides: tex(phvbo8t.tfm) = %{tl_version} +Provides: tex(phvbo8tn.tfm) = %{tl_version} +Provides: tex(phvbon.tfm) = %{tl_version} +Provides: tex(phvbrn.tfm) = %{tl_version} +Provides: tex(phvr.tfm) = %{tl_version} +Provides: tex(phvr7t.tfm) = %{tl_version} +Provides: tex(phvr7tn.tfm) = %{tl_version} +Provides: tex(phvr8c.tfm) = %{tl_version} +Provides: tex(phvr8cn.tfm) = %{tl_version} +Provides: tex(phvr8r.tfm) = %{tl_version} +Provides: tex(phvr8rn.tfm) = %{tl_version} +Provides: tex(phvr8t.tfm) = %{tl_version} +Provides: tex(phvr8tn.tfm) = %{tl_version} +Provides: tex(phvrc.tfm) = %{tl_version} +Provides: tex(phvrc7t.tfm) = %{tl_version} +Provides: tex(phvrc7tn.tfm) = %{tl_version} +Provides: tex(phvrc8t.tfm) = %{tl_version} +Provides: tex(phvrc8tn.tfm) = %{tl_version} +Provides: tex(phvro.tfm) = %{tl_version} +Provides: tex(phvro7t.tfm) = %{tl_version} +Provides: tex(phvro7tn.tfm) = %{tl_version} +Provides: tex(phvro8c.tfm) = %{tl_version} +Provides: tex(phvro8cn.tfm) = %{tl_version} +Provides: tex(phvro8r.tfm) = %{tl_version} +Provides: tex(phvro8rn.tfm) = %{tl_version} +Provides: tex(phvro8t.tfm) = %{tl_version} +Provides: tex(phvro8tn.tfm) = %{tl_version} +Provides: tex(phvron.tfm) = %{tl_version} +Provides: tex(phvrrn.tfm) = %{tl_version} +Provides: tex(arb10u.tfm) = %{tl_version} +Provides: tex(arb2n.tfm) = %{tl_version} +Provides: tex(arb7j.tfm) = %{tl_version} +Provides: tex(arb8u.tfm) = %{tl_version} +Provides: tex(arb9t.tfm) = %{tl_version} +Provides: tex(ari10u.tfm) = %{tl_version} +Provides: tex(ari2n.tfm) = %{tl_version} +Provides: tex(ari7j.tfm) = %{tl_version} +Provides: tex(ari8u.tfm) = %{tl_version} +Provides: tex(ari9t.tfm) = %{tl_version} +Provides: tex(arj10u.tfm) = %{tl_version} +Provides: tex(arj2n.tfm) = %{tl_version} +Provides: tex(arj7j.tfm) = %{tl_version} +Provides: tex(arj8u.tfm) = %{tl_version} +Provides: tex(arj9t.tfm) = %{tl_version} +Provides: tex(arr10u.tfm) = %{tl_version} +Provides: tex(arr2n.tfm) = %{tl_version} +Provides: tex(arr7j.tfm) = %{tl_version} +Provides: tex(arr8u.tfm) = %{tl_version} +Provides: tex(arr9t.tfm) = %{tl_version} +Provides: tex(mhvb.tfm) = %{tl_version} +Provides: tex(mhvb8t.tfm) = %{tl_version} +Provides: tex(mhvbi.tfm) = %{tl_version} +Provides: tex(mhvbi8t.tfm) = %{tl_version} +Provides: tex(mhvr.tfm) = %{tl_version} +Provides: tex(mhvr8t.tfm) = %{tl_version} +Provides: tex(mhvri.tfm) = %{tl_version} +Provides: tex(mhvri8t.tfm) = %{tl_version} +Provides: tex(uhvb7t.tfm) = %{tl_version} +Provides: tex(uhvb7tn.tfm) = %{tl_version} +Provides: tex(uhvb8c.tfm) = %{tl_version} +Provides: tex(uhvb8cn.tfm) = %{tl_version} +Provides: tex(uhvb8r.tfm) = %{tl_version} +Provides: tex(uhvb8rn.tfm) = %{tl_version} +Provides: tex(uhvb8t.tfm) = %{tl_version} +Provides: tex(uhvb8tn.tfm) = %{tl_version} +Provides: tex(uhvbc7t.tfm) = %{tl_version} +Provides: tex(uhvbc7tn.tfm) = %{tl_version} +Provides: tex(uhvbc8t.tfm) = %{tl_version} +Provides: tex(uhvbc8tn.tfm) = %{tl_version} +Provides: tex(uhvbi7t.tfm) = %{tl_version} +Provides: tex(uhvbi8c.tfm) = %{tl_version} +Provides: tex(uhvbi8r.tfm) = %{tl_version} +Provides: tex(uhvbi8t.tfm) = %{tl_version} +Provides: tex(uhvbo7t.tfm) = %{tl_version} +Provides: tex(uhvbo7tn.tfm) = %{tl_version} +Provides: tex(uhvbo8c.tfm) = %{tl_version} +Provides: tex(uhvbo8cn.tfm) = %{tl_version} +Provides: tex(uhvbo8r.tfm) = %{tl_version} +Provides: tex(uhvbo8rn.tfm) = %{tl_version} +Provides: tex(uhvbo8t.tfm) = %{tl_version} +Provides: tex(uhvbo8tn.tfm) = %{tl_version} +Provides: tex(uhvr7t.tfm) = %{tl_version} +Provides: tex(uhvr7tn.tfm) = %{tl_version} +Provides: tex(uhvr8c.tfm) = %{tl_version} +Provides: tex(uhvr8cn.tfm) = %{tl_version} +Provides: tex(uhvr8r.tfm) = %{tl_version} +Provides: tex(uhvr8rn.tfm) = %{tl_version} +Provides: tex(uhvr8t.tfm) = %{tl_version} +Provides: tex(uhvr8tn.tfm) = %{tl_version} +Provides: tex(uhvrc7t.tfm) = %{tl_version} +Provides: tex(uhvrc7tn.tfm) = %{tl_version} +Provides: tex(uhvrc8t.tfm) = %{tl_version} +Provides: tex(uhvrc8tn.tfm) = %{tl_version} +Provides: tex(uhvri7t.tfm) = %{tl_version} +Provides: tex(uhvri7tn.tfm) = %{tl_version} +Provides: tex(uhvri8c.tfm) = %{tl_version} +Provides: tex(uhvri8cn.tfm) = %{tl_version} +Provides: tex(uhvri8r.tfm) = %{tl_version} +Provides: tex(uhvri8rn.tfm) = %{tl_version} +Provides: tex(uhvri8t.tfm) = %{tl_version} +Provides: tex(uhvri8tn.tfm) = %{tl_version} +Provides: tex(uhvro7t.tfm) = %{tl_version} +Provides: tex(uhvro7tn.tfm) = %{tl_version} +Provides: tex(uhvro8c.tfm) = %{tl_version} +Provides: tex(uhvro8cn.tfm) = %{tl_version} +Provides: tex(uhvro8r.tfm) = %{tl_version} +Provides: tex(uhvro8rn.tfm) = %{tl_version} +Provides: tex(uhvro8t.tfm) = %{tl_version} +Provides: tex(uhvro8tn.tfm) = %{tl_version} +Provides: tex(uhvb8a.pfb) = %{tl_version} +Provides: tex(uhvb8ac.pfb) = %{tl_version} +Provides: tex(uhvbo8a.pfb) = %{tl_version} +Provides: tex(uhvbo8ac.pfb) = %{tl_version} +Provides: tex(uhvr8a-105.pfb) = %{tl_version} +Provides: tex(uhvr8a.pfb) = %{tl_version} +Provides: tex(uhvr8ac.pfb) = %{tl_version} +Provides: tex(uhvro8a-105.pfb) = %{tl_version} +Provides: tex(uhvro8a.pfb) = %{tl_version} +Provides: tex(uhvro8ac.pfb) = %{tl_version} +Provides: tex(phvb.vf) = %{tl_version} +Provides: tex(phvb7t.vf) = %{tl_version} +Provides: tex(phvb7tn.vf) = %{tl_version} +Provides: tex(phvb8c.vf) = %{tl_version} +Provides: tex(phvb8cn.vf) = %{tl_version} +Provides: tex(phvb8t.vf) = %{tl_version} +Provides: tex(phvb8tn.vf) = %{tl_version} +Provides: tex(phvbc.vf) = %{tl_version} +Provides: tex(phvbc7t.vf) = %{tl_version} +Provides: tex(phvbc7tn.vf) = %{tl_version} +Provides: tex(phvbc8t.vf) = %{tl_version} +Provides: tex(phvbc8tn.vf) = %{tl_version} +Provides: tex(phvbo.vf) = %{tl_version} +Provides: tex(phvbo7t.vf) = %{tl_version} +Provides: tex(phvbo7tn.vf) = %{tl_version} +Provides: tex(phvbo8c.vf) = %{tl_version} +Provides: tex(phvbo8cn.vf) = %{tl_version} +Provides: tex(phvbo8t.vf) = %{tl_version} +Provides: tex(phvbo8tn.vf) = %{tl_version} +Provides: tex(phvbon.vf) = %{tl_version} +Provides: tex(phvbrn.vf) = %{tl_version} +Provides: tex(phvr.vf) = %{tl_version} +Provides: tex(phvr7t.vf) = %{tl_version} +Provides: tex(phvr7tn.vf) = %{tl_version} +Provides: tex(phvr8c.vf) = %{tl_version} +Provides: tex(phvr8cn.vf) = %{tl_version} +Provides: tex(phvr8t.vf) = %{tl_version} +Provides: tex(phvr8tn.vf) = %{tl_version} +Provides: tex(phvrc.vf) = %{tl_version} +Provides: tex(phvrc7t.vf) = %{tl_version} +Provides: tex(phvrc7tn.vf) = %{tl_version} +Provides: tex(phvrc8t.vf) = %{tl_version} +Provides: tex(phvrc8tn.vf) = %{tl_version} +Provides: tex(phvro.vf) = %{tl_version} +Provides: tex(phvro7t.vf) = %{tl_version} +Provides: tex(phvro7tn.vf) = %{tl_version} +Provides: tex(phvro8c.vf) = %{tl_version} +Provides: tex(phvro8cn.vf) = %{tl_version} +Provides: tex(phvro8t.vf) = %{tl_version} +Provides: tex(phvro8tn.vf) = %{tl_version} +Provides: tex(phvron.vf) = %{tl_version} +Provides: tex(phvrrn.vf) = %{tl_version} +Provides: tex(mhvb.vf) = %{tl_version} +Provides: tex(mhvb8t.vf) = %{tl_version} +Provides: tex(mhvbi.vf) = %{tl_version} +Provides: tex(mhvbi8t.vf) = %{tl_version} +Provides: tex(mhvr.vf) = %{tl_version} +Provides: tex(mhvr8t.vf) = %{tl_version} +Provides: tex(mhvri.vf) = %{tl_version} +Provides: tex(mhvri8t.vf) = %{tl_version} +Provides: tex(uhvb7t.vf) = %{tl_version} +Provides: tex(uhvb7tn.vf) = %{tl_version} +Provides: tex(uhvb8c.vf) = %{tl_version} +Provides: tex(uhvb8cn.vf) = %{tl_version} +Provides: tex(uhvb8t.vf) = %{tl_version} +Provides: tex(uhvb8tn.vf) = %{tl_version} +Provides: tex(uhvbc7t.vf) = %{tl_version} +Provides: tex(uhvbc7tn.vf) = %{tl_version} +Provides: tex(uhvbc8t.vf) = %{tl_version} +Provides: tex(uhvbc8tn.vf) = %{tl_version} +Provides: tex(uhvbi7t.vf) = %{tl_version} +Provides: tex(uhvbi8c.vf) = %{tl_version} +Provides: tex(uhvbi8t.vf) = %{tl_version} +Provides: tex(uhvbo7t.vf) = %{tl_version} +Provides: tex(uhvbo7tn.vf) = %{tl_version} +Provides: tex(uhvbo8c.vf) = %{tl_version} +Provides: tex(uhvbo8cn.vf) = %{tl_version} +Provides: tex(uhvbo8t.vf) = %{tl_version} +Provides: tex(uhvbo8tn.vf) = %{tl_version} +Provides: tex(uhvr7t.vf) = %{tl_version} +Provides: tex(uhvr7tn.vf) = %{tl_version} +Provides: tex(uhvr8c.vf) = %{tl_version} +Provides: tex(uhvr8cn.vf) = %{tl_version} +Provides: tex(uhvr8t.vf) = %{tl_version} +Provides: tex(uhvr8tn.vf) = %{tl_version} +Provides: tex(uhvrc7t.vf) = %{tl_version} +Provides: tex(uhvrc7tn.vf) = %{tl_version} +Provides: tex(uhvrc8t.vf) = %{tl_version} +Provides: tex(uhvrc8tn.vf) = %{tl_version} +Provides: tex(uhvri7t.vf) = %{tl_version} +Provides: tex(uhvri7tn.vf) = %{tl_version} +Provides: tex(uhvri8c.vf) = %{tl_version} +Provides: tex(uhvri8cn.vf) = %{tl_version} +Provides: tex(uhvri8t.vf) = %{tl_version} +Provides: tex(uhvri8tn.vf) = %{tl_version} +Provides: tex(uhvro7t.vf) = %{tl_version} +Provides: tex(uhvro7tn.vf) = %{tl_version} +Provides: tex(uhvro8c.vf) = %{tl_version} +Provides: tex(uhvro8cn.vf) = %{tl_version} +Provides: tex(uhvro8t.vf) = %{tl_version} +Provides: tex(uhvro8tn.vf) = %{tl_version} +Provides: tex(8ruhv.fd) = %{tl_version} +Provides: tex(omluhv.fd) = %{tl_version} +Provides: tex(omsuhv.fd) = %{tl_version} +Provides: tex(ot1uhv.fd) = %{tl_version} +Provides: tex(t1uhv.fd) = %{tl_version} +Provides: tex(ts1uhv.fd) = %{tl_version} + +%description helvetic +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post helvetic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun helvetic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans helvetic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package marvosym +Provides: tex-marvosym = %{tl_version} +License: OFSFLD +Summary: Martin Vogel's Symbols (marvosym) font +Version: svn29349.2.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(marvosym.map) = %{tl_version} +Provides: tex(umvs.tfm) = %{tl_version} +Provides: tex(marvosym.ttf) = %{tl_version} +Provides: tex(marvosym.pfb) = %{tl_version} +Provides: tex(marvosym.sty) = %{tl_version} +Provides: tex(umvs.fd) = %{tl_version} + +%description marvosym +Martin Vogel's Symbol font (marvosym) contains the Euro +currency symbol as defined by the European commission, along +with symbols for structural engineering; symbols for steel +cross-sections; astronomy signs (sun, moon, planets); the 12 +signs of the zodiac; scissor symbols; CE sign and others. The +package contains both the original TrueType font and the +derived Type 1 font, together with support files for TeX +(LaTeX). + +date: 2012-04-08 13:55:52 +0200 + +%post marvosym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map marvosym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map marvosym.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun marvosym +if [ $1 == 0 ] ; then +sed -i '/^Map marvosym.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans marvosym +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package marvosym-doc +Summary: Documentation for marvosym +Version: svn29349.2.2a +Release: %{tl_noarch_release} +Provides: tex-marvosym-doc +BuildArch: noarch +AutoReqProv: No + +%description marvosym-doc +Documentation for marvosym + +%package mathpazo +Provides: tex-mathpazo = %{tl_version} +License: GPL+ +Summary: Fonts to typeset mathematics to match Palatino +Version: svn15878.1.003 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fplmb.tfm) = %{tl_version} +Provides: tex(fplmbb.tfm) = %{tl_version} +Provides: tex(fplmbi.tfm) = %{tl_version} +Provides: tex(fplmr.tfm) = %{tl_version} +Provides: tex(fplmri.tfm) = %{tl_version} +Provides: tex(zplmb7m.tfm) = %{tl_version} +Provides: tex(zplmb7t.tfm) = %{tl_version} +Provides: tex(zplmb7y.tfm) = %{tl_version} +Provides: tex(zplmr7m.tfm) = %{tl_version} +Provides: tex(zplmr7t.tfm) = %{tl_version} +Provides: tex(zplmr7v.tfm) = %{tl_version} +Provides: tex(zplmr7y.tfm) = %{tl_version} +Provides: tex(fplmb.pfb) = %{tl_version} +Provides: tex(fplmbb.pfb) = %{tl_version} +Provides: tex(fplmbi.pfb) = %{tl_version} +Provides: tex(fplmr.pfb) = %{tl_version} +Provides: tex(fplmri.pfb) = %{tl_version} +Provides: tex(zplmb7m.vf) = %{tl_version} +Provides: tex(zplmb7t.vf) = %{tl_version} +Provides: tex(zplmb7y.vf) = %{tl_version} +Provides: tex(zplmr7m.vf) = %{tl_version} +Provides: tex(zplmr7t.vf) = %{tl_version} +Provides: tex(zplmr7v.vf) = %{tl_version} +Provides: tex(zplmr7y.vf) = %{tl_version} + +%description mathpazo +The Pazo Math fonts are a family of PostScript fonts suitable +for typesetting mathematics in combination with the Palatino +family of text fonts. The Pazo Math family is made up of five +fonts provided in Adobe Type 1 format (PazoMath, PazoMath- +Italic, PazoMath-Bold, PazoMath-BoldItalic, and +PazoMathBlackboardBold). These contain, in designs that match +Palatino, glyphs that are usually not available in Palatino and +for which Computer Modern looks odd when combined with +Palatino. These glyphs include the uppercase Greek alphabet in +upright and slanted shapes in regular and bold weights, the +lowercase Greek alphabet in slanted shape in regular and bold +weights, several mathematical glyphs (partialdiff, summation, +product, coproduct, emptyset, infinity, and proportional) in +regular and bold weights, other glyphs (Euro and dotlessj) in +upright and slanted shapes in regular and bold weights, and the +uppercase letters commonly used to represent various number +sets (C, I, N, Q, R, and Z) in blackboard bold. The set also +includes a set of 'true' small-caps fonts, also suitable for +use with Palatino (or one of its clones). LaTeX macro support +(using package mathpazo.sty) is provided in psnfss (a required +part of any LaTeX distribution). + +date: 2009-10-06 20:42:53 +0200 + +%post mathpazo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathpazo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathpazo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathpazo-doc +Summary: Documentation for mathpazo +Version: svn15878.1.003 +Release: %{tl_noarch_release} +Provides: tex-mathpazo-doc +BuildArch: noarch +AutoReqProv: No + +%description mathpazo-doc +Documentation for mathpazo + +%package ncntrsbk +Provides: tex-ncntrsbk = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(unc.map) = %{tl_version} +Provides: tex(pncb.tfm) = %{tl_version} +Provides: tex(pncb7t.tfm) = %{tl_version} +Provides: tex(pncb8c.tfm) = %{tl_version} +Provides: tex(pncb8r.tfm) = %{tl_version} +Provides: tex(pncb8t.tfm) = %{tl_version} +Provides: tex(pncbc.tfm) = %{tl_version} +Provides: tex(pncbc7t.tfm) = %{tl_version} +Provides: tex(pncbc8t.tfm) = %{tl_version} +Provides: tex(pncbi.tfm) = %{tl_version} +Provides: tex(pncbi7t.tfm) = %{tl_version} +Provides: tex(pncbi8c.tfm) = %{tl_version} +Provides: tex(pncbi8r.tfm) = %{tl_version} +Provides: tex(pncbi8t.tfm) = %{tl_version} +Provides: tex(pncbo.tfm) = %{tl_version} +Provides: tex(pncbo7t.tfm) = %{tl_version} +Provides: tex(pncbo8c.tfm) = %{tl_version} +Provides: tex(pncbo8r.tfm) = %{tl_version} +Provides: tex(pncbo8t.tfm) = %{tl_version} +Provides: tex(pncr.tfm) = %{tl_version} +Provides: tex(pncr7t.tfm) = %{tl_version} +Provides: tex(pncr8c.tfm) = %{tl_version} +Provides: tex(pncr8r.tfm) = %{tl_version} +Provides: tex(pncr8t.tfm) = %{tl_version} +Provides: tex(pncrc.tfm) = %{tl_version} +Provides: tex(pncrc7t.tfm) = %{tl_version} +Provides: tex(pncrc8t.tfm) = %{tl_version} +Provides: tex(pncri.tfm) = %{tl_version} +Provides: tex(pncri7t.tfm) = %{tl_version} +Provides: tex(pncri8c.tfm) = %{tl_version} +Provides: tex(pncri8r.tfm) = %{tl_version} +Provides: tex(pncri8t.tfm) = %{tl_version} +Provides: tex(pncro.tfm) = %{tl_version} +Provides: tex(pncro7t.tfm) = %{tl_version} +Provides: tex(pncro8c.tfm) = %{tl_version} +Provides: tex(pncro8r.tfm) = %{tl_version} +Provides: tex(pncro8t.tfm) = %{tl_version} +Provides: tex(uncb7t.tfm) = %{tl_version} +Provides: tex(uncb8c.tfm) = %{tl_version} +Provides: tex(uncb8r.tfm) = %{tl_version} +Provides: tex(uncb8t.tfm) = %{tl_version} +Provides: tex(uncbc7t.tfm) = %{tl_version} +Provides: tex(uncbc8t.tfm) = %{tl_version} +Provides: tex(uncbi7t.tfm) = %{tl_version} +Provides: tex(uncbi8c.tfm) = %{tl_version} +Provides: tex(uncbi8r.tfm) = %{tl_version} +Provides: tex(uncbi8t.tfm) = %{tl_version} +Provides: tex(uncbo7t.tfm) = %{tl_version} +Provides: tex(uncbo8c.tfm) = %{tl_version} +Provides: tex(uncbo8r.tfm) = %{tl_version} +Provides: tex(uncbo8t.tfm) = %{tl_version} +Provides: tex(uncr7t.tfm) = %{tl_version} +Provides: tex(uncr8c.tfm) = %{tl_version} +Provides: tex(uncr8r.tfm) = %{tl_version} +Provides: tex(uncr8t.tfm) = %{tl_version} +Provides: tex(uncrc7t.tfm) = %{tl_version} +Provides: tex(uncrc8t.tfm) = %{tl_version} +Provides: tex(uncri7t.tfm) = %{tl_version} +Provides: tex(uncri8c.tfm) = %{tl_version} +Provides: tex(uncri8r.tfm) = %{tl_version} +Provides: tex(uncri8t.tfm) = %{tl_version} +Provides: tex(uncro7t.tfm) = %{tl_version} +Provides: tex(uncro8c.tfm) = %{tl_version} +Provides: tex(uncro8r.tfm) = %{tl_version} +Provides: tex(uncro8t.tfm) = %{tl_version} +Provides: tex(uncb8a.pfb) = %{tl_version} +Provides: tex(uncbi8a.pfb) = %{tl_version} +Provides: tex(uncr8a.pfb) = %{tl_version} +Provides: tex(uncri8a.pfb) = %{tl_version} +Provides: tex(pncb.vf) = %{tl_version} +Provides: tex(pncb7t.vf) = %{tl_version} +Provides: tex(pncb8c.vf) = %{tl_version} +Provides: tex(pncb8t.vf) = %{tl_version} +Provides: tex(pncbc.vf) = %{tl_version} +Provides: tex(pncbc7t.vf) = %{tl_version} +Provides: tex(pncbc8t.vf) = %{tl_version} +Provides: tex(pncbi.vf) = %{tl_version} +Provides: tex(pncbi7t.vf) = %{tl_version} +Provides: tex(pncbi8c.vf) = %{tl_version} +Provides: tex(pncbi8t.vf) = %{tl_version} +Provides: tex(pncbo.vf) = %{tl_version} +Provides: tex(pncbo7t.vf) = %{tl_version} +Provides: tex(pncbo8c.vf) = %{tl_version} +Provides: tex(pncbo8t.vf) = %{tl_version} +Provides: tex(pncr.vf) = %{tl_version} +Provides: tex(pncr7t.vf) = %{tl_version} +Provides: tex(pncr8c.vf) = %{tl_version} +Provides: tex(pncr8t.vf) = %{tl_version} +Provides: tex(pncrc.vf) = %{tl_version} +Provides: tex(pncrc7t.vf) = %{tl_version} +Provides: tex(pncrc8t.vf) = %{tl_version} +Provides: tex(pncri.vf) = %{tl_version} +Provides: tex(pncri7t.vf) = %{tl_version} +Provides: tex(pncri8c.vf) = %{tl_version} +Provides: tex(pncri8t.vf) = %{tl_version} +Provides: tex(pncro.vf) = %{tl_version} +Provides: tex(pncro7t.vf) = %{tl_version} +Provides: tex(pncro8c.vf) = %{tl_version} +Provides: tex(pncro8t.vf) = %{tl_version} +Provides: tex(uncb7t.vf) = %{tl_version} +Provides: tex(uncb8c.vf) = %{tl_version} +Provides: tex(uncb8t.vf) = %{tl_version} +Provides: tex(uncbc7t.vf) = %{tl_version} +Provides: tex(uncbc8t.vf) = %{tl_version} +Provides: tex(uncbi7t.vf) = %{tl_version} +Provides: tex(uncbi8c.vf) = %{tl_version} +Provides: tex(uncbi8t.vf) = %{tl_version} +Provides: tex(uncbo7t.vf) = %{tl_version} +Provides: tex(uncbo8c.vf) = %{tl_version} +Provides: tex(uncbo8t.vf) = %{tl_version} +Provides: tex(uncr7t.vf) = %{tl_version} +Provides: tex(uncr8c.vf) = %{tl_version} +Provides: tex(uncr8t.vf) = %{tl_version} +Provides: tex(uncrc7t.vf) = %{tl_version} +Provides: tex(uncrc8t.vf) = %{tl_version} +Provides: tex(uncri7t.vf) = %{tl_version} +Provides: tex(uncri8c.vf) = %{tl_version} +Provides: tex(uncri8t.vf) = %{tl_version} +Provides: tex(uncro7t.vf) = %{tl_version} +Provides: tex(uncro8c.vf) = %{tl_version} +Provides: tex(uncro8t.vf) = %{tl_version} +Provides: tex(8runc.fd) = %{tl_version} +Provides: tex(omlunc.fd) = %{tl_version} +Provides: tex(omsunc.fd) = %{tl_version} +Provides: tex(ot1unc.fd) = %{tl_version} +Provides: tex(t1unc.fd) = %{tl_version} +Provides: tex(ts1unc.fd) = %{tl_version} + +%description ncntrsbk +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post ncntrsbk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ncntrsbk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ncntrsbk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package palatino +Provides: tex-palatino = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(upl.map) = %{tl_version} +Provides: tex(eurbo10.tfm) = %{tl_version} +Provides: tex(eurmo10.tfm) = %{tl_version} +Provides: tex(pplb.tfm) = %{tl_version} +Provides: tex(pplb7t.tfm) = %{tl_version} +Provides: tex(pplb8c.tfm) = %{tl_version} +Provides: tex(pplb8r.tfm) = %{tl_version} +Provides: tex(pplb8t.tfm) = %{tl_version} +Provides: tex(pplb9c.tfm) = %{tl_version} +Provides: tex(pplb9d.tfm) = %{tl_version} +Provides: tex(pplb9e.tfm) = %{tl_version} +Provides: tex(pplb9o.tfm) = %{tl_version} +Provides: tex(pplb9t.tfm) = %{tl_version} +Provides: tex(pplbc.tfm) = %{tl_version} +Provides: tex(pplbc7t.tfm) = %{tl_version} +Provides: tex(pplbc8t.tfm) = %{tl_version} +Provides: tex(pplbi.tfm) = %{tl_version} +Provides: tex(pplbi7t.tfm) = %{tl_version} +Provides: tex(pplbi8c.tfm) = %{tl_version} +Provides: tex(pplbi8r.tfm) = %{tl_version} +Provides: tex(pplbi8t.tfm) = %{tl_version} +Provides: tex(pplbi9c.tfm) = %{tl_version} +Provides: tex(pplbi9d.tfm) = %{tl_version} +Provides: tex(pplbi9e.tfm) = %{tl_version} +Provides: tex(pplbi9o.tfm) = %{tl_version} +Provides: tex(pplbi9t.tfm) = %{tl_version} +Provides: tex(pplbij8r.tfm) = %{tl_version} +Provides: tex(pplbj8r.tfm) = %{tl_version} +Provides: tex(pplbo.tfm) = %{tl_version} +Provides: tex(pplbo7t.tfm) = %{tl_version} +Provides: tex(pplbo8c.tfm) = %{tl_version} +Provides: tex(pplbo8r.tfm) = %{tl_version} +Provides: tex(pplbo8t.tfm) = %{tl_version} +Provides: tex(pplbu.tfm) = %{tl_version} +Provides: tex(pplbu8r.tfm) = %{tl_version} +Provides: tex(pplr.tfm) = %{tl_version} +Provides: tex(pplr7t.tfm) = %{tl_version} +Provides: tex(pplr8c.tfm) = %{tl_version} +Provides: tex(pplr8r.tfm) = %{tl_version} +Provides: tex(pplr8rn.tfm) = %{tl_version} +Provides: tex(pplr8t.tfm) = %{tl_version} +Provides: tex(pplr9c.tfm) = %{tl_version} +Provides: tex(pplr9d.tfm) = %{tl_version} +Provides: tex(pplr9e.tfm) = %{tl_version} +Provides: tex(pplr9o.tfm) = %{tl_version} +Provides: tex(pplr9t.tfm) = %{tl_version} +Provides: tex(pplrc.tfm) = %{tl_version} +Provides: tex(pplrc7t.tfm) = %{tl_version} +Provides: tex(pplrc8r.tfm) = %{tl_version} +Provides: tex(pplrc8t.tfm) = %{tl_version} +Provides: tex(pplrc9d.tfm) = %{tl_version} +Provides: tex(pplrc9e.tfm) = %{tl_version} +Provides: tex(pplrc9o.tfm) = %{tl_version} +Provides: tex(pplrc9t.tfm) = %{tl_version} +Provides: tex(pplri.tfm) = %{tl_version} +Provides: tex(pplri7t.tfm) = %{tl_version} +Provides: tex(pplri8c.tfm) = %{tl_version} +Provides: tex(pplri8r.tfm) = %{tl_version} +Provides: tex(pplri8t.tfm) = %{tl_version} +Provides: tex(pplri9c.tfm) = %{tl_version} +Provides: tex(pplri9d.tfm) = %{tl_version} +Provides: tex(pplri9e.tfm) = %{tl_version} +Provides: tex(pplri9o.tfm) = %{tl_version} +Provides: tex(pplri9t.tfm) = %{tl_version} +Provides: tex(pplrij8r.tfm) = %{tl_version} +Provides: tex(pplro.tfm) = %{tl_version} +Provides: tex(pplro7t.tfm) = %{tl_version} +Provides: tex(pplro8c.tfm) = %{tl_version} +Provides: tex(pplro8r.tfm) = %{tl_version} +Provides: tex(pplro8t.tfm) = %{tl_version} +Provides: tex(pplrr8re.tfm) = %{tl_version} +Provides: tex(pplrre.tfm) = %{tl_version} +Provides: tex(pplrrn.tfm) = %{tl_version} +Provides: tex(pplru.tfm) = %{tl_version} +Provides: tex(pplru8r.tfm) = %{tl_version} +Provides: tex(zppleb7m.tfm) = %{tl_version} +Provides: tex(zppleb7t.tfm) = %{tl_version} +Provides: tex(zppleb7y.tfm) = %{tl_version} +Provides: tex(zppler7m.tfm) = %{tl_version} +Provides: tex(zppler7t.tfm) = %{tl_version} +Provides: tex(zppler7v.tfm) = %{tl_version} +Provides: tex(zppler7y.tfm) = %{tl_version} +Provides: tex(uplb7t.tfm) = %{tl_version} +Provides: tex(uplb8c.tfm) = %{tl_version} +Provides: tex(uplb8r.tfm) = %{tl_version} +Provides: tex(uplb8t.tfm) = %{tl_version} +Provides: tex(uplbc7t.tfm) = %{tl_version} +Provides: tex(uplbc8t.tfm) = %{tl_version} +Provides: tex(uplbi7t.tfm) = %{tl_version} +Provides: tex(uplbi8c.tfm) = %{tl_version} +Provides: tex(uplbi8r.tfm) = %{tl_version} +Provides: tex(uplbi8t.tfm) = %{tl_version} +Provides: tex(uplbo7t.tfm) = %{tl_version} +Provides: tex(uplbo8c.tfm) = %{tl_version} +Provides: tex(uplbo8r.tfm) = %{tl_version} +Provides: tex(uplbo8t.tfm) = %{tl_version} +Provides: tex(uplr7t.tfm) = %{tl_version} +Provides: tex(uplr8c.tfm) = %{tl_version} +Provides: tex(uplr8r.tfm) = %{tl_version} +Provides: tex(uplr8t.tfm) = %{tl_version} +Provides: tex(uplrc7t.tfm) = %{tl_version} +Provides: tex(uplrc8t.tfm) = %{tl_version} +Provides: tex(uplri7t.tfm) = %{tl_version} +Provides: tex(uplri8c.tfm) = %{tl_version} +Provides: tex(uplri8r.tfm) = %{tl_version} +Provides: tex(uplri8t.tfm) = %{tl_version} +Provides: tex(uplro7t.tfm) = %{tl_version} +Provides: tex(uplro8c.tfm) = %{tl_version} +Provides: tex(uplro8r.tfm) = %{tl_version} +Provides: tex(uplro8t.tfm) = %{tl_version} +Provides: tex(uplb8a.pfb) = %{tl_version} +Provides: tex(uplbi8a.pfb) = %{tl_version} +Provides: tex(uplr8a.pfb) = %{tl_version} +Provides: tex(uplri8a.pfb) = %{tl_version} +Provides: tex(pplb.vf) = %{tl_version} +Provides: tex(pplb7t.vf) = %{tl_version} +Provides: tex(pplb8c.vf) = %{tl_version} +Provides: tex(pplb8t.vf) = %{tl_version} +Provides: tex(pplb9c.vf) = %{tl_version} +Provides: tex(pplb9d.vf) = %{tl_version} +Provides: tex(pplb9e.vf) = %{tl_version} +Provides: tex(pplb9o.vf) = %{tl_version} +Provides: tex(pplb9t.vf) = %{tl_version} +Provides: tex(pplbc.vf) = %{tl_version} +Provides: tex(pplbc7t.vf) = %{tl_version} +Provides: tex(pplbc8t.vf) = %{tl_version} +Provides: tex(pplbi.vf) = %{tl_version} +Provides: tex(pplbi7t.vf) = %{tl_version} +Provides: tex(pplbi8c.vf) = %{tl_version} +Provides: tex(pplbi8t.vf) = %{tl_version} +Provides: tex(pplbi9c.vf) = %{tl_version} +Provides: tex(pplbi9d.vf) = %{tl_version} +Provides: tex(pplbi9e.vf) = %{tl_version} +Provides: tex(pplbi9o.vf) = %{tl_version} +Provides: tex(pplbi9t.vf) = %{tl_version} +Provides: tex(pplbo.vf) = %{tl_version} +Provides: tex(pplbo7t.vf) = %{tl_version} +Provides: tex(pplbo8c.vf) = %{tl_version} +Provides: tex(pplbo8t.vf) = %{tl_version} +Provides: tex(pplbu.vf) = %{tl_version} +Provides: tex(pplr.vf) = %{tl_version} +Provides: tex(pplr7t.vf) = %{tl_version} +Provides: tex(pplr8c.vf) = %{tl_version} +Provides: tex(pplr8t.vf) = %{tl_version} +Provides: tex(pplr9c.vf) = %{tl_version} +Provides: tex(pplr9d.vf) = %{tl_version} +Provides: tex(pplr9e.vf) = %{tl_version} +Provides: tex(pplr9o.vf) = %{tl_version} +Provides: tex(pplr9t.vf) = %{tl_version} +Provides: tex(pplrc.vf) = %{tl_version} +Provides: tex(pplrc7t.vf) = %{tl_version} +Provides: tex(pplrc8t.vf) = %{tl_version} +Provides: tex(pplrc9d.vf) = %{tl_version} +Provides: tex(pplrc9e.vf) = %{tl_version} +Provides: tex(pplrc9o.vf) = %{tl_version} +Provides: tex(pplrc9t.vf) = %{tl_version} +Provides: tex(pplri.vf) = %{tl_version} +Provides: tex(pplri7t.vf) = %{tl_version} +Provides: tex(pplri8c.vf) = %{tl_version} +Provides: tex(pplri8t.vf) = %{tl_version} +Provides: tex(pplri9c.vf) = %{tl_version} +Provides: tex(pplri9d.vf) = %{tl_version} +Provides: tex(pplri9e.vf) = %{tl_version} +Provides: tex(pplri9o.vf) = %{tl_version} +Provides: tex(pplri9t.vf) = %{tl_version} +Provides: tex(pplro.vf) = %{tl_version} +Provides: tex(pplro7t.vf) = %{tl_version} +Provides: tex(pplro8c.vf) = %{tl_version} +Provides: tex(pplro8t.vf) = %{tl_version} +Provides: tex(pplrre.vf) = %{tl_version} +Provides: tex(pplrrn.vf) = %{tl_version} +Provides: tex(pplru.vf) = %{tl_version} +Provides: tex(zppleb7m.vf) = %{tl_version} +Provides: tex(zppleb7t.vf) = %{tl_version} +Provides: tex(zppleb7y.vf) = %{tl_version} +Provides: tex(zppler7m.vf) = %{tl_version} +Provides: tex(zppler7t.vf) = %{tl_version} +Provides: tex(zppler7v.vf) = %{tl_version} +Provides: tex(zppler7y.vf) = %{tl_version} +Provides: tex(uplb7t.vf) = %{tl_version} +Provides: tex(uplb8c.vf) = %{tl_version} +Provides: tex(uplb8t.vf) = %{tl_version} +Provides: tex(uplbc7t.vf) = %{tl_version} +Provides: tex(uplbc8t.vf) = %{tl_version} +Provides: tex(uplbi7t.vf) = %{tl_version} +Provides: tex(uplbi8c.vf) = %{tl_version} +Provides: tex(uplbi8t.vf) = %{tl_version} +Provides: tex(uplbo7t.vf) = %{tl_version} +Provides: tex(uplbo8c.vf) = %{tl_version} +Provides: tex(uplbo8t.vf) = %{tl_version} +Provides: tex(uplr7t.vf) = %{tl_version} +Provides: tex(uplr8c.vf) = %{tl_version} +Provides: tex(uplr8t.vf) = %{tl_version} +Provides: tex(uplrc7t.vf) = %{tl_version} +Provides: tex(uplrc8t.vf) = %{tl_version} +Provides: tex(uplri7t.vf) = %{tl_version} +Provides: tex(uplri8c.vf) = %{tl_version} +Provides: tex(uplri8t.vf) = %{tl_version} +Provides: tex(uplro7t.vf) = %{tl_version} +Provides: tex(uplro8c.vf) = %{tl_version} +Provides: tex(uplro8t.vf) = %{tl_version} +Provides: tex(8rupl.fd) = %{tl_version} +Provides: tex(omlupl.fd) = %{tl_version} +Provides: tex(omsupl.fd) = %{tl_version} +Provides: tex(ot1upl.fd) = %{tl_version} +Provides: tex(t1upl.fd) = %{tl_version} +Provides: tex(ts1upl.fd) = %{tl_version} + +%description palatino +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post palatino +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun palatino +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans palatino +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxfonts +Provides: tex-pxfonts = %{tl_version} +License: GPL+ +Summary: Palatino-like fonts in support of mathematics +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(pxfonts.map) = %{tl_version} +Provides: tex(pxr.map) = %{tl_version} +Provides: tex(pxr1.map) = %{tl_version} +Provides: tex(pxr2.map) = %{tl_version} +Provides: tex(pxr3.map) = %{tl_version} +Provides: tex(p1xb.tfm) = %{tl_version} +Provides: tex(p1xbi.tfm) = %{tl_version} +Provides: tex(p1xbsc.tfm) = %{tl_version} +Provides: tex(p1xbsl.tfm) = %{tl_version} +Provides: tex(p1xi.tfm) = %{tl_version} +Provides: tex(p1xr.tfm) = %{tl_version} +Provides: tex(p1xsc.tfm) = %{tl_version} +Provides: tex(p1xsl.tfm) = %{tl_version} +Provides: tex(pcxb.tfm) = %{tl_version} +Provides: tex(pcxbi.tfm) = %{tl_version} +Provides: tex(pcxbsl.tfm) = %{tl_version} +Provides: tex(pcxi.tfm) = %{tl_version} +Provides: tex(pcxr.tfm) = %{tl_version} +Provides: tex(pcxsl.tfm) = %{tl_version} +Provides: tex(pxb.tfm) = %{tl_version} +Provides: tex(pxbex.tfm) = %{tl_version} +Provides: tex(pxbexa.tfm) = %{tl_version} +Provides: tex(pxbi.tfm) = %{tl_version} +Provides: tex(pxbmi.tfm) = %{tl_version} +Provides: tex(pxbmi1.tfm) = %{tl_version} +Provides: tex(pxbmia.tfm) = %{tl_version} +Provides: tex(pxbsc.tfm) = %{tl_version} +Provides: tex(pxbsl.tfm) = %{tl_version} +Provides: tex(pxbsy.tfm) = %{tl_version} +Provides: tex(pxbsya.tfm) = %{tl_version} +Provides: tex(pxbsyb.tfm) = %{tl_version} +Provides: tex(pxbsyc.tfm) = %{tl_version} +Provides: tex(pxex.tfm) = %{tl_version} +Provides: tex(pxexa.tfm) = %{tl_version} +Provides: tex(pxi.tfm) = %{tl_version} +Provides: tex(pxmi.tfm) = %{tl_version} +Provides: tex(pxmi1.tfm) = %{tl_version} +Provides: tex(pxmia.tfm) = %{tl_version} +Provides: tex(pxr.tfm) = %{tl_version} +Provides: tex(pxsc.tfm) = %{tl_version} +Provides: tex(pxsl.tfm) = %{tl_version} +Provides: tex(pxsy.tfm) = %{tl_version} +Provides: tex(pxsya.tfm) = %{tl_version} +Provides: tex(pxsyb.tfm) = %{tl_version} +Provides: tex(pxsyc.tfm) = %{tl_version} +Provides: tex(rpcxb.tfm) = %{tl_version} +Provides: tex(rpcxbi.tfm) = %{tl_version} +Provides: tex(rpcxbsl.tfm) = %{tl_version} +Provides: tex(rpcxi.tfm) = %{tl_version} +Provides: tex(rpcxr.tfm) = %{tl_version} +Provides: tex(rpcxsl.tfm) = %{tl_version} +Provides: tex(rpxb.tfm) = %{tl_version} +Provides: tex(rpxbi.tfm) = %{tl_version} +Provides: tex(rpxbmi.tfm) = %{tl_version} +Provides: tex(rpxbsc.tfm) = %{tl_version} +Provides: tex(rpxbsl.tfm) = %{tl_version} +Provides: tex(rpxi.tfm) = %{tl_version} +Provides: tex(rpxmi.tfm) = %{tl_version} +Provides: tex(rpxpplb.tfm) = %{tl_version} +Provides: tex(rpxpplbi.tfm) = %{tl_version} +Provides: tex(rpxpplbo.tfm) = %{tl_version} +Provides: tex(rpxpplr.tfm) = %{tl_version} +Provides: tex(rpxpplri.tfm) = %{tl_version} +Provides: tex(rpxpplro.tfm) = %{tl_version} +Provides: tex(rpxr.tfm) = %{tl_version} +Provides: tex(rpxsc.tfm) = %{tl_version} +Provides: tex(rpxsl.tfm) = %{tl_version} +Provides: tex(pxbex.pfb) = %{tl_version} +Provides: tex(pxbexa.pfb) = %{tl_version} +Provides: tex(pxbmia.pfb) = %{tl_version} +Provides: tex(pxbsy.pfb) = %{tl_version} +Provides: tex(pxbsya.pfb) = %{tl_version} +Provides: tex(pxbsyb.pfb) = %{tl_version} +Provides: tex(pxbsyc.pfb) = %{tl_version} +Provides: tex(pxex.pfb) = %{tl_version} +Provides: tex(pxexa.pfb) = %{tl_version} +Provides: tex(pxmia.pfb) = %{tl_version} +Provides: tex(pxsy.pfb) = %{tl_version} +Provides: tex(pxsya.pfb) = %{tl_version} +Provides: tex(pxsyb.pfb) = %{tl_version} +Provides: tex(pxsyc.pfb) = %{tl_version} +Provides: tex(rpcxb.pfb) = %{tl_version} +Provides: tex(rpcxbi.pfb) = %{tl_version} +Provides: tex(rpcxi.pfb) = %{tl_version} +Provides: tex(rpcxr.pfb) = %{tl_version} +Provides: tex(rpxb.pfb) = %{tl_version} +Provides: tex(rpxbi.pfb) = %{tl_version} +Provides: tex(rpxbmi.pfb) = %{tl_version} +Provides: tex(rpxbsc.pfb) = %{tl_version} +Provides: tex(rpxi.pfb) = %{tl_version} +Provides: tex(rpxmi.pfb) = %{tl_version} +Provides: tex(rpxr.pfb) = %{tl_version} +Provides: tex(rpxsc.pfb) = %{tl_version} +Provides: tex(p1xb.vf) = %{tl_version} +Provides: tex(p1xbi.vf) = %{tl_version} +Provides: tex(p1xbsc.vf) = %{tl_version} +Provides: tex(p1xbsl.vf) = %{tl_version} +Provides: tex(p1xi.vf) = %{tl_version} +Provides: tex(p1xr.vf) = %{tl_version} +Provides: tex(p1xsc.vf) = %{tl_version} +Provides: tex(p1xsl.vf) = %{tl_version} +Provides: tex(pcxb.vf) = %{tl_version} +Provides: tex(pcxbi.vf) = %{tl_version} +Provides: tex(pcxbsl.vf) = %{tl_version} +Provides: tex(pcxi.vf) = %{tl_version} +Provides: tex(pcxr.vf) = %{tl_version} +Provides: tex(pcxsl.vf) = %{tl_version} +Provides: tex(pxb.vf) = %{tl_version} +Provides: tex(pxbi.vf) = %{tl_version} +Provides: tex(pxbmi.vf) = %{tl_version} +Provides: tex(pxbmi1.vf) = %{tl_version} +Provides: tex(pxbsc.vf) = %{tl_version} +Provides: tex(pxbsl.vf) = %{tl_version} +Provides: tex(pxi.vf) = %{tl_version} +Provides: tex(pxmi.vf) = %{tl_version} +Provides: tex(pxmi1.vf) = %{tl_version} +Provides: tex(pxr.vf) = %{tl_version} +Provides: tex(pxsc.vf) = %{tl_version} +Provides: tex(pxsl.vf) = %{tl_version} +Provides: tex(omlpxmi.fd) = %{tl_version} +Provides: tex(omlpxr.fd) = %{tl_version} +Provides: tex(omspxr.fd) = %{tl_version} +Provides: tex(omspxsy.fd) = %{tl_version} +Provides: tex(omxpxex.fd) = %{tl_version} +Provides: tex(ot1pxr.fd) = %{tl_version} +Provides: tex(ot1pxss.fd) = %{tl_version} +Provides: tex(ot1pxtt.fd) = %{tl_version} +Provides: tex(pxfonts.sty) = %{tl_version} +Provides: tex(t1pxr.fd) = %{tl_version} +Provides: tex(t1pxss.fd) = %{tl_version} +Provides: tex(t1pxtt.fd) = %{tl_version} +Provides: tex(ts1pxr.fd) = %{tl_version} +Provides: tex(ts1pxss.fd) = %{tl_version} +Provides: tex(ts1pxtt.fd) = %{tl_version} +Provides: tex(upxexa.fd) = %{tl_version} +Provides: tex(upxmia.fd) = %{tl_version} +Provides: tex(upxr.fd) = %{tl_version} +Provides: tex(upxss.fd) = %{tl_version} +Provides: tex(upxsya.fd) = %{tl_version} +Provides: tex(upxsyb.fd) = %{tl_version} +Provides: tex(upxsyc.fd) = %{tl_version} +Provides: tex(upxtt.fd) = %{tl_version} + +%description pxfonts +Pxfonts supplies virtual text roman fonts using Adobe Palatino +(or URWPalladioL) with some modified and additional text +symbols in the OT1, T1, and TS1 encodings; maths alphabets +using Palatino/Palladio; maths fonts providing all the symbols +of the Computer Modern and AMS fonts, including all the Greek +capital letters from CMR; and additional maths fonts of various +other symbols. The set is complemented by a sans-serif set of +text fonts, based on Helvetica/NimbusSanL, and a monospace set +derived from the parallel TX font set. All the fonts are in +Type 1 format (AFM and PFB files), and are supported by TeX +metrics (VF and TFM files) and macros for use with LaTeX. + +date: 2009-01-15 09:33:18 +0100 + +%post pxfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map pxfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map pxfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun pxfonts +if [ $1 == 0 ] ; then +sed -i '/^Map pxfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans pxfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxfonts-doc +Summary: Documentation for pxfonts +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pxfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description pxfonts-doc +Documentation for pxfonts + +%package rsfs +Provides: tex-rsfs = %{tl_version} +License: rsfs +Summary: Ralph Smith's Formal Script font +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(rsfs.map) = %{tl_version} +Provides: tex(rsfs10.tfm) = %{tl_version} +Provides: tex(rsfs5.tfm) = %{tl_version} +Provides: tex(rsfs7.tfm) = %{tl_version} +Provides: tex(rsfs10.pfb) = %{tl_version} +Provides: tex(rsfs5.pfb) = %{tl_version} +Provides: tex(rsfs7.pfb) = %{tl_version} +Provides: tex(scrload.tex) = %{tl_version} + +%description rsfs +The fonts provide uppercase 'formal' script letters for use as +symbols in scientific and mathematical typesetting (in contrast +to the informal script fonts such as that used for the +'calligraphic' symbols in the TeX maths symbol font). The fonts +are provided as MetaFont source, and as derived Adobe Type 1 +format. LaTeX support, for using these fonts in mathematics, is +available via one of the packages calrsfs and mathrsfs. + +date: 2008-12-14 19:11:27 +0100 + +%post rsfs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap rsfs.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap rsfs.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun rsfs +if [ $1 == 0 ] ; then +sed -i '/^MixedMap rsfs.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans rsfs +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rsfs-doc +Summary: Documentation for rsfs +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-rsfs-doc +BuildArch: noarch +AutoReqProv: No + +%description rsfs-doc +Documentation for rsfs + +%package symbol +Provides: tex-symbol = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(usy.map) = %{tl_version} +Provides: tex(psyr.tfm) = %{tl_version} +Provides: tex(msyr.tfm) = %{tl_version} +Provides: tex(usyr.tfm) = %{tl_version} +Provides: tex(usyr.pfb) = %{tl_version} +Provides: tex(uusy.fd) = %{tl_version} + +%description symbol +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post symbol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun symbol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans symbol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-gyre +Provides: tex-tex-gyre = %{tl_version} +License: GFSL +Summary: TeX Fonts extending freely available URW fonts +Version: svn18651.2.004 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(tgcursor.sty) +Requires: tex(tgheros.sty) +Requires: tex(tgchorus.sty) +Requires: tex(kvoptions.sty) +Provides: tex(q-cs-sc.enc) = %{tl_version} +Provides: tex(q-cs.enc) = %{tl_version} +Provides: tex(q-csm-sc.enc) = %{tl_version} +Provides: tex(q-csm.enc) = %{tl_version} +Provides: tex(q-cszc.enc) = %{tl_version} +Provides: tex(q-ec-sc.enc) = %{tl_version} +Provides: tex(q-ec.enc) = %{tl_version} +Provides: tex(q-l7x-sc.enc) = %{tl_version} +Provides: tex(q-l7x.enc) = %{tl_version} +Provides: tex(q-l7xzc.enc) = %{tl_version} +Provides: tex(q-qx-sc.enc) = %{tl_version} +Provides: tex(q-qx.enc) = %{tl_version} +Provides: tex(q-qxm-sc.enc) = %{tl_version} +Provides: tex(q-qxm.enc) = %{tl_version} +Provides: tex(q-qxzc.enc) = %{tl_version} +Provides: tex(q-rm-sc.enc) = %{tl_version} +Provides: tex(q-rm.enc) = %{tl_version} +Provides: tex(q-rmm-sc.enc) = %{tl_version} +Provides: tex(q-rmm.enc) = %{tl_version} +Provides: tex(q-rmzc.enc) = %{tl_version} +Provides: tex(q-t5-sc.enc) = %{tl_version} +Provides: tex(q-t5.enc) = %{tl_version} +Provides: tex(q-texnansi-sc.enc) = %{tl_version} +Provides: tex(q-texnansi.enc) = %{tl_version} +Provides: tex(q-texnansizc.enc) = %{tl_version} +Provides: tex(q-ts1.enc) = %{tl_version} +Provides: tex(qag-cs.map) = %{tl_version} +Provides: tex(qag-ec.map) = %{tl_version} +Provides: tex(qag-l7x.map) = %{tl_version} +Provides: tex(qag-qx.map) = %{tl_version} +Provides: tex(qag-rm.map) = %{tl_version} +Provides: tex(qag-t5.map) = %{tl_version} +Provides: tex(qag-texnansi.map) = %{tl_version} +Provides: tex(qag-ts1.map) = %{tl_version} +Provides: tex(qag.map) = %{tl_version} +Provides: tex(qbk-cs.map) = %{tl_version} +Provides: tex(qbk-ec.map) = %{tl_version} +Provides: tex(qbk-l7x.map) = %{tl_version} +Provides: tex(qbk-qx.map) = %{tl_version} +Provides: tex(qbk-rm.map) = %{tl_version} +Provides: tex(qbk-t5.map) = %{tl_version} +Provides: tex(qbk-texnansi.map) = %{tl_version} +Provides: tex(qbk-ts1.map) = %{tl_version} +Provides: tex(qbk.map) = %{tl_version} +Provides: tex(qcr-cs.map) = %{tl_version} +Provides: tex(qcr-ec.map) = %{tl_version} +Provides: tex(qcr-l7x.map) = %{tl_version} +Provides: tex(qcr-qx.map) = %{tl_version} +Provides: tex(qcr-rm.map) = %{tl_version} +Provides: tex(qcr-t5.map) = %{tl_version} +Provides: tex(qcr-texnansi.map) = %{tl_version} +Provides: tex(qcr-ts1.map) = %{tl_version} +Provides: tex(qcr.map) = %{tl_version} +Provides: tex(qcs-cs.map) = %{tl_version} +Provides: tex(qcs-ec.map) = %{tl_version} +Provides: tex(qcs-l7x.map) = %{tl_version} +Provides: tex(qcs-qx.map) = %{tl_version} +Provides: tex(qcs-rm.map) = %{tl_version} +Provides: tex(qcs-t5.map) = %{tl_version} +Provides: tex(qcs-texnansi.map) = %{tl_version} +Provides: tex(qcs-ts1.map) = %{tl_version} +Provides: tex(qcs.map) = %{tl_version} +Provides: tex(qhv-cs.map) = %{tl_version} +Provides: tex(qhv-ec.map) = %{tl_version} +Provides: tex(qhv-l7x.map) = %{tl_version} +Provides: tex(qhv-qx.map) = %{tl_version} +Provides: tex(qhv-rm.map) = %{tl_version} +Provides: tex(qhv-t5.map) = %{tl_version} +Provides: tex(qhv-texnansi.map) = %{tl_version} +Provides: tex(qhv-ts1.map) = %{tl_version} +Provides: tex(qhv.map) = %{tl_version} +Provides: tex(qpl-cs.map) = %{tl_version} +Provides: tex(qpl-ec.map) = %{tl_version} +Provides: tex(qpl-l7x.map) = %{tl_version} +Provides: tex(qpl-qx.map) = %{tl_version} +Provides: tex(qpl-rm.map) = %{tl_version} +Provides: tex(qpl-t5.map) = %{tl_version} +Provides: tex(qpl-texnansi.map) = %{tl_version} +Provides: tex(qpl-ts1.map) = %{tl_version} +Provides: tex(qpl.map) = %{tl_version} +Provides: tex(qtm-cs.map) = %{tl_version} +Provides: tex(qtm-ec.map) = %{tl_version} +Provides: tex(qtm-l7x.map) = %{tl_version} +Provides: tex(qtm-qx.map) = %{tl_version} +Provides: tex(qtm-rm.map) = %{tl_version} +Provides: tex(qtm-t5.map) = %{tl_version} +Provides: tex(qtm-texnansi.map) = %{tl_version} +Provides: tex(qtm-ts1.map) = %{tl_version} +Provides: tex(qtm.map) = %{tl_version} +Provides: tex(qzc-cs.map) = %{tl_version} +Provides: tex(qzc-ec.map) = %{tl_version} +Provides: tex(qzc-l7x.map) = %{tl_version} +Provides: tex(qzc-qx.map) = %{tl_version} +Provides: tex(qzc-rm.map) = %{tl_version} +Provides: tex(qzc-t5.map) = %{tl_version} +Provides: tex(qzc-texnansi.map) = %{tl_version} +Provides: tex(qzc-ts1.map) = %{tl_version} +Provides: tex(qzc.map) = %{tl_version} +Provides: tex(texgyreadventor-bold.otf) = %{tl_version} +Provides: tex(texgyreadventor-bolditalic.otf) = %{tl_version} +Provides: tex(texgyreadventor-italic.otf) = %{tl_version} +Provides: tex(texgyreadventor-regular.otf) = %{tl_version} +Provides: tex(texgyrebonum-bold.otf) = %{tl_version} +Provides: tex(texgyrebonum-bolditalic.otf) = %{tl_version} +Provides: tex(texgyrebonum-italic.otf) = %{tl_version} +Provides: tex(texgyrebonum-regular.otf) = %{tl_version} +Provides: tex(texgyrechorus-mediumitalic.otf) = %{tl_version} +Provides: tex(texgyrecursor-bold.otf) = %{tl_version} +Provides: tex(texgyrecursor-bolditalic.otf) = %{tl_version} +Provides: tex(texgyrecursor-italic.otf) = %{tl_version} +Provides: tex(texgyrecursor-regular.otf) = %{tl_version} +Provides: tex(texgyreheros-bold.otf) = %{tl_version} +Provides: tex(texgyreheros-bolditalic.otf) = %{tl_version} +Provides: tex(texgyreheros-italic.otf) = %{tl_version} +Provides: tex(texgyreheros-regular.otf) = %{tl_version} +Provides: tex(texgyreheroscn-bold.otf) = %{tl_version} +Provides: tex(texgyreheroscn-bolditalic.otf) = %{tl_version} +Provides: tex(texgyreheroscn-italic.otf) = %{tl_version} +Provides: tex(texgyreheroscn-regular.otf) = %{tl_version} +Provides: tex(texgyrepagella-bold.otf) = %{tl_version} +Provides: tex(texgyrepagella-bolditalic.otf) = %{tl_version} +Provides: tex(texgyrepagella-italic.otf) = %{tl_version} +Provides: tex(texgyrepagella-regular.otf) = %{tl_version} +Provides: tex(texgyreschola-bold.otf) = %{tl_version} +Provides: tex(texgyreschola-bolditalic.otf) = %{tl_version} +Provides: tex(texgyreschola-italic.otf) = %{tl_version} +Provides: tex(texgyreschola-regular.otf) = %{tl_version} +Provides: tex(texgyretermes-bold.otf) = %{tl_version} +Provides: tex(texgyretermes-bolditalic.otf) = %{tl_version} +Provides: tex(texgyretermes-italic.otf) = %{tl_version} +Provides: tex(texgyretermes-regular.otf) = %{tl_version} +Provides: tex(cs-qagb-sc.tfm) = %{tl_version} +Provides: tex(cs-qagb.tfm) = %{tl_version} +Provides: tex(cs-qagbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qagbi.tfm) = %{tl_version} +Provides: tex(cs-qagr-sc.tfm) = %{tl_version} +Provides: tex(cs-qagr.tfm) = %{tl_version} +Provides: tex(cs-qagri-sc.tfm) = %{tl_version} +Provides: tex(cs-qagri.tfm) = %{tl_version} +Provides: tex(cs-qbkb-sc.tfm) = %{tl_version} +Provides: tex(cs-qbkb.tfm) = %{tl_version} +Provides: tex(cs-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qbkbi.tfm) = %{tl_version} +Provides: tex(cs-qbkr-sc.tfm) = %{tl_version} +Provides: tex(cs-qbkr.tfm) = %{tl_version} +Provides: tex(cs-qbkri-sc.tfm) = %{tl_version} +Provides: tex(cs-qbkri.tfm) = %{tl_version} +Provides: tex(cs-qcrb-sc.tfm) = %{tl_version} +Provides: tex(cs-qcrb.tfm) = %{tl_version} +Provides: tex(cs-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qcrbi.tfm) = %{tl_version} +Provides: tex(cs-qcrr-sc.tfm) = %{tl_version} +Provides: tex(cs-qcrr.tfm) = %{tl_version} +Provides: tex(cs-qcrri-sc.tfm) = %{tl_version} +Provides: tex(cs-qcrri.tfm) = %{tl_version} +Provides: tex(cs-qcsb-sc.tfm) = %{tl_version} +Provides: tex(cs-qcsb.tfm) = %{tl_version} +Provides: tex(cs-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qcsbi.tfm) = %{tl_version} +Provides: tex(cs-qcsr-sc.tfm) = %{tl_version} +Provides: tex(cs-qcsr.tfm) = %{tl_version} +Provides: tex(cs-qcsri-sc.tfm) = %{tl_version} +Provides: tex(cs-qcsri.tfm) = %{tl_version} +Provides: tex(cs-qhvb-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvb.tfm) = %{tl_version} +Provides: tex(cs-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvbi.tfm) = %{tl_version} +Provides: tex(cs-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvcb.tfm) = %{tl_version} +Provides: tex(cs-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvcbi.tfm) = %{tl_version} +Provides: tex(cs-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvcr.tfm) = %{tl_version} +Provides: tex(cs-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvcri.tfm) = %{tl_version} +Provides: tex(cs-qhvr-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvr.tfm) = %{tl_version} +Provides: tex(cs-qhvri-sc.tfm) = %{tl_version} +Provides: tex(cs-qhvri.tfm) = %{tl_version} +Provides: tex(cs-qplb-sc.tfm) = %{tl_version} +Provides: tex(cs-qplb.tfm) = %{tl_version} +Provides: tex(cs-qplbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qplbi.tfm) = %{tl_version} +Provides: tex(cs-qplr-sc.tfm) = %{tl_version} +Provides: tex(cs-qplr.tfm) = %{tl_version} +Provides: tex(cs-qplri-sc.tfm) = %{tl_version} +Provides: tex(cs-qplri.tfm) = %{tl_version} +Provides: tex(cs-qtmb-sc.tfm) = %{tl_version} +Provides: tex(cs-qtmb.tfm) = %{tl_version} +Provides: tex(cs-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(cs-qtmbi.tfm) = %{tl_version} +Provides: tex(cs-qtmr-sc.tfm) = %{tl_version} +Provides: tex(cs-qtmr.tfm) = %{tl_version} +Provides: tex(cs-qtmri-sc.tfm) = %{tl_version} +Provides: tex(cs-qtmri.tfm) = %{tl_version} +Provides: tex(cs-qzcmi.tfm) = %{tl_version} +Provides: tex(ec-qagb-sc.tfm) = %{tl_version} +Provides: tex(ec-qagb.tfm) = %{tl_version} +Provides: tex(ec-qagbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qagbi.tfm) = %{tl_version} +Provides: tex(ec-qagr-sc.tfm) = %{tl_version} +Provides: tex(ec-qagr.tfm) = %{tl_version} +Provides: tex(ec-qagri-sc.tfm) = %{tl_version} +Provides: tex(ec-qagri.tfm) = %{tl_version} +Provides: tex(ec-qbkb-sc.tfm) = %{tl_version} +Provides: tex(ec-qbkb.tfm) = %{tl_version} +Provides: tex(ec-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qbkbi.tfm) = %{tl_version} +Provides: tex(ec-qbkr-sc.tfm) = %{tl_version} +Provides: tex(ec-qbkr.tfm) = %{tl_version} +Provides: tex(ec-qbkri-sc.tfm) = %{tl_version} +Provides: tex(ec-qbkri.tfm) = %{tl_version} +Provides: tex(ec-qcrb-sc.tfm) = %{tl_version} +Provides: tex(ec-qcrb.tfm) = %{tl_version} +Provides: tex(ec-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qcrbi.tfm) = %{tl_version} +Provides: tex(ec-qcrr-sc.tfm) = %{tl_version} +Provides: tex(ec-qcrr.tfm) = %{tl_version} +Provides: tex(ec-qcrri-sc.tfm) = %{tl_version} +Provides: tex(ec-qcrri.tfm) = %{tl_version} +Provides: tex(ec-qcsb-sc.tfm) = %{tl_version} +Provides: tex(ec-qcsb.tfm) = %{tl_version} +Provides: tex(ec-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qcsbi.tfm) = %{tl_version} +Provides: tex(ec-qcsr-sc.tfm) = %{tl_version} +Provides: tex(ec-qcsr.tfm) = %{tl_version} +Provides: tex(ec-qcsri-sc.tfm) = %{tl_version} +Provides: tex(ec-qcsri.tfm) = %{tl_version} +Provides: tex(ec-qhvb-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvb.tfm) = %{tl_version} +Provides: tex(ec-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvbi.tfm) = %{tl_version} +Provides: tex(ec-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvcb.tfm) = %{tl_version} +Provides: tex(ec-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvcbi.tfm) = %{tl_version} +Provides: tex(ec-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvcr.tfm) = %{tl_version} +Provides: tex(ec-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvcri.tfm) = %{tl_version} +Provides: tex(ec-qhvr-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvr.tfm) = %{tl_version} +Provides: tex(ec-qhvri-sc.tfm) = %{tl_version} +Provides: tex(ec-qhvri.tfm) = %{tl_version} +Provides: tex(ec-qplb-sc.tfm) = %{tl_version} +Provides: tex(ec-qplb.tfm) = %{tl_version} +Provides: tex(ec-qplbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qplbi.tfm) = %{tl_version} +Provides: tex(ec-qplr-sc.tfm) = %{tl_version} +Provides: tex(ec-qplr.tfm) = %{tl_version} +Provides: tex(ec-qplri-sc.tfm) = %{tl_version} +Provides: tex(ec-qplri.tfm) = %{tl_version} +Provides: tex(ec-qtmb-sc.tfm) = %{tl_version} +Provides: tex(ec-qtmb.tfm) = %{tl_version} +Provides: tex(ec-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(ec-qtmbi.tfm) = %{tl_version} +Provides: tex(ec-qtmr-sc.tfm) = %{tl_version} +Provides: tex(ec-qtmr.tfm) = %{tl_version} +Provides: tex(ec-qtmri-sc.tfm) = %{tl_version} +Provides: tex(ec-qtmri.tfm) = %{tl_version} +Provides: tex(ec-qzcmi.tfm) = %{tl_version} +Provides: tex(l7x-qagb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qagb.tfm) = %{tl_version} +Provides: tex(l7x-qagbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qagbi.tfm) = %{tl_version} +Provides: tex(l7x-qagr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qagr.tfm) = %{tl_version} +Provides: tex(l7x-qagri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qagri.tfm) = %{tl_version} +Provides: tex(l7x-qbkb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qbkb.tfm) = %{tl_version} +Provides: tex(l7x-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qbkbi.tfm) = %{tl_version} +Provides: tex(l7x-qbkr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qbkr.tfm) = %{tl_version} +Provides: tex(l7x-qbkri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qbkri.tfm) = %{tl_version} +Provides: tex(l7x-qcrb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcrb.tfm) = %{tl_version} +Provides: tex(l7x-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcrbi.tfm) = %{tl_version} +Provides: tex(l7x-qcrr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcrr.tfm) = %{tl_version} +Provides: tex(l7x-qcrri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcrri.tfm) = %{tl_version} +Provides: tex(l7x-qcsb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcsb.tfm) = %{tl_version} +Provides: tex(l7x-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcsbi.tfm) = %{tl_version} +Provides: tex(l7x-qcsr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcsr.tfm) = %{tl_version} +Provides: tex(l7x-qcsri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qcsri.tfm) = %{tl_version} +Provides: tex(l7x-qhvb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvb.tfm) = %{tl_version} +Provides: tex(l7x-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvbi.tfm) = %{tl_version} +Provides: tex(l7x-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvcb.tfm) = %{tl_version} +Provides: tex(l7x-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvcbi.tfm) = %{tl_version} +Provides: tex(l7x-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvcr.tfm) = %{tl_version} +Provides: tex(l7x-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvcri.tfm) = %{tl_version} +Provides: tex(l7x-qhvr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvr.tfm) = %{tl_version} +Provides: tex(l7x-qhvri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qhvri.tfm) = %{tl_version} +Provides: tex(l7x-qplb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qplb.tfm) = %{tl_version} +Provides: tex(l7x-qplbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qplbi.tfm) = %{tl_version} +Provides: tex(l7x-qplr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qplr.tfm) = %{tl_version} +Provides: tex(l7x-qplri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qplri.tfm) = %{tl_version} +Provides: tex(l7x-qtmb-sc.tfm) = %{tl_version} +Provides: tex(l7x-qtmb.tfm) = %{tl_version} +Provides: tex(l7x-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(l7x-qtmbi.tfm) = %{tl_version} +Provides: tex(l7x-qtmr-sc.tfm) = %{tl_version} +Provides: tex(l7x-qtmr.tfm) = %{tl_version} +Provides: tex(l7x-qtmri-sc.tfm) = %{tl_version} +Provides: tex(l7x-qtmri.tfm) = %{tl_version} +Provides: tex(l7x-qzcmi.tfm) = %{tl_version} +Provides: tex(qx-qagb-sc.tfm) = %{tl_version} +Provides: tex(qx-qagb.tfm) = %{tl_version} +Provides: tex(qx-qagbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qagbi.tfm) = %{tl_version} +Provides: tex(qx-qagr-sc.tfm) = %{tl_version} +Provides: tex(qx-qagr.tfm) = %{tl_version} +Provides: tex(qx-qagri-sc.tfm) = %{tl_version} +Provides: tex(qx-qagri.tfm) = %{tl_version} +Provides: tex(qx-qbkb-sc.tfm) = %{tl_version} +Provides: tex(qx-qbkb.tfm) = %{tl_version} +Provides: tex(qx-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qbkbi.tfm) = %{tl_version} +Provides: tex(qx-qbkr-sc.tfm) = %{tl_version} +Provides: tex(qx-qbkr.tfm) = %{tl_version} +Provides: tex(qx-qbkri-sc.tfm) = %{tl_version} +Provides: tex(qx-qbkri.tfm) = %{tl_version} +Provides: tex(qx-qcrb-sc.tfm) = %{tl_version} +Provides: tex(qx-qcrb.tfm) = %{tl_version} +Provides: tex(qx-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qcrbi.tfm) = %{tl_version} +Provides: tex(qx-qcrr-sc.tfm) = %{tl_version} +Provides: tex(qx-qcrr.tfm) = %{tl_version} +Provides: tex(qx-qcrri-sc.tfm) = %{tl_version} +Provides: tex(qx-qcrri.tfm) = %{tl_version} +Provides: tex(qx-qcsb-sc.tfm) = %{tl_version} +Provides: tex(qx-qcsb.tfm) = %{tl_version} +Provides: tex(qx-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qcsbi.tfm) = %{tl_version} +Provides: tex(qx-qcsr-sc.tfm) = %{tl_version} +Provides: tex(qx-qcsr.tfm) = %{tl_version} +Provides: tex(qx-qcsri-sc.tfm) = %{tl_version} +Provides: tex(qx-qcsri.tfm) = %{tl_version} +Provides: tex(qx-qhvb-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvb.tfm) = %{tl_version} +Provides: tex(qx-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvbi.tfm) = %{tl_version} +Provides: tex(qx-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvcb.tfm) = %{tl_version} +Provides: tex(qx-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvcbi.tfm) = %{tl_version} +Provides: tex(qx-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvcr.tfm) = %{tl_version} +Provides: tex(qx-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvcri.tfm) = %{tl_version} +Provides: tex(qx-qhvr-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvr.tfm) = %{tl_version} +Provides: tex(qx-qhvri-sc.tfm) = %{tl_version} +Provides: tex(qx-qhvri.tfm) = %{tl_version} +Provides: tex(qx-qplb-sc.tfm) = %{tl_version} +Provides: tex(qx-qplb.tfm) = %{tl_version} +Provides: tex(qx-qplbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qplbi.tfm) = %{tl_version} +Provides: tex(qx-qplr-sc.tfm) = %{tl_version} +Provides: tex(qx-qplr.tfm) = %{tl_version} +Provides: tex(qx-qplri-sc.tfm) = %{tl_version} +Provides: tex(qx-qplri.tfm) = %{tl_version} +Provides: tex(qx-qtmb-sc.tfm) = %{tl_version} +Provides: tex(qx-qtmb.tfm) = %{tl_version} +Provides: tex(qx-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(qx-qtmbi.tfm) = %{tl_version} +Provides: tex(qx-qtmr-sc.tfm) = %{tl_version} +Provides: tex(qx-qtmr.tfm) = %{tl_version} +Provides: tex(qx-qtmri-sc.tfm) = %{tl_version} +Provides: tex(qx-qtmri.tfm) = %{tl_version} +Provides: tex(qx-qzcmi.tfm) = %{tl_version} +Provides: tex(rm-qagb-sc.tfm) = %{tl_version} +Provides: tex(rm-qagb.tfm) = %{tl_version} +Provides: tex(rm-qagbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qagbi.tfm) = %{tl_version} +Provides: tex(rm-qagr-sc.tfm) = %{tl_version} +Provides: tex(rm-qagr.tfm) = %{tl_version} +Provides: tex(rm-qagri-sc.tfm) = %{tl_version} +Provides: tex(rm-qagri.tfm) = %{tl_version} +Provides: tex(rm-qbkb-sc.tfm) = %{tl_version} +Provides: tex(rm-qbkb.tfm) = %{tl_version} +Provides: tex(rm-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qbkbi.tfm) = %{tl_version} +Provides: tex(rm-qbkr-sc.tfm) = %{tl_version} +Provides: tex(rm-qbkr.tfm) = %{tl_version} +Provides: tex(rm-qbkri-sc.tfm) = %{tl_version} +Provides: tex(rm-qbkri.tfm) = %{tl_version} +Provides: tex(rm-qcrb-sc.tfm) = %{tl_version} +Provides: tex(rm-qcrb.tfm) = %{tl_version} +Provides: tex(rm-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qcrbi.tfm) = %{tl_version} +Provides: tex(rm-qcrr-sc.tfm) = %{tl_version} +Provides: tex(rm-qcrr.tfm) = %{tl_version} +Provides: tex(rm-qcrri-sc.tfm) = %{tl_version} +Provides: tex(rm-qcrri.tfm) = %{tl_version} +Provides: tex(rm-qcsb-sc.tfm) = %{tl_version} +Provides: tex(rm-qcsb.tfm) = %{tl_version} +Provides: tex(rm-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qcsbi.tfm) = %{tl_version} +Provides: tex(rm-qcsr-sc.tfm) = %{tl_version} +Provides: tex(rm-qcsr.tfm) = %{tl_version} +Provides: tex(rm-qcsri-sc.tfm) = %{tl_version} +Provides: tex(rm-qcsri.tfm) = %{tl_version} +Provides: tex(rm-qhvb-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvb.tfm) = %{tl_version} +Provides: tex(rm-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvbi.tfm) = %{tl_version} +Provides: tex(rm-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvcb.tfm) = %{tl_version} +Provides: tex(rm-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvcbi.tfm) = %{tl_version} +Provides: tex(rm-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvcr.tfm) = %{tl_version} +Provides: tex(rm-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvcri.tfm) = %{tl_version} +Provides: tex(rm-qhvr-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvr.tfm) = %{tl_version} +Provides: tex(rm-qhvri-sc.tfm) = %{tl_version} +Provides: tex(rm-qhvri.tfm) = %{tl_version} +Provides: tex(rm-qplb-sc.tfm) = %{tl_version} +Provides: tex(rm-qplb.tfm) = %{tl_version} +Provides: tex(rm-qplbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qplbi.tfm) = %{tl_version} +Provides: tex(rm-qplr-sc.tfm) = %{tl_version} +Provides: tex(rm-qplr.tfm) = %{tl_version} +Provides: tex(rm-qplri-sc.tfm) = %{tl_version} +Provides: tex(rm-qplri.tfm) = %{tl_version} +Provides: tex(rm-qtmb-sc.tfm) = %{tl_version} +Provides: tex(rm-qtmb.tfm) = %{tl_version} +Provides: tex(rm-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(rm-qtmbi.tfm) = %{tl_version} +Provides: tex(rm-qtmr-sc.tfm) = %{tl_version} +Provides: tex(rm-qtmr.tfm) = %{tl_version} +Provides: tex(rm-qtmri-sc.tfm) = %{tl_version} +Provides: tex(rm-qtmri.tfm) = %{tl_version} +Provides: tex(rm-qzcmi.tfm) = %{tl_version} +Provides: tex(t5-qagb-sc.tfm) = %{tl_version} +Provides: tex(t5-qagb.tfm) = %{tl_version} +Provides: tex(t5-qagbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qagbi.tfm) = %{tl_version} +Provides: tex(t5-qagr-sc.tfm) = %{tl_version} +Provides: tex(t5-qagr.tfm) = %{tl_version} +Provides: tex(t5-qagri-sc.tfm) = %{tl_version} +Provides: tex(t5-qagri.tfm) = %{tl_version} +Provides: tex(t5-qbkb-sc.tfm) = %{tl_version} +Provides: tex(t5-qbkb.tfm) = %{tl_version} +Provides: tex(t5-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qbkbi.tfm) = %{tl_version} +Provides: tex(t5-qbkr-sc.tfm) = %{tl_version} +Provides: tex(t5-qbkr.tfm) = %{tl_version} +Provides: tex(t5-qbkri-sc.tfm) = %{tl_version} +Provides: tex(t5-qbkri.tfm) = %{tl_version} +Provides: tex(t5-qcrb-sc.tfm) = %{tl_version} +Provides: tex(t5-qcrb.tfm) = %{tl_version} +Provides: tex(t5-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qcrbi.tfm) = %{tl_version} +Provides: tex(t5-qcrr-sc.tfm) = %{tl_version} +Provides: tex(t5-qcrr.tfm) = %{tl_version} +Provides: tex(t5-qcrri-sc.tfm) = %{tl_version} +Provides: tex(t5-qcrri.tfm) = %{tl_version} +Provides: tex(t5-qcsb-sc.tfm) = %{tl_version} +Provides: tex(t5-qcsb.tfm) = %{tl_version} +Provides: tex(t5-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qcsbi.tfm) = %{tl_version} +Provides: tex(t5-qcsr-sc.tfm) = %{tl_version} +Provides: tex(t5-qcsr.tfm) = %{tl_version} +Provides: tex(t5-qcsri-sc.tfm) = %{tl_version} +Provides: tex(t5-qcsri.tfm) = %{tl_version} +Provides: tex(t5-qhvb-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvb.tfm) = %{tl_version} +Provides: tex(t5-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvbi.tfm) = %{tl_version} +Provides: tex(t5-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvcb.tfm) = %{tl_version} +Provides: tex(t5-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvcbi.tfm) = %{tl_version} +Provides: tex(t5-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvcr.tfm) = %{tl_version} +Provides: tex(t5-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvcri.tfm) = %{tl_version} +Provides: tex(t5-qhvr-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvr.tfm) = %{tl_version} +Provides: tex(t5-qhvri-sc.tfm) = %{tl_version} +Provides: tex(t5-qhvri.tfm) = %{tl_version} +Provides: tex(t5-qplb-sc.tfm) = %{tl_version} +Provides: tex(t5-qplb.tfm) = %{tl_version} +Provides: tex(t5-qplbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qplbi.tfm) = %{tl_version} +Provides: tex(t5-qplr-sc.tfm) = %{tl_version} +Provides: tex(t5-qplr.tfm) = %{tl_version} +Provides: tex(t5-qplri-sc.tfm) = %{tl_version} +Provides: tex(t5-qplri.tfm) = %{tl_version} +Provides: tex(t5-qtmb-sc.tfm) = %{tl_version} +Provides: tex(t5-qtmb.tfm) = %{tl_version} +Provides: tex(t5-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(t5-qtmbi.tfm) = %{tl_version} +Provides: tex(t5-qtmr-sc.tfm) = %{tl_version} +Provides: tex(t5-qtmr.tfm) = %{tl_version} +Provides: tex(t5-qtmri-sc.tfm) = %{tl_version} +Provides: tex(t5-qtmri.tfm) = %{tl_version} +Provides: tex(t5-qzcmi.tfm) = %{tl_version} +Provides: tex(texnansi-qagb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qagb.tfm) = %{tl_version} +Provides: tex(texnansi-qagbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qagbi.tfm) = %{tl_version} +Provides: tex(texnansi-qagr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qagr.tfm) = %{tl_version} +Provides: tex(texnansi-qagri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qagri.tfm) = %{tl_version} +Provides: tex(texnansi-qbkb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qbkb.tfm) = %{tl_version} +Provides: tex(texnansi-qbkbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qbkbi.tfm) = %{tl_version} +Provides: tex(texnansi-qbkr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qbkr.tfm) = %{tl_version} +Provides: tex(texnansi-qbkri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qbkri.tfm) = %{tl_version} +Provides: tex(texnansi-qcrb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcrb.tfm) = %{tl_version} +Provides: tex(texnansi-qcrbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcrbi.tfm) = %{tl_version} +Provides: tex(texnansi-qcrr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcrr.tfm) = %{tl_version} +Provides: tex(texnansi-qcrri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcrri.tfm) = %{tl_version} +Provides: tex(texnansi-qcsb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcsb.tfm) = %{tl_version} +Provides: tex(texnansi-qcsbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcsbi.tfm) = %{tl_version} +Provides: tex(texnansi-qcsr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcsr.tfm) = %{tl_version} +Provides: tex(texnansi-qcsri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qcsri.tfm) = %{tl_version} +Provides: tex(texnansi-qhvb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvb.tfm) = %{tl_version} +Provides: tex(texnansi-qhvbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvbi.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcb.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcbi.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcr.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvcri.tfm) = %{tl_version} +Provides: tex(texnansi-qhvr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvr.tfm) = %{tl_version} +Provides: tex(texnansi-qhvri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qhvri.tfm) = %{tl_version} +Provides: tex(texnansi-qplb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qplb.tfm) = %{tl_version} +Provides: tex(texnansi-qplbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qplbi.tfm) = %{tl_version} +Provides: tex(texnansi-qplr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qplr.tfm) = %{tl_version} +Provides: tex(texnansi-qplri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qplri.tfm) = %{tl_version} +Provides: tex(texnansi-qtmb-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qtmb.tfm) = %{tl_version} +Provides: tex(texnansi-qtmbi-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qtmbi.tfm) = %{tl_version} +Provides: tex(texnansi-qtmr-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qtmr.tfm) = %{tl_version} +Provides: tex(texnansi-qtmri-sc.tfm) = %{tl_version} +Provides: tex(texnansi-qtmri.tfm) = %{tl_version} +Provides: tex(texnansi-qzcmi.tfm) = %{tl_version} +Provides: tex(ts1-qagb.tfm) = %{tl_version} +Provides: tex(ts1-qagbi.tfm) = %{tl_version} +Provides: tex(ts1-qagr.tfm) = %{tl_version} +Provides: tex(ts1-qagri.tfm) = %{tl_version} +Provides: tex(ts1-qbkb.tfm) = %{tl_version} +Provides: tex(ts1-qbkbi.tfm) = %{tl_version} +Provides: tex(ts1-qbkr.tfm) = %{tl_version} +Provides: tex(ts1-qbkri.tfm) = %{tl_version} +Provides: tex(ts1-qcrb.tfm) = %{tl_version} +Provides: tex(ts1-qcrbi.tfm) = %{tl_version} +Provides: tex(ts1-qcrr.tfm) = %{tl_version} +Provides: tex(ts1-qcrri.tfm) = %{tl_version} +Provides: tex(ts1-qcsb.tfm) = %{tl_version} +Provides: tex(ts1-qcsbi.tfm) = %{tl_version} +Provides: tex(ts1-qcsr.tfm) = %{tl_version} +Provides: tex(ts1-qcsri.tfm) = %{tl_version} +Provides: tex(ts1-qhvb.tfm) = %{tl_version} +Provides: tex(ts1-qhvbi.tfm) = %{tl_version} +Provides: tex(ts1-qhvcb.tfm) = %{tl_version} +Provides: tex(ts1-qhvcbi.tfm) = %{tl_version} +Provides: tex(ts1-qhvcr.tfm) = %{tl_version} +Provides: tex(ts1-qhvcri.tfm) = %{tl_version} +Provides: tex(ts1-qhvr.tfm) = %{tl_version} +Provides: tex(ts1-qhvri.tfm) = %{tl_version} +Provides: tex(ts1-qplb.tfm) = %{tl_version} +Provides: tex(ts1-qplbi.tfm) = %{tl_version} +Provides: tex(ts1-qplr.tfm) = %{tl_version} +Provides: tex(ts1-qplri.tfm) = %{tl_version} +Provides: tex(ts1-qtmb.tfm) = %{tl_version} +Provides: tex(ts1-qtmbi.tfm) = %{tl_version} +Provides: tex(ts1-qtmr.tfm) = %{tl_version} +Provides: tex(ts1-qtmri.tfm) = %{tl_version} +Provides: tex(ts1-qzcmi.tfm) = %{tl_version} +Provides: tex(qagb.pfb) = %{tl_version} +Provides: tex(qagbi.pfb) = %{tl_version} +Provides: tex(qagr.pfb) = %{tl_version} +Provides: tex(qagri.pfb) = %{tl_version} +Provides: tex(qbkb.pfb) = %{tl_version} +Provides: tex(qbkbi.pfb) = %{tl_version} +Provides: tex(qbkr.pfb) = %{tl_version} +Provides: tex(qbkri.pfb) = %{tl_version} +Provides: tex(qcrb.pfb) = %{tl_version} +Provides: tex(qcrbi.pfb) = %{tl_version} +Provides: tex(qcrr.pfb) = %{tl_version} +Provides: tex(qcrri.pfb) = %{tl_version} +Provides: tex(qcsb.pfb) = %{tl_version} +Provides: tex(qcsbi.pfb) = %{tl_version} +Provides: tex(qcsr.pfb) = %{tl_version} +Provides: tex(qcsri.pfb) = %{tl_version} +Provides: tex(qhvb.pfb) = %{tl_version} +Provides: tex(qhvbi.pfb) = %{tl_version} +Provides: tex(qhvcb.pfb) = %{tl_version} +Provides: tex(qhvcbi.pfb) = %{tl_version} +Provides: tex(qhvcr.pfb) = %{tl_version} +Provides: tex(qhvcri.pfb) = %{tl_version} +Provides: tex(qhvr.pfb) = %{tl_version} +Provides: tex(qhvri.pfb) = %{tl_version} +Provides: tex(qplb.pfb) = %{tl_version} +Provides: tex(qplbi.pfb) = %{tl_version} +Provides: tex(qplr.pfb) = %{tl_version} +Provides: tex(qplri.pfb) = %{tl_version} +Provides: tex(qtmb.pfb) = %{tl_version} +Provides: tex(qtmbi.pfb) = %{tl_version} +Provides: tex(qtmr.pfb) = %{tl_version} +Provides: tex(qtmri.pfb) = %{tl_version} +Provides: tex(qzcmi.pfb) = %{tl_version} +Provides: tex(il2qag.fd) = %{tl_version} +Provides: tex(il2qbk.fd) = %{tl_version} +Provides: tex(il2qcr.fd) = %{tl_version} +Provides: tex(il2qcs.fd) = %{tl_version} +Provides: tex(il2qhv.fd) = %{tl_version} +Provides: tex(il2qhvc.fd) = %{tl_version} +Provides: tex(il2qpl.fd) = %{tl_version} +Provides: tex(il2qtm.fd) = %{tl_version} +Provides: tex(il2qzc.fd) = %{tl_version} +Provides: tex(l7xqag.fd) = %{tl_version} +Provides: tex(l7xqbk.fd) = %{tl_version} +Provides: tex(l7xqcr.fd) = %{tl_version} +Provides: tex(l7xqcs.fd) = %{tl_version} +Provides: tex(l7xqhv.fd) = %{tl_version} +Provides: tex(l7xqhvc.fd) = %{tl_version} +Provides: tex(l7xqpl.fd) = %{tl_version} +Provides: tex(l7xqtm.fd) = %{tl_version} +Provides: tex(l7xqzc.fd) = %{tl_version} +Provides: tex(ly1qag.fd) = %{tl_version} +Provides: tex(ly1qbk.fd) = %{tl_version} +Provides: tex(ly1qcr.fd) = %{tl_version} +Provides: tex(ly1qcs.fd) = %{tl_version} +Provides: tex(ly1qhv.fd) = %{tl_version} +Provides: tex(ly1qhvc.fd) = %{tl_version} +Provides: tex(ly1qpl.fd) = %{tl_version} +Provides: tex(ly1qtm.fd) = %{tl_version} +Provides: tex(ly1qzc.fd) = %{tl_version} +Provides: tex(ot1qag.fd) = %{tl_version} +Provides: tex(ot1qbk.fd) = %{tl_version} +Provides: tex(ot1qcr.fd) = %{tl_version} +Provides: tex(ot1qcs.fd) = %{tl_version} +Provides: tex(ot1qhv.fd) = %{tl_version} +Provides: tex(ot1qhvc.fd) = %{tl_version} +Provides: tex(ot1qpl.fd) = %{tl_version} +Provides: tex(ot1qtm.fd) = %{tl_version} +Provides: tex(ot1qzc.fd) = %{tl_version} +Provides: tex(ot4qag.fd) = %{tl_version} +Provides: tex(ot4qbk.fd) = %{tl_version} +Provides: tex(ot4qcr.fd) = %{tl_version} +Provides: tex(ot4qcs.fd) = %{tl_version} +Provides: tex(ot4qhv.fd) = %{tl_version} +Provides: tex(ot4qhvc.fd) = %{tl_version} +Provides: tex(ot4qpl.fd) = %{tl_version} +Provides: tex(ot4qtm.fd) = %{tl_version} +Provides: tex(ot4qzc.fd) = %{tl_version} +Provides: tex(qbookman.sty) = %{tl_version} +Provides: tex(qcourier.sty) = %{tl_version} +Provides: tex(qpalatin.sty) = %{tl_version} +Provides: tex(qswiss.sty) = %{tl_version} +Provides: tex(qtimes.sty) = %{tl_version} +Provides: tex(qxqag.fd) = %{tl_version} +Provides: tex(qxqbk.fd) = %{tl_version} +Provides: tex(qxqcr.fd) = %{tl_version} +Provides: tex(qxqcs.fd) = %{tl_version} +Provides: tex(qxqhv.fd) = %{tl_version} +Provides: tex(qxqhvc.fd) = %{tl_version} +Provides: tex(qxqpl.fd) = %{tl_version} +Provides: tex(qxqtm.fd) = %{tl_version} +Provides: tex(qxqzc.fd) = %{tl_version} +Provides: tex(qzapfcha.sty) = %{tl_version} +Provides: tex(t1qag.fd) = %{tl_version} +Provides: tex(t1qbk.fd) = %{tl_version} +Provides: tex(t1qcr.fd) = %{tl_version} +Provides: tex(t1qcs.fd) = %{tl_version} +Provides: tex(t1qhv.fd) = %{tl_version} +Provides: tex(t1qhvc.fd) = %{tl_version} +Provides: tex(t1qpl.fd) = %{tl_version} +Provides: tex(t1qtm.fd) = %{tl_version} +Provides: tex(t1qzc.fd) = %{tl_version} +Provides: tex(t5qag.fd) = %{tl_version} +Provides: tex(t5qbk.fd) = %{tl_version} +Provides: tex(t5qcr.fd) = %{tl_version} +Provides: tex(t5qcs.fd) = %{tl_version} +Provides: tex(t5qhv.fd) = %{tl_version} +Provides: tex(t5qhvc.fd) = %{tl_version} +Provides: tex(t5qpl.fd) = %{tl_version} +Provides: tex(t5qtm.fd) = %{tl_version} +Provides: tex(t5qzc.fd) = %{tl_version} +Provides: tex(tgadventor.sty) = %{tl_version} +Provides: tex(tgbonum.sty) = %{tl_version} +Provides: tex(tgchorus.sty) = %{tl_version} +Provides: tex(tgcursor.sty) = %{tl_version} +Provides: tex(tgheros.sty) = %{tl_version} +Provides: tex(tgpagella.sty) = %{tl_version} +Provides: tex(tgschola.sty) = %{tl_version} +Provides: tex(tgtermes.sty) = %{tl_version} +Provides: tex(ts1qag.fd) = %{tl_version} +Provides: tex(ts1qbk.fd) = %{tl_version} +Provides: tex(ts1qcr.fd) = %{tl_version} +Provides: tex(ts1qcs.fd) = %{tl_version} +Provides: tex(ts1qhv.fd) = %{tl_version} +Provides: tex(ts1qhvc.fd) = %{tl_version} +Provides: tex(ts1qpl.fd) = %{tl_version} +Provides: tex(ts1qtm.fd) = %{tl_version} +Provides: tex(ts1qzc.fd) = %{tl_version} + +%description tex-gyre +The TeX-GYRE bundle consists of six font families: TeX Gyre +Adventor is based on the URW Gothic L family of fonts (which is +derived from ITC Avant Garde Gothic, designed by Herb Lubalin +and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L +family (from Bookman Old Style, designed by Alexander +Phemister). TeX Gyre Chorus is based on URW Chancery L Medium +Italic (from ITC Zapf Chancery, designed by Hermann Zapf in +1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on +Courier, designed by Howard G. Kettler in 1955, for IBM). TeX +Gyre Heros is based on URW Nimbus Sans L (from Helvetica, +prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX +Gyre Pagella is based on URW Palladio L (from Palation, +designed by Hermann Zapf in the 1940s). TeX Gyre Schola is +based on the URW Century Schoolbook L family (which was +designed by Morris Fuller Benton for the American Type +Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9 +L family of fonts (whose original, Times, was designed by +Stanley Morison together with Starling Burgess and Victor +Lardent and first offered by Monotype). The constituent +standard faces of each family have been greatly extended, and +contain nearly 1200 glyphs each (though Chorus omits Greek +support, has no small-caps family and has approximately 900 +glyphs). Each family is available in Adobe Type 1 and Open Type +formats, and LaTeX support (for use with a variety of +encodings) is provided. Vietnamese and Cyrillic characters were +added by Han The Thanh and Valek Filippov, respectively. + +date: 2009-11-12 13:33:47 +0100 + +%post tex-gyre +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map qag.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qag.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qbk.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qbk.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qcr.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qcr.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qcs.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qcs.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qhv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qhv.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qpl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qpl.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qtm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qtm.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map qzc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map qzc.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun tex-gyre +if [ $1 == 0 ] ; then +sed -i '/^Map qag.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qbk.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qcr.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qcs.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qhv.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qpl.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qtm.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map qzc.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans tex-gyre +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-gyre-doc +Summary: Documentation for tex-gyre +Version: svn18651.2.004 +Release: %{tl_noarch_release} +Provides: tex-tex-gyre-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-gyre-doc +Documentation for tex-gyre + +%package tex-gyre-math +Provides: tex-tex-gyre-math = %{tl_version} +License: LPPL +Summary: Maths fonts to match tex-gyre text fonts +Version: svn29045.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(texgyrepagella-math.otf) = %{tl_version} +Provides: tex(texgyretermes-math.otf) = %{tl_version} + +%description tex-gyre-math +TeX-Gyre-Math is to be a collection of maths fonts to match the +text fonts of the TeX-Gyre collection. The collection will be +made available in OpenType format, only; fonts will conform to +the developing standards for OpenType maths fonts. TeX-Gyre- +Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math- +Termes (to match Tex-Gyre-Termes) fonts are provided. + +date: 2013-02-06 11:14:35 +0100 + +%post tex-gyre-math +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tex-gyre-math +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-gyre-math +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-gyre-math-doc +Summary: Documentation for tex-gyre-math +Version: svn29045.0 +Release: %{tl_noarch_release} +Provides: tex-tex-gyre-math-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-gyre-math-doc +Documentation for tex-gyre-math + +%package times +Provides: tex-times = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(utm.map) = %{tl_version} +Provides: tex(psyro.tfm) = %{tl_version} +Provides: tex(ptmb.tfm) = %{tl_version} +Provides: tex(ptmb7t.tfm) = %{tl_version} +Provides: tex(ptmb8c.tfm) = %{tl_version} +Provides: tex(ptmb8r.tfm) = %{tl_version} +Provides: tex(ptmb8t.tfm) = %{tl_version} +Provides: tex(ptmbc.tfm) = %{tl_version} +Provides: tex(ptmbc7t.tfm) = %{tl_version} +Provides: tex(ptmbc8t.tfm) = %{tl_version} +Provides: tex(ptmbi.tfm) = %{tl_version} +Provides: tex(ptmbi7t.tfm) = %{tl_version} +Provides: tex(ptmbi8c.tfm) = %{tl_version} +Provides: tex(ptmbi8r.tfm) = %{tl_version} +Provides: tex(ptmbi8t.tfm) = %{tl_version} +Provides: tex(ptmbo.tfm) = %{tl_version} +Provides: tex(ptmbo7t.tfm) = %{tl_version} +Provides: tex(ptmbo8c.tfm) = %{tl_version} +Provides: tex(ptmbo8r.tfm) = %{tl_version} +Provides: tex(ptmbo8t.tfm) = %{tl_version} +Provides: tex(ptmr.tfm) = %{tl_version} +Provides: tex(ptmr7t.tfm) = %{tl_version} +Provides: tex(ptmr8c.tfm) = %{tl_version} +Provides: tex(ptmr8r.tfm) = %{tl_version} +Provides: tex(ptmr8rn.tfm) = %{tl_version} +Provides: tex(ptmr8t.tfm) = %{tl_version} +Provides: tex(ptmrc.tfm) = %{tl_version} +Provides: tex(ptmrc7t.tfm) = %{tl_version} +Provides: tex(ptmrc8t.tfm) = %{tl_version} +Provides: tex(ptmri.tfm) = %{tl_version} +Provides: tex(ptmri7t.tfm) = %{tl_version} +Provides: tex(ptmri8c.tfm) = %{tl_version} +Provides: tex(ptmri8r.tfm) = %{tl_version} +Provides: tex(ptmri8t.tfm) = %{tl_version} +Provides: tex(ptmro.tfm) = %{tl_version} +Provides: tex(ptmro7t.tfm) = %{tl_version} +Provides: tex(ptmro8c.tfm) = %{tl_version} +Provides: tex(ptmro8r.tfm) = %{tl_version} +Provides: tex(ptmro8t.tfm) = %{tl_version} +Provides: tex(ptmrr8re.tfm) = %{tl_version} +Provides: tex(ptmrre.tfm) = %{tl_version} +Provides: tex(ptmrrn.tfm) = %{tl_version} +Provides: tex(zpsycmrv.tfm) = %{tl_version} +Provides: tex(zptmcm7m.tfm) = %{tl_version} +Provides: tex(zptmcm7t.tfm) = %{tl_version} +Provides: tex(zptmcm7v.tfm) = %{tl_version} +Provides: tex(zptmcm7y.tfm) = %{tl_version} +Provides: tex(zptmcmr.tfm) = %{tl_version} +Provides: tex(zptmcmrm.tfm) = %{tl_version} +Provides: tex(zpzccmry.tfm) = %{tl_version} +Provides: tex(ctmb.tfm) = %{tl_version} +Provides: tex(ctmb8t.tfm) = %{tl_version} +Provides: tex(ctmbi.tfm) = %{tl_version} +Provides: tex(ctmbi8t.tfm) = %{tl_version} +Provides: tex(ctmr.tfm) = %{tl_version} +Provides: tex(ctmr8t.tfm) = %{tl_version} +Provides: tex(ctmri.tfm) = %{tl_version} +Provides: tex(ctmri8t.tfm) = %{tl_version} +Provides: tex(trb10u.tfm) = %{tl_version} +Provides: tex(trb2n.tfm) = %{tl_version} +Provides: tex(trb6j.tfm) = %{tl_version} +Provides: tex(trb7j.tfm) = %{tl_version} +Provides: tex(trb8u.tfm) = %{tl_version} +Provides: tex(trb9t.tfm) = %{tl_version} +Provides: tex(tri10u.tfm) = %{tl_version} +Provides: tex(tri2n.tfm) = %{tl_version} +Provides: tex(tri6j.tfm) = %{tl_version} +Provides: tex(tri7j.tfm) = %{tl_version} +Provides: tex(tri8u.tfm) = %{tl_version} +Provides: tex(tri9t.tfm) = %{tl_version} +Provides: tex(trj10u.tfm) = %{tl_version} +Provides: tex(trj2n.tfm) = %{tl_version} +Provides: tex(trj6j.tfm) = %{tl_version} +Provides: tex(trj7j.tfm) = %{tl_version} +Provides: tex(trj8u.tfm) = %{tl_version} +Provides: tex(trj9t.tfm) = %{tl_version} +Provides: tex(trr10u.tfm) = %{tl_version} +Provides: tex(trr2n.tfm) = %{tl_version} +Provides: tex(trr6j.tfm) = %{tl_version} +Provides: tex(trr7j.tfm) = %{tl_version} +Provides: tex(trr8u.tfm) = %{tl_version} +Provides: tex(trr9t.tfm) = %{tl_version} +Provides: tex(utmb7t.tfm) = %{tl_version} +Provides: tex(utmb8c.tfm) = %{tl_version} +Provides: tex(utmb8r.tfm) = %{tl_version} +Provides: tex(utmb8t.tfm) = %{tl_version} +Provides: tex(utmbc7t.tfm) = %{tl_version} +Provides: tex(utmbc8t.tfm) = %{tl_version} +Provides: tex(utmbi7t.tfm) = %{tl_version} +Provides: tex(utmbi8c.tfm) = %{tl_version} +Provides: tex(utmbi8r.tfm) = %{tl_version} +Provides: tex(utmbi8t.tfm) = %{tl_version} +Provides: tex(utmbo7t.tfm) = %{tl_version} +Provides: tex(utmbo8c.tfm) = %{tl_version} +Provides: tex(utmbo8r.tfm) = %{tl_version} +Provides: tex(utmbo8t.tfm) = %{tl_version} +Provides: tex(utmr7t.tfm) = %{tl_version} +Provides: tex(utmr8c.tfm) = %{tl_version} +Provides: tex(utmr8r.tfm) = %{tl_version} +Provides: tex(utmr8t.tfm) = %{tl_version} +Provides: tex(utmrc7t.tfm) = %{tl_version} +Provides: tex(utmrc8t.tfm) = %{tl_version} +Provides: tex(utmri7t.tfm) = %{tl_version} +Provides: tex(utmri8c.tfm) = %{tl_version} +Provides: tex(utmri8r.tfm) = %{tl_version} +Provides: tex(utmri8t.tfm) = %{tl_version} +Provides: tex(utmro7t.tfm) = %{tl_version} +Provides: tex(utmro8c.tfm) = %{tl_version} +Provides: tex(utmro8r.tfm) = %{tl_version} +Provides: tex(utmro8t.tfm) = %{tl_version} +Provides: tex(utmb8a.pfb) = %{tl_version} +Provides: tex(utmbi8a.pfb) = %{tl_version} +Provides: tex(utmr8a.pfb) = %{tl_version} +Provides: tex(utmri8a.pfb) = %{tl_version} +Provides: tex(ptmb.vf) = %{tl_version} +Provides: tex(ptmb7t.vf) = %{tl_version} +Provides: tex(ptmb8c.vf) = %{tl_version} +Provides: tex(ptmb8t.vf) = %{tl_version} +Provides: tex(ptmbc.vf) = %{tl_version} +Provides: tex(ptmbc7t.vf) = %{tl_version} +Provides: tex(ptmbc8t.vf) = %{tl_version} +Provides: tex(ptmbi.vf) = %{tl_version} +Provides: tex(ptmbi7t.vf) = %{tl_version} +Provides: tex(ptmbi8c.vf) = %{tl_version} +Provides: tex(ptmbi8t.vf) = %{tl_version} +Provides: tex(ptmbo.vf) = %{tl_version} +Provides: tex(ptmbo7t.vf) = %{tl_version} +Provides: tex(ptmbo8c.vf) = %{tl_version} +Provides: tex(ptmbo8t.vf) = %{tl_version} +Provides: tex(ptmr.vf) = %{tl_version} +Provides: tex(ptmr7t.vf) = %{tl_version} +Provides: tex(ptmr8c.vf) = %{tl_version} +Provides: tex(ptmr8t.vf) = %{tl_version} +Provides: tex(ptmrc.vf) = %{tl_version} +Provides: tex(ptmrc7t.vf) = %{tl_version} +Provides: tex(ptmrc8t.vf) = %{tl_version} +Provides: tex(ptmri.vf) = %{tl_version} +Provides: tex(ptmri7t.vf) = %{tl_version} +Provides: tex(ptmri8c.vf) = %{tl_version} +Provides: tex(ptmri8t.vf) = %{tl_version} +Provides: tex(ptmro.vf) = %{tl_version} +Provides: tex(ptmro7t.vf) = %{tl_version} +Provides: tex(ptmro8c.vf) = %{tl_version} +Provides: tex(ptmro8t.vf) = %{tl_version} +Provides: tex(ptmrre.vf) = %{tl_version} +Provides: tex(ptmrrn.vf) = %{tl_version} +Provides: tex(zpsycmrv.vf) = %{tl_version} +Provides: tex(zptmcm7m.vf) = %{tl_version} +Provides: tex(zptmcm7t.vf) = %{tl_version} +Provides: tex(zptmcm7v.vf) = %{tl_version} +Provides: tex(zptmcm7y.vf) = %{tl_version} +Provides: tex(zptmcmr.vf) = %{tl_version} +Provides: tex(zptmcmrm.vf) = %{tl_version} +Provides: tex(zpzccmry.vf) = %{tl_version} +Provides: tex(ctmb.vf) = %{tl_version} +Provides: tex(ctmb8t.vf) = %{tl_version} +Provides: tex(ctmbi.vf) = %{tl_version} +Provides: tex(ctmbi8t.vf) = %{tl_version} +Provides: tex(ctmr.vf) = %{tl_version} +Provides: tex(ctmr8t.vf) = %{tl_version} +Provides: tex(ctmri.vf) = %{tl_version} +Provides: tex(ctmri8t.vf) = %{tl_version} +Provides: tex(utmb7t.vf) = %{tl_version} +Provides: tex(utmb8c.vf) = %{tl_version} +Provides: tex(utmb8t.vf) = %{tl_version} +Provides: tex(utmbc7t.vf) = %{tl_version} +Provides: tex(utmbc8t.vf) = %{tl_version} +Provides: tex(utmbi7t.vf) = %{tl_version} +Provides: tex(utmbi8c.vf) = %{tl_version} +Provides: tex(utmbi8t.vf) = %{tl_version} +Provides: tex(utmbo7t.vf) = %{tl_version} +Provides: tex(utmbo8c.vf) = %{tl_version} +Provides: tex(utmbo8t.vf) = %{tl_version} +Provides: tex(utmr7t.vf) = %{tl_version} +Provides: tex(utmr8c.vf) = %{tl_version} +Provides: tex(utmr8t.vf) = %{tl_version} +Provides: tex(utmrc7t.vf) = %{tl_version} +Provides: tex(utmrc8t.vf) = %{tl_version} +Provides: tex(utmri7t.vf) = %{tl_version} +Provides: tex(utmri8c.vf) = %{tl_version} +Provides: tex(utmri8t.vf) = %{tl_version} +Provides: tex(utmro7t.vf) = %{tl_version} +Provides: tex(utmro8c.vf) = %{tl_version} +Provides: tex(utmro8t.vf) = %{tl_version} +Provides: tex(8rutm.fd) = %{tl_version} +Provides: tex(omlutm.fd) = %{tl_version} +Provides: tex(omsutm.fd) = %{tl_version} +Provides: tex(ot1utm.fd) = %{tl_version} +Provides: tex(t1utm.fd) = %{tl_version} +Provides: tex(ts1utm.fd) = %{tl_version} + +%description times +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post times +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun times +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans times +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tipa +Provides: tex-tipa = %{tl_version} +License: LPPL +Summary: Fonts and macros for IPA phonetics characters +Version: svn29349.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(tipx.sty) +Requires: tex(fontenc.sty) +Provides: tex(tipa.map) = %{tl_version} +Provides: tex(tipaprm.def) = %{tl_version} +Provides: tex(xipaprm.def) = %{tl_version} +Provides: tex(tipa10.tfm) = %{tl_version} +Provides: tex(tipa12.tfm) = %{tl_version} +Provides: tex(tipa17.tfm) = %{tl_version} +Provides: tex(tipa8.tfm) = %{tl_version} +Provides: tex(tipa9.tfm) = %{tl_version} +Provides: tex(tipab10.tfm) = %{tl_version} +Provides: tex(tipabs10.tfm) = %{tl_version} +Provides: tex(tipabx10.tfm) = %{tl_version} +Provides: tex(tipabx12.tfm) = %{tl_version} +Provides: tex(tipabx8.tfm) = %{tl_version} +Provides: tex(tipabx9.tfm) = %{tl_version} +Provides: tex(tipasb10.tfm) = %{tl_version} +Provides: tex(tipasi10.tfm) = %{tl_version} +Provides: tex(tipasl10.tfm) = %{tl_version} +Provides: tex(tipasl12.tfm) = %{tl_version} +Provides: tex(tipasl8.tfm) = %{tl_version} +Provides: tex(tipasl9.tfm) = %{tl_version} +Provides: tex(tipass10.tfm) = %{tl_version} +Provides: tex(tipass12.tfm) = %{tl_version} +Provides: tex(tipass17.tfm) = %{tl_version} +Provides: tex(tipass8.tfm) = %{tl_version} +Provides: tex(tipass9.tfm) = %{tl_version} +Provides: tex(tipats10.tfm) = %{tl_version} +Provides: tex(tipatt10.tfm) = %{tl_version} +Provides: tex(tipatt12.tfm) = %{tl_version} +Provides: tex(tipatt8.tfm) = %{tl_version} +Provides: tex(tipatt9.tfm) = %{tl_version} +Provides: tex(tipx10.tfm) = %{tl_version} +Provides: tex(tipx12.tfm) = %{tl_version} +Provides: tex(tipx17.tfm) = %{tl_version} +Provides: tex(tipx8.tfm) = %{tl_version} +Provides: tex(tipx9.tfm) = %{tl_version} +Provides: tex(tipxb10.tfm) = %{tl_version} +Provides: tex(tipxbs10.tfm) = %{tl_version} +Provides: tex(tipxbx10.tfm) = %{tl_version} +Provides: tex(tipxbx12.tfm) = %{tl_version} +Provides: tex(tipxbx8.tfm) = %{tl_version} +Provides: tex(tipxbx9.tfm) = %{tl_version} +Provides: tex(tipxsb10.tfm) = %{tl_version} +Provides: tex(tipxsi10.tfm) = %{tl_version} +Provides: tex(tipxsl10.tfm) = %{tl_version} +Provides: tex(tipxsl12.tfm) = %{tl_version} +Provides: tex(tipxsl8.tfm) = %{tl_version} +Provides: tex(tipxsl9.tfm) = %{tl_version} +Provides: tex(tipxss10.tfm) = %{tl_version} +Provides: tex(tipxss12.tfm) = %{tl_version} +Provides: tex(tipxss17.tfm) = %{tl_version} +Provides: tex(tipxss8.tfm) = %{tl_version} +Provides: tex(tipxss9.tfm) = %{tl_version} +Provides: tex(tipxts10.tfm) = %{tl_version} +Provides: tex(tipxtt10.tfm) = %{tl_version} +Provides: tex(tipxtt12.tfm) = %{tl_version} +Provides: tex(tipxtt8.tfm) = %{tl_version} +Provides: tex(tipxtt9.tfm) = %{tl_version} +Provides: tex(xipa10.tfm) = %{tl_version} +Provides: tex(xipab10.tfm) = %{tl_version} +Provides: tex(xipabs10.tfm) = %{tl_version} +Provides: tex(xipasb10.tfm) = %{tl_version} +Provides: tex(xipasi10.tfm) = %{tl_version} +Provides: tex(xipasl10.tfm) = %{tl_version} +Provides: tex(xipass10.tfm) = %{tl_version} +Provides: tex(xipx10.tfm) = %{tl_version} +Provides: tex(xipxb10.tfm) = %{tl_version} +Provides: tex(xipxbs10.tfm) = %{tl_version} +Provides: tex(xipxsb10.tfm) = %{tl_version} +Provides: tex(xipxsi10.tfm) = %{tl_version} +Provides: tex(xipxsl10.tfm) = %{tl_version} +Provides: tex(xipxss10.tfm) = %{tl_version} +Provides: tex(tipa10.pfb) = %{tl_version} +Provides: tex(tipa12.pfb) = %{tl_version} +Provides: tex(tipa17.pfb) = %{tl_version} +Provides: tex(tipa8.pfb) = %{tl_version} +Provides: tex(tipa9.pfb) = %{tl_version} +Provides: tex(tipab10.pfb) = %{tl_version} +Provides: tex(tipabs10.pfb) = %{tl_version} +Provides: tex(tipabx10.pfb) = %{tl_version} +Provides: tex(tipabx12.pfb) = %{tl_version} +Provides: tex(tipabx8.pfb) = %{tl_version} +Provides: tex(tipabx9.pfb) = %{tl_version} +Provides: tex(tipasb10.pfb) = %{tl_version} +Provides: tex(tipasi10.pfb) = %{tl_version} +Provides: tex(tipasl10.pfb) = %{tl_version} +Provides: tex(tipasl12.pfb) = %{tl_version} +Provides: tex(tipasl8.pfb) = %{tl_version} +Provides: tex(tipasl9.pfb) = %{tl_version} +Provides: tex(tipass10.pfb) = %{tl_version} +Provides: tex(tipass12.pfb) = %{tl_version} +Provides: tex(tipass17.pfb) = %{tl_version} +Provides: tex(tipass8.pfb) = %{tl_version} +Provides: tex(tipass9.pfb) = %{tl_version} +Provides: tex(tipats10.pfb) = %{tl_version} +Provides: tex(tipatt10.pfb) = %{tl_version} +Provides: tex(tipatt12.pfb) = %{tl_version} +Provides: tex(tipatt8.pfb) = %{tl_version} +Provides: tex(tipatt9.pfb) = %{tl_version} +Provides: tex(tipx10.pfb) = %{tl_version} +Provides: tex(tipx12.pfb) = %{tl_version} +Provides: tex(tipx17.pfb) = %{tl_version} +Provides: tex(tipx8.pfb) = %{tl_version} +Provides: tex(tipx9.pfb) = %{tl_version} +Provides: tex(tipxb10.pfb) = %{tl_version} +Provides: tex(tipxbs10.pfb) = %{tl_version} +Provides: tex(tipxbx10.pfb) = %{tl_version} +Provides: tex(tipxbx12.pfb) = %{tl_version} +Provides: tex(tipxbx8.pfb) = %{tl_version} +Provides: tex(tipxbx9.pfb) = %{tl_version} +Provides: tex(tipxsb10.pfb) = %{tl_version} +Provides: tex(tipxsi10.pfb) = %{tl_version} +Provides: tex(tipxsl10.pfb) = %{tl_version} +Provides: tex(tipxsl12.pfb) = %{tl_version} +Provides: tex(tipxsl8.pfb) = %{tl_version} +Provides: tex(tipxsl9.pfb) = %{tl_version} +Provides: tex(tipxss10.pfb) = %{tl_version} +Provides: tex(tipxss12.pfb) = %{tl_version} +Provides: tex(tipxss17.pfb) = %{tl_version} +Provides: tex(tipxss8.pfb) = %{tl_version} +Provides: tex(tipxss9.pfb) = %{tl_version} +Provides: tex(tipxts10.pfb) = %{tl_version} +Provides: tex(tipxtt10.pfb) = %{tl_version} +Provides: tex(tipxtt12.pfb) = %{tl_version} +Provides: tex(tipxtt8.pfb) = %{tl_version} +Provides: tex(tipxtt9.pfb) = %{tl_version} +Provides: tex(xipa10.pfb) = %{tl_version} +Provides: tex(xipab10.pfb) = %{tl_version} +Provides: tex(xipabs10.pfb) = %{tl_version} +Provides: tex(xipasb10.pfb) = %{tl_version} +Provides: tex(xipasi10.pfb) = %{tl_version} +Provides: tex(xipasl10.pfb) = %{tl_version} +Provides: tex(xipass10.pfb) = %{tl_version} +Provides: tex(xipx10.pfb) = %{tl_version} +Provides: tex(xipxb10.pfb) = %{tl_version} +Provides: tex(xipxbs10.pfb) = %{tl_version} +Provides: tex(xipxsb10.pfb) = %{tl_version} +Provides: tex(xipxsi10.pfb) = %{tl_version} +Provides: tex(xipxsl10.pfb) = %{tl_version} +Provides: tex(xipxss10.pfb) = %{tl_version} +Provides: tex(exaccent.sty) = %{tl_version} +Provides: tex(extraipa.sty) = %{tl_version} +Provides: tex(t3cmr.fd) = %{tl_version} +Provides: tex(t3cmss.fd) = %{tl_version} +Provides: tex(t3cmtt.fd) = %{tl_version} +Provides: tex(t3enc.def) = %{tl_version} +Provides: tex(t3phv.fd) = %{tl_version} +Provides: tex(t3ptm.fd) = %{tl_version} +Provides: tex(tipa.sty) = %{tl_version} +Provides: tex(tipx.sty) = %{tl_version} +Provides: tex(tone.sty) = %{tl_version} +Provides: tex(ts3cmr.fd) = %{tl_version} +Provides: tex(ts3cmss.fd) = %{tl_version} +Provides: tex(ts3cmtt.fd) = %{tl_version} +Provides: tex(ts3enc.def) = %{tl_version} +Provides: tex(ts3phv.fd) = %{tl_version} +Provides: tex(ts3ptm.fd) = %{tl_version} +Provides: tex(utipx.fd) = %{tl_version} +Provides: tex(utipxss.fd) = %{tl_version} +Provides: tex(utipxtt.fd) = %{tl_version} +Provides: tex(uxipx.fd) = %{tl_version} +Provides: tex(uxipxss.fd) = %{tl_version} +Provides: tex(vowel.sty) = %{tl_version} + +%description tipa +These fonts are considered the 'ultimate answer' to IPA +typesetting. The encoding of these 8-bit fonts has been +registered as LaTeX standard encoding T3, and the set of +addendum symbols as encoding TS3. 'Times-like' Adobe Type 1 +versions are provided for both the T3 and the TS3 fonts. + +date: 2012-01-30 10:59:21 +0100 + +%post tipa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap tipa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap tipa.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun tipa +if [ $1 == 0 ] ; then +sed -i '/^MixedMap tipa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans tipa +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tipa-doc +Summary: Documentation for tipa +Version: svn29349.1.3 +Release: %{tl_noarch_release} +Provides: tex-tipa-doc +BuildArch: noarch +AutoReqProv: No + +%description tipa-doc +Documentation for tipa + +%package txfonts +Provides: tex-txfonts = %{tl_version} +License: GPL+ +Summary: Times-like fonts in support of mathematics +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(tx8r.enc) = %{tl_version} +Provides: tex(txfonts.map) = %{tl_version} +Provides: tex(txr.map) = %{tl_version} +Provides: tex(txr1.map) = %{tl_version} +Provides: tex(txr2.map) = %{tl_version} +Provides: tex(txr3.map) = %{tl_version} +Provides: tex(rtcxb.tfm) = %{tl_version} +Provides: tex(rtcxbi.tfm) = %{tl_version} +Provides: tex(rtcxbsl.tfm) = %{tl_version} +Provides: tex(rtcxbss.tfm) = %{tl_version} +Provides: tex(rtcxbsso.tfm) = %{tl_version} +Provides: tex(rtcxi.tfm) = %{tl_version} +Provides: tex(rtcxr.tfm) = %{tl_version} +Provides: tex(rtcxsl.tfm) = %{tl_version} +Provides: tex(rtcxss.tfm) = %{tl_version} +Provides: tex(rtcxsssl.tfm) = %{tl_version} +Provides: tex(rtxb.tfm) = %{tl_version} +Provides: tex(rtxbi.tfm) = %{tl_version} +Provides: tex(rtxbmi.tfm) = %{tl_version} +Provides: tex(rtxbsc.tfm) = %{tl_version} +Provides: tex(rtxbsl.tfm) = %{tl_version} +Provides: tex(rtxbss.tfm) = %{tl_version} +Provides: tex(rtxbsssc.tfm) = %{tl_version} +Provides: tex(rtxbsssl.tfm) = %{tl_version} +Provides: tex(rtxi.tfm) = %{tl_version} +Provides: tex(rtxmi.tfm) = %{tl_version} +Provides: tex(rtxphvb.tfm) = %{tl_version} +Provides: tex(rtxphvbo.tfm) = %{tl_version} +Provides: tex(rtxphvr.tfm) = %{tl_version} +Provides: tex(rtxphvro.tfm) = %{tl_version} +Provides: tex(rtxptmb.tfm) = %{tl_version} +Provides: tex(rtxptmbi.tfm) = %{tl_version} +Provides: tex(rtxptmbo.tfm) = %{tl_version} +Provides: tex(rtxptmr.tfm) = %{tl_version} +Provides: tex(rtxptmri.tfm) = %{tl_version} +Provides: tex(rtxptmro.tfm) = %{tl_version} +Provides: tex(rtxr.tfm) = %{tl_version} +Provides: tex(rtxsc.tfm) = %{tl_version} +Provides: tex(rtxsl.tfm) = %{tl_version} +Provides: tex(rtxss.tfm) = %{tl_version} +Provides: tex(rtxsssc.tfm) = %{tl_version} +Provides: tex(rtxsssl.tfm) = %{tl_version} +Provides: tex(t1xb.tfm) = %{tl_version} +Provides: tex(t1xbi.tfm) = %{tl_version} +Provides: tex(t1xbsc.tfm) = %{tl_version} +Provides: tex(t1xbsl.tfm) = %{tl_version} +Provides: tex(t1xbss.tfm) = %{tl_version} +Provides: tex(t1xbsssc.tfm) = %{tl_version} +Provides: tex(t1xbsssl.tfm) = %{tl_version} +Provides: tex(t1xbtt.tfm) = %{tl_version} +Provides: tex(t1xbttsc.tfm) = %{tl_version} +Provides: tex(t1xbttsl.tfm) = %{tl_version} +Provides: tex(t1xi.tfm) = %{tl_version} +Provides: tex(t1xr.tfm) = %{tl_version} +Provides: tex(t1xsc.tfm) = %{tl_version} +Provides: tex(t1xsl.tfm) = %{tl_version} +Provides: tex(t1xss.tfm) = %{tl_version} +Provides: tex(t1xsssc.tfm) = %{tl_version} +Provides: tex(t1xsssl.tfm) = %{tl_version} +Provides: tex(t1xtt.tfm) = %{tl_version} +Provides: tex(t1xttsc.tfm) = %{tl_version} +Provides: tex(t1xttsl.tfm) = %{tl_version} +Provides: tex(tcxb.tfm) = %{tl_version} +Provides: tex(tcxbi.tfm) = %{tl_version} +Provides: tex(tcxbsl.tfm) = %{tl_version} +Provides: tex(tcxbss.tfm) = %{tl_version} +Provides: tex(tcxbsssl.tfm) = %{tl_version} +Provides: tex(tcxbtt.tfm) = %{tl_version} +Provides: tex(tcxbttsl.tfm) = %{tl_version} +Provides: tex(tcxi.tfm) = %{tl_version} +Provides: tex(tcxr.tfm) = %{tl_version} +Provides: tex(tcxsl.tfm) = %{tl_version} +Provides: tex(tcxss.tfm) = %{tl_version} +Provides: tex(tcxsssl.tfm) = %{tl_version} +Provides: tex(tcxtt.tfm) = %{tl_version} +Provides: tex(tcxttsl.tfm) = %{tl_version} +Provides: tex(txb.tfm) = %{tl_version} +Provides: tex(txbex.tfm) = %{tl_version} +Provides: tex(txbexa.tfm) = %{tl_version} +Provides: tex(txbi.tfm) = %{tl_version} +Provides: tex(txbmi.tfm) = %{tl_version} +Provides: tex(txbmi1.tfm) = %{tl_version} +Provides: tex(txbmia.tfm) = %{tl_version} +Provides: tex(txbsc.tfm) = %{tl_version} +Provides: tex(txbsl.tfm) = %{tl_version} +Provides: tex(txbss.tfm) = %{tl_version} +Provides: tex(txbsssc.tfm) = %{tl_version} +Provides: tex(txbsssl.tfm) = %{tl_version} +Provides: tex(txbsy.tfm) = %{tl_version} +Provides: tex(txbsya.tfm) = %{tl_version} +Provides: tex(txbsyb.tfm) = %{tl_version} +Provides: tex(txbsyc.tfm) = %{tl_version} +Provides: tex(txbtt.tfm) = %{tl_version} +Provides: tex(txbttsc.tfm) = %{tl_version} +Provides: tex(txbttsl.tfm) = %{tl_version} +Provides: tex(txex.tfm) = %{tl_version} +Provides: tex(txexa.tfm) = %{tl_version} +Provides: tex(txi.tfm) = %{tl_version} +Provides: tex(txmi.tfm) = %{tl_version} +Provides: tex(txmi1.tfm) = %{tl_version} +Provides: tex(txmia.tfm) = %{tl_version} +Provides: tex(txr.tfm) = %{tl_version} +Provides: tex(txsc.tfm) = %{tl_version} +Provides: tex(txsl.tfm) = %{tl_version} +Provides: tex(txss.tfm) = %{tl_version} +Provides: tex(txsssc.tfm) = %{tl_version} +Provides: tex(txsssl.tfm) = %{tl_version} +Provides: tex(txsy.tfm) = %{tl_version} +Provides: tex(txsya.tfm) = %{tl_version} +Provides: tex(txsyb.tfm) = %{tl_version} +Provides: tex(txsyc.tfm) = %{tl_version} +Provides: tex(txtt.tfm) = %{tl_version} +Provides: tex(txttsc.tfm) = %{tl_version} +Provides: tex(txttsl.tfm) = %{tl_version} +Provides: tex(tyxb.tfm) = %{tl_version} +Provides: tex(tyxbi.tfm) = %{tl_version} +Provides: tex(tyxbsc.tfm) = %{tl_version} +Provides: tex(tyxbsl.tfm) = %{tl_version} +Provides: tex(tyxbss.tfm) = %{tl_version} +Provides: tex(tyxbsssc.tfm) = %{tl_version} +Provides: tex(tyxbsssl.tfm) = %{tl_version} +Provides: tex(tyxbtt.tfm) = %{tl_version} +Provides: tex(tyxbttsc.tfm) = %{tl_version} +Provides: tex(tyxbttsl.tfm) = %{tl_version} +Provides: tex(tyxi.tfm) = %{tl_version} +Provides: tex(tyxr.tfm) = %{tl_version} +Provides: tex(tyxsc.tfm) = %{tl_version} +Provides: tex(tyxsl.tfm) = %{tl_version} +Provides: tex(tyxss.tfm) = %{tl_version} +Provides: tex(tyxsssc.tfm) = %{tl_version} +Provides: tex(tyxsssl.tfm) = %{tl_version} +Provides: tex(tyxtt.tfm) = %{tl_version} +Provides: tex(tyxttsc.tfm) = %{tl_version} +Provides: tex(tyxttsl.tfm) = %{tl_version} +Provides: tex(rtcxb.pfb) = %{tl_version} +Provides: tex(rtcxbi.pfb) = %{tl_version} +Provides: tex(rtcxbss.pfb) = %{tl_version} +Provides: tex(rtcxi.pfb) = %{tl_version} +Provides: tex(rtcxr.pfb) = %{tl_version} +Provides: tex(rtcxss.pfb) = %{tl_version} +Provides: tex(rtxb.pfb) = %{tl_version} +Provides: tex(rtxbi.pfb) = %{tl_version} +Provides: tex(rtxbmi.pfb) = %{tl_version} +Provides: tex(rtxbsc.pfb) = %{tl_version} +Provides: tex(rtxbss.pfb) = %{tl_version} +Provides: tex(rtxbsssc.pfb) = %{tl_version} +Provides: tex(rtxi.pfb) = %{tl_version} +Provides: tex(rtxmi.pfb) = %{tl_version} +Provides: tex(rtxr.pfb) = %{tl_version} +Provides: tex(rtxsc.pfb) = %{tl_version} +Provides: tex(rtxss.pfb) = %{tl_version} +Provides: tex(rtxsssc.pfb) = %{tl_version} +Provides: tex(t1xbtt.pfb) = %{tl_version} +Provides: tex(t1xbttsc.pfb) = %{tl_version} +Provides: tex(t1xtt.pfb) = %{tl_version} +Provides: tex(t1xttsc.pfb) = %{tl_version} +Provides: tex(tcxbtt.pfb) = %{tl_version} +Provides: tex(tcxtt.pfb) = %{tl_version} +Provides: tex(txbex.pfb) = %{tl_version} +Provides: tex(txbexa.pfb) = %{tl_version} +Provides: tex(txbmia.pfb) = %{tl_version} +Provides: tex(txbsy.pfb) = %{tl_version} +Provides: tex(txbsya.pfb) = %{tl_version} +Provides: tex(txbsyb.pfb) = %{tl_version} +Provides: tex(txbsyc.pfb) = %{tl_version} +Provides: tex(txbtt.pfb) = %{tl_version} +Provides: tex(txbttsc.pfb) = %{tl_version} +Provides: tex(txex.pfb) = %{tl_version} +Provides: tex(txexa.pfb) = %{tl_version} +Provides: tex(txmia.pfb) = %{tl_version} +Provides: tex(txsy.pfb) = %{tl_version} +Provides: tex(txsya.pfb) = %{tl_version} +Provides: tex(txsyb.pfb) = %{tl_version} +Provides: tex(txsyc.pfb) = %{tl_version} +Provides: tex(txtt.pfb) = %{tl_version} +Provides: tex(txttsc.pfb) = %{tl_version} +Provides: tex(t1xb.vf) = %{tl_version} +Provides: tex(t1xbi.vf) = %{tl_version} +Provides: tex(t1xbsc.vf) = %{tl_version} +Provides: tex(t1xbsl.vf) = %{tl_version} +Provides: tex(t1xbss.vf) = %{tl_version} +Provides: tex(t1xbsssc.vf) = %{tl_version} +Provides: tex(t1xbsssl.vf) = %{tl_version} +Provides: tex(t1xi.vf) = %{tl_version} +Provides: tex(t1xr.vf) = %{tl_version} +Provides: tex(t1xsc.vf) = %{tl_version} +Provides: tex(t1xsl.vf) = %{tl_version} +Provides: tex(t1xss.vf) = %{tl_version} +Provides: tex(t1xsssc.vf) = %{tl_version} +Provides: tex(t1xsssl.vf) = %{tl_version} +Provides: tex(tcxb.vf) = %{tl_version} +Provides: tex(tcxbi.vf) = %{tl_version} +Provides: tex(tcxbsl.vf) = %{tl_version} +Provides: tex(tcxbss.vf) = %{tl_version} +Provides: tex(tcxbsssl.vf) = %{tl_version} +Provides: tex(tcxi.vf) = %{tl_version} +Provides: tex(tcxr.vf) = %{tl_version} +Provides: tex(tcxsl.vf) = %{tl_version} +Provides: tex(tcxss.vf) = %{tl_version} +Provides: tex(tcxsssl.vf) = %{tl_version} +Provides: tex(txb.vf) = %{tl_version} +Provides: tex(txbi.vf) = %{tl_version} +Provides: tex(txbmi.vf) = %{tl_version} +Provides: tex(txbmi1.vf) = %{tl_version} +Provides: tex(txbsc.vf) = %{tl_version} +Provides: tex(txbsl.vf) = %{tl_version} +Provides: tex(txbss.vf) = %{tl_version} +Provides: tex(txbsssc.vf) = %{tl_version} +Provides: tex(txbsssl.vf) = %{tl_version} +Provides: tex(txi.vf) = %{tl_version} +Provides: tex(txmi.vf) = %{tl_version} +Provides: tex(txmi1.vf) = %{tl_version} +Provides: tex(txr.vf) = %{tl_version} +Provides: tex(txsc.vf) = %{tl_version} +Provides: tex(txsl.vf) = %{tl_version} +Provides: tex(txss.vf) = %{tl_version} +Provides: tex(txsssc.vf) = %{tl_version} +Provides: tex(txsssl.vf) = %{tl_version} +Provides: tex(tyxb.vf) = %{tl_version} +Provides: tex(tyxbi.vf) = %{tl_version} +Provides: tex(tyxbsc.vf) = %{tl_version} +Provides: tex(tyxbsl.vf) = %{tl_version} +Provides: tex(tyxbss.vf) = %{tl_version} +Provides: tex(tyxbsssc.vf) = %{tl_version} +Provides: tex(tyxbsssl.vf) = %{tl_version} +Provides: tex(tyxbtt.vf) = %{tl_version} +Provides: tex(tyxbttsc.vf) = %{tl_version} +Provides: tex(tyxbttsl.vf) = %{tl_version} +Provides: tex(tyxi.vf) = %{tl_version} +Provides: tex(tyxr.vf) = %{tl_version} +Provides: tex(tyxsc.vf) = %{tl_version} +Provides: tex(tyxsl.vf) = %{tl_version} +Provides: tex(tyxss.vf) = %{tl_version} +Provides: tex(tyxsssc.vf) = %{tl_version} +Provides: tex(tyxsssl.vf) = %{tl_version} +Provides: tex(tyxtt.vf) = %{tl_version} +Provides: tex(tyxttsc.vf) = %{tl_version} +Provides: tex(tyxttsl.vf) = %{tl_version} +Provides: tex(ly1txr.fd) = %{tl_version} +Provides: tex(ly1txss.fd) = %{tl_version} +Provides: tex(ly1txtt.fd) = %{tl_version} +Provides: tex(omltxmi.fd) = %{tl_version} +Provides: tex(omltxr.fd) = %{tl_version} +Provides: tex(omstxr.fd) = %{tl_version} +Provides: tex(omstxsy.fd) = %{tl_version} +Provides: tex(omxtxex.fd) = %{tl_version} +Provides: tex(ot1txr.fd) = %{tl_version} +Provides: tex(ot1txss.fd) = %{tl_version} +Provides: tex(ot1txtt.fd) = %{tl_version} +Provides: tex(t1txr.fd) = %{tl_version} +Provides: tex(t1txss.fd) = %{tl_version} +Provides: tex(t1txtt.fd) = %{tl_version} +Provides: tex(ts1txr.fd) = %{tl_version} +Provides: tex(ts1txss.fd) = %{tl_version} +Provides: tex(ts1txtt.fd) = %{tl_version} +Provides: tex(txfonts.sty) = %{tl_version} +Provides: tex(utxexa.fd) = %{tl_version} +Provides: tex(utxmia.fd) = %{tl_version} +Provides: tex(utxr.fd) = %{tl_version} +Provides: tex(utxss.fd) = %{tl_version} +Provides: tex(utxsya.fd) = %{tl_version} +Provides: tex(utxsyb.fd) = %{tl_version} +Provides: tex(utxsyc.fd) = %{tl_version} +Provides: tex(utxtt.fd) = %{tl_version} + +%description txfonts +Txfonts supplies virtual text roman fonts using Adobe Times (or +URW NimbusRomNo9L) with some modified and additional text +symbols in the OT1, T1, and TS1 encodings; maths alphabets +using Times/URW Nimbus; maths fonts providing all the symbols +of the Computer Modern and AMS fonts, including all the Greek +capital letters from CMR; and additional maths fonts of various +other symbols. The set is complemented by a sans-serif set of +text fonts, based on Helvetica/NimbusSanL, and a monospace set. +All the fonts are in Type 1 format (AFM and PFB files), and are +supported by TeX metrics (VF and TFM files) and macros for use +with LaTeX. + +date: 2009-01-15 09:33:18 +0100 + +%post txfonts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map txfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map txfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun txfonts +if [ $1 == 0 ] ; then +sed -i '/^Map txfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans txfonts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package txfonts-doc +Summary: Documentation for txfonts +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-txfonts-doc +BuildArch: noarch +AutoReqProv: No + +%description txfonts-doc +Documentation for txfonts + +%package utopia +Provides: tex-utopia = %{tl_version} +License: Utopia +Summary: Adobe Utopia fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(putb7t.tfm) = %{tl_version} +Provides: tex(putb8c.tfm) = %{tl_version} +Provides: tex(putb8r.tfm) = %{tl_version} +Provides: tex(putb8t.tfm) = %{tl_version} +Provides: tex(putbc7t.tfm) = %{tl_version} +Provides: tex(putbc8t.tfm) = %{tl_version} +Provides: tex(putbi7t.tfm) = %{tl_version} +Provides: tex(putbi8c.tfm) = %{tl_version} +Provides: tex(putbi8r.tfm) = %{tl_version} +Provides: tex(putbi8t.tfm) = %{tl_version} +Provides: tex(putbo7t.tfm) = %{tl_version} +Provides: tex(putbo8c.tfm) = %{tl_version} +Provides: tex(putbo8r.tfm) = %{tl_version} +Provides: tex(putbo8t.tfm) = %{tl_version} +Provides: tex(putr7t.tfm) = %{tl_version} +Provides: tex(putr8c.tfm) = %{tl_version} +Provides: tex(putr8r.tfm) = %{tl_version} +Provides: tex(putr8t.tfm) = %{tl_version} +Provides: tex(putrc7t.tfm) = %{tl_version} +Provides: tex(putrc8t.tfm) = %{tl_version} +Provides: tex(putri7t.tfm) = %{tl_version} +Provides: tex(putri8c.tfm) = %{tl_version} +Provides: tex(putri8r.tfm) = %{tl_version} +Provides: tex(putri8t.tfm) = %{tl_version} +Provides: tex(putro7t.tfm) = %{tl_version} +Provides: tex(putro8c.tfm) = %{tl_version} +Provides: tex(putro8r.tfm) = %{tl_version} +Provides: tex(putro8t.tfm) = %{tl_version} +Provides: tex(putb8a.pfb) = %{tl_version} +Provides: tex(putbi8a.pfb) = %{tl_version} +Provides: tex(putr8a.pfb) = %{tl_version} +Provides: tex(putri8a.pfb) = %{tl_version} +Provides: tex(putb7t.vf) = %{tl_version} +Provides: tex(putb8c.vf) = %{tl_version} +Provides: tex(putb8t.vf) = %{tl_version} +Provides: tex(putbc7t.vf) = %{tl_version} +Provides: tex(putbc8t.vf) = %{tl_version} +Provides: tex(putbi7t.vf) = %{tl_version} +Provides: tex(putbi8c.vf) = %{tl_version} +Provides: tex(putbi8t.vf) = %{tl_version} +Provides: tex(putbo7t.vf) = %{tl_version} +Provides: tex(putbo8c.vf) = %{tl_version} +Provides: tex(putbo8t.vf) = %{tl_version} +Provides: tex(putr7t.vf) = %{tl_version} +Provides: tex(putr8c.vf) = %{tl_version} +Provides: tex(putr8t.vf) = %{tl_version} +Provides: tex(putrc7t.vf) = %{tl_version} +Provides: tex(putrc8t.vf) = %{tl_version} +Provides: tex(putri7t.vf) = %{tl_version} +Provides: tex(putri8c.vf) = %{tl_version} +Provides: tex(putri8t.vf) = %{tl_version} +Provides: tex(putro7t.vf) = %{tl_version} +Provides: tex(putro8c.vf) = %{tl_version} +Provides: tex(putro8t.vf) = %{tl_version} + +%description utopia +The Adobe Standard Encoding set (upright and italic shapes, +medium and bold weights) of the Utopia font family, which Adobe +donated to the X Consortium. Macro support, and maths fonts +that match the Utopia family, are provided by the Fourier and +the Mathdesign Utopia font packages. + +date: 2007-10-04 10:35:17 +0200 + +%post utopia +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun utopia +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans utopia +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package utopia-doc +Summary: Documentation for utopia +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-utopia-doc +BuildArch: noarch +AutoReqProv: No + +%description utopia-doc +Documentation for utopia + +%package wasy +Provides: tex-wasy = %{tl_version} +License: Public Domain +Summary: The wasy fonts (Waldi symbol fonts) +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(wasy.map) = %{tl_version} +Provides: tex(wasy10.tfm) = %{tl_version} +Provides: tex(wasy5.tfm) = %{tl_version} +Provides: tex(wasy6.tfm) = %{tl_version} +Provides: tex(wasy7.tfm) = %{tl_version} +Provides: tex(wasy8.tfm) = %{tl_version} +Provides: tex(wasy9.tfm) = %{tl_version} +Provides: tex(wasyb10.tfm) = %{tl_version} +Provides: tex(wasy10.pfb) = %{tl_version} +Provides: tex(wasy5.pfb) = %{tl_version} +Provides: tex(wasy6.pfb) = %{tl_version} +Provides: tex(wasy7.pfb) = %{tl_version} +Provides: tex(wasy8.pfb) = %{tl_version} +Provides: tex(wasy9.pfb) = %{tl_version} +Provides: tex(wasyb10.pfb) = %{tl_version} +Provides: tex(wasyfont.tex) = %{tl_version} + +%description wasy +These are the wasy (Waldi symbol) fonts, second release. This +bundle presents the fonts in MetaFont format, but they are also +available in Adobe Type 1 format. Support under LaTeX is +provided by the wasysym package. + +date: 2006-09-12 08:29:26 +0200 + +%post wasy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap wasy.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap wasy.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun wasy +if [ $1 == 0 ] ; then +sed -i '/^MixedMap wasy.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans wasy +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wasy-doc +Summary: Documentation for wasy +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-wasy-doc +BuildArch: noarch +AutoReqProv: No + +%description wasy-doc +Documentation for wasy + +%package wasysym +Provides: tex-wasysym = %{tl_version} +License: LPPL +Summary: LaTeX support file to use the WASY2 fonts +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uwasy.fd) = %{tl_version} +Provides: tex(uwasyvar.fd) = %{tl_version} +Provides: tex(wasysym.sty) = %{tl_version} + +%description wasysym +The WASY2 (Waldi Symbol) font by Roland Waldi provides many +glyphs like male and female symbols and astronomical symbols, +as well as the complete lasy font set and other odds and ends. +The wasysym package implements an easy to use interface for +these symbols. + +date: 2006-12-16 22:36:42 +0100 + +%post wasysym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wasysym +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wasysym +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wasysym-doc +Summary: Documentation for wasysym +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-wasysym-doc +BuildArch: noarch +AutoReqProv: No + +%description wasysym-doc +Documentation for wasysym + +%package zapfchan +Provides: tex-zapfchan = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uzc.map) = %{tl_version} +Provides: tex(pzcmi.tfm) = %{tl_version} +Provides: tex(pzcmi7t.tfm) = %{tl_version} +Provides: tex(pzcmi8c.tfm) = %{tl_version} +Provides: tex(pzcmi8r.tfm) = %{tl_version} +Provides: tex(pzcmi8t.tfm) = %{tl_version} +Provides: tex(uzcmi7t.tfm) = %{tl_version} +Provides: tex(uzcmi8c.tfm) = %{tl_version} +Provides: tex(uzcmi8r.tfm) = %{tl_version} +Provides: tex(uzcmi8t.tfm) = %{tl_version} +Provides: tex(uzcmi8a.pfb) = %{tl_version} +Provides: tex(pzcmi.vf) = %{tl_version} +Provides: tex(pzcmi7t.vf) = %{tl_version} +Provides: tex(pzcmi8c.vf) = %{tl_version} +Provides: tex(pzcmi8t.vf) = %{tl_version} +Provides: tex(uzcmi7t.vf) = %{tl_version} +Provides: tex(uzcmi8c.vf) = %{tl_version} +Provides: tex(uzcmi8t.vf) = %{tl_version} +Provides: tex(8ruzc.fd) = %{tl_version} +Provides: tex(omluzc.fd) = %{tl_version} +Provides: tex(omsuzc.fd) = %{tl_version} +Provides: tex(ot1uzc.fd) = %{tl_version} +Provides: tex(t1uzc.fd) = %{tl_version} +Provides: tex(ts1uzc.fd) = %{tl_version} + +%description zapfchan +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post zapfchan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zapfchan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zapfchan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zapfding +Provides: tex-zapfding = %{tl_version} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +Version: svn28614.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uzd.map) = %{tl_version} +Provides: tex(pzdr.tfm) = %{tl_version} +Provides: tex(uzdr.tfm) = %{tl_version} +Provides: tex(uzdr.pfb) = %{tl_version} +Provides: tex(uuzd.fd) = %{tl_version} + +%description zapfding +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +date: 2012-06-06 22:57:48 +0200 + +%post zapfding +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zapfding +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zapfding +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package collection-fontutils +Summary: Graphics and font utilities +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-accfonts +Requires: tex-afm2pl +Requires: tex-dosepsbin +Requires: tex-epstopdf +Requires: tex-fontware +Requires: tex-lcdftypetools +Requires: tex-ps2pkm +Requires: tex-pstools +Requires: tex-dvipsconfig +Requires: tex-fontinst +Requires: tex-fontools +Requires: tex-mf2pt1 +Requires: tex-ttfutils +Requires: t1utils, psutils, lcdf-typetools + +%description collection-fontutils +Programs for conversion between font formats, testing fonts, +virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. +Manipulating OpenType, TrueType, Type 1,and for manipulation of +PostScript and other image formats. + +%package dosepsbin +Provides: tex-dosepsbin = %{tl_version} +License: GPLv2 or Artistic +Summary: Deal with DOS binary EPS files +Version: svn29752.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-dosepsbin-bin + +%description dosepsbin +A Encapsulated PostScript (EPS) file may given in a special +binary format to support the inclusion of a thumbnail. This +file format, commonly known as DOS EPS format starts with a +binary header that contains the positions of the possible +sections: - Postscript (PS); - Windows Metafile Format (WMF); +and - Tag Image File Format (TIFF). The PS section must be +present and either the WMF file or the TIFF file should be +given. The package provides a Perl program that will extract +any of the sections of such a file, in particular providing a +'text'-form EPS file for use with (La)TeX. + +date: 2012-03-22 21:51:23 +0100 + +%post dosepsbin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dosepsbin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dosepsbin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dosepsbin-doc +Summary: Documentation for dosepsbin +Version: svn29752.1.2 +Release: %{tl_noarch_release} +Provides: tex-dosepsbin-doc +BuildArch: noarch +AutoReqProv: No + +%description dosepsbin-doc +Documentation for dosepsbin + +%package dosepsbin-bin +Summary: Binaries for dosepsbin +Version: svn24759.0 +Requires: texlive-base +Requires: tex-dosepsbin +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description dosepsbin-bin +Binaries for dosepsbin + +%package epstopdf +Provides: tex-epstopdf = %{tl_version} +License: BSD +Summary: Convert EPS to 'encapsulated' PDF using GhostScript +Version: svn30511.2.19 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-epstopdf-bin + +%description epstopdf +Epstopdf is a Perl script that converts an EPS file to an +'encapsulated' PDF file (a single page file whose media box is +the same as the original EPS's bounding box). The resulting +file suitable for inclusion by PDFTeX as an image. The script +is adapted to run both on Windows and on Unix-alike systems. +The script makes use of Ghostscript for the actual conversion +to PDF. It assumes Ghostscript version 6.51 or later, and (by +default) suppresses its automatic rotation of pages where most +of the text is not horizontal. LaTeX users may make use of the +epstopdf package, which will run the epstopdf script "on the +fly", thus giving the illusion that PDFLaTeX is accepting EPS +graphic files. + +date: 2013-05-13 11:34:28 +0200 + +%post epstopdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epstopdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epstopdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epstopdf-doc +Summary: Documentation for epstopdf +Version: svn30511.2.19 +Release: %{tl_noarch_release} +Provides: tex-epstopdf-doc +BuildArch: noarch +AutoReqProv: No + +%description epstopdf-doc +Documentation for epstopdf + +%package epstopdf-bin +Summary: Binaries for epstopdf +Version: svn18336.0 +Requires: texlive-base +Requires: tex-epstopdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description epstopdf-bin +Binaries for epstopdf + +%package fontware +Provides: tex-fontware = %{tl_version} +License: LPPL +Summary: fontware package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-fontware-bin + +%description fontware +fontware package + +%post fontware +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontware +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontware +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontware-bin +Summary: Binaries for fontware +Version: svn30088.0 +Requires: texlive-base +Requires: tex-fontware +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description fontware-bin +Binaries for fontware + +%package lcdftypetools +Provides: tex-lcdftypetools = %{tl_version} +License: GPL+ +Summary: A bundle of outline font manipulation tools +Version: svn29764.2.97 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-glyphlist +Requires: texlive-lcdftypetools-bin + +%description lcdftypetools +This bundle of tools comprises: - Cfftot1, which translates a +Compact Font Format (CFF) font, or a PostScript-flavored +OpenType font, into PostScript Type 1 format. It correctly +handles subroutines and hints; - Mmafm and mmpfb, which create +instances of multiple-master fonts (mmafm and mmpfb were +previously distributed in their own package, mminstance); - +Otfinfo, which reports information about OpenType fonts, such +as the features they support and the contents of their 'size' +optical size features; - Otftotfm, which creates TeX font +metrics and encodings that correspond to a PostScript-flavored +OpenType font. It will interpret glyph positionings, +substitutions, and ligatures as far as it is able. You can say +which OpenType features should be activated; - T1dotlessj, +creates a Type 1 font whose only character is a dotless j +matching the input font's design; - T1lint, which checks a Type +1 font for correctness; - T1reencode, which replaces a font's +internal encoding with one you specify; and - T1testpage, which +creates a PostScript proof for a Type 1 font. It is preliminary +software. + +date: 2012-10-26 00:32:45 +0200 + +%post lcdftypetools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lcdftypetools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcdftypetools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lcdftypetools-bin +Summary: Binaries for lcdftypetools +Version: svn30088.0 +Requires: texlive-base +Requires: tex-lcdftypetools +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: lcdf-typetools = %{tl_version} +Obsoletes: lcdf-typetools < %{tl_version} +Release: %{tl_release} + +%description lcdftypetools-bin +Binaries for lcdftypetools + +%package ps2pkm +Provides: tex-ps2pkm = %{tl_version} +License: MIT +Summary: Generate a PK font from an Adobe Type 1 font +Version: svn29764.1.6_beta_1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ps2pkm-bin + +%description ps2pkm +Generates a PK file from an Adobe Type 1 font. PK fonts are (or +used to be) valuable in enabling previewers to view documents +generated that use Type 1 fonts. The program makes use of code +donated to the X consortium by IBM. + +date: 2012-07-20 20:39:39 +0200 + +%post ps2pkm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ps2pkm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ps2pkm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ps2pkm-bin +Summary: Binaries for ps2pkm +Version: svn30088.0 +Requires: texlive-base +Requires: tex-ps2pkm +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description ps2pkm-bin +Binaries for ps2pkm + +%package pstools +Provides: tex-pstools = %{tl_version} +License: GPL+ +Summary: Produce Encapsulated PostScript from PostScript +Version: svn29764.1.68 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pstools-bin + +%description pstools +Produce Encapsulated PostScript Files (EPS/EPSF) from a one- +page PostScript document, or any PostScript document. A correct +Bounding Box is calculated for the EPS files and some +PostScript command sequences that can produce errorneous +results on printers are filtered. The input is cropped to +include just the image contained in the PostScript file. The +EPS files can then be included into TeX documents. Other +programs like ps2epsi (a script distributed with ghostscript) +don't always calculate the correct bounding box (because the +values are put on the PostScript stack which may get corrupted +by bad PostScript code) or they round it off, resulting in +clipping the image. Therefore ps2eps uses a resolution of 144 +dpi to get the correct bounding box. The bundle includes +binaries for Linux, Solaris, Digital Unix or Windows +2000/9x/NT; for other platforms, the user needs perl, +ghostscript and an ANSI-C compiler. Included in the +distribution is the bbox program, an application to produce +Bounding Box values for rawppm or rawpbm format files. + +date: 2012-07-20 20:39:39 +0200 + +%post pstools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pstools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pstools-bin +Summary: Binaries for pstools +Version: svn30088.0 +Requires: texlive-base +Requires: tex-pstools +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: ps2eps = %{tl_version} +Obsoletes: ps2eps < %{tl_version} +Release: %{tl_release} + +%description pstools-bin +Binaries for pstools + +%package dvipsconfig +Provides: tex-dvipsconfig = %{tl_version} +License: GPL+ +Summary: Collection of dvips PostScript headers +Version: svn13293.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description dvipsconfig +This is a collection of dvips PostScript header and dvips +config files. They control certain features of the printer, +including: A4, A3, usletter, simplex, duplex / long edge, +duplex / short edge, screen frequencies of images, black/white +invers, select transparency / paper for tektronix 550/560, +manual feeder, envelope feeder, and tray 1, 2 and 3, and +printing a PostScript grid underneath the page material--very +useful for measuring and eliminating paper feed errors! + +date: 2007-03-05 22:02:45 +0100 + +%post dvipsconfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvipsconfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipsconfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontinst +Provides: tex-fontinst = %{tl_version} +License: LPPL +Summary: Help with installing fonts for TeX and LaTeX +Version: svn29764.1.933 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-fontinst-bin +Requires: tex(color.sty) +Requires: tex(amstext.sty) +Provides: tex(bbox.sty) = %{tl_version} +Provides: tex(cfntinst.sty) = %{tl_version} +Provides: tex(fontinst.sty) = %{tl_version} +Provides: tex(finstmsc.sty) = %{tl_version} +Provides: tex(fontinst.sty) = %{tl_version} +Provides: tex(multislot.sty) = %{tl_version} +Provides: tex(xfntinst.sty) = %{tl_version} +Provides: tex(csc2x.tex) = %{tl_version} +Provides: tex(csckrn2x.tex) = %{tl_version} +Provides: tex(osf2x.tex) = %{tl_version} +Provides: tex(fontdoc.sty) = %{tl_version} + +%description fontinst +TeX macros for converting Adobe Font Metric files to TeX metric +and virtual font format. Fontinst helps mainly with the number +crunching and shovelling parts of font installation. This means +in practice that it creates a number of files which give the +TeX metrics (and related information) for a font family that +(La)TeX needs to do any typesetting in these fonts. Fontinst +furthermore makes it easy to create fonts containing glyphs +from more than one base font, taking advantage of (e.g.) +"expert" font sets. Fontinst cannot examine files to see if +they contain any useful information, nor automatically search +for files or work with binary file formats; those tasks must +normally be done manually or with the help of some other tool, +such as the pltotf and vptovf programs. + +date: 2012-07-06 12:12:34 +0200 + +%post fontinst +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontinst +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontinst +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontinst-doc +Summary: Documentation for fontinst +Version: svn29764.1.933 +Release: %{tl_noarch_release} +Provides: tex-fontinst-doc +BuildArch: noarch +AutoReqProv: No + +%description fontinst-doc +Documentation for fontinst + +%package fontinst-bin +Summary: Binaries for fontinst +Version: svn29741.0 +Requires: texlive-base +Requires: tex-fontinst +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description fontinst-bin +Binaries for fontinst + +%package fontools +Provides: tex-fontools = %{tl_version} +License: GPLv2+ +Summary: Tools to simplify using fonts (especially TT/OTF ones) +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-fontools-bin +Provides: tex(fontools_ly1.enc) = %{tl_version} +Provides: tex(fontools_ot1.enc) = %{tl_version} +Provides: tex(fontools_t1.enc) = %{tl_version} +Provides: tex(fontools_ts1.enc) = %{tl_version} + +%description fontools +This package provides a few tools to ease using fonts +(especially Truetype/Opentype ones) with Latex and fontinst: +AFM2AFM - reencode .afm files; designed to replace fontinst's +\reencodefont for big .afm files; AUTOINST - simplify the use +of the LCDF TypeTools by creating a command file for otftotfm, +plus .fd and .sty files; and OT2KPX - extract all kerning pairs +from an OpenType font. + +date: 2013-02-07 18:45:15 +0100 + +%post fontools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontools-doc +Summary: Documentation for fontools +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-fontools-doc +BuildArch: noarch +AutoReqProv: No + +%description fontools-doc +Documentation for fontools + +%package fontools-bin +Summary: Binaries for fontools +Version: svn25997.0 +Requires: texlive-base +Requires: tex-fontools +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description fontools-bin +Binaries for fontools + +%package mf2pt1 +Provides: tex-mf2pt1 = %{tl_version} +License: LPPL +Summary: Produce PostScript Type 1 fonts from Metafont source +Version: svn29725.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: texlive-mf2pt1-bin + +%description mf2pt1 +mf2pt1 facilitates producing PostScript Type 1 fonts from a +Metafont source file. It is not, as the name may imply, an +automatic converter of arbitrary Metafont fonts to Type 1 +format. mf2pt1 imposes a number of restrictions on the Metafont +input. If these restrictions are met, mf2pt1 will produce valid +Type 1 output with more accurate control points than can be +reverse-engineered by TeXtrace, mftrace, and other programs +which convert bitmaps to outline fonts. + +date: 2012-08-25 10:58:21 +0200 + +%preun mf2pt1 +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/mf2pt1.info %{_infodir}/dir 2>/dev/null || : +fi + +%post mf2pt1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/mf2pt1.info %{_infodir}/dir 2>/dev/null +: + +%postun mf2pt1 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mf2pt1 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mf2pt1-doc +Summary: Documentation for mf2pt1 +Version: svn29725.2.5 +Release: %{tl_noarch_release} +Provides: tex-mf2pt1-doc +BuildArch: noarch +AutoReqProv: No + +%description mf2pt1-doc +Documentation for mf2pt1 + +%package mf2pt1-bin +Summary: Binaries for mf2pt1 +Version: svn23406.0 +Requires: texlive-base +Requires: tex-mf2pt1 +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mf2pt1-bin +Binaries for mf2pt1 + +%package ttfutils +Provides: tex-ttfutils = %{tl_version} +License: LPPL +Summary: ttfutils package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ttfutils-bin +Provides: tex(T1-WGL4.enc) = %{tl_version} +Provides: tex(ttf2pk.cfg) = %{tl_version} + +%description ttfutils +ttfutils package + +%post ttfutils +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ttfutils +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ttfutils +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ttfutils-doc +Summary: Documentation for ttfutils +Version: svn29764.0 +Release: %{tl_noarch_release} +Provides: tex-ttfutils-doc +BuildArch: noarch +AutoReqProv: No + +%description ttfutils-doc +Documentation for ttfutils + +%package ttfutils-bin +Summary: Binaries for ttfutils +Version: svn30088.0 +Requires: texlive-base +Requires: tex-ttfutils +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description ttfutils-bin +Binaries for ttfutils + +%package collection-formatsextra +Summary: Additional formats +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-edmac +Requires: tex-eplain +Requires: tex-mltex +Requires: tex-psizzl +Requires: tex-startex +Requires: tex-texsis + +%description collection-formatsextra +Collected TeX `formats', i.e., large-scale macro packages +designed to be dumped into .fmt files, other than most common +ones, such as latex and context. + +%package edmac +Provides: tex-edmac = %{tl_version} +License: LPPL +Summary: Typeset scholarly edition +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(edmac.tex) = %{tl_version} +Provides: tex(edmacfss.sty) = %{tl_version} +Provides: tex(edstanza.tex) = %{tl_version} +Provides: tex(tabmac.tex) = %{tl_version} + +%description edmac +A macro package for typesetting scholarly critical editions. + +date: 2007-01-02 10:01:06 +0100 + +%post edmac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun edmac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edmac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package edmac-doc +Summary: Documentation for edmac +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-edmac-doc +BuildArch: noarch +AutoReqProv: No + +%description edmac-doc +Documentation for edmac + +%package eplain +Provides: tex-eplain = %{tl_version} +License: GPLv2+ +Summary: Extended plain tex macros +Version: svn29951.3.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires(post,postun): /sbin/install-info +Requires: tex-pdftex +Requires: texlive-eplain-bin +Provides: tex(arrow.tex) = %{tl_version} +Provides: tex(btxmac.tex) = %{tl_version} +Provides: tex(eplain.tex) = %{tl_version} + +%description eplain +A powerfully extended version of the plain format, adding +support for bibliographies, tables of contents, enumerated +lists, verbatim input of files, numbered equations, tables, +two-column output, footnotes, hyperlinks in PDF output and +commutative diagrams. Eplain can also load some of the more +useful LaTeX packages, notably graphics, graphicx, color, +autopict (a package instance of the LaTeX picture code), +psfrag, and url. + +date: 2013-02-15 22:51:43 +0100 + +%preun eplain +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/eplain.info %{_infodir}/dir 2>/dev/null || : +fi + +%post eplain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +/sbin/install-info %{_infodir}/eplain.info %{_infodir}/dir 2>/dev/null +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ eplain.*$/eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun eplain +if [ $1 == 0 ] ; then +sed -i 's/^eplain.*$/\#\!\ eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans eplain +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eplain-doc +Summary: Documentation for eplain +Version: svn29951.3.5 +Release: %{tl_noarch_release} +Provides: tex-eplain-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-pdftex-doc + +%description eplain-doc +Documentation for eplain + +%package eplain-bin +Summary: Binaries for eplain +Version: svn3006.0 +Requires: texlive-base +Requires: tex-eplain +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description eplain-bin +Binaries for eplain + +%package mltex +Provides: tex-mltex = %{tl_version} +License: Knuth +Summary: The MLTeX system +Version: svn30214.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-latex +Requires: texlive-mltex-bin +Provides: tex(lo1enc.def) = %{tl_version} +Provides: tex(mlltxchg.def) = %{tl_version} +Provides: tex(mltex.sty) = %{tl_version} + +%description mltex +MLTeX is a modification of TeX version >=3.0 that allows the +hyphenation of words with accented letters using ordinary +Computer Modern (CM) fonts. The system is distributed as a TeX +change file. + +date: 2012-07-16 22:11:02 +0200 + +%post mltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mllatex.*$/mllatex pdftex language.dat -translate-file=cp227.tcx -mltex *mllatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ mltex.*$/mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun mltex +if [ $1 == 0 ] ; then +sed -i 's/^mllatex.*$/\#\!\ mllatex pdftex language.dat -translate-file=cp227.tcx -mltex *mllatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^mltex.*$/\#\!\ mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans mltex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mltex-doc +Summary: Documentation for mltex +Version: svn30214.2.2 +Release: %{tl_noarch_release} +Provides: tex-mltex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-latex-doc + +%description mltex-doc +Documentation for mltex + +%package mltex-bin +Summary: Binaries for mltex +Version: svn3006.0 +Requires: texlive-base +Requires: tex-mltex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mltex-bin +Binaries for mltex + +%package psizzl +Provides: tex-psizzl = %{tl_version} +License: LPPL +Summary: A TeX format for physics papers +Version: svn15878.0.35 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mypsizzl.tex) = %{tl_version} +Provides: tex(psizzl.tex) = %{tl_version} + +%description psizzl +PSIZZL is a TeX format for physics papers written at SLAC and +used at several other places. It dates from rather early in the +development of TeX82; as a result, some of the descriptions of +limitations look rather quaint to modern eyes. + +date: 2006-12-03 01:48:16 +0100 + +%post psizzl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psizzl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psizzl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psizzl-doc +Summary: Documentation for psizzl +Version: svn15878.0.35 +Release: %{tl_noarch_release} +Provides: tex-psizzl-doc +BuildArch: noarch +AutoReqProv: No + +%description psizzl-doc +Documentation for psizzl + +%package startex +Provides: tex-startex = %{tl_version} +License: Public Domain +Summary: An XML-inspired format for student use +Version: svn15878.1.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(startex.tex) = %{tl_version} + +%description startex +A TeX format designed to help students write short reports and +essays. It provides the user with a suitable set of commands +for such a task. It is also more robust than plain TeX and +LaTeX. + +date: 2008-12-31 20:54:46 +0100 + +%post startex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun startex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans startex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package startex-doc +Summary: Documentation for startex +Version: svn15878.1.04 +Release: %{tl_noarch_release} +Provides: tex-startex-doc +BuildArch: noarch +AutoReqProv: No + +%description startex-doc +Documentation for startex + +%package texsis +Provides: tex-texsis = %{tl_version} +License: LPPL +Summary: Plain TeX macros for Physicists +Version: svn22650.2.18 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-tex +Requires: texlive-texsis-bin +Provides: tex(TXSconts.tex) = %{tl_version} +Provides: tex(TXSdcol.tex) = %{tl_version} +Provides: tex(TXSenvmt.tex) = %{tl_version} +Provides: tex(TXSeqns.tex) = %{tl_version} +Provides: tex(TXSfigs.tex) = %{tl_version} +Provides: tex(TXSfmts.tex) = %{tl_version} +Provides: tex(TXSfonts.tex) = %{tl_version} +Provides: tex(TXShead.tex) = %{tl_version} +Provides: tex(TXSinit.tex) = %{tl_version} +Provides: tex(TXSletr.tex) = %{tl_version} +Provides: tex(TXSmacs.tex) = %{tl_version} +Provides: tex(TXSmemo.tex) = %{tl_version} +Provides: tex(TXSprns.tex) = %{tl_version} +Provides: tex(TXSrefs.tex) = %{tl_version} +Provides: tex(TXSruled.tex) = %{tl_version} +Provides: tex(TXSsects.tex) = %{tl_version} +Provides: tex(TXSsite.tex) = %{tl_version} +Provides: tex(TXSsymb.tex) = %{tl_version} +Provides: tex(TXStags.tex) = %{tl_version} +Provides: tex(TXStitle.tex) = %{tl_version} +Provides: tex(texsis.tex) = %{tl_version} + +%description texsis +TeXsis is a TeX macro package which provides useful features +for typesetting research papers and related documents. For +example, it includes support specifically for: Automatic +numbering of equations, figures, tables and references; +Simplified control of type sizes, line spacing, footnotes, +running headlines and footlines, and tables of contents, +figures and tables; Specialized document formats for research +papers, preprints and ``e-prints,'' conference proceedings, +theses, books, referee reports, letters, and memoranda; +Simplified means of constructing an index for a book or thesis; +Easy to use double column formatting; Specialized environments +for lists, theorems and proofs, centered or non-justified text, +and listing computer code; Specialized macros for easily +constructing ruled tables. TeXsis was originally developed for +physicists, but others may also find it useful. It is +completely compatible with Plain TeX. + +date: 2006-12-11 00:37:24 +0100 + +%post texsis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ texsis.*$/texsis pdftex - -translate-file=cp227.tcx texsis.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun texsis +if [ $1 == 0 ] ; then +sed -i 's/^texsis.*$/\#\!\ texsis pdftex - -translate-file=cp227.tcx texsis.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans texsis +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texsis-doc +Summary: Documentation for texsis +Version: svn22650.2.18 +Release: %{tl_noarch_release} +Provides: tex-texsis-doc +BuildArch: noarch +AutoReqProv: No + +%description texsis-doc +Documentation for texsis + +%package texsis-bin +Summary: Binaries for texsis +Version: svn3006.0 +Requires: texlive-base +Requires: tex-texsis +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texsis-bin +Binaries for texsis + +%package collection-games +Summary: Games typesetting +Version: svn30530.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-bartel-chess-fonts +Requires: tex-chess +Requires: tex-chess-problem-diagrams +Requires: tex-chessboard +Requires: tex-chessfss +Requires: tex-crossword +Requires: tex-crosswrd +Requires: tex-egameps +Requires: tex-gamebook +Requires: tex-go +Requires: tex-hanoi +Requires: tex-hexgame +Requires: tex-horoscop +Requires: tex-logicpuzzle +Requires: tex-othello +Requires: tex-othelloboard +Requires: tex-psgo +Requires: texlive-reverxii-doc +Requires: tex-schwalbe-chess +Requires: tex-sgame +Requires: tex-skak +Requires: tex-skaknew +Requires: tex-sudoku +Requires: tex-sudokubundle +Requires: tex-xq +Requires: tex-xskak + +%description collection-games +Setups for typesetting various games, including chess. + +%package chess +Provides: tex-chess = %{tl_version} +License: Public Domain +Summary: Fonts for typesetting chess boards +Version: svn20582.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chess10.tfm) = %{tl_version} +Provides: tex(chess20.tfm) = %{tl_version} +Provides: tex(chess30.tfm) = %{tl_version} +Provides: tex(chessf10.tfm) = %{tl_version} +Provides: tex(chessfig10.tfm) = %{tl_version} +Provides: tex(chess.sty) = %{tl_version} + +%description chess +The original (and now somewhat dated) TeX chess font package. +Potential users should consider skak (for alternative fonts, +and notation support), texmate (for alternative notation +support), or chessfss (for flexible font choices). + +date: 2006-12-31 18:14:50 +0100 + +%post chess +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chess +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chess +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chess-doc +Summary: Documentation for chess +Version: svn20582.1.2 +Release: %{tl_noarch_release} +Provides: tex-chess-doc +BuildArch: noarch +AutoReqProv: No + +%description chess-doc +Documentation for chess + +%package chess-problem-diagrams +Provides: tex-chess-problem-diagrams = %{tl_version} +License: LPPL 1.2 +Summary: A package for typesetting chess problem diagrams +Version: svn28303.1.6.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(pstricks.sty) +Provides: tex(diagram.sty) = %{tl_version} + +%description chess-problem-diagrams +This package provides macros to typeset chess problem diagrams +including fairy chess problems (mostly using rotated images of +pieces) and other boards. + +date: 2012-11-19 10:39:58 +0100 + +%post chess-problem-diagrams +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chess-problem-diagrams +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chess-problem-diagrams +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chess-problem-diagrams-doc +Summary: Documentation for chess-problem-diagrams +Version: svn28303.1.6.4 +Release: %{tl_noarch_release} +Provides: tex-chess-problem-diagrams-doc +BuildArch: noarch +AutoReqProv: No + +%description chess-problem-diagrams-doc +Documentation for chess-problem-diagrams + +%package chessboard +Provides: tex-chessboard = %{tl_version} +License: LPPL +Summary: Print chess boards +Version: svn19440.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(chessfss.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(pgfcore.sty) +Requires: tex(pgfbaseshapes.sty) +Requires: tex(pst-node.sty) +Requires: tex(amssymb.sty) +Provides: tex(chessboard-keys-main.sty) = %{tl_version} +Provides: tex(chessboard-keys-pgf.sty) = %{tl_version} +Provides: tex(chessboard-pgf.sty) = %{tl_version} +Provides: tex(chessboard.sty) = %{tl_version} + +%description chessboard +This package offers commands to print chessboards. It can print +partial boards, hide pieces and fields, color the boards and +put various marks on the board. It has a lot of options to +place pieces on the board. Using exotic pieces (e.g., for fairy +chess) is possible. The documentation includes an example of an +animated chessboard, for those whose PDF viewer can display +animations. + +date: 2008-08-17 13:56:26 +0200 + +%post chessboard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chessboard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chessboard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chessboard-doc +Summary: Documentation for chessboard +Version: svn19440.1.5 +Release: %{tl_noarch_release} +Provides: tex-chessboard-doc +BuildArch: noarch +AutoReqProv: No + +%description chessboard-doc +Documentation for chessboard + +%package chessfss +Provides: tex-chessfss = %{tl_version} +License: LPPL +Summary: A package to handle chess fonts +Version: svn19440.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Provides: tex(chess-board-example-enc.enc) = %{tl_version} +Provides: tex(chess-fig-example-enc.enc) = %{tl_version} +Provides: tex(chessfss.sty) = %{tl_version} +Provides: tex(lsb1enc.def) = %{tl_version} +Provides: tex(lsb1skak.fd) = %{tl_version} +Provides: tex(lsb1skaknew.fd) = %{tl_version} +Provides: tex(lsb2enc.def) = %{tl_version} +Provides: tex(lsb2skak.fd) = %{tl_version} +Provides: tex(lsb2skaknew.fd) = %{tl_version} +Provides: tex(lsb3enc.def) = %{tl_version} +Provides: tex(lsb3skak.fd) = %{tl_version} +Provides: tex(lsb3skaknew.fd) = %{tl_version} +Provides: tex(lsbc1enc.def) = %{tl_version} +Provides: tex(lsbc1skaknew.fd) = %{tl_version} +Provides: tex(lsbc2enc.def) = %{tl_version} +Provides: tex(lsbc2skaknew.fd) = %{tl_version} +Provides: tex(lsbc3enc.def) = %{tl_version} +Provides: tex(lsbc3skaknew.fd) = %{tl_version} +Provides: tex(lsbc4enc.def) = %{tl_version} +Provides: tex(lsbc4skaknew.fd) = %{tl_version} +Provides: tex(lsbc5enc.def) = %{tl_version} +Provides: tex(lsbc5skaknew.fd) = %{tl_version} +Provides: tex(lsbenc.def) = %{tl_version} +Provides: tex(lsbskak.fd) = %{tl_version} +Provides: tex(lsbskaknew.fd) = %{tl_version} +Provides: tex(lsfenc.def) = %{tl_version} +Provides: tex(lsfskak.fd) = %{tl_version} +Provides: tex(lsfskaknew.fd) = %{tl_version} +Provides: tex(lsienc.def) = %{tl_version} +Provides: tex(lsiskak.fd) = %{tl_version} +Provides: tex(lsiskaknew.fd) = %{tl_version} + +%description chessfss +This package offers commands to use and switch between chess +fonts. It uses the LaTeX font selection scheme (nfss). The +package doesn't parse, format and print PGN input like e.g. the +packages skak or texmate; the aim of the package is to offer +writers of chess packages a bundle of commands for fonts, so +that they don't have to implement all these commands for +themselves. A normal user can use the package to print e.g. +single chess symbols and simple diagrams. The documentation +contains also a section about installation of chess fonts. + +date: 2008-08-17 13:56:26 +0200 + +%post chessfss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chessfss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chessfss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chessfss-doc +Summary: Documentation for chessfss +Version: svn19440.1.2a +Release: %{tl_noarch_release} +Provides: tex-chessfss-doc +BuildArch: noarch +AutoReqProv: No + +%description chessfss-doc +Documentation for chessfss + +%package crossword +Provides: tex-crossword = %{tl_version} +License: Crossword +Summary: Typeset crossword puzzles +Version: svn15878.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Provides: tex(cwpuzzle.sty) = %{tl_version} + +%description crossword +An extended grid-based puzzle package, designed to take all +input (both grid and clues) from the same file. The package can +typeset grids with holes in them (for advertisements, or other +sorts of stuff), and can deal with several sorts of puzzle: - +The classical puzzle contains numbers for the words and clues +for the words to be filled in. - The numbered puzzle contains +numbers in each cell where identical numbers represent +identical letters. The goal is to find out which number +corresponds to which letter. - The fill-in type of puzzle +consists of a grid and a list of words. The goal is to place +all words in the grid. - Sudoku and Kakuro puzzles involve +filling in grids of numbers according to their own rules. +Format may be block-separated, or separated by thick lines. +Input to the package is somewhat redundant: specification of +the grid is separate from specification of the clues (if +they're necessary). The author considers this style both +'natural' and robust. + +date: 2009-11-13 01:13:22 +0100 + +%post crossword +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun crossword +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crossword +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package crossword-doc +Summary: Documentation for crossword +Version: svn15878.1.8 +Release: %{tl_noarch_release} +Provides: tex-crossword-doc +BuildArch: noarch +AutoReqProv: No + +%description crossword-doc +Documentation for crossword + +%package crosswrd +Provides: tex-crosswrd = %{tl_version} +License: LPPL +Summary: Macros for typesetting crossword puzzles +Version: svn16896.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(crosswrd.sty) = %{tl_version} + +%description crosswrd +The package provides a LaTeX method of typesetting crosswords, +and assists the composer ensure that the grid all goes together +properly. Brian Hamilton Kelly's original was written for LaTeX +2.09, and needed to be updated to run with current LaTeX. + +date: 2010-02-01 17:14:28 +0100 + +%post crosswrd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun crosswrd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crosswrd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package crosswrd-doc +Summary: Documentation for crosswrd +Version: svn16896.3.0 +Release: %{tl_noarch_release} +Provides: tex-crosswrd-doc +BuildArch: noarch +AutoReqProv: No + +%description crosswrd-doc +Documentation for crosswrd + +%package egameps +Provides: tex-egameps = %{tl_version} +License: LPPL +Summary: LaTeX package for typesetting extensive games +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(egameps.sty) = %{tl_version} + +%description egameps +The style is intended to have enough features to draw any +extensive game with relative ease. The facilities of PSTricks +are used for graphics. (An older version of the package, which +uses the LaTeX picture environment rather than PSTricks and +consequently has many fewer features is available on the +package home page.) + +date: 2009-11-06 13:29:36 +0100 + +%post egameps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun egameps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans egameps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package egameps-doc +Summary: Documentation for egameps +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-egameps-doc +BuildArch: noarch +AutoReqProv: No + +%description egameps-doc +Documentation for egameps + +%package gamebook +Provides: tex-gamebook = %{tl_version} +License: LPPL 1.3 +Summary: Typeset gamebooks and other interactive novels +Version: svn24714.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(extramarks.sty) +Requires: tex(titlesec.sty) +Requires: tex(enumitem.sty) +Requires: tex(draftwatermark.sty) +Requires: tex(scrtime.sty) +Requires: tex(prelim2e.sty) +Provides: tex(gamebook.sty) = %{tl_version} + +%description gamebook +This package provides the means in order to lay-out gamebooks +with LaTeX. A simple gamebook example is included with the +package, and acts as a tutorial. + +date: 2011-11-29 16:55:00 +0100 + +%post gamebook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gamebook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gamebook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gamebook-doc +Summary: Documentation for gamebook +Version: svn24714.1.0 +Release: %{tl_noarch_release} +Provides: tex-gamebook-doc +BuildArch: noarch +AutoReqProv: No + +%description gamebook-doc +Documentation for gamebook + +%package go +Provides: tex-go = %{tl_version} +License: Public Domain +Summary: Fonts and macros for typesetting go games +Version: svn28628.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(go10.tfm) = %{tl_version} +Provides: tex(go15.tfm) = %{tl_version} +Provides: tex(go1bla10.tfm) = %{tl_version} +Provides: tex(go1bla15.tfm) = %{tl_version} +Provides: tex(go1bla20.tfm) = %{tl_version} +Provides: tex(go1whi10.tfm) = %{tl_version} +Provides: tex(go1whi15.tfm) = %{tl_version} +Provides: tex(go1whi20.tfm) = %{tl_version} +Provides: tex(go20.tfm) = %{tl_version} +Provides: tex(go2bla10.tfm) = %{tl_version} +Provides: tex(go2bla15.tfm) = %{tl_version} +Provides: tex(go2bla20.tfm) = %{tl_version} +Provides: tex(go2whi10.tfm) = %{tl_version} +Provides: tex(go2whi15.tfm) = %{tl_version} +Provides: tex(go2whi20.tfm) = %{tl_version} +Provides: tex(gosign50.tfm) = %{tl_version} +Provides: tex(go.sty) = %{tl_version} + +%description go +The macros provide for nothing more complicated than the +standard 19x19 board; the fonts are written in Metafont. + +date: 2012-05-17 22:49:03 +0200 + +%post go +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun go +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans go +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package go-doc +Summary: Documentation for go +Version: svn28628.0 +Release: %{tl_noarch_release} +Provides: tex-go-doc +BuildArch: noarch +AutoReqProv: No + +%description go-doc +Documentation for go + +%package hanoi +Provides: tex-hanoi = %{tl_version} +License: Public Domain +Summary: Tower of Hanoi in TeX +Version: svn25019.20120101 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hanoi.tex) = %{tl_version} + +%description hanoi +The Plain TeX program (typed in the shape of the towers of +Hanoi) serves both as a game and as a TeX programming exercise. +As a game it will solve the towers with (up to) 15 discs (with +15 discs, 32767 moves are needed). + +date: 2012-01-03 17:40:13 +0100 + +%post hanoi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hanoi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hanoi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hexgame +Provides: tex-hexgame = %{tl_version} +License: LPPL +Summary: Provide an environment to draw a hexgame-board +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstcol.sty) +Requires: tex(pst-poly.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Provides: tex(hexgame.sty) = %{tl_version} + +%description hexgame +Hex is a mathematical game invented by the Danish mathematician +Piet Hein and independently by the mathematician John Nash. +This package defines an environment that enables the user to +draw such a game in a trivial way. + +date: 2008-08-22 10:38:02 +0200 + +%post hexgame +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hexgame +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hexgame +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hexgame-doc +Summary: Documentation for hexgame +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-hexgame-doc +BuildArch: noarch +AutoReqProv: No + +%description hexgame-doc +Documentation for hexgame + +%package horoscop +Provides: tex-horoscop = %{tl_version} +License: Public Domain +Summary: Generate astrological charts in LaTeX +Version: svn30530.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(wasysym.sty) +Requires: tex(marvosym.sty) +Requires: tex(starfont.sty) +Requires: tex(pict2e.sty) +Requires: tex(trig.sty) +Provides: tex(horoscop.sty) = %{tl_version} + +%description horoscop +The horoscop package provides a unified interface for +astrological font packages; typesetting with pict2e of standard +wheel charts and some variations, in PostScript- and PDF- +generating TeX engines; and access to external calculation +software (Astrolog and Swiss Ephemeris) for computing object +positions. + +date: 2013-05-17 13:43:39 +0200 + +%post horoscop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun horoscop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans horoscop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package horoscop-doc +Summary: Documentation for horoscop +Version: svn30530.0.92 +Release: %{tl_noarch_release} +Provides: tex-horoscop-doc +BuildArch: noarch +AutoReqProv: No + +%description horoscop-doc +Documentation for horoscop + +%package logicpuzzle +Provides: tex-logicpuzzle = %{tl_version} +License: LPPL 1.3 +Summary: Typeset (grid-based) logic puzzles +Version: svn30558.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(ragged2e.sty) +Requires: tex(etoolbox.sty) +Requires: tex(marginnote.sty) +Requires: tex(tikz.sty) +Provides: tex(battleship.sty) = %{tl_version} +Provides: tex(bokkusu.sty) = %{tl_version} +Provides: tex(chaossudoku.sty) = %{tl_version} +Provides: tex(ddsudoku.sty) = %{tl_version} +Provides: tex(hakyuu.sty) = %{tl_version} +Provides: tex(hitori.sty) = %{tl_version} +Provides: tex(kendoku.sty) = %{tl_version} +Provides: tex(killersudoku.sty) = %{tl_version} +Provides: tex(laserbeam.sty) = %{tl_version} +Provides: tex(logicpuzzle.sty) = %{tl_version} +Provides: tex(lpenv.sty) = %{tl_version} +Provides: tex(lpsudoku.sty) = %{tl_version} +Provides: tex(skyline.sty) = %{tl_version} +Provides: tex(slitherlink.sty) = %{tl_version} + +%description logicpuzzle +The package allows the user to typeset various logic puzzles. +At the moment the following puzzles are supported: - 2D-Sudoku +(aka Magiequadrat, Diagon, ...), - Battleship (aka Bimaru, +Marinespiel, Batalla Naval, ...), - Bokkusu (aka Kakurasu, +Feldersummenratsel, ...), - Bridges (akak Bruckenbau, Hashi, +...), - Chaos Sudoku, - Hakyuu (aka Seismic, Ripple Effect, +...), - Hitori, - Kakuro, - Kendoku (aka Mathdoku, Calcudoku, +Basic, MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., +- Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku, +Gebietssummen, ...), - Laser Beam (aka Laserstrahl, ...), - +Minesweeper (aka Minensuche, ...), - Schatzsuche, - Skyline +(aka Skycrapers, Wolkenkratzer, Hochhauser, ...), including +Skyline Sudoku and Skyline Sudoku (N*N) variants, - Slitherlink +(aka Fences, Number Line, Dotty Dilemma, Sli-Lin, Takegaki, +Great Wall of China, Loop the Loop, Rundweg, Gartenzaun, ...), +- Star Battle (aka Sternenschlacht, ...), - Stars and Arrows +(aka Sternenhimmel, ...), - Sudoku, - Sun and Moon (aka +Sternenhaufen, Munraito, ...), - Tents and Trees (aka +Zeltlager, Zeltplatz, Camping, ...), and - Tunnel. + +date: 2013-05-18 17:41:16 +0200 + +%post logicpuzzle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun logicpuzzle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logicpuzzle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package logicpuzzle-doc +Summary: Documentation for logicpuzzle +Version: svn30558.2.2 +Release: %{tl_noarch_release} +Provides: tex-logicpuzzle-doc +BuildArch: noarch +AutoReqProv: No + +%description logicpuzzle-doc +Documentation for logicpuzzle + +%package othello +Provides: tex-othello = %{tl_version} +License: GPL+ +Summary: Create othello boards in LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ot10.tfm) = %{tl_version} +Provides: tex(ot15.tfm) = %{tl_version} +Provides: tex(ot1bla10.tfm) = %{tl_version} +Provides: tex(ot1bla15.tfm) = %{tl_version} +Provides: tex(ot1bla20.tfm) = %{tl_version} +Provides: tex(ot1neu10.tfm) = %{tl_version} +Provides: tex(ot1neu15.tfm) = %{tl_version} +Provides: tex(ot1neu20.tfm) = %{tl_version} +Provides: tex(ot1whi10.tfm) = %{tl_version} +Provides: tex(ot1whi15.tfm) = %{tl_version} +Provides: tex(ot1whi20.tfm) = %{tl_version} +Provides: tex(othello.sty) = %{tl_version} + +%description othello +A package (based on Kolodziejska's go), and fonts (as MetaFont +source) are provided. + +date: 2007-01-12 15:52:44 +0100 + +%post othello +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun othello +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans othello +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package othello-doc +Summary: Documentation for othello +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-othello-doc +BuildArch: noarch +AutoReqProv: No + +%description othello-doc +Documentation for othello + +%package othelloboard +Provides: tex-othelloboard = %{tl_version} +License: LPPL 1.3 +Summary: Typeset Othello (Reversi) diagrams of any size, with annotations +Version: svn23714.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(pict2e.sty) +Requires: tex(ifthen.sty) +Requires: tex(color.sty) +Requires: tex(xstring.sty) +Requires: tex(stringstrings.sty) +Provides: tex(othelloboard.sty) = %{tl_version} + +%description othelloboard +The package enables the user to generate high-quality Othello +(also known as Reversi) board diagrams of any size. The +diagrams support annotations, including full game transcripts. +Automated board or transcript creation, from plain text formats +standard to WZebra (and other programs) is also supported. + +date: 2011-08-19 08:35:26 +0200 + +%post othelloboard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun othelloboard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans othelloboard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package othelloboard-doc +Summary: Documentation for othelloboard +Version: svn23714.1.2 +Release: %{tl_noarch_release} +Provides: tex-othelloboard-doc +BuildArch: noarch +AutoReqProv: No + +%description othelloboard-doc +Documentation for othelloboard + +%package psgo +Provides: tex-psgo = %{tl_version} +License: LPPL +Summary: Typeset go diagrams with PSTricks +Version: svn15878.0.17 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Provides: tex(psgo.sty) = %{tl_version} + +%description psgo +psgo package + +date: 2008-09-06 19:20:59 +0200 + +%post psgo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psgo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psgo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psgo-doc +Summary: Documentation for psgo +Version: svn15878.0.17 +Release: %{tl_noarch_release} +Provides: tex-psgo-doc +BuildArch: noarch +AutoReqProv: No + +%description psgo-doc +Documentation for psgo + +%package reverxii-doc +Summary: Documentation for reverxii +Version: svn24976.0 +Release: %{tl_noarch_release} +Provides: tex-reverxii-doc +BuildArch: noarch +AutoReqProv: No + +%description reverxii-doc +Documentation for reverxii + +%package schwalbe-chess +Provides: tex-schwalbe-chess = %{tl_version} +License: LPPL 1.2 +Summary: Typeset the German chess magazine "Die Schwalbe" +Version: svn29941.1.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(babel.sty) +Requires: tex(diagram.sty) +Provides: tex(schwalbe.cls) = %{tl_version} +Provides: tex(schwalbe.sty) = %{tl_version} + +%description schwalbe-chess +The package is based on chess-problem-diagrams, which in its +turn has a dependency on the bartel-chess-fonts + +date: 2013-04-14 18:39:07 +0200 + +%post schwalbe-chess +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun schwalbe-chess +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schwalbe-chess +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package schwalbe-chess-doc +Summary: Documentation for schwalbe-chess +Version: svn29941.1.5.1 +Release: %{tl_noarch_release} +Provides: tex-schwalbe-chess-doc +BuildArch: noarch +AutoReqProv: No + +%description schwalbe-chess-doc +Documentation for schwalbe-chess + +%package sgame +Provides: tex-sgame = %{tl_version} +License: LPPL +Summary: LaTeX style for typesetting strategic games +Version: svn15878.2.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sgame.sty) = %{tl_version} +Provides: tex(sgamevar.sty) = %{tl_version} + +%description sgame +Formats strategic games. For a 2x2 game, for example, the +input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$ +&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around +the payoffs, (b) payoff columns of equal width, and (c) payoffs +vertically centered within the boxes. Note that the game +environment will not work in the argument of another command. + +date: 2008-12-03 15:15:08 +0100 + +%post sgame +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sgame +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sgame +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sgame-doc +Summary: Documentation for sgame +Version: svn15878.2.14 +Release: %{tl_noarch_release} +Provides: tex-sgame-doc +BuildArch: noarch +AutoReqProv: No + +%description sgame-doc +Documentation for sgame + +%package skak +Provides: tex-skak = %{tl_version} +License: LPPL +Summary: Fonts and macros for typesetting chess games +Version: svn16453.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(latexsym.sty) +Requires: tex(chessfss.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Provides: tex(skak10.tfm) = %{tl_version} +Provides: tex(skak15.tfm) = %{tl_version} +Provides: tex(skak20.tfm) = %{tl_version} +Provides: tex(skak30.tfm) = %{tl_version} +Provides: tex(skakf10.tfm) = %{tl_version} +Provides: tex(skakf10b.tfm) = %{tl_version} +Provides: tex(chess-workshop-symbols.sty) = %{tl_version} +Provides: tex(lambda.sty) = %{tl_version} +Provides: tex(skak.fd) = %{tl_version} +Provides: tex(skak.sty) = %{tl_version} +Provides: tex(uskak.fd) = %{tl_version} + +%description skak +This package provides macros and fonts in MetaFont format which +can be used to typeset chess games using PGN, and to show +diagrams of the current board in a document. The package builds +on work by Piet Tutelaers -- the main novelty is the use of PGN +for input instead of the more cumbersome coordinate notation +(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1 +implementation of skak's fonts is available as package skaknew; +an alternative chess notational scheme is available in package +texmate, and a general mechanism for selecting chess fonts is +provided in chessfss. + +date: 2008-10-16 14:41:43 +0200 + +%post skak +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skak +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skak +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skak-doc +Summary: Documentation for skak +Version: svn16453.1.5 +Release: %{tl_noarch_release} +Provides: tex-skak-doc +BuildArch: noarch +AutoReqProv: No + +%description skak-doc +Documentation for skak + +%package sudoku +Provides: tex-sudoku = %{tl_version} +License: LPPL +Summary: Create sudoku grids +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sudoku.sty) = %{tl_version} + +%description sudoku +The sudoku package provides an environment for typesetting +sudoku grids. A sudoku puzzle is a 9x9 grid where some of the +squares in the grid contain numbers. The rules are simple: +every column can only contain the digits 1 to 9, every row can +only contain the digits 1 to 9 and every 3x3 box can only +contain the digits 1 to 9. More information, including help and +example puzzles, can be found at sudoku.org.uk. This site also +has blank sudoku grids (or worksheets), but you will not need +to print them from there if you have this package installed. + +date: 2007-03-12 11:51:09 +0100 + +%post sudoku +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sudoku +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sudoku +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sudoku-doc +Summary: Documentation for sudoku +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-sudoku-doc +BuildArch: noarch +AutoReqProv: No + +%description sudoku-doc +Documentation for sudoku + +%package sudokubundle +Provides: tex-sudokubundle = %{tl_version} +License: LPPL +Summary: A set of sudoku-related packages +Version: svn15878.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(random.tex) +Provides: tex(createsudoku.sty) = %{tl_version} +Provides: tex(printsudoku.sty) = %{tl_version} +Provides: tex(solvesudoku.sty) = %{tl_version} + +%description sudokubundle +The bundle provides three packages: - printsudoku, which +provides a command \sudoku whose argument is the name of a file +containing a puzzle specification; - solvesudoku, which +attempts to find a solution to the puzzle in the file named in +the argument; and - createsudoku, which uses the random package +to generate a puzzle according to a bunch of parameters that +the user sets via macros. The bundle comes with a set of ready- +prepared puzzle files. + +date: 2007-03-12 11:51:09 +0100 + +%post sudokubundle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sudokubundle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sudokubundle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sudokubundle-doc +Summary: Documentation for sudokubundle +Version: svn15878.1.0a +Release: %{tl_noarch_release} +Provides: tex-sudokubundle-doc +BuildArch: noarch +AutoReqProv: No + +%description sudokubundle-doc +Documentation for sudokubundle + +%package xq +Provides: tex-xq = %{tl_version} +License: LPPL +Summary: Support for writing about xiangqi +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xqlarge.tfm) = %{tl_version} +Provides: tex(xqnormal.tfm) = %{tl_version} +Provides: tex(xq.sty) = %{tl_version} + +%description xq +The package is for writing about xiangqi or chinese chess. You +can write games or parts of games and show diagrams with +special positions. + +date: 2007-03-13 09:23:19 +0100 + +%post xq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xq +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xq +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xq-doc +Summary: Documentation for xq +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-xq-doc +BuildArch: noarch +AutoReqProv: No + +%description xq-doc +Documentation for xq + +%package xskak +Provides: tex-xskak = %{tl_version} +License: LPPL +Summary: An extension to the skak package for chess typesetting +Version: svn19440.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xifthen.sty) +Requires: tex(chessboard.sty) +Provides: tex(xskak-keys.sty) = %{tl_version} +Provides: tex(xskak-nagdef.sty) = %{tl_version} +Provides: tex(xskak.sty) = %{tl_version} + +%description xskak +Xskak, as its prime function, saves information about a chess +game for later use (e.g., to loop through a game to make an +animated board). The package also extends the input that the +parsing commands can handle and offers an interface to define +and switch between indefinite levels of styles. + +date: 2008-10-20 22:21:01 +0200 + +%post xskak +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xskak +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xskak +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xskak-doc +Summary: Documentation for xskak +Version: svn19440.1.2 +Release: %{tl_noarch_release} +Provides: tex-xskak-doc +BuildArch: noarch +AutoReqProv: No + +%description xskak-doc +Documentation for xskak + +%package collection-genericextra +Summary: Generic additional packages +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-abbr +Requires: tex-abstyles +Requires: tex-barr +Requires: tex-bitelist +Requires: tex-c-pascal +Requires: tex-catcodes +Requires: tex-chronosys +Requires: tex-colorsep +Requires: tex-dinat +Requires: tex-dirtree +Requires: tex-dowith +Requires: tex-eijkhout +Requires: tex-encxvlna +Requires: tex-epigram +Requires: tex-fenixpar +Requires: tex-fltpoint +Requires: tex-fntproof +Requires: tex-gates +Requires: tex-ifetex +Requires: tex-iftex +Requires: tex-insbox +Requires: tex-langcode +Requires: tex-lecturer +Requires: tex-librarian +Requires: tex-mathdots +Requires: tex-metatex +Requires: tex-midnight +Requires: tex-navigator +Requires: tex-ofs +Requires: tex-pdf-trans +Requires: tex-plainpkg +Requires: tex-schemata +Requires: tex-shade +Requires: tex-systeme +Requires: tex-tabto-generic +Requires: tex-texapi +Requires: tex-upca +Requires: tex-xlop +Requires: tex-yax + +%description collection-genericextra +Extra packages that work with multiple formats, typically both +TeX and LaTeX. + +%package c-pascal +Provides: tex-c-pascal = %{tl_version} +License: Public Domain +Summary: Typeset Python, C and Pascal programs +Version: svn18337.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cap.tex) = %{tl_version} +Provides: tex(cap_c.tex) = %{tl_version} +Provides: tex(cap_comm.tex) = %{tl_version} +Provides: tex(cap_pas.tex) = %{tl_version} +Provides: tex(cap_pyt.tex) = %{tl_version} + +%description c-pascal +A TeX macro package for easy typesetting programs in Python, C +and Pascal. Program source files may also be input. + +date: 2008-01-08 01:09:19 +0100 + +%post c-pascal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun c-pascal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans c-pascal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package c-pascal-doc +Summary: Documentation for c-pascal +Version: svn18337.1.2 +Release: %{tl_noarch_release} +Provides: tex-c-pascal-doc +BuildArch: noarch +AutoReqProv: No + +%description c-pascal-doc +Documentation for c-pascal + +%package chronosys +Provides: tex-chronosys = %{tl_version} +License: LPPL 1.3 +Summary: Drawing time-line diagrams +Version: svn26700.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(chronosys.sty) = %{tl_version} +Provides: tex(chronosys.tex) = %{tl_version} +Provides: tex(chronosyschr.tex) = %{tl_version} +Provides: tex(x-chronosys.tex) = %{tl_version} + +%description chronosys +Macros to produce time line diagrams. Interfaces for Plain TeX, +Context and LaTeX are provided. + +date: 2012-05-28 13:36:39 +0200 + +%post chronosys +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chronosys +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chronosys +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chronosys-doc +Summary: Documentation for chronosys +Version: svn26700.1.2 +Release: %{tl_noarch_release} +Provides: tex-chronosys-doc +BuildArch: noarch +AutoReqProv: No + +%description chronosys-doc +Documentation for chronosys + +%package colorsep +Provides: tex-colorsep = %{tl_version} +License: Public Domain +Summary: Color separation +Version: svn13293.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description colorsep +Support for colour separation when using dvips. + +date: 2009-09-15 14:15:21 +0200 + +%post colorsep +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colorsep +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorsep +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dinat +Provides: tex-dinat = %{tl_version} +License: Public Domain +Summary: Bibliography style for German texts +Version: svn15878.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description dinat +Bibliography style files intended for texts in german. They +draw up bibliographies in accordance with the german DIN 1505, +parts 2 and 3. + +date: 2008-11-11 09:02:39 +0100 + +%post dinat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dinat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dinat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dinat-doc +Summary: Documentation for dinat +Version: svn15878.2.5 +Release: %{tl_noarch_release} +Provides: tex-dinat-doc +BuildArch: noarch +AutoReqProv: No + +%description dinat-doc +Documentation for dinat + +%package dirtree +Provides: tex-dirtree = %{tl_version} +License: LPPL +Summary: Display trees in the style of windows explorer +Version: svn28524.0.32 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dirtree.sty) = %{tl_version} +Provides: tex(dirtree.tex) = %{tl_version} + +%description dirtree +This package is designed to emulate the way windows explorer +displays directory and file trees, with the root at top left, +and each level of subtree displaying one step in to the right. +The macros work equally well with Plain TeX and with LaTeX. + +date: 2012-12-13 10:43:21 +0100 + +%post dirtree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dirtree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dirtree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dirtree-doc +Summary: Documentation for dirtree +Version: svn28524.0.32 +Release: %{tl_noarch_release} +Provides: tex-dirtree-doc +BuildArch: noarch +AutoReqProv: No + +%description dirtree-doc +Documentation for dirtree + +%package dowith +Provides: tex-dowith = %{tl_version} +License: LPPL 1.3 +Summary: Apply a command to a list of items +Version: svn29501.0.31a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(plainpkg.tex) +Provides: tex(domore.sty) = %{tl_version} +Provides: tex(dowith.sty) = %{tl_version} + +%description dowith +The package provides macros for applying a command to all +elements of a list without separators, such as +'\DoWithAllIn{<cmd>}{<list-macro>}', and also for extending and +reducing macros storing such lists. Applications in mind +belonged to LaTeX, but the package should work with other +formats as well. Loop and list macros in other packages are +discussed. A further package, domore, is also provided, which +enhances the functionality of dowith. + +date: 2013-03-24 11:10:16 +0100 + +%post dowith +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dowith +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dowith +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dowith-doc +Summary: Documentation for dowith +Version: svn29501.0.31a +Release: %{tl_noarch_release} +Provides: tex-dowith-doc +BuildArch: noarch +AutoReqProv: No + +%description dowith-doc +Documentation for dowith + +%package eijkhout +Provides: tex-eijkhout = %{tl_version} +License: Public Domain +Summary: Victor Eijkhout's packages +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(CD_labeler.tex) = %{tl_version} +Provides: tex(CD_labeler_test.tex) = %{tl_version} +Provides: tex(DB_process.tex) = %{tl_version} +Provides: tex(repeat.tex) = %{tl_version} + +%description eijkhout +Three unrelated packages: - DB_process, to parse and process +database output; - CD_labeler, to typeset user text to fit on a +CD label; and - repeat, a nestable, generic loop macro. + +date: 2009-01-21 09:11:46 +0100 + +%post eijkhout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eijkhout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eijkhout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package encxvlna +Provides: tex-encxvlna = %{tl_version} +License: LPPL +Summary: Insert nonbreakable spaces, using encTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(encxvlna.sty) = %{tl_version} +Provides: tex(encxvlna.tex) = %{tl_version} + +%description encxvlna +The package provides tools for inserting nonbreakable spaces +after nonsyllabic prepositions and single letter conjunctions +as required by Czech and Slovak typographical rules. It is +implemented using encTeX and provides files both for plain TeX +and LaTeX. The LaTeX solution tries to avoid conflicts with +other packages. + +date: 2008-08-19 08:58:40 +0200 + +%post encxvlna +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun encxvlna +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans encxvlna +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package encxvlna-doc +Summary: Documentation for encxvlna +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-encxvlna-doc +BuildArch: noarch +AutoReqProv: No + +%description encxvlna-doc +Documentation for encxvlna + +%package epigram +Provides: tex-epigram = %{tl_version} +License: Public Domain +Summary: Display short quotations +Version: svn20513.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(epigram.tex) = %{tl_version} + +%description epigram +The package determines (on the basis of the width of the text +of the epigram, laid out on a single line) whether to produce a +line or a displayed paragraph. + +date: 2010-11-20 18:15:00 +0100 + +%post epigram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epigram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epigram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fenixpar +Provides: tex-fenixpar = %{tl_version} +License: LPPL +Summary: One-shot changes to token registers such as \everypar +Version: svn24730.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fenixpar.sty) = %{tl_version} +Provides: tex(fenixtok.sty) = %{tl_version} + +%description fenixpar +The bundle provides two packages, fenxitok and fenixpar. The +fenixtok package provides user macros to add material to a +token register; the material will be (automatically) removed +from the token register when the register is executed. Material +may be added either to the left or to the right, and care is +taken not to override any redefinition that may be included in +the token register itself. The fenixpar package uses the macros +of fenixtok to provide a user interface to manipulation of the +\everypar token register. The packages require the e-TeX +extensions; with them, they work either with Plain TeX or with +LaTeX. + +date: 2011-11-18 23:08:42 +0100 + +%post fenixpar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fenixpar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fenixpar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fenixpar-doc +Summary: Documentation for fenixpar +Version: svn24730.0.92 +Release: %{tl_noarch_release} +Provides: tex-fenixpar-doc +BuildArch: noarch +AutoReqProv: No + +%description fenixpar-doc +Documentation for fenixpar + +%package fltpoint +Provides: tex-fltpoint = %{tl_version} +License: LPPL +Summary: Simple floating point arithmetic +Version: svn15878.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(deccomma.sty) = %{tl_version} +Provides: tex(fltpoint.sty) = %{tl_version} +Provides: tex(fltpoint.tex) = %{tl_version} + +%description fltpoint +The package provides simple floating point operations +(addition, subtraction, multiplication, division and rounding). +Used, for example, by rccol. + +date: 2008-04-20 19:53:04 +0200 + +%post fltpoint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fltpoint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fltpoint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fltpoint-doc +Summary: Documentation for fltpoint +Version: svn15878.1.1b +Release: %{tl_noarch_release} +Provides: tex-fltpoint-doc +BuildArch: noarch +AutoReqProv: No + +%description fltpoint-doc +Documentation for fltpoint + +%package fntproof +Provides: tex-fntproof = %{tl_version} +License: Public Domain +Summary: A programmable font test pattern generator +Version: svn20638.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fntproof.tex) = %{tl_version} + +%description fntproof +The package implements all the font testing commands of Knuth's +testfont.tex, but arranges that information necessary for each +command is supplied as arguments to that command, rather than +prompted for. This makes it possible to type all the tests in +one command line, and easy to input the package in a file and +to use the commands there. A few additional commands supporting +this last purpose are also made available. + +date: 2010-12-01 01:24:27 +0100 + +%post fntproof +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fntproof +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fntproof +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fntproof-doc +Summary: Documentation for fntproof +Version: svn20638.0 +Release: %{tl_noarch_release} +Provides: tex-fntproof-doc +BuildArch: noarch +AutoReqProv: No + +%description fntproof-doc +Documentation for fntproof + +%package gates +Provides: tex-gates = %{tl_version} +License: LPPL +Summary: Support for writing modular and customisable code +Version: svn29803.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gates.sty) = %{tl_version} +Provides: tex(gates.tex) = %{tl_version} +Provides: tex(t-gates.tex) = %{tl_version} + +%description gates +The package provides the means of writing code in a modular +fashion: big macros or functions are divided into small chunks +(called gates) with names, which can be externally controlled +(e.g. they can be disabled, subjected to conditionals, +loops...) and/or augmented with new chunks. Thus complex code +may easily be customised without having to rewrite it, or even +understand its implementation: the behavior of existing gates +can be modified, and new ones can be added, without endangering +the whole design. This allows code to be hacked in ways the +original authors might have never envisioned. The gates package +is implemented independently for both TeX and Lua. The TeX +implementation, running in any current environment, requires +the texapi package, whereas the Lua version can be run with any +Lua interpreter, not just LuaTeX. + +date: 2012-05-27 01:03:23 +0200 + +%post gates +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gates +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gates +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gates-doc +Summary: Documentation for gates +Version: svn29803.0.2 +Release: %{tl_noarch_release} +Provides: tex-gates-doc +BuildArch: noarch +AutoReqProv: No + +%description gates-doc +Documentation for gates + +%package ifetex +Provides: tex-ifetex = %{tl_version} +License: LPPL 1.3 +Summary: Provides \ifetex switch +Version: svn24853.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifetex.sty) = %{tl_version} +Provides: tex(ifetex.tex) = %{tl_version} + +%description 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: 2011-12-15 16:49:50 +0100 + +%post ifetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifetex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifetex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifetex-doc +Summary: Documentation for ifetex +Version: svn24853.1.2 +Release: %{tl_noarch_release} +Provides: tex-ifetex-doc +BuildArch: noarch +AutoReqProv: No + +%description ifetex-doc +Documentation for ifetex + +%package iftex +Provides: tex-iftex = %{tl_version} +License: LPPL 1.3 +Summary: Am I running under pdfTeX, XeTeX or LuaTeX? +Version: svn29654.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(iftex.sty) = %{tl_version} + +%description 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: 2013-04-04 17:50:40 +0200 + +%post iftex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iftex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iftex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iftex-doc +Summary: Documentation for iftex +Version: svn29654.0.2 +Release: %{tl_noarch_release} +Provides: tex-iftex-doc +BuildArch: noarch +AutoReqProv: No + +%description iftex-doc +Documentation for iftex + +%package insbox +Provides: tex-insbox = %{tl_version} +License: Public Domain +Summary: A TeX macro for inserting pictures/boxes into paragraphs +Version: svn17694.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(insbox.tex) = %{tl_version} + +%description insbox +insbox package + +date: 2007-01-07 15:47:33 +0100 + +%post insbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun insbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans insbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package insbox-doc +Summary: Documentation for insbox +Version: svn17694.2.2 +Release: %{tl_noarch_release} +Provides: tex-insbox-doc +BuildArch: noarch +AutoReqProv: No + +%description insbox-doc +Documentation for insbox + +%package langcode +Provides: tex-langcode = %{tl_version} +License: LPPL +Summary: langcode package +Version: svn27764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(dowith.sty) +Requires: tex(dhua.sty) +Provides: tex(langcode.sty) = %{tl_version} + +%description langcode +langcode package + +%post langcode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun langcode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans langcode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package langcode-doc +Summary: Documentation for langcode +Version: svn27764.0 +Release: %{tl_noarch_release} +Provides: tex-langcode-doc +BuildArch: noarch +AutoReqProv: No + +%description langcode-doc +Documentation for langcode + +%package lecturer +Provides: tex-lecturer = %{tl_version} +License: LPPL +Summary: On-screen presentations for (almost) all formats +Version: svn23916.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lecturer.sty) = %{tl_version} +Provides: tex(lecturer.tex) = %{tl_version} +Provides: tex(ltr-areas.tex) = %{tl_version} +Provides: tex(ltr-graphics.tex) = %{tl_version} +Provides: tex(ltr-job.tex) = %{tl_version} +Provides: tex(ltr-navigation.tex) = %{tl_version} +Provides: tex(ltr-slides.tex) = %{tl_version} +Provides: tex(ltr-steps.tex) = %{tl_version} +Provides: tex(t-lecturer.tex) = %{tl_version} + +%description lecturer +The package creates slides for on-screen presentations based on +PDF features without manipulating TeX's typesetting process. +The presentation flow relies on PDF's abilities to display +content step by step. Features include: - Free positioning of +anything anywhere in painted areas on the slide, as well as in +the main textblock; - Numerous attributes to control the layout +and the presentation flow, from TeX's primitive dimensions to +the visibility of steps; - Feature inheritance from global to +local settings, with intermediate types; - Basic drawing +facilities to produce symbols, e.g., for list items or buttons; +- Colors, transparency, shades, and pictures; - Navigation with +links, pop-up menus, and customizable bookmarks; - Easy switch +between presentation and handout; and - PDF transitions. +Besides the traditional documentation, the distribution +includes visual documentation and six demo presentations +ranging from geometric abstraction to classic style to silly +video game. Lecturer is designed to work with all formats, but +presently fails with ConTeXt MkIV (because of clashes in +management of PDF objects, probably), works only with pdfTeX +and LuaTeX for the time being, and requires texapi and yax, +both v.1.02. + +date: 2011-09-11 12:44:24 +0200 + +%post lecturer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lecturer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lecturer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lecturer-doc +Summary: Documentation for lecturer +Version: svn23916.0 +Release: %{tl_noarch_release} +Provides: tex-lecturer-doc +BuildArch: noarch +AutoReqProv: No + +%description lecturer-doc +Documentation for lecturer + +%package librarian +Provides: tex-librarian = %{tl_version} +License: LPPL +Summary: Tools to create bibliographies in TeX +Version: svn19880.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(librarian.sty) = %{tl_version} +Provides: tex(librarian.tex) = %{tl_version} +Provides: tex(t-librarian.tex) = %{tl_version} + +%description librarian +The package extracts information in bib files, makes it +available in the current document, and sorts lists of entries +according to that information and the user's specifications. +Citation and bibliography styles can then be written directly +in TeX, without any use of BibTeX. Creating references thus +depends entirely on the user's skill in TeX. The package works +with all formats that use plain TeX's basic syntactic sugar; +the distribution includes a third-party file for ConTeXt and a +style file for LaTeX. As an example of use, an Author (Year) +style is given in a separate file and explained in the +documentation. + +date: 2010-06-25 08:56:08 +0200 + +%post librarian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun librarian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans librarian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package librarian-doc +Summary: Documentation for librarian +Version: svn19880.1.0 +Release: %{tl_noarch_release} +Provides: tex-librarian-doc +BuildArch: noarch +AutoReqProv: No + +%description librarian-doc +Documentation for librarian + +%package mathdots +Provides: tex-mathdots = %{tl_version} +License: LPPL +Summary: Commands to produce dots in math that respect font size +Version: svn15878.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mathdots.sty) = %{tl_version} +Provides: tex(mathdots.tex) = %{tl_version} + +%description mathdots +Redefines \ddots and \vdots, and defines \iddots. The dots +produced by \iddots slant in the opposite direction to \ddots. +All the commands are designed to change size appropriately in +scripts, as well as in response to LaTeX size changing +commands. The commands may also be used in plain TeX. + +date: 2007-06-01 10:48:38 +0200 + +%post mathdots +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathdots +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathdots +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathdots-doc +Summary: Documentation for mathdots +Version: svn15878.0.8 +Release: %{tl_noarch_release} +Provides: tex-mathdots-doc +BuildArch: noarch +AutoReqProv: No + +%description mathdots-doc +Documentation for mathdots + +%package metatex +Provides: tex-metatex = %{tl_version} +License: GPL+ +Summary: Incorporate MetaFont pictures in TeX source +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(metatex.tex) = %{tl_version} + +%description metatex +METATeX is a set of plain TeX and MetaFont macros that you can +use to define both the text and the figures in a single source +file. Because METATeX sets up two way communication, from TeX +to MetaFont and back from MetaFont to TeX, drawing dimensions +can be controlled by TeX and labels can be located by MetaFont. +Only standard features of TeX and MetaFont are used, but two +runs of TeX and one of MetaFont are needed. + +date: 2007-01-09 22:36:10 +0100 + +%post metatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metatex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metatex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metatex-doc +Summary: Documentation for metatex +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-metatex-doc +BuildArch: noarch +AutoReqProv: No + +%description metatex-doc +Documentation for metatex + +%package midnight +Provides: tex-midnight = %{tl_version} +License: midnight +Summary: A set of useful macro tools +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(border.tex) = %{tl_version} +Provides: tex(dolines.tex) = %{tl_version} +Provides: tex(gloss.tex) = %{tl_version} +Provides: tex(labels.tex) = %{tl_version} +Provides: tex(loop.tex) = %{tl_version} +Provides: tex(quire.tex) = %{tl_version} +Provides: tex(styledef.tex) = %{tl_version} + +%description midnight +Included are: - quire: making booklets, etc.; - gloss: +vertically align words in consecutive sentences; - loop: a +looping construct; - dolines: 'meta'-macros to separate +arguments by newlines; - labels: address labels and bulk mail +letters; - styledef: selectively input part of a file; and - +border: borders around boxes. + +date: 2008-11-09 11:56:27 +0100 + +%post midnight +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun midnight +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans midnight +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package midnight-doc +Summary: Documentation for midnight +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-midnight-doc +BuildArch: noarch +AutoReqProv: No + +%description midnight-doc +Documentation for midnight + +%package navigator +Provides: tex-navigator = %{tl_version} +License: LPPL +Summary: PDF features across formats and engines +Version: svn29067.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(navigator.sty) = %{tl_version} +Provides: tex(navigator.tex) = %{tl_version} +Provides: tex(t-navigator.tex) = %{tl_version} + +%description navigator +Navigator implements PDF features for all formats (with some +limitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e. +xdvipdfmx). Features include: - Customizable outlines (i.e. +bookmarks); - Anchors; - Links and actions (e.g. JavaScript or +user-defined PDF actions); - File embedding (not in ConTeXt); - +Document information and PDF viewer's display (not in ConTeXt); +and - Commands to create and use raw PDF objects. Navigator +requires texapi and yax, both version at least 1.03. + +date: 2012-11-14 17:56:09 +0100 + +%post navigator +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun navigator +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans navigator +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package navigator-doc +Summary: Documentation for navigator +Version: svn29067.1.0 +Release: %{tl_noarch_release} +Provides: tex-navigator-doc +BuildArch: noarch +AutoReqProv: No + +%description navigator-doc +Documentation for navigator + +%package ofs +Provides: tex-ofs = %{tl_version} +License: Knuth +Summary: Macros for managing large font collections +Version: svn16991.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(a117.tex) = %{tl_version} +Provides: tex(a35.sty) = %{tl_version} +Provides: tex(a35.tex) = %{tl_version} +Provides: tex(allfonts.sty) = %{tl_version} +Provides: tex(allfonts.tex) = %{tl_version} +Provides: tex(amsfn.tex) = %{tl_version} +Provides: tex(mtfn.tex) = %{tl_version} +Provides: tex(ofs-6a.tex) = %{tl_version} +Provides: tex(ofs-6c.tex) = %{tl_version} +Provides: tex(ofs-6k.tex) = %{tl_version} +Provides: tex(ofs-6s.tex) = %{tl_version} +Provides: tex(ofs-6t.tex) = %{tl_version} +Provides: tex(ofs-6x.tex) = %{tl_version} +Provides: tex(ofs-6y.tex) = %{tl_version} +Provides: tex(ofs-8c.tex) = %{tl_version} +Provides: tex(ofs-8t.tex) = %{tl_version} +Provides: tex(ofs-8x.tex) = %{tl_version} +Provides: tex(ofs-8z.tex) = %{tl_version} +Provides: tex(ofs-ams.tex) = %{tl_version} +Provides: tex(ofs-cm.tex) = %{tl_version} +Provides: tex(ofs-mt.tex) = %{tl_version} +Provides: tex(ofs-ps.tex) = %{tl_version} +Provides: tex(ofs-px.tex) = %{tl_version} +Provides: tex(ofs-slt.tex) = %{tl_version} +Provides: tex(ofs-tx.tex) = %{tl_version} +Provides: tex(ofs.sty) = %{tl_version} +Provides: tex(ofs.tex) = %{tl_version} +Provides: tex(ofsdef.tex) = %{tl_version} +Provides: tex(pantyk.tex) = %{tl_version} +Provides: tex(txfn.tex) = %{tl_version} + +%description ofs +OFS (Olsak's Font System) is a set of Plain TeX and LaTeX +macros for managing large font collections; it has been used by +Czech/Slovak users for many years. Main features include: - +Mapping from long names of fonts to the metric file name. The +user can specify only exact long names in documents. - Support +for many font encodings. - Printing of catalogues of fonts and +test samples of font families; the interactive macro \showfonts +shows all font families you have installed via OFS. - The user +interface is the same for Plain TeX and for LaTeX, but the +implementation differs: the LaTeX variant of OFS uses NFSS, but +the Plain variant implements its own font management (which may +even be better than NFSS) - Support for math fonts including TX +fonts. + +date: 2010-02-12 21:26:56 +0100 + +%post ofs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ofs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ofs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ofs-doc +Summary: Documentation for ofs +Version: svn16991.0 +Release: %{tl_noarch_release} +Provides: tex-ofs-doc +BuildArch: noarch +AutoReqProv: No + +%description ofs-doc +Documentation for ofs + +%package pdf-trans +Provides: tex-pdf-trans = %{tl_version} +License: Public Domain +Summary: A set of macros for various transformations of TeX boxes +Version: svn15878.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pdf-trans.tex) = %{tl_version} + +%description pdf-trans +pdf-trans is a set of macros for various transformations of TeX +boxes (based on plain and pdfeTeX primitives). It was initially +inspired by trans.tex, remade to work with pdfTeX. + +date: 2007-05-25 16:15:27 +0200 + +%post pdf-trans +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdf-trans +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdf-trans +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdf-trans-doc +Summary: Documentation for pdf-trans +Version: svn15878.2.2 +Release: %{tl_noarch_release} +Provides: tex-pdf-trans-doc +BuildArch: noarch +AutoReqProv: No + +%description pdf-trans-doc +Documentation for pdf-trans + +%package plainpkg +Provides: tex-plainpkg = %{tl_version} +License: LPPL +Summary: plainpkg package +Version: svn27765.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(plainpkg.tex) = %{tl_version} + +%description plainpkg +plainpkg package + +%post plainpkg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plainpkg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plainpkg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plainpkg-doc +Summary: Documentation for plainpkg +Version: svn27765.0 +Release: %{tl_noarch_release} +Provides: tex-plainpkg-doc +BuildArch: noarch +AutoReqProv: No + +%description plainpkg-doc +Documentation for plainpkg + +%package schemata +Provides: tex-schemata = %{tl_version} +License: LPPL 1.3 +Summary: Print topical diagrams +Version: svn29357.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(schemata.sty) = %{tl_version} + +%description schemata +The package facilitates the creation of topical schemata, +outlines that use braces (or facsimiles thereof) to illustrate +the breakdown of concepts and categories in Scholastic thought +from late medieval and early modern periods. + +date: 2013-03-12 20:16:10 +0100 + +%post schemata +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun schemata +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schemata +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package schemata-doc +Summary: Documentation for schemata +Version: svn29357.0.6 +Release: %{tl_noarch_release} +Provides: tex-schemata-doc +BuildArch: noarch +AutoReqProv: No + +%description schemata-doc +Documentation for schemata + +%package shade +Provides: tex-shade = %{tl_version} +License: LPPL +Summary: Shade pieces of text +Version: svn22212.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(shade.tex) = %{tl_version} + +%description shade +The package provides a shaded backdrop to a box of text. It +uses a Metafont font (provided) which generates to appropriate +shading dependent on the resolution used in the Metafont +printer parameters. + +date: 2011-04-25 22:01:30 +0200 + +%post shade +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shade +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shade +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shade-doc +Summary: Documentation for shade +Version: svn22212.1 +Release: %{tl_noarch_release} +Provides: tex-shade-doc +BuildArch: noarch +AutoReqProv: No + +%description shade-doc +Documentation for shade + +%package systeme +Provides: tex-systeme = %{tl_version} +License: LPPL 1.3 +Summary: Format systems of equations +Version: svn23336.0.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xstring.sty) +Provides: tex(systeme.sty) = %{tl_version} +Provides: tex(systeme.tex) = %{tl_version} + +%description systeme +The package allows you to enter systems of equations or +inequalities in an intuitive way, and produces typeset output +where the terms and signs are aligned vertically. The package +works with plain TeX or LaTeX, but e-TeX is required. Cette +petite extension permet de saisir des systemes d'equations ou +inequations de facon intuitive, et produit un affichage ou les +termes et les signes sont alignes verticalement. + +date: 2011-06-24 11:48:53 +0200 + +%post systeme +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun systeme +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans systeme +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package systeme-doc +Summary: Documentation for systeme +Version: svn23336.0.2b +Release: %{tl_noarch_release} +Provides: tex-systeme-doc +BuildArch: noarch +AutoReqProv: No + +%description systeme-doc +Documentation for systeme + +%package tabto-generic +Provides: tex-tabto-generic = %{tl_version} +License: Public Domain +Summary: "Tab" to a measured position in the line +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tabto.tex) = %{tl_version} + +%description tabto-generic +\tabto{<length>} moves the typesetting position to <length> +from the left margin of the paragraph. If the typesetting +position is already further along, \tabto starts a new line. + +date: 2009-09-13 19:05:07 +0200 + +%post tabto-generic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabto-generic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabto-generic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texapi +Provides: tex-texapi = %{tl_version} +License: LPPL +Summary: Macros to write format-independent packages +Version: svn24237.1.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(texapi.tex) = %{tl_version} + +%description texapi +Texapi provides utility macros to write format-independent (and +-aware) packages. It is similar in spirit to the etoolbox, +except that it isn't tied to LaTeX. Tools include: engine and +format detection, expansion control, command definition and +manipulation, various testing macros, string operations, and +highly customizable while and for loops. The package requires +e-TeX (and, should you want to compile its documentation, the +pitex package is also needed). + +date: 2011-10-03 08:52:14 +0200 + +%post texapi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texapi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texapi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texapi-doc +Summary: Documentation for texapi +Version: svn24237.1.04 +Release: %{tl_noarch_release} +Provides: tex-texapi-doc +BuildArch: noarch +AutoReqProv: No + +%description texapi-doc +Documentation for texapi + +%package upca +Provides: tex-upca = %{tl_version} +License: LPPL +Summary: upca package +Version: svn22511.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(upca.tex) = %{tl_version} + +%description upca +upca package + +%post upca +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun upca +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upca +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package upca-doc +Summary: Documentation for upca +Version: svn22511.0 +Release: %{tl_noarch_release} +Provides: tex-upca-doc +BuildArch: noarch +AutoReqProv: No + +%description upca-doc +Documentation for upca + +%package xlop +Provides: tex-xlop = %{tl_version} +License: LPPL +Summary: Calculates and displays arithmetic operations +Version: svn29236.0.25 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xlop.sty) = %{tl_version} +Provides: tex(xlop.tex) = %{tl_version} + +%description xlop +Xlop (eXtra Large OPeration) will typeset arithmetic problems +either in-line or "as in school" (using French school +conventions). So for example, \opadd{2}{3} can give either +$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\ +\hline 5\end{tabular}. Furthermore, numbers may be very large, +e.g 200 figures (with a very long compilation time). Many other +features allow to deal with numbers (tests, display, some high +level operations, etc.) + +date: 2013-02-26 20:28:25 +0100 + +%post xlop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xlop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xlop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xlop-doc +Summary: Documentation for xlop +Version: svn29236.0.25 +Release: %{tl_noarch_release} +Provides: tex-xlop-doc +BuildArch: noarch +AutoReqProv: No + +%description xlop-doc +Documentation for xlop + +%package yax +Provides: tex-yax = %{tl_version} +License: LPPL +Summary: Yet Another Key System +Version: svn21183.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(t-yax.tex) = %{tl_version} +Provides: tex(yax.sty) = %{tl_version} +Provides: tex(yax.tex) = %{tl_version} + +%description yax +YaX is advertised as a key system, but it rather organizes +attributes in parameters, which parameters can be executed, so +that YaX is halfway between key management and macro definition +(and actually hopes to provide a user's interface). Values +assigned to attributes can be retrieved and tested in various +ways, with full expandability ensured as much as possible. +Finally, YaX's syntax is a quite peculiar (as few braces as +possible), but may be customized. YaX is based on texapi and +thus requires e-TeX. + +date: 2011-01-23 17:05:29 +0100 + +%post yax +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yax +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yax +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yax-doc +Summary: Documentation for yax +Version: svn21183.1.03 +Release: %{tl_noarch_release} +Provides: tex-yax-doc +BuildArch: noarch +AutoReqProv: No + +%description yax-doc +Documentation for yax + +%package collection-genericrecommended +Summary: Generic recommended packages +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-epsf +Requires: tex-fontname +Requires: tex-genmisc +Requires: tex-kastrup +Requires: tex-multido +Requires: tex-path +Requires: tex-tex-ps +Requires: tex-ulem + +%description collection-genericrecommended +Recommended packages that work with multiple formats. + +%package epsf +Provides: tex-epsf = %{tl_version} +License: Public Domain +Summary: Simple macros for EPS inclusion +Version: svn21461.2.7.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(epsf.sty) = %{tl_version} +Provides: tex(epsf.tex) = %{tl_version} + +%description epsf +The original graphics inclusion macros for use with dvips; +still widely used by Plain TeX users (in particular). For LaTeX +users, the package is nowadays deprecated in favour of the more +sophisticated standard LaTeX graphics bundle of packages (which +are also available to Plain TeX users, either via its Plain TeX +version, or through the support offered by etex). + +date: 2011-02-18 10:32:12 +0100 + +%post epsf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epsf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epsf-doc +Summary: Documentation for epsf +Version: svn21461.2.7.4 +Release: %{tl_noarch_release} +Provides: tex-epsf-doc +BuildArch: noarch +AutoReqProv: No + +%description epsf-doc +Documentation for epsf + +%package fontname +Provides: tex-fontname = %{tl_version} +License: GPL+ +Summary: Scheme for naming fonts in TeX +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Provides: tex(adobe.map) = %{tl_version} +Provides: tex(apple.map) = %{tl_version} +Provides: tex(bitstrea.map) = %{tl_version} +Provides: tex(dtc.map) = %{tl_version} +Provides: tex(itc.map) = %{tl_version} +Provides: tex(linot-cd.map) = %{tl_version} +Provides: tex(linotype-cd.map) = %{tl_version} +Provides: tex(linotype.map) = %{tl_version} +Provides: tex(monotype.map) = %{tl_version} +Provides: tex(skey1250.map) = %{tl_version} +Provides: tex(skey1555.map) = %{tl_version} +Provides: tex(softkey-1250.map) = %{tl_version} +Provides: tex(softkey-1555.map) = %{tl_version} +Provides: tex(softkey.map) = %{tl_version} +Provides: tex(special.map) = %{tl_version} +Provides: tex(supplier.map) = %{tl_version} +Provides: tex(texfonts.map) = %{tl_version} +Provides: tex(typeface.map) = %{tl_version} +Provides: tex(urw.map) = %{tl_version} +Provides: tex(variant.map) = %{tl_version} +Provides: tex(weight.map) = %{tl_version} +Provides: tex(width.map) = %{tl_version} +Provides: tex(yandy.map) = %{tl_version} + +%description fontname +The scheme for assigning names is described (in the +documentation part of the package), and map files giving the +relation between foundry name and 'TeX-name' are also provided. + +date: 2012-07-06 23:09:35 +0200 + +%preun fontname +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/fontname.info %{_infodir}/dir 2>/dev/null || : +fi + +%post fontname +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/fontname.info %{_infodir}/dir 2>/dev/null +: + +%postun fontname +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontname +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontname-doc +Summary: Documentation for fontname +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-fontname-doc +BuildArch: noarch +AutoReqProv: No + +%description fontname-doc +Documentation for fontname + +%package genmisc +Provides: tex-genmisc = %{tl_version} +License: LPPL +Summary: genmisc package +Version: svn27208.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(anti.tex) = %{tl_version} +Provides: tex(apldef.tex) = %{tl_version} +Provides: tex(arabic.tex) = %{tl_version} +Provides: tex(backgrnd.tex) = %{tl_version} +Provides: tex(balancedquotes.sty) = %{tl_version} +Provides: tex(chessmin.tex) = %{tl_version} +Provides: tex(compare.tex) = %{tl_version} +Provides: tex(cropmark.sty) = %{tl_version} +Provides: tex(cropmark.tex) = %{tl_version} +Provides: tex(croptest.tex) = %{tl_version} +Provides: tex(dayofweek.tex) = %{tl_version} +Provides: tex(daytime.sty) = %{tl_version} +Provides: tex(default.sty) = %{tl_version} +Provides: tex(dow.tex) = %{tl_version} +Provides: tex(emtrees.tex) = %{tl_version} +Provides: tex(endnote.tex) = %{tl_version} +Provides: tex(fakebold.tex) = %{tl_version} +Provides: tex(hep.tex) = %{tl_version} +Provides: tex(inscrutable.tex) = %{tl_version} +Provides: tex(laps.tex) = %{tl_version} +Provides: tex(letterspacing.tex) = %{tl_version} +Provides: tex(longdiv.tex) = %{tl_version} +Provides: tex(mandel.tex) = %{tl_version} +Provides: tex(mathlig.tex) = %{tl_version} +Provides: tex(nth.sty) = %{tl_version} +Provides: tex(outerhbox.sty) = %{tl_version} +Provides: tex(pagereference.tex) = %{tl_version} +Provides: tex(quotation.tex) = %{tl_version} +Provides: tex(ragged.sty) = %{tl_version} +Provides: tex(random.tex) = %{tl_version} +Provides: tex(ruler.tex) = %{tl_version} +Provides: tex(selectpage.tex) = %{tl_version} +Provides: tex(shadebox.tex) = %{tl_version} +Provides: tex(swrule.sty) = %{tl_version} +Provides: tex(underlin.tex) = %{tl_version} +Provides: tex(undertilde.tex) = %{tl_version} +Provides: tex(verbatim.tex) = %{tl_version} +Provides: tex(weekday.sty) = %{tl_version} +Provides: tex(wiggly.tex) = %{tl_version} +Provides: tex(zip.tex) = %{tl_version} + +%description genmisc +genmisc package + +%post genmisc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun genmisc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genmisc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kastrup +Provides: tex-kastrup = %{tl_version} +License: LPPL +Summary: kastrup package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(binhex.tex) = %{tl_version} + +%description kastrup +kastrup package + +%post kastrup +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kastrup +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kastrup +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kastrup-doc +Summary: Documentation for kastrup +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-kastrup-doc +BuildArch: noarch +AutoReqProv: No + +%description kastrup-doc +Documentation for kastrup + +%package multido +Provides: tex-multido = %{tl_version} +License: LPPL +Summary: A loop facility for Generic TeX +Version: svn18302.1.42 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multido.tex) = %{tl_version} +Provides: tex(multido.sty) = %{tl_version} + +%description multido +The package provides the \multido command, which was originally +designed for use with with PSTricks. Fixed-point arithmetic is +used when working on the loop variable, so that the package is +equally applicable in graphics applications like PSTricks as it +is with the more common integer loops. + +date: 2010-05-15 11:36:20 +0200 + +%post multido +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multido +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multido +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multido-doc +Summary: Documentation for multido +Version: svn18302.1.42 +Release: %{tl_noarch_release} +Provides: tex-multido-doc +BuildArch: noarch +AutoReqProv: No + +%description multido-doc +Documentation for multido + +%package path +Provides: tex-path = %{tl_version} +License: Bibtex +Summary: Typeset paths, making them breakable +Version: svn22045.3.05 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(path.sty) = %{tl_version} + +%description path +Defines a macro \path|...|, similar to the LaTeX \verb|...|, +that sets the text in typewriter font and allows hyphen-less +breaks at punctuation characters. The set of characters to be +regarded as punctuation may be changed from the package's +default. + +date: 2011-04-07 22:08:26 +0200 + +%post path +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun path +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans path +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package path-doc +Summary: Documentation for path +Version: svn22045.3.05 +Release: %{tl_noarch_release} +Provides: tex-path-doc +BuildArch: noarch +AutoReqProv: No + +%description path-doc +Documentation for path + +%package tex-ps +Provides: tex-tex-ps = %{tl_version} +License: Public Domain +Summary: TeX to PostScript generic macros and add-ons +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cmyk-hax.tex) = %{tl_version} +Provides: tex(epsfx.tex) = %{tl_version} +Provides: tex(poligraf.sty) = %{tl_version} +Provides: tex(trans.tex) = %{tl_version} + +%description tex-ps +TeX to PostScript generic macros and add-ons: transformations +of EPS files, prepress preparation, color separation, mirror, +etc. + +date: 2009-10-10 00:51:28 +0200 + +%post tex-ps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tex-ps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-ps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-ps-doc +Summary: Documentation for tex-ps +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-tex-ps-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-ps-doc +Documentation for tex-ps + +%package ulem +Provides: tex-ulem = %{tl_version} +License: Copyright only +Summary: Package for underlining +Version: svn26785.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ulem.sty) = %{tl_version} + +%description ulem +The package provides an \ul (underline) command which will +break over line ends; this technique may be used to replace \em +(both in that form and as the \emph command), so as to make +output look as if it comes from a typewriter. The package also +offers double and wavy underlining, and striking out (line +through words) and crossing out (/// over words). The package +works with both Plain TeX and LaTeX. + +date: 2012-06-01 11:43:10 +0200 + +%post ulem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ulem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ulem-doc +Summary: Documentation for ulem +Version: svn26785.0 +Release: %{tl_noarch_release} +Provides: tex-ulem-doc +BuildArch: noarch +AutoReqProv: No + +%description ulem-doc +Documentation for ulem + +%package collection-htmlxml +Summary: HTML/SGML/XML support +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-latex +Requires: tex-jadetex +Requires: tex-passivetex +Requires: tex-tex4ht +Requires: tex-xmltex + +%description collection-htmlxml +Packages to convert LaTeX to XML/HTML, and typset XML/SGML + +%package jadetex +Provides: tex-jadetex = %{tl_version} +License: MIT +Summary: Macros supporting Jade DSSSL output +Version: svn23409.3.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Provides: jadetex = %{tl_version} +Obsoletes: jadetex < %{tl_version} +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-latex +Requires: tex-pdftex +Requires: tex-tex +Requires: texlive-jadetex-bin +Provides: tex(dsssl.def) = %{tl_version} +Provides: tex(uentities.sty) = %{tl_version} +Provides: tex(ut1omlgc.fd) = %{tl_version} + +%description jadetex +Macro package on top of LaTeX to typeset TeX output of the Jade +DSSSL implementation. + +date: 2008-04-20 19:53:04 +0200 + +%post jadetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ jadetex.*$/jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfjadetex.*$/pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun jadetex +if [ $1 == 0 ] ; then +sed -i 's/^jadetex.*$/\#\!\ jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfjadetex.*$/\#\!\ pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans jadetex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jadetex-doc +Summary: Documentation for jadetex +Version: svn23409.3.13 +Release: %{tl_noarch_release} +Provides: tex-jadetex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-latex-doc +Requires: tex-pdftex-doc + +%description jadetex-doc +Documentation for jadetex + +%package jadetex-bin +Summary: Binaries for jadetex +Version: svn3006.0 +Requires: texlive-base +Requires: tex-jadetex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description jadetex-bin +Binaries for jadetex + +%package passivetex +Provides: tex-passivetex = %{tl_version} +License: MIT +Summary: Support package for XML/SGML typesetting +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(multicol.sty) +Requires: tex(rotating.sty) +Requires: tex(array.sty) +Requires: tex(amsmath.sty) +Requires: tex(longtable.sty) +Requires: tex(url.sty) +Requires: tex(ulem.sty) +Requires: tex(color.sty) +Requires: tex(times.sty) +Requires: tex(unicode.sty) +Requires: tex(marvosym.sty) +Requires: tex(nameref.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifthen.sty) +Requires: tex(fontenc.sty) +Requires: tex(tipa.sty) +Requires: tex(tone.sty) +Requires: tex(amssymb.sty) +Requires: tex(bm.sty) +Requires: tex(textcomp.sty) +Requires: tex(pifont.sty) +Provides: tex(dummyels.sty) = %{tl_version} +Provides: tex(fotex.sty) = %{tl_version} +Provides: tex(mlnames.sty) = %{tl_version} +Provides: tex(teixml.sty) = %{tl_version} +Provides: tex(teixmlslides.sty) = %{tl_version} +Provides: tex(ucharacters.sty) = %{tl_version} +Provides: tex(unicode.sty) = %{tl_version} + +%description passivetex +Packages providing XML parsing, UTF-8 parsing, Unicode +entities, and common formatting object definitions for jadetex. + +date: 2008-04-20 19:53:04 +0200 + +%post passivetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun passivetex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans passivetex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex4ht +Provides: tex-tex4ht = %{tl_version} +License: LPPL +Summary: Convert (La)TeX to HTML/XML +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tex4ht-bin +Provides: tex(m-tex4ht.tex) = %{tl_version} +Provides: tex(tex4ht.sty) = %{tl_version} +Provides: tetex-tex4ht = %{tl_version} +Obsoletes: tetex-tex4ht < %{tl_version} + +%description tex4ht +A converter from TeX and LaTeX to SGML-based formats such as +(X)HTML, MathML, OpenDocument, and DocBook, providing a +configurable (La)TeX-based authoring system for hypertext. +Tex4ht does not parse (La)TeX source (so that it avoids the +difficulties encountered by many other converters, arising from +the irregularity of (La)TeX syntax). Instead, Tex4ht uses +(La)TeX itself (with an extra macro package) to produce a non- +standard DVI file that it can then process. This technique +allows TeX4ht to approach the robustness characteristic of +restricted-syntax systems such as hyperlatex and gellmu. Note +that CTAN no longer holds the definitive sources of the +package: see the 'Readme' file. + +date: 2012-02-23 17:06:23 +0100 + +%post tex4ht +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tex4ht +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex4ht +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex4ht-doc +Summary: Documentation for tex4ht +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-tex4ht-doc +BuildArch: noarch +AutoReqProv: No + +%description tex4ht-doc +Documentation for tex4ht + +%package tex4ht-bin +Summary: Binaries for tex4ht +Version: svn30088.0 +Requires: texlive-base +Requires: tex-tex4ht +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description tex4ht-bin +Binaries for tex4ht + +%package xmltex +Provides: tex-xmltex = %{tl_version} +License: LPPL +Summary: Support for parsing XML documents +Version: svn28273.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-latex +Requires: tex-pdftex +Requires: tex-tex +Requires: texlive-xmltex-bin +Provides: tex(xmltex.cfg) = %{tl_version} +Provides: tex(xmltex.tex) = %{tl_version} + +%description xmltex +This package provides an implementation of a parser for +documents matching the XML 1.0 and XML Namespace +Recommendations. In addition to parsing commands are provided +to attatch TeX typesetting instructions to the various markup +elemenets as they are encounted. Sample files for typesetting a +subset of TEI, MathML, are included. Element and Attribute +names, as well as character data, may use any characters +allowed in XML, using UTF-8 or a suitable 8-bit encoding. + +date: 2012-06-08 08:33:19 +0200 + +%post xmltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ xmltex.*$/xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfxmltex.*$/pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun xmltex +if [ $1 == 0 ] ; then +sed -i 's/^xmltex.*$/\#\!\ xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfxmltex.*$/\#\!\ pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans xmltex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xmltex-doc +Summary: Documentation for xmltex +Version: svn28273.0.8 +Release: %{tl_noarch_release} +Provides: tex-xmltex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-latex-doc +Requires: tex-pdftex-doc + +%description xmltex-doc +Documentation for xmltex + +%package xmltex-bin +Summary: Binaries for xmltex +Version: svn3006.0 +Requires: texlive-base +Requires: tex-xmltex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Provides: xmltex = %{tl_version}0101 +Obsoletes: xmltex < %{tl_version}0101 +Release: %{tl_release} +BuildArch: noarch + +%description xmltex-bin +Binaries for xmltex + +%package collection-humanities +Summary: Humanities packages +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-alnumsec +Requires: tex-arydshln +Requires: tex-bibleref +Requires: tex-bibleref-lds +Requires: tex-bibleref-mouth +Requires: tex-bibleref-parse +Requires: tex-covington +Requires: tex-dramatist +Requires: tex-dvgloss +Requires: tex-ecltree +Requires: tex-edfnotes +Requires: tex-ednotes +Requires: tex-eledform +Requires: tex-eledmac +Requires: tex-gb4e +Requires: tex-gmverse +Requires: tex-jura +Requires: tex-juraabbrev +Requires: tex-juramisc +Requires: tex-jurarsp +Requires: tex-ledmac +Requires: tex-lexikon +Requires: tex-lineno +Requires: tex-linguex +Requires: tex-liturg +Requires: tex-parallel +Requires: tex-parrun +Requires: tex-plari +Requires: tex-play +Requires: tex-poemscol +Requires: tex-poetrytex +Requires: tex-qobitree +Requires: tex-qtree +Requires: tex-rrgtrees +Requires: tex-rtklage +Requires: tex-screenplay +Requires: tex-sides +Requires: tex-stage +Requires: tex-tree-dvips +Requires: tex-verse +Requires: tex-xyling + +%description collection-humanities +Packages for law, linguistics, social sciences, humanities, +etc. + +%package covington +Provides: tex-covington = %{tl_version} +License: Public Domain +Summary: Linguistic support +Version: svn17750.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(covington.sty) = %{tl_version} + +%description covington +Numerous minor LaTeX enhancements for linguistics, including +multiple accents on the same letter, interline glosses (word- +by-word translations), Discourse Representation Structures, and +example numbering. + +date: 2010-04-05 22:57:39 +0200 + +%post covington +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun covington +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans covington +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package covington-doc +Summary: Documentation for covington +Version: svn17750.0 +Release: %{tl_noarch_release} +Provides: tex-covington-doc +BuildArch: noarch +AutoReqProv: No + +%description covington-doc +Documentation for covington + +%package dramatist +Provides: tex-dramatist = %{tl_version} +License: GPL+ +Summary: Typeset dramas, both in verse and in prose +Version: svn15878.1.2d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(dramatist.sty) = %{tl_version} + +%description dramatist +This package is intended for typesetting drama of any length. +It provides two environments for typesetting dialogues in prose +or in verse; new document divisions corresponding to acts and +scenes; macros that control the appearance of characters and +stage directions; and automatic generation of a `dramatis +personae' list. + +date: 2006-12-01 14:16:52 +0100 + +%post dramatist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dramatist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dramatist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dramatist-doc +Summary: Documentation for dramatist +Version: svn15878.1.2d +Release: %{tl_noarch_release} +Provides: tex-dramatist-doc +BuildArch: noarch +AutoReqProv: No + +%description dramatist-doc +Documentation for dramatist + +%package dvgloss +Provides: tex-dvgloss = %{tl_version} +License: LPPL +Summary: Facilities for setting interlinear glossed text +Version: svn29103.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dvgloss.sty) = %{tl_version} + +%description dvgloss +The package provides extensible macros for setting interlinear +glossed text -- useful, for instance, for typing linguistics +papers. The operative word here is "extensible": few features +are built in, but some flexible and powerful facilities are +included for adding your own. + +date: 2013-02-13 12:56:56 +0100 + +%post dvgloss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvgloss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvgloss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvgloss-doc +Summary: Documentation for dvgloss +Version: svn29103.0.1 +Release: %{tl_noarch_release} +Provides: tex-dvgloss-doc +BuildArch: noarch +AutoReqProv: No + +%description dvgloss-doc +Documentation for dvgloss + +%package ecltree +Provides: tex-ecltree = %{tl_version} +License: LPPL +Summary: Trees using epic and eepic macros +Version: svn15878.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ecltree.sty) = %{tl_version} + +%description ecltree +The package recursively draws trees: each subtree is defined in +a 'bundle' environment, with a set of leaves described by +\chunk macros. A chunk may have a bundle environment inside it. + +date: 2008-06-01 23:17:13 +0200 + +%post ecltree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ecltree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecltree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ecltree-doc +Summary: Documentation for ecltree +Version: svn15878.1.1a +Release: %{tl_noarch_release} +Provides: tex-ecltree-doc +BuildArch: noarch +AutoReqProv: No + +%description ecltree-doc +Documentation for ecltree + +%package edfnotes +Provides: tex-edfnotes = %{tl_version} +License: LPPL 1.3 +Summary: Critical annotations to footnotes with ednotes +Version: svn21540.0.6b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fnlineno.sty) +Provides: tex(edfnotes.sty) = %{tl_version} + +%description edfnotes +The package modifies the annotation commands and label-test +mechanism of the ednotes package so that critical notes appear +on the pages and in the order that one would expect. + +date: 2011-02-22 21:47:43 +0100 + +%post edfnotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun edfnotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edfnotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package edfnotes-doc +Summary: Documentation for edfnotes +Version: svn21540.0.6b +Release: %{tl_noarch_release} +Provides: tex-edfnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description edfnotes-doc +Documentation for edfnotes + +%package ednotes +Provides: tex-ednotes = %{tl_version} +License: LPPL +Summary: Typeset scholarly editions +Version: svn19440.1.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mfparptc.sty) +Requires: tex(manyfoot.sty) +Requires: tex(lineno.sty) +Provides: tex(edcntwd0.sty) = %{tl_version} +Provides: tex(ednotes.sty) = %{tl_version} +Provides: tex(lblchng1.sty) = %{tl_version} +Provides: tex(mfparptc.sty) = %{tl_version} +Provides: tex(mfparxsp.sty) = %{tl_version} + +%description ednotes +A macro package for typesetting scholarly critical editions. +Provides macros for critical edition typesetting with LaTeX, +including support for line numbers and layers of footnotes. + +date: 2008-01-07 00:37:03 +0100 + +%post ednotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ednotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ednotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ednotes-doc +Summary: Documentation for ednotes +Version: svn19440.1.3a +Release: %{tl_noarch_release} +Provides: tex-ednotes-doc +BuildArch: noarch +AutoReqProv: No + +%description ednotes-doc +Documentation for ednotes + +%package eledform +Provides: tex-eledform = %{tl_version} +License: LPPL 1.3 +Summary: Define textual variants +Version: svn27922.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(eledmac.sty) +Provides: tex(eledform.sty) = %{tl_version} + +%description eledform +The package provides commands to formalize textual variants in +critical editions typeset using eledmac. + +date: 2012-10-08 11:45:11 +0200 + +%post eledform +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eledform +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eledform +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eledform-doc +Summary: Documentation for eledform +Version: svn27922.1.0 +Release: %{tl_noarch_release} +Provides: tex-eledform-doc +BuildArch: noarch +AutoReqProv: No + +%description eledform-doc +Documentation for eledform + +%package eledmac +Provides: tex-eledmac = %{tl_version} +License: LPPL +Summary: Typeset scholarly editions +Version: svn29956.1.4.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xargs.sty) +Requires: tex(etoolbox.sty) +Requires: tex(suffix.sty) +Requires: tex(ifluatex.sty) +Provides: tex(eledmac.sty) = %{tl_version} +Provides: tex(eledpar.sty) = %{tl_version} + +%description eledmac +A package for typesetting scholarly critical editions, +replacing the established ledmac package. Ledmac itself was a +LaTeX port of the plain TeX EDMAC macros. The package supports +indexing by page and by line numbers, and simple tabular- and +array-style environments. The package is distributed with the +related eledpar package. + +date: 2013-04-15 19:11:07 +0200 + +%post eledmac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eledmac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eledmac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eledmac-doc +Summary: Documentation for eledmac +Version: svn29956.1.4.6 +Release: %{tl_noarch_release} +Provides: tex-eledmac-doc +BuildArch: noarch +AutoReqProv: No + +%description eledmac-doc +Documentation for eledmac + +%package gb4e +Provides: tex-gb4e = %{tl_version} +License: LPPL 1.2 +Summary: Linguistic tools +Version: svn19216.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cgloss4e.sty) = %{tl_version} +Provides: tex(gb4e.sty) = %{tl_version} + +%description gb4e +Provides an environment for linguistic examples, tools for +glosses, and various other goodies. The code was developed from +the midnight and covington packages. + +date: 2010-07-03 20:09:25 +0200 + +%post gb4e +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gb4e +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gb4e +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gb4e-doc +Summary: Documentation for gb4e +Version: svn19216.0 +Release: %{tl_noarch_release} +Provides: tex-gb4e-doc +BuildArch: noarch +AutoReqProv: No + +%description gb4e-doc +Documentation for gb4e + +%package gmverse +Provides: tex-gmverse = %{tl_version} +License: LPPL +Summary: A package for typesetting (short) poems +Version: svn29803.v0.73 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gmverse.sty) = %{tl_version} + +%description gmverse +A redefinition of the verse environment to make the \\ command +optional for line ends and to give it a possibility of optical +centering and `right-hanging' alignment of lines broken because +of length. + +date: 2012-05-17 22:49:03 +0200 + +%post gmverse +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmverse +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmverse +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmverse-doc +Summary: Documentation for gmverse +Version: svn29803.v0.73 +Release: %{tl_noarch_release} +Provides: tex-gmverse-doc +BuildArch: noarch +AutoReqProv: No + +%description gmverse-doc +Documentation for gmverse + +%package jura +Provides: tex-jura = %{tl_version} +License: GPL+ +Summary: A document class for German legal texts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(alphanum.sty) = %{tl_version} +Provides: tex(jura.cls) = %{tl_version} + +%description 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: 2007-01-08 14:12:54 +0100 + +%post jura +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jura +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jura +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jura-doc +Summary: Documentation for jura +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-jura-doc +BuildArch: noarch +AutoReqProv: No + +%description jura-doc +Documentation for jura + +%package juraabbrev +Provides: tex-juraabbrev = %{tl_version} +License: GPL+ +Summary: Abbreviations for typesetting (German) juridical documents +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(juraabbrev.sty) = %{tl_version} + +%description 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: 2007-01-08 14:12:54 +0100 + +%post juraabbrev +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun juraabbrev +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans juraabbrev +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package juraabbrev-doc +Summary: Documentation for juraabbrev +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-juraabbrev-doc +BuildArch: noarch +AutoReqProv: No + +%description juraabbrev-doc +Documentation for juraabbrev + +%package juramisc +Provides: tex-juramisc = %{tl_version} +License: LPPL +Summary: Typesetting German juridical documents +Version: svn15878.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(remreset.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(multicol.sty) +Requires: tex(ragged2e.sty) +Requires: tex(array.sty) +Requires: tex(pifont.sty) +Requires: tex(fancybox.sty) +Requires: tex(color.sty) +Provides: tex(jbgoe.clo) = %{tl_version} +Provides: tex(jbstgallen.clo) = %{tl_version} +Provides: tex(jbtrier.clo) = %{tl_version} +Provides: tex(jurabase.sty) = %{tl_version} +Provides: tex(jurabook.cls) = %{tl_version} +Provides: tex(juraovw.cls) = %{tl_version} +Provides: tex(juraurtl.cls) = %{tl_version} + +%description juramisc +A collection of classes for typesetting court sentences, legal +opinions, and dissertations for German lawyers. The package is +still under development. + +date: 2007-11-23 19:34:36 +0100 + +%post juramisc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun juramisc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans juramisc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package juramisc-doc +Summary: Documentation for juramisc +Version: svn15878.0.91 +Release: %{tl_noarch_release} +Provides: tex-juramisc-doc +BuildArch: noarch +AutoReqProv: No + +%description juramisc-doc +Documentation for juramisc + +%package jurarsp +Provides: tex-jurarsp = %{tl_version} +License: GPL+ +Summary: Citations of judgements and official documents in (German) juridical documents +Version: svn15878.0.52 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Requires: tex(xspace.sty) +Requires: tex(calc.sty) +Provides: tex(jurarsp.cfg) = %{tl_version} +Provides: tex(jurarsp.sty) = %{tl_version} + +%description 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: 2007-01-08 14:12:54 +0100 + +%post jurarsp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jurarsp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jurarsp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jurarsp-doc +Summary: Documentation for jurarsp +Version: svn15878.0.52 +Release: %{tl_noarch_release} +Provides: tex-jurarsp-doc +BuildArch: noarch +AutoReqProv: No + +%description jurarsp-doc +Documentation for jurarsp + +%package ledmac +Provides: tex-ledmac = %{tl_version} +License: LPPL +Summary: Typeset scholarly editions +Version: svn27721.0.19 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(afoot.sty) = %{tl_version} +Provides: tex(ledarab.sty) = %{tl_version} +Provides: tex(ledmac.sty) = %{tl_version} +Provides: tex(ledpar.sty) = %{tl_version} + +%description ledmac +A macro package for typesetting scholarly critical editions. +The ledmac package is a LaTeX port of the plain TeX EDMAC +macros. It supports indexing by page and line number and simple +tabular- and array-style environments. The package is +distributed with the related ledpar and ledarab packages. The +package is now superseded by eledmac. + +date: 2012-09-17 12:04:36 +0200 + +%post ledmac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ledmac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ledmac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ledmac-doc +Summary: Documentation for ledmac +Version: svn27721.0.19 +Release: %{tl_noarch_release} +Provides: tex-ledmac-doc +BuildArch: noarch +AutoReqProv: No + +%description ledmac-doc +Documentation for ledmac + +%package lexikon +Provides: tex-lexikon = %{tl_version} +License: LPPL +Summary: Macros for a two language dictionary +Version: svn17364.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ipa.sty) +Provides: tex(lexikon.sty) = %{tl_version} + +%description lexikon +lexikon package + +date: 2010-03-06 21:34:04 +0100 + +%post lexikon +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lexikon +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lexikon +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lexikon-doc +Summary: Documentation for lexikon +Version: svn17364.1.0c +Release: %{tl_noarch_release} +Provides: tex-lexikon-doc +BuildArch: noarch +AutoReqProv: No + +%description lexikon-doc +Documentation for lexikon + +%package lineno +Provides: tex-lineno = %{tl_version} +License: LPPL +Summary: Line numbers on paragraphs +Version: svn21442.4.41 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Requires: tex(ltabptch.sty) +Requires: tex(finstrut.sty) +Provides: tex(ednmath0.sty) = %{tl_version} +Provides: tex(edtable.sty) = %{tl_version} +Provides: tex(fnlineno.sty) = %{tl_version} +Provides: tex(lineno.sty) = %{tl_version} +Provides: tex(vplref.sty) = %{tl_version} + +%description lineno +Adds line numbers to selected paragraphs with reference +possible through the LaTeX \ref and \pageref cross reference +mechanism. Line numbering may be extended to footnote lines, +using the fnlineno package. + +date: 2011-02-16 17:09:51 +0100 + +%post lineno +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lineno +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lineno +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lineno-doc +Summary: Documentation for lineno +Version: svn21442.4.41 +Release: %{tl_noarch_release} +Provides: tex-lineno-doc +BuildArch: noarch +AutoReqProv: No + +%description lineno-doc +Documentation for lineno + +%package linguex +Provides: tex-linguex = %{tl_version} +License: LPPL +Summary: Format linguists' examples +Version: svn19440.4.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(cgloss4e.sty) +Requires: tex(tree-dvips.sty) +Provides: tex(linguex.sty) = %{tl_version} +Provides: tex(linguho.sty) = %{tl_version} +Provides: tex(ps-trees.sty) = %{tl_version} + +%description linguex +This bundle comprises two packages: - The linguex package +facilitates the formatting of linguist examples, automatically +taking care of example numbering, indentations, indexed +brackets, and the '*' in grammaticality judgments. - The ps- +trees package provides linguistic trees, building on the macros +of tree-dvips, but overcoming some of the older package's +shortcomings. + +date: 2010-06-01 09:12:12 +0200 + +%post linguex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun linguex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans linguex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package linguex-doc +Summary: Documentation for linguex +Version: svn19440.4.3 +Release: %{tl_noarch_release} +Provides: tex-linguex-doc +BuildArch: noarch +AutoReqProv: No + +%description linguex-doc +Documentation for linguex + +%package liturg +Provides: tex-liturg = %{tl_version} +License: LPPL +Summary: Support for typesetting Catholic liturgical texts +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(babel.sty) +Requires: tex(color.sty) +Requires: tex(lettrine.sty) +Requires: tex(ecclesiastic.sty) +Provides: tex(liturg.sty) = %{tl_version} + +%description liturg +The packages offers simple macros for typesetting Catholic +liturgical texts, particularly Missal and Breviary texts. The +package assumes availability of Latin typesetting packages. + +date: 2008-09-08 11:32:46 +0200 + +%post liturg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun liturg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans liturg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package liturg-doc +Summary: Documentation for liturg +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-liturg-doc +BuildArch: noarch +AutoReqProv: No + +%description liturg-doc +Documentation for liturg + +%package parallel +Provides: tex-parallel = %{tl_version} +License: LPPL +Summary: Typeset parallel texts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(parallel.sty) = %{tl_version} + +%description parallel +Provides a parallel environment which allows two potentially +different texts to be typeset in two columns, while maintaining +alignment. The two columns may be on the same page, or on +facing pages. This arrangement of text is commonly used when +typesetting translations, but it can have value when comparing +any two texts. + +date: 2007-01-12 20:52:49 +0100 + +%post parallel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun parallel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parallel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package parallel-doc +Summary: Documentation for parallel +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-parallel-doc +BuildArch: noarch +AutoReqProv: No + +%description parallel-doc +Documentation for parallel + +%package parrun +Provides: tex-parrun = %{tl_version} +License: LPPL +Summary: Typesets (two) streams of text running parallel +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Provides: tex(parrun.sty) = %{tl_version} + +%description parrun +For typesetting translated text and the original source, +parallel on the same page, one above the other. + +date: 2009-09-20 00:02:29 +0200 + +%post parrun +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun parrun +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parrun +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package parrun-doc +Summary: Documentation for parrun +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-parrun-doc +BuildArch: noarch +AutoReqProv: No + +%description parrun-doc +Documentation for parrun + +%package plari +Provides: tex-plari = %{tl_version} +License: GPL+ +Summary: Typesetting stageplay scripts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(plari.cls) = %{tl_version} + +%description plari +Plari (the name comes from the Finnish usage for the working +copy of a play) is a report-alike class, without section +headings, and with paragraphs vertically separated rather than +indented. + +date: 2007-02-26 21:26:45 +0100 + +%post plari +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plari +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plari +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plari-doc +Summary: Documentation for plari +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-plari-doc +BuildArch: noarch +AutoReqProv: No + +%description plari-doc +Documentation for plari + +%package play +Provides: tex-play = %{tl_version} +License: LPPL +Summary: Typeset drama using LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(play.cls) = %{tl_version} +Provides: tex(play.sty) = %{tl_version} + +%description play +A class and style file that supports the typesetting of plays, +including options for line numbering. + +date: 2007-01-13 20:56:44 +0100 + +%post play +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun play +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans play +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package play-doc +Summary: Documentation for play +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-play-doc +BuildArch: noarch +AutoReqProv: No + +%description play-doc +Documentation for play + +%package poemscol +Provides: tex-poemscol = %{tl_version} +License: LPPL 1.2 +Summary: Typesetting Critical Editions of Poetry +Version: svn29072.2.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(poemscol.sty) = %{tl_version} + +%description poemscol +The package offers LaTeX macros for typesetting critical +editions of poetry. Its features include automatic +linenumbering, generation of separate endnotes sections for +emendations, textual collations, and explanatory notes, special +marking for cases in which page breaks occur during stanza +breaks, running headers of the form 'Notes to pp. xx-yy' for +the notes sections, index of titles and first lines, and +automatic generation of a table of contents. + +date: 2013-02-10 14:30:42 +0100 + +%post poemscol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun poemscol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poemscol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package poemscol-doc +Summary: Documentation for poemscol +Version: svn29072.2.61 +Release: %{tl_noarch_release} +Provides: tex-poemscol-doc +BuildArch: noarch +AutoReqProv: No + +%description poemscol-doc +Documentation for poemscol + +%package poetrytex +Provides: tex-poetrytex = %{tl_version} +License: LPPL 1.3 +Summary: Typeset anthologies of poetry +Version: svn29347.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(hyperref.sty) +Provides: tex(poetrytex.sty) = %{tl_version} + +%description poetrytex +The package is designed to aid in the management and formatting +of anthologies of poetry and other writings; it does not +concern itself with actually typesettinig the verse itself. + +date: 2013-03-11 00:44:39 +0100 + +%post poetrytex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun poetrytex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poetrytex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package poetrytex-doc +Summary: Documentation for poetrytex +Version: svn29347.1.4 +Release: %{tl_noarch_release} +Provides: tex-poetrytex-doc +BuildArch: noarch +AutoReqProv: No + +%description poetrytex-doc +Documentation for poetrytex + +%package qobitree +Provides: tex-qobitree = %{tl_version} +License: LPPL +Summary: LaTeX macros for typesetting trees +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(qobitree.tex) = %{tl_version} + +%description qobitree +Provides commands \branch and \leaf for specifying the elements +of the tree; you build up your tree with those commands, and +then issue the \tree command to typeset the whole. + +date: 2008-11-30 00:16:40 +0100 + +%post qobitree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qobitree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qobitree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qobitree-doc +Summary: Documentation for qobitree +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-qobitree-doc +BuildArch: noarch +AutoReqProv: No + +%description qobitree-doc +Documentation for qobitree + +%package qtree +Provides: tex-qtree = %{tl_version} +License: LPPL +Summary: Draw tree structures +Version: svn15878.3.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pict2e.sty) +Provides: tex(qtree.sty) = %{tl_version} + +%description qtree +The package offers support for drawing tree diagrams, and is +especially suitable for linguistics use. It allows trees to be +specified in a simple bracket notation, automatically +calculates branch sizes, and supports both DVI/PostScript and +PDF output by use of pict2e facilities. The package is a +development of the existing qobitree package, offering a new +front end. + +date: 2009-01-24 16:10:54 +0100 + +%post qtree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qtree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qtree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qtree-doc +Summary: Documentation for qtree +Version: svn15878.3.1b +Release: %{tl_noarch_release} +Provides: tex-qtree-doc +BuildArch: noarch +AutoReqProv: No + +%description qtree-doc +Documentation for qtree + +%package rrgtrees +Provides: tex-rrgtrees = %{tl_version} +License: LPPL +Summary: Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX +Version: svn27322.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pst-node.sty) +Requires: tex(pst-tree.sty) +Provides: tex(rrgtrees.sty) = %{tl_version} + +%description rrgtrees +A set of LaTeX macros that makes it easy to produce linguistic +tree diagrams suitable for Role and Reference Grammar (RRG). +This package allows the construction of trees with crossing +lines, as is required by this theory for many languages. There +is no known limit on number of tree nodes or levels. Requires +the pst-node and pst-tree LaTeX packages. + +date: 2012-02-10 18:28:55 +0100 + +%post rrgtrees +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rrgtrees +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rrgtrees +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rrgtrees-doc +Summary: Documentation for rrgtrees +Version: svn27322.1.1 +Release: %{tl_noarch_release} +Provides: tex-rrgtrees-doc +BuildArch: noarch +AutoReqProv: No + +%description rrgtrees-doc +Documentation for rrgtrees + +%package rtklage +Provides: tex-rtklage = %{tl_version} +License: LPPL +Summary: A package for German lawyers +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(babel.sty) +Requires: tex(twoopt.sty) +Requires: tex(ifthen.sty) +Requires: tex(scrdate.sty) +Requires: tex(calc.sty) +Requires: tex(numprint.sty) +Requires: tex(scrpage2.sty) +Requires: tex(alphanum.sty) +Requires: tex(eso-pic.sty) +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(xspace.sty) +Provides: tex(rtklage.cls) = %{tl_version} + +%description rtklage +RATeX is a newly developed bundle of packages and classes +provided for German lawyers. Now in the early beginning it only +contains rtklage, a class to make lawsuits. + +date: 2006-02-07 18:31:12 +0100 + +%post rtklage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rtklage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rtklage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rtklage-doc +Summary: Documentation for rtklage +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-rtklage-doc +BuildArch: noarch +AutoReqProv: No + +%description rtklage-doc +Documentation for rtklage + +%package screenplay +Provides: tex-screenplay = %{tl_version} +License: GPL+ +Summary: A class file to typeset screenplays +Version: svn27223.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Requires: tex(courier.sty) +Provides: tex(hardmarg.sty) = %{tl_version} +Provides: tex(screenplay.cls) = %{tl_version} + +%description screenplay +The class implements the format recommended by the Academy of +Motion Picture Arts and Sciences. + +date: 2012-07-04 00:53:20 +0200 + +%post screenplay +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun screenplay +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans screenplay +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package screenplay-doc +Summary: Documentation for screenplay +Version: svn27223.1.6 +Release: %{tl_noarch_release} +Provides: tex-screenplay-doc +BuildArch: noarch +AutoReqProv: No + +%description screenplay-doc +Documentation for screenplay + +%package sides +Provides: tex-sides = %{tl_version} +License: GPL+ +Summary: A LaTeX class for typesetting stage plays +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sides.cls) = %{tl_version} + +%description sides +This is a LaTeX class for typesetting stage plays, based on the +plari class written by Antti-Juhani Kaijanaho in 1998. It has +been updated and several formatting changes have been made to +it--most noticibly there are no longer orphans. + +date: 2007-02-26 21:24:31 +0100 + +%post sides +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sides +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sides +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sides-doc +Summary: Documentation for sides +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-sides-doc +BuildArch: noarch +AutoReqProv: No + +%description sides-doc +Documentation for sides + +%package stage +Provides: tex-stage = %{tl_version} +License: LPPL 1.3 +Summary: A LaTeX class for stage plays +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(extramarks.sty) +Provides: tex(stage.cls) = %{tl_version} + +%description stage +Stage.cls is a LaTeX class for creating plays of any length in +a standard manuscript format for production and submission. + +date: 2006-11-06 12:20:58 +0100 + +%post stage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stage-doc +Summary: Documentation for stage +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-stage-doc +BuildArch: noarch +AutoReqProv: No + +%description stage-doc +Documentation for stage + +%package tree-dvips +Provides: tex-tree-dvips = %{tl_version} +License: LPPL +Summary: Trees and other linguists' macros +Version: svn21751.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lingmacros.sty) = %{tl_version} +Provides: tex(tree-dvips.sty) = %{tl_version} + +%description tree-dvips +The package defines a mechanism for specifying connected trees +that uses a tabular environment to generate node positions. The +package uses PostScript code, loaded by dvips, so output can +only be generated by use of dvips. The package lingmacros.sty +defines a few macros for linguists: \enumsentence for +enumerating sentence examples, simple tabular-based non- +connected tree macros, and gloss macros. + +date: 2011-03-14 14:09:23 +0100 + +%post tree-dvips +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tree-dvips +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tree-dvips +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tree-dvips-doc +Summary: Documentation for tree-dvips +Version: svn21751.91 +Release: %{tl_noarch_release} +Provides: tex-tree-dvips-doc +BuildArch: noarch +AutoReqProv: No + +%description tree-dvips-doc +Documentation for tree-dvips + +%package verse +Provides: tex-verse = %{tl_version} +License: LPPL +Summary: Aids for typesetting simple verse +Version: svn15878.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(verse.sty) = %{tl_version} + +%description verse +The package documentation discusses approaches to the problem; +the package is strong on layout, from simple alternate-line +indentation to the Mouse's tale from Alice in Wonderland. + +date: 2009-09-04 12:14:45 +0200 + +%post verse +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verse +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verse +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verse-doc +Summary: Documentation for verse +Version: svn15878.2.4 +Release: %{tl_noarch_release} +Provides: tex-verse-doc +BuildArch: noarch +AutoReqProv: No + +%description verse-doc +Documentation for verse + +%package xyling +Provides: tex-xyling = %{tl_version} +License: LPPL +Summary: Draw syntactic trees, etc., for linguistics literature, using xy-pic +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xy.sty) +Requires: tex(color.sty) +Requires: tex(ifthen.sty) +Provides: tex(xyling.sty) = %{tl_version} + +%description xyling +The macros in this package model the construction of linguistic +tree structures as a genuinely graphical problem: they contain +two types of objects, BRANCHES and NODE LABELS, and these are +positioned relative to a GRID. It is essential that each of +these three elements is constructed independent of the other +two, and hence they can be modified without unwanted side +effects. The macros are based on the xy-pic package. + +date: 2007-03-13 09:23:19 +0100 + +%post xyling +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xyling +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xyling +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xyling-doc +Summary: Documentation for xyling +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-xyling-doc +BuildArch: noarch +AutoReqProv: No + +%description xyling-doc +Documentation for xyling + +%package collection-langafrican +Summary: African scripts +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-ethiop +Requires: tex-ethiop-t1 +Requires: tex-fc +Requires: tex-hyphen-ethiopic + +%description collection-langafrican +Support for African scripts. + +%package ethiop +Provides: tex-ethiop = %{tl_version} +License: GPL+ +Summary: LaTeX macros and fonts for typesetting Amharic +Version: svn15878.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(etha10.tfm) = %{tl_version} +Provides: tex(etha6.tfm) = %{tl_version} +Provides: tex(etha7.tfm) = %{tl_version} +Provides: tex(etha8.tfm) = %{tl_version} +Provides: tex(ethab10.tfm) = %{tl_version} +Provides: tex(ethab11.tfm) = %{tl_version} +Provides: tex(ethab12.tfm) = %{tl_version} +Provides: tex(ethab14.tfm) = %{tl_version} +Provides: tex(ethab18.tfm) = %{tl_version} +Provides: tex(ethab24.tfm) = %{tl_version} +Provides: tex(ethab36.tfm) = %{tl_version} +Provides: tex(ethab9.tfm) = %{tl_version} +Provides: tex(ethas10.tfm) = %{tl_version} +Provides: tex(ethasb10.tfm) = %{tl_version} +Provides: tex(ethasb11.tfm) = %{tl_version} +Provides: tex(ethasb12.tfm) = %{tl_version} +Provides: tex(ethasb14.tfm) = %{tl_version} +Provides: tex(ethasb18.tfm) = %{tl_version} +Provides: tex(ethasb24.tfm) = %{tl_version} +Provides: tex(ethasb36.tfm) = %{tl_version} +Provides: tex(ethasb9.tfm) = %{tl_version} +Provides: tex(ethatt10.tfm) = %{tl_version} +Provides: tex(ethb10.tfm) = %{tl_version} +Provides: tex(ethb6.tfm) = %{tl_version} +Provides: tex(ethb7.tfm) = %{tl_version} +Provides: tex(ethb8.tfm) = %{tl_version} +Provides: tex(ethbb10.tfm) = %{tl_version} +Provides: tex(ethbb11.tfm) = %{tl_version} +Provides: tex(ethbb12.tfm) = %{tl_version} +Provides: tex(ethbb14.tfm) = %{tl_version} +Provides: tex(ethbb18.tfm) = %{tl_version} +Provides: tex(ethbb24.tfm) = %{tl_version} +Provides: tex(ethbb36.tfm) = %{tl_version} +Provides: tex(ethbb9.tfm) = %{tl_version} +Provides: tex(ethbs10.tfm) = %{tl_version} +Provides: tex(ethbsb10.tfm) = %{tl_version} +Provides: tex(ethbsb11.tfm) = %{tl_version} +Provides: tex(ethbsb12.tfm) = %{tl_version} +Provides: tex(ethbsb14.tfm) = %{tl_version} +Provides: tex(ethbsb18.tfm) = %{tl_version} +Provides: tex(ethbsb24.tfm) = %{tl_version} +Provides: tex(ethbsb36.tfm) = %{tl_version} +Provides: tex(ethbsb9.tfm) = %{tl_version} +Provides: tex(ethbtt10.tfm) = %{tl_version} +Provides: tex(etharab.sty) = %{tl_version} +Provides: tex(ethiop.ldf) = %{tl_version} +Provides: tex(ethiop.sty) = %{tl_version} +Provides: tex(uetha.fd) = %{tl_version} +Provides: tex(uethb.fd) = %{tl_version} +Provides: tex(uetho.fd) = %{tl_version} + +%description ethiop +Ethiopian language support for the babel package, including a +collection of fonts and TeX macros for typesetting the +characters of the languages of Ethiopia, with MetaFont fonts +based on EthTeX's. + +date: 2007-02-14 08:57:40 +0100 + +%post ethiop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ethiop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ethiop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ethiop-doc +Summary: Documentation for ethiop +Version: svn15878.0.7 +Release: %{tl_noarch_release} +Provides: tex-ethiop-doc +BuildArch: noarch +AutoReqProv: No + +%description ethiop-doc +Documentation for ethiop + +%package ethiop-t1 +Provides: tex-ethiop-t1 = %{tl_version} +License: GPL+ +Summary: Type 1 versions of Amharic fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(ethiop.map) = %{tl_version} +Provides: tex(etha10.pfb) = %{tl_version} +Provides: tex(etha6.pfb) = %{tl_version} +Provides: tex(etha7.pfb) = %{tl_version} +Provides: tex(etha8.pfb) = %{tl_version} +Provides: tex(ethab10.pfb) = %{tl_version} +Provides: tex(ethab11.pfb) = %{tl_version} +Provides: tex(ethab12.pfb) = %{tl_version} +Provides: tex(ethab14.pfb) = %{tl_version} +Provides: tex(ethab18.pfb) = %{tl_version} +Provides: tex(ethab24.pfb) = %{tl_version} +Provides: tex(ethab36.pfb) = %{tl_version} +Provides: tex(ethab9.pfb) = %{tl_version} +Provides: tex(ethas10.pfb) = %{tl_version} +Provides: tex(ethasb10.pfb) = %{tl_version} +Provides: tex(ethasb11.pfb) = %{tl_version} +Provides: tex(ethasb12.pfb) = %{tl_version} +Provides: tex(ethasb14.pfb) = %{tl_version} +Provides: tex(ethasb18.pfb) = %{tl_version} +Provides: tex(ethasb24.pfb) = %{tl_version} +Provides: tex(ethasb36.pfb) = %{tl_version} +Provides: tex(ethasb9.pfb) = %{tl_version} +Provides: tex(ethatt10.pfb) = %{tl_version} +Provides: tex(ethb10.pfb) = %{tl_version} +Provides: tex(ethb6.pfb) = %{tl_version} +Provides: tex(ethb7.pfb) = %{tl_version} +Provides: tex(ethb8.pfb) = %{tl_version} +Provides: tex(ethbb10.pfb) = %{tl_version} +Provides: tex(ethbb11.pfb) = %{tl_version} +Provides: tex(ethbb12.pfb) = %{tl_version} +Provides: tex(ethbb14.pfb) = %{tl_version} +Provides: tex(ethbb18.pfb) = %{tl_version} +Provides: tex(ethbb24.pfb) = %{tl_version} +Provides: tex(ethbb36.pfb) = %{tl_version} +Provides: tex(ethbb9.pfb) = %{tl_version} +Provides: tex(ethbs10.pfb) = %{tl_version} +Provides: tex(ethbsb10.pfb) = %{tl_version} +Provides: tex(ethbsb11.pfb) = %{tl_version} +Provides: tex(ethbsb12.pfb) = %{tl_version} +Provides: tex(ethbsb14.pfb) = %{tl_version} +Provides: tex(ethbsb18.pfb) = %{tl_version} +Provides: tex(ethbsb24.pfb) = %{tl_version} +Provides: tex(ethbsb36.pfb) = %{tl_version} +Provides: tex(ethbsb9.pfb) = %{tl_version} +Provides: tex(ethbtt10.pfb) = %{tl_version} + +%description ethiop-t1 +These fonts are drop-in Adobe type 1 replacements for the fonts +of the ethiop package. + +date: 2007-02-14 08:57:40 +0100 + +%post ethiop-t1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap ethiop.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap ethiop.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ethiop-t1 +if [ $1 == 0 ] ; then +sed -i '/^MixedMap ethiop.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ethiop-t1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ethiop-t1-doc +Summary: Documentation for ethiop-t1 +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ethiop-t1-doc +BuildArch: noarch +AutoReqProv: No + +%description ethiop-t1-doc +Documentation for ethiop-t1 + +%package fc +Provides: tex-fc = %{tl_version} +License: GPLv2+ +Summary: Fonts for African languages +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(newlfont.sty) +Requires: tex(fontenc.sty) +Provides: tex(fcbx10.tfm) = %{tl_version} +Provides: tex(fcbx11.tfm) = %{tl_version} +Provides: tex(fcbx12.tfm) = %{tl_version} +Provides: tex(fcbx14.tfm) = %{tl_version} +Provides: tex(fcbx17.tfm) = %{tl_version} +Provides: tex(fcbx20.tfm) = %{tl_version} +Provides: tex(fcbx25.tfm) = %{tl_version} +Provides: tex(fcbx5.tfm) = %{tl_version} +Provides: tex(fcbx6.tfm) = %{tl_version} +Provides: tex(fcbx7.tfm) = %{tl_version} +Provides: tex(fcbx8.tfm) = %{tl_version} +Provides: tex(fcbx9.tfm) = %{tl_version} +Provides: tex(fcbxi10.tfm) = %{tl_version} +Provides: tex(fcbxi11.tfm) = %{tl_version} +Provides: tex(fcbxi12.tfm) = %{tl_version} +Provides: tex(fcbxi14.tfm) = %{tl_version} +Provides: tex(fcbxi17.tfm) = %{tl_version} +Provides: tex(fcbxi20.tfm) = %{tl_version} +Provides: tex(fcbxi25.tfm) = %{tl_version} +Provides: tex(fcbxi5.tfm) = %{tl_version} +Provides: tex(fcbxi6.tfm) = %{tl_version} +Provides: tex(fcbxi7.tfm) = %{tl_version} +Provides: tex(fcbxi8.tfm) = %{tl_version} +Provides: tex(fcbxi9.tfm) = %{tl_version} +Provides: tex(fcbxsl10.tfm) = %{tl_version} +Provides: tex(fcbxsl11.tfm) = %{tl_version} +Provides: tex(fcbxsl12.tfm) = %{tl_version} +Provides: tex(fcbxsl14.tfm) = %{tl_version} +Provides: tex(fcbxsl17.tfm) = %{tl_version} +Provides: tex(fcbxsl20.tfm) = %{tl_version} +Provides: tex(fcbxsl25.tfm) = %{tl_version} +Provides: tex(fcbxsl5.tfm) = %{tl_version} +Provides: tex(fcbxsl6.tfm) = %{tl_version} +Provides: tex(fcbxsl7.tfm) = %{tl_version} +Provides: tex(fcbxsl8.tfm) = %{tl_version} +Provides: tex(fcbxsl9.tfm) = %{tl_version} +Provides: tex(fcbxu10.tfm) = %{tl_version} +Provides: tex(fcbxu11.tfm) = %{tl_version} +Provides: tex(fcbxu12.tfm) = %{tl_version} +Provides: tex(fcbxu14.tfm) = %{tl_version} +Provides: tex(fcbxu17.tfm) = %{tl_version} +Provides: tex(fcbxu20.tfm) = %{tl_version} +Provides: tex(fcbxu25.tfm) = %{tl_version} +Provides: tex(fcbxu5.tfm) = %{tl_version} +Provides: tex(fcbxu6.tfm) = %{tl_version} +Provides: tex(fcbxu7.tfm) = %{tl_version} +Provides: tex(fcbxu8.tfm) = %{tl_version} +Provides: tex(fcbxu9.tfm) = %{tl_version} +Provides: tex(fccsc10.tfm) = %{tl_version} +Provides: tex(fccsc11.tfm) = %{tl_version} +Provides: tex(fccsc12.tfm) = %{tl_version} +Provides: tex(fccsc14.tfm) = %{tl_version} +Provides: tex(fccsc17.tfm) = %{tl_version} +Provides: tex(fccsc20.tfm) = %{tl_version} +Provides: tex(fccsc25.tfm) = %{tl_version} +Provides: tex(fccsc5.tfm) = %{tl_version} +Provides: tex(fccsc6.tfm) = %{tl_version} +Provides: tex(fccsc7.tfm) = %{tl_version} +Provides: tex(fccsc8.tfm) = %{tl_version} +Provides: tex(fccsc9.tfm) = %{tl_version} +Provides: tex(fci10.tfm) = %{tl_version} +Provides: tex(fci11.tfm) = %{tl_version} +Provides: tex(fci12.tfm) = %{tl_version} +Provides: tex(fci14.tfm) = %{tl_version} +Provides: tex(fci17.tfm) = %{tl_version} +Provides: tex(fci20.tfm) = %{tl_version} +Provides: tex(fci25.tfm) = %{tl_version} +Provides: tex(fci5.tfm) = %{tl_version} +Provides: tex(fci6.tfm) = %{tl_version} +Provides: tex(fci7.tfm) = %{tl_version} +Provides: tex(fci8.tfm) = %{tl_version} +Provides: tex(fci9.tfm) = %{tl_version} +Provides: tex(fcitt10.tfm) = %{tl_version} +Provides: tex(fcitt11.tfm) = %{tl_version} +Provides: tex(fcitt12.tfm) = %{tl_version} +Provides: tex(fcitt14.tfm) = %{tl_version} +Provides: tex(fcitt17.tfm) = %{tl_version} +Provides: tex(fcitt20.tfm) = %{tl_version} +Provides: tex(fcitt25.tfm) = %{tl_version} +Provides: tex(fcitt5.tfm) = %{tl_version} +Provides: tex(fcitt6.tfm) = %{tl_version} +Provides: tex(fcitt7.tfm) = %{tl_version} +Provides: tex(fcitt8.tfm) = %{tl_version} +Provides: tex(fcitt9.tfm) = %{tl_version} +Provides: tex(fcr10.tfm) = %{tl_version} +Provides: tex(fcr11.tfm) = %{tl_version} +Provides: tex(fcr12.tfm) = %{tl_version} +Provides: tex(fcr14.tfm) = %{tl_version} +Provides: tex(fcr17.tfm) = %{tl_version} +Provides: tex(fcr20.tfm) = %{tl_version} +Provides: tex(fcr25.tfm) = %{tl_version} +Provides: tex(fcr5.tfm) = %{tl_version} +Provides: tex(fcr6.tfm) = %{tl_version} +Provides: tex(fcr7.tfm) = %{tl_version} +Provides: tex(fcr8.tfm) = %{tl_version} +Provides: tex(fcr9.tfm) = %{tl_version} +Provides: tex(fcsibx10.tfm) = %{tl_version} +Provides: tex(fcsibx11.tfm) = %{tl_version} +Provides: tex(fcsibx12.tfm) = %{tl_version} +Provides: tex(fcsibx14.tfm) = %{tl_version} +Provides: tex(fcsibx17.tfm) = %{tl_version} +Provides: tex(fcsibx20.tfm) = %{tl_version} +Provides: tex(fcsibx25.tfm) = %{tl_version} +Provides: tex(fcsibx5.tfm) = %{tl_version} +Provides: tex(fcsibx6.tfm) = %{tl_version} +Provides: tex(fcsibx7.tfm) = %{tl_version} +Provides: tex(fcsibx8.tfm) = %{tl_version} +Provides: tex(fcsibx9.tfm) = %{tl_version} +Provides: tex(fcsitt10.tfm) = %{tl_version} +Provides: tex(fcsitt11.tfm) = %{tl_version} +Provides: tex(fcsitt12.tfm) = %{tl_version} +Provides: tex(fcsitt14.tfm) = %{tl_version} +Provides: tex(fcsitt17.tfm) = %{tl_version} +Provides: tex(fcsitt20.tfm) = %{tl_version} +Provides: tex(fcsitt25.tfm) = %{tl_version} +Provides: tex(fcsitt5.tfm) = %{tl_version} +Provides: tex(fcsitt6.tfm) = %{tl_version} +Provides: tex(fcsitt7.tfm) = %{tl_version} +Provides: tex(fcsitt8.tfm) = %{tl_version} +Provides: tex(fcsitt9.tfm) = %{tl_version} +Provides: tex(fcsl10.tfm) = %{tl_version} +Provides: tex(fcsl11.tfm) = %{tl_version} +Provides: tex(fcsl12.tfm) = %{tl_version} +Provides: tex(fcsl14.tfm) = %{tl_version} +Provides: tex(fcsl17.tfm) = %{tl_version} +Provides: tex(fcsl20.tfm) = %{tl_version} +Provides: tex(fcsl25.tfm) = %{tl_version} +Provides: tex(fcsl5.tfm) = %{tl_version} +Provides: tex(fcsl6.tfm) = %{tl_version} +Provides: tex(fcsl7.tfm) = %{tl_version} +Provides: tex(fcsl8.tfm) = %{tl_version} +Provides: tex(fcsl9.tfm) = %{tl_version} +Provides: tex(fcss10.tfm) = %{tl_version} +Provides: tex(fcss11.tfm) = %{tl_version} +Provides: tex(fcss12.tfm) = %{tl_version} +Provides: tex(fcss14.tfm) = %{tl_version} +Provides: tex(fcss17.tfm) = %{tl_version} +Provides: tex(fcss20.tfm) = %{tl_version} +Provides: tex(fcss25.tfm) = %{tl_version} +Provides: tex(fcss5.tfm) = %{tl_version} +Provides: tex(fcss6.tfm) = %{tl_version} +Provides: tex(fcss7.tfm) = %{tl_version} +Provides: tex(fcss8.tfm) = %{tl_version} +Provides: tex(fcss9.tfm) = %{tl_version} +Provides: tex(fcssbx10.tfm) = %{tl_version} +Provides: tex(fcssbx11.tfm) = %{tl_version} +Provides: tex(fcssbx12.tfm) = %{tl_version} +Provides: tex(fcssbx14.tfm) = %{tl_version} +Provides: tex(fcssbx17.tfm) = %{tl_version} +Provides: tex(fcssbx20.tfm) = %{tl_version} +Provides: tex(fcssbx25.tfm) = %{tl_version} +Provides: tex(fcssbx5.tfm) = %{tl_version} +Provides: tex(fcssbx6.tfm) = %{tl_version} +Provides: tex(fcssbx7.tfm) = %{tl_version} +Provides: tex(fcssbx8.tfm) = %{tl_version} +Provides: tex(fcssbx9.tfm) = %{tl_version} +Provides: tex(fcssi10.tfm) = %{tl_version} +Provides: tex(fcssi11.tfm) = %{tl_version} +Provides: tex(fcssi12.tfm) = %{tl_version} +Provides: tex(fcssi14.tfm) = %{tl_version} +Provides: tex(fcssi17.tfm) = %{tl_version} +Provides: tex(fcssi20.tfm) = %{tl_version} +Provides: tex(fcssi25.tfm) = %{tl_version} +Provides: tex(fcssi5.tfm) = %{tl_version} +Provides: tex(fcssi6.tfm) = %{tl_version} +Provides: tex(fcssi7.tfm) = %{tl_version} +Provides: tex(fcssi8.tfm) = %{tl_version} +Provides: tex(fcssi9.tfm) = %{tl_version} +Provides: tex(fcsstt10.tfm) = %{tl_version} +Provides: tex(fcsstt11.tfm) = %{tl_version} +Provides: tex(fcsstt12.tfm) = %{tl_version} +Provides: tex(fcsstt14.tfm) = %{tl_version} +Provides: tex(fcsstt17.tfm) = %{tl_version} +Provides: tex(fcsstt20.tfm) = %{tl_version} +Provides: tex(fcsstt25.tfm) = %{tl_version} +Provides: tex(fcsstt5.tfm) = %{tl_version} +Provides: tex(fcsstt6.tfm) = %{tl_version} +Provides: tex(fcsstt7.tfm) = %{tl_version} +Provides: tex(fcsstt8.tfm) = %{tl_version} +Provides: tex(fcsstt9.tfm) = %{tl_version} +Provides: tex(fctt10.tfm) = %{tl_version} +Provides: tex(fctt11.tfm) = %{tl_version} +Provides: tex(fctt12.tfm) = %{tl_version} +Provides: tex(fctt14.tfm) = %{tl_version} +Provides: tex(fctt17.tfm) = %{tl_version} +Provides: tex(fctt20.tfm) = %{tl_version} +Provides: tex(fctt25.tfm) = %{tl_version} +Provides: tex(fctt5.tfm) = %{tl_version} +Provides: tex(fctt6.tfm) = %{tl_version} +Provides: tex(fctt7.tfm) = %{tl_version} +Provides: tex(fctt8.tfm) = %{tl_version} +Provides: tex(fctt9.tfm) = %{tl_version} +Provides: tex(fcu10.tfm) = %{tl_version} +Provides: tex(fcu11.tfm) = %{tl_version} +Provides: tex(fcu12.tfm) = %{tl_version} +Provides: tex(fcu14.tfm) = %{tl_version} +Provides: tex(fcu17.tfm) = %{tl_version} +Provides: tex(fcu20.tfm) = %{tl_version} +Provides: tex(fcu25.tfm) = %{tl_version} +Provides: tex(fcu5.tfm) = %{tl_version} +Provides: tex(fcu6.tfm) = %{tl_version} +Provides: tex(fcu7.tfm) = %{tl_version} +Provides: tex(fcu8.tfm) = %{tl_version} +Provides: tex(fcu9.tfm) = %{tl_version} +Provides: tex(fclfont.sty) = %{tl_version} +Provides: tex(fcuse.sty) = %{tl_version} +Provides: tex(t4cmr.fd) = %{tl_version} +Provides: tex(t4cmss.fd) = %{tl_version} +Provides: tex(t4cmtt.fd) = %{tl_version} +Provides: tex(t4enc.def) = %{tl_version} +Provides: tex(t4fcr.fd) = %{tl_version} +Provides: tex(t4phonet.sty) = %{tl_version} + +%description fc +The fonts are provided as MetaFont source, in the familiar +arrangement of lots of (autogenerated) preamble files and a +modest set of glyph specifications. (A similar arrangement +appears in the ec and lh font bundles.) + +date: 2009-08-26 22:28:30 +0200 + +%post fc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fc-doc +Summary: Documentation for fc +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-fc-doc +BuildArch: noarch +AutoReqProv: No + +%description fc-doc +Documentation for fc + +%package hyphen-ethiopic +Provides: tex-hyphen-ethiopic = %{tl_version} +License: LPPL +Summary: Hyphenation patterns for Ethiopic scripts +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-ethiopic +Hyphenation patterns for languages written using the Ethiopic +script for Unicode engines. They are not supposed to be +linguistically relevant in all cases and should, for proper +typography, be replaced by files tailored to individual +languages. + +%post hyphen-ethiopic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/ethiopic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ethiopic loadhyph-mul-ethi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=amharic/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=amharic" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=geez/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=geez" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-ethiopic +if [ $1 == 0 ] ; then +sed -i '/ethiopic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=amharic/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=geez/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-ethiopic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package collection-langarabic +Summary: Arabic +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-amiri +Requires: tex-arabi +Requires: tex-arabtex +Requires: tex-bidi +Requires: tex-ghab +Requires: tex-hyphen-arabic +Requires: tex-hyphen-farsi +Requires: tex-imsproc +Requires: texlive-lshort-persian-doc +Requires: tex-persian-bib +Requires: tex-persian-hm-ftx +Requires: tex-persian-hm-xbs +Requires: tex-persian-modern +Requires: tex-tram + +%description collection-langarabic +Support for Arabic and Persian. + +%package ghab +Provides: tex-ghab = %{tl_version} +License: LPPL +Summary: Typeset ghab boxes in LaTeX +Version: svn29803.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(biditools.sty) +Provides: tex(ghab.sty) = %{tl_version} + +%description ghab +The package defines a command \darghab that will typeset its +argument in a box with a decorated frame. The width of the box +may be set using an optional argument. + +date: 2013-04-05 13:20:40 +0200 + +%post ghab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ghab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ghab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ghab-doc +Summary: Documentation for ghab +Version: svn29803.0.5 +Release: %{tl_noarch_release} +Provides: tex-ghab-doc +BuildArch: noarch +AutoReqProv: No + +%description ghab-doc +Documentation for ghab + +%package hyphen-arabic +Provides: tex-hyphen-arabic = %{tl_version} +License: LPPL +Summary: (No) Arabic hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-arabic +Prevent hyphenation in Arabic. + +%post hyphen-arabic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/arabic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "arabic zerohyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{arabic}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-arabic +if [ $1 == 0 ] ; then +sed -i '/arabic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-arabic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-farsi +Provides: tex-hyphen-farsi = %{tl_version} +License: LPPL +Summary: (No) Persian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-farsi +Prevent hyphenation in Persian. + +%post hyphen-farsi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/farsi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "farsi zerohyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=persian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=persian" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{farsi}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{persian}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-farsi +if [ $1 == 0 ] ; then +sed -i '/farsi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=persian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-farsi +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package imsproc +Provides: tex-imsproc = %{tl_version} +License: LPPL 1.3 +Summary: Typeset IMS conference proceedings +Version: svn29803.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amstex.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Provides: tex(imsproc.cls) = %{tl_version} + +%description imsproc +The class typesets papers for IMS (Iranian Mathematical +Society) conference proceedings. The class uses the XePersian +package. + +date: 2013-04-04 12:47:47 +0200 + +%post imsproc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun imsproc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imsproc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package imsproc-doc +Summary: Documentation for imsproc +Version: svn29803.0.1 +Release: %{tl_noarch_release} +Provides: tex-imsproc-doc +BuildArch: noarch +AutoReqProv: No + +%description imsproc-doc +Documentation for imsproc + +%package lshort-persian-doc +Summary: Documentation for lshort-persian +Version: svn15878.4.26_2009_08_04 +Release: %{tl_noarch_release} +Provides: tex-lshort-persian-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-persian-doc +Documentation for lshort-persian + +%package persian-bib +Provides: tex-persian-bib = %{tl_version} +License: LPPL +Summary: Persian translations of classic BibTeX styles +Version: svn23267.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description persian-bib +Currently 7 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst, +ieeetr-fa.bst, plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst +are modified for Persian documents prepared with XePersian +(which the present package depends on). The Persian .bst files +can simultaneously handle both Latin and Persian references. A +file cp1256fa.csf is provided for correct sorting of Persian +references and three fields LANGUAGE, TRANSLATOR and AUTHORFA +are defined. + +date: 2011-07-10 22:10:07 +0200 + +%post persian-bib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun persian-bib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans persian-bib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package persian-bib-doc +Summary: Documentation for persian-bib +Version: svn23267.0.6 +Release: %{tl_noarch_release} +Provides: tex-persian-bib-doc +BuildArch: noarch +AutoReqProv: No + +%description persian-bib-doc +Documentation for persian-bib + +%package persian-hm-ftx +Provides: tex-persian-hm-ftx = %{tl_version} +License: OFSFLD +Summary: Persian fonts derived from farsitex distribution +Version: svn30553.0.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(HM_FArshia.ttf) = %{tl_version} +Provides: tex(HM_FArshiaBd.ttf) = %{tl_version} +Provides: tex(HM_FArshiaBdIt.ttf) = %{tl_version} +Provides: tex(HM_FArshiaIt.ttf) = %{tl_version} +Provides: tex(HM_FArshiaOb.ttf) = %{tl_version} +Provides: tex(HM_FArshiaObBd.ttf) = %{tl_version} +Provides: tex(HM_FArshiaOl.ttf) = %{tl_version} +Provides: tex(HM_FArshiaOlIt.ttf) = %{tl_version} +Provides: tex(HM_FArshiaOlOb.ttf) = %{tl_version} +Provides: tex(HM_FArshiaSd.ttf) = %{tl_version} +Provides: tex(HM_FArshiaSdIt.ttf) = %{tl_version} +Provides: tex(HM_FArshiaSdOb.ttf) = %{tl_version} +Provides: tex(HM_FBadr.ttf) = %{tl_version} +Provides: tex(HM_FBadrBd.ttf) = %{tl_version} +Provides: tex(HM_FBadrBdIt.ttf) = %{tl_version} +Provides: tex(HM_FBadrIt.ttf) = %{tl_version} +Provides: tex(HM_FBadrOb.ttf) = %{tl_version} +Provides: tex(HM_FBadrObBd.ttf) = %{tl_version} +Provides: tex(HM_FBadrOl.ttf) = %{tl_version} +Provides: tex(HM_FBadrOlIt.ttf) = %{tl_version} +Provides: tex(HM_FBadrOlOb.ttf) = %{tl_version} +Provides: tex(HM_FBadrSd.ttf) = %{tl_version} +Provides: tex(HM_FBadrSdIt.ttf) = %{tl_version} +Provides: tex(HM_FBadrSdOb.ttf) = %{tl_version} +Provides: tex(HM_FElham.ttf) = %{tl_version} +Provides: tex(HM_FElhamBd.ttf) = %{tl_version} +Provides: tex(HM_FElhamBdIt.ttf) = %{tl_version} +Provides: tex(HM_FElhamIt.ttf) = %{tl_version} +Provides: tex(HM_FElhamOb.ttf) = %{tl_version} +Provides: tex(HM_FElhamObBd.ttf) = %{tl_version} +Provides: tex(HM_FElhamOl.ttf) = %{tl_version} +Provides: tex(HM_FElhamOlIt.ttf) = %{tl_version} +Provides: tex(HM_FElhamOlOb.ttf) = %{tl_version} +Provides: tex(HM_FElhamSd.ttf) = %{tl_version} +Provides: tex(HM_FElhamSdIt.ttf) = %{tl_version} +Provides: tex(HM_FElhamSdOb.ttf) = %{tl_version} +Provides: tex(HM_FElmi.ttf) = %{tl_version} +Provides: tex(HM_FElmiBd.ttf) = %{tl_version} +Provides: tex(HM_FElmiBdIt.ttf) = %{tl_version} +Provides: tex(HM_FElmiIt.ttf) = %{tl_version} +Provides: tex(HM_FElmiOb.ttf) = %{tl_version} +Provides: tex(HM_FElmiObBd.ttf) = %{tl_version} +Provides: tex(HM_FElmiOl.ttf) = %{tl_version} +Provides: tex(HM_FElmiOlIt.ttf) = %{tl_version} +Provides: tex(HM_FElmiOlOb.ttf) = %{tl_version} +Provides: tex(HM_FElmiSd.ttf) = %{tl_version} +Provides: tex(HM_FElmiSdIt.ttf) = %{tl_version} +Provides: tex(HM_FElmiSdOb.ttf) = %{tl_version} +Provides: tex(HM_FFarnaz.ttf) = %{tl_version} +Provides: tex(HM_FFarnazBd.ttf) = %{tl_version} +Provides: tex(HM_FFarnazBdIt.ttf) = %{tl_version} +Provides: tex(HM_FFarnazIt.ttf) = %{tl_version} +Provides: tex(HM_FFarnazOb.ttf) = %{tl_version} +Provides: tex(HM_FFarnazObBd.ttf) = %{tl_version} +Provides: tex(HM_FFarnazOl.ttf) = %{tl_version} +Provides: tex(HM_FFarnazOlIt.ttf) = %{tl_version} +Provides: tex(HM_FFarnazOlOb.ttf) = %{tl_version} +Provides: tex(HM_FFarnazSd.ttf) = %{tl_version} +Provides: tex(HM_FFarnazSdIt.ttf) = %{tl_version} +Provides: tex(HM_FFarnazSdOb.ttf) = %{tl_version} +Provides: tex(HM_FHoma.ttf) = %{tl_version} +Provides: tex(HM_FHomaBd.ttf) = %{tl_version} +Provides: tex(HM_FHomaBdIt.ttf) = %{tl_version} +Provides: tex(HM_FHomaIt.ttf) = %{tl_version} +Provides: tex(HM_FHomaOb.ttf) = %{tl_version} +Provides: tex(HM_FHomaObBd.ttf) = %{tl_version} +Provides: tex(HM_FHomaOl.ttf) = %{tl_version} +Provides: tex(HM_FHomaOlIt.ttf) = %{tl_version} +Provides: tex(HM_FHomaOlOb.ttf) = %{tl_version} +Provides: tex(HM_FHomaSd.ttf) = %{tl_version} +Provides: tex(HM_FHomaSdIt.ttf) = %{tl_version} +Provides: tex(HM_FHomaSdOb.ttf) = %{tl_version} +Provides: tex(HM_FJadid.ttf) = %{tl_version} +Provides: tex(HM_FJadidBd.ttf) = %{tl_version} +Provides: tex(HM_FJadidBdIt.ttf) = %{tl_version} +Provides: tex(HM_FJadidIt.ttf) = %{tl_version} +Provides: tex(HM_FJadidOb.ttf) = %{tl_version} +Provides: tex(HM_FJadidObBd.ttf) = %{tl_version} +Provides: tex(HM_FJadidOl.ttf) = %{tl_version} +Provides: tex(HM_FJadidOlIt.ttf) = %{tl_version} +Provides: tex(HM_FJadidOlOb.ttf) = %{tl_version} +Provides: tex(HM_FJadidSd.ttf) = %{tl_version} +Provides: tex(HM_FJadidSdIt.ttf) = %{tl_version} +Provides: tex(HM_FJadidSdOb.ttf) = %{tl_version} +Provides: tex(HM_FKamran.ttf) = %{tl_version} +Provides: tex(HM_FKamranBd.ttf) = %{tl_version} +Provides: tex(HM_FKamranBdIt.ttf) = %{tl_version} +Provides: tex(HM_FKamranIt.ttf) = %{tl_version} +Provides: tex(HM_FKamranOb.ttf) = %{tl_version} +Provides: tex(HM_FKamranObBd.ttf) = %{tl_version} +Provides: tex(HM_FKamranOl.ttf) = %{tl_version} +Provides: tex(HM_FKamranOlIt.ttf) = %{tl_version} +Provides: tex(HM_FKamranOlOb.ttf) = %{tl_version} +Provides: tex(HM_FKamranSd.ttf) = %{tl_version} +Provides: tex(HM_FKamranSdIt.ttf) = %{tl_version} +Provides: tex(HM_FKamranSdOb.ttf) = %{tl_version} +Provides: tex(HM_FKoodak.ttf) = %{tl_version} +Provides: tex(HM_FKoodakBd.ttf) = %{tl_version} +Provides: tex(HM_FKoodakBdIt.ttf) = %{tl_version} +Provides: tex(HM_FKoodakIt.ttf) = %{tl_version} +Provides: tex(HM_FKoodakOb.ttf) = %{tl_version} +Provides: tex(HM_FKoodakObBd.ttf) = %{tl_version} +Provides: tex(HM_FKoodakOl.ttf) = %{tl_version} +Provides: tex(HM_FKoodakOlIt.ttf) = %{tl_version} +Provides: tex(HM_FKoodakOlOb.ttf) = %{tl_version} +Provides: tex(HM_FKoodakSd.ttf) = %{tl_version} +Provides: tex(HM_FKoodakSdIt.ttf) = %{tl_version} +Provides: tex(HM_FKoodakSdOb.ttf) = %{tl_version} +Provides: tex(HM_FLotoos.ttf) = %{tl_version} +Provides: tex(HM_FLotoosBd.ttf) = %{tl_version} +Provides: tex(HM_FLotoosBdIt.ttf) = %{tl_version} +Provides: tex(HM_FLotoosIt.ttf) = %{tl_version} +Provides: tex(HM_FLotoosOb.ttf) = %{tl_version} +Provides: tex(HM_FLotoosObBd.ttf) = %{tl_version} +Provides: tex(HM_FLotoosOl.ttf) = %{tl_version} +Provides: tex(HM_FLotoosOlIt.ttf) = %{tl_version} +Provides: tex(HM_FLotoosOlOb.ttf) = %{tl_version} +Provides: tex(HM_FLotoosSd.ttf) = %{tl_version} +Provides: tex(HM_FLotoosSdIt.ttf) = %{tl_version} +Provides: tex(HM_FLotoosSdOb.ttf) = %{tl_version} +Provides: tex(HM_FMitra.ttf) = %{tl_version} +Provides: tex(HM_FMitraBd.ttf) = %{tl_version} +Provides: tex(HM_FMitraBdIt.ttf) = %{tl_version} +Provides: tex(HM_FMitraIt.ttf) = %{tl_version} +Provides: tex(HM_FMitraOb.ttf) = %{tl_version} +Provides: tex(HM_FMitraObBd.ttf) = %{tl_version} +Provides: tex(HM_FMitraOl.ttf) = %{tl_version} +Provides: tex(HM_FMitraOlIt.ttf) = %{tl_version} +Provides: tex(HM_FMitraOlOb.ttf) = %{tl_version} +Provides: tex(HM_FMitraSd.ttf) = %{tl_version} +Provides: tex(HM_FMitraSdIt.ttf) = %{tl_version} +Provides: tex(HM_FMitraSdOb.ttf) = %{tl_version} +Provides: tex(HM_FNasim.ttf) = %{tl_version} +Provides: tex(HM_FNasimBd.ttf) = %{tl_version} +Provides: tex(HM_FNasimBdIt.ttf) = %{tl_version} +Provides: tex(HM_FNasimIt.ttf) = %{tl_version} +Provides: tex(HM_FNasimOb.ttf) = %{tl_version} +Provides: tex(HM_FNasimObBd.ttf) = %{tl_version} +Provides: tex(HM_FNasimOl.ttf) = %{tl_version} +Provides: tex(HM_FNasimOlIt.ttf) = %{tl_version} +Provides: tex(HM_FNasimOlOb.ttf) = %{tl_version} +Provides: tex(HM_FNasimSd.ttf) = %{tl_version} +Provides: tex(HM_FNasimSdIt.ttf) = %{tl_version} +Provides: tex(HM_FNasimSdOb.ttf) = %{tl_version} +Provides: tex(HM_FNazeli.ttf) = %{tl_version} +Provides: tex(HM_FNazeliBd.ttf) = %{tl_version} +Provides: tex(HM_FNazeliBdIt.ttf) = %{tl_version} +Provides: tex(HM_FNazeliIt.ttf) = %{tl_version} +Provides: tex(HM_FNazeliOb.ttf) = %{tl_version} +Provides: tex(HM_FNazeliObBd.ttf) = %{tl_version} +Provides: tex(HM_FNazeliOl.ttf) = %{tl_version} +Provides: tex(HM_FNazeliOlIt.ttf) = %{tl_version} +Provides: tex(HM_FNazeliOlOb.ttf) = %{tl_version} +Provides: tex(HM_FNazeliSd.ttf) = %{tl_version} +Provides: tex(HM_FNazeliSdIt.ttf) = %{tl_version} +Provides: tex(HM_FNazeliSdOb.ttf) = %{tl_version} +Provides: tex(HM_FRoya.ttf) = %{tl_version} +Provides: tex(HM_FRoyaBd.ttf) = %{tl_version} +Provides: tex(HM_FRoyaBdIt.ttf) = %{tl_version} +Provides: tex(HM_FRoyaIt.ttf) = %{tl_version} +Provides: tex(HM_FRoyaOb.ttf) = %{tl_version} +Provides: tex(HM_FRoyaObBd.ttf) = %{tl_version} +Provides: tex(HM_FRoyaOl.ttf) = %{tl_version} +Provides: tex(HM_FRoyaOlIt.ttf) = %{tl_version} +Provides: tex(HM_FRoyaOlOb.ttf) = %{tl_version} +Provides: tex(HM_FRoyaSd.ttf) = %{tl_version} +Provides: tex(HM_FRoyaSdIt.ttf) = %{tl_version} +Provides: tex(HM_FRoyaSdOb.ttf) = %{tl_version} +Provides: tex(HM_FTabassom.ttf) = %{tl_version} +Provides: tex(HM_FTabassomBd.ttf) = %{tl_version} +Provides: tex(HM_FTabassomBdIt.ttf) = %{tl_version} +Provides: tex(HM_FTabassomIt.ttf) = %{tl_version} +Provides: tex(HM_FTabassomOb.ttf) = %{tl_version} +Provides: tex(HM_FTabassomObBd.ttf) = %{tl_version} +Provides: tex(HM_FTabassomOl.ttf) = %{tl_version} +Provides: tex(HM_FTabassomOlIt.ttf) = %{tl_version} +Provides: tex(HM_FTabassomOlOb.ttf) = %{tl_version} +Provides: tex(HM_FTabassomSd.ttf) = %{tl_version} +Provides: tex(HM_FTabassomSdIt.ttf) = %{tl_version} +Provides: tex(HM_FTabassomSdOb.ttf) = %{tl_version} +Provides: tex(HM_FTitr.ttf) = %{tl_version} +Provides: tex(HM_FTitrBd.ttf) = %{tl_version} +Provides: tex(HM_FTitrBdIt.ttf) = %{tl_version} +Provides: tex(HM_FTitrIt.ttf) = %{tl_version} +Provides: tex(HM_FTitrOb.ttf) = %{tl_version} +Provides: tex(HM_FTitrObBd.ttf) = %{tl_version} +Provides: tex(HM_FTitrOl.ttf) = %{tl_version} +Provides: tex(HM_FTitrOlIt.ttf) = %{tl_version} +Provides: tex(HM_FTitrOlOb.ttf) = %{tl_version} +Provides: tex(HM_FTitrSd.ttf) = %{tl_version} +Provides: tex(HM_FTitrSdIt.ttf) = %{tl_version} +Provides: tex(HM_FTitrSdOb.ttf) = %{tl_version} +Provides: tex(HM_FTraffic.ttf) = %{tl_version} +Provides: tex(HM_FTrafficBd.ttf) = %{tl_version} +Provides: tex(HM_FTrafficBdIt.ttf) = %{tl_version} +Provides: tex(HM_FTrafficIt.ttf) = %{tl_version} +Provides: tex(HM_FTrafficOb.ttf) = %{tl_version} +Provides: tex(HM_FTrafficObBd.ttf) = %{tl_version} +Provides: tex(HM_FTrafficOl.ttf) = %{tl_version} +Provides: tex(HM_FTrafficOlIt.ttf) = %{tl_version} +Provides: tex(HM_FTrafficOlOb.ttf) = %{tl_version} +Provides: tex(HM_FTrafficSd.ttf) = %{tl_version} +Provides: tex(HM_FTrafficSdIt.ttf) = %{tl_version} +Provides: tex(HM_FTrafficSdOb.ttf) = %{tl_version} +Provides: tex(HM_FYaghut.ttf) = %{tl_version} +Provides: tex(HM_FYaghutBd.ttf) = %{tl_version} +Provides: tex(HM_FYaghutBdIt.ttf) = %{tl_version} +Provides: tex(HM_FYaghutIt.ttf) = %{tl_version} +Provides: tex(HM_FYaghutOb.ttf) = %{tl_version} +Provides: tex(HM_FYaghutObBd.ttf) = %{tl_version} +Provides: tex(HM_FYaghutOl.ttf) = %{tl_version} +Provides: tex(HM_FYaghutOlIt.ttf) = %{tl_version} +Provides: tex(HM_FYaghutOlOb.ttf) = %{tl_version} +Provides: tex(HM_FYaghutSd.ttf) = %{tl_version} +Provides: tex(HM_FYaghutSdIt.ttf) = %{tl_version} +Provides: tex(HM_FYaghutSdOb.ttf) = %{tl_version} +Provides: tex(HM_FZar.ttf) = %{tl_version} +Provides: tex(HM_FZarBd.ttf) = %{tl_version} +Provides: tex(HM_FZarBdIt.ttf) = %{tl_version} +Provides: tex(HM_FZarIt.ttf) = %{tl_version} +Provides: tex(HM_FZarOb.ttf) = %{tl_version} +Provides: tex(HM_FZarObBd.ttf) = %{tl_version} +Provides: tex(HM_FZarOl.ttf) = %{tl_version} +Provides: tex(HM_FZarOlIt.ttf) = %{tl_version} +Provides: tex(HM_FZarOlOb.ttf) = %{tl_version} +Provides: tex(HM_FZarSd.ttf) = %{tl_version} +Provides: tex(HM_FZarSdIt.ttf) = %{tl_version} +Provides: tex(HM_FZarSdOb.ttf) = %{tl_version} + +%description persian-hm-ftx +The bundle offers a set of 228 Persian fonts derived from +Metafont sources provided in the farsitex distribution. + +date: 2013-05-18 17:41:16 +0200 + +%post persian-hm-ftx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun persian-hm-ftx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans persian-hm-ftx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package persian-hm-ftx-doc +Summary: Documentation for persian-hm-ftx +Version: svn30553.0.13 +Release: %{tl_noarch_release} +Provides: tex-persian-hm-ftx-doc +BuildArch: noarch +AutoReqProv: No + +%description persian-hm-ftx-doc +Documentation for persian-hm-ftx + +%package persian-hm-xbs +Provides: tex-persian-hm-xbs = %{tl_version} +License: OFSFLD +Summary: Persian fonts derived from X series 2 +Version: svn30554.0.15 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(HM_XKayhan.ttf) = %{tl_version} +Provides: tex(HM_XKayhanBd.ttf) = %{tl_version} +Provides: tex(HM_XKayhanBdIt.ttf) = %{tl_version} +Provides: tex(HM_XKayhanIt.ttf) = %{tl_version} +Provides: tex(HM_XKayhanNavaar.ttf) = %{tl_version} +Provides: tex(HM_XKayhanOb.ttf) = %{tl_version} +Provides: tex(HM_XKayhanObBd.ttf) = %{tl_version} +Provides: tex(HM_XKayhanOl.ttf) = %{tl_version} +Provides: tex(HM_XKayhanOlIt.ttf) = %{tl_version} +Provides: tex(HM_XKayhanOlOb.ttf) = %{tl_version} +Provides: tex(HM_XKayhanPook.ttf) = %{tl_version} +Provides: tex(HM_XKayhanSayeh.ttf) = %{tl_version} +Provides: tex(HM_XKayhanSd.ttf) = %{tl_version} +Provides: tex(HM_XKayhanSdIt.ttf) = %{tl_version} +Provides: tex(HM_XKayhanSdOb.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahr.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrBd.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrBdIt.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrIt.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrOb.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrObBd.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrOblique.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrObliqueBd.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrOl.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrOlIt.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrOlOb.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrSd.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrSdIt.ttf) = %{tl_version} +Provides: tex(HM_XKhorramshahrSdOb.ttf) = %{tl_version} +Provides: tex(HM_XNiloofar.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarBd.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarBdIt.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarIt.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarOb.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarObBd.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarOl.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarOlIt.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarOlOb.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarSd.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarSdIt.ttf) = %{tl_version} +Provides: tex(HM_XNiloofarSdOb.ttf) = %{tl_version} +Provides: tex(HM_XRiyaz.ttf) = %{tl_version} +Provides: tex(HM_XRiyazBd.ttf) = %{tl_version} +Provides: tex(HM_XRiyazBdIt.ttf) = %{tl_version} +Provides: tex(HM_XRiyazIt.ttf) = %{tl_version} +Provides: tex(HM_XRiyazOb.ttf) = %{tl_version} +Provides: tex(HM_XRiyazObBd.ttf) = %{tl_version} +Provides: tex(HM_XRiyazOl.ttf) = %{tl_version} +Provides: tex(HM_XRiyazOlIt.ttf) = %{tl_version} +Provides: tex(HM_XRiyazOlOb.ttf) = %{tl_version} +Provides: tex(HM_XRiyazSd.ttf) = %{tl_version} +Provides: tex(HM_XRiyazSdIt.ttf) = %{tl_version} +Provides: tex(HM_XRiyazSdOb.ttf) = %{tl_version} +Provides: tex(HM_XRoya.ttf) = %{tl_version} +Provides: tex(HM_XRoyaBd.ttf) = %{tl_version} +Provides: tex(HM_XRoyaBdIt.ttf) = %{tl_version} +Provides: tex(HM_XRoyaIt.ttf) = %{tl_version} +Provides: tex(HM_XRoyaOb.ttf) = %{tl_version} +Provides: tex(HM_XRoyaObBd.ttf) = %{tl_version} +Provides: tex(HM_XRoyaOl.ttf) = %{tl_version} +Provides: tex(HM_XRoyaOlIt.ttf) = %{tl_version} +Provides: tex(HM_XRoyaOlOb.ttf) = %{tl_version} +Provides: tex(HM_XRoyaSd.ttf) = %{tl_version} +Provides: tex(HM_XRoyaSdIt.ttf) = %{tl_version} +Provides: tex(HM_XRoyaSdOb.ttf) = %{tl_version} +Provides: tex(HM_XShafigh.ttf) = %{tl_version} +Provides: tex(HM_XShafighBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighBdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurd.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdBdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdObBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdOl.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdOlIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdOlOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdSd.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdSdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighKurdSdOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighObBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighOl.ttf) = %{tl_version} +Provides: tex(HM_XShafighOlIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighOlOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighSd.ttf) = %{tl_version} +Provides: tex(HM_XShafighSdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighSdOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbek.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekBdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekObBd.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekOl.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekOlIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekOlOb.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekSd.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekSdIt.ttf) = %{tl_version} +Provides: tex(HM_XShafighUzbekSdOb.ttf) = %{tl_version} +Provides: tex(HM_XShiraz.ttf) = %{tl_version} +Provides: tex(HM_XShirazBd.ttf) = %{tl_version} +Provides: tex(HM_XShirazBdIt.ttf) = %{tl_version} +Provides: tex(HM_XShirazIt.ttf) = %{tl_version} +Provides: tex(HM_XShirazOb.ttf) = %{tl_version} +Provides: tex(HM_XShirazObBd.ttf) = %{tl_version} +Provides: tex(HM_XShirazOl.ttf) = %{tl_version} +Provides: tex(HM_XShirazOlIt.ttf) = %{tl_version} +Provides: tex(HM_XShirazOlOb.ttf) = %{tl_version} +Provides: tex(HM_XShirazSd.ttf) = %{tl_version} +Provides: tex(HM_XShirazSdIt.ttf) = %{tl_version} +Provides: tex(HM_XShirazSdOb.ttf) = %{tl_version} +Provides: tex(HM_XSols.ttf) = %{tl_version} +Provides: tex(HM_XSolsBd.ttf) = %{tl_version} +Provides: tex(HM_XSolsBdIt.ttf) = %{tl_version} +Provides: tex(HM_XSolsIt.ttf) = %{tl_version} +Provides: tex(HM_XSolsOb.ttf) = %{tl_version} +Provides: tex(HM_XSolsObBd.ttf) = %{tl_version} +Provides: tex(HM_XSolsOl.ttf) = %{tl_version} +Provides: tex(HM_XSolsOlIt.ttf) = %{tl_version} +Provides: tex(HM_XSolsOlOb.ttf) = %{tl_version} +Provides: tex(HM_XSolsSd.ttf) = %{tl_version} +Provides: tex(HM_XSolsSdIt.ttf) = %{tl_version} +Provides: tex(HM_XSolsSdOb.ttf) = %{tl_version} +Provides: tex(HM_XTabriz.ttf) = %{tl_version} +Provides: tex(HM_XTabrizBd.ttf) = %{tl_version} +Provides: tex(HM_XTabrizBdIt.ttf) = %{tl_version} +Provides: tex(HM_XTabrizIt.ttf) = %{tl_version} +Provides: tex(HM_XTabrizOb.ttf) = %{tl_version} +Provides: tex(HM_XTabrizObBd.ttf) = %{tl_version} +Provides: tex(HM_XTabrizOl.ttf) = %{tl_version} +Provides: tex(HM_XTabrizOlIt.ttf) = %{tl_version} +Provides: tex(HM_XTabrizOlOb.ttf) = %{tl_version} +Provides: tex(HM_XTabrizSd.ttf) = %{tl_version} +Provides: tex(HM_XTabrizSdIt.ttf) = %{tl_version} +Provides: tex(HM_XTabrizSdOb.ttf) = %{tl_version} +Provides: tex(HM_XTitr.ttf) = %{tl_version} +Provides: tex(HM_XTitrIt.ttf) = %{tl_version} +Provides: tex(HM_XTitrOb.ttf) = %{tl_version} +Provides: tex(HM_XTitrOl.ttf) = %{tl_version} +Provides: tex(HM_XTitrOlIt.ttf) = %{tl_version} +Provides: tex(HM_XTitrOlOb.ttf) = %{tl_version} +Provides: tex(HM_XTitrSd.ttf) = %{tl_version} +Provides: tex(HM_XTitrSdIt.ttf) = %{tl_version} +Provides: tex(HM_XTitrSdOb.ttf) = %{tl_version} +Provides: tex(HM_XTitrShadow.ttf) = %{tl_version} +Provides: tex(HM_XTitrShadowIt.ttf) = %{tl_version} +Provides: tex(HM_XTraffic.ttf) = %{tl_version} +Provides: tex(HM_XTrafficBd.ttf) = %{tl_version} +Provides: tex(HM_XTrafficBdIt.ttf) = %{tl_version} +Provides: tex(HM_XTrafficIt.ttf) = %{tl_version} +Provides: tex(HM_XTrafficOb.ttf) = %{tl_version} +Provides: tex(HM_XTrafficObBd.ttf) = %{tl_version} +Provides: tex(HM_XTrafficOl.ttf) = %{tl_version} +Provides: tex(HM_XTrafficOlIt.ttf) = %{tl_version} +Provides: tex(HM_XTrafficOlOb.ttf) = %{tl_version} +Provides: tex(HM_XTrafficSd.ttf) = %{tl_version} +Provides: tex(HM_XTrafficSdIt.ttf) = %{tl_version} +Provides: tex(HM_XTrafficSdOb.ttf) = %{tl_version} +Provides: tex(HM_XVahid.ttf) = %{tl_version} +Provides: tex(HM_XVahidBd.ttf) = %{tl_version} +Provides: tex(HM_XVahidBdIt.ttf) = %{tl_version} +Provides: tex(HM_XVahidIt.ttf) = %{tl_version} +Provides: tex(HM_XVahidOb.ttf) = %{tl_version} +Provides: tex(HM_XVahidObBd.ttf) = %{tl_version} +Provides: tex(HM_XVahidOl.ttf) = %{tl_version} +Provides: tex(HM_XVahidOlIt.ttf) = %{tl_version} +Provides: tex(HM_XVahidOlOb.ttf) = %{tl_version} +Provides: tex(HM_XVahidSd.ttf) = %{tl_version} +Provides: tex(HM_XVahidSdIt.ttf) = %{tl_version} +Provides: tex(HM_XVahidSdOb.ttf) = %{tl_version} +Provides: tex(HM_XVosta.ttf) = %{tl_version} +Provides: tex(HM_XVostaBd.ttf) = %{tl_version} +Provides: tex(HM_XVostaBdIt.ttf) = %{tl_version} +Provides: tex(HM_XVostaIt.ttf) = %{tl_version} +Provides: tex(HM_XVostaOb.ttf) = %{tl_version} +Provides: tex(HM_XVostaObBd.ttf) = %{tl_version} +Provides: tex(HM_XVostaOl.ttf) = %{tl_version} +Provides: tex(HM_XVostaOlIt.ttf) = %{tl_version} +Provides: tex(HM_XVostaOlOb.ttf) = %{tl_version} +Provides: tex(HM_XVostaSd.ttf) = %{tl_version} +Provides: tex(HM_XVostaSdIt.ttf) = %{tl_version} +Provides: tex(HM_XVostaSdOb.ttf) = %{tl_version} +Provides: tex(HM_XYaghut.ttf) = %{tl_version} +Provides: tex(HM_XYaghutBd.ttf) = %{tl_version} +Provides: tex(HM_XYaghutBdIt.ttf) = %{tl_version} +Provides: tex(HM_XYaghutIt.ttf) = %{tl_version} +Provides: tex(HM_XYaghutOb.ttf) = %{tl_version} +Provides: tex(HM_XYaghutObBd.ttf) = %{tl_version} +Provides: tex(HM_XYaghutOl.ttf) = %{tl_version} +Provides: tex(HM_XYaghutOlIt.ttf) = %{tl_version} +Provides: tex(HM_XYaghutOlOb.ttf) = %{tl_version} +Provides: tex(HM_XYaghutSd.ttf) = %{tl_version} +Provides: tex(HM_XYaghutSdIt.ttf) = %{tl_version} +Provides: tex(HM_XYaghutSdOb.ttf) = %{tl_version} +Provides: tex(HM_XYas.ttf) = %{tl_version} +Provides: tex(HM_XYasBd.ttf) = %{tl_version} +Provides: tex(HM_XYasBdIt.ttf) = %{tl_version} +Provides: tex(HM_XYasIt.ttf) = %{tl_version} +Provides: tex(HM_XYasOb.ttf) = %{tl_version} +Provides: tex(HM_XYasObBd.ttf) = %{tl_version} +Provides: tex(HM_XYasOl.ttf) = %{tl_version} +Provides: tex(HM_XYasOlIt.ttf) = %{tl_version} +Provides: tex(HM_XYasOlOb.ttf) = %{tl_version} +Provides: tex(HM_XYasSd.ttf) = %{tl_version} +Provides: tex(HM_XYasSdIt.ttf) = %{tl_version} +Provides: tex(HM_XYasSdOb.ttf) = %{tl_version} +Provides: tex(HM_XYermook.ttf) = %{tl_version} +Provides: tex(HM_XYermookBd.ttf) = %{tl_version} +Provides: tex(HM_XYermookBdIt.ttf) = %{tl_version} +Provides: tex(HM_XYermookIt.ttf) = %{tl_version} +Provides: tex(HM_XYermookOb.ttf) = %{tl_version} +Provides: tex(HM_XYermookObBd.ttf) = %{tl_version} +Provides: tex(HM_XYermookOl.ttf) = %{tl_version} +Provides: tex(HM_XYermookOlIt.ttf) = %{tl_version} +Provides: tex(HM_XYermookOlOb.ttf) = %{tl_version} +Provides: tex(HM_XYermookSd.ttf) = %{tl_version} +Provides: tex(HM_XYermookSdIt.ttf) = %{tl_version} +Provides: tex(HM_XYermookSdOb.ttf) = %{tl_version} +Provides: tex(HM_XZar.ttf) = %{tl_version} +Provides: tex(HM_XZarBd.ttf) = %{tl_version} +Provides: tex(HM_XZarBdIt.ttf) = %{tl_version} +Provides: tex(HM_XZarIt.ttf) = %{tl_version} +Provides: tex(HM_XZarOb.ttf) = %{tl_version} +Provides: tex(HM_XZarObBd.ttf) = %{tl_version} +Provides: tex(HM_XZarOblique.ttf) = %{tl_version} +Provides: tex(HM_XZarObliqueBd.ttf) = %{tl_version} +Provides: tex(HM_XZarOl.ttf) = %{tl_version} +Provides: tex(HM_XZarOlIt.ttf) = %{tl_version} +Provides: tex(HM_XZarOlOb.ttf) = %{tl_version} +Provides: tex(HM_XZarSd.ttf) = %{tl_version} +Provides: tex(HM_XZarSdIt.ttf) = %{tl_version} +Provides: tex(HM_XZarSdOb.ttf) = %{tl_version} +Provides: tex(HM_XZiba.ttf) = %{tl_version} +Provides: tex(HM_XZibaBd.ttf) = %{tl_version} +Provides: tex(HM_XZibaBdIt.ttf) = %{tl_version} +Provides: tex(HM_XZibaIt.ttf) = %{tl_version} +Provides: tex(HM_XZibaOb.ttf) = %{tl_version} +Provides: tex(HM_XZibaObBd.ttf) = %{tl_version} +Provides: tex(HM_XZibaOl.ttf) = %{tl_version} +Provides: tex(HM_XZibaOlIt.ttf) = %{tl_version} +Provides: tex(HM_XZibaOlOb.ttf) = %{tl_version} +Provides: tex(HM_XZibaSd.ttf) = %{tl_version} +Provides: tex(HM_XZibaSdIt.ttf) = %{tl_version} +Provides: tex(HM_XZibaSdOb.ttf) = %{tl_version} + +%description persian-hm-xbs +The bundle offers a set of 87 Persian fonts derived from X +Series 2 fonts released by Behnam at Irmug.com. In these fonts +the solid dot shape zero, ARABIC-INDIC DIGIT ZERO (uni0660, +uni066F), is changed to hollow circular zero and the glyphs +with YEH ABOVE is changed to the glyphs with HAMZA ABOVE, e.g. +ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM (uniFBA5) has +been changed to ARABIC LETTER HEH WITH HAMZA ABOVE ISOLATED +FORM. + +date: 2013-05-18 17:41:16 +0200 + +%post persian-hm-xbs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun persian-hm-xbs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans persian-hm-xbs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package persian-hm-xbs-doc +Summary: Documentation for persian-hm-xbs +Version: svn30554.0.15 +Release: %{tl_noarch_release} +Provides: tex-persian-hm-xbs-doc +BuildArch: noarch +AutoReqProv: No + +%description persian-hm-xbs-doc +Documentation for persian-hm-xbs + +%package persian-modern +Provides: tex-persian-modern = %{tl_version} +License: OFL +Summary: The "Persian Modern" family of fonts +Version: svn30078.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(persian-modern-bold.otf) = %{tl_version} +Provides: tex(persian-modern-bolditalic.otf) = %{tl_version} +Provides: tex(persian-modern-boldoblique.otf) = %{tl_version} +Provides: tex(persian-modern-italic.otf) = %{tl_version} +Provides: tex(persian-modern-italicoutline.otf) = %{tl_version} +Provides: tex(persian-modern-italicshadow.otf) = %{tl_version} +Provides: tex(persian-modern-oblique.otf) = %{tl_version} +Provides: tex(persian-modern-obliqueoutline.otf) = %{tl_version} +Provides: tex(persian-modern-obliqueshadow.otf) = %{tl_version} +Provides: tex(persian-modern-outline.otf) = %{tl_version} +Provides: tex(persian-modern-regular.otf) = %{tl_version} +Provides: tex(persian-modern-shadow.otf) = %{tl_version} + +%description persian-modern +The Persian Modern family consists of 12 fonts (based on the +"FarsiTeX Scientific fonts" released into the public domain by +the FarsiTeX project). The single set of fonts is available in +OpenType format (.otf). + +date: 2013-04-20 21:59:01 +0200 + +%post persian-modern +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun persian-modern +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans persian-modern +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package persian-modern-doc +Summary: Documentation for persian-modern +Version: svn30078.0.4 +Release: %{tl_noarch_release} +Provides: tex-persian-modern-doc +BuildArch: noarch +AutoReqProv: No + +%description persian-modern-doc +Documentation for persian-modern + +%package tram +Provides: tex-tram = %{tl_version} +License: LPPL +Summary: Typeset tram boxes in LaTeX +Version: svn29803.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tram.sty) = %{tl_version} + +%description tram +Tram boxes are highlighted with patterns of dots; the package +defines an environment tram that typesets its content into a +tram box. The pattern used may be selected in an optional +argument to the environment. + +date: 2013-04-05 13:20:40 +0200 + +%post tram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tram-doc +Summary: Documentation for tram +Version: svn29803.0.2 +Release: %{tl_noarch_release} +Provides: tex-tram-doc +BuildArch: noarch +AutoReqProv: No + +%description tram-doc +Documentation for tram + +%package collection-langcjk +Summary: Chinese/Japanese/Korean +Version: svn30661.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-adobemapping +Requires: tex-arphic +Requires: tex-bxbase +Requires: tex-bxjscls +Requires: tex-c90 +Requires: tex-cjk +Requires: tex-cjk-ko +Requires: tex-cjkpunct +Requires: tex-cjkutils +Requires: tex-cns +Requires: tex-ctex +Requires: texlive-ctex-faq-doc +Requires: tex-dnp +Requires: tex-garuda-c90 +Requires: tex-hyphen-chinese +Requires: tex-ipaex +Requires: tex-japanese +Requires: tex-japanese-otf +Requires: tex-japanese-otf-uptex +Requires: tex-jfontmaps +Requires: tex-jsclasses +Requires: texlive-latex-notes-zh-cn-doc +Requires: texlive-lshort-chinese-doc +Requires: texlive-lshort-japanese-doc +Requires: texlive-lshort-korean-doc +Requires: tex-luatexja +Requires: tex-nanumtype1 +Requires: tex-norasi-c90 +Requires: tex-ptex +Requires: tex-ptex2pdf +Requires: tex-pxbase +Requires: tex-pxchfon +Requires: tex-pxcjkcat +Requires: tex-pxrubrica +Requires: texlive-texlive-zh-cn-doc +Requires: tex-uhc +Requires: tex-uptex +Requires: tex-wadalab +Requires: tex-xpinyin +Requires: tex-zhmetrics +Requires: tex-zhnumber +Requires: tex-zhspacing +Requires: tex-zxjafbfont +Requires: tex-zxjafont +Requires: tex-zxjatype +Provides: tex(japanese) = %{tl_version} +Provides: tex(east-asian) = %{tl_version} +Obsoletes: texlive-east-asian < %{tl_version} +Obsoletes: texlive-texmf-east-asian < %{tl_version} + +%description collection-langcjk +CJK (Chinese, Japanese, Korean) macros, fonts, documentation. +Also Thai in the c90 encoding, since there is some overlap in +those fonts. Standard Thai support is in collection-langother. + +%package c90 +Provides: tex-c90 = %{tl_version} +License: LPPL +Summary: c90 package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(c90.enc) = %{tl_version} + +%description c90 +c90 package + +%post c90 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun c90 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans c90 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package c90-doc +Summary: Documentation for c90 +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-c90-doc +BuildArch: noarch +AutoReqProv: No + +%description c90-doc +Documentation for c90 + +%package ctex +Provides: tex-ctex = %{tl_version} +License: LPPL +Summary: LaTeX classes and packages for Chinese typesetting +Version: svn22488.1.02c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-ttfutils +Requires: tex(ctex.sty) +Provides: tex(ctexartutf8.cls) = %{tl_version} +Provides: tex(ctexbookutf8.cls) = %{tl_version} +Provides: tex(ctexcaputf8.sty) = %{tl_version} +Provides: tex(ctexreputf8.cls) = %{tl_version} +Provides: tex(ctexutf8.sty) = %{tl_version} +Provides: tex(ctex.cfg) = %{tl_version} +Provides: tex(ctexcap-gbk.cfg) = %{tl_version} +Provides: tex(ctexcap-utf8.cfg) = %{tl_version} +Provides: tex(ctexcap.cfg) = %{tl_version} +Provides: tex(ctex.sty) = %{tl_version} +Provides: tex(ctexart.cls) = %{tl_version} +Provides: tex(ctexbook.cls) = %{tl_version} +Provides: tex(ctexcap.sty) = %{tl_version} +Provides: tex(ctexrep.cls) = %{tl_version} +Provides: tex(ctex-article.def) = %{tl_version} +Provides: tex(ctex-book.def) = %{tl_version} +Provides: tex(ctex-caption.def) = %{tl_version} +Provides: tex(ctex-class.def) = %{tl_version} +Provides: tex(ctex-common.def) = %{tl_version} +Provides: tex(ctex-gbk.def) = %{tl_version} +Provides: tex(ctex-loadclass.def) = %{tl_version} +Provides: tex(ctex-report.def) = %{tl_version} +Provides: tex(ctex-utf8.def) = %{tl_version} +Provides: tex(ctex-cct-engine.def) = %{tl_version} +Provides: tex(ctex-cjk-common.def) = %{tl_version} +Provides: tex(ctex-cjk-engine.def) = %{tl_version} +Provides: tex(ctex-xecjk-engine.def) = %{tl_version} +Provides: tex(c19gbsn.fd) = %{tl_version} +Provides: tex(c19gkai.fd) = %{tl_version} +Provides: tex(c19rm.fd) = %{tl_version} +Provides: tex(c19sf.fd) = %{tl_version} +Provides: tex(c19tt.fd) = %{tl_version} +Provides: tex(c70rm.fd) = %{tl_version} +Provides: tex(c70sf.fd) = %{tl_version} +Provides: tex(c70tt.fd) = %{tl_version} +Provides: tex(ctex-cjk-adobefonts.def) = %{tl_version} +Provides: tex(ctex-cjk-winfonts.def) = %{tl_version} +Provides: tex(ctex-xecjk-adobefonts.def) = %{tl_version} +Provides: tex(ctex-xecjk-winfonts.def) = %{tl_version} +Provides: tex(ctex-caption-opts.def) = %{tl_version} +Provides: tex(ctex-class-opts.def) = %{tl_version} +Provides: tex(ctex-common-opts.def) = %{tl_version} + +%description ctex +ctex package + +date: 2011-05-15 00:28:51 +0200 + +%post ctex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctex-doc +Summary: Documentation for ctex +Version: svn22488.1.02c +Release: %{tl_noarch_release} +Provides: tex-ctex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-ttfutils-doc + +%description ctex-doc +Documentation for ctex + +%package ctex-faq-doc +Summary: Documentation for ctex-faq +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ctex-faq-doc +BuildArch: noarch +AutoReqProv: No + +%description ctex-faq-doc +Documentation for ctex-faq + +%package dnp +Provides: tex-dnp = %{tl_version} +License: LPPL +Summary: dnp package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description dnp +dnp package + +%post dnp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dnp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dnp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-chinese +Provides: tex-hyphen-chinese = %{tl_version} +License: LPPL +Summary: Chinese pinyin hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-chinese +Hyphenation patterns for unaccented transliterated Mandarin +Chinese (pinyin) in T1/EC and UTF-8 encodings. + +%post hyphen-chinese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/pinyin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "pinyin loadhyph-zh-latn-pinyin.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-chinese +if [ $1 == 0 ] ; then +sed -i '/pinyin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-chinese +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ipaex +Provides: tex-ipaex = %{tl_version} +License: IPA +Summary: IPA and IPAex fonts from Information-technology Promotion Agency, Japan +Version: svn29849.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ipaexg.ttf) = %{tl_version} +Provides: tex(ipaexm.ttf) = %{tl_version} +Provides: tex(ipag.ttf) = %{tl_version} +Provides: tex(ipam.ttf) = %{tl_version} + +%description ipaex +The fonts provide fixed-width glyphs for Kana and Kanji +characters, proportional width glyphs for Western characters. + +date: 2011-11-03 09:19:42 +0100 + +%post ipaex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ipaex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ipaex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ipaex-doc +Summary: Documentation for ipaex +Version: svn29849.0 +Release: %{tl_noarch_release} +Provides: tex-ipaex-doc +BuildArch: noarch +AutoReqProv: No + +%description ipaex-doc +Documentation for ipaex + +%package japanese +Provides: tex-japanese = %{tl_version} +License: LPPL +Summary: A substitute for a babel package for Japanese +Version: svn24533.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(japanese.ldf) = %{tl_version} +Provides: texlive-east-asian = %{tl_version} +Obsoletes: texlive-east-asian < %{tl_version} + +%description 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: 2011-10-29 13:37:49 +0200 + +%post japanese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun japanese +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans japanese +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package japanese-doc +Summary: Documentation for japanese +Version: svn24533.1.3 +Release: %{tl_noarch_release} +Provides: tex-japanese-doc +BuildArch: noarch +AutoReqProv: No + +%description japanese-doc +Documentation for japanese + +%package japanese-otf +Provides: tex-japanese-otf = %{tl_version} +License: BSD +Summary: Advanced font selection for platex and its friends +Version: svn29929.v1.7b5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(otf.sty) +Provides: tex(otf-cktx.map) = %{tl_version} +Provides: tex(brsgexpgothb-h.tfm) = %{tl_version} +Provides: tex(brsgexpgothb-v.tfm) = %{tl_version} +Provides: tex(brsgexpgothbn-h.tfm) = %{tl_version} +Provides: tex(brsgexpgothbn-v.tfm) = %{tl_version} +Provides: tex(brsgexpgotheb-h.tfm) = %{tl_version} +Provides: tex(brsgexpgotheb-v.tfm) = %{tl_version} +Provides: tex(brsgexpgothebn-h.tfm) = %{tl_version} +Provides: tex(brsgexpgothebn-v.tfm) = %{tl_version} +Provides: tex(brsgexpgothr-h.tfm) = %{tl_version} +Provides: tex(brsgexpgothr-v.tfm) = %{tl_version} +Provides: tex(brsgexpgothrn-h.tfm) = %{tl_version} +Provides: tex(brsgexpgothrn-v.tfm) = %{tl_version} +Provides: tex(brsgexpmgothr-h.tfm) = %{tl_version} +Provides: tex(brsgexpmgothr-v.tfm) = %{tl_version} +Provides: tex(brsgexpmgothrn-h.tfm) = %{tl_version} +Provides: tex(brsgexpmgothrn-v.tfm) = %{tl_version} +Provides: tex(brsgexpminb-h.tfm) = %{tl_version} +Provides: tex(brsgexpminb-v.tfm) = %{tl_version} +Provides: tex(brsgexpminbn-h.tfm) = %{tl_version} +Provides: tex(brsgexpminbn-v.tfm) = %{tl_version} +Provides: tex(brsgexpminl-h.tfm) = %{tl_version} +Provides: tex(brsgexpminl-v.tfm) = %{tl_version} +Provides: tex(brsgexpminln-h.tfm) = %{tl_version} +Provides: tex(brsgexpminln-v.tfm) = %{tl_version} +Provides: tex(brsgexpminr-h.tfm) = %{tl_version} +Provides: tex(brsgexpminr-v.tfm) = %{tl_version} +Provides: tex(brsgexpminrn-h.tfm) = %{tl_version} +Provides: tex(brsgexpminrn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgothb-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgothb-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgothbn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgothbn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgotheb-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgotheb-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgothebn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgothebn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgothr-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgothr-v.tfm) = %{tl_version} +Provides: tex(brsgnmlgothrn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlgothrn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlmgothr-h.tfm) = %{tl_version} +Provides: tex(brsgnmlmgothr-v.tfm) = %{tl_version} +Provides: tex(brsgnmlmgothrn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlmgothrn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminb-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminb-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminbn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminbn-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminl-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminl-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminln-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminln-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminr-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminr-v.tfm) = %{tl_version} +Provides: tex(brsgnmlminrn-h.tfm) = %{tl_version} +Provides: tex(brsgnmlminrn-v.tfm) = %{tl_version} +Provides: tex(cidcgr0-h.tfm) = %{tl_version} +Provides: tex(cidcgr0-v.tfm) = %{tl_version} +Provides: tex(cidcgr1-h.tfm) = %{tl_version} +Provides: tex(cidcgr1-v.tfm) = %{tl_version} +Provides: tex(cidcgr2-h.tfm) = %{tl_version} +Provides: tex(cidcgr2-v.tfm) = %{tl_version} +Provides: tex(cidcgr3-h.tfm) = %{tl_version} +Provides: tex(cidcgr3-v.tfm) = %{tl_version} +Provides: tex(cidcgr4-h.tfm) = %{tl_version} +Provides: tex(cidcgr4-v.tfm) = %{tl_version} +Provides: tex(cidcgr5-h.tfm) = %{tl_version} +Provides: tex(cidcgr5-v.tfm) = %{tl_version} +Provides: tex(cidcgr6-h.tfm) = %{tl_version} +Provides: tex(cidcgr6-v.tfm) = %{tl_version} +Provides: tex(cidcgr7-h.tfm) = %{tl_version} +Provides: tex(cidcgr7-v.tfm) = %{tl_version} +Provides: tex(cidcmr0-h.tfm) = %{tl_version} +Provides: tex(cidcmr0-v.tfm) = %{tl_version} +Provides: tex(cidcmr1-h.tfm) = %{tl_version} +Provides: tex(cidcmr1-v.tfm) = %{tl_version} +Provides: tex(cidcmr2-h.tfm) = %{tl_version} +Provides: tex(cidcmr2-v.tfm) = %{tl_version} +Provides: tex(cidcmr3-h.tfm) = %{tl_version} +Provides: tex(cidcmr3-v.tfm) = %{tl_version} +Provides: tex(cidcmr4-h.tfm) = %{tl_version} +Provides: tex(cidcmr4-v.tfm) = %{tl_version} +Provides: tex(cidcmr5-h.tfm) = %{tl_version} +Provides: tex(cidcmr5-v.tfm) = %{tl_version} +Provides: tex(cidcmr6-h.tfm) = %{tl_version} +Provides: tex(cidcmr6-v.tfm) = %{tl_version} +Provides: tex(cidcmr7-h.tfm) = %{tl_version} +Provides: tex(cidcmr7-v.tfm) = %{tl_version} +Provides: tex(cidjgb0-h.tfm) = %{tl_version} +Provides: tex(cidjgb0-v.tfm) = %{tl_version} +Provides: tex(cidjgb1-h.tfm) = %{tl_version} +Provides: tex(cidjgb1-v.tfm) = %{tl_version} +Provides: tex(cidjgb2-h.tfm) = %{tl_version} +Provides: tex(cidjgb2-v.tfm) = %{tl_version} +Provides: tex(cidjgb3-h.tfm) = %{tl_version} +Provides: tex(cidjgb3-v.tfm) = %{tl_version} +Provides: tex(cidjgb4-h.tfm) = %{tl_version} +Provides: tex(cidjgb4-v.tfm) = %{tl_version} +Provides: tex(cidjgb5-h.tfm) = %{tl_version} +Provides: tex(cidjgb5-v.tfm) = %{tl_version} +Provides: tex(cidjge0-h.tfm) = %{tl_version} +Provides: tex(cidjge0-v.tfm) = %{tl_version} +Provides: tex(cidjge1-h.tfm) = %{tl_version} +Provides: tex(cidjge1-v.tfm) = %{tl_version} +Provides: tex(cidjge2-h.tfm) = %{tl_version} +Provides: tex(cidjge2-v.tfm) = %{tl_version} +Provides: tex(cidjge3-h.tfm) = %{tl_version} +Provides: tex(cidjge3-v.tfm) = %{tl_version} +Provides: tex(cidjge4-h.tfm) = %{tl_version} +Provides: tex(cidjge4-v.tfm) = %{tl_version} +Provides: tex(cidjge5-h.tfm) = %{tl_version} +Provides: tex(cidjge5-v.tfm) = %{tl_version} +Provides: tex(cidjgr0-h.tfm) = %{tl_version} +Provides: tex(cidjgr0-v.tfm) = %{tl_version} +Provides: tex(cidjgr1-h.tfm) = %{tl_version} +Provides: tex(cidjgr1-v.tfm) = %{tl_version} +Provides: tex(cidjgr2-h.tfm) = %{tl_version} +Provides: tex(cidjgr2-v.tfm) = %{tl_version} +Provides: tex(cidjgr3-h.tfm) = %{tl_version} +Provides: tex(cidjgr3-v.tfm) = %{tl_version} +Provides: tex(cidjgr4-h.tfm) = %{tl_version} +Provides: tex(cidjgr4-v.tfm) = %{tl_version} +Provides: tex(cidjgr5-h.tfm) = %{tl_version} +Provides: tex(cidjgr5-v.tfm) = %{tl_version} +Provides: tex(cidjmb0-h.tfm) = %{tl_version} +Provides: tex(cidjmb0-v.tfm) = %{tl_version} +Provides: tex(cidjmb1-h.tfm) = %{tl_version} +Provides: tex(cidjmb1-v.tfm) = %{tl_version} +Provides: tex(cidjmb2-h.tfm) = %{tl_version} +Provides: tex(cidjmb2-v.tfm) = %{tl_version} +Provides: tex(cidjmb3-h.tfm) = %{tl_version} +Provides: tex(cidjmb3-v.tfm) = %{tl_version} +Provides: tex(cidjmb4-h.tfm) = %{tl_version} +Provides: tex(cidjmb4-v.tfm) = %{tl_version} +Provides: tex(cidjmb5-h.tfm) = %{tl_version} +Provides: tex(cidjmb5-v.tfm) = %{tl_version} +Provides: tex(cidjmgr0-h.tfm) = %{tl_version} +Provides: tex(cidjmgr0-v.tfm) = %{tl_version} +Provides: tex(cidjmgr1-h.tfm) = %{tl_version} +Provides: tex(cidjmgr1-v.tfm) = %{tl_version} +Provides: tex(cidjmgr2-h.tfm) = %{tl_version} +Provides: tex(cidjmgr2-v.tfm) = %{tl_version} +Provides: tex(cidjmgr3-h.tfm) = %{tl_version} +Provides: tex(cidjmgr3-v.tfm) = %{tl_version} +Provides: tex(cidjmgr4-h.tfm) = %{tl_version} +Provides: tex(cidjmgr4-v.tfm) = %{tl_version} +Provides: tex(cidjmgr5-h.tfm) = %{tl_version} +Provides: tex(cidjmgr5-v.tfm) = %{tl_version} +Provides: tex(cidjml0-h.tfm) = %{tl_version} +Provides: tex(cidjml0-v.tfm) = %{tl_version} +Provides: tex(cidjml1-h.tfm) = %{tl_version} +Provides: tex(cidjml1-v.tfm) = %{tl_version} +Provides: tex(cidjml2-h.tfm) = %{tl_version} +Provides: tex(cidjml2-v.tfm) = %{tl_version} +Provides: tex(cidjml3-h.tfm) = %{tl_version} +Provides: tex(cidjml3-v.tfm) = %{tl_version} +Provides: tex(cidjml4-h.tfm) = %{tl_version} +Provides: tex(cidjml4-v.tfm) = %{tl_version} +Provides: tex(cidjml5-h.tfm) = %{tl_version} +Provides: tex(cidjml5-v.tfm) = %{tl_version} +Provides: tex(cidjmr0-h.tfm) = %{tl_version} +Provides: tex(cidjmr0-v.tfm) = %{tl_version} +Provides: tex(cidjmr1-h.tfm) = %{tl_version} +Provides: tex(cidjmr1-v.tfm) = %{tl_version} +Provides: tex(cidjmr2-h.tfm) = %{tl_version} +Provides: tex(cidjmr2-v.tfm) = %{tl_version} +Provides: tex(cidjmr3-h.tfm) = %{tl_version} +Provides: tex(cidjmr3-v.tfm) = %{tl_version} +Provides: tex(cidjmr4-h.tfm) = %{tl_version} +Provides: tex(cidjmr4-v.tfm) = %{tl_version} +Provides: tex(cidjmr5-h.tfm) = %{tl_version} +Provides: tex(cidjmr5-v.tfm) = %{tl_version} +Provides: tex(cidkgr0-h.tfm) = %{tl_version} +Provides: tex(cidkgr0-v.tfm) = %{tl_version} +Provides: tex(cidkgr1-h.tfm) = %{tl_version} +Provides: tex(cidkgr1-v.tfm) = %{tl_version} +Provides: tex(cidkgr2-h.tfm) = %{tl_version} +Provides: tex(cidkgr2-v.tfm) = %{tl_version} +Provides: tex(cidkgr3-h.tfm) = %{tl_version} +Provides: tex(cidkgr3-v.tfm) = %{tl_version} +Provides: tex(cidkgr4-h.tfm) = %{tl_version} +Provides: tex(cidkgr4-v.tfm) = %{tl_version} +Provides: tex(cidkmr0-h.tfm) = %{tl_version} +Provides: tex(cidkmr0-v.tfm) = %{tl_version} +Provides: tex(cidkmr1-h.tfm) = %{tl_version} +Provides: tex(cidkmr1-v.tfm) = %{tl_version} +Provides: tex(cidkmr2-h.tfm) = %{tl_version} +Provides: tex(cidkmr2-v.tfm) = %{tl_version} +Provides: tex(cidkmr3-h.tfm) = %{tl_version} +Provides: tex(cidkmr3-v.tfm) = %{tl_version} +Provides: tex(cidkmr4-h.tfm) = %{tl_version} +Provides: tex(cidkmr4-v.tfm) = %{tl_version} +Provides: tex(cidtgr0-h.tfm) = %{tl_version} +Provides: tex(cidtgr0-v.tfm) = %{tl_version} +Provides: tex(cidtgr1-h.tfm) = %{tl_version} +Provides: tex(cidtgr1-v.tfm) = %{tl_version} +Provides: tex(cidtgr2-h.tfm) = %{tl_version} +Provides: tex(cidtgr2-v.tfm) = %{tl_version} +Provides: tex(cidtgr3-h.tfm) = %{tl_version} +Provides: tex(cidtgr3-v.tfm) = %{tl_version} +Provides: tex(cidtgr4-h.tfm) = %{tl_version} +Provides: tex(cidtgr4-v.tfm) = %{tl_version} +Provides: tex(cidtmr0-h.tfm) = %{tl_version} +Provides: tex(cidtmr0-v.tfm) = %{tl_version} +Provides: tex(cidtmr1-h.tfm) = %{tl_version} +Provides: tex(cidtmr1-v.tfm) = %{tl_version} +Provides: tex(cidtmr2-h.tfm) = %{tl_version} +Provides: tex(cidtmr2-v.tfm) = %{tl_version} +Provides: tex(cidtmr3-h.tfm) = %{tl_version} +Provides: tex(cidtmr3-v.tfm) = %{tl_version} +Provides: tex(cidtmr4-h.tfm) = %{tl_version} +Provides: tex(cidtmr4-v.tfm) = %{tl_version} +Provides: tex(expgothb-h.tfm) = %{tl_version} +Provides: tex(expgothb-v.tfm) = %{tl_version} +Provides: tex(expgothbn-h.tfm) = %{tl_version} +Provides: tex(expgothbn-v.tfm) = %{tl_version} +Provides: tex(expgotheb-h.tfm) = %{tl_version} +Provides: tex(expgotheb-v.tfm) = %{tl_version} +Provides: tex(expgothebn-h.tfm) = %{tl_version} +Provides: tex(expgothebn-v.tfm) = %{tl_version} +Provides: tex(expgothr-h.tfm) = %{tl_version} +Provides: tex(expgothr-v.tfm) = %{tl_version} +Provides: tex(expgothrn-h.tfm) = %{tl_version} +Provides: tex(expgothrn-v.tfm) = %{tl_version} +Provides: tex(expmgothr-h.tfm) = %{tl_version} +Provides: tex(expmgothr-v.tfm) = %{tl_version} +Provides: tex(expmgothrn-h.tfm) = %{tl_version} +Provides: tex(expmgothrn-v.tfm) = %{tl_version} +Provides: tex(expminb-h.tfm) = %{tl_version} +Provides: tex(expminb-v.tfm) = %{tl_version} +Provides: tex(expminbn-h.tfm) = %{tl_version} +Provides: tex(expminbn-v.tfm) = %{tl_version} +Provides: tex(expminl-h.tfm) = %{tl_version} +Provides: tex(expminl-v.tfm) = %{tl_version} +Provides: tex(expminln-h.tfm) = %{tl_version} +Provides: tex(expminln-v.tfm) = %{tl_version} +Provides: tex(expminr-h.tfm) = %{tl_version} +Provides: tex(expminr-v.tfm) = %{tl_version} +Provides: tex(expminrn-h.tfm) = %{tl_version} +Provides: tex(expminrn-v.tfm) = %{tl_version} +Provides: tex(hgothb-h.tfm) = %{tl_version} +Provides: tex(hgothb-v.tfm) = %{tl_version} +Provides: tex(hgothbn-h.tfm) = %{tl_version} +Provides: tex(hgothbn-v.tfm) = %{tl_version} +Provides: tex(hgotheb-h.tfm) = %{tl_version} +Provides: tex(hgotheb-v.tfm) = %{tl_version} +Provides: tex(hgothebn-h.tfm) = %{tl_version} +Provides: tex(hgothebn-v.tfm) = %{tl_version} +Provides: tex(hgothr-h.tfm) = %{tl_version} +Provides: tex(hgothr-v.tfm) = %{tl_version} +Provides: tex(hgothrn-h.tfm) = %{tl_version} +Provides: tex(hgothrn-v.tfm) = %{tl_version} +Provides: tex(hirakaku-w3-h.tfm) = %{tl_version} +Provides: tex(hirakaku-w3-v.tfm) = %{tl_version} +Provides: tex(hirakaku-w6-h.tfm) = %{tl_version} +Provides: tex(hirakaku-w6-v.tfm) = %{tl_version} +Provides: tex(hiramaru-w4-h.tfm) = %{tl_version} +Provides: tex(hiramaru-w4-v.tfm) = %{tl_version} +Provides: tex(hiramin-w3-h.tfm) = %{tl_version} +Provides: tex(hiramin-w3-v.tfm) = %{tl_version} +Provides: tex(hiramin-w6-h.tfm) = %{tl_version} +Provides: tex(hiramin-w6-v.tfm) = %{tl_version} +Provides: tex(hmgothr-h.tfm) = %{tl_version} +Provides: tex(hmgothr-v.tfm) = %{tl_version} +Provides: tex(hmgothrn-h.tfm) = %{tl_version} +Provides: tex(hmgothrn-v.tfm) = %{tl_version} +Provides: tex(hminb-h.tfm) = %{tl_version} +Provides: tex(hminb-v.tfm) = %{tl_version} +Provides: tex(hminbn-h.tfm) = %{tl_version} +Provides: tex(hminbn-v.tfm) = %{tl_version} +Provides: tex(hminl-h.tfm) = %{tl_version} +Provides: tex(hminl-v.tfm) = %{tl_version} +Provides: tex(hminln-h.tfm) = %{tl_version} +Provides: tex(hminln-v.tfm) = %{tl_version} +Provides: tex(hminr-h.tfm) = %{tl_version} +Provides: tex(hminr-v.tfm) = %{tl_version} +Provides: tex(hminrn-h.tfm) = %{tl_version} +Provides: tex(hminrn-v.tfm) = %{tl_version} +Provides: tex(nmlgothb-h.tfm) = %{tl_version} +Provides: tex(nmlgothb-v.tfm) = %{tl_version} +Provides: tex(nmlgothbn-h.tfm) = %{tl_version} +Provides: tex(nmlgothbn-v.tfm) = %{tl_version} +Provides: tex(nmlgotheb-h.tfm) = %{tl_version} +Provides: tex(nmlgotheb-v.tfm) = %{tl_version} +Provides: tex(nmlgothebn-h.tfm) = %{tl_version} +Provides: tex(nmlgothebn-v.tfm) = %{tl_version} +Provides: tex(nmlgothr-h.tfm) = %{tl_version} +Provides: tex(nmlgothr-v.tfm) = %{tl_version} +Provides: tex(nmlgothrn-h.tfm) = %{tl_version} +Provides: tex(nmlgothrn-v.tfm) = %{tl_version} +Provides: tex(nmlmgothr-h.tfm) = %{tl_version} +Provides: tex(nmlmgothr-v.tfm) = %{tl_version} +Provides: tex(nmlmgothrn-h.tfm) = %{tl_version} +Provides: tex(nmlmgothrn-v.tfm) = %{tl_version} +Provides: tex(nmlminb-h.tfm) = %{tl_version} +Provides: tex(nmlminb-v.tfm) = %{tl_version} +Provides: tex(nmlminbn-h.tfm) = %{tl_version} +Provides: tex(nmlminbn-v.tfm) = %{tl_version} +Provides: tex(nmlminl-h.tfm) = %{tl_version} +Provides: tex(nmlminl-v.tfm) = %{tl_version} +Provides: tex(nmlminln-h.tfm) = %{tl_version} +Provides: tex(nmlminln-v.tfm) = %{tl_version} +Provides: tex(nmlminr-h.tfm) = %{tl_version} +Provides: tex(nmlminr-v.tfm) = %{tl_version} +Provides: tex(nmlminrn-h.tfm) = %{tl_version} +Provides: tex(nmlminrn-v.tfm) = %{tl_version} +Provides: tex(otf-ccgr-h.tfm) = %{tl_version} +Provides: tex(otf-ccgr-v.tfm) = %{tl_version} +Provides: tex(otf-ccmr-h.tfm) = %{tl_version} +Provides: tex(otf-ccmr-v.tfm) = %{tl_version} +Provides: tex(otf-cjgb-h.tfm) = %{tl_version} +Provides: tex(otf-cjgb-v.tfm) = %{tl_version} +Provides: tex(otf-cjge-h.tfm) = %{tl_version} +Provides: tex(otf-cjge-v.tfm) = %{tl_version} +Provides: tex(otf-cjgr-h.tfm) = %{tl_version} +Provides: tex(otf-cjgr-v.tfm) = %{tl_version} +Provides: tex(otf-cjmb-h.tfm) = %{tl_version} +Provides: tex(otf-cjmb-v.tfm) = %{tl_version} +Provides: tex(otf-cjmgr-h.tfm) = %{tl_version} +Provides: tex(otf-cjmgr-v.tfm) = %{tl_version} +Provides: tex(otf-cjml-h.tfm) = %{tl_version} +Provides: tex(otf-cjml-v.tfm) = %{tl_version} +Provides: tex(otf-cjmr-h.tfm) = %{tl_version} +Provides: tex(otf-cjmr-v.tfm) = %{tl_version} +Provides: tex(otf-ckgr-h.tfm) = %{tl_version} +Provides: tex(otf-ckgr-v.tfm) = %{tl_version} +Provides: tex(otf-ckmr-h.tfm) = %{tl_version} +Provides: tex(otf-ckmr-v.tfm) = %{tl_version} +Provides: tex(otf-ctgr-h.tfm) = %{tl_version} +Provides: tex(otf-ctgr-v.tfm) = %{tl_version} +Provides: tex(otf-ctmr-h.tfm) = %{tl_version} +Provides: tex(otf-ctmr-v.tfm) = %{tl_version} +Provides: tex(otf-ucgr-h.tfm) = %{tl_version} +Provides: tex(otf-ucgr-v.tfm) = %{tl_version} +Provides: tex(otf-ucmr-h.tfm) = %{tl_version} +Provides: tex(otf-ucmr-v.tfm) = %{tl_version} +Provides: tex(otf-ujgb-h.tfm) = %{tl_version} +Provides: tex(otf-ujgb-v.tfm) = %{tl_version} +Provides: tex(otf-ujgbn-h.tfm) = %{tl_version} +Provides: tex(otf-ujgbn-v.tfm) = %{tl_version} +Provides: tex(otf-ujge-h.tfm) = %{tl_version} +Provides: tex(otf-ujge-v.tfm) = %{tl_version} +Provides: tex(otf-ujgen-h.tfm) = %{tl_version} +Provides: tex(otf-ujgen-v.tfm) = %{tl_version} +Provides: tex(otf-ujgr-h.tfm) = %{tl_version} +Provides: tex(otf-ujgr-v.tfm) = %{tl_version} +Provides: tex(otf-ujgrn-h.tfm) = %{tl_version} +Provides: tex(otf-ujgrn-v.tfm) = %{tl_version} +Provides: tex(otf-ujmb-h.tfm) = %{tl_version} +Provides: tex(otf-ujmb-v.tfm) = %{tl_version} +Provides: tex(otf-ujmbn-h.tfm) = %{tl_version} +Provides: tex(otf-ujmbn-v.tfm) = %{tl_version} +Provides: tex(otf-ujmgr-h.tfm) = %{tl_version} +Provides: tex(otf-ujmgr-v.tfm) = %{tl_version} +Provides: tex(otf-ujmgrn-h.tfm) = %{tl_version} +Provides: tex(otf-ujmgrn-v.tfm) = %{tl_version} +Provides: tex(otf-ujml-h.tfm) = %{tl_version} +Provides: tex(otf-ujml-v.tfm) = %{tl_version} +Provides: tex(otf-ujmln-h.tfm) = %{tl_version} +Provides: tex(otf-ujmln-v.tfm) = %{tl_version} +Provides: tex(otf-ujmr-h.tfm) = %{tl_version} +Provides: tex(otf-ujmr-v.tfm) = %{tl_version} +Provides: tex(otf-ujmrn-h.tfm) = %{tl_version} +Provides: tex(otf-ujmrn-v.tfm) = %{tl_version} +Provides: tex(otf-ukgr-h.tfm) = %{tl_version} +Provides: tex(otf-ukgr-v.tfm) = %{tl_version} +Provides: tex(otf-ukmr-h.tfm) = %{tl_version} +Provides: tex(otf-ukmr-v.tfm) = %{tl_version} +Provides: tex(otf-utgr-h.tfm) = %{tl_version} +Provides: tex(otf-utgr-v.tfm) = %{tl_version} +Provides: tex(otf-utmr-h.tfm) = %{tl_version} +Provides: tex(otf-utmr-v.tfm) = %{tl_version} +Provides: tex(phirakakuw3-h.tfm) = %{tl_version} +Provides: tex(phirakakuw3-v.tfm) = %{tl_version} +Provides: tex(phirakakuw6-h.tfm) = %{tl_version} +Provides: tex(phirakakuw6-v.tfm) = %{tl_version} +Provides: tex(phiramaruw4-h.tfm) = %{tl_version} +Provides: tex(phiramaruw4-v.tfm) = %{tl_version} +Provides: tex(phiraminw3-h.tfm) = %{tl_version} +Provides: tex(phiraminw3-v.tfm) = %{tl_version} +Provides: tex(phiraminw6-h.tfm) = %{tl_version} +Provides: tex(phiraminw6-v.tfm) = %{tl_version} +Provides: tex(rubygothb-h.tfm) = %{tl_version} +Provides: tex(rubygothb-v.tfm) = %{tl_version} +Provides: tex(rubygotheb-h.tfm) = %{tl_version} +Provides: tex(rubygotheb-v.tfm) = %{tl_version} +Provides: tex(rubygothr-h.tfm) = %{tl_version} +Provides: tex(rubygothr-v.tfm) = %{tl_version} +Provides: tex(rubymgothr-h.tfm) = %{tl_version} +Provides: tex(rubymgothr-v.tfm) = %{tl_version} +Provides: tex(rubyminb-h.tfm) = %{tl_version} +Provides: tex(rubyminb-v.tfm) = %{tl_version} +Provides: tex(rubyminl-h.tfm) = %{tl_version} +Provides: tex(rubyminl-v.tfm) = %{tl_version} +Provides: tex(rubyminr-h.tfm) = %{tl_version} +Provides: tex(rubyminr-v.tfm) = %{tl_version} +Provides: tex(utfcgr0-h.tfm) = %{tl_version} +Provides: tex(utfcgr0-v.tfm) = %{tl_version} +Provides: tex(utfcgr1-h.tfm) = %{tl_version} +Provides: tex(utfcgr1-v.tfm) = %{tl_version} +Provides: tex(utfcgr2-h.tfm) = %{tl_version} +Provides: tex(utfcgr2-v.tfm) = %{tl_version} +Provides: tex(utfcgr3-h.tfm) = %{tl_version} +Provides: tex(utfcgr3-v.tfm) = %{tl_version} +Provides: tex(utfcgr4-h.tfm) = %{tl_version} +Provides: tex(utfcgr4-v.tfm) = %{tl_version} +Provides: tex(utfcgr5-h.tfm) = %{tl_version} +Provides: tex(utfcgr5-v.tfm) = %{tl_version} +Provides: tex(utfcgr6-h.tfm) = %{tl_version} +Provides: tex(utfcgr6-v.tfm) = %{tl_version} +Provides: tex(utfcgr7-h.tfm) = %{tl_version} +Provides: tex(utfcgr7-v.tfm) = %{tl_version} +Provides: tex(utfcgr8-h.tfm) = %{tl_version} +Provides: tex(utfcgr8-v.tfm) = %{tl_version} +Provides: tex(utfcgr9-h.tfm) = %{tl_version} +Provides: tex(utfcgr9-v.tfm) = %{tl_version} +Provides: tex(utfcgra-h.tfm) = %{tl_version} +Provides: tex(utfcgra-v.tfm) = %{tl_version} +Provides: tex(utfcgrb-h.tfm) = %{tl_version} +Provides: tex(utfcgrb-v.tfm) = %{tl_version} +Provides: tex(utfcgrc-h.tfm) = %{tl_version} +Provides: tex(utfcgrc-v.tfm) = %{tl_version} +Provides: tex(utfcgrd-h.tfm) = %{tl_version} +Provides: tex(utfcgrd-v.tfm) = %{tl_version} +Provides: tex(utfcgre-h.tfm) = %{tl_version} +Provides: tex(utfcgre-v.tfm) = %{tl_version} +Provides: tex(utfcgrf-h.tfm) = %{tl_version} +Provides: tex(utfcgrf-v.tfm) = %{tl_version} +Provides: tex(utfcmr0-h.tfm) = %{tl_version} +Provides: tex(utfcmr0-v.tfm) = %{tl_version} +Provides: tex(utfcmr1-h.tfm) = %{tl_version} +Provides: tex(utfcmr1-v.tfm) = %{tl_version} +Provides: tex(utfcmr2-h.tfm) = %{tl_version} +Provides: tex(utfcmr2-v.tfm) = %{tl_version} +Provides: tex(utfcmr3-h.tfm) = %{tl_version} +Provides: tex(utfcmr3-v.tfm) = %{tl_version} +Provides: tex(utfcmr4-h.tfm) = %{tl_version} +Provides: tex(utfcmr4-v.tfm) = %{tl_version} +Provides: tex(utfcmr5-h.tfm) = %{tl_version} +Provides: tex(utfcmr5-v.tfm) = %{tl_version} +Provides: tex(utfcmr6-h.tfm) = %{tl_version} +Provides: tex(utfcmr6-v.tfm) = %{tl_version} +Provides: tex(utfcmr7-h.tfm) = %{tl_version} +Provides: tex(utfcmr7-v.tfm) = %{tl_version} +Provides: tex(utfcmr8-h.tfm) = %{tl_version} +Provides: tex(utfcmr8-v.tfm) = %{tl_version} +Provides: tex(utfcmr9-h.tfm) = %{tl_version} +Provides: tex(utfcmr9-v.tfm) = %{tl_version} +Provides: tex(utfcmra-h.tfm) = %{tl_version} +Provides: tex(utfcmra-v.tfm) = %{tl_version} +Provides: tex(utfcmrb-h.tfm) = %{tl_version} +Provides: tex(utfcmrb-v.tfm) = %{tl_version} +Provides: tex(utfcmrc-h.tfm) = %{tl_version} +Provides: tex(utfcmrc-v.tfm) = %{tl_version} +Provides: tex(utfcmrd-h.tfm) = %{tl_version} +Provides: tex(utfcmrd-v.tfm) = %{tl_version} +Provides: tex(utfcmre-h.tfm) = %{tl_version} +Provides: tex(utfcmre-v.tfm) = %{tl_version} +Provides: tex(utfcmrf-h.tfm) = %{tl_version} +Provides: tex(utfcmrf-v.tfm) = %{tl_version} +Provides: tex(utfgr0-h.tfm) = %{tl_version} +Provides: tex(utfgr0-v.tfm) = %{tl_version} +Provides: tex(utfgr1-h.tfm) = %{tl_version} +Provides: tex(utfgr1-v.tfm) = %{tl_version} +Provides: tex(utfgr2-h.tfm) = %{tl_version} +Provides: tex(utfgr2-v.tfm) = %{tl_version} +Provides: tex(utfgr3-h.tfm) = %{tl_version} +Provides: tex(utfgr3-v.tfm) = %{tl_version} +Provides: tex(utfgr4-h.tfm) = %{tl_version} +Provides: tex(utfgr4-v.tfm) = %{tl_version} +Provides: tex(utfgr5-h.tfm) = %{tl_version} +Provides: tex(utfgr5-v.tfm) = %{tl_version} +Provides: tex(utfgr6-h.tfm) = %{tl_version} +Provides: tex(utfgr6-v.tfm) = %{tl_version} +Provides: tex(utfgr7-h.tfm) = %{tl_version} +Provides: tex(utfgr7-v.tfm) = %{tl_version} +Provides: tex(utfgr8-h.tfm) = %{tl_version} +Provides: tex(utfgr8-v.tfm) = %{tl_version} +Provides: tex(utfgr9-h.tfm) = %{tl_version} +Provides: tex(utfgr9-v.tfm) = %{tl_version} +Provides: tex(utfgra-h.tfm) = %{tl_version} +Provides: tex(utfgra-v.tfm) = %{tl_version} +Provides: tex(utfgrb-h.tfm) = %{tl_version} +Provides: tex(utfgrb-v.tfm) = %{tl_version} +Provides: tex(utfgrc-h.tfm) = %{tl_version} +Provides: tex(utfgrc-v.tfm) = %{tl_version} +Provides: tex(utfgrd-h.tfm) = %{tl_version} +Provides: tex(utfgrd-v.tfm) = %{tl_version} +Provides: tex(utfgre-h.tfm) = %{tl_version} +Provides: tex(utfgre-v.tfm) = %{tl_version} +Provides: tex(utfgrf-h.tfm) = %{tl_version} +Provides: tex(utfgrf-v.tfm) = %{tl_version} +Provides: tex(utfjgb0-h.tfm) = %{tl_version} +Provides: tex(utfjgb0-v.tfm) = %{tl_version} +Provides: tex(utfjgb1-h.tfm) = %{tl_version} +Provides: tex(utfjgb1-v.tfm) = %{tl_version} +Provides: tex(utfjgb2-h.tfm) = %{tl_version} +Provides: tex(utfjgb2-v.tfm) = %{tl_version} +Provides: tex(utfjgb3-h.tfm) = %{tl_version} +Provides: tex(utfjgb3-v.tfm) = %{tl_version} +Provides: tex(utfjgb4-h.tfm) = %{tl_version} +Provides: tex(utfjgb4-v.tfm) = %{tl_version} +Provides: tex(utfjgb5-h.tfm) = %{tl_version} +Provides: tex(utfjgb5-v.tfm) = %{tl_version} +Provides: tex(utfjgb6-h.tfm) = %{tl_version} +Provides: tex(utfjgb6-v.tfm) = %{tl_version} +Provides: tex(utfjgb7-h.tfm) = %{tl_version} +Provides: tex(utfjgb7-v.tfm) = %{tl_version} +Provides: tex(utfjgb8-h.tfm) = %{tl_version} +Provides: tex(utfjgb8-v.tfm) = %{tl_version} +Provides: tex(utfjgb9-h.tfm) = %{tl_version} +Provides: tex(utfjgb9-v.tfm) = %{tl_version} +Provides: tex(utfjgba-h.tfm) = %{tl_version} +Provides: tex(utfjgba-v.tfm) = %{tl_version} +Provides: tex(utfjgbb-h.tfm) = %{tl_version} +Provides: tex(utfjgbb-v.tfm) = %{tl_version} +Provides: tex(utfjgbc-h.tfm) = %{tl_version} +Provides: tex(utfjgbc-v.tfm) = %{tl_version} +Provides: tex(utfjgbd-h.tfm) = %{tl_version} +Provides: tex(utfjgbd-v.tfm) = %{tl_version} +Provides: tex(utfjgbe-h.tfm) = %{tl_version} +Provides: tex(utfjgbe-v.tfm) = %{tl_version} +Provides: tex(utfjgbf-h.tfm) = %{tl_version} +Provides: tex(utfjgbf-v.tfm) = %{tl_version} +Provides: tex(utfjgbn0-h.tfm) = %{tl_version} +Provides: tex(utfjgbn0-v.tfm) = %{tl_version} +Provides: tex(utfjgbn1-h.tfm) = %{tl_version} +Provides: tex(utfjgbn1-v.tfm) = %{tl_version} +Provides: tex(utfjgbn2-h.tfm) = %{tl_version} +Provides: tex(utfjgbn2-v.tfm) = %{tl_version} +Provides: tex(utfjgbn3-h.tfm) = %{tl_version} +Provides: tex(utfjgbn3-v.tfm) = %{tl_version} +Provides: tex(utfjgbn4-h.tfm) = %{tl_version} +Provides: tex(utfjgbn4-v.tfm) = %{tl_version} +Provides: tex(utfjgbn5-h.tfm) = %{tl_version} +Provides: tex(utfjgbn5-v.tfm) = %{tl_version} +Provides: tex(utfjgbn6-h.tfm) = %{tl_version} +Provides: tex(utfjgbn6-v.tfm) = %{tl_version} +Provides: tex(utfjgbn7-h.tfm) = %{tl_version} +Provides: tex(utfjgbn7-v.tfm) = %{tl_version} +Provides: tex(utfjgbn8-h.tfm) = %{tl_version} +Provides: tex(utfjgbn8-v.tfm) = %{tl_version} +Provides: tex(utfjgbn9-h.tfm) = %{tl_version} +Provides: tex(utfjgbn9-v.tfm) = %{tl_version} +Provides: tex(utfjgbna-h.tfm) = %{tl_version} +Provides: tex(utfjgbna-v.tfm) = %{tl_version} +Provides: tex(utfjgbnb-h.tfm) = %{tl_version} +Provides: tex(utfjgbnb-v.tfm) = %{tl_version} +Provides: tex(utfjgbnc-h.tfm) = %{tl_version} +Provides: tex(utfjgbnc-v.tfm) = %{tl_version} +Provides: tex(utfjgbnd-h.tfm) = %{tl_version} +Provides: tex(utfjgbnd-v.tfm) = %{tl_version} +Provides: tex(utfjgbne-h.tfm) = %{tl_version} +Provides: tex(utfjgbne-v.tfm) = %{tl_version} +Provides: tex(utfjgbnf-h.tfm) = %{tl_version} +Provides: tex(utfjgbnf-v.tfm) = %{tl_version} +Provides: tex(utfjge0-h.tfm) = %{tl_version} +Provides: tex(utfjge0-v.tfm) = %{tl_version} +Provides: tex(utfjge1-h.tfm) = %{tl_version} +Provides: tex(utfjge1-v.tfm) = %{tl_version} +Provides: tex(utfjge2-h.tfm) = %{tl_version} +Provides: tex(utfjge2-v.tfm) = %{tl_version} +Provides: tex(utfjge3-h.tfm) = %{tl_version} +Provides: tex(utfjge3-v.tfm) = %{tl_version} +Provides: tex(utfjge4-h.tfm) = %{tl_version} +Provides: tex(utfjge4-v.tfm) = %{tl_version} +Provides: tex(utfjge5-h.tfm) = %{tl_version} +Provides: tex(utfjge5-v.tfm) = %{tl_version} +Provides: tex(utfjge6-h.tfm) = %{tl_version} +Provides: tex(utfjge6-v.tfm) = %{tl_version} +Provides: tex(utfjge7-h.tfm) = %{tl_version} +Provides: tex(utfjge7-v.tfm) = %{tl_version} +Provides: tex(utfjge8-h.tfm) = %{tl_version} +Provides: tex(utfjge8-v.tfm) = %{tl_version} +Provides: tex(utfjge9-h.tfm) = %{tl_version} +Provides: tex(utfjge9-v.tfm) = %{tl_version} +Provides: tex(utfjgea-h.tfm) = %{tl_version} +Provides: tex(utfjgea-v.tfm) = %{tl_version} +Provides: tex(utfjgeb-h.tfm) = %{tl_version} +Provides: tex(utfjgeb-v.tfm) = %{tl_version} +Provides: tex(utfjgec-h.tfm) = %{tl_version} +Provides: tex(utfjgec-v.tfm) = %{tl_version} +Provides: tex(utfjged-h.tfm) = %{tl_version} +Provides: tex(utfjged-v.tfm) = %{tl_version} +Provides: tex(utfjgee-h.tfm) = %{tl_version} +Provides: tex(utfjgee-v.tfm) = %{tl_version} +Provides: tex(utfjgef-h.tfm) = %{tl_version} +Provides: tex(utfjgef-v.tfm) = %{tl_version} +Provides: tex(utfjgen0-h.tfm) = %{tl_version} +Provides: tex(utfjgen0-v.tfm) = %{tl_version} +Provides: tex(utfjgen1-h.tfm) = %{tl_version} +Provides: tex(utfjgen1-v.tfm) = %{tl_version} +Provides: tex(utfjgen2-h.tfm) = %{tl_version} +Provides: tex(utfjgen2-v.tfm) = %{tl_version} +Provides: tex(utfjgen3-h.tfm) = %{tl_version} +Provides: tex(utfjgen3-v.tfm) = %{tl_version} +Provides: tex(utfjgen4-h.tfm) = %{tl_version} +Provides: tex(utfjgen4-v.tfm) = %{tl_version} +Provides: tex(utfjgen5-h.tfm) = %{tl_version} +Provides: tex(utfjgen5-v.tfm) = %{tl_version} +Provides: tex(utfjgen6-h.tfm) = %{tl_version} +Provides: tex(utfjgen6-v.tfm) = %{tl_version} +Provides: tex(utfjgen7-h.tfm) = %{tl_version} +Provides: tex(utfjgen7-v.tfm) = %{tl_version} +Provides: tex(utfjgen8-h.tfm) = %{tl_version} +Provides: tex(utfjgen8-v.tfm) = %{tl_version} +Provides: tex(utfjgen9-h.tfm) = %{tl_version} +Provides: tex(utfjgen9-v.tfm) = %{tl_version} +Provides: tex(utfjgena-h.tfm) = %{tl_version} +Provides: tex(utfjgena-v.tfm) = %{tl_version} +Provides: tex(utfjgenb-h.tfm) = %{tl_version} +Provides: tex(utfjgenb-v.tfm) = %{tl_version} +Provides: tex(utfjgenc-h.tfm) = %{tl_version} +Provides: tex(utfjgenc-v.tfm) = %{tl_version} +Provides: tex(utfjgend-h.tfm) = %{tl_version} +Provides: tex(utfjgend-v.tfm) = %{tl_version} +Provides: tex(utfjgene-h.tfm) = %{tl_version} +Provides: tex(utfjgene-v.tfm) = %{tl_version} +Provides: tex(utfjgenf-h.tfm) = %{tl_version} +Provides: tex(utfjgenf-v.tfm) = %{tl_version} +Provides: tex(utfjgr0-h.tfm) = %{tl_version} +Provides: tex(utfjgr0-v.tfm) = %{tl_version} +Provides: tex(utfjgr1-h.tfm) = %{tl_version} +Provides: tex(utfjgr1-v.tfm) = %{tl_version} +Provides: tex(utfjgr2-h.tfm) = %{tl_version} +Provides: tex(utfjgr2-v.tfm) = %{tl_version} +Provides: tex(utfjgr3-h.tfm) = %{tl_version} +Provides: tex(utfjgr3-v.tfm) = %{tl_version} +Provides: tex(utfjgr4-h.tfm) = %{tl_version} +Provides: tex(utfjgr4-v.tfm) = %{tl_version} +Provides: tex(utfjgr5-h.tfm) = %{tl_version} +Provides: tex(utfjgr5-v.tfm) = %{tl_version} +Provides: tex(utfjgr6-h.tfm) = %{tl_version} +Provides: tex(utfjgr6-v.tfm) = %{tl_version} +Provides: tex(utfjgr7-h.tfm) = %{tl_version} +Provides: tex(utfjgr7-v.tfm) = %{tl_version} +Provides: tex(utfjgr8-h.tfm) = %{tl_version} +Provides: tex(utfjgr8-v.tfm) = %{tl_version} +Provides: tex(utfjgr9-h.tfm) = %{tl_version} +Provides: tex(utfjgr9-v.tfm) = %{tl_version} +Provides: tex(utfjgra-h.tfm) = %{tl_version} +Provides: tex(utfjgra-v.tfm) = %{tl_version} +Provides: tex(utfjgrb-h.tfm) = %{tl_version} +Provides: tex(utfjgrb-v.tfm) = %{tl_version} +Provides: tex(utfjgrc-h.tfm) = %{tl_version} +Provides: tex(utfjgrc-v.tfm) = %{tl_version} +Provides: tex(utfjgrd-h.tfm) = %{tl_version} +Provides: tex(utfjgrd-v.tfm) = %{tl_version} +Provides: tex(utfjgre-h.tfm) = %{tl_version} +Provides: tex(utfjgre-v.tfm) = %{tl_version} +Provides: tex(utfjgrf-h.tfm) = %{tl_version} +Provides: tex(utfjgrf-v.tfm) = %{tl_version} +Provides: tex(utfjgrn0-h.tfm) = %{tl_version} +Provides: tex(utfjgrn0-v.tfm) = %{tl_version} +Provides: tex(utfjgrn1-h.tfm) = %{tl_version} +Provides: tex(utfjgrn1-v.tfm) = %{tl_version} +Provides: tex(utfjgrn2-h.tfm) = %{tl_version} +Provides: tex(utfjgrn2-v.tfm) = %{tl_version} +Provides: tex(utfjgrn3-h.tfm) = %{tl_version} +Provides: tex(utfjgrn3-v.tfm) = %{tl_version} +Provides: tex(utfjgrn4-h.tfm) = %{tl_version} +Provides: tex(utfjgrn4-v.tfm) = %{tl_version} +Provides: tex(utfjgrn5-h.tfm) = %{tl_version} +Provides: tex(utfjgrn5-v.tfm) = %{tl_version} +Provides: tex(utfjgrn6-h.tfm) = %{tl_version} +Provides: tex(utfjgrn6-v.tfm) = %{tl_version} +Provides: tex(utfjgrn7-h.tfm) = %{tl_version} +Provides: tex(utfjgrn7-v.tfm) = %{tl_version} +Provides: tex(utfjgrn8-h.tfm) = %{tl_version} +Provides: tex(utfjgrn8-v.tfm) = %{tl_version} +Provides: tex(utfjgrn9-h.tfm) = %{tl_version} +Provides: tex(utfjgrn9-v.tfm) = %{tl_version} +Provides: tex(utfjgrna-h.tfm) = %{tl_version} +Provides: tex(utfjgrna-v.tfm) = %{tl_version} +Provides: tex(utfjgrnb-h.tfm) = %{tl_version} +Provides: tex(utfjgrnb-v.tfm) = %{tl_version} +Provides: tex(utfjgrnc-h.tfm) = %{tl_version} +Provides: tex(utfjgrnc-v.tfm) = %{tl_version} +Provides: tex(utfjgrnd-h.tfm) = %{tl_version} +Provides: tex(utfjgrnd-v.tfm) = %{tl_version} +Provides: tex(utfjgrne-h.tfm) = %{tl_version} +Provides: tex(utfjgrne-v.tfm) = %{tl_version} +Provides: tex(utfjgrnf-h.tfm) = %{tl_version} +Provides: tex(utfjgrnf-v.tfm) = %{tl_version} +Provides: tex(utfjmb0-h.tfm) = %{tl_version} +Provides: tex(utfjmb0-v.tfm) = %{tl_version} +Provides: tex(utfjmb1-h.tfm) = %{tl_version} +Provides: tex(utfjmb1-v.tfm) = %{tl_version} +Provides: tex(utfjmb2-h.tfm) = %{tl_version} +Provides: tex(utfjmb2-v.tfm) = %{tl_version} +Provides: tex(utfjmb3-h.tfm) = %{tl_version} +Provides: tex(utfjmb3-v.tfm) = %{tl_version} +Provides: tex(utfjmb4-h.tfm) = %{tl_version} +Provides: tex(utfjmb4-v.tfm) = %{tl_version} +Provides: tex(utfjmb5-h.tfm) = %{tl_version} +Provides: tex(utfjmb5-v.tfm) = %{tl_version} +Provides: tex(utfjmb6-h.tfm) = %{tl_version} +Provides: tex(utfjmb6-v.tfm) = %{tl_version} +Provides: tex(utfjmb7-h.tfm) = %{tl_version} +Provides: tex(utfjmb7-v.tfm) = %{tl_version} +Provides: tex(utfjmb8-h.tfm) = %{tl_version} +Provides: tex(utfjmb8-v.tfm) = %{tl_version} +Provides: tex(utfjmb9-h.tfm) = %{tl_version} +Provides: tex(utfjmb9-v.tfm) = %{tl_version} +Provides: tex(utfjmba-h.tfm) = %{tl_version} +Provides: tex(utfjmba-v.tfm) = %{tl_version} +Provides: tex(utfjmbb-h.tfm) = %{tl_version} +Provides: tex(utfjmbb-v.tfm) = %{tl_version} +Provides: tex(utfjmbc-h.tfm) = %{tl_version} +Provides: tex(utfjmbc-v.tfm) = %{tl_version} +Provides: tex(utfjmbd-h.tfm) = %{tl_version} +Provides: tex(utfjmbd-v.tfm) = %{tl_version} +Provides: tex(utfjmbe-h.tfm) = %{tl_version} +Provides: tex(utfjmbe-v.tfm) = %{tl_version} +Provides: tex(utfjmbf-h.tfm) = %{tl_version} +Provides: tex(utfjmbf-v.tfm) = %{tl_version} +Provides: tex(utfjmbn0-h.tfm) = %{tl_version} +Provides: tex(utfjmbn0-v.tfm) = %{tl_version} +Provides: tex(utfjmbn1-h.tfm) = %{tl_version} +Provides: tex(utfjmbn1-v.tfm) = %{tl_version} +Provides: tex(utfjmbn2-h.tfm) = %{tl_version} +Provides: tex(utfjmbn2-v.tfm) = %{tl_version} +Provides: tex(utfjmbn3-h.tfm) = %{tl_version} +Provides: tex(utfjmbn3-v.tfm) = %{tl_version} +Provides: tex(utfjmbn4-h.tfm) = %{tl_version} +Provides: tex(utfjmbn4-v.tfm) = %{tl_version} +Provides: tex(utfjmbn5-h.tfm) = %{tl_version} +Provides: tex(utfjmbn5-v.tfm) = %{tl_version} +Provides: tex(utfjmbn6-h.tfm) = %{tl_version} +Provides: tex(utfjmbn6-v.tfm) = %{tl_version} +Provides: tex(utfjmbn7-h.tfm) = %{tl_version} +Provides: tex(utfjmbn7-v.tfm) = %{tl_version} +Provides: tex(utfjmbn8-h.tfm) = %{tl_version} +Provides: tex(utfjmbn8-v.tfm) = %{tl_version} +Provides: tex(utfjmbn9-h.tfm) = %{tl_version} +Provides: tex(utfjmbn9-v.tfm) = %{tl_version} +Provides: tex(utfjmbna-h.tfm) = %{tl_version} +Provides: tex(utfjmbna-v.tfm) = %{tl_version} +Provides: tex(utfjmbnb-h.tfm) = %{tl_version} +Provides: tex(utfjmbnb-v.tfm) = %{tl_version} +Provides: tex(utfjmbnc-h.tfm) = %{tl_version} +Provides: tex(utfjmbnc-v.tfm) = %{tl_version} +Provides: tex(utfjmbnd-h.tfm) = %{tl_version} +Provides: tex(utfjmbnd-v.tfm) = %{tl_version} +Provides: tex(utfjmbne-h.tfm) = %{tl_version} +Provides: tex(utfjmbne-v.tfm) = %{tl_version} +Provides: tex(utfjmbnf-h.tfm) = %{tl_version} +Provides: tex(utfjmbnf-v.tfm) = %{tl_version} +Provides: tex(utfjmgr0-h.tfm) = %{tl_version} +Provides: tex(utfjmgr0-v.tfm) = %{tl_version} +Provides: tex(utfjmgr1-h.tfm) = %{tl_version} +Provides: tex(utfjmgr1-v.tfm) = %{tl_version} +Provides: tex(utfjmgr2-h.tfm) = %{tl_version} +Provides: tex(utfjmgr2-v.tfm) = %{tl_version} +Provides: tex(utfjmgr3-h.tfm) = %{tl_version} +Provides: tex(utfjmgr3-v.tfm) = %{tl_version} +Provides: tex(utfjmgr4-h.tfm) = %{tl_version} +Provides: tex(utfjmgr4-v.tfm) = %{tl_version} +Provides: tex(utfjmgr5-h.tfm) = %{tl_version} +Provides: tex(utfjmgr5-v.tfm) = %{tl_version} +Provides: tex(utfjmgr6-h.tfm) = %{tl_version} +Provides: tex(utfjmgr6-v.tfm) = %{tl_version} +Provides: tex(utfjmgr7-h.tfm) = %{tl_version} +Provides: tex(utfjmgr7-v.tfm) = %{tl_version} +Provides: tex(utfjmgr8-h.tfm) = %{tl_version} +Provides: tex(utfjmgr8-v.tfm) = %{tl_version} +Provides: tex(utfjmgr9-h.tfm) = %{tl_version} +Provides: tex(utfjmgr9-v.tfm) = %{tl_version} +Provides: tex(utfjmgra-h.tfm) = %{tl_version} +Provides: tex(utfjmgra-v.tfm) = %{tl_version} +Provides: tex(utfjmgrb-h.tfm) = %{tl_version} +Provides: tex(utfjmgrb-v.tfm) = %{tl_version} +Provides: tex(utfjmgrc-h.tfm) = %{tl_version} +Provides: tex(utfjmgrc-v.tfm) = %{tl_version} +Provides: tex(utfjmgrd-h.tfm) = %{tl_version} +Provides: tex(utfjmgrd-v.tfm) = %{tl_version} +Provides: tex(utfjmgre-h.tfm) = %{tl_version} +Provides: tex(utfjmgre-v.tfm) = %{tl_version} +Provides: tex(utfjmgrf-h.tfm) = %{tl_version} +Provides: tex(utfjmgrf-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn0-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn0-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn1-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn1-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn2-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn2-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn3-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn3-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn4-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn4-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn5-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn5-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn6-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn6-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn7-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn7-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn8-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn8-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn9-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn9-v.tfm) = %{tl_version} +Provides: tex(utfjmgrna-h.tfm) = %{tl_version} +Provides: tex(utfjmgrna-v.tfm) = %{tl_version} +Provides: tex(utfjmgrnb-h.tfm) = %{tl_version} +Provides: tex(utfjmgrnb-v.tfm) = %{tl_version} +Provides: tex(utfjmgrnc-h.tfm) = %{tl_version} +Provides: tex(utfjmgrnc-v.tfm) = %{tl_version} +Provides: tex(utfjmgrnd-h.tfm) = %{tl_version} +Provides: tex(utfjmgrnd-v.tfm) = %{tl_version} +Provides: tex(utfjmgrne-h.tfm) = %{tl_version} +Provides: tex(utfjmgrne-v.tfm) = %{tl_version} +Provides: tex(utfjmgrnf-h.tfm) = %{tl_version} +Provides: tex(utfjmgrnf-v.tfm) = %{tl_version} +Provides: tex(utfjml0-h.tfm) = %{tl_version} +Provides: tex(utfjml0-v.tfm) = %{tl_version} +Provides: tex(utfjml1-h.tfm) = %{tl_version} +Provides: tex(utfjml1-v.tfm) = %{tl_version} +Provides: tex(utfjml2-h.tfm) = %{tl_version} +Provides: tex(utfjml2-v.tfm) = %{tl_version} +Provides: tex(utfjml3-h.tfm) = %{tl_version} +Provides: tex(utfjml3-v.tfm) = %{tl_version} +Provides: tex(utfjml4-h.tfm) = %{tl_version} +Provides: tex(utfjml4-v.tfm) = %{tl_version} +Provides: tex(utfjml5-h.tfm) = %{tl_version} +Provides: tex(utfjml5-v.tfm) = %{tl_version} +Provides: tex(utfjml6-h.tfm) = %{tl_version} +Provides: tex(utfjml6-v.tfm) = %{tl_version} +Provides: tex(utfjml7-h.tfm) = %{tl_version} +Provides: tex(utfjml7-v.tfm) = %{tl_version} +Provides: tex(utfjml8-h.tfm) = %{tl_version} +Provides: tex(utfjml8-v.tfm) = %{tl_version} +Provides: tex(utfjml9-h.tfm) = %{tl_version} +Provides: tex(utfjml9-v.tfm) = %{tl_version} +Provides: tex(utfjmla-h.tfm) = %{tl_version} +Provides: tex(utfjmla-v.tfm) = %{tl_version} +Provides: tex(utfjmlb-h.tfm) = %{tl_version} +Provides: tex(utfjmlb-v.tfm) = %{tl_version} +Provides: tex(utfjmlc-h.tfm) = %{tl_version} +Provides: tex(utfjmlc-v.tfm) = %{tl_version} +Provides: tex(utfjmld-h.tfm) = %{tl_version} +Provides: tex(utfjmld-v.tfm) = %{tl_version} +Provides: tex(utfjmle-h.tfm) = %{tl_version} +Provides: tex(utfjmle-v.tfm) = %{tl_version} +Provides: tex(utfjmlf-h.tfm) = %{tl_version} +Provides: tex(utfjmlf-v.tfm) = %{tl_version} +Provides: tex(utfjmln0-h.tfm) = %{tl_version} +Provides: tex(utfjmln0-v.tfm) = %{tl_version} +Provides: tex(utfjmln1-h.tfm) = %{tl_version} +Provides: tex(utfjmln1-v.tfm) = %{tl_version} +Provides: tex(utfjmln2-h.tfm) = %{tl_version} +Provides: tex(utfjmln2-v.tfm) = %{tl_version} +Provides: tex(utfjmln3-h.tfm) = %{tl_version} +Provides: tex(utfjmln3-v.tfm) = %{tl_version} +Provides: tex(utfjmln4-h.tfm) = %{tl_version} +Provides: tex(utfjmln4-v.tfm) = %{tl_version} +Provides: tex(utfjmln5-h.tfm) = %{tl_version} +Provides: tex(utfjmln5-v.tfm) = %{tl_version} +Provides: tex(utfjmln6-h.tfm) = %{tl_version} +Provides: tex(utfjmln6-v.tfm) = %{tl_version} +Provides: tex(utfjmln7-h.tfm) = %{tl_version} +Provides: tex(utfjmln7-v.tfm) = %{tl_version} +Provides: tex(utfjmln8-h.tfm) = %{tl_version} +Provides: tex(utfjmln8-v.tfm) = %{tl_version} +Provides: tex(utfjmln9-h.tfm) = %{tl_version} +Provides: tex(utfjmln9-v.tfm) = %{tl_version} +Provides: tex(utfjmlna-h.tfm) = %{tl_version} +Provides: tex(utfjmlna-v.tfm) = %{tl_version} +Provides: tex(utfjmlnb-h.tfm) = %{tl_version} +Provides: tex(utfjmlnb-v.tfm) = %{tl_version} +Provides: tex(utfjmlnc-h.tfm) = %{tl_version} +Provides: tex(utfjmlnc-v.tfm) = %{tl_version} +Provides: tex(utfjmlnd-h.tfm) = %{tl_version} +Provides: tex(utfjmlnd-v.tfm) = %{tl_version} +Provides: tex(utfjmlne-h.tfm) = %{tl_version} +Provides: tex(utfjmlne-v.tfm) = %{tl_version} +Provides: tex(utfjmlnf-h.tfm) = %{tl_version} +Provides: tex(utfjmlnf-v.tfm) = %{tl_version} +Provides: tex(utfjmr0-h.tfm) = %{tl_version} +Provides: tex(utfjmr0-v.tfm) = %{tl_version} +Provides: tex(utfjmr1-h.tfm) = %{tl_version} +Provides: tex(utfjmr1-v.tfm) = %{tl_version} +Provides: tex(utfjmr2-h.tfm) = %{tl_version} +Provides: tex(utfjmr2-v.tfm) = %{tl_version} +Provides: tex(utfjmr3-h.tfm) = %{tl_version} +Provides: tex(utfjmr3-v.tfm) = %{tl_version} +Provides: tex(utfjmr4-h.tfm) = %{tl_version} +Provides: tex(utfjmr4-v.tfm) = %{tl_version} +Provides: tex(utfjmr5-h.tfm) = %{tl_version} +Provides: tex(utfjmr5-v.tfm) = %{tl_version} +Provides: tex(utfjmr6-h.tfm) = %{tl_version} +Provides: tex(utfjmr6-v.tfm) = %{tl_version} +Provides: tex(utfjmr7-h.tfm) = %{tl_version} +Provides: tex(utfjmr7-v.tfm) = %{tl_version} +Provides: tex(utfjmr8-h.tfm) = %{tl_version} +Provides: tex(utfjmr8-v.tfm) = %{tl_version} +Provides: tex(utfjmr9-h.tfm) = %{tl_version} +Provides: tex(utfjmr9-v.tfm) = %{tl_version} +Provides: tex(utfjmra-h.tfm) = %{tl_version} +Provides: tex(utfjmra-v.tfm) = %{tl_version} +Provides: tex(utfjmrb-h.tfm) = %{tl_version} +Provides: tex(utfjmrb-v.tfm) = %{tl_version} +Provides: tex(utfjmrc-h.tfm) = %{tl_version} +Provides: tex(utfjmrc-v.tfm) = %{tl_version} +Provides: tex(utfjmrd-h.tfm) = %{tl_version} +Provides: tex(utfjmrd-v.tfm) = %{tl_version} +Provides: tex(utfjmre-h.tfm) = %{tl_version} +Provides: tex(utfjmre-v.tfm) = %{tl_version} +Provides: tex(utfjmrf-h.tfm) = %{tl_version} +Provides: tex(utfjmrf-v.tfm) = %{tl_version} +Provides: tex(utfjmrn0-h.tfm) = %{tl_version} +Provides: tex(utfjmrn0-v.tfm) = %{tl_version} +Provides: tex(utfjmrn1-h.tfm) = %{tl_version} +Provides: tex(utfjmrn1-v.tfm) = %{tl_version} +Provides: tex(utfjmrn2-h.tfm) = %{tl_version} +Provides: tex(utfjmrn2-v.tfm) = %{tl_version} +Provides: tex(utfjmrn3-h.tfm) = %{tl_version} +Provides: tex(utfjmrn3-v.tfm) = %{tl_version} +Provides: tex(utfjmrn4-h.tfm) = %{tl_version} +Provides: tex(utfjmrn4-v.tfm) = %{tl_version} +Provides: tex(utfjmrn5-h.tfm) = %{tl_version} +Provides: tex(utfjmrn5-v.tfm) = %{tl_version} +Provides: tex(utfjmrn6-h.tfm) = %{tl_version} +Provides: tex(utfjmrn6-v.tfm) = %{tl_version} +Provides: tex(utfjmrn7-h.tfm) = %{tl_version} +Provides: tex(utfjmrn7-v.tfm) = %{tl_version} +Provides: tex(utfjmrn8-h.tfm) = %{tl_version} +Provides: tex(utfjmrn8-v.tfm) = %{tl_version} +Provides: tex(utfjmrn9-h.tfm) = %{tl_version} +Provides: tex(utfjmrn9-v.tfm) = %{tl_version} +Provides: tex(utfjmrna-h.tfm) = %{tl_version} +Provides: tex(utfjmrna-v.tfm) = %{tl_version} +Provides: tex(utfjmrnb-h.tfm) = %{tl_version} +Provides: tex(utfjmrnb-v.tfm) = %{tl_version} +Provides: tex(utfjmrnc-h.tfm) = %{tl_version} +Provides: tex(utfjmrnc-v.tfm) = %{tl_version} +Provides: tex(utfjmrnd-h.tfm) = %{tl_version} +Provides: tex(utfjmrnd-v.tfm) = %{tl_version} +Provides: tex(utfjmrne-h.tfm) = %{tl_version} +Provides: tex(utfjmrne-v.tfm) = %{tl_version} +Provides: tex(utfjmrnf-h.tfm) = %{tl_version} +Provides: tex(utfjmrnf-v.tfm) = %{tl_version} +Provides: tex(utfkgr0-h.tfm) = %{tl_version} +Provides: tex(utfkgr0-v.tfm) = %{tl_version} +Provides: tex(utfkgr1-h.tfm) = %{tl_version} +Provides: tex(utfkgr1-v.tfm) = %{tl_version} +Provides: tex(utfkgr2-h.tfm) = %{tl_version} +Provides: tex(utfkgr2-v.tfm) = %{tl_version} +Provides: tex(utfkgr3-h.tfm) = %{tl_version} +Provides: tex(utfkgr3-v.tfm) = %{tl_version} +Provides: tex(utfkgr4-h.tfm) = %{tl_version} +Provides: tex(utfkgr4-v.tfm) = %{tl_version} +Provides: tex(utfkgr5-h.tfm) = %{tl_version} +Provides: tex(utfkgr5-v.tfm) = %{tl_version} +Provides: tex(utfkgr6-h.tfm) = %{tl_version} +Provides: tex(utfkgr6-v.tfm) = %{tl_version} +Provides: tex(utfkgr7-h.tfm) = %{tl_version} +Provides: tex(utfkgr7-v.tfm) = %{tl_version} +Provides: tex(utfkgr8-h.tfm) = %{tl_version} +Provides: tex(utfkgr8-v.tfm) = %{tl_version} +Provides: tex(utfkgr9-h.tfm) = %{tl_version} +Provides: tex(utfkgr9-v.tfm) = %{tl_version} +Provides: tex(utfkgra-h.tfm) = %{tl_version} +Provides: tex(utfkgra-v.tfm) = %{tl_version} +Provides: tex(utfkgrb-h.tfm) = %{tl_version} +Provides: tex(utfkgrb-v.tfm) = %{tl_version} +Provides: tex(utfkgrc-h.tfm) = %{tl_version} +Provides: tex(utfkgrc-v.tfm) = %{tl_version} +Provides: tex(utfkgrd-h.tfm) = %{tl_version} +Provides: tex(utfkgrd-v.tfm) = %{tl_version} +Provides: tex(utfkgre-h.tfm) = %{tl_version} +Provides: tex(utfkgre-v.tfm) = %{tl_version} +Provides: tex(utfkgrf-h.tfm) = %{tl_version} +Provides: tex(utfkgrf-v.tfm) = %{tl_version} +Provides: tex(utfkmr0-h.tfm) = %{tl_version} +Provides: tex(utfkmr0-v.tfm) = %{tl_version} +Provides: tex(utfkmr1-h.tfm) = %{tl_version} +Provides: tex(utfkmr1-v.tfm) = %{tl_version} +Provides: tex(utfkmr2-h.tfm) = %{tl_version} +Provides: tex(utfkmr2-v.tfm) = %{tl_version} +Provides: tex(utfkmr3-h.tfm) = %{tl_version} +Provides: tex(utfkmr3-v.tfm) = %{tl_version} +Provides: tex(utfkmr4-h.tfm) = %{tl_version} +Provides: tex(utfkmr4-v.tfm) = %{tl_version} +Provides: tex(utfkmr5-h.tfm) = %{tl_version} +Provides: tex(utfkmr5-v.tfm) = %{tl_version} +Provides: tex(utfkmr6-h.tfm) = %{tl_version} +Provides: tex(utfkmr6-v.tfm) = %{tl_version} +Provides: tex(utfkmr7-h.tfm) = %{tl_version} +Provides: tex(utfkmr7-v.tfm) = %{tl_version} +Provides: tex(utfkmr8-h.tfm) = %{tl_version} +Provides: tex(utfkmr8-v.tfm) = %{tl_version} +Provides: tex(utfkmr9-h.tfm) = %{tl_version} +Provides: tex(utfkmr9-v.tfm) = %{tl_version} +Provides: tex(utfkmra-h.tfm) = %{tl_version} +Provides: tex(utfkmra-v.tfm) = %{tl_version} +Provides: tex(utfkmrb-h.tfm) = %{tl_version} +Provides: tex(utfkmrb-v.tfm) = %{tl_version} +Provides: tex(utfkmrc-h.tfm) = %{tl_version} +Provides: tex(utfkmrc-v.tfm) = %{tl_version} +Provides: tex(utfkmrd-h.tfm) = %{tl_version} +Provides: tex(utfkmrd-v.tfm) = %{tl_version} +Provides: tex(utfkmre-h.tfm) = %{tl_version} +Provides: tex(utfkmre-v.tfm) = %{tl_version} +Provides: tex(utfkmrf-h.tfm) = %{tl_version} +Provides: tex(utfkmrf-v.tfm) = %{tl_version} +Provides: tex(utfmr0-h.tfm) = %{tl_version} +Provides: tex(utfmr0-v.tfm) = %{tl_version} +Provides: tex(utfmr1-h.tfm) = %{tl_version} +Provides: tex(utfmr1-v.tfm) = %{tl_version} +Provides: tex(utfmr2-h.tfm) = %{tl_version} +Provides: tex(utfmr2-v.tfm) = %{tl_version} +Provides: tex(utfmr3-h.tfm) = %{tl_version} +Provides: tex(utfmr3-v.tfm) = %{tl_version} +Provides: tex(utfmr4-h.tfm) = %{tl_version} +Provides: tex(utfmr4-v.tfm) = %{tl_version} +Provides: tex(utfmr5-h.tfm) = %{tl_version} +Provides: tex(utfmr5-v.tfm) = %{tl_version} +Provides: tex(utfmr6-h.tfm) = %{tl_version} +Provides: tex(utfmr6-v.tfm) = %{tl_version} +Provides: tex(utfmr7-h.tfm) = %{tl_version} +Provides: tex(utfmr7-v.tfm) = %{tl_version} +Provides: tex(utfmr8-h.tfm) = %{tl_version} +Provides: tex(utfmr8-v.tfm) = %{tl_version} +Provides: tex(utfmr9-h.tfm) = %{tl_version} +Provides: tex(utfmr9-v.tfm) = %{tl_version} +Provides: tex(utfmra-h.tfm) = %{tl_version} +Provides: tex(utfmra-v.tfm) = %{tl_version} +Provides: tex(utfmrb-h.tfm) = %{tl_version} +Provides: tex(utfmrb-v.tfm) = %{tl_version} +Provides: tex(utfmrc-h.tfm) = %{tl_version} +Provides: tex(utfmrc-v.tfm) = %{tl_version} +Provides: tex(utfmrd-h.tfm) = %{tl_version} +Provides: tex(utfmrd-v.tfm) = %{tl_version} +Provides: tex(utfmre-h.tfm) = %{tl_version} +Provides: tex(utfmre-v.tfm) = %{tl_version} +Provides: tex(utfmrf-h.tfm) = %{tl_version} +Provides: tex(utfmrf-v.tfm) = %{tl_version} +Provides: tex(utftgr0-h.tfm) = %{tl_version} +Provides: tex(utftgr0-v.tfm) = %{tl_version} +Provides: tex(utftgr1-h.tfm) = %{tl_version} +Provides: tex(utftgr1-v.tfm) = %{tl_version} +Provides: tex(utftgr2-h.tfm) = %{tl_version} +Provides: tex(utftgr2-v.tfm) = %{tl_version} +Provides: tex(utftgr3-h.tfm) = %{tl_version} +Provides: tex(utftgr3-v.tfm) = %{tl_version} +Provides: tex(utftgr4-h.tfm) = %{tl_version} +Provides: tex(utftgr4-v.tfm) = %{tl_version} +Provides: tex(utftgr5-h.tfm) = %{tl_version} +Provides: tex(utftgr5-v.tfm) = %{tl_version} +Provides: tex(utftgr6-h.tfm) = %{tl_version} +Provides: tex(utftgr6-v.tfm) = %{tl_version} +Provides: tex(utftgr7-h.tfm) = %{tl_version} +Provides: tex(utftgr7-v.tfm) = %{tl_version} +Provides: tex(utftgr8-h.tfm) = %{tl_version} +Provides: tex(utftgr8-v.tfm) = %{tl_version} +Provides: tex(utftgr9-h.tfm) = %{tl_version} +Provides: tex(utftgr9-v.tfm) = %{tl_version} +Provides: tex(utftgra-h.tfm) = %{tl_version} +Provides: tex(utftgra-v.tfm) = %{tl_version} +Provides: tex(utftgrb-h.tfm) = %{tl_version} +Provides: tex(utftgrb-v.tfm) = %{tl_version} +Provides: tex(utftgrc-h.tfm) = %{tl_version} +Provides: tex(utftgrc-v.tfm) = %{tl_version} +Provides: tex(utftgrd-h.tfm) = %{tl_version} +Provides: tex(utftgrd-v.tfm) = %{tl_version} +Provides: tex(utftgre-h.tfm) = %{tl_version} +Provides: tex(utftgre-v.tfm) = %{tl_version} +Provides: tex(utftgrf-h.tfm) = %{tl_version} +Provides: tex(utftgrf-v.tfm) = %{tl_version} +Provides: tex(utftmr0-h.tfm) = %{tl_version} +Provides: tex(utftmr0-v.tfm) = %{tl_version} +Provides: tex(utftmr1-h.tfm) = %{tl_version} +Provides: tex(utftmr1-v.tfm) = %{tl_version} +Provides: tex(utftmr2-h.tfm) = %{tl_version} +Provides: tex(utftmr2-v.tfm) = %{tl_version} +Provides: tex(utftmr3-h.tfm) = %{tl_version} +Provides: tex(utftmr3-v.tfm) = %{tl_version} +Provides: tex(utftmr4-h.tfm) = %{tl_version} +Provides: tex(utftmr4-v.tfm) = %{tl_version} +Provides: tex(utftmr5-h.tfm) = %{tl_version} +Provides: tex(utftmr5-v.tfm) = %{tl_version} +Provides: tex(utftmr6-h.tfm) = %{tl_version} +Provides: tex(utftmr6-v.tfm) = %{tl_version} +Provides: tex(utftmr7-h.tfm) = %{tl_version} +Provides: tex(utftmr7-v.tfm) = %{tl_version} +Provides: tex(utftmr8-h.tfm) = %{tl_version} +Provides: tex(utftmr8-v.tfm) = %{tl_version} +Provides: tex(utftmr9-h.tfm) = %{tl_version} +Provides: tex(utftmr9-v.tfm) = %{tl_version} +Provides: tex(utftmra-h.tfm) = %{tl_version} +Provides: tex(utftmra-v.tfm) = %{tl_version} +Provides: tex(utftmrb-h.tfm) = %{tl_version} +Provides: tex(utftmrb-v.tfm) = %{tl_version} +Provides: tex(utftmrc-h.tfm) = %{tl_version} +Provides: tex(utftmrc-v.tfm) = %{tl_version} +Provides: tex(utftmrd-h.tfm) = %{tl_version} +Provides: tex(utftmrd-v.tfm) = %{tl_version} +Provides: tex(utftmre-h.tfm) = %{tl_version} +Provides: tex(utftmre-v.tfm) = %{tl_version} +Provides: tex(utftmrf-h.tfm) = %{tl_version} +Provides: tex(utftmrf-v.tfm) = %{tl_version} +Provides: tex(brsgexpgothb-h.vf) = %{tl_version} +Provides: tex(brsgexpgothb-v.vf) = %{tl_version} +Provides: tex(brsgexpgothbn-h.vf) = %{tl_version} +Provides: tex(brsgexpgothbn-v.vf) = %{tl_version} +Provides: tex(brsgexpgotheb-h.vf) = %{tl_version} +Provides: tex(brsgexpgotheb-v.vf) = %{tl_version} +Provides: tex(brsgexpgothebn-h.vf) = %{tl_version} +Provides: tex(brsgexpgothebn-v.vf) = %{tl_version} +Provides: tex(brsgexpgothr-h.vf) = %{tl_version} +Provides: tex(brsgexpgothr-v.vf) = %{tl_version} +Provides: tex(brsgexpgothrn-h.vf) = %{tl_version} +Provides: tex(brsgexpgothrn-v.vf) = %{tl_version} +Provides: tex(brsgexpmgothr-h.vf) = %{tl_version} +Provides: tex(brsgexpmgothr-v.vf) = %{tl_version} +Provides: tex(brsgexpmgothrn-h.vf) = %{tl_version} +Provides: tex(brsgexpmgothrn-v.vf) = %{tl_version} +Provides: tex(brsgexpminb-h.vf) = %{tl_version} +Provides: tex(brsgexpminb-v.vf) = %{tl_version} +Provides: tex(brsgexpminbn-h.vf) = %{tl_version} +Provides: tex(brsgexpminbn-v.vf) = %{tl_version} +Provides: tex(brsgexpminl-h.vf) = %{tl_version} +Provides: tex(brsgexpminl-v.vf) = %{tl_version} +Provides: tex(brsgexpminln-h.vf) = %{tl_version} +Provides: tex(brsgexpminln-v.vf) = %{tl_version} +Provides: tex(brsgexpminr-h.vf) = %{tl_version} +Provides: tex(brsgexpminr-v.vf) = %{tl_version} +Provides: tex(brsgexpminrn-h.vf) = %{tl_version} +Provides: tex(brsgexpminrn-v.vf) = %{tl_version} +Provides: tex(brsgnmlgothb-h.vf) = %{tl_version} +Provides: tex(brsgnmlgothb-v.vf) = %{tl_version} +Provides: tex(brsgnmlgothbn-h.vf) = %{tl_version} +Provides: tex(brsgnmlgothbn-v.vf) = %{tl_version} +Provides: tex(brsgnmlgotheb-h.vf) = %{tl_version} +Provides: tex(brsgnmlgotheb-v.vf) = %{tl_version} +Provides: tex(brsgnmlgothebn-h.vf) = %{tl_version} +Provides: tex(brsgnmlgothebn-v.vf) = %{tl_version} +Provides: tex(brsgnmlgothr-h.vf) = %{tl_version} +Provides: tex(brsgnmlgothr-v.vf) = %{tl_version} +Provides: tex(brsgnmlgothrn-h.vf) = %{tl_version} +Provides: tex(brsgnmlgothrn-v.vf) = %{tl_version} +Provides: tex(brsgnmlmgothr-h.vf) = %{tl_version} +Provides: tex(brsgnmlmgothr-v.vf) = %{tl_version} +Provides: tex(brsgnmlmgothrn-h.vf) = %{tl_version} +Provides: tex(brsgnmlmgothrn-v.vf) = %{tl_version} +Provides: tex(brsgnmlminb-h.vf) = %{tl_version} +Provides: tex(brsgnmlminb-v.vf) = %{tl_version} +Provides: tex(brsgnmlminbn-h.vf) = %{tl_version} +Provides: tex(brsgnmlminbn-v.vf) = %{tl_version} +Provides: tex(brsgnmlminl-h.vf) = %{tl_version} +Provides: tex(brsgnmlminl-v.vf) = %{tl_version} +Provides: tex(brsgnmlminln-h.vf) = %{tl_version} +Provides: tex(brsgnmlminln-v.vf) = %{tl_version} +Provides: tex(brsgnmlminr-h.vf) = %{tl_version} +Provides: tex(brsgnmlminr-v.vf) = %{tl_version} +Provides: tex(brsgnmlminrn-h.vf) = %{tl_version} +Provides: tex(brsgnmlminrn-v.vf) = %{tl_version} +Provides: tex(cidcgr0-h.vf) = %{tl_version} +Provides: tex(cidcgr0-v.vf) = %{tl_version} +Provides: tex(cidcgr1-h.vf) = %{tl_version} +Provides: tex(cidcgr1-v.vf) = %{tl_version} +Provides: tex(cidcgr2-h.vf) = %{tl_version} +Provides: tex(cidcgr2-v.vf) = %{tl_version} +Provides: tex(cidcgr3-h.vf) = %{tl_version} +Provides: tex(cidcgr3-v.vf) = %{tl_version} +Provides: tex(cidcgr4-h.vf) = %{tl_version} +Provides: tex(cidcgr4-v.vf) = %{tl_version} +Provides: tex(cidcgr5-h.vf) = %{tl_version} +Provides: tex(cidcgr5-v.vf) = %{tl_version} +Provides: tex(cidcgr6-h.vf) = %{tl_version} +Provides: tex(cidcgr6-v.vf) = %{tl_version} +Provides: tex(cidcgr7-h.vf) = %{tl_version} +Provides: tex(cidcgr7-v.vf) = %{tl_version} +Provides: tex(cidcmr0-h.vf) = %{tl_version} +Provides: tex(cidcmr0-v.vf) = %{tl_version} +Provides: tex(cidcmr1-h.vf) = %{tl_version} +Provides: tex(cidcmr1-v.vf) = %{tl_version} +Provides: tex(cidcmr2-h.vf) = %{tl_version} +Provides: tex(cidcmr2-v.vf) = %{tl_version} +Provides: tex(cidcmr3-h.vf) = %{tl_version} +Provides: tex(cidcmr3-v.vf) = %{tl_version} +Provides: tex(cidcmr4-h.vf) = %{tl_version} +Provides: tex(cidcmr4-v.vf) = %{tl_version} +Provides: tex(cidcmr5-h.vf) = %{tl_version} +Provides: tex(cidcmr5-v.vf) = %{tl_version} +Provides: tex(cidcmr6-h.vf) = %{tl_version} +Provides: tex(cidcmr6-v.vf) = %{tl_version} +Provides: tex(cidcmr7-h.vf) = %{tl_version} +Provides: tex(cidcmr7-v.vf) = %{tl_version} +Provides: tex(cidjgb0-h.vf) = %{tl_version} +Provides: tex(cidjgb0-v.vf) = %{tl_version} +Provides: tex(cidjgb1-h.vf) = %{tl_version} +Provides: tex(cidjgb1-v.vf) = %{tl_version} +Provides: tex(cidjgb2-h.vf) = %{tl_version} +Provides: tex(cidjgb2-v.vf) = %{tl_version} +Provides: tex(cidjgb3-h.vf) = %{tl_version} +Provides: tex(cidjgb3-v.vf) = %{tl_version} +Provides: tex(cidjgb4-h.vf) = %{tl_version} +Provides: tex(cidjgb4-v.vf) = %{tl_version} +Provides: tex(cidjgb5-h.vf) = %{tl_version} +Provides: tex(cidjgb5-v.vf) = %{tl_version} +Provides: tex(cidjge0-h.vf) = %{tl_version} +Provides: tex(cidjge0-v.vf) = %{tl_version} +Provides: tex(cidjge1-h.vf) = %{tl_version} +Provides: tex(cidjge1-v.vf) = %{tl_version} +Provides: tex(cidjge2-h.vf) = %{tl_version} +Provides: tex(cidjge2-v.vf) = %{tl_version} +Provides: tex(cidjge3-h.vf) = %{tl_version} +Provides: tex(cidjge3-v.vf) = %{tl_version} +Provides: tex(cidjge4-h.vf) = %{tl_version} +Provides: tex(cidjge4-v.vf) = %{tl_version} +Provides: tex(cidjge5-h.vf) = %{tl_version} +Provides: tex(cidjge5-v.vf) = %{tl_version} +Provides: tex(cidjgr0-h.vf) = %{tl_version} +Provides: tex(cidjgr0-v.vf) = %{tl_version} +Provides: tex(cidjgr1-h.vf) = %{tl_version} +Provides: tex(cidjgr1-v.vf) = %{tl_version} +Provides: tex(cidjgr2-h.vf) = %{tl_version} +Provides: tex(cidjgr2-v.vf) = %{tl_version} +Provides: tex(cidjgr3-h.vf) = %{tl_version} +Provides: tex(cidjgr3-v.vf) = %{tl_version} +Provides: tex(cidjgr4-h.vf) = %{tl_version} +Provides: tex(cidjgr4-v.vf) = %{tl_version} +Provides: tex(cidjgr5-h.vf) = %{tl_version} +Provides: tex(cidjgr5-v.vf) = %{tl_version} +Provides: tex(cidjmb0-h.vf) = %{tl_version} +Provides: tex(cidjmb0-v.vf) = %{tl_version} +Provides: tex(cidjmb1-h.vf) = %{tl_version} +Provides: tex(cidjmb1-v.vf) = %{tl_version} +Provides: tex(cidjmb2-h.vf) = %{tl_version} +Provides: tex(cidjmb2-v.vf) = %{tl_version} +Provides: tex(cidjmb3-h.vf) = %{tl_version} +Provides: tex(cidjmb3-v.vf) = %{tl_version} +Provides: tex(cidjmb4-h.vf) = %{tl_version} +Provides: tex(cidjmb4-v.vf) = %{tl_version} +Provides: tex(cidjmb5-h.vf) = %{tl_version} +Provides: tex(cidjmb5-v.vf) = %{tl_version} +Provides: tex(cidjmgr0-h.vf) = %{tl_version} +Provides: tex(cidjmgr0-v.vf) = %{tl_version} +Provides: tex(cidjmgr1-h.vf) = %{tl_version} +Provides: tex(cidjmgr1-v.vf) = %{tl_version} +Provides: tex(cidjmgr2-h.vf) = %{tl_version} +Provides: tex(cidjmgr2-v.vf) = %{tl_version} +Provides: tex(cidjmgr3-h.vf) = %{tl_version} +Provides: tex(cidjmgr3-v.vf) = %{tl_version} +Provides: tex(cidjmgr4-h.vf) = %{tl_version} +Provides: tex(cidjmgr4-v.vf) = %{tl_version} +Provides: tex(cidjmgr5-h.vf) = %{tl_version} +Provides: tex(cidjmgr5-v.vf) = %{tl_version} +Provides: tex(cidjml0-h.vf) = %{tl_version} +Provides: tex(cidjml0-v.vf) = %{tl_version} +Provides: tex(cidjml1-h.vf) = %{tl_version} +Provides: tex(cidjml1-v.vf) = %{tl_version} +Provides: tex(cidjml2-h.vf) = %{tl_version} +Provides: tex(cidjml2-v.vf) = %{tl_version} +Provides: tex(cidjml3-h.vf) = %{tl_version} +Provides: tex(cidjml3-v.vf) = %{tl_version} +Provides: tex(cidjml4-h.vf) = %{tl_version} +Provides: tex(cidjml4-v.vf) = %{tl_version} +Provides: tex(cidjml5-h.vf) = %{tl_version} +Provides: tex(cidjml5-v.vf) = %{tl_version} +Provides: tex(cidjmr0-h.vf) = %{tl_version} +Provides: tex(cidjmr0-v.vf) = %{tl_version} +Provides: tex(cidjmr1-h.vf) = %{tl_version} +Provides: tex(cidjmr1-v.vf) = %{tl_version} +Provides: tex(cidjmr2-h.vf) = %{tl_version} +Provides: tex(cidjmr2-v.vf) = %{tl_version} +Provides: tex(cidjmr3-h.vf) = %{tl_version} +Provides: tex(cidjmr3-v.vf) = %{tl_version} +Provides: tex(cidjmr4-h.vf) = %{tl_version} +Provides: tex(cidjmr4-v.vf) = %{tl_version} +Provides: tex(cidjmr5-h.vf) = %{tl_version} +Provides: tex(cidjmr5-v.vf) = %{tl_version} +Provides: tex(cidkgr0-h.vf) = %{tl_version} +Provides: tex(cidkgr0-v.vf) = %{tl_version} +Provides: tex(cidkgr1-h.vf) = %{tl_version} +Provides: tex(cidkgr1-v.vf) = %{tl_version} +Provides: tex(cidkgr2-h.vf) = %{tl_version} +Provides: tex(cidkgr2-v.vf) = %{tl_version} +Provides: tex(cidkgr3-h.vf) = %{tl_version} +Provides: tex(cidkgr3-v.vf) = %{tl_version} +Provides: tex(cidkgr4-h.vf) = %{tl_version} +Provides: tex(cidkgr4-v.vf) = %{tl_version} +Provides: tex(cidkmr0-h.vf) = %{tl_version} +Provides: tex(cidkmr0-v.vf) = %{tl_version} +Provides: tex(cidkmr1-h.vf) = %{tl_version} +Provides: tex(cidkmr1-v.vf) = %{tl_version} +Provides: tex(cidkmr2-h.vf) = %{tl_version} +Provides: tex(cidkmr2-v.vf) = %{tl_version} +Provides: tex(cidkmr3-h.vf) = %{tl_version} +Provides: tex(cidkmr3-v.vf) = %{tl_version} +Provides: tex(cidkmr4-h.vf) = %{tl_version} +Provides: tex(cidkmr4-v.vf) = %{tl_version} +Provides: tex(cidtgr0-h.vf) = %{tl_version} +Provides: tex(cidtgr0-v.vf) = %{tl_version} +Provides: tex(cidtgr1-h.vf) = %{tl_version} +Provides: tex(cidtgr1-v.vf) = %{tl_version} +Provides: tex(cidtgr2-h.vf) = %{tl_version} +Provides: tex(cidtgr2-v.vf) = %{tl_version} +Provides: tex(cidtgr3-h.vf) = %{tl_version} +Provides: tex(cidtgr3-v.vf) = %{tl_version} +Provides: tex(cidtgr4-h.vf) = %{tl_version} +Provides: tex(cidtgr4-v.vf) = %{tl_version} +Provides: tex(cidtmr0-h.vf) = %{tl_version} +Provides: tex(cidtmr0-v.vf) = %{tl_version} +Provides: tex(cidtmr1-h.vf) = %{tl_version} +Provides: tex(cidtmr1-v.vf) = %{tl_version} +Provides: tex(cidtmr2-h.vf) = %{tl_version} +Provides: tex(cidtmr2-v.vf) = %{tl_version} +Provides: tex(cidtmr3-h.vf) = %{tl_version} +Provides: tex(cidtmr3-v.vf) = %{tl_version} +Provides: tex(cidtmr4-h.vf) = %{tl_version} +Provides: tex(cidtmr4-v.vf) = %{tl_version} +Provides: tex(expgothb-h.vf) = %{tl_version} +Provides: tex(expgothb-v.vf) = %{tl_version} +Provides: tex(expgothbn-h.vf) = %{tl_version} +Provides: tex(expgothbn-v.vf) = %{tl_version} +Provides: tex(expgotheb-h.vf) = %{tl_version} +Provides: tex(expgotheb-v.vf) = %{tl_version} +Provides: tex(expgothebn-h.vf) = %{tl_version} +Provides: tex(expgothebn-v.vf) = %{tl_version} +Provides: tex(expgothr-h.vf) = %{tl_version} +Provides: tex(expgothr-v.vf) = %{tl_version} +Provides: tex(expgothrn-h.vf) = %{tl_version} +Provides: tex(expgothrn-v.vf) = %{tl_version} +Provides: tex(expmgothr-h.vf) = %{tl_version} +Provides: tex(expmgothr-v.vf) = %{tl_version} +Provides: tex(expmgothrn-h.vf) = %{tl_version} +Provides: tex(expmgothrn-v.vf) = %{tl_version} +Provides: tex(expminb-h.vf) = %{tl_version} +Provides: tex(expminb-v.vf) = %{tl_version} +Provides: tex(expminbn-h.vf) = %{tl_version} +Provides: tex(expminbn-v.vf) = %{tl_version} +Provides: tex(expminl-h.vf) = %{tl_version} +Provides: tex(expminl-v.vf) = %{tl_version} +Provides: tex(expminln-h.vf) = %{tl_version} +Provides: tex(expminln-v.vf) = %{tl_version} +Provides: tex(expminr-h.vf) = %{tl_version} +Provides: tex(expminr-v.vf) = %{tl_version} +Provides: tex(expminrn-h.vf) = %{tl_version} +Provides: tex(expminrn-v.vf) = %{tl_version} +Provides: tex(nmlgothb-h.vf) = %{tl_version} +Provides: tex(nmlgothb-v.vf) = %{tl_version} +Provides: tex(nmlgothbn-h.vf) = %{tl_version} +Provides: tex(nmlgothbn-v.vf) = %{tl_version} +Provides: tex(nmlgotheb-h.vf) = %{tl_version} +Provides: tex(nmlgotheb-v.vf) = %{tl_version} +Provides: tex(nmlgothebn-h.vf) = %{tl_version} +Provides: tex(nmlgothebn-v.vf) = %{tl_version} +Provides: tex(nmlgothr-h.vf) = %{tl_version} +Provides: tex(nmlgothr-v.vf) = %{tl_version} +Provides: tex(nmlgothrn-h.vf) = %{tl_version} +Provides: tex(nmlgothrn-v.vf) = %{tl_version} +Provides: tex(nmlmgothr-h.vf) = %{tl_version} +Provides: tex(nmlmgothr-v.vf) = %{tl_version} +Provides: tex(nmlmgothrn-h.vf) = %{tl_version} +Provides: tex(nmlmgothrn-v.vf) = %{tl_version} +Provides: tex(nmlminb-h.vf) = %{tl_version} +Provides: tex(nmlminb-v.vf) = %{tl_version} +Provides: tex(nmlminbn-h.vf) = %{tl_version} +Provides: tex(nmlminbn-v.vf) = %{tl_version} +Provides: tex(nmlminl-h.vf) = %{tl_version} +Provides: tex(nmlminl-v.vf) = %{tl_version} +Provides: tex(nmlminln-h.vf) = %{tl_version} +Provides: tex(nmlminln-v.vf) = %{tl_version} +Provides: tex(nmlminr-h.vf) = %{tl_version} +Provides: tex(nmlminr-v.vf) = %{tl_version} +Provides: tex(nmlminrn-h.vf) = %{tl_version} +Provides: tex(nmlminrn-v.vf) = %{tl_version} +Provides: tex(phirakakuw3-h.vf) = %{tl_version} +Provides: tex(phirakakuw3-v.vf) = %{tl_version} +Provides: tex(phirakakuw6-h.vf) = %{tl_version} +Provides: tex(phirakakuw6-v.vf) = %{tl_version} +Provides: tex(phiramaruw4-h.vf) = %{tl_version} +Provides: tex(phiramaruw4-v.vf) = %{tl_version} +Provides: tex(phiraminw3-h.vf) = %{tl_version} +Provides: tex(phiraminw3-v.vf) = %{tl_version} +Provides: tex(phiraminw6-h.vf) = %{tl_version} +Provides: tex(phiraminw6-v.vf) = %{tl_version} +Provides: tex(rubygothb-h.vf) = %{tl_version} +Provides: tex(rubygothb-v.vf) = %{tl_version} +Provides: tex(rubygotheb-h.vf) = %{tl_version} +Provides: tex(rubygotheb-v.vf) = %{tl_version} +Provides: tex(rubygothr-h.vf) = %{tl_version} +Provides: tex(rubygothr-v.vf) = %{tl_version} +Provides: tex(rubymgothr-h.vf) = %{tl_version} +Provides: tex(rubymgothr-v.vf) = %{tl_version} +Provides: tex(rubyminb-h.vf) = %{tl_version} +Provides: tex(rubyminb-v.vf) = %{tl_version} +Provides: tex(rubyminl-h.vf) = %{tl_version} +Provides: tex(rubyminl-v.vf) = %{tl_version} +Provides: tex(rubyminr-h.vf) = %{tl_version} +Provides: tex(rubyminr-v.vf) = %{tl_version} +Provides: tex(utfcgr0-h.vf) = %{tl_version} +Provides: tex(utfcgr0-v.vf) = %{tl_version} +Provides: tex(utfcgr1-h.vf) = %{tl_version} +Provides: tex(utfcgr1-v.vf) = %{tl_version} +Provides: tex(utfcgr2-h.vf) = %{tl_version} +Provides: tex(utfcgr2-v.vf) = %{tl_version} +Provides: tex(utfcgr3-h.vf) = %{tl_version} +Provides: tex(utfcgr3-v.vf) = %{tl_version} +Provides: tex(utfcgr4-h.vf) = %{tl_version} +Provides: tex(utfcgr4-v.vf) = %{tl_version} +Provides: tex(utfcgr5-h.vf) = %{tl_version} +Provides: tex(utfcgr5-v.vf) = %{tl_version} +Provides: tex(utfcgr6-h.vf) = %{tl_version} +Provides: tex(utfcgr6-v.vf) = %{tl_version} +Provides: tex(utfcgr7-h.vf) = %{tl_version} +Provides: tex(utfcgr7-v.vf) = %{tl_version} +Provides: tex(utfcgr8-h.vf) = %{tl_version} +Provides: tex(utfcgr8-v.vf) = %{tl_version} +Provides: tex(utfcgr9-h.vf) = %{tl_version} +Provides: tex(utfcgr9-v.vf) = %{tl_version} +Provides: tex(utfcgra-h.vf) = %{tl_version} +Provides: tex(utfcgra-v.vf) = %{tl_version} +Provides: tex(utfcgrb-h.vf) = %{tl_version} +Provides: tex(utfcgrb-v.vf) = %{tl_version} +Provides: tex(utfcgrc-h.vf) = %{tl_version} +Provides: tex(utfcgrc-v.vf) = %{tl_version} +Provides: tex(utfcgrd-h.vf) = %{tl_version} +Provides: tex(utfcgrd-v.vf) = %{tl_version} +Provides: tex(utfcgre-h.vf) = %{tl_version} +Provides: tex(utfcgre-v.vf) = %{tl_version} +Provides: tex(utfcgrf-h.vf) = %{tl_version} +Provides: tex(utfcgrf-v.vf) = %{tl_version} +Provides: tex(utfcmr0-h.vf) = %{tl_version} +Provides: tex(utfcmr0-v.vf) = %{tl_version} +Provides: tex(utfcmr1-h.vf) = %{tl_version} +Provides: tex(utfcmr1-v.vf) = %{tl_version} +Provides: tex(utfcmr2-h.vf) = %{tl_version} +Provides: tex(utfcmr2-v.vf) = %{tl_version} +Provides: tex(utfcmr3-h.vf) = %{tl_version} +Provides: tex(utfcmr3-v.vf) = %{tl_version} +Provides: tex(utfcmr4-h.vf) = %{tl_version} +Provides: tex(utfcmr4-v.vf) = %{tl_version} +Provides: tex(utfcmr5-h.vf) = %{tl_version} +Provides: tex(utfcmr5-v.vf) = %{tl_version} +Provides: tex(utfcmr6-h.vf) = %{tl_version} +Provides: tex(utfcmr6-v.vf) = %{tl_version} +Provides: tex(utfcmr7-h.vf) = %{tl_version} +Provides: tex(utfcmr7-v.vf) = %{tl_version} +Provides: tex(utfcmr8-h.vf) = %{tl_version} +Provides: tex(utfcmr8-v.vf) = %{tl_version} +Provides: tex(utfcmr9-h.vf) = %{tl_version} +Provides: tex(utfcmr9-v.vf) = %{tl_version} +Provides: tex(utfcmra-h.vf) = %{tl_version} +Provides: tex(utfcmra-v.vf) = %{tl_version} +Provides: tex(utfcmrb-h.vf) = %{tl_version} +Provides: tex(utfcmrb-v.vf) = %{tl_version} +Provides: tex(utfcmrc-h.vf) = %{tl_version} +Provides: tex(utfcmrc-v.vf) = %{tl_version} +Provides: tex(utfcmrd-h.vf) = %{tl_version} +Provides: tex(utfcmrd-v.vf) = %{tl_version} +Provides: tex(utfcmre-h.vf) = %{tl_version} +Provides: tex(utfcmre-v.vf) = %{tl_version} +Provides: tex(utfcmrf-h.vf) = %{tl_version} +Provides: tex(utfcmrf-v.vf) = %{tl_version} +Provides: tex(utfgr0-h.vf) = %{tl_version} +Provides: tex(utfgr0-v.vf) = %{tl_version} +Provides: tex(utfgr1-h.vf) = %{tl_version} +Provides: tex(utfgr1-v.vf) = %{tl_version} +Provides: tex(utfgr2-h.vf) = %{tl_version} +Provides: tex(utfgr2-v.vf) = %{tl_version} +Provides: tex(utfgr3-h.vf) = %{tl_version} +Provides: tex(utfgr3-v.vf) = %{tl_version} +Provides: tex(utfgr4-h.vf) = %{tl_version} +Provides: tex(utfgr4-v.vf) = %{tl_version} +Provides: tex(utfgr5-h.vf) = %{tl_version} +Provides: tex(utfgr5-v.vf) = %{tl_version} +Provides: tex(utfgr6-h.vf) = %{tl_version} +Provides: tex(utfgr6-v.vf) = %{tl_version} +Provides: tex(utfgr7-h.vf) = %{tl_version} +Provides: tex(utfgr7-v.vf) = %{tl_version} +Provides: tex(utfgr8-h.vf) = %{tl_version} +Provides: tex(utfgr8-v.vf) = %{tl_version} +Provides: tex(utfgr9-h.vf) = %{tl_version} +Provides: tex(utfgr9-v.vf) = %{tl_version} +Provides: tex(utfgra-h.vf) = %{tl_version} +Provides: tex(utfgra-v.vf) = %{tl_version} +Provides: tex(utfgrb-h.vf) = %{tl_version} +Provides: tex(utfgrb-v.vf) = %{tl_version} +Provides: tex(utfgrc-h.vf) = %{tl_version} +Provides: tex(utfgrc-v.vf) = %{tl_version} +Provides: tex(utfgrd-h.vf) = %{tl_version} +Provides: tex(utfgrd-v.vf) = %{tl_version} +Provides: tex(utfgre-h.vf) = %{tl_version} +Provides: tex(utfgre-v.vf) = %{tl_version} +Provides: tex(utfgrf-h.vf) = %{tl_version} +Provides: tex(utfgrf-v.vf) = %{tl_version} +Provides: tex(utfjgb0-h.vf) = %{tl_version} +Provides: tex(utfjgb0-v.vf) = %{tl_version} +Provides: tex(utfjgb1-h.vf) = %{tl_version} +Provides: tex(utfjgb1-v.vf) = %{tl_version} +Provides: tex(utfjgb2-h.vf) = %{tl_version} +Provides: tex(utfjgb2-v.vf) = %{tl_version} +Provides: tex(utfjgb3-h.vf) = %{tl_version} +Provides: tex(utfjgb3-v.vf) = %{tl_version} +Provides: tex(utfjgb4-h.vf) = %{tl_version} +Provides: tex(utfjgb4-v.vf) = %{tl_version} +Provides: tex(utfjgb5-h.vf) = %{tl_version} +Provides: tex(utfjgb5-v.vf) = %{tl_version} +Provides: tex(utfjgb6-h.vf) = %{tl_version} +Provides: tex(utfjgb6-v.vf) = %{tl_version} +Provides: tex(utfjgb7-h.vf) = %{tl_version} +Provides: tex(utfjgb7-v.vf) = %{tl_version} +Provides: tex(utfjgb8-h.vf) = %{tl_version} +Provides: tex(utfjgb8-v.vf) = %{tl_version} +Provides: tex(utfjgb9-h.vf) = %{tl_version} +Provides: tex(utfjgb9-v.vf) = %{tl_version} +Provides: tex(utfjgba-h.vf) = %{tl_version} +Provides: tex(utfjgba-v.vf) = %{tl_version} +Provides: tex(utfjgbb-h.vf) = %{tl_version} +Provides: tex(utfjgbb-v.vf) = %{tl_version} +Provides: tex(utfjgbc-h.vf) = %{tl_version} +Provides: tex(utfjgbc-v.vf) = %{tl_version} +Provides: tex(utfjgbd-h.vf) = %{tl_version} +Provides: tex(utfjgbd-v.vf) = %{tl_version} +Provides: tex(utfjgbe-h.vf) = %{tl_version} +Provides: tex(utfjgbe-v.vf) = %{tl_version} +Provides: tex(utfjgbf-h.vf) = %{tl_version} +Provides: tex(utfjgbf-v.vf) = %{tl_version} +Provides: tex(utfjgbn0-h.vf) = %{tl_version} +Provides: tex(utfjgbn0-v.vf) = %{tl_version} +Provides: tex(utfjgbn1-h.vf) = %{tl_version} +Provides: tex(utfjgbn1-v.vf) = %{tl_version} +Provides: tex(utfjgbn2-h.vf) = %{tl_version} +Provides: tex(utfjgbn2-v.vf) = %{tl_version} +Provides: tex(utfjgbn3-h.vf) = %{tl_version} +Provides: tex(utfjgbn3-v.vf) = %{tl_version} +Provides: tex(utfjgbn4-h.vf) = %{tl_version} +Provides: tex(utfjgbn4-v.vf) = %{tl_version} +Provides: tex(utfjgbn5-h.vf) = %{tl_version} +Provides: tex(utfjgbn5-v.vf) = %{tl_version} +Provides: tex(utfjgbn6-h.vf) = %{tl_version} +Provides: tex(utfjgbn6-v.vf) = %{tl_version} +Provides: tex(utfjgbn7-h.vf) = %{tl_version} +Provides: tex(utfjgbn7-v.vf) = %{tl_version} +Provides: tex(utfjgbn8-h.vf) = %{tl_version} +Provides: tex(utfjgbn8-v.vf) = %{tl_version} +Provides: tex(utfjgbn9-h.vf) = %{tl_version} +Provides: tex(utfjgbn9-v.vf) = %{tl_version} +Provides: tex(utfjgbna-h.vf) = %{tl_version} +Provides: tex(utfjgbna-v.vf) = %{tl_version} +Provides: tex(utfjgbnb-h.vf) = %{tl_version} +Provides: tex(utfjgbnb-v.vf) = %{tl_version} +Provides: tex(utfjgbnc-h.vf) = %{tl_version} +Provides: tex(utfjgbnc-v.vf) = %{tl_version} +Provides: tex(utfjgbnd-h.vf) = %{tl_version} +Provides: tex(utfjgbnd-v.vf) = %{tl_version} +Provides: tex(utfjgbne-h.vf) = %{tl_version} +Provides: tex(utfjgbne-v.vf) = %{tl_version} +Provides: tex(utfjgbnf-h.vf) = %{tl_version} +Provides: tex(utfjgbnf-v.vf) = %{tl_version} +Provides: tex(utfjge0-h.vf) = %{tl_version} +Provides: tex(utfjge0-v.vf) = %{tl_version} +Provides: tex(utfjge1-h.vf) = %{tl_version} +Provides: tex(utfjge1-v.vf) = %{tl_version} +Provides: tex(utfjge2-h.vf) = %{tl_version} +Provides: tex(utfjge2-v.vf) = %{tl_version} +Provides: tex(utfjge3-h.vf) = %{tl_version} +Provides: tex(utfjge3-v.vf) = %{tl_version} +Provides: tex(utfjge4-h.vf) = %{tl_version} +Provides: tex(utfjge4-v.vf) = %{tl_version} +Provides: tex(utfjge5-h.vf) = %{tl_version} +Provides: tex(utfjge5-v.vf) = %{tl_version} +Provides: tex(utfjge6-h.vf) = %{tl_version} +Provides: tex(utfjge6-v.vf) = %{tl_version} +Provides: tex(utfjge7-h.vf) = %{tl_version} +Provides: tex(utfjge7-v.vf) = %{tl_version} +Provides: tex(utfjge8-h.vf) = %{tl_version} +Provides: tex(utfjge8-v.vf) = %{tl_version} +Provides: tex(utfjge9-h.vf) = %{tl_version} +Provides: tex(utfjge9-v.vf) = %{tl_version} +Provides: tex(utfjgea-h.vf) = %{tl_version} +Provides: tex(utfjgea-v.vf) = %{tl_version} +Provides: tex(utfjgeb-h.vf) = %{tl_version} +Provides: tex(utfjgeb-v.vf) = %{tl_version} +Provides: tex(utfjgec-h.vf) = %{tl_version} +Provides: tex(utfjgec-v.vf) = %{tl_version} +Provides: tex(utfjged-h.vf) = %{tl_version} +Provides: tex(utfjged-v.vf) = %{tl_version} +Provides: tex(utfjgee-h.vf) = %{tl_version} +Provides: tex(utfjgee-v.vf) = %{tl_version} +Provides: tex(utfjgef-h.vf) = %{tl_version} +Provides: tex(utfjgef-v.vf) = %{tl_version} +Provides: tex(utfjgen0-h.vf) = %{tl_version} +Provides: tex(utfjgen0-v.vf) = %{tl_version} +Provides: tex(utfjgen1-h.vf) = %{tl_version} +Provides: tex(utfjgen1-v.vf) = %{tl_version} +Provides: tex(utfjgen2-h.vf) = %{tl_version} +Provides: tex(utfjgen2-v.vf) = %{tl_version} +Provides: tex(utfjgen3-h.vf) = %{tl_version} +Provides: tex(utfjgen3-v.vf) = %{tl_version} +Provides: tex(utfjgen4-h.vf) = %{tl_version} +Provides: tex(utfjgen4-v.vf) = %{tl_version} +Provides: tex(utfjgen5-h.vf) = %{tl_version} +Provides: tex(utfjgen5-v.vf) = %{tl_version} +Provides: tex(utfjgen6-h.vf) = %{tl_version} +Provides: tex(utfjgen6-v.vf) = %{tl_version} +Provides: tex(utfjgen7-h.vf) = %{tl_version} +Provides: tex(utfjgen7-v.vf) = %{tl_version} +Provides: tex(utfjgen8-h.vf) = %{tl_version} +Provides: tex(utfjgen8-v.vf) = %{tl_version} +Provides: tex(utfjgen9-h.vf) = %{tl_version} +Provides: tex(utfjgen9-v.vf) = %{tl_version} +Provides: tex(utfjgena-h.vf) = %{tl_version} +Provides: tex(utfjgena-v.vf) = %{tl_version} +Provides: tex(utfjgenb-h.vf) = %{tl_version} +Provides: tex(utfjgenb-v.vf) = %{tl_version} +Provides: tex(utfjgenc-h.vf) = %{tl_version} +Provides: tex(utfjgenc-v.vf) = %{tl_version} +Provides: tex(utfjgend-h.vf) = %{tl_version} +Provides: tex(utfjgend-v.vf) = %{tl_version} +Provides: tex(utfjgene-h.vf) = %{tl_version} +Provides: tex(utfjgene-v.vf) = %{tl_version} +Provides: tex(utfjgenf-h.vf) = %{tl_version} +Provides: tex(utfjgenf-v.vf) = %{tl_version} +Provides: tex(utfjgr0-h.vf) = %{tl_version} +Provides: tex(utfjgr0-v.vf) = %{tl_version} +Provides: tex(utfjgr1-h.vf) = %{tl_version} +Provides: tex(utfjgr1-v.vf) = %{tl_version} +Provides: tex(utfjgr2-h.vf) = %{tl_version} +Provides: tex(utfjgr2-v.vf) = %{tl_version} +Provides: tex(utfjgr3-h.vf) = %{tl_version} +Provides: tex(utfjgr3-v.vf) = %{tl_version} +Provides: tex(utfjgr4-h.vf) = %{tl_version} +Provides: tex(utfjgr4-v.vf) = %{tl_version} +Provides: tex(utfjgr5-h.vf) = %{tl_version} +Provides: tex(utfjgr5-v.vf) = %{tl_version} +Provides: tex(utfjgr6-h.vf) = %{tl_version} +Provides: tex(utfjgr6-v.vf) = %{tl_version} +Provides: tex(utfjgr7-h.vf) = %{tl_version} +Provides: tex(utfjgr7-v.vf) = %{tl_version} +Provides: tex(utfjgr8-h.vf) = %{tl_version} +Provides: tex(utfjgr8-v.vf) = %{tl_version} +Provides: tex(utfjgr9-h.vf) = %{tl_version} +Provides: tex(utfjgr9-v.vf) = %{tl_version} +Provides: tex(utfjgra-h.vf) = %{tl_version} +Provides: tex(utfjgra-v.vf) = %{tl_version} +Provides: tex(utfjgrb-h.vf) = %{tl_version} +Provides: tex(utfjgrb-v.vf) = %{tl_version} +Provides: tex(utfjgrc-h.vf) = %{tl_version} +Provides: tex(utfjgrc-v.vf) = %{tl_version} +Provides: tex(utfjgrd-h.vf) = %{tl_version} +Provides: tex(utfjgrd-v.vf) = %{tl_version} +Provides: tex(utfjgre-h.vf) = %{tl_version} +Provides: tex(utfjgre-v.vf) = %{tl_version} +Provides: tex(utfjgrf-h.vf) = %{tl_version} +Provides: tex(utfjgrf-v.vf) = %{tl_version} +Provides: tex(utfjgrn0-h.vf) = %{tl_version} +Provides: tex(utfjgrn0-v.vf) = %{tl_version} +Provides: tex(utfjgrn1-h.vf) = %{tl_version} +Provides: tex(utfjgrn1-v.vf) = %{tl_version} +Provides: tex(utfjgrn2-h.vf) = %{tl_version} +Provides: tex(utfjgrn2-v.vf) = %{tl_version} +Provides: tex(utfjgrn3-h.vf) = %{tl_version} +Provides: tex(utfjgrn3-v.vf) = %{tl_version} +Provides: tex(utfjgrn4-h.vf) = %{tl_version} +Provides: tex(utfjgrn4-v.vf) = %{tl_version} +Provides: tex(utfjgrn5-h.vf) = %{tl_version} +Provides: tex(utfjgrn5-v.vf) = %{tl_version} +Provides: tex(utfjgrn6-h.vf) = %{tl_version} +Provides: tex(utfjgrn6-v.vf) = %{tl_version} +Provides: tex(utfjgrn7-h.vf) = %{tl_version} +Provides: tex(utfjgrn7-v.vf) = %{tl_version} +Provides: tex(utfjgrn8-h.vf) = %{tl_version} +Provides: tex(utfjgrn8-v.vf) = %{tl_version} +Provides: tex(utfjgrn9-h.vf) = %{tl_version} +Provides: tex(utfjgrn9-v.vf) = %{tl_version} +Provides: tex(utfjgrna-h.vf) = %{tl_version} +Provides: tex(utfjgrna-v.vf) = %{tl_version} +Provides: tex(utfjgrnb-h.vf) = %{tl_version} +Provides: tex(utfjgrnb-v.vf) = %{tl_version} +Provides: tex(utfjgrnc-h.vf) = %{tl_version} +Provides: tex(utfjgrnc-v.vf) = %{tl_version} +Provides: tex(utfjgrnd-h.vf) = %{tl_version} +Provides: tex(utfjgrnd-v.vf) = %{tl_version} +Provides: tex(utfjgrne-h.vf) = %{tl_version} +Provides: tex(utfjgrne-v.vf) = %{tl_version} +Provides: tex(utfjgrnf-h.vf) = %{tl_version} +Provides: tex(utfjgrnf-v.vf) = %{tl_version} +Provides: tex(utfjmb0-h.vf) = %{tl_version} +Provides: tex(utfjmb0-v.vf) = %{tl_version} +Provides: tex(utfjmb1-h.vf) = %{tl_version} +Provides: tex(utfjmb1-v.vf) = %{tl_version} +Provides: tex(utfjmb2-h.vf) = %{tl_version} +Provides: tex(utfjmb2-v.vf) = %{tl_version} +Provides: tex(utfjmb3-h.vf) = %{tl_version} +Provides: tex(utfjmb3-v.vf) = %{tl_version} +Provides: tex(utfjmb4-h.vf) = %{tl_version} +Provides: tex(utfjmb4-v.vf) = %{tl_version} +Provides: tex(utfjmb5-h.vf) = %{tl_version} +Provides: tex(utfjmb5-v.vf) = %{tl_version} +Provides: tex(utfjmb6-h.vf) = %{tl_version} +Provides: tex(utfjmb6-v.vf) = %{tl_version} +Provides: tex(utfjmb7-h.vf) = %{tl_version} +Provides: tex(utfjmb7-v.vf) = %{tl_version} +Provides: tex(utfjmb8-h.vf) = %{tl_version} +Provides: tex(utfjmb8-v.vf) = %{tl_version} +Provides: tex(utfjmb9-h.vf) = %{tl_version} +Provides: tex(utfjmb9-v.vf) = %{tl_version} +Provides: tex(utfjmba-h.vf) = %{tl_version} +Provides: tex(utfjmba-v.vf) = %{tl_version} +Provides: tex(utfjmbb-h.vf) = %{tl_version} +Provides: tex(utfjmbb-v.vf) = %{tl_version} +Provides: tex(utfjmbc-h.vf) = %{tl_version} +Provides: tex(utfjmbc-v.vf) = %{tl_version} +Provides: tex(utfjmbd-h.vf) = %{tl_version} +Provides: tex(utfjmbd-v.vf) = %{tl_version} +Provides: tex(utfjmbe-h.vf) = %{tl_version} +Provides: tex(utfjmbe-v.vf) = %{tl_version} +Provides: tex(utfjmbf-h.vf) = %{tl_version} +Provides: tex(utfjmbf-v.vf) = %{tl_version} +Provides: tex(utfjmbn0-h.vf) = %{tl_version} +Provides: tex(utfjmbn0-v.vf) = %{tl_version} +Provides: tex(utfjmbn1-h.vf) = %{tl_version} +Provides: tex(utfjmbn1-v.vf) = %{tl_version} +Provides: tex(utfjmbn2-h.vf) = %{tl_version} +Provides: tex(utfjmbn2-v.vf) = %{tl_version} +Provides: tex(utfjmbn3-h.vf) = %{tl_version} +Provides: tex(utfjmbn3-v.vf) = %{tl_version} +Provides: tex(utfjmbn4-h.vf) = %{tl_version} +Provides: tex(utfjmbn4-v.vf) = %{tl_version} +Provides: tex(utfjmbn5-h.vf) = %{tl_version} +Provides: tex(utfjmbn5-v.vf) = %{tl_version} +Provides: tex(utfjmbn6-h.vf) = %{tl_version} +Provides: tex(utfjmbn6-v.vf) = %{tl_version} +Provides: tex(utfjmbn7-h.vf) = %{tl_version} +Provides: tex(utfjmbn7-v.vf) = %{tl_version} +Provides: tex(utfjmbn8-h.vf) = %{tl_version} +Provides: tex(utfjmbn8-v.vf) = %{tl_version} +Provides: tex(utfjmbn9-h.vf) = %{tl_version} +Provides: tex(utfjmbn9-v.vf) = %{tl_version} +Provides: tex(utfjmbna-h.vf) = %{tl_version} +Provides: tex(utfjmbna-v.vf) = %{tl_version} +Provides: tex(utfjmbnb-h.vf) = %{tl_version} +Provides: tex(utfjmbnb-v.vf) = %{tl_version} +Provides: tex(utfjmbnc-h.vf) = %{tl_version} +Provides: tex(utfjmbnc-v.vf) = %{tl_version} +Provides: tex(utfjmbnd-h.vf) = %{tl_version} +Provides: tex(utfjmbnd-v.vf) = %{tl_version} +Provides: tex(utfjmbne-h.vf) = %{tl_version} +Provides: tex(utfjmbne-v.vf) = %{tl_version} +Provides: tex(utfjmbnf-h.vf) = %{tl_version} +Provides: tex(utfjmbnf-v.vf) = %{tl_version} +Provides: tex(utfjmgr0-h.vf) = %{tl_version} +Provides: tex(utfjmgr0-v.vf) = %{tl_version} +Provides: tex(utfjmgr1-h.vf) = %{tl_version} +Provides: tex(utfjmgr1-v.vf) = %{tl_version} +Provides: tex(utfjmgr2-h.vf) = %{tl_version} +Provides: tex(utfjmgr2-v.vf) = %{tl_version} +Provides: tex(utfjmgr3-h.vf) = %{tl_version} +Provides: tex(utfjmgr3-v.vf) = %{tl_version} +Provides: tex(utfjmgr4-h.vf) = %{tl_version} +Provides: tex(utfjmgr4-v.vf) = %{tl_version} +Provides: tex(utfjmgr5-h.vf) = %{tl_version} +Provides: tex(utfjmgr5-v.vf) = %{tl_version} +Provides: tex(utfjmgr6-h.vf) = %{tl_version} +Provides: tex(utfjmgr6-v.vf) = %{tl_version} +Provides: tex(utfjmgr7-h.vf) = %{tl_version} +Provides: tex(utfjmgr7-v.vf) = %{tl_version} +Provides: tex(utfjmgr8-h.vf) = %{tl_version} +Provides: tex(utfjmgr8-v.vf) = %{tl_version} +Provides: tex(utfjmgr9-h.vf) = %{tl_version} +Provides: tex(utfjmgr9-v.vf) = %{tl_version} +Provides: tex(utfjmgra-h.vf) = %{tl_version} +Provides: tex(utfjmgra-v.vf) = %{tl_version} +Provides: tex(utfjmgrb-h.vf) = %{tl_version} +Provides: tex(utfjmgrb-v.vf) = %{tl_version} +Provides: tex(utfjmgrc-h.vf) = %{tl_version} +Provides: tex(utfjmgrc-v.vf) = %{tl_version} +Provides: tex(utfjmgrd-h.vf) = %{tl_version} +Provides: tex(utfjmgrd-v.vf) = %{tl_version} +Provides: tex(utfjmgre-h.vf) = %{tl_version} +Provides: tex(utfjmgre-v.vf) = %{tl_version} +Provides: tex(utfjmgrf-h.vf) = %{tl_version} +Provides: tex(utfjmgrf-v.vf) = %{tl_version} +Provides: tex(utfjmgrn0-h.vf) = %{tl_version} +Provides: tex(utfjmgrn0-v.vf) = %{tl_version} +Provides: tex(utfjmgrn1-h.vf) = %{tl_version} +Provides: tex(utfjmgrn1-v.vf) = %{tl_version} +Provides: tex(utfjmgrn2-h.vf) = %{tl_version} +Provides: tex(utfjmgrn2-v.vf) = %{tl_version} +Provides: tex(utfjmgrn3-h.vf) = %{tl_version} +Provides: tex(utfjmgrn3-v.vf) = %{tl_version} +Provides: tex(utfjmgrn4-h.vf) = %{tl_version} +Provides: tex(utfjmgrn4-v.vf) = %{tl_version} +Provides: tex(utfjmgrn5-h.vf) = %{tl_version} +Provides: tex(utfjmgrn5-v.vf) = %{tl_version} +Provides: tex(utfjmgrn6-h.vf) = %{tl_version} +Provides: tex(utfjmgrn6-v.vf) = %{tl_version} +Provides: tex(utfjmgrn7-h.vf) = %{tl_version} +Provides: tex(utfjmgrn7-v.vf) = %{tl_version} +Provides: tex(utfjmgrn8-h.vf) = %{tl_version} +Provides: tex(utfjmgrn8-v.vf) = %{tl_version} +Provides: tex(utfjmgrn9-h.vf) = %{tl_version} +Provides: tex(utfjmgrn9-v.vf) = %{tl_version} +Provides: tex(utfjmgrna-h.vf) = %{tl_version} +Provides: tex(utfjmgrna-v.vf) = %{tl_version} +Provides: tex(utfjmgrnb-h.vf) = %{tl_version} +Provides: tex(utfjmgrnb-v.vf) = %{tl_version} +Provides: tex(utfjmgrnc-h.vf) = %{tl_version} +Provides: tex(utfjmgrnc-v.vf) = %{tl_version} +Provides: tex(utfjmgrnd-h.vf) = %{tl_version} +Provides: tex(utfjmgrnd-v.vf) = %{tl_version} +Provides: tex(utfjmgrne-h.vf) = %{tl_version} +Provides: tex(utfjmgrne-v.vf) = %{tl_version} +Provides: tex(utfjmgrnf-h.vf) = %{tl_version} +Provides: tex(utfjmgrnf-v.vf) = %{tl_version} +Provides: tex(utfjml0-h.vf) = %{tl_version} +Provides: tex(utfjml0-v.vf) = %{tl_version} +Provides: tex(utfjml1-h.vf) = %{tl_version} +Provides: tex(utfjml1-v.vf) = %{tl_version} +Provides: tex(utfjml2-h.vf) = %{tl_version} +Provides: tex(utfjml2-v.vf) = %{tl_version} +Provides: tex(utfjml3-h.vf) = %{tl_version} +Provides: tex(utfjml3-v.vf) = %{tl_version} +Provides: tex(utfjml4-h.vf) = %{tl_version} +Provides: tex(utfjml4-v.vf) = %{tl_version} +Provides: tex(utfjml5-h.vf) = %{tl_version} +Provides: tex(utfjml5-v.vf) = %{tl_version} +Provides: tex(utfjml6-h.vf) = %{tl_version} +Provides: tex(utfjml6-v.vf) = %{tl_version} +Provides: tex(utfjml7-h.vf) = %{tl_version} +Provides: tex(utfjml7-v.vf) = %{tl_version} +Provides: tex(utfjml8-h.vf) = %{tl_version} +Provides: tex(utfjml8-v.vf) = %{tl_version} +Provides: tex(utfjml9-h.vf) = %{tl_version} +Provides: tex(utfjml9-v.vf) = %{tl_version} +Provides: tex(utfjmla-h.vf) = %{tl_version} +Provides: tex(utfjmla-v.vf) = %{tl_version} +Provides: tex(utfjmlb-h.vf) = %{tl_version} +Provides: tex(utfjmlb-v.vf) = %{tl_version} +Provides: tex(utfjmlc-h.vf) = %{tl_version} +Provides: tex(utfjmlc-v.vf) = %{tl_version} +Provides: tex(utfjmld-h.vf) = %{tl_version} +Provides: tex(utfjmld-v.vf) = %{tl_version} +Provides: tex(utfjmle-h.vf) = %{tl_version} +Provides: tex(utfjmle-v.vf) = %{tl_version} +Provides: tex(utfjmlf-h.vf) = %{tl_version} +Provides: tex(utfjmlf-v.vf) = %{tl_version} +Provides: tex(utfjmln0-h.vf) = %{tl_version} +Provides: tex(utfjmln0-v.vf) = %{tl_version} +Provides: tex(utfjmln1-h.vf) = %{tl_version} +Provides: tex(utfjmln1-v.vf) = %{tl_version} +Provides: tex(utfjmln2-h.vf) = %{tl_version} +Provides: tex(utfjmln2-v.vf) = %{tl_version} +Provides: tex(utfjmln3-h.vf) = %{tl_version} +Provides: tex(utfjmln3-v.vf) = %{tl_version} +Provides: tex(utfjmln4-h.vf) = %{tl_version} +Provides: tex(utfjmln4-v.vf) = %{tl_version} +Provides: tex(utfjmln5-h.vf) = %{tl_version} +Provides: tex(utfjmln5-v.vf) = %{tl_version} +Provides: tex(utfjmln6-h.vf) = %{tl_version} +Provides: tex(utfjmln6-v.vf) = %{tl_version} +Provides: tex(utfjmln7-h.vf) = %{tl_version} +Provides: tex(utfjmln7-v.vf) = %{tl_version} +Provides: tex(utfjmln8-h.vf) = %{tl_version} +Provides: tex(utfjmln8-v.vf) = %{tl_version} +Provides: tex(utfjmln9-h.vf) = %{tl_version} +Provides: tex(utfjmln9-v.vf) = %{tl_version} +Provides: tex(utfjmlna-h.vf) = %{tl_version} +Provides: tex(utfjmlna-v.vf) = %{tl_version} +Provides: tex(utfjmlnb-h.vf) = %{tl_version} +Provides: tex(utfjmlnb-v.vf) = %{tl_version} +Provides: tex(utfjmlnc-h.vf) = %{tl_version} +Provides: tex(utfjmlnc-v.vf) = %{tl_version} +Provides: tex(utfjmlnd-h.vf) = %{tl_version} +Provides: tex(utfjmlnd-v.vf) = %{tl_version} +Provides: tex(utfjmlne-h.vf) = %{tl_version} +Provides: tex(utfjmlne-v.vf) = %{tl_version} +Provides: tex(utfjmlnf-h.vf) = %{tl_version} +Provides: tex(utfjmlnf-v.vf) = %{tl_version} +Provides: tex(utfjmr0-h.vf) = %{tl_version} +Provides: tex(utfjmr0-v.vf) = %{tl_version} +Provides: tex(utfjmr1-h.vf) = %{tl_version} +Provides: tex(utfjmr1-v.vf) = %{tl_version} +Provides: tex(utfjmr2-h.vf) = %{tl_version} +Provides: tex(utfjmr2-v.vf) = %{tl_version} +Provides: tex(utfjmr3-h.vf) = %{tl_version} +Provides: tex(utfjmr3-v.vf) = %{tl_version} +Provides: tex(utfjmr4-h.vf) = %{tl_version} +Provides: tex(utfjmr4-v.vf) = %{tl_version} +Provides: tex(utfjmr5-h.vf) = %{tl_version} +Provides: tex(utfjmr5-v.vf) = %{tl_version} +Provides: tex(utfjmr6-h.vf) = %{tl_version} +Provides: tex(utfjmr6-v.vf) = %{tl_version} +Provides: tex(utfjmr7-h.vf) = %{tl_version} +Provides: tex(utfjmr7-v.vf) = %{tl_version} +Provides: tex(utfjmr8-h.vf) = %{tl_version} +Provides: tex(utfjmr8-v.vf) = %{tl_version} +Provides: tex(utfjmr9-h.vf) = %{tl_version} +Provides: tex(utfjmr9-v.vf) = %{tl_version} +Provides: tex(utfjmra-h.vf) = %{tl_version} +Provides: tex(utfjmra-v.vf) = %{tl_version} +Provides: tex(utfjmrb-h.vf) = %{tl_version} +Provides: tex(utfjmrb-v.vf) = %{tl_version} +Provides: tex(utfjmrc-h.vf) = %{tl_version} +Provides: tex(utfjmrc-v.vf) = %{tl_version} +Provides: tex(utfjmrd-h.vf) = %{tl_version} +Provides: tex(utfjmrd-v.vf) = %{tl_version} +Provides: tex(utfjmre-h.vf) = %{tl_version} +Provides: tex(utfjmre-v.vf) = %{tl_version} +Provides: tex(utfjmrf-h.vf) = %{tl_version} +Provides: tex(utfjmrf-v.vf) = %{tl_version} +Provides: tex(utfjmrn0-h.vf) = %{tl_version} +Provides: tex(utfjmrn0-v.vf) = %{tl_version} +Provides: tex(utfjmrn1-h.vf) = %{tl_version} +Provides: tex(utfjmrn1-v.vf) = %{tl_version} +Provides: tex(utfjmrn2-h.vf) = %{tl_version} +Provides: tex(utfjmrn2-v.vf) = %{tl_version} +Provides: tex(utfjmrn3-h.vf) = %{tl_version} +Provides: tex(utfjmrn3-v.vf) = %{tl_version} +Provides: tex(utfjmrn4-h.vf) = %{tl_version} +Provides: tex(utfjmrn4-v.vf) = %{tl_version} +Provides: tex(utfjmrn5-h.vf) = %{tl_version} +Provides: tex(utfjmrn5-v.vf) = %{tl_version} +Provides: tex(utfjmrn6-h.vf) = %{tl_version} +Provides: tex(utfjmrn6-v.vf) = %{tl_version} +Provides: tex(utfjmrn7-h.vf) = %{tl_version} +Provides: tex(utfjmrn7-v.vf) = %{tl_version} +Provides: tex(utfjmrn8-h.vf) = %{tl_version} +Provides: tex(utfjmrn8-v.vf) = %{tl_version} +Provides: tex(utfjmrn9-h.vf) = %{tl_version} +Provides: tex(utfjmrn9-v.vf) = %{tl_version} +Provides: tex(utfjmrna-h.vf) = %{tl_version} +Provides: tex(utfjmrna-v.vf) = %{tl_version} +Provides: tex(utfjmrnb-h.vf) = %{tl_version} +Provides: tex(utfjmrnb-v.vf) = %{tl_version} +Provides: tex(utfjmrnc-h.vf) = %{tl_version} +Provides: tex(utfjmrnc-v.vf) = %{tl_version} +Provides: tex(utfjmrnd-h.vf) = %{tl_version} +Provides: tex(utfjmrnd-v.vf) = %{tl_version} +Provides: tex(utfjmrne-h.vf) = %{tl_version} +Provides: tex(utfjmrne-v.vf) = %{tl_version} +Provides: tex(utfjmrnf-h.vf) = %{tl_version} +Provides: tex(utfjmrnf-v.vf) = %{tl_version} +Provides: tex(utfkgr0-h.vf) = %{tl_version} +Provides: tex(utfkgr0-v.vf) = %{tl_version} +Provides: tex(utfkgr1-h.vf) = %{tl_version} +Provides: tex(utfkgr1-v.vf) = %{tl_version} +Provides: tex(utfkgr2-h.vf) = %{tl_version} +Provides: tex(utfkgr2-v.vf) = %{tl_version} +Provides: tex(utfkgr3-h.vf) = %{tl_version} +Provides: tex(utfkgr3-v.vf) = %{tl_version} +Provides: tex(utfkgr4-h.vf) = %{tl_version} +Provides: tex(utfkgr4-v.vf) = %{tl_version} +Provides: tex(utfkgr5-h.vf) = %{tl_version} +Provides: tex(utfkgr5-v.vf) = %{tl_version} +Provides: tex(utfkgr6-h.vf) = %{tl_version} +Provides: tex(utfkgr6-v.vf) = %{tl_version} +Provides: tex(utfkgr7-h.vf) = %{tl_version} +Provides: tex(utfkgr7-v.vf) = %{tl_version} +Provides: tex(utfkgr8-h.vf) = %{tl_version} +Provides: tex(utfkgr8-v.vf) = %{tl_version} +Provides: tex(utfkgr9-h.vf) = %{tl_version} +Provides: tex(utfkgr9-v.vf) = %{tl_version} +Provides: tex(utfkgra-h.vf) = %{tl_version} +Provides: tex(utfkgra-v.vf) = %{tl_version} +Provides: tex(utfkgrb-h.vf) = %{tl_version} +Provides: tex(utfkgrb-v.vf) = %{tl_version} +Provides: tex(utfkgrc-h.vf) = %{tl_version} +Provides: tex(utfkgrc-v.vf) = %{tl_version} +Provides: tex(utfkgrd-h.vf) = %{tl_version} +Provides: tex(utfkgrd-v.vf) = %{tl_version} +Provides: tex(utfkgre-h.vf) = %{tl_version} +Provides: tex(utfkgre-v.vf) = %{tl_version} +Provides: tex(utfkgrf-h.vf) = %{tl_version} +Provides: tex(utfkgrf-v.vf) = %{tl_version} +Provides: tex(utfkmr0-h.vf) = %{tl_version} +Provides: tex(utfkmr0-v.vf) = %{tl_version} +Provides: tex(utfkmr1-h.vf) = %{tl_version} +Provides: tex(utfkmr1-v.vf) = %{tl_version} +Provides: tex(utfkmr2-h.vf) = %{tl_version} +Provides: tex(utfkmr2-v.vf) = %{tl_version} +Provides: tex(utfkmr3-h.vf) = %{tl_version} +Provides: tex(utfkmr3-v.vf) = %{tl_version} +Provides: tex(utfkmr4-h.vf) = %{tl_version} +Provides: tex(utfkmr4-v.vf) = %{tl_version} +Provides: tex(utfkmr5-h.vf) = %{tl_version} +Provides: tex(utfkmr5-v.vf) = %{tl_version} +Provides: tex(utfkmr6-h.vf) = %{tl_version} +Provides: tex(utfkmr6-v.vf) = %{tl_version} +Provides: tex(utfkmr7-h.vf) = %{tl_version} +Provides: tex(utfkmr7-v.vf) = %{tl_version} +Provides: tex(utfkmr8-h.vf) = %{tl_version} +Provides: tex(utfkmr8-v.vf) = %{tl_version} +Provides: tex(utfkmr9-h.vf) = %{tl_version} +Provides: tex(utfkmr9-v.vf) = %{tl_version} +Provides: tex(utfkmra-h.vf) = %{tl_version} +Provides: tex(utfkmra-v.vf) = %{tl_version} +Provides: tex(utfkmrb-h.vf) = %{tl_version} +Provides: tex(utfkmrb-v.vf) = %{tl_version} +Provides: tex(utfkmrc-h.vf) = %{tl_version} +Provides: tex(utfkmrc-v.vf) = %{tl_version} +Provides: tex(utfkmrd-h.vf) = %{tl_version} +Provides: tex(utfkmrd-v.vf) = %{tl_version} +Provides: tex(utfkmre-h.vf) = %{tl_version} +Provides: tex(utfkmre-v.vf) = %{tl_version} +Provides: tex(utfkmrf-h.vf) = %{tl_version} +Provides: tex(utfkmrf-v.vf) = %{tl_version} +Provides: tex(utfmr0-h.vf) = %{tl_version} +Provides: tex(utfmr0-v.vf) = %{tl_version} +Provides: tex(utfmr1-h.vf) = %{tl_version} +Provides: tex(utfmr1-v.vf) = %{tl_version} +Provides: tex(utfmr2-h.vf) = %{tl_version} +Provides: tex(utfmr2-v.vf) = %{tl_version} +Provides: tex(utfmr3-h.vf) = %{tl_version} +Provides: tex(utfmr3-v.vf) = %{tl_version} +Provides: tex(utfmr4-h.vf) = %{tl_version} +Provides: tex(utfmr4-v.vf) = %{tl_version} +Provides: tex(utfmr5-h.vf) = %{tl_version} +Provides: tex(utfmr5-v.vf) = %{tl_version} +Provides: tex(utfmr6-h.vf) = %{tl_version} +Provides: tex(utfmr6-v.vf) = %{tl_version} +Provides: tex(utfmr7-h.vf) = %{tl_version} +Provides: tex(utfmr7-v.vf) = %{tl_version} +Provides: tex(utfmr8-h.vf) = %{tl_version} +Provides: tex(utfmr8-v.vf) = %{tl_version} +Provides: tex(utfmr9-h.vf) = %{tl_version} +Provides: tex(utfmr9-v.vf) = %{tl_version} +Provides: tex(utfmra-h.vf) = %{tl_version} +Provides: tex(utfmra-v.vf) = %{tl_version} +Provides: tex(utfmrb-h.vf) = %{tl_version} +Provides: tex(utfmrb-v.vf) = %{tl_version} +Provides: tex(utfmrc-h.vf) = %{tl_version} +Provides: tex(utfmrc-v.vf) = %{tl_version} +Provides: tex(utfmrd-h.vf) = %{tl_version} +Provides: tex(utfmrd-v.vf) = %{tl_version} +Provides: tex(utfmre-h.vf) = %{tl_version} +Provides: tex(utfmre-v.vf) = %{tl_version} +Provides: tex(utfmrf-h.vf) = %{tl_version} +Provides: tex(utfmrf-v.vf) = %{tl_version} +Provides: tex(utftgr0-h.vf) = %{tl_version} +Provides: tex(utftgr0-v.vf) = %{tl_version} +Provides: tex(utftgr1-h.vf) = %{tl_version} +Provides: tex(utftgr1-v.vf) = %{tl_version} +Provides: tex(utftgr2-h.vf) = %{tl_version} +Provides: tex(utftgr2-v.vf) = %{tl_version} +Provides: tex(utftgr3-h.vf) = %{tl_version} +Provides: tex(utftgr3-v.vf) = %{tl_version} +Provides: tex(utftgr4-h.vf) = %{tl_version} +Provides: tex(utftgr4-v.vf) = %{tl_version} +Provides: tex(utftgr5-h.vf) = %{tl_version} +Provides: tex(utftgr5-v.vf) = %{tl_version} +Provides: tex(utftgr6-h.vf) = %{tl_version} +Provides: tex(utftgr6-v.vf) = %{tl_version} +Provides: tex(utftgr7-h.vf) = %{tl_version} +Provides: tex(utftgr7-v.vf) = %{tl_version} +Provides: tex(utftgr8-h.vf) = %{tl_version} +Provides: tex(utftgr8-v.vf) = %{tl_version} +Provides: tex(utftgr9-h.vf) = %{tl_version} +Provides: tex(utftgr9-v.vf) = %{tl_version} +Provides: tex(utftgra-h.vf) = %{tl_version} +Provides: tex(utftgra-v.vf) = %{tl_version} +Provides: tex(utftgrb-h.vf) = %{tl_version} +Provides: tex(utftgrb-v.vf) = %{tl_version} +Provides: tex(utftgrc-h.vf) = %{tl_version} +Provides: tex(utftgrc-v.vf) = %{tl_version} +Provides: tex(utftgrd-h.vf) = %{tl_version} +Provides: tex(utftgrd-v.vf) = %{tl_version} +Provides: tex(utftgre-h.vf) = %{tl_version} +Provides: tex(utftgre-v.vf) = %{tl_version} +Provides: tex(utftgrf-h.vf) = %{tl_version} +Provides: tex(utftgrf-v.vf) = %{tl_version} +Provides: tex(utftmr0-h.vf) = %{tl_version} +Provides: tex(utftmr0-v.vf) = %{tl_version} +Provides: tex(utftmr1-h.vf) = %{tl_version} +Provides: tex(utftmr1-v.vf) = %{tl_version} +Provides: tex(utftmr2-h.vf) = %{tl_version} +Provides: tex(utftmr2-v.vf) = %{tl_version} +Provides: tex(utftmr3-h.vf) = %{tl_version} +Provides: tex(utftmr3-v.vf) = %{tl_version} +Provides: tex(utftmr4-h.vf) = %{tl_version} +Provides: tex(utftmr4-v.vf) = %{tl_version} +Provides: tex(utftmr5-h.vf) = %{tl_version} +Provides: tex(utftmr5-v.vf) = %{tl_version} +Provides: tex(utftmr6-h.vf) = %{tl_version} +Provides: tex(utftmr6-v.vf) = %{tl_version} +Provides: tex(utftmr7-h.vf) = %{tl_version} +Provides: tex(utftmr7-v.vf) = %{tl_version} +Provides: tex(utftmr8-h.vf) = %{tl_version} +Provides: tex(utftmr8-v.vf) = %{tl_version} +Provides: tex(utftmr9-h.vf) = %{tl_version} +Provides: tex(utftmr9-v.vf) = %{tl_version} +Provides: tex(utftmra-h.vf) = %{tl_version} +Provides: tex(utftmra-v.vf) = %{tl_version} +Provides: tex(utftmrb-h.vf) = %{tl_version} +Provides: tex(utftmrb-v.vf) = %{tl_version} +Provides: tex(utftmrc-h.vf) = %{tl_version} +Provides: tex(utftmrc-v.vf) = %{tl_version} +Provides: tex(utftmrd-h.vf) = %{tl_version} +Provides: tex(utftmrd-v.vf) = %{tl_version} +Provides: tex(utftmre-h.vf) = %{tl_version} +Provides: tex(utftmre-v.vf) = %{tl_version} +Provides: tex(utftmrf-h.vf) = %{tl_version} +Provides: tex(utftmrf-v.vf) = %{tl_version} +Provides: tex(ajmacros.sty) = %{tl_version} +Provides: tex(mlcid.sty) = %{tl_version} +Provides: tex(redeffont.sty) = %{tl_version} + +%description 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: 2013-04-14 10:19:50 +0200 + +%post japanese-otf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^KanjiMap otf-cktx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap otf-cktx.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^KanjiMap otf-@kanjiEmbed@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap otf-@kanjiEmbed@.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun japanese-otf +if [ $1 == 0 ] ; then +sed -i '/^KanjiMap otf-cktx.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^KanjiMap otf-@kanjiEmbed@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans japanese-otf +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package japanese-otf-doc +Summary: Documentation for japanese-otf +Version: svn29929.v1.7b5.1 +Release: %{tl_noarch_release} +Provides: tex-japanese-otf-doc +BuildArch: noarch +AutoReqProv: No + +%description japanese-otf-doc +Documentation for japanese-otf + +%package japanese-otf-uptex +Provides: tex-japanese-otf-uptex = %{tl_version} +License: Freely redistributable without restriction +Summary: Support for Japanese OTF files in upLaTeX +Version: svn29931.0.11.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-japanese-otf +Requires: tex(mlcid.sty) +Requires: tex(ajmacros.sty) +Provides: tex(upbrsgexpgothb-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpgothb-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpgotheb-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpgotheb-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpgothr-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpgothr-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpmgothr-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpmgothr-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpminb-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpminb-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpminl-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpminl-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpminr-h.tfm) = %{tl_version} +Provides: tex(upbrsgexpminr-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgothb-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgothb-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgotheb-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgotheb-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgothr-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlgothr-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlmgothr-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlmgothr-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminb-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminb-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminl-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminl-v.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminr-h.tfm) = %{tl_version} +Provides: tex(upbrsgnmlminr-v.tfm) = %{tl_version} +Provides: tex(upexpgothb-h.tfm) = %{tl_version} +Provides: tex(upexpgothb-v.tfm) = %{tl_version} +Provides: tex(upexpgotheb-h.tfm) = %{tl_version} +Provides: tex(upexpgotheb-v.tfm) = %{tl_version} +Provides: tex(upexpgothr-h.tfm) = %{tl_version} +Provides: tex(upexpgothr-v.tfm) = %{tl_version} +Provides: tex(upexpmgothr-h.tfm) = %{tl_version} +Provides: tex(upexpmgothr-v.tfm) = %{tl_version} +Provides: tex(upexpminb-h.tfm) = %{tl_version} +Provides: tex(upexpminb-v.tfm) = %{tl_version} +Provides: tex(upexpminl-h.tfm) = %{tl_version} +Provides: tex(upexpminl-v.tfm) = %{tl_version} +Provides: tex(upexpminr-h.tfm) = %{tl_version} +Provides: tex(upexpminr-v.tfm) = %{tl_version} +Provides: tex(uphgothb-h.tfm) = %{tl_version} +Provides: tex(uphgothb-v.tfm) = %{tl_version} +Provides: tex(uphgotheb-h.tfm) = %{tl_version} +Provides: tex(uphgotheb-v.tfm) = %{tl_version} +Provides: tex(uphgothr-h.tfm) = %{tl_version} +Provides: tex(uphgothr-v.tfm) = %{tl_version} +Provides: tex(uphmgothr-h.tfm) = %{tl_version} +Provides: tex(uphmgothr-v.tfm) = %{tl_version} +Provides: tex(uphminb-h.tfm) = %{tl_version} +Provides: tex(uphminb-v.tfm) = %{tl_version} +Provides: tex(uphminl-h.tfm) = %{tl_version} +Provides: tex(uphminl-v.tfm) = %{tl_version} +Provides: tex(uphminr-h.tfm) = %{tl_version} +Provides: tex(uphminr-v.tfm) = %{tl_version} +Provides: tex(upnmlgothb-h.tfm) = %{tl_version} +Provides: tex(upnmlgothb-v.tfm) = %{tl_version} +Provides: tex(upnmlgotheb-h.tfm) = %{tl_version} +Provides: tex(upnmlgotheb-v.tfm) = %{tl_version} +Provides: tex(upnmlgothr-h.tfm) = %{tl_version} +Provides: tex(upnmlgothr-v.tfm) = %{tl_version} +Provides: tex(upnmlmgothr-h.tfm) = %{tl_version} +Provides: tex(upnmlmgothr-v.tfm) = %{tl_version} +Provides: tex(upnmlminb-h.tfm) = %{tl_version} +Provides: tex(upnmlminb-v.tfm) = %{tl_version} +Provides: tex(upnmlminl-h.tfm) = %{tl_version} +Provides: tex(upnmlminl-v.tfm) = %{tl_version} +Provides: tex(upnmlminr-h.tfm) = %{tl_version} +Provides: tex(upnmlminr-v.tfm) = %{tl_version} +Provides: tex(uprubygothb-h.tfm) = %{tl_version} +Provides: tex(uprubygothb-v.tfm) = %{tl_version} +Provides: tex(uprubygotheb-h.tfm) = %{tl_version} +Provides: tex(uprubygotheb-v.tfm) = %{tl_version} +Provides: tex(uprubygothr-h.tfm) = %{tl_version} +Provides: tex(uprubygothr-v.tfm) = %{tl_version} +Provides: tex(uprubymgothr-h.tfm) = %{tl_version} +Provides: tex(uprubymgothr-v.tfm) = %{tl_version} +Provides: tex(uprubyminb-h.tfm) = %{tl_version} +Provides: tex(uprubyminb-v.tfm) = %{tl_version} +Provides: tex(uprubyminl-h.tfm) = %{tl_version} +Provides: tex(uprubyminl-v.tfm) = %{tl_version} +Provides: tex(uprubyminr-h.tfm) = %{tl_version} +Provides: tex(uprubyminr-v.tfm) = %{tl_version} +Provides: tex(utfcgrk-h.tfm) = %{tl_version} +Provides: tex(utfcgrk-v.tfm) = %{tl_version} +Provides: tex(utfcgrl-h.tfm) = %{tl_version} +Provides: tex(utfcgrl-v.tfm) = %{tl_version} +Provides: tex(utfcgrm-h.tfm) = %{tl_version} +Provides: tex(utfcgrm-v.tfm) = %{tl_version} +Provides: tex(utfcgro-h.tfm) = %{tl_version} +Provides: tex(utfcgro-v.tfm) = %{tl_version} +Provides: tex(utfcmrk-h.tfm) = %{tl_version} +Provides: tex(utfcmrk-v.tfm) = %{tl_version} +Provides: tex(utfcmrl-h.tfm) = %{tl_version} +Provides: tex(utfcmrl-v.tfm) = %{tl_version} +Provides: tex(utfcmrm-h.tfm) = %{tl_version} +Provides: tex(utfcmrm-v.tfm) = %{tl_version} +Provides: tex(utfcmro-h.tfm) = %{tl_version} +Provides: tex(utfcmro-v.tfm) = %{tl_version} +Provides: tex(utfgrj-h.tfm) = %{tl_version} +Provides: tex(utfgrj-v.tfm) = %{tl_version} +Provides: tex(utfgrk-h.tfm) = %{tl_version} +Provides: tex(utfgrk-v.tfm) = %{tl_version} +Provides: tex(utfgrl-h.tfm) = %{tl_version} +Provides: tex(utfgrl-v.tfm) = %{tl_version} +Provides: tex(utfgrm-h.tfm) = %{tl_version} +Provides: tex(utfgrm-v.tfm) = %{tl_version} +Provides: tex(utfgrn-h.tfm) = %{tl_version} +Provides: tex(utfgrn-v.tfm) = %{tl_version} +Provides: tex(utfgro-h.tfm) = %{tl_version} +Provides: tex(utfgro-v.tfm) = %{tl_version} +Provides: tex(utfgrp-h.tfm) = %{tl_version} +Provides: tex(utfgrp-v.tfm) = %{tl_version} +Provides: tex(utfgrq-h.tfm) = %{tl_version} +Provides: tex(utfgrq-v.tfm) = %{tl_version} +Provides: tex(utfgrr-h.tfm) = %{tl_version} +Provides: tex(utfgrr-v.tfm) = %{tl_version} +Provides: tex(utfgrs-h.tfm) = %{tl_version} +Provides: tex(utfgrs-v.tfm) = %{tl_version} +Provides: tex(utfgrt-h.tfm) = %{tl_version} +Provides: tex(utfgrt-v.tfm) = %{tl_version} +Provides: tex(utfgru-h.tfm) = %{tl_version} +Provides: tex(utfgru-v.tfm) = %{tl_version} +Provides: tex(utfgrv-h.tfm) = %{tl_version} +Provides: tex(utfgrv-v.tfm) = %{tl_version} +Provides: tex(utfgrz-h.tfm) = %{tl_version} +Provides: tex(utfgrz-v.tfm) = %{tl_version} +Provides: tex(utfjgbj-h.tfm) = %{tl_version} +Provides: tex(utfjgbj-v.tfm) = %{tl_version} +Provides: tex(utfjgbk-h.tfm) = %{tl_version} +Provides: tex(utfjgbk-v.tfm) = %{tl_version} +Provides: tex(utfjgbl-h.tfm) = %{tl_version} +Provides: tex(utfjgbl-v.tfm) = %{tl_version} +Provides: tex(utfjgbm-h.tfm) = %{tl_version} +Provides: tex(utfjgbm-v.tfm) = %{tl_version} +Provides: tex(utfjgbn-h.tfm) = %{tl_version} +Provides: tex(utfjgbn-v.tfm) = %{tl_version} +Provides: tex(utfjgbo-h.tfm) = %{tl_version} +Provides: tex(utfjgbo-v.tfm) = %{tl_version} +Provides: tex(utfjgbp-h.tfm) = %{tl_version} +Provides: tex(utfjgbp-v.tfm) = %{tl_version} +Provides: tex(utfjgbq-h.tfm) = %{tl_version} +Provides: tex(utfjgbq-v.tfm) = %{tl_version} +Provides: tex(utfjgbr-h.tfm) = %{tl_version} +Provides: tex(utfjgbr-v.tfm) = %{tl_version} +Provides: tex(utfjgbs-h.tfm) = %{tl_version} +Provides: tex(utfjgbs-v.tfm) = %{tl_version} +Provides: tex(utfjgbt-h.tfm) = %{tl_version} +Provides: tex(utfjgbt-v.tfm) = %{tl_version} +Provides: tex(utfjgbu-h.tfm) = %{tl_version} +Provides: tex(utfjgbu-v.tfm) = %{tl_version} +Provides: tex(utfjgbv-h.tfm) = %{tl_version} +Provides: tex(utfjgbv-v.tfm) = %{tl_version} +Provides: tex(utfjgbz-h.tfm) = %{tl_version} +Provides: tex(utfjgbz-v.tfm) = %{tl_version} +Provides: tex(utfjgej-h.tfm) = %{tl_version} +Provides: tex(utfjgej-v.tfm) = %{tl_version} +Provides: tex(utfjgek-h.tfm) = %{tl_version} +Provides: tex(utfjgek-v.tfm) = %{tl_version} +Provides: tex(utfjgel-h.tfm) = %{tl_version} +Provides: tex(utfjgel-v.tfm) = %{tl_version} +Provides: tex(utfjgem-h.tfm) = %{tl_version} +Provides: tex(utfjgem-v.tfm) = %{tl_version} +Provides: tex(utfjgen-h.tfm) = %{tl_version} +Provides: tex(utfjgen-v.tfm) = %{tl_version} +Provides: tex(utfjgeo-h.tfm) = %{tl_version} +Provides: tex(utfjgeo-v.tfm) = %{tl_version} +Provides: tex(utfjgep-h.tfm) = %{tl_version} +Provides: tex(utfjgep-v.tfm) = %{tl_version} +Provides: tex(utfjgeq-h.tfm) = %{tl_version} +Provides: tex(utfjgeq-v.tfm) = %{tl_version} +Provides: tex(utfjger-h.tfm) = %{tl_version} +Provides: tex(utfjger-v.tfm) = %{tl_version} +Provides: tex(utfjges-h.tfm) = %{tl_version} +Provides: tex(utfjges-v.tfm) = %{tl_version} +Provides: tex(utfjget-h.tfm) = %{tl_version} +Provides: tex(utfjget-v.tfm) = %{tl_version} +Provides: tex(utfjgeu-h.tfm) = %{tl_version} +Provides: tex(utfjgeu-v.tfm) = %{tl_version} +Provides: tex(utfjgev-h.tfm) = %{tl_version} +Provides: tex(utfjgev-v.tfm) = %{tl_version} +Provides: tex(utfjgez-h.tfm) = %{tl_version} +Provides: tex(utfjgez-v.tfm) = %{tl_version} +Provides: tex(utfjgrj-h.tfm) = %{tl_version} +Provides: tex(utfjgrj-v.tfm) = %{tl_version} +Provides: tex(utfjgrk-h.tfm) = %{tl_version} +Provides: tex(utfjgrk-v.tfm) = %{tl_version} +Provides: tex(utfjgrl-h.tfm) = %{tl_version} +Provides: tex(utfjgrl-v.tfm) = %{tl_version} +Provides: tex(utfjgrm-h.tfm) = %{tl_version} +Provides: tex(utfjgrm-v.tfm) = %{tl_version} +Provides: tex(utfjgrn-h.tfm) = %{tl_version} +Provides: tex(utfjgrn-v.tfm) = %{tl_version} +Provides: tex(utfjgro-h.tfm) = %{tl_version} +Provides: tex(utfjgro-v.tfm) = %{tl_version} +Provides: tex(utfjgrp-h.tfm) = %{tl_version} +Provides: tex(utfjgrp-v.tfm) = %{tl_version} +Provides: tex(utfjgrq-h.tfm) = %{tl_version} +Provides: tex(utfjgrq-v.tfm) = %{tl_version} +Provides: tex(utfjgrr-h.tfm) = %{tl_version} +Provides: tex(utfjgrr-v.tfm) = %{tl_version} +Provides: tex(utfjgrs-h.tfm) = %{tl_version} +Provides: tex(utfjgrs-v.tfm) = %{tl_version} +Provides: tex(utfjgrt-h.tfm) = %{tl_version} +Provides: tex(utfjgrt-v.tfm) = %{tl_version} +Provides: tex(utfjgru-h.tfm) = %{tl_version} +Provides: tex(utfjgru-v.tfm) = %{tl_version} +Provides: tex(utfjgrv-h.tfm) = %{tl_version} +Provides: tex(utfjgrv-v.tfm) = %{tl_version} +Provides: tex(utfjgrz-h.tfm) = %{tl_version} +Provides: tex(utfjgrz-v.tfm) = %{tl_version} +Provides: tex(utfjmbj-h.tfm) = %{tl_version} +Provides: tex(utfjmbj-v.tfm) = %{tl_version} +Provides: tex(utfjmbk-h.tfm) = %{tl_version} +Provides: tex(utfjmbk-v.tfm) = %{tl_version} +Provides: tex(utfjmbl-h.tfm) = %{tl_version} +Provides: tex(utfjmbl-v.tfm) = %{tl_version} +Provides: tex(utfjmbm-h.tfm) = %{tl_version} +Provides: tex(utfjmbm-v.tfm) = %{tl_version} +Provides: tex(utfjmbn-h.tfm) = %{tl_version} +Provides: tex(utfjmbn-v.tfm) = %{tl_version} +Provides: tex(utfjmbo-h.tfm) = %{tl_version} +Provides: tex(utfjmbo-v.tfm) = %{tl_version} +Provides: tex(utfjmbp-h.tfm) = %{tl_version} +Provides: tex(utfjmbp-v.tfm) = %{tl_version} +Provides: tex(utfjmbq-h.tfm) = %{tl_version} +Provides: tex(utfjmbq-v.tfm) = %{tl_version} +Provides: tex(utfjmbr-h.tfm) = %{tl_version} +Provides: tex(utfjmbr-v.tfm) = %{tl_version} +Provides: tex(utfjmbs-h.tfm) = %{tl_version} +Provides: tex(utfjmbs-v.tfm) = %{tl_version} +Provides: tex(utfjmbt-h.tfm) = %{tl_version} +Provides: tex(utfjmbt-v.tfm) = %{tl_version} +Provides: tex(utfjmbu-h.tfm) = %{tl_version} +Provides: tex(utfjmbu-v.tfm) = %{tl_version} +Provides: tex(utfjmbv-h.tfm) = %{tl_version} +Provides: tex(utfjmbv-v.tfm) = %{tl_version} +Provides: tex(utfjmbz-h.tfm) = %{tl_version} +Provides: tex(utfjmbz-v.tfm) = %{tl_version} +Provides: tex(utfjmgrj-h.tfm) = %{tl_version} +Provides: tex(utfjmgrj-v.tfm) = %{tl_version} +Provides: tex(utfjmgrk-h.tfm) = %{tl_version} +Provides: tex(utfjmgrk-v.tfm) = %{tl_version} +Provides: tex(utfjmgrl-h.tfm) = %{tl_version} +Provides: tex(utfjmgrl-v.tfm) = %{tl_version} +Provides: tex(utfjmgrm-h.tfm) = %{tl_version} +Provides: tex(utfjmgrm-v.tfm) = %{tl_version} +Provides: tex(utfjmgrn-h.tfm) = %{tl_version} +Provides: tex(utfjmgrn-v.tfm) = %{tl_version} +Provides: tex(utfjmgro-h.tfm) = %{tl_version} +Provides: tex(utfjmgro-v.tfm) = %{tl_version} +Provides: tex(utfjmgrp-h.tfm) = %{tl_version} +Provides: tex(utfjmgrp-v.tfm) = %{tl_version} +Provides: tex(utfjmgrq-h.tfm) = %{tl_version} +Provides: tex(utfjmgrq-v.tfm) = %{tl_version} +Provides: tex(utfjmgrr-h.tfm) = %{tl_version} +Provides: tex(utfjmgrr-v.tfm) = %{tl_version} +Provides: tex(utfjmgrs-h.tfm) = %{tl_version} +Provides: tex(utfjmgrs-v.tfm) = %{tl_version} +Provides: tex(utfjmgrt-h.tfm) = %{tl_version} +Provides: tex(utfjmgrt-v.tfm) = %{tl_version} +Provides: tex(utfjmgru-h.tfm) = %{tl_version} +Provides: tex(utfjmgru-v.tfm) = %{tl_version} +Provides: tex(utfjmgrv-h.tfm) = %{tl_version} +Provides: tex(utfjmgrv-v.tfm) = %{tl_version} +Provides: tex(utfjmgrz-h.tfm) = %{tl_version} +Provides: tex(utfjmgrz-v.tfm) = %{tl_version} +Provides: tex(utfjmlj-h.tfm) = %{tl_version} +Provides: tex(utfjmlj-v.tfm) = %{tl_version} +Provides: tex(utfjmlk-h.tfm) = %{tl_version} +Provides: tex(utfjmlk-v.tfm) = %{tl_version} +Provides: tex(utfjmll-h.tfm) = %{tl_version} +Provides: tex(utfjmll-v.tfm) = %{tl_version} +Provides: tex(utfjmlm-h.tfm) = %{tl_version} +Provides: tex(utfjmlm-v.tfm) = %{tl_version} +Provides: tex(utfjmln-h.tfm) = %{tl_version} +Provides: tex(utfjmln-v.tfm) = %{tl_version} +Provides: tex(utfjmlo-h.tfm) = %{tl_version} +Provides: tex(utfjmlo-v.tfm) = %{tl_version} +Provides: tex(utfjmlp-h.tfm) = %{tl_version} +Provides: tex(utfjmlp-v.tfm) = %{tl_version} +Provides: tex(utfjmlq-h.tfm) = %{tl_version} +Provides: tex(utfjmlq-v.tfm) = %{tl_version} +Provides: tex(utfjmlr-h.tfm) = %{tl_version} +Provides: tex(utfjmlr-v.tfm) = %{tl_version} +Provides: tex(utfjmls-h.tfm) = %{tl_version} +Provides: tex(utfjmls-v.tfm) = %{tl_version} +Provides: tex(utfjmlt-h.tfm) = %{tl_version} +Provides: tex(utfjmlt-v.tfm) = %{tl_version} +Provides: tex(utfjmlu-h.tfm) = %{tl_version} +Provides: tex(utfjmlu-v.tfm) = %{tl_version} +Provides: tex(utfjmlv-h.tfm) = %{tl_version} +Provides: tex(utfjmlv-v.tfm) = %{tl_version} +Provides: tex(utfjmlz-h.tfm) = %{tl_version} +Provides: tex(utfjmlz-v.tfm) = %{tl_version} +Provides: tex(utfjmrj-h.tfm) = %{tl_version} +Provides: tex(utfjmrj-v.tfm) = %{tl_version} +Provides: tex(utfjmrk-h.tfm) = %{tl_version} +Provides: tex(utfjmrk-v.tfm) = %{tl_version} +Provides: tex(utfjmrl-h.tfm) = %{tl_version} +Provides: tex(utfjmrl-v.tfm) = %{tl_version} +Provides: tex(utfjmrm-h.tfm) = %{tl_version} +Provides: tex(utfjmrm-v.tfm) = %{tl_version} +Provides: tex(utfjmrn-h.tfm) = %{tl_version} +Provides: tex(utfjmrn-v.tfm) = %{tl_version} +Provides: tex(utfjmro-h.tfm) = %{tl_version} +Provides: tex(utfjmro-v.tfm) = %{tl_version} +Provides: tex(utfjmrp-h.tfm) = %{tl_version} +Provides: tex(utfjmrp-v.tfm) = %{tl_version} +Provides: tex(utfjmrq-h.tfm) = %{tl_version} +Provides: tex(utfjmrq-v.tfm) = %{tl_version} +Provides: tex(utfjmrr-h.tfm) = %{tl_version} +Provides: tex(utfjmrr-v.tfm) = %{tl_version} +Provides: tex(utfjmrs-h.tfm) = %{tl_version} +Provides: tex(utfjmrs-v.tfm) = %{tl_version} +Provides: tex(utfjmrt-h.tfm) = %{tl_version} +Provides: tex(utfjmrt-v.tfm) = %{tl_version} +Provides: tex(utfjmru-h.tfm) = %{tl_version} +Provides: tex(utfjmru-v.tfm) = %{tl_version} +Provides: tex(utfjmrv-h.tfm) = %{tl_version} +Provides: tex(utfjmrv-v.tfm) = %{tl_version} +Provides: tex(utfjmrz-h.tfm) = %{tl_version} +Provides: tex(utfjmrz-v.tfm) = %{tl_version} +Provides: tex(utfmrj-h.tfm) = %{tl_version} +Provides: tex(utfmrj-v.tfm) = %{tl_version} +Provides: tex(utfmrk-h.tfm) = %{tl_version} +Provides: tex(utfmrk-v.tfm) = %{tl_version} +Provides: tex(utfmrl-h.tfm) = %{tl_version} +Provides: tex(utfmrl-v.tfm) = %{tl_version} +Provides: tex(utfmrm-h.tfm) = %{tl_version} +Provides: tex(utfmrm-v.tfm) = %{tl_version} +Provides: tex(utfmrn-h.tfm) = %{tl_version} +Provides: tex(utfmrn-v.tfm) = %{tl_version} +Provides: tex(utfmro-h.tfm) = %{tl_version} +Provides: tex(utfmro-v.tfm) = %{tl_version} +Provides: tex(utfmrp-h.tfm) = %{tl_version} +Provides: tex(utfmrp-v.tfm) = %{tl_version} +Provides: tex(utfmrq-h.tfm) = %{tl_version} +Provides: tex(utfmrq-v.tfm) = %{tl_version} +Provides: tex(utfmrr-h.tfm) = %{tl_version} +Provides: tex(utfmrr-v.tfm) = %{tl_version} +Provides: tex(utfmrs-h.tfm) = %{tl_version} +Provides: tex(utfmrs-v.tfm) = %{tl_version} +Provides: tex(utfmrt-h.tfm) = %{tl_version} +Provides: tex(utfmrt-v.tfm) = %{tl_version} +Provides: tex(utfmru-h.tfm) = %{tl_version} +Provides: tex(utfmru-v.tfm) = %{tl_version} +Provides: tex(utfmrv-h.tfm) = %{tl_version} +Provides: tex(utfmrv-v.tfm) = %{tl_version} +Provides: tex(utfmrz-h.tfm) = %{tl_version} +Provides: tex(utfmrz-v.tfm) = %{tl_version} +Provides: tex(utftgrk-h.tfm) = %{tl_version} +Provides: tex(utftgrk-v.tfm) = %{tl_version} +Provides: tex(utftgrl-h.tfm) = %{tl_version} +Provides: tex(utftgrl-v.tfm) = %{tl_version} +Provides: tex(utftgrm-h.tfm) = %{tl_version} +Provides: tex(utftgrm-v.tfm) = %{tl_version} +Provides: tex(utftgrn-h.tfm) = %{tl_version} +Provides: tex(utftgrn-v.tfm) = %{tl_version} +Provides: tex(utftgro-h.tfm) = %{tl_version} +Provides: tex(utftgro-v.tfm) = %{tl_version} +Provides: tex(utftgrp-h.tfm) = %{tl_version} +Provides: tex(utftgrp-v.tfm) = %{tl_version} +Provides: tex(utftgrq-h.tfm) = %{tl_version} +Provides: tex(utftgrq-v.tfm) = %{tl_version} +Provides: tex(utftgrr-h.tfm) = %{tl_version} +Provides: tex(utftgrr-v.tfm) = %{tl_version} +Provides: tex(utftgrs-h.tfm) = %{tl_version} +Provides: tex(utftgrs-v.tfm) = %{tl_version} +Provides: tex(utftgrt-h.tfm) = %{tl_version} +Provides: tex(utftgrt-v.tfm) = %{tl_version} +Provides: tex(utftgru-h.tfm) = %{tl_version} +Provides: tex(utftgru-v.tfm) = %{tl_version} +Provides: tex(utftgrz-h.tfm) = %{tl_version} +Provides: tex(utftgrz-v.tfm) = %{tl_version} +Provides: tex(utftmrk-h.tfm) = %{tl_version} +Provides: tex(utftmrk-v.tfm) = %{tl_version} +Provides: tex(utftmrl-h.tfm) = %{tl_version} +Provides: tex(utftmrl-v.tfm) = %{tl_version} +Provides: tex(utftmrm-h.tfm) = %{tl_version} +Provides: tex(utftmrm-v.tfm) = %{tl_version} +Provides: tex(utftmrn-h.tfm) = %{tl_version} +Provides: tex(utftmrn-v.tfm) = %{tl_version} +Provides: tex(utftmro-h.tfm) = %{tl_version} +Provides: tex(utftmro-v.tfm) = %{tl_version} +Provides: tex(utftmrp-h.tfm) = %{tl_version} +Provides: tex(utftmrp-v.tfm) = %{tl_version} +Provides: tex(utftmrq-h.tfm) = %{tl_version} +Provides: tex(utftmrq-v.tfm) = %{tl_version} +Provides: tex(utftmrr-h.tfm) = %{tl_version} +Provides: tex(utftmrr-v.tfm) = %{tl_version} +Provides: tex(utftmrs-h.tfm) = %{tl_version} +Provides: tex(utftmrs-v.tfm) = %{tl_version} +Provides: tex(utftmrt-h.tfm) = %{tl_version} +Provides: tex(utftmrt-v.tfm) = %{tl_version} +Provides: tex(utftmru-h.tfm) = %{tl_version} +Provides: tex(utftmru-v.tfm) = %{tl_version} +Provides: tex(utftmrz-h.tfm) = %{tl_version} +Provides: tex(utftmrz-v.tfm) = %{tl_version} +Provides: tex(upbrsgexpgothb-h.vf) = %{tl_version} +Provides: tex(upbrsgexpgothb-v.vf) = %{tl_version} +Provides: tex(upbrsgexpgotheb-h.vf) = %{tl_version} +Provides: tex(upbrsgexpgotheb-v.vf) = %{tl_version} +Provides: tex(upbrsgexpgothr-h.vf) = %{tl_version} +Provides: tex(upbrsgexpgothr-v.vf) = %{tl_version} +Provides: tex(upbrsgexpmgothr-h.vf) = %{tl_version} +Provides: tex(upbrsgexpmgothr-v.vf) = %{tl_version} +Provides: tex(upbrsgexpminb-h.vf) = %{tl_version} +Provides: tex(upbrsgexpminb-v.vf) = %{tl_version} +Provides: tex(upbrsgexpminl-h.vf) = %{tl_version} +Provides: tex(upbrsgexpminl-v.vf) = %{tl_version} +Provides: tex(upbrsgexpminr-h.vf) = %{tl_version} +Provides: tex(upbrsgexpminr-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlgothb-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlgothb-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlgotheb-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlgotheb-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlgothr-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlgothr-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlmgothr-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlmgothr-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlminb-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlminb-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlminl-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlminl-v.vf) = %{tl_version} +Provides: tex(upbrsgnmlminr-h.vf) = %{tl_version} +Provides: tex(upbrsgnmlminr-v.vf) = %{tl_version} +Provides: tex(upexpgothb-h.vf) = %{tl_version} +Provides: tex(upexpgothb-v.vf) = %{tl_version} +Provides: tex(upexpgotheb-h.vf) = %{tl_version} +Provides: tex(upexpgotheb-v.vf) = %{tl_version} +Provides: tex(upexpgothr-h.vf) = %{tl_version} +Provides: tex(upexpgothr-v.vf) = %{tl_version} +Provides: tex(upexpmgothr-h.vf) = %{tl_version} +Provides: tex(upexpmgothr-v.vf) = %{tl_version} +Provides: tex(upexpminb-h.vf) = %{tl_version} +Provides: tex(upexpminb-v.vf) = %{tl_version} +Provides: tex(upexpminl-h.vf) = %{tl_version} +Provides: tex(upexpminl-v.vf) = %{tl_version} +Provides: tex(upexpminr-h.vf) = %{tl_version} +Provides: tex(upexpminr-v.vf) = %{tl_version} +Provides: tex(upnmlgothb-h.vf) = %{tl_version} +Provides: tex(upnmlgothb-v.vf) = %{tl_version} +Provides: tex(upnmlgotheb-h.vf) = %{tl_version} +Provides: tex(upnmlgotheb-v.vf) = %{tl_version} +Provides: tex(upnmlgothr-h.vf) = %{tl_version} +Provides: tex(upnmlgothr-v.vf) = %{tl_version} +Provides: tex(upnmlmgothr-h.vf) = %{tl_version} +Provides: tex(upnmlmgothr-v.vf) = %{tl_version} +Provides: tex(upnmlminb-h.vf) = %{tl_version} +Provides: tex(upnmlminb-v.vf) = %{tl_version} +Provides: tex(upnmlminl-h.vf) = %{tl_version} +Provides: tex(upnmlminl-v.vf) = %{tl_version} +Provides: tex(upnmlminr-h.vf) = %{tl_version} +Provides: tex(upnmlminr-v.vf) = %{tl_version} +Provides: tex(uprubygothb-h.vf) = %{tl_version} +Provides: tex(uprubygothb-v.vf) = %{tl_version} +Provides: tex(uprubygotheb-h.vf) = %{tl_version} +Provides: tex(uprubygotheb-v.vf) = %{tl_version} +Provides: tex(uprubygothr-h.vf) = %{tl_version} +Provides: tex(uprubygothr-v.vf) = %{tl_version} +Provides: tex(uprubymgothr-h.vf) = %{tl_version} +Provides: tex(uprubymgothr-v.vf) = %{tl_version} +Provides: tex(uprubyminb-h.vf) = %{tl_version} +Provides: tex(uprubyminb-v.vf) = %{tl_version} +Provides: tex(uprubyminl-h.vf) = %{tl_version} +Provides: tex(uprubyminl-v.vf) = %{tl_version} +Provides: tex(uprubyminr-h.vf) = %{tl_version} +Provides: tex(uprubyminr-v.vf) = %{tl_version} +Provides: tex(utfcgrk-h.vf) = %{tl_version} +Provides: tex(utfcgrk-v.vf) = %{tl_version} +Provides: tex(utfcgrl-h.vf) = %{tl_version} +Provides: tex(utfcgrl-v.vf) = %{tl_version} +Provides: tex(utfcgrm-h.vf) = %{tl_version} +Provides: tex(utfcgrm-v.vf) = %{tl_version} +Provides: tex(utfcgro-h.vf) = %{tl_version} +Provides: tex(utfcgro-v.vf) = %{tl_version} +Provides: tex(utfcmrk-h.vf) = %{tl_version} +Provides: tex(utfcmrk-v.vf) = %{tl_version} +Provides: tex(utfcmrl-h.vf) = %{tl_version} +Provides: tex(utfcmrl-v.vf) = %{tl_version} +Provides: tex(utfcmrm-h.vf) = %{tl_version} +Provides: tex(utfcmrm-v.vf) = %{tl_version} +Provides: tex(utfcmro-h.vf) = %{tl_version} +Provides: tex(utfcmro-v.vf) = %{tl_version} +Provides: tex(utfgrj-h.vf) = %{tl_version} +Provides: tex(utfgrj-v.vf) = %{tl_version} +Provides: tex(utfgrk-h.vf) = %{tl_version} +Provides: tex(utfgrk-v.vf) = %{tl_version} +Provides: tex(utfgrl-h.vf) = %{tl_version} +Provides: tex(utfgrl-v.vf) = %{tl_version} +Provides: tex(utfgrm-h.vf) = %{tl_version} +Provides: tex(utfgrm-v.vf) = %{tl_version} +Provides: tex(utfgrn-h.vf) = %{tl_version} +Provides: tex(utfgrn-v.vf) = %{tl_version} +Provides: tex(utfgro-h.vf) = %{tl_version} +Provides: tex(utfgro-v.vf) = %{tl_version} +Provides: tex(utfgrp-h.vf) = %{tl_version} +Provides: tex(utfgrp-v.vf) = %{tl_version} +Provides: tex(utfgrq-h.vf) = %{tl_version} +Provides: tex(utfgrq-v.vf) = %{tl_version} +Provides: tex(utfgrr-h.vf) = %{tl_version} +Provides: tex(utfgrr-v.vf) = %{tl_version} +Provides: tex(utfgrs-h.vf) = %{tl_version} +Provides: tex(utfgrs-v.vf) = %{tl_version} +Provides: tex(utfgrt-h.vf) = %{tl_version} +Provides: tex(utfgrt-v.vf) = %{tl_version} +Provides: tex(utfgru-h.vf) = %{tl_version} +Provides: tex(utfgru-v.vf) = %{tl_version} +Provides: tex(utfgrv-h.vf) = %{tl_version} +Provides: tex(utfgrv-v.vf) = %{tl_version} +Provides: tex(utfgrz-h.vf) = %{tl_version} +Provides: tex(utfgrz-v.vf) = %{tl_version} +Provides: tex(utfjgbj-h.vf) = %{tl_version} +Provides: tex(utfjgbj-v.vf) = %{tl_version} +Provides: tex(utfjgbk-h.vf) = %{tl_version} +Provides: tex(utfjgbk-v.vf) = %{tl_version} +Provides: tex(utfjgbl-h.vf) = %{tl_version} +Provides: tex(utfjgbl-v.vf) = %{tl_version} +Provides: tex(utfjgbm-h.vf) = %{tl_version} +Provides: tex(utfjgbm-v.vf) = %{tl_version} +Provides: tex(utfjgbn-h.vf) = %{tl_version} +Provides: tex(utfjgbn-v.vf) = %{tl_version} +Provides: tex(utfjgbo-h.vf) = %{tl_version} +Provides: tex(utfjgbo-v.vf) = %{tl_version} +Provides: tex(utfjgbp-h.vf) = %{tl_version} +Provides: tex(utfjgbp-v.vf) = %{tl_version} +Provides: tex(utfjgbq-h.vf) = %{tl_version} +Provides: tex(utfjgbq-v.vf) = %{tl_version} +Provides: tex(utfjgbr-h.vf) = %{tl_version} +Provides: tex(utfjgbr-v.vf) = %{tl_version} +Provides: tex(utfjgbs-h.vf) = %{tl_version} +Provides: tex(utfjgbs-v.vf) = %{tl_version} +Provides: tex(utfjgbt-h.vf) = %{tl_version} +Provides: tex(utfjgbt-v.vf) = %{tl_version} +Provides: tex(utfjgbu-h.vf) = %{tl_version} +Provides: tex(utfjgbu-v.vf) = %{tl_version} +Provides: tex(utfjgbv-h.vf) = %{tl_version} +Provides: tex(utfjgbv-v.vf) = %{tl_version} +Provides: tex(utfjgbz-h.vf) = %{tl_version} +Provides: tex(utfjgbz-v.vf) = %{tl_version} +Provides: tex(utfjgej-h.vf) = %{tl_version} +Provides: tex(utfjgej-v.vf) = %{tl_version} +Provides: tex(utfjgek-h.vf) = %{tl_version} +Provides: tex(utfjgek-v.vf) = %{tl_version} +Provides: tex(utfjgel-h.vf) = %{tl_version} +Provides: tex(utfjgel-v.vf) = %{tl_version} +Provides: tex(utfjgem-h.vf) = %{tl_version} +Provides: tex(utfjgem-v.vf) = %{tl_version} +Provides: tex(utfjgen-h.vf) = %{tl_version} +Provides: tex(utfjgen-v.vf) = %{tl_version} +Provides: tex(utfjgeo-h.vf) = %{tl_version} +Provides: tex(utfjgeo-v.vf) = %{tl_version} +Provides: tex(utfjgep-h.vf) = %{tl_version} +Provides: tex(utfjgep-v.vf) = %{tl_version} +Provides: tex(utfjgeq-h.vf) = %{tl_version} +Provides: tex(utfjgeq-v.vf) = %{tl_version} +Provides: tex(utfjger-h.vf) = %{tl_version} +Provides: tex(utfjger-v.vf) = %{tl_version} +Provides: tex(utfjges-h.vf) = %{tl_version} +Provides: tex(utfjges-v.vf) = %{tl_version} +Provides: tex(utfjget-h.vf) = %{tl_version} +Provides: tex(utfjget-v.vf) = %{tl_version} +Provides: tex(utfjgeu-h.vf) = %{tl_version} +Provides: tex(utfjgeu-v.vf) = %{tl_version} +Provides: tex(utfjgev-h.vf) = %{tl_version} +Provides: tex(utfjgev-v.vf) = %{tl_version} +Provides: tex(utfjgez-h.vf) = %{tl_version} +Provides: tex(utfjgez-v.vf) = %{tl_version} +Provides: tex(utfjgrj-h.vf) = %{tl_version} +Provides: tex(utfjgrj-v.vf) = %{tl_version} +Provides: tex(utfjgrk-h.vf) = %{tl_version} +Provides: tex(utfjgrk-v.vf) = %{tl_version} +Provides: tex(utfjgrl-h.vf) = %{tl_version} +Provides: tex(utfjgrl-v.vf) = %{tl_version} +Provides: tex(utfjgrm-h.vf) = %{tl_version} +Provides: tex(utfjgrm-v.vf) = %{tl_version} +Provides: tex(utfjgrn-h.vf) = %{tl_version} +Provides: tex(utfjgrn-v.vf) = %{tl_version} +Provides: tex(utfjgro-h.vf) = %{tl_version} +Provides: tex(utfjgro-v.vf) = %{tl_version} +Provides: tex(utfjgrp-h.vf) = %{tl_version} +Provides: tex(utfjgrp-v.vf) = %{tl_version} +Provides: tex(utfjgrq-h.vf) = %{tl_version} +Provides: tex(utfjgrq-v.vf) = %{tl_version} +Provides: tex(utfjgrr-h.vf) = %{tl_version} +Provides: tex(utfjgrr-v.vf) = %{tl_version} +Provides: tex(utfjgrs-h.vf) = %{tl_version} +Provides: tex(utfjgrs-v.vf) = %{tl_version} +Provides: tex(utfjgrt-h.vf) = %{tl_version} +Provides: tex(utfjgrt-v.vf) = %{tl_version} +Provides: tex(utfjgru-h.vf) = %{tl_version} +Provides: tex(utfjgru-v.vf) = %{tl_version} +Provides: tex(utfjgrv-h.vf) = %{tl_version} +Provides: tex(utfjgrv-v.vf) = %{tl_version} +Provides: tex(utfjgrz-h.vf) = %{tl_version} +Provides: tex(utfjgrz-v.vf) = %{tl_version} +Provides: tex(utfjmbj-h.vf) = %{tl_version} +Provides: tex(utfjmbj-v.vf) = %{tl_version} +Provides: tex(utfjmbk-h.vf) = %{tl_version} +Provides: tex(utfjmbk-v.vf) = %{tl_version} +Provides: tex(utfjmbl-h.vf) = %{tl_version} +Provides: tex(utfjmbl-v.vf) = %{tl_version} +Provides: tex(utfjmbm-h.vf) = %{tl_version} +Provides: tex(utfjmbm-v.vf) = %{tl_version} +Provides: tex(utfjmbn-h.vf) = %{tl_version} +Provides: tex(utfjmbn-v.vf) = %{tl_version} +Provides: tex(utfjmbo-h.vf) = %{tl_version} +Provides: tex(utfjmbo-v.vf) = %{tl_version} +Provides: tex(utfjmbp-h.vf) = %{tl_version} +Provides: tex(utfjmbp-v.vf) = %{tl_version} +Provides: tex(utfjmbq-h.vf) = %{tl_version} +Provides: tex(utfjmbq-v.vf) = %{tl_version} +Provides: tex(utfjmbr-h.vf) = %{tl_version} +Provides: tex(utfjmbr-v.vf) = %{tl_version} +Provides: tex(utfjmbs-h.vf) = %{tl_version} +Provides: tex(utfjmbs-v.vf) = %{tl_version} +Provides: tex(utfjmbt-h.vf) = %{tl_version} +Provides: tex(utfjmbt-v.vf) = %{tl_version} +Provides: tex(utfjmbu-h.vf) = %{tl_version} +Provides: tex(utfjmbu-v.vf) = %{tl_version} +Provides: tex(utfjmbv-h.vf) = %{tl_version} +Provides: tex(utfjmbv-v.vf) = %{tl_version} +Provides: tex(utfjmbz-h.vf) = %{tl_version} +Provides: tex(utfjmbz-v.vf) = %{tl_version} +Provides: tex(utfjmgrj-h.vf) = %{tl_version} +Provides: tex(utfjmgrj-v.vf) = %{tl_version} +Provides: tex(utfjmgrk-h.vf) = %{tl_version} +Provides: tex(utfjmgrk-v.vf) = %{tl_version} +Provides: tex(utfjmgrl-h.vf) = %{tl_version} +Provides: tex(utfjmgrl-v.vf) = %{tl_version} +Provides: tex(utfjmgrm-h.vf) = %{tl_version} +Provides: tex(utfjmgrm-v.vf) = %{tl_version} +Provides: tex(utfjmgrn-h.vf) = %{tl_version} +Provides: tex(utfjmgrn-v.vf) = %{tl_version} +Provides: tex(utfjmgro-h.vf) = %{tl_version} +Provides: tex(utfjmgro-v.vf) = %{tl_version} +Provides: tex(utfjmgrp-h.vf) = %{tl_version} +Provides: tex(utfjmgrp-v.vf) = %{tl_version} +Provides: tex(utfjmgrq-h.vf) = %{tl_version} +Provides: tex(utfjmgrq-v.vf) = %{tl_version} +Provides: tex(utfjmgrr-h.vf) = %{tl_version} +Provides: tex(utfjmgrr-v.vf) = %{tl_version} +Provides: tex(utfjmgrs-h.vf) = %{tl_version} +Provides: tex(utfjmgrs-v.vf) = %{tl_version} +Provides: tex(utfjmgrt-h.vf) = %{tl_version} +Provides: tex(utfjmgrt-v.vf) = %{tl_version} +Provides: tex(utfjmgru-h.vf) = %{tl_version} +Provides: tex(utfjmgru-v.vf) = %{tl_version} +Provides: tex(utfjmgrv-h.vf) = %{tl_version} +Provides: tex(utfjmgrv-v.vf) = %{tl_version} +Provides: tex(utfjmgrz-h.vf) = %{tl_version} +Provides: tex(utfjmgrz-v.vf) = %{tl_version} +Provides: tex(utfjmlj-h.vf) = %{tl_version} +Provides: tex(utfjmlj-v.vf) = %{tl_version} +Provides: tex(utfjmlk-h.vf) = %{tl_version} +Provides: tex(utfjmlk-v.vf) = %{tl_version} +Provides: tex(utfjmll-h.vf) = %{tl_version} +Provides: tex(utfjmll-v.vf) = %{tl_version} +Provides: tex(utfjmlm-h.vf) = %{tl_version} +Provides: tex(utfjmlm-v.vf) = %{tl_version} +Provides: tex(utfjmln-h.vf) = %{tl_version} +Provides: tex(utfjmln-v.vf) = %{tl_version} +Provides: tex(utfjmlo-h.vf) = %{tl_version} +Provides: tex(utfjmlo-v.vf) = %{tl_version} +Provides: tex(utfjmlp-h.vf) = %{tl_version} +Provides: tex(utfjmlp-v.vf) = %{tl_version} +Provides: tex(utfjmlq-h.vf) = %{tl_version} +Provides: tex(utfjmlq-v.vf) = %{tl_version} +Provides: tex(utfjmlr-h.vf) = %{tl_version} +Provides: tex(utfjmlr-v.vf) = %{tl_version} +Provides: tex(utfjmls-h.vf) = %{tl_version} +Provides: tex(utfjmls-v.vf) = %{tl_version} +Provides: tex(utfjmlt-h.vf) = %{tl_version} +Provides: tex(utfjmlt-v.vf) = %{tl_version} +Provides: tex(utfjmlu-h.vf) = %{tl_version} +Provides: tex(utfjmlu-v.vf) = %{tl_version} +Provides: tex(utfjmlv-h.vf) = %{tl_version} +Provides: tex(utfjmlv-v.vf) = %{tl_version} +Provides: tex(utfjmlz-h.vf) = %{tl_version} +Provides: tex(utfjmlz-v.vf) = %{tl_version} +Provides: tex(utfjmrj-h.vf) = %{tl_version} +Provides: tex(utfjmrj-v.vf) = %{tl_version} +Provides: tex(utfjmrk-h.vf) = %{tl_version} +Provides: tex(utfjmrk-v.vf) = %{tl_version} +Provides: tex(utfjmrl-h.vf) = %{tl_version} +Provides: tex(utfjmrl-v.vf) = %{tl_version} +Provides: tex(utfjmrm-h.vf) = %{tl_version} +Provides: tex(utfjmrm-v.vf) = %{tl_version} +Provides: tex(utfjmrn-h.vf) = %{tl_version} +Provides: tex(utfjmrn-v.vf) = %{tl_version} +Provides: tex(utfjmro-h.vf) = %{tl_version} +Provides: tex(utfjmro-v.vf) = %{tl_version} +Provides: tex(utfjmrp-h.vf) = %{tl_version} +Provides: tex(utfjmrp-v.vf) = %{tl_version} +Provides: tex(utfjmrq-h.vf) = %{tl_version} +Provides: tex(utfjmrq-v.vf) = %{tl_version} +Provides: tex(utfjmrr-h.vf) = %{tl_version} +Provides: tex(utfjmrr-v.vf) = %{tl_version} +Provides: tex(utfjmrs-h.vf) = %{tl_version} +Provides: tex(utfjmrs-v.vf) = %{tl_version} +Provides: tex(utfjmrt-h.vf) = %{tl_version} +Provides: tex(utfjmrt-v.vf) = %{tl_version} +Provides: tex(utfjmru-h.vf) = %{tl_version} +Provides: tex(utfjmru-v.vf) = %{tl_version} +Provides: tex(utfjmrv-h.vf) = %{tl_version} +Provides: tex(utfjmrv-v.vf) = %{tl_version} +Provides: tex(utfjmrz-h.vf) = %{tl_version} +Provides: tex(utfjmrz-v.vf) = %{tl_version} +Provides: tex(utfmrj-h.vf) = %{tl_version} +Provides: tex(utfmrj-v.vf) = %{tl_version} +Provides: tex(utfmrk-h.vf) = %{tl_version} +Provides: tex(utfmrk-v.vf) = %{tl_version} +Provides: tex(utfmrl-h.vf) = %{tl_version} +Provides: tex(utfmrl-v.vf) = %{tl_version} +Provides: tex(utfmrm-h.vf) = %{tl_version} +Provides: tex(utfmrm-v.vf) = %{tl_version} +Provides: tex(utfmrn-h.vf) = %{tl_version} +Provides: tex(utfmrn-v.vf) = %{tl_version} +Provides: tex(utfmro-h.vf) = %{tl_version} +Provides: tex(utfmro-v.vf) = %{tl_version} +Provides: tex(utfmrp-h.vf) = %{tl_version} +Provides: tex(utfmrp-v.vf) = %{tl_version} +Provides: tex(utfmrq-h.vf) = %{tl_version} +Provides: tex(utfmrq-v.vf) = %{tl_version} +Provides: tex(utfmrr-h.vf) = %{tl_version} +Provides: tex(utfmrr-v.vf) = %{tl_version} +Provides: tex(utfmrs-h.vf) = %{tl_version} +Provides: tex(utfmrs-v.vf) = %{tl_version} +Provides: tex(utfmrt-h.vf) = %{tl_version} +Provides: tex(utfmrt-v.vf) = %{tl_version} +Provides: tex(utfmru-h.vf) = %{tl_version} +Provides: tex(utfmru-v.vf) = %{tl_version} +Provides: tex(utfmrv-h.vf) = %{tl_version} +Provides: tex(utfmrv-v.vf) = %{tl_version} +Provides: tex(utfmrz-h.vf) = %{tl_version} +Provides: tex(utfmrz-v.vf) = %{tl_version} +Provides: tex(utftgrk-h.vf) = %{tl_version} +Provides: tex(utftgrk-v.vf) = %{tl_version} +Provides: tex(utftgrl-h.vf) = %{tl_version} +Provides: tex(utftgrl-v.vf) = %{tl_version} +Provides: tex(utftgrm-h.vf) = %{tl_version} +Provides: tex(utftgrm-v.vf) = %{tl_version} +Provides: tex(utftgrn-h.vf) = %{tl_version} +Provides: tex(utftgrn-v.vf) = %{tl_version} +Provides: tex(utftgro-h.vf) = %{tl_version} +Provides: tex(utftgro-v.vf) = %{tl_version} +Provides: tex(utftgrp-h.vf) = %{tl_version} +Provides: tex(utftgrp-v.vf) = %{tl_version} +Provides: tex(utftgrq-h.vf) = %{tl_version} +Provides: tex(utftgrq-v.vf) = %{tl_version} +Provides: tex(utftgrr-h.vf) = %{tl_version} +Provides: tex(utftgrr-v.vf) = %{tl_version} +Provides: tex(utftgrs-h.vf) = %{tl_version} +Provides: tex(utftgrs-v.vf) = %{tl_version} +Provides: tex(utftgrt-h.vf) = %{tl_version} +Provides: tex(utftgrt-v.vf) = %{tl_version} +Provides: tex(utftgru-h.vf) = %{tl_version} +Provides: tex(utftgru-v.vf) = %{tl_version} +Provides: tex(utftgrz-h.vf) = %{tl_version} +Provides: tex(utftgrz-v.vf) = %{tl_version} +Provides: tex(utftmrk-h.vf) = %{tl_version} +Provides: tex(utftmrk-v.vf) = %{tl_version} +Provides: tex(utftmrl-h.vf) = %{tl_version} +Provides: tex(utftmrl-v.vf) = %{tl_version} +Provides: tex(utftmrm-h.vf) = %{tl_version} +Provides: tex(utftmrm-v.vf) = %{tl_version} +Provides: tex(utftmrn-h.vf) = %{tl_version} +Provides: tex(utftmrn-v.vf) = %{tl_version} +Provides: tex(utftmro-h.vf) = %{tl_version} +Provides: tex(utftmro-v.vf) = %{tl_version} +Provides: tex(utftmrp-h.vf) = %{tl_version} +Provides: tex(utftmrp-v.vf) = %{tl_version} +Provides: tex(utftmrq-h.vf) = %{tl_version} +Provides: tex(utftmrq-v.vf) = %{tl_version} +Provides: tex(utftmrr-h.vf) = %{tl_version} +Provides: tex(utftmrr-v.vf) = %{tl_version} +Provides: tex(utftmrs-h.vf) = %{tl_version} +Provides: tex(utftmrs-v.vf) = %{tl_version} +Provides: tex(utftmrt-h.vf) = %{tl_version} +Provides: tex(utftmrt-v.vf) = %{tl_version} +Provides: tex(utftmru-h.vf) = %{tl_version} +Provides: tex(utftmru-v.vf) = %{tl_version} +Provides: tex(utftmrz-h.vf) = %{tl_version} +Provides: tex(utftmrz-v.vf) = %{tl_version} +Provides: tex(mlutf.sty) = %{tl_version} +Provides: tex(otf.sty) = %{tl_version} + +%description 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: 2013-04-14 10:19:50 +0200 + +%post japanese-otf-uptex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^KanjiMap otf-up-@kanjiEmbed@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap otf-up-@kanjiEmbed@.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun japanese-otf-uptex +if [ $1 == 0 ] ; then +sed -i '/^KanjiMap otf-up-@kanjiEmbed@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans japanese-otf-uptex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package japanese-otf-uptex-doc +Summary: Documentation for japanese-otf-uptex +Version: svn29931.0.11.1 +Release: %{tl_noarch_release} +Provides: tex-japanese-otf-uptex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-japanese-otf-doc + +%description japanese-otf-uptex-doc +Documentation for japanese-otf-uptex + +%package jfontmaps +Provides: tex-jfontmaps = %{tl_version} +License: GPLv3+ +Summary: Font maps and configuration tools for Japanese fonts +Version: svn30011.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-jfontmaps-bin +Provides: tex(otf-hiragino-pron.map) = %{tl_version} +Provides: tex(otf-up-hiragino-pron.map) = %{tl_version} +Provides: tex(ptex-hiragino-pron-04.map) = %{tl_version} +Provides: tex(ptex-hiragino-pron.map) = %{tl_version} +Provides: tex(uptex-hiragino-pron-04.map) = %{tl_version} +Provides: tex(uptex-hiragino-pron.map) = %{tl_version} +Provides: tex(otf-hiragino.map) = %{tl_version} +Provides: tex(otf-up-hiragino.map) = %{tl_version} +Provides: tex(ptex-hiragino-04.map) = %{tl_version} +Provides: tex(ptex-hiragino.map) = %{tl_version} +Provides: tex(uptex-hiragino-04.map) = %{tl_version} +Provides: tex(uptex-hiragino.map) = %{tl_version} +Provides: tex(otf-ipa.map) = %{tl_version} +Provides: tex(otf-up-ipa.map) = %{tl_version} +Provides: tex(ptex-ipa.map) = %{tl_version} +Provides: tex(uptex-ipa.map) = %{tl_version} +Provides: tex(otf-ipaex.map) = %{tl_version} +Provides: tex(otf-up-ipaex.map) = %{tl_version} +Provides: tex(ptex-ipaex.map) = %{tl_version} +Provides: tex(uptex-ipaex.map) = %{tl_version} +Provides: tex(otf-kozuka-pr6.map) = %{tl_version} +Provides: tex(otf-up-kozuka-pr6.map) = %{tl_version} +Provides: tex(ptex-kozuka-pr6-04.map) = %{tl_version} +Provides: tex(ptex-kozuka-pr6.map) = %{tl_version} +Provides: tex(uptex-kozuka-pr6-04.map) = %{tl_version} +Provides: tex(uptex-kozuka-pr6.map) = %{tl_version} +Provides: tex(otf-kozuka-pr6n.map) = %{tl_version} +Provides: tex(otf-up-kozuka-pr6n.map) = %{tl_version} +Provides: tex(ptex-kozuka-pr6n-04.map) = %{tl_version} +Provides: tex(ptex-kozuka-pr6n.map) = %{tl_version} +Provides: tex(uptex-kozuka-pr6n-04.map) = %{tl_version} +Provides: tex(uptex-kozuka-pr6n.map) = %{tl_version} +Provides: tex(otf-kozuka.map) = %{tl_version} +Provides: tex(otf-up-kozuka.map) = %{tl_version} +Provides: tex(ptex-kozuka-04.map) = %{tl_version} +Provides: tex(ptex-kozuka.map) = %{tl_version} +Provides: tex(uptex-kozuka-04.map) = %{tl_version} +Provides: tex(uptex-kozuka.map) = %{tl_version} +Provides: tex(otf-morisawa-pr6n.map) = %{tl_version} +Provides: tex(otf-up-morisawa-pr6n.map) = %{tl_version} +Provides: tex(ptex-morisawa-pr6n-04.map) = %{tl_version} +Provides: tex(ptex-morisawa-pr6n.map) = %{tl_version} +Provides: tex(uptex-morisawa-pr6n-04.map) = %{tl_version} +Provides: tex(uptex-morisawa-pr6n.map) = %{tl_version} +Provides: tex(otf-morisawa.map) = %{tl_version} +Provides: tex(otf-up-morisawa.map) = %{tl_version} +Provides: tex(ptex-morisawa-04.map) = %{tl_version} +Provides: tex(ptex-morisawa.map) = %{tl_version} +Provides: tex(uptex-morisawa-04.map) = %{tl_version} +Provides: tex(uptex-morisawa.map) = %{tl_version} +Provides: tex(otf-ms.map) = %{tl_version} +Provides: tex(otf-up-ms.map) = %{tl_version} +Provides: tex(ptex-ms.map) = %{tl_version} +Provides: tex(uptex-ms.map) = %{tl_version} +Provides: tex(otf-noEmbed.map) = %{tl_version} +Provides: tex(otf-up-noEmbed.map) = %{tl_version} +Provides: tex(ptex-noEmbed-04.map) = %{tl_version} +Provides: tex(ptex-noEmbed.map) = %{tl_version} +Provides: tex(uptex-noEmbed-04.map) = %{tl_version} +Provides: tex(uptex-noEmbed.map) = %{tl_version} + +%description 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. + +date: 2013-04-11 22:52:04 +0200 + +%post jfontmaps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jfontmaps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jfontmaps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jfontmaps-doc +Summary: Documentation for jfontmaps +Version: svn30011.0 +Release: %{tl_noarch_release} +Provides: tex-jfontmaps-doc +BuildArch: noarch +AutoReqProv: No + +%description jfontmaps-doc +Documentation for jfontmaps + +%package jfontmaps-bin +Summary: Binaries for jfontmaps +Version: svn29848.0 +Requires: texlive-base +Requires: tex-jfontmaps +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description jfontmaps-bin +Binaries for jfontmaps + +%package jsclasses +Provides: tex-jsclasses = %{tl_version} +License: BSD +Summary: Classes tailored for use with Japanese +Version: svn30647.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(jsarticle.cls) = %{tl_version} +Provides: tex(jsbook.cls) = %{tl_version} +Provides: tex(jspf.cls) = %{tl_version} +Provides: tex(jsverb.sty) = %{tl_version} +Provides: tex(kiyou.cls) = %{tl_version} +Provides: tex(minijs.sty) = %{tl_version} +Provides: tex(morisawa.sty) = %{tl_version} +Provides: tex(okumacro.sty) = %{tl_version} +Provides: tex(okuverb.sty) = %{tl_version} + +%description 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: 2013-05-20 17:36:30 +0200 + +%post jsclasses +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jsclasses +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jsclasses +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jsclasses-doc +Summary: Documentation for jsclasses +Version: svn30647.0 +Release: %{tl_noarch_release} +Provides: tex-jsclasses-doc +BuildArch: noarch +AutoReqProv: No + +%description jsclasses-doc +Documentation for jsclasses + +%package latex-notes-zh-cn-doc +Summary: Documentation for latex-notes-zh-cn +Version: svn15878.1.20 +Release: %{tl_noarch_release} +Provides: tex-latex-notes-zh-cn-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-notes-zh-cn-doc +Documentation for latex-notes-zh-cn + +%package lshort-chinese-doc +Summary: Documentation for lshort-chinese +Version: svn15878.4.20 +Release: %{tl_noarch_release} +Provides: tex-lshort-chinese-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-chinese-doc +Documentation for lshort-chinese + +%package lshort-japanese-doc +Summary: Documentation for lshort-japanese +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-japanese-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-japanese-doc +Documentation for lshort-japanese + +%package lshort-korean-doc +Summary: Documentation for lshort-korean +Version: svn15878.4.17 +Release: %{tl_noarch_release} +Provides: tex-lshort-korean-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-korean-doc +Documentation for lshort-korean + +%package luatexja +Provides: tex-luatexja = %{tl_version} +License: Freely redistributable without restriction +Summary: Typesest Japanese with lua(la)tex +Version: svn30485.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(fontspec.sty) +Requires: tex(luatex.sty) +Requires: tex(infwarerr.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(xkeyval.sty) +Requires: tex(luaotfload.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(listings.sty) +Requires: tex(luatexbase-cctb.sty) +Requires: tex(unicode-math.sty) +Requires: tex(xunicode.sty) +Provides: tex(luatexja-adjust.sty) = %{tl_version} +Provides: tex(luatexja-ajmacros.sty) = %{tl_version} +Provides: tex(luatexja-fontspec.sty) = %{tl_version} +Provides: tex(luatexja-otf.sty) = %{tl_version} +Provides: tex(luatexja-preset.sty) = %{tl_version} +Provides: tex(ltj-base.sty) = %{tl_version} +Provides: tex(ltj-cctbreg.sty) = %{tl_version} +Provides: tex(ltj-compat-ptex.sty) = %{tl_version} +Provides: tex(ltj-latex.sty) = %{tl_version} +Provides: tex(ltj-plain.sty) = %{tl_version} +Provides: tex(ltjarticle.cls) = %{tl_version} +Provides: tex(ltjbk10.clo) = %{tl_version} +Provides: tex(ltjbk11.clo) = %{tl_version} +Provides: tex(ltjbk12.clo) = %{tl_version} +Provides: tex(ltjbook.cls) = %{tl_version} +Provides: tex(ltjltxdoc.cls) = %{tl_version} +Provides: tex(ltjreport.cls) = %{tl_version} +Provides: tex(ltjsize10.clo) = %{tl_version} +Provides: tex(ltjsize11.clo) = %{tl_version} +Provides: tex(ltjsize12.clo) = %{tl_version} +Provides: tex(ltjsarticle.cls) = %{tl_version} +Provides: tex(ltjsbook.cls) = %{tl_version} +Provides: tex(ltjskiyou.cls) = %{tl_version} +Provides: tex(ltjspf.cls) = %{tl_version} +Provides: tex(luatexja-compat.sty) = %{tl_version} +Provides: tex(luatexja-core.sty) = %{tl_version} +Provides: tex(luatexja.sty) = %{tl_version} +Provides: tex(lltjcore.sty) = %{tl_version} +Provides: tex(lltjdefs.sty) = %{tl_version} +Provides: tex(lltjfont.sty) = %{tl_version} +Provides: tex(lltjp-fontspec.sty) = %{tl_version} +Provides: tex(lltjp-listings.sty) = %{tl_version} +Provides: tex(lltjp-unicode-math.sty) = %{tl_version} +Provides: tex(lltjp-xunicode.sty) = %{tl_version} +Provides: tex(ltj-unicode-ccfix.tex) = %{tl_version} + +%description luatexja +The package offers support for typesetting Japanese documents +with LuaTeX. Both the Plain and LaTeX2e formats may be used +with the package. + +date: 2013-05-14 23:58:42 +0200 + +%post luatexja +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luatexja +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexja +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luatexja-doc +Summary: Documentation for luatexja +Version: svn30485.0 +Release: %{tl_noarch_release} +Provides: tex-luatexja-doc +BuildArch: noarch +AutoReqProv: No + +%description luatexja-doc +Documentation for luatexja + +%package nanumtype1 +Provides: tex-nanumtype1 = %{tl_version} +License: OFSFLD +Summary: Type1 subfonts of Nanum Korean fonts +Version: svn29558.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(nanumfonts.map) = %{tl_version} +Provides: tex(nanumgtb00.tfm) = %{tl_version} +Provides: tex(nanumgtb01.tfm) = %{tl_version} +Provides: tex(nanumgtb02.tfm) = %{tl_version} +Provides: tex(nanumgtb03.tfm) = %{tl_version} +Provides: tex(nanumgtb04.tfm) = %{tl_version} +Provides: tex(nanumgtb11.tfm) = %{tl_version} +Provides: tex(nanumgtb20.tfm) = %{tl_version} +Provides: tex(nanumgtb21.tfm) = %{tl_version} +Provides: tex(nanumgtb22.tfm) = %{tl_version} +Provides: tex(nanumgtb23.tfm) = %{tl_version} +Provides: tex(nanumgtb24.tfm) = %{tl_version} +Provides: tex(nanumgtb25.tfm) = %{tl_version} +Provides: tex(nanumgtb26.tfm) = %{tl_version} +Provides: tex(nanumgtb27.tfm) = %{tl_version} +Provides: tex(nanumgtb2a.tfm) = %{tl_version} +Provides: tex(nanumgtb30.tfm) = %{tl_version} +Provides: tex(nanumgtb31.tfm) = %{tl_version} +Provides: tex(nanumgtb32.tfm) = %{tl_version} +Provides: tex(nanumgtb33.tfm) = %{tl_version} +Provides: tex(nanumgtb4e.tfm) = %{tl_version} +Provides: tex(nanumgtb4f.tfm) = %{tl_version} +Provides: tex(nanumgtb50.tfm) = %{tl_version} +Provides: tex(nanumgtb51.tfm) = %{tl_version} +Provides: tex(nanumgtb52.tfm) = %{tl_version} +Provides: tex(nanumgtb53.tfm) = %{tl_version} +Provides: tex(nanumgtb54.tfm) = %{tl_version} +Provides: tex(nanumgtb55.tfm) = %{tl_version} +Provides: tex(nanumgtb56.tfm) = %{tl_version} +Provides: tex(nanumgtb57.tfm) = %{tl_version} +Provides: tex(nanumgtb58.tfm) = %{tl_version} +Provides: tex(nanumgtb59.tfm) = %{tl_version} +Provides: tex(nanumgtb5a.tfm) = %{tl_version} +Provides: tex(nanumgtb5b.tfm) = %{tl_version} +Provides: tex(nanumgtb5c.tfm) = %{tl_version} +Provides: tex(nanumgtb5d.tfm) = %{tl_version} +Provides: tex(nanumgtb5e.tfm) = %{tl_version} +Provides: tex(nanumgtb5f.tfm) = %{tl_version} +Provides: tex(nanumgtb60.tfm) = %{tl_version} +Provides: tex(nanumgtb61.tfm) = %{tl_version} +Provides: tex(nanumgtb62.tfm) = %{tl_version} +Provides: tex(nanumgtb63.tfm) = %{tl_version} +Provides: tex(nanumgtb64.tfm) = %{tl_version} +Provides: tex(nanumgtb65.tfm) = %{tl_version} +Provides: tex(nanumgtb66.tfm) = %{tl_version} +Provides: tex(nanumgtb67.tfm) = %{tl_version} +Provides: tex(nanumgtb68.tfm) = %{tl_version} +Provides: tex(nanumgtb69.tfm) = %{tl_version} +Provides: tex(nanumgtb6a.tfm) = %{tl_version} +Provides: tex(nanumgtb6b.tfm) = %{tl_version} +Provides: tex(nanumgtb6c.tfm) = %{tl_version} +Provides: tex(nanumgtb6d.tfm) = %{tl_version} +Provides: tex(nanumgtb6e.tfm) = %{tl_version} +Provides: tex(nanumgtb6f.tfm) = %{tl_version} +Provides: tex(nanumgtb70.tfm) = %{tl_version} +Provides: tex(nanumgtb71.tfm) = %{tl_version} +Provides: tex(nanumgtb72.tfm) = %{tl_version} +Provides: tex(nanumgtb73.tfm) = %{tl_version} +Provides: tex(nanumgtb74.tfm) = %{tl_version} +Provides: tex(nanumgtb75.tfm) = %{tl_version} +Provides: tex(nanumgtb76.tfm) = %{tl_version} +Provides: tex(nanumgtb77.tfm) = %{tl_version} +Provides: tex(nanumgtb78.tfm) = %{tl_version} +Provides: tex(nanumgtb79.tfm) = %{tl_version} +Provides: tex(nanumgtb7a.tfm) = %{tl_version} +Provides: tex(nanumgtb7b.tfm) = %{tl_version} +Provides: tex(nanumgtb7c.tfm) = %{tl_version} +Provides: tex(nanumgtb7d.tfm) = %{tl_version} +Provides: tex(nanumgtb7e.tfm) = %{tl_version} +Provides: tex(nanumgtb7f.tfm) = %{tl_version} +Provides: tex(nanumgtb80.tfm) = %{tl_version} +Provides: tex(nanumgtb81.tfm) = %{tl_version} +Provides: tex(nanumgtb82.tfm) = %{tl_version} +Provides: tex(nanumgtb83.tfm) = %{tl_version} +Provides: tex(nanumgtb84.tfm) = %{tl_version} +Provides: tex(nanumgtb85.tfm) = %{tl_version} +Provides: tex(nanumgtb86.tfm) = %{tl_version} +Provides: tex(nanumgtb87.tfm) = %{tl_version} +Provides: tex(nanumgtb88.tfm) = %{tl_version} +Provides: tex(nanumgtb89.tfm) = %{tl_version} +Provides: tex(nanumgtb8a.tfm) = %{tl_version} +Provides: tex(nanumgtb8b.tfm) = %{tl_version} +Provides: tex(nanumgtb8c.tfm) = %{tl_version} +Provides: tex(nanumgtb8d.tfm) = %{tl_version} +Provides: tex(nanumgtb8e.tfm) = %{tl_version} +Provides: tex(nanumgtb8f.tfm) = %{tl_version} +Provides: tex(nanumgtb90.tfm) = %{tl_version} +Provides: tex(nanumgtb91.tfm) = %{tl_version} +Provides: tex(nanumgtb92.tfm) = %{tl_version} +Provides: tex(nanumgtb93.tfm) = %{tl_version} +Provides: tex(nanumgtb94.tfm) = %{tl_version} +Provides: tex(nanumgtb95.tfm) = %{tl_version} +Provides: tex(nanumgtb96.tfm) = %{tl_version} +Provides: tex(nanumgtb97.tfm) = %{tl_version} +Provides: tex(nanumgtb98.tfm) = %{tl_version} +Provides: tex(nanumgtb99.tfm) = %{tl_version} +Provides: tex(nanumgtb9a.tfm) = %{tl_version} +Provides: tex(nanumgtb9b.tfm) = %{tl_version} +Provides: tex(nanumgtb9c.tfm) = %{tl_version} +Provides: tex(nanumgtb9d.tfm) = %{tl_version} +Provides: tex(nanumgtb9e.tfm) = %{tl_version} +Provides: tex(nanumgtb9f.tfm) = %{tl_version} +Provides: tex(nanumgtbac.tfm) = %{tl_version} +Provides: tex(nanumgtbad.tfm) = %{tl_version} +Provides: tex(nanumgtbae.tfm) = %{tl_version} +Provides: tex(nanumgtbaf.tfm) = %{tl_version} +Provides: tex(nanumgtbb0.tfm) = %{tl_version} +Provides: tex(nanumgtbb1.tfm) = %{tl_version} +Provides: tex(nanumgtbb2.tfm) = %{tl_version} +Provides: tex(nanumgtbb3.tfm) = %{tl_version} +Provides: tex(nanumgtbb4.tfm) = %{tl_version} +Provides: tex(nanumgtbb5.tfm) = %{tl_version} +Provides: tex(nanumgtbb6.tfm) = %{tl_version} +Provides: tex(nanumgtbb7.tfm) = %{tl_version} +Provides: tex(nanumgtbb8.tfm) = %{tl_version} +Provides: tex(nanumgtbb9.tfm) = %{tl_version} +Provides: tex(nanumgtbba.tfm) = %{tl_version} +Provides: tex(nanumgtbbb.tfm) = %{tl_version} +Provides: tex(nanumgtbbc.tfm) = %{tl_version} +Provides: tex(nanumgtbbd.tfm) = %{tl_version} +Provides: tex(nanumgtbbe.tfm) = %{tl_version} +Provides: tex(nanumgtbbf.tfm) = %{tl_version} +Provides: tex(nanumgtbc0.tfm) = %{tl_version} +Provides: tex(nanumgtbc1.tfm) = %{tl_version} +Provides: tex(nanumgtbc2.tfm) = %{tl_version} +Provides: tex(nanumgtbc3.tfm) = %{tl_version} +Provides: tex(nanumgtbc4.tfm) = %{tl_version} +Provides: tex(nanumgtbc5.tfm) = %{tl_version} +Provides: tex(nanumgtbc6.tfm) = %{tl_version} +Provides: tex(nanumgtbc7.tfm) = %{tl_version} +Provides: tex(nanumgtbc8.tfm) = %{tl_version} +Provides: tex(nanumgtbc9.tfm) = %{tl_version} +Provides: tex(nanumgtbca.tfm) = %{tl_version} +Provides: tex(nanumgtbcb.tfm) = %{tl_version} +Provides: tex(nanumgtbcc.tfm) = %{tl_version} +Provides: tex(nanumgtbcd.tfm) = %{tl_version} +Provides: tex(nanumgtbce.tfm) = %{tl_version} +Provides: tex(nanumgtbcf.tfm) = %{tl_version} +Provides: tex(nanumgtbd0.tfm) = %{tl_version} +Provides: tex(nanumgtbd1.tfm) = %{tl_version} +Provides: tex(nanumgtbd2.tfm) = %{tl_version} +Provides: tex(nanumgtbd3.tfm) = %{tl_version} +Provides: tex(nanumgtbd4.tfm) = %{tl_version} +Provides: tex(nanumgtbd5.tfm) = %{tl_version} +Provides: tex(nanumgtbd6.tfm) = %{tl_version} +Provides: tex(nanumgtbd7.tfm) = %{tl_version} +Provides: tex(nanumgtbf9.tfm) = %{tl_version} +Provides: tex(nanumgtbfa.tfm) = %{tl_version} +Provides: tex(nanumgtbff.tfm) = %{tl_version} +Provides: tex(nanumgtbo00.tfm) = %{tl_version} +Provides: tex(nanumgtbo01.tfm) = %{tl_version} +Provides: tex(nanumgtbo02.tfm) = %{tl_version} +Provides: tex(nanumgtbo03.tfm) = %{tl_version} +Provides: tex(nanumgtbo04.tfm) = %{tl_version} +Provides: tex(nanumgtbo11.tfm) = %{tl_version} +Provides: tex(nanumgtbo20.tfm) = %{tl_version} +Provides: tex(nanumgtbo21.tfm) = %{tl_version} +Provides: tex(nanumgtbo22.tfm) = %{tl_version} +Provides: tex(nanumgtbo23.tfm) = %{tl_version} +Provides: tex(nanumgtbo24.tfm) = %{tl_version} +Provides: tex(nanumgtbo25.tfm) = %{tl_version} +Provides: tex(nanumgtbo26.tfm) = %{tl_version} +Provides: tex(nanumgtbo27.tfm) = %{tl_version} +Provides: tex(nanumgtbo2a.tfm) = %{tl_version} +Provides: tex(nanumgtbo30.tfm) = %{tl_version} +Provides: tex(nanumgtbo31.tfm) = %{tl_version} +Provides: tex(nanumgtbo32.tfm) = %{tl_version} +Provides: tex(nanumgtbo33.tfm) = %{tl_version} +Provides: tex(nanumgtbo4e.tfm) = %{tl_version} +Provides: tex(nanumgtbo4f.tfm) = %{tl_version} +Provides: tex(nanumgtbo50.tfm) = %{tl_version} +Provides: tex(nanumgtbo51.tfm) = %{tl_version} +Provides: tex(nanumgtbo52.tfm) = %{tl_version} +Provides: tex(nanumgtbo53.tfm) = %{tl_version} +Provides: tex(nanumgtbo54.tfm) = %{tl_version} +Provides: tex(nanumgtbo55.tfm) = %{tl_version} +Provides: tex(nanumgtbo56.tfm) = %{tl_version} +Provides: tex(nanumgtbo57.tfm) = %{tl_version} +Provides: tex(nanumgtbo58.tfm) = %{tl_version} +Provides: tex(nanumgtbo59.tfm) = %{tl_version} +Provides: tex(nanumgtbo5a.tfm) = %{tl_version} +Provides: tex(nanumgtbo5b.tfm) = %{tl_version} +Provides: tex(nanumgtbo5c.tfm) = %{tl_version} +Provides: tex(nanumgtbo5d.tfm) = %{tl_version} +Provides: tex(nanumgtbo5e.tfm) = %{tl_version} +Provides: tex(nanumgtbo5f.tfm) = %{tl_version} +Provides: tex(nanumgtbo60.tfm) = %{tl_version} +Provides: tex(nanumgtbo61.tfm) = %{tl_version} +Provides: tex(nanumgtbo62.tfm) = %{tl_version} +Provides: tex(nanumgtbo63.tfm) = %{tl_version} +Provides: tex(nanumgtbo64.tfm) = %{tl_version} +Provides: tex(nanumgtbo65.tfm) = %{tl_version} +Provides: tex(nanumgtbo66.tfm) = %{tl_version} +Provides: tex(nanumgtbo67.tfm) = %{tl_version} +Provides: tex(nanumgtbo68.tfm) = %{tl_version} +Provides: tex(nanumgtbo69.tfm) = %{tl_version} +Provides: tex(nanumgtbo6a.tfm) = %{tl_version} +Provides: tex(nanumgtbo6b.tfm) = %{tl_version} +Provides: tex(nanumgtbo6c.tfm) = %{tl_version} +Provides: tex(nanumgtbo6d.tfm) = %{tl_version} +Provides: tex(nanumgtbo6e.tfm) = %{tl_version} +Provides: tex(nanumgtbo6f.tfm) = %{tl_version} +Provides: tex(nanumgtbo70.tfm) = %{tl_version} +Provides: tex(nanumgtbo71.tfm) = %{tl_version} +Provides: tex(nanumgtbo72.tfm) = %{tl_version} +Provides: tex(nanumgtbo73.tfm) = %{tl_version} +Provides: tex(nanumgtbo74.tfm) = %{tl_version} +Provides: tex(nanumgtbo75.tfm) = %{tl_version} +Provides: tex(nanumgtbo76.tfm) = %{tl_version} +Provides: tex(nanumgtbo77.tfm) = %{tl_version} +Provides: tex(nanumgtbo78.tfm) = %{tl_version} +Provides: tex(nanumgtbo79.tfm) = %{tl_version} +Provides: tex(nanumgtbo7a.tfm) = %{tl_version} +Provides: tex(nanumgtbo7b.tfm) = %{tl_version} +Provides: tex(nanumgtbo7c.tfm) = %{tl_version} +Provides: tex(nanumgtbo7d.tfm) = %{tl_version} +Provides: tex(nanumgtbo7e.tfm) = %{tl_version} +Provides: tex(nanumgtbo7f.tfm) = %{tl_version} +Provides: tex(nanumgtbo80.tfm) = %{tl_version} +Provides: tex(nanumgtbo81.tfm) = %{tl_version} +Provides: tex(nanumgtbo82.tfm) = %{tl_version} +Provides: tex(nanumgtbo83.tfm) = %{tl_version} +Provides: tex(nanumgtbo84.tfm) = %{tl_version} +Provides: tex(nanumgtbo85.tfm) = %{tl_version} +Provides: tex(nanumgtbo86.tfm) = %{tl_version} +Provides: tex(nanumgtbo87.tfm) = %{tl_version} +Provides: tex(nanumgtbo88.tfm) = %{tl_version} +Provides: tex(nanumgtbo89.tfm) = %{tl_version} +Provides: tex(nanumgtbo8a.tfm) = %{tl_version} +Provides: tex(nanumgtbo8b.tfm) = %{tl_version} +Provides: tex(nanumgtbo8c.tfm) = %{tl_version} +Provides: tex(nanumgtbo8d.tfm) = %{tl_version} +Provides: tex(nanumgtbo8e.tfm) = %{tl_version} +Provides: tex(nanumgtbo8f.tfm) = %{tl_version} +Provides: tex(nanumgtbo90.tfm) = %{tl_version} +Provides: tex(nanumgtbo91.tfm) = %{tl_version} +Provides: tex(nanumgtbo92.tfm) = %{tl_version} +Provides: tex(nanumgtbo93.tfm) = %{tl_version} +Provides: tex(nanumgtbo94.tfm) = %{tl_version} +Provides: tex(nanumgtbo95.tfm) = %{tl_version} +Provides: tex(nanumgtbo96.tfm) = %{tl_version} +Provides: tex(nanumgtbo97.tfm) = %{tl_version} +Provides: tex(nanumgtbo98.tfm) = %{tl_version} +Provides: tex(nanumgtbo99.tfm) = %{tl_version} +Provides: tex(nanumgtbo9a.tfm) = %{tl_version} +Provides: tex(nanumgtbo9b.tfm) = %{tl_version} +Provides: tex(nanumgtbo9c.tfm) = %{tl_version} +Provides: tex(nanumgtbo9d.tfm) = %{tl_version} +Provides: tex(nanumgtbo9e.tfm) = %{tl_version} +Provides: tex(nanumgtbo9f.tfm) = %{tl_version} +Provides: tex(nanumgtboac.tfm) = %{tl_version} +Provides: tex(nanumgtboad.tfm) = %{tl_version} +Provides: tex(nanumgtboae.tfm) = %{tl_version} +Provides: tex(nanumgtboaf.tfm) = %{tl_version} +Provides: tex(nanumgtbob0.tfm) = %{tl_version} +Provides: tex(nanumgtbob1.tfm) = %{tl_version} +Provides: tex(nanumgtbob2.tfm) = %{tl_version} +Provides: tex(nanumgtbob3.tfm) = %{tl_version} +Provides: tex(nanumgtbob4.tfm) = %{tl_version} +Provides: tex(nanumgtbob5.tfm) = %{tl_version} +Provides: tex(nanumgtbob6.tfm) = %{tl_version} +Provides: tex(nanumgtbob7.tfm) = %{tl_version} +Provides: tex(nanumgtbob8.tfm) = %{tl_version} +Provides: tex(nanumgtbob9.tfm) = %{tl_version} +Provides: tex(nanumgtboba.tfm) = %{tl_version} +Provides: tex(nanumgtbobb.tfm) = %{tl_version} +Provides: tex(nanumgtbobc.tfm) = %{tl_version} +Provides: tex(nanumgtbobd.tfm) = %{tl_version} +Provides: tex(nanumgtbobe.tfm) = %{tl_version} +Provides: tex(nanumgtbobf.tfm) = %{tl_version} +Provides: tex(nanumgtboc0.tfm) = %{tl_version} +Provides: tex(nanumgtboc1.tfm) = %{tl_version} +Provides: tex(nanumgtboc2.tfm) = %{tl_version} +Provides: tex(nanumgtboc3.tfm) = %{tl_version} +Provides: tex(nanumgtboc4.tfm) = %{tl_version} +Provides: tex(nanumgtboc5.tfm) = %{tl_version} +Provides: tex(nanumgtboc6.tfm) = %{tl_version} +Provides: tex(nanumgtboc7.tfm) = %{tl_version} +Provides: tex(nanumgtboc8.tfm) = %{tl_version} +Provides: tex(nanumgtboc9.tfm) = %{tl_version} +Provides: tex(nanumgtboca.tfm) = %{tl_version} +Provides: tex(nanumgtbocb.tfm) = %{tl_version} +Provides: tex(nanumgtbocc.tfm) = %{tl_version} +Provides: tex(nanumgtbocd.tfm) = %{tl_version} +Provides: tex(nanumgtboce.tfm) = %{tl_version} +Provides: tex(nanumgtbocf.tfm) = %{tl_version} +Provides: tex(nanumgtbod0.tfm) = %{tl_version} +Provides: tex(nanumgtbod1.tfm) = %{tl_version} +Provides: tex(nanumgtbod2.tfm) = %{tl_version} +Provides: tex(nanumgtbod3.tfm) = %{tl_version} +Provides: tex(nanumgtbod4.tfm) = %{tl_version} +Provides: tex(nanumgtbod5.tfm) = %{tl_version} +Provides: tex(nanumgtbod6.tfm) = %{tl_version} +Provides: tex(nanumgtbod7.tfm) = %{tl_version} +Provides: tex(nanumgtbof9.tfm) = %{tl_version} +Provides: tex(nanumgtbofa.tfm) = %{tl_version} +Provides: tex(nanumgtboff.tfm) = %{tl_version} +Provides: tex(nanumgtm00.tfm) = %{tl_version} +Provides: tex(nanumgtm01.tfm) = %{tl_version} +Provides: tex(nanumgtm02.tfm) = %{tl_version} +Provides: tex(nanumgtm03.tfm) = %{tl_version} +Provides: tex(nanumgtm04.tfm) = %{tl_version} +Provides: tex(nanumgtm11.tfm) = %{tl_version} +Provides: tex(nanumgtm20.tfm) = %{tl_version} +Provides: tex(nanumgtm21.tfm) = %{tl_version} +Provides: tex(nanumgtm22.tfm) = %{tl_version} +Provides: tex(nanumgtm23.tfm) = %{tl_version} +Provides: tex(nanumgtm24.tfm) = %{tl_version} +Provides: tex(nanumgtm25.tfm) = %{tl_version} +Provides: tex(nanumgtm26.tfm) = %{tl_version} +Provides: tex(nanumgtm27.tfm) = %{tl_version} +Provides: tex(nanumgtm2a.tfm) = %{tl_version} +Provides: tex(nanumgtm30.tfm) = %{tl_version} +Provides: tex(nanumgtm31.tfm) = %{tl_version} +Provides: tex(nanumgtm32.tfm) = %{tl_version} +Provides: tex(nanumgtm33.tfm) = %{tl_version} +Provides: tex(nanumgtm4e.tfm) = %{tl_version} +Provides: tex(nanumgtm4f.tfm) = %{tl_version} +Provides: tex(nanumgtm50.tfm) = %{tl_version} +Provides: tex(nanumgtm51.tfm) = %{tl_version} +Provides: tex(nanumgtm52.tfm) = %{tl_version} +Provides: tex(nanumgtm53.tfm) = %{tl_version} +Provides: tex(nanumgtm54.tfm) = %{tl_version} +Provides: tex(nanumgtm55.tfm) = %{tl_version} +Provides: tex(nanumgtm56.tfm) = %{tl_version} +Provides: tex(nanumgtm57.tfm) = %{tl_version} +Provides: tex(nanumgtm58.tfm) = %{tl_version} +Provides: tex(nanumgtm59.tfm) = %{tl_version} +Provides: tex(nanumgtm5a.tfm) = %{tl_version} +Provides: tex(nanumgtm5b.tfm) = %{tl_version} +Provides: tex(nanumgtm5c.tfm) = %{tl_version} +Provides: tex(nanumgtm5d.tfm) = %{tl_version} +Provides: tex(nanumgtm5e.tfm) = %{tl_version} +Provides: tex(nanumgtm5f.tfm) = %{tl_version} +Provides: tex(nanumgtm60.tfm) = %{tl_version} +Provides: tex(nanumgtm61.tfm) = %{tl_version} +Provides: tex(nanumgtm62.tfm) = %{tl_version} +Provides: tex(nanumgtm63.tfm) = %{tl_version} +Provides: tex(nanumgtm64.tfm) = %{tl_version} +Provides: tex(nanumgtm65.tfm) = %{tl_version} +Provides: tex(nanumgtm66.tfm) = %{tl_version} +Provides: tex(nanumgtm67.tfm) = %{tl_version} +Provides: tex(nanumgtm68.tfm) = %{tl_version} +Provides: tex(nanumgtm69.tfm) = %{tl_version} +Provides: tex(nanumgtm6a.tfm) = %{tl_version} +Provides: tex(nanumgtm6b.tfm) = %{tl_version} +Provides: tex(nanumgtm6c.tfm) = %{tl_version} +Provides: tex(nanumgtm6d.tfm) = %{tl_version} +Provides: tex(nanumgtm6e.tfm) = %{tl_version} +Provides: tex(nanumgtm6f.tfm) = %{tl_version} +Provides: tex(nanumgtm70.tfm) = %{tl_version} +Provides: tex(nanumgtm71.tfm) = %{tl_version} +Provides: tex(nanumgtm72.tfm) = %{tl_version} +Provides: tex(nanumgtm73.tfm) = %{tl_version} +Provides: tex(nanumgtm74.tfm) = %{tl_version} +Provides: tex(nanumgtm75.tfm) = %{tl_version} +Provides: tex(nanumgtm76.tfm) = %{tl_version} +Provides: tex(nanumgtm77.tfm) = %{tl_version} +Provides: tex(nanumgtm78.tfm) = %{tl_version} +Provides: tex(nanumgtm79.tfm) = %{tl_version} +Provides: tex(nanumgtm7a.tfm) = %{tl_version} +Provides: tex(nanumgtm7b.tfm) = %{tl_version} +Provides: tex(nanumgtm7c.tfm) = %{tl_version} +Provides: tex(nanumgtm7d.tfm) = %{tl_version} +Provides: tex(nanumgtm7e.tfm) = %{tl_version} +Provides: tex(nanumgtm7f.tfm) = %{tl_version} +Provides: tex(nanumgtm80.tfm) = %{tl_version} +Provides: tex(nanumgtm81.tfm) = %{tl_version} +Provides: tex(nanumgtm82.tfm) = %{tl_version} +Provides: tex(nanumgtm83.tfm) = %{tl_version} +Provides: tex(nanumgtm84.tfm) = %{tl_version} +Provides: tex(nanumgtm85.tfm) = %{tl_version} +Provides: tex(nanumgtm86.tfm) = %{tl_version} +Provides: tex(nanumgtm87.tfm) = %{tl_version} +Provides: tex(nanumgtm88.tfm) = %{tl_version} +Provides: tex(nanumgtm89.tfm) = %{tl_version} +Provides: tex(nanumgtm8a.tfm) = %{tl_version} +Provides: tex(nanumgtm8b.tfm) = %{tl_version} +Provides: tex(nanumgtm8c.tfm) = %{tl_version} +Provides: tex(nanumgtm8d.tfm) = %{tl_version} +Provides: tex(nanumgtm8e.tfm) = %{tl_version} +Provides: tex(nanumgtm8f.tfm) = %{tl_version} +Provides: tex(nanumgtm90.tfm) = %{tl_version} +Provides: tex(nanumgtm91.tfm) = %{tl_version} +Provides: tex(nanumgtm92.tfm) = %{tl_version} +Provides: tex(nanumgtm93.tfm) = %{tl_version} +Provides: tex(nanumgtm94.tfm) = %{tl_version} +Provides: tex(nanumgtm95.tfm) = %{tl_version} +Provides: tex(nanumgtm96.tfm) = %{tl_version} +Provides: tex(nanumgtm97.tfm) = %{tl_version} +Provides: tex(nanumgtm98.tfm) = %{tl_version} +Provides: tex(nanumgtm99.tfm) = %{tl_version} +Provides: tex(nanumgtm9a.tfm) = %{tl_version} +Provides: tex(nanumgtm9b.tfm) = %{tl_version} +Provides: tex(nanumgtm9c.tfm) = %{tl_version} +Provides: tex(nanumgtm9d.tfm) = %{tl_version} +Provides: tex(nanumgtm9e.tfm) = %{tl_version} +Provides: tex(nanumgtm9f.tfm) = %{tl_version} +Provides: tex(nanumgtmac.tfm) = %{tl_version} +Provides: tex(nanumgtmad.tfm) = %{tl_version} +Provides: tex(nanumgtmae.tfm) = %{tl_version} +Provides: tex(nanumgtmaf.tfm) = %{tl_version} +Provides: tex(nanumgtmb0.tfm) = %{tl_version} +Provides: tex(nanumgtmb1.tfm) = %{tl_version} +Provides: tex(nanumgtmb2.tfm) = %{tl_version} +Provides: tex(nanumgtmb3.tfm) = %{tl_version} +Provides: tex(nanumgtmb4.tfm) = %{tl_version} +Provides: tex(nanumgtmb5.tfm) = %{tl_version} +Provides: tex(nanumgtmb6.tfm) = %{tl_version} +Provides: tex(nanumgtmb7.tfm) = %{tl_version} +Provides: tex(nanumgtmb8.tfm) = %{tl_version} +Provides: tex(nanumgtmb9.tfm) = %{tl_version} +Provides: tex(nanumgtmba.tfm) = %{tl_version} +Provides: tex(nanumgtmbb.tfm) = %{tl_version} +Provides: tex(nanumgtmbc.tfm) = %{tl_version} +Provides: tex(nanumgtmbd.tfm) = %{tl_version} +Provides: tex(nanumgtmbe.tfm) = %{tl_version} +Provides: tex(nanumgtmbf.tfm) = %{tl_version} +Provides: tex(nanumgtmc0.tfm) = %{tl_version} +Provides: tex(nanumgtmc1.tfm) = %{tl_version} +Provides: tex(nanumgtmc2.tfm) = %{tl_version} +Provides: tex(nanumgtmc3.tfm) = %{tl_version} +Provides: tex(nanumgtmc4.tfm) = %{tl_version} +Provides: tex(nanumgtmc5.tfm) = %{tl_version} +Provides: tex(nanumgtmc6.tfm) = %{tl_version} +Provides: tex(nanumgtmc7.tfm) = %{tl_version} +Provides: tex(nanumgtmc8.tfm) = %{tl_version} +Provides: tex(nanumgtmc9.tfm) = %{tl_version} +Provides: tex(nanumgtmca.tfm) = %{tl_version} +Provides: tex(nanumgtmcb.tfm) = %{tl_version} +Provides: tex(nanumgtmcc.tfm) = %{tl_version} +Provides: tex(nanumgtmcd.tfm) = %{tl_version} +Provides: tex(nanumgtmce.tfm) = %{tl_version} +Provides: tex(nanumgtmcf.tfm) = %{tl_version} +Provides: tex(nanumgtmd0.tfm) = %{tl_version} +Provides: tex(nanumgtmd1.tfm) = %{tl_version} +Provides: tex(nanumgtmd2.tfm) = %{tl_version} +Provides: tex(nanumgtmd3.tfm) = %{tl_version} +Provides: tex(nanumgtmd4.tfm) = %{tl_version} +Provides: tex(nanumgtmd5.tfm) = %{tl_version} +Provides: tex(nanumgtmd6.tfm) = %{tl_version} +Provides: tex(nanumgtmd7.tfm) = %{tl_version} +Provides: tex(nanumgtmf9.tfm) = %{tl_version} +Provides: tex(nanumgtmfa.tfm) = %{tl_version} +Provides: tex(nanumgtmff.tfm) = %{tl_version} +Provides: tex(nanumgtmo00.tfm) = %{tl_version} +Provides: tex(nanumgtmo01.tfm) = %{tl_version} +Provides: tex(nanumgtmo02.tfm) = %{tl_version} +Provides: tex(nanumgtmo03.tfm) = %{tl_version} +Provides: tex(nanumgtmo04.tfm) = %{tl_version} +Provides: tex(nanumgtmo11.tfm) = %{tl_version} +Provides: tex(nanumgtmo20.tfm) = %{tl_version} +Provides: tex(nanumgtmo21.tfm) = %{tl_version} +Provides: tex(nanumgtmo22.tfm) = %{tl_version} +Provides: tex(nanumgtmo23.tfm) = %{tl_version} +Provides: tex(nanumgtmo24.tfm) = %{tl_version} +Provides: tex(nanumgtmo25.tfm) = %{tl_version} +Provides: tex(nanumgtmo26.tfm) = %{tl_version} +Provides: tex(nanumgtmo27.tfm) = %{tl_version} +Provides: tex(nanumgtmo2a.tfm) = %{tl_version} +Provides: tex(nanumgtmo30.tfm) = %{tl_version} +Provides: tex(nanumgtmo31.tfm) = %{tl_version} +Provides: tex(nanumgtmo32.tfm) = %{tl_version} +Provides: tex(nanumgtmo33.tfm) = %{tl_version} +Provides: tex(nanumgtmo4e.tfm) = %{tl_version} +Provides: tex(nanumgtmo4f.tfm) = %{tl_version} +Provides: tex(nanumgtmo50.tfm) = %{tl_version} +Provides: tex(nanumgtmo51.tfm) = %{tl_version} +Provides: tex(nanumgtmo52.tfm) = %{tl_version} +Provides: tex(nanumgtmo53.tfm) = %{tl_version} +Provides: tex(nanumgtmo54.tfm) = %{tl_version} +Provides: tex(nanumgtmo55.tfm) = %{tl_version} +Provides: tex(nanumgtmo56.tfm) = %{tl_version} +Provides: tex(nanumgtmo57.tfm) = %{tl_version} +Provides: tex(nanumgtmo58.tfm) = %{tl_version} +Provides: tex(nanumgtmo59.tfm) = %{tl_version} +Provides: tex(nanumgtmo5a.tfm) = %{tl_version} +Provides: tex(nanumgtmo5b.tfm) = %{tl_version} +Provides: tex(nanumgtmo5c.tfm) = %{tl_version} +Provides: tex(nanumgtmo5d.tfm) = %{tl_version} +Provides: tex(nanumgtmo5e.tfm) = %{tl_version} +Provides: tex(nanumgtmo5f.tfm) = %{tl_version} +Provides: tex(nanumgtmo60.tfm) = %{tl_version} +Provides: tex(nanumgtmo61.tfm) = %{tl_version} +Provides: tex(nanumgtmo62.tfm) = %{tl_version} +Provides: tex(nanumgtmo63.tfm) = %{tl_version} +Provides: tex(nanumgtmo64.tfm) = %{tl_version} +Provides: tex(nanumgtmo65.tfm) = %{tl_version} +Provides: tex(nanumgtmo66.tfm) = %{tl_version} +Provides: tex(nanumgtmo67.tfm) = %{tl_version} +Provides: tex(nanumgtmo68.tfm) = %{tl_version} +Provides: tex(nanumgtmo69.tfm) = %{tl_version} +Provides: tex(nanumgtmo6a.tfm) = %{tl_version} +Provides: tex(nanumgtmo6b.tfm) = %{tl_version} +Provides: tex(nanumgtmo6c.tfm) = %{tl_version} +Provides: tex(nanumgtmo6d.tfm) = %{tl_version} +Provides: tex(nanumgtmo6e.tfm) = %{tl_version} +Provides: tex(nanumgtmo6f.tfm) = %{tl_version} +Provides: tex(nanumgtmo70.tfm) = %{tl_version} +Provides: tex(nanumgtmo71.tfm) = %{tl_version} +Provides: tex(nanumgtmo72.tfm) = %{tl_version} +Provides: tex(nanumgtmo73.tfm) = %{tl_version} +Provides: tex(nanumgtmo74.tfm) = %{tl_version} +Provides: tex(nanumgtmo75.tfm) = %{tl_version} +Provides: tex(nanumgtmo76.tfm) = %{tl_version} +Provides: tex(nanumgtmo77.tfm) = %{tl_version} +Provides: tex(nanumgtmo78.tfm) = %{tl_version} +Provides: tex(nanumgtmo79.tfm) = %{tl_version} +Provides: tex(nanumgtmo7a.tfm) = %{tl_version} +Provides: tex(nanumgtmo7b.tfm) = %{tl_version} +Provides: tex(nanumgtmo7c.tfm) = %{tl_version} +Provides: tex(nanumgtmo7d.tfm) = %{tl_version} +Provides: tex(nanumgtmo7e.tfm) = %{tl_version} +Provides: tex(nanumgtmo7f.tfm) = %{tl_version} +Provides: tex(nanumgtmo80.tfm) = %{tl_version} +Provides: tex(nanumgtmo81.tfm) = %{tl_version} +Provides: tex(nanumgtmo82.tfm) = %{tl_version} +Provides: tex(nanumgtmo83.tfm) = %{tl_version} +Provides: tex(nanumgtmo84.tfm) = %{tl_version} +Provides: tex(nanumgtmo85.tfm) = %{tl_version} +Provides: tex(nanumgtmo86.tfm) = %{tl_version} +Provides: tex(nanumgtmo87.tfm) = %{tl_version} +Provides: tex(nanumgtmo88.tfm) = %{tl_version} +Provides: tex(nanumgtmo89.tfm) = %{tl_version} +Provides: tex(nanumgtmo8a.tfm) = %{tl_version} +Provides: tex(nanumgtmo8b.tfm) = %{tl_version} +Provides: tex(nanumgtmo8c.tfm) = %{tl_version} +Provides: tex(nanumgtmo8d.tfm) = %{tl_version} +Provides: tex(nanumgtmo8e.tfm) = %{tl_version} +Provides: tex(nanumgtmo8f.tfm) = %{tl_version} +Provides: tex(nanumgtmo90.tfm) = %{tl_version} +Provides: tex(nanumgtmo91.tfm) = %{tl_version} +Provides: tex(nanumgtmo92.tfm) = %{tl_version} +Provides: tex(nanumgtmo93.tfm) = %{tl_version} +Provides: tex(nanumgtmo94.tfm) = %{tl_version} +Provides: tex(nanumgtmo95.tfm) = %{tl_version} +Provides: tex(nanumgtmo96.tfm) = %{tl_version} +Provides: tex(nanumgtmo97.tfm) = %{tl_version} +Provides: tex(nanumgtmo98.tfm) = %{tl_version} +Provides: tex(nanumgtmo99.tfm) = %{tl_version} +Provides: tex(nanumgtmo9a.tfm) = %{tl_version} +Provides: tex(nanumgtmo9b.tfm) = %{tl_version} +Provides: tex(nanumgtmo9c.tfm) = %{tl_version} +Provides: tex(nanumgtmo9d.tfm) = %{tl_version} +Provides: tex(nanumgtmo9e.tfm) = %{tl_version} +Provides: tex(nanumgtmo9f.tfm) = %{tl_version} +Provides: tex(nanumgtmoac.tfm) = %{tl_version} +Provides: tex(nanumgtmoad.tfm) = %{tl_version} +Provides: tex(nanumgtmoae.tfm) = %{tl_version} +Provides: tex(nanumgtmoaf.tfm) = %{tl_version} +Provides: tex(nanumgtmob0.tfm) = %{tl_version} +Provides: tex(nanumgtmob1.tfm) = %{tl_version} +Provides: tex(nanumgtmob2.tfm) = %{tl_version} +Provides: tex(nanumgtmob3.tfm) = %{tl_version} +Provides: tex(nanumgtmob4.tfm) = %{tl_version} +Provides: tex(nanumgtmob5.tfm) = %{tl_version} +Provides: tex(nanumgtmob6.tfm) = %{tl_version} +Provides: tex(nanumgtmob7.tfm) = %{tl_version} +Provides: tex(nanumgtmob8.tfm) = %{tl_version} +Provides: tex(nanumgtmob9.tfm) = %{tl_version} +Provides: tex(nanumgtmoba.tfm) = %{tl_version} +Provides: tex(nanumgtmobb.tfm) = %{tl_version} +Provides: tex(nanumgtmobc.tfm) = %{tl_version} +Provides: tex(nanumgtmobd.tfm) = %{tl_version} +Provides: tex(nanumgtmobe.tfm) = %{tl_version} +Provides: tex(nanumgtmobf.tfm) = %{tl_version} +Provides: tex(nanumgtmoc0.tfm) = %{tl_version} +Provides: tex(nanumgtmoc1.tfm) = %{tl_version} +Provides: tex(nanumgtmoc2.tfm) = %{tl_version} +Provides: tex(nanumgtmoc3.tfm) = %{tl_version} +Provides: tex(nanumgtmoc4.tfm) = %{tl_version} +Provides: tex(nanumgtmoc5.tfm) = %{tl_version} +Provides: tex(nanumgtmoc6.tfm) = %{tl_version} +Provides: tex(nanumgtmoc7.tfm) = %{tl_version} +Provides: tex(nanumgtmoc8.tfm) = %{tl_version} +Provides: tex(nanumgtmoc9.tfm) = %{tl_version} +Provides: tex(nanumgtmoca.tfm) = %{tl_version} +Provides: tex(nanumgtmocb.tfm) = %{tl_version} +Provides: tex(nanumgtmocc.tfm) = %{tl_version} +Provides: tex(nanumgtmocd.tfm) = %{tl_version} +Provides: tex(nanumgtmoce.tfm) = %{tl_version} +Provides: tex(nanumgtmocf.tfm) = %{tl_version} +Provides: tex(nanumgtmod0.tfm) = %{tl_version} +Provides: tex(nanumgtmod1.tfm) = %{tl_version} +Provides: tex(nanumgtmod2.tfm) = %{tl_version} +Provides: tex(nanumgtmod3.tfm) = %{tl_version} +Provides: tex(nanumgtmod4.tfm) = %{tl_version} +Provides: tex(nanumgtmod5.tfm) = %{tl_version} +Provides: tex(nanumgtmod6.tfm) = %{tl_version} +Provides: tex(nanumgtmod7.tfm) = %{tl_version} +Provides: tex(nanumgtmof9.tfm) = %{tl_version} +Provides: tex(nanumgtmofa.tfm) = %{tl_version} +Provides: tex(nanumgtmoff.tfm) = %{tl_version} +Provides: tex(nanummjb00.tfm) = %{tl_version} +Provides: tex(nanummjb01.tfm) = %{tl_version} +Provides: tex(nanummjb02.tfm) = %{tl_version} +Provides: tex(nanummjb03.tfm) = %{tl_version} +Provides: tex(nanummjb04.tfm) = %{tl_version} +Provides: tex(nanummjb20.tfm) = %{tl_version} +Provides: tex(nanummjb21.tfm) = %{tl_version} +Provides: tex(nanummjb22.tfm) = %{tl_version} +Provides: tex(nanummjb23.tfm) = %{tl_version} +Provides: tex(nanummjb24.tfm) = %{tl_version} +Provides: tex(nanummjb25.tfm) = %{tl_version} +Provides: tex(nanummjb26.tfm) = %{tl_version} +Provides: tex(nanummjb27.tfm) = %{tl_version} +Provides: tex(nanummjb2a.tfm) = %{tl_version} +Provides: tex(nanummjb30.tfm) = %{tl_version} +Provides: tex(nanummjb31.tfm) = %{tl_version} +Provides: tex(nanummjb32.tfm) = %{tl_version} +Provides: tex(nanummjb33.tfm) = %{tl_version} +Provides: tex(nanummjbac.tfm) = %{tl_version} +Provides: tex(nanummjbad.tfm) = %{tl_version} +Provides: tex(nanummjbae.tfm) = %{tl_version} +Provides: tex(nanummjbaf.tfm) = %{tl_version} +Provides: tex(nanummjbb0.tfm) = %{tl_version} +Provides: tex(nanummjbb1.tfm) = %{tl_version} +Provides: tex(nanummjbb2.tfm) = %{tl_version} +Provides: tex(nanummjbb3.tfm) = %{tl_version} +Provides: tex(nanummjbb4.tfm) = %{tl_version} +Provides: tex(nanummjbb5.tfm) = %{tl_version} +Provides: tex(nanummjbb6.tfm) = %{tl_version} +Provides: tex(nanummjbb7.tfm) = %{tl_version} +Provides: tex(nanummjbb8.tfm) = %{tl_version} +Provides: tex(nanummjbb9.tfm) = %{tl_version} +Provides: tex(nanummjbba.tfm) = %{tl_version} +Provides: tex(nanummjbbb.tfm) = %{tl_version} +Provides: tex(nanummjbbc.tfm) = %{tl_version} +Provides: tex(nanummjbbd.tfm) = %{tl_version} +Provides: tex(nanummjbbe.tfm) = %{tl_version} +Provides: tex(nanummjbbf.tfm) = %{tl_version} +Provides: tex(nanummjbc0.tfm) = %{tl_version} +Provides: tex(nanummjbc1.tfm) = %{tl_version} +Provides: tex(nanummjbc2.tfm) = %{tl_version} +Provides: tex(nanummjbc3.tfm) = %{tl_version} +Provides: tex(nanummjbc4.tfm) = %{tl_version} +Provides: tex(nanummjbc5.tfm) = %{tl_version} +Provides: tex(nanummjbc6.tfm) = %{tl_version} +Provides: tex(nanummjbc7.tfm) = %{tl_version} +Provides: tex(nanummjbc8.tfm) = %{tl_version} +Provides: tex(nanummjbc9.tfm) = %{tl_version} +Provides: tex(nanummjbca.tfm) = %{tl_version} +Provides: tex(nanummjbcb.tfm) = %{tl_version} +Provides: tex(nanummjbcc.tfm) = %{tl_version} +Provides: tex(nanummjbcd.tfm) = %{tl_version} +Provides: tex(nanummjbce.tfm) = %{tl_version} +Provides: tex(nanummjbcf.tfm) = %{tl_version} +Provides: tex(nanummjbd0.tfm) = %{tl_version} +Provides: tex(nanummjbd1.tfm) = %{tl_version} +Provides: tex(nanummjbd2.tfm) = %{tl_version} +Provides: tex(nanummjbd3.tfm) = %{tl_version} +Provides: tex(nanummjbd4.tfm) = %{tl_version} +Provides: tex(nanummjbd5.tfm) = %{tl_version} +Provides: tex(nanummjbd6.tfm) = %{tl_version} +Provides: tex(nanummjbd7.tfm) = %{tl_version} +Provides: tex(nanummjbff.tfm) = %{tl_version} +Provides: tex(nanummjbo00.tfm) = %{tl_version} +Provides: tex(nanummjbo01.tfm) = %{tl_version} +Provides: tex(nanummjbo02.tfm) = %{tl_version} +Provides: tex(nanummjbo03.tfm) = %{tl_version} +Provides: tex(nanummjbo04.tfm) = %{tl_version} +Provides: tex(nanummjbo20.tfm) = %{tl_version} +Provides: tex(nanummjbo21.tfm) = %{tl_version} +Provides: tex(nanummjbo22.tfm) = %{tl_version} +Provides: tex(nanummjbo23.tfm) = %{tl_version} +Provides: tex(nanummjbo24.tfm) = %{tl_version} +Provides: tex(nanummjbo25.tfm) = %{tl_version} +Provides: tex(nanummjbo26.tfm) = %{tl_version} +Provides: tex(nanummjbo27.tfm) = %{tl_version} +Provides: tex(nanummjbo2a.tfm) = %{tl_version} +Provides: tex(nanummjbo30.tfm) = %{tl_version} +Provides: tex(nanummjbo31.tfm) = %{tl_version} +Provides: tex(nanummjbo32.tfm) = %{tl_version} +Provides: tex(nanummjbo33.tfm) = %{tl_version} +Provides: tex(nanummjboac.tfm) = %{tl_version} +Provides: tex(nanummjboad.tfm) = %{tl_version} +Provides: tex(nanummjboae.tfm) = %{tl_version} +Provides: tex(nanummjboaf.tfm) = %{tl_version} +Provides: tex(nanummjbob0.tfm) = %{tl_version} +Provides: tex(nanummjbob1.tfm) = %{tl_version} +Provides: tex(nanummjbob2.tfm) = %{tl_version} +Provides: tex(nanummjbob3.tfm) = %{tl_version} +Provides: tex(nanummjbob4.tfm) = %{tl_version} +Provides: tex(nanummjbob5.tfm) = %{tl_version} +Provides: tex(nanummjbob6.tfm) = %{tl_version} +Provides: tex(nanummjbob7.tfm) = %{tl_version} +Provides: tex(nanummjbob8.tfm) = %{tl_version} +Provides: tex(nanummjbob9.tfm) = %{tl_version} +Provides: tex(nanummjboba.tfm) = %{tl_version} +Provides: tex(nanummjbobb.tfm) = %{tl_version} +Provides: tex(nanummjbobc.tfm) = %{tl_version} +Provides: tex(nanummjbobd.tfm) = %{tl_version} +Provides: tex(nanummjbobe.tfm) = %{tl_version} +Provides: tex(nanummjbobf.tfm) = %{tl_version} +Provides: tex(nanummjboc0.tfm) = %{tl_version} +Provides: tex(nanummjboc1.tfm) = %{tl_version} +Provides: tex(nanummjboc2.tfm) = %{tl_version} +Provides: tex(nanummjboc3.tfm) = %{tl_version} +Provides: tex(nanummjboc4.tfm) = %{tl_version} +Provides: tex(nanummjboc5.tfm) = %{tl_version} +Provides: tex(nanummjboc6.tfm) = %{tl_version} +Provides: tex(nanummjboc7.tfm) = %{tl_version} +Provides: tex(nanummjboc8.tfm) = %{tl_version} +Provides: tex(nanummjboc9.tfm) = %{tl_version} +Provides: tex(nanummjboca.tfm) = %{tl_version} +Provides: tex(nanummjbocb.tfm) = %{tl_version} +Provides: tex(nanummjbocc.tfm) = %{tl_version} +Provides: tex(nanummjbocd.tfm) = %{tl_version} +Provides: tex(nanummjboce.tfm) = %{tl_version} +Provides: tex(nanummjbocf.tfm) = %{tl_version} +Provides: tex(nanummjbod0.tfm) = %{tl_version} +Provides: tex(nanummjbod1.tfm) = %{tl_version} +Provides: tex(nanummjbod2.tfm) = %{tl_version} +Provides: tex(nanummjbod3.tfm) = %{tl_version} +Provides: tex(nanummjbod4.tfm) = %{tl_version} +Provides: tex(nanummjbod5.tfm) = %{tl_version} +Provides: tex(nanummjbod6.tfm) = %{tl_version} +Provides: tex(nanummjbod7.tfm) = %{tl_version} +Provides: tex(nanummjboff.tfm) = %{tl_version} +Provides: tex(nanummjm00.tfm) = %{tl_version} +Provides: tex(nanummjm01.tfm) = %{tl_version} +Provides: tex(nanummjm02.tfm) = %{tl_version} +Provides: tex(nanummjm03.tfm) = %{tl_version} +Provides: tex(nanummjm04.tfm) = %{tl_version} +Provides: tex(nanummjm20.tfm) = %{tl_version} +Provides: tex(nanummjm21.tfm) = %{tl_version} +Provides: tex(nanummjm22.tfm) = %{tl_version} +Provides: tex(nanummjm23.tfm) = %{tl_version} +Provides: tex(nanummjm24.tfm) = %{tl_version} +Provides: tex(nanummjm25.tfm) = %{tl_version} +Provides: tex(nanummjm26.tfm) = %{tl_version} +Provides: tex(nanummjm27.tfm) = %{tl_version} +Provides: tex(nanummjm30.tfm) = %{tl_version} +Provides: tex(nanummjm31.tfm) = %{tl_version} +Provides: tex(nanummjm32.tfm) = %{tl_version} +Provides: tex(nanummjm33.tfm) = %{tl_version} +Provides: tex(nanummjmac.tfm) = %{tl_version} +Provides: tex(nanummjmad.tfm) = %{tl_version} +Provides: tex(nanummjmae.tfm) = %{tl_version} +Provides: tex(nanummjmaf.tfm) = %{tl_version} +Provides: tex(nanummjmb0.tfm) = %{tl_version} +Provides: tex(nanummjmb1.tfm) = %{tl_version} +Provides: tex(nanummjmb2.tfm) = %{tl_version} +Provides: tex(nanummjmb3.tfm) = %{tl_version} +Provides: tex(nanummjmb4.tfm) = %{tl_version} +Provides: tex(nanummjmb5.tfm) = %{tl_version} +Provides: tex(nanummjmb6.tfm) = %{tl_version} +Provides: tex(nanummjmb7.tfm) = %{tl_version} +Provides: tex(nanummjmb8.tfm) = %{tl_version} +Provides: tex(nanummjmb9.tfm) = %{tl_version} +Provides: tex(nanummjmba.tfm) = %{tl_version} +Provides: tex(nanummjmbb.tfm) = %{tl_version} +Provides: tex(nanummjmbc.tfm) = %{tl_version} +Provides: tex(nanummjmbd.tfm) = %{tl_version} +Provides: tex(nanummjmbe.tfm) = %{tl_version} +Provides: tex(nanummjmbf.tfm) = %{tl_version} +Provides: tex(nanummjmc0.tfm) = %{tl_version} +Provides: tex(nanummjmc1.tfm) = %{tl_version} +Provides: tex(nanummjmc2.tfm) = %{tl_version} +Provides: tex(nanummjmc3.tfm) = %{tl_version} +Provides: tex(nanummjmc4.tfm) = %{tl_version} +Provides: tex(nanummjmc5.tfm) = %{tl_version} +Provides: tex(nanummjmc6.tfm) = %{tl_version} +Provides: tex(nanummjmc7.tfm) = %{tl_version} +Provides: tex(nanummjmc8.tfm) = %{tl_version} +Provides: tex(nanummjmc9.tfm) = %{tl_version} +Provides: tex(nanummjmca.tfm) = %{tl_version} +Provides: tex(nanummjmcb.tfm) = %{tl_version} +Provides: tex(nanummjmcc.tfm) = %{tl_version} +Provides: tex(nanummjmcd.tfm) = %{tl_version} +Provides: tex(nanummjmce.tfm) = %{tl_version} +Provides: tex(nanummjmcf.tfm) = %{tl_version} +Provides: tex(nanummjmd0.tfm) = %{tl_version} +Provides: tex(nanummjmd1.tfm) = %{tl_version} +Provides: tex(nanummjmd2.tfm) = %{tl_version} +Provides: tex(nanummjmd3.tfm) = %{tl_version} +Provides: tex(nanummjmd4.tfm) = %{tl_version} +Provides: tex(nanummjmd5.tfm) = %{tl_version} +Provides: tex(nanummjmd6.tfm) = %{tl_version} +Provides: tex(nanummjmd7.tfm) = %{tl_version} +Provides: tex(nanummjmff.tfm) = %{tl_version} +Provides: tex(nanummjmo00.tfm) = %{tl_version} +Provides: tex(nanummjmo01.tfm) = %{tl_version} +Provides: tex(nanummjmo02.tfm) = %{tl_version} +Provides: tex(nanummjmo03.tfm) = %{tl_version} +Provides: tex(nanummjmo04.tfm) = %{tl_version} +Provides: tex(nanummjmo20.tfm) = %{tl_version} +Provides: tex(nanummjmo21.tfm) = %{tl_version} +Provides: tex(nanummjmo22.tfm) = %{tl_version} +Provides: tex(nanummjmo23.tfm) = %{tl_version} +Provides: tex(nanummjmo24.tfm) = %{tl_version} +Provides: tex(nanummjmo25.tfm) = %{tl_version} +Provides: tex(nanummjmo26.tfm) = %{tl_version} +Provides: tex(nanummjmo27.tfm) = %{tl_version} +Provides: tex(nanummjmo30.tfm) = %{tl_version} +Provides: tex(nanummjmo31.tfm) = %{tl_version} +Provides: tex(nanummjmo32.tfm) = %{tl_version} +Provides: tex(nanummjmo33.tfm) = %{tl_version} +Provides: tex(nanummjmoac.tfm) = %{tl_version} +Provides: tex(nanummjmoad.tfm) = %{tl_version} +Provides: tex(nanummjmoae.tfm) = %{tl_version} +Provides: tex(nanummjmoaf.tfm) = %{tl_version} +Provides: tex(nanummjmob0.tfm) = %{tl_version} +Provides: tex(nanummjmob1.tfm) = %{tl_version} +Provides: tex(nanummjmob2.tfm) = %{tl_version} +Provides: tex(nanummjmob3.tfm) = %{tl_version} +Provides: tex(nanummjmob4.tfm) = %{tl_version} +Provides: tex(nanummjmob5.tfm) = %{tl_version} +Provides: tex(nanummjmob6.tfm) = %{tl_version} +Provides: tex(nanummjmob7.tfm) = %{tl_version} +Provides: tex(nanummjmob8.tfm) = %{tl_version} +Provides: tex(nanummjmob9.tfm) = %{tl_version} +Provides: tex(nanummjmoba.tfm) = %{tl_version} +Provides: tex(nanummjmobb.tfm) = %{tl_version} +Provides: tex(nanummjmobc.tfm) = %{tl_version} +Provides: tex(nanummjmobd.tfm) = %{tl_version} +Provides: tex(nanummjmobe.tfm) = %{tl_version} +Provides: tex(nanummjmobf.tfm) = %{tl_version} +Provides: tex(nanummjmoc0.tfm) = %{tl_version} +Provides: tex(nanummjmoc1.tfm) = %{tl_version} +Provides: tex(nanummjmoc2.tfm) = %{tl_version} +Provides: tex(nanummjmoc3.tfm) = %{tl_version} +Provides: tex(nanummjmoc4.tfm) = %{tl_version} +Provides: tex(nanummjmoc5.tfm) = %{tl_version} +Provides: tex(nanummjmoc6.tfm) = %{tl_version} +Provides: tex(nanummjmoc7.tfm) = %{tl_version} +Provides: tex(nanummjmoc8.tfm) = %{tl_version} +Provides: tex(nanummjmoc9.tfm) = %{tl_version} +Provides: tex(nanummjmoca.tfm) = %{tl_version} +Provides: tex(nanummjmocb.tfm) = %{tl_version} +Provides: tex(nanummjmocc.tfm) = %{tl_version} +Provides: tex(nanummjmocd.tfm) = %{tl_version} +Provides: tex(nanummjmoce.tfm) = %{tl_version} +Provides: tex(nanummjmocf.tfm) = %{tl_version} +Provides: tex(nanummjmod0.tfm) = %{tl_version} +Provides: tex(nanummjmod1.tfm) = %{tl_version} +Provides: tex(nanummjmod2.tfm) = %{tl_version} +Provides: tex(nanummjmod3.tfm) = %{tl_version} +Provides: tex(nanummjmod4.tfm) = %{tl_version} +Provides: tex(nanummjmod5.tfm) = %{tl_version} +Provides: tex(nanummjmod6.tfm) = %{tl_version} +Provides: tex(nanummjmod7.tfm) = %{tl_version} +Provides: tex(nanummjmoff.tfm) = %{tl_version} +Provides: tex(t1nanumgtb.tfm) = %{tl_version} +Provides: tex(t1nanumgtbo.tfm) = %{tl_version} +Provides: tex(t1nanumgtm.tfm) = %{tl_version} +Provides: tex(t1nanumgtmo.tfm) = %{tl_version} +Provides: tex(t1nanummjb.tfm) = %{tl_version} +Provides: tex(t1nanummjbo.tfm) = %{tl_version} +Provides: tex(t1nanummjm.tfm) = %{tl_version} +Provides: tex(t1nanummjmo.tfm) = %{tl_version} +Provides: tex(ts1nanumgtb.tfm) = %{tl_version} +Provides: tex(ts1nanumgtbo.tfm) = %{tl_version} +Provides: tex(ts1nanumgtm.tfm) = %{tl_version} +Provides: tex(ts1nanumgtmo.tfm) = %{tl_version} +Provides: tex(ts1nanummjb.tfm) = %{tl_version} +Provides: tex(ts1nanummjbo.tfm) = %{tl_version} +Provides: tex(ts1nanummjm.tfm) = %{tl_version} +Provides: tex(ts1nanummjmo.tfm) = %{tl_version} +Provides: tex(nanumgtb00.pfb) = %{tl_version} +Provides: tex(nanumgtb01.pfb) = %{tl_version} +Provides: tex(nanumgtb02.pfb) = %{tl_version} +Provides: tex(nanumgtb03.pfb) = %{tl_version} +Provides: tex(nanumgtb04.pfb) = %{tl_version} +Provides: tex(nanumgtb11.pfb) = %{tl_version} +Provides: tex(nanumgtb20.pfb) = %{tl_version} +Provides: tex(nanumgtb21.pfb) = %{tl_version} +Provides: tex(nanumgtb22.pfb) = %{tl_version} +Provides: tex(nanumgtb23.pfb) = %{tl_version} +Provides: tex(nanumgtb24.pfb) = %{tl_version} +Provides: tex(nanumgtb25.pfb) = %{tl_version} +Provides: tex(nanumgtb26.pfb) = %{tl_version} +Provides: tex(nanumgtb27.pfb) = %{tl_version} +Provides: tex(nanumgtb2a.pfb) = %{tl_version} +Provides: tex(nanumgtb30.pfb) = %{tl_version} +Provides: tex(nanumgtb31.pfb) = %{tl_version} +Provides: tex(nanumgtb32.pfb) = %{tl_version} +Provides: tex(nanumgtb33.pfb) = %{tl_version} +Provides: tex(nanumgtb4e.pfb) = %{tl_version} +Provides: tex(nanumgtb4f.pfb) = %{tl_version} +Provides: tex(nanumgtb50.pfb) = %{tl_version} +Provides: tex(nanumgtb51.pfb) = %{tl_version} +Provides: tex(nanumgtb52.pfb) = %{tl_version} +Provides: tex(nanumgtb53.pfb) = %{tl_version} +Provides: tex(nanumgtb54.pfb) = %{tl_version} +Provides: tex(nanumgtb55.pfb) = %{tl_version} +Provides: tex(nanumgtb56.pfb) = %{tl_version} +Provides: tex(nanumgtb57.pfb) = %{tl_version} +Provides: tex(nanumgtb58.pfb) = %{tl_version} +Provides: tex(nanumgtb59.pfb) = %{tl_version} +Provides: tex(nanumgtb5a.pfb) = %{tl_version} +Provides: tex(nanumgtb5b.pfb) = %{tl_version} +Provides: tex(nanumgtb5c.pfb) = %{tl_version} +Provides: tex(nanumgtb5d.pfb) = %{tl_version} +Provides: tex(nanumgtb5e.pfb) = %{tl_version} +Provides: tex(nanumgtb5f.pfb) = %{tl_version} +Provides: tex(nanumgtb60.pfb) = %{tl_version} +Provides: tex(nanumgtb61.pfb) = %{tl_version} +Provides: tex(nanumgtb62.pfb) = %{tl_version} +Provides: tex(nanumgtb63.pfb) = %{tl_version} +Provides: tex(nanumgtb64.pfb) = %{tl_version} +Provides: tex(nanumgtb65.pfb) = %{tl_version} +Provides: tex(nanumgtb66.pfb) = %{tl_version} +Provides: tex(nanumgtb67.pfb) = %{tl_version} +Provides: tex(nanumgtb68.pfb) = %{tl_version} +Provides: tex(nanumgtb69.pfb) = %{tl_version} +Provides: tex(nanumgtb6a.pfb) = %{tl_version} +Provides: tex(nanumgtb6b.pfb) = %{tl_version} +Provides: tex(nanumgtb6c.pfb) = %{tl_version} +Provides: tex(nanumgtb6d.pfb) = %{tl_version} +Provides: tex(nanumgtb6e.pfb) = %{tl_version} +Provides: tex(nanumgtb6f.pfb) = %{tl_version} +Provides: tex(nanumgtb70.pfb) = %{tl_version} +Provides: tex(nanumgtb71.pfb) = %{tl_version} +Provides: tex(nanumgtb72.pfb) = %{tl_version} +Provides: tex(nanumgtb73.pfb) = %{tl_version} +Provides: tex(nanumgtb74.pfb) = %{tl_version} +Provides: tex(nanumgtb75.pfb) = %{tl_version} +Provides: tex(nanumgtb76.pfb) = %{tl_version} +Provides: tex(nanumgtb77.pfb) = %{tl_version} +Provides: tex(nanumgtb78.pfb) = %{tl_version} +Provides: tex(nanumgtb79.pfb) = %{tl_version} +Provides: tex(nanumgtb7a.pfb) = %{tl_version} +Provides: tex(nanumgtb7b.pfb) = %{tl_version} +Provides: tex(nanumgtb7c.pfb) = %{tl_version} +Provides: tex(nanumgtb7d.pfb) = %{tl_version} +Provides: tex(nanumgtb7e.pfb) = %{tl_version} +Provides: tex(nanumgtb7f.pfb) = %{tl_version} +Provides: tex(nanumgtb80.pfb) = %{tl_version} +Provides: tex(nanumgtb81.pfb) = %{tl_version} +Provides: tex(nanumgtb82.pfb) = %{tl_version} +Provides: tex(nanumgtb83.pfb) = %{tl_version} +Provides: tex(nanumgtb84.pfb) = %{tl_version} +Provides: tex(nanumgtb85.pfb) = %{tl_version} +Provides: tex(nanumgtb86.pfb) = %{tl_version} +Provides: tex(nanumgtb87.pfb) = %{tl_version} +Provides: tex(nanumgtb88.pfb) = %{tl_version} +Provides: tex(nanumgtb89.pfb) = %{tl_version} +Provides: tex(nanumgtb8a.pfb) = %{tl_version} +Provides: tex(nanumgtb8b.pfb) = %{tl_version} +Provides: tex(nanumgtb8c.pfb) = %{tl_version} +Provides: tex(nanumgtb8d.pfb) = %{tl_version} +Provides: tex(nanumgtb8e.pfb) = %{tl_version} +Provides: tex(nanumgtb8f.pfb) = %{tl_version} +Provides: tex(nanumgtb90.pfb) = %{tl_version} +Provides: tex(nanumgtb91.pfb) = %{tl_version} +Provides: tex(nanumgtb92.pfb) = %{tl_version} +Provides: tex(nanumgtb93.pfb) = %{tl_version} +Provides: tex(nanumgtb94.pfb) = %{tl_version} +Provides: tex(nanumgtb95.pfb) = %{tl_version} +Provides: tex(nanumgtb96.pfb) = %{tl_version} +Provides: tex(nanumgtb97.pfb) = %{tl_version} +Provides: tex(nanumgtb98.pfb) = %{tl_version} +Provides: tex(nanumgtb99.pfb) = %{tl_version} +Provides: tex(nanumgtb9a.pfb) = %{tl_version} +Provides: tex(nanumgtb9b.pfb) = %{tl_version} +Provides: tex(nanumgtb9c.pfb) = %{tl_version} +Provides: tex(nanumgtb9d.pfb) = %{tl_version} +Provides: tex(nanumgtb9e.pfb) = %{tl_version} +Provides: tex(nanumgtb9f.pfb) = %{tl_version} +Provides: tex(nanumgtbac.pfb) = %{tl_version} +Provides: tex(nanumgtbad.pfb) = %{tl_version} +Provides: tex(nanumgtbae.pfb) = %{tl_version} +Provides: tex(nanumgtbaf.pfb) = %{tl_version} +Provides: tex(nanumgtbb0.pfb) = %{tl_version} +Provides: tex(nanumgtbb1.pfb) = %{tl_version} +Provides: tex(nanumgtbb2.pfb) = %{tl_version} +Provides: tex(nanumgtbb3.pfb) = %{tl_version} +Provides: tex(nanumgtbb4.pfb) = %{tl_version} +Provides: tex(nanumgtbb5.pfb) = %{tl_version} +Provides: tex(nanumgtbb6.pfb) = %{tl_version} +Provides: tex(nanumgtbb7.pfb) = %{tl_version} +Provides: tex(nanumgtbb8.pfb) = %{tl_version} +Provides: tex(nanumgtbb9.pfb) = %{tl_version} +Provides: tex(nanumgtbba.pfb) = %{tl_version} +Provides: tex(nanumgtbbb.pfb) = %{tl_version} +Provides: tex(nanumgtbbc.pfb) = %{tl_version} +Provides: tex(nanumgtbbd.pfb) = %{tl_version} +Provides: tex(nanumgtbbe.pfb) = %{tl_version} +Provides: tex(nanumgtbbf.pfb) = %{tl_version} +Provides: tex(nanumgtbc0.pfb) = %{tl_version} +Provides: tex(nanumgtbc1.pfb) = %{tl_version} +Provides: tex(nanumgtbc2.pfb) = %{tl_version} +Provides: tex(nanumgtbc3.pfb) = %{tl_version} +Provides: tex(nanumgtbc4.pfb) = %{tl_version} +Provides: tex(nanumgtbc5.pfb) = %{tl_version} +Provides: tex(nanumgtbc6.pfb) = %{tl_version} +Provides: tex(nanumgtbc7.pfb) = %{tl_version} +Provides: tex(nanumgtbc8.pfb) = %{tl_version} +Provides: tex(nanumgtbc9.pfb) = %{tl_version} +Provides: tex(nanumgtbca.pfb) = %{tl_version} +Provides: tex(nanumgtbcb.pfb) = %{tl_version} +Provides: tex(nanumgtbcc.pfb) = %{tl_version} +Provides: tex(nanumgtbcd.pfb) = %{tl_version} +Provides: tex(nanumgtbce.pfb) = %{tl_version} +Provides: tex(nanumgtbcf.pfb) = %{tl_version} +Provides: tex(nanumgtbd0.pfb) = %{tl_version} +Provides: tex(nanumgtbd1.pfb) = %{tl_version} +Provides: tex(nanumgtbd2.pfb) = %{tl_version} +Provides: tex(nanumgtbd3.pfb) = %{tl_version} +Provides: tex(nanumgtbd4.pfb) = %{tl_version} +Provides: tex(nanumgtbd5.pfb) = %{tl_version} +Provides: tex(nanumgtbd6.pfb) = %{tl_version} +Provides: tex(nanumgtbd7.pfb) = %{tl_version} +Provides: tex(nanumgtbf9.pfb) = %{tl_version} +Provides: tex(nanumgtbfa.pfb) = %{tl_version} +Provides: tex(nanumgtbff.pfb) = %{tl_version} +Provides: tex(nanumgtm00.pfb) = %{tl_version} +Provides: tex(nanumgtm01.pfb) = %{tl_version} +Provides: tex(nanumgtm02.pfb) = %{tl_version} +Provides: tex(nanumgtm03.pfb) = %{tl_version} +Provides: tex(nanumgtm04.pfb) = %{tl_version} +Provides: tex(nanumgtm11.pfb) = %{tl_version} +Provides: tex(nanumgtm20.pfb) = %{tl_version} +Provides: tex(nanumgtm21.pfb) = %{tl_version} +Provides: tex(nanumgtm22.pfb) = %{tl_version} +Provides: tex(nanumgtm23.pfb) = %{tl_version} +Provides: tex(nanumgtm24.pfb) = %{tl_version} +Provides: tex(nanumgtm25.pfb) = %{tl_version} +Provides: tex(nanumgtm26.pfb) = %{tl_version} +Provides: tex(nanumgtm27.pfb) = %{tl_version} +Provides: tex(nanumgtm2a.pfb) = %{tl_version} +Provides: tex(nanumgtm30.pfb) = %{tl_version} +Provides: tex(nanumgtm31.pfb) = %{tl_version} +Provides: tex(nanumgtm32.pfb) = %{tl_version} +Provides: tex(nanumgtm33.pfb) = %{tl_version} +Provides: tex(nanumgtm4e.pfb) = %{tl_version} +Provides: tex(nanumgtm4f.pfb) = %{tl_version} +Provides: tex(nanumgtm50.pfb) = %{tl_version} +Provides: tex(nanumgtm51.pfb) = %{tl_version} +Provides: tex(nanumgtm52.pfb) = %{tl_version} +Provides: tex(nanumgtm53.pfb) = %{tl_version} +Provides: tex(nanumgtm54.pfb) = %{tl_version} +Provides: tex(nanumgtm55.pfb) = %{tl_version} +Provides: tex(nanumgtm56.pfb) = %{tl_version} +Provides: tex(nanumgtm57.pfb) = %{tl_version} +Provides: tex(nanumgtm58.pfb) = %{tl_version} +Provides: tex(nanumgtm59.pfb) = %{tl_version} +Provides: tex(nanumgtm5a.pfb) = %{tl_version} +Provides: tex(nanumgtm5b.pfb) = %{tl_version} +Provides: tex(nanumgtm5c.pfb) = %{tl_version} +Provides: tex(nanumgtm5d.pfb) = %{tl_version} +Provides: tex(nanumgtm5e.pfb) = %{tl_version} +Provides: tex(nanumgtm5f.pfb) = %{tl_version} +Provides: tex(nanumgtm60.pfb) = %{tl_version} +Provides: tex(nanumgtm61.pfb) = %{tl_version} +Provides: tex(nanumgtm62.pfb) = %{tl_version} +Provides: tex(nanumgtm63.pfb) = %{tl_version} +Provides: tex(nanumgtm64.pfb) = %{tl_version} +Provides: tex(nanumgtm65.pfb) = %{tl_version} +Provides: tex(nanumgtm66.pfb) = %{tl_version} +Provides: tex(nanumgtm67.pfb) = %{tl_version} +Provides: tex(nanumgtm68.pfb) = %{tl_version} +Provides: tex(nanumgtm69.pfb) = %{tl_version} +Provides: tex(nanumgtm6a.pfb) = %{tl_version} +Provides: tex(nanumgtm6b.pfb) = %{tl_version} +Provides: tex(nanumgtm6c.pfb) = %{tl_version} +Provides: tex(nanumgtm6d.pfb) = %{tl_version} +Provides: tex(nanumgtm6e.pfb) = %{tl_version} +Provides: tex(nanumgtm6f.pfb) = %{tl_version} +Provides: tex(nanumgtm70.pfb) = %{tl_version} +Provides: tex(nanumgtm71.pfb) = %{tl_version} +Provides: tex(nanumgtm72.pfb) = %{tl_version} +Provides: tex(nanumgtm73.pfb) = %{tl_version} +Provides: tex(nanumgtm74.pfb) = %{tl_version} +Provides: tex(nanumgtm75.pfb) = %{tl_version} +Provides: tex(nanumgtm76.pfb) = %{tl_version} +Provides: tex(nanumgtm77.pfb) = %{tl_version} +Provides: tex(nanumgtm78.pfb) = %{tl_version} +Provides: tex(nanumgtm79.pfb) = %{tl_version} +Provides: tex(nanumgtm7a.pfb) = %{tl_version} +Provides: tex(nanumgtm7b.pfb) = %{tl_version} +Provides: tex(nanumgtm7c.pfb) = %{tl_version} +Provides: tex(nanumgtm7d.pfb) = %{tl_version} +Provides: tex(nanumgtm7e.pfb) = %{tl_version} +Provides: tex(nanumgtm7f.pfb) = %{tl_version} +Provides: tex(nanumgtm80.pfb) = %{tl_version} +Provides: tex(nanumgtm81.pfb) = %{tl_version} +Provides: tex(nanumgtm82.pfb) = %{tl_version} +Provides: tex(nanumgtm83.pfb) = %{tl_version} +Provides: tex(nanumgtm84.pfb) = %{tl_version} +Provides: tex(nanumgtm85.pfb) = %{tl_version} +Provides: tex(nanumgtm86.pfb) = %{tl_version} +Provides: tex(nanumgtm87.pfb) = %{tl_version} +Provides: tex(nanumgtm88.pfb) = %{tl_version} +Provides: tex(nanumgtm89.pfb) = %{tl_version} +Provides: tex(nanumgtm8a.pfb) = %{tl_version} +Provides: tex(nanumgtm8b.pfb) = %{tl_version} +Provides: tex(nanumgtm8c.pfb) = %{tl_version} +Provides: tex(nanumgtm8d.pfb) = %{tl_version} +Provides: tex(nanumgtm8e.pfb) = %{tl_version} +Provides: tex(nanumgtm8f.pfb) = %{tl_version} +Provides: tex(nanumgtm90.pfb) = %{tl_version} +Provides: tex(nanumgtm91.pfb) = %{tl_version} +Provides: tex(nanumgtm92.pfb) = %{tl_version} +Provides: tex(nanumgtm93.pfb) = %{tl_version} +Provides: tex(nanumgtm94.pfb) = %{tl_version} +Provides: tex(nanumgtm95.pfb) = %{tl_version} +Provides: tex(nanumgtm96.pfb) = %{tl_version} +Provides: tex(nanumgtm97.pfb) = %{tl_version} +Provides: tex(nanumgtm98.pfb) = %{tl_version} +Provides: tex(nanumgtm99.pfb) = %{tl_version} +Provides: tex(nanumgtm9a.pfb) = %{tl_version} +Provides: tex(nanumgtm9b.pfb) = %{tl_version} +Provides: tex(nanumgtm9c.pfb) = %{tl_version} +Provides: tex(nanumgtm9d.pfb) = %{tl_version} +Provides: tex(nanumgtm9e.pfb) = %{tl_version} +Provides: tex(nanumgtm9f.pfb) = %{tl_version} +Provides: tex(nanumgtmac.pfb) = %{tl_version} +Provides: tex(nanumgtmad.pfb) = %{tl_version} +Provides: tex(nanumgtmae.pfb) = %{tl_version} +Provides: tex(nanumgtmaf.pfb) = %{tl_version} +Provides: tex(nanumgtmb0.pfb) = %{tl_version} +Provides: tex(nanumgtmb1.pfb) = %{tl_version} +Provides: tex(nanumgtmb2.pfb) = %{tl_version} +Provides: tex(nanumgtmb3.pfb) = %{tl_version} +Provides: tex(nanumgtmb4.pfb) = %{tl_version} +Provides: tex(nanumgtmb5.pfb) = %{tl_version} +Provides: tex(nanumgtmb6.pfb) = %{tl_version} +Provides: tex(nanumgtmb7.pfb) = %{tl_version} +Provides: tex(nanumgtmb8.pfb) = %{tl_version} +Provides: tex(nanumgtmb9.pfb) = %{tl_version} +Provides: tex(nanumgtmba.pfb) = %{tl_version} +Provides: tex(nanumgtmbb.pfb) = %{tl_version} +Provides: tex(nanumgtmbc.pfb) = %{tl_version} +Provides: tex(nanumgtmbd.pfb) = %{tl_version} +Provides: tex(nanumgtmbe.pfb) = %{tl_version} +Provides: tex(nanumgtmbf.pfb) = %{tl_version} +Provides: tex(nanumgtmc0.pfb) = %{tl_version} +Provides: tex(nanumgtmc1.pfb) = %{tl_version} +Provides: tex(nanumgtmc2.pfb) = %{tl_version} +Provides: tex(nanumgtmc3.pfb) = %{tl_version} +Provides: tex(nanumgtmc4.pfb) = %{tl_version} +Provides: tex(nanumgtmc5.pfb) = %{tl_version} +Provides: tex(nanumgtmc6.pfb) = %{tl_version} +Provides: tex(nanumgtmc7.pfb) = %{tl_version} +Provides: tex(nanumgtmc8.pfb) = %{tl_version} +Provides: tex(nanumgtmc9.pfb) = %{tl_version} +Provides: tex(nanumgtmca.pfb) = %{tl_version} +Provides: tex(nanumgtmcb.pfb) = %{tl_version} +Provides: tex(nanumgtmcc.pfb) = %{tl_version} +Provides: tex(nanumgtmcd.pfb) = %{tl_version} +Provides: tex(nanumgtmce.pfb) = %{tl_version} +Provides: tex(nanumgtmcf.pfb) = %{tl_version} +Provides: tex(nanumgtmd0.pfb) = %{tl_version} +Provides: tex(nanumgtmd1.pfb) = %{tl_version} +Provides: tex(nanumgtmd2.pfb) = %{tl_version} +Provides: tex(nanumgtmd3.pfb) = %{tl_version} +Provides: tex(nanumgtmd4.pfb) = %{tl_version} +Provides: tex(nanumgtmd5.pfb) = %{tl_version} +Provides: tex(nanumgtmd6.pfb) = %{tl_version} +Provides: tex(nanumgtmd7.pfb) = %{tl_version} +Provides: tex(nanumgtmf9.pfb) = %{tl_version} +Provides: tex(nanumgtmfa.pfb) = %{tl_version} +Provides: tex(nanumgtmff.pfb) = %{tl_version} +Provides: tex(nanummjb00.pfb) = %{tl_version} +Provides: tex(nanummjb01.pfb) = %{tl_version} +Provides: tex(nanummjb02.pfb) = %{tl_version} +Provides: tex(nanummjb03.pfb) = %{tl_version} +Provides: tex(nanummjb04.pfb) = %{tl_version} +Provides: tex(nanummjb20.pfb) = %{tl_version} +Provides: tex(nanummjb21.pfb) = %{tl_version} +Provides: tex(nanummjb22.pfb) = %{tl_version} +Provides: tex(nanummjb23.pfb) = %{tl_version} +Provides: tex(nanummjb24.pfb) = %{tl_version} +Provides: tex(nanummjb25.pfb) = %{tl_version} +Provides: tex(nanummjb26.pfb) = %{tl_version} +Provides: tex(nanummjb27.pfb) = %{tl_version} +Provides: tex(nanummjb2a.pfb) = %{tl_version} +Provides: tex(nanummjb30.pfb) = %{tl_version} +Provides: tex(nanummjb31.pfb) = %{tl_version} +Provides: tex(nanummjb32.pfb) = %{tl_version} +Provides: tex(nanummjb33.pfb) = %{tl_version} +Provides: tex(nanummjbac.pfb) = %{tl_version} +Provides: tex(nanummjbad.pfb) = %{tl_version} +Provides: tex(nanummjbae.pfb) = %{tl_version} +Provides: tex(nanummjbaf.pfb) = %{tl_version} +Provides: tex(nanummjbb0.pfb) = %{tl_version} +Provides: tex(nanummjbb1.pfb) = %{tl_version} +Provides: tex(nanummjbb2.pfb) = %{tl_version} +Provides: tex(nanummjbb3.pfb) = %{tl_version} +Provides: tex(nanummjbb4.pfb) = %{tl_version} +Provides: tex(nanummjbb5.pfb) = %{tl_version} +Provides: tex(nanummjbb6.pfb) = %{tl_version} +Provides: tex(nanummjbb7.pfb) = %{tl_version} +Provides: tex(nanummjbb8.pfb) = %{tl_version} +Provides: tex(nanummjbb9.pfb) = %{tl_version} +Provides: tex(nanummjbba.pfb) = %{tl_version} +Provides: tex(nanummjbbb.pfb) = %{tl_version} +Provides: tex(nanummjbbc.pfb) = %{tl_version} +Provides: tex(nanummjbbd.pfb) = %{tl_version} +Provides: tex(nanummjbbe.pfb) = %{tl_version} +Provides: tex(nanummjbbf.pfb) = %{tl_version} +Provides: tex(nanummjbc0.pfb) = %{tl_version} +Provides: tex(nanummjbc1.pfb) = %{tl_version} +Provides: tex(nanummjbc2.pfb) = %{tl_version} +Provides: tex(nanummjbc3.pfb) = %{tl_version} +Provides: tex(nanummjbc4.pfb) = %{tl_version} +Provides: tex(nanummjbc5.pfb) = %{tl_version} +Provides: tex(nanummjbc6.pfb) = %{tl_version} +Provides: tex(nanummjbc7.pfb) = %{tl_version} +Provides: tex(nanummjbc8.pfb) = %{tl_version} +Provides: tex(nanummjbc9.pfb) = %{tl_version} +Provides: tex(nanummjbca.pfb) = %{tl_version} +Provides: tex(nanummjbcb.pfb) = %{tl_version} +Provides: tex(nanummjbcc.pfb) = %{tl_version} +Provides: tex(nanummjbcd.pfb) = %{tl_version} +Provides: tex(nanummjbce.pfb) = %{tl_version} +Provides: tex(nanummjbcf.pfb) = %{tl_version} +Provides: tex(nanummjbd0.pfb) = %{tl_version} +Provides: tex(nanummjbd1.pfb) = %{tl_version} +Provides: tex(nanummjbd2.pfb) = %{tl_version} +Provides: tex(nanummjbd3.pfb) = %{tl_version} +Provides: tex(nanummjbd4.pfb) = %{tl_version} +Provides: tex(nanummjbd5.pfb) = %{tl_version} +Provides: tex(nanummjbd6.pfb) = %{tl_version} +Provides: tex(nanummjbd7.pfb) = %{tl_version} +Provides: tex(nanummjbff.pfb) = %{tl_version} +Provides: tex(nanummjm00.pfb) = %{tl_version} +Provides: tex(nanummjm01.pfb) = %{tl_version} +Provides: tex(nanummjm02.pfb) = %{tl_version} +Provides: tex(nanummjm03.pfb) = %{tl_version} +Provides: tex(nanummjm04.pfb) = %{tl_version} +Provides: tex(nanummjm20.pfb) = %{tl_version} +Provides: tex(nanummjm21.pfb) = %{tl_version} +Provides: tex(nanummjm22.pfb) = %{tl_version} +Provides: tex(nanummjm23.pfb) = %{tl_version} +Provides: tex(nanummjm24.pfb) = %{tl_version} +Provides: tex(nanummjm25.pfb) = %{tl_version} +Provides: tex(nanummjm26.pfb) = %{tl_version} +Provides: tex(nanummjm27.pfb) = %{tl_version} +Provides: tex(nanummjm30.pfb) = %{tl_version} +Provides: tex(nanummjm31.pfb) = %{tl_version} +Provides: tex(nanummjm32.pfb) = %{tl_version} +Provides: tex(nanummjm33.pfb) = %{tl_version} +Provides: tex(nanummjmac.pfb) = %{tl_version} +Provides: tex(nanummjmad.pfb) = %{tl_version} +Provides: tex(nanummjmae.pfb) = %{tl_version} +Provides: tex(nanummjmaf.pfb) = %{tl_version} +Provides: tex(nanummjmb0.pfb) = %{tl_version} +Provides: tex(nanummjmb1.pfb) = %{tl_version} +Provides: tex(nanummjmb2.pfb) = %{tl_version} +Provides: tex(nanummjmb3.pfb) = %{tl_version} +Provides: tex(nanummjmb4.pfb) = %{tl_version} +Provides: tex(nanummjmb5.pfb) = %{tl_version} +Provides: tex(nanummjmb6.pfb) = %{tl_version} +Provides: tex(nanummjmb7.pfb) = %{tl_version} +Provides: tex(nanummjmb8.pfb) = %{tl_version} +Provides: tex(nanummjmb9.pfb) = %{tl_version} +Provides: tex(nanummjmba.pfb) = %{tl_version} +Provides: tex(nanummjmbb.pfb) = %{tl_version} +Provides: tex(nanummjmbc.pfb) = %{tl_version} +Provides: tex(nanummjmbd.pfb) = %{tl_version} +Provides: tex(nanummjmbe.pfb) = %{tl_version} +Provides: tex(nanummjmbf.pfb) = %{tl_version} +Provides: tex(nanummjmc0.pfb) = %{tl_version} +Provides: tex(nanummjmc1.pfb) = %{tl_version} +Provides: tex(nanummjmc2.pfb) = %{tl_version} +Provides: tex(nanummjmc3.pfb) = %{tl_version} +Provides: tex(nanummjmc4.pfb) = %{tl_version} +Provides: tex(nanummjmc5.pfb) = %{tl_version} +Provides: tex(nanummjmc6.pfb) = %{tl_version} +Provides: tex(nanummjmc7.pfb) = %{tl_version} +Provides: tex(nanummjmc8.pfb) = %{tl_version} +Provides: tex(nanummjmc9.pfb) = %{tl_version} +Provides: tex(nanummjmca.pfb) = %{tl_version} +Provides: tex(nanummjmcb.pfb) = %{tl_version} +Provides: tex(nanummjmcc.pfb) = %{tl_version} +Provides: tex(nanummjmcd.pfb) = %{tl_version} +Provides: tex(nanummjmce.pfb) = %{tl_version} +Provides: tex(nanummjmcf.pfb) = %{tl_version} +Provides: tex(nanummjmd0.pfb) = %{tl_version} +Provides: tex(nanummjmd1.pfb) = %{tl_version} +Provides: tex(nanummjmd2.pfb) = %{tl_version} +Provides: tex(nanummjmd3.pfb) = %{tl_version} +Provides: tex(nanummjmd4.pfb) = %{tl_version} +Provides: tex(nanummjmd5.pfb) = %{tl_version} +Provides: tex(nanummjmd6.pfb) = %{tl_version} +Provides: tex(nanummjmd7.pfb) = %{tl_version} +Provides: tex(nanummjmff.pfb) = %{tl_version} +Provides: tex(t1nanumgtb.pfb) = %{tl_version} +Provides: tex(t1nanumgtm.pfb) = %{tl_version} +Provides: tex(t1nanummjb.pfb) = %{tl_version} +Provides: tex(t1nanummjm.pfb) = %{tl_version} +Provides: tex(ts1nanumgtb.vf) = %{tl_version} +Provides: tex(ts1nanumgtbo.vf) = %{tl_version} +Provides: tex(ts1nanumgtm.vf) = %{tl_version} +Provides: tex(ts1nanumgtmo.vf) = %{tl_version} +Provides: tex(ts1nanummjb.vf) = %{tl_version} +Provides: tex(ts1nanummjbo.vf) = %{tl_version} +Provides: tex(ts1nanummjm.vf) = %{tl_version} +Provides: tex(ts1nanummjmo.vf) = %{tl_version} +Provides: tex(c70nanumgt.fd) = %{tl_version} +Provides: tex(c70nanummj.fd) = %{tl_version} +Provides: tex(c70uhcmj.fd) = %{tl_version} +Provides: tex(lucnanumgt.fd) = %{tl_version} +Provides: tex(lucnanummj.fd) = %{tl_version} +Provides: tex(t1nanumgt.fd) = %{tl_version} +Provides: tex(t1nanummj.fd) = %{tl_version} +Provides: tex(ts1nanumgt.fd) = %{tl_version} +Provides: tex(ts1nanummj.fd) = %{tl_version} + +%description nanumtype1 +Nanum is a unicode font designed especially for Korean-language +script. The font was designed by Sandoll Communication and +Fontrix; it includes the sans serif (gothic), serif (myeongjo), +pen script and brush script typefaces. The package provides +Type1 subfonts converted from Nanum Myeongjo (Regular and +ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC, +T1, and TS1 font definition files are also provided. (The +package does not include OpenType/TrueType files, which are +available from Naver) + +date: 2013-03-25 18:47:44 +0100 + +%post nanumtype1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map nanumfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map nanumfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun nanumtype1 +if [ $1 == 0 ] ; then +sed -i '/^Map nanumfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans nanumtype1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nanumtype1-doc +Summary: Documentation for nanumtype1 +Version: svn29558.3.0 +Release: %{tl_noarch_release} +Provides: tex-nanumtype1-doc +BuildArch: noarch +AutoReqProv: No + +%description nanumtype1-doc +Documentation for nanumtype1 + +%package ptex +Provides: tex-ptex = %{tl_version} +License: BSD +Summary: A TeX system for publishing in Japanese +Version: svn30518.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-tex +Requires: tex-latex +Requires: tex-hyph-utf8 +Requires: tex-adobemapping +Requires: tex-ipaex +Requires: tex-japanese +Requires: tex-japanese-otf +Requires: texlive-ptex-bin +Requires: tex(oldlfont.sty) +Requires: tex(shortvrb.sty) +Provides: tex(morisawa.map) = %{tl_version} +Provides: tex(ascgrp.tfm) = %{tl_version} +Provides: tex(ascii10.tfm) = %{tl_version} +Provides: tex(ascii36.tfm) = %{tl_version} +Provides: tex(futogo-b-v.tfm) = %{tl_version} +Provides: tex(futogo-b.tfm) = %{tl_version} +Provides: tex(futomin-b-v.tfm) = %{tl_version} +Provides: tex(futomin-b.tfm) = %{tl_version} +Provides: tex(gbm.tfm) = %{tl_version} +Provides: tex(gbmv.tfm) = %{tl_version} +Provides: tex(gtbbb-m-v.tfm) = %{tl_version} +Provides: tex(gtbbb-m.tfm) = %{tl_version} +Provides: tex(jun101-l-v.tfm) = %{tl_version} +Provides: tex(jun101-l.tfm) = %{tl_version} +Provides: tex(rml.tfm) = %{tl_version} +Provides: tex(rmlv.tfm) = %{tl_version} +Provides: tex(ryumin-l-v.tfm) = %{tl_version} +Provides: tex(ryumin-l.tfm) = %{tl_version} +Provides: tex(jis-v.tfm) = %{tl_version} +Provides: tex(jis.tfm) = %{tl_version} +Provides: tex(jisg-v.tfm) = %{tl_version} +Provides: tex(jisg.tfm) = %{tl_version} +Provides: tex(jisgn-v.tfm) = %{tl_version} +Provides: tex(jisgn.tfm) = %{tl_version} +Provides: tex(jisn-v.tfm) = %{tl_version} +Provides: tex(jisn.tfm) = %{tl_version} +Provides: tex(FutoGoB101-Bold-H.tfm) = %{tl_version} +Provides: tex(FutoGoB101-Bold-J.tfm) = %{tl_version} +Provides: tex(FutoGoB101-Bold-V.tfm) = %{tl_version} +Provides: tex(FutoMinA101-Bold-H.tfm) = %{tl_version} +Provides: tex(FutoMinA101-Bold-J.tfm) = %{tl_version} +Provides: tex(FutoMinA101-Bold-V.tfm) = %{tl_version} +Provides: tex(GothicBBB-Medium-H.tfm) = %{tl_version} +Provides: tex(GothicBBB-Medium-J.tfm) = %{tl_version} +Provides: tex(GothicBBB-Medium-V.tfm) = %{tl_version} +Provides: tex(Jun101-Light-H.tfm) = %{tl_version} +Provides: tex(Jun101-Light-J.tfm) = %{tl_version} +Provides: tex(Jun101-Light-V.tfm) = %{tl_version} +Provides: tex(Ryumin-Light-H.tfm) = %{tl_version} +Provides: tex(Ryumin-Light-J.tfm) = %{tl_version} +Provides: tex(Ryumin-Light-V.tfm) = %{tl_version} +Provides: tex(ngoth10.tfm) = %{tl_version} +Provides: tex(ngoth5.tfm) = %{tl_version} +Provides: tex(ngoth6.tfm) = %{tl_version} +Provides: tex(ngoth7.tfm) = %{tl_version} +Provides: tex(ngoth8.tfm) = %{tl_version} +Provides: tex(ngoth9.tfm) = %{tl_version} +Provides: tex(nmin10.tfm) = %{tl_version} +Provides: tex(nmin5.tfm) = %{tl_version} +Provides: tex(nmin6.tfm) = %{tl_version} +Provides: tex(nmin7.tfm) = %{tl_version} +Provides: tex(nmin8.tfm) = %{tl_version} +Provides: tex(nmin9.tfm) = %{tl_version} +Provides: tex(goth10.tfm) = %{tl_version} +Provides: tex(goth5.tfm) = %{tl_version} +Provides: tex(goth6.tfm) = %{tl_version} +Provides: tex(goth7.tfm) = %{tl_version} +Provides: tex(goth8.tfm) = %{tl_version} +Provides: tex(goth9.tfm) = %{tl_version} +Provides: tex(min10.tfm) = %{tl_version} +Provides: tex(min5.tfm) = %{tl_version} +Provides: tex(min6.tfm) = %{tl_version} +Provides: tex(min7.tfm) = %{tl_version} +Provides: tex(min8.tfm) = %{tl_version} +Provides: tex(min9.tfm) = %{tl_version} +Provides: tex(tgoth10.tfm) = %{tl_version} +Provides: tex(tgoth5.tfm) = %{tl_version} +Provides: tex(tgoth6.tfm) = %{tl_version} +Provides: tex(tgoth7.tfm) = %{tl_version} +Provides: tex(tgoth8.tfm) = %{tl_version} +Provides: tex(tgoth9.tfm) = %{tl_version} +Provides: tex(tmin10.tfm) = %{tl_version} +Provides: tex(tmin5.tfm) = %{tl_version} +Provides: tex(tmin6.tfm) = %{tl_version} +Provides: tex(tmin7.tfm) = %{tl_version} +Provides: tex(tmin8.tfm) = %{tl_version} +Provides: tex(tmin9.tfm) = %{tl_version} +Provides: tex(ascgrp.pfb) = %{tl_version} +Provides: tex(ascii10.pfb) = %{tl_version} +Provides: tex(ascii36.pfb) = %{tl_version} +Provides: tex(jis-v.vf) = %{tl_version} +Provides: tex(jis.vf) = %{tl_version} +Provides: tex(jisg-v.vf) = %{tl_version} +Provides: tex(jisg.vf) = %{tl_version} +Provides: tex(jisgn-v.vf) = %{tl_version} +Provides: tex(jisgn.vf) = %{tl_version} +Provides: tex(jisn-v.vf) = %{tl_version} +Provides: tex(jisn.vf) = %{tl_version} +Provides: tex(FutoGoB101-Bold-H.vf) = %{tl_version} +Provides: tex(FutoGoB101-Bold-J.vf) = %{tl_version} +Provides: tex(FutoGoB101-Bold-V.vf) = %{tl_version} +Provides: tex(FutoMinA101-Bold-H.vf) = %{tl_version} +Provides: tex(FutoMinA101-Bold-J.vf) = %{tl_version} +Provides: tex(FutoMinA101-Bold-V.vf) = %{tl_version} +Provides: tex(GothicBBB-Medium-H.vf) = %{tl_version} +Provides: tex(GothicBBB-Medium-J.vf) = %{tl_version} +Provides: tex(GothicBBB-Medium-V.vf) = %{tl_version} +Provides: tex(Jun101-Light-H.vf) = %{tl_version} +Provides: tex(Jun101-Light-J.vf) = %{tl_version} +Provides: tex(Jun101-Light-V.vf) = %{tl_version} +Provides: tex(Ryumin-Light-H.vf) = %{tl_version} +Provides: tex(Ryumin-Light-J.vf) = %{tl_version} +Provides: tex(Ryumin-Light-V.vf) = %{tl_version} +Provides: tex(ngoth10.vf) = %{tl_version} +Provides: tex(ngoth5.vf) = %{tl_version} +Provides: tex(ngoth6.vf) = %{tl_version} +Provides: tex(ngoth7.vf) = %{tl_version} +Provides: tex(ngoth8.vf) = %{tl_version} +Provides: tex(ngoth9.vf) = %{tl_version} +Provides: tex(nmin10.vf) = %{tl_version} +Provides: tex(nmin5.vf) = %{tl_version} +Provides: tex(nmin6.vf) = %{tl_version} +Provides: tex(nmin7.vf) = %{tl_version} +Provides: tex(nmin8.vf) = %{tl_version} +Provides: tex(nmin9.vf) = %{tl_version} +Provides: tex(goth10.vf) = %{tl_version} +Provides: tex(goth5.vf) = %{tl_version} +Provides: tex(goth6.vf) = %{tl_version} +Provides: tex(goth7.vf) = %{tl_version} +Provides: tex(goth8.vf) = %{tl_version} +Provides: tex(goth9.vf) = %{tl_version} +Provides: tex(min10.vf) = %{tl_version} +Provides: tex(min5.vf) = %{tl_version} +Provides: tex(min6.vf) = %{tl_version} +Provides: tex(min7.vf) = %{tl_version} +Provides: tex(min8.vf) = %{tl_version} +Provides: tex(min9.vf) = %{tl_version} +Provides: tex(tgoth10.vf) = %{tl_version} +Provides: tex(tgoth5.vf) = %{tl_version} +Provides: tex(tgoth6.vf) = %{tl_version} +Provides: tex(tgoth7.vf) = %{tl_version} +Provides: tex(tgoth8.vf) = %{tl_version} +Provides: tex(tgoth9.vf) = %{tl_version} +Provides: tex(tmin10.vf) = %{tl_version} +Provides: tex(tmin5.vf) = %{tl_version} +Provides: tex(tmin6.vf) = %{tl_version} +Provides: tex(tmin7.vf) = %{tl_version} +Provides: tex(tmin8.vf) = %{tl_version} +Provides: tex(tmin9.vf) = %{tl_version} +Provides: tex(ascmac.sty) = %{tl_version} +Provides: tex(jarticle.cls) = %{tl_version} +Provides: tex(jarticle.sty) = %{tl_version} +Provides: tex(jbk10.clo) = %{tl_version} +Provides: tex(jbk11.clo) = %{tl_version} +Provides: tex(jbk12.clo) = %{tl_version} +Provides: tex(jbook.cls) = %{tl_version} +Provides: tex(jbook.sty) = %{tl_version} +Provides: tex(jltxdoc.cls) = %{tl_version} +Provides: tex(jreport.cls) = %{tl_version} +Provides: tex(jreport.sty) = %{tl_version} +Provides: tex(jsize10.clo) = %{tl_version} +Provides: tex(jsize11.clo) = %{tl_version} +Provides: tex(jsize12.clo) = %{tl_version} +Provides: tex(jt1gt.fd) = %{tl_version} +Provides: tex(jt1mc.fd) = %{tl_version} +Provides: tex(jy1gt.fd) = %{tl_version} +Provides: tex(jy1mc.fd) = %{tl_version} +Provides: tex(kinsoku.tex) = %{tl_version} +Provides: tex(nidanfloat.sty) = %{tl_version} +Provides: tex(oldpfont.sty) = %{tl_version} +Provides: tex(pl209.def) = %{tl_version} +Provides: tex(plext.sty) = %{tl_version} +Provides: tex(plnews.cls) = %{tl_version} +Provides: tex(ptrace.sty) = %{tl_version} +Provides: tex(tarticle.cls) = %{tl_version} +Provides: tex(tarticle.sty) = %{tl_version} +Provides: tex(tascmac.sty) = %{tl_version} +Provides: tex(tbk10.clo) = %{tl_version} +Provides: tex(tbk11.clo) = %{tl_version} +Provides: tex(tbk12.clo) = %{tl_version} +Provides: tex(tbook.cls) = %{tl_version} +Provides: tex(tbook.sty) = %{tl_version} +Provides: tex(treport.cls) = %{tl_version} +Provides: tex(treport.sty) = %{tl_version} +Provides: tex(tsize10.clo) = %{tl_version} +Provides: tex(tsize11.clo) = %{tl_version} +Provides: tex(tsize12.clo) = %{tl_version} +Provides: tex(hyphen.cfg) = %{tl_version} +Provides: tex(ascii-jplain.tex) = %{tl_version} +Provides: tex(kinsoku.tex) = %{tl_version} +Provides: tex(ptex.tex) = %{tl_version} +Provides: mendexk = %{tl_version} +Obsoletes: mendexk < %{tl_version} + +%description ptex +PTeX adds features related to vertical writing, and deals with +other problems in typesetting Japanese. A set of additions to a +TEXMF tree, for use with PTeX, may be found in package PTeX- +texmf. PTeX is distributed as WEB change files. + +date: 2011-11-09 15:33:34 +0100 + +%post ptex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ ptex.*$/ptex ptex - ptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ eptex.*$/eptex eptex language.def *eptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ platex.*$/platex eptex language.dat *platex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i '/^KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^KanjiMap morisawa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap morisawa.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%postun ptex +if [ $1 == 0 ] ; then +sed -i 's/^ptex.*$/\#\!\ ptex ptex - ptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^eptex.*$/\#\!\ eptex eptex language.def *eptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^platex.*$/\#\!\ platex eptex language.dat *platex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i '/^KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^KanjiMap morisawa.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans ptex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ptex-doc +Summary: Documentation for ptex +Version: svn30518.0 +Release: %{tl_noarch_release} +Provides: tex-ptex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-latex-doc +Requires: tex-hyph-utf8-doc +Requires: tex-ipaex-doc +Requires: tex-japanese-doc +Requires: tex-japanese-otf-doc + +%description ptex-doc +Documentation for ptex + +%package ptex-bin +Summary: Binaries for ptex +Version: svn30376.0 +Requires: texlive-base +Requires: tex-ptex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description ptex-bin +Binaries for ptex + +%package ptex2pdf +Provides: tex-ptex2pdf = %{tl_version} +License: GPLv2+ +Summary: Convert Japanese TeX documents to PDF +Version: svn30321.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ptex2pdf-bin + +%description ptex2pdf +The Lua script provides system-independent support of Japanese +typesetting engines in TeXworks. As TeXworks typesetting setup +does not allow for multistep processing, this script runs one +of the ptex-based programs (ptex, uptex, eptex, platex, +uplatex) followed by dvipdfmx. + +date: 2013-05-07 20:01:57 +0200 + +%post ptex2pdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ptex2pdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptex2pdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ptex2pdf-doc +Summary: Documentation for ptex2pdf +Version: svn30321.0.4 +Release: %{tl_noarch_release} +Provides: tex-ptex2pdf-doc +BuildArch: noarch +AutoReqProv: No + +%description ptex2pdf-doc +Documentation for ptex2pdf + +%package ptex2pdf-bin +Summary: Binaries for ptex2pdf +Version: svn29335.0 +Requires: texlive-base +Requires: tex-ptex2pdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ptex2pdf-bin +Binaries for ptex2pdf + +%package pxbase +Provides: tex-pxbase = %{tl_version} +License: Freely redistributable without restriction +Summary: Tools for use with (u)pLaTeX +Version: svn28516.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(ifuptex.sty) = %{tl_version} +Provides: tex(pxbabel.sty) = %{tl_version} +Provides: tex(pxbase.def) = %{tl_version} +Provides: tex(pxbase.sty) = %{tl_version} +Provides: tex(pxbasenc.def) = %{tl_version} +Provides: tex(pxbsjc.def) = %{tl_version} +Provides: tex(pxjsfenc.def) = %{tl_version} +Provides: tex(upkcat.sty) = %{tl_version} + +%description pxbase +pxbase package + +date: 2012-12-12 11:03:41 +0100 + +%post pxbase +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxbase +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxbase +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxbase-doc +Summary: Documentation for pxbase +Version: svn28516.0.5 +Release: %{tl_noarch_release} +Provides: tex-pxbase-doc +BuildArch: noarch +AutoReqProv: No + +%description pxbase-doc +Documentation for pxbase + +%package pxchfon +Provides: tex-pxchfon = %{tl_version} +License: Freely redistributable without restriction +Summary: Japanese font setup for pLaTeX and upLaTeX +Version: svn30635.0.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atbegshi.sty) +Provides: tex(cfjar-b-l0j.tfm) = %{tl_version} +Provides: tex(cfjar-l-l0j.tfm) = %{tl_version} +Provides: tex(cfjar-r-l0j.tfm) = %{tl_version} +Provides: tex(cfjas-b-l0j.tfm) = %{tl_version} +Provides: tex(cfjas-r-l0j.tfm) = %{tl_version} +Provides: tex(cfjas-x-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjar-b-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjar-l-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjar-r-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjas-b-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjas-r-l0j.tfm) = %{tl_version} +Provides: tex(r-cfjas-x-l0j.tfm) = %{tl_version} +Provides: tex(cfjar-b-l0j.vf) = %{tl_version} +Provides: tex(cfjar-l-l0j.vf) = %{tl_version} +Provides: tex(cfjar-r-l0j.vf) = %{tl_version} +Provides: tex(cfjas-b-l0j.vf) = %{tl_version} +Provides: tex(cfjas-r-l0j.vf) = %{tl_version} +Provides: tex(cfjas-x-l0j.vf) = %{tl_version} +Provides: tex(pxchfon.sty) = %{tl_version} +Provides: tex(pxchfon0.def) = %{tl_version} +Provides: tex(pxjafont.sty) = %{tl_version} + +%description pxchfon +pxchfon package + +date: 2013-05-18 17:41:16 +0200 + +%post pxchfon +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxchfon +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxchfon +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxchfon-doc +Summary: Documentation for pxchfon +Version: svn30635.0.7a +Release: %{tl_noarch_release} +Provides: tex-pxchfon-doc +BuildArch: noarch +AutoReqProv: No + +%description pxchfon-doc +Documentation for pxchfon + +%package pxcjkcat +Provides: tex-pxcjkcat = %{tl_version} +License: LPPL +Summary: pxcjkcat package +Version: svn27780.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pxcjkcat.sty) = %{tl_version} + +%description pxcjkcat +pxcjkcat package + +%post pxcjkcat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxcjkcat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxcjkcat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxcjkcat-doc +Summary: Documentation for pxcjkcat +Version: svn27780.0 +Release: %{tl_noarch_release} +Provides: tex-pxcjkcat-doc +BuildArch: noarch +AutoReqProv: No + +%description pxcjkcat-doc +Documentation for pxcjkcat + +%package pxrubrica +Provides: tex-pxrubrica = %{tl_version} +License: LPPL +Summary: pxrubrica package +Version: svn28494.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(pxrubrica.sty) = %{tl_version} + +%description pxrubrica +pxrubrica package + +%post pxrubrica +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxrubrica +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxrubrica +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxrubrica-doc +Summary: Documentation for pxrubrica +Version: svn28494.0 +Release: %{tl_noarch_release} +Provides: tex-pxrubrica-doc +BuildArch: noarch +AutoReqProv: No + +%description pxrubrica-doc +Documentation for pxrubrica + +%package texlive-zh-cn-doc +Summary: Documentation for texlive-zh-cn +Version: svn30491.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-zh-cn-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-zh-cn-doc +Documentation for texlive-zh-cn + +%package uptex +Provides: tex-uptex = %{tl_version} +License: Freely redistributable without restriction +Summary: Unicode version of pTeX +Version: svn30476.1.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-ptex +Requires: tex-hyph-utf8 +Requires: tex-adobemapping +Requires: tex-ipaex +Requires: tex-japanese +Requires: tex-japanese-otf +Requires: texlive-uptex-bin +Requires: tex(plext.sty) +Provides: tex(upgbm-h.tfm) = %{tl_version} +Provides: tex(upgbm-hq.tfm) = %{tl_version} +Provides: tex(upgbm-v.tfm) = %{tl_version} +Provides: tex(uphygt-h.tfm) = %{tl_version} +Provides: tex(uphygt-v.tfm) = %{tl_version} +Provides: tex(uphysmjm-h.tfm) = %{tl_version} +Provides: tex(uphysmjm-v.tfm) = %{tl_version} +Provides: tex(upjisg-h.tfm) = %{tl_version} +Provides: tex(upjisg-hq.tfm) = %{tl_version} +Provides: tex(upjisg-v.tfm) = %{tl_version} +Provides: tex(upjisr-h.tfm) = %{tl_version} +Provides: tex(upjisr-hq.tfm) = %{tl_version} +Provides: tex(upjisr-v.tfm) = %{tl_version} +Provides: tex(upjpngt-h.tfm) = %{tl_version} +Provides: tex(upjpngt-v.tfm) = %{tl_version} +Provides: tex(upjpnrm-h.tfm) = %{tl_version} +Provides: tex(upjpnrm-v.tfm) = %{tl_version} +Provides: tex(upkorgt-h.tfm) = %{tl_version} +Provides: tex(upkorgt-v.tfm) = %{tl_version} +Provides: tex(upkorrm-h.tfm) = %{tl_version} +Provides: tex(upkorrm-v.tfm) = %{tl_version} +Provides: tex(upmhm-h.tfm) = %{tl_version} +Provides: tex(upmhm-v.tfm) = %{tl_version} +Provides: tex(upmsl-h.tfm) = %{tl_version} +Provides: tex(upmsl-v.tfm) = %{tl_version} +Provides: tex(uprml-h.tfm) = %{tl_version} +Provides: tex(uprml-hq.tfm) = %{tl_version} +Provides: tex(uprml-v.tfm) = %{tl_version} +Provides: tex(upschgt-h.tfm) = %{tl_version} +Provides: tex(upschgt-v.tfm) = %{tl_version} +Provides: tex(upschrm-h.tfm) = %{tl_version} +Provides: tex(upschrm-v.tfm) = %{tl_version} +Provides: tex(upstht-h.tfm) = %{tl_version} +Provides: tex(upstht-v.tfm) = %{tl_version} +Provides: tex(upstsl-h.tfm) = %{tl_version} +Provides: tex(upstsl-v.tfm) = %{tl_version} +Provides: tex(uptchgt-h.tfm) = %{tl_version} +Provides: tex(uptchgt-v.tfm) = %{tl_version} +Provides: tex(uptchrm-h.tfm) = %{tl_version} +Provides: tex(uptchrm-v.tfm) = %{tl_version} +Provides: tex(ugbm.tfm) = %{tl_version} +Provides: tex(ugbmv.tfm) = %{tl_version} +Provides: tex(ugoth10.tfm) = %{tl_version} +Provides: tex(umin10.tfm) = %{tl_version} +Provides: tex(urml.tfm) = %{tl_version} +Provides: tex(urmlv.tfm) = %{tl_version} +Provides: tex(utgoth10.tfm) = %{tl_version} +Provides: tex(utmin10.tfm) = %{tl_version} +Provides: tex(upjisg-h.vf) = %{tl_version} +Provides: tex(upjisg-hq.vf) = %{tl_version} +Provides: tex(upjisg-v.vf) = %{tl_version} +Provides: tex(upjisr-h.vf) = %{tl_version} +Provides: tex(upjisr-hq.vf) = %{tl_version} +Provides: tex(upjisr-v.vf) = %{tl_version} +Provides: tex(upjpngt-h.vf) = %{tl_version} +Provides: tex(upjpngt-v.vf) = %{tl_version} +Provides: tex(upjpnrm-h.vf) = %{tl_version} +Provides: tex(upjpnrm-v.vf) = %{tl_version} +Provides: tex(upkorgt-h.vf) = %{tl_version} +Provides: tex(upkorgt-v.vf) = %{tl_version} +Provides: tex(upkorrm-h.vf) = %{tl_version} +Provides: tex(upkorrm-v.vf) = %{tl_version} +Provides: tex(upschgt-h.vf) = %{tl_version} +Provides: tex(upschgt-v.vf) = %{tl_version} +Provides: tex(upschrm-h.vf) = %{tl_version} +Provides: tex(upschrm-v.vf) = %{tl_version} +Provides: tex(uptchgt-h.vf) = %{tl_version} +Provides: tex(uptchgt-v.vf) = %{tl_version} +Provides: tex(uptchrm-h.vf) = %{tl_version} +Provides: tex(uptchrm-v.vf) = %{tl_version} +Provides: tex(ugoth10.vf) = %{tl_version} +Provides: tex(umin10.vf) = %{tl_version} +Provides: tex(utgoth10.vf) = %{tl_version} +Provides: tex(utmin10.vf) = %{tl_version} +Provides: tex(jt2gt.fd) = %{tl_version} +Provides: tex(jt2mc.fd) = %{tl_version} +Provides: tex(jy2gt.fd) = %{tl_version} +Provides: tex(jy2mc.fd) = %{tl_version} +Provides: tex(ujarticle.cls) = %{tl_version} +Provides: tex(ujbk10.clo) = %{tl_version} +Provides: tex(ujbk11.clo) = %{tl_version} +Provides: tex(ujbk12.clo) = %{tl_version} +Provides: tex(ujbook.cls) = %{tl_version} +Provides: tex(ujreport.cls) = %{tl_version} +Provides: tex(ujsize10.clo) = %{tl_version} +Provides: tex(ujsize11.clo) = %{tl_version} +Provides: tex(ujsize12.clo) = %{tl_version} +Provides: tex(uptrace.sty) = %{tl_version} +Provides: tex(utarticle.cls) = %{tl_version} +Provides: tex(utbk10.clo) = %{tl_version} +Provides: tex(utbk11.clo) = %{tl_version} +Provides: tex(utbk12.clo) = %{tl_version} +Provides: tex(utbook.cls) = %{tl_version} +Provides: tex(utreport.cls) = %{tl_version} +Provides: tex(utsize10.clo) = %{tl_version} +Provides: tex(utsize11.clo) = %{tl_version} +Provides: tex(utsize12.clo) = %{tl_version} +Provides: tex(ukinsoku.tex) = %{tl_version} +Provides: tex(uptex.tex) = %{tl_version} + +%description uptex +upTeX is an extension of pTeX, using UTF-8 input and producing +UTF-8 output. It was originally designed to improve support for +Japanese, but is also useful for documents in Chinese and +Korean. It can process Chinese simplified, Chinese traditional, +Japanese, and Korean simultaneously, and can also process +original LaTeX with \inputenc{utf8} and Babel +(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables. + +date: 2012-09-27 15:23:21 +0200 + +%post uptex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ uptex.*$/uptex uptex - uptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ euptex.*$/euptex euptex language.def *euptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ uplatex.*$/uplatex euptex language.dat *uplatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i '/^KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%postun uptex +if [ $1 == 0 ] ; then +sed -i 's/^uptex.*$/\#\!\ uptex uptex - uptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^euptex.*$/\#\!\ euptex euptex language.def *euptex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^uplatex.*$/\#\!\ uplatex euptex language.dat *uplatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i '/^KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans uptex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uptex-doc +Summary: Documentation for uptex +Version: svn30476.1.11 +Release: %{tl_noarch_release} +Provides: tex-uptex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-ptex-doc +Requires: tex-hyph-utf8-doc +Requires: tex-ipaex-doc +Requires: tex-japanese-doc +Requires: tex-japanese-otf-doc + +%description uptex-doc +Documentation for uptex + +%package uptex-bin +Summary: Binaries for uptex +Version: svn30412.0 +Requires: texlive-base +Requires: tex-uptex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description uptex-bin +Binaries for uptex + +%package xpinyin +Provides: tex-xpinyin = %{tl_version} +License: LPPL 1.3 +Summary: Automatically add pinyin to Chinese characters +Version: svn28346.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Provides: tex(xpinyin-map.cfg) = %{tl_version} +Provides: tex(xpinyin.sty) = %{tl_version} + +%description xpinyin +The package is written to simplify the input of Hanyu Pinyin. +Macros are provided that automatically add pinyin to Chinese +characters. + +date: 2012-11-23 11:08:40 +0100 + +%post xpinyin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xpinyin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpinyin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xpinyin-doc +Summary: Documentation for xpinyin +Version: svn28346.1.2 +Release: %{tl_noarch_release} +Provides: tex-xpinyin-doc +BuildArch: noarch +AutoReqProv: No + +%description xpinyin-doc +Documentation for xpinyin + +%package zhmetrics +Provides: tex-zhmetrics = %{tl_version} +License: LPPL +Summary: TFM subfont files for using Chinese fonts in 8-bit TeX +Version: svn22207.r206 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cyberb00.tfm) = %{tl_version} +Provides: tex(cyberb01.tfm) = %{tl_version} +Provides: tex(cyberb02.tfm) = %{tl_version} +Provides: tex(cyberb03.tfm) = %{tl_version} +Provides: tex(cyberb04.tfm) = %{tl_version} +Provides: tex(cyberb05.tfm) = %{tl_version} +Provides: tex(cyberb06.tfm) = %{tl_version} +Provides: tex(cyberb07.tfm) = %{tl_version} +Provides: tex(cyberb08.tfm) = %{tl_version} +Provides: tex(cyberb09.tfm) = %{tl_version} +Provides: tex(cyberb0a.tfm) = %{tl_version} +Provides: tex(cyberb0b.tfm) = %{tl_version} +Provides: tex(cyberb0c.tfm) = %{tl_version} +Provides: tex(cyberb0d.tfm) = %{tl_version} +Provides: tex(cyberb0e.tfm) = %{tl_version} +Provides: tex(cyberb0f.tfm) = %{tl_version} +Provides: tex(cyberb10.tfm) = %{tl_version} +Provides: tex(cyberb11.tfm) = %{tl_version} +Provides: tex(cyberb12.tfm) = %{tl_version} +Provides: tex(cyberb13.tfm) = %{tl_version} +Provides: tex(cyberb14.tfm) = %{tl_version} +Provides: tex(cyberb15.tfm) = %{tl_version} +Provides: tex(cyberb16.tfm) = %{tl_version} +Provides: tex(cyberb17.tfm) = %{tl_version} +Provides: tex(cyberb18.tfm) = %{tl_version} +Provides: tex(cyberb19.tfm) = %{tl_version} +Provides: tex(cyberb1a.tfm) = %{tl_version} +Provides: tex(cyberb1b.tfm) = %{tl_version} +Provides: tex(cyberb1c.tfm) = %{tl_version} +Provides: tex(cyberb1d.tfm) = %{tl_version} +Provides: tex(cyberb1e.tfm) = %{tl_version} +Provides: tex(cyberb1f.tfm) = %{tl_version} +Provides: tex(cyberb20.tfm) = %{tl_version} +Provides: tex(cyberb21.tfm) = %{tl_version} +Provides: tex(cyberb22.tfm) = %{tl_version} +Provides: tex(cyberb23.tfm) = %{tl_version} +Provides: tex(cyberb24.tfm) = %{tl_version} +Provides: tex(cyberb25.tfm) = %{tl_version} +Provides: tex(cyberb26.tfm) = %{tl_version} +Provides: tex(cyberb27.tfm) = %{tl_version} +Provides: tex(cyberb28.tfm) = %{tl_version} +Provides: tex(cyberb29.tfm) = %{tl_version} +Provides: tex(cyberb2a.tfm) = %{tl_version} +Provides: tex(cyberb2b.tfm) = %{tl_version} +Provides: tex(cyberb2c.tfm) = %{tl_version} +Provides: tex(cyberb2d.tfm) = %{tl_version} +Provides: tex(cyberb2e.tfm) = %{tl_version} +Provides: tex(cyberb2f.tfm) = %{tl_version} +Provides: tex(cyberb30.tfm) = %{tl_version} +Provides: tex(cyberb31.tfm) = %{tl_version} +Provides: tex(cyberb32.tfm) = %{tl_version} +Provides: tex(cyberb33.tfm) = %{tl_version} +Provides: tex(cyberb34.tfm) = %{tl_version} +Provides: tex(cyberb35.tfm) = %{tl_version} +Provides: tex(cyberb36.tfm) = %{tl_version} +Provides: tex(cyberb37.tfm) = %{tl_version} +Provides: tex(cyberb38.tfm) = %{tl_version} +Provides: tex(cyberb39.tfm) = %{tl_version} +Provides: tex(cyberb3a.tfm) = %{tl_version} +Provides: tex(cyberb3b.tfm) = %{tl_version} +Provides: tex(cyberb3c.tfm) = %{tl_version} +Provides: tex(cyberb3d.tfm) = %{tl_version} +Provides: tex(cyberb3e.tfm) = %{tl_version} +Provides: tex(cyberb3f.tfm) = %{tl_version} +Provides: tex(cyberb40.tfm) = %{tl_version} +Provides: tex(cyberb41.tfm) = %{tl_version} +Provides: tex(cyberb42.tfm) = %{tl_version} +Provides: tex(cyberb43.tfm) = %{tl_version} +Provides: tex(cyberb44.tfm) = %{tl_version} +Provides: tex(cyberb45.tfm) = %{tl_version} +Provides: tex(cyberb46.tfm) = %{tl_version} +Provides: tex(cyberb47.tfm) = %{tl_version} +Provides: tex(cyberb48.tfm) = %{tl_version} +Provides: tex(cyberb49.tfm) = %{tl_version} +Provides: tex(cyberb4a.tfm) = %{tl_version} +Provides: tex(cyberb4b.tfm) = %{tl_version} +Provides: tex(cyberb4c.tfm) = %{tl_version} +Provides: tex(cyberb4d.tfm) = %{tl_version} +Provides: tex(cyberb4e.tfm) = %{tl_version} +Provides: tex(cyberb4f.tfm) = %{tl_version} +Provides: tex(cyberb50.tfm) = %{tl_version} +Provides: tex(cyberb51.tfm) = %{tl_version} +Provides: tex(cyberb52.tfm) = %{tl_version} +Provides: tex(cyberb53.tfm) = %{tl_version} +Provides: tex(cyberb54.tfm) = %{tl_version} +Provides: tex(cyberb55.tfm) = %{tl_version} +Provides: tex(cyberb56.tfm) = %{tl_version} +Provides: tex(cyberb57.tfm) = %{tl_version} +Provides: tex(cyberb58.tfm) = %{tl_version} +Provides: tex(cyberb59.tfm) = %{tl_version} +Provides: tex(cyberb5a.tfm) = %{tl_version} +Provides: tex(cyberb5b.tfm) = %{tl_version} +Provides: tex(cyberb5c.tfm) = %{tl_version} +Provides: tex(cyberb5d.tfm) = %{tl_version} +Provides: tex(cyberb5e.tfm) = %{tl_version} +Provides: tex(cyberb5f.tfm) = %{tl_version} +Provides: tex(cyberb60.tfm) = %{tl_version} +Provides: tex(cyberb61.tfm) = %{tl_version} +Provides: tex(cyberb62.tfm) = %{tl_version} +Provides: tex(cyberb63.tfm) = %{tl_version} +Provides: tex(cyberb64.tfm) = %{tl_version} +Provides: tex(cyberb65.tfm) = %{tl_version} +Provides: tex(cyberb66.tfm) = %{tl_version} +Provides: tex(cyberb67.tfm) = %{tl_version} +Provides: tex(cyberb68.tfm) = %{tl_version} +Provides: tex(cyberb69.tfm) = %{tl_version} +Provides: tex(cyberb6a.tfm) = %{tl_version} +Provides: tex(cyberb6b.tfm) = %{tl_version} +Provides: tex(cyberb6c.tfm) = %{tl_version} +Provides: tex(cyberb6d.tfm) = %{tl_version} +Provides: tex(cyberb6e.tfm) = %{tl_version} +Provides: tex(cyberb6f.tfm) = %{tl_version} +Provides: tex(cyberb70.tfm) = %{tl_version} +Provides: tex(cyberb71.tfm) = %{tl_version} +Provides: tex(cyberb72.tfm) = %{tl_version} +Provides: tex(cyberb73.tfm) = %{tl_version} +Provides: tex(cyberb74.tfm) = %{tl_version} +Provides: tex(cyberb75.tfm) = %{tl_version} +Provides: tex(cyberb76.tfm) = %{tl_version} +Provides: tex(cyberb77.tfm) = %{tl_version} +Provides: tex(cyberb78.tfm) = %{tl_version} +Provides: tex(cyberb79.tfm) = %{tl_version} +Provides: tex(cyberb7a.tfm) = %{tl_version} +Provides: tex(cyberb7b.tfm) = %{tl_version} +Provides: tex(cyberb7c.tfm) = %{tl_version} +Provides: tex(cyberb7d.tfm) = %{tl_version} +Provides: tex(cyberb7e.tfm) = %{tl_version} +Provides: tex(cyberb7f.tfm) = %{tl_version} +Provides: tex(cyberb80.tfm) = %{tl_version} +Provides: tex(cyberb81.tfm) = %{tl_version} +Provides: tex(cyberb82.tfm) = %{tl_version} +Provides: tex(cyberb83.tfm) = %{tl_version} +Provides: tex(cyberb84.tfm) = %{tl_version} +Provides: tex(cyberb85.tfm) = %{tl_version} +Provides: tex(cyberb86.tfm) = %{tl_version} +Provides: tex(cyberb87.tfm) = %{tl_version} +Provides: tex(cyberb88.tfm) = %{tl_version} +Provides: tex(cyberb89.tfm) = %{tl_version} +Provides: tex(cyberb8a.tfm) = %{tl_version} +Provides: tex(cyberb8b.tfm) = %{tl_version} +Provides: tex(cyberb8c.tfm) = %{tl_version} +Provides: tex(cyberb8d.tfm) = %{tl_version} +Provides: tex(cyberb8e.tfm) = %{tl_version} +Provides: tex(cyberb8f.tfm) = %{tl_version} +Provides: tex(cyberb90.tfm) = %{tl_version} +Provides: tex(cyberb91.tfm) = %{tl_version} +Provides: tex(cyberb92.tfm) = %{tl_version} +Provides: tex(cyberb93.tfm) = %{tl_version} +Provides: tex(cyberb94.tfm) = %{tl_version} +Provides: tex(cyberb95.tfm) = %{tl_version} +Provides: tex(cyberb96.tfm) = %{tl_version} +Provides: tex(cyberb97.tfm) = %{tl_version} +Provides: tex(cyberb98.tfm) = %{tl_version} +Provides: tex(cyberb99.tfm) = %{tl_version} +Provides: tex(cyberb9a.tfm) = %{tl_version} +Provides: tex(cyberb9b.tfm) = %{tl_version} +Provides: tex(cyberb9c.tfm) = %{tl_version} +Provides: tex(cyberb9d.tfm) = %{tl_version} +Provides: tex(cyberb9e.tfm) = %{tl_version} +Provides: tex(cyberb9f.tfm) = %{tl_version} +Provides: tex(cyberba0.tfm) = %{tl_version} +Provides: tex(cyberba1.tfm) = %{tl_version} +Provides: tex(cyberba2.tfm) = %{tl_version} +Provides: tex(cyberba3.tfm) = %{tl_version} +Provides: tex(cyberba4.tfm) = %{tl_version} +Provides: tex(cyberba5.tfm) = %{tl_version} +Provides: tex(cyberba6.tfm) = %{tl_version} +Provides: tex(cyberba7.tfm) = %{tl_version} +Provides: tex(cyberba8.tfm) = %{tl_version} +Provides: tex(cyberba9.tfm) = %{tl_version} +Provides: tex(cyberbaa.tfm) = %{tl_version} +Provides: tex(cyberbab.tfm) = %{tl_version} +Provides: tex(cyberbac.tfm) = %{tl_version} +Provides: tex(cyberbad.tfm) = %{tl_version} +Provides: tex(cyberbae.tfm) = %{tl_version} +Provides: tex(cyberbaf.tfm) = %{tl_version} +Provides: tex(cyberbb0.tfm) = %{tl_version} +Provides: tex(cyberbb1.tfm) = %{tl_version} +Provides: tex(cyberbb2.tfm) = %{tl_version} +Provides: tex(cyberbb3.tfm) = %{tl_version} +Provides: tex(cyberbb4.tfm) = %{tl_version} +Provides: tex(cyberbb5.tfm) = %{tl_version} +Provides: tex(cyberbb6.tfm) = %{tl_version} +Provides: tex(cyberbb7.tfm) = %{tl_version} +Provides: tex(cyberbb8.tfm) = %{tl_version} +Provides: tex(cyberbb9.tfm) = %{tl_version} +Provides: tex(cyberbba.tfm) = %{tl_version} +Provides: tex(cyberbbb.tfm) = %{tl_version} +Provides: tex(cyberbbc.tfm) = %{tl_version} +Provides: tex(cyberbbd.tfm) = %{tl_version} +Provides: tex(cyberbbe.tfm) = %{tl_version} +Provides: tex(cyberbbf.tfm) = %{tl_version} +Provides: tex(cyberbc0.tfm) = %{tl_version} +Provides: tex(cyberbc1.tfm) = %{tl_version} +Provides: tex(cyberbc2.tfm) = %{tl_version} +Provides: tex(cyberbc3.tfm) = %{tl_version} +Provides: tex(cyberbc4.tfm) = %{tl_version} +Provides: tex(cyberbc5.tfm) = %{tl_version} +Provides: tex(cyberbc6.tfm) = %{tl_version} +Provides: tex(cyberbc7.tfm) = %{tl_version} +Provides: tex(cyberbc8.tfm) = %{tl_version} +Provides: tex(cyberbc9.tfm) = %{tl_version} +Provides: tex(cyberbca.tfm) = %{tl_version} +Provides: tex(cyberbcb.tfm) = %{tl_version} +Provides: tex(cyberbcc.tfm) = %{tl_version} +Provides: tex(cyberbcd.tfm) = %{tl_version} +Provides: tex(cyberbce.tfm) = %{tl_version} +Provides: tex(cyberbcf.tfm) = %{tl_version} +Provides: tex(cyberbd0.tfm) = %{tl_version} +Provides: tex(cyberbd1.tfm) = %{tl_version} +Provides: tex(cyberbd2.tfm) = %{tl_version} +Provides: tex(cyberbd3.tfm) = %{tl_version} +Provides: tex(cyberbd4.tfm) = %{tl_version} +Provides: tex(cyberbd5.tfm) = %{tl_version} +Provides: tex(cyberbd6.tfm) = %{tl_version} +Provides: tex(cyberbd7.tfm) = %{tl_version} +Provides: tex(cyberbd8.tfm) = %{tl_version} +Provides: tex(cyberbd9.tfm) = %{tl_version} +Provides: tex(cyberbda.tfm) = %{tl_version} +Provides: tex(cyberbdb.tfm) = %{tl_version} +Provides: tex(cyberbdc.tfm) = %{tl_version} +Provides: tex(cyberbdd.tfm) = %{tl_version} +Provides: tex(cyberbde.tfm) = %{tl_version} +Provides: tex(cyberbdf.tfm) = %{tl_version} +Provides: tex(cyberbe0.tfm) = %{tl_version} +Provides: tex(cyberbe1.tfm) = %{tl_version} +Provides: tex(cyberbe2.tfm) = %{tl_version} +Provides: tex(cyberbe3.tfm) = %{tl_version} +Provides: tex(cyberbe4.tfm) = %{tl_version} +Provides: tex(cyberbe5.tfm) = %{tl_version} +Provides: tex(cyberbe6.tfm) = %{tl_version} +Provides: tex(cyberbe7.tfm) = %{tl_version} +Provides: tex(cyberbe8.tfm) = %{tl_version} +Provides: tex(cyberbe9.tfm) = %{tl_version} +Provides: tex(cyberbea.tfm) = %{tl_version} +Provides: tex(cyberbeb.tfm) = %{tl_version} +Provides: tex(cyberbec.tfm) = %{tl_version} +Provides: tex(cyberbed.tfm) = %{tl_version} +Provides: tex(cyberbee.tfm) = %{tl_version} +Provides: tex(cyberbef.tfm) = %{tl_version} +Provides: tex(cyberbf0.tfm) = %{tl_version} +Provides: tex(cyberbf1.tfm) = %{tl_version} +Provides: tex(cyberbf2.tfm) = %{tl_version} +Provides: tex(cyberbf3.tfm) = %{tl_version} +Provides: tex(cyberbf4.tfm) = %{tl_version} +Provides: tex(cyberbf5.tfm) = %{tl_version} +Provides: tex(cyberbf6.tfm) = %{tl_version} +Provides: tex(cyberbf7.tfm) = %{tl_version} +Provides: tex(cyberbf8.tfm) = %{tl_version} +Provides: tex(cyberbf9.tfm) = %{tl_version} +Provides: tex(cyberbfa.tfm) = %{tl_version} +Provides: tex(cyberbfb.tfm) = %{tl_version} +Provides: tex(cyberbfc.tfm) = %{tl_version} +Provides: tex(cyberbfd.tfm) = %{tl_version} +Provides: tex(cyberbfe.tfm) = %{tl_version} +Provides: tex(cyberbff.tfm) = %{tl_version} +Provides: tex(cyberbsl00.tfm) = %{tl_version} +Provides: tex(cyberbsl01.tfm) = %{tl_version} +Provides: tex(cyberbsl02.tfm) = %{tl_version} +Provides: tex(cyberbsl03.tfm) = %{tl_version} +Provides: tex(cyberbsl04.tfm) = %{tl_version} +Provides: tex(cyberbsl05.tfm) = %{tl_version} +Provides: tex(cyberbsl06.tfm) = %{tl_version} +Provides: tex(cyberbsl07.tfm) = %{tl_version} +Provides: tex(cyberbsl08.tfm) = %{tl_version} +Provides: tex(cyberbsl09.tfm) = %{tl_version} +Provides: tex(cyberbsl0a.tfm) = %{tl_version} +Provides: tex(cyberbsl0b.tfm) = %{tl_version} +Provides: tex(cyberbsl0c.tfm) = %{tl_version} +Provides: tex(cyberbsl0d.tfm) = %{tl_version} +Provides: tex(cyberbsl0e.tfm) = %{tl_version} +Provides: tex(cyberbsl0f.tfm) = %{tl_version} +Provides: tex(cyberbsl10.tfm) = %{tl_version} +Provides: tex(cyberbsl11.tfm) = %{tl_version} +Provides: tex(cyberbsl12.tfm) = %{tl_version} +Provides: tex(cyberbsl13.tfm) = %{tl_version} +Provides: tex(cyberbsl14.tfm) = %{tl_version} +Provides: tex(cyberbsl15.tfm) = %{tl_version} +Provides: tex(cyberbsl16.tfm) = %{tl_version} +Provides: tex(cyberbsl17.tfm) = %{tl_version} +Provides: tex(cyberbsl18.tfm) = %{tl_version} +Provides: tex(cyberbsl19.tfm) = %{tl_version} +Provides: tex(cyberbsl1a.tfm) = %{tl_version} +Provides: tex(cyberbsl1b.tfm) = %{tl_version} +Provides: tex(cyberbsl1c.tfm) = %{tl_version} +Provides: tex(cyberbsl1d.tfm) = %{tl_version} +Provides: tex(cyberbsl1e.tfm) = %{tl_version} +Provides: tex(cyberbsl1f.tfm) = %{tl_version} +Provides: tex(cyberbsl20.tfm) = %{tl_version} +Provides: tex(cyberbsl21.tfm) = %{tl_version} +Provides: tex(cyberbsl22.tfm) = %{tl_version} +Provides: tex(cyberbsl23.tfm) = %{tl_version} +Provides: tex(cyberbsl24.tfm) = %{tl_version} +Provides: tex(cyberbsl25.tfm) = %{tl_version} +Provides: tex(cyberbsl26.tfm) = %{tl_version} +Provides: tex(cyberbsl27.tfm) = %{tl_version} +Provides: tex(cyberbsl28.tfm) = %{tl_version} +Provides: tex(cyberbsl29.tfm) = %{tl_version} +Provides: tex(cyberbsl2a.tfm) = %{tl_version} +Provides: tex(cyberbsl2b.tfm) = %{tl_version} +Provides: tex(cyberbsl2c.tfm) = %{tl_version} +Provides: tex(cyberbsl2d.tfm) = %{tl_version} +Provides: tex(cyberbsl2e.tfm) = %{tl_version} +Provides: tex(cyberbsl2f.tfm) = %{tl_version} +Provides: tex(cyberbsl30.tfm) = %{tl_version} +Provides: tex(cyberbsl31.tfm) = %{tl_version} +Provides: tex(cyberbsl32.tfm) = %{tl_version} +Provides: tex(cyberbsl33.tfm) = %{tl_version} +Provides: tex(cyberbsl34.tfm) = %{tl_version} +Provides: tex(cyberbsl35.tfm) = %{tl_version} +Provides: tex(cyberbsl36.tfm) = %{tl_version} +Provides: tex(cyberbsl37.tfm) = %{tl_version} +Provides: tex(cyberbsl38.tfm) = %{tl_version} +Provides: tex(cyberbsl39.tfm) = %{tl_version} +Provides: tex(cyberbsl3a.tfm) = %{tl_version} +Provides: tex(cyberbsl3b.tfm) = %{tl_version} +Provides: tex(cyberbsl3c.tfm) = %{tl_version} +Provides: tex(cyberbsl3d.tfm) = %{tl_version} +Provides: tex(cyberbsl3e.tfm) = %{tl_version} +Provides: tex(cyberbsl3f.tfm) = %{tl_version} +Provides: tex(cyberbsl40.tfm) = %{tl_version} +Provides: tex(cyberbsl41.tfm) = %{tl_version} +Provides: tex(cyberbsl42.tfm) = %{tl_version} +Provides: tex(cyberbsl43.tfm) = %{tl_version} +Provides: tex(cyberbsl44.tfm) = %{tl_version} +Provides: tex(cyberbsl45.tfm) = %{tl_version} +Provides: tex(cyberbsl46.tfm) = %{tl_version} +Provides: tex(cyberbsl47.tfm) = %{tl_version} +Provides: tex(cyberbsl48.tfm) = %{tl_version} +Provides: tex(cyberbsl49.tfm) = %{tl_version} +Provides: tex(cyberbsl4a.tfm) = %{tl_version} +Provides: tex(cyberbsl4b.tfm) = %{tl_version} +Provides: tex(cyberbsl4c.tfm) = %{tl_version} +Provides: tex(cyberbsl4d.tfm) = %{tl_version} +Provides: tex(cyberbsl4e.tfm) = %{tl_version} +Provides: tex(cyberbsl4f.tfm) = %{tl_version} +Provides: tex(cyberbsl50.tfm) = %{tl_version} +Provides: tex(cyberbsl51.tfm) = %{tl_version} +Provides: tex(cyberbsl52.tfm) = %{tl_version} +Provides: tex(cyberbsl53.tfm) = %{tl_version} +Provides: tex(cyberbsl54.tfm) = %{tl_version} +Provides: tex(cyberbsl55.tfm) = %{tl_version} +Provides: tex(cyberbsl56.tfm) = %{tl_version} +Provides: tex(cyberbsl57.tfm) = %{tl_version} +Provides: tex(cyberbsl58.tfm) = %{tl_version} +Provides: tex(cyberbsl59.tfm) = %{tl_version} +Provides: tex(cyberbsl5a.tfm) = %{tl_version} +Provides: tex(cyberbsl5b.tfm) = %{tl_version} +Provides: tex(cyberbsl5c.tfm) = %{tl_version} +Provides: tex(cyberbsl5d.tfm) = %{tl_version} +Provides: tex(cyberbsl5e.tfm) = %{tl_version} +Provides: tex(cyberbsl5f.tfm) = %{tl_version} +Provides: tex(cyberbsl60.tfm) = %{tl_version} +Provides: tex(cyberbsl61.tfm) = %{tl_version} +Provides: tex(cyberbsl62.tfm) = %{tl_version} +Provides: tex(cyberbsl63.tfm) = %{tl_version} +Provides: tex(cyberbsl64.tfm) = %{tl_version} +Provides: tex(cyberbsl65.tfm) = %{tl_version} +Provides: tex(cyberbsl66.tfm) = %{tl_version} +Provides: tex(cyberbsl67.tfm) = %{tl_version} +Provides: tex(cyberbsl68.tfm) = %{tl_version} +Provides: tex(cyberbsl69.tfm) = %{tl_version} +Provides: tex(cyberbsl6a.tfm) = %{tl_version} +Provides: tex(cyberbsl6b.tfm) = %{tl_version} +Provides: tex(cyberbsl6c.tfm) = %{tl_version} +Provides: tex(cyberbsl6d.tfm) = %{tl_version} +Provides: tex(cyberbsl6e.tfm) = %{tl_version} +Provides: tex(cyberbsl6f.tfm) = %{tl_version} +Provides: tex(cyberbsl70.tfm) = %{tl_version} +Provides: tex(cyberbsl71.tfm) = %{tl_version} +Provides: tex(cyberbsl72.tfm) = %{tl_version} +Provides: tex(cyberbsl73.tfm) = %{tl_version} +Provides: tex(cyberbsl74.tfm) = %{tl_version} +Provides: tex(cyberbsl75.tfm) = %{tl_version} +Provides: tex(cyberbsl76.tfm) = %{tl_version} +Provides: tex(cyberbsl77.tfm) = %{tl_version} +Provides: tex(cyberbsl78.tfm) = %{tl_version} +Provides: tex(cyberbsl79.tfm) = %{tl_version} +Provides: tex(cyberbsl7a.tfm) = %{tl_version} +Provides: tex(cyberbsl7b.tfm) = %{tl_version} +Provides: tex(cyberbsl7c.tfm) = %{tl_version} +Provides: tex(cyberbsl7d.tfm) = %{tl_version} +Provides: tex(cyberbsl7e.tfm) = %{tl_version} +Provides: tex(cyberbsl7f.tfm) = %{tl_version} +Provides: tex(cyberbsl80.tfm) = %{tl_version} +Provides: tex(cyberbsl81.tfm) = %{tl_version} +Provides: tex(cyberbsl82.tfm) = %{tl_version} +Provides: tex(cyberbsl83.tfm) = %{tl_version} +Provides: tex(cyberbsl84.tfm) = %{tl_version} +Provides: tex(cyberbsl85.tfm) = %{tl_version} +Provides: tex(cyberbsl86.tfm) = %{tl_version} +Provides: tex(cyberbsl87.tfm) = %{tl_version} +Provides: tex(cyberbsl88.tfm) = %{tl_version} +Provides: tex(cyberbsl89.tfm) = %{tl_version} +Provides: tex(cyberbsl8a.tfm) = %{tl_version} +Provides: tex(cyberbsl8b.tfm) = %{tl_version} +Provides: tex(cyberbsl8c.tfm) = %{tl_version} +Provides: tex(cyberbsl8d.tfm) = %{tl_version} +Provides: tex(cyberbsl8e.tfm) = %{tl_version} +Provides: tex(cyberbsl8f.tfm) = %{tl_version} +Provides: tex(cyberbsl90.tfm) = %{tl_version} +Provides: tex(cyberbsl91.tfm) = %{tl_version} +Provides: tex(cyberbsl92.tfm) = %{tl_version} +Provides: tex(cyberbsl93.tfm) = %{tl_version} +Provides: tex(cyberbsl94.tfm) = %{tl_version} +Provides: tex(cyberbsl95.tfm) = %{tl_version} +Provides: tex(cyberbsl96.tfm) = %{tl_version} +Provides: tex(cyberbsl97.tfm) = %{tl_version} +Provides: tex(cyberbsl98.tfm) = %{tl_version} +Provides: tex(cyberbsl99.tfm) = %{tl_version} +Provides: tex(cyberbsl9a.tfm) = %{tl_version} +Provides: tex(cyberbsl9b.tfm) = %{tl_version} +Provides: tex(cyberbsl9c.tfm) = %{tl_version} +Provides: tex(cyberbsl9d.tfm) = %{tl_version} +Provides: tex(cyberbsl9e.tfm) = %{tl_version} +Provides: tex(cyberbsl9f.tfm) = %{tl_version} +Provides: tex(cyberbsla0.tfm) = %{tl_version} +Provides: tex(cyberbsla1.tfm) = %{tl_version} +Provides: tex(cyberbsla2.tfm) = %{tl_version} +Provides: tex(cyberbsla3.tfm) = %{tl_version} +Provides: tex(cyberbsla4.tfm) = %{tl_version} +Provides: tex(cyberbsla5.tfm) = %{tl_version} +Provides: tex(cyberbsla6.tfm) = %{tl_version} +Provides: tex(cyberbsla7.tfm) = %{tl_version} +Provides: tex(cyberbsla8.tfm) = %{tl_version} +Provides: tex(cyberbsla9.tfm) = %{tl_version} +Provides: tex(cyberbslaa.tfm) = %{tl_version} +Provides: tex(cyberbslab.tfm) = %{tl_version} +Provides: tex(cyberbslac.tfm) = %{tl_version} +Provides: tex(cyberbslad.tfm) = %{tl_version} +Provides: tex(cyberbslae.tfm) = %{tl_version} +Provides: tex(cyberbslaf.tfm) = %{tl_version} +Provides: tex(cyberbslb0.tfm) = %{tl_version} +Provides: tex(cyberbslb1.tfm) = %{tl_version} +Provides: tex(cyberbslb2.tfm) = %{tl_version} +Provides: tex(cyberbslb3.tfm) = %{tl_version} +Provides: tex(cyberbslb4.tfm) = %{tl_version} +Provides: tex(cyberbslb5.tfm) = %{tl_version} +Provides: tex(cyberbslb6.tfm) = %{tl_version} +Provides: tex(cyberbslb7.tfm) = %{tl_version} +Provides: tex(cyberbslb8.tfm) = %{tl_version} +Provides: tex(cyberbslb9.tfm) = %{tl_version} +Provides: tex(cyberbslba.tfm) = %{tl_version} +Provides: tex(cyberbslbb.tfm) = %{tl_version} +Provides: tex(cyberbslbc.tfm) = %{tl_version} +Provides: tex(cyberbslbd.tfm) = %{tl_version} +Provides: tex(cyberbslbe.tfm) = %{tl_version} +Provides: tex(cyberbslbf.tfm) = %{tl_version} +Provides: tex(cyberbslc0.tfm) = %{tl_version} +Provides: tex(cyberbslc1.tfm) = %{tl_version} +Provides: tex(cyberbslc2.tfm) = %{tl_version} +Provides: tex(cyberbslc3.tfm) = %{tl_version} +Provides: tex(cyberbslc4.tfm) = %{tl_version} +Provides: tex(cyberbslc5.tfm) = %{tl_version} +Provides: tex(cyberbslc6.tfm) = %{tl_version} +Provides: tex(cyberbslc7.tfm) = %{tl_version} +Provides: tex(cyberbslc8.tfm) = %{tl_version} +Provides: tex(cyberbslc9.tfm) = %{tl_version} +Provides: tex(cyberbslca.tfm) = %{tl_version} +Provides: tex(cyberbslcb.tfm) = %{tl_version} +Provides: tex(cyberbslcc.tfm) = %{tl_version} +Provides: tex(cyberbslcd.tfm) = %{tl_version} +Provides: tex(cyberbslce.tfm) = %{tl_version} +Provides: tex(cyberbslcf.tfm) = %{tl_version} +Provides: tex(cyberbsld0.tfm) = %{tl_version} +Provides: tex(cyberbsld1.tfm) = %{tl_version} +Provides: tex(cyberbsld2.tfm) = %{tl_version} +Provides: tex(cyberbsld3.tfm) = %{tl_version} +Provides: tex(cyberbsld4.tfm) = %{tl_version} +Provides: tex(cyberbsld5.tfm) = %{tl_version} +Provides: tex(cyberbsld6.tfm) = %{tl_version} +Provides: tex(cyberbsld7.tfm) = %{tl_version} +Provides: tex(cyberbsld8.tfm) = %{tl_version} +Provides: tex(cyberbsld9.tfm) = %{tl_version} +Provides: tex(cyberbslda.tfm) = %{tl_version} +Provides: tex(cyberbsldb.tfm) = %{tl_version} +Provides: tex(cyberbsldc.tfm) = %{tl_version} +Provides: tex(cyberbsldd.tfm) = %{tl_version} +Provides: tex(cyberbslde.tfm) = %{tl_version} +Provides: tex(cyberbsldf.tfm) = %{tl_version} +Provides: tex(cyberbsle0.tfm) = %{tl_version} +Provides: tex(cyberbsle1.tfm) = %{tl_version} +Provides: tex(cyberbsle2.tfm) = %{tl_version} +Provides: tex(cyberbsle3.tfm) = %{tl_version} +Provides: tex(cyberbsle4.tfm) = %{tl_version} +Provides: tex(cyberbsle5.tfm) = %{tl_version} +Provides: tex(cyberbsle6.tfm) = %{tl_version} +Provides: tex(cyberbsle7.tfm) = %{tl_version} +Provides: tex(cyberbsle8.tfm) = %{tl_version} +Provides: tex(cyberbsle9.tfm) = %{tl_version} +Provides: tex(cyberbslea.tfm) = %{tl_version} +Provides: tex(cyberbsleb.tfm) = %{tl_version} +Provides: tex(cyberbslec.tfm) = %{tl_version} +Provides: tex(cyberbsled.tfm) = %{tl_version} +Provides: tex(cyberbslee.tfm) = %{tl_version} +Provides: tex(cyberbslef.tfm) = %{tl_version} +Provides: tex(cyberbslf0.tfm) = %{tl_version} +Provides: tex(cyberbslf1.tfm) = %{tl_version} +Provides: tex(cyberbslf2.tfm) = %{tl_version} +Provides: tex(cyberbslf3.tfm) = %{tl_version} +Provides: tex(cyberbslf4.tfm) = %{tl_version} +Provides: tex(cyberbslf5.tfm) = %{tl_version} +Provides: tex(cyberbslf6.tfm) = %{tl_version} +Provides: tex(cyberbslf7.tfm) = %{tl_version} +Provides: tex(cyberbslf8.tfm) = %{tl_version} +Provides: tex(cyberbslf9.tfm) = %{tl_version} +Provides: tex(cyberbslfa.tfm) = %{tl_version} +Provides: tex(cyberbslfb.tfm) = %{tl_version} +Provides: tex(cyberbslfc.tfm) = %{tl_version} +Provides: tex(cyberbslfd.tfm) = %{tl_version} +Provides: tex(cyberbslfe.tfm) = %{tl_version} +Provides: tex(cyberbslff.tfm) = %{tl_version} +Provides: tex(gbk00.tfm) = %{tl_version} +Provides: tex(gbk01.tfm) = %{tl_version} +Provides: tex(gbk02.tfm) = %{tl_version} +Provides: tex(gbk03.tfm) = %{tl_version} +Provides: tex(gbk04.tfm) = %{tl_version} +Provides: tex(gbk05.tfm) = %{tl_version} +Provides: tex(gbk06.tfm) = %{tl_version} +Provides: tex(gbk07.tfm) = %{tl_version} +Provides: tex(gbk08.tfm) = %{tl_version} +Provides: tex(gbk09.tfm) = %{tl_version} +Provides: tex(gbk10.tfm) = %{tl_version} +Provides: tex(gbk11.tfm) = %{tl_version} +Provides: tex(gbk12.tfm) = %{tl_version} +Provides: tex(gbk13.tfm) = %{tl_version} +Provides: tex(gbk14.tfm) = %{tl_version} +Provides: tex(gbk15.tfm) = %{tl_version} +Provides: tex(gbk16.tfm) = %{tl_version} +Provides: tex(gbk17.tfm) = %{tl_version} +Provides: tex(gbk18.tfm) = %{tl_version} +Provides: tex(gbk19.tfm) = %{tl_version} +Provides: tex(gbk20.tfm) = %{tl_version} +Provides: tex(gbk21.tfm) = %{tl_version} +Provides: tex(gbk22.tfm) = %{tl_version} +Provides: tex(gbk23.tfm) = %{tl_version} +Provides: tex(gbk24.tfm) = %{tl_version} +Provides: tex(gbk25.tfm) = %{tl_version} +Provides: tex(gbk26.tfm) = %{tl_version} +Provides: tex(gbk27.tfm) = %{tl_version} +Provides: tex(gbk28.tfm) = %{tl_version} +Provides: tex(gbk29.tfm) = %{tl_version} +Provides: tex(gbk30.tfm) = %{tl_version} +Provides: tex(gbk31.tfm) = %{tl_version} +Provides: tex(gbk32.tfm) = %{tl_version} +Provides: tex(gbk33.tfm) = %{tl_version} +Provides: tex(gbk34.tfm) = %{tl_version} +Provides: tex(gbk35.tfm) = %{tl_version} +Provides: tex(gbk36.tfm) = %{tl_version} +Provides: tex(gbk37.tfm) = %{tl_version} +Provides: tex(gbk38.tfm) = %{tl_version} +Provides: tex(gbk39.tfm) = %{tl_version} +Provides: tex(gbk40.tfm) = %{tl_version} +Provides: tex(gbk41.tfm) = %{tl_version} +Provides: tex(gbk42.tfm) = %{tl_version} +Provides: tex(gbk43.tfm) = %{tl_version} +Provides: tex(gbk44.tfm) = %{tl_version} +Provides: tex(gbk45.tfm) = %{tl_version} +Provides: tex(gbk46.tfm) = %{tl_version} +Provides: tex(gbk47.tfm) = %{tl_version} +Provides: tex(gbk48.tfm) = %{tl_version} +Provides: tex(gbk49.tfm) = %{tl_version} +Provides: tex(gbk50.tfm) = %{tl_version} +Provides: tex(gbk51.tfm) = %{tl_version} +Provides: tex(gbk52.tfm) = %{tl_version} +Provides: tex(gbk53.tfm) = %{tl_version} +Provides: tex(gbk54.tfm) = %{tl_version} +Provides: tex(gbk55.tfm) = %{tl_version} +Provides: tex(gbk56.tfm) = %{tl_version} +Provides: tex(gbk57.tfm) = %{tl_version} +Provides: tex(gbk58.tfm) = %{tl_version} +Provides: tex(gbk59.tfm) = %{tl_version} +Provides: tex(gbk60.tfm) = %{tl_version} +Provides: tex(gbk61.tfm) = %{tl_version} +Provides: tex(gbk62.tfm) = %{tl_version} +Provides: tex(gbk63.tfm) = %{tl_version} +Provides: tex(gbk64.tfm) = %{tl_version} +Provides: tex(gbk65.tfm) = %{tl_version} +Provides: tex(gbk66.tfm) = %{tl_version} +Provides: tex(gbk67.tfm) = %{tl_version} +Provides: tex(gbk68.tfm) = %{tl_version} +Provides: tex(gbk69.tfm) = %{tl_version} +Provides: tex(gbk70.tfm) = %{tl_version} +Provides: tex(gbk71.tfm) = %{tl_version} +Provides: tex(gbk72.tfm) = %{tl_version} +Provides: tex(gbk73.tfm) = %{tl_version} +Provides: tex(gbk74.tfm) = %{tl_version} +Provides: tex(gbk75.tfm) = %{tl_version} +Provides: tex(gbk76.tfm) = %{tl_version} +Provides: tex(gbk77.tfm) = %{tl_version} +Provides: tex(gbk78.tfm) = %{tl_version} +Provides: tex(gbk79.tfm) = %{tl_version} +Provides: tex(gbk80.tfm) = %{tl_version} +Provides: tex(gbk81.tfm) = %{tl_version} +Provides: tex(gbk82.tfm) = %{tl_version} +Provides: tex(gbk83.tfm) = %{tl_version} +Provides: tex(gbk84.tfm) = %{tl_version} +Provides: tex(gbk85.tfm) = %{tl_version} +Provides: tex(gbk86.tfm) = %{tl_version} +Provides: tex(gbk87.tfm) = %{tl_version} +Provides: tex(gbk88.tfm) = %{tl_version} +Provides: tex(gbk89.tfm) = %{tl_version} +Provides: tex(gbk90.tfm) = %{tl_version} +Provides: tex(gbk91.tfm) = %{tl_version} +Provides: tex(gbk92.tfm) = %{tl_version} +Provides: tex(gbk93.tfm) = %{tl_version} +Provides: tex(gbk94.tfm) = %{tl_version} +Provides: tex(gbksl00.tfm) = %{tl_version} +Provides: tex(gbksl01.tfm) = %{tl_version} +Provides: tex(gbksl02.tfm) = %{tl_version} +Provides: tex(gbksl03.tfm) = %{tl_version} +Provides: tex(gbksl04.tfm) = %{tl_version} +Provides: tex(gbksl05.tfm) = %{tl_version} +Provides: tex(gbksl06.tfm) = %{tl_version} +Provides: tex(gbksl07.tfm) = %{tl_version} +Provides: tex(gbksl08.tfm) = %{tl_version} +Provides: tex(gbksl09.tfm) = %{tl_version} +Provides: tex(gbksl10.tfm) = %{tl_version} +Provides: tex(gbksl11.tfm) = %{tl_version} +Provides: tex(gbksl12.tfm) = %{tl_version} +Provides: tex(gbksl13.tfm) = %{tl_version} +Provides: tex(gbksl14.tfm) = %{tl_version} +Provides: tex(gbksl15.tfm) = %{tl_version} +Provides: tex(gbksl16.tfm) = %{tl_version} +Provides: tex(gbksl17.tfm) = %{tl_version} +Provides: tex(gbksl18.tfm) = %{tl_version} +Provides: tex(gbksl19.tfm) = %{tl_version} +Provides: tex(gbksl20.tfm) = %{tl_version} +Provides: tex(gbksl21.tfm) = %{tl_version} +Provides: tex(gbksl22.tfm) = %{tl_version} +Provides: tex(gbksl23.tfm) = %{tl_version} +Provides: tex(gbksl24.tfm) = %{tl_version} +Provides: tex(gbksl25.tfm) = %{tl_version} +Provides: tex(gbksl26.tfm) = %{tl_version} +Provides: tex(gbksl27.tfm) = %{tl_version} +Provides: tex(gbksl28.tfm) = %{tl_version} +Provides: tex(gbksl29.tfm) = %{tl_version} +Provides: tex(gbksl30.tfm) = %{tl_version} +Provides: tex(gbksl31.tfm) = %{tl_version} +Provides: tex(gbksl32.tfm) = %{tl_version} +Provides: tex(gbksl33.tfm) = %{tl_version} +Provides: tex(gbksl34.tfm) = %{tl_version} +Provides: tex(gbksl35.tfm) = %{tl_version} +Provides: tex(gbksl36.tfm) = %{tl_version} +Provides: tex(gbksl37.tfm) = %{tl_version} +Provides: tex(gbksl38.tfm) = %{tl_version} +Provides: tex(gbksl39.tfm) = %{tl_version} +Provides: tex(gbksl40.tfm) = %{tl_version} +Provides: tex(gbksl41.tfm) = %{tl_version} +Provides: tex(gbksl42.tfm) = %{tl_version} +Provides: tex(gbksl43.tfm) = %{tl_version} +Provides: tex(gbksl44.tfm) = %{tl_version} +Provides: tex(gbksl45.tfm) = %{tl_version} +Provides: tex(gbksl46.tfm) = %{tl_version} +Provides: tex(gbksl47.tfm) = %{tl_version} +Provides: tex(gbksl48.tfm) = %{tl_version} +Provides: tex(gbksl49.tfm) = %{tl_version} +Provides: tex(gbksl50.tfm) = %{tl_version} +Provides: tex(gbksl51.tfm) = %{tl_version} +Provides: tex(gbksl52.tfm) = %{tl_version} +Provides: tex(gbksl53.tfm) = %{tl_version} +Provides: tex(gbksl54.tfm) = %{tl_version} +Provides: tex(gbksl55.tfm) = %{tl_version} +Provides: tex(gbksl56.tfm) = %{tl_version} +Provides: tex(gbksl57.tfm) = %{tl_version} +Provides: tex(gbksl58.tfm) = %{tl_version} +Provides: tex(gbksl59.tfm) = %{tl_version} +Provides: tex(gbksl60.tfm) = %{tl_version} +Provides: tex(gbksl61.tfm) = %{tl_version} +Provides: tex(gbksl62.tfm) = %{tl_version} +Provides: tex(gbksl63.tfm) = %{tl_version} +Provides: tex(gbksl64.tfm) = %{tl_version} +Provides: tex(gbksl65.tfm) = %{tl_version} +Provides: tex(gbksl66.tfm) = %{tl_version} +Provides: tex(gbksl67.tfm) = %{tl_version} +Provides: tex(gbksl68.tfm) = %{tl_version} +Provides: tex(gbksl69.tfm) = %{tl_version} +Provides: tex(gbksl70.tfm) = %{tl_version} +Provides: tex(gbksl71.tfm) = %{tl_version} +Provides: tex(gbksl72.tfm) = %{tl_version} +Provides: tex(gbksl73.tfm) = %{tl_version} +Provides: tex(gbksl74.tfm) = %{tl_version} +Provides: tex(gbksl75.tfm) = %{tl_version} +Provides: tex(gbksl76.tfm) = %{tl_version} +Provides: tex(gbksl77.tfm) = %{tl_version} +Provides: tex(gbksl78.tfm) = %{tl_version} +Provides: tex(gbksl79.tfm) = %{tl_version} +Provides: tex(gbksl80.tfm) = %{tl_version} +Provides: tex(gbksl81.tfm) = %{tl_version} +Provides: tex(gbksl82.tfm) = %{tl_version} +Provides: tex(gbksl83.tfm) = %{tl_version} +Provides: tex(gbksl84.tfm) = %{tl_version} +Provides: tex(gbksl85.tfm) = %{tl_version} +Provides: tex(gbksl86.tfm) = %{tl_version} +Provides: tex(gbksl87.tfm) = %{tl_version} +Provides: tex(gbksl88.tfm) = %{tl_version} +Provides: tex(gbksl89.tfm) = %{tl_version} +Provides: tex(gbksl90.tfm) = %{tl_version} +Provides: tex(gbksl91.tfm) = %{tl_version} +Provides: tex(gbksl92.tfm) = %{tl_version} +Provides: tex(gbksl93.tfm) = %{tl_version} +Provides: tex(gbksl94.tfm) = %{tl_version} +Provides: tex(gbkfs00.tfm) = %{tl_version} +Provides: tex(gbkfs01.tfm) = %{tl_version} +Provides: tex(gbkfs02.tfm) = %{tl_version} +Provides: tex(gbkfs03.tfm) = %{tl_version} +Provides: tex(gbkfs04.tfm) = %{tl_version} +Provides: tex(gbkfs05.tfm) = %{tl_version} +Provides: tex(gbkfs06.tfm) = %{tl_version} +Provides: tex(gbkfs07.tfm) = %{tl_version} +Provides: tex(gbkfs08.tfm) = %{tl_version} +Provides: tex(gbkfs09.tfm) = %{tl_version} +Provides: tex(gbkfs10.tfm) = %{tl_version} +Provides: tex(gbkfs11.tfm) = %{tl_version} +Provides: tex(gbkfs12.tfm) = %{tl_version} +Provides: tex(gbkfs13.tfm) = %{tl_version} +Provides: tex(gbkfs14.tfm) = %{tl_version} +Provides: tex(gbkfs15.tfm) = %{tl_version} +Provides: tex(gbkfs16.tfm) = %{tl_version} +Provides: tex(gbkfs17.tfm) = %{tl_version} +Provides: tex(gbkfs18.tfm) = %{tl_version} +Provides: tex(gbkfs19.tfm) = %{tl_version} +Provides: tex(gbkfs20.tfm) = %{tl_version} +Provides: tex(gbkfs21.tfm) = %{tl_version} +Provides: tex(gbkfs22.tfm) = %{tl_version} +Provides: tex(gbkfs23.tfm) = %{tl_version} +Provides: tex(gbkfs24.tfm) = %{tl_version} +Provides: tex(gbkfs25.tfm) = %{tl_version} +Provides: tex(gbkfs26.tfm) = %{tl_version} +Provides: tex(gbkfs27.tfm) = %{tl_version} +Provides: tex(gbkfs28.tfm) = %{tl_version} +Provides: tex(gbkfs29.tfm) = %{tl_version} +Provides: tex(gbkfs30.tfm) = %{tl_version} +Provides: tex(gbkfs31.tfm) = %{tl_version} +Provides: tex(gbkfs32.tfm) = %{tl_version} +Provides: tex(gbkfs33.tfm) = %{tl_version} +Provides: tex(gbkfs34.tfm) = %{tl_version} +Provides: tex(gbkfs35.tfm) = %{tl_version} +Provides: tex(gbkfs36.tfm) = %{tl_version} +Provides: tex(gbkfs37.tfm) = %{tl_version} +Provides: tex(gbkfs38.tfm) = %{tl_version} +Provides: tex(gbkfs39.tfm) = %{tl_version} +Provides: tex(gbkfs40.tfm) = %{tl_version} +Provides: tex(gbkfs41.tfm) = %{tl_version} +Provides: tex(gbkfs42.tfm) = %{tl_version} +Provides: tex(gbkfs43.tfm) = %{tl_version} +Provides: tex(gbkfs44.tfm) = %{tl_version} +Provides: tex(gbkfs45.tfm) = %{tl_version} +Provides: tex(gbkfs46.tfm) = %{tl_version} +Provides: tex(gbkfs47.tfm) = %{tl_version} +Provides: tex(gbkfs48.tfm) = %{tl_version} +Provides: tex(gbkfs49.tfm) = %{tl_version} +Provides: tex(gbkfs50.tfm) = %{tl_version} +Provides: tex(gbkfs51.tfm) = %{tl_version} +Provides: tex(gbkfs52.tfm) = %{tl_version} +Provides: tex(gbkfs53.tfm) = %{tl_version} +Provides: tex(gbkfs54.tfm) = %{tl_version} +Provides: tex(gbkfs55.tfm) = %{tl_version} +Provides: tex(gbkfs56.tfm) = %{tl_version} +Provides: tex(gbkfs57.tfm) = %{tl_version} +Provides: tex(gbkfs58.tfm) = %{tl_version} +Provides: tex(gbkfs59.tfm) = %{tl_version} +Provides: tex(gbkfs60.tfm) = %{tl_version} +Provides: tex(gbkfs61.tfm) = %{tl_version} +Provides: tex(gbkfs62.tfm) = %{tl_version} +Provides: tex(gbkfs63.tfm) = %{tl_version} +Provides: tex(gbkfs64.tfm) = %{tl_version} +Provides: tex(gbkfs65.tfm) = %{tl_version} +Provides: tex(gbkfs66.tfm) = %{tl_version} +Provides: tex(gbkfs67.tfm) = %{tl_version} +Provides: tex(gbkfs68.tfm) = %{tl_version} +Provides: tex(gbkfs69.tfm) = %{tl_version} +Provides: tex(gbkfs70.tfm) = %{tl_version} +Provides: tex(gbkfs71.tfm) = %{tl_version} +Provides: tex(gbkfs72.tfm) = %{tl_version} +Provides: tex(gbkfs73.tfm) = %{tl_version} +Provides: tex(gbkfs74.tfm) = %{tl_version} +Provides: tex(gbkfs75.tfm) = %{tl_version} +Provides: tex(gbkfs76.tfm) = %{tl_version} +Provides: tex(gbkfs77.tfm) = %{tl_version} +Provides: tex(gbkfs78.tfm) = %{tl_version} +Provides: tex(gbkfs79.tfm) = %{tl_version} +Provides: tex(gbkfs80.tfm) = %{tl_version} +Provides: tex(gbkfs81.tfm) = %{tl_version} +Provides: tex(gbkfs82.tfm) = %{tl_version} +Provides: tex(gbkfs83.tfm) = %{tl_version} +Provides: tex(gbkfs84.tfm) = %{tl_version} +Provides: tex(gbkfs85.tfm) = %{tl_version} +Provides: tex(gbkfs86.tfm) = %{tl_version} +Provides: tex(gbkfs87.tfm) = %{tl_version} +Provides: tex(gbkfs88.tfm) = %{tl_version} +Provides: tex(gbkfs89.tfm) = %{tl_version} +Provides: tex(gbkfs90.tfm) = %{tl_version} +Provides: tex(gbkfs91.tfm) = %{tl_version} +Provides: tex(gbkfs92.tfm) = %{tl_version} +Provides: tex(gbkfs93.tfm) = %{tl_version} +Provides: tex(gbkfs94.tfm) = %{tl_version} +Provides: tex(gbkfssl00.tfm) = %{tl_version} +Provides: tex(gbkfssl01.tfm) = %{tl_version} +Provides: tex(gbkfssl02.tfm) = %{tl_version} +Provides: tex(gbkfssl03.tfm) = %{tl_version} +Provides: tex(gbkfssl04.tfm) = %{tl_version} +Provides: tex(gbkfssl05.tfm) = %{tl_version} +Provides: tex(gbkfssl06.tfm) = %{tl_version} +Provides: tex(gbkfssl07.tfm) = %{tl_version} +Provides: tex(gbkfssl08.tfm) = %{tl_version} +Provides: tex(gbkfssl09.tfm) = %{tl_version} +Provides: tex(gbkfssl10.tfm) = %{tl_version} +Provides: tex(gbkfssl11.tfm) = %{tl_version} +Provides: tex(gbkfssl12.tfm) = %{tl_version} +Provides: tex(gbkfssl13.tfm) = %{tl_version} +Provides: tex(gbkfssl14.tfm) = %{tl_version} +Provides: tex(gbkfssl15.tfm) = %{tl_version} +Provides: tex(gbkfssl16.tfm) = %{tl_version} +Provides: tex(gbkfssl17.tfm) = %{tl_version} +Provides: tex(gbkfssl18.tfm) = %{tl_version} +Provides: tex(gbkfssl19.tfm) = %{tl_version} +Provides: tex(gbkfssl20.tfm) = %{tl_version} +Provides: tex(gbkfssl21.tfm) = %{tl_version} +Provides: tex(gbkfssl22.tfm) = %{tl_version} +Provides: tex(gbkfssl23.tfm) = %{tl_version} +Provides: tex(gbkfssl24.tfm) = %{tl_version} +Provides: tex(gbkfssl25.tfm) = %{tl_version} +Provides: tex(gbkfssl26.tfm) = %{tl_version} +Provides: tex(gbkfssl27.tfm) = %{tl_version} +Provides: tex(gbkfssl28.tfm) = %{tl_version} +Provides: tex(gbkfssl29.tfm) = %{tl_version} +Provides: tex(gbkfssl30.tfm) = %{tl_version} +Provides: tex(gbkfssl31.tfm) = %{tl_version} +Provides: tex(gbkfssl32.tfm) = %{tl_version} +Provides: tex(gbkfssl33.tfm) = %{tl_version} +Provides: tex(gbkfssl34.tfm) = %{tl_version} +Provides: tex(gbkfssl35.tfm) = %{tl_version} +Provides: tex(gbkfssl36.tfm) = %{tl_version} +Provides: tex(gbkfssl37.tfm) = %{tl_version} +Provides: tex(gbkfssl38.tfm) = %{tl_version} +Provides: tex(gbkfssl39.tfm) = %{tl_version} +Provides: tex(gbkfssl40.tfm) = %{tl_version} +Provides: tex(gbkfssl41.tfm) = %{tl_version} +Provides: tex(gbkfssl42.tfm) = %{tl_version} +Provides: tex(gbkfssl43.tfm) = %{tl_version} +Provides: tex(gbkfssl44.tfm) = %{tl_version} +Provides: tex(gbkfssl45.tfm) = %{tl_version} +Provides: tex(gbkfssl46.tfm) = %{tl_version} +Provides: tex(gbkfssl47.tfm) = %{tl_version} +Provides: tex(gbkfssl48.tfm) = %{tl_version} +Provides: tex(gbkfssl49.tfm) = %{tl_version} +Provides: tex(gbkfssl50.tfm) = %{tl_version} +Provides: tex(gbkfssl51.tfm) = %{tl_version} +Provides: tex(gbkfssl52.tfm) = %{tl_version} +Provides: tex(gbkfssl53.tfm) = %{tl_version} +Provides: tex(gbkfssl54.tfm) = %{tl_version} +Provides: tex(gbkfssl55.tfm) = %{tl_version} +Provides: tex(gbkfssl56.tfm) = %{tl_version} +Provides: tex(gbkfssl57.tfm) = %{tl_version} +Provides: tex(gbkfssl58.tfm) = %{tl_version} +Provides: tex(gbkfssl59.tfm) = %{tl_version} +Provides: tex(gbkfssl60.tfm) = %{tl_version} +Provides: tex(gbkfssl61.tfm) = %{tl_version} +Provides: tex(gbkfssl62.tfm) = %{tl_version} +Provides: tex(gbkfssl63.tfm) = %{tl_version} +Provides: tex(gbkfssl64.tfm) = %{tl_version} +Provides: tex(gbkfssl65.tfm) = %{tl_version} +Provides: tex(gbkfssl66.tfm) = %{tl_version} +Provides: tex(gbkfssl67.tfm) = %{tl_version} +Provides: tex(gbkfssl68.tfm) = %{tl_version} +Provides: tex(gbkfssl69.tfm) = %{tl_version} +Provides: tex(gbkfssl70.tfm) = %{tl_version} +Provides: tex(gbkfssl71.tfm) = %{tl_version} +Provides: tex(gbkfssl72.tfm) = %{tl_version} +Provides: tex(gbkfssl73.tfm) = %{tl_version} +Provides: tex(gbkfssl74.tfm) = %{tl_version} +Provides: tex(gbkfssl75.tfm) = %{tl_version} +Provides: tex(gbkfssl76.tfm) = %{tl_version} +Provides: tex(gbkfssl77.tfm) = %{tl_version} +Provides: tex(gbkfssl78.tfm) = %{tl_version} +Provides: tex(gbkfssl79.tfm) = %{tl_version} +Provides: tex(gbkfssl80.tfm) = %{tl_version} +Provides: tex(gbkfssl81.tfm) = %{tl_version} +Provides: tex(gbkfssl82.tfm) = %{tl_version} +Provides: tex(gbkfssl83.tfm) = %{tl_version} +Provides: tex(gbkfssl84.tfm) = %{tl_version} +Provides: tex(gbkfssl85.tfm) = %{tl_version} +Provides: tex(gbkfssl86.tfm) = %{tl_version} +Provides: tex(gbkfssl87.tfm) = %{tl_version} +Provides: tex(gbkfssl88.tfm) = %{tl_version} +Provides: tex(gbkfssl89.tfm) = %{tl_version} +Provides: tex(gbkfssl90.tfm) = %{tl_version} +Provides: tex(gbkfssl91.tfm) = %{tl_version} +Provides: tex(gbkfssl92.tfm) = %{tl_version} +Provides: tex(gbkfssl93.tfm) = %{tl_version} +Provides: tex(gbkfssl94.tfm) = %{tl_version} +Provides: tex(gbkhei00.tfm) = %{tl_version} +Provides: tex(gbkhei01.tfm) = %{tl_version} +Provides: tex(gbkhei02.tfm) = %{tl_version} +Provides: tex(gbkhei03.tfm) = %{tl_version} +Provides: tex(gbkhei04.tfm) = %{tl_version} +Provides: tex(gbkhei05.tfm) = %{tl_version} +Provides: tex(gbkhei06.tfm) = %{tl_version} +Provides: tex(gbkhei07.tfm) = %{tl_version} +Provides: tex(gbkhei08.tfm) = %{tl_version} +Provides: tex(gbkhei09.tfm) = %{tl_version} +Provides: tex(gbkhei10.tfm) = %{tl_version} +Provides: tex(gbkhei11.tfm) = %{tl_version} +Provides: tex(gbkhei12.tfm) = %{tl_version} +Provides: tex(gbkhei13.tfm) = %{tl_version} +Provides: tex(gbkhei14.tfm) = %{tl_version} +Provides: tex(gbkhei15.tfm) = %{tl_version} +Provides: tex(gbkhei16.tfm) = %{tl_version} +Provides: tex(gbkhei17.tfm) = %{tl_version} +Provides: tex(gbkhei18.tfm) = %{tl_version} +Provides: tex(gbkhei19.tfm) = %{tl_version} +Provides: tex(gbkhei20.tfm) = %{tl_version} +Provides: tex(gbkhei21.tfm) = %{tl_version} +Provides: tex(gbkhei22.tfm) = %{tl_version} +Provides: tex(gbkhei23.tfm) = %{tl_version} +Provides: tex(gbkhei24.tfm) = %{tl_version} +Provides: tex(gbkhei25.tfm) = %{tl_version} +Provides: tex(gbkhei26.tfm) = %{tl_version} +Provides: tex(gbkhei27.tfm) = %{tl_version} +Provides: tex(gbkhei28.tfm) = %{tl_version} +Provides: tex(gbkhei29.tfm) = %{tl_version} +Provides: tex(gbkhei30.tfm) = %{tl_version} +Provides: tex(gbkhei31.tfm) = %{tl_version} +Provides: tex(gbkhei32.tfm) = %{tl_version} +Provides: tex(gbkhei33.tfm) = %{tl_version} +Provides: tex(gbkhei34.tfm) = %{tl_version} +Provides: tex(gbkhei35.tfm) = %{tl_version} +Provides: tex(gbkhei36.tfm) = %{tl_version} +Provides: tex(gbkhei37.tfm) = %{tl_version} +Provides: tex(gbkhei38.tfm) = %{tl_version} +Provides: tex(gbkhei39.tfm) = %{tl_version} +Provides: tex(gbkhei40.tfm) = %{tl_version} +Provides: tex(gbkhei41.tfm) = %{tl_version} +Provides: tex(gbkhei42.tfm) = %{tl_version} +Provides: tex(gbkhei43.tfm) = %{tl_version} +Provides: tex(gbkhei44.tfm) = %{tl_version} +Provides: tex(gbkhei45.tfm) = %{tl_version} +Provides: tex(gbkhei46.tfm) = %{tl_version} +Provides: tex(gbkhei47.tfm) = %{tl_version} +Provides: tex(gbkhei48.tfm) = %{tl_version} +Provides: tex(gbkhei49.tfm) = %{tl_version} +Provides: tex(gbkhei50.tfm) = %{tl_version} +Provides: tex(gbkhei51.tfm) = %{tl_version} +Provides: tex(gbkhei52.tfm) = %{tl_version} +Provides: tex(gbkhei53.tfm) = %{tl_version} +Provides: tex(gbkhei54.tfm) = %{tl_version} +Provides: tex(gbkhei55.tfm) = %{tl_version} +Provides: tex(gbkhei56.tfm) = %{tl_version} +Provides: tex(gbkhei57.tfm) = %{tl_version} +Provides: tex(gbkhei58.tfm) = %{tl_version} +Provides: tex(gbkhei59.tfm) = %{tl_version} +Provides: tex(gbkhei60.tfm) = %{tl_version} +Provides: tex(gbkhei61.tfm) = %{tl_version} +Provides: tex(gbkhei62.tfm) = %{tl_version} +Provides: tex(gbkhei63.tfm) = %{tl_version} +Provides: tex(gbkhei64.tfm) = %{tl_version} +Provides: tex(gbkhei65.tfm) = %{tl_version} +Provides: tex(gbkhei66.tfm) = %{tl_version} +Provides: tex(gbkhei67.tfm) = %{tl_version} +Provides: tex(gbkhei68.tfm) = %{tl_version} +Provides: tex(gbkhei69.tfm) = %{tl_version} +Provides: tex(gbkhei70.tfm) = %{tl_version} +Provides: tex(gbkhei71.tfm) = %{tl_version} +Provides: tex(gbkhei72.tfm) = %{tl_version} +Provides: tex(gbkhei73.tfm) = %{tl_version} +Provides: tex(gbkhei74.tfm) = %{tl_version} +Provides: tex(gbkhei75.tfm) = %{tl_version} +Provides: tex(gbkhei76.tfm) = %{tl_version} +Provides: tex(gbkhei77.tfm) = %{tl_version} +Provides: tex(gbkhei78.tfm) = %{tl_version} +Provides: tex(gbkhei79.tfm) = %{tl_version} +Provides: tex(gbkhei80.tfm) = %{tl_version} +Provides: tex(gbkhei81.tfm) = %{tl_version} +Provides: tex(gbkhei82.tfm) = %{tl_version} +Provides: tex(gbkhei83.tfm) = %{tl_version} +Provides: tex(gbkhei84.tfm) = %{tl_version} +Provides: tex(gbkhei85.tfm) = %{tl_version} +Provides: tex(gbkhei86.tfm) = %{tl_version} +Provides: tex(gbkhei87.tfm) = %{tl_version} +Provides: tex(gbkhei88.tfm) = %{tl_version} +Provides: tex(gbkhei89.tfm) = %{tl_version} +Provides: tex(gbkhei90.tfm) = %{tl_version} +Provides: tex(gbkhei91.tfm) = %{tl_version} +Provides: tex(gbkhei92.tfm) = %{tl_version} +Provides: tex(gbkhei93.tfm) = %{tl_version} +Provides: tex(gbkhei94.tfm) = %{tl_version} +Provides: tex(gbkheisl00.tfm) = %{tl_version} +Provides: tex(gbkheisl01.tfm) = %{tl_version} +Provides: tex(gbkheisl02.tfm) = %{tl_version} +Provides: tex(gbkheisl03.tfm) = %{tl_version} +Provides: tex(gbkheisl04.tfm) = %{tl_version} +Provides: tex(gbkheisl05.tfm) = %{tl_version} +Provides: tex(gbkheisl06.tfm) = %{tl_version} +Provides: tex(gbkheisl07.tfm) = %{tl_version} +Provides: tex(gbkheisl08.tfm) = %{tl_version} +Provides: tex(gbkheisl09.tfm) = %{tl_version} +Provides: tex(gbkheisl10.tfm) = %{tl_version} +Provides: tex(gbkheisl11.tfm) = %{tl_version} +Provides: tex(gbkheisl12.tfm) = %{tl_version} +Provides: tex(gbkheisl13.tfm) = %{tl_version} +Provides: tex(gbkheisl14.tfm) = %{tl_version} +Provides: tex(gbkheisl15.tfm) = %{tl_version} +Provides: tex(gbkheisl16.tfm) = %{tl_version} +Provides: tex(gbkheisl17.tfm) = %{tl_version} +Provides: tex(gbkheisl18.tfm) = %{tl_version} +Provides: tex(gbkheisl19.tfm) = %{tl_version} +Provides: tex(gbkheisl20.tfm) = %{tl_version} +Provides: tex(gbkheisl21.tfm) = %{tl_version} +Provides: tex(gbkheisl22.tfm) = %{tl_version} +Provides: tex(gbkheisl23.tfm) = %{tl_version} +Provides: tex(gbkheisl24.tfm) = %{tl_version} +Provides: tex(gbkheisl25.tfm) = %{tl_version} +Provides: tex(gbkheisl26.tfm) = %{tl_version} +Provides: tex(gbkheisl27.tfm) = %{tl_version} +Provides: tex(gbkheisl28.tfm) = %{tl_version} +Provides: tex(gbkheisl29.tfm) = %{tl_version} +Provides: tex(gbkheisl30.tfm) = %{tl_version} +Provides: tex(gbkheisl31.tfm) = %{tl_version} +Provides: tex(gbkheisl32.tfm) = %{tl_version} +Provides: tex(gbkheisl33.tfm) = %{tl_version} +Provides: tex(gbkheisl34.tfm) = %{tl_version} +Provides: tex(gbkheisl35.tfm) = %{tl_version} +Provides: tex(gbkheisl36.tfm) = %{tl_version} +Provides: tex(gbkheisl37.tfm) = %{tl_version} +Provides: tex(gbkheisl38.tfm) = %{tl_version} +Provides: tex(gbkheisl39.tfm) = %{tl_version} +Provides: tex(gbkheisl40.tfm) = %{tl_version} +Provides: tex(gbkheisl41.tfm) = %{tl_version} +Provides: tex(gbkheisl42.tfm) = %{tl_version} +Provides: tex(gbkheisl43.tfm) = %{tl_version} +Provides: tex(gbkheisl44.tfm) = %{tl_version} +Provides: tex(gbkheisl45.tfm) = %{tl_version} +Provides: tex(gbkheisl46.tfm) = %{tl_version} +Provides: tex(gbkheisl47.tfm) = %{tl_version} +Provides: tex(gbkheisl48.tfm) = %{tl_version} +Provides: tex(gbkheisl49.tfm) = %{tl_version} +Provides: tex(gbkheisl50.tfm) = %{tl_version} +Provides: tex(gbkheisl51.tfm) = %{tl_version} +Provides: tex(gbkheisl52.tfm) = %{tl_version} +Provides: tex(gbkheisl53.tfm) = %{tl_version} +Provides: tex(gbkheisl54.tfm) = %{tl_version} +Provides: tex(gbkheisl55.tfm) = %{tl_version} +Provides: tex(gbkheisl56.tfm) = %{tl_version} +Provides: tex(gbkheisl57.tfm) = %{tl_version} +Provides: tex(gbkheisl58.tfm) = %{tl_version} +Provides: tex(gbkheisl59.tfm) = %{tl_version} +Provides: tex(gbkheisl60.tfm) = %{tl_version} +Provides: tex(gbkheisl61.tfm) = %{tl_version} +Provides: tex(gbkheisl62.tfm) = %{tl_version} +Provides: tex(gbkheisl63.tfm) = %{tl_version} +Provides: tex(gbkheisl64.tfm) = %{tl_version} +Provides: tex(gbkheisl65.tfm) = %{tl_version} +Provides: tex(gbkheisl66.tfm) = %{tl_version} +Provides: tex(gbkheisl67.tfm) = %{tl_version} +Provides: tex(gbkheisl68.tfm) = %{tl_version} +Provides: tex(gbkheisl69.tfm) = %{tl_version} +Provides: tex(gbkheisl70.tfm) = %{tl_version} +Provides: tex(gbkheisl71.tfm) = %{tl_version} +Provides: tex(gbkheisl72.tfm) = %{tl_version} +Provides: tex(gbkheisl73.tfm) = %{tl_version} +Provides: tex(gbkheisl74.tfm) = %{tl_version} +Provides: tex(gbkheisl75.tfm) = %{tl_version} +Provides: tex(gbkheisl76.tfm) = %{tl_version} +Provides: tex(gbkheisl77.tfm) = %{tl_version} +Provides: tex(gbkheisl78.tfm) = %{tl_version} +Provides: tex(gbkheisl79.tfm) = %{tl_version} +Provides: tex(gbkheisl80.tfm) = %{tl_version} +Provides: tex(gbkheisl81.tfm) = %{tl_version} +Provides: tex(gbkheisl82.tfm) = %{tl_version} +Provides: tex(gbkheisl83.tfm) = %{tl_version} +Provides: tex(gbkheisl84.tfm) = %{tl_version} +Provides: tex(gbkheisl85.tfm) = %{tl_version} +Provides: tex(gbkheisl86.tfm) = %{tl_version} +Provides: tex(gbkheisl87.tfm) = %{tl_version} +Provides: tex(gbkheisl88.tfm) = %{tl_version} +Provides: tex(gbkheisl89.tfm) = %{tl_version} +Provides: tex(gbkheisl90.tfm) = %{tl_version} +Provides: tex(gbkheisl91.tfm) = %{tl_version} +Provides: tex(gbkheisl92.tfm) = %{tl_version} +Provides: tex(gbkheisl93.tfm) = %{tl_version} +Provides: tex(gbkheisl94.tfm) = %{tl_version} +Provides: tex(gbkkai00.tfm) = %{tl_version} +Provides: tex(gbkkai01.tfm) = %{tl_version} +Provides: tex(gbkkai02.tfm) = %{tl_version} +Provides: tex(gbkkai03.tfm) = %{tl_version} +Provides: tex(gbkkai04.tfm) = %{tl_version} +Provides: tex(gbkkai05.tfm) = %{tl_version} +Provides: tex(gbkkai06.tfm) = %{tl_version} +Provides: tex(gbkkai07.tfm) = %{tl_version} +Provides: tex(gbkkai08.tfm) = %{tl_version} +Provides: tex(gbkkai09.tfm) = %{tl_version} +Provides: tex(gbkkai10.tfm) = %{tl_version} +Provides: tex(gbkkai11.tfm) = %{tl_version} +Provides: tex(gbkkai12.tfm) = %{tl_version} +Provides: tex(gbkkai13.tfm) = %{tl_version} +Provides: tex(gbkkai14.tfm) = %{tl_version} +Provides: tex(gbkkai15.tfm) = %{tl_version} +Provides: tex(gbkkai16.tfm) = %{tl_version} +Provides: tex(gbkkai17.tfm) = %{tl_version} +Provides: tex(gbkkai18.tfm) = %{tl_version} +Provides: tex(gbkkai19.tfm) = %{tl_version} +Provides: tex(gbkkai20.tfm) = %{tl_version} +Provides: tex(gbkkai21.tfm) = %{tl_version} +Provides: tex(gbkkai22.tfm) = %{tl_version} +Provides: tex(gbkkai23.tfm) = %{tl_version} +Provides: tex(gbkkai24.tfm) = %{tl_version} +Provides: tex(gbkkai25.tfm) = %{tl_version} +Provides: tex(gbkkai26.tfm) = %{tl_version} +Provides: tex(gbkkai27.tfm) = %{tl_version} +Provides: tex(gbkkai28.tfm) = %{tl_version} +Provides: tex(gbkkai29.tfm) = %{tl_version} +Provides: tex(gbkkai30.tfm) = %{tl_version} +Provides: tex(gbkkai31.tfm) = %{tl_version} +Provides: tex(gbkkai32.tfm) = %{tl_version} +Provides: tex(gbkkai33.tfm) = %{tl_version} +Provides: tex(gbkkai34.tfm) = %{tl_version} +Provides: tex(gbkkai35.tfm) = %{tl_version} +Provides: tex(gbkkai36.tfm) = %{tl_version} +Provides: tex(gbkkai37.tfm) = %{tl_version} +Provides: tex(gbkkai38.tfm) = %{tl_version} +Provides: tex(gbkkai39.tfm) = %{tl_version} +Provides: tex(gbkkai40.tfm) = %{tl_version} +Provides: tex(gbkkai41.tfm) = %{tl_version} +Provides: tex(gbkkai42.tfm) = %{tl_version} +Provides: tex(gbkkai43.tfm) = %{tl_version} +Provides: tex(gbkkai44.tfm) = %{tl_version} +Provides: tex(gbkkai45.tfm) = %{tl_version} +Provides: tex(gbkkai46.tfm) = %{tl_version} +Provides: tex(gbkkai47.tfm) = %{tl_version} +Provides: tex(gbkkai48.tfm) = %{tl_version} +Provides: tex(gbkkai49.tfm) = %{tl_version} +Provides: tex(gbkkai50.tfm) = %{tl_version} +Provides: tex(gbkkai51.tfm) = %{tl_version} +Provides: tex(gbkkai52.tfm) = %{tl_version} +Provides: tex(gbkkai53.tfm) = %{tl_version} +Provides: tex(gbkkai54.tfm) = %{tl_version} +Provides: tex(gbkkai55.tfm) = %{tl_version} +Provides: tex(gbkkai56.tfm) = %{tl_version} +Provides: tex(gbkkai57.tfm) = %{tl_version} +Provides: tex(gbkkai58.tfm) = %{tl_version} +Provides: tex(gbkkai59.tfm) = %{tl_version} +Provides: tex(gbkkai60.tfm) = %{tl_version} +Provides: tex(gbkkai61.tfm) = %{tl_version} +Provides: tex(gbkkai62.tfm) = %{tl_version} +Provides: tex(gbkkai63.tfm) = %{tl_version} +Provides: tex(gbkkai64.tfm) = %{tl_version} +Provides: tex(gbkkai65.tfm) = %{tl_version} +Provides: tex(gbkkai66.tfm) = %{tl_version} +Provides: tex(gbkkai67.tfm) = %{tl_version} +Provides: tex(gbkkai68.tfm) = %{tl_version} +Provides: tex(gbkkai69.tfm) = %{tl_version} +Provides: tex(gbkkai70.tfm) = %{tl_version} +Provides: tex(gbkkai71.tfm) = %{tl_version} +Provides: tex(gbkkai72.tfm) = %{tl_version} +Provides: tex(gbkkai73.tfm) = %{tl_version} +Provides: tex(gbkkai74.tfm) = %{tl_version} +Provides: tex(gbkkai75.tfm) = %{tl_version} +Provides: tex(gbkkai76.tfm) = %{tl_version} +Provides: tex(gbkkai77.tfm) = %{tl_version} +Provides: tex(gbkkai78.tfm) = %{tl_version} +Provides: tex(gbkkai79.tfm) = %{tl_version} +Provides: tex(gbkkai80.tfm) = %{tl_version} +Provides: tex(gbkkai81.tfm) = %{tl_version} +Provides: tex(gbkkai82.tfm) = %{tl_version} +Provides: tex(gbkkai83.tfm) = %{tl_version} +Provides: tex(gbkkai84.tfm) = %{tl_version} +Provides: tex(gbkkai85.tfm) = %{tl_version} +Provides: tex(gbkkai86.tfm) = %{tl_version} +Provides: tex(gbkkai87.tfm) = %{tl_version} +Provides: tex(gbkkai88.tfm) = %{tl_version} +Provides: tex(gbkkai89.tfm) = %{tl_version} +Provides: tex(gbkkai90.tfm) = %{tl_version} +Provides: tex(gbkkai91.tfm) = %{tl_version} +Provides: tex(gbkkai92.tfm) = %{tl_version} +Provides: tex(gbkkai93.tfm) = %{tl_version} +Provides: tex(gbkkai94.tfm) = %{tl_version} +Provides: tex(gbkkaisl00.tfm) = %{tl_version} +Provides: tex(gbkkaisl01.tfm) = %{tl_version} +Provides: tex(gbkkaisl02.tfm) = %{tl_version} +Provides: tex(gbkkaisl03.tfm) = %{tl_version} +Provides: tex(gbkkaisl04.tfm) = %{tl_version} +Provides: tex(gbkkaisl05.tfm) = %{tl_version} +Provides: tex(gbkkaisl06.tfm) = %{tl_version} +Provides: tex(gbkkaisl07.tfm) = %{tl_version} +Provides: tex(gbkkaisl08.tfm) = %{tl_version} +Provides: tex(gbkkaisl09.tfm) = %{tl_version} +Provides: tex(gbkkaisl10.tfm) = %{tl_version} +Provides: tex(gbkkaisl11.tfm) = %{tl_version} +Provides: tex(gbkkaisl12.tfm) = %{tl_version} +Provides: tex(gbkkaisl13.tfm) = %{tl_version} +Provides: tex(gbkkaisl14.tfm) = %{tl_version} +Provides: tex(gbkkaisl15.tfm) = %{tl_version} +Provides: tex(gbkkaisl16.tfm) = %{tl_version} +Provides: tex(gbkkaisl17.tfm) = %{tl_version} +Provides: tex(gbkkaisl18.tfm) = %{tl_version} +Provides: tex(gbkkaisl19.tfm) = %{tl_version} +Provides: tex(gbkkaisl20.tfm) = %{tl_version} +Provides: tex(gbkkaisl21.tfm) = %{tl_version} +Provides: tex(gbkkaisl22.tfm) = %{tl_version} +Provides: tex(gbkkaisl23.tfm) = %{tl_version} +Provides: tex(gbkkaisl24.tfm) = %{tl_version} +Provides: tex(gbkkaisl25.tfm) = %{tl_version} +Provides: tex(gbkkaisl26.tfm) = %{tl_version} +Provides: tex(gbkkaisl27.tfm) = %{tl_version} +Provides: tex(gbkkaisl28.tfm) = %{tl_version} +Provides: tex(gbkkaisl29.tfm) = %{tl_version} +Provides: tex(gbkkaisl30.tfm) = %{tl_version} +Provides: tex(gbkkaisl31.tfm) = %{tl_version} +Provides: tex(gbkkaisl32.tfm) = %{tl_version} +Provides: tex(gbkkaisl33.tfm) = %{tl_version} +Provides: tex(gbkkaisl34.tfm) = %{tl_version} +Provides: tex(gbkkaisl35.tfm) = %{tl_version} +Provides: tex(gbkkaisl36.tfm) = %{tl_version} +Provides: tex(gbkkaisl37.tfm) = %{tl_version} +Provides: tex(gbkkaisl38.tfm) = %{tl_version} +Provides: tex(gbkkaisl39.tfm) = %{tl_version} +Provides: tex(gbkkaisl40.tfm) = %{tl_version} +Provides: tex(gbkkaisl41.tfm) = %{tl_version} +Provides: tex(gbkkaisl42.tfm) = %{tl_version} +Provides: tex(gbkkaisl43.tfm) = %{tl_version} +Provides: tex(gbkkaisl44.tfm) = %{tl_version} +Provides: tex(gbkkaisl45.tfm) = %{tl_version} +Provides: tex(gbkkaisl46.tfm) = %{tl_version} +Provides: tex(gbkkaisl47.tfm) = %{tl_version} +Provides: tex(gbkkaisl48.tfm) = %{tl_version} +Provides: tex(gbkkaisl49.tfm) = %{tl_version} +Provides: tex(gbkkaisl50.tfm) = %{tl_version} +Provides: tex(gbkkaisl51.tfm) = %{tl_version} +Provides: tex(gbkkaisl52.tfm) = %{tl_version} +Provides: tex(gbkkaisl53.tfm) = %{tl_version} +Provides: tex(gbkkaisl54.tfm) = %{tl_version} +Provides: tex(gbkkaisl55.tfm) = %{tl_version} +Provides: tex(gbkkaisl56.tfm) = %{tl_version} +Provides: tex(gbkkaisl57.tfm) = %{tl_version} +Provides: tex(gbkkaisl58.tfm) = %{tl_version} +Provides: tex(gbkkaisl59.tfm) = %{tl_version} +Provides: tex(gbkkaisl60.tfm) = %{tl_version} +Provides: tex(gbkkaisl61.tfm) = %{tl_version} +Provides: tex(gbkkaisl62.tfm) = %{tl_version} +Provides: tex(gbkkaisl63.tfm) = %{tl_version} +Provides: tex(gbkkaisl64.tfm) = %{tl_version} +Provides: tex(gbkkaisl65.tfm) = %{tl_version} +Provides: tex(gbkkaisl66.tfm) = %{tl_version} +Provides: tex(gbkkaisl67.tfm) = %{tl_version} +Provides: tex(gbkkaisl68.tfm) = %{tl_version} +Provides: tex(gbkkaisl69.tfm) = %{tl_version} +Provides: tex(gbkkaisl70.tfm) = %{tl_version} +Provides: tex(gbkkaisl71.tfm) = %{tl_version} +Provides: tex(gbkkaisl72.tfm) = %{tl_version} +Provides: tex(gbkkaisl73.tfm) = %{tl_version} +Provides: tex(gbkkaisl74.tfm) = %{tl_version} +Provides: tex(gbkkaisl75.tfm) = %{tl_version} +Provides: tex(gbkkaisl76.tfm) = %{tl_version} +Provides: tex(gbkkaisl77.tfm) = %{tl_version} +Provides: tex(gbkkaisl78.tfm) = %{tl_version} +Provides: tex(gbkkaisl79.tfm) = %{tl_version} +Provides: tex(gbkkaisl80.tfm) = %{tl_version} +Provides: tex(gbkkaisl81.tfm) = %{tl_version} +Provides: tex(gbkkaisl82.tfm) = %{tl_version} +Provides: tex(gbkkaisl83.tfm) = %{tl_version} +Provides: tex(gbkkaisl84.tfm) = %{tl_version} +Provides: tex(gbkkaisl85.tfm) = %{tl_version} +Provides: tex(gbkkaisl86.tfm) = %{tl_version} +Provides: tex(gbkkaisl87.tfm) = %{tl_version} +Provides: tex(gbkkaisl88.tfm) = %{tl_version} +Provides: tex(gbkkaisl89.tfm) = %{tl_version} +Provides: tex(gbkkaisl90.tfm) = %{tl_version} +Provides: tex(gbkkaisl91.tfm) = %{tl_version} +Provides: tex(gbkkaisl92.tfm) = %{tl_version} +Provides: tex(gbkkaisl93.tfm) = %{tl_version} +Provides: tex(gbkkaisl94.tfm) = %{tl_version} +Provides: tex(gbkli00.tfm) = %{tl_version} +Provides: tex(gbkli01.tfm) = %{tl_version} +Provides: tex(gbkli02.tfm) = %{tl_version} +Provides: tex(gbkli03.tfm) = %{tl_version} +Provides: tex(gbkli04.tfm) = %{tl_version} +Provides: tex(gbkli05.tfm) = %{tl_version} +Provides: tex(gbkli06.tfm) = %{tl_version} +Provides: tex(gbkli07.tfm) = %{tl_version} +Provides: tex(gbkli08.tfm) = %{tl_version} +Provides: tex(gbkli09.tfm) = %{tl_version} +Provides: tex(gbkli10.tfm) = %{tl_version} +Provides: tex(gbkli11.tfm) = %{tl_version} +Provides: tex(gbkli12.tfm) = %{tl_version} +Provides: tex(gbkli13.tfm) = %{tl_version} +Provides: tex(gbkli14.tfm) = %{tl_version} +Provides: tex(gbkli15.tfm) = %{tl_version} +Provides: tex(gbkli16.tfm) = %{tl_version} +Provides: tex(gbkli17.tfm) = %{tl_version} +Provides: tex(gbkli18.tfm) = %{tl_version} +Provides: tex(gbkli19.tfm) = %{tl_version} +Provides: tex(gbkli20.tfm) = %{tl_version} +Provides: tex(gbkli21.tfm) = %{tl_version} +Provides: tex(gbkli22.tfm) = %{tl_version} +Provides: tex(gbkli23.tfm) = %{tl_version} +Provides: tex(gbkli24.tfm) = %{tl_version} +Provides: tex(gbkli25.tfm) = %{tl_version} +Provides: tex(gbkli26.tfm) = %{tl_version} +Provides: tex(gbkli27.tfm) = %{tl_version} +Provides: tex(gbkli28.tfm) = %{tl_version} +Provides: tex(gbkli29.tfm) = %{tl_version} +Provides: tex(gbkli30.tfm) = %{tl_version} +Provides: tex(gbkli31.tfm) = %{tl_version} +Provides: tex(gbkli32.tfm) = %{tl_version} +Provides: tex(gbkli33.tfm) = %{tl_version} +Provides: tex(gbkli34.tfm) = %{tl_version} +Provides: tex(gbkli35.tfm) = %{tl_version} +Provides: tex(gbkli36.tfm) = %{tl_version} +Provides: tex(gbkli37.tfm) = %{tl_version} +Provides: tex(gbkli38.tfm) = %{tl_version} +Provides: tex(gbkli39.tfm) = %{tl_version} +Provides: tex(gbkli40.tfm) = %{tl_version} +Provides: tex(gbkli41.tfm) = %{tl_version} +Provides: tex(gbkli42.tfm) = %{tl_version} +Provides: tex(gbkli43.tfm) = %{tl_version} +Provides: tex(gbkli44.tfm) = %{tl_version} +Provides: tex(gbkli45.tfm) = %{tl_version} +Provides: tex(gbkli46.tfm) = %{tl_version} +Provides: tex(gbkli47.tfm) = %{tl_version} +Provides: tex(gbkli48.tfm) = %{tl_version} +Provides: tex(gbkli49.tfm) = %{tl_version} +Provides: tex(gbkli50.tfm) = %{tl_version} +Provides: tex(gbkli51.tfm) = %{tl_version} +Provides: tex(gbkli52.tfm) = %{tl_version} +Provides: tex(gbkli53.tfm) = %{tl_version} +Provides: tex(gbkli54.tfm) = %{tl_version} +Provides: tex(gbkli55.tfm) = %{tl_version} +Provides: tex(gbkli56.tfm) = %{tl_version} +Provides: tex(gbkli57.tfm) = %{tl_version} +Provides: tex(gbkli58.tfm) = %{tl_version} +Provides: tex(gbkli59.tfm) = %{tl_version} +Provides: tex(gbkli60.tfm) = %{tl_version} +Provides: tex(gbkli61.tfm) = %{tl_version} +Provides: tex(gbkli62.tfm) = %{tl_version} +Provides: tex(gbkli63.tfm) = %{tl_version} +Provides: tex(gbkli64.tfm) = %{tl_version} +Provides: tex(gbkli65.tfm) = %{tl_version} +Provides: tex(gbkli66.tfm) = %{tl_version} +Provides: tex(gbkli67.tfm) = %{tl_version} +Provides: tex(gbkli68.tfm) = %{tl_version} +Provides: tex(gbkli69.tfm) = %{tl_version} +Provides: tex(gbkli70.tfm) = %{tl_version} +Provides: tex(gbkli71.tfm) = %{tl_version} +Provides: tex(gbkli72.tfm) = %{tl_version} +Provides: tex(gbkli73.tfm) = %{tl_version} +Provides: tex(gbkli74.tfm) = %{tl_version} +Provides: tex(gbkli75.tfm) = %{tl_version} +Provides: tex(gbkli76.tfm) = %{tl_version} +Provides: tex(gbkli77.tfm) = %{tl_version} +Provides: tex(gbkli78.tfm) = %{tl_version} +Provides: tex(gbkli79.tfm) = %{tl_version} +Provides: tex(gbkli80.tfm) = %{tl_version} +Provides: tex(gbkli81.tfm) = %{tl_version} +Provides: tex(gbkli82.tfm) = %{tl_version} +Provides: tex(gbkli83.tfm) = %{tl_version} +Provides: tex(gbkli84.tfm) = %{tl_version} +Provides: tex(gbkli85.tfm) = %{tl_version} +Provides: tex(gbkli86.tfm) = %{tl_version} +Provides: tex(gbkli87.tfm) = %{tl_version} +Provides: tex(gbkli88.tfm) = %{tl_version} +Provides: tex(gbkli89.tfm) = %{tl_version} +Provides: tex(gbkli90.tfm) = %{tl_version} +Provides: tex(gbkli91.tfm) = %{tl_version} +Provides: tex(gbkli92.tfm) = %{tl_version} +Provides: tex(gbkli93.tfm) = %{tl_version} +Provides: tex(gbkli94.tfm) = %{tl_version} +Provides: tex(gbklisl00.tfm) = %{tl_version} +Provides: tex(gbklisl01.tfm) = %{tl_version} +Provides: tex(gbklisl02.tfm) = %{tl_version} +Provides: tex(gbklisl03.tfm) = %{tl_version} +Provides: tex(gbklisl04.tfm) = %{tl_version} +Provides: tex(gbklisl05.tfm) = %{tl_version} +Provides: tex(gbklisl06.tfm) = %{tl_version} +Provides: tex(gbklisl07.tfm) = %{tl_version} +Provides: tex(gbklisl08.tfm) = %{tl_version} +Provides: tex(gbklisl09.tfm) = %{tl_version} +Provides: tex(gbklisl10.tfm) = %{tl_version} +Provides: tex(gbklisl11.tfm) = %{tl_version} +Provides: tex(gbklisl12.tfm) = %{tl_version} +Provides: tex(gbklisl13.tfm) = %{tl_version} +Provides: tex(gbklisl14.tfm) = %{tl_version} +Provides: tex(gbklisl15.tfm) = %{tl_version} +Provides: tex(gbklisl16.tfm) = %{tl_version} +Provides: tex(gbklisl17.tfm) = %{tl_version} +Provides: tex(gbklisl18.tfm) = %{tl_version} +Provides: tex(gbklisl19.tfm) = %{tl_version} +Provides: tex(gbklisl20.tfm) = %{tl_version} +Provides: tex(gbklisl21.tfm) = %{tl_version} +Provides: tex(gbklisl22.tfm) = %{tl_version} +Provides: tex(gbklisl23.tfm) = %{tl_version} +Provides: tex(gbklisl24.tfm) = %{tl_version} +Provides: tex(gbklisl25.tfm) = %{tl_version} +Provides: tex(gbklisl26.tfm) = %{tl_version} +Provides: tex(gbklisl27.tfm) = %{tl_version} +Provides: tex(gbklisl28.tfm) = %{tl_version} +Provides: tex(gbklisl29.tfm) = %{tl_version} +Provides: tex(gbklisl30.tfm) = %{tl_version} +Provides: tex(gbklisl31.tfm) = %{tl_version} +Provides: tex(gbklisl32.tfm) = %{tl_version} +Provides: tex(gbklisl33.tfm) = %{tl_version} +Provides: tex(gbklisl34.tfm) = %{tl_version} +Provides: tex(gbklisl35.tfm) = %{tl_version} +Provides: tex(gbklisl36.tfm) = %{tl_version} +Provides: tex(gbklisl37.tfm) = %{tl_version} +Provides: tex(gbklisl38.tfm) = %{tl_version} +Provides: tex(gbklisl39.tfm) = %{tl_version} +Provides: tex(gbklisl40.tfm) = %{tl_version} +Provides: tex(gbklisl41.tfm) = %{tl_version} +Provides: tex(gbklisl42.tfm) = %{tl_version} +Provides: tex(gbklisl43.tfm) = %{tl_version} +Provides: tex(gbklisl44.tfm) = %{tl_version} +Provides: tex(gbklisl45.tfm) = %{tl_version} +Provides: tex(gbklisl46.tfm) = %{tl_version} +Provides: tex(gbklisl47.tfm) = %{tl_version} +Provides: tex(gbklisl48.tfm) = %{tl_version} +Provides: tex(gbklisl49.tfm) = %{tl_version} +Provides: tex(gbklisl50.tfm) = %{tl_version} +Provides: tex(gbklisl51.tfm) = %{tl_version} +Provides: tex(gbklisl52.tfm) = %{tl_version} +Provides: tex(gbklisl53.tfm) = %{tl_version} +Provides: tex(gbklisl54.tfm) = %{tl_version} +Provides: tex(gbklisl55.tfm) = %{tl_version} +Provides: tex(gbklisl56.tfm) = %{tl_version} +Provides: tex(gbklisl57.tfm) = %{tl_version} +Provides: tex(gbklisl58.tfm) = %{tl_version} +Provides: tex(gbklisl59.tfm) = %{tl_version} +Provides: tex(gbklisl60.tfm) = %{tl_version} +Provides: tex(gbklisl61.tfm) = %{tl_version} +Provides: tex(gbklisl62.tfm) = %{tl_version} +Provides: tex(gbklisl63.tfm) = %{tl_version} +Provides: tex(gbklisl64.tfm) = %{tl_version} +Provides: tex(gbklisl65.tfm) = %{tl_version} +Provides: tex(gbklisl66.tfm) = %{tl_version} +Provides: tex(gbklisl67.tfm) = %{tl_version} +Provides: tex(gbklisl68.tfm) = %{tl_version} +Provides: tex(gbklisl69.tfm) = %{tl_version} +Provides: tex(gbklisl70.tfm) = %{tl_version} +Provides: tex(gbklisl71.tfm) = %{tl_version} +Provides: tex(gbklisl72.tfm) = %{tl_version} +Provides: tex(gbklisl73.tfm) = %{tl_version} +Provides: tex(gbklisl74.tfm) = %{tl_version} +Provides: tex(gbklisl75.tfm) = %{tl_version} +Provides: tex(gbklisl76.tfm) = %{tl_version} +Provides: tex(gbklisl77.tfm) = %{tl_version} +Provides: tex(gbklisl78.tfm) = %{tl_version} +Provides: tex(gbklisl79.tfm) = %{tl_version} +Provides: tex(gbklisl80.tfm) = %{tl_version} +Provides: tex(gbklisl81.tfm) = %{tl_version} +Provides: tex(gbklisl82.tfm) = %{tl_version} +Provides: tex(gbklisl83.tfm) = %{tl_version} +Provides: tex(gbklisl84.tfm) = %{tl_version} +Provides: tex(gbklisl85.tfm) = %{tl_version} +Provides: tex(gbklisl86.tfm) = %{tl_version} +Provides: tex(gbklisl87.tfm) = %{tl_version} +Provides: tex(gbklisl88.tfm) = %{tl_version} +Provides: tex(gbklisl89.tfm) = %{tl_version} +Provides: tex(gbklisl90.tfm) = %{tl_version} +Provides: tex(gbklisl91.tfm) = %{tl_version} +Provides: tex(gbklisl92.tfm) = %{tl_version} +Provides: tex(gbklisl93.tfm) = %{tl_version} +Provides: tex(gbklisl94.tfm) = %{tl_version} +Provides: tex(gbksong00.tfm) = %{tl_version} +Provides: tex(gbksong01.tfm) = %{tl_version} +Provides: tex(gbksong02.tfm) = %{tl_version} +Provides: tex(gbksong03.tfm) = %{tl_version} +Provides: tex(gbksong04.tfm) = %{tl_version} +Provides: tex(gbksong05.tfm) = %{tl_version} +Provides: tex(gbksong06.tfm) = %{tl_version} +Provides: tex(gbksong07.tfm) = %{tl_version} +Provides: tex(gbksong08.tfm) = %{tl_version} +Provides: tex(gbksong09.tfm) = %{tl_version} +Provides: tex(gbksong10.tfm) = %{tl_version} +Provides: tex(gbksong11.tfm) = %{tl_version} +Provides: tex(gbksong12.tfm) = %{tl_version} +Provides: tex(gbksong13.tfm) = %{tl_version} +Provides: tex(gbksong14.tfm) = %{tl_version} +Provides: tex(gbksong15.tfm) = %{tl_version} +Provides: tex(gbksong16.tfm) = %{tl_version} +Provides: tex(gbksong17.tfm) = %{tl_version} +Provides: tex(gbksong18.tfm) = %{tl_version} +Provides: tex(gbksong19.tfm) = %{tl_version} +Provides: tex(gbksong20.tfm) = %{tl_version} +Provides: tex(gbksong21.tfm) = %{tl_version} +Provides: tex(gbksong22.tfm) = %{tl_version} +Provides: tex(gbksong23.tfm) = %{tl_version} +Provides: tex(gbksong24.tfm) = %{tl_version} +Provides: tex(gbksong25.tfm) = %{tl_version} +Provides: tex(gbksong26.tfm) = %{tl_version} +Provides: tex(gbksong27.tfm) = %{tl_version} +Provides: tex(gbksong28.tfm) = %{tl_version} +Provides: tex(gbksong29.tfm) = %{tl_version} +Provides: tex(gbksong30.tfm) = %{tl_version} +Provides: tex(gbksong31.tfm) = %{tl_version} +Provides: tex(gbksong32.tfm) = %{tl_version} +Provides: tex(gbksong33.tfm) = %{tl_version} +Provides: tex(gbksong34.tfm) = %{tl_version} +Provides: tex(gbksong35.tfm) = %{tl_version} +Provides: tex(gbksong36.tfm) = %{tl_version} +Provides: tex(gbksong37.tfm) = %{tl_version} +Provides: tex(gbksong38.tfm) = %{tl_version} +Provides: tex(gbksong39.tfm) = %{tl_version} +Provides: tex(gbksong40.tfm) = %{tl_version} +Provides: tex(gbksong41.tfm) = %{tl_version} +Provides: tex(gbksong42.tfm) = %{tl_version} +Provides: tex(gbksong43.tfm) = %{tl_version} +Provides: tex(gbksong44.tfm) = %{tl_version} +Provides: tex(gbksong45.tfm) = %{tl_version} +Provides: tex(gbksong46.tfm) = %{tl_version} +Provides: tex(gbksong47.tfm) = %{tl_version} +Provides: tex(gbksong48.tfm) = %{tl_version} +Provides: tex(gbksong49.tfm) = %{tl_version} +Provides: tex(gbksong50.tfm) = %{tl_version} +Provides: tex(gbksong51.tfm) = %{tl_version} +Provides: tex(gbksong52.tfm) = %{tl_version} +Provides: tex(gbksong53.tfm) = %{tl_version} +Provides: tex(gbksong54.tfm) = %{tl_version} +Provides: tex(gbksong55.tfm) = %{tl_version} +Provides: tex(gbksong56.tfm) = %{tl_version} +Provides: tex(gbksong57.tfm) = %{tl_version} +Provides: tex(gbksong58.tfm) = %{tl_version} +Provides: tex(gbksong59.tfm) = %{tl_version} +Provides: tex(gbksong60.tfm) = %{tl_version} +Provides: tex(gbksong61.tfm) = %{tl_version} +Provides: tex(gbksong62.tfm) = %{tl_version} +Provides: tex(gbksong63.tfm) = %{tl_version} +Provides: tex(gbksong64.tfm) = %{tl_version} +Provides: tex(gbksong65.tfm) = %{tl_version} +Provides: tex(gbksong66.tfm) = %{tl_version} +Provides: tex(gbksong67.tfm) = %{tl_version} +Provides: tex(gbksong68.tfm) = %{tl_version} +Provides: tex(gbksong69.tfm) = %{tl_version} +Provides: tex(gbksong70.tfm) = %{tl_version} +Provides: tex(gbksong71.tfm) = %{tl_version} +Provides: tex(gbksong72.tfm) = %{tl_version} +Provides: tex(gbksong73.tfm) = %{tl_version} +Provides: tex(gbksong74.tfm) = %{tl_version} +Provides: tex(gbksong75.tfm) = %{tl_version} +Provides: tex(gbksong76.tfm) = %{tl_version} +Provides: tex(gbksong77.tfm) = %{tl_version} +Provides: tex(gbksong78.tfm) = %{tl_version} +Provides: tex(gbksong79.tfm) = %{tl_version} +Provides: tex(gbksong80.tfm) = %{tl_version} +Provides: tex(gbksong81.tfm) = %{tl_version} +Provides: tex(gbksong82.tfm) = %{tl_version} +Provides: tex(gbksong83.tfm) = %{tl_version} +Provides: tex(gbksong84.tfm) = %{tl_version} +Provides: tex(gbksong85.tfm) = %{tl_version} +Provides: tex(gbksong86.tfm) = %{tl_version} +Provides: tex(gbksong87.tfm) = %{tl_version} +Provides: tex(gbksong88.tfm) = %{tl_version} +Provides: tex(gbksong89.tfm) = %{tl_version} +Provides: tex(gbksong90.tfm) = %{tl_version} +Provides: tex(gbksong91.tfm) = %{tl_version} +Provides: tex(gbksong92.tfm) = %{tl_version} +Provides: tex(gbksong93.tfm) = %{tl_version} +Provides: tex(gbksong94.tfm) = %{tl_version} +Provides: tex(gbksongsl00.tfm) = %{tl_version} +Provides: tex(gbksongsl01.tfm) = %{tl_version} +Provides: tex(gbksongsl02.tfm) = %{tl_version} +Provides: tex(gbksongsl03.tfm) = %{tl_version} +Provides: tex(gbksongsl04.tfm) = %{tl_version} +Provides: tex(gbksongsl05.tfm) = %{tl_version} +Provides: tex(gbksongsl06.tfm) = %{tl_version} +Provides: tex(gbksongsl07.tfm) = %{tl_version} +Provides: tex(gbksongsl08.tfm) = %{tl_version} +Provides: tex(gbksongsl09.tfm) = %{tl_version} +Provides: tex(gbksongsl10.tfm) = %{tl_version} +Provides: tex(gbksongsl11.tfm) = %{tl_version} +Provides: tex(gbksongsl12.tfm) = %{tl_version} +Provides: tex(gbksongsl13.tfm) = %{tl_version} +Provides: tex(gbksongsl14.tfm) = %{tl_version} +Provides: tex(gbksongsl15.tfm) = %{tl_version} +Provides: tex(gbksongsl16.tfm) = %{tl_version} +Provides: tex(gbksongsl17.tfm) = %{tl_version} +Provides: tex(gbksongsl18.tfm) = %{tl_version} +Provides: tex(gbksongsl19.tfm) = %{tl_version} +Provides: tex(gbksongsl20.tfm) = %{tl_version} +Provides: tex(gbksongsl21.tfm) = %{tl_version} +Provides: tex(gbksongsl22.tfm) = %{tl_version} +Provides: tex(gbksongsl23.tfm) = %{tl_version} +Provides: tex(gbksongsl24.tfm) = %{tl_version} +Provides: tex(gbksongsl25.tfm) = %{tl_version} +Provides: tex(gbksongsl26.tfm) = %{tl_version} +Provides: tex(gbksongsl27.tfm) = %{tl_version} +Provides: tex(gbksongsl28.tfm) = %{tl_version} +Provides: tex(gbksongsl29.tfm) = %{tl_version} +Provides: tex(gbksongsl30.tfm) = %{tl_version} +Provides: tex(gbksongsl31.tfm) = %{tl_version} +Provides: tex(gbksongsl32.tfm) = %{tl_version} +Provides: tex(gbksongsl33.tfm) = %{tl_version} +Provides: tex(gbksongsl34.tfm) = %{tl_version} +Provides: tex(gbksongsl35.tfm) = %{tl_version} +Provides: tex(gbksongsl36.tfm) = %{tl_version} +Provides: tex(gbksongsl37.tfm) = %{tl_version} +Provides: tex(gbksongsl38.tfm) = %{tl_version} +Provides: tex(gbksongsl39.tfm) = %{tl_version} +Provides: tex(gbksongsl40.tfm) = %{tl_version} +Provides: tex(gbksongsl41.tfm) = %{tl_version} +Provides: tex(gbksongsl42.tfm) = %{tl_version} +Provides: tex(gbksongsl43.tfm) = %{tl_version} +Provides: tex(gbksongsl44.tfm) = %{tl_version} +Provides: tex(gbksongsl45.tfm) = %{tl_version} +Provides: tex(gbksongsl46.tfm) = %{tl_version} +Provides: tex(gbksongsl47.tfm) = %{tl_version} +Provides: tex(gbksongsl48.tfm) = %{tl_version} +Provides: tex(gbksongsl49.tfm) = %{tl_version} +Provides: tex(gbksongsl50.tfm) = %{tl_version} +Provides: tex(gbksongsl51.tfm) = %{tl_version} +Provides: tex(gbksongsl52.tfm) = %{tl_version} +Provides: tex(gbksongsl53.tfm) = %{tl_version} +Provides: tex(gbksongsl54.tfm) = %{tl_version} +Provides: tex(gbksongsl55.tfm) = %{tl_version} +Provides: tex(gbksongsl56.tfm) = %{tl_version} +Provides: tex(gbksongsl57.tfm) = %{tl_version} +Provides: tex(gbksongsl58.tfm) = %{tl_version} +Provides: tex(gbksongsl59.tfm) = %{tl_version} +Provides: tex(gbksongsl60.tfm) = %{tl_version} +Provides: tex(gbksongsl61.tfm) = %{tl_version} +Provides: tex(gbksongsl62.tfm) = %{tl_version} +Provides: tex(gbksongsl63.tfm) = %{tl_version} +Provides: tex(gbksongsl64.tfm) = %{tl_version} +Provides: tex(gbksongsl65.tfm) = %{tl_version} +Provides: tex(gbksongsl66.tfm) = %{tl_version} +Provides: tex(gbksongsl67.tfm) = %{tl_version} +Provides: tex(gbksongsl68.tfm) = %{tl_version} +Provides: tex(gbksongsl69.tfm) = %{tl_version} +Provides: tex(gbksongsl70.tfm) = %{tl_version} +Provides: tex(gbksongsl71.tfm) = %{tl_version} +Provides: tex(gbksongsl72.tfm) = %{tl_version} +Provides: tex(gbksongsl73.tfm) = %{tl_version} +Provides: tex(gbksongsl74.tfm) = %{tl_version} +Provides: tex(gbksongsl75.tfm) = %{tl_version} +Provides: tex(gbksongsl76.tfm) = %{tl_version} +Provides: tex(gbksongsl77.tfm) = %{tl_version} +Provides: tex(gbksongsl78.tfm) = %{tl_version} +Provides: tex(gbksongsl79.tfm) = %{tl_version} +Provides: tex(gbksongsl80.tfm) = %{tl_version} +Provides: tex(gbksongsl81.tfm) = %{tl_version} +Provides: tex(gbksongsl82.tfm) = %{tl_version} +Provides: tex(gbksongsl83.tfm) = %{tl_version} +Provides: tex(gbksongsl84.tfm) = %{tl_version} +Provides: tex(gbksongsl85.tfm) = %{tl_version} +Provides: tex(gbksongsl86.tfm) = %{tl_version} +Provides: tex(gbksongsl87.tfm) = %{tl_version} +Provides: tex(gbksongsl88.tfm) = %{tl_version} +Provides: tex(gbksongsl89.tfm) = %{tl_version} +Provides: tex(gbksongsl90.tfm) = %{tl_version} +Provides: tex(gbksongsl91.tfm) = %{tl_version} +Provides: tex(gbksongsl92.tfm) = %{tl_version} +Provides: tex(gbksongsl93.tfm) = %{tl_version} +Provides: tex(gbksongsl94.tfm) = %{tl_version} +Provides: tex(gbkyou00.tfm) = %{tl_version} +Provides: tex(gbkyou01.tfm) = %{tl_version} +Provides: tex(gbkyou02.tfm) = %{tl_version} +Provides: tex(gbkyou03.tfm) = %{tl_version} +Provides: tex(gbkyou04.tfm) = %{tl_version} +Provides: tex(gbkyou05.tfm) = %{tl_version} +Provides: tex(gbkyou06.tfm) = %{tl_version} +Provides: tex(gbkyou07.tfm) = %{tl_version} +Provides: tex(gbkyou08.tfm) = %{tl_version} +Provides: tex(gbkyou09.tfm) = %{tl_version} +Provides: tex(gbkyou10.tfm) = %{tl_version} +Provides: tex(gbkyou11.tfm) = %{tl_version} +Provides: tex(gbkyou12.tfm) = %{tl_version} +Provides: tex(gbkyou13.tfm) = %{tl_version} +Provides: tex(gbkyou14.tfm) = %{tl_version} +Provides: tex(gbkyou15.tfm) = %{tl_version} +Provides: tex(gbkyou16.tfm) = %{tl_version} +Provides: tex(gbkyou17.tfm) = %{tl_version} +Provides: tex(gbkyou18.tfm) = %{tl_version} +Provides: tex(gbkyou19.tfm) = %{tl_version} +Provides: tex(gbkyou20.tfm) = %{tl_version} +Provides: tex(gbkyou21.tfm) = %{tl_version} +Provides: tex(gbkyou22.tfm) = %{tl_version} +Provides: tex(gbkyou23.tfm) = %{tl_version} +Provides: tex(gbkyou24.tfm) = %{tl_version} +Provides: tex(gbkyou25.tfm) = %{tl_version} +Provides: tex(gbkyou26.tfm) = %{tl_version} +Provides: tex(gbkyou27.tfm) = %{tl_version} +Provides: tex(gbkyou28.tfm) = %{tl_version} +Provides: tex(gbkyou29.tfm) = %{tl_version} +Provides: tex(gbkyou30.tfm) = %{tl_version} +Provides: tex(gbkyou31.tfm) = %{tl_version} +Provides: tex(gbkyou32.tfm) = %{tl_version} +Provides: tex(gbkyou33.tfm) = %{tl_version} +Provides: tex(gbkyou34.tfm) = %{tl_version} +Provides: tex(gbkyou35.tfm) = %{tl_version} +Provides: tex(gbkyou36.tfm) = %{tl_version} +Provides: tex(gbkyou37.tfm) = %{tl_version} +Provides: tex(gbkyou38.tfm) = %{tl_version} +Provides: tex(gbkyou39.tfm) = %{tl_version} +Provides: tex(gbkyou40.tfm) = %{tl_version} +Provides: tex(gbkyou41.tfm) = %{tl_version} +Provides: tex(gbkyou42.tfm) = %{tl_version} +Provides: tex(gbkyou43.tfm) = %{tl_version} +Provides: tex(gbkyou44.tfm) = %{tl_version} +Provides: tex(gbkyou45.tfm) = %{tl_version} +Provides: tex(gbkyou46.tfm) = %{tl_version} +Provides: tex(gbkyou47.tfm) = %{tl_version} +Provides: tex(gbkyou48.tfm) = %{tl_version} +Provides: tex(gbkyou49.tfm) = %{tl_version} +Provides: tex(gbkyou50.tfm) = %{tl_version} +Provides: tex(gbkyou51.tfm) = %{tl_version} +Provides: tex(gbkyou52.tfm) = %{tl_version} +Provides: tex(gbkyou53.tfm) = %{tl_version} +Provides: tex(gbkyou54.tfm) = %{tl_version} +Provides: tex(gbkyou55.tfm) = %{tl_version} +Provides: tex(gbkyou56.tfm) = %{tl_version} +Provides: tex(gbkyou57.tfm) = %{tl_version} +Provides: tex(gbkyou58.tfm) = %{tl_version} +Provides: tex(gbkyou59.tfm) = %{tl_version} +Provides: tex(gbkyou60.tfm) = %{tl_version} +Provides: tex(gbkyou61.tfm) = %{tl_version} +Provides: tex(gbkyou62.tfm) = %{tl_version} +Provides: tex(gbkyou63.tfm) = %{tl_version} +Provides: tex(gbkyou64.tfm) = %{tl_version} +Provides: tex(gbkyou65.tfm) = %{tl_version} +Provides: tex(gbkyou66.tfm) = %{tl_version} +Provides: tex(gbkyou67.tfm) = %{tl_version} +Provides: tex(gbkyou68.tfm) = %{tl_version} +Provides: tex(gbkyou69.tfm) = %{tl_version} +Provides: tex(gbkyou70.tfm) = %{tl_version} +Provides: tex(gbkyou71.tfm) = %{tl_version} +Provides: tex(gbkyou72.tfm) = %{tl_version} +Provides: tex(gbkyou73.tfm) = %{tl_version} +Provides: tex(gbkyou74.tfm) = %{tl_version} +Provides: tex(gbkyou75.tfm) = %{tl_version} +Provides: tex(gbkyou76.tfm) = %{tl_version} +Provides: tex(gbkyou77.tfm) = %{tl_version} +Provides: tex(gbkyou78.tfm) = %{tl_version} +Provides: tex(gbkyou79.tfm) = %{tl_version} +Provides: tex(gbkyou80.tfm) = %{tl_version} +Provides: tex(gbkyou81.tfm) = %{tl_version} +Provides: tex(gbkyou82.tfm) = %{tl_version} +Provides: tex(gbkyou83.tfm) = %{tl_version} +Provides: tex(gbkyou84.tfm) = %{tl_version} +Provides: tex(gbkyou85.tfm) = %{tl_version} +Provides: tex(gbkyou86.tfm) = %{tl_version} +Provides: tex(gbkyou87.tfm) = %{tl_version} +Provides: tex(gbkyou88.tfm) = %{tl_version} +Provides: tex(gbkyou89.tfm) = %{tl_version} +Provides: tex(gbkyou90.tfm) = %{tl_version} +Provides: tex(gbkyou91.tfm) = %{tl_version} +Provides: tex(gbkyou92.tfm) = %{tl_version} +Provides: tex(gbkyou93.tfm) = %{tl_version} +Provides: tex(gbkyou94.tfm) = %{tl_version} +Provides: tex(gbkyousl00.tfm) = %{tl_version} +Provides: tex(gbkyousl01.tfm) = %{tl_version} +Provides: tex(gbkyousl02.tfm) = %{tl_version} +Provides: tex(gbkyousl03.tfm) = %{tl_version} +Provides: tex(gbkyousl04.tfm) = %{tl_version} +Provides: tex(gbkyousl05.tfm) = %{tl_version} +Provides: tex(gbkyousl06.tfm) = %{tl_version} +Provides: tex(gbkyousl07.tfm) = %{tl_version} +Provides: tex(gbkyousl08.tfm) = %{tl_version} +Provides: tex(gbkyousl09.tfm) = %{tl_version} +Provides: tex(gbkyousl10.tfm) = %{tl_version} +Provides: tex(gbkyousl11.tfm) = %{tl_version} +Provides: tex(gbkyousl12.tfm) = %{tl_version} +Provides: tex(gbkyousl13.tfm) = %{tl_version} +Provides: tex(gbkyousl14.tfm) = %{tl_version} +Provides: tex(gbkyousl15.tfm) = %{tl_version} +Provides: tex(gbkyousl16.tfm) = %{tl_version} +Provides: tex(gbkyousl17.tfm) = %{tl_version} +Provides: tex(gbkyousl18.tfm) = %{tl_version} +Provides: tex(gbkyousl19.tfm) = %{tl_version} +Provides: tex(gbkyousl20.tfm) = %{tl_version} +Provides: tex(gbkyousl21.tfm) = %{tl_version} +Provides: tex(gbkyousl22.tfm) = %{tl_version} +Provides: tex(gbkyousl23.tfm) = %{tl_version} +Provides: tex(gbkyousl24.tfm) = %{tl_version} +Provides: tex(gbkyousl25.tfm) = %{tl_version} +Provides: tex(gbkyousl26.tfm) = %{tl_version} +Provides: tex(gbkyousl27.tfm) = %{tl_version} +Provides: tex(gbkyousl28.tfm) = %{tl_version} +Provides: tex(gbkyousl29.tfm) = %{tl_version} +Provides: tex(gbkyousl30.tfm) = %{tl_version} +Provides: tex(gbkyousl31.tfm) = %{tl_version} +Provides: tex(gbkyousl32.tfm) = %{tl_version} +Provides: tex(gbkyousl33.tfm) = %{tl_version} +Provides: tex(gbkyousl34.tfm) = %{tl_version} +Provides: tex(gbkyousl35.tfm) = %{tl_version} +Provides: tex(gbkyousl36.tfm) = %{tl_version} +Provides: tex(gbkyousl37.tfm) = %{tl_version} +Provides: tex(gbkyousl38.tfm) = %{tl_version} +Provides: tex(gbkyousl39.tfm) = %{tl_version} +Provides: tex(gbkyousl40.tfm) = %{tl_version} +Provides: tex(gbkyousl41.tfm) = %{tl_version} +Provides: tex(gbkyousl42.tfm) = %{tl_version} +Provides: tex(gbkyousl43.tfm) = %{tl_version} +Provides: tex(gbkyousl44.tfm) = %{tl_version} +Provides: tex(gbkyousl45.tfm) = %{tl_version} +Provides: tex(gbkyousl46.tfm) = %{tl_version} +Provides: tex(gbkyousl47.tfm) = %{tl_version} +Provides: tex(gbkyousl48.tfm) = %{tl_version} +Provides: tex(gbkyousl49.tfm) = %{tl_version} +Provides: tex(gbkyousl50.tfm) = %{tl_version} +Provides: tex(gbkyousl51.tfm) = %{tl_version} +Provides: tex(gbkyousl52.tfm) = %{tl_version} +Provides: tex(gbkyousl53.tfm) = %{tl_version} +Provides: tex(gbkyousl54.tfm) = %{tl_version} +Provides: tex(gbkyousl55.tfm) = %{tl_version} +Provides: tex(gbkyousl56.tfm) = %{tl_version} +Provides: tex(gbkyousl57.tfm) = %{tl_version} +Provides: tex(gbkyousl58.tfm) = %{tl_version} +Provides: tex(gbkyousl59.tfm) = %{tl_version} +Provides: tex(gbkyousl60.tfm) = %{tl_version} +Provides: tex(gbkyousl61.tfm) = %{tl_version} +Provides: tex(gbkyousl62.tfm) = %{tl_version} +Provides: tex(gbkyousl63.tfm) = %{tl_version} +Provides: tex(gbkyousl64.tfm) = %{tl_version} +Provides: tex(gbkyousl65.tfm) = %{tl_version} +Provides: tex(gbkyousl66.tfm) = %{tl_version} +Provides: tex(gbkyousl67.tfm) = %{tl_version} +Provides: tex(gbkyousl68.tfm) = %{tl_version} +Provides: tex(gbkyousl69.tfm) = %{tl_version} +Provides: tex(gbkyousl70.tfm) = %{tl_version} +Provides: tex(gbkyousl71.tfm) = %{tl_version} +Provides: tex(gbkyousl72.tfm) = %{tl_version} +Provides: tex(gbkyousl73.tfm) = %{tl_version} +Provides: tex(gbkyousl74.tfm) = %{tl_version} +Provides: tex(gbkyousl75.tfm) = %{tl_version} +Provides: tex(gbkyousl76.tfm) = %{tl_version} +Provides: tex(gbkyousl77.tfm) = %{tl_version} +Provides: tex(gbkyousl78.tfm) = %{tl_version} +Provides: tex(gbkyousl79.tfm) = %{tl_version} +Provides: tex(gbkyousl80.tfm) = %{tl_version} +Provides: tex(gbkyousl81.tfm) = %{tl_version} +Provides: tex(gbkyousl82.tfm) = %{tl_version} +Provides: tex(gbkyousl83.tfm) = %{tl_version} +Provides: tex(gbkyousl84.tfm) = %{tl_version} +Provides: tex(gbkyousl85.tfm) = %{tl_version} +Provides: tex(gbkyousl86.tfm) = %{tl_version} +Provides: tex(gbkyousl87.tfm) = %{tl_version} +Provides: tex(gbkyousl88.tfm) = %{tl_version} +Provides: tex(gbkyousl89.tfm) = %{tl_version} +Provides: tex(gbkyousl90.tfm) = %{tl_version} +Provides: tex(gbkyousl91.tfm) = %{tl_version} +Provides: tex(gbkyousl92.tfm) = %{tl_version} +Provides: tex(gbkyousl93.tfm) = %{tl_version} +Provides: tex(gbkyousl94.tfm) = %{tl_version} +Provides: tex(unifs00.tfm) = %{tl_version} +Provides: tex(unifs01.tfm) = %{tl_version} +Provides: tex(unifs02.tfm) = %{tl_version} +Provides: tex(unifs03.tfm) = %{tl_version} +Provides: tex(unifs04.tfm) = %{tl_version} +Provides: tex(unifs05.tfm) = %{tl_version} +Provides: tex(unifs06.tfm) = %{tl_version} +Provides: tex(unifs07.tfm) = %{tl_version} +Provides: tex(unifs08.tfm) = %{tl_version} +Provides: tex(unifs09.tfm) = %{tl_version} +Provides: tex(unifs0a.tfm) = %{tl_version} +Provides: tex(unifs0b.tfm) = %{tl_version} +Provides: tex(unifs0c.tfm) = %{tl_version} +Provides: tex(unifs0d.tfm) = %{tl_version} +Provides: tex(unifs0e.tfm) = %{tl_version} +Provides: tex(unifs0f.tfm) = %{tl_version} +Provides: tex(unifs10.tfm) = %{tl_version} +Provides: tex(unifs11.tfm) = %{tl_version} +Provides: tex(unifs12.tfm) = %{tl_version} +Provides: tex(unifs13.tfm) = %{tl_version} +Provides: tex(unifs14.tfm) = %{tl_version} +Provides: tex(unifs15.tfm) = %{tl_version} +Provides: tex(unifs16.tfm) = %{tl_version} +Provides: tex(unifs17.tfm) = %{tl_version} +Provides: tex(unifs18.tfm) = %{tl_version} +Provides: tex(unifs19.tfm) = %{tl_version} +Provides: tex(unifs1a.tfm) = %{tl_version} +Provides: tex(unifs1b.tfm) = %{tl_version} +Provides: tex(unifs1c.tfm) = %{tl_version} +Provides: tex(unifs1d.tfm) = %{tl_version} +Provides: tex(unifs1e.tfm) = %{tl_version} +Provides: tex(unifs1f.tfm) = %{tl_version} +Provides: tex(unifs20.tfm) = %{tl_version} +Provides: tex(unifs21.tfm) = %{tl_version} +Provides: tex(unifs22.tfm) = %{tl_version} +Provides: tex(unifs23.tfm) = %{tl_version} +Provides: tex(unifs24.tfm) = %{tl_version} +Provides: tex(unifs25.tfm) = %{tl_version} +Provides: tex(unifs26.tfm) = %{tl_version} +Provides: tex(unifs27.tfm) = %{tl_version} +Provides: tex(unifs28.tfm) = %{tl_version} +Provides: tex(unifs29.tfm) = %{tl_version} +Provides: tex(unifs2a.tfm) = %{tl_version} +Provides: tex(unifs2b.tfm) = %{tl_version} +Provides: tex(unifs2c.tfm) = %{tl_version} +Provides: tex(unifs2d.tfm) = %{tl_version} +Provides: tex(unifs2e.tfm) = %{tl_version} +Provides: tex(unifs2f.tfm) = %{tl_version} +Provides: tex(unifs30.tfm) = %{tl_version} +Provides: tex(unifs31.tfm) = %{tl_version} +Provides: tex(unifs32.tfm) = %{tl_version} +Provides: tex(unifs33.tfm) = %{tl_version} +Provides: tex(unifs34.tfm) = %{tl_version} +Provides: tex(unifs35.tfm) = %{tl_version} +Provides: tex(unifs36.tfm) = %{tl_version} +Provides: tex(unifs37.tfm) = %{tl_version} +Provides: tex(unifs38.tfm) = %{tl_version} +Provides: tex(unifs39.tfm) = %{tl_version} +Provides: tex(unifs3a.tfm) = %{tl_version} +Provides: tex(unifs3b.tfm) = %{tl_version} +Provides: tex(unifs3c.tfm) = %{tl_version} +Provides: tex(unifs3d.tfm) = %{tl_version} +Provides: tex(unifs3e.tfm) = %{tl_version} +Provides: tex(unifs3f.tfm) = %{tl_version} +Provides: tex(unifs40.tfm) = %{tl_version} +Provides: tex(unifs41.tfm) = %{tl_version} +Provides: tex(unifs42.tfm) = %{tl_version} +Provides: tex(unifs43.tfm) = %{tl_version} +Provides: tex(unifs44.tfm) = %{tl_version} +Provides: tex(unifs45.tfm) = %{tl_version} +Provides: tex(unifs46.tfm) = %{tl_version} +Provides: tex(unifs47.tfm) = %{tl_version} +Provides: tex(unifs48.tfm) = %{tl_version} +Provides: tex(unifs49.tfm) = %{tl_version} +Provides: tex(unifs4a.tfm) = %{tl_version} +Provides: tex(unifs4b.tfm) = %{tl_version} +Provides: tex(unifs4c.tfm) = %{tl_version} +Provides: tex(unifs4d.tfm) = %{tl_version} +Provides: tex(unifs4e.tfm) = %{tl_version} +Provides: tex(unifs4f.tfm) = %{tl_version} +Provides: tex(unifs50.tfm) = %{tl_version} +Provides: tex(unifs51.tfm) = %{tl_version} +Provides: tex(unifs52.tfm) = %{tl_version} +Provides: tex(unifs53.tfm) = %{tl_version} +Provides: tex(unifs54.tfm) = %{tl_version} +Provides: tex(unifs55.tfm) = %{tl_version} +Provides: tex(unifs56.tfm) = %{tl_version} +Provides: tex(unifs57.tfm) = %{tl_version} +Provides: tex(unifs58.tfm) = %{tl_version} +Provides: tex(unifs59.tfm) = %{tl_version} +Provides: tex(unifs5a.tfm) = %{tl_version} +Provides: tex(unifs5b.tfm) = %{tl_version} +Provides: tex(unifs5c.tfm) = %{tl_version} +Provides: tex(unifs5d.tfm) = %{tl_version} +Provides: tex(unifs5e.tfm) = %{tl_version} +Provides: tex(unifs5f.tfm) = %{tl_version} +Provides: tex(unifs60.tfm) = %{tl_version} +Provides: tex(unifs61.tfm) = %{tl_version} +Provides: tex(unifs62.tfm) = %{tl_version} +Provides: tex(unifs63.tfm) = %{tl_version} +Provides: tex(unifs64.tfm) = %{tl_version} +Provides: tex(unifs65.tfm) = %{tl_version} +Provides: tex(unifs66.tfm) = %{tl_version} +Provides: tex(unifs67.tfm) = %{tl_version} +Provides: tex(unifs68.tfm) = %{tl_version} +Provides: tex(unifs69.tfm) = %{tl_version} +Provides: tex(unifs6a.tfm) = %{tl_version} +Provides: tex(unifs6b.tfm) = %{tl_version} +Provides: tex(unifs6c.tfm) = %{tl_version} +Provides: tex(unifs6d.tfm) = %{tl_version} +Provides: tex(unifs6e.tfm) = %{tl_version} +Provides: tex(unifs6f.tfm) = %{tl_version} +Provides: tex(unifs70.tfm) = %{tl_version} +Provides: tex(unifs71.tfm) = %{tl_version} +Provides: tex(unifs72.tfm) = %{tl_version} +Provides: tex(unifs73.tfm) = %{tl_version} +Provides: tex(unifs74.tfm) = %{tl_version} +Provides: tex(unifs75.tfm) = %{tl_version} +Provides: tex(unifs76.tfm) = %{tl_version} +Provides: tex(unifs77.tfm) = %{tl_version} +Provides: tex(unifs78.tfm) = %{tl_version} +Provides: tex(unifs79.tfm) = %{tl_version} +Provides: tex(unifs7a.tfm) = %{tl_version} +Provides: tex(unifs7b.tfm) = %{tl_version} +Provides: tex(unifs7c.tfm) = %{tl_version} +Provides: tex(unifs7d.tfm) = %{tl_version} +Provides: tex(unifs7e.tfm) = %{tl_version} +Provides: tex(unifs7f.tfm) = %{tl_version} +Provides: tex(unifs80.tfm) = %{tl_version} +Provides: tex(unifs81.tfm) = %{tl_version} +Provides: tex(unifs82.tfm) = %{tl_version} +Provides: tex(unifs83.tfm) = %{tl_version} +Provides: tex(unifs84.tfm) = %{tl_version} +Provides: tex(unifs85.tfm) = %{tl_version} +Provides: tex(unifs86.tfm) = %{tl_version} +Provides: tex(unifs87.tfm) = %{tl_version} +Provides: tex(unifs88.tfm) = %{tl_version} +Provides: tex(unifs89.tfm) = %{tl_version} +Provides: tex(unifs8a.tfm) = %{tl_version} +Provides: tex(unifs8b.tfm) = %{tl_version} +Provides: tex(unifs8c.tfm) = %{tl_version} +Provides: tex(unifs8d.tfm) = %{tl_version} +Provides: tex(unifs8e.tfm) = %{tl_version} +Provides: tex(unifs8f.tfm) = %{tl_version} +Provides: tex(unifs90.tfm) = %{tl_version} +Provides: tex(unifs91.tfm) = %{tl_version} +Provides: tex(unifs92.tfm) = %{tl_version} +Provides: tex(unifs93.tfm) = %{tl_version} +Provides: tex(unifs94.tfm) = %{tl_version} +Provides: tex(unifs95.tfm) = %{tl_version} +Provides: tex(unifs96.tfm) = %{tl_version} +Provides: tex(unifs97.tfm) = %{tl_version} +Provides: tex(unifs98.tfm) = %{tl_version} +Provides: tex(unifs99.tfm) = %{tl_version} +Provides: tex(unifs9a.tfm) = %{tl_version} +Provides: tex(unifs9b.tfm) = %{tl_version} +Provides: tex(unifs9c.tfm) = %{tl_version} +Provides: tex(unifs9d.tfm) = %{tl_version} +Provides: tex(unifs9e.tfm) = %{tl_version} +Provides: tex(unifs9f.tfm) = %{tl_version} +Provides: tex(unifsa0.tfm) = %{tl_version} +Provides: tex(unifsa1.tfm) = %{tl_version} +Provides: tex(unifsa2.tfm) = %{tl_version} +Provides: tex(unifsa3.tfm) = %{tl_version} +Provides: tex(unifsa4.tfm) = %{tl_version} +Provides: tex(unifsa5.tfm) = %{tl_version} +Provides: tex(unifsa6.tfm) = %{tl_version} +Provides: tex(unifsa7.tfm) = %{tl_version} +Provides: tex(unifsa8.tfm) = %{tl_version} +Provides: tex(unifsa9.tfm) = %{tl_version} +Provides: tex(unifsaa.tfm) = %{tl_version} +Provides: tex(unifsab.tfm) = %{tl_version} +Provides: tex(unifsac.tfm) = %{tl_version} +Provides: tex(unifsad.tfm) = %{tl_version} +Provides: tex(unifsae.tfm) = %{tl_version} +Provides: tex(unifsaf.tfm) = %{tl_version} +Provides: tex(unifsb0.tfm) = %{tl_version} +Provides: tex(unifsb1.tfm) = %{tl_version} +Provides: tex(unifsb2.tfm) = %{tl_version} +Provides: tex(unifsb3.tfm) = %{tl_version} +Provides: tex(unifsb4.tfm) = %{tl_version} +Provides: tex(unifsb5.tfm) = %{tl_version} +Provides: tex(unifsb6.tfm) = %{tl_version} +Provides: tex(unifsb7.tfm) = %{tl_version} +Provides: tex(unifsb8.tfm) = %{tl_version} +Provides: tex(unifsb9.tfm) = %{tl_version} +Provides: tex(unifsba.tfm) = %{tl_version} +Provides: tex(unifsbb.tfm) = %{tl_version} +Provides: tex(unifsbc.tfm) = %{tl_version} +Provides: tex(unifsbd.tfm) = %{tl_version} +Provides: tex(unifsbe.tfm) = %{tl_version} +Provides: tex(unifsbf.tfm) = %{tl_version} +Provides: tex(unifsc0.tfm) = %{tl_version} +Provides: tex(unifsc1.tfm) = %{tl_version} +Provides: tex(unifsc2.tfm) = %{tl_version} +Provides: tex(unifsc3.tfm) = %{tl_version} +Provides: tex(unifsc4.tfm) = %{tl_version} +Provides: tex(unifsc5.tfm) = %{tl_version} +Provides: tex(unifsc6.tfm) = %{tl_version} +Provides: tex(unifsc7.tfm) = %{tl_version} +Provides: tex(unifsc8.tfm) = %{tl_version} +Provides: tex(unifsc9.tfm) = %{tl_version} +Provides: tex(unifsca.tfm) = %{tl_version} +Provides: tex(unifscb.tfm) = %{tl_version} +Provides: tex(unifscc.tfm) = %{tl_version} +Provides: tex(unifscd.tfm) = %{tl_version} +Provides: tex(unifsce.tfm) = %{tl_version} +Provides: tex(unifscf.tfm) = %{tl_version} +Provides: tex(unifsd0.tfm) = %{tl_version} +Provides: tex(unifsd1.tfm) = %{tl_version} +Provides: tex(unifsd2.tfm) = %{tl_version} +Provides: tex(unifsd3.tfm) = %{tl_version} +Provides: tex(unifsd4.tfm) = %{tl_version} +Provides: tex(unifsd5.tfm) = %{tl_version} +Provides: tex(unifsd6.tfm) = %{tl_version} +Provides: tex(unifsd7.tfm) = %{tl_version} +Provides: tex(unifsd8.tfm) = %{tl_version} +Provides: tex(unifsd9.tfm) = %{tl_version} +Provides: tex(unifsda.tfm) = %{tl_version} +Provides: tex(unifsdb.tfm) = %{tl_version} +Provides: tex(unifsdc.tfm) = %{tl_version} +Provides: tex(unifsdd.tfm) = %{tl_version} +Provides: tex(unifsde.tfm) = %{tl_version} +Provides: tex(unifsdf.tfm) = %{tl_version} +Provides: tex(unifse0.tfm) = %{tl_version} +Provides: tex(unifse1.tfm) = %{tl_version} +Provides: tex(unifse2.tfm) = %{tl_version} +Provides: tex(unifse3.tfm) = %{tl_version} +Provides: tex(unifse4.tfm) = %{tl_version} +Provides: tex(unifse5.tfm) = %{tl_version} +Provides: tex(unifse6.tfm) = %{tl_version} +Provides: tex(unifse7.tfm) = %{tl_version} +Provides: tex(unifse8.tfm) = %{tl_version} +Provides: tex(unifse9.tfm) = %{tl_version} +Provides: tex(unifsea.tfm) = %{tl_version} +Provides: tex(unifseb.tfm) = %{tl_version} +Provides: tex(unifsec.tfm) = %{tl_version} +Provides: tex(unifsed.tfm) = %{tl_version} +Provides: tex(unifsee.tfm) = %{tl_version} +Provides: tex(unifsef.tfm) = %{tl_version} +Provides: tex(unifsf0.tfm) = %{tl_version} +Provides: tex(unifsf1.tfm) = %{tl_version} +Provides: tex(unifsf2.tfm) = %{tl_version} +Provides: tex(unifsf3.tfm) = %{tl_version} +Provides: tex(unifsf4.tfm) = %{tl_version} +Provides: tex(unifsf5.tfm) = %{tl_version} +Provides: tex(unifsf6.tfm) = %{tl_version} +Provides: tex(unifsf7.tfm) = %{tl_version} +Provides: tex(unifsf8.tfm) = %{tl_version} +Provides: tex(unifsf9.tfm) = %{tl_version} +Provides: tex(unifsfa.tfm) = %{tl_version} +Provides: tex(unifsfb.tfm) = %{tl_version} +Provides: tex(unifsfc.tfm) = %{tl_version} +Provides: tex(unifsfd.tfm) = %{tl_version} +Provides: tex(unifsfe.tfm) = %{tl_version} +Provides: tex(unifsff.tfm) = %{tl_version} +Provides: tex(unifssl00.tfm) = %{tl_version} +Provides: tex(unifssl01.tfm) = %{tl_version} +Provides: tex(unifssl02.tfm) = %{tl_version} +Provides: tex(unifssl03.tfm) = %{tl_version} +Provides: tex(unifssl04.tfm) = %{tl_version} +Provides: tex(unifssl05.tfm) = %{tl_version} +Provides: tex(unifssl06.tfm) = %{tl_version} +Provides: tex(unifssl07.tfm) = %{tl_version} +Provides: tex(unifssl08.tfm) = %{tl_version} +Provides: tex(unifssl09.tfm) = %{tl_version} +Provides: tex(unifssl0a.tfm) = %{tl_version} +Provides: tex(unifssl0b.tfm) = %{tl_version} +Provides: tex(unifssl0c.tfm) = %{tl_version} +Provides: tex(unifssl0d.tfm) = %{tl_version} +Provides: tex(unifssl0e.tfm) = %{tl_version} +Provides: tex(unifssl0f.tfm) = %{tl_version} +Provides: tex(unifssl10.tfm) = %{tl_version} +Provides: tex(unifssl11.tfm) = %{tl_version} +Provides: tex(unifssl12.tfm) = %{tl_version} +Provides: tex(unifssl13.tfm) = %{tl_version} +Provides: tex(unifssl14.tfm) = %{tl_version} +Provides: tex(unifssl15.tfm) = %{tl_version} +Provides: tex(unifssl16.tfm) = %{tl_version} +Provides: tex(unifssl17.tfm) = %{tl_version} +Provides: tex(unifssl18.tfm) = %{tl_version} +Provides: tex(unifssl19.tfm) = %{tl_version} +Provides: tex(unifssl1a.tfm) = %{tl_version} +Provides: tex(unifssl1b.tfm) = %{tl_version} +Provides: tex(unifssl1c.tfm) = %{tl_version} +Provides: tex(unifssl1d.tfm) = %{tl_version} +Provides: tex(unifssl1e.tfm) = %{tl_version} +Provides: tex(unifssl1f.tfm) = %{tl_version} +Provides: tex(unifssl20.tfm) = %{tl_version} +Provides: tex(unifssl21.tfm) = %{tl_version} +Provides: tex(unifssl22.tfm) = %{tl_version} +Provides: tex(unifssl23.tfm) = %{tl_version} +Provides: tex(unifssl24.tfm) = %{tl_version} +Provides: tex(unifssl25.tfm) = %{tl_version} +Provides: tex(unifssl26.tfm) = %{tl_version} +Provides: tex(unifssl27.tfm) = %{tl_version} +Provides: tex(unifssl28.tfm) = %{tl_version} +Provides: tex(unifssl29.tfm) = %{tl_version} +Provides: tex(unifssl2a.tfm) = %{tl_version} +Provides: tex(unifssl2b.tfm) = %{tl_version} +Provides: tex(unifssl2c.tfm) = %{tl_version} +Provides: tex(unifssl2d.tfm) = %{tl_version} +Provides: tex(unifssl2e.tfm) = %{tl_version} +Provides: tex(unifssl2f.tfm) = %{tl_version} +Provides: tex(unifssl30.tfm) = %{tl_version} +Provides: tex(unifssl31.tfm) = %{tl_version} +Provides: tex(unifssl32.tfm) = %{tl_version} +Provides: tex(unifssl33.tfm) = %{tl_version} +Provides: tex(unifssl34.tfm) = %{tl_version} +Provides: tex(unifssl35.tfm) = %{tl_version} +Provides: tex(unifssl36.tfm) = %{tl_version} +Provides: tex(unifssl37.tfm) = %{tl_version} +Provides: tex(unifssl38.tfm) = %{tl_version} +Provides: tex(unifssl39.tfm) = %{tl_version} +Provides: tex(unifssl3a.tfm) = %{tl_version} +Provides: tex(unifssl3b.tfm) = %{tl_version} +Provides: tex(unifssl3c.tfm) = %{tl_version} +Provides: tex(unifssl3d.tfm) = %{tl_version} +Provides: tex(unifssl3e.tfm) = %{tl_version} +Provides: tex(unifssl3f.tfm) = %{tl_version} +Provides: tex(unifssl40.tfm) = %{tl_version} +Provides: tex(unifssl41.tfm) = %{tl_version} +Provides: tex(unifssl42.tfm) = %{tl_version} +Provides: tex(unifssl43.tfm) = %{tl_version} +Provides: tex(unifssl44.tfm) = %{tl_version} +Provides: tex(unifssl45.tfm) = %{tl_version} +Provides: tex(unifssl46.tfm) = %{tl_version} +Provides: tex(unifssl47.tfm) = %{tl_version} +Provides: tex(unifssl48.tfm) = %{tl_version} +Provides: tex(unifssl49.tfm) = %{tl_version} +Provides: tex(unifssl4a.tfm) = %{tl_version} +Provides: tex(unifssl4b.tfm) = %{tl_version} +Provides: tex(unifssl4c.tfm) = %{tl_version} +Provides: tex(unifssl4d.tfm) = %{tl_version} +Provides: tex(unifssl4e.tfm) = %{tl_version} +Provides: tex(unifssl4f.tfm) = %{tl_version} +Provides: tex(unifssl50.tfm) = %{tl_version} +Provides: tex(unifssl51.tfm) = %{tl_version} +Provides: tex(unifssl52.tfm) = %{tl_version} +Provides: tex(unifssl53.tfm) = %{tl_version} +Provides: tex(unifssl54.tfm) = %{tl_version} +Provides: tex(unifssl55.tfm) = %{tl_version} +Provides: tex(unifssl56.tfm) = %{tl_version} +Provides: tex(unifssl57.tfm) = %{tl_version} +Provides: tex(unifssl58.tfm) = %{tl_version} +Provides: tex(unifssl59.tfm) = %{tl_version} +Provides: tex(unifssl5a.tfm) = %{tl_version} +Provides: tex(unifssl5b.tfm) = %{tl_version} +Provides: tex(unifssl5c.tfm) = %{tl_version} +Provides: tex(unifssl5d.tfm) = %{tl_version} +Provides: tex(unifssl5e.tfm) = %{tl_version} +Provides: tex(unifssl5f.tfm) = %{tl_version} +Provides: tex(unifssl60.tfm) = %{tl_version} +Provides: tex(unifssl61.tfm) = %{tl_version} +Provides: tex(unifssl62.tfm) = %{tl_version} +Provides: tex(unifssl63.tfm) = %{tl_version} +Provides: tex(unifssl64.tfm) = %{tl_version} +Provides: tex(unifssl65.tfm) = %{tl_version} +Provides: tex(unifssl66.tfm) = %{tl_version} +Provides: tex(unifssl67.tfm) = %{tl_version} +Provides: tex(unifssl68.tfm) = %{tl_version} +Provides: tex(unifssl69.tfm) = %{tl_version} +Provides: tex(unifssl6a.tfm) = %{tl_version} +Provides: tex(unifssl6b.tfm) = %{tl_version} +Provides: tex(unifssl6c.tfm) = %{tl_version} +Provides: tex(unifssl6d.tfm) = %{tl_version} +Provides: tex(unifssl6e.tfm) = %{tl_version} +Provides: tex(unifssl6f.tfm) = %{tl_version} +Provides: tex(unifssl70.tfm) = %{tl_version} +Provides: tex(unifssl71.tfm) = %{tl_version} +Provides: tex(unifssl72.tfm) = %{tl_version} +Provides: tex(unifssl73.tfm) = %{tl_version} +Provides: tex(unifssl74.tfm) = %{tl_version} +Provides: tex(unifssl75.tfm) = %{tl_version} +Provides: tex(unifssl76.tfm) = %{tl_version} +Provides: tex(unifssl77.tfm) = %{tl_version} +Provides: tex(unifssl78.tfm) = %{tl_version} +Provides: tex(unifssl79.tfm) = %{tl_version} +Provides: tex(unifssl7a.tfm) = %{tl_version} +Provides: tex(unifssl7b.tfm) = %{tl_version} +Provides: tex(unifssl7c.tfm) = %{tl_version} +Provides: tex(unifssl7d.tfm) = %{tl_version} +Provides: tex(unifssl7e.tfm) = %{tl_version} +Provides: tex(unifssl7f.tfm) = %{tl_version} +Provides: tex(unifssl80.tfm) = %{tl_version} +Provides: tex(unifssl81.tfm) = %{tl_version} +Provides: tex(unifssl82.tfm) = %{tl_version} +Provides: tex(unifssl83.tfm) = %{tl_version} +Provides: tex(unifssl84.tfm) = %{tl_version} +Provides: tex(unifssl85.tfm) = %{tl_version} +Provides: tex(unifssl86.tfm) = %{tl_version} +Provides: tex(unifssl87.tfm) = %{tl_version} +Provides: tex(unifssl88.tfm) = %{tl_version} +Provides: tex(unifssl89.tfm) = %{tl_version} +Provides: tex(unifssl8a.tfm) = %{tl_version} +Provides: tex(unifssl8b.tfm) = %{tl_version} +Provides: tex(unifssl8c.tfm) = %{tl_version} +Provides: tex(unifssl8d.tfm) = %{tl_version} +Provides: tex(unifssl8e.tfm) = %{tl_version} +Provides: tex(unifssl8f.tfm) = %{tl_version} +Provides: tex(unifssl90.tfm) = %{tl_version} +Provides: tex(unifssl91.tfm) = %{tl_version} +Provides: tex(unifssl92.tfm) = %{tl_version} +Provides: tex(unifssl93.tfm) = %{tl_version} +Provides: tex(unifssl94.tfm) = %{tl_version} +Provides: tex(unifssl95.tfm) = %{tl_version} +Provides: tex(unifssl96.tfm) = %{tl_version} +Provides: tex(unifssl97.tfm) = %{tl_version} +Provides: tex(unifssl98.tfm) = %{tl_version} +Provides: tex(unifssl99.tfm) = %{tl_version} +Provides: tex(unifssl9a.tfm) = %{tl_version} +Provides: tex(unifssl9b.tfm) = %{tl_version} +Provides: tex(unifssl9c.tfm) = %{tl_version} +Provides: tex(unifssl9d.tfm) = %{tl_version} +Provides: tex(unifssl9e.tfm) = %{tl_version} +Provides: tex(unifssl9f.tfm) = %{tl_version} +Provides: tex(unifssla0.tfm) = %{tl_version} +Provides: tex(unifssla1.tfm) = %{tl_version} +Provides: tex(unifssla2.tfm) = %{tl_version} +Provides: tex(unifssla3.tfm) = %{tl_version} +Provides: tex(unifssla4.tfm) = %{tl_version} +Provides: tex(unifssla5.tfm) = %{tl_version} +Provides: tex(unifssla6.tfm) = %{tl_version} +Provides: tex(unifssla7.tfm) = %{tl_version} +Provides: tex(unifssla8.tfm) = %{tl_version} +Provides: tex(unifssla9.tfm) = %{tl_version} +Provides: tex(unifsslaa.tfm) = %{tl_version} +Provides: tex(unifsslab.tfm) = %{tl_version} +Provides: tex(unifsslac.tfm) = %{tl_version} +Provides: tex(unifsslad.tfm) = %{tl_version} +Provides: tex(unifsslae.tfm) = %{tl_version} +Provides: tex(unifsslaf.tfm) = %{tl_version} +Provides: tex(unifsslb0.tfm) = %{tl_version} +Provides: tex(unifsslb1.tfm) = %{tl_version} +Provides: tex(unifsslb2.tfm) = %{tl_version} +Provides: tex(unifsslb3.tfm) = %{tl_version} +Provides: tex(unifsslb4.tfm) = %{tl_version} +Provides: tex(unifsslb5.tfm) = %{tl_version} +Provides: tex(unifsslb6.tfm) = %{tl_version} +Provides: tex(unifsslb7.tfm) = %{tl_version} +Provides: tex(unifsslb8.tfm) = %{tl_version} +Provides: tex(unifsslb9.tfm) = %{tl_version} +Provides: tex(unifsslba.tfm) = %{tl_version} +Provides: tex(unifsslbb.tfm) = %{tl_version} +Provides: tex(unifsslbc.tfm) = %{tl_version} +Provides: tex(unifsslbd.tfm) = %{tl_version} +Provides: tex(unifsslbe.tfm) = %{tl_version} +Provides: tex(unifsslbf.tfm) = %{tl_version} +Provides: tex(unifsslc0.tfm) = %{tl_version} +Provides: tex(unifsslc1.tfm) = %{tl_version} +Provides: tex(unifsslc2.tfm) = %{tl_version} +Provides: tex(unifsslc3.tfm) = %{tl_version} +Provides: tex(unifsslc4.tfm) = %{tl_version} +Provides: tex(unifsslc5.tfm) = %{tl_version} +Provides: tex(unifsslc6.tfm) = %{tl_version} +Provides: tex(unifsslc7.tfm) = %{tl_version} +Provides: tex(unifsslc8.tfm) = %{tl_version} +Provides: tex(unifsslc9.tfm) = %{tl_version} +Provides: tex(unifsslca.tfm) = %{tl_version} +Provides: tex(unifsslcb.tfm) = %{tl_version} +Provides: tex(unifsslcc.tfm) = %{tl_version} +Provides: tex(unifsslcd.tfm) = %{tl_version} +Provides: tex(unifsslce.tfm) = %{tl_version} +Provides: tex(unifsslcf.tfm) = %{tl_version} +Provides: tex(unifssld0.tfm) = %{tl_version} +Provides: tex(unifssld1.tfm) = %{tl_version} +Provides: tex(unifssld2.tfm) = %{tl_version} +Provides: tex(unifssld3.tfm) = %{tl_version} +Provides: tex(unifssld4.tfm) = %{tl_version} +Provides: tex(unifssld5.tfm) = %{tl_version} +Provides: tex(unifssld6.tfm) = %{tl_version} +Provides: tex(unifssld7.tfm) = %{tl_version} +Provides: tex(unifssld8.tfm) = %{tl_version} +Provides: tex(unifssld9.tfm) = %{tl_version} +Provides: tex(unifsslda.tfm) = %{tl_version} +Provides: tex(unifssldb.tfm) = %{tl_version} +Provides: tex(unifssldc.tfm) = %{tl_version} +Provides: tex(unifssldd.tfm) = %{tl_version} +Provides: tex(unifsslde.tfm) = %{tl_version} +Provides: tex(unifssldf.tfm) = %{tl_version} +Provides: tex(unifssle0.tfm) = %{tl_version} +Provides: tex(unifssle1.tfm) = %{tl_version} +Provides: tex(unifssle2.tfm) = %{tl_version} +Provides: tex(unifssle3.tfm) = %{tl_version} +Provides: tex(unifssle4.tfm) = %{tl_version} +Provides: tex(unifssle5.tfm) = %{tl_version} +Provides: tex(unifssle6.tfm) = %{tl_version} +Provides: tex(unifssle7.tfm) = %{tl_version} +Provides: tex(unifssle8.tfm) = %{tl_version} +Provides: tex(unifssle9.tfm) = %{tl_version} +Provides: tex(unifsslea.tfm) = %{tl_version} +Provides: tex(unifssleb.tfm) = %{tl_version} +Provides: tex(unifsslec.tfm) = %{tl_version} +Provides: tex(unifssled.tfm) = %{tl_version} +Provides: tex(unifsslee.tfm) = %{tl_version} +Provides: tex(unifsslef.tfm) = %{tl_version} +Provides: tex(unifsslf0.tfm) = %{tl_version} +Provides: tex(unifsslf1.tfm) = %{tl_version} +Provides: tex(unifsslf2.tfm) = %{tl_version} +Provides: tex(unifsslf3.tfm) = %{tl_version} +Provides: tex(unifsslf4.tfm) = %{tl_version} +Provides: tex(unifsslf5.tfm) = %{tl_version} +Provides: tex(unifsslf6.tfm) = %{tl_version} +Provides: tex(unifsslf7.tfm) = %{tl_version} +Provides: tex(unifsslf8.tfm) = %{tl_version} +Provides: tex(unifsslf9.tfm) = %{tl_version} +Provides: tex(unifsslfa.tfm) = %{tl_version} +Provides: tex(unifsslfb.tfm) = %{tl_version} +Provides: tex(unifsslfc.tfm) = %{tl_version} +Provides: tex(unifsslfd.tfm) = %{tl_version} +Provides: tex(unifsslfe.tfm) = %{tl_version} +Provides: tex(unifsslff.tfm) = %{tl_version} +Provides: tex(unihei00.tfm) = %{tl_version} +Provides: tex(unihei01.tfm) = %{tl_version} +Provides: tex(unihei02.tfm) = %{tl_version} +Provides: tex(unihei03.tfm) = %{tl_version} +Provides: tex(unihei04.tfm) = %{tl_version} +Provides: tex(unihei05.tfm) = %{tl_version} +Provides: tex(unihei06.tfm) = %{tl_version} +Provides: tex(unihei07.tfm) = %{tl_version} +Provides: tex(unihei08.tfm) = %{tl_version} +Provides: tex(unihei09.tfm) = %{tl_version} +Provides: tex(unihei0a.tfm) = %{tl_version} +Provides: tex(unihei0b.tfm) = %{tl_version} +Provides: tex(unihei0c.tfm) = %{tl_version} +Provides: tex(unihei0d.tfm) = %{tl_version} +Provides: tex(unihei0e.tfm) = %{tl_version} +Provides: tex(unihei0f.tfm) = %{tl_version} +Provides: tex(unihei10.tfm) = %{tl_version} +Provides: tex(unihei11.tfm) = %{tl_version} +Provides: tex(unihei12.tfm) = %{tl_version} +Provides: tex(unihei13.tfm) = %{tl_version} +Provides: tex(unihei14.tfm) = %{tl_version} +Provides: tex(unihei15.tfm) = %{tl_version} +Provides: tex(unihei16.tfm) = %{tl_version} +Provides: tex(unihei17.tfm) = %{tl_version} +Provides: tex(unihei18.tfm) = %{tl_version} +Provides: tex(unihei19.tfm) = %{tl_version} +Provides: tex(unihei1a.tfm) = %{tl_version} +Provides: tex(unihei1b.tfm) = %{tl_version} +Provides: tex(unihei1c.tfm) = %{tl_version} +Provides: tex(unihei1d.tfm) = %{tl_version} +Provides: tex(unihei1e.tfm) = %{tl_version} +Provides: tex(unihei1f.tfm) = %{tl_version} +Provides: tex(unihei20.tfm) = %{tl_version} +Provides: tex(unihei21.tfm) = %{tl_version} +Provides: tex(unihei22.tfm) = %{tl_version} +Provides: tex(unihei23.tfm) = %{tl_version} +Provides: tex(unihei24.tfm) = %{tl_version} +Provides: tex(unihei25.tfm) = %{tl_version} +Provides: tex(unihei26.tfm) = %{tl_version} +Provides: tex(unihei27.tfm) = %{tl_version} +Provides: tex(unihei28.tfm) = %{tl_version} +Provides: tex(unihei29.tfm) = %{tl_version} +Provides: tex(unihei2a.tfm) = %{tl_version} +Provides: tex(unihei2b.tfm) = %{tl_version} +Provides: tex(unihei2c.tfm) = %{tl_version} +Provides: tex(unihei2d.tfm) = %{tl_version} +Provides: tex(unihei2e.tfm) = %{tl_version} +Provides: tex(unihei2f.tfm) = %{tl_version} +Provides: tex(unihei30.tfm) = %{tl_version} +Provides: tex(unihei31.tfm) = %{tl_version} +Provides: tex(unihei32.tfm) = %{tl_version} +Provides: tex(unihei33.tfm) = %{tl_version} +Provides: tex(unihei34.tfm) = %{tl_version} +Provides: tex(unihei35.tfm) = %{tl_version} +Provides: tex(unihei36.tfm) = %{tl_version} +Provides: tex(unihei37.tfm) = %{tl_version} +Provides: tex(unihei38.tfm) = %{tl_version} +Provides: tex(unihei39.tfm) = %{tl_version} +Provides: tex(unihei3a.tfm) = %{tl_version} +Provides: tex(unihei3b.tfm) = %{tl_version} +Provides: tex(unihei3c.tfm) = %{tl_version} +Provides: tex(unihei3d.tfm) = %{tl_version} +Provides: tex(unihei3e.tfm) = %{tl_version} +Provides: tex(unihei3f.tfm) = %{tl_version} +Provides: tex(unihei40.tfm) = %{tl_version} +Provides: tex(unihei41.tfm) = %{tl_version} +Provides: tex(unihei42.tfm) = %{tl_version} +Provides: tex(unihei43.tfm) = %{tl_version} +Provides: tex(unihei44.tfm) = %{tl_version} +Provides: tex(unihei45.tfm) = %{tl_version} +Provides: tex(unihei46.tfm) = %{tl_version} +Provides: tex(unihei47.tfm) = %{tl_version} +Provides: tex(unihei48.tfm) = %{tl_version} +Provides: tex(unihei49.tfm) = %{tl_version} +Provides: tex(unihei4a.tfm) = %{tl_version} +Provides: tex(unihei4b.tfm) = %{tl_version} +Provides: tex(unihei4c.tfm) = %{tl_version} +Provides: tex(unihei4d.tfm) = %{tl_version} +Provides: tex(unihei4e.tfm) = %{tl_version} +Provides: tex(unihei4f.tfm) = %{tl_version} +Provides: tex(unihei50.tfm) = %{tl_version} +Provides: tex(unihei51.tfm) = %{tl_version} +Provides: tex(unihei52.tfm) = %{tl_version} +Provides: tex(unihei53.tfm) = %{tl_version} +Provides: tex(unihei54.tfm) = %{tl_version} +Provides: tex(unihei55.tfm) = %{tl_version} +Provides: tex(unihei56.tfm) = %{tl_version} +Provides: tex(unihei57.tfm) = %{tl_version} +Provides: tex(unihei58.tfm) = %{tl_version} +Provides: tex(unihei59.tfm) = %{tl_version} +Provides: tex(unihei5a.tfm) = %{tl_version} +Provides: tex(unihei5b.tfm) = %{tl_version} +Provides: tex(unihei5c.tfm) = %{tl_version} +Provides: tex(unihei5d.tfm) = %{tl_version} +Provides: tex(unihei5e.tfm) = %{tl_version} +Provides: tex(unihei5f.tfm) = %{tl_version} +Provides: tex(unihei60.tfm) = %{tl_version} +Provides: tex(unihei61.tfm) = %{tl_version} +Provides: tex(unihei62.tfm) = %{tl_version} +Provides: tex(unihei63.tfm) = %{tl_version} +Provides: tex(unihei64.tfm) = %{tl_version} +Provides: tex(unihei65.tfm) = %{tl_version} +Provides: tex(unihei66.tfm) = %{tl_version} +Provides: tex(unihei67.tfm) = %{tl_version} +Provides: tex(unihei68.tfm) = %{tl_version} +Provides: tex(unihei69.tfm) = %{tl_version} +Provides: tex(unihei6a.tfm) = %{tl_version} +Provides: tex(unihei6b.tfm) = %{tl_version} +Provides: tex(unihei6c.tfm) = %{tl_version} +Provides: tex(unihei6d.tfm) = %{tl_version} +Provides: tex(unihei6e.tfm) = %{tl_version} +Provides: tex(unihei6f.tfm) = %{tl_version} +Provides: tex(unihei70.tfm) = %{tl_version} +Provides: tex(unihei71.tfm) = %{tl_version} +Provides: tex(unihei72.tfm) = %{tl_version} +Provides: tex(unihei73.tfm) = %{tl_version} +Provides: tex(unihei74.tfm) = %{tl_version} +Provides: tex(unihei75.tfm) = %{tl_version} +Provides: tex(unihei76.tfm) = %{tl_version} +Provides: tex(unihei77.tfm) = %{tl_version} +Provides: tex(unihei78.tfm) = %{tl_version} +Provides: tex(unihei79.tfm) = %{tl_version} +Provides: tex(unihei7a.tfm) = %{tl_version} +Provides: tex(unihei7b.tfm) = %{tl_version} +Provides: tex(unihei7c.tfm) = %{tl_version} +Provides: tex(unihei7d.tfm) = %{tl_version} +Provides: tex(unihei7e.tfm) = %{tl_version} +Provides: tex(unihei7f.tfm) = %{tl_version} +Provides: tex(unihei80.tfm) = %{tl_version} +Provides: tex(unihei81.tfm) = %{tl_version} +Provides: tex(unihei82.tfm) = %{tl_version} +Provides: tex(unihei83.tfm) = %{tl_version} +Provides: tex(unihei84.tfm) = %{tl_version} +Provides: tex(unihei85.tfm) = %{tl_version} +Provides: tex(unihei86.tfm) = %{tl_version} +Provides: tex(unihei87.tfm) = %{tl_version} +Provides: tex(unihei88.tfm) = %{tl_version} +Provides: tex(unihei89.tfm) = %{tl_version} +Provides: tex(unihei8a.tfm) = %{tl_version} +Provides: tex(unihei8b.tfm) = %{tl_version} +Provides: tex(unihei8c.tfm) = %{tl_version} +Provides: tex(unihei8d.tfm) = %{tl_version} +Provides: tex(unihei8e.tfm) = %{tl_version} +Provides: tex(unihei8f.tfm) = %{tl_version} +Provides: tex(unihei90.tfm) = %{tl_version} +Provides: tex(unihei91.tfm) = %{tl_version} +Provides: tex(unihei92.tfm) = %{tl_version} +Provides: tex(unihei93.tfm) = %{tl_version} +Provides: tex(unihei94.tfm) = %{tl_version} +Provides: tex(unihei95.tfm) = %{tl_version} +Provides: tex(unihei96.tfm) = %{tl_version} +Provides: tex(unihei97.tfm) = %{tl_version} +Provides: tex(unihei98.tfm) = %{tl_version} +Provides: tex(unihei99.tfm) = %{tl_version} +Provides: tex(unihei9a.tfm) = %{tl_version} +Provides: tex(unihei9b.tfm) = %{tl_version} +Provides: tex(unihei9c.tfm) = %{tl_version} +Provides: tex(unihei9d.tfm) = %{tl_version} +Provides: tex(unihei9e.tfm) = %{tl_version} +Provides: tex(unihei9f.tfm) = %{tl_version} +Provides: tex(uniheia0.tfm) = %{tl_version} +Provides: tex(uniheia1.tfm) = %{tl_version} +Provides: tex(uniheia2.tfm) = %{tl_version} +Provides: tex(uniheia3.tfm) = %{tl_version} +Provides: tex(uniheia4.tfm) = %{tl_version} +Provides: tex(uniheia5.tfm) = %{tl_version} +Provides: tex(uniheia6.tfm) = %{tl_version} +Provides: tex(uniheia7.tfm) = %{tl_version} +Provides: tex(uniheia8.tfm) = %{tl_version} +Provides: tex(uniheia9.tfm) = %{tl_version} +Provides: tex(uniheiaa.tfm) = %{tl_version} +Provides: tex(uniheiab.tfm) = %{tl_version} +Provides: tex(uniheiac.tfm) = %{tl_version} +Provides: tex(uniheiad.tfm) = %{tl_version} +Provides: tex(uniheiae.tfm) = %{tl_version} +Provides: tex(uniheiaf.tfm) = %{tl_version} +Provides: tex(uniheib0.tfm) = %{tl_version} +Provides: tex(uniheib1.tfm) = %{tl_version} +Provides: tex(uniheib2.tfm) = %{tl_version} +Provides: tex(uniheib3.tfm) = %{tl_version} +Provides: tex(uniheib4.tfm) = %{tl_version} +Provides: tex(uniheib5.tfm) = %{tl_version} +Provides: tex(uniheib6.tfm) = %{tl_version} +Provides: tex(uniheib7.tfm) = %{tl_version} +Provides: tex(uniheib8.tfm) = %{tl_version} +Provides: tex(uniheib9.tfm) = %{tl_version} +Provides: tex(uniheiba.tfm) = %{tl_version} +Provides: tex(uniheibb.tfm) = %{tl_version} +Provides: tex(uniheibc.tfm) = %{tl_version} +Provides: tex(uniheibd.tfm) = %{tl_version} +Provides: tex(uniheibe.tfm) = %{tl_version} +Provides: tex(uniheibf.tfm) = %{tl_version} +Provides: tex(uniheic0.tfm) = %{tl_version} +Provides: tex(uniheic1.tfm) = %{tl_version} +Provides: tex(uniheic2.tfm) = %{tl_version} +Provides: tex(uniheic3.tfm) = %{tl_version} +Provides: tex(uniheic4.tfm) = %{tl_version} +Provides: tex(uniheic5.tfm) = %{tl_version} +Provides: tex(uniheic6.tfm) = %{tl_version} +Provides: tex(uniheic7.tfm) = %{tl_version} +Provides: tex(uniheic8.tfm) = %{tl_version} +Provides: tex(uniheic9.tfm) = %{tl_version} +Provides: tex(uniheica.tfm) = %{tl_version} +Provides: tex(uniheicb.tfm) = %{tl_version} +Provides: tex(uniheicc.tfm) = %{tl_version} +Provides: tex(uniheicd.tfm) = %{tl_version} +Provides: tex(uniheice.tfm) = %{tl_version} +Provides: tex(uniheicf.tfm) = %{tl_version} +Provides: tex(uniheid0.tfm) = %{tl_version} +Provides: tex(uniheid1.tfm) = %{tl_version} +Provides: tex(uniheid2.tfm) = %{tl_version} +Provides: tex(uniheid3.tfm) = %{tl_version} +Provides: tex(uniheid4.tfm) = %{tl_version} +Provides: tex(uniheid5.tfm) = %{tl_version} +Provides: tex(uniheid6.tfm) = %{tl_version} +Provides: tex(uniheid7.tfm) = %{tl_version} +Provides: tex(uniheid8.tfm) = %{tl_version} +Provides: tex(uniheid9.tfm) = %{tl_version} +Provides: tex(uniheida.tfm) = %{tl_version} +Provides: tex(uniheidb.tfm) = %{tl_version} +Provides: tex(uniheidc.tfm) = %{tl_version} +Provides: tex(uniheidd.tfm) = %{tl_version} +Provides: tex(uniheide.tfm) = %{tl_version} +Provides: tex(uniheidf.tfm) = %{tl_version} +Provides: tex(uniheie0.tfm) = %{tl_version} +Provides: tex(uniheie1.tfm) = %{tl_version} +Provides: tex(uniheie2.tfm) = %{tl_version} +Provides: tex(uniheie3.tfm) = %{tl_version} +Provides: tex(uniheie4.tfm) = %{tl_version} +Provides: tex(uniheie5.tfm) = %{tl_version} +Provides: tex(uniheie6.tfm) = %{tl_version} +Provides: tex(uniheie7.tfm) = %{tl_version} +Provides: tex(uniheie8.tfm) = %{tl_version} +Provides: tex(uniheie9.tfm) = %{tl_version} +Provides: tex(uniheiea.tfm) = %{tl_version} +Provides: tex(uniheieb.tfm) = %{tl_version} +Provides: tex(uniheiec.tfm) = %{tl_version} +Provides: tex(uniheied.tfm) = %{tl_version} +Provides: tex(uniheiee.tfm) = %{tl_version} +Provides: tex(uniheief.tfm) = %{tl_version} +Provides: tex(uniheif0.tfm) = %{tl_version} +Provides: tex(uniheif1.tfm) = %{tl_version} +Provides: tex(uniheif2.tfm) = %{tl_version} +Provides: tex(uniheif3.tfm) = %{tl_version} +Provides: tex(uniheif4.tfm) = %{tl_version} +Provides: tex(uniheif5.tfm) = %{tl_version} +Provides: tex(uniheif6.tfm) = %{tl_version} +Provides: tex(uniheif7.tfm) = %{tl_version} +Provides: tex(uniheif8.tfm) = %{tl_version} +Provides: tex(uniheif9.tfm) = %{tl_version} +Provides: tex(uniheifa.tfm) = %{tl_version} +Provides: tex(uniheifb.tfm) = %{tl_version} +Provides: tex(uniheifc.tfm) = %{tl_version} +Provides: tex(uniheifd.tfm) = %{tl_version} +Provides: tex(uniheife.tfm) = %{tl_version} +Provides: tex(uniheiff.tfm) = %{tl_version} +Provides: tex(uniheisl00.tfm) = %{tl_version} +Provides: tex(uniheisl01.tfm) = %{tl_version} +Provides: tex(uniheisl02.tfm) = %{tl_version} +Provides: tex(uniheisl03.tfm) = %{tl_version} +Provides: tex(uniheisl04.tfm) = %{tl_version} +Provides: tex(uniheisl05.tfm) = %{tl_version} +Provides: tex(uniheisl06.tfm) = %{tl_version} +Provides: tex(uniheisl07.tfm) = %{tl_version} +Provides: tex(uniheisl08.tfm) = %{tl_version} +Provides: tex(uniheisl09.tfm) = %{tl_version} +Provides: tex(uniheisl0a.tfm) = %{tl_version} +Provides: tex(uniheisl0b.tfm) = %{tl_version} +Provides: tex(uniheisl0c.tfm) = %{tl_version} +Provides: tex(uniheisl0d.tfm) = %{tl_version} +Provides: tex(uniheisl0e.tfm) = %{tl_version} +Provides: tex(uniheisl0f.tfm) = %{tl_version} +Provides: tex(uniheisl10.tfm) = %{tl_version} +Provides: tex(uniheisl11.tfm) = %{tl_version} +Provides: tex(uniheisl12.tfm) = %{tl_version} +Provides: tex(uniheisl13.tfm) = %{tl_version} +Provides: tex(uniheisl14.tfm) = %{tl_version} +Provides: tex(uniheisl15.tfm) = %{tl_version} +Provides: tex(uniheisl16.tfm) = %{tl_version} +Provides: tex(uniheisl17.tfm) = %{tl_version} +Provides: tex(uniheisl18.tfm) = %{tl_version} +Provides: tex(uniheisl19.tfm) = %{tl_version} +Provides: tex(uniheisl1a.tfm) = %{tl_version} +Provides: tex(uniheisl1b.tfm) = %{tl_version} +Provides: tex(uniheisl1c.tfm) = %{tl_version} +Provides: tex(uniheisl1d.tfm) = %{tl_version} +Provides: tex(uniheisl1e.tfm) = %{tl_version} +Provides: tex(uniheisl1f.tfm) = %{tl_version} +Provides: tex(uniheisl20.tfm) = %{tl_version} +Provides: tex(uniheisl21.tfm) = %{tl_version} +Provides: tex(uniheisl22.tfm) = %{tl_version} +Provides: tex(uniheisl23.tfm) = %{tl_version} +Provides: tex(uniheisl24.tfm) = %{tl_version} +Provides: tex(uniheisl25.tfm) = %{tl_version} +Provides: tex(uniheisl26.tfm) = %{tl_version} +Provides: tex(uniheisl27.tfm) = %{tl_version} +Provides: tex(uniheisl28.tfm) = %{tl_version} +Provides: tex(uniheisl29.tfm) = %{tl_version} +Provides: tex(uniheisl2a.tfm) = %{tl_version} +Provides: tex(uniheisl2b.tfm) = %{tl_version} +Provides: tex(uniheisl2c.tfm) = %{tl_version} +Provides: tex(uniheisl2d.tfm) = %{tl_version} +Provides: tex(uniheisl2e.tfm) = %{tl_version} +Provides: tex(uniheisl2f.tfm) = %{tl_version} +Provides: tex(uniheisl30.tfm) = %{tl_version} +Provides: tex(uniheisl31.tfm) = %{tl_version} +Provides: tex(uniheisl32.tfm) = %{tl_version} +Provides: tex(uniheisl33.tfm) = %{tl_version} +Provides: tex(uniheisl34.tfm) = %{tl_version} +Provides: tex(uniheisl35.tfm) = %{tl_version} +Provides: tex(uniheisl36.tfm) = %{tl_version} +Provides: tex(uniheisl37.tfm) = %{tl_version} +Provides: tex(uniheisl38.tfm) = %{tl_version} +Provides: tex(uniheisl39.tfm) = %{tl_version} +Provides: tex(uniheisl3a.tfm) = %{tl_version} +Provides: tex(uniheisl3b.tfm) = %{tl_version} +Provides: tex(uniheisl3c.tfm) = %{tl_version} +Provides: tex(uniheisl3d.tfm) = %{tl_version} +Provides: tex(uniheisl3e.tfm) = %{tl_version} +Provides: tex(uniheisl3f.tfm) = %{tl_version} +Provides: tex(uniheisl40.tfm) = %{tl_version} +Provides: tex(uniheisl41.tfm) = %{tl_version} +Provides: tex(uniheisl42.tfm) = %{tl_version} +Provides: tex(uniheisl43.tfm) = %{tl_version} +Provides: tex(uniheisl44.tfm) = %{tl_version} +Provides: tex(uniheisl45.tfm) = %{tl_version} +Provides: tex(uniheisl46.tfm) = %{tl_version} +Provides: tex(uniheisl47.tfm) = %{tl_version} +Provides: tex(uniheisl48.tfm) = %{tl_version} +Provides: tex(uniheisl49.tfm) = %{tl_version} +Provides: tex(uniheisl4a.tfm) = %{tl_version} +Provides: tex(uniheisl4b.tfm) = %{tl_version} +Provides: tex(uniheisl4c.tfm) = %{tl_version} +Provides: tex(uniheisl4d.tfm) = %{tl_version} +Provides: tex(uniheisl4e.tfm) = %{tl_version} +Provides: tex(uniheisl4f.tfm) = %{tl_version} +Provides: tex(uniheisl50.tfm) = %{tl_version} +Provides: tex(uniheisl51.tfm) = %{tl_version} +Provides: tex(uniheisl52.tfm) = %{tl_version} +Provides: tex(uniheisl53.tfm) = %{tl_version} +Provides: tex(uniheisl54.tfm) = %{tl_version} +Provides: tex(uniheisl55.tfm) = %{tl_version} +Provides: tex(uniheisl56.tfm) = %{tl_version} +Provides: tex(uniheisl57.tfm) = %{tl_version} +Provides: tex(uniheisl58.tfm) = %{tl_version} +Provides: tex(uniheisl59.tfm) = %{tl_version} +Provides: tex(uniheisl5a.tfm) = %{tl_version} +Provides: tex(uniheisl5b.tfm) = %{tl_version} +Provides: tex(uniheisl5c.tfm) = %{tl_version} +Provides: tex(uniheisl5d.tfm) = %{tl_version} +Provides: tex(uniheisl5e.tfm) = %{tl_version} +Provides: tex(uniheisl5f.tfm) = %{tl_version} +Provides: tex(uniheisl60.tfm) = %{tl_version} +Provides: tex(uniheisl61.tfm) = %{tl_version} +Provides: tex(uniheisl62.tfm) = %{tl_version} +Provides: tex(uniheisl63.tfm) = %{tl_version} +Provides: tex(uniheisl64.tfm) = %{tl_version} +Provides: tex(uniheisl65.tfm) = %{tl_version} +Provides: tex(uniheisl66.tfm) = %{tl_version} +Provides: tex(uniheisl67.tfm) = %{tl_version} +Provides: tex(uniheisl68.tfm) = %{tl_version} +Provides: tex(uniheisl69.tfm) = %{tl_version} +Provides: tex(uniheisl6a.tfm) = %{tl_version} +Provides: tex(uniheisl6b.tfm) = %{tl_version} +Provides: tex(uniheisl6c.tfm) = %{tl_version} +Provides: tex(uniheisl6d.tfm) = %{tl_version} +Provides: tex(uniheisl6e.tfm) = %{tl_version} +Provides: tex(uniheisl6f.tfm) = %{tl_version} +Provides: tex(uniheisl70.tfm) = %{tl_version} +Provides: tex(uniheisl71.tfm) = %{tl_version} +Provides: tex(uniheisl72.tfm) = %{tl_version} +Provides: tex(uniheisl73.tfm) = %{tl_version} +Provides: tex(uniheisl74.tfm) = %{tl_version} +Provides: tex(uniheisl75.tfm) = %{tl_version} +Provides: tex(uniheisl76.tfm) = %{tl_version} +Provides: tex(uniheisl77.tfm) = %{tl_version} +Provides: tex(uniheisl78.tfm) = %{tl_version} +Provides: tex(uniheisl79.tfm) = %{tl_version} +Provides: tex(uniheisl7a.tfm) = %{tl_version} +Provides: tex(uniheisl7b.tfm) = %{tl_version} +Provides: tex(uniheisl7c.tfm) = %{tl_version} +Provides: tex(uniheisl7d.tfm) = %{tl_version} +Provides: tex(uniheisl7e.tfm) = %{tl_version} +Provides: tex(uniheisl7f.tfm) = %{tl_version} +Provides: tex(uniheisl80.tfm) = %{tl_version} +Provides: tex(uniheisl81.tfm) = %{tl_version} +Provides: tex(uniheisl82.tfm) = %{tl_version} +Provides: tex(uniheisl83.tfm) = %{tl_version} +Provides: tex(uniheisl84.tfm) = %{tl_version} +Provides: tex(uniheisl85.tfm) = %{tl_version} +Provides: tex(uniheisl86.tfm) = %{tl_version} +Provides: tex(uniheisl87.tfm) = %{tl_version} +Provides: tex(uniheisl88.tfm) = %{tl_version} +Provides: tex(uniheisl89.tfm) = %{tl_version} +Provides: tex(uniheisl8a.tfm) = %{tl_version} +Provides: tex(uniheisl8b.tfm) = %{tl_version} +Provides: tex(uniheisl8c.tfm) = %{tl_version} +Provides: tex(uniheisl8d.tfm) = %{tl_version} +Provides: tex(uniheisl8e.tfm) = %{tl_version} +Provides: tex(uniheisl8f.tfm) = %{tl_version} +Provides: tex(uniheisl90.tfm) = %{tl_version} +Provides: tex(uniheisl91.tfm) = %{tl_version} +Provides: tex(uniheisl92.tfm) = %{tl_version} +Provides: tex(uniheisl93.tfm) = %{tl_version} +Provides: tex(uniheisl94.tfm) = %{tl_version} +Provides: tex(uniheisl95.tfm) = %{tl_version} +Provides: tex(uniheisl96.tfm) = %{tl_version} +Provides: tex(uniheisl97.tfm) = %{tl_version} +Provides: tex(uniheisl98.tfm) = %{tl_version} +Provides: tex(uniheisl99.tfm) = %{tl_version} +Provides: tex(uniheisl9a.tfm) = %{tl_version} +Provides: tex(uniheisl9b.tfm) = %{tl_version} +Provides: tex(uniheisl9c.tfm) = %{tl_version} +Provides: tex(uniheisl9d.tfm) = %{tl_version} +Provides: tex(uniheisl9e.tfm) = %{tl_version} +Provides: tex(uniheisl9f.tfm) = %{tl_version} +Provides: tex(uniheisla0.tfm) = %{tl_version} +Provides: tex(uniheisla1.tfm) = %{tl_version} +Provides: tex(uniheisla2.tfm) = %{tl_version} +Provides: tex(uniheisla3.tfm) = %{tl_version} +Provides: tex(uniheisla4.tfm) = %{tl_version} +Provides: tex(uniheisla5.tfm) = %{tl_version} +Provides: tex(uniheisla6.tfm) = %{tl_version} +Provides: tex(uniheisla7.tfm) = %{tl_version} +Provides: tex(uniheisla8.tfm) = %{tl_version} +Provides: tex(uniheisla9.tfm) = %{tl_version} +Provides: tex(uniheislaa.tfm) = %{tl_version} +Provides: tex(uniheislab.tfm) = %{tl_version} +Provides: tex(uniheislac.tfm) = %{tl_version} +Provides: tex(uniheislad.tfm) = %{tl_version} +Provides: tex(uniheislae.tfm) = %{tl_version} +Provides: tex(uniheislaf.tfm) = %{tl_version} +Provides: tex(uniheislb0.tfm) = %{tl_version} +Provides: tex(uniheislb1.tfm) = %{tl_version} +Provides: tex(uniheislb2.tfm) = %{tl_version} +Provides: tex(uniheislb3.tfm) = %{tl_version} +Provides: tex(uniheislb4.tfm) = %{tl_version} +Provides: tex(uniheislb5.tfm) = %{tl_version} +Provides: tex(uniheislb6.tfm) = %{tl_version} +Provides: tex(uniheislb7.tfm) = %{tl_version} +Provides: tex(uniheislb8.tfm) = %{tl_version} +Provides: tex(uniheislb9.tfm) = %{tl_version} +Provides: tex(uniheislba.tfm) = %{tl_version} +Provides: tex(uniheislbb.tfm) = %{tl_version} +Provides: tex(uniheislbc.tfm) = %{tl_version} +Provides: tex(uniheislbd.tfm) = %{tl_version} +Provides: tex(uniheislbe.tfm) = %{tl_version} +Provides: tex(uniheislbf.tfm) = %{tl_version} +Provides: tex(uniheislc0.tfm) = %{tl_version} +Provides: tex(uniheislc1.tfm) = %{tl_version} +Provides: tex(uniheislc2.tfm) = %{tl_version} +Provides: tex(uniheislc3.tfm) = %{tl_version} +Provides: tex(uniheislc4.tfm) = %{tl_version} +Provides: tex(uniheislc5.tfm) = %{tl_version} +Provides: tex(uniheislc6.tfm) = %{tl_version} +Provides: tex(uniheislc7.tfm) = %{tl_version} +Provides: tex(uniheislc8.tfm) = %{tl_version} +Provides: tex(uniheislc9.tfm) = %{tl_version} +Provides: tex(uniheislca.tfm) = %{tl_version} +Provides: tex(uniheislcb.tfm) = %{tl_version} +Provides: tex(uniheislcc.tfm) = %{tl_version} +Provides: tex(uniheislcd.tfm) = %{tl_version} +Provides: tex(uniheislce.tfm) = %{tl_version} +Provides: tex(uniheislcf.tfm) = %{tl_version} +Provides: tex(uniheisld0.tfm) = %{tl_version} +Provides: tex(uniheisld1.tfm) = %{tl_version} +Provides: tex(uniheisld2.tfm) = %{tl_version} +Provides: tex(uniheisld3.tfm) = %{tl_version} +Provides: tex(uniheisld4.tfm) = %{tl_version} +Provides: tex(uniheisld5.tfm) = %{tl_version} +Provides: tex(uniheisld6.tfm) = %{tl_version} +Provides: tex(uniheisld7.tfm) = %{tl_version} +Provides: tex(uniheisld8.tfm) = %{tl_version} +Provides: tex(uniheisld9.tfm) = %{tl_version} +Provides: tex(uniheislda.tfm) = %{tl_version} +Provides: tex(uniheisldb.tfm) = %{tl_version} +Provides: tex(uniheisldc.tfm) = %{tl_version} +Provides: tex(uniheisldd.tfm) = %{tl_version} +Provides: tex(uniheislde.tfm) = %{tl_version} +Provides: tex(uniheisldf.tfm) = %{tl_version} +Provides: tex(uniheisle0.tfm) = %{tl_version} +Provides: tex(uniheisle1.tfm) = %{tl_version} +Provides: tex(uniheisle2.tfm) = %{tl_version} +Provides: tex(uniheisle3.tfm) = %{tl_version} +Provides: tex(uniheisle4.tfm) = %{tl_version} +Provides: tex(uniheisle5.tfm) = %{tl_version} +Provides: tex(uniheisle6.tfm) = %{tl_version} +Provides: tex(uniheisle7.tfm) = %{tl_version} +Provides: tex(uniheisle8.tfm) = %{tl_version} +Provides: tex(uniheisle9.tfm) = %{tl_version} +Provides: tex(uniheislea.tfm) = %{tl_version} +Provides: tex(uniheisleb.tfm) = %{tl_version} +Provides: tex(uniheislec.tfm) = %{tl_version} +Provides: tex(uniheisled.tfm) = %{tl_version} +Provides: tex(uniheislee.tfm) = %{tl_version} +Provides: tex(uniheislef.tfm) = %{tl_version} +Provides: tex(uniheislf0.tfm) = %{tl_version} +Provides: tex(uniheislf1.tfm) = %{tl_version} +Provides: tex(uniheislf2.tfm) = %{tl_version} +Provides: tex(uniheislf3.tfm) = %{tl_version} +Provides: tex(uniheislf4.tfm) = %{tl_version} +Provides: tex(uniheislf5.tfm) = %{tl_version} +Provides: tex(uniheislf6.tfm) = %{tl_version} +Provides: tex(uniheislf7.tfm) = %{tl_version} +Provides: tex(uniheislf8.tfm) = %{tl_version} +Provides: tex(uniheislf9.tfm) = %{tl_version} +Provides: tex(uniheislfa.tfm) = %{tl_version} +Provides: tex(uniheislfb.tfm) = %{tl_version} +Provides: tex(uniheislfc.tfm) = %{tl_version} +Provides: tex(uniheislfd.tfm) = %{tl_version} +Provides: tex(uniheislfe.tfm) = %{tl_version} +Provides: tex(uniheislff.tfm) = %{tl_version} +Provides: tex(unikai00.tfm) = %{tl_version} +Provides: tex(unikai01.tfm) = %{tl_version} +Provides: tex(unikai02.tfm) = %{tl_version} +Provides: tex(unikai03.tfm) = %{tl_version} +Provides: tex(unikai04.tfm) = %{tl_version} +Provides: tex(unikai05.tfm) = %{tl_version} +Provides: tex(unikai06.tfm) = %{tl_version} +Provides: tex(unikai07.tfm) = %{tl_version} +Provides: tex(unikai08.tfm) = %{tl_version} +Provides: tex(unikai09.tfm) = %{tl_version} +Provides: tex(unikai0a.tfm) = %{tl_version} +Provides: tex(unikai0b.tfm) = %{tl_version} +Provides: tex(unikai0c.tfm) = %{tl_version} +Provides: tex(unikai0d.tfm) = %{tl_version} +Provides: tex(unikai0e.tfm) = %{tl_version} +Provides: tex(unikai0f.tfm) = %{tl_version} +Provides: tex(unikai10.tfm) = %{tl_version} +Provides: tex(unikai11.tfm) = %{tl_version} +Provides: tex(unikai12.tfm) = %{tl_version} +Provides: tex(unikai13.tfm) = %{tl_version} +Provides: tex(unikai14.tfm) = %{tl_version} +Provides: tex(unikai15.tfm) = %{tl_version} +Provides: tex(unikai16.tfm) = %{tl_version} +Provides: tex(unikai17.tfm) = %{tl_version} +Provides: tex(unikai18.tfm) = %{tl_version} +Provides: tex(unikai19.tfm) = %{tl_version} +Provides: tex(unikai1a.tfm) = %{tl_version} +Provides: tex(unikai1b.tfm) = %{tl_version} +Provides: tex(unikai1c.tfm) = %{tl_version} +Provides: tex(unikai1d.tfm) = %{tl_version} +Provides: tex(unikai1e.tfm) = %{tl_version} +Provides: tex(unikai1f.tfm) = %{tl_version} +Provides: tex(unikai20.tfm) = %{tl_version} +Provides: tex(unikai21.tfm) = %{tl_version} +Provides: tex(unikai22.tfm) = %{tl_version} +Provides: tex(unikai23.tfm) = %{tl_version} +Provides: tex(unikai24.tfm) = %{tl_version} +Provides: tex(unikai25.tfm) = %{tl_version} +Provides: tex(unikai26.tfm) = %{tl_version} +Provides: tex(unikai27.tfm) = %{tl_version} +Provides: tex(unikai28.tfm) = %{tl_version} +Provides: tex(unikai29.tfm) = %{tl_version} +Provides: tex(unikai2a.tfm) = %{tl_version} +Provides: tex(unikai2b.tfm) = %{tl_version} +Provides: tex(unikai2c.tfm) = %{tl_version} +Provides: tex(unikai2d.tfm) = %{tl_version} +Provides: tex(unikai2e.tfm) = %{tl_version} +Provides: tex(unikai2f.tfm) = %{tl_version} +Provides: tex(unikai30.tfm) = %{tl_version} +Provides: tex(unikai31.tfm) = %{tl_version} +Provides: tex(unikai32.tfm) = %{tl_version} +Provides: tex(unikai33.tfm) = %{tl_version} +Provides: tex(unikai34.tfm) = %{tl_version} +Provides: tex(unikai35.tfm) = %{tl_version} +Provides: tex(unikai36.tfm) = %{tl_version} +Provides: tex(unikai37.tfm) = %{tl_version} +Provides: tex(unikai38.tfm) = %{tl_version} +Provides: tex(unikai39.tfm) = %{tl_version} +Provides: tex(unikai3a.tfm) = %{tl_version} +Provides: tex(unikai3b.tfm) = %{tl_version} +Provides: tex(unikai3c.tfm) = %{tl_version} +Provides: tex(unikai3d.tfm) = %{tl_version} +Provides: tex(unikai3e.tfm) = %{tl_version} +Provides: tex(unikai3f.tfm) = %{tl_version} +Provides: tex(unikai40.tfm) = %{tl_version} +Provides: tex(unikai41.tfm) = %{tl_version} +Provides: tex(unikai42.tfm) = %{tl_version} +Provides: tex(unikai43.tfm) = %{tl_version} +Provides: tex(unikai44.tfm) = %{tl_version} +Provides: tex(unikai45.tfm) = %{tl_version} +Provides: tex(unikai46.tfm) = %{tl_version} +Provides: tex(unikai47.tfm) = %{tl_version} +Provides: tex(unikai48.tfm) = %{tl_version} +Provides: tex(unikai49.tfm) = %{tl_version} +Provides: tex(unikai4a.tfm) = %{tl_version} +Provides: tex(unikai4b.tfm) = %{tl_version} +Provides: tex(unikai4c.tfm) = %{tl_version} +Provides: tex(unikai4d.tfm) = %{tl_version} +Provides: tex(unikai4e.tfm) = %{tl_version} +Provides: tex(unikai4f.tfm) = %{tl_version} +Provides: tex(unikai50.tfm) = %{tl_version} +Provides: tex(unikai51.tfm) = %{tl_version} +Provides: tex(unikai52.tfm) = %{tl_version} +Provides: tex(unikai53.tfm) = %{tl_version} +Provides: tex(unikai54.tfm) = %{tl_version} +Provides: tex(unikai55.tfm) = %{tl_version} +Provides: tex(unikai56.tfm) = %{tl_version} +Provides: tex(unikai57.tfm) = %{tl_version} +Provides: tex(unikai58.tfm) = %{tl_version} +Provides: tex(unikai59.tfm) = %{tl_version} +Provides: tex(unikai5a.tfm) = %{tl_version} +Provides: tex(unikai5b.tfm) = %{tl_version} +Provides: tex(unikai5c.tfm) = %{tl_version} +Provides: tex(unikai5d.tfm) = %{tl_version} +Provides: tex(unikai5e.tfm) = %{tl_version} +Provides: tex(unikai5f.tfm) = %{tl_version} +Provides: tex(unikai60.tfm) = %{tl_version} +Provides: tex(unikai61.tfm) = %{tl_version} +Provides: tex(unikai62.tfm) = %{tl_version} +Provides: tex(unikai63.tfm) = %{tl_version} +Provides: tex(unikai64.tfm) = %{tl_version} +Provides: tex(unikai65.tfm) = %{tl_version} +Provides: tex(unikai66.tfm) = %{tl_version} +Provides: tex(unikai67.tfm) = %{tl_version} +Provides: tex(unikai68.tfm) = %{tl_version} +Provides: tex(unikai69.tfm) = %{tl_version} +Provides: tex(unikai6a.tfm) = %{tl_version} +Provides: tex(unikai6b.tfm) = %{tl_version} +Provides: tex(unikai6c.tfm) = %{tl_version} +Provides: tex(unikai6d.tfm) = %{tl_version} +Provides: tex(unikai6e.tfm) = %{tl_version} +Provides: tex(unikai6f.tfm) = %{tl_version} +Provides: tex(unikai70.tfm) = %{tl_version} +Provides: tex(unikai71.tfm) = %{tl_version} +Provides: tex(unikai72.tfm) = %{tl_version} +Provides: tex(unikai73.tfm) = %{tl_version} +Provides: tex(unikai74.tfm) = %{tl_version} +Provides: tex(unikai75.tfm) = %{tl_version} +Provides: tex(unikai76.tfm) = %{tl_version} +Provides: tex(unikai77.tfm) = %{tl_version} +Provides: tex(unikai78.tfm) = %{tl_version} +Provides: tex(unikai79.tfm) = %{tl_version} +Provides: tex(unikai7a.tfm) = %{tl_version} +Provides: tex(unikai7b.tfm) = %{tl_version} +Provides: tex(unikai7c.tfm) = %{tl_version} +Provides: tex(unikai7d.tfm) = %{tl_version} +Provides: tex(unikai7e.tfm) = %{tl_version} +Provides: tex(unikai7f.tfm) = %{tl_version} +Provides: tex(unikai80.tfm) = %{tl_version} +Provides: tex(unikai81.tfm) = %{tl_version} +Provides: tex(unikai82.tfm) = %{tl_version} +Provides: tex(unikai83.tfm) = %{tl_version} +Provides: tex(unikai84.tfm) = %{tl_version} +Provides: tex(unikai85.tfm) = %{tl_version} +Provides: tex(unikai86.tfm) = %{tl_version} +Provides: tex(unikai87.tfm) = %{tl_version} +Provides: tex(unikai88.tfm) = %{tl_version} +Provides: tex(unikai89.tfm) = %{tl_version} +Provides: tex(unikai8a.tfm) = %{tl_version} +Provides: tex(unikai8b.tfm) = %{tl_version} +Provides: tex(unikai8c.tfm) = %{tl_version} +Provides: tex(unikai8d.tfm) = %{tl_version} +Provides: tex(unikai8e.tfm) = %{tl_version} +Provides: tex(unikai8f.tfm) = %{tl_version} +Provides: tex(unikai90.tfm) = %{tl_version} +Provides: tex(unikai91.tfm) = %{tl_version} +Provides: tex(unikai92.tfm) = %{tl_version} +Provides: tex(unikai93.tfm) = %{tl_version} +Provides: tex(unikai94.tfm) = %{tl_version} +Provides: tex(unikai95.tfm) = %{tl_version} +Provides: tex(unikai96.tfm) = %{tl_version} +Provides: tex(unikai97.tfm) = %{tl_version} +Provides: tex(unikai98.tfm) = %{tl_version} +Provides: tex(unikai99.tfm) = %{tl_version} +Provides: tex(unikai9a.tfm) = %{tl_version} +Provides: tex(unikai9b.tfm) = %{tl_version} +Provides: tex(unikai9c.tfm) = %{tl_version} +Provides: tex(unikai9d.tfm) = %{tl_version} +Provides: tex(unikai9e.tfm) = %{tl_version} +Provides: tex(unikai9f.tfm) = %{tl_version} +Provides: tex(unikaia0.tfm) = %{tl_version} +Provides: tex(unikaia1.tfm) = %{tl_version} +Provides: tex(unikaia2.tfm) = %{tl_version} +Provides: tex(unikaia3.tfm) = %{tl_version} +Provides: tex(unikaia4.tfm) = %{tl_version} +Provides: tex(unikaia5.tfm) = %{tl_version} +Provides: tex(unikaia6.tfm) = %{tl_version} +Provides: tex(unikaia7.tfm) = %{tl_version} +Provides: tex(unikaia8.tfm) = %{tl_version} +Provides: tex(unikaia9.tfm) = %{tl_version} +Provides: tex(unikaiaa.tfm) = %{tl_version} +Provides: tex(unikaiab.tfm) = %{tl_version} +Provides: tex(unikaiac.tfm) = %{tl_version} +Provides: tex(unikaiad.tfm) = %{tl_version} +Provides: tex(unikaiae.tfm) = %{tl_version} +Provides: tex(unikaiaf.tfm) = %{tl_version} +Provides: tex(unikaib0.tfm) = %{tl_version} +Provides: tex(unikaib1.tfm) = %{tl_version} +Provides: tex(unikaib2.tfm) = %{tl_version} +Provides: tex(unikaib3.tfm) = %{tl_version} +Provides: tex(unikaib4.tfm) = %{tl_version} +Provides: tex(unikaib5.tfm) = %{tl_version} +Provides: tex(unikaib6.tfm) = %{tl_version} +Provides: tex(unikaib7.tfm) = %{tl_version} +Provides: tex(unikaib8.tfm) = %{tl_version} +Provides: tex(unikaib9.tfm) = %{tl_version} +Provides: tex(unikaiba.tfm) = %{tl_version} +Provides: tex(unikaibb.tfm) = %{tl_version} +Provides: tex(unikaibc.tfm) = %{tl_version} +Provides: tex(unikaibd.tfm) = %{tl_version} +Provides: tex(unikaibe.tfm) = %{tl_version} +Provides: tex(unikaibf.tfm) = %{tl_version} +Provides: tex(unikaic0.tfm) = %{tl_version} +Provides: tex(unikaic1.tfm) = %{tl_version} +Provides: tex(unikaic2.tfm) = %{tl_version} +Provides: tex(unikaic3.tfm) = %{tl_version} +Provides: tex(unikaic4.tfm) = %{tl_version} +Provides: tex(unikaic5.tfm) = %{tl_version} +Provides: tex(unikaic6.tfm) = %{tl_version} +Provides: tex(unikaic7.tfm) = %{tl_version} +Provides: tex(unikaic8.tfm) = %{tl_version} +Provides: tex(unikaic9.tfm) = %{tl_version} +Provides: tex(unikaica.tfm) = %{tl_version} +Provides: tex(unikaicb.tfm) = %{tl_version} +Provides: tex(unikaicc.tfm) = %{tl_version} +Provides: tex(unikaicd.tfm) = %{tl_version} +Provides: tex(unikaice.tfm) = %{tl_version} +Provides: tex(unikaicf.tfm) = %{tl_version} +Provides: tex(unikaid0.tfm) = %{tl_version} +Provides: tex(unikaid1.tfm) = %{tl_version} +Provides: tex(unikaid2.tfm) = %{tl_version} +Provides: tex(unikaid3.tfm) = %{tl_version} +Provides: tex(unikaid4.tfm) = %{tl_version} +Provides: tex(unikaid5.tfm) = %{tl_version} +Provides: tex(unikaid6.tfm) = %{tl_version} +Provides: tex(unikaid7.tfm) = %{tl_version} +Provides: tex(unikaid8.tfm) = %{tl_version} +Provides: tex(unikaid9.tfm) = %{tl_version} +Provides: tex(unikaida.tfm) = %{tl_version} +Provides: tex(unikaidb.tfm) = %{tl_version} +Provides: tex(unikaidc.tfm) = %{tl_version} +Provides: tex(unikaidd.tfm) = %{tl_version} +Provides: tex(unikaide.tfm) = %{tl_version} +Provides: tex(unikaidf.tfm) = %{tl_version} +Provides: tex(unikaie0.tfm) = %{tl_version} +Provides: tex(unikaie1.tfm) = %{tl_version} +Provides: tex(unikaie2.tfm) = %{tl_version} +Provides: tex(unikaie3.tfm) = %{tl_version} +Provides: tex(unikaie4.tfm) = %{tl_version} +Provides: tex(unikaie5.tfm) = %{tl_version} +Provides: tex(unikaie6.tfm) = %{tl_version} +Provides: tex(unikaie7.tfm) = %{tl_version} +Provides: tex(unikaie8.tfm) = %{tl_version} +Provides: tex(unikaie9.tfm) = %{tl_version} +Provides: tex(unikaiea.tfm) = %{tl_version} +Provides: tex(unikaieb.tfm) = %{tl_version} +Provides: tex(unikaiec.tfm) = %{tl_version} +Provides: tex(unikaied.tfm) = %{tl_version} +Provides: tex(unikaiee.tfm) = %{tl_version} +Provides: tex(unikaief.tfm) = %{tl_version} +Provides: tex(unikaif0.tfm) = %{tl_version} +Provides: tex(unikaif1.tfm) = %{tl_version} +Provides: tex(unikaif2.tfm) = %{tl_version} +Provides: tex(unikaif3.tfm) = %{tl_version} +Provides: tex(unikaif4.tfm) = %{tl_version} +Provides: tex(unikaif5.tfm) = %{tl_version} +Provides: tex(unikaif6.tfm) = %{tl_version} +Provides: tex(unikaif7.tfm) = %{tl_version} +Provides: tex(unikaif8.tfm) = %{tl_version} +Provides: tex(unikaif9.tfm) = %{tl_version} +Provides: tex(unikaifa.tfm) = %{tl_version} +Provides: tex(unikaifb.tfm) = %{tl_version} +Provides: tex(unikaifc.tfm) = %{tl_version} +Provides: tex(unikaifd.tfm) = %{tl_version} +Provides: tex(unikaife.tfm) = %{tl_version} +Provides: tex(unikaiff.tfm) = %{tl_version} +Provides: tex(unikaisl00.tfm) = %{tl_version} +Provides: tex(unikaisl01.tfm) = %{tl_version} +Provides: tex(unikaisl02.tfm) = %{tl_version} +Provides: tex(unikaisl03.tfm) = %{tl_version} +Provides: tex(unikaisl04.tfm) = %{tl_version} +Provides: tex(unikaisl05.tfm) = %{tl_version} +Provides: tex(unikaisl06.tfm) = %{tl_version} +Provides: tex(unikaisl07.tfm) = %{tl_version} +Provides: tex(unikaisl08.tfm) = %{tl_version} +Provides: tex(unikaisl09.tfm) = %{tl_version} +Provides: tex(unikaisl0a.tfm) = %{tl_version} +Provides: tex(unikaisl0b.tfm) = %{tl_version} +Provides: tex(unikaisl0c.tfm) = %{tl_version} +Provides: tex(unikaisl0d.tfm) = %{tl_version} +Provides: tex(unikaisl0e.tfm) = %{tl_version} +Provides: tex(unikaisl0f.tfm) = %{tl_version} +Provides: tex(unikaisl10.tfm) = %{tl_version} +Provides: tex(unikaisl11.tfm) = %{tl_version} +Provides: tex(unikaisl12.tfm) = %{tl_version} +Provides: tex(unikaisl13.tfm) = %{tl_version} +Provides: tex(unikaisl14.tfm) = %{tl_version} +Provides: tex(unikaisl15.tfm) = %{tl_version} +Provides: tex(unikaisl16.tfm) = %{tl_version} +Provides: tex(unikaisl17.tfm) = %{tl_version} +Provides: tex(unikaisl18.tfm) = %{tl_version} +Provides: tex(unikaisl19.tfm) = %{tl_version} +Provides: tex(unikaisl1a.tfm) = %{tl_version} +Provides: tex(unikaisl1b.tfm) = %{tl_version} +Provides: tex(unikaisl1c.tfm) = %{tl_version} +Provides: tex(unikaisl1d.tfm) = %{tl_version} +Provides: tex(unikaisl1e.tfm) = %{tl_version} +Provides: tex(unikaisl1f.tfm) = %{tl_version} +Provides: tex(unikaisl20.tfm) = %{tl_version} +Provides: tex(unikaisl21.tfm) = %{tl_version} +Provides: tex(unikaisl22.tfm) = %{tl_version} +Provides: tex(unikaisl23.tfm) = %{tl_version} +Provides: tex(unikaisl24.tfm) = %{tl_version} +Provides: tex(unikaisl25.tfm) = %{tl_version} +Provides: tex(unikaisl26.tfm) = %{tl_version} +Provides: tex(unikaisl27.tfm) = %{tl_version} +Provides: tex(unikaisl28.tfm) = %{tl_version} +Provides: tex(unikaisl29.tfm) = %{tl_version} +Provides: tex(unikaisl2a.tfm) = %{tl_version} +Provides: tex(unikaisl2b.tfm) = %{tl_version} +Provides: tex(unikaisl2c.tfm) = %{tl_version} +Provides: tex(unikaisl2d.tfm) = %{tl_version} +Provides: tex(unikaisl2e.tfm) = %{tl_version} +Provides: tex(unikaisl2f.tfm) = %{tl_version} +Provides: tex(unikaisl30.tfm) = %{tl_version} +Provides: tex(unikaisl31.tfm) = %{tl_version} +Provides: tex(unikaisl32.tfm) = %{tl_version} +Provides: tex(unikaisl33.tfm) = %{tl_version} +Provides: tex(unikaisl34.tfm) = %{tl_version} +Provides: tex(unikaisl35.tfm) = %{tl_version} +Provides: tex(unikaisl36.tfm) = %{tl_version} +Provides: tex(unikaisl37.tfm) = %{tl_version} +Provides: tex(unikaisl38.tfm) = %{tl_version} +Provides: tex(unikaisl39.tfm) = %{tl_version} +Provides: tex(unikaisl3a.tfm) = %{tl_version} +Provides: tex(unikaisl3b.tfm) = %{tl_version} +Provides: tex(unikaisl3c.tfm) = %{tl_version} +Provides: tex(unikaisl3d.tfm) = %{tl_version} +Provides: tex(unikaisl3e.tfm) = %{tl_version} +Provides: tex(unikaisl3f.tfm) = %{tl_version} +Provides: tex(unikaisl40.tfm) = %{tl_version} +Provides: tex(unikaisl41.tfm) = %{tl_version} +Provides: tex(unikaisl42.tfm) = %{tl_version} +Provides: tex(unikaisl43.tfm) = %{tl_version} +Provides: tex(unikaisl44.tfm) = %{tl_version} +Provides: tex(unikaisl45.tfm) = %{tl_version} +Provides: tex(unikaisl46.tfm) = %{tl_version} +Provides: tex(unikaisl47.tfm) = %{tl_version} +Provides: tex(unikaisl48.tfm) = %{tl_version} +Provides: tex(unikaisl49.tfm) = %{tl_version} +Provides: tex(unikaisl4a.tfm) = %{tl_version} +Provides: tex(unikaisl4b.tfm) = %{tl_version} +Provides: tex(unikaisl4c.tfm) = %{tl_version} +Provides: tex(unikaisl4d.tfm) = %{tl_version} +Provides: tex(unikaisl4e.tfm) = %{tl_version} +Provides: tex(unikaisl4f.tfm) = %{tl_version} +Provides: tex(unikaisl50.tfm) = %{tl_version} +Provides: tex(unikaisl51.tfm) = %{tl_version} +Provides: tex(unikaisl52.tfm) = %{tl_version} +Provides: tex(unikaisl53.tfm) = %{tl_version} +Provides: tex(unikaisl54.tfm) = %{tl_version} +Provides: tex(unikaisl55.tfm) = %{tl_version} +Provides: tex(unikaisl56.tfm) = %{tl_version} +Provides: tex(unikaisl57.tfm) = %{tl_version} +Provides: tex(unikaisl58.tfm) = %{tl_version} +Provides: tex(unikaisl59.tfm) = %{tl_version} +Provides: tex(unikaisl5a.tfm) = %{tl_version} +Provides: tex(unikaisl5b.tfm) = %{tl_version} +Provides: tex(unikaisl5c.tfm) = %{tl_version} +Provides: tex(unikaisl5d.tfm) = %{tl_version} +Provides: tex(unikaisl5e.tfm) = %{tl_version} +Provides: tex(unikaisl5f.tfm) = %{tl_version} +Provides: tex(unikaisl60.tfm) = %{tl_version} +Provides: tex(unikaisl61.tfm) = %{tl_version} +Provides: tex(unikaisl62.tfm) = %{tl_version} +Provides: tex(unikaisl63.tfm) = %{tl_version} +Provides: tex(unikaisl64.tfm) = %{tl_version} +Provides: tex(unikaisl65.tfm) = %{tl_version} +Provides: tex(unikaisl66.tfm) = %{tl_version} +Provides: tex(unikaisl67.tfm) = %{tl_version} +Provides: tex(unikaisl68.tfm) = %{tl_version} +Provides: tex(unikaisl69.tfm) = %{tl_version} +Provides: tex(unikaisl6a.tfm) = %{tl_version} +Provides: tex(unikaisl6b.tfm) = %{tl_version} +Provides: tex(unikaisl6c.tfm) = %{tl_version} +Provides: tex(unikaisl6d.tfm) = %{tl_version} +Provides: tex(unikaisl6e.tfm) = %{tl_version} +Provides: tex(unikaisl6f.tfm) = %{tl_version} +Provides: tex(unikaisl70.tfm) = %{tl_version} +Provides: tex(unikaisl71.tfm) = %{tl_version} +Provides: tex(unikaisl72.tfm) = %{tl_version} +Provides: tex(unikaisl73.tfm) = %{tl_version} +Provides: tex(unikaisl74.tfm) = %{tl_version} +Provides: tex(unikaisl75.tfm) = %{tl_version} +Provides: tex(unikaisl76.tfm) = %{tl_version} +Provides: tex(unikaisl77.tfm) = %{tl_version} +Provides: tex(unikaisl78.tfm) = %{tl_version} +Provides: tex(unikaisl79.tfm) = %{tl_version} +Provides: tex(unikaisl7a.tfm) = %{tl_version} +Provides: tex(unikaisl7b.tfm) = %{tl_version} +Provides: tex(unikaisl7c.tfm) = %{tl_version} +Provides: tex(unikaisl7d.tfm) = %{tl_version} +Provides: tex(unikaisl7e.tfm) = %{tl_version} +Provides: tex(unikaisl7f.tfm) = %{tl_version} +Provides: tex(unikaisl80.tfm) = %{tl_version} +Provides: tex(unikaisl81.tfm) = %{tl_version} +Provides: tex(unikaisl82.tfm) = %{tl_version} +Provides: tex(unikaisl83.tfm) = %{tl_version} +Provides: tex(unikaisl84.tfm) = %{tl_version} +Provides: tex(unikaisl85.tfm) = %{tl_version} +Provides: tex(unikaisl86.tfm) = %{tl_version} +Provides: tex(unikaisl87.tfm) = %{tl_version} +Provides: tex(unikaisl88.tfm) = %{tl_version} +Provides: tex(unikaisl89.tfm) = %{tl_version} +Provides: tex(unikaisl8a.tfm) = %{tl_version} +Provides: tex(unikaisl8b.tfm) = %{tl_version} +Provides: tex(unikaisl8c.tfm) = %{tl_version} +Provides: tex(unikaisl8d.tfm) = %{tl_version} +Provides: tex(unikaisl8e.tfm) = %{tl_version} +Provides: tex(unikaisl8f.tfm) = %{tl_version} +Provides: tex(unikaisl90.tfm) = %{tl_version} +Provides: tex(unikaisl91.tfm) = %{tl_version} +Provides: tex(unikaisl92.tfm) = %{tl_version} +Provides: tex(unikaisl93.tfm) = %{tl_version} +Provides: tex(unikaisl94.tfm) = %{tl_version} +Provides: tex(unikaisl95.tfm) = %{tl_version} +Provides: tex(unikaisl96.tfm) = %{tl_version} +Provides: tex(unikaisl97.tfm) = %{tl_version} +Provides: tex(unikaisl98.tfm) = %{tl_version} +Provides: tex(unikaisl99.tfm) = %{tl_version} +Provides: tex(unikaisl9a.tfm) = %{tl_version} +Provides: tex(unikaisl9b.tfm) = %{tl_version} +Provides: tex(unikaisl9c.tfm) = %{tl_version} +Provides: tex(unikaisl9d.tfm) = %{tl_version} +Provides: tex(unikaisl9e.tfm) = %{tl_version} +Provides: tex(unikaisl9f.tfm) = %{tl_version} +Provides: tex(unikaisla0.tfm) = %{tl_version} +Provides: tex(unikaisla1.tfm) = %{tl_version} +Provides: tex(unikaisla2.tfm) = %{tl_version} +Provides: tex(unikaisla3.tfm) = %{tl_version} +Provides: tex(unikaisla4.tfm) = %{tl_version} +Provides: tex(unikaisla5.tfm) = %{tl_version} +Provides: tex(unikaisla6.tfm) = %{tl_version} +Provides: tex(unikaisla7.tfm) = %{tl_version} +Provides: tex(unikaisla8.tfm) = %{tl_version} +Provides: tex(unikaisla9.tfm) = %{tl_version} +Provides: tex(unikaislaa.tfm) = %{tl_version} +Provides: tex(unikaislab.tfm) = %{tl_version} +Provides: tex(unikaislac.tfm) = %{tl_version} +Provides: tex(unikaislad.tfm) = %{tl_version} +Provides: tex(unikaislae.tfm) = %{tl_version} +Provides: tex(unikaislaf.tfm) = %{tl_version} +Provides: tex(unikaislb0.tfm) = %{tl_version} +Provides: tex(unikaislb1.tfm) = %{tl_version} +Provides: tex(unikaislb2.tfm) = %{tl_version} +Provides: tex(unikaislb3.tfm) = %{tl_version} +Provides: tex(unikaislb4.tfm) = %{tl_version} +Provides: tex(unikaislb5.tfm) = %{tl_version} +Provides: tex(unikaislb6.tfm) = %{tl_version} +Provides: tex(unikaislb7.tfm) = %{tl_version} +Provides: tex(unikaislb8.tfm) = %{tl_version} +Provides: tex(unikaislb9.tfm) = %{tl_version} +Provides: tex(unikaislba.tfm) = %{tl_version} +Provides: tex(unikaislbb.tfm) = %{tl_version} +Provides: tex(unikaislbc.tfm) = %{tl_version} +Provides: tex(unikaislbd.tfm) = %{tl_version} +Provides: tex(unikaislbe.tfm) = %{tl_version} +Provides: tex(unikaislbf.tfm) = %{tl_version} +Provides: tex(unikaislc0.tfm) = %{tl_version} +Provides: tex(unikaislc1.tfm) = %{tl_version} +Provides: tex(unikaislc2.tfm) = %{tl_version} +Provides: tex(unikaislc3.tfm) = %{tl_version} +Provides: tex(unikaislc4.tfm) = %{tl_version} +Provides: tex(unikaislc5.tfm) = %{tl_version} +Provides: tex(unikaislc6.tfm) = %{tl_version} +Provides: tex(unikaislc7.tfm) = %{tl_version} +Provides: tex(unikaislc8.tfm) = %{tl_version} +Provides: tex(unikaislc9.tfm) = %{tl_version} +Provides: tex(unikaislca.tfm) = %{tl_version} +Provides: tex(unikaislcb.tfm) = %{tl_version} +Provides: tex(unikaislcc.tfm) = %{tl_version} +Provides: tex(unikaislcd.tfm) = %{tl_version} +Provides: tex(unikaislce.tfm) = %{tl_version} +Provides: tex(unikaislcf.tfm) = %{tl_version} +Provides: tex(unikaisld0.tfm) = %{tl_version} +Provides: tex(unikaisld1.tfm) = %{tl_version} +Provides: tex(unikaisld2.tfm) = %{tl_version} +Provides: tex(unikaisld3.tfm) = %{tl_version} +Provides: tex(unikaisld4.tfm) = %{tl_version} +Provides: tex(unikaisld5.tfm) = %{tl_version} +Provides: tex(unikaisld6.tfm) = %{tl_version} +Provides: tex(unikaisld7.tfm) = %{tl_version} +Provides: tex(unikaisld8.tfm) = %{tl_version} +Provides: tex(unikaisld9.tfm) = %{tl_version} +Provides: tex(unikaislda.tfm) = %{tl_version} +Provides: tex(unikaisldb.tfm) = %{tl_version} +Provides: tex(unikaisldc.tfm) = %{tl_version} +Provides: tex(unikaisldd.tfm) = %{tl_version} +Provides: tex(unikaislde.tfm) = %{tl_version} +Provides: tex(unikaisldf.tfm) = %{tl_version} +Provides: tex(unikaisle0.tfm) = %{tl_version} +Provides: tex(unikaisle1.tfm) = %{tl_version} +Provides: tex(unikaisle2.tfm) = %{tl_version} +Provides: tex(unikaisle3.tfm) = %{tl_version} +Provides: tex(unikaisle4.tfm) = %{tl_version} +Provides: tex(unikaisle5.tfm) = %{tl_version} +Provides: tex(unikaisle6.tfm) = %{tl_version} +Provides: tex(unikaisle7.tfm) = %{tl_version} +Provides: tex(unikaisle8.tfm) = %{tl_version} +Provides: tex(unikaisle9.tfm) = %{tl_version} +Provides: tex(unikaislea.tfm) = %{tl_version} +Provides: tex(unikaisleb.tfm) = %{tl_version} +Provides: tex(unikaislec.tfm) = %{tl_version} +Provides: tex(unikaisled.tfm) = %{tl_version} +Provides: tex(unikaislee.tfm) = %{tl_version} +Provides: tex(unikaislef.tfm) = %{tl_version} +Provides: tex(unikaislf0.tfm) = %{tl_version} +Provides: tex(unikaislf1.tfm) = %{tl_version} +Provides: tex(unikaislf2.tfm) = %{tl_version} +Provides: tex(unikaislf3.tfm) = %{tl_version} +Provides: tex(unikaislf4.tfm) = %{tl_version} +Provides: tex(unikaislf5.tfm) = %{tl_version} +Provides: tex(unikaislf6.tfm) = %{tl_version} +Provides: tex(unikaislf7.tfm) = %{tl_version} +Provides: tex(unikaislf8.tfm) = %{tl_version} +Provides: tex(unikaislf9.tfm) = %{tl_version} +Provides: tex(unikaislfa.tfm) = %{tl_version} +Provides: tex(unikaislfb.tfm) = %{tl_version} +Provides: tex(unikaislfc.tfm) = %{tl_version} +Provides: tex(unikaislfd.tfm) = %{tl_version} +Provides: tex(unikaislfe.tfm) = %{tl_version} +Provides: tex(unikaislff.tfm) = %{tl_version} +Provides: tex(unili00.tfm) = %{tl_version} +Provides: tex(unili01.tfm) = %{tl_version} +Provides: tex(unili02.tfm) = %{tl_version} +Provides: tex(unili03.tfm) = %{tl_version} +Provides: tex(unili04.tfm) = %{tl_version} +Provides: tex(unili05.tfm) = %{tl_version} +Provides: tex(unili06.tfm) = %{tl_version} +Provides: tex(unili07.tfm) = %{tl_version} +Provides: tex(unili08.tfm) = %{tl_version} +Provides: tex(unili09.tfm) = %{tl_version} +Provides: tex(unili0a.tfm) = %{tl_version} +Provides: tex(unili0b.tfm) = %{tl_version} +Provides: tex(unili0c.tfm) = %{tl_version} +Provides: tex(unili0d.tfm) = %{tl_version} +Provides: tex(unili0e.tfm) = %{tl_version} +Provides: tex(unili0f.tfm) = %{tl_version} +Provides: tex(unili10.tfm) = %{tl_version} +Provides: tex(unili11.tfm) = %{tl_version} +Provides: tex(unili12.tfm) = %{tl_version} +Provides: tex(unili13.tfm) = %{tl_version} +Provides: tex(unili14.tfm) = %{tl_version} +Provides: tex(unili15.tfm) = %{tl_version} +Provides: tex(unili16.tfm) = %{tl_version} +Provides: tex(unili17.tfm) = %{tl_version} +Provides: tex(unili18.tfm) = %{tl_version} +Provides: tex(unili19.tfm) = %{tl_version} +Provides: tex(unili1a.tfm) = %{tl_version} +Provides: tex(unili1b.tfm) = %{tl_version} +Provides: tex(unili1c.tfm) = %{tl_version} +Provides: tex(unili1d.tfm) = %{tl_version} +Provides: tex(unili1e.tfm) = %{tl_version} +Provides: tex(unili1f.tfm) = %{tl_version} +Provides: tex(unili20.tfm) = %{tl_version} +Provides: tex(unili21.tfm) = %{tl_version} +Provides: tex(unili22.tfm) = %{tl_version} +Provides: tex(unili23.tfm) = %{tl_version} +Provides: tex(unili24.tfm) = %{tl_version} +Provides: tex(unili25.tfm) = %{tl_version} +Provides: tex(unili26.tfm) = %{tl_version} +Provides: tex(unili27.tfm) = %{tl_version} +Provides: tex(unili28.tfm) = %{tl_version} +Provides: tex(unili29.tfm) = %{tl_version} +Provides: tex(unili2a.tfm) = %{tl_version} +Provides: tex(unili2b.tfm) = %{tl_version} +Provides: tex(unili2c.tfm) = %{tl_version} +Provides: tex(unili2d.tfm) = %{tl_version} +Provides: tex(unili2e.tfm) = %{tl_version} +Provides: tex(unili2f.tfm) = %{tl_version} +Provides: tex(unili30.tfm) = %{tl_version} +Provides: tex(unili31.tfm) = %{tl_version} +Provides: tex(unili32.tfm) = %{tl_version} +Provides: tex(unili33.tfm) = %{tl_version} +Provides: tex(unili34.tfm) = %{tl_version} +Provides: tex(unili35.tfm) = %{tl_version} +Provides: tex(unili36.tfm) = %{tl_version} +Provides: tex(unili37.tfm) = %{tl_version} +Provides: tex(unili38.tfm) = %{tl_version} +Provides: tex(unili39.tfm) = %{tl_version} +Provides: tex(unili3a.tfm) = %{tl_version} +Provides: tex(unili3b.tfm) = %{tl_version} +Provides: tex(unili3c.tfm) = %{tl_version} +Provides: tex(unili3d.tfm) = %{tl_version} +Provides: tex(unili3e.tfm) = %{tl_version} +Provides: tex(unili3f.tfm) = %{tl_version} +Provides: tex(unili40.tfm) = %{tl_version} +Provides: tex(unili41.tfm) = %{tl_version} +Provides: tex(unili42.tfm) = %{tl_version} +Provides: tex(unili43.tfm) = %{tl_version} +Provides: tex(unili44.tfm) = %{tl_version} +Provides: tex(unili45.tfm) = %{tl_version} +Provides: tex(unili46.tfm) = %{tl_version} +Provides: tex(unili47.tfm) = %{tl_version} +Provides: tex(unili48.tfm) = %{tl_version} +Provides: tex(unili49.tfm) = %{tl_version} +Provides: tex(unili4a.tfm) = %{tl_version} +Provides: tex(unili4b.tfm) = %{tl_version} +Provides: tex(unili4c.tfm) = %{tl_version} +Provides: tex(unili4d.tfm) = %{tl_version} +Provides: tex(unili4e.tfm) = %{tl_version} +Provides: tex(unili4f.tfm) = %{tl_version} +Provides: tex(unili50.tfm) = %{tl_version} +Provides: tex(unili51.tfm) = %{tl_version} +Provides: tex(unili52.tfm) = %{tl_version} +Provides: tex(unili53.tfm) = %{tl_version} +Provides: tex(unili54.tfm) = %{tl_version} +Provides: tex(unili55.tfm) = %{tl_version} +Provides: tex(unili56.tfm) = %{tl_version} +Provides: tex(unili57.tfm) = %{tl_version} +Provides: tex(unili58.tfm) = %{tl_version} +Provides: tex(unili59.tfm) = %{tl_version} +Provides: tex(unili5a.tfm) = %{tl_version} +Provides: tex(unili5b.tfm) = %{tl_version} +Provides: tex(unili5c.tfm) = %{tl_version} +Provides: tex(unili5d.tfm) = %{tl_version} +Provides: tex(unili5e.tfm) = %{tl_version} +Provides: tex(unili5f.tfm) = %{tl_version} +Provides: tex(unili60.tfm) = %{tl_version} +Provides: tex(unili61.tfm) = %{tl_version} +Provides: tex(unili62.tfm) = %{tl_version} +Provides: tex(unili63.tfm) = %{tl_version} +Provides: tex(unili64.tfm) = %{tl_version} +Provides: tex(unili65.tfm) = %{tl_version} +Provides: tex(unili66.tfm) = %{tl_version} +Provides: tex(unili67.tfm) = %{tl_version} +Provides: tex(unili68.tfm) = %{tl_version} +Provides: tex(unili69.tfm) = %{tl_version} +Provides: tex(unili6a.tfm) = %{tl_version} +Provides: tex(unili6b.tfm) = %{tl_version} +Provides: tex(unili6c.tfm) = %{tl_version} +Provides: tex(unili6d.tfm) = %{tl_version} +Provides: tex(unili6e.tfm) = %{tl_version} +Provides: tex(unili6f.tfm) = %{tl_version} +Provides: tex(unili70.tfm) = %{tl_version} +Provides: tex(unili71.tfm) = %{tl_version} +Provides: tex(unili72.tfm) = %{tl_version} +Provides: tex(unili73.tfm) = %{tl_version} +Provides: tex(unili74.tfm) = %{tl_version} +Provides: tex(unili75.tfm) = %{tl_version} +Provides: tex(unili76.tfm) = %{tl_version} +Provides: tex(unili77.tfm) = %{tl_version} +Provides: tex(unili78.tfm) = %{tl_version} +Provides: tex(unili79.tfm) = %{tl_version} +Provides: tex(unili7a.tfm) = %{tl_version} +Provides: tex(unili7b.tfm) = %{tl_version} +Provides: tex(unili7c.tfm) = %{tl_version} +Provides: tex(unili7d.tfm) = %{tl_version} +Provides: tex(unili7e.tfm) = %{tl_version} +Provides: tex(unili7f.tfm) = %{tl_version} +Provides: tex(unili80.tfm) = %{tl_version} +Provides: tex(unili81.tfm) = %{tl_version} +Provides: tex(unili82.tfm) = %{tl_version} +Provides: tex(unili83.tfm) = %{tl_version} +Provides: tex(unili84.tfm) = %{tl_version} +Provides: tex(unili85.tfm) = %{tl_version} +Provides: tex(unili86.tfm) = %{tl_version} +Provides: tex(unili87.tfm) = %{tl_version} +Provides: tex(unili88.tfm) = %{tl_version} +Provides: tex(unili89.tfm) = %{tl_version} +Provides: tex(unili8a.tfm) = %{tl_version} +Provides: tex(unili8b.tfm) = %{tl_version} +Provides: tex(unili8c.tfm) = %{tl_version} +Provides: tex(unili8d.tfm) = %{tl_version} +Provides: tex(unili8e.tfm) = %{tl_version} +Provides: tex(unili8f.tfm) = %{tl_version} +Provides: tex(unili90.tfm) = %{tl_version} +Provides: tex(unili91.tfm) = %{tl_version} +Provides: tex(unili92.tfm) = %{tl_version} +Provides: tex(unili93.tfm) = %{tl_version} +Provides: tex(unili94.tfm) = %{tl_version} +Provides: tex(unili95.tfm) = %{tl_version} +Provides: tex(unili96.tfm) = %{tl_version} +Provides: tex(unili97.tfm) = %{tl_version} +Provides: tex(unili98.tfm) = %{tl_version} +Provides: tex(unili99.tfm) = %{tl_version} +Provides: tex(unili9a.tfm) = %{tl_version} +Provides: tex(unili9b.tfm) = %{tl_version} +Provides: tex(unili9c.tfm) = %{tl_version} +Provides: tex(unili9d.tfm) = %{tl_version} +Provides: tex(unili9e.tfm) = %{tl_version} +Provides: tex(unili9f.tfm) = %{tl_version} +Provides: tex(unilia0.tfm) = %{tl_version} +Provides: tex(unilia1.tfm) = %{tl_version} +Provides: tex(unilia2.tfm) = %{tl_version} +Provides: tex(unilia3.tfm) = %{tl_version} +Provides: tex(unilia4.tfm) = %{tl_version} +Provides: tex(unilia5.tfm) = %{tl_version} +Provides: tex(unilia6.tfm) = %{tl_version} +Provides: tex(unilia7.tfm) = %{tl_version} +Provides: tex(unilia8.tfm) = %{tl_version} +Provides: tex(unilia9.tfm) = %{tl_version} +Provides: tex(uniliaa.tfm) = %{tl_version} +Provides: tex(uniliab.tfm) = %{tl_version} +Provides: tex(uniliac.tfm) = %{tl_version} +Provides: tex(uniliad.tfm) = %{tl_version} +Provides: tex(uniliae.tfm) = %{tl_version} +Provides: tex(uniliaf.tfm) = %{tl_version} +Provides: tex(unilib0.tfm) = %{tl_version} +Provides: tex(unilib1.tfm) = %{tl_version} +Provides: tex(unilib2.tfm) = %{tl_version} +Provides: tex(unilib3.tfm) = %{tl_version} +Provides: tex(unilib4.tfm) = %{tl_version} +Provides: tex(unilib5.tfm) = %{tl_version} +Provides: tex(unilib6.tfm) = %{tl_version} +Provides: tex(unilib7.tfm) = %{tl_version} +Provides: tex(unilib8.tfm) = %{tl_version} +Provides: tex(unilib9.tfm) = %{tl_version} +Provides: tex(uniliba.tfm) = %{tl_version} +Provides: tex(unilibb.tfm) = %{tl_version} +Provides: tex(unilibc.tfm) = %{tl_version} +Provides: tex(unilibd.tfm) = %{tl_version} +Provides: tex(unilibe.tfm) = %{tl_version} +Provides: tex(unilibf.tfm) = %{tl_version} +Provides: tex(unilic0.tfm) = %{tl_version} +Provides: tex(unilic1.tfm) = %{tl_version} +Provides: tex(unilic2.tfm) = %{tl_version} +Provides: tex(unilic3.tfm) = %{tl_version} +Provides: tex(unilic4.tfm) = %{tl_version} +Provides: tex(unilic5.tfm) = %{tl_version} +Provides: tex(unilic6.tfm) = %{tl_version} +Provides: tex(unilic7.tfm) = %{tl_version} +Provides: tex(unilic8.tfm) = %{tl_version} +Provides: tex(unilic9.tfm) = %{tl_version} +Provides: tex(unilica.tfm) = %{tl_version} +Provides: tex(unilicb.tfm) = %{tl_version} +Provides: tex(unilicc.tfm) = %{tl_version} +Provides: tex(unilicd.tfm) = %{tl_version} +Provides: tex(unilice.tfm) = %{tl_version} +Provides: tex(unilicf.tfm) = %{tl_version} +Provides: tex(unilid0.tfm) = %{tl_version} +Provides: tex(unilid1.tfm) = %{tl_version} +Provides: tex(unilid2.tfm) = %{tl_version} +Provides: tex(unilid3.tfm) = %{tl_version} +Provides: tex(unilid4.tfm) = %{tl_version} +Provides: tex(unilid5.tfm) = %{tl_version} +Provides: tex(unilid6.tfm) = %{tl_version} +Provides: tex(unilid7.tfm) = %{tl_version} +Provides: tex(unilid8.tfm) = %{tl_version} +Provides: tex(unilid9.tfm) = %{tl_version} +Provides: tex(unilida.tfm) = %{tl_version} +Provides: tex(unilidb.tfm) = %{tl_version} +Provides: tex(unilidc.tfm) = %{tl_version} +Provides: tex(unilidd.tfm) = %{tl_version} +Provides: tex(unilide.tfm) = %{tl_version} +Provides: tex(unilidf.tfm) = %{tl_version} +Provides: tex(unilie0.tfm) = %{tl_version} +Provides: tex(unilie1.tfm) = %{tl_version} +Provides: tex(unilie2.tfm) = %{tl_version} +Provides: tex(unilie3.tfm) = %{tl_version} +Provides: tex(unilie4.tfm) = %{tl_version} +Provides: tex(unilie5.tfm) = %{tl_version} +Provides: tex(unilie6.tfm) = %{tl_version} +Provides: tex(unilie7.tfm) = %{tl_version} +Provides: tex(unilie8.tfm) = %{tl_version} +Provides: tex(unilie9.tfm) = %{tl_version} +Provides: tex(uniliea.tfm) = %{tl_version} +Provides: tex(unilieb.tfm) = %{tl_version} +Provides: tex(uniliec.tfm) = %{tl_version} +Provides: tex(unilied.tfm) = %{tl_version} +Provides: tex(uniliee.tfm) = %{tl_version} +Provides: tex(unilief.tfm) = %{tl_version} +Provides: tex(unilif0.tfm) = %{tl_version} +Provides: tex(unilif1.tfm) = %{tl_version} +Provides: tex(unilif2.tfm) = %{tl_version} +Provides: tex(unilif3.tfm) = %{tl_version} +Provides: tex(unilif4.tfm) = %{tl_version} +Provides: tex(unilif5.tfm) = %{tl_version} +Provides: tex(unilif6.tfm) = %{tl_version} +Provides: tex(unilif7.tfm) = %{tl_version} +Provides: tex(unilif8.tfm) = %{tl_version} +Provides: tex(unilif9.tfm) = %{tl_version} +Provides: tex(unilifa.tfm) = %{tl_version} +Provides: tex(unilifb.tfm) = %{tl_version} +Provides: tex(unilifc.tfm) = %{tl_version} +Provides: tex(unilifd.tfm) = %{tl_version} +Provides: tex(unilife.tfm) = %{tl_version} +Provides: tex(uniliff.tfm) = %{tl_version} +Provides: tex(unilisl00.tfm) = %{tl_version} +Provides: tex(unilisl01.tfm) = %{tl_version} +Provides: tex(unilisl02.tfm) = %{tl_version} +Provides: tex(unilisl03.tfm) = %{tl_version} +Provides: tex(unilisl04.tfm) = %{tl_version} +Provides: tex(unilisl05.tfm) = %{tl_version} +Provides: tex(unilisl06.tfm) = %{tl_version} +Provides: tex(unilisl07.tfm) = %{tl_version} +Provides: tex(unilisl08.tfm) = %{tl_version} +Provides: tex(unilisl09.tfm) = %{tl_version} +Provides: tex(unilisl0a.tfm) = %{tl_version} +Provides: tex(unilisl0b.tfm) = %{tl_version} +Provides: tex(unilisl0c.tfm) = %{tl_version} +Provides: tex(unilisl0d.tfm) = %{tl_version} +Provides: tex(unilisl0e.tfm) = %{tl_version} +Provides: tex(unilisl0f.tfm) = %{tl_version} +Provides: tex(unilisl10.tfm) = %{tl_version} +Provides: tex(unilisl11.tfm) = %{tl_version} +Provides: tex(unilisl12.tfm) = %{tl_version} +Provides: tex(unilisl13.tfm) = %{tl_version} +Provides: tex(unilisl14.tfm) = %{tl_version} +Provides: tex(unilisl15.tfm) = %{tl_version} +Provides: tex(unilisl16.tfm) = %{tl_version} +Provides: tex(unilisl17.tfm) = %{tl_version} +Provides: tex(unilisl18.tfm) = %{tl_version} +Provides: tex(unilisl19.tfm) = %{tl_version} +Provides: tex(unilisl1a.tfm) = %{tl_version} +Provides: tex(unilisl1b.tfm) = %{tl_version} +Provides: tex(unilisl1c.tfm) = %{tl_version} +Provides: tex(unilisl1d.tfm) = %{tl_version} +Provides: tex(unilisl1e.tfm) = %{tl_version} +Provides: tex(unilisl1f.tfm) = %{tl_version} +Provides: tex(unilisl20.tfm) = %{tl_version} +Provides: tex(unilisl21.tfm) = %{tl_version} +Provides: tex(unilisl22.tfm) = %{tl_version} +Provides: tex(unilisl23.tfm) = %{tl_version} +Provides: tex(unilisl24.tfm) = %{tl_version} +Provides: tex(unilisl25.tfm) = %{tl_version} +Provides: tex(unilisl26.tfm) = %{tl_version} +Provides: tex(unilisl27.tfm) = %{tl_version} +Provides: tex(unilisl28.tfm) = %{tl_version} +Provides: tex(unilisl29.tfm) = %{tl_version} +Provides: tex(unilisl2a.tfm) = %{tl_version} +Provides: tex(unilisl2b.tfm) = %{tl_version} +Provides: tex(unilisl2c.tfm) = %{tl_version} +Provides: tex(unilisl2d.tfm) = %{tl_version} +Provides: tex(unilisl2e.tfm) = %{tl_version} +Provides: tex(unilisl2f.tfm) = %{tl_version} +Provides: tex(unilisl30.tfm) = %{tl_version} +Provides: tex(unilisl31.tfm) = %{tl_version} +Provides: tex(unilisl32.tfm) = %{tl_version} +Provides: tex(unilisl33.tfm) = %{tl_version} +Provides: tex(unilisl34.tfm) = %{tl_version} +Provides: tex(unilisl35.tfm) = %{tl_version} +Provides: tex(unilisl36.tfm) = %{tl_version} +Provides: tex(unilisl37.tfm) = %{tl_version} +Provides: tex(unilisl38.tfm) = %{tl_version} +Provides: tex(unilisl39.tfm) = %{tl_version} +Provides: tex(unilisl3a.tfm) = %{tl_version} +Provides: tex(unilisl3b.tfm) = %{tl_version} +Provides: tex(unilisl3c.tfm) = %{tl_version} +Provides: tex(unilisl3d.tfm) = %{tl_version} +Provides: tex(unilisl3e.tfm) = %{tl_version} +Provides: tex(unilisl3f.tfm) = %{tl_version} +Provides: tex(unilisl40.tfm) = %{tl_version} +Provides: tex(unilisl41.tfm) = %{tl_version} +Provides: tex(unilisl42.tfm) = %{tl_version} +Provides: tex(unilisl43.tfm) = %{tl_version} +Provides: tex(unilisl44.tfm) = %{tl_version} +Provides: tex(unilisl45.tfm) = %{tl_version} +Provides: tex(unilisl46.tfm) = %{tl_version} +Provides: tex(unilisl47.tfm) = %{tl_version} +Provides: tex(unilisl48.tfm) = %{tl_version} +Provides: tex(unilisl49.tfm) = %{tl_version} +Provides: tex(unilisl4a.tfm) = %{tl_version} +Provides: tex(unilisl4b.tfm) = %{tl_version} +Provides: tex(unilisl4c.tfm) = %{tl_version} +Provides: tex(unilisl4d.tfm) = %{tl_version} +Provides: tex(unilisl4e.tfm) = %{tl_version} +Provides: tex(unilisl4f.tfm) = %{tl_version} +Provides: tex(unilisl50.tfm) = %{tl_version} +Provides: tex(unilisl51.tfm) = %{tl_version} +Provides: tex(unilisl52.tfm) = %{tl_version} +Provides: tex(unilisl53.tfm) = %{tl_version} +Provides: tex(unilisl54.tfm) = %{tl_version} +Provides: tex(unilisl55.tfm) = %{tl_version} +Provides: tex(unilisl56.tfm) = %{tl_version} +Provides: tex(unilisl57.tfm) = %{tl_version} +Provides: tex(unilisl58.tfm) = %{tl_version} +Provides: tex(unilisl59.tfm) = %{tl_version} +Provides: tex(unilisl5a.tfm) = %{tl_version} +Provides: tex(unilisl5b.tfm) = %{tl_version} +Provides: tex(unilisl5c.tfm) = %{tl_version} +Provides: tex(unilisl5d.tfm) = %{tl_version} +Provides: tex(unilisl5e.tfm) = %{tl_version} +Provides: tex(unilisl5f.tfm) = %{tl_version} +Provides: tex(unilisl60.tfm) = %{tl_version} +Provides: tex(unilisl61.tfm) = %{tl_version} +Provides: tex(unilisl62.tfm) = %{tl_version} +Provides: tex(unilisl63.tfm) = %{tl_version} +Provides: tex(unilisl64.tfm) = %{tl_version} +Provides: tex(unilisl65.tfm) = %{tl_version} +Provides: tex(unilisl66.tfm) = %{tl_version} +Provides: tex(unilisl67.tfm) = %{tl_version} +Provides: tex(unilisl68.tfm) = %{tl_version} +Provides: tex(unilisl69.tfm) = %{tl_version} +Provides: tex(unilisl6a.tfm) = %{tl_version} +Provides: tex(unilisl6b.tfm) = %{tl_version} +Provides: tex(unilisl6c.tfm) = %{tl_version} +Provides: tex(unilisl6d.tfm) = %{tl_version} +Provides: tex(unilisl6e.tfm) = %{tl_version} +Provides: tex(unilisl6f.tfm) = %{tl_version} +Provides: tex(unilisl70.tfm) = %{tl_version} +Provides: tex(unilisl71.tfm) = %{tl_version} +Provides: tex(unilisl72.tfm) = %{tl_version} +Provides: tex(unilisl73.tfm) = %{tl_version} +Provides: tex(unilisl74.tfm) = %{tl_version} +Provides: tex(unilisl75.tfm) = %{tl_version} +Provides: tex(unilisl76.tfm) = %{tl_version} +Provides: tex(unilisl77.tfm) = %{tl_version} +Provides: tex(unilisl78.tfm) = %{tl_version} +Provides: tex(unilisl79.tfm) = %{tl_version} +Provides: tex(unilisl7a.tfm) = %{tl_version} +Provides: tex(unilisl7b.tfm) = %{tl_version} +Provides: tex(unilisl7c.tfm) = %{tl_version} +Provides: tex(unilisl7d.tfm) = %{tl_version} +Provides: tex(unilisl7e.tfm) = %{tl_version} +Provides: tex(unilisl7f.tfm) = %{tl_version} +Provides: tex(unilisl80.tfm) = %{tl_version} +Provides: tex(unilisl81.tfm) = %{tl_version} +Provides: tex(unilisl82.tfm) = %{tl_version} +Provides: tex(unilisl83.tfm) = %{tl_version} +Provides: tex(unilisl84.tfm) = %{tl_version} +Provides: tex(unilisl85.tfm) = %{tl_version} +Provides: tex(unilisl86.tfm) = %{tl_version} +Provides: tex(unilisl87.tfm) = %{tl_version} +Provides: tex(unilisl88.tfm) = %{tl_version} +Provides: tex(unilisl89.tfm) = %{tl_version} +Provides: tex(unilisl8a.tfm) = %{tl_version} +Provides: tex(unilisl8b.tfm) = %{tl_version} +Provides: tex(unilisl8c.tfm) = %{tl_version} +Provides: tex(unilisl8d.tfm) = %{tl_version} +Provides: tex(unilisl8e.tfm) = %{tl_version} +Provides: tex(unilisl8f.tfm) = %{tl_version} +Provides: tex(unilisl90.tfm) = %{tl_version} +Provides: tex(unilisl91.tfm) = %{tl_version} +Provides: tex(unilisl92.tfm) = %{tl_version} +Provides: tex(unilisl93.tfm) = %{tl_version} +Provides: tex(unilisl94.tfm) = %{tl_version} +Provides: tex(unilisl95.tfm) = %{tl_version} +Provides: tex(unilisl96.tfm) = %{tl_version} +Provides: tex(unilisl97.tfm) = %{tl_version} +Provides: tex(unilisl98.tfm) = %{tl_version} +Provides: tex(unilisl99.tfm) = %{tl_version} +Provides: tex(unilisl9a.tfm) = %{tl_version} +Provides: tex(unilisl9b.tfm) = %{tl_version} +Provides: tex(unilisl9c.tfm) = %{tl_version} +Provides: tex(unilisl9d.tfm) = %{tl_version} +Provides: tex(unilisl9e.tfm) = %{tl_version} +Provides: tex(unilisl9f.tfm) = %{tl_version} +Provides: tex(unilisla0.tfm) = %{tl_version} +Provides: tex(unilisla1.tfm) = %{tl_version} +Provides: tex(unilisla2.tfm) = %{tl_version} +Provides: tex(unilisla3.tfm) = %{tl_version} +Provides: tex(unilisla4.tfm) = %{tl_version} +Provides: tex(unilisla5.tfm) = %{tl_version} +Provides: tex(unilisla6.tfm) = %{tl_version} +Provides: tex(unilisla7.tfm) = %{tl_version} +Provides: tex(unilisla8.tfm) = %{tl_version} +Provides: tex(unilisla9.tfm) = %{tl_version} +Provides: tex(unilislaa.tfm) = %{tl_version} +Provides: tex(unilislab.tfm) = %{tl_version} +Provides: tex(unilislac.tfm) = %{tl_version} +Provides: tex(unilislad.tfm) = %{tl_version} +Provides: tex(unilislae.tfm) = %{tl_version} +Provides: tex(unilislaf.tfm) = %{tl_version} +Provides: tex(unilislb0.tfm) = %{tl_version} +Provides: tex(unilislb1.tfm) = %{tl_version} +Provides: tex(unilislb2.tfm) = %{tl_version} +Provides: tex(unilislb3.tfm) = %{tl_version} +Provides: tex(unilislb4.tfm) = %{tl_version} +Provides: tex(unilislb5.tfm) = %{tl_version} +Provides: tex(unilislb6.tfm) = %{tl_version} +Provides: tex(unilislb7.tfm) = %{tl_version} +Provides: tex(unilislb8.tfm) = %{tl_version} +Provides: tex(unilislb9.tfm) = %{tl_version} +Provides: tex(unilislba.tfm) = %{tl_version} +Provides: tex(unilislbb.tfm) = %{tl_version} +Provides: tex(unilislbc.tfm) = %{tl_version} +Provides: tex(unilislbd.tfm) = %{tl_version} +Provides: tex(unilislbe.tfm) = %{tl_version} +Provides: tex(unilislbf.tfm) = %{tl_version} +Provides: tex(unilislc0.tfm) = %{tl_version} +Provides: tex(unilislc1.tfm) = %{tl_version} +Provides: tex(unilislc2.tfm) = %{tl_version} +Provides: tex(unilislc3.tfm) = %{tl_version} +Provides: tex(unilislc4.tfm) = %{tl_version} +Provides: tex(unilislc5.tfm) = %{tl_version} +Provides: tex(unilislc6.tfm) = %{tl_version} +Provides: tex(unilislc7.tfm) = %{tl_version} +Provides: tex(unilislc8.tfm) = %{tl_version} +Provides: tex(unilislc9.tfm) = %{tl_version} +Provides: tex(unilislca.tfm) = %{tl_version} +Provides: tex(unilislcb.tfm) = %{tl_version} +Provides: tex(unilislcc.tfm) = %{tl_version} +Provides: tex(unilislcd.tfm) = %{tl_version} +Provides: tex(unilislce.tfm) = %{tl_version} +Provides: tex(unilislcf.tfm) = %{tl_version} +Provides: tex(unilisld0.tfm) = %{tl_version} +Provides: tex(unilisld1.tfm) = %{tl_version} +Provides: tex(unilisld2.tfm) = %{tl_version} +Provides: tex(unilisld3.tfm) = %{tl_version} +Provides: tex(unilisld4.tfm) = %{tl_version} +Provides: tex(unilisld5.tfm) = %{tl_version} +Provides: tex(unilisld6.tfm) = %{tl_version} +Provides: tex(unilisld7.tfm) = %{tl_version} +Provides: tex(unilisld8.tfm) = %{tl_version} +Provides: tex(unilisld9.tfm) = %{tl_version} +Provides: tex(unilislda.tfm) = %{tl_version} +Provides: tex(unilisldb.tfm) = %{tl_version} +Provides: tex(unilisldc.tfm) = %{tl_version} +Provides: tex(unilisldd.tfm) = %{tl_version} +Provides: tex(unilislde.tfm) = %{tl_version} +Provides: tex(unilisldf.tfm) = %{tl_version} +Provides: tex(unilisle0.tfm) = %{tl_version} +Provides: tex(unilisle1.tfm) = %{tl_version} +Provides: tex(unilisle2.tfm) = %{tl_version} +Provides: tex(unilisle3.tfm) = %{tl_version} +Provides: tex(unilisle4.tfm) = %{tl_version} +Provides: tex(unilisle5.tfm) = %{tl_version} +Provides: tex(unilisle6.tfm) = %{tl_version} +Provides: tex(unilisle7.tfm) = %{tl_version} +Provides: tex(unilisle8.tfm) = %{tl_version} +Provides: tex(unilisle9.tfm) = %{tl_version} +Provides: tex(unilislea.tfm) = %{tl_version} +Provides: tex(unilisleb.tfm) = %{tl_version} +Provides: tex(unilislec.tfm) = %{tl_version} +Provides: tex(unilisled.tfm) = %{tl_version} +Provides: tex(unilislee.tfm) = %{tl_version} +Provides: tex(unilislef.tfm) = %{tl_version} +Provides: tex(unilislf0.tfm) = %{tl_version} +Provides: tex(unilislf1.tfm) = %{tl_version} +Provides: tex(unilislf2.tfm) = %{tl_version} +Provides: tex(unilislf3.tfm) = %{tl_version} +Provides: tex(unilislf4.tfm) = %{tl_version} +Provides: tex(unilislf5.tfm) = %{tl_version} +Provides: tex(unilislf6.tfm) = %{tl_version} +Provides: tex(unilislf7.tfm) = %{tl_version} +Provides: tex(unilislf8.tfm) = %{tl_version} +Provides: tex(unilislf9.tfm) = %{tl_version} +Provides: tex(unilislfa.tfm) = %{tl_version} +Provides: tex(unilislfb.tfm) = %{tl_version} +Provides: tex(unilislfc.tfm) = %{tl_version} +Provides: tex(unilislfd.tfm) = %{tl_version} +Provides: tex(unilislfe.tfm) = %{tl_version} +Provides: tex(unilislff.tfm) = %{tl_version} +Provides: tex(unisong00.tfm) = %{tl_version} +Provides: tex(unisong01.tfm) = %{tl_version} +Provides: tex(unisong02.tfm) = %{tl_version} +Provides: tex(unisong03.tfm) = %{tl_version} +Provides: tex(unisong04.tfm) = %{tl_version} +Provides: tex(unisong05.tfm) = %{tl_version} +Provides: tex(unisong06.tfm) = %{tl_version} +Provides: tex(unisong07.tfm) = %{tl_version} +Provides: tex(unisong08.tfm) = %{tl_version} +Provides: tex(unisong09.tfm) = %{tl_version} +Provides: tex(unisong0a.tfm) = %{tl_version} +Provides: tex(unisong0b.tfm) = %{tl_version} +Provides: tex(unisong0c.tfm) = %{tl_version} +Provides: tex(unisong0d.tfm) = %{tl_version} +Provides: tex(unisong0e.tfm) = %{tl_version} +Provides: tex(unisong0f.tfm) = %{tl_version} +Provides: tex(unisong10.tfm) = %{tl_version} +Provides: tex(unisong11.tfm) = %{tl_version} +Provides: tex(unisong12.tfm) = %{tl_version} +Provides: tex(unisong13.tfm) = %{tl_version} +Provides: tex(unisong14.tfm) = %{tl_version} +Provides: tex(unisong15.tfm) = %{tl_version} +Provides: tex(unisong16.tfm) = %{tl_version} +Provides: tex(unisong17.tfm) = %{tl_version} +Provides: tex(unisong18.tfm) = %{tl_version} +Provides: tex(unisong19.tfm) = %{tl_version} +Provides: tex(unisong1a.tfm) = %{tl_version} +Provides: tex(unisong1b.tfm) = %{tl_version} +Provides: tex(unisong1c.tfm) = %{tl_version} +Provides: tex(unisong1d.tfm) = %{tl_version} +Provides: tex(unisong1e.tfm) = %{tl_version} +Provides: tex(unisong1f.tfm) = %{tl_version} +Provides: tex(unisong20.tfm) = %{tl_version} +Provides: tex(unisong21.tfm) = %{tl_version} +Provides: tex(unisong22.tfm) = %{tl_version} +Provides: tex(unisong23.tfm) = %{tl_version} +Provides: tex(unisong24.tfm) = %{tl_version} +Provides: tex(unisong25.tfm) = %{tl_version} +Provides: tex(unisong26.tfm) = %{tl_version} +Provides: tex(unisong27.tfm) = %{tl_version} +Provides: tex(unisong28.tfm) = %{tl_version} +Provides: tex(unisong29.tfm) = %{tl_version} +Provides: tex(unisong2a.tfm) = %{tl_version} +Provides: tex(unisong2b.tfm) = %{tl_version} +Provides: tex(unisong2c.tfm) = %{tl_version} +Provides: tex(unisong2d.tfm) = %{tl_version} +Provides: tex(unisong2e.tfm) = %{tl_version} +Provides: tex(unisong2f.tfm) = %{tl_version} +Provides: tex(unisong30.tfm) = %{tl_version} +Provides: tex(unisong31.tfm) = %{tl_version} +Provides: tex(unisong32.tfm) = %{tl_version} +Provides: tex(unisong33.tfm) = %{tl_version} +Provides: tex(unisong34.tfm) = %{tl_version} +Provides: tex(unisong35.tfm) = %{tl_version} +Provides: tex(unisong36.tfm) = %{tl_version} +Provides: tex(unisong37.tfm) = %{tl_version} +Provides: tex(unisong38.tfm) = %{tl_version} +Provides: tex(unisong39.tfm) = %{tl_version} +Provides: tex(unisong3a.tfm) = %{tl_version} +Provides: tex(unisong3b.tfm) = %{tl_version} +Provides: tex(unisong3c.tfm) = %{tl_version} +Provides: tex(unisong3d.tfm) = %{tl_version} +Provides: tex(unisong3e.tfm) = %{tl_version} +Provides: tex(unisong3f.tfm) = %{tl_version} +Provides: tex(unisong40.tfm) = %{tl_version} +Provides: tex(unisong41.tfm) = %{tl_version} +Provides: tex(unisong42.tfm) = %{tl_version} +Provides: tex(unisong43.tfm) = %{tl_version} +Provides: tex(unisong44.tfm) = %{tl_version} +Provides: tex(unisong45.tfm) = %{tl_version} +Provides: tex(unisong46.tfm) = %{tl_version} +Provides: tex(unisong47.tfm) = %{tl_version} +Provides: tex(unisong48.tfm) = %{tl_version} +Provides: tex(unisong49.tfm) = %{tl_version} +Provides: tex(unisong4a.tfm) = %{tl_version} +Provides: tex(unisong4b.tfm) = %{tl_version} +Provides: tex(unisong4c.tfm) = %{tl_version} +Provides: tex(unisong4d.tfm) = %{tl_version} +Provides: tex(unisong4e.tfm) = %{tl_version} +Provides: tex(unisong4f.tfm) = %{tl_version} +Provides: tex(unisong50.tfm) = %{tl_version} +Provides: tex(unisong51.tfm) = %{tl_version} +Provides: tex(unisong52.tfm) = %{tl_version} +Provides: tex(unisong53.tfm) = %{tl_version} +Provides: tex(unisong54.tfm) = %{tl_version} +Provides: tex(unisong55.tfm) = %{tl_version} +Provides: tex(unisong56.tfm) = %{tl_version} +Provides: tex(unisong57.tfm) = %{tl_version} +Provides: tex(unisong58.tfm) = %{tl_version} +Provides: tex(unisong59.tfm) = %{tl_version} +Provides: tex(unisong5a.tfm) = %{tl_version} +Provides: tex(unisong5b.tfm) = %{tl_version} +Provides: tex(unisong5c.tfm) = %{tl_version} +Provides: tex(unisong5d.tfm) = %{tl_version} +Provides: tex(unisong5e.tfm) = %{tl_version} +Provides: tex(unisong5f.tfm) = %{tl_version} +Provides: tex(unisong60.tfm) = %{tl_version} +Provides: tex(unisong61.tfm) = %{tl_version} +Provides: tex(unisong62.tfm) = %{tl_version} +Provides: tex(unisong63.tfm) = %{tl_version} +Provides: tex(unisong64.tfm) = %{tl_version} +Provides: tex(unisong65.tfm) = %{tl_version} +Provides: tex(unisong66.tfm) = %{tl_version} +Provides: tex(unisong67.tfm) = %{tl_version} +Provides: tex(unisong68.tfm) = %{tl_version} +Provides: tex(unisong69.tfm) = %{tl_version} +Provides: tex(unisong6a.tfm) = %{tl_version} +Provides: tex(unisong6b.tfm) = %{tl_version} +Provides: tex(unisong6c.tfm) = %{tl_version} +Provides: tex(unisong6d.tfm) = %{tl_version} +Provides: tex(unisong6e.tfm) = %{tl_version} +Provides: tex(unisong6f.tfm) = %{tl_version} +Provides: tex(unisong70.tfm) = %{tl_version} +Provides: tex(unisong71.tfm) = %{tl_version} +Provides: tex(unisong72.tfm) = %{tl_version} +Provides: tex(unisong73.tfm) = %{tl_version} +Provides: tex(unisong74.tfm) = %{tl_version} +Provides: tex(unisong75.tfm) = %{tl_version} +Provides: tex(unisong76.tfm) = %{tl_version} +Provides: tex(unisong77.tfm) = %{tl_version} +Provides: tex(unisong78.tfm) = %{tl_version} +Provides: tex(unisong79.tfm) = %{tl_version} +Provides: tex(unisong7a.tfm) = %{tl_version} +Provides: tex(unisong7b.tfm) = %{tl_version} +Provides: tex(unisong7c.tfm) = %{tl_version} +Provides: tex(unisong7d.tfm) = %{tl_version} +Provides: tex(unisong7e.tfm) = %{tl_version} +Provides: tex(unisong7f.tfm) = %{tl_version} +Provides: tex(unisong80.tfm) = %{tl_version} +Provides: tex(unisong81.tfm) = %{tl_version} +Provides: tex(unisong82.tfm) = %{tl_version} +Provides: tex(unisong83.tfm) = %{tl_version} +Provides: tex(unisong84.tfm) = %{tl_version} +Provides: tex(unisong85.tfm) = %{tl_version} +Provides: tex(unisong86.tfm) = %{tl_version} +Provides: tex(unisong87.tfm) = %{tl_version} +Provides: tex(unisong88.tfm) = %{tl_version} +Provides: tex(unisong89.tfm) = %{tl_version} +Provides: tex(unisong8a.tfm) = %{tl_version} +Provides: tex(unisong8b.tfm) = %{tl_version} +Provides: tex(unisong8c.tfm) = %{tl_version} +Provides: tex(unisong8d.tfm) = %{tl_version} +Provides: tex(unisong8e.tfm) = %{tl_version} +Provides: tex(unisong8f.tfm) = %{tl_version} +Provides: tex(unisong90.tfm) = %{tl_version} +Provides: tex(unisong91.tfm) = %{tl_version} +Provides: tex(unisong92.tfm) = %{tl_version} +Provides: tex(unisong93.tfm) = %{tl_version} +Provides: tex(unisong94.tfm) = %{tl_version} +Provides: tex(unisong95.tfm) = %{tl_version} +Provides: tex(unisong96.tfm) = %{tl_version} +Provides: tex(unisong97.tfm) = %{tl_version} +Provides: tex(unisong98.tfm) = %{tl_version} +Provides: tex(unisong99.tfm) = %{tl_version} +Provides: tex(unisong9a.tfm) = %{tl_version} +Provides: tex(unisong9b.tfm) = %{tl_version} +Provides: tex(unisong9c.tfm) = %{tl_version} +Provides: tex(unisong9d.tfm) = %{tl_version} +Provides: tex(unisong9e.tfm) = %{tl_version} +Provides: tex(unisong9f.tfm) = %{tl_version} +Provides: tex(unisonga0.tfm) = %{tl_version} +Provides: tex(unisonga1.tfm) = %{tl_version} +Provides: tex(unisonga2.tfm) = %{tl_version} +Provides: tex(unisonga3.tfm) = %{tl_version} +Provides: tex(unisonga4.tfm) = %{tl_version} +Provides: tex(unisonga5.tfm) = %{tl_version} +Provides: tex(unisonga6.tfm) = %{tl_version} +Provides: tex(unisonga7.tfm) = %{tl_version} +Provides: tex(unisonga8.tfm) = %{tl_version} +Provides: tex(unisonga9.tfm) = %{tl_version} +Provides: tex(unisongaa.tfm) = %{tl_version} +Provides: tex(unisongab.tfm) = %{tl_version} +Provides: tex(unisongac.tfm) = %{tl_version} +Provides: tex(unisongad.tfm) = %{tl_version} +Provides: tex(unisongae.tfm) = %{tl_version} +Provides: tex(unisongaf.tfm) = %{tl_version} +Provides: tex(unisongb0.tfm) = %{tl_version} +Provides: tex(unisongb1.tfm) = %{tl_version} +Provides: tex(unisongb2.tfm) = %{tl_version} +Provides: tex(unisongb3.tfm) = %{tl_version} +Provides: tex(unisongb4.tfm) = %{tl_version} +Provides: tex(unisongb5.tfm) = %{tl_version} +Provides: tex(unisongb6.tfm) = %{tl_version} +Provides: tex(unisongb7.tfm) = %{tl_version} +Provides: tex(unisongb8.tfm) = %{tl_version} +Provides: tex(unisongb9.tfm) = %{tl_version} +Provides: tex(unisongba.tfm) = %{tl_version} +Provides: tex(unisongbb.tfm) = %{tl_version} +Provides: tex(unisongbc.tfm) = %{tl_version} +Provides: tex(unisongbd.tfm) = %{tl_version} +Provides: tex(unisongbe.tfm) = %{tl_version} +Provides: tex(unisongbf.tfm) = %{tl_version} +Provides: tex(unisongc0.tfm) = %{tl_version} +Provides: tex(unisongc1.tfm) = %{tl_version} +Provides: tex(unisongc2.tfm) = %{tl_version} +Provides: tex(unisongc3.tfm) = %{tl_version} +Provides: tex(unisongc4.tfm) = %{tl_version} +Provides: tex(unisongc5.tfm) = %{tl_version} +Provides: tex(unisongc6.tfm) = %{tl_version} +Provides: tex(unisongc7.tfm) = %{tl_version} +Provides: tex(unisongc8.tfm) = %{tl_version} +Provides: tex(unisongc9.tfm) = %{tl_version} +Provides: tex(unisongca.tfm) = %{tl_version} +Provides: tex(unisongcb.tfm) = %{tl_version} +Provides: tex(unisongcc.tfm) = %{tl_version} +Provides: tex(unisongcd.tfm) = %{tl_version} +Provides: tex(unisongce.tfm) = %{tl_version} +Provides: tex(unisongcf.tfm) = %{tl_version} +Provides: tex(unisongd0.tfm) = %{tl_version} +Provides: tex(unisongd1.tfm) = %{tl_version} +Provides: tex(unisongd2.tfm) = %{tl_version} +Provides: tex(unisongd3.tfm) = %{tl_version} +Provides: tex(unisongd4.tfm) = %{tl_version} +Provides: tex(unisongd5.tfm) = %{tl_version} +Provides: tex(unisongd6.tfm) = %{tl_version} +Provides: tex(unisongd7.tfm) = %{tl_version} +Provides: tex(unisongd8.tfm) = %{tl_version} +Provides: tex(unisongd9.tfm) = %{tl_version} +Provides: tex(unisongda.tfm) = %{tl_version} +Provides: tex(unisongdb.tfm) = %{tl_version} +Provides: tex(unisongdc.tfm) = %{tl_version} +Provides: tex(unisongdd.tfm) = %{tl_version} +Provides: tex(unisongde.tfm) = %{tl_version} +Provides: tex(unisongdf.tfm) = %{tl_version} +Provides: tex(unisonge0.tfm) = %{tl_version} +Provides: tex(unisonge1.tfm) = %{tl_version} +Provides: tex(unisonge2.tfm) = %{tl_version} +Provides: tex(unisonge3.tfm) = %{tl_version} +Provides: tex(unisonge4.tfm) = %{tl_version} +Provides: tex(unisonge5.tfm) = %{tl_version} +Provides: tex(unisonge6.tfm) = %{tl_version} +Provides: tex(unisonge7.tfm) = %{tl_version} +Provides: tex(unisonge8.tfm) = %{tl_version} +Provides: tex(unisonge9.tfm) = %{tl_version} +Provides: tex(unisongea.tfm) = %{tl_version} +Provides: tex(unisongeb.tfm) = %{tl_version} +Provides: tex(unisongec.tfm) = %{tl_version} +Provides: tex(unisonged.tfm) = %{tl_version} +Provides: tex(unisongee.tfm) = %{tl_version} +Provides: tex(unisongef.tfm) = %{tl_version} +Provides: tex(unisongf0.tfm) = %{tl_version} +Provides: tex(unisongf1.tfm) = %{tl_version} +Provides: tex(unisongf2.tfm) = %{tl_version} +Provides: tex(unisongf3.tfm) = %{tl_version} +Provides: tex(unisongf4.tfm) = %{tl_version} +Provides: tex(unisongf5.tfm) = %{tl_version} +Provides: tex(unisongf6.tfm) = %{tl_version} +Provides: tex(unisongf7.tfm) = %{tl_version} +Provides: tex(unisongf8.tfm) = %{tl_version} +Provides: tex(unisongf9.tfm) = %{tl_version} +Provides: tex(unisongfa.tfm) = %{tl_version} +Provides: tex(unisongfb.tfm) = %{tl_version} +Provides: tex(unisongfc.tfm) = %{tl_version} +Provides: tex(unisongfd.tfm) = %{tl_version} +Provides: tex(unisongfe.tfm) = %{tl_version} +Provides: tex(unisongff.tfm) = %{tl_version} +Provides: tex(unisongsl00.tfm) = %{tl_version} +Provides: tex(unisongsl01.tfm) = %{tl_version} +Provides: tex(unisongsl02.tfm) = %{tl_version} +Provides: tex(unisongsl03.tfm) = %{tl_version} +Provides: tex(unisongsl04.tfm) = %{tl_version} +Provides: tex(unisongsl05.tfm) = %{tl_version} +Provides: tex(unisongsl06.tfm) = %{tl_version} +Provides: tex(unisongsl07.tfm) = %{tl_version} +Provides: tex(unisongsl08.tfm) = %{tl_version} +Provides: tex(unisongsl09.tfm) = %{tl_version} +Provides: tex(unisongsl0a.tfm) = %{tl_version} +Provides: tex(unisongsl0b.tfm) = %{tl_version} +Provides: tex(unisongsl0c.tfm) = %{tl_version} +Provides: tex(unisongsl0d.tfm) = %{tl_version} +Provides: tex(unisongsl0e.tfm) = %{tl_version} +Provides: tex(unisongsl0f.tfm) = %{tl_version} +Provides: tex(unisongsl10.tfm) = %{tl_version} +Provides: tex(unisongsl11.tfm) = %{tl_version} +Provides: tex(unisongsl12.tfm) = %{tl_version} +Provides: tex(unisongsl13.tfm) = %{tl_version} +Provides: tex(unisongsl14.tfm) = %{tl_version} +Provides: tex(unisongsl15.tfm) = %{tl_version} +Provides: tex(unisongsl16.tfm) = %{tl_version} +Provides: tex(unisongsl17.tfm) = %{tl_version} +Provides: tex(unisongsl18.tfm) = %{tl_version} +Provides: tex(unisongsl19.tfm) = %{tl_version} +Provides: tex(unisongsl1a.tfm) = %{tl_version} +Provides: tex(unisongsl1b.tfm) = %{tl_version} +Provides: tex(unisongsl1c.tfm) = %{tl_version} +Provides: tex(unisongsl1d.tfm) = %{tl_version} +Provides: tex(unisongsl1e.tfm) = %{tl_version} +Provides: tex(unisongsl1f.tfm) = %{tl_version} +Provides: tex(unisongsl20.tfm) = %{tl_version} +Provides: tex(unisongsl21.tfm) = %{tl_version} +Provides: tex(unisongsl22.tfm) = %{tl_version} +Provides: tex(unisongsl23.tfm) = %{tl_version} +Provides: tex(unisongsl24.tfm) = %{tl_version} +Provides: tex(unisongsl25.tfm) = %{tl_version} +Provides: tex(unisongsl26.tfm) = %{tl_version} +Provides: tex(unisongsl27.tfm) = %{tl_version} +Provides: tex(unisongsl28.tfm) = %{tl_version} +Provides: tex(unisongsl29.tfm) = %{tl_version} +Provides: tex(unisongsl2a.tfm) = %{tl_version} +Provides: tex(unisongsl2b.tfm) = %{tl_version} +Provides: tex(unisongsl2c.tfm) = %{tl_version} +Provides: tex(unisongsl2d.tfm) = %{tl_version} +Provides: tex(unisongsl2e.tfm) = %{tl_version} +Provides: tex(unisongsl2f.tfm) = %{tl_version} +Provides: tex(unisongsl30.tfm) = %{tl_version} +Provides: tex(unisongsl31.tfm) = %{tl_version} +Provides: tex(unisongsl32.tfm) = %{tl_version} +Provides: tex(unisongsl33.tfm) = %{tl_version} +Provides: tex(unisongsl34.tfm) = %{tl_version} +Provides: tex(unisongsl35.tfm) = %{tl_version} +Provides: tex(unisongsl36.tfm) = %{tl_version} +Provides: tex(unisongsl37.tfm) = %{tl_version} +Provides: tex(unisongsl38.tfm) = %{tl_version} +Provides: tex(unisongsl39.tfm) = %{tl_version} +Provides: tex(unisongsl3a.tfm) = %{tl_version} +Provides: tex(unisongsl3b.tfm) = %{tl_version} +Provides: tex(unisongsl3c.tfm) = %{tl_version} +Provides: tex(unisongsl3d.tfm) = %{tl_version} +Provides: tex(unisongsl3e.tfm) = %{tl_version} +Provides: tex(unisongsl3f.tfm) = %{tl_version} +Provides: tex(unisongsl40.tfm) = %{tl_version} +Provides: tex(unisongsl41.tfm) = %{tl_version} +Provides: tex(unisongsl42.tfm) = %{tl_version} +Provides: tex(unisongsl43.tfm) = %{tl_version} +Provides: tex(unisongsl44.tfm) = %{tl_version} +Provides: tex(unisongsl45.tfm) = %{tl_version} +Provides: tex(unisongsl46.tfm) = %{tl_version} +Provides: tex(unisongsl47.tfm) = %{tl_version} +Provides: tex(unisongsl48.tfm) = %{tl_version} +Provides: tex(unisongsl49.tfm) = %{tl_version} +Provides: tex(unisongsl4a.tfm) = %{tl_version} +Provides: tex(unisongsl4b.tfm) = %{tl_version} +Provides: tex(unisongsl4c.tfm) = %{tl_version} +Provides: tex(unisongsl4d.tfm) = %{tl_version} +Provides: tex(unisongsl4e.tfm) = %{tl_version} +Provides: tex(unisongsl4f.tfm) = %{tl_version} +Provides: tex(unisongsl50.tfm) = %{tl_version} +Provides: tex(unisongsl51.tfm) = %{tl_version} +Provides: tex(unisongsl52.tfm) = %{tl_version} +Provides: tex(unisongsl53.tfm) = %{tl_version} +Provides: tex(unisongsl54.tfm) = %{tl_version} +Provides: tex(unisongsl55.tfm) = %{tl_version} +Provides: tex(unisongsl56.tfm) = %{tl_version} +Provides: tex(unisongsl57.tfm) = %{tl_version} +Provides: tex(unisongsl58.tfm) = %{tl_version} +Provides: tex(unisongsl59.tfm) = %{tl_version} +Provides: tex(unisongsl5a.tfm) = %{tl_version} +Provides: tex(unisongsl5b.tfm) = %{tl_version} +Provides: tex(unisongsl5c.tfm) = %{tl_version} +Provides: tex(unisongsl5d.tfm) = %{tl_version} +Provides: tex(unisongsl5e.tfm) = %{tl_version} +Provides: tex(unisongsl5f.tfm) = %{tl_version} +Provides: tex(unisongsl60.tfm) = %{tl_version} +Provides: tex(unisongsl61.tfm) = %{tl_version} +Provides: tex(unisongsl62.tfm) = %{tl_version} +Provides: tex(unisongsl63.tfm) = %{tl_version} +Provides: tex(unisongsl64.tfm) = %{tl_version} +Provides: tex(unisongsl65.tfm) = %{tl_version} +Provides: tex(unisongsl66.tfm) = %{tl_version} +Provides: tex(unisongsl67.tfm) = %{tl_version} +Provides: tex(unisongsl68.tfm) = %{tl_version} +Provides: tex(unisongsl69.tfm) = %{tl_version} +Provides: tex(unisongsl6a.tfm) = %{tl_version} +Provides: tex(unisongsl6b.tfm) = %{tl_version} +Provides: tex(unisongsl6c.tfm) = %{tl_version} +Provides: tex(unisongsl6d.tfm) = %{tl_version} +Provides: tex(unisongsl6e.tfm) = %{tl_version} +Provides: tex(unisongsl6f.tfm) = %{tl_version} +Provides: tex(unisongsl70.tfm) = %{tl_version} +Provides: tex(unisongsl71.tfm) = %{tl_version} +Provides: tex(unisongsl72.tfm) = %{tl_version} +Provides: tex(unisongsl73.tfm) = %{tl_version} +Provides: tex(unisongsl74.tfm) = %{tl_version} +Provides: tex(unisongsl75.tfm) = %{tl_version} +Provides: tex(unisongsl76.tfm) = %{tl_version} +Provides: tex(unisongsl77.tfm) = %{tl_version} +Provides: tex(unisongsl78.tfm) = %{tl_version} +Provides: tex(unisongsl79.tfm) = %{tl_version} +Provides: tex(unisongsl7a.tfm) = %{tl_version} +Provides: tex(unisongsl7b.tfm) = %{tl_version} +Provides: tex(unisongsl7c.tfm) = %{tl_version} +Provides: tex(unisongsl7d.tfm) = %{tl_version} +Provides: tex(unisongsl7e.tfm) = %{tl_version} +Provides: tex(unisongsl7f.tfm) = %{tl_version} +Provides: tex(unisongsl80.tfm) = %{tl_version} +Provides: tex(unisongsl81.tfm) = %{tl_version} +Provides: tex(unisongsl82.tfm) = %{tl_version} +Provides: tex(unisongsl83.tfm) = %{tl_version} +Provides: tex(unisongsl84.tfm) = %{tl_version} +Provides: tex(unisongsl85.tfm) = %{tl_version} +Provides: tex(unisongsl86.tfm) = %{tl_version} +Provides: tex(unisongsl87.tfm) = %{tl_version} +Provides: tex(unisongsl88.tfm) = %{tl_version} +Provides: tex(unisongsl89.tfm) = %{tl_version} +Provides: tex(unisongsl8a.tfm) = %{tl_version} +Provides: tex(unisongsl8b.tfm) = %{tl_version} +Provides: tex(unisongsl8c.tfm) = %{tl_version} +Provides: tex(unisongsl8d.tfm) = %{tl_version} +Provides: tex(unisongsl8e.tfm) = %{tl_version} +Provides: tex(unisongsl8f.tfm) = %{tl_version} +Provides: tex(unisongsl90.tfm) = %{tl_version} +Provides: tex(unisongsl91.tfm) = %{tl_version} +Provides: tex(unisongsl92.tfm) = %{tl_version} +Provides: tex(unisongsl93.tfm) = %{tl_version} +Provides: tex(unisongsl94.tfm) = %{tl_version} +Provides: tex(unisongsl95.tfm) = %{tl_version} +Provides: tex(unisongsl96.tfm) = %{tl_version} +Provides: tex(unisongsl97.tfm) = %{tl_version} +Provides: tex(unisongsl98.tfm) = %{tl_version} +Provides: tex(unisongsl99.tfm) = %{tl_version} +Provides: tex(unisongsl9a.tfm) = %{tl_version} +Provides: tex(unisongsl9b.tfm) = %{tl_version} +Provides: tex(unisongsl9c.tfm) = %{tl_version} +Provides: tex(unisongsl9d.tfm) = %{tl_version} +Provides: tex(unisongsl9e.tfm) = %{tl_version} +Provides: tex(unisongsl9f.tfm) = %{tl_version} +Provides: tex(unisongsla0.tfm) = %{tl_version} +Provides: tex(unisongsla1.tfm) = %{tl_version} +Provides: tex(unisongsla2.tfm) = %{tl_version} +Provides: tex(unisongsla3.tfm) = %{tl_version} +Provides: tex(unisongsla4.tfm) = %{tl_version} +Provides: tex(unisongsla5.tfm) = %{tl_version} +Provides: tex(unisongsla6.tfm) = %{tl_version} +Provides: tex(unisongsla7.tfm) = %{tl_version} +Provides: tex(unisongsla8.tfm) = %{tl_version} +Provides: tex(unisongsla9.tfm) = %{tl_version} +Provides: tex(unisongslaa.tfm) = %{tl_version} +Provides: tex(unisongslab.tfm) = %{tl_version} +Provides: tex(unisongslac.tfm) = %{tl_version} +Provides: tex(unisongslad.tfm) = %{tl_version} +Provides: tex(unisongslae.tfm) = %{tl_version} +Provides: tex(unisongslaf.tfm) = %{tl_version} +Provides: tex(unisongslb0.tfm) = %{tl_version} +Provides: tex(unisongslb1.tfm) = %{tl_version} +Provides: tex(unisongslb2.tfm) = %{tl_version} +Provides: tex(unisongslb3.tfm) = %{tl_version} +Provides: tex(unisongslb4.tfm) = %{tl_version} +Provides: tex(unisongslb5.tfm) = %{tl_version} +Provides: tex(unisongslb6.tfm) = %{tl_version} +Provides: tex(unisongslb7.tfm) = %{tl_version} +Provides: tex(unisongslb8.tfm) = %{tl_version} +Provides: tex(unisongslb9.tfm) = %{tl_version} +Provides: tex(unisongslba.tfm) = %{tl_version} +Provides: tex(unisongslbb.tfm) = %{tl_version} +Provides: tex(unisongslbc.tfm) = %{tl_version} +Provides: tex(unisongslbd.tfm) = %{tl_version} +Provides: tex(unisongslbe.tfm) = %{tl_version} +Provides: tex(unisongslbf.tfm) = %{tl_version} +Provides: tex(unisongslc0.tfm) = %{tl_version} +Provides: tex(unisongslc1.tfm) = %{tl_version} +Provides: tex(unisongslc2.tfm) = %{tl_version} +Provides: tex(unisongslc3.tfm) = %{tl_version} +Provides: tex(unisongslc4.tfm) = %{tl_version} +Provides: tex(unisongslc5.tfm) = %{tl_version} +Provides: tex(unisongslc6.tfm) = %{tl_version} +Provides: tex(unisongslc7.tfm) = %{tl_version} +Provides: tex(unisongslc8.tfm) = %{tl_version} +Provides: tex(unisongslc9.tfm) = %{tl_version} +Provides: tex(unisongslca.tfm) = %{tl_version} +Provides: tex(unisongslcb.tfm) = %{tl_version} +Provides: tex(unisongslcc.tfm) = %{tl_version} +Provides: tex(unisongslcd.tfm) = %{tl_version} +Provides: tex(unisongslce.tfm) = %{tl_version} +Provides: tex(unisongslcf.tfm) = %{tl_version} +Provides: tex(unisongsld0.tfm) = %{tl_version} +Provides: tex(unisongsld1.tfm) = %{tl_version} +Provides: tex(unisongsld2.tfm) = %{tl_version} +Provides: tex(unisongsld3.tfm) = %{tl_version} +Provides: tex(unisongsld4.tfm) = %{tl_version} +Provides: tex(unisongsld5.tfm) = %{tl_version} +Provides: tex(unisongsld6.tfm) = %{tl_version} +Provides: tex(unisongsld7.tfm) = %{tl_version} +Provides: tex(unisongsld8.tfm) = %{tl_version} +Provides: tex(unisongsld9.tfm) = %{tl_version} +Provides: tex(unisongslda.tfm) = %{tl_version} +Provides: tex(unisongsldb.tfm) = %{tl_version} +Provides: tex(unisongsldc.tfm) = %{tl_version} +Provides: tex(unisongsldd.tfm) = %{tl_version} +Provides: tex(unisongslde.tfm) = %{tl_version} +Provides: tex(unisongsldf.tfm) = %{tl_version} +Provides: tex(unisongsle0.tfm) = %{tl_version} +Provides: tex(unisongsle1.tfm) = %{tl_version} +Provides: tex(unisongsle2.tfm) = %{tl_version} +Provides: tex(unisongsle3.tfm) = %{tl_version} +Provides: tex(unisongsle4.tfm) = %{tl_version} +Provides: tex(unisongsle5.tfm) = %{tl_version} +Provides: tex(unisongsle6.tfm) = %{tl_version} +Provides: tex(unisongsle7.tfm) = %{tl_version} +Provides: tex(unisongsle8.tfm) = %{tl_version} +Provides: tex(unisongsle9.tfm) = %{tl_version} +Provides: tex(unisongslea.tfm) = %{tl_version} +Provides: tex(unisongsleb.tfm) = %{tl_version} +Provides: tex(unisongslec.tfm) = %{tl_version} +Provides: tex(unisongsled.tfm) = %{tl_version} +Provides: tex(unisongslee.tfm) = %{tl_version} +Provides: tex(unisongslef.tfm) = %{tl_version} +Provides: tex(unisongslf0.tfm) = %{tl_version} +Provides: tex(unisongslf1.tfm) = %{tl_version} +Provides: tex(unisongslf2.tfm) = %{tl_version} +Provides: tex(unisongslf3.tfm) = %{tl_version} +Provides: tex(unisongslf4.tfm) = %{tl_version} +Provides: tex(unisongslf5.tfm) = %{tl_version} +Provides: tex(unisongslf6.tfm) = %{tl_version} +Provides: tex(unisongslf7.tfm) = %{tl_version} +Provides: tex(unisongslf8.tfm) = %{tl_version} +Provides: tex(unisongslf9.tfm) = %{tl_version} +Provides: tex(unisongslfa.tfm) = %{tl_version} +Provides: tex(unisongslfb.tfm) = %{tl_version} +Provides: tex(unisongslfc.tfm) = %{tl_version} +Provides: tex(unisongslfd.tfm) = %{tl_version} +Provides: tex(unisongslfe.tfm) = %{tl_version} +Provides: tex(unisongslff.tfm) = %{tl_version} +Provides: tex(uniyou00.tfm) = %{tl_version} +Provides: tex(uniyou01.tfm) = %{tl_version} +Provides: tex(uniyou02.tfm) = %{tl_version} +Provides: tex(uniyou03.tfm) = %{tl_version} +Provides: tex(uniyou04.tfm) = %{tl_version} +Provides: tex(uniyou05.tfm) = %{tl_version} +Provides: tex(uniyou06.tfm) = %{tl_version} +Provides: tex(uniyou07.tfm) = %{tl_version} +Provides: tex(uniyou08.tfm) = %{tl_version} +Provides: tex(uniyou09.tfm) = %{tl_version} +Provides: tex(uniyou0a.tfm) = %{tl_version} +Provides: tex(uniyou0b.tfm) = %{tl_version} +Provides: tex(uniyou0c.tfm) = %{tl_version} +Provides: tex(uniyou0d.tfm) = %{tl_version} +Provides: tex(uniyou0e.tfm) = %{tl_version} +Provides: tex(uniyou0f.tfm) = %{tl_version} +Provides: tex(uniyou10.tfm) = %{tl_version} +Provides: tex(uniyou11.tfm) = %{tl_version} +Provides: tex(uniyou12.tfm) = %{tl_version} +Provides: tex(uniyou13.tfm) = %{tl_version} +Provides: tex(uniyou14.tfm) = %{tl_version} +Provides: tex(uniyou15.tfm) = %{tl_version} +Provides: tex(uniyou16.tfm) = %{tl_version} +Provides: tex(uniyou17.tfm) = %{tl_version} +Provides: tex(uniyou18.tfm) = %{tl_version} +Provides: tex(uniyou19.tfm) = %{tl_version} +Provides: tex(uniyou1a.tfm) = %{tl_version} +Provides: tex(uniyou1b.tfm) = %{tl_version} +Provides: tex(uniyou1c.tfm) = %{tl_version} +Provides: tex(uniyou1d.tfm) = %{tl_version} +Provides: tex(uniyou1e.tfm) = %{tl_version} +Provides: tex(uniyou1f.tfm) = %{tl_version} +Provides: tex(uniyou20.tfm) = %{tl_version} +Provides: tex(uniyou21.tfm) = %{tl_version} +Provides: tex(uniyou22.tfm) = %{tl_version} +Provides: tex(uniyou23.tfm) = %{tl_version} +Provides: tex(uniyou24.tfm) = %{tl_version} +Provides: tex(uniyou25.tfm) = %{tl_version} +Provides: tex(uniyou26.tfm) = %{tl_version} +Provides: tex(uniyou27.tfm) = %{tl_version} +Provides: tex(uniyou28.tfm) = %{tl_version} +Provides: tex(uniyou29.tfm) = %{tl_version} +Provides: tex(uniyou2a.tfm) = %{tl_version} +Provides: tex(uniyou2b.tfm) = %{tl_version} +Provides: tex(uniyou2c.tfm) = %{tl_version} +Provides: tex(uniyou2d.tfm) = %{tl_version} +Provides: tex(uniyou2e.tfm) = %{tl_version} +Provides: tex(uniyou2f.tfm) = %{tl_version} +Provides: tex(uniyou30.tfm) = %{tl_version} +Provides: tex(uniyou31.tfm) = %{tl_version} +Provides: tex(uniyou32.tfm) = %{tl_version} +Provides: tex(uniyou33.tfm) = %{tl_version} +Provides: tex(uniyou34.tfm) = %{tl_version} +Provides: tex(uniyou35.tfm) = %{tl_version} +Provides: tex(uniyou36.tfm) = %{tl_version} +Provides: tex(uniyou37.tfm) = %{tl_version} +Provides: tex(uniyou38.tfm) = %{tl_version} +Provides: tex(uniyou39.tfm) = %{tl_version} +Provides: tex(uniyou3a.tfm) = %{tl_version} +Provides: tex(uniyou3b.tfm) = %{tl_version} +Provides: tex(uniyou3c.tfm) = %{tl_version} +Provides: tex(uniyou3d.tfm) = %{tl_version} +Provides: tex(uniyou3e.tfm) = %{tl_version} +Provides: tex(uniyou3f.tfm) = %{tl_version} +Provides: tex(uniyou40.tfm) = %{tl_version} +Provides: tex(uniyou41.tfm) = %{tl_version} +Provides: tex(uniyou42.tfm) = %{tl_version} +Provides: tex(uniyou43.tfm) = %{tl_version} +Provides: tex(uniyou44.tfm) = %{tl_version} +Provides: tex(uniyou45.tfm) = %{tl_version} +Provides: tex(uniyou46.tfm) = %{tl_version} +Provides: tex(uniyou47.tfm) = %{tl_version} +Provides: tex(uniyou48.tfm) = %{tl_version} +Provides: tex(uniyou49.tfm) = %{tl_version} +Provides: tex(uniyou4a.tfm) = %{tl_version} +Provides: tex(uniyou4b.tfm) = %{tl_version} +Provides: tex(uniyou4c.tfm) = %{tl_version} +Provides: tex(uniyou4d.tfm) = %{tl_version} +Provides: tex(uniyou4e.tfm) = %{tl_version} +Provides: tex(uniyou4f.tfm) = %{tl_version} +Provides: tex(uniyou50.tfm) = %{tl_version} +Provides: tex(uniyou51.tfm) = %{tl_version} +Provides: tex(uniyou52.tfm) = %{tl_version} +Provides: tex(uniyou53.tfm) = %{tl_version} +Provides: tex(uniyou54.tfm) = %{tl_version} +Provides: tex(uniyou55.tfm) = %{tl_version} +Provides: tex(uniyou56.tfm) = %{tl_version} +Provides: tex(uniyou57.tfm) = %{tl_version} +Provides: tex(uniyou58.tfm) = %{tl_version} +Provides: tex(uniyou59.tfm) = %{tl_version} +Provides: tex(uniyou5a.tfm) = %{tl_version} +Provides: tex(uniyou5b.tfm) = %{tl_version} +Provides: tex(uniyou5c.tfm) = %{tl_version} +Provides: tex(uniyou5d.tfm) = %{tl_version} +Provides: tex(uniyou5e.tfm) = %{tl_version} +Provides: tex(uniyou5f.tfm) = %{tl_version} +Provides: tex(uniyou60.tfm) = %{tl_version} +Provides: tex(uniyou61.tfm) = %{tl_version} +Provides: tex(uniyou62.tfm) = %{tl_version} +Provides: tex(uniyou63.tfm) = %{tl_version} +Provides: tex(uniyou64.tfm) = %{tl_version} +Provides: tex(uniyou65.tfm) = %{tl_version} +Provides: tex(uniyou66.tfm) = %{tl_version} +Provides: tex(uniyou67.tfm) = %{tl_version} +Provides: tex(uniyou68.tfm) = %{tl_version} +Provides: tex(uniyou69.tfm) = %{tl_version} +Provides: tex(uniyou6a.tfm) = %{tl_version} +Provides: tex(uniyou6b.tfm) = %{tl_version} +Provides: tex(uniyou6c.tfm) = %{tl_version} +Provides: tex(uniyou6d.tfm) = %{tl_version} +Provides: tex(uniyou6e.tfm) = %{tl_version} +Provides: tex(uniyou6f.tfm) = %{tl_version} +Provides: tex(uniyou70.tfm) = %{tl_version} +Provides: tex(uniyou71.tfm) = %{tl_version} +Provides: tex(uniyou72.tfm) = %{tl_version} +Provides: tex(uniyou73.tfm) = %{tl_version} +Provides: tex(uniyou74.tfm) = %{tl_version} +Provides: tex(uniyou75.tfm) = %{tl_version} +Provides: tex(uniyou76.tfm) = %{tl_version} +Provides: tex(uniyou77.tfm) = %{tl_version} +Provides: tex(uniyou78.tfm) = %{tl_version} +Provides: tex(uniyou79.tfm) = %{tl_version} +Provides: tex(uniyou7a.tfm) = %{tl_version} +Provides: tex(uniyou7b.tfm) = %{tl_version} +Provides: tex(uniyou7c.tfm) = %{tl_version} +Provides: tex(uniyou7d.tfm) = %{tl_version} +Provides: tex(uniyou7e.tfm) = %{tl_version} +Provides: tex(uniyou7f.tfm) = %{tl_version} +Provides: tex(uniyou80.tfm) = %{tl_version} +Provides: tex(uniyou81.tfm) = %{tl_version} +Provides: tex(uniyou82.tfm) = %{tl_version} +Provides: tex(uniyou83.tfm) = %{tl_version} +Provides: tex(uniyou84.tfm) = %{tl_version} +Provides: tex(uniyou85.tfm) = %{tl_version} +Provides: tex(uniyou86.tfm) = %{tl_version} +Provides: tex(uniyou87.tfm) = %{tl_version} +Provides: tex(uniyou88.tfm) = %{tl_version} +Provides: tex(uniyou89.tfm) = %{tl_version} +Provides: tex(uniyou8a.tfm) = %{tl_version} +Provides: tex(uniyou8b.tfm) = %{tl_version} +Provides: tex(uniyou8c.tfm) = %{tl_version} +Provides: tex(uniyou8d.tfm) = %{tl_version} +Provides: tex(uniyou8e.tfm) = %{tl_version} +Provides: tex(uniyou8f.tfm) = %{tl_version} +Provides: tex(uniyou90.tfm) = %{tl_version} +Provides: tex(uniyou91.tfm) = %{tl_version} +Provides: tex(uniyou92.tfm) = %{tl_version} +Provides: tex(uniyou93.tfm) = %{tl_version} +Provides: tex(uniyou94.tfm) = %{tl_version} +Provides: tex(uniyou95.tfm) = %{tl_version} +Provides: tex(uniyou96.tfm) = %{tl_version} +Provides: tex(uniyou97.tfm) = %{tl_version} +Provides: tex(uniyou98.tfm) = %{tl_version} +Provides: tex(uniyou99.tfm) = %{tl_version} +Provides: tex(uniyou9a.tfm) = %{tl_version} +Provides: tex(uniyou9b.tfm) = %{tl_version} +Provides: tex(uniyou9c.tfm) = %{tl_version} +Provides: tex(uniyou9d.tfm) = %{tl_version} +Provides: tex(uniyou9e.tfm) = %{tl_version} +Provides: tex(uniyou9f.tfm) = %{tl_version} +Provides: tex(uniyoua0.tfm) = %{tl_version} +Provides: tex(uniyoua1.tfm) = %{tl_version} +Provides: tex(uniyoua2.tfm) = %{tl_version} +Provides: tex(uniyoua3.tfm) = %{tl_version} +Provides: tex(uniyoua4.tfm) = %{tl_version} +Provides: tex(uniyoua5.tfm) = %{tl_version} +Provides: tex(uniyoua6.tfm) = %{tl_version} +Provides: tex(uniyoua7.tfm) = %{tl_version} +Provides: tex(uniyoua8.tfm) = %{tl_version} +Provides: tex(uniyoua9.tfm) = %{tl_version} +Provides: tex(uniyouaa.tfm) = %{tl_version} +Provides: tex(uniyouab.tfm) = %{tl_version} +Provides: tex(uniyouac.tfm) = %{tl_version} +Provides: tex(uniyouad.tfm) = %{tl_version} +Provides: tex(uniyouae.tfm) = %{tl_version} +Provides: tex(uniyouaf.tfm) = %{tl_version} +Provides: tex(uniyoub0.tfm) = %{tl_version} +Provides: tex(uniyoub1.tfm) = %{tl_version} +Provides: tex(uniyoub2.tfm) = %{tl_version} +Provides: tex(uniyoub3.tfm) = %{tl_version} +Provides: tex(uniyoub4.tfm) = %{tl_version} +Provides: tex(uniyoub5.tfm) = %{tl_version} +Provides: tex(uniyoub6.tfm) = %{tl_version} +Provides: tex(uniyoub7.tfm) = %{tl_version} +Provides: tex(uniyoub8.tfm) = %{tl_version} +Provides: tex(uniyoub9.tfm) = %{tl_version} +Provides: tex(uniyouba.tfm) = %{tl_version} +Provides: tex(uniyoubb.tfm) = %{tl_version} +Provides: tex(uniyoubc.tfm) = %{tl_version} +Provides: tex(uniyoubd.tfm) = %{tl_version} +Provides: tex(uniyoube.tfm) = %{tl_version} +Provides: tex(uniyoubf.tfm) = %{tl_version} +Provides: tex(uniyouc0.tfm) = %{tl_version} +Provides: tex(uniyouc1.tfm) = %{tl_version} +Provides: tex(uniyouc2.tfm) = %{tl_version} +Provides: tex(uniyouc3.tfm) = %{tl_version} +Provides: tex(uniyouc4.tfm) = %{tl_version} +Provides: tex(uniyouc5.tfm) = %{tl_version} +Provides: tex(uniyouc6.tfm) = %{tl_version} +Provides: tex(uniyouc7.tfm) = %{tl_version} +Provides: tex(uniyouc8.tfm) = %{tl_version} +Provides: tex(uniyouc9.tfm) = %{tl_version} +Provides: tex(uniyouca.tfm) = %{tl_version} +Provides: tex(uniyoucb.tfm) = %{tl_version} +Provides: tex(uniyoucc.tfm) = %{tl_version} +Provides: tex(uniyoucd.tfm) = %{tl_version} +Provides: tex(uniyouce.tfm) = %{tl_version} +Provides: tex(uniyoucf.tfm) = %{tl_version} +Provides: tex(uniyoud0.tfm) = %{tl_version} +Provides: tex(uniyoud1.tfm) = %{tl_version} +Provides: tex(uniyoud2.tfm) = %{tl_version} +Provides: tex(uniyoud3.tfm) = %{tl_version} +Provides: tex(uniyoud4.tfm) = %{tl_version} +Provides: tex(uniyoud5.tfm) = %{tl_version} +Provides: tex(uniyoud6.tfm) = %{tl_version} +Provides: tex(uniyoud7.tfm) = %{tl_version} +Provides: tex(uniyoud8.tfm) = %{tl_version} +Provides: tex(uniyoud9.tfm) = %{tl_version} +Provides: tex(uniyouda.tfm) = %{tl_version} +Provides: tex(uniyoudb.tfm) = %{tl_version} +Provides: tex(uniyoudc.tfm) = %{tl_version} +Provides: tex(uniyoudd.tfm) = %{tl_version} +Provides: tex(uniyoude.tfm) = %{tl_version} +Provides: tex(uniyoudf.tfm) = %{tl_version} +Provides: tex(uniyoue0.tfm) = %{tl_version} +Provides: tex(uniyoue1.tfm) = %{tl_version} +Provides: tex(uniyoue2.tfm) = %{tl_version} +Provides: tex(uniyoue3.tfm) = %{tl_version} +Provides: tex(uniyoue4.tfm) = %{tl_version} +Provides: tex(uniyoue5.tfm) = %{tl_version} +Provides: tex(uniyoue6.tfm) = %{tl_version} +Provides: tex(uniyoue7.tfm) = %{tl_version} +Provides: tex(uniyoue8.tfm) = %{tl_version} +Provides: tex(uniyoue9.tfm) = %{tl_version} +Provides: tex(uniyouea.tfm) = %{tl_version} +Provides: tex(uniyoueb.tfm) = %{tl_version} +Provides: tex(uniyouec.tfm) = %{tl_version} +Provides: tex(uniyoued.tfm) = %{tl_version} +Provides: tex(uniyouee.tfm) = %{tl_version} +Provides: tex(uniyouef.tfm) = %{tl_version} +Provides: tex(uniyouf0.tfm) = %{tl_version} +Provides: tex(uniyouf1.tfm) = %{tl_version} +Provides: tex(uniyouf2.tfm) = %{tl_version} +Provides: tex(uniyouf3.tfm) = %{tl_version} +Provides: tex(uniyouf4.tfm) = %{tl_version} +Provides: tex(uniyouf5.tfm) = %{tl_version} +Provides: tex(uniyouf6.tfm) = %{tl_version} +Provides: tex(uniyouf7.tfm) = %{tl_version} +Provides: tex(uniyouf8.tfm) = %{tl_version} +Provides: tex(uniyouf9.tfm) = %{tl_version} +Provides: tex(uniyoufa.tfm) = %{tl_version} +Provides: tex(uniyoufb.tfm) = %{tl_version} +Provides: tex(uniyoufc.tfm) = %{tl_version} +Provides: tex(uniyoufd.tfm) = %{tl_version} +Provides: tex(uniyoufe.tfm) = %{tl_version} +Provides: tex(uniyouff.tfm) = %{tl_version} +Provides: tex(uniyousl00.tfm) = %{tl_version} +Provides: tex(uniyousl01.tfm) = %{tl_version} +Provides: tex(uniyousl02.tfm) = %{tl_version} +Provides: tex(uniyousl03.tfm) = %{tl_version} +Provides: tex(uniyousl04.tfm) = %{tl_version} +Provides: tex(uniyousl05.tfm) = %{tl_version} +Provides: tex(uniyousl06.tfm) = %{tl_version} +Provides: tex(uniyousl07.tfm) = %{tl_version} +Provides: tex(uniyousl08.tfm) = %{tl_version} +Provides: tex(uniyousl09.tfm) = %{tl_version} +Provides: tex(uniyousl0a.tfm) = %{tl_version} +Provides: tex(uniyousl0b.tfm) = %{tl_version} +Provides: tex(uniyousl0c.tfm) = %{tl_version} +Provides: tex(uniyousl0d.tfm) = %{tl_version} +Provides: tex(uniyousl0e.tfm) = %{tl_version} +Provides: tex(uniyousl0f.tfm) = %{tl_version} +Provides: tex(uniyousl10.tfm) = %{tl_version} +Provides: tex(uniyousl11.tfm) = %{tl_version} +Provides: tex(uniyousl12.tfm) = %{tl_version} +Provides: tex(uniyousl13.tfm) = %{tl_version} +Provides: tex(uniyousl14.tfm) = %{tl_version} +Provides: tex(uniyousl15.tfm) = %{tl_version} +Provides: tex(uniyousl16.tfm) = %{tl_version} +Provides: tex(uniyousl17.tfm) = %{tl_version} +Provides: tex(uniyousl18.tfm) = %{tl_version} +Provides: tex(uniyousl19.tfm) = %{tl_version} +Provides: tex(uniyousl1a.tfm) = %{tl_version} +Provides: tex(uniyousl1b.tfm) = %{tl_version} +Provides: tex(uniyousl1c.tfm) = %{tl_version} +Provides: tex(uniyousl1d.tfm) = %{tl_version} +Provides: tex(uniyousl1e.tfm) = %{tl_version} +Provides: tex(uniyousl1f.tfm) = %{tl_version} +Provides: tex(uniyousl20.tfm) = %{tl_version} +Provides: tex(uniyousl21.tfm) = %{tl_version} +Provides: tex(uniyousl22.tfm) = %{tl_version} +Provides: tex(uniyousl23.tfm) = %{tl_version} +Provides: tex(uniyousl24.tfm) = %{tl_version} +Provides: tex(uniyousl25.tfm) = %{tl_version} +Provides: tex(uniyousl26.tfm) = %{tl_version} +Provides: tex(uniyousl27.tfm) = %{tl_version} +Provides: tex(uniyousl28.tfm) = %{tl_version} +Provides: tex(uniyousl29.tfm) = %{tl_version} +Provides: tex(uniyousl2a.tfm) = %{tl_version} +Provides: tex(uniyousl2b.tfm) = %{tl_version} +Provides: tex(uniyousl2c.tfm) = %{tl_version} +Provides: tex(uniyousl2d.tfm) = %{tl_version} +Provides: tex(uniyousl2e.tfm) = %{tl_version} +Provides: tex(uniyousl2f.tfm) = %{tl_version} +Provides: tex(uniyousl30.tfm) = %{tl_version} +Provides: tex(uniyousl31.tfm) = %{tl_version} +Provides: tex(uniyousl32.tfm) = %{tl_version} +Provides: tex(uniyousl33.tfm) = %{tl_version} +Provides: tex(uniyousl34.tfm) = %{tl_version} +Provides: tex(uniyousl35.tfm) = %{tl_version} +Provides: tex(uniyousl36.tfm) = %{tl_version} +Provides: tex(uniyousl37.tfm) = %{tl_version} +Provides: tex(uniyousl38.tfm) = %{tl_version} +Provides: tex(uniyousl39.tfm) = %{tl_version} +Provides: tex(uniyousl3a.tfm) = %{tl_version} +Provides: tex(uniyousl3b.tfm) = %{tl_version} +Provides: tex(uniyousl3c.tfm) = %{tl_version} +Provides: tex(uniyousl3d.tfm) = %{tl_version} +Provides: tex(uniyousl3e.tfm) = %{tl_version} +Provides: tex(uniyousl3f.tfm) = %{tl_version} +Provides: tex(uniyousl40.tfm) = %{tl_version} +Provides: tex(uniyousl41.tfm) = %{tl_version} +Provides: tex(uniyousl42.tfm) = %{tl_version} +Provides: tex(uniyousl43.tfm) = %{tl_version} +Provides: tex(uniyousl44.tfm) = %{tl_version} +Provides: tex(uniyousl45.tfm) = %{tl_version} +Provides: tex(uniyousl46.tfm) = %{tl_version} +Provides: tex(uniyousl47.tfm) = %{tl_version} +Provides: tex(uniyousl48.tfm) = %{tl_version} +Provides: tex(uniyousl49.tfm) = %{tl_version} +Provides: tex(uniyousl4a.tfm) = %{tl_version} +Provides: tex(uniyousl4b.tfm) = %{tl_version} +Provides: tex(uniyousl4c.tfm) = %{tl_version} +Provides: tex(uniyousl4d.tfm) = %{tl_version} +Provides: tex(uniyousl4e.tfm) = %{tl_version} +Provides: tex(uniyousl4f.tfm) = %{tl_version} +Provides: tex(uniyousl50.tfm) = %{tl_version} +Provides: tex(uniyousl51.tfm) = %{tl_version} +Provides: tex(uniyousl52.tfm) = %{tl_version} +Provides: tex(uniyousl53.tfm) = %{tl_version} +Provides: tex(uniyousl54.tfm) = %{tl_version} +Provides: tex(uniyousl55.tfm) = %{tl_version} +Provides: tex(uniyousl56.tfm) = %{tl_version} +Provides: tex(uniyousl57.tfm) = %{tl_version} +Provides: tex(uniyousl58.tfm) = %{tl_version} +Provides: tex(uniyousl59.tfm) = %{tl_version} +Provides: tex(uniyousl5a.tfm) = %{tl_version} +Provides: tex(uniyousl5b.tfm) = %{tl_version} +Provides: tex(uniyousl5c.tfm) = %{tl_version} +Provides: tex(uniyousl5d.tfm) = %{tl_version} +Provides: tex(uniyousl5e.tfm) = %{tl_version} +Provides: tex(uniyousl5f.tfm) = %{tl_version} +Provides: tex(uniyousl60.tfm) = %{tl_version} +Provides: tex(uniyousl61.tfm) = %{tl_version} +Provides: tex(uniyousl62.tfm) = %{tl_version} +Provides: tex(uniyousl63.tfm) = %{tl_version} +Provides: tex(uniyousl64.tfm) = %{tl_version} +Provides: tex(uniyousl65.tfm) = %{tl_version} +Provides: tex(uniyousl66.tfm) = %{tl_version} +Provides: tex(uniyousl67.tfm) = %{tl_version} +Provides: tex(uniyousl68.tfm) = %{tl_version} +Provides: tex(uniyousl69.tfm) = %{tl_version} +Provides: tex(uniyousl6a.tfm) = %{tl_version} +Provides: tex(uniyousl6b.tfm) = %{tl_version} +Provides: tex(uniyousl6c.tfm) = %{tl_version} +Provides: tex(uniyousl6d.tfm) = %{tl_version} +Provides: tex(uniyousl6e.tfm) = %{tl_version} +Provides: tex(uniyousl6f.tfm) = %{tl_version} +Provides: tex(uniyousl70.tfm) = %{tl_version} +Provides: tex(uniyousl71.tfm) = %{tl_version} +Provides: tex(uniyousl72.tfm) = %{tl_version} +Provides: tex(uniyousl73.tfm) = %{tl_version} +Provides: tex(uniyousl74.tfm) = %{tl_version} +Provides: tex(uniyousl75.tfm) = %{tl_version} +Provides: tex(uniyousl76.tfm) = %{tl_version} +Provides: tex(uniyousl77.tfm) = %{tl_version} +Provides: tex(uniyousl78.tfm) = %{tl_version} +Provides: tex(uniyousl79.tfm) = %{tl_version} +Provides: tex(uniyousl7a.tfm) = %{tl_version} +Provides: tex(uniyousl7b.tfm) = %{tl_version} +Provides: tex(uniyousl7c.tfm) = %{tl_version} +Provides: tex(uniyousl7d.tfm) = %{tl_version} +Provides: tex(uniyousl7e.tfm) = %{tl_version} +Provides: tex(uniyousl7f.tfm) = %{tl_version} +Provides: tex(uniyousl80.tfm) = %{tl_version} +Provides: tex(uniyousl81.tfm) = %{tl_version} +Provides: tex(uniyousl82.tfm) = %{tl_version} +Provides: tex(uniyousl83.tfm) = %{tl_version} +Provides: tex(uniyousl84.tfm) = %{tl_version} +Provides: tex(uniyousl85.tfm) = %{tl_version} +Provides: tex(uniyousl86.tfm) = %{tl_version} +Provides: tex(uniyousl87.tfm) = %{tl_version} +Provides: tex(uniyousl88.tfm) = %{tl_version} +Provides: tex(uniyousl89.tfm) = %{tl_version} +Provides: tex(uniyousl8a.tfm) = %{tl_version} +Provides: tex(uniyousl8b.tfm) = %{tl_version} +Provides: tex(uniyousl8c.tfm) = %{tl_version} +Provides: tex(uniyousl8d.tfm) = %{tl_version} +Provides: tex(uniyousl8e.tfm) = %{tl_version} +Provides: tex(uniyousl8f.tfm) = %{tl_version} +Provides: tex(uniyousl90.tfm) = %{tl_version} +Provides: tex(uniyousl91.tfm) = %{tl_version} +Provides: tex(uniyousl92.tfm) = %{tl_version} +Provides: tex(uniyousl93.tfm) = %{tl_version} +Provides: tex(uniyousl94.tfm) = %{tl_version} +Provides: tex(uniyousl95.tfm) = %{tl_version} +Provides: tex(uniyousl96.tfm) = %{tl_version} +Provides: tex(uniyousl97.tfm) = %{tl_version} +Provides: tex(uniyousl98.tfm) = %{tl_version} +Provides: tex(uniyousl99.tfm) = %{tl_version} +Provides: tex(uniyousl9a.tfm) = %{tl_version} +Provides: tex(uniyousl9b.tfm) = %{tl_version} +Provides: tex(uniyousl9c.tfm) = %{tl_version} +Provides: tex(uniyousl9d.tfm) = %{tl_version} +Provides: tex(uniyousl9e.tfm) = %{tl_version} +Provides: tex(uniyousl9f.tfm) = %{tl_version} +Provides: tex(uniyousla0.tfm) = %{tl_version} +Provides: tex(uniyousla1.tfm) = %{tl_version} +Provides: tex(uniyousla2.tfm) = %{tl_version} +Provides: tex(uniyousla3.tfm) = %{tl_version} +Provides: tex(uniyousla4.tfm) = %{tl_version} +Provides: tex(uniyousla5.tfm) = %{tl_version} +Provides: tex(uniyousla6.tfm) = %{tl_version} +Provides: tex(uniyousla7.tfm) = %{tl_version} +Provides: tex(uniyousla8.tfm) = %{tl_version} +Provides: tex(uniyousla9.tfm) = %{tl_version} +Provides: tex(uniyouslaa.tfm) = %{tl_version} +Provides: tex(uniyouslab.tfm) = %{tl_version} +Provides: tex(uniyouslac.tfm) = %{tl_version} +Provides: tex(uniyouslad.tfm) = %{tl_version} +Provides: tex(uniyouslae.tfm) = %{tl_version} +Provides: tex(uniyouslaf.tfm) = %{tl_version} +Provides: tex(uniyouslb0.tfm) = %{tl_version} +Provides: tex(uniyouslb1.tfm) = %{tl_version} +Provides: tex(uniyouslb2.tfm) = %{tl_version} +Provides: tex(uniyouslb3.tfm) = %{tl_version} +Provides: tex(uniyouslb4.tfm) = %{tl_version} +Provides: tex(uniyouslb5.tfm) = %{tl_version} +Provides: tex(uniyouslb6.tfm) = %{tl_version} +Provides: tex(uniyouslb7.tfm) = %{tl_version} +Provides: tex(uniyouslb8.tfm) = %{tl_version} +Provides: tex(uniyouslb9.tfm) = %{tl_version} +Provides: tex(uniyouslba.tfm) = %{tl_version} +Provides: tex(uniyouslbb.tfm) = %{tl_version} +Provides: tex(uniyouslbc.tfm) = %{tl_version} +Provides: tex(uniyouslbd.tfm) = %{tl_version} +Provides: tex(uniyouslbe.tfm) = %{tl_version} +Provides: tex(uniyouslbf.tfm) = %{tl_version} +Provides: tex(uniyouslc0.tfm) = %{tl_version} +Provides: tex(uniyouslc1.tfm) = %{tl_version} +Provides: tex(uniyouslc2.tfm) = %{tl_version} +Provides: tex(uniyouslc3.tfm) = %{tl_version} +Provides: tex(uniyouslc4.tfm) = %{tl_version} +Provides: tex(uniyouslc5.tfm) = %{tl_version} +Provides: tex(uniyouslc6.tfm) = %{tl_version} +Provides: tex(uniyouslc7.tfm) = %{tl_version} +Provides: tex(uniyouslc8.tfm) = %{tl_version} +Provides: tex(uniyouslc9.tfm) = %{tl_version} +Provides: tex(uniyouslca.tfm) = %{tl_version} +Provides: tex(uniyouslcb.tfm) = %{tl_version} +Provides: tex(uniyouslcc.tfm) = %{tl_version} +Provides: tex(uniyouslcd.tfm) = %{tl_version} +Provides: tex(uniyouslce.tfm) = %{tl_version} +Provides: tex(uniyouslcf.tfm) = %{tl_version} +Provides: tex(uniyousld0.tfm) = %{tl_version} +Provides: tex(uniyousld1.tfm) = %{tl_version} +Provides: tex(uniyousld2.tfm) = %{tl_version} +Provides: tex(uniyousld3.tfm) = %{tl_version} +Provides: tex(uniyousld4.tfm) = %{tl_version} +Provides: tex(uniyousld5.tfm) = %{tl_version} +Provides: tex(uniyousld6.tfm) = %{tl_version} +Provides: tex(uniyousld7.tfm) = %{tl_version} +Provides: tex(uniyousld8.tfm) = %{tl_version} +Provides: tex(uniyousld9.tfm) = %{tl_version} +Provides: tex(uniyouslda.tfm) = %{tl_version} +Provides: tex(uniyousldb.tfm) = %{tl_version} +Provides: tex(uniyousldc.tfm) = %{tl_version} +Provides: tex(uniyousldd.tfm) = %{tl_version} +Provides: tex(uniyouslde.tfm) = %{tl_version} +Provides: tex(uniyousldf.tfm) = %{tl_version} +Provides: tex(uniyousle0.tfm) = %{tl_version} +Provides: tex(uniyousle1.tfm) = %{tl_version} +Provides: tex(uniyousle2.tfm) = %{tl_version} +Provides: tex(uniyousle3.tfm) = %{tl_version} +Provides: tex(uniyousle4.tfm) = %{tl_version} +Provides: tex(uniyousle5.tfm) = %{tl_version} +Provides: tex(uniyousle6.tfm) = %{tl_version} +Provides: tex(uniyousle7.tfm) = %{tl_version} +Provides: tex(uniyousle8.tfm) = %{tl_version} +Provides: tex(uniyousle9.tfm) = %{tl_version} +Provides: tex(uniyouslea.tfm) = %{tl_version} +Provides: tex(uniyousleb.tfm) = %{tl_version} +Provides: tex(uniyouslec.tfm) = %{tl_version} +Provides: tex(uniyousled.tfm) = %{tl_version} +Provides: tex(uniyouslee.tfm) = %{tl_version} +Provides: tex(uniyouslef.tfm) = %{tl_version} +Provides: tex(uniyouslf0.tfm) = %{tl_version} +Provides: tex(uniyouslf1.tfm) = %{tl_version} +Provides: tex(uniyouslf2.tfm) = %{tl_version} +Provides: tex(uniyouslf3.tfm) = %{tl_version} +Provides: tex(uniyouslf4.tfm) = %{tl_version} +Provides: tex(uniyouslf5.tfm) = %{tl_version} +Provides: tex(uniyouslf6.tfm) = %{tl_version} +Provides: tex(uniyouslf7.tfm) = %{tl_version} +Provides: tex(uniyouslf8.tfm) = %{tl_version} +Provides: tex(uniyouslf9.tfm) = %{tl_version} +Provides: tex(uniyouslfa.tfm) = %{tl_version} +Provides: tex(uniyouslfb.tfm) = %{tl_version} +Provides: tex(uniyouslfc.tfm) = %{tl_version} +Provides: tex(uniyouslfd.tfm) = %{tl_version} +Provides: tex(uniyouslfe.tfm) = %{tl_version} +Provides: tex(uniyouslff.tfm) = %{tl_version} +Provides: tex(zhwinfonts.tex) = %{tl_version} +Provides: tex(c19fs.fd) = %{tl_version} +Provides: tex(c19hei.fd) = %{tl_version} +Provides: tex(c19kai.fd) = %{tl_version} +Provides: tex(c19li.fd) = %{tl_version} +Provides: tex(c19you.fd) = %{tl_version} +Provides: tex(c19zhfs.fd) = %{tl_version} +Provides: tex(c19zhhei.fd) = %{tl_version} +Provides: tex(c19zhkai.fd) = %{tl_version} +Provides: tex(c19zhli.fd) = %{tl_version} +Provides: tex(c19zhsong.fd) = %{tl_version} +Provides: tex(c19zhyou.fd) = %{tl_version} +Provides: tex(c70fs.fd) = %{tl_version} +Provides: tex(c70hei.fd) = %{tl_version} +Provides: tex(c70kai.fd) = %{tl_version} +Provides: tex(c70li.fd) = %{tl_version} +Provides: tex(c70you.fd) = %{tl_version} +Provides: tex(c70zhfs.fd) = %{tl_version} +Provides: tex(c70zhhei.fd) = %{tl_version} +Provides: tex(c70zhkai.fd) = %{tl_version} +Provides: tex(c70zhli.fd) = %{tl_version} +Provides: tex(c70zhsong.fd) = %{tl_version} +Provides: tex(c70zhyou.fd) = %{tl_version} + +%description zhmetrics +These are metrics to use existing Chinese TrueType fonts in +workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts +themselves are not included in the package. Six font families +are supported: kai, song, lishu, fangsong, youyuan and hei. Two +encodings (GBK and UTF-8) are supported. + +date: 2009-11-10 09:00:49 +0100 + +%post zhmetrics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zhmetrics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhmetrics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zhmetrics-doc +Summary: Documentation for zhmetrics +Version: svn22207.r206 +Release: %{tl_noarch_release} +Provides: tex-zhmetrics-doc +BuildArch: noarch +AutoReqProv: No + +%description zhmetrics-doc +Documentation for zhmetrics + +%package zhnumber +Provides: tex-zhnumber = %{tl_version} +License: LPPL 1.3 +Summary: Typeset Chinese representations of numbers +Version: svn28347.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Provides: tex(zhnumber-big5.cfg) = %{tl_version} +Provides: tex(zhnumber-gbk.cfg) = %{tl_version} +Provides: tex(zhnumber-utf8.cfg) = %{tl_version} +Provides: tex(zhnumber.sty) = %{tl_version} + +%description zhnumber +The package provides commands to typeset Chinese +representations of numbers. The main difference between this +package and CJKnumb is that the commands provided are +expandable in the 'proper' way. + +date: 2012-11-24 00:28:04 +0100 + +%post zhnumber +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zhnumber +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhnumber +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zhnumber-doc +Summary: Documentation for zhnumber +Version: svn28347.1.6 +Release: %{tl_noarch_release} +Provides: tex-zhnumber-doc +BuildArch: noarch +AutoReqProv: No + +%description zhnumber-doc +Documentation for zhnumber + +%package zhspacing +Provides: tex-zhspacing = %{tl_version} +License: LPPL +Summary: Spacing for mixed CJK-English documents in XeTeX +Version: svn25644.2012_03_14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(ulem.sty) +Provides: tex(t-zhspacing.tex) = %{tl_version} +Provides: tex(zhmath.sty) = %{tl_version} +Provides: tex(zhsmyclass.sty) = %{tl_version} +Provides: tex(zhspacing.sty) = %{tl_version} +Provides: tex(zhsusefulmacros.sty) = %{tl_version} +Provides: tex(zhfont.sty) = %{tl_version} +Provides: tex(zhulem.sty) = %{tl_version} + +%description zhspacing +The package manages spacing in a CJK document; between +consecutive Chinese letters, spaces are ignored, but a +consistent space is inserted between Chinese text and English +(or mathematics). The package may be used by any document +format under XeTeX. + +date: 2012-03-14 18:58:06 +0100 + +%post zhspacing +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zhspacing +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhspacing +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zhspacing-doc +Summary: Documentation for zhspacing +Version: svn25644.2012_03_14 +Release: %{tl_noarch_release} +Provides: tex-zhspacing-doc +BuildArch: noarch +AutoReqProv: No + +%description zhspacing-doc +Documentation for zhspacing + +%package zxjafbfont +Provides: tex-zxjafbfont = %{tl_version} +License: LPPL +Summary: zxjafbfont package +Version: svn28539.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xeCJK.sty) +Provides: tex(zxjafbfont.sty) = %{tl_version} + +%description zxjafbfont +zxjafbfont package + +%post zxjafbfont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zxjafbfont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjafbfont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zxjafbfont-doc +Summary: Documentation for zxjafbfont +Version: svn28539.0 +Release: %{tl_noarch_release} +Provides: tex-zxjafbfont-doc +BuildArch: noarch +AutoReqProv: No + +%description zxjafbfont-doc +Documentation for zxjafbfont + +%package zxjafont +Provides: tex-zxjafont = %{tl_version} +License: Freely redistributable without restriction +Summary: Set up Japanese font families for XeLaTeX +Version: svn30105.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Requires: tex(fontspec.sty) +Requires: tex(keyval.sty) +Provides: tex(zxjafont.sty) = %{tl_version} + +%description zxjafont +zxjafont package + +date: 2013-04-25 17:40:06 +0200 + +%post zxjafont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zxjafont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjafont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zxjafont-doc +Summary: Documentation for zxjafont +Version: svn30105.0.2 +Release: %{tl_noarch_release} +Provides: tex-zxjafont-doc +BuildArch: noarch +AutoReqProv: No + +%description zxjafont-doc +Documentation for zxjafont + +%package zxjatype +Provides: tex-zxjatype = %{tl_version} +License: Freely redistributable without restriction +Summary: Standard conforming typesetting of Japanese, for XeLaTeX +Version: svn28541.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Requires: tex(xeCJK.sty) +Requires: tex(xparse.sty) +Requires: tex(etoolbox.sty) +Provides: tex(zxjatype.sty) = %{tl_version} + +%description zxjatype +zxjatype package + +date: 2012-12-15 19:00:17 +0100 + +%post zxjatype +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zxjatype +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjatype +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zxjatype-doc +Summary: Documentation for zxjatype +Version: svn28541.0.6 +Release: %{tl_noarch_release} +Provides: tex-zxjatype-doc +BuildArch: noarch +AutoReqProv: No + +%description zxjatype-doc +Documentation for zxjatype + +%package collection-langcyrillic +Summary: Cyrillic +Version: svn30455.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex +Requires: tex-babel-bulgarian +Requires: tex-babel-russian +Requires: tex-babel-serbian +Requires: tex-babel-serbianc +Requires: tex-babel-ukraineb +Requires: tex-cmcyr +Requires: tex-cyrillic +Requires: tex-cyrillic-bin +Requires: tex-cyrplain +Requires: tex-disser +Requires: tex-eskd +Requires: tex-eskdx +Requires: tex-gost +Requires: tex-hyphen-bulgarian +Requires: tex-hyphen-mongolian +Requires: tex-hyphen-russian +Requires: tex-hyphen-serbian +Requires: tex-hyphen-ukrainian +Requires: tex-lcyw +Requires: tex-lh +Requires: tex-lhcyr +Requires: texlive-lshort-bulgarian-doc +Requires: texlive-lshort-mongol-doc +Requires: texlive-lshort-russian-doc +Requires: texlive-lshort-ukr-doc +Requires: tex-mongolian-babel +Requires: tex-montex +Requires: texlive-mpman-ru-doc +Requires: texlive-pst-eucl-translation-bg-doc +Requires: tex-ruhyphen +Requires: tex-serbian-apostrophe +Requires: tex-serbian-date-lat +Requires: tex-serbian-def-cyr +Requires: tex-serbian-lig +Requires: tex-t2 +Requires: texlive-texlive-ru-doc +Requires: texlive-texlive-sr-doc +Requires: tex-ukrhyph + +%description collection-langcyrillic +Support for Cyrillic scripts (Bulgarian, Russian, Serbian, +Ukrainian), even if Latin alphabets may also be used. + +%package cyrillic +Provides: tex-cyrillic = %{tl_version} +License: LPPL +Summary: Support for Cyrillic fonts in LaTeX +Version: svn23396.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-cyrillic-bin +Requires: tex(fontenc.sty) +Provides: tex(cp1251.def) = %{tl_version} +Provides: tex(cp855.def) = %{tl_version} +Provides: tex(cp866.def) = %{tl_version} +Provides: tex(cp866av.def) = %{tl_version} +Provides: tex(cp866mav.def) = %{tl_version} +Provides: tex(cp866nav.def) = %{tl_version} +Provides: tex(cp866tat.def) = %{tl_version} +Provides: tex(ctt.def) = %{tl_version} +Provides: tex(dbk.def) = %{tl_version} +Provides: tex(iso88595.def) = %{tl_version} +Provides: tex(isoir111.def) = %{tl_version} +Provides: tex(koi8-r.def) = %{tl_version} +Provides: tex(koi8-ru.def) = %{tl_version} +Provides: tex(koi8-u.def) = %{tl_version} +Provides: tex(lcy.sty) = %{tl_version} +Provides: tex(lcyccr.fd) = %{tl_version} +Provides: tex(lcycmbr.fd) = %{tl_version} +Provides: tex(lcycmdh.fd) = %{tl_version} +Provides: tex(lcycmfib.fd) = %{tl_version} +Provides: tex(lcycmfr.fd) = %{tl_version} +Provides: tex(lcycmr.fd) = %{tl_version} +Provides: tex(lcycmss.fd) = %{tl_version} +Provides: tex(lcycmtl.fd) = %{tl_version} +Provides: tex(lcycmtt.fd) = %{tl_version} +Provides: tex(lcycmvtt.fd) = %{tl_version} +Provides: tex(lcydefs.tex) = %{tl_version} +Provides: tex(lcyenc.def) = %{tl_version} +Provides: tex(lcylcmss.fd) = %{tl_version} +Provides: tex(lcylcmtt.fd) = %{tl_version} +Provides: tex(maccyr.def) = %{tl_version} +Provides: tex(macukr.def) = %{tl_version} +Provides: tex(mik.def) = %{tl_version} +Provides: tex(mls.def) = %{tl_version} +Provides: tex(mnk.def) = %{tl_version} +Provides: tex(mos.def) = %{tl_version} +Provides: tex(ncc.def) = %{tl_version} +Provides: tex(ot2ccr.fd) = %{tl_version} +Provides: tex(ot2cmbr.fd) = %{tl_version} +Provides: tex(ot2cmdh.fd) = %{tl_version} +Provides: tex(ot2cmfib.fd) = %{tl_version} +Provides: tex(ot2cmfr.fd) = %{tl_version} +Provides: tex(ot2cmr.fd) = %{tl_version} +Provides: tex(ot2cmss.fd) = %{tl_version} +Provides: tex(ot2cmtl.fd) = %{tl_version} +Provides: tex(ot2cmtt.fd) = %{tl_version} +Provides: tex(ot2cmvtt.fd) = %{tl_version} +Provides: tex(ot2enc.def) = %{tl_version} +Provides: tex(ot2lcmss.fd) = %{tl_version} +Provides: tex(ot2lcmtt.fd) = %{tl_version} +Provides: tex(ot2wlcyr.fd) = %{tl_version} +Provides: tex(ot2wlcyss.fd) = %{tl_version} +Provides: tex(ot2wncyr.fd) = %{tl_version} +Provides: tex(ot2wncyss.fd) = %{tl_version} +Provides: tex(pt154.def) = %{tl_version} +Provides: tex(pt254.def) = %{tl_version} +Provides: tex(t2accr.fd) = %{tl_version} +Provides: tex(t2acmbr.fd) = %{tl_version} +Provides: tex(t2acmdh.fd) = %{tl_version} +Provides: tex(t2acmfib.fd) = %{tl_version} +Provides: tex(t2acmfr.fd) = %{tl_version} +Provides: tex(t2acmr.fd) = %{tl_version} +Provides: tex(t2acmss.fd) = %{tl_version} +Provides: tex(t2acmtl.fd) = %{tl_version} +Provides: tex(t2acmtt.fd) = %{tl_version} +Provides: tex(t2acmvtt.fd) = %{tl_version} +Provides: tex(t2aenc.def) = %{tl_version} +Provides: tex(t2alcmss.fd) = %{tl_version} +Provides: tex(t2alcmtt.fd) = %{tl_version} +Provides: tex(t2bccr.fd) = %{tl_version} +Provides: tex(t2bcmbr.fd) = %{tl_version} +Provides: tex(t2bcmdh.fd) = %{tl_version} +Provides: tex(t2bcmfib.fd) = %{tl_version} +Provides: tex(t2bcmfr.fd) = %{tl_version} +Provides: tex(t2bcmr.fd) = %{tl_version} +Provides: tex(t2bcmss.fd) = %{tl_version} +Provides: tex(t2bcmtl.fd) = %{tl_version} +Provides: tex(t2bcmtt.fd) = %{tl_version} +Provides: tex(t2bcmvtt.fd) = %{tl_version} +Provides: tex(t2benc.def) = %{tl_version} +Provides: tex(t2blcmss.fd) = %{tl_version} +Provides: tex(t2blcmtt.fd) = %{tl_version} +Provides: tex(t2cccr.fd) = %{tl_version} +Provides: tex(t2ccmbr.fd) = %{tl_version} +Provides: tex(t2ccmdh.fd) = %{tl_version} +Provides: tex(t2ccmfib.fd) = %{tl_version} +Provides: tex(t2ccmfr.fd) = %{tl_version} +Provides: tex(t2ccmr.fd) = %{tl_version} +Provides: tex(t2ccmss.fd) = %{tl_version} +Provides: tex(t2ccmtl.fd) = %{tl_version} +Provides: tex(t2ccmtt.fd) = %{tl_version} +Provides: tex(t2ccmvtt.fd) = %{tl_version} +Provides: tex(t2cenc.def) = %{tl_version} +Provides: tex(t2clcmss.fd) = %{tl_version} +Provides: tex(t2clcmtt.fd) = %{tl_version} +Provides: tex(x2ccr.fd) = %{tl_version} +Provides: tex(x2cmbr.fd) = %{tl_version} +Provides: tex(x2cmdh.fd) = %{tl_version} +Provides: tex(x2cmfib.fd) = %{tl_version} +Provides: tex(x2cmfr.fd) = %{tl_version} +Provides: tex(x2cmr.fd) = %{tl_version} +Provides: tex(x2cmss.fd) = %{tl_version} +Provides: tex(x2cmtl.fd) = %{tl_version} +Provides: tex(x2cmtt.fd) = %{tl_version} +Provides: tex(x2cmvtt.fd) = %{tl_version} +Provides: tex(x2enc.def) = %{tl_version} +Provides: tex(x2lcmss.fd) = %{tl_version} +Provides: tex(x2lcmtt.fd) = %{tl_version} + +%description cyrillic +This bundle of macros files provides macro support (including +font encoding macros) for the use of Cyrillic characters in +fonts encoded under the T2* and X2 encodings. These encodings +cover (between them) pretty much every language that is written +in a Cyrillic alphabet. This directory is part of the LaTeX +"required" distribution. + +date: 2011-06-16 20:40:55 +0200 + +%post cyrillic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cyrillic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyrillic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cyrillic-doc +Summary: Documentation for cyrillic +Version: svn23396.0 +Release: %{tl_noarch_release} +Provides: tex-cyrillic-doc +BuildArch: noarch +AutoReqProv: No + +%description cyrillic-doc +Documentation for cyrillic + +%package cyrillic-bin +Provides: tex-cyrillic-bin = %{tl_version} +License: LPPL +Summary: Cyrillic bibtex and makeindex +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-cyrillic-bin-bin + +%description cyrillic-bin +cyrillic-bin package + +%post cyrillic-bin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cyrillic-bin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyrillic-bin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cyrillic-bin-bin +Summary: Binaries for cyrillic-bin +Version: svn29741.0 +Requires: texlive-base +Requires: tex-cyrillic-bin +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description cyrillic-bin-bin +Binaries for cyrillic-bin + +%package cyrplain +Provides: tex-cyrplain = %{tl_version} +License: LPPL +Summary: cyrplain package +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cyrcmfnt.tex) = %{tl_version} +Provides: tex(cyrecfnt.tex) = %{tl_version} +Provides: tex(cyrtex.cfg) = %{tl_version} +Provides: tex(cyrtex.tex) = %{tl_version} +Provides: tex(plainenc.tex) = %{tl_version} +Provides: tex(txxdefs.tex) = %{tl_version} +Provides: tex(txxextra.tex) = %{tl_version} + +%description cyrplain +cyrplain package + +%post cyrplain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cyrplain +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyrplain +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package disser +Provides: tex-disser = %{tl_version} +License: LPPL +Summary: Class and templates for typesetting dissertations in Russian +Version: svn28342.1.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifthen.sty) +Requires: tex(textcase.sty) +Requires: tex(exscale.sty) +Provides: tex(disser.cls) = %{tl_version} +Provides: tex(gost732.cls) = %{tl_version} + +%description disser +Disser comprises a document class and set of templates for +typesetting dissertations in Russian. One of its primary +advantages is a simplicity of format specification for +titlepage, headers and elements of automatically generated +lists (table of contents, list of figures, etc). Bibliography +styles, that conform to the requirements of the Russian +standard GOST R 7.0.11-2011, are provided. + +date: 2012-11-23 11:17:42 +0100 + +%post disser +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun disser +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans disser +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package disser-doc +Summary: Documentation for disser +Version: svn28342.1.2.0 +Release: %{tl_noarch_release} +Provides: tex-disser-doc +BuildArch: noarch +AutoReqProv: No + +%description disser-doc +Documentation for disser + +%package eskd +Provides: tex-eskd = %{tl_version} +License: LPPL +Summary: Modern Russian typesetting +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(inputenc.sty) +Requires: tex(babel.sty) +Requires: tex(fontenc.sty) +Requires: tex(rotating.sty) +Requires: tex(lastpage.sty) +Requires: tex(ifthen.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(geometry.sty) +Provides: tex(eskd.cls) = %{tl_version} + +%description eskd +The class offers modern Russian text formatting, in accordance +with accepted design standards. Fonts not (apparently) +available on CTAN are required for use of the class. + +date: 2007-02-14 08:57:40 +0100 + +%post eskd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eskd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eskd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eskd-doc +Summary: Documentation for eskd +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-eskd-doc +BuildArch: noarch +AutoReqProv: No + +%description eskd-doc +Documentation for eskd + +%package eskdx +Provides: tex-eskdx = %{tl_version} +License: LPPL 1.3 +Summary: Modern Russian typesetting +Version: svn29235.0.98 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(eskdtitle.sty) +Requires: tex(caption.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(amsmath.sty) +Requires: tex(zref-perpage.sty) +Requires: tex(ifpdf.sty) +Requires: tex(indentfirst.sty) +Requires: tex(inputenc.sty) +Requires: tex(babel.sty) +Requires: tex(calc.sty) +Requires: tex(rotating.sty) +Requires: tex(chngpage.sty) +Requires: tex(lscape.sty) +Requires: tex(keyval.sty) +Requires: tex(geometry.sty) +Requires: tex(lastpage.sty) +Requires: tex(everyshi.sty) +Provides: tex(eskdafterpkg.sty) = %{tl_version} +Provides: tex(eskdappsheet.sty) = %{tl_version} +Provides: tex(eskdbiblist.sty) = %{tl_version} +Provides: tex(eskdcap.sty) = %{tl_version} +Provides: tex(eskdchngsheet.sty) = %{tl_version} +Provides: tex(eskddstu.sty) = %{tl_version} +Provides: tex(eskdexplan.sty) = %{tl_version} +Provides: tex(eskdfont.sty) = %{tl_version} +Provides: tex(eskdfootnote.sty) = %{tl_version} +Provides: tex(eskdfreesize.sty) = %{tl_version} +Provides: tex(eskdgraph.cls) = %{tl_version} +Provides: tex(eskdhash.sty) = %{tl_version} +Provides: tex(eskdindent.sty) = %{tl_version} +Provides: tex(eskdinfo.sty) = %{tl_version} +Provides: tex(eskdlang.sty) = %{tl_version} +Provides: tex(eskdlist.sty) = %{tl_version} +Provides: tex(eskdpara.sty) = %{tl_version} +Provides: tex(eskdplain.sty) = %{tl_version} +Provides: tex(eskdrussian.def) = %{tl_version} +Provides: tex(eskdsect.sty) = %{tl_version} +Provides: tex(eskdspec.sty) = %{tl_version} +Provides: tex(eskdspecii.sty) = %{tl_version} +Provides: tex(eskdstamp.sty) = %{tl_version} +Provides: tex(eskdtab.cls) = %{tl_version} +Provides: tex(eskdtext.cls) = %{tl_version} +Provides: tex(eskdtitle.sty) = %{tl_version} +Provides: tex(eskdtitlebase.sty) = %{tl_version} +Provides: tex(eskdtotal.sty) = %{tl_version} +Provides: tex(eskdukrainian.def) = %{tl_version} + +%description eskdx +Eskdx is a collection of LaTeX classes and packages to typeset +textual and graphical documents in accordance with Russian (and +probably post USSR) standards for designers. + +date: 2012-03-05 13:28:00 +0100 + +%post eskdx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eskdx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eskdx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eskdx-doc +Summary: Documentation for eskdx +Version: svn29235.0.98 +Release: %{tl_noarch_release} +Provides: tex-eskdx-doc +BuildArch: noarch +AutoReqProv: No + +%description eskdx-doc +Documentation for eskdx + +%package gost +Provides: tex-gost = %{tl_version} +License: LPPL +Summary: BibTeX styles to format according to GOST +Version: svn27642.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description gost +BibTeX styles to format bibliographies in English, Russian or +Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both +8-bit and Unicode (UTF-8) versions of each BibTeX style, in +each case offering a choice of sorted and unsorted. Further, a +set of three styles (which do not conform to current standards) +are retained for backwards compatibility. + +date: 2012-09-10 13:53:05 +0200 + +%post gost +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gost +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gost +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gost-doc +Summary: Documentation for gost +Version: svn27642.1.2a +Release: %{tl_noarch_release} +Provides: tex-gost-doc +BuildArch: noarch +AutoReqProv: No + +%description gost-doc +Documentation for gost + +%package hyphen-bulgarian +Provides: tex-hyphen-bulgarian = %{tl_version} +License: LPPL +Summary: Bulgarian hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-bulgarian +Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings. + +%post hyphen-bulgarian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/bulgarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "bulgarian loadhyph-bg.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-bulgarian +if [ $1 == 0 ] ; then +sed -i '/bulgarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-bulgarian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-mongolian +Provides: tex-hyphen-mongolian = %{tl_version} +License: LPPL +Summary: Mongolian hyphenation patterns in Cyrillic script +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-mongolian +Hyphenation patterns for Mongolian in T2A, LMC and UTF-8 +encodings. LMC encoding is used in MonTeX. The package includes +two sets of patterns that will hopefully be merged in future. + +%post hyphen-mongolian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/mongolian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "mongolian loadhyph-mn-cyrl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/mongolianlmc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "mongolianlmc loadhyph-mn-cyrl-x-lmc.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-mongolian +if [ $1 == 0 ] ; then +sed -i '/mongolian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/mongolianlmc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-mongolian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-russian +Provides: tex-hyphen-russian = %{tl_version} +License: LPPL +Summary: Russian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Requires: tex-ruhyphen + +%description hyphen-russian +Hyphenation patterns for Russian in T2A and UTF-8 encodings. +For 8-bit engines, the 'ruhyphen' package provides a number of +different pattern sets, as well as different (8-bit) encodings, +that can be chosen at format-generation time. The UTF-8 +version only provides the default pattern set. A mechanism +similar to the one used for 8-bit patterns may be implemented +in the future. + +%post hyphen-russian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/russian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "russian loadhyph-ru.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-russian +if [ $1 == 0 ] ; then +sed -i '/russian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-russian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ruhyphen +Provides: tex-ruhyphen = %{tl_version} +License: LPPL +Summary: Russian hyphenation +Version: svn21081.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(catkoi.tex) = %{tl_version} +Provides: tex(cyryoal.tex) = %{tl_version} +Provides: tex(cyryoas.tex) = %{tl_version} +Provides: tex(cyryoct.tex) = %{tl_version} +Provides: tex(cyryodv.tex) = %{tl_version} +Provides: tex(cyryomg.tex) = %{tl_version} +Provides: tex(cyryovl.tex) = %{tl_version} +Provides: tex(cyryozn.tex) = %{tl_version} +Provides: tex(enrhm2.tex) = %{tl_version} +Provides: tex(hypht2.tex) = %{tl_version} +Provides: tex(koi2koi.tex) = %{tl_version} +Provides: tex(koi2lcy.tex) = %{tl_version} +Provides: tex(koi2ot2.tex) = %{tl_version} +Provides: tex(koi2t2a.tex) = %{tl_version} +Provides: tex(koi2ucy.tex) = %{tl_version} +Provides: tex(ruenhyph.tex) = %{tl_version} +Provides: tex(ruhyphal.tex) = %{tl_version} +Provides: tex(ruhyphas.tex) = %{tl_version} +Provides: tex(ruhyphct.tex) = %{tl_version} +Provides: tex(ruhyphdv.tex) = %{tl_version} +Provides: tex(ruhyphen.tex) = %{tl_version} +Provides: tex(ruhyphmg.tex) = %{tl_version} +Provides: tex(ruhyphvl.tex) = %{tl_version} +Provides: tex(ruhyphzn.tex) = %{tl_version} + +%description ruhyphen +A collection of Russian hyphenation patterns supporting a +number of Cyrillic font encodings, including T2, UCY (Omega +Unicode Cyrillic), LCY, LWN (OT2), and koi8-r. + +date: 2007-01-14 10:43:12 +0100 + +%post ruhyphen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ruhyphen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ruhyphen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-serbian +Provides: tex-hyphen-serbian = %{tl_version} +License: GPL+ +Summary: Serbian hyphenation patterns +Version: svn25990.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-serbian +Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8 +encodings. For 8-bit engines the patterns are available +separately as 'serbian' in T1/EC encoding for Latin script and +'serbianc' in T2A encoding for Cyrillic script. Unicode engines +should only use 'serbian' which has patterns in both scripts +combined. + +date: 2007-02-28 00:02:05 +0100 + +%post hyphen-serbian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/serbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "serbian loadhyph-sr-latn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/serbianc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "serbianc loadhyph-sr-cyrl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-serbian +if [ $1 == 0 ] ; then +sed -i '/serbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/serbianc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-serbian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-ukrainian +Provides: tex-hyphen-ukrainian = %{tl_version} +License: LPPL +Summary: Ukrainian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Requires: tex-ukrhyph + +%description hyphen-ukrainian +Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings. +For 8-bit engines, the 'ukrhyph' package provides a number of +different pattern sets, as well as different (8-bit) encodings, +that can be chosen at format-generation time. The UTF-8 +version only provides the default pattern set. A mechanism +similar to the one used for 8-bit patterns may be implemented +in the future. + +%post hyphen-ukrainian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/ukrainian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ukrainian loadhyph-uk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-ukrainian +if [ $1 == 0 ] ; then +sed -i '/ukrainian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-ukrainian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ukrhyph +Provides: tex-ukrhyph = %{tl_version} +License: LPPL +Summary: Hyphenation Patterns for Ukrainian +Version: svn21081.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(catlcy.tex) = %{tl_version} +Provides: tex(lcy2koi.tex) = %{tl_version} +Provides: tex(lcy2lcy.tex) = %{tl_version} +Provides: tex(lcy2ot2.tex) = %{tl_version} +Provides: tex(lcy2t2a.tex) = %{tl_version} +Provides: tex(lcy2ucy.tex) = %{tl_version} +Provides: tex(rules60.tex) = %{tl_version} +Provides: tex(rules90.tex) = %{tl_version} +Provides: tex(rules_ph.tex) = %{tl_version} +Provides: tex(ukrenhyp.tex) = %{tl_version} +Provides: tex(ukrhypfa.tex) = %{tl_version} +Provides: tex(ukrhyph.tex) = %{tl_version} +Provides: tex(ukrhypmp.tex) = %{tl_version} +Provides: tex(ukrhypmt.tex) = %{tl_version} +Provides: tex(ukrhypsm.tex) = %{tl_version} +Provides: tex(ukrhypst.tex) = %{tl_version} + +%description ukrhyph +A range of patterns, depending on the encoding of the output +font (including the standard T2A, so one can use the patterns +with free fonts). + +date: 2007-01-19 00:08:42 +0100 + +%post ukrhyph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ukrhyph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ukrhyph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ukrhyph-doc +Summary: Documentation for ukrhyph +Version: svn21081.0 +Release: %{tl_noarch_release} +Provides: tex-ukrhyph-doc +BuildArch: noarch +AutoReqProv: No + +%description ukrhyph-doc +Documentation for ukrhyph + +%package lcyw +Provides: tex-lcyw = %{tl_version} +License: LPPL 1.3 +Summary: Make Classic Cyrillic CM fonts accessible in LaTeX +Version: svn15878.v1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Provides: tex(cmap-cyr-vf.sty) = %{tl_version} +Provides: tex(lcywcmr.fd) = %{tl_version} +Provides: tex(lcywcmss.fd) = %{tl_version} +Provides: tex(lcywcmssq.fd) = %{tl_version} +Provides: tex(lcywcmtt.fd) = %{tl_version} +Provides: tex(lcywenc.def) = %{tl_version} + +%description lcyw +The package makes the classic CM Cyrillic fonts accessible for +use with LaTeX. + +date: 2009-12-16 19:51:33 +0100 + +%post lcyw +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lcyw +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcyw +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lcyw-doc +Summary: Documentation for lcyw +Version: svn15878.v1.1 +Release: %{tl_noarch_release} +Provides: tex-lcyw-doc +BuildArch: noarch +AutoReqProv: No + +%description lcyw-doc +Documentation for lcyw + +%package lh +Provides: tex-lh = %{tl_version} +License: LPPL +Summary: Cyrillic fonts that support LaTeX standard encodings +Version: svn15878.3.5g +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-ec +Provides: tex(lh-lcy.sty) = %{tl_version} +Provides: tex(lh-lcyccr.sty) = %{tl_version} +Provides: tex(lh-lcyxccr.sty) = %{tl_version} +Provides: tex(lh-ot2.sty) = %{tl_version} +Provides: tex(lh-ot2ccr.sty) = %{tl_version} +Provides: tex(lh-ot2xccr.sty) = %{tl_version} +Provides: tex(lh-t2accr.sty) = %{tl_version} +Provides: tex(lh-t2axccr.sty) = %{tl_version} +Provides: tex(lh-t2bccr.sty) = %{tl_version} +Provides: tex(lh-t2bxccr.sty) = %{tl_version} +Provides: tex(lh-t2cccr.sty) = %{tl_version} +Provides: tex(lh-t2cxccr.sty) = %{tl_version} +Provides: tex(lh-x2ccr.sty) = %{tl_version} +Provides: tex(lh-x2xccr.sty) = %{tl_version} +Provides: tex(nfssfox.tex) = %{tl_version} +Provides: tex(testfox.tex) = %{tl_version} +Provides: tex(testkern.tex) = %{tl_version} + +%description lh +The LH fonts address the problem of the wide variety of +alphabets that are written with Cyrillic-style characters. The +fonts are the original basis of the set of T2* and X2 encodings +that are now used when LaTeX users need to write in Cyrillic +languages. Macro support in standard LaTeX encodings is offered +through the cyrillic and t2 bundles, and the package itself +offers support for other (more traditional) encodings. The +fonts, in the standard T2* and X2 encodings are available in +Adobe Type 1 format, in the CM-Super family of fonts. The +package also offers its own LaTeX support for OT2 encoded +fonts, CM bright shaped fonts and Concrete shaped fonts. + +date: 2009-09-21 21:37:51 +0200 + +%post lh +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lh +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lh +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lh-doc +Summary: Documentation for lh +Version: svn15878.3.5g +Release: %{tl_noarch_release} +Provides: tex-lh-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-ec-doc + +%description lh-doc +Documentation for lh + +%package ec +Provides: tex-ec = %{tl_version} +License: ec +Summary: Computer modern fonts in T1 and TS1 encodings +Version: svn25033.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ecbi0500.tfm) = %{tl_version} +Provides: tex(ecbi0600.tfm) = %{tl_version} +Provides: tex(ecbi0700.tfm) = %{tl_version} +Provides: tex(ecbi0800.tfm) = %{tl_version} +Provides: tex(ecbi0900.tfm) = %{tl_version} +Provides: tex(ecbi1000.tfm) = %{tl_version} +Provides: tex(ecbi1095.tfm) = %{tl_version} +Provides: tex(ecbi1200.tfm) = %{tl_version} +Provides: tex(ecbi1440.tfm) = %{tl_version} +Provides: tex(ecbi1728.tfm) = %{tl_version} +Provides: tex(ecbi2074.tfm) = %{tl_version} +Provides: tex(ecbi2488.tfm) = %{tl_version} +Provides: tex(ecbi2986.tfm) = %{tl_version} +Provides: tex(ecbi3583.tfm) = %{tl_version} +Provides: tex(ecbl0500.tfm) = %{tl_version} +Provides: tex(ecbl0600.tfm) = %{tl_version} +Provides: tex(ecbl0700.tfm) = %{tl_version} +Provides: tex(ecbl0800.tfm) = %{tl_version} +Provides: tex(ecbl0900.tfm) = %{tl_version} +Provides: tex(ecbl1000.tfm) = %{tl_version} +Provides: tex(ecbl1095.tfm) = %{tl_version} +Provides: tex(ecbl1200.tfm) = %{tl_version} +Provides: tex(ecbl1440.tfm) = %{tl_version} +Provides: tex(ecbl1728.tfm) = %{tl_version} +Provides: tex(ecbl2074.tfm) = %{tl_version} +Provides: tex(ecbl2488.tfm) = %{tl_version} +Provides: tex(ecbl2986.tfm) = %{tl_version} +Provides: tex(ecbl3583.tfm) = %{tl_version} +Provides: tex(ecbx0500.tfm) = %{tl_version} +Provides: tex(ecbx0600.tfm) = %{tl_version} +Provides: tex(ecbx0700.tfm) = %{tl_version} +Provides: tex(ecbx0800.tfm) = %{tl_version} +Provides: tex(ecbx0900.tfm) = %{tl_version} +Provides: tex(ecbx1000.tfm) = %{tl_version} +Provides: tex(ecbx1095.tfm) = %{tl_version} +Provides: tex(ecbx1200.tfm) = %{tl_version} +Provides: tex(ecbx1440.tfm) = %{tl_version} +Provides: tex(ecbx1728.tfm) = %{tl_version} +Provides: tex(ecbx2074.tfm) = %{tl_version} +Provides: tex(ecbx2488.tfm) = %{tl_version} +Provides: tex(ecbx2986.tfm) = %{tl_version} +Provides: tex(ecbx3583.tfm) = %{tl_version} +Provides: tex(eccc0500.tfm) = %{tl_version} +Provides: tex(eccc0600.tfm) = %{tl_version} +Provides: tex(eccc0700.tfm) = %{tl_version} +Provides: tex(eccc0800.tfm) = %{tl_version} +Provides: tex(eccc0900.tfm) = %{tl_version} +Provides: tex(eccc1000.tfm) = %{tl_version} +Provides: tex(eccc1095.tfm) = %{tl_version} +Provides: tex(eccc1200.tfm) = %{tl_version} +Provides: tex(eccc1440.tfm) = %{tl_version} +Provides: tex(eccc1728.tfm) = %{tl_version} +Provides: tex(eccc2074.tfm) = %{tl_version} +Provides: tex(eccc2488.tfm) = %{tl_version} +Provides: tex(eccc2986.tfm) = %{tl_version} +Provides: tex(eccc3583.tfm) = %{tl_version} +Provides: tex(ecci0500.tfm) = %{tl_version} +Provides: tex(ecci0600.tfm) = %{tl_version} +Provides: tex(ecci0700.tfm) = %{tl_version} +Provides: tex(ecci0800.tfm) = %{tl_version} +Provides: tex(ecci0900.tfm) = %{tl_version} +Provides: tex(ecci1000.tfm) = %{tl_version} +Provides: tex(ecci1095.tfm) = %{tl_version} +Provides: tex(ecci1200.tfm) = %{tl_version} +Provides: tex(ecci1440.tfm) = %{tl_version} +Provides: tex(ecci1728.tfm) = %{tl_version} +Provides: tex(ecci2074.tfm) = %{tl_version} +Provides: tex(ecci2488.tfm) = %{tl_version} +Provides: tex(ecci2986.tfm) = %{tl_version} +Provides: tex(ecci3583.tfm) = %{tl_version} +Provides: tex(ecdh0500.tfm) = %{tl_version} +Provides: tex(ecdh0600.tfm) = %{tl_version} +Provides: tex(ecdh0700.tfm) = %{tl_version} +Provides: tex(ecdh0800.tfm) = %{tl_version} +Provides: tex(ecdh0900.tfm) = %{tl_version} +Provides: tex(ecdh1000.tfm) = %{tl_version} +Provides: tex(ecdh1095.tfm) = %{tl_version} +Provides: tex(ecdh1200.tfm) = %{tl_version} +Provides: tex(ecdh1440.tfm) = %{tl_version} +Provides: tex(ecdh1728.tfm) = %{tl_version} +Provides: tex(ecdh2074.tfm) = %{tl_version} +Provides: tex(ecdh2488.tfm) = %{tl_version} +Provides: tex(ecdh2986.tfm) = %{tl_version} +Provides: tex(ecdh3583.tfm) = %{tl_version} +Provides: tex(ecit0800.tfm) = %{tl_version} +Provides: tex(ecit0900.tfm) = %{tl_version} +Provides: tex(ecit1000.tfm) = %{tl_version} +Provides: tex(ecit1095.tfm) = %{tl_version} +Provides: tex(ecit1200.tfm) = %{tl_version} +Provides: tex(ecit1440.tfm) = %{tl_version} +Provides: tex(ecit1728.tfm) = %{tl_version} +Provides: tex(ecit2074.tfm) = %{tl_version} +Provides: tex(ecit2488.tfm) = %{tl_version} +Provides: tex(ecit2986.tfm) = %{tl_version} +Provides: tex(ecit3583.tfm) = %{tl_version} +Provides: tex(eclb8.tfm) = %{tl_version} +Provides: tex(ecli8.tfm) = %{tl_version} +Provides: tex(eclo8.tfm) = %{tl_version} +Provides: tex(eclq8.tfm) = %{tl_version} +Provides: tex(ecltt8.tfm) = %{tl_version} +Provides: tex(ecoc0500.tfm) = %{tl_version} +Provides: tex(ecoc0600.tfm) = %{tl_version} +Provides: tex(ecoc0700.tfm) = %{tl_version} +Provides: tex(ecoc0800.tfm) = %{tl_version} +Provides: tex(ecoc0900.tfm) = %{tl_version} +Provides: tex(ecoc1000.tfm) = %{tl_version} +Provides: tex(ecoc1095.tfm) = %{tl_version} +Provides: tex(ecoc1200.tfm) = %{tl_version} +Provides: tex(ecoc1440.tfm) = %{tl_version} +Provides: tex(ecoc1728.tfm) = %{tl_version} +Provides: tex(ecoc2074.tfm) = %{tl_version} +Provides: tex(ecoc2488.tfm) = %{tl_version} +Provides: tex(ecoc2986.tfm) = %{tl_version} +Provides: tex(ecoc3583.tfm) = %{tl_version} +Provides: tex(ecrb0500.tfm) = %{tl_version} +Provides: tex(ecrb0600.tfm) = %{tl_version} +Provides: tex(ecrb0700.tfm) = %{tl_version} +Provides: tex(ecrb0800.tfm) = %{tl_version} +Provides: tex(ecrb0900.tfm) = %{tl_version} +Provides: tex(ecrb1000.tfm) = %{tl_version} +Provides: tex(ecrb1095.tfm) = %{tl_version} +Provides: tex(ecrb1200.tfm) = %{tl_version} +Provides: tex(ecrb1440.tfm) = %{tl_version} +Provides: tex(ecrb1728.tfm) = %{tl_version} +Provides: tex(ecrb2074.tfm) = %{tl_version} +Provides: tex(ecrb2488.tfm) = %{tl_version} +Provides: tex(ecrb2986.tfm) = %{tl_version} +Provides: tex(ecrb3583.tfm) = %{tl_version} +Provides: tex(ecrm0500.tfm) = %{tl_version} +Provides: tex(ecrm0600.tfm) = %{tl_version} +Provides: tex(ecrm0700.tfm) = %{tl_version} +Provides: tex(ecrm0800.tfm) = %{tl_version} +Provides: tex(ecrm0900.tfm) = %{tl_version} +Provides: tex(ecrm1000.tfm) = %{tl_version} +Provides: tex(ecrm1095.tfm) = %{tl_version} +Provides: tex(ecrm1200.tfm) = %{tl_version} +Provides: tex(ecrm1440.tfm) = %{tl_version} +Provides: tex(ecrm1728.tfm) = %{tl_version} +Provides: tex(ecrm2074.tfm) = %{tl_version} +Provides: tex(ecrm2488.tfm) = %{tl_version} +Provides: tex(ecrm2986.tfm) = %{tl_version} +Provides: tex(ecrm3583.tfm) = %{tl_version} +Provides: tex(ecsc0500.tfm) = %{tl_version} +Provides: tex(ecsc0600.tfm) = %{tl_version} +Provides: tex(ecsc0700.tfm) = %{tl_version} +Provides: tex(ecsc0800.tfm) = %{tl_version} +Provides: tex(ecsc0900.tfm) = %{tl_version} +Provides: tex(ecsc1000.tfm) = %{tl_version} +Provides: tex(ecsc1095.tfm) = %{tl_version} +Provides: tex(ecsc1200.tfm) = %{tl_version} +Provides: tex(ecsc1440.tfm) = %{tl_version} +Provides: tex(ecsc1728.tfm) = %{tl_version} +Provides: tex(ecsc2074.tfm) = %{tl_version} +Provides: tex(ecsc2488.tfm) = %{tl_version} +Provides: tex(ecsc2986.tfm) = %{tl_version} +Provides: tex(ecsc3583.tfm) = %{tl_version} +Provides: tex(ecsi0500.tfm) = %{tl_version} +Provides: tex(ecsi0600.tfm) = %{tl_version} +Provides: tex(ecsi0700.tfm) = %{tl_version} +Provides: tex(ecsi0800.tfm) = %{tl_version} +Provides: tex(ecsi0900.tfm) = %{tl_version} +Provides: tex(ecsi1000.tfm) = %{tl_version} +Provides: tex(ecsi1095.tfm) = %{tl_version} +Provides: tex(ecsi1200.tfm) = %{tl_version} +Provides: tex(ecsi1440.tfm) = %{tl_version} +Provides: tex(ecsi1728.tfm) = %{tl_version} +Provides: tex(ecsi2074.tfm) = %{tl_version} +Provides: tex(ecsi2488.tfm) = %{tl_version} +Provides: tex(ecsi2986.tfm) = %{tl_version} +Provides: tex(ecsi3583.tfm) = %{tl_version} +Provides: tex(ecsl0500.tfm) = %{tl_version} +Provides: tex(ecsl0600.tfm) = %{tl_version} +Provides: tex(ecsl0700.tfm) = %{tl_version} +Provides: tex(ecsl0800.tfm) = %{tl_version} +Provides: tex(ecsl0900.tfm) = %{tl_version} +Provides: tex(ecsl1000.tfm) = %{tl_version} +Provides: tex(ecsl1095.tfm) = %{tl_version} +Provides: tex(ecsl1200.tfm) = %{tl_version} +Provides: tex(ecsl1440.tfm) = %{tl_version} +Provides: tex(ecsl1728.tfm) = %{tl_version} +Provides: tex(ecsl2074.tfm) = %{tl_version} +Provides: tex(ecsl2488.tfm) = %{tl_version} +Provides: tex(ecsl2986.tfm) = %{tl_version} +Provides: tex(ecsl3583.tfm) = %{tl_version} +Provides: tex(ecso0500.tfm) = %{tl_version} +Provides: tex(ecso0600.tfm) = %{tl_version} +Provides: tex(ecso0700.tfm) = %{tl_version} +Provides: tex(ecso0800.tfm) = %{tl_version} +Provides: tex(ecso0900.tfm) = %{tl_version} +Provides: tex(ecso1000.tfm) = %{tl_version} +Provides: tex(ecso1095.tfm) = %{tl_version} +Provides: tex(ecso1200.tfm) = %{tl_version} +Provides: tex(ecso1440.tfm) = %{tl_version} +Provides: tex(ecso1728.tfm) = %{tl_version} +Provides: tex(ecso2074.tfm) = %{tl_version} +Provides: tex(ecso2488.tfm) = %{tl_version} +Provides: tex(ecso2986.tfm) = %{tl_version} +Provides: tex(ecso3583.tfm) = %{tl_version} +Provides: tex(ecss0500.tfm) = %{tl_version} +Provides: tex(ecss0600.tfm) = %{tl_version} +Provides: tex(ecss0700.tfm) = %{tl_version} +Provides: tex(ecss0800.tfm) = %{tl_version} +Provides: tex(ecss0900.tfm) = %{tl_version} +Provides: tex(ecss1000.tfm) = %{tl_version} +Provides: tex(ecss1095.tfm) = %{tl_version} +Provides: tex(ecss1200.tfm) = %{tl_version} +Provides: tex(ecss1440.tfm) = %{tl_version} +Provides: tex(ecss1728.tfm) = %{tl_version} +Provides: tex(ecss2074.tfm) = %{tl_version} +Provides: tex(ecss2488.tfm) = %{tl_version} +Provides: tex(ecss2986.tfm) = %{tl_version} +Provides: tex(ecss3583.tfm) = %{tl_version} +Provides: tex(ecst0800.tfm) = %{tl_version} +Provides: tex(ecst0900.tfm) = %{tl_version} +Provides: tex(ecst1000.tfm) = %{tl_version} +Provides: tex(ecst1095.tfm) = %{tl_version} +Provides: tex(ecst1200.tfm) = %{tl_version} +Provides: tex(ecst1440.tfm) = %{tl_version} +Provides: tex(ecst1728.tfm) = %{tl_version} +Provides: tex(ecst2074.tfm) = %{tl_version} +Provides: tex(ecst2488.tfm) = %{tl_version} +Provides: tex(ecst2986.tfm) = %{tl_version} +Provides: tex(ecst3583.tfm) = %{tl_version} +Provides: tex(ecsx0500.tfm) = %{tl_version} +Provides: tex(ecsx0600.tfm) = %{tl_version} +Provides: tex(ecsx0700.tfm) = %{tl_version} +Provides: tex(ecsx0800.tfm) = %{tl_version} +Provides: tex(ecsx0900.tfm) = %{tl_version} +Provides: tex(ecsx1000.tfm) = %{tl_version} +Provides: tex(ecsx1095.tfm) = %{tl_version} +Provides: tex(ecsx1200.tfm) = %{tl_version} +Provides: tex(ecsx1440.tfm) = %{tl_version} +Provides: tex(ecsx1728.tfm) = %{tl_version} +Provides: tex(ecsx2074.tfm) = %{tl_version} +Provides: tex(ecsx2488.tfm) = %{tl_version} +Provides: tex(ecsx2986.tfm) = %{tl_version} +Provides: tex(ecsx3583.tfm) = %{tl_version} +Provides: tex(ectc0800.tfm) = %{tl_version} +Provides: tex(ectc0900.tfm) = %{tl_version} +Provides: tex(ectc1000.tfm) = %{tl_version} +Provides: tex(ectc1095.tfm) = %{tl_version} +Provides: tex(ectc1200.tfm) = %{tl_version} +Provides: tex(ectc1440.tfm) = %{tl_version} +Provides: tex(ectc1728.tfm) = %{tl_version} +Provides: tex(ectc2074.tfm) = %{tl_version} +Provides: tex(ectc2488.tfm) = %{tl_version} +Provides: tex(ectc2986.tfm) = %{tl_version} +Provides: tex(ectc3583.tfm) = %{tl_version} +Provides: tex(ecti0500.tfm) = %{tl_version} +Provides: tex(ecti0600.tfm) = %{tl_version} +Provides: tex(ecti0700.tfm) = %{tl_version} +Provides: tex(ecti0800.tfm) = %{tl_version} +Provides: tex(ecti0900.tfm) = %{tl_version} +Provides: tex(ecti1000.tfm) = %{tl_version} +Provides: tex(ecti1095.tfm) = %{tl_version} +Provides: tex(ecti1200.tfm) = %{tl_version} +Provides: tex(ecti1440.tfm) = %{tl_version} +Provides: tex(ecti1728.tfm) = %{tl_version} +Provides: tex(ecti2074.tfm) = %{tl_version} +Provides: tex(ecti2488.tfm) = %{tl_version} +Provides: tex(ecti2986.tfm) = %{tl_version} +Provides: tex(ecti3583.tfm) = %{tl_version} +Provides: tex(ectt0800.tfm) = %{tl_version} +Provides: tex(ectt0900.tfm) = %{tl_version} +Provides: tex(ectt1000.tfm) = %{tl_version} +Provides: tex(ectt1095.tfm) = %{tl_version} +Provides: tex(ectt1200.tfm) = %{tl_version} +Provides: tex(ectt1440.tfm) = %{tl_version} +Provides: tex(ectt1728.tfm) = %{tl_version} +Provides: tex(ectt2074.tfm) = %{tl_version} +Provides: tex(ectt2488.tfm) = %{tl_version} +Provides: tex(ectt2986.tfm) = %{tl_version} +Provides: tex(ectt3583.tfm) = %{tl_version} +Provides: tex(ecui0500.tfm) = %{tl_version} +Provides: tex(ecui0600.tfm) = %{tl_version} +Provides: tex(ecui0700.tfm) = %{tl_version} +Provides: tex(ecui0800.tfm) = %{tl_version} +Provides: tex(ecui0900.tfm) = %{tl_version} +Provides: tex(ecui1000.tfm) = %{tl_version} +Provides: tex(ecui1095.tfm) = %{tl_version} +Provides: tex(ecui1200.tfm) = %{tl_version} +Provides: tex(ecui1440.tfm) = %{tl_version} +Provides: tex(ecui1728.tfm) = %{tl_version} +Provides: tex(ecui2074.tfm) = %{tl_version} +Provides: tex(ecui2488.tfm) = %{tl_version} +Provides: tex(ecui2986.tfm) = %{tl_version} +Provides: tex(ecui3583.tfm) = %{tl_version} +Provides: tex(ecvi0800.tfm) = %{tl_version} +Provides: tex(ecvi0900.tfm) = %{tl_version} +Provides: tex(ecvi1000.tfm) = %{tl_version} +Provides: tex(ecvi1095.tfm) = %{tl_version} +Provides: tex(ecvi1200.tfm) = %{tl_version} +Provides: tex(ecvi1440.tfm) = %{tl_version} +Provides: tex(ecvi1728.tfm) = %{tl_version} +Provides: tex(ecvi2074.tfm) = %{tl_version} +Provides: tex(ecvi2488.tfm) = %{tl_version} +Provides: tex(ecvi2986.tfm) = %{tl_version} +Provides: tex(ecvi3583.tfm) = %{tl_version} +Provides: tex(ecvt0800.tfm) = %{tl_version} +Provides: tex(ecvt0900.tfm) = %{tl_version} +Provides: tex(ecvt1000.tfm) = %{tl_version} +Provides: tex(ecvt1095.tfm) = %{tl_version} +Provides: tex(ecvt1200.tfm) = %{tl_version} +Provides: tex(ecvt1440.tfm) = %{tl_version} +Provides: tex(ecvt1728.tfm) = %{tl_version} +Provides: tex(ecvt2074.tfm) = %{tl_version} +Provides: tex(ecvt2488.tfm) = %{tl_version} +Provides: tex(ecvt2986.tfm) = %{tl_version} +Provides: tex(ecvt3583.tfm) = %{tl_version} +Provides: tex(ecxc0500.tfm) = %{tl_version} +Provides: tex(ecxc0600.tfm) = %{tl_version} +Provides: tex(ecxc0700.tfm) = %{tl_version} +Provides: tex(ecxc0800.tfm) = %{tl_version} +Provides: tex(ecxc0900.tfm) = %{tl_version} +Provides: tex(ecxc1000.tfm) = %{tl_version} +Provides: tex(ecxc1095.tfm) = %{tl_version} +Provides: tex(ecxc1200.tfm) = %{tl_version} +Provides: tex(ecxc1440.tfm) = %{tl_version} +Provides: tex(ecxc1728.tfm) = %{tl_version} +Provides: tex(ecxc2074.tfm) = %{tl_version} +Provides: tex(ecxc2488.tfm) = %{tl_version} +Provides: tex(ecxc2986.tfm) = %{tl_version} +Provides: tex(ecxc3583.tfm) = %{tl_version} +Provides: tex(ieclb8.tfm) = %{tl_version} +Provides: tex(iecli8.tfm) = %{tl_version} +Provides: tex(ieclo8.tfm) = %{tl_version} +Provides: tex(ieclq8.tfm) = %{tl_version} +Provides: tex(iecltt8.tfm) = %{tl_version} +Provides: tex(tcbi0500.tfm) = %{tl_version} +Provides: tex(tcbi0600.tfm) = %{tl_version} +Provides: tex(tcbi0700.tfm) = %{tl_version} +Provides: tex(tcbi0800.tfm) = %{tl_version} +Provides: tex(tcbi0900.tfm) = %{tl_version} +Provides: tex(tcbi1000.tfm) = %{tl_version} +Provides: tex(tcbi1095.tfm) = %{tl_version} +Provides: tex(tcbi1200.tfm) = %{tl_version} +Provides: tex(tcbi1440.tfm) = %{tl_version} +Provides: tex(tcbi1728.tfm) = %{tl_version} +Provides: tex(tcbi2074.tfm) = %{tl_version} +Provides: tex(tcbi2488.tfm) = %{tl_version} +Provides: tex(tcbi2986.tfm) = %{tl_version} +Provides: tex(tcbi3583.tfm) = %{tl_version} +Provides: tex(tcbl0500.tfm) = %{tl_version} +Provides: tex(tcbl0600.tfm) = %{tl_version} +Provides: tex(tcbl0700.tfm) = %{tl_version} +Provides: tex(tcbl0800.tfm) = %{tl_version} +Provides: tex(tcbl0900.tfm) = %{tl_version} +Provides: tex(tcbl1000.tfm) = %{tl_version} +Provides: tex(tcbl1095.tfm) = %{tl_version} +Provides: tex(tcbl1200.tfm) = %{tl_version} +Provides: tex(tcbl1440.tfm) = %{tl_version} +Provides: tex(tcbl1728.tfm) = %{tl_version} +Provides: tex(tcbl2074.tfm) = %{tl_version} +Provides: tex(tcbl2488.tfm) = %{tl_version} +Provides: tex(tcbl2986.tfm) = %{tl_version} +Provides: tex(tcbl3583.tfm) = %{tl_version} +Provides: tex(tcbx0500.tfm) = %{tl_version} +Provides: tex(tcbx0600.tfm) = %{tl_version} +Provides: tex(tcbx0700.tfm) = %{tl_version} +Provides: tex(tcbx0800.tfm) = %{tl_version} +Provides: tex(tcbx0900.tfm) = %{tl_version} +Provides: tex(tcbx1000.tfm) = %{tl_version} +Provides: tex(tcbx1095.tfm) = %{tl_version} +Provides: tex(tcbx1200.tfm) = %{tl_version} +Provides: tex(tcbx1440.tfm) = %{tl_version} +Provides: tex(tcbx1728.tfm) = %{tl_version} +Provides: tex(tcbx2074.tfm) = %{tl_version} +Provides: tex(tcbx2488.tfm) = %{tl_version} +Provides: tex(tcbx2986.tfm) = %{tl_version} +Provides: tex(tcbx3583.tfm) = %{tl_version} +Provides: tex(tcci0500.tfm) = %{tl_version} +Provides: tex(tcci0600.tfm) = %{tl_version} +Provides: tex(tcci0700.tfm) = %{tl_version} +Provides: tex(tcci0800.tfm) = %{tl_version} +Provides: tex(tcci0900.tfm) = %{tl_version} +Provides: tex(tcci1000.tfm) = %{tl_version} +Provides: tex(tcci1095.tfm) = %{tl_version} +Provides: tex(tcci1200.tfm) = %{tl_version} +Provides: tex(tcci1440.tfm) = %{tl_version} +Provides: tex(tcci1728.tfm) = %{tl_version} +Provides: tex(tcci2074.tfm) = %{tl_version} +Provides: tex(tcci2488.tfm) = %{tl_version} +Provides: tex(tcci2986.tfm) = %{tl_version} +Provides: tex(tcci3583.tfm) = %{tl_version} +Provides: tex(tcit0800.tfm) = %{tl_version} +Provides: tex(tcit0900.tfm) = %{tl_version} +Provides: tex(tcit1000.tfm) = %{tl_version} +Provides: tex(tcit1095.tfm) = %{tl_version} +Provides: tex(tcit1200.tfm) = %{tl_version} +Provides: tex(tcit1440.tfm) = %{tl_version} +Provides: tex(tcit1728.tfm) = %{tl_version} +Provides: tex(tcit2074.tfm) = %{tl_version} +Provides: tex(tcit2488.tfm) = %{tl_version} +Provides: tex(tcit2986.tfm) = %{tl_version} +Provides: tex(tcit3583.tfm) = %{tl_version} +Provides: tex(tcrb0500.tfm) = %{tl_version} +Provides: tex(tcrb0600.tfm) = %{tl_version} +Provides: tex(tcrb0700.tfm) = %{tl_version} +Provides: tex(tcrb0800.tfm) = %{tl_version} +Provides: tex(tcrb0900.tfm) = %{tl_version} +Provides: tex(tcrb1000.tfm) = %{tl_version} +Provides: tex(tcrb1095.tfm) = %{tl_version} +Provides: tex(tcrb1200.tfm) = %{tl_version} +Provides: tex(tcrb1440.tfm) = %{tl_version} +Provides: tex(tcrb1728.tfm) = %{tl_version} +Provides: tex(tcrb2074.tfm) = %{tl_version} +Provides: tex(tcrb2488.tfm) = %{tl_version} +Provides: tex(tcrb2986.tfm) = %{tl_version} +Provides: tex(tcrb3583.tfm) = %{tl_version} +Provides: tex(tcrm0500.tfm) = %{tl_version} +Provides: tex(tcrm0600.tfm) = %{tl_version} +Provides: tex(tcrm0700.tfm) = %{tl_version} +Provides: tex(tcrm0800.tfm) = %{tl_version} +Provides: tex(tcrm0900.tfm) = %{tl_version} +Provides: tex(tcrm1000.tfm) = %{tl_version} +Provides: tex(tcrm1095.tfm) = %{tl_version} +Provides: tex(tcrm1200.tfm) = %{tl_version} +Provides: tex(tcrm1440.tfm) = %{tl_version} +Provides: tex(tcrm1728.tfm) = %{tl_version} +Provides: tex(tcrm2074.tfm) = %{tl_version} +Provides: tex(tcrm2488.tfm) = %{tl_version} +Provides: tex(tcrm2986.tfm) = %{tl_version} +Provides: tex(tcrm3583.tfm) = %{tl_version} +Provides: tex(tcsi0500.tfm) = %{tl_version} +Provides: tex(tcsi0600.tfm) = %{tl_version} +Provides: tex(tcsi0700.tfm) = %{tl_version} +Provides: tex(tcsi0800.tfm) = %{tl_version} +Provides: tex(tcsi0900.tfm) = %{tl_version} +Provides: tex(tcsi1000.tfm) = %{tl_version} +Provides: tex(tcsi1095.tfm) = %{tl_version} +Provides: tex(tcsi1200.tfm) = %{tl_version} +Provides: tex(tcsi1440.tfm) = %{tl_version} +Provides: tex(tcsi1728.tfm) = %{tl_version} +Provides: tex(tcsi2074.tfm) = %{tl_version} +Provides: tex(tcsi2488.tfm) = %{tl_version} +Provides: tex(tcsi2986.tfm) = %{tl_version} +Provides: tex(tcsi3583.tfm) = %{tl_version} +Provides: tex(tcsl0500.tfm) = %{tl_version} +Provides: tex(tcsl0600.tfm) = %{tl_version} +Provides: tex(tcsl0700.tfm) = %{tl_version} +Provides: tex(tcsl0800.tfm) = %{tl_version} +Provides: tex(tcsl0900.tfm) = %{tl_version} +Provides: tex(tcsl1000.tfm) = %{tl_version} +Provides: tex(tcsl1095.tfm) = %{tl_version} +Provides: tex(tcsl1200.tfm) = %{tl_version} +Provides: tex(tcsl1440.tfm) = %{tl_version} +Provides: tex(tcsl1728.tfm) = %{tl_version} +Provides: tex(tcsl2074.tfm) = %{tl_version} +Provides: tex(tcsl2488.tfm) = %{tl_version} +Provides: tex(tcsl2986.tfm) = %{tl_version} +Provides: tex(tcsl3583.tfm) = %{tl_version} +Provides: tex(tcso0500.tfm) = %{tl_version} +Provides: tex(tcso0600.tfm) = %{tl_version} +Provides: tex(tcso0700.tfm) = %{tl_version} +Provides: tex(tcso0800.tfm) = %{tl_version} +Provides: tex(tcso0900.tfm) = %{tl_version} +Provides: tex(tcso1000.tfm) = %{tl_version} +Provides: tex(tcso1095.tfm) = %{tl_version} +Provides: tex(tcso1200.tfm) = %{tl_version} +Provides: tex(tcso1440.tfm) = %{tl_version} +Provides: tex(tcso1728.tfm) = %{tl_version} +Provides: tex(tcso2074.tfm) = %{tl_version} +Provides: tex(tcso2488.tfm) = %{tl_version} +Provides: tex(tcso2986.tfm) = %{tl_version} +Provides: tex(tcso3583.tfm) = %{tl_version} +Provides: tex(tcss0500.tfm) = %{tl_version} +Provides: tex(tcss0600.tfm) = %{tl_version} +Provides: tex(tcss0700.tfm) = %{tl_version} +Provides: tex(tcss0800.tfm) = %{tl_version} +Provides: tex(tcss0900.tfm) = %{tl_version} +Provides: tex(tcss1000.tfm) = %{tl_version} +Provides: tex(tcss1095.tfm) = %{tl_version} +Provides: tex(tcss1200.tfm) = %{tl_version} +Provides: tex(tcss1440.tfm) = %{tl_version} +Provides: tex(tcss1728.tfm) = %{tl_version} +Provides: tex(tcss2074.tfm) = %{tl_version} +Provides: tex(tcss2488.tfm) = %{tl_version} +Provides: tex(tcss2986.tfm) = %{tl_version} +Provides: tex(tcss3583.tfm) = %{tl_version} +Provides: tex(tcst0800.tfm) = %{tl_version} +Provides: tex(tcst0900.tfm) = %{tl_version} +Provides: tex(tcst1000.tfm) = %{tl_version} +Provides: tex(tcst1095.tfm) = %{tl_version} +Provides: tex(tcst1200.tfm) = %{tl_version} +Provides: tex(tcst1440.tfm) = %{tl_version} +Provides: tex(tcst1728.tfm) = %{tl_version} +Provides: tex(tcst2074.tfm) = %{tl_version} +Provides: tex(tcst2488.tfm) = %{tl_version} +Provides: tex(tcst2986.tfm) = %{tl_version} +Provides: tex(tcst3583.tfm) = %{tl_version} +Provides: tex(tcsx0500.tfm) = %{tl_version} +Provides: tex(tcsx0600.tfm) = %{tl_version} +Provides: tex(tcsx0700.tfm) = %{tl_version} +Provides: tex(tcsx0800.tfm) = %{tl_version} +Provides: tex(tcsx0900.tfm) = %{tl_version} +Provides: tex(tcsx1000.tfm) = %{tl_version} +Provides: tex(tcsx1095.tfm) = %{tl_version} +Provides: tex(tcsx1200.tfm) = %{tl_version} +Provides: tex(tcsx1440.tfm) = %{tl_version} +Provides: tex(tcsx1728.tfm) = %{tl_version} +Provides: tex(tcsx2074.tfm) = %{tl_version} +Provides: tex(tcsx2488.tfm) = %{tl_version} +Provides: tex(tcsx2986.tfm) = %{tl_version} +Provides: tex(tcsx3583.tfm) = %{tl_version} +Provides: tex(tcti0500.tfm) = %{tl_version} +Provides: tex(tcti0600.tfm) = %{tl_version} +Provides: tex(tcti0700.tfm) = %{tl_version} +Provides: tex(tcti0800.tfm) = %{tl_version} +Provides: tex(tcti0900.tfm) = %{tl_version} +Provides: tex(tcti1000.tfm) = %{tl_version} +Provides: tex(tcti1095.tfm) = %{tl_version} +Provides: tex(tcti1200.tfm) = %{tl_version} +Provides: tex(tcti1440.tfm) = %{tl_version} +Provides: tex(tcti1728.tfm) = %{tl_version} +Provides: tex(tcti2074.tfm) = %{tl_version} +Provides: tex(tcti2488.tfm) = %{tl_version} +Provides: tex(tcti2986.tfm) = %{tl_version} +Provides: tex(tcti3583.tfm) = %{tl_version} +Provides: tex(tctt0800.tfm) = %{tl_version} +Provides: tex(tctt0900.tfm) = %{tl_version} +Provides: tex(tctt1000.tfm) = %{tl_version} +Provides: tex(tctt1095.tfm) = %{tl_version} +Provides: tex(tctt1200.tfm) = %{tl_version} +Provides: tex(tctt1440.tfm) = %{tl_version} +Provides: tex(tctt1728.tfm) = %{tl_version} +Provides: tex(tctt2074.tfm) = %{tl_version} +Provides: tex(tctt2488.tfm) = %{tl_version} +Provides: tex(tctt2986.tfm) = %{tl_version} +Provides: tex(tctt3583.tfm) = %{tl_version} +Provides: tex(tcui0500.tfm) = %{tl_version} +Provides: tex(tcui0600.tfm) = %{tl_version} +Provides: tex(tcui0700.tfm) = %{tl_version} +Provides: tex(tcui0800.tfm) = %{tl_version} +Provides: tex(tcui0900.tfm) = %{tl_version} +Provides: tex(tcui1000.tfm) = %{tl_version} +Provides: tex(tcui1095.tfm) = %{tl_version} +Provides: tex(tcui1200.tfm) = %{tl_version} +Provides: tex(tcui1440.tfm) = %{tl_version} +Provides: tex(tcui1728.tfm) = %{tl_version} +Provides: tex(tcui2074.tfm) = %{tl_version} +Provides: tex(tcui2488.tfm) = %{tl_version} +Provides: tex(tcui2986.tfm) = %{tl_version} +Provides: tex(tcui3583.tfm) = %{tl_version} +Provides: tex(tcvi0800.tfm) = %{tl_version} +Provides: tex(tcvi0900.tfm) = %{tl_version} +Provides: tex(tcvi1000.tfm) = %{tl_version} +Provides: tex(tcvi1095.tfm) = %{tl_version} +Provides: tex(tcvi1200.tfm) = %{tl_version} +Provides: tex(tcvi1440.tfm) = %{tl_version} +Provides: tex(tcvi1728.tfm) = %{tl_version} +Provides: tex(tcvi2074.tfm) = %{tl_version} +Provides: tex(tcvi2488.tfm) = %{tl_version} +Provides: tex(tcvi2986.tfm) = %{tl_version} +Provides: tex(tcvi3583.tfm) = %{tl_version} +Provides: tex(tcvt0800.tfm) = %{tl_version} +Provides: tex(tcvt0900.tfm) = %{tl_version} +Provides: tex(tcvt1000.tfm) = %{tl_version} +Provides: tex(tcvt1095.tfm) = %{tl_version} +Provides: tex(tcvt1200.tfm) = %{tl_version} +Provides: tex(tcvt1440.tfm) = %{tl_version} +Provides: tex(tcvt1728.tfm) = %{tl_version} +Provides: tex(tcvt2074.tfm) = %{tl_version} +Provides: tex(tcvt2488.tfm) = %{tl_version} +Provides: tex(tcvt2986.tfm) = %{tl_version} +Provides: tex(tcvt3583.tfm) = %{tl_version} + +%description ec +The EC fonts are European Computer Modern Fonts, supporting the +complete LaTeX T1 encoding defined at the 1990 TUG conference +hold at Cork/Ireland. These fonts are intended to be stable +with no changes being made to the tfm files. The set also +contains a Text Companion Symbol font, called tc, featuring +many useful characters needed in text typesetting, for example +oldstyle digits, currency symbols (including the newly created +Euro symbol), the permille sign, copyright, trade mark and +servicemark as well as a copyleft sign, and many others. Recent +releases of LaTeX2e support the EC fonts. The EC fonts +supersede the preliminary version released as the DC fonts. The +fonts are available in (traced) Adobe Type 1 format, as part of +the cm-super bundle. The other Computer Modern-style T1-encoded +Type 1 set, Latin Modern, is not actually a direct development +of the EC set, and differs from the EC in a number of +particulars. + +date: 2009-08-27 17:24:27 +0200 + +%post ec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ec-doc +Summary: Documentation for ec +Version: svn25033.1.0 +Release: %{tl_noarch_release} +Provides: tex-ec-doc +BuildArch: noarch +AutoReqProv: No + +%description ec-doc +Documentation for ec + +%package lhcyr +Provides: tex-lhcyr = %{tl_version} +License: Lhcyr +Summary: A non-standard Cyrillic input scheme +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(karabas.tex) = %{tl_version} +Provides: tex(kniga.tex) = %{tl_version} +Provides: tex(lhcyralt-hyphen.cfg) = %{tl_version} +Provides: tex(lhcyralt-rhyphen.tex) = %{tl_version} +Provides: tex(lhcyralt.sty) = %{tl_version} +Provides: tex(ot1lhdh.fd) = %{tl_version} +Provides: tex(ot1lhfib.fd) = %{tl_version} +Provides: tex(ot1lhfr.fd) = %{tl_version} +Provides: tex(ot1lhr.fd) = %{tl_version} +Provides: tex(ot1lhss.fd) = %{tl_version} +Provides: tex(ot1lhtt.fd) = %{tl_version} +Provides: tex(ot1lhvtt.fd) = %{tl_version} +Provides: tex(lhcyrkoi-hyphen.cfg) = %{tl_version} +Provides: tex(lhcyrkoi-rhyphen.tex) = %{tl_version} +Provides: tex(lhcyrkoi.sty) = %{tl_version} +Provides: tex(ot1kcdh.fd) = %{tl_version} +Provides: tex(ot1kcfib.fd) = %{tl_version} +Provides: tex(ot1kcfr.fd) = %{tl_version} +Provides: tex(ot1kcr.fd) = %{tl_version} +Provides: tex(ot1kcss.fd) = %{tl_version} +Provides: tex(ot1kctt.fd) = %{tl_version} +Provides: tex(ot1kcvtt.fd) = %{tl_version} +Provides: tex(lhcyrwin-hyphen.cfg) = %{tl_version} +Provides: tex(lhcyrwin-rhyphen.tex) = %{tl_version} +Provides: tex(lhcyrwin.sty) = %{tl_version} +Provides: tex(ot1wcdh.fd) = %{tl_version} +Provides: tex(ot1wcfib.fd) = %{tl_version} +Provides: tex(ot1wcfr.fd) = %{tl_version} +Provides: tex(ot1wcr.fd) = %{tl_version} +Provides: tex(ot1wcss.fd) = %{tl_version} +Provides: tex(ot1wctt.fd) = %{tl_version} +Provides: tex(ot1wcvtt.fd) = %{tl_version} +Provides: tex(otchet.tex) = %{tl_version} +Provides: tex(pismo.tex) = %{tl_version} +Provides: tex(rusfonts.tex) = %{tl_version} +Provides: tex(statya.tex) = %{tl_version} + +%description lhcyr +A collection of three LaTeX 2e styles intended for typesetting +Russian and bilingual English-Russian documents, using the lh +fonts and without the benefit of babel's language-switching +mechanisms. The packages (lhcyralt and lhcyrwin for use under +emTeX, and lhcyrkoi for use under teTeX) provide mappings +between the input encoding and the font encoding (which is +described as OT1). The way this is done does not match the way +inputenc would do the job, for output via fontenc to one of the +T2 series of font encodings. + +date: 2012-05-22 11:10:15 +0200 + +%post lhcyr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lhcyr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lhcyr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lshort-bulgarian-doc +Summary: Documentation for lshort-bulgarian +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-bulgarian-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-bulgarian-doc +Documentation for lshort-bulgarian + +%package lshort-mongol-doc +Summary: Documentation for lshort-mongol +Version: svn15878.4.26 +Release: %{tl_noarch_release} +Provides: tex-lshort-mongol-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-mongol-doc +Documentation for lshort-mongol + +%package lshort-russian-doc +Summary: Documentation for lshort-russian +Version: svn18906.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-russian-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-russian-doc +Documentation for lshort-russian + +%package lshort-ukr-doc +Summary: Documentation for lshort-ukr +Version: svn15878.4.00 +Release: %{tl_noarch_release} +Provides: tex-lshort-ukr-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-ukr-doc +Documentation for lshort-ukr + +%package mongolian-babel +Provides: tex-mongolian-babel = %{tl_version} +License: LPPL +Summary: A language definition file for Mongolian in Babel +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mn.def) = %{tl_version} +Provides: tex(mongolian.ldf) = %{tl_version} +Provides: tex(mongolian.sty) = %{tl_version} + +%description mongolian-babel +This package provides support for Mongolian in a Cyrillic +alphabet. (The work derives from the earlier Russian work for +babel.) + +date: 2010-06-08 01:06:42 +0200 + +%post mongolian-babel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mongolian-babel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mongolian-babel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mongolian-babel-doc +Summary: Documentation for mongolian-babel +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-mongolian-babel-doc +BuildArch: noarch +AutoReqProv: No + +%description mongolian-babel-doc +Documentation for mongolian-babel + +%package montex +Provides: tex-montex = %{tl_version} +License: GPL+ +Summary: Mongolian LaTeX +Version: svn29349.IVu.04.092 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-cbfonts +Requires: tex(ifthen.sty) +Requires: tex(diagnose.sty) +Requires: tex(fontenc.sty) +Requires: tex(inputenc.sty) +Requires: tex(rotating.sty) +Requires: tex(lscape.sty) +Provides: tex(mongolian.map) = %{tl_version} +Provides: tex(bcghsb.tfm) = %{tl_version} +Provides: tex(bcghsm.tfm) = %{tl_version} +Provides: tex(bcghwb.tfm) = %{tl_version} +Provides: tex(bcghwm.tfm) = %{tl_version} +Provides: tex(bcgvsb.tfm) = %{tl_version} +Provides: tex(bcgvsm.tfm) = %{tl_version} +Provides: tex(bcgvwb.tfm) = %{tl_version} +Provides: tex(bcgvwm.tfm) = %{tl_version} +Provides: tex(bicighb.tfm) = %{tl_version} +Provides: tex(bicighm.tfm) = %{tl_version} +Provides: tex(bicigvb.tfm) = %{tl_version} +Provides: tex(bicigvm.tfm) = %{tl_version} +Provides: tex(bthhsb.tfm) = %{tl_version} +Provides: tex(bthhsm.tfm) = %{tl_version} +Provides: tex(bthhwb.tfm) = %{tl_version} +Provides: tex(bthhwm.tfm) = %{tl_version} +Provides: tex(bthvsb.tfm) = %{tl_version} +Provides: tex(bthvsm.tfm) = %{tl_version} +Provides: tex(bthvwb.tfm) = %{tl_version} +Provides: tex(bthvwm.tfm) = %{tl_version} +Provides: tex(bxghsb.tfm) = %{tl_version} +Provides: tex(bxghsm.tfm) = %{tl_version} +Provides: tex(bxghwb.tfm) = %{tl_version} +Provides: tex(bxghwm.tfm) = %{tl_version} +Provides: tex(bxgvsb.tfm) = %{tl_version} +Provides: tex(bxgvsm.tfm) = %{tl_version} +Provides: tex(bxgvwb.tfm) = %{tl_version} +Provides: tex(bxgvwm.tfm) = %{tl_version} +Provides: tex(kmb10.tfm) = %{tl_version} +Provides: tex(kmbx10.tfm) = %{tl_version} +Provides: tex(kmbx12.tfm) = %{tl_version} +Provides: tex(kmbx5.tfm) = %{tl_version} +Provides: tex(kmbx6.tfm) = %{tl_version} +Provides: tex(kmbx7.tfm) = %{tl_version} +Provides: tex(kmbx8.tfm) = %{tl_version} +Provides: tex(kmbx9.tfm) = %{tl_version} +Provides: tex(kmbxsl10.tfm) = %{tl_version} +Provides: tex(kmbxti10.tfm) = %{tl_version} +Provides: tex(kmcsc10.tfm) = %{tl_version} +Provides: tex(kmcsc8.tfm) = %{tl_version} +Provides: tex(kmcsc9.tfm) = %{tl_version} +Provides: tex(kmdunh10.tfm) = %{tl_version} +Provides: tex(kmff10.tfm) = %{tl_version} +Provides: tex(kmfi10.tfm) = %{tl_version} +Provides: tex(kmfib8.tfm) = %{tl_version} +Provides: tex(kminch.tfm) = %{tl_version} +Provides: tex(kmitt10.tfm) = %{tl_version} +Provides: tex(kmr10.tfm) = %{tl_version} +Provides: tex(kmr12.tfm) = %{tl_version} +Provides: tex(kmr17.tfm) = %{tl_version} +Provides: tex(kmr5.tfm) = %{tl_version} +Provides: tex(kmr6.tfm) = %{tl_version} +Provides: tex(kmr7.tfm) = %{tl_version} +Provides: tex(kmr8.tfm) = %{tl_version} +Provides: tex(kmr9.tfm) = %{tl_version} +Provides: tex(kmsl10.tfm) = %{tl_version} +Provides: tex(kmsl12.tfm) = %{tl_version} +Provides: tex(kmsl8.tfm) = %{tl_version} +Provides: tex(kmsl9.tfm) = %{tl_version} +Provides: tex(kmsltt10.tfm) = %{tl_version} +Provides: tex(kmss10.tfm) = %{tl_version} +Provides: tex(kmss12.tfm) = %{tl_version} +Provides: tex(kmss17.tfm) = %{tl_version} +Provides: tex(kmss8.tfm) = %{tl_version} +Provides: tex(kmss9.tfm) = %{tl_version} +Provides: tex(kmssbx10.tfm) = %{tl_version} +Provides: tex(kmssdc10.tfm) = %{tl_version} +Provides: tex(kmssi10.tfm) = %{tl_version} +Provides: tex(kmssi12.tfm) = %{tl_version} +Provides: tex(kmssi17.tfm) = %{tl_version} +Provides: tex(kmssi8.tfm) = %{tl_version} +Provides: tex(kmssi9.tfm) = %{tl_version} +Provides: tex(kmssq8.tfm) = %{tl_version} +Provides: tex(kmssqi8.tfm) = %{tl_version} +Provides: tex(kmtcsc10.tfm) = %{tl_version} +Provides: tex(kmti10.tfm) = %{tl_version} +Provides: tex(kmti12.tfm) = %{tl_version} +Provides: tex(kmti7.tfm) = %{tl_version} +Provides: tex(kmti8.tfm) = %{tl_version} +Provides: tex(kmti9.tfm) = %{tl_version} +Provides: tex(kmtt10.tfm) = %{tl_version} +Provides: tex(kmtt12.tfm) = %{tl_version} +Provides: tex(kmtt8.tfm) = %{tl_version} +Provides: tex(kmtt9.tfm) = %{tl_version} +Provides: tex(kmu10.tfm) = %{tl_version} +Provides: tex(kmvtt10.tfm) = %{tl_version} +Provides: tex(kmvtti10.tfm) = %{tl_version} +Provides: tex(bcghsb.pfb) = %{tl_version} +Provides: tex(bcghsm.pfb) = %{tl_version} +Provides: tex(bcghwb.pfb) = %{tl_version} +Provides: tex(bcghwm.pfb) = %{tl_version} +Provides: tex(bcgvsb.pfb) = %{tl_version} +Provides: tex(bcgvsm.pfb) = %{tl_version} +Provides: tex(bcgvwb.pfb) = %{tl_version} +Provides: tex(bcgvwm.pfb) = %{tl_version} +Provides: tex(bicighb.pfb) = %{tl_version} +Provides: tex(bicighm.pfb) = %{tl_version} +Provides: tex(bicigvb.pfb) = %{tl_version} +Provides: tex(bicigvm.pfb) = %{tl_version} +Provides: tex(bthhsb.pfb) = %{tl_version} +Provides: tex(bthhsm.pfb) = %{tl_version} +Provides: tex(bthhwb.pfb) = %{tl_version} +Provides: tex(bthhwm.pfb) = %{tl_version} +Provides: tex(bthvsb.pfb) = %{tl_version} +Provides: tex(bthvsm.pfb) = %{tl_version} +Provides: tex(bthvwb.pfb) = %{tl_version} +Provides: tex(bthvwm.pfb) = %{tl_version} +Provides: tex(bxghsb.pfb) = %{tl_version} +Provides: tex(bxghsm.pfb) = %{tl_version} +Provides: tex(bxghwb.pfb) = %{tl_version} +Provides: tex(bxghwm.pfb) = %{tl_version} +Provides: tex(bxgvsb.pfb) = %{tl_version} +Provides: tex(bxgvsm.pfb) = %{tl_version} +Provides: tex(bxgvwb.pfb) = %{tl_version} +Provides: tex(bxgvwm.pfb) = %{tl_version} +Provides: tex(kmbx10.pfb) = %{tl_version} +Provides: tex(kmr10.pfb) = %{tl_version} +Provides: tex(kmss10.pfb) = %{tl_version} +Provides: tex(bicig.def) = %{tl_version} +Provides: tex(bithe.def) = %{tl_version} +Provides: tex(buryat.def) = %{tl_version} +Provides: tex(cpctt.def) = %{tl_version} +Provides: tex(cpdbk.def) = %{tl_version} +Provides: tex(cpibmrus.def) = %{tl_version} +Provides: tex(cpkoi.def) = %{tl_version} +Provides: tex(cpmls.def) = %{tl_version} +Provides: tex(cpmnk.def) = %{tl_version} +Provides: tex(cpmos.def) = %{tl_version} +Provides: tex(cpncc.def) = %{tl_version} +Provides: tex(english.def) = %{tl_version} +Provides: tex(kazakh.def) = %{tl_version} +Provides: tex(lmabthhs.fd) = %{tl_version} +Provides: tex(lmabthhw.fd) = %{tl_version} +Provides: tex(lmabthvs.fd) = %{tl_version} +Provides: tex(lmabthvw.fd) = %{tl_version} +Provides: tex(lmaenc.def) = %{tl_version} +Provides: tex(lmccmdh.fd) = %{tl_version} +Provides: tex(lmccmfib.fd) = %{tl_version} +Provides: tex(lmccmfr.fd) = %{tl_version} +Provides: tex(lmccmiss.fd) = %{tl_version} +Provides: tex(lmccmr.fd) = %{tl_version} +Provides: tex(lmccmss.fd) = %{tl_version} +Provides: tex(lmccmssq.fd) = %{tl_version} +Provides: tex(lmccmtt.fd) = %{tl_version} +Provides: tex(lmccmvtt.fd) = %{tl_version} +Provides: tex(lmcenc.def) = %{tl_version} +Provides: tex(lmclcmss.fd) = %{tl_version} +Provides: tex(lmobcghs.fd) = %{tl_version} +Provides: tex(lmobcghw.fd) = %{tl_version} +Provides: tex(lmobcgvs.fd) = %{tl_version} +Provides: tex(lmobcgvw.fd) = %{tl_version} +Provides: tex(lmoenc.def) = %{tl_version} +Provides: tex(lmsbcgh.fd) = %{tl_version} +Provides: tex(lmsbcgv.fd) = %{tl_version} +Provides: tex(lmsenc.def) = %{tl_version} +Provides: tex(lmubxghs.fd) = %{tl_version} +Provides: tex(lmubxghw.fd) = %{tl_version} +Provides: tex(lmubxgvs.fd) = %{tl_version} +Provides: tex(lmubxgvw.fd) = %{tl_version} +Provides: tex(lmuenc.def) = %{tl_version} +Provides: tex(mls.sty) = %{tl_version} +Provides: tex(mlsgalig.tex) = %{tl_version} +Provides: tex(mlstrans.tex) = %{tl_version} +Provides: tex(mnhyphex.tex) = %{tl_version} +Provides: tex(rlbicig.sty) = %{tl_version} +Provides: tex(russian.def) = %{tl_version} +Provides: tex(xalx.def) = %{tl_version} + +%description montex +MonTeX provides Mongolian and Manju support for the TeX/LaTeX +community. Mongolian is a language spoken in North East Asia, +namely Mongolia and the Inner Mongol Autonomous Region of +China. Today, it is written in an extended Cyrillic alphabet in +Mongolia whereas the Uighur writing continues to be in use in +Inner Mongolia, though it is also, legally speaking, the +official writing system of Mongolia. Manju is another language +of North East Asia, belonging to the Tungusic branch of the +Altaic languages. Though it is hardly spoken nowadays, it +survives in written form as Manju was the native language of +the rulers of the Qing dynasty (1644-1911) in China. Large +quantities of documents of the Imperial Archives survive, as +well as some of the finest dictionaries ever compiled in Asia, +like the Pentaglot, a dictionary comprising Manju, Tibetan, +Mongolian, Uighur and Chinese. MonTeX provides all necessary +characters for writing standard Mongolian in Cyrillic and +Classical (aka Traditional or Uighur) writing, and Manju as +well as transliterated Tibetan texts, for which purpose a +number of additional characters was created. In MonTeX, both +Mongolian and Manju are entered in romanized form. The +retransliteration (from Latin input to Mongolian and Manju +output) is completely realized in TeX/Metafont so that no +external preprocessor is required. Please note that most of the +enhanced functions of MonTeX require a working e-LaTeX +environment. This is especially true when compiling documents +with Mongolian or Manju as the main document language. It is +recommended to choose pdfelatex as the resulting PDF files are +truly portable. Vertical text generated by MonTeX is not +supported in DVI. + +date: 2012-07-07 22:27:26 +0200 + +%post montex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap mongolian.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap mongolian.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun montex +if [ $1 == 0 ] ; then +sed -i '/^MixedMap mongolian.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans montex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package montex-doc +Summary: Documentation for montex +Version: svn29349.IVu.04.092 +Release: %{tl_noarch_release} +Provides: tex-montex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-cbfonts-doc + +%description montex-doc +Documentation for montex + +%package mpman-ru-doc +Summary: Documentation for mpman-ru +Version: svn15878.1.004 +Release: %{tl_noarch_release} +Provides: tex-mpman-ru-doc +BuildArch: noarch +AutoReqProv: No + +%description mpman-ru-doc +Documentation for mpman-ru + +%package pst-eucl-translation-bg-doc +Summary: Documentation for pst-eucl-translation-bg +Version: svn19296.1.3.2 +Release: %{tl_noarch_release} +Provides: tex-pst-eucl-translation-bg-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-eucl-translation-bg-doc +Documentation for pst-eucl-translation-bg + +%package serbian-apostrophe +Provides: tex-serbian-apostrophe = %{tl_version} +License: LPPL 1.3 +Summary: Commands for Serbian words with apostrophes +Version: svn23799.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(tipa.sty) +Provides: tex(serbian-apostrophe.sty) = %{tl_version} + +%description serbian-apostrophe +The package provides a collection of commands (whose names are +Serbian words) whose expansion is the Serbian word with +appropriate apostrophes. + +date: 2011-08-30 14:04:46 +0200 + +%post serbian-apostrophe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun serbian-apostrophe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-apostrophe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package serbian-apostrophe-doc +Summary: Documentation for serbian-apostrophe +Version: svn23799.0 +Release: %{tl_noarch_release} +Provides: tex-serbian-apostrophe-doc +BuildArch: noarch +AutoReqProv: No + +%description serbian-apostrophe-doc +Documentation for serbian-apostrophe + +%package serbian-date-lat +Provides: tex-serbian-date-lat = %{tl_version} +License: GPLv2+ +Summary: Updated date typesetting for Serbian +Version: svn23446.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(serbian-date-lat.sty) = %{tl_version} + +%description serbian-date-lat +Babel defines dates for Serbian texts, in Latin script. The +style it uses does not match current practices. The present +package defines a \date command that solves the problem. + +date: 2011-06-24 10:29:05 +0200 + +%post serbian-date-lat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun serbian-date-lat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-date-lat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package serbian-date-lat-doc +Summary: Documentation for serbian-date-lat +Version: svn23446.0 +Release: %{tl_noarch_release} +Provides: tex-serbian-date-lat-doc +BuildArch: noarch +AutoReqProv: No + +%description serbian-date-lat-doc +Documentation for serbian-date-lat + +%package serbian-def-cyr +Provides: tex-serbian-def-cyr = %{tl_version} +License: LPPL +Summary: serbian-def-cyr package +Version: svn23734.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Provides: tex(serbian-def-cyr.sty) = %{tl_version} + +%description serbian-def-cyr +serbian-def-cyr package + +%post serbian-def-cyr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun serbian-def-cyr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-def-cyr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package serbian-def-cyr-doc +Summary: Documentation for serbian-def-cyr +Version: svn23734.0 +Release: %{tl_noarch_release} +Provides: tex-serbian-def-cyr-doc +BuildArch: noarch +AutoReqProv: No + +%description serbian-def-cyr-doc +Documentation for serbian-def-cyr + +%package serbian-lig +Provides: tex-serbian-lig = %{tl_version} +License: LPPL 1.3 +Summary: Control ligatures in Serbian +Version: svn23382.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(serbian-lig.sty) = %{tl_version} + +%description serbian-lig +The package suppresses fi and fl (and other ligatures) in +Serbian text written using Roman script. + +date: 2011-07-03 09:55:42 +0200 + +%post serbian-lig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun serbian-lig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-lig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package serbian-lig-doc +Summary: Documentation for serbian-lig +Version: svn23382.0 +Release: %{tl_noarch_release} +Provides: tex-serbian-lig-doc +BuildArch: noarch +AutoReqProv: No + +%description serbian-lig-doc +Documentation for serbian-lig + +%package t2 +Provides: tex-t2 = %{tl_version} +License: LPPL +Summary: Support for using T2 encoding +Version: svn29349.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(amssymb.sty) +Requires: tex(enumerate.sty) +Provides: tex(t2a-mod1.enc) = %{tl_version} +Provides: tex(t2a-mod2.enc) = %{tl_version} +Provides: tex(t2a.enc) = %{tl_version} +Provides: tex(t2b.enc) = %{tl_version} +Provides: tex(t2c.enc) = %{tl_version} +Provides: tex(x2.enc) = %{tl_version} +Provides: tex(alias-cmc.tex) = %{tl_version} +Provides: tex(alias-wncy.tex) = %{tl_version} +Provides: tex(cyralias.tex) = %{tl_version} +Provides: tex(fnstcorr.tex) = %{tl_version} +Provides: tex(citehack.sty) = %{tl_version} +Provides: tex(mathtext.sty) = %{tl_version} +Provides: tex(misccorr.sty) = %{tl_version} + +%description t2 +The T2 bundle provides a variety of separate support functions, +for using Cyrillic characters in LaTeX: - the mathtext package, +for using Cyrillic letters 'transparently' in formulae - the +citehack package, for using Cyrillic (or indeed any non-ascii) +characters in citation keys; - support for Cyrillic in BibTeX; +- support for Cyrillic in Makeindex; and - various items of +font support. + +date: 2012-06-05 14:57:36 +0200 + +%post t2 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ cyramstex.*$/cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cyrtex.*$/cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cyrtexinfo.*$/cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun t2 +if [ $1 == 0 ] ; then +sed -i 's/^cyramstex.*$/\#\!\ cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cyrtex.*$/\#\!\ cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cyrtexinfo.*$/\#\!\ cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans t2 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package t2-doc +Summary: Documentation for t2 +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-t2-doc +BuildArch: noarch +AutoReqProv: No + +%description t2-doc +Documentation for t2 + +%package texlive-ru-doc +Summary: Documentation for texlive-ru +Version: svn30630.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-ru-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-ru-doc +Documentation for texlive-ru + +%package texlive-sr-doc +Summary: Documentation for texlive-sr +Version: svn30653.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-sr-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-sr-doc +Documentation for texlive-sr + +%package collection-langczechslovak +Summary: Czech/Slovak +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex +Requires: tex-babel-czech +Requires: tex-babel-slovak +Requires: tex-cs +Requires: tex-csbulletin +Requires: tex-cslatex +Requires: tex-csplain +Requires: texlive-cstex-doc +Requires: tex-hyphen-czech +Requires: tex-hyphen-slovak +Requires: tex-vlna +Requires: texlive-lshort-czech-doc +Requires: texlive-lshort-slovak-doc +Requires: texlive-texlive-cz-doc + +%description collection-langczechslovak +Support for Czech/Slovak. + +%package cs +Provides: tex-cs = %{tl_version} +License: GPL+ +Summary: Czech/Slovak-tuned Computer Modern fonts +Version: svn28598.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(xl2.enc) = %{tl_version} +Provides: tex(xt2.enc) = %{tl_version} +Provides: tex(cs-a35-nodownload.map) = %{tl_version} +Provides: tex(cs-a35-urwdownload.map) = %{tl_version} +Provides: tex(cs-charter.map) = %{tl_version} +Provides: tex(csfonts.map) = %{tl_version} +Provides: tex(pagd8z.tfm) = %{tl_version} +Provides: tex(pagdc8z.tfm) = %{tl_version} +Provides: tex(pagdo8z.tfm) = %{tl_version} +Provides: tex(pagk8z.tfm) = %{tl_version} +Provides: tex(pagkc8z.tfm) = %{tl_version} +Provides: tex(pagko8z.tfm) = %{tl_version} +Provides: tex(pbkd8z.tfm) = %{tl_version} +Provides: tex(pbkdc8z.tfm) = %{tl_version} +Provides: tex(pbkdi8z.tfm) = %{tl_version} +Provides: tex(pbkl8z.tfm) = %{tl_version} +Provides: tex(pbklc8z.tfm) = %{tl_version} +Provides: tex(pbkli8z.tfm) = %{tl_version} +Provides: tex(pcrb8u.tfm) = %{tl_version} +Provides: tex(pcrbc8u.tfm) = %{tl_version} +Provides: tex(pcrbo8u.tfm) = %{tl_version} +Provides: tex(pcrr8u.tfm) = %{tl_version} +Provides: tex(pcrrc8u.tfm) = %{tl_version} +Provides: tex(pcrro8u.tfm) = %{tl_version} +Provides: tex(phvb8z.tfm) = %{tl_version} +Provides: tex(phvbc8z.tfm) = %{tl_version} +Provides: tex(phvbn8z.tfm) = %{tl_version} +Provides: tex(phvbnc8z.tfm) = %{tl_version} +Provides: tex(phvbo8z.tfm) = %{tl_version} +Provides: tex(phvbon8z.tfm) = %{tl_version} +Provides: tex(phvr8z.tfm) = %{tl_version} +Provides: tex(phvrc8z.tfm) = %{tl_version} +Provides: tex(phvrn8z.tfm) = %{tl_version} +Provides: tex(phvrnc8z.tfm) = %{tl_version} +Provides: tex(phvro8z.tfm) = %{tl_version} +Provides: tex(phvron8z.tfm) = %{tl_version} +Provides: tex(pncb8z.tfm) = %{tl_version} +Provides: tex(pncbc8z.tfm) = %{tl_version} +Provides: tex(pncbi8z.tfm) = %{tl_version} +Provides: tex(pncr8z.tfm) = %{tl_version} +Provides: tex(pncrc8z.tfm) = %{tl_version} +Provides: tex(pncri8z.tfm) = %{tl_version} +Provides: tex(pplb8z.tfm) = %{tl_version} +Provides: tex(pplbc8z.tfm) = %{tl_version} +Provides: tex(pplbi8z.tfm) = %{tl_version} +Provides: tex(pplr8z.tfm) = %{tl_version} +Provides: tex(pplrc8z.tfm) = %{tl_version} +Provides: tex(pplri8z.tfm) = %{tl_version} +Provides: tex(ptmb8z.tfm) = %{tl_version} +Provides: tex(ptmbc8z.tfm) = %{tl_version} +Provides: tex(ptmbi8z.tfm) = %{tl_version} +Provides: tex(ptmr8z.tfm) = %{tl_version} +Provides: tex(ptmrc8z.tfm) = %{tl_version} +Provides: tex(ptmri8z.tfm) = %{tl_version} +Provides: tex(pzcmi8z.tfm) = %{tl_version} +Provides: tex(bchb8z.tfm) = %{tl_version} +Provides: tex(bchbi8z.tfm) = %{tl_version} +Provides: tex(bchr8z.tfm) = %{tl_version} +Provides: tex(bchri8z.tfm) = %{tl_version} +Provides: tex(rbchb.tfm) = %{tl_version} +Provides: tex(rbchbi.tfm) = %{tl_version} +Provides: tex(rbchr.tfm) = %{tl_version} +Provides: tex(rbchri.tfm) = %{tl_version} +Provides: tex(csb10.tfm) = %{tl_version} +Provides: tex(csb12.tfm) = %{tl_version} +Provides: tex(csb17.tfm) = %{tl_version} +Provides: tex(csb5.tfm) = %{tl_version} +Provides: tex(csb6.tfm) = %{tl_version} +Provides: tex(csb7.tfm) = %{tl_version} +Provides: tex(csb8.tfm) = %{tl_version} +Provides: tex(csb9.tfm) = %{tl_version} +Provides: tex(csbx10.tfm) = %{tl_version} +Provides: tex(csbx12.tfm) = %{tl_version} +Provides: tex(csbx5.tfm) = %{tl_version} +Provides: tex(csbx6.tfm) = %{tl_version} +Provides: tex(csbx7.tfm) = %{tl_version} +Provides: tex(csbx8.tfm) = %{tl_version} +Provides: tex(csbx9.tfm) = %{tl_version} +Provides: tex(csbxsl10.tfm) = %{tl_version} +Provides: tex(csbxsl12.tfm) = %{tl_version} +Provides: tex(csbxsl5.tfm) = %{tl_version} +Provides: tex(csbxsl6.tfm) = %{tl_version} +Provides: tex(csbxsl7.tfm) = %{tl_version} +Provides: tex(csbxsl8.tfm) = %{tl_version} +Provides: tex(csbxsl9.tfm) = %{tl_version} +Provides: tex(csbxti10.tfm) = %{tl_version} +Provides: tex(csbxti12.tfm) = %{tl_version} +Provides: tex(csbxti17.tfm) = %{tl_version} +Provides: tex(cscsc10.tfm) = %{tl_version} +Provides: tex(cscsc12.tfm) = %{tl_version} +Provides: tex(cscsc17.tfm) = %{tl_version} +Provides: tex(cscsc8.tfm) = %{tl_version} +Provides: tex(cscsc9.tfm) = %{tl_version} +Provides: tex(csdunh10.tfm) = %{tl_version} +Provides: tex(csdunh12.tfm) = %{tl_version} +Provides: tex(csdunh17.tfm) = %{tl_version} +Provides: tex(csdunh5.tfm) = %{tl_version} +Provides: tex(csdunh6.tfm) = %{tl_version} +Provides: tex(csdunh7.tfm) = %{tl_version} +Provides: tex(csdunh8.tfm) = %{tl_version} +Provides: tex(csdunh9.tfm) = %{tl_version} +Provides: tex(csff10.tfm) = %{tl_version} +Provides: tex(csfi10.tfm) = %{tl_version} +Provides: tex(csfib10.tfm) = %{tl_version} +Provides: tex(csfib12.tfm) = %{tl_version} +Provides: tex(csfib8.tfm) = %{tl_version} +Provides: tex(csfib9.tfm) = %{tl_version} +Provides: tex(csinch.tfm) = %{tl_version} +Provides: tex(csitt10.tfm) = %{tl_version} +Provides: tex(csitt12.tfm) = %{tl_version} +Provides: tex(csitt17.tfm) = %{tl_version} +Provides: tex(csitt8.tfm) = %{tl_version} +Provides: tex(csitt9.tfm) = %{tl_version} +Provides: tex(csr10.tfm) = %{tl_version} +Provides: tex(csr12.tfm) = %{tl_version} +Provides: tex(csr17.tfm) = %{tl_version} +Provides: tex(csr5.tfm) = %{tl_version} +Provides: tex(csr6.tfm) = %{tl_version} +Provides: tex(csr7.tfm) = %{tl_version} +Provides: tex(csr8.tfm) = %{tl_version} +Provides: tex(csr9.tfm) = %{tl_version} +Provides: tex(cssl10.tfm) = %{tl_version} +Provides: tex(cssl12.tfm) = %{tl_version} +Provides: tex(cssl17.tfm) = %{tl_version} +Provides: tex(cssl5.tfm) = %{tl_version} +Provides: tex(cssl6.tfm) = %{tl_version} +Provides: tex(cssl7.tfm) = %{tl_version} +Provides: tex(cssl8.tfm) = %{tl_version} +Provides: tex(cssl9.tfm) = %{tl_version} +Provides: tex(cssltt10.tfm) = %{tl_version} +Provides: tex(cssltt12.tfm) = %{tl_version} +Provides: tex(cssltt8.tfm) = %{tl_version} +Provides: tex(cssltt9.tfm) = %{tl_version} +Provides: tex(csss10.tfm) = %{tl_version} +Provides: tex(csss12.tfm) = %{tl_version} +Provides: tex(csss17.tfm) = %{tl_version} +Provides: tex(csss8.tfm) = %{tl_version} +Provides: tex(csss9.tfm) = %{tl_version} +Provides: tex(csssbx10.tfm) = %{tl_version} +Provides: tex(csssbx12.tfm) = %{tl_version} +Provides: tex(csssbx17.tfm) = %{tl_version} +Provides: tex(csssbx9.tfm) = %{tl_version} +Provides: tex(csssdc10.tfm) = %{tl_version} +Provides: tex(csssi10.tfm) = %{tl_version} +Provides: tex(csssi12.tfm) = %{tl_version} +Provides: tex(csssi17.tfm) = %{tl_version} +Provides: tex(csssi8.tfm) = %{tl_version} +Provides: tex(csssi9.tfm) = %{tl_version} +Provides: tex(csssq8.tfm) = %{tl_version} +Provides: tex(csssqi8.tfm) = %{tl_version} +Provides: tex(cstcsc10.tfm) = %{tl_version} +Provides: tex(cstcsc12.tfm) = %{tl_version} +Provides: tex(cstcsc17.tfm) = %{tl_version} +Provides: tex(csti10.tfm) = %{tl_version} +Provides: tex(csti12.tfm) = %{tl_version} +Provides: tex(csti17.tfm) = %{tl_version} +Provides: tex(csti7.tfm) = %{tl_version} +Provides: tex(csti8.tfm) = %{tl_version} +Provides: tex(csti9.tfm) = %{tl_version} +Provides: tex(cstt10.tfm) = %{tl_version} +Provides: tex(cstt12.tfm) = %{tl_version} +Provides: tex(cstt8.tfm) = %{tl_version} +Provides: tex(cstt9.tfm) = %{tl_version} +Provides: tex(csu10.tfm) = %{tl_version} +Provides: tex(csu12.tfm) = %{tl_version} +Provides: tex(csu17.tfm) = %{tl_version} +Provides: tex(csu7.tfm) = %{tl_version} +Provides: tex(csu8.tfm) = %{tl_version} +Provides: tex(csu9.tfm) = %{tl_version} +Provides: tex(csvtt10.tfm) = %{tl_version} +Provides: tex(csvtt12.tfm) = %{tl_version} +Provides: tex(csvtt8.tfm) = %{tl_version} +Provides: tex(csvtt9.tfm) = %{tl_version} +Provides: tex(icscsc10.tfm) = %{tl_version} +Provides: tex(icstt8.tfm) = %{tl_version} +Provides: tex(ilcsss8.tfm) = %{tl_version} +Provides: tex(ilcsssb8.tfm) = %{tl_version} +Provides: tex(ilcsssi8.tfm) = %{tl_version} +Provides: tex(lcsss8.tfm) = %{tl_version} +Provides: tex(lcsssb8.tfm) = %{tl_version} +Provides: tex(lcsssi8.tfm) = %{tl_version} +Provides: tex(csb10.pfb) = %{tl_version} +Provides: tex(csbx10.pfb) = %{tl_version} +Provides: tex(csbx12.pfb) = %{tl_version} +Provides: tex(csbx5.pfb) = %{tl_version} +Provides: tex(csbx6.pfb) = %{tl_version} +Provides: tex(csbx7.pfb) = %{tl_version} +Provides: tex(csbx8.pfb) = %{tl_version} +Provides: tex(csbx9.pfb) = %{tl_version} +Provides: tex(csbxsl10.pfb) = %{tl_version} +Provides: tex(csbxti10.pfb) = %{tl_version} +Provides: tex(cscsc10.pfb) = %{tl_version} +Provides: tex(csdunh10.pfb) = %{tl_version} +Provides: tex(csff10.pfb) = %{tl_version} +Provides: tex(csfi10.pfb) = %{tl_version} +Provides: tex(csfib8.pfb) = %{tl_version} +Provides: tex(csinch.pfb) = %{tl_version} +Provides: tex(csitt10.pfb) = %{tl_version} +Provides: tex(csr10.pfb) = %{tl_version} +Provides: tex(csr12.pfb) = %{tl_version} +Provides: tex(csr17.pfb) = %{tl_version} +Provides: tex(csr5.pfb) = %{tl_version} +Provides: tex(csr6.pfb) = %{tl_version} +Provides: tex(csr7.pfb) = %{tl_version} +Provides: tex(csr8.pfb) = %{tl_version} +Provides: tex(csr9.pfb) = %{tl_version} +Provides: tex(cssl10.pfb) = %{tl_version} +Provides: tex(cssl12.pfb) = %{tl_version} +Provides: tex(cssl8.pfb) = %{tl_version} +Provides: tex(cssl9.pfb) = %{tl_version} +Provides: tex(cssltt10.pfb) = %{tl_version} +Provides: tex(csss10.pfb) = %{tl_version} +Provides: tex(csss12.pfb) = %{tl_version} +Provides: tex(csss17.pfb) = %{tl_version} +Provides: tex(csss8.pfb) = %{tl_version} +Provides: tex(csss9.pfb) = %{tl_version} +Provides: tex(csssbx10.pfb) = %{tl_version} +Provides: tex(csssdc10.pfb) = %{tl_version} +Provides: tex(csssi10.pfb) = %{tl_version} +Provides: tex(csssi12.pfb) = %{tl_version} +Provides: tex(csssi17.pfb) = %{tl_version} +Provides: tex(csssi8.pfb) = %{tl_version} +Provides: tex(csssi9.pfb) = %{tl_version} +Provides: tex(csssq8.pfb) = %{tl_version} +Provides: tex(csssqi8.pfb) = %{tl_version} +Provides: tex(cstcsc10.pfb) = %{tl_version} +Provides: tex(csti10.pfb) = %{tl_version} +Provides: tex(csti12.pfb) = %{tl_version} +Provides: tex(csti7.pfb) = %{tl_version} +Provides: tex(csti8.pfb) = %{tl_version} +Provides: tex(csti9.pfb) = %{tl_version} +Provides: tex(cstt10.pfb) = %{tl_version} +Provides: tex(cstt12.pfb) = %{tl_version} +Provides: tex(cstt8.pfb) = %{tl_version} +Provides: tex(cstt9.pfb) = %{tl_version} +Provides: tex(csu10.pfb) = %{tl_version} +Provides: tex(csvtt10.pfb) = %{tl_version} +Provides: tex(pagdc8z.vf) = %{tl_version} +Provides: tex(pagkc8z.vf) = %{tl_version} +Provides: tex(pbkdc8z.vf) = %{tl_version} +Provides: tex(pbklc8z.vf) = %{tl_version} +Provides: tex(pcrbc8u.vf) = %{tl_version} +Provides: tex(pcrrc8u.vf) = %{tl_version} +Provides: tex(phvbc8z.vf) = %{tl_version} +Provides: tex(phvbnc8z.vf) = %{tl_version} +Provides: tex(phvrc8z.vf) = %{tl_version} +Provides: tex(phvrnc8z.vf) = %{tl_version} +Provides: tex(pncbc8z.vf) = %{tl_version} +Provides: tex(pncrc8z.vf) = %{tl_version} +Provides: tex(pplbc8z.vf) = %{tl_version} +Provides: tex(pplrc8z.vf) = %{tl_version} +Provides: tex(ptmbc8z.vf) = %{tl_version} +Provides: tex(ptmrc8z.vf) = %{tl_version} +Provides: tex(bchb8z.vf) = %{tl_version} +Provides: tex(bchbi8z.vf) = %{tl_version} +Provides: tex(bchr8z.vf) = %{tl_version} +Provides: tex(bchri8z.vf) = %{tl_version} + +%description cs +The fonts are provided as Metafont source; Type 1 format +versions (csfonts-t1) are also available. + +date: 2012-04-25 13:09:32 +0200 + +%post cs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map cs-charter.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cs-charter.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map csfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map csfonts.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun cs +if [ $1 == 0 ] ; then +sed -i '/^Map cs-charter.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map csfonts.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans cs +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csbulletin +Provides: tex-csbulletin = %{tl_version} +License: LPPL +Summary: LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj) +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(babel.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(mflogo.sty) +Requires: tex(ifpdf.sty) +Requires: tex(microtype.sty) +Requires: tex(array.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(verbatim.sty) +Requires: tex(encxvlna.sty) +Provides: tex(csbulacronym.sty) = %{tl_version} +Provides: tex(csbulletin.cls) = %{tl_version} + +%description csbulletin +The package provides the class for articles for the CSTUG +Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). +You can see the structure of a document by looking to the +source file of the manual. + +date: 2008-08-17 11:40:59 +0200 + +%post csbulletin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun csbulletin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csbulletin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csbulletin-doc +Summary: Documentation for csbulletin +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-csbulletin-doc +BuildArch: noarch +AutoReqProv: No + +%description csbulletin-doc +Documentation for csbulletin + +%package cslatex +Provides: tex-cslatex = %{tl_version} +License: GPL+ +Summary: LaTeX support for Czech/Slovak typesetting +Version: svn28596.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-latex +Requires: texlive-cslatex-bin +Requires: tex(czech.ldf) +Requires: tex(slovak.ldf) +Provides: tex(czech.sty) = %{tl_version} +Provides: tex(fonttext.cfg) = %{tl_version} +Provides: tex(hyphen.cfg) = %{tl_version} +Provides: tex(il2cmdh.fd) = %{tl_version} +Provides: tex(il2cmfib.fd) = %{tl_version} +Provides: tex(il2cmfr.fd) = %{tl_version} +Provides: tex(il2cmr.fd) = %{tl_version} +Provides: tex(il2cmss.fd) = %{tl_version} +Provides: tex(il2cmtt.fd) = %{tl_version} +Provides: tex(il2cmvtt.fd) = %{tl_version} +Provides: tex(il2enc.def) = %{tl_version} +Provides: tex(il2lcmss.fd) = %{tl_version} +Provides: tex(il2lcmtt.fd) = %{tl_version} +Provides: tex(slovak.sty) = %{tl_version} +Provides: tex(cspsfont.tex) = %{tl_version} +Provides: tex(il2pag.fd) = %{tl_version} +Provides: tex(il2pbk.fd) = %{tl_version} +Provides: tex(il2pcr.fd) = %{tl_version} +Provides: tex(il2phv.fd) = %{tl_version} +Provides: tex(il2phvn.fd) = %{tl_version} +Provides: tex(il2pnc.fd) = %{tl_version} +Provides: tex(il2ppl.fd) = %{tl_version} +Provides: tex(il2ptm.fd) = %{tl_version} +Provides: tex(il2pzc.fd) = %{tl_version} +Provides: tex(nhelvet.sty) = %{tl_version} +Provides: tex(ntimes.sty) = %{tl_version} +Provides: tex(xl2pag.fd) = %{tl_version} +Provides: tex(xl2pbk.fd) = %{tl_version} +Provides: tex(xl2pcr.fd) = %{tl_version} +Provides: tex(xl2phv.fd) = %{tl_version} +Provides: tex(xl2phvn.fd) = %{tl_version} +Provides: tex(xl2pnc.fd) = %{tl_version} +Provides: tex(xl2ppl.fd) = %{tl_version} +Provides: tex(xl2ptm.fd) = %{tl_version} +Provides: tex(xl2pzc.fd) = %{tl_version} + +%description cslatex +cslatex package + +date: 2012-04-25 13:09:32 +0200 + +%post cslatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ cslatex.*$/cslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfcslatex.*$/pdfcslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun cslatex +if [ $1 == 0 ] ; then +sed -i 's/^cslatex.*$/\#\!\ cslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfcslatex.*$/\#\!\ pdfcslatex pdftex - -etex cslatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans cslatex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cslatex-bin +Summary: Binaries for cslatex +Version: svn3006.0 +Requires: texlive-base +Requires: tex-cslatex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description cslatex-bin +Binaries for cslatex + +%package csplain +Provides: tex-csplain = %{tl_version} +License: GPLv2+ +Summary: Plain TeX support for Czech/Slovak typesetting +Version: svn30594.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-tex +Requires: texlive-csplain-bin +Provides: tex(csenc-k.tex) = %{tl_version} +Provides: tex(csenc-p.tex) = %{tl_version} +Provides: tex(csenc-u.tex) = %{tl_version} +Provides: tex(csenc-w.tex) = %{tl_version} +Provides: tex(csfonts.tex) = %{tl_version} +Provides: tex(csfontsm.tex) = %{tl_version} +Provides: tex(czhyphen.tex) = %{tl_version} +Provides: tex(extcode.tex) = %{tl_version} +Provides: tex(fonttabs.tex) = %{tl_version} +Provides: tex(il2code.tex) = %{tl_version} +Provides: tex(plaina4.tex) = %{tl_version} +Provides: tex(skhyphen.tex) = %{tl_version} +Provides: tex(t1code.tex) = %{tl_version} +Provides: tex(t1enc-u.tex) = %{tl_version} +Provides: tex(ucode.tex) = %{tl_version} +Provides: tex(ams-math.tex) = %{tl_version} +Provides: tex(cavantga.tex) = %{tl_version} +Provides: tex(cbookman.tex) = %{tl_version} +Provides: tex(chars-8z.tex) = %{tl_version} +Provides: tex(chelvet.tex) = %{tl_version} +Provides: tex(cncent.tex) = %{tl_version} +Provides: tex(cpalatin.tex) = %{tl_version} +Provides: tex(cs-adventor.tex) = %{tl_version} +Provides: tex(cs-all.tex) = %{tl_version} +Provides: tex(cs-antt.tex) = %{tl_version} +Provides: tex(cs-arev.tex) = %{tl_version} +Provides: tex(cs-bera.tex) = %{tl_version} +Provides: tex(cs-bonum.tex) = %{tl_version} +Provides: tex(cs-charter.tex) = %{tl_version} +Provides: tex(cs-cursor.tex) = %{tl_version} +Provides: tex(cs-heros.tex) = %{tl_version} +Provides: tex(cs-pagella.tex) = %{tl_version} +Provides: tex(cs-polta.tex) = %{tl_version} +Provides: tex(cs-schola.tex) = %{tl_version} +Provides: tex(cs-termes.tex) = %{tl_version} +Provides: tex(ctimes.tex) = %{tl_version} +Provides: tex(dcfonts.tex) = %{tl_version} +Provides: tex(ecfonts.tex) = %{tl_version} +Provides: tex(lmfonts.tex) = %{tl_version} +Provides: tex(luafonts.tex) = %{tl_version} +Provides: tex(tx-math.tex) = %{tl_version} +Provides: tex(unifam.tex) = %{tl_version} +Provides: tex(opmac.tex) = %{tl_version} +Provides: tex(pdfuni.tex) = %{tl_version} + +%description csplain +csplain package + +date: 2012-11-24 09:12:36 +0100 + +%post csplain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ csplain.*$/csplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain xetex - -etex csplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfcsplain.*$/pdfcsplain luatex - -etex csplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun csplain +if [ $1 == 0 ] ; then +sed -i 's/^csplain.*$/\#\!\ csplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain pdftex - -etex -enc csplain-utf8.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain xetex - -etex csplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfcsplain.*$/\#\!\ pdfcsplain luatex - -etex csplain.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans csplain +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csplain-bin +Summary: Binaries for csplain +Version: svn3006.0 +Requires: texlive-base +Requires: tex-csplain +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description csplain-bin +Binaries for csplain + +%package cstex-doc +Summary: Documentation for cstex +Version: svn28620.0 +Release: %{tl_noarch_release} +Provides: tex-cstex-doc +BuildArch: noarch +AutoReqProv: No + +%description cstex-doc +Documentation for cstex + +%package hyphen-czech +Provides: tex-hyphen-czech = %{tl_version} +License: LPPL +Summary: Czech hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-czech +Hyphenation patterns for Czech in T1/EC and UTF-8 encodings. +Original patterns 'czhyphen' are still distributed in the +'csplain' package and loaded with ISO Latin 2 encoding (IL2). + +%post hyphen-czech +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/czech.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "czech loadhyph-cs.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-czech +if [ $1 == 0 ] ; then +sed -i '/czech.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-czech +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-slovak +Provides: tex-hyphen-slovak = %{tl_version} +License: LPPL +Summary: Slovak hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-slovak +Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings. +Original patterns 'skhyphen' are still distributed in the +'csplain' package and loaded with ISO Latin 2 encoding (IL2). + +%post hyphen-slovak +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/slovak.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "slovak loadhyph-sk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-slovak +if [ $1 == 0 ] ; then +sed -i '/slovak.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-slovak +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vlna +Provides: tex-vlna = %{tl_version} +License: LPPL +Summary: vlna package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-vlna-bin + +%description vlna +vlna package + +%post vlna +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vlna +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vlna +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vlna-doc +Summary: Documentation for vlna +Version: svn29764.0 +Release: %{tl_noarch_release} +Provides: tex-vlna-doc +BuildArch: noarch +AutoReqProv: No + +%description vlna-doc +Documentation for vlna + +%package vlna-bin +Summary: Binaries for vlna +Version: svn30088.0 +Requires: texlive-base +Requires: tex-vlna +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description vlna-bin +Binaries for vlna + +%package lshort-czech-doc +Summary: Documentation for lshort-czech +Version: svn29803.4.27 +Release: %{tl_noarch_release} +Provides: tex-lshort-czech-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-czech-doc +Documentation for lshort-czech + +%package lshort-slovak-doc +Summary: Documentation for lshort-slovak +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-slovak-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-slovak-doc +Documentation for lshort-slovak + +%package texlive-cz-doc +Summary: Documentation for texlive-cz +Version: svn29743.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-cz-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-cz-doc +Documentation for texlive-cz + +%package collection-langenglish +Summary: US and UK English +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-hyphen-english +Requires: texlive-FAQ-en-doc +Requires: texlive-MemoirChapStyles-doc +Requires: texlive-Type1fonts-doc +Requires: texlive-amslatex-primer-doc +Requires: texlive-around-the-bend-doc +Requires: texlive-components-of-TeX-doc +Requires: texlive-comprehensive-doc +Requires: texlive-dtxtut-doc +Requires: texlive-first-latex-doc-doc +Requires: texlive-gentle-doc +Requires: texlive-guide-to-latex-doc +Requires: texlive-happy4th-doc +Requires: texlive-impatient-doc +Requires: texlive-intro-scientific-doc +Requires: texlive-knuth-doc +Requires: texlive-l2tabu-english-doc +Requires: texlive-latex-brochure-doc +Requires: texlive-latex-course-doc +Requires: texlive-latex-doc-ptr-doc +Requires: texlive-latex-graphics-companion-doc +Requires: texlive-latex-veryshortguide-doc +Requires: texlive-latex-web-companion-doc +Requires: tex-latex2e-help-texinfo +Requires: texlive-latex4wp-doc +Requires: texlive-latexcheat-doc +Requires: tex-latexfileinfo-pkgs +Requires: texlive-lshort-english-doc +Requires: texlive-macros2e-doc +Requires: texlive-math-e-doc +Requires: texlive-mathmode-doc +Requires: texlive-memdesign-doc +Requires: texlive-metafont-beginners-doc +Requires: texlive-metapost-examples-doc +Requires: texlive-mil3-doc +Requires: texlive-patgen2-tutorial-doc +Requires: texlive-pictexsum-doc +Requires: texlive-plain-doc-doc +Requires: texlive-presentations-en-doc +Requires: texlive-pstricks-examples-en-doc +Requires: texlive-simplified-latex-doc +Requires: texlive-svg-inkscape-doc +Requires: texlive-tabulars-e-doc +Requires: texlive-tamethebeast-doc +Requires: texlive-tds-doc +Requires: texlive-tex-font-errors-cheatsheet-doc +Requires: texlive-tex-overview-doc +Requires: texlive-tex-refs-doc +Requires: texlive-texbytopic-doc +Requires: texlive-titlepages-doc +Requires: texlive-tlc2-doc +Requires: texlive-visualfaq-doc +Requires: texlive-webguide-doc +Requires: texlive-xetexref-doc + +%description collection-langenglish +Support for US and UK English. + +%package hyphen-english +Provides: tex-hyphen-english = %{tl_version} +License: LPPL +Summary: English hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-english +Additional hyphenation patterns for American and British +English in ASCII encoding. The American English patterns +(usenglishmax) greatly extend the standard patterns from Knuth +to find many additional hyphenation points. British English +hyphenation is completely different from US English, so has its +own set of patterns. + +%post hyphen-english +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/ukenglish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ukenglish loadhyph-en-gb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=british/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=british" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=UKenglish/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=UKenglish" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/usenglishmax.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "usenglishmax loadhyph-en-us.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-english +if [ $1 == 0 ] ; then +sed -i '/ukenglish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=british/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=UKenglish/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/usenglishmax.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-english +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package FAQ-en-doc +Summary: Documentation for FAQ-en +Version: svn29288.3.26 +Release: %{tl_noarch_release} +Provides: tex-FAQ-en-doc +BuildArch: noarch +AutoReqProv: No + +%description FAQ-en-doc +Documentation for FAQ-en + +%package MemoirChapStyles-doc +Summary: Documentation for MemoirChapStyles +Version: svn25918.1.7e +Release: %{tl_noarch_release} +Provides: tex-MemoirChapStyles-doc +BuildArch: noarch +AutoReqProv: No + +%description MemoirChapStyles-doc +Documentation for MemoirChapStyles + +%package Type1fonts-doc +Summary: Documentation for Type1fonts +Version: svn19603.2.14 +Release: %{tl_noarch_release} +Provides: tex-Type1fonts-doc +BuildArch: noarch +AutoReqProv: No + +%description Type1fonts-doc +Documentation for Type1fonts + +%package components-of-TeX-doc +Summary: Documentation for components-of-TeX +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-components-of-TeX-doc +BuildArch: noarch +AutoReqProv: No + +%description components-of-TeX-doc +Documentation for components-of-TeX + +%package comprehensive-doc +Summary: Documentation for comprehensive +Version: svn25501.11.0 +Release: %{tl_noarch_release} +Provides: tex-comprehensive-doc +BuildArch: noarch +AutoReqProv: No + +%description comprehensive-doc +Documentation for comprehensive + +%package dtxtut-doc +Summary: Documentation for dtxtut +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-dtxtut-doc +BuildArch: noarch +AutoReqProv: No + +%description dtxtut-doc +Documentation for dtxtut + +%package first-latex-doc-doc +Summary: Documentation for first-latex-doc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-first-latex-doc-doc +BuildArch: noarch +AutoReqProv: No + +%description first-latex-doc-doc +Documentation for first-latex-doc + +%package gentle-doc +Summary: Documentation for gentle +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gentle-doc +BuildArch: noarch +AutoReqProv: No + +%description gentle-doc +Documentation for gentle + +%package guide-to-latex-doc +Summary: Documentation for guide-to-latex +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-guide-to-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description guide-to-latex-doc +Documentation for guide-to-latex + +%package happy4th-doc +Summary: Documentation for happy4th +Version: svn25020.20120102 +Release: %{tl_noarch_release} +Provides: tex-happy4th-doc +BuildArch: noarch +AutoReqProv: No + +%description happy4th-doc +Documentation for happy4th + +%package impatient-doc +Summary: Documentation for impatient +Version: svn21214.0 +Release: %{tl_noarch_release} +Provides: tex-impatient-doc +BuildArch: noarch +AutoReqProv: No + +%description impatient-doc +Documentation for impatient + +%package intro-scientific-doc +Summary: Documentation for intro-scientific +Version: svn15878.5th_edition +Release: %{tl_noarch_release} +Provides: tex-intro-scientific-doc +BuildArch: noarch +AutoReqProv: No + +%description intro-scientific-doc +Documentation for intro-scientific + +%package knuth-doc +Summary: Documentation for knuth +Version: svn23389.0 +Release: %{tl_noarch_release} +Provides: tex-knuth-doc +BuildArch: noarch +AutoReqProv: No + +%description knuth-doc +Documentation for knuth + +%package l2tabu-english-doc +Summary: Documentation for l2tabu-english +Version: svn15878.1.8.5.7 +Release: %{tl_noarch_release} +Provides: tex-l2tabu-english-doc +BuildArch: noarch +AutoReqProv: No + +%description l2tabu-english-doc +Documentation for l2tabu-english + +%package latex-brochure-doc +Summary: Documentation for latex-brochure +Version: svn28916.2013_01_22 +Release: %{tl_noarch_release} +Provides: tex-latex-brochure-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-brochure-doc +Documentation for latex-brochure + +%package latex-course-doc +Summary: Documentation for latex-course +Version: svn25505.0 +Release: %{tl_noarch_release} +Provides: tex-latex-course-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-course-doc +Documentation for latex-course + +%package latex-doc-ptr-doc +Summary: Documentation for latex-doc-ptr +Version: svn15878.2009_03_24 +Release: %{tl_noarch_release} +Provides: tex-latex-doc-ptr-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-doc-ptr-doc +Documentation for latex-doc-ptr + +%package latex-graphics-companion-doc +Summary: Documentation for latex-graphics-companion +Version: svn29235.0 +Release: %{tl_noarch_release} +Provides: tex-latex-graphics-companion-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-graphics-companion-doc +Documentation for latex-graphics-companion + +%package latex-veryshortguide-doc +Summary: Documentation for latex-veryshortguide +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-latex-veryshortguide-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-veryshortguide-doc +Documentation for latex-veryshortguide + +%package latex-web-companion-doc +Summary: Documentation for latex-web-companion +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-latex-web-companion-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-web-companion-doc +Documentation for latex-web-companion + +%package latex2e-help-texinfo +Provides: tex-latex2e-help-texinfo = %{tl_version} +License: Latex2e +Summary: Unoffical reference manual covering LaTeX2e +Version: svn30487.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info + +%description latex2e-help-texinfo +The manual is provided as Texinfo source (which was originally +derived from the VMS help file in the DECUS TeX distribution of +1990, with many subsequent changes). This is a collaborative +development, and details of getting involved are to be found on +the package home page. All the other formats in the +distribution are derived from the Texinfo source, as usual. + +date: 2013-05-14 23:18:47 +0200 + +%preun latex2e-help-texinfo +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/latex2e.info %{_infodir}/dir 2>/dev/null || : +fi + +%post latex2e-help-texinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/latex2e.info %{_infodir}/dir 2>/dev/null +: + +%postun latex2e-help-texinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2e-help-texinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latex2e-help-texinfo-doc +Summary: Documentation for latex2e-help-texinfo +Version: svn30487.0 +Release: %{tl_noarch_release} +Provides: tex-latex2e-help-texinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description latex2e-help-texinfo-doc +Documentation for latex2e-help-texinfo + +%package latex4wp-doc +Summary: Documentation for latex4wp +Version: svn22314.1.0.7 +Release: %{tl_noarch_release} +Provides: tex-latex4wp-doc +BuildArch: noarch +AutoReqProv: No + +%description latex4wp-doc +Documentation for latex4wp + +%package latexcheat-doc +Summary: Documentation for latexcheat +Version: svn15878.1.13 +Release: %{tl_noarch_release} +Provides: tex-latexcheat-doc +BuildArch: noarch +AutoReqProv: No + +%description latexcheat-doc +Documentation for latexcheat + +%package latexfileinfo-pkgs +Provides: tex-latexfileinfo-pkgs = %{tl_version} +License: LPPL 1.3 +Summary: A comparison of packages showing LaTeX file information +Version: svn26760.0.22 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description latexfileinfo-pkgs +The package provides an HTML file that lists and compares CTAN +packages that display LaTeX source file information from +\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in +the LaTeX file. Five packages of the author's, and several +other packages are discussed; revision control systems are +mentioned briefly. + +date: 2012-05-30 14:24:48 +0200 + +%post latexfileinfo-pkgs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun latexfileinfo-pkgs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexfileinfo-pkgs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexfileinfo-pkgs-doc +Summary: Documentation for latexfileinfo-pkgs +Version: svn26760.0.22 +Release: %{tl_noarch_release} +Provides: tex-latexfileinfo-pkgs-doc +BuildArch: noarch +AutoReqProv: No + +%description latexfileinfo-pkgs-doc +Documentation for latexfileinfo-pkgs + +%package lshort-english-doc +Summary: Documentation for lshort-english +Version: svn22002.5.01 +Release: %{tl_noarch_release} +Provides: tex-lshort-english-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-english-doc +Documentation for lshort-english + +%package macros2e-doc +Summary: Documentation for macros2e +Version: svn23236.v0.4 +Release: %{tl_noarch_release} +Provides: tex-macros2e-doc +BuildArch: noarch +AutoReqProv: No + +%description macros2e-doc +Documentation for macros2e + +%package math-e-doc +Summary: Documentation for math-e +Version: svn20062.0 +Release: %{tl_noarch_release} +Provides: tex-math-e-doc +BuildArch: noarch +AutoReqProv: No + +%description math-e-doc +Documentation for math-e + +%package mathmode-doc +Summary: Documentation for mathmode +Version: svn20742.2.47 +Release: %{tl_noarch_release} +Provides: tex-mathmode-doc +BuildArch: noarch +AutoReqProv: No + +%description mathmode-doc +Documentation for mathmode + +%package memdesign-doc +Summary: Documentation for memdesign +Version: svn30138.0 +Release: %{tl_noarch_release} +Provides: tex-memdesign-doc +BuildArch: noarch +AutoReqProv: No + +%description memdesign-doc +Documentation for memdesign + +%package metafont-beginners-doc +Summary: Documentation for metafont-beginners +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-metafont-beginners-doc +BuildArch: noarch +AutoReqProv: No + +%description metafont-beginners-doc +Documentation for metafont-beginners + +%package metapost-examples-doc +Summary: Documentation for metapost-examples +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-metapost-examples-doc +BuildArch: noarch +AutoReqProv: No + +%description metapost-examples-doc +Documentation for metapost-examples + +%package mil3-doc +Summary: Documentation for mil3 +Version: svn21677.0 +Release: %{tl_noarch_release} +Provides: tex-mil3-doc +BuildArch: noarch +AutoReqProv: No + +%description mil3-doc +Documentation for mil3 + +%package patgen2-tutorial-doc +Summary: Documentation for patgen2-tutorial +Version: svn16490.0 +Release: %{tl_noarch_release} +Provides: tex-patgen2-tutorial-doc +BuildArch: noarch +AutoReqProv: No + +%description patgen2-tutorial-doc +Documentation for patgen2-tutorial + +%package pictexsum-doc +Summary: Documentation for pictexsum +Version: svn24965.0 +Release: %{tl_noarch_release} +Provides: tex-pictexsum-doc +BuildArch: noarch +AutoReqProv: No + +%description pictexsum-doc +Documentation for pictexsum + +%package plain-doc-doc +Summary: Documentation for plain-doc +Version: svn28424.0 +Release: %{tl_noarch_release} +Provides: tex-plain-doc-doc +BuildArch: noarch +AutoReqProv: No + +%description plain-doc-doc +Documentation for plain-doc + +%package presentations-en-doc +Summary: Documentation for presentations-en +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-presentations-en-doc +BuildArch: noarch +AutoReqProv: No + +%description presentations-en-doc +Documentation for presentations-en + +%package pstricks-examples-en-doc +Summary: Documentation for pstricks-examples-en +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-pstricks-examples-en-doc +BuildArch: noarch +AutoReqProv: No + +%description pstricks-examples-en-doc +Documentation for pstricks-examples-en + +%package simplified-latex-doc +Summary: Documentation for simplified-latex +Version: svn20620.0 +Release: %{tl_noarch_release} +Provides: tex-simplified-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description simplified-latex-doc +Documentation for simplified-latex + +%package svg-inkscape-doc +Summary: Documentation for svg-inkscape +Version: svn19788.0 +Release: %{tl_noarch_release} +Provides: tex-svg-inkscape-doc +BuildArch: noarch +AutoReqProv: No + +%description svg-inkscape-doc +Documentation for svg-inkscape + +%package tabulars-e-doc +Summary: Documentation for tabulars-e +Version: svn21191.1.0 +Release: %{tl_noarch_release} +Provides: tex-tabulars-e-doc +BuildArch: noarch +AutoReqProv: No + +%description tabulars-e-doc +Documentation for tabulars-e + +%package tamethebeast-doc +Summary: Documentation for tamethebeast +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-tamethebeast-doc +BuildArch: noarch +AutoReqProv: No + +%description tamethebeast-doc +Documentation for tamethebeast + +%package tds-doc +Summary: Documentation for tds +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-tds-doc +BuildArch: noarch +AutoReqProv: No + +%description tds-doc +Documentation for tds + +%package tex-font-errors-cheatsheet-doc +Summary: Documentation for tex-font-errors-cheatsheet +Version: svn18314.0.1 +Release: %{tl_noarch_release} +Provides: tex-tex-font-errors-cheatsheet-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-font-errors-cheatsheet-doc +Documentation for tex-font-errors-cheatsheet + +%package tex-overview-doc +Summary: Documentation for tex-overview +Version: svn27724.0.1f +Release: %{tl_noarch_release} +Provides: tex-tex-overview-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-overview-doc +Documentation for tex-overview + +%package tex-refs-doc +Summary: Documentation for tex-refs +Version: svn15878.0.3.8 +Release: %{tl_noarch_release} +Provides: tex-tex-refs-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-refs-doc +Documentation for tex-refs + +%package texbytopic-doc +Summary: Documentation for texbytopic +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-texbytopic-doc +BuildArch: noarch +AutoReqProv: No + +%description texbytopic-doc +Documentation for texbytopic + +%package titlepages-doc +Summary: Documentation for titlepages +Version: svn19457.2010_07_14 +Release: %{tl_noarch_release} +Provides: tex-titlepages-doc +BuildArch: noarch +AutoReqProv: No + +%description titlepages-doc +Documentation for titlepages + +%package tlc2-doc +Summary: Documentation for tlc2 +Version: svn26096.0 +Release: %{tl_noarch_release} +Provides: tex-tlc2-doc +BuildArch: noarch +AutoReqProv: No + +%description tlc2-doc +Documentation for tlc2 + +%package visualfaq-doc +Summary: Documentation for visualfaq +Version: svn19677.0 +Release: %{tl_noarch_release} +Provides: tex-visualfaq-doc +BuildArch: noarch +AutoReqProv: No + +%description visualfaq-doc +Documentation for visualfaq + +%package webguide-doc +Summary: Documentation for webguide +Version: svn25813.0 +Release: %{tl_noarch_release} +Provides: tex-webguide-doc +BuildArch: noarch +AutoReqProv: No + +%description webguide-doc +Documentation for webguide + +%package xetexref-doc +Summary: Documentation for xetexref +Version: svn30636.0 +Release: %{tl_noarch_release} +Provides: tex-xetexref-doc +BuildArch: noarch +AutoReqProv: No + +%description xetexref-doc +Documentation for xetexref + +%package collection-langeuropean +Summary: Other European languages +Version: svn30457.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-babel-albanian +Requires: tex-babel-breton +Requires: tex-babel-croatian +Requires: tex-babel-danish +Requires: tex-babel-dutch +Requires: tex-babel-estonian +Requires: tex-babel-finnish +Requires: tex-babel-friulan +Requires: tex-babel-hungarian +Requires: tex-babel-icelandic +Requires: tex-babel-irish +Requires: tex-babel-kurmanji +Requires: tex-babel-latin +Requires: tex-babel-norsk +Requires: tex-babel-piedmontese +Requires: tex-babel-romanian +Requires: tex-babel-romansh +Requires: tex-babel-samin +Requires: tex-babel-scottish +Requires: tex-babel-slovenian +Requires: tex-babel-swedish +Requires: tex-babel-turkish +Requires: tex-babel-welsh +Requires: tex-finbib +Requires: tex-hrlatex +Requires: tex-hyphen-armenian +Requires: tex-hyphen-croatian +Requires: tex-hyphen-danish +Requires: tex-hyphen-dutch +Requires: tex-hyphen-estonian +Requires: tex-hyphen-finnish +Requires: tex-hyphen-friulan +Requires: tex-hyphen-hungarian +Requires: tex-hyphen-icelandic +Requires: tex-hyphen-irish +Requires: tex-hyphen-kurmanji +Requires: tex-hyphen-latin +Requires: tex-hyphen-latvian +Requires: tex-hyphen-lithuanian +Requires: tex-hyphen-norwegian +Requires: tex-hyphen-piedmontese +Requires: tex-hyphen-romanian +Requires: tex-hyphen-romansh +Requires: tex-hyphen-slovenian +Requires: tex-hyphen-swedish +Requires: tex-hyphen-turkish +Requires: tex-hyphen-uppersorbian +Requires: tex-hyphen-welsh +Requires: tex-lithuanian +Requires: texlive-lshort-dutch-doc +Requires: texlive-lshort-finnish-doc +Requires: texlive-lshort-slovenian-doc +Requires: texlive-lshort-turkish-doc +Requires: tex-swebib +Requires: tex-turkmen + +%description collection-langeuropean +Support for a number of European languages; others (Greek, +German, French, ...) have their own collections, depending +simply on the size of the support. + +%package finbib +Provides: tex-finbib = %{tl_version} +License: Bibtex +Summary: A Finnish version of plain.bst +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description finbib +finbib package + +date: 2008-12-07 00:01:13 +0100 + +%post finbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun finbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans finbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hrlatex +Provides: tex-hrlatex = %{tl_version} +License: LPPL +Summary: LaTeX support for Croatian documents +Version: svn18020.0.23 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(txfonts.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsthm.sty) +Requires: tex(amssymb.sty) +Requires: tex(graphicx.sty) +Requires: tex(optional.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(framed.sty) +Requires: tex(multicol.sty) +Requires: tex(enumerate.sty) +Requires: tex(paralist.sty) +Requires: tex(xcolor.sty) +Requires: tex(cancel.sty) +Requires: tex(hyperref.sty) +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(amsopn.sty) +Provides: tex(fsbispit.cls) = %{tl_version} +Provides: tex(fsbmath.sty) = %{tl_version} +Provides: tex(hrlatex.sty) = %{tl_version} + +%description hrlatex +This package simplifies creation of new documents for the +(average) Croatian user. As an example, a class file hrdipl.cls +(designed for the graduation thesis at the University of +Zagreb) and sample thesis documents are included. + +date: 2010-04-25 22:49:50 +0200 + +%post hrlatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hrlatex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hrlatex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hrlatex-doc +Summary: Documentation for hrlatex +Version: svn18020.0.23 +Release: %{tl_noarch_release} +Provides: tex-hrlatex-doc +BuildArch: noarch +AutoReqProv: No + +%description hrlatex-doc +Documentation for hrlatex + +%package hyphen-armenian +Provides: tex-hyphen-armenian = %{tl_version} +License: LPPL +Summary: Armenian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-armenian +Hyphenation patterns for Armenian for Unicode engines. + +%post hyphen-armenian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/armenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "armenian loadhyph-hy.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-armenian +if [ $1 == 0 ] ; then +sed -i '/armenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-armenian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-croatian +Provides: tex-hyphen-croatian = %{tl_version} +License: LPPL 1.3 +Summary: Croatian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-croatian +Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings. + +date: 2011-06-08 00:02:48 +0200 + +%post hyphen-croatian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/croatian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "croatian loadhyph-hr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-croatian +if [ $1 == 0 ] ; then +sed -i '/croatian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-croatian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-danish +Provides: tex-hyphen-danish = %{tl_version} +License: LPPL +Summary: Danish hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-danish +Hyphenation patterns for Danish in T1/EC and UTF-8 encodings. + +date: 2009-09-25 22:54:35 +0200 + +%post hyphen-danish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/danish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "danish loadhyph-da.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-danish +if [ $1 == 0 ] ; then +sed -i '/danish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-danish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-dutch +Provides: tex-hyphen-dutch = %{tl_version} +License: LPPL +Summary: Dutch hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-dutch +Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings. +These patterns don't handle cases like 'menuutje' > 'menu-tje', +and don't hyphenate words that have different hyphenations +according to their meaning. + +%post hyphen-dutch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/dutch.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "dutch loadhyph-nl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-dutch +if [ $1 == 0 ] ; then +sed -i '/dutch.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-dutch +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-estonian +Provides: tex-hyphen-estonian = %{tl_version} +License: LPPL +Summary: Estonian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-estonian +Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings. + +%post hyphen-estonian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/estonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "estonian loadhyph-et.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-estonian +if [ $1 == 0 ] ; then +sed -i '/estonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-estonian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-finnish +Provides: tex-hyphen-finnish = %{tl_version} +License: Public Domain +Summary: Finnish hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-finnish +Hyphenation patterns for Finnish in T1/EC and UTF-8 encodings. + +date: 2009-09-27 10:36:15 +0200 + +%post hyphen-finnish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/finnish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "finnish loadhyph-fi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-finnish +if [ $1 == 0 ] ; then +sed -i '/finnish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-finnish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-friulan +Provides: tex-hyphen-friulan = %{tl_version} +License: LPPL +Summary: Friulan hyphenation patterns +Version: svn26595.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-friulan +Hyphenation patterns for Friulan in ASCII encoding. They are +supposed to comply with the common spelling of the Friulan +(Furlan) language as fixed by the Regional Law N.15/96 dated +November 6, 1996 and its following amendments. + +%post hyphen-friulan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/friulan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "friulan loadhyph-fur.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-friulan +if [ $1 == 0 ] ; then +sed -i '/friulan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-friulan +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-hungarian +Provides: tex-hyphen-hungarian = %{tl_version} +License: GPL+ +Summary: Hungarian hyphenation patterns +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-hungarian +Hyphenation patterns for Hungarian in T1/EC and UTF-8 +encodings. From https://github.com/nagybence/huhyphn/. + +date: 2012-06-19 22:38:05 +0200 + +%post hyphen-hungarian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/hungarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "hungarian loadhyph-hu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-hungarian +if [ $1 == 0 ] ; then +sed -i '/hungarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-hungarian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-hungarian-doc +Summary: Documentation for hyphen-hungarian +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-hyphen-hungarian-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-hyph-utf8-doc + +%description hyphen-hungarian-doc +Documentation for hyphen-hungarian + +%package hyphen-icelandic +Provides: tex-hyphen-icelandic = %{tl_version} +License: LPPL +Summary: Icelandic hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-icelandic +Hyphenation patterns for Icelandic in T1/EC and UTF-8 +encodings. + +date: 2007-04-17 11:56:04 +0200 + +%post hyphen-icelandic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/icelandic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "icelandic loadhyph-is.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-icelandic +if [ $1 == 0 ] ; then +sed -i '/icelandic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-icelandic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-irish +Provides: tex-hyphen-irish = %{tl_version} +License: LPPL +Summary: Irish hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-irish +Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8 +encodings. Visit http://borel.slu.edu/fleiscin/index.html for +more information. + +%post hyphen-irish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/irish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "irish loadhyph-ga.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-irish +if [ $1 == 0 ] ; then +sed -i '/irish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-irish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-kurmanji +Provides: tex-hyphen-kurmanji = %{tl_version} +License: LPPL +Summary: Kurmanji hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-kurmanji +Hyphenation patterns for Kurmanji (Northern Kurdish) as spoken +in Turkey and by the Kurdish diaspora in Europe, in T1/EC and +UTF-8 encodings. + +%post hyphen-kurmanji +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/kurmanji.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "kurmanji loadhyph-kmr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{kurmanji}{loadhyph-kmr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-kurmanji +if [ $1 == 0 ] ; then +sed -i '/kurmanji.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-kurmanji +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-latin +Provides: tex-hyphen-latin = %{tl_version} +License: LPPL +Summary: Latin hyphenation patterns +Version: svn25990.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-latin +Hyphenation patterns for Latin in T1/EC and UTF-8 encodings, +mainly in modern spelling (u when u is needed and v when v is +needed), medieval spelling with the ligatures \ae and \oe and +the (uncial) lowercase 'v' written as a 'u' is also supported. +Apparently there is no conflict between the patterns of modern +Latin and those of medieval Latin. + +date: 2009-09-29 00:01:21 +0200 + +%post hyphen-latin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/latin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "latin loadhyph-la.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-latin +if [ $1 == 0 ] ; then +sed -i '/latin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-latin +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-latvian +Provides: tex-hyphen-latvian = %{tl_version} +License: LPPL +Summary: Latvian hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-latvian +Hyphenation patterns for Latvian in L7X and UTF-8 encodings. + +%post hyphen-latvian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/latvian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "latvian loadhyph-lv.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{latvian}{loadhyph-lv.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-latvian +if [ $1 == 0 ] ; then +sed -i '/latvian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-latvian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-lithuanian +Provides: tex-hyphen-lithuanian = %{tl_version} +License: LPPL +Summary: Lithuanian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-lithuanian +Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings. +\lefthyphenmin and \righthyphenmin have to be at least 2. + +%post hyphen-lithuanian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/lithuanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "lithuanian loadhyph-lt.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-lithuanian +if [ $1 == 0 ] ; then +sed -i '/lithuanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-lithuanian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-norwegian +Provides: tex-hyphen-norwegian = %{tl_version} +License: LPPL +Summary: Norwegian Bokmal and Nynorsk hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-norwegian +Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC +and UTF-8 encodings. + +%post hyphen-norwegian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/bokmal.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "bokmal loadhyph-nb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=norwegian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=norwegian" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=norsk/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=norsk" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/nynorsk.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "nynorsk loadhyph-nn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-norwegian +if [ $1 == 0 ] ; then +sed -i '/bokmal.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=norwegian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=norsk/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/nynorsk.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-norwegian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-piedmontese +Provides: tex-hyphen-piedmontese = %{tl_version} +License: LPPL +Summary: Piedmontese hyphenation patterns +Version: svn29193.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-piedmontese +Hyphenation patterns for Piedmontese in ASCII encoding. +Compliant with 'Gramatica dla lengua piemonteisa' by Camillo +Brero. + +%post hyphen-piedmontese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/piedmontese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "piedmontese loadhyph-pms.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{piedmontese}{loadhyph-pms.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-piedmontese +if [ $1 == 0 ] ; then +sed -i '/piedmontese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-piedmontese +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-romanian +Provides: tex-hyphen-romanian = %{tl_version} +License: LPPL +Summary: Romanian hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-romanian +Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings. +The UTF-8 patterns use U+0219 for the character 's with comma +accent' and U+021B for 't with comma accent', but we may +consider using U+015F and U+0163 as well in the future. + +%post hyphen-romanian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/romanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "romanian loadhyph-ro.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-romanian +if [ $1 == 0 ] ; then +sed -i '/romanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-romanian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-romansh +Provides: tex-hyphen-romansh = %{tl_version} +License: LPPL +Summary: Romansh hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-romansh +Hyphenation patterns for Romansh in ASCII encoding. They are +supposed to comply with the rules indicated by the Lia +Rumantscha (Romansh language society). + +%post hyphen-romansh +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/romansh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "romansh loadhyph-rm.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{romansh}{loadhyph-rm.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-romansh +if [ $1 == 0 ] ; then +sed -i '/romansh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-romansh +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-slovenian +Provides: tex-hyphen-slovenian = %{tl_version} +License: LPPL +Summary: Slovenian hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-slovenian +Hyphenation patterns for Slovenian in T1/EC and UTF-8 +encodings. + +%post hyphen-slovenian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/slovenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "slovenian loadhyph-sl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=slovene/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=slovene" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-slovenian +if [ $1 == 0 ] ; then +sed -i '/slovenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=slovene/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-slovenian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-swedish +Provides: tex-hyphen-swedish = %{tl_version} +License: LPPL +Summary: Swedish hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-swedish +Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings. + +%post hyphen-swedish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/swedish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "swedish loadhyph-sv.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-swedish +if [ $1 == 0 ] ; then +sed -i '/swedish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-swedish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-turkish +Provides: tex-hyphen-turkish = %{tl_version} +License: Copyright only +Summary: Turkish hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-turkish +Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings. +The patterns for Turkish were first produced for the Ottoman +Texts Project in 1987 and were suitable for both Modern Turkish +and Ottoman Turkish in Latin script, however the required +character set didn't fit into EC encoding, so support for +Ottoman Turkish had to be dropped to keep compatibility with 8- +bit engines. + +date: 2011-02-23 08:51:21 +0100 + +%post hyphen-turkish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/turkish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "turkish loadhyph-tr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-turkish +if [ $1 == 0 ] ; then +sed -i '/turkish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-turkish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-uppersorbian +Provides: tex-hyphen-uppersorbian = %{tl_version} +License: LPPL +Summary: Upper Sorbian hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-uppersorbian +Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8 +encodings. + +%post hyphen-uppersorbian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/uppersorbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "uppersorbian loadhyph-hsb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-uppersorbian +if [ $1 == 0 ] ; then +sed -i '/uppersorbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-uppersorbian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-welsh +Provides: tex-hyphen-welsh = %{tl_version} +License: LPPL +Summary: Welsh hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-welsh +Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings. + +%post hyphen-welsh +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/welsh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "welsh loadhyph-cy.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-welsh +if [ $1 == 0 ] ; then +sed -i '/welsh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-welsh +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lithuanian +Provides: tex-lithuanian = %{tl_version} +License: LPPL +Summary: Lithuanian language support +Version: svn22722.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(latin7x.enc) = %{tl_version} +Provides: tex(l7x-urwvn.map) = %{tl_version} +Provides: tex(l7x-uagd.tfm) = %{tl_version} +Provides: tex(l7x-uagdo.tfm) = %{tl_version} +Provides: tex(l7x-uagk.tfm) = %{tl_version} +Provides: tex(l7x-uagko.tfm) = %{tl_version} +Provides: tex(l7x-ubkd.tfm) = %{tl_version} +Provides: tex(l7x-ubkdi.tfm) = %{tl_version} +Provides: tex(l7x-ubkl.tfm) = %{tl_version} +Provides: tex(l7x-ubkli.tfm) = %{tl_version} +Provides: tex(l7x-ucrb.tfm) = %{tl_version} +Provides: tex(l7x-ucrbo.tfm) = %{tl_version} +Provides: tex(l7x-ucrr.tfm) = %{tl_version} +Provides: tex(l7x-ucrro.tfm) = %{tl_version} +Provides: tex(l7x-uhvb.tfm) = %{tl_version} +Provides: tex(l7x-uhvbc.tfm) = %{tl_version} +Provides: tex(l7x-uhvbo.tfm) = %{tl_version} +Provides: tex(l7x-uhvboc.tfm) = %{tl_version} +Provides: tex(l7x-uhvr.tfm) = %{tl_version} +Provides: tex(l7x-uhvrc.tfm) = %{tl_version} +Provides: tex(l7x-uhvro.tfm) = %{tl_version} +Provides: tex(l7x-uhvroc.tfm) = %{tl_version} +Provides: tex(l7x-uncb.tfm) = %{tl_version} +Provides: tex(l7x-uncbi.tfm) = %{tl_version} +Provides: tex(l7x-uncr.tfm) = %{tl_version} +Provides: tex(l7x-uncri.tfm) = %{tl_version} +Provides: tex(l7x-uplb.tfm) = %{tl_version} +Provides: tex(l7x-uplbi.tfm) = %{tl_version} +Provides: tex(l7x-uplr.tfm) = %{tl_version} +Provides: tex(l7x-uplri.tfm) = %{tl_version} +Provides: tex(l7x-utmb.tfm) = %{tl_version} +Provides: tex(l7x-utmbi.tfm) = %{tl_version} +Provides: tex(l7x-utmr.tfm) = %{tl_version} +Provides: tex(l7x-utmri.tfm) = %{tl_version} +Provides: tex(l7x-uzcmi.tfm) = %{tl_version} +Provides: tex(cp772.def) = %{tl_version} +Provides: tex(cp774.def) = %{tl_version} +Provides: tex(cp775.def) = %{tl_version} +Provides: tex(cpKBL.def) = %{tl_version} +Provides: tex(cpRIM.def) = %{tl_version} +Provides: tex(l7xenc.def) = %{tl_version} +Provides: tex(l7xenc.sty) = %{tl_version} +Provides: tex(l7xuag.fd) = %{tl_version} +Provides: tex(l7xubk.fd) = %{tl_version} +Provides: tex(l7xucr.fd) = %{tl_version} +Provides: tex(l7xuhv.fd) = %{tl_version} +Provides: tex(l7xunc.fd) = %{tl_version} +Provides: tex(l7xupl.fd) = %{tl_version} +Provides: tex(l7xutm.fd) = %{tl_version} +Provides: tex(l7xuzc.fd) = %{tl_version} +Provides: tex(latin7.def) = %{tl_version} +Provides: tex(lithuanian.ldf) = %{tl_version} +Provides: tex(lithuanian.sty) = %{tl_version} + +%description lithuanian +This language support package provides: - Lithuanian language +hyphenation patterns; - Lithuanian support for Babel; - +Lithuanian mapping and metrics for using the URW base-35 Type 1 +fonts; - examples for making Lithuanian fonts with fontinst; +and - extra tools for intputenc and fontenc. + +date: 2008-11-06 00:30:15 +0100 + +%post lithuanian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map l7x-urwvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map l7x-urwvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun lithuanian +if [ $1 == 0 ] ; then +sed -i '/^Map l7x-urwvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans lithuanian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lithuanian-doc +Summary: Documentation for lithuanian +Version: svn22722.0 +Release: %{tl_noarch_release} +Provides: tex-lithuanian-doc +BuildArch: noarch +AutoReqProv: No + +%description lithuanian-doc +Documentation for lithuanian + +%package lshort-dutch-doc +Summary: Documentation for lshort-dutch +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-lshort-dutch-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-dutch-doc +Documentation for lshort-dutch + +%package lshort-finnish-doc +Summary: Documentation for lshort-finnish +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-finnish-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-finnish-doc +Documentation for lshort-finnish + +%package lshort-slovenian-doc +Summary: Documentation for lshort-slovenian +Version: svn15878.4.20 +Release: %{tl_noarch_release} +Provides: tex-lshort-slovenian-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-slovenian-doc +Documentation for lshort-slovenian + +%package lshort-turkish-doc +Summary: Documentation for lshort-turkish +Version: svn15878.4.20 +Release: %{tl_noarch_release} +Provides: tex-lshort-turkish-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-turkish-doc +Documentation for lshort-turkish + +%package swebib +Provides: tex-swebib = %{tl_version} +License: LPPL 1.2 +Summary: Swedish bibliography styles +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description swebib +The bundle contains Swedish versions of the standard +bibliography styles, and of the style plainnat. The styles +should be funtionally equivalent to the corresponding original +styles, apart from the Swedish translations. The styles do not +implement Swedish collation. + +date: 2007-01-15 14:17:51 +0100 + +%post swebib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun swebib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans swebib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package swebib-doc +Summary: Documentation for swebib +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-swebib-doc +BuildArch: noarch +AutoReqProv: No + +%description swebib-doc +Documentation for swebib + +%package turkmen +Provides: tex-turkmen = %{tl_version} +License: LPPL +Summary: Babel support for Turkmen +Version: svn17748.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(turkmen.ldf) = %{tl_version} + +%description turkmen +The package provides support for Turkmen in babel, but +integration with babel is not available. + +date: 2010-04-06 13:44:40 +0200 + +%post turkmen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun turkmen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turkmen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package turkmen-doc +Summary: Documentation for turkmen +Version: svn17748.0.2 +Release: %{tl_noarch_release} +Provides: tex-turkmen-doc +BuildArch: noarch +AutoReqProv: No + +%description turkmen-doc +Documentation for turkmen + +%package collection-langfrench +Summary: French +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-aeguill +Requires: texlive-apprends-latex-doc +Requires: tex-babel-basque +Requires: tex-babel-french +Requires: tex-basque-book +Requires: tex-basque-date +Requires: tex-bib-fr +Requires: tex-bibleref-french +Requires: texlive-booktabs-fr-doc +Requires: tex-droit-fr +Requires: texlive-epslatex-fr-doc +Requires: tex-facture +Requires: tex-frenchle +Requires: tex-frletter +Requires: tex-hyphen-basque +Requires: tex-hyphen-french +Requires: texlive-impatient-fr-doc +Requires: tex-impnattypo +Requires: texlive-l2tabu-french-doc +Requires: texlive-lshort-french-doc +Requires: tex-mafr +Requires: tex-tabvar +Requires: tex-tdsfrmath +Requires: texlive-texlive-fr-doc +Requires: texlive-translation-array-fr-doc +Requires: texlive-translation-dcolumn-fr-doc +Requires: texlive-translation-natbib-fr-doc +Requires: texlive-translation-tabbing-fr-doc +Requires: tex-variations + +%description collection-langfrench +Support for French and Basque. + +%package droit-fr +Provides: tex-droit-fr = %{tl_version} +License: LPPL 1.3 +Summary: Document class and bibliographic style for French law +Version: svn30356.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbose-ibid.bbx) +Requires: tex(verbose-ibid.cbx) +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(mathptmx.sty) +Requires: tex(engrec.sty) +Requires: tex(filecontents.sty) +Requires: tex(lipsum.sty) +Requires: tex(ifdraft.sty) +Requires: tex(xifthen.sty) +Requires: tex(kvoptions.sty) +Requires: tex(babel.sty) +Requires: tex(csquotes.sty) +Requires: tex(hyperref.sty) +Requires: tex(bookmark.sty) +Requires: tex(footmisc.sty) +Provides: tex(droit-fr.bbx) = %{tl_version} +Provides: tex(droit-fr.cbx) = %{tl_version} +Provides: tex(droit-fr.cls) = %{tl_version} + +%description droit-fr +The bundle provides a toolkit intended for students writing a +thesis in French law. It features: - a LaTeX document class; - +a bibliographic style for Biblatex package; - a practical +example of french thesis document; and - documentation. + +date: 2013-05-09 13:28:31 +0200 + +%post droit-fr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun droit-fr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans droit-fr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package droit-fr-doc +Summary: Documentation for droit-fr +Version: svn30356.0.2 +Release: %{tl_noarch_release} +Provides: tex-droit-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description droit-fr-doc +Documentation for droit-fr + +%package epslatex-fr-doc +Summary: Documentation for epslatex-fr +Version: svn19440.0 +Release: %{tl_noarch_release} +Provides: tex-epslatex-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description epslatex-fr-doc +Documentation for epslatex-fr + +%package facture +Provides: tex-facture = %{tl_version} +License: CC-BY-SA +Summary: Generate an invoice +Version: svn24092.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(polyglossia.sty) +Requires: tex(numprint.sty) +Requires: tex(fltpoint.sty) +Requires: tex(tikz.sty) +Requires: tex(graphicx.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(geometry.sty) +Requires: tex(ifthen.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(colortbl.sty) +Requires: tex(advdate.sty) +Requires: tex(xargs.sty) +Provides: tex(facture.cls) = %{tl_version} + +%description facture +Une classe simple permettant de produite une facture, avec ou +sans TVA, avec gestion d'une adresse differente pour la +livraison et pour la facturation. A simple class that allows +production of an invoice, with or without VAT; different +addresses for delivery and for billing are permitted. + +date: 2011-09-24 18:52:18 +0200 + +%post facture +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun facture +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans facture +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package facture-doc +Summary: Documentation for facture +Version: svn24092.1.0 +Release: %{tl_noarch_release} +Provides: tex-facture-doc +BuildArch: noarch +AutoReqProv: No + +%description facture-doc +Documentation for facture + +%package frenchle +Provides: tex-frenchle = %{tl_version} +License: LPPL +Summary: French macros, usable stand-alone or with Babel +Version: svn29803.5.9995 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(babel.sty) +Provides: tex(babelfr.sty) = %{tl_version} +Provides: tex(french.ldf) = %{tl_version} +Provides: tex(frenchle.cfg) = %{tl_version} +Provides: tex(frenchle.ldf) = %{tl_version} +Provides: tex(frenchle.sty) = %{tl_version} + +%description frenchle +This is a redistribution and repackaging of the late Bernard +Gaulle's "light" package to typeset French documents according +to the rules of the "Imprimerie Nationale". The package offers +a package, two Babel language definition files (french.ldf and +frenchle.ldf), and a package to enable the non-standard +definition files to be loaded into an unmodified Babel. The +user may simply use frenchle.sty if typesetting a French-only +document, but should use Babel with the frenchle option for a +multilingual document. + +date: 2012-05-31 00:57:47 +0200 + +%post frenchle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frenchle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frenchle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frenchle-doc +Summary: Documentation for frenchle +Version: svn29803.5.9995 +Release: %{tl_noarch_release} +Provides: tex-frenchle-doc +BuildArch: noarch +AutoReqProv: No + +%description frenchle-doc +Documentation for frenchle + +%package frletter +Provides: tex-frletter = %{tl_version} +License: Public Domain +Summary: Typeset letters in the French style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(frletter.cls) = %{tl_version} + +%description frletter +A small class for typesetting letters in France. No assumption +is made about the language in use. The class represents a small +modification of the beletter class, which is itself a +modification of the standard LaTeX letter class. + +date: 2008-08-19 21:00:04 +0200 + +%post frletter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frletter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frletter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frletter-doc +Summary: Documentation for frletter +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-frletter-doc +BuildArch: noarch +AutoReqProv: No + +%description frletter-doc +Documentation for frletter + +%package hyphen-basque +Provides: tex-hyphen-basque = %{tl_version} +License: Bahyph +Summary: Basque hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-basque +Hyphenation patterns for Basque in T1/EC and UTF-8 encodings. + +date: 2009-09-24 15:05:48 +0200 + +%post hyphen-basque +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/basque.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "basque loadhyph-eu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-basque +if [ $1 == 0 ] ; then +sed -i '/basque.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-basque +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-french +Provides: tex-hyphen-french = %{tl_version} +License: LPPL +Summary: French hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-french +Hyphenation patterns for French in T1/EC and UTF-8 encodings. + +%post hyphen-french +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/french.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "french loadhyph-fr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=patois/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=patois" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=francais/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=francais" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-french +if [ $1 == 0 ] ; then +sed -i '/french.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=patois/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=francais/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-french +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package impatient-fr-doc +Summary: Documentation for impatient-fr +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-impatient-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description impatient-fr-doc +Documentation for impatient-fr + +%package impnattypo +Provides: tex-impnattypo = %{tl_version} +License: LPPL 1.3 +Summary: Support typography of l'Imprimerie Nationale FranASSaise +Version: svn24057.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(kvoptions.sty) +Requires: tex(xcolor.sty) +Requires: tex(luatexbase.sty) +Requires: tex(luacode.sty) +Provides: tex(impnattypo.sty) = %{tl_version} + +%description impnattypo +The package provides useful macros implementing recommendations +by the French Imprimerie Nationale. + +date: 2011-09-21 17:45:17 +0200 + +%post impnattypo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun impnattypo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans impnattypo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package impnattypo-doc +Summary: Documentation for impnattypo +Version: svn24057.1.0 +Release: %{tl_noarch_release} +Provides: tex-impnattypo-doc +BuildArch: noarch +AutoReqProv: No + +%description impnattypo-doc +Documentation for impnattypo + +%package l2tabu-french-doc +Summary: Documentation for l2tabu-french +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-l2tabu-french-doc +BuildArch: noarch +AutoReqProv: No + +%description l2tabu-french-doc +Documentation for l2tabu-french + +%package lshort-french-doc +Summary: Documentation for lshort-french +Version: svn23332.5.01fr_0 +Release: %{tl_noarch_release} +Provides: tex-lshort-french-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-french-doc +Documentation for lshort-french + +%package mafr +Provides: tex-mafr = %{tl_version} +License: GPL+ +Summary: Mathematics in accord with French usage +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(a4wide.sty) +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Provides: tex(cours.cls) = %{tl_version} +Provides: tex(fiche.cls) = %{tl_version} +Provides: tex(mafr.sty) = %{tl_version} + +%description mafr +The package provides settings and macros for typesetting +mathematics with LaTeX in compliance with French usage. It +comes with two document classes, 'fiche' and 'cours', useful to +create short high school documents such as tests or lessons. +The documentation is in French. + +date: 2007-03-09 22:25:45 +0100 + +%post mafr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mafr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mafr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mafr-doc +Summary: Documentation for mafr +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-mafr-doc +BuildArch: noarch +AutoReqProv: No + +%description mafr-doc +Documentation for mafr + +%package tabvar +Provides: tex-tabvar = %{tl_version} +License: LPPL 1.3 +Summary: Typesetting tables showing variations of functions +Version: svn28908.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(array.sty) +Requires: tex(colortbl.sty) +Requires: tex(varwidth.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifpdf.sty) +Provides: tex(tabvar.map) = %{tl_version} +Provides: tex(tabvar.tfm) = %{tl_version} +Provides: tex(tabvar.pfb) = %{tl_version} +Provides: tex(tabvar.cfg) = %{tl_version} +Provides: tex(tabvar.sty) = %{tl_version} + +%description tabvar +This LaTeX package is meant to ease the typesetting of tables +showing variations of functions as they are used in France. + +date: 2013-01-22 17:38:01 +0100 + +%post tabvar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map tabvar.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map tabvar.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun tabvar +if [ $1 == 0 ] ; then +sed -i '/^Map tabvar.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans tabvar +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabvar-doc +Summary: Documentation for tabvar +Version: svn28908.1.7 +Release: %{tl_noarch_release} +Provides: tex-tabvar-doc +BuildArch: noarch +AutoReqProv: No + +%description tabvar-doc +Documentation for tabvar + +%package tdsfrmath +Provides: tex-tdsfrmath = %{tl_version} +License: LPPL +Summary: Macros for French teachers of mathematics +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xstring.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(xspace.sty) +Requires: tex(xargs.sty) +Requires: tex(suffix.sty) +Requires: tex(stmaryrd.sty) +Provides: tex(tdsfrmath.sty) = %{tl_version} + +%description tdsfrmath +A collection of macros for French maths teachers in colleges +and lycees (and perhaps elsewhere). It is hoped that the +package will facilitate the everyday use of LaTeX by +mathematics teachers. + +date: 2009-06-22 16:39:08 +0200 + +%post tdsfrmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tdsfrmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tdsfrmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tdsfrmath-doc +Summary: Documentation for tdsfrmath +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-tdsfrmath-doc +BuildArch: noarch +AutoReqProv: No + +%description tdsfrmath-doc +Documentation for tdsfrmath + +%package texlive-fr-doc +Summary: Documentation for texlive-fr +Version: svn29743.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-fr-doc +Documentation for texlive-fr + +%package translation-array-fr-doc +Summary: Documentation for translation-array-fr +Version: svn24344.0 +Release: %{tl_noarch_release} +Provides: tex-translation-array-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-array-fr-doc +Documentation for translation-array-fr + +%package translation-dcolumn-fr-doc +Summary: Documentation for translation-dcolumn-fr +Version: svn24345.0 +Release: %{tl_noarch_release} +Provides: tex-translation-dcolumn-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-dcolumn-fr-doc +Documentation for translation-dcolumn-fr + +%package translation-natbib-fr-doc +Summary: Documentation for translation-natbib-fr +Version: svn25105.0 +Release: %{tl_noarch_release} +Provides: tex-translation-natbib-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-natbib-fr-doc +Documentation for translation-natbib-fr + +%package translation-tabbing-fr-doc +Summary: Documentation for translation-tabbing-fr +Version: svn24228.0 +Release: %{tl_noarch_release} +Provides: tex-translation-tabbing-fr-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-tabbing-fr-doc +Documentation for translation-tabbing-fr + +%package variations +Provides: tex-variations = %{tl_version} +License: GPL+ +Summary: Typeset tables of variations of functions +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(variations.sty) = %{tl_version} +Provides: tex(variations.tex) = %{tl_version} + +%description variations +The package provides macros for typesetting tables showing +variations of functions according to French usage. These macros +may be used by both LaTeX and plain TeX users. + +date: 2007-03-13 09:06:46 +0100 + +%post variations +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun variations +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans variations +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package variations-doc +Summary: Documentation for variations +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-variations-doc +BuildArch: noarch +AutoReqProv: No + +%description variations-doc +Documentation for variations + +%package collection-langgerman +Summary: German +Version: svn30539.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-babel-german +Requires: tex-bibleref-german +Requires: texlive-booktabs-de-doc +Requires: texlive-csquotes-de-doc +Requires: tex-dehyph-exptl +Requires: tex-dhua +Requires: texlive-einfuehrung-doc +Requires: texlive-etoolbox-de-doc +Requires: texlive-fifinddo-info-doc +Requires: texlive-geometry-de-doc +Requires: tex-german +Requires: tex-germkorr +Requires: tex-hausarbeit-jura +Requires: tex-hyphen-german +Requires: texlive-koma-script-examples-doc +Requires: texlive-l2picfaq-doc +Requires: texlive-l2tabu-doc +Requires: texlive-latex-bib-ex-doc +Requires: texlive-latex-referenz-doc +Requires: texlive-latex-tabellen-doc +Requires: texlive-lshort-german-doc +Requires: texlive-lualatex-doc-de-doc +Requires: texlive-microtype-de-doc +Requires: texlive-presentations-doc +Requires: texlive-pstricks-examples-doc +Requires: tex-r_und_s +Requires: texlive-templates-fenn-doc +Requires: texlive-templates-sommer-doc +Requires: texlive-texlive-de-doc +Requires: texlive-tipa-de-doc +Requires: texlive-translation-arsclassica-de-doc +Requires: texlive-translation-biblatex-de-doc +Requires: texlive-translation-chemsym-de-doc +Requires: texlive-translation-ecv-de-doc +Requires: texlive-translation-enumitem-de-doc +Requires: texlive-translation-europecv-de-doc +Requires: texlive-translation-filecontents-de-doc +Requires: texlive-translation-moreverb-de-doc +Requires: tex-umlaute +Requires: texlive-voss-de-doc + +%description collection-langgerman +Support for German. + +%package csquotes-de-doc +Summary: Documentation for csquotes-de +Version: svn23371.1.01 +Release: %{tl_noarch_release} +Provides: tex-csquotes-de-doc +BuildArch: noarch +AutoReqProv: No + +%description csquotes-de-doc +Documentation for csquotes-de + +%package dehyph-exptl +Provides: tex-dehyph-exptl = %{tl_version} +License: LPPL +Summary: Experimental hyphenation patterns for the German language +Version: svn26867.0.23 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Provides: tex(dehyphn-x-2012-05-30.tex) = %{tl_version} +Provides: tex(dehypht-x-2012-05-30.tex) = %{tl_version} +Provides: tex(dehyphts-x-2012-05-30.tex) = %{tl_version} + +%description dehyph-exptl +The package provides experimental hyphenation patterns for the +German language, covering both traditional and reformed +orthography. The patterns can be used with packages Babel and +hyphsubst. + +date: 2012-05-31 18:53:16 +0200 + +%post dehyph-exptl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/german-x-2012-05-30.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "german-x-2012-05-30 dehypht-x-2012-05-30.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=german-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=german-x-latest" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{german-x-2012-05-30}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{german-x-2012-05-30}{dehypht-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{german-x-latest}{dehypht-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/ngerman-x-2012-05-30.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ngerman-x-2012-05-30 dehyphn-x-2012-05-30.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=ngerman-x-latest" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ngerman-x-2012-05-30}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ngerman-x-2012-05-30}{dehyphn-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ngerman-x-latest}{dehyphn-x-2012-05-30.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun dehyph-exptl +if [ $1 == 0 ] ; then +sed -i '/german-x-2012-05-30.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=german-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{german-x-2012-05-30}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/ngerman-x-2012-05-30.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ngerman-x-2012-05-30}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans dehyph-exptl +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dehyph-exptl-doc +Summary: Documentation for dehyph-exptl +Version: svn26867.0.23 +Release: %{tl_noarch_release} +Provides: tex-dehyph-exptl-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-hyph-utf8-doc + +%description dehyph-exptl-doc +Documentation for dehyph-exptl + +%package dhua +Provides: tex-dhua = %{tl_version} +License: LPPL 1.3 +Summary: German abbreviations using thin space +Version: svn24035.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(dhua.cfg) = %{tl_version} +Provides: tex(dhua.sty) = %{tl_version} + +%description dhua +The package provides commands for those abbreviations of German +phrases for which the use of thin space is recommended. Setup +commands \newdhua and \newtwopartdhua are provided, as well as +commands for single cases (such as \zB for 'z. B.', saving the +user from typing such as 'z.\,B.'). To typeset the +documentation, the niceverb package, version 0.44, or later, is +required. Das Paket `dhua' stellt Befehle fur sog. +mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen +(Festabstande) empfohlen werden (Duden, Wikipedia). In die +englische Paketdokumentation sind deutsche Erlauterungen +eingestreut. + +date: 2011-09-20 00:29:10 +0200 + +%post dhua +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dhua +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dhua +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dhua-doc +Summary: Documentation for dhua +Version: svn24035.0.11 +Release: %{tl_noarch_release} +Provides: tex-dhua-doc +BuildArch: noarch +AutoReqProv: No + +%description dhua-doc +Documentation for dhua + +%package einfuehrung-doc +Summary: Documentation for einfuehrung +Version: svn29349.0 +Release: %{tl_noarch_release} +Provides: tex-einfuehrung-doc +BuildArch: noarch +AutoReqProv: No + +%description einfuehrung-doc +Documentation for einfuehrung + +%package etoolbox-de-doc +Summary: Documentation for etoolbox-de +Version: svn21906.1 +Release: %{tl_noarch_release} +Provides: tex-etoolbox-de-doc +BuildArch: noarch +AutoReqProv: No + +%description etoolbox-de-doc +Documentation for etoolbox-de + +%package fifinddo-info-doc +Summary: Documentation for fifinddo-info +Version: svn29349.1.1b +Release: %{tl_noarch_release} +Provides: tex-fifinddo-info-doc +BuildArch: noarch +AutoReqProv: No + +%description fifinddo-info-doc +Documentation for fifinddo-info + +%package geometry-de-doc +Summary: Documentation for geometry-de +Version: svn21882.1.1 +Release: %{tl_noarch_release} +Provides: tex-geometry-de-doc +BuildArch: noarch +AutoReqProv: No + +%description geometry-de-doc +Documentation for geometry-de + +%package german +Provides: tex-german = %{tl_version} +License: LPPL +Summary: Support for German typography +Version: svn30567.2.5e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(german.sty) = %{tl_version} +Provides: tex(ngerman.sty) = %{tl_version} + +%description german +Supports the new German orthography (neue deutsche +Rechtschreibung). + +date: 2012-06-19 20:29:15 +0200 + +%post german +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun german +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans german +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package german-doc +Summary: Documentation for german +Version: svn30567.2.5e +Release: %{tl_noarch_release} +Provides: tex-german-doc +BuildArch: noarch +AutoReqProv: No + +%description german-doc +Documentation for german + +%package germkorr +Provides: tex-germkorr = %{tl_version} +License: GPL+ +Summary: Change kerning for german quotation marks +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(germkorr.sty) = %{tl_version} + +%description germkorr +The package germcorr has to be loaded after the package german. +It brings some letters like T nearer to german single and +double quotes even when that letter wears a standard accent +like "`\.T"'. + +date: 2009-11-10 09:15:37 +0100 + +%post germkorr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun germkorr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans germkorr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package germkorr-doc +Summary: Documentation for germkorr +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-germkorr-doc +BuildArch: noarch +AutoReqProv: No + +%description germkorr-doc +Documentation for germkorr + +%package hausarbeit-jura +Provides: tex-hausarbeit-jura = %{tl_version} +License: LPPL 1.3 +Summary: Class for writing "juristiche Hausarbeiten" at German Universities +Version: svn25356.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(textcomp.sty) +Requires: tex(eurosym.sty) +Requires: tex(indentfirst.sty) +Requires: tex(geometry.sty) +Requires: tex(csquotes.sty) +Requires: tex(jurabib.sty) +Provides: tex(hausarbeit-jura.cls) = %{tl_version} + +%description hausarbeit-jura +The class was developed to write legal essays ("juristische +Hausarbeit") at German Universities. It is based on jurabook +and jurabib and makes it easy for LaTeX beginners to get a +correct and nicely formatted paper. + +date: 2012-02-10 13:14:08 +0100 + +%post hausarbeit-jura +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hausarbeit-jura +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hausarbeit-jura +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hausarbeit-jura-doc +Summary: Documentation for hausarbeit-jura +Version: svn25356.1.0 +Release: %{tl_noarch_release} +Provides: tex-hausarbeit-jura-doc +BuildArch: noarch +AutoReqProv: No + +%description hausarbeit-jura-doc +Documentation for hausarbeit-jura + +%package hyphen-german +Provides: tex-hyphen-german = %{tl_version} +License: LPPL +Summary: German hyphenation patterns +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Provides: tex(dehyphn.tex) = %{tl_version} +Provides: tex(dehypht.tex) = %{tl_version} +Provides: tex(dehyphtex.tex) = %{tl_version} + +%description hyphen-german +Hyphenation patterns for German in T1/EC and UTF-8 encodings, +for traditional and reformed spelling, including Swiss German. +The package includes the latest patterns from dehyph-exptl +(known to TeX under names 'german', 'ngerman' and +'swissgerman'), however 8-bit engines still load old versions +of patterns for 'german' and 'ngerman' for backward- +compatibility reasons. Swiss German patterns are suitable for +Swiss Standard German (Hochdeutsch) not the Alemannic dialects +spoken in Switzerland (Schwyzerduetsch). There are no known +patterns for written Schwyzerduetsch. + +%post hyphen-german +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/german.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "german loadhyph-de-1901.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/ngerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ngerman loadhyph-de-1996.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/swissgerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "swissgerman loadhyph-de-ch-1901.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-german +if [ $1 == 0 ] ; then +sed -i '/german.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/ngerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/swissgerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-german +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package koma-script-examples-doc +Summary: Documentation for koma-script-examples +Version: svn29940.0 +Release: %{tl_noarch_release} +Provides: tex-koma-script-examples-doc +BuildArch: noarch +AutoReqProv: No + +%description koma-script-examples-doc +Documentation for koma-script-examples + +%package l2picfaq-doc +Summary: Documentation for l2picfaq +Version: svn19601.1.50 +Release: %{tl_noarch_release} +Provides: tex-l2picfaq-doc +BuildArch: noarch +AutoReqProv: No + +%description l2picfaq-doc +Documentation for l2picfaq + +%package l2tabu-doc +Summary: Documentation for l2tabu +Version: svn24038.2.3 +Release: %{tl_noarch_release} +Provides: tex-l2tabu-doc +BuildArch: noarch +AutoReqProv: No + +%description l2tabu-doc +Documentation for l2tabu + +%package latex-bib-ex-doc +Summary: Documentation for latex-bib-ex +Version: svn25831.0 +Release: %{tl_noarch_release} +Provides: tex-latex-bib-ex-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-bib-ex-doc +Documentation for latex-bib-ex + +%package latex-referenz-doc +Summary: Documentation for latex-referenz +Version: svn16980.0 +Release: %{tl_noarch_release} +Provides: tex-latex-referenz-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-referenz-doc +Documentation for latex-referenz + +%package latex-tabellen-doc +Summary: Documentation for latex-tabellen +Version: svn16979.0 +Release: %{tl_noarch_release} +Provides: tex-latex-tabellen-doc +BuildArch: noarch +AutoReqProv: No + +%description latex-tabellen-doc +Documentation for latex-tabellen + +%package lshort-german-doc +Summary: Documentation for lshort-german +Version: svn28270.3.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-german-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-german-doc +Documentation for lshort-german + +%package lualatex-doc-de-doc +Summary: Documentation for lualatex-doc-de +Version: svn30474.1.0 +Release: %{tl_noarch_release} +Provides: tex-lualatex-doc-de-doc +BuildArch: noarch +AutoReqProv: No + +%description lualatex-doc-de-doc +Documentation for lualatex-doc-de + +%package microtype-de-doc +Summary: Documentation for microtype-de +Version: svn24549.2.4 +Release: %{tl_noarch_release} +Provides: tex-microtype-de-doc +BuildArch: noarch +AutoReqProv: No + +%description microtype-de-doc +Documentation for microtype-de + +%package presentations-doc +Summary: Documentation for presentations +Version: svn17172.0 +Release: %{tl_noarch_release} +Provides: tex-presentations-doc +BuildArch: noarch +AutoReqProv: No + +%description presentations-doc +Documentation for presentations + +%package pstricks-examples-doc +Summary: Documentation for pstricks-examples +Version: svn21511.0 +Release: %{tl_noarch_release} +Provides: tex-pstricks-examples-doc +BuildArch: noarch +AutoReqProv: No + +%description pstricks-examples-doc +Documentation for pstricks-examples + +%package r_und_s +Provides: tex-r_und_s = %{tl_version} +License: BSD +Summary: Chemical hazard codes +Version: svn15878.1.3i +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eng_rs.sty) = %{tl_version} +Provides: tex(eng_rs.tex) = %{tl_version} +Provides: tex(fr_rs.sty) = %{tl_version} +Provides: tex(fr_rs.tex) = %{tl_version} +Provides: tex(nl_rs.sty) = %{tl_version} +Provides: tex(nl_rs.tex) = %{tl_version} +Provides: tex(r_und_s.sty) = %{tl_version} +Provides: tex(r_und_s.tex) = %{tl_version} + +%description r_und_s +The r_und_s package decodes the german 'R- und S-Satze', which +are numerically coded security advice for chemical substances +into plain text. This is, e.g., used to compose security sheets +or lab protocols and especially useful for students of +chemistry. There are four packages, giving texts in German, +English, French and Dutch. + +date: 2008-08-24 22:21:06 +0200 + +%post r_und_s +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun r_und_s +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans r_und_s +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package r_und_s-doc +Summary: Documentation for r_und_s +Version: svn15878.1.3i +Release: %{tl_noarch_release} +Provides: tex-r_und_s-doc +BuildArch: noarch +AutoReqProv: No + +%description r_und_s-doc +Documentation for r_und_s + +%package templates-fenn-doc +Summary: Documentation for templates-fenn +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-templates-fenn-doc +BuildArch: noarch +AutoReqProv: No + +%description templates-fenn-doc +Documentation for templates-fenn + +%package templates-sommer-doc +Summary: Documentation for templates-sommer +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-templates-sommer-doc +BuildArch: noarch +AutoReqProv: No + +%description templates-sommer-doc +Documentation for templates-sommer + +%package texlive-de-doc +Summary: Documentation for texlive-de +Version: svn30586.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-de-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-de-doc +Documentation for texlive-de + +%package tipa-de-doc +Summary: Documentation for tipa-de +Version: svn22005.1.3 +Release: %{tl_noarch_release} +Provides: tex-tipa-de-doc +BuildArch: noarch +AutoReqProv: No + +%description tipa-de-doc +Documentation for tipa-de + +%package translation-arsclassica-de-doc +Summary: Documentation for translation-arsclassica-de +Version: svn23803.0 +Release: %{tl_noarch_release} +Provides: tex-translation-arsclassica-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-arsclassica-de-doc +Documentation for translation-arsclassica-de + +%package translation-biblatex-de-doc +Summary: Documentation for translation-biblatex-de +Version: svn24386.1.0 +Release: %{tl_noarch_release} +Provides: tex-translation-biblatex-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-biblatex-de-doc +Documentation for translation-biblatex-de + +%package translation-chemsym-de-doc +Summary: Documentation for translation-chemsym-de +Version: svn23804.0 +Release: %{tl_noarch_release} +Provides: tex-translation-chemsym-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-chemsym-de-doc +Documentation for translation-chemsym-de + +%package translation-ecv-de-doc +Summary: Documentation for translation-ecv-de +Version: svn24754.0 +Release: %{tl_noarch_release} +Provides: tex-translation-ecv-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-ecv-de-doc +Documentation for translation-ecv-de + +%package translation-enumitem-de-doc +Summary: Documentation for translation-enumitem-de +Version: svn24196.0 +Release: %{tl_noarch_release} +Provides: tex-translation-enumitem-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-enumitem-de-doc +Documentation for translation-enumitem-de + +%package translation-europecv-de-doc +Summary: Documentation for translation-europecv-de +Version: svn23840.0 +Release: %{tl_noarch_release} +Provides: tex-translation-europecv-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-europecv-de-doc +Documentation for translation-europecv-de + +%package translation-filecontents-de-doc +Summary: Documentation for translation-filecontents-de +Version: svn24010.0 +Release: %{tl_noarch_release} +Provides: tex-translation-filecontents-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-filecontents-de-doc +Documentation for translation-filecontents-de + +%package translation-moreverb-de-doc +Summary: Documentation for translation-moreverb-de +Version: svn23957.0 +Release: %{tl_noarch_release} +Provides: tex-translation-moreverb-de-doc +BuildArch: noarch +AutoReqProv: No + +%description translation-moreverb-de-doc +Documentation for translation-moreverb-de + +%package umlaute +Provides: tex-umlaute = %{tl_version} +License: LPPL +Summary: German input encodings in LaTeX +Version: svn15878.v2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Provides: tex(atari.def) = %{tl_version} +Provides: tex(isolatin.def) = %{tl_version} +Provides: tex(mac.def) = %{tl_version} +Provides: tex(pc850.def) = %{tl_version} +Provides: tex(roman8.def) = %{tl_version} +Provides: tex(umlaute.sty) = %{tl_version} + +%description umlaute +An early package for using alternate input encodings. The +author considers the package mostly obsolete, since most of its +functions are taken by the inputenc package; however, inputenc +doesn't support the roman8 and atari encodings, so umlaute +remains the sole source of that support. + +date: 2009-10-10 17:55:02 +0200 + +%post umlaute +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun umlaute +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umlaute +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package umlaute-doc +Summary: Documentation for umlaute +Version: svn15878.v2.1 +Release: %{tl_noarch_release} +Provides: tex-umlaute-doc +BuildArch: noarch +AutoReqProv: No + +%description umlaute-doc +Documentation for umlaute + +%package voss-de-doc +Summary: Documentation for voss-de +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-voss-de-doc +BuildArch: noarch +AutoReqProv: No + +%description voss-de-doc +Documentation for voss-de + +%package collection-langgreek +Summary: Greek +Version: svn30527.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-babel-greek +Requires: tex-betababel +Requires: tex-bgreek +Requires: tex-cbfonts +Requires: tex-gfsbaskerville +Requires: tex-gfsporson +Requires: tex-greek-fontenc +Requires: tex-greek-inputenc +Requires: tex-greekdates +Requires: tex-greektex +Requires: tex-hyphen-greek +Requires: tex-hyphen-ancientgreek +Requires: tex-ibycus-babel +Requires: tex-ibygrk +Requires: tex-kerkis +Requires: tex-levy +Requires: tex-lgreek +Requires: tex-lgrx +Requires: tex-mkgrkindex +Requires: tex-teubner +Requires: tex-xgreek +Requires: tex-yannisgr + +%description collection-langgreek +Support for Greek. + +%package gfsbaskerville +Provides: tex-gfsbaskerville = %{tl_version} +License: LPPL +Summary: A Greek font, from one such by Baskerville +Version: svn19440.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(gpgfsbaskerville.enc) = %{tl_version} +Provides: tex(gfsbaskerville.map) = %{tl_version} +Provides: tex(GFSBaskerville.otf) = %{tl_version} +Provides: tex(ggfsbaskervillerg6a.tfm) = %{tl_version} +Provides: tex(ggfsbaskervillerg6r.tfm) = %{tl_version} +Provides: tex(GFSBaskerville-Regular.pfb) = %{tl_version} +Provides: tex(ggfsbaskervillerg6a.vf) = %{tl_version} +Provides: tex(gfsbaskerville.sty) = %{tl_version} +Provides: tex(lgrgfsbaskerville.fd) = %{tl_version} + +%description gfsbaskerville +The font is a digital implementation of Baskerville's classic +Greek font, provided by the Greek Font Society. The font covers +Greek only, and LaTeX support provides for the use of LGR +encoding. + +date: 2008-08-19 21:00:04 +0200 + +%post gfsbaskerville +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsbaskerville.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsbaskerville.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsbaskerville +if [ $1 == 0 ] ; then +sed -i '/^Map gfsbaskerville.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsbaskerville +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsbaskerville-doc +Summary: Documentation for gfsbaskerville +Version: svn19440.1.0 +Release: %{tl_noarch_release} +Provides: tex-gfsbaskerville-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsbaskerville-doc +Documentation for gfsbaskerville + +%package gfsporson +Provides: tex-gfsporson = %{tl_version} +License: LPPL +Summary: A Greek font, originally from Porson +Version: svn18651.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(porsonel.enc) = %{tl_version} +Provides: tex(gfsporson.map) = %{tl_version} +Provides: tex(GFSPorson.otf) = %{tl_version} +Provides: tex(gporsonrg6a.tfm) = %{tl_version} +Provides: tex(gporsonrg6r.tfm) = %{tl_version} +Provides: tex(GFSPorson-Regular.pfb) = %{tl_version} +Provides: tex(gporsonrg6a.vf) = %{tl_version} +Provides: tex(gfsporson.sty) = %{tl_version} +Provides: tex(lgrporson.fd) = %{tl_version} + +%description gfsporson +Porson is an elegant Greek font, originally cut at the turn of +the 19th Century in England. The present version has been +provided by the Greek Font Society. The font supports the Greek +alphabet only. LaTeX support is provided, using the LGR +encoding. + +date: 2008-08-19 21:00:04 +0200 + +%post gfsporson +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map gfsporson.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map gfsporson.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun gfsporson +if [ $1 == 0 ] ; then +sed -i '/^Map gfsporson.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans gfsporson +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gfsporson-doc +Summary: Documentation for gfsporson +Version: svn18651.1.01 +Release: %{tl_noarch_release} +Provides: tex-gfsporson-doc +BuildArch: noarch +AutoReqProv: No + +%description gfsporson-doc +Documentation for gfsporson + +%package greek-fontenc +Provides: tex-greek-fontenc = %{tl_version} +License: LPPL 1.3 +Summary: Encoding definition files for Greek fonts +Version: svn30541.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lgrenc.def) = %{tl_version} + +%description greek-fontenc +The package provides a successor to the LGR encoding definition +files supplied with babel, and for the file lgrxenc.def from +the lgrx bundle. The package defines LICR macros for Greek +characters, selecting pre-composed glyphs whenever possible, +and otherwise places diacritics according to established rules. + +date: 2013-05-17 00:43:35 +0200 + +%post greek-fontenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun greek-fontenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greek-fontenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package greek-fontenc-doc +Summary: Documentation for greek-fontenc +Version: svn30541.0.8 +Release: %{tl_noarch_release} +Provides: tex-greek-fontenc-doc +BuildArch: noarch +AutoReqProv: No + +%description greek-fontenc-doc +Documentation for greek-fontenc + +%package greek-inputenc +Provides: tex-greek-inputenc = %{tl_version} +License: LPPL +Summary: Greek encoding support for inputenc +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(iso-8859-7.def) = %{tl_version} +Provides: tex(macgreek.def) = %{tl_version} + +%description greek-inputenc +The bundle provides Macintosh Greek encoding and ISO 8859-7 +definition files for use with inputenc. + +date: 2008-08-21 09:38:31 +0200 + +%post greek-inputenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun greek-inputenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greek-inputenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package greek-inputenc-doc +Summary: Documentation for greek-inputenc +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-greek-inputenc-doc +BuildArch: noarch +AutoReqProv: No + +%description greek-inputenc-doc +Documentation for greek-inputenc + +%package greekdates +Provides: tex-greekdates = %{tl_version} +License: LPPL +Summary: Provides ancient Greek day and month names, dates, etc +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(greekdates.sty) = %{tl_version} + +%description greekdates +The package provides easy access to ancient Greek names of days +and months of various regions of Greece. In case the historical +information about a region is not complete, we use the Athenian +name of the month. Moreover commands and options are provided, +in order to completely switch to the "ancient way", commands +such as \today. + +date: 2008-08-21 09:38:31 +0200 + +%post greekdates +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun greekdates +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greekdates +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package greekdates-doc +Summary: Documentation for greekdates +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-greekdates-doc +BuildArch: noarch +AutoReqProv: No + +%description greekdates-doc +Documentation for greekdates + +%package greektex +Provides: tex-greektex = %{tl_version} +License: Public Domain +Summary: Fonts for typesetting Greek/English documents +Version: svn28327.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(greektex.sty) = %{tl_version} + +%description greektex +The fonts are based on Silvio Levy's classical Greek fonts; +macros and Greek hyphenation patterns for the fonts' encoding +are also provided. + +date: 2012-07-13 12:20:40 +0200 + +%post greektex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun greektex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greektex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package greektex-doc +Summary: Documentation for greektex +Version: svn28327.0 +Release: %{tl_noarch_release} +Provides: tex-greektex-doc +BuildArch: noarch +AutoReqProv: No + +%description greektex-doc +Documentation for greektex + +%package hyphen-greek +Provides: tex-hyphen-greek = %{tl_version} +License: LPPL +Summary: Modern Greek hyphenation patterns +Version: svn29725.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Provides: tex(grmhyph5.tex) = %{tl_version} +Provides: tex(grphyph5.tex) = %{tl_version} + +%description hyphen-greek +Hyphenation patterns for Modern Greek in monotonic and +polytonic spelling in LGR and UTF-8 encodings. Patterns in +UTF-8 use two code positions for each of the vowels with acute +accent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha. + +date: 2012-05-25 14:41:32 +0200 + +%post hyphen-greek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/monogreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "monogreek loadhyph-el-monoton.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/greek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "greek loadhyph-el-polyton.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=polygreek/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=polygreek" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-greek +if [ $1 == 0 ] ; then +sed -i '/monogreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/greek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=polygreek/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-greek +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-greek-doc +Summary: Documentation for hyphen-greek +Version: svn29725.5 +Release: %{tl_noarch_release} +Provides: tex-hyphen-greek-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-hyph-utf8-doc + +%description hyphen-greek-doc +Documentation for hyphen-greek + +%package hyphen-ancientgreek +Provides: tex-hyphen-ancientgreek = %{tl_version} +License: LPPL +Summary: Ancient Greek hyphenation patterns +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 +Provides: tex(grahyph5.tex) = %{tl_version} +Provides: tex(ibyhyph.tex) = %{tl_version} + +%description hyphen-ancientgreek +Hyphenation patterns for Ancient Greek in LGR and UTF-8 +encodings, including support for (obsolete) Ibycus font +encoding. Patterns in UTF-8 use two code positions for each of +the vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AE, +U+1F75 for eta. + +%post hyphen-ancientgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/ancientgreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ancientgreek loadhyph-grc.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/ibycus.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "ibycus ibyhyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-ancientgreek +if [ $1 == 0 ] ; then +sed -i '/ancientgreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/ibycus.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-ancientgreek +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ibycus-babel +Provides: tex-ibycus-babel = %{tl_version} +License: LPPL +Summary: Use the Ibycus 4 Greek font with Babel +Version: svn15878.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ibycus.ldf) = %{tl_version} +Provides: tex(lgienc.def) = %{tl_version} +Provides: tex(lgifib.fd) = %{tl_version} + +%description ibycus-babel +This package allows you to use the Ibycus 4 font for ancient +Greek with Babel. It uses a Perl script to generate hyphenation +patterns for Ibycus from those for the ordinary Babel encoding, +cbgreek. It sets up "ibycus" as a pseudo-language you can +specify in the normal Babel manner. For proper hyphenation of +Greek quoted in mid-paragraph, you should use it with elatex. +See the README for details. + +date: 2009-05-06 13:52:38 +0200 + +%post ibycus-babel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ibycus-babel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ibycus-babel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ibycus-babel-doc +Summary: Documentation for ibycus-babel +Version: svn15878.3.0 +Release: %{tl_noarch_release} +Provides: tex-ibycus-babel-doc +BuildArch: noarch +AutoReqProv: No + +%description ibycus-babel-doc +Documentation for ibycus-babel + +%package ibygrk +Provides: tex-ibygrk = %{tl_version} +License: GPL+ +Summary: Fonts and macros to typeset ancient Greek +Version: svn15878.4.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(IbycusHTG.enc) = %{tl_version} +Provides: tex(iby.map) = %{tl_version} +Provides: tex(ibycus4.map) = %{tl_version} +Provides: tex(fibb84.tfm) = %{tl_version} +Provides: tex(fibb848.tfm) = %{tl_version} +Provides: tex(fibb849.tfm) = %{tl_version} +Provides: tex(fibo84.tfm) = %{tl_version} +Provides: tex(fibo848.tfm) = %{tl_version} +Provides: tex(fibo849.tfm) = %{tl_version} +Provides: tex(fibr84.tfm) = %{tl_version} +Provides: tex(fibr848.tfm) = %{tl_version} +Provides: tex(fibr849.tfm) = %{tl_version} +Provides: tex(fibb84.pfb) = %{tl_version} +Provides: tex(fibr84.pfb) = %{tl_version} +Provides: tex(Uibycus.fd) = %{tl_version} +Provides: tex(Uibycus4.fd) = %{tl_version} +Provides: tex(iby4extr.tex) = %{tl_version} +Provides: tex(ibycus4.map) = %{tl_version} +Provides: tex(ibycus4.sty) = %{tl_version} +Provides: tex(ibycus4.tex) = %{tl_version} +Provides: tex(ibycusps.tex) = %{tl_version} +Provides: tex(psibycus.sty) = %{tl_version} +Provides: tex(pssetiby.tex) = %{tl_version} +Provides: tex(setiby4.tex) = %{tl_version} +Provides: tex(tlgsqq.tex) = %{tl_version} +Provides: tex(version4.tex) = %{tl_version} + +%description ibygrk +Ibycus is a Greek typeface, based on Silvio Levy's realisation +of a classic Didot cut of Greek type from around 1800. The +fonts are available both as MetaFont source and in Adobe Type 1 +format. This distribution of ibycus is accompanied by a set of +macro packages to use it with Plain TeX or LaTeX, but for use +with Babel, see the ibycus-babel package. + +date: 2007-07-29 11:26:52 +0200 + +%post ibygrk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap iby.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap iby.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun ibygrk +if [ $1 == 0 ] ; then +sed -i '/^MixedMap iby.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans ibygrk +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ibygrk-doc +Summary: Documentation for ibygrk +Version: svn15878.4.5 +Release: %{tl_noarch_release} +Provides: tex-ibygrk-doc +BuildArch: noarch +AutoReqProv: No + +%description ibygrk-doc +Documentation for ibygrk + +%package kerkis +Provides: tex-kerkis = %{tl_version} +License: LPPL +Summary: Kerkis (Greek) font family +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(txfonts.sty) +Provides: tex(gkerkis.enc) = %{tl_version} +Provides: tex(gkerkisc.enc) = %{tl_version} +Provides: tex(gpkerkis.enc) = %{tl_version} +Provides: tex(gpkerkisc.enc) = %{tl_version} +Provides: tex(kerkis.enc) = %{tl_version} +Provides: tex(kerkisc.enc) = %{tl_version} +Provides: tex(kerkisec.enc) = %{tl_version} +Provides: tex(kerkisecsc.enc) = %{tl_version} +Provides: tex(kmath.enc) = %{tl_version} +Provides: tex(kmex.enc) = %{tl_version} +Provides: tex(kmsym.enc) = %{tl_version} +Provides: tex(kerkis.map) = %{tl_version} +Provides: tex(ek8a.tfm) = %{tl_version} +Provides: tex(ek8r.tfm) = %{tl_version} +Provides: tex(ekb8a.tfm) = %{tl_version} +Provides: tex(ekb8r.tfm) = %{tl_version} +Provides: tex(ekbi8a.tfm) = %{tl_version} +Provides: tex(ekbi8r.tfm) = %{tl_version} +Provides: tex(ekbo8a.tfm) = %{tl_version} +Provides: tex(ekbo8r.tfm) = %{tl_version} +Provides: tex(ekbsc8a.tfm) = %{tl_version} +Provides: tex(ekbsc8r.tfm) = %{tl_version} +Provides: tex(ekbsco8a.tfm) = %{tl_version} +Provides: tex(ekbsco8r.tfm) = %{tl_version} +Provides: tex(ekbui8a.tfm) = %{tl_version} +Provides: tex(ekbui8r.tfm) = %{tl_version} +Provides: tex(ekcal8a.tfm) = %{tl_version} +Provides: tex(ekcal8r.tfm) = %{tl_version} +Provides: tex(eki8a.tfm) = %{tl_version} +Provides: tex(eki8r.tfm) = %{tl_version} +Provides: tex(eko8a.tfm) = %{tl_version} +Provides: tex(eko8r.tfm) = %{tl_version} +Provides: tex(eksb8a.tfm) = %{tl_version} +Provides: tex(eksb8r.tfm) = %{tl_version} +Provides: tex(eksbi8a.tfm) = %{tl_version} +Provides: tex(eksbi8r.tfm) = %{tl_version} +Provides: tex(eksbo8a.tfm) = %{tl_version} +Provides: tex(eksbo8r.tfm) = %{tl_version} +Provides: tex(eksbui8a.tfm) = %{tl_version} +Provides: tex(eksbui8r.tfm) = %{tl_version} +Provides: tex(eksc8a.tfm) = %{tl_version} +Provides: tex(eksc8r.tfm) = %{tl_version} +Provides: tex(eksco8a.tfm) = %{tl_version} +Provides: tex(eksco8r.tfm) = %{tl_version} +Provides: tex(eksf8a.tfm) = %{tl_version} +Provides: tex(eksf8t.tfm) = %{tl_version} +Provides: tex(eksfb8a.tfm) = %{tl_version} +Provides: tex(eksfb8t.tfm) = %{tl_version} +Provides: tex(eksfbi8a.tfm) = %{tl_version} +Provides: tex(eksfbi8t.tfm) = %{tl_version} +Provides: tex(eksfi8a.tfm) = %{tl_version} +Provides: tex(eksfi8t.tfm) = %{tl_version} +Provides: tex(eksfsc8a.tfm) = %{tl_version} +Provides: tex(eksfsc8t.tfm) = %{tl_version} +Provides: tex(ekui8a.tfm) = %{tl_version} +Provides: tex(ekui8r.tfm) = %{tl_version} +Provides: tex(gk7a.tfm) = %{tl_version} +Provides: tex(gk7t.tfm) = %{tl_version} +Provides: tex(gkb7a.tfm) = %{tl_version} +Provides: tex(gkb7t.tfm) = %{tl_version} +Provides: tex(gkbi7a.tfm) = %{tl_version} +Provides: tex(gkbi7t.tfm) = %{tl_version} +Provides: tex(gkbo7a.tfm) = %{tl_version} +Provides: tex(gkbo7t.tfm) = %{tl_version} +Provides: tex(gkbsc8a.tfm) = %{tl_version} +Provides: tex(gkbsc8r.tfm) = %{tl_version} +Provides: tex(gkbsco8a.tfm) = %{tl_version} +Provides: tex(gkbsco8r.tfm) = %{tl_version} +Provides: tex(gkbui7a.tfm) = %{tl_version} +Provides: tex(gkbui7t.tfm) = %{tl_version} +Provides: tex(gkcal7a.tfm) = %{tl_version} +Provides: tex(gkcal7t.tfm) = %{tl_version} +Provides: tex(gki7a.tfm) = %{tl_version} +Provides: tex(gki7t.tfm) = %{tl_version} +Provides: tex(gko7a.tfm) = %{tl_version} +Provides: tex(gko7t.tfm) = %{tl_version} +Provides: tex(gksb7a.tfm) = %{tl_version} +Provides: tex(gksb7t.tfm) = %{tl_version} +Provides: tex(gksbi7a.tfm) = %{tl_version} +Provides: tex(gksbi7t.tfm) = %{tl_version} +Provides: tex(gksbo7a.tfm) = %{tl_version} +Provides: tex(gksbo7t.tfm) = %{tl_version} +Provides: tex(gksbui7a.tfm) = %{tl_version} +Provides: tex(gksbui7t.tfm) = %{tl_version} +Provides: tex(gksc7a.tfm) = %{tl_version} +Provides: tex(gksc7t.tfm) = %{tl_version} +Provides: tex(gksco7a.tfm) = %{tl_version} +Provides: tex(gksco7t.tfm) = %{tl_version} +Provides: tex(gksf7a.tfm) = %{tl_version} +Provides: tex(gksf7t.tfm) = %{tl_version} +Provides: tex(gksfb7a.tfm) = %{tl_version} +Provides: tex(gksfb7t.tfm) = %{tl_version} +Provides: tex(gksfbi7a.tfm) = %{tl_version} +Provides: tex(gksfbi7t.tfm) = %{tl_version} +Provides: tex(gksfi7a.tfm) = %{tl_version} +Provides: tex(gksfi7t.tfm) = %{tl_version} +Provides: tex(gksfsc7a.tfm) = %{tl_version} +Provides: tex(gksfsc7t.tfm) = %{tl_version} +Provides: tex(gkui7a.tfm) = %{tl_version} +Provides: tex(gkui7t.tfm) = %{tl_version} +Provides: tex(k8a.tfm) = %{tl_version} +Provides: tex(k8r.tfm) = %{tl_version} +Provides: tex(kb8a.tfm) = %{tl_version} +Provides: tex(kb8r.tfm) = %{tl_version} +Provides: tex(kbi8a.tfm) = %{tl_version} +Provides: tex(kbi8r.tfm) = %{tl_version} +Provides: tex(kbo8a.tfm) = %{tl_version} +Provides: tex(kbo8r.tfm) = %{tl_version} +Provides: tex(kbsc8a.tfm) = %{tl_version} +Provides: tex(kbsc8r.tfm) = %{tl_version} +Provides: tex(kbsco8a.tfm) = %{tl_version} +Provides: tex(kbsco8r.tfm) = %{tl_version} +Provides: tex(kbui8a.tfm) = %{tl_version} +Provides: tex(kbui8r.tfm) = %{tl_version} +Provides: tex(kcal8a.tfm) = %{tl_version} +Provides: tex(kcal8r.tfm) = %{tl_version} +Provides: tex(ki8a.tfm) = %{tl_version} +Provides: tex(ki8r.tfm) = %{tl_version} +Provides: tex(kmath8a.tfm) = %{tl_version} +Provides: tex(kmath8r.tfm) = %{tl_version} +Provides: tex(ko8a.tfm) = %{tl_version} +Provides: tex(ko8r.tfm) = %{tl_version} +Provides: tex(ksb8a.tfm) = %{tl_version} +Provides: tex(ksb8r.tfm) = %{tl_version} +Provides: tex(ksbi8a.tfm) = %{tl_version} +Provides: tex(ksbi8r.tfm) = %{tl_version} +Provides: tex(ksbo8a.tfm) = %{tl_version} +Provides: tex(ksbo8r.tfm) = %{tl_version} +Provides: tex(ksbui8a.tfm) = %{tl_version} +Provides: tex(ksbui8r.tfm) = %{tl_version} +Provides: tex(ksc8a.tfm) = %{tl_version} +Provides: tex(ksc8r.tfm) = %{tl_version} +Provides: tex(ksco8a.tfm) = %{tl_version} +Provides: tex(ksco8r.tfm) = %{tl_version} +Provides: tex(ksf8a.tfm) = %{tl_version} +Provides: tex(ksf8t.tfm) = %{tl_version} +Provides: tex(ksfb8a.tfm) = %{tl_version} +Provides: tex(ksfb8t.tfm) = %{tl_version} +Provides: tex(ksfbi8a.tfm) = %{tl_version} +Provides: tex(ksfbi8t.tfm) = %{tl_version} +Provides: tex(ksfi8a.tfm) = %{tl_version} +Provides: tex(ksfi8t.tfm) = %{tl_version} +Provides: tex(ksfsc8a.tfm) = %{tl_version} +Provides: tex(ksfsc8t.tfm) = %{tl_version} +Provides: tex(ktsy8a.tfm) = %{tl_version} +Provides: tex(ktsy8r.tfm) = %{tl_version} +Provides: tex(kui8a.tfm) = %{tl_version} +Provides: tex(kui8r.tfm) = %{tl_version} +Provides: tex(Kerkis-Bold.pfb) = %{tl_version} +Provides: tex(Kerkis-BoldItalic.pfb) = %{tl_version} +Provides: tex(Kerkis-BoldSmallCaps.pfb) = %{tl_version} +Provides: tex(Kerkis-Calligraphic.pfb) = %{tl_version} +Provides: tex(Kerkis-Italic.pfb) = %{tl_version} +Provides: tex(Kerkis-SemiBold-Italic.pfb) = %{tl_version} +Provides: tex(Kerkis-SemiBold.pfb) = %{tl_version} +Provides: tex(Kerkis-SmallCaps.pfb) = %{tl_version} +Provides: tex(Kerkis.pfb) = %{tl_version} +Provides: tex(KerkisSans-Bold.pfb) = %{tl_version} +Provides: tex(KerkisSans-BoldItalic.pfb) = %{tl_version} +Provides: tex(KerkisSans-Italic.pfb) = %{tl_version} +Provides: tex(KerkisSans-SmallCaps.pfb) = %{tl_version} +Provides: tex(KerkisSans.pfb) = %{tl_version} +Provides: tex(ktsy.pfb) = %{tl_version} +Provides: tex(ek8a.vf) = %{tl_version} +Provides: tex(ekb8a.vf) = %{tl_version} +Provides: tex(ekbi8a.vf) = %{tl_version} +Provides: tex(ekbo8a.vf) = %{tl_version} +Provides: tex(ekbsc8a.vf) = %{tl_version} +Provides: tex(ekbsco8a.vf) = %{tl_version} +Provides: tex(ekbui8a.vf) = %{tl_version} +Provides: tex(ekcal8a.vf) = %{tl_version} +Provides: tex(eki8a.vf) = %{tl_version} +Provides: tex(eko8a.vf) = %{tl_version} +Provides: tex(eksb8a.vf) = %{tl_version} +Provides: tex(eksbi8a.vf) = %{tl_version} +Provides: tex(eksbo8a.vf) = %{tl_version} +Provides: tex(eksbui8a.vf) = %{tl_version} +Provides: tex(eksc8a.vf) = %{tl_version} +Provides: tex(eksco8a.vf) = %{tl_version} +Provides: tex(eksf8t.vf) = %{tl_version} +Provides: tex(eksfb8t.vf) = %{tl_version} +Provides: tex(eksfbi8t.vf) = %{tl_version} +Provides: tex(eksfi8t.vf) = %{tl_version} +Provides: tex(eksfsc8t.vf) = %{tl_version} +Provides: tex(ekui8a.vf) = %{tl_version} +Provides: tex(gk7t.vf) = %{tl_version} +Provides: tex(gkb7t.vf) = %{tl_version} +Provides: tex(gkbi7t.vf) = %{tl_version} +Provides: tex(gkbo7t.vf) = %{tl_version} +Provides: tex(gkbsc8a.vf) = %{tl_version} +Provides: tex(gkbsco8a.vf) = %{tl_version} +Provides: tex(gkbui7t.vf) = %{tl_version} +Provides: tex(gkcal7t.vf) = %{tl_version} +Provides: tex(gki7t.vf) = %{tl_version} +Provides: tex(gko7t.vf) = %{tl_version} +Provides: tex(gksb7t.vf) = %{tl_version} +Provides: tex(gksbi7t.vf) = %{tl_version} +Provides: tex(gksbo7t.vf) = %{tl_version} +Provides: tex(gksbui7t.vf) = %{tl_version} +Provides: tex(gksc7t.vf) = %{tl_version} +Provides: tex(gksco7t.vf) = %{tl_version} +Provides: tex(gksf7t.vf) = %{tl_version} +Provides: tex(gksfb7t.vf) = %{tl_version} +Provides: tex(gksfbi7t.vf) = %{tl_version} +Provides: tex(gksfi7t.vf) = %{tl_version} +Provides: tex(gksfsc7t.vf) = %{tl_version} +Provides: tex(gkui7t.vf) = %{tl_version} +Provides: tex(k8a.vf) = %{tl_version} +Provides: tex(kb8a.vf) = %{tl_version} +Provides: tex(kbi8a.vf) = %{tl_version} +Provides: tex(kbo8a.vf) = %{tl_version} +Provides: tex(kbsc8a.vf) = %{tl_version} +Provides: tex(kbsco8a.vf) = %{tl_version} +Provides: tex(kbui8a.vf) = %{tl_version} +Provides: tex(kcal8a.vf) = %{tl_version} +Provides: tex(ki8a.vf) = %{tl_version} +Provides: tex(kmath8a.vf) = %{tl_version} +Provides: tex(ko8a.vf) = %{tl_version} +Provides: tex(ksb8a.vf) = %{tl_version} +Provides: tex(ksbi8a.vf) = %{tl_version} +Provides: tex(ksbo8a.vf) = %{tl_version} +Provides: tex(ksbui8a.vf) = %{tl_version} +Provides: tex(ksc8a.vf) = %{tl_version} +Provides: tex(ksco8a.vf) = %{tl_version} +Provides: tex(ksf8t.vf) = %{tl_version} +Provides: tex(ksfb8t.vf) = %{tl_version} +Provides: tex(ksfbi8t.vf) = %{tl_version} +Provides: tex(ksfi8t.vf) = %{tl_version} +Provides: tex(ksfsc8t.vf) = %{tl_version} +Provides: tex(ktsy8a.vf) = %{tl_version} +Provides: tex(kui8a.vf) = %{tl_version} +Provides: tex(kerkis.sty) = %{tl_version} +Provides: tex(kmath.sty) = %{tl_version} +Provides: tex(lgrkfn.fd) = %{tl_version} +Provides: tex(lgrmak.fd) = %{tl_version} +Provides: tex(lgrmaksf.fd) = %{tl_version} +Provides: tex(omlmak.fd) = %{tl_version} +Provides: tex(omsmak.fd) = %{tl_version} +Provides: tex(ot1kfn.fd) = %{tl_version} +Provides: tex(ot1mak.fd) = %{tl_version} +Provides: tex(ot1maksf.fd) = %{tl_version} +Provides: tex(t1mak.fd) = %{tl_version} +Provides: tex(t1maksf.fd) = %{tl_version} +Obsoletes: tex-kerkis < %{tl_version} + +%description 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 (the URW fonts are duplicated in the +distribution). 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: 2009-01-15 17:16:29 +0100 + +%post kerkis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map kerkis.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map kerkis.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun kerkis +if [ $1 == 0 ] ; then +sed -i '/^Map kerkis.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans kerkis +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kerkis-doc +Summary: Documentation for kerkis +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-kerkis-doc +BuildArch: noarch +AutoReqProv: No + +%description kerkis-doc +Documentation for kerkis + +%package levy +Provides: tex-levy = %{tl_version} +License: GPLv2+ +Summary: Fonts for typesetting classical greek +Version: svn21750.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(grbld10.tfm) = %{tl_version} +Provides: tex(grbld8.tfm) = %{tl_version} +Provides: tex(grbld9.tfm) = %{tl_version} +Provides: tex(grreg10.tfm) = %{tl_version} +Provides: tex(grreg8.tfm) = %{tl_version} +Provides: tex(grreg9.tfm) = %{tl_version} +Provides: tex(greekmacros.tex) = %{tl_version} +Provides: tex(slgreek.sty) = %{tl_version} + +%description levy +These fonts are derivatives of Kunth's CM fonts. Macros for use +with Plain TeX are included in the package; for use with LaTeX, +see lgreek (with English documentation) or levy (with German +documentation). + +date: 2011-03-16 12:04:55 +0100 + +%post levy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun levy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans levy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package levy-doc +Summary: Documentation for levy +Version: svn21750.0 +Release: %{tl_noarch_release} +Provides: tex-levy-doc +BuildArch: noarch +AutoReqProv: No + +%description levy-doc +Documentation for levy + +%package lgreek +Provides: tex-lgreek = %{tl_version} +License: GPLv2+ +Summary: LaTeX macros for using Silvio Levy's Greek fonts +Version: svn21818.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(LGcmr.fd) = %{tl_version} +Provides: tex(LGcmtt.fd) = %{tl_version} +Provides: tex(LGenc.def) = %{tl_version} +Provides: tex(lgreek.sty) = %{tl_version} + +%description lgreek +A conversion of Silvio Levy's Plain TeX macros for use with +LaTeX. + +date: 2011-03-14 20:27:38 +0100 + +%post lgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lgreek-doc +Summary: Documentation for lgreek +Version: svn21818.0 +Release: %{tl_noarch_release} +Provides: tex-lgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description lgreek-doc +Documentation for lgreek + +%package lgrx +Provides: tex-lgrx = %{tl_version} +License: LPPL 1.3 +Summary: Greek text with the LGR font encoding +Version: svn30320.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fixltx2e.sty) +Provides: tex(alphabeta.sty) = %{tl_version} +Provides: tex(lgrxenc.def) = %{tl_version} +Provides: tex(textalpha.sty) = %{tl_version} + +%description lgrx +The LGRx bundle provides packages and definitions for +typesetting Greek text with fonts in the LGR encoding, the de- +facto standard set by babel. It includes a comprehensive font +definition file, support for Unicode input and macros for Greek +letters in non-Greek text. + +date: 2013-05-07 20:01:57 +0200 + +%post lgrx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lgrx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lgrx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lgrx-doc +Summary: Documentation for lgrx +Version: svn30320.0.7 +Release: %{tl_noarch_release} +Provides: tex-lgrx-doc +BuildArch: noarch +AutoReqProv: No + +%description lgrx-doc +Documentation for lgrx + +%package mkgrkindex +Provides: tex-mkgrkindex = %{tl_version} +License: LPPL +Summary: Makeindex working with Greek +Version: svn26313.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-mkgrkindex-bin + +%description mkgrkindex +Makeindex is resolutely stuck with Latin-based alphabets, so +will not deal with Greek indexes, unaided. This package +provides a Perl script that will transmute the index of a Greek +document in such a way that makeindex will sort the entries +according to the rules of the Greek alphabet. + +date: 2010-10-24 16:36:36 +0200 + +%post mkgrkindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mkgrkindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkgrkindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mkgrkindex-doc +Summary: Documentation for mkgrkindex +Version: svn26313.2.0 +Release: %{tl_noarch_release} +Provides: tex-mkgrkindex-doc +BuildArch: noarch +AutoReqProv: No + +%description mkgrkindex-doc +Documentation for mkgrkindex + +%package mkgrkindex-bin +Summary: Binaries for mkgrkindex +Version: svn14428.0 +Requires: texlive-base +Requires: tex-mkgrkindex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mkgrkindex-bin +Binaries for mkgrkindex + +%package teubner +Provides: tex-teubner = %{tl_version} +License: LPPL +Summary: Philological typesetting of classical Greek +Version: svn30045.3.4a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(type1ec.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Requires: tex(exscale.sty) +Requires: tex(trace.sty) +Provides: tex(LGRaccents-glyphs.def) = %{tl_version} +Provides: tex(teubner.sty) = %{tl_version} +Provides: tex(teubnertx.sty) = %{tl_version} + +%description teubner +An extension to babel greek option for typesetting classical +Greek with a philological approach. The package works with the +author's greek fonts using the 'Lispiakos' font shape derived +from that of the fonts used in printers' shops in Lispia. The +package name honours the publisher B.G. Teubner +Verlaggesellschaft whose Greek text publications are of high +quality. + +date: 2013-04-19 12:28:30 +0200 + +%post teubner +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun teubner +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans teubner +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package teubner-doc +Summary: Documentation for teubner +Version: svn30045.3.4a +Release: %{tl_noarch_release} +Provides: tex-teubner-doc +BuildArch: noarch +AutoReqProv: No + +%description teubner-doc +Documentation for teubner + +%package xgreek +Provides: tex-xgreek = %{tl_version} +License: LPPL +Summary: XeLaTeX package for typesetting Greek language documents (beta release) +Version: svn25876.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xgreek.sty) = %{tl_version} + +%description xgreek +This package has been designed so to allow people to typeset +Greek language documents using XeLaTeX. And it is released in +the hope that people will use it and spot errors, bugs, +features so to improve it. Practically, it provides all the +capabilities of the greek option of the babel package. The +package can be invoked with any of the following options: +monotonic (for typesetting modern monotonic Greek), polytonic +(for typesetting modern polytonic Greek), and ancient (for +typesetting ancient texts). The default option is monotonic. +The command \setlanguage{<lang>} to activate the hyphenation +patterns of the language <lang> This, however, can be done only +if the format file has not been built with the babel mechanism. + +date: 2012-04-08 19:39:35 +0200 + +%post xgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xgreek-doc +Summary: Documentation for xgreek +Version: svn25876.2.4 +Release: %{tl_noarch_release} +Provides: tex-xgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description xgreek-doc +Documentation for xgreek + +%package yannisgr +Provides: tex-yannisgr = %{tl_version} +License: GPLv2+ +Summary: Greek fonts by Yannis Haralambous +Version: svn22613.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mrgrbf10.tfm) = %{tl_version} +Provides: tex(mrgrrg10.tfm) = %{tl_version} +Provides: tex(mrgrsl10.tfm) = %{tl_version} +Provides: tex(mrgrti10.tfm) = %{tl_version} +Provides: tex(rgrbf10.tfm) = %{tl_version} +Provides: tex(rgrrg10.tfm) = %{tl_version} +Provides: tex(rgrsc10.tfm) = %{tl_version} +Provides: tex(rgrsl10.tfm) = %{tl_version} +Provides: tex(rgrti10.tfm) = %{tl_version} + +%description yannisgr +A family of 7-bit fonts with a code table designed for setting +modern polytonic Greek. The fonts are provided as Metafont +source; macros to produce a Greek variant of Plain TeX +(including a hyphenation table adapted to the fonts' code +table) are provided. + +date: 2011-05-22 00:38:15 +0200 + +%post yannisgr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yannisgr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yannisgr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yannisgr-doc +Summary: Documentation for yannisgr +Version: svn22613.0 +Release: %{tl_noarch_release} +Provides: tex-yannisgr-doc +BuildArch: noarch +AutoReqProv: No + +%description yannisgr-doc +Documentation for yannisgr + +%package collection-langindic +Summary: Indic scripts +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-bangtex +Requires: tex-bengali +Requires: tex-burmese +Requires: tex-devnag +Requires: tex-ebong +Requires: tex-hyphen-indic +Requires: tex-hyphen-sanskrit +Requires: tex-sanskrit +Requires: tex-velthuis +Requires: tex-wnri +Requires: tex-wnri-latex +Requires: tex-xetex-devanagari + +%description collection-langindic +Support for Indic scripts. + +%package devnag +Provides: tex-devnag = %{tl_version} +License: GPL+ +Summary: Typeset Devanagari +Version: svn26313.2.15.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-devnag-bin + +%description devnag +Frans Velthuis' preprocessor for Devanagari text, and fonts and +macros to use when typesetting the processed text. The macros +provide features that support Sanskrit, Hindi, Marathi, Nepali, +and other languages typically printed in the Devanagari script. +The fonts are available both in Metafont and Type 1 format. + +date: 2012-05-07 21:56:17 +0200 + +%package devnag-bin +Summary: Binaries for devnag +Version: svn30088.0 +Requires: texlive-base +Requires: tex-devnag +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description devnag-bin +Binaries for devnag + +%package ebong +Provides: tex-ebong = %{tl_version} +License: Public Domain +Summary: Utility for writing Bengali in Rapid Roman Format +Version: svn26313.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ebong-bin + +%description ebong +A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the +bengali langauage. It allows one to write the text in Rapid +Roman Bangla and convert it to the bangtex format by a python +program. All LaTeX markups are preserved in the target file. + +date: 2012-05-07 23:49:19 +0200 + +%post ebong +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ebong +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebong +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ebong-doc +Summary: Documentation for ebong +Version: svn26313.0 +Release: %{tl_noarch_release} +Provides: tex-ebong-doc +BuildArch: noarch +AutoReqProv: No + +%description ebong-doc +Documentation for ebong + +%package ebong-bin +Summary: Binaries for ebong +Version: svn21000.0 +Requires: texlive-base +Requires: tex-ebong +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ebong-bin +Binaries for ebong + +%package hyphen-indic +Provides: tex-hyphen-indic = %{tl_version} +License: LPPL +Summary: Indic hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-indic +Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi, +Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu +for Unicode engines. + +%post hyphen-indic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/assamese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "assamese loadhyph-as.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/bengali.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "bengali loadhyph-bn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/gujarati.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "gujarati loadhyph-gu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/hindi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "hindi loadhyph-hi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{hindi}{loadhyph-hi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/kannada.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "kannada loadhyph-kn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{kannada}{loadhyph-kn.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/malayalam.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "malayalam loadhyph-ml.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{malayalam}{loadhyph-ml.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/marathi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "marathi loadhyph-mr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{marathi}{loadhyph-mr.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/oriya.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "oriya loadhyph-or.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{oriya}{loadhyph-or.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/panjabi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "panjabi loadhyph-pa.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{panjabi}{loadhyph-pa.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/tamil.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "tamil loadhyph-ta.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/telugu.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "telugu loadhyph-te.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{telugu}{loadhyph-te.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-indic +if [ $1 == 0 ] ; then +sed -i '/assamese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/bengali.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/gujarati.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/hindi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/kannada.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/malayalam.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/marathi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/oriya.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/panjabi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/tamil.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/telugu.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-indic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-sanskrit +Provides: tex-hyphen-sanskrit = %{tl_version} +License: LPPL +Summary: Sanskrit hyphenation patterns +Version: svn28522.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-sanskrit +Hyphenation patterns for Sanskrit and Prakrit in +transliteration, and in Devanagari, Bengali, Kannada, Malayalam +and Telugu scripts for Unicode engines. + +%post hyphen-sanskrit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/sanskrit.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "sanskrit loadhyph-sa.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-sanskrit +if [ $1 == 0 ] ; then +sed -i '/sanskrit.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-sanskrit +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sanskrit +Provides: tex-sanskrit = %{tl_version} +License: LPPL +Summary: Sanskrit support +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(relsize.sty) +Requires: tex(ifthen.sty) +Provides: tex(skt.map) = %{tl_version} +Provides: tex(skt10.tfm) = %{tl_version} +Provides: tex(skt8.tfm) = %{tl_version} +Provides: tex(skt9.tfm) = %{tl_version} +Provides: tex(sktb10.tfm) = %{tl_version} +Provides: tex(sktbs10.tfm) = %{tl_version} +Provides: tex(sktf10.tfm) = %{tl_version} +Provides: tex(sktfs10.tfm) = %{tl_version} +Provides: tex(skts10.tfm) = %{tl_version} +Provides: tex(skt10.pfb) = %{tl_version} +Provides: tex(skt8.pfb) = %{tl_version} +Provides: tex(skt9.pfb) = %{tl_version} +Provides: tex(sktb10.pfb) = %{tl_version} +Provides: tex(sktbs10.pfb) = %{tl_version} +Provides: tex(sktf10.pfb) = %{tl_version} +Provides: tex(sktfs10.pfb) = %{tl_version} +Provides: tex(skts10.pfb) = %{tl_version} +Provides: tex(ot1skt.fd) = %{tl_version} +Provides: tex(skt.sty) = %{tl_version} + +%description sanskrit +A font and pre-processor suitable for the production of +documents written in Sanskrit. Type 1 versions of the fonts are +available. + +date: 2007-01-14 10:43:12 +0100 + +%post sanskrit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map skt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map skt.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun sanskrit +if [ $1 == 0 ] ; then +sed -i '/^Map skt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans sanskrit +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sanskrit-doc +Summary: Documentation for sanskrit +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-sanskrit-doc +BuildArch: noarch +AutoReqProv: No + +%description sanskrit-doc +Documentation for sanskrit + +%package velthuis +Provides: tex-velthuis = %{tl_version} +License: GPL+ +Summary: Typeset Devanagari +Version: svn23224.2.15.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-xetex-devanagari +Requires: tex(hindicaptions.sty) +Requires: tex(cite.sty) +Requires: tex(ifxetex.sty) +Provides: tex(dvng.map) = %{tl_version} +Provides: tex(dvnb10.tfm) = %{tl_version} +Provides: tex(dvnb8.tfm) = %{tl_version} +Provides: tex(dvnb9.tfm) = %{tl_version} +Provides: tex(dvnbb10.tfm) = %{tl_version} +Provides: tex(dvnbb8.tfm) = %{tl_version} +Provides: tex(dvnbb9.tfm) = %{tl_version} +Provides: tex(dvnbbi10.tfm) = %{tl_version} +Provides: tex(dvnbbi8.tfm) = %{tl_version} +Provides: tex(dvnbbi9.tfm) = %{tl_version} +Provides: tex(dvnbi10.tfm) = %{tl_version} +Provides: tex(dvnbi8.tfm) = %{tl_version} +Provides: tex(dvnbi9.tfm) = %{tl_version} +Provides: tex(dvnc10.tfm) = %{tl_version} +Provides: tex(dvnc8.tfm) = %{tl_version} +Provides: tex(dvnc9.tfm) = %{tl_version} +Provides: tex(dvncb10.tfm) = %{tl_version} +Provides: tex(dvncb8.tfm) = %{tl_version} +Provides: tex(dvncb9.tfm) = %{tl_version} +Provides: tex(dvncbi10.tfm) = %{tl_version} +Provides: tex(dvncbi8.tfm) = %{tl_version} +Provides: tex(dvncbi9.tfm) = %{tl_version} +Provides: tex(dvnci10.tfm) = %{tl_version} +Provides: tex(dvnci8.tfm) = %{tl_version} +Provides: tex(dvnci9.tfm) = %{tl_version} +Provides: tex(dvng10.tfm) = %{tl_version} +Provides: tex(dvng8.tfm) = %{tl_version} +Provides: tex(dvng9.tfm) = %{tl_version} +Provides: tex(dvngb10.tfm) = %{tl_version} +Provides: tex(dvngb8.tfm) = %{tl_version} +Provides: tex(dvngb9.tfm) = %{tl_version} +Provides: tex(dvngbi10.tfm) = %{tl_version} +Provides: tex(dvngbi8.tfm) = %{tl_version} +Provides: tex(dvngbi9.tfm) = %{tl_version} +Provides: tex(dvngi10.tfm) = %{tl_version} +Provides: tex(dvngi8.tfm) = %{tl_version} +Provides: tex(dvngi9.tfm) = %{tl_version} +Provides: tex(dvnn10.tfm) = %{tl_version} +Provides: tex(dvnn8.tfm) = %{tl_version} +Provides: tex(dvnn9.tfm) = %{tl_version} +Provides: tex(dvnnb10.tfm) = %{tl_version} +Provides: tex(dvnnb8.tfm) = %{tl_version} +Provides: tex(dvnnb9.tfm) = %{tl_version} +Provides: tex(dvnnbi10.tfm) = %{tl_version} +Provides: tex(dvnnbi8.tfm) = %{tl_version} +Provides: tex(dvnnbi9.tfm) = %{tl_version} +Provides: tex(dvnni10.tfm) = %{tl_version} +Provides: tex(dvnni8.tfm) = %{tl_version} +Provides: tex(dvnni9.tfm) = %{tl_version} +Provides: tex(dvpb10.tfm) = %{tl_version} +Provides: tex(dvpb8.tfm) = %{tl_version} +Provides: tex(dvpb9.tfm) = %{tl_version} +Provides: tex(dvpc10.tfm) = %{tl_version} +Provides: tex(dvpc8.tfm) = %{tl_version} +Provides: tex(dvpc9.tfm) = %{tl_version} +Provides: tex(dvpn10.tfm) = %{tl_version} +Provides: tex(dvpn8.tfm) = %{tl_version} +Provides: tex(dvpn9.tfm) = %{tl_version} +Provides: tex(dvpnn10.tfm) = %{tl_version} +Provides: tex(dvpnn8.tfm) = %{tl_version} +Provides: tex(dvpnn9.tfm) = %{tl_version} +Provides: tex(dvnb10.pfb) = %{tl_version} +Provides: tex(dvnb8.pfb) = %{tl_version} +Provides: tex(dvnb9.pfb) = %{tl_version} +Provides: tex(dvnbb10.pfb) = %{tl_version} +Provides: tex(dvnbb8.pfb) = %{tl_version} +Provides: tex(dvnbb9.pfb) = %{tl_version} +Provides: tex(dvnbbi10.pfb) = %{tl_version} +Provides: tex(dvnbbi8.pfb) = %{tl_version} +Provides: tex(dvnbbi9.pfb) = %{tl_version} +Provides: tex(dvnbi10.pfb) = %{tl_version} +Provides: tex(dvnbi8.pfb) = %{tl_version} +Provides: tex(dvnbi9.pfb) = %{tl_version} +Provides: tex(dvnc10.pfb) = %{tl_version} +Provides: tex(dvnc8.pfb) = %{tl_version} +Provides: tex(dvnc9.pfb) = %{tl_version} +Provides: tex(dvncb10.pfb) = %{tl_version} +Provides: tex(dvncb8.pfb) = %{tl_version} +Provides: tex(dvncb9.pfb) = %{tl_version} +Provides: tex(dvncbi10.pfb) = %{tl_version} +Provides: tex(dvncbi8.pfb) = %{tl_version} +Provides: tex(dvncbi9.pfb) = %{tl_version} +Provides: tex(dvnci10.pfb) = %{tl_version} +Provides: tex(dvnci8.pfb) = %{tl_version} +Provides: tex(dvnci9.pfb) = %{tl_version} +Provides: tex(dvng10.pfb) = %{tl_version} +Provides: tex(dvng8.pfb) = %{tl_version} +Provides: tex(dvng9.pfb) = %{tl_version} +Provides: tex(dvngb10.pfb) = %{tl_version} +Provides: tex(dvngb8.pfb) = %{tl_version} +Provides: tex(dvngb9.pfb) = %{tl_version} +Provides: tex(dvngbi10.pfb) = %{tl_version} +Provides: tex(dvngbi8.pfb) = %{tl_version} +Provides: tex(dvngbi9.pfb) = %{tl_version} +Provides: tex(dvngi10.pfb) = %{tl_version} +Provides: tex(dvngi8.pfb) = %{tl_version} +Provides: tex(dvngi9.pfb) = %{tl_version} +Provides: tex(dvnn10.pfb) = %{tl_version} +Provides: tex(dvnn8.pfb) = %{tl_version} +Provides: tex(dvnn9.pfb) = %{tl_version} +Provides: tex(dvnnb10.pfb) = %{tl_version} +Provides: tex(dvnnb8.pfb) = %{tl_version} +Provides: tex(dvnnb9.pfb) = %{tl_version} +Provides: tex(dvnnbi10.pfb) = %{tl_version} +Provides: tex(dvnnbi8.pfb) = %{tl_version} +Provides: tex(dvnnbi9.pfb) = %{tl_version} +Provides: tex(dvnni10.pfb) = %{tl_version} +Provides: tex(dvnni8.pfb) = %{tl_version} +Provides: tex(dvnni9.pfb) = %{tl_version} +Provides: tex(dvpb10.pfb) = %{tl_version} +Provides: tex(dvpb8.pfb) = %{tl_version} +Provides: tex(dvpb9.pfb) = %{tl_version} +Provides: tex(dvpc10.pfb) = %{tl_version} +Provides: tex(dvpc8.pfb) = %{tl_version} +Provides: tex(dvpc9.pfb) = %{tl_version} +Provides: tex(dvpn10.pfb) = %{tl_version} +Provides: tex(dvpn8.pfb) = %{tl_version} +Provides: tex(dvpn9.pfb) = %{tl_version} +Provides: tex(dvpnn10.pfb) = %{tl_version} +Provides: tex(dvpnn8.pfb) = %{tl_version} +Provides: tex(dvpnn9.pfb) = %{tl_version} +Provides: tex(hindi.ldf) = %{tl_version} +Provides: tex(hindi.sty) = %{tl_version} +Provides: tex(dev.sty) = %{tl_version} +Provides: tex(dev209.sty) = %{tl_version} +Provides: tex(devanagari.sty) = %{tl_version} +Provides: tex(dvngcite.sty) = %{tl_version} +Provides: tex(udn.fd) = %{tl_version} +Provides: tex(udnb.fd) = %{tl_version} +Provides: tex(udnc.fd) = %{tl_version} +Provides: tex(udnn.fd) = %{tl_version} +Provides: tex(udnp.fd) = %{tl_version} +Provides: tex(udnpb.fd) = %{tl_version} +Provides: tex(udnpc.fd) = %{tl_version} +Provides: tex(udnpn.fd) = %{tl_version} +Provides: tex(dnmacs.tex) = %{tl_version} +Provides: tex(hindicaptions.sty) = %{tl_version} + +%description velthuis +Frans Velthuis' preprocessor for Devanagari text, and fonts and +macros to use when typesetting the processed text. The macros +provide features that support Sanskrit, Hindi, Marathi, Nepali, +and other languages typically printed in the Devanagari script. +The fonts are available both in Metafont and Type 1 format. + +date: 2011-07-25 14:21:08 +0200 + +%post velthuis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap dvng.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap dvng.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun velthuis +if [ $1 == 0 ] ; then +sed -i '/^MixedMap dvng.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans velthuis +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package velthuis-doc +Summary: Documentation for velthuis +Version: svn23224.2.15.1 +Release: %{tl_noarch_release} +Provides: tex-velthuis-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-xetex-devanagari-doc + +%description velthuis-doc +Documentation for velthuis + +%package xetex-devanagari +Provides: tex-xetex-devanagari = %{tl_version} +License: LPPL +Summary: XeTeX input map for Unicode Devanagari +Version: svn23223.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(devanagarinumerals.map) = %{tl_version} +Provides: tex(harvardkyoto.map) = %{tl_version} +Provides: tex(iast.map) = %{tl_version} +Provides: tex(velthuis-sanskrit.map) = %{tl_version} +Provides: tex(velthuis.map) = %{tl_version} + +%description xetex-devanagari +The package provides a map for use with Jonathan Kew's TECkit, +to translate Devanagari (encoded according to the Harvard/Kyoto +convention) to Unicode (range 0900-097F). + +date: 2011-07-22 07:52:25 +0200 + +%post xetex-devanagari +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetex-devanagari +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-devanagari +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-devanagari-doc +Summary: Documentation for xetex-devanagari +Version: svn23223.0.4 +Release: %{tl_noarch_release} +Provides: tex-xetex-devanagari-doc +BuildArch: noarch +AutoReqProv: No + +%description xetex-devanagari-doc +Documentation for xetex-devanagari + +%package wnri +Provides: tex-wnri = %{tl_version} +License: GPL+ +Summary: Ridgeway's fonts +Version: svn22459.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(wnindic.map) = %{tl_version} +Provides: tex(wnrib10.tfm) = %{tl_version} +Provides: tex(wnrib8.tfm) = %{tl_version} +Provides: tex(wnribi10.tfm) = %{tl_version} +Provides: tex(wnrii10.tfm) = %{tl_version} +Provides: tex(wnrii8.tfm) = %{tl_version} +Provides: tex(wnrir10.tfm) = %{tl_version} +Provides: tex(wnrir8.tfm) = %{tl_version} +Provides: tex(wnris10.tfm) = %{tl_version} +Provides: tex(wnris8.tfm) = %{tl_version} +Provides: tex(wnrit10.tfm) = %{tl_version} +Provides: tex(wnrit8.tfm) = %{tl_version} + +%description wnri +Fonts (as Metafont source) for Old English, Indic languages in +Roman transliteration and Puget Salish (Lushootseed) and other +Native American languages. + +date: 2011-05-06 00:38:04 +0200 + +%post wnri +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wnri +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wnri +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wnri-doc +Summary: Documentation for wnri +Version: svn22459.0 +Release: %{tl_noarch_release} +Provides: tex-wnri-doc +BuildArch: noarch +AutoReqProv: No + +%description wnri-doc +Documentation for wnri + +%package wnri-latex +Provides: tex-wnri-latex = %{tl_version} +License: GPLv2+ +Summary: LaTeX support for wnri fonts +Version: svn22338.1.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ot1wnr.fd) = %{tl_version} +Provides: tex(ot1wnss.fd) = %{tl_version} +Provides: tex(ot1wntt.fd) = %{tl_version} +Provides: tex(wnri.def) = %{tl_version} +Provides: tex(wnri.sty) = %{tl_version} + +%description wnri-latex +LaTeX support for the fonts. + +date: 2011-05-06 00:56:07 +0200 + +%post wnri-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wnri-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wnri-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wnri-latex-doc +Summary: Documentation for wnri-latex +Version: svn22338.1.0b +Release: %{tl_noarch_release} +Provides: tex-wnri-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description wnri-latex-doc +Documentation for wnri-latex + +%package collection-langitalian +Summary: Italian +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-amsldoc-it-doc +Requires: texlive-amsthdoc-it-doc +Requires: tex-babel-italian +Requires: tex-codicefiscaleitaliano +Requires: texlive-fancyhdr-it-doc +Requires: tex-fixltxhyph +Requires: tex-frontespizio +Requires: tex-hyphen-italian +Requires: tex-itnumpar +Requires: texlive-l2tabu-italian-doc +Requires: texlive-latex4wp-it-doc +Requires: tex-layaureo +Requires: texlive-lshort-italian-doc +Requires: texlive-psfrag-italian-doc +Requires: texlive-texlive-it-doc + +%description collection-langitalian +Support for Italian. + +%package fancyhdr-it-doc +Summary: Documentation for fancyhdr-it +Version: svn21912.0 +Release: %{tl_noarch_release} +Provides: tex-fancyhdr-it-doc +BuildArch: noarch +AutoReqProv: No + +%description fancyhdr-it-doc +Documentation for fancyhdr-it + +%package fixltxhyph +Provides: tex-fixltxhyph = %{tl_version} +License: LPPL 1.3 +Summary: Allow hyphenation of partially-emphasised substrings +Version: svn25832.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Provides: tex(fixltxhyph.sty) = %{tl_version} + +%description fixltxhyph +The package fixes the problem of TeX failing to hyphenate +letter strings that seem (to TeX) to be words, but which are +followed by an apostrophe and then an emphasis command. The +cause of the problem is not the apostrophe, but the font change +in the middle of the string. The problem arises in Catalan, +French and Italian (it could arise in Romansh, were there LaTeX +support for it). + +date: 2012-04-02 21:14:13 +0200 + +%post fixltxhyph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixltxhyph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixltxhyph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fixltxhyph-doc +Summary: Documentation for fixltxhyph +Version: svn25832.0.4 +Release: %{tl_noarch_release} +Provides: tex-fixltxhyph-doc +BuildArch: noarch +AutoReqProv: No + +%description fixltxhyph-doc +Documentation for fixltxhyph + +%package frontespizio +Provides: tex-frontespizio = %{tl_version} +License: LPPL +Summary: Create a frontispiece for Italian theses +Version: svn24054.1.4a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(afterpage.sty) +Requires: tex(graphicx.sty) +Requires: tex(atbegshi.sty) +Requires: tex(environ.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Provides: tex(frontespizio.sty) = %{tl_version} + +%description frontespizio +Typesetting a frontispiece independently of the layout of the +main document is difficult. This package provides a solution by +producing an auxiliary TeX file to be typeset on its own and +the result is automatically included at the next run. The +markup necessary for the frontispiece is written in the main +document in a frontespizio environment. Documentation is mainly +in Italian, as the style is probably apt only to theses in +Italy. + +date: 2011-09-21 15:45:55 +0200 + +%post frontespizio +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frontespizio +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frontespizio +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frontespizio-doc +Summary: Documentation for frontespizio +Version: svn24054.1.4a +Release: %{tl_noarch_release} +Provides: tex-frontespizio-doc +BuildArch: noarch +AutoReqProv: No + +%description frontespizio-doc +Documentation for frontespizio + +%package hyphen-italian +Provides: tex-hyphen-italian = %{tl_version} +License: LGPLv2+ +Summary: Italian hyphenation patterns +Version: svn25990.4.8g +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-italian +Hyphenation patterns for Italian in ASCII encoding. Compliant +with the Recommendation UNI 6461 on hyphenation issued by the +Italian Standards Institution (Ente Nazionale di Unificazione +UNI). + +date: 2009-09-29 00:01:21 +0200 + +%post hyphen-italian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/italian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "italian loadhyph-it.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-italian +if [ $1 == 0 ] ; then +sed -i '/italian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-italian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package itnumpar +Provides: tex-itnumpar = %{tl_version} +License: LPPL +Summary: Spell numbers in words (Italian) +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(itnumpar.sty) = %{tl_version} + +%description 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: 2008-08-19 23:32:24 +0200 + +%post itnumpar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun itnumpar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans itnumpar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package itnumpar-doc +Summary: Documentation for itnumpar +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-itnumpar-doc +BuildArch: noarch +AutoReqProv: No + +%description itnumpar-doc +Documentation for itnumpar + +%package l2tabu-italian-doc +Summary: Documentation for l2tabu-italian +Version: svn25218.1.8.4 +Release: %{tl_noarch_release} +Provides: tex-l2tabu-italian-doc +BuildArch: noarch +AutoReqProv: No + +%description l2tabu-italian-doc +Documentation for l2tabu-italian + +%package latex4wp-it-doc +Summary: Documentation for latex4wp-it +Version: svn22335.0 +Release: %{tl_noarch_release} +Provides: tex-latex4wp-it-doc +BuildArch: noarch +AutoReqProv: No + +%description latex4wp-it-doc +Documentation for latex4wp-it + +%package layaureo +Provides: tex-layaureo = %{tl_version} +License: LPPL +Summary: A package to improve the A4 page layout +Version: svn19087.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Provides: tex(layaureo.sty) = %{tl_version} + +%description layaureo +This package produces a wide page layout for documents that use +A4 paper size. Moreover, LayAureo provides both a simple hook +for leaving an empty space which is required if pages are +bundled by a press binding use option binding=length), and an +option called big which it forces typearea to become maximum. + +date: 2006-12-30 10:59:01 +0100 + +%post layaureo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun layaureo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans layaureo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package layaureo-doc +Summary: Documentation for layaureo +Version: svn19087.0 +Release: %{tl_noarch_release} +Provides: tex-layaureo-doc +BuildArch: noarch +AutoReqProv: No + +%description layaureo-doc +Documentation for layaureo + +%package lshort-italian-doc +Summary: Documentation for lshort-italian +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-italian-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-italian-doc +Documentation for lshort-italian + +%package psfrag-italian-doc +Summary: Documentation for psfrag-italian +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-psfrag-italian-doc +BuildArch: noarch +AutoReqProv: No + +%description psfrag-italian-doc +Documentation for psfrag-italian + +%package texlive-it-doc +Summary: Documentation for texlive-it +Version: svn29743.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-it-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-it-doc +Documentation for texlive-it + +%package collection-langother +Summary: Other languages +Version: svn30661.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-amsldoc-vn-doc +Requires: tex-aramaic-serto +Requires: tex-babel-bahasa +Requires: tex-babel-esperanto +Requires: tex-babel-hebrew +Requires: tex-babel-interlingua +Requires: tex-babel-sorbian +Requires: tex-babel-thai +Requires: tex-babel-vietnamese +Requires: tex-cjhebrew +Requires: tex-ctib +Requires: tex-fonts-tlwg +Requires: tex-hyphen-afrikaans +Requires: tex-hyphen-coptic +Requires: tex-hyphen-esperanto +Requires: tex-hyphen-georgian +Requires: tex-hyphen-indonesian +Requires: tex-hyphen-interlingua +Requires: tex-hyphen-thai +Requires: tex-hyphen-turkmen +Requires: texlive-lshort-thai-doc +Requires: texlive-lshort-vietnamese-doc +Requires: texlive-ntheorem-vn-doc +Requires: tex-vntex + +%description collection-langother +Support for languages not otherwise listed, including Thai, +Vietnamese, Hebrew, Indonesian, and plenty more. The split is +made simply on the basis of the size of the support, to keep +both collection sizes and the number of collections reasonable. + +%package ctib +Provides: tex-ctib = %{tl_version} +License: GPL+ +Summary: Tibetan for TeX and LATeX2e +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Provides: tex(ctib.tfm) = %{tl_version} +Provides: tex(ctib.sty) = %{tl_version} +Provides: tex(ctib.tex) = %{tl_version} +Provides: tex(lctctib.fd) = %{tl_version} +Provides: tex(lctenc.def) = %{tl_version} + +%description ctib +A package using a modified version of Sirlin's Tibetan font. An +advantage of this Tibetan implementation is that all consonant +clusters are formed by TeX and Metafont. No external +preprocessor is needed. + +date: 2007-02-04 13:34:13 +0100 + +%post ctib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctib-doc +Summary: Documentation for ctib +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ctib-doc +BuildArch: noarch +AutoReqProv: No + +%description ctib-doc +Documentation for ctib + +%package hyphen-afrikaans +Provides: tex-hyphen-afrikaans = %{tl_version} +License: LPPL +Summary: Afrikaans hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-afrikaans +Hyphenation patterns for Afrikaans in T1/EC and UTF-8 +encodings. OpenOffice includes older patterns created by a +different author, but the patterns packaged with TeX are +considered superior in quality. + +%post hyphen-afrikaans +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/afrikaans.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "afrikaans loadhyph-af.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-afrikaans +if [ $1 == 0 ] ; then +sed -i '/afrikaans.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-afrikaans +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-coptic +Provides: tex-hyphen-coptic = %{tl_version} +License: LPPL +Summary: Coptic hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-coptic +Hyphenation patterns for Coptic in UTF-8 encoding as well as in +ASCII-based encoding for 8-bit engines. The latter can only be +used with special Coptic fonts (like CBcoptic). The patterns +are considered experimental. + +%post hyphen-coptic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/coptic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "coptic loadhyph-cop.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-coptic +if [ $1 == 0 ] ; then +sed -i '/coptic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-coptic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-esperanto +Provides: tex-hyphen-esperanto = %{tl_version} +License: LPPL +Summary: Esperanto hyphenation patterns +Version: svn23085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-esperanto +Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8 +encodings. Note that TeX distributions don't ship any suitable +fonts in Latin 3 encoding, so unless you create your own font +support or want to use MlTeX, using native Unicode engines is +highly recommended. + +%post hyphen-esperanto +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/esperanto.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "esperanto loadhyph-eo.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-esperanto +if [ $1 == 0 ] ; then +sed -i '/esperanto.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-esperanto +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-georgian +Provides: tex-hyphen-georgian = %{tl_version} +License: LPPL +Summary: Georgian hyphenation patterns +Version: svn30326.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-georgian +Hyphenation patterns for Georgian in T8M, T8K and UTF-8 +encodings. + +%post hyphen-georgian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/georgian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "georgian loadhyph-ka.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{georgian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{georgian}{loadhyph-ka.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-georgian +if [ $1 == 0 ] ; then +sed -i '/georgian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{georgian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-georgian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-indonesian +Provides: tex-hyphen-indonesian = %{tl_version} +License: LPPL +Summary: Indonesian hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-indonesian +Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII +encoding. They are probably also usable for Malay (Bahasa +Melayu). + +%post hyphen-indonesian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/indonesian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "indonesian loadhyph-id.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-indonesian +if [ $1 == 0 ] ; then +sed -i '/indonesian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-indonesian +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-interlingua +Provides: tex-hyphen-interlingua = %{tl_version} +License: LPPL +Summary: Interlingua hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-interlingua +Hyphenation patterns for Interlingua in ASCII encoding. + +%post hyphen-interlingua +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/interlingua.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "interlingua loadhyph-ia.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-interlingua +if [ $1 == 0 ] ; then +sed -i '/interlingua.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-interlingua +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-thai +Provides: tex-hyphen-thai = %{tl_version} +License: LPPL +Summary: Thai hyphenation patterns +Version: svn30605.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-thai +Hyphenation patterns for Thai in LTH and UTF-8 encodings. + +%post hyphen-thai +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/thai.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "thai loadhyph-th.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{thai}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{thai}{loadhyph-th.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-thai +if [ $1 == 0 ] ; then +sed -i '/thai.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{thai}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-thai +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-turkmen +Provides: tex-hyphen-turkmen = %{tl_version} +License: LPPL +Summary: Turkmen hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-turkmen +Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings. + +%post hyphen-turkmen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/turkmen.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "turkmen loadhyph-tk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{turkmen}{loadhyph-tk.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-turkmen +if [ $1 == 0 ] ; then +sed -i '/turkmen.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-turkmen +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lshort-thai-doc +Summary: Documentation for lshort-thai +Version: svn15878.1.32 +Release: %{tl_noarch_release} +Provides: tex-lshort-thai-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-thai-doc +Documentation for lshort-thai + +%package lshort-vietnamese-doc +Summary: Documentation for lshort-vietnamese +Version: svn15878.4.00 +Release: %{tl_noarch_release} +Provides: tex-lshort-vietnamese-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-vietnamese-doc +Documentation for lshort-vietnamese + +%package ntheorem-vn-doc +Summary: Documentation for ntheorem-vn +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ntheorem-vn-doc +BuildArch: noarch +AutoReqProv: No + +%description ntheorem-vn-doc +Documentation for ntheorem-vn + +%package vntex +Provides: tex-vntex = %{tl_version} +License: Utopia +Summary: Support for Vietnamese +Version: svn30579.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(ifthen.sty) +Requires: tex(ucs.sty) +Requires: tex(ifpdf.sty) +Requires: tex(cmap.sty) +Requires: tex(fontenc.sty) +Requires: tex(inputenc.sty) +Provides: tex(t5.enc) = %{tl_version} +Provides: tex(t5d.enc) = %{tl_version} +Provides: tex(t5uni.enc) = %{tl_version} +Provides: tex(arevvn.map) = %{tl_version} +Provides: tex(chartervn.map) = %{tl_version} +Provides: tex(cmbrightvn.map) = %{tl_version} +Provides: tex(concretevn.map) = %{tl_version} +Provides: tex(grotesqvn.map) = %{tl_version} +Provides: tex(txttvn.map) = %{tl_version} +Provides: tex(urwvn.map) = %{tl_version} +Provides: tex(vnrother.map) = %{tl_version} +Provides: tex(vnrtext.map) = %{tl_version} +Provides: tex(vntopia.map) = %{tl_version} +Provides: tex(favb8v.tfm) = %{tl_version} +Provides: tex(favbi8v.tfm) = %{tl_version} +Provides: tex(favr8v.tfm) = %{tl_version} +Provides: tex(favri8v.tfm) = %{tl_version} +Provides: tex(bchb8v.tfm) = %{tl_version} +Provides: tex(bchbc8v.tfm) = %{tl_version} +Provides: tex(bchbi8v.tfm) = %{tl_version} +Provides: tex(bchbo8v.tfm) = %{tl_version} +Provides: tex(bchr8v.tfm) = %{tl_version} +Provides: tex(bchrc8v.tfm) = %{tl_version} +Provides: tex(bchri8v.tfm) = %{tl_version} +Provides: tex(bchro8v.tfm) = %{tl_version} +Provides: tex(vncmbr10.tfm) = %{tl_version} +Provides: tex(vncmbr17.tfm) = %{tl_version} +Provides: tex(vncmbr8.tfm) = %{tl_version} +Provides: tex(vncmbr9.tfm) = %{tl_version} +Provides: tex(vncmbrbx10.tfm) = %{tl_version} +Provides: tex(vncmbrsl10.tfm) = %{tl_version} +Provides: tex(vncmbrsl17.tfm) = %{tl_version} +Provides: tex(vncmbrsl8.tfm) = %{tl_version} +Provides: tex(vncmbrsl9.tfm) = %{tl_version} +Provides: tex(vncmsltl10.tfm) = %{tl_version} +Provides: tex(vncmtl10.tfm) = %{tl_version} +Provides: tex(vncccsc10.tfm) = %{tl_version} +Provides: tex(vnccr10.tfm) = %{tl_version} +Provides: tex(vnccsl10.tfm) = %{tl_version} +Provides: tex(vnccti10.tfm) = %{tl_version} +Provides: tex(ugqb8v.tfm) = %{tl_version} +Provides: tex(ugqbo8v.tfm) = %{tl_version} +Provides: tex(txbtt8v.tfm) = %{tl_version} +Provides: tex(txbttsc8v.tfm) = %{tl_version} +Provides: tex(txbttsl8v.tfm) = %{tl_version} +Provides: tex(txtt8v.tfm) = %{tl_version} +Provides: tex(txttsc8v.tfm) = %{tl_version} +Provides: tex(txttsl8v.tfm) = %{tl_version} +Provides: tex(fplrc8v.tfm) = %{tl_version} +Provides: tex(uagd8v.tfm) = %{tl_version} +Provides: tex(uagdc8v.tfm) = %{tl_version} +Provides: tex(uagdo8v.tfm) = %{tl_version} +Provides: tex(uagk8v.tfm) = %{tl_version} +Provides: tex(uagkc8v.tfm) = %{tl_version} +Provides: tex(uagko8v.tfm) = %{tl_version} +Provides: tex(ubkd8v.tfm) = %{tl_version} +Provides: tex(ubkdc8v.tfm) = %{tl_version} +Provides: tex(ubkdi8v.tfm) = %{tl_version} +Provides: tex(ubkdo8v.tfm) = %{tl_version} +Provides: tex(ubkl8v.tfm) = %{tl_version} +Provides: tex(ubklc8v.tfm) = %{tl_version} +Provides: tex(ubkli8v.tfm) = %{tl_version} +Provides: tex(ubklo8v.tfm) = %{tl_version} +Provides: tex(ucrb8v.tfm) = %{tl_version} +Provides: tex(ucrbc8v.tfm) = %{tl_version} +Provides: tex(ucrbo8v.tfm) = %{tl_version} +Provides: tex(ucrr8v.tfm) = %{tl_version} +Provides: tex(ucrrc8v.tfm) = %{tl_version} +Provides: tex(ucrro8v.tfm) = %{tl_version} +Provides: tex(uhvb8v.tfm) = %{tl_version} +Provides: tex(uhvbc8v.tfm) = %{tl_version} +Provides: tex(uhvbo8v.tfm) = %{tl_version} +Provides: tex(uhvr8v.tfm) = %{tl_version} +Provides: tex(uhvrc8v.tfm) = %{tl_version} +Provides: tex(uhvro8v.tfm) = %{tl_version} +Provides: tex(uncb8v.tfm) = %{tl_version} +Provides: tex(uncbc8v.tfm) = %{tl_version} +Provides: tex(uncbi8v.tfm) = %{tl_version} +Provides: tex(uncbo8v.tfm) = %{tl_version} +Provides: tex(uncr8v.tfm) = %{tl_version} +Provides: tex(uncrc8v.tfm) = %{tl_version} +Provides: tex(uncri8v.tfm) = %{tl_version} +Provides: tex(uncro8v.tfm) = %{tl_version} +Provides: tex(uplb8v.tfm) = %{tl_version} +Provides: tex(uplbc8v.tfm) = %{tl_version} +Provides: tex(uplbi8v.tfm) = %{tl_version} +Provides: tex(uplbo8v.tfm) = %{tl_version} +Provides: tex(uplr8v.tfm) = %{tl_version} +Provides: tex(uplrc8v.tfm) = %{tl_version} +Provides: tex(uplri8v.tfm) = %{tl_version} +Provides: tex(uplro8v.tfm) = %{tl_version} +Provides: tex(utmb8v.tfm) = %{tl_version} +Provides: tex(utmbc8v.tfm) = %{tl_version} +Provides: tex(utmbi8v.tfm) = %{tl_version} +Provides: tex(utmbo8v.tfm) = %{tl_version} +Provides: tex(utmr8v.tfm) = %{tl_version} +Provides: tex(utmrc8v.tfm) = %{tl_version} +Provides: tex(utmri8v.tfm) = %{tl_version} +Provides: tex(utmro8v.tfm) = %{tl_version} +Provides: tex(uzcmi8v.tfm) = %{tl_version} +Provides: tex(vnb10.tfm) = %{tl_version} +Provides: tex(vnbx10.tfm) = %{tl_version} +Provides: tex(vnbx12.tfm) = %{tl_version} +Provides: tex(vnbx5.tfm) = %{tl_version} +Provides: tex(vnbx6.tfm) = %{tl_version} +Provides: tex(vnbx7.tfm) = %{tl_version} +Provides: tex(vnbx8.tfm) = %{tl_version} +Provides: tex(vnbx9.tfm) = %{tl_version} +Provides: tex(vnbxsl10.tfm) = %{tl_version} +Provides: tex(vnbxti10.tfm) = %{tl_version} +Provides: tex(vncsc10.tfm) = %{tl_version} +Provides: tex(vndunh10.tfm) = %{tl_version} +Provides: tex(vnff10.tfm) = %{tl_version} +Provides: tex(vnfi10.tfm) = %{tl_version} +Provides: tex(vnfib8.tfm) = %{tl_version} +Provides: tex(vnitt10.tfm) = %{tl_version} +Provides: tex(vnr10.tfm) = %{tl_version} +Provides: tex(vnr12.tfm) = %{tl_version} +Provides: tex(vnr17.tfm) = %{tl_version} +Provides: tex(vnr5.tfm) = %{tl_version} +Provides: tex(vnr6.tfm) = %{tl_version} +Provides: tex(vnr7.tfm) = %{tl_version} +Provides: tex(vnr8.tfm) = %{tl_version} +Provides: tex(vnr9.tfm) = %{tl_version} +Provides: tex(vnsl10.tfm) = %{tl_version} +Provides: tex(vnsl12.tfm) = %{tl_version} +Provides: tex(vnsl8.tfm) = %{tl_version} +Provides: tex(vnsl9.tfm) = %{tl_version} +Provides: tex(vnsltt10.tfm) = %{tl_version} +Provides: tex(vnss10.tfm) = %{tl_version} +Provides: tex(vnss12.tfm) = %{tl_version} +Provides: tex(vnss17.tfm) = %{tl_version} +Provides: tex(vnss8.tfm) = %{tl_version} +Provides: tex(vnss9.tfm) = %{tl_version} +Provides: tex(vnssbx10.tfm) = %{tl_version} +Provides: tex(vnssdc10.tfm) = %{tl_version} +Provides: tex(vnssi10.tfm) = %{tl_version} +Provides: tex(vnssi12.tfm) = %{tl_version} +Provides: tex(vnssi17.tfm) = %{tl_version} +Provides: tex(vnssi8.tfm) = %{tl_version} +Provides: tex(vnssi9.tfm) = %{tl_version} +Provides: tex(vnssq8.tfm) = %{tl_version} +Provides: tex(vnssqi8.tfm) = %{tl_version} +Provides: tex(vntcsc10.tfm) = %{tl_version} +Provides: tex(vnti10.tfm) = %{tl_version} +Provides: tex(vnti12.tfm) = %{tl_version} +Provides: tex(vnti7.tfm) = %{tl_version} +Provides: tex(vnti8.tfm) = %{tl_version} +Provides: tex(vnti9.tfm) = %{tl_version} +Provides: tex(vntt10.tfm) = %{tl_version} +Provides: tex(vntt12.tfm) = %{tl_version} +Provides: tex(vntt8.tfm) = %{tl_version} +Provides: tex(vntt9.tfm) = %{tl_version} +Provides: tex(vnu10.tfm) = %{tl_version} +Provides: tex(vnvtt10.tfm) = %{tl_version} +Provides: tex(putb8v.tfm) = %{tl_version} +Provides: tex(putbc8v.tfm) = %{tl_version} +Provides: tex(putbi8v.tfm) = %{tl_version} +Provides: tex(putbo8v.tfm) = %{tl_version} +Provides: tex(putr8v.tfm) = %{tl_version} +Provides: tex(putrc8v.tfm) = %{tl_version} +Provides: tex(putri8v.tfm) = %{tl_version} +Provides: tex(putro8v.tfm) = %{tl_version} +Provides: tex(ArevSans-Bold-T5.pfb) = %{tl_version} +Provides: tex(ArevSans-BoldOblique-T5.pfb) = %{tl_version} +Provides: tex(ArevSans-Oblique-T5.pfb) = %{tl_version} +Provides: tex(ArevSans-Roman-T5.pfb) = %{tl_version} +Provides: tex(bchb8v.pfb) = %{tl_version} +Provides: tex(bchbi8v.pfb) = %{tl_version} +Provides: tex(bchr8v.pfb) = %{tl_version} +Provides: tex(bchri8v.pfb) = %{tl_version} +Provides: tex(vncmbr10.pfb) = %{tl_version} +Provides: tex(vncmbr17.pfb) = %{tl_version} +Provides: tex(vncmbr8.pfb) = %{tl_version} +Provides: tex(vncmbr9.pfb) = %{tl_version} +Provides: tex(vncmbrbx10.pfb) = %{tl_version} +Provides: tex(vncmbrsl10.pfb) = %{tl_version} +Provides: tex(vncmbrsl17.pfb) = %{tl_version} +Provides: tex(vncmbrsl8.pfb) = %{tl_version} +Provides: tex(vncmbrsl9.pfb) = %{tl_version} +Provides: tex(vncmsltl10.pfb) = %{tl_version} +Provides: tex(vncmtl10.pfb) = %{tl_version} +Provides: tex(CMConcrete8v.pfb) = %{tl_version} +Provides: tex(CMConcreteItalic8v.pfb) = %{tl_version} +Provides: tex(CMConcreteSlanted8v.pfb) = %{tl_version} +Provides: tex(CMConcreteSmallCaps8v.pfb) = %{tl_version} +Provides: tex(ugqb8v.pfb) = %{tl_version} +Provides: tex(txbtt8v.pfb) = %{tl_version} +Provides: tex(txbttsc8v.pfb) = %{tl_version} +Provides: tex(txtt8v.pfb) = %{tl_version} +Provides: tex(txttsc8v.pfb) = %{tl_version} +Provides: tex(fplrc8v.pfb) = %{tl_version} +Provides: tex(uagd8v.pfb) = %{tl_version} +Provides: tex(uagdo8v.pfb) = %{tl_version} +Provides: tex(uagk8v.pfb) = %{tl_version} +Provides: tex(uagko8v.pfb) = %{tl_version} +Provides: tex(ubkd8v.pfb) = %{tl_version} +Provides: tex(ubkdi8v.pfb) = %{tl_version} +Provides: tex(ubkl8v.pfb) = %{tl_version} +Provides: tex(ubkli8v.pfb) = %{tl_version} +Provides: tex(ucrb8v.pfb) = %{tl_version} +Provides: tex(ucrbo8v.pfb) = %{tl_version} +Provides: tex(ucrr8v.pfb) = %{tl_version} +Provides: tex(ucrro8v.pfb) = %{tl_version} +Provides: tex(uhvb8v.pfb) = %{tl_version} +Provides: tex(uhvbo8v.pfb) = %{tl_version} +Provides: tex(uhvr8v.pfb) = %{tl_version} +Provides: tex(uhvro8v.pfb) = %{tl_version} +Provides: tex(uncb8v.pfb) = %{tl_version} +Provides: tex(uncbi8v.pfb) = %{tl_version} +Provides: tex(uncr8v.pfb) = %{tl_version} +Provides: tex(uncri8v.pfb) = %{tl_version} +Provides: tex(uplb8v.pfb) = %{tl_version} +Provides: tex(uplbi8v.pfb) = %{tl_version} +Provides: tex(uplr8v.pfb) = %{tl_version} +Provides: tex(uplri8v.pfb) = %{tl_version} +Provides: tex(utmb8v.pfb) = %{tl_version} +Provides: tex(utmbi8v.pfb) = %{tl_version} +Provides: tex(utmr8v.pfb) = %{tl_version} +Provides: tex(utmri8v.pfb) = %{tl_version} +Provides: tex(uzcmi8v.pfb) = %{tl_version} +Provides: tex(vnb10.pfb) = %{tl_version} +Provides: tex(vnbx10.pfb) = %{tl_version} +Provides: tex(vnbx12.pfb) = %{tl_version} +Provides: tex(vnbx5.pfb) = %{tl_version} +Provides: tex(vnbx6.pfb) = %{tl_version} +Provides: tex(vnbx7.pfb) = %{tl_version} +Provides: tex(vnbx8.pfb) = %{tl_version} +Provides: tex(vnbx9.pfb) = %{tl_version} +Provides: tex(vnbxsl10.pfb) = %{tl_version} +Provides: tex(vnbxti10.pfb) = %{tl_version} +Provides: tex(vncsc10.pfb) = %{tl_version} +Provides: tex(vndunh10.pfb) = %{tl_version} +Provides: tex(vnff10.pfb) = %{tl_version} +Provides: tex(vnfi10.pfb) = %{tl_version} +Provides: tex(vnfib8.pfb) = %{tl_version} +Provides: tex(vnitt10.pfb) = %{tl_version} +Provides: tex(vnr10.pfb) = %{tl_version} +Provides: tex(vnr12.pfb) = %{tl_version} +Provides: tex(vnr17.pfb) = %{tl_version} +Provides: tex(vnr5.pfb) = %{tl_version} +Provides: tex(vnr6.pfb) = %{tl_version} +Provides: tex(vnr7.pfb) = %{tl_version} +Provides: tex(vnr8.pfb) = %{tl_version} +Provides: tex(vnr9.pfb) = %{tl_version} +Provides: tex(vnsl10.pfb) = %{tl_version} +Provides: tex(vnsl12.pfb) = %{tl_version} +Provides: tex(vnsl8.pfb) = %{tl_version} +Provides: tex(vnsl9.pfb) = %{tl_version} +Provides: tex(vnsltt10.pfb) = %{tl_version} +Provides: tex(vnss10.pfb) = %{tl_version} +Provides: tex(vnss12.pfb) = %{tl_version} +Provides: tex(vnss17.pfb) = %{tl_version} +Provides: tex(vnss8.pfb) = %{tl_version} +Provides: tex(vnss9.pfb) = %{tl_version} +Provides: tex(vnssbx10.pfb) = %{tl_version} +Provides: tex(vnssdc10.pfb) = %{tl_version} +Provides: tex(vnssi10.pfb) = %{tl_version} +Provides: tex(vnssi12.pfb) = %{tl_version} +Provides: tex(vnssi17.pfb) = %{tl_version} +Provides: tex(vnssi8.pfb) = %{tl_version} +Provides: tex(vnssi9.pfb) = %{tl_version} +Provides: tex(vnssq8.pfb) = %{tl_version} +Provides: tex(vnssqi8.pfb) = %{tl_version} +Provides: tex(vntcsc10.pfb) = %{tl_version} +Provides: tex(vnti10.pfb) = %{tl_version} +Provides: tex(vnti12.pfb) = %{tl_version} +Provides: tex(vnti7.pfb) = %{tl_version} +Provides: tex(vnti8.pfb) = %{tl_version} +Provides: tex(vnti9.pfb) = %{tl_version} +Provides: tex(vntt10.pfb) = %{tl_version} +Provides: tex(vntt12.pfb) = %{tl_version} +Provides: tex(vntt8.pfb) = %{tl_version} +Provides: tex(vntt9.pfb) = %{tl_version} +Provides: tex(vnu10.pfb) = %{tl_version} +Provides: tex(vnvtt10.pfb) = %{tl_version} +Provides: tex(putb8v.pfb) = %{tl_version} +Provides: tex(putbi8v.pfb) = %{tl_version} +Provides: tex(putr8v.pfb) = %{tl_version} +Provides: tex(putri8v.pfb) = %{tl_version} +Provides: tex(bchbc8v.vf) = %{tl_version} +Provides: tex(bchrc8v.vf) = %{tl_version} +Provides: tex(uagdc8v.vf) = %{tl_version} +Provides: tex(uagkc8v.vf) = %{tl_version} +Provides: tex(ubkdc8v.vf) = %{tl_version} +Provides: tex(ubklc8v.vf) = %{tl_version} +Provides: tex(ucrbc8v.vf) = %{tl_version} +Provides: tex(ucrrc8v.vf) = %{tl_version} +Provides: tex(uhvbc8v.vf) = %{tl_version} +Provides: tex(uhvrc8v.vf) = %{tl_version} +Provides: tex(uncbc8v.vf) = %{tl_version} +Provides: tex(uncrc8v.vf) = %{tl_version} +Provides: tex(uplbc8v.vf) = %{tl_version} +Provides: tex(uplrc8v.vf) = %{tl_version} +Provides: tex(utmbc8v.vf) = %{tl_version} +Provides: tex(utmrc8v.vf) = %{tl_version} +Provides: tex(putbc8v.vf) = %{tl_version} +Provides: tex(putrc8v.vf) = %{tl_version} +Provides: tex(dblaccnt.sty) = %{tl_version} +Provides: tex(mcviscii.def) = %{tl_version} +Provides: tex(pd1supp.def) = %{tl_version} +Provides: tex(swpvntex.sty) = %{tl_version} +Provides: tex(t5bch.fd) = %{tl_version} +Provides: tex(t5ccr.fd) = %{tl_version} +Provides: tex(t5cmbr.fd) = %{tl_version} +Provides: tex(t5cmdh.fd) = %{tl_version} +Provides: tex(t5cmfib.fd) = %{tl_version} +Provides: tex(t5cmfr.fd) = %{tl_version} +Provides: tex(t5cmr.fd) = %{tl_version} +Provides: tex(t5cmss.fd) = %{tl_version} +Provides: tex(t5cmssq.fd) = %{tl_version} +Provides: tex(t5cmtl.fd) = %{tl_version} +Provides: tex(t5cmtt.fd) = %{tl_version} +Provides: tex(t5cmvtt.fd) = %{tl_version} +Provides: tex(t5enc.def) = %{tl_version} +Provides: tex(t5fav.fd) = %{tl_version} +Provides: tex(t5fnc.fd) = %{tl_version} +Provides: tex(t5fpl.fd) = %{tl_version} +Provides: tex(t5futs.fd) = %{tl_version} +Provides: tex(t5mak.fd) = %{tl_version} +Provides: tex(t5mdbch.fd) = %{tl_version} +Provides: tex(t5mdput.fd) = %{tl_version} +Provides: tex(t5mdugm.fd) = %{tl_version} +Provides: tex(t5pag.fd) = %{tl_version} +Provides: tex(t5pbk.fd) = %{tl_version} +Provides: tex(t5pcr.fd) = %{tl_version} +Provides: tex(t5phv.fd) = %{tl_version} +Provides: tex(t5pnc.fd) = %{tl_version} +Provides: tex(t5ppl.fd) = %{tl_version} +Provides: tex(t5ptm.fd) = %{tl_version} +Provides: tex(t5ptmom.fd) = %{tl_version} +Provides: tex(t5put.fd) = %{tl_version} +Provides: tex(t5pxr.fd) = %{tl_version} +Provides: tex(t5txr.fd) = %{tl_version} +Provides: tex(t5txtt.fd) = %{tl_version} +Provides: tex(t5uag.fd) = %{tl_version} +Provides: tex(t5ubk.fd) = %{tl_version} +Provides: tex(t5ucr.fd) = %{tl_version} +Provides: tex(t5ugq.fd) = %{tl_version} +Provides: tex(t5uhv.fd) = %{tl_version} +Provides: tex(t5unc.fd) = %{tl_version} +Provides: tex(t5upl.fd) = %{tl_version} +Provides: tex(t5utm.fd) = %{tl_version} +Provides: tex(t5uzcm.fd) = %{tl_version} +Provides: tex(tcvn.def) = %{tl_version} +Provides: tex(varioref-vi.sty) = %{tl_version} +Provides: tex(vietnam.sty) = %{tl_version} +Provides: tex(viscii.def) = %{tl_version} +Provides: tex(vncaps.tex) = %{tl_version} +Provides: tex(vntex.sty) = %{tl_version} +Provides: tex(vps.def) = %{tl_version} +Provides: tex(dblaccnt.tex) = %{tl_version} +Provides: tex(t5code.tex) = %{tl_version} +Provides: tex(vntexinfo.tex) = %{tl_version} + +%description vntex +The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX +macros for typesetting documents in Vietnamese. Users of the +fonts (in both Metafont and Adobe Type 1 format) of this bundle +may alternatively use the lm fonts bundle, for which map files +are available to provide a Vietnamese version. + +date: 2013-05-19 14:33:40 +0200 + +%post vntex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map arevvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map arevvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map chartervn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map chartervn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map cmbrightvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map cmbrightvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map concretevn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map concretevn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map grotesqvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map grotesqvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map txttvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map txttvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map urwvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map urwvn.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap vnrother.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap vnrother.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap vnrtext.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap vnrtext.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^Map vntopia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map vntopia.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun vntex +if [ $1 == 0 ] ; then +sed -i '/^Map arevvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map chartervn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map cmbrightvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map concretevn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map grotesqvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map txttvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map urwvn.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap vnrother.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap vnrtext.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^Map vntopia.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans vntex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vntex-doc +Summary: Documentation for vntex +Version: svn30579.3.2 +Release: %{tl_noarch_release} +Provides: tex-vntex-doc +BuildArch: noarch +AutoReqProv: No + +%description vntex-doc +Documentation for vntex + +%package collection-langpolish +Summary: Polish +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: texlive-collection-basic +Requires: tex-babel-polish +Requires: tex-cc-pl +Requires: tex-gustlib +Requires: texlive-gustprog-doc +Requires: tex-hyphen-polish +Requires: texlive-lshort-polish-doc +Requires: tex-mex +Requires: tex-mwcls +Requires: tex-pl +Requires: tex-polski +Requires: tex-przechlewski-book +Requires: tex-qpxqtx +Requires: tex-tap +Requires: texlive-tex-virtual-academy-pl-doc +Requires: texlive-texlive-pl-doc +Requires: tex-utf8mex + +%description collection-langpolish +Support for Polish. + +%package gustlib +Provides: tex-gustlib = %{tl_version} +License: Public Domain +Summary: Polish oriented macros +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(biblotex.tex) = %{tl_version} +Provides: tex(infr-ex.tex) = %{tl_version} +Provides: tex(infram.tex) = %{tl_version} +Provides: tex(map.tex) = %{tl_version} +Provides: tex(split.tex) = %{tl_version} +Provides: tex(tsp.tex) = %{tl_version} +Provides: tex(tun.tex) = %{tl_version} +Provides: tex(mcol-ex.tex) = %{tl_version} +Provides: tex(meashor.tex) = %{tl_version} +Provides: tex(mimulcol.tex) = %{tl_version} +Provides: tex(plidxmac.tex) = %{tl_version} +Provides: tex(przyklad.tex) = %{tl_version} +Provides: tex(rbox-ex.tex) = %{tl_version} +Provides: tex(roundbox.tex) = %{tl_version} +Provides: tex(tp-crf.tex) = %{tl_version} +Provides: tex(verbatim-dek.tex) = %{tl_version} + +%description gustlib +Various small utility packages for typesetting in plain TeX, +with a Polish perspective. Neither the package, nor any of its +contents, appears on CTAN. + +date: 2007-01-21 11:04:51 +0100 + +%post gustlib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gustlib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gustlib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gustlib-doc +Summary: Documentation for gustlib +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gustlib-doc +BuildArch: noarch +AutoReqProv: No + +%description gustlib-doc +Documentation for gustlib + +%package gustprog-doc +Summary: Documentation for gustprog +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gustprog-doc +BuildArch: noarch +AutoReqProv: No + +%description gustprog-doc +Documentation for gustprog + +%package hyphen-polish +Provides: tex-hyphen-polish = %{tl_version} +License: Knuth +Summary: Polish hyphenation patterns +Version: svn25990.3.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-polish +Hyphenation patterns for Polish in QX and UTF-8 encodings. +These patterns are also used by Polish TeX formats MeX and +LaMeX. + +date: 2009-10-07 21:35:42 +0200 + +%post hyphen-polish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/polish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "polish loadhyph-pl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-polish +if [ $1 == 0 ] ; then +sed -i '/polish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-polish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lshort-polish-doc +Summary: Documentation for lshort-polish +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-polish-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-polish-doc +Documentation for lshort-polish + +%package mex +Provides: tex-mex = %{tl_version} +License: Public Domain +Summary: Polish formats for TeX +Version: svn22650.1.05 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-pl +Requires: tex-hyphen-polish +Requires: tex-pdftex +Requires: tex-tex +Requires: texlive-mex-bin +Provides: tex(lamex.tex) = %{tl_version} +Provides: tex(mex.tex) = %{tl_version} +Provides: tex(mex1.tex) = %{tl_version} +Provides: tex(mex2.tex) = %{tl_version} +Provides: tex(mexconf.tex) = %{tl_version} + +%description mex +MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX) +formats to the Polish language and to Polish printing customs. +It contains a complete set of Metafont sources of Polish fonts, +hyphenation rules for the Polish language and sources of +formats. + +date: 2011-04-11 12:20:39 +0200 + +%post mex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mex.*$/mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfmex.*$/pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ utf8mex.*$/utf8mex pdftex mexconf.tex -enc *utf8mex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +touch /var/run/texlive/run-fmtutil +fi +: + +%postun mex +if [ $1 == 0 ] ; then +sed -i 's/^mex.*$/\#\!\ mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfmex.*$/\#\!\ pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^utf8mex.*$/\#\!\ utf8mex pdftex mexconf.tex -enc *utf8mex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans mex +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mex-doc +Summary: Documentation for mex +Version: svn22650.1.05 +Release: %{tl_noarch_release} +Provides: tex-mex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-pl-doc +Requires: tex-pdftex-doc + +%description mex-doc +Documentation for mex + +%package pl +Provides: tex-pl = %{tl_version} +License: Public Domain +Summary: Polish extension of CM fonts in Type 1 format +Version: svn15878.1.15 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(plin.enc) = %{tl_version} +Provides: tex(plit.enc) = %{tl_version} +Provides: tex(plitt.enc) = %{tl_version} +Provides: tex(plme.enc) = %{tl_version} +Provides: tex(plmi.enc) = %{tl_version} +Provides: tex(plms.enc) = %{tl_version} +Provides: tex(plrm.enc) = %{tl_version} +Provides: tex(plsc.enc) = %{tl_version} +Provides: tex(plte.enc) = %{tl_version} +Provides: tex(pltt.enc) = %{tl_version} +Provides: tex(plother.map) = %{tl_version} +Provides: tex(pltext.map) = %{tl_version} +Provides: tex(plb10.tfm) = %{tl_version} +Provides: tex(plbsy10.tfm) = %{tl_version} +Provides: tex(plbsy5.tfm) = %{tl_version} +Provides: tex(plbsy7.tfm) = %{tl_version} +Provides: tex(plbx10.tfm) = %{tl_version} +Provides: tex(plbx12.tfm) = %{tl_version} +Provides: tex(plbx5.tfm) = %{tl_version} +Provides: tex(plbx6.tfm) = %{tl_version} +Provides: tex(plbx7.tfm) = %{tl_version} +Provides: tex(plbx8.tfm) = %{tl_version} +Provides: tex(plbx9.tfm) = %{tl_version} +Provides: tex(plbxsl10.tfm) = %{tl_version} +Provides: tex(plbxti10.tfm) = %{tl_version} +Provides: tex(plcsc10.tfm) = %{tl_version} +Provides: tex(pldunh10.tfm) = %{tl_version} +Provides: tex(plex10.tfm) = %{tl_version} +Provides: tex(plex9.tfm) = %{tl_version} +Provides: tex(plff10.tfm) = %{tl_version} +Provides: tex(plfi10.tfm) = %{tl_version} +Provides: tex(plfib8.tfm) = %{tl_version} +Provides: tex(plinch.tfm) = %{tl_version} +Provides: tex(plitt10.tfm) = %{tl_version} +Provides: tex(plmi10.tfm) = %{tl_version} +Provides: tex(plmi12.tfm) = %{tl_version} +Provides: tex(plmi5.tfm) = %{tl_version} +Provides: tex(plmi6.tfm) = %{tl_version} +Provides: tex(plmi7.tfm) = %{tl_version} +Provides: tex(plmi8.tfm) = %{tl_version} +Provides: tex(plmi9.tfm) = %{tl_version} +Provides: tex(plmib10.tfm) = %{tl_version} +Provides: tex(plmib5.tfm) = %{tl_version} +Provides: tex(plmib7.tfm) = %{tl_version} +Provides: tex(plr10.tfm) = %{tl_version} +Provides: tex(plr12.tfm) = %{tl_version} +Provides: tex(plr17.tfm) = %{tl_version} +Provides: tex(plr5.tfm) = %{tl_version} +Provides: tex(plr6.tfm) = %{tl_version} +Provides: tex(plr7.tfm) = %{tl_version} +Provides: tex(plr8.tfm) = %{tl_version} +Provides: tex(plr9.tfm) = %{tl_version} +Provides: tex(plsl10.tfm) = %{tl_version} +Provides: tex(plsl12.tfm) = %{tl_version} +Provides: tex(plsl8.tfm) = %{tl_version} +Provides: tex(plsl9.tfm) = %{tl_version} +Provides: tex(plsltt10.tfm) = %{tl_version} +Provides: tex(plss10.tfm) = %{tl_version} +Provides: tex(plss12.tfm) = %{tl_version} +Provides: tex(plss17.tfm) = %{tl_version} +Provides: tex(plss8.tfm) = %{tl_version} +Provides: tex(plss9.tfm) = %{tl_version} +Provides: tex(plssbi10.tfm) = %{tl_version} +Provides: tex(plssbx10.tfm) = %{tl_version} +Provides: tex(plssdc10.tfm) = %{tl_version} +Provides: tex(plssi10.tfm) = %{tl_version} +Provides: tex(plssi12.tfm) = %{tl_version} +Provides: tex(plssi17.tfm) = %{tl_version} +Provides: tex(plssi8.tfm) = %{tl_version} +Provides: tex(plssi9.tfm) = %{tl_version} +Provides: tex(plssq8.tfm) = %{tl_version} +Provides: tex(plssqi8.tfm) = %{tl_version} +Provides: tex(plsy10.tfm) = %{tl_version} +Provides: tex(plsy5.tfm) = %{tl_version} +Provides: tex(plsy6.tfm) = %{tl_version} +Provides: tex(plsy7.tfm) = %{tl_version} +Provides: tex(plsy8.tfm) = %{tl_version} +Provides: tex(plsy9.tfm) = %{tl_version} +Provides: tex(pltcsc10.tfm) = %{tl_version} +Provides: tex(pltex10.tfm) = %{tl_version} +Provides: tex(pltex8.tfm) = %{tl_version} +Provides: tex(pltex9.tfm) = %{tl_version} +Provides: tex(plti10.tfm) = %{tl_version} +Provides: tex(plti12.tfm) = %{tl_version} +Provides: tex(plti7.tfm) = %{tl_version} +Provides: tex(plti8.tfm) = %{tl_version} +Provides: tex(plti9.tfm) = %{tl_version} +Provides: tex(pltt10.tfm) = %{tl_version} +Provides: tex(pltt12.tfm) = %{tl_version} +Provides: tex(pltt8.tfm) = %{tl_version} +Provides: tex(pltt9.tfm) = %{tl_version} +Provides: tex(plu10.tfm) = %{tl_version} +Provides: tex(plvtt10.tfm) = %{tl_version} +Provides: tex(plb10.pfb) = %{tl_version} +Provides: tex(plbsy10.pfb) = %{tl_version} +Provides: tex(plbx10.pfb) = %{tl_version} +Provides: tex(plbx12.pfb) = %{tl_version} +Provides: tex(plbx5.pfb) = %{tl_version} +Provides: tex(plbx6.pfb) = %{tl_version} +Provides: tex(plbx7.pfb) = %{tl_version} +Provides: tex(plbx8.pfb) = %{tl_version} +Provides: tex(plbx9.pfb) = %{tl_version} +Provides: tex(plbxsl10.pfb) = %{tl_version} +Provides: tex(plbxti10.pfb) = %{tl_version} +Provides: tex(plcsc10.pfb) = %{tl_version} +Provides: tex(pldunh10.pfb) = %{tl_version} +Provides: tex(plex10.pfb) = %{tl_version} +Provides: tex(plex9.pfb) = %{tl_version} +Provides: tex(plff10.pfb) = %{tl_version} +Provides: tex(plfi10.pfb) = %{tl_version} +Provides: tex(plfib8.pfb) = %{tl_version} +Provides: tex(plinch.pfb) = %{tl_version} +Provides: tex(plitt10.pfb) = %{tl_version} +Provides: tex(plmi10.pfb) = %{tl_version} +Provides: tex(plmi12.pfb) = %{tl_version} +Provides: tex(plmi5.pfb) = %{tl_version} +Provides: tex(plmi6.pfb) = %{tl_version} +Provides: tex(plmi7.pfb) = %{tl_version} +Provides: tex(plmi8.pfb) = %{tl_version} +Provides: tex(plmi9.pfb) = %{tl_version} +Provides: tex(plmib10.pfb) = %{tl_version} +Provides: tex(plr10.pfb) = %{tl_version} +Provides: tex(plr12.pfb) = %{tl_version} +Provides: tex(plr17.pfb) = %{tl_version} +Provides: tex(plr5.pfb) = %{tl_version} +Provides: tex(plr6.pfb) = %{tl_version} +Provides: tex(plr7.pfb) = %{tl_version} +Provides: tex(plr8.pfb) = %{tl_version} +Provides: tex(plr9.pfb) = %{tl_version} +Provides: tex(plsl10.pfb) = %{tl_version} +Provides: tex(plsl12.pfb) = %{tl_version} +Provides: tex(plsl8.pfb) = %{tl_version} +Provides: tex(plsl9.pfb) = %{tl_version} +Provides: tex(plsltt10.pfb) = %{tl_version} +Provides: tex(plss10.pfb) = %{tl_version} +Provides: tex(plss12.pfb) = %{tl_version} +Provides: tex(plss17.pfb) = %{tl_version} +Provides: tex(plss8.pfb) = %{tl_version} +Provides: tex(plss9.pfb) = %{tl_version} +Provides: tex(plssbi10.pfb) = %{tl_version} +Provides: tex(plssbx10.pfb) = %{tl_version} +Provides: tex(plssdc10.pfb) = %{tl_version} +Provides: tex(plssi10.pfb) = %{tl_version} +Provides: tex(plssi12.pfb) = %{tl_version} +Provides: tex(plssi17.pfb) = %{tl_version} +Provides: tex(plssi8.pfb) = %{tl_version} +Provides: tex(plssi9.pfb) = %{tl_version} +Provides: tex(plssq8.pfb) = %{tl_version} +Provides: tex(plssqi8.pfb) = %{tl_version} +Provides: tex(plsy10.pfb) = %{tl_version} +Provides: tex(plsy5.pfb) = %{tl_version} +Provides: tex(plsy6.pfb) = %{tl_version} +Provides: tex(plsy7.pfb) = %{tl_version} +Provides: tex(plsy8.pfb) = %{tl_version} +Provides: tex(plsy9.pfb) = %{tl_version} +Provides: tex(pltcsc10.pfb) = %{tl_version} +Provides: tex(pltex10.pfb) = %{tl_version} +Provides: tex(pltex8.pfb) = %{tl_version} +Provides: tex(pltex9.pfb) = %{tl_version} +Provides: tex(plti10.pfb) = %{tl_version} +Provides: tex(plti12.pfb) = %{tl_version} +Provides: tex(plti7.pfb) = %{tl_version} +Provides: tex(plti8.pfb) = %{tl_version} +Provides: tex(plti9.pfb) = %{tl_version} +Provides: tex(pltt10.pfb) = %{tl_version} +Provides: tex(pltt12.pfb) = %{tl_version} +Provides: tex(pltt8.pfb) = %{tl_version} +Provides: tex(pltt9.pfb) = %{tl_version} +Provides: tex(plu10.pfb) = %{tl_version} +Provides: tex(plvtt10.pfb) = %{tl_version} + +%description pl +This package is the Polish extension of the Computer Modern +fonts (known as PL fonts),in Adobe Type 1 (PostScript) format. +The fonts use the same .tfm files as for the version generated +by MetaFont. This release of fonts was adapted to the (mostly +guessed) demands of the Windows environment, while keeping the +fonts usable with TeX; however, encoding files are now added, +as Windows and TeX use different encoding schemes. + +date: 2009-10-07 21:35:42 +0200 + +%post pl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap plother.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap plother.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +sed -i '/^MixedMap pltext.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap pltext.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun pl +if [ $1 == 0 ] ; then +sed -i '/^MixedMap plother.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +sed -i '/^MixedMap pltext.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans pl +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pl-doc +Summary: Documentation for pl +Version: svn15878.1.15 +Release: %{tl_noarch_release} +Provides: tex-pl-doc +BuildArch: noarch +AutoReqProv: No + +%description pl-doc +Documentation for pl + +%package mex-bin +Summary: Binaries for mex +Version: svn3006.0 +Requires: texlive-base +Requires: tex-mex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mex-bin +Binaries for mex + +%package mwcls +Provides: tex-mwcls = %{tl_version} +License: LPPL +Summary: Polish-oriented document classes +Version: svn15878.0.74 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mw10.clo) = %{tl_version} +Provides: tex(mw11.clo) = %{tl_version} +Provides: tex(mw12.clo) = %{tl_version} +Provides: tex(mwart.cls) = %{tl_version} +Provides: tex(mwbk.cls) = %{tl_version} +Provides: tex(mwbk10.clo) = %{tl_version} +Provides: tex(mwbk11.clo) = %{tl_version} +Provides: tex(mwbk12.clo) = %{tl_version} +Provides: tex(mwrep.cls) = %{tl_version} + +%description mwcls +mwcls is a set of document classes for LaTeX 2e designed with +Polish typographical tradition in mind. Classes include: +'mwart' (which is a replacement for 'article'), 'mwrep' +('report'), and 'mwbk' ('book'). Most features present in +standard classes work with mwcls. Some extensions/exceptions +include: sectioning commands allow for second optional argument +(it's possible to state different texts for running head and +for TOC), new environments 'itemize*' and 'enumerate*' for +lists with long items, page styles have variants for normal, +opening, closing, and blank pages. + +date: 2009-09-28 14:47:14 +0200 + +%post mwcls +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mwcls +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mwcls +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mwcls-doc +Summary: Documentation for mwcls +Version: svn15878.0.74 +Release: %{tl_noarch_release} +Provides: tex-mwcls-doc +BuildArch: noarch +AutoReqProv: No + +%description mwcls-doc +Documentation for mwcls + +%package polski +Provides: tex-polski = %{tl_version} +License: LPPL 1.2 +Summary: Typeset Polish documents with LaTeX and Polish fonts +Version: svn19881.1.3.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-pl +Requires: tex-hyphen-polish +Provides: tex(amigapl.def) = %{tl_version} +Provides: tex(mazovia.def) = %{tl_version} +Provides: tex(omlplcm.fd) = %{tl_version} +Provides: tex(omlplm.fd) = %{tl_version} +Provides: tex(omsplsy.fd) = %{tl_version} +Provides: tex(omxplex.fd) = %{tl_version} +Provides: tex(ot1patch.sty) = %{tl_version} +Provides: tex(ot4ccr.fd) = %{tl_version} +Provides: tex(ot4cmdh.fd) = %{tl_version} +Provides: tex(ot4cmfib.fd) = %{tl_version} +Provides: tex(ot4cmfr.fd) = %{tl_version} +Provides: tex(ot4cmr.fd) = %{tl_version} +Provides: tex(ot4cmss.fd) = %{tl_version} +Provides: tex(ot4cmtt.fd) = %{tl_version} +Provides: tex(plprefix.sty) = %{tl_version} +Provides: tex(polski.sty) = %{tl_version} +Provides: tex(qxenc.def) = %{tl_version} + +%description polski +Tools to typeset documents in Polish using LaTeX2e with Polish +fonts (the so-called PL fonts), EC fonts or CM fonts. (This +package was previously known as platex, but has been renamed to +resolve a name clash.) + +date: 2010-09-24 16:10:39 +0200 + +%post polski +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun polski +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polski +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package polski-doc +Summary: Documentation for polski +Version: svn19881.1.3.3 +Release: %{tl_noarch_release} +Provides: tex-polski-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-pl-doc + +%description polski-doc +Documentation for polski + +%package przechlewski-book +Provides: tex-przechlewski-book = %{tl_version} +License: LPPL +Summary: Examples from Przechlewski's LaTeX book +Version: svn23552.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(caption.sty) +Requires: tex(polski.sty) +Requires: tex(prelim2e.sty) +Provides: tex(upmgr.cls) = %{tl_version} +Provides: tex(wkmgr.cls) = %{tl_version} + +%description przechlewski-book +The bundle provides machine-readable copies of the examples +from the book "Praca magisterska i dyplomowa z programem +LaTeX". + +date: 2011-08-14 21:16:59 +0200 + +%post przechlewski-book +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun przechlewski-book +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans przechlewski-book +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package przechlewski-book-doc +Summary: Documentation for przechlewski-book +Version: svn23552.0 +Release: %{tl_noarch_release} +Provides: tex-przechlewski-book-doc +BuildArch: noarch +AutoReqProv: No + +%description przechlewski-book-doc +Documentation for przechlewski-book + +%package qpxqtx +Provides: tex-qpxqtx = %{tl_version} +License: LPPL +Summary: qpxqtx package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(qpxbmi.tfm) = %{tl_version} +Provides: tex(qpxbmia.tfm) = %{tl_version} +Provides: tex(qpxmi.tfm) = %{tl_version} +Provides: tex(qpxmia.tfm) = %{tl_version} +Provides: tex(qtxbmi.tfm) = %{tl_version} +Provides: tex(qtxbmia.tfm) = %{tl_version} +Provides: tex(qtxmi.tfm) = %{tl_version} +Provides: tex(qtxmia.tfm) = %{tl_version} +Provides: tex(qpxbmi.vf) = %{tl_version} +Provides: tex(qpxbmia.vf) = %{tl_version} +Provides: tex(qpxmi.vf) = %{tl_version} +Provides: tex(qpxmia.vf) = %{tl_version} +Provides: tex(qtxbmi.vf) = %{tl_version} +Provides: tex(qtxbmia.vf) = %{tl_version} +Provides: tex(qtxmi.vf) = %{tl_version} +Provides: tex(qtxmia.vf) = %{tl_version} +Provides: tex(amspbold.tex) = %{tl_version} +Provides: tex(amsqpx.def) = %{tl_version} +Provides: tex(amsqpx.tex) = %{tl_version} +Provides: tex(amsqtx.def) = %{tl_version} +Provides: tex(amsqtx.tex) = %{tl_version} +Provides: tex(amstbold.tex) = %{tl_version} +Provides: tex(qpxmath.sty) = %{tl_version} +Provides: tex(qpxmath.tex) = %{tl_version} +Provides: tex(qtxmath.sty) = %{tl_version} +Provides: tex(qtxmath.tex) = %{tl_version} + +%description qpxqtx +qpxqtx package + +%post qpxqtx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qpxqtx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qpxqtx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qpxqtx-doc +Summary: Documentation for qpxqtx +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-qpxqtx-doc +BuildArch: noarch +AutoReqProv: No + +%description qpxqtx-doc +Documentation for qpxqtx + +%package tap +Provides: tex-tap = %{tl_version} +License: Public Domain +Summary: TeX macros for typesetting complex tables +Version: svn15878.0.77 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tap.tex) = %{tl_version} + +%description tap +The package offers a simple notation for pretty complex tables +(to Michael J. Ferguson's credit). With PostScript, the package +allows shaded/coloured tables, diagonal rules, etc. The package +is supposed to work with both Plain and LaTeX. An AWK converter +from ASCII semigraphic tables to TAP notation is included. + +date: 2009-10-10 00:51:28 +0200 + +%post tap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tap-doc +Summary: Documentation for tap +Version: svn15878.0.77 +Release: %{tl_noarch_release} +Provides: tex-tap-doc +BuildArch: noarch +AutoReqProv: No + +%description tap-doc +Documentation for tap + +%package tex-virtual-academy-pl-doc +Summary: Documentation for tex-virtual-academy-pl +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-tex-virtual-academy-pl-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-virtual-academy-pl-doc +Documentation for tex-virtual-academy-pl + +%package texlive-pl-doc +Summary: Documentation for texlive-pl +Version: svn30659.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-pl-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-pl-doc +Documentation for texlive-pl + +%package utf8mex +Provides: tex-utf8mex = %{tl_version} +License: LPPL +Summary: utf8mex package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(utf8-pl.tex) = %{tl_version} +Provides: tex(utf8plsq.tex) = %{tl_version} + +%description utf8mex +utf8mex package + +%post utf8mex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun utf8mex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans utf8mex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package utf8mex-doc +Summary: Documentation for utf8mex +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-utf8mex-doc +BuildArch: noarch +AutoReqProv: No + +%description utf8mex-doc +Documentation for utf8mex + +%package collection-langportuguese +Summary: Portuguese +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-babel-portuges +Requires: texlive-beamer-tut-pt-doc +Requires: texlive-cursolatex-doc +Requires: tex-hyphen-portuguese +Requires: texlive-latexcheat-ptbr-doc +Requires: texlive-lshort-portuguese-doc +Requires: tex-ordinalpt +Requires: texlive-xypic-tut-pt-doc + +%description collection-langportuguese +Support for Portuguese. + +%package cursolatex-doc +Summary: Documentation for cursolatex +Version: svn24139.0 +Release: %{tl_noarch_release} +Provides: tex-cursolatex-doc +BuildArch: noarch +AutoReqProv: No + +%description cursolatex-doc +Documentation for cursolatex + +%package hyphen-portuguese +Provides: tex-hyphen-portuguese = %{tl_version} +License: LPPL +Summary: Portuguese hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-portuguese +Hyphenation patterns for Portuguese in T1/EC and UTF-8 +encodings. + +%post hyphen-portuguese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/portuguese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "portuguese loadhyph-pt.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=portuges/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=portuges" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-portuguese +if [ $1 == 0 ] ; then +sed -i '/portuguese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=portuges/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-portuguese +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexcheat-ptbr-doc +Summary: Documentation for latexcheat-ptbr +Version: svn15878.1.13 +Release: %{tl_noarch_release} +Provides: tex-latexcheat-ptbr-doc +BuildArch: noarch +AutoReqProv: No + +%description latexcheat-ptbr-doc +Documentation for latexcheat-ptbr + +%package lshort-portuguese-doc +Summary: Documentation for lshort-portuguese +Version: svn22569.5.01.0 +Release: %{tl_noarch_release} +Provides: tex-lshort-portuguese-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-portuguese-doc +Documentation for lshort-portuguese + +%package ordinalpt +Provides: tex-ordinalpt = %{tl_version} +License: LPPL +Summary: Counters as ordinal numbers in Portuguese +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ordinalpt.sty) = %{tl_version} + +%description ordinalpt +The package provides a counter style (like \arabic, \alph and +others) which produces as output strings like "primeiro" +("first" in Portuguese), "segundo" (second), and so on up to +1999th. Separate counter commands are provided for different +letter case variants, and for masculine and feminine gender +inflections. + +date: 2007-02-25 09:43:45 +0100 + +%post ordinalpt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ordinalpt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ordinalpt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ordinalpt-doc +Summary: Documentation for ordinalpt +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-ordinalpt-doc +BuildArch: noarch +AutoReqProv: No + +%description ordinalpt-doc +Documentation for ordinalpt + +%package xypic-tut-pt-doc +Summary: Documentation for xypic-tut-pt +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-xypic-tut-pt-doc +BuildArch: noarch +AutoReqProv: No + +%description xypic-tut-pt-doc +Documentation for xypic-tut-pt + +%package collection-langspanish +Summary: Spanish +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-babel-catalan +Requires: tex-babel-galician +Requires: tex-babel-spanish +Requires: texlive-es-tex-faq-doc +Requires: tex-hyphen-catalan +Requires: tex-hyphen-galician +Requires: tex-hyphen-spanish +Requires: texlive-l2tabu-spanish-doc +Requires: tex-latex2e-help-texinfo-spanish +Requires: texlive-latexcheat-esmx-doc +Requires: texlive-lshort-spanish-doc +Requires: tex-spanish-mx + +%description collection-langspanish +Support for Spanish. + +%package es-tex-faq-doc +Summary: Documentation for es-tex-faq +Version: svn15878.1.97 +Release: %{tl_noarch_release} +Provides: tex-es-tex-faq-doc +BuildArch: noarch +AutoReqProv: No + +%description es-tex-faq-doc +Documentation for es-tex-faq + +%package hyphen-catalan +Provides: tex-hyphen-catalan = %{tl_version} +License: LPPL +Summary: Catalan hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-catalan +Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings. + +%post hyphen-catalan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/catalan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "catalan loadhyph-ca.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-catalan +if [ $1 == 0 ] ; then +sed -i '/catalan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-catalan +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-galician +Provides: tex-hyphen-galician = %{tl_version} +License: LPPL +Summary: Galician hyphenation patterns +Version: svn25990.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-galician +Hyphenation patterns for Galician in T1/EC and UTF-8 encodings. + +%post hyphen-galician +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/galician.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "galician loadhyph-gl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-galician +if [ $1 == 0 ] ; then +sed -i '/galician.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-galician +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphen-spanish +Provides: tex-hyphen-spanish = %{tl_version} +License: LPPL +Summary: Spanish hyphenation patterns +Version: svn25990.4.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-hyphen-base +Requires: tex-hyph-utf8 + +%description hyphen-spanish +Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings. + +date: 2009-08-01 23:35:18 +0200 + +%post hyphen-spanish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/spanish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "spanish loadhyph-es.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/=espanol/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat +echo "=espanol" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat +sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def +echo "\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def +touch /var/run/texlive/run-fmtutil +fi +: + +%postun hyphen-spanish +if [ $1 == 0 ] ; then +sed -i '/spanish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 + sed -i '/=espanol/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 +sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-fmtutil +fi +: + +%posttrans hyphen-spanish +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-fmtutil ]; then %{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package l2tabu-spanish-doc +Summary: Documentation for l2tabu-spanish +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-l2tabu-spanish-doc +BuildArch: noarch +AutoReqProv: No + +%description l2tabu-spanish-doc +Documentation for l2tabu-spanish + +%package latex2e-help-texinfo-spanish +Provides: tex-latex2e-help-texinfo-spanish = %{tl_version} +License: LPPL +Summary: latex2e-help-texinfo-spanish package +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info + +%description latex2e-help-texinfo-spanish +latex2e-help-texinfo-spanish package + +%preun latex2e-help-texinfo-spanish +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/latex2e-es.info %{_infodir}/dir 2>/dev/null || : +fi + +%post latex2e-help-texinfo-spanish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/latex2e-es.info %{_infodir}/dir 2>/dev/null +: + +%postun latex2e-help-texinfo-spanish +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2e-help-texinfo-spanish +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latex2e-help-texinfo-spanish-doc +Summary: Documentation for latex2e-help-texinfo-spanish +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-latex2e-help-texinfo-spanish-doc +BuildArch: noarch +AutoReqProv: No + +%description latex2e-help-texinfo-spanish-doc +Documentation for latex2e-help-texinfo-spanish + +%package latexcheat-esmx-doc +Summary: Documentation for latexcheat-esmx +Version: svn16664.0 +Release: %{tl_noarch_release} +Provides: tex-latexcheat-esmx-doc +BuildArch: noarch +AutoReqProv: No + +%description latexcheat-esmx-doc +Documentation for latexcheat-esmx + +%package lshort-spanish-doc +Summary: Documentation for lshort-spanish +Version: svn17269.0.4 +Release: %{tl_noarch_release} +Provides: tex-lshort-spanish-doc +BuildArch: noarch +AutoReqProv: No + +%description lshort-spanish-doc +Documentation for lshort-spanish + +%package spanish-mx +Provides: tex-spanish-mx = %{tl_version} +License: LPPL +Summary: Typeset Spanish as in Mexico +Version: svn15878.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(esmx.cfg) = %{tl_version} +Provides: tex(spanishmx.ldf) = %{tl_version} +Provides: tex(spanishmx.sty) = %{tl_version} + +%description spanish-mx +The bundle provides files to support typesetting of texts in +Spanish according to Mexican current practices, using babel. +The files merge earlier work on a mexican.ldf, or may be used +to define a configuration that will typeset all documents (that +request babel's spanish option) to use the Mexican language +facilities. (Note that this facility is only available with the +recent (version >=4.2b) releases of the Spanish option.) + +date: 2009-01-10 16:42:45 +0100 + +%post spanish-mx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spanish-mx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spanish-mx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spanish-mx-doc +Summary: Documentation for spanish-mx +Version: svn15878.1.1a +Release: %{tl_noarch_release} +Provides: tex-spanish-mx-doc +BuildArch: noarch +AutoReqProv: No + +%description spanish-mx-doc +Documentation for spanish-mx + +%package collection-latexextra +Summary: LaTeX additional packages +Version: svn30599.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-pictures +Requires: tex-2up +Requires: tex-ESIEEcv +Requires: tex-GS1 +Requires: tex-HA-prosper +Requires: tex-Tabbing +Requires: tex-a0poster +Requires: tex-a4wide +Requires: tex-a5comb +Requires: tex-abraces +Requires: tex-abstract +Requires: tex-achemso +Requires: tex-acro +Requires: tex-acronym +Requires: tex-acroterm +Requires: tex-actuarialangle +Requires: tex-addlines +Requires: tex-adjmulticol +Requires: tex-adjustbox +Requires: tex-adrconv +Requires: tex-advdate +Requires: tex-akktex +Requires: tex-akletter +Requires: tex-alterqcm +Requires: tex-altfont +Requires: tex-amsaddr +Requires: tex-animate +Requires: tex-anonchap +Requires: tex-answers +Requires: tex-anyfontsize +Requires: tex-appendix +Requires: tex-appendixnumberbeamer +Requires: tex-apptools +Requires: tex-arcs +Requires: tex-arrayjobx +Requires: tex-assignment +Requires: tex-attachfile +Requires: tex-autopdf +Requires: tex-authoraftertitle +Requires: tex-authorindex +Requires: tex-autonum +Requires: tex-background +Requires: tex-bashful +Requires: tex-bchart +Requires: tex-beamer2thesis +Requires: tex-beameraudience +Requires: tex-beamerposter +Requires: tex-beamersubframe +Requires: tex-beamertheme-upenn-bc +Requires: tex-beamerthemejltree +Requires: tex-beamerthemenirma +Requires: tex-begriff +Requires: tex-beton +Requires: tex-bez123 +Requires: tex-bezos +Requires: tex-bhcexam +Requires: tex-bigfoot +Requires: tex-bigints +Requires: tex-bizcard +Requires: tex-blindtext +Requires: tex-blkarray +Requires: tex-block +Requires: tex-blowup +Requires: tex-boites +Requires: tex-bold-extra +Requires: tex-bookest +Requires: tex-booklet +Requires: tex-boolexpr +Requires: tex-bophook +Requires: tex-boxedminipage +Requires: tex-boxhandler +Requires: tex-bracketkey +Requires: tex-braket +Requires: tex-breakurl +Requires: tex-bullcntr +Requires: tex-bussproofs +Requires: tex-bxdpx-beamer +Requires: tex-calcage +Requires: tex-calctab +Requires: tex-calculator +Requires: tex-calrsfs +Requires: tex-cals +Requires: tex-calxxxx-yyyy +Requires: tex-cancel +Requires: tex-canoniclayout +Requires: tex-capt-of +Requires: tex-captcont +Requires: tex-captdef +Requires: tex-cases +Requires: tex-casyl +Requires: tex-catchfilebetweentags +Requires: tex-catechis +Requires: tex-catoptions +Requires: tex-cbcoptic +Requires: tex-ccaption +Requires: tex-cclicenses +Requires: tex-cd +Requires: tex-cd-cover +Requires: tex-cdpbundl +Requires: tex-cellspace +Requires: tex-censor +Requires: tex-changebar +Requires: tex-changelayout +Requires: tex-changepage +Requires: tex-changes +Requires: tex-chappg +Requires: tex-chapterfolder +Requires: tex-chet +Requires: tex-chextras +Requires: tex-chkfloat +Requires: tex-chletter +Requires: tex-chngcntr +Requires: tex-chronology +Requires: tex-circ +Requires: tex-classics +Requires: tex-clefval +Requires: tex-cleveref +Requires: tex-clipboard +Requires: tex-clock +Requires: tex-cmdstring +Requires: tex-cmsd +Requires: tex-codedoc +Requires: tex-codepage +Requires: tex-collcell +Requires: tex-collectbox +Requires: tex-colordoc +Requires: tex-colorinfo +Requires: tex-colortab +Requires: tex-colorwav +Requires: tex-colourchange +Requires: tex-combelow +Requires: tex-combine +Requires: tex-comma +Requires: tex-commado +Requires: tex-comment +Requires: tex-concepts +Requires: tex-concprog +Requires: tex-constants +Requires: tex-contour +Requires: tex-contracard +Requires: tex-cooking +Requires: tex-cool +Requires: tex-coollist +Requires: tex-coolstr +Requires: tex-coolthms +Requires: tex-cooltooltips +Requires: tex-coordsys +Requires: tex-copyrightbox +Requires: tex-coseoul +Requires: tex-counttexruns +Requires: tex-courseoutline +Requires: tex-coursepaper +Requires: tex-coverpage +Requires: tex-cprotect +Requires: tex-crbox +Requires: tex-crossreference +Requires: tex-csquotes +Requires: tex-csvsimple +Requires: tex-csvtools +Requires: tex-cuisine +Requires: tex-currfile +Requires: tex-currvita +Requires: tex-cutwin +Requires: tex-cv +Requires: tex-cweb-latex +Requires: tex-dashbox +Requires: tex-dashrule +Requires: tex-dashundergaps +Requires: tex-datatool +Requires: tex-dateiliste +Requires: tex-datenumber +Requires: tex-datetime +Requires: tex-dblfloatfix +Requires: tex-decimal +Requires: tex-decorule +Requires: tex-delim +Requires: tex-delimtxt +Requires: tex-diagbox +Requires: tex-diagnose +Requires: tex-dialogl +Requires: tex-dichokey +Requires: tex-dinbrief +Requires: tex-directory +Requires: tex-dirtytalk +Requires: tex-dlfltxb +Requires: tex-dnaseq +Requires: tex-docmfp +Requires: tex-docmute +Requires: tex-documentation +Requires: tex-doi +Requires: tex-dotarrow +Requires: tex-dotseqn +Requires: tex-download +Requires: tex-dox +Requires: tex-dpfloat +Requires: tex-dprogress +Requires: tex-drac +Requires: tex-draftcopy +Requires: tex-draftwatermark +Requires: tex-dtk +Requires: texlive-dtxgallery-doc +Requires: tex-dvdcoll +Requires: tex-dynblocks +Requires: tex-easy +Requires: tex-easy-todo +Requires: tex-easyfig +Requires: tex-easylist +Requires: tex-ean13isbn +Requires: tex-ebezier +Requires: tex-ecclesiastic +Requires: tex-ecv +Requires: tex-ed +Requires: tex-edmargin +Requires: tex-eemeir +Requires: tex-egplot +Requires: tex-ellipsis +Requires: tex-elmath +Requires: tex-elpres +Requires: tex-emarks +Requires: tex-embrac +Requires: tex-emptypage +Requires: tex-emulateapj +Requires: tex-endfloat +Requires: tex-endheads +Requires: tex-endnotes +Requires: tex-engpron +Requires: tex-engrec +Requires: tex-enotez +Requires: tex-enumitem +Requires: tex-enumitem-zref +Requires: tex-envbig +Requires: tex-environ +Requires: tex-envlab +Requires: tex-epigraph +Requires: tex-epiolmec +Requires: tex-eqell +Requires: tex-eqlist +Requires: tex-eqname +Requires: tex-eqparbox +Requires: tex-errata +Requires: tex-esami +Requires: tex-esdiff +Requires: tex-esint +Requires: tex-esint-type1 +Requires: tex-etaremune +Requires: tex-etextools +Requires: tex-etoc +Requires: tex-etoolbox +Requires: tex-eukdate +Requires: tex-europecv +Requires: tex-everyhook +Requires: tex-everypage +Requires: tex-exam +Requires: tex-examdesign +Requires: tex-examplep +Requires: tex-exceltex +Requires: tex-excludeonly +Requires: tex-exercise +Requires: tex-exp-testopt +Requires: tex-expdlist +Requires: tex-export +Requires: tex-exsheets +Requires: tex-exsol +Requires: tex-extract +Requires: tex-facsimile +Requires: tex-factura +Requires: tex-fancynum +Requires: tex-fancypar +Requires: tex-fancytabs +Requires: tex-fancytooltips +Requires: tex-figsize +Requires: tex-filecontents +Requires: tex-filedate +Requires: tex-filehook +Requires: tex-fileinfo +Requires: tex-filemod +Requires: tex-fink +Requires: tex-finstrut +Requires: tex-fixfoot +Requires: tex-fixme +Requires: tex-fixmetodonotes +Requires: tex-fjodor +Requires: tex-flabels +Requires: tex-flacards +Requires: tex-flagderiv +Requires: tex-flashcards +Requires: tex-flashmovie +Requires: tex-flipbook +Requires: tex-flippdf +Requires: tex-floatflt +Requires: tex-floatrow +Requires: tex-flowfram +Requires: tex-fmp +Requires: tex-fmtcount +Requires: tex-fn2end +Requires: tex-fnbreak +Requires: tex-fncychap +Requires: tex-fncylab +Requires: tex-fnpara +Requires: tex-fnpct +Requires: tex-fnumprint +Requires: tex-foilhtml +Requires: tex-fontaxes +Requires: tex-fonttable +Requires: tex-footmisc +Requires: tex-footnotebackref +Requires: tex-footnoterange +Requires: tex-footnpag +Requires: tex-forarray +Requires: tex-foreign +Requires: tex-forloop +Requires: tex-formular +Requires: tex-fragments +Requires: tex-frame +Requires: tex-framed +Requires: tex-frankenstein +Requires: tex-frege +Requires: tex-ftcap +Requires: tex-ftnxtra +Requires: tex-fullblck +Requires: tex-fullwidth +Requires: tex-fundus-calligra +Requires: tex-fundus-cyr +Requires: tex-fundus-sueterlin +Requires: tex-fwlw +Requires: tex-g-brief +Requires: tex-gauss +Requires: tex-gcard +Requires: tex-gcite +Requires: tex-genmpage +Requires: tex-getfiledate +Requires: tex-ginpenc +Requires: tex-gitinfo +Requires: tex-gloss +Requires: tex-glossaries +Requires: tex-gmdoc +Requires: tex-gmdoc-enhance +Requires: tex-gmeometric +Requires: tex-gmiflink +Requires: tex-gmutils +Requires: tex-gmverb +Requires: tex-graphicx-psmin +Requires: tex-grfpaste +Requires: tex-grid +Requires: tex-gridset +Requires: tex-guitlogo +Requires: tex-hanging +Requires: tex-hardwrap +Requires: tex-harnon-cv +Requires: tex-harpoon +Requires: tex-hc +Requires: tex-he-she +Requires: tex-hhtensor +Requires: tex-histogr +Requires: tex-hitec +Requires: tex-hletter +Requires: tex-hpsdiss +Requires: tex-hrefhide +Requires: tex-hvindex +Requires: tex-hypdvips +Requires: tex-hyper +Requires: tex-hypernat +Requires: texlive-hyperref-docsrc-doc +Requires: tex-hyperxmp +Requires: tex-hyphenat +Requires: tex-idxlayout +Requires: tex-ifmslide +Requires: tex-ifmtarg +Requires: tex-ifnextok +Requires: tex-ifoddpage +Requires: tex-ifplatform +Requires: tex-ifthenx +Requires: tex-iitem +Requires: tex-image-gallery +Requires: tex-imakeidx +Requires: tex-import +Requires: tex-incgraph +Requires: tex-inlinedef +Requires: tex-inputtrc +Requires: tex-interactiveworkbook +Requires: tex-interfaces +Requires: tex-inversepath +Requires: tex-invoice +Requires: tex-iso +Requires: tex-iso10303 +Requires: tex-isodate +Requires: tex-isonums +Requires: tex-isodoc +Requires: tex-isorot +Requires: tex-isotope +Requires: tex-issuulinks +Requires: tex-iwhdp +Requires: tex-jvlisting +Requires: tex-kantlipsum +Requires: tex-kerntest +Requires: tex-keycommand +Requires: tex-keyreader +Requires: tex-keystroke +Requires: tex-keyval2e +Requires: tex-kix +Requires: tex-koma-moderncvclassic +Requires: tex-koma-script-sfs +Requires: tex-ktv-texdata +Requires: tex-labbook +Requires: tex-labelcas +Requires: tex-labels +Requires: tex-lastpage +Requires: tex-layouts +Requires: tex-lazylist +Requires: tex-lcd +Requires: tex-lcg +Requires: tex-leading +Requires: tex-leaflet +Requires: tex-leftidx +Requires: tex-lettre +Requires: tex-lettrine +Requires: tex-lewis +Requires: tex-lhelp +Requires: tex-libgreek +Requires: tex-limap +Requires: tex-linegoal +Requires: tex-lipsum +Requires: tex-lisp-on-tex +Requires: tex-listing +Requires: tex-listofsymbols +Requires: tex-listliketab +Requires: tex-lkproof +Requires: tex-lmake +Requires: tex-locality +Requires: tex-localloc +Requires: tex-logbox +Requires: tex-logical-markup-utils +Requires: tex-logpap +Requires: tex-longnamefilelist +Requires: tex-loops +Requires: tex-lsc +Requires: tex-lstaddons +Requires: tex-ltablex +Requires: tex-ltabptch +Requires: tex-ltxdockit +Requires: tex-ltxindex +Requires: tex-ltxkeys +Requires: tex-ltxnew +Requires: tex-ltxtools +Requires: tex-magaz +Requires: tex-mailing +Requires: tex-mailmerge +Requires: tex-makebarcode +Requires: tex-makebox +Requires: tex-makecell +Requires: tex-makecirc +Requires: tex-makecmds +Requires: tex-makedtx +Requires: tex-makeglos +Requires: tex-mandi +Requires: tex-manfnt +Requires: tex-manuscript +Requires: tex-marginfix +Requires: tex-marginnote +Requires: tex-mathalfa +Requires: tex-mathastext +Requires: tex-mathexam +Requires: tex-maybemath +Requires: tex-mbenotes +Requires: tex-mcaption +Requires: tex-mceinleger +Requires: tex-mcite +Requires: tex-mciteplus +Requires: tex-mdframed +Requires: tex-media9 +Requires: tex-meetingmins +Requires: tex-memexsupp +Requires: tex-memory +Requires: tex-menu +Requires: tex-menukeys +Requires: tex-method +Requires: tex-metre +Requires: tex-mftinc +Requires: tex-midpage +Requires: tex-minibox +Requires: tex-minifp +Requires: tex-minipage-marginpar +Requires: tex-minitoc +Requires: tex-minted +Requires: tex-minutes +Requires: tex-misc209 +Requires: tex-mla-paper +Requires: tex-mlist +Requires: tex-mmap +Requires: tex-mnotes +Requires: tex-moderncv +Requires: tex-moderntimeline +Requires: tex-modref +Requires: tex-modroman +Requires: tex-monofill +Requires: tex-moreenum +Requires: tex-morefloats +Requires: tex-morehype +Requires: tex-moresize +Requires: tex-moreverb +Requires: tex-morewrites +Requires: tex-movie15 +Requires: tex-mparhack +Requires: tex-msc +Requires: tex-msg +Requires: tex-mslapa +Requires: tex-mtgreek +Requires: tex-multenum +Requires: tex-multibbl +Requires: tex-multicap +Requires: tex-multienv +Requires: tex-multiexpand +Requires: tex-multirow +Requires: tex-mversion +Requires: tex-mwe +Requires: tex-mycv +Requires: tex-mylatexformat +Requires: tex-nag +Requires: tex-nameauth +Requires: tex-namespc +Requires: tex-ncclatex +Requires: tex-ncctools +Requires: tex-needspace +Requires: tex-nestquot +Requires: texlive-newcommand-doc +Requires: tex-newenviron +Requires: tex-newfile +Requires: tex-newlfm +Requires: tex-newspaper +Requires: tex-newunicodechar +Requires: tex-newvbtm +Requires: tex-newverbs +Requires: tex-nextpage +Requires: tex-nfssext-cfr +Requires: tex-nicefilelist +Requires: tex-niceframe +Requires: tex-nicetext +Requires: tex-nlctdoc +Requires: tex-noconflict +Requires: tex-noitcrul +Requires: tex-nolbreaks +Requires: tex-nomencl +Requires: tex-nomentbl +Requires: tex-nonfloat +Requires: tex-nonumonpart +Requires: tex-nopageno +Requires: tex-notes +Requires: tex-notoccite +Requires: tex-nowidow +Requires: tex-ntheorem +Requires: tex-numberedblock +Requires: tex-numname +Requires: tex-numprint +Requires: tex-ocg-p +Requires: tex-ocgx +Requires: tex-ocr-latex +Requires: tex-octavo +Requires: tex-oldstyle +Requires: tex-onlyamsmath +Requires: tex-opcit +Requires: tex-optional +Requires: tex-outline +Requires: tex-outliner +Requires: tex-overpic +Requires: tex-pagecolor +Requires: tex-pagecont +Requires: tex-pagenote +Requires: tex-pagerange +Requires: tex-pageslts +Requires: tex-paper +Requires: tex-papercdcase +Requires: tex-papermas +Requires: tex-papertex +Requires: tex-paracol +Requires: tex-paralist +Requires: tex-paresse +Requires: tex-parnotes +Requires: tex-parselines +Requires: tex-patchcmd +Requires: tex-pauldoc +Requires: tex-pawpict +Requires: tex-pax +Requires: tex-pbox +Requires: tex-pbsheet +Requires: tex-pdf14 +Requires: tex-pdfcomment +Requires: tex-pdfcprot +Requires: tex-pdfmarginpar +Requires: tex-pdfscreen +Requires: tex-pdfslide +Requires: tex-pdfsync +Requires: tex-pdfwin +Requires: tex-pdfx +Requires: tex-pecha +Requires: tex-perltex +Requires: tex-permute +Requires: tex-petiteannonce +Requires: tex-philex +Requires: tex-photo +Requires: tex-piff +Requires: tex-pittetd +Requires: tex-placeins +Requires: tex-plates +Requires: tex-plantslabels +Requires: tex-plweb +Requires: tex-polynom +Requires: tex-polynomial +Requires: tex-polytable +Requires: tex-postcards +Requires: tex-poster-mac +Requires: tex-ppr-prv +Requires: tex-preprint +Requires: tex-prettyref +Requires: tex-printlen +Requires: tex-probsoln +Requires: tex-program +Requires: tex-progress +Requires: tex-progressbar +Requires: tex-properties +Requires: tex-prosper +Requires: tex-protex +Requires: tex-protocol +Requires: tex-psfragx +Requires: tex-pst-pdf +Requires: tex-pstool +Requires: tex-pxgreeks +Requires: tex-python +Requires: tex-qcm +Requires: tex-quoting +Requires: tex-qstest +Requires: tex-qsymbols +Requires: tex-quotchap +Requires: tex-quotmark +Requires: tex-ran_toks +Requires: tex-randtext +Requires: tex-rccol +Requires: tex-rcs-multi +Requires: tex-rcsinfo +Requires: tex-readarray +Requires: tex-realboxes +Requires: tex-recipe +Requires: tex-recipecard +Requires: tex-rectopma +Requires: tex-refcheck +Requires: tex-refman +Requires: tex-refstyle +Requires: tex-regcount +Requires: tex-regexpatch +Requires: tex-register +Requires: tex-regstats +Requires: tex-relenc +Requires: tex-relsize +Requires: tex-repeatindex +Requires: tex-rjlparshap +Requires: tex-rlepsf +Requires: tex-rmpage +Requires: tex-robustcommand +Requires: tex-robustindex +Requires: tex-romanbar +Requires: tex-romanneg +Requires: tex-romannum +Requires: tex-rotfloat +Requires: tex-rotpages +Requires: tex-roundbox +Requires: tex-rterface +Requires: tex-rtkinenc +Requires: tex-rvwrite +Requires: tex-sauerj +Requires: tex-savefnmark +Requires: tex-savesym +Requires: tex-savetrees +Requires: tex-scale +Requires: tex-scalebar +Requires: tex-scalerel +Requires: tex-sdrt +Requires: tex-secdot +Requires: tex-sectionbox +Requires: tex-sectsty +Requires: tex-selectp +Requires: tex-semantic +Requires: tex-semioneside +Requires: tex-sepfootnotes +Requires: tex-seqsplit +Requires: tex-sf298 +Requires: tex-sffms +Requires: tex-sfmath +Requires: tex-shadow +Requires: tex-shadowtext +Requires: tex-shadethm +Requires: tex-shapepar +Requires: tex-shipunov +Requires: tex-shorttoc +Requires: tex-show2e +Requires: tex-showcharinbox +Requires: tex-showdim +Requires: tex-showexpl +Requires: tex-showlabels +Requires: tex-sidecap +Requires: tex-sidenotes +Requires: tex-silence +Requires: tex-simplecd +Requires: tex-simplecv +Requires: tex-simplewick +Requires: tex-sitem +Requires: tex-skb +Requires: tex-skdoc +Requires: tex-skeycommand +Requires: tex-skeyval +Requires: tex-skrapport +Requires: tex-slantsc +Requires: tex-smalltableof +Requires: tex-smartref +Requires: tex-snapshot +Requires: tex-snotez +Requires: tex-soul +Requires: tex-spanglish +Requires: tex-sparklines +Requires: tex-spreadtab +Requires: tex-spverbatim +Requires: tex-splitindex +Requires: tex-spot +Requires: tex-spotcolor +Requires: tex-srbook-mem +Requires: tex-srcltx +Requires: tex-sseq +Requires: tex-stack +Requires: tex-standalone +Requires: tex-statistik +Requires: tex-stdclsdv +Requires: tex-stdpage +Requires: tex-stex +Requires: tex-storebox +Requires: tex-storecmd +Requires: tex-stringstrings +Requires: tex-sttools +Requires: tex-stubs +Requires: tex-subdepth +Requires: tex-subeqn +Requires: tex-subeqnarray +Requires: tex-subfigmat +Requires: tex-subfigure +Requires: tex-subfiles +Requires: tex-subfloat +Requires: tex-substitutefont +Requires: tex-substr +Requires: tex-supertabular +Requires: tex-svg +Requires: tex-svgcolor +Requires: tex-svn +Requires: tex-svn-multi +Requires: tex-svn-prov +Requires: tex-svninfo +Requires: tex-syntax +Requires: tex-syntrace +Requires: tex-synttree +Requires: tex-tabfigures +Requires: tex-tableaux +Requires: tex-tablefootnote +Requires: tex-tableof +Requires: tex-tablists +Requires: tex-tabls +Requires: tex-tabto-ltx +Requires: tex-tabu +Requires: tex-tabularborder +Requires: tex-tabularcalc +Requires: tex-tabularew +Requires: tex-tabulary +Requires: tex-tagging +Requires: tex-talk +Requires: tex-tamefloats +Requires: tex-tcldoc +Requires: tex-tcolorbox +Requires: tex-tdclock +Requires: tex-technics +Requires: tex-ted +Requires: tex-termcal +Requires: tex-termlist +Requires: tex-tex-label +Requires: tex-texlogos +Requires: tex-texmate +Requires: tex-texments +Requires: tex-texpower +Requires: tex-texshade +Requires: tex-textfit +Requires: tex-textgreek +Requires: tex-textmerg +Requires: tex-textpos +Requires: tex-theoremref +Requires: tex-threadcol +Requires: tex-threeparttable +Requires: tex-threeparttablex +Requires: tex-thinsp +Requires: tex-thmtools +Requires: tex-thumb +Requires: tex-thumbs +Requires: tex-thumby +Requires: tex-ticket +Requires: tex-titlecaps +Requires: tex-titlefoot +Requires: tex-titlepic +Requires: tex-titleref +Requires: tex-titlesec +Requires: tex-titling +Requires: tex-tocbibind +Requires: tex-tocloft +Requires: tex-tocvsec2 +Requires: tex-todo +Requires: tex-todonotes +Requires: tex-tokenizer +Requires: tex-toolbox +Requires: tex-topfloat +Requires: tex-totcount +Requires: tex-totpages +Requires: tex-trfsigns +Requires: tex-trimspaces +Requires: tex-trsym +Requires: tex-trivfloat +Requires: tex-truncate +Requires: tex-tucv +Requires: tex-turnthepage +Requires: tex-twoinone +Requires: tex-twoup +Requires: tex-txgreeks +Requires: tex-type1cm +Requires: tex-typeface +Requires: tex-typogrid +Requires: tex-ucs +Requires: tex-uebungsblatt +Requires: tex-umoline +Requires: tex-underlin +Requires: tex-underoverlap +Requires: tex-undolabl +Requires: tex-units +Requires: tex-upmethodology +Requires: tex-upquote +Requires: tex-uri +Requires: tex-ushort +Requires: tex-varindex +Requires: tex-varsfromjobname +Requires: tex-varwidth +Requires: tex-vdmlisting +Requires: tex-verbasef +Requires: tex-verbatimbox +Requires: tex-verbatimcopy +Requires: tex-verbdef +Requires: tex-verbments +Requires: tex-version +Requires: tex-versions +Requires: tex-vertbars +Requires: tex-vhistory +Requires: tex-vmargin +Requires: tex-volumes +Requires: tex-vpe +Requires: tex-vruler +Requires: tex-vwcol +Requires: tex-wallpaper +Requires: tex-warning +Requires: tex-warpcol +Requires: tex-was +Requires: tex-widetable +Requires: tex-williams +Requires: tex-wordlike +Requires: tex-wrapfig +Requires: tex-xargs +Requires: tex-xbmc +Requires: tex-xcomment +Requires: tex-xhfill +Requires: tex-xtab +Requires: tex-xdoc +Requires: tex-xfor +Requires: tex-xifthen +Requires: tex-xint +Requires: tex-xmpincl +Requires: tex-xnewcommand +Requires: tex-xoptarg +Requires: tex-xpatch +Requires: tex-xpeek +Requires: tex-xpunctuate +Requires: tex-xstring +Requires: tex-xwatermark +Requires: tex-xytree +Requires: tex-yafoot +Requires: tex-yagusylo +Requires: tex-ydoc +Requires: tex-yplan +Requires: tex-zed-csp +Requires: tex-ziffer +Requires: tex-zwgetfdate +Requires: tex-zwpagelayout + +%description collection-latexextra +A very large collection of add-on packages for LaTeX. + +%package collection-latexrecommended +Summary: LaTeX recommended packages +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-anysize +Requires: tex-beamer +Requires: tex-booktabs +Requires: tex-caption +Requires: tex-cite +Requires: tex-cmap +Requires: tex-crop +Requires: tex-ctable +Requires: tex-ec +Requires: tex-eso-pic +Requires: tex-euler +Requires: tex-extsizes +Requires: tex-fancybox +Requires: tex-fancyref +Requires: tex-fancyvrb +Requires: tex-float +Requires: tex-fontspec +Requires: tex-fp +Requires: tex-index +Requires: tex-jknapltx +Requires: tex-koma-script +Requires: tex-l3kernel +Requires: tex-l3packages +Requires: tex-l3experimental +Requires: tex-listings +Requires: tex-mdwtools +Requires: tex-memoir +Requires: tex-metalogo +Requires: tex-mh +Requires: tex-microtype +Requires: tex-ms +Requires: tex-ntgclass +Requires: tex-parskip +Requires: tex-pdfpages +Requires: tex-powerdot +Requires: tex-psfrag +Requires: tex-rcs +Requires: tex-rotating +Requires: tex-sansmath +Requires: tex-section +Requires: tex-seminar +Requires: tex-sepnum +Requires: tex-setspace +Requires: tex-subfig +Requires: tex-textcase +Requires: tex-thumbpdf +Requires: tex-typehtml +Requires: tex-underscore +Requires: tex-url +Requires: tex-xcolor +Requires: tex-xkeyval +Provides: tex(latex) = %{tl_version}, texlive-latex = %{tl_version} +Requires: texlive-collection-fontsrecommended + +%description collection-latexrecommended +A collection of recommended add-on packages for LaTeX which +have widespread use. + +%package crop +Provides: tex-crop = %{tl_version} +License: LPPL +Summary: Support for cropmarks +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(graphics.sty) +Provides: tex(crop.sty) = %{tl_version} + +%description crop +A package providing corner marks for camera alignment as well +as for trimming paper stacks, and additional page information +on every page if required. Most macros are easily adaptable to +personal preferences. An option is provided for selectively +suppressing graphics or text, which may be useful for printing +just colour graphics on a colour laser printer and the rest on +a cheap mono laser printer. A page info line contains the time +and a new cropmarks index and is printed at the top of the +page. A configuration command is provided for the info line +font. Options for better collaboration with dvips, pdftex and +vtex are provided. + +date: 2009-07-10 18:40:58 +0200 + +%post crop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun crop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package crop-doc +Summary: Documentation for crop +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-crop-doc +BuildArch: noarch +AutoReqProv: No + +%description crop-doc +Documentation for crop + +%package ctable +Provides: tex-ctable = %{tl_version} +License: LPPL +Summary: Easily typeset centered tables +Version: svn30147.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Requires: tex(array.sty) +Requires: tex(tabularx.sty) +Requires: tex(booktabs.sty) +Requires: tex(rotating.sty) +Requires: tex(transparent.sty) +Provides: tex(ctable.sty) = %{tl_version} + +%description ctable +Provides commands to typeset centered, left- or right-aligned +table and (multiple-)figure floats, with footnotes. Instead of +an environment, a command with 4 arguments is used; the first +is optional and is used for key,value pairs generating +variations on the defaults and offering a route for future +extensions. + +date: 2013-04-28 16:57:58 +0200 + +%post ctable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ctable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ctable-doc +Summary: Documentation for ctable +Version: svn30147.1.24 +Release: %{tl_noarch_release} +Provides: tex-ctable-doc +BuildArch: noarch +AutoReqProv: No + +%description ctable-doc +Documentation for ctable + +%package eso-pic +Provides: tex-eso-pic = %{tl_version} +License: LPPL 1.2 +Summary: Add picture commands (or backgrounds) to every page +Version: svn21515.2.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atbegshi.sty) +Requires: tex(keyval.sty) +Requires: tex(xcolor.sty) +Requires: tex(color.sty) +Provides: tex(eso-pic.sty) = %{tl_version} +Provides: tex(showframe.sty) = %{tl_version} + +%description eso-pic +Eso-pic is an extension of everyshi. Using everyshi's +\EveryShipout command, eso-pic adds one or more user commands +to LaTeX's shipout actions. + +date: 2010-10-06 15:20:29 +0200 + +%post eso-pic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eso-pic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eso-pic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eso-pic-doc +Summary: Documentation for eso-pic +Version: svn21515.2.0c +Release: %{tl_noarch_release} +Provides: tex-eso-pic-doc +BuildArch: noarch +AutoReqProv: No + +%description eso-pic-doc +Documentation for eso-pic + +%package euler +Provides: tex-euler = %{tl_version} +License: LPPL +Summary: Use AMS Euler fonts for math +Version: svn17261.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(euler.sty) = %{tl_version} + +%description euler +Provides a setup for using the AMS Euler family of fonts for +mathematics in LaTeX documents. "The underlying philosophy of +Zapf's Euler design was to capture the flavour of mathematics +as it might be written by a mathematician with excellent +handwriting." [concrete-tug] The euler package is based on +Knuth's macros for the book 'Concrete Mathematics'. The text +fonts for the Concrete book are supported by the beton package. + +date: 2010-02-28 19:16:53 +0100 + +%post euler +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun euler +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euler +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package euler-doc +Summary: Documentation for euler +Version: svn17261.2.5 +Release: %{tl_noarch_release} +Provides: tex-euler-doc +BuildArch: noarch +AutoReqProv: No + +%description euler-doc +Documentation for euler + +%package extsizes +Provides: tex-extsizes = %{tl_version} +License: LPPL +Summary: Extend the standard classes' size options +Version: svn17263.1.4a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(exscale.sty) +Provides: tex(autopagewidth.sty) = %{tl_version} +Provides: tex(extarticle.cls) = %{tl_version} +Provides: tex(extbook.cls) = %{tl_version} +Provides: tex(extletter.cls) = %{tl_version} +Provides: tex(extproc.cls) = %{tl_version} +Provides: tex(extreport.cls) = %{tl_version} +Provides: tex(extsizes.sty) = %{tl_version} +Provides: tex(size14.clo) = %{tl_version} +Provides: tex(size17.clo) = %{tl_version} +Provides: tex(size20.clo) = %{tl_version} +Provides: tex(size8.clo) = %{tl_version} +Provides: tex(size9.clo) = %{tl_version} + +%description extsizes +Provides classes extarticle and extreport, extletter, extbook, +extproc which allow for documents with a base font of size 8- +20pt. + +date: 2010-02-28 19:16:53 +0100 + +%post extsizes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun extsizes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extsizes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package extsizes-doc +Summary: Documentation for extsizes +Version: svn17263.1.4a +Release: %{tl_noarch_release} +Provides: tex-extsizes-doc +BuildArch: noarch +AutoReqProv: No + +%description extsizes-doc +Documentation for extsizes + +%package fancybox +Provides: tex-fancybox = %{tl_version} +License: LPPL 1.2 +Summary: Variants of \fbox and other games with boxes +Version: svn18304.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fancybox.sty) = %{tl_version} + +%description fancybox +Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, +\Ovalbox, with helpful tools for using box macros and flexible +verbatim macros. You can box mathematics, floats, center, +flushleft, and flushright, lists, and pages. + +date: 2010-05-15 22:45:27 +0200 + +%post fancybox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancybox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancybox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancybox-doc +Summary: Documentation for fancybox +Version: svn18304.1.4 +Release: %{tl_noarch_release} +Provides: tex-fancybox-doc +BuildArch: noarch +AutoReqProv: No + +%description fancybox-doc +Documentation for fancybox + +%package fancyref +Provides: tex-fancyref = %{tl_version} +License: GPL+ +Summary: A LaTeX package for fancy cross-referencing +Version: svn15878.0.9c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(varioref.sty) +Provides: tex(fancyref.sty) = %{tl_version} + +%description fancyref +Provides fancy cross-referencing support, based on the +package's reference commands (\fref and \Fref) that recognise +what sort of object is being referenced. So, for example, the +label for a \section would be expected to be of the form +'sec:foo': the package would recognise the 'sec:' part. + +date: 2006-12-05 17:23:05 +0100 + +%post fancyref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancyref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancyref-doc +Summary: Documentation for fancyref +Version: svn15878.0.9c +Release: %{tl_noarch_release} +Provides: tex-fancyref-doc +BuildArch: noarch +AutoReqProv: No + +%description fancyref-doc +Documentation for fancyref + +%package fancyvrb +Provides: tex-fancyvrb = %{tl_version} +License: LPPL +Summary: Sophisticated verbatim text +Version: svn18492.2.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(pstricks.sty) +Requires: tex(color.sty) +Requires: tex(hbaw.sty) +Provides: tex(fancyvrb.sty) = %{tl_version} +Provides: tex(fvrb-ex.sty) = %{tl_version} +Provides: tex(hbaw.sty) = %{tl_version} +Provides: tex(hcolor.sty) = %{tl_version} + +%description fancyvrb +Flexible handling of verbatim text including: verbatim commands +in footnotes; a variety of verbatim environments with many +parameters; ability to define new customized verbatim +environments; save and restore verbatim text and environments; +write and read files in verbatim mode; build "example" +environments (showing both result and verbatim source). + +date: 2010-05-25 20:13:54 +0200 + +%post fancyvrb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancyvrb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyvrb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancyvrb-doc +Summary: Documentation for fancyvrb +Version: svn18492.2.8 +Release: %{tl_noarch_release} +Provides: tex-fancyvrb-doc +BuildArch: noarch +AutoReqProv: No + +%description fancyvrb-doc +Documentation for fancyvrb + +%package float +Provides: tex-float = %{tl_version} +License: LPPL +Summary: Improved interface for floating objects +Version: svn15878.1.3d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(float.sty) = %{tl_version} + +%description float +Improves the interface for defining floating objects such as +figures and tables. Introduces the boxed float, the ruled float +and the plaintop float. You can define your own floats and +improve the behaviour of the old ones. The package also +provides the H float modifier option of the obsolete here +package. You can select this as automatic default with +\floatplacement{figure}{H}. + +date: 2009-09-26 09:33:53 +0200 + +%post float +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun float +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans float +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package float-doc +Summary: Documentation for float +Version: svn15878.1.3d +Release: %{tl_noarch_release} +Provides: tex-float-doc +BuildArch: noarch +AutoReqProv: No + +%description float-doc +Documentation for float + +%package fontspec +Provides: tex-fontspec = %{tl_version} +License: LPPL 1.3 +Summary: Advanced font selection in XeLaTeX and LuaLaTeX +Version: svn30618.v2.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kastrup +Requires: tex-l3kernel +Requires: tex-l3packages +Requires: tex-lm +Requires: tex(fontenc.sty) +Requires: tex(xunicode.sty) +Requires: tex(fixltx2e.sty) +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(luaotfload.sty) +Provides: tex(fontspec-luatex.sty) = %{tl_version} +Provides: tex(fontspec-patches.sty) = %{tl_version} +Provides: tex(fontspec-xetex.sty) = %{tl_version} +Provides: tex(fontspec.cfg) = %{tl_version} +Provides: tex(fontspec.sty) = %{tl_version} + +%description fontspec +Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an +automatic and unified interface to feature-rich AAT and +OpenType fonts through the NFSS in LaTeX running on XeTeX or +LuaTeX engines. The package requires the l3kernel and xparse +bundles from the LaTeX 3 development team. + +date: 2013-03-17 00:29:52 +0100 + +%post fontspec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontspec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontspec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontspec-doc +Summary: Documentation for fontspec +Version: svn30618.v2.3a +Release: %{tl_noarch_release} +Provides: tex-fontspec-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-kastrup-doc +Requires: tex-l3kernel-doc +Requires: tex-l3packages-doc +Requires: tex-lm-doc + +%description fontspec-doc +Documentation for fontspec + +%package l3kernel +Provides: tex-l3kernel = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX3 programming conventions +Version: svn29409.SVN_4469 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(l3expan.sty) +Requires: tex(l3seq.sty) +Requires: tex(l3quark.sty) +Requires: tex(l3clist.sty) +Requires: tex(l3prop.sty) +Requires: tex(l3file.sty) +Requires: tex(l3keys.sty) +Requires: tex(l3box.sty) +Requires: tex(l3color.sty) +Requires: tex(l3candidates.sty) +Requires: tex(ifpdf.sty) +Requires: tex(graphics.sty) +Requires: tex(luatex.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(doc.sty) +Requires: tex(array.sty) +Requires: tex(alphalph.sty) +Requires: tex(amsmath.sty) +Requires: tex(booktabs.sty) +Requires: tex(color.sty) +Requires: tex(colortbl.sty) +Requires: tex(fixltx2e.sty) +Requires: tex(hologo.sty) +Requires: tex(enumitem.sty) +Requires: tex(pifont.sty) +Requires: tex(textcomp.sty) +Requires: tex(trace.sty) +Requires: tex(underscore.sty) +Requires: tex(csquotes.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(verbatim.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(hypdoc.sty) +Provides: tex(expl3.sty) = %{tl_version} +Provides: tex(l3basics.sty) = %{tl_version} +Provides: tex(l3bootstrap.sty) = %{tl_version} +Provides: tex(l3box.sty) = %{tl_version} +Provides: tex(l3candidates.sty) = %{tl_version} +Provides: tex(l3clist.sty) = %{tl_version} +Provides: tex(l3coffins.sty) = %{tl_version} +Provides: tex(l3color.sty) = %{tl_version} +Provides: tex(l3doc.cls) = %{tl_version} +Provides: tex(l3docstrip.tex) = %{tl_version} +Provides: tex(l3dvipdfmx.def) = %{tl_version} +Provides: tex(l3dvips.def) = %{tl_version} +Provides: tex(l3expan.sty) = %{tl_version} +Provides: tex(l3file.sty) = %{tl_version} +Provides: tex(l3fp.sty) = %{tl_version} +Provides: tex(l3int.sty) = %{tl_version} +Provides: tex(l3keys.sty) = %{tl_version} +Provides: tex(l3luatex.sty) = %{tl_version} +Provides: tex(l3msg.sty) = %{tl_version} +Provides: tex(l3names.sty) = %{tl_version} +Provides: tex(l3pdfmode.def) = %{tl_version} +Provides: tex(l3prg.sty) = %{tl_version} +Provides: tex(l3prop.sty) = %{tl_version} +Provides: tex(l3quark.sty) = %{tl_version} +Provides: tex(l3seq.sty) = %{tl_version} +Provides: tex(l3skip.sty) = %{tl_version} +Provides: tex(l3tl.sty) = %{tl_version} +Provides: tex(l3token.sty) = %{tl_version} +Provides: tex(l3xdvipdfmx.def) = %{tl_version} + +%description l3kernel +The l3kernel bundle provides an implementation of the LaTeX3 +programmers' interface, as a set of packages that run under +LaTeX 2e. The interface provides the foundation on which the +LaTeX3 kernel and other future code are built: it is an API for +TeX programmers. The packages are set up so that the LaTeX3 +conventions can be used with regular LaTeX 2e packages. All the +files of the bundle are also available in the Subversion (SVN) +repository of the LaTeX3 Project. The bundle on CTAN is based +on a snapshot of the SVN repository on 2012-11-21. + +date: 2013-03-14 21:55:57 +0100 + +%post l3kernel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun l3kernel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3kernel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package l3kernel-doc +Summary: Documentation for l3kernel +Version: svn29409.SVN_4469 +Release: %{tl_noarch_release} +Provides: tex-l3kernel-doc +BuildArch: noarch +AutoReqProv: No + +%description l3kernel-doc +Documentation for l3kernel + +%package l3packages +Provides: tex-l3packages = %{tl_version} +License: LPPL 1.3 +Summary: High-level LaTeX3 concepts +Version: svn29361.SVN_4467 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(amstext.sty) +Requires: tex(graphicx.sty) +Provides: tex(l3keys2e.sty) = %{tl_version} +Provides: tex(xfrac.sty) = %{tl_version} +Provides: tex(xparse.sty) = %{tl_version} +Provides: tex(xtemplate.sty) = %{tl_version} + +%description l3packages +The bundle holds prototype implementations of concepts for a +LaTeX designer interface, to be used with the experimental +LaTeX kernel as programming tools and kernel support. Packages +provided in this release are: - l3keys2e, which makes the +facilities of the kernel module l3keys available for use by +LaTeX 2e packages; - xfrac, which provides flexible split-level +fractions; - xparse, which provides a high-level interface for +declaring document commands; and - xtemplate, which provides a +means of defining generic functions using a key-value syntax. +All the files of the bundle are also available in the +Subversion (SVN) repository of the LaTeX3 Project. The bundle +on CTAN is based on a snapshot of the SVN repository on 2012- +11-21. + +date: 2013-03-12 10:55:10 +0100 + +%post l3packages +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun l3packages +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3packages +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package l3packages-doc +Summary: Documentation for l3packages +Version: svn29361.SVN_4467 +Release: %{tl_noarch_release} +Provides: tex-l3packages-doc +BuildArch: noarch +AutoReqProv: No + +%description l3packages-doc +Documentation for l3packages + +%package fp +Provides: tex-fp = %{tl_version} +License: LPPL +Summary: Fixed point arithmetic +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp-upn.sty) +Provides: tex(defpattern.sty) = %{tl_version} +Provides: tex(fp-addons.sty) = %{tl_version} +Provides: tex(fp-basic.sty) = %{tl_version} +Provides: tex(fp-eqn.sty) = %{tl_version} +Provides: tex(fp-eval.sty) = %{tl_version} +Provides: tex(fp-exp.sty) = %{tl_version} +Provides: tex(fp-pas.sty) = %{tl_version} +Provides: tex(fp-random.sty) = %{tl_version} +Provides: tex(fp-snap.sty) = %{tl_version} +Provides: tex(fp-trigo.sty) = %{tl_version} +Provides: tex(fp-upn.sty) = %{tl_version} +Provides: tex(fp.sty) = %{tl_version} +Provides: tex(lfp.sty) = %{tl_version} +Provides: tex(fp.tex) = %{tl_version} + +%description fp +An extensive collection of arithmetic operations for fixed +point real numbers of high precision. + +date: 2009-09-26 11:43:36 +0200 + +%post fp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fp-doc +Summary: Documentation for fp +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-fp-doc +BuildArch: noarch +AutoReqProv: No + +%description fp-doc +Documentation for fp + +%package index +Provides: tex-index = %{tl_version} +License: LPPL +Summary: Extended index for LaTeX including multiple indexes +Version: svn24099.4.1beta +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(autind.sty) = %{tl_version} +Provides: tex(bibref.sty) = %{tl_version} +Provides: tex(index.sty) = %{tl_version} + +%description 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: 2008-04-20 19:53:04 +0200 + +%post index +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun index +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans index +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package index-doc +Summary: Documentation for index +Version: svn24099.4.1beta +Release: %{tl_noarch_release} +Provides: tex-index-doc +BuildArch: noarch +AutoReqProv: No + +%description index-doc +Documentation for index + +%package jknapltx +Provides: tex-jknapltx = %{tl_version} +License: GPL+ +Summary: Miscellaneous packages by Joerg Knappen +Version: svn19440.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(textcomp.sty) +Provides: tex(greekctr.sty) = %{tl_version} +Provides: tex(holtpolt.sty) = %{tl_version} +Provides: tex(latin1jk.def) = %{tl_version} +Provides: tex(latin2jk.def) = %{tl_version} +Provides: tex(latin3jk.def) = %{tl_version} +Provides: tex(mathbbol.sty) = %{tl_version} +Provides: tex(mathrsfs.sty) = %{tl_version} +Provides: tex(parboxx.sty) = %{tl_version} +Provides: tex(sans.sty) = %{tl_version} +Provides: tex(semtrans.sty) = %{tl_version} +Provides: tex(sgmlcmpt.sty) = %{tl_version} +Provides: tex(smartmn.sty) = %{tl_version} +Provides: tex(tccompat.sty) = %{tl_version} +Provides: tex(ursfs.fd) = %{tl_version} +Provides: tex(ustmary.fd) = %{tl_version} +Provides: tex(young.sty) = %{tl_version} + +%description 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: 2006-12-15 11:08:32 +0100 + +%post jknapltx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jknapltx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jknapltx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jknapltx-doc +Summary: Documentation for jknapltx +Version: svn19440.0 +Release: %{tl_noarch_release} +Provides: tex-jknapltx-doc +BuildArch: noarch +AutoReqProv: No + +%description jknapltx-doc +Documentation for jknapltx + +%package koma-script +Provides: tex-koma-script = %{tl_version} +License: LPPL +Summary: A bundle of versatile classes and packages +Version: svn29774.3.11b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(babelbib.sty) +Requires: tex(afterpage.sty) +Requires: tex(makeidx.sty) +Requires: tex(scrtime.sty) +Requires: tex(graphicx.sty) +Requires: tex(booktabs.sty) +Requires: tex(longtable.sty) +Requires: tex(amsmath.sty) +Requires: tex(listings.sty) +Requires: tex(multicol.sty) +Requires: tex(marginnote.sty) +Requires: tex(xcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(bookmark.sty) +Requires: tex(mparhack.sty) +Requires: tex(geometry.sty) +Requires: tex(textcomp.sty) +Requires: tex(tocbasic.sty) +Requires: tex(keyval.sty) +Requires: tex(etoolbox.sty) +Provides: tex(komabug.tex) = %{tl_version} +Provides: tex(adrconvnote.tex) = %{tl_version} +Provides: tex(authorpart.tex) = %{tl_version} +Provides: tex(common-0.tex) = %{tl_version} +Provides: tex(common-1.tex) = %{tl_version} +Provides: tex(common-10.tex) = %{tl_version} +Provides: tex(common-11.tex) = %{tl_version} +Provides: tex(common-12.tex) = %{tl_version} +Provides: tex(common-13.tex) = %{tl_version} +Provides: tex(common-14.tex) = %{tl_version} +Provides: tex(common-15.tex) = %{tl_version} +Provides: tex(common-2.tex) = %{tl_version} +Provides: tex(common-3.tex) = %{tl_version} +Provides: tex(common-4.tex) = %{tl_version} +Provides: tex(common-5.tex) = %{tl_version} +Provides: tex(common-6.tex) = %{tl_version} +Provides: tex(common-7.tex) = %{tl_version} +Provides: tex(common-8.tex) = %{tl_version} +Provides: tex(common-9.tex) = %{tl_version} +Provides: tex(expertpart.tex) = %{tl_version} +Provides: tex(guide-english.tex) = %{tl_version} +Provides: tex(guide.tex) = %{tl_version} +Provides: tex(introduction.tex) = %{tl_version} +Provides: tex(japanlco.tex) = %{tl_version} +Provides: tex(linkalias.tex) = %{tl_version} +Provides: tex(preface.tex) = %{tl_version} +Provides: tex(scraddr.tex) = %{tl_version} +Provides: tex(scrbase.tex) = %{tl_version} +Provides: tex(scrbookreportarticle-experts.tex) = %{tl_version} +Provides: tex(scrbookreportarticle.tex) = %{tl_version} +Provides: tex(scrdatetime.tex) = %{tl_version} +Provides: tex(scrextend.tex) = %{tl_version} +Provides: tex(scrhack.tex) = %{tl_version} +Provides: tex(scrlfile.tex) = %{tl_version} +Provides: tex(scrlttr2-experts.tex) = %{tl_version} +Provides: tex(scrlttr2.tex) = %{tl_version} +Provides: tex(scrpage2.tex) = %{tl_version} +Provides: tex(scrwfile.tex) = %{tl_version} +Provides: tex(tocbasic.tex) = %{tl_version} +Provides: tex(typearea-experts.tex) = %{tl_version} +Provides: tex(typearea.tex) = %{tl_version} +Provides: tex(guide.tex) = %{tl_version} +Provides: tex(linkalias.tex) = %{tl_version} +Provides: tex(adrconvnote.tex) = %{tl_version} +Provides: tex(authorpart.tex) = %{tl_version} +Provides: tex(common-0.tex) = %{tl_version} +Provides: tex(common-1.tex) = %{tl_version} +Provides: tex(common-10.tex) = %{tl_version} +Provides: tex(common-11.tex) = %{tl_version} +Provides: tex(common-12.tex) = %{tl_version} +Provides: tex(common-13.tex) = %{tl_version} +Provides: tex(common-14.tex) = %{tl_version} +Provides: tex(common-15.tex) = %{tl_version} +Provides: tex(common-2.tex) = %{tl_version} +Provides: tex(common-3.tex) = %{tl_version} +Provides: tex(common-4.tex) = %{tl_version} +Provides: tex(common-5.tex) = %{tl_version} +Provides: tex(common-6.tex) = %{tl_version} +Provides: tex(common-7.tex) = %{tl_version} +Provides: tex(common-8.tex) = %{tl_version} +Provides: tex(common-9.tex) = %{tl_version} +Provides: tex(expertpart.tex) = %{tl_version} +Provides: tex(guide-ngerman.tex) = %{tl_version} +Provides: tex(guide.tex) = %{tl_version} +Provides: tex(introduction.tex) = %{tl_version} +Provides: tex(linkalias.tex) = %{tl_version} +Provides: tex(preface.tex) = %{tl_version} +Provides: tex(scraddr.tex) = %{tl_version} +Provides: tex(scrbase.tex) = %{tl_version} +Provides: tex(scrbookreportarticle-experts.tex) = %{tl_version} +Provides: tex(scrbookreportarticle.tex) = %{tl_version} +Provides: tex(scrdatetime.tex) = %{tl_version} +Provides: tex(scrextend.tex) = %{tl_version} +Provides: tex(scrhack.tex) = %{tl_version} +Provides: tex(scrlfile.tex) = %{tl_version} +Provides: tex(scrlttr2-experts.tex) = %{tl_version} +Provides: tex(scrlttr2.tex) = %{tl_version} +Provides: tex(scrpage2.tex) = %{tl_version} +Provides: tex(scrwfile.tex) = %{tl_version} +Provides: tex(tocbasic.tex) = %{tl_version} +Provides: tex(typearea-experts.tex) = %{tl_version} +Provides: tex(typearea.tex) = %{tl_version} +Provides: tex(scrguide.cls) = %{tl_version} +Provides: tex(scrsource.tex) = %{tl_version} +Provides: tex(scraddr.sty) = %{tl_version} +Provides: tex(scrartcl.cls) = %{tl_version} +Provides: tex(scrbase.sty) = %{tl_version} +Provides: tex(scrbook.cls) = %{tl_version} +Provides: tex(scrdate.sty) = %{tl_version} +Provides: tex(scrdoc.cls) = %{tl_version} +Provides: tex(scrextend.sty) = %{tl_version} +Provides: tex(scrfontsizes.sty) = %{tl_version} +Provides: tex(scrhack.sty) = %{tl_version} +Provides: tex(scrjura.sty) = %{tl_version} +Provides: tex(scrkbase.sty) = %{tl_version} +Provides: tex(scrlettr.cls) = %{tl_version} +Provides: tex(scrlfile.sty) = %{tl_version} +Provides: tex(scrlttr2.cls) = %{tl_version} +Provides: tex(scrpage.sty) = %{tl_version} +Provides: tex(scrpage2.sty) = %{tl_version} +Provides: tex(scrreprt.cls) = %{tl_version} +Provides: tex(scrsize10pt.clo) = %{tl_version} +Provides: tex(scrsize11pt.clo) = %{tl_version} +Provides: tex(scrsize12pt.clo) = %{tl_version} +Provides: tex(scrtime.sty) = %{tl_version} +Provides: tex(scrwfile.sty) = %{tl_version} +Provides: tex(tocbasic.sty) = %{tl_version} +Provides: tex(tocstyle.sty) = %{tl_version} +Provides: tex(typearea.sty) = %{tl_version} + +%description 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-02-07 17:36:02 +0100 + +%post koma-script +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun koma-script +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-script +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package l3experimental +Provides: tex-l3experimental = %{tl_version} +License: LPPL 1.3 +Summary: Experimental LaTeX3 concepts +Version: svn29361.SVN_4467 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(l3tl-analysis.sty) +Requires: tex(xparse.sty) +Provides: tex(l3dt.sty) = %{tl_version} +Provides: tex(l3sort.sty) = %{tl_version} +Provides: tex(l3flag.sty) = %{tl_version} +Provides: tex(l3regex-trace.sty) = %{tl_version} +Provides: tex(l3regex.sty) = %{tl_version} +Provides: tex(l3str-convert.sty) = %{tl_version} +Provides: tex(l3str-format.sty) = %{tl_version} +Provides: tex(l3str.sty) = %{tl_version} +Provides: tex(l3tl-analysis.sty) = %{tl_version} +Provides: tex(l3tl-build.sty) = %{tl_version} +Provides: tex(xcoffins.sty) = %{tl_version} +Provides: tex(l3galley.sty) = %{tl_version} +Provides: tex(xgalley.sty) = %{tl_version} + +%description l3experimental +The l3experimental packages are a collection of experimental +implementations for aspects of the LaTeX3 kernel, dealing with +higher-level ideas such as the Designer Interface. Some of them +work as stand alone packages, providing new functionality, and +can be used on top of LaTeX2e with no changes to the existing +kernel. The present release includes: - xgalley, which controls +boxes receiving text for typesetting. - l3dt: kernel support +for data tables; - l3galley: kernel support for xgalley; - +l3regex: kernel support for regular expression search and +replace operations; - l3sort: kernel support for sorting +sequences, token lists or comma-lists, according to user- +specified comparison criteria; - l3str: kernel support for +string manipulation; - l3tl-build: kernel support for token +list building; - l3tl_analysis: kernel support for token list +analysis; and - xcoffins, which allows the alignment of boxes +using a series of 'handle' positions, supplementing the simple +TeX reference point. All the files of the bundle are also +available in the Subversion (SVN) repository of the LaTeX3 +Project. The bundle on CTAN is based on a snapshot of the SVN +repository on 2012-11-21. + +date: 2013-03-12 10:55:10 +0100 + +%post l3experimental +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun l3experimental +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3experimental +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package l3experimental-doc +Summary: Documentation for l3experimental +Version: svn29361.SVN_4467 +Release: %{tl_noarch_release} +Provides: tex-l3experimental-doc +BuildArch: noarch +AutoReqProv: No + +%description l3experimental-doc +Documentation for l3experimental + +%package listings +Provides: tex-listings = %{tl_version} +License: LPPL +Summary: Typeset source code listings using LaTeX +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(hyperref.sty) +Requires: tex(color.sty) +Requires: tex(algorithmic.sty) +Requires: tex(nameref.sty) +Requires: tex(url.sty) +Provides: tex(listings.cfg) = %{tl_version} +Provides: tex(listings.sty) = %{tl_version} +Provides: tex(lstdoc.sty) = %{tl_version} +Provides: tex(lstlang1.sty) = %{tl_version} +Provides: tex(lstlang2.sty) = %{tl_version} +Provides: tex(lstlang3.sty) = %{tl_version} +Provides: tex(lstmisc.sty) = %{tl_version} + +%description listings +Typeset programs (programming code) within LaTeX. The source +code is read directly by TeX. Keywords, comments and strings +can be typeset using different styles (default is bold for +keywords, italic for comments and no special style for +strings). Includes support for hyperref. To use, simply +\usepackage{listings}, identify the language with +\lstset{language=Python}, then employ the \begin{lstlisting} +... \end{lstlisting} environment or the +\lstinputlisting{filename.py} command. Short (in-line) listings +are also available, using either \lstinline|...| or | ... | +(after defining the | token with the \lstMakeShortInline +command). + +date: 2007-03-12 20:45:12 +0100 + +%post listings +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listings +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listings +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listings-doc +Summary: Documentation for listings +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-listings-doc +BuildArch: noarch +AutoReqProv: No + +%description listings-doc +Documentation for listings + +%package mdwtools +Provides: tex-mdwtools = %{tl_version} +License: GPL+ +Summary: Miscellaneous tools by Mark Wooding +Version: svn15878.1.05.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(at.sty) = %{tl_version} +Provides: tex(cmtt.sty) = %{tl_version} +Provides: tex(doafter.sty) = %{tl_version} +Provides: tex(footnote.sty) = %{tl_version} +Provides: tex(mTTcmtt.fd) = %{tl_version} +Provides: tex(mTTenc.def) = %{tl_version} +Provides: tex(mathenv.sty) = %{tl_version} +Provides: tex(mdwlist.sty) = %{tl_version} +Provides: tex(mdwmath.sty) = %{tl_version} +Provides: tex(mdwtab.sty) = %{tl_version} +Provides: tex(sverb.sty) = %{tl_version} +Provides: tex(syntax.sty) = %{tl_version} + +%description mdwtools +This collection of tools includes: - support for short commands +starting with @, - macros to sanitise the OT1 encoding of the +cmtt fonts; - a 'do after' command; - improved footnote +support; - mathenv for various alignment in maths; - list +handling; - mdwmath which adds some minor changes to LaTeX +maths; - a rewrite of LaTeX's tabular and array environments; - +verbatim handling; and - syntax diagrams. + +date: 2008-06-23 17:43:34 +0200 + +%post mdwtools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mdwtools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdwtools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mdwtools-doc +Summary: Documentation for mdwtools +Version: svn15878.1.05.4 +Release: %{tl_noarch_release} +Provides: tex-mdwtools-doc +BuildArch: noarch +AutoReqProv: No + +%description mdwtools-doc +Documentation for mdwtools + +%package memoir +Provides: tex-memoir = %{tl_version} +License: LPPL +Summary: Typeset fiction, non-fiction and mathematical books +Version: svn30639.3.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifetex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(etex.sty) +Provides: tex(mem10.clo) = %{tl_version} +Provides: tex(mem11.clo) = %{tl_version} +Provides: tex(mem12.clo) = %{tl_version} +Provides: tex(mem14.clo) = %{tl_version} +Provides: tex(mem17.clo) = %{tl_version} +Provides: tex(mem20.clo) = %{tl_version} +Provides: tex(mem25.clo) = %{tl_version} +Provides: tex(mem30.clo) = %{tl_version} +Provides: tex(mem36.clo) = %{tl_version} +Provides: tex(mem48.clo) = %{tl_version} +Provides: tex(mem60.clo) = %{tl_version} +Provides: tex(mem9.clo) = %{tl_version} +Provides: tex(memhfixc.sty) = %{tl_version} +Provides: tex(memoir.cls) = %{tl_version} +Provides: tex(mempatch.sty) = %{tl_version} + +%description memoir +The memoir class is for typesetting poetry, fiction, non- +fiction, and mathematical works. Permissible document 'base' +font sizes range from 9 to 60pt. There is a range of page- +styles and well over a dozen chapter-styles to choose from, as +well as methods for specifying your own layouts and designs. +The class also provides the functionality of over thirty of the +more popular packages, thus simplifying document sources. The +class automatically loads an associated patch file mempatch; +the patch file may be updated from time to time, between +releases of the class itself. (The patch file stays around even +when there are no extant patches.) Users who wish to use the +hyperref package, in a document written with the memoir class, +should also use the memhfixc package (part of this bundle). +Note, however, that current versions of hyperref actually load +the package automatically if they detect that they are running +under memoir. + +date: 2013-05-22 17:25:30 +0200 + +%post memoir +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun memoir +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memoir +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package memoir-doc +Summary: Documentation for memoir +Version: svn30639.3.7 +Release: %{tl_noarch_release} +Provides: tex-memoir-doc +BuildArch: noarch +AutoReqProv: No + +%description memoir-doc +Documentation for memoir + +%package metalogo +Provides: tex-metalogo = %{tl_version} +License: LPPL +Summary: Extended TeX logo macros +Version: svn18611.0.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(ifxetex.sty) +Requires: tex(fontspec.sty) +Provides: tex(metalogo.sty) = %{tl_version} + +%description metalogo +This package exposes spacing parameters for various TeX logos +to the end user, to optimise the logos for different fonts. +Written especially for XeLaTeX users. + +date: 2010-05-29 17:49:59 +0200 + +%post metalogo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metalogo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metalogo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metalogo-doc +Summary: Documentation for metalogo +Version: svn18611.0.12 +Release: %{tl_noarch_release} +Provides: tex-metalogo-doc +BuildArch: noarch +AutoReqProv: No + +%description metalogo-doc +Documentation for metalogo + +%package mh +Provides: tex-mh = %{tl_version} +License: LPPL 1.3 +Summary: The MH bundle +Version: svn29420.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(keyval.sty) +Requires: tex(calc.sty) +Requires: tex(mathtools.sty) +Requires: tex(amsmath.sty) +Requires: tex(graphicx.sty) +Provides: tex(breqn.sty) = %{tl_version} +Provides: tex(empheq.sty) = %{tl_version} +Provides: tex(flexisym.sty) = %{tl_version} +Provides: tex(mathstyle.sty) = %{tl_version} +Provides: tex(mathtools.sty) = %{tl_version} +Provides: tex(mhsetup.sty) = %{tl_version} + +%description mh +The mh bundle is a series of packages designed to enhance the +appearance of documents containing a lot of math. The main +backbone is amsmath, so those unfamiliar with this required +part of the LaTeX system will probably not find the packages +very useful. Component parts of the bundle are: breqn, empheq, +flexisym, mathstyle and mathtools, mhsetup, The empheq package +is a visual markup extension of amsmath. Empheq allows +sophisticated boxing and other marking of multi-line maths +displays, and fixes problems with the way that the ntheorem +package places end-of-theorem markers. The mathtools package +provides many useful tools for mathematical typesetting. It +fixes various deficiencies of amsmath and standard LaTeX. The +mhsetup package defines various programming tools needed by +both empheq and mathtools. The breqn package makes more easy +the business of preparing displayed equations in LaTeX, +including permitting automatic line-breaking within displayed +equations. (Breqn uses the mathstyle package to keep track of +the current maths typesetting style, something that raw TeX +hides from the programmer.) + +date: 2013-03-17 00:29:52 +0100 + +%post mh +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mh +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mh +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mh-doc +Summary: Documentation for mh +Version: svn29420.0 +Release: %{tl_noarch_release} +Provides: tex-mh-doc +BuildArch: noarch +AutoReqProv: No + +%description mh-doc +Documentation for mh + +%package microtype +Provides: tex-microtype = %{tl_version} +License: LPPL +Summary: Subliminal refinements towards typographical perfection +Version: svn29392.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(letterspace.sty) = %{tl_version} +Provides: tex(microtype-luatex.def) = %{tl_version} +Provides: tex(microtype-pdftex.def) = %{tl_version} +Provides: tex(microtype-xetex.def) = %{tl_version} +Provides: tex(microtype.cfg) = %{tl_version} +Provides: tex(microtype.sty) = %{tl_version} +Provides: tex(mt-CharisSIL.cfg) = %{tl_version} +Provides: tex(mt-LatinModernRoman.cfg) = %{tl_version} +Provides: tex(mt-PalatinoLinotype.cfg) = %{tl_version} +Provides: tex(mt-bch.cfg) = %{tl_version} +Provides: tex(mt-blg.cfg) = %{tl_version} +Provides: tex(mt-cmr.cfg) = %{tl_version} +Provides: tex(mt-euf.cfg) = %{tl_version} +Provides: tex(mt-eur.cfg) = %{tl_version} +Provides: tex(mt-euroitc.cfg) = %{tl_version} +Provides: tex(mt-eus.cfg) = %{tl_version} +Provides: tex(mt-msa.cfg) = %{tl_version} +Provides: tex(mt-msb.cfg) = %{tl_version} +Provides: tex(mt-mvs.cfg) = %{tl_version} +Provides: tex(mt-pad.cfg) = %{tl_version} +Provides: tex(mt-pmn.cfg) = %{tl_version} +Provides: tex(mt-ppl.cfg) = %{tl_version} +Provides: tex(mt-ptm.cfg) = %{tl_version} +Provides: tex(mt-ugm.cfg) = %{tl_version} +Provides: tex(mt-zpeu.cfg) = %{tl_version} + +%description microtype +The package provides a LaTeX interface to the micro-typographic +extensions that were introduced by pdfTeX and have since also +propagated to XeTeX and LuaTeX: most prominently, character +protrusion and font expansion, furthermore the adjustment of +interword spacing and additional kerning, as well as +hyphenatable letterspacing (tracking) and the possibility to +disable all or selected ligatures. These features may be +applied to customisable sets of fonts, and all micro- +typographic aspects of the fonts can be configured in a +straight-forward and flexible way. Settings for various fonts +are provided. Note that character protrusion requires pdfTeX, +LuaTeX, or XeTeX. Font expansion works with pdfTeX or LuaTeX. +The package will by default enable protrusion and expansion if +they can safely be assumed to work. Disabling ligatures +requires pdfTeX or LuaTeX, while the adjustment of interword +spacing and of kerning only works with pdfTeX. Letterspacing is +available with pdfTeX or LuaTeX. The alternative package +`letterspace', which also works with plain TeX, provides the +user commands for letterspacing only, omitting support for all +other extensions. + +date: 2013-03-14 12:45:44 +0100 + +%post microtype +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun microtype +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans microtype +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package microtype-doc +Summary: Documentation for microtype +Version: svn29392.2.5 +Release: %{tl_noarch_release} +Provides: tex-microtype-doc +BuildArch: noarch +AutoReqProv: No + +%description microtype-doc +Documentation for microtype + +%package ms +Provides: tex-ms = %{tl_version} +License: LPPL +Summary: Various LaTeX packages by Martin Schroder +Version: svn29849.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Requires: tex(ifthen.sty) +Requires: tex(scrtime.sty) +Requires: tex(footmisc.sty) +Provides: tex(count1to.sty) = %{tl_version} +Provides: tex(everysel.sty) = %{tl_version} +Provides: tex(everyshi.sty) = %{tl_version} +Provides: tex(multitoc.sty) = %{tl_version} +Provides: tex(prelim2e.sty) = %{tl_version} +Provides: tex(ragged2e.sty) = %{tl_version} + +%description ms +A bundle of LaTeX packages by Martin Schroder; the collection +comprises: - count1to, make use of fixed TeX counters; - +everysel, set commands to execute every time a font is +selected; - everyshi, set commands to execute whenever a page +is shipped out; - multitoc, typeset the table of contents in +multiple columns; - prelim2e, mark typeset pages as +preliminary; and - ragged2e, typeset ragged text and allow +hyphenation. + +date: 2012-05-24 17:58:39 +0200 + +%post ms +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ms +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ms +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ms-doc +Summary: Documentation for ms +Version: svn29849.0 +Release: %{tl_noarch_release} +Provides: tex-ms-doc +BuildArch: noarch +AutoReqProv: No + +%description ms-doc +Documentation for ms + +%package ntgclass +Provides: tex-ntgclass = %{tl_version} +License: LPPL +Summary: "European" versions of standard classes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(a4.sty) = %{tl_version} +Provides: tex(artikel1.cls) = %{tl_version} +Provides: tex(artikel2.cls) = %{tl_version} +Provides: tex(artikel3.cls) = %{tl_version} +Provides: tex(boek.cls) = %{tl_version} +Provides: tex(boek3.cls) = %{tl_version} +Provides: tex(brief.cls) = %{tl_version} +Provides: tex(ntg10.clo) = %{tl_version} +Provides: tex(ntg11.clo) = %{tl_version} +Provides: tex(ntg12.clo) = %{tl_version} +Provides: tex(rapport1.cls) = %{tl_version} +Provides: tex(rapport3.cls) = %{tl_version} + +%description ntgclass +Versions of the standard LaTeX article and report classes, +rewritten to reflect a more European design, by the Dutch TeX +Users Group NTG. + +date: 2006-12-05 17:23:05 +0100 + +%post ntgclass +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ntgclass +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ntgclass +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ntgclass-doc +Summary: Documentation for ntgclass +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ntgclass-doc +BuildArch: noarch +AutoReqProv: No + +%description ntgclass-doc +Documentation for ntgclass + +%package parskip +Provides: tex-parskip = %{tl_version} +License: LPPL +Summary: Layout with zero \parindent, non-zero \parskip +Version: svn19963.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(parskip.sty) = %{tl_version} + +%description parskip +Simply changing \parskip and \parindent leaves a layout that is +untidy; this package (though it is no substitute for a +properly-designed class) helps alleviate this untidiness + +date: 2010-09-30 14:11:14 +0200 + +%post parskip +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun parskip +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parskip +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package parskip-doc +Summary: Documentation for parskip +Version: svn19963.2.0 +Release: %{tl_noarch_release} +Provides: tex-parskip-doc +BuildArch: noarch +AutoReqProv: No + +%description parskip-doc +Documentation for parskip + +%package pdfpages +Provides: tex-pdfpages = %{tl_version} +License: LPPL +Summary: Include PDF documents in LaTeX +Version: svn27574.0.4t +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-eso-pic +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(eso-pic.sty) +Requires: tex(graphicx.sty) +Requires: tex(count1to.sty) +Provides: tex(pdfpages.sty) = %{tl_version} +Provides: tex(ppdvipdfm.def) = %{tl_version} +Provides: tex(ppdvips.def) = %{tl_version} +Provides: tex(ppnull.def) = %{tl_version} +Provides: tex(pppdftex.def) = %{tl_version} +Provides: tex(ppvtex.def) = %{tl_version} +Provides: tex(ppxetex.def) = %{tl_version} + +%description pdfpages +This package simplifies the inclusion of external multi-page +PDF documents in LaTeX documents. Pages may be freely selected +and similar to psnup it is possible to put several logical +pages onto each sheet of paper. Furthermore a lot of hypertext +features like hyperlinks and article threads are provided. The +package supports pdfTeX (pdflatex) and VTeX. With VTeX it is +even possible to use this package to insert PostScript files, +in addition to PDF files. + +date: 2012-08-31 19:14:38 +0200 + +%post pdfpages +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfpages +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfpages +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfpages-doc +Summary: Documentation for pdfpages +Version: svn27574.0.4t +Release: %{tl_noarch_release} +Provides: tex-pdfpages-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-eso-pic-doc + +%description pdfpages-doc +Documentation for pdfpages + +%package powerdot +Provides: tex-powerdot = %{tl_version} +License: LPPL 1.3 +Summary: A presentation class +Version: svn25656.1.4i +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(times.sty) +Requires: tex(pifont.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pst-blur.sty) +Requires: tex(calc.sty) +Requires: tex(pst-slpe.sty) +Requires: tex(pst-char.sty) +Requires: tex(type1cm.sty) +Requires: tex(amssymb.sty) +Requires: tex(xkeyval.sty) +Requires: tex(geometry.sty) +Requires: tex(ifxetex.sty) +Requires: tex(hyperref.sty) +Requires: tex(graphicx.sty) +Requires: tex(pstricks.sty) +Requires: tex(xcolor.sty) +Requires: tex(enumitem.sty) +Requires: tex(verbatim.sty) +Provides: tex(powerdot-aggie.sty) = %{tl_version} +Provides: tex(powerdot-bframe.sty) = %{tl_version} +Provides: tex(powerdot-ciment.sty) = %{tl_version} +Provides: tex(powerdot-default.sty) = %{tl_version} +Provides: tex(powerdot-elcolors.sty) = %{tl_version} +Provides: tex(powerdot-fyma.sty) = %{tl_version} +Provides: tex(powerdot-horatio.sty) = %{tl_version} +Provides: tex(powerdot-husky.sty) = %{tl_version} +Provides: tex(powerdot-ikeda.sty) = %{tl_version} +Provides: tex(powerdot-jefka.sty) = %{tl_version} +Provides: tex(powerdot-klope.sty) = %{tl_version} +Provides: tex(powerdot-paintings.sty) = %{tl_version} +Provides: tex(powerdot-pazik.sty) = %{tl_version} +Provides: tex(powerdot-sailor.sty) = %{tl_version} +Provides: tex(powerdot-simple.sty) = %{tl_version} +Provides: tex(powerdot-tiger.sty) = %{tl_version} +Provides: tex(powerdot-tycja.sty) = %{tl_version} +Provides: tex(powerdot-upen.sty) = %{tl_version} +Provides: tex(powerdot.cls) = %{tl_version} + +%description powerdot +Powerdot is a presentation class for LaTeX that allows for the +quick and easy development of professional presentations. It +comes with many tools that enhance presentations and aid the +presenter. Examples are automatic overlays, personal notes and +a handout mode. To view a presentation, DVI, PS or PDF output +can be used. A powerful template system is available to easily +develop new styles. A LyX layout file is provided. + +date: 2012-03-13 22:44:46 +0100 + +%post powerdot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun powerdot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans powerdot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package powerdot-doc +Summary: Documentation for powerdot +Version: svn25656.1.4i +Release: %{tl_noarch_release} +Provides: tex-powerdot-doc +BuildArch: noarch +AutoReqProv: No + +%description powerdot-doc +Documentation for powerdot + +%package psfrag +Provides: tex-psfrag = %{tl_version} +License: psfrag +Summary: Replace strings in encapsulated PostScript figures +Version: svn15878.3.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(psfrag.sty) = %{tl_version} + +%description psfrag +Allows LaTeX constructions (equations, picture environments, +etc.) to be precisely superimposed over Encapsulated PostScript +figures, using your own favorite drawing tool to create an EPS +figure and placing simple text 'tags' where each replacement is +to be placed, with PSfrag automatically removing these tags +from the figure and replacing them with a user specified LaTeX +construction, properly aligned, scaled, and/or rotated. + +date: 2009-10-07 22:25:55 +0200 + +%post psfrag +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psfrag +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psfrag +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psfrag-doc +Summary: Documentation for psfrag +Version: svn15878.3.04 +Release: %{tl_noarch_release} +Provides: tex-psfrag-doc +BuildArch: noarch +AutoReqProv: No + +%description psfrag-doc +Documentation for psfrag + +%package rcs +Provides: tex-rcs = %{tl_version} +License: GPL+ +Summary: Use RCS (revision control system) tags in LaTeX documents +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rcs.sty) = %{tl_version} + +%description rcs +The rcs package utilizes the inclusion of RCS supplied data in +LaTeX documents. It's upward compatible to *all* rcs styles I +know of. In particular, you can easily - access values of every +RCS field in your document - put the checkin date on the +titlepage - put RCS fields in a footline You can typeset +revision logs. Not in verbatim -- real LaTeX text! But you need +a configurable RCS for that. Refer to the user manual for more +detailed information. You can also configure the rcs package +easily to do special things for any keyword. This bundle comes +with a user manual, an internal interface description, full +documentation of the implementation, style information for AUC- +TeX, and test cases. + +date: 2007-06-06 17:06:28 +0200 + +%post rcs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rcs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rcs-doc +Summary: Documentation for rcs +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-rcs-doc +BuildArch: noarch +AutoReqProv: No + +%description rcs-doc +Documentation for rcs + +%package rotating +Provides: tex-rotating = %{tl_version} +License: LPPL +Summary: Rotation tools, including rotated full-page floats +Version: svn16832.2.16b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Provides: tex(rotating.sty) = %{tl_version} + +%description rotating +A package built on the standard LaTeX graphics package to +perform all the different sorts of rotation one might like, +including complete figures and tables with their captions. If +you want continuous text (i.e., more than one page) set in +landscape mode, use the lscape package instead. The rotating +packages only deals in rotated boxes (or floats, which are +themselves boxes), and boxes always stay on one page. If you +need to use the facilities of the float in the same document, +load rotating.sty via rotfloat, which smooths the path between +the rotating and float packages. + +date: 2010-01-26 14:36:34 +0100 + +%post rotating +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rotating +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotating +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rotating-doc +Summary: Documentation for rotating +Version: svn16832.2.16b +Release: %{tl_noarch_release} +Provides: tex-rotating-doc +BuildArch: noarch +AutoReqProv: No + +%description rotating-doc +Documentation for rotating + +%package sansmath +Provides: tex-sansmath = %{tl_version} +License: Public Domain +Summary: Maths in a sans font +Version: svn17997.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sansmath.sty) = %{tl_version} + +%description sansmath +The package defines a new math version sans, and a command +\sansmath that behaves somewhat like \boldmath + +date: 2010-04-29 07:59:03 +0200 + +%post sansmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sansmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sansmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sansmath-doc +Summary: Documentation for sansmath +Version: svn17997.1.1 +Release: %{tl_noarch_release} +Provides: tex-sansmath-doc +BuildArch: noarch +AutoReqProv: No + +%description sansmath-doc +Documentation for sansmath + +%package section +Provides: tex-section = %{tl_version} +License: LPPL +Summary: Modifying section commands in LaTeX +Version: svn20180.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(section.sty) = %{tl_version} + +%description section +The package implements a pretty extensive scheme to make more +manageable the business of configuring LaTeX output. + +date: 2010-10-24 14:28:08 +0200 + +%post section +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun section +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans section +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package section-doc +Summary: Documentation for section +Version: svn20180.0 +Release: %{tl_noarch_release} +Provides: tex-section-doc +BuildArch: noarch +AutoReqProv: No + +%description section-doc +Documentation for section + +%package seminar +Provides: tex-seminar = %{tl_version} +License: LPPL 1.2 +Summary: Make overhead slides +Version: svn18322.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(npsfont.sty) = %{tl_version} +Provides: tex(sem-a4.sty) = %{tl_version} +Provides: tex(sem-page.sty) = %{tl_version} +Provides: tex(semcolor.sty) = %{tl_version} +Provides: tex(semhelv.sty) = %{tl_version} +Provides: tex(seminar.bg2) = %{tl_version} +Provides: tex(seminar.bug) = %{tl_version} +Provides: tex(seminar.cls) = %{tl_version} +Provides: tex(seminar.sty) = %{tl_version} +Provides: tex(semlayer.sty) = %{tl_version} +Provides: tex(semlcmss.sty) = %{tl_version} +Provides: tex(semrot.sty) = %{tl_version} +Provides: tex(slidesec.sty) = %{tl_version} + +%description seminar +A class that produces overhead slides (transparencies), with +many facilities. The class requires availability of the +fancybox package. Seminar is also the basis of other classes, +such as prosper. In fact, seminar is not nowadays reckoned a +good basis for a presentation -- users are advised to use more +recent classes such as powerdot or beamer, both of which are +tuned to 21st-century presentation styles. Note that the +seminar distribution relies on the xcomment package, which was +once part of the bundle, but now has a separate existence. + +date: 2010-05-17 14:53:01 +0200 + +%post seminar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun seminar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seminar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package seminar-doc +Summary: Documentation for seminar +Version: svn18322.1.5 +Release: %{tl_noarch_release} +Provides: tex-seminar-doc +BuildArch: noarch +AutoReqProv: No + +%description seminar-doc +Documentation for seminar + +%package sepnum +Provides: tex-sepnum = %{tl_version} +License: LPPL +Summary: Print numbers in a "friendly" format +Version: svn20186.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sepnum.sty) = %{tl_version} + +%description sepnum +Provides a command to print a number with (potentially +different) separators every three digits in the parts either +side of the decimal point (the point itself is also +configurable). The macro is fully expandable and not fragile +(unless one of the separators is). There is also a command +\sepnumform, that may be used when defining \the<counter> +macros. + +date: 2010-10-24 14:34:20 +0200 + +%post sepnum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sepnum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sepnum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sepnum-doc +Summary: Documentation for sepnum +Version: svn20186.2.0 +Release: %{tl_noarch_release} +Provides: tex-sepnum-doc +BuildArch: noarch +AutoReqProv: No + +%description sepnum-doc +Documentation for sepnum + +%package setspace +Provides: tex-setspace = %{tl_version} +License: Copyright only +Summary: Set space between lines +Version: svn24881.6.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(setspace.sty) = %{tl_version} + +%description setspace +Provides support for setting the spacing between lines in a +document. Package options include singlespacing, +onehalfspacing, and doublespacing. Alternatively the spacing +can be changed as required with the \singlespacing, +\onehalfspacing, and \doublespacing commands. Other size +spacings also available. + +date: 2011-12-19 12:40:22 +0100 + +%post setspace +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun setspace +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans setspace +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package setspace-doc +Summary: Documentation for setspace +Version: svn24881.6.7a +Release: %{tl_noarch_release} +Provides: tex-setspace-doc +BuildArch: noarch +AutoReqProv: No + +%description setspace-doc +Documentation for setspace + +%package subfig +Provides: tex-subfig = %{tl_version} +License: LPPL +Summary: Figures broken into subfigures +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(caption.sty) +Requires: tex(caption3.sty) +Provides: tex(altsf.cfg) = %{tl_version} +Provides: tex(subfig.sty) = %{tl_version} + +%description subfig +The package provides support for the manipulation and reference +of small or 'sub' figures and tables within a single figure or +table environment. It is convenient to use this package when +your subfigures are to be separately captioned, referenced, or +are to be included in the List-of-Figures. A new \subfigure +command is introduced which can be used inside a figure +environment for each subfigure. An optional first argument is +used as the caption for that subfigure. This package supersedes +the subfigure package (which will continue to be supported, but +no longer maintained). The name has changed because the subfig +package is not completely backward compatible with the older +subfigure package due to an extensive rewrite to use the new +caption package to produce its subcaptions. The major advantage +to the new package is that the user interface is keyword/value +driven and easier to use. To ease the transition from the +subfigure package it includes a configuration file (subfig.cfg) +which nearly emulates the subfigure package. + +date: 2010-05-10 00:41:23 +0200 + +%post subfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subfig-doc +Summary: Documentation for subfig +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-subfig-doc +BuildArch: noarch +AutoReqProv: No + +%description subfig-doc +Documentation for subfig + +%package textcase +Provides: tex-textcase = %{tl_version} +License: LPPL +Summary: Case conversion ignoring mathematics, etc +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(textcase.sty) = %{tl_version} + +%description textcase +The textcase package offers commands \MakeTextUppercase and +\MakeTextLowercase are similar to the standard \MakeUppercase +and \MakeLowercase, but they do not change the case of any +sections of mathematics, or the arguments of \cite, \label and +\ref commands within the argument. A further command +\NoCaseChange does nothing but suppress case change within its +argument, so to force uppercase of a section including an +environment, one might say: +\MakeTextUppercase{...\NoCaseChange{\begin{foo}} +...\NoCaseChange{\end{foo}}...} + +date: 2007-03-01 12:49:13 +0100 + +%post textcase +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textcase +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textcase +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textcase-doc +Summary: Documentation for textcase +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-textcase-doc +BuildArch: noarch +AutoReqProv: No + +%description textcase-doc +Documentation for textcase + +%package thumbpdf +Provides: tex-thumbpdf = %{tl_version} +License: LPPL +Summary: Thumbnails for pdfTeX and dvips/ps2pdf +Version: svn29725.3.15 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-thumbpdf-bin +Requires: tex(ifluatex.sty) +Provides: tex(thumbpdf.sty) = %{tl_version} +Provides: tex(thumbpdf.tex) = %{tl_version} + +%description thumbpdf +A Perl script that provides support for thumbnails in pdfTeX +and dvips/ps2pdf. The script uses ghostscript to generate the +thumbnails which get represented in a TeX readable file that is +read by the package thumbpdf.sty to automatically include the +thumbnails. This arrangement works with both plain TeX and +LaTeX. + +date: 2012-11-14 18:32:01 +0100 + +%post thumbpdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thumbpdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumbpdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thumbpdf-doc +Summary: Documentation for thumbpdf +Version: svn29725.3.15 +Release: %{tl_noarch_release} +Provides: tex-thumbpdf-doc +BuildArch: noarch +AutoReqProv: No + +%description thumbpdf-doc +Documentation for thumbpdf + +%package thumbpdf-bin +Summary: Binaries for thumbpdf +Version: svn6898.0 +Requires: texlive-base +Requires: tex-thumbpdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description thumbpdf-bin +Binaries for thumbpdf + +%package typehtml +Provides: tex-typehtml = %{tl_version} +License: LPPL +Summary: Typeset HTML directly from LaTeX +Version: svn17134.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(exscale.sty) +Provides: tex(typehtml.sty) = %{tl_version} + +%description typehtml +Can handle almost all of HTML2, and most of the math fragment +of the draft HTML3. + +date: 2010-02-23 16:16:11 +0100 + +%post typehtml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun typehtml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typehtml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package typehtml-doc +Summary: Documentation for typehtml +Version: svn17134.0 +Release: %{tl_noarch_release} +Provides: tex-typehtml-doc +BuildArch: noarch +AutoReqProv: No + +%description typehtml-doc +Documentation for typehtml + +%package underscore +Provides: tex-underscore = %{tl_version} +License: LPPL +Summary: Control the behaviour of "_" in text +Version: svn18261.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(underscore.sty) = %{tl_version} + +%description underscore +With the package, \_ in text mode (i.e., \textunderscore) +prints an underscore so that hyphenation of words either side +of it is not affected; a package option controls whether an +actual hyphenation point appears after the underscore, or +merely a break point. The package also arranges that, while in +text, '_' itself behaves as \textunderscore (the behaviour of _ +in maths mode is not affected. + +date: 2010-06-07 08:23:51 +0200 + +%post underscore +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun underscore +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underscore +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package underscore-doc +Summary: Documentation for underscore +Version: svn18261.0 +Release: %{tl_noarch_release} +Provides: tex-underscore-doc +BuildArch: noarch +AutoReqProv: No + +%description underscore-doc +Documentation for underscore + +%package url +Provides: tex-url = %{tl_version} +License: LPPL +Summary: Verbatim with URL-sensitive line breaks +Version: svn16864.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(url.sty) = %{tl_version} + +%description url +The command \url is a form of verbatim command that allows +linebreaks at certain characters or combinations of characters, +accepts reconfiguration, and can usually be used in the +argument to another command. (The \urldef command provides +robust commands that serve in cases when \url doesn't work in +an argument.) The command is intended for email addresses, +hypertext links, directories/paths, etc., which normally have +no spaces, so by default the package ignores spaces in its +argument. However, a package option "allows spaces", which is +useful for operating systems where spaces are a common part of +file names. + +date: 2010-01-27 23:13:46 +0100 + +%post url +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun url +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans url +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package url-doc +Summary: Documentation for url +Version: svn16864.3.2 +Release: %{tl_noarch_release} +Provides: tex-url-doc +BuildArch: noarch +AutoReqProv: No + +%description url-doc +Documentation for url + +%package collection-pictures +Summary: Graphics, pictures, diagrams +Version: svn30559.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-asyfig +Requires: tex-autoarea +Requires: tex-bardiag +Requires: tex-bloques +Requires: tex-bodegraph +Requires: tex-bondgraph +Requires: tex-braids +Requires: tex-bxeepic +Requires: tex-cachepic +Requires: tex-chemfig +Requires: tex-combinedgraphics +Requires: tex-circuitikz +Requires: tex-curve +Requires: tex-curve2e +Requires: tex-curves +Requires: tex-dcpic +Requires: tex-diagmac2 +Requires: texlive-doc-pictex-doc +Requires: tex-dottex +Requires: tex-dot2texi +Requires: tex-dratex +Requires: tex-drs +Requires: tex-duotenzor +Requires: tex-eepic +Requires: tex-epspdf +Requires: tex-epspdfconversion +Requires: tex-esk +Requires: tex-fast-diagram +Requires: tex-fig4latex +Requires: tex-flowchart +Requires: tex-forest +Requires: tex-gincltex +Requires: tex-gnuplottex +Requires: tex-gradientframe +Requires: tex-grafcet +Requires: tex-here +Requires: tex-hf-tikz +Requires: tex-hobby +Requires: tex-hvfloat +Requires: tex-knitting +Requires: tex-knittingpattern +Requires: tex-lapdf +Requires: tex-lpic +Requires: tex-makeshape +Requires: tex-mathspic +Requires: tex-miniplot +Requires: tex-modiagram +Requires: tex-numericplots +Requires: tex-pb-diagram +Requires: tex-petri-nets +Requires: tex-pgf +Requires: tex-pgf-blur +Requires: tex-pgf-soroban +Requires: tex-pgf-umlsd +Requires: tex-pgfgantt +Requires: tex-pgfkeyx +Requires: tex-pgfmolbio +Requires: tex-pgfopts +Requires: tex-pgfplots +Requires: tex-piano +Requires: tex-picinpar +Requires: tex-pict2e +Requires: tex-pictex +Requires: tex-pictex2 +Requires: tex-pinlabel +Requires: tex-pmgraph +Requires: tex-prerex +Requires: tex-productbox +Requires: tex-pxpgfmark +Requires: tex-randbild +Requires: tex-randomwalk +Requires: tex-reotex +Requires: tex-rviewport +Requires: tex-sa-tikz +Requires: tex-schemabloc +Requires: tex-setdeck +Requires: tex-smartdiagram +Requires: tex-spath3 +Requires: tex-swimgraf +Requires: tex-texdraw +Requires: tex-tikz-3dplot +Requires: texlive-tikz-bayesnet-doc +Requires: tex-tikz-cd +Requires: tex-tikz-dependency +Requires: tex-tikz-inet +Requires: tex-tikz-qtree +Requires: tex-tikz-timing +Requires: tex-tikzinclude +Requires: tex-tikzmark +Requires: tex-tikzorbital +Requires: tex-tikzpagenodes +Requires: tex-tikzpfeile +Requires: tex-tikzposter +Requires: tex-tikzscale +Requires: tex-tikzsymbols +Requires: tex-tqft +Requires: tex-tkz-base +Requires: tex-tkz-berge +Requires: tex-tkz-doc +Requires: tex-tkz-euclide +Requires: tex-tkz-fct +Requires: tex-tkz-graph +Requires: tex-tkz-kiviat +Requires: tex-tkz-linknodes +Requires: tex-tkz-orm +Requires: tex-tkz-tab +Requires: tex-tsemlines +Requires: tex-tufte-latex +Requires: tex-venndiagram +Requires: tex-xpicture +Requires: tex-xypic + +%description collection-pictures +Including TikZ, pict, etc.; MetaPost and PStricks are separate. + +%package chemfig +Provides: tex-chemfig = %{tl_version} +License: LPPL 1.3 +Summary: Draw molecules with easy syntax +Version: svn28287.1.0f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(chemfig.sty) = %{tl_version} +Provides: tex(chemfig.tex) = %{tl_version} +Provides: tex(t-chemfig.tex) = %{tl_version} + +%description chemfig +The package provides the command \chemfig{<code>}, which draws +molecules using the tikz package. The <code> argument provides +instructions for the drawing operation. While the diagrams +produced are essentially 2-dimensional, the package supports +many of the conventional notations for illustrating the 3- +dimensional layout of a molecule. The package uses TikZ for its +actual drawing operations. + +date: 2012-02-24 23:23:08 +0100 + +%post chemfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemfig-doc +Summary: Documentation for chemfig +Version: svn28287.1.0f +Release: %{tl_noarch_release} +Provides: tex-chemfig-doc +BuildArch: noarch +AutoReqProv: No + +%description chemfig-doc +Documentation for chemfig + +%package combinedgraphics +Provides: tex-combinedgraphics = %{tl_version} +License: GPL+ +Summary: Include graphic (EPS or PDF)/LaTeX combinations +Version: svn27198.0.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Provides: tex(combinedgraphics.sty) = %{tl_version} + +%description combinedgraphics +This package provides a macro (\includecombinedgraphics) for +the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an +export format of Gnuplot, Xfig, and maybe other programs). +Instead of including the graphics with a simple \input, the +\includecombinedgraphics macro has some comforts: - changing +the font and color of the text of the LaTeX part; - rescaling +the graphics without affecting the font of the LaTeX part; - +automatic inclusion of the vector graphics part, as far as +LaTeX part does not do it (e.g., for files exported from +Gnuplot before version 4.2); and - rescaling and rotating of +complete graphics (similar to \includegraphics from the +graphicx package). + +date: 2012-07-16 18:35:20 +0200 + +%post combinedgraphics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun combinedgraphics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combinedgraphics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package combinedgraphics-doc +Summary: Documentation for combinedgraphics +Version: svn27198.0.2.2 +Release: %{tl_noarch_release} +Provides: tex-combinedgraphics-doc +BuildArch: noarch +AutoReqProv: No + +%description combinedgraphics-doc +Documentation for combinedgraphics + +%package curve +Provides: tex-curve = %{tl_version} +License: LPPL +Summary: A class for making curriculum vitae +Version: svn20745.1.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ltxtable.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(filehook.sty) +Requires: tex(graphicx.sty) +Provides: tex(curve.cls) = %{tl_version} + +%description curve +CurVe is a class for writing a CV, with configuration for the +language in which you write. The class provides a set of +commands to create rubrics, entries in these rubrics etc. CurVe +then format the CV (possibly splitting it onto multiple pages, +repeating the titles etc), which is usually the most painful +part of CV writing. Another nice feature of CurVe is its +ability to manage different CV 'flavours' simultaneously. It is +often the case that you want to maintain slightly divergent +versions of your CV at the same time, in order to emphasize on +different aspects of your background. CurVe also comes with +support for use with AUC-TeX. + +date: 2010-12-14 18:30:55 +0100 + +%post curve +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun curve +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curve +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package curve-doc +Summary: Documentation for curve +Version: svn20745.1.16 +Release: %{tl_noarch_release} +Provides: tex-curve-doc +BuildArch: noarch +AutoReqProv: No + +%description curve-doc +Documentation for curve + +%package curve2e +Provides: tex-curve2e = %{tl_version} +License: LPPL 1.3 +Summary: Extensions for package pict2e +Version: svn28507.1.41 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(pict2e.sty) +Provides: tex(curve2e.sty) = %{tl_version} + +%description curve2e +The package extends the drawing capacities of the pict2e that +serves as a LaTeX 2e replacement for picture mode. In +particular, curve2e introduces new macros for lines and +vectors, new specifications for line terminations and joins, +arcs with any angular aperture, arcs with arrows at one or both +ends, generic curves specified with their nodes and the tangent +direction at these nodes. + +date: 2012-12-11 19:51:50 +0100 + +%post curve2e +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun curve2e +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curve2e +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package curve2e-doc +Summary: Documentation for curve2e +Version: svn28507.1.41 +Release: %{tl_noarch_release} +Provides: tex-curve2e-doc +BuildArch: noarch +AutoReqProv: No + +%description curve2e-doc +Documentation for curve2e + +%package curves +Provides: tex-curves = %{tl_version} +License: LPPL +Summary: Curves for LaTeX picture environment +Version: svn15878.1.53 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(curves.sty) = %{tl_version} +Provides: tex(curvesls.sty) = %{tl_version} + +%description curves +The draws curves in the standard LaTeX picture environment +using parabolas between data points with continuous slope at +joins; for circles and arcs, it uses up to 16 parabolas. The +package also draws symbols or dash patterns along curves. The +package provides facilities equivalent to technical pens with +compasses and French curves. Curves consist of short secants +drawn by overlapping disks or line-drawing \special commands +selected by package options. + +date: 2009-09-24 20:53:04 +0200 + +%post curves +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun curves +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curves +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package curves-doc +Summary: Documentation for curves +Version: svn15878.1.53 +Release: %{tl_noarch_release} +Provides: tex-curves-doc +BuildArch: noarch +AutoReqProv: No + +%description curves-doc +Documentation for curves + +%package dcpic +Provides: tex-dcpic = %{tl_version} +License: LPPL 1.3 +Summary: Commutative diagrams in a LaTeX and TeX documents +Version: svn30206.5.0.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dcpic.sty) = %{tl_version} +Provides: tex(europroc.cls) = %{tl_version} + +%description dcpic +DCpic is a package for typesetting Commutative Diagrams within +a LaTeX and TeX documents. Its distinguishing features are: a +powerful graphical engine, the PiCTeX package; an easy +specification syntax in which a commutative diagram is +described in terms of its objects and its arrows (morphism), +positioned in a Cartesian coordinate system. + +date: 2013-05-02 01:06:38 +0200 + +%post dcpic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dcpic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dcpic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dcpic-doc +Summary: Documentation for dcpic +Version: svn30206.5.0.0 +Release: %{tl_noarch_release} +Provides: tex-dcpic-doc +BuildArch: noarch +AutoReqProv: No + +%description dcpic-doc +Documentation for dcpic + +%package diagmac2 +Provides: tex-diagmac2 = %{tl_version} +License: LPPL +Summary: Diagram macros, using pict2e +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pict2e.sty) +Provides: tex(diagmac2.sty) = %{tl_version} + +%description diagmac2 +This is a development of the long-established diagmac package, +using pict2e so that the restrictions on line direction are +removed. + +date: 2009-05-17 01:32:22 +0200 + +%post diagmac2 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun diagmac2 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagmac2 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package diagmac2-doc +Summary: Documentation for diagmac2 +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-diagmac2-doc +BuildArch: noarch +AutoReqProv: No + +%description diagmac2-doc +Documentation for diagmac2 + +%package doc-pictex-doc +Summary: Documentation for doc-pictex +Version: svn24927.0 +Release: %{tl_noarch_release} +Provides: tex-doc-pictex-doc +BuildArch: noarch +AutoReqProv: No + +%description doc-pictex-doc +Documentation for doc-pictex + +%package dottex +Provides: tex-dottex = %{tl_version} +License: GPL+ +Summary: Use dot code in LaTeX +Version: svn15878.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(moreverb.sty) +Requires: tex(keyval.sty) +Provides: tex(dottex.sty) = %{tl_version} + +%description dottex +The dottex package allows you to encapsulate 'dot' and 'neato' +files in your document (dot and neato are both part of +graphviz; dot creates directed graphs, neato undirected +graphs). If you have shell-escape enabled, the package will +arrange for your files to be processed at LaTeX time; +otherwise, the conversion must be done manually as an +intermediate process before a second LaTeX run. + +date: 2007-08-21 11:49:34 +0200 + +%post dottex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dottex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dottex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dottex-doc +Summary: Documentation for dottex +Version: svn15878.0.6 +Release: %{tl_noarch_release} +Provides: tex-dottex-doc +BuildArch: noarch +AutoReqProv: No + +%description dottex-doc +Documentation for dottex + +%package dot2texi +Provides: tex-dot2texi = %{tl_version} +License: GPL+ +Summary: Create graphs within LaTeX using the dot2tex tool +Version: svn26237.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(moreverb.sty) +Requires: tex(xkeyval.sty) +Provides: tex(dot2texi.sty) = %{tl_version} + +%description dot2texi +The dot2texi package allows you to embed graphs in the DOT +graph description language in your LaTeX documents. The dot2tex +tool is used to invoke Graphviz for graph layout, and to +transform the output from Graphviz to LaTeX code. The generated +code relies on the TikZ and PGF package or the PSTricks +package. The process is automated if shell escape is enabled. + +date: 2009-02-28 02:19:00 +0100 + +%post dot2texi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dot2texi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dot2texi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dot2texi-doc +Summary: Documentation for dot2texi +Version: svn26237.3.0 +Release: %{tl_noarch_release} +Provides: tex-dot2texi-doc +BuildArch: noarch +AutoReqProv: No + +%description dot2texi-doc +Documentation for dot2texi + +%package dratex +Provides: tex-dratex = %{tl_version} +License: LPPL +Summary: General drawing macros +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(AlDraTex.sty) = %{tl_version} +Provides: tex(DraTex.sty) = %{tl_version} +Provides: tex(TeXProject.sty) = %{tl_version} +Provides: tex(wotree.sty) = %{tl_version} + +%description dratex +A low level (DraTex.sty) and a high-level (AlDraTex.sty) +drawing package written entirely in TeX. + +date: 2008-09-18 22:51:09 +0200 + +%post dratex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dratex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dratex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dratex-doc +Summary: Documentation for dratex +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-dratex-doc +BuildArch: noarch +AutoReqProv: No + +%description dratex-doc +Documentation for dratex + +%package drs +Provides: tex-drs = %{tl_version} +License: LPPL 1.3 +Summary: Typeset Discourse Representation Structures (DRS) +Version: svn19232.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(drs.sty) = %{tl_version} + +%description drs +The package draws Discourse Representation Structures (DRSs). +It can draw embedded DRSs, if-then conditions and +quantificational "duplex conditions" (with a properly scaled +connecting diamond). Formatting parameters allow the user to +control the appearance and placement of DRSs, and of DRS +variables and conditions. The package is based on DRS macros in +the covington package. + +date: 2010-07-03 21:56:37 +0200 + +%post drs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun drs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package drs-doc +Summary: Documentation for drs +Version: svn19232.1.1b +Release: %{tl_noarch_release} +Provides: tex-drs-doc +BuildArch: noarch +AutoReqProv: No + +%description drs-doc +Documentation for drs + +%package duotenzor +Provides: tex-duotenzor = %{tl_version} +License: LPPL 1.3 +Summary: Drawing package for circuit and duotensor diagrams +Version: svn18728.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(duotenzor.sty) = %{tl_version} + +%description duotenzor +This is a drawing package for circuit and duotensor diagrams +within LaTeX documents. It consists of about eighty commands, +calling on TikZ for support. + +date: 2010-06-06 13:50:32 +0200 + +%post duotenzor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun duotenzor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duotenzor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package duotenzor-doc +Summary: Documentation for duotenzor +Version: svn18728.1.00 +Release: %{tl_noarch_release} +Provides: tex-duotenzor-doc +BuildArch: noarch +AutoReqProv: No + +%description duotenzor-doc +Documentation for duotenzor + +%package eepic +Provides: tex-eepic = %{tl_version} +License: Public Domain +Summary: Extensions to epic and the LaTeX drawing tools +Version: svn15878.1.1e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eepic.sty) = %{tl_version} +Provides: tex(eepicemu.sty) = %{tl_version} +Provides: tex(epic.sty) = %{tl_version} + +%description eepic +Extensions to epic and the LaTeX picture drawing environment, +include the drawing of lines at any slope, the drawing of +circles in any radii, and the drawing of dotted and dashed +lines much faster with much less TeX memory, and providing +several new commands for drawing ellipses, arcs, splines, and +filled circles and ellipses. The package uses tpic \special +commands. + +date: 2009-09-25 23:06:49 +0200 + +%post eepic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eepic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eepic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eepic-doc +Summary: Documentation for eepic +Version: svn15878.1.1e +Release: %{tl_noarch_release} +Provides: tex-eepic-doc +BuildArch: noarch +AutoReqProv: No + +%description eepic-doc +Documentation for eepic + +%package epspdf +Provides: tex-epspdf = %{tl_version} +License: GPL+ +Summary: Converter for PostScript, EPS and PDF +Version: svn29725.0.6.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: texlive-epspdf-bin + +%description epspdf +Epspdf[tk] is a TeXlua script which converts between PostScript +or EPS and PDF. It has both a command-line and a GUI interface. +Using pdftops (from the xpdf command-line utilities) for round- +tripping opens up several new possibilities compared to older +similarly-named utilities. + +date: 2013-02-08 11:42:11 +0100 + +%preun epspdf +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/epspdf.info %{_infodir}/dir 2>/dev/null || : +fi + +%post epspdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/epspdf.info %{_infodir}/dir 2>/dev/null +: + +%postun epspdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epspdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epspdf-doc +Summary: Documentation for epspdf +Version: svn29725.0.6.0 +Release: %{tl_noarch_release} +Provides: tex-epspdf-doc +BuildArch: noarch +AutoReqProv: No + +%description epspdf-doc +Documentation for epspdf + +%package epspdf-bin +Summary: Binaries for epspdf +Version: svn29050.0 +Requires: texlive-base +Requires: tex-epspdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description epspdf-bin +Binaries for epspdf + +%package epspdfconversion +Provides: tex-epspdfconversion = %{tl_version} +License: LPPL +Summary: On-the-fly conversion of EPS to PDF +Version: svn18703.0.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Requires: tex(epstopdf-base.sty) +Requires: tex(kvoptions.sty) +Provides: tex(epspdfconversion.sty) = %{tl_version} + +%description epspdfconversion +The package calls the epstopdf package to convert EPS graphics +to PDF, on the fly. It servs as a vehicle for passing +conversion options (such as grayscale, prepress or pdfversion) +to the epspdf converter. + +date: 2010-06-02 10:36:47 +0200 + +%post epspdfconversion +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epspdfconversion +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epspdfconversion +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epspdfconversion-doc +Summary: Documentation for epspdfconversion +Version: svn18703.0.61 +Release: %{tl_noarch_release} +Provides: tex-epspdfconversion-doc +BuildArch: noarch +AutoReqProv: No + +%description epspdfconversion-doc +Documentation for epspdfconversion + +%package esk +Provides: tex-esk = %{tl_version} +License: GPL+ +Summary: Package to encapsulate Sketch files in LaTeX sources +Version: svn18115.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Requires: tex(kvsetkeys.sty) +Provides: tex(esk.sty) = %{tl_version} + +%description esk +The ESK package allows to encapsulate Sketch files in LaTeX +sources. This is very useful for keeping illustrations in sync +with the text. It also frees the user from inventing +descriptive names for new files that fit into the confines of +file system conventions. Sketch is a 3D scene description +language by Eugene K. Ressler and can generate TikZ and +PSTricks code. ESK behaves in a similar fashion to EMP (which +encapsulates Metapost files), and was in fact developed from +it. + +date: 2010-05-11 12:36:30 +0200 + +%post esk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun esk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esk-doc +Summary: Documentation for esk +Version: svn18115.1.0 +Release: %{tl_noarch_release} +Provides: tex-esk-doc +BuildArch: noarch +AutoReqProv: No + +%description esk-doc +Documentation for esk + +%package fast-diagram +Provides: tex-fast-diagram = %{tl_version} +License: LPPL 1.3 +Summary: Easy generation of FAST diagrams +Version: svn29264.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Requires: tex(relsize.sty) +Requires: tex(xargs.sty) +Provides: tex(fast-diagram.sty) = %{tl_version} + +%description fast-diagram +The package provides simple means of producing FAST diagrams, +using TikZ/pgf tools. FAST diagrams are useful for functional +analysis techniques in design methods. + +date: 2013-02-27 20:12:49 +0100 + +%post fast-diagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fast-diagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fast-diagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fast-diagram-doc +Summary: Documentation for fast-diagram +Version: svn29264.1.1 +Release: %{tl_noarch_release} +Provides: tex-fast-diagram-doc +BuildArch: noarch +AutoReqProv: No + +%description fast-diagram-doc +Documentation for fast-diagram + +%package fig4latex +Provides: tex-fig4latex = %{tl_version} +License: GPLv3+ +Summary: Management of figures for large LaTeX documents +Version: svn26313.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-fig4latex-bin + +%description fig4latex +Fig4LaTeX simplifies management of the figures in a large LaTeX +document. Fig4LaTeX is appropriate for projects that include +figures with graphics created by XFig -- in particular, +graphics which use the combined PS/LaTeX (or PDF/LaTeX) export +method. An example document (with its output) is provided. + +date: 2009-11-09 22:14:03 +0100 + +%post fig4latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fig4latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fig4latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fig4latex-doc +Summary: Documentation for fig4latex +Version: svn26313.0.2 +Release: %{tl_noarch_release} +Provides: tex-fig4latex-doc +BuildArch: noarch +AutoReqProv: No + +%description fig4latex-doc +Documentation for fig4latex + +%package fig4latex-bin +Summary: Binaries for fig4latex +Version: svn14752.0 +Requires: texlive-base +Requires: tex-fig4latex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description fig4latex-bin +Binaries for fig4latex + +%package flowchart +Provides: tex-flowchart = %{tl_version} +License: LPPL 1.3 +Summary: Shapes for drawing flowcharts, using TikZ +Version: svn29153.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeshape.sty) +Requires: tex(tikz.sty) +Provides: tex(flowchart.sty) = %{tl_version} + +%description flowchart +The package provides a set of 'traditional' flowchart element +shapes; the documentation shows how to build a flowchart from +these elements, using pgf/TikZ. The package also requires the +makeshape package. + +date: 2013-02-18 18:17:35 +0100 + +%post flowchart +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flowchart +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flowchart +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flowchart-doc +Summary: Documentation for flowchart +Version: svn29153.3.2 +Release: %{tl_noarch_release} +Provides: tex-flowchart-doc +BuildArch: noarch +AutoReqProv: No + +%description flowchart-doc +Documentation for flowchart + +%package forest +Provides: tex-forest = %{tl_version} +License: LPPL 1.3 +Summary: Drawing (linguistic) trees +Version: svn28979.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(pgfopts.sty) +Requires: tex(etoolbox.sty) +Requires: tex(environ.sty) +Provides: tex(forest.sty) = %{tl_version} + +%description forest +The package is provides a PGF/TikZ-based mechanism for drawing +linguistic (and other kinds of) trees. Its main features are: - +a packing algorithm which can produce very compact trees; - a +user-friendly interface consisting of the familiar bracket +encoding of trees plus the key-value interface to option- +setting; - many tree-formatting options, with control over +option values of individual nodes and mechanisms for their +manipulation; - the possibility to decorate the tree using the +full power of PGF/TikZ; and - an externalization mechanism +sensitive to code-changes. + +date: 2013-01-29 10:13:54 +0100 + +%post forest +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun forest +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forest +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package forest-doc +Summary: Documentation for forest +Version: svn28979.1.03 +Release: %{tl_noarch_release} +Provides: tex-forest-doc +BuildArch: noarch +AutoReqProv: No + +%description forest-doc +Documentation for forest + +%package gincltex +Provides: tex-gincltex = %{tl_version} +License: LPPL 1.3 +Summary: Include TeX files as graphics (.tex support for \includegraphics) +Version: svn23835.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(svn-prov.sty) +Requires: tex(adjustbox.sty) +Provides: tex(gincltex.sty) = %{tl_version} + +%description gincltex +The package builds on the standard LaTeX packages graphics +and/or graphicx and allows external LaTeX source files to be +included, in the same way as graphic files, by +\includegraphics. In effect, then package adds support for the +.tex extension. Some of the lower level operations like +clipping and trimming are implemented using the adjustbox +package which includes native pdflatex support and uses the pdf +pacakge for other output formats. + +date: 2011-09-05 20:39:25 +0200 + +%post gincltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gincltex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gincltex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gincltex-doc +Summary: Documentation for gincltex +Version: svn23835.0.3 +Release: %{tl_noarch_release} +Provides: tex-gincltex-doc +BuildArch: noarch +AutoReqProv: No + +%description gincltex-doc +Documentation for gincltex + +%package gnuplottex +Provides: tex-gnuplottex = %{tl_version} +License: GPLv2+ +Summary: Embed Gnuplot commands in LaTeX documents +Version: svn29939.0.4.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(latexsym.sty) +Requires: tex(graphicx.sty) +Requires: tex(moreverb.sty) +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Provides: tex(gnuplottex.sty) = %{tl_version} + +%description gnuplottex +Gnuplot code is extracted from the document and written to +.gnuplot files. Then, if shell escape is enabled, the graph +files are automatically processed and converted to PostScript +or PDF files, which will then be included. If shell escape is +disabled, the user will have to manually run the files through +gnuplot and re-run the LaTeX job. + +date: 2013-04-14 15:13:16 +0200 + +%post gnuplottex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gnuplottex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gnuplottex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gnuplottex-doc +Summary: Documentation for gnuplottex +Version: svn29939.0.4.6 +Release: %{tl_noarch_release} +Provides: tex-gnuplottex-doc +BuildArch: noarch +AutoReqProv: No + +%description gnuplottex-doc +Documentation for gnuplottex + +%package gradientframe +Provides: tex-gradientframe = %{tl_version} +License: LPPL 1.3 +Summary: Simple gradient frames around objects +Version: svn21387.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(keyval.sty) +Provides: tex(gradientframe.sty) = %{tl_version} + +%description gradientframe +The package provides a means of drawing graded frames around +objects. The gradients of the frames are drawn using the color +package. + +date: 2011-02-13 15:43:06 +0100 + +%post gradientframe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gradientframe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gradientframe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gradientframe-doc +Summary: Documentation for gradientframe +Version: svn21387.0.2 +Release: %{tl_noarch_release} +Provides: tex-gradientframe-doc +BuildArch: noarch +AutoReqProv: No + +%description gradientframe-doc +Documentation for gradientframe + +%package grafcet +Provides: tex-grafcet = %{tl_version} +License: LPPL +Summary: Draw Grafcet/SFC with TikZ +Version: svn22509.1.3.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifsym.sty) +Provides: tex(grafcet.sty) = %{tl_version} + +%description grafcet +The package provides a library (GRAFCET) that can draw +Grafcet/SFC diagrams, in accordance with EN 60848, using +Pgf/TikZ. L'objectif de la librairie GRAFCET est de permettre +le trace de grafcet selon la norme EN~60848 a partir de +Pgf/TikZ. + +date: 2011-05-17 01:53:44 +0200 + +%post grafcet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun grafcet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grafcet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package grafcet-doc +Summary: Documentation for grafcet +Version: svn22509.1.3.5 +Release: %{tl_noarch_release} +Provides: tex-grafcet-doc +BuildArch: noarch +AutoReqProv: No + +%description grafcet-doc +Documentation for grafcet + +%package here +Provides: tex-here = %{tl_version} +License: Public Domain +Summary: Emulation of obsolete package for "here" floats +Version: svn16135.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(float.sty) +Provides: tex(here.sty) = %{tl_version} + +%description here +Provides the H option for floats in LaTeX to signify that the +environemt is not really a float (and should therefore be +placed "here" and not float at all). The package emulates an +older package of the same name, which has long been been +suppressed by its author. The job is done by nothing more than +loading the float package, which has long provided the option +in an acceptable framework. + +date: 2009-11-28 09:57:52 +0100 + +%post here +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun here +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans here +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package here-doc +Summary: Documentation for here +Version: svn16135.0 +Release: %{tl_noarch_release} +Provides: tex-here-doc +BuildArch: noarch +AutoReqProv: No + +%description here-doc +Documentation for here + +%package hf-tikz +Provides: tex-hf-tikz = %{tl_version} +License: LPPL 1.3 +Summary: A simple way to highlight formulas and formula parts +Version: svn29278.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(xparse.sty) +Requires: tex(etoolbox.sty) +Provides: tex(hf-tikz.sty) = %{tl_version} + +%description hf-tikz +The package provides a way to highlight formulas and formula +parts in both documents and presentations, us TikZ. + +date: 2013-03-03 12:29:02 +0100 + +%post hf-tikz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hf-tikz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hf-tikz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hf-tikz-doc +Summary: Documentation for hf-tikz +Version: svn29278.0.3 +Release: %{tl_noarch_release} +Provides: tex-hf-tikz-doc +BuildArch: noarch +AutoReqProv: No + +%description hf-tikz-doc +Documentation for hf-tikz + +%package hobby +Provides: tex-hobby = %{tl_version} +License: LPPL 1.3 +Summary: An implementation of Hobby's algorithm for PGF/TikZ +Version: svn29895.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Provides: tex(hobby.code.tex) = %{tl_version} +Provides: tex(pgflibraryhobby.code.tex) = %{tl_version} +Provides: tex(pml3array.sty) = %{tl_version} +Provides: tex(tikzlibraryhobby.code.tex) = %{tl_version} + +%description hobby +This package defines a path generation function for PGF/TikZ +which implements Hobby's algorithm for a path built out of +Bezier curves which passes through a given set of points. The +path thus generated may by used as a TikZ 'to path'. The +implementation is in LaTeX3. + +date: 2013-04-15 11:53:39 +0200 + +%post hobby +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hobby +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hobby +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hobby-doc +Summary: Documentation for hobby +Version: svn29895.1.2 +Release: %{tl_noarch_release} +Provides: tex-hobby-doc +BuildArch: noarch +AutoReqProv: No + +%description hobby-doc +Documentation for hobby + +%package hvfloat +Provides: tex-hvfloat = %{tl_version} +License: LPPL +Summary: Rotating caption and object of floats independently +Version: svn25570.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(keyval.sty) +Requires: tex(caption.sty) +Provides: tex(hvfloat.sty) = %{tl_version} + +%description hvfloat +This package defines a macro to place objects (tables and +figures) and their captions in different positions with +different rotating angles within a float. All objects and +captions can be framed. The main command is \hvFloat{float +type}{floating object}{caption}{label}; a simple example is +\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}. +Options are provided to place captions to the right or left, +and rotated. Setting nonFloat=true results in placing the float +here. + +date: 2012-03-05 13:21:26 +0100 + +%post hvfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hvfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hvfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hvfloat-doc +Summary: Documentation for hvfloat +Version: svn25570.1.1 +Release: %{tl_noarch_release} +Provides: tex-hvfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description hvfloat-doc +Documentation for hvfloat + +%package knitting +Provides: tex-knitting = %{tl_version} +License: LPPL 1.3 +Summary: Produce knitting charts, in Plain TeX or LaTeX +Version: svn19595.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(color.sty) +Provides: tex(knitfont.map) = %{tl_version} +Provides: tex(knitg_sc_in.tfm) = %{tl_version} +Provides: tex(knitg_sc_out.tfm) = %{tl_version} +Provides: tex(knitgg.tfm) = %{tl_version} +Provides: tex(knitgn.tfm) = %{tl_version} +Provides: tex(knitgp.tfm) = %{tl_version} +Provides: tex(knitn_sc_in.tfm) = %{tl_version} +Provides: tex(knitn_sc_out.tfm) = %{tl_version} +Provides: tex(knitnl.tfm) = %{tl_version} +Provides: tex(knitnn.tfm) = %{tl_version} +Provides: tex(knitnp.tfm) = %{tl_version} +Provides: tex(knitnr.tfm) = %{tl_version} +Provides: tex(knitw_sc_in.tfm) = %{tl_version} +Provides: tex(knitw_sc_out.tfm) = %{tl_version} +Provides: tex(knitwg.tfm) = %{tl_version} +Provides: tex(knitwn.tfm) = %{tl_version} +Provides: tex(knitwp.tfm) = %{tl_version} +Provides: tex(knitg_sc_in.pfb) = %{tl_version} +Provides: tex(knitg_sc_out.pfb) = %{tl_version} +Provides: tex(knitgg.pfb) = %{tl_version} +Provides: tex(knitgn.pfb) = %{tl_version} +Provides: tex(knitgp.pfb) = %{tl_version} +Provides: tex(knitn_sc_in.pfb) = %{tl_version} +Provides: tex(knitn_sc_out.pfb) = %{tl_version} +Provides: tex(knitnl.pfb) = %{tl_version} +Provides: tex(knitnn.pfb) = %{tl_version} +Provides: tex(knitnp.pfb) = %{tl_version} +Provides: tex(knitnr.pfb) = %{tl_version} +Provides: tex(knitw_sc_in.pfb) = %{tl_version} +Provides: tex(knitw_sc_out.pfb) = %{tl_version} +Provides: tex(knitwg.pfb) = %{tl_version} +Provides: tex(knitwn.pfb) = %{tl_version} +Provides: tex(knitwp.pfb) = %{tl_version} +Provides: tex(knitting.sty) = %{tl_version} +Provides: tex(uknit.fd) = %{tl_version} +Provides: tex(knitting.tex) = %{tl_version} + +%description 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: 2010-08-29 22:20:17 +0200 + +%post knitting +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map knitfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map knitfont.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun knitting +if [ $1 == 0 ] ; then +sed -i '/^Map knitfont.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans knitting +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package knitting-doc +Summary: Documentation for knitting +Version: svn19595.2.0 +Release: %{tl_noarch_release} +Provides: tex-knitting-doc +BuildArch: noarch +AutoReqProv: No + +%description knitting-doc +Documentation for knitting + +%package knittingpattern +Provides: tex-knittingpattern = %{tl_version} +License: LPPL 1.3 +Summary: Create knitting patterns +Version: svn17205.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(float.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(longtable.sty) +Requires: tex(calc.sty) +Requires: tex(xcolor.sty) +Provides: tex(knittingpattern.cls) = %{tl_version} + +%description 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: 2010-03-09 13:13:30 +0100 + +%post knittingpattern +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun knittingpattern +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans knittingpattern +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package knittingpattern-doc +Summary: Documentation for knittingpattern +Version: svn17205.0 +Release: %{tl_noarch_release} +Provides: tex-knittingpattern-doc +BuildArch: noarch +AutoReqProv: No + +%description knittingpattern-doc +Documentation for knittingpattern + +%package lapdf +Provides: tex-lapdf = %{tl_version} +License: GPL+ +Summary: PDF drawing directly in TeX documents +Version: svn23806.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(lapdf.sty) = %{tl_version} + +%description lapdf +The package provides the means to use PDF drawing primitives to +produce high quality, colored graphics. It - uses Bezier curves +(integral and rational) from degree one to seven, - allows TeX +typesetting in the graphic, - offers most of the standard math +functions, - allows plotting normal, parametric and polar +functions. The package has linear, logx, logy, logxy and polar +grids with many specs; - it can rotate, clip and do many nice +things easily - it has two looping commands for programming and +many instructive example files. The package requires pdfTeX but +otherwise only depends on the calc package. + +date: 2011-09-04 01:09:50 +0200 + +%post lapdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lapdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lapdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lapdf-doc +Summary: Documentation for lapdf +Version: svn23806.1.1 +Release: %{tl_noarch_release} +Provides: tex-lapdf-doc +BuildArch: noarch +AutoReqProv: No + +%description lapdf-doc +Documentation for lapdf + +%package lpic +Provides: tex-lpic = %{tl_version} +License: LPPL 1.3 +Summary: Put LaTeX material over included graphics +Version: svn20843.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(epsfig.sty) +Requires: tex(rotating.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(color.sty) +Provides: tex(lpic.sty) = %{tl_version} + +%description lpic +The package defines a convenient interface to put any LaTeX +material on top of included graphics. The LaTeX material may +also be rotated and typeset on top of a white box overshadowing +the graphics. The coordinates of the LaTeX boxes are given +relative to the original, unscaled graphics; when the graphics +is rescaled, the LaTeX annotations stay at their right places +(unless you do something extreme). In a draft mode, the package +enables you to draw a coordinate grid over the picture for easy +adjustment of positions of the annotations. + +date: 2010-12-23 21:19:38 +0100 + +%post lpic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lpic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lpic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lpic-doc +Summary: Documentation for lpic +Version: svn20843.0.8 +Release: %{tl_noarch_release} +Provides: tex-lpic-doc +BuildArch: noarch +AutoReqProv: No + +%description lpic-doc +Documentation for lpic + +%package makeshape +Provides: tex-makeshape = %{tl_version} +License: LPPL 1.3 +Summary: Declare new PGF shapes +Version: svn28973.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(makeshape.sty) = %{tl_version} + +%description makeshape +The package simplifies production of custom shapes with correct +anchor borders, in PGF/TikZ; the only requirement is a PGF path +describing the anchor border. The package also provides macros +that help with the management of shape parameters, and the +definition of anchor points. + +date: 2013-01-28 11:48:01 +0100 + +%post makeshape +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makeshape +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeshape +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makeshape-doc +Summary: Documentation for makeshape +Version: svn28973.2.1 +Release: %{tl_noarch_release} +Provides: tex-makeshape-doc +BuildArch: noarch +AutoReqProv: No + +%description makeshape-doc +Documentation for makeshape + +%package mathspic +Provides: tex-mathspic = %{tl_version} +License: LPPL +Summary: A Perl filter program for use with PiCTeX +Version: svn29845.1.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-mathspic-bin +Requires: tex(prepictex.tex) +Requires: tex(pictexwd.tex) +Requires: tex(postpictex.tex) +Provides: tex(mathspic.sty) = %{tl_version} + +%description mathspic +MathsPIC(Perl) is a development of the earlier MathsPIC(DOS) +program, now implemented as a Perl script, being much more +portable than the earlier program. MathsPIC parses a plain text +input file and generates a plain text output-file containing +commands for drawing a diagram. Version 1.0 produces output +containing PiCTeX and (La)TeX commands, which may then be +processed by plain TeX or LaTeX in the usual way. MathsPIC also +outputs a comprehensive log-file. MathsPIC facilitates creating +figures using PiCTeX by providing an environment for +manipulating named points and also allows the use of variables +and maths (advance, multiply, and divide)--in short--it takes +the pain out of PiCTeX. Both the original DOS version and the +new Perl version are available. + +date: 2012-05-21 15:40:40 +0200 + +%post mathspic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathspic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathspic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathspic-doc +Summary: Documentation for mathspic +Version: svn29845.1.13 +Release: %{tl_noarch_release} +Provides: tex-mathspic-doc +BuildArch: noarch +AutoReqProv: No + +%description mathspic-doc +Documentation for mathspic + +%package mathspic-bin +Summary: Binaries for mathspic +Version: svn23661.0 +Requires: texlive-base +Requires: tex-mathspic +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description mathspic-bin +Binaries for mathspic + +%package miniplot +Provides: tex-miniplot = %{tl_version} +License: LPPL +Summary: A package for easy figure arrangement +Version: svn17483.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(graphicx.sty) +Requires: tex(epsfig.sty) +Provides: tex(miniplot.sty) = %{tl_version} + +%description miniplot +MiniPlot is a package to help the LaTeX user typeset EPS +figures using an easy-to-use interface. Figures can be arranged +as one-figure-only or as a collection of figures in columns and +rows which can itself contain sub-figures in columns and rows. +Wrapped figures are also supported. This package provides +commands to display a framebox instead of the figure as the +graphics package does already but additionally it writes useful +information such as the label and scaling factor into these +boxes. + +date: 2010-03-14 23:57:23 +0100 + +%post miniplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun miniplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans miniplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package miniplot-doc +Summary: Documentation for miniplot +Version: svn17483.0 +Release: %{tl_noarch_release} +Provides: tex-miniplot-doc +BuildArch: noarch +AutoReqProv: No + +%description miniplot-doc +Documentation for miniplot + +%package modiagram +Provides: tex-modiagram = %{tl_version} +License: LPPL 1.3 +Summary: Drawing molecular orbital diagrams +Version: svn30169.0.2c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(tikz.sty) +Requires: tex(textgreek.sty) +Provides: tex(modiagram.sty) = %{tl_version} + +%description modiagram +The package provides an environment MOdiagram and some +commands, to create molecular orbital diagrams using TikZ. For +example, the MO diagram of dihydrogen would be written as: +\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s = +{0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The +package also needs the l3kernel and l3packages bundles from the +LaTeX 3 experimental distribution. + +date: 2013-04-28 23:24:16 +0200 + +%post modiagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun modiagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modiagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package modiagram-doc +Summary: Documentation for modiagram +Version: svn30169.0.2c +Release: %{tl_noarch_release} +Provides: tex-modiagram-doc +BuildArch: noarch +AutoReqProv: No + +%description modiagram-doc +Documentation for modiagram + +%package numericplots +Provides: tex-numericplots = %{tl_version} +License: GPLv3+ +Summary: Plot numeric data (including Matlab export) using PSTricks +Version: svn30103.2.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(fp.sty) +Requires: tex(ifthen.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pstricks-add.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xkvview.sty) +Provides: tex(NumericPlots.sty) = %{tl_version} +Provides: tex(NumericPlots_TickLabels.tex) = %{tl_version} +Provides: tex(NumericPlots_labels.tex) = %{tl_version} +Provides: tex(NumericPlots_legend.tex) = %{tl_version} +Provides: tex(NumericPlots_macros.tex) = %{tl_version} +Provides: tex(NumericPlots_styles.tex) = %{tl_version} + +%description numericplots +Plotting numeric data is a task which has often to be done for +scientific papers. LaTeX itself provides no facilities for +drawing more than the simplest plots from supplied data. The +package will process user input, and uses PSTricks to plot the +results. The package provides Matlab functions to transform +Matlab results to plottable data. + +date: 2013-04-25 12:06:29 +0200 + +%post numericplots +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun numericplots +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numericplots +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package numericplots-doc +Summary: Documentation for numericplots +Version: svn30103.2.0.1 +Release: %{tl_noarch_release} +Provides: tex-numericplots-doc +BuildArch: noarch +AutoReqProv: No + +%description numericplots-doc +Documentation for numericplots + +%package pb-diagram +Provides: tex-pb-diagram = %{tl_version} +License: GPLv2+ +Summary: A commutative diagram package using LAMSTeX or Xy-pic fonts +Version: svn15878.5.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lamsarrow.sty) = %{tl_version} +Provides: tex(pb-diagram.sty) = %{tl_version} +Provides: tex(pb-lams.sty) = %{tl_version} +Provides: tex(pb-xy.sty) = %{tl_version} + +%description pb-diagram +pb-diagram package + +date: 2008-04-20 19:53:04 +0200 + +%post pb-diagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pb-diagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pb-diagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pb-diagram-doc +Summary: Documentation for pb-diagram +Version: svn15878.5.0 +Release: %{tl_noarch_release} +Provides: tex-pb-diagram-doc +BuildArch: noarch +AutoReqProv: No + +%description pb-diagram-doc +Documentation for pb-diagram + +%package petri-nets +Provides: tex-petri-nets = %{tl_version} +License: GPL+ +Summary: A set TeX/LaTeX packages for drawing Petri nets +Version: svn24088.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pndraw.sty) = %{tl_version} +Provides: tex(pndraw.tex) = %{tl_version} +Provides: tex(pnets.sty) = %{tl_version} +Provides: tex(pnets.tex) = %{tl_version} +Provides: tex(pntext.sty) = %{tl_version} +Provides: tex(pntext.tex) = %{tl_version} +Provides: tex(pnversion.tex) = %{tl_version} + +%description petri-nets +Petri-nets is a set of TeX/LaTeX packages about Petri nets and +related models. Three packages are available: - the first +allows the user to draw Petri-nets in PostScript documents; - +the second defines macros related to PBC, M-nets and B(PN) +models; and - the last gathers together the previous two. + +date: 2007-01-12 23:55:10 +0100 + +%post petri-nets +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun petri-nets +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans petri-nets +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package petri-nets-doc +Summary: Documentation for petri-nets +Version: svn24088.0 +Release: %{tl_noarch_release} +Provides: tex-petri-nets-doc +BuildArch: noarch +AutoReqProv: No + +%description petri-nets-doc +Documentation for petri-nets + +%package pgf-blur +Provides: tex-pgf-blur = %{tl_version} +License: LPPL +Summary: PGF/TikZ package for "blurred" shadows +Version: svn26134.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tikzlibraryshadows.blur.code.tex) = %{tl_version} + +%description pgf-blur +The package adds blurred/faded/fuzzy shadows to TikZ/PGF +pictures. It is configured as a TikZ/PGF library module. The +method is similar to that of the author's pst-blur package for +PSTricks. + +date: 2012-04-24 16:17:04 +0200 + +%post pgf-blur +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgf-blur +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-blur +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgf-blur-doc +Summary: Documentation for pgf-blur +Version: svn26134.1.01 +Release: %{tl_noarch_release} +Provides: tex-pgf-blur-doc +BuildArch: noarch +AutoReqProv: No + +%description pgf-blur-doc +Documentation for pgf-blur + +%package pgf-soroban +Provides: tex-pgf-soroban = %{tl_version} +License: LPPL +Summary: Create images of the soroban using TikZ/PGF +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(tikz.sty) +Provides: tex(pgf-soroban.sty) = %{tl_version} + +%description pgf-soroban +The package makes it possible to create pictures of the soroban +(Japanese abacus) using PGF/TikZ + +date: 2008-08-23 00:06:02 +0200 + +%post pgf-soroban +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgf-soroban +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-soroban +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgf-soroban-doc +Summary: Documentation for pgf-soroban +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-pgf-soroban-doc +BuildArch: noarch +AutoReqProv: No + +%description pgf-soroban-doc +Documentation for pgf-soroban + +%package pgf-umlsd +Provides: tex-pgf-umlsd = %{tl_version} +License: GPL+ +Summary: Draw UML Sequence Diagrams +Version: svn21301.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pgf-umlsd.sty) = %{tl_version} + +%description pgf-umlsd +LaTeX macros to draw UML diagrams using pgf + +date: 2011-02-03 13:02:40 +0100 + +%post pgf-umlsd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgf-umlsd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-umlsd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgf-umlsd-doc +Summary: Documentation for pgf-umlsd +Version: svn21301.0.5 +Release: %{tl_noarch_release} +Provides: tex-pgf-umlsd-doc +BuildArch: noarch +AutoReqProv: No + +%description pgf-umlsd-doc +Documentation for pgf-umlsd + +%package pgfgantt +Provides: tex-pgfgantt = %{tl_version} +License: LPPL 1.3 +Summary: Draw Gantt charts with TikZ +Version: svn25204.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(pgfgantt.sty) = %{tl_version} + +%description pgfgantt +The package provides an environment for drawing Gantt charts +that contain various elements (titles, bars, milestones, groups +and links). Several keys customize the appearance of the chart +elements. + +date: 2012-01-26 11:19:33 +0100 + +%post pgfgantt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgfgantt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfgantt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgfgantt-doc +Summary: Documentation for pgfgantt +Version: svn25204.3.0 +Release: %{tl_noarch_release} +Provides: tex-pgfgantt-doc +BuildArch: noarch +AutoReqProv: No + +%description pgfgantt-doc +Documentation for pgfgantt + +%package pgfkeyx +Provides: tex-pgfkeyx = %{tl_version} +License: LPPL 1.3 +Summary: Extended and more robust version of pgfkeys +Version: svn26093.0.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Provides: tex(pgfkeyx.sty) = %{tl_version} + +%description pgfkeyx +The package extends and improves the robustness of the pgfkeys +package. In particular, it can deal with active comma, equality +sign, and slash in key parsing. The difficulty with active +characters has long been a problem with the pgfkeys package. +The package also introduces handlers beyond those that pgfkeys +can offer. + +date: 2012-04-21 23:54:26 +0200 + +%post pgfkeyx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgfkeyx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfkeyx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgfkeyx-doc +Summary: Documentation for pgfkeyx +Version: svn26093.0.0.1 +Release: %{tl_noarch_release} +Provides: tex-pgfkeyx-doc +BuildArch: noarch +AutoReqProv: No + +%description pgfkeyx-doc +Documentation for pgfkeyx + +%package pgfmolbio +Provides: tex-pgfmolbio = %{tl_version} +License: LPPL 1.3 +Summary: Draw graphs typically found in molecular biology texts +Version: svn28023.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase-modutils.sty) +Requires: tex(xcolor.sty) +Requires: tex(tikz.sty) +Provides: tex(pgfmolbio.chromatogram.tex) = %{tl_version} +Provides: tex(pgfmolbio.convert.tex) = %{tl_version} +Provides: tex(pgfmolbio.domains.tex) = %{tl_version} +Provides: tex(pgfmolbio.sty) = %{tl_version} + +%description pgfmolbio +The package draws graphs typically found in molecular biology +texts. Currently, the package contains modules for drawing DNA +sequencing chromatograms and protein domain diagrams. + +date: 2012-10-04 13:44:39 +0200 + +%post pgfmolbio +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgfmolbio +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfmolbio +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgfmolbio-doc +Summary: Documentation for pgfmolbio +Version: svn28023.0.2 +Release: %{tl_noarch_release} +Provides: tex-pgfmolbio-doc +BuildArch: noarch +AutoReqProv: No + +%description pgfmolbio-doc +Documentation for pgfmolbio + +%package pgfopts +Provides: tex-pgfopts = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX package options with pgfkeys +Version: svn23320.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgfkeys.sty) +Provides: tex(pgfopts.sty) = %{tl_version} + +%description pgfopts +The pgfkeys package (part of the pgf distribution) is a well- +designed way of defining and using large numbers of keys for +key-value syntaxes. However, pgfkeys itself does not offer +means of handling LaTeX class and package options. This package +adds such option handling to pgfkeys, in the same way that +kvoptions adds the same facility to the LaTeX standard keyval +package. + +date: 2011-06-03 00:21:14 +0200 + +%post pgfopts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgfopts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfopts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgfopts-doc +Summary: Documentation for pgfopts +Version: svn23320.2.1 +Release: %{tl_noarch_release} +Provides: tex-pgfopts-doc +BuildArch: noarch +AutoReqProv: No + +%description pgfopts-doc +Documentation for pgfopts + +%package pgfplots +Provides: tex-pgfplots = %{tl_version} +License: GPL+ +Summary: Create normal/logarithmic plots in two and three dimensions +Version: svn29531.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(listings.sty) +Requires: tex(hyperref.sty) +Requires: tex(tikz.sty) +Requires: tex(array.sty) +Provides: tex(t-pgfplots.tex) = %{tl_version} +Provides: tex(t-pgfplotstable.tex) = %{tl_version} +Provides: tex(pgflibrarypgfplots.surfshading.code.tex) = %{tl_version} +Provides: tex(pgfplotslibrary.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.colormaps.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.dateplot.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.external.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.groupplots.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.patchplots.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.polar.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.smithchart.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.statistics.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.ternary.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.units.code.tex) = %{tl_version} +Provides: tex(pgfplotsarray.code.tex) = %{tl_version} +Provides: tex(pgfplotsdeque.code.tex) = %{tl_version} +Provides: tex(pgfplotsliststructure.code.tex) = %{tl_version} +Provides: tex(pgfplotsliststructureext.code.tex) = %{tl_version} +Provides: tex(pgfplotsmatrix.code.tex) = %{tl_version} +Provides: tex(pgfplotstable.code.tex) = %{tl_version} +Provides: tex(pgfplotstable.coltype.code.tex) = %{tl_version} +Provides: tex(pgfplotstableshared.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_loader.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_misc.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfcoreexternal.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfcoreimage.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfcorelayers.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfcorescopes.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfkeys.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgflibraryfpu.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfmanual.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfmanual.pdflinks.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_pgfmathfloat.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_tikzexternal.sty) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_tikzexternalshared.code.tex) = %{tl_version} +Provides: tex(pgfplotsoldpgfsupp_tikzlibraryexternal.code.tex) = %{tl_version} +Provides: tex(tikzlibrarydateplot.code.tex) = %{tl_version} +Provides: tex(pgfplots.code.tex) = %{tl_version} +Provides: tex(pgfplots.paths.code.tex) = %{tl_version} +Provides: tex(pgfplots.revision.tex) = %{tl_version} +Provides: tex(pgfplots.scaling.code.tex) = %{tl_version} +Provides: tex(pgfplotscoordprocessing.code.tex) = %{tl_version} +Provides: tex(pgfplotscore.code.tex) = %{tl_version} +Provides: tex(pgfplotsmeshplothandler.code.tex) = %{tl_version} +Provides: tex(pgfplotsplothandlers.code.tex) = %{tl_version} +Provides: tex(pgfplotsstackedplots.code.tex) = %{tl_version} +Provides: tex(pgfplotsticks.code.tex) = %{tl_version} +Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvipdfmx.def) = %{tl_version} +Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvips.def) = %{tl_version} +Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-pdftex.def) = %{tl_version} +Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-xetex.def) = %{tl_version} +Provides: tex(pgfplotssysgeneric.code.tex) = %{tl_version} +Provides: tex(pgfplotsbinary.code.tex) = %{tl_version} +Provides: tex(pgfplotsbinary.data.code.tex) = %{tl_version} +Provides: tex(pgfplotscolor.code.tex) = %{tl_version} +Provides: tex(pgfplotscolormap.code.tex) = %{tl_version} +Provides: tex(pgfplotsutil.code.tex) = %{tl_version} +Provides: tex(pgfplotsutil.verb.code.tex) = %{tl_version} +Provides: tex(bugtracker.sty) = %{tl_version} +Provides: tex(tikzlibrarypgfplots.clickable.code.tex) = %{tl_version} +Provides: tex(tikzlibrarypgfplotsclickable.code.tex) = %{tl_version} +Provides: tex(pgfplots.sty) = %{tl_version} +Provides: tex(pgfplotstable.sty) = %{tl_version} +Provides: tex(pgfregressiontest.sty) = %{tl_version} +Provides: tex(pgfplots.tex) = %{tl_version} +Provides: tex(pgfplotstable.tex) = %{tl_version} + +%description pgfplots +PGFPlots draws high-quality function plots in normal or +logarithmic scaling with a user-friendly interface directly in +TeX. The user supplies axis labels, legend entries and the plot +coordinates for one or more plots and PGFPlots applies axis +scaling, computes any logarithms and axis ticks and draws the +plots, supporting line plots, scatter plots, piecewise constant +plots, bar plots, area plots, mesh-- and surface plots and some +more. Pgfplots is based on PGF/TikZ (pgf); it runs equally for +LaTeX/TeX/ConTeXt. + +date: 2012-10-26 15:30:09 +0200 + +%post pgfplots +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pgfplots +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfplots +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pgfplots-doc +Summary: Documentation for pgfplots +Version: svn29531.1.7 +Release: %{tl_noarch_release} +Provides: tex-pgfplots-doc +BuildArch: noarch +AutoReqProv: No + +%description pgfplots-doc +Documentation for pgfplots + +%package piano +Provides: tex-piano = %{tl_version} +License: LPPL +Summary: Typeset a basic 2-octave piano diagram +Version: svn21574.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(piano.sty) = %{tl_version} + +%description piano +This package adds the \keyboard[1][2]..[7] command to your +project. When used, it draws a small 2 octaves piano keyboard +on your document, with up to 7 keys highlighted. Keys go : Co, +Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt, +Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working example +is included in the README file.) + +date: 2011-03-01 13:06:36 +0100 + +%post piano +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun piano +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piano +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package piano-doc +Summary: Documentation for piano +Version: svn21574.1.0 +Release: %{tl_noarch_release} +Provides: tex-piano-doc +BuildArch: noarch +AutoReqProv: No + +%description piano-doc +Documentation for piano + +%package picinpar +Provides: tex-picinpar = %{tl_version} +License: GPL+ +Summary: Insert pictures into paragraphs +Version: svn20374.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(picinpar.sty) = %{tl_version} + +%description picinpar +A legacy package for creating 'windows' in paragraphs, for +inserting graphics, etc. (including "dropped capitals"). Users +should note that Piet van Oostrum (in a published review of +packages of this sort) does not recommend this package; Picins +is recommended instead. + +date: 2010-11-05 12:43:21 +0100 + +%post picinpar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun picinpar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans picinpar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package picinpar-doc +Summary: Documentation for picinpar +Version: svn20374.1.2a +Release: %{tl_noarch_release} +Provides: tex-picinpar-doc +BuildArch: noarch +AutoReqProv: No + +%description picinpar-doc +Documentation for picinpar + +%package pict2e +Provides: tex-pict2e = %{tl_version} +License: LPPL +Summary: New implementation of picture commands +Version: svn29215.0.2y +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(trig.sty) +Provides: tex(p2e-dvipdfm.def) = %{tl_version} +Provides: tex(p2e-dvipdfmx.def) = %{tl_version} +Provides: tex(p2e-dvips.def) = %{tl_version} +Provides: tex(p2e-pctex32.def) = %{tl_version} +Provides: tex(p2e-pctexps.def) = %{tl_version} +Provides: tex(p2e-pdftex.def) = %{tl_version} +Provides: tex(p2e-textures.def) = %{tl_version} +Provides: tex(p2e-vtex.def) = %{tl_version} +Provides: tex(p2e-xetex.def) = %{tl_version} +Provides: tex(pict2e.cfg) = %{tl_version} +Provides: tex(pict2e.sty) = %{tl_version} + +%description pict2e +This package was described in the 2nd edition of 'LaTeX: A +Document Preparation System', but the LaTeX project team +declined to produce the package. For a long time, LaTeX has +included a 'pict2e package' that merely produced an apologetic +error message. The new package extends the existing LaTeX +picture environment, using the familiar technique (cf. the +graphics and color packages) of driver files (at present, +drivers for PostScript output from LaTeX, and for use with +PDFLaTeX are available). The package documentation has a fair +number of examples of use, showing where things are improved by +comparison with the LaTeX picture environment. + +date: 2013-01-08 22:57:06 +0100 + +%post pict2e +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pict2e +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pict2e +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pict2e-doc +Summary: Documentation for pict2e +Version: svn29215.0.2y +Release: %{tl_noarch_release} +Provides: tex-pict2e-doc +BuildArch: noarch +AutoReqProv: No + +%description pict2e-doc +Documentation for pict2e + +%package pictex +Provides: tex-pictex = %{tl_version} +License: LPPL +Summary: Picture drawing macros for TeX and LaTeX +Version: svn21943.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(errorbars.tex) = %{tl_version} +Provides: tex(latexpicobjs.tex) = %{tl_version} +Provides: tex(piccorr.sty) = %{tl_version} +Provides: tex(picmore.tex) = %{tl_version} +Provides: tex(pictex.sty) = %{tl_version} +Provides: tex(pictex.tex) = %{tl_version} +Provides: tex(pictexwd.sty) = %{tl_version} +Provides: tex(pictexwd.tex) = %{tl_version} +Provides: tex(pointers.tex) = %{tl_version} +Provides: tex(postpictex.tex) = %{tl_version} +Provides: tex(prepictex.tex) = %{tl_version} +Provides: tex(texpictex.tex) = %{tl_version} +Provides: tex(tree.sty) = %{tl_version} + +%description pictex +PicTeX is an early, and very comprehensive drawing package, +that mostly draws by placing myriads of small dots to make up +pictures. It has a tendency to run out of space, most +especially of allowable dimensions registers; packages m-pictex +and pictexwd deal with the register problem, in different ways. +Note that full documentation may be bought via the PC-TeX site, +though a command summary is available as free software. +Alternatively, a front-end package such as mathsPiC, which +covers all of PicTeX and has a complete and free manual, could +be used. + +date: 2011-04-03 16:40:50 +0200 + +%post pictex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pictex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pictex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pictex-doc +Summary: Documentation for pictex +Version: svn21943.1.1 +Release: %{tl_noarch_release} +Provides: tex-pictex-doc +BuildArch: noarch +AutoReqProv: No + +%description pictex-doc +Documentation for pictex + +%package pictex2 +Provides: tex-pictex2 = %{tl_version} +License: LPPL +Summary: Adds relative coordinates and improves the \plot command +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pictex.sty) +Provides: tex(pictex2.sty) = %{tl_version} + +%description pictex2 +Adds two user commands to standard PiCTeX. One command uses +relative coordinates, thus eliminating the need to calculate +the coordinate of every point manually as in standard PiCTeX. +The other command modifies \plot to use a rule instead of dots +if the line segment is horizontal or vertical. + +date: 2007-01-13 09:26:05 +0100 + +%post pictex2 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pictex2 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pictex2 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pinlabel +Provides: tex-pinlabel = %{tl_version} +License: LPPL +Summary: A TeX labelling package +Version: svn24769.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Provides: tex(pinlabel.sty) = %{tl_version} + +%description pinlabel +Pinlabel is a labelling package for attaching perfectly +formatted TeX labels to figures and diagrams in both eps and +pdf formats. It is suitable both for labelling a new diagram +and for relabelling an existing diagram. The package uses +coordinates derived from GhostView (or gv) and labels are +placed with automatic and consistent spacing relative to the +object labelled. + +date: 2011-12-05 18:34:00 +0100 + +%post pinlabel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pinlabel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pinlabel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pinlabel-doc +Summary: Documentation for pinlabel +Version: svn24769.1.2 +Release: %{tl_noarch_release} +Provides: tex-pinlabel-doc +BuildArch: noarch +AutoReqProv: No + +%description pinlabel-doc +Documentation for pinlabel + +%package pmgraph +Provides: tex-pmgraph = %{tl_version} +License: GPL+ +Summary: "Poor man's" graphics +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pmgraph.sty) = %{tl_version} + +%description pmgraph +A set of extensions to LaTeX picture environment, including a +wider range of vectors, and a lot more box frame styles. + +date: 2008-11-04 08:05:43 +0100 + +%post pmgraph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pmgraph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pmgraph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pmgraph-doc +Summary: Documentation for pmgraph +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-pmgraph-doc +BuildArch: noarch +AutoReqProv: No + +%description pmgraph-doc +Documentation for pmgraph + +%package prerex +Provides: tex-prerex = %{tl_version} +License: GPL+ +Summary: Interactive editor and macro support for prerequisite charts +Version: svn27495.6.5.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(relsize.sty) +Requires: tex(calc.sty) +Requires: tex(pgf.sty) +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Requires: tex(textcomp.sty) +Requires: tex(zref-savepos.sty) +Requires: tex(hyperref.sty) +Requires: tex(xcolor.sty) +Provides: tex(prerex.sty) = %{tl_version} + +%description prerex +This package consists of prerex.sty, a LaTeX package for +producing charts of course nodes linked by arrows representing +pre- and co-requisites, and prerex, an interactive program for +creating and editing chart descriptions. The implementation of +prerex.sty is built on PGF, so that it may be used equally +happily with latex or pdflatex; prerex itself is written in C. +The package includes source code for a previewer application, a +lightweight Qt-4 and poppler-based prerex-enabled PDF viewer. + +date: 2012-08-22 19:18:22 +0200 + +%post prerex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun prerex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prerex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package prerex-doc +Summary: Documentation for prerex +Version: svn27495.6.5.2 +Release: %{tl_noarch_release} +Provides: tex-prerex-doc +BuildArch: noarch +AutoReqProv: No + +%description prerex-doc +Documentation for prerex + +%package productbox +Provides: tex-productbox = %{tl_version} +License: Copyright only +Summary: Typeset a three-dimensional product box +Version: svn20886.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(tikz.sty) +Provides: tex(productbox.sty) = %{tl_version} + +%description productbox +The package enables typesetting of a three-dimensional product +box. This product box can be rendered as it is standing on a +surface and some light is shed onto it. Alternatively it can be +typeset as a wireframe to be cut out and glued together. This +will lead to a physical product box. The package requires the +package pgf and TikZ. + +date: 2010-12-30 01:06:48 +0100 + +%post productbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun productbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans productbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package productbox-doc +Summary: Documentation for productbox +Version: svn20886.1.1 +Release: %{tl_noarch_release} +Provides: tex-productbox-doc +BuildArch: noarch +AutoReqProv: No + +%description productbox-doc +Documentation for productbox + +%package pxpgfmark +Provides: tex-pxpgfmark = %{tl_version} +License: Freely redistributable without restriction +Summary: e-pTeX driver for PGF inter-picture connections +Version: svn30212.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pxpgfmark.sty) = %{tl_version} + +%description pxpgfmark +The distributed drivers do not support the PGF feature of +"inter-picture connections" under e-pTeX and dvipdfmx. The +package uses existing features of dvipdfmx to fix this problem + +date: 2013-05-02 11:19:37 +0200 + +%post pxpgfmark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxpgfmark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxpgfmark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxpgfmark-doc +Summary: Documentation for pxpgfmark +Version: svn30212.0.2 +Release: %{tl_noarch_release} +Provides: tex-pxpgfmark-doc +BuildArch: noarch +AutoReqProv: No + +%description pxpgfmark-doc +Documentation for pxpgfmark + +%package randbild +Provides: tex-randbild = %{tl_version} +License: LPPL +Summary: Marginal pictures +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pst-plot.sty) +Provides: tex(randbild.sty) = %{tl_version} + +%description randbild +Provides environments randbild, to draw small marginal plots +(using the package pstricks package pst-plot), and +randbildbasis (the same, only without the automatically drawn +coordinate system). + +date: 2007-05-16 07:57:15 +0200 + +%post randbild +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun randbild +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randbild +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package randbild-doc +Summary: Documentation for randbild +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-randbild-doc +BuildArch: noarch +AutoReqProv: No + +%description randbild-doc +Documentation for randbild + +%package randomwalk +Provides: tex-randomwalk = %{tl_version} +License: LPPL +Summary: Random walks using TikZ +Version: svn28769.0.2c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(tikz.sty) +Requires: tex(lcg.sty) +Provides: tex(randomwalk.sty) = %{tl_version} + +%description randomwalk +The randomwalk package provides a user command, \RandomWalk, to +draw random walks with a given number of steps. Lengths and +angles of the steps can be customized in various ways. The +package uses PGF/TikZ for its graphical output. + +date: 2013-01-08 14:36:26 +0100 + +%post randomwalk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun randomwalk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randomwalk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package randomwalk-doc +Summary: Documentation for randomwalk +Version: svn28769.0.2c +Release: %{tl_noarch_release} +Provides: tex-randomwalk-doc +BuildArch: noarch +AutoReqProv: No + +%description randomwalk-doc +Documentation for randomwalk + +%package reotex +Provides: tex-reotex = %{tl_version} +License: LPPL +Summary: Draw Reo Channels and Circuits +Version: svn29803.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(tikz.sty) +Requires: tex(verbatim.sty) +Provides: tex(reotex.sty) = %{tl_version} + +%description reotex +The package defines macros and other utilities to design Reo +Circuits. The package require PGF/TikZ support. + +date: 2012-01-11 08:56:14 +0100 + +%post reotex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun reotex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans reotex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package reotex-doc +Summary: Documentation for reotex +Version: svn29803.1.0 +Release: %{tl_noarch_release} +Provides: tex-reotex-doc +BuildArch: noarch +AutoReqProv: No + +%description reotex-doc +Documentation for reotex + +%package rviewport +Provides: tex-rviewport = %{tl_version} +License: LPPL +Summary: Relative Viewport for Graphics Inclusion +Version: svn23739.v1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(rviewport.sty) = %{tl_version} + +%description rviewport +Package graphicx provides a useful keyword viewport which +allows to show just a part of an image. However, one needs to +put there the actual coordinates of the viewport window. +Sometimes it is useful to have relative coordinates as +fractions of natural size. For example, one may want to print a +large image on a spread, putting a half on a verso page, and +another half on the next recto page. For this one would need a +viewport occupying exactly one half of the file's bounding box, +whatever the actual width of the image may be. This package +adds a new keyword rviewport to the graphicx package +specifiying Relative Viewport for graphics inclusion: a window +defined by the given fractions of the natural width and height +of the image. + +date: 2011-08-28 17:37:31 +0200 + +%post rviewport +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rviewport +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rviewport +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rviewport-doc +Summary: Documentation for rviewport +Version: svn23739.v1.0 +Release: %{tl_noarch_release} +Provides: tex-rviewport-doc +BuildArch: noarch +AutoReqProv: No + +%description rviewport-doc +Documentation for rviewport + +%package sa-tikz +Provides: tex-sa-tikz = %{tl_version} +License: LPPL 1.3 +Summary: TikZ library to draw switching architectures +Version: svn28714.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(sa-tikz.sty) = %{tl_version} +Provides: tex(tikzlibraryswitching-architectures.code.tex) = %{tl_version} + +%description sa-tikz +The provides a library that offers an easy way to draw +switching architectures and to customize their aspect. + +date: 2013-01-03 19:43:19 +0100 + +%post sa-tikz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sa-tikz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sa-tikz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sa-tikz-doc +Summary: Documentation for sa-tikz +Version: svn28714.0.5 +Release: %{tl_noarch_release} +Provides: tex-sa-tikz-doc +BuildArch: noarch +AutoReqProv: No + +%description sa-tikz-doc +Documentation for sa-tikz + +%package schemabloc +Provides: tex-schemabloc = %{tl_version} +License: LPPL +Summary: Draw block diagrams, using Tikz +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(tikz.sty) +Provides: tex(schemabloc.sty) = %{tl_version} + +%description schemabloc +The package provides a set of macros for constructing block +diagrams, using TikZ. + +date: 2009-01-23 11:09:06 +0100 + +%post schemabloc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun schemabloc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schemabloc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package schemabloc-doc +Summary: Documentation for schemabloc +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-schemabloc-doc +BuildArch: noarch +AutoReqProv: No + +%description schemabloc-doc +Documentation for schemabloc + +%package setdeck +Provides: tex-setdeck = %{tl_version} +License: GPLv3+ +Summary: Typeset cards for Set +Version: svn27997.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xcolor.sty) +Requires: tex(tikz.sty) +Provides: tex(setdeck.sty) = %{tl_version} + +%description setdeck +The package will typeset cards for use in a game of Set. + +date: 2012-10-17 15:07:15 +0200 + +%post setdeck +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun setdeck +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans setdeck +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package setdeck-doc +Summary: Documentation for setdeck +Version: svn27997.0.1 +Release: %{tl_noarch_release} +Provides: tex-setdeck-doc +BuildArch: noarch +AutoReqProv: No + +%description setdeck-doc +Documentation for setdeck + +%package smartdiagram +Provides: tex-smartdiagram = %{tl_version} +License: LPPL 1.3 +Summary: Generate diagrams from lists +Version: svn30046.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xparse.sty) +Requires: tex(xstring.sty) +Provides: tex(smartdiagram.sty) = %{tl_version} +Provides: tex(smartdiagramlibraryadditions.code.tex) = %{tl_version} +Provides: tex(smartdiagramlibrarycore.commands.code.tex) = %{tl_version} +Provides: tex(smartdiagramlibrarycore.definitions.code.tex) = %{tl_version} +Provides: tex(smartdiagramlibrarycore.styles.code.tex) = %{tl_version} + +%description smartdiagram +The package will create 'smart' diagrams from lists of items, +for simple documents and for presentations. + +date: 2013-04-02 02:01:45 +0200 + +%post smartdiagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun smartdiagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smartdiagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package smartdiagram-doc +Summary: Documentation for smartdiagram +Version: svn30046.0.3 +Release: %{tl_noarch_release} +Provides: tex-smartdiagram-doc +BuildArch: noarch +AutoReqProv: No + +%description smartdiagram-doc +Documentation for smartdiagram + +%package spath3 +Provides: tex-spath3 = %{tl_version} +License: LPPL 1.3 +Summary: Manipulate "soft paths" in PGF +Version: svn29898.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(pgf.sty) +Requires: tex(xparse.sty) +Provides: tex(spath3.sty) = %{tl_version} +Provides: tex(tikzlibrarycalligraphy.code.tex) = %{tl_version} +Provides: tex(tikzlibraryknots.code.tex) = %{tl_version} + +%description spath3 +The spath3 library provides methods for manipulating the "soft +paths" of TikZ/PGF. Packaged with it are two TikZ libraries +that make use of the methods provided. These are libraries for +drawing calligraphic paths and for drawing knot diagrams. + +date: 2013-04-12 17:56:37 +0200 + +%post spath3 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spath3 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spath3 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spath3-doc +Summary: Documentation for spath3 +Version: svn29898.1 +Release: %{tl_noarch_release} +Provides: tex-spath3-doc +BuildArch: noarch +AutoReqProv: No + +%description spath3-doc +Documentation for spath3 + +%package swimgraf +Provides: tex-swimgraf = %{tl_version} +License: LPPL +Summary: Graphical/textual representations of swimming performances +Version: svn25446.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mathpazo.sty) +Requires: tex(pstricks.sty) +Requires: tex(pstcol.sty) +Requires: tex(pst-plot.sty) +Requires: tex(keyval.sty) +Provides: tex(swimgraf.cfg) = %{tl_version} +Provides: tex(swimgraf.sty) = %{tl_version} + +%description swimgraf +The package provides two macros that produce representations of +a swimmer's performances. The user records data in a text file +and specifies as arguments of the macros the date range of +interest. The macros extract the relevant information from the +file and process it: \swimgraph produces a graph of the times +in a single swimming event (specified as an argument), plotting +long course and short course times in separate lines. Records +and qualifying times, stored in text files, may optionally be +included on the graph. \swimtext produces a written record of +the times in all events. Files of current world and Canadian +records are included. The package requires the PSTricks and +keyval packages. For attractive output it also requires a +colour output device. + +date: 2012-02-20 12:29:23 +0100 + +%post swimgraf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun swimgraf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans swimgraf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package swimgraf-doc +Summary: Documentation for swimgraf +Version: svn25446.0 +Release: %{tl_noarch_release} +Provides: tex-swimgraf-doc +BuildArch: noarch +AutoReqProv: No + +%description swimgraf-doc +Documentation for swimgraf + +%package texdraw +Provides: tex-texdraw = %{tl_version} +License: CC-BY +Summary: Graphical macros, using embedded PostScript +Version: svn29725.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): /sbin/install-info +Requires: tex(graphics.sty) +Provides: tex(blockdiagram.tex) = %{tl_version} +Provides: tex(texdraw.sty) = %{tl_version} +Provides: tex(texdraw.tex) = %{tl_version} +Provides: tex(txdps.tex) = %{tl_version} +Provides: tex(txdtools.tex) = %{tl_version} + +%description texdraw +TeXdraw is a set of macro definitions for TeX, which allow the +user to produce PostScript drawings from within TeX and LaTeX. +TeXdraw has been designed to be extensible. Drawing 'segments' +are relocatable, self-contained units. Using a combination of +the TeX's grouping mechanism and the gsave/grestore mechanism +in PostScript, drawing segments allow for local changes to the +scaling and line parameters. Using TeX's macro definition +capability, new drawing commands can be constructed from +drawing segments. + +date: 2012-06-05 21:37:17 +0200 + +%preun texdraw +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/texdraw.info %{_infodir}/dir 2>/dev/null || : +fi + +%post texdraw +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +/sbin/install-info %{_infodir}/texdraw.info %{_infodir}/dir 2>/dev/null +: + +%postun texdraw +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdraw +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texdraw-doc +Summary: Documentation for texdraw +Version: svn29725.0 +Release: %{tl_noarch_release} +Provides: tex-texdraw-doc +BuildArch: noarch +AutoReqProv: No + +%description texdraw-doc +Documentation for texdraw + +%package tikz-3dplot +Provides: tex-tikz-3dplot = %{tl_version} +License: LPPL 1.3 +Summary: Coordinate transformation styles for 3d plotting in TikZ +Version: svn25087.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgf.sty) +Requires: tex(ifthen.sty) +Provides: tex(tikz-3dplot.sty) = %{tl_version} + +%description tikz-3dplot +The package provides straightforward ways to define three- +dimensional coordinate frames through which to plot in TikZ. +The user can specify the orientation of the main coordinate +frame, and use standard TikZ commands and coordinates to render +their tikzfigure. A secondary coordinate frame is provided to +allow rotations and translations with respect to the main +coordinate frame. In addition, the package can also handle +plotting user-specified functions in spherical polar +coordinates, where both the radius and fill color can be +expressed as parametric functions of polar angles. + +date: 2012-01-12 00:06:34 +0100 + +%post tikz-3dplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-3dplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-3dplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-3dplot-doc +Summary: Documentation for tikz-3dplot +Version: svn25087.0 +Release: %{tl_noarch_release} +Provides: tex-tikz-3dplot-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-3dplot-doc +Documentation for tikz-3dplot + +%package tikz-bayesnet-doc +Summary: Documentation for tikz-bayesnet +Version: svn30094.0.1 +Release: %{tl_noarch_release} +Provides: tex-tikz-bayesnet-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-bayesnet-doc +Documentation for tikz-bayesnet + +%package tikz-cd +Provides: tex-tikz-cd = %{tl_version} +License: LPPL +Summary: Create commutative diagrams with TikZ +Version: svn28695.0.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(tikz-cd.sty) = %{tl_version} + +%description tikz-cd +The general-purpose drawing package TiKZ can be used to typeset +commutative diagrams and other kinds of mathematical pictures, +generating high-quality results. The purpose of this package is +to make the process of creation of such diagrams easier by +providing a convenient set of macros and reasonable default +settings. This package also includes an arrow tip library that +match closely the arrows present in the Computer Modern +typeface. + +date: 2013-01-02 18:01:12 +0100 + +%post tikz-cd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-cd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-cd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-cd-doc +Summary: Documentation for tikz-cd +Version: svn28695.0.3c +Release: %{tl_noarch_release} +Provides: tex-tikz-cd-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-cd-doc +Documentation for tikz-cd + +%package tikz-dependency +Provides: tex-tikz-dependency = %{tl_version} +License: (GPLv2 or LPPL) and (GFDL or LPPL) +Summary: A library for drawing dependency graphs +Version: svn25156.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(environ.sty) +Provides: tex(tikz-dependency.sty) = %{tl_version} + +%description tikz-dependency +The package provides a library that draws together existing +TikZ facilities to make a comfortable environment for drawing +dependency graphs. Basic facilities of the package include a +lot of styling facilities, to let you personalize the look and +feel of the graphs. + +date: 2012-01-19 19:15:33 +0100 + +%post tikz-dependency +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-dependency +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-dependency +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-dependency-doc +Summary: Documentation for tikz-dependency +Version: svn25156.1.1 +Release: %{tl_noarch_release} +Provides: tex-tikz-dependency-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-dependency-doc +Documentation for tikz-dependency + +%package tikz-inet +Provides: tex-tikz-inet = %{tl_version} +License: LPPL +Summary: Draw interaction nets with TikZ +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(tikz-inet.sty) = %{tl_version} + +%description tikz-inet +The package extends TikZ with macros to draw interaction nets. + +date: 2008-08-24 14:43:48 +0200 + +%post tikz-inet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-inet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-inet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-inet-doc +Summary: Documentation for tikz-inet +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-tikz-inet-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-inet-doc +Documentation for tikz-inet + +%package tikz-qtree +Provides: tex-tikz-qtree = %{tl_version} +License: GPL+ +Summary: Use existing qtree syntax for trees in TikZ +Version: svn26108.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgf.sty) +Requires: tex(pgffor.sty) +Requires: tex(tikz.sty) +Provides: tex(pgfsubpic.sty) = %{tl_version} +Provides: tex(pgfsubpic.tex) = %{tl_version} +Provides: tex(pgftree.sty) = %{tl_version} +Provides: tex(pgftree.tex) = %{tl_version} +Provides: tex(tikz-qtree-compat.sty) = %{tl_version} +Provides: tex(tikz-qtree.sty) = %{tl_version} +Provides: tex(tikz-qtree.tex) = %{tl_version} + +%description tikz-qtree +The package provides a macro for drawing trees with TikZ using +the easy syntax of Alexis Dimitriadis' Qtree. It improves on +TikZ's standard tree-drawing facility by laying out tree nodes +without collisions; it improves on Qtree by adding lots of +features from TikZ (for example, edge labels, arrows between +nodes); and it improves on pst-qtree in being usable with +pdfTeX and XeTeX. + +date: 2012-04-23 11:23:52 +0200 + +%post tikz-qtree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-qtree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-qtree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-qtree-doc +Summary: Documentation for tikz-qtree +Version: svn26108.1.2 +Release: %{tl_noarch_release} +Provides: tex-tikz-qtree-doc +BuildArch: noarch +AutoReqProv: No + +%description tikz-qtree-doc +Documentation for tikz-qtree + +%package tikz-timing +Provides: tex-tikz-timing = %{tl_version} +License: LPPL +Summary: Easy generation of timing diagrams as tikz pictures +Version: svn21013.0.7d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-svn-prov +Requires: tex(svn-prov.sty) +Requires: tex(pgfopts.sty) +Requires: tex(array.sty) +Requires: tex(booktabs.sty) +Requires: tex(tikz.sty) +Requires: tex(environ.sty) +Requires: tex(amsmath.sty) +Provides: tex(tikz-timing-advnodes.sty) = %{tl_version} +Provides: tex(tikz-timing-arrows.sty) = %{tl_version} +Provides: tex(tikz-timing-beamer.sty) = %{tl_version} +Provides: tex(tikz-timing-clockarrows.sty) = %{tl_version} +Provides: tex(tikz-timing-columntype.sty) = %{tl_version} +Provides: tex(tikz-timing-counters.sty) = %{tl_version} +Provides: tex(tikz-timing-either.sty) = %{tl_version} +Provides: tex(tikz-timing-ifsym.sty) = %{tl_version} +Provides: tex(tikz-timing-interval.sty) = %{tl_version} +Provides: tex(tikz-timing-nicetabs.sty) = %{tl_version} +Provides: tex(tikz-timing-overlays.sty) = %{tl_version} +Provides: tex(tikz-timing.sty) = %{tl_version} + +%description tikz-timing +This package provides macros and an environment to generate +timing diagrams (digital waveforms) without much effort. The +TikZ package is used to produce the graphics. The diagrams may +be inserted into text (paragraphs, \hbox, etc.) and into +tikzpictures. A tabular-like environment is provided to produce +larger timing diagrams. + +date: 2011-01-09 23:18:09 +0100 + +%post tikz-timing +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-timing +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-timing +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikz-timing-doc +Summary: Documentation for tikz-timing +Version: svn21013.0.7d +Release: %{tl_noarch_release} +Provides: tex-tikz-timing-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-svn-prov-doc + +%description tikz-timing-doc +Documentation for tikz-timing + +%package svn-prov +Provides: tex-svn-prov = %{tl_version} +License: LPPL +Summary: Subversion variants of \Provides... macros +Version: svn18017.3.1862 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(svn-prov.sty) = %{tl_version} + +%description svn-prov +The package introduces Subversion variants of the standard +LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile +where the file name and date is extracted from Subversion Id +keywords. The file name may also be given explicitly as an +optional argument. + +date: 2010-04-25 23:29:42 +0200 + +%post svn-prov +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svn-prov +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn-prov +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svn-prov-doc +Summary: Documentation for svn-prov +Version: svn18017.3.1862 +Release: %{tl_noarch_release} +Provides: tex-svn-prov-doc +BuildArch: noarch +AutoReqProv: No + +%description svn-prov-doc +Documentation for svn-prov + +%package tikzinclude +Provides: tex-tikzinclude = %{tl_version} +License: LPPL 1.3 +Summary: Import TikZ images from colletions +Version: svn28715.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Requires: tex(etoolbox.sty) +Provides: tex(tikzinclude.sty) = %{tl_version} + +%description tikzinclude +The package addresses the problem of importing only one TikZ- +image from a file holding multiple images. + +date: 2013-01-03 19:43:19 +0100 + +%post tikzinclude +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzinclude +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzinclude +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzinclude-doc +Summary: Documentation for tikzinclude +Version: svn28715.1.0 +Release: %{tl_noarch_release} +Provides: tex-tikzinclude-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzinclude-doc +Documentation for tikzinclude + +%package tikzmark +Provides: tex-tikzmark = %{tl_version} +License: LPPL 1.3 +Summary: Use TikZ's method of remembering a position on a page +Version: svn29999.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tikzlibrarytikzmark.code.tex) = %{tl_version} +Provides: tex(tikzmarklibrarylistings.code.tex) = %{tl_version} + +%description tikzmark +The tikzmark package defines a command to "remember" a position +on a page for later (or earlier) use, primarily (but not +exclusively) with TikZ. + +date: 2013-04-17 11:11:14 +0200 + +%post tikzmark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzmark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzmark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzmark-doc +Summary: Documentation for tikzmark +Version: svn29999.1.0 +Release: %{tl_noarch_release} +Provides: tex-tikzmark-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzmark-doc +Documentation for tikzmark + +%package tikzorbital +Provides: tex-tikzorbital = %{tl_version} +License: LPPL +Summary: Atomic and molecular orbitals using TiKZ +Version: svn28561.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(tikzorbital.sty) = %{tl_version} + +%description tikzorbital +Atomic s, p and d orbitals may be drawn, as well as molecular +orbital diagrams. + +date: 2012-12-17 20:44:22 +0100 + +%post tikzorbital +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzorbital +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzorbital +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzorbital-doc +Summary: Documentation for tikzorbital +Version: svn28561.0 +Release: %{tl_noarch_release} +Provides: tex-tikzorbital-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzorbital-doc +Documentation for tikzorbital + +%package tikzpagenodes +Provides: tex-tikzpagenodes = %{tl_version} +License: LPPL +Summary: Create commutative diagrams with TikZ +Version: svn27723.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifoddpage.sty) +Provides: tex(tikzpagenodes.sty) = %{tl_version} + +%description tikzpagenodes +The package provides special PGF/TikZ nodes for the text, +marginpar, footer and header area of the current page. They are +inspired by the 'current page' node defined by PGF/TikZ itself. + +date: 2012-09-16 14:57:16 +0200 + +%post tikzpagenodes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzpagenodes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzpagenodes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzpagenodes-doc +Summary: Documentation for tikzpagenodes +Version: svn27723.1.1 +Release: %{tl_noarch_release} +Provides: tex-tikzpagenodes-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzpagenodes-doc +Documentation for tikzpagenodes + +%package tikzpfeile +Provides: tex-tikzpfeile = %{tl_version} +License: LPPL +Summary: Draw arrows using PGF/TikZ +Version: svn25777.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(kvoptions.sty) +Provides: tex(tikzpfeile.sty) = %{tl_version} + +%description tikzpfeile +In a document with a lot of diagrams created with PGF/TikZ, +there is a possibility of the reader being distracted by +different sorts of arrowheads in the diagrams and in the text +(as, e.g., in \rightarrow). The package defines macros to +create all arrows using PGF/TikZ, so as to avoid the problem. + +date: 2012-03-28 23:45:32 +0200 + +%post tikzpfeile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzpfeile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzpfeile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzpfeile-doc +Summary: Documentation for tikzpfeile +Version: svn25777.1.0 +Release: %{tl_noarch_release} +Provides: tex-tikzpfeile-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzpfeile-doc +Documentation for tikzpfeile + +%package tikzposter +Provides: tex-tikzposter = %{tl_version} +License: LPPL 1.2 +Summary: Create scientific posters using TikZ +Version: svn29942.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Provides: tex(tikzposter-colorthemes.tex) = %{tl_version} +Provides: tex(tikzposter-layoutstyles.tex) = %{tl_version} +Provides: tex(tikzposter.cls) = %{tl_version} + +%description tikzposter +A document class provides a simple way of using TikZ for +generating posters. Several formatting options are available, +and spacing and layout of the poster is to a large extent +automated. + +date: 2013-04-04 11:28:51 +0200 + +%post tikzposter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzposter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzposter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzposter-doc +Summary: Documentation for tikzposter +Version: svn29942.1.1 +Release: %{tl_noarch_release} +Provides: tex-tikzposter-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzposter-doc +Documentation for tikzposter + +%package tikzscale +Provides: tex-tikzscale = %{tl_version} +License: LPPL 1.3 +Summary: Resize pictures while respecting text size +Version: svn30637.0.2.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(etoolbox.sty) +Requires: tex(pgfkeys.sty) +Requires: tex(xparse.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(xstring.sty) +Provides: tex(tikzscale.sty) = %{tl_version} + +%description tikzscale +The package extends the \includegraphics command to support +tikzpictures. It allows scaling of TikZ images and PGFPlots to +a given width or height without changing the text size. + +date: 2013-05-22 10:58:45 +0200 + +%post tikzscale +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzscale +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzscale +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzscale-doc +Summary: Documentation for tikzscale +Version: svn30637.0.2.6 +Release: %{tl_noarch_release} +Provides: tex-tikzscale-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzscale-doc +Documentation for tikzscale + +%package tikzsymbols +Provides: tex-tikzsymbols = %{tl_version} +License: LPPL 1.3 +Summary: Some symbols created using TikZ +Version: svn30022.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(xargs.sty) +Requires: tex(xcolor.sty) +Requires: tex(xspace.sty) +Requires: tex(xkeyval.sty) +Requires: tex(calc.sty) +Provides: tex(tikzsymbols.sty) = %{tl_version} + +%description tikzsymbols +The package provides various emoticons, cooking symbols and +trees. + +date: 2013-04-18 13:35:59 +0200 + +%post tikzsymbols +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikzsymbols +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzsymbols +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tikzsymbols-doc +Summary: Documentation for tikzsymbols +Version: svn30022.2.5 +Release: %{tl_noarch_release} +Provides: tex-tikzsymbols-doc +BuildArch: noarch +AutoReqProv: No + +%description tikzsymbols-doc +Documentation for tikzsymbols + +%package tqft +Provides: tex-tqft = %{tl_version} +License: LPPL 1.3 +Summary: Drawing TQFT diagrams with TikZ/PGF +Version: svn24169.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgfkeys.sty) +Requires: tex(pgf.sty) +Provides: tex(tqft.sty) = %{tl_version} + +%description tqft +The package defines some node shapes useful for drawing TQFT +diagrams with TikZ/PGF. That is, it defines highly customisable +shapes that look like cobordisms between circles, such as those +used in TQFT and other mathematical diagrams. + +date: 2011-10-02 00:21:09 +0200 + +%post tqft +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tqft +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tqft +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tqft-doc +Summary: Documentation for tqft +Version: svn24169.1.0 +Release: %{tl_noarch_release} +Provides: tex-tqft-doc +BuildArch: noarch +AutoReqProv: No + +%description tqft-doc +Documentation for tqft + +%package tkz-base +Provides: tex-tkz-base = %{tl_version} +License: LPPL +Summary: Tools for drawing with a cartesian coordinate system +Version: svn22961.1.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(tikz.sty) +Requires: tex(numprint.sty) +Requires: tex(fp.sty) +Provides: tex(tkz-base.cfg) = %{tl_version} +Provides: tex(tkz-base.sty) = %{tl_version} +Provides: tex(tkz-obj-marks.tex) = %{tl_version} +Provides: tex(tkz-obj-points.tex) = %{tl_version} +Provides: tex(tkz-obj-segments.tex) = %{tl_version} +Provides: tex(tkz-tools-arith.tex) = %{tl_version} +Provides: tex(tkz-tools-base.tex) = %{tl_version} +Provides: tex(tkz-tools-math.tex) = %{tl_version} +Provides: tex(tkz-tools-misc.tex) = %{tl_version} +Provides: tex(tkz-tools-obsolete.tex) = %{tl_version} +Provides: tex(tkz-tools-utilities.tex) = %{tl_version} + +%description tkz-base +The package is the base of a set of packages, designed to give +mathematics teachers (and students) easy access to programming +of drawings with TikZ. + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-base +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-base +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-base +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-base-doc +Summary: Documentation for tkz-base +Version: svn22961.1.16 +Release: %{tl_noarch_release} +Provides: tex-tkz-base-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-base-doc +Documentation for tkz-base + +%package tkz-berge +Provides: tex-tkz-berge = %{tl_version} +License: LPPL +Summary: Macros for drawing graphs of graph theory +Version: svn22891.1.00c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tkz-tools-arith.tex) +Requires: tex(tkz-graph.sty) +Provides: tex(tkz-arith.sty) = %{tl_version} +Provides: tex(tkz-berge.sty) = %{tl_version} + +%description tkz-berge +The package provides a collection of useful macros for drawing +classic graphs of graph theory, or to make other graphs. + +date: 2011-06-06 00:03:44 +0200 + +%post tkz-berge +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-berge +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-berge +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-berge-doc +Summary: Documentation for tkz-berge +Version: svn22891.1.00c +Release: %{tl_noarch_release} +Provides: tex-tkz-berge-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-berge-doc +Documentation for tkz-berge + +%package tkz-doc +Provides: tex-tkz-doc = %{tl_version} +License: LPPL +Summary: Documentation macros for the TKZ series of packages +Version: svn22959.1.1c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(inputenc.sty) +Requires: tex(xkeyval.sty) +Requires: tex(framed.sty) +Requires: tex(eso-pic.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(textcomp.sty) +Requires: tex(fourier.sty) +Requires: tex(berasans.sty) +Requires: tex(beramono.sty) +Requires: tex(footmisc.sty) +Requires: tex(scrpage2.sty) +Requires: tex(makeidx.sty) +Requires: tex(calc.sty) +Requires: tex(tikz.sty) +Requires: tex(multido.sty) +Requires: tex(lscape.sty) +Requires: tex(graphicx.sty) +Requires: tex(array.sty) +Requires: tex(multicol.sty) +Requires: tex(multirow.sty) +Requires: tex(tabularx.sty) +Requires: tex(ragged2e.sty) +Requires: tex(booktabs.sty) +Requires: tex(fixltx2e.sty) +Provides: tex(tkz-doc.cls) = %{tl_version} +Provides: tex(tkzexample.sty) = %{tl_version} + +%description tkz-doc +This bundle offers a documentation class (tkz-doc) and a +package (tkzexample). These files are used in the documentation +of the author's packages tkz-tab and tkz-linknodes. + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-doc-doc +Summary: Documentation for tkz-doc +Version: svn22959.1.1c +Release: %{tl_noarch_release} +Provides: tex-tkz-doc-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-doc-doc +Documentation for tkz-doc + +%package tkz-euclide +Provides: tex-tkz-euclide = %{tl_version} +License: LPPL +Summary: Tools for drawing euclidean geometry +Version: svn22830.1.16c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tkz-base.sty) +Provides: tex(tkz-euclide.sty) = %{tl_version} +Provides: tex(tkz-lib-symbols.tex) = %{tl_version} +Provides: tex(tkz-obj-addpoints.tex) = %{tl_version} +Provides: tex(tkz-obj-angles.tex) = %{tl_version} +Provides: tex(tkz-obj-arcs.tex) = %{tl_version} +Provides: tex(tkz-obj-circles.tex) = %{tl_version} +Provides: tex(tkz-obj-lines.tex) = %{tl_version} +Provides: tex(tkz-obj-polygons.tex) = %{tl_version} +Provides: tex(tkz-obj-protractor.tex) = %{tl_version} +Provides: tex(tkz-obj-sectors.tex) = %{tl_version} +Provides: tex(tkz-obj-vectors.tex) = %{tl_version} +Provides: tex(tkz-tools-intersections.tex) = %{tl_version} +Provides: tex(tkz-tools-transformations.tex) = %{tl_version} + +%description tkz-euclide +The tkz-euclide package is tis a set of files, designed to give +math teachers and students) easy access at the programmation of +euclidean geometry with TikZ. + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-euclide +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-euclide +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-euclide +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-euclide-doc +Summary: Documentation for tkz-euclide +Version: svn22830.1.16c +Release: %{tl_noarch_release} +Provides: tex-tkz-euclide-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-euclide-doc +Documentation for tkz-euclide + +%package tkz-fct +Provides: tex-tkz-fct = %{tl_version} +License: LPPL +Summary: Tools for drawing graphs of functions +Version: svn22831.1.16c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tkz-base.sty) +Provides: tex(tkz-fct.sty) = %{tl_version} + +%description tkz-fct +The tkz-fct package is designed to give math teachers (and +students) easy access at the programmation of graphs of +functions with TikZ and gnuplot. + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-fct +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-fct +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-fct +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-fct-doc +Summary: Documentation for tkz-fct +Version: svn22831.1.16c +Release: %{tl_noarch_release} +Provides: tex-tkz-fct-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-fct-doc +Documentation for tkz-fct + +%package tkz-graph +Provides: tex-tkz-graph = %{tl_version} +License: LPPL +Summary: Draw graph-theory graphs +Version: svn22832.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Provides: tex(tkz-graph.sty) = %{tl_version} + +%description tkz-graph +The package is designed to create graph diagrams as simply as +possible, using TikZ + +date: 2011-06-06 00:03:44 +0200 + +%post tkz-graph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-graph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-graph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-graph-doc +Summary: Documentation for tkz-graph +Version: svn22832.1.00 +Release: %{tl_noarch_release} +Provides: tex-tkz-graph-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-graph-doc +Documentation for tkz-graph + +%package tkz-kiviat +Provides: tex-tkz-kiviat = %{tl_version} +License: LPPL +Summary: Draw Kiviat graphs +Version: svn22857.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(tikz.sty) +Provides: tex(tkz-kiviat.sty) = %{tl_version} + +%description tkz-kiviat +The package allows the user to draw Kiviat Graphs directly, or +with data from an external file. The drawing is done with the +help of pgfplots. + +date: 2011-06-07 15:47:15 +0200 + +%post tkz-kiviat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-kiviat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-kiviat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-kiviat-doc +Summary: Documentation for tkz-kiviat +Version: svn22857.0.1 +Release: %{tl_noarch_release} +Provides: tex-tkz-kiviat-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-kiviat-doc +Documentation for tkz-kiviat + +%package tkz-linknodes +Provides: tex-tkz-linknodes = %{tl_version} +License: LPPL +Summary: Link nodes in mathematical environments +Version: svn22833.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Requires: tex(amsmath.sty) +Provides: tex(tkz-linknodes.sty) = %{tl_version} + +%description tkz-linknodes +The package arose from a requirement to link the elements of an +amsmath align or aligned environment. The package makes use of +PGF/TikZ. The package documentation relies on the facilities of +the tkz-doc bundle + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-linknodes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-linknodes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-linknodes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-linknodes-doc +Summary: Documentation for tkz-linknodes +Version: svn22833.1.0c +Release: %{tl_noarch_release} +Provides: tex-tkz-linknodes-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-linknodes-doc +Documentation for tkz-linknodes + +%package tkz-orm +Provides: tex-tkz-orm = %{tl_version} +License: GPL+ +Summary: Create Object-Role Model (ORM) diagrams, +Version: svn16849.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(tkz-orm.sty) = %{tl_version} + +%description tkz-orm +The package provides styles for drawing Object-Role Model (ORM) +diagrams in TeX based on the pgf and TikZ picture environment. + +date: 2010-01-28 13:16:16 +0100 + +%post tkz-orm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-orm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-orm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-orm-doc +Summary: Documentation for tkz-orm +Version: svn16849.0.1 +Release: %{tl_noarch_release} +Provides: tex-tkz-orm-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-orm-doc +Documentation for tkz-orm + +%package tkz-tab +Provides: tex-tkz-tab = %{tl_version} +License: LPPL +Summary: Tables of signs and variations using PGF/TikZ +Version: svn22834.1.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Provides: tex(tkz-tab.sty) = %{tl_version} + +%description tkz-tab +The package provides comprehensive facilities for preparing +lists of signs and variations, using PGF. The package +documentation requires the tkz-doc bundle. + +date: 2011-06-05 23:10:23 +0200 + +%post tkz-tab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tkz-tab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-tab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tkz-tab-doc +Summary: Documentation for tkz-tab +Version: svn22834.1.3c +Release: %{tl_noarch_release} +Provides: tex-tkz-tab-doc +BuildArch: noarch +AutoReqProv: No + +%description tkz-tab-doc +Documentation for tkz-tab + +%package tsemlines +Provides: tex-tsemlines = %{tl_version} +License: Public Domain +Summary: Support for the ancient \emline macro +Version: svn23440.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tsemlines.sty) = %{tl_version} + +%description tsemlines +Occasional Documents appear, that use graphics generated by +texcad from the emtex distribution. These documents often use +the \emline macro, which produced lines at an arbitrary +orientation. The present package emulates the macro, using +TikZ. + +date: 2011-06-28 13:55:08 +0200 + +%post tsemlines +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tsemlines +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tsemlines +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tufte-latex +Provides: tex-tufte-latex = %{tl_version} +License: ASL 2.0 +Summary: Document classes inspired by the work of Edward Tufte +Version: svn24733.3.5.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-xifthen +Requires: tex-ifmtarg +Requires: tex-changepage +Requires: tex-paralist +Requires: tex-sauerj +Requires: tex-placeins +Provides: tex(tufte-book.cls) = %{tl_version} +Provides: tex(tufte-common.def) = %{tl_version} +Provides: tex(tufte-handout.cls) = %{tl_version} + +%description tufte-latex +Provided are two classes inspired, respectively, by handouts +and books created by Edward Tufte. + +date: 2011-11-10 06:59:33 +0100 + +%post tufte-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tufte-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tufte-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tufte-latex-doc +Summary: Documentation for tufte-latex +Version: svn24733.3.5.0 +Release: %{tl_noarch_release} +Provides: tex-tufte-latex-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-xifthen-doc +Requires: tex-ifmtarg-doc +Requires: tex-changepage-doc +Requires: tex-paralist-doc +Requires: tex-sauerj-doc +Requires: tex-placeins-doc + +%description tufte-latex-doc +Documentation for tufte-latex + +%package xifthen +Provides: tex-xifthen = %{tl_version} +License: LPPL +Summary: Extended conditional commands +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifmtarg.sty) +Provides: tex(xifthen.sty) = %{tl_version} + +%description xifthen +This package extends the ifthen package by implementing new +commands to go within the first argument of \ifthenelse: to +test whether a string is void or not, if a command is defined +or equivalent to another. The package also enables use of +complex expressions as introduced by the package calc, together +with the ability of defining new commands to handle complex +tests. The package requires e-TeX features. + +date: 2009-05-03 12:26:51 +0200 + +%post xifthen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xifthen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xifthen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xifthen-doc +Summary: Documentation for xifthen +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-xifthen-doc +BuildArch: noarch +AutoReqProv: No + +%description xifthen-doc +Documentation for xifthen + +%package ifmtarg +Provides: tex-ifmtarg = %{tl_version} +License: LPPL +Summary: If-then-else command for processing potentially empty arguments +Version: svn19363.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifmtarg.sty) = %{tl_version} + +%description ifmtarg +ifmtarg package + +date: 2010-07-10 16:47:23 +0200 + +%post ifmtarg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifmtarg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifmtarg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifmtarg-doc +Summary: Documentation for ifmtarg +Version: svn19363.1.2a +Release: %{tl_noarch_release} +Provides: tex-ifmtarg-doc +BuildArch: noarch +AutoReqProv: No + +%description ifmtarg-doc +Documentation for ifmtarg + +%package changepage +Provides: tex-changepage = %{tl_version} +License: LPPL 1.3 +Summary: Margin adjustment and detection of odd/even pages +Version: svn15878.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(changepage.sty) = %{tl_version} +Provides: tex(chngpage.sty) = %{tl_version} + +%description changepage +The package provides commands to change the page layout in the +middle of a document, and to robustly check for typesetting on +odd or even pages. Instructions for use are at the end of the +file. The package is an extraction of code from the memoir +class, whose user interface it shares. It is intended the this +package will eventually replace the chngpage package, which is +distributed with the package. + +date: 2009-11-09 14:16:05 +0100 + +%post changepage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun changepage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changepage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package changepage-doc +Summary: Documentation for changepage +Version: svn15878.1.0c +Release: %{tl_noarch_release} +Provides: tex-changepage-doc +BuildArch: noarch +AutoReqProv: No + +%description changepage-doc +Documentation for changepage + +%package paralist +Provides: tex-paralist = %{tl_version} +License: LPPL +Summary: Enumerate and itemize within paragraphs +Version: svn15878.2.3b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(paralist.sty) = %{tl_version} + +%description paralist +Provides enumerate and itemize environments that can be used +within paragraphs to format the items either as running text or +as separate paragraphs with a preceding number or symbol. Also +provides compacted versions of enumerate and itemize. + +date: 2009-10-07 21:35:42 +0200 + +%post paralist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun paralist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paralist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package paralist-doc +Summary: Documentation for paralist +Version: svn15878.2.3b +Release: %{tl_noarch_release} +Provides: tex-paralist-doc +BuildArch: noarch +AutoReqProv: No + +%description paralist-doc +Documentation for paralist + +%package sauerj +Provides: tex-sauerj = %{tl_version} +License: LPPL +Summary: A bundle of utilities by Jonathan Sauer +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(collect.sty) = %{tl_version} +Provides: tex(metainfo.sty) = %{tl_version} +Provides: tex(optparams.sty) = %{tl_version} +Provides: tex(parcolumns.sty) = %{tl_version} +Provides: tex(processkv.sty) = %{tl_version} +Provides: tex(zahl2string.sty) = %{tl_version} + +%description sauerj +The bundle consists of: a tool for collecting text for later +re-use, a tool for typesetting the "meta-information" within a +text, a tool for use in constructing macros with multiple +optional parameters, a package for multiple column parallel +texts, a tool for processing key-value structured lists, and +macros for typesetting a number as a German-language string. + +date: 2007-01-15 20:25:47 +0100 + +%post sauerj +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sauerj +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sauerj +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sauerj-doc +Summary: Documentation for sauerj +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-sauerj-doc +BuildArch: noarch +AutoReqProv: No + +%description sauerj-doc +Documentation for sauerj + +%package placeins +Provides: tex-placeins = %{tl_version} +License: Public Domain +Summary: Control float placement +Version: svn19848.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(placeins.sty) = %{tl_version} + +%description placeins +Defines a \FloatBarrier command, beyond which floats may not +pass; useful, for example, to ensure all floats for a section +appear before the next \section command. + +date: 2010-09-22 15:00:44 +0200 + +%post placeins +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun placeins +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans placeins +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package placeins-doc +Summary: Documentation for placeins +Version: svn19848.2.2 +Release: %{tl_noarch_release} +Provides: tex-placeins-doc +BuildArch: noarch +AutoReqProv: No + +%description placeins-doc +Documentation for placeins + +%package venndiagram +Provides: tex-venndiagram = %{tl_version} +License: LPPL +Summary: Creating Venn diagrams with TikZ +Version: svn28069.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Requires: tex(etoolbox.sty) +Provides: tex(venndiagram.sty) = %{tl_version} + +%description venndiagram +The package assists generation of simple two- and three-set +Venn diagrams for lectures or assignment sheets. The package +requires the TikZ package. + +date: 2012-10-24 15:36:13 +0200 + +%post venndiagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun venndiagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans venndiagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package venndiagram-doc +Summary: Documentation for venndiagram +Version: svn28069.1.0 +Release: %{tl_noarch_release} +Provides: tex-venndiagram-doc +BuildArch: noarch +AutoReqProv: No + +%description venndiagram-doc +Documentation for venndiagram + +%package xpicture +Provides: tex-xpicture = %{tl_version} +License: LPPL 1.3 +Summary: Extensions of LaTeX picture drawing +Version: svn28770.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(curve2e.sty) +Requires: tex(xcolor.sty) +Requires: tex(calculus.sty) +Provides: tex(xpicture.sty) = %{tl_version} + +%description xpicture +The package extends the facilities of the pict2e and the +curve2e packages, providing extra reference frames, conic +section curves, graphs of elementary functions and other +parametric curves. + +date: 2013-01-08 10:49:23 +0100 + +%post xpicture +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xpicture +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpicture +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xpicture-doc +Summary: Documentation for xpicture +Version: svn28770.1.2a +Release: %{tl_noarch_release} +Provides: tex-xpicture-doc +BuildArch: noarch +AutoReqProv: No + +%description xpicture-doc +Documentation for xpicture + +%package xypic +Provides: tex-xypic = %{tl_version} +License: LPPL +Summary: xypic package +Version: svn26642.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(keyval.sty) +Requires: tex(ifpdf.sty) +Provides: tex(xycirc.enc) = %{tl_version} +Provides: tex(xyd.enc) = %{tl_version} +Provides: tex(xyd2.enc) = %{tl_version} +Provides: tex(xypic.map) = %{tl_version} +Provides: tex(xyatip10.tfm) = %{tl_version} +Provides: tex(xybsql10.tfm) = %{tl_version} +Provides: tex(xybtip10.tfm) = %{tl_version} +Provides: tex(xycirc10.tfm) = %{tl_version} +Provides: tex(xycmat10.tfm) = %{tl_version} +Provides: tex(xycmat11.tfm) = %{tl_version} +Provides: tex(xycmat12.tfm) = %{tl_version} +Provides: tex(xycmbt10.tfm) = %{tl_version} +Provides: tex(xycmbt11.tfm) = %{tl_version} +Provides: tex(xycmbt12.tfm) = %{tl_version} +Provides: tex(xydash10.tfm) = %{tl_version} +Provides: tex(xyeuat10.tfm) = %{tl_version} +Provides: tex(xyeuat11.tfm) = %{tl_version} +Provides: tex(xyeuat12.tfm) = %{tl_version} +Provides: tex(xyeubt10.tfm) = %{tl_version} +Provides: tex(xyeubt11.tfm) = %{tl_version} +Provides: tex(xyeubt12.tfm) = %{tl_version} +Provides: tex(xyline10.tfm) = %{tl_version} +Provides: tex(xyluat10.tfm) = %{tl_version} +Provides: tex(xyluat11.tfm) = %{tl_version} +Provides: tex(xyluat12.tfm) = %{tl_version} +Provides: tex(xylubt10.tfm) = %{tl_version} +Provides: tex(xylubt11.tfm) = %{tl_version} +Provides: tex(xylubt12.tfm) = %{tl_version} +Provides: tex(xymisc10.tfm) = %{tl_version} +Provides: tex(xyqc10.tfm) = %{tl_version} +Provides: tex(xyatip10.pfb) = %{tl_version} +Provides: tex(xybsql10.pfb) = %{tl_version} +Provides: tex(xybtip10.pfb) = %{tl_version} +Provides: tex(xycirc10.pfb) = %{tl_version} +Provides: tex(xycmat10.pfb) = %{tl_version} +Provides: tex(xycmat11.pfb) = %{tl_version} +Provides: tex(xycmat12.pfb) = %{tl_version} +Provides: tex(xycmbt10.pfb) = %{tl_version} +Provides: tex(xycmbt11.pfb) = %{tl_version} +Provides: tex(xycmbt12.pfb) = %{tl_version} +Provides: tex(xydash10.pfb) = %{tl_version} +Provides: tex(xyeuat10.pfb) = %{tl_version} +Provides: tex(xyeuat11.pfb) = %{tl_version} +Provides: tex(xyeuat12.pfb) = %{tl_version} +Provides: tex(xyeubt10.pfb) = %{tl_version} +Provides: tex(xyeubt11.pfb) = %{tl_version} +Provides: tex(xyeubt12.pfb) = %{tl_version} +Provides: tex(xyluat10.pfb) = %{tl_version} +Provides: tex(xyluat11.pfb) = %{tl_version} +Provides: tex(xyluat12.pfb) = %{tl_version} +Provides: tex(xylubt10.pfb) = %{tl_version} +Provides: tex(xylubt11.pfb) = %{tl_version} +Provides: tex(xylubt12.pfb) = %{tl_version} +Provides: tex(movie.cls) = %{tl_version} +Provides: tex(xy.sty) = %{tl_version} +Provides: tex(xy.tex) = %{tl_version} +Provides: tex(xy16textures.tex) = %{tl_version} +Provides: tex(xy17oztex.tex) = %{tl_version} +Provides: tex(xy2cell.tex) = %{tl_version} +Provides: tex(xyall.tex) = %{tl_version} +Provides: tex(xyarc.tex) = %{tl_version} +Provides: tex(xyarrow.tex) = %{tl_version} +Provides: tex(xycmactex.tex) = %{tl_version} +Provides: tex(xycmtip.tex) = %{tl_version} +Provides: tex(xycolor.tex) = %{tl_version} +Provides: tex(xycrayon.tex) = %{tl_version} +Provides: tex(xycurve.tex) = %{tl_version} +Provides: tex(xydummy.tex) = %{tl_version} +Provides: tex(xydvidrv.tex) = %{tl_version} +Provides: tex(xydvips.tex) = %{tl_version} +Provides: tex(xydvitops.tex) = %{tl_version} +Provides: tex(xyemtex.tex) = %{tl_version} +Provides: tex(xyframe.tex) = %{tl_version} +Provides: tex(xygraph.tex) = %{tl_version} +Provides: tex(xyidioms.tex) = %{tl_version} +Provides: tex(xyimport.tex) = %{tl_version} +Provides: tex(xyknot.tex) = %{tl_version} +Provides: tex(xyline.tex) = %{tl_version} +Provides: tex(xymatrix.tex) = %{tl_version} +Provides: tex(xymovie.tex) = %{tl_version} +Provides: tex(xynecula.tex) = %{tl_version} +Provides: tex(xyoztex.tex) = %{tl_version} +Provides: tex(xypdf-co.tex) = %{tl_version} +Provides: tex(xypdf-cu.tex) = %{tl_version} +Provides: tex(xypdf-fr.tex) = %{tl_version} +Provides: tex(xypdf-li.tex) = %{tl_version} +Provides: tex(xypdf-ro.tex) = %{tl_version} +Provides: tex(xypdf.tex) = %{tl_version} +Provides: tex(xypic.sty) = %{tl_version} +Provides: tex(xypic.tex) = %{tl_version} +Provides: tex(xypicture.tex) = %{tl_version} +Provides: tex(xypoly.tex) = %{tl_version} +Provides: tex(xyps-c.tex) = %{tl_version} +Provides: tex(xyps-col.tex) = %{tl_version} +Provides: tex(xyps-f.tex) = %{tl_version} +Provides: tex(xyps-l.tex) = %{tl_version} +Provides: tex(xyps-pro.tex) = %{tl_version} +Provides: tex(xyps-ps.tex) = %{tl_version} +Provides: tex(xyps-r.tex) = %{tl_version} +Provides: tex(xyps-s.tex) = %{tl_version} +Provides: tex(xyps-t.tex) = %{tl_version} +Provides: tex(xyps.tex) = %{tl_version} +Provides: tex(xypsdict.tex) = %{tl_version} +Provides: tex(xypspatt.tex) = %{tl_version} +Provides: tex(xyrecat.tex) = %{tl_version} +Provides: tex(xyrotate.tex) = %{tl_version} +Provides: tex(xysmart.tex) = %{tl_version} +Provides: tex(xytextures.tex) = %{tl_version} +Provides: tex(xytile.tex) = %{tl_version} +Provides: tex(xytips.tex) = %{tl_version} +Provides: tex(xytp-f.tex) = %{tl_version} +Provides: tex(xytpic.tex) = %{tl_version} +Provides: tex(xyv2.tex) = %{tl_version} +Provides: tex(xyweb.tex) = %{tl_version} +Provides: tex(xyxdvi.tex) = %{tl_version} + +%description xypic +xypic package + +%post xypic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap xypic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap xypic.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun xypic +if [ $1 == 0 ] ; then +sed -i '/^MixedMap xypic.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans xypic +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xypic-doc +Summary: Documentation for xypic +Version: svn26642.0 +Release: %{tl_noarch_release} +Provides: tex-xypic-doc +BuildArch: noarch +AutoReqProv: No + +%description xypic-doc +Documentation for xypic + +%package 2up +Provides: tex-2up = %{tl_version} +License: LPPL +Summary: 2up package +Version: svn18310.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(2up.sty) = %{tl_version} +Provides: tex(2up.tex) = %{tl_version} + +%description 2up +2up package + +%post 2up +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun 2up +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans 2up +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package 2up-doc +Summary: Documentation for 2up +Version: svn18310.0 +Release: %{tl_noarch_release} +Provides: tex-2up-doc +BuildArch: noarch +AutoReqProv: No + +%description 2up-doc +Documentation for 2up + +%package ESIEEcv +Provides: tex-ESIEEcv = %{tl_version} +License: LPPL +Summary: Curriculum vitae for French use +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tabularx.sty) +Provides: tex(ESIEEcv.sty) = %{tl_version} + +%description ESIEEcv +The package allows the user to set up a curriculum vitae as a +French employer will expect. + +date: 2009-04-30 00:32:08 +0200 + +%post ESIEEcv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ESIEEcv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ESIEEcv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ESIEEcv-doc +Summary: Documentation for ESIEEcv +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ESIEEcv-doc +BuildArch: noarch +AutoReqProv: No + +%description ESIEEcv-doc +Documentation for ESIEEcv + +%package GS1 +Provides: tex-GS1 = %{tl_version} +License: LPPL 1.3 +Summary: Typeset EAN barcodes using TeX rules, only +Version: svn27540.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Provides: tex(GS1.sty) = %{tl_version} +Provides: tex(rule-D.sty) = %{tl_version} + +%description GS1 +The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, using +the facilities of the rule-D package. + +date: 2012-08-22 13:03:09 +0200 + +%post GS1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun GS1 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans GS1 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package GS1-doc +Summary: Documentation for GS1 +Version: svn27540.9 +Release: %{tl_noarch_release} +Provides: tex-GS1-doc +BuildArch: noarch +AutoReqProv: No + +%description GS1-doc +Documentation for GS1 + +%package HA-prosper +Provides: tex-HA-prosper = %{tl_version} +License: LPPL +Summary: Patches and improvements for prosper +Version: svn15878.4.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(xcomment.sty) +Requires: tex(verbatim.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pifont.sty) +Requires: tex(amssymb.sty) +Requires: tex(palatino.sty) +Requires: tex(mathpazo.sty) +Requires: tex(semhelv.sty) +Requires: tex(multido.sty) +Requires: tex(pst-slpe.sty) +Provides: tex(HA-prosper.cfg) = %{tl_version} +Provides: tex(HA-prosper.sty) = %{tl_version} +Provides: tex(HAPAggie.sty) = %{tl_version} +Provides: tex(HAPcapsules.sty) = %{tl_version} +Provides: tex(HAPciment.sty) = %{tl_version} +Provides: tex(HAPFyma.sty) = %{tl_version} +Provides: tex(HAPHA.sty) = %{tl_version} +Provides: tex(HAPLakar.sty) = %{tl_version} +Provides: tex(HAPsimple.sty) = %{tl_version} +Provides: tex(HAPTCS.sty) = %{tl_version} +Provides: tex(HAPTCSTealBlue.sty) = %{tl_version} +Provides: tex(HAPTCSgrad.sty) = %{tl_version} +Provides: tex(HAPTycja.sty) = %{tl_version} + +%description HA-prosper +HA-prosper is a patch for prosper that adds new functionality +to prosper based presentations. Among the new features you will +find automatic generation of a table of contents on each slide, +support for notes and portrait slides. The available styles +demonstrate how to expand the functionality of prosper even +further. + +date: 2006-12-03 19:48:14 +0100 + +%post HA-prosper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun HA-prosper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans HA-prosper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package HA-prosper-doc +Summary: Documentation for HA-prosper +Version: svn15878.4.21 +Release: %{tl_noarch_release} +Provides: tex-HA-prosper-doc +BuildArch: noarch +AutoReqProv: No + +%description HA-prosper-doc +Documentation for HA-prosper + +%package Tabbing +Provides: tex-Tabbing = %{tl_version} +License: LPPL +Summary: Tabbing with accented letters +Version: svn17022.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(Tabbing.sty) = %{tl_version} + +%description Tabbing +By default, some of the tabbing environment's commands clash +with default accent commands; LaTeX provides the odd commands +\a', etc., to deal with the clash. The package offers a variant +of the tabbing environment which does not create this +difficulty, so that users need not learn two sets of accent +commands. + +date: 2010-02-14 11:55:47 +0100 + +%post Tabbing +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun Tabbing +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans Tabbing +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package Tabbing-doc +Summary: Documentation for Tabbing +Version: svn17022.0 +Release: %{tl_noarch_release} +Provides: tex-Tabbing-doc +BuildArch: noarch +AutoReqProv: No + +%description Tabbing-doc +Documentation for Tabbing + +%package changebar +Provides: tex-changebar = %{tl_version} +License: LPPL +Summary: Generate changebars in LaTeX documents +Version: svn29349.3.5c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(changebar.sty) = %{tl_version} + +%description changebar +Identify areas of text to be marked with changebars with the +\cbstart and \cbend commands; the bars may be coloured. The +package uses 'drivers' to place the bars; the available drivers +can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures +DVI drivers, and VTeX and PDFTeX. + +date: 2011-09-30 20:51:09 +0200 + +%post changebar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun changebar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changebar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package changebar-doc +Summary: Documentation for changebar +Version: svn29349.3.5c +Release: %{tl_noarch_release} +Provides: tex-changebar-doc +BuildArch: noarch +AutoReqProv: No + +%description changebar-doc +Documentation for changebar + +%package changelayout +Provides: tex-changelayout = %{tl_version} +License: LPPL +Summary: Change the layout of individual pages and their text +Version: svn16094.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etextools.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ltxnew.sty) +Requires: tex(xcolor.sty) +Provides: tex(changelayout.sty) = %{tl_version} + +%description changelayout +The package is an extension of the changepage package to permit +the user to change the layout of individual pages and their +texts. + +date: 2009-11-09 14:16:05 +0100 + +%post changelayout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun changelayout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changelayout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package changelayout-doc +Summary: Documentation for changelayout +Version: svn16094.1.0 +Release: %{tl_noarch_release} +Provides: tex-changelayout-doc +BuildArch: noarch +AutoReqProv: No + +%description changelayout-doc +Documentation for changelayout + +%package changes +Provides: tex-changes = %{tl_version} +License: LPPL 1.3 +Summary: Manual change markup +Version: svn26165.1.0.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(xifthen.sty) +Requires: tex(xcolor.sty) +Requires: tex(pdfcolmk.sty) +Requires: tex(ulem.sty) +Provides: tex(changes.sty) = %{tl_version} + +%description changes +The package allows the user to manually markup changes of text, +such as additions, deletions, or replacements. Changed text is +shown in a different colour; deleted text is crossed out. The +package allows definition of additional authors and their +associated colour. It also allows you to define a markup for +authors or annotations. A bash script is provided for removing +the changes. + +date: 2012-04-26 11:05:40 +0200 + +%post changes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun changes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package changes-doc +Summary: Documentation for changes +Version: svn26165.1.0.0 +Release: %{tl_noarch_release} +Provides: tex-changes-doc +BuildArch: noarch +AutoReqProv: No + +%description changes-doc +Documentation for changes + +%package chappg +Provides: tex-chappg = %{tl_version} +License: LPPL +Summary: Page numbering by chapter +Version: svn15878.2.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chappg.sty) = %{tl_version} + +%description chappg +The package provides for 'chapterno-pageno' or 'chaptername- +pageno' page numbering. Provision is made for front- and +backmatter in book class. + +date: 2009-05-30 13:37:26 +0200 + +%post chappg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chappg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chappg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chappg-doc +Summary: Documentation for chappg +Version: svn15878.2.1b +Release: %{tl_noarch_release} +Provides: tex-chappg-doc +BuildArch: noarch +AutoReqProv: No + +%description chappg-doc +Documentation for chappg + +%package chapterfolder +Provides: tex-chapterfolder = %{tl_version} +License: LPPL +Summary: Package for working with complicated folder structures +Version: svn15878.2.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(chapterfolder.sty) = %{tl_version} + +%description chapterfolder +This package simplifies working with folder structures that +match the chapter/section/subsection structure. It provides +macros to define a folder that contains the file for a +chapter/section/subsection, and provides macros that allow +inclusion without using the full path, rather the path relative +to the current folder of the chapter/section/subsection. It +makes easy changing the name of a folder, for example. + +date: 2008-02-29 20:00:41 +0100 + +%post chapterfolder +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chapterfolder +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chapterfolder +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chapterfolder-doc +Summary: Documentation for chapterfolder +Version: svn15878.2.0.1 +Release: %{tl_noarch_release} +Provides: tex-chapterfolder-doc +BuildArch: noarch +AutoReqProv: No + +%description chapterfolder-doc +Documentation for chapterfolder + +%package chet +Provides: tex-chet = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX layout inspired by harvmac +Version: svn28606.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(chet.sty) = %{tl_version} + +%description chet +The package is designed to streamline the work of typesetting, +and to provide the look and feel of harvmac for readers. + +date: 2012-12-09 16:35:11 +0100 + +%post chet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chet-doc +Summary: Documentation for chet +Version: svn28606.1.5 +Release: %{tl_noarch_release} +Provides: tex-chet-doc +BuildArch: noarch +AutoReqProv: No + +%description chet-doc +Documentation for chet + +%package chextras +Provides: tex-chextras = %{tl_version} +License: LPPL 1.3 +Summary: A companion package for the Swiss typesetter +Version: svn27118.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(luainputenc.sty) +Requires: tex(xunicode.sty) +Requires: tex(fixltx2e.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(babel.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xkeyval.sty) +Requires: tex(makecmds.sty) +Requires: tex(hyperref.sty) +Provides: tex(chextras.sty) = %{tl_version} +Provides: tex(eu1lmros.fd) = %{tl_version} +Provides: tex(eu1lmssos.fd) = %{tl_version} +Provides: tex(eu1lmttos.fd) = %{tl_version} +Provides: tex(eu1lmvttos.fd) = %{tl_version} +Provides: tex(t1lmros.fd) = %{tl_version} +Provides: tex(t1lmssos.fd) = %{tl_version} +Provides: tex(t1lmttos.fd) = %{tl_version} +Provides: tex(t1lmvttos.fd) = %{tl_version} + +%description chextras +The package simplifies the preparation of Swiss documents and +letters by setting up linguistic and common packages. While it +is a useful addition to the chletter document class, it is not +tied to it and may be used as a general purpose package. + +date: 2012-07-20 19:39:58 +0200 + +%post chextras +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chextras +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chextras +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chextras-doc +Summary: Documentation for chextras +Version: svn27118.1.01 +Release: %{tl_noarch_release} +Provides: tex-chextras-doc +BuildArch: noarch +AutoReqProv: No + +%description chextras-doc +Documentation for chextras + +%package chkfloat +Provides: tex-chkfloat = %{tl_version} +License: LPPL 1.3 +Summary: Warn whenever a float is placed "to far away" +Version: svn27473.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(chkfloat.sty) = %{tl_version} + +%description chkfloat +The package checks for floats that are placed too far from +their origin. It was motivated by a question on the question +and answer page. + +date: 2012-08-20 08:30:38 +0200 + +%post chkfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chkfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chkfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chkfloat-doc +Summary: Documentation for chkfloat +Version: svn27473.0.1 +Release: %{tl_noarch_release} +Provides: tex-chkfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description chkfloat-doc +Documentation for chkfloat + +%package chletter +Provides: tex-chletter = %{tl_version} +License: LPPL +Summary: Class for typesetting letters to Swiss rules +Version: svn20060.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chletter.cls) = %{tl_version} + +%description chletter +The class enables composition of letters fitting into Swiss C5 +& C6/5 windowed envelopes. No assumption is made about the +language used. The class is based on the standard LaTeX classes +and is compatible with the LaTeX letter class. It is not +limited to letters and may be used as a generic document class; +it is used with the chextras package. + +date: 2010-10-11 07:24:02 +0200 + +%post chletter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chletter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chletter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chletter-doc +Summary: Documentation for chletter +Version: svn20060.2.0 +Release: %{tl_noarch_release} +Provides: tex-chletter-doc +BuildArch: noarch +AutoReqProv: No + +%description chletter-doc +Documentation for chletter + +%package chngcntr +Provides: tex-chngcntr = %{tl_version} +License: LPPL +Summary: Change the resetting of counters +Version: svn17157.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chngcntr.sty) = %{tl_version} + +%description chngcntr +Defines commands \counterwithin (which sets up a counter to be +reset when another is incremented) and \counterwithout (which +unsets such a relationship). + +date: 2010-03-09 12:54:42 +0100 + +%post chngcntr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chngcntr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chngcntr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chngcntr-doc +Summary: Documentation for chngcntr +Version: svn17157.1.0a +Release: %{tl_noarch_release} +Provides: tex-chngcntr-doc +BuildArch: noarch +AutoReqProv: No + +%description chngcntr-doc +Documentation for chngcntr + +%package chronology +Provides: tex-chronology = %{tl_version} +License: LPPL 1.3 +Summary: Provides a horizontal timeline +Version: svn29682.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(chronology.sty) = %{tl_version} + +%description chronology +A timeline package that allows labelling of events with per-day +granularity. Other features include relative positioning with +unit specification, adjustable tick mark step size, and scaling +to specified width. + +date: 2013-04-05 17:50:33 +0200 + +%post chronology +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chronology +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chronology +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chronology-doc +Summary: Documentation for chronology +Version: svn29682.1.1 +Release: %{tl_noarch_release} +Provides: tex-chronology-doc +BuildArch: noarch +AutoReqProv: No + +%description chronology-doc +Documentation for chronology + +%package colordoc +Provides: tex-colordoc = %{tl_version} +License: LPPL +Summary: Coloured syntax highlights in documentation +Version: svn18270.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(fixltx2e.sty) +Provides: tex(colordoc.sty) = %{tl_version} + +%description colordoc +The package is used in documentation files (that use the doc +package); with it the code listings will highlight (for +example) pairs of curly braces with matching colors. Other +delimiters like \if ... \fi, are highlighted, as are the names +of new commands. All this makes code a little more readable, +and helps during process of writing. Three options are +provided, including a non-color option designed for printing +(which numbers delimiters and underlines new commands). + +date: 2010-06-06 13:50:32 +0200 + +%post colordoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colordoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colordoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colordoc-doc +Summary: Documentation for colordoc +Version: svn18270.0 +Release: %{tl_noarch_release} +Provides: tex-colordoc-doc +BuildArch: noarch +AutoReqProv: No + +%description colordoc-doc +Documentation for colordoc + +%package colorinfo +Provides: tex-colorinfo = %{tl_version} +License: LPPL +Summary: Retrieve colour model and values for defined colours +Version: svn15878.0.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(colorinfo.sty) = %{tl_version} + +%description colorinfo +colorinfo package + +date: 2007-02-03 12:09:11 +0100 + +%post colorinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colorinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colorinfo-doc +Summary: Documentation for colorinfo +Version: svn15878.0.3c +Release: %{tl_noarch_release} +Provides: tex-colorinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description colorinfo-doc +Documentation for colorinfo + +%package colortab +Provides: tex-colortab = %{tl_version} +License: LPPL +Summary: Shade cells of tables and halign +Version: svn22155.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(fancybox.sty) +Provides: tex(colortab.sty) = %{tl_version} +Provides: tex(colortab.tex) = %{tl_version} + +%description colortab +Lets you shade or colour the cells in the alignment +environments such as \halign and LaTeX's tabular and array +environments. The colortbl or package is to be preferred today +with LaTeX (it assures compatibility with the longtable +package, which is no longer true with colortab); another modern +option is the table-colouring option of the xcolor. However, +colortab remains an adequate solution for use with Plain TeX. + +date: 2010-09-08 11:26:01 +0200 + +%post colortab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colortab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colortab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colortab-doc +Summary: Documentation for colortab +Version: svn22155.1.0 +Release: %{tl_noarch_release} +Provides: tex-colortab-doc +BuildArch: noarch +AutoReqProv: No + +%description colortab-doc +Documentation for colortab + +%package colorwav +Provides: tex-colorwav = %{tl_version} +License: LGPLv2+ +Summary: Colours by wavelength of visible light +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(fp.sty) +Provides: tex(colorwav.sty) = %{tl_version} + +%description colorwav +The package allows the user to obtain an RGB value (suitable +for use in the color package) from a wavelength of light. The +default unit is nanometres, but other units may be used. Note +that this function is also available within the xcolor. + +date: 2008-08-18 10:38:42 +0200 + +%post colorwav +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colorwav +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorwav +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colorwav-doc +Summary: Documentation for colorwav +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-colorwav-doc +BuildArch: noarch +AutoReqProv: No + +%description colorwav-doc +Documentation for colorwav + +%package colourchange +Provides: tex-colourchange = %{tl_version} +License: GPLv3+ +Summary: colourchange +Version: svn21741.1.22 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(calc.sty) +Provides: tex(colourchange.sty) = %{tl_version} + +%description colourchange +The package allows you to change the colour of the structural +elements (inner theme and outer theme) of your beamer +presentation during the presentation. There is a manual option +but there is also the option to have your structure colour +change from one colour to another as a function of how far +through the presentation you are. + +date: 2011-03-16 12:04:55 +0100 + +%post colourchange +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun colourchange +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colourchange +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package colourchange-doc +Summary: Documentation for colourchange +Version: svn21741.1.22 +Release: %{tl_noarch_release} +Provides: tex-colourchange-doc +BuildArch: noarch +AutoReqProv: No + +%description colourchange-doc +Documentation for colourchange + +%package combelow +Provides: tex-combelow = %{tl_version} +License: LPPL 1.3 +Summary: Typeset "comma-below" letters, as in Romanian +Version: svn18462.0.99f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(combelow.sty) = %{tl_version} + +%description combelow +The package defines a command \cb that positions a comma below +a letter, as required (for example) in Romanian typesetting. +The command is robust, but interferes with hyphenation. + +date: 2010-05-24 13:39:10 +0200 + +%post combelow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun combelow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combelow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package combelow-doc +Summary: Documentation for combelow +Version: svn18462.0.99f +Release: %{tl_noarch_release} +Provides: tex-combelow-doc +BuildArch: noarch +AutoReqProv: No + +%description combelow-doc +Documentation for combelow + +%package combine +Provides: tex-combine = %{tl_version} +License: LPPL 1.3 +Summary: Bundle individual documents into a single document +Version: svn19361.0.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(cite.sty) +Requires: tex(keyval.sty) +Requires: tex(natbib.sty) +Provides: tex(combcite.sty) = %{tl_version} +Provides: tex(combine.cls) = %{tl_version} +Provides: tex(combinet.sty) = %{tl_version} +Provides: tex(combnat.sty) = %{tl_version} + +%description combine +The combine class lets you bundle individual documents into a +single document, such as when preparing a conference +proceedings. The auxiliary combinet package puts the titles and +authors from \maketitle commands into the main document's Table +of Contents. The package cooperates with the abstract and +titling packages. + +date: 2010-07-10 16:18:55 +0200 + +%post combine +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun combine +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combine +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package combine-doc +Summary: Documentation for combine +Version: svn19361.0.7a +Release: %{tl_noarch_release} +Provides: tex-combine-doc +BuildArch: noarch +AutoReqProv: No + +%description combine-doc +Documentation for combine + +%package comma +Provides: tex-comma = %{tl_version} +License: LPPL +Summary: Formats a number by inserting commas +Version: svn18259.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(comma.sty) = %{tl_version} + +%description comma +A flexible package that allows commas (or anything else) to be +inserted every three digits in a number, as in 1,234. + +date: 2010-05-23 19:54:42 +0200 + +%post comma +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun comma +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comma +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package comma-doc +Summary: Documentation for comma +Version: svn18259.1.2 +Release: %{tl_noarch_release} +Provides: tex-comma-doc +BuildArch: noarch +AutoReqProv: No + +%description comma-doc +Documentation for comma + +%package commado +Provides: tex-commado = %{tl_version} +License: LPPL 1.3 +Summary: Expandable iteration on comma-separated and filename lists +Version: svn28419.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(commado.sty) = %{tl_version} +Provides: tex(filesdo.sty) = %{tl_version} + +%description commado +The bundle provides two packages: commado and filesdo. The +package commado provides the command \DoWithCSL: +\DoWithCSL{cmd}{list} applies an existing one-parameter macro +cmd to each item in a list list in which terms are separated by +commas. The package filesdo provides the command +\DoWithBasesExts: \DoWithBasesExts{cmd}{bases}{exts} which runs +the single parameter command cmd on each file whose base and +extension are respectively from the comma-separated lists bases +and exts. These 'loop'-like commands are (themselves) entirely +expandable. The packages rely on packages plainpkg, and +stacklet + +date: 2012-12-02 13:05:20 +0100 + +%post commado +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun commado +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans commado +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package commado-doc +Summary: Documentation for commado +Version: svn28419.0.11 +Release: %{tl_noarch_release} +Provides: tex-commado-doc +BuildArch: noarch +AutoReqProv: No + +%description commado-doc +Documentation for commado + +%package comment +Provides: tex-comment = %{tl_version} +License: GPL+ +Summary: Selectively include/excludes portions of text +Version: svn17155.3.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(comment.sty) = %{tl_version} + +%description comment +Selectively include/exclude pieces of text, allowing the user +to define new, separately controlled, comment versions. All +text between \comment ... \endcomment or \begin{comment} ... +\end{comment} is discarded. The opening and closing commands +should appear on a line of their own. No starting spaces, +nothing after it. This environment should work with arbitrary +amounts of comment, and the comment can be arbitrary text. +Other 'comment' environments are defined and +selected/deselected with \includecomment{versiona} and +\excludecoment{versionb} These environments are used as +\versiona ... \endversiona or \begin{versiona} ... +\end{versiona} with the opening and closing commands again on a +line of their own. + +date: 2010-02-22 20:33:14 +0100 + +%post comment +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun comment +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comment +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package comment-doc +Summary: Documentation for comment +Version: svn17155.3.6 +Release: %{tl_noarch_release} +Provides: tex-comment-doc +BuildArch: noarch +AutoReqProv: No + +%description comment-doc +Documentation for comment + +%package concepts +Provides: tex-concepts = %{tl_version} +License: LPPL +Summary: Keeping track of formal 'concepts' for a particular field +Version: svn29020.0.0.5_r1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etextools.sty) +Requires: tex(nth.sty) +Requires: tex(xspace.sty) +Requires: tex(xparse.sty) +Requires: tex(ltxkeys.sty) +Requires: tex(xstring.sty) +Provides: tex(concepts.sty) = %{tl_version} + +%description concepts +The package helps to keep track of formal 'concepts' for a +specific field or document. This is particularly useful for +scientific papers (for example, in physics, mathematics or +computer science), which may introduce several concepts (with +their own symbols). The package's commands allow the user to +define a concept (typically, near its first use), and will +ensure consistent use throughout the document. The package +depends on several other packages; while these are fairly +common packages, the user should check the package's README +file for the complete list. + +date: 2012-12-31 10:20:52 +0100 + +%post concepts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun concepts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concepts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package concepts-doc +Summary: Documentation for concepts +Version: svn29020.0.0.5_r1 +Release: %{tl_noarch_release} +Provides: tex-concepts-doc +BuildArch: noarch +AutoReqProv: No + +%description concepts-doc +Documentation for concepts + +%package concprog +Provides: tex-concprog = %{tl_version} +License: GPL+ +Summary: Concert programmes +Version: svn18791.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ConcProg.cls) = %{tl_version} + +%description concprog +A class which provides the necessary macros to prepare a +(classical) concert programme; a sample is provided. + +date: 2007-01-01 11:39:06 +0100 + +%post concprog +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun concprog +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concprog +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package concprog-doc +Summary: Documentation for concprog +Version: svn18791.0 +Release: %{tl_noarch_release} +Provides: tex-concprog-doc +BuildArch: noarch +AutoReqProv: No + +%description concprog-doc +Documentation for concprog + +%package constants +Provides: tex-constants = %{tl_version} +License: LPPL +Summary: Automatic numbering of constants +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(constants.sty) = %{tl_version} + +%description constants +The package provides a way to number constants in a +mathematical proof automatically, with a system for +labelling/referencing. In addition, several families of +constants (with different symbols) may be defined. + +date: 2008-08-18 10:38:42 +0200 + +%post constants +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun constants +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans constants +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package constants-doc +Summary: Documentation for constants +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-constants-doc +BuildArch: noarch +AutoReqProv: No + +%description constants-doc +Documentation for constants + +%package contour +Provides: tex-contour = %{tl_version} +License: LPPL +Summary: Print a coloured contour around text +Version: svn18950.2.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(trig.sty) +Provides: tex(contour.cfg) = %{tl_version} +Provides: tex(contour.sty) = %{tl_version} + +%description contour +This package generates a coloured contour around a given text +in order to enable printing text over a background without the +need of a coloured box around the text. + +date: 2006-12-09 15:50:57 +0100 + +%post contour +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun contour +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans contour +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package contour-doc +Summary: Documentation for contour +Version: svn18950.2.14 +Release: %{tl_noarch_release} +Provides: tex-contour-doc +BuildArch: noarch +AutoReqProv: No + +%description contour-doc +Documentation for contour + +%package contracard +Provides: tex-contracard = %{tl_version} +License: LPPL 1.3 +Summary: Generate calling cards for dances +Version: svn29253.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(titlesec.sty) +Provides: tex(contracard.cls) = %{tl_version} + +%description contracard +The class may be used to create calling cards for traditional +country dances, such as contra and square dances. + +date: 2013-03-01 16:58:29 +0100 + +%post contracard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun contracard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans contracard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package contracard-doc +Summary: Documentation for contracard +Version: svn29253.0.4 +Release: %{tl_noarch_release} +Provides: tex-contracard-doc +BuildArch: noarch +AutoReqProv: No + +%description contracard-doc +Documentation for contracard + +%package cooking +Provides: tex-cooking = %{tl_version} +License: GPL+ +Summary: Typeset recipes +Version: svn15878.0.9b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cooking.sty) = %{tl_version} + +%description cooking +The package typesets recipes according to the style used in a +well-respected German cookery book. + +date: 2006-12-09 15:50:57 +0100 + +%post cooking +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cooking +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cooking +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cooking-doc +Summary: Documentation for cooking +Version: svn15878.0.9b +Release: %{tl_noarch_release} +Provides: tex-cooking-doc +BuildArch: noarch +AutoReqProv: No + +%description cooking-doc +Documentation for cooking + +%package cool +Provides: tex-cool = %{tl_version} +License: LGPLv2+ +Summary: COntent-Oriented LaTeX +Version: svn15878.1.35 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(coollist.sty) +Requires: tex(coolstr.sty) +Requires: tex(forloop.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(bbm.sty) +Provides: tex(cool.sty) = %{tl_version} + +%description cool +The package gives LaTeX the power to retain mathematical +meaning of its expressions in addition to the typsetting +instructions; essentially separating style from the content of +the math. One advantage of keeping mathematical meaning is that +conversion of LaTeX documents to other executable formats (such +as Content MathML or Mathematica code) is greatly simplified. +The package requires the coolstr, coollist and forloop +packages. + +date: 2007-03-05 15:26:58 +0100 + +%post cool +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cool +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cool +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cool-doc +Summary: Documentation for cool +Version: svn15878.1.35 +Release: %{tl_noarch_release} +Provides: tex-cool-doc +BuildArch: noarch +AutoReqProv: No + +%description cool-doc +Documentation for cool + +%package coollist +Provides: tex-coollist = %{tl_version} +License: LGPLv2+ +Summary: Manipulate COntent Oriented LaTeX Lists +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(coolstr.sty) +Requires: tex(forloop.sty) +Provides: tex(coollist.sty) = %{tl_version} + +%description coollist +Lists are defined as a sequence of tokens separated by a comma. +The coollist package allows the user to access certain elements +of the list while neglecting others--essentially turning lists +into a sort of array. Lists elements are accessed by specifying +the position of the object within the list (the index of the +item). + +date: 2009-09-20 17:23:54 +0200 + +%post coollist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coollist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coollist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coollist-doc +Summary: Documentation for coollist +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-coollist-doc +BuildArch: noarch +AutoReqProv: No + +%description coollist-doc +Documentation for coollist + +%package coolstr +Provides: tex-coolstr = %{tl_version} +License: LGPLv2+ +Summary: String manipulation in LaTeX +Version: svn15878.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Provides: tex(coolstr.sty) = %{tl_version} + +%description coolstr +Coolstr is a subpackage of the cool bundle that deals with the +manipulation of strings. A string is defined as a sequence of +characters (not tokens). The package provides the ability to +access a specific character of a string, as well as determine +if the string contains numeric or integer data. + +date: 2009-09-09 20:34:25 +0200 + +%post coolstr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coolstr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coolstr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coolstr-doc +Summary: Documentation for coolstr +Version: svn15878.2.2 +Release: %{tl_noarch_release} +Provides: tex-coolstr-doc +BuildArch: noarch +AutoReqProv: No + +%description coolstr-doc +Documentation for coolstr + +%package coolthms +Provides: tex-coolthms = %{tl_version} +License: LPPL +Summary: Reference items in a theorem environment +Version: svn29062.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(hyperref.sty) +Requires: tex(etoolbox.sty) +Requires: tex(scrbase.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(ifthen.sty) +Requires: tex(xargs.sty) +Requires: tex(kvoptions.sty) +Requires: tex(ntheorem.sty) +Requires: tex(cleveref.sty) +Provides: tex(coolthms.sty) = %{tl_version} + +%description coolthms +The package provides the means to directly reference items of +lists nested in theorem-like environments (e.g., as 'Theorem 1 +a'). The package extends the ntheorem and cleveref packages. +The package also provides other theorem markup commands. + +date: 2013-02-04 23:34:24 +0100 + +%post coolthms +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coolthms +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coolthms +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coolthms-doc +Summary: Documentation for coolthms +Version: svn29062.1.2 +Release: %{tl_noarch_release} +Provides: tex-coolthms-doc +BuildArch: noarch +AutoReqProv: No + +%description coolthms-doc +Documentation for coolthms + +%package cooltooltips +Provides: tex-cooltooltips = %{tl_version} +License: LPPL +Summary: Associate a pop-up window and tooltip with PDF hyperlinks +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Provides: tex(cooltooltips.sty) = %{tl_version} + +%description cooltooltips +The cooltooltips package enables a document to contain +hyperlinks that pop up a brief tooltip when the mouse moves +over them and also open a small window containing additional +text. cooltooltips provides the mechanism used by the Visual +LaTeX FAQ to indicate the question that each hyperlink answers. + +date: 2007-03-05 15:26:58 +0100 + +%post cooltooltips +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cooltooltips +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cooltooltips +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cooltooltips-doc +Summary: Documentation for cooltooltips +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-cooltooltips-doc +BuildArch: noarch +AutoReqProv: No + +%description cooltooltips-doc +Documentation for cooltooltips + +%package coordsys +Provides: tex-coordsys = %{tl_version} +License: LPPL +Summary: Draw cartesian coordinate systems +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(coordsys.sty) = %{tl_version} +Provides: tex(logsys.sty) = %{tl_version} + +%description coordsys +The package provides commands for typesetting number lines +(coordinate axes), coordinate systems and grids in the picture +environment. The package may be integrated with other drawing +mechanisms: the documentation shows examples of drawing graphs +(coordinate tables created by Maple), using the eepic package's +drawing capabilities. + +date: 2007-02-20 10:49:06 +0100 + +%post coordsys +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coordsys +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coordsys +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coordsys-doc +Summary: Documentation for coordsys +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-coordsys-doc +BuildArch: noarch +AutoReqProv: No + +%description coordsys-doc +Documentation for coordsys + +%package copyrightbox +Provides: tex-copyrightbox = %{tl_version} +License: LPPL +Summary: Provide copyright notices for images in a document +Version: svn24829.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(copyrightbox.sty) = %{tl_version} + +%description copyrightbox +The package command \copyrightbox[<placement>]{<image +command>}{<text>}, which places the text as a copyright notice +relating to the matter created by the image command. + +date: 2011-12-11 19:15:48 +0100 + +%post copyrightbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun copyrightbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans copyrightbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package copyrightbox-doc +Summary: Documentation for copyrightbox +Version: svn24829.0.1 +Release: %{tl_noarch_release} +Provides: tex-copyrightbox-doc +BuildArch: noarch +AutoReqProv: No + +%description copyrightbox-doc +Documentation for copyrightbox + +%package coseoul +Provides: tex-coseoul = %{tl_version} +License: LPPL 1.3 +Summary: Context sensitive outline elements +Version: svn23862.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(coseoul.sty) = %{tl_version} + +%description coseoul +The package provides "relative" commands that may be used in +place of \chapter, \section, etc. The documentation shows a +number of document-management scenarios in which such commands +are valuable. + +date: 2011-09-06 16:13:05 +0200 + +%post coseoul +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coseoul +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coseoul +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coseoul-doc +Summary: Documentation for coseoul +Version: svn23862.1.1 +Release: %{tl_noarch_release} +Provides: tex-coseoul-doc +BuildArch: noarch +AutoReqProv: No + +%description coseoul-doc +Documentation for coseoul + +%package counttexruns +Provides: tex-counttexruns = %{tl_version} +License: LPPL 1.3 +Summary: Count compilations of a document +Version: svn27576.1.00a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(counttexruns.sty) = %{tl_version} + +%description counttexruns +The package counts how often a LaTeX document is compiled, +keeping the data in an external file. To print the count, can +use the macro \thecounttexruns. + +date: 2012-08-31 19:14:38 +0200 + +%post counttexruns +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun counttexruns +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans counttexruns +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package counttexruns-doc +Summary: Documentation for counttexruns +Version: svn27576.1.00a +Release: %{tl_noarch_release} +Provides: tex-counttexruns-doc +BuildArch: noarch +AutoReqProv: No + +%description counttexruns-doc +Documentation for counttexruns + +%package courseoutline +Provides: tex-courseoutline = %{tl_version} +License: Copyright only +Summary: Prepare university course outlines +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(courseoutline.cls) = %{tl_version} + +%description courseoutline +Courseoutline is a class designed to minimise markup in a +tedious task that needs to be repeated often. + +date: 2008-09-18 22:52:44 +0200 + +%post courseoutline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun courseoutline +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans courseoutline +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package courseoutline-doc +Summary: Documentation for courseoutline +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-courseoutline-doc +BuildArch: noarch +AutoReqProv: No + +%description courseoutline-doc +Documentation for courseoutline + +%package coursepaper +Provides: tex-coursepaper = %{tl_version} +License: Copyright only +Summary: Prepare university course papers +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(coursepaper.cls) = %{tl_version} + +%description coursepaper +Coursepaper is a class with which students can provide simple +course papers, in a uniform design to ease the task of marking. + +date: 2008-09-18 22:52:44 +0200 + +%post coursepaper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coursepaper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coursepaper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coursepaper-doc +Summary: Documentation for coursepaper +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-coursepaper-doc +BuildArch: noarch +AutoReqProv: No + +%description coursepaper-doc +Documentation for coursepaper + +%package coverpage +Provides: tex-coverpage = %{tl_version} +License: LPPL +Summary: Automatic cover page creation for scientific papers (with BibTeX data and copyright notice) +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(textcomp.sty) +Requires: tex(url.sty) +Requires: tex(verbatim.sty) +Provides: tex(CoverPage.cfg) = %{tl_version} +Provides: tex(CoverPage.sty) = %{tl_version} + +%description coverpage +The package CoverPage was created to supplement scientific +papers with a cover page containing bibliographical +information, a copyright notice, and/or some logos of the +author's institution. The cover page is created (almost) +automatically; this is done by parsing BibTeX information +corresponding to the main document and reading a configuration +file in which the author can set information like the +affiliation he or she is associated with. The cover page +consists of header, body and footer; all three are macros which +can be redefined using \renewcommand, thus allowing easy +customization of the package. Additionally, it should be +stressed that the cover page layout is totally independent of +the main document and its page layout. This package requires +four other packages (keyval, url, textcomp, and verbatim), but +all of them are standard packages and should be part of every +LaTeX installation. + +date: 2007-03-05 15:26:58 +0100 + +%post coverpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun coverpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coverpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package coverpage-doc +Summary: Documentation for coverpage +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-coverpage-doc +BuildArch: noarch +AutoReqProv: No + +%description coverpage-doc +Documentation for coverpage + +%package cprotect +Provides: tex-cprotect = %{tl_version} +License: LPPL 1.3 +Summary: Allow verbatim, etc., in macro arguments +Version: svn21209.1.0e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(suffix.sty) +Provides: tex(cprotect.sty) = %{tl_version} + +%description cprotect +The package defines the macro \cprotect that makes a following +macro proof against verbatim in its argument; as, for example, +\cprotect\section{\verb"foo"} A similar macro \cprotEnv +(applied to the \begin of an environment) sanitises the +behavior of fragile environments. Moving arguments, and +corresponding "tables of ..." work happily. + +date: 2011-01-27 23:21:47 +0100 + +%post cprotect +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cprotect +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cprotect +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cprotect-doc +Summary: Documentation for cprotect +Version: svn21209.1.0e +Release: %{tl_noarch_release} +Provides: tex-cprotect-doc +BuildArch: noarch +AutoReqProv: No + +%description cprotect-doc +Documentation for cprotect + +%package crbox +Provides: tex-crbox = %{tl_version} +License: LPPL +Summary: Boxes with crossed corners +Version: svn29803.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(biditools.sty) +Provides: tex(crbox.sty) = %{tl_version} + +%description crbox +The package implements a \crbox command which produces boxes +with crossing lines at the corners. + +date: 2013-04-04 12:47:47 +0200 + +%post crbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun crbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package crbox-doc +Summary: Documentation for crbox +Version: svn29803.0.1 +Release: %{tl_noarch_release} +Provides: tex-crbox-doc +BuildArch: noarch +AutoReqProv: No + +%description crbox-doc +Documentation for crbox + +%package crossreference +Provides: tex-crossreference = %{tl_version} +License: LPPL +Summary: Crossreferences within documents +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(crossreference.sty) = %{tl_version} + +%description crossreference +The package defines cross-references (essentially 'grand' label +references), which may be listed in a table of cross- +references. + +date: 2007-01-01 17:45:33 +0100 + +%post crossreference +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun crossreference +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crossreference +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package crossreference-doc +Summary: Documentation for crossreference +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-crossreference-doc +BuildArch: noarch +AutoReqProv: No + +%description crossreference-doc +Documentation for crossreference + +%package csquotes +Provides: tex-csquotes = %{tl_version} +License: LPPL +Summary: Context sensitive quotation facilities +Version: svn24393.5.1d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(keyval.sty) +Provides: tex(csq-compat.def) = %{tl_version} +Provides: tex(csquotes.cfg) = %{tl_version} +Provides: tex(csquotes.def) = %{tl_version} +Provides: tex(csquotes.sty) = %{tl_version} + +%description csquotes +This package provides advanced facilities for inline and +display quotations. It is designed for a wide range of tasks +ranging from the most simple applications to the more complex +demands of formal quotations. The facilities include commands, +environments, and user-definable 'smart quotes' which +dynamically adjust to their context. Quotation marks are +switched automatically if quotations are nested and they can be +adjusted to the current language if the babel package is +available. There are additional facilities designed to cope +with the more specific demands of academic writing, especially +in the humanities and the social sciences. All quote styles as +well as the optional active quotes are freely configurable. The +package is dependent on e-TeX, and requires the author's +etoolbox package. + +date: 2011-10-24 17:03:17 +0200 + +%post csquotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun csquotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csquotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csquotes-doc +Summary: Documentation for csquotes +Version: svn24393.5.1d +Release: %{tl_noarch_release} +Provides: tex-csquotes-doc +BuildArch: noarch +AutoReqProv: No + +%description csquotes-doc +Documentation for csquotes + +%package csvsimple +Provides: tex-csvsimple = %{tl_version} +License: LPPL 1.3 +Summary: Simple CSV file processing +Version: svn28211.1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgfkeys.sty) +Requires: tex(ifthen.sty) +Provides: tex(csvsimple.sty) = %{tl_version} + +%description csvsimple +The package provides a simple LaTeX interface for the +processing of files with comma separated values (CSV); it +relies on the key value syntax supported by pgfkeys to simplify +usage. Filtering and table generation is especially supported; +however, this lightweight tool offers no support for data +sorting or data base storage. + +date: 2012-11-08 19:20:45 +0100 + +%post csvsimple +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun csvsimple +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csvsimple +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csvsimple-doc +Summary: Documentation for csvsimple +Version: svn28211.1.06 +Release: %{tl_noarch_release} +Provides: tex-csvsimple-doc +BuildArch: noarch +AutoReqProv: No + +%description csvsimple-doc +Documentation for csvsimple + +%package csvtools +Provides: tex-csvtools = %{tl_version} +License: LPPL +Summary: Reading data from CSV files +Version: svn15878.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xfor.sty) +Requires: tex(ifthen.sty) +Requires: tex(longtable.sty) +Provides: tex(csvpie.sty) = %{tl_version} +Provides: tex(csvsort.sty) = %{tl_version} +Provides: tex(csvtools.sty) = %{tl_version} + +%description csvtools +The csvtools package allows you to repeatedly perform a set of +LaTeX commands on data in each row of a comma separated +variable (CSV) file (though substitution of the 'comma' is +permitted). Such files may be used as source for mail merging, +generating tables etc. Examples are given in the documentation. +The distribution also provides packages: csvsort, that provides +analagous commands to those in the main package, having first +sorted the data (using the xfor and compare packages); and +csvpie, for creating a pie-chart from a CSV file. The bundle +has now been superseded by the datatool bundle. + +date: 2008-10-15 11:51:27 +0200 + +%post csvtools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun csvtools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csvtools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package csvtools-doc +Summary: Documentation for csvtools +Version: svn15878.1.24 +Release: %{tl_noarch_release} +Provides: tex-csvtools-doc +BuildArch: noarch +AutoReqProv: No + +%description csvtools-doc +Documentation for csvtools + +%package cuisine +Provides: tex-cuisine = %{tl_version} +License: LPPL +Summary: Typeset recipes +Version: svn15878.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(nicefrac.sty) +Provides: tex(cuisine.sty) = %{tl_version} + +%description cuisine +Typeset recipes with the ingredients lined up with their method +step (somewhat similarly to the layout used in cooking). + +date: 2006-12-09 15:50:57 +0100 + +%post cuisine +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cuisine +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cuisine +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cuisine-doc +Summary: Documentation for cuisine +Version: svn15878.0.5 +Release: %{tl_noarch_release} +Provides: tex-cuisine-doc +BuildArch: noarch +AutoReqProv: No + +%description cuisine-doc +Documentation for cuisine + +%package currfile +Provides: tex-currfile = %{tl_version} +License: LPPL 1.3 +Summary: Provide file name and path of input files +Version: svn29012.0.7b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(filehook.sty) +Provides: tex(currfile-abspath.sty) = %{tl_version} +Provides: tex(currfile.sty) = %{tl_version} + +%description currfile +The package provides macros holding file name information +(directory, base name, extension, full name and full path) for +files read by LaTeX \input and \include macros; it uses the +file hooks provided by the author's filehook. In particular, it +restores the parent file name after the trailing \clearpage of +an \included file; as a result, the macros may be usefully +employed in the page header and footer of the last printed page +of such a file. The depth of inclusion is made available, +together with the "parent" (including file) and "parents" (all +including files to the root of the tree). The package +supersedes FiNK. + +date: 2013-02-02 11:38:19 +0100 + +%post currfile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun currfile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans currfile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package currfile-doc +Summary: Documentation for currfile +Version: svn29012.0.7b +Release: %{tl_noarch_release} +Provides: tex-currfile-doc +BuildArch: noarch +AutoReqProv: No + +%description currfile-doc +Documentation for currfile + +%package currvita +Provides: tex-currvita = %{tl_version} +License: GPL+ +Summary: Typeset a curriculum vitae +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(currvita.sty) = %{tl_version} + +%description currvita +Currvita is a package rather than a class (like most other +curriculum vitae offerings). The author considers that a +curriculum vitae can quite reasonably form part of another +document (such as a letter, or a dissertation). + +date: 2006-12-09 16:04:04 +0100 + +%post currvita +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun currvita +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans currvita +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package currvita-doc +Summary: Documentation for currvita +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-currvita-doc +BuildArch: noarch +AutoReqProv: No + +%description currvita-doc +Documentation for currvita + +%package cutwin +Provides: tex-cutwin = %{tl_version} +License: LPPL 1.3 +Summary: Cut a window in a paragraph, typeset material in it +Version: svn29803.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cutwin.sty) = %{tl_version} + +%description cutwin +The package provides facilities to cut windows out of +paragraphs, and to typeset text or other material in the +window. The window may be rectangular, or may have other sorts +of shape. + +date: 2012-05-30 14:33:40 +0200 + +%post cutwin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cutwin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cutwin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cutwin-doc +Summary: Documentation for cutwin +Version: svn29803.0.1 +Release: %{tl_noarch_release} +Provides: tex-cutwin-doc +BuildArch: noarch +AutoReqProv: No + +%description cutwin-doc +Documentation for cutwin + +%package cv +Provides: tex-cv = %{tl_version} +License: GPL+ +Summary: A package for creating a curriculum vitae +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(CV.sty) = %{tl_version} + +%description cv +The package is distributed with two example files; they (and +their formatted output) constitute the only real documentation. +Note that cv is just a package: you choose the overall +formatting by deciding which class to use, while the package +provides the detailed formatting. + +date: 2008-06-30 22:37:02 +0200 + +%post cv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cv-doc +Summary: Documentation for cv +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-cv-doc +BuildArch: noarch +AutoReqProv: No + +%description cv-doc +Documentation for cv + +%package cweb-latex +Provides: tex-cweb-latex = %{tl_version} +License: GPL+ +Summary: A LaTeX version of CWEB +Version: svn28878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(cwbl-german.sty) = %{tl_version} +Provides: tex(cweb.cls) = %{tl_version} +Provides: tex(cwebarray.sty) = %{tl_version} +Provides: tex(cwebbase.tex) = %{tl_version} +Provides: tex(keyvald.sty) = %{tl_version} + +%description cweb-latex +This bundle allows marking-up of CWEB code in LaTeX. The +distribution includes the "Counting Words" program distributed +with CWEB, edited to run with LaTeX. + +date: 2013-01-19 01:25:39 +0100 + +%post cweb-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cweb-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cweb-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package cweb-latex-doc +Summary: Documentation for cweb-latex +Version: svn28878.0 +Release: %{tl_noarch_release} +Provides: tex-cweb-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description cweb-latex-doc +Documentation for cweb-latex + +%package dashbox +Provides: tex-dashbox = %{tl_version} +License: LPPL +Summary: Draw dashed boxes +Version: svn23425.1.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Provides: tex(dashbox.sty) = %{tl_version} + +%description dashbox +The package can draw boxes that perform like \framebox or +\fbox, but use dashed lines. The package can also draw (an +illusion of) vertical stacks of boxes. + +date: 2011-08-05 01:24:20 +0200 + +%post dashbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dashbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dashbox-doc +Summary: Documentation for dashbox +Version: svn23425.1.14 +Release: %{tl_noarch_release} +Provides: tex-dashbox-doc +BuildArch: noarch +AutoReqProv: No + +%description dashbox-doc +Documentation for dashbox + +%package dashrule +Provides: tex-dashrule = %{tl_version} +License: LPPL +Summary: Draw dashed rules +Version: svn29579.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifmtarg.sty) +Provides: tex(dashrule.sty) = %{tl_version} + +%description dashrule +The dashrule package makes it easy to draw a huge variety of +dashed rules (i.e., lines) in LaTeX. dashrule provides a +command, \hdashrule, which is a cross between LaTeX's \rule and +PostScript's setdash command. \hdashrule draws horizontally +dashed rules using the same syntax as \rule, but with an +additional, setdash-like parameter that specifies the pattern +of dash segments and the space between those segments. Because +dashrule's rules are constructed internally using \rule (as +opposed to, e.g., PostScript \specials) they are fully +compatible with every LaTeX back-end processor. + +date: 2013-03-31 13:01:15 +0200 + +%post dashrule +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dashrule +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashrule +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dashrule-doc +Summary: Documentation for dashrule +Version: svn29579.1.3 +Release: %{tl_noarch_release} +Provides: tex-dashrule-doc +BuildArch: noarch +AutoReqProv: No + +%description dashrule-doc +Documentation for dashrule + +%package dashundergaps +Provides: tex-dashundergaps = %{tl_version} +License: LPPL +Summary: Underline with dotted or dashed lines +Version: svn23373.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(ulem.sty) +Provides: tex(dashundergaps.sty) = %{tl_version} + +%description dashundergaps +The package provides commands (\underline, \dotuline and +\dashuline) each of which underlines its argument with one of +the styles the package is capable of. A phantom mode is +provided, where the underline (of whatever form) can serve for +a 'fill-in block' for student evaluation sheets. + +date: 2010-01-23 00:15:17 +0100 + +%post dashundergaps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dashundergaps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashundergaps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dashundergaps-doc +Summary: Documentation for dashundergaps +Version: svn23373.1.2 +Release: %{tl_noarch_release} +Provides: tex-dashundergaps-doc +BuildArch: noarch +AutoReqProv: No + +%description dashundergaps-doc +Documentation for dashundergaps + +%package datatool +Provides: tex-datatool = %{tl_version} +License: LPPL +Summary: Tools to load and manipulate data +Version: svn28844.2.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(datatool.sty) +Requires: tex(tikz.sty) +Requires: tex(etoolbox.sty) +Requires: tex(mfirstuc.sty) +Requires: tex(xfor.sty) +Requires: tex(multicol.sty) +Requires: tex(textcase.sty) +Requires: tex(amsmath.sty) +Requires: tex(ifthen.sty) +Requires: tex(substr.sty) +Requires: tex(fp.sty) +Requires: tex(pgfrcs.sty) +Requires: tex(pgfkeys.sty) +Requires: tex(pgfmath.sty) +Requires: tex(etex.sty) +Provides: tex(databar.sty) = %{tl_version} +Provides: tex(databib.sty) = %{tl_version} +Provides: tex(datagidx.sty) = %{tl_version} +Provides: tex(datapie.sty) = %{tl_version} +Provides: tex(dataplot.sty) = %{tl_version} +Provides: tex(datatool-base.sty) = %{tl_version} +Provides: tex(datatool-fp.sty) = %{tl_version} +Provides: tex(datatool-pgfmath.sty) = %{tl_version} +Provides: tex(datatool.sty) = %{tl_version} +Provides: tex(person.sty) = %{tl_version} + +%description datatool +The bundle provides six packages: - datatool.sty: databases may +be created using LaTeX commands or by importing external files; +they may be sorted numerically or alphabetically; repetitive +operations (such as mail merging) may be performed on each row +of a database, subject to conditions to exclude particular +rows; commands are provided to examine database elements, and +to convert formats (for example, to convert a numeric element +to a format compatible with the fp package; - datapie.sty: a +database may be represented as a pie chart; flexible options +allow colouring of the chart, and annotation hooks are +available; - dataplot.sty: a database may be represented as a +2-dimensional scatter or line plot; flexible options control of +the plot's overall appearance, and of legends and other extra +information; - databar.sty: a database may be represented as a +bar chart; overall appearance, colouring and annotation are +controllable; - databib.sty: a bibliography may be loaded into +a datatool database, and manipulated there before being printed +(this permits a LaTeX-based route to printing bibliographies in +formats for which no BibTeX style is available); and - +person.sty: provides support for displaying a person's name and +pronoun in a document, thus avoiding cumbersome use of +"he/she", etc. The drawing packages make use of PGF/TikZ for +their output. The bundle replaces and supersedes the author's +csvtools bundle. + +date: 2013-01-15 18:17:02 +0100 + +%post datatool +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun datatool +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datatool +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package datatool-doc +Summary: Documentation for datatool +Version: svn28844.2.13 +Release: %{tl_noarch_release} +Provides: tex-datatool-doc +BuildArch: noarch +AutoReqProv: No + +%description datatool-doc +Documentation for datatool + +%package dateiliste +Provides: tex-dateiliste = %{tl_version} +License: LPPL +Summary: Extensions of the \listfiles concept +Version: svn27974.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(svninfo.sty) +Requires: tex(rcsinfo.sty) +Requires: tex(ltxtable.sty) +Provides: tex(dateiliste.sty) = %{tl_version} + +%description dateiliste +The package provides a file list (similar to that offered by +\listfiles), neatly laid out as a table. The main document can +be included in the list, and a command is available for +providing RCS-maintained data for printing in the file list. + +date: 2012-10-15 00:17:21 +0200 + +%post dateiliste +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dateiliste +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dateiliste +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dateiliste-doc +Summary: Documentation for dateiliste +Version: svn27974.0.6 +Release: %{tl_noarch_release} +Provides: tex-dateiliste-doc +BuildArch: noarch +AutoReqProv: No + +%description dateiliste-doc +Documentation for dateiliste + +%package datenumber +Provides: tex-datenumber = %{tl_version} +License: LPPL +Summary: Convert a date into a number and vice versa +Version: svn18951.0.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(datenumber.sty) = %{tl_version} +Provides: tex(datenumberUSenglish.ldf) = %{tl_version} +Provides: tex(datenumberdummy.ldf) = %{tl_version} +Provides: tex(datenumberenglish.ldf) = %{tl_version} +Provides: tex(datenumberfrench.ldf) = %{tl_version} +Provides: tex(datenumbergerman.ldf) = %{tl_version} +Provides: tex(datenumberspanish.ldf) = %{tl_version} + +%description datenumber +This package provides commands to convert a date into a number +and vice versa. Additionally there are commands for +incrementing and decrementing a date. Leap years and the +Gregorian calendar reform are considered. + +date: 2006-11-16 11:36:05 +0100 + +%post datenumber +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun datenumber +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datenumber +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package datenumber-doc +Summary: Documentation for datenumber +Version: svn18951.0.02 +Release: %{tl_noarch_release} +Provides: tex-datenumber-doc +BuildArch: noarch +AutoReqProv: No + +%description datenumber-doc +Documentation for datenumber + +%package datetime +Provides: tex-datetime = %{tl_version} +License: LPPL 1.3 +Summary: Change format of \today with commands for current time +Version: svn19834.2.58 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-fmtcount +Requires: tex(fmtcount.sty) +Requires: tex(ifthen.sty) +Provides: tex(datetime.sty) = %{tl_version} +Provides: tex(dt-UKenglish.def) = %{tl_version} +Provides: tex(dt-USenglish.def) = %{tl_version} +Provides: tex(dt-american.def) = %{tl_version} +Provides: tex(dt-austrian.def) = %{tl_version} +Provides: tex(dt-bahasa.def) = %{tl_version} +Provides: tex(dt-basque.def) = %{tl_version} +Provides: tex(dt-breton.def) = %{tl_version} +Provides: tex(dt-british.def) = %{tl_version} +Provides: tex(dt-bulgarian.def) = %{tl_version} +Provides: tex(dt-catalan.def) = %{tl_version} +Provides: tex(dt-croatian.def) = %{tl_version} +Provides: tex(dt-czech.def) = %{tl_version} +Provides: tex(dt-danish.def) = %{tl_version} +Provides: tex(dt-dutch.def) = %{tl_version} +Provides: tex(dt-esperanto.def) = %{tl_version} +Provides: tex(dt-estonian.def) = %{tl_version} +Provides: tex(dt-finnish.def) = %{tl_version} +Provides: tex(dt-french.def) = %{tl_version} +Provides: tex(dt-galician.def) = %{tl_version} +Provides: tex(dt-german.def) = %{tl_version} +Provides: tex(dt-greek.def) = %{tl_version} +Provides: tex(dt-hebrew.def) = %{tl_version} +Provides: tex(dt-icelandic.def) = %{tl_version} +Provides: tex(dt-irish.def) = %{tl_version} +Provides: tex(dt-italian.def) = %{tl_version} +Provides: tex(dt-latin.def) = %{tl_version} +Provides: tex(dt-lsorbian.def) = %{tl_version} +Provides: tex(dt-magyar.def) = %{tl_version} +Provides: tex(dt-naustrian.def) = %{tl_version} +Provides: tex(dt-ngerman.def) = %{tl_version} +Provides: tex(dt-norsk.def) = %{tl_version} +Provides: tex(dt-polish.def) = %{tl_version} +Provides: tex(dt-portuges.def) = %{tl_version} +Provides: tex(dt-romanian.def) = %{tl_version} +Provides: tex(dt-russian.def) = %{tl_version} +Provides: tex(dt-samin.def) = %{tl_version} +Provides: tex(dt-scottish.def) = %{tl_version} +Provides: tex(dt-serbian.def) = %{tl_version} +Provides: tex(dt-slovak.def) = %{tl_version} +Provides: tex(dt-slovene.def) = %{tl_version} +Provides: tex(dt-spanish.def) = %{tl_version} +Provides: tex(dt-swedish.def) = %{tl_version} +Provides: tex(dt-turkish.def) = %{tl_version} +Provides: tex(dt-ukraineb.def) = %{tl_version} +Provides: tex(dt-usorbian.def) = %{tl_version} +Provides: tex(dt-welsh.def) = %{tl_version} + +%description datetime +Provides various different formats for the text created by the +command \today, and also provides commands for displaying the +current time (or any given time), in 12-hour, 24-hour or text +format. The package overrides babel's date format, having its +own library of date formats in different languages. The package +requires the fmtcount package. + +date: 2010-09-21 11:20:39 +0200 + +%post datetime +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun datetime +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package datetime-doc +Summary: Documentation for datetime +Version: svn19834.2.58 +Release: %{tl_noarch_release} +Provides: tex-datetime-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-fmtcount-doc + +%description datetime-doc +Documentation for datetime + +%package fmtcount +Provides: tex-fmtcount = %{tl_version} +License: LPPL 1.3 +Summary: Display the value of a LaTeX counter in a variety of formats +Version: svn28068.2.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Requires: tex(etoolbox.sty) +Requires: tex(amsgen.sty) +Provides: tex(fc-UKenglish.def) = %{tl_version} +Provides: tex(fc-USenglish.def) = %{tl_version} +Provides: tex(fc-american.def) = %{tl_version} +Provides: tex(fc-british.def) = %{tl_version} +Provides: tex(fc-english.def) = %{tl_version} +Provides: tex(fc-francais.def) = %{tl_version} +Provides: tex(fc-french.def) = %{tl_version} +Provides: tex(fc-frenchb.def) = %{tl_version} +Provides: tex(fc-german.def) = %{tl_version} +Provides: tex(fc-germanb.def) = %{tl_version} +Provides: tex(fc-italian.def) = %{tl_version} +Provides: tex(fc-ngerman.def) = %{tl_version} +Provides: tex(fc-ngermanb.def) = %{tl_version} +Provides: tex(fc-portuges.def) = %{tl_version} +Provides: tex(fc-spanish.def) = %{tl_version} +Provides: tex(fcnumparser.sty) = %{tl_version} +Provides: tex(fcprefix.sty) = %{tl_version} +Provides: tex(fmtcount.sty) = %{tl_version} + +%description fmtcount +The package provides commands that display the value of a LaTeX +counter in a variety of formats (ordinal, text, hexadecimal, +decimal, octal, binary etc). The package offers some +multilingual support; configurations for use in English (both +British and American usage), French (including Belgian and +Swiss variants), German, Italian, Portuguese and Spanish +documents are provided. This package was originally provided as +part of the author's datetime package, but is now distributed +separately. + +date: 2012-10-24 16:07:36 +0200 + +%post fmtcount +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fmtcount +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fmtcount +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fmtcount-doc +Summary: Documentation for fmtcount +Version: svn28068.2.02 +Release: %{tl_noarch_release} +Provides: tex-fmtcount-doc +BuildArch: noarch +AutoReqProv: No + +%description fmtcount-doc +Documentation for fmtcount + +%package dblfloatfix +Provides: tex-dblfloatfix = %{tl_version} +License: LPPL 1.3 +Summary: Fixes for twocolumn floats +Version: svn28983.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fixltx2e.sty) +Provides: tex(dblfloatfix.sty) = %{tl_version} + +%description dblfloatfix +The package solves two problems: floats in a twocolumn document +come out in the right order and allowed float positions are now +[tbp]. The package actually merges facilities from fixltx2e and +stfloats. + +date: 2013-01-29 13:50:02 +0100 + +%post dblfloatfix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dblfloatfix +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dblfloatfix +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dblfloatfix-doc +Summary: Documentation for dblfloatfix +Version: svn28983.1.0a +Release: %{tl_noarch_release} +Provides: tex-dblfloatfix-doc +BuildArch: noarch +AutoReqProv: No + +%description dblfloatfix-doc +Documentation for dblfloatfix + +%package decimal +Provides: tex-decimal = %{tl_version} +License: LPPL +Summary: LaTeX package for the English raised decimal point +Version: svn23374.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(decimal.sty) = %{tl_version} + +%description decimal +This LaTeX package should be used by people who need the +traditional English raised decimal point, instead of the +American-style period. + +date: 2011-06-06 11:09:01 +0200 + +%post decimal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun decimal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans decimal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package decimal-doc +Summary: Documentation for decimal +Version: svn23374.0 +Release: %{tl_noarch_release} +Provides: tex-decimal-doc +BuildArch: noarch +AutoReqProv: No + +%description decimal-doc +Documentation for decimal + +%package decorule +Provides: tex-decorule = %{tl_version} +License: LPPL 1.3 +Summary: Decorative swelled rule using font character +Version: svn23487.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(fix-cm.sty) +Provides: tex(decorule.sty) = %{tl_version} + +%description decorule +The package implements a decorative swelled rule using only a +symbol from a font installed with all distributions of TeX, so +it works independently, without the need to install any +additional software or fonts. This is the packaged version of +the macro which was originally published in the "Typographers' +Inn" column in TUGboat 31:1 (2010). + +date: 2011-08-06 17:02:51 +0200 + +%post decorule +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun decorule +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans decorule +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package decorule-doc +Summary: Documentation for decorule +Version: svn23487.0.6 +Release: %{tl_noarch_release} +Provides: tex-decorule-doc +BuildArch: noarch +AutoReqProv: No + +%description decorule-doc +Documentation for decorule + +%package delim +Provides: tex-delim = %{tl_version} +License: LPPL +Summary: delim package +Version: svn23974.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(delim.sty) = %{tl_version} + +%description delim +delim package + +%post delim +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun delim +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans delim +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package delim-doc +Summary: Documentation for delim +Version: svn23974.0 +Release: %{tl_noarch_release} +Provides: tex-delim-doc +BuildArch: noarch +AutoReqProv: No + +%description delim-doc +Documentation for delim + +%package delimtxt +Provides: tex-delimtxt = %{tl_version} +License: LPPL +Summary: Read and parse text tables +Version: svn16549.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(delimtxt.sty) = %{tl_version} + +%description delimtxt +This experimental package can read and parse text tables +delimited by user-defined tokens (e.g., tab). It can be used +for serial letters and the like, making it easier to export the +data file from MS-Excel/MS-Word + +date: 2008-08-18 10:38:42 +0200 + +%post delimtxt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun delimtxt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans delimtxt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package delimtxt-doc +Summary: Documentation for delimtxt +Version: svn16549.0 +Release: %{tl_noarch_release} +Provides: tex-delimtxt-doc +BuildArch: noarch +AutoReqProv: No + +%description delimtxt-doc +Documentation for delimtxt + +%package diagbox +Provides: tex-diagbox = %{tl_version} +License: LPPL 1.3 +Summary: Table heads with diagonal lines +Version: svn24646.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(pict2e.sty) +Requires: tex(fp.sty) +Provides: tex(diagbox.sty) = %{tl_version} + +%description diagbox +The package's principal command, \diagbox, takes two arguments +(texts for the slash-separated parts of the box), and an +optional argument with which the direction the slash will go, +and the box dimensions, etc., may vbe controlled. The package +also provides \slashbox and \backslashbox commands for +compatibility with the slashbox package, which it supersedes. + +date: 2011-11-24 16:48:22 +0100 + +%post diagbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun diagbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package diagbox-doc +Summary: Documentation for diagbox +Version: svn24646.1.0 +Release: %{tl_noarch_release} +Provides: tex-diagbox-doc +BuildArch: noarch +AutoReqProv: No + +%description diagbox-doc +Documentation for diagbox + +%package diagnose +Provides: tex-diagnose = %{tl_version} +License: GPL+ +Summary: A diagnostic tool for a TeX installation +Version: svn19387.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(diagnose.sty) = %{tl_version} + +%description diagnose +Provides macros to assist evaluation of the capabilities of a +TeX installation (i.e., what extensions it supports). An +example document that examines the installation is available. + +date: 2006-12-17 18:48:45 +0100 + +%post diagnose +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun diagnose +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagnose +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package diagnose-doc +Summary: Documentation for diagnose +Version: svn19387.0.2 +Release: %{tl_noarch_release} +Provides: tex-diagnose-doc +BuildArch: noarch +AutoReqProv: No + +%description diagnose-doc +Documentation for diagnose + +%package dialogl +Provides: tex-dialogl = %{tl_version} +License: LPPL +Summary: Macros for constructing interactive LaTeX scripts +Version: svn28946.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dialog.sty) = %{tl_version} +Provides: tex(grabhedr.sty) = %{tl_version} +Provides: tex(listout.tex) = %{tl_version} +Provides: tex(menus.sty) = %{tl_version} + +%description dialogl +Gathers together a bunch of code and examples about how to +write macros to carry on a dialogue with the user. + +date: 2013-01-25 11:22:08 +0100 + +%post dialogl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dialogl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dialogl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dialogl-doc +Summary: Documentation for dialogl +Version: svn28946.0 +Release: %{tl_noarch_release} +Provides: tex-dialogl-doc +BuildArch: noarch +AutoReqProv: No + +%description dialogl-doc +Documentation for dialogl + +%package dichokey +Provides: tex-dichokey = %{tl_version} +License: Public Domain +Summary: Construct dichotomous identification keys +Version: svn17192.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dichokey.sty) = %{tl_version} + +%description dichokey +The package can be used to construct dichotomous identification +keys (used especially in biology for species identification), +taking care of numbering and indentation of successive key +steps automatically. An example file is provided, which +demonstrates usage. + +date: 2010-02-23 23:30:05 +0100 + +%post dichokey +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dichokey +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dichokey +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dichokey-doc +Summary: Documentation for dichokey +Version: svn17192.0 +Release: %{tl_noarch_release} +Provides: tex-dichokey-doc +BuildArch: noarch +AutoReqProv: No + +%description dichokey-doc +Documentation for dichokey + +%package dinbrief +Provides: tex-dinbrief = %{tl_version} +License: LPPL +Summary: German letter DIN style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dinbrief.cfg) = %{tl_version} +Provides: tex(dinbrief.cls) = %{tl_version} +Provides: tex(dinbrief.sty) = %{tl_version} + +%description dinbrief +Implements a document layout for writing letters according to +the rules of DIN (Deutsches Institut fur Normung, German +standardisation institute). A style file for LaTeX 2.09 (with +limited support of the features) is part of the package. Since +the letter layout is based on a German standard, the user guide +is written in German, but most macros have English names from +which the user can recognize what they are used for. In +addition there are example files showing how letters may be +created with the package. A graphical interface for use of the +dinbrief is provided in the dinbrief-GUI bundle. + +date: 2009-09-25 22:54:35 +0200 + +%post dinbrief +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dinbrief +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dinbrief +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dinbrief-doc +Summary: Documentation for dinbrief +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-dinbrief-doc +BuildArch: noarch +AutoReqProv: No + +%description dinbrief-doc +Documentation for dinbrief + +%package directory +Provides: tex-directory = %{tl_version} +License: LPPL +Summary: An address book using BibTeX +Version: svn15878.1.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(url.sty) +Provides: tex(directory.sty) = %{tl_version} + +%description directory +A package for LaTeX and BibTeX that facilitates the +construction, maintenance and exploitation of an address book- +like database. + +date: 2007-01-22 14:15:41 +0100 + +%post directory +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun directory +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans directory +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package directory-doc +Summary: Documentation for directory +Version: svn15878.1.20 +Release: %{tl_noarch_release} +Provides: tex-directory-doc +BuildArch: noarch +AutoReqProv: No + +%description directory-doc +Documentation for directory + +%package dirtytalk +Provides: tex-dirtytalk = %{tl_version} +License: LPPL +Summary: dirtytalk package +Version: svn20520.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(ifthen.sty) +Provides: tex(dirtytalk.sty) = %{tl_version} + +%description dirtytalk +dirtytalk package + +%post dirtytalk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dirtytalk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dirtytalk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dirtytalk-doc +Summary: Documentation for dirtytalk +Version: svn20520.0 +Release: %{tl_noarch_release} +Provides: tex-dirtytalk-doc +BuildArch: noarch +AutoReqProv: No + +%description dirtytalk-doc +Documentation for dirtytalk + +%package dlfltxb +Provides: tex-dlfltxb = %{tl_version} +License: LPPL +Summary: Macros related to "Introdktion til LaTeX" +Version: svn17337.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(graphicx.sty) +Requires: tex(keyval.sty) +Requires: tex(ragged2e.sty) +Requires: tex(chngpage.sty) +Requires: tex(url.sty) +Requires: tex(calc.sty) +Provides: tex(dlfltxbcodetips.sty) = %{tl_version} +Provides: tex(dlfltxbmarkup.sty) = %{tl_version} +Provides: tex(dlfltxbmarkupbookkeys.sty) = %{tl_version} +Provides: tex(dlfltxbmisc.sty) = %{tl_version} +Provides: tex(dlfltxbtocconfig.sty) = %{tl_version} + +%description dlfltxb +The bundle contains various macros either used for creating the +author's book "Introduktion til LaTeX" (in Danish), or +presented in the book as code tips. The bundle comprises: - +dlfltxbcodetips: various macros helpful in typesetting +mathematics; - dlfltxbmarkup: provides a macros used throughout +the book, for registering macro names, packages etc. in the +text, in the margin and in the index, all by using categorised +keys (note, a configuration file may be used; a sample is +included in the distribution); - dlfltxbtocconfig: macros for +the two tables of contents that the book has; - dlfltxbmisc: +various macros for typesetting LaTeX arguments, and the macro +used in the bibliography that can wrap a URL up into a bibtex +entry. Interested parties may review the book itself on the web +at the author's institution (it is written in Danish). + +date: 2010-03-04 23:40:34 +0100 + +%post dlfltxb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dlfltxb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dlfltxb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dlfltxb-doc +Summary: Documentation for dlfltxb +Version: svn17337.0 +Release: %{tl_noarch_release} +Provides: tex-dlfltxb-doc +BuildArch: noarch +AutoReqProv: No + +%description dlfltxb-doc +Documentation for dlfltxb + +%package dnaseq +Provides: tex-dnaseq = %{tl_version} +License: LPPL +Summary: Format DNA base sequences +Version: svn17194.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(dnaseq.sty) = %{tl_version} + +%description dnaseq +Defines a means of specifying sequences of bases. The bases may +be numbered (per line) and you may specify that subsequences be +coloured. For a more 'vanilla-flavoured' way of typesetting +base sequences, the user might consider the seqsplit package. + +date: 2010-02-24 21:28:09 +0100 + +%post dnaseq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dnaseq +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dnaseq +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dnaseq-doc +Summary: Documentation for dnaseq +Version: svn17194.0.01 +Release: %{tl_noarch_release} +Provides: tex-dnaseq-doc +BuildArch: noarch +AutoReqProv: No + +%description dnaseq-doc +Documentation for dnaseq + +%package docmfp +Provides: tex-docmfp = %{tl_version} +License: LPPL +Summary: Document non-LaTeX code +Version: svn15878.1.2d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(docmfp.sty) = %{tl_version} + +%description docmfp +Extends the doc package to cater for documenting non-LaTeX +code, such as MetaFont or MetaPost, or other programming +languages. + +date: 2009-09-02 16:56:11 +0200 + +%post docmfp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun docmfp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans docmfp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package docmfp-doc +Summary: Documentation for docmfp +Version: svn15878.1.2d +Release: %{tl_noarch_release} +Provides: tex-docmfp-doc +BuildArch: noarch +AutoReqProv: No + +%description docmfp-doc +Documentation for docmfp + +%package docmute +Provides: tex-docmute = %{tl_version} +License: LPPL 1.3 +Summary: Input files ignoring LaTeX preamble, etc +Version: svn25741.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(docmute.sty) = %{tl_version} + +%description docmute +Input or include stand-alone LaTeX documents, ignoring +everything but the material between \begin{document} and +\end{document}. + +date: 2012-03-22 16:41:56 +0100 + +%post docmute +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun docmute +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans docmute +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package docmute-doc +Summary: Documentation for docmute +Version: svn25741.1.4 +Release: %{tl_noarch_release} +Provides: tex-docmute-doc +BuildArch: noarch +AutoReqProv: No + +%description docmute-doc +Documentation for docmute + +%package documentation +Provides: tex-documentation = %{tl_version} +License: LPPL 1.2 +Summary: Documentation support for C, Java and assembler code +Version: svn25405.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(documentation.sty) = %{tl_version} + +%description documentation +The package provides a simple means of typesetting computer +programs such that the result is acceptable for inclusion in +reports, etc. + +date: 2011-12-02 09:08:13 +0100 + +%post documentation +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun documentation +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans documentation +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package documentation-doc +Summary: Documentation for documentation +Version: svn25405.0.1 +Release: %{tl_noarch_release} +Provides: tex-documentation-doc +BuildArch: noarch +AutoReqProv: No + +%description documentation-doc +Documentation for documentation + +%package doi +Provides: tex-doi = %{tl_version} +License: LPPL +Summary: Create correct hyperlinks for DOI numbers +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(hyperref.sty) +Provides: tex(doi.sty) = %{tl_version} + +%description doi +You can hyperlink DOI numbers to dx.doi.org. However, some +publishers have elected to use nasty characters in their DOI +numbering scheme ('<', '>', '_' and ';' have all been spotted). +This will either upset (La)TeX, or your PDF reader. This +package contains a single user-level command \doi{}, which +takes a DOI number, and creates a correct hyperlink from it. + +date: 2008-08-18 13:49:16 +0200 + +%post doi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun doi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package doi-doc +Summary: Documentation for doi +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-doi-doc +BuildArch: noarch +AutoReqProv: No + +%description doi-doc +Documentation for doi + +%package dotarrow +Provides: tex-dotarrow = %{tl_version} +License: LPPL +Summary: Extendable dotted arrows +Version: svn15878.0.01a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(DotArrow.sty) = %{tl_version} + +%description dotarrow +The package can draw dotted arrows that are extendable, in the +same was as \xrightarrow. + +date: 2008-08-18 13:49:16 +0200 + +%post dotarrow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dotarrow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dotarrow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dotarrow-doc +Summary: Documentation for dotarrow +Version: svn15878.0.01a +Release: %{tl_noarch_release} +Provides: tex-dotarrow-doc +BuildArch: noarch +AutoReqProv: No + +%description dotarrow-doc +Documentation for dotarrow + +%package dotseqn +Provides: tex-dotseqn = %{tl_version} +License: Dotseqn +Summary: Flush left equations with dotted leaders to the numbers +Version: svn17195.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dotseqn.sty) = %{tl_version} + +%description dotseqn +The package provides a different format for typesetting +equations, one reportedly used in 'old style Britsh books': +equations aligned on the left, with dots on the right leading +to the equation number. In default of an equation number, the +package operates much like the fleqn class option (no leaders). + +date: 2010-02-24 21:28:09 +0100 + +%post dotseqn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dotseqn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dotseqn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dotseqn-doc +Summary: Documentation for dotseqn +Version: svn17195.1.1 +Release: %{tl_noarch_release} +Provides: tex-dotseqn-doc +BuildArch: noarch +AutoReqProv: No + +%description dotseqn-doc +Documentation for dotseqn + +%package download +Provides: tex-download = %{tl_version} +License: LPPL 1.3 +Summary: Allow LaTeX to download files using an external process +Version: svn29588.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(xparse.sty) +Provides: tex(download.sty) = %{tl_version} + +%description download +The package allows the user to download files (using cURL or +wget), from within a document. To run the external commands, +LaTeX (or whatever) needs to be run with the --shell-escape +flag; this creates a tension between your needs and the +security implications of the flag; users should use due +caution. + +date: 2013-03-28 18:12:17 +0100 + +%post download +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun download +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans download +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package download-doc +Summary: Documentation for download +Version: svn29588.1.0 +Release: %{tl_noarch_release} +Provides: tex-download-doc +BuildArch: noarch +AutoReqProv: No + +%description download-doc +Documentation for download + +%package dox +Provides: tex-dox = %{tl_version} +License: LPPL +Summary: Extend the doc package +Version: svn20768.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(dox.sty) = %{tl_version} + +%description dox +The doc package provides LaTeX developers with means to +describe the usage and the definition of new macros and +environments. However, there is no simple way to extend this +functionality to other items (options or counters, for +instance). The DoX package is designed to circumvent this +limitation. + +date: 2010-12-16 20:18:25 +0100 + +%post dox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dox-doc +Summary: Documentation for dox +Version: svn20768.2.2 +Release: %{tl_noarch_release} +Provides: tex-dox-doc +BuildArch: noarch +AutoReqProv: No + +%description dox-doc +Documentation for dox + +%package dpfloat +Provides: tex-dpfloat = %{tl_version} +License: LPPL +Summary: Support for double-page floats +Version: svn17196.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dpfloat.sty) = %{tl_version} + +%description dpfloat +Provides fullpage and leftfullpage environments, that may be +used inside a figure, table, or other float environment. If the +first of a 2-page spread uses a "leftfullpage" environment, the +float will only be typeset on an even-numbered page, and the +two floats will appear side-by-side in a two-sided document. + +date: 2010-02-24 00:01:31 +0100 + +%post dpfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dpfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dpfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dpfloat-doc +Summary: Documentation for dpfloat +Version: svn17196.0 +Release: %{tl_noarch_release} +Provides: tex-dpfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description dpfloat-doc +Documentation for dpfloat + +%package dprogress +Provides: tex-dprogress = %{tl_version} +License: LPPL +Summary: LaTeX-relevant log information for debugging +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dprogress.sty) = %{tl_version} + +%description dprogress +The package logs LaTeX's progress through the file, making the +LaTeX output more verbose. This helps to make LaTeX debugging +easier, as it is simpler to find where exactly LaTeX failed. +The package outputs the typesetting of section, subsection and +subsubsection headers and (if amsmath is loaded) details of the +align environment. + +date: 2008-08-18 13:49:16 +0200 + +%post dprogress +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dprogress +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dprogress +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dprogress-doc +Summary: Documentation for dprogress +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-dprogress-doc +BuildArch: noarch +AutoReqProv: No + +%description dprogress-doc +Documentation for dprogress + +%package drac +Provides: tex-drac = %{tl_version} +License: LPPL +Summary: Declare active character substitution, robustly +Version: svn15878.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(drac.sty) = %{tl_version} + +%description drac +The package provides macros \DeclareRobustActChar and +ReDeclareRobActChar. One uses \DeclareRobustActChar in the same +way one would use \DeclareRobustCommand; the macro \protects +the active character when it appears in a moving argument. +ReDeclareRobActChar redefines an active character previously +defined with \DeclareRobustActChar, in the same way that +\renewcommand works for ordinary commands. + +date: 2008-08-17 11:40:59 +0200 + +%post drac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun drac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package drac-doc +Summary: Documentation for drac +Version: svn15878.1 +Release: %{tl_noarch_release} +Provides: tex-drac-doc +BuildArch: noarch +AutoReqProv: No + +%description drac-doc +Documentation for drac + +%package draftcopy +Provides: tex-draftcopy = %{tl_version} +License: LPPL +Summary: Identify draft copies +Version: svn15878.2.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(draftcopy.cfg) = %{tl_version} +Provides: tex(draftcopy.sty) = %{tl_version} + +%description draftcopy +Places the word DRAFT (or other words) in light grey diagonally +across the background (or at the bottom) of each (or selected) +pages of the document. The package uses PostScript \special +commands, and may not therefore be used with PDFLaTeX. For that +usage, consider the wallpaper or draftwatermark packages. + +date: 2009-09-25 22:54:35 +0200 + +%post draftcopy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun draftcopy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans draftcopy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package draftcopy-doc +Summary: Documentation for draftcopy +Version: svn15878.2.16 +Release: %{tl_noarch_release} +Provides: tex-draftcopy-doc +BuildArch: noarch +AutoReqProv: No + +%description draftcopy-doc +Documentation for draftcopy + +%package draftwatermark +Provides: tex-draftwatermark = %{tl_version} +License: LPPL +Summary: Put a grey textual watermark on document pages +Version: svn25045.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(everypage.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Provides: tex(draftwatermark.sty) = %{tl_version} + +%description draftwatermark +The package provides a means to add a textual, light grey +watermark on every page or on the first page of a document. +Typical usage may consist in writing words such as DRAFT or +CONFIDENTIAL across document pages. The package performs a +similar function to that of draftcopy, but its implementation +is output device independent, and very made simple by relying +on everpage. + +date: 2007-03-05 22:02:45 +0100 + +%post draftwatermark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun draftwatermark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans draftwatermark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package draftwatermark-doc +Summary: Documentation for draftwatermark +Version: svn25045.1.0 +Release: %{tl_noarch_release} +Provides: tex-draftwatermark-doc +BuildArch: noarch +AutoReqProv: No + +%description draftwatermark-doc +Documentation for draftwatermark + +%package dtk +Provides: tex-dtk = %{tl_version} +License: LPPL 1.3 +Summary: Document class for the journal of DANTE +Version: svn27443.1.29 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(hyperref.sty) +Requires: tex(url.sty) +Requires: tex(pdfescape.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifluatex.sty) +Requires: tex(atveryend.sty) +Requires: tex(embedfile.sty) +Requires: tex(xcolor.sty) +Requires: tex(longtable.sty) +Requires: tex(caption.sty) +Requires: tex(listings.sty) +Requires: tex(lineno.sty) +Requires: tex(ifxetex.sty) +Requires: tex(amssymb.sty) +Requires: tex(textcomp.sty) +Requires: tex(eurosym.sty) +Requires: tex(amsmath.sty) +Requires: tex(libertineotf.sty) +Requires: tex(unicode-math.sty) +Requires: tex(fontenc.sty) +Requires: tex(mathpazo.sty) +Requires: tex(tgpagella.sty) +Requires: tex(tgheros.sty) +Requires: tex(beramono.sty) +Requires: tex(inputenc.sty) +Requires: tex(cmap.sty) +Requires: tex(microtype.sty) +Requires: tex(afterpage.sty) +Requires: tex(babel.sty) +Requires: tex(tabularx.sty) +Requires: tex(xspace.sty) +Requires: tex(shortvrb.sty) +Requires: tex(footmisc.sty) +Requires: tex(array.sty) +Requires: tex(enumerate.sty) +Requires: tex(booktabs.sty) +Requires: tex(subfig.sty) +Requires: tex(setspace.sty) +Requires: tex(makeidx.sty) +Requires: tex(ifthen.sty) +Requires: tex(paralist.sty) +Requires: tex(hyphsubst.sty) +Requires: tex(accsupp.sty) +Requires: tex(metalogo.sty) +Provides: tex(dtk-pdf.sty) = %{tl_version} +Provides: tex(dtk-url.sty) = %{tl_version} +Provides: tex(dtk.clo) = %{tl_version} +Provides: tex(dtk.cls) = %{tl_version} +Provides: tex(dtk12.clo) = %{tl_version} +Provides: tex(dtklogos.sty) = %{tl_version} + +%description dtk +The bundle provides a class and style file for typesetting "Die +TeXnische Komodie" -- the communications of the German TeX +Users Group DANTE e.V. The arrangement means that the class may +be used by article writers to typeset a single article as well +as to produce the complete journal. + +date: 2012-06-18 14:12:50 +0200 + +%post dtk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dtk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dtk-doc +Summary: Documentation for dtk +Version: svn27443.1.29 +Release: %{tl_noarch_release} +Provides: tex-dtk-doc +BuildArch: noarch +AutoReqProv: No + +%description dtk-doc +Documentation for dtk + +%package dtxgallery-doc +Summary: Documentation for dtxgallery +Version: svn15878.1 +Release: %{tl_noarch_release} +Provides: tex-dtxgallery-doc +BuildArch: noarch +AutoReqProv: No + +%description dtxgallery-doc +Documentation for dtxgallery + +%package dvdcoll +Provides: tex-dvdcoll = %{tl_version} +License: LPPL +Summary: A class for typesetting DVD archives +Version: svn15878.v1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(afterpage.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(tabularx.sty) +Requires: tex(booktabs.sty) +Requires: tex(array.sty) +Requires: tex(multicol.sty) +Requires: tex(ragged2e.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifpdf.sty) +Requires: tex(marginnote.sty) +Provides: tex(dcwrtbib.sty) = %{tl_version} +Provides: tex(dvdcoll.cls) = %{tl_version} +Provides: tex(pdfnotiz.sty) = %{tl_version} + +%description dvdcoll +Having lost the overview of my DVD archives, I simply could not +remember if I already recorded the documentary running on TV +that day. I chose to recreate the index using LaTeX: the design +aim was a hyperlinked and fully searchable PDF-document, +listing my DVDs with all titles, lengths and so on. Further +requirements were support for seasons of tv series and a list +with all faulty or missing programs for rerecording. The +dvdcoll class supports all these requirements. dvdcoll.cls +follows the structure <number><title><length>. As a result, the +class is not limited to DVDs--you can of course typeset +archives of CD-ROMs, Audio-CDs and so on. Supported languages +at the moment: English, French, German, Italian, Polish, +Portuguese, Spanish. Some help is needed for other languages! + +date: 2008-04-30 11:48:45 +0200 + +%post dvdcoll +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dvdcoll +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvdcoll +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dvdcoll-doc +Summary: Documentation for dvdcoll +Version: svn15878.v1.1a +Release: %{tl_noarch_release} +Provides: tex-dvdcoll-doc +BuildArch: noarch +AutoReqProv: No + +%description dvdcoll-doc +Documentation for dvdcoll + +%package dynblocks +Provides: tex-dynblocks = %{tl_version} +License: LPPL 1.3 +Summary: A simple way to create dynamic blocks for Beamer +Version: svn27838.0.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xparse.sty) +Provides: tex(dynblocks.sty) = %{tl_version} + +%description dynblocks +The package provides full customisation of the aspect and +dimensions of blocks inside a presentation. + +date: 2012-09-27 16:18:28 +0200 + +%post dynblocks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dynblocks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dynblocks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dynblocks-doc +Summary: Documentation for dynblocks +Version: svn27838.0.2a +Release: %{tl_noarch_release} +Provides: tex-dynblocks-doc +BuildArch: noarch +AutoReqProv: No + +%description dynblocks-doc +Documentation for dynblocks + +%package easy +Provides: tex-easy = %{tl_version} +License: LPPL +Summary: A collection of easy-to-use macros +Version: svn19440.0.99 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(easy.sty) = %{tl_version} +Provides: tex(easybib.sty) = %{tl_version} +Provides: tex(easybmat.sty) = %{tl_version} +Provides: tex(easyeqn.sty) = %{tl_version} +Provides: tex(easymat.sty) = %{tl_version} +Provides: tex(easytable.sty) = %{tl_version} +Provides: tex(easyvector.sty) = %{tl_version} + +%description easy +The collection comprises: - easybib, support for customising +bibliographies; - easybmat, support for composing block +matrices; - easyeqn, support for various aspects of equations; +- easymat, support for composing matrices; - easytable, support +for writing tables; - easyvector, a C-like syntax for writing +vectors. + +date: 2007-01-01 18:45:52 +0100 + +%post easy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun easy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package easy-doc +Summary: Documentation for easy +Version: svn19440.0.99 +Release: %{tl_noarch_release} +Provides: tex-easy-doc +BuildArch: noarch +AutoReqProv: No + +%description easy-doc +Documentation for easy + +%package easy-todo +Provides: tex-easy-todo = %{tl_version} +License: ASL 2.0 +Summary: To-do notes in a document +Version: svn21157.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(tocloft.sty) +Requires: tex(ifthen.sty) +Provides: tex(easy-todo.sty) = %{tl_version} + +%description easy-todo +The package provides to-do notes throughout a document, and +will provide an index of things to do. + +date: 2011-01-20 10:27:03 +0100 + +%post easy-todo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun easy-todo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easy-todo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package easy-todo-doc +Summary: Documentation for easy-todo +Version: svn21157.1.0 +Release: %{tl_noarch_release} +Provides: tex-easy-todo-doc +BuildArch: noarch +AutoReqProv: No + +%description easy-todo-doc +Documentation for easy-todo + +%package easyfig +Provides: tex-easyfig = %{tl_version} +License: LPPL 1.3 +Summary: Simplifying the use of common figures +Version: svn26424.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(adjustbox.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifetex.sty) +Provides: tex(easyfig.sty) = %{tl_version} + +%description easyfig +The package provides the command \Figure[<key=value>...]{<image +filename>} to simplify the business of including an image as +figure in the most common form (centred and with caption and +label). Caption and label are set using the caption and label +keys; the label fig:<image filename> is used if none is given. +If the here key is given, the figure is not 'floated', and the +user is responsible for placement. The package uses the +author's package adjustbox to centre an image and to simplify +further modifications. + +date: 2012-05-15 13:39:37 +0200 + +%post easyfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun easyfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easyfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package easyfig-doc +Summary: Documentation for easyfig +Version: svn26424.1.2 +Release: %{tl_noarch_release} +Provides: tex-easyfig-doc +BuildArch: noarch +AutoReqProv: No + +%description easyfig-doc +Documentation for easyfig + +%package easylist +Provides: tex-easylist = %{tl_version} +License: LPPL +Summary: Lists using a single active character +Version: svn22362.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(easylist.sty) = %{tl_version} + +%description easylist +This package allows you to create lists of numbered items (as +in Wittgenstein's 'Tractatus') with a single active character +as the only command. A variety of parameters are available to +configure the appearance of the list; lists may be nested +(effectively to unlimited depth). + +date: 2010-02-28 15:24:01 +0100 + +%post easylist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun easylist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easylist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package easylist-doc +Summary: Documentation for easylist +Version: svn22362.1.3 +Release: %{tl_noarch_release} +Provides: tex-easylist-doc +BuildArch: noarch +AutoReqProv: No + +%description easylist-doc +Documentation for easylist + +%package ean13isbn +Provides: tex-ean13isbn = %{tl_version} +License: LPPL +Summary: Print EAN13 for ISBN +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(ean13.tex) +Provides: tex(ean13isbn.sty) = %{tl_version} + +%description ean13isbn +The package provides the means to typeset ISBN codes with EAN- +13; it uses the (generic) package ean13.tex to typeset the +actual barcode. + +date: 2008-08-19 08:58:40 +0200 + +%post ean13isbn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ean13isbn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ean13isbn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ean13isbn-doc +Summary: Documentation for ean13isbn +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ean13isbn-doc +BuildArch: noarch +AutoReqProv: No + +%description ean13isbn-doc +Documentation for ean13isbn + +%package ebezier +Provides: tex-ebezier = %{tl_version} +License: LPPL +Summary: Device independent picture environment enhancement +Version: svn15878.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(ebezier.sty) = %{tl_version} + +%description ebezier +Ebezier is a device independent extension for the standard +picture environment. Linear, quadratic, and cubic bezier curves +are supplied in connection with higher level circle drawing +commands. Additionally some macros for the calculation of curve +lenghts are part of this package. + +date: 2009-01-30 10:13:19 +0100 + +%post ebezier +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ebezier +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebezier +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ebezier-doc +Summary: Documentation for ebezier +Version: svn15878.4 +Release: %{tl_noarch_release} +Provides: tex-ebezier-doc +BuildArch: noarch +AutoReqProv: No + +%description ebezier-doc +Documentation for ebezier + +%package ecclesiastic +Provides: tex-ecclesiastic = %{tl_version} +License: LPPL +Summary: Typesetting Ecclesiastic Latin +Version: svn27252.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ecclesiastic.sty) = %{tl_version} + +%description ecclesiastic +The package modifies the way the latin option to babel operates +when typesetting Latin. The style is somewhat 'frenchified' in +respect of punctuation spacings and footnote style; shortcuts +are available in order to set accents on all vowels, including +y and the diphthongs ae and oe. + +date: 2012-07-30 11:22:32 +0200 + +%post ecclesiastic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ecclesiastic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecclesiastic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ecclesiastic-doc +Summary: Documentation for ecclesiastic +Version: svn27252.0.2 +Release: %{tl_noarch_release} +Provides: tex-ecclesiastic-doc +BuildArch: noarch +AutoReqProv: No + +%description ecclesiastic-doc +Documentation for ecclesiastic + +%package ecv +Provides: tex-ecv = %{tl_version} +License: Copyright only +Summary: A fancy Curriculum Vitae class +Version: svn24928.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Requires: tex(longtable.sty) +Requires: tex(pgf.sty) +Requires: tex(paralist.sty) +Requires: tex(helvet.sty) +Requires: tex(xcolor.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(inputenc.sty) +Requires: tex(selinput.sty) +Requires: tex(fontenc.sty) +Requires: tex(url.sty) +Requires: tex(hyperref.sty) +Requires: tex(babel.sty) +Provides: tex(ecv.cls) = %{tl_version} +Provides: tex(ecvEnglish.ldf) = %{tl_version} +Provides: tex(ecvGerman.ldf) = %{tl_version} +Provides: tex(ecvNLS.sty) = %{tl_version} + +%description ecv +The class provides an environment for creating a fancily laid +out tabular curriculum vitae inspired by the european +curriculum vitae. The distribution comes with a German and an +English template. + +date: 2011-12-23 14:02:37 +0100 + +%post ecv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ecv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ecv-doc +Summary: Documentation for ecv +Version: svn24928.0.3 +Release: %{tl_noarch_release} +Provides: tex-ecv-doc +BuildArch: noarch +AutoReqProv: No + +%description ecv-doc +Documentation for ecv + +%package ed +Provides: tex-ed = %{tl_version} +License: LPPL +Summary: Editorial Notes for LaTeX documents +Version: svn25231.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(paralist.sty) +Requires: tex(xcolor.sty) +Requires: tex(verbatim.sty) +Provides: tex(ed.sty) = %{tl_version} + +%description ed +This package defines a couple of editorial notes that simplify +collaboration on a LaTeX text. These allow authors to annotate +status information in the source. In draft mode, the +annotations are shown for communication, and in publication +mode these are suppressed. + +date: 2012-01-29 16:01:54 +0100 + +%post ed +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ed +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ed +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ed-doc +Summary: Documentation for ed +Version: svn25231.1.8 +Release: %{tl_noarch_release} +Provides: tex-ed-doc +BuildArch: noarch +AutoReqProv: No + +%description ed-doc +Documentation for ed + +%package edmargin +Provides: tex-edmargin = %{tl_version} +License: LPPL +Summary: Multiple series of endnotes for critical editions +Version: svn27599.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(edmargin.sty) = %{tl_version} + +%description edmargin +Edmargin provides a very simple scheme for endnote sections for +critical editions. Endnotes can either be marked in the text, +or with marginal references to the page in the note sections +where the note is to be found. Notes can be set in individual +paragraphs, or in block paragraph mode (where there are many +short notes). Note sections will have running headers of the +form "Textual notes to pp. xx--yy". New note sections can be +created on the fly. There are predefined endnote sections for +textual notes, emendations, and explanatory notes. + +date: 2012-09-05 10:09:42 +0200 + +%post edmargin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun edmargin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edmargin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package edmargin-doc +Summary: Documentation for edmargin +Version: svn27599.1.2 +Release: %{tl_noarch_release} +Provides: tex-edmargin-doc +BuildArch: noarch +AutoReqProv: No + +%description edmargin-doc +Documentation for edmargin + +%package eemeir +Provides: tex-eemeir = %{tl_version} +License: LPPL +Summary: Adjust the gender of words in a document +Version: svn15878.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(eemeir.sty) = %{tl_version} + +%description eemeir +Defines macros for third-person singular pronouns (\E, \Em, +\Eir, \Eirs), which expand differently according to a +masculine/feminine switch. (If the switch is 'masculine', they +would expand to 'he', 'him', 'his' and 'his'; if 'feminine', +they would expand to 'she', 'her', 'her' and 'hers". Apart from +the pronouns, one can define 'word pairs', such as +mother/father, daughter/son, and so on. Gender may be defined +once per document, as an environment, or may be flipped on the +fly. + +date: 2007-02-20 10:49:06 +0100 + +%post eemeir +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eemeir +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eemeir +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eemeir-doc +Summary: Documentation for eemeir +Version: svn15878.1.1b +Release: %{tl_noarch_release} +Provides: tex-eemeir-doc +BuildArch: noarch +AutoReqProv: No + +%description eemeir-doc +Documentation for eemeir + +%package egplot +Provides: tex-egplot = %{tl_version} +License: GPL+ +Summary: Encapsulate Gnuplot sources in LaTeX documents +Version: svn20617.1.02a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Provides: tex(egplot.sty) = %{tl_version} + +%description egplot +A package to encapsulate gnuplot commands in a LaTeX source +file, so that a document's figures are maintained in parallel +with the document source itself. + +date: 2010-11-30 14:05:46 +0100 + +%post egplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun egplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans egplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package egplot-doc +Summary: Documentation for egplot +Version: svn20617.1.02a +Release: %{tl_noarch_release} +Provides: tex-egplot-doc +BuildArch: noarch +AutoReqProv: No + +%description egplot-doc +Documentation for egplot + +%package ellipsis +Provides: tex-ellipsis = %{tl_version} +License: LPPL +Summary: Fix uneven spacing around ellipses in LaTeX text mode +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(ellipsis.sty) = %{tl_version} + +%description ellipsis +This is a simple package that fixes a problem in the way LaTeX +handles ellipses: it always puts a tiny bit more space after +\dots in text mode than before it, which results in the +ellipsis being off-center when used between two words. + +date: 2007-01-02 01:17:18 +0100 + +%post ellipsis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ellipsis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ellipsis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ellipsis-doc +Summary: Documentation for ellipsis +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ellipsis-doc +BuildArch: noarch +AutoReqProv: No + +%description ellipsis-doc +Documentation for ellipsis + +%package elmath +Provides: tex-elmath = %{tl_version} +License: LPPL +Summary: Mathematics in Greek texts +Version: svn15878.v1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(elmath.sty) = %{tl_version} + +%description elmath +This package has been designed to facilitate the use of Greek +letters in mathematical mode. The package allows one to +directly type in Greek letters (in ISO 8859-7 encoding) in math +mode. + +date: 2007-05-25 16:15:27 +0200 + +%post elmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elmath-doc +Summary: Documentation for elmath +Version: svn15878.v1.2 +Release: %{tl_noarch_release} +Provides: tex-elmath-doc +BuildArch: noarch +AutoReqProv: No + +%description elmath-doc +Documentation for elmath + +%package elpres +Provides: tex-elpres = %{tl_version} +License: LPPL +Summary: A simple class for electronic presentations +Version: svn15878.v0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(ifthen.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(mathptmx.sty) +Requires: tex(courier.sty) +Requires: tex(helvet.sty) +Provides: tex(elpres.cls) = %{tl_version} + +%description elpres +Elpres is a simple class for electronic presentations to be +shown on screen or a beamer. Elpres is derived from article.cls +and may be used with LaTeX or pdfLaTeX. + +date: 2007-05-25 16:15:27 +0200 + +%post elpres +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elpres +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elpres +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elpres-doc +Summary: Documentation for elpres +Version: svn15878.v0.3 +Release: %{tl_noarch_release} +Provides: tex-elpres-doc +BuildArch: noarch +AutoReqProv: No + +%description elpres-doc +Documentation for elpres + +%package emarks +Provides: tex-emarks = %{tl_version} +License: LPPL 1.3 +Summary: Named mark registers with e-TeX +Version: svn24504.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Provides: tex(emarks.sty) = %{tl_version} + +%description emarks +E-TeX provides 32 768 mark registers; using this facility is +far more comfortable than LaTeX tricks with \markright, +\markboth, \leftmark and \rightmark. The package provides two +commands for marking: \marksthe and \marksthecs, which have * +forms which disable expansion; new mark registers are allocated +as needed. Syntax is closely modelled on the \marks primitive. +Four commands are provided for retrieving the marks registers' +content: \thefirstmarks, \thebotmarks, thetopmarks and +\getthemarks; and the command \ifmarksequal is available for +comparing the content of marks registers. The package requires +an e-TeX-enabled engine, and the etex package. + +date: 2011-11-03 08:30:49 +0100 + +%post emarks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun emarks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emarks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package emarks-doc +Summary: Documentation for emarks +Version: svn24504.1.0 +Release: %{tl_noarch_release} +Provides: tex-emarks-doc +BuildArch: noarch +AutoReqProv: No + +%description emarks-doc +Documentation for emarks + +%package embrac +Provides: tex-embrac = %{tl_version} +License: LPPL 1.3 +Summary: Upright brackets in emphasised text +Version: svn30450.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Provides: tex(embrac.sty) = %{tl_version} + +%description embrac +The package redefines the commands \emph and \textit so that +parentheses and square brackets are typeset in an upright font +in their arguments. The package requires expl3 from the +l3kernel bundle, and xparse and l3keys2e from the l3packages +bundle. + +date: 2013-05-13 20:07:16 +0200 + +%post embrac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun embrac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans embrac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package embrac-doc +Summary: Documentation for embrac +Version: svn30450.0.4 +Release: %{tl_noarch_release} +Provides: tex-embrac-doc +BuildArch: noarch +AutoReqProv: No + +%description embrac-doc +Documentation for embrac + +%package emptypage +Provides: tex-emptypage = %{tl_version} +License: LPPL 1.2 +Summary: Make empty pages really empty +Version: svn18064.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(emptypage.sty) = %{tl_version} + +%description emptypage +This package prevents page numbers and headings from appearing +on empty pages. + +date: 2010-04-30 19:49:05 +0200 + +%post emptypage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun emptypage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emptypage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package emptypage-doc +Summary: Documentation for emptypage +Version: svn18064.1.2 +Release: %{tl_noarch_release} +Provides: tex-emptypage-doc +BuildArch: noarch +AutoReqProv: No + +%description emptypage-doc +Documentation for emptypage + +%package emulateapj +Provides: tex-emulateapj = %{tl_version} +License: LPPL +Summary: Produce output similar to that of APJ +Version: svn28469.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(latexsym.sty) +Requires: tex(graphicx.sty) +Requires: tex(amssymb.sty) +Requires: tex(longtable.sty) +Requires: tex(epsf.sty) +Provides: tex(emulateapj.cls) = %{tl_version} + +%description emulateapj +A LaTeX class (based on current RevTeX) to produce preprints +with the page layout similar to that of the Astrophysical +Journal. + +date: 2012-12-05 13:33:41 +0100 + +%post emulateapj +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun emulateapj +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emulateapj +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package emulateapj-doc +Summary: Documentation for emulateapj +Version: svn28469.0 +Release: %{tl_noarch_release} +Provides: tex-emulateapj-doc +BuildArch: noarch +AutoReqProv: No + +%description emulateapj-doc +Documentation for emulateapj + +%package endfloat +Provides: tex-endfloat = %{tl_version} +License: GPL+ +Summary: Move floats to the end, leaving markers where they belong +Version: svn24962.2.5c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(efxmpl.cfg) = %{tl_version} +Provides: tex(endfloat.sty) = %{tl_version} + +%description endfloat +Place all floats on pages by themselves at the end of the +document, optionally leaving markers like "[Figure 3 about +here]" in the text near to where the figure (or table) would +normally have occurred. Float types figure and table are +recognised by the package, unmodified. Since several packages +define other types of float, it is possible to register these +float types with endfloat. + +date: 2011-12-24 01:13:38 +0100 + +%post endfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun endfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package endfloat-doc +Summary: Documentation for endfloat +Version: svn24962.2.5c +Release: %{tl_noarch_release} +Provides: tex-endfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description endfloat-doc +Documentation for endfloat + +%package endheads +Provides: tex-endheads = %{tl_version} +License: LPPL +Summary: Running headers of the form "Notes to pp.xx-yy" +Version: svn27581.v1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(endheads.sty) = %{tl_version} + +%description endheads +Endheads provides running headers of the form "Notes to pp. xx- +yy" for endnotes sections. It also enables one to reset the +endnotes counter, and put a line marking the chapter change in +the endnotes, at the beginning of every chapter. Endheads +requires the fancyhdr, needspace, ifthen, and endnotes +packages. + +date: 2012-06-14 17:28:14 +0200 + +%post endheads +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun endheads +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endheads +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package endheads-doc +Summary: Documentation for endheads +Version: svn27581.v1.5 +Release: %{tl_noarch_release} +Provides: tex-endheads-doc +BuildArch: noarch +AutoReqProv: No + +%description endheads-doc +Documentation for endheads + +%package endnotes +Provides: tex-endnotes = %{tl_version} +License: LPPL +Summary: Place footnotes at the end +Version: svn17197.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(endnotes.sty) = %{tl_version} + +%description endnotes +Accumulates footnotes and places them at the end of the +document. + +date: 2010-03-09 12:54:42 +0100 + +%post endnotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun endnotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endnotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package endnotes-doc +Summary: Documentation for endnotes +Version: svn17197.0 +Release: %{tl_noarch_release} +Provides: tex-endnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description endnotes-doc +Documentation for endnotes + +%package engpron +Provides: tex-engpron = %{tl_version} +License: LPPL +Summary: Helps to type the pronunciation of English words +Version: svn16558.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(tipa.sty) +Requires: tex(ifthen.sty) +Requires: tex(drac.sty) +Provides: tex(engpron-tools.sty) = %{tl_version} +Provides: tex(engpron.sty) = %{tl_version} + +%description engpron +This package provides macros beginning with the '' character, +made active, which enable us to write the British or American +English pronunciation as one can find it in the 'English +Pronouncing Dictionary' by Daniel Jones. There is an option to +typeset the pronunciation in the style of Harrap's dictionary. + +date: 2008-08-16 17:33:04 +0200 + +%post engpron +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun engpron +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engpron +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package engpron-doc +Summary: Documentation for engpron +Version: svn16558.2 +Release: %{tl_noarch_release} +Provides: tex-engpron-doc +BuildArch: noarch +AutoReqProv: No + +%description engpron-doc +Documentation for engpron + +%package engrec +Provides: tex-engrec = %{tl_version} +License: LPPL +Summary: Enumerate with lower- or uppercase Greek letters +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amstext.sty) +Requires: tex(upgreek.sty) +Provides: tex(engrec.sty) = %{tl_version} + +%description engrec +This package provides two macros \engrec and \EnGrec to convert +number arguments to lower case or upper case greek letters. +They have the syntax of \alph, i.e. \engrec{a_counter}, +\EnGrec{a_counter}. Options are provided to work with the +upgreek and fourier packages. Requires amstext. + +date: 2008-05-07 22:48:57 +0200 + +%post engrec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun engrec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engrec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package engrec-doc +Summary: Documentation for engrec +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-engrec-doc +BuildArch: noarch +AutoReqProv: No + +%description engrec-doc +Documentation for engrec + +%package enotez +Provides: tex-enotez = %{tl_version} +License: LPPL 1.3 +Summary: Support for end-notes +Version: svn30200.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xtemplate.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xpatch.sty) +Requires: tex(scrlfile.sty) +Requires: tex(translations.sty) +Provides: tex(enotez.sty) = %{tl_version} + +%description enotez +The package allows nested endnotes, supports hyperref and +provides means for easy customization of the list of notes. + +date: 2013-05-01 21:18:44 +0200 + +%post enotez +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun enotez +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enotez +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package enotez-doc +Summary: Documentation for enotez +Version: svn30200.0.7 +Release: %{tl_noarch_release} +Provides: tex-enotez-doc +BuildArch: noarch +AutoReqProv: No + +%description enotez-doc +Documentation for enotez + +%package enumitem +Provides: tex-enumitem = %{tl_version} +License: LPPL +Summary: Control layout of itemize, enumerate, description +Version: svn24146.3.5.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(enumitem.sty) = %{tl_version} + +%description enumitem +This package provides user control over the layout of the three +basic list environments: enumerate, itemize and description. It +supersedes both enumerate and mdwlist (providing well- +structured replacements for all their funtionality), and in +addition provides functions to compute the layout of labels, +and to 'clone' the standard environments, to create new +environments with counters of their own. + +date: 2011-09-28 17:37:11 +0200 + +%post enumitem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun enumitem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enumitem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package enumitem-doc +Summary: Documentation for enumitem +Version: svn24146.3.5.2 +Release: %{tl_noarch_release} +Provides: tex-enumitem-doc +BuildArch: noarch +AutoReqProv: No + +%description enumitem-doc +Documentation for enumitem + +%package enumitem-zref +Provides: tex-enumitem-zref = %{tl_version} +License: LPPL 1.3 +Summary: Extended references to items for enumitem package +Version: svn21472.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ltxcmds.sty) +Requires: tex(etoolbox.sty) +Requires: tex(kvoptions.sty) +Requires: tex(gettitlestring.sty) +Requires: tex(enumitem.sty) +Requires: tex(zref.sty) +Requires: tex(zref-user.sty) +Requires: tex(zref-counter.sty) +Requires: tex(engrec.sty) +Requires: tex(alphalph.sty) +Requires: tex(greekctr.sty) +Provides: tex(enumitem-zref.sty) = %{tl_version} + +%description enumitem-zref +The package is a companion for the enumitem package; it makes +it possible to reference any item in lists formatted by +enumitem lists, viz., enumerated, itemize and description +lists, and any list defined (or customised) with \newlist or +\setlist. References may be typeset differently with +options/properties and even arbitrary text. With hyperref, +anchors are added for each item to enable hyperlinks within the +document or even to external documents. Three schemes are +provided to make reference names (including the standard \label +command). + +date: 2011-02-19 16:41:47 +0100 + +%post enumitem-zref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun enumitem-zref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enumitem-zref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package enumitem-zref-doc +Summary: Documentation for enumitem-zref +Version: svn21472.1.8 +Release: %{tl_noarch_release} +Provides: tex-enumitem-zref-doc +BuildArch: noarch +AutoReqProv: No + +%description enumitem-zref-doc +Documentation for enumitem-zref + +%package envbig +Provides: tex-envbig = %{tl_version} +License: LPPL +Summary: Printing addresses on envelopes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(envbig.sty) = %{tl_version} + +%description envbig +A simple package, that prints both 'from' and 'to' addresses. + +date: 2008-11-11 20:51:43 +0100 + +%post envbig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun envbig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans envbig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package envbig-doc +Summary: Documentation for envbig +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-envbig-doc +BuildArch: noarch +AutoReqProv: No + +%description envbig-doc +Documentation for envbig + +%package environ +Provides: tex-environ = %{tl_version} +License: LPPL +Summary: A new interface for environments in LaTeX +Version: svn29600.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(trimspaces.sty) +Provides: tex(environ.sty) = %{tl_version} + +%description environ +The package provides the \collect@body command (as in amsmath), +as well as a \long version \Collect@Body, for collecting the +body text of an environment. These commands are used to define +a new author interface to creating new environments. For +example: \NewEnviron{test} wraps the entire environment body in +square brackets, doing the right thing in ignoring leading and +trailing spaces. + +date: 2013-04-01 18:04:30 +0200 + +%post environ +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun environ +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans environ +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package environ-doc +Summary: Documentation for environ +Version: svn29600.0.3 +Release: %{tl_noarch_release} +Provides: tex-environ-doc +BuildArch: noarch +AutoReqProv: No + +%description environ-doc +Documentation for environ + +%package envlab +Provides: tex-envlab = %{tl_version} +License: LPPL +Summary: Addresses on envelopes or mailing labels +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(envlab.cfg) = %{tl_version} +Provides: tex(envlab.sty) = %{tl_version} + +%description envlab +A LaTeX package for producing mailing envelopes and labels, +including barcodes and address formatting according to the US +Postal Service rules. Redefines the standard \makelabels +command of the LaTeX letter documentclass. + +date: 2009-01-23 15:11:09 +0100 + +%post envlab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun envlab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans envlab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package envlab-doc +Summary: Documentation for envlab +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-envlab-doc +BuildArch: noarch +AutoReqProv: No + +%description envlab-doc +Documentation for envlab + +%package epigraph +Provides: tex-epigraph = %{tl_version} +License: LPPL 1.3 +Summary: A package for typesetting epigraphs +Version: svn15878.1.5c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(epigraph.sty) = %{tl_version} + +%description epigraph +Epigraphs are the pithy quotations often found at the start (or +end) of a chapter. Both single epigraphs and lists of epigraphs +are catered for. Various aspects are easily configurable. + +date: 2009-09-02 18:09:14 +0200 + +%post epigraph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epigraph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epigraph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epigraph-doc +Summary: Documentation for epigraph +Version: svn15878.1.5c +Release: %{tl_noarch_release} +Provides: tex-epigraph-doc +BuildArch: noarch +AutoReqProv: No + +%description epigraph-doc +Documentation for epigraph + +%package epiolmec +Provides: tex-epiolmec = %{tl_version} +License: LPPL +Summary: Typesetting the Epi-Olmec Language +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(epiolmec.map) = %{tl_version} +Provides: tex(EpiOlmec.tfm) = %{tl_version} +Provides: tex(Epi-Olmec.pfb) = %{tl_version} +Provides: tex(epiolmec.sty) = %{tl_version} + +%description epiolmec +The package contains all the necessary files to typeset Epi- +Olmec ``documents'', a script used in Southern Middle America +until about 500 AD. + +date: 2007-02-06 22:00:42 +0100 + +%post epiolmec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map epiolmec.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map epiolmec.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun epiolmec +if [ $1 == 0 ] ; then +sed -i '/^Map epiolmec.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans epiolmec +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epiolmec-doc +Summary: Documentation for epiolmec +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-epiolmec-doc +BuildArch: noarch +AutoReqProv: No + +%description epiolmec-doc +Documentation for epiolmec + +%package eqell +Provides: tex-eqell = %{tl_version} +License: GPL+ +Summary: Sympathetically spaced ellipsis after punctuation +Version: svn22931.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(eqell.sty) = %{tl_version} + +%description eqell +The package provides commands that give a well-spaced ellipsis +after !, ?, !? or ?!. + +date: 2011-05-29 19:51:14 +0200 + +%post eqell +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eqell +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqell +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eqell-doc +Summary: Documentation for eqell +Version: svn22931.0 +Release: %{tl_noarch_release} +Provides: tex-eqell-doc +BuildArch: noarch +AutoReqProv: No + +%description eqell-doc +Documentation for eqell + +%package eqlist +Provides: tex-eqlist = %{tl_version} +License: LPPL +Summary: Description lists with equal indentation +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(eqparbox.sty) +Provides: tex(eqlist.sty) = %{tl_version} + +%description eqlist +This package provides a list environment which sets a +description-like list but with the difference that the +indentation corresponds to the longest item of the list. + +date: 2008-02-29 19:54:55 +0100 + +%post eqlist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eqlist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqlist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eqlist-doc +Summary: Documentation for eqlist +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-eqlist-doc +BuildArch: noarch +AutoReqProv: No + +%description eqlist-doc +Documentation for eqlist + +%package eqname +Provides: tex-eqname = %{tl_version} +License: Copyright only +Summary: Name tags for equations +Version: svn20678.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eqname.sty) = %{tl_version} + +%description eqname +The \eqname command provides a name tag for the current +equation, in place of an equation number. The name tag will be +picked up by a subsequent \label command. + +date: 2010-12-04 00:54:21 +0100 + +%post eqname +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eqname +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqname +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eqparbox +Provides: tex-eqparbox = %{tl_version} +License: LPPL 1.3 +Summary: Create equal-widthed parboxes +Version: svn29419.4.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(environ.sty) +Provides: tex(eqparbox.sty) = %{tl_version} + +%description eqparbox +LaTeX users sometimes need to ensure that two or more blocks of +text occupy the same amount of horizontal space on the page. To +that end, the eqparbox package defines a new command, +\eqparbox, which works just like \parbox, except that instead +of specifying a width, one specifies a tag. All eqparboxes with +the same tag--regardless of where they are in the document-- +will stretch to fit the widest eqparbox with that tag. This +simple, equal-width mechanism can be used for a variety of +alignment purposes, as is evidenced by the examples in +eqparbox's documentation. Various derivatives of \eqparbox are +also provided. + +date: 2013-03-17 00:02:27 +0100 + +%post eqparbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eqparbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqparbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eqparbox-doc +Summary: Documentation for eqparbox +Version: svn29419.4.0 +Release: %{tl_noarch_release} +Provides: tex-eqparbox-doc +BuildArch: noarch +AutoReqProv: No + +%description eqparbox-doc +Documentation for eqparbox + +%package errata +Provides: tex-errata = %{tl_version} +License: LPPL +Summary: Error markup for LaTeX documents +Version: svn15878.v0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(errata.sty) = %{tl_version} + +%description errata +This package provides a simple infrastructure for recording +errata in LaTeX documents. This allows the user to maintain an +updated version of the document (with all errors corrected) and +to automatically generate an errata document highlighting the +difference to the published version. + +date: 2008-08-19 20:15:24 +0200 + +%post errata +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun errata +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans errata +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package errata-doc +Summary: Documentation for errata +Version: svn15878.v0.3 +Release: %{tl_noarch_release} +Provides: tex-errata-doc +BuildArch: noarch +AutoReqProv: No + +%description errata-doc +Documentation for errata + +%package esami +Provides: tex-esami = %{tl_version} +License: LPPL +Summary: Typeset exams with scrambled questions and answers +Version: svn30109.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(random.tex) +Provides: tex(esami.sty) = %{tl_version} + +%description esami +The package enables the user to typeset exams with multiple +choice, open questions and many other types of exercise. Both +questions and answers may be randomly distributed within the +exam, and the solutions are typeset automatically. Exercises +may contain a wide number of random parameters and it is +possible to do arithmetical operations on them. The package is +localised in Italian, English, French, German, Greek and +Spanish. + +date: 2013-04-25 12:55:47 +0200 + +%post esami +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun esami +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esami +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esami-doc +Summary: Documentation for esami +Version: svn30109.1.0 +Release: %{tl_noarch_release} +Provides: tex-esami-doc +BuildArch: noarch +AutoReqProv: No + +%description esami-doc +Documentation for esami + +%package esdiff +Provides: tex-esdiff = %{tl_version} +License: LPPL +Summary: Simplify typesetting of derivatives +Version: svn21385.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(esdiff.sty) = %{tl_version} + +%description esdiff +The package makes writing derivatives very easy. It offers +macros for derivatives, partial derivatives and multiple +derivatives, and allows specification of the point at which the +value is calculated. Some typographic alternatives may be +selected by package options + +date: 2011-02-13 18:31:54 +0100 + +%post esdiff +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun esdiff +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esdiff +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esdiff-doc +Summary: Documentation for esdiff +Version: svn21385.1.2 +Release: %{tl_noarch_release} +Provides: tex-esdiff-doc +BuildArch: noarch +AutoReqProv: No + +%description esdiff-doc +Documentation for esdiff + +%package esint +Provides: tex-esint = %{tl_version} +License: Public Domain +Summary: Extended set of integrals for Computer Modern +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(esint10.tfm) = %{tl_version} +Provides: tex(esint.sty) = %{tl_version} +Provides: tex(uesint.fd) = %{tl_version} + +%description esint +The esint package permits access to alternate integral symbols +when you're using the Computer Modern fonts. In the original +set, several integral symbols are missing, such as \oiint. Many +of these symbols are available in other font sets (pxfonts, +txfonts, etc.), but there is no good solution if you want to +use Computer Modern. The package provides Metafont source and +LaTeX macro support. + +date: 2006-10-27 00:09:51 +0200 + +%post esint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun esint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esint-doc +Summary: Documentation for esint +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-esint-doc +BuildArch: noarch +AutoReqProv: No + +%description esint-doc +Documentation for esint + +%package esint-type1 +Provides: tex-esint-type1 = %{tl_version} +License: Public Domain +Summary: Font esint10 in Type 1 format +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex-esint +Provides: tex(esint.map) = %{tl_version} +Provides: tex(esint10.pfb) = %{tl_version} +Provides: tex(esint.tex) = %{tl_version} + +%description esint-type1 +This is Eddie Saudrais's font esint10 in Adobe Type 1 format. +The Adobe Type 1 implementation was generated from the original +MetaFont using mftrace. This distribution does not contain the +TFM files that are necessary to use the fonts with TeX; the TFM +files can be generated from the Metafont sources obtained by +following the instructions in the normal way. + +date: 2008-01-16 21:31:11 +0100 + +%post esint-type1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap esint.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap esint.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun esint-type1 +if [ $1 == 0 ] ; then +sed -i '/^MixedMap esint.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans esint-type1 +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package esint-type1-doc +Summary: Documentation for esint-type1 +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-esint-type1-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-esint-doc + +%description esint-type1-doc +Documentation for esint-type1 + +%package etaremune +Provides: tex-etaremune = %{tl_version} +License: LPPL +Summary: Reverse-counting enumerate environment +Version: svn15878.v1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(etaremune.sty) = %{tl_version} + +%description etaremune +This package implements the etaremune environment which is +similar to the enumerate environment, except that labels are +decreasing instead of increasing. The package provides a +noticeably more efficient alternative to the revnum package, +which uses painfully many counters. + +date: 2009-05-14 13:22:18 +0200 + +%post etaremune +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etaremune +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etaremune +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etaremune-doc +Summary: Documentation for etaremune +Version: svn15878.v1.2 +Release: %{tl_noarch_release} +Provides: tex-etaremune-doc +BuildArch: noarch +AutoReqProv: No + +%description etaremune-doc +Documentation for etaremune + +%package etextools +Provides: tex-etextools = %{tl_version} +License: LPPL +Summary: e-TeX tools for LaTeX users and package writers +Version: svn20694.3.1415926 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(etoolbox.sty) +Requires: tex(letltxmacro.sty) +Provides: tex(etextools.sty) = %{tl_version} + +%description etextools +The package provides many (purely expandable) tools for LaTeX: +- Extensive list management (csv lists, lists of single +tokens/characters, etoolbox lists): * purely expandable loops +(csvloop, forcsvloop, etc.) * conversion (csvtolist, etc.)) * +addition/deletion (csvadd, listdel, etc.) - Expansion and group +control: \expandnext, \ExpandAfterCmds, \AfterGroup... - Tests +on tokens, characters and control sequences (\iffirstchar, +\ifiscs, \ifdefcount, \@ifchar...) - Tests on strings +(\ifstrnum, \ifuppercase, \DeclareStringFilter...) - Purely +expandable macros with options (\FE@testopt, \FE@ifstar) or +modifiers (\FE@modifiers) - Some purely expandable numerics +(\interval, \locinterplin). The package is dependent on the +etex and the etoolbox packages. + +date: 2010-12-08 18:13:15 +0100 + +%post etextools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etextools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etextools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etextools-doc +Summary: Documentation for etextools +Version: svn20694.3.1415926 +Release: %{tl_noarch_release} +Provides: tex-etextools-doc +BuildArch: noarch +AutoReqProv: No + +%description etextools-doc +Documentation for etextools + +%package etoc +Provides: tex-etoc = %{tl_version} +License: LPPL 1.2 +Summary: Completely customisable TOCs +Version: svn30488.1.07f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Provides: tex(etoc.sty) = %{tl_version} + +%description etoc +The package gives the user complete control of how the entries +of the table of contents should be constituted from the name, +number, and page number of each sectioning unit. The layout is +controlled by the definition of 'line styles' for each +sectioning level used in the document. The package provides its +own custom line styles (which may be used as examples), and +continues to support the standard formatting inherited from the +LaTeX document classes, but the package can also allow the user +to delegate the details to packages dealing with list making +environments (such as enumitem). The package's default global +style typesets tables of contents in a multi-column format, +with either a standard heading, or a ruled title (optionally +with a frame around the table). The \tableofcontents command +may be used arbitrarily many times in the same document, while +\localtableofcontents provides a 'local' table of contents. + +date: 2013-04-06 14:04:53 +0200 + +%post etoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etoc-doc +Summary: Documentation for etoc +Version: svn30488.1.07f +Release: %{tl_noarch_release} +Provides: tex-etoc-doc +BuildArch: noarch +AutoReqProv: No + +%description etoc-doc +Documentation for etoc + +%package etoolbox +Provides: tex-etoolbox = %{tl_version} +License: LPPL 1.3 +Summary: Tool-box for LaTeX programmers using e-TeX +Version: svn20922.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Provides: tex(etoolbox.def) = %{tl_version} +Provides: tex(etoolbox.sty) = %{tl_version} + +%description etoolbox +The etoolbox package is a toolbox of programming facilities +geared primarily towards LaTeX class and package authors. It +provides LaTeX frontends to some of the new primitives provided +by e-TeX as well as some generic tools which are not strictly +related to e-TeX but match the profile of this package. Note +that the initial versions of this package were released under +the name elatex. The package provides functions that seem to +offer alternative ways of implementing some LaTeX kernel +commands; nevertheless, the package will not modify any part of +the LaTeX kernel. + +date: 2011-01-03 19:54:22 +0100 + +%post etoolbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun etoolbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etoolbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package etoolbox-doc +Summary: Documentation for etoolbox +Version: svn20922.2.1 +Release: %{tl_noarch_release} +Provides: tex-etoolbox-doc +BuildArch: noarch +AutoReqProv: No + +%description etoolbox-doc +Documentation for etoolbox + +%package eukdate +Provides: tex-eukdate = %{tl_version} +License: LPPL +Summary: UK format dates, with weekday +Version: svn15878.1.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eukdate.sty) = %{tl_version} + +%description eukdate +The package is used to change the format of \today's date, +including the weekday, e.g., "Saturday, 26 June 2008", the 'UK +format', which is preferred in many parts of the world, as +distinct from that which is used in \maketitle of the article +class, "June 26, 2008", the 'US format'. + +date: 2009-03-17 21:46:26 +0100 + +%post eukdate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eukdate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eukdate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eukdate-doc +Summary: Documentation for eukdate +Version: svn15878.1.04 +Release: %{tl_noarch_release} +Provides: tex-eukdate-doc +BuildArch: noarch +AutoReqProv: No + +%description eukdate-doc +Documentation for eukdate + +%package europecv +Provides: tex-europecv = %{tl_version} +License: LPPL +Summary: Unofficial class for European curricula vitae +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(totpages.sty) +Requires: tex(booktabs.sty) +Requires: tex(ucs.sty) +Requires: tex(inputenc.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(ecvbg.def) = %{tl_version} +Provides: tex(ecvca.def) = %{tl_version} +Provides: tex(ecvcs.def) = %{tl_version} +Provides: tex(ecvda.def) = %{tl_version} +Provides: tex(ecvde.def) = %{tl_version} +Provides: tex(ecven.def) = %{tl_version} +Provides: tex(ecves.def) = %{tl_version} +Provides: tex(ecvet.def) = %{tl_version} +Provides: tex(ecvfi.def) = %{tl_version} +Provides: tex(ecvfr.def) = %{tl_version} +Provides: tex(ecvgl.def) = %{tl_version} +Provides: tex(ecvgr.def) = %{tl_version} +Provides: tex(ecvhu.def) = %{tl_version} +Provides: tex(ecvis.def) = %{tl_version} +Provides: tex(ecvit.def) = %{tl_version} +Provides: tex(ecvlt.def) = %{tl_version} +Provides: tex(ecvlv.def) = %{tl_version} +Provides: tex(ecvmt.def) = %{tl_version} +Provides: tex(ecvnl.def) = %{tl_version} +Provides: tex(ecvno.def) = %{tl_version} +Provides: tex(ecvpl.def) = %{tl_version} +Provides: tex(ecvpt.def) = %{tl_version} +Provides: tex(ecvro.def) = %{tl_version} +Provides: tex(ecvsk.def) = %{tl_version} +Provides: tex(ecvsl.def) = %{tl_version} +Provides: tex(ecvsr.def) = %{tl_version} +Provides: tex(ecvsv.def) = %{tl_version} +Provides: tex(europecv.cls) = %{tl_version} + +%description europecv +The europecv class is an unofficial LaTeX implementation of the +standard model for curricula vitae (the "Europass CV") as +recommended by the European Commission. Although primarily +intended for users in the European Union, the class is flexible +enough to be used for any kind of curriculum vitae. The class +has localisations for all the official languages of the EU +(plus Catalan), as well as options permitting input in UTF-8 +and koi8-r. + +date: 2006-12-09 23:51:48 +0100 + +%post europecv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun europecv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans europecv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package europecv-doc +Summary: Documentation for europecv +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-europecv-doc +BuildArch: noarch +AutoReqProv: No + +%description europecv-doc +Documentation for europecv + +%package everyhook +Provides: tex-everyhook = %{tl_version} +License: LPPL 1.3 +Summary: Hooks for standard TeX token lists +Version: svn21298.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(svn-prov.sty) +Requires: tex(etoolbox.sty) +Provides: tex(everyhook.sty) = %{tl_version} + +%description everyhook +The package takes control of the six TeX token registers +\everypar, \everymath, \everydisplay, \everyhbox, \everyvbox +and \everycr. Real hooks for each of the registers may be +installed using a stack like interface. For backwards +compatibility, each of the \everyX token lists can be set +without interfering with the hooks. + +date: 2011-02-04 11:55:08 +0100 + +%post everyhook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun everyhook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans everyhook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package everyhook-doc +Summary: Documentation for everyhook +Version: svn21298.1.1 +Release: %{tl_noarch_release} +Provides: tex-everyhook-doc +BuildArch: noarch +AutoReqProv: No + +%description everyhook-doc +Documentation for everyhook + +%package everypage +Provides: tex-everypage = %{tl_version} +License: LPPL +Summary: Provide hooks to be run on every page of a document +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(everypage.sty) = %{tl_version} + +%description everypage +The package provides hooks to perform actions on every page, or +on the current page. Specifically, actions are performed after +the page is composed, but before it is shipped, so they can be +used to prepare the output page in tasks like putting +watermarks in the background, or in setting the next page +layout, etc. + +date: 2008-02-19 19:31:19 +0100 + +%post everypage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun everypage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans everypage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package everypage-doc +Summary: Documentation for everypage +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-everypage-doc +BuildArch: noarch +AutoReqProv: No + +%description everypage-doc +Documentation for everypage + +%package exam +Provides: tex-exam = %{tl_version} +License: LPPL 1.3 +Summary: Package for typesetting exam scripts +Version: svn22585.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(exam.cls) = %{tl_version} + +%description exam +Provides a class exam, which eases production of exams, even by +a LaTeX novice. Simple commands are provided to: - create +questions, parts of questions, subparts of parts, and +subsubparts of subparts, all with optional point values; - +create a grading table, indexed either by question number +(listing each question and the total possible points for that +question) or by page number (listing each page with points and +the total possible points for that page); - create headers and +footers that are each specified in three parts: one part to be +left justified, one part to be centered, and one part to be +right justified, in the manner of fancyhdr Headers and/or +footers can be different on the first page of the exam, can be +different on the last page of the exam, and can vary depending +on whether the page number is odd or even, or on whether the +current page continues a question from a previous page, or on +whether the last question on the current page continues onto +the following page. Multiple line headers and/or footers are +allowed, and it's easy to increase the part of the page devoted +to headers and/or footers to allow for this. Note that the +bundle exams also provides a file exam.cls; the two bundles +therefore clash, and should not be installed on the same +system. + +date: 2011-05-23 10:42:55 +0200 + +%post exam +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exam +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exam +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exam-doc +Summary: Documentation for exam +Version: svn22585.2.4 +Release: %{tl_noarch_release} +Provides: tex-exam-doc +BuildArch: noarch +AutoReqProv: No + +%description exam-doc +Documentation for exam + +%package examdesign +Provides: tex-examdesign = %{tl_version} +License: LPPL +Summary: LaTeX class for typesetting exams +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(enumerate.sty) +Requires: tex(multicol.sty) +Requires: tex(keyval.sty) +Provides: tex(examdesign.cls) = %{tl_version} + +%description examdesign +This bundle provides a class examdesign. The class provides +several features useful for designing tests or question sets: - +it allows for explicit markup of questions and answers; - the +class will, at the user's request, automatically generate +answer keys; - multiple versions of the same test can be +generated automatically, with the ordering of questions within +each section randomly permuted so as to minimize cheating; - +the generated answer keys can be constructed either with or +without the questions included; - environments are provided to +assist in constructing the most common types of test question: +matching, true/false, multiple-choice, fill-in-the-blank, and +short answer/essay questions. + +date: 2006-12-09 23:51:48 +0100 + +%post examdesign +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun examdesign +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans examdesign +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package examdesign-doc +Summary: Documentation for examdesign +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-examdesign-doc +BuildArch: noarch +AutoReqProv: No + +%description examdesign-doc +Documentation for examdesign + +%package examplep +Provides: tex-examplep = %{tl_version} +License: GPL+ +Summary: Verbatim phrases and listings in LaTeX +Version: svn16916.0.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbfwr.sty) +Provides: tex(codep.sty) = %{tl_version} +Provides: tex(examplep.sty) = %{tl_version} +Provides: tex(verbfwr.sty) = %{tl_version} + +%description examplep +Examplep provides sophisticated features for typesetting +verbatim source code listings, including the display of the +source code and its compiled LaTeX or METAPOST output side-by- +side, with automatic width detection and enabled page breaks +(in the source), without the need for specifying the source +twice. Special care is taken that section, page and footnote +numbers do not interfere with the main document. For +typesetting short verbatim phrases, a replacement for the \verb +command is also provided in the package, which can be used +inside tables and moving arguments such as footnotes and +section titles. The listings package is used for syntax +highlighting. The accompanying codep package and the wrfiles.pl +Perl script provide a convenient interface to the examplep +package for authors of manuals. With codep it is possible to +generate the source code, the LaTeX or METAPOST output and the +compilable example file from a single source embedded into the +appropriate place of the .tex document file. + +date: 2010-02-04 09:03:57 +0100 + +%post examplep +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun examplep +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans examplep +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package examplep-doc +Summary: Documentation for examplep +Version: svn16916.0.04 +Release: %{tl_noarch_release} +Provides: tex-examplep-doc +BuildArch: noarch +AutoReqProv: No + +%description examplep-doc +Documentation for examplep + +%package exceltex +Provides: tex-exceltex = %{tl_version} +License: GPL+ +Summary: Get data from Excel files into LaTeX +Version: svn26313.0.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-exceltex-bin +Requires: tex(ulem.sty) +Requires: tex(color.sty) +Provides: tex(exceltex.sty) = %{tl_version} + +%description exceltex +Exceltex is a LaTeX package combined with a helper program +written in Perl. It provides an easy to use yet powerfull and +flexible way to get data from Spreadsheets into LaTeX. In +contrast to other solutions, exceltex does not seek to make the +creation of tables in LaTeX easier, but to get data from +Spreadsheets into LaTeX as easily as possible. The Excel (TM) +file format only acts as an interface between the spreadsheet +application and exceltex beacause it is easily accessible (via +the Spreadsheet::ParseExcel Perl module) and because most +spreadsheet applications are able to read and write Excel +files. + +date: 2012-05-07 22:43:29 +0200 + +%post exceltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exceltex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exceltex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exceltex-doc +Summary: Documentation for exceltex +Version: svn26313.0.5.1 +Release: %{tl_noarch_release} +Provides: tex-exceltex-doc +BuildArch: noarch +AutoReqProv: No + +%description exceltex-doc +Documentation for exceltex + +%package exceltex-bin +Summary: Binaries for exceltex +Version: svn25860.0 +Requires: texlive-base +Requires: tex-exceltex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description exceltex-bin +Binaries for exceltex + +%package excludeonly +Provides: tex-excludeonly = %{tl_version} +License: Public Domain +Summary: Prevent files being \include-ed +Version: svn17262.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(excludeonly.sty) = %{tl_version} + +%description excludeonly +The package defines an \excludeonly command, which is (in +effect) the opposite of \includeonly. If both \includeonly and +\excludeonly exist in a document, only files "allowed" by both +will be included. The package redefines the internal \@include +command, so it conflicts with packages that do the same. +Examples are the classes paper.cls and thesis.cls. + +date: 2010-03-01 08:47:36 +0100 + +%post excludeonly +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun excludeonly +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans excludeonly +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package excludeonly-doc +Summary: Documentation for excludeonly +Version: svn17262.1.0 +Release: %{tl_noarch_release} +Provides: tex-excludeonly-doc +BuildArch: noarch +AutoReqProv: No + +%description excludeonly-doc +Documentation for excludeonly + +%package exercise +Provides: tex-exercise = %{tl_version} +License: GPL+ +Summary: Typeset exercises, problems, etc. and their answers +Version: svn26260.1.58 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Provides: tex(exercise.sty) = %{tl_version} + +%description exercise +The package helps to typeset exercises or list of exercises +within any document. Exercises, questions and sub-questions are +automatically numbered. It is possible to put answers in the +same document, and display them immediatly, later in the +document or not to print answers at all. The layout of +exercises is fully customisable. It is possible to typeset long +problems, short exercises, questionnaires, etc. Usage of the +babel package is detected, but not fully supported yet (only +English and French are implemented). + +date: 2012-05-08 15:13:49 +0200 + +%post exercise +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exercise +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exercise +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exercise-doc +Summary: Documentation for exercise +Version: svn26260.1.58 +Release: %{tl_noarch_release} +Provides: tex-exercise-doc +BuildArch: noarch +AutoReqProv: No + +%description exercise-doc +Documentation for exercise + +%package exp-testopt +Provides: tex-exp-testopt = %{tl_version} +License: LPPL +Summary: Expandable \@testopt (and related) macros +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(exp-testopt.sty) = %{tl_version} + +%description exp-testopt +The package provides an expandable variant of the LaTeX kernel +command \@testopt, named \@expandable@testopt, and a more +general \@expandable@ifopt, both intended for package writers. +Also we have a variant of \newcommand which uses these macros +to check for optional arguments. + +date: 2009-03-08 17:38:29 +0100 + +%post exp-testopt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exp-testopt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exp-testopt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exp-testopt-doc +Summary: Documentation for exp-testopt +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-exp-testopt-doc +BuildArch: noarch +AutoReqProv: No + +%description exp-testopt-doc +Documentation for exp-testopt + +%package expdlist +Provides: tex-expdlist = %{tl_version} +License: LPPL +Summary: Expanded description environments +Version: svn15878.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(expdlist.sty) = %{tl_version} + +%description expdlist +The package provides additional features for the LaTeX +description environment, including adjustable left margin. The +package also allows the user to 'break' a list (for example, to +interpose a comment) without affecting the structure of the +list (so that, for example, numbered lists remain in sequence). + +date: 2008-06-23 23:47:50 +0200 + +%post expdlist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun expdlist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans expdlist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package expdlist-doc +Summary: Documentation for expdlist +Version: svn15878.2.4 +Release: %{tl_noarch_release} +Provides: tex-expdlist-doc +BuildArch: noarch +AutoReqProv: No + +%description expdlist-doc +Documentation for expdlist + +%package export +Provides: tex-export = %{tl_version} +License: LPPL +Summary: Import and export values of LaTeX registers +Version: svn27206.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dvipaste.sty) = %{tl_version} +Provides: tex(export.sty) = %{tl_version} + +%description export +The package allows the user to export/import the values of +LaTeX registers (counters, rigid and rubber lengths only). It +is not for faint-hearted users. The package may be used, for +example, to communicate between documents for the purposes of +dvipaste. + +date: 2012-07-11 14:19:50 +0200 + +%post export +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun export +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans export +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package export-doc +Summary: Documentation for export +Version: svn27206.1.8 +Release: %{tl_noarch_release} +Provides: tex-export-doc +BuildArch: noarch +AutoReqProv: No + +%description export-doc +Documentation for export + +%package exsheets +Provides: tex-exsheets = %{tl_version} +License: LPPL 1.3 +Summary: Create exercise sheets and exams +Version: svn30166.0.9a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(xtemplate.sty) +Requires: tex(l3sort.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xcolor.sty) +Requires: tex(ulem.sty) +Requires: tex(epic.sty) +Provides: tex(cntformats.sty) = %{tl_version} +Provides: tex(exsheets.sty) = %{tl_version} +Provides: tex(exsheets_configurations.cfg) = %{tl_version} +Provides: tex(exsheets_headings.cfg) = %{tl_version} +Provides: tex(exsheets_headings.def) = %{tl_version} +Provides: tex(tasks.cfg) = %{tl_version} +Provides: tex(tasks.sty) = %{tl_version} +Provides: tex(translations.sty) = %{tl_version} + +%description exsheets +The package provides the means to create exercises or questions +and their corresponding solutions. The questions may be divided +into classes and/or topics and may be printed selectively. +Meta-data to questions can be added and recovered. The +solutions may be printed where they are, or collected and +printed at a later point in the document all together, section- +wise or selectively by ID. The package provides the means to +selectively include questions from an external file, and to +control the style of headings of both questions and solutions. + +date: 2013-04-11 22:52:04 +0200 + +%post exsheets +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exsheets +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exsheets +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exsheets-doc +Summary: Documentation for exsheets +Version: svn30166.0.9a +Release: %{tl_noarch_release} +Provides: tex-exsheets-doc +BuildArch: noarch +AutoReqProv: No + +%description exsheets-doc +Documentation for exsheets + +%package exsol +Provides: tex-exsol = %{tl_version} +License: LPPL 1.3 +Summary: Exercises and solutions from same source, into a book +Version: svn30451.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyvrb.sty) +Requires: tex(ifthen.sty) +Requires: tex(kvoptions.sty) +Provides: tex(exsol.sty) = %{tl_version} + +%description exsol +The packageThe exsol package provides macros to allow for +embedding exercises and solutions in the LaTeX source of an +instructional text (e.g., a book or a course text) while +generating the following separate documents: - your original +text that only contains the exercises, and - a solution book +that contains only the solutions to the exercises (optionally, +the exercises themselves are also copied to the solution book). +The exercise data are generated when running LaTeX on your +document; the first run also writes the solutions to a +secondary file that may be included in a simple document +harness, may be processed by LaTeX, to generate a nice solution +book. The code of the package was derived (in large part) from +fancyvrb. + +date: 2013-05-13 10:56:37 +0200 + +%post exsol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exsol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exsol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exsol-doc +Summary: Documentation for exsol +Version: svn30451.0.6 +Release: %{tl_noarch_release} +Provides: tex-exsol-doc +BuildArch: noarch +AutoReqProv: No + +%description exsol-doc +Documentation for exsol + +%package extract +Provides: tex-extract = %{tl_version} +License: LPPL +Summary: Extract parts of a document and write to another document +Version: svn15878.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Requires: tex(xkeyval.sty) +Provides: tex(extract.sty) = %{tl_version} + +%description extract +The package provides the means to extract specific content from +a source document and write that to a target document. One +could, for instance, use this to extract all exercises from +lecture notes and generate an exercises book on the fly. The +package also provides an environment which writes its body +entirely to the target file. Another environment will write to +the target file, but will also execute the body. This allows to +share code (for instance, a preamble) between the source +document and the target file. Finally, the package provides an +interface to conditionally extract content. With a single +package option, one can specify exactly which commands (counted +from the start of the document) should be extracted and which +not. This might be useful for extracting specific slides from a +presentation and use them in a new file. + +date: 2006-11-09 15:16:55 +0100 + +%post extract +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun extract +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extract +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package extract-doc +Summary: Documentation for extract +Version: svn15878.1.8 +Release: %{tl_noarch_release} +Provides: tex-extract-doc +BuildArch: noarch +AutoReqProv: No + +%description extract-doc +Documentation for extract + +%package facsimile +Provides: tex-facsimile = %{tl_version} +License: LPPL +Summary: Document class for preparing faxes +Version: svn21328.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(lastpage.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(fac-de.cfg) = %{tl_version} +Provides: tex(fac-en.cfg) = %{tl_version} +Provides: tex(facsimile.cls) = %{tl_version} + +%description facsimile +The facsimile class provides a simple interface for creating a +document for sending as a fax, with LaTeX. The class covers two +areas: - First, a title page is created with a detailed fax +header; - second, every page gets headers and footers so that +the recipient can be sure that every page has been received and +all pages are complete, and in the correct order. The class +evolved from the fax package, and provides much better language +support. + +date: 2007-01-03 21:31:08 +0100 + +%post facsimile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun facsimile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans facsimile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package facsimile-doc +Summary: Documentation for facsimile +Version: svn21328.1.0 +Release: %{tl_noarch_release} +Provides: tex-facsimile-doc +BuildArch: noarch +AutoReqProv: No + +%description facsimile-doc +Documentation for facsimile + +%package factura +Provides: tex-factura = %{tl_version} +License: LPPL +Summary: factura package +Version: svn30167.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textpos.sty) +Requires: tex(geometry.sty) +Requires: tex(calc.sty) +Requires: tex(fp-upn.sty) +Requires: tex(numprint.sty) +Requires: tex(fancybox.sty) +Requires: tex(xcolor.sty) +Requires: tex(xifthen.sty) +Requires: tex(etoolbox.sty) +Requires: tex(expl3.sty) +Requires: tex(tabularx.sty) +Requires: tex(environ.sty) +Requires: tex(babel.sty) +Requires: tex(fontenc.sty) +Requires: tex(tikz.sty) +Requires: tex(zref-savepos.sty) +Requires: tex(graphicx.sty) +Provides: tex(factura.cls) = %{tl_version} +Provides: tex(factura.def) = %{tl_version} + +%description factura +factura package + +%post factura +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun factura +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans factura +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package factura-doc +Summary: Documentation for factura +Version: svn30167.0 +Release: %{tl_noarch_release} +Provides: tex-factura-doc +BuildArch: noarch +AutoReqProv: No + +%description factura-doc +Documentation for factura + +%package fancynum +Provides: tex-fancynum = %{tl_version} +License: LPPL +Summary: Typeset numbers +Version: svn15878.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fancynum.sty) = %{tl_version} + +%description fancynum +A LaTeX package for typesetting numbers, in particular floating +point numbers, such as you find in program output. + +date: 2008-04-19 23:11:03 +0200 + +%post fancynum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancynum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancynum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancynum-doc +Summary: Documentation for fancynum +Version: svn15878.0.92 +Release: %{tl_noarch_release} +Provides: tex-fancynum-doc +BuildArch: noarch +AutoReqProv: No + +%description fancynum-doc +Documentation for fancynum + +%package fancypar +Provides: tex-fancypar = %{tl_version} +License: LPPL 1.3 +Summary: Decoration of individual paragraphs +Version: svn18018.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Requires: tex(xcolor.sty) +Provides: tex(fancypar.sty) = %{tl_version} + +%description fancypar +Decorates individual paragraphs of a document, offering five +pre-defined styles. The command offers an optional 'key-value' +argument with the user may define parameters of the selected +style. Predefined styles offer a spiral-notebook, a zebra-like, +a dashed, a marked design, and an underlined style. Users may +also define their own styles. Decorated paragraphs may not +include displayed mathematics. + +date: 2010-04-29 12:40:52 +0200 + +%post fancypar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancypar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancypar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancypar-doc +Summary: Documentation for fancypar +Version: svn18018.1.1 +Release: %{tl_noarch_release} +Provides: tex-fancypar-doc +BuildArch: noarch +AutoReqProv: No + +%description fancypar-doc +Documentation for fancypar + +%package fancytabs +Provides: tex-fancytabs = %{tl_version} +License: LPPL 1.3 +Summary: Fancy page border tabs +Version: svn27684.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Provides: tex(fancytabs.sty) = %{tl_version} + +%description fancytabs +The package can typeset tabs on the side of a page. It requires +TikZ from the pgf bundle. + +date: 2012-09-17 18:38:18 +0200 + +%post fancytabs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancytabs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancytabs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancytabs-doc +Summary: Documentation for fancytabs +Version: svn27684.1.8 +Release: %{tl_noarch_release} +Provides: tex-fancytabs-doc +BuildArch: noarch +AutoReqProv: No + +%description fancytabs-doc +Documentation for fancytabs + +%package fancytooltips +Provides: tex-fancytooltips = %{tl_version} +License: LPPL 1.2 +Summary: Include a wide range of material in PDF tooltips +Version: svn27129.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(xkeyval.sty) +Requires: tex(atbegshi.sty) +Requires: tex(transparent.sty) +Requires: tex(eso-pic.sty) +Provides: tex(fancytooltips.sty) = %{tl_version} + +%description fancytooltips +The package was inspired by the cooltooltips package. In +contrast to cooltooltips, fancytooltips allows inclusion of +tooltips which contain arbitrary TeX material or a series of +TeX materials (animated graphics) from an external PDF file. To +see the tooltips, you have to open the files in Adobe Reader. +The links and JavaScripts are inserted using eforms package +from the AcroTeX bundle. + +date: 2012-06-03 20:06:11 +0200 + +%post fancytooltips +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fancytooltips +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancytooltips +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fancytooltips-doc +Summary: Documentation for fancytooltips +Version: svn27129.1.8 +Release: %{tl_noarch_release} +Provides: tex-fancytooltips-doc +BuildArch: noarch +AutoReqProv: No + +%description fancytooltips-doc +Documentation for fancytooltips + +%package figsize +Provides: tex-figsize = %{tl_version} +License: LPPL +Summary: Auto-size graphics +Version: svn18784.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(subfigure.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Provides: tex(figsize.sty) = %{tl_version} + +%description figsize +The FigSize package enables automatic sizing of graphics, +especially when including graphics with the graphicx package. +The user only has to specify the number of graphics that should +fit to a page or fraction there of and the package will +dynamically calculate the correct graphics sizes relative to +the page size. Thus, graphics can be auto-sized to fill a whole +page or fraction and manual changes of graphic sizes are never +needed when changing document layouts. Finally, the package's +dynamic lengths can be used to allow other document element +sizes to be dynamic. + +date: 2006-12-13 12:28:27 +0100 + +%post figsize +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun figsize +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figsize +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package figsize-doc +Summary: Documentation for figsize +Version: svn18784.0.1 +Release: %{tl_noarch_release} +Provides: tex-figsize-doc +BuildArch: noarch +AutoReqProv: No + +%description figsize-doc +Documentation for figsize + +%package filecontents +Provides: tex-filecontents = %{tl_version} +License: LPPL +Summary: Extended filecontents and filecontents* environments +Version: svn24250.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(filecontents.sty) = %{tl_version} + +%description filecontents +LaTeX2e's filecontents and filecontents* environments enable a +LaTeX source file to generate external files as it runs through +LaTeX. However, there are two limitations of these +environments: they refuse to overwrite existing files, and they +can only be used in the preamble of a document. The +filecontents package removes these limitations, letting you +overwrite existing files and letting you use +filecontents/filecontents* anywhere. + +date: 2011-10-09 16:42:04 +0200 + +%post filecontents +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun filecontents +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filecontents +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package filecontents-doc +Summary: Documentation for filecontents +Version: svn24250.1.3 +Release: %{tl_noarch_release} +Provides: tex-filecontents-doc +BuildArch: noarch +AutoReqProv: No + +%description filecontents-doc +Documentation for filecontents + +%package filedate +Provides: tex-filedate = %{tl_version} +License: LPPL +Summary: Access and compare info and modification dates +Version: svn29529.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(filedate.sty) = %{tl_version} + +%description filedate +The package provides basic access to the date of a LaTeX source +file according to its \Provides... entry (the "info date") as +well as to its modification date according to \pdffilemoddate +if the latter is available. + +date: 2012-11-14 11:01:29 +0100 + +%post filedate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun filedate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filedate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package filedate-doc +Summary: Documentation for filedate +Version: svn29529.0.4 +Release: %{tl_noarch_release} +Provides: tex-filedate-doc +BuildArch: noarch +AutoReqProv: No + +%description filedate-doc +Documentation for filedate + +%package filehook +Provides: tex-filehook = %{tl_version} +License: LPPL 1.3 +Summary: Hooks for input files +Version: svn24280.0.5d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(currfile.sty) +Requires: tex(kvoptions.sty) +Requires: tex(pgfkeys.sty) +Provides: tex(filehook-fink.sty) = %{tl_version} +Provides: tex(filehook-listings.sty) = %{tl_version} +Provides: tex(filehook-memoir.sty) = %{tl_version} +Provides: tex(filehook-scrlfile.sty) = %{tl_version} +Provides: tex(filehook.sty) = %{tl_version} +Provides: tex(pgf-filehook.sty) = %{tl_version} + +%description filehook +The package provides several file hooks (AtBegin, AtEnd, ...) +for files read by \input, \include and \InputIfFileExists. +General hooks for all such files (e.g. all \include'd ones) and +file specific hooks only used for named files are provided; two +hooks are provided for the end of \included files -- one +before, and one after the final \clearpage. + +date: 2011-10-13 10:45:00 +0200 + +%post filehook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun filehook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filehook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package filehook-doc +Summary: Documentation for filehook +Version: svn24280.0.5d +Release: %{tl_noarch_release} +Provides: tex-filehook-doc +BuildArch: noarch +AutoReqProv: No + +%description filehook-doc +Documentation for filehook + +%package fileinfo +Provides: tex-fileinfo = %{tl_version} +License: LPPL 1.3 +Summary: Enhanced display of LaTeX File Information +Version: svn28421.0.81a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(myfilist.sty) = %{tl_version} +Provides: tex(readprov.sty) = %{tl_version} + +%description fileinfo +The bundle provides two packages, readprov and myfilist. The +readprov package provides a means of reading file information +without loading the body of the file. The myfilist package uses +readprov and controls what \listfiles will report. + +date: 2012-12-02 13:05:20 +0100 + +%post fileinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fileinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fileinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fileinfo-doc +Summary: Documentation for fileinfo +Version: svn28421.0.81a +Release: %{tl_noarch_release} +Provides: tex-fileinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description fileinfo-doc +Documentation for fileinfo + +%package filemod +Provides: tex-filemod = %{tl_version} +License: LPPL 1.3 +Summary: Provide file modification times, and compare them +Version: svn24042.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Provides: tex(filemod-expmin.tex) = %{tl_version} +Provides: tex(filemod.tex) = %{tl_version} +Provides: tex(filemod-expmin.sty) = %{tl_version} +Provides: tex(filemod.sty) = %{tl_version} + +%description filemod +The package provides macros to read and compare the +modification dates of files. The files may be .tex files, +images or other files (as long as they can be found by LaTeX). +It uses the \pdffilemoddate primitive of pdfLaTeX to find the +file modification date as PDF date string, parses the string +and returns the value to the user. The package will also work +for DVI output with recent versions of the LaTeX compiler which +uses pdfLaTeX in DVI mode. The functionality is provided by +purely expandable macros or by faster but non-expandable ones. + +date: 2011-09-21 00:38:26 +0200 + +%post filemod +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun filemod +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filemod +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package filemod-doc +Summary: Documentation for filemod +Version: svn24042.1.2 +Release: %{tl_noarch_release} +Provides: tex-filemod-doc +BuildArch: noarch +AutoReqProv: No + +%description filemod-doc +Documentation for filemod + +%package fink +Provides: tex-fink = %{tl_version} +License: LPPL +Summary: The LaTeX2e File Name Keeper +Version: svn24329.2.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(fink.sty) = %{tl_version} + +%description fink +This package "looks over your shoulder" and keeps track of +files \input'ed (the LaTeX way) or \include'ed in your +document. You then have permanent access to the name of the +file currently being processed through the macro \finkfile. +FiNK also comes with support for AUC-TeX. As of version 2.2.1, +FiNK has been deprecated and is not maintained anymore. People +interested in FiNK's functionality are invited to use a package +named currfile instead. + +date: 2011-10-19 14:04:28 +0200 + +%post fink +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fink +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fink +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fink-doc +Summary: Documentation for fink +Version: svn24329.2.2.1 +Release: %{tl_noarch_release} +Provides: tex-fink-doc +BuildArch: noarch +AutoReqProv: No + +%description fink-doc +Documentation for fink + +%package finstrut +Provides: tex-finstrut = %{tl_version} +License: LPPL 1.3 +Summary: Adjust behaviour of the ends of footnotes +Version: svn21719.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(finstrut.sty) = %{tl_version} + +%description finstrut +The LaTeX internal command \@finalstrut is used automatically +used at the end of footnote texts to insert a strut to avoid +mis-spacing of multiple footnotes. Unfortunately the command +can cause a blank line at the end of a footnote. The package +provides a solution to this problem. + +date: 2011-03-14 20:53:55 +0100 + +%post finstrut +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun finstrut +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans finstrut +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package finstrut-doc +Summary: Documentation for finstrut +Version: svn21719.0.5 +Release: %{tl_noarch_release} +Provides: tex-finstrut-doc +BuildArch: noarch +AutoReqProv: No + +%description finstrut-doc +Documentation for finstrut + +%package fixfoot +Provides: tex-fixfoot = %{tl_version} +License: LPPL +Summary: Multiple use of the same footnote text +Version: svn17131.0.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fixfoot.sty) = %{tl_version} + +%description fixfoot +Provides a \DeclareFixedFootnote command to provide a single +command for a frequently-used footnote. The package ensures +that only one instance of the footnote text appears on each +page (LaTeX needs to be run several times to achieve this). + +date: 2010-02-20 00:32:21 +0100 + +%post fixfoot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixfoot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixfoot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fixfoot-doc +Summary: Documentation for fixfoot +Version: svn17131.0.3a +Release: %{tl_noarch_release} +Provides: tex-fixfoot-doc +BuildArch: noarch +AutoReqProv: No + +%description fixfoot-doc +Documentation for fixfoot + +%package fixme +Provides: tex-fixme = %{tl_version} +License: LPPL +Summary: Insert "fixme" notes into draft documents +Version: svn29362.4.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(verbatim.sty) +Requires: tex(xkeyval.sty) +Requires: tex(color.sty) +Requires: tex(marginnote.sty) +Requires: tex(pdfcomment.sty) +Requires: tex(xcolor.sty) +Requires: tex(changebar.sty) +Provides: tex(fixme.sty) = %{tl_version} +Provides: tex(fxenvlayoutcolor.sty) = %{tl_version} +Provides: tex(fxenvlayoutcolorsig.sty) = %{tl_version} +Provides: tex(fxlayoutmarginnote.sty) = %{tl_version} +Provides: tex(fxlayoutpdfcmargin.sty) = %{tl_version} +Provides: tex(fxlayoutpdfcnote.sty) = %{tl_version} +Provides: tex(fxlayoutpdfcsigmargin.sty) = %{tl_version} +Provides: tex(fxlayoutpdfcsignote.sty) = %{tl_version} +Provides: tex(fxlayoutpdfmargin.sty) = %{tl_version} +Provides: tex(fxlayoutpdfnote.sty) = %{tl_version} +Provides: tex(fxlayoutpdfsigmargin.sty) = %{tl_version} +Provides: tex(fxlayoutpdfsignote.sty) = %{tl_version} +Provides: tex(fxtargetlayoutchangebar.sty) = %{tl_version} +Provides: tex(fxtargetlayoutcolor.sty) = %{tl_version} +Provides: tex(fxtargetlayoutcolorcb.sty) = %{tl_version} +Provides: tex(fxthemecolor.sty) = %{tl_version} +Provides: tex(fxthemecolorsig.sty) = %{tl_version} +Provides: tex(fxthemesignature.sty) = %{tl_version} + +%description fixme +This package provides a way to insert fixme notes in documents +being developed (in draft mode). Such notes can appear in the +margin of the document, as index entries, in the log file and +as warnings on stdout. It is also possible to summarize them in +a list. If your document is in a final version, any remaining +fixme notes will produce an error. FiXme also comes with +support for AUC-TeX. + +date: 2013-01-28 16:52:26 +0100 + +%post fixme +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixme +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixme +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fixme-doc +Summary: Documentation for fixme +Version: svn29362.4.2 +Release: %{tl_noarch_release} +Provides: tex-fixme-doc +BuildArch: noarch +AutoReqProv: No + +%description fixme-doc +Documentation for fixme + +%package fixmetodonotes +Provides: tex-fixmetodonotes = %{tl_version} +License: Public Domain +Summary: Add notes on document development +Version: svn30168.0.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(transparent.sty) +Requires: tex(watermark.sty) +Requires: tex(fix-cm.sty) +Requires: tex(ulem.sty) +Requires: tex(tocloft.sty) +Provides: tex(fixmetodonotes.sty) = %{tl_version} + +%description fixmetodonotes +The package provides tools to highlight FIXME and TODO +annotations. The command \listofnotes prints a list of +outstanding notes, with links to the pages on which they +appear. + +date: 2013-04-28 19:46:12 +0200 + +%post fixmetodonotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixmetodonotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixmetodonotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fixmetodonotes-doc +Summary: Documentation for fixmetodonotes +Version: svn30168.0.2.2 +Release: %{tl_noarch_release} +Provides: tex-fixmetodonotes-doc +BuildArch: noarch +AutoReqProv: No + +%description fixmetodonotes-doc +Documentation for fixmetodonotes + +%package fjodor +Provides: tex-fjodor = %{tl_version} +License: GPL+ +Summary: A selection of layout styles +Version: svn20220.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fjodor.sty) = %{tl_version} + +%description fjodor +The package provides several page layouts, selectable by +package options. + +date: 2010-10-26 21:52:03 +0200 + +%post fjodor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fjodor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fjodor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fjodor-doc +Summary: Documentation for fjodor +Version: svn20220.0 +Release: %{tl_noarch_release} +Provides: tex-fjodor-doc +BuildArch: noarch +AutoReqProv: No + +%description fjodor-doc +Documentation for fjodor + +%package flabels +Provides: tex-flabels = %{tl_version} +License: LPPL +Summary: Labels for files and folders +Version: svn17272.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(flabels.sty) = %{tl_version} + +%description flabels +Macros for typesetting pretty labels (optionally colored) for +the back of files or binders (currently only the special A4 +"Leitz-Ordner" ring binder is supported). + +date: 2010-02-28 22:13:22 +0100 + +%post flabels +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flabels +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flabels +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flabels-doc +Summary: Documentation for flabels +Version: svn17272.1.0 +Release: %{tl_noarch_release} +Provides: tex-flabels-doc +BuildArch: noarch +AutoReqProv: No + +%description flabels-doc +Documentation for flabels + +%package flacards +Provides: tex-flacards = %{tl_version} +License: GPL+ +Summary: Generate flashcards for printing +Version: svn19440.0.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Provides: tex(flacards.cls) = %{tl_version} + +%description flacards +The flacards class provides an easy interface to produce +flashcards. It will print several cards per page, on both sides +of the paper. + +date: 2010-01-16 19:56:06 +0100 + +%post flacards +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flacards +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flacards +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flacards-doc +Summary: Documentation for flacards +Version: svn19440.0.1.1b +Release: %{tl_noarch_release} +Provides: tex-flacards-doc +BuildArch: noarch +AutoReqProv: No + +%description flacards-doc +Documentation for flacards + +%package flagderiv +Provides: tex-flagderiv = %{tl_version} +License: GPL+ +Summary: Flag style derivation package +Version: svn15878.0.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Provides: tex(flagderiv.sty) = %{tl_version} + +%description flagderiv +The flagderiv package is used to create mathematical +derivations using the flag/flagpole notation. The package +features an intuitive command syntax, opening and closing +multiple flagpoles, different comment styles, customizable +symbols and label namespaces. + +date: 2007-02-22 16:49:05 +0100 + +%post flagderiv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flagderiv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flagderiv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flagderiv-doc +Summary: Documentation for flagderiv +Version: svn15878.0.10 +Release: %{tl_noarch_release} +Provides: tex-flagderiv-doc +BuildArch: noarch +AutoReqProv: No + +%description flagderiv-doc +Documentation for flagderiv + +%package flashcards +Provides: tex-flashcards = %{tl_version} +License: GPL+ +Summary: A class for typesetting flashcards +Version: svn19667.1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Provides: tex(avery5371.cfg) = %{tl_version} +Provides: tex(avery5388.cfg) = %{tl_version} +Provides: tex(flashcards.cls) = %{tl_version} + +%description flashcards +The FlashCards class provides for the typesetting of flash +cards. By flash card, we mean a two sided card which has a +prompt or a question on one side and the response or the answer +on the flip (back) side. Flash cards come in many sizes +depending on the nature of the information they contain. + +date: 2010-08-06 13:03:06 +0200 + +%post flashcards +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flashcards +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flashcards +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flashcards-doc +Summary: Documentation for flashcards +Version: svn19667.1.0.1 +Release: %{tl_noarch_release} +Provides: tex-flashcards-doc +BuildArch: noarch +AutoReqProv: No + +%description flashcards-doc +Documentation for flashcards + +%package flashmovie +Provides: tex-flashmovie = %{tl_version} +License: LPPL 1.3 +Summary: Directly embed flash movies into PDF files +Version: svn25768.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Provides: tex(flashmovie.sty) = %{tl_version} + +%description flashmovie +The package allows direct embedding of flash movies into PDF +files. It is designed for use with pdflatex. The package takes +advantage of the embedded Adobe Flash player in Adobe Reader 9; +the reader is invoked with the 'rich media annotation' feature, +described in "Adobe Supplement to the ISO 32000 BaseVersion: +1.7 ExtensionLevel: 3". This method of embedding movies is +attractive since it removes all platform dependencies; however, +the user is required to use Acrobat 9. + +date: 2012-03-21 09:27:37 +0100 + +%post flashmovie +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flashmovie +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flashmovie +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flashmovie-doc +Summary: Documentation for flashmovie +Version: svn25768.0.4 +Release: %{tl_noarch_release} +Provides: tex-flashmovie-doc +BuildArch: noarch +AutoReqProv: No + +%description flashmovie-doc +Documentation for flashmovie + +%package flipbook +Provides: tex-flipbook = %{tl_version} +License: LPPL +Summary: Typeset flipbook animations, in the corners of documents +Version: svn25584.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyhdr.sty) +Requires: tex(graphicx.sty) +Requires: tex(scalefnt.sty) +Requires: tex(verbatim.sty) +Requires: tex(everypage.sty) +Requires: tex(ifthen.sty) +Provides: tex(flipbook.sty) = %{tl_version} + +%description flipbook +The package provides techniques for adding flip book animations +in the corner of your LaTeX documents (using images or ASCII +art). Animations are defined as a set of numbered files (e.g., +"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies on +fancyhdr to control the corners. + +date: 2012-03-07 15:39:23 +0100 + +%post flipbook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flipbook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flipbook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flipbook-doc +Summary: Documentation for flipbook +Version: svn25584.0.2 +Release: %{tl_noarch_release} +Provides: tex-flipbook-doc +BuildArch: noarch +AutoReqProv: No + +%description flipbook-doc +Documentation for flipbook + +%package flippdf +Provides: tex-flippdf = %{tl_version} +License: LPPL +Summary: Horizontal flipping of pages with pdfLaTeX +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(everypage.sty) +Provides: tex(flippdf.sty) = %{tl_version} + +%description flippdf +The package allows the production of a document with pages +"mirrored". This is sometimes required by publishers who want +camera-ready documents to be printed on transparent film (to be +viewed from the "wrong" side). The package requires everypage, +and only works with pdfLaTeX in PDF mode. + +date: 2007-02-27 14:19:10 +0100 + +%post flippdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flippdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flippdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flippdf-doc +Summary: Documentation for flippdf +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-flippdf-doc +BuildArch: noarch +AutoReqProv: No + +%description flippdf-doc +Documentation for flippdf + +%package floatflt +Provides: tex-floatflt = %{tl_version} +License: LPPL +Summary: Wrap text around floats +Version: svn25540.1.31 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(floatflt.sty) = %{tl_version} + +%description floatflt +The package can float text around figures and tables which do +not span the full width of a page; it improves upon floatfig, +and allows tables/figures to be set left/right or alternating +on even/odd pages. + +date: 2012-02-29 15:33:26 +0100 + +%post floatflt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun floatflt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans floatflt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package floatflt-doc +Summary: Documentation for floatflt +Version: svn25540.1.31 +Release: %{tl_noarch_release} +Provides: tex-floatflt-doc +BuildArch: noarch +AutoReqProv: No + +%description floatflt-doc +Documentation for floatflt + +%package floatrow +Provides: tex-floatrow = %{tl_version} +License: LPPL +Summary: Modifying the layout of floats +Version: svn15878.0.3b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(caption3.sty) +Requires: tex(color.sty) +Requires: tex(fr-subfig.sty) +Requires: tex(fancybox.sty) +Requires: tex(longtable.sty) +Provides: tex(floatpagestyle.sty) = %{tl_version} +Provides: tex(floatrow.sty) = %{tl_version} +Provides: tex(fr-fancy.sty) = %{tl_version} +Provides: tex(fr-longtable.sty) = %{tl_version} +Provides: tex(fr-subfig.sty) = %{tl_version} +Provides: tex(listpen.sty) = %{tl_version} + +%description floatrow +The floatrow package provides many ways to customize layouts of +floating environments and has code to cooperate with the +caption 3.x package. The package offers mechanisms to put +floats side by side, and to put the caption beside its float. +The floatrow settings could be expanded to the floats created +by packages rotating, wrapfig, subfig (in the case of rows of +subfloats), and longtable. + +date: 2009-09-27 10:36:15 +0200 + +%post floatrow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun floatrow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans floatrow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package floatrow-doc +Summary: Documentation for floatrow +Version: svn15878.0.3b +Release: %{tl_noarch_release} +Provides: tex-floatrow-doc +BuildArch: noarch +AutoReqProv: No + +%description floatrow-doc +Documentation for floatrow + +%package flowfram +Provides: tex-flowfram = %{tl_version} +License: LPPL +Summary: Create text frames for posters, brochures or magazines +Version: svn28238.1.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(graphics.sty) +Requires: tex(afterpage.sty) +Requires: tex(xfor.sty) +Requires: tex(etoolbox.sty) +Requires: tex(color.sty) +Provides: tex(flowfram.sty) = %{tl_version} + +%description flowfram +The flowfram package enables you to create frames in a document +such that the contents of the document environment flow from +one frame to the next in the order in which they were defined. +This is useful for creating posters or magazines, indeed any +form of document that does not conform to the standard one or +two column layout. + +date: 2012-11-11 10:25:17 +0100 + +%post flowfram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun flowfram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flowfram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package flowfram-doc +Summary: Documentation for flowfram +Version: svn28238.1.14 +Release: %{tl_noarch_release} +Provides: tex-flowfram-doc +BuildArch: noarch +AutoReqProv: No + +%description flowfram-doc +Documentation for flowfram + +%package fmp +Provides: tex-fmp = %{tl_version} +License: LPPL +Summary: Include Functional MetaPost in LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(verbatim.sty) +Provides: tex(fmp.sty) = %{tl_version} + +%description fmp +fmp package + +date: 2007-01-04 00:44:01 +0100 + +%post fmp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fmp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fmp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fmp-doc +Summary: Documentation for fmp +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-fmp-doc +BuildArch: noarch +AutoReqProv: No + +%description fmp-doc +Documentation for fmp + +%package fn2end +Provides: tex-fn2end = %{tl_version} +License: Public Domain +Summary: Convert footnotes to endnotes +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fn2end.sty) = %{tl_version} + +%description fn2end +Defines macros \makeendnotes, which converts \footnote to +produce endnotes; and \theendnotes which prints them out. + +date: 2009-01-03 10:55:55 +0100 + +%post fn2end +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fn2end +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fn2end +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fn2end-doc +Summary: Documentation for fn2end +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-fn2end-doc +BuildArch: noarch +AutoReqProv: No + +%description fn2end-doc +Documentation for fn2end + +%package fnbreak +Provides: tex-fnbreak = %{tl_version} +License: LPPL +Summary: Warn for split footnotes +Version: svn25003.1.30 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(fnbreak.sty) = %{tl_version} + +%description fnbreak +This package detects footnotes that are split over several +pages, and writes a warning to the log file. + +date: 2012-01-02 14:24:13 +0100 + +%post fnbreak +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fnbreak +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnbreak +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fnbreak-doc +Summary: Documentation for fnbreak +Version: svn25003.1.30 +Release: %{tl_noarch_release} +Provides: tex-fnbreak-doc +BuildArch: noarch +AutoReqProv: No + +%description fnbreak-doc +Documentation for fnbreak + +%package fncychap +Provides: tex-fncychap = %{tl_version} +License: LPPL 1.3 +Summary: Seven predefined chapter heading styles +Version: svn20710.v1.34 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(fncychap.sty) = %{tl_version} + +%description fncychap +Each style can be modified using a set of simple commands. +Optionally one can modify the formatting routines in order to +create additional chapter headings. This package was previously +known as FancyChapter. + +date: 2010-12-10 10:22:28 +0100 + +%post fncychap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fncychap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fncychap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fncychap-doc +Summary: Documentation for fncychap +Version: svn20710.v1.34 +Release: %{tl_noarch_release} +Provides: tex-fncychap-doc +BuildArch: noarch +AutoReqProv: No + +%description fncychap-doc +Documentation for fncychap + +%package fncylab +Provides: tex-fncylab = %{tl_version} +License: LPPL +Summary: Alter the format of \label references +Version: svn17382.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fncylab.sty) = %{tl_version} + +%description fncylab +LaTeX provides a mechanism for altering the appearance of +references to labels, but it's somewhat flawed, and requires +that the user manipulate internal commands. The package fixes +the flaw in LaTeX, and provides a \labelformat command for +changing the format of references to labels. The package also +provides a \Ref command to make reference to such redefined +labels at the start of a sentence. + +date: 2010-03-09 12:54:42 +0100 + +%post fncylab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fncylab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fncylab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fncylab-doc +Summary: Documentation for fncylab +Version: svn17382.1.0 +Release: %{tl_noarch_release} +Provides: tex-fncylab-doc +BuildArch: noarch +AutoReqProv: No + +%description fncylab-doc +Documentation for fncylab + +%package fnpara +Provides: tex-fnpara = %{tl_version} +License: LPPL 1.3 +Summary: Footnotes in paragraphs +Version: svn25607.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fnpara.sty) = %{tl_version} + +%description fnpara +Typeset footnotes in run-on paragraphs, instead of one above +another; this is a re-seating, for the LaTeX environment, of an +example in the TeXbook. The same basic code, improved for use +in e-TeX-based LaTeX, appears in the comprehensive footnote +package footmisc, and superior versions are also available in +the manyfoot and bigfoot packages. + +date: 2012-03-11 01:08:16 +0100 + +%post fnpara +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fnpara +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnpara +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fnpara-doc +Summary: Documentation for fnpara +Version: svn25607.0 +Release: %{tl_noarch_release} +Provides: tex-fnpara-doc +BuildArch: noarch +AutoReqProv: No + +%description fnpara-doc +Documentation for fnpara + +%package fnpct +Provides: tex-fnpct = %{tl_version} +License: LPPL 1.3 +Summary: Manage footnote marks' interaction with punctuation +Version: svn29795.0.2k +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(scrlfile.sty) +Requires: tex(scrextend.sty) +Provides: tex(fnpct.sty) = %{tl_version} + +%description fnpct +The package moves footnote marks after following punctuation +(comma or full stop), and adjusts kerning as appropriate. As a +side effect, a change to the handling of multiple footnotes is +provided. + +date: 2013-04-08 10:17:07 +0200 + +%post fnpct +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fnpct +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnpct +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fnpct-doc +Summary: Documentation for fnpct +Version: svn29795.0.2k +Release: %{tl_noarch_release} +Provides: tex-fnpct-doc +BuildArch: noarch +AutoReqProv: No + +%description fnpct-doc +Documentation for fnpct + +%package fnumprint +Provides: tex-fnumprint = %{tl_version} +License: LPPL 1.3 +Summary: Print a number in 'appropriate' format +Version: svn29173.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xifthen.sty) +Requires: tex(numprint.sty) +Requires: tex(zahl2string.sty) +Provides: tex(fnumprint.sty) = %{tl_version} + +%description fnumprint +The package defines two macros which decide to typeset a number +either as an Arabic number or as a word (or words) for the +number. If the number is between zero and twelve (including +zero and twelve) then words will be used; if the number is +outside that range, it will be typeset using the package +numprint Words for English representation of numbers are +generated within the package, while those for German are +generated using the package zahl2string. + +date: 2013-02-19 09:29:17 +0100 + +%post fnumprint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fnumprint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnumprint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fnumprint-doc +Summary: Documentation for fnumprint +Version: svn29173.1.1a +Release: %{tl_noarch_release} +Provides: tex-fnumprint-doc +BuildArch: noarch +AutoReqProv: No + +%description fnumprint-doc +Documentation for fnumprint + +%package foilhtml +Provides: tex-foilhtml = %{tl_version} +License: LPPL +Summary: Interface between foiltex and LaTeX2HTML +Version: svn21855.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(foilhtml.cfg) = %{tl_version} +Provides: tex(foilhtml.sty) = %{tl_version} + +%description foilhtml +Provides integration between FoilTeX and LaTeX2HTML, adding +sectioning commands and elements of logical formatting to +FoilTeX and providing support for FoilTeX commands in +LaTeX2HTML. + +date: 2007-01-05 16:07:21 +0100 + +%post foilhtml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun foilhtml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans foilhtml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package foilhtml-doc +Summary: Documentation for foilhtml +Version: svn21855.1.2 +Release: %{tl_noarch_release} +Provides: tex-foilhtml-doc +BuildArch: noarch +AutoReqProv: No + +%description foilhtml-doc +Documentation for foilhtml + +%package fontaxes +Provides: tex-fontaxes = %{tl_version} +License: LPPL 1.3 +Summary: Additional font axes for LaTeX +Version: svn24880.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fontaxes.sty) = %{tl_version} + +%description fontaxes +The package adds several new font axes on top of LaTeX's New +Font Selection Scheme. In particular, it splits the shape axis +into a primary and a secondary shape axis, and it adds three +new axes to deal with the different figure versions offered by +many professional fonts. + +date: 2011-12-19 11:01:35 +0100 + +%post fontaxes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontaxes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontaxes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontaxes-doc +Summary: Documentation for fontaxes +Version: svn24880.1.0c +Release: %{tl_noarch_release} +Provides: tex-fontaxes-doc +BuildArch: noarch +AutoReqProv: No + +%description fontaxes-doc +Documentation for fontaxes + +%package fonttable +Provides: tex-fonttable = %{tl_version} +License: LPPL 1.3 +Summary: Print font tables from a LaTeX document +Version: svn21399.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fonttable.sty) = %{tl_version} + +%description fonttable +This is a package version of nfssfont.tex (part of the LaTeX +distribution); it enables you to print a table of the +characters of a font and/or some text (for demonstration or +testing purposes), from within a document. (Packages such as +testfont and nfssfont.tex provide these facilities, but they +run as interactive programs: the user is expected to type +details of what is needed.) Note that the package mftinc also +has a \fonttable function; the documentation explains how avoid +a clash with that package. + +date: 2009-10-20 21:39:17 +0200 + +%post fonttable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fonttable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fonttable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fonttable-doc +Summary: Documentation for fonttable +Version: svn21399.1.6 +Release: %{tl_noarch_release} +Provides: tex-fonttable-doc +BuildArch: noarch +AutoReqProv: No + +%description fonttable-doc +Documentation for fonttable + +%package footmisc +Provides: tex-footmisc = %{tl_version} +License: LPPL 1.3 +Summary: A range of footnote options +Version: svn23330.5.5b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(footmisc.sty) = %{tl_version} + +%description footmisc +A collection of ways to change the typesetting of footnotes. +The package provides means of changing the layout of the +footnotes themselves (including setting them in 'paragraphs' -- +the para option), a way to number footnotes per page (the +perpage option), to make footnotes disappear when an argument +moves (stable option) and to deal with multiple references to +footnotes from the same place (multiple option). The package +also has a range of techniques for labelling footnotes with +symbols rather than numbers. Some of the functions of the +package are overlap with the functionality of other packages. +The para option is also provided by the manyfoot and bigfoot +packages, though those are both also portmanteau packages. +(Don't be seduced by fnpara, whose implementation is improved +by the present package.) The perpage option is also offered by +footnpag and by the rather more general-purpose perpage + +date: 2011-06-09 17:50:36 +0200 + +%post footmisc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun footmisc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footmisc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package footmisc-doc +Summary: Documentation for footmisc +Version: svn23330.5.5b +Release: %{tl_noarch_release} +Provides: tex-footmisc-doc +BuildArch: noarch +AutoReqProv: No + +%description footmisc-doc +Documentation for footmisc + +%package footnotebackref +Provides: tex-footnotebackref = %{tl_version} +License: LPPL 1.3 +Summary: Back-references from footnotes +Version: svn27034.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(letltxmacro.sty) +Requires: tex(hyperref.sty) +Requires: tex(kvoptions.sty) +Provides: tex(footnotebackref.sty) = %{tl_version} + +%description footnotebackref +The package provides the means of creating hyperlinks, from a +footnote at the bottom of the page, back to the occurence of +the footnote in the main text. + +date: 2012-07-05 10:27:55 +0200 + +%post footnotebackref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun footnotebackref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnotebackref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package footnotebackref-doc +Summary: Documentation for footnotebackref +Version: svn27034.1.0 +Release: %{tl_noarch_release} +Provides: tex-footnotebackref-doc +BuildArch: noarch +AutoReqProv: No + +%description footnotebackref-doc +Documentation for footnotebackref + +%package footnoterange +Provides: tex-footnoterange = %{tl_version} +License: LPPL 1.3 +Summary: References to ranges of footnotes +Version: svn25430.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ltxcmds.sty) +Requires: tex(xspace.sty) +Provides: tex(footnoterange.sty) = %{tl_version} + +%description footnoterange +The package provides environments footnoterange and +footnoterange*. Multiple footnotes inside these environments +are not referenced as (e.g.) "1 2 3 4" but as "1-4", i.e., the +range (from first to last referred footnote at that place) is +given. If hyperref package and use of its hyperfootnotes-option +the references are hyperlinked. (References to footnotes in the +footnoterange* environment are never hyperlinked.) + +date: 2012-02-19 15:01:00 +0100 + +%post footnoterange +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun footnoterange +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnoterange +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package footnoterange-doc +Summary: Documentation for footnoterange +Version: svn25430.1.0a +Release: %{tl_noarch_release} +Provides: tex-footnoterange-doc +BuildArch: noarch +AutoReqProv: No + +%description footnoterange-doc +Documentation for footnoterange + +%package footnpag +Provides: tex-footnpag = %{tl_version} +License: GPL+ +Summary: Per-page numbering of footnotes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(footnpag.sty) = %{tl_version} + +%description footnpag +Allows footnotes on individual pages to be numbered from 1, +rather than being numbered sequentially through the document. + +date: 2009-09-26 11:43:36 +0200 + +%post footnpag +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun footnpag +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnpag +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package footnpag-doc +Summary: Documentation for footnpag +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-footnpag-doc +BuildArch: noarch +AutoReqProv: No + +%description footnpag-doc +Documentation for footnpag + +%package forarray +Provides: tex-forarray = %{tl_version} +License: LPPL +Summary: Using array structures in LaTeX +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(forarray.sty) = %{tl_version} + +%description forarray +The package provides functionality for processing lists and +array structures in LaTeX. Arrays can contain characters as +well as TeX and LaTeX commands, nesting of arrays is possible, +and arrays are processed within the same brace level as their +surrounding environment. Array levels can be delimited by +characters or control sequences defined by the user. Practical +uses of this package include data management, construction of +lists and tables, and calculations based on the contents of +lists and arrays. + +date: 2008-08-19 20:38:14 +0200 + +%post forarray +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun forarray +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forarray +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package forarray-doc +Summary: Documentation for forarray +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-forarray-doc +BuildArch: noarch +AutoReqProv: No + +%description forarray-doc +Documentation for forarray + +%package foreign +Provides: tex-foreign = %{tl_version} +License: LPPL 1.3 +Summary: Systematic treatment of 'foreign' words in documents +Version: svn27819.2.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xpunctuate.sty) +Requires: tex(xspace.sty) +Provides: tex(foreign.sty) = %{tl_version} + +%description foreign +The package supports authors' use of consistent typesetting of +foreign words in documents. + +date: 2012-09-26 16:23:18 +0200 + +%post foreign +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun foreign +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans foreign +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package foreign-doc +Summary: Documentation for foreign +Version: svn27819.2.7 +Release: %{tl_noarch_release} +Provides: tex-foreign-doc +BuildArch: noarch +AutoReqProv: No + +%description foreign-doc +Documentation for foreign + +%package forloop +Provides: tex-forloop = %{tl_version} +License: LGPLv2+ +Summary: Iteration in LaTeX +Version: svn15878.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(forloop.sty) = %{tl_version} + +%description forloop +The package provides a command \forloop for doing iteration in +LaTeX macro programming. + +date: 2007-02-27 14:19:10 +0100 + +%post forloop +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun forloop +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forloop +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package forloop-doc +Summary: Documentation for forloop +Version: svn15878.3.0 +Release: %{tl_noarch_release} +Provides: tex-forloop-doc +BuildArch: noarch +AutoReqProv: No + +%description forloop-doc +Documentation for forloop + +%package formular +Provides: tex-formular = %{tl_version} +License: LPPL +Summary: Create forms containing field for manual entry +Version: svn15878.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(formular.sty) = %{tl_version} + +%description formular +When typesetting forms there often arises the need for defining +fields which consist of one or more lines where the customer +can write something down manually. This package offers some +commands for defining such fields in a distinctive way. + +date: 2007-01-05 21:30:32 +0100 + +%post formular +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun formular +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans formular +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package formular-doc +Summary: Documentation for formular +Version: svn15878.1.0a +Release: %{tl_noarch_release} +Provides: tex-formular-doc +BuildArch: noarch +AutoReqProv: No + +%description formular-doc +Documentation for formular + +%package fragments +Provides: tex-fragments = %{tl_version} +License: Public Domain +Summary: Fragments of LaTeX code +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(checklab.tex) = %{tl_version} +Provides: tex(overrightarrow.sty) = %{tl_version} +Provides: tex(removefr.tex) = %{tl_version} +Provides: tex(subscript.sty) = %{tl_version} + +%description fragments +A collection of fragments of LaTeX code, suitable for inclusion +in packages, or (possibly) in users' documents. Included are: - +checklab, for modifying the label checking code at +\end{document}; - overrightarrow, defining a doubled over-arrow +macro; - removefr, for removing 'reset' relations between +counters; and - subscript, defining a \textsubscript command. + +date: 2009-01-16 17:12:15 +0100 + +%post fragments +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fragments +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fragments +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fragments-doc +Summary: Documentation for fragments +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-fragments-doc +BuildArch: noarch +AutoReqProv: No + +%description fragments-doc +Documentation for fragments + +%package frame +Provides: tex-frame = %{tl_version} +License: LPPL +Summary: Framed boxes for Plain TeX +Version: svn18312.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(frame.sty) = %{tl_version} +Provides: tex(frame.tex) = %{tl_version} + +%description frame +A jiffy file (taken from fancybox) for placing a frame around a +box of text. The macros also provide for typesetting an empty +box of given dimensions. + +date: 2010-06-06 13:50:32 +0200 + +%post frame +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frame +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frame +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frame-doc +Summary: Documentation for frame +Version: svn18312.1.0 +Release: %{tl_noarch_release} +Provides: tex-frame-doc +BuildArch: noarch +AutoReqProv: No + +%description frame-doc +Documentation for frame + +%package framed +Provides: tex-framed = %{tl_version} +License: Copyright only +Summary: Framed or shaded regions that can break across pages +Version: svn26789.0.96 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(framed.sty) = %{tl_version} + +%description framed +The package creates three environments: - framed, which puts an +ordinary frame box around the region, - shaded, which shades +the region, and - leftbar, which places a line at the left +side. The environments allow a break at their start (the +\FrameCommand enables creation of a title that is "attached" to +the environment); breaks are also allowed in the course of the +framed/shaded matter. There is also a command \MakeFramed to +make your own framed-style environments. + +date: 2012-06-01 12:48:04 +0200 + +%post framed +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun framed +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans framed +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package framed-doc +Summary: Documentation for framed +Version: svn26789.0.96 +Release: %{tl_noarch_release} +Provides: tex-framed-doc +BuildArch: noarch +AutoReqProv: No + +%description framed-doc +Documentation for framed + +%package frankenstein +Provides: tex-frankenstein = %{tl_version} +License: GPL+ +Summary: A collection of LaTeX packages. +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(slemph.sty) +Provides: tex(abbrevs.cfg) = %{tl_version} +Provides: tex(abbrevs.sty) = %{tl_version} +Provides: tex(achicago.sty) = %{tl_version} +Provides: tex(attrib.sty) = %{tl_version} +Provides: tex(blkcntrl.sty) = %{tl_version} +Provides: tex(compsci.cfg) = %{tl_version} +Provides: tex(compsci.sty) = %{tl_version} +Provides: tex(dialogue.sty) = %{tl_version} +Provides: tex(lips.sty) = %{tl_version} +Provides: tex(moredefs.sty) = %{tl_version} +Provides: tex(newclude.sty) = %{tl_version} +Provides: tex(slemph.cfg) = %{tl_version} +Provides: tex(slemph.sty) = %{tl_version} +Provides: tex(titles.cfg) = %{tl_version} +Provides: tex(titles.sty) = %{tl_version} + +%description frankenstein +Frankenstein is a bundle of LaTeX packages serving various +purposes and a BibTeX bibliography style. Descriptions are +given under the individual packages: abbrevs, achicago package, +achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips, +moredefs, newclude, slemph, titles. + +date: 2008-08-19 20:38:14 +0200 + +%post frankenstein +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frankenstein +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frankenstein +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frankenstein-doc +Summary: Documentation for frankenstein +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-frankenstein-doc +BuildArch: noarch +AutoReqProv: No + +%description frankenstein-doc +Documentation for frankenstein + +%package frege +Provides: tex-frege = %{tl_version} +License: GPL+ +Summary: Typeset fregean Begriffsschrift +Version: svn27417.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(ifthen.sty) +Requires: tex(bguq.sty) +Provides: tex(frege.sty) = %{tl_version} + +%description frege +The package defines a number of new commands for typesetting +fregean Begriffsschrift in LaTeX. It is loosely based on the +package begriff, and offers a number of improvements including +better relative lengths of the content stroke with respect to +other strokes, content strokes that point at the middle of +lines rather than the bottom, a greater width for the assertion +stroke as compared to the content stroke, a more intuitive +structure for the conditional, greater care taken to allow for +the linewidth in the spacing of formulas. + +date: 2012-08-15 12:04:21 +0200 + +%post frege +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun frege +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frege +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package frege-doc +Summary: Documentation for frege +Version: svn27417.1.3 +Release: %{tl_noarch_release} +Provides: tex-frege-doc +BuildArch: noarch +AutoReqProv: No + +%description frege-doc +Documentation for frege + +%package ftcap +Provides: tex-ftcap = %{tl_version} +License: GPL+ +Summary: Allows \caption at the beginning of a table-environment +Version: svn17275.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ftcap.sty) = %{tl_version} + +%description ftcap +For several reasons a \caption may be desirable at the top of a +table environment. This package changes the table environment +such that \abovecaptionskip and \belowcaptionskip are swapped. +The package should also work with a non-standard table +environment. + +date: 2010-03-09 13:05:51 +0100 + +%post ftcap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ftcap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ftcap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ftcap-doc +Summary: Documentation for ftcap +Version: svn17275.1.4 +Release: %{tl_noarch_release} +Provides: tex-ftcap-doc +BuildArch: noarch +AutoReqProv: No + +%description ftcap-doc +Documentation for ftcap + +%package ftnxtra +Provides: tex-ftnxtra = %{tl_version} +License: LPPL +Summary: Extend the applicability of the \footnote command +Version: svn29652.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ftnxtra.sty) = %{tl_version} + +%description ftnxtra +The package treats footnotes in \caption, the tabular +environment, and \chapter and other \section-like commands. + +date: 2013-04-04 15:10:30 +0200 + +%post ftnxtra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ftnxtra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ftnxtra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ftnxtra-doc +Summary: Documentation for ftnxtra +Version: svn29652.0.1 +Release: %{tl_noarch_release} +Provides: tex-ftnxtra-doc +BuildArch: noarch +AutoReqProv: No + +%description ftnxtra-doc +Documentation for ftnxtra + +%package fullblck +Provides: tex-fullblck = %{tl_version} +License: LPPL +Summary: Left-blocking for letter class +Version: svn25434.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fullblck.sty) = %{tl_version} + +%description fullblck +Used with the letter documentclass to set the letter in a +fullblock style (everything at the left margin). + +date: 2008-09-12 11:36:07 +0200 + +%post fullblck +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fullblck +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fullblck +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fullblck-doc +Summary: Documentation for fullblck +Version: svn25434.1.03 +Release: %{tl_noarch_release} +Provides: tex-fullblck-doc +BuildArch: noarch +AutoReqProv: No + +%description fullblck-doc +Documentation for fullblck + +%package fullwidth +Provides: tex-fullwidth = %{tl_version} +License: LPPL +Summary: Adjust margins of text block +Version: svn24684.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(etoolbox.sty) +Requires: tex(zref-abspage.sty) +Provides: tex(fullwidth.sty) = %{tl_version} + +%description fullwidth +The package provides the environment fullwidth, which sets the +left and right margins in a simple way. There is no constraint +about page breaks; if you are using the twoside mode, you can +set the inner and outer margins to avoid the effects of the +different margins. + +date: 2011-11-28 12:38:18 +0100 + +%post fullwidth +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fullwidth +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fullwidth +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fullwidth-doc +Summary: Documentation for fullwidth +Version: svn24684.0.1 +Release: %{tl_noarch_release} +Provides: tex-fullwidth-doc +BuildArch: noarch +AutoReqProv: No + +%description fullwidth-doc +Documentation for fullwidth + +%package fundus-calligra +Provides: tex-fundus-calligra = %{tl_version} +License: Freely redistributable without restriction +Summary: Support for the calligra font in LaTeX documents +Version: svn26018.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(calligra.sty) = %{tl_version} + +%description fundus-calligra +The package offers support for the calligra handwriting font, +in LaTeX documents. The package is part of the fundus bundle. + +date: 2012-04-15 00:54:55 +0200 + +%post fundus-calligra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fundus-calligra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fundus-calligra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fundus-calligra-doc +Summary: Documentation for fundus-calligra +Version: svn26018.1.2 +Release: %{tl_noarch_release} +Provides: tex-fundus-calligra-doc +BuildArch: noarch +AutoReqProv: No + +%description fundus-calligra-doc +Documentation for fundus-calligra + +%package fundus-cyr +Provides: tex-fundus-cyr = %{tl_version} +License: LPPL 1.3 +Summary: Support for Washington University Cyrillic fonts +Version: svn26019.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(cyracc.def) +Provides: tex(cyr.sty) = %{tl_version} + +%description fundus-cyr +The package supports the use of the Washington Cyrillic fonts +with LaTeX (Note that standard LateX has support, too, as +encoding OT2). The package is distributed as part of the fundus +bundle. + +date: 2012-04-15 11:57:05 +0200 + +%post fundus-cyr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fundus-cyr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fundus-cyr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fundus-sueterlin +Provides: tex-fundus-sueterlin = %{tl_version} +License: LPPL 1.3 +Summary: Sutterlin +Version: svn26030.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(suetterl.sty) = %{tl_version} + +%description fundus-sueterlin +The package supports use, in LaTeX, of the MetaFont emulation +of the Sueterlin handwriting fonts The package is distributed +as part of the fundus bundle.. + +date: 2012-04-18 12:42:25 +0200 + +%post fundus-sueterlin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fundus-sueterlin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fundus-sueterlin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fundus-sueterlin-doc +Summary: Documentation for fundus-sueterlin +Version: svn26030.1.2 +Release: %{tl_noarch_release} +Provides: tex-fundus-sueterlin-doc +BuildArch: noarch +AutoReqProv: No + +%description fundus-sueterlin-doc +Documentation for fundus-sueterlin + +%package fwlw +Provides: tex-fwlw = %{tl_version} +License: Copyright only +Summary: Get first and last words of a page +Version: svn29803.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fwlw.sty) = %{tl_version} + +%description fwlw +The package extracts the first and last words of a page, +together with the first word of the next page, just before the +page is formed into the object to print. The package defines a +couple of page styles that use the words that have been +extracted. + +date: 2012-06-04 11:02:08 +0200 + +%post fwlw +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fwlw +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fwlw +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fwlw-doc +Summary: Documentation for fwlw +Version: svn29803.0 +Release: %{tl_noarch_release} +Provides: tex-fwlw-doc +BuildArch: noarch +AutoReqProv: No + +%description fwlw-doc +Documentation for fwlw + +%package g-brief +Provides: tex-g-brief = %{tl_version} +License: LPPL +Summary: Letter document class +Version: svn21140.4.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(babel.sty) +Requires: tex(inputenc.sty) +Requires: tex(marvosym.sty) +Requires: tex(eurosym.sty) +Requires: tex(ifthen.sty) +Provides: tex(g-brief.cls) = %{tl_version} +Provides: tex(g-brief.sty) = %{tl_version} +Provides: tex(g-brief2.cls) = %{tl_version} +Provides: tex(g-brief2.sty) = %{tl_version} + +%description g-brief +Designed for formatting formless letters in German; can also be +used for English (by those who can read the documentation). +There are LaTeX 2.09 documentstyle and LaTeX 2e class files for +both an 'old' and a 'new' version of g-brief. + +date: 2009-01-23 15:11:09 +0100 + +%post g-brief +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun g-brief +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans g-brief +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package g-brief-doc +Summary: Documentation for g-brief +Version: svn21140.4.0.2 +Release: %{tl_noarch_release} +Provides: tex-g-brief-doc +BuildArch: noarch +AutoReqProv: No + +%description g-brief-doc +Documentation for g-brief + +%package gauss +Provides: tex-gauss = %{tl_version} +License: LPPL +Summary: A package for Gaussian operations +Version: svn24411.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(gauss.sty) = %{tl_version} + +%description gauss +The gauss package provides configurable tools for producing row +and column operations on matrices (a.k.a. Gaussian operations). + +date: 2011-10-26 17:26:33 +0200 + +%post gauss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gauss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gauss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gauss-doc +Summary: Documentation for gauss +Version: svn24411.0 +Release: %{tl_noarch_release} +Provides: tex-gauss-doc +BuildArch: noarch +AutoReqProv: No + +%description gauss-doc +Documentation for gauss + +%package gcard +Provides: tex-gcard = %{tl_version} +License: LPPL +Summary: Arrange text on a sheet to fold into a greeting card +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textpos.sty) +Requires: tex(graphicx.sty) +Requires: tex(calc.sty) +Provides: tex(gcard.sty) = %{tl_version} + +%description gcard +The package provides a simple means of producing greeting +cards. It arranges four panels onto a single sheet so that when +the sheet is folded twice the four panels are arranged as front +cover, inside left and right pages, and back cover. It uses the +textpos package for placement on the sheet and the graphicx +package for the necessary rotation. The four panels are set in +minipages for formatting by the user. + +date: 2008-08-19 21:00:04 +0200 + +%post gcard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gcard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gcard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gcard-doc +Summary: Documentation for gcard +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gcard-doc +BuildArch: noarch +AutoReqProv: No + +%description gcard-doc +Documentation for gcard + +%package gcite +Provides: tex-gcite = %{tl_version} +License: LPPL 1.3 +Summary: Citations in a reader-friendly style +Version: svn15878.1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(biblatex.sty) +Provides: tex(gcite.sty) = %{tl_version} + +%description gcite +The package allows citations in the German style, which is +considered by many to be particularly reader-friendly. The +citation provides a small amount of bibliographic information +in a footnote on the page where each citation is made. It +combines a desire to eliminate unnecessary page-turning with +the look-up efficiency afforded by numeric citations. The +package makes use of the (still experimental) BibLaTeX package, +and is itself also considered experimental; comment is invited. + +date: 2009-07-04 21:47:31 +0200 + +%post gcite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gcite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gcite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gcite-doc +Summary: Documentation for gcite +Version: svn15878.1.0.1 +Release: %{tl_noarch_release} +Provides: tex-gcite-doc +BuildArch: noarch +AutoReqProv: No + +%description gcite-doc +Documentation for gcite + +%package genmpage +Provides: tex-genmpage = %{tl_version} +License: LPPL +Summary: Generalization of LaTeX's minipages +Version: svn15878.0.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(genmpage.sty) = %{tl_version} + +%description genmpage +The GenMPage package generalizes LaTeX's minipages. Keyval +options and styles can be used to determine their appearance in +an easy and consistent way. Includes options for paragraph +indentation and vertical alignment with respect to the visual +top and bottom margins. + +date: 2007-03-07 00:33:49 +0100 + +%post genmpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun genmpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genmpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package genmpage-doc +Summary: Documentation for genmpage +Version: svn15878.0.3.1 +Release: %{tl_noarch_release} +Provides: tex-genmpage-doc +BuildArch: noarch +AutoReqProv: No + +%description genmpage-doc +Documentation for genmpage + +%package getfiledate +Provides: tex-getfiledate = %{tl_version} +License: LPPL +Summary: Find the date of last modification of a file +Version: svn16189.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etextools.sty) +Requires: tex(ltxnew.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xcolor.sty) +Requires: tex(amssymb.sty) +Requires: tex(boxedminipage.sty) +Provides: tex(getfiledate.sty) = %{tl_version} + +%description getfiledate +The package fetches from the system the date of last +modification or opening of an existing file, using the function +\pdffilemoddate (present in recent versions of PDFTeX); the +user may specify how the date is to be presented. + +date: 2009-11-26 14:59:55 +0100 + +%post getfiledate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun getfiledate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans getfiledate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package getfiledate-doc +Summary: Documentation for getfiledate +Version: svn16189.1.2 +Release: %{tl_noarch_release} +Provides: tex-getfiledate-doc +BuildArch: noarch +AutoReqProv: No + +%description getfiledate-doc +Documentation for getfiledate + +%package ginpenc +Provides: tex-ginpenc = %{tl_version} +License: LPPL +Summary: Modification of inputenc for German +Version: svn24980.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ginpenc.sty) = %{tl_version} + +%description ginpenc +If the inputenc is used and German umlauts are input directly, +they are converted to the LICR representation \"a (etc.). This +breaks the sort algorithm of makeindex, for instance. Ginpenc +converts umlauts and the sharp-s to the short forms defined by +babel, e.g., "a instead, if the text is typeset in German. + +date: 2007-07-08 11:00:26 +0200 + +%post ginpenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ginpenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ginpenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ginpenc-doc +Summary: Documentation for ginpenc +Version: svn24980.1.0 +Release: %{tl_noarch_release} +Provides: tex-ginpenc-doc +BuildArch: noarch +AutoReqProv: No + +%description ginpenc-doc +Documentation for ginpenc + +%package gitinfo +Provides: tex-gitinfo = %{tl_version} +License: LPPL 1.3 +Summary: Access metadata from the git distributed version control system +Version: svn23779.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(kvoptions.sty) +Requires: tex(xstring.sty) +Provides: tex(gitinfo.sty) = %{tl_version} +Provides: tex(gitsetinfo.sty) = %{tl_version} + +%description gitinfo +The package makes it possible to incorporate git version +control metadata into documents. For memoir users, the package +provides the means to tailor page headers and footers to use +the metadata. + +date: 2011-09-01 15:37:23 +0200 + +%post gitinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gitinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gitinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gitinfo-doc +Summary: Documentation for gitinfo +Version: svn23779.1.0 +Release: %{tl_noarch_release} +Provides: tex-gitinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description gitinfo-doc +Documentation for gitinfo + +%package gloss +Provides: tex-gloss = %{tl_version} +License: LPPL +Summary: Create glossaries using BibTeX +Version: svn15878.1.5.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gloss.sty) = %{tl_version} + +%description gloss +A glossary package using BibTeX with \cite replaced by \gloss. + +date: 2006-12-11 14:57:52 +0100 + +%post gloss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gloss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gloss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gloss-doc +Summary: Documentation for gloss +Version: svn15878.1.5.2 +Release: %{tl_noarch_release} +Provides: tex-gloss-doc +BuildArch: noarch +AutoReqProv: No + +%description gloss-doc +Documentation for gloss + +%package glossaries +Provides: tex-glossaries = %{tl_version} +License: LPPL +Summary: Create glossaries and lists of acronyms +Version: svn30076.3.05 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-glossaries-bin +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xfor.sty) +Requires: tex(datatool-base.sty) +Requires: tex(amsgen.sty) +Requires: tex(etoolbox.sty) +Requires: tex(glossary-super.sty) +Requires: tex(glossary-tree.sty) +Requires: tex(translator.sty) +Requires: tex(accsupp.sty) +Requires: tex(longtable.sty) +Requires: tex(array.sty) +Requires: tex(multicol.sty) +Requires: tex(supertabular.sty) +Provides: tex(glossaries-babel.sty) = %{tl_version} +Provides: tex(glossaries-compatible-207.sty) = %{tl_version} +Provides: tex(glossaries-polyglossia.sty) = %{tl_version} +Provides: tex(glossaries.sty) = %{tl_version} +Provides: tex(mfirstuc.sty) = %{tl_version} +Provides: tex(glossaries-accsupp.sty) = %{tl_version} +Provides: tex(glossary-hypernav.sty) = %{tl_version} +Provides: tex(glossary-inline.sty) = %{tl_version} +Provides: tex(glossary-list.sty) = %{tl_version} +Provides: tex(glossary-long.sty) = %{tl_version} +Provides: tex(glossary-longragged.sty) = %{tl_version} +Provides: tex(glossary-mcols.sty) = %{tl_version} +Provides: tex(glossary-super.sty) = %{tl_version} +Provides: tex(glossary-superragged.sty) = %{tl_version} +Provides: tex(glossary-tree.sty) = %{tl_version} + +%description glossaries +The glossaries package supports acronyms and multiple +glossaries, and has provision for operation in several +languages (using the facilities of either babel or +polyglossia). New entries are defined to have a name and +description (and optionally an associated symbol). Support for +multiple languages is offered, and plural forms of terms may be +specified. An additional package, glossaries-accsupp, can make +use of the accsupp package mechanisms for accessibility support +for PDF files containing glossaries. The user may define new +glossary styles, and preambles and postambles can be specified. +There is provision for loading a database of terms, but only +terms used in the text will be added to the relevant glossary. +The package uses an indexing program to provide the actual +glossary; either makeindex or xindy may serve this purpose, and +a Perl script is provided to serve as interface. The package +distribution also provides the mfirstuc package, for changing +the first letter of a word to upper case. The package +supersedes the author's glossary package (which is now +obsolete), and a conversion tool is provided. + +date: 2013-04-21 21:50:25 +0200 + +%post glossaries +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun glossaries +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package glossaries-doc +Summary: Documentation for glossaries +Version: svn30076.3.05 +Release: %{tl_noarch_release} +Provides: tex-glossaries-doc +BuildArch: noarch +AutoReqProv: No + +%description glossaries-doc +Documentation for glossaries + +%package glossaries-bin +Summary: Binaries for glossaries +Version: svn6881.0 +Requires: texlive-base +Requires: tex-glossaries +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description glossaries-bin +Binaries for glossaries + +%package gmdoc +Provides: tex-gmdoc = %{tl_version} +License: LPPL +Summary: Documentation of LaTeX packages +Version: svn21292.0.993 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(gmutils.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(gmiflink.sty) +Requires: tex(gmverb.sty) +Requires: tex(makeidx.sty) +Requires: tex(multicol.sty) +Requires: tex(tikz.sty) +Requires: tex(lmodern.sty) +Requires: tex(fontenc.sty) +Requires: tex(geometry.sty) +Requires: tex(trace.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Provides: tex(gmdoc.sty) = %{tl_version} +Provides: tex(gmdocc.cls) = %{tl_version} +Provides: tex(gmoldcomm.sty) = %{tl_version} + +%description gmdoc +A LaTeX package and an example class for documenting (La)TeX +packages, document classes, .dtx etc., providing hyperlinks. +The package is believed to be compatible with doc and permits +minimal markup of code (the macrocode environment is no longer +necessary). The package provides automatic detection of +definitions (detecting such things as \def, \newcommand, +\DeclareOption etc.). The package needs hyperref and the +author's three ''basic' packages: gmutils, gmverb and gmiflink. +As a bonus (and as an example of doc compatibility) driver +files are provided that may be used to typeset the LaTeX Base. + +date: 2011-02-02 20:24:54 +0100 + +%post gmdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmdoc-doc +Summary: Documentation for gmdoc +Version: svn21292.0.993 +Release: %{tl_noarch_release} +Provides: tex-gmdoc-doc +BuildArch: noarch +AutoReqProv: No + +%description gmdoc-doc +Documentation for gmdoc + +%package gmdoc-enhance +Provides: tex-gmdoc-enhance = %{tl_version} +License: LPPL +Summary: Some enhancements to the gmdoc package +Version: svn15878.v0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(gmdoc.sty) +Provides: tex(gmdoc-enhance.sty) = %{tl_version} + +%description gmdoc-enhance +This package provides some enhancements for the gmdoc package: +nicer formatting for multiple line inline comments, an ability +to "comment out" some code, and a macro to input other files in +"normal" LaTeX mode. + +date: 2009-03-01 13:29:14 +0100 + +%post gmdoc-enhance +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmdoc-enhance +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmdoc-enhance +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmdoc-enhance-doc +Summary: Documentation for gmdoc-enhance +Version: svn15878.v0.2 +Release: %{tl_noarch_release} +Provides: tex-gmdoc-enhance-doc +BuildArch: noarch +AutoReqProv: No + +%description gmdoc-enhance-doc +Documentation for gmdoc-enhance + +%package gmeometric +Provides: tex-gmeometric = %{tl_version} +License: LPPL +Summary: Change page size wherever it's safe +Version: svn15878.0.73 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(gmutils.sty) +Requires: tex(geometry.sty) +Provides: tex(gmeometric.sty) = %{tl_version} + +%description gmeometric +Changing the size of the typeset area is well-known to be a +dangerous operation in TeX documents. This package identifies +the circumstances where the \geometry command of the geometry +package may safely be used, (other, of course, than in the +preamble of a document) and provides a mechanism for using it. +The package makes use of the author's gmutils package. + +date: 2008-11-23 19:39:24 +0100 + +%post gmeometric +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmeometric +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmeometric +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmeometric-doc +Summary: Documentation for gmeometric +Version: svn15878.0.73 +Release: %{tl_noarch_release} +Provides: tex-gmeometric-doc +BuildArch: noarch +AutoReqProv: No + +%description gmeometric-doc +Documentation for gmeometric + +%package gmiflink +Provides: tex-gmiflink = %{tl_version} +License: LPPL +Summary: Simplify usage of \hypertarget and \hyperlink +Version: svn15878.v0.97 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gmiflink.sty) = %{tl_version} + +%description gmiflink +Three hyperref-based macros that simplify usage of \hypertarget +and \hyperlink: one argument instead of the same one twice. +Also \gmiflink and \gmifref which typeset plain text instead of +generating an error or printing '??' if there is no respective +hypertarget or label. + +date: 2008-08-13 17:41:00 +0200 + +%post gmiflink +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmiflink +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmiflink +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmiflink-doc +Summary: Documentation for gmiflink +Version: svn15878.v0.97 +Release: %{tl_noarch_release} +Provides: tex-gmiflink-doc +BuildArch: noarch +AutoReqProv: No + +%description gmiflink-doc +Documentation for gmiflink + +%package gmutils +Provides: tex-gmutils = %{tl_version} +License: LPPL +Summary: Support macros for other packages +Version: svn24287.v0.996 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(graphicx.sty) +Requires: tex(polski.sty) +Requires: tex(xltxtra.sty) +Requires: tex(multicol.sty) +Requires: tex(calc.sty) +Requires: tex(xkeyval.sty) +Provides: tex(gmRCS.sty) = %{tl_version} +Provides: tex(gmampulex.sty) = %{tl_version} +Provides: tex(gmbase.sty) = %{tl_version} +Provides: tex(gmcommand.sty) = %{tl_version} +Provides: tex(gmenvir.sty) = %{tl_version} +Provides: tex(gmlogos.sty) = %{tl_version} +Provides: tex(gmmeta.sty) = %{tl_version} +Provides: tex(gmmw.sty) = %{tl_version} +Provides: tex(gmnotonlypream.sty) = %{tl_version} +Provides: tex(gmparts.sty) = %{tl_version} +Provides: tex(gmrelsize.sty) = %{tl_version} +Provides: tex(gmtypos.sty) = %{tl_version} +Provides: tex(gmurl.sty) = %{tl_version} +Provides: tex(gmutils.sty) = %{tl_version} + +%description gmutils +Miscellaneous macros used by others of the author's packages. +Contents of the package: \newgif and other globals; \@ifnextcat +and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions; +\afterfi and friends; commands from relsize, etc.; "almost an +environment" or redefinition of \begin (\begin* doesn't check +if the argument environment is defined). + +date: 2011-10-14 16:42:22 +0200 + +%post gmutils +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmutils +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmutils +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmutils-doc +Summary: Documentation for gmutils +Version: svn24287.v0.996 +Release: %{tl_noarch_release} +Provides: tex-gmutils-doc +BuildArch: noarch +AutoReqProv: No + +%description gmutils-doc +Documentation for gmutils + +%package gmverb +Provides: tex-gmverb = %{tl_version} +License: LPPL +Summary: A variant of LaTeX \verb, verbatim and shortvrb +Version: svn24288.v0.98 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(gmcommand.sty) +Requires: tex(xcolor.sty) +Provides: tex(gmverb.sty) = %{tl_version} + +%description gmverb +A redefinition of \verb and verbatim so that long lines are +breakable before \ and after { with % as 'hyphen'. Allows you +to define your own verbatim-like environments (subject to a +size limit) and allows you to declare any single character as a +shorthand as in the \MakeShortVerb command of the shortvrb +package of the LaTeX distribution. The package depends on the +gmutils package. + +date: 2011-10-14 16:42:22 +0200 + +%post gmverb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmverb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmverb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmverb-doc +Summary: Documentation for gmverb +Version: svn24288.v0.98 +Release: %{tl_noarch_release} +Provides: tex-gmverb-doc +BuildArch: noarch +AutoReqProv: No + +%description gmverb-doc +Documentation for gmverb + +%package graphicx-psmin +Provides: tex-graphicx-psmin = %{tl_version} +License: LPPL +Summary: Reduce size of PostScript files by not repeating images +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Provides: tex(graphicx-psmin.sty) = %{tl_version} + +%description graphicx-psmin +This package is an extension of the standard graphics bundle +and provides a way to include repeated PostScript graphics (ps, +eps) only once in a PostScript document. This provides a way to +get smaller PostScript documents when having, for instance, a +logo on every page. This package only works when post-processed +with dvips, which should at least have version 5.95b. The +difference for a resulting distilled PDF file is minimal (as +Ghostscript and Adobe Distiller only include a single copy of +each graphics file, anyway). + +date: 2007-05-25 16:15:27 +0200 + +%post graphicx-psmin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun graphicx-psmin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphicx-psmin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package graphicx-psmin-doc +Summary: Documentation for graphicx-psmin +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-graphicx-psmin-doc +BuildArch: noarch +AutoReqProv: No + +%description graphicx-psmin-doc +Documentation for graphicx-psmin + +%package grfpaste +Provides: tex-grfpaste = %{tl_version} +License: LPPL +Summary: Include fragments of a dvi file +Version: svn17354.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Provides: tex(grfpaste.sty) = %{tl_version} + +%description grfpaste +Provides a mechanism to include fragments of dvi files with the +graphicx package, so that you can use \includegraphics to +include dvi files. The package requires the dvipaste program. + +date: 2010-03-06 14:40:43 +0100 + +%post grfpaste +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun grfpaste +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grfpaste +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package grfpaste-doc +Summary: Documentation for grfpaste +Version: svn17354.0.2 +Release: %{tl_noarch_release} +Provides: tex-grfpaste-doc +BuildArch: noarch +AutoReqProv: No + +%description grfpaste-doc +Documentation for grfpaste + +%package grid +Provides: tex-grid = %{tl_version} +License: LPPL +Summary: Grid typesetting in LaTeX +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(grid.sty) = %{tl_version} + +%description grid +The package enables grid typesetting in double column +documents. Grid typesetting (vertical aligning of lines of text +in adjacent columns) is a difficult task in LaTeX, and the +present package is no more than an attempt to help users to +achieve it in a limited way. An example document, grid.tex, is +provided with simple instructions to typeset it using the +package. The package needs a lot of, this is only a +beginning... + +date: 2009-11-09 22:36:07 +0100 + +%post grid +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun grid +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grid +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package grid-doc +Summary: Documentation for grid +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-grid-doc +BuildArch: noarch +AutoReqProv: No + +%description grid-doc +Documentation for grid + +%package gridset +Provides: tex-gridset = %{tl_version} +License: LPPL +Summary: Grid, a.k.a. in-register, setting +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gridset.sty) = %{tl_version} + +%description gridset +Grid setting -- also known as strict in-register setting -- is +something, that should be done for a lot of documents but is +not easy using LaTeX. The package helps to get the information +needed for grid setting. It does not implement auto grid +setting, but there is a command \vskipnextgrid, that moves to +the next grid position. This may be enough under some +circumstances, but in other circumstances it may fail. Thus +gridset is only one more step for grid setting, not a complete +solution. + +date: 2009-11-09 22:36:07 +0100 + +%post gridset +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gridset +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gridset +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gridset-doc +Summary: Documentation for gridset +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-gridset-doc +BuildArch: noarch +AutoReqProv: No + +%description gridset-doc +Documentation for gridset + +%package guitlogo +Provides: tex-guitlogo = %{tl_version} +License: LPPL +Summary: Macros for typesetting the GuIT logo +Version: svn27458.0.9.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Requires: tex(url.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Provides: tex(guit.cfg) = %{tl_version} +Provides: tex(guit.sty) = %{tl_version} + +%description guitlogo +Guit provides some commands useful to correctly write the logo +of GUIT -- "Gruppo Utilizzatori Italiani di TeX" (Italian TeX +User Group), using the default document color or any other +color the user may ever choose, in conformity with logo's +scheme as seen on the Group web site +(http://www.guit.sssup.it). Likewise, commands are provided +that simplify the writing of GuIT acronym's complete expansion, +of the addresses of Group's internet site and public forum and +'GuITmeeting' logo. Optionally, using hyperref, the outputs of +the above cited commands can become hyperlinks to Group's site. +Documentation is available in Italian, only. + +date: 2012-08-19 10:36:46 +0200 + +%post guitlogo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun guitlogo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guitlogo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package guitlogo-doc +Summary: Documentation for guitlogo +Version: svn27458.0.9.2 +Release: %{tl_noarch_release} +Provides: tex-guitlogo-doc +BuildArch: noarch +AutoReqProv: No + +%description guitlogo-doc +Documentation for guitlogo + +%package hanging +Provides: tex-hanging = %{tl_version} +License: LPPL 1.3 +Summary: Hanging paragraphs +Version: svn15878.1.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hanging.sty) = %{tl_version} + +%description hanging +The hanging package facilitates the typesetting of hanging +paragraphs. The package also enables typesetting with hanging +punctuation, by making punctuation characters active. This +facility is best suppressed (it can interfere with other +packages) -- there are package options for suppressing each +individual punctuation character. 'Real' attempts at hanging +punction should nowadays use the microtype package, which takes +advantage of the support offered in recent versions of pdfTeX. + +date: 2009-11-02 14:28:41 +0100 + +%post hanging +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hanging +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hanging +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hanging-doc +Summary: Documentation for hanging +Version: svn15878.1.2b +Release: %{tl_noarch_release} +Provides: tex-hanging-doc +BuildArch: noarch +AutoReqProv: No + +%description hanging-doc +Documentation for hanging + +%package hardwrap +Provides: tex-hardwrap = %{tl_version} +License: LPPL 1.3 +Summary: Hard wrap text to a certain character length +Version: svn21396.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifplatform.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(ifxetex.sty) +Provides: tex(hardwrap.sty) = %{tl_version} + +%description hardwrap +The package facilitates wrapping text to a specific character +width, breaking lines by words rather than, as done by TeX, by +characters. The primary use for these facilities is to aid the +generation of messages sent to the log file or console output +to display messages to the user. Package authors may also find +this useful when writing out arbitary text to an external file. + +date: 2011-02-12 10:24:58 +0100 + +%post hardwrap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hardwrap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hardwrap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hardwrap-doc +Summary: Documentation for hardwrap +Version: svn21396.0.2 +Release: %{tl_noarch_release} +Provides: tex-hardwrap-doc +BuildArch: noarch +AutoReqProv: No + +%description hardwrap-doc +Documentation for hardwrap + +%package harnon-cv +Provides: tex-harnon-cv = %{tl_version} +License: LPPL +Summary: harnon-cv package +Version: svn26543.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(harnon-cv.cls) = %{tl_version} + +%description harnon-cv +harnon-cv package + +%post harnon-cv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun harnon-cv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harnon-cv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package harnon-cv-doc +Summary: Documentation for harnon-cv +Version: svn26543.0 +Release: %{tl_noarch_release} +Provides: tex-harnon-cv-doc +BuildArch: noarch +AutoReqProv: No + +%description harnon-cv-doc +Documentation for harnon-cv + +%package harpoon +Provides: tex-harpoon = %{tl_version} +License: Public Domain +Summary: Extra harpoons, using the graphics package +Version: svn21327.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(harpoon.sty) = %{tl_version} + +%description harpoon +Provides over- and under-harpoon symbol commands; the harpoons +may point in either direction, with the hook pointing up or +down. The covered object is provided as an argument to the +commands, so that they have the look of accent commands. + +date: 2008-09-24 00:41:06 +0200 + +%post harpoon +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun harpoon +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harpoon +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package harpoon-doc +Summary: Documentation for harpoon +Version: svn21327.1.0 +Release: %{tl_noarch_release} +Provides: tex-harpoon-doc +BuildArch: noarch +AutoReqProv: No + +%description harpoon-doc +Documentation for harpoon + +%package hc +Provides: tex-hc = %{tl_version} +License: GPLv2+ +Summary: Replacement for the LaTeX classes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(natbib.sty) +Requires: tex(fontenc.sty) +Requires: tex(inputenc.sty) +Requires: tex(ifthen.sty) +Requires: tex(babel.sty) +Requires: tex(xspace.sty) +Requires: tex(palatino.sty) +Requires: tex(mathpple.sty) +Requires: tex(pifont.sty) +Requires: tex(fancyref.sty) +Requires: tex(truncate.sty) +Requires: tex(typearea.sty) +Requires: tex(multicol.sty) +Requires: tex(hyperref.sty) +Requires: tex(fancybox.sty) +Provides: tex(hcart.cls) = %{tl_version} +Provides: tex(hcletter.cls) = %{tl_version} +Provides: tex(hcreport.cls) = %{tl_version} +Provides: tex(hcslides.cls) = %{tl_version} + +%description hc +A set of replacements for the default LaTeX classes, based upon +the Koma-Script bundle and the seminar class. Includes hcart, +hcreport, hcletter, and hcslides. + +date: 2008-04-20 19:53:04 +0200 + +%post hc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hc-doc +Summary: Documentation for hc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-hc-doc +BuildArch: noarch +AutoReqProv: No + +%description hc-doc +Documentation for hc + +%package he-she +Provides: tex-he-she = %{tl_version} +License: LPPL 1.3 +Summary: Alternating pronouns to aid to gender-neutral writing +Version: svn29290.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(everyhook.sty) +Provides: tex(he-she.sty) = %{tl_version} + +%description he-she +The package implements a version of semi-automatic pronoun +switching for writing gender-neutral (and possibly annoying) +prose. It has upper- and lowercase versions of switching +pronouns for all case forms, plus anaphoric versions that +reflect the current gender choice. + +date: 2013-03-04 16:31:08 +0100 + +%post he-she +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun he-she +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans he-she +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package he-she-doc +Summary: Documentation for he-she +Version: svn29290.1.1 +Release: %{tl_noarch_release} +Provides: tex-he-she-doc +BuildArch: noarch +AutoReqProv: No + +%description he-she-doc +Documentation for he-she + +%package hhtensor +Provides: tex-hhtensor = %{tl_version} +License: LPPL +Summary: Print vectors, matrices, and tensors +Version: svn24981.0.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ushort.sty) +Requires: tex(amsmath.sty) +Provides: tex(hhtensor.sty) = %{tl_version} + +%description hhtensor +This package provides commands for vectors, matrices, and +tensors with different styles -- arrows (as the LaTeX default), +underlined, and bold). + +date: 2011-12-29 22:44:25 +0100 + +%post hhtensor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hhtensor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hhtensor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hhtensor-doc +Summary: Documentation for hhtensor +Version: svn24981.0.61 +Release: %{tl_noarch_release} +Provides: tex-hhtensor-doc +BuildArch: noarch +AutoReqProv: No + +%description hhtensor-doc +Documentation for hhtensor + +%package histogr +Provides: tex-histogr = %{tl_version} +License: LPPL 1.3 +Summary: Draw histograms with the LaTeX picture environment +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(histogr.sty) = %{tl_version} + +%description histogr +This is a macro collection to draw histogram bars inside a +LaTeX picture-environment. + +date: 2006-11-09 15:16:55 +0100 + +%post histogr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun histogr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans histogr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package histogr-doc +Summary: Documentation for histogr +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-histogr-doc +BuildArch: noarch +AutoReqProv: No + +%description histogr-doc +Documentation for histogr + +%package hitec +Provides: tex-hitec = %{tl_version} +License: LPPL +Summary: Class for documentation +Version: svn15878.0.0_beta_ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hitec.cls) = %{tl_version} + +%description hitec +An article-based class designed for use for documentation in +high-technology companies. + +date: 2008-11-07 01:12:48 +0100 + +%post hitec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hitec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hitec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hitec-doc +Summary: Documentation for hitec +Version: svn15878.0.0_beta_ +Release: %{tl_noarch_release} +Provides: tex-hitec-doc +BuildArch: noarch +AutoReqProv: No + +%description hitec-doc +Documentation for hitec + +%package hletter +Provides: tex-hletter = %{tl_version} +License: LPPL 1.2 +Summary: Flexible letter typesetting with flexible page headings +Version: svn30002.4.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(babel.sty) +Provides: tex(hdefine.clo) = %{tl_version} +Provides: tex(hhead.sty) = %{tl_version} +Provides: tex(hlete.clo) = %{tl_version} +Provides: tex(hletf.clo) = %{tl_version} +Provides: tex(hletg.clo) = %{tl_version} +Provides: tex(hletter.cls) = %{tl_version} +Provides: tex(hsetup.sty) = %{tl_version} +Provides: tex(mergeh.sty) = %{tl_version} + +%description hletter +The package permits the user to specify easily, with the aid of +self defined key-words, letters (with a logo and private) and +headings. The heading may include a footer and the letter +provides commands to include a scanned signature and two +signees. The package works with the merge package. + +date: 2013-04-17 11:54:35 +0200 + +%post hletter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hletter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hletter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hletter-doc +Summary: Documentation for hletter +Version: svn30002.4.2 +Release: %{tl_noarch_release} +Provides: tex-hletter-doc +BuildArch: noarch +AutoReqProv: No + +%description hletter-doc +Documentation for hletter + +%package hpsdiss +Provides: tex-hpsdiss = %{tl_version} +License: GPL+ +Summary: A dissertation class +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(calc.sty) +Requires: tex(ragged2e.sty) +Requires: tex(rotating.sty) +Requires: tex(mparhack.sty) +Requires: tex(graphicx.sty) +Requires: tex(colordvi.sty) +Provides: tex(hpsdiss.cls) = %{tl_version} + +%description hpsdiss +The class was developed to typeset a dissertation at ETH +Zurich. The requirements were to use A5 paper and 10pt type. A +sample of the output is shown in the PDF documentation link. + +date: 2007-01-07 11:47:19 +0100 + +%post hpsdiss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hpsdiss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hpsdiss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hpsdiss-doc +Summary: Documentation for hpsdiss +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-hpsdiss-doc +BuildArch: noarch +AutoReqProv: No + +%description hpsdiss-doc +Documentation for hpsdiss + +%package hrefhide +Provides: tex-hrefhide = %{tl_version} +License: LPPL 1.3 +Summary: Suppress hyper links when printing +Version: svn22255.1.0f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(kvoptions.sty) +Provides: tex(hrefhide.sty) = %{tl_version} + +%description hrefhide +This package provides the command \hrefdisplayonly (which +provides a substitute for \href). While the (hyperlinked) text +appears like an ordinary \href in the compiled PDF file, the +same text will be "hidden" when printing the text. (Hiding is +actually achieved by making the text the same colour as the +background, thus preserving the layout of the rest of the +text.) + +date: 2011-04-29 14:22:52 +0200 + +%post hrefhide +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hrefhide +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hrefhide +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hrefhide-doc +Summary: Documentation for hrefhide +Version: svn22255.1.0f +Release: %{tl_noarch_release} +Provides: tex-hrefhide-doc +BuildArch: noarch +AutoReqProv: No + +%description hrefhide-doc +Documentation for hrefhide + +%package hvindex +Provides: tex-hvindex = %{tl_version} +License: LPPL +Summary: Support for indexing +Version: svn16136.0.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeidx.sty) +Provides: tex(hvindex.sty) = %{tl_version} + +%description hvindex +The package simplifies the indexing of words using the \index +command of makeidx. With the package, to index a word in a +text, you only have to type it once; the package makes sure it +is both typeset and indexed. + +date: 2009-11-23 13:00:14 +0100 + +%post hvindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hvindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hvindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hvindex-doc +Summary: Documentation for hvindex +Version: svn16136.0.02 +Release: %{tl_noarch_release} +Provides: tex-hvindex-doc +BuildArch: noarch +AutoReqProv: No + +%description hvindex-doc +Documentation for hvindex + +%package hypdvips +Provides: tex-hypdvips = %{tl_version} +License: LPPL 1.3 +Summary: Hyperref extensions for use with dvips +Version: svn28667.3.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atveryend.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Requires: tex(bookmark.sty) +Requires: tex(hypcap.sty) +Provides: tex(hypdvips.sty) = %{tl_version} + +%description hypdvips +The hypdvips package fixes some problems when using hyperref +with dvips. It also adds support for breaking links, file +attachments, embedded documents and different types of GoTo- +links. The cooperation of hyperref with cleveref is improved, +which in addition allows an enhanced back-referencing system. + +date: 2012-12-30 16:12:46 +0100 + +%post hypdvips +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hypdvips +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hypdvips +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hypdvips-doc +Summary: Documentation for hypdvips +Version: svn28667.3.00 +Release: %{tl_noarch_release} +Provides: tex-hypdvips-doc +BuildArch: noarch +AutoReqProv: No + +%description hypdvips-doc +Documentation for hypdvips + +%package hyper +Provides: tex-hyper = %{tl_version} +License: LPPL +Summary: Hypertext cross referencing +Version: svn17357.4.2d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(defpattern.sty) +Requires: tex(color.sty) +Provides: tex(hxt-bc.sty) = %{tl_version} +Provides: tex(hyper.sty) = %{tl_version} + +%description hyper +Redefines LaTeX cross-referencing commands to insert \special +commands for HyperTeX dvi viewers, such as recent versions of +xdvi. The package is now largely superseded by hyperref. + +date: 2010-03-06 16:54:30 +0100 + +%post hyper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyper-doc +Summary: Documentation for hyper +Version: svn17357.4.2d +Release: %{tl_noarch_release} +Provides: tex-hyper-doc +BuildArch: noarch +AutoReqProv: No + +%description hyper-doc +Documentation for hyper + +%package hypernat +Provides: tex-hypernat = %{tl_version} +License: GPL+ +Summary: Allow hyperref and natbib to work together +Version: svn17358.1.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hypernat.sty) = %{tl_version} + +%description hypernat +Allows hyperref package and the natbib package with options +'numbers' and 'sort&compress' to work together. This means that +multiple sequential citations (e.g [3,2,1]) will be compressed +to [1-3], where the '1' and the '3' are (color-)linked to the +bibliography. + +date: 2010-03-08 12:29:56 +0100 + +%post hypernat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hypernat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hypernat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hypernat-doc +Summary: Documentation for hypernat +Version: svn17358.1.0b +Release: %{tl_noarch_release} +Provides: tex-hypernat-doc +BuildArch: noarch +AutoReqProv: No + +%description hypernat-doc +Documentation for hypernat + +%package hyperref-docsrc-doc +Summary: Documentation for hyperref-docsrc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-hyperref-docsrc-doc +BuildArch: noarch +AutoReqProv: No + +%description hyperref-docsrc-doc +Documentation for hyperref-docsrc + +%package hyperxmp +Provides: tex-hyperxmp = %{tl_version} +License: LPPL 1.3 +Summary: Embed XMP metadata within a LaTeX document +Version: svn30003.2.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atenddvi.sty) +Requires: tex(kvoptions.sty) +Requires: tex(pdfescape.sty) +Requires: tex(stringenc.sty) +Requires: tex(intcalc.sty) +Requires: tex(ifxetex.sty) +Provides: tex(hyperxmp.sty) = %{tl_version} + +%description hyperxmp +XMP (eXtensible Metadata Platform) is a mechanism proposed by +Adobe for embedding document metadata within the document +itself. The metadata is designed to be easy to extract, even by +programs that are oblivious to the document's file format. Most +of Adobe's applications store XMP metadata when saving files. +Now, with the hyperxmp package, it is trivial for LaTeX +document authors to store XMP metadata in their documents as +well. Version 2.2 of the package added support for the IPTC +Photo Metadata schema. It allows \xmpcomma and \xmpquote to be +used in any hyperxmp option, not only those that require +special treatment of commas. And it introduces an \xmplinesep +macro that controls how multiline fields are represented in the +XMP packet. The package integrates seamlessly with hyperref and +requires virtually no modifications to documents that already +exploit hyperref's mechanisms for specifying PDF metadata. The +current version of hyperxmp can embed the following metadata as +XMP: title, authors, primary author's title or position, +metadata writer, subject/summary, keywords, copyright, license +URL, document base URL, document identifier and instance +identifier, language, source file name, PDF generating tool, +PDF version, and contact telephone number/postal address/email +address/URL. Hyperxmp currently embeds XMP only within PDF +documents; it is compatible with pdflatex, xelatex, +latex+dvipdfm, and latex+dvips+ps2pdf. + +date: 2013-04-17 11:24:27 +0200 + +%post hyperxmp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyperxmp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyperxmp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyperxmp-doc +Summary: Documentation for hyperxmp +Version: svn30003.2.3a +Release: %{tl_noarch_release} +Provides: tex-hyperxmp-doc +BuildArch: noarch +AutoReqProv: No + +%description hyperxmp-doc +Documentation for hyperxmp + +%package hyphenat +Provides: tex-hyphenat = %{tl_version} +License: LPPL 1.3 +Summary: Disable/enable hypenation +Version: svn15878.2.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hyphenat.sty) = %{tl_version} + +%description hyphenat +This package can disable all hyphenation or enable hyphenation +of non-alphabetics or monospaced fonts. The package can also +enable hyphenation within 'words' that contain non-alphabetic +characters (e.g., that include underscores), and hyphenation of +text typeset in monospaced (e.g., cmtt) fonts. + +date: 2009-09-02 18:09:14 +0200 + +%post hyphenat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyphenat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphenat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyphenat-doc +Summary: Documentation for hyphenat +Version: svn15878.2.3c +Release: %{tl_noarch_release} +Provides: tex-hyphenat-doc +BuildArch: noarch +AutoReqProv: No + +%description hyphenat-doc +Documentation for hyphenat + +%package idxlayout +Provides: tex-idxlayout = %{tl_version} +License: LPPL +Summary: Configurable index layout, responsive to KOMA-Script and memoir +Version: svn25821.0.4d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(kvoptions.sty) +Requires: tex(multicol.sty) +Requires: tex(ragged2e.sty) +Provides: tex(idxlayout.sty) = %{tl_version} + +%description idxlayout +The idxlayout package offers a key-value interface to configure +index layout parameters, e.g. allowing for three-column indexes +or for "parent" items and their affiliated subitems being +typeset as a single paragraph. The package is responsive to the +index-related options and commands of the KOMA-Script and +memoir classes. + +date: 2012-04-01 20:39:12 +0200 + +%post idxlayout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun idxlayout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans idxlayout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package idxlayout-doc +Summary: Documentation for idxlayout +Version: svn25821.0.4d +Release: %{tl_noarch_release} +Provides: tex-idxlayout-doc +BuildArch: noarch +AutoReqProv: No + +%description idxlayout-doc +Documentation for idxlayout + +%package ifmslide +Provides: tex-ifmslide = %{tl_version} +License: LPPL 1.2 +Summary: Presentation slides for screen and printouts +Version: svn20727.0.47 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(hyperref.sty) +Requires: tex(ifpdf.sty) +Requires: tex(color.sty) +Requires: tex(texpower.sty) +Requires: tex(fixseminar.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(graphicx.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsbsy.sty) +Provides: tex(ifmslide.cfg) = %{tl_version} +Provides: tex(ifmslide.sty) = %{tl_version} + +%description 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: 2010-12-14 00:15:57 +0100 + +%post ifmslide +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifmslide +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifmslide +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifmslide-doc +Summary: Documentation for ifmslide +Version: svn20727.0.47 +Release: %{tl_noarch_release} +Provides: tex-ifmslide-doc +BuildArch: noarch +AutoReqProv: No + +%description ifmslide-doc +Documentation for ifmslide + +%package ifnextok +Provides: tex-ifnextok = %{tl_version} +License: LPPL 1.3 +Summary: Utility macro: peek ahead without ignoring spaces +Version: svn23379.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifnextok.sty) = %{tl_version} + +%description 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: 2011-06-27 20:36:28 +0200 + +%post ifnextok +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifnextok +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifnextok +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifnextok-doc +Summary: Documentation for ifnextok +Version: svn23379.0.3 +Release: %{tl_noarch_release} +Provides: tex-ifnextok-doc +BuildArch: noarch +AutoReqProv: No + +%description ifnextok-doc +Documentation for ifnextok + +%package ifoddpage +Provides: tex-ifoddpage = %{tl_version} +License: LPPL +Summary: ifoddpage package +Version: svn23979.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ifoddpage.sty) = %{tl_version} + +%description ifoddpage +ifoddpage package + +%post ifoddpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifoddpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifoddpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifoddpage-doc +Summary: Documentation for ifoddpage +Version: svn23979.0 +Release: %{tl_noarch_release} +Provides: tex-ifoddpage-doc +BuildArch: noarch +AutoReqProv: No + +%description ifoddpage-doc +Documentation for ifoddpage + +%package ifplatform +Provides: tex-ifplatform = %{tl_version} +License: LPPL +Summary: Conditionals to test which platform is being used +Version: svn21156.0.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Requires: tex(catchfile.sty) +Requires: tex(ifluatex.sty) +Provides: tex(ifplatform.sty) = %{tl_version} + +%description 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: 2009-09-10 17:35:10 +0200 + +%post ifplatform +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifplatform +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifplatform +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifplatform-doc +Summary: Documentation for ifplatform +Version: svn21156.0.3a +Release: %{tl_noarch_release} +Provides: tex-ifplatform-doc +BuildArch: noarch +AutoReqProv: No + +%description ifplatform-doc +Documentation for ifplatform + +%package ifthenx +Provides: tex-ifthenx = %{tl_version} +License: LPPL +Summary: Extra tests for \ifthenelse +Version: svn25819.0.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(ifthenx.sty) = %{tl_version} + +%description 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: 2012-04-01 23:59:58 +0200 + +%post ifthenx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ifthenx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifthenx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ifthenx-doc +Summary: Documentation for ifthenx +Version: svn25819.0.1a +Release: %{tl_noarch_release} +Provides: tex-ifthenx-doc +BuildArch: noarch +AutoReqProv: No + +%description ifthenx-doc +Documentation for ifthenx + +%package iitem +Provides: tex-iitem = %{tl_version} +License: LPPL +Summary: Multiple level of lists in one list-like environment +Version: svn29613.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(iitem.sty) = %{tl_version} + +%description 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-02 15:23:02 +0200 + +%post iitem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iitem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iitem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iitem-doc +Summary: Documentation for iitem +Version: svn29613.1.0 +Release: %{tl_noarch_release} +Provides: tex-iitem-doc +BuildArch: noarch +AutoReqProv: No + +%description iitem-doc +Documentation for iitem + +%package image-gallery +Provides: tex-image-gallery = %{tl_version} +License: LPPL +Summary: Create an overview of pictures from a digital camera or from other sources +Version: svn15878.v1.0j +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(keyval.sty) +Requires: tex(url.sty) +Requires: tex(geometry.sty) +Provides: tex(image-gallery.cls) = %{tl_version} + +%description 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: 2008-08-19 23:32:24 +0200 + +%post image-gallery +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun image-gallery +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans image-gallery +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package image-gallery-doc +Summary: Documentation for image-gallery +Version: svn15878.v1.0j +Release: %{tl_noarch_release} +Provides: tex-image-gallery-doc +BuildArch: noarch +AutoReqProv: No + +%description image-gallery-doc +Documentation for image-gallery + +%package imakeidx +Provides: tex-imakeidx = %{tl_version} +License: LPPL 1.3 +Summary: A package for producing multiple indexes +Version: svn29542.1.2e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(xpatch.sty) +Requires: tex(multicol.sty) +Provides: tex(imakeidx.sty) = %{tl_version} + +%description 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: 2012-11-14 11:11:04 +0100 + +%post imakeidx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun imakeidx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imakeidx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package imakeidx-doc +Summary: Documentation for imakeidx +Version: svn29542.1.2e +Release: %{tl_noarch_release} +Provides: tex-imakeidx-doc +BuildArch: noarch +AutoReqProv: No + +%description imakeidx-doc +Documentation for imakeidx + +%package import +Provides: tex-import = %{tl_version} +License: Public Domain +Summary: Establish input relative to a directory +Version: svn17361.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(import.sty) = %{tl_version} + +%description 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: 2010-03-09 13:05:51 +0100 + +%post import +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun import +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans import +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package import-doc +Summary: Documentation for import +Version: svn17361.5.1 +Release: %{tl_noarch_release} +Provides: tex-import-doc +BuildArch: noarch +AutoReqProv: No + +%description import-doc +Documentation for import + +%package incgraph +Provides: tex-incgraph = %{tl_version} +License: LPPL 1.3 +Summary: Sophisticated graphics inclusion in a PDF document +Version: svn28868.1.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgf.sty) +Requires: tex(pgffor.sty) +Requires: tex(graphicx.sty) +Requires: tex(bookmark.sty) +Requires: tex(pgfkeys.sty) +Provides: tex(incgraph.sty) = %{tl_version} + +%description 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: 2013-01-17 11:27:48 +0100 + +%post incgraph +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun incgraph +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans incgraph +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package incgraph-doc +Summary: Documentation for incgraph +Version: svn28868.1.11 +Release: %{tl_noarch_release} +Provides: tex-incgraph-doc +BuildArch: noarch +AutoReqProv: No + +%description incgraph-doc +Documentation for incgraph + +%package inlinedef +Provides: tex-inlinedef = %{tl_version} +License: LPPL +Summary: Inline expansions within definitions +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(inlinedef.sty) = %{tl_version} + +%description 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: 2008-08-19 23:32:24 +0200 + +%post inlinedef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun inlinedef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inlinedef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package inlinedef-doc +Summary: Documentation for inlinedef +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-inlinedef-doc +BuildArch: noarch +AutoReqProv: No + +%description inlinedef-doc +Documentation for inlinedef + +%package inputtrc +Provides: tex-inputtrc = %{tl_version} +License: LPPL 1.3 +Summary: Trace which file loads which +Version: svn28019.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(inputtrc.sty) = %{tl_version} + +%description 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: 2012-10-16 10:36:45 +0200 + +%post inputtrc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun inputtrc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inputtrc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package inputtrc-doc +Summary: Documentation for inputtrc +Version: svn28019.0.3 +Release: %{tl_noarch_release} +Provides: tex-inputtrc-doc +BuildArch: noarch +AutoReqProv: No + +%description inputtrc-doc +Documentation for inputtrc + +%package interactiveworkbook +Provides: tex-interactiveworkbook = %{tl_version} +License: LPPL +Summary: latex-based interactive PDF on the web +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(epsfig.sty) +Requires: tex(color.sty) +Requires: tex(xspace.sty) +Requires: tex(ifthen.sty) +Provides: tex(interactiveworkbook-web.sty) = %{tl_version} +Provides: tex(interactiveworkbook.sty) = %{tl_version} +Provides: tex(interactiveworkbook.sty) = %{tl_version} + +%description 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: 2006-10-06 13:44:13 +0200 + +%post interactiveworkbook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun interactiveworkbook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interactiveworkbook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package interactiveworkbook-doc +Summary: Documentation for interactiveworkbook +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-interactiveworkbook-doc +BuildArch: noarch +AutoReqProv: No + +%description interactiveworkbook-doc +Documentation for interactiveworkbook + +%package interfaces +Provides: tex-interfaces = %{tl_version} +License: LPPL 1.3 +Summary: Set parameters for other packages, conveniently +Version: svn21474.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(etoolbox.sty) +Requires: tex(pgfkeys.sty) +Requires: tex(scrlfile.sty) +Requires: tex(infwarerr.sty) +Requires: tex(interfaces-scrlfile.sty) +Requires: tex(interfaces-tikz.sty) +Requires: tex(interfaces-marks.sty) +Requires: tex(refcount.sty) +Requires: tex(gettitlestring.sty) +Requires: tex(tikz.sty) +Requires: tex(auxhook.sty) +Provides: tex(interfaces-LaTeX.sty) = %{tl_version} +Provides: tex(interfaces-appendix.sty) = %{tl_version} +Provides: tex(interfaces-base.sty) = %{tl_version} +Provides: tex(interfaces-bookmark.sty) = %{tl_version} +Provides: tex(interfaces-embedfile.sty) = %{tl_version} +Provides: tex(interfaces-enumitem.sty) = %{tl_version} +Provides: tex(interfaces-environ.sty) = %{tl_version} +Provides: tex(interfaces-etoolbox.sty) = %{tl_version} +Provides: tex(interfaces-fancyhdr.sty) = %{tl_version} +Provides: tex(interfaces-hypbmsec.sty) = %{tl_version} +Provides: tex(interfaces-hyperref.sty) = %{tl_version} +Provides: tex(interfaces-makecell.sty) = %{tl_version} +Provides: tex(interfaces-marks.sty) = %{tl_version} +Provides: tex(interfaces-pgfkeys.sty) = %{tl_version} +Provides: tex(interfaces-scrlfile.sty) = %{tl_version} +Provides: tex(interfaces-tikz.sty) = %{tl_version} +Provides: tex(interfaces-titlesec.sty) = %{tl_version} +Provides: tex(interfaces-tocloft.sty) = %{tl_version} +Provides: tex(interfaces-truncate.sty) = %{tl_version} +Provides: tex(interfaces-umrand.sty) = %{tl_version} +Provides: tex(interfaces.sty) = %{tl_version} + +%description 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: 2011-02-19 16:41:47 +0100 + +%post interfaces +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun interfaces +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interfaces +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package interfaces-doc +Summary: Documentation for interfaces +Version: svn21474.3.1 +Release: %{tl_noarch_release} +Provides: tex-interfaces-doc +BuildArch: noarch +AutoReqProv: No + +%description interfaces-doc +Documentation for interfaces + +%package inversepath +Provides: tex-inversepath = %{tl_version} +License: LPPL 1.3 +Summary: Calculate inverse file paths +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(inversepath.sty) = %{tl_version} + +%description inversepath +The package calculates inverse relative paths. Such things may +be useful, for example, when writing an auxiliary file to a +different directory. + +date: 2008-08-19 23:32:24 +0200 + +%post inversepath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun inversepath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inversepath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package inversepath-doc +Summary: Documentation for inversepath +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-inversepath-doc +BuildArch: noarch +AutoReqProv: No + +%description inversepath-doc +Documentation for inversepath + +%package invoice +Provides: tex-invoice = %{tl_version} +License: GPL+ +Summary: Generate invoices +Version: svn24194.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(longtable.sty) +Requires: tex(calc.sty) +Requires: tex(fp.tex) +Provides: tex(invoice.def) = %{tl_version} +Provides: tex(invoice.sty) = %{tl_version} + +%description 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-04 18:45:10 +0200 + +%post invoice +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun invoice +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans invoice +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package invoice-doc +Summary: Documentation for invoice +Version: svn24194.0 +Release: %{tl_noarch_release} +Provides: tex-invoice-doc +BuildArch: noarch +AutoReqProv: No + +%description invoice-doc +Documentation for invoice + +%package iso +Provides: tex-iso = %{tl_version} +License: LPPL +Summary: Generic ISO standards typesetting macros +Version: svn15878.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(url.sty) +Provides: tex(askincv1.sty) = %{tl_version} +Provides: tex(iso10.clo) = %{tl_version} +Provides: tex(iso11.clo) = %{tl_version} +Provides: tex(iso9.clo) = %{tl_version} +Provides: tex(isov2.cls) = %{tl_version} + +%description 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. + +date: 2007-01-09 14:09:22 +0100 + +%post iso +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iso +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iso +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iso-doc +Summary: Documentation for iso +Version: svn15878.2.4 +Release: %{tl_noarch_release} +Provides: tex-iso-doc +BuildArch: noarch +AutoReqProv: No + +%description iso-doc +Documentation for iso + +%package iso10303 +Provides: tex-iso10303 = %{tl_version} +License: LPPL +Summary: Typesetting the STEP standards +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(aicv1.sty) = %{tl_version} +Provides: tex(apendint.tex) = %{tl_version} +Provides: tex(apmpspec.tex) = %{tl_version} +Provides: tex(apmptbl.tex) = %{tl_version} +Provides: tex(apmptempl.tex) = %{tl_version} +Provides: tex(apsstempl.tex) = %{tl_version} +Provides: tex(apv12.sty) = %{tl_version} +Provides: tex(atsv11.sty) = %{tl_version} +Provides: tex(bpfap1.tex) = %{tl_version} +Provides: tex(bpfap10.tex) = %{tl_version} +Provides: tex(bpfap11.tex) = %{tl_version} +Provides: tex(bpfap12.tex) = %{tl_version} +Provides: tex(bpfap13.tex) = %{tl_version} +Provides: tex(bpfap14.tex) = %{tl_version} +Provides: tex(bpfap15.tex) = %{tl_version} +Provides: tex(bpfap16.tex) = %{tl_version} +Provides: tex(bpfap2.tex) = %{tl_version} +Provides: tex(bpfap3.tex) = %{tl_version} +Provides: tex(bpfap4.tex) = %{tl_version} +Provides: tex(bpfap5.tex) = %{tl_version} +Provides: tex(bpfap6.tex) = %{tl_version} +Provides: tex(bpfap7.tex) = %{tl_version} +Provides: tex(bpfap8.tex) = %{tl_version} +Provides: tex(bpfap9.tex) = %{tl_version} +Provides: tex(bpfats1.tex) = %{tl_version} +Provides: tex(bpfats10.tex) = %{tl_version} +Provides: tex(bpfats11.tex) = %{tl_version} +Provides: tex(bpfats12.tex) = %{tl_version} +Provides: tex(bpfats14.tex) = %{tl_version} +Provides: tex(bpfats2.tex) = %{tl_version} +Provides: tex(bpfats3.tex) = %{tl_version} +Provides: tex(bpfats4.tex) = %{tl_version} +Provides: tex(bpfats5.tex) = %{tl_version} +Provides: tex(bpfats6.tex) = %{tl_version} +Provides: tex(bpfats7.tex) = %{tl_version} +Provides: tex(bpfats8.tex) = %{tl_version} +Provides: tex(bpfats9.tex) = %{tl_version} +Provides: tex(bpfir1.tex) = %{tl_version} +Provides: tex(bpfir2.tex) = %{tl_version} +Provides: tex(bpfir3.tex) = %{tl_version} +Provides: tex(bpfs1.tex) = %{tl_version} +Provides: tex(bpfs2.tex) = %{tl_version} +Provides: tex(bpfs3.tex) = %{tl_version} +Provides: tex(irv12.sty) = %{tl_version} +Provides: tex(stepman.tex) = %{tl_version} +Provides: tex(stepv13.sty) = %{tl_version} +Provides: tex(stppdlst.tex) = %{tl_version} + +%description 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: 2007-01-09 14:09:22 +0100 + +%post iso10303 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iso10303 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iso10303 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iso10303-doc +Summary: Documentation for iso10303 +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-iso10303-doc +BuildArch: noarch +AutoReqProv: No + +%description iso10303-doc +Documentation for iso10303 + +%package isodate +Provides: tex-isodate = %{tl_version} +License: LPPL +Summary: Tune the output format of dates according to language +Version: svn16613.2.28 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(substr.sty) +Requires: tex(calc.sty) +Provides: tex(isodate.sty) = %{tl_version} +Provides: tex(isodateo.sty) = %{tl_version} + +%description 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: 2006-12-08 14:34:19 +0100 + +%post isodate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isodate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isodate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isodate-doc +Summary: Documentation for isodate +Version: svn16613.2.28 +Release: %{tl_noarch_release} +Provides: tex-isodate-doc +BuildArch: noarch +AutoReqProv: No + +%description isodate-doc +Documentation for isodate + +%package isonums +Provides: tex-isonums = %{tl_version} +License: LPPL +Summary: Display numbers in maths mode according to ISO 31-0 +Version: svn17362.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(isonums.sty) = %{tl_version} + +%description 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: 2010-03-09 13:05:51 +0100 + +%post isonums +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isonums +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isonums +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isonums-doc +Summary: Documentation for isonums +Version: svn17362.1.0 +Release: %{tl_noarch_release} +Provides: tex-isonums-doc +BuildArch: noarch +AutoReqProv: No + +%description isonums-doc +Documentation for isonums + +%package isodoc +Provides: tex-isodoc = %{tl_version} +License: LPPL +Summary: A LaTeX class for the preparation of letters and invoices +Version: svn27977.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ctable.sty) +Requires: tex(color.sty) +Requires: tex(tabularx.sty) +Requires: tex(eurosym.sty) +Requires: tex(graphicx.sty) +Requires: tex(stringstrings.sty) +Requires: tex(calc.sty) +Requires: tex(forarray.sty) +Requires: tex(geometry.sty) +Requires: tex(textpos.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(isodoc.cls) = %{tl_version} +Provides: tex(isodocsymbols.sty) = %{tl_version} + +%description 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 Victor Eijkhout's NTG brief class, which +implements the NEN1026 standard. + +date: 2012-09-29 14:32:13 +0200 + +%post isodoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isodoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isodoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isodoc-doc +Summary: Documentation for isodoc +Version: svn27977.0.11 +Release: %{tl_noarch_release} +Provides: tex-isodoc-doc +BuildArch: noarch +AutoReqProv: No + +%description isodoc-doc +Documentation for isodoc + +%package isorot +Provides: tex-isorot = %{tl_version} +License: LPPL +Summary: Rotation of document elements +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(lscape.sty) +Provides: tex(isorot.sty) = %{tl_version} + +%description isorot +The isorot 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: 2007-01-08 13:31:52 +0100 + +%post isorot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isorot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isorot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isorot-doc +Summary: Documentation for isorot +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-isorot-doc +BuildArch: noarch +AutoReqProv: No + +%description isorot-doc +Documentation for isorot + +%package isotope +Provides: tex-isotope = %{tl_version} +License: LPPL +Summary: A package for typesetting isotopes +Version: svn23711.v0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(isotope.sty) = %{tl_version} + +%description 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: 2011-08-26 17:57:53 +0200 + +%post isotope +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isotope +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isotope +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isotope-doc +Summary: Documentation for isotope +Version: svn23711.v0.3 +Release: %{tl_noarch_release} +Provides: tex-isotope-doc +BuildArch: noarch +AutoReqProv: No + +%description isotope-doc +Documentation for isotope + +%package issuulinks +Provides: tex-issuulinks = %{tl_version} +License: LPPL 1.3 +Summary: Produce external links instead of internal ones +Version: svn25742.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(issuulinks.sty) = %{tl_version} + +%description issuulinks +The PDF visualizer http://issuu.com/ISSUU is a popular service +allowing to show 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: 2012-03-23 12:07:20 +0100 + +%post issuulinks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun issuulinks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans issuulinks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package issuulinks-doc +Summary: Documentation for issuulinks +Version: svn25742.1.1 +Release: %{tl_noarch_release} +Provides: tex-issuulinks-doc +BuildArch: noarch +AutoReqProv: No + +%description issuulinks-doc +Documentation for issuulinks + +%package iwhdp +Provides: tex-iwhdp = %{tl_version} +License: LPPL 1.3 +Summary: Halle Institute for Economic Research (IWH) Discussion Papers +Version: svn27639.0.30 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(iwhdp.cls) = %{tl_version} + +%description 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: 2012-09-10 15:57:53 +0200 + +%post iwhdp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun iwhdp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iwhdp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package iwhdp-doc +Summary: Documentation for iwhdp +Version: svn27639.0.30 +Release: %{tl_noarch_release} +Provides: tex-iwhdp-doc +BuildArch: noarch +AutoReqProv: No + +%description iwhdp-doc +Documentation for iwhdp + +%package jvlisting +Provides: tex-jvlisting = %{tl_version} +License: LPPL +Summary: A replacement for LaTeX's verbatim package +Version: svn24638.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(jvlisting.sty) = %{tl_version} + +%description 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: 2011-11-18 01:15:46 +0100 + +%post jvlisting +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jvlisting +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jvlisting +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jvlisting-doc +Summary: Documentation for jvlisting +Version: svn24638.0.7 +Release: %{tl_noarch_release} +Provides: tex-jvlisting-doc +BuildArch: noarch +AutoReqProv: No + +%description jvlisting-doc +Documentation for jvlisting + +%package kantlipsum +Provides: tex-kantlipsum = %{tl_version} +License: LPPL 1.3 +Summary: Generate sentences in Kant's style +Version: svn27994.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Provides: tex(kantlipsum.sty) = %{tl_version} + +%description 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: 2012-03-12 20:30:51 +0100 + +%post kantlipsum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kantlipsum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kantlipsum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kantlipsum-doc +Summary: Documentation for kantlipsum +Version: svn27994.0.5 +Release: %{tl_noarch_release} +Provides: tex-kantlipsum-doc +BuildArch: noarch +AutoReqProv: No + +%description kantlipsum-doc +Documentation for kantlipsum + +%package kerntest +Provides: tex-kerntest = %{tl_version} +License: LPPL +Summary: Print tables and generate control files to adjust kernings +Version: svn15878.1.32 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(helvet.sty) +Requires: tex(calc.sty) +Requires: tex(longtable.sty) +Requires: tex(array.sty) +Requires: tex(color.sty) +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Requires: tex(fontenc.sty) +Provides: tex(kerntest.cls) = %{tl_version} +Provides: tex(ly1mtx.clo) = %{tl_version} +Provides: tex(ot1mtx.clo) = %{tl_version} +Provides: tex(t1cmr-1200.fd) = %{tl_version} +Provides: tex(t1mtx.clo) = %{tl_version} +Provides: tex(t2amtx.clo) = %{tl_version} +Provides: tex(t2bmtx.clo) = %{tl_version} +Provides: tex(ts1mtx.clo) = %{tl_version} + +%description 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 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: 2007-03-08 21:58:53 +0100 + +%post kerntest +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kerntest +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kerntest +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kerntest-doc +Summary: Documentation for kerntest +Version: svn15878.1.32 +Release: %{tl_noarch_release} +Provides: tex-kerntest-doc +BuildArch: noarch +AutoReqProv: No + +%description kerntest-doc +Documentation for kerntest + +%package keycommand +Provides: tex-keycommand = %{tl_version} +License: LPPL +Summary: Simple creation of commands with key-value arguments +Version: svn18042.3.1415 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(kvsetkeys.sty) +Requires: tex(xkeyval.sty) +Requires: tex(etoolbox.sty) +Provides: tex(keycommand.sty) = %{tl_version} + +%description 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: 2010-04-27 09:59:23 +0200 + +%post keycommand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun keycommand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keycommand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package keycommand-doc +Summary: Documentation for keycommand +Version: svn18042.3.1415 +Release: %{tl_noarch_release} +Provides: tex-keycommand-doc +BuildArch: noarch +AutoReqProv: No + +%description keycommand-doc +Documentation for keycommand + +%package keyreader +Provides: tex-keyreader = %{tl_version} +License: LPPL 1.3 +Summary: A robust interface to xkeyval +Version: svn28195.0.5b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Provides: tex(keyreader.sty) = %{tl_version} + +%description 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: 2012-11-06 20:07:31 +0100 + +%post keyreader +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun keyreader +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keyreader +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package keyreader-doc +Summary: Documentation for keyreader +Version: svn28195.0.5b +Release: %{tl_noarch_release} +Provides: tex-keyreader-doc +BuildArch: noarch +AutoReqProv: No + +%description keyreader-doc +Documentation for keyreader + +%package keystroke +Provides: tex-keystroke = %{tl_version} +License: GPL+ +Summary: Graphical representation of keys on keyboard +Version: svn17992.v1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(keystroke.sty) = %{tl_version} + +%description keystroke +A LaTeX package which provides macros for the graphical +representation of the keys on a computer keyboard. + +date: 2010-04-23 13:36:14 +0200 + +%post keystroke +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun keystroke +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keystroke +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package keystroke-doc +Summary: Documentation for keystroke +Version: svn17992.v1.6 +Release: %{tl_noarch_release} +Provides: tex-keystroke-doc +BuildArch: noarch +AutoReqProv: No + +%description keystroke-doc +Documentation for keystroke + +%package keyval2e +Provides: tex-keyval2e = %{tl_version} +License: LPPL 1.3 +Summary: A lightweight and robust key-value parser +Version: svn23698.0.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Provides: tex(keyval2e.sty) = %{tl_version} + +%description 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: 2011-08-26 11:26:23 +0200 + +%post keyval2e +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun keyval2e +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keyval2e +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package keyval2e-doc +Summary: Documentation for keyval2e +Version: svn23698.0.0.2 +Release: %{tl_noarch_release} +Provides: tex-keyval2e-doc +BuildArch: noarch +AutoReqProv: No + +%description keyval2e-doc +Documentation for keyval2e + +%package kix +Provides: tex-kix = %{tl_version} +License: LPPL +Summary: Typeset KIX codes +Version: svn21606.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(kix.sty) = %{tl_version} + +%description 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: 2011-03-04 11:12:16 +0100 + +%post kix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kix +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kix +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kix-doc +Summary: Documentation for kix +Version: svn21606.0 +Release: %{tl_noarch_release} +Provides: tex-kix-doc +BuildArch: noarch +AutoReqProv: No + +%description kix-doc +Documentation for kix + +%package koma-moderncvclassic +Provides: tex-koma-moderncvclassic = %{tl_version} +License: LPPL 1.3 +Summary: Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with biblatex +Version: svn25025.v0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(xcolor.sty) +Requires: tex(lmodern.sty) +Requires: tex(marvosym.sty) +Requires: tex(url.sty) +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Provides: tex(koma-moderncvclassic.sty) = %{tl_version} + +%description 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 01:27:26 +0100 + +%post koma-moderncvclassic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun koma-moderncvclassic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-moderncvclassic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package koma-moderncvclassic-doc +Summary: Documentation for koma-moderncvclassic +Version: svn25025.v0.5 +Release: %{tl_noarch_release} +Provides: tex-koma-moderncvclassic-doc +BuildArch: noarch +AutoReqProv: No + +%description koma-moderncvclassic-doc +Documentation for koma-moderncvclassic + +%package koma-script-sfs +Provides: tex-koma-script-sfs = %{tl_version} +License: LPPL +Summary: Koma-script letter class option for Finnish +Version: svn26137.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description 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: 2008-11-15 10:53:47 +0100 + +%post koma-script-sfs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun koma-script-sfs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-script-sfs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package koma-script-sfs-doc +Summary: Documentation for koma-script-sfs +Version: svn26137.1.0 +Release: %{tl_noarch_release} +Provides: tex-koma-script-sfs-doc +BuildArch: noarch +AutoReqProv: No + +%description koma-script-sfs-doc +Documentation for koma-script-sfs + +%package ktv-texdata +Provides: tex-ktv-texdata = %{tl_version} +License: GPL+ +Summary: Extract subsets of documents +Version: svn27369.05.34 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(ktv-buildnum.sty) = %{tl_version} +Provides: tex(ktv-texdata.sty) = %{tl_version} + +%description ktv-texdata +The package defines an exercice environment which numbers every +exercise, and a command \get to extract a collection whose +argument is a comma-separated set of exercise index numbers. +While the package was designed for teachers constructing tables +of exercises, it plainly has more general application. + +date: 2012-04-26 12:50:58 +0200 + +%post ktv-texdata +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ktv-texdata +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ktv-texdata +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ktv-texdata-doc +Summary: Documentation for ktv-texdata +Version: svn27369.05.34 +Release: %{tl_noarch_release} +Provides: tex-ktv-texdata-doc +BuildArch: noarch +AutoReqProv: No + +%description ktv-texdata-doc +Documentation for ktv-texdata + +%package labbook +Provides: tex-labbook = %{tl_version} +License: LPPL +Summary: Typeset laboratory journals +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeidx.sty) +Provides: tex(labbook.cls) = %{tl_version} + +%description labbook +This class is designed to typeset laboratory journals that +contain chronologically ordered records about experiments. From +the sectioning commands, an experiment index is generated. The +class is based on the KOMA-Script class scrbook.cls. There can +be several index entries for one experiment. + +date: 2008-03-30 20:37:26 +0200 + +%post labbook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun labbook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labbook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package labbook-doc +Summary: Documentation for labbook +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-labbook-doc +BuildArch: noarch +AutoReqProv: No + +%description labbook-doc +Documentation for labbook + +%package labelcas +Provides: tex-labelcas = %{tl_version} +License: LPPL +Summary: Check the existence of labels, and fork accordingly +Version: svn15878.1.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(labelcas.sty) = %{tl_version} + +%description labelcas +The package defines two commands: - \eachlabelcase, which +distinguishes whether a set of labels is defined, and for each +label either queues action accordingly, or appends the action +to a macro; and - \lotlabelcase, which takes a comma-separated +list of label names, and distinguishes the resulting action on +whether all were defined, whether none were defined, whether +not all were defined, or whether the lest is empty (again, the +action resulting from \lotlabelcase may be written to a macro). + +date: 2007-03-08 21:58:53 +0100 + +%post labelcas +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun labelcas +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labelcas +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package labelcas-doc +Summary: Documentation for labelcas +Version: svn15878.1.12 +Release: %{tl_noarch_release} +Provides: tex-labelcas-doc +BuildArch: noarch +AutoReqProv: No + +%description labelcas-doc +Documentation for labelcas + +%package labels +Provides: tex-labels = %{tl_version} +License: LPPL 1.2 +Summary: Print sheets of sticky labels +Version: svn15878.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(labels.sty) = %{tl_version} +Provides: tex(olabels.sty) = %{tl_version} + +%description labels +A LaTeX package to print a regular grid of ragged-right labels +on a page, suitable for sheets of labels which can be fed +through a printer. Macros are provided to allow easy input of +names and addresses in a form free of TeX markup. Equally +useful is a feature for making multiple copies of a single +label, e.g., return address stickers to go with the labels. +Rows, columns, borders can all be specified to match the label +sheet being used. + +date: 2009-09-29 00:01:21 +0200 + +%post labels +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun labels +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labels +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package labels-doc +Summary: Documentation for labels +Version: svn15878.13 +Release: %{tl_noarch_release} +Provides: tex-labels-doc +BuildArch: noarch +AutoReqProv: No + +%description labels-doc +Documentation for labels + +%package lastpage +Provides: tex-lastpage = %{tl_version} +License: GPLv2+ +Summary: Reference last page for Page N of M type footers +Version: svn28985.1.2l +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lastpage.sty) = %{tl_version} +Provides: tex(lastpage209.sty) = %{tl_version} + +%description lastpage +Reference the number of pages in your LaTeX document through +the introduction of a new label which can be referenced like +\pageref{LastPage} to give a reference to the last page of a +document. It is particularly useful in the page footer that +says: Page N of M. + +date: 2013-01-29 10:13:54 +0100 + +%post lastpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lastpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lastpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lastpage-doc +Summary: Documentation for lastpage +Version: svn28985.1.2l +Release: %{tl_noarch_release} +Provides: tex-lastpage-doc +BuildArch: noarch +AutoReqProv: No + +%description lastpage-doc +Documentation for lastpage + +%package layouts +Provides: tex-layouts = %{tl_version} +License: LPPL 1.3 +Summary: Display various elements of a document's layout +Version: svn15878.2.6d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(layouts.sty) = %{tl_version} + +%description layouts +Display information about a document, including: text +positioning on a page; disposition of floats; layout of +paragraphs, lists, footnotes, table of contents, and sectional +headings; font boxes. Facilities are provided for a document +designer to experiment with the layout parameters. + +date: 2009-09-02 18:09:14 +0200 + +%post layouts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun layouts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans layouts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package layouts-doc +Summary: Documentation for layouts +Version: svn15878.2.6d +Release: %{tl_noarch_release} +Provides: tex-layouts-doc +BuildArch: noarch +AutoReqProv: No + +%description layouts-doc +Documentation for layouts + +%package lazylist +Provides: tex-lazylist = %{tl_version} +License: LPPL +Summary: Lists in TeX's "mouth" +Version: svn17691.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lazylist.sty) = %{tl_version} + +%description lazylist +This package provides a pile of lambda-calculus and list- +handling macros of an incredibly obtuse nature. The TUGboat +paper serves as a manual for the macros. This TeX code was +formally verified. + +date: 2006-12-30 10:59:01 +0100 + +%post lazylist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lazylist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lazylist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lazylist-doc +Summary: Documentation for lazylist +Version: svn17691.1.0a +Release: %{tl_noarch_release} +Provides: tex-lazylist-doc +BuildArch: noarch +AutoReqProv: No + +%description lazylist-doc +Documentation for lazylist + +%package lcd +Provides: tex-lcd = %{tl_version} +License: LPPL +Summary: Alphanumerical LCD-style displays +Version: svn16549.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lcd.sty) = %{tl_version} + +%description lcd +A LaTeX package that will display text as on an LCD display. +Assumes 8-bit input in its internal verbatim-style environment. + +date: 2006-11-14 20:05:17 +0100 + +%post lcd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lcd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lcd-doc +Summary: Documentation for lcd +Version: svn16549.0.3 +Release: %{tl_noarch_release} +Provides: tex-lcd-doc +BuildArch: noarch +AutoReqProv: No + +%description lcd-doc +Documentation for lcd + +%package lcg +Provides: tex-lcg = %{tl_version} +License: LPPL +Summary: Generate random integers +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(lcg.sty) = %{tl_version} + +%description lcg +The lcg package generates random numbers (integers) via a +linear congruential generator (Schrage's method). The random +numbers are written to a counter. The keyval package is used to +set values for the range, a seed, and the name of the counter. + +date: 2008-09-10 22:47:41 +0200 + +%post lcg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lcg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lcg-doc +Summary: Documentation for lcg +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-lcg-doc +BuildArch: noarch +AutoReqProv: No + +%description lcg-doc +Documentation for lcg + +%package leading +Provides: tex-leading = %{tl_version} +License: LPPL +Summary: Define leading with a length +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(leading.sty) = %{tl_version} + +%description leading +The package defines a command \leading, whose argument is a +<length> that specifies the nominal distance between +consecutive baselines of typeset text. The command replaces the +rather more difficult LaTeX command \linespread{<ratio>}, where +the leading is specified by reference to the font size. + +date: 2008-12-15 18:32:16 +0100 + +%post leading +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun leading +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leading +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package leading-doc +Summary: Documentation for leading +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-leading-doc +BuildArch: noarch +AutoReqProv: No + +%description leading-doc +Documentation for leading + +%package leaflet +Provides: tex-leaflet = %{tl_version} +License: LPPL +Summary: Create small handouts (flyers) +Version: svn27126.1.0d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(everyshi.sty) +Requires: tex(calc.sty) +Requires: tex(graphicx.sty) +Requires: tex(pifont.sty) +Provides: tex(leaflet.cls) = %{tl_version} + +%description leaflet +A document class to create small hand-outs (flyers) that fit on +a single sheet of paper which is then folded twice. Pages are +rearranged by LaTeX so that they print correctly on a single +sheet -- no external script is necessary. (Works with +PostScript and PDF.) This is a complete reimplementation with +permission of the original author Jurgen Schlegelmilch. + +date: 2012-07-05 15:17:31 +0200 + +%post leaflet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun leaflet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leaflet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package leaflet-doc +Summary: Documentation for leaflet +Version: svn27126.1.0d +Release: %{tl_noarch_release} +Provides: tex-leaflet-doc +BuildArch: noarch +AutoReqProv: No + +%description leaflet-doc +Documentation for leaflet + +%package leftidx +Provides: tex-leftidx = %{tl_version} +License: LPPL +Summary: Left and right subscripts and superscripts in math mode +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(leftidx.sty) = %{tl_version} + +%description leftidx +Left and right subscripts and superscripts are automatically +raised for better fitting to the symbol they belong to. + +date: 2007-01-08 22:21:56 +0100 + +%post leftidx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun leftidx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leftidx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package leftidx-doc +Summary: Documentation for leftidx +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-leftidx-doc +BuildArch: noarch +AutoReqProv: No + +%description leftidx-doc +Documentation for leftidx + +%package lettre +Provides: tex-lettre = %{tl_version} +License: LPPL +Summary: Letters and faxes in French +Version: svn21400.2.346 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Provides: tex(lettre.cls) = %{tl_version} + +%description lettre +Developed from the ancestor of the standard letter class, at +the Observatoire de Geneve. + +date: 2007-01-08 22:21:56 +0100 + +%post lettre +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lettre +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lettre +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lettre-doc +Summary: Documentation for lettre +Version: svn21400.2.346 +Release: %{tl_noarch_release} +Provides: tex-lettre-doc +BuildArch: noarch +AutoReqProv: No + +%description lettre-doc +Documentation for lettre + +%package lettrine +Provides: tex-lettrine = %{tl_version} +License: LPPL +Summary: Typeset dropped capitals +Version: svn29391.1.64 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(lettrine.cfg) = %{tl_version} +Provides: tex(lettrine.sty) = %{tl_version} + +%description lettrine +The lettrine package supports various dropped capitals styles, +typically those described in the French typographic books. In +particular, it has facilities for the paragraph text's left +edge to follow the outline of capitals that have a regular +shape (such as "A" and "V"). + +date: 2013-03-14 17:29:15 +0100 + +%post lettrine +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lettrine +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lettrine +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lettrine-doc +Summary: Documentation for lettrine +Version: svn29391.1.64 +Release: %{tl_noarch_release} +Provides: tex-lettrine-doc +BuildArch: noarch +AutoReqProv: No + +%description lettrine-doc +Documentation for lettrine + +%package lewis +Provides: tex-lewis = %{tl_version} +License: Public Domain +Summary: Draw Lewis structures +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lewis.sty) = %{tl_version} + +%description lewis +The package provides rudimentary support for drawing Lewis +Structures. Support is limited to elements that support the +octet rule. + +date: 2007-03-08 21:58:53 +0100 + +%post lewis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lewis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lewis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lewis-doc +Summary: Documentation for lewis +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-lewis-doc +BuildArch: noarch +AutoReqProv: No + +%description lewis-doc +Documentation for lewis + +%package lhelp +Provides: tex-lhelp = %{tl_version} +License: GPL+ +Summary: Miscellaneous helper packages +Version: svn23638.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Requires: tex(color.sty) +Provides: tex(lhelp.sty) = %{tl_version} + +%description lhelp +This package defines macros which are useful for many +documents. It is a large collection of simple 'little helpers' +which do not really warrant a separate package on their own. +Included are, among other things, definitions of common units +with preceeding thinspaces, framed boxes where both width and +height can be specified, starting new odd or even pages, draft +markers, notes, conditional includes, including EPS files, and +versions of enumerate and itemize which allow the horizontal +and vertical spacing to be changed. + +date: 2007-01-08 22:21:56 +0100 + +%post lhelp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lhelp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lhelp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lhelp-doc +Summary: Documentation for lhelp +Version: svn23638.2.0 +Release: %{tl_noarch_release} +Provides: tex-lhelp-doc +BuildArch: noarch +AutoReqProv: No + +%description lhelp-doc +Documentation for lhelp + +%package libgreek +Provides: tex-libgreek = %{tl_version} +License: LPPL 1.3 +Summary: Use Libertine or Biolinum Greek glyphs in mathematics +Version: svn27789.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(libgreek.sty) = %{tl_version} + +%description libgreek +The package is for LaTeX users who wish to use the Libertine or +Biolinum font for the Greek letters in math mode. It is not +necessary to load the libertine package itself, but of course +the Linux-Libertine/Biolinum fonts and LaTeX support files must +have been installed. + +date: 2012-09-23 17:25:02 +0200 + +%post libgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun libgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans libgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package libgreek-doc +Summary: Documentation for libgreek +Version: svn27789.1.0 +Release: %{tl_noarch_release} +Provides: tex-libgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description libgreek-doc +Documentation for libgreek + +%package limap +Provides: tex-limap = %{tl_version} +License: LPPL +Summary: Typeset maps and blocks according to the Information Mapping method +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Requires: tex(booktabs.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(limap.cls) = %{tl_version} +Provides: tex(limap.sty) = %{tl_version} + +%description limap +The Information Mapping method provides a methodology for +structuring and presenting information. It claims to be useful +for readers who are more concerned about finding the right +information than reading the document as a whole. Thus short, +highly structured, and context free pieces of information are +used. A LaTeX style and a LaTeX class are provided. The style +contains definitions to typeset maps and blocks according to +the Information Mapping method. The class provides all +definitions to typeset a whole document. + +date: 2007-01-08 23:14:30 +0100 + +%post limap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun limap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans limap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package linegoal +Provides: tex-linegoal = %{tl_version} +License: LPPL 1.3 +Summary: A "dimen" that returns the space left on the line +Version: svn21523.2.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(zref.sty) +Requires: tex(zref-savepos.sty) +Provides: tex(linegoal.sty) = %{tl_version} + +%description linegoal +The linegoal package provides a macro \linegoal to be used with +\setlength: \setlength<some dimen>\linegoal will set <some +dimen> to the horizontal length of the remainder of the line. +This is achieved using the \pdfsavepos primitive of pdftex, +through the zref-savepos package. Example: Some text: +\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three & +four \\\hline \end{tabularx} will position the table after the +initial text, and make the table fill the rest of the line. + +date: 2011-02-25 20:25:45 +0100 + +%post linegoal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun linegoal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans linegoal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package linegoal-doc +Summary: Documentation for linegoal +Version: svn21523.2.9 +Release: %{tl_noarch_release} +Provides: tex-linegoal-doc +BuildArch: noarch +AutoReqProv: No + +%description linegoal-doc +Documentation for linegoal + +%package lipsum +Provides: tex-lipsum = %{tl_version} +License: LPPL +Summary: Easy access to the Lorem Ipsum dummy text +Version: svn22098.v1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lipsum.sty) = %{tl_version} + +%description lipsum +This package gives you easy access to the Lorem Ipsum dummy +text; an option is available to separate the paragraphs of the +dummy text into TeX-paragraphs. All the paragraphs are taken +with permission from http://lipsum.com/. + +date: 2011-04-15 00:51:19 +0200 + +%post lipsum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lipsum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lipsum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lipsum-doc +Summary: Documentation for lipsum +Version: svn22098.v1.2 +Release: %{tl_noarch_release} +Provides: tex-lipsum-doc +BuildArch: noarch +AutoReqProv: No + +%description lipsum-doc +Documentation for lipsum + +%package lisp-on-tex +Provides: tex-lisp-on-tex = %{tl_version} +License: BSD +Summary: Execute LISP code in a LaTeX document +Version: svn29291.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lisp-arith.sty) = %{tl_version} +Provides: tex(lisp-latexutil.sty) = %{tl_version} +Provides: tex(lisp-mod-fpnum.sty) = %{tl_version} +Provides: tex(lisp-on-tex.sty) = %{tl_version} +Provides: tex(lisp-prim.sty) = %{tl_version} +Provides: tex(lisp-read.sty) = %{tl_version} +Provides: tex(lisp-string.sty) = %{tl_version} +Provides: tex(lisp-util.sty) = %{tl_version} + +%description lisp-on-tex +The package provides a LISP interpreter written using TeX +macros; it is provided as a LaTeX package. The interpreter +static scoping, dynamic typing, and eager evaluation. + +date: 2013-03-04 11:46:28 +0100 + +%post lisp-on-tex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lisp-on-tex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lisp-on-tex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lisp-on-tex-doc +Summary: Documentation for lisp-on-tex +Version: svn29291.1.0 +Release: %{tl_noarch_release} +Provides: tex-lisp-on-tex-doc +BuildArch: noarch +AutoReqProv: No + +%description lisp-on-tex-doc +Documentation for lisp-on-tex + +%package listing +Provides: tex-listing = %{tl_version} +License: LPPL +Summary: Produce formatted program listings +Version: svn17373.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(listing.sty) = %{tl_version} + +%description listing +The listing environment is provided and is similar to figure +and table, although it is not a floating environment. Includes +support for \caption, \label, \ref, and introduces +\listoflistings, \listingname, \listlistingname. It produces a +.lol file. It does not change \@makecaption (unless the option +bigcaptions is used), so packages that change the layout of +\caption still work. + +date: 2010-03-09 13:13:30 +0100 + +%post listing +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listing +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listing +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listing-doc +Summary: Documentation for listing +Version: svn17373.1.2 +Release: %{tl_noarch_release} +Provides: tex-listing-doc +BuildArch: noarch +AutoReqProv: No + +%description listing-doc +Documentation for listing + +%package listofsymbols +Provides: tex-listofsymbols = %{tl_version} +License: LPPL +Summary: Create and manipulate lists of symbols +Version: svn16134.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(nomencl.sty) +Requires: tex(xspace.sty) +Provides: tex(listofsymbols.sty) = %{tl_version} + +%description listofsymbols +Listofsymbols provides commands to automatically create a list +of symbols (also called notation or nomenclature), and to +handle symbols logically, i.e. define a macro that is expanded +to the desired output and use the macro in the text rather than +`hardcoding' the output into the text. This helps to ensure +consistency throughout the text, especially if there is a +chance that symbols will be changed at some stage. The package +is more or less a combination of what the packages nomencl and +formula do. The concept of creating the list of symbols, +though, is different from the way nomencl.sty does it. + +date: 2009-11-29 13:21:16 +0100 + +%post listofsymbols +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listofsymbols +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listofsymbols +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listofsymbols-doc +Summary: Documentation for listofsymbols +Version: svn16134.0.2 +Release: %{tl_noarch_release} +Provides: tex-listofsymbols-doc +BuildArch: noarch +AutoReqProv: No + +%description listofsymbols-doc +Documentation for listofsymbols + +%package listliketab +Provides: tex-listliketab = %{tl_version} +License: LPPL +Summary: Typeset lists as tables +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(array.sty) +Provides: tex(listliketab.sty) = %{tl_version} + +%description listliketab +The listliketab package helps the user make list-like tabulars, +i.e., a tabular that is indistinguishable from an itemize or +enumerate environment. The advantage of using a tabular is that +the user can add additional columns to each entry in the list. + +date: 2006-12-08 20:57:43 +0100 + +%post listliketab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun listliketab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listliketab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package listliketab-doc +Summary: Documentation for listliketab +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-listliketab-doc +BuildArch: noarch +AutoReqProv: No + +%description listliketab-doc +Documentation for listliketab + +%package lkproof +Provides: tex-lkproof = %{tl_version} +License: GPL+ +Summary: LK Proof figure macros +Version: svn20021.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(proof.sty) = %{tl_version} + +%description lkproof +The package defines a pair of commands \infer and \deduce, that +are used in constructing LK proof diagrams. + +date: 2010-10-07 09:27:06 +0200 + +%post lkproof +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lkproof +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lkproof +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lkproof-doc +Summary: Documentation for lkproof +Version: svn20021.3.1 +Release: %{tl_noarch_release} +Provides: tex-lkproof-doc +BuildArch: noarch +AutoReqProv: No + +%description lkproof-doc +Documentation for lkproof + +%package lmake +Provides: tex-lmake = %{tl_version} +License: LPPL 1.2 +Summary: Process lists to do repetitive actions +Version: svn25552.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(lmake.sty) = %{tl_version} + +%description lmake +The package provides commands to simplify processing of +sequential list-like structures, such as making a series of +'similar' commands from a list of names. + +date: 2012-03-02 00:29:05 +0100 + +%post lmake +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lmake +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lmake +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lmake-doc +Summary: Documentation for lmake +Version: svn25552.1.0 +Release: %{tl_noarch_release} +Provides: tex-lmake-doc +BuildArch: noarch +AutoReqProv: No + +%description lmake-doc +Documentation for lmake + +%package locality +Provides: tex-locality = %{tl_version} +License: LPPL 1.3 +Summary: Various macros for keeping things local +Version: svn20422.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Provides: tex(locality.sty) = %{tl_version} + +%description locality +A toolbox of macros designed to allow the LaTeX programmer to +work around some of the restrictions of the TeX grouping +mechanisms. The present release offers a preliminary view of +the package; not all of its facilities are working optimally + +date: 2010-11-12 15:28:10 +0100 + +%post locality +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun locality +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans locality +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package locality-doc +Summary: Documentation for locality +Version: svn20422.0.2 +Release: %{tl_noarch_release} +Provides: tex-locality-doc +BuildArch: noarch +AutoReqProv: No + +%description locality-doc +Documentation for locality + +%package localloc +Provides: tex-localloc = %{tl_version} +License: Bibtex +Summary: Macros for localizing TeX register allocations +Version: svn21934.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(localloc.sty) = %{tl_version} + +%description localloc +This package approaches the problem of the shortage of +registers, by providing a mechanism for local allocation. The +package works with Plain TeX, LaTeX and LaTeX 2.09. + +date: 2009-10-06 14:55:10 +0200 + +%post localloc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun localloc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans localloc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package localloc-doc +Summary: Documentation for localloc +Version: svn21934.0 +Release: %{tl_noarch_release} +Provides: tex-localloc-doc +BuildArch: noarch +AutoReqProv: No + +%description localloc-doc +Documentation for localloc + +%package logbox +Provides: tex-logbox = %{tl_version} +License: LPPL 1.3 +Summary: e-TeX showbox facilities for exploration purposes +Version: svn24499.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(logbox.sty) = %{tl_version} + +%description logbox +The command \logbox does \showbox without stopping the +compilation. The package's main command is \viewbox*: the box +is typeset (copied) with its dimensions, and its contents are +logged in the .log file. + +date: 2011-11-03 08:30:49 +0100 + +%post logbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun logbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package logbox-doc +Summary: Documentation for logbox +Version: svn24499.1.0 +Release: %{tl_noarch_release} +Provides: tex-logbox-doc +BuildArch: noarch +AutoReqProv: No + +%description logbox-doc +Documentation for logbox + +%package logical-markup-utils +Provides: tex-logical-markup-utils = %{tl_version} +License: GPLv3+ +Summary: Packages for language-dependent inline quotes and dashes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(onedash.sty) = %{tl_version} +Provides: tex(quoted.sty) = %{tl_version} + +%description logical-markup-utils +The bundle contains two packages: - quoted, for inserting +quotation marks; and - onedash, for inserting dashes. Each +package takes a language name as an option; accepted language +options are american, british, german and polish. + +date: 2009-11-09 23:05:00 +0100 + +%post logical-markup-utils +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun logical-markup-utils +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logical-markup-utils +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package logical-markup-utils-doc +Summary: Documentation for logical-markup-utils +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-logical-markup-utils-doc +BuildArch: noarch +AutoReqProv: No + +%description logical-markup-utils-doc +Documentation for logical-markup-utils + +%package logpap +Provides: tex-logpap = %{tl_version} +License: LPPL +Summary: Generate logarithmic graph paper with LaTeX +Version: svn15878.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(color.sty) +Provides: tex(logpap.sty) = %{tl_version} + +%description logpap +The logpap package provides four macros for drawing +logarithmic-logarithmic, logarithmic-linear, linear-logarithmic +and (because it was easy to implement) linear-linear graph +paper with LaTeX. + +date: 2006-12-08 22:20:56 +0100 + +%post logpap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun logpap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logpap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package logpap-doc +Summary: Documentation for logpap +Version: svn15878.0.6 +Release: %{tl_noarch_release} +Provides: tex-logpap-doc +BuildArch: noarch +AutoReqProv: No + +%description logpap-doc +Documentation for logpap + +%package longnamefilelist +Provides: tex-longnamefilelist = %{tl_version} +License: LPPL 1.3 +Summary: Tidy \listfiles with long file names +Version: svn27889.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(myfilist.sty) +Provides: tex(longnamefilelist.sty) = %{tl_version} + +%description longnamefilelist +The package equips LaTeX's \listfiles command with an optional +argument for the number of characters in the longest base +filename. This way you get a neatly aligned file list even when +it contains files whose base names have more than 8 characters. +The package can be combined with the myfilist package as +explained in the documentation. + +date: 2012-10-01 08:11:57 +0200 + +%post longnamefilelist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun longnamefilelist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans longnamefilelist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package longnamefilelist-doc +Summary: Documentation for longnamefilelist +Version: svn27889.0.2 +Release: %{tl_noarch_release} +Provides: tex-longnamefilelist-doc +BuildArch: noarch +AutoReqProv: No + +%description longnamefilelist-doc +Documentation for longnamefilelist + +%package loops +Provides: tex-loops = %{tl_version} +License: LPPL 1.3 +Summary: General looping macros for use with LaTeX +Version: svn29090.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(skeyval.sty) +Provides: tex(loops.sty) = %{tl_version} + +%description loops +The package provides efficient looping macros for processing +both csv (separated-values) and nsv/tsv (non-separated values) +lists. Csv lists which have associated parsers may be processed +with the tools of the package. + +date: 2013-02-11 23:25:45 +0100 + +%post loops +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun loops +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans loops +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package loops-doc +Summary: Documentation for loops +Version: svn29090.1.2 +Release: %{tl_noarch_release} +Provides: tex-loops-doc +BuildArch: noarch +AutoReqProv: No + +%description loops-doc +Documentation for loops + +%package lsc +Provides: tex-lsc = %{tl_version} +License: LPPL +Summary: Typesetting Live Sequence Charts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Provides: tex(lsc.sty) = %{tl_version} + +%description lsc +This package is similar to the msc package in that it provides +macros for typesetting a variant of sequence diagrams, in this +case the Live Sequence Charts of Damm and Harel. The package +supports the full LSC language of the original LSC paper, the +Klose-extensions for formal verification and some of the Harel- +extensions for the Play-In/Play-Out approach (cf. the manual). + +date: 2007-03-09 12:50:50 +0100 + +%post lsc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lsc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lsc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lsc-doc +Summary: Documentation for lsc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-lsc-doc +BuildArch: noarch +AutoReqProv: No + +%description lsc-doc +Documentation for lsc + +%package lstaddons +Provides: tex-lstaddons = %{tl_version} +License: LPPL 1.3 +Summary: Add-on packagvess for listings: autogobble and line background +Version: svn26196.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(listings.sty) +Requires: tex(xcolor.sty) +Provides: tex(lstautogobble.sty) = %{tl_version} +Provides: tex(lstlinebgrd.sty) = %{tl_version} + +%description lstaddons +The bundle contains a small collection of add-on packages for +the listings package. Current packages are: [?] lstlinebgrd: +colour the background of some or all lines of a listing; and +[?] lstautogobble: set the standard "gobble" option to the +indent of the first line of the code. + +date: 2012-05-03 17:01:13 +0200 + +%post lstaddons +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lstaddons +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lstaddons +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lstaddons-doc +Summary: Documentation for lstaddons +Version: svn26196.0.1 +Release: %{tl_noarch_release} +Provides: tex-lstaddons-doc +BuildArch: noarch +AutoReqProv: No + +%description lstaddons-doc +Documentation for lstaddons + +%package ltablex +Provides: tex-ltablex = %{tl_version} +License: LPPL +Summary: Table package extensions +Version: svn29903.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Requires: tex(tabularx.sty) +Provides: tex(ltablex.sty) = %{tl_version} + +%description ltablex +Modifies the tabularx environment to combine the features of +the tabularx package (auto-sized columns in a fixed width +table) with those of the longtable package (multi-page tables). + +date: 2013-04-12 10:31:24 +0200 + +%post ltablex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltablex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltablex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltablex-doc +Summary: Documentation for ltablex +Version: svn29903.1.0 +Release: %{tl_noarch_release} +Provides: tex-ltablex-doc +BuildArch: noarch +AutoReqProv: No + +%description ltablex-doc +Documentation for ltablex + +%package ltabptch +Provides: tex-ltabptch = %{tl_version} +License: LPPL +Summary: Bug fix for longtable +Version: svn17533.1.74d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Provides: tex(ltabptch.sty) = %{tl_version} + +%description ltabptch +A patch for LaTeX bugs tools/3180 and tools/3480. The patch +applies to version 4.11 of longtable. + +date: 2010-03-07 16:35:25 +0100 + +%post ltabptch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltabptch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltabptch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltabptch-doc +Summary: Documentation for ltabptch +Version: svn17533.1.74d +Release: %{tl_noarch_release} +Provides: tex-ltabptch-doc +BuildArch: noarch +AutoReqProv: No + +%description ltabptch-doc +Documentation for ltabptch + +%package ltxdockit +Provides: tex-ltxdockit = %{tl_version} +License: LPPL +Summary: Documentation support +Version: svn21869.1.2c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(multicol.sty) +Requires: tex(keyval.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(hyperref.sty) +Requires: tex(hypcap.sty) +Requires: tex(listings.sty) +Requires: tex(color.sty) +Requires: tex(xspace.sty) +Requires: tex(ifpdf.sty) +Provides: tex(btxdockit.sty) = %{tl_version} +Provides: tex(ltxdockit.cfg) = %{tl_version} +Provides: tex(ltxdockit.cls) = %{tl_version} +Provides: tex(ltxdockit.def) = %{tl_version} +Provides: tex(ltxdockit.sty) = %{tl_version} + +%description ltxdockit +This bundle, consisting of a simple wrapper class and some +packages, forms a small LaTeX/BibTeX documentation kit; the +author uses it for some of his own packages. The package is not +supported: users should not attempt its use unless they are +capable of dealing with problems unaided. (The actual purpose +of releasing the package is to make it possible for third +parties to compile the documentation of other packages, should +that be necessary.) + +date: 2010-12-10 17:32:44 +0100 + +%post ltxdockit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxdockit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxdockit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxdockit-doc +Summary: Documentation for ltxdockit +Version: svn21869.1.2c +Release: %{tl_noarch_release} +Provides: tex-ltxdockit-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxdockit-doc +Documentation for ltxdockit + +%package ltxindex +Provides: tex-ltxindex = %{tl_version} +License: GPL+ +Summary: A LaTeX package to typeset indices with GNU's Texindex +Version: svn15878.0.1c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Provides: tex(ltxindex.sty) = %{tl_version} + +%description ltxindex +A LaTeX package that allows the user to make indexes with GNU's +Texindex program, instead of makeindex. It provides the +indexing commands available in Texinfo by default, but only +defines the concept index (cp) by default -- the user must +define other standard indexes, and there is no provision for +custom indexes. The package is not currently maintained. + +date: 2009-10-01 20:18:08 +0200 + +%post ltxindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxindex-doc +Summary: Documentation for ltxindex +Version: svn15878.0.1c +Release: %{tl_noarch_release} +Provides: tex-ltxindex-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxindex-doc +Documentation for ltxindex + +%package ltxkeys +Provides: tex-ltxkeys = %{tl_version} +License: LPPL +Summary: A robust key parser for LaTeX +Version: svn28332.0.0.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Provides: tex(ltxkeys.sty) = %{tl_version} + +%description ltxkeys +The package provides facilities for creating and managing keys +in the sense of the keyval and xkeyval packages, but it is +intended to be more robust and faster. Its robustness comes +from its ability to preserve braces in key values throughout +parsing. The need to preserve braces in key values arises often +in parsing keys (for example, in the xwatermark package). The +package is faster than xkeyval package because (among other +things) it avoids character-wise parsing of key values (called +"selective sanitization" by the xkeyval package). The package +also provides functions for defining and managing keys. + +date: 2012-11-22 12:57:51 +0100 + +%post ltxkeys +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxkeys +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxkeys +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxkeys-doc +Summary: Documentation for ltxkeys +Version: svn28332.0.0.3c +Release: %{tl_noarch_release} +Provides: tex-ltxkeys-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxkeys-doc +Documentation for ltxkeys + +%package ltxnew +Provides: tex-ltxnew = %{tl_version} +License: LPPL 1.3 +Summary: A simple means of creating commands +Version: svn21586.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Provides: tex(ltxnew.sty) = %{tl_version} + +%description ltxnew +The package ltxnew provides \new, \renew and \provide prefixes +for checking definitions. It is designed to work with e-TeX +distributions of LaTeX and relies on the LaTeX internal macro +\@ifdefinable. Local allocation of counters, dimensions, skips, +muskips, boxes, tokens and marks are provided by the etex +package. \new and \renew as well as \provide may be used for +all kind of control sequences. Please refer to the section +"Using \new" of the PDF documentation. + +date: 2011-03-02 16:08:00 +0100 + +%post ltxnew +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxnew +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxnew +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxnew-doc +Summary: Documentation for ltxnew +Version: svn21586.1.3 +Release: %{tl_noarch_release} +Provides: tex-ltxnew-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxnew-doc +Documentation for ltxnew + +%package ltxtools +Provides: tex-ltxtools = %{tl_version} +License: LPPL 1.3 +Summary: A collection of LaTeX API macros +Version: svn24897.0.0.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Requires: tex(atveryend.sty) +Requires: tex(ltxkeys.sty) +Requires: tex(fp.sty) +Provides: tex(ltxtools-base.sty) = %{tl_version} +Provides: tex(ltxtools-doc.sty) = %{tl_version} +Provides: tex(ltxtools-environ.sty) = %{tl_version} +Provides: tex(ltxtools-incluput.sty) = %{tl_version} +Provides: tex(ltxtools-index.sty) = %{tl_version} +Provides: tex(ltxtools-review.sty) = %{tl_version} +Provides: tex(ltxtools-trace.sty) = %{tl_version} +Provides: tex(ltxtools.sty) = %{tl_version} + +%description ltxtools +This is a bundle of macros that the author uses in the coding +of others of his macro files. + +date: 2011-12-19 23:56:31 +0100 + +%post ltxtools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ltxtools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxtools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ltxtools-doc +Summary: Documentation for ltxtools +Version: svn24897.0.0.1a +Release: %{tl_noarch_release} +Provides: tex-ltxtools-doc +BuildArch: noarch +AutoReqProv: No + +%description ltxtools-doc +Documentation for ltxtools + +%package magaz +Provides: tex-magaz = %{tl_version} +License: Copyright only +Summary: Magazine layout +Version: svn24694.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(magaz.sty) = %{tl_version} + +%description magaz +The current version does special formatting for the first line +of text in a paragraph. The package is part of a larger body of +tools which remain in preparation. + +date: 2011-11-29 11:02:24 +0100 + +%post magaz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun magaz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans magaz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package magaz-doc +Summary: Documentation for magaz +Version: svn24694.0.4 +Release: %{tl_noarch_release} +Provides: tex-magaz-doc +BuildArch: noarch +AutoReqProv: No + +%description magaz-doc +Documentation for magaz + +%package mailing +Provides: tex-mailing = %{tl_version} +License: LPPL +Summary: Macros for mail merging +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mailing.sty) = %{tl_version} + +%description mailing +This package is for use when sending a large number of letters, +all with the same body text. The package's \addressfile command +is used to specify who the letter's to be sent to; the body of +the \mailingtext command specifies the text of the letters, +possibly using macros defined in the \addressfile. + +date: 2006-12-28 00:57:12 +0100 + +%post mailing +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mailing +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mailing +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mailing-doc +Summary: Documentation for mailing +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-mailing-doc +BuildArch: noarch +AutoReqProv: No + +%description mailing-doc +Documentation for mailing + +%package mailmerge +Provides: tex-mailmerge = %{tl_version} +License: LPPL 1.2 +Summary: Repeating text field substitution +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(mailmerge.sty) = %{tl_version} + +%description mailmerge +The package mailmerge provides an interface to produce text +from a template, where fields are replaced by actual data, as +in a database. The package may be used to produce several +letters from a template, certificates or other such documents. +It allows access to the entry number, number of entries and so +on. + +date: 2009-11-09 23:10:10 +0100 + +%post mailmerge +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mailmerge +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mailmerge +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mailmerge-doc +Summary: Documentation for mailmerge +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-mailmerge-doc +BuildArch: noarch +AutoReqProv: No + +%description mailmerge-doc +Documentation for mailmerge + +%package makebarcode +Provides: tex-makebarcode = %{tl_version} +License: LPPL +Summary: Print various kinds 2/5 and Code 39 bar codes +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(makebarcode.sty) = %{tl_version} + +%description makebarcode +The package contains macros for printing various 2/5 bar codes +and Code 39 bar codes. The macros do not use fonts but create +the bar codes directly using vertical rules. It is therefore +possible to vary width to height ratio, ratio of thin and thick +bars. The package is therefore convenient for printing ITF bar +codes as well as bar codes for identification labels for HP +storage media. + +date: 2008-08-22 15:19:59 +0200 + +%post makebarcode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makebarcode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makebarcode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makebarcode-doc +Summary: Documentation for makebarcode +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-makebarcode-doc +BuildArch: noarch +AutoReqProv: No + +%description makebarcode-doc +Documentation for makebarcode + +%package makebox +Provides: tex-makebox = %{tl_version} +License: LPPL +Summary: Defines a \makebox* command +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(makebox.sty) = %{tl_version} + +%description makebox +Define a \makebox* command that does the same as a \makebox +command, except that the width is given by a sample text +instead of an explicit length measure. + +date: 2006-12-02 14:51:32 +0100 + +%post makebox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makebox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makebox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makebox-doc +Summary: Documentation for makebox +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-makebox-doc +BuildArch: noarch +AutoReqProv: No + +%description makebox-doc +Documentation for makebox + +%package makecell +Provides: tex-makecell = %{tl_version} +License: LPPL +Summary: Tabular column heads and multilined cells +Version: svn15878.0.1e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(makecell.sty) = %{tl_version} + +%description makecell +This package supports common layouts for tabular column heads +in whole documents, based on one-column tabular environment. In +addition, it can create multi-lined tabular cells. The Package +also offers: -- a macro which changes the vertical space around +all the cells in a tabular environment (similar to the function +of the tabls package, but using the facilities of the array); - +- macros for multirow cells, which use the facilities of the +multirow package; -- macros to number rows in tables, or to +skip cells; -- diagonally divided cells; and -- horizontal +lines in tabular environments with defined thickness. + +date: 2009-09-07 01:31:27 +0200 + +%post makecell +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makecell +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecell +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makecell-doc +Summary: Documentation for makecell +Version: svn15878.0.1e +Release: %{tl_noarch_release} +Provides: tex-makecell-doc +BuildArch: noarch +AutoReqProv: No + +%description makecell-doc +Documentation for makecell + +%package makecirc +Provides: tex-makecirc = %{tl_version} +License: LPPL +Summary: A MetaPost library for drawing electrical circuit diagrams +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description makecirc +MakeCirc is a MetaPost library that contains diverse symbols +for use in circuit diagrams. MakeCirc offers a high quality +tool, with a simple syntax. MakeCirc is completely integrated +with LaTeX documents and with other MetaPost drawing/graphic. +Its output is a PostScript file. MakeCirc only requires (La)TeX +and MetaPost to work. + +date: 2006-11-19 21:19:11 +0100 + +%post makecirc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makecirc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecirc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makecirc-doc +Summary: Documentation for makecirc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-makecirc-doc +BuildArch: noarch +AutoReqProv: No + +%description makecirc-doc +Documentation for makecirc + +%package makecmds +Provides: tex-makecmds = %{tl_version} +License: LPPL +Summary: The new \makecommand command always (re)defines a command +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(makecmds.sty) = %{tl_version} + +%description makecmds +The package provides a \makecommand command, which is like +\(re)newcommand except it always (re)defines a command. There +is also \makeenvironment and \provideenvironment for +environments. + +date: 2009-09-03 08:40:46 +0200 + +%post makecmds +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makecmds +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecmds +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makecmds-doc +Summary: Documentation for makecmds +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-makecmds-doc +BuildArch: noarch +AutoReqProv: No + +%description makecmds-doc +Documentation for makecmds + +%package makedtx +Provides: tex-makedtx = %{tl_version} +License: LPPL +Summary: Perl script to help generate dtx and ins files +Version: svn15878.0.94b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(creatdtx.sty) = %{tl_version} + +%description makedtx +The makedtx bundle is provided to help LaTeX2e developers to +write the code and documentation in separate files, and then +combine them into a single .dtx file for distribution. It +automatically generates the character table, and also writes +the associated installation (.ins) script. + +date: 2007-10-18 16:19:02 +0200 + +%post makedtx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makedtx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makedtx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makedtx-doc +Summary: Documentation for makedtx +Version: svn15878.0.94b +Release: %{tl_noarch_release} +Provides: tex-makedtx-doc +BuildArch: noarch +AutoReqProv: No + +%description makedtx-doc +Documentation for makedtx + +%package makeglos +Provides: tex-makeglos = %{tl_version} +License: GPL+ +Summary: Include a glossary into a document +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(makeglos.sty) = %{tl_version} + +%description makeglos +The package provides the means to include a glossary into a +document. The glossary is prepared by an external program, such +as xindy or makeindex, in the same way that an index is made. + +date: 2007-02-23 00:16:39 +0100 + +%post makeglos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makeglos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeglos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makeglos-doc +Summary: Documentation for makeglos +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-makeglos-doc +BuildArch: noarch +AutoReqProv: No + +%description makeglos-doc +Documentation for makeglos + +%package mandi +Provides: tex-mandi = %{tl_version} +License: LPPL 1.3 +Summary: Macros for introductory physics and astronomy +Version: svn29837.2.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(bigints.sty) +Requires: tex(cancel.sty) +Requires: tex(changebar.sty) +Requires: tex(xcolor.sty) +Requires: tex(environ.sty) +Requires: tex(etoolbox.sty) +Requires: tex(filehook.sty) +Requires: tex(extarrows.sty) +Requires: tex(fontenc.sty) +Requires: tex(graphicx.sty) +Requires: tex(epstopdf.sty) +Requires: tex(textcomp.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(listings.sty) +Requires: tex(mdframed.sty) +Requires: tex(suffix.sty) +Requires: tex(xargs.sty) +Requires: tex(xparse.sty) +Requires: tex(xspace.sty) +Requires: tex(ifthen.sty) +Requires: tex(calligra.sty) +Provides: tex(mandi.sty) = %{tl_version} + +%description mandi +The package contains commands for students and teachers of +introductory physics. Commands for physical quantities +intelligently handle SI units so the user need not do so. There +are other features that should make LaTeX easy for introductory +physics students. + +date: 2013-04-10 20:30:37 +0200 + +%post mandi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mandi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mandi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mandi-doc +Summary: Documentation for mandi +Version: svn29837.2.1.0 +Release: %{tl_noarch_release} +Provides: tex-mandi-doc +BuildArch: noarch +AutoReqProv: No + +%description mandi-doc +Documentation for mandi + +%package manfnt +Provides: tex-manfnt = %{tl_version} +License: LPPL +Summary: LaTeX support for the TeX book symbols +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(manfnt.map) = %{tl_version} +Provides: tex(manfnt.pfb) = %{tl_version} +Provides: tex(manfnt.sty) = %{tl_version} + +%description manfnt +A LaTeX package for easy access to the symbols of the Knuth's +'manual' font, such as the Dangerous Bend and Manual-errata +Arrow. + +date: 2007-01-02 14:43:33 +0100 + +%post manfnt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap manfnt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap manfnt.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun manfnt +if [ $1 == 0 ] ; then +sed -i '/^MixedMap manfnt.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans manfnt +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package manuscript +Provides: tex-manuscript = %{tl_version} +License: LPPL +Summary: Emulate look of a document typed on a typewriter +Version: svn17486.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Requires: tex(fontenc.sty) +Requires: tex(ragged2e.sty) +Requires: tex(soul.sty) +Requires: tex(fullpage.sty) +Provides: tex(manuscript.sty) = %{tl_version} + +%description manuscript +This package is designed for those who have to submit +dissertations, etc., to institutions that still maintain the +typewriter is the summit of non-professional printing. + +date: 2010-03-14 23:46:18 +0100 + +%post manuscript +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun manuscript +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans manuscript +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package manuscript-doc +Summary: Documentation for manuscript +Version: svn17486.0 +Release: %{tl_noarch_release} +Provides: tex-manuscript-doc +BuildArch: noarch +AutoReqProv: No + +%description manuscript-doc +Documentation for manuscript + +%package marginfix +Provides: tex-marginfix = %{tl_version} +License: LPPL +Summary: Patch \marginpar to avoid overfull margins +Version: svn24320.0.9.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(marginfix.sty) = %{tl_version} + +%description marginfix +Authors using LaTeX to typeset books with significant margin +material often run into the problem of long notes running off +the bottom of the page. A typical workaround is to insert +\vshift commands by hand, but this is a tedious process that is +invalidated when pagination changes. Another workaround is +memoir's \sidebar function, but this can be unsatisfying for +short textual notes, and standard marginpars cannot be mixed +with sidebars. This package implements a solution to make +marginpars "just work" by keeping a list of floating inserts +and arranging them intelligently in the output routine. + +date: 2010-09-10 23:39:51 +0200 + +%post marginfix +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun marginfix +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans marginfix +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package marginfix-doc +Summary: Documentation for marginfix +Version: svn24320.0.9.1 +Release: %{tl_noarch_release} +Provides: tex-marginfix-doc +BuildArch: noarch +AutoReqProv: No + +%description marginfix-doc +Documentation for marginfix + +%package marginnote +Provides: tex-marginnote = %{tl_version} +License: LPPL +Summary: Notes in the margin, even where \marginpar fails +Version: svn25880.v1.1i +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(marginnote.sty) = %{tl_version} + +%description marginnote +This package provides the command \marginnote that may be used +instead of \marginpar at almost every place where \marginpar +cannot be used, e.g., inside floats, footnotes, or in frames +made with the framed package. + +date: 2012-04-08 16:44:52 +0200 + +%post marginnote +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun marginnote +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans marginnote +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package marginnote-doc +Summary: Documentation for marginnote +Version: svn25880.v1.1i +Release: %{tl_noarch_release} +Provides: tex-marginnote-doc +BuildArch: noarch +AutoReqProv: No + +%description marginnote-doc +Documentation for marginnote + +%package mathalfa +Provides: tex-mathalfa = %{tl_version} +License: LPPL 1.3 +Summary: General package for loading maths alphabets in LaTeX +Version: svn27199.1.07 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(mathalfa.sty) = %{tl_version} + +%description mathalfa +The package provides means of loading maths alphabets (such as +are normally addressed via macros \mathcal, \mathbb, \mathfrak +and \mathscr), offering various features normally missing in +existing packages for this job. + +date: 2012-07-16 01:16:42 +0200 + +%post mathalfa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathalfa +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathalfa +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathalfa-doc +Summary: Documentation for mathalfa +Version: svn27199.1.07 +Release: %{tl_noarch_release} +Provides: tex-mathalfa-doc +BuildArch: noarch +AutoReqProv: No + +%description mathalfa-doc +Documentation for mathalfa + +%package mathastext +Provides: tex-mathastext = %{tl_version} +License: LPPL 1.3 +Summary: Use the text font in simple mathematics +Version: svn28920.1.2f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mathastext.sty) = %{tl_version} + +%description mathastext +The package uses a text font (usually the document's text font) +for the letters of the Latin alphabet needed when typesetting +mathematics. (Optionally, other characters in the font may also +be used). This facility makes possible (for a document with +simple mathematics) a far wider choice of text font, with +little worry that no specially designed accompanying maths +fonts are available. The package also offers a simple mechanism +for using many different choices of (text hence, now, maths) +font in the same document. Of course, using one font for two +purposes helps produce smaller PDF files. + +date: 2013-01-21 13:03:31 +0100 + +%post mathastext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathastext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathastext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathastext-doc +Summary: Documentation for mathastext +Version: svn28920.1.2f +Release: %{tl_noarch_release} +Provides: tex-mathastext-doc +BuildArch: noarch +AutoReqProv: No + +%description mathastext-doc +Documentation for mathastext + +%package mathexam +Provides: tex-mathexam = %{tl_version} +License: LPPL +Summary: Package for typesetting exams +Version: svn15878.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyhdr.sty) +Requires: tex(lastpage.sty) +Requires: tex(ifthen.sty) +Provides: tex(mathexam.sty) = %{tl_version} + +%description mathexam +The package can help you typeset exams (mostly in mathematics +and related disciplines where students are required to show +their calculations followed by one or more short answers). It +provides commands for inclusion of space for calculations, as +well as commands for automatic creation of "answer spaces". In +addition, the package will automatically create page headers +and footers, and will let you include instructions and space +for students to put their name. + +date: 2008-08-22 15:19:59 +0200 + +%post mathexam +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathexam +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathexam +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathexam-doc +Summary: Documentation for mathexam +Version: svn15878.1.00 +Release: %{tl_noarch_release} +Provides: tex-mathexam-doc +BuildArch: noarch +AutoReqProv: No + +%description mathexam-doc +Documentation for mathexam + +%package maybemath +Provides: tex-maybemath = %{tl_version} +License: LPPL +Summary: Make math bold or italic according to context +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(bm.sty) +Provides: tex(maybemath.sty) = %{tl_version} + +%description maybemath +The \maybebm and \maybeit macros can be used in math +expressions to make the arguments typeset as bold or italic +respectively if the surrounding context is appropriate. They +are useful for writing user macros for use in general contexts. +\maybebm is especially appropriate when section titles contain +math expressions, since the title will appear bold but the +header and table of contents usually replicate the title in +normal width. It uses the bm package to make things bold +\maybeit performs a similar role to \mathrm{} but the math +expression will be italicised if the surrounding text is. +\maybeitsubscript is provided to shift subscripts to the left +if the expression is italicised. + +date: 2007-03-09 22:25:45 +0100 + +%post maybemath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun maybemath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans maybemath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package maybemath-doc +Summary: Documentation for maybemath +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-maybemath-doc +BuildArch: noarch +AutoReqProv: No + +%description maybemath-doc +Documentation for maybemath + +%package mbenotes +Provides: tex-mbenotes = %{tl_version} +License: LPPL 1.2 +Summary: Notes in tables or images +Version: svn27777.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(xcolor.sty) +Provides: tex(mbenotes.sty) = %{tl_version} + +%description mbenotes +The package defines a command \tabnote, which stores notes for +later processing by the command \thetabnotes, and a +corresponding \imgnote for images. The package is derived from +mechanisms in the package endnotes. + +date: 2012-09-22 16:17:18 +0200 + +%post mbenotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mbenotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mbenotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mbenotes-doc +Summary: Documentation for mbenotes +Version: svn27777.0 +Release: %{tl_noarch_release} +Provides: tex-mbenotes-doc +BuildArch: noarch +AutoReqProv: No + +%description mbenotes-doc +Documentation for mbenotes + +%package mcaption +Provides: tex-mcaption = %{tl_version} +License: LPPL +Summary: Put captions in the margin +Version: svn15878.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(changepage.sty) +Provides: tex(mcaption.sty) = %{tl_version} + +%description mcaption +The mcaption package provides an mcaption environment which +puts figure or table captions in the margin. The package works +with the standard classes and with the KOMA-Script document +classes scrartcl, scrreprt and scrbook. The package requires +the changepage package. + +date: 2009-03-14 02:18:31 +0100 + +%post mcaption +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mcaption +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcaption +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mcaption-doc +Summary: Documentation for mcaption +Version: svn15878.3.0 +Release: %{tl_noarch_release} +Provides: tex-mcaption-doc +BuildArch: noarch +AutoReqProv: No + +%description mcaption-doc +Documentation for mcaption + +%package mceinleger +Provides: tex-mceinleger = %{tl_version} +License: GPL+ +Summary: Creating covers for music cassettes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mceinleger.sty) = %{tl_version} + +%description mceinleger +A package for creating MC-covers on your own. It allows the +creation of simple covers as well as covers with an additional +page for more information about the cassette (table of contents +e.g.). The rotating package is required. + +date: 2007-01-09 22:36:10 +0100 + +%post mceinleger +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mceinleger +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mceinleger +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mceinleger-doc +Summary: Documentation for mceinleger +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-mceinleger-doc +BuildArch: noarch +AutoReqProv: No + +%description mceinleger-doc +Documentation for mceinleger + +%package mcite +Provides: tex-mcite = %{tl_version} +License: GPL+ +Summary: Multiple items in a single citation +Version: svn18173.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mcite.sty) = %{tl_version} + +%description mcite +The mcite package allows the user to collapse multiple +citations into one, as is customary in physics journals. The +package requires a customised BibTeX style for its work; the +documentation explains how to do that customisation. + +date: 2007-01-09 22:36:10 +0100 + +%post mcite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mcite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mcite-doc +Summary: Documentation for mcite +Version: svn18173.1.6 +Release: %{tl_noarch_release} +Provides: tex-mcite-doc +BuildArch: noarch +AutoReqProv: No + +%description mcite-doc +Documentation for mcite + +%package mciteplus +Provides: tex-mciteplus = %{tl_version} +License: LPPL +Summary: Enhanced multiple citations +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mciteplus.sty) = %{tl_version} + +%description mciteplus +The mciteplus LaTeX package is an enhanced reimplementation of +Thorsten Ohl's mcite package which provides support for the +grouping of multiple citations together as is often done in +physics journals. An extensive set of features provide for +other applications such as reference sublisting. + +date: 2008-09-30 16:07:39 +0200 + +%post mciteplus +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mciteplus +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mciteplus +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mciteplus-doc +Summary: Documentation for mciteplus +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-mciteplus-doc +BuildArch: noarch +AutoReqProv: No + +%description mciteplus-doc +Documentation for mciteplus + +%package mdframed +Provides: tex-mdframed = %{tl_version} +License: LPPL +Summary: Framed environments that can split at page boundaries +Version: svn29319.1.6d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xparse.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(etoolbox.sty) +Requires: tex(geometry.sty) +Requires: tex(selinput.sty) +Requires: tex(fontenc.sty) +Requires: tex(beramono.sty) +Requires: tex(microtype.sty) +Requires: tex(fontspec.sty) +Requires: tex(csquotes.sty) +Requires: tex(xspace.sty) +Requires: tex(multicol.sty) +Requires: tex(scrpage2.sty) +Requires: tex(listings.sty) +Requires: tex(enumitem.sty) +Requires: tex(amsmath.sty) +Requires: tex(ntheorem.sty) +Requires: tex(array.sty) +Requires: tex(booktabs.sty) +Requires: tex(xcolor.sty) +Requires: tex(tikz.sty) +Requires: tex(graphicx.sty) +Requires: tex(hypdoc.sty) +Requires: tex(showframe.sty) +Requires: tex(lipsum.sty) +Requires: tex(kantlipsum.sty) +Requires: tex(kvoptions.sty) +Requires: tex(zref-abspage.sty) +Requires: tex(color.sty) +Provides: tex(ltxmdf.cls) = %{tl_version} +Provides: tex(mdframed.sty) = %{tl_version} + +%description mdframed +The package develops the facilities of framed in providing +breakable framed and coloured boxes. The user may instruct the +package to perform its operations using default LaTeX commands, +PStricks or TikZ. + +date: 2012-09-21 10:33:40 +0200 + +%post mdframed +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mdframed +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdframed +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mdframed-doc +Summary: Documentation for mdframed +Version: svn29319.1.6d +Release: %{tl_noarch_release} +Provides: tex-mdframed-doc +BuildArch: noarch +AutoReqProv: No + +%description mdframed-doc +Documentation for mdframed + +%package media9 +Provides: tex-media9 = %{tl_version} +License: LPPL 1.3 +Summary: Multimedia inclusion package with Adobe Reader-9/X compatibility +Version: svn29530.0.27 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(l3regex.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xparse.sty) +Requires: tex(ifpdf.sty) +Requires: tex(atbegshi.sty) +Requires: tex(pdftexcmds.sty) +Provides: tex(media9.sty) = %{tl_version} + +%description media9 +The package provides an interface to embed interactive Flash +(SWF) and 3D objects (Adobe U3D & PRC), as well as video and +sound files or streams in the popular MP4, FLV and MP3 formats +into PDF documents with Acrobat-9/X compatibility. Playback of +multimedia files uses the built-in Flash Player of Adobe Reader +and does, therefore, not depend on external plug-ins. Flash +Player supports the efficient H.264 codec for video +compression. The package is based on the RichMedia Annotation, +an Adobe addition to the PDF specification. It replaces the now +obsolete movie15 package. + +date: 2013-03-20 11:32:41 +0100 + +%post media9 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun media9 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans media9 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package media9-doc +Summary: Documentation for media9 +Version: svn29530.0.27 +Release: %{tl_noarch_release} +Provides: tex-media9-doc +BuildArch: noarch +AutoReqProv: No + +%description media9-doc +Documentation for media9 + +%package meetingmins +Provides: tex-meetingmins = %{tl_version} +License: LPPL 1.3 +Summary: Format written minutes of meetings +Version: svn27806.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(enumitem.sty) +Requires: tex(mathabx.sty) +Requires: tex(xstring.sty) +Requires: tex(environ.sty) +Provides: tex(meetingmins.cls) = %{tl_version} + +%description meetingmins +The class allows formatting of meeting minutes using \section +commands (which provide hierarchical structure). An agenda can +also be produced for distribution prior to the meeting, with +user-selected portions suppressed from printing. + +date: 2012-09-24 22:36:26 +0200 + +%post meetingmins +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun meetingmins +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans meetingmins +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package meetingmins-doc +Summary: Documentation for meetingmins +Version: svn27806.1.5 +Release: %{tl_noarch_release} +Provides: tex-meetingmins-doc +BuildArch: noarch +AutoReqProv: No + +%description meetingmins-doc +Documentation for meetingmins + +%package memexsupp +Provides: tex-memexsupp = %{tl_version} +License: LPPL +Summary: Experimental memoir support +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(memexsupp.sty) = %{tl_version} + +%description memexsupp +A package of code proposed as supporting material for memoir. +The package is intended as a test bed for such code, which may +in the fullness of time be adopted into the main memoir +release. + +date: 2008-08-22 15:19:59 +0200 + +%post memexsupp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun memexsupp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memexsupp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package memexsupp-doc +Summary: Documentation for memexsupp +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-memexsupp-doc +BuildArch: noarch +AutoReqProv: No + +%description memexsupp-doc +Documentation for memexsupp + +%package memory +Provides: tex-memory = %{tl_version} +License: LPPL 1.3 +Summary: Containers for data in LaTeX +Version: svn30452.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(memory.sty) = %{tl_version} + +%description memory +The package allows the user to declare single object or array +containers. + +date: 2013-05-13 20:07:16 +0200 + +%post memory +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun memory +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memory +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package memory-doc +Summary: Documentation for memory +Version: svn30452.1.2 +Release: %{tl_noarch_release} +Provides: tex-memory-doc +BuildArch: noarch +AutoReqProv: No + +%description memory-doc +Documentation for memory + +%package menu +Provides: tex-menu = %{tl_version} +License: LPPL +Summary: Typesetting menus +Version: svn15878.0.994 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(bbding.sty) +Requires: tex(fancybox.sty) +Requires: tex(color.sty) +Provides: tex(menu.sty) = %{tl_version} + +%description menu +The package defines command \menu which assists typesetting of +a path through a program's menu. + +date: 2009-03-06 22:55:22 +0100 + +%post menu +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun menu +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans menu +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package menu-doc +Summary: Documentation for menu +Version: svn15878.0.994 +Release: %{tl_noarch_release} +Provides: tex-menu-doc +BuildArch: noarch +AutoReqProv: No + +%description menu-doc +Documentation for menu + +%package menukeys +Provides: tex-menukeys = %{tl_version} +License: LPPL 1.2 +Summary: Format menu sequences, paths and keystrokes from lists +Version: svn25919.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(xstring.sty) +Requires: tex(etoolbox.sty) +Requires: tex(tikz.sty) +Requires: tex(xcolor.sty) +Requires: tex(adjustbox.sty) +Requires: tex(relsize.sty) +Requires: tex(catoptions.sty) +Requires: tex(kvoptions.sty) +Provides: tex(menukeys.sty) = %{tl_version} + +%description menukeys +The package allows easy input and formatting of menu sequences, +using menus set with commands such as \menu{Extras > Settings > +General}, paths using a command like +\path{macros/latex/contrib/menukeys} and short cuts such aas +\keys{\ctrl + C}. The output is highly configurable by +providing different styles and colour themes. + +date: 2012-04-11 11:11:10 +0200 + +%post menukeys +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun menukeys +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans menukeys +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package menukeys-doc +Summary: Documentation for menukeys +Version: svn25919.1.1b +Release: %{tl_noarch_release} +Provides: tex-menukeys-doc +BuildArch: noarch +AutoReqProv: No + +%description menukeys-doc +Documentation for menukeys + +%package method +Provides: tex-method = %{tl_version} +License: LPPL +Summary: Typeset method and variable declarations +Version: svn17485.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(method.sty) = %{tl_version} + +%description method +This LaTeX package supports the typesetting of programming +language method and variable declarations. It includes an +option to typeset in French. + +date: 2010-03-14 23:46:18 +0100 + +%post method +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun method +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans method +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package method-doc +Summary: Documentation for method +Version: svn17485.0 +Release: %{tl_noarch_release} +Provides: tex-method-doc +BuildArch: noarch +AutoReqProv: No + +%description method-doc +Documentation for method + +%package metre +Provides: tex-metre = %{tl_version} +License: LPPL +Summary: Support for the work of classicists +Version: svn18489.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(relsize.sty) +Provides: tex(metre.sty) = %{tl_version} + +%description metre +The package provides classicists with some of the tools that +are needed for typesetting scholarly publications dealing with +Greek and Latin texts, with special emphasis on Greek verse. As +the package's name suggests, its core is a comprehensive set of +commands for generating metrical schemes and for placing +prosodical marks on text set in the Latin or the Greek +alphabet. The rest of the package provides a miscellany of +commands for symbols (most of them not directly related to +metre) that are often used in critical editions of classical +texts. The package does not require any special font: all +symbols are taken from the Computer Modern fonts (which are +included in all TeX distributions) and the package's commands +are based on TeX primitives. + +date: 2007-03-09 22:25:45 +0100 + +%post metre +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metre +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metre +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metre-doc +Summary: Documentation for metre +Version: svn18489.1.0 +Release: %{tl_noarch_release} +Provides: tex-metre-doc +BuildArch: noarch +AutoReqProv: No + +%description metre-doc +Documentation for metre + +%package mftinc +Provides: tex-mftinc = %{tl_version} +License: LPPL +Summary: Pretty-print Metafont source +Version: svn15878.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(rawfonts.sty) +Requires: tex(keyval.sty) +Requires: tex(chngpage.sty) +Requires: tex(lineno.sty) +Provides: tex(mftinc.sty) = %{tl_version} + +%description mftinc +The mft program pretty-prints Metafont source code into a TeX +file. The mftinc package facilitates incorporating such files +into a LaTeX2e document. In addition, mftinc provides routines +for improved comment formatting and for typesetting font +tables. + +date: 2007-01-11 00:21:49 +0100 + +%post mftinc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mftinc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mftinc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mftinc-doc +Summary: Documentation for mftinc +Version: svn15878.1.0a +Release: %{tl_noarch_release} +Provides: tex-mftinc-doc +BuildArch: noarch +AutoReqProv: No + +%description mftinc-doc +Documentation for mftinc + +%package midpage +Provides: tex-midpage = %{tl_version} +License: LPPL +Summary: Environment for vertical centring +Version: svn17484.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(midpage.sty) = %{tl_version} + +%description midpage +The environment will centre text, if immediately preceded and +followed by \clearpage. + +date: 2010-03-17 12:20:59 +0100 + +%post midpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun midpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans midpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package midpage-doc +Summary: Documentation for midpage +Version: svn17484.1.1a +Release: %{tl_noarch_release} +Provides: tex-midpage-doc +BuildArch: noarch +AutoReqProv: No + +%description midpage-doc +Documentation for midpage + +%package minibox +Provides: tex-minibox = %{tl_version} +License: LPPL +Summary: A simple type of box for LaTeX +Version: svn30083.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Provides: tex(minibox.sty) = %{tl_version} + +%description minibox +This small package provides a convenient input syntax for boxes +that don't break their text over lines automatically, but do +allow manual line breaks. The boxes shrink to the natural width +of the longest line they contain. + +date: 2013-04-21 12:55:17 +0200 + +%post minibox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minibox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minibox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minibox-doc +Summary: Documentation for minibox +Version: svn30083.0.2 +Release: %{tl_noarch_release} +Provides: tex-minibox-doc +BuildArch: noarch +AutoReqProv: No + +%description minibox-doc +Documentation for minibox + +%package minifp +Provides: tex-minifp = %{tl_version} +License: LPPL 1.3 +Summary: Fixed-point real computations to 8 decimals +Version: svn29037.0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mfpextra.tex) = %{tl_version} +Provides: tex(minifp.sty) = %{tl_version} + +%description minifp +The package provides basic arithmetic operations to 8 decimal +places for plain TeX or LaTeX. Results are exact when they fit +within the digit limits. Along with the basic package is an +optional extension that adds computation of sin, cos, log, +sqrt, exp, powers and angles. These are also exact when +theoretically possible and are otherwise accurate to at least 7 +decimal places. In addition, the package provides a stack-based +programing environment. + +date: 2013-01-26 20:44:01 +0100 + +%post minifp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minifp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minifp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minifp-doc +Summary: Documentation for minifp +Version: svn29037.0.9 +Release: %{tl_noarch_release} +Provides: tex-minifp-doc +BuildArch: noarch +AutoReqProv: No + +%description minifp-doc +Documentation for minifp + +%package minipage-marginpar +Provides: tex-minipage-marginpar = %{tl_version} +License: LPPL +Summary: Minipages with marginal notes +Version: svn15878.v0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(minipage-marginpar.sty) = %{tl_version} +Provides: tex(mpgmpar.sty) = %{tl_version} + +%description minipage-marginpar +This package allows \marginpar-commands inside of minipages and +other boxes. (It takes another approach than marginnote by +Markus Kohm: it saves all \marginpar-commands and typesets them +outside (i.e., after) the box.) The package defines an +environment minipagewithmarginpars (to be used like minipage)-- +and the internal commands may be used by other packages to +define similar environments or commands. + +date: 2008-04-09 16:44:20 +0200 + +%post minipage-marginpar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minipage-marginpar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minipage-marginpar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minipage-marginpar-doc +Summary: Documentation for minipage-marginpar +Version: svn15878.v0.2 +Release: %{tl_noarch_release} +Provides: tex-minipage-marginpar-doc +BuildArch: noarch +AutoReqProv: No + +%description minipage-marginpar-doc +Documentation for minipage-marginpar + +%package minitoc +Provides: tex-minitoc = %{tl_version} +License: LPPL +Summary: Produce a table of contents for each chapter, part or section +Version: svn16836.60 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mtcpatchmem.sty) +Requires: tex(flafter.sty) +Requires: tex(placeins.sty) +Requires: tex(notoccite.sty) +Requires: tex(cmsd.sty) +Provides: tex(boldsc.sty) = %{tl_version} +Provides: tex(dblaccnt.sty) = %{tl_version} +Provides: tex(franc.sty) = %{tl_version} +Provides: tex(frbib.sty) = %{tl_version} +Provides: tex(frnew.sty) = %{tl_version} +Provides: tex(minitoc.sty) = %{tl_version} +Provides: tex(mtcmess.sty) = %{tl_version} +Provides: tex(mtcoff.sty) = %{tl_version} +Provides: tex(mtcpatchmem.sty) = %{tl_version} +Provides: tex(mypatches.sty) = %{tl_version} + +%description minitoc +The minitoc package allows you to add mini-tables-of-contents +(minitocs) at the beginning of every chapter, part or section. +There is also provision for mini-lists of figures and of +tables. At the part level, they are parttocs, partlofs and +partlots. If the type of document does not use chapters, the +basic provision is section level secttocs, sectlofs and +sectlots. The package has provision for language-specific +configuration of its own "fixed names", using .mld files +(analagous to babel .ldf files that do that job for LaTeX"s own +fixed names). + +date: 2009-05-26 00:38:29 +0200 + +%post minitoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minitoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minitoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minitoc-doc +Summary: Documentation for minitoc +Version: svn16836.60 +Release: %{tl_noarch_release} +Provides: tex-minitoc-doc +BuildArch: noarch +AutoReqProv: No + +%description minitoc-doc +Documentation for minitoc + +%package minted +Provides: tex-minted = %{tl_version} +License: LPPL 1.3 +Summary: Highlighted source code for LaTeX +Version: svn24002.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: python-pygments +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(xcolor.sty) +Requires: tex(float.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(ifplatform.sty) +Provides: tex(minted.sty) = %{tl_version} + +%description minted +The package that facilitates expressive syntax highlighting in +LaTeX using the powerful Pygments library. The package also +provides options to customize the highlighted source code +output using fancyvrb. + +date: 2011-09-18 00:13:37 +0200 + +%post minted +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minted +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minted +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minted-doc +Summary: Documentation for minted +Version: svn24002.1.7 +Release: %{tl_noarch_release} +Provides: tex-minted-doc +BuildArch: noarch +AutoReqProv: No + +%description minted-doc +Documentation for minted + +%package minutes +Provides: tex-minutes = %{tl_version} +License: LPPL +Summary: Typeset the minutes of meetings +Version: svn16350.1.8d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Requires: tex(xspace.sty) +Requires: tex(url.sty) +Requires: tex(minitoc.sty) +Requires: tex(keyval.sty) +Provides: tex(minutes.sty) = %{tl_version} + +%description minutes +Supports the creation of a collection of minutes. Features +include: - Support of tasks (who, schedule, what, time of +finishing; - possibility of creating a list of open tasks; - +inclusion of open tasks from other minutes; - Support for +attachments; - Support of schedule dates (in planning: support +for the calendar package); - Different versions ('secret +parts'); and - Macros for votes and decisions (list of +decisions). Support for minutes in a variety of languages is +available. + +date: 2009-12-05 12:31:44 +0100 + +%post minutes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun minutes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minutes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package minutes-doc +Summary: Documentation for minutes +Version: svn16350.1.8d +Release: %{tl_noarch_release} +Provides: tex-minutes-doc +BuildArch: noarch +AutoReqProv: No + +%description minutes-doc +Documentation for minutes + +%package misc209 +Provides: tex-misc209 = %{tl_version} +License: LPPL +Summary: misc209 package +Version: svn18001.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bibmods.sty) = %{tl_version} +Provides: tex(example.sty) = %{tl_version} +Provides: tex(hangcaption.sty) = %{tl_version} +Provides: tex(multind.sty) = %{tl_version} +Provides: tex(portland.sty) = %{tl_version} +Provides: tex(psboxit.sty) = %{tl_version} + +%description misc209 +misc209 package + +%post misc209 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun misc209 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans misc209 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mla-paper +Provides: tex-mla-paper = %{tl_version} +License: LPPL +Summary: Proper MLA formatting +Version: svn20885.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mla.sty) = %{tl_version} + +%description mla-paper +The package formats articles using the MLA style. The aim is +that students and other academics in the humanities should be +able to typeset their materials, properly, with minimal effort +on their part. + +date: 2010-12-30 15:21:17 +0100 + +%post mla-paper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mla-paper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mla-paper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mla-paper-doc +Summary: Documentation for mla-paper +Version: svn20885.0 +Release: %{tl_noarch_release} +Provides: tex-mla-paper-doc +BuildArch: noarch +AutoReqProv: No + +%description mla-paper-doc +Documentation for mla-paper + +%package mlist +Provides: tex-mlist = %{tl_version} +License: LPPL +Summary: Logical markup for lists +Version: svn15878.0.6a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(ifmtarg.sty) +Provides: tex(mlist.cfg) = %{tl_version} +Provides: tex(mlist.sty) = %{tl_version} + +%description mlist +The package defines commands that create macros for typesetting +vectors, matrices and functions, in a logical way. For example, +logical indexing can then be used to refer to elements or +arguments without hard-coding the symbols in the document. + +date: 2009-07-04 13:21:27 +0200 + +%post mlist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mlist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mlist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mlist-doc +Summary: Documentation for mlist +Version: svn15878.0.6a +Release: %{tl_noarch_release} +Provides: tex-mlist-doc +BuildArch: noarch +AutoReqProv: No + +%description mlist-doc +Documentation for mlist + +%package mmap +Provides: tex-mmap = %{tl_version} +License: LPPL +Summary: Include CMap resources in PDF files from PDFTeX +Version: svn15878.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(cmap.sty) +Requires: tex(ifpdf.sty) +Provides: tex(mmap.sty) = %{tl_version} + +%description mmap +The package is an extension of cmap with improved flexibility +and coverage, including the ability to re-encode Knuth's basic +mathematics fonts. + +date: 2009-09-27 11:55:52 +0200 + +%post mmap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mmap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mmap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mmap-doc +Summary: Documentation for mmap +Version: svn15878.1.03 +Release: %{tl_noarch_release} +Provides: tex-mmap-doc +BuildArch: noarch +AutoReqProv: No + +%description mmap-doc +Documentation for mmap + +%package mnotes +Provides: tex-mnotes = %{tl_version} +License: LPPL 1.3 +Summary: Margin annotation for collaborative writing +Version: svn30072.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(ifoddpage.sty) +Requires: tex(color.sty) +Requires: tex(sidenotes.sty) +Requires: tex(tikz.sty) +Provides: tex(mnotes.sty) = %{tl_version} + +%description mnotes +The package provides a flexible mechanism for annotating, and +commenting upon, collaboratively-written documents. + +date: 2013-04-23 08:47:58 +0200 + +%post mnotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mnotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mnotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mnotes-doc +Summary: Documentation for mnotes +Version: svn30072.0.6 +Release: %{tl_noarch_release} +Provides: tex-mnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description mnotes-doc +Documentation for mnotes + +%package moderncv +Provides: tex-moderncv = %{tl_version} +License: LPPL 1.3 +Summary: A modern curriculum vitae class +Version: svn30189.1.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(ifthen.sty) +Requires: tex(xcolor.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(url.sty) +Requires: tex(hyperref.sty) +Requires: tex(graphicx.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(calc.sty) +Requires: tex(xparse.sty) +Requires: tex(microtype.sty) +Requires: tex(moderncvcompatibility.sty) +Requires: tex(tikz.sty) +Requires: tex(fontawesome.sty) +Requires: tex(tgpagella.sty) +Requires: tex(changepage.sty) +Requires: tex(kurier.sty) +Provides: tex(moderncv.cls) = %{tl_version} +Provides: tex(moderncvcollection.sty) = %{tl_version} +Provides: tex(moderncvcolorblack.sty) = %{tl_version} +Provides: tex(moderncvcolorblue.sty) = %{tl_version} +Provides: tex(moderncvcolorgreen.sty) = %{tl_version} +Provides: tex(moderncvcolorgrey.sty) = %{tl_version} +Provides: tex(moderncvcolororange.sty) = %{tl_version} +Provides: tex(moderncvcolorpurple.sty) = %{tl_version} +Provides: tex(moderncvcolorred.sty) = %{tl_version} +Provides: tex(moderncvcompatibility.sty) = %{tl_version} +Provides: tex(moderncvdebugtools.sty) = %{tl_version} +Provides: tex(moderncviconsawesome.sty) = %{tl_version} +Provides: tex(moderncviconsletters.sty) = %{tl_version} +Provides: tex(moderncviconsmarvosym.sty) = %{tl_version} +Provides: tex(moderncviconsmarvosym.sty) = %{tl_version} +Provides: tex(moderncvstylebanking.sty) = %{tl_version} +Provides: tex(moderncvstylecasual.sty) = %{tl_version} +Provides: tex(moderncvstyleclassic.sty) = %{tl_version} +Provides: tex(moderncvstyleempty.sty) = %{tl_version} +Provides: tex(moderncvstyleoldstyle.sty) = %{tl_version} +Provides: tex(tweaklist.sty) = %{tl_version} + +%description moderncv +The class provides facilities for typesetting modern +curriculums vitae, both in a classic and in a casual style. It +is fairly customizable, allowing you to define your own style +by changing the colours, the fonts, etc. A number of templates +are provided in the distribution examples subdirectory. + +date: 2013-04-30 08:59:42 +0200 + +%post moderncv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun moderncv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moderncv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package moderncv-doc +Summary: Documentation for moderncv +Version: svn30189.1.5.1 +Release: %{tl_noarch_release} +Provides: tex-moderncv-doc +BuildArch: noarch +AutoReqProv: No + +%description moderncv-doc +Documentation for moderncv + +%package moderntimeline +Provides: tex-moderntimeline = %{tl_version} +License: LPPL 1.3 +Summary: Timelines for use with moderncv +Version: svn26164.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(kvoptions.sty) +Provides: tex(moderntimeline.sty) = %{tl_version} + +%description moderntimeline +The package provides commands to configure and to draw time +line diagrams; such diagrams are designed to fit into +Curriculum Vitae documents written using the moderncv class. + +date: 2012-01-17 10:30:09 +0100 + +%post moderntimeline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun moderntimeline +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moderntimeline +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package moderntimeline-doc +Summary: Documentation for moderntimeline +Version: svn26164.0.6 +Release: %{tl_noarch_release} +Provides: tex-moderntimeline-doc +BuildArch: noarch +AutoReqProv: No + +%description moderntimeline-doc +Documentation for moderntimeline + +%package modref +Provides: tex-modref = %{tl_version} +License: LPPL +Summary: Customisation of cross-references in LaTeX +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(modref.sty) = %{tl_version} + +%description modref +The package contains macros which allow authors to easily +customise how cross-references appear in their document, both +in general (across all cross-references) and for particular +types of references (identified by a prefix in the reference +label), in a very generic manner. + +date: 2009-02-09 16:57:43 +0100 + +%post modref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun modref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package modref-doc +Summary: Documentation for modref +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-modref-doc +BuildArch: noarch +AutoReqProv: No + +%description modref-doc +Documentation for modref + +%package modroman +Provides: tex-modroman = %{tl_version} +License: LPPL +Summary: Write numbers in lower case roman numerals +Version: svn29803.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(etoolbox.sty) +Provides: tex(modroman.sty) = %{tl_version} + +%description modroman +This package provides only two macros viz. \modromannumeral +which writes the number given as argument in lower case roman +numeral with a 'j' instead of a 'i' as the final letter of +numbers greater than 1 and \modroman{MyCounter} which writes +the value of a counter in the same way. You use the first in +the same way as the TeX primitive \romannumeral and the second +as LaTeX command \roman. The default option is 'vpourv' with +which 5 is 'translated' as 'v' and option 'upourv' whith which +the same 5 is given as 'u'. + +date: 2012-07-07 22:27:26 +0200 + +%post modroman +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun modroman +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modroman +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package modroman-doc +Summary: Documentation for modroman +Version: svn29803.1 +Release: %{tl_noarch_release} +Provides: tex-modroman-doc +BuildArch: noarch +AutoReqProv: No + +%description modroman-doc +Documentation for modroman + +%package monofill +Provides: tex-monofill = %{tl_version} +License: LPPL 1.3 +Summary: Alignment of plain text +Version: svn28140.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(monofill.sty) = %{tl_version} + +%description monofill +The package provides horizontal alignment, as in the LaTeX +command \listfiles (or the author's longnamefilelist package). +Uses may include in-text tables, or even code listings. + +date: 2012-10-31 16:32:17 +0100 + +%post monofill +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun monofill +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans monofill +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package monofill-doc +Summary: Documentation for monofill +Version: svn28140.0.2 +Release: %{tl_noarch_release} +Provides: tex-monofill-doc +BuildArch: noarch +AutoReqProv: No + +%description monofill-doc +Documentation for monofill + +%package moreenum +Provides: tex-moreenum = %{tl_version} +License: LPPL 1.3 +Summary: More enumeration options +Version: svn24479.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(alphalph.sty) +Requires: tex(enumitem.sty) +Requires: tex(fmtcount.sty) +Provides: tex(moreenum.sty) = %{tl_version} + +%description moreenum +The package provides the following new enumerate styles: - +\greek for lowercase Greek letters; - \Greek for uppercase +Greek letters; - \enumHex for uppercase hexadecimal +enumeration; - \enumhex for lowercase hexadecimal enumeration; +- \enumbinary for binary enumeration; - \enumoctal for octal +enumeration; - \levelnth for "1st", "2nd", "3rd" etc., with the +"nth"s on the baseline; - raisenth for "1st", "2nd", "3rd" +etc., with the "nth"s raised; - \nthwords for "first", +"second", "third" etc.; - \Nthwords for "First", "Second", +"Third" etc.; - \NTHWORDS for "FIRST", "SECOND", "THIRD" etc.; +- \nwords for "one", "two", "three" etc.; - \Nwords for "One", +"Two", "Three" etc.; and - \NWORDS for "ONE", "TWO", "THREE" +etc. Each of these works with enumitem's "starred variant" +feature. So \begin{enumerate}[label=\enumhex*] will output a +hex enumerated list. Enumitem provides a start=0 option for +starting your enumerations at 0. The package requires amsmath, +alphalph, enumitem (of course), binhex and nth, all of which +are widely available. + +date: 2011-11-03 12:59:01 +0100 + +%post moreenum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun moreenum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moreenum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package moreenum-doc +Summary: Documentation for moreenum +Version: svn24479.1.03 +Release: %{tl_noarch_release} +Provides: tex-moreenum-doc +BuildArch: noarch +AutoReqProv: No + +%description moreenum-doc +Documentation for moreenum + +%package morefloats +Provides: tex-morefloats = %{tl_version} +License: LPPL 1.3 +Summary: Increase the number of simultaneous LaTeX floats +Version: svn25232.1.0f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(morefloats.sty) = %{tl_version} + +%description morefloats +LaTeX can, by default, only cope with 18 outstanding floats; +any more, and you get the error "too many unprocessed floats". +This package releases the limit; TeX itself imposes limits +(which are independent of the help offered by e-TeX). However, +if your floats can't be placed anywhere, extending the number +of floats merely delays the arrival of the inevitable error +message. + +date: 2012-01-29 16:01:54 +0100 + +%post morefloats +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun morefloats +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morefloats +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package morefloats-doc +Summary: Documentation for morefloats +Version: svn25232.1.0f +Release: %{tl_noarch_release} +Provides: tex-morefloats-doc +BuildArch: noarch +AutoReqProv: No + +%description morefloats-doc +Documentation for morefloats + +%package morehype +Provides: tex-morehype = %{tl_version} +License: LPPL 1.3 +Summary: Hypertext tools for use with LaTeX +Version: svn28921.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fifinddo.sty) +Requires: tex(dowith.sty) +Requires: tex(markblog.sty) +Requires: tex(langcode.sty) +Provides: tex(blog.sty) = %{tl_version} +Provides: tex(blogdot.cfg) = %{tl_version} +Provides: tex(blogdot.sty) = %{tl_version} +Provides: tex(blogexec.sty) = %{tl_version} +Provides: tex(blogligs.sty) = %{tl_version} +Provides: tex(hypertoc.sty) = %{tl_version} +Provides: tex(lnavicol.sty) = %{tl_version} +Provides: tex(markblog.sty) = %{tl_version} +Provides: tex(texlinks.sty) = %{tl_version} + +%description morehype +The bundle provides three packages: - texlinks: shorthand +macros for TeX-related external hyperlinks with hyperref, the +blog package in the present bundle, etc; - hypertoc: adjust the +presentation of coloured frames in hyperref tables of contents +(article class only); - blog: fast generation of simple HTML by +expanding LaTeX macros, using the fifinddo package. + +date: 2013-01-23 12:31:43 +0100 + +%post morehype +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun morehype +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morehype +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package morehype-doc +Summary: Documentation for morehype +Version: svn28921.0 +Release: %{tl_noarch_release} +Provides: tex-morehype-doc +BuildArch: noarch +AutoReqProv: No + +%description morehype-doc +Documentation for morehype + +%package moresize +Provides: tex-moresize = %{tl_version} +License: LPPL +Summary: Allows font sizes up to 35.83pt +Version: svn17513.1.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(moresize.sty) = %{tl_version} + +%description moresize +A package for using font sizes up to 35.88pt, for example with +the EC fonts. New commands \HUGE and \ssmall for selecting font +sizes are provided together with some options working around +current LaTeX2e shortcomings in using big font sizes. The +package also provides options for improving the typesetting of +paragraphs (or headlines) with embedded math expressions at +font sizes above 17.28pt. + +date: 2010-03-20 19:23:31 +0100 + +%post moresize +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun moresize +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moresize +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package moresize-doc +Summary: Documentation for moresize +Version: svn17513.1.9 +Release: %{tl_noarch_release} +Provides: tex-moresize-doc +BuildArch: noarch +AutoReqProv: No + +%description moresize-doc +Documentation for moresize + +%package moreverb +Provides: tex-moreverb = %{tl_version} +License: LPPL +Summary: Extended verbatim +Version: svn22126.2.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(moreverb.sty) = %{tl_version} + +%description moreverb +A collection of verbatim facilities that provide line-numbered +verbatim, verbatim that obey's TAB characters, verbatim input +and verbatim output to file. The package makes use of the LaTeX +required verbatim package. The package formed from a series of +small pieces, and is somewhat unstructured. The user who looks +for thought-through verbatim facilities is advised to consider +using the fancyvrb package in place of moreverb. + +date: 2011-04-18 22:03:09 +0200 + +%post moreverb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun moreverb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moreverb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package moreverb-doc +Summary: Documentation for moreverb +Version: svn22126.2.3a +Release: %{tl_noarch_release} +Provides: tex-moreverb-doc +BuildArch: noarch +AutoReqProv: No + +%description moreverb-doc +Documentation for moreverb + +%package morewrites +Provides: tex-morewrites = %{tl_version} +License: LPPL 1.3 +Summary: Always room for a new write stream +Version: svn28767.0.2e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(atbegshi.sty) +Provides: tex(morewrites.sty) = %{tl_version} +Provides: tex(primargs.sty) = %{tl_version} + +%description morewrites +The package aims to solve the error "No room for a new \write", +which occurs when the user, or when the user's packages have +'allocated too many streams using \newwrite (TeX has a fixed +maximum number - 16 - such streams built-in to its code). The +package hooks into TeX primitive commands associated with +writing to files; it should be loaded near the beginning of the +sequence of loading packages for a document. The package uses +the l3kernel bundle. + +date: 2013-01-08 14:50:28 +0100 + +%post morewrites +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun morewrites +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morewrites +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package morewrites-doc +Summary: Documentation for morewrites +Version: svn28767.0.2e +Release: %{tl_noarch_release} +Provides: tex-morewrites-doc +BuildArch: noarch +AutoReqProv: No + +%description morewrites-doc +Documentation for morewrites + +%package movie15 +Provides: tex-movie15 = %{tl_version} +License: LPPL +Summary: Multimedia inclusion package +Version: svn26473.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifdraft.sty) +Requires: tex(everyshi.sty) +Requires: tex(fp.sty) +Provides: tex(movie15.sty) = %{tl_version} + +%description movie15 +Provides an interface to embed movies, sounds and 3D objects +into PDF documents for use with LaTeX as well as pdfLaTeX. +Defines \includemovie with PDF-1.5 compatibility. Option +'autoplay' causes the media clip to be started right after the +page has loaded. This is useful for side by side movie clips to +be played back synchronously. + +date: 2012-05-17 13:04:31 +0200 + +%post movie15 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun movie15 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans movie15 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package movie15-doc +Summary: Documentation for movie15 +Version: svn26473.0 +Release: %{tl_noarch_release} +Provides: tex-movie15-doc +BuildArch: noarch +AutoReqProv: No + +%description movie15-doc +Documentation for movie15 + +%package mparhack +Provides: tex-mparhack = %{tl_version} +License: GPL+ +Summary: A workaround for a LaTeX bug in marginpars +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mparhack.sty) = %{tl_version} + +%description mparhack +Implements a workaround for the LaTeX bug that marginpars will +sometimes come out at the wrong margin. + +date: 2006-10-22 16:45:29 +0200 + +%post mparhack +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mparhack +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mparhack +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mparhack-doc +Summary: Documentation for mparhack +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-mparhack-doc +BuildArch: noarch +AutoReqProv: No + +%description mparhack-doc +Documentation for mparhack + +%package msc +Provides: tex-msc = %{tl_version} +License: LPPL +Summary: Draw MSC diagrams +Version: svn15878.1.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(pstricks.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(pst-node.sty) +Provides: tex(msc.sty) = %{tl_version} + +%description msc +The package should be useful to all people that prepare their +texts with LaTeX and want to draw Message Sequence Charts in +their texts. The package is not an MSC editor; it simply takes +a textual description of an MSC and draws the corresponding +MSC. The current version of the MSC macro package supports the +full MSC2000 language. + +date: 2008-06-02 14:52:39 +0200 + +%post msc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun msc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package msc-doc +Summary: Documentation for msc +Version: svn15878.1.16 +Release: %{tl_noarch_release} +Provides: tex-msc-doc +BuildArch: noarch +AutoReqProv: No + +%description msc-doc +Documentation for msc + +%package msg +Provides: tex-msg = %{tl_version} +License: LPPL +Summary: A package for LaTeX localisation +Version: svn15878.0.40 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Provides: tex(french_msg-msg.tex) = %{tl_version} +Provides: tex(german_msg-msg.tex) = %{tl_version} +Provides: tex(msg-msg.tex) = %{tl_version} +Provides: tex(msg.sty) = %{tl_version} +Provides: tex(norsk_msg-msg.tex) = %{tl_version} + +%description msg +The package is designed to localise any document class or +package. This should be very useful for end-users who could +obtain messages in their own preferred language. It is really +easy to use by writers of other classes and packages. +Volunteers are urged to test the package, report, and even to +localise the message file to their own language. Documentation +is provided in English. + +date: 2006-11-16 17:55:10 +0100 + +%post msg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun msg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package msg-doc +Summary: Documentation for msg +Version: svn15878.0.40 +Release: %{tl_noarch_release} +Provides: tex-msg-doc +BuildArch: noarch +AutoReqProv: No + +%description msg-doc +Documentation for msg + +%package mslapa +Provides: tex-mslapa = %{tl_version} +License: Public Domain +Summary: Michael Landy's APA citation style +Version: svn17514.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mslapa.sty) = %{tl_version} + +%description mslapa +LaTeX and BibTeX style files for a respectably close +approximation to APA (American Psychological Association) +citation and reference style. + +date: 2010-03-20 19:23:31 +0100 + +%post mslapa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mslapa +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mslapa +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mslapa-doc +Summary: Documentation for mslapa +Version: svn17514.0 +Release: %{tl_noarch_release} +Provides: tex-mslapa-doc +BuildArch: noarch +AutoReqProv: No + +%description mslapa-doc +Documentation for mslapa + +%package mtgreek +Provides: tex-mtgreek = %{tl_version} +License: LPPL +Summary: Use italic and upright greek letters with mathtime +Version: svn17967.1.1+ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mtgreek.sty) = %{tl_version} + +%description mtgreek +This package is an add-on to the MathTime a style to provide +TeX support for the use of the MathTime(tm) fonts (formerly +distributed by YandY, Inc.). The MathTime package has uppercase +Greek letters hardwired to be upright and only upright; this +package provides a switch to choose between the two kinds of +Greek uppercase letters. + +date: 2010-04-21 23:25:04 +0200 + +%post mtgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mtgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mtgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mtgreek-doc +Summary: Documentation for mtgreek +Version: svn17967.1.1+ +Release: %{tl_noarch_release} +Provides: tex-mtgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description mtgreek-doc +Documentation for mtgreek + +%package multenum +Provides: tex-multenum = %{tl_version} +License: LPPL +Summary: Multi-column enumerated lists +Version: svn21775.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multienum.sty) = %{tl_version} + +%description multenum +Defines an environment multienumerate, that produces an +enumerated array in which columns are vertically aligned on the +counter. The motivation was lists of answers for a text book, +where there are many rather small items; the multienumerate +environment goes some way to making such lists look neater. + +date: 2011-03-20 19:39:20 +0100 + +%post multenum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multenum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multenum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multenum-doc +Summary: Documentation for multenum +Version: svn21775.0 +Release: %{tl_noarch_release} +Provides: tex-multenum-doc +BuildArch: noarch +AutoReqProv: No + +%description multenum-doc +Documentation for multenum + +%package multibbl +Provides: tex-multibbl = %{tl_version} +License: LPPL +Summary: Multiple bibliographies +Version: svn15878.v1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multibbl.sty) = %{tl_version} + +%description multibbl +The package multibbl redefines the standard bibliographic +commands so that one can generate multiple reference sections. +Each section has it own auxiliary file (for use with BibTeX) +and title. + +date: 2007-05-25 16:15:27 +0200 + +%post multibbl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multibbl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibbl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multibbl-doc +Summary: Documentation for multibbl +Version: svn15878.v1.1 +Release: %{tl_noarch_release} +Provides: tex-multibbl-doc +BuildArch: noarch +AutoReqProv: No + +%description multibbl-doc +Documentation for multibbl + +%package multicap +Provides: tex-multicap = %{tl_version} +License: LPPL +Summary: Format captions inside multicols +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(multicap.sty) = %{tl_version} + +%description multicap +This is a package for formatting captions of column figures and +column tabular material, which cannot be standard floats in a +multicols environment. The package also provides a convenient +way to customise your captions, whether they be in multicols or +not. + +date: 2006-12-15 15:26:27 +0100 + +%post multicap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multicap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multicap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multicap-doc +Summary: Documentation for multicap +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-multicap-doc +BuildArch: noarch +AutoReqProv: No + +%description multicap-doc +Documentation for multicap + +%package multienv +Provides: tex-multienv = %{tl_version} +License: LPPL +Summary: multienv package +Version: svn26544.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multienv.sty) = %{tl_version} + +%description multienv +multienv package + +%post multienv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multienv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multienv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multienv-doc +Summary: Documentation for multienv +Version: svn26544.0 +Release: %{tl_noarch_release} +Provides: tex-multienv-doc +BuildArch: noarch +AutoReqProv: No + +%description multienv-doc +Documentation for multienv + +%package multiexpand +Provides: tex-multiexpand = %{tl_version} +License: LPPL 1.3 +Summary: Variations on the primitive command \expandafter +Version: svn28768.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(multiexpand.sty) = %{tl_version} + +%description multiexpand +The package provides two user commands; one that performs +multiple expansions, and one that does multiple \expandafter +operations, in a single macro call. The package requires eTeX's +\numexpr command. The author suggests that the same effect +could be provided by use of the command variant mechanisms of +LaTeX 3 (see, for example, the interface documentation of the +experimental LaTeX 3 kernel). + +date: 2013-01-08 16:25:57 +0100 + +%post multiexpand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multiexpand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiexpand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multiexpand-doc +Summary: Documentation for multiexpand +Version: svn28768.1.1 +Release: %{tl_noarch_release} +Provides: tex-multiexpand-doc +BuildArch: noarch +AutoReqProv: No + +%description multiexpand-doc +Documentation for multiexpand + +%package multirow +Provides: tex-multirow = %{tl_version} +License: LPPL +Summary: Create tabular cells spanning multiple rows +Version: svn17256.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(bigdelim.sty) = %{tl_version} +Provides: tex(bigstrut.sty) = %{tl_version} +Provides: tex(multirow.sty) = %{tl_version} + +%description multirow +The package has a lot of flexibility, including an option for +specifying an entry at the "natural" width of its text. The +package is distributed with the bigdelim and bigstrut packages, +which can be used to advantage with \multirow cells. + +date: 2010-02-27 22:08:17 +0100 + +%post multirow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multirow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multirow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multirow-doc +Summary: Documentation for multirow +Version: svn17256.1.6 +Release: %{tl_noarch_release} +Provides: tex-multirow-doc +BuildArch: noarch +AutoReqProv: No + +%description multirow-doc +Documentation for multirow + +%package mversion +Provides: tex-mversion = %{tl_version} +License: LPPL 1.2 +Summary: Keeping track of document versions +Version: svn29370.1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mVersion.sty) = %{tl_version} + +%description mversion +The package enables the user to keep track of different +versions of a latex document. The command \version prints the +version and build numbers; each time you compile your document, +the build number is increased by one. By placing \version in +the header or footer, each page can be marked with the unique +build number describing the progress of your document. + +date: 2013-03-13 13:37:29 +0100 + +%post mversion +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mversion +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mversion +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mversion-doc +Summary: Documentation for mversion +Version: svn29370.1.0.1 +Release: %{tl_noarch_release} +Provides: tex-mversion-doc +BuildArch: noarch +AutoReqProv: No + +%description mversion-doc +Documentation for mversion + +%package mwe +Provides: tex-mwe = %{tl_version} +License: LPPL 1.3 +Summary: Packages and image files for MWEs +Version: svn26422.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(lipsum.sty) +Requires: tex(blindtext.sty) +Provides: tex(example-grid-100x100bp.tex) = %{tl_version} +Provides: tex(example-grid-100x100pt.tex) = %{tl_version} +Provides: tex(example-image-10x16.tex) = %{tl_version} +Provides: tex(example-image-16x10.tex) = %{tl_version} +Provides: tex(example-image-16x9.tex) = %{tl_version} +Provides: tex(example-image-1x1.tex) = %{tl_version} +Provides: tex(example-image-4x3.tex) = %{tl_version} +Provides: tex(example-image-9x16.tex) = %{tl_version} +Provides: tex(example-image-a.tex) = %{tl_version} +Provides: tex(example-image-a3-landscape.tex) = %{tl_version} +Provides: tex(example-image-a3.tex) = %{tl_version} +Provides: tex(example-image-a4-landscape.tex) = %{tl_version} +Provides: tex(example-image-a4.tex) = %{tl_version} +Provides: tex(example-image-a5-landscape.tex) = %{tl_version} +Provides: tex(example-image-a5.tex) = %{tl_version} +Provides: tex(example-image-b.tex) = %{tl_version} +Provides: tex(example-image-c.tex) = %{tl_version} +Provides: tex(example-image-golden-upright.tex) = %{tl_version} +Provides: tex(example-image-golden.tex) = %{tl_version} +Provides: tex(example-image-letter-landscape.tex) = %{tl_version} +Provides: tex(example-image-letter.tex) = %{tl_version} +Provides: tex(example-image.tex) = %{tl_version} +Provides: tex(mwe.sty) = %{tl_version} + +%description mwe +The bundle provides several files useful when creating a +minimal working example (MWE). The package itself loads a small +set of packages often used when creating MWEs. In addition, a +range of images are provided, which will be installed in the +TEXMF tree, so that they may be used in any (La)TeX document. +This allows different users to share MWEs which include image +commands, without the need to share image files or to use +replacement code. + +date: 2012-05-15 15:44:48 +0200 + +%post mwe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mwe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mwe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mwe-doc +Summary: Documentation for mwe +Version: svn26422.0.3 +Release: %{tl_noarch_release} +Provides: tex-mwe-doc +BuildArch: noarch +AutoReqProv: No + +%description mwe-doc +Documentation for mwe + +%package mycv +Provides: tex-mycv = %{tl_version} +License: LPPL 1.3 +Summary: A list-driven CV class, allowing TikZ decorations +Version: svn26807.1.5.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(svn-prov.sty) +Requires: tex(kvoptions.sty) +Requires: tex(xstring.sty) +Requires: tex(ifthen.sty) +Requires: tex(babel.sty) +Requires: tex(tikz.sty) +Requires: tex(xparse.sty) +Requires: tex(titlesec.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(xcolor.sty) +Requires: tex(calligra.sty) +Requires: tex(times.sty) +Requires: tex(pifont.sty) +Requires: tex(marvosym.sty) +Requires: tex(amssymb.sty) +Requires: tex(hyperref.sty) +Requires: tex(geometry.sty) +Provides: tex(mycv.cls) = %{tl_version} +Provides: tex(mycv_base.def) = %{tl_version} +Provides: tex(mycv_dec.sty) = %{tl_version} +Provides: tex(mycv_misc.def) = %{tl_version} +Provides: tex(mycv_style.sty) = %{tl_version} +Provides: tex(mycv_version.def) = %{tl_version} + +%description mycv +The class provides a set of functionality for writing +"curriculum vitae" with different layouts. The idea is that a +user can write some custom configuration directives, by means +of which is possible both to produce different c.v. layouts and +quickly switch among them. In order to process such directives, +the class uses a set of lists, provided by the package +etextools. Basic support for using TikZ decorations is also +provided. + +date: 2012-05-21 10:58:59 +0200 + +%post mycv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mycv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mycv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mycv-doc +Summary: Documentation for mycv +Version: svn26807.1.5.6 +Release: %{tl_noarch_release} +Provides: tex-mycv-doc +BuildArch: noarch +AutoReqProv: No + +%description mycv-doc +Documentation for mycv + +%package mylatexformat +Provides: tex-mylatexformat = %{tl_version} +License: LPPL 1.3 +Summary: Build a format based on the preamble of a LaTeX file +Version: svn21392.3.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description mylatexformat +The use of formats helps to speed up compilations: packages +which have been dumped in the format are loaded at very high +speed. This is useful when a document loads many packages +(including large packages such as pgf-TikZ). The package was +developed from the work in mylatex, and eliminates many of the +limitations and problems of that package. + +date: 2011-02-13 01:21:30 +0100 + +%post mylatexformat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mylatexformat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mylatexformat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mylatexformat-doc +Summary: Documentation for mylatexformat +Version: svn21392.3.4 +Release: %{tl_noarch_release} +Provides: tex-mylatexformat-doc +BuildArch: noarch +AutoReqProv: No + +%description mylatexformat-doc +Documentation for mylatexformat + +%package nag +Provides: tex-nag = %{tl_version} +License: LPPL +Summary: Detecting and warning about obsolete LaTeX commands +Version: svn24741.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nag-abort.cfg) = %{tl_version} +Provides: tex(nag-experimental.cfg) = %{tl_version} +Provides: tex(nag-l2tabu.cfg) = %{tl_version} +Provides: tex(nag-orthodox.cfg) = %{tl_version} +Provides: tex(nag.sty) = %{tl_version} + +%description nag +Old habits die hard. All the same, there are commands, classes +and packages which are outdated and superseded. The nag package +provides routines to warn the user about the use of such +obsolete things. As an example, we provide an extension that +detects many of the "sins" described in l2tabu. + +date: 2011-12-03 11:39:13 +0100 + +%post nag +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nag +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nag +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nag-doc +Summary: Documentation for nag +Version: svn24741.0.7 +Release: %{tl_noarch_release} +Provides: tex-nag-doc +BuildArch: noarch +AutoReqProv: No + +%description nag-doc +Documentation for nag + +%package nameauth +Provides: tex-nameauth = %{tl_version} +License: LPPL 1.3 +Summary: Name authority mechanism for consistency in body text and index +Version: svn29632.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(trimspaces.sty) +Requires: tex(suffix.sty) +Requires: tex(xargs.sty) +Provides: tex(nameauth.sty) = %{tl_version} + +%description nameauth +Publications, that reference many names, require editors and +proofreaders to track those names in the text and index. The +package offers name authority macros that allow authors and +compilers to normalize occurrences of names, variant name +forms, and pen names in the text and index. This may help +minimize writing and production time and cost. + +date: 2013-04-03 11:32:41 +0200 + +%post nameauth +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nameauth +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nameauth +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nameauth-doc +Summary: Documentation for nameauth +Version: svn29632.1.7 +Release: %{tl_noarch_release} +Provides: tex-nameauth-doc +BuildArch: noarch +AutoReqProv: No + +%description nameauth-doc +Documentation for nameauth + +%package namespc +Provides: tex-namespc = %{tl_version} +License: LPPL +Summary: Rudimentary c++-like namespaces in LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(namespc.sty) = %{tl_version} + +%description namespc +The namespc package adds rudimentary c++-like namespace +functionality to LaTeX. It may be used to declare local LaTeX +commands, which can be made accessible in a later contexts +without defining them globally. + +date: 2006-12-22 14:37:19 +0100 + +%post namespc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun namespc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans namespc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package namespc-doc +Summary: Documentation for namespc +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-namespc-doc +BuildArch: noarch +AutoReqProv: No + +%description namespc-doc +Documentation for namespc + +%package ncclatex +Provides: tex-ncclatex = %{tl_version} +License: LPPL +Summary: An extended general-purpose class +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(afterpackage.sty) +Requires: tex(tocenter.sty) +Requires: tex(dcounter.sty) +Requires: tex(makeidx.sty) +Requires: tex(topsection.sty) +Requires: tex(watermark.sty) +Requires: tex(nccheadings.sty) +Requires: tex(nccbiblist.sty) +Requires: tex(nccfancyhdr.sty) +Requires: tex(multicol.sty) +Requires: tex(desclist.sty) +Requires: tex(extdash.sty) +Requires: tex(nccmath.sty) +Requires: tex(nccsect.sty) +Requires: tex(nccthm.sty) +Requires: tex(nccboxes.sty) +Requires: tex(nccfoots.sty) +Requires: tex(nccpic.sty) +Requires: tex(nccfloats.sty) +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(amstext.sty) +Requires: tex(textarea.sty) +Provides: tex(cp1251-light.def) = %{tl_version} +Provides: tex(ncc.cls) = %{tl_version} +Provides: tex(ncc10.clo) = %{tl_version} +Provides: tex(ncc11.clo) = %{tl_version} +Provides: tex(ncc12.clo) = %{tl_version} +Provides: tex(ncc14.clo) = %{tl_version} +Provides: tex(nccart.clo) = %{tl_version} +Provides: tex(nccbiblist.sty) = %{tl_version} +Provides: tex(nccbook.clo) = %{tl_version} +Provides: tex(nccdefaults.sty) = %{tl_version} +Provides: tex(nccfit.clo) = %{tl_version} +Provides: tex(ncchdr.sty) = %{tl_version} +Provides: tex(nccheadings.sty) = %{tl_version} +Provides: tex(nccindex.sty) = %{tl_version} +Provides: tex(ncclatex.sty) = %{tl_version} +Provides: tex(nccltrus.sty) = %{tl_version} +Provides: tex(nccold.sty) = %{tl_version} +Provides: tex(nccproc.cls) = %{tl_version} +Provides: tex(nccsections.sty) = %{tl_version} +Provides: tex(ncctheorems.sty) = %{tl_version} +Provides: tex(ncctitle.clo) = %{tl_version} +Provides: tex(ncctitle.sty) = %{tl_version} +Provides: tex(ncctitlepage.sty) = %{tl_version} +Provides: tex(sibjnm.cls) = %{tl_version} + +%description ncclatex +The ncc class provides a framework for a common class to +replace the standard article, book and report classes, and +providing a "preprint" class. The class's extensions are +provided in a number of small packages, some of which may also +be used with the standard classes. The ncclatex package also +loads many of the packages of, and requires the latest version +of the ncctools bundle. + +date: 2007-02-23 22:01:12 +0100 + +%post ncclatex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ncclatex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ncclatex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ncclatex-doc +Summary: Documentation for ncclatex +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-ncclatex-doc +BuildArch: noarch +AutoReqProv: No + +%description ncclatex-doc +Documentation for ncclatex + +%package ncctools +Provides: tex-ncctools = %{tl_version} +License: LPPL +Summary: A collection of general packages for LaTeX +Version: svn15878.3.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(perpage.sty) +Requires: tex(amsmath.sty) +Requires: tex(graphicx.sty) +Requires: tex(amsgen.sty) +Provides: tex(afterpackage.sty) = %{tl_version} +Provides: tex(dcounter.sty) = %{tl_version} +Provides: tex(desclist.sty) = %{tl_version} +Provides: tex(extdash.sty) = %{tl_version} +Provides: tex(manyfoot.sty) = %{tl_version} +Provides: tex(mboxfill.sty) = %{tl_version} +Provides: tex(nccbbb.sty) = %{tl_version} +Provides: tex(nccboxes.sty) = %{tl_version} +Provides: tex(ncccomma.sty) = %{tl_version} +Provides: tex(ncccropbox.sty) = %{tl_version} +Provides: tex(ncccropmark.sty) = %{tl_version} +Provides: tex(nccfancyhdr.sty) = %{tl_version} +Provides: tex(nccfloats.sty) = %{tl_version} +Provides: tex(nccfoots.sty) = %{tl_version} +Provides: tex(nccmath.sty) = %{tl_version} +Provides: tex(nccparskip.sty) = %{tl_version} +Provides: tex(nccpic.sty) = %{tl_version} +Provides: tex(nccrules.sty) = %{tl_version} +Provides: tex(nccsect.sty) = %{tl_version} +Provides: tex(nccstretch.sty) = %{tl_version} +Provides: tex(nccthm.sty) = %{tl_version} +Provides: tex(textarea.sty) = %{tl_version} +Provides: tex(tocenter.sty) = %{tl_version} +Provides: tex(topsection.sty) = %{tl_version} +Provides: tex(watermark.sty) = %{tl_version} + +%description ncctools +The NCCtools bundle contains many packages for general use +under LaTeX; many are also used by NCC LaTeX. The bundle +includes tools for: - executing commands after a package is +loaded; - watermarks; - counter manipulation (dynamic counters, +changing counter numbering with another counter); - +improvements to the description environment; - hyphenation of +compound words; - new levels of footnotes; - space-filling +patterns; - "poor man's" Black Board Bold symbols; - alignment +of the content of a box; - use comma as decimal separator; - +boxes with their own crop marks; - page cropmarks; - +improvements to fancy headers; - float "styles", mini floats, +side floats; - manually marked footnotes; - extension of +amsmath; - control of paragraph skip; - an envelope to the +graphicx package; - dashed and multiple rules; - alternative +techniques for declarations of sections, captions, and toc- +entries; - generalised text-stretching; - generation of new +theorem-like environments; - control of the text area; - +centred page layouts; and - an un-numbered top-level section. + +date: 2008-02-08 09:08:04 +0100 + +%post ncctools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ncctools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ncctools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ncctools-doc +Summary: Documentation for ncctools +Version: svn15878.3.5 +Release: %{tl_noarch_release} +Provides: tex-ncctools-doc +BuildArch: noarch +AutoReqProv: No + +%description ncctools-doc +Documentation for ncctools + +%package needspace +Provides: tex-needspace = %{tl_version} +License: LPPL +Summary: Insert pagebreak if not enough space +Version: svn29601.1.3d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(needspace.sty) = %{tl_version} + +%description needspace +Provides commands to disable pagebreaking within a given +vertical space. If there is not enough space between the +command and the bottom of the page, a new page will be started. + +date: 2013-04-01 14:35:12 +0200 + +%post needspace +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun needspace +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans needspace +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package needspace-doc +Summary: Documentation for needspace +Version: svn29601.1.3d +Release: %{tl_noarch_release} +Provides: tex-needspace-doc +BuildArch: noarch +AutoReqProv: No + +%description needspace-doc +Documentation for needspace + +%package nestquot +Provides: tex-nestquot = %{tl_version} +License: Freely redistributable without restriction +Summary: Alternate quotes between double and single with nesting +Version: svn27323.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nestquot.sty) = %{tl_version} + +%description nestquot +Provides two new commands: \nlq and \nrq for nesting left and +right quotes that properly change between double and single +quotes according to their nesting level. For example, the input +\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it had +been entered as "Foo 'bar' bletch". + +date: 2012-06-06 18:43:10 +0200 + +%post nestquot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nestquot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nestquot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newcommand-doc +Summary: Documentation for newcommand +Version: svn18704.2.0 +Release: %{tl_noarch_release} +Provides: tex-newcommand-doc +BuildArch: noarch +AutoReqProv: No + +%description newcommand-doc +Documentation for newcommand + +%package newenviron +Provides: tex-newenviron = %{tl_version} +License: LPPL 1.3 +Summary: Processing an environment's body +Version: svn29331.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Provides: tex(newenviron.sty) = %{tl_version} + +%description newenviron +The package offers tools for collecting and executing an +environment's body. + +date: 2013-03-10 16:42:24 +0100 + +%post newenviron +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newenviron +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newenviron +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newenviron-doc +Summary: Documentation for newenviron +Version: svn29331.1.0 +Release: %{tl_noarch_release} +Provides: tex-newenviron-doc +BuildArch: noarch +AutoReqProv: No + +%description newenviron-doc +Documentation for newenviron + +%package newfile +Provides: tex-newfile = %{tl_version} +License: LPPL +Summary: User level management of LaTeX input and output +Version: svn15878.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(newfile.sty) = %{tl_version} + +%description newfile +Commands are defined to manage the limited pool of input and +output handles provided by TeX. The streams so provided are +mapped to various of the LaTeX input and output mechanisms. +Some facilities of the verbatim package are also mapped. + +date: 2009-09-03 13:00:14 +0200 + +%post newfile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newfile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newfile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newfile-doc +Summary: Documentation for newfile +Version: svn15878.1.0c +Release: %{tl_noarch_release} +Provides: tex-newfile-doc +BuildArch: noarch +AutoReqProv: No + +%description newfile-doc +Documentation for newfile + +%package newlfm +Provides: tex-newlfm = %{tl_version} +License: GPL+ +Summary: Write letters, facsimiles, and memos +Version: svn15878.9.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(eso-pic.sty) +Requires: tex(setspace.sty) +Requires: tex(lastpage.sty) +Requires: tex(calc.sty) +Requires: tex(graphicx.sty) +Requires: tex(rotating.sty) +Requires: tex(afterpage.sty) +Requires: tex(envlab.sty) +Provides: tex(addrset.sty) = %{tl_version} +Provides: tex(newlfm.cls) = %{tl_version} +Provides: tex(setdim.sty) = %{tl_version} + +%description newlfm +Integrates the letter class with fancyhdr and geometry to +automatically make letterhead stationery. Useful for writing +letters, fax, and memos. You can set up an address book using +'wrapper' macros. You put all the information for a person into +a wrapper and then put the wrapper in a document. The class +handles letterheads automatically. You place the object for the +letterhead (picture, information, etc.) in a box and all sizing +is set automatically. + +date: 2009-04-12 19:35:00 +0200 + +%post newlfm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newlfm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newlfm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newlfm-doc +Summary: Documentation for newlfm +Version: svn15878.9.4 +Release: %{tl_noarch_release} +Provides: tex-newlfm-doc +BuildArch: noarch +AutoReqProv: No + +%description newlfm-doc +Documentation for newlfm + +%package newspaper +Provides: tex-newspaper = %{tl_version} +License: LPPL +Summary: Typeset newsletters to resemble newspapers +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(yfonts.sty) +Provides: tex(newspaper.sty) = %{tl_version} + +%description newspaper +The newspaper package redefines the page style and \maketitle +command to produce a typeset page similar to that off a +newspaper. It also provides several commands that (when used +with other packages) simplify the writing of articles in a +newspaper-style column format. + +date: 2008-08-22 17:15:44 +0200 + +%post newspaper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newspaper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newspaper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newspaper-doc +Summary: Documentation for newspaper +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-newspaper-doc +BuildArch: noarch +AutoReqProv: No + +%description newspaper-doc +Documentation for newspaper + +%package newunicodechar +Provides: tex-newunicodechar = %{tl_version} +License: LPPL 1.3 +Summary: Definitions of the meaning of Unicode characters +Version: svn28253.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(newunicodechar.sty) = %{tl_version} + +%description newunicodechar +The package provides a friendly interface for defining the +meaning of Unicode characters. The document should be processed +by (pdf)LaTeX with the unicode option of inputenc or inputenx, +or by XeLaTeX/LuaLaTeX. The command provided is +\newunicodechar{<char>}{<code>} where <char> is a directly- +typed Unicode character, and <code> is its replacement. + +date: 2012-11-13 18:34:11 +0100 + +%post newunicodechar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newunicodechar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newunicodechar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newunicodechar-doc +Summary: Documentation for newunicodechar +Version: svn28253.1.1 +Release: %{tl_noarch_release} +Provides: tex-newunicodechar-doc +BuildArch: noarch +AutoReqProv: No + +%description newunicodechar-doc +Documentation for newunicodechar + +%package newvbtm +Provides: tex-newvbtm = %{tl_version} +License: LPPL +Summary: Define your own verbatim-like environment +Version: svn23996.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(newvbtm.sty) = %{tl_version} +Provides: tex(varvbtm.sty) = %{tl_version} + +%description newvbtm +Defines general purpose macro named \newverbatim to define your +own verbatim-like environment. It also has a supplementary +style file varvbtm.sty to provide set of macros for variants of +verbatim, such as tab emulation. + +date: 2011-09-17 10:58:19 +0200 + +%post newvbtm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newvbtm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newvbtm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newvbtm-doc +Summary: Documentation for newvbtm +Version: svn23996.1.1 +Release: %{tl_noarch_release} +Provides: tex-newvbtm-doc +BuildArch: noarch +AutoReqProv: No + +%description newvbtm-doc +Documentation for newvbtm + +%package newverbs +Provides: tex-newverbs = %{tl_version} +License: LPPL 1.3 +Summary: Define new versions of \verb, including short verb versions +Version: svn26258.1.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(newverbs.sty) = %{tl_version} + +%description newverbs +The package allows the definition of \verb variants which add +TeX code before and after the verbatim text (e.g., quotes or +surrounding \fbox{}). When used together with the shortvrb +package it allows the definition of short verbatim characters +which use this package's variant instead of the normal \verb. +In addition, it is possible to collect an argument verbatim to +either typeset or write it into a file. The \Verbdef command +defines verbatim text to a macro which can later be used to +write the verbatim text to a file. + +date: 2012-05-08 15:35:13 +0200 + +%post newverbs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newverbs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newverbs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newverbs-doc +Summary: Documentation for newverbs +Version: svn26258.1.3a +Release: %{tl_noarch_release} +Provides: tex-newverbs-doc +BuildArch: noarch +AutoReqProv: No + +%description newverbs-doc +Documentation for newverbs + +%package nextpage +Provides: tex-nextpage = %{tl_version} +License: LPPL +Summary: Generalisations of the page advance commands +Version: svn15878.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nextpage.sty) = %{tl_version} + +%description nextpage +Provides \clearpage and \newpage variants that guarantee to end +up on even/odd numbered pages; these 4 commands all have an +optional argument whose content will be placed on any "empty" +page generated. + +date: 2009-09-03 13:12:26 +0200 + +%post nextpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nextpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nextpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nfssext-cfr +Provides: tex-nfssext-cfr = %{tl_version} +License: LPPL +Summary: Extensions to the LaTeX NFSS +Version: svn19322.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(nfssext-cfr.sty) = %{tl_version} + +%description nfssext-cfr +The package is a development of nfssext.sty, distributed with +the examples for the font installation guide. The package has +been developed for use in packages such as cfr-lm and +venturisadf, + +date: 2010-06-30 12:36:12 +0200 + +%post nfssext-cfr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nfssext-cfr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nfssext-cfr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nfssext-cfr-doc +Summary: Documentation for nfssext-cfr +Version: svn19322.1.2 +Release: %{tl_noarch_release} +Provides: tex-nfssext-cfr-doc +BuildArch: noarch +AutoReqProv: No + +%description nfssext-cfr-doc +Documentation for nfssext-cfr + +%package nicefilelist +Provides: tex-nicefilelist = %{tl_version} +License: LPPL 1.3 +Summary: Provide \listfiles alignment +Version: svn28527.0.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(monofill.sty) +Requires: tex(hardwrap.sty) +Requires: tex(myfilist.sty) +Provides: tex(nicefilelist.sty) = %{tl_version} + +%description nicefilelist +The package extends longnamefilelist, keeping separate columns +for date, version and "caption" (the caption now separately +listed). Alignment is not disturbed by short file name +extensions, such as ".fd". The package is not compatible with +longnamefilelist: users need to re-read the documentation. + +date: 2012-12-13 11:39:24 +0100 + +%post nicefilelist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nicefilelist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nicefilelist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nicefilelist-doc +Summary: Documentation for nicefilelist +Version: svn28527.0.7a +Release: %{tl_noarch_release} +Provides: tex-nicefilelist-doc +BuildArch: noarch +AutoReqProv: No + +%description nicefilelist-doc +Documentation for nicefilelist + +%package niceframe +Provides: tex-niceframe = %{tl_version} +License: LPPL +Summary: Support for fancy frames +Version: svn24120.1.1c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(karta15.tfm) = %{tl_version} +Provides: tex(umranda.tfm) = %{tl_version} +Provides: tex(umrandb.tfm) = %{tl_version} +Provides: tex(niceframe.sty) = %{tl_version} + +%description niceframe +The package defines means of drawing frames around boxes, using +dingbat fonts. Some (Metafont) font sources are included; the +fonts are available separately in Type 1 format. + +date: 2011-06-16 20:35:20 +0200 + +%post niceframe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun niceframe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans niceframe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package niceframe-doc +Summary: Documentation for niceframe +Version: svn24120.1.1c +Release: %{tl_noarch_release} +Provides: tex-niceframe-doc +BuildArch: noarch +AutoReqProv: No + +%description niceframe-doc +Documentation for niceframe + +%package nicetext +Provides: tex-nicetext = %{tl_version} +License: LPPL +Summary: Minimal markup for simple text (Wikipedia style) and documentation +Version: svn28423.0.65 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(stacklet.sty) +Requires: tex(actcodes.sty) +Requires: tex(moreverb.sty) +Provides: tex(fifinddo.sty) = %{tl_version} +Provides: tex(makedoc.cfg) = %{tl_version} +Provides: tex(makedoc.sty) = %{tl_version} +Provides: tex(mdoccorr.cfg) = %{tl_version} +Provides: tex(niceverb.sty) = %{tl_version} +Provides: tex(arseneau.tex) = %{tl_version} +Provides: tex(atari.cfg) = %{tl_version} +Provides: tex(copyfile.cfg) = %{tl_version} +Provides: tex(copyfile.tex) = %{tl_version} +Provides: tex(fddial0g.sty) = %{tl_version} +Provides: tex(fdtxttex.cfg) = %{tl_version} +Provides: tex(fdtxttex.tex) = %{tl_version} +Provides: tex(substr.tex) = %{tl_version} +Provides: tex(wiki.sty) = %{tl_version} + +%description nicetext +The bundle offers "minimal" markup syntax for various simple +kinds of text. The user will typically involve little more than +is printed, and will still get LaTeX quality. The bundle +provides four packages: - wiki addresses general texts, marked +up in the simple style used on Wikipedia; - niceverb is yet +another means of documenting LaTeX packages: it offers syntax- +aware typesetting of meta-variables (macro arguments) and for +referring to commands (and their syntax) in footnotes, section +titles etc.; - fifinddo aims to parse plain text or (La)TeX +files using TeX, and to write the results to an external file; +the package is used by another member of the bundle: - makedoc, +which provides the means to produce typeset documentation +direct from package files. + +date: 2012-12-02 13:05:20 +0100 + +%post nicetext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nicetext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nicetext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nicetext-doc +Summary: Documentation for nicetext +Version: svn28423.0.65 +Release: %{tl_noarch_release} +Provides: tex-nicetext-doc +BuildArch: noarch +AutoReqProv: No + +%description nicetext-doc +Documentation for nicetext + +%package nlctdoc +Provides: tex-nlctdoc = %{tl_version} +License: LPPL +Summary: Package documentation class +Version: svn27116.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xcolor.sty) +Requires: tex(fourier.sty) +Requires: tex(ifpdf.sty) +Requires: tex(cmap.sty) +Requires: tex(tex4ht.sty) +Requires: tex(multicol.sty) +Requires: tex(dox.sty) +Provides: tex(nlctdoc.cls) = %{tl_version} + +%description nlctdoc +The class provides support for the documentation of the +author's packages, using koma-script. This class is provided +"as is" solely for the benefit of anyone who wants to compile +the documentation of those packages. + +date: 2012-07-20 01:08:10 +0200 + +%post nlctdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nlctdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nlctdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nlctdoc-doc +Summary: Documentation for nlctdoc +Version: svn27116.1.02 +Release: %{tl_noarch_release} +Provides: tex-nlctdoc-doc +BuildArch: noarch +AutoReqProv: No + +%description nlctdoc-doc +Documentation for nlctdoc + +%package noconflict +Provides: tex-noconflict = %{tl_version} +License: LPPL 1.3 +Summary: Resolve macro name conflict between packages +Version: svn30140.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(noconflict.sty) = %{tl_version} + +%description noconflict +The package provides several commands to prefix (and hence +obscure) a macro's (or a sequence of macros') name, and to +restore the original macro(s) at places in a document where +they are needed. + +date: 2013-04-27 00:34:43 +0200 + +%post noconflict +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun noconflict +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans noconflict +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package noconflict-doc +Summary: Documentation for noconflict +Version: svn30140.1.0 +Release: %{tl_noarch_release} +Provides: tex-noconflict-doc +BuildArch: noarch +AutoReqProv: No + +%description noconflict-doc +Documentation for noconflict + +%package noitcrul +Provides: tex-noitcrul = %{tl_version} +License: LPPL +Summary: Improved underlines in mathematics +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(robustcommand.sty) +Provides: tex(noitcrul.sty) = %{tl_version} + +%description noitcrul +The package provides a (maths mode) \underline variant which +doesn't impose italics correction at the end. + +date: 2007-03-10 12:31:42 +0100 + +%post noitcrul +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun noitcrul +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans noitcrul +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package noitcrul-doc +Summary: Documentation for noitcrul +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-noitcrul-doc +BuildArch: noarch +AutoReqProv: No + +%description noitcrul-doc +Documentation for noitcrul + +%package nolbreaks +Provides: tex-nolbreaks = %{tl_version} +License: Public Domain +Summary: No line breaks in text +Version: svn26786.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nolbreaks.sty) = %{tl_version} + +%description nolbreaks +Use \nolbreaks{some text} to prevent line breaks in "some +text". This has the advantage over \mbox{} that glue (rubber +space) remains flexible. Most common cases are handled here +(\linebreak is disabled, for example) but spaces hidden in +macros or { } can still create break-points. + +date: 2012-06-01 11:46:45 +0200 + +%post nolbreaks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nolbreaks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nolbreaks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nolbreaks-doc +Summary: Documentation for nolbreaks +Version: svn26786.1.2 +Release: %{tl_noarch_release} +Provides: tex-nolbreaks-doc +BuildArch: noarch +AutoReqProv: No + +%description nolbreaks-doc +Documentation for nolbreaks + +%package nomencl +Provides: tex-nomencl = %{tl_version} +License: LPPL +Summary: Produce lists of symbols as in nomenclature +Version: svn15878.3.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nomencl.sty) = %{tl_version} +Provides: tex(sample01.cfg) = %{tl_version} +Provides: tex(sample02.cfg) = %{tl_version} +Provides: tex(sample04.cfg) = %{tl_version} +Provides: tex(sample05.cfg) = %{tl_version} + +%description nomencl +Produces lists of symbols using the capabilities of the +MakeIndex program. + +date: 2007-01-12 00:17:35 +0100 + +%post nomencl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nomencl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nomencl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nomencl-doc +Summary: Documentation for nomencl +Version: svn15878.3.1a +Release: %{tl_noarch_release} +Provides: tex-nomencl-doc +BuildArch: noarch +AutoReqProv: No + +%description nomencl-doc +Documentation for nomencl + +%package nomentbl +Provides: tex-nomentbl = %{tl_version} +License: LPPL +Summary: Nomenclature typeset in a longtable +Version: svn16549.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Requires: tex(nomencl.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(array.sty) +Provides: tex(nomentbl.sty) = %{tl_version} + +%description nomentbl +Nomentbl typeset nomenclatures in a longtable instead of the +makeindex style of nomencl. A nomenclature entry may have three +arguments: Symbol, description and physical unit. + +date: 2007-01-12 00:17:35 +0100 + +%post nomentbl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nomentbl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nomentbl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nomentbl-doc +Summary: Documentation for nomentbl +Version: svn16549.0.4 +Release: %{tl_noarch_release} +Provides: tex-nomentbl-doc +BuildArch: noarch +AutoReqProv: No + +%description nomentbl-doc +Documentation for nomentbl + +%package nonfloat +Provides: tex-nonfloat = %{tl_version} +License: Public Domain +Summary: Non-floating table and figure captions +Version: svn17598.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(nonfloat.sty) = %{tl_version} + +%description nonfloat +Adjusts the figure and table environments to ensure that +centered objects as one line captions are centered as well. +Also the vertical spaces for table captions above the table are +changed. + +date: 2007-01-12 00:17:35 +0100 + +%post nonfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nonfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nonfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nonfloat-doc +Summary: Documentation for nonfloat +Version: svn17598.1.0 +Release: %{tl_noarch_release} +Provides: tex-nonfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description nonfloat-doc +Documentation for nonfloat + +%package nonumonpart +Provides: tex-nonumonpart = %{tl_version} +License: LPPL 1.2 +Summary: Prevent page numbers on part pages +Version: svn22114.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nonumonpart.sty) = %{tl_version} + +%description nonumonpart +The package bundles the answer to the long-standing FAQ about +removing page numbers on \part pages. The package accepts no +options and defines no user commands; the user needs only to +load it, and the requirement is met. + +date: 2011-04-15 12:43:28 +0200 + +%post nonumonpart +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nonumonpart +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nonumonpart +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nonumonpart-doc +Summary: Documentation for nonumonpart +Version: svn22114.1 +Release: %{tl_noarch_release} +Provides: tex-nonumonpart-doc +BuildArch: noarch +AutoReqProv: No + +%description nonumonpart-doc +Documentation for nonumonpart + +%package nopageno +Provides: tex-nopageno = %{tl_version} +License: LPPL +Summary: No page numbers in LaTeX documents +Version: svn18128.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nopageno.sty) = %{tl_version} + +%description nopageno +LaTeX's standard styles use two page styles, one on normal +pages and one on 'opening' pages with \maketitle or \chapter, +etc. Unfortunately there is only easy access to changing one of +these two so if you want something other than 'plain' on the +opening pages you must use \thispagestyle on each such page. +The fancyhdr package does provide a more flexible interface, +but if you just want an empty page style on all pages then this +package will do the job. + +date: 2010-05-11 12:36:30 +0200 + +%post nopageno +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nopageno +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nopageno +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nopageno-doc +Summary: Documentation for nopageno +Version: svn18128.0 +Release: %{tl_noarch_release} +Provides: tex-nopageno-doc +BuildArch: noarch +AutoReqProv: No + +%description nopageno-doc +Documentation for nopageno + +%package notes +Provides: tex-notes = %{tl_version} +License: LPPL +Summary: Mark sections of a document +Version: svn26263.v1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(notes.sty) = %{tl_version} + +%description notes +The package provides environments to highlight significant +portions of text within a document, by putting the text in a +box and adding an icon in the margin. (The icons are provided +as 'fig' sources, processable by xfig.) + +date: 2006-09-14 22:20:05 +0200 + +%post notes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun notes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package notes-doc +Summary: Documentation for notes +Version: svn26263.v1.0.1 +Release: %{tl_noarch_release} +Provides: tex-notes-doc +BuildArch: noarch +AutoReqProv: No + +%description notes-doc +Documentation for notes + +%package notoccite +Provides: tex-notoccite = %{tl_version} +License: Public Domain +Summary: Prevent trouble from citations in table of contents, etc +Version: svn18129.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(notoccite.sty) = %{tl_version} + +%description notoccite +If you have \cite commands in \section-like commands, or in +\caption, the citation will also appear in the table of +contents, or list of whatever. If you are also using an unsrt- +like bibliography style, these citations will come at the very +start of the bibliography, which is confusing. This package +suppresses the effect. + +date: 2010-05-11 12:36:30 +0200 + +%post notoccite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun notoccite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notoccite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package notoccite-doc +Summary: Documentation for notoccite +Version: svn18129.0 +Release: %{tl_noarch_release} +Provides: tex-notoccite-doc +BuildArch: noarch +AutoReqProv: No + +%description notoccite-doc +Documentation for notoccite + +%package nowidow +Provides: tex-nowidow = %{tl_version} +License: LPPL 1.3 +Summary: Avoid widows +Version: svn24066.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Provides: tex(nowidow.sty) = %{tl_version} + +%description nowidow +This package provides a useful macro to manage widow lines. + +date: 2011-09-21 22:10:12 +0200 + +%post nowidow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nowidow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nowidow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nowidow-doc +Summary: Documentation for nowidow +Version: svn24066.1.0 +Release: %{tl_noarch_release} +Provides: tex-nowidow-doc +BuildArch: noarch +AutoReqProv: No + +%description nowidow-doc +Documentation for nowidow + +%package ntheorem +Provides: tex-ntheorem = %{tl_version} +License: LPPL +Summary: Enhanced theorem environment +Version: svn27609.1.31 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(ntheorem.sty) = %{tl_version} + +%description ntheorem +Enhancements for theorem-like environments: easier control of +layout; proper placement of endmarks even when the environment +ends with \end{enumerate} or \end{displaymath} (including +support for amsmath displayed-equation environments); and +support for making a list of theorems like \listoffigures. + +date: 2012-03-30 15:19:52 +0200 + +%post ntheorem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ntheorem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ntheorem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ntheorem-doc +Summary: Documentation for ntheorem +Version: svn27609.1.31 +Release: %{tl_noarch_release} +Provides: tex-ntheorem-doc +BuildArch: noarch +AutoReqProv: No + +%description ntheorem-doc +Documentation for ntheorem + +%package numberedblock +Provides: tex-numberedblock = %{tl_version} +License: LPPL +Summary: numberedblock package +Version: svn29447.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(numberedblock.sty) = %{tl_version} + +%description numberedblock +numberedblock package + +%post numberedblock +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun numberedblock +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numberedblock +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package numberedblock-doc +Summary: Documentation for numberedblock +Version: svn29447.0 +Release: %{tl_noarch_release} +Provides: tex-numberedblock-doc +BuildArch: noarch +AutoReqProv: No + +%description numberedblock-doc +Documentation for numberedblock + +%package numname +Provides: tex-numname = %{tl_version} +License: LPPL +Summary: Convert a number to its English expression +Version: svn18130.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(numname.sty) = %{tl_version} + +%description numname +The package can generate cardinal (one, two, ...) and ordinal +(first, second, ...) numbers. The code derives from the memoir +class, and is extracted for the convenience of non-users of +that class. + +date: 2010-05-03 00:02:21 +0200 + +%post numname +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun numname +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numname +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package numname-doc +Summary: Documentation for numname +Version: svn18130.0 +Release: %{tl_noarch_release} +Provides: tex-numname-doc +BuildArch: noarch +AutoReqProv: No + +%description numname-doc +Documentation for numname + +%package numprint +Provides: tex-numprint = %{tl_version} +License: LPPL +Summary: Print numbers with separators and exponent if necessary +Version: svn27498.1.39 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(array.sty) +Requires: tex(calc.sty) +Provides: tex(nbaseprt.sty) = %{tl_version} +Provides: tex(numprint.sty) = %{tl_version} +Provides: tex(numprint032.sty) = %{tl_version} + +%description numprint +The package numprint prints numbers with a separator every +three digits and converts numbers given as 12345.6e789 to +12\,345,6\cdot 10^{789}. Numbers are printed in the current +mode (text or math) in order to use the correct font. Many +things, including the decimal sign, the thousand separator, as +well as the product sign can be changed by the user, e.g., to +reach 12,345.6\times 10^{789}. If an optional argument is given +it is printed upright as unit. Numbers can be rounded to a +given number of digits. The package supports an automatic, +language-dependent change of the number format. Tabular +alignment using the tabular(*), array, tabularx, and longtable +environments (similar to the dcolumn and rccol packages) is +supported using all features of numprint. Additional text can +be added before and after the formatted number. + +date: 2012-08-22 15:46:20 +0200 + +%post numprint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun numprint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numprint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package numprint-doc +Summary: Documentation for numprint +Version: svn27498.1.39 +Release: %{tl_noarch_release} +Provides: tex-numprint-doc +BuildArch: noarch +AutoReqProv: No + +%description numprint-doc +Documentation for numprint + +%package ocg-p +Provides: tex-ocg-p = %{tl_version} +License: LPPL +Summary: PDF OCG support in LaTeX +Version: svn28803.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(eso-pic.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(xkeyval.sty) +Requires: tex(datatool.sty) +Requires: tex(tikz.sty) +Requires: tex(listings.sty) +Provides: tex(ocg-p.sty) = %{tl_version} + +%description ocg-p +The package provides OCG (Optional Content Groups) support +within a PDF document, replacing the ocg.sty distributed with +asymptote. Nested OCGs are supported. The package may be used +with PFDLatex and XeLaTeX. + +date: 2013-01-11 11:30:29 +0100 + +%post ocg-p +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ocg-p +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocg-p +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocg-p-doc +Summary: Documentation for ocg-p +Version: svn28803.0.4 +Release: %{tl_noarch_release} +Provides: tex-ocg-p-doc +BuildArch: noarch +AutoReqProv: No + +%description ocg-p-doc +Documentation for ocg-p + +%package ocgx +Provides: tex-ocgx = %{tl_version} +License: LPPL +Summary: Use OCGs within a PDF document without JavaScript +Version: svn28492.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ocg-p.sty) +Provides: tex(ocgx.sty) = %{tl_version} +Provides: tex(tikzlibraryocgx.code.tex) = %{tl_version} + +%description ocgx +The package extends the ocg package, which allows you to create +OCGs (Optional Content Groups) in PDF documents. (The ocg +package is distributed as part of Asymptote.) Every OCG +includes TeX material into a layer of the PDF file. Each of +these layers can be displayed or not. Links can enable or +disable the display of OCGs. The ocgx package does not use +Javascript embedded in the PDF document to enable (to show) or +disable (to hide) OCGs. + +date: 2012-12-10 10:44:43 +0100 + +%post ocgx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ocgx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocgx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocgx-doc +Summary: Documentation for ocgx +Version: svn28492.0.5 +Release: %{tl_noarch_release} +Provides: tex-ocgx-doc +BuildArch: noarch +AutoReqProv: No + +%description ocgx-doc +Documentation for ocgx + +%package ocr-latex +Provides: tex-ocr-latex = %{tl_version} +License: GPL+ +Summary: LaTeX support for ocr fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(ocr.sty) = %{tl_version} +Provides: tex(ot1oca.fd) = %{tl_version} +Provides: tex(ot1ocra.fd) = %{tl_version} +Provides: tex(ot1ocrb.fd) = %{tl_version} +Provides: tex(ot1ocrbn.fd) = %{tl_version} +Provides: tex(ot1ocrbns.fd) = %{tl_version} +Provides: tex(ot1ocrbo.fd) = %{tl_version} +Provides: tex(ot1ocrbs.fd) = %{tl_version} + +%description ocr-latex +The package supports use of both ocr-a and ocr-b fonts in LaTeX +documents. + +date: 2007-03-11 14:06:37 +0100 + +%post ocr-latex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ocr-latex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocr-latex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ocr-latex-doc +Summary: Documentation for ocr-latex +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-ocr-latex-doc +BuildArch: noarch +AutoReqProv: No + +%description ocr-latex-doc +Documentation for ocr-latex + +%package octavo +Provides: tex-octavo = %{tl_version} +License: LPPL +Summary: Typeset books following classical design and layout +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(oct10.clo) = %{tl_version} +Provides: tex(oct11.clo) = %{tl_version} +Provides: tex(oct12.clo) = %{tl_version} +Provides: tex(octavo.cls) = %{tl_version} + +%description octavo +The octavo class is a modification of the standard LaTeX book +class. Its purpose is to typeset books following classical +design and layout principles, with the express intention of +encouraging the making of beautiful books by anyone with access +to a good printer and with an inclination towards venerable +crafts, e.g., bookbinding. The octavo class differs from the +book class by implementing many of the proposals and insights +of respected experts, especially Jan Tschichold and Hugh +Williamson. The documentation discusses methods to organise and +print out any text into signatures, which can then be gathered, +folded and sewn into a book. + +date: 2007-03-07 18:02:23 +0100 + +%post octavo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun octavo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans octavo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package octavo-doc +Summary: Documentation for octavo +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-octavo-doc +BuildArch: noarch +AutoReqProv: No + +%description octavo-doc +Documentation for octavo + +%package oldstyle +Provides: tex-oldstyle = %{tl_version} +License: LPPL +Summary: Old style numbers in OT1 encoding +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(Ucmm.fd) = %{tl_version} +Provides: tex(oldstyle.sty) = %{tl_version} + +%description oldstyle +Font information needed to load the cmmi and cmmib fonts for +use to produce oldstyle numbers. + +date: 2009-03-08 21:39:02 +0100 + +%post oldstyle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun oldstyle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldstyle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package oldstyle-doc +Summary: Documentation for oldstyle +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-oldstyle-doc +BuildArch: noarch +AutoReqProv: No + +%description oldstyle-doc +Documentation for oldstyle + +%package onlyamsmath +Provides: tex-onlyamsmath = %{tl_version} +License: LPPL +Summary: Inhibit use of non-amsmath mathematics markup when using amsmath +Version: svn25006.0.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(onlyamsmath.sty) = %{tl_version} + +%description onlyamsmath +This package inhibits the usage of plain TeX and (on demand) of +standard LaTeX mathematics environments. This is useful for +class writers who want to encourage their users to use the +environments provided by the amsmath package. + +date: 2012-01-02 14:24:13 +0100 + +%post onlyamsmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun onlyamsmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans onlyamsmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package onlyamsmath-doc +Summary: Documentation for onlyamsmath +Version: svn25006.0.10 +Release: %{tl_noarch_release} +Provides: tex-onlyamsmath-doc +BuildArch: noarch +AutoReqProv: No + +%description onlyamsmath-doc +Documentation for onlyamsmath + +%package opcit +Provides: tex-opcit = %{tl_version} +License: LPPL +Summary: Footnote-style bibliographical references +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(hyperref.sty) +Provides: tex(opcit.sty) = %{tl_version} + +%description opcit +This package addresses the problem of expressing citations in a +style that is natural for humanities studies, yet does not +interfere with the flow of text (as author-year styles do). The +package differs from footbib in that it uses real footnotes, +potentially in the same series as any of the document's other +footnotes. Opcit also, as its name implies, avoids repetition +of full citations, achieving this, to a large extent, +automatically. + +date: 2006-09-21 21:56:41 +0200 + +%post opcit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun opcit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans opcit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package opcit-doc +Summary: Documentation for opcit +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-opcit-doc +BuildArch: noarch +AutoReqProv: No + +%description opcit-doc +Documentation for opcit + +%package optional +Provides: tex-optional = %{tl_version} +License: LPPL +Summary: Facilitate optional printing of parts of a document +Version: svn18131.2.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(optional.sty) = %{tl_version} + +%description optional +Optional provides simple, flexible, optional compilation of +LaTeX documents. Option switches may be given via package +options, by the \UseOption command, or interactively via the +\AskOption command (help text may be provided, by defining the +\ExplainOptions command). The package is not robust, in the way +that comment package is, against ill-behaved text. In +particular, verbatim text may not be directly included in +optional sections (whether they're included or not). + +date: 2010-05-11 12:50:01 +0200 + +%post optional +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun optional +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans optional +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package optional-doc +Summary: Documentation for optional +Version: svn18131.2.2b +Release: %{tl_noarch_release} +Provides: tex-optional-doc +BuildArch: noarch +AutoReqProv: No + +%description optional-doc +Documentation for optional + +%package outline +Provides: tex-outline = %{tl_version} +License: LPPL +Summary: List environment for making outlines +Version: svn18360.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(outline.sty) = %{tl_version} + +%description outline +The package defines an outline environment, which provides +facilities similar to enumerate, but up to 6 levels deep. + +date: 2010-05-19 18:21:51 +0200 + +%post outline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun outline +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans outline +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package outline-doc +Summary: Documentation for outline +Version: svn18360.0 +Release: %{tl_noarch_release} +Provides: tex-outline-doc +BuildArch: noarch +AutoReqProv: No + +%description outline-doc +Documentation for outline + +%package outliner +Provides: tex-outliner = %{tl_version} +License: GPL+ +Summary: Change section levels easily +Version: svn21095.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(outliner.sty) = %{tl_version} + +%description outliner +Allows you to write "\Level 2 {Some heading}" instead of the +usual \section stuff; the definitions of the levels can then +easily be changed. There is a mechanism for shifting all +levels. This makes it easy to bundle existing articles into a +compilation. + +date: 2007-01-12 15:52:44 +0100 + +%post outliner +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun outliner +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans outliner +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package outliner-doc +Summary: Documentation for outliner +Version: svn21095.0 +Release: %{tl_noarch_release} +Provides: tex-outliner-doc +BuildArch: noarch +AutoReqProv: No + +%description outliner-doc +Documentation for outliner + +%package overpic +Provides: tex-overpic = %{tl_version} +License: LPPL +Summary: Combine LaTeX commands over included graphics +Version: svn19712.0.53 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(epic.sty) +Provides: tex(overpic.sty) = %{tl_version} + +%description overpic +The overpic environment is a cross between the LaTeX picture +environment and the \includegraphics command of graphicx. The +resulting picture environment has the same dimensions as the +included eps graphic. LaTeX commands can be placed on the +graphic at defined positions. A grid for orientation is +available. + +date: 2010-09-13 11:39:12 +0200 + +%post overpic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun overpic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans overpic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package overpic-doc +Summary: Documentation for overpic +Version: svn19712.0.53 +Release: %{tl_noarch_release} +Provides: tex-overpic-doc +BuildArch: noarch +AutoReqProv: No + +%description overpic-doc +Documentation for overpic + +%package pagecolor +Provides: tex-pagecolor = %{tl_version} +License: LPPL +Summary: Interrogate page colour +Version: svn25500.1.0e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(color.sty) +Requires: tex(xcolor.sty) +Provides: tex(pagecolor.sty) = %{tl_version} + +%description pagecolor +This package provides the command \thepagecolor, which gives +the current page (background) colour, i. e. the argument used +with the most recent call of \pagecolor{...}. The command +\thepagecolornone gives the same colour as \thepagecolor, +except when the page background colour is "none" (e.g., as a +result of using the \nopagecolor command). In that case +\thepagecolor is "white" and \thepagecolornone is "none". + +date: 2012-02-24 13:31:20 +0100 + +%post pagecolor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pagecolor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagecolor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pagecolor-doc +Summary: Documentation for pagecolor +Version: svn25500.1.0e +Release: %{tl_noarch_release} +Provides: tex-pagecolor-doc +BuildArch: noarch +AutoReqProv: No + +%description pagecolor-doc +Documentation for pagecolor + +%package pagecont +Provides: tex-pagecont = %{tl_version} +License: LPPL +Summary: Page numbering that continues between documents +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(pagecont.sty) = %{tl_version} + +%description pagecont +The package provides the facility that several documents can be +typeset independently with page numbers in sequence, as if they +were a single document. + +date: 2009-11-10 09:17:41 +0100 + +%post pagecont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pagecont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagecont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pagecont-doc +Summary: Documentation for pagecont +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-pagecont-doc +BuildArch: noarch +AutoReqProv: No + +%description pagecont-doc +Documentation for pagecont + +%package pagenote +Provides: tex-pagenote = %{tl_version} +License: LPPL 1.3 +Summary: Notes at end of document +Version: svn15878.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifmtarg.sty) +Provides: tex(pagenote.sty) = %{tl_version} + +%description pagenote +The pagenote package provides tagged notes on a separate page +(also known as 'end notes'). Unless the memoir class is used, +the package requires the ifmtarg package. + +date: 2009-09-03 13:00:14 +0200 + +%post pagenote +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pagenote +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagenote +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pagenote-doc +Summary: Documentation for pagenote +Version: svn15878.1.1a +Release: %{tl_noarch_release} +Provides: tex-pagenote-doc +BuildArch: noarch +AutoReqProv: No + +%description pagenote-doc +Documentation for pagenote + +%package pagerange +Provides: tex-pagerange = %{tl_version} +License: LPPL +Summary: Flexible and configurable page range typesetting +Version: svn16915.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(lastpage.sty) +Requires: tex(xkeyval.sty) +Provides: tex(pagerange-guide.cfg) = %{tl_version} +Provides: tex(pagerange.sty) = %{tl_version} + +%description pagerange +The package defines a command \pagerange that typesets ranges +of page numbers, expanding them (e.g., adding first or large +page numbers) and standardising them. + +date: 2010-02-04 09:04:58 +0100 + +%post pagerange +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pagerange +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagerange +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pagerange-doc +Summary: Documentation for pagerange +Version: svn16915.0.5 +Release: %{tl_noarch_release} +Provides: tex-pagerange-doc +BuildArch: noarch +AutoReqProv: No + +%description pagerange-doc +Documentation for pagerange + +%package pageslts +Provides: tex-pageslts = %{tl_version} +License: LPPL 1.3 +Summary: Variants of last page labels +Version: svn28986.1.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atveryend.sty) +Requires: tex(everyshi.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(kvoptions.sty) +Requires: tex(undolabl.sty) +Requires: tex(rerunfilecheck.sty) +Requires: tex(alphalph.sty) +Provides: tex(pageslts.sty) = %{tl_version} + +%description pageslts +The package was designed as an extension of the lastpage +package -- as well as that package's LastPage label (created +\AtEndDocument) it adds a VeryLastPage (created +\AfterLastShipout). When more than one page numbering scheme is +in operation (as in a book class document with frontmatter), +the labels above do not give the total number of pages, so the +package also provides labels pagesLTS.<numbering scheme>, where +the numbering scheme is arabic, roman, etc. The package relies +on the undolabl package. + +date: 2013-01-28 22:45:23 +0100 + +%post pageslts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pageslts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pageslts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pageslts-doc +Summary: Documentation for pageslts +Version: svn28986.1.2b +Release: %{tl_noarch_release} +Provides: tex-pageslts-doc +BuildArch: noarch +AutoReqProv: No + +%description pageslts-doc +Documentation for pageslts + +%package paper +Provides: tex-paper = %{tl_version} +License: GPL+ +Summary: Versions of article class, tuned for scholarly publications +Version: svn25802.1.0l +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(journal.cls) = %{tl_version} +Provides: tex(journal.sty) = %{tl_version} +Provides: tex(paper.cls) = %{tl_version} +Provides: tex(paper.sty) = %{tl_version} + +%description paper +A pair of classes derived from article, tuned for producing +papers for journals. The classes introduce new layout options +and font commands for sections/parts, and define a new keywords +environment, subtitle and institution commands for the title +section and new commands for revisions. + +date: 2012-01-13 09:08:17 +0100 + +%post paper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun paper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package paper-doc +Summary: Documentation for paper +Version: svn25802.1.0l +Release: %{tl_noarch_release} +Provides: tex-paper-doc +BuildArch: noarch +AutoReqProv: No + +%description paper-doc +Documentation for paper + +%package papercdcase +Provides: tex-papercdcase = %{tl_version} +License: LPPL +Summary: Origami-style folding paper CD case +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(calc.sty) +Provides: tex(papercdcase.sty) = %{tl_version} + +%description papercdcase +This package implements a LaTeX style file to produce origami- +style folding paper CD cases. + +date: 2007-03-11 14:35:09 +0100 + +%post papercdcase +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun papercdcase +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papercdcase +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package papercdcase-doc +Summary: Documentation for papercdcase +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-papercdcase-doc +BuildArch: noarch +AutoReqProv: No + +%description papercdcase-doc +Documentation for papercdcase + +%package papermas +Provides: tex-papermas = %{tl_version} +License: LPPL 1.3 +Summary: Compute the mass of a printed version of a document +Version: svn23667.1.0h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(pageslts.sty) +Requires: tex(intcalc.sty) +Provides: tex(papermas.sty) = %{tl_version} + +%description papermas +The package computes the number of sheets of paper used by, and +the mass of a document. This is useful (for example) when +calculating postal charges. + +date: 2011-08-23 07:18:10 +0200 + +%post papermas +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun papermas +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papermas +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package papermas-doc +Summary: Documentation for papermas +Version: svn23667.1.0h +Release: %{tl_noarch_release} +Provides: tex-papermas-doc +BuildArch: noarch +AutoReqProv: No + +%description papermas-doc +Documentation for papermas + +%package papertex +Provides: tex-papertex = %{tl_version} +License: LPPL +Summary: Class for newspapers, etc +Version: svn19230.1.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(ifpdf.sty) +Requires: tex(multido.sty) +Requires: tex(datetime.sty) +Requires: tex(multicol.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(fancybox.sty) +Requires: tex(geometry.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(hyperref.sty) +Requires: tex(textpos.sty) +Requires: tex(hyphenat.sty) +Requires: tex(wrapfig.sty) +Requires: tex(lastpage.sty) +Requires: tex(setspace.sty) +Requires: tex(ragged2e.sty) +Provides: tex(papertex.cls) = %{tl_version} + +%description papertex +This class allows LaTeX users to create a paperTeX newspaper. +The final document has a front page and as many inner pages as +desired. News items appear one after another and the user can +choose the number of columns, style and so on. The class allows +users to create newsletters too. + +date: 2010-06-30 22:56:10 +0200 + +%post papertex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun papertex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papertex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package papertex-doc +Summary: Documentation for papertex +Version: svn19230.1.2b +Release: %{tl_noarch_release} +Provides: tex-papertex-doc +BuildArch: noarch +AutoReqProv: No + +%description papertex-doc +Documentation for papertex + +%package paracol +Provides: tex-paracol = %{tl_version} +License: LPPL +Summary: Multiple columns with texts "in parallel" +Version: svn26474.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(paracol.sty) = %{tl_version} + +%description paracol +The package provides yet another multi-column typesetting +mechanism by which you produce multi-column (e.g., bilingual) +document switching and sychronizing each corresponding part in +"parallel". + +date: 2012-05-17 13:04:31 +0200 + +%post paracol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun paracol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paracol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package paracol-doc +Summary: Documentation for paracol +Version: svn26474.1.10 +Release: %{tl_noarch_release} +Provides: tex-paracol-doc +BuildArch: noarch +AutoReqProv: No + +%description paracol-doc +Documentation for paracol + +%package paresse +Provides: tex-paresse = %{tl_version} +License: LPPL +Summary: Define simple macros for greek letters +Version: svn29803.4.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(skeyval-bc.sty) +Requires: tex(ifluatex.sty) +Requires: tex(ifxetex.sty) +Provides: tex(paresse.sty) = %{tl_version} + +%description paresse +The package defines macros using SS to type greek letters. so +that the user may (for example) type SSa to get the effect of +$\alpha$. + +date: 2013-02-16 13:58:07 +0100 + +%post paresse +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun paresse +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paresse +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package paresse-doc +Summary: Documentation for paresse +Version: svn29803.4.1 +Release: %{tl_noarch_release} +Provides: tex-paresse-doc +BuildArch: noarch +AutoReqProv: No + +%description paresse-doc +Documentation for paresse + +%package parnotes +Provides: tex-parnotes = %{tl_version} +License: LPPL 1.3 +Summary: Notes after every paragraph (or elsewhere) +Version: svn25032.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(parnotes.sty) = %{tl_version} + +%description parnotes +The package provides the \parnote command. The notes are set as +(normal) running paragraphs; placement is at the end of each +paragraph, or manually, using the \parnotes command. + +date: 2012-01-05 00:06:09 +0100 + +%post parnotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun parnotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parnotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package parnotes-doc +Summary: Documentation for parnotes +Version: svn25032.1 +Release: %{tl_noarch_release} +Provides: tex-parnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description parnotes-doc +Documentation for parnotes + +%package parselines +Provides: tex-parselines = %{tl_version} +License: LPPL 1.3 +Summary: Apply a macro to each line of an environment +Version: svn21475.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(parselines.sty) = %{tl_version} + +%description parselines +The package defines an environment "parse lines" which +processes each line of an environment with a macro. An example +of shading the lines of an environment is given. + +date: 2011-02-19 16:41:47 +0100 + +%post parselines +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun parselines +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parselines +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package parselines-doc +Summary: Documentation for parselines +Version: svn21475.1.4 +Release: %{tl_noarch_release} +Provides: tex-parselines-doc +BuildArch: noarch +AutoReqProv: No + +%description parselines-doc +Documentation for parselines + +%package patchcmd +Provides: tex-patchcmd = %{tl_version} +License: Public Domain +Summary: Change the definition of an existing command +Version: svn15878.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(patchcmd.sty) = %{tl_version} + +%description patchcmd +The patchcmd package provides a command \patchcommand that can +be used to add material at the beginning and/or the end of the +replacement text of an existing macro. It works for macros with +any number of normal arguments, including those that were +defined with \DeclareRobustCommand. + +date: 2007-01-12 20:52:49 +0100 + +%post patchcmd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun patchcmd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans patchcmd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package patchcmd-doc +Summary: Documentation for patchcmd +Version: svn15878.1.03 +Release: %{tl_noarch_release} +Provides: tex-patchcmd-doc +BuildArch: noarch +AutoReqProv: No + +%description patchcmd-doc +Documentation for patchcmd + +%package pauldoc +Provides: tex-pauldoc = %{tl_version} +License: LPPL +Summary: German LaTeX package documentation +Version: svn16005.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(babel.sty) +Requires: tex(fontenc.sty) +Provides: tex(pauldoc.sty) = %{tl_version} + +%description pauldoc +The pauldoc package provides helpers for German language +package documentation. + +date: 2009-11-10 13:46:41 +0100 + +%post pauldoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pauldoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pauldoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pauldoc-doc +Summary: Documentation for pauldoc +Version: svn16005.0.5 +Release: %{tl_noarch_release} +Provides: tex-pauldoc-doc +BuildArch: noarch +AutoReqProv: No + +%description pauldoc-doc +Documentation for pauldoc + +%package pawpict +Provides: tex-pawpict = %{tl_version} +License: GPL+ +Summary: Using graphics from PAW +Version: svn21629.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pawpict.sty) = %{tl_version} + +%description pawpict +Support for the easy inclusion of graphics made by PAW (Physics +Analysis Workstation). You need to have PAW installed on your +system to benefit from this package. + +date: 2007-01-12 20:52:49 +0100 + +%post pawpict +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pawpict +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pawpict +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pawpict-doc +Summary: Documentation for pawpict +Version: svn21629.1.0 +Release: %{tl_noarch_release} +Provides: tex-pawpict-doc +BuildArch: noarch +AutoReqProv: No + +%description pawpict-doc +Documentation for pawpict + +%package pax +Provides: tex-pax = %{tl_version} +License: GPLv2+ +Summary: Extract and reinsert PDF annotations with pdfTeX +Version: svn26112.v0.1k +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pax-bin +Requires: tex(ifpdf.sty) +Requires: tex(graphicx.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(kvsetkeys.sty) +Requires: tex(kvoptions.sty) +Requires: tex(auxhook.sty) +Requires: tex(etexcmds.sty) +Provides: tex(pax.sty) = %{tl_version} + +%description pax +If PDF files are included using pdfTeX, PDF annotations are +stripped. The pax project offers a solution without altering +pdfTeX. A Java program (pax.jar) parses the PDF file that will +later be included. The program then writes the data of the +annotations into a file that can be read by TeX. The LaTeX +package pax extends the graphics package to support the scheme: +if a PDF file is included, the package looks for the file with +the annotation data, reads them and puts the annotations in the +right place. Project status: experimental + +date: 2012-04-18 16:26:37 +0200 + +%post pax +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pax +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pax +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pax-doc +Summary: Documentation for pax +Version: svn26112.v0.1k +Release: %{tl_noarch_release} +Provides: tex-pax-doc +BuildArch: noarch +AutoReqProv: No + +%description pax-doc +Documentation for pax + +%package pax-bin +Summary: Binaries for pax +Version: svn10843.0 +Requires: texlive-base +Requires: tex-pax +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pax-bin +Binaries for pax + +%package pbox +Provides: tex-pbox = %{tl_version} +License: GPLv2+ +Summary: A variable-width \parbox command +Version: svn24807.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Provides: tex(pbox.sty) = %{tl_version} + +%description pbox +Defines a command \pbox{<max width>}{<text>} which adjusts its +width to that of the enclosed text, up to the maximum width +given. The package also defines some associated length +commands. + +date: 2011-12-08 01:39:40 +0100 + +%post pbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pbox-doc +Summary: Documentation for pbox +Version: svn24807.1.2 +Release: %{tl_noarch_release} +Provides: tex-pbox-doc +BuildArch: noarch +AutoReqProv: No + +%description pbox-doc +Documentation for pbox + +%package pbsheet +Provides: tex-pbsheet = %{tl_version} +License: LPPL +Summary: Problem sheet class +Version: svn24830.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsthm.sty) +Requires: tex(latexsym.sty) +Requires: tex(geometry.sty) +Requires: tex(rotating.sty) +Requires: tex(moreverb.sty) +Requires: tex(inputenc.sty) +Requires: tex(xspace.sty) +Requires: tex(babel.sty) +Requires: tex(color.sty) +Requires: tex(listings.sty) +Provides: tex(pbsheet.cls) = %{tl_version} + +%description pbsheet +This class is designed to simplify the typesetting of problem +sheets with Mathematics and Computer Science content. It is +currently customised towards teaching in French (and the +examples are in French). + +date: 2007-01-12 23:55:10 +0100 + +%post pbsheet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pbsheet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pbsheet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pbsheet-doc +Summary: Documentation for pbsheet +Version: svn24830.0.1 +Release: %{tl_noarch_release} +Provides: tex-pbsheet-doc +BuildArch: noarch +AutoReqProv: No + +%description pbsheet-doc +Documentation for pbsheet + +%package pdf14 +Provides: tex-pdf14 = %{tl_version} +License: LPPL 1.3 +Summary: Restore PDF 1.4 to a TeX live 2010 format +Version: svn17583.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pdf14.sty) = %{tl_version} + +%description pdf14 +Starting with TeX Live 2010, the various formats that directly +generate PDF will default to generating PDF 1.5. This is +generally a good thing, but it can lead to compatibility issues +with some older PDF viewers. This package changes the version +of PDF generated with formats (based on pdfTeX or LuaTeX in PDF +mode), back to 1.4 for documents that need to achieve maximal +compatibility with old viewers. + +date: 2010-03-31 12:36:09 +0200 + +%post pdf14 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdf14 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdf14 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdf14-doc +Summary: Documentation for pdf14 +Version: svn17583.0.1 +Release: %{tl_noarch_release} +Provides: tex-pdf14-doc +BuildArch: noarch +AutoReqProv: No + +%description pdf14-doc +Documentation for pdf14 + +%package pdfcomment +Provides: tex-pdfcomment = %{tl_version} +License: LPPL 1.3 +Summary: A user-friendly interface to pdf annotations +Version: svn27844.v2.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(zref-savepos.sty) +Requires: tex(refcount.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(marginnote.sty) +Requires: tex(ifpdf.sty) +Requires: tex(datetime.sty) +Requires: tex(soulpos.sty) +Requires: tex(hyperref.sty) +Provides: tex(pdfcomment.sty) = %{tl_version} + +%description pdfcomment +For a long time pdfLaTeX has offered the command \pdfannot for +inserting arbitrary PDF annotations. However, the command is +presented in a form where additional knowledge of the +definition of the PDF format is indispensable. This package is +an answer to the - occasional - questions in newsgroups, about +how one could use the comment function of Adobe Reader. At +least for the writer of LaTeX code, the package offers a +convenient and user-friendly means of using \pdfannot to +provide comments in PDF files. Since version v1.1, +pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX - +dvipdfmx, and XeLaTeX. Unfortunately, support of PDF +annotations by PDF viewers is sparse to nonexistent. The +reference viewer for the development of this package is Adobe +Reader. + +date: 2012-09-28 15:59:23 +0200 + +%post pdfcomment +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfcomment +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcomment +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfcomment-doc +Summary: Documentation for pdfcomment +Version: svn27844.v2.3a +Release: %{tl_noarch_release} +Provides: tex-pdfcomment-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfcomment-doc +Documentation for pdfcomment + +%package pdfcprot +Provides: tex-pdfcprot = %{tl_version} +License: LPPL +Summary: Activating and setting of character protruding using pdflatex +Version: svn18735.1.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Provides: tex(pdfcprot.sty) = %{tl_version} + +%description pdfcprot +This package provides an easy interface to adjust the character +protrusion for different fonts and choosing the right +adjustment automatically depending on the font. + +date: 2006-12-18 23:50:36 +0100 + +%post pdfcprot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfcprot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcprot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfcprot-doc +Summary: Documentation for pdfcprot +Version: svn18735.1.7a +Release: %{tl_noarch_release} +Provides: tex-pdfcprot-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfcprot-doc +Documentation for pdfcprot + +%package pdfmarginpar +Provides: tex-pdfmarginpar = %{tl_version} +License: GPL+ +Summary: Generate marginpar-equivalent PDF annotations +Version: svn23492.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgfkeys.sty) +Provides: tex(pdfmarginpar.sty) = %{tl_version} + +%description pdfmarginpar +The package provides the \pdfmarginpar command which is similar +in spirit to \marginpar. However, it creates PDF annotations +which may be viewed with Adobe Reader in place of marginal +texts. Small icons indicate the in-text position where the +message originates, popups provide the messages themselves. +Thus bugfixes and other such communications are clearly visible +together when viewing the document, while the document itself +is not obscured. + +date: 2011-08-10 11:12:20 +0200 + +%post pdfmarginpar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfmarginpar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfmarginpar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfmarginpar-doc +Summary: Documentation for pdfmarginpar +Version: svn23492.0.92 +Release: %{tl_noarch_release} +Provides: tex-pdfmarginpar-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfmarginpar-doc +Documentation for pdfmarginpar + +%package pdfscreen +Provides: tex-pdfscreen = %{tl_version} +License: LPPL +Summary: Support screen-based document design +Version: svn27510.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(calc.sty) +Requires: tex(comment.sty) +Requires: tex(hyperref.sty) +Requires: tex(shortvrb.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsbsy.sty) +Requires: tex(truncate.sty) +Requires: tex(fancybox.sty) +Provides: tex(pdfscreen.sty) = %{tl_version} + +%description pdfscreen +An extension of the hyperref package to provide a screen-based +document design. This package helps to generate pdf documents +that are readable on screen and will fit the screen's aspect +ratio. Also it can be used with various options to produce +regular print versions of the same document without any extra +effort. + +date: 2012-07-18 20:44:29 +0200 + +%post pdfscreen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfscreen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfscreen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfscreen-doc +Summary: Documentation for pdfscreen +Version: svn27510.1.5 +Release: %{tl_noarch_release} +Provides: tex-pdfscreen-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfscreen-doc +Documentation for pdfscreen + +%package pdfslide +Provides: tex-pdfslide = %{tl_version} +License: LPPL +Summary: Presentation slides using pdftex +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(colortbl.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsbsy.sty) +Requires: tex(fancybox.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifthen.sty) +Provides: tex(pdfslide.cfg) = %{tl_version} +Provides: tex(pdfslide.sty) = %{tl_version} +Provides: tex(slide.clo) = %{tl_version} + +%description pdfslide +This is a package for use with pdftex, to make nice +presentation slides. Its aims are: to devise a method for +easier technical presentation; to help the mix of mathematical +formulae with text and graphics which the present day wysiwyg +tools fail to accomplish; to exploit the platform independence +of TeX so that presentation documents become portable; and to +offer the freedom and possibilities of using various +backgrounds and other embellishments that a user can imagine to +have in as presentation. The package can make use of the +facilities of the PPower4 post-processor. + +date: 2006-12-05 23:27:16 +0100 + +%post pdfslide +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfslide +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfslide +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfslide-doc +Summary: Documentation for pdfslide +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pdfslide-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfslide-doc +Documentation for pdfslide + +%package pdfsync +Provides: tex-pdfsync = %{tl_version} +License: LPPL +Summary: Provide links between source and PDF +Version: svn20373.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pdfsync.sty) = %{tl_version} + +%description pdfsync +The package runs with pdfTeX or XeTeX, and creates an auxiliary +file with geometrical information to permit references back and +forth between source and PDF, assuming a conforming editor and +PDF viewer. + +date: 2010-11-08 21:04:31 +0100 + +%post pdfsync +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfsync +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfsync +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfsync-doc +Summary: Documentation for pdfsync +Version: svn20373.0 +Release: %{tl_noarch_release} +Provides: tex-pdfsync-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfsync-doc +Documentation for pdfsync + +%package pdfwin +Provides: tex-pdfwin = %{tl_version} +License: LPPL +Summary: pdfwin package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(keyval.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(truncate.sty) +Requires: tex(hyperref.sty) +Provides: tex(pdfwin.cfg) = %{tl_version} +Provides: tex(pdfwin.sty) = %{tl_version} + +%description pdfwin +pdfwin package + +%post pdfwin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfwin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfwin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfwin-doc +Summary: Documentation for pdfwin +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pdfwin-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfwin-doc +Documentation for pdfwin + +%package pdfx +Provides: tex-pdfx = %{tl_version} +License: LPPL +Summary: PDF/X-1a and PDF/A-1b support for pdfTeX +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xmpincl.sty) +Requires: tex(hyperref.sty) +Requires: tex(glyphtounicode.tex) +Provides: tex(glyphtounicode-cmr.tex) = %{tl_version} +Provides: tex(pdfx.sty) = %{tl_version} + +%description pdfx +The package helps LaTeX users to create PDF/X-1a and PFD/A-1b +compliant pdf documents with pdfTeX. + +date: 2009-05-04 11:07:03 +0200 + +%post pdfx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdfx-doc +Summary: Documentation for pdfx +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-pdfx-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfx-doc +Documentation for pdfx + +%package pecha +Provides: tex-pecha = %{tl_version} +License: GPL+ +Summary: Print Tibetan text in the classic pecha layout style +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(twoopt.sty) +Requires: tex(relsize.sty) +Requires: tex(calc.sty) +Requires: tex(ctib.sty) +Requires: tex(rotating.sty) +Requires: tex(times.sty) +Provides: tex(ctibmantra.sty) = %{tl_version} +Provides: tex(pecha.cls) = %{tl_version} + +%description pecha +The pecha class provides an environment for writing Tibetan on +LaTeX2e in the traditional Tibetan Pecha layout used for +spiritual or philosophical texts, using the cTib4TeX package by +Oliver Corff. It provides features like headers in different +languages, page numbering in Tibetan and more. + +date: 2006-10-13 13:00:52 +0200 + +%post pecha +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pecha +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pecha +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pecha-doc +Summary: Documentation for pecha +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-pecha-doc +BuildArch: noarch +AutoReqProv: No + +%description pecha-doc +Documentation for pecha + +%package perltex +Provides: tex-perltex = %{tl_version} +License: LPPL +Summary: Define LaTeX macros in terms of Perl code +Version: svn29752.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-perltex-bin +Provides: tex(perltex.sty) = %{tl_version} +Provides: tetex-perltex = %{tl_version} +Obsoletes: tetex-perltex < %{tl_version} + +%description perltex +PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e +package (perltex.sty) that, together, give the user the ability +to define LaTeX macros in terms of Perl code. Once defined, a +Perl macro becomes indistinguishable from any other LaTeX +macro. PerlTeX thereby combines LaTeX's typesetting power with +Perl's programmability. PerlTeX will make use of persistent +named pipes, and thereby run more efficiently, on operating +systems that offer them (mostly Unix-like systems). Also +provided is a switch to generate a PerlTeX-free, document- +specific, noperltex.sty that is useful when distributing a +document to places where PerlTeX is not available. + +date: 2012-06-12 18:08:23 +0200 + +%post perltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun perltex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans perltex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package perltex-doc +Summary: Documentation for perltex +Version: svn29752.2.1 +Release: %{tl_noarch_release} +Provides: tex-perltex-doc +BuildArch: noarch +AutoReqProv: No + +%description perltex-doc +Documentation for perltex + +%package perltex-bin +Summary: Binaries for perltex +Version: svn16181.0 +Requires: texlive-base +Requires: tex-perltex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description perltex-bin +Binaries for perltex + +%package permute +Provides: tex-permute = %{tl_version} +License: LPPL +Summary: Support for symmetric groups +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(permute.sty) = %{tl_version} + +%description permute +A package for symmetric groups, allowing you to input, output, +and calculate with them. + +date: 2007-01-12 23:55:10 +0100 + +%post permute +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun permute +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans permute +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package permute-doc +Summary: Documentation for permute +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-permute-doc +BuildArch: noarch +AutoReqProv: No + +%description permute-doc +Documentation for permute + +%package petiteannonce +Provides: tex-petiteannonce = %{tl_version} +License: LPPL +Summary: A class for small advertisements +Version: svn25915.1.0001 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(keyval.sty) +Provides: tex(petiteannonce.cls) = %{tl_version} + +%description petiteannonce +The class enables you to create the sort of adverts that you +pin on a noticeboard, with tear-off strips at the bottom where +you can place contact details. + +date: 2012-04-11 15:11:02 +0200 + +%post petiteannonce +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun petiteannonce +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans petiteannonce +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package petiteannonce-doc +Summary: Documentation for petiteannonce +Version: svn25915.1.0001 +Release: %{tl_noarch_release} +Provides: tex-petiteannonce-doc +BuildArch: noarch +AutoReqProv: No + +%description petiteannonce-doc +Documentation for petiteannonce + +%package philex +Provides: tex-philex = %{tl_version} +License: LPPL +Summary: Cross references for named and numbered environments +Version: svn27785.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Requires: tex(calc.sty) +Requires: tex(cgloss4e.sty) +Requires: tex(linguex.sty) +Provides: tex(philex.sty) = %{tl_version} + +%description philex +Philex provides means for creating and cross-referencing named +or numbered environments. Possible uses would be equations, +example sentences (as in linguistics or philosophy) or named +principles. Cross references may refer either to the number, or +to a short name of the target environment, or to the contents +of the environment. Philex builds on the facilities of the +linguex package. + +date: 2012-09-23 11:23:18 +0200 + +%post philex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun philex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package philex-doc +Summary: Documentation for philex +Version: svn27785.1.01 +Release: %{tl_noarch_release} +Provides: tex-philex-doc +BuildArch: noarch +AutoReqProv: No + +%description philex-doc +Documentation for philex + +%package photo +Provides: tex-photo = %{tl_version} +License: LPPL +Summary: A float environment for photographs +Version: svn18739.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(photo.sty) = %{tl_version} + +%description photo +This package introduces a new float type called photo which +works similar to the float types table and figure. Various +options exist for placing photos, captions, and a +"photographer" line. In twocolumn documents, a possibility +exists to generate double-column floats automatically if the +photo does not fit into one column. Photos do not have to be +placed as floats, they can also be placed as boxes, with +captions and photographer line still being available. + +date: 2006-12-02 15:26:11 +0100 + +%post photo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun photo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans photo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package photo-doc +Summary: Documentation for photo +Version: svn18739.0 +Release: %{tl_noarch_release} +Provides: tex-photo-doc +BuildArch: noarch +AutoReqProv: No + +%description photo-doc +Documentation for photo + +%package piff +Provides: tex-piff = %{tl_version} +License: Public Domain +Summary: Macro tools by Mike Piff +Version: svn21894.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsfonts.sty) +Provides: tex(duplicat.sty) = %{tl_version} +Provides: tex(newproof.sty) = %{tl_version} +Provides: tex(onepagem.sty) = %{tl_version} +Provides: tex(time.sty) = %{tl_version} + +%description piff +The set consists (now) of: - a small package for dealing with +duplicate-numbered output pages; - newproof, for defining +mathematical proof structures; - onepagem for omitting the page +number in one-page documents and - time, which prints a 12-hour +format time. + +date: 2010-12-08 08:17:08 +0100 + +%post piff +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun piff +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piff +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package piff-doc +Summary: Documentation for piff +Version: svn21894.0 +Release: %{tl_noarch_release} +Provides: tex-piff-doc +BuildArch: noarch +AutoReqProv: No + +%description piff-doc +Documentation for piff + +%package pittetd +Provides: tex-pittetd = %{tl_version} +License: LPPL +Summary: Electronic Theses and Dissertations at Pitt +Version: svn15878.1.618 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pitetd10.clo) = %{tl_version} +Provides: tex(pitetd11.clo) = %{tl_version} +Provides: tex(pitetd12.clo) = %{tl_version} +Provides: tex(pittetd.cls) = %{tl_version} + +%description pittetd +A document class for theses and dissertations. Provides patch +files that enable pittetd to use files prepared for use with +the pittdiss or pitthesis classes. The manual provides a +detailed guide for users who wish to use the class to prepare +their thesis or dissertation. + +date: 2008-09-11 18:37:35 +0200 + +%post pittetd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pittetd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pittetd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pittetd-doc +Summary: Documentation for pittetd +Version: svn15878.1.618 +Release: %{tl_noarch_release} +Provides: tex-pittetd-doc +BuildArch: noarch +AutoReqProv: No + +%description pittetd-doc +Documentation for pittetd + +%package plates +Provides: tex-plates = %{tl_version} +License: LPPL +Summary: Arrange for "plates" sections of documents +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(endplate.sty) = %{tl_version} +Provides: tex(plates.sty) = %{tl_version} + +%description plates +The plates package provides a simple facility for inserting +colour figures in a document when they should be gathered and +printed together as in a book's section of colour plates. The +package provides a plate environment that takes the place of +the figure environment for such colour images. + +date: 2007-01-08 00:37:16 +0100 + +%post plates +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plates +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plates +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plates-doc +Summary: Documentation for plates +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-plates-doc +BuildArch: noarch +AutoReqProv: No + +%description plates-doc +Documentation for plates + +%package plantslabels +Provides: tex-plantslabels = %{tl_version} +License: LPPL +Summary: Write labels for plants +Version: svn29803.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(labels.sty) +Requires: tex(graphicx.sty) +Provides: tex(plantslabels.sty) = %{tl_version} + +%description plantslabels +The package defines a command \plant, which has three mandatory +and seven optional argument. The package uses the labels + +date: 2012-06-08 17:19:18 +0200 + +%post plantslabels +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plantslabels +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plantslabels +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plantslabels-doc +Summary: Documentation for plantslabels +Version: svn29803.1.0 +Release: %{tl_noarch_release} +Provides: tex-plantslabels-doc +BuildArch: noarch +AutoReqProv: No + +%description plantslabels-doc +Documentation for plantslabels + +%package plweb +Provides: tex-plweb = %{tl_version} +License: Copyright only +Summary: Literate Programming for Prolog with LaTeX +Version: svn15878.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pcode.sty) = %{tl_version} +Provides: tex(pl.cfg) = %{tl_version} +Provides: tex(pl.sty) = %{tl_version} + +%description plweb +Instead of having to transform the common source into program +or documentation, the central idea was to develop a method to +have one common source which can be interpreted by a Prolog +system as well as by LaTeX, whether that Prolog system be C- +Prolog, Quintus-Prolog, or ECLiPSe. + +date: 2008-09-11 18:52:21 +0200 + +%post plweb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plweb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plweb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plweb-doc +Summary: Documentation for plweb +Version: svn15878.3.0 +Release: %{tl_noarch_release} +Provides: tex-plweb-doc +BuildArch: noarch +AutoReqProv: No + +%description plweb-doc +Documentation for plweb + +%package polynom +Provides: tex-polynom = %{tl_version} +License: LPPL +Summary: Macros for manipulating polynomials +Version: svn15878.0.17 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(polynom.sty) = %{tl_version} + +%description polynom +The polynom package implements macros for manipulating +polynomials, for example it can typeset long polynomial +divisions. The main test case and application is the polynomial +ring in one variable with rational coefficients. + +date: 2007-01-13 23:45:25 +0100 + +%post polynom +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun polynom +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polynom +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package polynom-doc +Summary: Documentation for polynom +Version: svn15878.0.17 +Release: %{tl_noarch_release} +Provides: tex-polynom-doc +BuildArch: noarch +AutoReqProv: No + +%description polynom-doc +Documentation for polynom + +%package polynomial +Provides: tex-polynomial = %{tl_version} +License: LPPL +Summary: Typeset (univariate) polynomials +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(polynomial.sty) = %{tl_version} + +%description polynomial +The package offers an easy way to write (univariate) +polynomials and rational functions. It defines two commands, +one for polynomials \polynomial{coeffs} and one for rational +functions \polynomialfrac{Numerator}{Denominator}. Both +commands take lists of coefficients as arguments, and offer +limited optional behaviour. + +date: 2008-08-23 00:06:02 +0200 + +%post polynomial +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun polynomial +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polynomial +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package polynomial-doc +Summary: Documentation for polynomial +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-polynomial-doc +BuildArch: noarch +AutoReqProv: No + +%description polynomial-doc +Documentation for polynomial + +%package polytable +Provides: tex-polytable = %{tl_version} +License: LPPL +Summary: Tabular-like environments with named columns +Version: svn20331.0.8.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(lazylist.sty) +Requires: tex(array.sty) +Provides: tex(polytable.sty) = %{tl_version} + +%description polytable +This package implements a variant of tabular-like environments +where columns can be given a name and entries can flexibly be +placed between arbitrary columns. Complex alignment-based +layouts, for example for program code, are possible. + +date: 2010-11-05 12:43:21 +0100 + +%post polytable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun polytable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polytable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package polytable-doc +Summary: Documentation for polytable +Version: svn20331.0.8.2 +Release: %{tl_noarch_release} +Provides: tex-polytable-doc +BuildArch: noarch +AutoReqProv: No + +%description polytable-doc +Documentation for polytable + +%package postcards +Provides: tex-postcards = %{tl_version} +License: LPPL +Summary: Facilitates mass-mailing of postcards (junkmail) +Version: svn21641.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(envlab.sty) +Requires: tex(mailing.sty) +Provides: tex(postcards.cls) = %{tl_version} + +%description postcards +A modification of the standard LaTeX letter class which prints +multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard +size) via the envlab and mailing packages. An address database +is employed to address the front side of each postcard and a +message is printed on the back side of all. An illustrative +example is provided. + +date: 2009-01-23 15:11:09 +0100 + +%post postcards +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun postcards +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans postcards +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package postcards-doc +Summary: Documentation for postcards +Version: svn21641.0 +Release: %{tl_noarch_release} +Provides: tex-postcards-doc +BuildArch: noarch +AutoReqProv: No + +%description postcards-doc +Documentation for postcards + +%package poster-mac +Provides: tex-poster-mac = %{tl_version} +License: LPPL +Summary: Make posters and banners with TeX +Version: svn18305.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(poster.sty) = %{tl_version} +Provides: tex(poster.tex) = %{tl_version} + +%description poster-mac +The package offers macros for making posters and banners with +TeX. It is compatible with most TeX macro formats, including +Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a +poster as huge box, which is then distributed over as many +printer pages as necessary. The only special requirement is +that your printer not be bothered by text that lies off the +page. This is true of most printers, including laser printers +and PostScript printers. + +date: 2010-05-15 22:56:34 +0200 + +%post poster-mac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun poster-mac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poster-mac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package poster-mac-doc +Summary: Documentation for poster-mac +Version: svn18305.1.1 +Release: %{tl_noarch_release} +Provides: tex-poster-mac-doc +BuildArch: noarch +AutoReqProv: No + +%description poster-mac-doc +Documentation for poster-mac + +%package ppr-prv +Provides: tex-ppr-prv = %{tl_version} +License: LPPL +Summary: Prosper preview +Version: svn15878.0.13c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(textcomp.sty) +Requires: tex(graphicx.sty) +Requires: tex(geometry.sty) +Requires: tex(keyval.sty) +Requires: tex(ifpdf.sty) +Requires: tex(hyperref.sty) +Requires: tex(float.sty) +Provides: tex(HAP-ppr-prv.def) = %{tl_version} +Provides: tex(ppr-prv.cls) = %{tl_version} + +%description ppr-prv +This class is used with LaTeX presentations using the prosper +class. ppr-prv stands for 'Prosper Preview'. The aim of this +class is to produce a printable version of the slides written +with Prosper, with two slides per page. + +date: 2007-01-13 23:45:25 +0100 + +%post ppr-prv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ppr-prv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ppr-prv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ppr-prv-doc +Summary: Documentation for ppr-prv +Version: svn15878.0.13c +Release: %{tl_noarch_release} +Provides: tex-ppr-prv-doc +BuildArch: noarch +AutoReqProv: No + +%description ppr-prv-doc +Documentation for ppr-prv + +%package preprint +Provides: tex-preprint = %{tl_version} +License: Public Domain +Summary: A bundle of packages provided "as is" +Version: svn30447.2011 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(authblk.sty) = %{tl_version} +Provides: tex(balance.sty) = %{tl_version} +Provides: tex(figcaps.sty) = %{tl_version} +Provides: tex(fullpage.sty) = %{tl_version} +Provides: tex(sublabel.sty) = %{tl_version} + +%description preprint +The bundle comprises: - authblk, which permits footnote style +author/affiliation input in the \author command, - balance, to +balance the end of \twocolumn pages, - figcaps, to send figure +captions, etc., to end document, - fullpage, to set narrow page +margins and set a fixed page style, and - sublabel, which +permits counters to be subnumbered. + +date: 2013-05-13 11:38:32 +0200 + +%post preprint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun preprint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans preprint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package preprint-doc +Summary: Documentation for preprint +Version: svn30447.2011 +Release: %{tl_noarch_release} +Provides: tex-preprint-doc +BuildArch: noarch +AutoReqProv: No + +%description preprint-doc +Documentation for preprint + +%package prettyref +Provides: tex-prettyref = %{tl_version} +License: Public Domain +Summary: Make label references "self-identify" +Version: svn15878.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(prettyref.sty) = %{tl_version} + +%description prettyref +Prettyref provides a command \newrefformat, which specifies the +way in which a reference is typeset, according to a label +"identification". The identification is set in the \label +command, by using prefixed label names; so instead of +\label{mysection}, one uses \label{sec:mysection}, and +prettyref interprets the "sec:" part. The package is compatible +with hyperref and with other packages. + +date: 2008-11-06 09:26:54 +0100 + +%post prettyref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun prettyref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prettyref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package prettyref-doc +Summary: Documentation for prettyref +Version: svn15878.3.0 +Release: %{tl_noarch_release} +Provides: tex-prettyref-doc +BuildArch: noarch +AutoReqProv: No + +%description prettyref-doc +Documentation for prettyref + +%package printlen +Provides: tex-printlen = %{tl_version} +License: LPPL +Summary: Print lengths using specified units +Version: svn19847.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(printlen.sty) = %{tl_version} + +%description printlen +\printlength{length} prints the value of a LaTeX length in the +units specified by \uselengthunit{unit} ('unit' may be any TeX +length unit except for scaled point, viz., any of: pt, pc, in, +mm, cm, bp, dd or cc). When the unit is pt, the printed length +value will include any stretch or shrink; otherwise these are +not printed. The 'unit' argument may also be PT, in which case +length values will be printed in point units but without any +stretch or shrink values. + +date: 2010-09-22 14:58:28 +0200 + +%post printlen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun printlen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans printlen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package printlen-doc +Summary: Documentation for printlen +Version: svn19847.1.1a +Release: %{tl_noarch_release} +Provides: tex-printlen-doc +BuildArch: noarch +AutoReqProv: No + +%description printlen-doc +Documentation for printlen + +%package probsoln +Provides: tex-probsoln = %{tl_version} +License: LPPL +Summary: Generate problem sheets and their solution sheets +Version: svn29371.3.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xkeyval.sty) +Provides: tex(probsoln.sty) = %{tl_version} + +%description probsoln +The package is designed for lecturers who have to generate new +problem sheets for their students on a regular basis (e.g. +yearly) by randomly selecting a specified number of problems +defined in another file. The package allows you easily to +generate a new problem sheet that is different from the +previous year, thus alleviating the temptation of students to +seek out the previous year's students and checking out their +answers. The solutions to the problems can be defined along +with the problem, making it easy to generate the solution sheet +from the same source code; problems may be reused within a +document, so that solutions may appear in a different section +of the same document as the problems they cover. + +date: 2012-11-17 10:29:25 +0100 + +%post probsoln +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun probsoln +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans probsoln +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package probsoln-doc +Summary: Documentation for probsoln +Version: svn29371.3.02 +Release: %{tl_noarch_release} +Provides: tex-probsoln-doc +BuildArch: noarch +AutoReqProv: No + +%description probsoln-doc +Documentation for probsoln + +%package program +Provides: tex-program = %{tl_version} +License: GPLv3+ +Summary: Typesetting programs and algorithms +Version: svn20022.3.3.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(program.sty) = %{tl_version} + +%description program +The main offering is a program environment; a programbox +environment is available for fragments that must not break with +the pages. + +date: 2010-10-07 12:36:42 +0200 + +%post program +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun program +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans program +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package program-doc +Summary: Documentation for program +Version: svn20022.3.3.12 +Release: %{tl_noarch_release} +Provides: tex-program-doc +BuildArch: noarch +AutoReqProv: No + +%description program-doc +Documentation for program + +%package progress +Provides: tex-progress = %{tl_version} +License: LPPL +Summary: Creates an overview of a document's state +Version: svn19519.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(progress.sty) = %{tl_version} + +%description progress +Progress is a package which. when compiling TeX and LaTeX +documents, generates a HTML file showing an overview of a +document's state (of how finished it is). The report is sent to +file \ProgressReportName, which is by default the \jobname with +the date appended (but is user-modifiable). + +date: 2007-01-06 21:10:04 +0100 + +%post progress +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun progress +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans progress +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package progress-doc +Summary: Documentation for progress +Version: svn19519.1.10 +Release: %{tl_noarch_release} +Provides: tex-progress-doc +BuildArch: noarch +AutoReqProv: No + +%description progress-doc +Documentation for progress + +%package progressbar +Provides: tex-progressbar = %{tl_version} +License: LPPL +Summary: Visualize shares of total amounts in the form of a (progress-)bar +Version: svn28753.v1.0b_3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(tikz.sty) +Requires: tex(kvoptions.sty) +Requires: tex(kvsetkeys.sty) +Provides: tex(progressbar.sty) = %{tl_version} + +%description progressbar +This package allows you to easily visualize shares of total +amounts in the form of a bar. So basically you can convert any +number between 0 and 1 to a progressbar using the command +\progressbar{<number>}. Also a lot of customizations are +possible, allowing you to create an unique progressbar on your +own. The package uses TikZ to produce its graphics. + +date: 2013-01-06 18:12:17 +0100 + +%post progressbar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun progressbar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans progressbar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package progressbar-doc +Summary: Documentation for progressbar +Version: svn28753.v1.0b_3 +Release: %{tl_noarch_release} +Provides: tex-progressbar-doc +BuildArch: noarch +AutoReqProv: No + +%description progressbar-doc +Documentation for progressbar + +%package properties +Provides: tex-properties = %{tl_version} +License: LPPL +Summary: Load properties from a file +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(datatool.sty) +Provides: tex(properties.sty) = %{tl_version} + +%description properties +The package loads properties (key, value) from a properties +file, e.g. \jobname.properties. + +date: 2009-11-10 09:17:41 +0100 + +%post properties +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun properties +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans properties +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package properties-doc +Summary: Documentation for properties +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-properties-doc +BuildArch: noarch +AutoReqProv: No + +%description properties-doc +Documentation for properties + +%package prosper +Provides: tex-prosper = %{tl_version} +License: LPPL 1.2 +Summary: LaTeX class for high quality slides +Version: svn15878.1.0h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(pst-grad.sty) +Requires: tex(semhelv.sty) +Requires: tex(times.sty) +Requires: tex(palatino.sty) +Requires: tex(mathpazo.sty) +Requires: tex(pst-slpe.sty) +Requires: tex(multido.sty) +Requires: tex(ifthen.sty) +Requires: tex(fp.sty) +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Provides: tex(PPRalcatel.sty) = %{tl_version} +Provides: tex(PPRalienglow.sty) = %{tl_version} +Provides: tex(PPRautumn.sty) = %{tl_version} +Provides: tex(PPRazure.sty) = %{tl_version} +Provides: tex(PPRblends.sty) = %{tl_version} +Provides: tex(PPRcapsules.sty) = %{tl_version} +Provides: tex(PPRcontemporain.sty) = %{tl_version} +Provides: tex(PPRcorners.sty) = %{tl_version} +Provides: tex(PPRdarkblue.sty) = %{tl_version} +Provides: tex(PPRdefault.sty) = %{tl_version} +Provides: tex(PPRframes.sty) = %{tl_version} +Provides: tex(PPRfyma.sty) = %{tl_version} +Provides: tex(PPRgyom.sty) = %{tl_version} +Provides: tex(PPRlignesbleues.sty) = %{tl_version} +Provides: tex(PPRmancini.sty) = %{tl_version} +Provides: tex(PPRnuancegris.sty) = %{tl_version} +Provides: tex(PPRprettybox.sty) = %{tl_version} +Provides: tex(PPRrico.sty) = %{tl_version} +Provides: tex(PPRserpaggi.sty) = %{tl_version} +Provides: tex(PPRthomasd.sty) = %{tl_version} +Provides: tex(PPRtroispoints.sty) = %{tl_version} +Provides: tex(PPRwhitecross.sty) = %{tl_version} +Provides: tex(PPRwinter.sty) = %{tl_version} +Provides: tex(PPRwj.sty) = %{tl_version} +Provides: tex(prosper.cls) = %{tl_version} +Provides: tetex-prosper = %{tl_version} +Obsoletes: tetex-prosper < %{tl_version} + +%description prosper +Prosper is a LaTeX class for writing transparencies. It is +written as an extension of the seminar class by Timothy Van +Zandt. Prosper offers a friendly environment for creating +slides for both presentations with an overhead projector and a +video projector. Slides prepared for a presentation with a +computer and a video projector may integrate animation effects, +incremental display, and so on. Various visual styles are +supported (including some that mimic PowerPoint) and others are +being contributed. + +date: 2010-05-17 14:53:01 +0200 + +%post prosper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun prosper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prosper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package prosper-doc +Summary: Documentation for prosper +Version: svn15878.1.0h +Release: %{tl_noarch_release} +Provides: tex-prosper-doc +BuildArch: noarch +AutoReqProv: No + +%description prosper-doc +Documentation for prosper + +%package protex +Provides: tex-protex = %{tl_version} +License: LPPL +Summary: Literate programming package +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(AlProTex.sty) = %{tl_version} +Provides: tex(ProTex.sty) = %{tl_version} + +%description protex +ProTeX is a simple but powerful literate programming tool, +which is designed to generate useful hypertext output (either +PDF, or HTML using TeX4ht). + +date: 2008-09-16 21:39:08 +0200 + +%post protex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun protex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans protex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package protex-doc +Summary: Documentation for protex +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-protex-doc +BuildArch: noarch +AutoReqProv: No + +%description protex-doc +Documentation for protex + +%package protocol +Provides: tex-protocol = %{tl_version} +License: LPPL 1.3 +Summary: A class for minutes of meetings +Version: svn25562.1.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(protocol.cls) = %{tl_version} + +%description protocol +The present version of the class supports German meeting +minutes including vote results and action items. The author has +ambitions to internationalise the code, and would welcome +support in the work. + +date: 2012-03-03 18:35:38 +0100 + +%post protocol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun protocol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans protocol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package protocol-doc +Summary: Documentation for protocol +Version: svn25562.1.13 +Release: %{tl_noarch_release} +Provides: tex-protocol-doc +BuildArch: noarch +AutoReqProv: No + +%description protocol-doc +Documentation for protocol + +%package psfragx +Provides: tex-psfragx = %{tl_version} +License: LPPL +Summary: A psfrag eXtension +Version: svn26243.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(psfrag.sty) +Requires: tex(overpic.sty) +Provides: tex(psfragx.cfg) = %{tl_version} +Provides: tex(psfragx.sty) = %{tl_version} + +%description psfragx +PSfragX offers a mechanism to embed \psfrag commands, as +provided by the psfrag package, into the EPS file itself. Each +time a graphic is included, the EPS file is scanned. If some +tagged lines are found, they are used to define the psfrag +replacements that should be performed automatically. In +addition, a similar mechanism holds for overpic objects. These +are picture objects superimposed on the included graphic. A +similar mechanism is implemented in psfrag itself (but +deprecated in the documentation), but psfragx offers much more +flexibility. For example, if babel is used, it is possible to +define different replacements corresponding to different +languages. The replacements to take into account will be +selected on the basis of the current language of the document. +A Matlab script (LaPrint) is provided, to export an EPS file +with psfragx annotations ready embedded. + +date: 2012-05-07 20:30:54 +0200 + +%post psfragx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psfragx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psfragx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psfragx-doc +Summary: Documentation for psfragx +Version: svn26243.1.1 +Release: %{tl_noarch_release} +Provides: tex-psfragx-doc +BuildArch: noarch +AutoReqProv: No + +%description psfragx-doc +Documentation for psfragx + +%package pst-pdf +Provides: tex-pst-pdf = %{tl_version} +License: LPPL +Summary: Make PDF versions of graphics by processing between runs +Version: svn29349.1.1v +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(pstricks.sty) +Requires: tex(environ.sty) +Provides: tex(pst-pdf.sty) = %{tl_version} + +%description pst-pdf +The package pst-pdf simplifies the use of graphics from +PSTricks and other PostScript code in PDF documents. As in +building a bibliography with BibTEX, additional external +programmes are invoked. In this case they are used to create a +PDF file (\PDFcontainer) that will contain all the graphics +material. In the final document these contents will be inserted +instead of the original PostScript code. The package works with +pstricks and requires a recent version of the preview package. + +date: 2012-06-18 13:20:48 +0200 + +%post pst-pdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-pdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-pdf-doc +Summary: Documentation for pst-pdf +Version: svn29349.1.1v +Release: %{tl_noarch_release} +Provides: tex-pst-pdf-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-pdf-doc +Documentation for pst-pdf + +%package pstool +Provides: tex-pstool = %{tl_version} +License: LPPL +Summary: Support for psfrag within pdfLaTeX +Version: svn29343.1.5a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catchfile.sty) +Requires: tex(color.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifplatform.sty) +Requires: tex(filemod.sty) +Requires: tex(graphicx.sty) +Requires: tex(psfrag.sty) +Requires: tex(suffix.sty) +Requires: tex(trimspaces.sty) +Requires: tex(xkeyval.sty) +Requires: tex(expl3.sty) +Provides: tex(pstool.sty) = %{tl_version} + +%description pstool +The package works in the same sort of way as pst-pdf, but it +also processes the PostScript graphics with psfrag to add +labels within the graphic, before conversion. Thus the bundle +replaces two steps of an ordinary workflow. (Naturally, the +package requires that \write 18 is enabled.) Pstool ensures +that each version of each graphic is compiled once only (the +graphic is (re-)compiled only if it has changed since the +previous compilation of the document). This drastically speeds +up the running of the package in the typical case (though the +first run of any document is inevitably just as slow as with +any similar package). + +date: 2013-03-11 10:36:18 +0100 + +%post pstool +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pstool +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstool +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pstool-doc +Summary: Documentation for pstool +Version: svn29343.1.5a +Release: %{tl_noarch_release} +Provides: tex-pstool-doc +BuildArch: noarch +AutoReqProv: No + +%description pstool-doc +Documentation for pstool + +%package pxgreeks +Provides: tex-pxgreeks = %{tl_version} +License: LPPL 1.3 +Summary: Shape selection for PX fonts Greek letters +Version: svn21838.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pxfonts.sty) +Provides: tex(pxgreeks.sty) = %{tl_version} + +%description pxgreeks +The package allows LaTeX users who use the PX fonts to select +the shapes (italic or upright) for the Greek lowercase and +uppercase letters. Once the shapes for lowercase and uppercase +have been selected via a package option, the \other prefix +(e.g., \otheralpha) allows using the alternate glyph (as in the +fourier package). The pxgreeks package does not constrain the +text font that may be used in the document. + +date: 2011-03-18 12:27:11 +0100 + +%post pxgreeks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pxgreeks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxgreeks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pxgreeks-doc +Summary: Documentation for pxgreeks +Version: svn21838.1.0 +Release: %{tl_noarch_release} +Provides: tex-pxgreeks-doc +BuildArch: noarch +AutoReqProv: No + +%description pxgreeks-doc +Documentation for pxgreeks + +%package python +Provides: tex-python = %{tl_version} +License: GPL+ +Summary: Embed Python code in LaTeX +Version: svn27064.0.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(python.sty) = %{tl_version} + +%description python +The package enables you to embed Python code in LaTeX, and +insert the script's output in the document. + +date: 2012-07-03 11:28:15 +0200 + +%post python +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun python +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans python +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package python-doc +Summary: Documentation for python +Version: svn27064.0.21 +Release: %{tl_noarch_release} +Provides: tex-python-doc +BuildArch: noarch +AutoReqProv: No + +%description python-doc +Documentation for python + +%package qcm +Provides: tex-qcm = %{tl_version} +License: LPPL +Summary: A LaTeX2e class for making multiple choice questionnaires +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(verbatim.sty) +Requires: tex(tabularx.sty) +Provides: tex(qcm.cls) = %{tl_version} +Provides: tex(qcm.sty) = %{tl_version} + +%description qcm +QCM is a package for making multiple choices questionnaires +under LaTeX2e ("QCM" is the French acronym for this style of +test). A special environment allows you to define questions and +possible answers. You can specify which answers are correct and +which are not. QCM not only formats the questions for you, but +also generates a 'form' (a grid that your students will have to +fill in), and a 'mask' (the same grid, only with correct +answers properly checked in). You can then print the mask on a +slide and correct the questionnaires more easily by +superimposing the mask on top of students' forms. QCM can also +typeset exam corrections automatically, and comes with support +for AUC-TeX. + +date: 2009-03-26 15:47:40 +0100 + +%post qcm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qcm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qcm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qcm-doc +Summary: Documentation for qcm +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-qcm-doc +BuildArch: noarch +AutoReqProv: No + +%description qcm-doc +Documentation for qcm + +%package quoting +Provides: tex-quoting = %{tl_version} +License: LPPL 1.3 +Summary: Consolidated environment for displayed text +Version: svn25474.v0.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(kvoptions.sty) +Provides: tex(quoting.sty) = %{tl_version} + +%description quoting +As an alternative to the LaTeX standard environments quotation +and quote, the package provides a consolidated environment for +displayed text. First-line indentation may be activated by +adding a blank line before the quoting environment. A key-value +interface (using kvoptions) allows the user to configure font +properties and spacing and to control orphans within and after +the environment. + +date: 2012-02-22 10:43:42 +0100 + +%post quoting +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun quoting +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quoting +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package quoting-doc +Summary: Documentation for quoting +Version: svn25474.v0.1b +Release: %{tl_noarch_release} +Provides: tex-quoting-doc +BuildArch: noarch +AutoReqProv: No + +%description quoting-doc +Documentation for quoting + +%package qstest +Provides: tex-qstest = %{tl_version} +License: LPPL +Summary: Bundle for unit tests and pattern matching +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(makematch.sty) = %{tl_version} +Provides: tex(qstest.sty) = %{tl_version} + +%description qstest +This is the public release of the qstest bundle (written for +DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle +contains the packages 'makematch' for matching patterns to +targets (with a generalization in the form of pattern lists and +keyword lists), and 'qstest' for performing unit tests, +allowing the user to run a number of logged tests ensuring the +consistency of values, properties and call sequences during +execution of test code. Both packages make extensive use of in +their package documentation, providing illustrated examples +that are automatically verified to work as expected. Check the +README file for details. + +date: 2008-08-24 10:50:19 +0200 + +%post qstest +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qstest +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qstest +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qstest-doc +Summary: Documentation for qstest +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-qstest-doc +BuildArch: noarch +AutoReqProv: No + +%description qstest-doc +Documentation for qstest + +%package qsymbols +Provides: tex-qsymbols = %{tl_version} +License: GPL+ +Summary: Maths symbol abbreviations +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(amsbsy.sty) +Requires: tex(stmaryrd.sty) +Requires: tex(xy.sty) +Provides: tex(qsymbols.sty) = %{tl_version} + +%description qsymbols +Provides macros for defining systematic mnemonic abbreviations, +starting with ` for math symbols and \" for arrows, using +standard symbols as well as those from the amsfonts bundle and +the stmaryrd package. + +date: 2009-06-25 00:34:53 +0200 + +%post qsymbols +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun qsymbols +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qsymbols +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package qsymbols-doc +Summary: Documentation for qsymbols +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-qsymbols-doc +BuildArch: noarch +AutoReqProv: No + +%description qsymbols-doc +Documentation for qsymbols + +%package quotchap +Provides: tex-quotchap = %{tl_version} +License: GPL+ +Summary: Decorative chapter headings +Version: svn28046.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(quotchap.sty) = %{tl_version} + +%description quotchap +A package for creating decorative chapter headings with +quotations. Uses graphical and coloured output and by default +needs the "Adobe standard font set" (as supported by psnfss). + +date: 2012-10-20 22:28:24 +0200 + +%post quotchap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun quotchap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quotchap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package quotchap-doc +Summary: Documentation for quotchap +Version: svn28046.1.1 +Release: %{tl_noarch_release} +Provides: tex-quotchap-doc +BuildArch: noarch +AutoReqProv: No + +%description quotchap-doc +Documentation for quotchap + +%package quotmark +Provides: tex-quotmark = %{tl_version} +License: LPPL +Summary: Consistent quote marks +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(quotmark-UKenglish.def) = %{tl_version} +Provides: tex(quotmark-USenglish.def) = %{tl_version} +Provides: tex(quotmark-afrikaans.def) = %{tl_version} +Provides: tex(quotmark-brazil.def) = %{tl_version} +Provides: tex(quotmark-bulgarian.def) = %{tl_version} +Provides: tex(quotmark-catalan.def) = %{tl_version} +Provides: tex(quotmark-croatian.def) = %{tl_version} +Provides: tex(quotmark-czech.def) = %{tl_version} +Provides: tex(quotmark-danish.def) = %{tl_version} +Provides: tex(quotmark-dutch.def) = %{tl_version} +Provides: tex(quotmark-estonian.def) = %{tl_version} +Provides: tex(quotmark-finnish.def) = %{tl_version} +Provides: tex(quotmark-frenchb.def) = %{tl_version} +Provides: tex(quotmark-germanb.def) = %{tl_version} +Provides: tex(quotmark-greek.def) = %{tl_version} +Provides: tex(quotmark-hebrew.def) = %{tl_version} +Provides: tex(quotmark-icelandic.def) = %{tl_version} +Provides: tex(quotmark-irish.def) = %{tl_version} +Provides: tex(quotmark-italian.def) = %{tl_version} +Provides: tex(quotmark-magyar.def) = %{tl_version} +Provides: tex(quotmark-ngermanb.def) = %{tl_version} +Provides: tex(quotmark-norsk.def) = %{tl_version} +Provides: tex(quotmark-polish.def) = %{tl_version} +Provides: tex(quotmark-portuges.def) = %{tl_version} +Provides: tex(quotmark-romanian.def) = %{tl_version} +Provides: tex(quotmark-russianb.def) = %{tl_version} +Provides: tex(quotmark-serbian.def) = %{tl_version} +Provides: tex(quotmark-slovak.def) = %{tl_version} +Provides: tex(quotmark-slovene.def) = %{tl_version} +Provides: tex(quotmark-sorbian.def) = %{tl_version} +Provides: tex(quotmark-spanish.def) = %{tl_version} +Provides: tex(quotmark-swedish.def) = %{tl_version} +Provides: tex(quotmark-swiss.def) = %{tl_version} +Provides: tex(quotmark-turkish.def) = %{tl_version} +Provides: tex(quotmark-ukraineb.def) = %{tl_version} +Provides: tex(quotmark-welsh.def) = %{tl_version} +Provides: tex(quotmark.sty) = %{tl_version} + +%description quotmark +The package provides a means of ensuring consistent quote marks +throughout your document. The style can be changed either via +package option or command. The package detects if babel or +ngerman have been loaded, and will use the punctuation marks +appropriate for the current language. + +date: 2008-08-24 10:50:19 +0200 + +%post quotmark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun quotmark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quotmark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package quotmark-doc +Summary: Documentation for quotmark +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-quotmark-doc +BuildArch: noarch +AutoReqProv: No + +%description quotmark-doc +Documentation for quotmark + +%package ran_toks +Provides: tex-ran_toks = %{tl_version} +License: LPPL +Summary: ran_toks package +Version: svn28361.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Requires: tex(random.tex) +Provides: tex(ran_toks.sty) = %{tl_version} + +%description ran_toks +ran_toks package + +%post ran_toks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ran_toks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ran_toks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ran_toks-doc +Summary: Documentation for ran_toks +Version: svn28361.0 +Release: %{tl_noarch_release} +Provides: tex-ran_toks-doc +BuildArch: noarch +AutoReqProv: No + +%description ran_toks-doc +Documentation for ran_toks + +%package randtext +Provides: tex-randtext = %{tl_version} +License: LPPL +Summary: Randomise the order of characters in strings +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(random.tex) +Provides: tex(randtext.sty) = %{tl_version} + +%description randtext +The package provides a single macro \randomize{TEXT} that +typesets the characters of TEXT in random order, such that the +resulting output appears correct, but most automated attempts +to read the file will misunderstand it. This function allows +one to include an email address in a TeX document and publish +it online without fear of email address harvesters or spammers +easily picking up the address. + +date: 2007-02-26 00:17:56 +0100 + +%post randtext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun randtext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randtext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package randtext-doc +Summary: Documentation for randtext +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-randtext-doc +BuildArch: noarch +AutoReqProv: No + +%description randtext-doc +Documentation for randtext + +%package rccol +Provides: tex-rccol = %{tl_version} +License: LPPL +Summary: Decimal-centered optionally rounded numbers in tabular +Version: svn15878.1.2c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(fltpoint.sty) +Provides: tex(rccol.sty) = %{tl_version} + +%description rccol +The rccol package provides decimal-centered numbers: +corresponding digits and decimal separators aligned. +Furthermore, rounding to the desired precision is possible. The +package makes use of the fltpoint package (as well as the LaTeX +required array package). + +date: 2008-04-20 19:53:04 +0200 + +%post rccol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rccol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rccol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rccol-doc +Summary: Documentation for rccol +Version: svn15878.1.2c +Release: %{tl_noarch_release} +Provides: tex-rccol-doc +BuildArch: noarch +AutoReqProv: No + +%description rccol-doc +Documentation for rccol + +%package rcs-multi +Provides: tex-rcs-multi = %{tl_version} +License: LPPL +Summary: Typeset RCS version control in multiple-file documents +Version: svn21939.0.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rcs-multi.sty) = %{tl_version} + +%description rcs-multi +The package enables the user to typeset version control +information provided by RCS keywords (e.g., $ID: ... $) in +LaTeX documents that contain multiple TeX files. The package is +based on the author's svn-multi package. + +date: 2011-04-03 16:27:03 +0200 + +%post rcs-multi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rcs-multi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcs-multi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rcs-multi-doc +Summary: Documentation for rcs-multi +Version: svn21939.0.1a +Release: %{tl_noarch_release} +Provides: tex-rcs-multi-doc +BuildArch: noarch +AutoReqProv: No + +%description rcs-multi-doc +Documentation for rcs-multi + +%package rcsinfo +Provides: tex-rcsinfo = %{tl_version} +License: LPPL +Summary: Support for the revision control system +Version: svn15878.1.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyheadings.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(scrpage2.sty) +Provides: tex(rcsinfo.cfg) = %{tl_version} +Provides: tex(rcsinfo.sty) = %{tl_version} + +%description rcsinfo +A package to extract RCS (Revision Control System) information +and use it in a LaTeX document. For users of LaTeX2HTML +rcsinfo.perl is included. + +date: 2007-01-06 10:07:33 +0100 + +%post rcsinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rcsinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcsinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rcsinfo-doc +Summary: Documentation for rcsinfo +Version: svn15878.1.11 +Release: %{tl_noarch_release} +Provides: tex-rcsinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description rcsinfo-doc +Documentation for rcsinfo + +%package readarray +Provides: tex-readarray = %{tl_version} +License: LPPL 1.3 +Summary: Read, store and recall array-formatted data +Version: svn30489.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(readarray.sty) = %{tl_version} + +%description readarray +The package allows the user to input formatted data into +elements of a 2-D or 3-D array and to recall that data at will +by individual cell number. The data can be but need not be +numerical in nature. It can be, for example, formatted text. +While the package can be used for any application where indexed +data is called for, the package proves particularly useful when +elements of multiple arrays must be recallable and dynamically +combined at time of compilation, rather than in advance. + +date: 2013-05-15 00:25:13 +0200 + +%post readarray +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun readarray +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans readarray +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package readarray-doc +Summary: Documentation for readarray +Version: svn30489.1.2 +Release: %{tl_noarch_release} +Provides: tex-readarray-doc +BuildArch: noarch +AutoReqProv: No + +%description readarray-doc +Documentation for readarray + +%package realboxes +Provides: tex-realboxes = %{tl_version} +License: LPPL 1.3 +Summary: Variants of common box-commands that read their content as real box and not as macro argument +Version: svn23581.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(collectbox.sty) +Requires: tex(adjcalc.sty) +Requires: tex(calc.sty) +Requires: tex(fancybox.sty) +Requires: tex(xcolor.sty) +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(graphics.sty) +Requires: tex(dashbox.sty) +Provides: tex(realboxes.sty) = %{tl_version} + +%description realboxes +The package uses the author's package collectbox to define +variants of common box related macros which read the content as +real box and not as macro argument. This enables the use of +verbatim or other special material as part of this content. The +provided macros have the same names as the original versions +but start with an upper-case letter instead. The "long-form" +macros, like \Makebox, can also be used as environments, but +not the "short-form" macros, like \Mbox. However, normally the +long form uses the short form anyway when no optional arguments +are used. + +date: 2011-08-16 10:35:18 +0200 + +%post realboxes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun realboxes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans realboxes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package realboxes-doc +Summary: Documentation for realboxes +Version: svn23581.0.2 +Release: %{tl_noarch_release} +Provides: tex-realboxes-doc +BuildArch: noarch +AutoReqProv: No + +%description realboxes-doc +Documentation for realboxes + +%package recipe +Provides: tex-recipe = %{tl_version} +License: Public Domain +Summary: A LaTeX class to typeset recipes +Version: svn15878.0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(recipe.cls) = %{tl_version} + +%description recipe +The layout design is relative straightforward (and traditional: +see 'sample output' under 'documentation'); the class needs +access to Bookman, and to BrushScript-Italic fonts. + +date: 2008-09-11 15:08:12 +0200 + +%post recipe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun recipe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recipe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package recipe-doc +Summary: Documentation for recipe +Version: svn15878.0.9 +Release: %{tl_noarch_release} +Provides: tex-recipe-doc +BuildArch: noarch +AutoReqProv: No + +%description recipe-doc +Documentation for recipe + +%package recipecard +Provides: tex-recipecard = %{tl_version} +License: LPPL +Summary: Typeset recipes in note-card-sized boxes +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(boxedminipage.sty) +Requires: tex(geometry.sty) +Provides: tex(recipecard.cls) = %{tl_version} + +%description recipecard +The recipecard class typesets recipes into note card sized +boxes that can then be cut out and pasted on to note cards. The +recipe then looks elegant and fits in the box of recipes. + +date: 2008-08-24 10:50:19 +0200 + +%post recipecard +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun recipecard +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recipecard +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package recipecard-doc +Summary: Documentation for recipecard +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-recipecard-doc +BuildArch: noarch +AutoReqProv: No + +%description recipecard-doc +Documentation for recipecard + +%package rectopma +Provides: tex-rectopma = %{tl_version} +License: LPPL +Summary: Recycle top matter +Version: svn19980.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rectopma.sty) = %{tl_version} + +%description rectopma +Saves the arguments of \author and \title for reference (after +\maketitle) in a document. (\maketitle simply disposes of the +information, in the standard classes and some others.) + +date: 2010-10-02 17:24:09 +0200 + +%post rectopma +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rectopma +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rectopma +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rectopma-doc +Summary: Documentation for rectopma +Version: svn19980.0 +Release: %{tl_noarch_release} +Provides: tex-rectopma-doc +BuildArch: noarch +AutoReqProv: No + +%description rectopma-doc +Documentation for rectopma + +%package refcheck +Provides: tex-refcheck = %{tl_version} +License: GPL+ +Summary: Check references (in figures, table, equations, etc) +Version: svn29128.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(refcheck.sty) = %{tl_version} + +%description refcheck +The package checks references in a document, looking for +numbered but unlabelled equations, for labels which are not +used in the text, for unused bibliography references. It can +also display label names in text near corresponding numbers of +equations and/or bibliography references. + +date: 2012-06-26 13:14:08 +0200 + +%post refcheck +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun refcheck +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refcheck +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package refcheck-doc +Summary: Documentation for refcheck +Version: svn29128.1.7 +Release: %{tl_noarch_release} +Provides: tex-refcheck-doc +BuildArch: noarch +AutoReqProv: No + +%description refcheck-doc +Documentation for refcheck + +%package refman +Provides: tex-refman = %{tl_version} +License: LPPL +Summary: Format technical reference manuals +Version: svn15878.2.0e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pagepc.sty) = %{tl_version} +Provides: tex(refart.cls) = %{tl_version} +Provides: tex(refrep.cls) = %{tl_version} + +%description refman +Document classes (report- and article-style) for writing +technical reference manuals. It offers a wide left margin for +notes to the reader, like some of the manuals distributed by +Adobe. + +date: 2006-11-19 21:19:11 +0100 + +%post refman +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun refman +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refman +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package refman-doc +Summary: Documentation for refman +Version: svn15878.2.0e +Release: %{tl_noarch_release} +Provides: tex-refman-doc +BuildArch: noarch +AutoReqProv: No + +%description refman-doc +Documentation for refman + +%package refstyle +Provides: tex-refstyle = %{tl_version} +License: LPPL +Summary: Advanced formatting of cross references +Version: svn20318.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(refstyle.cfg) = %{tl_version} +Provides: tex(refstyle.sty) = %{tl_version} + +%description refstyle +The refstyle provides a consistent way of producing references +throughout a project. Enough flexibility is provided to make +local changes to a single reference. The user can configure +their own setup. refstyle has a direct interface to varioref, +and namerefs from the nameref package can easily be +incorporated (if needed). For large projects such as a series +of books or a multi volume thesis, written as freestanding +documents, a facility is provided to interface to the xr +package for external document references. + +date: 2010-11-03 15:55:25 +0100 + +%post refstyle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun refstyle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refstyle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package refstyle-doc +Summary: Documentation for refstyle +Version: svn20318.0.5 +Release: %{tl_noarch_release} +Provides: tex-refstyle-doc +BuildArch: noarch +AutoReqProv: No + +%description refstyle-doc +Documentation for refstyle + +%package regcount +Provides: tex-regcount = %{tl_version} +License: LPPL +Summary: Display the allocation status of the TeX registers +Version: svn19979.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(regcount.sty) = %{tl_version} + +%description regcount +Adds a macro \rgcount which displays the allocation status of +the TeX registers. The display is written into the .log file as +it is a bit verbose. An automatic call to \rgcount is done at +\begin{document} and \end{document}. + +date: 2010-10-02 17:24:09 +0200 + +%post regcount +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun regcount +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regcount +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package regcount-doc +Summary: Documentation for regcount +Version: svn19979.1.0 +Release: %{tl_noarch_release} +Provides: tex-regcount-doc +BuildArch: noarch +AutoReqProv: No + +%description regcount-doc +Documentation for regcount + +%package regexpatch +Provides: tex-regexpatch = %{tl_version} +License: LPPL 1.3 +Summary: High level patching of commands +Version: svn29543.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3regex.sty) +Provides: tex(regexpatch.sty) = %{tl_version} + +%description regexpatch +The package generalises the macro patching commands provided by +P. Lehmann's etoolbox. The difference between this package and +its sibling xpatch is that this package sports a very powerful +\regexpatchcmd based on the l3regex module of the LaTeX3 +experimental packages. + +date: 2013-03-28 17:44:41 +0100 + +%post regexpatch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun regexpatch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regexpatch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package regexpatch-doc +Summary: Documentation for regexpatch +Version: svn29543.0.2 +Release: %{tl_noarch_release} +Provides: tex-regexpatch-doc +BuildArch: noarch +AutoReqProv: No + +%description regexpatch-doc +Documentation for regexpatch + +%package register +Provides: tex-register = %{tl_version} +License: LPPL +Summary: Typeset programmable elements in digital hardware (registers) +Version: svn21127.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(float.sty) +Requires: tex(calc.sty) +Provides: tex(register.sty) = %{tl_version} + +%description register +This package is designed for typesetting the programmable +elements in digital hardware, i.e., registers. Such registers +typically have many fields and can be quite wide; they are thus +a challenge to typeset in a consistent manner. Register is +similar in some aspects to the bytefield package. Anyone doing +hardware documentation using LaTeX should examine both +packages. Register requires a fairly recent version of the +float package. A Perl module and a Perl script are provided, to +translate the register specifications into programmable data +structures. + +date: 2011-01-19 22:37:08 +0100 + +%post register +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun register +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans register +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package register-doc +Summary: Documentation for register +Version: svn21127.1.6 +Release: %{tl_noarch_release} +Provides: tex-register-doc +BuildArch: noarch +AutoReqProv: No + +%description register-doc +Documentation for register + +%package regstats +Provides: tex-regstats = %{tl_version} +License: LPPL 1.3 +Summary: Information about register use +Version: svn25050.1.0g +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(atveryend.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(intcalc.sty) +Requires: tex(ifluatex.sty) +Requires: tex(ifpdf.sty) +Provides: tex(regstats.sty) = %{tl_version} + +%description regstats +The package will report number of used registers (counter, +dimen, skip, muskip, box, token, input, output, math families, +languages, insertions), and will compare the number to the +maximum available number of such registers. + +date: 2012-01-02 14:24:13 +0100 + +%post regstats +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun regstats +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regstats +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package regstats-doc +Summary: Documentation for regstats +Version: svn25050.1.0g +Release: %{tl_noarch_release} +Provides: tex-regstats-doc +BuildArch: noarch +AutoReqProv: No + +%description regstats-doc +Documentation for regstats + +%package relenc +Provides: tex-relenc = %{tl_version} +License: LPPL +Summary: A "relaxed" font encoding +Version: svn22050.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(zcmr8d.tfm) = %{tl_version} +Provides: tex(zcmra.tfm) = %{tl_version} +Provides: tex(zcmr8d.vf) = %{tl_version} +Provides: tex(zcmra.vf) = %{tl_version} +Provides: tex(2sidedoc.sty) = %{tl_version} +Provides: tex(ecsubzcm.sty) = %{tl_version} +Provides: tex(relenc.sty) = %{tl_version} +Provides: tex(t1renc.def) = %{tl_version} +Provides: tex(t1rzcm.fd) = %{tl_version} + +%description relenc +LaTeX package providing a relaxed font encoding to make +available to a font designer more slots for insertion of +ligatures and accented characters. + +date: 2011-04-06 08:31:30 +0200 + +%post relenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun relenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans relenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package relenc-doc +Summary: Documentation for relenc +Version: svn22050.0 +Release: %{tl_noarch_release} +Provides: tex-relenc-doc +BuildArch: noarch +AutoReqProv: No + +%description relenc-doc +Documentation for relenc + +%package relsize +Provides: tex-relsize = %{tl_version} +License: Public Domain +Summary: Set the font size relative to the current font size +Version: svn24074.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(relsize.sty) = %{tl_version} + +%description relsize +The basic command of the package is \relsize, whose argument is +a number of \magsteps to change size; from this are defined +commands \larger, \smaller, \textlarger, etc. + +date: 2011-09-23 08:29:05 +0200 + +%post relsize +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun relsize +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans relsize +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package relsize-doc +Summary: Documentation for relsize +Version: svn24074.4 +Release: %{tl_noarch_release} +Provides: tex-relsize-doc +BuildArch: noarch +AutoReqProv: No + +%description relsize-doc +Documentation for relsize + +%package repeatindex +Provides: tex-repeatindex = %{tl_version} +License: LPPL +Summary: Repeat items in an index after a page or column break +Version: svn24305.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(afterpage.sty) +Requires: tex(makeidx.sty) +Provides: tex(repeatindex.sty) = %{tl_version} + +%description repeatindex +This Package repeats item of an index if a page or column break +occurs within a list of subitems. This helps to find out to +which main item a subitem belongs. + +date: 2011-06-16 21:20:53 +0200 + +%post repeatindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun repeatindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans repeatindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package repeatindex-doc +Summary: Documentation for repeatindex +Version: svn24305.0.01 +Release: %{tl_noarch_release} +Provides: tex-repeatindex-doc +BuildArch: noarch +AutoReqProv: No + +%description repeatindex-doc +Documentation for repeatindex + +%package rjlparshap +Provides: tex-rjlparshap = %{tl_version} +License: LPPL +Summary: rjlparshap package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(arrayjob.sty) +Requires: tex(forloop.sty) +Provides: tex(rjlpshap.sty) = %{tl_version} + +%description rjlparshap +rjlparshap package + +%post rjlparshap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rjlparshap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rjlparshap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rjlparshap-doc +Summary: Documentation for rjlparshap +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-rjlparshap-doc +BuildArch: noarch +AutoReqProv: No + +%description rjlparshap-doc +Documentation for rjlparshap + +%package rlepsf +Provides: tex-rlepsf = %{tl_version} +License: LPPL +Summary: Rewrite labels in EPS graphics +Version: svn19082.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rlepsf.tex) = %{tl_version} + +%description rlepsf +A macro package for use with epsf.tex which allows PostScript +labels in an Encapsulated PostScript file to be replaced by TeX +labels. The package provides commands \relabel (simply replace +a PostScript string), \adjustrelabel (replace a PostScript +string, with position adjustment), and \extralabel (add a label +at given coordinates). You can, if you so choose, use the +facilities of the labelfig package in place of using +\extralabel. + +date: 2007-01-13 23:45:25 +0100 + +%post rlepsf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rlepsf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rlepsf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rlepsf-doc +Summary: Documentation for rlepsf +Version: svn19082.0 +Release: %{tl_noarch_release} +Provides: tex-rlepsf-doc +BuildArch: noarch +AutoReqProv: No + +%description rlepsf-doc +Documentation for rlepsf + +%package rmpage +Provides: tex-rmpage = %{tl_version} +License: GPL+ +Summary: A package to help change page layout parameters in LaTeX +Version: svn20002.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(avant.sty) +Requires: tex(bookman.sty) +Requires: tex(chancery.sty) +Requires: tex(helvet.sty) +Requires: tex(newcent.sty) +Requires: tex(palatino.sty) +Requires: tex(times.sty) +Requires: tex(utopia.sty) +Requires: tex(beton.sty) +Provides: tex(rmpage.sty) = %{tl_version} +Provides: tex(rmpgen.cfg) = %{tl_version} + +%description rmpage +The package lets you change page layout parameters in small +steps over a range of values using options. It can set +\textwidth appropriately for the main fount, and ensure that +the text fits inside the printable area of a printer. An +rmpage-formatted document can be typeset identically without +rmpage after a single cut and paste operation. Local +configuration can set defaults: for all documents; and by +class, by printer, and by paper size. The geometry package is +better if you want to set page layout parameters to particular +measurements. + +date: 2010-10-04 11:12:53 +0200 + +%post rmpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rmpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rmpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rmpage-doc +Summary: Documentation for rmpage +Version: svn20002.0.92 +Release: %{tl_noarch_release} +Provides: tex-rmpage-doc +BuildArch: noarch +AutoReqProv: No + +%description rmpage-doc +Documentation for rmpage + +%package robustcommand +Provides: tex-robustcommand = %{tl_version} +License: LPPL +Summary: Declare robust command, with \newcommand checks +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(robustcommand.sty) = %{tl_version} + +%description robustcommand +The package merely provides a variation of +\DeclareRobustCommand, which checks for the existence of a +command before declaring it robust. + +date: 2007-02-26 15:09:49 +0100 + +%post robustcommand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun robustcommand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans robustcommand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package robustcommand-doc +Summary: Documentation for robustcommand +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-robustcommand-doc +BuildArch: noarch +AutoReqProv: No + +%description robustcommand-doc +Documentation for robustcommand + +%package robustindex +Provides: tex-robustindex = %{tl_version} +License: LPPL +Summary: Create index with pagerefs +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(robustglossary.sty) = %{tl_version} +Provides: tex(robustindex.sty) = %{tl_version} + +%description robustindex +Third parties often change the page numbers without rerunning +makeindex. One would like to make the page numbers in the index +entries more robust. This bundle provides robustindex.sty and +robustglossary.sty, which use the \pageref mechanism to +maintain correct page numbers + +date: 2007-02-26 15:09:49 +0100 + +%post robustindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun robustindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans robustindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package robustindex-doc +Summary: Documentation for robustindex +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-robustindex-doc +BuildArch: noarch +AutoReqProv: No + +%description robustindex-doc +Documentation for robustindex + +%package romanbar +Provides: tex-romanbar = %{tl_version} +License: LPPL 1.3 +Summary: Write roman number with "bars" +Version: svn25005.1.0f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(romanbar.sty) = %{tl_version} + +%description romanbar +'Bars', in the present context, are lines above and below text +that abut with the text. Barred roman numerals are sometimes +found in publications. The package provides a function that +prints barred roman numerals (converting arabic numerals if +necessary). The package also provides a predicate \ifnumeric. + +date: 2012-01-02 20:05:40 +0100 + +%post romanbar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun romanbar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romanbar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package romanbar-doc +Summary: Documentation for romanbar +Version: svn25005.1.0f +Release: %{tl_noarch_release} +Provides: tex-romanbar-doc +BuildArch: noarch +AutoReqProv: No + +%description romanbar-doc +Documentation for romanbar + +%package romanneg +Provides: tex-romanneg = %{tl_version} +License: Public Domain +Summary: Roman page numbers negative +Version: svn20087.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(romanneg.sty) = %{tl_version} + +%description romanneg +Causes the page numbers in the DVI file (as defined by \count0) +to be negative when roman pagenumbering is in effect. + +date: 2010-10-13 12:13:38 +0200 + +%post romanneg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun romanneg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romanneg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package romanneg-doc +Summary: Documentation for romanneg +Version: svn20087.0 +Release: %{tl_noarch_release} +Provides: tex-romanneg-doc +BuildArch: noarch +AutoReqProv: No + +%description romanneg-doc +Documentation for romanneg + +%package romannum +Provides: tex-romannum = %{tl_version} +License: LPPL +Summary: Generate roman numerals instead of arabic digits +Version: svn15878.1.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(stdclsdv.sty) +Provides: tex(romannum.sty) = %{tl_version} + +%description romannum +The romannum package changes LaTeX generated numbers to be +printed with roman numerals instead of arabic digits. It +requires the stdclsdv package. Users of the bookhands fonts may +find this package useful. + +date: 2009-09-03 13:00:14 +0200 + +%post romannum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun romannum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romannum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package romannum-doc +Summary: Documentation for romannum +Version: svn15878.1.0b +Release: %{tl_noarch_release} +Provides: tex-romannum-doc +BuildArch: noarch +AutoReqProv: No + +%description romannum-doc +Documentation for romannum + +%package rotfloat +Provides: tex-rotfloat = %{tl_version} +License: LPPL +Summary: Rotate floats +Version: svn18292.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(float.sty) +Requires: tex(rotating.sty) +Provides: tex(rotfloat.sty) = %{tl_version} + +%description rotfloat +The float package provides commands to define new floats of +various styles (plain, boxed, ruled, and userdefined ones); the +rotating package provides new environments (sidewaysfigure and +sidewaystable) which are rotated by 90 or 270 degrees. But what +about new rotated floats, e.g. a rotated ruled one? This +package makes this possible; it builds a bridge between the two +packages and extends the commands from the float package to +define rotated versions of the new floats, too. + +date: 2009-10-07 22:25:55 +0200 + +%post rotfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rotfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rotfloat-doc +Summary: Documentation for rotfloat +Version: svn18292.1.2 +Release: %{tl_noarch_release} +Provides: tex-rotfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description rotfloat-doc +Documentation for rotfloat + +%package rotpages +Provides: tex-rotpages = %{tl_version} +License: LPPL +Summary: Typeset sets of pages upside-down and backwards +Version: svn18740.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Provides: tex(rotpages.sty) = %{tl_version} + +%description rotpages +The rotpages package allows you to format documents where small +sets of pages are rotated by 180 degrees and rearranged, so +that they can be read by turning the printed copy upside-down. +It was primarly meant for collecting exercises and solutions: +using the package, you can print the exercise text normally and +the solutions rotated. + +date: 2007-01-14 10:43:12 +0100 + +%post rotpages +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rotpages +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotpages +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rotpages-doc +Summary: Documentation for rotpages +Version: svn18740.3.0 +Release: %{tl_noarch_release} +Provides: tex-rotpages-doc +BuildArch: noarch +AutoReqProv: No + +%description rotpages-doc +Documentation for rotpages + +%package roundbox +Provides: tex-roundbox = %{tl_version} +License: LPPL 1.3 +Summary: Round boxes in LaTeX +Version: svn29675.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(roundbox.sty) = %{tl_version} + +%description roundbox +This package implements a command \roundbox that can be used, +in LaTeX, for producing boxes, framed with rounded corners. + +date: 2013-04-04 11:28:51 +0200 + +%post roundbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun roundbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roundbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package roundbox-doc +Summary: Documentation for roundbox +Version: svn29675.0.2 +Release: %{tl_noarch_release} +Provides: tex-roundbox-doc +BuildArch: noarch +AutoReqProv: No + +%description roundbox-doc +Documentation for roundbox + +%package rterface +Provides: tex-rterface = %{tl_version} +License: LPPL 1.2 +Summary: Access to R analysis from within a document +Version: svn30084.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(newfile.sty) +Provides: tex(rterface.sty) = %{tl_version} + +%description rterface +The package mediates interaction between LaTeX and R; it allows +LaTeX to set R's parameters, and provides code to read R +output. + +date: 2013-04-23 19:30:36 +0200 + +%post rterface +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rterface +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rterface +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rterface-doc +Summary: Documentation for rterface +Version: svn30084.0 +Release: %{tl_noarch_release} +Provides: tex-rterface-doc +BuildArch: noarch +AutoReqProv: No + +%description rterface-doc +Documentation for rterface + +%package rtkinenc +Provides: tex-rtkinenc = %{tl_version} +License: LPPL +Summary: Input encoding with fallback procedures +Version: svn20003.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rtkinenc.sty) = %{tl_version} + +%description rtkinenc +The rtkinenc package is functionally similar to the standard +LaTeX package inputenc: both set up active characters so that +an input character outside the range of 7-bit visible ASCII is +coverted into one or more corresponding LaTeX commands. The +main difference lies in that rtkinenc allows the user to +specify a fallback procedure to use when the text command +corresponding to some input character isn't available. Names of +commands in rtkinenc have been selected so that it can read +inputenc encoding definition files, and the aim is that +rtkinenc should be backwards compatible with inputenc. rtkinenc +is not a new version of inputenc though, nor is it part of +standard LaTeX. For an example of how rtkinenc is used, the +user may look at the tclldoc class. + +date: 2010-10-04 11:23:12 +0200 + +%post rtkinenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rtkinenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rtkinenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rtkinenc-doc +Summary: Documentation for rtkinenc +Version: svn20003.1.0 +Release: %{tl_noarch_release} +Provides: tex-rtkinenc-doc +BuildArch: noarch +AutoReqProv: No + +%description rtkinenc-doc +Documentation for rtkinenc + +%package rvwrite +Provides: tex-rvwrite = %{tl_version} +License: LPPL +Summary: Increase the number of available output streams in LaTeX +Version: svn19614.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(rvwrite.sty) = %{tl_version} + +%description rvwrite +The package addresses, for LaTeX documents, the severe +limitation on the number of output streams that TeX provides. +The package uses a single TeX output stream, and writes +"marked-up" output to this stream. The user may then post- +process the marked-up output file, using LaTeX, and the +document's output appears as separate files, according to the +calls made to the package. The output to be post-processed uses +macros from the widely-available ProTeX package. + +date: 2010-08-31 12:08:50 +0200 + +%post rvwrite +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rvwrite +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rvwrite +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rvwrite-doc +Summary: Documentation for rvwrite +Version: svn19614.1.2 +Release: %{tl_noarch_release} +Provides: tex-rvwrite-doc +BuildArch: noarch +AutoReqProv: No + +%description rvwrite-doc +Documentation for rvwrite + +%package savefnmark +Provides: tex-savefnmark = %{tl_version} +License: GPL+ +Summary: Save name of the footnote mark for reuse +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(savefnmark.sty) = %{tl_version} + +%description savefnmark +Sometimes the same footnote applies to more than one location +in a table. With this package the mark of a footnote can be +saved into a name, and re-used subsequently without creating +another footnote at the bottom. + +date: 2007-01-14 15:20:52 +0100 + +%post savefnmark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun savefnmark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans savefnmark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package savefnmark-doc +Summary: Documentation for savefnmark +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-savefnmark-doc +BuildArch: noarch +AutoReqProv: No + +%description savefnmark-doc +Documentation for savefnmark + +%package savesym +Provides: tex-savesym = %{tl_version} +License: LPPL +Summary: Redefine symbols where names conflict +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(savesym.sty) = %{tl_version} +Provides: tex(savesymbol.sty) = %{tl_version} + +%description savesym +There are a number of symbols (e.g., \Square) that are defined +by several packages. In order to typeset all the variants in a +document, we have to give the glyph a unique name. To do that, +we define \savesymbol{XXX}, which renames a symbol from \XXX to +\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX +back to \XXX and defines a new command, \yyyXXX, which +corresponds to the most recently loaded version of \XXX. + +date: 2007-01-14 15:20:52 +0100 + +%post savesym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun savesym +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans savesym +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package savetrees +Provides: tex-savetrees = %{tl_version} +License: LPPL +Summary: Pack as much as possible onto each page of a LaTeX document +Version: svn29841.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(savetrees.sty) = %{tl_version} + +%description savetrees +The goal of the savetrees package is to pack as much text as +possible onto each page of a LaTeX document. Admittedly, this +makes the document far less attractive. Nevertheless, savetrees +is a simple way to save paper when printing draft copies of a +document. It can also be useful when trying to meet a tight +page-length requirement for a conference or journal submission. + +date: 2013-04-10 07:27:56 +0200 + +%post savetrees +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun savetrees +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans savetrees +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package savetrees-doc +Summary: Documentation for savetrees +Version: svn29841.2.1 +Release: %{tl_noarch_release} +Provides: tex-savetrees-doc +BuildArch: noarch +AutoReqProv: No + +%description savetrees-doc +Documentation for savetrees + +%package scale +Provides: tex-scale = %{tl_version} +License: GPL+ +Summary: Scale document by sqrt(2) or magstep(2) +Version: svn15878.1.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(scale.sty) = %{tl_version} + +%description scale +A package to scale a document by sqrt(2) (or by \magstep{2}). +This is useful if you are preparing a document on, for example, +A5 paper and want to print on A4 paper to achieve a better +resolution. + +date: 2006-11-06 12:20:58 +0100 + +%post scale +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun scale +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scale +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package scale-doc +Summary: Documentation for scale +Version: svn15878.1.1.2 +Release: %{tl_noarch_release} +Provides: tex-scale-doc +BuildArch: noarch +AutoReqProv: No + +%description scale-doc +Documentation for scale + +%package scalebar +Provides: tex-scalebar = %{tl_version} +License: LPPL +Summary: Create scalebars for maps, diagrams or photos +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(fp.sty) +Provides: tex(scalebar.sty) = %{tl_version} + +%description scalebar +This is a small package to create scalebars for maps, diagrams +or photos. It was designed for use with cave maps but can be +used for anything from showing a scalebar in kilometers for +topographic maps to a scalebar in micrometers for an electron +microscope image. + +date: 2006-11-06 13:28:58 +0100 + +%post scalebar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun scalebar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scalebar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package scalebar-doc +Summary: Documentation for scalebar +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-scalebar-doc +BuildArch: noarch +AutoReqProv: No + +%description scalebar-doc +Documentation for scalebar + +%package scalerel +Provides: tex-scalerel = %{tl_version} +License: LPPL +Summary: Constrained scaling and stretching of objects +Version: svn30531.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(scalerel.sty) = %{tl_version} + +%description scalerel +The package provides four commands for vertically scaling and +stretching objects. Its primary function is the ability to +scale/stretch and shift one object to conform to the size of a +specified second object. This feature can be useful in both +equations and schematic diagrams. Additionally, the scaling and +stretching commands offer constraints on maximum width and/or +minimum aspect ratio, which are often used to preserve +legibility or for the sake of general appearance. + +date: 2013-05-17 19:01:50 +0200 + +%post scalerel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun scalerel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scalerel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package scalerel-doc +Summary: Documentation for scalerel +Version: svn30531.1.5 +Release: %{tl_noarch_release} +Provides: tex-scalerel-doc +BuildArch: noarch +AutoReqProv: No + +%description scalerel-doc +Documentation for scalerel + +%package sdrt +Provides: tex-sdrt = %{tl_version} +License: LPPL +Summary: Macros for Segmented Discourse Representation Theory +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xyling.sty) +Requires: tex(xytree.sty) +Provides: tex(sdrt.sty) = %{tl_version} + +%description sdrt +The package provides macros to produce the 'Box notation' of +SDRT (and DRT), to draw trees representing discourse relations, +and finally to have an easy access to various mathematical +symbols used in that theory, mostly with automatic mathematics +mode, so they work the same in formulae and in text. + +date: 2009-07-05 17:22:22 +0200 + +%post sdrt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sdrt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sdrt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sdrt-doc +Summary: Documentation for sdrt +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-sdrt-doc +BuildArch: noarch +AutoReqProv: No + +%description sdrt-doc +Documentation for sdrt + +%package secdot +Provides: tex-secdot = %{tl_version} +License: LPPL +Summary: Section numbers with trailing dots +Version: svn20208.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(secdot.sty) = %{tl_version} + +%description secdot +Makes the numbers of \section commands come out with a trailing +dot. Includes a command whereby the same can be made to happen +with other sectioning commands. + +date: 2010-10-17 10:06:32 +0200 + +%post secdot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun secdot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans secdot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package secdot-doc +Summary: Documentation for secdot +Version: svn20208.1.0 +Release: %{tl_noarch_release} +Provides: tex-secdot-doc +BuildArch: noarch +AutoReqProv: No + +%description secdot-doc +Documentation for secdot + +%package sectionbox +Provides: tex-sectionbox = %{tl_version} +License: LPPL +Summary: Create fancy boxed ((sub)sub)sections +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(fancybox.sty) +Requires: tex(color.sty) +Provides: tex(sectionbox.sty) = %{tl_version} + +%description sectionbox +Sectionbox is a LaTeX package for putting fancy colored boxes +around sections, subsections, and subsubsections, especially +for use in posters, etc. It was designed with the sciposter +class in mind, and certainly works with that class and with +derived classes. + +date: 2007-02-26 21:24:31 +0100 + +%post sectionbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sectionbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sectionbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sectionbox-doc +Summary: Documentation for sectionbox +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-sectionbox-doc +BuildArch: noarch +AutoReqProv: No + +%description sectionbox-doc +Documentation for sectionbox + +%package sectsty +Provides: tex-sectsty = %{tl_version} +License: LPPL +Summary: Control sectional headers +Version: svn15878.2.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sectsty.sty) = %{tl_version} + +%description sectsty +A LaTeX2e package to help change the style of any or all of +LaTeX's sectional headers in the article, book, or report +classes. Examples include the addition of rules above or below +a section title. + +date: 2007-01-14 15:20:52 +0100 + +%post sectsty +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sectsty +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sectsty +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sectsty-doc +Summary: Documentation for sectsty +Version: svn15878.2.0.2 +Release: %{tl_noarch_release} +Provides: tex-sectsty-doc +BuildArch: noarch +AutoReqProv: No + +%description sectsty-doc +Documentation for sectsty + +%package selectp +Provides: tex-selectp = %{tl_version} +License: Public Domain +Summary: Select pages to be output +Version: svn20185.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(selectp.sty) = %{tl_version} + +%description selectp +Defines a command \outputonly, whose argument is a list of +pages to be output. With the command present (before +\begin{document}), only those pages are output. This package +was inspired by code published by Knuth in TUGboat 8(2) (July +1987). + +date: 2010-10-24 16:23:58 +0200 + +%post selectp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun selectp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans selectp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package selectp-doc +Summary: Documentation for selectp +Version: svn20185.1.0 +Release: %{tl_noarch_release} +Provides: tex-selectp-doc +BuildArch: noarch +AutoReqProv: No + +%description selectp-doc +Documentation for selectp + +%package semantic +Provides: tex-semantic = %{tl_version} +License: LPPL +Summary: Help for writing programming language semantics +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mathbbol.sty) +Provides: tex(infernce.sty) = %{tl_version} +Provides: tex(ligature.sty) = %{tl_version} +Provides: tex(reserved.sty) = %{tl_version} +Provides: tex(semantic.sty) = %{tl_version} +Provides: tex(shrthand.sty) = %{tl_version} +Provides: tex(tdiagram.sty) = %{tl_version} + +%description semantic +Eases the typesetting of notation of semantics and compilers. +Includes T-diagrams, various derivation symbols and inference +trees. + +date: 2007-01-15 20:26:34 +0100 + +%post semantic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun semantic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semantic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package semantic-doc +Summary: Documentation for semantic +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-semantic-doc +BuildArch: noarch +AutoReqProv: No + +%description semantic-doc +Documentation for semantic + +%package semioneside +Provides: tex-semioneside = %{tl_version} +License: LPPL +Summary: Put only special contents on left-hand pages in two sided layout +Version: svn15878.v0.41 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(afterpage.sty) +Provides: tex(semioneside.sty) = %{tl_version} + +%description semioneside +This package supports the preparation of semi one sided +documents. That is, two sided documents, where all text is +output on right-hand pages--as in a one-sided documents--and +only special contents are output on left-hand pages on user +request, e.g., floating objects. + +date: 2007-02-26 21:24:31 +0100 + +%post semioneside +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun semioneside +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semioneside +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package semioneside-doc +Summary: Documentation for semioneside +Version: svn15878.v0.41 +Release: %{tl_noarch_release} +Provides: tex-semioneside-doc +BuildArch: noarch +AutoReqProv: No + +%description semioneside-doc +Documentation for semioneside + +%package sepfootnotes +Provides: tex-sepfootnotes = %{tl_version} +License: LPPL 1.3 +Summary: Support footnotes and endnotes from separate files +Version: svn28885.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sepfootnotes.sty) = %{tl_version} + +%description sepfootnotes +The package supports footnotes and endnotes from separate +files. This is achieved with commands \sepfootnotecontent and +\sepfootnote; the former defines the content of a note, while +the latter typesets that note. + +date: 2013-01-19 01:10:31 +0100 + +%post sepfootnotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sepfootnotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sepfootnotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sepfootnotes-doc +Summary: Documentation for sepfootnotes +Version: svn28885.0.2 +Release: %{tl_noarch_release} +Provides: tex-sepfootnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description sepfootnotes-doc +Documentation for sepfootnotes + +%package seqsplit +Provides: tex-seqsplit = %{tl_version} +License: LPPL +Summary: Split long sequences of characters in a neutral way +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(seqsplit.sty) = %{tl_version} + +%description seqsplit +When one needs to type long sequences of letters (such as in +base-sequences in genes) or of numbers (such as calculations of +transcendental numbers), there's no obvious break points to be +found. The package provides a command \seqsplit, which makes +its argument splittable anywhere, and then leaves the TeX +paragraph-maker to do the splitting. While the package may +obviously be used to typeset DNA sequences, the user may +consider the dnaseq as a rather more powerful alternative. + +date: 2007-07-23 22:41:48 +0200 + +%post seqsplit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun seqsplit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seqsplit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package seqsplit-doc +Summary: Documentation for seqsplit +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-seqsplit-doc +BuildArch: noarch +AutoReqProv: No + +%description seqsplit-doc +Documentation for seqsplit + +%package sf298 +Provides: tex-sf298 = %{tl_version} +License: LPPL +Summary: Standard form 298 +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sf298.sty) = %{tl_version} + +%description sf298 +A LaTeX package for generating a completed standard form 298 +(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report +documentation as part of a document delivered, for instance, on +a U.S. government contract. + +date: 2007-01-14 22:06:18 +0100 + +%post sf298 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sf298 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sf298 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sf298-doc +Summary: Documentation for sf298 +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-sf298-doc +BuildArch: noarch +AutoReqProv: No + +%description sf298-doc +Documentation for sf298 + +%package sffms +Provides: tex-sffms = %{tl_version} +License: LPPL +Summary: Typesetting science fiction/fantasy manuscripts +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(ulem.sty) +Requires: tex(setspace.sty) +Requires: tex(geometry.sty) +Provides: tex(sffdumb.sty) = %{tl_version} +Provides: tex(sffms.cls) = %{tl_version} +Provides: tex(sffsmart.sty) = %{tl_version} + +%description sffms +The class is designed for typesetting science fiction and +fantasy manuscripts. Sffms now includes several options for +specific publishers as well as extensive documentation aimed at +new LaTeX users. + +date: 2007-01-14 22:06:18 +0100 + +%post sffms +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sffms +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sffms +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sffms-doc +Summary: Documentation for sffms +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-sffms-doc +BuildArch: noarch +AutoReqProv: No + +%description sffms-doc +Documentation for sffms + +%package sfmath +Provides: tex-sfmath = %{tl_version} +License: LPPL +Summary: Sans-serif mathematics +Version: svn15878.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sfmath.sty) = %{tl_version} + +%description sfmath +sfmath is a simple package for sans serif maths in documents. +After including the package, all maths of the current document +is displayed with sans serif fonts. + +date: 2008-08-23 15:48:35 +0200 + +%post sfmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sfmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sfmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shadow +Provides: tex-shadow = %{tl_version} +License: LPPL +Summary: Shadow boxes +Version: svn20312.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(shadow.sty) = %{tl_version} + +%description shadow +Defines a command \shabox (analgous to \fbox), and supporting +mechanisms. + +date: 2010-11-01 13:35:24 +0100 + +%post shadow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shadow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shadow-doc +Summary: Documentation for shadow +Version: svn20312.0 +Release: %{tl_noarch_release} +Provides: tex-shadow-doc +BuildArch: noarch +AutoReqProv: No + +%description shadow-doc +Documentation for shadow + +%package shadowtext +Provides: tex-shadowtext = %{tl_version} +License: LPPL +Summary: shadowtext +Version: svn26522.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(shadowtext.sty) = %{tl_version} + +%description shadowtext +The package introduces a command \shadowtext, which adds a drop +shadow to the text that is given as its argument. The colour +and positioning of the shadow are customisable. + +date: 2012-05-18 19:11:54 +0200 + +%post shadowtext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shadowtext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadowtext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shadowtext-doc +Summary: Documentation for shadowtext +Version: svn26522.0.3 +Release: %{tl_noarch_release} +Provides: tex-shadowtext-doc +BuildArch: noarch +AutoReqProv: No + +%description shadowtext-doc +Documentation for shadowtext + +%package shadethm +Provides: tex-shadethm = %{tl_version} +License: LPPL +Summary: Theorem environments that are shaded +Version: svn20319.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(shadethm.sty) = %{tl_version} + +%description shadethm +Extends the \newtheorem command. If you say +\newshadetheorem{theorem}{Theorem} in the preamble then your +regular \begin{theorem} .. \end{theorem} will produce a theorem +statement in a shaded box. It supports all the options of +\newtheorem, including forms \newshadetheorem{..}[..]{..} and +\newshadetheorem{..}{..}[..]. + +date: 2010-11-04 00:16:31 +0100 + +%post shadethm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shadethm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadethm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shadethm-doc +Summary: Documentation for shadethm +Version: svn20319.0 +Release: %{tl_noarch_release} +Provides: tex-shadethm-doc +BuildArch: noarch +AutoReqProv: No + +%description shadethm-doc +Documentation for shadethm + +%package shapepar +Provides: tex-shapepar = %{tl_version} +License: Dotseqn +Summary: A macro to typeset paragraphs in specific shapes +Version: svn28935.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(Canflagshape.def) = %{tl_version} +Provides: tex(TeXshape.def) = %{tl_version} +Provides: tex(candleshape.def) = %{tl_version} +Provides: tex(dropshape.def) = %{tl_version} +Provides: tex(shapepar.sty) = %{tl_version} +Provides: tex(triangleshapes.def) = %{tl_version} + +%description shapepar +\shapepar is a macro to typeset paragraphs in a specific shape. +The size is adjusted automatically so that the entire shape is +filled with text. There may not be displayed maths or +'\vadjust' material (no \vspace) in the argument of \shapepar. +The macros work for both LaTeX and plain TeX. For LaTeX, +specify \usepackage{shapepar}; for Plain, \input shapepar.sty. +\shapepar works in terms of user-defined shapes, though the +package does provide some predefined shapes: so you can form +any paragraph into the form of a heart by putting +\heartpar{sometext...} inside your document. The tedium of +creating these polygon definitions may be alleviated by using +the shapepatch extension to transfig which will convert xfig +output to \shapepar polygon form. + +date: 2012-06-07 12:37:31 +0200 + +%post shapepar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shapepar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shapepar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shapepar-doc +Summary: Documentation for shapepar +Version: svn28935.2.1 +Release: %{tl_noarch_release} +Provides: tex-shapepar-doc +BuildArch: noarch +AutoReqProv: No + +%description shapepar-doc +Documentation for shapepar + +%package shipunov +Provides: tex-shipunov = %{tl_version} +License: LPPL +Summary: A collection of LaTeX packages and classes +Version: svn29349.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(xtab.sty) +Requires: tex(calc.sty) +Requires: tex(xspace.sty) +Requires: tex(ifthen.sty) +Requires: tex(syntonly.sty) +Requires: tex(footnpag.sty) +Provides: tex(altverse.sty) = %{tl_version} +Provides: tex(autolist.sty) = %{tl_version} +Provides: tex(biokey.sty) = %{tl_version} +Provides: tex(biolist.sty) = %{tl_version} +Provides: tex(boldline.sty) = %{tl_version} +Provides: tex(cassete.cls) = %{tl_version} +Provides: tex(classif2.sty) = %{tl_version} +Provides: tex(drcaps.sty) = %{tl_version} +Provides: tex(etiketka.cls) = %{tl_version} +Provides: tex(flower.sty) = %{tl_version} +Provides: tex(isyntax.sty) = %{tl_version} +Provides: tex(numerus.sty) = %{tl_version} +Provides: tex(punct.sty) = %{tl_version} +Provides: tex(sltables.sty) = %{tl_version} +Provides: tex(starfn.sty) = %{tl_version} + +%description shipunov +The bundle collects packages and classes, along with one +bibliography style and examples and scripts for converting TeX +files. Many of the files in the collection are designed to +support field biologists and/or Russian writers, while others +have wider application. The collection includes (among others): +- altverse, a simple verse typesetting package; - autolist, +which provides various list formatting facilities; - biokey, +which provides a mechanism for typesetting biological +identification lists; - biolist, which typesets species lists; +- boldline, which typesets heavier separating lines in tables; +- cassete, which lays out audio cassette inserts; - classif2, +which typesets classification lists; - drcaps, which provides +dropped capital macros; - etiketka, a class for typesetting +business-card-sized information (including business cards); - +flower, for typesetting lists of flower formulae; - isyntax; - +numerus; - punct; - sltables, which develops on the stables +package, for use in a LaTeX context; and - starfn. + +date: 2012-06-08 00:21:14 +0200 + +%post shipunov +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shipunov +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shipunov +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shipunov-doc +Summary: Documentation for shipunov +Version: svn29349.1.1 +Release: %{tl_noarch_release} +Provides: tex-shipunov-doc +BuildArch: noarch +AutoReqProv: No + +%description shipunov-doc +Documentation for shipunov + +%package shorttoc +Provides: tex-shorttoc = %{tl_version} +License: LPPL +Summary: Table of contents with different depths +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(shorttoc.sty) = %{tl_version} + +%description shorttoc +A package to create another table of contents with a different +depth, useful in large documents where a detailed table of +contents should be accompanied by a shorter one, giving only a +general overview of the main topics in the document. + +date: 2006-11-06 12:20:58 +0100 + +%post shorttoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shorttoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shorttoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shorttoc-doc +Summary: Documentation for shorttoc +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-shorttoc-doc +BuildArch: noarch +AutoReqProv: No + +%description shorttoc-doc +Documentation for shorttoc + +%package show2e +Provides: tex-show2e = %{tl_version} +License: LPPL +Summary: Variants of \show for LaTeX2e +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(show2e.sty) = %{tl_version} + +%description show2e +This small package aims at making debugging (especially in an +interactive way) easier, by providing \show variants suited to +LaTeX2e commands (whether with optional arguments or robust) +and environments. The variant commands also display the +internal macros used by such commands, if any. The \showcs +variant helps with macros with exotic names. + +date: 2008-08-23 15:48:35 +0200 + +%post show2e +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun show2e +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans show2e +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package show2e-doc +Summary: Documentation for show2e +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-show2e-doc +BuildArch: noarch +AutoReqProv: No + +%description show2e-doc +Documentation for show2e + +%package showcharinbox +Provides: tex-showcharinbox = %{tl_version} +License: LPPL 1.3 +Summary: Show characters inside a box +Version: svn29803.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(showcharinbox.sty) = %{tl_version} + +%description showcharinbox +The package typesets a character inside a box, showing where +reference point is, and displaying width, height, and depth +information of the character. The output is like that on page +63 of "The TeXBook" or page 101 of "The METAFONTbook". The +package itself is motivated by Knuth's macros in the file +manmac.tex. Users should note that using a small size for the +character inside the box does not make any sense: use a large +size. + +date: 2013-04-08 09:07:09 +0200 + +%post showcharinbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showcharinbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showcharinbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showcharinbox-doc +Summary: Documentation for showcharinbox +Version: svn29803.0.1 +Release: %{tl_noarch_release} +Provides: tex-showcharinbox-doc +BuildArch: noarch +AutoReqProv: No + +%description showcharinbox-doc +Documentation for showcharinbox + +%package showdim +Provides: tex-showdim = %{tl_version} +License: LPPL +Summary: Variants on printing dimensions +Version: svn28918.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(showdim.sty) = %{tl_version} + +%description showdim +A package for LaTeX providing a number of commands for printing +the value of a TeX dimension. For example, +\tenthpt{\baselineskip} yields the current value of +\baselineskip rounded to the nearest tenth of a point. + +date: 2012-12-19 17:06:30 +0100 + +%post showdim +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showdim +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showdim +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showdim-doc +Summary: Documentation for showdim +Version: svn28918.1.2 +Release: %{tl_noarch_release} +Provides: tex-showdim-doc +BuildArch: noarch +AutoReqProv: No + +%description showdim-doc +Documentation for showdim + +%package showexpl +Provides: tex-showexpl = %{tl_version} +License: LPPL +Summary: Typesetting LaTeX source code +Version: svn29838.v0.3k +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(attachfile.sty) +Requires: tex(listings.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(varwidth.sty) +Provides: tex(showexpl.sty) = %{tl_version} + +%description showexpl +This package provides a way to typeset LaTeX source code and +the related result in the same document. + +date: 2013-04-10 10:08:31 +0200 + +%post showexpl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showexpl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showexpl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showexpl-doc +Summary: Documentation for showexpl +Version: svn29838.v0.3k +Release: %{tl_noarch_release} +Provides: tex-showexpl-doc +BuildArch: noarch +AutoReqProv: No + +%description showexpl-doc +Documentation for showexpl + +%package showlabels +Provides: tex-showlabels = %{tl_version} +License: GPL+ +Summary: Show label commands in the margin +Version: svn15878.1.6.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(showlabels.sty) = %{tl_version} + +%description showlabels +This package helps you keep track of all the labels you define, +by putting the name of new labels into the margin whenever the +\label command is used. The package allows you to do the same +thing for other commands. The only one for which this is +obviously useful is the \cite command, but it's easy to do it +for others, such as the \ref or \begin commands. + +date: 2009-05-28 00:22:07 +0200 + +%post showlabels +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showlabels +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showlabels +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showlabels-doc +Summary: Documentation for showlabels +Version: svn15878.1.6.5 +Release: %{tl_noarch_release} +Provides: tex-showlabels-doc +BuildArch: noarch +AutoReqProv: No + +%description showlabels-doc +Documentation for showlabels + +%package sidecap +Provides: tex-sidecap = %{tl_version} +License: LPPL +Summary: Typeset captions sideways +Version: svn15878.1.6f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(ragged2e.sty) +Provides: tex(sidecap.sty) = %{tl_version} + +%description sidecap +Defines environments called SCfigure and SCtable (analogous to +figure and table) to typeset captions sideways. Options include +outercaption, innercaption, leftcaption and rightcaption. + +date: 2007-01-14 23:54:50 +0100 + +%post sidecap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sidecap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sidecap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sidecap-doc +Summary: Documentation for sidecap +Version: svn15878.1.6f +Release: %{tl_noarch_release} +Provides: tex-sidecap-doc +BuildArch: noarch +AutoReqProv: No + +%description sidecap-doc +Documentation for sidecap + +%package sidenotes +Provides: tex-sidenotes = %{tl_version} +License: LPPL 1.3 +Summary: Typeset notes containing rich content, in the margin +Version: svn28239.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(marginnote.sty) +Requires: tex(caption.sty) +Requires: tex(xifthen.sty) +Requires: tex(twoopt.sty) +Requires: tex(changepage.sty) +Provides: tex(sidenotes.sty) = %{tl_version} + +%description sidenotes +The package allows typesetting of texts with notes, figures, +citations, captions and tables in the margin. This is common +(for example) in science text books. + +date: 2012-11-11 13:12:37 +0100 + +%post sidenotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sidenotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sidenotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sidenotes-doc +Summary: Documentation for sidenotes +Version: svn28239.0.92 +Release: %{tl_noarch_release} +Provides: tex-sidenotes-doc +BuildArch: noarch +AutoReqProv: No + +%description sidenotes-doc +Documentation for sidenotes + +%package silence +Provides: tex-silence = %{tl_version} +License: LPPL +Summary: Selective filtering of error messages and warnings +Version: svn27028.1.5b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(silence.sty) = %{tl_version} + +%description silence +The package allows the user to filter out unwanted warnings and +error messages issued by LaTeX, packages and classes, so they +won't pop out when there's nothing one can do about them. +Filtering goes from the very broad ("avoid all messages by such +and such") to the fine-grained ("avoid messages that begin +with..."). Messages may be saved to an external file for later +reference. + +date: 2012-07-04 10:43:54 +0200 + +%post silence +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun silence +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans silence +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package silence-doc +Summary: Documentation for silence +Version: svn27028.1.5b +Release: %{tl_noarch_release} +Provides: tex-silence-doc +BuildArch: noarch +AutoReqProv: No + +%description silence-doc +Documentation for silence + +%package simplecd +Provides: tex-simplecd = %{tl_version} +License: LPPL 1.2 +Summary: Simple CD, DVD covers for printing +Version: svn29260.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fix-cm.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Provides: tex(simplecd.sty) = %{tl_version} + +%description simplecd +The package provides printable cut-outs for various CD, DVD and +other disc holders. The name of the package comes from its +implementation and ease of use; it was designed just for text +content, but since the text is placed in a \parbox in a tabular +environment cell, a rather wide range of things may be placed. + +date: 2013-02-28 20:37:57 +0100 + +%post simplecd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun simplecd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplecd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package simplecd-doc +Summary: Documentation for simplecd +Version: svn29260.1.4 +Release: %{tl_noarch_release} +Provides: tex-simplecd-doc +BuildArch: noarch +AutoReqProv: No + +%description simplecd-doc +Documentation for simplecd + +%package simplecv +Provides: tex-simplecv = %{tl_version} +License: LPPL +Summary: A simple class for writing curricula vitae +Version: svn15878.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(simplecv.cls) = %{tl_version} +Obsoletes: tex-simplecv < %{tl_version} + +%description simplecv +A derivative of the cv class available to lyx users (renamed to +avoid the existing cv package). + +date: 2008-08-23 15:48:35 +0200 + +%post simplecv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun simplecv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplecv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package simplecv-doc +Summary: Documentation for simplecv +Version: svn15878.1.6 +Release: %{tl_noarch_release} +Provides: tex-simplecv-doc +BuildArch: noarch +AutoReqProv: No + +%description simplecv-doc +Documentation for simplecv + +%package simplewick +Provides: tex-simplewick = %{tl_version} +License: GPL+ +Summary: Simple Wick contractions +Version: svn15878.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(simplewick.sty) = %{tl_version} + +%description simplewick +The package provides a simple means of drawing Wick +contractions above and below expressions. + +date: 2008-08-23 15:48:35 +0200 + +%post simplewick +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun simplewick +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplewick +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package simplewick-doc +Summary: Documentation for simplewick +Version: svn15878.1.2a +Release: %{tl_noarch_release} +Provides: tex-simplewick-doc +BuildArch: noarch +AutoReqProv: No + +%description simplewick-doc +Documentation for simplewick + +%package sitem +Provides: tex-sitem = %{tl_version} +License: LPPL 1.3 +Summary: Save the optional argument of \item +Version: svn22136.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sitem.sty) = %{tl_version} + +%description sitem +The package modifies \item commands to save the optional +argument in a box. + +date: 2011-04-19 10:29:51 +0200 + +%post sitem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sitem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sitem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sitem-doc +Summary: Documentation for sitem +Version: svn22136.1.0 +Release: %{tl_noarch_release} +Provides: tex-sitem-doc +BuildArch: noarch +AutoReqProv: No + +%description sitem-doc +Documentation for sitem + +%package skb +Provides: tex-skb = %{tl_version} +License: LPPL 1.3 +Summary: Tools for a repository of long-living documents +Version: svn22781.0.51 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Requires: tex(listings.sty) +Requires: tex(dirtree.sty) +Requires: tex(ifpdf.sty) +Requires: tex(datetime.sty) +Requires: tex(versions.sty) +Requires: tex(booktabs.sty) +Requires: tex(optional.sty) +Requires: tex(biblatex.sty) +Requires: tex(acronym.sty) +Requires: tex(etoolbox.sty) +Requires: tex(comment.sty) +Requires: tex(graphicx.sty) +Requires: tex(longtable.sty) +Requires: tex(colortbl.sty) +Requires: tex(textcomp.sty) +Requires: tex(gensymb.sty) +Requires: tex(wasysym.sty) +Requires: tex(units.sty) +Requires: tex(xmpmulti.sty) +Requires: tex(float.sty) +Requires: tex(xcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(beamerarticle.sty) +Requires: tex(pgf.sty) +Requires: tex(enumitem.sty) +Provides: tex(skb.cfg) = %{tl_version} +Provides: tex(skb.sty) = %{tl_version} +Provides: tex(skbarticle.cls) = %{tl_version} +Provides: tex(skbbeamer.cls) = %{tl_version} +Provides: tex(skbbook.cls) = %{tl_version} +Provides: tex(skblncsbeamer.cls) = %{tl_version} +Provides: tex(skblncsppt.cls) = %{tl_version} +Provides: tex(skbmoderncv.cls) = %{tl_version} + +%description skb +The package provides macros that help to build a document +repository for long living documents. It focuses on structure +and re-use of text, code, figures etc. The basic concept is +first to separate structure from content (i.e., text about a +topic from the structure it is presented by) and then +separating the content from the actual published document, thus +enabling easy re-use of text blocks in different publications +(i.e., text about a protocol in a short article about this +protocol as well as in a book about many protocols); all +without constantly copying or changing text. As a side effect, +using the document classes provided, it hides a lot of LaTeX +from someone who just wants to write articles and books. + +date: 2011-05-13 02:11:01 +0200 + +%post skb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skb-doc +Summary: Documentation for skb +Version: svn22781.0.51 +Release: %{tl_noarch_release} +Provides: tex-skb-doc +BuildArch: noarch +AutoReqProv: No + +%description skb-doc +Documentation for skb + +%package skdoc +Provides: tex-skdoc = %{tl_version} +License: LPPL 1.3 +Summary: Documentation and extraction for packages and document classes +Version: svn29544.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xstring.sty) +Requires: tex(xparse.sty) +Requires: tex(atbegshi.sty) +Requires: tex(kvoptions.sty) +Requires: tex(verbatim.sty) +Requires: tex(marginnote.sty) +Requires: tex(calc.sty) +Requires: tex(hyperref.sty) +Requires: tex(multicol.sty) +Requires: tex(hologo.sty) +Requires: tex(glossaries.sty) +Requires: tex(ydoc-code.sty) +Requires: tex(ydoc-desc.sty) +Requires: tex(babel.sty) +Requires: tex(csquotes.sty) +Requires: tex(caption.sty) +Requires: tex(scrpage2.sty) +Requires: tex(PTSerif.sty) +Requires: tex(ascii.sty) +Requires: tex(opensans.sty) +Requires: tex(microtype.sty) +Provides: tex(skdoc.cls) = %{tl_version} + +%description skdoc +The class provides the functionality and implementation of +packages and document classes. It is loosely based on the ydoc +and ltxdoc classes, but has a number of incompatible +differences. The class defines a MacroCode environment which +offers an alternative to the the usual docstrip method of +installing packages. It has the ability to generate both +documentation and code in a single run of a single file. + +date: 2013-03-28 18:52:07 +0100 + +%post skdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skdoc-doc +Summary: Documentation for skdoc +Version: svn29544.1.0 +Release: %{tl_noarch_release} +Provides: tex-skdoc-doc +BuildArch: noarch +AutoReqProv: No + +%description skdoc-doc +Documentation for skdoc + +%package skeycommand +Provides: tex-skeycommand = %{tl_version} +License: LPPL 1.3 +Summary: Create commands using parameters and keyval in parallel +Version: svn24652.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Provides: tex(skeycommand.sty) = %{tl_version} + +%description skeycommand +The package provides tools for defining LaTeX commands and +environments using combinations of parameters and keys. All the +facilities of the ltxkeys and skeyval packages are available to +the user of skeycommand. + +date: 2011-11-20 11:43:03 +0100 + +%post skeycommand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skeycommand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skeycommand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skeycommand-doc +Summary: Documentation for skeycommand +Version: svn24652.0.4 +Release: %{tl_noarch_release} +Provides: tex-skeycommand-doc +BuildArch: noarch +AutoReqProv: No + +%description skeycommand-doc +Documentation for skeycommand + +%package skeyval +Provides: tex-skeyval = %{tl_version} +License: LPPL 1.3 +Summary: Key-value parsing combining features of xkeyval and pgfkeys +Version: svn30560.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(atveryend.sty) +Requires: tex(xcolor.sty) +Requires: tex(pifont.sty) +Requires: tex(tikz.sty) +Requires: tex(graphicx.sty) +Requires: tex(longtable.sty) +Provides: tex(skeyval-bc.sty) = %{tl_version} +Provides: tex(skeyval.sty) = %{tl_version} +Provides: tex(skeyval-core.tex) = %{tl_version} +Provides: tex(skeyval-for.tex) = %{tl_version} +Provides: tex(skeyval-ltxcmds.tex) = %{tl_version} +Provides: tex(skeyval-ltxpatch.sty) = %{tl_version} +Provides: tex(skeyval-pstkey.sty) = %{tl_version} +Provides: tex(skeyval-pstkey.tex) = %{tl_version} +Provides: tex(skeyval-testclass.cls) = %{tl_version} +Provides: tex(skeyval-testpkg.sty) = %{tl_version} +Provides: tex(skeyval-view.sty) = %{tl_version} +Provides: tex(skeyval.sty) = %{tl_version} + +%description skeyval +The package integrates the features of xkeyval and of pgfkeys +by introducing a new type of handlers. Style keys, links, +changing key callbacks and values on the fly, and other +features of pgfkeys are introduced in a new context. + +date: 2013-05-16 17:14:56 +0200 + +%post skeyval +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skeyval +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skeyval +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skeyval-doc +Summary: Documentation for skeyval +Version: svn30560.1.3 +Release: %{tl_noarch_release} +Provides: tex-skeyval-doc +BuildArch: noarch +AutoReqProv: No + +%description skeyval-doc +Documentation for skeyval + +%package skrapport +Provides: tex-skrapport = %{tl_version} +License: LPPL 1.3 +Summary: 'Simple' class for reports, etc +Version: svn29608.0.10b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(xstring.sty) +Requires: tex(kvoptions.sty) +Requires: tex(ifxetex.sty) +Requires: tex(geometry.sty) +Requires: tex(fontspec.sty) +Requires: tex(fontenc.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xcolor.sty) +Requires: tex(kpfonts.sty) +Requires: tex(tgpagella.sty) +Requires: tex(mathpazo.sty) +Requires: tex(lmodern.sty) +Requires: tex(xkeyval.sty) +Requires: tex(polyglossia.sty) +Requires: tex(babel.sty) +Requires: tex(multicol.sty) +Requires: tex(calc.sty) +Requires: tex(microtype.sty) +Requires: tex(icomma.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(textcomp.sty) +Requires: tex(skmath.sty) +Requires: tex(grid.sty) +Provides: tex(skrapport-colortheme-cruelwater.sty) = %{tl_version} +Provides: tex(skrapport-colortheme-default.sty) = %{tl_version} +Provides: tex(skrapport-colortheme-unscathed.sty) = %{tl_version} +Provides: tex(skrapport-colortheme-violet.sty) = %{tl_version} +Provides: tex(skrapport.cls) = %{tl_version} + +%description skrapport +The class is intgended for simple documents (e.g., reports +handed in as coursework and the like). The class is small and +straightforward; its design was inspired by that of the PracTeX +journal style. + +date: 2013-03-28 18:38:42 +0100 + +%post skrapport +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skrapport +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skrapport +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skrapport-doc +Summary: Documentation for skrapport +Version: svn29608.0.10b +Release: %{tl_noarch_release} +Provides: tex-skrapport-doc +BuildArch: noarch +AutoReqProv: No + +%description skrapport-doc +Documentation for skrapport + +%package slantsc +Provides: tex-slantsc = %{tl_version} +License: LPPL +Summary: Access different-shaped small-caps fonts +Version: svn25007.2.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(slantsc.sty) = %{tl_version} + +%description slantsc +This package enables the use of small capitals in different +font shapes, e.g., slanted or bold slanted for all fonts that +provide appropriate font shapes. (Note that a separate .fd file +is needed to define font shapes such as 'scsl' or 'scit'.) + +date: 2012-01-02 14:24:13 +0100 + +%post slantsc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun slantsc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans slantsc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package slantsc-doc +Summary: Documentation for slantsc +Version: svn25007.2.11 +Release: %{tl_noarch_release} +Provides: tex-slantsc-doc +BuildArch: noarch +AutoReqProv: No + +%description slantsc-doc +Documentation for slantsc + +%package smalltableof +Provides: tex-smalltableof = %{tl_version} +License: LPPL +Summary: Create listoffigures etc. in a single chapter +Version: svn20333.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(smalltableof.sty) = %{tl_version} + +%description smalltableof +The package allows you to create a list of figures and list of +tables in a chapter named 'List' that contains separate +sections for each list of figures, tables, etc. + +date: 2010-11-05 12:10:03 +0100 + +%post smalltableof +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun smalltableof +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smalltableof +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package smalltableof-doc +Summary: Documentation for smalltableof +Version: svn20333.0 +Release: %{tl_noarch_release} +Provides: tex-smalltableof-doc +BuildArch: noarch +AutoReqProv: No + +%description smalltableof-doc +Documentation for smalltableof + +%package smartref +Provides: tex-smartref = %{tl_version} +License: LPPL +Summary: Extend LaTeX's \ref capability +Version: svn20311.1.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(byname.sty) = %{tl_version} +Provides: tex(smartref.sty) = %{tl_version} + +%description smartref +The package extends the LaTeX labelling system: whenever a +label is set, the values of counters (selected by the user) are +recorded, along with the label. The value of these counters can +be recalled with a command similar to \pageref. The package +also adds commands \s[name]ref (for each counter [name] that +the user has selected); these commands display something only +if the value of the [name] counter is changed from when the +label was set. Many commands are provided to serve as a macro +programming environment for using the extended labels. + +date: 2010-11-01 15:44:19 +0100 + +%post smartref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun smartref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smartref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package smartref-doc +Summary: Documentation for smartref +Version: svn20311.1.9 +Release: %{tl_noarch_release} +Provides: tex-smartref-doc +BuildArch: noarch +AutoReqProv: No + +%description smartref-doc +Documentation for smartref + +%package snapshot +Provides: tex-snapshot = %{tl_version} +License: LPPL +Summary: List the external dependencies of a LaTeX document +Version: svn15878.1.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(snapshot.sty) = %{tl_version} + +%description snapshot +The snapshot package helps the owner of a LaTeX document obtain +a list of the external dependencies of the document, in a form +that can be embedded at the top of the document. It provides a +snapshot of the current processing context of the document, +insofar as it can be determined from inside LaTeX. If a +document contains such a dependency list, then it becomes +possible to arrange that the document be processed always with +the same versions of everything, in order to ensure the same +output. This could be useful for someone wanting to keep a +LaTeX document on hand and consistently reproduce an identical +DVI file from it, on the fly; or for someone wanting to shield +a document during the final stages of its production cycle from +unexpected side effects of routine upgrades to the TeX system. + +date: 2006-12-14 00:03:18 +0100 + +%post snapshot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun snapshot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans snapshot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package snapshot-doc +Summary: Documentation for snapshot +Version: svn15878.1.14 +Release: %{tl_noarch_release} +Provides: tex-snapshot-doc +BuildArch: noarch +AutoReqProv: No + +%description snapshot-doc +Documentation for snapshot + +%package snotez +Provides: tex-snotez = %{tl_version} +License: LPPL 1.3 +Summary: Typeset notes, in the margin +Version: svn30355.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(pgfopts.sty) +Requires: tex(marginnote.sty) +Requires: tex(perpage.sty) +Provides: tex(snotez.sty) = %{tl_version} + +%description snotez +The package provides a macro \sidenote, that places a note in +the margin of the document, with its baseline aligned with the +baseline in the body of the document. These sidenotes are +numbered (both in the text, and on the notes themselves). The +package loads the package etoolbox, pgfopts, marginnote and +perpage. + +date: 2013-05-09 13:28:31 +0200 + +%post snotez +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun snotez +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans snotez +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package snotez-doc +Summary: Documentation for snotez +Version: svn30355.0.3 +Release: %{tl_noarch_release} +Provides: tex-snotez-doc +BuildArch: noarch +AutoReqProv: No + +%description snotez-doc +Documentation for snotez + +%package soul +Provides: tex-soul = %{tl_version} +License: LPPL +Summary: Hyphenation for letterspacing, underlining, and more +Version: svn15878.2.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(soul.sty) = %{tl_version} + +%description soul +Provides hyphenatable spacing out (letterspacing), underlining, +striking out, etc., using the TeX hyphenation algorithm to find +the proper hyphens automatically. The package also provides a +mechanism that can be used to implement similar tasks, that +have to treat text syllable by syllable. This is shown in two +examples. The package itself does not support UTF-8 input in +ordinary (PDF)LaTeX; some UTF-8 support is offered by package +soulutf8 + +date: 2009-10-10 00:35:28 +0200 + +%post soul +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun soul +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans soul +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package soul-doc +Summary: Documentation for soul +Version: svn15878.2.4 +Release: %{tl_noarch_release} +Provides: tex-soul-doc +BuildArch: noarch +AutoReqProv: No + +%description soul-doc +Documentation for soul + +%package spanglish +Provides: tex-spanglish = %{tl_version} +License: LPPL 1.3 +Summary: Simplified Spanish support for Babel +Version: svn29272.0.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(esindex.sty) +Provides: tex(spanglish.ldf) = %{tl_version} +Provides: tex(spanglish.sty) = %{tl_version} + +%description spanglish +The package provides very simplified (or ultra sloppy) support +for Spanish in Babel, mostly as a fallback in case spanish.ldf +fails for some reason. The package provides basic support for +Spanish hyphenation, captions, date, frenchspacing, +indentfirst, symbolic footnotes, enumerations, small caps roman +numerals, and a handful of shorthands and Spanish mathematical +operators. No options or attributes for customization are +provided. + +date: 2013-03-02 07:48:35 +0100 + +%post spanglish +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spanglish +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spanglish +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spanglish-doc +Summary: Documentation for spanglish +Version: svn29272.0.1a +Release: %{tl_noarch_release} +Provides: tex-spanglish-doc +BuildArch: noarch +AutoReqProv: No + +%description spanglish-doc +Documentation for spanglish + +%package sparklines +Provides: tex-sparklines = %{tl_version} +License: LPPL +Summary: Drawing sparklines: intense, simple, wordlike graphics +Version: svn16131.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgf.sty) +Provides: tex(sparklines.sty) = %{tl_version} + +%description sparklines +Sparklines are intense, simple, wordlike graphics (so named by +Edward Tufte). In lieu of a more detailed introduction, +Professor Tufte's site has an early release of a chapter on +sparklines. A PHP implementation may be found at SourceForge. A +sparkline can be added using the sparkline environment. Also, +you can add sparkling rectangles for the median and special +sparkling dots in red or blue. The package requires pdflatex; +sparklines cannot appear in a dvi file. The sparklines package +uses pgf, and does not work with pictex. + +date: 2009-11-22 10:21:09 +0100 + +%post sparklines +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sparklines +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sparklines +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sparklines-doc +Summary: Documentation for sparklines +Version: svn16131.1.5 +Release: %{tl_noarch_release} +Provides: tex-sparklines-doc +BuildArch: noarch +AutoReqProv: No + +%description sparklines-doc +Documentation for sparklines + +%package spreadtab +Provides: tex-spreadtab = %{tl_version} +License: LPPL 1.3 +Summary: Spreadsheet features for LaTeX tabular environments +Version: svn26384.0.4b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp.sty) +Requires: tex(xstring.sty) +Provides: tex(spreadtab.sty) = %{tl_version} + +%description spreadtab +The package allows the user to construct tables in a manner +similar to a spreadsheet. The cells of a table have row and +column indices and these can be used in formulas to generate +values in other cells. + +date: 2012-05-14 12:19:39 +0200 + +%post spreadtab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spreadtab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spreadtab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spreadtab-doc +Summary: Documentation for spreadtab +Version: svn26384.0.4b +Release: %{tl_noarch_release} +Provides: tex-spreadtab-doc +BuildArch: noarch +AutoReqProv: No + +%description spreadtab-doc +Documentation for spreadtab + +%package spverbatim +Provides: tex-spverbatim = %{tl_version} +License: LPPL +Summary: Allow line breaks within \verb and verbatim output +Version: svn15878.v1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(spverbatim.sty) = %{tl_version} + +%description spverbatim +LaTeX's \verb macro treats its argument as an unbreakable unit +of text. This can lead to poor typesetting, especially when the +argument is long. The spverbatim package provides an \spverb +macro that is analogous to \verb and an spverbatim environment +that is analogous to verbatim with the difference being that +\spverb and spverbatim allow LaTeX to break lines at space +characters. + +date: 2009-11-10 00:30:52 +0100 + +%post spverbatim +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spverbatim +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spverbatim +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spverbatim-doc +Summary: Documentation for spverbatim +Version: svn15878.v1.0 +Release: %{tl_noarch_release} +Provides: tex-spverbatim-doc +BuildArch: noarch +AutoReqProv: No + +%description spverbatim-doc +Documentation for spverbatim + +%package splitindex +Provides: tex-splitindex = %{tl_version} +License: LPPL +Summary: Unlimited number of indexes +Version: svn29792.1.2a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-splitindex-bin +Provides: tex(splitindex.tex) = %{tl_version} +Provides: tex(splitidx.sty) = %{tl_version} + +%description splitindex +SplitIndex consists of a LaTeX package, splitidx, and a small +program, splitindex. The package may be used to produce one +index or several indexes. Without splitindex (for example, +using the index package), the number of indexes is limited by +the number of TeX's output streams. But using the program you +may use even more than 16 indexes: splitidx outputs only a +single file \jobname.idx and the program splits that file into +several raw index files and calls your favorite index processor +for each of the files. + +date: 2013-04-09 11:35:57 +0200 + +%post splitindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun splitindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splitindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package splitindex-doc +Summary: Documentation for splitindex +Version: svn29792.1.2a +Release: %{tl_noarch_release} +Provides: tex-splitindex-doc +BuildArch: noarch +AutoReqProv: No + +%description splitindex-doc +Documentation for splitindex + +%package splitindex-bin +Summary: Binaries for splitindex +Version: svn29688.0 +Requires: texlive-base +Requires: tex-splitindex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description splitindex-bin +Binaries for splitindex + +%package spot +Provides: tex-spot = %{tl_version} +License: LPPL 1.3 +Summary: Spotlight highlighting for Beamer +Version: svn22408.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(afterpage.sty) +Provides: tex(spot.sty) = %{tl_version} + +%description spot +The package allows dramatic highlighting of words and phrases +by painting shapes around them. It is chiefly intended for use +in Beamer presentations, but it can be used in other document +classes as well. + +date: 2011-05-10 01:20:26 +0200 + +%post spot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spot-doc +Summary: Documentation for spot +Version: svn22408.1.1 +Release: %{tl_noarch_release} +Provides: tex-spot-doc +BuildArch: noarch +AutoReqProv: No + +%description spot-doc +Documentation for spot + +%package spotcolor +Provides: tex-spotcolor = %{tl_version} +License: LPPL +Summary: Spot colours for pdfLaTeX +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(spotcolor.sty) = %{tl_version} +Provides: tex(spotcolorhks.tex) = %{tl_version} +Provides: tex(spotcolorpantone.tex) = %{tl_version} + +%description spotcolor +This package provides procedures for using spot colors in LaTeX +documents and the generated pdf files. Predefined templates for +PANTONE and HKS color spaces are included but new ones can +easily be defined. + +date: 2007-03-12 11:51:09 +0100 + +%post spotcolor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spotcolor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spotcolor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spotcolor-doc +Summary: Documentation for spotcolor +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-spotcolor-doc +BuildArch: noarch +AutoReqProv: No + +%description spotcolor-doc +Documentation for spotcolor + +%package srbook-mem +Provides: tex-srbook-mem = %{tl_version} +License: LPPL +Summary: srbook-mem package +Version: svn23454.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(srbook-mem.sty) = %{tl_version} + +%description srbook-mem +srbook-mem package + +%post srbook-mem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun srbook-mem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans srbook-mem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package srbook-mem-doc +Summary: Documentation for srbook-mem +Version: svn23454.0 +Release: %{tl_noarch_release} +Provides: tex-srbook-mem-doc +BuildArch: noarch +AutoReqProv: No + +%description srbook-mem-doc +Documentation for srbook-mem + +%package srcltx +Provides: tex-srcltx = %{tl_version} +License: Public Domain +Summary: Jump between DVI and TeX files +Version: svn15878.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(srcltx.sty) = %{tl_version} +Provides: tex(srctex.sty) = %{tl_version} + +%description srcltx +Provides a \special insertion into generated .dvi files +allowing one to jump from the .dvi file to the .tex source and +back again (given a .dvi viewer that supports this, such as Yap +or xdvi version 22.38 or later). This was originally written by +Aleksander Simonic, the author of the WinEdt shell. + +date: 2006-12-07 15:13:33 +0100 + +%post srcltx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun srcltx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans srcltx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package srcltx-doc +Summary: Documentation for srcltx +Version: svn15878.1.6 +Release: %{tl_noarch_release} +Provides: tex-srcltx-doc +BuildArch: noarch +AutoReqProv: No + +%description srcltx-doc +Documentation for srcltx + +%package sseq +Provides: tex-sseq = %{tl_version} +License: LPPL +Summary: Spectral sequence diagrams +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(pifont.sty) +Requires: tex(pgf.sty) +Requires: tex(xkeyval.sty) +Provides: tex(sseq.sty) = %{tl_version} + +%description sseq +The package provides commands to draw spectral sequence +diagrams, providing facilities for clipping and arranging +multiple symbols so that they do not overlap. The package is +built using pgf, and shares that systems large demands for TeX +system memory. Its geometric commands are based on a turtle +graphics model, and control structures such as loops and +conditionals are available. + +date: 2009-04-10 15:43:04 +0200 + +%post sseq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sseq +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sseq +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sseq-doc +Summary: Documentation for sseq +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-sseq-doc +BuildArch: noarch +AutoReqProv: No + +%description sseq-doc +Documentation for sseq + +%package stack +Provides: tex-stack = %{tl_version} +License: LPPL +Summary: Tools to define and use stacks +Version: svn15878.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(relinput.sty) = %{tl_version} +Provides: tex(stack.sty) = %{tl_version} + +%description stack +The package provides a small set of commands to implement +stacks independently of TeX's own stack. As an example of how +the stacks might be used, the documentation offers a small +"relinput" package that implements the backbone of the import +package. + +date: 2007-02-28 00:02:05 +0100 + +%post stack +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stack +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stack +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package standalone +Provides: tex-standalone = %{tl_version} +License: LPPL 1.3 +Summary: Compile TeX pictures stand-alone or as part of a document +Version: svn27677.1.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(xkeyval.sty) +Requires: tex(currfile-abspath.sty) +Requires: tex(varwidth.sty) +Requires: tex(tikz.sty) +Requires: tex(pstricks.sty) +Requires: tex(currfile.sty) +Requires: tex(trimclip.sty) +Requires: tex(adjustbox.sty) +Requires: tex(gincltex.sty) +Requires: tex(filemod-expmin.sty) +Provides: tex(standalone.cfg) = %{tl_version} +Provides: tex(standalone.cls) = %{tl_version} +Provides: tex(standalone.sty) = %{tl_version} +Provides: tex(standalone.tex) = %{tl_version} + +%description standalone +A class and package is provided which allows TeX pictures or +other TeX code to be compiled standalone or as part of a main +document. Special support for pictures with beamer overlays is +also provided. The package is used in the main document and +skips extra preambles in sub-files. The class may be used to +simplify the preamble in sub-files. By default the preview +package is used to display the code without margins. The +behaviour in standalone mode may adjusted using a configuration +file standalone.cfg to redefine the standalone environment. + +date: 2012-09-15 20:44:35 +0200 + +%post standalone +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun standalone +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans standalone +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package standalone-doc +Summary: Documentation for standalone +Version: svn27677.1.1b +Release: %{tl_noarch_release} +Provides: tex-standalone-doc +BuildArch: noarch +AutoReqProv: No + +%description standalone-doc +Documentation for standalone + +%package statistik +Provides: tex-statistik = %{tl_version} +License: GPL+ +Summary: Store statistics of a document +Version: svn20334.0.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(statistik.sty) = %{tl_version} + +%description statistik +The package counts the numbers of pages per chapter, and stores +the results in a separate file; the format of the file is +selectable. + +date: 2010-11-05 12:45:12 +0100 + +%post statistik +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun statistik +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statistik +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package statistik-doc +Summary: Documentation for statistik +Version: svn20334.0.03 +Release: %{tl_noarch_release} +Provides: tex-statistik-doc +BuildArch: noarch +AutoReqProv: No + +%description statistik-doc +Documentation for statistik + +%package stdclsdv +Provides: tex-stdclsdv = %{tl_version} +License: LPPL +Summary: Provide sectioning information for package writers +Version: svn15878.1.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(stdclsdv.sty) = %{tl_version} + +%description stdclsdv +The stdclsdv package is designed for package writers who need +to know what sectioning divsions are provided by the document's +class. It also provides a version of \CheckCommand that sets a +flag rather than printing a warning. + +date: 2009-09-04 12:14:45 +0200 + +%post stdclsdv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stdclsdv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stdclsdv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stdclsdv-doc +Summary: Documentation for stdclsdv +Version: svn15878.1.1a +Release: %{tl_noarch_release} +Provides: tex-stdclsdv-doc +BuildArch: noarch +AutoReqProv: No + +%description stdclsdv-doc +Documentation for stdclsdv + +%package stdpage +Provides: tex-stdpage = %{tl_version} +License: LPPL 1.2 +Summary: Standard pages with n lines of at most m characters each +Version: svn15878.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(typearea.sty) +Requires: tex(ragged2e.sty) +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Requires: tex(lineno.sty) +Requires: tex(hyphenat.sty) +Requires: tex(titlesec.sty) +Provides: tex(stdpage.sty) = %{tl_version} + +%description stdpage +For translations, proofreading, journal contributions etc. +standard pages are used. Those standard pages consist of a +fixed number of lines and characters per line. This package +produces pages with n lines of at most m characters each. For +instance the German "Normseite": 60 lines of 30 characters +each. + +date: 2006-11-06 12:37:44 +0100 + +%post stdpage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stdpage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stdpage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stdpage-doc +Summary: Documentation for stdpage +Version: svn15878.0.6 +Release: %{tl_noarch_release} +Provides: tex-stdpage-doc +BuildArch: noarch +AutoReqProv: No + +%description stdpage-doc +Documentation for stdpage + +%package stex +Provides: tex-stex = %{tl_version} +License: LPPL +Summary: An Infrastructure for Semantic Preloading of LaTeX Documents +Version: svn29803.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(sref.sty) +Requires: tex(graphicx.sty) +Requires: tex(size10.clo) +Requires: tex(rdfmeta.sty) +Requires: tex(hwexam.sty) +Requires: tex(a4wide.sty) +Requires: tex(amssymb.sty) +Requires: tex(amstext.sty) +Requires: tex(amsmath.sty) +Requires: tex(keyval.sty) +Requires: tex(babel.sty) +Requires: tex(marginnote.sty) +Requires: tex(beamerarticle.sty) +Requires: tex(tikz.sty) +Requires: tex(url.sty) +Requires: tex(comment.sty) +Requires: tex(standalone.sty) +Requires: tex(xspace.sty) +Requires: tex(xcomment.sty) +Requires: tex(longtable.sty) +Requires: tex(ntheorem.sty) +Requires: tex(pgf.sty) +Provides: tex(cmath.sty) = %{tl_version} +Provides: tex(cmathml.sty) = %{tl_version} +Provides: tex(cmathmlx.sty) = %{tl_version} +Provides: tex(cnx.cls) = %{tl_version} +Provides: tex(ctansvn.sty) = %{tl_version} +Provides: tex(dcm.sty) = %{tl_version} +Provides: tex(hwexam.cls) = %{tl_version} +Provides: tex(hwexam.sty) = %{tl_version} +Provides: tex(metakeys.sty) = %{tl_version} +Provides: tex(beamerthemeJacobs.sty) = %{tl_version} +Provides: tex(mikoaffiliation.sty) = %{tl_version} +Provides: tex(mikoslides.cls) = %{tl_version} +Provides: tex(modules.sty) = %{tl_version} +Provides: tex(omdoc.cls) = %{tl_version} +Provides: tex(omdoc.sty) = %{tl_version} +Provides: tex(omtext.sty) = %{tl_version} +Provides: tex(presentation.sty) = %{tl_version} +Provides: tex(problem.sty) = %{tl_version} +Provides: tex(rdfmeta.sty) = %{tl_version} +Provides: tex(reqdoc.sty) = %{tl_version} +Provides: tex(sproof.sty) = %{tl_version} +Provides: tex(sref.sty) = %{tl_version} +Provides: tex(statements.sty) = %{tl_version} +Provides: tex(stex-logo.sty) = %{tl_version} +Provides: tex(stex.sty) = %{tl_version} +Provides: tex(stex.tex) = %{tl_version} +Provides: tex(workaddress.sty) = %{tl_version} + +%description stex +The sTeX package collection is a version of TeX/LaTeX that +allows to markup TeX/LaTeX documents semantically without +leaving the document format, essentially turning it into a +document format for mathematical knowledge management (MKM). + +date: 2012-03-31 11:15:31 +0200 + +%post stex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stex-doc +Summary: Documentation for stex +Version: svn29803.1.4 +Release: %{tl_noarch_release} +Provides: tex-stex-doc +BuildArch: noarch +AutoReqProv: No + +%description stex-doc +Documentation for stex + +%package storebox +Provides: tex-storebox = %{tl_version} +License: LPPL 1.3 +Summary: Storing information for reuse +Version: svn24895.1.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(collectbox.sty) +Provides: tex(storebox-pgf.sty) = %{tl_version} +Provides: tex(storebox.sty) = %{tl_version} + +%description storebox +The package provides "store boxes" whose user interface matches +that of normal LaTeX "save boxes", except that the content of a +store box appears at most once in the output PDF file, however +often it is used. The present version of the package supports +pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave +the same as save boxes. + +date: 2011-12-21 11:26:33 +0100 + +%post storebox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun storebox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans storebox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package storebox-doc +Summary: Documentation for storebox +Version: svn24895.1.3a +Release: %{tl_noarch_release} +Provides: tex-storebox-doc +BuildArch: noarch +AutoReqProv: No + +%description storebox-doc +Documentation for storebox + +%package storecmd +Provides: tex-storecmd = %{tl_version} +License: LPPL 1.3 +Summary: Store the name of a defined command in a container +Version: svn24431.0.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Requires: tex(ltxtools.sty) +Provides: tex(storecmd.sty) = %{tl_version} + +%description storecmd +The package provides macros for command definition that save +the name of the command being defined in a file or a macro +container. The list could be useful for spelling exceptions in +text editors that do not support TeX syntax. + +date: 2011-10-27 10:28:55 +0200 + +%post storecmd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun storecmd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans storecmd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package storecmd-doc +Summary: Documentation for storecmd +Version: svn24431.0.0.2 +Release: %{tl_noarch_release} +Provides: tex-storecmd-doc +BuildArch: noarch +AutoReqProv: No + +%description storecmd-doc +Documentation for storecmd + +%package stringstrings +Provides: tex-stringstrings = %{tl_version} +License: LGPLv2+ +Summary: String manipulation for cosmetic and programming application +Version: svn30093.1.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(stringstrings.sty) = %{tl_version} + +%description stringstrings +The package provides a large and sundry set of macros for the +manipulation of strings. The macros are developed not merely +for cosmetic application (such as changing the case of letters +and string substitution), but also for programming applications +such as character look-ahead, argument parsing, conditional +tests on various string conditions, etc. The macros were +designed all to be expandable (note that things such as +\uppercase and \lowercase are not expandable), so that the +macros may be strung together sequentially and nested (after a +fashion) to achieve rather complex manipulations. + +date: 2012-10-10 00:01:11 +0200 + +%post stringstrings +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stringstrings +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stringstrings +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stringstrings-doc +Summary: Documentation for stringstrings +Version: svn30093.1.21 +Release: %{tl_noarch_release} +Provides: tex-stringstrings-doc +BuildArch: noarch +AutoReqProv: No + +%description stringstrings-doc +Documentation for stringstrings + +%package sttools +Provides: tex-sttools = %{tl_version} +License: Public Domain +Summary: Various macros +Version: svn28013.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(boundbox.sty) = %{tl_version} +Provides: tex(cuted.sty) = %{tl_version} +Provides: tex(floatpag.sty) = %{tl_version} +Provides: tex(flushend.sty) = %{tl_version} +Provides: tex(marginal.sty) = %{tl_version} +Provides: tex(midfloat.sty) = %{tl_version} +Provides: tex(stabular.sty) = %{tl_version} +Provides: tex(stfloats.sty) = %{tl_version} +Provides: tex(texsort.sty) = %{tl_version} + +%description sttools +A collection of tools and macros, including: - a document +"Inside LaTeX2e kernel" (which discusses some of the functions +of the packages), - miscellaneous float control, - page styles +for floats, - multipage tabulars, - even columns at end of +twocolumn region, - switching between one- and two-column +anywhere, - getting more mileage from \marginpar, - simulating +the effect of "midfloats", - create a bounding box, - a package +to manipulate numerical lists and arrays. + +date: 2012-10-18 11:44:44 +0200 + +%post sttools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sttools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sttools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sttools-doc +Summary: Documentation for sttools +Version: svn28013.1.1 +Release: %{tl_noarch_release} +Provides: tex-sttools-doc +BuildArch: noarch +AutoReqProv: No + +%description sttools-doc +Documentation for sttools + +%package stubs +Provides: tex-stubs = %{tl_version} +License: GPL+ +Summary: Create tear-off stubs at the bottom of a page +Version: svn19440.0.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textpos.sty) +Requires: tex(graphicx.sty) +Provides: tex(stubs.sty) = %{tl_version} + +%description stubs +The \stubs command creates as many repetitions as possible of +its argument, at the bottom of the page; these stubs may be +used (for example) for contact information. + +date: 2008-08-23 22:26:13 +0200 + +%post stubs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stubs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stubs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stubs-doc +Summary: Documentation for stubs +Version: svn19440.0.1.1 +Release: %{tl_noarch_release} +Provides: tex-stubs-doc +BuildArch: noarch +AutoReqProv: No + +%description stubs-doc +Documentation for stubs + +%package subdepth +Provides: tex-subdepth = %{tl_version} +License: LPPL +Summary: Unify maths subscript height +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(subdepth.sty) = %{tl_version} + +%description subdepth +This package is based on code (posted long ago to comp.text.tex +by Donald Arseneau) to equalise the height of subscripts in +maths. The default behaviour is to place subscripts slightly +lower when there is a superscript as well, but this can look +odd in some situations. + +date: 2008-08-23 22:26:13 +0200 + +%post subdepth +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subdepth +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subdepth +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subdepth-doc +Summary: Documentation for subdepth +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-subdepth-doc +BuildArch: noarch +AutoReqProv: No + +%description subdepth-doc +Documentation for subdepth + +%package subeqn +Provides: tex-subeqn = %{tl_version} +License: LPPL +Summary: Package for subequation numbering +Version: svn15878.2.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(subeqn.sty) = %{tl_version} + +%description subeqn +Sometimes it is necessary to be able to refer to subexpressions +of an equation. In order to do that these subexpressions should +be numbered. In standard LaTeX there is no provision for this. +To solve this problem Stephen Gildea once wrote subeqn.sty for +LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes +Braams made them available for LaTeX2e. Note that this package +is not compatible with the package subeqnarray (written by +Johannes Braams), but it can be used together with the LaTeX +class options leqno and fleqn. + +date: 2007-01-15 00:27:07 +0100 + +%post subeqn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subeqn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subeqn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subeqn-doc +Summary: Documentation for subeqn +Version: svn15878.2.0b +Release: %{tl_noarch_release} +Provides: tex-subeqn-doc +BuildArch: noarch +AutoReqProv: No + +%description subeqn-doc +Documentation for subeqn + +%package subeqnarray +Provides: tex-subeqnarray = %{tl_version} +License: LPPL +Summary: Equation array with sub numbering +Version: svn15878.2.1c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(subeqnarray.sty) = %{tl_version} + +%description subeqnarray +This package defines the subeqnarray and subeqnarray* +environments, which behave like the equivalent eqnarray and +eqnarray* environments, except that the individual lines are +numbered like 1a, 1b, 1c, etc. To refer to these numbers an +extra label command \slabel is provided. + +date: 2007-01-02 10:01:06 +0100 + +%post subeqnarray +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subeqnarray +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subeqnarray +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subeqnarray-doc +Summary: Documentation for subeqnarray +Version: svn15878.2.1c +Release: %{tl_noarch_release} +Provides: tex-subeqnarray-doc +BuildArch: noarch +AutoReqProv: No + +%description subeqnarray-doc +Documentation for subeqnarray + +%package subfigmat +Provides: tex-subfigmat = %{tl_version} +License: LPPL +Summary: Automates layout when using the subfigure package +Version: svn20308.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(subfigure.sty) +Provides: tex(subfigmat.sty) = %{tl_version} + +%description subfigmat +Defines an array/matrix-type environment that is used with the +subfigure package to automate the placement of subfigures (or +tables or text). The subfigures are placed left-to-right, top- +to-bottom. + +date: 2010-11-03 11:56:13 +0100 + +%post subfigmat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subfigmat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfigmat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subfigmat-doc +Summary: Documentation for subfigmat +Version: svn20308.1.0 +Release: %{tl_noarch_release} +Provides: tex-subfigmat-doc +BuildArch: noarch +AutoReqProv: No + +%description subfigmat-doc +Documentation for subfigmat + +%package subfigure +Provides: tex-subfigure = %{tl_version} +License: LPPL +Summary: Deprecated: Figures divided into subfigures +Version: svn15878.2.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(subfigure.cfg) = %{tl_version} +Provides: tex(subfigure.sty) = %{tl_version} + +%description subfigure +Provides support for the manipulation and reference of small or +'sub' figures and tables within a single figure or table +environment. It is convenient to use this package when your +subfigures are to be separately captioned, referenced, or are +to be included in the List-of-Figures. A new \subfigure command +is introduced which can be used inside a figure environment for +each subfigure. An optional first argument is used as the +caption for that subfigure. This package is now obsolescent: +new users should use subfig instead. + +date: 2010-04-20 11:43:44 +0200 + +%post subfigure +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subfigure +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfigure +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subfigure-doc +Summary: Documentation for subfigure +Version: svn15878.2.1.5 +Release: %{tl_noarch_release} +Provides: tex-subfigure-doc +BuildArch: noarch +AutoReqProv: No + +%description subfigure-doc +Documentation for subfigure + +%package subfiles +Provides: tex-subfiles = %{tl_version} +License: LPPL +Summary: subfiles package +Version: svn26645.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(subfiles.cls) = %{tl_version} +Provides: tex(subfiles.sty) = %{tl_version} + +%description subfiles +subfiles package + +%post subfiles +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subfiles +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfiles +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subfiles-doc +Summary: Documentation for subfiles +Version: svn26645.0 +Release: %{tl_noarch_release} +Provides: tex-subfiles-doc +BuildArch: noarch +AutoReqProv: No + +%description subfiles-doc +Documentation for subfiles + +%package subfloat +Provides: tex-subfloat = %{tl_version} +License: LPPL +Summary: Sub-numbering for figures and tables +Version: svn29349.2.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(subfloat.sty) = %{tl_version} + +%description subfloat +This package enables sub-numbering of floats (figures and +tables) similar to the subequations-environment of the amsmath +package. The subfloat package is not to be confused with the +subfig package which generates sub-figures within one normal +figure, and manages their placement; subfloat only affects +captions and numbering. + +date: 2012-05-06 01:06:11 +0200 + +%post subfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun subfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package subfloat-doc +Summary: Documentation for subfloat +Version: svn29349.2.14 +Release: %{tl_noarch_release} +Provides: tex-subfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description subfloat-doc +Documentation for subfloat + +%package substitutefont +Provides: tex-substitutefont = %{tl_version} +License: LPPL 1.3 +Summary: Easy font substitution +Version: svn26981.0.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(substitutefont.sty) = %{tl_version} + +%description substitutefont +Many free fonts are extensions of a basic font family with new +glyphs or shapes. Such fonts may be given a new name due to +licence reasons or to the creator's preference. The package +facilitates the task of setting up a font family as substitute +for another one, using its \substitutefont command. + +date: 2012-07-08 14:35:29 +0200 + +%post substitutefont +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun substitutefont +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substitutefont +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package substitutefont-doc +Summary: Documentation for substitutefont +Version: svn26981.0.1.3 +Release: %{tl_noarch_release} +Provides: tex-substitutefont-doc +BuildArch: noarch +AutoReqProv: No + +%description substitutefont-doc +Documentation for substitutefont + +%package substr +Provides: tex-substr = %{tl_version} +License: LPPL +Summary: Deal with substrings in strings +Version: svn16117.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(substr.sty) = %{tl_version} + +%description substr +The substr package provides commands to deal with substrings of +strings. Macros are provided to: - determine if one string is a +substring of another, - return the parts of a string before or +after a substring and - count the number of occurrences of a +substring. + +date: 2009-10-20 22:03:50 +0200 + +%post substr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun substr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package substr-doc +Summary: Documentation for substr +Version: svn16117.1.2 +Release: %{tl_noarch_release} +Provides: tex-substr-doc +BuildArch: noarch +AutoReqProv: No + +%description substr-doc +Documentation for substr + +%package supertabular +Provides: tex-supertabular = %{tl_version} +License: LPPL +Summary: A multi-page tables package +Version: svn15878.4.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(supertabular.sty) = %{tl_version} + +%description supertabular +Generally longtable is a little easier to use and more +flexible, but supertabular has its place, since it will work in +a few situations where longtable won't. + +date: 2009-10-10 00:51:28 +0200 + +%post supertabular +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun supertabular +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans supertabular +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package supertabular-doc +Summary: Documentation for supertabular +Version: svn15878.4.1a +Release: %{tl_noarch_release} +Provides: tex-supertabular-doc +BuildArch: noarch +AutoReqProv: No + +%description supertabular-doc +Documentation for supertabular + +%package svg +Provides: tex-svg = %{tl_version} +License: LPPL 1.3 +Summary: Include and extract SVG pictures using Inkscape +Version: svn27643.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(subfig.sty) +Requires: tex(import.sty) +Requires: tex(graphicx.sty) +Requires: tex(transparent.sty) +Requires: tex(xcolor.sty) +Provides: tex(svg.sty) = %{tl_version} + +%description svg +The package provides a command similar to \includegraphics +command of the graphicx package, which enables the inclusion of +SVG images using Inkscape. \includesvg[options]{svg filename} A +variety of options is available, including width, height, and +path of the SVG. The image is converted to an appropriate +format, using the \write18 mechanism to execute a shell +command, and the package also offers the means of saving a PDF, +EPS, or PNG copy of the image, at the same time. The +documentation shows an example using an SVG created from the +high energy particle physics analysis package ROOT. + +date: 2012-09-09 19:10:52 +0200 + +%post svg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svg-doc +Summary: Documentation for svg +Version: svn27643.1.0 +Release: %{tl_noarch_release} +Provides: tex-svg-doc +BuildArch: noarch +AutoReqProv: No + +%description svg-doc +Documentation for svg + +%package svgcolor +Provides: tex-svgcolor = %{tl_version} +License: LPPL +Summary: Define SVG named colours +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(svgcolor.sty) = %{tl_version} + +%description svgcolor +The package defines the W3C Scalable Vector Graphics (SVG) +colour names for use with both the color and PSTricks packages. + +date: 2006-08-27 16:41:02 +0100 + +%post svgcolor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svgcolor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svgcolor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svgcolor-doc +Summary: Documentation for svgcolor +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-svgcolor-doc +BuildArch: noarch +AutoReqProv: No + +%description svgcolor-doc +Documentation for svgcolor + +%package svn +Provides: tex-svn = %{tl_version} +License: LPPL 1.3 +Summary: Typeset Subversion keywords +Version: svn15878.43 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(svn.sty) = %{tl_version} + +%description svn +The svn package lets you typeset (in LaTeX) the value of +Subversion keywords. It is approximately an equivalent to the +rcs package, but for Subversion rather than CVS. Details of +Subversion (a replacement for CVS) is available from the +project's home site. + +date: 2009-03-04 19:42:30 +0100 + +%post svn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svn-doc +Summary: Documentation for svn +Version: svn15878.43 +Release: %{tl_noarch_release} +Provides: tex-svn-doc +BuildArch: noarch +AutoReqProv: No + +%description svn-doc +Documentation for svn + +%package svn-multi +Provides: tex-svn-multi = %{tl_version} +License: LPPL +Summary: Subversion keywords in multi-file LaTeX documents +Version: svn26313.2.4d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-svn-multi-bin +Requires: tex(kvoptions.sty) +Requires: tex(filehook.sty) +Requires: tex(currfile.sty) +Requires: tex(graphics.sty) +Requires: tex(pgf.sty) +Provides: tex(svn-multi.sty) = %{tl_version} +Provides: tex(svnkw.sty) = %{tl_version} + +%description svn-multi +This package lets you typeset keywords of the version control +system Subversion inside your LaTeX files anywhere you like. +Unlike the otherwise similar package svn the use of multiple +files for one LaTeX document is well supported. The package +uses the author's filehook and currfile packages. The package +interacts with an external Perl script, to retrieve information +necessary for the required output. + +date: 2012-05-07 15:25:51 +0200 + +%post svn-multi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svn-multi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn-multi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svn-multi-doc +Summary: Documentation for svn-multi +Version: svn26313.2.4d +Release: %{tl_noarch_release} +Provides: tex-svn-multi-doc +BuildArch: noarch +AutoReqProv: No + +%description svn-multi-doc +Documentation for svn-multi + +%package svn-multi-bin +Summary: Binaries for svn-multi +Version: svn13663.0 +Requires: texlive-base +Requires: tex-svn-multi +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description svn-multi-bin +Binaries for svn-multi + +%package svninfo +Provides: tex-svninfo = %{tl_version} +License: LPPL +Summary: Typeset Subversion keywords +Version: svn17554.0.7.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyheadings.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(scrpage2.sty) +Requires: tex(eso-pic.sty) +Requires: tex(ifthen.sty) +Provides: tex(svninfo.cfg) = %{tl_version} +Provides: tex(svninfo.sty) = %{tl_version} + +%description svninfo +A package for incorporating the values of Subversion keywords +into typeset documents. Information about Subversion (a +replacement for CVS) is available from +http://subversion.tigris.org/ + +date: 2010-03-23 21:34:59 +0100 + +%post svninfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun svninfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svninfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package svninfo-doc +Summary: Documentation for svninfo +Version: svn17554.0.7.4 +Release: %{tl_noarch_release} +Provides: tex-svninfo-doc +BuildArch: noarch +AutoReqProv: No + +%description svninfo-doc +Documentation for svninfo + +%package syntax +Provides: tex-syntax = %{tl_version} +License: GPL+ +Summary: Creation of syntax diagrams +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(syntax.tex) = %{tl_version} + +%description syntax +Create syntax diagrams using special environments and commands +to represent the diagram structure. + +date: 2009-10-01 19:53:35 +0200 + +%post syntax +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun syntax +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syntax +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package syntax-doc +Summary: Documentation for syntax +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-syntax-doc +BuildArch: noarch +AutoReqProv: No + +%description syntax-doc +Documentation for syntax + +%package syntrace +Provides: tex-syntrace = %{tl_version} +License: LPPL +Summary: Labels for tracing in a syntax tree +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(synttree.sty) +Requires: tex(qtree.sty) +Provides: tex(syntrace.sty) = %{tl_version} + +%description syntrace +This package adds support for for traces in trees created using +either the synttree or the qtree package. The package provides +two commands (\traceLabel and \traceReference) to set and use a +trace. + +date: 2007-03-13 15:26:21 +0100 + +%post syntrace +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun syntrace +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syntrace +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package syntrace-doc +Summary: Documentation for syntrace +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-syntrace-doc +BuildArch: noarch +AutoReqProv: No + +%description syntrace-doc +Documentation for syntrace + +%package synttree +Provides: tex-synttree = %{tl_version} +License: LPPL +Summary: Typeset syntactic trees +Version: svn16252.1.4.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(synttree.sty) = %{tl_version} + +%description synttree +A package to typeset syntactic trees such as those used in +Chomsky's Generative grammar, based on a description of the +structure of the tree. + +date: 2009-11-30 09:23:31 +0100 + +%post synttree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun synttree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans synttree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package synttree-doc +Summary: Documentation for synttree +Version: svn16252.1.4.2 +Release: %{tl_noarch_release} +Provides: tex-synttree-doc +BuildArch: noarch +AutoReqProv: No + +%description synttree-doc +Documentation for synttree + +%package tabfigures +Provides: tex-tabfigures = %{tl_version} +License: LPPL 1.3 +Summary: Maintain vertical alignment of figures +Version: svn25202.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(xcolor.sty) +Provides: tex(tabfigures.sty) = %{tl_version} + +%description tabfigures +Knuth designed his original fonts with tabular figures (figures +whose width is uniform); this makes some layout problems rather +simple. In more recent times, fonts (such as Minion Pro), which +offer proportionally spaced figures, are increasingly being +used. The package provides mechanisms whereby such proportional +figures may still be aligned in tabular style (for example, in +the table of contents). + +date: 2012-01-25 23:45:22 +0100 + +%post tabfigures +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabfigures +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabfigures +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabfigures-doc +Summary: Documentation for tabfigures +Version: svn25202.1.1 +Release: %{tl_noarch_release} +Provides: tex-tabfigures-doc +BuildArch: noarch +AutoReqProv: No + +%description tabfigures-doc +Documentation for tabfigures + +%package tableaux +Provides: tex-tableaux = %{tl_version} +License: LPPL +Summary: Construct tables of signs and variations +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(array.sty) +Requires: tex(hhline.sty) +Requires: tex(graphicx.sty) +Requires: tex(pstcol.sty) +Requires: tex(pst-fill.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-tree.sty) +Provides: tex(minimum.sty) = %{tl_version} +Provides: tex(tableau.sty) = %{tl_version} + +%description tableaux +The package uses PStricks; the user may define the width of the +table, the number of lines and the height of each line. +Placement of labels within the boxes may be absolute, or as a +percentage of the width; various other controls are available. + +date: 2008-11-10 21:50:32 +0100 + +%post tableaux +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tableaux +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tableaux +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tableaux-doc +Summary: Documentation for tableaux +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-tableaux-doc +BuildArch: noarch +AutoReqProv: No + +%description tableaux-doc +Documentation for tableaux + +%package tablefootnote +Provides: tex-tablefootnote = %{tl_version} +License: LPPL 1.3 +Summary: Permit footnotes in tables +Version: svn27256.1.0h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ltxcmds.sty) +Requires: tex(letltxmacro.sty) +Requires: tex(etoolbox.sty) +Provides: tex(tablefootnote.sty) = %{tl_version} + +%description tablefootnote +The package provides the command \tablefootnote to be used in a +table or sidewaystableenvironment, where \footnote will not +work (and when using \footnotemark and \footnotetext, and +adjusting the counter as necessary, is too much work. + +date: 2012-07-30 11:22:32 +0200 + +%post tablefootnote +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tablefootnote +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablefootnote +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tablefootnote-doc +Summary: Documentation for tablefootnote +Version: svn27256.1.0h +Release: %{tl_noarch_release} +Provides: tex-tablefootnote-doc +BuildArch: noarch +AutoReqProv: No + +%description tablefootnote-doc +Documentation for tablefootnote + +%package tableof +Provides: tex-tableof = %{tl_version} +License: LPPL +Summary: Tagging tables of contents +Version: svn29296.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tableof.sty) = %{tl_version} + +%description tableof +The package provides the commands to flag chapters or sections +(or anything else destined to become a TOC line). The command +\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifies +which tags are to be required and which ones are to be excluded +by the next \tableofcontents (or equivalent) command. In a +document that uses a class where \tableofcontents may only be +used once, the command +\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be +used to provide several tables. + +date: 2013-03-05 14:09:10 +0100 + +%post tableof +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tableof +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tableof +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tableof-doc +Summary: Documentation for tableof +Version: svn29296.1.2 +Release: %{tl_noarch_release} +Provides: tex-tableof-doc +BuildArch: noarch +AutoReqProv: No + +%description tableof-doc +Documentation for tableof + +%package tablists +Provides: tex-tablists = %{tl_version} +License: LPPL +Summary: Tabulated lists of short items +Version: svn15878.0.0e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makecell.sty) +Provides: tex(tablists.sty) = %{tl_version} + +%description tablists +This package offers environments and commands for one-level and +two-level lists of short items (e.g., exercises in textbooks). +The environments support optional arguments of item numbering +similar to the enumerate or paralist packages. + +date: 2009-08-04 22:17:36 +0200 + +%post tablists +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tablists +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablists +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tablists-doc +Summary: Documentation for tablists +Version: svn15878.0.0e +Release: %{tl_noarch_release} +Provides: tex-tablists-doc +BuildArch: noarch +AutoReqProv: No + +%description tablists-doc +Documentation for tablists + +%package tabls +Provides: tex-tabls = %{tl_version} +License: Dotseqn +Summary: Better vertical spacing in tables and arrays +Version: svn17255.3.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tabls.sty) = %{tl_version} + +%description tabls +Modifies LaTeX's array and tabular environments to keep text +from touching other text or hlines above or below. Several new +parameters are defined and some standard macros are re-defined. +The package slows down compilation of tables, since each entry +is boxed twice. + +date: 2010-03-09 13:13:30 +0100 + +%post tabls +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabls +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabls +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabls-doc +Summary: Documentation for tabls +Version: svn17255.3.5 +Release: %{tl_noarch_release} +Provides: tex-tabls-doc +BuildArch: noarch +AutoReqProv: No + +%description tabls-doc +Documentation for tabls + +%package tabto-ltx +Provides: tex-tabto-ltx = %{tl_version} +License: LPPL +Summary: "Tab" to a measured position in the line +Version: svn18159.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tabto.sty) = %{tl_version} + +%description tabto-ltx +\tabto{<length>} moves the typesetting position to <length> +from the left margin of the paragraph. If the typesetting +position is already further along, \tabto starts a new line; +the command \tabto* will move position backwards if necessary, +so that previous text may be overwritten. The command +\TabPositions may be used to define a set of tabbing positions, +after which the command \tab advances typesetting position to +the next defined 'tab stop'. + +date: 2010-05-23 19:54:42 +0200 + +%post tabto-ltx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabto-ltx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabto-ltx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabto-ltx-doc +Summary: Documentation for tabto-ltx +Version: svn18159.1.0 +Release: %{tl_noarch_release} +Provides: tex-tabto-ltx-doc +BuildArch: noarch +AutoReqProv: No + +%description tabto-ltx-doc +Documentation for tabto-ltx + +%package tabu +Provides: tex-tabu = %{tl_version} +License: LPPL 1.3 +Summary: Flexible LaTeX tabulars +Version: svn21534.2.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(varwidth.sty) +Requires: tex(delarray.sty) +Requires: tex(linegoal.sty) +Provides: tex(tabu.sty) = %{tl_version} + +%description tabu +The package provides an environment, tabu, which will make any +sort of tabular (that doesn't need to split across pages), and +an environment longtabu which provides the facilities of tabu +in a modified longtable environment. (Note that this latter +offers an enhancement of ltxtable.) The package requires the +array package, and needs e-TeX to run (since array.sty is +present in every conforming distribution of LaTeX, and since +every publicly available LaTeX format is built using e-TeX, the +requirements are provided by default on any reasonable system). +The package also requires xcolor for coloured rules in tables, +and colortbl for coloured cells. The longtabu environment +further requires that longtable be loaded. The package itself +does not load any of these packages for the user. The tabu +environment may be used in place of tabular, tabular* and +tabularx environments, as well as the array environment in +maths mode. It overloads tabularx's X-column specification, +allowing a width specification, alignment (l, r, c and j) and +column type indication (p, m and b). \begin{tabu} to <dimen> +specifies a target width, and \begin{tabu} spread <dimen> +enlarges the environment's "natural" width. + +date: 2011-02-27 12:23:54 +0100 + +%post tabu +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabu +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabu +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabu-doc +Summary: Documentation for tabu +Version: svn21534.2.8 +Release: %{tl_noarch_release} +Provides: tex-tabu-doc +BuildArch: noarch +AutoReqProv: No + +%description tabu-doc +Documentation for tabu + +%package tabularborder +Provides: tex-tabularborder = %{tl_version} +License: LPPL 1.2 +Summary: Correct index entries for chemical compounds +Version: svn17885.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(booktabs.sty) +Requires: tex(array.sty) +Provides: tex(tabularborder.sty) = %{tl_version} + +%description tabularborder +The tabular environment is changed so that the outer +\tabcolseps are compensated and a \hline has the same length as +the text. No @{} is needed. + +date: 2010-04-29 12:40:52 +0200 + +%post tabularborder +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabularborder +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularborder +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabularborder-doc +Summary: Documentation for tabularborder +Version: svn17885.1.0a +Release: %{tl_noarch_release} +Provides: tex-tabularborder-doc +BuildArch: noarch +AutoReqProv: No + +%description tabularborder-doc +Documentation for tabularborder + +%package tabularcalc +Provides: tex-tabularcalc = %{tl_version} +License: LPPL +Summary: Calculate formulas in a tabular environment +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp.sty) +Requires: tex(xstring.sty) +Requires: tex(numprint.sty) +Provides: tex(tabularcalc.sty) = %{tl_version} + +%description tabularcalc +Given a list of numbers and one (or more) formulas, the package +offers an easy syntax to build a table of values, i.e., a +tabular in which the first row contains the list of numbers, +and the other rows contain the calculated values of the +formulas for each number of the list. The table may be built +either horizontally or vertically and is fully customizable. + +date: 2009-04-22 00:12:47 +0200 + +%post tabularcalc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabularcalc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularcalc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabularcalc-doc +Summary: Documentation for tabularcalc +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-tabularcalc-doc +BuildArch: noarch +AutoReqProv: No + +%description tabularcalc-doc +Documentation for tabularcalc + +%package tabularew +Provides: tex-tabularew = %{tl_version} +License: LPPL +Summary: A variation on the tabular environment +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(tabularew.sty) = %{tl_version} + +%description tabularew +The package offers a modification of the tabular environment, +which deals with the problem of column heads that are +significantly wider than the body of the column. + +date: 2009-11-10 00:58:07 +0100 + +%post tabularew +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabularew +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularew +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabularew-doc +Summary: Documentation for tabularew +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-tabularew-doc +BuildArch: noarch +AutoReqProv: No + +%description tabularew-doc +Documentation for tabularew + +%package tabulary +Provides: tex-tabulary = %{tl_version} +License: LPPL +Summary: Tabular with variable width columns balanced +Version: svn15878.0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(tabulary.sty) = %{tl_version} + +%description tabulary +The package defines a tabular*-like tabulary environment, +taking a 'total width' argument as well as the column +specifications. It then defines column types L, C, R and J for +variable width columns (\raggedright', \centering, \raggedleft, +and normally justified). In contrast to tabularx's X columns, +the width of each column is weighted according to the natural +width of the widest cell in the column. + +date: 2009-10-10 00:51:28 +0200 + +%post tabulary +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabulary +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabulary +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabulary-doc +Summary: Documentation for tabulary +Version: svn15878.0.9 +Release: %{tl_noarch_release} +Provides: tex-tabulary-doc +BuildArch: noarch +AutoReqProv: No + +%description tabulary-doc +Documentation for tabulary + +%package tagging +Provides: tex-tagging = %{tl_version} +License: LPPL 1.3 +Summary: Document configuration with tags +Version: svn23761.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(verbatim.sty) +Provides: tex(tagging.sty) = %{tl_version} + +%description tagging +The package allows the user to generate multiple documents from +a single source, by marking pieces of the document with tags +and specifying which marked pieces to include or exclude. + +date: 2011-08-29 00:41:24 +0200 + +%post tagging +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tagging +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tagging +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tagging-doc +Summary: Documentation for tagging +Version: svn23761.0 +Release: %{tl_noarch_release} +Provides: tex-tagging-doc +BuildArch: noarch +AutoReqProv: No + +%description tagging-doc +Documentation for tagging + +%package talk +Provides: tex-talk = %{tl_version} +License: LPPL +Summary: A LaTeX class for presentations +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multido.sty) +Requires: tex(amsmath.sty) +Requires: tex(graphicx.sty) +Requires: tex(pgf.sty) +Requires: tex(hyperref.sty) +Provides: tex(sidebars.sty) = %{tl_version} +Provides: tex(talk.cls) = %{tl_version} + +%description talk +The talk document class allows you to create slides for screen +presentations or printing on transparencies. It also allows you +to print personal notes for your talk. You can create overlays +and display structure information (current section / +subsection, table of contents) on your slides. The main feature +that distinguishes talk from other presentation classes like +beamer or prosper is that it allows the user to define an +arbitrary number of slide styles and switch between these +styles from slide to slide. This way the slide layout can be +adapted to the slide content. For example, the title or +contents page of a talk can be given a slightly different +layout than the other slides. The talk class makes no +restrictions on the slide design whatsoever. The entire look +and feel of the presentation can be defined by the user. The +style definitions should be put in a separate sty file. +Currently the package comes with only one set of pre-defined +slide styles (greybars.sty). Contributions from people who are +artistically more gifted than the author are more than welcome! + +date: 2007-08-14 14:14:54 +0200 + +%post talk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun talk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans talk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package talk-doc +Summary: Documentation for talk +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-talk-doc +BuildArch: noarch +AutoReqProv: No + +%description talk-doc +Documentation for talk + +%package tamefloats +Provides: tex-tamefloats = %{tl_version} +License: LPPL 1.3 +Summary: Experimentally use \holdinginserts with LaTeX floats +Version: svn27345.v0.42 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tameflts.sty) = %{tl_version} + +%description tamefloats +LaTeX's figures, tables, and \marginpars are dangerous for +footnotes (and probably also \enlargethispage). Here is a +proposal (a 'patch' package) to help, by using \holdinginserts +in a simple way. It replaces the original problem with a new +one -- it is an experiment to find out whether the new problem +is less bad (or it is just a contribution to the discussion, +maybe just a summary of previous work). The files provide +further information. + +date: 2012-06-21 14:54:52 +0200 + +%post tamefloats +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tamefloats +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tamefloats +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tamefloats-doc +Summary: Documentation for tamefloats +Version: svn27345.v0.42 +Release: %{tl_noarch_release} +Provides: tex-tamefloats-doc +BuildArch: noarch +AutoReqProv: No + +%description tamefloats-doc +Documentation for tamefloats + +%package tcldoc +Provides: tex-tcldoc = %{tl_version} +License: LPPL +Summary: Doc/docstrip for tcl +Version: svn22018.2.40 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(rtkinenc.sty) +Requires: tex(xdoc2.sty) +Requires: tex(docidx2e.sty) +Provides: tex(tcldoc.cls) = %{tl_version} +Provides: tex(tcldoc.sty) = %{tl_version} +Provides: tex(tclldoc.cls) = %{tl_version} +Provides: tex(tclldoc.sty) = %{tl_version} + +%description tcldoc +The tclldoc package and class simplify the application of the +doc/docstrip style of literate programming with Dr. John +Ousterhout's Tool Command Language (Tcl, pronounced "tickle", +a.k.a. The Cool Language). The tclldoc package is a bit like +the doc package is for LaTeX, whereas the tclldoc class more +parallels the ltxdoc class. + +date: 2007-02-28 00:02:05 +0100 + +%post tcldoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tcldoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tcldoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tcldoc-doc +Summary: Documentation for tcldoc +Version: svn22018.2.40 +Release: %{tl_noarch_release} +Provides: tex-tcldoc-doc +BuildArch: noarch +AutoReqProv: No + +%description tcldoc-doc +Documentation for tcldoc + +%package tcolorbox +Provides: tex-tcolorbox = %{tl_version} +License: LPPL 1.3 +Summary: Coloured boxes, for LaTeX examples and theorems, etc +Version: svn30508.2.22 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgf.sty) +Requires: tex(verbatim.sty) +Provides: tex(tcbbreakable.code.tex) = %{tl_version} +Provides: tex(tcbdocumentation.code.tex) = %{tl_version} +Provides: tex(tcbhooks.code.tex) = %{tl_version} +Provides: tex(tcblistings.code.tex) = %{tl_version} +Provides: tex(tcblistingsutf8.code.tex) = %{tl_version} +Provides: tex(tcbskins.code.tex) = %{tl_version} +Provides: tex(tcbtheorems.code.tex) = %{tl_version} +Provides: tex(tcolorbox.sty) = %{tl_version} + +%description tcolorbox +The package provides an environment for coloured and framed +text boxes with a heading line. Optionally, such a box can be +split in an upper and a lower part; thus the package may be +used for the setting of LaTeX examples where one part of the +box displays the source code and the other part shows the +output. Another common use case is the setting of theorems. The +package supports saving and reuse of source code and text +parts. + +date: 2013-05-16 19:39:08 +0200 + +%post tcolorbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tcolorbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tcolorbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tcolorbox-doc +Summary: Documentation for tcolorbox +Version: svn30508.2.22 +Release: %{tl_noarch_release} +Provides: tex-tcolorbox-doc +BuildArch: noarch +AutoReqProv: No + +%description tcolorbox-doc +Documentation for tcolorbox + +%package tdclock +Provides: tex-tdclock = %{tl_version} +License: GPLv2+ +Summary: A ticking digital clock package for PDF output +Version: svn15878.v2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(hyperref.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Provides: tex(tdclock.sty) = %{tl_version} + +%description tdclock +A ticking digital clock package to be used in Pdf-LaTeX +documents, for example in presentations. + +date: 2009-06-23 13:06:36 +0200 + +%post tdclock +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tdclock +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tdclock +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tdclock-doc +Summary: Documentation for tdclock +Version: svn15878.v2.2 +Release: %{tl_noarch_release} +Provides: tex-tdclock-doc +BuildArch: noarch +AutoReqProv: No + +%description tdclock-doc +Documentation for tdclock + +%package technics +Provides: tex-technics = %{tl_version} +License: LPPL +Summary: A package to format technical documents +Version: svn29349.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(technics.sty) = %{tl_version} + +%description technics +The package provides a very simple LaTeX document template, in +the hope that this use of LaTeX will become attractive to +typical word processor users. (Presentation is as if it were a +class; users are expected to start from a template document.) + +date: 2012-08-31 01:04:09 +0200 + +%post technics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun technics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans technics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package technics-doc +Summary: Documentation for technics +Version: svn29349.1.0 +Release: %{tl_noarch_release} +Provides: tex-technics-doc +BuildArch: noarch +AutoReqProv: No + +%description technics-doc +Documentation for technics + +%package ted +Provides: tex-ted = %{tl_version} +License: LPPL +Summary: A (primitive) token list editor +Version: svn15878.1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ted.sty) = %{tl_version} + +%description ted +Just like sed is a stream editor, ted is a token list editor. +Actually, it is not as powerfull as sed, but its main feature +is that it really works with tokens, not only characters. The +ted package provides two user macros: \Substitute and +\ShowTokens. The first is maybe the most useful: it performs +substitutions in token lists (even inside braces). The second +displays each token of the list (one per line) with its catcode +(in the list, not just the current one), and can be useful for +debugging or for TeX learners. Ted is designed to work well +even if strange tokens (that is, unusual {charcode, catcode} +pairs or tokens with a confusing meaning) occur in the list. + +date: 2008-08-24 10:50:19 +0200 + +%post ted +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ted +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ted +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ted-doc +Summary: Documentation for ted +Version: svn15878.1.06 +Release: %{tl_noarch_release} +Provides: tex-ted-doc +BuildArch: noarch +AutoReqProv: No + +%description ted-doc +Documentation for ted + +%package termcal +Provides: tex-termcal = %{tl_version} +License: LPPL +Summary: Print a class calendar +Version: svn22514.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(longtable.sty) +Requires: tex(ifthen.sty) +Provides: tex(termcal.sty) = %{tl_version} + +%description termcal +This package is intended to print a term calendar for use in +planning a class. It has a flexible mechanism for specifying +which days of the week are to be included and for inserting +text either regularly on the same day each week, or on selected +days, or for a series of consecutive days. It also has a +flexible mechanism for specifing class and nonclass days. Text +may be inserted into consecutive days so that it automatically +flows around nonclass days. + +date: 2011-05-17 01:53:44 +0200 + +%post termcal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun termcal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans termcal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package termcal-doc +Summary: Documentation for termcal +Version: svn22514.1.8 +Release: %{tl_noarch_release} +Provides: tex-termcal-doc +BuildArch: noarch +AutoReqProv: No + +%description termcal-doc +Documentation for termcal + +%package termlist +Provides: tex-termlist = %{tl_version} +License: LPPL +Summary: Label any kind of term with a continuous counter +Version: svn18923.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(termlist.sty) = %{tl_version} + +%description termlist +The termlist package provides environments to indent and label +any kind of terms with a continuous number. Candidate terms may +appear inside an equation or eqnarray environment. + +date: 2010-06-12 14:14:46 +0200 + +%post termlist +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun termlist +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans termlist +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package termlist-doc +Summary: Documentation for termlist +Version: svn18923.1.1 +Release: %{tl_noarch_release} +Provides: tex-termlist-doc +BuildArch: noarch +AutoReqProv: No + +%description termlist-doc +Documentation for termlist + +%package tex-label +Provides: tex-tex-label = %{tl_version} +License: LPPL 1.3 +Summary: Place a classification on each page of a document +Version: svn16372.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(tex-label.sty) = %{tl_version} + +%description tex-label +Enables the user to place a 'classification' label on each +page, at the bottom to the right of the page number + +date: 2009-12-14 16:47:24 +0100 + +%post tex-label +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tex-label +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-label +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-label-doc +Summary: Documentation for tex-label +Version: svn16372.0 +Release: %{tl_noarch_release} +Provides: tex-tex-label-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-label-doc +Documentation for tex-label + +%package texlogos +Provides: tex-texlogos = %{tl_version} +License: LPPL +Summary: Ready-to-use LaTeX logos +Version: svn19083.1.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(graphics.sty) +Requires: tex(ifthen.sty) +Provides: tex(texlogos.sty) = %{tl_version} + +%description texlogos +TeXlogos defines an assortment of frequently used logos not +contained in base LaTeX itself. The MetaFont, MetaPost, AMS, +BibTeX and SliTeX logos are defined, as long as you have the +appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent, +Yen, Won and Naira are defined so as not to need TS1-encoded +fonts. Also defined are the C++ logo, with the '+' signs +properly positioned, and the logo of the Vienna University +Business Administration Center (BWZ). + +date: 2007-01-16 09:34:54 +0100 + +%post texlogos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texlogos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlogos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texmate +Provides: tex-texmate = %{tl_version} +License: LPPL +Summary: Comprehensive chess annotation in LaTeX +Version: svn15878.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(chessfss.sty) +Requires: tex(skak.sty) +Provides: tex(texmate.sty) = %{tl_version} + +%description texmate +TeXmate formats chess games from very simple ascii input. The +clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same +results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The +resulting format is fully customizable. There are 4 levels of +commentary: 1 is the main game, 2-3 are commentaries. Each has +its fonts, punctuation marks, etc., and these are also +customizable. The package includes a tool for the creation of +diagrams. The package works in conjunction with skak to produce +diagrams of the current position automatically. For chess +fonts, the package uses the chessfss system. + +date: 2006-09-21 21:05:13 +0200 + +%post texmate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texmate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texmate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texmate-doc +Summary: Documentation for texmate +Version: svn15878.2 +Release: %{tl_noarch_release} +Provides: tex-texmate-doc +BuildArch: noarch +AutoReqProv: No + +%description texmate-doc +Documentation for texmate + +%package texments +Provides: tex-texments = %{tl_version} +License: LPPL +Summary: Using the Pygments highlighter in LaTeX +Version: svn15878.0.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyvrb.sty) +Requires: tex(color.sty) +Requires: tex(ifthen.sty) +Provides: tex(texments.sty) = %{tl_version} + +%description texments +A package which allows to use the Pygments highlighter inside +LaTeX documents. Pygments supports syntax colouring of over 50 +types of files, and ships with multiple colour schemes. + +date: 2009-01-03 10:55:55 +0100 + +%post texments +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texments +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texments +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texments-doc +Summary: Documentation for texments +Version: svn15878.0.2.0 +Release: %{tl_noarch_release} +Provides: tex-texments-doc +BuildArch: noarch +AutoReqProv: No + +%description texments-doc +Documentation for texments + +%package texpower +Provides: tex-texpower = %{tl_version} +License: GPL+ +Summary: Create dynamic online presentations with LaTeX +Version: svn29349.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-tpslifonts +Requires: tex(ifthen.sty) +Requires: tex(relsize.sty) +Requires: tex(tppstcol.sty) +Requires: tex(ifpdf.sty) +Requires: tex(graphics.sty) +Requires: tex(seminar.bug) +Requires: tex(seminar.bg2) +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Requires: tex(color.sty) +Requires: tex(pstricks.sty) +Requires: tex(sem-page.sty) +Provides: tex(automata.sty) = %{tl_version} +Provides: tex(fixseminar.sty) = %{tl_version} +Provides: tex(powersem.cls) = %{tl_version} +Provides: tex(texpower.sty) = %{tl_version} +Provides: tex(tpcolors.cfg) = %{tl_version} +Provides: tex(tplists.sty) = %{tl_version} +Provides: tex(tpoptions.cfg) = %{tl_version} +Provides: tex(tppstcol.sty) = %{tl_version} +Provides: tex(tpsem-a4.sty) = %{tl_version} +Provides: tex(tpsettings.cfg) = %{tl_version} + +%description texpower +TeXPower is a bundle of packages intended to provide an all- +inclusive environment for designing pdf screen presentations to +be viewed in full-screen mode, especially for projecting +`online' with a video beamer. For some of its core functions, +it uses code derived from ppower4 packages. It is, however, not +a complete environment in itself: it relies on an existing +class for preparing slides (such as foiltex or seminar) or +another package such as pdfslide. + +date: 2012-02-24 11:11:42 +0100 + +%post texpower +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texpower +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texpower +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texpower-doc +Summary: Documentation for texpower +Version: svn29349.0.2 +Release: %{tl_noarch_release} +Provides: tex-texpower-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-tpslifonts-doc + +%description texpower-doc +Documentation for texpower + +%package texshade +Provides: tex-texshade = %{tl_version} +License: GPLv2+ +Summary: Package for setting nucleotide and peptide alignments +Version: svn24716.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(graphics.sty) +Requires: tex(amssymb.sty) +Provides: tex(texshade.def) = %{tl_version} +Provides: tex(texshade.sty) = %{tl_version} + +%description texshade +TeXshade is alignment shading software completely written in +TeX/LaTeX; it can process multiple sequence alignments in the +.MSF and the .ALN file formats. In addition to common shading +algorithms, it provides special shading modes showing +functional aspects, e.g. charge or hydropathy, and a wide range +of commands for handling shading colours, text styles, labels, +legends; it even allows the user to define completely new +shading modes. TeXshade combines highest flexibility with TeX +output quality -- all in a bundle that does not demand +excessive development time of the user. + +date: 2011-12-01 13:24:33 +0100 + +%post texshade +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texshade +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texshade +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texshade-doc +Summary: Documentation for texshade +Version: svn24716.1.24 +Release: %{tl_noarch_release} +Provides: tex-texshade-doc +BuildArch: noarch +AutoReqProv: No + +%description texshade-doc +Documentation for texshade + +%package textfit +Provides: tex-textfit = %{tl_version} +License: LPPL 1.3 +Summary: Fit text to a desired size +Version: svn20591.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(textfit.sty) = %{tl_version} + +%description textfit +Package to fit text to a given width or height by scaling the +font. For example: \scaletowidth{3in}{This}. (The job is done +by calculating a magstep and applying it to the current font; +thus "This" will be very tall, as well as very wide; to scale +in just one dimension, use the facilities of the graphicx +package.) + +date: 2010-11-28 20:21:22 +0100 + +%post textfit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textfit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textfit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textfit-doc +Summary: Documentation for textfit +Version: svn20591.5 +Release: %{tl_noarch_release} +Provides: tex-textfit-doc +BuildArch: noarch +AutoReqProv: No + +%description textfit-doc +Documentation for textfit + +%package textgreek +Provides: tex-textgreek = %{tl_version} +License: LPPL +Summary: Upright greek letters in text +Version: svn24282.v0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(textgreek.sty) = %{tl_version} + +%description textgreek +Use upright greek letters as text symbols, e.g. \textbeta. + +date: 2011-10-13 09:47:13 +0200 + +%post textgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textgreek-doc +Summary: Documentation for textgreek +Version: svn24282.v0.7 +Release: %{tl_noarch_release} +Provides: tex-textgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description textgreek-doc +Documentation for textgreek + +%package textmerg +Provides: tex-textmerg = %{tl_version} +License: Public Domain +Summary: Merge text in TeX and LaTeX +Version: svn20677.2.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(textmerg.sty) = %{tl_version} + +%description textmerg +Useful, for example, in mail merge. + +date: 2010-12-01 15:56:49 +0100 + +%post textmerg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textmerg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textmerg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textmerg-doc +Summary: Documentation for textmerg +Version: svn20677.2.01 +Release: %{tl_noarch_release} +Provides: tex-textmerg-doc +BuildArch: noarch +AutoReqProv: No + +%description textmerg-doc +Documentation for textmerg + +%package textpos +Provides: tex-textpos = %{tl_version} +License: GPL+ +Summary: Place boxes at arbitrary positions on the LaTeX page +Version: svn28261.1.7h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(everyshi.sty) +Provides: tex(textpos.sty) = %{tl_version} + +%description textpos +A package to facilitate placement of boxes at absolute +positions on the LaTeX page. There are several reasons why this +might be useful, an important one being to help the creation of +large-format conference posters. + +date: 2012-06-01 19:23:46 +0200 + +%post textpos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textpos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textpos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textpos-doc +Summary: Documentation for textpos +Version: svn28261.1.7h +Release: %{tl_noarch_release} +Provides: tex-textpos-doc +BuildArch: noarch +AutoReqProv: No + +%description textpos-doc +Documentation for textpos + +%package theoremref +Provides: tex-theoremref = %{tl_version} +License: LPPL +Summary: References with automatic theorem names +Version: svn30640.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(theoremref.sty) = %{tl_version} + +%description theoremref +The theoremref package provides variants of the \label and \ref +commands for theorem-like environments, capable of +automatically typesetting references including the theorem name +(apart from the theorem number). The scheme is particularly +valuable if the author decides to change a lemma to a +proposition or a theorem (or whatever). + +date: 2012-07-10 15:51:55 +0200 + +%post theoremref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun theoremref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans theoremref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package theoremref-doc +Summary: Documentation for theoremref +Version: svn30640.0 +Release: %{tl_noarch_release} +Provides: tex-theoremref-doc +BuildArch: noarch +AutoReqProv: No + +%description theoremref-doc +Documentation for theoremref + +%package threadcol +Provides: tex-threadcol = %{tl_version} +License: LPPL 1.3 +Summary: Organize document columns into PDF "article thread" +Version: svn28754.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(etoolbox.sty) +Provides: tex(threadcol.sty) = %{tl_version} + +%description threadcol +The package combines a document's columns into a PDF "article +thread". PDF readers that support this mechanism (probably +Adobe Acrobat/Reader only) can be instructed to scroll +automatically from column to column, which facilitates on- +screen reading of two-column documents. Even for single-column +documents, threadcol supports the creation of multiple article +threads, which help organize discontiguous but logically +related regions of text into a form that the user can scroll +through as if its contents were contiguous. + +date: 2013-01-06 14:14:24 +0100 + +%post threadcol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun threadcol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threadcol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package threadcol-doc +Summary: Documentation for threadcol +Version: svn28754.1.0 +Release: %{tl_noarch_release} +Provides: tex-threadcol-doc +BuildArch: noarch +AutoReqProv: No + +%description threadcol-doc +Documentation for threadcol + +%package threeparttable +Provides: tex-threeparttable = %{tl_version} +License: Threeparttable +Summary: Tables with captions and notes all the same width +Version: svn17383.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(3parttable.sty) = %{tl_version} +Provides: tex(threeparttable.sty) = %{tl_version} + +%description threeparttable +Provides a scheme for tables that have a structured note +section, after the caption. This scheme provides an answer to +the old problem of putting footnotes in tables -- by making +footnotes entirely unnecessary. Note that a threeparttable is +not a float of itself; but you can place it in a table or a +table* environment, if necessary. + +date: 2010-03-09 13:13:30 +0100 + +%post threeparttable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun threeparttable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeparttable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package threeparttable-doc +Summary: Documentation for threeparttable +Version: svn17383.0 +Release: %{tl_noarch_release} +Provides: tex-threeparttable-doc +BuildArch: noarch +AutoReqProv: No + +%description threeparttable-doc +Documentation for threeparttable + +%package threeparttablex +Provides: tex-threeparttablex = %{tl_version} +License: LPPL +Summary: Notes in longtables +Version: svn30085.0.25 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(threeparttable.sty) +Requires: tex(environ.sty) +Provides: tex(threeparttablex.sty) = %{tl_version} + +%description threeparttablex +The package provides the functionality of the threeparttable +package to tables created using the longtable package. + +date: 2013-04-21 12:55:17 +0200 + +%post threeparttablex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun threeparttablex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeparttablex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package threeparttablex-doc +Summary: Documentation for threeparttablex +Version: svn30085.0.25 +Release: %{tl_noarch_release} +Provides: tex-threeparttablex-doc +BuildArch: noarch +AutoReqProv: No + +%description threeparttablex-doc +Documentation for threeparttablex + +%package thinsp +Provides: tex-thinsp = %{tl_version} +License: GPL+ +Summary: A stretchable \thinspace for LaTeX +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(thinsp.sty) = %{tl_version} + +%description thinsp +The package redefines \thinspace to have a stretch component. + +date: 2008-08-24 14:46:50 +0200 + +%post thinsp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thinsp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thinsp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thinsp-doc +Summary: Documentation for thinsp +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-thinsp-doc +BuildArch: noarch +AutoReqProv: No + +%description thinsp-doc +Documentation for thinsp + +%package thmtools +Provides: tex-thmtools = %{tl_version} +License: LPPL +Summary: Extensions to theorem environments +Version: svn26251.62 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(remreset.sty) +Requires: tex(keyval.sty) +Requires: tex(kvsetkeys.sty) +Requires: tex(etex.sty) +Requires: tex(thmtools.sty) +Requires: tex(mdframed.sty) +Requires: tex(shadethm.sty) +Requires: tex(thmbox.sty) +Provides: tex(aliasctr.sty) = %{tl_version} +Provides: tex(parseargs.sty) = %{tl_version} +Provides: tex(thm-amsthm.sty) = %{tl_version} +Provides: tex(thm-autoref.sty) = %{tl_version} +Provides: tex(thm-beamer.sty) = %{tl_version} +Provides: tex(thm-kv.sty) = %{tl_version} +Provides: tex(thm-listof.sty) = %{tl_version} +Provides: tex(thm-llncs.sty) = %{tl_version} +Provides: tex(thm-ntheorem.sty) = %{tl_version} +Provides: tex(thm-patch.sty) = %{tl_version} +Provides: tex(thm-restate.sty) = %{tl_version} +Provides: tex(thmdef-mdframed.sty) = %{tl_version} +Provides: tex(thmdef-shaded.sty) = %{tl_version} +Provides: tex(thmdef-thmbox.sty) = %{tl_version} +Provides: tex(thmtools.sty) = %{tl_version} +Provides: tex(unique.sty) = %{tl_version} + +%description thmtools +The bundle provides several packages for commonly-needed +support for typesetting theorems. The packages should work with +kernel theorems (theorems 'out of the box' with LaTeX), and the +theorem and amsthm packages. Features of the bundle include: - +a key-value interface to \newtheorem; - a \listoftheorems +command; - hyperref and autoref compatibility; - a mechanism +for restating entire theorems in a single macro call. + +date: 2012-04-27 11:57:13 +0200 + +%post thmtools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thmtools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thmtools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thmtools-doc +Summary: Documentation for thmtools +Version: svn26251.62 +Release: %{tl_noarch_release} +Provides: tex-thmtools-doc +BuildArch: noarch +AutoReqProv: No + +%description thmtools-doc +Documentation for thmtools + +%package thumb +Provides: tex-thumb = %{tl_version} +License: GPL+ +Summary: Thumb marks in documents +Version: svn16549.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancyhdr.sty) +Requires: tex(minitoc.sty) +Provides: tex(thumb.sty) = %{tl_version} + +%description thumb +Place thumb marks in books, manuals and reference maunals. + +date: 2006-12-11 00:37:24 +0100 + +%post thumb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thumb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thumb-doc +Summary: Documentation for thumb +Version: svn16549.1.0 +Release: %{tl_noarch_release} +Provides: tex-thumb-doc +BuildArch: noarch +AutoReqProv: No + +%description thumb-doc +Documentation for thumb + +%package thumbs +Provides: tex-thumbs = %{tl_version} +License: LPPL 1.3 +Summary: Create thumb indexes +Version: svn25506.1.0m +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(atbegshi.sty) +Requires: tex(xcolor.sty) +Requires: tex(picture.sty) +Requires: tex(alphalph.sty) +Requires: tex(pageslts.sty) +Requires: tex(pagecolor.sty) +Requires: tex(rerunfilecheck.sty) +Requires: tex(infwarerr.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(atveryend.sty) +Provides: tex(thumbs.sty) = %{tl_version} + +%description thumbs +The package puts running, customizable thumb marks in the outer +margin, moving downward as the chapter number (or whatever +shall be marked by the thumb marks) increases. Additionally an +overview page/table of thumb marks can be added automatically, +which gives the names of the thumbed objects, the page where +the object/thumb mark first appears, and the thumb mark itself +at its correct position. The thumb marks are useful for large +documents (such as reference guides, anthologies, etc.), where +a quick and easy way to find (for example) a chapter is needed. + +date: 2012-02-24 13:31:20 +0100 + +%post thumbs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thumbs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumbs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thumbs-doc +Summary: Documentation for thumbs +Version: svn25506.1.0m +Release: %{tl_noarch_release} +Provides: tex-thumbs-doc +BuildArch: noarch +AutoReqProv: No + +%description thumbs-doc +Documentation for thumbs + +%package thumby +Provides: tex-thumby = %{tl_version} +License: GPLv3+ +Summary: Create thumb indexes for printed books +Version: svn16736.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(perltex.sty) +Requires: tex(bophook.sty) +Provides: tex(thumby.sty) = %{tl_version} + +%description thumby +The package can generate thumb indexes for your document. It +features printing thumb indexes on one- or two-sided pages, +along with background- and foreground-color selection and full +LaTeX styling of the chapter numbers in the thumb indexes. The +height of each thumb index is automatically chosen based on the +number of chapters in your document, while the width is chosen +by the user. The package is designed to work with the memoir +class, and also requires PerlTeX and tikz/ + +date: 2010-01-17 11:28:50 +0100 + +%post thumby +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thumby +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumby +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thumby-doc +Summary: Documentation for thumby +Version: svn16736.0.1 +Release: %{tl_noarch_release} +Provides: tex-thumby-doc +BuildArch: noarch +AutoReqProv: No + +%description thumby-doc +Documentation for thumby + +%package ticket +Provides: tex-ticket = %{tl_version} +License: LPPL +Summary: Make labels, visting-cards, pins with LaTeX +Version: svn20679.0.4b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Provides: tex(ticket.sty) = %{tl_version} + +%description ticket +Provides an easy to handle interface to produce visiting cards, +labels for your files, stickers, pins and other stuff for your +office, conferences etc. All you need is a definition of your +'ticket' included in a ticket definition file and the two +commands \ticketdefault and \ticket. + +date: 2010-12-06 20:55:11 +0100 + +%post ticket +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ticket +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ticket +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ticket-doc +Summary: Documentation for ticket +Version: svn20679.0.4b +Release: %{tl_noarch_release} +Provides: tex-ticket-doc +BuildArch: noarch +AutoReqProv: No + +%description ticket-doc +Documentation for ticket + +%package titlecaps +Provides: tex-titlecaps = %{tl_version} +License: LPPL +Summary: Setting rich-text input into Titling Caps +Version: svn29902.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titlecaps.sty) = %{tl_version} + +%description titlecaps +The package is intended for setting rich text into titling +capitals (in which the first character of words are +capitalized). It automatically accounts for diacritical marks +(like umlauts), national symbols (like "ae"), punctuation, and +font changing commands that alter the appearance or size of the +text. It allows a list of predesignated words to be protected +as lower-cased, and also allows for titling exceptions of +various sorts. + +date: 2013-04-15 11:53:39 +0200 + +%post titlecaps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titlecaps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlecaps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titlecaps-doc +Summary: Documentation for titlecaps +Version: svn29902.1.0 +Release: %{tl_noarch_release} +Provides: tex-titlecaps-doc +BuildArch: noarch +AutoReqProv: No + +%description titlecaps-doc +Documentation for titlecaps + +%package titlefoot +Provides: tex-titlefoot = %{tl_version} +License: LPPL +Summary: Add special material to footer of title page +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titlefoot.sty) = %{tl_version} + +%description titlefoot +Provides the capability of adding keywords (with a \keywords +command), a running title (\runningtitle), AMS subject +classifications (\amssubj), and an 'author's footnote' as +footnotes to the title or first page of a document. Works with +any class for which the \thanks macro works (e.g., article). + +date: 2007-01-17 00:08:13 +0100 + +%post titlefoot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titlefoot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlefoot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titlepic +Provides: tex-titlepic = %{tl_version} +License: Public Domain +Summary: Add picture to title page of a document +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titlepic.sty) = %{tl_version} + +%description titlepic +The package allows you to place a picture on the title page +(cover page) of a LaTeX document. Example of usage: +\usepackage[cc]{titlepic} \usepackage{graphicx} +\titlepic{\includegraphics[width=\textwidth]{picture.png}} The +package currently only works with the document classes article, +report and book. + +date: 2009-11-10 08:50:14 +0100 + +%post titlepic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titlepic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlepic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titlepic-doc +Summary: Documentation for titlepic +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-titlepic-doc +BuildArch: noarch +AutoReqProv: No + +%description titlepic-doc +Documentation for titlepic + +%package titleref +Provides: tex-titleref = %{tl_version} +License: Public Domain +Summary: A "\titleref" command to cross-reference section titles +Version: svn18729.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titleref.sty) = %{tl_version} + +%description titleref +Defines a command \titleref that allows you to cross-reference +section (and chapter, etc) titles and captions just like \ref +and \pageref. The package does not interwork with hyperref; if +you need hypertext capabilities, use nameref instead. + +date: 2010-06-06 13:50:32 +0200 + +%post titleref +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titleref +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titleref +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titleref-doc +Summary: Documentation for titleref +Version: svn18729.2.0 +Release: %{tl_noarch_release} +Provides: tex-titleref-doc +BuildArch: noarch +AutoReqProv: No + +%description titleref-doc +Documentation for titleref + +%package titlesec +Provides: tex-titlesec = %{tl_version} +License: LPPL +Summary: Select alternative section titles +Version: svn24852.2.10.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titleps.sty) = %{tl_version} +Provides: tex(titlesec.sty) = %{tl_version} +Provides: tex(titletoc.sty) = %{tl_version} +Provides: tex(ttlkeys.def) = %{tl_version} +Provides: tex(ttlps.def) = %{tl_version} + +%description titlesec +A package providing an interface to sectioning commands for +selection from various title styles. E.g., marginal titles and +to change the font of all headings with a single command, also +providing simple one-step page styles. Also includes a package +to change the page styles when there are floats in a page. You +may assign headers/footers to individual floats, too. + +date: 2011-12-15 15:36:45 +0100 + +%post titlesec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titlesec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlesec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titlesec-doc +Summary: Documentation for titlesec +Version: svn24852.2.10.0 +Release: %{tl_noarch_release} +Provides: tex-titlesec-doc +BuildArch: noarch +AutoReqProv: No + +%description titlesec-doc +Documentation for titlesec + +%package titling +Provides: tex-titling = %{tl_version} +License: LPPL +Summary: Control over the typesetting of the \maketitle command +Version: svn15878.2.1d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(titling.sty) = %{tl_version} + +%description titling +The titling package provides control over the typesetting of +the \maketitle command and \thanks commands, and makes the +\title, \author and \date information permanently available. +Multiple titles are allowed in a single document. New titling +elements can be added and a titlepage title can be centered on +a physical page. + +date: 2009-09-04 12:14:45 +0200 + +%post titling +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun titling +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titling +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package titling-doc +Summary: Documentation for titling +Version: svn15878.2.1d +Release: %{tl_noarch_release} +Provides: tex-titling-doc +BuildArch: noarch +AutoReqProv: No + +%description titling-doc +Documentation for titling + +%package tocbibind +Provides: tex-tocbibind = %{tl_version} +License: LPPL +Summary: Add bibliography/index/contents to Table of Contents +Version: svn20085.1.5k +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tocbibind.sty) = %{tl_version} + +%description tocbibind +Automatically adds the bibliography and/or the index and/or the +contents, etc., to the Table of Contents listing. + +date: 2010-10-13 11:41:41 +0200 + +%post tocbibind +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tocbibind +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocbibind +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tocbibind-doc +Summary: Documentation for tocbibind +Version: svn20085.1.5k +Release: %{tl_noarch_release} +Provides: tex-tocbibind-doc +BuildArch: noarch +AutoReqProv: No + +%description tocbibind-doc +Documentation for tocbibind + +%package tocloft +Provides: tex-tocloft = %{tl_version} +License: LPPL 1.3 +Summary: Control table of contents, figures, etc +Version: svn30209.2.3f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tocloft.sty) = %{tl_version} + +%description tocloft +Provides control over the typography of the Table of Contents, +List of Figures and List of Tables, and the ability to create +new `List of ...'. The ToC \parskip can be changed. + +date: 2013-05-02 18:21:19 +0200 + +%post tocloft +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tocloft +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocloft +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tocloft-doc +Summary: Documentation for tocloft +Version: svn30209.2.3f +Release: %{tl_noarch_release} +Provides: tex-tocloft-doc +BuildArch: noarch +AutoReqProv: No + +%description tocloft-doc +Documentation for tocloft + +%package tocvsec2 +Provides: tex-tocvsec2 = %{tl_version} +License: LPPL 1.3 +Summary: Section numbering and table of contents control +Version: svn23444.1.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(tocvsec2.sty) = %{tl_version} + +%description tocvsec2 +Provides control over section numbering (without recourse to +starred sectional commands) and/or the entries in the Table of +Contents on a section by section basis. + +date: 2010-02-28 10:58:14 +0100 + +%post tocvsec2 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tocvsec2 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocvsec2 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tocvsec2-doc +Summary: Documentation for tocvsec2 +Version: svn23444.1.2b +Release: %{tl_noarch_release} +Provides: tex-tocvsec2-doc +BuildArch: noarch +AutoReqProv: No + +%description tocvsec2-doc +Documentation for tocvsec2 + +%package todo +Provides: tex-todo = %{tl_version} +License: LPPL +Summary: Make a to-do list for a document +Version: svn17746.2.142 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Provides: tex(todo.sty) = %{tl_version} + +%description todo +The package allows you to insert "to do" marks in your +document, to make lists of such items, and to cross-reference +to them. + +date: 2010-04-01 21:27:08 +0200 + +%post todo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun todo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans todo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package todo-doc +Summary: Documentation for todo +Version: svn17746.2.142 +Release: %{tl_noarch_release} +Provides: tex-todo-doc +BuildArch: noarch +AutoReqProv: No + +%description todo-doc +Documentation for todo + +%package todonotes +Provides: tex-todonotes = %{tl_version} +License: LPPL +Summary: Marking things to do in a LaTeX document +Version: svn28362.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xcolor.sty) +Requires: tex(tikz.sty) +Requires: tex(calc.sty) +Provides: tex(todonotes.sty) = %{tl_version} + +%description todonotes +The package lets the user mark things to do later, in a simple +and visually appealing way. The package takes several options +to enable customization/finetuning of the visual appearance. + +date: 2012-11-25 12:17:34 +0100 + +%post todonotes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun todonotes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans todonotes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package todonotes-doc +Summary: Documentation for todonotes +Version: svn28362.0 +Release: %{tl_noarch_release} +Provides: tex-todonotes-doc +BuildArch: noarch +AutoReqProv: No + +%description todonotes-doc +Documentation for todonotes + +%package tokenizer +Provides: tex-tokenizer = %{tl_version} +License: LPPL +Summary: A tokenizer +Version: svn15878.1.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(tokenizer.sty) = %{tl_version} + +%description tokenizer +A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source} +Splits Source into two tokens at the first encounter of a +comma. The first token is saved in a newly created command with +the name passed as Target1 and the second token likewise. A +package option 'trim' causes leading and trailing space to be +removed from each token; with this option, the \TrimSpaces +command is defined, which removes leading and trailing spaces +from its argument. + +date: 2006-12-23 09:07:09 +0100 + +%post tokenizer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tokenizer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tokenizer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tokenizer-doc +Summary: Documentation for tokenizer +Version: svn15878.1.1.0 +Release: %{tl_noarch_release} +Provides: tex-tokenizer-doc +BuildArch: noarch +AutoReqProv: No + +%description tokenizer-doc +Documentation for tokenizer + +%package toolbox +Provides: tex-toolbox = %{tl_version} +License: LPPL +Summary: Macros for writing indices, glossaries +Version: svn15878.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(toolbox.sty) = %{tl_version} + +%description toolbox +A package for (La)TeX which provides some macros which are +convenient for writing indices, glossaries, or other macros. It +contains macros which support: implicit macros; fancy optional +arguments; loops over tokenlists and itemlists; searching and +splitting; controlled expansion; redefinition of macros; and +concatenated macro names; macros for text replacement. + +date: 2008-02-29 19:54:55 +0100 + +%post toolbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun toolbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans toolbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package toolbox-doc +Summary: Documentation for toolbox +Version: svn15878.5.1 +Release: %{tl_noarch_release} +Provides: tex-toolbox-doc +BuildArch: noarch +AutoReqProv: No + +%description toolbox-doc +Documentation for toolbox + +%package topfloat +Provides: tex-topfloat = %{tl_version} +License: GPL+ +Summary: Move floats to the top of the page +Version: svn19084.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(topfloat.sty) = %{tl_version} + +%description topfloat +topfloat package + +date: 2007-01-17 10:01:14 +0100 + +%post topfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun topfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans topfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package topfloat-doc +Summary: Documentation for topfloat +Version: svn19084.0 +Release: %{tl_noarch_release} +Provides: tex-topfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description topfloat-doc +Documentation for topfloat + +%package totcount +Provides: tex-totcount = %{tl_version} +License: LPPL +Summary: Find the last value of a counter +Version: svn21178.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(totcount.sty) = %{tl_version} + +%description totcount +The package records the value that was last set, for any +counter of interest; since most such counters are simply +incremented when they are changed, the recorded value will +usually be the maximum value. + +date: 2011-01-25 21:21:41 +0100 + +%post totcount +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun totcount +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans totcount +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package totcount-doc +Summary: Documentation for totcount +Version: svn21178.1.2 +Release: %{tl_noarch_release} +Provides: tex-totcount-doc +BuildArch: noarch +AutoReqProv: No + +%description totcount-doc +Documentation for totcount + +%package totpages +Provides: tex-totpages = %{tl_version} +License: LPPL +Summary: Count pages in a document, and report last page number +Version: svn15878.2.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(everyshi.sty) +Requires: tex(keyval.sty) +Provides: tex(totpages.sty) = %{tl_version} + +%description totpages +The package counts the actual pages in the document (as opposed +to reporting the number of the last page, as does lastpage). +The counter itself may be shipped out to the DVI file. The +package uses the everyshi package for its task. + +date: 2007-01-18 20:18:05 +0100 + +%post totpages +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun totpages +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans totpages +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package totpages-doc +Summary: Documentation for totpages +Version: svn15878.2.00 +Release: %{tl_noarch_release} +Provides: tex-totpages-doc +BuildArch: noarch +AutoReqProv: No + +%description totpages-doc +Documentation for totpages + +%package trfsigns +Provides: tex-trfsigns = %{tl_version} +License: GPL+ +Summary: Typeset transform signs +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(trfsigns.sty) = %{tl_version} + +%description trfsigns +A package for typesetting various transformation signs for +Laplace transforms, Fourier transforms and others. + +date: 2006-12-05 00:47:24 +0100 + +%post trfsigns +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun trfsigns +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trfsigns +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package trfsigns-doc +Summary: Documentation for trfsigns +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-trfsigns-doc +BuildArch: noarch +AutoReqProv: No + +%description trfsigns-doc +Documentation for trfsigns + +%package trimspaces +Provides: tex-trimspaces = %{tl_version} +License: LPPL +Summary: Trim spaces around an argument or within a macro +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(trimspaces.sty) = %{tl_version} + +%description trimspaces +A very short package that allows you to expandably remove +spaces around a token list (commands are provided to remove +spaces before, spaces after, or both); or to remove surrounding +spaces within a macro definition, or to define space-stripped +macros. + +date: 2009-11-10 08:50:14 +0100 + +%post trimspaces +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun trimspaces +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trimspaces +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package trimspaces-doc +Summary: Documentation for trimspaces +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-trimspaces-doc +BuildArch: noarch +AutoReqProv: No + +%description trimspaces-doc +Documentation for trimspaces + +%package trsym +Provides: tex-trsym = %{tl_version} +License: LPPL 1.2 +Summary: Symbols for transformations +Version: svn18732.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(trsy10.tfm) = %{tl_version} +Provides: tex(trsy12.tfm) = %{tl_version} +Provides: tex(trsym.sty) = %{tl_version} +Provides: tex(utrsy.fd) = %{tl_version} + +%description trsym +The bundle provides MetaFont sources for a small font used for +(e.g.) Laplace transformations, together with a LaTeX .fd file +and a package providing commands for the symbols' use in +mathematics. + +date: 2007-10-24 18:05:15 +0200 + +%post trsym +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun trsym +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trsym +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package trsym-doc +Summary: Documentation for trsym +Version: svn18732.1.0 +Release: %{tl_noarch_release} +Provides: tex-trsym-doc +BuildArch: noarch +AutoReqProv: No + +%description trsym-doc +Documentation for trsym + +%package trivfloat +Provides: tex-trivfloat = %{tl_version} +License: LPPL +Summary: Quick float definitions in LaTeX +Version: svn15878.1.3b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(floatrow.sty) +Requires: tex(float.sty) +Provides: tex(trivfloat.sty) = %{tl_version} + +%description trivfloat +The trivfloat package provides a quick method for defining new +float types in LaTeX. A single command sets up a new float in +the same style as the LaTeX kernel figure and table float +types. The package works with memoir as well as the standard +classes. + +date: 2009-04-24 13:36:42 +0200 + +%post trivfloat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun trivfloat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trivfloat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package trivfloat-doc +Summary: Documentation for trivfloat +Version: svn15878.1.3b +Release: %{tl_noarch_release} +Provides: tex-trivfloat-doc +BuildArch: noarch +AutoReqProv: No + +%description trivfloat-doc +Documentation for trivfloat + +%package truncate +Provides: tex-truncate = %{tl_version} +License: Public Domain +Summary: Truncate text to a specified width +Version: svn18921.3.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(truncate.sty) = %{tl_version} + +%description truncate +The package will by default break at word boundaries, but +package options are offered to permit breaks within words. + +date: 2010-06-06 13:50:32 +0200 + +%post truncate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun truncate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans truncate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package truncate-doc +Summary: Documentation for truncate +Version: svn18921.3.6 +Release: %{tl_noarch_release} +Provides: tex-truncate-doc +BuildArch: noarch +AutoReqProv: No + +%description truncate-doc +Documentation for truncate + +%package tucv +Provides: tex-tucv = %{tl_version} +License: CC-BY-SA +Summary: Support for typesetting a CV or resumee +Version: svn20680.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(color.sty) +Requires: tex(calc.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(xparse.sty) +Provides: tex(tucv.sty) = %{tl_version} + +%description tucv +The package provides commands for typesetting a CV or resume. +It provides commands for general-purpose headings, entries, and +item/description pairs, as well as more specific commands for +formatting sections, with explicit inclusion of school, degree, +employer, job, conference, and publications entries. It tends +to produce a somewhat long and quite detailed document but may +also be suitable to support a shorter resume. + +date: 2010-12-06 21:43:44 +0100 + +%post tucv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tucv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tucv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tucv-doc +Summary: Documentation for tucv +Version: svn20680.1.0 +Release: %{tl_noarch_release} +Provides: tex-tucv-doc +BuildArch: noarch +AutoReqProv: No + +%description tucv-doc +Documentation for tucv + +%package turnthepage +Provides: tex-turnthepage = %{tl_version} +License: LPPL +Summary: Provide "turn page" instructions +Version: svn29803.1.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(atbegshi.sty) +Requires: tex(picture.sty) +Requires: tex(zref-abspage.sty) +Requires: tex(zref-lastpage.sty) +Requires: tex(alphalph.sty) +Requires: tex(pageslts.sty) +Provides: tex(turnpageetex.sty) = %{tl_version} +Provides: tex(turnpagewoetex.sty) = %{tl_version} +Provides: tex(turnthepage.sty) = %{tl_version} + +%description turnthepage +The package prints a 'turn' instruction at the bottom of odd- +numbered pages (except the last). This is a common convention +for examination papers and the like. + +date: 2012-08-19 17:38:37 +0200 + +%post turnthepage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun turnthepage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turnthepage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package turnthepage-doc +Summary: Documentation for turnthepage +Version: svn29803.1.3a +Release: %{tl_noarch_release} +Provides: tex-turnthepage-doc +BuildArch: noarch +AutoReqProv: No + +%description turnthepage-doc +Documentation for turnthepage + +%package twoinone +Provides: tex-twoinone = %{tl_version} +License: Public Domain +Summary: Print two pages on a single page +Version: svn17024.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(2in1.sty) = %{tl_version} + +%description twoinone +The package is for printing two pages on a single (landscape) +A4 page. Page numbers appear on the included pages, and not on +the landscape 'container' page. + +date: 2010-02-26 11:17:49 +0100 + +%post twoinone +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun twoinone +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans twoinone +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package twoinone-doc +Summary: Documentation for twoinone +Version: svn17024.0 +Release: %{tl_noarch_release} +Provides: tex-twoinone-doc +BuildArch: noarch +AutoReqProv: No + +%description twoinone-doc +Documentation for twoinone + +%package twoup +Provides: tex-twoup = %{tl_version} +License: LPPL +Summary: Print two virtual pages on each physical page +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(twoup.sty) = %{tl_version} + +%description twoup +MiKTeX and many other TeX implementations include tools for +massaging PostScript into booklet and two-up printing -- that +is, printing two logical pages side by side on one side of one +sheet of paper. However, some LaTeX preliminaries are necessary +to use those tools. The twoup package provides such +preliminaries and gives advice on how to use the PostScript +tools. + +date: 2007-02-27 14:52:52 +0100 + +%post twoup +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun twoup +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans twoup +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package twoup-doc +Summary: Documentation for twoup +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-twoup-doc +BuildArch: noarch +AutoReqProv: No + +%description twoup-doc +Documentation for twoup + +%package txgreeks +Provides: tex-txgreeks = %{tl_version} +License: LPPL 1.3 +Summary: Shape selection for TX fonts Greek letters +Version: svn21839.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(txfonts.sty) +Provides: tex(txgreeks.sty) = %{tl_version} + +%description txgreeks +The package allows LaTeX users who use the TX fonts to select +the shapes (italic or upright) for the Greek lowercase and +uppercase letters. Once the shapes for lowercase and uppercase +have been selected via a package option, the \other prefix +(e.g., \otheralpha) allows using the alternate glyph (as in the +fourier package). The txgreeks package does not constrain the +text font that may be used in the document. + +date: 2011-03-18 12:27:11 +0100 + +%post txgreeks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun txgreeks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans txgreeks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package txgreeks-doc +Summary: Documentation for txgreeks +Version: svn21839.1.0 +Release: %{tl_noarch_release} +Provides: tex-txgreeks-doc +BuildArch: noarch +AutoReqProv: No + +%description txgreeks-doc +Documentation for txgreeks + +%package type1cm +Provides: tex-type1cm = %{tl_version} +License: LPPL +Summary: Arbitrary size font selection in LaTeX +Version: svn21820.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(type1cm.sty) = %{tl_version} + +%description type1cm +LaTeX, by default, restricts the sizes at which you can use its +default computer modern fonts, to a fixed set of discrete sizes +(effectively, a set specified by Knuth). The type1cm package +removes this restriction; this is particularly useful when +using scalable versions of the cm fonts (Bakoma, or the +versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX, +etc.). In fact, since modern distributions will automatically +generate any bitmap font you might need, type1cm has wider +application than just those using scaleable versions of the +fonts. Note that the LaTeX distribution now contains a package +fix-cm, which performs the task of type1cm, as well as doing +the same job for T1- and TS1-encoded ec fonts. + +date: 2011-03-24 10:40:42 +0100 + +%post type1cm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun type1cm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans type1cm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package type1cm-doc +Summary: Documentation for type1cm +Version: svn21820.0 +Release: %{tl_noarch_release} +Provides: tex-type1cm-doc +BuildArch: noarch +AutoReqProv: No + +%description type1cm-doc +Documentation for type1cm + +%package typeface +Provides: tex-typeface = %{tl_version} +License: LPPL 1.3 +Summary: Select a balanced set of fonts +Version: svn27046.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifetex.sty) +Requires: tex(etexcmds.sty) +Requires: tex(etoolbox.sty) +Requires: tex(ifthenx.sty) +Requires: tex(iftex.sty) +Requires: tex(ifpdf.sty) +Requires: tex(xkeyval.sty) +Requires: tex(fix-cm.sty) +Requires: tex(nfssext-cfr.sty) +Requires: tex(scalefnt.sty) +Requires: tex(xcolor.sty) +Provides: tex(typeface.cfg) = %{tl_version} +Provides: tex(typeface.sty) = %{tl_version} + +%description typeface +The package provides the means of establishing a consistent set +of fonts for use in a LaTeX document. It allows mixing and +matching the Type 1 font sets available on the archive (and it +may be extended, via its configuration file, to support other +fonts). Font-set definition takes the form of a set of options +that are read when the package is loaded: for each typographic +category (main body font, sans-serif font, monospace font, +mathematics fonts, text figures, and so on), a font or a +transformation is given in those options. The approach enables +the user to remember their own configurations (as a single +command) and to borrow configurations that other users have +developed. The present release is designated "for review". + +date: 2012-07-02 21:55:35 +0200 + +%post typeface +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun typeface +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typeface +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package typeface-doc +Summary: Documentation for typeface +Version: svn27046.0.1 +Release: %{tl_noarch_release} +Provides: tex-typeface-doc +BuildArch: noarch +AutoReqProv: No + +%description typeface-doc +Documentation for typeface + +%package typogrid +Provides: tex-typogrid = %{tl_version} +License: LPPL +Summary: Print a typographic grid +Version: svn24994.0.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Requires: tex(eso-pic.sty) +Provides: tex(typogrid.sty) = %{tl_version} + +%description typogrid +Draws a grid on every page of the document; the grid divides +the page into columns, and may be used for fixing measurements +of layout. + +date: 2012-01-01 15:10:03 +0100 + +%post typogrid +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun typogrid +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typogrid +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package typogrid-doc +Summary: Documentation for typogrid +Version: svn24994.0.21 +Release: %{tl_noarch_release} +Provides: tex-typogrid-doc +BuildArch: noarch +AutoReqProv: No + +%description typogrid-doc +Documentation for typogrid + +%package ucs +Provides: tex-ucs = %{tl_version} +License: LPPL 1.3 +Summary: Extended UTF-8 input encoding support for LaTeX +Version: svn30472.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Requires: tex(keyval.sty) +Requires: tex(fontenc.sty) +Provides: tex(uni-0.def) = %{tl_version} +Provides: tex(uni-1.def) = %{tl_version} +Provides: tex(uni-100.def) = %{tl_version} +Provides: tex(uni-101.def) = %{tl_version} +Provides: tex(uni-102.def) = %{tl_version} +Provides: tex(uni-103.def) = %{tl_version} +Provides: tex(uni-104.def) = %{tl_version} +Provides: tex(uni-105.def) = %{tl_version} +Provides: tex(uni-106.def) = %{tl_version} +Provides: tex(uni-107.def) = %{tl_version} +Provides: tex(uni-108.def) = %{tl_version} +Provides: tex(uni-109.def) = %{tl_version} +Provides: tex(uni-110.def) = %{tl_version} +Provides: tex(uni-111.def) = %{tl_version} +Provides: tex(uni-112.def) = %{tl_version} +Provides: tex(uni-113.def) = %{tl_version} +Provides: tex(uni-114.def) = %{tl_version} +Provides: tex(uni-115.def) = %{tl_version} +Provides: tex(uni-116.def) = %{tl_version} +Provides: tex(uni-117.def) = %{tl_version} +Provides: tex(uni-118.def) = %{tl_version} +Provides: tex(uni-119.def) = %{tl_version} +Provides: tex(uni-12.def) = %{tl_version} +Provides: tex(uni-120.def) = %{tl_version} +Provides: tex(uni-121.def) = %{tl_version} +Provides: tex(uni-122.def) = %{tl_version} +Provides: tex(uni-123.def) = %{tl_version} +Provides: tex(uni-124.def) = %{tl_version} +Provides: tex(uni-125.def) = %{tl_version} +Provides: tex(uni-126.def) = %{tl_version} +Provides: tex(uni-127.def) = %{tl_version} +Provides: tex(uni-128.def) = %{tl_version} +Provides: tex(uni-129.def) = %{tl_version} +Provides: tex(uni-130.def) = %{tl_version} +Provides: tex(uni-131.def) = %{tl_version} +Provides: tex(uni-132.def) = %{tl_version} +Provides: tex(uni-133.def) = %{tl_version} +Provides: tex(uni-134.def) = %{tl_version} +Provides: tex(uni-135.def) = %{tl_version} +Provides: tex(uni-136.def) = %{tl_version} +Provides: tex(uni-137.def) = %{tl_version} +Provides: tex(uni-138.def) = %{tl_version} +Provides: tex(uni-139.def) = %{tl_version} +Provides: tex(uni-14.def) = %{tl_version} +Provides: tex(uni-140.def) = %{tl_version} +Provides: tex(uni-141.def) = %{tl_version} +Provides: tex(uni-142.def) = %{tl_version} +Provides: tex(uni-143.def) = %{tl_version} +Provides: tex(uni-144.def) = %{tl_version} +Provides: tex(uni-145.def) = %{tl_version} +Provides: tex(uni-146.def) = %{tl_version} +Provides: tex(uni-147.def) = %{tl_version} +Provides: tex(uni-148.def) = %{tl_version} +Provides: tex(uni-149.def) = %{tl_version} +Provides: tex(uni-150.def) = %{tl_version} +Provides: tex(uni-151.def) = %{tl_version} +Provides: tex(uni-152.def) = %{tl_version} +Provides: tex(uni-153.def) = %{tl_version} +Provides: tex(uni-154.def) = %{tl_version} +Provides: tex(uni-155.def) = %{tl_version} +Provides: tex(uni-156.def) = %{tl_version} +Provides: tex(uni-157.def) = %{tl_version} +Provides: tex(uni-158.def) = %{tl_version} +Provides: tex(uni-159.def) = %{tl_version} +Provides: tex(uni-167.def) = %{tl_version} +Provides: tex(uni-172.def) = %{tl_version} +Provides: tex(uni-173.def) = %{tl_version} +Provides: tex(uni-174.def) = %{tl_version} +Provides: tex(uni-175.def) = %{tl_version} +Provides: tex(uni-176.def) = %{tl_version} +Provides: tex(uni-177.def) = %{tl_version} +Provides: tex(uni-178.def) = %{tl_version} +Provides: tex(uni-179.def) = %{tl_version} +Provides: tex(uni-18.def) = %{tl_version} +Provides: tex(uni-180.def) = %{tl_version} +Provides: tex(uni-181.def) = %{tl_version} +Provides: tex(uni-182.def) = %{tl_version} +Provides: tex(uni-183.def) = %{tl_version} +Provides: tex(uni-184.def) = %{tl_version} +Provides: tex(uni-185.def) = %{tl_version} +Provides: tex(uni-186.def) = %{tl_version} +Provides: tex(uni-187.def) = %{tl_version} +Provides: tex(uni-188.def) = %{tl_version} +Provides: tex(uni-189.def) = %{tl_version} +Provides: tex(uni-19.def) = %{tl_version} +Provides: tex(uni-190.def) = %{tl_version} +Provides: tex(uni-191.def) = %{tl_version} +Provides: tex(uni-192.def) = %{tl_version} +Provides: tex(uni-193.def) = %{tl_version} +Provides: tex(uni-194.def) = %{tl_version} +Provides: tex(uni-195.def) = %{tl_version} +Provides: tex(uni-196.def) = %{tl_version} +Provides: tex(uni-197.def) = %{tl_version} +Provides: tex(uni-198.def) = %{tl_version} +Provides: tex(uni-199.def) = %{tl_version} +Provides: tex(uni-2.def) = %{tl_version} +Provides: tex(uni-200.def) = %{tl_version} +Provides: tex(uni-201.def) = %{tl_version} +Provides: tex(uni-202.def) = %{tl_version} +Provides: tex(uni-203.def) = %{tl_version} +Provides: tex(uni-204.def) = %{tl_version} +Provides: tex(uni-205.def) = %{tl_version} +Provides: tex(uni-206.def) = %{tl_version} +Provides: tex(uni-207.def) = %{tl_version} +Provides: tex(uni-208.def) = %{tl_version} +Provides: tex(uni-209.def) = %{tl_version} +Provides: tex(uni-210.def) = %{tl_version} +Provides: tex(uni-211.def) = %{tl_version} +Provides: tex(uni-212.def) = %{tl_version} +Provides: tex(uni-213.def) = %{tl_version} +Provides: tex(uni-214.def) = %{tl_version} +Provides: tex(uni-215.def) = %{tl_version} +Provides: tex(uni-24.def) = %{tl_version} +Provides: tex(uni-248.def) = %{tl_version} +Provides: tex(uni-249.def) = %{tl_version} +Provides: tex(uni-250.def) = %{tl_version} +Provides: tex(uni-251.def) = %{tl_version} +Provides: tex(uni-254.def) = %{tl_version} +Provides: tex(uni-255.def) = %{tl_version} +Provides: tex(uni-29.def) = %{tl_version} +Provides: tex(uni-3.def) = %{tl_version} +Provides: tex(uni-30.def) = %{tl_version} +Provides: tex(uni-31.def) = %{tl_version} +Provides: tex(uni-32.def) = %{tl_version} +Provides: tex(uni-33.def) = %{tl_version} +Provides: tex(uni-34.def) = %{tl_version} +Provides: tex(uni-35.def) = %{tl_version} +Provides: tex(uni-3584.def) = %{tl_version} +Provides: tex(uni-36.def) = %{tl_version} +Provides: tex(uni-37.def) = %{tl_version} +Provides: tex(uni-38.def) = %{tl_version} +Provides: tex(uni-39.def) = %{tl_version} +Provides: tex(uni-4.def) = %{tl_version} +Provides: tex(uni-40.def) = %{tl_version} +Provides: tex(uni-42.def) = %{tl_version} +Provides: tex(uni-44.def) = %{tl_version} +Provides: tex(uni-46.def) = %{tl_version} +Provides: tex(uni-465.def) = %{tl_version} +Provides: tex(uni-468.def) = %{tl_version} +Provides: tex(uni-469.def) = %{tl_version} +Provides: tex(uni-47.def) = %{tl_version} +Provides: tex(uni-470.def) = %{tl_version} +Provides: tex(uni-471.def) = %{tl_version} +Provides: tex(uni-48.def) = %{tl_version} +Provides: tex(uni-49.def) = %{tl_version} +Provides: tex(uni-497.def) = %{tl_version} +Provides: tex(uni-498.def) = %{tl_version} +Provides: tex(uni-5.def) = %{tl_version} +Provides: tex(uni-50.def) = %{tl_version} +Provides: tex(uni-51.def) = %{tl_version} +Provides: tex(uni-760.def) = %{tl_version} +Provides: tex(uni-761.def) = %{tl_version} +Provides: tex(uni-762.def) = %{tl_version} +Provides: tex(uni-78.def) = %{tl_version} +Provides: tex(uni-79.def) = %{tl_version} +Provides: tex(uni-80.def) = %{tl_version} +Provides: tex(uni-81.def) = %{tl_version} +Provides: tex(uni-82.def) = %{tl_version} +Provides: tex(uni-83.def) = %{tl_version} +Provides: tex(uni-84.def) = %{tl_version} +Provides: tex(uni-85.def) = %{tl_version} +Provides: tex(uni-86.def) = %{tl_version} +Provides: tex(uni-87.def) = %{tl_version} +Provides: tex(uni-88.def) = %{tl_version} +Provides: tex(uni-89.def) = %{tl_version} +Provides: tex(uni-9.def) = %{tl_version} +Provides: tex(uni-90.def) = %{tl_version} +Provides: tex(uni-91.def) = %{tl_version} +Provides: tex(uni-92.def) = %{tl_version} +Provides: tex(uni-93.def) = %{tl_version} +Provides: tex(uni-94.def) = %{tl_version} +Provides: tex(uni-95.def) = %{tl_version} +Provides: tex(uni-96.def) = %{tl_version} +Provides: tex(uni-97.def) = %{tl_version} +Provides: tex(uni-98.def) = %{tl_version} +Provides: tex(uni-99.def) = %{tl_version} +Provides: tex(uni-global.def) = %{tl_version} +Provides: tex(uninames.dat) = %{tl_version} +Provides: tex(ucs.sty) = %{tl_version} +Provides: tex(ucsencs.def) = %{tl_version} +Provides: tex(ucshyper.sty) = %{tl_version} +Provides: tex(ucsutils.sty) = %{tl_version} +Provides: tex(utf8x.def) = %{tl_version} +Provides: tex(autofe.sty) = %{tl_version} +Provides: tex(c00enc.def) = %{tl_version} +Provides: tex(c10enc.def) = %{tl_version} +Provides: tex(c40enc.def) = %{tl_version} +Provides: tex(c42enc.def) = %{tl_version} +Provides: tex(c61enc.def) = %{tl_version} +Provides: tex(cenccmn.tex) = %{tl_version} +Provides: tex(cp1252.enc) = %{tl_version} +Provides: tex(ldvarial.fd) = %{tl_version} +Provides: tex(ldvc2000.fd) = %{tl_version} +Provides: tex(ldvenc.def) = %{tl_version} +Provides: tex(letc2000.fd) = %{tl_version} +Provides: tex(letenc.def) = %{tl_version} +Provides: tex(letgfzem.fd) = %{tl_version} +Provides: tex(letjiret.fd) = %{tl_version} +Provides: tex(lklenc.def) = %{tl_version} +Provides: tex(lklkli.fd) = %{tl_version} +Provides: tex(ltaarial.fd) = %{tl_version} +Provides: tex(ltac2000.fd) = %{tl_version} +Provides: tex(ltaenc.def) = %{tl_version} +Provides: tex(ltgc2000.fd) = %{tl_version} +Provides: tex(ltgenc.def) = %{tl_version} +Provides: tex(ltlcmr.fd) = %{tl_version} +Provides: tex(ltlenc.def) = %{tl_version} +Provides: tex(ltwdsnol.fd) = %{tl_version} +Provides: tex(ltwdsque.fd) = %{tl_version} +Provides: tex(ltwdssin.fd) = %{tl_version} +Provides: tex(ltwenc.def) = %{tl_version} +Provides: tex(lucarial.fd) = %{tl_version} +Provides: tex(lucc2000.fd) = %{tl_version} +Provides: tex(lucenc.def) = %{tl_version} +Provides: tex(mkrenc.def) = %{tl_version} +Provides: tex(mkrezra.fd) = %{tl_version} +Provides: tex(mkrhadas.fd) = %{tl_version} +Provides: tex(mkromega.fd) = %{tl_version} +Provides: tex(mkrrashi.fd) = %{tl_version} +Provides: tex(t2dcmr.fd) = %{tl_version} +Provides: tex(t2denc.def) = %{tl_version} +Provides: tex(tengwarDS.enc) = %{tl_version} +Provides: tex(xscmr.fd) = %{tl_version} +Provides: tex(xsenc.def) = %{tl_version} + +%description ucs +The bundle provides the ucs package, and utf8x.def, together +with a large number of support files. The utf8x.def definition +file for use with inputenc covers a wider range of Unicode +characters than does utf8.def in the LaTeX distribution. The +package provides facilities for efficient use of its large sets +of Unicode characters. Glyph production may be controlled by +various options, which permits use of non-ASCII characters when +coding mathematical formulae. Note that the bundle previously +had an alias "unicode"; that alias has now been withdrawn, and +no package of that name now exists. + +date: 2013-05-12 16:23:52 +0200 + +%post ucs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ucs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ucs-doc +Summary: Documentation for ucs +Version: svn30472.2.2 +Release: %{tl_noarch_release} +Provides: tex-ucs-doc +BuildArch: noarch +AutoReqProv: No + +%description ucs-doc +Documentation for ucs + +%package uebungsblatt +Provides: tex-uebungsblatt = %{tl_version} +License: LPPL +Summary: A LaTeX class for writing exercise sheets +Version: svn15878.v1.5.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(akkgerman.sty) +Requires: tex(amsmath.sty) +Requires: tex(inputenc.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(akkcounterlabelpattern.sty) +Provides: tex(uebungsblatt.cls) = %{tl_version} +Provides: tex(uebungsblatt.sty) = %{tl_version} + +%description uebungsblatt +This package implements a LaTeX class for writing exercise +sheets for a lecture. Features: - quick typesetting of exercise +sheets or their revisions, - simple user friendly commands, - +elegant page formatting, - automatic numbering of exercises and +sub-exercises, - the number of the exercise sheet is extracted +automatically from the file name, - static information about +the lectures and the authors needs to provided at one point +only. + +date: 2008-08-24 14:43:48 +0200 + +%post uebungsblatt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uebungsblatt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uebungsblatt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uebungsblatt-doc +Summary: Documentation for uebungsblatt +Version: svn15878.v1.5.0 +Release: %{tl_noarch_release} +Provides: tex-uebungsblatt-doc +BuildArch: noarch +AutoReqProv: No + +%description uebungsblatt-doc +Documentation for uebungsblatt + +%package umoline +Provides: tex-umoline = %{tl_version} +License: LPPL +Summary: Underline text allowing line breaking +Version: svn19085.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(umoline.sty) = %{tl_version} + +%description umoline +Provides commands \Underline, \Midline and \Overline for +underlining, striking out, and overlining their text arguments. + +date: 2007-01-20 15:20:16 +0100 + +%post umoline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun umoline +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umoline +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package umoline-doc +Summary: Documentation for umoline +Version: svn19085.0 +Release: %{tl_noarch_release} +Provides: tex-umoline-doc +BuildArch: noarch +AutoReqProv: No + +%description umoline-doc +Documentation for umoline + +%package underlin +Provides: tex-underlin = %{tl_version} +License: LPPL +Summary: Underlined running heads +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(underlin.sty) = %{tl_version} + +%description underlin +Defines two pagestyles that provide underlined page heads in +LaTeX. + +date: 2007-06-02 10:25:58 +0200 + +%post underlin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun underlin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underlin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package underlin-doc +Summary: Documentation for underlin +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-underlin-doc +BuildArch: noarch +AutoReqProv: No + +%description underlin-doc +Documentation for underlin + +%package underoverlap +Provides: tex-underoverlap = %{tl_version} +License: LPPL 1.3 +Summary: Position decorations over and under expressions +Version: svn29019.0.0.1_r1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(mathtools.sty) +Requires: tex(xparse.sty) +Provides: tex(underoverlap.sty) = %{tl_version} + +%description underoverlap +The package overcomes TeX's inherent limitations in commands +that place decorations (such as braces) at arbirary positions +over and under expressions, overlapping as necessary. + +date: 2013-02-03 19:03:00 +0100 + +%post underoverlap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun underoverlap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underoverlap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package underoverlap-doc +Summary: Documentation for underoverlap +Version: svn29019.0.0.1_r1 +Release: %{tl_noarch_release} +Provides: tex-underoverlap-doc +BuildArch: noarch +AutoReqProv: No + +%description underoverlap-doc +Documentation for underoverlap + +%package undolabl +Provides: tex-undolabl = %{tl_version} +License: LPPL 1.3 +Summary: Override existing labels +Version: svn25010.1.0k +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(undolabl.sty) = %{tl_version} + +%description undolabl +The package allows the user to override existing labels (for +example, those generated automatically). + +date: 2012-01-02 14:24:13 +0100 + +%post undolabl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun undolabl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans undolabl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package undolabl-doc +Summary: Documentation for undolabl +Version: svn25010.1.0k +Release: %{tl_noarch_release} +Provides: tex-undolabl-doc +BuildArch: noarch +AutoReqProv: No + +%description undolabl-doc +Documentation for undolabl + +%package units +Provides: tex-units = %{tl_version} +License: GPL+ +Summary: Typeset units +Version: svn15878.0.9b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(nicefrac.sty) = %{tl_version} +Provides: tex(units.sty) = %{tl_version} + +%description units +The package is provided as a bundle with the nicefrac package +for typing fractions. Units uses nicefrac in typesetting +physical units in a standard-looking sort of way. + +date: 2009-09-27 11:52:43 +0200 + +%post units +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun units +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans units +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package units-doc +Summary: Documentation for units +Version: svn15878.0.9b +Release: %{tl_noarch_release} +Provides: tex-units-doc +BuildArch: noarch +AutoReqProv: No + +%description units-doc +Documentation for units + +%package upmethodology +Provides: tex-upmethodology = %{tl_version} +License: LGPLv2+ +Summary: Writing specification such as for UP-based methodologies +Version: svn30577.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(upmethodology-extension.sty) +Requires: tex(a4wide.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(upmethodology-frontpage.sty) +Requires: tex(upmethodology-spec.sty) +Requires: tex(url.sty) +Requires: tex(hyperref.sty) +Requires: tex(babel.sty) +Requires: tex(vmargin.sty) +Requires: tex(upmethodology-version.sty) +Requires: tex(draftwatermark.sty) +Requires: tex(graphicx.sty) +Requires: tex(subfigure.sty) +Requires: tex(tabularx.sty) +Requires: tex(multicol.sty) +Requires: tex(colortbl.sty) +Requires: tex(picinpar.sty) +Requires: tex(amsmath.sty) +Requires: tex(pifont.sty) +Requires: tex(setspace.sty) +Requires: tex(varioref.sty) +Requires: tex(txfonts.sty) +Requires: tex(relsize.sty) +Requires: tex(ifthen.sty) +Requires: tex(xspace.sty) +Requires: tex(xcolor.sty) +Requires: tex(ulem.sty) +Provides: tex(upmethodology-backpage.sty) = %{tl_version} +Provides: tex(upmethodology-code.sty) = %{tl_version} +Provides: tex(upmethodology-document.cls) = %{tl_version} +Provides: tex(upmethodology-document.sty) = %{tl_version} +Provides: tex(upmethodology-extension.sty) = %{tl_version} +Provides: tex(upmethodology-fmt.sty) = %{tl_version} +Provides: tex(upmethodology-frontpage.sty) = %{tl_version} +Provides: tex(upmethodology-p-common.sty) = %{tl_version} +Provides: tex(upmethodology-spec.sty) = %{tl_version} +Provides: tex(upmethodology-task.sty) = %{tl_version} +Provides: tex(upmethodology-version.sty) = %{tl_version} + +%description upmethodology +The bundle allows the user to create Unified Process +methodology (UP or RUP) based documents. The style provides +document versioning, document history, document authors, +document validators, specification description, task +management, and several helping macros. + +date: 2013-05-19 14:28:08 +0200 + +%post upmethodology +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun upmethodology +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upmethodology +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package upmethodology-doc +Summary: Documentation for upmethodology +Version: svn30577.0 +Release: %{tl_noarch_release} +Provides: tex-upmethodology-doc +BuildArch: noarch +AutoReqProv: No + +%description upmethodology-doc +Documentation for upmethodology + +%package upquote +Provides: tex-upquote = %{tl_version} +License: LPPL 1.2 +Summary: Show "realistic" quotes in verbatim +Version: svn26059.v1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textcomp.sty) +Provides: tex(upquote.sty) = %{tl_version} + +%description upquote +Typewriter-style fonts are best for program listings, but +Computer Modern Typewriter prints ` and ' as bent opening and +closing single quotes. Other fonts, and most programming +languages, print ` as a grave accent and ' upright; ' is used +both to open and to close quoted strings. The package switches +the typewriter font to Computer Modern Typewriter in OT1 +encoding, and modifies the behaviour of verbatim, verbatim*, +\verb, and \verb* to print in the "` and ' way". It does +thisregardless of other fonts or encodings in use, so long as +the package is loaded after the other fonts were. The package +does not affect \tt, \texttt, etc. + +date: 2012-04-19 20:55:14 +0200 + +%post upquote +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun upquote +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upquote +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package upquote-doc +Summary: Documentation for upquote +Version: svn26059.v1.3 +Release: %{tl_noarch_release} +Provides: tex-upquote-doc +BuildArch: noarch +AutoReqProv: No + +%description upquote-doc +Documentation for upquote + +%package uri +Provides: tex-uri = %{tl_version} +License: LPPL +Summary: uri package +Version: svn21608.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(url.sty) +Provides: tex(uri.sty) = %{tl_version} + +%description uri +uri package + +%post uri +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uri +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uri +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uri-doc +Summary: Documentation for uri +Version: svn21608.0 +Release: %{tl_noarch_release} +Provides: tex-uri-doc +BuildArch: noarch +AutoReqProv: No + +%description uri-doc +Documentation for uri + +%package ushort +Provides: tex-ushort = %{tl_version} +License: LPPL +Summary: Shorter (and longer) underlines and underbars +Version: svn15878.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ushort.sty) = %{tl_version} + +%description ushort +Some engineers need underlined or twice underlined variables +for which the usual \underline is too long. This package +provides a generic command for creating underlines of various +sizes and types. + +date: 2008-02-29 19:54:55 +0100 + +%post ushort +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ushort +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ushort +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ushort-doc +Summary: Documentation for ushort +Version: svn15878.2.2 +Release: %{tl_noarch_release} +Provides: tex-ushort-doc +BuildArch: noarch +AutoReqProv: No + +%description ushort-doc +Documentation for ushort + +%package varindex +Provides: tex-varindex = %{tl_version} +License: LPPL +Summary: Luxury frontend to the \index command +Version: svn15878.1.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(toolbox.sty) +Provides: tex(varindex.sty) = %{tl_version} + +%description varindex +Provides a convenient front-end for the \index command. For +example, with it you can generate multiple index entries in +almost any form by a single command. The package is highly +customizable, and works with all versions of LaTeX and probably +most other TeX formats. + +date: 2008-02-29 19:54:55 +0100 + +%post varindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun varindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package varindex-doc +Summary: Documentation for varindex +Version: svn15878.1.20 +Release: %{tl_noarch_release} +Provides: tex-varindex-doc +BuildArch: noarch +AutoReqProv: No + +%description varindex-doc +Documentation for varindex + +%package varsfromjobname +Provides: tex-varsfromjobname = %{tl_version} +License: LPPL +Summary: Extract variables from the name of the LaTeX file +Version: svn15878.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(varsfromjobname.sty) = %{tl_version} + +%description varsfromjobname +The package allows the user to extract information from the job +name, provided that the name has been structured appropriately: +the package expects the file name to consist of a set of words +separated by hyphens. + +date: 2009-01-12 09:20:39 +0100 + +%post varsfromjobname +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun varsfromjobname +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varsfromjobname +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package varsfromjobname-doc +Summary: Documentation for varsfromjobname +Version: svn15878.0.5 +Release: %{tl_noarch_release} +Provides: tex-varsfromjobname-doc +BuildArch: noarch +AutoReqProv: No + +%description varsfromjobname-doc +Documentation for varsfromjobname + +%package varwidth +Provides: tex-varwidth = %{tl_version} +License: LPPL +Summary: A variable-width minipage +Version: svn24104.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(varwidth.sty) = %{tl_version} + +%description varwidth +The varwidth environment is superficially similar to minipage, +but the specified width is just a maximum value -- the box may +get a narrower "natural" width. + +date: 2010-11-26 12:00:18 +0100 + +%post varwidth +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun varwidth +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varwidth +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package varwidth-doc +Summary: Documentation for varwidth +Version: svn24104.0.92 +Release: %{tl_noarch_release} +Provides: tex-varwidth-doc +BuildArch: noarch +AutoReqProv: No + +%description varwidth-doc +Documentation for varwidth + +%package vdmlisting +Provides: tex-vdmlisting = %{tl_version} +License: LPPL +Summary: Typesetting VDM in ASCII syntax +Version: svn29944.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(listings.sty) +Requires: tex(times.sty) +Requires: tex(color.sty) +Provides: tex(vdmlisting.sty) = %{tl_version} + +%description vdmlisting +The package is an extension for the listings package that +provides a source code printer for LaTeX. This package defines +new language definitions and listing environments for the three +language dialects of the Vienna Development Method: VDM-SL, +VDM-PP and VDM-RT. If one wants to typeset VDM with a +mathematical syntax instead of the ASCII syntax used here one +should use the vdm pacakge instead + +date: 2013-04-16 11:30:34 +0200 + +%post vdmlisting +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vdmlisting +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vdmlisting +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vdmlisting-doc +Summary: Documentation for vdmlisting +Version: svn29944.1.0 +Release: %{tl_noarch_release} +Provides: tex-vdmlisting-doc +BuildArch: noarch +AutoReqProv: No + +%description vdmlisting-doc +Documentation for vdmlisting + +%package verbasef +Provides: tex-verbasef = %{tl_version} +License: GPL+ +Summary: VERBatim Automatic Splitting of External Files +Version: svn21922.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(vrbexin.sty) +Requires: tex(verbatim.sty) +Requires: tex(here.sty) +Provides: tex(verbasef.sty) = %{tl_version} + +%description verbasef +Verbasef allows you to input (subsections of a) file, print +them in verbatim mode, while automatically breaking up the +inputted lines into pieces of a given length, which are output +as figures. These figures are posted using the [H] +specification, which forces LaTeX to place the figure at the +spot of invocation, rather than floating the figures to the top +of the next page. The package requires the verbatim, here and +vrbexin packages. + +date: 2011-04-02 14:59:54 +0200 + +%post verbasef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verbasef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbasef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verbasef-doc +Summary: Documentation for verbasef +Version: svn21922.1.1 +Release: %{tl_noarch_release} +Provides: tex-verbasef-doc +BuildArch: noarch +AutoReqProv: No + +%description verbasef-doc +Documentation for verbasef + +%package verbatimbox +Provides: tex-verbatimbox = %{tl_version} +License: LPPL +Summary: Deposit verbatim text in a box +Version: svn30104.3.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(verbatimbox.sty) = %{tl_version} + +%description verbatimbox +The package provides a verbbox environment (which uses +techniques similar to those of the boxedverbatim environment of +the moreverb package) to place its contents into a globally +available box, or into a box specified by the user. The global +box may then be used in a variety of situations (for example, +providing a replica of the boxedverbatim environment itself). A +valuable use is in places where the standard verbatim +environment (which is based on a trivlist) may not appear. The +package makes use of the verbatim package (which is a required +part of any LaTeX distribution). + +date: 2013-04-25 17:40:06 +0200 + +%post verbatimbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verbatimbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbatimbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verbatimbox-doc +Summary: Documentation for verbatimbox +Version: svn30104.3.01 +Release: %{tl_noarch_release} +Provides: tex-verbatimbox-doc +BuildArch: noarch +AutoReqProv: No + +%description verbatimbox-doc +Documentation for verbatimbox + +%package verbatimcopy +Provides: tex-verbatimcopy = %{tl_version} +License: LPPL +Summary: Make copies of text documents from within LaTeX +Version: svn15878.0.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Provides: tex(verbatimcopy.sty) = %{tl_version} + +%description verbatimcopy +This package provides \VerbatimCopy{in}{out} that will enable +LaTeX to take a verbatim copy of one text file, and save it +under another name. The package provides a means to specify the +output directory to be used, but does no checking and may +therefore overwrite an important file if used injudiciously. + +date: 2009-06-02 14:54:30 +0200 + +%post verbatimcopy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verbatimcopy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbatimcopy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verbatimcopy-doc +Summary: Documentation for verbatimcopy +Version: svn15878.0.06 +Release: %{tl_noarch_release} +Provides: tex-verbatimcopy-doc +BuildArch: noarch +AutoReqProv: No + +%description verbatimcopy-doc +Documentation for verbatimcopy + +%package verbdef +Provides: tex-verbdef = %{tl_version} +License: LPPL +Summary: Define commands which expand to verbatim text +Version: svn17177.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(verbdef.sty) = %{tl_version} + +%description verbdef +The package defines a single command \verbdef (which has a *- +form, like \verb). \verbdef will define a robust command whose +body expands to verbatim text. By using commands defined by +\verbdef, one can put verbatim text into the arguments of +commands; since the defined command is robust, it doesn't +matter if the argument is moving. (Full details of syntax and +caveats about use are in comments in the file itself.) + +date: 2010-03-09 13:13:30 +0100 + +%post verbdef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verbdef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbdef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verbdef-doc +Summary: Documentation for verbdef +Version: svn17177.0.2 +Release: %{tl_noarch_release} +Provides: tex-verbdef-doc +BuildArch: noarch +AutoReqProv: No + +%description verbdef-doc +Documentation for verbdef + +%package verbments +Provides: tex-verbments = %{tl_version} +License: LPPL 1.2 +Summary: Syntax highlighting of source code in LaTeX documents +Version: svn23670.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(framed.sty) +Requires: tex(xcolor.sty) +Requires: tex(calc.sty) +Provides: tex(verbments.sty) = %{tl_version} + +%description verbments +The package provides an environment for syntax highlighting +source code in LaTeX documents. The highlighted source code +output is formatted via powerful Pygments library of the Python +language. + +date: 2011-08-23 07:18:10 +0200 + +%post verbments +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun verbments +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbments +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package verbments-doc +Summary: Documentation for verbments +Version: svn23670.1.2 +Release: %{tl_noarch_release} +Provides: tex-verbments-doc +BuildArch: noarch +AutoReqProv: No + +%description verbments-doc +Documentation for verbments + +%package version +Provides: tex-version = %{tl_version} +License: Copyright only +Summary: Conditionally include text +Version: svn21920.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(version.sty) = %{tl_version} + +%description version +Defines macros \includeversion{NAME} and \excludeversion{NAME}, +each of which defines an environment NAME whose text is to be +included or excluded from compilation. Although the command +syntax is very similar to that of comment, comment.sty is to be +preferred to version.sty for documents where significant chunks +of text may be excluded. + +date: 2011-04-02 15:43:25 +0200 + +%post version +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun version +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans version +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package version-doc +Summary: Documentation for version +Version: svn21920.2.0 +Release: %{tl_noarch_release} +Provides: tex-version-doc +BuildArch: noarch +AutoReqProv: No + +%description version-doc +Documentation for version + +%package versions +Provides: tex-versions = %{tl_version} +License: LPPL 1.3 +Summary: Optionally omit pieces of text +Version: svn21921.0.55 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(versions.sty) = %{tl_version} + +%description versions +Stephan Bellantoni's version has provided preamble commands for +selecting environments to be included/excluded. This package +does the same, but corrects, improves, and extends it in both +implementation and function. + +date: 2011-04-02 19:40:46 +0200 + +%post versions +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun versions +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans versions +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package versions-doc +Summary: Documentation for versions +Version: svn21921.0.55 +Release: %{tl_noarch_release} +Provides: tex-versions-doc +BuildArch: noarch +AutoReqProv: No + +%description versions-doc +Documentation for versions + +%package vertbars +Provides: tex-vertbars = %{tl_version} +License: LPPL 1.3 +Summary: Mark vertical rules in margin of text +Version: svn20589.1.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(lineno.sty) +Provides: tex(vertbars.sty) = %{tl_version} + +%description vertbars +This package is an extension to lineno, replacing that +package's line numbers with bars to the left or right of the +text. + +date: 2010-11-28 20:56:07 +0100 + +%post vertbars +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vertbars +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vertbars +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vertbars-doc +Summary: Documentation for vertbars +Version: svn20589.1.0b +Release: %{tl_noarch_release} +Provides: tex-vertbars-doc +BuildArch: noarch +AutoReqProv: No + +%description vertbars-doc +Documentation for vertbars + +%package vhistory +Provides: tex-vhistory = %{tl_version} +License: LPPL 1.2 +Summary: Support for creating a change log +Version: svn30080.1.6.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ltxtable.sty) +Provides: tex(sets.sty) = %{tl_version} +Provides: tex(vhistory.sty) = %{tl_version} + +%description vhistory +Vhistory simplifies the creation of a history of versions of a +document. You can easily extract information like the current +version of a list of authors from that history. It helps you to +get consistent documents. The package sets, which is used by +vhistory, allows you to use sets containing text. You can use +the usual operations to create the union of sets or the +intersection of sets etc. + +date: 2013-04-21 16:55:16 +0200 + +%post vhistory +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vhistory +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vhistory +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vhistory-doc +Summary: Documentation for vhistory +Version: svn30080.1.6.1 +Release: %{tl_noarch_release} +Provides: tex-vhistory-doc +BuildArch: noarch +AutoReqProv: No + +%description vhistory-doc +Documentation for vhistory + +%package vmargin +Provides: tex-vmargin = %{tl_version} +License: LPPL +Summary: Set various page dimensions +Version: svn15878.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(vmargin.sty) = %{tl_version} + +%description vmargin +Provides a macro to set various margins as well as dimensions +for header/footer and page dimensions. Most common paper sizes, +paper orientation, disabling of headers and footers, and two +sided printing are supported. The vmargin package does not rely +on other packages and was designed with speed and size in mind. +Its user interface might not be very fancy, but it's fast, +small, and gets the job done. If you are looking for something +more elaborate try the geometry package. + +date: 2009-09-27 12:18:28 +0200 + +%post vmargin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vmargin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vmargin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vmargin-doc +Summary: Documentation for vmargin +Version: svn15878.2.5 +Release: %{tl_noarch_release} +Provides: tex-vmargin-doc +BuildArch: noarch +AutoReqProv: No + +%description vmargin-doc +Documentation for vmargin + +%package volumes +Provides: tex-volumes = %{tl_version} +License: LPPL +Summary: Typeset only parts of a document, with complete indexes etc +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(scrlfile.sty) +Provides: tex(nowtoaux.sty) = %{tl_version} +Provides: tex(volumes.sty) = %{tl_version} + +%description volumes +This package helps you if you want to produce separate printed +volumes from one LaTeX document, as well as one comprehensive, +"all-inclusive" version. It suppresses the part of the table of +contents that are not typeset, while counters, definitions, +index entries etc. are kept consistent throughout the input +file. + +date: 2007-03-01 21:27:41 +0100 + +%post volumes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun volumes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans volumes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package volumes-doc +Summary: Documentation for volumes +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-volumes-doc +BuildArch: noarch +AutoReqProv: No + +%description volumes-doc +Documentation for volumes + +%package vpe +Provides: tex-vpe = %{tl_version} +License: LPPL +Summary: Source specials for PDF output +Version: svn26039.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-vpe-bin +Requires: tex(keyval.sty) +Requires: tex(color.sty) +Requires: tex(pifont.sty) +Provides: tex(vpe.sty) = %{tl_version} + +%description vpe +VPE is a system to make the equivalent of "source special" +marks in a PDF file. Clicking on a mark will activate an +editor, pointing at the source line that produced the text that +was marked. The system comprises a perl file (vpe.pl) and a +LaTeX package (vpe.sty); it will work with PDF files generated +via LaTeX/dvips, pdfTeX (version 0.14 or better), and +LaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the +(pdf)TeX processor should be run with shell escapes enabled. + +date: 2012-04-18 16:26:37 +0200 + +%post vpe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vpe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vpe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vpe-doc +Summary: Documentation for vpe +Version: svn26039.0.2 +Release: %{tl_noarch_release} +Provides: tex-vpe-doc +BuildArch: noarch +AutoReqProv: No + +%description vpe-doc +Documentation for vpe + +%package vpe-bin +Summary: Binaries for vpe +Version: svn6897.0 +Requires: texlive-base +Requires: tex-vpe +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description vpe-bin +Binaries for vpe + +%package vruler +Provides: tex-vruler = %{tl_version} +License: LPPL +Summary: Numbering text +Version: svn21598.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(vruler.sty) = %{tl_version} + +%description vruler +The package offers facilities for adding a columns of numbering +to the general text so that the text can be properly +referenced. The vertical ruler can be scaled and moved freely. +The package may be used either with LaTeX or with plain TeX. + +date: 2011-03-03 10:36:36 +0100 + +%post vruler +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vruler +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vruler +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vruler-doc +Summary: Documentation for vruler +Version: svn21598.2.3 +Release: %{tl_noarch_release} +Provides: tex-vruler-doc +BuildArch: noarch +AutoReqProv: No + +%description vruler-doc +Documentation for vruler + +%package vwcol +Provides: tex-vwcol = %{tl_version} +License: LPPL +Summary: Variable-width multiple text columns +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(environ.sty) +Requires: tex(keyval.sty) +Requires: tex(ragged2e.sty) +Provides: tex(vwcol.sty) = %{tl_version} + +%description vwcol +The package provides a crude environment (vwcol) for +typesetting multicolumn paragraph text of various column widths +on a single page. + +date: 2008-08-24 14:43:48 +0200 + +%post vwcol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vwcol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vwcol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vwcol-doc +Summary: Documentation for vwcol +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-vwcol-doc +BuildArch: noarch +AutoReqProv: No + +%description vwcol-doc +Documentation for vwcol + +%package wallpaper +Provides: tex-wallpaper = %{tl_version} +License: LPPL +Summary: Easy addition of wallpapers (background images) to LaTeX documents, including tiling +Version: svn15878.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(eso-pic.sty) +Requires: tex(graphicx.sty) +Provides: tex(wallpaper.sty) = %{tl_version} + +%description wallpaper +This collection contains files to add wallpapers (background +images) to LaTeX documents. It uses the eso-pic package, but +provides simple commands to include effects such as tiling. An +example is provided, which works under both LaTeX and pdfLaTeX. + +date: 2007-01-20 20:21:37 +0100 + +%post wallpaper +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wallpaper +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wallpaper +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wallpaper-doc +Summary: Documentation for wallpaper +Version: svn15878.1.10 +Release: %{tl_noarch_release} +Provides: tex-wallpaper-doc +BuildArch: noarch +AutoReqProv: No + +%description wallpaper-doc +Documentation for wallpaper + +%package warning +Provides: tex-warning = %{tl_version} +License: LPPL +Summary: Global warnings at the end of the logfile +Version: svn22028.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(warning.sty) = %{tl_version} + +%description warning +This package provides a command that generates a list of +warnings that are printed out at the very end of the logfile. +This is useful for warnings such as 'Rerun for this or that +reason' or 'This is a draft, change it before the final run'. + +date: 2011-04-08 17:41:44 +0200 + +%post warning +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun warning +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans warning +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package warning-doc +Summary: Documentation for warning +Version: svn22028.0.01 +Release: %{tl_noarch_release} +Provides: tex-warning-doc +BuildArch: noarch +AutoReqProv: No + +%description warning-doc +Documentation for warning + +%package warpcol +Provides: tex-warpcol = %{tl_version} +License: LPPL +Summary: Relative alignment of rows in numeric columns in tabulars +Version: svn15878.1.0c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(warpcol.sty) = %{tl_version} + +%description warpcol +Defines a tabular column type for formatting numerical columns +in LaTeX. The column type enables numerical items to be right +justified relative to each other, while centred beneath the +column label. In addition, macros are provided to enable +variations on this column type to be defined. Usage of the +package is superficially similar to that of dcolumn; however, +the alignment scheme is different, and the packages have +different, though overlapping, applications. + +date: 2007-11-21 20:02:33 +0100 + +%post warpcol +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun warpcol +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans warpcol +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package warpcol-doc +Summary: Documentation for warpcol +Version: svn15878.1.0c +Release: %{tl_noarch_release} +Provides: tex-warpcol-doc +BuildArch: noarch +AutoReqProv: No + +%description warpcol-doc +Documentation for warpcol + +%package was +Provides: tex-was = %{tl_version} +License: LPPL +Summary: A collection of small packages by Walter Schmidt +Version: svn21439.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fixmath.sty) = %{tl_version} +Provides: tex(gensymb.sty) = %{tl_version} +Provides: tex(icomma.sty) = %{tl_version} +Provides: tex(upgreek.sty) = %{tl_version} + +%description was +A bundle of packages that arise in the author's area of +interest: - compliance of maths typesetting with ISO standards; +- symbols that work in both maths and text modes; - commas for +both decimal separator and maths; and - upright Greek letters +in maths. + +date: 2011-02-15 10:33:56 +0100 + +%post was +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun was +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans was +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package was-doc +Summary: Documentation for was +Version: svn21439.0 +Release: %{tl_noarch_release} +Provides: tex-was-doc +BuildArch: noarch +AutoReqProv: No + +%description was-doc +Documentation for was + +%package widetable +Provides: tex-widetable = %{tl_version} +License: LPPL 1.3 +Summary: An environment for typesetting tables of specified width +Version: svn16082.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifetex.sty) +Provides: tex(widetable.sty) = %{tl_version} + +%description widetable +The package defines a new environment that, unlike tabularX, +typesets a table of specified width by working on the inter- +column glue; the tabular cells will all be stretched (or +shrunk) according to need. The package will use the e-TeX +arithmetic extensions if they are available (they are, in most +modern distributions). + +date: 2009-11-10 09:00:49 +0100 + +%post widetable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun widetable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans widetable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package widetable-doc +Summary: Documentation for widetable +Version: svn16082.1.1 +Release: %{tl_noarch_release} +Provides: tex-widetable-doc +BuildArch: noarch +AutoReqProv: No + +%description widetable-doc +Documentation for widetable + +%package williams +Provides: tex-williams = %{tl_version} +License: LPPL +Summary: Miscellaneous macros by Peter Williams +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(epic.sty) +Requires: tex(eepic.sty) +Provides: tex(antree.sty) = %{tl_version} +Provides: tex(toklist.sty) = %{tl_version} + +%description williams +The bundle provides two packages: - antree, which provides +macros for annotated node trees, and - toklist, which is an +implementation of Knuth's token list macros, to be found on +pp.378-379 of the TeXbook. + +date: 2009-01-30 14:29:16 +0100 + +%post williams +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun williams +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans williams +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package williams-doc +Summary: Documentation for williams +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-williams-doc +BuildArch: noarch +AutoReqProv: No + +%description williams-doc +Documentation for williams + +%package wordlike +Provides: tex-wordlike = %{tl_version} +License: LPPL +Summary: Simulating word processor layout +Version: svn15878.1.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(mathptmx.sty) +Requires: tex(helvet.sty) +Requires: tex(courier.sty) +Provides: tex(wordlike.sty) = %{tl_version} + +%description wordlike +The package simulates typical word processor layout: narrow +page margins, Times, Helvetica and Courier fonts, \LARGE or +\Large headings, and \sloppy typesetting. The package aims at +making life easier for users who are discontent with LaTeX's +standard layout settings because they need a layout that +resembles the usual "wordlike" output. The design of the +package draws on several discussions in the de.comp.text.tex +and comp.text.tex newsgroups that are referred to in the +manual. + +date: 2009-06-03 09:03:24 +0200 + +%post wordlike +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wordlike +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wordlike +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wordlike-doc +Summary: Documentation for wordlike +Version: svn15878.1.2b +Release: %{tl_noarch_release} +Provides: tex-wordlike-doc +BuildArch: noarch +AutoReqProv: No + +%description wordlike-doc +Documentation for wordlike + +%package wrapfig +Provides: tex-wrapfig = %{tl_version} +License: LPPL +Summary: Produces figures which text can flow around +Version: svn22048.3.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(wrapfig.sty) = %{tl_version} + +%description wrapfig +Allows figures or tables to have text wrapped around them. Does +not work in combination with list environments, but can be used +in a parbox or minipage, and in twocolumn format. Supports the +float package. + +date: 2011-04-09 12:56:30 +0200 + +%post wrapfig +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun wrapfig +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wrapfig +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package wrapfig-doc +Summary: Documentation for wrapfig +Version: svn22048.3.6 +Release: %{tl_noarch_release} +Provides: tex-wrapfig-doc +BuildArch: noarch +AutoReqProv: No + +%description wrapfig-doc +Documentation for wrapfig + +%package xargs +Provides: tex-xargs = %{tl_version} +License: LPPL +Summary: Define commands with many optional arguments +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Provides: tex(xargs.sty) = %{tl_version} + +%description xargs +The package provides extended versions of \newcommand and +related LaTeX commands, which allow easy and robust definition +of macros with many optional arguments, using a clear and +simple xkeyval-style syntax. + +date: 2008-08-24 00:31:24 +0200 + +%post xargs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xargs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xargs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xargs-doc +Summary: Documentation for xargs +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-xargs-doc +BuildArch: noarch +AutoReqProv: No + +%description xargs-doc +Documentation for xargs + +%package xbmc +Provides: tex-xbmc = %{tl_version} +License: LPPL +Summary: xbmc package +Version: svn13293.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xbmc10.tfm) = %{tl_version} + +%description xbmc +xbmc package + +%post xbmc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xbmc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xbmc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xcomment +Provides: tex-xcomment = %{tl_version} +License: LPPL +Summary: Allows selected environments to be included/excluded +Version: svn20031.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xcomment.sty) = %{tl_version} +Provides: tex(xcomment.tex) = %{tl_version} + +%description xcomment +The package defines an environment that only typesets specified +environments within its scope. So, for example, if you want +nothing but the figure and table environments in your document, +you can enclose the whole document with an xcomment environment +that excludes everything but. This is a lot easier than +excluding the chunks of text between the environments you want, +or creating an entire document containing only those +environments. The package was previously part of the seminar +bundle for typesetting presentations. + +date: 2010-09-08 12:33:34 +0200 + +%post xcomment +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xcomment +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcomment +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xcomment-doc +Summary: Documentation for xcomment +Version: svn20031.1.3 +Release: %{tl_noarch_release} +Provides: tex-xcomment-doc +BuildArch: noarch +AutoReqProv: No + +%description xcomment-doc +Documentation for xcomment + +%package xhfill +Provides: tex-xhfill = %{tl_version} +License: LPPL +Summary: Extending \hrulefill +Version: svn22575.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xcolor.sty) +Requires: tex(calc.sty) +Requires: tex(xspace.sty) +Provides: tex(xhfill.sty) = %{tl_version} + +%description xhfill +The package provides extended macros for the default \hrulefill +command. It allows modification of the width and the colour of +the line. + +date: 2011-05-17 17:47:58 +0200 + +%post xhfill +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xhfill +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xhfill +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xhfill-doc +Summary: Documentation for xhfill +Version: svn22575.1.01 +Release: %{tl_noarch_release} +Provides: tex-xhfill-doc +BuildArch: noarch +AutoReqProv: No + +%description xhfill-doc +Documentation for xhfill + +%package xtab +Provides: tex-xtab = %{tl_version} +License: LPPL +Summary: Break tables across pages +Version: svn23347.2.3f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xtab.sty) = %{tl_version} + +%description xtab +Xtab is an extended and somewhat improved version of +supertabular; it provides tables that break across pages. + +date: 2011-07-31 16:09:03 +0200 + +%post xtab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xtab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xtab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xtab-doc +Summary: Documentation for xtab +Version: svn23347.2.3f +Release: %{tl_noarch_release} +Provides: tex-xtab-doc +BuildArch: noarch +AutoReqProv: No + +%description xtab-doc +Documentation for xtab + +%package xdoc +Provides: tex-xdoc = %{tl_version} +License: LPPL +Summary: Extending the LaTeX doc system +Version: svn15878.prot2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Requires: tex(doc.sty) +Provides: tex(docidx2e.sty) = %{tl_version} +Provides: tex(docindex.sty) = %{tl_version} +Provides: tex(xdoc2.sty) = %{tl_version} + +%description xdoc +Xdoc is a project to rewrite the implementation of the LaTeX +doc package (in a broader sense) to make its features more +general and flexible. For example, where doc only provides +commands for documenting macros and environments, xdoc also +provides commands for similarly documenting package options and +switches. This is furthermore done in such a way that it is +very easy to add more such commands for documenting things, +such as e.g., templates (an important concept in the future +LaTeX3) and program components for other languages (functions, +classes, procedures, etc.). A side effect is that many minor +bugs in doc are fixed. The design aims to take advantage of +many still experimental features of future versions of LaTeX, +but since these are neither reasonably stable nor widely +available, the configuration interfaces and package author +commands of xdoc are likely to change. To still provide a +stable interface for other packages to build upon, the actual +package names include a "major version number" of sorts. The +drop-in replacement package for standard doc is xdoc2; it +requires nothing outside standard LaTeX2e. The +docindex/docidx2e package changes the index and list of changes +typesetting so that none of the formatting has to be controlled +via the index style file. The docindex package provides control +of formatting via templates (nice interface, but requires +several experimental packages), whereas the docidx2e package +has traditional raw macro interfaces and works with standard +LaTeX2e. + +date: 2006-12-05 00:47:24 +0100 + +%post xdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xdoc-doc +Summary: Documentation for xdoc +Version: svn15878.prot2.5 +Release: %{tl_noarch_release} +Provides: tex-xdoc-doc +BuildArch: noarch +AutoReqProv: No + +%description xdoc-doc +Documentation for xdoc + +%package xfor +Provides: tex-xfor = %{tl_version} +License: LPPL +Summary: A reimplimentation of the LaTeX for-loop macro +Version: svn15878.1.05 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xfor.sty) = %{tl_version} + +%description xfor +The package redefines the LaTeX internal \@for macro so that +the loop may be prematurely terminated. The action is akin to +the C/Java break statement, except that the loop does not +terminate until the end of the current iteration + +date: 2009-02-05 23:18:07 +0100 + +%post xfor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xfor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xfor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xfor-doc +Summary: Documentation for xfor +Version: svn15878.1.05 +Release: %{tl_noarch_release} +Provides: tex-xfor-doc +BuildArch: noarch +AutoReqProv: No + +%description xfor-doc +Documentation for xfor + +%package xint +Provides: tex-xint = %{tl_version} +License: LPPL 1.3 +Summary: Expandable operations on long numbers +Version: svn30528.1.06a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xint.sty) = %{tl_version} +Provides: tex(xintcfrac.sty) = %{tl_version} +Provides: tex(xintfrac.sty) = %{tl_version} +Provides: tex(xintgcd.sty) = %{tl_version} +Provides: tex(xintseries.sty) = %{tl_version} + +%description xint +The bundle provides four packages: - xint, which provides +expandable TeX macros that implement the basic arithmetic +operations of addition, subtraction, multiplication and +division, as applied to arbitrarily long numbers represented as +chains of digits with an optional minus sign; - xintgcd, which +provides implementations of the Euclidean algorithm, and of its +typesetting; - xintfrac, which computes fractions using xint; - +xintseries, which computes partial sums using xint; and - +xintcfrac, which deals with the computation of continued +fractions. All of the packages' computations are done in a way +that they can operate in an expanding environment. The packages +may be used either with Plain TeX or LaTeX. + +date: 2013-05-11 15:55:51 +0200 + +%post xint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xint-doc +Summary: Documentation for xint +Version: svn30528.1.06a +Release: %{tl_noarch_release} +Provides: tex-xint-doc +BuildArch: noarch +AutoReqProv: No + +%description xint-doc +Documentation for xint + +%package xmpincl +Provides: tex-xmpincl = %{tl_version} +License: GPL+ +Summary: Include eXtensible Metadata Platform data in PDFLaTeX +Version: svn15878.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifthen.sty) +Provides: tex(xmpincl.sty) = %{tl_version} + +%description xmpincl +The XMP (eXtensible Metadata platform) is a framework to add +metadata to digital material to enhance the workflow in +publication. The essence is that the metadata is stored in an +XML file, and this XML stream is then embedded in the file to +which it applies. How you create this XML file is up to you, +but the author started investigating this because he wanted to +embed licensing information in the files he created. The +license the author chose is one of the Creative Commons +licenses, and their web-site offers this information in a valid +XML-file, suitable for direct inclusion. + +date: 2008-05-10 20:43:24 +0200 + +%post xmpincl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xmpincl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xmpincl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xmpincl-doc +Summary: Documentation for xmpincl +Version: svn15878.2.2 +Release: %{tl_noarch_release} +Provides: tex-xmpincl-doc +BuildArch: noarch +AutoReqProv: No + +%description xmpincl-doc +Documentation for xmpincl + +%package xnewcommand +Provides: tex-xnewcommand = %{tl_version} +License: LPPL +Summary: Define \global and \protected commands with \newcommand +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xnewcommand.sty) = %{tl_version} + +%description xnewcommand +The package provides the means of defining \global and (e-TeX) +\protected commands, within the framework of LaTeX's standard +\newcommand. + +date: 2008-08-24 14:46:50 +0200 + +%post xnewcommand +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xnewcommand +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xnewcommand +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xnewcommand-doc +Summary: Documentation for xnewcommand +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-xnewcommand-doc +BuildArch: noarch +AutoReqProv: No + +%description xnewcommand-doc +Documentation for xnewcommand + +%package xoptarg +Provides: tex-xoptarg = %{tl_version} +License: LPPL +Summary: Expandable macros that take an optional argument +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xoptarg.sty) = %{tl_version} + +%description xoptarg +Commands that take an optional argument are not ordinarily +expandable; this package allows such commands to be expandable +provided they have at least one mandatory argument. + +date: 2008-08-24 14:29:08 +0200 + +%post xoptarg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xoptarg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xoptarg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xoptarg-doc +Summary: Documentation for xoptarg +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-xoptarg-doc +BuildArch: noarch +AutoReqProv: No + +%description xoptarg-doc +Documentation for xoptarg + +%package xpatch +Provides: tex-xpatch = %{tl_version} +License: LPPL 1.3 +Summary: Extending etoolbox patching commands +Version: svn27897.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(etoolbox.sty) +Provides: tex(xpatch.sty) = %{tl_version} + +%description xpatch +The package generalises the macro patching commands provided by +Philipp Lehmann's etoolbox. + +date: 2012-03-12 18:26:56 +0100 + +%post xpatch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xpatch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpatch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xpatch-doc +Summary: Documentation for xpatch +Version: svn27897.0.2 +Release: %{tl_noarch_release} +Provides: tex-xpatch-doc +BuildArch: noarch +AutoReqProv: No + +%description xpatch-doc +Documentation for xpatch + +%package xpeek +Provides: tex-xpeek = %{tl_version} +License: LPPL 1.3 +Summary: Define commands that peek ahead in the input stream +Version: svn27442.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Provides: tex(xpeek.sty) = %{tl_version} + +%description xpeek +The package provides tools to help define commands that, like +\xspace (from xspace) and the LaTeX command \textit, peek at +what follows them in the command stream and choose appropriate +behaviour. + +date: 2012-08-17 12:03:38 +0200 + +%post xpeek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xpeek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpeek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xpeek-doc +Summary: Documentation for xpeek +Version: svn27442.0.2 +Release: %{tl_noarch_release} +Provides: tex-xpeek-doc +BuildArch: noarch +AutoReqProv: No + +%description xpeek-doc +Documentation for xpeek + +%package xpunctuate +Provides: tex-xpunctuate = %{tl_version} +License: LPPL +Summary: xpunctuate package +Version: svn26641.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xspace.sty) +Provides: tex(xpunctuate.sty) = %{tl_version} + +%description xpunctuate +xpunctuate package + +%post xpunctuate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xpunctuate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpunctuate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xpunctuate-doc +Summary: Documentation for xpunctuate +Version: svn26641.0 +Release: %{tl_noarch_release} +Provides: tex-xpunctuate-doc +BuildArch: noarch +AutoReqProv: No + +%description xpunctuate-doc +Documentation for xpunctuate + +%package xstring +Provides: tex-xstring = %{tl_version} +License: LPPL +Summary: String manipulation for (La)TeX +Version: svn29258.1.7a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xstring.sty) = %{tl_version} +Provides: tex(xstring.tex) = %{tl_version} + +%description xstring +The package provides macros for manipulating strings -- testing +a string's contents, extracting substrings, substitution of +substrings and providing numbers such as string length, +position of, or number of recurrences of, a substring. The +package works equally in Plain TeX and LaTeX (though e-TeX is +always required). The strings to be processed may contain +(expandable) macros. + +date: 2013-02-28 13:49:00 +0100 + +%post xstring +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xstring +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xstring +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xstring-doc +Summary: Documentation for xstring +Version: svn29258.1.7a +Release: %{tl_noarch_release} +Provides: tex-xstring-doc +BuildArch: noarch +AutoReqProv: No + +%description xstring-doc +Documentation for xstring + +%package xwatermark +Provides: tex-xwatermark = %{tl_version} +License: LPPL 1.3 +Summary: Graphics and text watermarks on selected pages +Version: svn28090.1.5.2d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(catoptions.sty) +Provides: tex(xwatermark.sty) = %{tl_version} + +%description xwatermark +The package extends the author's draftmark and the watermark +packages. + +date: 2012-10-26 10:22:27 +0200 + +%post xwatermark +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xwatermark +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xwatermark +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xwatermark-doc +Summary: Documentation for xwatermark +Version: svn28090.1.5.2d +Release: %{tl_noarch_release} +Provides: tex-xwatermark-doc +BuildArch: noarch +AutoReqProv: No + +%description xwatermark-doc +Documentation for xwatermark + +%package xytree +Provides: tex-xytree = %{tl_version} +License: LPPL +Summary: Tree macros using XY-Pic +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xy.sty) +Provides: tex(xytree.sty) = %{tl_version} + +%description xytree +The aim of xytree is to draw linguistic syntactic trees with +ease and to support hopefully sufficient functionalities, that +the linguist may need. The package (of course) depends on the +XY-Pic package. + +date: 2007-03-13 09:23:19 +0100 + +%post xytree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xytree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xytree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xytree-doc +Summary: Documentation for xytree +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-xytree-doc +BuildArch: noarch +AutoReqProv: No + +%description xytree-doc +Documentation for xytree + +%package yafoot +Provides: tex-yafoot = %{tl_version} +License: LPPL +Summary: A bundle of miscellaneous footnote packages +Version: svn19086.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dblfnote.sty) = %{tl_version} +Provides: tex(fnpos.sty) = %{tl_version} +Provides: tex(pfnote.sty) = %{tl_version} + +%description yafoot +Contains three packages: - pfnote to number footnotes per page; +- fnpos to control the position of footnotes; and - dblfnote to +make footnotes double-columned. + +date: 2006-12-16 10:58:44 +0100 + +%post yafoot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yafoot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yafoot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yafoot-doc +Summary: Documentation for yafoot +Version: svn19086.0 +Release: %{tl_noarch_release} +Provides: tex-yafoot-doc +BuildArch: noarch +AutoReqProv: No + +%description yafoot-doc +Documentation for yafoot + +%package yagusylo +Provides: tex-yagusylo = %{tl_version} +License: LPPL +Summary: A symbol loader +Version: svn29803.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xifthen.sty) +Requires: tex(suffix.sty) +Requires: tex(xargs.sty) +Requires: tex(xcolor.sty) +Provides: tex(yagusylo.cfg) = %{tl_version} +Provides: tex(yagusylo.sty) = %{tl_version} + +%description yagusylo +The name is by way of being an acronym for "Yet Another Grand +Unified Symbols Loader"... The package allows the user to +access a symbol without loading the package that usually +provides it; this has the advantage of avoiding the name +clashes that so commonly trouble those who load symbol- +packages. + +date: 2012-07-21 17:20:52 +0200 + +%post yagusylo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yagusylo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yagusylo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yagusylo-doc +Summary: Documentation for yagusylo +Version: svn29803.1.2 +Release: %{tl_noarch_release} +Provides: tex-yagusylo-doc +BuildArch: noarch +AutoReqProv: No + +%description yagusylo-doc +Documentation for yagusylo + +%package ydoc +Provides: tex-ydoc = %{tl_version} +License: LPPL 1.3 +Summary: Macros for documentation of LaTeX classes and packages +Version: svn26202.0.6alpha +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(hyperref.sty) +Requires: tex(needspace.sty) +Requires: tex(xcolor.sty) +Requires: tex(listings.sty) +Requires: tex(shortvrb.sty) +Requires: tex(etoolbox.sty) +Requires: tex(xspace.sty) +Requires: tex(url.sty) +Requires: tex(float.sty) +Requires: tex(svn-prov.sty) +Requires: tex(newverbs.sty) +Provides: tex(ydocincl.tex) = %{tl_version} +Provides: tex(ydocstrip.tex) = %{tl_version} +Provides: tex(ydoc-code.sty) = %{tl_version} +Provides: tex(ydoc-desc.sty) = %{tl_version} +Provides: tex(ydoc-doc.sty) = %{tl_version} +Provides: tex(ydoc-expl.sty) = %{tl_version} +Provides: tex(ydoc.cfg) = %{tl_version} +Provides: tex(ydoc.cls) = %{tl_version} +Provides: tex(ydoc.sty) = %{tl_version} + +%description ydoc +The package provides macros and environments to document LaTeX +packages and classes. It is an (as yet unfinished) alternative +to the ltxdoc class and the doc or xdoc packages. The aim is to +provide a different layout and more modern styles (using the +xcolor, hyperref packages, etc.) This is an alpha release, and +should probably not (yet) be used with other packages, since +the implementation might change. Nevertheless, the author uses +it to document his own packages. + +date: 2012-02-24 11:32:36 +0100 + +%post ydoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ydoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ydoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ydoc-doc +Summary: Documentation for ydoc +Version: svn26202.0.6alpha +Release: %{tl_noarch_release} +Provides: tex-ydoc-doc +BuildArch: noarch +AutoReqProv: No + +%description ydoc-doc +Documentation for ydoc + +%package yplan +Provides: tex-yplan = %{tl_version} +License: LPPL +Summary: Daily planner type calendar +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(yplan.sty) = %{tl_version} + +%description yplan +Prints two six-monthly vertical-type daily planner (i.e., +months along the top, days downwards), with each 6-month period +fitting onto a single A4 (or US letter) sheet. The package +offers support for English, French, German, Spanish and +Portuguese. The previous scheme of annual updates has now been +abandoned, in favour of a Perl script yplan that generates a +year's planner automatically. (The last manually-generated +LaTeX file remains on the archive.) + +date: 2006-12-16 10:58:44 +0100 + +%post yplan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun yplan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yplan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yplan-doc +Summary: Documentation for yplan +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-yplan-doc +BuildArch: noarch +AutoReqProv: No + +%description yplan-doc +Documentation for yplan + +%package zed-csp +Provides: tex-zed-csp = %{tl_version} +License: Zed +Summary: Typesetting Z and CSP format specifications +Version: svn17258.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(zed-csp.sty) = %{tl_version} + +%description zed-csp +The package supports real-time CSP and incorporates the +functionality of Spivey's original Z package, written for LaTeX +2.09. + +date: 2008-04-05 21:05:50 +0200 + +%post zed-csp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zed-csp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zed-csp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zed-csp-doc +Summary: Documentation for zed-csp +Version: svn17258.0 +Release: %{tl_noarch_release} +Provides: tex-zed-csp-doc +BuildArch: noarch +AutoReqProv: No + +%description zed-csp-doc +Documentation for zed-csp + +%package ziffer +Provides: tex-ziffer = %{tl_version} +License: LPPL +Summary: Conversion of punctuation in maths mode +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ziffer.sty) = %{tl_version} + +%description ziffer +The package modifies the behaviour of characters in maths mode +so that: '.' is used as a one-thousand separator (as is common +in Germany) ',' is used as a decimal separator (as is common in +Germany) '--' is represented with spacing as appropriate to +such constructs as '1.000,--'. These conversions may be +switched on and off. + +date: 2008-08-24 14:22:28 +0200 + +%post ziffer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ziffer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ziffer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ziffer-doc +Summary: Documentation for ziffer +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-ziffer-doc +BuildArch: noarch +AutoReqProv: No + +%description ziffer-doc +Documentation for ziffer + +%package zwgetfdate +Provides: tex-zwgetfdate = %{tl_version} +License: LPPL 1.3 +Summary: Get package or file date +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(zwgetfdate.sty) = %{tl_version} + +%description zwgetfdate +The package enables to fetch dates of used packages and files +and provide such information in macros. It is useful for +automatic obtaining the date of a package being documented, +mainly if you do not use doc/docstrip. + +date: 2008-08-24 14:29:08 +0200 + +%post zwgetfdate +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zwgetfdate +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zwgetfdate +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zwgetfdate-doc +Summary: Documentation for zwgetfdate +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-zwgetfdate-doc +BuildArch: noarch +AutoReqProv: No + +%description zwgetfdate-doc +Documentation for zwgetfdate + +%package zwpagelayout +Provides: tex-zwpagelayout = %{tl_version} +License: LPPL +Summary: Page layout and crop-marks +Version: svn28846.1.4c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(kvoptions.sty) +Requires: tex(color.sty) +Provides: tex(zwpagelayout.sty) = %{tl_version} + +%description zwpagelayout +This package was developed as a typographers' toolbox offering +important basic features for everyday work. It allows setting +the paper size and the page layout; it can print crop marks; +and it can reflect pages both horizontally and vertically. The +package facilities work with TeX + dvips or (x)dvipdfm(x), and +with pdfTeX. + +date: 2013-01-15 09:51:57 +0100 + +%post zwpagelayout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun zwpagelayout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zwpagelayout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package zwpagelayout-doc +Summary: Documentation for zwpagelayout +Version: svn28846.1.4c +Release: %{tl_noarch_release} +Provides: tex-zwpagelayout-doc +BuildArch: noarch +AutoReqProv: No + +%description zwpagelayout-doc +Documentation for zwpagelayout + +%package collection-luatex +Summary: LuaTeX packages +Version: svn30533.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-checkcites +Requires: tex-chickenize +Requires: tex-enigma +Requires: tex-interpreter +Requires: tex-lua-check-hyphen +Requires: tex-lua-visual-debug +Requires: tex-lua2dox +Requires: tex-luabibentry +Requires: tex-luacode +Requires: tex-luaindex +Requires: tex-luainputenc +Requires: texlive-luaintro-doc +Requires: texlive-lualatex-doc-doc +Requires: tex-lualatex-math +Requires: tex-lualibs +Requires: tex-luamplib +Requires: tex-luaotfload +Requires: tex-luasseq +Requires: tex-luatexbase +Requires: tex-luatexko +Requires: tex-luatextra +Requires: tex-luaxml +Requires: tex-odsfile +Requires: tex-showhyphens +Requires: tex-spelling + +%description collection-luatex +Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using +Lua as an embedded scripting and extension language. +http://luatex.org/ + +%package checkcites +Provides: tex-checkcites = %{tl_version} +License: LPPL 1.3 +Summary: Check citation commands in a document +Version: svn28572.1.0i +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-checkcites-bin + +%description checkcites +The package provides a lua script written for the sole purpose +of detecting undefined and unused references from LaTeX +auxiliary or bibliography files. + +date: 2012-12-18 18:32:41 +0100 + +%post checkcites +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun checkcites +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans checkcites +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package checkcites-doc +Summary: Documentation for checkcites +Version: svn28572.1.0i +Release: %{tl_noarch_release} +Provides: tex-checkcites-doc +BuildArch: noarch +AutoReqProv: No + +%description checkcites-doc +Documentation for checkcites + +%package checkcites-bin +Summary: Binaries for checkcites +Version: svn25623.0 +Requires: texlive-base +Requires: tex-checkcites +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description checkcites-bin +Binaries for checkcites + +%package chickenize +Provides: tex-chickenize = %{tl_version} +License: LPPL 1.3 +Summary: Use lua callbacks for "interesting" textual effects +Version: svn29232.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chickenize.sty) = %{tl_version} +Provides: tex(chickenize.tex) = %{tl_version} + +%description chickenize +The package allows manipulations of any LuaTeX document (it is +known to work with Plain LuaTeX and LuaLaTeX). Most of the +package's functions are merely for fun or educational use, but +some functions (for example, colorstretch for visualising the +badness and font expansion of each line, and letterspaceadjust +doing what its name says) could be useful in a "normal" LuaTeX +document. + +date: 2013-02-24 22:35:53 +0100 + +%post chickenize +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chickenize +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chickenize +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chickenize-doc +Summary: Documentation for chickenize +Version: svn29232.0.2 +Release: %{tl_noarch_release} +Provides: tex-chickenize-doc +BuildArch: noarch +AutoReqProv: No + +%description chickenize-doc +Documentation for chickenize + +%package enigma +Provides: tex-enigma = %{tl_version} +License: BSD +Summary: Encrypt documents with a three rotor Enigma +Version: svn29802.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(luatexbase.sty) +Provides: tex(enigma.sty) = %{tl_version} +Provides: tex(enigma.tex) = %{tl_version} + +%description enigma +The package provides historical encryption (Enigma cipher) for +LuaTeX-based formats. + +date: 2013-04-09 15:55:17 +0200 + +%post enigma +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun enigma +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enigma +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package enigma-doc +Summary: Documentation for enigma +Version: svn29802.0.1 +Release: %{tl_noarch_release} +Provides: tex-enigma-doc +BuildArch: noarch +AutoReqProv: No + +%description enigma-doc +Documentation for enigma + +%package interpreter +Provides: tex-interpreter = %{tl_version} +License: LPPL +Summary: Translate input files on the fly +Version: svn27232.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(interpreter.sty) = %{tl_version} +Provides: tex(interpreter.tex) = %{tl_version} + +%description 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: 2012-06-10 11:15:14 +0200 + +%post interpreter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun interpreter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interpreter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package interpreter-doc +Summary: Documentation for interpreter +Version: svn27232.1.2 +Release: %{tl_noarch_release} +Provides: tex-interpreter-doc +BuildArch: noarch +AutoReqProv: No + +%description interpreter-doc +Documentation for interpreter + +%package lua-check-hyphen +Provides: tex-lua-check-hyphen = %{tl_version} +License: Freely redistributable without restriction +Summary: Mark hyphenations in a document, for checking +Version: svn27227.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase-attr.sty) +Requires: tex(luatextra.sty) +Requires: tex(keyval.sty) +Provides: tex(lua-check-hyphen.sty) = %{tl_version} + +%description lua-check-hyphen +The package looks at all hyphenation breaks in the document, +comparing them against a white-list prepared by the author. If +a hyphenation break is found, for which there is no entry in +the white-list, the package flags the line where the break +starts. The author may then either add the hyphenation to the +white-list, or adjust the document to avoid the break. + +date: 2012-07-03 11:28:15 +0200 + +%post lua-check-hyphen +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lua-check-hyphen +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-check-hyphen +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lua-check-hyphen-doc +Summary: Documentation for lua-check-hyphen +Version: svn27227.0.1 +Release: %{tl_noarch_release} +Provides: tex-lua-check-hyphen-doc +BuildArch: noarch +AutoReqProv: No + +%description lua-check-hyphen-doc +Documentation for lua-check-hyphen + +%package lua-visual-debug +Provides: tex-lua-visual-debug = %{tl_version} +License: Freely redistributable without restriction +Summary: Visual debugging with LuaLaTeX +Version: svn25881.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(atbegshi.sty) +Provides: tex(lua-visual-debug.sty) = %{tl_version} + +%description lua-visual-debug +The package uses lua code to provide visible indications of +boxes, glues, kerns and penalties in the PDF output. The +package is known to work in LaTeX and Plain TeX documents. + +date: 2012-04-08 13:49:02 +0200 + +%post lua-visual-debug +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lua-visual-debug +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-visual-debug +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lua-visual-debug-doc +Summary: Documentation for lua-visual-debug +Version: svn25881.0.4 +Release: %{tl_noarch_release} +Provides: tex-lua-visual-debug-doc +BuildArch: noarch +AutoReqProv: No + +%description lua-visual-debug-doc +Documentation for lua-visual-debug + +%package lua2dox +Provides: tex-lua2dox = %{tl_version} +License: LPPL 1.3 +Summary: Auto-documentation of lua code +Version: svn29349.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-lua2dox-bin +Provides: tex(lua.def) = %{tl_version} + +%description lua2dox +The package extends the well-known C-like language autodoc +tool, doxygen, to read and document lua code. In use, you edit +and test your code and periodically run the autodoc tool to +update the documentation, which may be viewed via an html +browser. Autodoc tools can read the code well enough to find +function/... declarations and document them. If the code also +contains appropriatly formatted "magic comments", the tool can +use them to supplement the documentation. The package is a +first prototype of a planned TeX2DoX tool (in development), +which will process joint (La)TeX/lua documents. + +date: 2013-02-07 14:27:08 +0100 + +%post lua2dox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lua2dox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua2dox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lua2dox-doc +Summary: Documentation for lua2dox +Version: svn29349.0.2 +Release: %{tl_noarch_release} +Provides: tex-lua2dox-doc +BuildArch: noarch +AutoReqProv: No + +%description lua2dox-doc +Documentation for lua2dox + +%package lua2dox-bin +Summary: Binaries for lua2dox +Version: svn29053.0 +Requires: texlive-base +Requires: tex-lua2dox +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description lua2dox-bin +Binaries for lua2dox + +%package luabibentry +Provides: tex-luabibentry = %{tl_version} +License: LPPL 1.3 +Summary: Repeat BibTeX entries in a LuaLaTeX document body +Version: svn23435.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Provides: tex(luabibentry.sty) = %{tl_version} + +%description luabibentry +The package reimplements bibentry, for use in LuaLaTeX. + +date: 2011-06-30 18:17:02 +0200 + +%post luabibentry +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luabibentry +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luabibentry +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luabibentry-doc +Summary: Documentation for luabibentry +Version: svn23435.0.1 +Release: %{tl_noarch_release} +Provides: tex-luabibentry-doc +BuildArch: noarch +AutoReqProv: No + +%description luabibentry-doc +Documentation for luabibentry + +%package luacode +Provides: tex-luacode = %{tl_version} +License: LPPL 1.3 +Summary: Helper for executing lua code from within TeX +Version: svn25193.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase.sty) +Provides: tex(luacode.sty) = %{tl_version} + +%description luacode +Executing Lua code from within TeX with directlua can sometimes +be tricky: there is no easy way to use the percent character, +counting backslashes may be hard, and Lua comments don't work +the way you expect. The package provides the \luaexec command +and the luacode(*) environments to help with these problems. + +date: 2011-12-29 11:37:48 +0100 + +%post luacode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luacode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luacode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luacode-doc +Summary: Documentation for luacode +Version: svn25193.1.2 +Release: %{tl_noarch_release} +Provides: tex-luacode-doc +BuildArch: noarch +AutoReqProv: No + +%description luacode-doc +Documentation for luacode + +%package luaindex +Provides: tex-luaindex = %{tl_version} +License: LPPL 1.3 +Summary: Create index using lualatex +Version: svn25882.0.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase-compat.sty) +Requires: tex(luatexbase-modutils.sty) +Requires: tex(scrbase.sty) +Provides: tex(luaindex.sty) = %{tl_version} + +%description luaindex +Luaindex provides (yet another) index processor, written in +Lua. + +date: 2011-08-19 10:28:18 +0200 + +%post luaindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luaindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luaindex-doc +Summary: Documentation for luaindex +Version: svn25882.0.1b +Release: %{tl_noarch_release} +Provides: tex-luaindex-doc +BuildArch: noarch +AutoReqProv: No + +%description luaindex-doc +Documentation for luaindex + +%package luainputenc +Provides: tex-luainputenc = %{tl_version} +License: Public Domain +Summary: Replacing inputenc for use in LuaTeX +Version: svn20491.0.973 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(inputenc.sty) +Requires: tex(luatexbase.sty) +Provides: tex(luainputenc.sty) = %{tl_version} +Provides: tex(lutf8.def) = %{tl_version} +Provides: tex(lutf8x.def) = %{tl_version} + +%description luainputenc +LuaTeX operates by default in UTF-8 input; thus LaTeX documents +that need 8-bit character-sets need special treatment. (In +fact, LaTeX documents using UTF-8 with "traditional" -- 256- +glyph -- fonts also need support from this package.) The +package, therefore, replaces the LaTeX standard inputenc for +use under LuaTeX. With a current LuaTeX,the package has the +same behaviour with LuaTeX as inputenc has under pdfTeX. + +date: 2010-11-19 16:55:42 +0100 + +%post luainputenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luainputenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luainputenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luainputenc-doc +Summary: Documentation for luainputenc +Version: svn20491.0.973 +Release: %{tl_noarch_release} +Provides: tex-luainputenc-doc +BuildArch: noarch +AutoReqProv: No + +%description luainputenc-doc +Documentation for luainputenc + +%package luaintro-doc +Summary: Documentation for luaintro +Version: svn29349.0.01 +Release: %{tl_noarch_release} +Provides: tex-luaintro-doc +BuildArch: noarch +AutoReqProv: No + +%description luaintro-doc +Documentation for luaintro + +%package lualatex-doc-doc +Summary: Documentation for lualatex-doc +Version: svn30473.0 +Release: %{tl_noarch_release} +Provides: tex-lualatex-doc-doc +BuildArch: noarch +AutoReqProv: No + +%description lualatex-doc-doc +Documentation for lualatex-doc + +%package lualatex-math +Provides: tex-lualatex-math = %{tl_version} +License: LPPL 1.3 +Summary: Fixes for mathematics-related LuaLaTeX issues +Version: svn29346.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(etoolbox.sty) +Requires: tex(luatexbase.sty) +Requires: tex(filehook.sty) +Provides: tex(lualatex-math.sty) = %{tl_version} + +%description lualatex-math +The package patches a few commands of the LaTeX2e kernel and +the amsmath and mathtools packages to be more compatible with +the LuaTeX engine. It is only meaningful for LuaLaTeX documents +containing mathematical formulas, and does not exhibit any new +functionality. The fixes are mostly moved from the unicode-math +package to this package since they are not directly related to +Unicode mathematics typesetting. + +date: 2013-03-11 10:36:18 +0100 + +%post lualatex-math +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lualatex-math +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualatex-math +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lualatex-math-doc +Summary: Documentation for lualatex-math +Version: svn29346.1.2 +Release: %{tl_noarch_release} +Provides: tex-lualatex-math-doc +BuildArch: noarch +AutoReqProv: No + +%description lualatex-math-doc +Documentation for lualatex-math + +%package lualibs +Provides: tex-lualibs = %{tl_version} +License: GPLv2+ +Summary: Additional Lua functions for LuaTeX macro programmers +Version: svn30555.2.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description lualibs +Lualibs is a collection of Lua modules useful for general +programming. The bundle is based on lua modules shipped with +ConTeXt, and are made available in this bundle for use +independent of ConTeXt. + +date: 2013-05-18 20:29:05 +0200 + +%post lualibs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lualibs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualibs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lualibs-doc +Summary: Documentation for lualibs +Version: svn30555.2.0a +Release: %{tl_noarch_release} +Provides: tex-lualibs-doc +BuildArch: noarch +AutoReqProv: No + +%description lualibs-doc +Documentation for lualibs + +%package luamplib +Provides: tex-luamplib = %{tl_version} +License: Public Domain +Summary: Use LuaTeX's built-in MetaPost interpreter +Version: svn30423.1.09 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(luatexbase-modutils.sty) +Requires: tex(pdftexcmds.sty) +Provides: tex(luamplib.sty) = %{tl_version} + +%description luamplib +The package enables the user to directly incorporate MetaPost +diagrams into a document, using LuaTeX's built-in MetaPost +library. The facility is only available in PDF mode. + +date: 2013-05-06 22:23:37 +0200 + +%post luamplib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luamplib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luamplib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luamplib-doc +Summary: Documentation for luamplib +Version: svn30423.1.09 +Release: %{tl_noarch_release} +Provides: tex-luamplib-doc +BuildArch: noarch +AutoReqProv: No + +%description luamplib-doc +Documentation for luamplib + +%package luaotfload +Provides: tex-luaotfload = %{tl_version} +License: GPLv2+ +Summary: OpenType layout system for Plain TeX and LaTeX +Version: svn30619.2.2b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-luaotfload-bin +Requires: tex(luatexbase.sty) +Provides: tex(luaotfload-blacklist.cnf) = %{tl_version} +Provides: tex(luaotfload.sty) = %{tl_version} + +%description luaotfload +The package adopts the TrueType/OpenType Font loader code +provided in ConTeXt, and adapts it to use in Plain TeX and +LaTeX. + +date: 2013-05-18 17:41:16 +0200 + +%post luaotfload +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luaotfload +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaotfload +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luaotfload-doc +Summary: Documentation for luaotfload +Version: svn30619.2.2b +Release: %{tl_noarch_release} +Provides: tex-luaotfload-doc +BuildArch: noarch +AutoReqProv: No + +%description luaotfload-doc +Documentation for luaotfload + +%package luaotfload-bin +Summary: Binaries for luaotfload +Version: svn30313.0 +Requires: texlive-base +Requires: tex-luaotfload +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description luaotfload-bin +Binaries for luaotfload + +%package luasseq +Provides: tex-luasseq = %{tl_version} +License: LPPL +Summary: Drawing spectral sequences in LuaLaTeX +Version: svn20467.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(pifont.sty) +Requires: tex(pgf.sty) +Requires: tex(xkeyval.sty) +Provides: tex(luasseq.sty) = %{tl_version} + +%description luasseq +The package is an update of the author's sseq package, for use +with LuaLaTeX. This version uses less memory, and operates +faster than the original; it also offers several enhancements. + +date: 2010-11-14 10:49:57 +0100 + +%post luasseq +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luasseq +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luasseq +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luasseq-doc +Summary: Documentation for luasseq +Version: svn20467.2.1 +Release: %{tl_noarch_release} +Provides: tex-luasseq-doc +BuildArch: noarch +AutoReqProv: No + +%description luasseq-doc +Documentation for luasseq + +%package luatexbase +Provides: tex-luatexbase = %{tl_version} +License: Public Domain +Summary: Basic resource management for LuaTeX code +Version: svn30562.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatex.sty) +Requires: tex(etex.sty) +Provides: tex(luatexbase-attr.sty) = %{tl_version} +Provides: tex(luatexbase-cctb.sty) = %{tl_version} +Provides: tex(luatexbase-compat.sty) = %{tl_version} +Provides: tex(luatexbase-loader.sty) = %{tl_version} +Provides: tex(luatexbase-mcb.sty) = %{tl_version} +Provides: tex(luatexbase-modutils.sty) = %{tl_version} +Provides: tex(luatexbase-regs.sty) = %{tl_version} +Provides: tex(luatexbase.sty) = %{tl_version} + +%description luatexbase +The bundle provides basic facilities for LuaTeX macro +programmers, mostly resource allocation and convenience +packages. Provided are: - luatexbase-attr: attribute +allocation; - luatexbase-cctb: catcode table allocation; - +luatexbase-compat: compatibility helpers; - luatexbase-loader: +Lua module loading; - luatexbase-modutils: Lua module +declaration; - luatexbase-mcb: callbacks extension; and - +luatexbase-regs: allocation of registers and the like. In +addition, the (unadorned) luatexbase package loads all the +above in one fell swoop. + +date: 2013-05-07 01:17:41 +0200 + +%post luatexbase +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luatexbase +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexbase +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luatexbase-doc +Summary: Documentation for luatexbase +Version: svn30562.0.6 +Release: %{tl_noarch_release} +Provides: tex-luatexbase-doc +BuildArch: noarch +AutoReqProv: No + +%description luatexbase-doc +Documentation for luatexbase + +%package luatexko +Provides: tex-luatexko = %{tl_version} +License: LPPL +Summary: Typeset Korean with Lua(La)TeX +Version: svn30597.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(luaotfload.sty) +Requires: tex(fontspec.sty) +Requires: tex(kolabels-utf.sty) +Requires: tex(konames-utf.sty) +Provides: tex(luatexko-core.sty) = %{tl_version} +Provides: tex(luatexko.sty) = %{tl_version} + +%description luatexko +This is a Lua(La)TeX macro package that supports typesetting +Korean documents. LuaTeX version 0.76+ and luaotfload package +version 2.2+ are required. This package also requires both cjk- +ko and xetexko packages for its full functionality. + +date: 2013-05-20 17:36:30 +0200 + +%post luatexko +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luatexko +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexko +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luatexko-doc +Summary: Documentation for luatexko +Version: svn30597.1.1 +Release: %{tl_noarch_release} +Provides: tex-luatexko-doc +BuildArch: noarch +AutoReqProv: No + +%description luatexko-doc +Documentation for luatexko + +%package luatextra +Provides: tex-luatextra = %{tl_version} +License: Public Domain +Summary: Additional macros for Plain TeX and LaTeX in LuaTeX +Version: svn20747.1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Requires: tex(luatexbase.sty) +Requires: tex(metalogo.sty) +Requires: tex(luacode.sty) +Requires: tex(fixltx2e.sty) +Provides: tex(luatextra.sty) = %{tl_version} + +%description luatextra +The package provides a coherent extended programming +environment for use with luaTeX. It loads packages fontspec, +luatexbase and lualibs, and provides additional user-level +features and goodies. The package is under development, and its +specification may be expected to change. + +date: 2010-12-14 15:25:48 +0100 + +%post luatextra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luatextra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatextra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luatextra-doc +Summary: Documentation for luatextra +Version: svn20747.1.0.1 +Release: %{tl_noarch_release} +Provides: tex-luatextra-doc +BuildArch: noarch +AutoReqProv: No + +%description luatextra-doc +Documentation for luatextra + +%package luaxml +Provides: tex-luaxml = %{tl_version} +License: Freely redistributable without restriction +Summary: Lua library for reading and serialising XML files +Version: svn27394.0.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description luaxml +This is a redistribution of a pure lua xml library, LuaXML. The +library was originally distributed as part of the odsfile +package, but is made available separately in the hope that it +can be useful for other projects. + +date: 2012-08-13 11:53:38 +0200 + +%post luaxml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun luaxml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaxml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package luaxml-doc +Summary: Documentation for luaxml +Version: svn27394.0.0.1 +Release: %{tl_noarch_release} +Provides: tex-luaxml-doc +BuildArch: noarch +AutoReqProv: No + +%description luaxml-doc +Documentation for luaxml + +%package odsfile +Provides: tex-odsfile = %{tl_version} +License: LPPL 1.3 +Summary: Read OpenDocument Spreadsheet documents as LaTeX tables +Version: svn27395.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(luacode.sty) +Requires: tex(xkeyval.sty) +Provides: tex(odsfile.sty) = %{tl_version} + +%description odsfile +The distribution includes a package and a lua library that can +together read OpenDocument spreadsheet documents as LaTeX +tables. Cells in the tables may be processed by LaTeX macros, +so that (for example) the package may be used for drawing some +plots. The package uses lua's zip library. + +date: 2012-08-13 11:41:25 +0200 + +%post odsfile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun odsfile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans odsfile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package odsfile-doc +Summary: Documentation for odsfile +Version: svn27395.0.2 +Release: %{tl_noarch_release} +Provides: tex-odsfile-doc +BuildArch: noarch +AutoReqProv: No + +%description odsfile-doc +Documentation for odsfile + +%package showhyphens +Provides: tex-showhyphens = %{tl_version} +License: MIT +Summary: Show all possible hyphenations in LuaLaTeX +Version: svn23937.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase.sty) +Provides: tex(showhyphens.sty) = %{tl_version} + +%description showhyphens +With this package, LuaLaTeX will indicate all possible +hyphenations in the printed output. + +date: 2011-09-15 16:18:00 +0200 + +%post showhyphens +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun showhyphens +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showhyphens +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package showhyphens-doc +Summary: Documentation for showhyphens +Version: svn23937.0.1 +Release: %{tl_noarch_release} +Provides: tex-showhyphens-doc +BuildArch: noarch +AutoReqProv: No + +%description showhyphens-doc +Documentation for showhyphens + +%package spelling +Provides: tex-spelling = %{tl_version} +License: LPPL 1.3 +Summary: Support for spell-checking of LuaTeX documents +Version: svn30665.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase-modutils.sty) +Requires: tex(luatexbase-attr.sty) +Requires: tex(atbegshi.sty) +Provides: tex(spelling.sty) = %{tl_version} + +%description spelling +The package aids spell-checking of TeX documents compiled with +the LuaTeX engine. It can give visual feedback in PDF output +similar to WYSIWYG word processors. The package relies on an +external spell-checker application to check spelling of a text +file and to output a list of bad spellings. The package should +work with most spell-checkers, even dumb, TeX-unaware ones. + +date: 2013-02-27 12:58:34 +0100 + +%post spelling +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spelling +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spelling +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spelling-doc +Summary: Documentation for spelling +Version: svn30665.0.3 +Release: %{tl_noarch_release} +Provides: tex-spelling-doc +BuildArch: noarch +AutoReqProv: No + +%description spelling-doc +Documentation for spelling + +%package collection-mathextra +Summary: Mathematics packages +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-latex +Requires: tex-12many +Requires: tex-amstex +Requires: tex-backnaur +Requires: tex-binomexp +Requires: tex-boldtensors +Requires: tex-bosisio +Requires: tex-bropd +Requires: tex-ccfonts +Requires: tex-commath +Requires: tex-concmath +Requires: tex-concrete +Requires: tex-eqnarray +Requires: tex-extarrows +Requires: tex-extpfeil +Requires: tex-faktor +Requires: tex-ionumbers +Requires: tex-isomath +Requires: tex-mathcomp +Requires: tex-mattens +Requires: tex-mhequ +Requires: tex-multiobjective +Requires: tex-nath +Requires: tex-ot-tableau +Requires: tex-proba +Requires: tex-rec-thy +Requires: tex-shuffle +Requires: tex-skmath +Requires: tex-statex +Requires: tex-statex2 +Requires: tex-stmaryrd +Requires: tex-susy +Requires: tex-syllogism +Requires: tex-synproof +Requires: tex-tablor +Requires: tex-tensor +Requires: tex-tex-ewd +Requires: tex-thmbox +Requires: tex-turnstile +Requires: tex-unicode-math +Requires: tex-venn +Requires: tex-yhmath +Requires: tex-ytableau + +%description collection-mathextra +collection-mathextra package + +%package 12many +Provides: tex-12many = %{tl_version} +License: LPPL +Summary: Generalising mathematical index sets +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(keyval.sty) +Provides: tex(12many.sty) = %{tl_version} + +%description 12many +In the discrete branches of mathematics and the computer +sciences, it will only take some seconds before you're faced +with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$, +others $\{j:1\leq j\leq m\}$, and that journal you're +submitting to might want something else entirely. The 12many +package provides an interface that makes changing from one to +another a one-line change. + +date: 2008-10-03 01:00:01 +0200 + +%post 12many +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun 12many +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans 12many +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package 12many-doc +Summary: Documentation for 12many +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-12many-doc +BuildArch: noarch +AutoReqProv: No + +%description 12many-doc +Documentation for 12many + +%package commath +Provides: tex-commath = %{tl_version} +License: LPPL +Summary: Mathematics typesetting support +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Provides: tex(commath.sty) = %{tl_version} + +%description commath +Provides a range of differential, partial differential and +delimiter commands, together with a \fullfunction (function, +with both domain and range, and function operation) and various +reference commands. + +date: 2007-03-05 14:17:42 +0100 + +%post commath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun commath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans commath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package commath-doc +Summary: Documentation for commath +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-commath-doc +BuildArch: noarch +AutoReqProv: No + +%description commath-doc +Documentation for commath + +%package concmath +Provides: tex-concmath = %{tl_version} +License: LPPL +Summary: Concrete Math fonts +Version: svn17219.1999_03_18 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(exscale.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Provides: tex(concmath.sty) = %{tl_version} +Provides: tex(omlccm.fd) = %{tl_version} +Provides: tex(omlccr.fd) = %{tl_version} +Provides: tex(omsccr.fd) = %{tl_version} +Provides: tex(omsccsy.fd) = %{tl_version} +Provides: tex(omxccex.fd) = %{tl_version} +Provides: tex(ot1ccr.fd) = %{tl_version} +Provides: tex(ucca.fd) = %{tl_version} +Provides: tex(uccb.fd) = %{tl_version} + +%description concmath +A LaTeX package and font definition files to access the +Concrete mathematics fonts, which were derived from Computer +Modern math fonts using parameters from Concrete Roman text +fonts. + +date: 2010-02-24 21:28:09 +0100 + +%post concmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun concmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package concmath-doc +Summary: Documentation for concmath +Version: svn17219.1999_03_18 +Release: %{tl_noarch_release} +Provides: tex-concmath-doc +BuildArch: noarch +AutoReqProv: No + +%description concmath-doc +Documentation for concmath + +%package concrete +Provides: tex-concrete = %{tl_version} +License: Knuth +Summary: Concrete Roman fonts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cccsc10.tfm) = %{tl_version} +Provides: tex(ccmi10.tfm) = %{tl_version} +Provides: tex(ccmic9.tfm) = %{tl_version} +Provides: tex(ccr10.tfm) = %{tl_version} +Provides: tex(ccr5.tfm) = %{tl_version} +Provides: tex(ccr6.tfm) = %{tl_version} +Provides: tex(ccr7.tfm) = %{tl_version} +Provides: tex(ccr8.tfm) = %{tl_version} +Provides: tex(ccr9.tfm) = %{tl_version} +Provides: tex(ccsl10.tfm) = %{tl_version} +Provides: tex(ccsl9.tfm) = %{tl_version} +Provides: tex(ccslc9.tfm) = %{tl_version} +Provides: tex(ccti10.tfm) = %{tl_version} + +%description concrete +Concrete Roman fonts, designed by Donald E. Knuth, originally +for use with Euler mathematics fonts. Alternative mathematics +fonts, based on the concrete 'parameter set' are available as +the concmath fonts bundle. LaTeX support is offered by the +beton, concmath and ccfonts packages. T1- and TS1-encoded +versions of the fonts are available in the ecc bundle, and +Adobe Type 1 versions of the ecc fonts are part of the cm-super +bundle. + +date: 2006-12-08 15:31:01 +0100 + +%post concrete +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun concrete +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concrete +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package concrete-doc +Summary: Documentation for concrete +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-concrete-doc +BuildArch: noarch +AutoReqProv: No + +%description concrete-doc +Documentation for concrete + +%package eqnarray +Provides: tex-eqnarray = %{tl_version} +License: GPLv3+ +Summary: More generalised equation arrays with numbering +Version: svn20641.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Provides: tex(eqnarray.sty) = %{tl_version} + +%description eqnarray +Defines an equationarray environment, that allows more than +three columns, but otherwise behaves like LaTeX's eqnarray +environment. This environment is similar, in some ways, to the +align environment of amsmath. The package requires the array +package. + +date: 2010-12-02 11:00:56 +0100 + +%post eqnarray +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eqnarray +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqnarray +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eqnarray-doc +Summary: Documentation for eqnarray +Version: svn20641.1.3 +Release: %{tl_noarch_release} +Provides: tex-eqnarray-doc +BuildArch: noarch +AutoReqProv: No + +%description eqnarray-doc +Documentation for eqnarray + +%package extarrows +Provides: tex-extarrows = %{tl_version} +License: LGPLv2+ +Summary: Extra Arrows beyond those provided in AMSmath +Version: svn15878.1.0b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(extarrows.sty) = %{tl_version} + +%description extarrows +Arrows are provided to supplement \xleftarrow and \xrightarrow +of the AMSMath package: \xlongequal, \xLongleftarrow, +\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow. +\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and +\xlongrightarrow. + +date: 2008-05-15 16:08:02 +0200 + +%post extarrows +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun extarrows +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extarrows +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package extarrows-doc +Summary: Documentation for extarrows +Version: svn15878.1.0b +Release: %{tl_noarch_release} +Provides: tex-extarrows-doc +BuildArch: noarch +AutoReqProv: No + +%description extarrows-doc +Documentation for extarrows + +%package extpfeil +Provides: tex-extpfeil = %{tl_version} +License: LPPL 1.3 +Summary: Extensible arrows in mathematics +Version: svn16243.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(mathtools.sty) +Requires: tex(stmaryrd.sty) +Provides: tex(extpfeil.sty) = %{tl_version} + +%description extpfeil +The exptfeil package provides some more extensible arrows +(usable in the same way as \xleftarrow from amsmath), and a +command to simply create new ones. + +date: 2009-10-31 20:51:21 +0100 + +%post extpfeil +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun extpfeil +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extpfeil +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package extpfeil-doc +Summary: Documentation for extpfeil +Version: svn16243.0.4 +Release: %{tl_noarch_release} +Provides: tex-extpfeil-doc +BuildArch: noarch +AutoReqProv: No + +%description extpfeil-doc +Documentation for extpfeil + +%package faktor +Provides: tex-faktor = %{tl_version} +License: LPPL +Summary: Typeset quotient structures with LaTeX +Version: svn15878.0.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(faktor.sty) = %{tl_version} + +%description faktor +The package provides the means to typeset factor structures, as +are used in many areas of algebraic notation. The structure is +similar to the 'A/B' that is provided by the nicefrac package +(part of the units distribution), and by the xfrac package; the +most obvious difference is that the numerator and denominator's +sizes do not change in the \faktor command. + +date: 2007-02-27 14:19:10 +0100 + +%post faktor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun faktor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans faktor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package faktor-doc +Summary: Documentation for faktor +Version: svn15878.0.1b +Release: %{tl_noarch_release} +Provides: tex-faktor-doc +BuildArch: noarch +AutoReqProv: No + +%description faktor-doc +Documentation for faktor + +%package ionumbers +Provides: tex-ionumbers = %{tl_version} +License: GPL+ +Summary: Restyle numbers in maths mode +Version: svn23380.0.3.1_alpha +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(ionumbers.sty) = %{tl_version} + +%description 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: 2011-06-15 09:16:20 +0200 + +%post ionumbers +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ionumbers +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ionumbers +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ionumbers-doc +Summary: Documentation for ionumbers +Version: svn23380.0.3.1_alpha +Release: %{tl_noarch_release} +Provides: tex-ionumbers-doc +BuildArch: noarch +AutoReqProv: No + +%description ionumbers-doc +Documentation for ionumbers + +%package isomath +Provides: tex-isomath = %{tl_version} +License: LPPL +Summary: Mathematics style for science and technology +Version: svn27654.0.6.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fixmath.sty) +Requires: tex(kvoptions.sty) +Provides: tex(isomath.sty) = %{tl_version} + +%description 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: 2012-09-12 18:41:18 +0200 + +%post isomath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun isomath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isomath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package isomath-doc +Summary: Documentation for isomath +Version: svn27654.0.6.1 +Release: %{tl_noarch_release} +Provides: tex-isomath-doc +BuildArch: noarch +AutoReqProv: No + +%description isomath-doc +Documentation for isomath + +%package mathcomp +Provides: tex-mathcomp = %{tl_version} +License: LPPL +Summary: Text symbols in maths mode +Version: svn15878.0.1f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(textcomp.sty) +Provides: tex(mathcomp.sty) = %{tl_version} + +%description mathcomp +A package which provides access to some interesting characters +of the Text Companion fonts (TS1 encoding) in maths mode. + +date: 2007-01-09 18:22:13 +0100 + +%post mathcomp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathcomp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathcomp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathcomp-doc +Summary: Documentation for mathcomp +Version: svn15878.0.1f +Release: %{tl_noarch_release} +Provides: tex-mathcomp-doc +BuildArch: noarch +AutoReqProv: No + +%description mathcomp-doc +Documentation for mathcomp + +%package mattens +Provides: tex-mattens = %{tl_version} +License: LPPL +Summary: Matrices/tensor typesetting +Version: svn17582.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(mattens.sty) = %{tl_version} + +%description mattens +The mattens package contains the definitions to typeset +matrices, vectors and tensors as used in the engineering +community for the representation of common vectors and tensors +such as forces, velocities, moments of inertia, etc. + +date: 2009-11-09 23:10:10 +0100 + +%post mattens +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mattens +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mattens +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mattens-doc +Summary: Documentation for mattens +Version: svn17582.1.3 +Release: %{tl_noarch_release} +Provides: tex-mattens-doc +BuildArch: noarch +AutoReqProv: No + +%description mattens-doc +Documentation for mattens + +%package mhequ +Provides: tex-mhequ = %{tl_version} +License: Public Domain +Summary: Multicolumn equations, tags, labels, sub-numbering +Version: svn15878.1.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mhequ.sty) = %{tl_version} + +%description mhequ +MHequ simplifies creating multi-column equation environments, +and tagging the equations therein. It supports sub-numbers of +blocks of equations (like (1.2a), (1.2b), etc) and references +to each equation individually (1.2a) or to the whole block +(1.2). The labels can be shown in draft mode. Comments in the +package itself describe usage. + +date: 2008-05-01 20:41:51 +0200 + +%post mhequ +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mhequ +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mhequ +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mhequ-doc +Summary: Documentation for mhequ +Version: svn15878.1.61 +Release: %{tl_noarch_release} +Provides: tex-mhequ-doc +BuildArch: noarch +AutoReqProv: No + +%description mhequ-doc +Documentation for mhequ + +%package multiobjective +Provides: tex-multiobjective = %{tl_version} +License: LPPL +Summary: Symbols for multibojective optimisation etc +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Provides: tex(multiobjective.sty) = %{tl_version} + +%description multiobjective +The package provides a series of operators commonly used in +papers related to multiobjective optimisation, multiobjective +evolutionary algorithms, multicriteria decision making and +similar fields. + +date: 2008-09-09 11:27:07 +0200 + +%post multiobjective +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multiobjective +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiobjective +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package multiobjective-doc +Summary: Documentation for multiobjective +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-multiobjective-doc +BuildArch: noarch +AutoReqProv: No + +%description multiobjective-doc +Documentation for multiobjective + +%package nath +Provides: tex-nath = %{tl_version} +License: GPL+ +Summary: Natural mathematics notation +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(nath.sty) = %{tl_version} + +%description nath +Nath is a LaTeX (both 2e and 2.09) style to separate +presentation and content in mathematical typography. The style +delivers a particular context-dependent presentation on the +basis of a rather coarse context-independent notation. +Highlighted features: depending on the context, the command +\frac produces either built-up or case or solidus fractions, +with parentheses added whenever required for preservation of +the mathematical meaning; delimiters adapt their size to the +material enclosed, rendering \left and \right almost obsolete. + +date: 2006-12-22 14:37:19 +0100 + +%post nath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nath-doc +Summary: Documentation for nath +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-nath-doc +BuildArch: noarch +AutoReqProv: No + +%description nath-doc +Documentation for nath + +%package ot-tableau +Provides: tex-ot-tableau = %{tl_version} +License: LPPL +Summary: Optimality Theory tableaux in LaTeX +Version: svn17829.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tipa.sty) +Requires: tex(ifthen.sty) +Requires: tex(pifont.sty) +Requires: tex(substr.sty) +Requires: tex(bbding.sty) +Requires: tex(suffix.sty) +Requires: tex(colortbl.sty) +Requires: tex(arydshln.sty) +Provides: tex(ot-tableau.sty) = %{tl_version} + +%description ot-tableau +The package makes it easy to create beautiful optimality- +theoretic tableaux. The LaTeX source is visually very similar +to a formatted tableau, which makes working with the source +code painless (well, less painful). A variety of stylistic +variants are available to suit personal taste. + +date: 2010-04-14 18:13:33 +0200 + +%post ot-tableau +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ot-tableau +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ot-tableau +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ot-tableau-doc +Summary: Documentation for ot-tableau +Version: svn17829.0 +Release: %{tl_noarch_release} +Provides: tex-ot-tableau-doc +BuildArch: noarch +AutoReqProv: No + +%description ot-tableau-doc +Documentation for ot-tableau + +%package proba +Provides: tex-proba = %{tl_version} +License: LPPL +Summary: Shortcuts commands to symbols used in probability texts +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsfonts.sty) +Provides: tex(proba.sty) = %{tl_version} + +%description proba +This package includes some of the most often used commands in +probability texts, e.g. probability, expectation, variance, +etc. It also includes some short commands for set (blackboard) +or filtrations (calligraphic). It requires LaTeX2e and the +amsfonts package. + +date: 2009-06-02 14:48:32 +0200 + +%post proba +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun proba +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proba +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package proba-doc +Summary: Documentation for proba +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-proba-doc +BuildArch: noarch +AutoReqProv: No + +%description proba-doc +Documentation for proba + +%package rec-thy +Provides: tex-rec-thy = %{tl_version} +License: Public Domain +Summary: Commands to typeset recursion theory papers +Version: svn27225.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(suffix.sty) +Requires: tex(ifmtarg.sty) +Requires: tex(xifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(stmaryrd.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(marvosym.sty) +Requires: tex(hyperref.sty) +Provides: tex(rec-thy.sty) = %{tl_version} + +%description rec-thy +The package provides many macros to express standard notation +in recursion theory (otherwise known as computability theory). + +date: 2012-06-21 10:44:34 +0200 + +%post rec-thy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun rec-thy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rec-thy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package rec-thy-doc +Summary: Documentation for rec-thy +Version: svn27225.1.3 +Release: %{tl_noarch_release} +Provides: tex-rec-thy-doc +BuildArch: noarch +AutoReqProv: No + +%description rec-thy-doc +Documentation for rec-thy + +%package shuffle +Provides: tex-shuffle = %{tl_version} +License: Public Domain +Summary: A symbol for the shuffle product +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(shuffle10.tfm) = %{tl_version} +Provides: tex(shuffle7.tfm) = %{tl_version} +Provides: tex(Ushuffle.fd) = %{tl_version} +Provides: tex(shuffle.sty) = %{tl_version} + +%description shuffle +The bundle provides a LaTeX package and a font (as MetaFont +source) for the shuffle product which is used in some part of +mathematics and physics. + +date: 2008-10-30 09:46:08 +0100 + +%post shuffle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun shuffle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shuffle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package shuffle-doc +Summary: Documentation for shuffle +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-shuffle-doc +BuildArch: noarch +AutoReqProv: No + +%description shuffle-doc +Documentation for shuffle + +%package skmath +Provides: tex-skmath = %{tl_version} +License: LPPL 1.3 +Summary: Extensions to the maths command repertoir +Version: svn29607.0.1g +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(kvoptions.sty) +Requires: tex(amssymb.sty) +Requires: tex(mathtools.sty) +Requires: tex(xfrac.sty) +Requires: tex(isomath.sty) +Provides: tex(skmath.sty) = %{tl_version} + +%description skmath +The package provides a selection of new maths commands and +improved re-definitions of existing commands. + +date: 2013-03-28 18:11:29 +0100 + +%post skmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun skmath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skmath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package skmath-doc +Summary: Documentation for skmath +Version: svn29607.0.1g +Release: %{tl_noarch_release} +Provides: tex-skmath-doc +BuildArch: noarch +AutoReqProv: No + +%description skmath-doc +Documentation for skmath + +%package statex +Provides: tex-statex = %{tl_version} +License: LPPL +Summary: Statistics style +Version: svn20306.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(bm.sty) +Requires: tex(color.sty) +Provides: tex(statex.sty) = %{tl_version} + +%description statex +A package defining many macros for items of significance in +statistical presentations. An updated, but incompatible, +version of the package is available: statex2. + +date: 2010-11-03 11:47:38 +0100 + +%post statex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun statex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package statex-doc +Summary: Documentation for statex +Version: svn20306.1.6 +Release: %{tl_noarch_release} +Provides: tex-statex-doc +BuildArch: noarch +AutoReqProv: No + +%description statex-doc +Documentation for statex + +%package statex2 +Provides: tex-statex2 = %{tl_version} +License: LPPL +Summary: Statistics style +Version: svn23961.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(bm.sty) +Requires: tex(color.sty) +Provides: tex(statex2.sty) = %{tl_version} + +%description statex2 +The package defines many macros for items of significance in +statistical presentations. It represents a syntax-incompatible +upgrade of statex. + +date: 2011-09-14 18:03:50 +0200 + +%post statex2 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun statex2 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statex2 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package statex2-doc +Summary: Documentation for statex2 +Version: svn23961.2.1 +Release: %{tl_noarch_release} +Provides: tex-statex2-doc +BuildArch: noarch +AutoReqProv: No + +%description statex2-doc +Documentation for statex2 + +%package susy +Provides: tex-susy = %{tl_version} +License: LPPL +Summary: Macros for SuperSymmetry-related work +Version: svn19440.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(susy.sty) = %{tl_version} + +%description susy +The package provides abbreviations of longer expressions. + +date: 2008-08-23 22:26:13 +0200 + +%post susy +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun susy +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans susy +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package susy-doc +Summary: Documentation for susy +Version: svn19440.0 +Release: %{tl_noarch_release} +Provides: tex-susy-doc +BuildArch: noarch +AutoReqProv: No + +%description susy-doc +Documentation for susy + +%package syllogism +Provides: tex-syllogism = %{tl_version} +License: LPPL +Summary: Typeset syllogisms in LaTeX +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(amssymb.sty) +Requires: tex(ifthen.sty) +Requires: tex(xspace.sty) +Provides: tex(syllogism.sty) = %{tl_version} + +%description syllogism +The package provides a simple, configurable, way for neatly +typesetting syllogisms and syllogistic-like arguments, composed +of two premises and a conclusion. + +date: 2008-10-28 11:39:06 +0100 + +%post syllogism +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun syllogism +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syllogism +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package syllogism-doc +Summary: Documentation for syllogism +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-syllogism-doc +BuildArch: noarch +AutoReqProv: No + +%description syllogism-doc +Documentation for syllogism + +%package synproof +Provides: tex-synproof = %{tl_version} +License: LPPL +Summary: Easy drawing of syntactic proofs +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(keyval.sty) +Provides: tex(synproof.sty) = %{tl_version} + +%description synproof +The package provides a set of macros based on PSTricks that +will enable you to draw syntactic proofs easily (inspired by +the Gamut books). Very few commands are needed, however fine +tuning of the various parameters (dimensions) can still be +achieved through "key=value" pairs. + +date: 2009-07-05 17:22:22 +0200 + +%post synproof +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun synproof +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans synproof +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package synproof-doc +Summary: Documentation for synproof +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-synproof-doc +BuildArch: noarch +AutoReqProv: No + +%description synproof-doc +Documentation for synproof + +%package tablor +Provides: tex-tablor = %{tl_version} +License: LPPL +Summary: Create tables of signs and of variations +Version: svn25433.4.07_f +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(filecontents.sty) +Requires: tex(ifthen.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Provides: tex(tablor-xetex.sty) = %{tl_version} +Provides: tex(tablor.cfg) = %{tl_version} +Provides: tex(tablor.sty) = %{tl_version} + +%description tablor +The package allows the user to use the computer algebra system +XCAS to generate tables of signs and of variations (the actual +plotting of the tables uses the MetaPost macro package +tableauVariations). Tables with forbidden regions may be +developed using the package. A configuration file permits some +configuration of the language to be used in the diagrams. The +tablor package requires that shell escape be enabled. + +date: 2012-02-20 01:12:37 +0100 + +%post tablor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tablor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tablor-doc +Summary: Documentation for tablor +Version: svn25433.4.07_f +Release: %{tl_noarch_release} +Provides: tex-tablor-doc +BuildArch: noarch +AutoReqProv: No + +%description tablor-doc +Documentation for tablor + +%package tensor +Provides: tex-tensor = %{tl_version} +License: LPPL +Summary: Typeset tensors +Version: svn15878.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tensor.sty) = %{tl_version} + +%description tensor +A package which allows the user to set tensor-style super- and +subscripts with offsets between successive indices. It supports +the typesetting of tensors with mixed upper and lower indices +with spacing, also typset preposed indices. This is a complete +revision and extension of the original 'tensor' package by Mike +Piff. + +date: 2006-11-03 07:18:50 +0100 + +%post tensor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tensor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tensor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tensor-doc +Summary: Documentation for tensor +Version: svn15878.2.1 +Release: %{tl_noarch_release} +Provides: tex-tensor-doc +BuildArch: noarch +AutoReqProv: No + +%description tensor-doc +Documentation for tensor + +%package tex-ewd +Provides: tex-tex-ewd = %{tl_version} +License: BSD +Summary: Macros to typeset calculational proofs and programs in Dijkstra's style +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(dotnot.tex) = %{tl_version} + +%description tex-ewd +Edsger W. Dijkstra and others suggest a unique style to present +mathematical proofs and to construct programs. This package +provides macros that support calculational proofs and +Dijkstra's "guarded command language". + +date: 2008-11-15 12:33:11 +0100 + +%post tex-ewd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tex-ewd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-ewd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tex-ewd-doc +Summary: Documentation for tex-ewd +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-tex-ewd-doc +BuildArch: noarch +AutoReqProv: No + +%description tex-ewd-doc +Documentation for tex-ewd + +%package thmbox +Provides: tex-thmbox = %{tl_version} +License: LPPL +Summary: Decorate theorem statements +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(keyval.sty) +Provides: tex(thmbox.sty) = %{tl_version} + +%description thmbox +The package defines an environment thmbox that presents +theorems, definitions and similar objects in boxes decorated +with frames and various aesthetic features. The standard macro +\newtheorem may be redefined to use the environment. + +date: 2009-03-25 08:55:29 +0100 + +%post thmbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thmbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thmbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thmbox-doc +Summary: Documentation for thmbox +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-thmbox-doc +BuildArch: noarch +AutoReqProv: No + +%description thmbox-doc +Documentation for thmbox + +%package turnstile +Provides: tex-turnstile = %{tl_version} +License: LPPL +Summary: Typeset the (logic) turnstile notation +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(turnstile.sty) = %{tl_version} + +%description turnstile +Among other uses, the turnstile sign is used by logicians for +denoting a consequence relation, related to a given logic, +between a collection of formulas and a derived formula. + +date: 2008-08-24 14:43:48 +0200 + +%post turnstile +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun turnstile +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turnstile +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package turnstile-doc +Summary: Documentation for turnstile +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-turnstile-doc +BuildArch: noarch +AutoReqProv: No + +%description turnstile-doc +Documentation for turnstile + +%package unicode-math +Provides: tex-unicode-math = %{tl_version} +License: LPPL 1.3 +Summary: Unicode mathematics support for XeTeX and LuaTeX +Version: svn30504.0.7d +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-fontspec +Requires: tex(lualatex-math.sty) +Requires: tex(luatexbase.sty) +Requires: tex(luaotfload.sty) +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(fontspec.sty) +Requires: tex(catchfile.sty) +Requires: tex(fix-cm.sty) +Requires: tex(filehook.sty) +Provides: tex(unicode-math-luatex.sty) = %{tl_version} +Provides: tex(unicode-math-table.tex) = %{tl_version} +Provides: tex(unicode-math-xetex.sty) = %{tl_version} +Provides: tex(unicode-math.sty) = %{tl_version} + +%description unicode-math +The current release of this package typesets mathematics with +unicode input and using OpenType maths fonts. (There is little +compatibility with older maths packages.) XeTeX support is well +tested, though LuaTeX support less so. The package can typeset +using STIX fonts, the XITS development of those fonts, the +Asana-Math fonts, the Latin Modern Math, and the TeX Gyre Math +font familiess, as well as the commercial Cambria Math fonts. +There is no support for extra alphabets in the Unicode 'private +use area'. The package relies on recent versions of the +fontspec package and the l3kernel and l3packages bundles. + +date: 2013-03-17 15:18:45 +0100 + +%post unicode-math +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun unicode-math +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unicode-math +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package unicode-math-doc +Summary: Documentation for unicode-math +Version: svn30504.0.7d +Release: %{tl_noarch_release} +Provides: tex-unicode-math-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-fontspec-doc + +%description unicode-math-doc +Documentation for unicode-math + +%package venn +Provides: tex-venn = %{tl_version} +License: LPPL +Summary: Creating Venn diagrams with MetaPost +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description venn +MetaPost macros for venn diagrams. + +date: 2007-12-04 22:25:23 +0100 + +%post venn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun venn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans venn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package venn-doc +Summary: Documentation for venn +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-venn-doc +BuildArch: noarch +AutoReqProv: No + +%description venn-doc +Documentation for venn + +%package yhmath +Provides: tex-yhmath = %{tl_version} +License: LPPL +Summary: Extended maths fonts for LaTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Requires: tex(amsmath.sty) +Provides: tex(yhmath.map) = %{tl_version} +Provides: tex(yhcmex10.tfm) = %{tl_version} +Provides: tex(yrcmex10.tfm) = %{tl_version} +Provides: tex(yhcmex.pfb) = %{tl_version} +Provides: tex(yhcmex10.vf) = %{tl_version} +Provides: tex(OMXyhex.fd) = %{tl_version} +Provides: tex(yhmath.sty) = %{tl_version} + +%description yhmath +The yhmath bundle contains fonts (type in 1 format) and a LaTeX +package for using them. + +date: 2007-03-01 23:46:20 +0100 + +%post yhmath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap yhmath.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap yhmath.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun yhmath +if [ $1 == 0 ] ; then +sed -i '/^MixedMap yhmath.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans yhmath +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package yhmath-doc +Summary: Documentation for yhmath +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-yhmath-doc +BuildArch: noarch +AutoReqProv: No + +%description yhmath-doc +Documentation for yhmath + +%package ytableau +Provides: tex-ytableau = %{tl_version} +License: LPPL 1.2 +Summary: Many-featured Young tableaux and Young diagrams +Version: svn27430.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pgfkeys.sty) +Requires: tex(pgfopts.sty) +Requires: tex(xcolor.sty) +Provides: tex(ytableau.sty) = %{tl_version} + +%description ytableau +The package provides several functions for drawing Young +tableaux and Young diagrams, extending the young and youngtab +packages but providing lots more features. Skew and coloured +tableaux are easy, and pgfkeys-enabled options are provided +both at package load and configurably. + +date: 2012-08-16 12:45:33 +0200 + +%post ytableau +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ytableau +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ytableau +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ytableau-doc +Summary: Documentation for ytableau +Version: svn27430.1.3 +Release: %{tl_noarch_release} +Provides: tex-ytableau-doc +BuildArch: noarch +AutoReqProv: No + +%description ytableau-doc +Documentation for ytableau + +%package collection-metapost +Summary: MetaPost and Metafont packages +Version: svn30387.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-automata +Requires: tex-bbcard +Requires: tex-blockdraw_mp +Requires: tex-bpolynomial +Requires: tex-cmarrows +Requires: tex-drv +Requires: tex-dviincl +Requires: tex-emp +Requires: tex-epsincl +Requires: tex-expressg +Requires: tex-exteps +Requires: tex-featpost +Requires: tex-feynmf +Requires: tex-feynmp-auto +Requires: tex-garrigues +Requires: tex-gmp +Requires: tex-hatching +Requires: tex-latexmp +Requires: tex-metago +Requires: tex-metaobj +Requires: tex-metaplot +Requires: tex-metapost +Requires: tex-metauml +Requires: tex-mfpic +Requires: tex-mfpic4ode +Requires: tex-mp3d +Requires: tex-mpcolornames +Requires: tex-mpattern +Requires: tex-mpgraphics +Requires: tex-piechartmp +Requires: tex-roex +Requires: tex-slideshow +Requires: tex-splines +Requires: tex-suanpan +Requires: tex-textpath +Requires: tex-threeddice + +%description collection-metapost +collection-metapost package + +%package drv +Provides: tex-drv = %{tl_version} +License: LPPL +Summary: Derivation trees with MetaPost +Version: svn29349.0.97 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description drv +A set of MetaPost macros for typesetting derivation trees (such +as used in sequent calculus, type inference, programming +language semantics...). No MetaPost knowledge is needed to use +these macros. + +date: 2012-07-03 17:35:36 +0200 + +%post drv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun drv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package drv-doc +Summary: Documentation for drv +Version: svn29349.0.97 +Release: %{tl_noarch_release} +Provides: tex-drv-doc +BuildArch: noarch +AutoReqProv: No + +%description drv-doc +Documentation for drv + +%package dviincl +Provides: tex-dviincl = %{tl_version} +License: Public Domain +Summary: Include a DVI page into MetaPost output +Version: svn29349.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description dviincl +DVItoMP is one of the auxiliary programs available to any +MetaPost package; it converts a DVI file into a MetaPost file. +Using it, one can envisage including a DVI page into an EPS +files generated by MetaPost. Such files allow pages to include +other pages. + +date: 2012-04-10 15:00:16 +0200 + +%post dviincl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dviincl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dviincl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dviincl-doc +Summary: Documentation for dviincl +Version: svn29349.1.00 +Release: %{tl_noarch_release} +Provides: tex-dviincl-doc +BuildArch: noarch +AutoReqProv: No + +%description dviincl-doc +Documentation for dviincl + +%package emp +Provides: tex-emp = %{tl_version} +License: GPL+ +Summary: "Encapsulate" MetaPost figures in a document +Version: svn23483.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Requires: tex(verbatim.sty) +Provides: tex(emp.sty) = %{tl_version} + +%description emp +Emp is a package for encapsulating MetaPost figures in LaTeX: +the package provides environments where you can place MetaPost +commands, and means of using that code as fragments for +building up figures to include in your document. So, with emp, +the procedure is to run your document with LaTeX, run MetaPost, +and then complete running your document in the normal way. Emp +is therefore useful for keeping illustrations in synchrony with +the text. It also frees you from inventing descriptive names +for PostScript files that fit into the confines of file system +conventions. + +date: 2011-08-07 01:10:30 +0200 + +%post emp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun emp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package emp-doc +Summary: Documentation for emp +Version: svn23483.0 +Release: %{tl_noarch_release} +Provides: tex-emp-doc +BuildArch: noarch +AutoReqProv: No + +%description emp-doc +Documentation for emp + +%package epsincl +Provides: tex-epsincl = %{tl_version} +License: Public Domain +Summary: Include EPS in MetaPost figures +Version: svn29349.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description epsincl +The package facilitates including EPS files in MetaPost +figures; it makes use of (G)AWK. + +date: 2012-07-10 22:47:12 +0200 + +%post epsincl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun epsincl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsincl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package epsincl-doc +Summary: Documentation for epsincl +Version: svn29349.0.2 +Release: %{tl_noarch_release} +Provides: tex-epsincl-doc +BuildArch: noarch +AutoReqProv: No + +%description epsincl-doc +Documentation for epsincl + +%package expressg +Provides: tex-expressg = %{tl_version} +License: LPPL +Summary: Diagrams consisting of boxes, lines, and annotations +Version: svn29349.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description expressg +A MetaPost package providing facilities to assist in drawing +diagrams that consist of boxes, lines, and annotations. +Particular support is provided for creating EXPRESS-G diagrams, +for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The +package may also be used to create UML and most other Box-Line- +Annotation charts, but not Gantt charts directly. + +date: 2012-07-11 14:19:50 +0200 + +%post expressg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun expressg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans expressg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package expressg-doc +Summary: Documentation for expressg +Version: svn29349.1.5 +Release: %{tl_noarch_release} +Provides: tex-expressg-doc +BuildArch: noarch +AutoReqProv: No + +%description expressg-doc +Documentation for expressg + +%package exteps +Provides: tex-exteps = %{tl_version} +License: GPL+ +Summary: Include EPS figures in MetaPost +Version: svn19859.0.41 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description exteps +Exteps is a module for including external EPS figures into +MetaPost figures. It is written entirely in MetaPost, and does +not therefore require any post processing of the MetaPost +output. + +date: 2007-03-06 10:34:25 +0100 + +%post exteps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun exteps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exteps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package exteps-doc +Summary: Documentation for exteps +Version: svn19859.0.41 +Release: %{tl_noarch_release} +Provides: tex-exteps-doc +BuildArch: noarch +AutoReqProv: No + +%description exteps-doc +Documentation for exteps + +%package featpost +Provides: tex-featpost = %{tl_version} +License: GPL+ +Summary: MetaPost macros for 3D +Version: svn29349.0.8.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description featpost +These macros allow the production of three-dimensional schemes +containing: angles, circles, cylinders, cones and spheres, +among other things. + +date: 2012-05-08 21:36:46 +0200 + +%post featpost +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun featpost +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans featpost +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package featpost-doc +Summary: Documentation for featpost +Version: svn29349.0.8.6 +Release: %{tl_noarch_release} +Provides: tex-featpost-doc +BuildArch: noarch +AutoReqProv: No + +%description featpost-doc +Documentation for featpost + +%package feynmf +Provides: tex-feynmf = %{tl_version} +License: GPL+ +Summary: Macros and fonts for creating Feynman (and other) diagrams +Version: svn17259.1.08 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(feynmf.sty) = %{tl_version} +Provides: tex(feynmp.sty) = %{tl_version} + +%description feynmf +The feynmf package provides an interface to MetaFont (inspired +by the facilities of mfpic) to use simple structure +specifications to produce relatively complex diagrams. (The +feynmp package, also part of this bundle, uses MetaPost in the +same way.) While the package was designed for Feynman diagrams, +it could in principle be used for diagrams in graph and similar +theories, where the structure is semi-algorithmically +determined. + +date: 2010-03-01 15:04:13 +0100 + +%post feynmf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun feynmf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feynmf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package feynmf-doc +Summary: Documentation for feynmf +Version: svn17259.1.08 +Release: %{tl_noarch_release} +Provides: tex-feynmf-doc +BuildArch: noarch +AutoReqProv: No + +%description feynmf-doc +Documentation for feynmf + +%package feynmp-auto +Provides: tex-feynmp-auto = %{tl_version} +License: LPPL 1.3 +Summary: Automatic processing of feynmp graphics +Version: svn30223.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(feynmp.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(pdftexcmds.sty) +Provides: tex(feynmp-auto.sty) = %{tl_version} + +%description feynmp-auto +The package takes care of running Metapost on the output files +produced by the feynmp package, so that the compiled pictures +will be available in the next run of LaTeX. The package honours +options that apply to feynmp. + +date: 2013-05-03 17:23:09 +0200 + +%post feynmp-auto +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun feynmp-auto +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feynmp-auto +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package feynmp-auto-doc +Summary: Documentation for feynmp-auto +Version: svn30223.1.1 +Release: %{tl_noarch_release} +Provides: tex-feynmp-auto-doc +BuildArch: noarch +AutoReqProv: No + +%description feynmp-auto-doc +Documentation for feynmp-auto + +%package garrigues +Provides: tex-garrigues = %{tl_version} +License: LPPL +Summary: MetaPost macros for the reproduction of Garrigues' Easter nomogram +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description garrigues +Metapost macros for the reproduction of Garrigues' Easter +nomogram. These macros are described in Denis Roegel: An +introduction to nomography: Garrigues' nomogram for the +computation of Easter, TUGboat (volume 30, number 1, 2009, +pages 88-104) + +date: 2009-11-10 09:15:37 +0100 + +%post garrigues +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun garrigues +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans garrigues +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package garrigues-doc +Summary: Documentation for garrigues +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-garrigues-doc +BuildArch: noarch +AutoReqProv: No + +%description garrigues-doc +Documentation for garrigues + +%package gmp +Provides: tex-gmp = %{tl_version} +License: LPPL 1.3 +Summary: Allow integration between MetaPost pictures and LaTeX +Version: svn21691.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(graphicx.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(environ.sty) +Provides: tex(gmp.sty) = %{tl_version} + +%description gmp +The package allows integration between MetaPost pictures and +LaTeX. The main feature is that passing parameters to the +MetaPost pictures is possible and the picture code can be put +inside arguments to commands, including \newcommand. + +date: 2011-03-11 00:02:27 +0100 + +%post gmp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gmp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gmp-doc +Summary: Documentation for gmp +Version: svn21691.1.0 +Release: %{tl_noarch_release} +Provides: tex-gmp-doc +BuildArch: noarch +AutoReqProv: No + +%description gmp-doc +Documentation for gmp + +%package latexmp +Provides: tex-latexmp = %{tl_version} +License: Public Domain +Summary: Interface for LaTeX-based typesetting in MetaPost +Version: svn15878.1.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description latexmp +The MetaPost package latexMP implements a user-friendly +interface to access LaTeX-based typesetting capabilities in +MetaPost. The text to be typeset is given as string. This +allows even dynamic text elements, for example counters, to be +used in labels. Compared to other implementations it is much +more flexible, since it can be used as direct replacement for +btex..etex, and much faster, compared for example to the +solution provided by tex.mp + +date: 2007-02-23 00:16:39 +0100 + +%post latexmp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun latexmp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexmp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package latexmp-doc +Summary: Documentation for latexmp +Version: svn15878.1.2.1 +Release: %{tl_noarch_release} +Provides: tex-latexmp-doc +BuildArch: noarch +AutoReqProv: No + +%description latexmp-doc +Documentation for latexmp + +%package metago +Provides: tex-metago = %{tl_version} +License: LPPL +Summary: MetaPost output of Go positions +Version: svn15878.0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description metago +The package allows you to draw Go game positions with MetaPost. +Two methods of usage are provided, either using the package +programmatically, or using the package via a script (which may +produce several images). + +date: 2008-09-08 11:32:46 +0200 + +%post metago +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metago +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metago +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metago-doc +Summary: Documentation for metago +Version: svn15878.0.9 +Release: %{tl_noarch_release} +Provides: tex-metago-doc +BuildArch: noarch +AutoReqProv: No + +%description metago-doc +Documentation for metago + +%package metaobj +Provides: tex-metaobj = %{tl_version} +License: LPPL +Summary: MetaPost package providing high-level objects +Version: svn15878.0.93 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description metaobj +METAOBJ is a large metapost package providing high-level +objects. It implements many of PSTricks' features for node +connections, but also trees, matrices, and many other things. +It more or less contains boxes.mp and rboxes.mp. There is a +large (albeit not complete) documentation distributed with the +package. It is easily extensible with new objects. + +date: 2007-08-24 22:48:09 +0200 + +%post metaobj +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metaobj +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metaobj +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metaobj-doc +Summary: Documentation for metaobj +Version: svn15878.0.93 +Release: %{tl_noarch_release} +Provides: tex-metaobj-doc +BuildArch: noarch +AutoReqProv: No + +%description metaobj-doc +Documentation for metaobj + +%package metaplot +Provides: tex-metaplot = %{tl_version} +License: LPPL +Summary: Plot-manipulation macros for use in Metapost +Version: svn15878.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description metaplot +MetaPlot is a set of Metapost macros for manipulating pre- +generated plots (and similar objects), and formatting them for +inclusion in a Metapost figure. The intent is that the plots +can be generated by some outside program, in an abstract manner +that does not require making decisions about on-page sizing and +layout, and then they can be imported into MetaPlot and +arranged using the full capabilities of Metapost. Metaplot also +includes a very flexible set of macros for generating plot +axes, which may be useful in other contexts as well. Presently, +MetaPlot is in something of a pre-release beta state; it is +quite functional, but the syntax of the commands are still +potentially in flux. Bug reports and other suggestions would be +most welcome! + +date: 2006-11-09 21:17:58 +0100 + +%post metaplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metaplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metaplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metaplot-doc +Summary: Documentation for metaplot +Version: svn15878.0.91 +Release: %{tl_noarch_release} +Provides: tex-metaplot-doc +BuildArch: noarch +AutoReqProv: No + +%description metaplot-doc +Documentation for metaplot + +%package metauml +Provides: tex-metauml = %{tl_version} +License: GPL+ +Summary: MetaPost library for typesetting UML diagrams +Version: svn19692.0.2.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: metapost-metauml = %{tl_version} +Obsoletes: metapost-metauml < %{tl_version} + +%description metauml +MetaUML is a MetaPost library for typesetting UML diagrams, +which provides a usable, human-friendly textual notation for +UML, offering now support for class, package, activity, state, +and use case diagrams. + +date: 2010-07-30 13:14:18 +0200 + +%post metauml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun metauml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metauml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package metauml-doc +Summary: Documentation for metauml +Version: svn19692.0.2.5 +Release: %{tl_noarch_release} +Provides: tex-metauml-doc +BuildArch: noarch +AutoReqProv: No + +%description metauml-doc +Documentation for metauml + +%package mfpic +Provides: tex-mfpic = %{tl_version} +License: LPPL 1.3 +Summary: Draw Metafont/post pictures from (La)TeX commands +Version: svn28444.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphics.sty) +Provides: tex(mfpic.sty) = %{tl_version} +Provides: tex(mfpic.tex) = %{tl_version} +Provides: tex(mfpicdef.tex) = %{tl_version} + +%description mfpic +Mfpic is a scheme for producing pictures from (La)TeX commands. +Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) +enclose a group in which drawing commands may be placed. The +commands generate a Meta-language file, which may be processed +by Metapost (or even Metafont). The resulting image file will +be read back in to the document to place the picture at the +point where the original (La)TeX commands appeared. Note that +the ability to use Metapost here means that the package works +equally well in LaTeX and PDFLaTeX. + +date: 2012-12-04 16:44:12 +0100 + +%post mfpic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mfpic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfpic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mfpic-doc +Summary: Documentation for mfpic +Version: svn28444.1.10 +Release: %{tl_noarch_release} +Provides: tex-mfpic-doc +BuildArch: noarch +AutoReqProv: No + +%description mfpic-doc +Documentation for mfpic + +%package mfpic4ode +Provides: tex-mfpic4ode = %{tl_version} +License: LPPL +Summary: Macros to draw direction fields and solutions of ODEs +Version: svn17745.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mfpic4ode.sty) = %{tl_version} +Provides: tex(mfpic4ode.tex) = %{tl_version} + +%description mfpic4ode +The package is a small set of macros for drawing direction +fields, phase portraits and trajectories of differential +equations and two dimensional autonomous systems. The Euler, +Runge-Kutta and 4th order Runge-Kutta algorithms are available +to solve the ODEs. The picture is translated into mfpic macros +and MetaPost is used to create the final drawing. The package +is was designed for use with LaTeX, but it can be used in plain +TeX as well. Online demonstration of the mfpic4ode macros is +available on the Mfpic Previewer as Example 6. + +date: 2010-04-07 19:03:48 +0200 + +%post mfpic4ode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mfpic4ode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfpic4ode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mfpic4ode-doc +Summary: Documentation for mfpic4ode +Version: svn17745.0.4 +Release: %{tl_noarch_release} +Provides: tex-mfpic4ode-doc +BuildArch: noarch +AutoReqProv: No + +%description mfpic4ode-doc +Documentation for mfpic4ode + +%package mp3d +Provides: tex-mp3d = %{tl_version} +License: LPPL +Summary: 3D animations +Version: svn29349.1.34 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description mp3d +Create animations of 3-dimensional objects (such as polyhedra) +in MetaPost. + +date: 2012-05-25 16:08:07 +0200 + +%post mp3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mp3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mp3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mp3d-doc +Summary: Documentation for mp3d +Version: svn29349.1.34 +Release: %{tl_noarch_release} +Provides: tex-mp3d-doc +BuildArch: noarch +AutoReqProv: No + +%description mp3d-doc +Documentation for mp3d + +%package mpcolornames +Provides: tex-mpcolornames = %{tl_version} +License: LPPL +Summary: XXXX +Version: svn23252.0.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description mpcolornames +The MetaPost format plain.mp provides only five built-in colour +names (variables), all of which are defined in the RGB model: +red, green and blue for the primary colours and black and +white. The package makes more than 500 colour names from +different colour sets in different colour models available to +MetaPost. Colour sets include X11, SVG, DVIPS and xcolor +specifications. + +date: 2011-07-18 09:05:38 +0200 + +%post mpcolornames +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mpcolornames +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpcolornames +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mpcolornames-doc +Summary: Documentation for mpcolornames +Version: svn23252.0.20 +Release: %{tl_noarch_release} +Provides: tex-mpcolornames-doc +BuildArch: noarch +AutoReqProv: No + +%description mpcolornames-doc +Documentation for mpcolornames + +%package mpattern +Provides: tex-mpattern = %{tl_version} +License: Public Domain +Summary: Patterns in MetaPost +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description mpattern +A package for defining and using patterns in MetaPost, using +the Pattern Color Space available in PostScript Level 2. + +date: 2006-12-15 22:34:26 +0100 + +%post mpattern +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mpattern +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpattern +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mpattern-doc +Summary: Documentation for mpattern +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-mpattern-doc +BuildArch: noarch +AutoReqProv: No + +%description mpattern-doc +Documentation for mpattern + +%package mpgraphics +Provides: tex-mpgraphics = %{tl_version} +License: LPPL 1.3 +Summary: Process and display MetaPost figures inline +Version: svn29776.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(moreverb.sty) +Requires: tex(xkeyval.sty) +Requires: tex(ifplatform.sty) +Requires: tex(iftex.sty) +Requires: tex(ifpdf.sty) +Provides: tex(mpgraphics.sty) = %{tl_version} + +%description mpgraphics +The package allows LaTeX users to typeset MetaPost code inline +and display figures in their documents with only and only one +run of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost). +Mpgraphics achieves this by using the shell escape (\write 18) +feature of current TeX distributions, so that the whole process +is automatic and the end user is saved the tiresome processing. + +date: 2013-04-08 09:07:09 +0200 + +%post mpgraphics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mpgraphics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpgraphics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mpgraphics-doc +Summary: Documentation for mpgraphics +Version: svn29776.0.3 +Release: %{tl_noarch_release} +Provides: tex-mpgraphics-doc +BuildArch: noarch +AutoReqProv: No + +%description mpgraphics-doc +Documentation for mpgraphics + +%package piechartmp +Provides: tex-piechartmp = %{tl_version} +License: LPPL +Summary: Draw pie-charts using MetaPost +Version: svn19440.0.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description piechartmp +The piechartmp package is an easy way to draw pie-charts with +MetaPost. The package implements an interface that enables +users with little MetaPost experience to draw charts. A +highlight of the package is the possibility of suppressing some +segments of the chart, thus creating the possibility of several +charts from the same data. + +date: 2007-01-13 20:56:44 +0100 + +%post piechartmp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun piechartmp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piechartmp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package piechartmp-doc +Summary: Documentation for piechartmp +Version: svn19440.0.3.0 +Release: %{tl_noarch_release} +Provides: tex-piechartmp-doc +BuildArch: noarch +AutoReqProv: No + +%description piechartmp-doc +Documentation for piechartmp + +%package roex +Provides: tex-roex = %{tl_version} +License: LPPL +Summary: roex package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description roex +roex package + +%post roex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun roex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package slideshow +Provides: tex-slideshow = %{tl_version} +License: Copyright only +Summary: Generate slideshow with MetaPost +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description slideshow +The package provides a means of creating presentations in +MetaPost, without intervention from other utilities (except a +distiller). Such an arrangement has its advantages (though +there are disadvantages too). + +date: 2008-12-04 14:14:32 +0100 + +%post slideshow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun slideshow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans slideshow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package slideshow-doc +Summary: Documentation for slideshow +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-slideshow-doc +BuildArch: noarch +AutoReqProv: No + +%description slideshow-doc +Documentation for slideshow + +%package splines +Provides: tex-splines = %{tl_version} +License: LPPL 1.3 +Summary: MetaPost macros for drawing cubic spline interpolants +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description splines +This is a small package of macros for creating cubic spline +interpolants in MetaPost or MetaFont. Given a list of points +the macros can produce a closed or a relaxed spline joining +them. Given a list of function values y_j at x_j, the result +would define the graph of a cubic spline interpolating function +y=f(x), which is either periodic or relaxed. + +date: 2007-03-12 11:51:09 +0100 + +%post splines +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun splines +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splines +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package splines-doc +Summary: Documentation for splines +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-splines-doc +BuildArch: noarch +AutoReqProv: No + +%description splines-doc +Documentation for splines + +%package suanpan +Provides: tex-suanpan = %{tl_version} +License: LPPL +Summary: MetaPost macros for drawing Chinese and Japanese abaci +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description suanpan +These macros are described in Denis Roegel: MetaPost macros for +drawing Chinese and Japanese abaci, TUGboat (volume 30, number +1, 2009, pages 74-79) + +date: 2009-11-10 00:30:52 +0100 + +%post suanpan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun suanpan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans suanpan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package suanpan-doc +Summary: Documentation for suanpan +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-suanpan-doc +BuildArch: noarch +AutoReqProv: No + +%description suanpan-doc +Documentation for suanpan + +%package textpath +Provides: tex-textpath = %{tl_version} +License: LPPL +Summary: Setting text along a path with MetaPost +Version: svn15878.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(soul.sty) +Provides: tex(textpathmp.sty) = %{tl_version} + +%description textpath +This MetaPost package provides macros to typeset text along a +free path with the help of LaTeX, thereby preserving kerning +and allowing for 8-bit input (accented characters). + +date: 2007-02-22 10:19:41 +0100 + +%post textpath +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textpath +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textpath +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textpath-doc +Summary: Documentation for textpath +Version: svn15878.1.6 +Release: %{tl_noarch_release} +Provides: tex-textpath-doc +BuildArch: noarch +AutoReqProv: No + +%description textpath-doc +Documentation for textpath + +%package threeddice +Provides: tex-threeddice = %{tl_version} +License: LPPL +Summary: Create images of dice with one, two, or three faces showing, using MetaPost +Version: svn20675.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description threeddice +The package provides MetaPost code to create all possible +symmetrical views (up to rotation) of a right-handed die. +Configuration is possible by editing the source code, following +the guidance in the documentation. + +date: 2010-12-07 13:54:00 +0100 + +%post threeddice +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun threeddice +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeddice +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package threeddice-doc +Summary: Documentation for threeddice +Version: svn20675.1.0 +Release: %{tl_noarch_release} +Provides: tex-threeddice-doc +BuildArch: noarch +AutoReqProv: No + +%description threeddice-doc +Documentation for threeddice + +%package collection-music +Summary: Music packages +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-abc +Requires: tex-figbas +Requires: tex-gchords +Requires: tex-gtrcrd +Requires: tex-guitar +Requires: tex-harmony +Requires: tex-m-tx +Requires: tex-musixguit +Requires: tex-musixtex +Requires: tex-musixtex-fnts +Requires: tex-pmx +Requires: tex-songbook +Requires: tex-songs + +%description collection-music +Music-related fonts and packages. + +%package figbas +Provides: tex-figbas = %{tl_version} +License: LPPL +Summary: Mini-fonts for figured-bass notation in music +Version: svn28943.1.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(figbas.map) = %{tl_version} +Provides: tex(cmrj.tfm) = %{tl_version} +Provides: tex(cmssj.tfm) = %{tl_version} +Provides: tex(plrj.tfm) = %{tl_version} +Provides: tex(cmrj.pfb) = %{tl_version} +Provides: tex(cmssj.pfb) = %{tl_version} +Provides: tex(plrj.pfb) = %{tl_version} + +%description figbas +This package consists of three mini-fonts (and associated +metrics) of conventional ligatures for the figured-bass +notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts +are usable with Computer Modern Roman and Sans, and +Palatino/Palladio, respectively. + +date: 2012-08-15 13:45:23 +0200 + +%post figbas +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun figbas +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figbas +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package figbas-doc +Summary: Documentation for figbas +Version: svn28943.1.0.3 +Release: %{tl_noarch_release} +Provides: tex-figbas-doc +BuildArch: noarch +AutoReqProv: No + +%description figbas-doc +Documentation for figbas + +%package gchords +Provides: tex-gchords = %{tl_version} +License: GPL+ +Summary: Typeset guitar chords +Version: svn29803.1.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gchords.sty) = %{tl_version} + +%description gchords +A LaTeX package for typesetting of guitar chord diagrams, +including options for chord names, finger numbers and +typesetting above lyrics. The bundle also includes a TCL script +(chordbox.tcl) that provides a graphical application which +creates LaTeX files that use gchords.sty. + +date: 2012-06-04 13:21:54 +0200 + +%post gchords +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gchords +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gchords +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gchords-doc +Summary: Documentation for gchords +Version: svn29803.1.20 +Release: %{tl_noarch_release} +Provides: tex-gchords-doc +BuildArch: noarch +AutoReqProv: No + +%description gchords-doc +Documentation for gchords + +%package gtrcrd +Provides: tex-gtrcrd = %{tl_version} +License: LPPL 1.3 +Summary: Add chords to lyrics +Version: svn25121.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gtrcrd.sty) = %{tl_version} + +%description gtrcrd +The package provides the means to specify guitar chords to be +played with each part of the lyrics of a song. The syntax of +the macros reduces the change of failing to provide a chord +where one is needed, and the structure of the macros ensures +that the chord specification appears immediately above the +start of the lyric. + +date: 2012-01-15 22:31:29 +0100 + +%post gtrcrd +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gtrcrd +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gtrcrd +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gtrcrd-doc +Summary: Documentation for gtrcrd +Version: svn25121.1.0 +Release: %{tl_noarch_release} +Provides: tex-gtrcrd-doc +BuildArch: noarch +AutoReqProv: No + +%description gtrcrd-doc +Documentation for gtrcrd + +%package guitar +Provides: tex-guitar = %{tl_version} +License: LPPL +Summary: Guitar chords and song texts +Version: svn17355.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(toolbox.sty) +Provides: tex(guitar.sty) = %{tl_version} + +%description guitar +(La)TeX macros for typesetting guitar chords over song texts. +The toolbox package is required. Note that this package only +places arbitrary TeX code over the lyrics. To typeset the +chords graphically (and not only by name), the author +recommends use of an additional package such as gchords by K. +Peeters. + +date: 2010-03-06 16:54:30 +0100 + +%post guitar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun guitar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guitar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package guitar-doc +Summary: Documentation for guitar +Version: svn17355.1.6 +Release: %{tl_noarch_release} +Provides: tex-guitar-doc +BuildArch: noarch +AutoReqProv: No + +%description guitar-doc +Documentation for guitar + +%package harmony +Provides: tex-harmony = %{tl_version} +License: LPPL +Summary: Typeset harmony symbols, etc., for musicology +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amssymb.sty) +Provides: tex(harmony.sty) = %{tl_version} + +%description harmony +The package harmony.sty uses the packages ifthen and amssymb +from the amsfonts bundle, together with the LaTeX font +lcirclew10 and the font musix13 from musixtex. + +date: 2009-06-25 00:34:53 +0200 + +%post harmony +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun harmony +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harmony +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package harmony-doc +Summary: Documentation for harmony +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-harmony-doc +BuildArch: noarch +AutoReqProv: No + +%description harmony-doc +Documentation for harmony + +%package m-tx +Provides: tex-m-tx = %{tl_version} +License: GPL+ +Summary: A preprocessor for pmx +Version: svn29764.0.60d_2013_01_19 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-m-tx-bin +Provides: tex(mtx.tex) = %{tl_version} + +%description m-tx +M-Tx is a preprocessor to pmx, which is itself a preprocessor +to musixtex, a music typesetting system. The prime motivation +to the development of M-Tx was to provide lyrics for music to +be typeset. In fact, pmx now provides a lyrics interface, but +M-Tx continues in use by those who prefer its language. + +date: 2013-01-20 14:45:16 +0100 + +%post m-tx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun m-tx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans m-tx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package m-tx-doc +Summary: Documentation for m-tx +Version: svn29764.0.60d_2013_01_19 +Release: %{tl_noarch_release} +Provides: tex-m-tx-doc +BuildArch: noarch +AutoReqProv: No + +%description m-tx-doc +Documentation for m-tx + +%package m-tx-bin +Summary: Binaries for m-tx +Version: svn30088.0 +Requires: texlive-base +Requires: tex-m-tx +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description m-tx-bin +Binaries for m-tx + +%package musixguit +Provides: tex-musixguit = %{tl_version} +License: LPPL 1.3 +Summary: Easy notation for guitar music, in MusixTeX +Version: svn21649.1.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Requires: tex(musixtex.sty) +Requires: tex(musixper.tex) +Requires: tex(musixgui.tex) +Provides: tex(musixguit.sty) = %{tl_version} + +%description musixguit +The package provides commands for typesetting notes for guitar, +especially for simplifying guitar notation with MusixTeX. + +date: 2011-03-07 21:34:56 +0100 + +%post musixguit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun musixguit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixguit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package musixguit-doc +Summary: Documentation for musixguit +Version: svn21649.1.2.2 +Release: %{tl_noarch_release} +Provides: tex-musixguit-doc +BuildArch: noarch +AutoReqProv: No + +%description musixguit-doc +Documentation for musixguit + +%package musixtex +Provides: tex-musixtex = %{tl_version} +License: GPL+ +Summary: Sophisticated music typesetting +Version: svn29752.1.15__2013_01_21_ +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-musixtex-bin +Provides: tex(musixadd.tex) = %{tl_version} +Provides: tex(musixbar.tex) = %{tl_version} +Provides: tex(musixbbm.tex) = %{tl_version} +Provides: tex(musixblx.tex) = %{tl_version} +Provides: tex(musixbm.tex) = %{tl_version} +Provides: tex(musixcho.tex) = %{tl_version} +Provides: tex(musixcpt.tex) = %{tl_version} +Provides: tex(musixcrd.tex) = %{tl_version} +Provides: tex(musixdat.tex) = %{tl_version} +Provides: tex(musixdbr.tex) = %{tl_version} +Provides: tex(musixdia.tex) = %{tl_version} +Provides: tex(musixeng.tex) = %{tl_version} +Provides: tex(musixesf.tex) = %{tl_version} +Provides: tex(musixevo.tex) = %{tl_version} +Provides: tex(musixext.tex) = %{tl_version} +Provides: tex(musixfll.sty) = %{tl_version} +Provides: tex(musixfll.tex) = %{tl_version} +Provides: tex(musixgre.tex) = %{tl_version} +Provides: tex(musixgui.tex) = %{tl_version} +Provides: tex(musixhor.tex) = %{tl_version} +Provides: tex(musixhou.tex) = %{tl_version} +Provides: tex(musixinv.tex) = %{tl_version} +Provides: tex(musixlit.tex) = %{tl_version} +Provides: tex(musixlyr.tex) = %{tl_version} +Provides: tex(musixmad.tex) = %{tl_version} +Provides: tex(musixper.tex) = %{tl_version} +Provides: tex(musixpoi.tex) = %{tl_version} +Provides: tex(musixps.tex) = %{tl_version} +Provides: tex(musixref.tex) = %{tl_version} +Provides: tex(musixslu.tex) = %{tl_version} +Provides: tex(musixsqr.tex) = %{tl_version} +Provides: tex(musixste.tex) = %{tl_version} +Provides: tex(musixstf.tex) = %{tl_version} +Provides: tex(musixstr.tex) = %{tl_version} +Provides: tex(musixsty.tex) = %{tl_version} +Provides: tex(musixtex.tex) = %{tl_version} +Provides: tex(musixtmr.tex) = %{tl_version} +Provides: tex(musixtri.tex) = %{tl_version} +Provides: tex(musixcpt.sty) = %{tl_version} +Provides: tex(musixcrd.sty) = %{tl_version} +Provides: tex(musixltx.tex) = %{tl_version} +Provides: tex(musixtex.sty) = %{tl_version} +Provides: tex-musixtex = %{tl_version} +Obsoletes: tex-musixtex < %{tl_version} + +%description musixtex +MusiXTeX provides a set of macros, based on the earlier +MusicTeX, for typesetting music with TeX. To produce optimal +spacing, MusixTeX is a three-pass system: etex, musixflx, and +etex again. (Musixflx is a lua script that is provided in the +bundle.) The three-pass process, optionally followed by +processing for printed output, is automated by the musixtex +wrapper script. The package uses its own specialised fonts, +which must be available on the system for musixtex to run. This +version of MusixTeX builds upon work by Andreas Egler, whose +own version is no longer being developed. The MusiXTeX macros +are universally acknowledged to be challenging to use directly: +the pmx preprocessor compiles a simpler input language to +MusixTeX macros.. + +date: 2013-01-26 20:44:01 +0100 + +%post musixtex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun musixtex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixtex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package musixtex-doc +Summary: Documentation for musixtex +Version: svn29752.1.15__2013_01_21_ +Release: %{tl_noarch_release} +Provides: tex-musixtex-doc +BuildArch: noarch +AutoReqProv: No + +%description musixtex-doc +Documentation for musixtex + +%package musixtex-bin +Summary: Binaries for musixtex +Version: svn22187.0 +Requires: texlive-base +Requires: tex-musixtex +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description musixtex-bin +Binaries for musixtex + +%package musixtex-fnts +Provides: tex-musixtex-fnts = %{tl_version} +License: GPL+ +Summary: Fonts used by MusixTeX +Version: svn28934.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(musix.map) = %{tl_version} +Provides: tex(musix11.tfm) = %{tl_version} +Provides: tex(musix13.tfm) = %{tl_version} +Provides: tex(musix16.tfm) = %{tl_version} +Provides: tex(musix20.tfm) = %{tl_version} +Provides: tex(musix24.tfm) = %{tl_version} +Provides: tex(musix25.tfm) = %{tl_version} +Provides: tex(musix29.tfm) = %{tl_version} +Provides: tex(musixsps.tfm) = %{tl_version} +Provides: tex(musixspx.tfm) = %{tl_version} +Provides: tex(mxsk.tfm) = %{tl_version} +Provides: tex(xgreg11.tfm) = %{tl_version} +Provides: tex(xgreg13.tfm) = %{tl_version} +Provides: tex(xgreg16.tfm) = %{tl_version} +Provides: tex(xgreg20.tfm) = %{tl_version} +Provides: tex(xgreg24.tfm) = %{tl_version} +Provides: tex(xgreg29.tfm) = %{tl_version} +Provides: tex(xsld11.tfm) = %{tl_version} +Provides: tex(xsld11d.tfm) = %{tl_version} +Provides: tex(xsld13.tfm) = %{tl_version} +Provides: tex(xsld13d.tfm) = %{tl_version} +Provides: tex(xsld16.tfm) = %{tl_version} +Provides: tex(xsld16d.tfm) = %{tl_version} +Provides: tex(xsld20.tfm) = %{tl_version} +Provides: tex(xsld20d.tfm) = %{tl_version} +Provides: tex(xsld24.tfm) = %{tl_version} +Provides: tex(xsld24d.tfm) = %{tl_version} +Provides: tex(xsld29.tfm) = %{tl_version} +Provides: tex(xsld29d.tfm) = %{tl_version} +Provides: tex(xsldd20.tfm) = %{tl_version} +Provides: tex(xsldu20.tfm) = %{tl_version} +Provides: tex(xslhd11.tfm) = %{tl_version} +Provides: tex(xslhd11d.tfm) = %{tl_version} +Provides: tex(xslhd13.tfm) = %{tl_version} +Provides: tex(xslhd13d.tfm) = %{tl_version} +Provides: tex(xslhd16.tfm) = %{tl_version} +Provides: tex(xslhd16d.tfm) = %{tl_version} +Provides: tex(xslhd20.tfm) = %{tl_version} +Provides: tex(xslhd20d.tfm) = %{tl_version} +Provides: tex(xslhd24.tfm) = %{tl_version} +Provides: tex(xslhd24d.tfm) = %{tl_version} +Provides: tex(xslhd29.tfm) = %{tl_version} +Provides: tex(xslhd29d.tfm) = %{tl_version} +Provides: tex(xslhu11.tfm) = %{tl_version} +Provides: tex(xslhu11d.tfm) = %{tl_version} +Provides: tex(xslhu13.tfm) = %{tl_version} +Provides: tex(xslhu13d.tfm) = %{tl_version} +Provides: tex(xslhu16.tfm) = %{tl_version} +Provides: tex(xslhu16d.tfm) = %{tl_version} +Provides: tex(xslhu20.tfm) = %{tl_version} +Provides: tex(xslhu20d.tfm) = %{tl_version} +Provides: tex(xslhu20m.tfm) = %{tl_version} +Provides: tex(xslhu24.tfm) = %{tl_version} +Provides: tex(xslhu24d.tfm) = %{tl_version} +Provides: tex(xslhu29.tfm) = %{tl_version} +Provides: tex(xslhu29d.tfm) = %{tl_version} +Provides: tex(xslhz20.tfm) = %{tl_version} +Provides: tex(xslhz20d.tfm) = %{tl_version} +Provides: tex(xslu11.tfm) = %{tl_version} +Provides: tex(xslu11d.tfm) = %{tl_version} +Provides: tex(xslu13.tfm) = %{tl_version} +Provides: tex(xslu13d.tfm) = %{tl_version} +Provides: tex(xslu16.tfm) = %{tl_version} +Provides: tex(xslu16d.tfm) = %{tl_version} +Provides: tex(xslu20.tfm) = %{tl_version} +Provides: tex(xslu20d.tfm) = %{tl_version} +Provides: tex(xslu24.tfm) = %{tl_version} +Provides: tex(xslu24d.tfm) = %{tl_version} +Provides: tex(xslu29.tfm) = %{tl_version} +Provides: tex(xslu29d.tfm) = %{tl_version} +Provides: tex(xslud20.tfm) = %{tl_version} +Provides: tex(xslup20.tfm) = %{tl_version} +Provides: tex(xslz20.tfm) = %{tl_version} +Provides: tex(xslz20d.tfm) = %{tl_version} +Provides: tex(xtie20.tfm) = %{tl_version} +Provides: tex(musix11.pfb) = %{tl_version} +Provides: tex(musix13.pfb) = %{tl_version} +Provides: tex(musix16.pfb) = %{tl_version} +Provides: tex(musix20.pfb) = %{tl_version} +Provides: tex(musix24.pfb) = %{tl_version} +Provides: tex(musix29.pfb) = %{tl_version} +Provides: tex(musixsps.pfb) = %{tl_version} +Provides: tex(musixspx.pfb) = %{tl_version} +Provides: tex(mxsk.pfb) = %{tl_version} +Provides: tex(xgreg11.pfb) = %{tl_version} +Provides: tex(xgreg13.pfb) = %{tl_version} +Provides: tex(xgreg16.pfb) = %{tl_version} +Provides: tex(xgreg20.pfb) = %{tl_version} +Provides: tex(xgreg24.pfb) = %{tl_version} +Provides: tex(xgreg29.pfb) = %{tl_version} +Provides: tex(xsld11.pfb) = %{tl_version} +Provides: tex(xsld11d.pfb) = %{tl_version} +Provides: tex(xsld13.pfb) = %{tl_version} +Provides: tex(xsld13d.pfb) = %{tl_version} +Provides: tex(xsld16.pfb) = %{tl_version} +Provides: tex(xsld16d.pfb) = %{tl_version} +Provides: tex(xsld20.pfb) = %{tl_version} +Provides: tex(xsld20d.pfb) = %{tl_version} +Provides: tex(xsld24.pfb) = %{tl_version} +Provides: tex(xsld24d.pfb) = %{tl_version} +Provides: tex(xsld29.pfb) = %{tl_version} +Provides: tex(xsld29d.pfb) = %{tl_version} +Provides: tex(xsldd20.pfb) = %{tl_version} +Provides: tex(xsldu20.pfb) = %{tl_version} +Provides: tex(xslhd11.pfb) = %{tl_version} +Provides: tex(xslhd11d.pfb) = %{tl_version} +Provides: tex(xslhd13.pfb) = %{tl_version} +Provides: tex(xslhd13d.pfb) = %{tl_version} +Provides: tex(xslhd16.pfb) = %{tl_version} +Provides: tex(xslhd16d.pfb) = %{tl_version} +Provides: tex(xslhd20.pfb) = %{tl_version} +Provides: tex(xslhd20d.pfb) = %{tl_version} +Provides: tex(xslhd24.pfb) = %{tl_version} +Provides: tex(xslhd24d.pfb) = %{tl_version} +Provides: tex(xslhd29.pfb) = %{tl_version} +Provides: tex(xslhd29d.pfb) = %{tl_version} +Provides: tex(xslhu11.pfb) = %{tl_version} +Provides: tex(xslhu11d.pfb) = %{tl_version} +Provides: tex(xslhu13.pfb) = %{tl_version} +Provides: tex(xslhu13d.pfb) = %{tl_version} +Provides: tex(xslhu16.pfb) = %{tl_version} +Provides: tex(xslhu16d.pfb) = %{tl_version} +Provides: tex(xslhu20.pfb) = %{tl_version} +Provides: tex(xslhu20d.pfb) = %{tl_version} +Provides: tex(xslhu24.pfb) = %{tl_version} +Provides: tex(xslhu24d.pfb) = %{tl_version} +Provides: tex(xslhu29.pfb) = %{tl_version} +Provides: tex(xslhu29d.pfb) = %{tl_version} +Provides: tex(xslhz20.pfb) = %{tl_version} +Provides: tex(xslhz20d.pfb) = %{tl_version} +Provides: tex(xslu11.pfb) = %{tl_version} +Provides: tex(xslu11d.pfb) = %{tl_version} +Provides: tex(xslu13.pfb) = %{tl_version} +Provides: tex(xslu13d.pfb) = %{tl_version} +Provides: tex(xslu16.pfb) = %{tl_version} +Provides: tex(xslu16d.pfb) = %{tl_version} +Provides: tex(xslu20.pfb) = %{tl_version} +Provides: tex(xslu20d.pfb) = %{tl_version} +Provides: tex(xslu24.pfb) = %{tl_version} +Provides: tex(xslu24d.pfb) = %{tl_version} +Provides: tex(xslu29.pfb) = %{tl_version} +Provides: tex(xslu29d.pfb) = %{tl_version} +Provides: tex(xslud20.pfb) = %{tl_version} +Provides: tex(xslup20.pfb) = %{tl_version} +Provides: tex(xslz20.pfb) = %{tl_version} +Provides: tex(xslz20d.pfb) = %{tl_version} +Provides: tex(xtie20.pfb) = %{tl_version} +Provides: ctan-musixtex-fonts = %{tl_version} +Obsoletes: ctan-musixtex-fonts < %{tl_version} + +%description musixtex-fnts +These are fonts for use with MusixTeX; they are provided both +as original Metafont source, and as converted Adobe Type 1. The +bundle renders the older (Type 1 fonts only) bundle musixtex- +t1fonts obsolete. + +date: 2013-01-24 16:57:55 +0100 + +%post musixtex-fnts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^MixedMap musix.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "MixedMap musix.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun musixtex-fnts +if [ $1 == 0 ] ; then +sed -i '/^MixedMap musix.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans musixtex-fnts +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package musixtex-fnts-doc +Summary: Documentation for musixtex-fnts +Version: svn28934.0 +Release: %{tl_noarch_release} +Provides: tex-musixtex-fnts-doc +BuildArch: noarch +AutoReqProv: No + +%description musixtex-fnts-doc +Documentation for musixtex-fnts + +%package pmx +Provides: tex-pmx = %{tl_version} +License: GPLv2+ +Summary: Preprocessor for MusiXTeX +Version: svn29978.2.7.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pmx-bin +Provides: tex(pmx.tex) = %{tl_version} + +%description pmx +PMX is a preprocessor for MusiXTeX. It builds the TeX input +file from a file in a much simpler language, making most of the +layout decisions by itself. An auxiliary program makes single- +player parts from a multi-player score. For proof-listening, +PMX can make a MIDI file of your score. The present version +requires at least version 1.15 of MusiXTeX, running on an e- +tex-enhanced TeX system. + +date: 2013-04-16 18:37:23 +0200 + +%post pmx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pmx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pmx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pmx-doc +Summary: Documentation for pmx +Version: svn29978.2.7.0 +Release: %{tl_noarch_release} +Provides: tex-pmx-doc +BuildArch: noarch +AutoReqProv: No + +%description pmx-doc +Documentation for pmx + +%package pmx-bin +Summary: Binaries for pmx +Version: svn30088.0 +Requires: texlive-base +Requires: tex-pmx +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description pmx-bin +Binaries for pmx + +%package songbook +Provides: tex-songbook = %{tl_version} +License: LGPLv2+ +Summary: Package for typesetting song lyrics and chord books +Version: svn18136.4.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(xstring.sty) +Requires: tex(multicol.sty) +Provides: tex(conditionals.sty) = %{tl_version} +Provides: tex(songbook.sty) = %{tl_version} + +%description songbook +The package provides an all purpose songbook style. Three types +of output may be created from a single input file: "words and +chords" books for the musicians to play from, "words only" +songbooks for the congregation to sing from, and overhead +transparency masters for congregational use. The package will +also print a table of contents, an index sorted by title and +first line, and an index sorted by key, or by artist/composer. +The package attempts to handle songs in multiple keys, as well +as songs in multiple languages. + +date: 2010-05-06 13:38:32 +0200 + +%post songbook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun songbook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans songbook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package songbook-doc +Summary: Documentation for songbook +Version: svn18136.4.5 +Release: %{tl_noarch_release} +Provides: tex-songbook-doc +BuildArch: noarch +AutoReqProv: No + +%description songbook-doc +Documentation for songbook + +%package songs +Provides: tex-songs = %{tl_version} +License: GPL+ +Summary: Produce song books for church or fellowship +Version: svn30005.2.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(keyval.sty) +Requires: tex(color.sty) +Provides: tex(songs.sty) = %{tl_version} + +%description songs +The package provides a means of producing beautiful song books +for church or fellowship. It offers: - a very easy chord-entry +syntax; - multiple modes (words-only; words+chords; slides; +handouts); - measure bars; - guitar tablatures; - automatic +transposition; - scripture quotations; - multiple indexes +(sorted by title, author, important lyrics, or scripture +references); and - projector-style output generation, for +interactive use. A set of example documents is provided. + +date: 2012-04-22 21:38:25 +0200 + +%post songs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun songs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans songs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package songs-doc +Summary: Documentation for songs +Version: svn30005.2.14 +Release: %{tl_noarch_release} +Provides: tex-songs-doc +BuildArch: noarch +AutoReqProv: No + +%description songs-doc +Documentation for songs + +%package collection-omega +Summary: Omega packages +Version: svn30388.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex +Requires: tex-aleph +Requires: tex-antomega +Requires: tex-lambda +Requires: tex-mxedruli +Requires: tex-omega +Requires: tex-omegaware +Requires: tex-otibet + +%description collection-omega +Omega, a 16-bit extended TeX by John Plaice and Yannis +Haralambous, now updated to Aleph. + +%package mxedruli +Provides: tex-mxedruli = %{tl_version} +License: LPPL +Summary: A pair of fonts for different Georgian alphabets +Version: svn30021.3.3c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(mxedruli.map) = %{tl_version} +Provides: tex(mxed10.tfm) = %{tl_version} +Provides: tex(mxedbf10.tfm) = %{tl_version} +Provides: tex(mxedc10.tfm) = %{tl_version} +Provides: tex(mxedi10.tfm) = %{tl_version} +Provides: tex(xuc10.tfm) = %{tl_version} +Provides: tex(mxed10.pfb) = %{tl_version} +Provides: tex(mxedbf10.pfb) = %{tl_version} +Provides: tex(mxedc10.pfb) = %{tl_version} +Provides: tex(mxedi10.pfb) = %{tl_version} +Provides: tex(xuc10.pfb) = %{tl_version} +Provides: tex(mxedruli.sty) = %{tl_version} +Provides: tex(umxed.fd) = %{tl_version} +Provides: tex(uxuc.fd) = %{tl_version} +Provides: tex(xucuri.sty) = %{tl_version} + +%description mxedruli +Two Georgian fonts, in both Metafont and Type 1 formats, which +cover the Mxedruli and the Xucuri alphabets. + +date: 2013-04-18 13:20:04 +0200 + +%post mxedruli +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map mxedruli.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map mxedruli.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun mxedruli +if [ $1 == 0 ] ; then +sed -i '/^Map mxedruli.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans mxedruli +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mxedruli-doc +Summary: Documentation for mxedruli +Version: svn30021.3.3c +Release: %{tl_noarch_release} +Provides: tex-mxedruli-doc +BuildArch: noarch +AutoReqProv: No + +%description mxedruli-doc +Documentation for mxedruli + +%package omegaware +Provides: tex-omegaware = %{tl_version} +License: LPPL +Summary: omegaware package +Version: svn29764.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-omegaware-bin + +%description omegaware +omegaware package + +%post omegaware +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun omegaware +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans omegaware +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package omegaware-bin +Summary: Binaries for omegaware +Version: svn30088.0 +Requires: texlive-base +Requires: tex-omegaware +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} + +%description omegaware-bin +Binaries for omegaware + +%package otibet +Provides: tex-otibet = %{tl_version} +License: LPPL +Summary: otibet package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tibetan.tfm) = %{tl_version} +Provides: tex(ot1tib.fd) = %{tl_version} +Provides: tex(otibet.sty) = %{tl_version} +Provides: tex(otibet.tex) = %{tl_version} +Provides: tex(t1tib.fd) = %{tl_version} + +%description otibet +otibet package + +%post otibet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun otibet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans otibet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package otibet-doc +Summary: Documentation for otibet +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-otibet-doc +BuildArch: noarch +AutoReqProv: No + +%description otibet-doc +Documentation for otibet + +%package collection-plainextra +Summary: Plain TeX packages +Version: svn30395.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-figflow +Requires: tex-fixpdfmag +Requires: tex-font-change +Requires: tex-fontch +Requires: tex-graphics-pln +Requires: tex-hyplain +Requires: tex-js-misc +Requires: tex-mkpattern +Requires: tex-newsletr +Requires: tex-pitex +Requires: tex-placeins-plain +Requires: tex-plipsum +Requires: tex-plnfss +Requires: tex-plstmary +Requires: tex-present +Requires: tex-resumemac +Requires: tex-texinfo +Requires: tex-timetable +Requires: tex-treetex +Requires: tex-varisize + +%description collection-plainextra +Add-on packages and macros that work with plain TeX. + +%package figflow +Provides: tex-figflow = %{tl_version} +License: Copyright only +Summary: Flow text around a figure +Version: svn21462.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(figflow.tex) = %{tl_version} + +%description figflow +Provides a Plain TeX macro \figflow that allows one to insert a +figure into an area inset into a paragraph. Command arguments +are width and height of the figure, and the figure (and its +caption) itself. Usage details are to be found in the TeX file +itself. The package does not work with LaTeX; packages such as +wrapfig, floatflt and picins support the needs of LaTeX users +in this area. + +date: 2011-02-18 10:42:52 +0100 + +%post figflow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun figflow +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figflow +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package figflow-doc +Summary: Documentation for figflow +Version: svn21462.0 +Release: %{tl_noarch_release} +Provides: tex-figflow-doc +BuildArch: noarch +AutoReqProv: No + +%description figflow-doc +Documentation for figflow + +%package fixpdfmag +Provides: tex-fixpdfmag = %{tl_version} +License: Public Domain +Summary: Fix magnification in PDFTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fixpdfmag.tex) = %{tl_version} + +%description fixpdfmag +A recent change to PDFTeX has caused magnification to apply to +page dimensions. This small package changes the values set in +the page dimension variables from pt to truept, thus evading +the effects of \mag. + +date: 2009-09-17 21:16:39 +0200 + +%post fixpdfmag +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixpdfmag +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixpdfmag +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package font-change +Provides: tex-font-change = %{tl_version} +License: CC-BY-SA +Summary: Macros to Change Text and Math fonts in plain TeX +Version: svn19709.2010.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(font-change.tex) = %{tl_version} +Provides: tex(font_antp_euler.tex) = %{tl_version} +Provides: tex(font_antt-condensed-light.tex) = %{tl_version} +Provides: tex(font_antt-condensed-medium.tex) = %{tl_version} +Provides: tex(font_antt-condensed.tex) = %{tl_version} +Provides: tex(font_antt-light.tex) = %{tl_version} +Provides: tex(font_antt-medium.tex) = %{tl_version} +Provides: tex(font_antt.tex) = %{tl_version} +Provides: tex(font_arev.tex) = %{tl_version} +Provides: tex(font_artemisia_euler.tex) = %{tl_version} +Provides: tex(font_bera_concrete.tex) = %{tl_version} +Provides: tex(font_bera_euler.tex) = %{tl_version} +Provides: tex(font_bera_fnc.tex) = %{tl_version} +Provides: tex(font_bookman.tex) = %{tl_version} +Provides: tex(font_century.tex) = %{tl_version} +Provides: tex(font_charter.tex) = %{tl_version} +Provides: tex(font_cm.tex) = %{tl_version} +Provides: tex(font_cmbright.tex) = %{tl_version} +Provides: tex(font_concrete.tex) = %{tl_version} +Provides: tex(font_epigrafica_euler.tex) = %{tl_version} +Provides: tex(font_epigrafica_palatino.tex) = %{tl_version} +Provides: tex(font_iwona-bold.tex) = %{tl_version} +Provides: tex(font_iwona-condensed-bold.tex) = %{tl_version} +Provides: tex(font_iwona-condensed-light.tex) = %{tl_version} +Provides: tex(font_iwona-condensed-medium.tex) = %{tl_version} +Provides: tex(font_iwona-condensed.tex) = %{tl_version} +Provides: tex(font_iwona-light.tex) = %{tl_version} +Provides: tex(font_iwona-medium.tex) = %{tl_version} +Provides: tex(font_iwona.tex) = %{tl_version} +Provides: tex(font_kp-light.tex) = %{tl_version} +Provides: tex(font_kp.tex) = %{tl_version} +Provides: tex(font_kurier-bold.tex) = %{tl_version} +Provides: tex(font_kurier-condensed-bold.tex) = %{tl_version} +Provides: tex(font_kurier-condensed-light.tex) = %{tl_version} +Provides: tex(font_kurier-condensed-medium.tex) = %{tl_version} +Provides: tex(font_kurier-condensed.tex) = %{tl_version} +Provides: tex(font_kurier-light.tex) = %{tl_version} +Provides: tex(font_kurier-medium.tex) = %{tl_version} +Provides: tex(font_kurier.tex) = %{tl_version} +Provides: tex(font_libertine_kp.tex) = %{tl_version} +Provides: tex(font_libertine_palatino.tex) = %{tl_version} +Provides: tex(font_libertine_times.tex) = %{tl_version} +Provides: tex(font_pagella.tex) = %{tl_version} +Provides: tex(font_palatino.tex) = %{tl_version} +Provides: tex(font_times.tex) = %{tl_version} +Provides: tex(font_utopia.tex) = %{tl_version} + +%description font-change +Macros to Change Text and Math fonts in TeX: 19 Beautiful +Variants These macros are written for plain TeX and can be used +with other packages like AmSTeX, eplain, etc. They allow you to +change the fonts (text and math) in your TeX document with only +one statement. Also different font sizes are available. All the +fonts called by these macro files are free and are included in +the present MiKTeX and TeX Live distributions. + +date: 2010-07-19 16:45:16 +0200 + +%post font-change +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun font-change +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans font-change +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package font-change-doc +Summary: Documentation for font-change +Version: svn19709.2010.1 +Release: %{tl_noarch_release} +Provides: tex-font-change-doc +BuildArch: noarch +AutoReqProv: No + +%description font-change-doc +Documentation for font-change + +%package fontch +Provides: tex-fontch = %{tl_version} +License: LPPL +Summary: Changing fonts, sizes and encodings in Plain TeX +Version: svn17859.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(DSmac.tex) = %{tl_version} +Provides: tex(TS1mac.tex) = %{tl_version} +Provides: tex(bsymbols.tex) = %{tl_version} +Provides: tex(fontch.tex) = %{tl_version} +Provides: tex(fontch_doc.tex) = %{tl_version} + +%description fontch +The fontch macros allow the user to change font size and family +anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20 +and 24 points are available. A sans serif family (\sf) is +defined in addition to the families already defined in plain +TeX. Optional support for Latin Modern T1 and TS1 fonts is +given. There are macros for non-latin1 letters and for most TS1 +symbols. Math mode always uses CM fonts. A command for +producing doubled-spaced documents is also provided. The +present version of the package is designed to deal with the +latest release of the Latin Modern fonts version 1.106. +Unfortunately, it can no longer support earlier versions of the +fonts, so an obsolete version of the package is retained for +users who don't yet have access to the latest version of the +fonts. + +date: 2010-04-13 09:02:45 +0200 + +%post fontch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontch-doc +Summary: Documentation for fontch +Version: svn17859.2.2 +Release: %{tl_noarch_release} +Provides: tex-fontch-doc +BuildArch: noarch +AutoReqProv: No + +%description fontch-doc +Documentation for fontch + +%package graphics-pln +Provides: tex-graphics-pln = %{tl_version} +License: LPPL +Summary: LaTeX-style graphics for Plain TeX users +Version: svn16917.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(autopict.sty) = %{tl_version} +Provides: tex(color.tex) = %{tl_version} +Provides: tex(graphicx.tex) = %{tl_version} +Provides: tex(miniltx.tex) = %{tl_version} +Provides: tex(picture.tex) = %{tl_version} +Provides: tex(psfrag.tex) = %{tl_version} + +%description graphics-pln +The Plain TeX graphics package is mostly a thin shell around +the LaTeX graphicx and color packages, with support of the +LaTeX-isms in those packages provided by miniltx (which is the +largest part of the bundle). The bundle also contains a file +"picture.tex", which is a wrapper around the autopict.sty, and +provides the LaTeX picture mode to Plain TeX users. + +date: 2010-01-03 16:55:09 +0100 + +%post graphics-pln +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun graphics-pln +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphics-pln +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package graphics-pln-doc +Summary: Documentation for graphics-pln +Version: svn16917.0 +Release: %{tl_noarch_release} +Provides: tex-graphics-pln-doc +BuildArch: noarch +AutoReqProv: No + +%description graphics-pln-doc +Documentation for graphics-pln + +%package hyplain +Provides: tex-hyplain = %{tl_version} +License: Public Domain +Summary: Basic support for multiple languages in Plain TeX +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hylang.tex) = %{tl_version} +Provides: tex(hyplain.tex) = %{tl_version} +Provides: tex(hyrules.tex) = %{tl_version} + +%description hyplain +The package offers a means to set up hyphenation suitable for +several languages and/or dialects, and to select them or switch +between them while typesetting. + +date: 2007-03-07 20:05:57 +0100 + +%post hyplain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hyplain +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyplain +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hyplain-doc +Summary: Documentation for hyplain +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-hyplain-doc +BuildArch: noarch +AutoReqProv: No + +%description hyplain-doc +Documentation for hyplain + +%package js-misc +Provides: tex-js-misc = %{tl_version} +License: Public Domain +Summary: Miscellaneous macros from Joachim Schrod +Version: svn16211.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(cassette.tex) = %{tl_version} +Provides: tex(idverb.tex) = %{tl_version} +Provides: tex(js-misc.tex) = %{tl_version} +Provides: tex(schild.tex) = %{tl_version} +Provides: tex(sperr.tex) = %{tl_version} +Provides: tex(xfig.tex) = %{tl_version} + +%description 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: 2009-11-28 12:18:01 +0100 + +%post js-misc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun js-misc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans js-misc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package js-misc-doc +Summary: Documentation for js-misc +Version: svn16211.0 +Release: %{tl_noarch_release} +Provides: tex-js-misc-doc +BuildArch: noarch +AutoReqProv: No + +%description js-misc-doc +Documentation for js-misc + +%package mkpattern +Provides: tex-mkpattern = %{tl_version} +License: LPPL +Summary: A utility for making hyphenation patterns +Version: svn15878.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(mkpatter.tex) = %{tl_version} + +%description mkpattern +Mkpattern is a general purpose program for the generation of +hyphenation patterns, with definition of letter sets and +template-like constructions. It also provides an easy way to +handle different input and output encodings, and featgures +generation of clean UTF-8 patterns. The package was used for +the creation of the Galician patterns. + +date: 2008-08-22 16:39:18 +0200 + +%post mkpattern +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mkpattern +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkpattern +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mkpattern-doc +Summary: Documentation for mkpattern +Version: svn15878.1.2 +Release: %{tl_noarch_release} +Provides: tex-mkpattern-doc +BuildArch: noarch +AutoReqProv: No + +%description mkpattern-doc +Documentation for mkpattern + +%package newsletr +Provides: tex-newsletr = %{tl_version} +License: Newsletr +Summary: Macros for making newsletters with Plain TeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(newsletr.tex) = %{tl_version} + +%description newsletr +newsletr package + +date: 2006-12-22 19:14:47 +0100 + +%post newsletr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun newsletr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newsletr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package newsletr-doc +Summary: Documentation for newsletr +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-newsletr-doc +BuildArch: noarch +AutoReqProv: No + +%description newsletr-doc +Documentation for newsletr + +%package pitex +Provides: tex-pitex = %{tl_version} +License: LPPL +Summary: Documentation macros +Version: svn24731.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pitex.tex) = %{tl_version} + +%description pitex +The bundle provides macros that the author uses when writing +documentation (for example, that of the texapi and yax +packages). The tools could be used by anyone, but there is no +documentation, and the macros are subject to change without +notice. + +date: 2011-11-18 01:28:58 +0100 + +%post pitex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pitex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pitex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pitex-doc +Summary: Documentation for pitex +Version: svn24731.0 +Release: %{tl_noarch_release} +Provides: tex-pitex-doc +BuildArch: noarch +AutoReqProv: No + +%description pitex-doc +Documentation for pitex + +%package placeins-plain +Provides: tex-placeins-plain = %{tl_version} +License: Public Domain +Summary: Insertions that keep their place +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(placeins.tex) = %{tl_version} + +%description placeins-plain +This TeX file provides various mechanisms (for plain TeX and +close relatives) to let insertions (footnotes, topins, pageins, +etc.) float within their appropriate section, but to prevent +them from intruding into the following section, even when +sections do not normally begin a new page. (If your sections +normally begin a new page, just use \supereject to flush out +insertions.) + +date: 2009-11-10 09:15:37 +0100 + +%post placeins-plain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun placeins-plain +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans placeins-plain +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plipsum +Provides: tex-plipsum = %{tl_version} +License: LPPL +Summary: 'Lorem ipsum' for Plain TeX developers +Version: svn30353.4.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(plipsum.tex) = %{tl_version} + +%description plipsum +The package provides a paragraph generator designed for use in +Plain TeX documents. The paragraphs generated contain many 'f- +groups' (ff, fl etc.) so the text can act as a test of the +ligatures of the font in use. + +date: 2013-05-09 11:57:32 +0200 + +%post plipsum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plipsum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plipsum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plipsum-doc +Summary: Documentation for plipsum +Version: svn30353.4.3 +Release: %{tl_noarch_release} +Provides: tex-plipsum-doc +BuildArch: noarch +AutoReqProv: No + +%description plipsum-doc +Documentation for plipsum + +%package plnfss +Provides: tex-plnfss = %{tl_version} +License: LPPL +Summary: Font selection for Plain TeX +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(MIKmathf.tex) = %{tl_version} +Provides: tex(plnfss.tex) = %{tl_version} + +%description plnfss +Plnfss is a set of macros to provide easy font access (somewhat +similar to NFSS but with some limitations) with Plain TeX. +Plnfss can automatically make use of PSNFSS fd files, i.e., +when an Adobe Type 1 is used the relevant fd file will be +loaded automatically. For cmr-like fonts (ec, vnr, csr or plr +fonts), a special format called pfd (plain fd) is required and +must be loaded manually. See ot1cmr.pfd for further +information. + +date: 2008-05-21 10:21:02 +0200 + +%post plnfss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plnfss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plnfss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plnfss-doc +Summary: Documentation for plnfss +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-plnfss-doc +BuildArch: noarch +AutoReqProv: No + +%description plnfss-doc +Documentation for plnfss + +%package plstmary +Provides: tex-plstmary = %{tl_version} +License: Public Domain +Summary: St. Mary's Road font support for plain TeX +Version: svn30377.0.5a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(stmary.tex) = %{tl_version} + +%description plstmary +The package provides commands to produce all the symbols of the +St Mary's Road fonts, in a Plain TeX environment. + +date: 2013-05-10 10:43:41 +0200 + +%post plstmary +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun plstmary +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plstmary +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package plstmary-doc +Summary: Documentation for plstmary +Version: svn30377.0.5a +Release: %{tl_noarch_release} +Provides: tex-plstmary-doc +BuildArch: noarch +AutoReqProv: No + +%description plstmary-doc +Documentation for plstmary + +%package present +Provides: tex-present = %{tl_version} +License: LPPL +Summary: Presentations with Plain TeX +Version: svn25953.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(present.tex) = %{tl_version} + +%description present +The package offers a collection of simple macros for preparing +presentations in Plain TeX. Slide colour and text colour may be +set, links between parts of the presentation, to other files, +and to web addresses may be inserted. Images may be included +easily, and code is available to provide transition effects +between slides or frames. The structure of the macros is not +overly complex, so that users should find it easy to adapt the +macros to their specific needs. + +date: 2012-04-12 21:32:25 +0200 + +%post present +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun present +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans present +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package present-doc +Summary: Documentation for present +Version: svn25953.2.2 +Release: %{tl_noarch_release} +Provides: tex-present-doc +BuildArch: noarch +AutoReqProv: No + +%description present-doc +Documentation for present + +%package resumemac +Provides: tex-resumemac = %{tl_version} +License: Public Domain +Summary: Plain TeX macros for resumes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(resumemac.tex) = %{tl_version} + +%description resumemac +A set of macros is provided, together with an file that offers +an example of use. + +date: 2008-11-21 01:34:08 +0100 + +%post resumemac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun resumemac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resumemac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package resumemac-doc +Summary: Documentation for resumemac +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-resumemac-doc +BuildArch: noarch +AutoReqProv: No + +%description resumemac-doc +Documentation for resumemac + +%package texinfo +Provides: tex-texinfo = %{tl_version} +License: GPL+ +Summary: Texinfo documentation system +Version: svn29349.2013_02_01.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(texinfo.tex) = %{tl_version} +Provides: tex(txi-cs.tex) = %{tl_version} +Provides: tex(txi-de.tex) = %{tl_version} +Provides: tex(txi-en.tex) = %{tl_version} +Provides: tex(txi-es.tex) = %{tl_version} +Provides: tex(txi-fr.tex) = %{tl_version} +Provides: tex(txi-it.tex) = %{tl_version} +Provides: tex(txi-nb.tex) = %{tl_version} +Provides: tex(txi-nl.tex) = %{tl_version} +Provides: tex(txi-nn.tex) = %{tl_version} +Provides: tex(txi-pl.tex) = %{tl_version} +Provides: tex(txi-pt.tex) = %{tl_version} +Provides: tex(txi-ru.tex) = %{tl_version} +Provides: tex(txi-sr.tex) = %{tl_version} +Provides: tex(txi-tr.tex) = %{tl_version} +Provides: tex(txi-uk.tex) = %{tl_version} + +%description texinfo +Info is the preferred format for documentation in the GNU +project; the format may be used to produce online or printed +output from a single source. The Texinfo macros may be used to +produce printable output using TeX; other programs in the +distribution offer online interactive use (with hypertext +linkages in some cases). Note that a developers' snapshot of +the latest working version of the Texinfo macros may be found +in the Texinfo 'latest' package. + +date: 2013-03-10 17:22:46 +0100 + +%post texinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package timetable +Provides: tex-timetable = %{tl_version} +License: LPPL +Summary: Generate timetables +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(timetable.tex) = %{tl_version} + +%description timetable +A highly-configurable package, with nice output and simple +input. The macros use a radix sort mechanism so that the order +of input is not critical. + +date: 2008-09-11 15:08:12 +0200 + +%post timetable +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun timetable +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans timetable +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package treetex +Provides: tex-treetex = %{tl_version} +License: Public Domain +Summary: Draw trees +Version: svn28176.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(classes.tex) = %{tl_version} +Provides: tex(l_pic.tex) = %{tl_version} +Provides: tex(treetex.tex) = %{tl_version} + +%description treetex +Macros to draw trees, within TeX (or LaTeX). The algorithm used +is discussed in an accompanying paper (written using LaTeX +2.09). + +date: 2012-01-20 11:26:32 +0100 + +%post treetex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun treetex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans treetex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package treetex-doc +Summary: Documentation for treetex +Version: svn28176.0 +Release: %{tl_noarch_release} +Provides: tex-treetex-doc +BuildArch: noarch +AutoReqProv: No + +%description treetex-doc +Documentation for treetex + +%package varisize +Provides: tex-varisize = %{tl_version} +License: Public Domain +Summary: Change font size in Plain TeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(10point.tex) = %{tl_version} +Provides: tex(10pointss.tex) = %{tl_version} +Provides: tex(11point.tex) = %{tl_version} +Provides: tex(12point.tex) = %{tl_version} +Provides: tex(14point.tex) = %{tl_version} +Provides: tex(17point.tex) = %{tl_version} +Provides: tex(20point.tex) = %{tl_version} +Provides: tex(7point.tex) = %{tl_version} +Provides: tex(8point.tex) = %{tl_version} +Provides: tex(9point.tex) = %{tl_version} + +%description varisize +A series of files, each of which defines a size-change macro. +Note that 10point.tex is by convention called by one of the +other files, so that there's always a "way back". + +date: 2008-11-21 01:34:08 +0100 + +%post varisize +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun varisize +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varisize +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package varisize-doc +Summary: Documentation for varisize +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-varisize-doc +BuildArch: noarch +AutoReqProv: No + +%description varisize-doc +Documentation for varisize + +%package collection-pstricks +Summary: PSTricks +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-genericrecommended +Requires: tex-auto-pst-pdf +Requires: tex-bclogo +Requires: tex-makeplot +Requires: tex-pdftricks +Requires: tex-pedigree-perl +Requires: tex-psbao +Requires: tex-pst-2dplot +Requires: tex-pst-3d +Requires: tex-pst-3dplot +Requires: tex-pst-abspos +Requires: tex-pst-am +Requires: tex-pst-asr +Requires: tex-pst-bar +Requires: tex-pst-barcode +Requires: tex-pst-bezier +Requires: tex-pst-blur +Requires: tex-pst-bspline +Requires: tex-pst-calendar +Requires: tex-pst-circ +Requires: tex-pst-coil +Requires: tex-pst-cox +Requires: tex-pst-dbicons +Requires: tex-pst-diffraction +Requires: tex-pst-electricfield +Requires: tex-pst-eps +Requires: tex-pst-eucl +Requires: tex-pst-exa +Requires: tex-pst-fill +Requires: tex-pst-fit +Requires: tex-pst-fr3d +Requires: tex-pst-fractal +Requires: tex-pst-fun +Requires: tex-pst-func +Requires: tex-pst-gantt +Requires: tex-pst-geo +Requires: tex-pst-ghsb +Requires: tex-pst-gr3d +Requires: tex-pst-grad +Requires: tex-pst-graphicx +Requires: tex-pst-infixplot +Requires: tex-pst-jtree +Requires: tex-pst-knot +Requires: tex-pst-labo +Requires: tex-pst-layout +Requires: tex-pst-lens +Requires: tex-pst-light3d +Requires: tex-pst-magneticfield +Requires: tex-pst-math +Requires: tex-pst-mirror +Requires: tex-pst-node +Requires: tex-pst-ob3d +Requires: tex-pst-ode +Requires: tex-pst-optexp +Requires: tex-pst-optic +Requires: tex-pst-osci +Requires: tex-pst-pad +Requires: tex-pst-pdgr +Requires: tex-pst-platon +Requires: tex-pst-plot +Requires: tex-pst-poly +Requires: tex-pst-pulley +Requires: tex-pst-qtree +Requires: tex-pst-rubans +Requires: tex-pst-sigsys +Requires: tex-pst-slpe +Requires: tex-pst-solarsystem +Requires: tex-pst-spectra +Requires: tex-pst-solides3d +Requires: tex-pst-soroban +Requires: tex-pst-stru +Requires: texlive-pst-support-doc +Requires: tex-pst-text +Requires: tex-pst-thick +Requires: tex-pst-tools +Requires: tex-pst-tree +Requires: tex-pst-tvz +Requires: tex-pst-uml +Requires: tex-pst-vectorian +Requires: tex-pst-vowel +Requires: tex-pst-vue3d +Requires: tex-pst2pdf +Requires: tex-pstricks +Requires: tex-pstricks-add +Requires: texlive-pstricks_calcnotes-doc +Requires: tex-uml +Requires: tex-vaucanson-g +Requires: tex-vocaltract + +%description collection-pstricks +PSTricks core and all add-on packages. + +%package makeplot +Provides: tex-makeplot = %{tl_version} +License: LPPL +Summary: Easy plots from Matlab in LaTeX +Version: svn15878.1.0.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pstricks-add.sty) +Requires: tex(xkeyval.sty) +Provides: tex(makeplot.sty) = %{tl_version} + +%description makeplot +Existing approaches to create EPS files from Matlab (laprint, +mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims +to resolve this problem. Makeplot is a LaTeX package that uses +the pstricks pst-plot functions to plot data that it takes from +Matlab output files. + +date: 2008-01-20 02:03:54 +0100 + +%post makeplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun makeplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package makeplot-doc +Summary: Documentation for makeplot +Version: svn15878.1.0.6 +Release: %{tl_noarch_release} +Provides: tex-makeplot-doc +BuildArch: noarch +AutoReqProv: No + +%description makeplot-doc +Documentation for makeplot + +%package pdftricks +Provides: tex-pdftricks = %{tl_version} +License: GPL+ +Summary: Support for pstricks in pdfTeX +Version: svn15878.1.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(moreverb.sty) +Requires: tex(keyval.sty) +Provides: tex(pdftricks.sty) = %{tl_version} + +%description pdftricks +The PSTricks macros cannot be used (directly) with pdfTeX, +since pstricks uses PostScript arithmetic, which isn't part of +PDF. This package circumvents this limitation so that the +extensive facilities offered by the powerful PSTricks package +can be made use of in a pdfTeX document. This is done using the +shell escape function available in current TeX implementations. +The package may also be used in support of other 'PostScript- +output-only' packages, such as PSfrag. For alternatives, users +may care to review the discussion in the PSTricks online +documentation. + +date: 2008-11-24 12:47:54 +0100 + +%post pdftricks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdftricks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftricks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pdftricks-doc +Summary: Documentation for pdftricks +Version: svn15878.1.16 +Release: %{tl_noarch_release} +Provides: tex-pdftricks-doc +BuildArch: noarch +AutoReqProv: No + +%description pdftricks-doc +Documentation for pdftricks + +%package pedigree-perl +Provides: tex-pedigree-perl = %{tl_version} +License: GPLv2+ +Summary: Generate TeX pedigree files from CSV files +Version: svn26313.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pedigree-perl-bin + +%description pedigree-perl +This program generates TeX commands to typeset pedigrees -- +either TeX fragments or full LaTeX files, to be processed by +the authors' pst-pdgr package. The program has support for +multilanguage pedigrees (at the present moment the English and +Russian languages are supported). + +date: 2012-04-14 20:51:11 +0200 + +%post pedigree-perl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pedigree-perl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pedigree-perl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pedigree-perl-doc +Summary: Documentation for pedigree-perl +Version: svn26313.1.0 +Release: %{tl_noarch_release} +Provides: tex-pedigree-perl-doc +BuildArch: noarch +AutoReqProv: No + +%description pedigree-perl-doc +Documentation for pedigree-perl + +%package pedigree-perl-bin +Summary: Binaries for pedigree-perl +Version: svn25962.0 +Requires: texlive-base +Requires: tex-pedigree-perl +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pedigree-perl-bin +Binaries for pedigree-perl + +%package psbao +Provides: tex-psbao = %{tl_version} +License: LPPL +Summary: Draw Bao diagrams +Version: svn15878.0.17 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(cool.sty) +Requires: tex(etex.sty) +Provides: tex(psbao.sty) = %{tl_version} + +%description psbao +The package draws Bao diagrams in LaTeX. The package is a +development of psgo, and uses PSTricks to draw the diagrams. + +date: 2008-11-15 12:33:11 +0100 + +%post psbao +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psbao +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psbao +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psbao-doc +Summary: Documentation for psbao +Version: svn15878.0.17 +Release: %{tl_noarch_release} +Provides: tex-psbao-doc +BuildArch: noarch +AutoReqProv: No + +%description psbao-doc +Documentation for psbao + +%package pst-2dplot +Provides: tex-pst-2dplot = %{tl_version} +License: LPPL +Summary: A PSTricks package for drawing 2D curves +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-2dplot.sty) = %{tl_version} + +%description pst-2dplot +Pst-2dplot is a pstricks package that offers an easy-to-use and +intuitive tool for plotting 2-d curves. It defines an +environment with commands similar to MATLAB for plotting. + +date: 2006-12-31 09:43:01 +0000 + +%post pst-2dplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-2dplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-2dplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-2dplot-doc +Summary: Documentation for pst-2dplot +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-pst-2dplot-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-2dplot-doc +Documentation for pst-2dplot + +%package pst-3d +Provides: tex-pst-3d = %{tl_version} +License: LPPL +Summary: A PSTricks package for tilting and other pseudo-3D tricks +Version: svn17257.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-3d.tex) = %{tl_version} +Provides: tex(pst-3d.sty) = %{tl_version} + +%description pst-3d +The pst-3d package provides basic macros for shadows, tilting +and three dimensional representations of text or graphical +objects. + +date: 2010-02-15 10:59:10 +0100 + +%post pst-3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-3d-doc +Summary: Documentation for pst-3d +Version: svn17257.1.10 +Release: %{tl_noarch_release} +Provides: tex-pst-3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-3d-doc +Documentation for pst-3d + +%package pst-3dplot +Provides: tex-pst-3dplot = %{tl_version} +License: LPPL +Summary: Draw 3D objects in parallel projection, using PSTricks +Version: svn27233.1.97 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(multido.sty) +Provides: tex(pst-3dplot.tex) = %{tl_version} +Provides: tex(pst-3dplot.sty) = %{tl_version} + +%description pst-3dplot +A package using PSTricks to draw a large variety of graphs and +plots, including 3D maths functions. Data can be read from +external data files, making this package a generic tool for +graphing within TeX/LaTeX, without the need for external tools. + +date: 2012-06-07 14:36:18 +0200 + +%post pst-3dplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-3dplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-3dplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-3dplot-doc +Summary: Documentation for pst-3dplot +Version: svn27233.1.97 +Release: %{tl_noarch_release} +Provides: tex-pst-3dplot-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-3dplot-doc +Documentation for pst-3dplot + +%package pst-abspos +Provides: tex-pst-abspos = %{tl_version} +License: LPPL +Summary: Put objects at an absolute position +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-abspos.tex) = %{tl_version} +Provides: tex(pst-abspos.sty) = %{tl_version} + +%description pst-abspos +The (PSTricks-related) package provides a command +\pstPutAbs(x,y) to put an object at an arbitrary absolute (or +even a relative) position on the page. + +date: 2009-11-10 09:17:41 +0100 + +%post pst-abspos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-abspos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-abspos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-abspos-doc +Summary: Documentation for pst-abspos +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-pst-abspos-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-abspos-doc +Documentation for pst-abspos + +%package pst-am +Provides: tex-pst-am = %{tl_version} +License: LPPL +Summary: Simulation of modulation and demodulation +Version: svn19591.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(numprint.sty) +Requires: tex(multido.sty) +Provides: tex(pst-am.sty) = %{tl_version} + +%description pst-am +The package allows the simulation of the modulated and +demodulated amplitude of radio waves. The user may plot curves +of modulated signals, wave carrier, signal modulation, signal +recovery and signal demodulation. + +date: 2010-09-04 14:00:25 +0200 + +%post pst-am +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-am +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-am +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-am-doc +Summary: Documentation for pst-am +Version: svn19591.1.02 +Release: %{tl_noarch_release} +Provides: tex-pst-am-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-am-doc +Documentation for pst-am + +%package pst-asr +Provides: tex-pst-asr = %{tl_version} +License: LPPL +Summary: Typeset autosegmental representations for linguists +Version: svn22138.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-asr.tex) = %{tl_version} +Provides: tex(pst-asr.sty) = %{tl_version} + +%description pst-asr +The package allows the user to typeset autosegmental +representations. It uses the PStricks, and xkeyval packages. + +date: 2011-04-20 18:25:54 +0200 + +%post pst-asr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-asr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-asr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-asr-doc +Summary: Documentation for pst-asr +Version: svn22138.1.3 +Release: %{tl_noarch_release} +Provides: tex-pst-asr-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-asr-doc +Documentation for pst-asr + +%package pst-bar +Provides: tex-pst-bar = %{tl_version} +License: LPPL +Summary: Produces bar charts using pstricks +Version: svn18734.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-bar.tex) = %{tl_version} +Provides: tex(pst-bar.sty) = %{tl_version} + +%description pst-bar +pst-bar uses pstricks to draw bar charts from data stored in a +comma-delimited file. Several types of bar charts may be drawn, +and the drawing parameters are highly customizable. No external +packages are required except those that are part of the +standard pstricks distribution. + +date: 2009-03-12 20:12:20 +0100 + +%post pst-bar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-bar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-bar-doc +Summary: Documentation for pst-bar +Version: svn18734.0.92 +Release: %{tl_noarch_release} +Provides: tex-pst-bar-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-bar-doc +Documentation for pst-bar + +%package pst-barcode +Provides: tex-pst-barcode = %{tl_version} +License: LPPL +Summary: Print barcodes using PostScript +Version: svn28278.0.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-barcode.tex) = %{tl_version} +Provides: tex(pst-barcode.sty) = %{tl_version} + +%description pst-barcode +The pst-barcode package allows printing of barcodes, in a huge +variety of formats (see documentation for details). As a +pstricks package, the package requires pstricks. The package +uses PostScript for calculating the bars. For PDF output use a +multi-pass mechansism such as pst-pdf. + +date: 2012-11-16 20:45:05 +0100 + +%post pst-barcode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-barcode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-barcode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-barcode-doc +Summary: Documentation for pst-barcode +Version: svn28278.0.10 +Release: %{tl_noarch_release} +Provides: tex-pst-barcode-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-barcode-doc +Documentation for pst-barcode + +%package pst-bezier +Provides: tex-pst-bezier = %{tl_version} +License: LPPL +Summary: Draw Bezier curves +Version: svn15878.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-bezier.tex) = %{tl_version} +Provides: tex(pst-bezier.sty) = %{tl_version} + +%description pst-bezier +The package provides a macro \psbcurve for drawing a Bezier +curve. Provision is made for full control of over all the +control points of the curve. + +date: 2009-02-01 17:37:35 +0100 + +%post pst-bezier +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-bezier +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bezier +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-bezier-doc +Summary: Documentation for pst-bezier +Version: svn15878.0.01 +Release: %{tl_noarch_release} +Provides: tex-pst-bezier-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-bezier-doc +Documentation for pst-bezier + +%package pst-blur +Provides: tex-pst-blur = %{tl_version} +License: LPPL +Summary: PSTricks package for "blurred" shadows +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-blur.tex) = %{tl_version} +Provides: tex(pst-blur.sty) = %{tl_version} + +%description pst-blur +Pst-blur is a package built for use with PSTricks. It provides +macros that apply blurring to the normal shadow function of +PSTricks. + +date: 2006-12-19 19:38:44 +0100 + +%post pst-blur +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-blur +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-blur +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-blur-doc +Summary: Documentation for pst-blur +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-pst-blur-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-blur-doc +Documentation for pst-blur + +%package pst-bspline +Provides: tex-pst-bspline = %{tl_version} +License: LPPL +Summary: Draw cubic Bspline curves and interpolations +Version: svn25582.1.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-bspline.tex) = %{tl_version} +Provides: tex(pst-bspline.sty) = %{tl_version} + +%description pst-bspline +The package draws uniform, cubic B-spline curves, open and +closed, based on a sequence of B-spline control points. There +is also code which permits drawing the open or closed cubic +Bspline curve interpolating a sequence of points. Graphical +output is created using PStricks. + +date: 2012-03-07 20:35:45 +0100 + +%post pst-bspline +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-bspline +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bspline +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-bspline-doc +Summary: Documentation for pst-bspline +Version: svn25582.1.61 +Release: %{tl_noarch_release} +Provides: tex-pst-bspline-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-bspline-doc +Documentation for pst-bspline + +%package pst-calendar +Provides: tex-pst-calendar = %{tl_version} +License: LPPL +Summary: Plot calendars in "fancy" ways +Version: svn15878.0.47 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-3d.sty) +Requires: tex(multido.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-calendar.sty) = %{tl_version} + +%description pst-calendar +The pst-calendar package uses pstricks and pst-3d to draw +tabular calendars, or calendars on dodecahedra with a month to +each face (the package also requires the multido and pst-xkey +packages). The package works for years 2000-2099, and has +options for calendars in French German and English, but the +documentation is not available in English. + +date: 2009-03-30 10:35:07 +0200 + +%post pst-calendar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-calendar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-calendar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-calendar-doc +Summary: Documentation for pst-calendar +Version: svn15878.0.47 +Release: %{tl_noarch_release} +Provides: tex-pst-calendar-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-calendar-doc +Documentation for pst-calendar + +%package pst-circ +Provides: tex-pst-circ = %{tl_version} +License: LPPL +Summary: PSTricks package for drawing electric circuits +Version: svn30527.2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-circ.tex) = %{tl_version} +Provides: tex(pst-circ.sty) = %{tl_version} + +%description pst-circ +The package is built using PSTricks and in particular pst-node. +It can easily draw current 2-terminal devices and some 3- and +4-terminal devices used in electronic or electric theory. The +package's macros are designed with a view to 'logical' +representation of circuits, as far as possible, so as to +relieve the user of purely graphical considerations when +expressing a circuit. + +date: 2013-05-17 14:10:30 +0200 + +%post pst-circ +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-circ +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-circ +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-circ-doc +Summary: Documentation for pst-circ +Version: svn30527.2.03 +Release: %{tl_noarch_release} +Provides: tex-pst-circ-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-circ-doc +Documentation for pst-circ + +%package pst-coil +Provides: tex-pst-coil = %{tl_version} +License: LPPL +Summary: A PSTricks package for coils, etc +Version: svn24020.1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-coil.tex) = %{tl_version} +Provides: tex(pst-coil.sty) = %{tl_version} + +%description pst-coil +Pst-coil is a PSTricks based package for coils and zigzags and +for coil and zigzag node connections. + +date: 2011-09-19 17:03:12 +0200 + +%post pst-coil +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-coil +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-coil +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-coil-doc +Summary: Documentation for pst-coil +Version: svn24020.1.06 +Release: %{tl_noarch_release} +Provides: tex-pst-coil-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-coil-doc +Documentation for pst-coil + +%package pst-cox +Provides: tex-pst-cox = %{tl_version} +License: LGPLv2+ +Summary: Drawing regular complex polytopes with PSTricks +Version: svn15878.0.98_Beta +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-coxcoor.tex) = %{tl_version} +Provides: tex(pst-coxeterp.tex) = %{tl_version} +Provides: tex(pst-coxcoor.sty) = %{tl_version} +Provides: tex(pst-coxeterp.sty) = %{tl_version} + +%description pst-cox +Pst-cox is a PSTricks package for drawing 2-dimensional +projections of complex regular polytopes (after the work of +Coxeter). The package consists of a macro library for drawing +the projections. The complex polytopes appear in the study of +the root systems and play a crucial role in many domains +related to mathematics and physics. These polytopes have been +completely described by Coxeter in his book "Regular Complex +Polytopes". There exist only a finite numbers of exceptional +regular complex polytopes (for example the icosahedron) and +some infinite series (for example, one can construct a multi- +dimensional analogue of the hypercube in any finite dimension). +The library contains two packages. The first, pst-coxcoor, is +devoted to the exceptional complex regular polytopes whose +coordinates have been pre-computed. The second, pst-coxeterp, +is devoted to the infinite series. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-cox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-cox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-cox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-cox-doc +Summary: Documentation for pst-cox +Version: svn15878.0.98_Beta +Release: %{tl_noarch_release} +Provides: tex-pst-cox-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-cox-doc +Documentation for pst-cox + +%package pst-dbicons +Provides: tex-pst-dbicons = %{tl_version} +License: LPPL +Summary: Support for drawing ER diagrams +Version: svn17556.0.16 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-dbicons.sty) = %{tl_version} + +%description pst-dbicons +The package provides some useful macros in the database area. +The package focusses on typesetting ER-Diagrams in a +declarative style, i.e., by positioning some nodes and defining +the position of all other nodes relative to them by using the +standard database terminology. The PSTricks package is required +for using pst-dbicons, but no deep knowledge of PSTricks +commands is required (although such knowledge is useful for +exploiting the full functionality of the package). + +date: 2006-08-27 16:41:02 +0100 + +%post pst-dbicons +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-dbicons +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-dbicons +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-dbicons-doc +Summary: Documentation for pst-dbicons +Version: svn17556.0.16 +Release: %{tl_noarch_release} +Provides: tex-pst-dbicons-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-dbicons-doc +Documentation for pst-dbicons + +%package pst-diffraction +Provides: tex-pst-diffraction = %{tl_version} +License: LPPL +Summary: Print diffraction patterns from various apertures +Version: svn15878.2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-3dplot.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-diffraction.tex) = %{tl_version} +Provides: tex(pst-diffraction.sty) = %{tl_version} + +%description pst-diffraction +The package enables the user to draw the diffraction patterns +for different geometric forms of apertures for monochromatic +light. The aperture stops can have rectangular, circular or +triangular openings. The view of the diffraction may be planar, +or three-dimensional. Options available are the dimensions of +the aperture under consideration and of the particular optical +setting, e.g. the radius in case of an circular opening. +Moreover one can choose the wavelength of the light (the +associated color will be calculated by the package). + +date: 2008-09-03 19:49:55 +0200 + +%post pst-diffraction +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-diffraction +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-diffraction +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-diffraction-doc +Summary: Documentation for pst-diffraction +Version: svn15878.2.03 +Release: %{tl_noarch_release} +Provides: tex-pst-diffraction-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-diffraction-doc +Documentation for pst-diffraction + +%package pst-electricfield +Provides: tex-pst-electricfield = %{tl_version} +License: LPPL +Summary: Draw electric field and equipotential lines with PStricks +Version: svn29803.0.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-electricfield.tex) = %{tl_version} +Provides: tex(pst-electricfield.sty) = %{tl_version} + +%description pst-electricfield +The package provides macros to plot electric field and +equipotential lines using PStricks. There may be any number of +charges which can be placed in a cartesian coordinate system by +(x,y) values. + +date: 2012-06-17 01:47:14 +0200 + +%post pst-electricfield +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-electricfield +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-electricfield +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-electricfield-doc +Summary: Documentation for pst-electricfield +Version: svn29803.0.14 +Release: %{tl_noarch_release} +Provides: tex-pst-electricfield-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-electricfield-doc +Documentation for pst-electricfield + +%package pst-eps +Provides: tex-pst-eps = %{tl_version} +License: LPPL +Summary: Create EPS files from PSTricks figures +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-eps.tex) = %{tl_version} +Provides: tex(pst-eps.sty) = %{tl_version} + +%description pst-eps +Pst-eps is a PSTricks-based package for exporting PSTricks +images 'on the fly' to encapsulated PostScript (EPS) image +files, which can then be read into a document in the usual way. + +date: 2007-02-28 00:07:21 +0100 + +%post pst-eps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-eps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-eps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-eps-doc +Summary: Documentation for pst-eps +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-pst-eps-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-eps-doc +Documentation for pst-eps + +%package pst-eucl +Provides: tex-pst-eucl = %{tl_version} +License: LPPL +Summary: Euclidian geometry with pstricks +Version: svn29356.1.47 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Provides: tex(pst-eucl.tex) = %{tl_version} +Provides: tex(pst-eucl.sty) = %{tl_version} + +%description pst-eucl +The package allows the drawing of Euclidean geometric figures +using TeX pstricks macros for specifying mathematical +constraints. It is thus possible to build point using common +transformations or intersections. The use of coordinates is +limited to points which controlled the figure. + +date: 2013-03-12 20:16:10 +0100 + +%post pst-eucl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-eucl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-eucl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-eucl-doc +Summary: Documentation for pst-eucl +Version: svn29356.1.47 +Release: %{tl_noarch_release} +Provides: tex-pst-eucl-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-eucl-doc +Documentation for pst-eucl + +%package pst-exa +Provides: tex-pst-exa = %{tl_version} +License: LPPL +Summary: Typeset PSTricks examples, with code +Version: svn22113.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(listings.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-exa.sty) = %{tl_version} + +%description pst-exa +The (PSTricks-related) package provides an environment +PSTexample to put code and output side by side or one above the +other. + +date: 2011-04-14 19:55:22 +0200 + +%post pst-exa +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-exa +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-exa +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-exa-doc +Summary: Documentation for pst-exa +Version: svn22113.0.01 +Release: %{tl_noarch_release} +Provides: tex-pst-exa-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-exa-doc +Documentation for pst-exa + +%package pst-fill +Provides: tex-pst-fill = %{tl_version} +License: LPPL +Summary: Fill or tile areas with PSTricks +Version: svn15878.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-fill.tex) = %{tl_version} +Provides: tex(pst-fill.sty) = %{tl_version} + +%description pst-fill +Pst-fill is a PSTricks-based package for filling and tiling +areas or characters. + +date: 2007-03-11 15:39:31 +0100 + +%post pst-fill +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-fill +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fill +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-fill-doc +Summary: Documentation for pst-fill +Version: svn15878.1.01 +Release: %{tl_noarch_release} +Provides: tex-pst-fill-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-fill-doc +Documentation for pst-fill + +%package pst-fit +Provides: tex-pst-fit = %{tl_version} +License: LPPL +Summary: Macros for curve fitting +Version: svn28155.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pstricks-add.sty) +Provides: tex(pst-fit.tex) = %{tl_version} +Provides: tex(pst-fit.sty) = %{tl_version} + +%description pst-fit +The package provides fitting of: 1. Linear Functions; 2. Power +Functions; 3. exp Function; 4. Log_{10} and Log_e functions; 5. +Recip; 6. Kings Law data; 7. Gaussian; and 8. 4th order +Polynomial. + +date: 2012-11-02 19:53:22 +0100 + +%post pst-fit +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-fit +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fit +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-fit-doc +Summary: Documentation for pst-fit +Version: svn28155.0.01 +Release: %{tl_noarch_release} +Provides: tex-pst-fit-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-fit-doc +Documentation for pst-fit + +%package pst-fr3d +Provides: tex-pst-fr3d = %{tl_version} +License: LPPL +Summary: Draw 3-dimensional framed boxes using PSTricks +Version: svn15878.1.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-fr3d.tex) = %{tl_version} +Provides: tex(pst-fr3d.sty) = %{tl_version} + +%description pst-fr3d +A package using PSTricks to draw three dimensional framed boxes +using a macro \PstFrameBoxThreeD. The macro is especially +useful for drawing 3d-seeming buttons. + +date: 2007-02-28 00:07:21 +0100 + +%post pst-fr3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-fr3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fr3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-fr3d-doc +Summary: Documentation for pst-fr3d +Version: svn15878.1.10 +Release: %{tl_noarch_release} +Provides: tex-pst-fr3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-fr3d-doc +Documentation for pst-fr3d + +%package pst-fractal +Provides: tex-pst-fractal = %{tl_version} +License: LPPL +Summary: Draw fractal sets using PSTricks +Version: svn16958.0.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-fractal.tex) = %{tl_version} +Provides: tex(pst-fractal.sty) = %{tl_version} + +%description pst-fractal +The package will draw the Julia and Mandelbrot sets, the +Sierpinski triangle, Koch flake, and Apollonius Circle as well +as fractal trees (which need not be balanced) with a variety of +different parameters (including varying numbers of iterations). +The package uses the pst-xkey package, part of the xkeyval +distribution. + +date: 2010-02-10 21:21:32 +0100 + +%post pst-fractal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-fractal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fractal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-fractal-doc +Summary: Documentation for pst-fractal +Version: svn16958.0.06 +Release: %{tl_noarch_release} +Provides: tex-pst-fractal-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-fractal-doc +Documentation for pst-fractal + +%package pst-fun +Provides: tex-pst-fun = %{tl_version} +License: LPPL +Summary: Draw "funny" objects with PSTricks +Version: svn17909.0.04 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pst-slpe.sty) +Requires: tex(multido.sty) +Provides: tex(pst-fun.tex) = %{tl_version} +Provides: tex(pst-fun.sty) = %{tl_version} + +%description pst-fun +This is a PSTricks related package for drawing funny objects, +like ant, bird, fish, kangaroo, ... Such objects may be useful +for testing other PSTricks macros and/or packages. (Or they can +be used for fun...) + +date: 2010-04-18 16:26:27 +0200 + +%post pst-fun +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-fun +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fun +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-fun-doc +Summary: Documentation for pst-fun +Version: svn17909.0.04 +Release: %{tl_noarch_release} +Provides: tex-pst-fun-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-fun-doc +Documentation for pst-fun + +%package pst-func +Provides: tex-pst-func = %{tl_version} +License: LPPL +Summary: PSTricks package for plotting mathematical functions +Version: svn30023.0.76 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-func.tex) = %{tl_version} +Provides: tex(pst-func.sty) = %{tl_version} + +%description pst-func +pst-func is a package built for use with PSTricks. It provides +macros for plotting various mathematical functions: - +polynomials and their derivatives f(x)=an*x^n+an-1*x^(n- +1)+...+a0 defined by the coefficients a0 a1 a2 ... and the +derivative order; - the Fourier sum f(x) = a0/2+a1cos(omega +x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2 +... b1 b2 b3 ...; - the Bessel function defined by its order; - +the Gauss function defined by sigma and mu; - Bezier curves +from order 1 (two control points) to order 9 (10 control +points); - the superellipse function (the Lame curve); - +Chebyshev polynomials of the first and second kind; - the +Thomae (or popcorn) function; - various integration-derived +functions; - normal, binomial, poisson, gamma, chi-squared, +student's t, F, beta, Cauchy and Weibull distribution functions +and the Lorenz curve; - the Vasicek function for describing the +evolution of interest rates; and - implicit functions. The +plots may be generated as volumes of rotation about the X-axis, +as well. + +date: 2012-04-10 17:31:04 +0200 + +%post pst-func +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-func +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-func +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-func-doc +Summary: Documentation for pst-func +Version: svn30023.0.76 +Release: %{tl_noarch_release} +Provides: tex-pst-func-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-func-doc +Documentation for pst-func + +%package pst-gantt +Provides: tex-pst-gantt = %{tl_version} +License: LPPL +Summary: Draw GANTT charts with pstricks +Version: svn17206.0.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-gantt.tex) = %{tl_version} +Provides: tex(pst-gantt.sty) = %{tl_version} + +%description pst-gantt +The package draws GANTT charts, which are a kind of bar chart +that displays a project schedule. The package requires the +pstricks apparatus, of course. + +date: 2010-02-24 21:46:55 +0100 + +%post pst-gantt +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-gantt +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-gantt +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-gantt-doc +Summary: Documentation for pst-gantt +Version: svn17206.0.21 +Release: %{tl_noarch_release} +Provides: tex-pst-gantt-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-gantt-doc +Documentation for pst-gantt + +%package pst-geo +Provides: tex-pst-geo = %{tl_version} +License: LPPL +Summary: Geographical Projections +Version: svn17751.2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(aus.dat) = %{tl_version} +Provides: tex(c-cap.dat) = %{tl_version} +Provides: tex(c-sub.dat) = %{tl_version} +Provides: tex(canada.dat) = %{tl_version} +Provides: tex(capitales.tex) = %{tl_version} +Provides: tex(capitales3d.tex) = %{tl_version} +Provides: tex(capitals.dat) = %{tl_version} +Provides: tex(cities.tex) = %{tl_version} +Provides: tex(citycapitals.dat) = %{tl_version} +Provides: tex(citysub.dat) = %{tl_version} +Provides: tex(corse.dat) = %{tl_version} +Provides: tex(france.dat) = %{tl_version} +Provides: tex(mex.dat) = %{tl_version} +Provides: tex(pborder.dat) = %{tl_version} +Provides: tex(pcoast.dat) = %{tl_version} +Provides: tex(pisland.dat) = %{tl_version} +Provides: tex(plake.dat) = %{tl_version} +Provides: tex(rhone.dat) = %{tl_version} +Provides: tex(ridge.dat) = %{tl_version} +Provides: tex(river.dat) = %{tl_version} +Provides: tex(seine.dat) = %{tl_version} +Provides: tex(transfrm.dat) = %{tl_version} +Provides: tex(trench.dat) = %{tl_version} +Provides: tex(usa.dat) = %{tl_version} +Provides: tex(villesFrance.tex) = %{tl_version} +Provides: tex(villesFrance3d.tex) = %{tl_version} +Provides: tex(villesItalia.tex) = %{tl_version} +Provides: tex(villesItalia3d.tex) = %{tl_version} +Provides: tex(wfraczon.dat) = %{tl_version} +Provides: tex(wmaglin.dat) = %{tl_version} +Provides: tex(africa-bdy.dat) = %{tl_version} +Provides: tex(africa-cil.dat) = %{tl_version} +Provides: tex(africa-riv.dat) = %{tl_version} +Provides: tex(asia-bdy.dat) = %{tl_version} +Provides: tex(asia-cil.dat) = %{tl_version} +Provides: tex(asia-isl.dat) = %{tl_version} +Provides: tex(asia-riv.dat) = %{tl_version} +Provides: tex(c-cap.dat) = %{tl_version} +Provides: tex(c-sub.dat) = %{tl_version} +Provides: tex(citycapitals.dat) = %{tl_version} +Provides: tex(citysub.dat) = %{tl_version} +Provides: tex(europe-bdy.dat) = %{tl_version} +Provides: tex(europe-cil.dat) = %{tl_version} +Provides: tex(europe-riv.dat) = %{tl_version} +Provides: tex(namer-bdy.dat) = %{tl_version} +Provides: tex(namer-cil.dat) = %{tl_version} +Provides: tex(namer-pby.dat) = %{tl_version} +Provides: tex(namer-riv.dat) = %{tl_version} +Provides: tex(samer-arc.dat) = %{tl_version} +Provides: tex(samer-bdy.dat) = %{tl_version} +Provides: tex(samer-cil.dat) = %{tl_version} +Provides: tex(samer-riv.dat) = %{tl_version} +Provides: tex(pst-map2d.tex) = %{tl_version} +Provides: tex(pst-map2dII.tex) = %{tl_version} +Provides: tex(pst-map3d.tex) = %{tl_version} +Provides: tex(pst-map3dII.tex) = %{tl_version} +Provides: tex(pst-map2d.sty) = %{tl_version} +Provides: tex(pst-map2dII.sty) = %{tl_version} +Provides: tex(pst-map3d.sty) = %{tl_version} +Provides: tex(pst-map3dII.sty) = %{tl_version} + +%description pst-geo +pst-geo is a set of PSTricks related packages for various +cartographic projections of the terrestrial sphere. The package +pst-map2d provides conventional projections such as Mercator, +Lambert, cylindrical, etc. The package pst-map3d treats +representation in three dimensions of the terrestrial sphere. +Packages pst-map2dII and pst-map3dII allow use of the CIA World +DataBank II. Various parameters of the packages allow for +choice of the level of the detail and the layouts possible +(cities, borders, rivers etc). Substantial data files are +provided, in an (internally) compressed format. Decompression +happens on-the-fly as a document using the data is displayed, +printed or converted to PDF format. A Perl script is provided +for the user to do the decompression, if the need should arise. + +date: 2009-08-31 11:47:07 +0200 + +%post pst-geo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-geo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-geo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-geo-doc +Summary: Documentation for pst-geo +Version: svn17751.2.03 +Release: %{tl_noarch_release} +Provides: tex-pst-geo-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-geo-doc +Documentation for pst-geo + +%package pst-ghsb +Provides: tex-pst-ghsb = %{tl_version} +License: LPPL +Summary: pst-ghsb package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-ghsb.tex) = %{tl_version} +Provides: tex(pst-ghsb.sty) = %{tl_version} + +%description pst-ghsb +pst-ghsb package + +%post pst-ghsb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-ghsb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ghsb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-ghsb-doc +Summary: Documentation for pst-ghsb +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pst-ghsb-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-ghsb-doc +Documentation for pst-ghsb + +%package pst-gr3d +Provides: tex-pst-gr3d = %{tl_version} +License: LPPL +Summary: Three dimensional grids with PSTricks +Version: svn15878.1.34 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-gr3d.tex) = %{tl_version} +Provides: tex(pst-gr3d.sty) = %{tl_version} + +%description pst-gr3d +This PSTricks package provides a command \PstGridThreeD that +will draw a three dimensional grid, offering a number of +options for its appearance. + +date: 2006-12-19 19:38:44 +0100 + +%post pst-gr3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-gr3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-gr3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-gr3d-doc +Summary: Documentation for pst-gr3d +Version: svn15878.1.34 +Release: %{tl_noarch_release} +Provides: tex-pst-gr3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-gr3d-doc +Documentation for pst-gr3d + +%package pst-grad +Provides: tex-pst-grad = %{tl_version} +License: LPPL +Summary: Filling with colour gradients, using PStricks +Version: svn15878.1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-grad.tex) = %{tl_version} +Provides: tex(pst-grad.sty) = %{tl_version} + +%description pst-grad +Pst-grad is a PSTricks based package for filling with colour +gradients. Supported are colours in the RGB, CMYK or HSB +models. Other colour gradient mechanisms are to be found in +package pst-slpe. + +date: 2007-07-11 11:50:31 +0200 + +%post pst-grad +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-grad +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-grad +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-grad-doc +Summary: Documentation for pst-grad +Version: svn15878.1.06 +Release: %{tl_noarch_release} +Provides: tex-pst-grad-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-grad-doc +Documentation for pst-grad + +%package pst-graphicx +Provides: tex-pst-graphicx = %{tl_version} +License: LPPL +Summary: A pstricks-compatible graphicx for use with Plain TeX +Version: svn21717.0.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-graphicx.tex) = %{tl_version} + +%description pst-graphicx +The package provides a version of graphicx that avoids loading +the graphics bundle's (original) keyval package, which clashes +with pstricks' use of xkeyval. + +date: 2011-03-14 10:28:00 +0100 + +%post pst-graphicx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-graphicx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-graphicx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-graphicx-doc +Summary: Documentation for pst-graphicx +Version: svn21717.0.02 +Release: %{tl_noarch_release} +Provides: tex-pst-graphicx-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-graphicx-doc +Documentation for pst-graphicx + +%package pst-infixplot +Provides: tex-pst-infixplot = %{tl_version} +License: LPPL +Summary: Using pstricks plotting capacities with infix expressions rather than RPN +Version: svn15878.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(infix-RPN.tex) = %{tl_version} +Provides: tex(pst-infixplot.tex) = %{tl_version} +Provides: tex(infix-RPN.sty) = %{tl_version} +Provides: tex(pst-infixplot.sty) = %{tl_version} + +%description pst-infixplot +Plotting functions with pst-plot is very powerful but sometimes +difficult to learn since the syntax of \psplot and +\parametricplot requires some PostScript knowledge. The infix- +RPN and pst-infixplot styles simplify the usage of pst-plot for +the beginner, providing macro commands that convert natural +mathematical expressions to PostScript syntax. + +date: 2006-12-19 19:38:44 +0100 + +%post pst-infixplot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-infixplot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-infixplot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-infixplot-doc +Summary: Documentation for pst-infixplot +Version: svn15878.0.11 +Release: %{tl_noarch_release} +Provides: tex-pst-infixplot-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-infixplot-doc +Documentation for pst-infixplot + +%package pst-jtree +Provides: tex-pst-jtree = %{tl_version} +License: LPPL 1.3 +Summary: Typeset complex trees for linguists +Version: svn20946.2.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-jtree.tex) = %{tl_version} +Provides: tex(pst-jtree.sty) = %{tl_version} + +%description pst-jtree +jTree uses PStricks to enable linguists to typeset complex +trees. The package requires use of PStricks (of course) and +xkeyval packages. jTree is a development of, and replacement +for, the jftree package, which is no longer available. + +date: 2011-01-05 08:46:38 +0100 + +%post pst-jtree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-jtree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-jtree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-jtree-doc +Summary: Documentation for pst-jtree +Version: svn20946.2.6 +Release: %{tl_noarch_release} +Provides: tex-pst-jtree-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-jtree-doc +Documentation for pst-jtree + +%package pst-knot +Provides: tex-pst-knot = %{tl_version} +License: LPPL +Summary: PSTricks package for displaying knots +Version: svn16033.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-knot.tex) = %{tl_version} +Provides: tex(pst-knot.sty) = %{tl_version} + +%description pst-knot +The package can produce a fair range of knot shapes, with all +the standard graphics controls one expects. + +date: 2009-11-14 08:46:33 +0100 + +%post pst-knot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-knot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-knot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-knot-doc +Summary: Documentation for pst-knot +Version: svn16033.0.2 +Release: %{tl_noarch_release} +Provides: tex-pst-knot-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-knot-doc +Documentation for pst-knot + +%package pst-labo +Provides: tex-pst-labo = %{tl_version} +License: LPPL +Summary: Draw objects for Chemistry laboratories +Version: svn15878.2.03 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-labo.tex) = %{tl_version} +Provides: tex(pst-laboObj.tex) = %{tl_version} +Provides: tex(pst-labo.sty) = %{tl_version} + +%description pst-labo +Pst-labo is a PSTricks related package for drawing basic and +complex chemical objects. The documentation of the package is +illuminated with plenty of illustrations together with their +source code, making it an easy read. + +date: 2007-03-11 16:56:01 +0100 + +%post pst-labo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-labo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-labo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-labo-doc +Summary: Documentation for pst-labo +Version: svn15878.2.03 +Release: %{tl_noarch_release} +Provides: tex-pst-labo-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-labo-doc +Documentation for pst-labo + +%package pst-layout +Provides: tex-pst-layout = %{tl_version} +License: LPPL +Summary: Page layout macros based on PStricks packages +Version: svn29803.95 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(ifthen.sty) +Requires: tex(arrayjobx.sty) +Provides: tex(pst-layout.sty) = %{tl_version} + +%description pst-layout +The package provides a means of creating elaborate ("pseudo- +tabular") layouts of material, typically to be overlaid on an +included graphic. The package requires a recent version of the +package pst-node and some other pstricks-related material. + +date: 2012-04-27 12:45:13 +0200 + +%post pst-layout +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-layout +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-layout +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-layout-doc +Summary: Documentation for pst-layout +Version: svn29803.95 +Release: %{tl_noarch_release} +Provides: tex-pst-layout-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-layout-doc +Documentation for pst-layout + +%package pst-lens +Provides: tex-pst-lens = %{tl_version} +License: LPPL +Summary: Lenses with PSTricks +Version: svn15878.1.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-lens.tex) = %{tl_version} +Provides: tex(pst-lens.sty) = %{tl_version} + +%description pst-lens +This PSTricks package provides a really rather simple command +\PstLens that will draw a lens. Command parameters provide a +remarkable range of effects. + +date: 2007-06-15 10:24:12 +0200 + +%post pst-lens +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-lens +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-lens +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-lens-doc +Summary: Documentation for pst-lens +Version: svn15878.1.02 +Release: %{tl_noarch_release} +Provides: tex-pst-lens-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-lens-doc +Documentation for pst-lens + +%package pst-light3d +Provides: tex-pst-light3d = %{tl_version} +License: LPPL +Summary: 3D lighting effects for pstricks +Version: svn15878.0.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-light3d.tex) = %{tl_version} +Provides: tex(pst-light3d.sty) = %{tl_version} + +%description pst-light3d +A PSTricks package for three dimensional lighting effects on +characters and PSTricks graphics, like lines, curves, plots, +... + +date: 2007-03-11 16:56:01 +0100 + +%post pst-light3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-light3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-light3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-light3d-doc +Summary: Documentation for pst-light3d +Version: svn15878.0.12 +Release: %{tl_noarch_release} +Provides: tex-pst-light3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-light3d-doc +Documentation for pst-light3d + +%package pst-magneticfield +Provides: tex-pst-magneticfield = %{tl_version} +License: LPPL +Summary: Plotting a magnetic field with PSTricks +Version: svn18922.1.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-3d.sty) +Requires: tex(multido.sty) +Provides: tex(pst-magneticfield.tex) = %{tl_version} +Provides: tex(pst-magneticfield.sty) = %{tl_version} + +%description pst-magneticfield +pst-magneticfield is a PSTricks related package to draw the +magnetic field lines of Helmholtz coils in a two or three +dimensional view. There are several parameters to create a +different output. For more informations or some examples read +the documentation of the package. + +date: 2010-06-12 14:14:46 +0200 + +%post pst-magneticfield +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-magneticfield +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-magneticfield +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-magneticfield-doc +Summary: Documentation for pst-magneticfield +Version: svn18922.1.13 +Release: %{tl_noarch_release} +Provides: tex-pst-magneticfield-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-magneticfield-doc +Documentation for pst-magneticfield + +%package pst-math +Provides: tex-pst-math = %{tl_version} +License: LPPL +Summary: Enhancement of PostScript math operators to use with pstricks +Version: svn20176.0.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-math.tex) = %{tl_version} +Provides: tex(pst-math.sty) = %{tl_version} + +%description pst-math +PostScript lacks a lot of basic operators such as tan, acos, +asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). +Also (oddly) cos and sin use arguments in degrees. Pst-math +provides all those operators in a header file pst-math.pro with +wrappers pst-math.sty and pst-math.tex. In addition, sinc, +gauss, gammaln and bessel are implemented (only partially for +the latter). pst-math is designed essentially to work with pst- +plot but can be used in whatever PS code (such as pstricks +SpecialCoor "!", which is useful for placing labels). The +package also provides a routine SIMPSON for numerical +integration and a solver of linear equation systems. + +date: 2010-10-02 23:46:37 +0200 + +%post pst-math +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-math +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-math +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-math-doc +Summary: Documentation for pst-math +Version: svn20176.0.61 +Release: %{tl_noarch_release} +Provides: tex-pst-math-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-math-doc +Documentation for pst-math + +%package pst-mirror +Provides: tex-pst-mirror = %{tl_version} +License: LPPL +Summary: Images on a spherical mirror +Version: svn16370.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-mirror.tex) = %{tl_version} +Provides: tex(pst-mirror.sty) = %{tl_version} + +%description pst-mirror +The package provides commands and supporting PostScript +material for drawing images as if reflected by a spherical +mirror. + +date: 2009-12-14 16:47:24 +0100 + +%post pst-mirror +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-mirror +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-mirror +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-mirror-doc +Summary: Documentation for pst-mirror +Version: svn16370.1.00 +Release: %{tl_noarch_release} +Provides: tex-pst-mirror-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-mirror-doc +Documentation for pst-mirror + +%package pst-node +Provides: tex-pst-node = %{tl_version} +License: LPPL +Summary: Nodes and node connections in pstricks +Version: svn29899.1.27 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-node.tex) = %{tl_version} +Provides: tex(pst-node.sty) = %{tl_version} +Provides: tex(pst-node97.sty) = %{tl_version} + +%description pst-node +The package enables the user to connect information, and to +place labels, without knowing (in advance) the actual positions +of the items to be connected, or where the connecting line +should go. The macros are useful for making graphs and trees, +mathematical diagrams, linguistic syntax diagrams, and so on. +The package contents were previously distributed as a part of +the pstricks base distribution. + +date: 2013-04-14 10:19:50 +0200 + +%post pst-node +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-node +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-node +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-node-doc +Summary: Documentation for pst-node +Version: svn29899.1.27 +Release: %{tl_noarch_release} +Provides: tex-pst-node-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-node-doc +Documentation for pst-node + +%package pst-ob3d +Provides: tex-pst-ob3d = %{tl_version} +License: LPPL +Summary: Three dimensional objects using PSTricks +Version: svn15878.0.21 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-ob3d.tex) = %{tl_version} +Provides: tex(pst-ob3d.sty) = %{tl_version} + +%description pst-ob3d +The package uses PSTricks to provide basic three-dimensional +objects. As yet, only cubes (which can be deformed to +rectangular parallelipipeds) and dies (which are only a special +kind of cubes) are defined. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-ob3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-ob3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ob3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-ob3d-doc +Summary: Documentation for pst-ob3d +Version: svn15878.0.21 +Release: %{tl_noarch_release} +Provides: tex-pst-ob3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-ob3d-doc +Documentation for pst-ob3d + +%package pst-ode +Provides: tex-pst-ode = %{tl_version} +License: LPPL +Summary: Solving initial value problems for sets of Ordinary Differential Equations +Version: svn27669.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-ode.tex) = %{tl_version} +Provides: tex(pst-ode.sty) = %{tl_version} + +%description pst-ode +The package defines \pstODEsolve for solving initial value +problems for sets of Ordinary Differential Equations (ODE) +using the Runge-Kutta-Fehlberg (RKF45) method with automatic +step size adjustment. The result is stored as a PostScript +object and may be plotted later using macros from other +PSTricks packages, such as \listplot (pst-plot) and +\listplotThreeD (pst-3dplot), or may be further processed by +user-defined PostScript procedures. Optionally, the computed +state vectors can be written as a table to a text file. + +date: 2012-09-14 20:13:55 +0200 + +%post pst-ode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-ode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-ode-doc +Summary: Documentation for pst-ode +Version: svn27669.0.2 +Release: %{tl_noarch_release} +Provides: tex-pst-ode-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-ode-doc +Documentation for pst-ode + +%package pst-optexp +Provides: tex-pst-optexp = %{tl_version} +License: LPPL +Summary: Drawing optical experimental setups +Version: svn30617.4.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-plot.sty) +Requires: tex(multido.sty) +Requires: tex(pst-eucl.sty) +Requires: tex(pstricks-add.sty) +Requires: tex(environ.sty) +Provides: tex(pst-optexp.sty) = %{tl_version} + +%description pst-optexp +The package pst-optexp is a collection of optical components +that facilitate easy sketching of optical experimental setups. +A lot of different free-ray and fiber components are provided, +the alignment, positioning and labelling of which can be +achieved in very simple and flexible ways. The components can +be connected with fibers or beams, realistic raytraced beam +paths are also possible. + +date: 2013-05-21 21:04:45 +0200 + +%post pst-optexp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-optexp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-optexp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-optexp-doc +Summary: Documentation for pst-optexp +Version: svn30617.4.1 +Release: %{tl_noarch_release} +Provides: tex-pst-optexp-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-optexp-doc +Documentation for pst-optexp + +%package pst-optic +Provides: tex-pst-optic = %{tl_version} +License: LPPL +Summary: Drawing optics diagrams +Version: svn19704.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-optic.tex) = %{tl_version} +Provides: tex(pst-optic.sty) = %{tl_version} + +%description pst-optic +A package for drawing both reflective and refractive optics +diagrams. The package requires pstricks later than version +1.10. + +date: 2010-07-29 16:44:20 +0200 + +%post pst-optic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-optic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-optic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-optic-doc +Summary: Documentation for pst-optic +Version: svn19704.1.01 +Release: %{tl_noarch_release} +Provides: tex-pst-optic-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-optic-doc +Documentation for pst-optic + +%package pst-osci +Provides: tex-pst-osci = %{tl_version} +License: LPPL +Summary: Oscgons with PSTricks +Version: svn15878.2.82 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-osci.tex) = %{tl_version} +Provides: tex(pst-osci.sty) = %{tl_version} + +%description pst-osci +pst-osci is a PSTricks package enables you to produce +oscilloscope "screen shots". Three channels can be used to +represent the most common signals (damped or not): namely +sinusoidal, rectangular, triangular, dog's tooth (left and +right oriented). The third channel allows you to add, to +subtract or to multiply the two other signals. Lissajous +diagrams (XY-mode) can also be obtained. + +date: 2008-10-08 15:45:53 +0200 + +%post pst-osci +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-osci +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-osci +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-osci-doc +Summary: Documentation for pst-osci +Version: svn15878.2.82 +Release: %{tl_noarch_release} +Provides: tex-pst-osci-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-osci-doc +Documentation for pst-osci + +%package pst-pad +Provides: tex-pst-pad = %{tl_version} +License: LPPL +Summary: Draw simple attachment systems with PSTricks +Version: svn15878.0.3b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-pad.tex) = %{tl_version} +Provides: tex(pst-pad.sty) = %{tl_version} + +%description pst-pad +The package collects a set of graphical elements based on +PStricks that can be used to facilitate display of attachment +systems such as two differently shaped surfaces with or without +a fluid wedged in between. These macros ease the display of wet +adhesion models and common friction systems such as boundary +lubrication, elastohydrodynamic lubrication and hydrodynamic +lubrication. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-pad +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-pad +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pad +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-pad-doc +Summary: Documentation for pst-pad +Version: svn15878.0.3b +Release: %{tl_noarch_release} +Provides: tex-pst-pad-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-pad-doc +Documentation for pst-pad + +%package pst-pdgr +Provides: tex-pst-pdgr = %{tl_version} +License: LPPL +Summary: Draw medical pedigrees using pstricks +Version: svn15878.0.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-pdgr.tex) = %{tl_version} +Provides: tex(pst-pdgr.cfg) = %{tl_version} +Provides: tex(pst-pdgr.sty) = %{tl_version} + +%description pst-pdgr +The package provides a set of macros based on PSTricks to draw +medical pedigrees according to the recommendations for +standardized human pedigree nomenclature. The drawing commands +place the symbols on a pspicture canvas. An interface for +making trees is also provided. The package may be used both +with LaTeX and PlainTeX. A separate Perl program for generating +TeX files from spreadsheets is available. + +date: 2007-08-14 12:06:32 +0200 + +%post pst-pdgr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-pdgr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pdgr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-pdgr-doc +Summary: Documentation for pst-pdgr +Version: svn15878.0.3 +Release: %{tl_noarch_release} +Provides: tex-pst-pdgr-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-pdgr-doc +Documentation for pst-pdgr + +%package pst-platon +Provides: tex-pst-platon = %{tl_version} +License: LPPL +Summary: Platonic solids in PSTricks +Version: svn16538.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-platon.sty) = %{tl_version} + +%description pst-platon +The package adds to PSTricks the ability to draw 3-dimensional +views of the five Platonic solids. + +date: 2010-01-01 00:46:51 +0100 + +%post pst-platon +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-platon +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-platon +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-platon-doc +Summary: Documentation for pst-platon +Version: svn16538.0.01 +Release: %{tl_noarch_release} +Provides: tex-pst-platon-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-platon-doc +Documentation for pst-platon + +%package pst-plot +Provides: tex-pst-plot = %{tl_version} +License: LPPL +Summary: Plot data using PSTricks +Version: svn30162.1.44 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(multido.sty) +Provides: tex(pst-plot.tex) = %{tl_version} +Provides: tex(pst-plot.sty) = %{tl_version} + +%description pst-plot +The package provides plotting of data (typically from external +files), using PSTricks. Plots my be configured using a wide +variety of parameters. + +date: 2013-01-04 14:21:22 +0100 + +%post pst-plot +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-plot +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-plot +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-plot-doc +Summary: Documentation for pst-plot +Version: svn30162.1.44 +Release: %{tl_noarch_release} +Provides: tex-pst-plot-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-plot-doc +Documentation for pst-plot + +%package pst-poly +Provides: tex-pst-poly = %{tl_version} +License: LPPL +Summary: Polygons with PSTricks +Version: svn16460.1.61 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-poly.tex) = %{tl_version} +Provides: tex(pst-poly.sty) = %{tl_version} + +%description pst-poly +This PSTricks package provides a really rather simple command +\PstPolygon that will draw various regular and non-regular +polygons (according to command parameters); various shortcuts +to commonly-used polygons are provided, as well as a command +\pspolygonbox that frames text with a polygon. The package uses +the xkeyval package for argument decoding. + +date: 2009-12-20 19:36:06 +0100 + +%post pst-poly +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-poly +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-poly +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-poly-doc +Summary: Documentation for pst-poly +Version: svn16460.1.61 +Release: %{tl_noarch_release} +Provides: tex-pst-poly-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-poly-doc +Documentation for pst-poly + +%package pst-pulley +Provides: tex-pst-pulley = %{tl_version} +License: LPPL 1.3 +Summary: Plot pulleys, using pstricks +Version: svn25142.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-pulley.tex) = %{tl_version} +Provides: tex(pst-pulley.sty) = %{tl_version} + +%description pst-pulley +The package enables the user to draw pulley systems with up to +6 pulleys. The pulley diagrams are labelled with the physical +properties of the system. The package uses pstricks, and +requires a several pstricks-related packages. + +date: 2012-01-18 12:22:27 +0100 + +%post pst-pulley +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-pulley +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pulley +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-pulley-doc +Summary: Documentation for pst-pulley +Version: svn25142.0.01 +Release: %{tl_noarch_release} +Provides: tex-pst-pulley-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-pulley-doc +Documentation for pst-pulley + +%package pst-qtree +Provides: tex-pst-qtree = %{tl_version} +License: GPL+ +Summary: Simple syntax for trees +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(pst-qtree.tex) = %{tl_version} +Provides: tex(pst-qtree.sty) = %{tl_version} + +%description pst-qtree +The package provides a qtree-like front end for PSTricks. + +date: 2009-09-20 13:03:55 +0200 + +%post pst-qtree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-qtree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-qtree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-qtree-doc +Summary: Documentation for pst-qtree +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pst-qtree-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-qtree-doc +Documentation for pst-qtree + +%package pst-rubans +Provides: tex-pst-rubans = %{tl_version} +License: LPPL +Summary: Draw three-dimensional ribbons +Version: svn23464.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-rubans.tex) = %{tl_version} +Provides: tex(pst-rubans.sty) = %{tl_version} + +%description pst-rubans +The package uses PStricks and pst-solides3d to draw three +dimensional ribbons on a cylinder, torus, sphere, cone or +paraboloid. The width of the ribbon, the number of turns, the +colour of the outer and the inner surface of the ribbon may be +set. In the case of circular and conical helices, one may also +choose the number of ribbons. + +date: 2011-06-24 10:29:05 +0200 + +%post pst-rubans +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-rubans +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-rubans +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-rubans-doc +Summary: Documentation for pst-rubans +Version: svn23464.1.2 +Release: %{tl_noarch_release} +Provides: tex-pst-rubans-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-rubans-doc +Documentation for pst-rubans + +%package pst-sigsys +Provides: tex-pst-sigsys = %{tl_version} +License: LPPL +Summary: Support of signal processing-related disciplines +Version: svn21667.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-sigsys.tex) = %{tl_version} +Provides: tex(pst-sigsys.sty) = %{tl_version} + +%description pst-sigsys +The package offers a collection of useful macros for +disciplines related to signal processing. It defines macros for +plotting a sequence of numbers, drawing the pole-zero diagram +of a system, shading the region of convergence, creating an +adder or a multiplier node, placing a framed node at a given +coordinate, creating an up-sampler or a down-sampler node, +drawing the block diagram of a system, drawing adaptive +systems, sequentially connecting a list of nodes, and +connecting a list of nodes using any node-connecting macro. + +date: 2011-03-09 20:38:22 +0100 + +%post pst-sigsys +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-sigsys +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-sigsys +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-sigsys-doc +Summary: Documentation for pst-sigsys +Version: svn21667.1.4 +Release: %{tl_noarch_release} +Provides: tex-pst-sigsys-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-sigsys-doc +Documentation for pst-sigsys + +%package pst-slpe +Provides: tex-pst-slpe = %{tl_version} +License: LPPL +Summary: Sophisticated colour gradients +Version: svn24391.1.31 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-slpe.tex) = %{tl_version} +Provides: tex(pst-slpe.sty) = %{tl_version} + +%description pst-slpe +This PStricks package covers all the colour gradient +functionality of pst-grad (part of the base pstricks +distribution), and provides the following facilities: - it +permits the user to specify an arbitrary number of colours, +along with the points at which they are to be reached; - it +converts between RGB and HSV behind the scenes; - it provides +concentric and radial gradients; - it provides a command +\psBall that generates bullets with a three-dimensional +appearance; and - uses the xkeyval package for the extended key +handling. + +date: 2011-10-25 20:39:05 +0200 + +%post pst-slpe +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-slpe +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-slpe +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-slpe-doc +Summary: Documentation for pst-slpe +Version: svn24391.1.31 +Release: %{tl_noarch_release} +Provides: tex-pst-slpe-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-slpe-doc +Documentation for pst-slpe + +%package pst-solarsystem +Provides: tex-pst-solarsystem = %{tl_version} +License: LPPL +Summary: Plot the solar system for a specific date +Version: svn24995.0.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-solarsystem.tex) = %{tl_version} +Provides: tex(pst-solarsystem.sty) = %{tl_version} + +%description pst-solarsystem +The package uses pstricks to produce diagrams of the visible +planets, projected on the plane of the ecliptic. It is not +possible to represent all the planets in their real +proportions, so only Mercury, Venus, Earth and Mars have their +orbits in correct proportions and their relative sizes are +observed. Saturn and Jupiter are in the right direction, but +not in the correct size. + +date: 2012-01-01 19:16:20 +0100 + +%post pst-solarsystem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-solarsystem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-solarsystem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-solarsystem-doc +Summary: Documentation for pst-solarsystem +Version: svn24995.0.12 +Release: %{tl_noarch_release} +Provides: tex-pst-solarsystem-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-solarsystem-doc +Documentation for pst-solarsystem + +%package pst-spectra +Provides: tex-pst-spectra = %{tl_version} +License: LPPL +Summary: Draw continuum, emission and absorption spectra with PSTricks +Version: svn15878.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(multido.sty) +Requires: tex(xkeyval.sty) +Provides: tex(pst-spectra.tex) = %{tl_version} +Provides: tex(pst-spectra.sty) = %{tl_version} + +%description pst-spectra +The package is a PSTricks extension, based on a NASA lines +database. It allows you to draw continuum, emission and +absorption spectra. A Total of 16 880 visible lines from 99 +elements can be displayed. The package requires the xkeyval +package for decoding its arguments. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-spectra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-spectra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-spectra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-spectra-doc +Summary: Documentation for pst-spectra +Version: svn15878.0.91 +Release: %{tl_noarch_release} +Provides: tex-pst-spectra-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-spectra-doc +Documentation for pst-spectra + +%package pst-solides3d +Provides: tex-pst-solides3d = %{tl_version} +License: LPPL 1.3 +Summary: Draw perspective views of 3D solids +Version: svn28581.4.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-solides3d.tex) = %{tl_version} +Provides: tex(pst-solides3d.sty) = %{tl_version} + +%description pst-solides3d +The package is designed to draw solids in 3d perspective. +Features include: - create primitive solids; - create solids by +including a list of its vertices and faces; - faces of solids +and surfaces can be colored by choosing from a very large +palette of colors; - draw parametric surfaces in algebraic and +reverse polish notation; - create explicit and parameterized +algebraic functions drawn in 2 or 3 dimensions; - project text +onto a plane and onto the faces of a solid; - support for +including external database files + +date: 2012-11-16 20:45:05 +0100 + +%post pst-solides3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-solides3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-solides3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-solides3d-doc +Summary: Documentation for pst-solides3d +Version: svn28581.4.24 +Release: %{tl_noarch_release} +Provides: tex-pst-solides3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-solides3d-doc +Documentation for pst-solides3d + +%package pst-soroban +Provides: tex-pst-soroban = %{tl_version} +License: LPPL +Summary: Draw a Soroban using PSTricks +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks-add.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Provides: tex(pst-soroban.sty) = %{tl_version} + +%description pst-soroban +The package uses PSTricks to draw a Japanese abacus, or +soroban. The soroban is still used in Japan today. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-soroban +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-soroban +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-soroban +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-soroban-doc +Summary: Documentation for pst-soroban +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-pst-soroban-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-soroban-doc +Documentation for pst-soroban + +%package pst-stru +Provides: tex-pst-stru = %{tl_version} +License: LPPL +Summary: Civil engineering diagrams, using pstricks +Version: svn15878.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(multido.sty) +Provides: tex(pst-stru.tex) = %{tl_version} +Provides: tex(pst-stru.sty) = %{tl_version} + +%description pst-stru +Pst-stru is a PSTricks-based package to draw structural schemes +in civil engineering analysis, for beams, portals, arches and +piles. + +date: 2008-08-23 00:25:16 +0200 + +%post pst-stru +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-stru +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-stru +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-stru-doc +Summary: Documentation for pst-stru +Version: svn15878.0.11 +Release: %{tl_noarch_release} +Provides: tex-pst-stru-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-stru-doc +Documentation for pst-stru + +%package pst-support-doc +Summary: Documentation for pst-support +Version: svn15878.2009_02_05 +Release: %{tl_noarch_release} +Provides: tex-pst-support-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-support-doc +Documentation for pst-support + +%package pst-text +Provides: tex-pst-text = %{tl_version} +License: LPPL +Summary: Text and character manipulation in PSTricks +Version: svn15878.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-char.tex) = %{tl_version} +Provides: tex(pst-text.tex) = %{tl_version} +Provides: tex(pst-char.sty) = %{tl_version} +Provides: tex(pst-text.sty) = %{tl_version} + +%description pst-text +Pst-text is a PSTricks based package for plotting text along a +different path and manipulating characters. It includes the +functionality of the old package pst-char. + +date: 2007-03-11 16:56:01 +0100 + +%post pst-text +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-text +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-text +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-text-doc +Summary: Documentation for pst-text +Version: svn15878.1.00 +Release: %{tl_noarch_release} +Provides: tex-pst-text-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-text-doc +Documentation for pst-text + +%package pst-thick +Provides: tex-pst-thick = %{tl_version} +License: LPPL +Summary: Drawing very thick lines and curves +Version: svn16369.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-thick.tex) = %{tl_version} +Provides: tex(pst-thick.sty) = %{tl_version} + +%description pst-thick +The package supports drawing of very thick lines and curves in +PSTricks, with various fillings for the body of the lines. + +date: 2009-12-14 16:47:24 +0100 + +%post pst-thick +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-thick +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-thick +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-thick-doc +Summary: Documentation for pst-thick +Version: svn16369.1.0 +Release: %{tl_noarch_release} +Provides: tex-pst-thick-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-thick-doc +Documentation for pst-thick + +%package pst-tools +Provides: tex-pst-tools = %{tl_version} +License: LPPL +Summary: PStricks support functions +Version: svn27986.0.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-tools.tex) = %{tl_version} +Provides: tex(pst-tools.sty) = %{tl_version} + +%description pst-tools +The package provides helper functions for other PSTricks +related packages. + +date: 2012-10-16 22:55:53 +0200 + +%post pst-tools +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-tools +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tools +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-tools-doc +Summary: Documentation for pst-tools +Version: svn27986.0.02 +Release: %{tl_noarch_release} +Provides: tex-pst-tools-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-tools-doc +Documentation for pst-tools + +%package pst-tree +Provides: tex-pst-tree = %{tl_version} +License: LPPL +Summary: Trees, using pstricks +Version: svn24142.1.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-tree.tex) = %{tl_version} +Provides: tex(pst-tree.sty) = %{tl_version} + +%description pst-tree +pst-tree is a pstricks package that defines a macro \pstree +which offers a structured way of joining nodes created using +pst-node in order to draw trees. + +date: 2011-09-29 17:52:33 +0200 + +%post pst-tree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-tree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-tree-doc +Summary: Documentation for pst-tree +Version: svn24142.1.12 +Release: %{tl_noarch_release} +Provides: tex-pst-tree-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-tree-doc +Documentation for pst-tree + +%package pst-tvz +Provides: tex-pst-tvz = %{tl_version} +License: LPPL 1.3 +Summary: Draw trees with more than on root node, using PSTricks +Version: svn23451.1.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-tvz.tex) = %{tl_version} +Provides: tex(pst-tvz.sty) = %{tl_version} + +%description pst-tvz +The package uses PSTricks to draw trees with more than one root +node. It is similar to pst-tree, though it uses a different +placement algorithm. + +date: 2011-06-14 17:30:27 +0200 + +%post pst-tvz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-tvz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tvz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-tvz-doc +Summary: Documentation for pst-tvz +Version: svn23451.1.01 +Release: %{tl_noarch_release} +Provides: tex-pst-tvz-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-tvz-doc +Documentation for pst-tvz + +%package pst-uml +Provides: tex-pst-uml = %{tl_version} +License: LPPL +Summary: UML diagrams with PSTricks +Version: svn15878.0.83 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-multido +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-tree.sty) +Requires: tex(multido.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(pst-xkey.sty) +Provides: tex(pst-uml.sty) = %{tl_version} + +%description pst-uml +pst-uml is a PSTricks package that provides support for drawing +moderately complex UML (Universal Modelling Language) diagrams. +(The PDF documentation is written in French.) + +date: 2007-01-04 21:17:26 +0100 + +%post pst-uml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-uml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-uml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-uml-doc +Summary: Documentation for pst-uml +Version: svn15878.0.83 +Release: %{tl_noarch_release} +Provides: tex-pst-uml-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-multido-doc + +%description pst-uml-doc +Documentation for pst-uml + +%package pst-vectorian +Provides: tex-pst-vectorian = %{tl_version} +License: LPPL +Summary: Printing ornaments +Version: svn28801.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(pstricks.sty) +Provides: tex(psvectorian.sty) = %{tl_version} + +%description pst-vectorian +The package uses PStricks to draw ornaments (a substantial +repertoire of ornaments is provided). + +date: 2013-01-11 11:15:33 +0100 + +%post pst-vectorian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-vectorian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vectorian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-vectorian-doc +Summary: Documentation for pst-vectorian +Version: svn28801.0.4 +Release: %{tl_noarch_release} +Provides: tex-pst-vectorian-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-vectorian-doc +Documentation for pst-vectorian + +%package pst-vowel +Provides: tex-pst-vowel = %{tl_version} +License: LPPL +Summary: Enable arrows showing diphthongs on vowel charts +Version: svn25228.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pst-node.sty) +Requires: tex(vowel.sty) +Provides: tex(pst-vowel.sty) = %{tl_version} + +%description pst-vowel +The package extends vowel.sty (distributed as part of the tipa +bundle) by allowing the user to draw arrows between vowels to +show relationships such as diphthong membership. The package +depends on use of pstricks. + +date: 2012-01-28 08:48:38 +0100 + +%post pst-vowel +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-vowel +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vowel +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-vowel-doc +Summary: Documentation for pst-vowel +Version: svn25228.1.0 +Release: %{tl_noarch_release} +Provides: tex-pst-vowel-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-vowel-doc +Documentation for pst-vowel + +%package pst-vue3d +Provides: tex-pst-vue3d = %{tl_version} +License: LPPL +Summary: Draw perspective views of three dimensional objects +Version: svn15878.1.24 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-vue3d.tex) = %{tl_version} +Provides: tex(pst-vue3d.sty) = %{tl_version} + +%description pst-vue3d +With pst-vue3d three dimensional objects like cubes, spheres +and others can be viewed from different points. The +distribution includes a comprehensive set of examples of usage. + +date: 2008-02-21 14:49:16 +0100 + +%post pst-vue3d +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst-vue3d +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vue3d +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst-vue3d-doc +Summary: Documentation for pst-vue3d +Version: svn15878.1.24 +Release: %{tl_noarch_release} +Provides: tex-pst-vue3d-doc +BuildArch: noarch +AutoReqProv: No + +%description pst-vue3d-doc +Documentation for pst-vue3d + +%package pst2pdf +Provides: tex-pst2pdf = %{tl_version} +License: GPL+ +Summary: A script to compile pstricks documents via pdftex +Version: svn29333.0.14 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-pst2pdf-bin + +%description pst2pdf +The script extracts the preamble of the document and runs all +\begin{postscript}...\end{postscript} +\begin{pspicture}...\end{pspicture} and +\pspicture...\endpspicture separately through LaTeX with the +same preamble as the original document; thus it creates EPS, +PNG and PDF files of these snippets. In a final PDFLaTeX run +the script replaces the environments with \includegraphics to +include the processed snippets. Detail documentation is +acquired from the document itself via Perldoc. + +date: 2013-03-10 15:10:17 +0100 + +%post pst2pdf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pst2pdf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst2pdf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pst2pdf-doc +Summary: Documentation for pst2pdf +Version: svn29333.0.14 +Release: %{tl_noarch_release} +Provides: tex-pst2pdf-doc +BuildArch: noarch +AutoReqProv: No + +%description pst2pdf-doc +Documentation for pst2pdf + +%package pst2pdf-bin +Summary: Binaries for pst2pdf +Version: svn29333.0 +Requires: texlive-base +Requires: tex-pst2pdf +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description pst2pdf-bin +Binaries for pst2pdf + +%package pstricks +Provides: tex-pstricks = %{tl_version} +License: LPPL 1.3 +Summary: PostScript macros for TeX +Version: svn30616.2.43 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-tree.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pst-coil.sty) +Requires: tex(pst-text.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-eps.sty) +Requires: tex(pst-fill.sty) +Requires: tex(pstricks-add.sty) +Requires: tex(multido.sty) +Requires: tex(xcolor.sty) +Requires: tex(fontenc.sty) +Requires: tex(ifpdf.sty) +Requires: tex(textcomp.sty) +Requires: tex(bera.sty) +Requires: tex(xspace.sty) +Requires: tex(makeidx.sty) +Requires: tex(calc.sty) +Requires: tex(babel.sty) +Requires: tex(xkeyval.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(xkvview.sty) +Requires: tex(lscape.sty) +Requires: tex(graphicx.sty) +Requires: tex(eso-pic.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(tabularx.sty) +Requires: tex(ragged2e.sty) +Requires: tex(booktabs.sty) +Requires: tex(footmisc.sty) +Requires: tex(chngcntr.sty) +Requires: tex(nameref.sty) +Requires: tex(varioref.sty) +Requires: tex(subfig.sty) +Requires: tex(setspace.sty) +Requires: tex(paralist.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(filecontents.sty) +Requires: tex(showexpl.sty) +Requires: tex(scrpage2.sty) +Requires: tex(caption.sty) +Requires: tex(hyperref.sty) +Requires: tex(breakurl.sty) +Provides: tex(distiller.cfg) = %{tl_version} +Provides: tex(dvips.cfg) = %{tl_version} +Provides: tex(dvipsone.cfg) = %{tl_version} +Provides: tex(gastex.cfg) = %{tl_version} +Provides: tex(textures.cfg) = %{tl_version} +Provides: tex(vtex.cfg) = %{tl_version} +Provides: tex(xdvipdfmx.cfg) = %{tl_version} +Provides: tex(pst-fp.tex) = %{tl_version} +Provides: tex(pst-key.tex) = %{tl_version} +Provides: tex(pstPlain.tex) = %{tl_version} +Provides: tex(pstricks.tex) = %{tl_version} +Provides: tex(pstricks97.tex) = %{tl_version} +Provides: tex(pst-all.sty) = %{tl_version} +Provides: tex(pst-doc.cls) = %{tl_version} +Provides: tex(pst-key.sty) = %{tl_version} +Provides: tex(pstcol.sty) = %{tl_version} +Provides: tex(pstricks.sty) = %{tl_version} + +%description pstricks +An extensive collection of macros for generating PostScript +that is usable with most TeX macro formats, including Plain +TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for +colour, graphics, pie charts, rotation, trees and overlays. It +has many special features, including a wide variety of graphics +(picture drawing) macros, with a flexible interface and with +colour support. There are macros for colouring or shading the +cells of tables. The package pstricks-add contains bug-fixes +and additions for pstricks (among other things). PSTricks uses +PostScript \special commands, which are not supported by +PDF(La)TeX. This limitation may be overcome by using either the +pst-pdf or the pdftricks package, to generate a PDF inclusion +from a PSTricks diagram. + +date: 2013-05-21 21:04:45 +0200 + +%post pstricks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pstricks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pstricks-doc +Summary: Documentation for pstricks +Version: svn30616.2.43 +Release: %{tl_noarch_release} +Provides: tex-pstricks-doc +BuildArch: noarch +AutoReqProv: No + +%description pstricks-doc +Documentation for pstricks + +%package pstricks-add +Provides: tex-pstricks-add = %{tl_version} +License: LPPL +Summary: A collection of add-ons and bugfixes for PSTricks +Version: svn28750.3.59 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-math.sty) +Requires: tex(multido.sty) +Provides: tex(pstricks-add.tex) = %{tl_version} +Provides: tex(pstricks-add.sty) = %{tl_version} + +%description pstricks-add +Collects together examples that have been posted to the +pstricks mailing list, together with many additional features +for the basic pstricks, pst-plot and pst-node, including: - +bugfixes; - new options for the pspicture environment; - +arrows; - braces as node connection/linestyle; - extended axes +for plots (e.g., logarithm axes); - polar plots; - plotting +tangent lines of curves or functions; - solving and printing +differential equationd; - box plots; - matrix plots; and - pie +charts. The package makes use of PostScript routines provided +by pst-math. + +date: 2012-09-28 14:00:56 +0200 + +%post pstricks-add +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pstricks-add +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks-add +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pstricks-add-doc +Summary: Documentation for pstricks-add +Version: svn28750.3.59 +Release: %{tl_noarch_release} +Provides: tex-pstricks-add-doc +BuildArch: noarch +AutoReqProv: No + +%description pstricks-add-doc +Documentation for pstricks-add + +%package pstricks_calcnotes-doc +Summary: Documentation for pstricks_calcnotes +Version: svn18816.0 +Release: %{tl_noarch_release} +Provides: tex-pstricks_calcnotes-doc +BuildArch: noarch +AutoReqProv: No + +%description pstricks_calcnotes-doc +Documentation for pstricks_calcnotes + +%package uml +Provides: tex-uml = %{tl_version} +License: LPPL +Summary: UML diagrams in LaTeX +Version: svn17476.0.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(relsize.sty) +Provides: tex(uml.sty) = %{tl_version} + +%description uml +A PSTricks related package for writing UML (Unified Modelling +Language) diagrams in LaTeX. Currently, it implements a subset +of class diagrams, and some extra constructs as well. The +package cannot be used together with pst-uml. + +date: 2010-03-17 12:19:20 +0100 + +%post uml +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uml +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uml +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uml-doc +Summary: Documentation for uml +Version: svn17476.0.11 +Release: %{tl_noarch_release} +Provides: tex-uml-doc +BuildArch: noarch +AutoReqProv: No + +%description uml-doc +Documentation for uml + +%package vaucanson-g +Provides: tex-vaucanson-g = %{tl_version} +License: LPPL +Summary: PSTricks macros for drawing automata +Version: svn15878.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(xcolor.sty) +Requires: tex(pstricks.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-coil.sty) +Requires: tex(multido.sty) +Requires: tex(pst-3d.sty) +Requires: tex(calc.sty) +Provides: tex(VCColor-names.def) = %{tl_version} +Provides: tex(VCPref-beamer.tex) = %{tl_version} +Provides: tex(VCPref-default.tex) = %{tl_version} +Provides: tex(VCPref-mystyle.tex) = %{tl_version} +Provides: tex(VCPref-slides.tex) = %{tl_version} +Provides: tex(Vaucanson-G.tex) = %{tl_version} +Provides: tex(vaucanson-g.sty) = %{tl_version} +Provides: tex(vaucanson.sty) = %{tl_version} + +%description vaucanson-g +VauCanSon-G is a package that enables the user to draw automata +within texts written using LaTeX. The package macros make use +of commands of PStricks + +date: 2008-10-30 09:45:25 +0100 + +%post vaucanson-g +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vaucanson-g +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vaucanson-g +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vaucanson-g-doc +Summary: Documentation for vaucanson-g +Version: svn15878.0.4 +Release: %{tl_noarch_release} +Provides: tex-vaucanson-g-doc +BuildArch: noarch +AutoReqProv: No + +%description vaucanson-g-doc +Documentation for vaucanson-g + +%package vocaltract +Provides: tex-vocaltract = %{tl_version} +License: LPPL +Summary: Visualise the vocal tract using LaTeX and PStricks +Version: svn25629.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(VocalTract.sty) = %{tl_version} + +%description vocaltract +The package enables the user to visualise the vocal tract. The +vocal tract (in the package) is manipulated by a vector of +articulation parameters according to the S. Maeda model. +Animation may be achieved by providing a sequence of vectors +over time (e.g., from Matlab). A sequence of vectors for +certain German phonemes is embedded in the package, which +allows for animation when no other vector is available. The +package's graphics are produced using pstricks. + +date: 2012-03-13 11:09:15 +0100 + +%post vocaltract +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vocaltract +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vocaltract +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vocaltract-doc +Summary: Documentation for vocaltract +Version: svn25629.1 +Release: %{tl_noarch_release} +Provides: tex-vocaltract-doc +BuildArch: noarch +AutoReqProv: No + +%description vocaltract-doc +Documentation for vocaltract + +%package collection-publishers +Summary: Publisher styles, theses, etc +Version: svn30444.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-IEEEconf +Requires: tex-IEEEtran +Requires: tex-aastex +Requires: tex-abntex2 +Requires: tex-acmconf +Requires: tex-active-conf +Requires: tex-adfathesis +Requires: tex-afthesis +Requires: tex-aguplus +Requires: tex-aiaa +Requires: tex-ametsoc +Requires: texlive-anufinalexam-doc +Requires: tex-aomart +Requires: tex-apa +Requires: tex-apa6 +Requires: tex-apa6e +Requires: tex-arsclassica +Requires: tex-articleingud +Requires: tex-asaetr +Requires: tex-ascelike +Requires: tex-beamer-FUBerlin +Requires: tex-bgteubner +Requires: tex-cascadilla +Requires: tex-chem-journal +Requires: tex-classicthesis +Requires: tex-cmpj +Requires: tex-confproc +Requires: tex-ebook +Requires: tex-ebsthesis +Requires: tex-ejpecp +Requires: tex-elbioimp +Requires: tex-elsarticle +Requires: tex-elteikthesis +Requires: tex-erdc +Requires: tex-estcpmm +Requires: tex-fbithesis +Requires: tex-fcltxdoc +Requires: tex-gaceta +Requires: tex-gatech-thesis +Requires: tex-har2nat +Requires: tex-hobete +Requires: tex-icsv +Requires: tex-ieeepes +Requires: tex-ijmart +Requires: tex-imac +Requires: tex-imtekda +Requires: tex-jmlr +Requires: tex-jpsj +Requires: tex-kdgdocs +Requires: tex-kluwer +Requires: tex-lps +Requires: tex-matc3 +Requires: tex-matc3mem +Requires: tex-mentis +Requires: tex-msu-thesis +Requires: tex-musuos +Requires: tex-muthesis +Requires: tex-nddiss +Requires: tex-nih +Requires: tex-nostarch +Requires: tex-nrc +Requires: tex-onrannual +Requires: tex-opteng +Requires: tex-philosophersimprint +Requires: tex-pkuthss +Requires: tex-powerdot-FUBerlin +Requires: tex-pracjourn +Requires: tex-procIAGssymp +Requires: tex-proposal +Requires: tex-ptptex +Requires: tex-psu-thesis +Requires: tex-resphilosophica +Requires: tex-resumecls +Requires: tex-revtex +Requires: tex-revtex4 +Requires: tex-ryethesis +Requires: tex-sageep +Requires: tex-sapthesis +Requires: tex-scrjrnl +Requires: tex-seuthesis +Requires: tex-soton +Requires: tex-spie +Requires: tex-stellenbosch +Requires: tex-suftesi +Requires: tex-sugconf +Requires: tex-tabriz-thesis +Requires: tex-texilikechaps +Requires: tex-texilikecover +Requires: tex-thesis-titlepage-fhac +Requires: tex-thuthesis +Requires: tex-toptesi +Requires: tex-tugboat +Requires: tex-tugboat-plain +Requires: tex-tui +Requires: tex-uaclasses +Requires: tex-uadocs +Requires: tex-uafthesis +Requires: tex-ucdavisthesis +Requires: tex-ucthesis +Requires: tex-uestcthesis +Requires: tex-uiucredborder +Requires: tex-uiucthesis +Requires: tex-ulthese +Requires: tex-umthesis +Requires: tex-umich-thesis +Requires: tex-unamthesis +Requires: tex-ut-thesis +Requires: tex-uothesis +Requires: tex-uowthesis +Requires: tex-uspatent +Requires: tex-uwthesis +Requires: tex-vancouver +Requires: tex-xcookybooky +Requires: tex-york-thesis + +%description collection-publishers +collection-publishers package + +%package IEEEconf +Provides: tex-IEEEconf = %{tl_version} +License: LPPL +Summary: Macros for IEEE conference proceedings +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(mathptmx.sty) +Requires: tex(helvet.sty) +Requires: tex(courier.sty) +Requires: tex(array.sty) +Requires: tex(titlesec.sty) +Provides: tex(IEEEconf.cls) = %{tl_version} + +%description IEEEconf +The IEEEconf class implements the formatting dictated by the +IEEE Computer Society Press for conference proceedings. + +date: 2009-04-06 20:17:45 +0200 + +%post IEEEconf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun IEEEconf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans IEEEconf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package IEEEconf-doc +Summary: Documentation for IEEEconf +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-IEEEconf-doc +BuildArch: noarch +AutoReqProv: No + +%description IEEEconf-doc +Documentation for IEEEconf + +%package IEEEtran +Provides: tex-IEEEtran = %{tl_version} +License: LPPL +Summary: Document class for IEEE Transactions journals and conferences +Version: svn28697.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(IEEEtran.cls) = %{tl_version} +Provides: tex(IEEEtrantools.sty) = %{tl_version} +Provides: tetex-IEEEtran = %{tl_version} +Obsoletes: tetex-IEEEtran < %{tl_version} + +%description IEEEtran +The class and its BibTeX style enable authors to produce +officially-correct output for the Institute of Electrical and +Electronics Engineers (IEEE) transactions, journals and +conferences. + +date: 2013-01-02 11:09:21 +0100 + +%post IEEEtran +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun IEEEtran +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans IEEEtran +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package IEEEtran-doc +Summary: Documentation for IEEEtran +Version: svn28697.1.8 +Release: %{tl_noarch_release} +Provides: tex-IEEEtran-doc +BuildArch: noarch +AutoReqProv: No + +%description IEEEtran-doc +Documentation for IEEEtran + +%package chem-journal +Provides: tex-chem-journal = %{tl_version} +License: GPL+ +Summary: Various BibTeX formats for journals in Chemistry +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description chem-journal +Various BibTeX formats for journals in Chemistry, including +Reviews in Computational Chemistry, Journal of Physical +Chemistry, Journal of Computational Chemistry, and Physical +Chemistry Chemical Physics. + +date: 2007-01-01 10:31:54 +0100 + +%post chem-journal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chem-journal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chem-journal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package confproc +Provides: tex-confproc = %{tl_version} +License: LPPL +Summary: A set of tools for generating conference proceedings +Version: svn29349.0.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(kvoptions-patch.sty) +Requires: tex(xifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(pdfpages.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(tocbibind.sty) +Requires: tex(titletoc.sty) +Requires: tex(multitoc.sty) +Requires: tex(index.sty) +Requires: tex(multicol.sty) +Requires: tex(sectsty.sty) +Requires: tex(color.sty) +Requires: tex(hyperref.sty) +Requires: tex(bookmark.sty) +Provides: tex(confproc.cfg) = %{tl_version} +Provides: tex(confproc.cls) = %{tl_version} +Provides: tex(newapave.sty) = %{tl_version} + +%description confproc +The confproc collection comprises a class, a BibTeX style, and +some scripts for generating conference proceedings. It derives +from LaTeX scripts written for the DAFx-06 conference +proceedings, largely based on the pdfpages package for +including the proceedings papers and the hyperref package for +creating a proper table of contents, bookmarks and general +bibliography back-references. Confproc also uses many other +packages for fine tuning of the table of contents, bibliography +and index of authors. The added value of the class resides in +its time-saving aspects when designing conference proceedings. + +date: 2012-06-27 14:08:30 +0200 + +%post confproc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun confproc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans confproc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package confproc-doc +Summary: Documentation for confproc +Version: svn29349.0.8 +Release: %{tl_noarch_release} +Provides: tex-confproc-doc +BuildArch: noarch +AutoReqProv: No + +%description confproc-doc +Documentation for confproc + +%package ebook +Provides: tex-ebook = %{tl_version} +License: LPPL +Summary: ebook package +Version: svn29466.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ebook.sty) = %{tl_version} + +%description ebook +ebook package + +%post ebook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ebook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ebook-doc +Summary: Documentation for ebook +Version: svn29466.0 +Release: %{tl_noarch_release} +Provides: tex-ebook-doc +BuildArch: noarch +AutoReqProv: No + +%description ebook-doc +Documentation for ebook + +%package ebsthesis +Provides: tex-ebsthesis = %{tl_version} +License: LPPL +Summary: Typesetting theses for economics +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(setspace.sty) +Requires: tex(rotfloat.sty) +Requires: tex(caption.sty) +Requires: tex(ragged2e.sty) +Requires: tex(footmisc.sty) +Requires: tex(remreset.sty) +Requires: tex(titlesec.sty) +Requires: tex(calc.sty) +Requires: tex(titletoc.sty) +Requires: tex(array.sty) +Requires: tex(tocbibind.sty) +Requires: tex(nomencl.sty) +Requires: tex(mdwlist.sty) +Requires: tex(acronym.sty) +Requires: tex(amsmath.sty) +Requires: tex(onlyamsmath.sty) +Requires: tex(comment.sty) +Requires: tex(amssymb.sty) +Requires: tex(dsfont.sty) +Requires: tex(ifthen.sty) +Requires: tex(amsthm.sty) +Provides: tex(ebsthesis.cls) = %{tl_version} + +%description ebsthesis +The ebsthesis class and ebstools package facilitate the +production of camera-ready manuscripts in conformance with the +guidelines of Gabler Verlag and typographical rules established +by the European Business School. + +date: 2007-01-07 11:02:17 +0100 + +%post ebsthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ebsthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebsthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ebsthesis-doc +Summary: Documentation for ebsthesis +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-ebsthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description ebsthesis-doc +Documentation for ebsthesis + +%package ejpecp +Provides: tex-ejpecp = %{tl_version} +License: LPPL 1.2 +Summary: Class for EJP and ECP +Version: svn28535.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(lastpage.sty) +Requires: tex(latexsym.sty) +Requires: tex(dsfont.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsthm.sty) +Requires: tex(geometry.sty) +Requires: tex(bera.sty) +Requires: tex(hyperref.sty) +Provides: tex(ejpecp.cls) = %{tl_version} + +%description ejpecp +The class is designed for typesetting articles for the +mathematical research periodicals Electronic Journal of +Probability (EJP) and Electronic Communications in Probability +(ECP). + +date: 2012-12-13 10:43:21 +0100 + +%post ejpecp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ejpecp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ejpecp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ejpecp-doc +Summary: Documentation for ejpecp +Version: svn28535.1.0 +Release: %{tl_noarch_release} +Provides: tex-ejpecp-doc +BuildArch: noarch +AutoReqProv: No + +%description ejpecp-doc +Documentation for ejpecp + +%package elbioimp +Provides: tex-elbioimp = %{tl_version} +License: LPPL +Summary: A LaTeX document class for the Journal of Electrical Bioimpedance +Version: svn21758.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(url.sty) +Requires: tex(geometry.sty) +Requires: tex(mathptmx.sty) +Requires: tex(type1cm.sty) +Requires: tex(type1ec.sty) +Requires: tex(caption.sty) +Provides: tex(elbioimp.cls) = %{tl_version} + +%description elbioimp +A new document class for writing articles to the Journal of +Electrical Bioimpedance. + +date: 2011-03-18 18:22:40 +0100 + +%post elbioimp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elbioimp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elbioimp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elbioimp-doc +Summary: Documentation for elbioimp +Version: svn21758.1.2 +Release: %{tl_noarch_release} +Provides: tex-elbioimp-doc +BuildArch: noarch +AutoReqProv: No + +%description elbioimp-doc +Documentation for elbioimp + +%package elsarticle +Provides: tex-elsarticle = %{tl_version} +License: LPPL 1.2 +Summary: Class for articles for submission to Elsevier journals +Version: svn15878.1.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(txfonts.sty) +Requires: tex(times.sty) +Requires: tex(graphicx.sty) +Requires: tex(pifont.sty) +Requires: tex(natbib.sty) +Requires: tex(geometry.sty) +Provides: tex(elsarticle.cls) = %{tl_version} + +%description elsarticle +The class is for typeset journal articles, is accepted for +submitted articles, both in Elsevier's electronic submission +system and elsewhere. It replaces the 10-year-old class elsart. + +date: 2009-09-18 14:01:48 +0200 + +%post elsarticle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elsarticle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elsarticle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elsarticle-doc +Summary: Documentation for elsarticle +Version: svn15878.1.20 +Release: %{tl_noarch_release} +Provides: tex-elsarticle-doc +BuildArch: noarch +AutoReqProv: No + +%description elsarticle-doc +Documentation for elsarticle + +%package elteikthesis +Provides: tex-elteikthesis = %{tl_version} +License: LPPL 1.2 +Summary: Thesis class for ELTE University Informatics wing +Version: svn22513.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(geometry.sty) +Requires: tex(setspace.sty) +Provides: tex(elteikthesis.cls) = %{tl_version} + +%description elteikthesis +This is not an official University class, and has not been +approved by the University. + +date: 2011-05-17 17:52:56 +0200 + +%post elteikthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun elteikthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elteikthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package elteikthesis-doc +Summary: Documentation for elteikthesis +Version: svn22513.1.2 +Release: %{tl_noarch_release} +Provides: tex-elteikthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description elteikthesis-doc +Documentation for elteikthesis + +%package erdc +Provides: tex-erdc = %{tl_version} +License: LPPL +Summary: Style for Reports by US Army Corps of Engineers +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(caption.sty) +Requires: tex(longtable.sty) +Requires: tex(dcolumn.sty) +Requires: tex(natbib.sty) +Requires: tex(amsmath.sty) +Requires: tex(ragged2e.sty) +Requires: tex(geometry.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(erdc.cls) = %{tl_version} + +%description erdc +A class for typesetting Technical Information Reports of the +Engineer Research and Development Center, US Army Corps of +Engineers. The class was commissioned and paid for by US Army +Corps of Engineers, Engineer Research and Development Center, +3909 Halls Ferry Road, Vicksburg, MS 39180-6199. + +date: 2009-11-09 22:14:03 +0100 + +%post erdc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun erdc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans erdc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package erdc-doc +Summary: Documentation for erdc +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-erdc-doc +BuildArch: noarch +AutoReqProv: No + +%description erdc-doc +Documentation for erdc + +%package estcpmm +Provides: tex-estcpmm = %{tl_version} +License: LPPL +Summary: Style for Munitions Management Project Reports +Version: svn17335.0.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(caption.sty) +Requires: tex(geometry.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(estcpmm.cls) = %{tl_version} + +%description estcpmm +Provides a class which supports typesetting Cost and +Performance Reports and Final Reports for Munitions Management +Reports, US Environmental Security Technology Certification +Program. The class was commissioned and paid for by US Army +Corps of Engineers, Engineer Research and Development Center, +3909 Halls Ferry Road, Vicksburg, MS 39180-6199. + +date: 2010-03-04 23:40:34 +0100 + +%post estcpmm +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun estcpmm +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans estcpmm +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package estcpmm-doc +Summary: Documentation for estcpmm +Version: svn17335.0.4 +Release: %{tl_noarch_release} +Provides: tex-estcpmm-doc +BuildArch: noarch +AutoReqProv: No + +%description estcpmm-doc +Documentation for estcpmm + +%package fbithesis +Provides: tex-fbithesis = %{tl_version} +License: LPPL +Summary: Computer Science thesis class for University of Dortmund +Version: svn21340.1.2m +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Provides: tex(fbithesis.cfg) = %{tl_version} +Provides: tex(fbithesis.cls) = %{tl_version} + +%description fbithesis +At the department of computer science at the University of +Dortmund there are cardboard cover pages for research or +internal reports like master/phd-theses. The main function of +this LaTeX2e document-class is a replacement for the \maketitle +command to typeset a title page that is adjusted to these cover +pages. + +date: 2011-02-07 09:47:54 +0100 + +%post fbithesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fbithesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fbithesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fbithesis-doc +Summary: Documentation for fbithesis +Version: svn21340.1.2m +Release: %{tl_noarch_release} +Provides: tex-fbithesis-doc +BuildArch: noarch +AutoReqProv: No + +%description fbithesis-doc +Documentation for fbithesis + +%package fcltxdoc +Provides: tex-fcltxdoc = %{tl_version} +License: LPPL 1.3 +Summary: Macros for use in the author's documentation +Version: svn24500.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(filehook.sty) +Requires: tex(ltxnew.sty) +Requires: tex(etexcmds.sty) +Requires: tex(ltxcmds.sty) +Requires: tex(etoolbox.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amsopn.sty) +Requires: tex(amssymb.sty) +Requires: tex(xspace.sty) +Requires: tex(fontenc.sty) +Requires: tex(hologo.sty) +Requires: tex(graphicx.sty) +Requires: tex(grffile.sty) +Requires: tex(needspace.sty) +Requires: tex(moresize.sty) +Requires: tex(manfnt.sty) +Requires: tex(bbding.sty) +Requires: tex(eurosym.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(lastpage.sty) +Requires: tex(marginnote.sty) +Requires: tex(framed.sty) +Requires: tex(ulem.sty) +Requires: tex(nccfoots.sty) +Requires: tex(nccstretch.sty) +Requires: tex(linegoal.sty) +Requires: tex(array.sty) +Requires: tex(delarray.sty) +Requires: tex(makecell.sty) +Requires: tex(booktabs.sty) +Requires: tex(embedfile.sty) +Requires: tex(interfaces.sty) +Requires: tex(relsize.sty) +Requires: tex(titlesec.sty) +Requires: tex(tocloft.sty) +Requires: tex(hypdoc.sty) +Requires: tex(hyperref.sty) +Requires: tex(pdftexcmds.sty) +Requires: tex(enumitem.sty) +Requires: tex(bookmark.sty) +Requires: tex(hypbmsec.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(listings.sty) +Requires: tex(xcolor.sty) +Provides: tex(fcltxdoc.sty) = %{tl_version} + +%description fcltxdoc +The package is not advertised for public use, but is necessary +for the support of others of the author's packages (which are +compiled under the ltxdoc class). + +date: 2011-11-03 08:30:49 +0100 + +%post fcltxdoc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fcltxdoc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fcltxdoc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fcltxdoc-doc +Summary: Documentation for fcltxdoc +Version: svn24500.1.0 +Release: %{tl_noarch_release} +Provides: tex-fcltxdoc-doc +BuildArch: noarch +AutoReqProv: No + +%description fcltxdoc-doc +Documentation for fcltxdoc + +%package gaceta +Provides: tex-gaceta = %{tl_version} +License: LPPL +Summary: A class to typeset La Gaceta de la RSME +Version: svn15878.1.06 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(babel.sty) +Requires: tex(graphicx.sty) +Requires: tex(url.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsthm.sty) +Requires: tex(amssymb.sty) +Provides: tex(gaceta.cls) = %{tl_version} + +%description gaceta +The class will typeset papers for <<La Gaceta de la Real +Sociedad Matematica Espanola>>. + +date: 2008-08-19 21:00:04 +0200 + +%post gaceta +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gaceta +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gaceta +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gaceta-doc +Summary: Documentation for gaceta +Version: svn15878.1.06 +Release: %{tl_noarch_release} +Provides: tex-gaceta-doc +BuildArch: noarch +AutoReqProv: No + +%description gaceta-doc +Documentation for gaceta + +%package gatech-thesis +Provides: tex-gatech-thesis = %{tl_version} +License: GPL+ +Summary: Georgia Institute of Technology thesis class +Version: svn19886.1.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(gloss.sty) +Requires: tex(index.sty) +Requires: tex(multicol.sty) +Requires: tex(calc.sty) +Provides: tex(gatech-thesis-gloss.sty) = %{tl_version} +Provides: tex(gatech-thesis-index.sty) = %{tl_version} +Provides: tex(gatech-thesis-losa.sty) = %{tl_version} +Provides: tex(gatech-thesis-patch.sty) = %{tl_version} +Provides: tex(gatech-thesis.cls) = %{tl_version} + +%description gatech-thesis +The output generated by using this class has been approved by +the Georgia Tech Office of Graduate Studies. It satisfies their +undocumented moving-target requirements in additional to the +actual documented requirements of the June 2002 Georgia Tech +Thesis Style Manual, as amended up to 2010. + +date: 2010-07-26 16:46:28 +0200 + +%post gatech-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gatech-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gatech-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gatech-thesis-doc +Summary: Documentation for gatech-thesis +Version: svn19886.1.8 +Release: %{tl_noarch_release} +Provides: tex-gatech-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description gatech-thesis-doc +Documentation for gatech-thesis + +%package har2nat +Provides: tex-har2nat = %{tl_version} +License: LPPL +Summary: Replace the harvard package with natbib +Version: svn17356.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(suffix.sty) +Requires: tex(natbib.sty) +Provides: tex(har2nat.sty) = %{tl_version} + +%description har2nat +This small package allows a LaTeX document containing the +citation commands provided by the Harvard package to be +compiled using the natbib package. Migration from harvard to +natbib thus can be achieved simply by replacing +\usepackage{harvard} with \usepackage{natbib} +\usepackage{har2nat} It is important that har2nat be loaded +after natbib, since it modifies natbib commands. + +date: 2010-03-06 16:54:30 +0100 + +%post har2nat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun har2nat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans har2nat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package har2nat-doc +Summary: Documentation for har2nat +Version: svn17356.1.0 +Release: %{tl_noarch_release} +Provides: tex-har2nat-doc +BuildArch: noarch +AutoReqProv: No + +%description har2nat-doc +Documentation for har2nat + +%package hobete +Provides: tex-hobete = %{tl_version} +License: LPPL +Summary: Unofficial beamer theme for the University of Hohenheim +Version: svn27036.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xfrac.sty) +Requires: tex(xparse.sty) +Requires: tex(tikz.sty) +Provides: tex(beamercolorthemehohenheim.sty) = %{tl_version} +Provides: tex(beamerouterthemehohenheim.sty) = %{tl_version} +Provides: tex(beamerouterthemehohenheimposter.sty) = %{tl_version} +Provides: tex(beamerthemehohenheim.sty) = %{tl_version} +Provides: tex(hobete.sty) = %{tl_version} + +%description hobete +The package provides a beamer theme which features the Ci +colors of the University of Hohenheim. Please note that this is +not an official Theme, and that there will be no support for +it, from the University. Furthermore there is NO relationship +between the University and this theme. + +date: 2012-06-26 15:55:21 +0200 + +%post hobete +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hobete +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hobete +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hobete-doc +Summary: Documentation for hobete +Version: svn27036.0 +Release: %{tl_noarch_release} +Provides: tex-hobete-doc +BuildArch: noarch +AutoReqProv: No + +%description hobete-doc +Documentation for hobete + +%package icsv +Provides: tex-icsv = %{tl_version} +License: LPPL +Summary: Class for typesetting articles for the ICSV conference +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(array.sty) +Requires: tex(bm.sty) +Requires: tex(calc.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(fixltx2e.sty) +Requires: tex(fix-cm.sty) +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifthen.sty) +Requires: tex(caption.sty) +Requires: tex(helvet.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Provides: tex(icsv.cls) = %{tl_version} + +%description icsv +This is an ad-hoc class for typesetting articles for the ICSV +conference, based on the earler active-conf by the same author. + +date: 2008-05-21 23:07:53 +0200 + +%post icsv +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun icsv +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans icsv +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package icsv-doc +Summary: Documentation for icsv +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-icsv-doc +BuildArch: noarch +AutoReqProv: No + +%description icsv-doc +Documentation for icsv + +%package ieeepes +Provides: tex-ieeepes = %{tl_version} +License: LPPL +Summary: IEEE Power Engineering Society Transactions +Version: svn17359.4.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(vmargin.sty) +Requires: tex(graphicx.sty) +Requires: tex(times.sty) +Requires: tex(mathptm.sty) +Provides: tex(ieeepes.sty) = %{tl_version} + +%description ieeepes +Supports typesetting of transactions, as well as discussions +and closures, for the IEEE Power Engineering Society +Transactions journals. + +date: 2010-03-06 17:23:09 +0100 + +%post ieeepes +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ieeepes +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ieeepes +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ieeepes-doc +Summary: Documentation for ieeepes +Version: svn17359.4.0 +Release: %{tl_noarch_release} +Provides: tex-ieeepes-doc +BuildArch: noarch +AutoReqProv: No + +%description ieeepes-doc +Documentation for ieeepes + +%package ijmart +Provides: tex-ijmart = %{tl_version} +License: LPPL +Summary: LaTeX Class for the Israel Journal of Mathematics +Version: svn20276.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(lastpage.sty) +Provides: tex(ijmart.cls) = %{tl_version} + +%description 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: 2010-10-30 13:33:19 +0200 + +%post ijmart +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ijmart +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ijmart +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ijmart-doc +Summary: Documentation for ijmart +Version: svn20276.1.6 +Release: %{tl_noarch_release} +Provides: tex-ijmart-doc +BuildArch: noarch +AutoReqProv: No + +%description ijmart-doc +Documentation for ijmart + +%package imac +Provides: tex-imac = %{tl_version} +License: GPL+ +Summary: International Modal Analysis Conference format +Version: svn17347.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(imac.sty) = %{tl_version} + +%description 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: 2010-03-06 17:30:22 +0100 + +%post imac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun imac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package imac-doc +Summary: Documentation for imac +Version: svn17347.0 +Release: %{tl_noarch_release} +Provides: tex-imac-doc +BuildArch: noarch +AutoReqProv: No + +%description imac-doc +Documentation for imac + +%package imtekda +Provides: tex-imtekda = %{tl_version} +License: LPPL +Summary: IMTEK thesis class +Version: svn17667.1.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(calc.sty) +Requires: tex(textpos.sty) +Provides: tex(IMTEKda.cls) = %{tl_version} + +%description 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: 2010-04-03 16:55:02 +0200 + +%post imtekda +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun imtekda +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imtekda +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package imtekda-doc +Summary: Documentation for imtekda +Version: svn17667.1.7 +Release: %{tl_noarch_release} +Provides: tex-imtekda-doc +BuildArch: noarch +AutoReqProv: No + +%description imtekda-doc +Documentation for imtekda + +%package jmlr +Provides: tex-jmlr = %{tl_version} +License: LPPL +Summary: Class files for the Journal of Machine Learning Research +Version: svn26759.1.17 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(natbib.sty) +Requires: tex(graphicx.sty) +Requires: tex(url.sty) +Requires: tex(xcolor.sty) +Requires: tex(algorithm2e.sty) +Requires: tex(setspace.sty) +Requires: tex(fink.sty) +Requires: tex(xmpincl.sty) +Requires: tex(hyperref.sty) +Requires: tex(combnat.sty) +Provides: tex(jmlr.cls) = %{tl_version} +Provides: tex(jmlrbook.cls) = %{tl_version} + +%description 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: 2012-05-30 16:45:26 +0200 + +%post jmlr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jmlr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jmlr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jmlr-doc +Summary: Documentation for jmlr +Version: svn26759.1.17 +Release: %{tl_noarch_release} +Provides: tex-jmlr-doc +BuildArch: noarch +AutoReqProv: No + +%description jmlr-doc +Documentation for jmlr + +%package jpsj +Provides: tex-jpsj = %{tl_version} +License: LPPL +Summary: Document Class for Journal of the Physical Society of Japan +Version: svn15878.1.2.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(graphicx.sty) +Requires: tex(overcite.sty) +Provides: tex(jpsj2.cls) = %{tl_version} + +%description jpsj +jpsj package + +date: 2007-03-14 08:57:39 +0100 + +%post jpsj +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun jpsj +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jpsj +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package jpsj-doc +Summary: Documentation for jpsj +Version: svn15878.1.2.2 +Release: %{tl_noarch_release} +Provides: tex-jpsj-doc +BuildArch: noarch +AutoReqProv: No + +%description jpsj-doc +Documentation for jpsj + +%package kdgdocs +Provides: tex-kdgdocs = %{tl_version} +License: LPPL 1.3 +Summary: Document classes for Karel de Grote University College +Version: svn24498.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(ifxetex.sty) +Requires: tex(cmbright.sty) +Requires: tex(fontspec.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(eso-pic.sty) +Requires: tex(color.sty) +Requires: tex(tikz.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(hyperref.sty) +Provides: tex(kdgcoursetext.cls) = %{tl_version} +Provides: tex(kdgmasterthesis.cls) = %{tl_version} + +%description 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: 2011-11-03 00:18:47 +0100 + +%post kdgdocs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kdgdocs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kdgdocs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kdgdocs-doc +Summary: Documentation for kdgdocs +Version: svn24498.1.0 +Release: %{tl_noarch_release} +Provides: tex-kdgdocs-doc +BuildArch: noarch +AutoReqProv: No + +%description kdgdocs-doc +Documentation for kdgdocs + +%package kluwer +Provides: tex-kluwer = %{tl_version} +License: LPPL +Summary: kluwer package +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amssymb.sty) +Requires: tex(wasysym.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(mathptm.sty) +Provides: tex(klu10.clo) = %{tl_version} +Provides: tex(klu105.clo) = %{tl_version} +Provides: tex(klu11.clo) = %{tl_version} +Provides: tex(klu12.clo) = %{tl_version} +Provides: tex(klu9.clo) = %{tl_version} +Provides: tex(klucite.sty) = %{tl_version} +Provides: tex(kluedit.sty) = %{tl_version} +Provides: tex(klufloa.sty) = %{tl_version} +Provides: tex(klulist.sty) = %{tl_version} +Provides: tex(klumac.sty) = %{tl_version} +Provides: tex(klumath.sty) = %{tl_version} +Provides: tex(klumono.sty) = %{tl_version} +Provides: tex(klunote.sty) = %{tl_version} +Provides: tex(kluopen.sty) = %{tl_version} +Provides: tex(klups.sty) = %{tl_version} +Provides: tex(kluref.sty) = %{tl_version} +Provides: tex(klusec.sty) = %{tl_version} +Provides: tex(klut10.clo) = %{tl_version} +Provides: tex(klut11.clo) = %{tl_version} +Provides: tex(klut12.clo) = %{tl_version} +Provides: tex(klut9.clo) = %{tl_version} +Provides: tex(klutab.sty) = %{tl_version} +Provides: tex(kluwer.cls) = %{tl_version} + +%description kluwer +kluwer package + +%post kluwer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kluwer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kluwer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kluwer-doc +Summary: Documentation for kluwer +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-kluwer-doc +BuildArch: noarch +AutoReqProv: No + +%description kluwer-doc +Documentation for kluwer + +%package lps +Provides: tex-lps = %{tl_version} +License: LPPL +Summary: Class for "Logic and Philosophy of Science" +Version: svn21322.0.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mathptmx.sty) +Requires: tex(geometry.sty) +Requires: tex(titlesec.sty) +Requires: tex(titletoc.sty) +Requires: tex(lastpage.sty) +Requires: tex(caption.sty) +Provides: tex(lps.cls) = %{tl_version} + +%description lps +The 'Logic and Philosophy of Science' journal is an online +publication of the University of Trieste (Italy). The class +builds on the standard article class to offer a format that +LaTeX authors may use when submitting to the journal. + +date: 2011-02-03 16:11:01 +0100 + +%post lps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun lps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package lps-doc +Summary: Documentation for lps +Version: svn21322.0.7 +Release: %{tl_noarch_release} +Provides: tex-lps-doc +BuildArch: noarch +AutoReqProv: No + +%description lps-doc +Documentation for lps + +%package matc3 +Provides: tex-matc3 = %{tl_version} +License: LPPL 1.3 +Summary: Commands for MatematicaC3 textbooks +Version: svn29845.1.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(matc3.sty) = %{tl_version} + +%description matc3 +The package provides support for the Matematica C3 project to +produce free mathematical text books for use in Italian high +schools. + +date: 2013-04-09 15:55:17 +0200 + +%post matc3 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun matc3 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans matc3 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package matc3-doc +Summary: Documentation for matc3 +Version: svn29845.1.0.1 +Release: %{tl_noarch_release} +Provides: tex-matc3-doc +BuildArch: noarch +AutoReqProv: No + +%description matc3-doc +Documentation for matc3 + +%package matc3mem +Provides: tex-matc3mem = %{tl_version} +License: LPPL 1.3 +Summary: Class for MatematicaC3 textbooks +Version: svn29894.1.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsthm.sty) +Requires: tex(xcolor.sty) +Requires: tex(shadethm.sty) +Provides: tex(matc3mem.cls) = %{tl_version} + +%description matc3mem +The class is a development of memoir, with additions +(specifically, mathematical extensions) that provide support +for writing the books for the Matematica C3 project to produce +free mathematical textbooks for use in Italian high schools. + +date: 2013-04-14 10:19:50 +0200 + +%post matc3mem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun matc3mem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans matc3mem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package matc3mem-doc +Summary: Documentation for matc3mem +Version: svn29894.1.0.2 +Release: %{tl_noarch_release} +Provides: tex-matc3mem-doc +BuildArch: noarch +AutoReqProv: No + +%description matc3mem-doc +Documentation for matc3mem + +%package mentis +Provides: tex-mentis = %{tl_version} +License: LPPL +Summary: A basis for books to be published by Mentis publishers +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(xspace.sty) +Requires: tex(textcomp.sty) +Requires: tex(scrpage2.sty) +Requires: tex(jurabib.sty) +Requires: tex(makeidx.sty) +Requires: tex(relsize.sty) +Requires: tex(microtype.sty) +Requires: tex(multicol.sty) +Requires: tex(ragged2e.sty) +Requires: tex(geometry.sty) +Provides: tex(mentis.cls) = %{tl_version} + +%description mentis +This LaTeX class loads scrbook and provides changes necessary +for publishing at Mentis publishers in Paderborn, Germany. It +is not an official Mentis class, merely one developed by an +author in close co-operation with Mentis. + +date: 2007-01-09 22:36:10 +0100 + +%post mentis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mentis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mentis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mentis-doc +Summary: Documentation for mentis +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-mentis-doc +BuildArch: noarch +AutoReqProv: No + +%description mentis-doc +Documentation for mentis + +%package msu-thesis +Provides: tex-msu-thesis = %{tl_version} +License: LPPL 1.3 +Summary: Class for Michigan State University Master's and PhD theses +Version: svn28422.2.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(pdflscape.sty) +Requires: tex(tikz.sty) +Provides: tex(gb4e-compat.tex) = %{tl_version} +Provides: tex(msu-thesis.cls) = %{tl_version} + +%description msu-thesis +This is a class file for producing dissertations and theses +according to the Michigan State University Graduate School +Guidelines for Electronic Submission of Master's Theses and +Dissertations (2010). The class is based on the memoir document +class, and thefore inherits all of the functionality of that +class. + +date: 2012-12-02 13:05:20 +0100 + +%post msu-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun msu-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msu-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package msu-thesis-doc +Summary: Documentation for msu-thesis +Version: svn28422.2.3 +Release: %{tl_noarch_release} +Provides: tex-msu-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description msu-thesis-doc +Documentation for msu-thesis + +%package musuos +Provides: tex-musuos = %{tl_version} +License: LPPL +Summary: Typeset papers for the department of music, Osnabruck +Version: svn24857.1.1c +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(environ.sty) +Requires: tex(etoolbox.sty) +Requires: tex(geometry.sty) +Requires: tex(titletoc.sty) +Requires: tex(csquotes.sty) +Requires: tex(xspace.sty) +Requires: tex(verse.sty) +Provides: tex(musuos.cls) = %{tl_version} + +%description musuos +The package provides a LaTeX class for typesetting term papers +at the institute of music and musicology of the University of +Osnabruck, Germany, according to the specifications of Prof. +Stefan Hahnheide. A biblatex style is provided. + +date: 2011-12-07 16:44:29 +0100 + +%post musuos +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun musuos +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musuos +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package musuos-doc +Summary: Documentation for musuos +Version: svn24857.1.1c +Release: %{tl_noarch_release} +Provides: tex-musuos-doc +BuildArch: noarch +AutoReqProv: No + +%description musuos-doc +Documentation for musuos + +%package muthesis +Provides: tex-muthesis = %{tl_version} +License: LPPL +Summary: Classes for University of Manchester Dept of Computer Science +Version: svn23861.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Provides: tex(muthesis.cls) = %{tl_version} +Provides: tex(third-rep.cls) = %{tl_version} + +%description muthesis +The bundle provides thesis and project report document classes +from the University of Manchester's Department of Computer +Science. + +date: 2011-08-26 08:26:07 +0200 + +%post muthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun muthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans muthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package muthesis-doc +Summary: Documentation for muthesis +Version: svn23861.0 +Release: %{tl_noarch_release} +Provides: tex-muthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description muthesis-doc +Documentation for muthesis + +%package nddiss +Provides: tex-nddiss = %{tl_version} +License: LPPL +Summary: Notre Dame Dissertation format class +Version: svn29349.3.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(exscale.sty) +Requires: tex(ifpdf.sty) +Requires: tex(longtable.sty) +Requires: tex(xspace.sty) +Requires: tex(indentfirst.sty) +Requires: tex(tabularx.sty) +Requires: tex(enumerate.sty) +Requires: tex(latexsym.sty) +Requires: tex(showkeys.sty) +Requires: tex(epsfig.sty) +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Requires: tex(natbib.sty) +Requires: tex(hypernat.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(float.sty) +Requires: tex(lscape.sty) +Requires: tex(booktabs.sty) +Requires: tex(rotating.sty) +Requires: tex(url.sty) +Requires: tex(setspace.sty) +Provides: tex(nddiss2e.cls) = %{tl_version} + +%description nddiss +This class file conforms to the requirements of the Graduate +School of the University of Notre Dame; with it a user can +format a thesis or dissertation in LaTeX. + +date: 2012-07-17 16:43:33 +0200 + +%post nddiss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nddiss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nddiss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nddiss-doc +Summary: Documentation for nddiss +Version: svn29349.3.0 +Release: %{tl_noarch_release} +Provides: tex-nddiss-doc +BuildArch: noarch +AutoReqProv: No + +%description nddiss-doc +Documentation for nddiss + +%package nih +Provides: tex-nih = %{tl_version} +License: LPPL +Summary: A class for NIH grant applications +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(helvet.sty) +Requires: tex(geometry.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(amsmath.sty) +Provides: tex(denselists.sty) = %{tl_version} +Provides: tex(nih.cls) = %{tl_version} + +%description nih +The nih class offers support for grant applications to NIH, the +National Institutes of Health, a US government agency. The +example-* files provide a template for using nih.cls and +submitting the biographical sketches the NIH wants. They +(potentially) use denselists package, which just reduces list +spacing; the package is distributed with the class, but is not +part of the class proper. (The examples may be distributed +without even the restrictions of the LaTeX licence.) + +date: 2007-03-10 12:31:42 +0100 + +%post nih +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nih +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nih +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nih-doc +Summary: Documentation for nih +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-nih-doc +BuildArch: noarch +AutoReqProv: No + +%description nih-doc +Documentation for nih + +%package nostarch +Provides: tex-nostarch = %{tl_version} +License: LPPL +Summary: LaTeX class for No Starch Press +Version: svn15878.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(booktabs.sty) +Requires: tex(graphicx.sty) +Requires: tex(listings.sty) +Requires: tex(caption.sty) +Requires: tex(makeidx.sty) +Requires: tex(upquote.sty) +Requires: tex(ragged2e.sty) +Requires: tex(hyperref.sty) +Provides: tex(nostarch.cls) = %{tl_version} +Provides: tex(nshyper.sty) = %{tl_version} + +%description nostarch +The package provides the "official" LaTeX style for No Starch +Press. Provided are a a class, a package for interfacing to +hyperref and an index style file. The style serves both for +printed and for electronic books. + +date: 2008-08-22 17:15:44 +0200 + +%post nostarch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nostarch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nostarch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nostarch-doc +Summary: Documentation for nostarch +Version: svn15878.1.3 +Release: %{tl_noarch_release} +Provides: tex-nostarch-doc +BuildArch: noarch +AutoReqProv: No + +%description nostarch-doc +Documentation for nostarch + +%package nrc +Provides: tex-nrc = %{tl_version} +License: LPPL +Summary: Class for the NRC technical journals +Version: svn29027.2.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(multicol.sty) +Provides: tex(nrc1.cls) = %{tl_version} +Provides: tex(nrc1.sty) = %{tl_version} +Provides: tex(nrc2.cls) = %{tl_version} +Provides: tex(nrc2.sty) = %{tl_version} + +%description nrc +Macros, and some documentation, for typesetting papers for +submission to journals published by the National Research +Council Research Press. At present, only nrc2.cls (for two- +column layout) should be used. + +date: 2012-11-05 18:31:34 +0100 + +%post nrc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nrc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nrc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nrc-doc +Summary: Documentation for nrc +Version: svn29027.2.01 +Release: %{tl_noarch_release} +Provides: tex-nrc-doc +BuildArch: noarch +AutoReqProv: No + +%description nrc-doc +Documentation for nrc + +%package onrannual +Provides: tex-onrannual = %{tl_version} +License: LPPL 1.3 +Summary: Class for Office of Naval Research Ocean Battlespace Sensing annual report +Version: svn17474.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mathptmx.sty) +Requires: tex(geometry.sty) +Requires: tex(authblk.sty) +Requires: tex(parskip.sty) +Requires: tex(caption.sty) +Requires: tex(hyperref.sty) +Provides: tex(onrannual.cls) = %{tl_version} + +%description onrannual +This is an unofficial document class for writing ONR annual +reports using LaTeX; as ONR has had numerous problems with +LaTeX-generated PDF submissions in the past. A skeleton +document (and its PDF output) are included. + +date: 2010-03-20 01:12:30 +0100 + +%post onrannual +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun onrannual +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans onrannual +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package onrannual-doc +Summary: Documentation for onrannual +Version: svn17474.1.1 +Release: %{tl_noarch_release} +Provides: tex-onrannual-doc +BuildArch: noarch +AutoReqProv: No + +%description onrannual-doc +Documentation for onrannual + +%package opteng +Provides: tex-opteng = %{tl_version} +License: LPPL +Summary: SPIE Optical Engineering and OE Letters manuscript template +Version: svn27331.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(opteng.sty) = %{tl_version} + +%description opteng +With this template, and associated style and LaTeX packages, it +is possible to estimate the page length of manuscripts for +submission to the SPIE journals 'Optical Engineering' and +'Optical Engineering Letters'. With a strict three-page limit, +this is particularly important for the latter. The template +gives simple instructions on how to prepare the manuscript. + +date: 2012-06-16 14:32:26 +0200 + +%post opteng +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun opteng +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans opteng +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package opteng-doc +Summary: Documentation for opteng +Version: svn27331.1.0 +Release: %{tl_noarch_release} +Provides: tex-opteng-doc +BuildArch: noarch +AutoReqProv: No + +%description opteng-doc +Documentation for opteng + +%package philosophersimprint +Provides: tex-philosophersimprint = %{tl_version} +License: LPPL +Summary: Typesetting articles for "Philosophers' Imprint" +Version: svn28845.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(color.sty) +Requires: tex(graphicx.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(mathpazo.sty) +Requires: tex(courier.sty) +Requires: tex(helvet.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(microtype.sty) +Requires: tex(trajan.sty) +Provides: tex(philosophersimprint.cls) = %{tl_version} + +%description philosophersimprint +In its mission statement we read "Philosophers' Imprint is a +refereed series of original papers in philosophy, edited by +philosophy faculty at the University of Michigan, with the +advice of an international Board of Editors, and published on +the World Wide Web by the University of Michigan Digital +Library. The mission of the Imprint is to promote a future in +which funds currently spent on journal subscriptions are +redirected to the dissemination of scholarship for free, via +the Internet". The class helps authors to typeset their own +articles in "Web-ready" format. No assumption is made about the +fonts available to the author: the class itself is restricted +to freely available and freely distributed fonts, only. + +date: 2013-01-15 09:51:57 +0100 + +%post philosophersimprint +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun philosophersimprint +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philosophersimprint +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package philosophersimprint-doc +Summary: Documentation for philosophersimprint +Version: svn28845.1.3 +Release: %{tl_noarch_release} +Provides: tex-philosophersimprint-doc +BuildArch: noarch +AutoReqProv: No + +%description philosophersimprint-doc +Documentation for philosophersimprint + +%package pkuthss +Provides: tex-pkuthss = %{tl_version} +License: Freely redistributable without restriction +Summary: LaTeX template for dissertations in Peking University +Version: svn29797.1.4rc3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(CJKspace.sty) +Requires: tex(setspace.sty) +Requires: tex(footmisc.sty) +Requires: tex(enumitem.sty) +Requires: tex(keyval.sty) +Requires: tex(graphicx.sty) +Requires: tex(geometry.sty) +Provides: tex(pkuthss-extra.sty) = %{tl_version} +Provides: tex(pkuthss-gbk.def) = %{tl_version} +Provides: tex(pkuthss-utf8.def) = %{tl_version} +Provides: tex(pkuthss.cls) = %{tl_version} + +%description pkuthss +The package provides a simple, clear and flexible LaTeX +template for dissertations in Peking University. + +date: 2013-04-08 10:17:07 +0200 + +%post pkuthss +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pkuthss +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkuthss +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pkuthss-doc +Summary: Documentation for pkuthss +Version: svn29797.1.4rc3 +Release: %{tl_noarch_release} +Provides: tex-pkuthss-doc +BuildArch: noarch +AutoReqProv: No + +%description pkuthss-doc +Documentation for pkuthss + +%package powerdot-FUBerlin +Provides: tex-powerdot-FUBerlin = %{tl_version} +License: LPPL +Summary: Powerdot, using the style of FU Berlin +Version: svn15878.0.01 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(pifont.sty) +Requires: tex(breakurl.sty) +Requires: tex(graphicx.sty) +Requires: tex(calc.sty) +Requires: tex(tabularx.sty) +Requires: tex(helvet.sty) +Requires: tex(ragged2e.sty) +Provides: tex(FUpowerdot.cls) = %{tl_version} +Provides: tex(powerdot-BerlinFU.sty) = %{tl_version} + +%description powerdot-FUBerlin +The bundle provides a powerdot-derived class and a package for +use with powerdot to provide the corporate design of the Free +University in Berlin. Users may use the class itself +(FUpowerdot) or use the package in the usual way with +\style=BerlinFU as a class option. Examples of using both the +class and the package are provided; the PDF is visually +identical, so the catalogue only lists one; the sources of the +examples do of course differ. + +date: 2009-07-30 21:57:53 +0200 + +%post powerdot-FUBerlin +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun powerdot-FUBerlin +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans powerdot-FUBerlin +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package powerdot-FUBerlin-doc +Summary: Documentation for powerdot-FUBerlin +Version: svn15878.0.01 +Release: %{tl_noarch_release} +Provides: tex-powerdot-FUBerlin-doc +BuildArch: noarch +AutoReqProv: No + +%description powerdot-FUBerlin-doc +Documentation for powerdot-FUBerlin + +%package pracjourn +Provides: tex-pracjourn = %{tl_version} +License: GPL+ +Summary: Typeset articles for PracTeX +Version: svn15878.0.4n +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(lmodern.sty) +Requires: tex(mathpazo.sty) +Requires: tex(microtype.sty) +Requires: tex(textcomp.sty) +Requires: tex(color.sty) +Requires: tex(hyperref.sty) +Requires: tex(graphicx.sty) +Provides: tex(pracjourn.cls) = %{tl_version} + +%description pracjourn +The pracjourn class is used for typesetting articles in the +PracTeX Journal. It is based on the article class with +modifications to allow for more flexible front-matter and +revision control, among other small changes. + +date: 2008-11-30 13:31:17 +0100 + +%post pracjourn +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pracjourn +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pracjourn +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pracjourn-doc +Summary: Documentation for pracjourn +Version: svn15878.0.4n +Release: %{tl_noarch_release} +Provides: tex-pracjourn-doc +BuildArch: noarch +AutoReqProv: No + +%description pracjourn-doc +Documentation for pracjourn + +%package procIAGssymp +Provides: tex-procIAGssymp = %{tl_version} +License: LPPL +Summary: Macros for IAG symposium papers +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(procIAGssymp.sty) = %{tl_version} + +%description procIAGssymp +This package provides (re-)definitions of some LaTeX commands +that can be useful for the preparation of a paper with the +style of the proceeding of symposia sponsored by the +'International Association of Geodesy (IAG)' published by +Springer-Verlag. + +date: 2007-01-06 21:10:04 +0100 + +%post procIAGssymp +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun procIAGssymp +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans procIAGssymp +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package procIAGssymp-doc +Summary: Documentation for procIAGssymp +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-procIAGssymp-doc +BuildArch: noarch +AutoReqProv: No + +%description procIAGssymp-doc +Documentation for procIAGssymp + +%package proposal +Provides: tex-proposal = %{tl_version} +License: LPPL +Summary: A class for preparing proposals +Version: svn29174.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(workaddress.sty) +Requires: tex(eurosym.sty) +Requires: tex(xspace.sty) +Requires: tex(amssymb.sty) +Requires: tex(url.sty) +Requires: tex(graphicx.sty) +Requires: tex(colortbl.sty) +Requires: tex(xcolor.sty) +Requires: tex(rotating.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(array.sty) +Requires: tex(comment.sty) +Requires: tex(tikz.sty) +Requires: tex(paralist.sty) +Requires: tex(a4wide.sty) +Requires: tex(boxedminipage.sty) +Requires: tex(helvet.sty) +Requires: tex(textcomp.sty) +Requires: tex(biblatex.sty) +Requires: tex(csquotes.sty) +Requires: tex(mdframed.sty) +Requires: tex(hyperref.sty) +Requires: tex(ed.sty) +Requires: tex(svninfo.sty) +Requires: tex(babel.sty) +Requires: tex(longtable.sty) +Requires: tex(wrapfig.sty) +Provides: tex(pdata.sty) = %{tl_version} +Provides: tex(proposal.cls) = %{tl_version} +Provides: tex(reporting.cls) = %{tl_version} +Provides: tex(reporting.sty) = %{tl_version} +Provides: tex(dfgpdata.sty) = %{tl_version} +Provides: tex(dfgproposal.cls) = %{tl_version} +Provides: tex(dfgreporting.cls) = %{tl_version} +Provides: tex(dfgreporting.sty) = %{tl_version} +Provides: tex(eupdata.sty) = %{tl_version} +Provides: tex(eudata.sty) = %{tl_version} +Provides: tex(euproposal.cls) = %{tl_version} +Provides: tex(eureporting.cls) = %{tl_version} +Provides: tex(eureporting.sty) = %{tl_version} + +%description proposal +The process of preparing a collaborative proposal, to a major +funding body, involves integration of contributions of a many +people at many sites. It is therefore an ideal application for +a text-based document preparation system such as LaTeX, in +concert with a distributed version control system such as SVN. +The proposal class itself provides a basis for such an +enterprise. The dfgproposal and dfgproposal classes provide two +specialisations of the base class for (respectively) German and +European research proposals. The packages depend on the +author's stex bundle. + +date: 2013-02-19 13:34:37 +0100 + +%post proposal +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun proposal +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proposal +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package proposal-doc +Summary: Documentation for proposal +Version: svn29174.0 +Release: %{tl_noarch_release} +Provides: tex-proposal-doc +BuildArch: noarch +AutoReqProv: No + +%description proposal-doc +Documentation for proposal + +%package ptptex +Provides: tex-ptptex = %{tl_version} +License: LPPL +Summary: Macros for 'Progress of Theoretical Physics' +Version: svn19440.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(overcite.sty) +Requires: tex(wrapfig.sty) +Provides: tex(ptp-prep.clo) = %{tl_version} +Provides: tex(ptptex.cls) = %{tl_version} +Provides: tex(wrapft.sty) = %{tl_version} + +%description ptptex +The distribution contains the class (which offers an option +file for preprints), and a template. The class requires the +cite, overcite and wrapfig packages. + +date: 2008-11-22 15:14:22 +0100 + +%post ptptex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ptptex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptptex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ptptex-doc +Summary: Documentation for ptptex +Version: svn19440.0.91 +Release: %{tl_noarch_release} +Provides: tex-ptptex-doc +BuildArch: noarch +AutoReqProv: No + +%description ptptex-doc +Documentation for ptptex + +%package psu-thesis +Provides: tex-psu-thesis = %{tl_version} +License: LPPL +Summary: Package for writing a thesis at Penn State University +Version: svn15878.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Provides: tex(psu-thesis.sty) = %{tl_version} + +%description psu-thesis +The package provides proper page formatting according to the +Penn State thesis office guidelines (as of 2004) and +automatically formats the front and back matter, title page, +and more. A BibTeX style file is also included for the +bibliography. + +date: 2008-09-20 13:36:26 +0200 + +%post psu-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun psu-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psu-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package psu-thesis-doc +Summary: Documentation for psu-thesis +Version: svn15878.1.1 +Release: %{tl_noarch_release} +Provides: tex-psu-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description psu-thesis-doc +Documentation for psu-thesis + +%package resphilosophica +Provides: tex-resphilosophica = %{tl_version} +License: LPPL 1.3 +Summary: Typeset articles for the journal Res Philosophica +Version: svn28799.1.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(microtype.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(xcolor.sty) +Requires: tex(lastpage.sty) +Requires: tex(footmisc.sty) +Requires: tex(hyperref.sty) +Requires: tex(mathdesign.sty) +Requires: tex(natbib.sty) +Provides: tex(resphilosophica.cls) = %{tl_version} + +%description resphilosophica +Th bundle provides a class for typesetting articles for the +journal Res Philosophica. Development was commissioned by Saint +Louis University. + +date: 2013-01-10 19:11:35 +0100 + +%post resphilosophica +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun resphilosophica +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resphilosophica +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package resphilosophica-doc +Summary: Documentation for resphilosophica +Version: svn28799.1.11 +Release: %{tl_noarch_release} +Provides: tex-resphilosophica-doc +BuildArch: noarch +AutoReqProv: No + +%description resphilosophica-doc +Documentation for resphilosophica + +%package resumecls +Provides: tex-resumecls = %{tl_version} +License: LPPL 1.3 +Summary: Typeset a resumee in both Chinese and English +Version: svn29417.0.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(hyperref.sty) +Requires: tex(ctex.sty) +Requires: tex(tabularx.sty) +Requires: tex(color.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(natbib.sty) +Provides: tex(resumecls.cls) = %{tl_version} + +%description resumecls +The class provides a simple resumee structure that works, +natively, with both Chinese and English text. + +date: 2013-03-17 10:58:10 +0100 + +%post resumecls +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun resumecls +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resumecls +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package resumecls-doc +Summary: Documentation for resumecls +Version: svn29417.0.2.1 +Release: %{tl_noarch_release} +Provides: tex-resumecls-doc +BuildArch: noarch +AutoReqProv: No + +%description resumecls-doc +Documentation for resumecls + +%package revtex +Provides: tex-revtex = %{tl_version} +License: LPPL 1.3 +Summary: Styles for various Physics Journals +Version: svn19652.4.1r +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(verbatim.sty) +Requires: tex(shortvrb.sty) +Requires: tex(textcase.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsmath.sty) +Requires: tex(lineno.sty) +Requires: tex(url.sty) +Requires: tex(natbib.sty) +Provides: tex(ltxdocext.sty) = %{tl_version} +Provides: tex(ltxfront.sty) = %{tl_version} +Provides: tex(ltxgrid.sty) = %{tl_version} +Provides: tex(ltxutil.sty) = %{tl_version} +Provides: tex(reftest4-1.tex) = %{tl_version} +Provides: tex(revsymb4-1.sty) = %{tl_version} +Provides: tex(revtex4-1.cls) = %{tl_version} + +%description revtex +Includes styles for American Physical Society, American +Institute of Physics, and Optical Society of America. The +distribution consists of the RevTeX class itself, and several +support packages. + +date: 2010-08-12 13:35:15 +0200 + +%post revtex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun revtex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans revtex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package revtex-doc +Summary: Documentation for revtex +Version: svn19652.4.1r +Release: %{tl_noarch_release} +Provides: tex-revtex-doc +BuildArch: noarch +AutoReqProv: No + +%description revtex-doc +Documentation for revtex + +%package revtex4 +Provides: tex-revtex4 = %{tl_version} +License: LPPL +Summary: revtex4 package +Version: svn16488.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsmath.sty) +Requires: tex(url.sty) +Requires: tex(natbib.sty) +Provides: tex(docs.sty) = %{tl_version} +Provides: tex(revsymb.sty) = %{tl_version} +Provides: tex(revtex4.cls) = %{tl_version} +Provides: tex(textcase.sty) = %{tl_version} + +%description revtex4 +revtex4 package + +%post revtex4 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun revtex4 +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans revtex4 +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package revtex4-doc +Summary: Documentation for revtex4 +Version: svn16488.0 +Release: %{tl_noarch_release} +Provides: tex-revtex4-doc +BuildArch: noarch +AutoReqProv: No + +%description revtex4-doc +Documentation for revtex4 + +%package ryethesis +Provides: tex-ryethesis = %{tl_version} +License: LPPL 1.3 +Summary: Class for Ryerson Unversity Graduate School requirements +Version: svn21316.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(setspace.sty) +Requires: tex(vmargin.sty) +Requires: tex(float.sty) +Requires: tex(hyperref.sty) +Requires: tex(bookmark.sty) +Requires: tex(glossaries.sty) +Requires: tex(makeidx.sty) +Requires: tex(multicol.sty) +Requires: tex(nomencl.sty) +Provides: tex(ryethesis.cls) = %{tl_version} + +%description ryethesis +The class offers support for formatting a thesis, dissertation +or project according to Ryerson University's School of Graduate +Studies thesis formatting regulations. + +date: 2011-02-05 10:59:30 +0100 + +%post ryethesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ryethesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ryethesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ryethesis-doc +Summary: Documentation for ryethesis +Version: svn21316.1.3 +Release: %{tl_noarch_release} +Provides: tex-ryethesis-doc +BuildArch: noarch +AutoReqProv: No + +%description ryethesis-doc +Documentation for ryethesis + +%package sageep +Provides: tex-sageep = %{tl_version} +License: LPPL +Summary: Format papers for the annual meeting of EEGS +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(indentfirst.sty) +Requires: tex(caption.sty) +Requires: tex(natbib.sty) +Provides: tex(sageep.cls) = %{tl_version} + +%description sageep +The class provides formatting for papers for the annual meeting +of the Environmental and Engineering Geophysical Society (EEGS) +("Application of Geophysics to Engineering and Environmental +Problems", known as SAGEEP). + +date: 2009-01-23 11:09:06 +0100 + +%post sageep +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sageep +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sageep +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sageep-doc +Summary: Documentation for sageep +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-sageep-doc +BuildArch: noarch +AutoReqProv: No + +%description sageep-doc +Documentation for sageep + +%package sapthesis +Provides: tex-sapthesis = %{tl_version} +License: LPPL 1.3 +Summary: Typeset theses for Sapienza-University, Rome +Version: svn28345.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(geometry.sty) +Requires: tex(ifxetex.sty) +Requires: tex(xltxtra.sty) +Requires: tex(fontenc.sty) +Requires: tex(textcomp.sty) +Requires: tex(lmodern.sty) +Requires: tex(caption.sty) +Requires: tex(graphicx.sty) +Requires: tex(color.sty) +Requires: tex(booktabs.sty) +Requires: tex(amsmath.sty) +Requires: tex(fancyhdr.sty) +Provides: tex(sapthesis.cls) = %{tl_version} + +%description sapthesis +The class will typeset Ph.D., Master, and Bachelor theses that +adhere to the publishing guidelines of the Sapienza-University +of Rome. + +date: 2012-11-23 11:17:42 +0100 + +%post sapthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sapthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sapthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sapthesis-doc +Summary: Documentation for sapthesis +Version: svn28345.3.2 +Release: %{tl_noarch_release} +Provides: tex-sapthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description sapthesis-doc +Documentation for sapthesis + +%package scrjrnl +Provides: tex-scrjrnl = %{tl_version} +License: LPPL 1.3 +Summary: Typeset diaries or journals +Version: svn27810.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(titlesec.sty) +Requires: tex(datetime.sty) +Requires: tex(fancytabs.sty) +Provides: tex(scrjrnl.cls) = %{tl_version} + +%description scrjrnl +A class, based on scrbook, designed for typesetting diaries, +journals or devotionals. + +date: 2012-09-24 22:53:58 +0200 + +%post scrjrnl +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun scrjrnl +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scrjrnl +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package scrjrnl-doc +Summary: Documentation for scrjrnl +Version: svn27810.0.1 +Release: %{tl_noarch_release} +Provides: tex-scrjrnl-doc +BuildArch: noarch +AutoReqProv: No + +%description scrjrnl-doc +Documentation for scrjrnl + +%package seuthesis +Provides: tex-seuthesis = %{tl_version} +License: GPLv3+ +Summary: LaTeX template for theses at Southeastern University +Version: svn29349.2.0.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(doc.sty) +Requires: tex(keyval.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifthen.sty) +Requires: tex(graphicx.sty) +Requires: tex(xcolor.sty) +Requires: tex(indentfirst.sty) +Requires: tex(makeidx.sty) +Requires: tex(tocbibind.sty) +Requires: tex(natbib.sty) +Requires: tex(array.sty) +Requires: tex(caption.sty) +Requires: tex(paralist.sty) +Requires: tex(xeCJK.sty) +Requires: tex(hyperref.sty) +Requires: tex(CJKnumb.sty) +Requires: tex(geometry.sty) +Requires: tex(titlesec.sty) +Requires: tex(titletoc.sty) +Provides: tex(seuthesis-gbk.cfg) = %{tl_version} +Provides: tex(seuthesis-utf8.cfg) = %{tl_version} +Provides: tex(seuthesis.cls) = %{tl_version} + +%description seuthesis +This template is for theses at Southeastern University, +Nanjing, China. + +date: 2012-02-09 21:58:23 +0100 + +%post seuthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun seuthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seuthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package seuthesis-doc +Summary: Documentation for seuthesis +Version: svn29349.2.0.0 +Release: %{tl_noarch_release} +Provides: tex-seuthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description seuthesis-doc +Documentation for seuthesis + +%package soton +Provides: tex-soton = %{tl_version} +License: LPPL +Summary: University of Southampton-compliant slides +Version: svn16215.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xcolor.sty) +Provides: tex(soton-beamer.sty) = %{tl_version} +Provides: tex(soton-palette.sty) = %{tl_version} + +%description soton +The bundle contains two packages: soton-palette which defines +colour-ways, and soton-beamer, which uses the colours to +produce compliant presentations. + +date: 2009-11-28 09:57:52 +0100 + +%post soton +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun soton +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans soton +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package soton-doc +Summary: Documentation for soton +Version: svn16215.0.1 +Release: %{tl_noarch_release} +Provides: tex-soton-doc +BuildArch: noarch +AutoReqProv: No + +%description soton-doc +Documentation for soton + +%package spie +Provides: tex-spie = %{tl_version} +License: LPPL +Summary: Support for formatting SPIE Proceedings manuscripts +Version: svn15878.3.25 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(cite.sty) +Provides: tex(spie.cls) = %{tl_version} + +%description spie +A class and a BibTeX style are provided. + +date: 2007-04-25 15:28:03 +0200 + +%post spie +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun spie +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spie +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package spie-doc +Summary: Documentation for spie +Version: svn15878.3.25 +Release: %{tl_noarch_release} +Provides: tex-spie-doc +BuildArch: noarch +AutoReqProv: No + +%description spie-doc +Documentation for spie + +%package stellenbosch +Provides: tex-stellenbosch = %{tl_version} +License: LPPL +Summary: Stellenbosch thesis bundle +Version: svn25486.10 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(natbib.sty) +Requires: tex(calc.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(colortbl.sty) +Requires: tex(ifpdf.sty) +Requires: tex(ifthen.sty) +Requires: tex(keyval.sty) +Provides: tex(usbib.sty) = %{tl_version} +Provides: tex(usnomencl.sty) = %{tl_version} +Provides: tex(ussummary.sty) = %{tl_version} +Provides: tex(usthesis.cls) = %{tl_version} +Provides: tex(usthesis.sty) = %{tl_version} +Provides: tex(ustitle.sty) = %{tl_version} + +%description stellenbosch +The usthesis class/style files are provided to typeset reports, +theses and dissertations that conform to the requirements of +the Engineering Faculty of the University of Stellenbosch. The +class file usthesis.cls is based on the standard LaTeX book +class, while usthesis.sty is a style file to be loaded on top +of the very powerful memoir class. Both options give identical +output, but the benefit of the using memoir is that it has many +additional command and environments for formatting and +processing of a document. Usthesis is primarily concerned with +the formatting of the front matter such as the title page, +abstract, etc. and a decent page layout on A4 paper. It also +works together with the babel package to provide language +options to typeset documents in Afrikaans or in English. +Additional packages are provided for bibliographic matter, note +title pages, lists of symbols, as well as various graphic files +for logos. + +date: 2012-02-23 16:44:15 +0100 + +%post stellenbosch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun stellenbosch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stellenbosch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package stellenbosch-doc +Summary: Documentation for stellenbosch +Version: svn25486.10 +Release: %{tl_noarch_release} +Provides: tex-stellenbosch-doc +BuildArch: noarch +AutoReqProv: No + +%description stellenbosch-doc +Documentation for stellenbosch + +%package suftesi +Provides: tex-suftesi = %{tl_version} +License: LPPL +Summary: A document class for typesetting theses, books and articles +Version: svn30000.1.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xkeyval.sty) +Requires: tex(geometry.sty) +Requires: tex(enumitem.sty) +Requires: tex(caption.sty) +Requires: tex(color.sty) +Requires: tex(multicol.sty) +Requires: tex(emptypage.sty) +Requires: tex(textcase.sty) +Requires: tex(ifxetex.sty) +Requires: tex(microtype.sty) +Requires: tex(cclicenses.sty) +Requires: tex(fontenc.sty) +Requires: tex(lmodern.sty) +Requires: tex(mathpazo.sty) +Requires: tex(beramono.sty) +Requires: tex(crop.sty) +Requires: tex(titlesec.sty) +Requires: tex(extramarks.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(titletoc.sty) +Requires: tex(fixltxhyph.sty) +Provides: tex(suftesi.cls) = %{tl_version} + +%description suftesi +The class is specifically designed for use with theses in the +humanities. + +date: 2013-04-17 17:07:05 +0200 + +%post suftesi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun suftesi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans suftesi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package suftesi-doc +Summary: Documentation for suftesi +Version: svn30000.1.6 +Release: %{tl_noarch_release} +Provides: tex-suftesi-doc +BuildArch: noarch +AutoReqProv: No + +%description suftesi-doc +Documentation for suftesi + +%package sugconf +Provides: tex-sugconf = %{tl_version} +License: LPPL +Summary: SAS(R) user group conference proceedings document class +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(sugconf.cls) = %{tl_version} + +%description sugconf +The class may be used to typeset articles to be published in +the proceedings of SAS(R) User group conferences and workshops. +The layout produced by the class is based on that published by +SAS Institute (2006). + +date: 2008-04-16 11:52:05 +0200 + +%post sugconf +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sugconf +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sugconf +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sugconf-doc +Summary: Documentation for sugconf +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-sugconf-doc +BuildArch: noarch +AutoReqProv: No + +%description sugconf-doc +Documentation for sugconf + +%package tabriz-thesis +Provides: tex-tabriz-thesis = %{tl_version} +License: LPPL 1.3 +Summary: A template for the University of Tabriz +Version: svn29421.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsthm.sty) +Requires: tex(amssymb.sty) +Requires: tex(amsmath.sty) +Requires: tex(geometry.sty) +Requires: tex(graphicx.sty) +Requires: tex(framed.sty) +Requires: tex(lastpage.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(tocbibind.sty) +Requires: tex(makeidx.sty) +Requires: tex(hyperref.sty) +Provides: tex(tabriz-thesis.cls) = %{tl_version} + +%description tabriz-thesis +The package offers a document class for typesetting theses and +dissertations at the University of Tabriz. + +date: 2013-03-17 16:41:59 +0100 + +%post tabriz-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tabriz-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabriz-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tabriz-thesis-doc +Summary: Documentation for tabriz-thesis +Version: svn29421.1.1 +Release: %{tl_noarch_release} +Provides: tex-tabriz-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description tabriz-thesis-doc +Documentation for tabriz-thesis + +%package texilikechaps +Provides: tex-texilikechaps = %{tl_version} +License: LPPL +Summary: Format chapters with a texi-like format +Version: svn28553.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(texilikechaps.sty) = %{tl_version} + +%description texilikechaps +The package enables the user to reduce the size of the rather +large chapter headings in standard classes into a texi-like +smaller format. Details of the format may be controlled with +internal commands. + +date: 2012-12-16 19:31:26 +0100 + +%post texilikechaps +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texilikechaps +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texilikechaps +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texilikecover +Provides: tex-texilikecover = %{tl_version} +License: LPPL +Summary: A cover-page package, like TeXinfo +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(texilikecover.sty) = %{tl_version} + +%description texilikecover +The package creates document cover pages, like those that +TeXinfo produces. + +date: 2008-08-24 10:50:19 +0200 + +%post texilikecover +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texilikecover +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texilikecover +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thesis-titlepage-fhac +Provides: tex-thesis-titlepage-fhac = %{tl_version} +License: LPPL +Summary: Little style to create a standard titlepage for diploma thesis +Version: svn15878.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Requires: tex(figbib.sty) +Requires: tex(gloss.sty) +Provides: tex(fhACtitlepage.cfg) = %{tl_version} +Provides: tex(fhACtitlepage.sty) = %{tl_version} +Provides: tex(figbib_add.sty) = %{tl_version} +Provides: tex(gloss_add.sty) = %{tl_version} + +%description thesis-titlepage-fhac +Yet another thesis titlepage style: support of Fachhochschule +Aachen (Standort Juelich) + +date: 2007-03-12 14:32:12 +0100 + +%post thesis-titlepage-fhac +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thesis-titlepage-fhac +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thesis-titlepage-fhac +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thesis-titlepage-fhac-doc +Summary: Documentation for thesis-titlepage-fhac +Version: svn15878.0.1 +Release: %{tl_noarch_release} +Provides: tex-thesis-titlepage-fhac-doc +BuildArch: noarch +AutoReqProv: No + +%description thesis-titlepage-fhac-doc +Documentation for thesis-titlepage-fhac + +%package thuthesis +Provides: tex-thuthesis = %{tl_version} +License: LPPL +Summary: Thesis template for Tsinghua University +Version: svn24361.4.5.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Requires: tex(txfonts.sty) +Requires: tex(graphicx.sty) +Requires: tex(subfig.sty) +Requires: tex(indentfirst.sty) +Requires: tex(paralist.sty) +Requires: tex(mathptmx.sty) +Requires: tex(xltxtra.sty) +Requires: tex(xeCJK.sty) +Requires: tex(CJKutf8.sty) +Requires: tex(CJKnumb.sty) +Requires: tex(CJKpunct.sty) +Requires: tex(CJKspace.sty) +Requires: tex(ntheorem.sty) +Requires: tex(array.sty) +Requires: tex(longtable.sty) +Requires: tex(booktabs.sty) +Requires: tex(natbib.sty) +Requires: tex(hyperref.sty) +Requires: tex(breakurl.sty) +Requires: tex(hypernat.sty) +Requires: tex(multirow.sty) +Requires: tex(tabularx.sty) +Requires: tex(float.sty) +Provides: tex(thuthesis.cfg) = %{tl_version} +Provides: tex(thuthesis.cls) = %{tl_version} +Provides: tex(thutils.sty) = %{tl_version} + +%description thuthesis +ThuThesis is a LaTeX thesis template package for Tsinghua +University in order to make it easy to write theses for either +bachelor's, master's or doctor's degree. + +date: 2009-03-02 15:13:08 +0100 + +%post thuthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun thuthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thuthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package thuthesis-doc +Summary: Documentation for thuthesis +Version: svn24361.4.5.1 +Release: %{tl_noarch_release} +Provides: tex-thuthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description thuthesis-doc +Documentation for thuthesis + +%package toptesi +Provides: tex-toptesi = %{tl_version} +License: LPPL 1.3 +Summary: Bundle of files for typsetting theses +Version: svn29803.5.71 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Requires: tex(textcomp.sty) +Requires: tex(etoolbox.sty) +Requires: tex(fontspec.sty) +Requires: tex(polyglossia.sty) +Requires: tex(babel.sty) +Requires: tex(graphicx.sty) +Requires: tex(pdfx.sty) +Requires: tex(hyperref.sty) +Provides: tex(topcoman.sty) = %{tl_version} +Provides: tex(topfront.sty) = %{tl_version} +Provides: tex(toptesi.cfg) = %{tl_version} +Provides: tex(toptesi.cls) = %{tl_version} +Provides: tex(toptesi.sty) = %{tl_version} + +%description toptesi +This bundle contains everything is needed for typesetting a +bachelor, master or PhD thesis in Italian (or in any other +language supported by LaTeX: the bundle is constructed to +support multilingual use). The infix strings may be selected +and specified at will by means of a configuration file, so as +to customize the layout of the front page to the requirements +of a specific university. Thanks to its language management, +the bundle is suited for multilanguage theses that are becoming +more and more frequent thanks to the double degree programs of +the European Community Socrates programs. Toptesi is designed +to save the PDF version of a thesis in PDF/A-1b compliant mode +and with all the necessary metadata. + +date: 2013-03-28 10:14:09 +0100 + +%post toptesi +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun toptesi +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans toptesi +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package toptesi-doc +Summary: Documentation for toptesi +Version: svn29803.5.71 +Release: %{tl_noarch_release} +Provides: tex-toptesi-doc +BuildArch: noarch +AutoReqProv: No + +%description toptesi-doc +Documentation for toptesi + +%package tugboat +Provides: tex-tugboat = %{tl_version} +License: LPPL +Summary: LaTeX macros for TUGboat articles +Version: svn29003.2.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mflogo.sty) +Provides: tex(ltugboat.cls) = %{tl_version} +Provides: tex(ltugboat.sty) = %{tl_version} +Provides: tex(ltugcomn.sty) = %{tl_version} +Provides: tex(ltugproc.cls) = %{tl_version} +Provides: tex(ltugproc.sty) = %{tl_version} + +%description tugboat +Provides both ltugboat.cls (for ordinary issues of the journal) +and ltugproc.cls (for issues that are proceedings of TUG +meetings). The distribution also includes a BibTeX style +appropriate for use with the classes' "harvard" option. + +date: 2013-02-01 11:51:49 +0100 + +%post tugboat +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tugboat +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tugboat +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tugboat-doc +Summary: Documentation for tugboat +Version: svn29003.2.12 +Release: %{tl_noarch_release} +Provides: tex-tugboat-doc +BuildArch: noarch +AutoReqProv: No + +%description tugboat-doc +Documentation for tugboat + +%package tugboat-plain +Provides: tex-tugboat-plain = %{tl_version} +License: LPPL +Summary: tugboat-plain package +Version: svn26611.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(tugboat.sty) = %{tl_version} +Provides: tex(tugproc.sty) = %{tl_version} + +%description tugboat-plain +tugboat-plain package + +%post tugboat-plain +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tugboat-plain +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tugboat-plain +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tugboat-plain-doc +Summary: Documentation for tugboat-plain +Version: svn26611.0 +Release: %{tl_noarch_release} +Provides: tex-tugboat-plain-doc +BuildArch: noarch +AutoReqProv: No + +%description tugboat-plain-doc +Documentation for tugboat-plain + +%package tui +Provides: tex-tui = %{tl_version} +License: LPPL +Summary: Thesis style for the University of the Andes, Colombia +Version: svn27253.1.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(inputenc.sty) +Requires: tex(makeidx.sty) +Requires: tex(babel.sty) +Requires: tex(microtype.sty) +Requires: tex(kpfonts.sty) +Requires: tex(mathptmx.sty) +Requires: tex(hyperref.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsthm.sty) +Requires: tex(amssymb.sty) +Requires: tex(xcolor.sty) +Requires: tex(graphicx.sty) +Requires: tex(courier.sty) +Requires: tex(csquotes.sty) +Requires: tex(breakurl.sty) +Requires: tex(MnSymbol.sty) +Provides: tex(tui.cls) = %{tl_version} + +%description tui +Doctoral Dissertations from the Faculty of Engineering at the +Universidad de los Andes, Bogota, Colombia. The class is +implemented as an extension of the memoir class. Clase de Tesis +doctorales para ingenieria, Universidad de los Andes, Bogota. + +date: 2012-07-30 18:08:41 +0200 + +%post tui +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tui +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tui +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package tui-doc +Summary: Documentation for tui +Version: svn27253.1.9 +Release: %{tl_noarch_release} +Provides: tex-tui-doc +BuildArch: noarch +AutoReqProv: No + +%description tui-doc +Documentation for tui + +%package uaclasses +Provides: tex-uaclasses = %{tl_version} +License: Public Domain +Summary: University of Arizona thesis and dissertation format +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amsthm.sty) +Provides: tex(my-thesis.cls) = %{tl_version} +Provides: tex(my-title.sty) = %{tl_version} +Provides: tex(ua-thesis.cls) = %{tl_version} +Provides: tex(ua-title.sty) = %{tl_version} + +%description uaclasses +This package provides a LaTeX2e document class named 'ua- +thesis' for typesetting theses and dissertations in the +official format required by the University of Arizona. +Moreover, there is a fully compatible alternative document +class 'my-thesis' for private 'nice' copies of the +dissertation, and the respective title pages are available as +separate packages to work with any document class. + +date: 2009-01-05 22:46:04 +0100 + +%post uaclasses +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uaclasses +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uaclasses +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uaclasses-doc +Summary: Documentation for uaclasses +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-uaclasses-doc +BuildArch: noarch +AutoReqProv: No + +%description uaclasses-doc +Documentation for uaclasses + +%package uadocs +Provides: tex-uadocs = %{tl_version} +License: LPPL 1.3 +Summary: Course texts and masters theses in University of Antwerp style +Version: svn30453.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(cmbright.sty) +Requires: tex(ifluatex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(fontspec.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifmtarg.sty) +Requires: tex(graphicx.sty) +Requires: tex(eso-pic.sty) +Requires: tex(color.sty) +Requires: tex(tikz.sty) +Requires: tex(pst-barcode.sty) +Requires: tex(auto-pst-pdf.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(varioref.sty) +Requires: tex(hyperref.sty) +Provides: tex(uacoursetext.cls) = %{tl_version} +Provides: tex(uamasterthesis.cls) = %{tl_version} + +%description uadocs +These class files implement the house style of the University +of Antwerp for course texts and master theses. Using these +class files will make it easy for you to make and keep your +documents compliant to this version and future versions of the +house style of the University of Antwerp. + +date: 2013-05-13 16:49:22 +0200 + +%post uadocs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uadocs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uadocs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uadocs-doc +Summary: Documentation for uadocs +Version: svn30453.1.0 +Release: %{tl_noarch_release} +Provides: tex-uadocs-doc +BuildArch: noarch +AutoReqProv: No + +%description uadocs-doc +Documentation for uadocs + +%package uafthesis +Provides: tex-uafthesis = %{tl_version} +License: LPPL +Summary: Document class for theses at University of Alaska Fairbanks +Version: svn29349.12.12 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uafthesis.cls) = %{tl_version} + +%description uafthesis +This is an "unofficial" official class. + +date: 2012-12-11 17:42:57 +0100 + +%post uafthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uafthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uafthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uafthesis-doc +Summary: Documentation for uafthesis +Version: svn29349.12.12 +Release: %{tl_noarch_release} +Provides: tex-uafthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uafthesis-doc +Documentation for uafthesis + +%package ucdavisthesis +Provides: tex-ucdavisthesis = %{tl_version} +License: LPPL +Summary: A thesis/dissertation class for University of California Davis +Version: svn17687.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(ucdavisthesis.cls) = %{tl_version} +Provides: tex(ucdthesis10.clo) = %{tl_version} +Provides: tex(ucdthesis11.clo) = %{tl_version} +Provides: tex(ucdthesis12.clo) = %{tl_version} +Provides: tex(ucdthesis13.clo) = %{tl_version} + +%description ucdavisthesis +The class conforms to the University's requirements for 2009. + +date: 2010-03-15 08:48:16 +0100 + +%post ucdavisthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ucdavisthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucdavisthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ucdavisthesis-doc +Summary: Documentation for ucdavisthesis +Version: svn17687.1.1 +Release: %{tl_noarch_release} +Provides: tex-ucdavisthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description ucdavisthesis-doc +Documentation for ucdavisthesis + +%package ucthesis +Provides: tex-ucthesis = %{tl_version} +License: LPPL 1.3 +Summary: University of California thesis format +Version: svn15878.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uct10.clo) = %{tl_version} +Provides: tex(uct11.clo) = %{tl_version} +Provides: tex(uct12.clo) = %{tl_version} +Provides: tex(ucthesis.cls) = %{tl_version} + +%description ucthesis +A modified version of the standard LaTeX report style that is +accepted for use with University of California PhD +dissertations and Masters theses. A sample dissertation source +and bibliography are provided. + +date: 2009-09-27 11:52:43 +0200 + +%post ucthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ucthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ucthesis-doc +Summary: Documentation for ucthesis +Version: svn15878.3.2 +Release: %{tl_noarch_release} +Provides: tex-ucthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description ucthesis-doc +Documentation for ucthesis + +%package uestcthesis +Provides: tex-uestcthesis = %{tl_version} +License: LPPL 1.3 +Summary: Thesis class for UESTC +Version: svn30507.0.4.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(ifthen.sty) +Requires: tex(geometry.sty) +Requires: tex(graphicx.sty) +Requires: tex(calc.sty) +Requires: tex(float.sty) +Requires: tex(texnames.sty) +Requires: tex(caption.sty) +Requires: tex(booktabs.sty) +Requires: tex(tabularx.sty) +Requires: tex(threeparttable.sty) +Requires: tex(longtable.sty) +Requires: tex(placeins.sty) +Requires: tex(flafter.sty) +Requires: tex(amsmath.sty) +Requires: tex(kmath.sty) +Requires: tex(ntheorem.sty) +Requires: tex(natbib.sty) +Requires: tex(multibib.sty) +Requires: tex(cmap.sty) +Requires: tex(hyperxmp.sty) +Requires: tex(hyperref.sty) +Requires: tex(subfigure.sty) +Requires: tex(enumerate.sty) +Requires: tex(color.sty) +Requires: tex(marvosym.sty) +Provides: tex(uestcthesis.cls) = %{tl_version} + +%description uestcthesis +The class is for typesetting a thesis at the University of +Electronic Science and Technology of China. + +date: 2013-05-16 18:32:19 +0200 + +%post uestcthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uestcthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uestcthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uestcthesis-doc +Summary: Documentation for uestcthesis +Version: svn30507.0.4.2 +Release: %{tl_noarch_release} +Provides: tex-uestcthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uestcthesis-doc +Documentation for uestcthesis + +%package uiucredborder +Provides: tex-uiucredborder = %{tl_version} +License: LPPL 1.2 +Summary: Class for UIUC thesis red-bordered forms +Version: svn29974.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Provides: tex(uiucredborder.cls) = %{tl_version} + +%description uiucredborder +The class offers a means of filling out the "red-bordered form" +that gets signed by the department head, your advisor, and -- +for doctoral dissertations -- your thesis committee members. + +date: 2013-04-16 11:30:34 +0200 + +%post uiucredborder +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uiucredborder +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uiucredborder +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uiucredborder-doc +Summary: Documentation for uiucredborder +Version: svn29974.1.00 +Release: %{tl_noarch_release} +Provides: tex-uiucredborder-doc +BuildArch: noarch +AutoReqProv: No + +%description uiucredborder-doc +Documentation for uiucredborder + +%package uiucthesis +Provides: tex-uiucthesis = %{tl_version} +License: LPPL +Summary: UIUC thesis class +Version: svn15878.2.25 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Provides: tex(uiucthesis.cls) = %{tl_version} +Provides: tex(uiucthesis.sty) = %{tl_version} + +%description uiucthesis +The class produces a document that conforms to the format +described in the University's Handbook for Graduate Students +Preparing to Deposit. + +date: 2007-01-20 15:20:16 +0100 + +%post uiucthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uiucthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uiucthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uiucthesis-doc +Summary: Documentation for uiucthesis +Version: svn15878.2.25 +Release: %{tl_noarch_release} +Provides: tex-uiucthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uiucthesis-doc +Documentation for uiucthesis + +%package ulthese +Provides: tex-ulthese = %{tl_version} +License: LPPL 1.3 +Summary: Thesis class and templates for Universite Laval +Version: svn29029.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(fontenc.sty) +Requires: tex(natbib.sty) +Requires: tex(babel.sty) +Requires: tex(numprint.sty) +Requires: tex(graphicx.sty) +Requires: tex(xcolor.sty) +Requires: tex(textcomp.sty) +Provides: tex(ulthese.cls) = %{tl_version} + +%description ulthese +The package provides a class based on memoir to prepare theses +and memoirs compliant with the presentation rules set forth by +the Faculty of Graduate Studies of Universite Laval, Quebec, +Canada. The class also comes with an extensive set of templates +for the various types of theses and memoirs offered at Laval. +Please note that the documentation for the class and the +comments in the templates are all written in French, the +language of the target audience. + +date: 2013-02-04 09:52:53 +0100 + +%post ulthese +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ulthese +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulthese +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ulthese-doc +Summary: Documentation for ulthese +Version: svn29029.2.1 +Release: %{tl_noarch_release} +Provides: tex-ulthese-doc +BuildArch: noarch +AutoReqProv: No + +%description ulthese-doc +Documentation for ulthese + +%package umthesis +Provides: tex-umthesis = %{tl_version} +License: LPPL +Summary: Dissertations at the University of Michigan +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(setspace.sty) +Requires: tex(ifthen.sty) +Requires: tex(etex.sty) +Requires: tex(hyperref.sty) +Provides: tex(umthesis.cls) = %{tl_version} + +%description umthesis +The class loads book class, and makes minimal changes to it; +its coding aims to be as robust as possible, and as a result it +has few conflicts with potential add-on packages. + +date: 2009-09-17 20:11:38 +0200 + +%post umthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun umthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package umthesis-doc +Summary: Documentation for umthesis +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-umthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description umthesis-doc +Documentation for umthesis + +%package umich-thesis +Provides: tex-umich-thesis = %{tl_version} +License: LPPL +Summary: University of Michigan Thesis LaTeX class +Version: svn15878.1.20 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(setspace.sty) +Requires: tex(placeins.sty) +Provides: tex(umich-thesis.cls) = %{tl_version} + +%description umich-thesis +A LaTeX2e class to create a University of Michigan dissertation +according to the Rackham dissertation handbook. + +date: 2009-09-27 11:52:43 +0200 + +%post umich-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun umich-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umich-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package umich-thesis-doc +Summary: Documentation for umich-thesis +Version: svn15878.1.20 +Release: %{tl_noarch_release} +Provides: tex-umich-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description umich-thesis-doc +Documentation for umich-thesis + +%package unamthesis +Provides: tex-unamthesis = %{tl_version} +License: LPPL 1.3 +Summary: Style for Universidad Nacional Autonoma de Mexico theses +Version: svn29799.2.02 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(setspace.sty) +Provides: tex(UNAMThesis.sty) = %{tl_version} + +%description unamthesis +The package provides a customisable format to typeset Theses +according to the Universidad Nacional Autonoma de Mexico +guidelines. Support for use in Scientific Workplace (SWP) 3.x +is also provided. The bundle also includes an appropriate +bibliographic style which enables the use of author-year +schemes using the natbib package. + +date: 2013-04-10 00:46:21 +0200 + +%post unamthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun unamthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unamthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package unamthesis-doc +Summary: Documentation for unamthesis +Version: svn29799.2.02 +Release: %{tl_noarch_release} +Provides: tex-unamthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description unamthesis-doc +Documentation for unamthesis + +%package ut-thesis +Provides: tex-ut-thesis = %{tl_version} +License: LPPL +Summary: University of Toronto thesis style +Version: svn26793.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(geometry.sty) +Requires: tex(setspace.sty) +Provides: tex(ut-thesis.cls) = %{tl_version} + +%description ut-thesis +This not described as an 'official' class, just one distributed +"in the hope that it will be useful". A skeleton file, using +the class, is provided. + +date: 2012-06-01 19:19:53 +0200 + +%post ut-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ut-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ut-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ut-thesis-doc +Summary: Documentation for ut-thesis +Version: svn26793.2.0 +Release: %{tl_noarch_release} +Provides: tex-ut-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description ut-thesis-doc +Documentation for ut-thesis + +%package uothesis +Provides: tex-uothesis = %{tl_version} +License: LPPL 1.3 +Summary: Class for dissertations and theses at the University of Oregon +Version: svn25355.2.5.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(float.sty) +Requires: tex(subfig.sty) +Requires: tex(xcolor.sty) +Requires: tex(graphicx.sty) +Requires: tex(setspace.sty) +Requires: tex(xspace.sty) +Requires: tex(lineno.sty) +Requires: tex(layouts.sty) +Requires: tex(todonotes.sty) +Requires: tex(ragged2e.sty) +Requires: tex(mhchem.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsthm.sty) +Requires: tex(amssymb.sty) +Requires: tex(lipsum.sty) +Requires: tex(natbib.sty) +Requires: tex(draftwatermark.sty) +Requires: tex(hyperref.sty) +Provides: tex(uothesis.cls) = %{tl_version} + +%description uothesis +The class generates documents that are suitable for submission +to the Graduate School and conform with the style requirements +for dissertations and theses as laid out in the Fall 2010 UO +graduate school student manual. + +date: 2012-02-09 17:36:54 +0100 + +%post uothesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uothesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uothesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uothesis-doc +Summary: Documentation for uothesis +Version: svn25355.2.5.6 +Release: %{tl_noarch_release} +Provides: tex-uothesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uothesis-doc +Documentation for uothesis + +%package uowthesis +Provides: tex-uowthesis = %{tl_version} +License: LPPL 1.3 +Summary: Document class for dissertations at the University of Wollongong +Version: svn19700.1.0a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(geometry.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(setspace.sty) +Requires: tex(graphicx.sty) +Requires: tex(nextpage.sty) +Requires: tex(hyperref.sty) +Provides: tex(UoWthesis.cls) = %{tl_version} + +%description uowthesis +A document class for higher degree research theses in +compliance with the specifications of University of Wollongong +(UoW) theses in the "Guidelines for Preparation and Submission +of Higher Degree Research Theses" (March 2006), by the Research +Student Centre, Research & Innovation Division, UoW. + +date: 2010-07-28 12:27:25 +0200 + +%post uowthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uowthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uowthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uowthesis-doc +Summary: Documentation for uowthesis +Version: svn19700.1.0a +Release: %{tl_noarch_release} +Provides: tex-uowthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uowthesis-doc +Documentation for uowthesis + +%package uspatent +Provides: tex-uspatent = %{tl_version} +License: LPPL 1.3 +Summary: U.S. Patent Application Tools for LaTeX and LyX +Version: svn27744.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uspatent.cls) = %{tl_version} + +%description uspatent +The package provides a class and other tools for developing a +beautifully formatted, consistent U.S. Patent Application using +LaTeX and/or LyX. + +date: 2012-09-19 18:03:54 +0200 + +%post uspatent +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uspatent +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uspatent +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uspatent-doc +Summary: Documentation for uspatent +Version: svn27744.1.0 +Release: %{tl_noarch_release} +Provides: tex-uspatent-doc +BuildArch: noarch +AutoReqProv: No + +%description uspatent-doc +Documentation for uspatent + +%package uwthesis +Provides: tex-uwthesis = %{tl_version} +License: ASL 2.0 +Summary: University of Washington thesis class +Version: svn15878.6.13 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(uwthesis.cls) = %{tl_version} + +%description uwthesis +uwthesis package + +date: 2010-01-23 11:08:54 +0100 + +%post uwthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uwthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uwthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package uwthesis-doc +Summary: Documentation for uwthesis +Version: svn15878.6.13 +Release: %{tl_noarch_release} +Provides: tex-uwthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description uwthesis-doc +Documentation for uwthesis + +%package vancouver +Provides: tex-vancouver = %{tl_version} +License: GPL+ +Summary: Bibliographic style file for Biomedical Journals +Version: svn25519.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description vancouver +This BibTeX style file is generated with the docstrip utility +and modified manually to meet the Uniform Requirements for +Manuscripts Submitted to Biomedical Journals as published in N +Engl J Med 1997;336:309-315 (also known as the Vancouver +style). The complete set of requirements may be viewed on the +ICMJE web site. + +date: 2012-02-27 00:21:15 +0100 + +%post vancouver +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun vancouver +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vancouver +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package vancouver-doc +Summary: Documentation for vancouver +Version: svn25519.0 +Release: %{tl_noarch_release} +Provides: tex-vancouver-doc +BuildArch: noarch +AutoReqProv: No + +%description vancouver-doc +Documentation for vancouver + +%package xcookybooky +Provides: tex-xcookybooky = %{tl_version} +License: LPPL 1.3 +Summary: Typeset (potentially long) recipes +Version: svn29373.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(graphicx.sty) +Requires: tex(xcolor.sty) +Requires: tex(ifsym.sty) +Requires: tex(cookingsymbols.sty) +Requires: tex(wrapfig.sty) +Requires: tex(ifthen.sty) +Requires: tex(xkeyval.sty) +Requires: tex(lettrine.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(units.sty) +Requires: tex(eso-pic.sty) +Requires: tex(picture.sty) +Requires: tex(tabularx.sty) +Provides: tex(xcookybooky.cfg) = %{tl_version} +Provides: tex(xcookybooky.sty) = %{tl_version} + +%description xcookybooky +The package enables the user to typeset recipes, which could be +greater than one page. Above the recipe text two (optional) +pictures can be displayed. Other features are recipe name, +energy content, portions, preparation and baking time, baking +temperatures, recipe source and of course preparation steps and +required ingredients. At the bottom you may insert an optional +hint. The package depends on the Emerald fonts. + +date: 2013-03-13 15:44:34 +0100 + +%post xcookybooky +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xcookybooky +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcookybooky +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xcookybooky-doc +Summary: Documentation for xcookybooky +Version: svn29373.1.2 +Release: %{tl_noarch_release} +Provides: tex-xcookybooky-doc +BuildArch: noarch +AutoReqProv: No + +%description xcookybooky-doc +Documentation for xcookybooky + +%package york-thesis +Provides: tex-york-thesis = %{tl_version} +License: LPPL 1.3 +Summary: A thesis class file for York University, Toronto +Version: svn23348.3.6 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(makeidx.sty) +Provides: tex(york-thesis.cls) = %{tl_version} + +%description york-thesis +York Graduate Studies has again changed the requirements for +theses and dissertations. The established york-thesis class +file now implements the changes made in Spring 2005. + +date: 2011-06-14 00:09:45 +0200 + +%post york-thesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun york-thesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans york-thesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package york-thesis-doc +Summary: Documentation for york-thesis +Version: svn23348.3.6 +Release: %{tl_noarch_release} +Provides: tex-york-thesis-doc +BuildArch: noarch +AutoReqProv: No + +%description york-thesis-doc +Documentation for york-thesis + +%package collection-science +Summary: Natural and computer sciences +Version: svn30307.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-latex +Requires: tex-SIstyle +Requires: tex-SIunits +Requires: tex-alg +Requires: tex-algorithm2e +Requires: tex-algorithmicx +Requires: tex-algorithms +Requires: tex-biocon +Requires: tex-bohr +Requires: tex-bpchem +Requires: tex-bytefield +Requires: tex-chemarrow +Requires: tex-chemcompounds +Requires: tex-chemcono +Requires: tex-chemexec +Requires: tex-chemmacros +Requires: tex-chemnum +Requires: tex-chemstyle +Requires: tex-clrscode +Requires: tex-complexity +Requires: tex-computational-complexity +Requires: tex-digiconfigs +Requires: tex-drawstack +Requires: tex-dyntree +Requires: tex-eltex +Requires: tex-endiagram +Requires: tex-engtlc +Requires: tex-fouridx +Requires: tex-functan +Requires: tex-galois +Requires: tex-gastex +Requires: tex-gene-logic +Requires: tex-gu +Requires: tex-hep +Requires: tex-hepnames +Requires: tex-hepparticles +Requires: tex-hepthesis +Requires: tex-hepunits +Requires: tex-karnaugh +Requires: tex-mhchem +Requires: tex-miller +Requires: tex-mychemistry +Requires: tex-nuc +Requires: tex-objectz +Requires: tex-physics +Requires: tex-physymb +Requires: tex-pseudocode +Requires: tex-sasnrdisplay +Requires: tex-sciposter +Requires: tex-sfg +Requires: tex-siunitx +Requires: tex-steinmetz +Requires: tex-struktex +Requires: tex-substances +Requires: tex-t-angles +Requires: tex-textopo +Requires: tex-ulqda +Requires: tex-unitsdef +Requires: tex-youngtab + +%description collection-science +collection-science package + +%package SIstyle +Provides: tex-SIstyle = %{tl_version} +License: LPPL +Summary: Package to typeset SI units, numbers and angles +Version: svn15878.2.3a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amstext.sty) +Provides: tex(sistyle.sty) = %{tl_version} + +%description SIstyle +This package typesets SI units, numbers and angles according to +the ISO requirements. Care is taken with font setup and +requirements, and language customisation is available. Note +that this package is (in principle) superseded by siunitx; +sistyle has maintenance-only support, now. + +date: 2008-07-16 16:54:56 +0200 + +%post SIstyle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun SIstyle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans SIstyle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package SIstyle-doc +Summary: Documentation for SIstyle +Version: svn15878.2.3a +Release: %{tl_noarch_release} +Provides: tex-SIstyle-doc +BuildArch: noarch +AutoReqProv: No + +%description SIstyle-doc +Documentation for SIstyle + +%package SIunits +Provides: tex-SIunits = %{tl_version} +License: LPPL 1.3 +Summary: International System of Units +Version: svn15878.1.36 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amstext.sty) +Provides: tex(SIunits.cfg) = %{tl_version} +Provides: tex(SIunits.sty) = %{tl_version} +Provides: tex(binary.sty) = %{tl_version} + +%description SIunits +Typeset physical units following the rules of the International +System of Units (SI). The package requires amstext, for proper +representation of some values. Note that the package is now +superseded by siunitx; siunits has maintenance-only support, +now. + +date: 2008-06-16 17:21:40 +0200 + +%post SIunits +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun SIunits +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans SIunits +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package SIunits-doc +Summary: Documentation for SIunits +Version: svn15878.1.36 +Release: %{tl_noarch_release} +Provides: tex-SIunits-doc +BuildArch: noarch +AutoReqProv: No + +%description SIunits-doc +Documentation for SIunits + +%package chemarrow +Provides: tex-chemarrow = %{tl_version} +License: Public Domain +Summary: Arrows for use in chemistry +Version: svn17146.0.9 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base +Provides: tex(chemarrow.map) = %{tl_version} +Provides: tex(arrow.tfm) = %{tl_version} +Provides: tex(arrow.pfb) = %{tl_version} +Provides: tex(chemarrow.sty) = %{tl_version} + +%description chemarrow +This bundle consists of a font (available as metafont source, +metapost source, and generated type 1 versions), and a package +to use it. The arrows in the font are designed to look more +like those in chemistry text-books than do Knuth's originals. + +date: 2010-02-21 18:58:04 +0100 + +%post chemarrow +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +sed -i '/^Map chemarrow.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg +echo "Map chemarrow.map" >> %{_texdir}/texmf-dist/web2c/updmap.cfg +touch /var/run/texlive/run-updmap +fi +: + +%postun chemarrow +if [ $1 == 0 ] ; then +sed -i '/^Map chemarrow.map/d' %{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans chemarrow +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemarrow-doc +Summary: Documentation for chemarrow +Version: svn17146.0.9 +Release: %{tl_noarch_release} +Provides: tex-chemarrow-doc +BuildArch: noarch +AutoReqProv: No + +%description chemarrow-doc +Documentation for chemarrow + +%package chemcompounds +Provides: tex-chemcompounds = %{tl_version} +License: LPPL +Summary: Simple consecutive numbering of chemical compounds +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(chemcompounds.sty) = %{tl_version} + +%description chemcompounds +The chemcompounds package allows for a simple consecutive +numbering of chemical compounds. Optionally, it is possible to +supply a custom name for each compound. The package differs +from the chemcono package by not generating an odd-looking list +of compounds inside the text. + +date: 2007-03-05 14:17:42 +0100 + +%post chemcompounds +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemcompounds +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemcompounds +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemcompounds-doc +Summary: Documentation for chemcompounds +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-chemcompounds-doc +BuildArch: noarch +AutoReqProv: No + +%description chemcompounds-doc +Documentation for chemcompounds + +%package chemcono +Provides: tex-chemcono = %{tl_version} +License: LPPL +Summary: Support for compound numbers in chemistry documents +Version: svn17119.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(chemcono.sty) = %{tl_version} +Provides: tex(drftcono.sty) = %{tl_version} +Provides: tex(showkeysff.sty) = %{tl_version} + +%description chemcono +A LaTeX package for using compound numbers in chemistry +documents. It works like \cite and the \thebibliography, using +\fcite and \theffbibliography instead. It allows compound names +in documents to be numbered and does not affect the normal +citation routines. + +date: 2010-02-21 19:20:01 +0100 + +%post chemcono +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemcono +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemcono +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemcono-doc +Summary: Documentation for chemcono +Version: svn17119.1.3 +Release: %{tl_noarch_release} +Provides: tex-chemcono-doc +BuildArch: noarch +AutoReqProv: No + +%description chemcono-doc +Documentation for chemcono + +%package chemexec +Provides: tex-chemexec = %{tl_version} +License: LPPL 1.3 +Summary: Creating (chemical) exercise sheets +Version: svn21632.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(amsmath.sty) +Requires: tex(ifthen.sty) +Requires: tex(accents.sty) +Requires: tex(framed.sty) +Requires: tex(xcolor.sty) +Requires: tex(xkeyval.sty) +Requires: tex(tikz.sty) +Requires: tex(ulem.sty) +Requires: tex(mhchem.sty) +Provides: tex(chemexec.sty) = %{tl_version} + +%description chemexec +The package provides environments and commands that the author +needed when preparing exercise sheets and other teaching +material. In particular, the package supports the creation of +exercise sheets, with separating printing of solutions + +date: 2011-03-06 18:27:32 +0100 + +%post chemexec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemexec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemexec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemexec-doc +Summary: Documentation for chemexec +Version: svn21632.1.0 +Release: %{tl_noarch_release} +Provides: tex-chemexec-doc +BuildArch: noarch +AutoReqProv: No + +%description chemexec-doc +Documentation for chemexec + +%package chemmacros +Provides: tex-chemmacros = %{tl_version} +License: LPPL 1.3 +Summary: A collection of macros to support typesetting chemistry documents +Version: svn30082.3.6b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(nicefrac.sty) +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xfrac.sty) +Requires: tex(siunitx.sty) +Requires: tex(tikz.sty) +Requires: tex(mathtools.sty) +Requires: tex(environ.sty) +Requires: tex(scrlfile.sty) +Requires: tex(etoolbox.sty) +Requires: tex(bm.sty) +Requires: tex(bpchem.sty) +Requires: tex(xspace.sty) +Requires: tex(mhchem.sty) +Requires: tex(graphicx.sty) +Requires: tex(tabu.sty) +Requires: tex(longtable.sty) +Requires: tex(ifpdf.sty) +Provides: tex(chemformula.sty) = %{tl_version} +Provides: tex(chemmacros-version1.cfg) = %{tl_version} +Provides: tex(chemmacros.sty) = %{tl_version} +Provides: tex(ghsystem.sty) = %{tl_version} +Provides: tex(ghsystem_english.def) = %{tl_version} +Provides: tex(ghsystem_german.def) = %{tl_version} +Provides: tex(ghsystem_italian.def) = %{tl_version} +Provides: tex(ghsystem_langtemplate.def) = %{tl_version} + +%description chemmacros +The package offers a collection of macros and commands which +are intended to make typesetting chemistry documents faster and +more convenient. Coverage includes some nomenclature commands, +oxidation numbers, thermodynamic data, newman projections, etc. + +date: 2013-04-21 12:55:17 +0200 + +%post chemmacros +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemmacros +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemmacros +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemmacros-doc +Summary: Documentation for chemmacros +Version: svn30082.3.6b +Release: %{tl_noarch_release} +Provides: tex-chemmacros-doc +BuildArch: noarch +AutoReqProv: No + +%description chemmacros-doc +Documentation for chemmacros + +%package chemnum +Provides: tex-chemnum = %{tl_version} +License: LPPL 1.3 +Summary: A method of numbering chemical compounds +Version: svn30024.0.6a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(etoolbox.sty) +Requires: tex(psfrag.sty) +Requires: tex(textgreek.sty) +Requires: tex(bm.sty) +Requires: tex(translations.sty) +Provides: tex(chemnum.sty) = %{tl_version} + +%description chemnum +The package defines a \label- and \ref-like commands for +compound numbers. The package requires LaTeX 3 packages expl3 +(from the l3kernel bundle) and xparse (from the l3packages +bundle). + +date: 2013-04-18 11:12:49 +0200 + +%post chemnum +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemnum +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemnum +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemnum-doc +Summary: Documentation for chemnum +Version: svn30024.0.6a +Release: %{tl_noarch_release} +Provides: tex-chemnum-doc +BuildArch: noarch +AutoReqProv: No + +%description chemnum-doc +Documentation for chemnum + +%package chemstyle +Provides: tex-chemstyle = %{tl_version} +License: LPPL 1.3 +Summary: Writing chemistry with style +Version: svn25246.2.0l +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(kvoptions.sty) +Requires: tex(psfrag.sty) +Requires: tex(float.sty) +Requires: tex(floatrow.sty) +Requires: tex(chemcompounds.sty) +Requires: tex(bpchem.sty) +Requires: tex(amstext.sty) +Requires: tex(caption.sty) +Requires: tex(siunitx.sty) +Requires: tex(SIunits.sty) +Requires: tex(varioref.sty) +Provides: tex(chemscheme.sty) = %{tl_version} +Provides: tex(chemstyle.sty) = %{tl_version} +Provides: tex(angew.chemstyle.cfg) = %{tl_version} +Provides: tex(ic.chemstyle.cfg) = %{tl_version} +Provides: tex(jacs.chemstyle.cfg) = %{tl_version} +Provides: tex(jomc.chemstyle.cfg) = %{tl_version} +Provides: tex(orglett.chemstyle.cfg) = %{tl_version} +Provides: tex(rsc.chemstyle.cfg) = %{tl_version} +Provides: tex(tetlett.chemstyle.cfg) = %{tl_version} + +%description chemstyle +Chemstyle has been developed as a successor to the LaTeX +package provided by the rsc bundle. The package provides an +extensible system for formatting chemistry documents according +to the conventions of a number of leading journals. It also +provides some handy chemistry-related macros. Chemstyle is much +enhanced compared to its predecessor, and users of rsc are +strongly encouraged to migrate (all of the additional macros in +the rsc LaTeX package are present in chemstyle). The package +chemscheme is distributed with chemstyle; chemstyle itself +incorporates ideas that come from the trivfloat package; the +documentation uses the auto-pst-pdf package. + +date: 2012-01-29 01:08:38 +0100 + +%post chemstyle +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun chemstyle +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemstyle +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package chemstyle-doc +Summary: Documentation for chemstyle +Version: svn25246.2.0l +Release: %{tl_noarch_release} +Provides: tex-chemstyle-doc +BuildArch: noarch +AutoReqProv: No + +%description chemstyle-doc +Documentation for chemstyle + +%package complexity +Provides: tex-complexity = %{tl_version} +License: LPPL +Summary: Computational complexity class names +Version: svn15878.0.76 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(complexity.sty) = %{tl_version} +Provides: tex(mycomplexity.sty) = %{tl_version} + +%description complexity +Complexity is a LaTeX package that defines commands to typeset +Computational Complexity Classes such as $\P$ and $\NP$ (as +well as hundreds of others). It also offers several options +including which font classes are typeset in and how many are +defined (all of them or just the basic, most commonly used +ones). The package has no dependencies other than the standard +ifthen package. + +date: 2007-02-03 21:01:24 +0100 + +%post complexity +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun complexity +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans complexity +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package complexity-doc +Summary: Documentation for complexity +Version: svn15878.0.76 +Release: %{tl_noarch_release} +Provides: tex-complexity-doc +BuildArch: noarch +AutoReqProv: No + +%description complexity-doc +Documentation for complexity + +%package computational-complexity +Provides: tex-computational-complexity = %{tl_version} +License: LPPL +Summary: Class for the journal Computational Complexity +Version: svn27047.v2.25 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(babel.sty) +Requires: tex(inputenc.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(url.sty) +Requires: tex(cc2cite.sty) +Requires: tex(multicol.sty) +Requires: tex(ccthm.sty) +Requires: tex(ccalgo.sty) +Requires: tex(natbib.sty) +Requires: tex(ccreltx.sty) +Requires: tex(relabel.sty) +Requires: tex(theorem.sty) +Requires: tex(environ.sty) +Requires: tex(xkeyval.sty) +Requires: tex(lineno.sty) +Requires: tex(draftcopy.sty) +Requires: tex(hyperref.sty) +Requires: tex(breakurl.sty) +Requires: tex(graphics.sty) +Requires: tex(xcolor.sty) +Provides: tex(cc-cls.sty) = %{tl_version} +Provides: tex(cc.cls) = %{tl_version} +Provides: tex(cc2cite.sty) = %{tl_version} +Provides: tex(cc4amsart.sty) = %{tl_version} +Provides: tex(cc4apjrnl.sty) = %{tl_version} +Provides: tex(cc4elsart.sty) = %{tl_version} +Provides: tex(cc4jT.sty) = %{tl_version} +Provides: tex(cc4llncs.sty) = %{tl_version} +Provides: tex(cc4siamltex.sty) = %{tl_version} +Provides: tex(cc4svjour.sty) = %{tl_version} +Provides: tex(ccalgo.sty) = %{tl_version} +Provides: tex(ccaux.sty) = %{tl_version} +Provides: tex(cccite.sty) = %{tl_version} +Provides: tex(ccdbs.sty) = %{tl_version} +Provides: tex(cclayout.sty) = %{tl_version} +Provides: tex(ccproof.sty) = %{tl_version} +Provides: tex(ccqed.sty) = %{tl_version} +Provides: tex(ccref.sty) = %{tl_version} +Provides: tex(ccreltx.sty) = %{tl_version} +Provides: tex(ccthm.sty) = %{tl_version} +Provides: tex(relabel.sty) = %{tl_version} +Provides: tex(thcc.sty) = %{tl_version} + +%description computational-complexity +The LaTeX2e class cc was written for the journal Computational +Complexity, and it can also be used for a lot of other +articles. You may like it since it contains a lot of features +as more intelligent references, a set of theorem definitions, +an algorithm environment, ... The class requires natbib. + +date: 2012-06-22 16:58:16 +0200 + +%post computational-complexity +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun computational-complexity +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans computational-complexity +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package computational-complexity-doc +Summary: Documentation for computational-complexity +Version: svn27047.v2.25 +Release: %{tl_noarch_release} +Provides: tex-computational-complexity-doc +BuildArch: noarch +AutoReqProv: No + +%description computational-complexity-doc +Documentation for computational-complexity + +%package digiconfigs +Provides: tex-digiconfigs = %{tl_version} +License: LPPL +Summary: Writing "configurations" +Version: svn15878.0.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(digiconfigs.sty) = %{tl_version} + +%description digiconfigs +In Stochastic Geometry and Digital Image Analysis some problems +can be solved in terms of so-called "configurations". A +configuration is basically a square matrix of \circ and \bullet +symbols. This package provides a convenient and compact +mechanism for displaying these configurations. + +date: 2007-03-05 22:02:45 +0100 + +%post digiconfigs +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun digiconfigs +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans digiconfigs +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package digiconfigs-doc +Summary: Documentation for digiconfigs +Version: svn15878.0.5 +Release: %{tl_noarch_release} +Provides: tex-digiconfigs-doc +BuildArch: noarch +AutoReqProv: No + +%description digiconfigs-doc +Documentation for digiconfigs + +%package drawstack +Provides: tex-drawstack = %{tl_version} +License: LPPL 1.3 +Summary: Draw execution stacks +Version: svn28582.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(tikz.sty) +Requires: tex(ifthen.sty) +Provides: tex(drawstack.sty) = %{tl_version} + +%description drawstack +This simple LaTeX package provides support for drawing +execution stack (typically to illustrate assembly language +notions). The code is written on top of TikZ. + +date: 2012-06-18 14:35:47 +0200 + +%post drawstack +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun drawstack +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drawstack +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package drawstack-doc +Summary: Documentation for drawstack +Version: svn28582.0 +Release: %{tl_noarch_release} +Provides: tex-drawstack-doc +BuildArch: noarch +AutoReqProv: No + +%description drawstack-doc +Documentation for drawstack + +%package dyntree +Provides: tex-dyntree = %{tl_version} +License: LGPLv2+ +Summary: Construct Dynkin tree diagrams +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(coollist.sty) +Requires: tex(calc.sty) +Requires: tex(epic.sty) +Requires: tex(eepic.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) +Provides: tex(dyntree.sty) = %{tl_version} + +%description dyntree +The package is intended for users needing to typeset a Dynkin +Tree Diagram--a group theoretical construct consisting of +cartan coefficients in boxes connected by a series of lines. +Such a diagram is a tool for working out the states and their +weights in terms of the fundamental weights and the simple +roots. The package makes use of the author's coollist package. + +date: 2007-03-05 22:02:45 +0100 + +%post dyntree +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun dyntree +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dyntree +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package dyntree-doc +Summary: Documentation for dyntree +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-dyntree-doc +BuildArch: noarch +AutoReqProv: No + +%description dyntree-doc +Documentation for dyntree + +%package eltex +Provides: tex-eltex = %{tl_version} +License: LPPL +Summary: Simple circuit diagrams in LaTeX picture mode +Version: svn15878.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eltex1.tex) = %{tl_version} +Provides: tex(eltex2.tex) = %{tl_version} +Provides: tex(eltex3.tex) = %{tl_version} +Provides: tex(eltex4.tex) = %{tl_version} +Provides: tex(eltex5.tex) = %{tl_version} +Provides: tex(eltex6.tex) = %{tl_version} +Provides: tex(eltex7.tex) = %{tl_version} + +%description eltex +The macros enable the user to draw simple circuit diagrams in +the picture environment, with no need of special resources. The +macros are appropriate for drawing for school materials. The +circuit symbols accord to the various parts of the standard IEC +617. + +date: 2009-11-09 17:57:09 +0100 + +%post eltex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun eltex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eltex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package eltex-doc +Summary: Documentation for eltex +Version: svn15878.2.0 +Release: %{tl_noarch_release} +Provides: tex-eltex-doc +BuildArch: noarch +AutoReqProv: No + +%description eltex-doc +Documentation for eltex + +%package endiagram +Provides: tex-endiagram = %{tl_version} +License: LPPL 1.3 +Summary: Easy creation of potential energy curve diagrams +Version: svn30025.0.1b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(tikz.sty) +Requires: tex(siunitx.sty) +Provides: tex(endiagram.sty) = %{tl_version} + +%description endiagram +The package provides the facility of drawing potential energy +curve diagrams with just a few simple commands. The package +cannot (yet) be considered stable. + +date: 2013-04-05 11:53:55 +0200 + +%post endiagram +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun endiagram +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endiagram +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package endiagram-doc +Summary: Documentation for endiagram +Version: svn30025.0.1b +Release: %{tl_noarch_release} +Provides: tex-endiagram-doc +BuildArch: noarch +AutoReqProv: No + +%description endiagram-doc +Documentation for endiagram + +%package engtlc +Provides: tex-engtlc = %{tl_version} +License: LPPL 1.3 +Summary: Support for users in Telecommunications Engineering +Version: svn28571.3.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(engtlc.sty) = %{tl_version} + +%description engtlc +The package provides a wide range of abbreviations for terms +used in Telecommunications Engineering. + +date: 2012-12-18 12:17:57 +0100 + +%post engtlc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun engtlc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engtlc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package engtlc-doc +Summary: Documentation for engtlc +Version: svn28571.3.2 +Release: %{tl_noarch_release} +Provides: tex-engtlc-doc +BuildArch: noarch +AutoReqProv: No + +%description engtlc-doc +Documentation for engtlc + +%package fouridx +Provides: tex-fouridx = %{tl_version} +License: LPPL +Summary: Left sub- and superscripts in maths mode +Version: svn15878.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fouridx.sty) = %{tl_version} + +%description fouridx +The package enables left subscripts and superscripts in maths +mode. The sub- and superscripts are raised for optimum fitting +to the symbol indexed, in such a way that left and right sub- +and superscripts are set on the same level, as appropriate. The +package provides an alternative to the use of the \sideset +command in the amsmath package. + +date: 2008-08-19 20:38:14 +0200 + +%post fouridx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fouridx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fouridx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fouridx-doc +Summary: Documentation for fouridx +Version: svn15878.1.00 +Release: %{tl_noarch_release} +Provides: tex-fouridx-doc +BuildArch: noarch +AutoReqProv: No + +%description fouridx-doc +Documentation for fouridx + +%package functan +Provides: tex-functan = %{tl_version} +License: LPPL +Summary: Macros for functional analysis and PDE theory +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Provides: tex(functan.sty) = %{tl_version} + +%description functan +This package provides a convenient and coherent way to deal +with name of functional spaces (mainly Sobolev spaces) in +functional analysis and PDE theory. It also provides a set of +macros for dealing with norms, scalar products and convergence +with some object oriented flavor (it gives the possibility to +override the standard behavior of norms, ...). + +date: 2007-01-07 11:47:19 +0100 + +%post functan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun functan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans functan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package functan-doc +Summary: Documentation for functan +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-functan-doc +BuildArch: noarch +AutoReqProv: No + +%description functan-doc +Documentation for functan + +%package galois +Provides: tex-galois = %{tl_version} +License: LPPL +Summary: Typeset Galois connections +Version: svn15878.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(color.sty) +Provides: tex(galois.sty) = %{tl_version} + +%description galois +The package deals with connections in two-dimensional style, +optionally in colour. + +date: 2006-12-02 11:49:32 +0100 + +%post galois +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun galois +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans galois +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package galois-doc +Summary: Documentation for galois +Version: svn15878.1.5 +Release: %{tl_noarch_release} +Provides: tex-galois-doc +BuildArch: noarch +AutoReqProv: No + +%description galois-doc +Documentation for galois + +%package gastex +Provides: tex-gastex = %{tl_version} +License: LPPL +Summary: Graphs and Automata Simplified in TeX +Version: svn15878.2.8 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Requires: tex(trig.sty) +Provides: tex(gastex.sty) = %{tl_version} + +%description gastex +GasTeX is a set of LaTeX macros which enable the user to draw +graphs, automata, nets, diagrams, etc., very easily, in the +LaTeX picture environment. The package offers no documentation +(per se), but offers a couple of example files in the +distribution, and more on its home page. GasTeX generates its +own PostScript code, and therefore doesn't work directly under +PDFLaTeX. + +date: 2007-03-07 00:33:49 +0100 + +%post gastex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gastex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gastex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gastex-doc +Summary: Documentation for gastex +Version: svn15878.2.8 +Release: %{tl_noarch_release} +Provides: tex-gastex-doc +BuildArch: noarch +AutoReqProv: No + +%description gastex-doc +Documentation for gastex + +%package gene-logic +Provides: tex-gene-logic = %{tl_version} +License: Crossword +Summary: Typeset logic formulae, etc +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(gn-logic14.sty) = %{tl_version} + +%description gene-logic +The package provides a facility to typeset certain logic +formulae. It provides an environment like eqnarray, an extended +newtheorem environment, and several macros. + +date: 2008-10-04 10:00:56 +0200 + +%post gene-logic +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gene-logic +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gene-logic +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gene-logic-doc +Summary: Documentation for gene-logic +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-gene-logic-doc +BuildArch: noarch +AutoReqProv: No + +%description gene-logic-doc +Documentation for gene-logic + +%package gu +Provides: tex-gu = %{tl_version} +License: LPPL +Summary: Typeset crystallographic group-subgroup-schemes +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(array.sty) +Requires: tex(tabularx.sty) +Requires: tex(pict2e.sty) +Requires: tex(calc.sty) +Requires: tex(fp.sty) +Requires: tex(ifthen.sty) +Provides: tex(gu.sty) = %{tl_version} + +%description gu +The package simplifies typesetting of simple crystallographic +group-subgroup-schemes in the Barnighausen formalism. It +defines a new environment stammbaum, wherein all elements of +the scheme are defined. Afterwards all necessary dimensions are +calculated and the scheme is drawn. Currently two steps of +symmetry reduction are supported. + +date: 2008-08-21 09:38:31 +0200 + +%post gu +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun gu +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gu +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package gu-doc +Summary: Documentation for gu +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-gu-doc +BuildArch: noarch +AutoReqProv: No + +%description gu-doc +Documentation for gu + +%package hep +Provides: tex-hep = %{tl_version} +License: LPPL +Summary: A "convenience wrapper" for High Energy Physics packages +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(url.sty) +Requires: tex(cite.sty) +Requires: tex(hyperref.sty) +Requires: tex(amsmath.sty) +Requires: tex(braket.sty) +Requires: tex(cancel.sty) +Requires: tex(slashed.sty) +Requires: tex(hepnicenames.sty) +Requires: tex(hepunits.sty) +Requires: tex(feynmf.sty) +Requires: tex(booktabs.sty) +Requires: tex(setspace.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(tocbibind.sty) +Requires: tex(morefloats.sty) +Requires: tex(afterpage.sty) +Requires: tex(ccaption.sty) +Requires: tex(subfigure.sty) +Requires: tex(caption.sty) +Provides: tex(hep.sty) = %{tl_version} + +%description hep +Loads the author's hepunits and hepnicenames packages, and a +selection of others that are useful in High Energy Physics +papers, etc. + +date: 2008-08-21 09:38:31 +0200 + +%post hep +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hep +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hep +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hep-doc +Summary: Documentation for hep +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-hep-doc +BuildArch: noarch +AutoReqProv: No + +%description hep-doc +Documentation for hep + +%package hepnames +Provides: tex-hepnames = %{tl_version} +License: LPPL +Summary: Pre-defined high energy particle names +Version: svn15878.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(heppennames.sty) +Requires: tex(hepparticles.sty) +Requires: tex(xspace.sty) +Requires: tex(amsmath.sty) +Provides: tex(hepnames.sty) = %{tl_version} +Provides: tex(hepnicenames.sty) = %{tl_version} +Provides: tex(heppennames.sty) = %{tl_version} + +%description hepnames +Hepnames provides a pair of LaTeX packages, heppennames and +hepnicenames, providing a large set of pre-defined high energy +physics particle names built with the hepparticles package. The +packages are based on pennames.sty by Michel Goosens and Eric +van Herwijnen. Heppennames re-implements the particle names in +pennames.sty, with some additions and alterations and greater +flexibility and robustness due to the hepparticles structures, +which were written for this purpose. Hepnicenames provides the +main non-resonant particle names from heppennames with more +"friendly" names. + +date: 2008-08-21 09:38:31 +0200 + +%post hepnames +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hepnames +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepnames +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hepnames-doc +Summary: Documentation for hepnames +Version: svn15878.1.4 +Release: %{tl_noarch_release} +Provides: tex-hepnames-doc +BuildArch: noarch +AutoReqProv: No + +%description hepnames-doc +Documentation for hepnames + +%package hepparticles +Provides: tex-hepparticles = %{tl_version} +License: LPPL +Summary: Macros for typesetting high energy physics particle names +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(maybemath.sty) +Provides: tex(hepparticles.sty) = %{tl_version} + +%description hepparticles +HEPparticles is a set of macros for typesetting high energy +particle names, to meet the following criteria: 1. The main +particle name is a Roman or Greek symbol, to be typeset in +upright font in normal contexts. 2. Additionally a superscript +and/or subscript may follow the main symbol. 3. Particle +resonances may also have a resonance specifier which is typeset +in parentheses following the main symbol. In general the +parentheses may also be followed by sub- and superscripts. 4. +The particle names are expected to be used both in and out of +mathematical contexts. 5. If the surrounding text is bold or +italic then the particle name should adapt to that context as +best as possible (this may not be possible for Greek symbols). +A consequence of point 5 is that the well-known problems with +boldness of particle names in section titles, headers and +tables of contents automatically disappear if these macros are +used. + +date: 2007-02-23 00:16:39 +0100 + +%post hepparticles +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hepparticles +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepparticles +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hepparticles-doc +Summary: Documentation for hepparticles +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-hepparticles-doc +BuildArch: noarch +AutoReqProv: No + +%description hepparticles-doc +Documentation for hepparticles + +%package hepthesis +Provides: tex-hepthesis = %{tl_version} +License: LPPL +Summary: A class for academic reports, especially PhD theses +Version: svn18725.1.4.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(a4wide.sty) +Requires: tex(microtype.sty) +Requires: tex(changepage.sty) +Requires: tex(varwidth.sty) +Requires: tex(amsmath.sty) +Requires: tex(makeidx.sty) +Requires: tex(titling.sty) +Requires: tex(booktabs.sty) +Requires: tex(hep.sty) +Requires: tex(lineno.sty) +Requires: tex(draftcopy.sty) +Requires: tex(setspace.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(tocbibind.sty) +Requires: tex(verbatim.sty) +Requires: tex(comment.sty) +Requires: tex(rotating.sty) +Requires: tex(caption.sty) +Requires: tex(hyperref.sty) +Provides: tex(hepthesis.cls) = %{tl_version} + +%description hepthesis +Hepthesis is a LaTeX class for typesetting large academic +reports, in particular PhD theses. It was originally developed +for typesetting the author's high-energy physics PhD thesis and +includes some features specifically tailored to such an +application. In particular, hepthesis offers: - Attractive +semantic environments for various rubric sections; - Extensive +options for draft production, screen viewing and binding-ready +output; - Helpful extensions of existing environments, +including equation and tabular; and - Support for quotations at +the start of the thesis and each chapter. The class is based on +scrbook, from the KOMA-Script bundle. + +date: 2010-06-03 14:28:33 +0200 + +%post hepthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hepthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hepthesis-doc +Summary: Documentation for hepthesis +Version: svn18725.1.4.3 +Release: %{tl_noarch_release} +Provides: tex-hepthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description hepthesis-doc +Documentation for hepthesis + +%package hepunits +Provides: tex-hepunits = %{tl_version} +License: LPPL +Summary: A set of units useful in high energy physics applications +Version: svn15878.1.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(amsmath.sty) +Requires: tex(xspace.sty) +Requires: tex(SIunits.sty) +Provides: tex(hepunits.sty) = %{tl_version} + +%description hepunits +Hepunits is a LaTeX package built on the SIunits package which +adds a collection of useful HEP units to the existing SIunits +set. These include the energy units \MeV, \GeV, \TeV and the +derived momentum and mass units \MeVoverc, \MeVovercsq and so +on. + +date: 2009-09-19 12:08:16 +0200 + +%post hepunits +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun hepunits +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepunits +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package hepunits-doc +Summary: Documentation for hepunits +Version: svn15878.1.1.1 +Release: %{tl_noarch_release} +Provides: tex-hepunits-doc +BuildArch: noarch +AutoReqProv: No + +%description hepunits-doc +Documentation for hepunits + +%package karnaugh +Provides: tex-karnaugh = %{tl_version} +License: LPPL +Summary: Typeset Karnaugh-Veitch-maps +Version: svn21338.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(kvmacros.tex) = %{tl_version} + +%description karnaugh +Macros intended 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: 2007-01-08 14:40:40 +0100 + +%post karnaugh +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun karnaugh +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans karnaugh +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package karnaugh-doc +Summary: Documentation for karnaugh +Version: svn21338.0 +Release: %{tl_noarch_release} +Provides: tex-karnaugh-doc +BuildArch: noarch +AutoReqProv: No + +%description karnaugh-doc +Documentation for karnaugh + +%package mhchem +Provides: tex-mhchem = %{tl_version} +License: LPPL +Summary: Typeset chemical formulae/equations and Risk and Safety phrases +Version: svn23334.3.11 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(calc.sty) +Requires: tex(twoopt.sty) +Requires: tex(amsmath.sty) +Requires: tex(keyval.sty) +Requires: tex(graphics.sty) +Requires: tex(pgf.sty) +Requires: tex(tikz.sty) +Requires: tex(textcomp.sty) +Provides: tex(mhchem.sty) = %{tl_version} +Provides: tex(rsphrase.sty) = %{tl_version} + +%description mhchem +Currently, the mhchem bundle consists of two packages: mhchem +and rsphrase. The mhchem package provides two commands: one for +typesetting chemical molecular formulae and one for typesetting +chemical equations with these formulae. The rsphrase package +contains the text of all official Risk and Safety (R and S) +Phrases that are used to label chemicals. At the time being, +these phrases are available in Danish, English, French, German +(current spelling), and Spanish. + +date: 2011-06-05 22:15:19 +0200 + +%post mhchem +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mhchem +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mhchem +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mhchem-doc +Summary: Documentation for mhchem +Version: svn23334.3.11 +Release: %{tl_noarch_release} +Provides: tex-mhchem-doc +BuildArch: noarch +AutoReqProv: No + +%description mhchem-doc +Documentation for mhchem + +%package miller +Provides: tex-miller = %{tl_version} +License: LPPL +Summary: Typeset miller indices +Version: svn18789.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(miller.sty) = %{tl_version} + +%description miller +Typeset miller indices, e.g., <1-20>, that are used in material +science with an easy syntax. Minus signs are printed as bar +above the corresponding number. + +date: 2007-01-12 00:17:35 +0100 + +%post miller +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun miller +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans miller +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package miller-doc +Summary: Documentation for miller +Version: svn18789.1.2 +Release: %{tl_noarch_release} +Provides: tex-miller-doc +BuildArch: noarch +AutoReqProv: No + +%description miller-doc +Documentation for miller + +%package mychemistry +Provides: tex-mychemistry = %{tl_version} +License: LPPL 1.3 +Summary: Create reaction schemes with LaTeX and ChemFig +Version: svn28611.1.99b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(float.sty) +Requires: tex(xkeyval.sty) +Requires: tex(chemfig.sty) +Requires: tex(chemmacros.sty) +Requires: tex(translations.sty) +Provides: tex(mychemistry.sty) = %{tl_version} + +%description mychemistry +The package provides commands for typesetting complex chemical +reaction schemes with LaTeX and ChemFig. The package requires +the packages ChemFig, mhchem, chemcompounds and (sometimes) +chemexec. + +date: 2012-12-21 20:05:59 +0100 + +%post mychemistry +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mychemistry +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mychemistry +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mychemistry-doc +Summary: Documentation for mychemistry +Version: svn28611.1.99b +Release: %{tl_noarch_release} +Provides: tex-mychemistry-doc +BuildArch: noarch +AutoReqProv: No + +%description mychemistry-doc +Documentation for mychemistry + +%package nuc +Provides: tex-nuc = %{tl_version} +License: LPPL +Summary: Notation for nuclear isotopes +Version: svn22256.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Provides: tex(nuc.sty) = %{tl_version} + +%description nuc +A simple package providing nuclear sub- and superscripts as +commonly used in radiochemistry, radiation science, and nuclear +physics and engineering applications. Isotopes which have Z +with more digits than A require special spacing to appear +properly; this spacing is supported in the package. + +date: 2011-04-28 12:45:40 +0200 + +%post nuc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nuc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nuc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package nuc-doc +Summary: Documentation for nuc +Version: svn22256.0.1 +Release: %{tl_noarch_release} +Provides: tex-nuc-doc +BuildArch: noarch +AutoReqProv: No + +%description nuc-doc +Documentation for nuc + +%package objectz +Provides: tex-objectz = %{tl_version} +License: LPPL +Summary: Macros for typesetting Object Z +Version: svn19389.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(calc.sty) +Provides: tex(oz.sty) = %{tl_version} + +%description objectz +The package will typeset both Z and Object-Z specifications; it +develops the original zed package + +date: 2006-12-30 22:14:40 +0100 + +%post objectz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun objectz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans objectz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package objectz-doc +Summary: Documentation for objectz +Version: svn19389.0 +Release: %{tl_noarch_release} +Provides: tex-objectz-doc +BuildArch: noarch +AutoReqProv: No + +%description objectz-doc +Documentation for objectz + +%package physics +Provides: tex-physics = %{tl_version} +License: LPPL +Summary: Macros supporting the Mathematics of Physics +Version: svn28590.1.3 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(xparse.sty) +Requires: tex(amsmath.sty) +Provides: tex(physics.sty) = %{tl_version} + +%description physics +The package defines simple and flexible macros for typesetting +equations in the languages of vector calculus and linear +algebra, using Dirac notation. + +date: 2012-12-20 17:31:55 +0100 + +%post physics +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun physics +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans physics +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package physics-doc +Summary: Documentation for physics +Version: svn28590.1.3 +Release: %{tl_noarch_release} +Provides: tex-physics-doc +BuildArch: noarch +AutoReqProv: No + +%description physics-doc +Documentation for physics + +%package physymb +Provides: tex-physymb = %{tl_version} +License: LPPL 1.3 +Summary: Assorted macros for Physicists +Version: svn22406.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(amsbsy.sty) +Requires: tex(amsmath.sty) +Requires: tex(amsfonts.sty) +Requires: tex(amssymb.sty) +Requires: tex(accents.sty) +Requires: tex(calligra.sty) +Requires: tex(braket.sty) +Requires: tex(siunitx.sty) +Requires: tex(feynmp.sty) +Provides: tex(physymb.sty) = %{tl_version} + +%description physymb +The package contains a large collection of small macros that +may be useful to physicists and occasionally some +mathematicians. It streamlines writing Dirac notation, +derivatives, vector variables, unit vectors, scientific +notation, elementary particles, and many other things. + +date: 2011-05-10 11:06:42 +0200 + +%post physymb +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun physymb +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans physymb +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package physymb-doc +Summary: Documentation for physymb +Version: svn22406.0.2 +Release: %{tl_noarch_release} +Provides: tex-physymb-doc +BuildArch: noarch +AutoReqProv: No + +%description physymb-doc +Documentation for physymb + +%package pseudocode +Provides: tex-pseudocode = %{tl_version} +License: LPPL +Summary: LaTeX environment for specifying algorithms in a natural way +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fancybox.sty) +Requires: tex(ifthen.sty) +Provides: tex(pseudocode.sty) = %{tl_version} + +%description pseudocode +This package provides the environment "pseudocode" for +describing algorithms in a natural manner. + +date: 2009-03-02 13:24:03 +0100 + +%post pseudocode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pseudocode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pseudocode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package pseudocode-doc +Summary: Documentation for pseudocode +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-pseudocode-doc +BuildArch: noarch +AutoReqProv: No + +%description pseudocode-doc +Documentation for pseudocode + +%package sasnrdisplay +Provides: tex-sasnrdisplay = %{tl_version} +License: LPPL 1.3 +Summary: Typeset SAS or R code or output +Version: svn25751.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(listings.sty) +Requires: tex(xkeyval.sty) +Requires: tex(xcolor.sty) +Requires: tex(etoolbox.sty) +Requires: tex(caption.sty) +Requires: tex(needspace.sty) +Provides: tex(SASnRdisplay.cfg) = %{tl_version} +Provides: tex(SASnRdisplay.sty) = %{tl_version} + +%description sasnrdisplay +The SASnRdisplay package serves as a front-end to the listings, +which permits statisticians and others to import source code, +and the results of their calculations or simulations into LaTeX +projects. The package is also capable of overloading the Sweave +and SASweave packages. + +date: 2012-03-27 17:23:43 +0200 + +%post sasnrdisplay +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sasnrdisplay +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sasnrdisplay +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sasnrdisplay-doc +Summary: Documentation for sasnrdisplay +Version: svn25751.0.91 +Release: %{tl_noarch_release} +Provides: tex-sasnrdisplay-doc +BuildArch: noarch +AutoReqProv: No + +%description sasnrdisplay-doc +Documentation for sasnrdisplay + +%package sciposter +Provides: tex-sciposter = %{tl_version} +License: LPPL +Summary: Make posters of ISO A3 size and larger +Version: svn15878.1.18 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(lettrine.sty) +Requires: tex(graphics.sty) +Requires: tex(color.sty) +Requires: tex(shadow.sty) +Requires: tex(a0size.sty) +Requires: tex(times.sty) +Requires: tex(boxedminipage.sty) +Provides: tex(paperb0.cfg) = %{tl_version} +Provides: tex(paperb1.cfg) = %{tl_version} +Provides: tex(paperb2.cfg) = %{tl_version} +Provides: tex(paperb3.cfg) = %{tl_version} +Provides: tex(papercustom.cfg) = %{tl_version} +Provides: tex(paperra0.cfg) = %{tl_version} +Provides: tex(paperra1.cfg) = %{tl_version} +Provides: tex(paperra2.cfg) = %{tl_version} +Provides: tex(sciposter.cls) = %{tl_version} + +%description sciposter +This collection of files contains LaTeX packages for posters of +ISO A3 size and larger (ISO A0 is the default size). American +paper sizes and custom paper are supported. In particular, +sciposter.cls defines a document class which allows cutting and +pasting most of an article to a poster without any editing +(save reducing the size) -- see the manual. Sciposter does work +for LaTeX, not just pdfLaTeX. However, xdvi produces strange +results, though a recent version of dvips does create good ps- +files from the dvi files. Also note that logos must either be +put in the current working directory or in the directories of +your LaTeX distribution. For some reason graphicspath settings +are ignored. + +date: 2007-02-26 21:24:31 +0100 + +%post sciposter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sciposter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sciposter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sciposter-doc +Summary: Documentation for sciposter +Version: svn15878.1.18 +Release: %{tl_noarch_release} +Provides: tex-sciposter-doc +BuildArch: noarch +AutoReqProv: No + +%description sciposter-doc +Documentation for sciposter + +%package sfg +Provides: tex-sfg = %{tl_version} +License: LPPL +Summary: Draw signal flow graphs +Version: svn20209.0.91 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fp.sty) +Requires: tex(pstricks.sty) +Provides: tex(sfg.sty) = %{tl_version} + +%description sfg +Defines some commands to draw signal flow graphs as used by +electrical and electronics engineers and graph theorists. +Requires fp and pstricks packages (and a relatively fast +machine). + +date: 2010-10-25 17:10:20 +0200 + +%post sfg +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun sfg +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sfg +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package sfg-doc +Summary: Documentation for sfg +Version: svn20209.0.91 +Release: %{tl_noarch_release} +Provides: tex-sfg-doc +BuildArch: noarch +AutoReqProv: No + +%description sfg-doc +Documentation for sfg + +%package siunitx +Provides: tex-siunitx = %{tl_version} +License: LPPL 1.3 +Summary: A comprehensive (SI) units package +Version: svn29360.2.5q +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(amstext.sty) +Requires: tex(array.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xspace.sty) +Requires: tex(translator.sty) +Provides: tex(siunitx-abbreviations.cfg) = %{tl_version} +Provides: tex(siunitx-binary.cfg) = %{tl_version} +Provides: tex(siunitx-version-1.cfg) = %{tl_version} +Provides: tex(siunitx.sty) = %{tl_version} + +%description siunitx +Typesetting values with units requires care to ensure that the +combined mathematical meaning of the value plus unit +combination is clear. In particular, the SI units system lays +down a consistent set of units with rules on how they are to be +used. However, different countries and publishers have +differing conventions on the exact appearance of numbers (and +units). A number of LaTeX packages have been developed to +provide consistent application of the various rules: SIunits, +sistyle, unitsdef and units are the leading examples. The +numprint package provides a large number of number-related +functions, while dcolumn and rccol provide tools for +typesetting tabular numbers. The siunitx package takes the best +from the existing packages, and adds new features and a +consistent interface. A number of new ideas have been +incorporated, to fill gaps in the existing provision. The +package also provides backward-compatibility with SIunits, +sistyle, unitsdef and units. The aim is to have one package to +handle all of the possible unit-related needs of LaTeX users. +The package relies on LaTeX 3 support from the l3kernel and +l3packages bundles. + +date: 2013-03-12 10:55:10 +0100 + +%post siunitx +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun siunitx +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans siunitx +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package siunitx-doc +Summary: Documentation for siunitx +Version: svn29360.2.5q +Release: %{tl_noarch_release} +Provides: tex-siunitx-doc +BuildArch: noarch +AutoReqProv: No + +%description siunitx-doc +Documentation for siunitx + +%package steinmetz +Provides: tex-steinmetz = %{tl_version} +License: LPPL +Summary: Print Steinmetz notation +Version: svn15878.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pict2e.sty) +Provides: tex(steinmetz.sty) = %{tl_version} + +%description steinmetz +The steinmetz package provides a command for typesetting +complex numbers in the Steinmetz notation used in +electrotechnics as: <modulus><argument or phase inside an angle +symbol> The package makes use of pict2e. + +date: 2009-11-10 00:30:52 +0100 + +%post steinmetz +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun steinmetz +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans steinmetz +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package steinmetz-doc +Summary: Documentation for steinmetz +Version: svn15878.1.0 +Release: %{tl_noarch_release} +Provides: tex-steinmetz-doc +BuildArch: noarch +AutoReqProv: No + +%description steinmetz-doc +Documentation for steinmetz + +%package struktex +Provides: tex-struktex = %{tl_version} +License: LPPL 1.2 +Summary: Draw Nassi-Schneidermann charts +Version: svn25916.141 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(hyperref.sty) +Requires: tex(color.sty) +Requires: tex(nameref.sty) +Requires: tex(url.sty) +Requires: tex(ifthen.sty) +Requires: tex(struktxp.sty) +Requires: tex(curves.sty) +Requires: tex(pict2e.sty) +Provides: tex(strukdoc.sty) = %{tl_version} +Provides: tex(struktex.sty) = %{tl_version} +Provides: tex(struktxf.sty) = %{tl_version} +Provides: tex(struktxp.sty) = %{tl_version} + +%description struktex +Even in the age of OOP one must develop algorithms. Nassi- +Shneiderman diagrams are a well known tool to describe an +algorithm in a graphical way. The package offers some macros +for generating those diagrams in a LaTeX document. The package +provides the most important elements of a Nassi-Shneiderman +diagram, including processing blocks, loops, mapping +conventions for alternatives, etc. Diagrams are drawn using the +picture environment (using pict2e for preference). + +date: 2012-04-11 11:11:10 +0200 + +%post struktex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun struktex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans struktex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package struktex-doc +Summary: Documentation for struktex +Version: svn25916.141 +Release: %{tl_noarch_release} +Provides: tex-struktex-doc +BuildArch: noarch +AutoReqProv: No + +%description struktex-doc +Documentation for struktex + +%package substances +Provides: tex-substances = %{tl_version} +License: LPPL 1.3 +Summary: A database of chemicals +Version: svn27182.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(xtemplate.sty) +Requires: tex(chemmacros.sty) +Provides: tex(substances-default.def) = %{tl_version} +Provides: tex(substances.sty) = %{tl_version} + +%description substances +The package provides the means to create a database-like file +that contains data of various chemicals. These data may be +retrieved in the document; an index of the chemicals mentioned +in the document can be created.. + +date: 2012-07-22 22:37:06 +0200 + +%post substances +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun substances +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substances +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package substances-doc +Summary: Documentation for substances +Version: svn27182.0.1 +Release: %{tl_noarch_release} +Provides: tex-substances-doc +BuildArch: noarch +AutoReqProv: No + +%description substances-doc +Documentation for substances + +%package t-angles +Provides: tex-t-angles = %{tl_version} +License: GPL+ +Summary: Draw tangles, trees, Hopf algebra operations and other pictures +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifpdf.sty) +Provides: tex(t-angles.sty) = %{tl_version} + +%description t-angles +A LaTeX2e package for drawing tangles, trees, Hopf algebra +operations and other pictures. It is based on emTeX or TPIC +\special's. Therefore, it can be used with the most popular +drivers, including emTeX drivers, dviwin, xdvi and dvips, and +(using some code from ConTeXt) it may also be used with +PDFLaTeX. + +date: 2007-03-12 14:32:12 +0100 + +%post t-angles +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun t-angles +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans t-angles +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package t-angles-doc +Summary: Documentation for t-angles +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-t-angles-doc +BuildArch: noarch +AutoReqProv: No + +%description t-angles-doc +Documentation for t-angles + +%package textopo +Provides: tex-textopo = %{tl_version} +License: GPL+ +Summary: Annotated membrane protein topology plots +Version: svn23796.1.5 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(texshade.sty) +Requires: tex(color.sty) +Requires: tex(graphics.sty) +Provides: tex(biotex.sty) = %{tl_version} +Provides: tex(textopo.def) = %{tl_version} +Provides: tex(textopo.sty) = %{tl_version} + +%description textopo +A LaTeX package for setting shaded and annotated membrane +protein topology plots and helical wheels. + +date: 2011-06-02 21:02:40 +0200 + +%post textopo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun textopo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textopo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package textopo-doc +Summary: Documentation for textopo +Version: svn23796.1.5 +Release: %{tl_noarch_release} +Provides: tex-textopo-doc +BuildArch: noarch +AutoReqProv: No + +%description textopo-doc +Documentation for textopo + +%package ulqda +Provides: tex-ulqda = %{tl_version} +License: LPPL +Summary: Support of Qualitative Data Analysis +Version: svn26313.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-ulqda-bin +Requires: tex(multicol.sty) +Requires: tex(tikz.sty) +Requires: tex(dot2texi.sty) +Requires: tex(soul.sty) +Provides: tex(ulqda.sty) = %{tl_version} + +%description ulqda +The package is for use in Qualitative Data Analysis research. +It supports the integration of Qualitative Data Analysis (QDA) +research tasks, specifically for Grounded Theory, into the +LaTeX work flow. It assists in the analysis of textual data +such as interview transcripts and field notes by providing the +LaTeX user with macros which are used to markup textual +information -- for example, in-depth interviews. + +date: 2009-11-10 09:00:49 +0100 + +%post ulqda +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ulqda +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulqda +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ulqda-doc +Summary: Documentation for ulqda +Version: svn26313.1.1 +Release: %{tl_noarch_release} +Provides: tex-ulqda-doc +BuildArch: noarch +AutoReqProv: No + +%description ulqda-doc +Documentation for ulqda + +%package ulqda-bin +Summary: Binaries for ulqda +Version: svn13663.0 +Requires: texlive-base +Requires: tex-ulqda +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description ulqda-bin +Binaries for ulqda + +%package unitsdef +Provides: tex-unitsdef = %{tl_version} +License: LPPL +Summary: Typesetting units in LaTeX +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontenc.sty) +Requires: tex(amsmath.sty) +Requires: tex(textcomp.sty) +Requires: tex(units.sty) +Requires: tex(xspace.sty) +Provides: tex(ampabbrv.cfg) = %{tl_version} +Provides: tex(enerabbr.cfg) = %{tl_version} +Provides: tex(freqabbr.cfg) = %{tl_version} +Provides: tex(lengabbr.cfg) = %{tl_version} +Provides: tex(molabbrv.cfg) = %{tl_version} +Provides: tex(timeabbr.cfg) = %{tl_version} +Provides: tex(unitsdef.sty) = %{tl_version} +Provides: tex(volabbrv.cfg) = %{tl_version} +Provides: tex(voltabbr.cfg) = %{tl_version} +Provides: tex(weigabbr.cfg) = %{tl_version} + +%description unitsdef +There are a lot of packages for typesetting units in LaTeX2e. +Some define macros to typeset a lot of units but do not suit to +the actual font settings, some make the characters needed +available but do not predefine any unit. This package tries to +comply with both requirements. It predefines common units, +defines an easy to use interface to define new units and +changes the output concerning to the surrounding font settings. + +date: 2007-01-20 15:20:16 +0100 + +%post unitsdef +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun unitsdef +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unitsdef +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package unitsdef-doc +Summary: Documentation for unitsdef +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-unitsdef-doc +BuildArch: noarch +AutoReqProv: No + +%description unitsdef-doc +Documentation for unitsdef + +%package youngtab +Provides: tex-youngtab = %{tl_version} +License: LPPL +Summary: Typeset Young-Tableaux +Version: svn17635.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(youngtab.sty) = %{tl_version} + +%description youngtab +A package for typesetting Young-Tableaux, mathematical symbols +for the representations of groups, providing two macros, +\yng(1) and \young(1) to generate the whole Young-Tableaux. + +date: 2010-03-30 14:47:00 +0200 + +%post youngtab +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun youngtab +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans youngtab +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package youngtab-doc +Summary: Documentation for youngtab +Version: svn17635.1.1 +Release: %{tl_noarch_release} +Provides: tex-youngtab-doc +BuildArch: noarch +AutoReqProv: No + +%description youngtab-doc +Documentation for youngtab + +%package collection-xetex +Summary: XeTeX and packages +Version: svn30396.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: tex-arabxetex +Requires: tex-euenc +Requires: tex-fixlatvian +Requires: tex-fontbook +Requires: tex-fontwrap +Requires: tex-mathspec +Requires: tex-philokalia +Requires: tex-polyglossia +Requires: tex-ptext +Requires: tex-realscripts +Requires: tex-ucharclasses +Requires: tex-unisugar +Requires: tex-xecjk +Requires: tex-xecolor +Requires: tex-xecyr +Requires: tex-xeindex +Requires: tex-xepersian +Requires: tex-xesearch +Requires: tex-xetex +Requires: tex-xetex-def +Requires: tex-xetex-itrans +Requires: tex-xetex-pstricks +Requires: tex-xetex-tibetan +Requires: tex-xetexconfig +Requires: tex-xetexfontinfo +Requires: tex-xetexko +Requires: tex-xevlna +Requires: tex-xltxtra +Requires: tex-xunicode +Provides: tex(xetex) = %{tl_version} +Obsoletes: texlive-texmf-xetex < %{tl_version} + +%description collection-xetex +Packages for XeTeX, the Unicode/OpenType-enabled TeX by +Jonathan Kew, http://tug.org/xetex. + +%package euenc +Provides: tex-euenc = %{tl_version} +License: LPPL 1.3 +Summary: Unicode font encoding definitions for XeTeX +Version: svn19795.0.1h +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(eu1enc.def) = %{tl_version} +Provides: tex(eu1lmdh.fd) = %{tl_version} +Provides: tex(eu1lmr.fd) = %{tl_version} +Provides: tex(eu1lmss.fd) = %{tl_version} +Provides: tex(eu1lmssq.fd) = %{tl_version} +Provides: tex(eu1lmtt.fd) = %{tl_version} +Provides: tex(eu1lmvtt.fd) = %{tl_version} +Provides: tex(eu2enc.def) = %{tl_version} +Provides: tex(eu2lmdh.fd) = %{tl_version} +Provides: tex(eu2lmr.fd) = %{tl_version} +Provides: tex(eu2lmss.fd) = %{tl_version} +Provides: tex(eu2lmssq.fd) = %{tl_version} +Provides: tex(eu2lmtt.fd) = %{tl_version} +Provides: tex(eu2lmvtt.fd) = %{tl_version} + +%description euenc +Font encoding definitions for unicode fonts loaded by LaTeX in +XeTeX or LuaTeX. The package provides two encodings: -- EU1, +designed for use with XeTeX, which the fontspec uses for +unicode fonts which require no macro-level processing for +accents, and -- EU2, which provides the same facilities for use +with LuaTeX. Neither encoding places any restriction on the +glyphs provided by a font; use of EU2 causes the package +euxunicode to be loaded (the package is part of this +distribution). The package includes font definition files for +use with the Latin Modern OpenType fonts. + +date: 2010-09-19 01:22:04 +0200 + +%post euenc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun euenc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euenc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package euenc-doc +Summary: Documentation for euenc +Version: svn19795.0.1h +Release: %{tl_noarch_release} +Provides: tex-euenc-doc +BuildArch: noarch +AutoReqProv: No + +%description euenc-doc +Documentation for euenc + +%package fixlatvian +Provides: tex-fixlatvian = %{tl_version} +License: LPPL 1.3 +Summary: Improve Latvian language support in XeLaTeX +Version: svn21631.1a +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(svn-prov.sty) +Requires: tex(caption.sty) +Requires: tex(etoolbox.sty) +Requires: tex(perpage.sty) +Requires: tex(polyglossia.sty) +Requires: tex(xstring.sty) +Requires: tex(indentfirst.sty) +Requires: tex(icomma.sty) +Provides: tex(fixlatvian.sty) = %{tl_version} + +%description fixlatvian +The package offers improvement of the Latvian language support +in polyglossia, in particular in the area of the standard +classes. + +date: 2011-03-06 19:31:04 +0100 + +%post fixlatvian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fixlatvian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixlatvian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fixlatvian-doc +Summary: Documentation for fixlatvian +Version: svn21631.1a +Release: %{tl_noarch_release} +Provides: tex-fixlatvian-doc +BuildArch: noarch +AutoReqProv: No + +%description fixlatvian-doc +Documentation for fixlatvian + +%package fontbook +Provides: tex-fontbook = %{tl_version} +License: LPPL 1.3 +Summary: Generate a font book +Version: svn23608.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(kvoptions.sty) +Requires: tex(etoolbox.sty) +Provides: tex(fontbook.sty) = %{tl_version} + +%description fontbook +The package provides a means of producing a 'book' of font +samples (for evaluation, etc.). + +date: 2011-08-17 19:15:50 +0200 + +%post fontbook +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontbook +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontbook +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontbook-doc +Summary: Documentation for fontbook +Version: svn23608.0.2 +Release: %{tl_noarch_release} +Provides: tex-fontbook-doc +BuildArch: noarch +AutoReqProv: No + +%description fontbook-doc +Documentation for fontbook + +%package fontwrap +Provides: tex-fontwrap = %{tl_version} +License: GPL+ +Summary: Bind fonts to specific unicode blocks +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(fontwrap.sty) = %{tl_version} + +%description fontwrap +The package (which runs under XeLaTeX) lets you bind fonts to +specific unicode blocks, for automatic font tagging of +multilingual text. The package uses Perl (via perltex) to +construct its tables. + +date: 2008-08-19 20:38:14 +0200 + +%post fontwrap +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fontwrap +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontwrap +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package fontwrap-doc +Summary: Documentation for fontwrap +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-fontwrap-doc +BuildArch: noarch +AutoReqProv: No + +%description fontwrap-doc +Documentation for fontwrap + +%package mathspec +Provides: tex-mathspec = %{tl_version} +License: LPPL +Summary: Specify arbitrary fonts for mathematics in XeTeX +Version: svn15878.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(amstext.sty) +Requires: tex(ifxetex.sty) +Requires: tex(fontspec.sty) +Requires: tex(xkeyval.sty) +Requires: tex(MnSymbol.sty) +Provides: tex(mathspec.sty) = %{tl_version} + +%description mathspec +The mathspec package provides an interface to typeset +mathematics in XeLaTeX with arbitrary text fonts using fontspec +as a backend. The package is under development and later +versions might to be incompatible with this version, as this +version is incompatible with earlier versions. The package +requires at least version 0.9995 of XeTeX. + +date: 2009-09-30 20:39:21 +0200 + +%post mathspec +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mathspec +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathspec +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package mathspec-doc +Summary: Documentation for mathspec +Version: svn15878.0.2 +Release: %{tl_noarch_release} +Provides: tex-mathspec-doc +BuildArch: noarch +AutoReqProv: No + +%description mathspec-doc +Documentation for mathspec + +%package philokalia +Provides: tex-philokalia = %{tl_version} +License: OFL +Summary: A font to typeset the Philokalia Books +Version: svn18651.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(xltxtra.sty) +Requires: tex(lettrine.sty) +Provides: tex(Philokalia-Regular.otf) = %{tl_version} +Provides: tex(eu1plk.fd) = %{tl_version} +Provides: tex(philokalia.sty) = %{tl_version} + +%description philokalia +The philokalia package has been designed to ease the use of the +Philokalia-Regular OpenType font with XeLaTeX. The font started +as a project to digitize the typeface used to typeset the +Philokalia books. + +date: 2007-09-24 10:59:32 +0200 + +%post philokalia +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun philokalia +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philokalia +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package philokalia-doc +Summary: Documentation for philokalia +Version: svn18651.1.1 +Release: %{tl_noarch_release} +Provides: tex-philokalia-doc +BuildArch: noarch +AutoReqProv: No + +%description philokalia-doc +Documentation for philokalia + +%package polyglossia +Provides: tex-polyglossia = %{tl_version} +License: LPPL 1.3 +Summary: Modern multilingual typesetting with XeLaTeX +Version: svn30596.v1.33.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-etoolbox +Requires: tex-fontspec +Requires: tex-ifluatex +Requires: tex-makecmds +Requires: tex-xkeyval +Requires: tex(bidi.sty) +Requires: tex(calc.sty) +Requires: tex(hebrewcal.sty) +Requires: tex(xkeyval.sty) +Requires: tex(etoolbox.sty) +Requires: tex(makecmds.sty) +Requires: tex(fontspec.sty) +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase.sty) +Provides: tex(arabicdigits.map) = %{tl_version} +Provides: tex(bengalidigits.map) = %{tl_version} +Provides: tex(devanagaridigits.map) = %{tl_version} +Provides: tex(farsidigits.map) = %{tl_version} +Provides: tex(thaidigits.map) = %{tl_version} +Provides: tex(arabicnumbers.sty) = %{tl_version} +Provides: tex(babel-hebrewalph.def) = %{tl_version} +Provides: tex(babelsh.def) = %{tl_version} +Provides: tex(cal-util.def) = %{tl_version} +Provides: tex(devanagaridigits.sty) = %{tl_version} +Provides: tex(farsical.sty) = %{tl_version} +Provides: tex(gloss-albanian.ldf) = %{tl_version} +Provides: tex(gloss-amharic.ldf) = %{tl_version} +Provides: tex(gloss-arabic.ldf) = %{tl_version} +Provides: tex(gloss-armenian.ldf) = %{tl_version} +Provides: tex(gloss-asturian.ldf) = %{tl_version} +Provides: tex(gloss-bahasai.ldf) = %{tl_version} +Provides: tex(gloss-bahasam.ldf) = %{tl_version} +Provides: tex(gloss-basque.ldf) = %{tl_version} +Provides: tex(gloss-bengali.ldf) = %{tl_version} +Provides: tex(gloss-brazil.ldf) = %{tl_version} +Provides: tex(gloss-breton.ldf) = %{tl_version} +Provides: tex(gloss-bulgarian.ldf) = %{tl_version} +Provides: tex(gloss-catalan.ldf) = %{tl_version} +Provides: tex(gloss-coptic.ldf) = %{tl_version} +Provides: tex(gloss-croatian.ldf) = %{tl_version} +Provides: tex(gloss-czech.ldf) = %{tl_version} +Provides: tex(gloss-danish.ldf) = %{tl_version} +Provides: tex(gloss-divehi.ldf) = %{tl_version} +Provides: tex(gloss-dutch.ldf) = %{tl_version} +Provides: tex(gloss-english.ldf) = %{tl_version} +Provides: tex(gloss-esperanto.ldf) = %{tl_version} +Provides: tex(gloss-estonian.ldf) = %{tl_version} +Provides: tex(gloss-farsi.ldf) = %{tl_version} +Provides: tex(gloss-finnish.ldf) = %{tl_version} +Provides: tex(gloss-french.ldf) = %{tl_version} +Provides: tex(gloss-friulan.ldf) = %{tl_version} +Provides: tex(gloss-galician.ldf) = %{tl_version} +Provides: tex(gloss-german.ldf) = %{tl_version} +Provides: tex(gloss-greek.ldf) = %{tl_version} +Provides: tex(gloss-hebrew.ldf) = %{tl_version} +Provides: tex(gloss-hindi.ldf) = %{tl_version} +Provides: tex(gloss-icelandic.ldf) = %{tl_version} +Provides: tex(gloss-interlingua.ldf) = %{tl_version} +Provides: tex(gloss-irish.ldf) = %{tl_version} +Provides: tex(gloss-italian.ldf) = %{tl_version} +Provides: tex(gloss-kannada.ldf) = %{tl_version} +Provides: tex(gloss-lao.ldf) = %{tl_version} +Provides: tex(gloss-latin.ldf) = %{tl_version} +Provides: tex(gloss-latvian.ldf) = %{tl_version} +Provides: tex(gloss-lithuanian.ldf) = %{tl_version} +Provides: tex(gloss-lsorbian.ldf) = %{tl_version} +Provides: tex(gloss-magyar.ldf) = %{tl_version} +Provides: tex(gloss-malayalam.ldf) = %{tl_version} +Provides: tex(gloss-marathi.ldf) = %{tl_version} +Provides: tex(gloss-nko.ldf) = %{tl_version} +Provides: tex(gloss-norsk.ldf) = %{tl_version} +Provides: tex(gloss-nynorsk.ldf) = %{tl_version} +Provides: tex(gloss-occitan.ldf) = %{tl_version} +Provides: tex(gloss-piedmontese.ldf) = %{tl_version} +Provides: tex(gloss-polish.ldf) = %{tl_version} +Provides: tex(gloss-portuges.ldf) = %{tl_version} +Provides: tex(gloss-romanian.ldf) = %{tl_version} +Provides: tex(gloss-romansh.ldf) = %{tl_version} +Provides: tex(gloss-russian.ldf) = %{tl_version} +Provides: tex(gloss-samin.ldf) = %{tl_version} +Provides: tex(gloss-sanskrit.ldf) = %{tl_version} +Provides: tex(gloss-scottish.ldf) = %{tl_version} +Provides: tex(gloss-serbian.ldf) = %{tl_version} +Provides: tex(gloss-slovak.ldf) = %{tl_version} +Provides: tex(gloss-slovenian.ldf) = %{tl_version} +Provides: tex(gloss-spanish.ldf) = %{tl_version} +Provides: tex(gloss-swedish.ldf) = %{tl_version} +Provides: tex(gloss-syriac.ldf) = %{tl_version} +Provides: tex(gloss-tamil.ldf) = %{tl_version} +Provides: tex(gloss-telugu.ldf) = %{tl_version} +Provides: tex(gloss-thai.ldf) = %{tl_version} +Provides: tex(gloss-tibetan.ldf) = %{tl_version} +Provides: tex(gloss-turkish.ldf) = %{tl_version} +Provides: tex(gloss-turkmen.ldf) = %{tl_version} +Provides: tex(gloss-ukrainian.ldf) = %{tl_version} +Provides: tex(gloss-urdu.ldf) = %{tl_version} +Provides: tex(gloss-usorbian.ldf) = %{tl_version} +Provides: tex(gloss-vietnamese.ldf) = %{tl_version} +Provides: tex(gloss-welsh.ldf) = %{tl_version} +Provides: tex(hebrewcal.sty) = %{tl_version} +Provides: tex(hijrical.sty) = %{tl_version} +Provides: tex(nkonumbers.sty) = %{tl_version} +Provides: tex(polyglossia.sty) = %{tl_version} +Provides: tex(xgreek-fixes.def) = %{tl_version} + +%description polyglossia +This package provides a complete Babel replacement for users of +LuaLaTeX and XeLaTeX; it relies on the fontspec package, +version 2.0 at least. This is the first release that supports +use with LuaLaTeX; it should be considered "transitional" in +that role. + +date: 2013-05-20 17:36:30 +0200 + +%post polyglossia +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun polyglossia +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polyglossia +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package polyglossia-doc +Summary: Documentation for polyglossia +Version: svn30596.v1.33.0 +Release: %{tl_noarch_release} +Provides: tex-polyglossia-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-etoolbox-doc +Requires: tex-fontspec-doc +Requires: tex-ifluatex-doc +Requires: tex-makecmds-doc +Requires: tex-xkeyval-doc + +%description polyglossia-doc +Documentation for polyglossia + +%package ptext +Provides: tex-ptext = %{tl_version} +License: LPPL 1.2 +Summary: A 'lipsum' for Persian +Version: svn30171.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(biditools.sty) +Provides: tex(ptext.sty) = %{tl_version} + +%description ptext +The package provides lipsum-like facilities for the Persian +language. The source of the filling text is the Persian epic +"the Shanameh" (100 paragraphs are used.) The package needs to +be run under XeLaTeX. + +date: 2013-04-29 15:26:25 +0200 + +%post ptext +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ptext +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptext +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ptext-doc +Summary: Documentation for ptext +Version: svn30171.1.1 +Release: %{tl_noarch_release} +Provides: tex-ptext-doc +BuildArch: noarch +AutoReqProv: No + +%description ptext-doc +Documentation for ptext + +%package realscripts +Provides: tex-realscripts = %{tl_version} +License: LPPL 1.3 +Summary: Access OpenType subscript and superscript glyphs +Version: svn29423.0.3b +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Provides: tex(realscripts.sty) = %{tl_version} + +%description realscripts +This small package replaces \textsuperscript and \textsubscript +commands by equivalent commands that use OpenType font features +to access appropriate glyphs if possible. The package also +patches LaTeX's default footnote command to use this new +\textsuperscript for footnote symbols. The package requires +fontspec running on either XeLaTeX or LuaLaTeX. The package +holds functions that were once parts of the xltxtra package, +which now loads realscripts by default. + +date: 2013-02-27 17:45:34 +0100 + +%post realscripts +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun realscripts +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans realscripts +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package realscripts-doc +Summary: Documentation for realscripts +Version: svn29423.0.3b +Release: %{tl_noarch_release} +Provides: tex-realscripts-doc +BuildArch: noarch +AutoReqProv: No + +%description realscripts-doc +Documentation for realscripts + +%package ucharclasses +Provides: tex-ucharclasses = %{tl_version} +License: Public Domain +Summary: Switch fonts in XeTeX according to what is being processed +Version: svn27820.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Provides: tex(ucharclasses.sty) = %{tl_version} + +%description ucharclasses +The package takes care of switching fonts when you switch from +one Unicode block to another in the text of a document. This +way, you can write a document with no explicit font selection, +but a series of rules of the form "when entering block ..., +switch font to use ...". + +date: 2012-09-26 16:27:49 +0200 + +%post ucharclasses +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun ucharclasses +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucharclasses +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package ucharclasses-doc +Summary: Documentation for ucharclasses +Version: svn27820.2.0 +Release: %{tl_noarch_release} +Provides: tex-ucharclasses-doc +BuildArch: noarch +AutoReqProv: No + +%description ucharclasses-doc +Documentation for ucharclasses + +%package unisugar +Provides: tex-unisugar = %{tl_version} +License: LPPL 1.3 +Summary: Define syntactic sugar for Unicode LaTeX +Version: svn22357.0.92 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifxetex.sty) +Provides: tex(unisugar.sty) = %{tl_version} + +%description unisugar +The package allows the user to define shorthand aliases for +single Unicode characters, and also provides support for such +aliases in RTL-text. The package requires an TeX-alike system +that uses Unicode input in a native way: current examples are +XeTeX and LuaTeX. + +date: 2011-05-08 11:17:43 +0200 + +%post unisugar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun unisugar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unisugar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package unisugar-doc +Summary: Documentation for unisugar +Version: svn22357.0.92 +Release: %{tl_noarch_release} +Provides: tex-unisugar-doc +BuildArch: noarch +AutoReqProv: No + +%description unisugar-doc +Documentation for unisugar + +%package xecjk +Provides: tex-xecjk = %{tl_version} +License: LPPL +Summary: Support for CJK documents in XeLaTeX +Version: svn28816.3.1.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(expl3.sty) +Requires: tex(xtemplate.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(fontspec.sty) +Requires: tex(indentfirst.sty) +Requires: tex(CJKnumb.sty) +Requires: tex(ulem.sty) +Requires: tex(CJKfntef.sty) +Provides: tex(xeCJK.cfg) = %{tl_version} +Provides: tex(xeCJK.sty) = %{tl_version} +Provides: tex(xeCJKfntef.sty) = %{tl_version} + +%description xecjk +A LaTeX package for typesetting CJK documents in the way users +have become used to, in the CJK package. The package requires a +current version of xtemplate (and hence of the current LaTeX 3 +development environment. + +date: 2013-01-12 09:41:22 +0100 + +%post xecjk +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xecjk +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecjk +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xecjk-doc +Summary: Documentation for xecjk +Version: svn28816.3.1.2 +Release: %{tl_noarch_release} +Provides: tex-xecjk-doc +BuildArch: noarch +AutoReqProv: No + +%description xecjk-doc +Documentation for xecjk + +%package xecolor +Provides: tex-xecolor = %{tl_version} +License: LPPL 1.3 +Summary: Support for color in XeLaTeX +Version: svn29660.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(iftex.sty) +Provides: tex(xecolor.sty) = %{tl_version} + +%description xecolor +This is a simple package which defines about 140 different +colours using XeTeX's colour feature. The colours can be used +in bidirectional texts without any problem. + +date: 2013-04-04 12:47:47 +0200 + +%post xecolor +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xecolor +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecolor +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xecolor-doc +Summary: Documentation for xecolor +Version: svn29660.0.1 +Release: %{tl_noarch_release} +Provides: tex-xecolor-doc +BuildArch: noarch +AutoReqProv: No + +%description xecolor-doc +Documentation for xecolor + +%package xecyr +Provides: tex-xecyr = %{tl_version} +License: LPPL +Summary: Using Cyrillic languages in XeTeX +Version: svn20221.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(misccorr.sty) +Requires: tex(xltxtra.sty) +Requires: tex(xunicode.sty) +Provides: tex(xu-ruenhyph.tex) = %{tl_version} +Provides: tex(xecyr.sty) = %{tl_version} + +%description xecyr +Helper tools for using Cyrillic languages with XeLaTeX and +babel. + +date: 2010-10-26 13:00:58 +0200 + +%post xecyr +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xecyr +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecyr +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xecyr-doc +Summary: Documentation for xecyr +Version: svn20221.1.1 +Release: %{tl_noarch_release} +Provides: tex-xecyr-doc +BuildArch: noarch +AutoReqProv: No + +%description xecyr-doc +Documentation for xecyr + +%package xeindex +Provides: tex-xeindex = %{tl_version} +License: LPPL +Summary: Automatic index generation for XeLaTeX +Version: svn16760.0.2 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(makeidx.sty) +Requires: tex(xesearch.sty) +Provides: tex(xeindex.sty) = %{tl_version} + +%description xeindex +The package is based on XeSearch, and will automatically index +words or phrases in an XeLaTeX document. Words are declared in +a list, and every occurrence then creates an index entry whose +content can be fully specified beforehand. + +date: 2010-01-17 14:52:57 +0100 + +%post xeindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xeindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xeindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xeindex-doc +Summary: Documentation for xeindex +Version: svn16760.0.2 +Release: %{tl_noarch_release} +Provides: tex-xeindex-doc +BuildArch: noarch +AutoReqProv: No + +%description xeindex-doc +Documentation for xeindex + +%package xepersian +Provides: tex-xepersian = %{tl_version} +License: LPPL 1.3 +Summary: Persian for LaTeX, using XeTeX +Version: svn30172.12.7 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(ifthen.sty) +Requires: tex(ifxetex.sty) +Requires: tex(multido.sty) +Requires: tex(datetime.sty) +Requires: tex(multicol.sty) +Requires: tex(fancyhdr.sty) +Requires: tex(fancybox.sty) +Requires: tex(geometry.sty) +Requires: tex(textpos.sty) +Requires: tex(hyphenat.sty) +Requires: tex(lastpage.sty) +Requires: tex(setspace.sty) +Requires: tex(ragged2e.sty) +Requires: tex(pifont.sty) +Requires: tex(fullpage.sty) +Requires: tex(calc.sty) +Requires: tex(verbatim.sty) +Requires: tex(tabularx.sty) +Requires: tex(fontspec.sty) +Requires: tex(bidi.sty) +Requires: tex(extrafootnotefeatures.def) +Provides: tex(parsidigits.map) = %{tl_version} +Provides: tex(algorithm-xepersian.def) = %{tl_version} +Provides: tex(algorithmic-xepersian.def) = %{tl_version} +Provides: tex(amsart-xepersian.def) = %{tl_version} +Provides: tex(amsbook-xepersian.def) = %{tl_version} +Provides: tex(article-xepersian.def) = %{tl_version} +Provides: tex(artikel1-xepersian.def) = %{tl_version} +Provides: tex(artikel2-xepersian.def) = %{tl_version} +Provides: tex(artikel3-xepersian.def) = %{tl_version} +Provides: tex(backref-xepersian.def) = %{tl_version} +Provides: tex(bidimoderncv-xepersian.def) = %{tl_version} +Provides: tex(bidituftesidenote-xepersian.def) = %{tl_version} +Provides: tex(boek-xepersian.def) = %{tl_version} +Provides: tex(boek3-xepersian.def) = %{tl_version} +Provides: tex(book-xepersian.def) = %{tl_version} +Provides: tex(bookest-xepersian.def) = %{tl_version} +Provides: tex(breqn-xepersian.def) = %{tl_version} +Provides: tex(color-localise.def) = %{tl_version} +Provides: tex(commands-ltx.def) = %{tl_version} +Provides: tex(commands-xepersian.def) = %{tl_version} +Provides: tex(enumerate-xepersian.def) = %{tl_version} +Provides: tex(environments-ltx.def) = %{tl_version} +Provides: tex(environments-xepersian.def) = %{tl_version} +Provides: tex(extarticle-xepersian.def) = %{tl_version} +Provides: tex(extbook-xepersian.def) = %{tl_version} +Provides: tex(extrafootnotefeatures-xepersian.def) = %{tl_version} +Provides: tex(extreport-xepersian.def) = %{tl_version} +Provides: tex(flowfram-xepersian.def) = %{tl_version} +Provides: tex(footnote-bidi-xepersian.def) = %{tl_version} +Provides: tex(framed-bidi-xepersian.def) = %{tl_version} +Provides: tex(glossaries-xepersian.def) = %{tl_version} +Provides: tex(hyperref-xepersian.def) = %{tl_version} +Provides: tex(imsproc-xepersian.def) = %{tl_version} +Provides: tex(kashida-xepersian.def) = %{tl_version} +Provides: tex(listings-xepersian.def) = %{tl_version} +Provides: tex(loadingorder-bidi-xepersian.def) = %{tl_version} +Provides: tex(localise-xepersian.def) = %{tl_version} +Provides: tex(memoir-xepersian.def) = %{tl_version} +Provides: tex(messages-localise.def) = %{tl_version} +Provides: tex(minitoc-xepersian.def) = %{tl_version} +Provides: tex(misc-localise-xepersian.def) = %{tl_version} +Provides: tex(natbib-xepersian.def) = %{tl_version} +Provides: tex(packages-localise-xepersian.def) = %{tl_version} +Provides: tex(rapport1-xepersian.def) = %{tl_version} +Provides: tex(rapport3-xepersian.def) = %{tl_version} +Provides: tex(refrep-xepersian.def) = %{tl_version} +Provides: tex(report-xepersian.def) = %{tl_version} +Provides: tex(scrartcl-xepersian.def) = %{tl_version} +Provides: tex(scrbook-xepersian.def) = %{tl_version} +Provides: tex(scrreprt-xepersian.def) = %{tl_version} +Provides: tex(tkz-linknodes-xepersian.def) = %{tl_version} +Provides: tex(tocloft-xepersian.def) = %{tl_version} +Provides: tex(xepersian-magazine.cls) = %{tl_version} +Provides: tex(xepersian-mathsdigitspec.sty) = %{tl_version} +Provides: tex(xepersian-multiplechoice.sty) = %{tl_version} +Provides: tex(xepersian-persiancal.sty) = %{tl_version} +Provides: tex(xepersian.sty) = %{tl_version} + +%description xepersian +The package supports Persian typesetting, using the Persian +Modern fonts, by default. + +date: 2013-04-26 13:45:29 +0200 + +%post xepersian +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xepersian +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xepersian +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xepersian-doc +Summary: Documentation for xepersian +Version: svn30172.12.7 +Release: %{tl_noarch_release} +Provides: tex-xepersian-doc +BuildArch: noarch +AutoReqProv: No + +%description xepersian-doc +Documentation for xepersian + +%package xesearch +Provides: tex-xesearch = %{tl_version} +License: LPPL +Summary: A string finder for XeTeX +Version: svn16041.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(t-xesearch.tex) = %{tl_version} +Provides: tex(xesearch.sty) = %{tl_version} + +%description xesearch +The package finds strings (e.g. (parts of) words or phrases) +and manipulates them (apply any macro), thus turning each word +or phrase into a possible command. It is written in plain XeTeX +and should thus work with any format (it is known to work with +LaTeX and ConTeXt). The main application for the moment is +XeIndex, an automatic index for XeLaTeX, but examples are given +of simple use to check spelling, count words, and highlight +syntax of programming languages. + +date: 2009-11-18 12:12:09 +0100 + +%post xesearch +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xesearch +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xesearch +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xesearch-doc +Summary: Documentation for xesearch +Version: svn16041.0 +Release: %{tl_noarch_release} +Provides: tex-xesearch-doc +BuildArch: noarch +AutoReqProv: No + +%description xesearch-doc +Documentation for xesearch + +%package xetex-def +Provides: tex-xetex-def = %{tl_version} +License: LPPL +Summary: Colour and graphics support for XeTeX +Version: svn30175.0.95 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xetex.def) = %{tl_version} + +%description xetex-def +The file xetex.def provides device-specific definitions for +colour and graphics support when running Xe(La)TeX + +date: 2013-02-20 11:06:23 +0100 + +%post xetex-def +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetex-def +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-def +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-itrans +Provides: tex-xetex-itrans = %{tl_version} +License: LPPL 1.3 +Summary: Itrans input maps for use with XeLaTeX +Version: svn24105.4.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(brh-kan.map) = %{tl_version} +Provides: tex(itrans-dvn.map) = %{tl_version} +Provides: tex(itrans-iast.map) = %{tl_version} +Provides: tex(itrans-kan.map) = %{tl_version} +Provides: tex(itrans-sankan.map) = %{tl_version} +Provides: tex(itrans-santel.map) = %{tl_version} +Provides: tex(itrans-sdvn.map) = %{tl_version} +Provides: tex(itrans-tamil.map) = %{tl_version} +Provides: tex(itrans-tel.map) = %{tl_version} + +%description xetex-itrans +The package provides maps for use with XeLaTeX with coding done +using itrans. Fontspec maps are provided for Devanagari +(Sanskrit), for Sanskrit in Kannada and for Kannada itself. + +date: 2011-09-26 15:47:09 +0200 + +%post xetex-itrans +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetex-itrans +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-itrans +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-itrans-doc +Summary: Documentation for xetex-itrans +Version: svn24105.4.0 +Release: %{tl_noarch_release} +Provides: tex-xetex-itrans-doc +BuildArch: noarch +AutoReqProv: No + +%description xetex-itrans-doc +Documentation for xetex-itrans + +%package xetex-pstricks +Provides: tex-xetex-pstricks = %{tl_version} +License: Public Domain +Summary: Running PStricks under XeTeX +Version: svn17055.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description xetex-pstricks +The package provides an indirection scheme for XeTeX to use the +pstricks xdvipdfmx.cfg configuration file, so that XeTeX +documents will load it in preference to the standard +pstricks.con configuration file. With this configuration, many +PSTricks features can be used in xelatex or plain xetex +documents. + +date: 2010-02-18 14:04:58 +0100 + +%post xetex-pstricks +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetex-pstricks +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-pstricks +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-pstricks-doc +Summary: Documentation for xetex-pstricks +Version: svn17055.0 +Release: %{tl_noarch_release} +Provides: tex-xetex-pstricks-doc +BuildArch: noarch +AutoReqProv: No + +%description xetex-pstricks-doc +Documentation for xetex-pstricks + +%package xetex-tibetan +Provides: tex-xetex-tibetan = %{tl_version} +License: LPPL +Summary: XeTeX input maps for Unicode Tibetan +Version: svn28847.0.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(loctib.map) = %{tl_version} +Provides: tex(wylie.map) = %{tl_version} + +%description xetex-tibetan +The package provides a map for use with Jonathan Kew's TECkit, +to translate Tibetan to Unicode (range 0F00-0FFF). + +date: 2013-01-15 18:22:19 +0100 + +%post xetex-tibetan +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetex-tibetan +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-tibetan +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetex-tibetan-doc +Summary: Documentation for xetex-tibetan +Version: svn28847.0.1 +Release: %{tl_noarch_release} +Provides: tex-xetex-tibetan-doc +BuildArch: noarch +AutoReqProv: No + +%description xetex-tibetan-doc +Documentation for xetex-tibetan + +%package xetexfontinfo +Provides: tex-xetexfontinfo = %{tl_version} +License: ASL 2.0 +Summary: Report font features in XeTeX +Version: svn15878.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(aat-info.tex) = %{tl_version} +Provides: tex(opentype-info.tex) = %{tl_version} + +%description xetexfontinfo +A pair of documents to reveal the font features supported by +fonts usable in XeTeX. Use OpenType-info.tex for OpenType +fonts, and AAT-info.tex for AAT fonts (Mac OS X only). + +date: 2008-08-24 00:31:24 +0200 + +%post xetexfontinfo +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetexfontinfo +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexfontinfo +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetexfontinfo-doc +Summary: Documentation for xetexfontinfo +Version: svn15878.0 +Release: %{tl_noarch_release} +Provides: tex-xetexfontinfo-doc +BuildArch: noarch +AutoReqProv: No + +%description xetexfontinfo-doc +Documentation for xetexfontinfo + +%package xetexko +Provides: tex-xetexko = %{tl_version} +License: LPPL +Summary: xetexko package +Version: svn30110.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xkeyval.sty) +Requires: tex(kolabels-utf.sty) +Requires: tex(konames-utf.sty) +Provides: tex(xetexko-font.sty) = %{tl_version} +Provides: tex(xetexko-hanging.sty) = %{tl_version} +Provides: tex(xetexko-josa.sty) = %{tl_version} +Provides: tex(xetexko-space.sty) = %{tl_version} +Provides: tex(xetexko-vertical.sty) = %{tl_version} +Provides: tex(xetexko.sty) = %{tl_version} + +%description xetexko +xetexko package + +%post xetexko +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xetexko +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexko +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xetexko-doc +Summary: Documentation for xetexko +Version: svn30110.0 +Release: %{tl_noarch_release} +Provides: tex-xetexko-doc +BuildArch: noarch +AutoReqProv: No + +%description xetexko-doc +Documentation for xetexko + +%package xevlna +Provides: tex-xevlna = %{tl_version} +License: LPPL 1.3 +Summary: Insert non-breakable spaces using XeTeX +Version: svn30086.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(xevlna.sty) = %{tl_version} + +%description xevlna +The package will directly insert nonbreakable spaces (in Czech, +vlna or vlnka), after nonsyllabic prepositions and single +letter conjuctions, while the document is being typeset. (The +macros recognised maths and verbatim by TeX means.) (Inserting +nonbreakable spaces by a preprocessor will probably never be +fully reliable, because user defined macros and environments +cannot reliably be recognised.) The package works both with +(Plain) XeTeX and with XeLaTeX. + +date: 2013-04-23 11:12:19 +0200 + +%post xevlna +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xevlna +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xevlna +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xevlna-doc +Summary: Documentation for xevlna +Version: svn30086.1.0 +Release: %{tl_noarch_release} +Provides: tex-xevlna-doc +BuildArch: noarch +AutoReqProv: No + +%description xevlna-doc +Documentation for xevlna + +%package xltxtra +Provides: tex-xltxtra = %{tl_version} +License: LPPL +Summary: "Extras" for LaTeX users of XeTeX +Version: svn30466.0.5e +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-metalogo +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Requires: tex(ifxetex.sty) +Requires: tex(realscripts.sty) +Requires: tex(metalogo.sty) +Provides: tex(xltxtra.sty) = %{tl_version} + +%description xltxtra +The package loads the fixltx2e package from the LaTeX +distribution, and etex.sty from the e-TeX distribution. The +package then patches the \- (discretionary hyphen command) to +use the current hyphen character (which may be different from +than the default, which is the character at the ASCII hyphen +slot), and loads the realscripts to patch the \textsuperscript +command (from the LaTeX kernel) and the \textsubscript command +(from the fixltx2e package). The package is loaded by the +fontspec package, so that it should not ordinarily be necessary +to load it explicitly. The package relies on the metalogo +package for typesetting the XeTeX and XeLaTeX logos. + +date: 2012-03-06 14:36:12 +0100 + +%post xltxtra +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xltxtra +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xltxtra +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xltxtra-doc +Summary: Documentation for xltxtra +Version: svn30466.0.5e +Release: %{tl_noarch_release} +Provides: tex-xltxtra-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-metalogo-doc + +%description xltxtra-doc +Documentation for xltxtra + +%package xunicode +Provides: tex-xunicode = %{tl_version} +License: LPPL 1.3 +Summary: Generate Unicode characters from accented glyphs +Version: svn30466.0.981 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-tipa +Requires: tex(graphicx.sty) +Requires: tex(t3enc.def) +Provides: tex(xunicode.sty) = %{tl_version} + +%description xunicode +The package supports XeTeX's (and other putative future similar +engines') need for Unicode characters, in a similar way to what +the fontenc does for 8-bit (and the like) fonts: convert +accent-glyph sequence to a single Unicode character for output. +The package also covers glyphs specified by packages (such as +tipa) which define many commands for single text glyphs. + +date: 2012-07-21 17:20:52 +0200 + +%post xunicode +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xunicode +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xunicode +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package xunicode-doc +Summary: Documentation for xunicode +Version: svn30466.0.981 +Release: %{tl_noarch_release} +Provides: tex-xunicode-doc +BuildArch: noarch +AutoReqProv: No +Requires: tex-tipa-doc + +%description xunicode-doc +Documentation for xunicode + +%package convbkmk-bin +Summary: Binaries for convbkmk +Version: svn30408.0 +Requires: texlive-base +Requires: tex-convbkmk +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description convbkmk-bin +Binaries for convbkmk + +%package kdgreek +Provides: tex-kdgreek = %{tl_version} +License: GPL+ +Summary: Greek fonts and macros +Version: svn13293.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(kdbf10.tfm) = %{tl_version} +Provides: tex(kdbf8.tfm) = %{tl_version} +Provides: tex(kdbf9.tfm) = %{tl_version} +Provides: tex(kdgr10.tfm) = %{tl_version} +Provides: tex(kdgr8.tfm) = %{tl_version} +Provides: tex(kdgr9.tfm) = %{tl_version} +Provides: tex(kdsl10.tfm) = %{tl_version} +Provides: tex(kdti10.tfm) = %{tl_version} +Provides: tex(kdtt10.tfm) = %{tl_version} +Provides: tex(greek.tex) = %{tl_version} +Provides: tex(greektex.tex) = %{tl_version} +Provides: tex(grkhyphen.tex) = %{tl_version} + +%description kdgreek +The fonts are distributed as MetaFont source; the design +derives from Silvio Levy’s fonts, but has also been +influenced by Yannis Haralambous’ work. They are 8-bit fonts +which, the author believes, leads to more robust macro +programming. Both ancient and modern Greek are supported. +Macros to work with Plain TeX (‘greektex’) and with LaTeX +2.09 (‘grlatex’) are provided. + +date: 2008-10-18 01:18:40 +0200 + +%post kdgreek +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun kdgreek +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kdgreek +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package kdgreek-doc +Summary: Documentation for kdgreek +Version: svn13293.3.1 +Release: %{tl_noarch_release} +Provides: tex-kdgreek-doc +BuildArch: noarch +AutoReqProv: No + +%description kdgreek-doc +Documentation for kdgreek + +%package metafont-for-beginners-doc +Summary: Documentation for metafont-for-beginners +Version: svn13399.0 +Release: %{tl_noarch_release} +Provides: tex-metafont-for-beginners-doc +BuildArch: noarch +AutoReqProv: No + +%description metafont-for-beginners-doc +Documentation for metafont-for-beginners + +%package scheme-basic +Summary: basic scheme (plain and latex) +Version: svn25923.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex + +%description scheme-basic +This is the basic TeX Live scheme: it is a small set of files +sufficient to typeset plain TeX or LaTeX documents in +PostScript or PDF, using the Computer Modern fonts. This +scheme corresponds to collection-basic and collection-latex. + +%package scheme-context +Summary: ConTeXt scheme +Version: svn29997.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-context +Requires: texlive-collection-metapost +Requires: tex-tex-gyre +Requires: tex-tex-gyre-math +Requires: tex-antt +Requires: tex-iwona +Requires: tex-kurier +Requires: tex-poltawski +Requires: tex-xits +Requires: tex-asana-math +Requires: tex-txfonts +Requires: tex-pxfonts +Requires: tex-eulervm +Requires: tex-marvosym +Requires: tex-wasy +Requires: tex-ccicons +Requires: tex-ly1 +Provides: tex(context) = %{tl_version} +Obsoletes: texlive-texmf-context < %{tl_version} + +%description scheme-context +This is the TeX Live scheme for installing ConTeXt. + +%package scheme-full +Summary: full scheme (everything) +Version: svn30492.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-bibtexextra +Requires: texlive-collection-binextra +Requires: texlive-collection-context +Requires: texlive-collection-fontsextra +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-formatsextra +Requires: texlive-collection-fontutils +Requires: texlive-collection-games +Requires: texlive-collection-genericextra +Requires: texlive-collection-genericrecommended +Requires: texlive-collection-htmlxml +Requires: texlive-collection-humanities +Requires: texlive-collection-langafrican +Requires: texlive-collection-langarabic +Requires: texlive-collection-langcjk +Requires: texlive-collection-langcyrillic +Requires: texlive-collection-langczechslovak +Requires: texlive-collection-langenglish +Requires: texlive-collection-langeuropean +Requires: texlive-collection-langfrench +Requires: texlive-collection-langgerman +Requires: texlive-collection-langgreek +Requires: texlive-collection-langindic +Requires: texlive-collection-langitalian +Requires: texlive-collection-langother +Requires: texlive-collection-langpolish +Requires: texlive-collection-langportuguese +Requires: texlive-collection-langspanish +Requires: texlive-collection-latex +Requires: texlive-collection-latexextra +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-luatex +Requires: texlive-collection-mathextra +Requires: texlive-collection-metapost +Requires: texlive-collection-music +Requires: texlive-collection-omega +Requires: texlive-collection-pictures +Requires: texlive-collection-plainextra +Requires: texlive-collection-pstricks +Requires: texlive-collection-publishers +Requires: texlive-collection-science +Requires: texlive-collection-xetex + +%description scheme-full +This is the full TeX Live scheme: it installs everything +available. + +%package scheme-gust +Summary: GUST TeX Live scheme +Version: svn30372.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-FAQ-en-doc +Requires: texlive-Type1fonts-doc +Requires: texlive-amslatex-primer-doc +Requires: tex-amstex +Requires: tex-antt +Requires: tex-bibtex8 +Requires: tex-comment +Requires: texlive-comprehensive-doc +Requires: tex-concrete +Requires: tex-cyklop +Requires: tex-dvidvi +Requires: tex-dviljk +Requires: texlive-gustprog-doc +Requires: texlive-impatient-doc +Requires: tex-iwona +Requires: texlive-metafont-beginners-doc +Requires: texlive-metapost-examples-doc +Requires: tex-poltawski +Requires: tex-seetexk +Requires: tex-seminar +Requires: texlive-tds-doc +Requires: tex-tex4ht +Requires: tex-texdoc +Requires: texlive-collection-basic +Requires: texlive-collection-context +Requires: texlive-collection-fontutils +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-genericrecommended +Requires: texlive-collection-langpolish +Requires: texlive-collection-latex +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-metapost +Requires: texlive-collection-xetex + +%description scheme-gust +This is the GUST TeX Live scheme: it is a set of files +sufficient to typeset Polish plain TeX, LaTeX and ConTeXt +documents in PostScript or PDF. + +%package scheme-medium +Summary: medium scheme (small + more packages and languages) +Version: svn30457.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-binextra +Requires: texlive-collection-context +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-fontutils +Requires: texlive-collection-genericrecommended +Requires: texlive-collection-langczechslovak +Requires: texlive-collection-langenglish +Requires: texlive-collection-langeuropean +Requires: texlive-collection-langfrench +Requires: texlive-collection-langgerman +Requires: texlive-collection-langitalian +Requires: texlive-collection-langpolish +Requires: texlive-collection-langportuguese +Requires: texlive-collection-langspanish +Requires: texlive-collection-latex +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-luatex +Requires: texlive-collection-mathextra +Requires: texlive-collection-metapost +Requires: texlive-collection-plainextra +Requires: texlive-collection-xetex + +%description scheme-medium +This is the medium TeX Live collection: it contains plain TeX, +LaTeX, many recommended packages, and support for most European +languages. + +%package scheme-minimal +Summary: minimal scheme (plain only) +Version: svn13822.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic + +%description scheme-minimal +This is the minimal TeX Live scheme, with support for only +plain TeX. (No LaTeX macros.) LuaTeX is included because Lua +scripts are used in TeX Live infrastructure. This scheme +corresponds exactly to collection-basic. + +%package scheme-small +Summary: small scheme (basic + xetex, metapost, a few languages) +Version: svn26477.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-metapost +Requires: texlive-collection-xetex +Requires: tex-lualibs +Requires: tex-luaotfload +Requires: tex-luatexbase +Requires: tex-revtex +Requires: tex-synctex +Requires: tex-times +Requires: tex-tipa +Requires: tex-hyphen-basque +Requires: tex-hyphen-danish +Requires: tex-hyphen-dutch +Requires: tex-hyphen-english +Requires: tex-hyphen-finnish +Requires: tex-hyphen-french +Requires: tex-hyphen-german +Requires: tex-hyphen-hungarian +Requires: tex-hyphen-italian +Requires: tex-hyphen-norwegian +Requires: tex-hyphen-polish +Requires: tex-hyphen-portuguese +Requires: tex-hyphen-spanish +Requires: tex-hyphen-swedish + +%description scheme-small +This is a small TeX Live scheme, corresponding to MacTeX's +BasicTeX variant. It adds XeTeX, MetaPost, various +hyphenations, and some recommended packages to scheme-basic. + +%package scheme-tetex +Summary: teTeX scheme (more than medium, but nowhere near full) +Version: svn30457.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: texlive-FAQ-en-doc +Requires: tex-SIunits +Requires: tex-acronym +Requires: texlive-amslatex-primer-doc +Requires: tex-bbm +Requires: tex-bbm-macros +Requires: tex-bbold +Requires: tex-bibtex8 +Requires: tex-ctie +Requires: tex-detex +Requires: tex-dtl +Requires: tex-dvi2tty +Requires: tex-dvicopy +Requires: tex-dvidvi +Requires: tex-dviljk +Requires: tex-patgen +Requires: tex-pdftools +Requires: tex-seetexk +Requires: tex-tie +Requires: tex-web +Requires: tex-cmbright +Requires: tex-cweb +Requires: tex-eplain +Requires: tex-eulervm +Requires: texlive-gentle-doc +Requires: texlive-lshort-english-doc +Requires: texlive-mathmode-doc +Requires: tex-mltex +Requires: tex-multirow +Requires: tex-nomencl +Requires: tex-pst-pdf +Requires: tex-rsfs +Requires: tex-subfigure +Requires: tex-supertabular +Requires: texlive-tamethebeast-doc +Requires: texlive-tds-doc +Requires: texlive-tex-refs-doc +Requires: texlive-collection-basic +Requires: texlive-collection-context +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-fontutils +Requires: texlive-collection-genericrecommended +Requires: texlive-collection-langcjk +Requires: texlive-collection-langcyrillic +Requires: texlive-collection-langczechslovak +Requires: texlive-collection-langenglish +Requires: texlive-collection-langeuropean +Requires: texlive-collection-langfrench +Requires: texlive-collection-langgerman +Requires: texlive-collection-langgreek +Requires: texlive-collection-langitalian +Requires: texlive-collection-langother +Requires: texlive-collection-langpolish +Requires: texlive-collection-langportuguese +Requires: texlive-collection-langspanish +Requires: texlive-collection-latex +Requires: texlive-collection-latexrecommended +Requires: texlive-collection-mathextra +Requires: texlive-collection-metapost +Requires: texlive-collection-omega +Requires: texlive-collection-pictures +Requires: texlive-collection-plainextra +Requires: texlive-collection-pstricks +Provides: tetex = 3.1-99 +Obsoletes: tetex < 3.1-99 +Obsoletes: texlive-dviutils < %{tl_version} + +%description scheme-tetex +TeX Live scheme nearly equivalent to the teTeX distribution +that was maintained by Thomas Esser. + +%package scheme-xml +Summary: XML scheme +Version: svn13822.0 +Release: %{tl_release} +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: tex-context +Requires: tex-jadetex +Requires: tex-ltxmisc +Requires: tex-marvosym +Requires: tex-marvosym +Requires: tex-metapost +Requires: tex-passivetex +Requires: tex-rotating +Requires: tex-stmaryrd +Requires: tex-tex4ht +Requires: tex-tipa +Requires: tex-ucs +Requires: tex-wasy +Requires: tex-wasysym +Requires: tex-xmltex +Requires: texlive-collection-basic +Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-latex +Requires: texlive-collection-omega + +%description scheme-xml +This contains the things you need to do XML-related work, +including PassiveTeX, JadeTeX, ConTeXt and Omega. + +%package texdiff-bin +Summary: Binaries for texdiff +Version: svn15506.0 +Requires: texlive-base +Requires: tex-texdiff +Requires: texlive-kpathsea-lib = %{epoch}:%{tl_version}-%{tl_release} +Release: %{tl_release} +BuildArch: noarch + +%description texdiff-bin +Binaries for texdiff + +%package texlive-docindex +Provides: tex-texlive-docindex = %{tl_version} +License: LPPL +Summary: top-level TeX Live doc.html, etc +Version: svn30650.0 +Release: %{tl_noarch_release} +BuildArch: noarch +AutoReqProv: No +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea + +%description texlive-docindex +These files are regenerated as needed, which is often, so we +make them a separate package. See the tl-update-auto script +for the process. + +%post texlive-docindex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun texlive-docindex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-docindex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi +: + +%package texlive-docindex-doc +Summary: Documentation for texlive-docindex +Version: svn30650.0 +Release: %{tl_noarch_release} +Provides: tex-texlive-docindex-doc +BuildArch: noarch +AutoReqProv: No + +%description texlive-docindex-doc +Documentation for texlive-docindex + + +%prep +%setup -q -c -T +xz -dc %{SOURCE0} | tar x +[ -e %{source_name} ] && mv %{source_name} source +%patch1 -p0 +for l in `unxz -c %{SOURCE3} | tar t`; do +ln -s %{_texdir}/licenses/$l $l +done + +%build +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CXXFLAGS="$RPM_OPT_FLAGS -std=c++03 -fno-strict-aliasing" +cd source +PREF=`pwd`/inst +mkdir -p work +cd work +../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-cairo --with-system-icu --with-system-harfbuzz --with-system-graphite2 --with-system-libgs --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile --disable-rpath + +# disable rpath +for i in `find . -name libtool`; do +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' $i +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' $i +done + +make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true + +%install +rm -rf %{buildroot} + +# create directory tree +mkdir -p %{buildroot}%{_texdir}/../texmf +mkdir -p %{buildroot}%{_texdir}/texmf-config/web2c +mkdir -p %{buildroot}%{_texmf_var} +mkdir -p %{buildroot}%{_texdir}/texmf-dist +mkdir -p %{buildroot}%{_texdir}/texmf-local +pushd %{buildroot}%{_texdir}/texmf-local +ln -s ../../texmf texmf-compat +popd +xz -dc %{SOURCE100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE105} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE117} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE118} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6000} | tar x -C %{buildroot} +xz -dc %{SOURCE119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE136} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE139} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE142} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE145} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE146} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6001} | tar x -C %{buildroot} +xz -dc %{SOURCE148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE162} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE167} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE168} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6002} | tar x -C %{buildroot} +xz -dc %{SOURCE169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE184} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE185} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE189} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE190} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6003} | tar x -C %{buildroot} +xz -dc %{SOURCE191} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE192} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE193} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE194} | tar x -C %{buildroot}%{_texdir} + +# add reference to support old texmf tree +sed -i 's|TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local|TEXMFLOCAL = $SELFAUTOPARENT/../texmf|g' %{buildroot}%{_texdir}/texmf-dist/web2c/texmf.cnf + +xz -dc %{SOURCE6004} | tar x -C %{buildroot} +xz -dc %{SOURCE6005} | tar x -C %{buildroot} +xz -dc %{SOURCE195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE196} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6006} | tar x -C %{buildroot} +xz -dc %{SOURCE200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE214} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE216} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE217} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE222} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE231} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE234} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE236} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE241} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE243} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE244} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE245} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE246} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6007} | tar x -C %{buildroot} +xz -dc %{SOURCE6008} | tar x -C %{buildroot} +xz -dc %{SOURCE247} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE249} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE250} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE253} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE255} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE256} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE258} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE260} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE263} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE268} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE269} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE279} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE284} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE286} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE289} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE302} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE303} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6009} | tar x -C %{buildroot} +xz -dc %{SOURCE305} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE308} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE311} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE314} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE316} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE317} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE321} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE324} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE325} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE328} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE330} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE337} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE338} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE339} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE341} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE343} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE346} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE349} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE353} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE357} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE358} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6010} | tar x -C %{buildroot} +xz -dc %{SOURCE359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE362} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE375} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE376} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6011} | tar x -C %{buildroot} +xz -dc %{SOURCE377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE381} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE384} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE392} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE402} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE411} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE431} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE434} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE444} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE447} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE450} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE466} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE471} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE474} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE475} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE481} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE489} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE493} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE496} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE499} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE502} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE534} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE550} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE553} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE560} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE561} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE563} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE566} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE572} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE575} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE583} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE586} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE589} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE599} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE602} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE604} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE607} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE611} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE617} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE620} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE640} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE641} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6012} | tar x -C %{buildroot} +xz -dc %{SOURCE643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE644} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE645} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE647} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE654} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE656} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE665} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE667} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE673} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE680} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE684} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE693} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE694} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE702} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE705} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE710} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE712} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE713} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6013} | tar x -C %{buildroot} +xz -dc %{SOURCE714} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE715} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6014} | tar x -C %{buildroot} +xz -dc %{SOURCE716} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE717} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6015} | tar x -C %{buildroot} +xz -dc %{SOURCE718} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE725} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE730} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE741} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE754} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE757} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE778} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE779} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE781} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE783} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE786} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE787} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE789} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE792} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE797} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE798} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE820} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE823} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE828} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE830} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE831} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE833} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE834} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6016} | tar x -C %{buildroot} +xz -dc %{SOURCE835} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE836} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE838} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE840} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE841} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE842} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE843} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE844} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE845} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE850} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE853} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE857} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE858} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6017} | tar x -C %{buildroot} +xz -dc %{SOURCE859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE860} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE862} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE863} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE864} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE867} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE869} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE870} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE871} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE873} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE874} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE877} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE879} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE880} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE883} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE886} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE890} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE891} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE894} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE895} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE898} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE901} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE902} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE904} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE905} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE908} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE909} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE912} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE914} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE915} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE919} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE920} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE921} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE924} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE926} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE929} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE930} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE932} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE935} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE936} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE937} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE938} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE940} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE941} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE943} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE944} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE947} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE949} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE950} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE951} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE952} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE953} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE956} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE959} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE960} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE962} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE963} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE964} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE965} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE966} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE967} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE972} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE974} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE977} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE981} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE982} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE983} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE985} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE986} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6018} | tar x -C %{buildroot} +xz -dc %{SOURCE987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE989} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE992} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE995} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE998} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1000} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1001} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1004} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1006} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1011} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1013} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1014} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1016} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1018} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1020} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1021} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1022} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1025} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1026} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1027} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1028} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1030} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1031} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1036} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1045} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1046} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6019} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1048} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1049} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6020} | tar x -C %{buildroot} +xz -dc %{SOURCE1050} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1051} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6021} | tar x -C %{buildroot} +xz -dc %{SOURCE1054} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1055} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6022} | tar x -C %{buildroot} +xz -dc %{SOURCE1056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1057} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1060} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1062} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1063} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6023} | tar x -C %{buildroot} +xz -dc %{SOURCE1064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1065} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1069} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1076} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1077} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6024} | tar x -C %{buildroot} +xz -dc %{SOURCE1078} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1079} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6025} | tar x -C %{buildroot} +xz -dc %{SOURCE1080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1083} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1084} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6026} | tar x -C %{buildroot} +xz -dc %{SOURCE1085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1086} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1087} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6027} | tar x -C %{buildroot} +xz -dc %{SOURCE1088} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1089} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6028} | tar x -C %{buildroot} +xz -dc %{SOURCE1090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1092} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1093} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1094} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6029} | tar x -C %{buildroot} +xz -dc %{SOURCE1095} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1096} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6030} | tar x -C %{buildroot} +xz -dc %{SOURCE6031} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1102} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1105} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1114} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1115} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6033} | tar x -C %{buildroot} +xz -dc %{SOURCE1116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1120} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1121} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6034} | tar x -C %{buildroot} +xz -dc %{SOURCE1122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1142} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1145} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1168} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1175} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1178} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1190} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1191} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1196} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1197} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6035} | tar x -C %{buildroot} +xz -dc %{SOURCE1199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1207} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1208} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6036} | tar x -C %{buildroot} +xz -dc %{SOURCE1210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1216} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1217} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1220} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1231} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1234} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1235} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6037} | tar x -C %{buildroot} +xz -dc %{SOURCE1237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1241} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6038} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1245} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1246} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6039} | tar x -C %{buildroot} +xz -dc %{SOURCE1247} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1248} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6040} | tar x -C %{buildroot} +xz -dc %{SOURCE1249} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1250} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6041} | tar x -C %{buildroot} +xz -dc %{SOURCE1251} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1252} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6042} | tar x -C %{buildroot} +xz -dc %{SOURCE1253} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1254} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6043} | tar x -C %{buildroot} +xz -dc %{SOURCE1255} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1256} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6044} | tar x -C %{buildroot} +xz -dc %{SOURCE1257} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1258} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6045} | tar x -C %{buildroot} +xz -dc %{SOURCE1259} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6046} | tar x -C %{buildroot} +xz -dc %{SOURCE1260} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1261} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6047} | tar x -C %{buildroot} +xz -dc %{SOURCE1262} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1263} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6048} | tar x -C %{buildroot} +xz -dc %{SOURCE1264} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6049} | tar x -C %{buildroot} +xz -dc %{SOURCE1265} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1266} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6050} | tar x -C %{buildroot} +xz -dc %{SOURCE1267} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6051} | tar x -C %{buildroot} +xz -dc %{SOURCE1268} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1269} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6052} | tar x -C %{buildroot} +xz -dc %{SOURCE1270} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1271} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6053} | tar x -C %{buildroot} +xz -dc %{SOURCE1272} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1273} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6054} | tar x -C %{buildroot} +xz -dc %{SOURCE1274} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1275} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6055} | tar x -C %{buildroot} +xz -dc %{SOURCE1276} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1277} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6056} | tar x -C %{buildroot} +xz -dc %{SOURCE1278} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1279} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6057} | tar x -C %{buildroot} +xz -dc %{SOURCE1280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1282} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1283} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1284} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6058} | tar x -C %{buildroot} +xz -dc %{SOURCE1285} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1286} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6059} | tar x -C %{buildroot} +xz -dc %{SOURCE1287} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1288} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6060} | tar x -C %{buildroot} +xz -dc %{SOURCE1289} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1290} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6061} | tar x -C %{buildroot} +xz -dc %{SOURCE1291} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1292} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6062} | tar x -C %{buildroot} +xz -dc %{SOURCE1293} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1294} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6063} | tar x -C %{buildroot} +xz -dc %{SOURCE1295} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1296} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6064} | tar x -C %{buildroot} +xz -dc %{SOURCE1298} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1299} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6065} | tar x -C %{buildroot} +xz -dc %{SOURCE1300} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1301} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6066} | tar x -C %{buildroot} +xz -dc %{SOURCE1303} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1304} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6067} | tar x -C %{buildroot} +xz -dc %{SOURCE1305} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1306} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6068} | tar x -C %{buildroot} +xz -dc %{SOURCE1307} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1308} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6069} | tar x -C %{buildroot} +xz -dc %{SOURCE1309} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1310} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6070} | tar x -C %{buildroot} +xz -dc %{SOURCE1311} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1312} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6071} | tar x -C %{buildroot} +xz -dc %{SOURCE1314} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1315} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6072} | tar x -C %{buildroot} +xz -dc %{SOURCE1316} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1317} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6073} | tar x -C %{buildroot} +xz -dc %{SOURCE1318} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1319} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6074} | tar x -C %{buildroot} +xz -dc %{SOURCE1320} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6075} | tar x -C %{buildroot} +xz -dc %{SOURCE1321} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1322} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6076} | tar x -C %{buildroot} +xz -dc %{SOURCE1323} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1324} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6077} | tar x -C %{buildroot} +xz -dc %{SOURCE1325} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1326} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6078} | tar x -C %{buildroot} +xz -dc %{SOURCE1327} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1328} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6079} | tar x -C %{buildroot} +xz -dc %{SOURCE1330} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1331} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6080} | tar x -C %{buildroot} +xz -dc %{SOURCE1332} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1333} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6081} | tar x -C %{buildroot} +xz -dc %{SOURCE1334} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1335} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6082} | tar x -C %{buildroot} +xz -dc %{SOURCE1336} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1337} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6083} | tar x -C %{buildroot} +xz -dc %{SOURCE1338} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1339} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6084} | tar x -C %{buildroot} +xz -dc %{SOURCE1340} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1341} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6085} | tar x -C %{buildroot} +xz -dc %{SOURCE1342} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1343} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6086} | tar x -C %{buildroot} +xz -dc %{SOURCE1344} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1345} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6087} | tar x -C %{buildroot} +xz -dc %{SOURCE1346} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1347} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6088} | tar x -C %{buildroot} +xz -dc %{SOURCE6089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1348} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1349} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1350} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1351} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6090} | tar x -C %{buildroot} +xz -dc %{SOURCE1352} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1353} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6091} | tar x -C %{buildroot} +xz -dc %{SOURCE1355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6092} | tar x -C %{buildroot} +xz -dc %{SOURCE1363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1365} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1368} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1381} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1384} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1389} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1392} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1402} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1409} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1411} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1412} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1415} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1431} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1434} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1436} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1439} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1444} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1447} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1452} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1458} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1464} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1466} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1470} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1475} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1476} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1479} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1482} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1485} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1494} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1502} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1523} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1529} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1550} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1560} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1561} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1562} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1563} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1566} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1567} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1572} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1583} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1586} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1589} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1593} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1596} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1599} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1604} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1607} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1608} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1611} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1617} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1620} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1623} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1639} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1641} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1644} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1645} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1647} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1654} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1656} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1665} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1673} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1680} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1684} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1693} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1694} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1696} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1702} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1705} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1716} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1718} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1725} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1732} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1742} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1754} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1757} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1774} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1775} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6096} | tar x -C %{buildroot} +xz -dc %{SOURCE1777} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1778} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6097} | tar x -C %{buildroot} +xz -dc %{SOURCE1779} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1780} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6098} | tar x -C %{buildroot} +xz -dc %{SOURCE1781} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1782} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6099} | tar x -C %{buildroot} +xz -dc %{SOURCE1783} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6100} | tar x -C %{buildroot} +xz -dc %{SOURCE1784} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1785} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6101} | tar x -C %{buildroot} +xz -dc %{SOURCE1786} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1787} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1788} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6102} | tar x -C %{buildroot} +xz -dc %{SOURCE1790} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1791} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6103} | tar x -C %{buildroot} +xz -dc %{SOURCE1792} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1793} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6104} | tar x -C %{buildroot} +xz -dc %{SOURCE1794} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1795} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6105} | tar x -C %{buildroot} +xz -dc %{SOURCE6106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1797} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1799} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1800} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6107} | tar x -C %{buildroot} +xz -dc %{SOURCE1802} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1803} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6108} | tar x -C %{buildroot} +xz -dc %{SOURCE1804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1810} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1811} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6109} | tar x -C %{buildroot} +xz -dc %{SOURCE6110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1820} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1823} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1824} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1827} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1830} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1831} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1832} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1834} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1835} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1837} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1838} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1840} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1841} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1843} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1844} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1845} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1848} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1850} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1851} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1853} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1857} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1858} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1860} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1862} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1863} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1867} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1870} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1871} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1873} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1874} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1877} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1880} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1883} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1885} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1886} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1888} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1890} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1893} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1894} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1895} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1899} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1901} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1902} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1904} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1908} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1909} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1910} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1913} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1914} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1915} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1916} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1919} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1920} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1921} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1924} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1926} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1929} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1930} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1932} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1934} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1935} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1936} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1937} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1938} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1941} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1943} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1944} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1947} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1949} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1951} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1952} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1954} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1956} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1957} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1959} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1960} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1961} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6114} | tar x -C %{buildroot} +xz -dc %{SOURCE1963} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1964} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1965} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6115} | tar x -C %{buildroot} +xz -dc %{SOURCE1966} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1967} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6116} | tar x -C %{buildroot} +xz -dc %{SOURCE6117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1968} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1971} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1974} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1977} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1978} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1981} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1982} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1983} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1986} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1989} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1992} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1993} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1996} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2000} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2001} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2004} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2009} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2013} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2014} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2018} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2020} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2021} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2026} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2027} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2030} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2036} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2038} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2044} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2045} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2048} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2049} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2050} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2054} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2057} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2062} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2063} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2065} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2066} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2069} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2070} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2076} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2077} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2078} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2079} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2082} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2083} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2084} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2092} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2103} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2104} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6121} | tar x -C %{buildroot} +xz -dc %{SOURCE2106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2114} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2118} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2119} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6122} | tar x -C %{buildroot} +xz -dc %{SOURCE2121} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2122} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6123} | tar x -C %{buildroot} +xz -dc %{SOURCE2123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2134} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2135} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6124} | tar x -C %{buildroot} +xz -dc %{SOURCE2137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2150} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2157} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2158} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6126} | tar x -C %{buildroot} +xz -dc %{SOURCE2159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2168} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2178} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2190} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2191} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2194} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2209} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6127} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2214} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2216} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6128} | tar x -C %{buildroot} +xz -dc %{SOURCE2218} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6129} | tar x -C %{buildroot} +xz -dc %{SOURCE2219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2220} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2222} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2223} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6130} | tar x -C %{buildroot} +xz -dc %{SOURCE2224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2231} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2234} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2236} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2239} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2244} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2246} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2247} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2249} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2250} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2253} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2254} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2256} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2258} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2259} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2260} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2263} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2268} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2269} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2271} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2274} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2279} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2283} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2284} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2289} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2299} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2302} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2305} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2308} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2310} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2311} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2313} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2314} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2316} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2317} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2324} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2325} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2326} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2328} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2330} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2335} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2338} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2339} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2341} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2343} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2346} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2349} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2352} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2353} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2357} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2362} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2365} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2381} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2384} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2389} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2392} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2409} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2411} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2412} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2415} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2431} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2433} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2434} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6136} | tar x -C %{buildroot} +xz -dc %{SOURCE2435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2436} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2439} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2443} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6138} | tar x -C %{buildroot} +xz -dc %{SOURCE2444} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2445} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6139} | tar x -C %{buildroot} +xz -dc %{SOURCE2446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2447} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2452} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2458} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2464} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2471} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2474} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2476} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2479} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2482} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2485} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2489} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2493} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2494} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6142} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2496} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2499} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2501} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2502} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6143} | tar x -C %{buildroot} +xz -dc %{SOURCE2506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2523} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6145} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2534} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2561} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2562} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2567} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2583} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2593} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2596} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2599} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2602} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2605} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2608} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2611} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2617} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2641} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2643} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2644} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6148} | tar x -C %{buildroot} +xz -dc %{SOURCE2645} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2654} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2667} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2680} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2684} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2685} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6150} | tar x -C %{buildroot} +xz -dc %{SOURCE2686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2693} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2694} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6151} | tar x -C %{buildroot} +xz -dc %{SOURCE2695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2696} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2702} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2704} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2705} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2710} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2713} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2717} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2718} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2725} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2730} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2733} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2734} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6152} | tar x -C %{buildroot} +xz -dc %{SOURCE2735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2741} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2742} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2745} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2748} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2757} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2778} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2779} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2781} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2782} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2783} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2786} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2787} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2791} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2794} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2798} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2802} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2810} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2820} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2823} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2824} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2828} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2831} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2832} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2834} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2835} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2837} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2838} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2840} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2842} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2843} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2845} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2848} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2851} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2854} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2857} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2858} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2860} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2861} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2862} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2863} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2864} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2867} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2869} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2870} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2871} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2873} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2874} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2877} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2879} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2882} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2883} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2886} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2890} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2893} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2895} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2898} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2901} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2904} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2905} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2908} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2910} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2913} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2914} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2916} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2919} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2920} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2924} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2925} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2928} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2930} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2934} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2935} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2936} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2938} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2940} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2941} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2943} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2944} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2947} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2950} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2951} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2952} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2953} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2954} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2957} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2959} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2960} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2962} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2964} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2965} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2966} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2967} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2971} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2972} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2974} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2975} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2978} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2981} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2982} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2985} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2993} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2996} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3000} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3006} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3009} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3013} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3014} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3016} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3019} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3020} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3022} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3025} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3027} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3028} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3030} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3031} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3038} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3041} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3044} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3046} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3048} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3049} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3050} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3054} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3057} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3062} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3065} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3070} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3076} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3078} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3079} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3082} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3084} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3092} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3096} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3102} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3105} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3114} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3121} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3127} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3150} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3162} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3168} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3175} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3178} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3190} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3194} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3216} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3220} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3222} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3231} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3234} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3236} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3239} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3241} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3244} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3246} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3249} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3253} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3254} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3256} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3259} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3260} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3268} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3271} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3283} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3284} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3286} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3289} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3290} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3291} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6153} | tar x -C %{buildroot} +xz -dc %{SOURCE3292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3308} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3311} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3314} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3317} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3325} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3326} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3328} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3337} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3339} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3343} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3346} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3347} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3353} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3362} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3368} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3381} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3384} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3402} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3409} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3412} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3415} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3436} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3439} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3444} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3447} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3450} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3452} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3458} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3466} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3470} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3471} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3474} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3475} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3476} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3479} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3481} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3482} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3485} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3489} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3493} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3494} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6154} | tar x -C %{buildroot} +xz -dc %{SOURCE3496} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3499} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3502} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3523} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3529} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3534} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3561} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3562} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3563} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3567} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3575} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3586} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3589} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3596} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3599} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3602} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3604} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3605} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3607} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3617} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3620} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3623} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3639} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3642} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3645} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3654} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3656} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3667} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3673} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3684} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3693} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3696} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3704} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3705} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3713} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3716} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3717} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3730} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3732} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3741} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3745} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3748} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3754} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3779} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3782} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3783} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3787} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3791} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3792} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3798} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3820} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3823} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3824} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3827} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3830} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3831} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3832} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3834} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3835} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3836} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3837} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3840} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3841} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3842} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3844} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3845} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3850} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3853} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3858} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3861} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3862} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3864} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3867} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3869} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3870} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3873} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3879} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3882} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3885} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3886} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3888} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3890} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3891} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3893} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3895} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3898} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3901} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3904} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3909} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3910} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3912} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3914} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3915} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3920} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3921} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3924} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3926} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3928} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3929} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3932} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3934} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3936} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3937} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3938} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3941} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3943} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3944} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3947} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3949} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3950} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3952} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3953} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3956} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3957} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3960} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3963} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3964} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3966} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3967} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3972} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3975} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3978} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3980} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3981} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3983} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3986} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3989} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3993} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3996} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4000} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4006} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4009} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4011} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4014} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4018} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4020} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4021} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4022} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4025} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4027} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4028} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4030} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4036} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4038} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4041} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4044} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4046} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4048} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4049} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4054} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4055} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4057} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4062} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4063} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4066} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4069} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4077} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4078} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4082} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4083} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4084} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4086} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4092} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4099} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4102} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4105} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4114} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4121} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4134} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4135} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6155} | tar x -C %{buildroot} +xz -dc %{SOURCE4137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4162} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4166} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4167} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6156} | tar x -C %{buildroot} +xz -dc %{SOURCE4169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4175} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4191} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4194} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4214} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4216} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4220} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4222} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4231} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4234} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4241} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4244} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4246} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4247} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4249} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4254} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4255} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4258} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4260} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4263} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4269} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4271} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4274} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4283} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4286} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4310} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4313} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4316} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4317} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4324} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4325} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4326} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4330} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4335} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4337} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4339} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4343} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4346} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4347} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4349} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4352} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4353} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4357} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4368} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4402} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4411} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4431} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4434} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4436} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4439} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4452} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4458} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4464} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4470} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4474} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4475} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4476} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4479} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4481} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4482} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6157} | tar x -C %{buildroot} +xz -dc %{SOURCE4484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4485} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4489} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4494} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4499} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4502} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4523} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4534} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4550} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4560} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4562} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4563} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6158} | tar x -C %{buildroot} +xz -dc %{SOURCE4565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4566} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4593} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4602} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4605} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4608} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4611} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4620} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4623} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4641} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4644} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4647} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4656} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4667} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4673} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4684} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4693} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4694} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4704} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4710} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4713} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4717} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4718} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4725} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4732} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4742} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4745} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4779} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4781} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4782} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4787} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4791} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4794} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4797} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4798} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4802} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4810} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4824} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4825} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6159} | tar x -C %{buildroot} +xz -dc %{SOURCE4826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4827} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4828} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4831} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4832} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4833} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4834} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4835} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4836} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4838} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4841} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4842} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4844} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4845} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4850} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4851} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4854} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4857} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4858} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4860} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4862} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4863} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4869} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4871} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4874} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4877} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4879} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4882} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4885} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4888} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4890} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4891} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4893} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4894} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4899} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4902} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4904} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4905} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4908} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4909} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4910} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4912} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4913} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6161} | tar x -C %{buildroot} +xz -dc %{SOURCE4914} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4915} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4919} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4920} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4921} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4924} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4925} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4926} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6162} | tar x -C %{buildroot} +xz -dc %{SOURCE4927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4928} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4930} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4934} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4936} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4937} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4940} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4943} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4949} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4951} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4952} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6163} | tar x -C %{buildroot} +xz -dc %{SOURCE4954} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4957} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4960} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4962} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4963} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4965} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4966} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4967} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4968} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4971} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4972} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4974} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4977} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4978} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4981} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4982} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4983} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4986} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4989} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4992} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4995} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4998} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5000} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5006} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5011} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5013} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5014} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5018} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5019} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5020} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5022} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5025} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5026} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5027} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5028} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5030} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5031} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5036} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5041} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5044} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5045} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5048} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5050} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5055} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5060} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5062} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5063} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5065} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5066} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5070} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5077} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5078} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5082} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5083} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5086} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5092} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5096} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5099} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5102} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5121} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5127} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5136} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5137} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5138} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6167} | tar x -C %{buildroot} +xz -dc %{SOURCE5139} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5141} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5142} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6168} | tar x -C %{buildroot} +xz -dc %{SOURCE5144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5145} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5146} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5147} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6169} | tar x -C %{buildroot} +xz -dc %{SOURCE5148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5156} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5157} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6171} | tar x -C %{buildroot} +xz -dc %{SOURCE5158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5162} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5168} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5175} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5178} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5190} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5191} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5194} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5196} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5203} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5204} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6174} | tar x -C %{buildroot} +xz -dc %{SOURCE5205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5209} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5216} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5219} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5222} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5236} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5237} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5239} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5246} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5247} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5250} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5253} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5254} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5256} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5259} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5260} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5263} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5269} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5274} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5283} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5284} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5286} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5299} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5302} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5305} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5308} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5310} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5311} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5313} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5314} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5316} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5317} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5325} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5326} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5328} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5330} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5335} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5338} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5339} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5341} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5347} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5353} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5356} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5368} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5379} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5382} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5389} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5392} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5398} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5401} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5402} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6175} | tar x -C %{buildroot} +xz -dc %{SOURCE5403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5409} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5412} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5415} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5431} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5434} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5436} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5439} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5452} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5458} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5466} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5470} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5471} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5475} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5476} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5479} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5481} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5489} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5493} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5496} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5499} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5523} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5560} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5562} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5563} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5566} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5567} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5572} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5575} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5585} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5593} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5596} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5604} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5605} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5608} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5611} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5623} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5639} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5641} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5644} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5647} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5656} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5665} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5667} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5670} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5684} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5693} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5694} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5696} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5702} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5704} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5705} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5710} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5713} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5716} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5717} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5732} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5742} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5745} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5748} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5755} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5756} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6178} | tar x -C %{buildroot} +xz -dc %{SOURCE5758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5778} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5781} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5783} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5786} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5789} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5791} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5792} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5797} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5798} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5802} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5810} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5820} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5823} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6180} | tar x -C %{buildroot} +xz -dc %{SOURCE5824} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5827} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6181} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6190} | tar x -C %{buildroot} +xz -dc %{SOURCE5828} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5829} | tar x -C %{buildroot}%{_texdir} +# nuke useless tlmgr packaging stuff and doc droppings +rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ +rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir + +mkdir -p %{buildroot}%{_bindir} +mv %{buildroot}/bin/i386-linux/* %{buildroot}%{_bindir} +for i in `find %{buildroot}%{_bindir} -type f`; do +[ "`file $i | grep ELF | wc -l`" == "1" ] && rm -f $i +done +rm -rf %{buildroot}/tlpkg + +# install texlive.tlpdb +cp %{SOURCE2} %{buildroot}%{_texdir} + +# install licenses +mkdir -p %{buildroot}%{_texdir}/licenses +pushd %{buildroot}%{_texdir}/licenses +xz -dc %{SOURCE3} | tar x +popd + +# install binaries +rm -rf %{buildroot}%{_texdir}/bin/ +mkdir -p %{buildroot}%{_bindir} +rm -f source/inst/bin/man +pushd source/inst/bin/ +for i in *; do +if [ -x %{buildroot}%{_bindir}/$i ]; then +if [ -h $i ]; then +[ ! -h %{buildroot}%{_bindir}/$i ] && continue; +fi +fi +mv $i %{buildroot}%{_bindir} +done +popd + +# install kpathsea shared libs, nuke static ones +rm -rf %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_libdir} +cp -d source/inst/lib/* %{buildroot}%{_libdir} +rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la + +# install includes +rm -rf %{buildroot}%{_includedir} +mkdir -p %{buildroot}%{_includedir} +cp -r source/inst/include/* %{buildroot}%{_includedir} + +# relocate binaries to %%{_bindir} and fix relative symlinks +pushd %{buildroot}%{_bindir} +for i in `find . -type l`; do +if [ "`readlink $i | grep '..' | wc -l`" == "1" ]; then +l=`readlink $i | sed s,.*texmf,/usr/share/texlive/texmf,` +rm -f $i +ln -s $l $i +fi +done +popd + +# sync built/distro binaries +pushd %{buildroot}%{_bindir} +rm -f man +[ ! -e mfplain ] && ln -s mpost mfplain +[ ! -e texlua ] && ln -s luatex texlua +[ ! -e texluac ] && ln -s luatex texluac +for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk; do +rm -f $i +rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/$i.* +done +rm -rf %{buildroot}%{_includedir}/ptexenc +# 959696 +mv ht t4ht +popd + +# fix symlinks +pushd %{buildroot}%{_bindir} +for i in allcm allneeded fontinst kpsetool updmap-sys ps2frag pslatex rubibtex rumakeindex dvi2fax dvired kpsewhere; do +rm -f $i +ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i +done +for i in texdoctk updmap e2pall; do +rm -f $i +ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.pl $i +done +for i in fmtutil fmtutil-sys texconfig texconfig-sys texconfig-dialog texlinks; do +rm -f $i +ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i +done +rm -f deweb +ln -s /usr/share/texlive/texmf-dist/scripts/chktex/deweb.pl deweb +rm -f ps2eps +ln -s /usr/share/texlive/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps +rm -f mkjobtexmf +ln -s /usr/share/texlive/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf +rm -f rungs +ln -s /usr/share/texlive/texmf-dist/scripts/texlive/rungs.tlu rungs +rm -f context +cat > context << EOF +#!/bin/sh +export TEXMF=/usr/share/texlive/texmf-dist; +export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; +export TEXMFCACHE=/var/lib/texmf; +%{_bindir}/mtxrun --script context "\$@" +EOF +chmod 0755 context +popd + +# remove all unshipped stuff +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/info/kpathsea.info + +# disable all formats +sed -i '/^[a-z].*$/s/^/\#\!\ /' %{buildroot}%{_texdir}/texmf-dist/web2c/fmtutil.cnf +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/man/man1/tlmgr.1 +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/texlive/tlmgr.pl +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/texlive/tlmgrgui.pl +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/texlive/uninstall-win32.pl +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.CS +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.DE +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.EN +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.FR +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.IT +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.JA +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.PL +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU-cp1251 +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.RU-koi8 +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-ascii +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-cp1250 +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SK-il2 +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.SR +rm -f %{buildroot}/%{_texdir}/readme-txt.dir/README.ZH-CN +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/config.guess +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/COPYING.MinGW-runtime.txt +rm -f %{buildroot}/%{_bindir}/tlmgr + +# disable all hyphenations +cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat + +# disable all hyphenations +cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us.def %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.def + +# disable all Maps/MixedMaps we add them by scriptlets +sed -i '/^M/d' %{buildroot}%{_texdir}/texmf-dist/web2c/updmap.cfg +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-general-options.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-gui.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-paper-options.png +rm -f %{buildroot}/%{_texdir}/install-tl +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/ctan-mirrors.pl +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-perltk.pl +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-text.pl +rm -f %{buildroot}/%{_texdir}/tlpkg/installer/install-menu-wizard.pl +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/texdoctk/texdocrc-win32.defaults +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/context.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/luatools.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/metatex.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.dll +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxrun.lua +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/mtxworks.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/pstopdf.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/setuptex.bat +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/texexec.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/texmfstart.exe +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/mtxrun_dll.c +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/mtxrun_exe.c +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/readme.txt +rm -f %{buildroot}/%{_texdir}/texmf-dist/tex4ht/base/win32/tex4ht.env +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/generic/tex4ht/mn-mswin.html +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-install-tl-wizard-win32-sr.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-tlmgr-main-screen-freebsd-sr.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-tlmgr-options-freebsd-sr.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-tlmgr-paper-options-freebsd-sr.png +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/ChangeLog +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/ChangeLog.2 +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile.baseinit +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/Makefile.baserules +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/japanlco.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scraddr.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scraddr.ins +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrbeta.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrdoc.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrextend.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrhack.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrjura.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkbase.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkbib.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkcile.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkcomp.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkfloa.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkfont.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkftn.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkidx.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklang.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklco.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkliof.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrklist.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkmisc.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrknpap.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkpage.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkpar.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkplen.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrksect.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrktare.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrktitl.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkvars.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrkvers.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlettr.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlettr.ins +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlfile.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlfile.ins +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrlogo.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrmain.ins +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrpage.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrpage.ins +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrsource.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrstrip.inc +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrstrop.inc +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrtime.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/scrwfile.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/tocbasic.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/tocstyle.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile.guide +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/Makefile.latexinit +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/guide.bib +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/guide.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/linkalias.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/plength.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.cls +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.gst +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/scrguide.ist +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/bin/genhtmlidx.pl +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/bin/genindex.pl +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/Makefile +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/adrconvnote.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/authorpart.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-0.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-1.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-10.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-11.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-12.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-13.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-14.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-15.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-3.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-4.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-5.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-6.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-7.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-8.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/common-9.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/expertpart.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/guide.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/htmlsetup +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/introduction.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/japanlco.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/linkalias.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/preface.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scraddr.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrdatetime.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrhack.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlfile.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrlttr2examples.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrpage2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/english/typearea.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/Makefile +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/adrconvnote.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/authorpart.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-0.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-1.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-10.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-11.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-12.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-13.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-14.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-15.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-3.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-4.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-5.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-6.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-7.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-8.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/common-9.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/expertpart.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/guide-ngerman.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/guide.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/htmlsetup +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/introduction.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/linkalias.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/preface.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scraddr.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbase.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrdatetime.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrextend.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrhack.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlfile.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrpage2.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/scrwfile.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/tocbasic.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/typearea-experts.tex +rm -f %{buildroot}/%{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman/typearea.tex +mkdir -p %{buildroot}/%{_datadir}/ +mkdir -p %{buildroot}/%{_infodir}/ +cp -R %{buildroot}/%{_texdir}/texmf-dist/doc/man %{buildroot}/%{_datadir}/ +find %{buildroot}/%{_texdir}/texmf-dist/doc/man -type f | xargs rm -f +mv %{buildroot}/%{_texdir}/texmf-dist/doc/info/* %{buildroot}/%{_infodir}/ + +# nuke useless tlmgr packaging stuff +rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ +rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ + +# link config dir to the main tree and var dir to root +pushd %{buildroot}%{_texdir} +[ ! -h texmf-var ] && ln -s %{_texmf_var} texmf-var +popd +pushd %{buildroot}%{_texdir}/texmf-config/web2c +ln -s ../../texmf-dist/web2c/updmap.cfg updmap.cfg +popd + +# touch ghosts +touch %{buildroot}%{_texdir}/texmf-local/ls-R +touch %{buildroot}%{_texdir}/texmf-dist/ls-R + +# configure ConTeXt +#for i in ctxtools luatools texexec texmfstart; do +# sed -i -e 's|mtxrun|export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; mtxrun|' %{buildroot}%{_bindir}/$i +#done + +# configure texmf-local - make it visible to kpathsea +sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL = $TEXMFROOT/texmf-local//|' %{buildroot}/%{_texdir}/texmf-dist/web2c/texmf.cnf + +# create macro file for building texlive +mkdir -p %{buildroot}%{_sysconfdir}/rpm +cat << EOF > %{buildroot}%{_sysconfdir}/rpm/macros.texlive +# macros to keep trees in texlive consistent +%_texmf_main /usr/share/texlive/texmf +%_texmf_vendor /usr/share/texlive/texmf +%_texmf_var /var/lib/texmf +%_texmf_conf /usr/share/texlive/texmf-config +EOF + +%clean +rm -rf %{buildroot} + +%pre base +rm -rf %{_texdir}/texmf-var +rm -rf %{_texmf_var}/* +: + +%posttrans base +if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then +[ -x /sbin/restorecon ] && /sbin/restorecon -R %{_texmf_var}/ +fi +: + +%files +%defattr(-,root,root) + +%files base +%defattr(-,root,root) +%dir %{_texmf_var} +%dir %{_texdir}/texmf-var +%dir %{_texdir}/../texmf +%dir %{_texdir}/licenses +%dir %{_texdir}/texmf-local +%dir %{_texdir}/texmf-local/texmf-compat +%dir %{_texdir}/ +%dir %{_texdir}/readme-html.dir +%dir %{_texdir}/readme-txt.dir +%dir %{_texdir}/texmf-dist +%dir %{_texdir}/texmf-dist/bibtex +%dir %{_texdir}/texmf-dist/bibtex/bib +%dir %{_texdir}/texmf-dist/bibtex/bib/abntex2 +%dir %{_texdir}/texmf-dist/bibtex/bib/abstyles +%dir %{_texdir}/texmf-dist/bibtex/bib/amsrefs +%dir %{_texdir}/texmf-dist/bibtex/bib/base +%dir %{_texdir}/texmf-dist/bibtex/bib/beebe +%dir %{_texdir}/texmf-dist/bibtex/bib/biblatex +%dir %{_texdir}/texmf-dist/bibtex/bib/biblatex/biblatex +%dir %{_texdir}/texmf-dist/bibtex/bib/computational-complexity +%dir %{_texdir}/texmf-dist/bibtex/bib/directory +%dir %{_texdir}/texmf-dist/bibtex/bib/dk-bib +%dir %{_texdir}/texmf-dist/bibtex/bib/frankenstein +%dir %{_texdir}/texmf-dist/bibtex/bib/gloss +%dir %{_texdir}/texmf-dist/bibtex/bib/gustlib +%dir %{_texdir}/texmf-dist/bibtex/bib/harvard +%dir %{_texdir}/texmf-dist/bibtex/bib/IEEEtran +%dir %{_texdir}/texmf-dist/bibtex/bib/jurabib +%dir %{_texdir}/texmf-dist/bibtex/bib/lsc +%dir %{_texdir}/texmf-dist/bibtex/bib/msc +%dir %{_texdir}/texmf-dist/bibtex/bib/nostarch +%dir %{_texdir}/texmf-dist/bibtex/bib/oberdiek +%dir %{_texdir}/texmf-dist/bibtex/bib/revtex4 +%dir %{_texdir}/texmf-dist/bibtex/bib/spie +%dir %{_texdir}/texmf-dist/bibtex/bst +%dir %{_texdir}/texmf-dist/bibtex/bst/abntex2 +%dir %{_texdir}/texmf-dist/bibtex/bst/abstyles +%dir %{_texdir}/texmf-dist/bibtex/bst/adfathesis +%dir %{_texdir}/texmf-dist/bibtex/bst/adrconv +%dir %{_texdir}/texmf-dist/bibtex/bst/afthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/aguplus +%dir %{_texdir}/texmf-dist/bibtex/bst/achemso +%dir %{_texdir}/texmf-dist/bibtex/bst/aiaa +%dir %{_texdir}/texmf-dist/bibtex/bst/aichej +%dir %{_texdir}/texmf-dist/bibtex/bst/ametsoc +%dir %{_texdir}/texmf-dist/bibtex/bst/amscls +%dir %{_texdir}/texmf-dist/bibtex/bst/amsrefs +%dir %{_texdir}/texmf-dist/bibtex/bst/aomart +%dir %{_texdir}/texmf-dist/bibtex/bst/apacite +%dir %{_texdir}/texmf-dist/bibtex/bst/apalike2 +%dir %{_texdir}/texmf-dist/bibtex/bst/asaetr +%dir %{_texdir}/texmf-dist/bibtex/bst/ascelike +%dir %{_texdir}/texmf-dist/bibtex/bst/babelbib +%dir %{_texdir}/texmf-dist/bibtex/bst/base +%dir %{_texdir}/texmf-dist/bibtex/bst/beebe +%dir %{_texdir}/texmf-dist/bibtex/bst/bgteubner +%dir %{_texdir}/texmf-dist/bibtex/bst/bibexport +%dir %{_texdir}/texmf-dist/bibtex/bst/bib-fr +%dir %{_texdir}/texmf-dist/bibtex/bst/bibhtml +%dir %{_texdir}/texmf-dist/bibtex/bst/biblatex +%dir %{_texdir}/texmf-dist/bibtex/bst/cascadilla +%dir %{_texdir}/texmf-dist/bibtex/bst/cell +%dir %{_texdir}/texmf-dist/bibtex/bst/cmpj +%dir %{_texdir}/texmf-dist/bibtex/bst/computational-complexity +%dir %{_texdir}/texmf-dist/bibtex/bst/confproc +%dir %{_texdir}/texmf-dist/bibtex/bst/context +%dir %{_texdir}/texmf-dist/bibtex/bst/dinat +%dir %{_texdir}/texmf-dist/bibtex/bst/din1505 +%dir %{_texdir}/texmf-dist/bibtex/bst/directory +%dir %{_texdir}/texmf-dist/bibtex/bst/disser +%dir %{_texdir}/texmf-dist/bibtex/bst/dk-bib +%dir %{_texdir}/texmf-dist/bibtex/bst/dlfltxb +%dir %{_texdir}/texmf-dist/bibtex/bst/dtk +%dir %{_texdir}/texmf-dist/bibtex/bst/dvdcoll +%dir %{_texdir}/texmf-dist/bibtex/bst/elsarticle +%dir %{_texdir}/texmf-dist/bibtex/bst/fbs +%dir %{_texdir}/texmf-dist/bibtex/bst/figbib +%dir %{_texdir}/texmf-dist/bibtex/bst/finbib +%dir %{_texdir}/texmf-dist/bibtex/bst/francais-bst +%dir %{_texdir}/texmf-dist/bibtex/bst/frankenstein +%dir %{_texdir}/texmf-dist/bibtex/bst/gatech-thesis +%dir %{_texdir}/texmf-dist/bibtex/bst/gloss +%dir %{_texdir}/texmf-dist/bibtex/bst/gost +%dir %{_texdir}/texmf-dist/bibtex/bst/gustlib +%dir %{_texdir}/texmf-dist/bibtex/bst/harvard +%dir %{_texdir}/texmf-dist/bibtex/bst/hc +%dir %{_texdir}/texmf-dist/bibtex/bst/chembst +%dir %{_texdir}/texmf-dist/bibtex/bst/chem-journal +%dir %{_texdir}/texmf-dist/bibtex/bst/chet +%dir %{_texdir}/texmf-dist/bibtex/bst/chicago +%dir %{_texdir}/texmf-dist/bibtex/bst/chicago-annote +%dir %{_texdir}/texmf-dist/bibtex/bst/chscite +%dir %{_texdir}/texmf-dist/bibtex/bst/ieeepes +%dir %{_texdir}/texmf-dist/bibtex/bst/IEEEtran +%dir %{_texdir}/texmf-dist/bibtex/bst/ijmart +%dir %{_texdir}/texmf-dist/bibtex/bst/ijqc +%dir %{_texdir}/texmf-dist/bibtex/bst/imac +%dir %{_texdir}/texmf-dist/bibtex/bst/index +%dir %{_texdir}/texmf-dist/bibtex/bst/inlinebib +%dir %{_texdir}/texmf-dist/bibtex/bst/iopart-num +%dir %{_texdir}/texmf-dist/bibtex/bst/jneurosci +%dir %{_texdir}/texmf-dist/bibtex/bst/jurabib +%dir %{_texdir}/texmf-dist/bibtex/bst/jurarsp +%dir %{_texdir}/texmf-dist/bibtex/bst/kluwer +%dir %{_texdir}/texmf-dist/bibtex/bst/ksfh_nat +%dir %{_texdir}/texmf-dist/bibtex/bst/listbib +%dir %{_texdir}/texmf-dist/bibtex/bst/mciteplus +%dir %{_texdir}/texmf-dist/bibtex/bst/minitoc +%dir %{_texdir}/texmf-dist/bibtex/bst/mslapa +%dir %{_texdir}/texmf-dist/bibtex/bst/multibib +%dir %{_texdir}/texmf-dist/bibtex/bst/multibibliography +%dir %{_texdir}/texmf-dist/bibtex/bst/munich +%dir %{_texdir}/texmf-dist/bibtex/bst/natbib +%dir %{_texdir}/texmf-dist/bibtex/bst/nddiss +%dir %{_texdir}/texmf-dist/bibtex/bst/opcit +%dir %{_texdir}/texmf-dist/bibtex/bst/perception +%dir %{_texdir}/texmf-dist/bibtex/bst/persian-bib +%dir %{_texdir}/texmf-dist/bibtex/bst/pnas2009 +%dir %{_texdir}/texmf-dist/bibtex/bst/przechlewski-book +%dir %{_texdir}/texmf-dist/bibtex/bst/psu-thesis +%dir %{_texdir}/texmf-dist/bibtex/bst/resphilosophica +%dir %{_texdir}/texmf-dist/bibtex/bst/revtex +%dir %{_texdir}/texmf-dist/bibtex/bst/revtex4 +%dir %{_texdir}/texmf-dist/bibtex/bst/rsc +%dir %{_texdir}/texmf-dist/bibtex/bst/sageep +%dir %{_texdir}/texmf-dist/bibtex/bst/sapthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/savetrees +%dir %{_texdir}/texmf-dist/bibtex/bst/seuthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/shipunov +%dir %{_texdir}/texmf-dist/bibtex/bst/sort-by-letters +%dir %{_texdir}/texmf-dist/bibtex/bst/spie +%dir %{_texdir}/texmf-dist/bibtex/bst/stellenbosch +%dir %{_texdir}/texmf-dist/bibtex/bst/swebib +%dir %{_texdir}/texmf-dist/bibtex/bst/texsis +%dir %{_texdir}/texmf-dist/bibtex/bst/thuthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/tugboat +%dir %{_texdir}/texmf-dist/bibtex/bst/uestcthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/unamthesis +%dir %{_texdir}/texmf-dist/bibtex/bst/urlbst +%dir %{_texdir}/texmf-dist/bibtex/bst/vak +%dir %{_texdir}/texmf-dist/bibtex/bst/vancouver +%dir %{_texdir}/texmf-dist/bibtex/csf +%dir %{_texdir}/texmf-dist/bibtex/csf/base +%dir %{_texdir}/texmf-dist/bibtex/csf/biblatex +%dir %{_texdir}/texmf-dist/bibtex/csf/disser +%dir %{_texdir}/texmf-dist/bibtex/csf/dk-bib +%dir %{_texdir}/texmf-dist/bibtex/csf/gost +%dir %{_texdir}/texmf-dist/bibtex/csf/persian-bib +%dir %{_texdir}/texmf-dist/bibtex/csf/polish-csf +%dir %{_texdir}/texmf-dist/context +%dir %{_texdir}/texmf-dist/context/data +%dir %{_texdir}/texmf-dist/context/data/scite +%dir %{_texdir}/texmf-dist/context/data/scite/lexers +%dir %{_texdir}/texmf-dist/context/data/scite/lexers/data +%dir %{_texdir}/texmf-dist/context/data/scite/lexers/themes +%dir %{_texdir}/texmf-dist/context/data/texfont +%dir %{_texdir}/texmf-dist/context/data/texworks +%dir %{_texdir}/texmf-dist/context/data/texworks/completion +%dir %{_texdir}/texmf-dist/context/data/texworks/configuration +%dir %{_texdir}/texmf-dist/context/data/texworks/TUG +%dir %{_texdir}/texmf-dist/doc +%dir %{_texdir}/texmf-dist/doc/aleph +%dir %{_texdir}/texmf-dist/doc/aleph/base +%dir %{_texdir}/texmf-dist/doc/amstex +%dir %{_texdir}/texmf-dist/doc/amstex/base +%dir %{_texdir}/texmf-dist/doc/bg5conv +%dir %{_texdir}/texmf-dist/doc/bibtex +%dir %{_texdir}/texmf-dist/doc/bibtex/abstyles +%dir %{_texdir}/texmf-dist/doc/bibtex/apacite +%dir %{_texdir}/texmf-dist/doc/bibtex/babelbib +%dir %{_texdir}/texmf-dist/doc/bibtex/base +%dir %{_texdir}/texmf-dist/doc/bibtex/bibexport +%dir %{_texdir}/texmf-dist/doc/bibtex/bib-fr +%dir %{_texdir}/texmf-dist/doc/bibtex/bibhtml +%dir %{_texdir}/texmf-dist/doc/bibtex/dinat +%dir %{_texdir}/texmf-dist/doc/bibtex/francais-bst +%dir %{_texdir}/texmf-dist/doc/bibtex/gost +%dir %{_texdir}/texmf-dist/doc/bibtex/chicago-annote +%dir %{_texdir}/texmf-dist/doc/bibtex/ijqc +%dir %{_texdir}/texmf-dist/doc/bibtex/inlinebib +%dir %{_texdir}/texmf-dist/doc/bibtex/iopart-num +%dir %{_texdir}/texmf-dist/doc/bibtex/sort-by-letters +%dir %{_texdir}/texmf-dist/doc/bibtex/tamethebeast +%dir %{_texdir}/texmf-dist/doc/bibtexu +%dir %{_texdir}/texmf-dist/doc/bibtex/urlbst +%dir %{_texdir}/texmf-dist/doc/bibtex/vak +%dir %{_texdir}/texmf-dist/doc/bibtex/vancouver +%dir %{_texdir}/texmf-dist/doc/bibtex8 +%dir %{_texdir}/texmf-dist/doc/cefconv +%dir %{_texdir}/texmf-dist/doc/cefsconv +%dir %{_texdir}/texmf-dist/doc/cef5conv +%dir %{_texdir}/texmf-dist/doc/context +%dir %{_texdir}/texmf-dist/doc/context/document +%dir %{_texdir}/texmf-dist/doc/context/document/general +%dir %{_texdir}/texmf-dist/doc/context/document/general/manuals +%dir %{_texdir}/texmf-dist/doc/context/manuals +%dir %{_texdir}/texmf-dist/doc/context/manuals/allkind +%dir %{_texdir}/texmf-dist/doc/context/scripts +%dir %{_texdir}/texmf-dist/doc/context/scripts/mkii +%dir %{_texdir}/texmf-dist/doc/context/scripts/mkiv +%dir %{_texdir}/texmf-dist/doc/context/third +%dir %{_texdir}/texmf-dist/doc/context/third/account +%dir %{_texdir}/texmf-dist/doc/context/third/bnf +%dir %{_texdir}/texmf-dist/doc/context/third/construction-plan +%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn +%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src +%dir %{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures +%dir %{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers +%dir %{_texdir}/texmf-dist/doc/context/third/degrade +%dir %{_texdir}/texmf-dist/doc/context/third/enigma +%dir %{_texdir}/texmf-dist/doc/context/third/enigma/enigma +%dir %{_texdir}/texmf-dist/doc/context/third/enigma/enigma/examples +%dir %{_texdir}/texmf-dist/doc/context/third/filter +%dir %{_texdir}/texmf-dist/doc/context/third/french +%dir %{_texdir}/texmf-dist/doc/context/third/fullpage +%dir %{_texdir}/texmf-dist/doc/context/third/games +%dir %{_texdir}/texmf-dist/doc/context/third/gantt +%dir %{_texdir}/texmf-dist/doc/context/third/gantt/examples +%dir %{_texdir}/texmf-dist/doc/context/third/gnuplot +%dir %{_texdir}/texmf-dist/doc/context/third/chromato +%dir %{_texdir}/texmf-dist/doc/context/third/letter +%dir %{_texdir}/texmf-dist/doc/context/third/lettrine +%dir %{_texdir}/texmf-dist/doc/context/third/lilypond +%dir %{_texdir}/texmf-dist/doc/context/third/mathsets +%dir %{_texdir}/texmf-dist/doc/context/third/pgfplots +%dir %{_texdir}/texmf-dist/doc/context/third/rst +%dir %{_texdir}/texmf-dist/doc/context/third/ruby +%dir %{_texdir}/texmf-dist/doc/context/third/simplefonts +%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides +%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions +%dir %{_texdir}/texmf-dist/doc/context/third/simpleslides/styles +%dir %{_texdir}/texmf-dist/doc/context/third/transliterator +%dir %{_texdir}/texmf-dist/doc/context/third/typearea +%dir %{_texdir}/texmf-dist/doc/context/third/typescripts +%dir %{_texdir}/texmf-dist/doc/context/third/vim +%dir %{_texdir}/texmf-dist/doc/cstex +%dir %{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen +%dir %{_texdir}/texmf-dist/doc/dvipdfm +%dir %{_texdir}/texmf-dist/doc/dvipdfmx +%dir %{_texdir}/texmf-dist/doc/dvipng +%dir %{_texdir}/texmf-dist/doc/dvips +%dir %{_texdir}/texmf-dist/doc/eplain +%dir %{_texdir}/texmf-dist/doc/eplain/demo +%dir %{_texdir}/texmf-dist/doc/eplain/doc +%dir %{_texdir}/texmf-dist/doc/eplain/util +%dir %{_texdir}/texmf-dist/doc/etex +%dir %{_texdir}/texmf-dist/doc/etex/base +%dir %{_texdir}/texmf-dist/doc/extconv +%dir %{_texdir}/texmf-dist/doc/fonts +%dir %{_texdir}/texmf-dist/doc/fonts/accfonts +%dir %{_texdir}/texmf-dist/doc/fonts/adforn +%dir %{_texdir}/texmf-dist/doc/fonts/adfsymbols +%dir %{_texdir}/texmf-dist/doc/fonts/ae +%dir %{_texdir}/texmf-dist/doc/fonts/aecc +%dir %{_texdir}/texmf-dist/doc/fonts/allrunes +%dir %{_texdir}/texmf-dist/doc/fonts/amiri +%dir %{_texdir}/texmf-dist/doc/fonts/amiri/documentation +%dir %{_texdir}/texmf-dist/doc/fonts/amiri/sources +%dir %{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson +%dir %{_texdir}/texmf-dist/doc/fonts/amiri/test-suite +%dir %{_texdir}/texmf-dist/doc/fonts/amiri/tools +%dir %{_texdir}/texmf-dist/doc/fonts/amsfonts +%dir %{_texdir}/texmf-dist/doc/fonts/antiqua +%dir %{_texdir}/texmf-dist/doc/fonts/antt +%dir %{_texdir}/texmf-dist/doc/fonts/arev +%dir %{_texdir}/texmf-dist/doc/fonts/archaic +%dir %{_texdir}/texmf-dist/doc/fonts/arphic +%dir %{_texdir}/texmf-dist/doc/fonts/arphic/bkaiu +%dir %{_texdir}/texmf-dist/doc/fonts/arphic/bsmiu +%dir %{_texdir}/texmf-dist/doc/fonts/arphic/gbsnu +%dir %{_texdir}/texmf-dist/doc/fonts/arphic/gkaiu +%dir %{_texdir}/texmf-dist/doc/fonts/Asana-Math +%dir %{_texdir}/texmf-dist/doc/fonts/ascii-font +%dir %{_texdir}/texmf-dist/doc/fonts/astro +%dir %{_texdir}/texmf-dist/doc/fonts/auncial-new +%dir %{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts +%dir %{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources +%dir %{_texdir}/texmf-dist/doc/fonts/baskervald +%dir %{_texdir}/texmf-dist/doc/fonts/bbm +%dir %{_texdir}/texmf-dist/doc/fonts/bbold-type1 +%dir %{_texdir}/texmf-dist/doc/fonts/belleek +%dir %{_texdir}/texmf-dist/doc/fonts/bengali +%dir %{_texdir}/texmf-dist/doc/fonts/bera +%dir %{_texdir}/texmf-dist/doc/fonts/berenisadf +%dir %{_texdir}/texmf-dist/doc/fonts/bguq +%dir %{_texdir}/texmf-dist/doc/fonts/blacklettert1 +%dir %{_texdir}/texmf-dist/doc/fonts/boisik +%dir %{_texdir}/texmf-dist/doc/fonts/boisik/example +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/auncial +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/egothic +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/humanist +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/huncial +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/rustic +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic +%dir %{_texdir}/texmf-dist/doc/fonts/bookhands/uncial +%dir %{_texdir}/texmf-dist/doc/fonts/boondox +%dir %{_texdir}/texmf-dist/doc/fonts/brushscr +%dir %{_texdir}/texmf-dist/doc/fonts/burmese +%dir %{_texdir}/texmf-dist/doc/fonts/cabin +%dir %{_texdir}/texmf-dist/doc/fonts/calligra-type1 +%dir %{_texdir}/texmf-dist/doc/fonts/cantarell +%dir %{_texdir}/texmf-dist/doc/fonts/carolmin-ps +%dir %{_texdir}/texmf-dist/doc/fonts/cbfonts +%dir %{_texdir}/texmf-dist/doc/fonts/ccicons +%dir %{_texdir}/texmf-dist/doc/fonts/cc-pl +%dir %{_texdir}/texmf-dist/doc/fonts/cfr-lm +%dir %{_texdir}/texmf-dist/doc/fonts/cjhebrew +%dir %{_texdir}/texmf-dist/doc/fonts/cm +%dir %{_texdir}/texmf-dist/doc/fonts/cmbright +%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr +%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf +%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i +%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k +%dir %{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w +%dir %{_texdir}/texmf-dist/doc/fonts/cm-lgc +%dir %{_texdir}/texmf-dist/doc/fonts/cmll +%dir %{_texdir}/texmf-dist/doc/fonts/cm-super +%dir %{_texdir}/texmf-dist/doc/fonts/cm-unicode +%dir %{_texdir}/texmf-dist/doc/fonts/cns +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-b5 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-1 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-2 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-3 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-4 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-5 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-6 +%dir %{_texdir}/texmf-dist/doc/fonts/cns/cns40-7 +%dir %{_texdir}/texmf-dist/doc/fonts/comfortaa +%dir %{_texdir}/texmf-dist/doc/fonts/concmath +%dir %{_texdir}/texmf-dist/doc/fonts/concmath-fonts +%dir %{_texdir}/texmf-dist/doc/fonts/concrete +%dir %{_texdir}/texmf-dist/doc/fonts/countriesofeurope +%dir %{_texdir}/texmf-dist/doc/fonts/courier-scaled +%dir %{_texdir}/texmf-dist/doc/fonts/cyklop +%dir %{_texdir}/texmf-dist/doc/fonts/dejavu +%dir %{_texdir}/texmf-dist/doc/fonts/dejavu/font-doc +%dir %{_texdir}/texmf-dist/doc/fonts/dice +%dir %{_texdir}/texmf-dist/doc/fonts/dictsym +%dir %{_texdir}/texmf-dist/doc/fonts/dingbat +%dir %{_texdir}/texmf-dist/doc/fonts/doublestroke +%dir %{_texdir}/texmf-dist/doc/fonts/dozenal +%dir %{_texdir}/texmf-dist/doc/fonts/droid +%dir %{_texdir}/texmf-dist/doc/fonts/duerer +%dir %{_texdir}/texmf-dist/doc/fonts/dutchcal +%dir %{_texdir}/texmf-dist/doc/fonts/ebgaramond +%dir %{_texdir}/texmf-dist/doc/fonts/ec +%dir %{_texdir}/texmf-dist/doc/fonts/ecc +%dir %{_texdir}/texmf-dist/doc/fonts/eco +%dir %{_texdir}/texmf-dist/doc/fonts/electrum +%dir %{_texdir}/texmf-dist/doc/fonts/elvish +%dir %{_texdir}/texmf-dist/doc/fonts/enc +%dir %{_texdir}/texmf-dist/doc/fonts/enc/c90 +%dir %{_texdir}/texmf-dist/doc/fonts/epigrafica +%dir %{_texdir}/texmf-dist/doc/fonts/esint-type1 +%dir %{_texdir}/texmf-dist/doc/fonts/esstix +%dir %{_texdir}/texmf-dist/doc/fonts/eurosym +%dir %{_texdir}/texmf-dist/doc/fonts/eurosym/c +%dir %{_texdir}/texmf-dist/doc/fonts/eurosym/src +%dir %{_texdir}/texmf-dist/doc/fonts/fc +%dir %{_texdir}/texmf-dist/doc/fonts/fdsymbol +%dir %{_texdir}/texmf-dist/doc/fonts/feyn +%dir %{_texdir}/texmf-dist/doc/fonts/fge +%dir %{_texdir}/texmf-dist/doc/fonts/figbas +%dir %{_texdir}/texmf-dist/doc/fonts/fonetika +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/encspecs +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/basic +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/eurofont +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/mathptm +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/examples/mathptmx +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/manual +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/talks +%dir %{_texdir}/texmf-dist/doc/fonts/fontinst/test +%dir %{_texdir}/texmf-dist/doc/fonts/fontname +%dir %{_texdir}/texmf-dist/doc/fonts/fonts-tlwg +%dir %{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/examples +%dir %{_texdir}/texmf-dist/doc/fonts/fourier +%dir %{_texdir}/texmf-dist/doc/fonts/fouriernc +%dir %{_texdir}/texmf-dist/doc/fonts/fpl +%dir %{_texdir}/texmf-dist/doc/fonts/frcursive +%dir %{_texdir}/texmf-dist/doc/fonts/genealogy +%dir %{_texdir}/texmf-dist/doc/fonts/gentium +%dir %{_texdir}/texmf-dist/doc/fonts/gentium/Gentium_Basic_1.1 +%dir %{_texdir}/texmf-dist/doc/fonts/gentium/Gentium_1.02 +%dir %{_texdir}/texmf-dist/doc/fonts/gfsartemisia +%dir %{_texdir}/texmf-dist/doc/fonts/gfsbaskerville +%dir %{_texdir}/texmf-dist/doc/fonts/gfsbodoni +%dir %{_texdir}/texmf-dist/doc/fonts/gfscomplutum +%dir %{_texdir}/texmf-dist/doc/fonts/gfsdidot +%dir %{_texdir}/texmf-dist/doc/fonts/gfsneohellenic +%dir %{_texdir}/texmf-dist/doc/fonts/gfsporson +%dir %{_texdir}/texmf-dist/doc/fonts/gfssolomos +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/notes +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/generate +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/report +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/report/OpenType +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/script-menu +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges/Arabic +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility/metafont +%dir %{_texdir}/texmf-dist/doc/fonts/gnu-freefont/tools/utility/special-purpose +%dir %{_texdir}/texmf-dist/doc/fonts/go +%dir %{_texdir}/texmf-dist/doc/fonts/gothic +%dir %{_texdir}/texmf-dist/doc/fonts/greektex +%dir %{_texdir}/texmf-dist/doc/fonts/greenpoint +%dir %{_texdir}/texmf-dist/doc/fonts/grotesq +%dir %{_texdir}/texmf-dist/doc/fonts/hacm +%dir %{_texdir}/texmf-dist/doc/fonts/hfbright +%dir %{_texdir}/texmf-dist/doc/fonts/hfoldsty +%dir %{_texdir}/texmf-dist/doc/fonts/charter +%dir %{_texdir}/texmf-dist/doc/fonts/chemarrow +%dir %{_texdir}/texmf-dist/doc/fonts/chess +%dir %{_texdir}/texmf-dist/doc/fonts/ibygrk +%dir %{_texdir}/texmf-dist/doc/fonts/ifsym +%dir %{_texdir}/texmf-dist/doc/fonts/inconsolata +%dir %{_texdir}/texmf-dist/doc/fonts/initials +%dir %{_texdir}/texmf-dist/doc/fonts/ipaex +%dir %{_texdir}/texmf-dist/doc/fonts/ipaex-type1 +%dir %{_texdir}/texmf-dist/doc/fonts/iwona +%dir %{_texdir}/texmf-dist/doc/fonts/jablantile +%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf +%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf/test +%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex +%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test +%dir %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex +%dir %{_texdir}/texmf-dist/doc/fonts/jfontmaps +%dir %{_texdir}/texmf-dist/doc/fonts/jfontmaps/examples +%dir %{_texdir}/texmf-dist/doc/fonts/junicode +%dir %{_texdir}/texmf-dist/doc/fonts/kdgreek +%dir %{_texdir}/texmf-dist/doc/fonts/kixfont +%dir %{_texdir}/texmf-dist/doc/fonts/knitting +%dir %{_texdir}/texmf-dist/doc/fonts/kpfonts +%dir %{_texdir}/texmf-dist/doc/fonts/kurier +%dir %{_texdir}/texmf-dist/doc/fonts/latex-fonts +%dir %{_texdir}/texmf-dist/doc/fonts/lato +%dir %{_texdir}/texmf-dist/doc/fonts/levy +%dir %{_texdir}/texmf-dist/doc/fonts/lfb +%dir %{_texdir}/texmf-dist/doc/fonts/lh +%dir %{_texdir}/texmf-dist/doc/fonts/lh/beresta +%dir %{_texdir}/texmf-dist/doc/fonts/lh/fonttest +%dir %{_texdir}/texmf-dist/doc/fonts/lh/lhfonts +%dir %{_texdir}/texmf-dist/doc/fonts/lh/samples +%dir %{_texdir}/texmf-dist/doc/fonts/libertine +%dir %{_texdir}/texmf-dist/doc/fonts/librebaskerville +%dir %{_texdir}/texmf-dist/doc/fonts/libris +%dir %{_texdir}/texmf-dist/doc/fonts/linearA +%dir %{_texdir}/texmf-dist/doc/fonts/lm +%dir %{_texdir}/texmf-dist/doc/fonts/lm-math +%dir %{_texdir}/texmf-dist/doc/fonts/lxfonts +%dir %{_texdir}/texmf-dist/doc/fonts/ly1 +%dir %{_texdir}/texmf-dist/doc/fonts/marvosym +%dir %{_texdir}/texmf-dist/doc/fonts/mathabx +%dir %{_texdir}/texmf-dist/doc/fonts/mathabx-type1 +%dir %{_texdir}/texmf-dist/doc/fonts/mathdesign +%dir %{_texdir}/texmf-dist/doc/fonts/mdsymbol +%dir %{_texdir}/texmf-dist/doc/fonts/memdesign +%dir %{_texdir}/texmf-dist/doc/fonts/metafont-beginners +%dir %{_texdir}/texmf-dist/doc/fonts/metafont-for-beginners +%dir %{_texdir}/texmf-dist/doc/fonts/musixtex-fonts +%dir %{_texdir}/texmf-dist/doc/fonts/mxedruli +%dir %{_texdir}/texmf-dist/doc/fonts/nanumtype1 +%dir %{_texdir}/texmf-dist/doc/fonts/newpx +%dir %{_texdir}/texmf-dist/doc/fonts/newtx +%dir %{_texdir}/texmf-dist/doc/fonts/nkarta +%dir %{_texdir}/texmf-dist/doc/fonts/ocr-b +%dir %{_texdir}/texmf-dist/doc/fonts/ocr-b-outline +%dir %{_texdir}/texmf-dist/doc/fonts/ogham +%dir %{_texdir}/texmf-dist/doc/fonts/oinuit +%dir %{_texdir}/texmf-dist/doc/fonts/oldlatin +%dir %{_texdir}/texmf-dist/doc/fonts/oldstandard +%dir %{_texdir}/texmf-dist/doc/fonts/opensans +%dir %{_texdir}/texmf-dist/doc/fonts/orkhun +%dir %{_texdir}/texmf-dist/doc/fonts/pacioli +%dir %{_texdir}/texmf-dist/doc/fonts/paratype +%dir %{_texdir}/texmf-dist/doc/fonts/persian-hm-ftx +%dir %{_texdir}/texmf-dist/doc/fonts/persian-hm-xbs +%dir %{_texdir}/texmf-dist/doc/fonts/persian-modern +%dir %{_texdir}/texmf-dist/doc/fonts/phaistos +%dir %{_texdir}/texmf-dist/doc/fonts/phonetic +%dir %{_texdir}/texmf-dist/doc/fonts/phonetic/Doc +%dir %{_texdir}/texmf-dist/doc/fonts/phonetic/Doc/209 +%dir %{_texdir}/texmf-dist/doc/fonts/pl +%dir %{_texdir}/texmf-dist/doc/fonts/poltawski +%dir %{_texdir}/texmf-dist/doc/fonts/prodint +%dir %{_texdir}/texmf-dist/doc/fonts/punk +%dir %{_texdir}/texmf-dist/doc/fonts/punknova +%dir %{_texdir}/texmf-dist/doc/fonts/punknova/documentation +%dir %{_texdir}/texmf-dist/doc/fonts/punknova/documentation/documentation-sources +%dir %{_texdir}/texmf-dist/doc/fonts/punknova/source +%dir %{_texdir}/texmf-dist/doc/fonts/punknova/tools +%dir %{_texdir}/texmf-dist/doc/fonts/pxfonts +%dir %{_texdir}/texmf-dist/doc/fonts/pxtxalfa +%dir %{_texdir}/texmf-dist/doc/fonts/qpxqtx +%dir %{_texdir}/texmf-dist/doc/fonts/quattrocento +%dir %{_texdir}/texmf-dist/doc/fonts/recycle +%dir %{_texdir}/texmf-dist/doc/fonts/romande +%dir %{_texdir}/texmf-dist/doc/fonts/rsfs +%dir %{_texdir}/texmf-dist/doc/fonts/rsfso +%dir %{_texdir}/texmf-dist/doc/fonts/sansmathaccent +%dir %{_texdir}/texmf-dist/doc/fonts/sansmathfonts +%dir %{_texdir}/texmf-dist/doc/fonts/semaphor +%dir %{_texdir}/texmf-dist/doc/fonts/schulschriften +%dir %{_texdir}/texmf-dist/doc/fonts/skaknew +%dir %{_texdir}/texmf-dist/doc/fonts/starfont +%dir %{_texdir}/texmf-dist/doc/fonts/staves +%dir %{_texdir}/texmf-dist/doc/fonts/stix +%dir %{_texdir}/texmf-dist/doc/fonts/stix/Glyphs +%dir %{_texdir}/texmf-dist/doc/fonts/stmaryrd +%dir %{_texdir}/texmf-dist/doc/fonts/superiors +%dir %{_texdir}/texmf-dist/doc/fonts/tapir +%dir %{_texdir}/texmf-dist/doc/fonts/tex-gyre +%dir %{_texdir}/texmf-dist/doc/fonts/tex-gyre-math +%dir %{_texdir}/texmf-dist/doc/fonts/tfrupee +%dir %{_texdir}/texmf-dist/doc/fonts/tipa +%dir %{_texdir}/texmf-dist/doc/fonts/txfonts +%dir %{_texdir}/texmf-dist/doc/fonts/txfontsb +%dir %{_texdir}/texmf-dist/doc/fonts/Type1fonts +%dir %{_texdir}/texmf-dist/doc/fonts/uhc +%dir %{_texdir}/texmf-dist/doc/fonts/uhc/umj +%dir %{_texdir}/texmf-dist/doc/fonts/universa +%dir %{_texdir}/texmf-dist/doc/fonts/urwchancal +%dir %{_texdir}/texmf-dist/doc/fonts/utopia +%dir %{_texdir}/texmf-dist/doc/fonts/venturisadf +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/dgj +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/dmj +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mcj +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mc2j +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mrj +%dir %{_texdir}/texmf-dist/doc/fonts/wadalab/mr2j +%dir %{_texdir}/texmf-dist/doc/fonts/wasy +%dir %{_texdir}/texmf-dist/doc/fonts/wnri +%dir %{_texdir}/texmf-dist/doc/fonts/wnri/old +%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa +%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/latex2e +%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/latex209 +%dir %{_texdir}/texmf-dist/doc/fonts/wsuipa/text1 +%dir %{_texdir}/texmf-dist/doc/fonts/xits +%dir %{_texdir}/texmf-dist/doc/fonts/xq +%dir %{_texdir}/texmf-dist/doc/fonts/yannisgr +%dir %{_texdir}/texmf-dist/doc/fonts/zhmetrics +%dir %{_texdir}/texmf-dist/doc/generic +%dir %{_texdir}/texmf-dist/doc/generic/abbr +%dir %{_texdir}/texmf-dist/doc/generic/around-the-bend +%dir %{_texdir}/texmf-dist/doc/generic/arrayjobx +%dir %{_texdir}/texmf-dist/doc/generic/babel-albanian +%dir %{_texdir}/texmf-dist/doc/generic/babel-bahasa +%dir %{_texdir}/texmf-dist/doc/generic/babel-basque +%dir %{_texdir}/texmf-dist/doc/generic/babel-breton +%dir %{_texdir}/texmf-dist/doc/generic/babel-bulgarian +%dir %{_texdir}/texmf-dist/doc/generic/babel-catalan +%dir %{_texdir}/texmf-dist/doc/generic/babel-croatian +%dir %{_texdir}/texmf-dist/doc/generic/babel-czech +%dir %{_texdir}/texmf-dist/doc/generic/babel-danish +%dir %{_texdir}/texmf-dist/doc/generic/babel-dutch +%dir %{_texdir}/texmf-dist/doc/generic/babel-english +%dir %{_texdir}/texmf-dist/doc/generic/babel-esperanto +%dir %{_texdir}/texmf-dist/doc/generic/babel-estonian +%dir %{_texdir}/texmf-dist/doc/generic/babel-finnish +%dir %{_texdir}/texmf-dist/doc/generic/babel-french +%dir %{_texdir}/texmf-dist/doc/generic/babel-friulan +%dir %{_texdir}/texmf-dist/doc/generic/babel-galician +%dir %{_texdir}/texmf-dist/doc/generic/babel-german +%dir %{_texdir}/texmf-dist/doc/generic/babel-greek +%dir %{_texdir}/texmf-dist/doc/generic/babel-hebrew +%dir %{_texdir}/texmf-dist/doc/generic/babel-icelandic +%dir %{_texdir}/texmf-dist/doc/generic/babel-interlingua +%dir %{_texdir}/texmf-dist/doc/generic/babel-irish +%dir %{_texdir}/texmf-dist/doc/generic/babel-italian +%dir %{_texdir}/texmf-dist/doc/generic/babel-kurmanji +%dir %{_texdir}/texmf-dist/doc/generic/babel-latin +%dir %{_texdir}/texmf-dist/doc/generic/babel-norsk +%dir %{_texdir}/texmf-dist/doc/generic/babel-piedmontese +%dir %{_texdir}/texmf-dist/doc/generic/babel-polish +%dir %{_texdir}/texmf-dist/doc/generic/babel-portuges +%dir %{_texdir}/texmf-dist/doc/generic/babel-romanian +%dir %{_texdir}/texmf-dist/doc/generic/babel-romansh +%dir %{_texdir}/texmf-dist/doc/generic/babel-russian +%dir %{_texdir}/texmf-dist/doc/generic/babel-samin +%dir %{_texdir}/texmf-dist/doc/generic/babel-scottish +%dir %{_texdir}/texmf-dist/doc/generic/babel-serbian +%dir %{_texdir}/texmf-dist/doc/generic/babel-serbianc +%dir %{_texdir}/texmf-dist/doc/generic/babel-slovak +%dir %{_texdir}/texmf-dist/doc/generic/babel-slovenian +%dir %{_texdir}/texmf-dist/doc/generic/babel-sorbian +%dir %{_texdir}/texmf-dist/doc/generic/babel-spanish +%dir %{_texdir}/texmf-dist/doc/generic/babel-swedish +%dir %{_texdir}/texmf-dist/doc/generic/babel-thai +%dir %{_texdir}/texmf-dist/doc/generic/babel-turkish +%dir %{_texdir}/texmf-dist/doc/generic/babel-ukraineb +%dir %{_texdir}/texmf-dist/doc/generic/babel-welsh +%dir %{_texdir}/texmf-dist/doc/generic/barr +%dir %{_texdir}/texmf-dist/doc/generic/bitelist +%dir %{_texdir}/texmf-dist/doc/generic/catcodes +%dir %{_texdir}/texmf-dist/doc/generic/colortab +%dir %{_texdir}/texmf-dist/doc/generic/commado +%dir %{_texdir}/texmf-dist/doc/generic/components-of-TeX +%dir %{_texdir}/texmf-dist/doc/generic/c-pascal +%dir %{_texdir}/texmf-dist/doc/generic/c-pascal/prog +%dir %{_texdir}/texmf-dist/doc/generic/dcpic +%dir %{_texdir}/texmf-dist/doc/generic/dehyph-exptl +%dir %{_texdir}/texmf-dist/doc/generic/dirtree +%dir %{_texdir}/texmf-dist/doc/generic/doc-pictex +%dir %{_texdir}/texmf-dist/doc/generic/dowith +%dir %{_texdir}/texmf-dist/doc/generic/dratex +%dir %{_texdir}/texmf-dist/doc/generic/ean +%dir %{_texdir}/texmf-dist/doc/generic/elhyphen +%dir %{_texdir}/texmf-dist/doc/generic/enctex +%dir %{_texdir}/texmf-dist/doc/generic/encxvlna +%dir %{_texdir}/texmf-dist/doc/generic/epsf +%dir %{_texdir}/texmf-dist/doc/generic/epsf/okay +%dir %{_texdir}/texmf-dist/doc/generic/es-tex-faq +%dir %{_texdir}/texmf-dist/doc/generic/FAQ-en +%dir %{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version +%dir %{_texdir}/texmf-dist/doc/generic/fenixpar +%dir %{_texdir}/texmf-dist/doc/generic/fltpoint +%dir %{_texdir}/texmf-dist/doc/generic/fntproof +%dir %{_texdir}/texmf-dist/doc/generic/frame +%dir %{_texdir}/texmf-dist/doc/generic/gates +%dir %{_texdir}/texmf-dist/doc/generic/german +%dir %{_texdir}/texmf-dist/doc/generic/german/betatest +%dir %{_texdir}/texmf-dist/doc/generic/huhyphen +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8 +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/es +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/hu +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/img +%dir %{_texdir}/texmf-dist/doc/generic/hyph-utf8/sa +%dir %{_texdir}/texmf-dist/doc/generic/chemfig +%dir %{_texdir}/texmf-dist/doc/generic/chronosys +%dir %{_texdir}/texmf-dist/doc/generic/iftex +%dir %{_texdir}/texmf-dist/doc/generic/ifxetex +%dir %{_texdir}/texmf-dist/doc/generic/insbox +%dir %{_texdir}/texmf-dist/doc/generic/kastrup +%dir %{_texdir}/texmf-dist/doc/generic/knuth +%dir %{_texdir}/texmf-dist/doc/generic/knuth/errata +%dir %{_texdir}/texmf-dist/doc/generic/knuth/etc +%dir %{_texdir}/texmf-dist/doc/generic/knuth/mf +%dir %{_texdir}/texmf-dist/doc/generic/knuth/mfware +%dir %{_texdir}/texmf-dist/doc/generic/knuth/tex +%dir %{_texdir}/texmf-dist/doc/generic/knuth/texware +%dir %{_texdir}/texmf-dist/doc/generic/knuth/web +%dir %{_texdir}/texmf-dist/doc/generic/langcode +%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn +%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src +%dir %{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples +%dir %{_texdir}/texmf-dist/doc/generic/lecturer +%dir %{_texdir}/texmf-dist/doc/generic/librarian +%dir %{_texdir}/texmf-dist/doc/generic/mathdots +%dir %{_texdir}/texmf-dist/doc/generic/mfpic +%dir %{_texdir}/texmf-dist/doc/generic/mfpic/examples +%dir %{_texdir}/texmf-dist/doc/generic/midnight +%dir %{_texdir}/texmf-dist/doc/generic/minifp +%dir %{_texdir}/texmf-dist/doc/generic/mkjobtexmf +%dir %{_texdir}/texmf-dist/doc/generic/m-tx +%dir %{_texdir}/texmf-dist/doc/generic/m-tx/mtx060 +%dir %{_texdir}/texmf-dist/doc/generic/multido +%dir %{_texdir}/texmf-dist/doc/generic/musixtex +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/addons +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/examples +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixcrd +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixlyr +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/musixlyr/examples +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/notationMistakes +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/psslurs +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/reference +%dir %{_texdir}/texmf-dist/doc/generic/musixtex/scripts +%dir %{_texdir}/texmf-dist/doc/generic/navigator +%dir %{_texdir}/texmf-dist/doc/generic/ofs +%dir %{_texdir}/texmf-dist/doc/generic/path +%dir %{_texdir}/texmf-dist/doc/generic/pdf-trans +%dir %{_texdir}/texmf-dist/doc/generic/petri-nets +%dir %{_texdir}/texmf-dist/doc/generic/pgf +%dir %{_texdir}/texmf-dist/doc/generic/pgf/images +%dir %{_texdir}/texmf-dist/doc/generic/pgf/licenses +%dir %{_texdir}/texmf-dist/doc/generic/pgf/macros +%dir %{_texdir}/texmf-dist/doc/generic/pgfplots +%dir %{_texdir}/texmf-dist/doc/generic/pgf/text-en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex +%dir %{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en +%dir %{_texdir}/texmf-dist/doc/generic/pictex +%dir %{_texdir}/texmf-dist/doc/generic/plainpkg +%dir %{_texdir}/texmf-dist/doc/generic/pmx +%dir %{_texdir}/texmf-dist/doc/generic/pmx/examples +%dir %{_texdir}/texmf-dist/doc/generic/poster-mac +%dir %{_texdir}/texmf-dist/doc/generic/pst-abspos +%dir %{_texdir}/texmf-dist/doc/generic/pst-am +%dir %{_texdir}/texmf-dist/doc/generic/pst-asr +%dir %{_texdir}/texmf-dist/doc/generic/pst-bar +%dir %{_texdir}/texmf-dist/doc/generic/pst-barcode +%dir %{_texdir}/texmf-dist/doc/generic/pst-bezier +%dir %{_texdir}/texmf-dist/doc/generic/pst-blur +%dir %{_texdir}/texmf-dist/doc/generic/pst-bspline +%dir %{_texdir}/texmf-dist/doc/generic/pst-circ +%dir %{_texdir}/texmf-dist/doc/generic/pst-circ/more_docs +%dir %{_texdir}/texmf-dist/doc/generic/pst-coil +%dir %{_texdir}/texmf-dist/doc/generic/pst-cox +%dir %{_texdir}/texmf-dist/doc/generic/pst-cox/pst-coxcoor +%dir %{_texdir}/texmf-dist/doc/generic/pst-cox/pst-coxeterp +%dir %{_texdir}/texmf-dist/doc/generic/pst-dbicons +%dir %{_texdir}/texmf-dist/doc/generic/pst-diffraction +%dir %{_texdir}/texmf-dist/doc/generic/pst-electricfield +%dir %{_texdir}/texmf-dist/doc/generic/pst-eps +%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl +%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl/doc +%dir %{_texdir}/texmf-dist/doc/generic/pst-eucl/doc/Examples +%dir %{_texdir}/texmf-dist/doc/generic/pst-fill +%dir %{_texdir}/texmf-dist/doc/generic/pst-fit +%dir %{_texdir}/texmf-dist/doc/generic/pst-fractal +%dir %{_texdir}/texmf-dist/doc/generic/pst-fr3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-fun +%dir %{_texdir}/texmf-dist/doc/generic/pst-func +%dir %{_texdir}/texmf-dist/doc/generic/pst-gantt +%dir %{_texdir}/texmf-dist/doc/generic/pst-geo +%dir %{_texdir}/texmf-dist/doc/generic/pst-ghsb +%dir %{_texdir}/texmf-dist/doc/generic/pst-grad +%dir %{_texdir}/texmf-dist/doc/generic/pst-graphicx +%dir %{_texdir}/texmf-dist/doc/generic/pst-gr3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-infixplot +%dir %{_texdir}/texmf-dist/doc/generic/pst-jtree +%dir %{_texdir}/texmf-dist/doc/generic/pst-knot +%dir %{_texdir}/texmf-dist/doc/generic/pst-labo +%dir %{_texdir}/texmf-dist/doc/generic/pst-lens +%dir %{_texdir}/texmf-dist/doc/generic/pst-light3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-magneticfield +%dir %{_texdir}/texmf-dist/doc/generic/pst-math +%dir %{_texdir}/texmf-dist/doc/generic/pst-mirror +%dir %{_texdir}/texmf-dist/doc/generic/pst-node +%dir %{_texdir}/texmf-dist/doc/generic/pst-node/more_docs +%dir %{_texdir}/texmf-dist/doc/generic/pst-ob3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-ode +%dir %{_texdir}/texmf-dist/doc/generic/pst-optic +%dir %{_texdir}/texmf-dist/doc/generic/pst-optic/more_docs +%dir %{_texdir}/texmf-dist/doc/generic/pst-osci +%dir %{_texdir}/texmf-dist/doc/generic/pst-pad +%dir %{_texdir}/texmf-dist/doc/generic/pst-pdgr +%dir %{_texdir}/texmf-dist/doc/generic/pst-platon +%dir %{_texdir}/texmf-dist/doc/generic/pst-plot +%dir %{_texdir}/texmf-dist/doc/generic/pst-plot/more_docs +%dir %{_texdir}/texmf-dist/doc/generic/pst-poly +%dir %{_texdir}/texmf-dist/doc/generic/pst-pulley +%dir %{_texdir}/texmf-dist/doc/generic/pst-qtree +%dir %{_texdir}/texmf-dist/doc/generic/pstricks +%dir %{_texdir}/texmf-dist/doc/generic/pstricks-add +%dir %{_texdir}/texmf-dist/doc/generic/pstricks/images +%dir %{_texdir}/texmf-dist/doc/generic/pst-rubans +%dir %{_texdir}/texmf-dist/doc/generic/pst-sigsys +%dir %{_texdir}/texmf-dist/doc/generic/pst-slpe +%dir %{_texdir}/texmf-dist/doc/generic/pst-solarsystem +%dir %{_texdir}/texmf-dist/doc/generic/pst-solides3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-solides3d/doc-en +%dir %{_texdir}/texmf-dist/doc/generic/pst-soroban +%dir %{_texdir}/texmf-dist/doc/generic/pst-spectra +%dir %{_texdir}/texmf-dist/doc/generic/pst-stru +%dir %{_texdir}/texmf-dist/doc/generic/pst-support +%dir %{_texdir}/texmf-dist/doc/generic/pst-text +%dir %{_texdir}/texmf-dist/doc/generic/pst-thick +%dir %{_texdir}/texmf-dist/doc/generic/pst-tools +%dir %{_texdir}/texmf-dist/doc/generic/pst-tree +%dir %{_texdir}/texmf-dist/doc/generic/pst-tvz +%dir %{_texdir}/texmf-dist/doc/generic/pst-uml +%dir %{_texdir}/texmf-dist/doc/generic/pst-vue3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-2dplot +%dir %{_texdir}/texmf-dist/doc/generic/pst-3d +%dir %{_texdir}/texmf-dist/doc/generic/pst-3dplot +%dir %{_texdir}/texmf-dist/doc/generic/pst-3dplot/more_docs +%dir %{_texdir}/texmf-dist/doc/generic/rlepsf +%dir %{_texdir}/texmf-dist/doc/generic/shade +%dir %{_texdir}/texmf-dist/doc/generic/shapepar +%dir %{_texdir}/texmf-dist/doc/generic/schemata +%dir %{_texdir}/texmf-dist/doc/generic/systeme +%dir %{_texdir}/texmf-dist/doc/generic/tap +%dir %{_texdir}/texmf-dist/doc/generic/tds +%dir %{_texdir}/texmf-dist/doc/generic/texapi +%dir %{_texdir}/texmf-dist/doc/generic/tex-ewd +%dir %{_texdir}/texmf-dist/doc/generic/tex-ps +%dir %{_texdir}/texmf-dist/doc/generic/tex-ps/cmyk-hax +%dir %{_texdir}/texmf-dist/doc/generic/tex-ps/poligraf +%dir %{_texdir}/texmf-dist/doc/generic/tex-refs +%dir %{_texdir}/texmf-dist/doc/generic/textmerg +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex +%dir %{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex +%dir %{_texdir}/texmf-dist/doc/generic/tex4ht +%dir %{_texdir}/texmf-dist/doc/generic/thumbpdf +%dir %{_texdir}/texmf-dist/doc/generic/t2 +%dir %{_texdir}/texmf-dist/doc/generic/t2/etc +%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex +%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx +%dir %{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8 +%dir %{_texdir}/texmf-dist/doc/generic/t2/examples +%dir %{_texdir}/texmf-dist/doc/generic/ukrhyph +%dir %{_texdir}/texmf-dist/doc/generic/ulem +%dir %{_texdir}/texmf-dist/doc/generic/upca +%dir %{_texdir}/texmf-dist/doc/generic/variations +%dir %{_texdir}/texmf-dist/doc/generic/vaucanson-g +%dir %{_texdir}/texmf-dist/doc/generic/vaucanson-g/VCManual-src +%dir %{_texdir}/texmf-dist/doc/generic/velthuis +%dir %{_texdir}/texmf-dist/doc/generic/vntex +%dir %{_texdir}/texmf-dist/doc/generic/voss-de +%dir %{_texdir}/texmf-dist/doc/generic/voss-de/gauss +%dir %{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath +%dir %{_texdir}/texmf-dist/doc/generic/voss-de/mathCol +%dir %{_texdir}/texmf-dist/doc/generic/xcomment +%dir %{_texdir}/texmf-dist/doc/generic/xint +%dir %{_texdir}/texmf-dist/doc/generic/xlop +%dir %{_texdir}/texmf-dist/doc/generic/xstring +%dir %{_texdir}/texmf-dist/doc/generic/xypic +%dir %{_texdir}/texmf-dist/doc/generic/xypic/support +%dir %{_texdir}/texmf-dist/doc/generic/xypic-tut-pt +%dir %{_texdir}/texmf-dist/doc/generic/yax +%dir %{_texdir}/texmf-dist/doc/generic/2up +%dir %{_texdir}/texmf-dist/doc/hbf2gf +%dir %{_texdir}/texmf-dist/doc/chktex +%dir %{_texdir}/texmf-dist/doc/info +%dir %{_texdir}/texmf-dist/doc/kpathsea +%dir %{_texdir}/texmf-dist/doc/latex +%dir %{_texdir}/texmf-dist/doc/latex/aastex +%dir %{_texdir}/texmf-dist/doc/latex/abc +%dir %{_texdir}/texmf-dist/doc/latex/abntex2 +%dir %{_texdir}/texmf-dist/doc/latex/abraces +%dir %{_texdir}/texmf-dist/doc/latex/abstract +%dir %{_texdir}/texmf-dist/doc/latex/acmconf +%dir %{_texdir}/texmf-dist/doc/latex/acro +%dir %{_texdir}/texmf-dist/doc/latex/acronym +%dir %{_texdir}/texmf-dist/doc/latex/acroterm +%dir %{_texdir}/texmf-dist/doc/latex/active-conf +%dir %{_texdir}/texmf-dist/doc/latex/active-conf/example +%dir %{_texdir}/texmf-dist/doc/latex/actuarialangle +%dir %{_texdir}/texmf-dist/doc/latex/addlines +%dir %{_texdir}/texmf-dist/doc/latex/adfathesis +%dir %{_texdir}/texmf-dist/doc/latex/adjmulticol +%dir %{_texdir}/texmf-dist/doc/latex/adjustbox +%dir %{_texdir}/texmf-dist/doc/latex/adrconv +%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages +%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/Contents +%dir %{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/QuickLook +%dir %{_texdir}/texmf-dist/doc/latex/advdate +%dir %{_texdir}/texmf-dist/doc/latex/aeguill +%dir %{_texdir}/texmf-dist/doc/latex/afthesis +%dir %{_texdir}/texmf-dist/doc/latex/aguplus +%dir %{_texdir}/texmf-dist/doc/latex/achemso +%dir %{_texdir}/texmf-dist/doc/latex/aiaa +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004 +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs +%dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk +%dir %{_texdir}/texmf-dist/doc/latex/akktex +%dir %{_texdir}/texmf-dist/doc/latex/akletter +%dir %{_texdir}/texmf-dist/doc/latex/alg +%dir %{_texdir}/texmf-dist/doc/latex/algorithmicx +%dir %{_texdir}/texmf-dist/doc/latex/algorithms +%dir %{_texdir}/texmf-dist/doc/latex/algorithm2e +%dir %{_texdir}/texmf-dist/doc/latex/alnumsec +%dir %{_texdir}/texmf-dist/doc/latex/alterqcm +%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples +%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf +%dir %{_texdir}/texmf-dist/doc/latex/alterqcm/latex +%dir %{_texdir}/texmf-dist/doc/latex/altfont +%dir %{_texdir}/texmf-dist/doc/latex/ametsoc +%dir %{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography +%dir %{_texdir}/texmf-dist/doc/latex/ametsoc/figures +%dir %{_texdir}/texmf-dist/doc/latex/amsaddr +%dir %{_texdir}/texmf-dist/doc/latex/amscls +%dir %{_texdir}/texmf-dist/doc/latex/amslatex-primer +%dir %{_texdir}/texmf-dist/doc/latex/amsldoc-it +%dir %{_texdir}/texmf-dist/doc/latex/amsldoc-vn +%dir %{_texdir}/texmf-dist/doc/latex/amsmath +%dir %{_texdir}/texmf-dist/doc/latex/amsrefs +%dir %{_texdir}/texmf-dist/doc/latex/amsthdoc-it +%dir %{_texdir}/texmf-dist/doc/latex/animate +%dir %{_texdir}/texmf-dist/doc/latex/animate/files +%dir %{_texdir}/texmf-dist/doc/latex/anonchap +%dir %{_texdir}/texmf-dist/doc/latex/answers +%dir %{_texdir}/texmf-dist/doc/latex/antt +%dir %{_texdir}/texmf-dist/doc/latex/anufinalexam +%dir %{_texdir}/texmf-dist/doc/latex/anyfontsize +%dir %{_texdir}/texmf-dist/doc/latex/anysize +%dir %{_texdir}/texmf-dist/doc/latex/aomart +%dir %{_texdir}/texmf-dist/doc/latex/apa +%dir %{_texdir}/texmf-dist/doc/latex/apa6 +%dir %{_texdir}/texmf-dist/doc/latex/apa6e +%dir %{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX +%dir %{_texdir}/texmf-dist/doc/latex/apa6/samples +%dir %{_texdir}/texmf-dist/doc/latex/appendix +%dir %{_texdir}/texmf-dist/doc/latex/appendixnumberbeamer +%dir %{_texdir}/texmf-dist/doc/latex/apprends-latex +%dir %{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples +%dir %{_texdir}/texmf-dist/doc/latex/apptools +%dir %{_texdir}/texmf-dist/doc/latex/arabi +%dir %{_texdir}/texmf-dist/doc/latex/arabtex +%dir %{_texdir}/texmf-dist/doc/latex/aramaic-serto +%dir %{_texdir}/texmf-dist/doc/latex/arcs +%dir %{_texdir}/texmf-dist/doc/latex/arsclassica +%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter +%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics +%dir %{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters +%dir %{_texdir}/texmf-dist/doc/latex/articleingud +%dir %{_texdir}/texmf-dist/doc/latex/arydshln +%dir %{_texdir}/texmf-dist/doc/latex/asaetr +%dir %{_texdir}/texmf-dist/doc/latex/ascelike +%dir %{_texdir}/texmf-dist/doc/latex/aspectratio +%dir %{_texdir}/texmf-dist/doc/latex/assignment +%dir %{_texdir}/texmf-dist/doc/latex/asyfig +%dir %{_texdir}/texmf-dist/doc/latex/asyfig/example +%dir %{_texdir}/texmf-dist/doc/latex/attachfile +%dir %{_texdir}/texmf-dist/doc/latex/augie +%dir %{_texdir}/texmf-dist/doc/latex/augie/other +%dir %{_texdir}/texmf-dist/doc/latex/augie/vtex +%dir %{_texdir}/texmf-dist/doc/latex/aurical +%dir %{_texdir}/texmf-dist/doc/latex/authoraftertitle +%dir %{_texdir}/texmf-dist/doc/latex/authorindex +%dir %{_texdir}/texmf-dist/doc/latex/autoarea +%dir %{_texdir}/texmf-dist/doc/latex/autoarea/autodemo +%dir %{_texdir}/texmf-dist/doc/latex/autonum +%dir %{_texdir}/texmf-dist/doc/latex/autopdf +%dir %{_texdir}/texmf-dist/doc/latex/auto-pst-pdf +%dir %{_texdir}/texmf-dist/doc/latex/a0poster +%dir %{_texdir}/texmf-dist/doc/latex/a4wide +%dir %{_texdir}/texmf-dist/doc/latex/a5comb +%dir %{_texdir}/texmf-dist/doc/latex/babel +%dir %{_texdir}/texmf-dist/doc/latex/background +%dir %{_texdir}/texmf-dist/doc/latex/backnaur +%dir %{_texdir}/texmf-dist/doc/latex/bangtex +%dir %{_texdir}/texmf-dist/doc/latex/barcodes +%dir %{_texdir}/texmf-dist/doc/latex/bardiag +%dir %{_texdir}/texmf-dist/doc/latex/bardiag/example +%dir %{_texdir}/texmf-dist/doc/latex/bardiag/example/src +%dir %{_texdir}/texmf-dist/doc/latex/bardiag/figs +%dir %{_texdir}/texmf-dist/doc/latex/bardiag/src +%dir %{_texdir}/texmf-dist/doc/latex/base +%dir %{_texdir}/texmf-dist/doc/latex/bashful +%dir %{_texdir}/texmf-dist/doc/latex/basque-book +%dir %{_texdir}/texmf-dist/doc/latex/basque-date +%dir %{_texdir}/texmf-dist/doc/latex/bbding +%dir %{_texdir}/texmf-dist/doc/latex/bbm-macros +%dir %{_texdir}/texmf-dist/doc/latex/bbold +%dir %{_texdir}/texmf-dist/doc/latex/bclogo +%dir %{_texdir}/texmf-dist/doc/latex/beamer +%dir %{_texdir}/texmf-dist/doc/latex/beameraudience +%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc +%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc/licenses +%dir %{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples +%dir %{_texdir}/texmf-dist/doc/latex/beamer/emacs +%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples +%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-conference-talk +%dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture +%dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin +%dir %{_texdir}/texmf-dist/doc/latex/beamerposter +%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions +%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks +%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks +%dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks +%dir %{_texdir}/texmf-dist/doc/latex/beamersubframe +%dir %{_texdir}/texmf-dist/doc/latex/beamerthemenirma +%dir %{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc +%dir %{_texdir}/texmf-dist/doc/latex/beamer-tut-pt +%dir %{_texdir}/texmf-dist/doc/latex/beamer2thesis +%dir %{_texdir}/texmf-dist/doc/latex/begriff +%dir %{_texdir}/texmf-dist/doc/latex/betababel +%dir %{_texdir}/texmf-dist/doc/latex/beton +%dir %{_texdir}/texmf-dist/doc/latex/bezos +%dir %{_texdir}/texmf-dist/doc/latex/bez123 +%dir %{_texdir}/texmf-dist/doc/latex/bgreek +%dir %{_texdir}/texmf-dist/doc/latex/bgteubner +%dir %{_texdir}/texmf-dist/doc/latex/bhcexam +%dir %{_texdir}/texmf-dist/doc/latex/bchart +%dir %{_texdir}/texmf-dist/doc/latex/bibarts +%dir %{_texdir}/texmf-dist/doc/latex/biblatex +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-apa +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-bwl +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-caspervector +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-dw +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples +%dir %{_texdir}/texmf-dist/doc/latex/biblatex/examples +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-fiwi +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-gost +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-historian +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-chem +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-chicago +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-ieee +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-juradiss +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-mla +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-musuos +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-nature +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-nejm +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-philosophy +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-phys +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-publist +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-science +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source +%dir %{_texdir}/texmf-dist/doc/latex/biblatex-trad +%dir %{_texdir}/texmf-dist/doc/latex/bibleref +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-french +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-german +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-lds +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-mouth +%dir %{_texdir}/texmf-dist/doc/latex/bibleref-parse +%dir %{_texdir}/texmf-dist/doc/latex/bibleref/samples +%dir %{_texdir}/texmf-dist/doc/latex/biblist +%dir %{_texdir}/texmf-dist/doc/latex/bibtopic +%dir %{_texdir}/texmf-dist/doc/latex/bibtopicprefix +%dir %{_texdir}/texmf-dist/doc/latex/bibunits +%dir %{_texdir}/texmf-dist/doc/latex/bidi +%dir %{_texdir}/texmf-dist/doc/latex/bigfoot +%dir %{_texdir}/texmf-dist/doc/latex/bigints +%dir %{_texdir}/texmf-dist/doc/latex/binomexp +%dir %{_texdir}/texmf-dist/doc/latex/biocon +%dir %{_texdir}/texmf-dist/doc/latex/bizcard +%dir %{_texdir}/texmf-dist/doc/latex/blindtext +%dir %{_texdir}/texmf-dist/doc/latex/blkarray +%dir %{_texdir}/texmf-dist/doc/latex/block +%dir %{_texdir}/texmf-dist/doc/latex/bloques +%dir %{_texdir}/texmf-dist/doc/latex/blowup +%dir %{_texdir}/texmf-dist/doc/latex/bodegraph +%dir %{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot +%dir %{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph +%dir %{_texdir}/texmf-dist/doc/latex/bohr +%dir %{_texdir}/texmf-dist/doc/latex/boites +%dir %{_texdir}/texmf-dist/doc/latex/bold-extra +%dir %{_texdir}/texmf-dist/doc/latex/boldtensors +%dir %{_texdir}/texmf-dist/doc/latex/bondgraph +%dir %{_texdir}/texmf-dist/doc/latex/bookest +%dir %{_texdir}/texmf-dist/doc/latex/booklet +%dir %{_texdir}/texmf-dist/doc/latex/booktabs +%dir %{_texdir}/texmf-dist/doc/latex/booktabs-de +%dir %{_texdir}/texmf-dist/doc/latex/booktabs-fr +%dir %{_texdir}/texmf-dist/doc/latex/boolexpr +%dir %{_texdir}/texmf-dist/doc/latex/bophook +%dir %{_texdir}/texmf-dist/doc/latex/bosisio +%dir %{_texdir}/texmf-dist/doc/latex/boxedminipage +%dir %{_texdir}/texmf-dist/doc/latex/boxhandler +%dir %{_texdir}/texmf-dist/doc/latex/bpchem +%dir %{_texdir}/texmf-dist/doc/latex/bracketkey +%dir %{_texdir}/texmf-dist/doc/latex/braids +%dir %{_texdir}/texmf-dist/doc/latex/braille +%dir %{_texdir}/texmf-dist/doc/latex/braket +%dir %{_texdir}/texmf-dist/doc/latex/breakurl +%dir %{_texdir}/texmf-dist/doc/latex/bropd +%dir %{_texdir}/texmf-dist/doc/latex/bullcntr +%dir %{_texdir}/texmf-dist/doc/latex/bussproofs +%dir %{_texdir}/texmf-dist/doc/latex/bxbase +%dir %{_texdir}/texmf-dist/doc/latex/bxdpx-beamer +%dir %{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/sample +%dir %{_texdir}/texmf-dist/doc/latex/bxeepic +%dir %{_texdir}/texmf-dist/doc/latex/bxjscls +%dir %{_texdir}/texmf-dist/doc/latex/bytefield +%dir %{_texdir}/texmf-dist/doc/latex/b1encoding +%dir %{_texdir}/texmf-dist/doc/latex/cachepic +%dir %{_texdir}/texmf-dist/doc/latex/calcage +%dir %{_texdir}/texmf-dist/doc/latex/calctab +%dir %{_texdir}/texmf-dist/doc/latex/calculator +%dir %{_texdir}/texmf-dist/doc/latex/calligra +%dir %{_texdir}/texmf-dist/doc/latex/calrsfs +%dir %{_texdir}/texmf-dist/doc/latex/cals +%dir %{_texdir}/texmf-dist/doc/latex/cals/examples +%dir %{_texdir}/texmf-dist/doc/latex/cals/test +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/cell +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/colsep +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/decoration +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/llt +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/regression +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/rowsep +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/span +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/support +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/table +%dir %{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables +%dir %{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy +%dir %{_texdir}/texmf-dist/doc/latex/cancel +%dir %{_texdir}/texmf-dist/doc/latex/canoniclayout +%dir %{_texdir}/texmf-dist/doc/latex/captcont +%dir %{_texdir}/texmf-dist/doc/latex/captdef +%dir %{_texdir}/texmf-dist/doc/latex/caption +%dir %{_texdir}/texmf-dist/doc/latex/capt-of +%dir %{_texdir}/texmf-dist/doc/latex/carlisle +%dir %{_texdir}/texmf-dist/doc/latex/cascadilla +%dir %{_texdir}/texmf-dist/doc/latex/cases +%dir %{_texdir}/texmf-dist/doc/latex/casyl +%dir %{_texdir}/texmf-dist/doc/latex/catechis +%dir %{_texdir}/texmf-dist/doc/latex/catchfilebetweentags +%dir %{_texdir}/texmf-dist/doc/latex/catoptions +%dir %{_texdir}/texmf-dist/doc/latex/cbcoptic +%dir %{_texdir}/texmf-dist/doc/latex/ccaption +%dir %{_texdir}/texmf-dist/doc/latex/ccfonts +%dir %{_texdir}/texmf-dist/doc/latex/ccicons +%dir %{_texdir}/texmf-dist/doc/latex/cclicenses +%dir %{_texdir}/texmf-dist/doc/latex/cd +%dir %{_texdir}/texmf-dist/doc/latex/cd-cover +%dir %{_texdir}/texmf-dist/doc/latex/cdpbundl +%dir %{_texdir}/texmf-dist/doc/latex/cell +%dir %{_texdir}/texmf-dist/doc/latex/cellspace +%dir %{_texdir}/texmf-dist/doc/latex/censor +%dir %{_texdir}/texmf-dist/doc/latex/circ +%dir %{_texdir}/texmf-dist/doc/latex/circuitikz +%dir %{_texdir}/texmf-dist/doc/latex/cite +%dir %{_texdir}/texmf-dist/doc/latex/cjk +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5 +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS +%dir %{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS +%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples +%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk +%dir %{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf +%dir %{_texdir}/texmf-dist/doc/latex/cjk-ko +%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct +%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct/examples +%dir %{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct +%dir %{_texdir}/texmf-dist/doc/latex/cjk/texlive +%dir %{_texdir}/texmf-dist/doc/latex/cjk/utils +%dir %{_texdir}/texmf-dist/doc/latex/cjk/utils/pyhyphen +%dir %{_texdir}/texmf-dist/doc/latex/classics +%dir %{_texdir}/texmf-dist/doc/latex/classicthesis +%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/Examples +%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter +%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/gfx +%dir %{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters +%dir %{_texdir}/texmf-dist/doc/latex/clefval +%dir %{_texdir}/texmf-dist/doc/latex/cleveref +%dir %{_texdir}/texmf-dist/doc/latex/clipboard +%dir %{_texdir}/texmf-dist/doc/latex/clock +%dir %{_texdir}/texmf-dist/doc/latex/clrscode +%dir %{_texdir}/texmf-dist/doc/latex/cmap +%dir %{_texdir}/texmf-dist/doc/latex/cmbright +%dir %{_texdir}/texmf-dist/doc/latex/cmdstring +%dir %{_texdir}/texmf-dist/doc/latex/cmpica +%dir %{_texdir}/texmf-dist/doc/latex/cmpj +%dir %{_texdir}/texmf-dist/doc/latex/cmsd +%dir %{_texdir}/texmf-dist/doc/latex/cmtiup +%dir %{_texdir}/texmf-dist/doc/latex/codedoc +%dir %{_texdir}/texmf-dist/doc/latex/codepage +%dir %{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano +%dir %{_texdir}/texmf-dist/doc/latex/collcell +%dir %{_texdir}/texmf-dist/doc/latex/collectbox +%dir %{_texdir}/texmf-dist/doc/latex/collref +%dir %{_texdir}/texmf-dist/doc/latex/colordoc +%dir %{_texdir}/texmf-dist/doc/latex/colorinfo +%dir %{_texdir}/texmf-dist/doc/latex/colortbl +%dir %{_texdir}/texmf-dist/doc/latex/colorwav +%dir %{_texdir}/texmf-dist/doc/latex/colourchange +%dir %{_texdir}/texmf-dist/doc/latex/combelow +%dir %{_texdir}/texmf-dist/doc/latex/combine +%dir %{_texdir}/texmf-dist/doc/latex/combinedgraphics +%dir %{_texdir}/texmf-dist/doc/latex/combinedgraphics/test +%dir %{_texdir}/texmf-dist/doc/latex/comma +%dir %{_texdir}/texmf-dist/doc/latex/commath +%dir %{_texdir}/texmf-dist/doc/latex/comment +%dir %{_texdir}/texmf-dist/doc/latex/complexity +%dir %{_texdir}/texmf-dist/doc/latex/comprehensive +%dir %{_texdir}/texmf-dist/doc/latex/comprehensive/source +%dir %{_texdir}/texmf-dist/doc/latex/computational-complexity +%dir %{_texdir}/texmf-dist/doc/latex/concepts +%dir %{_texdir}/texmf-dist/doc/latex/concprog +%dir %{_texdir}/texmf-dist/doc/latex/confproc +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_tex +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/pictures +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_001 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_003 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_005 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_pdftex/p_007 +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_tex +%dir %{_texdir}/texmf-dist/doc/latex/confproc/example/sources_tex/p_009 +%dir %{_texdir}/texmf-dist/doc/latex/constants +%dir %{_texdir}/texmf-dist/doc/latex/contour +%dir %{_texdir}/texmf-dist/doc/latex/contracard +%dir %{_texdir}/texmf-dist/doc/latex/cooking +%dir %{_texdir}/texmf-dist/doc/latex/cookingsymbols +%dir %{_texdir}/texmf-dist/doc/latex/cool +%dir %{_texdir}/texmf-dist/doc/latex/coollist +%dir %{_texdir}/texmf-dist/doc/latex/coolstr +%dir %{_texdir}/texmf-dist/doc/latex/coolthms +%dir %{_texdir}/texmf-dist/doc/latex/cooltooltips +%dir %{_texdir}/texmf-dist/doc/latex/coordsys +%dir %{_texdir}/texmf-dist/doc/latex/copyrightbox +%dir %{_texdir}/texmf-dist/doc/latex/coseoul +%dir %{_texdir}/texmf-dist/doc/latex/counttexruns +%dir %{_texdir}/texmf-dist/doc/latex/courseoutline +%dir %{_texdir}/texmf-dist/doc/latex/coursepaper +%dir %{_texdir}/texmf-dist/doc/latex/coverpage +%dir %{_texdir}/texmf-dist/doc/latex/covington +%dir %{_texdir}/texmf-dist/doc/latex/cprotect +%dir %{_texdir}/texmf-dist/doc/latex/crbox +%dir %{_texdir}/texmf-dist/doc/latex/crop +%dir %{_texdir}/texmf-dist/doc/latex/crossreference +%dir %{_texdir}/texmf-dist/doc/latex/crossword +%dir %{_texdir}/texmf-dist/doc/latex/crosswrd +%dir %{_texdir}/texmf-dist/doc/latex/cryst +%dir %{_texdir}/texmf-dist/doc/latex/csbulletin +%dir %{_texdir}/texmf-dist/doc/latex/csquotes +%dir %{_texdir}/texmf-dist/doc/latex/csquotes-de +%dir %{_texdir}/texmf-dist/doc/latex/csvsimple +%dir %{_texdir}/texmf-dist/doc/latex/csvtools +%dir %{_texdir}/texmf-dist/doc/latex/ctable +%dir %{_texdir}/texmf-dist/doc/latex/ctanify +%dir %{_texdir}/texmf-dist/doc/latex/ctex +%dir %{_texdir}/texmf-dist/doc/latex/ctex-faq +%dir %{_texdir}/texmf-dist/doc/latex/ctex-faq/src +%dir %{_texdir}/texmf-dist/doc/latex/ctex/test +%dir %{_texdir}/texmf-dist/doc/latex/ctib +%dir %{_texdir}/texmf-dist/doc/latex/cuisine +%dir %{_texdir}/texmf-dist/doc/latex/currfile +%dir %{_texdir}/texmf-dist/doc/latex/currvita +%dir %{_texdir}/texmf-dist/doc/latex/cursolatex +%dir %{_texdir}/texmf-dist/doc/latex/curve +%dir %{_texdir}/texmf-dist/doc/latex/curve/examples +%dir %{_texdir}/texmf-dist/doc/latex/curves +%dir %{_texdir}/texmf-dist/doc/latex/curve2e +%dir %{_texdir}/texmf-dist/doc/latex/custom-bib +%dir %{_texdir}/texmf-dist/doc/latex/cutwin +%dir %{_texdir}/texmf-dist/doc/latex/cv +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/contrib/wagner +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/examples +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/examples/compare +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src/style +%dir %{_texdir}/texmf-dist/doc/latex/cweb-latex/src/test +%dir %{_texdir}/texmf-dist/doc/latex/cyrillic +%dir %{_texdir}/texmf-dist/doc/latex/dashbox +%dir %{_texdir}/texmf-dist/doc/latex/dashrule +%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps +%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc +%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc/pdf +%dir %{_texdir}/texmf-dist/doc/latex/dashundergaps/doc/tex +%dir %{_texdir}/texmf-dist/doc/latex/datatool +%dir %{_texdir}/texmf-dist/doc/latex/datatool/samples +%dir %{_texdir}/texmf-dist/doc/latex/dateiliste +%dir %{_texdir}/texmf-dist/doc/latex/datenumber +%dir %{_texdir}/texmf-dist/doc/latex/datetime +%dir %{_texdir}/texmf-dist/doc/latex/dblfloatfix +%dir %{_texdir}/texmf-dist/doc/latex/decimal +%dir %{_texdir}/texmf-dist/doc/latex/decorule +%dir %{_texdir}/texmf-dist/doc/latex/delim +%dir %{_texdir}/texmf-dist/doc/latex/delimtxt +%dir %{_texdir}/texmf-dist/doc/latex/dhua +%dir %{_texdir}/texmf-dist/doc/latex/diagbox +%dir %{_texdir}/texmf-dist/doc/latex/diagmac2 +%dir %{_texdir}/texmf-dist/doc/latex/diagmac2/doc +%dir %{_texdir}/texmf-dist/doc/latex/diagnose +%dir %{_texdir}/texmf-dist/doc/latex/dialogl +%dir %{_texdir}/texmf-dist/doc/latex/digiconfigs +%dir %{_texdir}/texmf-dist/doc/latex/dichokey +%dir %{_texdir}/texmf-dist/doc/latex/dinbrief +%dir %{_texdir}/texmf-dist/doc/latex/din1505 +%dir %{_texdir}/texmf-dist/doc/latex/directory +%dir %{_texdir}/texmf-dist/doc/latex/dirtytalk +%dir %{_texdir}/texmf-dist/doc/latex/disser +%dir %{_texdir}/texmf-dist/doc/latex/disser/include +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/bachelor +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/bachelor/fig +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/candidate +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/candidate/fig +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/doctor +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/doctor/fig +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/master +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/master/fig +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/specialist +%dir %{_texdir}/texmf-dist/doc/latex/disser/templates/specialist/fig +%dir %{_texdir}/texmf-dist/doc/latex/dk-bib +%dir %{_texdir}/texmf-dist/doc/latex/dlfltxb +%dir %{_texdir}/texmf-dist/doc/latex/dnaseq +%dir %{_texdir}/texmf-dist/doc/latex/docmfp +%dir %{_texdir}/texmf-dist/doc/latex/docmute +%dir %{_texdir}/texmf-dist/doc/latex/documentation +%dir %{_texdir}/texmf-dist/doc/latex/doi +%dir %{_texdir}/texmf-dist/doc/latex/doipubmed +%dir %{_texdir}/texmf-dist/doc/latex/dotarrow +%dir %{_texdir}/texmf-dist/doc/latex/dotseqn +%dir %{_texdir}/texmf-dist/doc/latex/dottex +%dir %{_texdir}/texmf-dist/doc/latex/dot2texi +%dir %{_texdir}/texmf-dist/doc/latex/dot2texi/examples +%dir %{_texdir}/texmf-dist/doc/latex/download +%dir %{_texdir}/texmf-dist/doc/latex/dox +%dir %{_texdir}/texmf-dist/doc/latex/dpfloat +%dir %{_texdir}/texmf-dist/doc/latex/dprogress +%dir %{_texdir}/texmf-dist/doc/latex/drac +%dir %{_texdir}/texmf-dist/doc/latex/draftcopy +%dir %{_texdir}/texmf-dist/doc/latex/draftwatermark +%dir %{_texdir}/texmf-dist/doc/latex/dramatist +%dir %{_texdir}/texmf-dist/doc/latex/drawstack +%dir %{_texdir}/texmf-dist/doc/latex/droit-fr +%dir %{_texdir}/texmf-dist/doc/latex/droit-fr/example +%dir %{_texdir}/texmf-dist/doc/latex/drs +%dir %{_texdir}/texmf-dist/doc/latex/dtk +%dir %{_texdir}/texmf-dist/doc/latex/dtk/doc +%dir %{_texdir}/texmf-dist/doc/latex/dtk/historical +%dir %{_texdir}/texmf-dist/doc/latex/dtk/komoedie +%dir %{_texdir}/texmf-dist/doc/latex/dtxgallery +%dir %{_texdir}/texmf-dist/doc/latex/dtxtut +%dir %{_texdir}/texmf-dist/doc/latex/duerer-latex +%dir %{_texdir}/texmf-dist/doc/latex/duotenzor +%dir %{_texdir}/texmf-dist/doc/latex/dvdcoll +%dir %{_texdir}/texmf-dist/doc/latex/dvgloss +%dir %{_texdir}/texmf-dist/doc/latex/dynblocks +%dir %{_texdir}/texmf-dist/doc/latex/dynblocks/images +%dir %{_texdir}/texmf-dist/doc/latex/dyntree +%dir %{_texdir}/texmf-dist/doc/latex/ean13isbn +%dir %{_texdir}/texmf-dist/doc/latex/easy +%dir %{_texdir}/texmf-dist/doc/latex/easyfig +%dir %{_texdir}/texmf-dist/doc/latex/easy/for-latex2html +%dir %{_texdir}/texmf-dist/doc/latex/easylist +%dir %{_texdir}/texmf-dist/doc/latex/easy-todo +%dir %{_texdir}/texmf-dist/doc/latex/ebezier +%dir %{_texdir}/texmf-dist/doc/latex/ebong +%dir %{_texdir}/texmf-dist/doc/latex/ebook +%dir %{_texdir}/texmf-dist/doc/latex/ebsthesis +%dir %{_texdir}/texmf-dist/doc/latex/ecclesiastic +%dir %{_texdir}/texmf-dist/doc/latex/ecltree +%dir %{_texdir}/texmf-dist/doc/latex/ecv +%dir %{_texdir}/texmf-dist/doc/latex/ecv/template +%dir %{_texdir}/texmf-dist/doc/latex/ed +%dir %{_texdir}/texmf-dist/doc/latex/edfnotes +%dir %{_texdir}/texmf-dist/doc/latex/edmac +%dir %{_texdir}/texmf-dist/doc/latex/edmargin +%dir %{_texdir}/texmf-dist/doc/latex/ednotes +%dir %{_texdir}/texmf-dist/doc/latex/eemeir +%dir %{_texdir}/texmf-dist/doc/latex/eepic +%dir %{_texdir}/texmf-dist/doc/latex/eepic/fig2eepic +%dir %{_texdir}/texmf-dist/doc/latex/egameps +%dir %{_texdir}/texmf-dist/doc/latex/egplot +%dir %{_texdir}/texmf-dist/doc/latex/eiad-ltx +%dir %{_texdir}/texmf-dist/doc/latex/einfuehrung +%dir %{_texdir}/texmf-dist/doc/latex/ejpecp +%dir %{_texdir}/texmf-dist/doc/latex/elbioimp +%dir %{_texdir}/texmf-dist/doc/latex/eledform +%dir %{_texdir}/texmf-dist/doc/latex/eledform/include +%dir %{_texdir}/texmf-dist/doc/latex/eledmac +%dir %{_texdir}/texmf-dist/doc/latex/ellipsis +%dir %{_texdir}/texmf-dist/doc/latex/elmath +%dir %{_texdir}/texmf-dist/doc/latex/elpres +%dir %{_texdir}/texmf-dist/doc/latex/elsarticle +%dir %{_texdir}/texmf-dist/doc/latex/elteikthesis +%dir %{_texdir}/texmf-dist/doc/latex/elteikthesis/pics +%dir %{_texdir}/texmf-dist/doc/latex/eltex +%dir %{_texdir}/texmf-dist/doc/latex/emarks +%dir %{_texdir}/texmf-dist/doc/latex/embrac +%dir %{_texdir}/texmf-dist/doc/latex/emp +%dir %{_texdir}/texmf-dist/doc/latex/emptypage +%dir %{_texdir}/texmf-dist/doc/latex/emulateapj +%dir %{_texdir}/texmf-dist/doc/latex/endfloat +%dir %{_texdir}/texmf-dist/doc/latex/endheads +%dir %{_texdir}/texmf-dist/doc/latex/endiagram +%dir %{_texdir}/texmf-dist/doc/latex/endnotes +%dir %{_texdir}/texmf-dist/doc/latex/engpron +%dir %{_texdir}/texmf-dist/doc/latex/engrec +%dir %{_texdir}/texmf-dist/doc/latex/engtlc +%dir %{_texdir}/texmf-dist/doc/latex/enotez +%dir %{_texdir}/texmf-dist/doc/latex/enumitem +%dir %{_texdir}/texmf-dist/doc/latex/enumitem-zref +%dir %{_texdir}/texmf-dist/doc/latex/envbig +%dir %{_texdir}/texmf-dist/doc/latex/environ +%dir %{_texdir}/texmf-dist/doc/latex/envlab +%dir %{_texdir}/texmf-dist/doc/latex/epigraph +%dir %{_texdir}/texmf-dist/doc/latex/epiolmec +%dir %{_texdir}/texmf-dist/doc/latex/epsdice +%dir %{_texdir}/texmf-dist/doc/latex/epslatex-fr +%dir %{_texdir}/texmf-dist/doc/latex/epspdfconversion +%dir %{_texdir}/texmf-dist/doc/latex/epspdfconversion/example +%dir %{_texdir}/texmf-dist/doc/latex/eqell +%dir %{_texdir}/texmf-dist/doc/latex/eqlist +%dir %{_texdir}/texmf-dist/doc/latex/eqnarray +%dir %{_texdir}/texmf-dist/doc/latex/eqparbox +%dir %{_texdir}/texmf-dist/doc/latex/erdc +%dir %{_texdir}/texmf-dist/doc/latex/errata +%dir %{_texdir}/texmf-dist/doc/latex/esami +%dir %{_texdir}/texmf-dist/doc/latex/esami/doc +%dir %{_texdir}/texmf-dist/doc/latex/esami/doc/examples +%dir %{_texdir}/texmf-dist/doc/latex/esdiff +%dir %{_texdir}/texmf-dist/doc/latex/ESIEEcv +%dir %{_texdir}/texmf-dist/doc/latex/esint +%dir %{_texdir}/texmf-dist/doc/latex/esk +%dir %{_texdir}/texmf-dist/doc/latex/eskd +%dir %{_texdir}/texmf-dist/doc/latex/eskdx +%dir %{_texdir}/texmf-dist/doc/latex/eskdx/manual +%dir %{_texdir}/texmf-dist/doc/latex/eskdx/source +%dir %{_texdir}/texmf-dist/doc/latex/eskdx/test +%dir %{_texdir}/texmf-dist/doc/latex/eso-pic +%dir %{_texdir}/texmf-dist/doc/latex/estcpmm +%dir %{_texdir}/texmf-dist/doc/latex/esvect +%dir %{_texdir}/texmf-dist/doc/latex/etaremune +%dir %{_texdir}/texmf-dist/doc/latex/etex-pkg +%dir %{_texdir}/texmf-dist/doc/latex/etextools +%dir %{_texdir}/texmf-dist/doc/latex/ethiop +%dir %{_texdir}/texmf-dist/doc/latex/ethiop-t1 +%dir %{_texdir}/texmf-dist/doc/latex/etoc +%dir %{_texdir}/texmf-dist/doc/latex/etoolbox +%dir %{_texdir}/texmf-dist/doc/latex/etoolbox-de +%dir %{_texdir}/texmf-dist/doc/latex/euenc +%dir %{_texdir}/texmf-dist/doc/latex/eukdate +%dir %{_texdir}/texmf-dist/doc/latex/euler +%dir %{_texdir}/texmf-dist/doc/latex/eulervm +%dir %{_texdir}/texmf-dist/doc/latex/euro +%dir %{_texdir}/texmf-dist/doc/latex/europecv +%dir %{_texdir}/texmf-dist/doc/latex/europecv/examples +%dir %{_texdir}/texmf-dist/doc/latex/europecv/templates +%dir %{_texdir}/texmf-dist/doc/latex/everyhook +%dir %{_texdir}/texmf-dist/doc/latex/everypage +%dir %{_texdir}/texmf-dist/doc/latex/exam +%dir %{_texdir}/texmf-dist/doc/latex/examdesign +%dir %{_texdir}/texmf-dist/doc/latex/examplep +%dir %{_texdir}/texmf-dist/doc/latex/exceltex +%dir %{_texdir}/texmf-dist/doc/latex/excludeonly +%dir %{_texdir}/texmf-dist/doc/latex/exercise +%dir %{_texdir}/texmf-dist/doc/latex/expdlist +%dir %{_texdir}/texmf-dist/doc/latex/export +%dir %{_texdir}/texmf-dist/doc/latex/exp-testopt +%dir %{_texdir}/texmf-dist/doc/latex/exsheets +%dir %{_texdir}/texmf-dist/doc/latex/exsol +%dir %{_texdir}/texmf-dist/doc/latex/extarrows +%dir %{_texdir}/texmf-dist/doc/latex/extpfeil +%dir %{_texdir}/texmf-dist/doc/latex/extract +%dir %{_texdir}/texmf-dist/doc/latex/extsizes +%dir %{_texdir}/texmf-dist/doc/latex/facsimile +%dir %{_texdir}/texmf-dist/doc/latex/factura +%dir %{_texdir}/texmf-dist/doc/latex/faktor +%dir %{_texdir}/texmf-dist/doc/latex/fancybox +%dir %{_texdir}/texmf-dist/doc/latex/fancyhdr +%dir %{_texdir}/texmf-dist/doc/latex/fancyhdr-it +%dir %{_texdir}/texmf-dist/doc/latex/fancynum +%dir %{_texdir}/texmf-dist/doc/latex/fancypar +%dir %{_texdir}/texmf-dist/doc/latex/fancyref +%dir %{_texdir}/texmf-dist/doc/latex/fancytabs +%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips +%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips/examples +%dir %{_texdir}/texmf-dist/doc/latex/fancytooltips/examples/pics +%dir %{_texdir}/texmf-dist/doc/latex/fancyvrb +%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram +%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help +%dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help/images +%dir %{_texdir}/texmf-dist/doc/latex/fbithesis +%dir %{_texdir}/texmf-dist/doc/latex/fcltxdoc +%dir %{_texdir}/texmf-dist/doc/latex/fdsymbol +%dir %{_texdir}/texmf-dist/doc/latex/feynmf +%dir %{_texdir}/texmf-dist/doc/latex/feynmp-auto +%dir %{_texdir}/texmf-dist/doc/latex/fifinddo-info +%dir %{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants +%dir %{_texdir}/texmf-dist/doc/latex/figbib +%dir %{_texdir}/texmf-dist/doc/latex/figsize +%dir %{_texdir}/texmf-dist/doc/latex/filecontents +%dir %{_texdir}/texmf-dist/doc/latex/filedate +%dir %{_texdir}/texmf-dist/doc/latex/filehook +%dir %{_texdir}/texmf-dist/doc/latex/fileinfo +%dir %{_texdir}/texmf-dist/doc/latex/filemod +%dir %{_texdir}/texmf-dist/doc/latex/fink +%dir %{_texdir}/texmf-dist/doc/latex/finstrut +%dir %{_texdir}/texmf-dist/doc/latex/first-latex-doc +%dir %{_texdir}/texmf-dist/doc/latex/fixfoot +%dir %{_texdir}/texmf-dist/doc/latex/fixltxhyph +%dir %{_texdir}/texmf-dist/doc/latex/fixme +%dir %{_texdir}/texmf-dist/doc/latex/fixmetodonotes +%dir %{_texdir}/texmf-dist/doc/latex/fix2col +%dir %{_texdir}/texmf-dist/doc/latex/fjodor +%dir %{_texdir}/texmf-dist/doc/latex/flabels +%dir %{_texdir}/texmf-dist/doc/latex/flacards +%dir %{_texdir}/texmf-dist/doc/latex/flagderiv +%dir %{_texdir}/texmf-dist/doc/latex/flashcards +%dir %{_texdir}/texmf-dist/doc/latex/flashmovie +%dir %{_texdir}/texmf-dist/doc/latex/flashmovie/flv-player-license +%dir %{_texdir}/texmf-dist/doc/latex/flipbook +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/anASCII +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an1b +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an2 +%dir %{_texdir}/texmf-dist/doc/latex/flipbook/Images/Anims/an3 +%dir %{_texdir}/texmf-dist/doc/latex/flippdf +%dir %{_texdir}/texmf-dist/doc/latex/float +%dir %{_texdir}/texmf-dist/doc/latex/floatflt +%dir %{_texdir}/texmf-dist/doc/latex/floatrow +%dir %{_texdir}/texmf-dist/doc/latex/flowfram +%dir %{_texdir}/texmf-dist/doc/latex/flowfram/samples +%dir %{_texdir}/texmf-dist/doc/latex/flowchart +%dir %{_texdir}/texmf-dist/doc/latex/fmp +%dir %{_texdir}/texmf-dist/doc/latex/fmtcount +%dir %{_texdir}/texmf-dist/doc/latex/fnbreak +%dir %{_texdir}/texmf-dist/doc/latex/fncychap +%dir %{_texdir}/texmf-dist/doc/latex/fncylab +%dir %{_texdir}/texmf-dist/doc/latex/fnpara +%dir %{_texdir}/texmf-dist/doc/latex/fnpct +%dir %{_texdir}/texmf-dist/doc/latex/fnumprint +%dir %{_texdir}/texmf-dist/doc/latex/fn2end +%dir %{_texdir}/texmf-dist/doc/latex/foekfont +%dir %{_texdir}/texmf-dist/doc/latex/foilhtml +%dir %{_texdir}/texmf-dist/doc/latex/fontawesome +%dir %{_texdir}/texmf-dist/doc/latex/fontaxes +%dir %{_texdir}/texmf-dist/doc/latex/fontspec +%dir %{_texdir}/texmf-dist/doc/latex/fonttable +%dir %{_texdir}/texmf-dist/doc/latex/footbib +%dir %{_texdir}/texmf-dist/doc/latex/footmisc +%dir %{_texdir}/texmf-dist/doc/latex/footnotebackref +%dir %{_texdir}/texmf-dist/doc/latex/footnoterange +%dir %{_texdir}/texmf-dist/doc/latex/footnpag +%dir %{_texdir}/texmf-dist/doc/latex/footnpag/test +%dir %{_texdir}/texmf-dist/doc/latex/forarray +%dir %{_texdir}/texmf-dist/doc/latex/foreign +%dir %{_texdir}/texmf-dist/doc/latex/forest +%dir %{_texdir}/texmf-dist/doc/latex/forloop +%dir %{_texdir}/texmf-dist/doc/latex/formular +%dir %{_texdir}/texmf-dist/doc/latex/fouridx +%dir %{_texdir}/texmf-dist/doc/latex/fp +%dir %{_texdir}/texmf-dist/doc/latex/fragments +%dir %{_texdir}/texmf-dist/doc/latex/framed +%dir %{_texdir}/texmf-dist/doc/latex/frankenstein +%dir %{_texdir}/texmf-dist/doc/latex/frankenstein/unsupported +%dir %{_texdir}/texmf-dist/doc/latex/frege +%dir %{_texdir}/texmf-dist/doc/latex/frenchle +%dir %{_texdir}/texmf-dist/doc/latex/frenchle/sources +%dir %{_texdir}/texmf-dist/doc/latex/frletter +%dir %{_texdir}/texmf-dist/doc/latex/frontespizio +%dir %{_texdir}/texmf-dist/doc/latex/ftcap +%dir %{_texdir}/texmf-dist/doc/latex/ftnxtra +%dir %{_texdir}/texmf-dist/doc/latex/fullblck +%dir %{_texdir}/texmf-dist/doc/latex/fullwidth +%dir %{_texdir}/texmf-dist/doc/latex/functan +%dir %{_texdir}/texmf-dist/doc/latex/fundus-calligra +%dir %{_texdir}/texmf-dist/doc/latex/fundus-sueterlin +%dir %{_texdir}/texmf-dist/doc/latex/fwlw +%dir %{_texdir}/texmf-dist/doc/latex/gaceta +%dir %{_texdir}/texmf-dist/doc/latex/galois +%dir %{_texdir}/texmf-dist/doc/latex/gamebook +%dir %{_texdir}/texmf-dist/doc/latex/gastex +%dir %{_texdir}/texmf-dist/doc/latex/gatech-thesis +%dir %{_texdir}/texmf-dist/doc/latex/gauss +%dir %{_texdir}/texmf-dist/doc/latex/g-brief +%dir %{_texdir}/texmf-dist/doc/latex/gb4e +%dir %{_texdir}/texmf-dist/doc/latex/gcard +%dir %{_texdir}/texmf-dist/doc/latex/gcite +%dir %{_texdir}/texmf-dist/doc/latex/gene-logic +%dir %{_texdir}/texmf-dist/doc/latex/genmpage +%dir %{_texdir}/texmf-dist/doc/latex/geometry +%dir %{_texdir}/texmf-dist/doc/latex/geometry-de +%dir %{_texdir}/texmf-dist/doc/latex/germkorr +%dir %{_texdir}/texmf-dist/doc/latex/geschichtsfrkl +%dir %{_texdir}/texmf-dist/doc/latex/getfiledate +%dir %{_texdir}/texmf-dist/doc/latex/ghab +%dir %{_texdir}/texmf-dist/doc/latex/gchords +%dir %{_texdir}/texmf-dist/doc/latex/gillcm +%dir %{_texdir}/texmf-dist/doc/latex/gincltex +%dir %{_texdir}/texmf-dist/doc/latex/ginpenc +%dir %{_texdir}/texmf-dist/doc/latex/gitinfo +%dir %{_texdir}/texmf-dist/doc/latex/gloss +%dir %{_texdir}/texmf-dist/doc/latex/glossaries +%dir %{_texdir}/texmf-dist/doc/latex/glossaries/samples +%dir %{_texdir}/texmf-dist/doc/latex/gmdoc +%dir %{_texdir}/texmf-dist/doc/latex/gmdoc/basedrivers +%dir %{_texdir}/texmf-dist/doc/latex/gmdoc-enhance +%dir %{_texdir}/texmf-dist/doc/latex/gmeometric +%dir %{_texdir}/texmf-dist/doc/latex/gmiflink +%dir %{_texdir}/texmf-dist/doc/latex/gmp +%dir %{_texdir}/texmf-dist/doc/latex/gmutils +%dir %{_texdir}/texmf-dist/doc/latex/gmverb +%dir %{_texdir}/texmf-dist/doc/latex/gmverse +%dir %{_texdir}/texmf-dist/doc/latex/gnuplottex +%dir %{_texdir}/texmf-dist/doc/latex/gradientframe +%dir %{_texdir}/texmf-dist/doc/latex/grafcet +%dir %{_texdir}/texmf-dist/doc/latex/graphics +%dir %{_texdir}/texmf-dist/doc/latex/graphicx-psmin +%dir %{_texdir}/texmf-dist/doc/latex/greekdates +%dir %{_texdir}/texmf-dist/doc/latex/greek-fontenc +%dir %{_texdir}/texmf-dist/doc/latex/greek-inputenc +%dir %{_texdir}/texmf-dist/doc/latex/grfpaste +%dir %{_texdir}/texmf-dist/doc/latex/grfpaste/doc +%dir %{_texdir}/texmf-dist/doc/latex/grid +%dir %{_texdir}/texmf-dist/doc/latex/gridset +%dir %{_texdir}/texmf-dist/doc/latex/GS1 +%dir %{_texdir}/texmf-dist/doc/latex/GS1/examples +%dir %{_texdir}/texmf-dist/doc/latex/gtrcrd +%dir %{_texdir}/texmf-dist/doc/latex/gu +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7 +%dir %{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8 +%dir %{_texdir}/texmf-dist/doc/latex/guitar +%dir %{_texdir}/texmf-dist/doc/latex/guitlogo +%dir %{_texdir}/texmf-dist/doc/latex/hanging +%dir %{_texdir}/texmf-dist/doc/latex/HA-prosper +%dir %{_texdir}/texmf-dist/doc/latex/hardwrap +%dir %{_texdir}/texmf-dist/doc/latex/harmony +%dir %{_texdir}/texmf-dist/doc/latex/harnon-cv +%dir %{_texdir}/texmf-dist/doc/latex/harpoon +%dir %{_texdir}/texmf-dist/doc/latex/harvard +%dir %{_texdir}/texmf-dist/doc/latex/har2nat +%dir %{_texdir}/texmf-dist/doc/latex/hausarbeit-jura +%dir %{_texdir}/texmf-dist/doc/latex/hc +%dir %{_texdir}/texmf-dist/doc/latex/hep +%dir %{_texdir}/texmf-dist/doc/latex/hepnames +%dir %{_texdir}/texmf-dist/doc/latex/hepparticles +%dir %{_texdir}/texmf-dist/doc/latex/hepthesis +%dir %{_texdir}/texmf-dist/doc/latex/hepthesis/example +%dir %{_texdir}/texmf-dist/doc/latex/hepunits +%dir %{_texdir}/texmf-dist/doc/latex/here +%dir %{_texdir}/texmf-dist/doc/latex/he-she +%dir %{_texdir}/texmf-dist/doc/latex/hexgame +%dir %{_texdir}/texmf-dist/doc/latex/hf-tikz +%dir %{_texdir}/texmf-dist/doc/latex/hhtensor +%dir %{_texdir}/texmf-dist/doc/latex/histogr +%dir %{_texdir}/texmf-dist/doc/latex/historische-zeitschrift +%dir %{_texdir}/texmf-dist/doc/latex/hitec +%dir %{_texdir}/texmf-dist/doc/latex/hletter +%dir %{_texdir}/texmf-dist/doc/latex/hobby +%dir %{_texdir}/texmf-dist/doc/latex/hobete +%dir %{_texdir}/texmf-dist/doc/latex/horoscop +%dir %{_texdir}/texmf-dist/doc/latex/hpsdiss +%dir %{_texdir}/texmf-dist/doc/latex/hrefhide +%dir %{_texdir}/texmf-dist/doc/latex/hrlatex +%dir %{_texdir}/texmf-dist/doc/latex/hvfloat +%dir %{_texdir}/texmf-dist/doc/latex/hvindex +%dir %{_texdir}/texmf-dist/doc/latex/hypdvips +%dir %{_texdir}/texmf-dist/doc/latex/hypdvips/images +%dir %{_texdir}/texmf-dist/doc/latex/hyper +%dir %{_texdir}/texmf-dist/doc/latex/hyper/contrib +%dir %{_texdir}/texmf-dist/doc/latex/hypernat +%dir %{_texdir}/texmf-dist/doc/latex/hyperref +%dir %{_texdir}/texmf-dist/doc/latex/hyperref-docsrc +%dir %{_texdir}/texmf-dist/doc/latex/hyper/scontrib +%dir %{_texdir}/texmf-dist/doc/latex/hyperxmp +%dir %{_texdir}/texmf-dist/doc/latex/hyphenat +%dir %{_texdir}/texmf-dist/doc/latex/changebar +%dir %{_texdir}/texmf-dist/doc/latex/changelayout +%dir %{_texdir}/texmf-dist/doc/latex/changepage +%dir %{_texdir}/texmf-dist/doc/latex/changes +%dir %{_texdir}/texmf-dist/doc/latex/changes/examples +%dir %{_texdir}/texmf-dist/doc/latex/chappg +%dir %{_texdir}/texmf-dist/doc/latex/chapterfolder +%dir %{_texdir}/texmf-dist/doc/latex/chbibref +%dir %{_texdir}/texmf-dist/doc/latex/chembst +%dir %{_texdir}/texmf-dist/doc/latex/chemcompounds +%dir %{_texdir}/texmf-dist/doc/latex/chemcono +%dir %{_texdir}/texmf-dist/doc/latex/chemexec +%dir %{_texdir}/texmf-dist/doc/latex/chemmacros +%dir %{_texdir}/texmf-dist/doc/latex/chemnum +%dir %{_texdir}/texmf-dist/doc/latex/chemstyle +%dir %{_texdir}/texmf-dist/doc/latex/chessboard +%dir %{_texdir}/texmf-dist/doc/latex/chessfss +%dir %{_texdir}/texmf-dist/doc/latex/chess-problem-diagrams +%dir %{_texdir}/texmf-dist/doc/latex/chet +%dir %{_texdir}/texmf-dist/doc/latex/chextras +%dir %{_texdir}/texmf-dist/doc/latex/chkfloat +%dir %{_texdir}/texmf-dist/doc/latex/chletter +%dir %{_texdir}/texmf-dist/doc/latex/chngcntr +%dir %{_texdir}/texmf-dist/doc/latex/chronology +%dir %{_texdir}/texmf-dist/doc/latex/chscite +%dir %{_texdir}/texmf-dist/doc/latex/ibycus-babel +%dir %{_texdir}/texmf-dist/doc/latex/icsv +%dir %{_texdir}/texmf-dist/doc/latex/idxlayout +%dir %{_texdir}/texmf-dist/doc/latex/IEEEconf +%dir %{_texdir}/texmf-dist/doc/latex/ieeepes +%dir %{_texdir}/texmf-dist/doc/latex/IEEEtran +%dir %{_texdir}/texmf-dist/doc/latex/ifetex +%dir %{_texdir}/texmf-dist/doc/latex/ifmslide +%dir %{_texdir}/texmf-dist/doc/latex/ifmtarg +%dir %{_texdir}/texmf-dist/doc/latex/ifnextok +%dir %{_texdir}/texmf-dist/doc/latex/ifoddpage +%dir %{_texdir}/texmf-dist/doc/latex/ifplatform +%dir %{_texdir}/texmf-dist/doc/latex/ifthenx +%dir %{_texdir}/texmf-dist/doc/latex/iitem +%dir %{_texdir}/texmf-dist/doc/latex/ijmart +%dir %{_texdir}/texmf-dist/doc/latex/imac +%dir %{_texdir}/texmf-dist/doc/latex/image-gallery +%dir %{_texdir}/texmf-dist/doc/latex/imakeidx +%dir %{_texdir}/texmf-dist/doc/latex/impnattypo +%dir %{_texdir}/texmf-dist/doc/latex/import +%dir %{_texdir}/texmf-dist/doc/latex/imtekda +%dir %{_texdir}/texmf-dist/doc/latex/imtekda/figures +%dir %{_texdir}/texmf-dist/doc/latex/incgraph +%dir %{_texdir}/texmf-dist/doc/latex/index +%dir %{_texdir}/texmf-dist/doc/latex/inlinedef +%dir %{_texdir}/texmf-dist/doc/latex/inputtrc +%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook +%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/documentation +%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/epsfiles +%dir %{_texdir}/texmf-dist/doc/latex/interactiveworkbook/samplefiles +%dir %{_texdir}/texmf-dist/doc/latex/interfaces +%dir %{_texdir}/texmf-dist/doc/latex/intro-scientific +%dir %{_texdir}/texmf-dist/doc/latex/inversepath +%dir %{_texdir}/texmf-dist/doc/latex/invoice +%dir %{_texdir}/texmf-dist/doc/latex/ionumbers +%dir %{_texdir}/texmf-dist/doc/latex/iso +%dir %{_texdir}/texmf-dist/doc/latex/isodate +%dir %{_texdir}/texmf-dist/doc/latex/isodoc +%dir %{_texdir}/texmf-dist/doc/latex/isomath +%dir %{_texdir}/texmf-dist/doc/latex/isonums +%dir %{_texdir}/texmf-dist/doc/latex/isorot +%dir %{_texdir}/texmf-dist/doc/latex/isotope +%dir %{_texdir}/texmf-dist/doc/latex/iso10303 +%dir %{_texdir}/texmf-dist/doc/latex/issuulinks +%dir %{_texdir}/texmf-dist/doc/latex/itnumpar +%dir %{_texdir}/texmf-dist/doc/latex/iwhdp +%dir %{_texdir}/texmf-dist/doc/latex/jamtimes +%dir %{_texdir}/texmf-dist/doc/latex/jknapltx +%dir %{_texdir}/texmf-dist/doc/latex/jmlr +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper1 +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper2 +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper3 +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-books/paper4 +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-papers +%dir %{_texdir}/texmf-dist/doc/latex/jmlr/sample-papers/images +%dir %{_texdir}/texmf-dist/doc/latex/jneurosci +%dir %{_texdir}/texmf-dist/doc/latex/jpsj +%dir %{_texdir}/texmf-dist/doc/latex/jura +%dir %{_texdir}/texmf-dist/doc/latex/juraabbrev +%dir %{_texdir}/texmf-dist/doc/latex/jurabib +%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs +%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs/english +%dir %{_texdir}/texmf-dist/doc/latex/jurabib/docs/german +%dir %{_texdir}/texmf-dist/doc/latex/juramisc +%dir %{_texdir}/texmf-dist/doc/latex/juramisc/doc +%dir %{_texdir}/texmf-dist/doc/latex/juramisc/doc/jbook +%dir %{_texdir}/texmf-dist/doc/latex/jurarsp +%dir %{_texdir}/texmf-dist/doc/latex/jvlisting +%dir %{_texdir}/texmf-dist/doc/latex/kantlipsum +%dir %{_texdir}/texmf-dist/doc/latex/karnaugh +%dir %{_texdir}/texmf-dist/doc/latex/kdgdocs +%dir %{_texdir}/texmf-dist/doc/latex/kerkis +%dir %{_texdir}/texmf-dist/doc/latex/kerntest +%dir %{_texdir}/texmf-dist/doc/latex/keycommand +%dir %{_texdir}/texmf-dist/doc/latex/keyreader +%dir %{_texdir}/texmf-dist/doc/latex/keystroke +%dir %{_texdir}/texmf-dist/doc/latex/keyval2e +%dir %{_texdir}/texmf-dist/doc/latex/kix +%dir %{_texdir}/texmf-dist/doc/latex/kluwer +%dir %{_texdir}/texmf-dist/doc/latex/knittingpattern +%dir %{_texdir}/texmf-dist/doc/latex/koma-moderncvclassic +%dir %{_texdir}/texmf-dist/doc/latex/koma-script +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-C +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-C/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-C/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14 +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4 +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source +%dir %{_texdir}/texmf-dist/doc/latex/koma-script-sfs +%dir %{_texdir}/texmf-dist/doc/latex/ktv-texdata +%dir %{_texdir}/texmf-dist/doc/latex/labbook +%dir %{_texdir}/texmf-dist/doc/latex/labelcas +%dir %{_texdir}/texmf-dist/doc/latex/labels +%dir %{_texdir}/texmf-dist/doc/latex/labels/test +%dir %{_texdir}/texmf-dist/doc/latex/lapdf +%dir %{_texdir}/texmf-dist/doc/latex/lastpage +%dir %{_texdir}/texmf-dist/doc/latex/latex-bib-ex +%dir %{_texdir}/texmf-dist/doc/latex/latex-brochure +%dir %{_texdir}/texmf-dist/doc/latex/latex-course +%dir %{_texdir}/texmf-dist/doc/latex/latex-course/Graphics +%dir %{_texdir}/texmf-dist/doc/latex/latex-doc-ptr +%dir %{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs +%dir %{_texdir}/texmf-dist/doc/latex/latex-graphics-companion +%dir %{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs +%dir %{_texdir}/texmf-dist/doc/latex/latexcheat +%dir %{_texdir}/texmf-dist/doc/latex/latexcheat-esmx +%dir %{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr +%dir %{_texdir}/texmf-dist/doc/latex/latex-referenz +%dir %{_texdir}/texmf-dist/doc/latex/latex-tabellen +%dir %{_texdir}/texmf-dist/doc/latex/latex-veryshortguide +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2 +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3 +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4 +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6 +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7 +%dir %{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS +%dir %{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo +%dir %{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish +%dir %{_texdir}/texmf-dist/doc/latex/latex4wp +%dir %{_texdir}/texmf-dist/doc/latex/latex4wp-it +%dir %{_texdir}/texmf-dist/doc/latex/layaureo +%dir %{_texdir}/texmf-dist/doc/latex/layouts +%dir %{_texdir}/texmf-dist/doc/latex/lazylist +%dir %{_texdir}/texmf-dist/doc/latex/lcd +%dir %{_texdir}/texmf-dist/doc/latex/lcg +%dir %{_texdir}/texmf-dist/doc/latex/lcyw +%dir %{_texdir}/texmf-dist/doc/latex/leading +%dir %{_texdir}/texmf-dist/doc/latex/leaflet +%dir %{_texdir}/texmf-dist/doc/latex/ledmac +%dir %{_texdir}/texmf-dist/doc/latex/leftidx +%dir %{_texdir}/texmf-dist/doc/latex/lettre +%dir %{_texdir}/texmf-dist/doc/latex/lettrine +%dir %{_texdir}/texmf-dist/doc/latex/lewis +%dir %{_texdir}/texmf-dist/doc/latex/lexikon +%dir %{_texdir}/texmf-dist/doc/latex/lgreek +%dir %{_texdir}/texmf-dist/doc/latex/lgrx +%dir %{_texdir}/texmf-dist/doc/latex/lhelp +%dir %{_texdir}/texmf-dist/doc/latex/libgreek +%dir %{_texdir}/texmf-dist/doc/latex/linegoal +%dir %{_texdir}/texmf-dist/doc/latex/lineno +%dir %{_texdir}/texmf-dist/doc/latex/linguex +%dir %{_texdir}/texmf-dist/doc/latex/lipsum +%dir %{_texdir}/texmf-dist/doc/latex/lisp-on-tex +%dir %{_texdir}/texmf-dist/doc/latex/lisp-on-tex/examples +%dir %{_texdir}/texmf-dist/doc/latex/listbib +%dir %{_texdir}/texmf-dist/doc/latex/listing +%dir %{_texdir}/texmf-dist/doc/latex/listings +%dir %{_texdir}/texmf-dist/doc/latex/listings-ext +%dir %{_texdir}/texmf-dist/doc/latex/listliketab +%dir %{_texdir}/texmf-dist/doc/latex/listofsymbols +%dir %{_texdir}/texmf-dist/doc/latex/lithuanian +%dir %{_texdir}/texmf-dist/doc/latex/liturg +%dir %{_texdir}/texmf-dist/doc/latex/lkproof +%dir %{_texdir}/texmf-dist/doc/latex/lmake +%dir %{_texdir}/texmf-dist/doc/latex/locality +%dir %{_texdir}/texmf-dist/doc/latex/localloc +%dir %{_texdir}/texmf-dist/doc/latex/logbox +%dir %{_texdir}/texmf-dist/doc/latex/logical-markup-utils +%dir %{_texdir}/texmf-dist/doc/latex/logicpuzzle +%dir %{_texdir}/texmf-dist/doc/latex/logpap +%dir %{_texdir}/texmf-dist/doc/latex/logreq +%dir %{_texdir}/texmf-dist/doc/latex/logreq/examples +%dir %{_texdir}/texmf-dist/doc/latex/longnamefilelist +%dir %{_texdir}/texmf-dist/doc/latex/loops +%dir %{_texdir}/texmf-dist/doc/latex/lpic +%dir %{_texdir}/texmf-dist/doc/latex/lps +%dir %{_texdir}/texmf-dist/doc/latex/lsc +%dir %{_texdir}/texmf-dist/doc/latex/lshort-bulgarian +%dir %{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-czech +%dir %{_texdir}/texmf-dist/doc/latex/lshort-czech/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-dutch +%dir %{_texdir}/texmf-dist/doc/latex/lshort-english +%dir %{_texdir}/texmf-dist/doc/latex/lshort-finnish +%dir %{_texdir}/texmf-dist/doc/latex/lshort-finnish/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-french +%dir %{_texdir}/texmf-dist/doc/latex/lshort-german +%dir %{_texdir}/texmf-dist/doc/latex/lshort-chinese +%dir %{_texdir}/texmf-dist/doc/latex/lshort-chinese/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-italian +%dir %{_texdir}/texmf-dist/doc/latex/lshort-japanese +%dir %{_texdir}/texmf-dist/doc/latex/lshort-korean +%dir %{_texdir}/texmf-dist/doc/latex/lshort-mongol +%dir %{_texdir}/texmf-dist/doc/latex/lshort-mongol/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-persian +%dir %{_texdir}/texmf-dist/doc/latex/lshort-polish +%dir %{_texdir}/texmf-dist/doc/latex/lshort-portuguese +%dir %{_texdir}/texmf-dist/doc/latex/lshort-russian +%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovak +%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovenian +%dir %{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish +%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente +%dir %{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src +%dir %{_texdir}/texmf-dist/doc/latex/lshort-thai +%dir %{_texdir}/texmf-dist/doc/latex/lshort-turkish +%dir %{_texdir}/texmf-dist/doc/latex/lshort-ukr +%dir %{_texdir}/texmf-dist/doc/latex/lshort-vietnamese +%dir %{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src +%dir %{_texdir}/texmf-dist/doc/latex/lstaddons +%dir %{_texdir}/texmf-dist/doc/latex/ltablex +%dir %{_texdir}/texmf-dist/doc/latex/ltabptch +%dir %{_texdir}/texmf-dist/doc/latex/ltxdockit +%dir %{_texdir}/texmf-dist/doc/latex/ltxindex +%dir %{_texdir}/texmf-dist/doc/latex/ltxkeys +%dir %{_texdir}/texmf-dist/doc/latex/ltxnew +%dir %{_texdir}/texmf-dist/doc/latex/ltxtools +%dir %{_texdir}/texmf-dist/doc/latex/lualatex-doc-de +%dir %{_texdir}/texmf-dist/doc/latex/l2picfaq +%dir %{_texdir}/texmf-dist/doc/latex/l2tabu +%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-english +%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-french +%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-italian +%dir %{_texdir}/texmf-dist/doc/latex/l2tabu-spanish +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3dt +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3sort +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/l3str +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/xcoffins +%dir %{_texdir}/texmf-dist/doc/latex/l3experimental/xgalley +%dir %{_texdir}/texmf-dist/doc/latex/l3kernel +%dir %{_texdir}/texmf-dist/doc/latex/l3packages +%dir %{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e +%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xfrac +%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xparse +%dir %{_texdir}/texmf-dist/doc/latex/l3packages/xtemplate +%dir %{_texdir}/texmf-dist/doc/latex/macros2e +%dir %{_texdir}/texmf-dist/doc/latex/mafr +%dir %{_texdir}/texmf-dist/doc/latex/magaz +%dir %{_texdir}/texmf-dist/doc/latex/mailing +%dir %{_texdir}/texmf-dist/doc/latex/mailmerge +%dir %{_texdir}/texmf-dist/doc/latex/makebarcode +%dir %{_texdir}/texmf-dist/doc/latex/makebox +%dir %{_texdir}/texmf-dist/doc/latex/makecell +%dir %{_texdir}/texmf-dist/doc/latex/makecmds +%dir %{_texdir}/texmf-dist/doc/latex/makedtx +%dir %{_texdir}/texmf-dist/doc/latex/makeglos +%dir %{_texdir}/texmf-dist/doc/latex/makeplot +%dir %{_texdir}/texmf-dist/doc/latex/makeshape +%dir %{_texdir}/texmf-dist/doc/latex/mandi +%dir %{_texdir}/texmf-dist/doc/latex/manuscript +%dir %{_texdir}/texmf-dist/doc/latex/margbib +%dir %{_texdir}/texmf-dist/doc/latex/marginfix +%dir %{_texdir}/texmf-dist/doc/latex/marginnote +%dir %{_texdir}/texmf-dist/doc/latex/matc3 +%dir %{_texdir}/texmf-dist/doc/latex/matc3mem +%dir %{_texdir}/texmf-dist/doc/latex/mathalfa +%dir %{_texdir}/texmf-dist/doc/latex/mathastext +%dir %{_texdir}/texmf-dist/doc/latex/mathcomp +%dir %{_texdir}/texmf-dist/doc/latex/mathdesign +%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdput +%dir %{_texdir}/texmf-dist/doc/latex/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/doc/latex/math-e +%dir %{_texdir}/texmf-dist/doc/latex/mathexam +%dir %{_texdir}/texmf-dist/doc/latex/mathmode +%dir %{_texdir}/texmf-dist/doc/latex/mathmode/images +%dir %{_texdir}/texmf-dist/doc/latex/mathpazo +%dir %{_texdir}/texmf-dist/doc/latex/mathspic +%dir %{_texdir}/texmf-dist/doc/latex/mattens +%dir %{_texdir}/texmf-dist/doc/latex/maybemath +%dir %{_texdir}/texmf-dist/doc/latex/mbenotes +%dir %{_texdir}/texmf-dist/doc/latex/mcaption +%dir %{_texdir}/texmf-dist/doc/latex/mceinleger +%dir %{_texdir}/texmf-dist/doc/latex/mcite +%dir %{_texdir}/texmf-dist/doc/latex/mciteplus +%dir %{_texdir}/texmf-dist/doc/latex/mdframed +%dir %{_texdir}/texmf-dist/doc/latex/mdputu +%dir %{_texdir}/texmf-dist/doc/latex/mdsymbol +%dir %{_texdir}/texmf-dist/doc/latex/mdwtools +%dir %{_texdir}/texmf-dist/doc/latex/media9 +%dir %{_texdir}/texmf-dist/doc/latex/media9/files +%dir %{_texdir}/texmf-dist/doc/latex/media9/files/players +%dir %{_texdir}/texmf-dist/doc/latex/meetingmins +%dir %{_texdir}/texmf-dist/doc/latex/meetingmins/samples +%dir %{_texdir}/texmf-dist/doc/latex/memexsupp +%dir %{_texdir}/texmf-dist/doc/latex/memoir +%dir %{_texdir}/texmf-dist/doc/latex/MemoirChapStyles +%dir %{_texdir}/texmf-dist/doc/latex/memory +%dir %{_texdir}/texmf-dist/doc/latex/mentis +%dir %{_texdir}/texmf-dist/doc/latex/menu +%dir %{_texdir}/texmf-dist/doc/latex/menukeys +%dir %{_texdir}/texmf-dist/doc/latex/metalogo +%dir %{_texdir}/texmf-dist/doc/latex/metaplot +%dir %{_texdir}/texmf-dist/doc/latex/metaplot/examples +%dir %{_texdir}/texmf-dist/doc/latex/method +%dir %{_texdir}/texmf-dist/doc/latex/metre +%dir %{_texdir}/texmf-dist/doc/latex/mflogo +%dir %{_texdir}/texmf-dist/doc/latex/mfnfss +%dir %{_texdir}/texmf-dist/doc/latex/mfpic4ode +%dir %{_texdir}/texmf-dist/doc/latex/mfpic4ode/demo +%dir %{_texdir}/texmf-dist/doc/latex/mftinc +%dir %{_texdir}/texmf-dist/doc/latex/mh +%dir %{_texdir}/texmf-dist/doc/latex/mhequ +%dir %{_texdir}/texmf-dist/doc/latex/mhchem +%dir %{_texdir}/texmf-dist/doc/latex/microtype +%dir %{_texdir}/texmf-dist/doc/latex/microtype-de +%dir %{_texdir}/texmf-dist/doc/latex/midpage +%dir %{_texdir}/texmf-dist/doc/latex/miller +%dir %{_texdir}/texmf-dist/doc/latex/mil3 +%dir %{_texdir}/texmf-dist/doc/latex/minibox +%dir %{_texdir}/texmf-dist/doc/latex/minipage-marginpar +%dir %{_texdir}/texmf-dist/doc/latex/miniplot +%dir %{_texdir}/texmf-dist/doc/latex/minitoc +%dir %{_texdir}/texmf-dist/doc/latex/minted +%dir %{_texdir}/texmf-dist/doc/latex/minutes +%dir %{_texdir}/texmf-dist/doc/latex/mla-paper +%dir %{_texdir}/texmf-dist/doc/latex/mlist +%dir %{_texdir}/texmf-dist/doc/latex/mltex +%dir %{_texdir}/texmf-dist/doc/latex/mmap +%dir %{_texdir}/texmf-dist/doc/latex/mnotes +%dir %{_texdir}/texmf-dist/doc/latex/mnsymbol +%dir %{_texdir}/texmf-dist/doc/latex/moderncv +%dir %{_texdir}/texmf-dist/doc/latex/moderncv/examples +%dir %{_texdir}/texmf-dist/doc/latex/moderntimeline +%dir %{_texdir}/texmf-dist/doc/latex/modiagram +%dir %{_texdir}/texmf-dist/doc/latex/modref +%dir %{_texdir}/texmf-dist/doc/latex/modroman +%dir %{_texdir}/texmf-dist/doc/latex/mongolian-babel +%dir %{_texdir}/texmf-dist/doc/latex/monofill +%dir %{_texdir}/texmf-dist/doc/latex/montex +%dir %{_texdir}/texmf-dist/doc/latex/montex/mfinput +%dir %{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe +%dir %{_texdir}/texmf-dist/doc/latex/moreenum +%dir %{_texdir}/texmf-dist/doc/latex/morefloats +%dir %{_texdir}/texmf-dist/doc/latex/morehype +%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo +%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo/hellowor +%dir %{_texdir}/texmf-dist/doc/latex/morehype/blogdemo/writings +%dir %{_texdir}/texmf-dist/doc/latex/moresize +%dir %{_texdir}/texmf-dist/doc/latex/moreverb +%dir %{_texdir}/texmf-dist/doc/latex/morewrites +%dir %{_texdir}/texmf-dist/doc/latex/movie15 +%dir %{_texdir}/texmf-dist/doc/latex/movie15/files +%dir %{_texdir}/texmf-dist/doc/latex/movie15/javascript +%dir %{_texdir}/texmf-dist/doc/latex/mparhack +%dir %{_texdir}/texmf-dist/doc/latex/mpgraphics +%dir %{_texdir}/texmf-dist/doc/latex/ms +%dir %{_texdir}/texmf-dist/doc/latex/msc +%dir %{_texdir}/texmf-dist/doc/latex/msg +%dir %{_texdir}/texmf-dist/doc/latex/mslapa +%dir %{_texdir}/texmf-dist/doc/latex/msu-thesis +%dir %{_texdir}/texmf-dist/doc/latex/msu-thesis/samples +%dir %{_texdir}/texmf-dist/doc/latex/mtgreek +%dir %{_texdir}/texmf-dist/doc/latex/multenum +%dir %{_texdir}/texmf-dist/doc/latex/multibbl +%dir %{_texdir}/texmf-dist/doc/latex/multibib +%dir %{_texdir}/texmf-dist/doc/latex/multibibliography +%dir %{_texdir}/texmf-dist/doc/latex/multicap +%dir %{_texdir}/texmf-dist/doc/latex/multienv +%dir %{_texdir}/texmf-dist/doc/latex/multiexpand +%dir %{_texdir}/texmf-dist/doc/latex/multiobjective +%dir %{_texdir}/texmf-dist/doc/latex/multirow +%dir %{_texdir}/texmf-dist/doc/latex/munich +%dir %{_texdir}/texmf-dist/doc/latex/musixguit +%dir %{_texdir}/texmf-dist/doc/latex/musuos +%dir %{_texdir}/texmf-dist/doc/latex/muthesis +%dir %{_texdir}/texmf-dist/doc/latex/mversion +%dir %{_texdir}/texmf-dist/doc/latex/mwcls +%dir %{_texdir}/texmf-dist/doc/latex/mwe +%dir %{_texdir}/texmf-dist/doc/latex/mycv +%dir %{_texdir}/texmf-dist/doc/latex/mycv/Doc +%dir %{_texdir}/texmf-dist/doc/latex/mycv/Doc/Images +%dir %{_texdir}/texmf-dist/doc/latex/mycv/Examples +%dir %{_texdir}/texmf-dist/doc/latex/mychemistry +%dir %{_texdir}/texmf-dist/doc/latex/mylatexformat +%dir %{_texdir}/texmf-dist/doc/latex/nag +%dir %{_texdir}/texmf-dist/doc/latex/nameauth +%dir %{_texdir}/texmf-dist/doc/latex/namespc +%dir %{_texdir}/texmf-dist/doc/latex/natbib +%dir %{_texdir}/texmf-dist/doc/latex/nath +%dir %{_texdir}/texmf-dist/doc/latex/ncclatex +%dir %{_texdir}/texmf-dist/doc/latex/ncctools +%dir %{_texdir}/texmf-dist/doc/latex/nddiss +%dir %{_texdir}/texmf-dist/doc/latex/nddiss/example-v1.3 +%dir %{_texdir}/texmf-dist/doc/latex/needspace +%dir %{_texdir}/texmf-dist/doc/latex/newcommand +%dir %{_texdir}/texmf-dist/doc/latex/newenviron +%dir %{_texdir}/texmf-dist/doc/latex/newfile +%dir %{_texdir}/texmf-dist/doc/latex/newlfm +%dir %{_texdir}/texmf-dist/doc/latex/newspaper +%dir %{_texdir}/texmf-dist/doc/latex/newunicodechar +%dir %{_texdir}/texmf-dist/doc/latex/newvbtm +%dir %{_texdir}/texmf-dist/doc/latex/newverbs +%dir %{_texdir}/texmf-dist/doc/latex/nfssext-cfr +%dir %{_texdir}/texmf-dist/doc/latex/nicefilelist +%dir %{_texdir}/texmf-dist/doc/latex/niceframe +%dir %{_texdir}/texmf-dist/doc/latex/nicetext +%dir %{_texdir}/texmf-dist/doc/latex/nicetext/demo +%dir %{_texdir}/texmf-dist/doc/latex/nih +%dir %{_texdir}/texmf-dist/doc/latex/nlctdoc +%dir %{_texdir}/texmf-dist/doc/latex/noconflict +%dir %{_texdir}/texmf-dist/doc/latex/noitcrul +%dir %{_texdir}/texmf-dist/doc/latex/nolbreaks +%dir %{_texdir}/texmf-dist/doc/latex/nomencl +%dir %{_texdir}/texmf-dist/doc/latex/nomentbl +%dir %{_texdir}/texmf-dist/doc/latex/nonfloat +%dir %{_texdir}/texmf-dist/doc/latex/nonumonpart +%dir %{_texdir}/texmf-dist/doc/latex/nopageno +%dir %{_texdir}/texmf-dist/doc/latex/nostarch +%dir %{_texdir}/texmf-dist/doc/latex/notes +%dir %{_texdir}/texmf-dist/doc/latex/notes2bib +%dir %{_texdir}/texmf-dist/doc/latex/notoccite +%dir %{_texdir}/texmf-dist/doc/latex/nowidow +%dir %{_texdir}/texmf-dist/doc/latex/nrc +%dir %{_texdir}/texmf-dist/doc/latex/ntgclass +%dir %{_texdir}/texmf-dist/doc/latex/ntheorem +%dir %{_texdir}/texmf-dist/doc/latex/ntheorem-vn +%dir %{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src +%dir %{_texdir}/texmf-dist/doc/latex/nuc +%dir %{_texdir}/texmf-dist/doc/latex/numberedblock +%dir %{_texdir}/texmf-dist/doc/latex/numericplots +%dir %{_texdir}/texmf-dist/doc/latex/numericplots/src +%dir %{_texdir}/texmf-dist/doc/latex/numericplots/src/examples +%dir %{_texdir}/texmf-dist/doc/latex/numname +%dir %{_texdir}/texmf-dist/doc/latex/numprint +%dir %{_texdir}/texmf-dist/doc/latex/oberdiek +%dir %{_texdir}/texmf-dist/doc/latex/oberdiek/example +%dir %{_texdir}/texmf-dist/doc/latex/oberdiek/test +%dir %{_texdir}/texmf-dist/doc/latex/objectz +%dir %{_texdir}/texmf-dist/doc/latex/ocg-p +%dir %{_texdir}/texmf-dist/doc/latex/ocg-p/examples +%dir %{_texdir}/texmf-dist/doc/latex/ocgx +%dir %{_texdir}/texmf-dist/doc/latex/ocr-latex +%dir %{_texdir}/texmf-dist/doc/latex/octavo +%dir %{_texdir}/texmf-dist/doc/latex/oldstyle +%dir %{_texdir}/texmf-dist/doc/latex/onlyamsmath +%dir %{_texdir}/texmf-dist/doc/latex/onrannual +%dir %{_texdir}/texmf-dist/doc/latex/opcit +%dir %{_texdir}/texmf-dist/doc/latex/opteng +%dir %{_texdir}/texmf-dist/doc/latex/optional +%dir %{_texdir}/texmf-dist/doc/latex/ordinalpt +%dir %{_texdir}/texmf-dist/doc/latex/oscola +%dir %{_texdir}/texmf-dist/doc/latex/othello +%dir %{_texdir}/texmf-dist/doc/latex/othelloboard +%dir %{_texdir}/texmf-dist/doc/latex/otibet +%dir %{_texdir}/texmf-dist/doc/latex/ot-tableau +%dir %{_texdir}/texmf-dist/doc/latex/outline +%dir %{_texdir}/texmf-dist/doc/latex/outliner +%dir %{_texdir}/texmf-dist/doc/latex/overpic +%dir %{_texdir}/texmf-dist/doc/latex/pagecolor +%dir %{_texdir}/texmf-dist/doc/latex/pagecont +%dir %{_texdir}/texmf-dist/doc/latex/pagenote +%dir %{_texdir}/texmf-dist/doc/latex/pagerange +%dir %{_texdir}/texmf-dist/doc/latex/pageslts +%dir %{_texdir}/texmf-dist/doc/latex/paper +%dir %{_texdir}/texmf-dist/doc/latex/papercdcase +%dir %{_texdir}/texmf-dist/doc/latex/papermas +%dir %{_texdir}/texmf-dist/doc/latex/papertex +%dir %{_texdir}/texmf-dist/doc/latex/papertex/example +%dir %{_texdir}/texmf-dist/doc/latex/papertex/example/img +%dir %{_texdir}/texmf-dist/doc/latex/papertex/example/img/weather +%dir %{_texdir}/texmf-dist/doc/latex/paracol +%dir %{_texdir}/texmf-dist/doc/latex/paralist +%dir %{_texdir}/texmf-dist/doc/latex/parallel +%dir %{_texdir}/texmf-dist/doc/latex/paresse +%dir %{_texdir}/texmf-dist/doc/latex/parnotes +%dir %{_texdir}/texmf-dist/doc/latex/parrun +%dir %{_texdir}/texmf-dist/doc/latex/parselines +%dir %{_texdir}/texmf-dist/doc/latex/parskip +%dir %{_texdir}/texmf-dist/doc/latex/patchcmd +%dir %{_texdir}/texmf-dist/doc/latex/pauldoc +%dir %{_texdir}/texmf-dist/doc/latex/pawpict +%dir %{_texdir}/texmf-dist/doc/latex/pax +%dir %{_texdir}/texmf-dist/doc/latex/pb-diagram +%dir %{_texdir}/texmf-dist/doc/latex/pbox +%dir %{_texdir}/texmf-dist/doc/latex/pbsheet +%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl +%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl/img +%dir %{_texdir}/texmf-dist/doc/latex/pbsheet/xpl/pgm +%dir %{_texdir}/texmf-dist/doc/latex/pdfcomment +%dir %{_texdir}/texmf-dist/doc/latex/pdfcprot +%dir %{_texdir}/texmf-dist/doc/latex/pdfmarginpar +%dir %{_texdir}/texmf-dist/doc/latex/pdfpages +%dir %{_texdir}/texmf-dist/doc/latex/pdfscreen +%dir %{_texdir}/texmf-dist/doc/latex/pdfslide +%dir %{_texdir}/texmf-dist/doc/latex/pdfsync +%dir %{_texdir}/texmf-dist/doc/latex/pdftricks +%dir %{_texdir}/texmf-dist/doc/latex/pdfwin +%dir %{_texdir}/texmf-dist/doc/latex/pdfx +%dir %{_texdir}/texmf-dist/doc/latex/pdf14 +%dir %{_texdir}/texmf-dist/doc/latex/pecha +%dir %{_texdir}/texmf-dist/doc/latex/perception +%dir %{_texdir}/texmf-dist/doc/latex/perltex +%dir %{_texdir}/texmf-dist/doc/latex/permute +%dir %{_texdir}/texmf-dist/doc/latex/petiteannonce +%dir %{_texdir}/texmf-dist/doc/latex/pfarrei +%dir %{_texdir}/texmf-dist/doc/latex/pgf +%dir %{_texdir}/texmf-dist/doc/latex/pgf-blur +%dir %{_texdir}/texmf-dist/doc/latex/pgfgantt +%dir %{_texdir}/texmf-dist/doc/latex/pgfkeyx +%dir %{_texdir}/texmf-dist/doc/latex/pgfopts +%dir %{_texdir}/texmf-dist/doc/latex/pgfplots +%dir %{_texdir}/texmf-dist/doc/latex/pgf-soroban +%dir %{_texdir}/texmf-dist/doc/latex/pgf-umlsd +%dir %{_texdir}/texmf-dist/doc/latex/philex +%dir %{_texdir}/texmf-dist/doc/latex/philosophersimprint +%dir %{_texdir}/texmf-dist/doc/latex/photo +%dir %{_texdir}/texmf-dist/doc/latex/physics +%dir %{_texdir}/texmf-dist/doc/latex/physymb +%dir %{_texdir}/texmf-dist/doc/latex/piano +%dir %{_texdir}/texmf-dist/doc/latex/picinpar +%dir %{_texdir}/texmf-dist/doc/latex/pictexsum +%dir %{_texdir}/texmf-dist/doc/latex/pict2e +%dir %{_texdir}/texmf-dist/doc/latex/piff +%dir %{_texdir}/texmf-dist/doc/latex/pigpen +%dir %{_texdir}/texmf-dist/doc/latex/pinlabel +%dir %{_texdir}/texmf-dist/doc/latex/pinlabel/src +%dir %{_texdir}/texmf-dist/doc/latex/pittetd +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/gbkcrlf/img +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf/chap +%dir %{_texdir}/texmf-dist/doc/latex/pkuthss/utf8lf/img +%dir %{_texdir}/texmf-dist/doc/latex/placeins +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc/pdf +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/doc/tex +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example/pdf +%dir %{_texdir}/texmf-dist/doc/latex/plantslabels/example/tex +%dir %{_texdir}/texmf-dist/doc/latex/plari +%dir %{_texdir}/texmf-dist/doc/latex/plates +%dir %{_texdir}/texmf-dist/doc/latex/play +%dir %{_texdir}/texmf-dist/doc/latex/plweb +%dir %{_texdir}/texmf-dist/doc/latex/pmgraph +%dir %{_texdir}/texmf-dist/doc/latex/poemscol +%dir %{_texdir}/texmf-dist/doc/latex/poetrytex +%dir %{_texdir}/texmf-dist/doc/latex/polski +%dir %{_texdir}/texmf-dist/doc/latex/polyglossia +%dir %{_texdir}/texmf-dist/doc/latex/polynom +%dir %{_texdir}/texmf-dist/doc/latex/polynomial +%dir %{_texdir}/texmf-dist/doc/latex/polytable +%dir %{_texdir}/texmf-dist/doc/latex/postcards +%dir %{_texdir}/texmf-dist/doc/latex/powerdot +%dir %{_texdir}/texmf-dist/doc/latex/powerdot-FUBerlin +%dir %{_texdir}/texmf-dist/doc/latex/ppr-prv +%dir %{_texdir}/texmf-dist/doc/latex/pracjourn +%dir %{_texdir}/texmf-dist/doc/latex/preprint +%dir %{_texdir}/texmf-dist/doc/latex/prerex +%dir %{_texdir}/texmf-dist/doc/latex/prerex/doc +%dir %{_texdir}/texmf-dist/doc/latex/presentations +%dir %{_texdir}/texmf-dist/doc/latex/presentations-en +%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images +%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer +%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd +%dir %{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen +%dir %{_texdir}/texmf-dist/doc/latex/presentations/images +%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/beamer +%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/pd +%dir %{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen +%dir %{_texdir}/texmf-dist/doc/latex/prettyref +%dir %{_texdir}/texmf-dist/doc/latex/printlen +%dir %{_texdir}/texmf-dist/doc/latex/proba +%dir %{_texdir}/texmf-dist/doc/latex/probsoln +%dir %{_texdir}/texmf-dist/doc/latex/probsoln/samples +%dir %{_texdir}/texmf-dist/doc/latex/procIAGssymp +%dir %{_texdir}/texmf-dist/doc/latex/productbox +%dir %{_texdir}/texmf-dist/doc/latex/program +%dir %{_texdir}/texmf-dist/doc/latex/progress +%dir %{_texdir}/texmf-dist/doc/latex/progressbar +%dir %{_texdir}/texmf-dist/doc/latex/properties +%dir %{_texdir}/texmf-dist/doc/latex/proposal +%dir %{_texdir}/texmf-dist/doc/latex/proposal/base +%dir %{_texdir}/texmf-dist/doc/latex/proposal/dfg +%dir %{_texdir}/texmf-dist/doc/latex/proposal/eu +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/dfgdocs +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/fetopenstrep +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/lib +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/proposal +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/report +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/simple-proposal +%dir %{_texdir}/texmf-dist/doc/latex/proposal/examples/strep +%dir %{_texdir}/texmf-dist/doc/latex/prosper +%dir %{_texdir}/texmf-dist/doc/latex/protex +%dir %{_texdir}/texmf-dist/doc/latex/protocol +%dir %{_texdir}/texmf-dist/doc/latex/przechlewski-book +%dir %{_texdir}/texmf-dist/doc/latex/psbao +%dir %{_texdir}/texmf-dist/doc/latex/pseudocode +%dir %{_texdir}/texmf-dist/doc/latex/psfrag +%dir %{_texdir}/texmf-dist/doc/latex/psfrag-italian +%dir %{_texdir}/texmf-dist/doc/latex/psfragx +%dir %{_texdir}/texmf-dist/doc/latex/psgo +%dir %{_texdir}/texmf-dist/doc/latex/psnfss +%dir %{_texdir}/texmf-dist/doc/latex/psnfss/test +%dir %{_texdir}/texmf-dist/doc/latex/pspicture +%dir %{_texdir}/texmf-dist/doc/latex/pst-calendar +%dir %{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg +%dir %{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples +%dir %{_texdir}/texmf-dist/doc/latex/pst-exa +%dir %{_texdir}/texmf-dist/doc/latex/pst-layout +%dir %{_texdir}/texmf-dist/doc/latex/pstool +%dir %{_texdir}/texmf-dist/doc/latex/pstool/subdir +%dir %{_texdir}/texmf-dist/doc/latex/pst-optexp +%dir %{_texdir}/texmf-dist/doc/latex/pst-pdf +%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes +%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/Convert_PstricsCode_To_Pdf +%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/For_Pdf_Output +%dir %{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/For_Ps_Output +%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples +%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples-en +%dir %{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images +%dir %{_texdir}/texmf-dist/doc/latex/pst-vectorian +%dir %{_texdir}/texmf-dist/doc/latex/pst-vowel +%dir %{_texdir}/texmf-dist/doc/latex/pst2pdf +%dir %{_texdir}/texmf-dist/doc/latex/psu-thesis +%dir %{_texdir}/texmf-dist/doc/latex/ptex2pdf +%dir %{_texdir}/texmf-dist/doc/latex/ptptex +%dir %{_texdir}/texmf-dist/doc/latex/punk-latex +%dir %{_texdir}/texmf-dist/doc/latex/pxcjkcat +%dir %{_texdir}/texmf-dist/doc/latex/pxgreeks +%dir %{_texdir}/texmf-dist/doc/latex/pxpgfmark +%dir %{_texdir}/texmf-dist/doc/latex/python +%dir %{_texdir}/texmf-dist/doc/latex/qcm +%dir %{_texdir}/texmf-dist/doc/latex/qobitree +%dir %{_texdir}/texmf-dist/doc/latex/qstest +%dir %{_texdir}/texmf-dist/doc/latex/qsymbols +%dir %{_texdir}/texmf-dist/doc/latex/qtree +%dir %{_texdir}/texmf-dist/doc/latex/quotchap +%dir %{_texdir}/texmf-dist/doc/latex/quoting +%dir %{_texdir}/texmf-dist/doc/latex/quotmark +%dir %{_texdir}/texmf-dist/doc/latex/raleway +%dir %{_texdir}/texmf-dist/doc/latex/randbild +%dir %{_texdir}/texmf-dist/doc/latex/randomwalk +%dir %{_texdir}/texmf-dist/doc/latex/randtext +%dir %{_texdir}/texmf-dist/doc/latex/ran_toks +%dir %{_texdir}/texmf-dist/doc/latex/ran_toks/doc +%dir %{_texdir}/texmf-dist/doc/latex/ran_toks/examples +%dir %{_texdir}/texmf-dist/doc/latex/rccol +%dir %{_texdir}/texmf-dist/doc/latex/rcs +%dir %{_texdir}/texmf-dist/doc/latex/rcsinfo +%dir %{_texdir}/texmf-dist/doc/latex/rcs-multi +%dir %{_texdir}/texmf-dist/doc/latex/readarray +%dir %{_texdir}/texmf-dist/doc/latex/realboxes +%dir %{_texdir}/texmf-dist/doc/latex/realscripts +%dir %{_texdir}/texmf-dist/doc/latex/recipe +%dir %{_texdir}/texmf-dist/doc/latex/recipecard +%dir %{_texdir}/texmf-dist/doc/latex/rec-thy +%dir %{_texdir}/texmf-dist/doc/latex/rectopma +%dir %{_texdir}/texmf-dist/doc/latex/refcheck +%dir %{_texdir}/texmf-dist/doc/latex/refman +%dir %{_texdir}/texmf-dist/doc/latex/refstyle +%dir %{_texdir}/texmf-dist/doc/latex/regcount +%dir %{_texdir}/texmf-dist/doc/latex/regexpatch +%dir %{_texdir}/texmf-dist/doc/latex/register +%dir %{_texdir}/texmf-dist/doc/latex/regstats +%dir %{_texdir}/texmf-dist/doc/latex/relenc +%dir %{_texdir}/texmf-dist/doc/latex/relsize +%dir %{_texdir}/texmf-dist/doc/latex/reotex +%dir %{_texdir}/texmf-dist/doc/latex/repeatindex +%dir %{_texdir}/texmf-dist/doc/latex/resphilosophica +%dir %{_texdir}/texmf-dist/doc/latex/revtex +%dir %{_texdir}/texmf-dist/doc/latex/revtex/aip +%dir %{_texdir}/texmf-dist/doc/latex/revtex/aps +%dir %{_texdir}/texmf-dist/doc/latex/revtex/auguide +%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample +%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample/aip +%dir %{_texdir}/texmf-dist/doc/latex/revtex/sample/aps +%dir %{_texdir}/texmf-dist/doc/latex/revtex/source +%dir %{_texdir}/texmf-dist/doc/latex/revtex4 +%dir %{_texdir}/texmf-dist/doc/latex/rjlparshap +%dir %{_texdir}/texmf-dist/doc/latex/rmpage +%dir %{_texdir}/texmf-dist/doc/latex/robustcommand +%dir %{_texdir}/texmf-dist/doc/latex/robustindex +%dir %{_texdir}/texmf-dist/doc/latex/romanbar +%dir %{_texdir}/texmf-dist/doc/latex/romanneg +%dir %{_texdir}/texmf-dist/doc/latex/romannum +%dir %{_texdir}/texmf-dist/doc/latex/rotating +%dir %{_texdir}/texmf-dist/doc/latex/rotfloat +%dir %{_texdir}/texmf-dist/doc/latex/rotpages +%dir %{_texdir}/texmf-dist/doc/latex/rotpages/Documentation +%dir %{_texdir}/texmf-dist/doc/latex/rotpages/Examples +%dir %{_texdir}/texmf-dist/doc/latex/roundbox +%dir %{_texdir}/texmf-dist/doc/latex/rrgtrees +%dir %{_texdir}/texmf-dist/doc/latex/rsc +%dir %{_texdir}/texmf-dist/doc/latex/rterface +%dir %{_texdir}/texmf-dist/doc/latex/rtkinenc +%dir %{_texdir}/texmf-dist/doc/latex/rtklage +%dir %{_texdir}/texmf-dist/doc/latex/r_und_s +%dir %{_texdir}/texmf-dist/doc/latex/rviewport +%dir %{_texdir}/texmf-dist/doc/latex/rvwrite +%dir %{_texdir}/texmf-dist/doc/latex/ryethesis +%dir %{_texdir}/texmf-dist/doc/latex/sageep +%dir %{_texdir}/texmf-dist/doc/latex/sanskrit +%dir %{_texdir}/texmf-dist/doc/latex/sansmath +%dir %{_texdir}/texmf-dist/doc/latex/sapthesis +%dir %{_texdir}/texmf-dist/doc/latex/sasnrdisplay +%dir %{_texdir}/texmf-dist/doc/latex/sa-tikz +%dir %{_texdir}/texmf-dist/doc/latex/sauerj +%dir %{_texdir}/texmf-dist/doc/latex/sauterfonts +%dir %{_texdir}/texmf-dist/doc/latex/savefnmark +%dir %{_texdir}/texmf-dist/doc/latex/savetrees +%dir %{_texdir}/texmf-dist/doc/latex/scale +%dir %{_texdir}/texmf-dist/doc/latex/scalebar +%dir %{_texdir}/texmf-dist/doc/latex/scalerel +%dir %{_texdir}/texmf-dist/doc/latex/sciposter +%dir %{_texdir}/texmf-dist/doc/latex/sciposter/sciposterexample +%dir %{_texdir}/texmf-dist/doc/latex/sciposter/sciposterexample/auto +%dir %{_texdir}/texmf-dist/doc/latex/screenplay +%dir %{_texdir}/texmf-dist/doc/latex/scrjrnl +%dir %{_texdir}/texmf-dist/doc/latex/sdrt +%dir %{_texdir}/texmf-dist/doc/latex/secdot +%dir %{_texdir}/texmf-dist/doc/latex/section +%dir %{_texdir}/texmf-dist/doc/latex/sectionbox +%dir %{_texdir}/texmf-dist/doc/latex/sectionbox/example +%dir %{_texdir}/texmf-dist/doc/latex/sectsty +%dir %{_texdir}/texmf-dist/doc/latex/selectp +%dir %{_texdir}/texmf-dist/doc/latex/semantic +%dir %{_texdir}/texmf-dist/doc/latex/seminar +%dir %{_texdir}/texmf-dist/doc/latex/semioneside +%dir %{_texdir}/texmf-dist/doc/latex/sepfootnotes +%dir %{_texdir}/texmf-dist/doc/latex/sepnum +%dir %{_texdir}/texmf-dist/doc/latex/seqsplit +%dir %{_texdir}/texmf-dist/doc/latex/serbian-apostrophe +%dir %{_texdir}/texmf-dist/doc/latex/serbian-date-lat +%dir %{_texdir}/texmf-dist/doc/latex/serbian-def-cyr +%dir %{_texdir}/texmf-dist/doc/latex/serbian-lig +%dir %{_texdir}/texmf-dist/doc/latex/setdeck +%dir %{_texdir}/texmf-dist/doc/latex/setspace +%dir %{_texdir}/texmf-dist/doc/latex/seuthesis +%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/a3cover +%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/figures +%dir %{_texdir}/texmf-dist/doc/latex/seuthesis/zharticle +%dir %{_texdir}/texmf-dist/doc/latex/sffms +%dir %{_texdir}/texmf-dist/doc/latex/sfg +%dir %{_texdir}/texmf-dist/doc/latex/sf298 +%dir %{_texdir}/texmf-dist/doc/latex/sgame +%dir %{_texdir}/texmf-dist/doc/latex/shadethm +%dir %{_texdir}/texmf-dist/doc/latex/shadow +%dir %{_texdir}/texmf-dist/doc/latex/shadowtext +%dir %{_texdir}/texmf-dist/doc/latex/shipunov +%dir %{_texdir}/texmf-dist/doc/latex/shorttoc +%dir %{_texdir}/texmf-dist/doc/latex/showdim +%dir %{_texdir}/texmf-dist/doc/latex/showexpl +%dir %{_texdir}/texmf-dist/doc/latex/showcharinbox +%dir %{_texdir}/texmf-dist/doc/latex/showlabels +%dir %{_texdir}/texmf-dist/doc/latex/showtags +%dir %{_texdir}/texmf-dist/doc/latex/show2e +%dir %{_texdir}/texmf-dist/doc/latex/shuffle +%dir %{_texdir}/texmf-dist/doc/latex/schemabloc +%dir %{_texdir}/texmf-dist/doc/latex/schwalbe-chess +%dir %{_texdir}/texmf-dist/doc/latex/sidecap +%dir %{_texdir}/texmf-dist/doc/latex/sidenotes +%dir %{_texdir}/texmf-dist/doc/latex/sides +%dir %{_texdir}/texmf-dist/doc/latex/silence +%dir %{_texdir}/texmf-dist/doc/latex/simplecd +%dir %{_texdir}/texmf-dist/doc/latex/simplecv +%dir %{_texdir}/texmf-dist/doc/latex/simplewick +%dir %{_texdir}/texmf-dist/doc/latex/simplified-latex +%dir %{_texdir}/texmf-dist/doc/latex/SIstyle +%dir %{_texdir}/texmf-dist/doc/latex/sitem +%dir %{_texdir}/texmf-dist/doc/latex/SIunits +%dir %{_texdir}/texmf-dist/doc/latex/siunitx +%dir %{_texdir}/texmf-dist/doc/latex/skak +%dir %{_texdir}/texmf-dist/doc/latex/skb +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/database +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/database/bibtex +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/examples +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures/dirtree +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/figures/multiexample +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/exa-doc +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/getting-started +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/manual +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/separate +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/repository/story +%dir %{_texdir}/texmf-dist/doc/latex/skb/user-guide/slides +%dir %{_texdir}/texmf-dist/doc/latex/skdoc +%dir %{_texdir}/texmf-dist/doc/latex/skeycommand +%dir %{_texdir}/texmf-dist/doc/latex/skeyval +%dir %{_texdir}/texmf-dist/doc/latex/skmath +%dir %{_texdir}/texmf-dist/doc/latex/skrapport +%dir %{_texdir}/texmf-dist/doc/latex/slantsc +%dir %{_texdir}/texmf-dist/doc/latex/smalltableof +%dir %{_texdir}/texmf-dist/doc/latex/smartdiagram +%dir %{_texdir}/texmf-dist/doc/latex/smartref +%dir %{_texdir}/texmf-dist/doc/latex/snapshot +%dir %{_texdir}/texmf-dist/doc/latex/snotez +%dir %{_texdir}/texmf-dist/doc/latex/songbook +%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib +%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib/CarolBook +%dir %{_texdir}/texmf-dist/doc/latex/songbook/contrib/crd2sb +%dir %{_texdir}/texmf-dist/doc/latex/songs +%dir %{_texdir}/texmf-dist/doc/latex/songs/sample +%dir %{_texdir}/texmf-dist/doc/latex/songs/songidx +%dir %{_texdir}/texmf-dist/doc/latex/soton +%dir %{_texdir}/texmf-dist/doc/latex/soul +%dir %{_texdir}/texmf-dist/doc/latex/sourcecodepro +%dir %{_texdir}/texmf-dist/doc/latex/sourcesanspro +%dir %{_texdir}/texmf-dist/doc/latex/spanglish +%dir %{_texdir}/texmf-dist/doc/latex/spanish-mx +%dir %{_texdir}/texmf-dist/doc/latex/sparklines +%dir %{_texdir}/texmf-dist/doc/latex/spath3 +%dir %{_texdir}/texmf-dist/doc/latex/spie +%dir %{_texdir}/texmf-dist/doc/latex/splitbib +%dir %{_texdir}/texmf-dist/doc/latex/splitindex +%dir %{_texdir}/texmf-dist/doc/latex/spot +%dir %{_texdir}/texmf-dist/doc/latex/spotcolor +%dir %{_texdir}/texmf-dist/doc/latex/spreadtab +%dir %{_texdir}/texmf-dist/doc/latex/spverbatim +%dir %{_texdir}/texmf-dist/doc/latex/srbook-mem +%dir %{_texdir}/texmf-dist/doc/latex/srcltx +%dir %{_texdir}/texmf-dist/doc/latex/sseq +%dir %{_texdir}/texmf-dist/doc/latex/stage +%dir %{_texdir}/texmf-dist/doc/latex/standalone +%dir %{_texdir}/texmf-dist/doc/latex/statex +%dir %{_texdir}/texmf-dist/doc/latex/statex2 +%dir %{_texdir}/texmf-dist/doc/latex/statistik +%dir %{_texdir}/texmf-dist/doc/latex/stdclsdv +%dir %{_texdir}/texmf-dist/doc/latex/stdpage +%dir %{_texdir}/texmf-dist/doc/latex/steinmetz +%dir %{_texdir}/texmf-dist/doc/latex/stellenbosch +%dir %{_texdir}/texmf-dist/doc/latex/stellenbosch/templates +%dir %{_texdir}/texmf-dist/doc/latex/stex +%dir %{_texdir}/texmf-dist/doc/latex/stex/cmath +%dir %{_texdir}/texmf-dist/doc/latex/stex/cmathml +%dir %{_texdir}/texmf-dist/doc/latex/stex/cnx +%dir %{_texdir}/texmf-dist/doc/latex/stex/dcm +%dir %{_texdir}/texmf-dist/doc/latex/stex/example +%dir %{_texdir}/texmf-dist/doc/latex/stex/example/background +%dir %{_texdir}/texmf-dist/doc/latex/stex/example/paper +%dir %{_texdir}/texmf-dist/doc/latex/stex/example/test +%dir %{_texdir}/texmf-dist/doc/latex/stex/hwexam +%dir %{_texdir}/texmf-dist/doc/latex/stex/metakeys +%dir %{_texdir}/texmf-dist/doc/latex/stex/mikoslides +%dir %{_texdir}/texmf-dist/doc/latex/stex/modules +%dir %{_texdir}/texmf-dist/doc/latex/stex/omdoc +%dir %{_texdir}/texmf-dist/doc/latex/stex/omtext +%dir %{_texdir}/texmf-dist/doc/latex/stex/presentation +%dir %{_texdir}/texmf-dist/doc/latex/stex/problem +%dir %{_texdir}/texmf-dist/doc/latex/stex/rdfmeta +%dir %{_texdir}/texmf-dist/doc/latex/stex/reqdoc +%dir %{_texdir}/texmf-dist/doc/latex/stex/sproof +%dir %{_texdir}/texmf-dist/doc/latex/stex/sref +%dir %{_texdir}/texmf-dist/doc/latex/stex/statements +%dir %{_texdir}/texmf-dist/doc/latex/stex/workaddress +%dir %{_texdir}/texmf-dist/doc/latex/storebox +%dir %{_texdir}/texmf-dist/doc/latex/storecmd +%dir %{_texdir}/texmf-dist/doc/latex/stringstrings +%dir %{_texdir}/texmf-dist/doc/latex/struktex +%dir %{_texdir}/texmf-dist/doc/latex/sttools +%dir %{_texdir}/texmf-dist/doc/latex/stubs +%dir %{_texdir}/texmf-dist/doc/latex/subdepth +%dir %{_texdir}/texmf-dist/doc/latex/subeqn +%dir %{_texdir}/texmf-dist/doc/latex/subeqnarray +%dir %{_texdir}/texmf-dist/doc/latex/subfig +%dir %{_texdir}/texmf-dist/doc/latex/subfigmat +%dir %{_texdir}/texmf-dist/doc/latex/subfigure +%dir %{_texdir}/texmf-dist/doc/latex/subfiles +%dir %{_texdir}/texmf-dist/doc/latex/subfloat +%dir %{_texdir}/texmf-dist/doc/latex/substances +%dir %{_texdir}/texmf-dist/doc/latex/substitutefont +%dir %{_texdir}/texmf-dist/doc/latex/substr +%dir %{_texdir}/texmf-dist/doc/latex/sudoku +%dir %{_texdir}/texmf-dist/doc/latex/sudokubundle +%dir %{_texdir}/texmf-dist/doc/latex/suftesi +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/Capitoli +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/immagini +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/MaterialeInizialeFinale +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale +%dir %{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/immagini +%dir %{_texdir}/texmf-dist/doc/latex/sugconf +%dir %{_texdir}/texmf-dist/doc/latex/supertabular +%dir %{_texdir}/texmf-dist/doc/latex/susy +%dir %{_texdir}/texmf-dist/doc/latex/svg +%dir %{_texdir}/texmf-dist/doc/latex/svgcolor +%dir %{_texdir}/texmf-dist/doc/latex/svg-inkscape +%dir %{_texdir}/texmf-dist/doc/latex/svn +%dir %{_texdir}/texmf-dist/doc/latex/svninfo +%dir %{_texdir}/texmf-dist/doc/latex/svn-multi +%dir %{_texdir}/texmf-dist/doc/latex/svn-prov +%dir %{_texdir}/texmf-dist/doc/latex/swebib +%dir %{_texdir}/texmf-dist/doc/latex/swimgraf +%dir %{_texdir}/texmf-dist/doc/latex/syllogism +%dir %{_texdir}/texmf-dist/doc/latex/synproof +%dir %{_texdir}/texmf-dist/doc/latex/syntax +%dir %{_texdir}/texmf-dist/doc/latex/syntrace +%dir %{_texdir}/texmf-dist/doc/latex/synttree +%dir %{_texdir}/texmf-dist/doc/latex/Tabbing +%dir %{_texdir}/texmf-dist/doc/latex/tabfigures +%dir %{_texdir}/texmf-dist/doc/latex/tableaux +%dir %{_texdir}/texmf-dist/doc/latex/tablefootnote +%dir %{_texdir}/texmf-dist/doc/latex/tableof +%dir %{_texdir}/texmf-dist/doc/latex/tablists +%dir %{_texdir}/texmf-dist/doc/latex/tablor +%dir %{_texdir}/texmf-dist/doc/latex/tablor/Figures +%dir %{_texdir}/texmf-dist/doc/latex/tabls +%dir %{_texdir}/texmf-dist/doc/latex/tabriz-thesis +%dir %{_texdir}/texmf-dist/doc/latex/tabto-ltx +%dir %{_texdir}/texmf-dist/doc/latex/tabu +%dir %{_texdir}/texmf-dist/doc/latex/tabularborder +%dir %{_texdir}/texmf-dist/doc/latex/tabularcalc +%dir %{_texdir}/texmf-dist/doc/latex/tabularew +%dir %{_texdir}/texmf-dist/doc/latex/tabulars-e +%dir %{_texdir}/texmf-dist/doc/latex/tabulary +%dir %{_texdir}/texmf-dist/doc/latex/tabvar +%dir %{_texdir}/texmf-dist/doc/latex/tagging +%dir %{_texdir}/texmf-dist/doc/latex/talk +%dir %{_texdir}/texmf-dist/doc/latex/tamefloats +%dir %{_texdir}/texmf-dist/doc/latex/t-angles +%dir %{_texdir}/texmf-dist/doc/latex/tcldoc +%dir %{_texdir}/texmf-dist/doc/latex/tcldoc/examples +%dir %{_texdir}/texmf-dist/doc/latex/tcldoc/tools +%dir %{_texdir}/texmf-dist/doc/latex/tcolorbox +%dir %{_texdir}/texmf-dist/doc/latex/tdclock +%dir %{_texdir}/texmf-dist/doc/latex/tdsfrmath +%dir %{_texdir}/texmf-dist/doc/latex/ted +%dir %{_texdir}/texmf-dist/doc/latex/technics +%dir %{_texdir}/texmf-dist/doc/latex/templates-fenn +%dir %{_texdir}/texmf-dist/doc/latex/templates-sommer +%dir %{_texdir}/texmf-dist/doc/latex/tengwarscript +%dir %{_texdir}/texmf-dist/doc/latex/tensor +%dir %{_texdir}/texmf-dist/doc/latex/termcal +%dir %{_texdir}/texmf-dist/doc/latex/termlist +%dir %{_texdir}/texmf-dist/doc/latex/teubner +%dir %{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet +%dir %{_texdir}/texmf-dist/doc/latex/tex-label +%dir %{_texdir}/texmf-dist/doc/latex/texmate +%dir %{_texdir}/texmf-dist/doc/latex/texments +%dir %{_texdir}/texmf-dist/doc/latex/tex-overview +%dir %{_texdir}/texmf-dist/doc/latex/texpower +%dir %{_texdir}/texmf-dist/doc/latex/texpower/contrib +%dir %{_texdir}/texmf-dist/doc/latex/texpower/tpslifonts +%dir %{_texdir}/texmf-dist/doc/latex/texshade +%dir %{_texdir}/texmf-dist/doc/latex/textcase +%dir %{_texdir}/texmf-dist/doc/latex/textfit +%dir %{_texdir}/texmf-dist/doc/latex/textgreek +%dir %{_texdir}/texmf-dist/doc/latex/textopo +%dir %{_texdir}/texmf-dist/doc/latex/textpos +%dir %{_texdir}/texmf-dist/doc/latex/textpos/examples +%dir %{_texdir}/texmf-dist/doc/latex/theoremref +%dir %{_texdir}/texmf-dist/doc/latex/thesis-titlepage-fhac +%dir %{_texdir}/texmf-dist/doc/latex/thinsp +%dir %{_texdir}/texmf-dist/doc/latex/thmbox +%dir %{_texdir}/texmf-dist/doc/latex/thmtools +%dir %{_texdir}/texmf-dist/doc/latex/threadcol +%dir %{_texdir}/texmf-dist/doc/latex/threeparttable +%dir %{_texdir}/texmf-dist/doc/latex/threeparttablex +%dir %{_texdir}/texmf-dist/doc/latex/thumb +%dir %{_texdir}/texmf-dist/doc/latex/thumbs +%dir %{_texdir}/texmf-dist/doc/latex/thumby +%dir %{_texdir}/texmf-dist/doc/latex/thuthesis +%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example +%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/data +%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/figures +%dir %{_texdir}/texmf-dist/doc/latex/thuthesis/example/ref +%dir %{_texdir}/texmf-dist/doc/latex/ticket +%dir %{_texdir}/texmf-dist/doc/latex/tikz-bayesnet +%dir %{_texdir}/texmf-dist/doc/latex/tikz-cd +%dir %{_texdir}/texmf-dist/doc/latex/tikz-dependency +%dir %{_texdir}/texmf-dist/doc/latex/tikzinclude +%dir %{_texdir}/texmf-dist/doc/latex/tikz-inet +%dir %{_texdir}/texmf-dist/doc/latex/tikzmark +%dir %{_texdir}/texmf-dist/doc/latex/tikzorbital +%dir %{_texdir}/texmf-dist/doc/latex/tikzpagenodes +%dir %{_texdir}/texmf-dist/doc/latex/tikzpfeile +%dir %{_texdir}/texmf-dist/doc/latex/tikzposter +%dir %{_texdir}/texmf-dist/doc/latex/tikz-qtree +%dir %{_texdir}/texmf-dist/doc/latex/tikzscale +%dir %{_texdir}/texmf-dist/doc/latex/tikzsymbols +%dir %{_texdir}/texmf-dist/doc/latex/tikz-timing +%dir %{_texdir}/texmf-dist/doc/latex/tikz-3dplot +%dir %{_texdir}/texmf-dist/doc/latex/tipa-de +%dir %{_texdir}/texmf-dist/doc/latex/titlecaps +%dir %{_texdir}/texmf-dist/doc/latex/titlepages +%dir %{_texdir}/texmf-dist/doc/latex/titlepic +%dir %{_texdir}/texmf-dist/doc/latex/titleref +%dir %{_texdir}/texmf-dist/doc/latex/titlesec +%dir %{_texdir}/texmf-dist/doc/latex/titling +%dir %{_texdir}/texmf-dist/doc/latex/tkz-base +%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-base/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/doc +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/doc/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-doc +%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide +%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-euclide/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct +%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-fct/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-graph +%dir %{_texdir}/texmf-dist/doc/latex/tkz-graph/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat +%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-kiviat/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes +%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/examples +%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/examples/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-linknodes/latex +%dir %{_texdir}/texmf-dist/doc/latex/tkz-orm +%dir %{_texdir}/texmf-dist/doc/latex/tkz-tab +%dir %{_texdir}/texmf-dist/doc/latex/tkz-tab/latex +%dir %{_texdir}/texmf-dist/doc/latex/tlc2 +%dir %{_texdir}/texmf-dist/doc/latex/tocbibind +%dir %{_texdir}/texmf-dist/doc/latex/tocloft +%dir %{_texdir}/texmf-dist/doc/latex/tocvsec2 +%dir %{_texdir}/texmf-dist/doc/latex/todo +%dir %{_texdir}/texmf-dist/doc/latex/todonotes +%dir %{_texdir}/texmf-dist/doc/latex/tokenizer +%dir %{_texdir}/texmf-dist/doc/latex/toolbox +%dir %{_texdir}/texmf-dist/doc/latex/tools +%dir %{_texdir}/texmf-dist/doc/latex/topfloat +%dir %{_texdir}/texmf-dist/doc/latex/toptesi +%dir %{_texdir}/texmf-dist/doc/latex/totcount +%dir %{_texdir}/texmf-dist/doc/latex/totpages +%dir %{_texdir}/texmf-dist/doc/latex/tpslifonts +%dir %{_texdir}/texmf-dist/doc/latex/tqft +%dir %{_texdir}/texmf-dist/doc/latex/trajan +%dir %{_texdir}/texmf-dist/doc/latex/tram +%dir %{_texdir}/texmf-dist/doc/latex/translation-array-fr +%dir %{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-biblatex-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr +%dir %{_texdir}/texmf-dist/doc/latex/translation-ecv-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-enumitem-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele +%dir %{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates +%dir %{_texdir}/texmf-dist/doc/latex/translation-filecontents-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-chemsym-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-moreverb-de +%dir %{_texdir}/texmf-dist/doc/latex/translation-natbib-fr +%dir %{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr +%dir %{_texdir}/texmf-dist/doc/latex/tree-dvips +%dir %{_texdir}/texmf-dist/doc/latex/trfsigns +%dir %{_texdir}/texmf-dist/doc/latex/trimspaces +%dir %{_texdir}/texmf-dist/doc/latex/trivfloat +%dir %{_texdir}/texmf-dist/doc/latex/trsym +%dir %{_texdir}/texmf-dist/doc/latex/truncate +%dir %{_texdir}/texmf-dist/doc/latex/tucv +%dir %{_texdir}/texmf-dist/doc/latex/tufte-latex +%dir %{_texdir}/texmf-dist/doc/latex/tufte-latex/graphics +%dir %{_texdir}/texmf-dist/doc/latex/tugboat +%dir %{_texdir}/texmf-dist/doc/latex/tui +%dir %{_texdir}/texmf-dist/doc/latex/tui/example +%dir %{_texdir}/texmf-dist/doc/latex/tui/template +%dir %{_texdir}/texmf-dist/doc/latex/turkmen +%dir %{_texdir}/texmf-dist/doc/latex/turnstile +%dir %{_texdir}/texmf-dist/doc/latex/turnthepage +%dir %{_texdir}/texmf-dist/doc/latex/twoinone +%dir %{_texdir}/texmf-dist/doc/latex/twoup +%dir %{_texdir}/texmf-dist/doc/latex/txgreeks +%dir %{_texdir}/texmf-dist/doc/latex/typeface +%dir %{_texdir}/texmf-dist/doc/latex/typehtml +%dir %{_texdir}/texmf-dist/doc/latex/type1cm +%dir %{_texdir}/texmf-dist/doc/latex/typogrid +%dir %{_texdir}/texmf-dist/doc/latex/uaclasses +%dir %{_texdir}/texmf-dist/doc/latex/uadocs +%dir %{_texdir}/texmf-dist/doc/latex/uafthesis +%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/bib_styles +%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example +%dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example/fig +%dir %{_texdir}/texmf-dist/doc/latex/ucdavisthesis +%dir %{_texdir}/texmf-dist/doc/latex/ucdavisthesis/Example +%dir %{_texdir}/texmf-dist/doc/latex/ucs +%dir %{_texdir}/texmf-dist/doc/latex/ucs/config +%dir %{_texdir}/texmf-dist/doc/latex/ucs/unsupported +%dir %{_texdir}/texmf-dist/doc/latex/ucthesis +%dir %{_texdir}/texmf-dist/doc/latex/uebungsblatt +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/contents +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/chapters +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/pics +%dir %{_texdir}/texmf-dist/doc/latex/uestcthesis/source +%dir %{_texdir}/texmf-dist/doc/latex/uiucredborder +%dir %{_texdir}/texmf-dist/doc/latex/uiucthesis +%dir %{_texdir}/texmf-dist/doc/latex/ulqda +%dir %{_texdir}/texmf-dist/doc/latex/ulthese +%dir %{_texdir}/texmf-dist/doc/latex/umich-thesis +%dir %{_texdir}/texmf-dist/doc/latex/uml +%dir %{_texdir}/texmf-dist/doc/latex/umlaute +%dir %{_texdir}/texmf-dist/doc/latex/umoline +%dir %{_texdir}/texmf-dist/doc/latex/umthesis +%dir %{_texdir}/texmf-dist/doc/latex/unamthesis +%dir %{_texdir}/texmf-dist/doc/latex/underlin +%dir %{_texdir}/texmf-dist/doc/latex/underoverlap +%dir %{_texdir}/texmf-dist/doc/latex/underscore +%dir %{_texdir}/texmf-dist/doc/latex/undolabl +%dir %{_texdir}/texmf-dist/doc/latex/unicode-math +%dir %{_texdir}/texmf-dist/doc/latex/units +%dir %{_texdir}/texmf-dist/doc/latex/unitsdef +%dir %{_texdir}/texmf-dist/doc/latex/uni-wtal-ger +%dir %{_texdir}/texmf-dist/doc/latex/uni-wtal-lin +%dir %{_texdir}/texmf-dist/doc/latex/uothesis +%dir %{_texdir}/texmf-dist/doc/latex/uowthesis +%dir %{_texdir}/texmf-dist/doc/latex/upmethodology +%dir %{_texdir}/texmf-dist/doc/latex/upquote +%dir %{_texdir}/texmf-dist/doc/latex/uri +%dir %{_texdir}/texmf-dist/doc/latex/url +%dir %{_texdir}/texmf-dist/doc/latex/usebib +%dir %{_texdir}/texmf-dist/doc/latex/ushort +%dir %{_texdir}/texmf-dist/doc/latex/uspatent +%dir %{_texdir}/texmf-dist/doc/latex/ut-thesis +%dir %{_texdir}/texmf-dist/doc/latex/uwthesis +%dir %{_texdir}/texmf-dist/doc/latex/varindex +%dir %{_texdir}/texmf-dist/doc/latex/varsfromjobname +%dir %{_texdir}/texmf-dist/doc/latex/varwidth +%dir %{_texdir}/texmf-dist/doc/latex/vdmlisting +%dir %{_texdir}/texmf-dist/doc/latex/venndiagram +%dir %{_texdir}/texmf-dist/doc/latex/venndiagram/samples +%dir %{_texdir}/texmf-dist/doc/latex/verbasef +%dir %{_texdir}/texmf-dist/doc/latex/verbatimbox +%dir %{_texdir}/texmf-dist/doc/latex/verbatimcopy +%dir %{_texdir}/texmf-dist/doc/latex/verbdef +%dir %{_texdir}/texmf-dist/doc/latex/verbments +%dir %{_texdir}/texmf-dist/doc/latex/verse +%dir %{_texdir}/texmf-dist/doc/latex/version +%dir %{_texdir}/texmf-dist/doc/latex/versions +%dir %{_texdir}/texmf-dist/doc/latex/vertbars +%dir %{_texdir}/texmf-dist/doc/latex/vhistory +%dir %{_texdir}/texmf-dist/doc/latex/visualfaq +%dir %{_texdir}/texmf-dist/doc/latex/visualfaq/source +%dir %{_texdir}/texmf-dist/doc/latex/vmargin +%dir %{_texdir}/texmf-dist/doc/latex/vocaltract +%dir %{_texdir}/texmf-dist/doc/latex/volumes +%dir %{_texdir}/texmf-dist/doc/latex/vpe +%dir %{_texdir}/texmf-dist/doc/latex/vruler +%dir %{_texdir}/texmf-dist/doc/latex/vwcol +%dir %{_texdir}/texmf-dist/doc/latex/wallpaper +%dir %{_texdir}/texmf-dist/doc/latex/wallpaper/example +%dir %{_texdir}/texmf-dist/doc/latex/wallpaper/example/auto +%dir %{_texdir}/texmf-dist/doc/latex/warning +%dir %{_texdir}/texmf-dist/doc/latex/warpcol +%dir %{_texdir}/texmf-dist/doc/latex/was +%dir %{_texdir}/texmf-dist/doc/latex/wasysym +%dir %{_texdir}/texmf-dist/doc/latex/webguide +%dir %{_texdir}/texmf-dist/doc/latex/widetable +%dir %{_texdir}/texmf-dist/doc/latex/williams +%dir %{_texdir}/texmf-dist/doc/latex/wnri-latex +%dir %{_texdir}/texmf-dist/doc/latex/wordlike +%dir %{_texdir}/texmf-dist/doc/latex/wrapfig +%dir %{_texdir}/texmf-dist/doc/latex/xargs +%dir %{_texdir}/texmf-dist/doc/latex/xcite +%dir %{_texdir}/texmf-dist/doc/latex/xcolor +%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky +%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example +%dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example/pic +%dir %{_texdir}/texmf-dist/doc/latex/xdoc +%dir %{_texdir}/texmf-dist/doc/latex/xfor +%dir %{_texdir}/texmf-dist/doc/latex/xhfill +%dir %{_texdir}/texmf-dist/doc/latex/xifthen +%dir %{_texdir}/texmf-dist/doc/latex/xkeyval +%dir %{_texdir}/texmf-dist/doc/latex/xltxtra +%dir %{_texdir}/texmf-dist/doc/latex/xmpincl +%dir %{_texdir}/texmf-dist/doc/latex/xnewcommand +%dir %{_texdir}/texmf-dist/doc/latex/xoptarg +%dir %{_texdir}/texmf-dist/doc/latex/xpatch +%dir %{_texdir}/texmf-dist/doc/latex/xpeek +%dir %{_texdir}/texmf-dist/doc/latex/xpicture +%dir %{_texdir}/texmf-dist/doc/latex/xpinyin +%dir %{_texdir}/texmf-dist/doc/latex/xpunctuate +%dir %{_texdir}/texmf-dist/doc/latex/xskak +%dir %{_texdir}/texmf-dist/doc/latex/xtab +%dir %{_texdir}/texmf-dist/doc/latex/xwatermark +%dir %{_texdir}/texmf-dist/doc/latex/xyling +%dir %{_texdir}/texmf-dist/doc/latex/xytree +%dir %{_texdir}/texmf-dist/doc/latex/yafoot +%dir %{_texdir}/texmf-dist/doc/latex/yagusylo +%dir %{_texdir}/texmf-dist/doc/latex/ydoc +%dir %{_texdir}/texmf-dist/doc/latex/yfonts +%dir %{_texdir}/texmf-dist/doc/latex/yhmath +%dir %{_texdir}/texmf-dist/doc/latex/york-thesis +%dir %{_texdir}/texmf-dist/doc/latex/youngtab +%dir %{_texdir}/texmf-dist/doc/latex/yplan +%dir %{_texdir}/texmf-dist/doc/latex/ytableau +%dir %{_texdir}/texmf-dist/doc/latex/zed-csp +%dir %{_texdir}/texmf-dist/doc/latex/zhnumber +%dir %{_texdir}/texmf-dist/doc/latex/ziffer +%dir %{_texdir}/texmf-dist/doc/latex/zwgetfdate +%dir %{_texdir}/texmf-dist/doc/latex/zwpagelayout +%dir %{_texdir}/texmf-dist/doc/latex/zxjafbfont +%dir %{_texdir}/texmf-dist/doc/latex/zxjafont +%dir %{_texdir}/texmf-dist/doc/latex/zxjatype +%dir %{_texdir}/texmf-dist/doc/latex/zxjatype/example +%dir %{_texdir}/texmf-dist/doc/latex/12many +%dir %{_texdir}/texmf-dist/doc/lualatex +%dir %{_texdir}/texmf-dist/doc/lualatex/luabibentry +%dir %{_texdir}/texmf-dist/doc/lualatex/luacode +%dir %{_texdir}/texmf-dist/doc/lualatex/lua-check-hyphen +%dir %{_texdir}/texmf-dist/doc/lualatex/lua-check-hyphen/doc +%dir %{_texdir}/texmf-dist/doc/lualatex/luaindex +%dir %{_texdir}/texmf-dist/doc/lualatex/luainputenc +%dir %{_texdir}/texmf-dist/doc/lualatex/lualatex-doc +%dir %{_texdir}/texmf-dist/doc/lualatex/lualatex-math +%dir %{_texdir}/texmf-dist/doc/lualatex/luasseq +%dir %{_texdir}/texmf-dist/doc/lualatex/luatextra +%dir %{_texdir}/texmf-dist/doc/lualatex/odsfile +%dir %{_texdir}/texmf-dist/doc/lualatex/pgfmolbio +%dir %{_texdir}/texmf-dist/doc/lualatex/showhyphens +%dir %{_texdir}/texmf-dist/doc/luatex +%dir %{_texdir}/texmf-dist/doc/luatex/base +%dir %{_texdir}/texmf-dist/doc/luatex/hyph-utf8 +%dir %{_texdir}/texmf-dist/doc/luatex/chickenize +%dir %{_texdir}/texmf-dist/doc/luatex/interpreter +%dir %{_texdir}/texmf-dist/doc/luatex/luaintro +%dir %{_texdir}/texmf-dist/doc/luatex/lualibs +%dir %{_texdir}/texmf-dist/doc/luatex/luamplib +%dir %{_texdir}/texmf-dist/doc/luatex/luaotfload +%dir %{_texdir}/texmf-dist/doc/luatex/luatexbase +%dir %{_texdir}/texmf-dist/doc/luatex/luatexja +%dir %{_texdir}/texmf-dist/doc/luatex/luatexko +%dir %{_texdir}/texmf-dist/doc/luatex/lua-visual-debug +%dir %{_texdir}/texmf-dist/doc/luatex/luaxml +%dir %{_texdir}/texmf-dist/doc/luatex/spelling +%dir %{_texdir}/texmf-dist/doc/man +%dir %{_texdir}/texmf-dist/doc/man/man1 +%dir %{_texdir}/texmf-dist/doc/man/man5 +%dir %{_texdir}/texmf-dist/doc/metapost +%dir %{_texdir}/texmf-dist/doc/metapost/automata +%dir %{_texdir}/texmf-dist/doc/metapost/base +%dir %{_texdir}/texmf-dist/doc/metapost/base/source-manual +%dir %{_texdir}/texmf-dist/doc/metapost/base/source-tutorial +%dir %{_texdir}/texmf-dist/doc/metapost/bbcard +%dir %{_texdir}/texmf-dist/doc/metapost/blockdraw_mp +%dir %{_texdir}/texmf-dist/doc/metapost/bpolynomial +%dir %{_texdir}/texmf-dist/doc/metapost/cmarrows +%dir %{_texdir}/texmf-dist/doc/metapost/drv +%dir %{_texdir}/texmf-dist/doc/metapost/drv/doc +%dir %{_texdir}/texmf-dist/doc/metapost/drv/sample +%dir %{_texdir}/texmf-dist/doc/metapost/drv/template +%dir %{_texdir}/texmf-dist/doc/metapost/dviincl +%dir %{_texdir}/texmf-dist/doc/metapost/epsincl +%dir %{_texdir}/texmf-dist/doc/metapost/expressg +%dir %{_texdir}/texmf-dist/doc/metapost/exteps +%dir %{_texdir}/texmf-dist/doc/metapost/featpost +%dir %{_texdir}/texmf-dist/doc/metapost/featpost/doc +%dir %{_texdir}/texmf-dist/doc/metapost/featpost/doc/metapostpropagandafiles +%dir %{_texdir}/texmf-dist/doc/metapost/featpost/example +%dir %{_texdir}/texmf-dist/doc/metapost/garrigues +%dir %{_texdir}/texmf-dist/doc/metapost/hatching +%dir %{_texdir}/texmf-dist/doc/metapost/latexmp +%dir %{_texdir}/texmf-dist/doc/metapost/makecirc +%dir %{_texdir}/texmf-dist/doc/metapost/metago +%dir %{_texdir}/texmf-dist/doc/metapost/metaobj +%dir %{_texdir}/texmf-dist/doc/metapost/metapost-examples +%dir %{_texdir}/texmf-dist/doc/metapost/metauml +%dir %{_texdir}/texmf-dist/doc/metapost/metauml/metauml_manual +%dir %{_texdir}/texmf-dist/doc/metapost/metauml/metauml_manual/fig +%dir %{_texdir}/texmf-dist/doc/metapost/mpattern +%dir %{_texdir}/texmf-dist/doc/metapost/mpcolornames +%dir %{_texdir}/texmf-dist/doc/metapost/mpman-ru +%dir %{_texdir}/texmf-dist/doc/metapost/mp3d +%dir %{_texdir}/texmf-dist/doc/metapost/piechartmp +%dir %{_texdir}/texmf-dist/doc/metapost/piechartmp/examples +%dir %{_texdir}/texmf-dist/doc/metapost/slideshow +%dir %{_texdir}/texmf-dist/doc/metapost/splines +%dir %{_texdir}/texmf-dist/doc/metapost/suanpan +%dir %{_texdir}/texmf-dist/doc/metapost/textpath +%dir %{_texdir}/texmf-dist/doc/metapost/threeddice +%dir %{_texdir}/texmf-dist/doc/metapost/venn +%dir %{_texdir}/texmf-dist/doc/mex +%dir %{_texdir}/texmf-dist/doc/mex/base +%dir %{_texdir}/texmf-dist/doc/mex/utf8mex +%dir %{_texdir}/texmf-dist/doc/mex/utf8mex/examples +%dir %{_texdir}/texmf-dist/doc/omega +%dir %{_texdir}/texmf-dist/doc/omega/antomega +%dir %{_texdir}/texmf-dist/doc/omega/base +%dir %{_texdir}/texmf-dist/doc/omega/ocherokee +%dir %{_texdir}/texmf-dist/doc/otherformats +%dir %{_texdir}/texmf-dist/doc/otherformats/jadetex +%dir %{_texdir}/texmf-dist/doc/otherformats/jadetex/base +%dir %{_texdir}/texmf-dist/doc/otherformats/psizzl +%dir %{_texdir}/texmf-dist/doc/otherformats/psizzl/base +%dir %{_texdir}/texmf-dist/doc/otherformats/startex +%dir %{_texdir}/texmf-dist/doc/otherformats/startex/base +%dir %{_texdir}/texmf-dist/doc/otherformats/texsis +%dir %{_texdir}/texmf-dist/doc/otherformats/texsis/base +%dir %{_texdir}/texmf-dist/doc/otherformats/xmltex +%dir %{_texdir}/texmf-dist/doc/otherformats/xmltex/base +%dir %{_texdir}/texmf-dist/doc/pdftex +%dir %{_texdir}/texmf-dist/doc/pdftex/manual +%dir %{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf +%dir %{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys +%dir %{_texdir}/texmf-dist/doc/pdftex/thanh +%dir %{_texdir}/texmf-dist/doc/pdftex/thanh/ext +%dir %{_texdir}/texmf-dist/doc/plain +%dir %{_texdir}/texmf-dist/doc/plain/cweb +%dir %{_texdir}/texmf-dist/doc/plain/figflow +%dir %{_texdir}/texmf-dist/doc/plain/fontch +%dir %{_texdir}/texmf-dist/doc/plain/font-change +%dir %{_texdir}/texmf-dist/doc/plain/gentle +%dir %{_texdir}/texmf-dist/doc/plain/graphics-pln +%dir %{_texdir}/texmf-dist/doc/plain/gustlib +%dir %{_texdir}/texmf-dist/doc/plain/happy4th +%dir %{_texdir}/texmf-dist/doc/plain/harvmac +%dir %{_texdir}/texmf-dist/doc/plain/hyplain +%dir %{_texdir}/texmf-dist/doc/plain/impatient +%dir %{_texdir}/texmf-dist/doc/plain/impatient-fr +%dir %{_texdir}/texmf-dist/doc/plain/js-misc +%dir %{_texdir}/texmf-dist/doc/plain/js-misc/xfig +%dir %{_texdir}/texmf-dist/doc/plain/metatex +%dir %{_texdir}/texmf-dist/doc/plain/metatex/mtpaper +%dir %{_texdir}/texmf-dist/doc/plain/mkpattern +%dir %{_texdir}/texmf-dist/doc/plain/newsletr +%dir %{_texdir}/texmf-dist/doc/plain/pgfplots +%dir %{_texdir}/texmf-dist/doc/plain/pitex +%dir %{_texdir}/texmf-dist/doc/plain/plain-doc +%dir %{_texdir}/texmf-dist/doc/plain/plipsum +%dir %{_texdir}/texmf-dist/doc/plain/plnfss +%dir %{_texdir}/texmf-dist/doc/plain/plstmary +%dir %{_texdir}/texmf-dist/doc/plain/present +%dir %{_texdir}/texmf-dist/doc/plain/resumemac +%dir %{_texdir}/texmf-dist/doc/plain/reverxii +%dir %{_texdir}/texmf-dist/doc/plain/texbytopic +%dir %{_texdir}/texmf-dist/doc/plain/treetex +%dir %{_texdir}/texmf-dist/doc/plain/tugboat-plain +%dir %{_texdir}/texmf-dist/doc/plain/varisize +%dir %{_texdir}/texmf-dist/doc/platex +%dir %{_texdir}/texmf-dist/doc/platex/japanese +%dir %{_texdir}/texmf-dist/doc/platex/jsclasses +%dir %{_texdir}/texmf-dist/doc/platex/pxbase +%dir %{_texdir}/texmf-dist/doc/platex/pxchfon +%dir %{_texdir}/texmf-dist/doc/platex/pxrubrica +%dir %{_texdir}/texmf-dist/doc/platex/pxrubrica/sample +%dir %{_texdir}/texmf-dist/doc/ptex +%dir %{_texdir}/texmf-dist/doc/ptex/base +%dir %{_texdir}/texmf-dist/doc/ptex/jvf +%dir %{_texdir}/texmf-dist/doc/ptex/pbibtex +%dir %{_texdir}/texmf-dist/doc/sjisconv +%dir %{_texdir}/texmf-dist/doc/support +%dir %{_texdir}/texmf-dist/doc/support/adhocfilelist +%dir %{_texdir}/texmf-dist/doc/support/adhocfilelist/demo +%dir %{_texdir}/texmf-dist/doc/support/arara +%dir %{_texdir}/texmf-dist/doc/support/arara/figures +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/inlage +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/installer +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texshop +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/texworks +%dir %{_texdir}/texmf-dist/doc/support/arara/figures/winedt +%dir %{_texdir}/texmf-dist/doc/support/bundledoc +%dir %{_texdir}/texmf-dist/doc/support/ctanupload +%dir %{_texdir}/texmf-dist/doc/support/de-macro +%dir %{_texdir}/texmf-dist/doc/support/dosepsbin +%dir %{_texdir}/texmf-dist/doc/support/dtxgen +%dir %{_texdir}/texmf-dist/doc/support/epspdf +%dir %{_texdir}/texmf-dist/doc/support/epspdf/images +%dir %{_texdir}/texmf-dist/doc/support/epstopdf +%dir %{_texdir}/texmf-dist/doc/support/fig4latex +%dir %{_texdir}/texmf-dist/doc/support/fig4latex/figs +%dir %{_texdir}/texmf-dist/doc/support/findhyph +%dir %{_texdir}/texmf-dist/doc/support/fontools +%dir %{_texdir}/texmf-dist/doc/support/fragmaster +%dir %{_texdir}/texmf-dist/doc/support/fragmaster/example +%dir %{_texdir}/texmf-dist/doc/support/gustprog +%dir %{_texdir}/texmf-dist/doc/support/checkcites +%dir %{_texdir}/texmf-dist/doc/support/installfont +%dir %{_texdir}/texmf-dist/doc/support/latexdiff +%dir %{_texdir}/texmf-dist/doc/support/latexdiff/contrib +%dir %{_texdir}/texmf-dist/doc/support/latexdiff/doc +%dir %{_texdir}/texmf-dist/doc/support/latexdiff/example +%dir %{_texdir}/texmf-dist/doc/support/latexfileversion +%dir %{_texdir}/texmf-dist/doc/support/latexpand +%dir %{_texdir}/texmf-dist/doc/support/latexpand/tests +%dir %{_texdir}/texmf-dist/doc/support/latex2man +%dir %{_texdir}/texmf-dist/doc/support/ltxfileinfo +%dir %{_texdir}/texmf-dist/doc/support/lua-alt-getopt +%dir %{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests +%dir %{_texdir}/texmf-dist/doc/support/lua2dox +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/docs +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/docs/html +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua/docs +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/lua/docs/html +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php/docs +%dir %{_texdir}/texmf-dist/doc/support/lua2dox/examples/php/docs/html +%dir %{_texdir}/texmf-dist/doc/support/makeindex +%dir %{_texdir}/texmf-dist/doc/support/match_parens +%dir %{_texdir}/texmf-dist/doc/support/mf2pt1 +%dir %{_texdir}/texmf-dist/doc/support/mkgrkindex +%dir %{_texdir}/texmf-dist/doc/support/patgen2-tutorial +%dir %{_texdir}/texmf-dist/doc/support/pdfcrop +%dir %{_texdir}/texmf-dist/doc/support/pdfjam +%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl +%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/doc +%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/examples +%dir %{_texdir}/texmf-dist/doc/support/pedigree-perl/Pedigree +%dir %{_texdir}/texmf-dist/doc/support/pkfix +%dir %{_texdir}/texmf-dist/doc/support/pkfix-helper +%dir %{_texdir}/texmf-dist/doc/support/purifyeps +%dir %{_texdir}/texmf-dist/doc/support/sty2dtx +%dir %{_texdir}/texmf-dist/doc/support/svn-multi +%dir %{_texdir}/texmf-dist/doc/support/texcount +%dir %{_texdir}/texmf-dist/doc/support/texdef +%dir %{_texdir}/texmf-dist/doc/support/texdraw +%dir %{_texdir}/texmf-dist/doc/support/texliveonfly +%dir %{_texdir}/texmf-dist/doc/support/texloganalyser +%dir %{_texdir}/texmf-dist/doc/support/typeoutfileinfo +%dir %{_texdir}/texmf-dist/doc/tetex +%dir %{_texdir}/texmf-dist/doc/texdoc +%dir %{_texdir}/texmf-dist/doc/texlive +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-common +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-common/examples +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-cz +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-de +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-en +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-en/archive +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-fr +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-it +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-pl +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-ru +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-sr +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-sr/images +%dir %{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn +%dir %{_texdir}/texmf-dist/doc/tpic2pdftex +%dir %{_texdir}/texmf-dist/doc/ttf2pk +%dir %{_texdir}/texmf-dist/doc/uplatex +%dir %{_texdir}/texmf-dist/doc/uplatex/base +%dir %{_texdir}/texmf-dist/doc/uptex +%dir %{_texdir}/texmf-dist/doc/uptex/base +%dir %{_texdir}/texmf-dist/doc/uptex/base/samples +%dir %{_texdir}/texmf-dist/doc/vlna +%dir %{_texdir}/texmf-dist/doc/web2c +%dir %{_texdir}/texmf-dist/doc/xelatex +%dir %{_texdir}/texmf-dist/doc/xelatex/arabxetex +%dir %{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples +%dir %{_texdir}/texmf-dist/doc/xelatex/facture +%dir %{_texdir}/texmf-dist/doc/xelatex/fixlatvian +%dir %{_texdir}/texmf-dist/doc/xelatex/fontbook +%dir %{_texdir}/texmf-dist/doc/xelatex/fontwrap +%dir %{_texdir}/texmf-dist/doc/xelatex/imsproc +%dir %{_texdir}/texmf-dist/doc/xelatex/mathspec +%dir %{_texdir}/texmf-dist/doc/xelatex/persian-bib +%dir %{_texdir}/texmf-dist/doc/xelatex/philokalia +%dir %{_texdir}/texmf-dist/doc/xelatex/ptext +%dir %{_texdir}/texmf-dist/doc/xelatex/resumecls +%dir %{_texdir}/texmf-dist/doc/xelatex/resumecls/example +%dir %{_texdir}/texmf-dist/doc/xelatex/ucharclasses +%dir %{_texdir}/texmf-dist/doc/xelatex/unisugar +%dir %{_texdir}/texmf-dist/doc/xelatex/xecjk +%dir %{_texdir}/texmf-dist/doc/xelatex/xecjk/example +%dir %{_texdir}/texmf-dist/doc/xelatex/xecolor +%dir %{_texdir}/texmf-dist/doc/xelatex/xecyr +%dir %{_texdir}/texmf-dist/doc/xelatex/xeindex +%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian +%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian/img +%dir %{_texdir}/texmf-dist/doc/xelatex/xepersian/img/weather +%dir %{_texdir}/texmf-dist/doc/xelatex/xetex-itrans +%dir %{_texdir}/texmf-dist/doc/xelatex/xevlna +%dir %{_texdir}/texmf-dist/doc/xelatex/xgreek +%dir %{_texdir}/texmf-dist/doc/xelatex/xunicode +%dir %{_texdir}/texmf-dist/doc/xetex +%dir %{_texdir}/texmf-dist/doc/xetex/base +%dir %{_texdir}/texmf-dist/doc/xetex/xesearch +%dir %{_texdir}/texmf-dist/doc/xetex/xetex-devanagari +%dir %{_texdir}/texmf-dist/doc/xetex/xetexfontinfo +%dir %{_texdir}/texmf-dist/doc/xetex/xetexko +%dir %{_texdir}/texmf-dist/doc/xetex/xetex-pstricks +%dir %{_texdir}/texmf-dist/doc/xetex/xetexref +%dir %{_texdir}/texmf-dist/doc/xetex/xetex-tibetan +%dir %{_texdir}/texmf-dist/doc/xetex/zhspacing +%dir %{_texdir}/texmf-dist/doc/xetex/zhspacing/test +%dir %{_texdir}/texmf-dist/dvipdfmx +%dir %{_texdir}/texmf-dist/dvips +%dir %{_texdir}/texmf-dist/dvips/arphic +%dir %{_texdir}/texmf-dist/dvips/avantgar +%dir %{_texdir}/texmf-dist/dvips/base +%dir %{_texdir}/texmf-dist/dvips/bookman +%dir %{_texdir}/texmf-dist/dvips/brushscr +%dir %{_texdir}/texmf-dist/dvips/cm-super +%dir %{_texdir}/texmf-dist/dvips/colorsep +%dir %{_texdir}/texmf-dist/dvips/config +%dir %{_texdir}/texmf-dist/dvips/countriesofeurope +%dir %{_texdir}/texmf-dist/dvips/courier +%dir %{_texdir}/texmf-dist/dvips/dvipsconfig +%dir %{_texdir}/texmf-dist/dvips/esint-type1 +%dir %{_texdir}/texmf-dist/dvips/garuda-c90 +%dir %{_texdir}/texmf-dist/dvips/gastex +%dir %{_texdir}/texmf-dist/dvips/gothic +%dir %{_texdir}/texmf-dist/dvips/grotesq +%dir %{_texdir}/texmf-dist/dvips/gsftopk +%dir %{_texdir}/texmf-dist/dvips/helvetic +%dir %{_texdir}/texmf-dist/dvips/initials +%dir %{_texdir}/texmf-dist/dvips/mathdesign +%dir %{_texdir}/texmf-dist/dvips/musixtex +%dir %{_texdir}/texmf-dist/dvips/ncntrsbk +%dir %{_texdir}/texmf-dist/dvips/norasi-c90 +%dir %{_texdir}/texmf-dist/dvips/omega +%dir %{_texdir}/texmf-dist/dvips/palatino +%dir %{_texdir}/texmf-dist/dvips/pl +%dir %{_texdir}/texmf-dist/dvips/psfrag +%dir %{_texdir}/texmf-dist/dvips/pspicture +%dir %{_texdir}/texmf-dist/dvips/pst-bar +%dir %{_texdir}/texmf-dist/dvips/pst-barcode +%dir %{_texdir}/texmf-dist/dvips/pst-bezier +%dir %{_texdir}/texmf-dist/dvips/pst-blur +%dir %{_texdir}/texmf-dist/dvips/pst-bspline +%dir %{_texdir}/texmf-dist/dvips/pst-circ +%dir %{_texdir}/texmf-dist/dvips/pst-coil +%dir %{_texdir}/texmf-dist/dvips/pst-cox +%dir %{_texdir}/texmf-dist/dvips/pst-electricfield +%dir %{_texdir}/texmf-dist/dvips/pst-eucl +%dir %{_texdir}/texmf-dist/dvips/pst-fractal +%dir %{_texdir}/texmf-dist/dvips/pst-fun +%dir %{_texdir}/texmf-dist/dvips/pst-func +%dir %{_texdir}/texmf-dist/dvips/pst-geo +%dir %{_texdir}/texmf-dist/dvips/pst-ghsb +%dir %{_texdir}/texmf-dist/dvips/pst-grad +%dir %{_texdir}/texmf-dist/dvips/pst-knot +%dir %{_texdir}/texmf-dist/dvips/pst-light3d +%dir %{_texdir}/texmf-dist/dvips/pst-magneticfield +%dir %{_texdir}/texmf-dist/dvips/pst-math +%dir %{_texdir}/texmf-dist/dvips/pst-mirror +%dir %{_texdir}/texmf-dist/dvips/pst-node +%dir %{_texdir}/texmf-dist/dvips/pst-ode +%dir %{_texdir}/texmf-dist/dvips/pst-optexp +%dir %{_texdir}/texmf-dist/dvips/pstricks +%dir %{_texdir}/texmf-dist/dvips/pstricks-add +%dir %{_texdir}/texmf-dist/dvips/pst-slpe +%dir %{_texdir}/texmf-dist/dvips/pst-solarsystem +%dir %{_texdir}/texmf-dist/dvips/pst-solides3d +%dir %{_texdir}/texmf-dist/dvips/pst-spectra +%dir %{_texdir}/texmf-dist/dvips/pst-text +%dir %{_texdir}/texmf-dist/dvips/pst-tools +%dir %{_texdir}/texmf-dist/dvips/pst-vectorian +%dir %{_texdir}/texmf-dist/dvips/pst-vue3d +%dir %{_texdir}/texmf-dist/dvips/pst-3d +%dir %{_texdir}/texmf-dist/dvips/pst-3dplot +%dir %{_texdir}/texmf-dist/dvips/symbol +%dir %{_texdir}/texmf-dist/dvips/tetex +%dir %{_texdir}/texmf-dist/dvips/tex-ps +%dir %{_texdir}/texmf-dist/dvips/times +%dir %{_texdir}/texmf-dist/dvips/tree-dvips +%dir %{_texdir}/texmf-dist/dvips/uhc +%dir %{_texdir}/texmf-dist/dvips/xcolor +%dir %{_texdir}/texmf-dist/dvips/xdvi +%dir %{_texdir}/texmf-dist/dvips/xypic +%dir %{_texdir}/texmf-dist/dvips/zapfding +%dir %{_texdir}/texmf-dist/dvips/zapfchan +%dir %{_texdir}/texmf-dist/fonts +%dir %{_texdir}/texmf-dist/fonts/afm +%dir %{_texdir}/texmf-dist/fonts/afm/adobe +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/avantgar +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/bookman +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/courier +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/helvetic +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/palatino +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/symbol +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/times +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/utopia +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/zapfding +%dir %{_texdir}/texmf-dist/fonts/afm/adobe/zapfchan +%dir %{_texdir}/texmf-dist/fonts/afm/arabi +%dir %{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/adforn +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/electrum +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/libris +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/romande +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturis +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturisold +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans2 +%dir %{_texdir}/texmf-dist/fonts/afm/arkandis/venturis2 +%dir %{_texdir}/texmf-dist/fonts/afm/arphic +%dir %{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu +%dir %{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu +%dir %{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu +%dir %{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu +%dir %{_texdir}/texmf-dist/fonts/afm/bitstrea +%dir %{_texdir}/texmf-dist/fonts/afm/bitstrea/charter +%dir %{_texdir}/texmf-dist/fonts/afm/esstix +%dir %{_texdir}/texmf-dist/fonts/afm/gust +%dir %{_texdir}/texmf-dist/fonts/afm/gust/poltawski +%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater +%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/context +%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/manfnt +%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo +%dir %{_texdir}/texmf-dist/fonts/afm/ibm +%dir %{_texdir}/texmf-dist/fonts/afm/ibm/courier +%dir %{_texdir}/texmf-dist/fonts/afm/ibm/times +%dir %{_texdir}/texmf-dist/fonts/afm/jmn +%dir %{_texdir}/texmf-dist/fonts/afm/jmn/hans +%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign +%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdput +%dir %{_texdir}/texmf-dist/fonts/afm/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/fonts/afm/metapost +%dir %{_texdir}/texmf-dist/fonts/afm/nowacki +%dir %{_texdir}/texmf-dist/fonts/afm/nowacki/iwona +%dir %{_texdir}/texmf-dist/fonts/afm/nowacki/kurier +%dir %{_texdir}/texmf-dist/fonts/afm/paratype +%dir %{_texdir}/texmf-dist/fonts/afm/paratype/ptmono +%dir %{_texdir}/texmf-dist/fonts/afm/paratype/ptsans +%dir %{_texdir}/texmf-dist/fonts/afm/paratype/ptserif +%dir %{_texdir}/texmf-dist/fonts/afm/public +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont +%dir %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols +%dir %{_texdir}/texmf-dist/fonts/afm/public/antt +%dir %{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto +%dir %{_texdir}/texmf-dist/fonts/afm/public/arev +%dir %{_texdir}/texmf-dist/fonts/afm/public/archaic +%dir %{_texdir}/texmf-dist/fonts/afm/public/augie +%dir %{_texdir}/texmf-dist/fonts/afm/public/auncial-new +%dir %{_texdir}/texmf-dist/fonts/afm/public/aurical +%dir %{_texdir}/texmf-dist/fonts/afm/public/bbold-type1 +%dir %{_texdir}/texmf-dist/fonts/afm/public/bera +%dir %{_texdir}/texmf-dist/fonts/afm/public/bookhands +%dir %{_texdir}/texmf-dist/fonts/afm/public/brushscr +%dir %{_texdir}/texmf-dist/fonts/afm/public/calligra-type1 +%dir %{_texdir}/texmf-dist/fonts/afm/public/cantarell +%dir %{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps +%dir %{_texdir}/texmf-dist/fonts/afm/public/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-super +%dir %{_texdir}/texmf-dist/fonts/afm/public/cm-unicode +%dir %{_texdir}/texmf-dist/fonts/afm/public/comfortaa +%dir %{_texdir}/texmf-dist/fonts/afm/public/countriesofeurope +%dir %{_texdir}/texmf-dist/fonts/afm/public/cryst +%dir %{_texdir}/texmf-dist/fonts/afm/public/cyklop +%dir %{_texdir}/texmf-dist/fonts/afm/public/dejavu +%dir %{_texdir}/texmf-dist/fonts/afm/public/dictsym +%dir %{_texdir}/texmf-dist/fonts/afm/public/dozenal +%dir %{_texdir}/texmf-dist/fonts/afm/public/droid +%dir %{_texdir}/texmf-dist/fonts/afm/public/dutchcal +%dir %{_texdir}/texmf-dist/fonts/afm/public/epigrafica +%dir %{_texdir}/texmf-dist/fonts/afm/public/figbas +%dir %{_texdir}/texmf-dist/fonts/afm/public/fonetika +%dir %{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/afm/public/fourier +%dir %{_texdir}/texmf-dist/fonts/afm/public/fouriernc +%dir %{_texdir}/texmf-dist/fonts/afm/public/fpl +%dir %{_texdir}/texmf-dist/fonts/afm/public/gentium +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfsporson +%dir %{_texdir}/texmf-dist/fonts/afm/public/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/afm/public/gothic +%dir %{_texdir}/texmf-dist/fonts/afm/public/hfbright +%dir %{_texdir}/texmf-dist/fonts/afm/public/chemarrow +%dir %{_texdir}/texmf-dist/fonts/afm/public/ibygrk +%dir %{_texdir}/texmf-dist/fonts/afm/public/initials +%dir %{_texdir}/texmf-dist/fonts/afm/public/kerkis +%dir %{_texdir}/texmf-dist/fonts/afm/public/knitting +%dir %{_texdir}/texmf-dist/fonts/afm/public/kpfonts +%dir %{_texdir}/texmf-dist/fonts/afm/public/lato +%dir %{_texdir}/texmf-dist/fonts/afm/public/linearA +%dir %{_texdir}/texmf-dist/fonts/afm/public/lm +%dir %{_texdir}/texmf-dist/fonts/afm/public/marvosym +%dir %{_texdir}/texmf-dist/fonts/afm/public/mathpazo +%dir %{_texdir}/texmf-dist/fonts/afm/public/mxedruli +%dir %{_texdir}/texmf-dist/fonts/afm/public/nanumtype1 +%dir %{_texdir}/texmf-dist/fonts/afm/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/afm/public/omega +%dir %{_texdir}/texmf-dist/fonts/afm/public/opensans +%dir %{_texdir}/texmf-dist/fonts/afm/public/phaistos +%dir %{_texdir}/texmf-dist/fonts/afm/public/pl +%dir %{_texdir}/texmf-dist/fonts/afm/public/prodint +%dir %{_texdir}/texmf-dist/fonts/afm/public/pxfonts +%dir %{_texdir}/texmf-dist/fonts/afm/public/rsfs +%dir %{_texdir}/texmf-dist/fonts/afm/public/semaphor +%dir %{_texdir}/texmf-dist/fonts/afm/public/skaknew +%dir %{_texdir}/texmf-dist/fonts/afm/public/starfont +%dir %{_texdir}/texmf-dist/fonts/afm/public/stmaryrd +%dir %{_texdir}/texmf-dist/fonts/afm/public/tabvar +%dir %{_texdir}/texmf-dist/fonts/afm/public/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/afm/public/tfrupee +%dir %{_texdir}/texmf-dist/fonts/afm/public/trajan +%dir %{_texdir}/texmf-dist/fonts/afm/public/txfonts +%dir %{_texdir}/texmf-dist/fonts/afm/public/txfontsb +%dir %{_texdir}/texmf-dist/fonts/afm/public/velthuis +%dir %{_texdir}/texmf-dist/fonts/afm/public/wasy +%dir %{_texdir}/texmf-dist/fonts/afm/public/xypic +%dir %{_texdir}/texmf-dist/fonts/afm/uhc +%dir %{_texdir}/texmf-dist/fonts/afm/uhc/umj +%dir %{_texdir}/texmf-dist/fonts/afm/urw +%dir %{_texdir}/texmf-dist/fonts/afm/urw/antiqua +%dir %{_texdir}/texmf-dist/fonts/afm/urw/avantgar +%dir %{_texdir}/texmf-dist/fonts/afm/urw/bookman +%dir %{_texdir}/texmf-dist/fonts/afm/urw/courier +%dir %{_texdir}/texmf-dist/fonts/afm/urw/grotesq +%dir %{_texdir}/texmf-dist/fonts/afm/urw/helvetic +%dir %{_texdir}/texmf-dist/fonts/afm/urw/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/afm/urw/palatino +%dir %{_texdir}/texmf-dist/fonts/afm/urw/symbol +%dir %{_texdir}/texmf-dist/fonts/afm/urw/times +%dir %{_texdir}/texmf-dist/fonts/afm/urw/zapfding +%dir %{_texdir}/texmf-dist/fonts/afm/urw/zapfchan +%dir %{_texdir}/texmf-dist/fonts/afm/vntex +%dir %{_texdir}/texmf-dist/fonts/afm/vntex/grotesqvn +%dir %{_texdir}/texmf-dist/fonts/afm/vntex/chartervn +%dir %{_texdir}/texmf-dist/fonts/afm/vntex/urwvn +%dir %{_texdir}/texmf-dist/fonts/afm/vntex/vntopia +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/dgj +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/dmj +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mcj +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mrj +%dir %{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j +%dir %{_texdir}/texmf-dist/fonts/cid +%dir %{_texdir}/texmf-dist/fonts/cid/fontforge +%dir %{_texdir}/texmf-dist/fonts/cmap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16 +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15 +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0 +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16 +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12 +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther +%dir %{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode +%dir %{_texdir}/texmf-dist/fonts/cmap/dvipdfmx +%dir %{_texdir}/texmf-dist/fonts/cmap/jfontmaps +%dir %{_texdir}/texmf-dist/fonts/cmap/uptex +%dir %{_texdir}/texmf-dist/fonts/enc +%dir %{_texdir}/texmf-dist/fonts/enc/dvips +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/adforn +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/adfsymbols +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/antt +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/arabi +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/arev +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/base +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/baskervald +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/b1encoding +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cabin +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cantarell +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ccicons +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-super +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/comfortaa +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/context +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/countriesofeurope +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cs +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/cyklop +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/c90 +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/dejavu +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/droid +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/electrum +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/epigrafica +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fontools +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gentium +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfsporson +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/hfbright +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/chessfss +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ibygrk +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/inconsolata +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/iwona +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/jmn +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kerkis +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kpfonts +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/kurier +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lato +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/libertine +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/libris +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lithuanian +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/lm +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/ly1 +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/metapost +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/newpx +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/newtx +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/opensans +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/paratype +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/pl +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/poltawski +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/quattrocento +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/raleway +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/romande +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/semaphor +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/superiors +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/tengwarscript +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/tetex +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/txfonts +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/txfontsb +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/venturisadf +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/vntex +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/xypic +%dir %{_texdir}/texmf-dist/fonts/enc/pdftex +%dir %{_texdir}/texmf-dist/fonts/enc/pdftex/kpfonts +%dir %{_texdir}/texmf-dist/fonts/enc/pdftex/vntex +%dir %{_texdir}/texmf-dist/fonts/enc/ttf2pk +%dir %{_texdir}/texmf-dist/fonts/enc/ttf2pk/base +%dir %{_texdir}/texmf-dist/fonts/enc/t2 +%dir %{_texdir}/texmf-dist/fonts/fea +%dir %{_texdir}/texmf-dist/fonts/fea/context +%dir %{_texdir}/texmf-dist/fonts/lig +%dir %{_texdir}/texmf-dist/fonts/lig/afm2pl +%dir %{_texdir}/texmf-dist/fonts/map +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfm +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfm/lm +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6 +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/ptex +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfmx/updmap +%dir %{_texdir}/texmf-dist/fonts/map/dvips +%dir %{_texdir}/texmf-dist/fonts/map/dvips/adforn +%dir %{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols +%dir %{_texdir}/texmf-dist/fonts/map/dvips/allrunes +%dir %{_texdir}/texmf-dist/fonts/map/dvips/amsfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/antiqua +%dir %{_texdir}/texmf-dist/fonts/map/dvips/antt +%dir %{_texdir}/texmf-dist/fonts/map/dvips/arabi +%dir %{_texdir}/texmf-dist/fonts/map/dvips/arabtex +%dir %{_texdir}/texmf-dist/fonts/map/dvips/aramaic-serto +%dir %{_texdir}/texmf-dist/fonts/map/dvips/arev +%dir %{_texdir}/texmf-dist/fonts/map/dvips/archaic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/arphic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ascii-font +%dir %{_texdir}/texmf-dist/fonts/map/dvips/aspectratio +%dir %{_texdir}/texmf-dist/fonts/map/dvips/augie +%dir %{_texdir}/texmf-dist/fonts/map/dvips/auncial-new +%dir %{_texdir}/texmf-dist/fonts/map/dvips/aurical +%dir %{_texdir}/texmf-dist/fonts/map/dvips/avantgar +%dir %{_texdir}/texmf-dist/fonts/map/dvips/baskervald +%dir %{_texdir}/texmf-dist/fonts/map/dvips/bbold-type1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/belleek +%dir %{_texdir}/texmf-dist/fonts/map/dvips/bera +%dir %{_texdir}/texmf-dist/fonts/map/dvips/berenisadf +%dir %{_texdir}/texmf-dist/fonts/map/dvips/bguq +%dir %{_texdir}/texmf-dist/fonts/map/dvips/bookhands +%dir %{_texdir}/texmf-dist/fonts/map/dvips/bookman +%dir %{_texdir}/texmf-dist/fonts/map/dvips/boondox +%dir %{_texdir}/texmf-dist/fonts/map/dvips/brushscr +%dir %{_texdir}/texmf-dist/fonts/map/dvips/burmese +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cabin +%dir %{_texdir}/texmf-dist/fonts/map/dvips/calligra-type1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cantarell +%dir %{_texdir}/texmf-dist/fonts/map/dvips/carolmin-ps +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cbfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ccicons +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cc-pl +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cfr-lm +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cmcyr +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cmll +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-super +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cm-unicode +%dir %{_texdir}/texmf-dist/fonts/map/dvips/comfortaa +%dir %{_texdir}/texmf-dist/fonts/map/dvips/context +%dir %{_texdir}/texmf-dist/fonts/map/dvips/countriesofeurope +%dir %{_texdir}/texmf-dist/fonts/map/dvips/courier +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cs +%dir %{_texdir}/texmf-dist/fonts/map/dvips/cyklop +%dir %{_texdir}/texmf-dist/fonts/map/dvips/dejavu +%dir %{_texdir}/texmf-dist/fonts/map/dvips/dictsym +%dir %{_texdir}/texmf-dist/fonts/map/dvips/doublestroke +%dir %{_texdir}/texmf-dist/fonts/map/dvips/dozenal +%dir %{_texdir}/texmf-dist/fonts/map/dvips/droid +%dir %{_texdir}/texmf-dist/fonts/map/dvips/dutchcal +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/map/dvips/electrum +%dir %{_texdir}/texmf-dist/fonts/map/dvips/epigrafica +%dir %{_texdir}/texmf-dist/fonts/map/dvips/epiolmec +%dir %{_texdir}/texmf-dist/fonts/map/dvips/esint-type1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/esstix +%dir %{_texdir}/texmf-dist/fonts/map/dvips/esvect +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ethiop-t1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/eurosym +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fge +%dir %{_texdir}/texmf-dist/fonts/map/dvips/figbas +%dir %{_texdir}/texmf-dist/fonts/map/dvips/foekfont +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fonetika +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fourier +%dir %{_texdir}/texmf-dist/fonts/map/dvips/frcursive +%dir %{_texdir}/texmf-dist/fonts/map/dvips/garuda-c90 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfsporson +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gillcm +%dir %{_texdir}/texmf-dist/fonts/map/dvips/gothic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/grotesq +%dir %{_texdir}/texmf-dist/fonts/map/dvips/hacm +%dir %{_texdir}/texmf-dist/fonts/map/dvips/helvetic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/hfbright +%dir %{_texdir}/texmf-dist/fonts/map/dvips/chemarrow +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ibygrk +%dir %{_texdir}/texmf-dist/fonts/map/dvips/inconsolata +%dir %{_texdir}/texmf-dist/fonts/map/dvips/initials +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ipaex-type1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/iwona +%dir %{_texdir}/texmf-dist/fonts/map/dvips/jamtimes +%dir %{_texdir}/texmf-dist/fonts/map/dvips/jmn +%dir %{_texdir}/texmf-dist/fonts/map/dvips/kerkis +%dir %{_texdir}/texmf-dist/fonts/map/dvips/knitting +%dir %{_texdir}/texmf-dist/fonts/map/dvips/kpfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/kurier +%dir %{_texdir}/texmf-dist/fonts/map/dvips/lato +%dir %{_texdir}/texmf-dist/fonts/map/dvips/libertine +%dir %{_texdir}/texmf-dist/fonts/map/dvips/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/map/dvips/libris +%dir %{_texdir}/texmf-dist/fonts/map/dvips/linearA +%dir %{_texdir}/texmf-dist/fonts/map/dvips/lithuanian +%dir %{_texdir}/texmf-dist/fonts/map/dvips/lm +%dir %{_texdir}/texmf-dist/fonts/map/dvips/lxfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ly1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/manfnt +%dir %{_texdir}/texmf-dist/fonts/map/dvips/marvosym +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mathabx-type1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mathdesign +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/map/dvips/metapost +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mflogo +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/map/dvips/montex +%dir %{_texdir}/texmf-dist/fonts/map/dvips/musixtex-fonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/mxedruli +%dir %{_texdir}/texmf-dist/fonts/map/dvips/nanumtype1 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/map/dvips/newpx +%dir %{_texdir}/texmf-dist/fonts/map/dvips/newtx +%dir %{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ocr-b-outline +%dir %{_texdir}/texmf-dist/fonts/map/dvips/ocherokee +%dir %{_texdir}/texmf-dist/fonts/map/dvips/oinuit +%dir %{_texdir}/texmf-dist/fonts/map/dvips/omega +%dir %{_texdir}/texmf-dist/fonts/map/dvips/opensans +%dir %{_texdir}/texmf-dist/fonts/map/dvips/palatino +%dir %{_texdir}/texmf-dist/fonts/map/dvips/paratype +%dir %{_texdir}/texmf-dist/fonts/map/dvips/phaistos +%dir %{_texdir}/texmf-dist/fonts/map/dvips/pigpen +%dir %{_texdir}/texmf-dist/fonts/map/dvips/pl +%dir %{_texdir}/texmf-dist/fonts/map/dvips/poltawski +%dir %{_texdir}/texmf-dist/fonts/map/dvips/prodint +%dir %{_texdir}/texmf-dist/fonts/map/dvips/pslatex +%dir %{_texdir}/texmf-dist/fonts/map/dvips/psnfss +%dir %{_texdir}/texmf-dist/fonts/map/dvips/pxfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/pxtxalfa +%dir %{_texdir}/texmf-dist/fonts/map/dvips/quattrocento +%dir %{_texdir}/texmf-dist/fonts/map/dvips/raleway +%dir %{_texdir}/texmf-dist/fonts/map/dvips/recycle +%dir %{_texdir}/texmf-dist/fonts/map/dvips/romande +%dir %{_texdir}/texmf-dist/fonts/map/dvips/rsfs +%dir %{_texdir}/texmf-dist/fonts/map/dvips/rsfso +%dir %{_texdir}/texmf-dist/fonts/map/dvips/sanskrit +%dir %{_texdir}/texmf-dist/fonts/map/dvips/sansmathaccent +%dir %{_texdir}/texmf-dist/fonts/map/dvips/sansmathfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/semaphor +%dir %{_texdir}/texmf-dist/fonts/map/dvips/skaknew +%dir %{_texdir}/texmf-dist/fonts/map/dvips/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/map/dvips/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/map/dvips/starfont +%dir %{_texdir}/texmf-dist/fonts/map/dvips/staves +%dir %{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd +%dir %{_texdir}/texmf-dist/fonts/map/dvips/superiors +%dir %{_texdir}/texmf-dist/fonts/map/dvips/symbol +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tabvar +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tengwarscript +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tetex +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tfrupee +%dir %{_texdir}/texmf-dist/fonts/map/dvips/times +%dir %{_texdir}/texmf-dist/fonts/map/dvips/tipa +%dir %{_texdir}/texmf-dist/fonts/map/dvips/trajan +%dir %{_texdir}/texmf-dist/fonts/map/dvips/txfonts +%dir %{_texdir}/texmf-dist/fonts/map/dvips/txfontsb +%dir %{_texdir}/texmf-dist/fonts/map/dvips/uhc +%dir %{_texdir}/texmf-dist/fonts/map/dvips/updmap +%dir %{_texdir}/texmf-dist/fonts/map/dvips/velthuis +%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturis +%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturisold +%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturissans +%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturissans2 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/venturis2 +%dir %{_texdir}/texmf-dist/fonts/map/dvips/vntex +%dir %{_texdir}/texmf-dist/fonts/map/dvips/wadalab +%dir %{_texdir}/texmf-dist/fonts/map/dvips/wasy +%dir %{_texdir}/texmf-dist/fonts/map/dvips/xypic +%dir %{_texdir}/texmf-dist/fonts/map/dvips/yhmath +%dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfding +%dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfchan +%dir %{_texdir}/texmf-dist/fonts/map/fontname +%dir %{_texdir}/texmf-dist/fonts/map/glyphlist +%dir %{_texdir}/texmf-dist/fonts/map/luatex +%dir %{_texdir}/texmf-dist/fonts/map/luatex/context +%dir %{_texdir}/texmf-dist/fonts/map/pdftex +%dir %{_texdir}/texmf-dist/fonts/map/pdftex/context +%dir %{_texdir}/texmf-dist/fonts/map/pdftex/gentium +%dir %{_texdir}/texmf-dist/fonts/map/pdftex/updmap +%dir %{_texdir}/texmf-dist/fonts/map/vtex +%dir %{_texdir}/texmf-dist/fonts/map/vtex/antiqua +%dir %{_texdir}/texmf-dist/fonts/map/vtex/cm-super +%dir %{_texdir}/texmf-dist/fonts/map/vtex/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/misc +%dir %{_texdir}/texmf-dist/fonts/misc/cns +%dir %{_texdir}/texmf-dist/fonts/misc/xetex +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xepersian +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-devanagari +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-itrans +%dir %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan +%dir %{_texdir}/texmf-dist/fonts/ofm +%dir %{_texdir}/texmf-dist/fonts/ofm/public +%dir %{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/ofm/public/ethiop +%dir %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf +%dir %{_texdir}/texmf-dist/fonts/ofm/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/ofm/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/ofm/public/omega +%dir %{_texdir}/texmf-dist/fonts/ofm/public/otibet +%dir %{_texdir}/texmf-dist/fonts/opentype +%dir %{_texdir}/texmf-dist/fonts/opentype/adobe +%dir %{_texdir}/texmf-dist/fonts/opentype/adobe/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/opentype/adobe/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/opentype/gust +%dir %{_texdir}/texmf-dist/fonts/opentype/gust/poltawski +%dir %{_texdir}/texmf-dist/fonts/opentype/impallari +%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/cabin +%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/opentype/impallari/quattrocento +%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki +%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki/iwona +%dir %{_texdir}/texmf-dist/fonts/opentype/nowacki/kurier +%dir %{_texdir}/texmf-dist/fonts/opentype/public +%dir %{_texdir}/texmf-dist/fonts/opentype/public/antt +%dir %{_texdir}/texmf-dist/fonts/opentype/public/Asana-Math +%dir %{_texdir}/texmf-dist/fonts/opentype/public/ccicons +%dir %{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode +%dir %{_texdir}/texmf-dist/fonts/opentype/public/cyklop +%dir %{_texdir}/texmf-dist/fonts/opentype/public/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/opentype/public/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/opentype/public/fontawesome +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfsporson +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/opentype/public/gnu-freefont +%dir %{_texdir}/texmf-dist/fonts/opentype/public/inconsolata +%dir %{_texdir}/texmf-dist/fonts/opentype/public/libertine +%dir %{_texdir}/texmf-dist/fonts/opentype/public/lm +%dir %{_texdir}/texmf-dist/fonts/opentype/public/lm-math +%dir %{_texdir}/texmf-dist/fonts/opentype/public/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/opentype/public/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/opentype/public/ocr-b-outline +%dir %{_texdir}/texmf-dist/fonts/opentype/public/oldstandard +%dir %{_texdir}/texmf-dist/fonts/opentype/public/persian-modern +%dir %{_texdir}/texmf-dist/fonts/opentype/public/phaistos +%dir %{_texdir}/texmf-dist/fonts/opentype/public/philokalia +%dir %{_texdir}/texmf-dist/fonts/opentype/public/punknova +%dir %{_texdir}/texmf-dist/fonts/opentype/public/semaphor +%dir %{_texdir}/texmf-dist/fonts/opentype/public/skaknew +%dir %{_texdir}/texmf-dist/fonts/opentype/public/stix +%dir %{_texdir}/texmf-dist/fonts/opentype/public/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/opentype/public/tex-gyre-math +%dir %{_texdir}/texmf-dist/fonts/opentype/public/umtypewriter +%dir %{_texdir}/texmf-dist/fonts/opentype/public/xits +%dir %{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype +%dir %{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway +%dir %{_texdir}/texmf-dist/fonts/ovf +%dir %{_texdir}/texmf-dist/fonts/ovf/public +%dir %{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/ovf/public/ethiop +%dir %{_texdir}/texmf-dist/fonts/ovf/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/ovf/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/ovf/public/omega +%dir %{_texdir}/texmf-dist/fonts/ovf/public/otibet +%dir %{_texdir}/texmf-dist/fonts/ovp +%dir %{_texdir}/texmf-dist/fonts/ovp/public +%dir %{_texdir}/texmf-dist/fonts/ovp/public/ethiop +%dir %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex +%dir %{_texdir}/texmf-dist/fonts/ovp/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/ovp/public/omega +%dir %{_texdir}/texmf-dist/fonts/ovp/public/otibet +%dir %{_texdir}/texmf-dist/fonts/pfm +%dir %{_texdir}/texmf-dist/fonts/pfm/hoekwater +%dir %{_texdir}/texmf-dist/fonts/pfm/hoekwater/context +%dir %{_texdir}/texmf-dist/fonts/pk +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600 +%dir %{_texdir}/texmf-dist/fonts/sfd +%dir %{_texdir}/texmf-dist/fonts/sfd/dnp +%dir %{_texdir}/texmf-dist/fonts/sfd/pxchfon +%dir %{_texdir}/texmf-dist/fonts/sfd/ttf2pk +%dir %{_texdir}/texmf-dist/fonts/source +%dir %{_texdir}/texmf-dist/fonts/source/jknappen +%dir %{_texdir}/texmf-dist/fonts/source/jknappen/ec +%dir %{_texdir}/texmf-dist/fonts/source/jknappen/fc +%dir %{_texdir}/texmf-dist/fonts/source/lh +%dir %{_texdir}/texmf-dist/fonts/source/lh/base +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-conc +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-lcy +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-ot2 +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2a +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2b +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2c +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-t2d +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-XSlav +%dir %{_texdir}/texmf-dist/fonts/source/lh/lh-x2 +%dir %{_texdir}/texmf-dist/fonts/source/lh/nont2 +%dir %{_texdir}/texmf-dist/fonts/source/lh/specific +%dir %{_texdir}/texmf-dist/fonts/source/ptex +%dir %{_texdir}/texmf-dist/fonts/source/ptex/ascgrp +%dir %{_texdir}/texmf-dist/fonts/source/ptex/jis +%dir %{_texdir}/texmf-dist/fonts/source/ptex/nmin-ngoth +%dir %{_texdir}/texmf-dist/fonts/source/ptex/standard +%dir %{_texdir}/texmf-dist/fonts/source/public +%dir %{_texdir}/texmf-dist/fonts/source/public/allrunes +%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra +%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic +%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/dummy +%dir %{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols +%dir %{_texdir}/texmf-dist/fonts/source/public/arabtex +%dir %{_texdir}/texmf-dist/fonts/source/public/aramaic-serto +%dir %{_texdir}/texmf-dist/fonts/source/public/archaic +%dir %{_texdir}/texmf-dist/fonts/source/public/aspectratio +%dir %{_texdir}/texmf-dist/fonts/source/public/astro +%dir %{_texdir}/texmf-dist/fonts/source/public/aurical +%dir %{_texdir}/texmf-dist/fonts/source/public/bangtex +%dir %{_texdir}/texmf-dist/fonts/source/public/barcodes +%dir %{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts +%dir %{_texdir}/texmf-dist/fonts/source/public/bbding +%dir %{_texdir}/texmf-dist/fonts/source/public/bbm +%dir %{_texdir}/texmf-dist/fonts/source/public/bbold +%dir %{_texdir}/texmf-dist/fonts/source/public/bengali +%dir %{_texdir}/texmf-dist/fonts/source/public/bguq +%dir %{_texdir}/texmf-dist/fonts/source/public/boisik +%dir %{_texdir}/texmf-dist/fonts/source/public/bookhands +%dir %{_texdir}/texmf-dist/fonts/source/public/calligra +%dir %{_texdir}/texmf-dist/fonts/source/public/casyl +%dir %{_texdir}/texmf-dist/fonts/source/public/cbcoptic +%dir %{_texdir}/texmf-dist/fonts/source/public/cbfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/cc-pl +%dir %{_texdir}/texmf-dist/fonts/source/public/circ +%dir %{_texdir}/texmf-dist/fonts/source/public/clock +%dir %{_texdir}/texmf-dist/fonts/source/public/cm +%dir %{_texdir}/texmf-dist/fonts/source/public/cmbright +%dir %{_texdir}/texmf-dist/fonts/source/public/cmcyr +%dir %{_texdir}/texmf-dist/fonts/source/public/cmextra +%dir %{_texdir}/texmf-dist/fonts/source/public/cmll +%dir %{_texdir}/texmf-dist/fonts/source/public/cmpica +%dir %{_texdir}/texmf-dist/fonts/source/public/cmtiup +%dir %{_texdir}/texmf-dist/fonts/source/public/concmath-fonts +%dir %{_texdir}/texmf-dist/fonts/source/public/concrete +%dir %{_texdir}/texmf-dist/fonts/source/public/cookingsymbols +%dir %{_texdir}/texmf-dist/fonts/source/public/cryst +%dir %{_texdir}/texmf-dist/fonts/source/public/cs +%dir %{_texdir}/texmf-dist/fonts/source/public/ctib +%dir %{_texdir}/texmf-dist/fonts/source/public/dancers +%dir %{_texdir}/texmf-dist/fonts/source/public/dice +%dir %{_texdir}/texmf-dist/fonts/source/public/dingbat +%dir %{_texdir}/texmf-dist/fonts/source/public/doublestroke +%dir %{_texdir}/texmf-dist/fonts/source/public/dozenal +%dir %{_texdir}/texmf-dist/fonts/source/public/duerer +%dir %{_texdir}/texmf-dist/fonts/source/public/ecc +%dir %{_texdir}/texmf-dist/fonts/source/public/eiad-ltx +%dir %{_texdir}/texmf-dist/fonts/source/public/elvish +%dir %{_texdir}/texmf-dist/fonts/source/public/esint +%dir %{_texdir}/texmf-dist/fonts/source/public/esvect +%dir %{_texdir}/texmf-dist/fonts/source/public/ethiop +%dir %{_texdir}/texmf-dist/fonts/source/public/eurosym +%dir %{_texdir}/texmf-dist/fonts/source/public/euxm +%dir %{_texdir}/texmf-dist/fonts/source/public/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/source/public/feyn +%dir %{_texdir}/texmf-dist/fonts/source/public/fge +%dir %{_texdir}/texmf-dist/fonts/source/public/frcursive +%dir %{_texdir}/texmf-dist/fonts/source/public/genealogy +%dir %{_texdir}/texmf-dist/fonts/source/public/ghab +%dir %{_texdir}/texmf-dist/fonts/source/public/go +%dir %{_texdir}/texmf-dist/fonts/source/public/gothic +%dir %{_texdir}/texmf-dist/fonts/source/public/greenpoint +%dir %{_texdir}/texmf-dist/fonts/source/public/hands +%dir %{_texdir}/texmf-dist/fonts/source/public/chemarrow +%dir %{_texdir}/texmf-dist/fonts/source/public/chess +%dir %{_texdir}/texmf-dist/fonts/source/public/ibygrk +%dir %{_texdir}/texmf-dist/fonts/source/public/ifsym +%dir %{_texdir}/texmf-dist/fonts/source/public/jablantile +%dir %{_texdir}/texmf-dist/fonts/source/public/kdgreek +%dir %{_texdir}/texmf-dist/fonts/source/public/kixfont +%dir %{_texdir}/texmf-dist/fonts/source/public/knitting +%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/committee +%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/halftone +%dir %{_texdir}/texmf-dist/fonts/source/public/knuthotherfonts/mfbook +%dir %{_texdir}/texmf-dist/fonts/source/public/kpfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/latex-fonts +%dir %{_texdir}/texmf-dist/fonts/source/public/levy +%dir %{_texdir}/texmf-dist/fonts/source/public/lfb +%dir %{_texdir}/texmf-dist/fonts/source/public/lxfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/mathabx +%dir %{_texdir}/texmf-dist/fonts/source/public/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/source/public/mflogo +%dir %{_texdir}/texmf-dist/fonts/source/public/misc +%dir %{_texdir}/texmf-dist/fonts/source/public/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/source/public/montex +%dir %{_texdir}/texmf-dist/fonts/source/public/musixtex-fonts +%dir %{_texdir}/texmf-dist/fonts/source/public/mxedruli +%dir %{_texdir}/texmf-dist/fonts/source/public/niceframe +%dir %{_texdir}/texmf-dist/fonts/source/public/nkarta +%dir %{_texdir}/texmf-dist/fonts/source/public/ocr-b +%dir %{_texdir}/texmf-dist/fonts/source/public/ogham +%dir %{_texdir}/texmf-dist/fonts/source/public/oldlatin +%dir %{_texdir}/texmf-dist/fonts/source/public/orkhun +%dir %{_texdir}/texmf-dist/fonts/source/public/othello +%dir %{_texdir}/texmf-dist/fonts/source/public/otibet +%dir %{_texdir}/texmf-dist/fonts/source/public/pacioli +%dir %{_texdir}/texmf-dist/fonts/source/public/phonetic +%dir %{_texdir}/texmf-dist/fonts/source/public/pigpen +%dir %{_texdir}/texmf-dist/fonts/source/public/pl +%dir %{_texdir}/texmf-dist/fonts/source/public/punk +%dir %{_texdir}/texmf-dist/fonts/source/public/recycle +%dir %{_texdir}/texmf-dist/fonts/source/public/rsfs +%dir %{_texdir}/texmf-dist/fonts/source/public/sanskrit +%dir %{_texdir}/texmf-dist/fonts/source/public/sansmathfonts +%dir %{_texdir}/texmf-dist/fonts/source/public/sauter +%dir %{_texdir}/texmf-dist/fonts/source/public/semaphor +%dir %{_texdir}/texmf-dist/fonts/source/public/semaphor/metafont +%dir %{_texdir}/texmf-dist/fonts/source/public/shade +%dir %{_texdir}/texmf-dist/fonts/source/public/shuffle +%dir %{_texdir}/texmf-dist/fonts/source/public/schulschriften +%dir %{_texdir}/texmf-dist/fonts/source/public/skak +%dir %{_texdir}/texmf-dist/fonts/source/public/skull +%dir %{_texdir}/texmf-dist/fonts/source/public/stmaryrd +%dir %{_texdir}/texmf-dist/fonts/source/public/tapir +%dir %{_texdir}/texmf-dist/fonts/source/public/tipa +%dir %{_texdir}/texmf-dist/fonts/source/public/tram +%dir %{_texdir}/texmf-dist/fonts/source/public/trsym +%dir %{_texdir}/texmf-dist/fonts/source/public/universa +%dir %{_texdir}/texmf-dist/fonts/source/public/velthuis +%dir %{_texdir}/texmf-dist/fonts/source/public/wasy +%dir %{_texdir}/texmf-dist/fonts/source/public/wnri +%dir %{_texdir}/texmf-dist/fonts/source/public/wsuipa +%dir %{_texdir}/texmf-dist/fonts/source/public/xbmc +%dir %{_texdir}/texmf-dist/fonts/source/public/xq +%dir %{_texdir}/texmf-dist/fonts/source/public/xypic +%dir %{_texdir}/texmf-dist/fonts/source/public/yannisgr +%dir %{_texdir}/texmf-dist/fonts/source/public/yhmath +%dir %{_texdir}/texmf-dist/fonts/source/vntex +%dir %{_texdir}/texmf-dist/fonts/source/vntex/vnr +%dir %{_texdir}/texmf-dist/fonts/tfm +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/bookman +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/courier +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/helvetic +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/ly1 +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/palatino +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/symbol +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/times +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/utopia +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/zapfding +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe/zapfchan +%dir %{_texdir}/texmf-dist/fonts/tfm/arabi +%dir %{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes +%dir %{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/adforn +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/electrum +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/libris +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/romande +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturisold +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans2 +%dir %{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis2 +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp +%dir %{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu +%dir %{_texdir}/texmf-dist/fonts/tfm/bitstrea +%dir %{_texdir}/texmf-dist/fonts/tfm/bitstrea/charter +%dir %{_texdir}/texmf-dist/fonts/tfm/cg +%dir %{_texdir}/texmf-dist/fonts/tfm/cg/courier +%dir %{_texdir}/texmf-dist/fonts/tfm/cg/times +%dir %{_texdir}/texmf-dist/fonts/tfm/cns +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c0so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c1so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c2so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c3so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c4so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c5so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c6so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cns/c7so12 +%dir %{_texdir}/texmf-dist/fonts/tfm/cs +%dir %{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35 +%dir %{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter +%dir %{_texdir}/texmf-dist/fonts/tfm/gust +%dir %{_texdir}/texmf-dist/fonts/tfm/gust/poltawski +%dir %{_texdir}/texmf-dist/fonts/tfm/hoekwater +%dir %{_texdir}/texmf-dist/fonts/tfm/hoekwater/context +%dir %{_texdir}/texmf-dist/fonts/tfm/impallari +%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/cabin +%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/tfm/impallari/quattrocento +%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen +%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen/ec +%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen/fc +%dir %{_texdir}/texmf-dist/fonts/tfm/jmn +%dir %{_texdir}/texmf-dist/fonts/tfm/jmn/hans +%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign +%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdput +%dir %{_texdir}/texmf-dist/fonts/tfm/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/fonts/tfm/metapost +%dir %{_texdir}/texmf-dist/fonts/tfm/monotype +%dir %{_texdir}/texmf-dist/fonts/tfm/monotype/helvetic +%dir %{_texdir}/texmf-dist/fonts/tfm/monotype/symbol +%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki +%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki/iwona +%dir %{_texdir}/texmf-dist/fonts/tfm/nowacki/kurier +%dir %{_texdir}/texmf-dist/fonts/tfm/paratype +%dir %{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono +%dir %{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans +%dir %{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/ascgrp +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/dvips +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/jis +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/morisawa +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/nmin-ngoth +%dir %{_texdir}/texmf-dist/fonts/tfm/ptex/standard +%dir %{_texdir}/texmf-dist/fonts/tfm/public +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ae +%dir %{_texdir}/texmf-dist/fonts/tfm/public/aecc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/dummy +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler +%dir %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols +%dir %{_texdir}/texmf-dist/fonts/tfm/public/antt +%dir %{_texdir}/texmf-dist/fonts/tfm/public/arabtex +%dir %{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto +%dir %{_texdir}/texmf-dist/fonts/tfm/public/arev +%dir %{_texdir}/texmf-dist/fonts/tfm/public/archaic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ascii-font +%dir %{_texdir}/texmf-dist/fonts/tfm/public/aspectratio +%dir %{_texdir}/texmf-dist/fonts/tfm/public/astro +%dir %{_texdir}/texmf-dist/fonts/tfm/public/augie +%dir %{_texdir}/texmf-dist/fonts/tfm/public/auncial-new +%dir %{_texdir}/texmf-dist/fonts/tfm/public/aurical +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bangtex +%dir %{_texdir}/texmf-dist/fonts/tfm/public/barcodes +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbding +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bbold +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bengali +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bera +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bgreek +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bguq +%dir %{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1 +%dir %{_texdir}/texmf-dist/fonts/tfm/public/boisik +%dir %{_texdir}/texmf-dist/fonts/tfm/public/bookhands +%dir %{_texdir}/texmf-dist/fonts/tfm/public/boondox +%dir %{_texdir}/texmf-dist/fonts/tfm/public/brushscr +%dir %{_texdir}/texmf-dist/fonts/tfm/public/burmese +%dir %{_texdir}/texmf-dist/fonts/tfm/public/calligra +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cantarell +%dir %{_texdir}/texmf-dist/fonts/tfm/public/casyl +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cbfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ccicons +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cc-pl +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/circ +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/tfm/public/clock +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmbright +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmcyr +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmextra +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmll +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmpica +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cmtiup +%dir %{_texdir}/texmf-dist/fonts/tfm/public/comfortaa +%dir %{_texdir}/texmf-dist/fonts/tfm/public/concmath-fonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/concrete +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cookingsymbols +%dir %{_texdir}/texmf-dist/fonts/tfm/public/countriesofeurope +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cryst +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cs +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ctib +%dir %{_texdir}/texmf-dist/fonts/tfm/public/cyklop +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dancers +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dejavu +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dice +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dictsym +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dingbat +%dir %{_texdir}/texmf-dist/fonts/tfm/public/doublestroke +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dozenal +%dir %{_texdir}/texmf-dist/fonts/tfm/public/droid +%dir %{_texdir}/texmf-dist/fonts/tfm/public/duerer +%dir %{_texdir}/texmf-dist/fonts/tfm/public/dutchcal +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ecc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/eco +%dir %{_texdir}/texmf-dist/fonts/tfm/public/elvish +%dir %{_texdir}/texmf-dist/fonts/tfm/public/epigrafica +%dir %{_texdir}/texmf-dist/fonts/tfm/public/epiolmec +%dir %{_texdir}/texmf-dist/fonts/tfm/public/esint +%dir %{_texdir}/texmf-dist/fonts/tfm/public/esstix +%dir %{_texdir}/texmf-dist/fonts/tfm/public/esvect +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ethiop +%dir %{_texdir}/texmf-dist/fonts/tfm/public/eulervm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/eurosym +%dir %{_texdir}/texmf-dist/fonts/tfm/public/euxm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/tfm/public/feyn +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fge +%dir %{_texdir}/texmf-dist/fonts/tfm/public/figbas +%dir %{_texdir}/texmf-dist/fonts/tfm/public/foekfont +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fonetika +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fourier +%dir %{_texdir}/texmf-dist/fonts/tfm/public/fouriernc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/frcursive +%dir %{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90 +%dir %{_texdir}/texmf-dist/fonts/tfm/public/genealogy +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gentium +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfsporson +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gillcm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/go +%dir %{_texdir}/texmf-dist/fonts/tfm/public/gothic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/greenpoint +%dir %{_texdir}/texmf-dist/fonts/tfm/public/hacm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/hands +%dir %{_texdir}/texmf-dist/fonts/tfm/public/hfoldsty +%dir %{_texdir}/texmf-dist/fonts/tfm/public/chemarrow +%dir %{_texdir}/texmf-dist/fonts/tfm/public/chess +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ibygrk +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ifsym +%dir %{_texdir}/texmf-dist/fonts/tfm/public/inconsolata +%dir %{_texdir}/texmf-dist/fonts/tfm/public/initials +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1 +%dir %{_texdir}/texmf-dist/fonts/tfm/public/jamtimes +%dir %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf +%dir %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex +%dir %{_texdir}/texmf-dist/fonts/tfm/public/kdgreek +%dir %{_texdir}/texmf-dist/fonts/tfm/public/kerkis +%dir %{_texdir}/texmf-dist/fonts/tfm/public/kixfont +%dir %{_texdir}/texmf-dist/fonts/tfm/public/knitting +%dir %{_texdir}/texmf-dist/fonts/tfm/public/kpfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/lato +%dir %{_texdir}/texmf-dist/fonts/tfm/public/levy +%dir %{_texdir}/texmf-dist/fonts/tfm/public/lfb +%dir %{_texdir}/texmf-dist/fonts/tfm/public/libertine +%dir %{_texdir}/texmf-dist/fonts/tfm/public/linearA +%dir %{_texdir}/texmf-dist/fonts/tfm/public/lithuanian +%dir %{_texdir}/texmf-dist/fonts/tfm/public/lm +%dir %{_texdir}/texmf-dist/fonts/tfm/public/lxfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/marvosym +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mathabx +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mathpazo +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mdputu +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mflogo +%dir %{_texdir}/texmf-dist/fonts/tfm/public/misc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/tfm/public/montex +%dir %{_texdir}/texmf-dist/fonts/tfm/public/musixtex-fonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/mxedruli +%dir %{_texdir}/texmf-dist/fonts/tfm/public/nanumtype1 +%dir %{_texdir}/texmf-dist/fonts/tfm/public/newpx +%dir %{_texdir}/texmf-dist/fonts/tfm/public/newtx +%dir %{_texdir}/texmf-dist/fonts/tfm/public/niceframe +%dir %{_texdir}/texmf-dist/fonts/tfm/public/nkarta +%dir %{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90 +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ocr-b +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ogham +%dir %{_texdir}/texmf-dist/fonts/tfm/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/tfm/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/tfm/public/oldlatin +%dir %{_texdir}/texmf-dist/fonts/tfm/public/omega +%dir %{_texdir}/texmf-dist/fonts/tfm/public/opensans +%dir %{_texdir}/texmf-dist/fonts/tfm/public/orkhun +%dir %{_texdir}/texmf-dist/fonts/tfm/public/othello +%dir %{_texdir}/texmf-dist/fonts/tfm/public/otibet +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pacioli +%dir %{_texdir}/texmf-dist/fonts/tfm/public/phaistos +%dir %{_texdir}/texmf-dist/fonts/tfm/public/phonetic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pigpen +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pl +%dir %{_texdir}/texmf-dist/fonts/tfm/public/prodint +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pslatex +%dir %{_texdir}/texmf-dist/fonts/tfm/public/punk +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pxfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pxchfon +%dir %{_texdir}/texmf-dist/fonts/tfm/public/pxtxalfa +%dir %{_texdir}/texmf-dist/fonts/tfm/public/qpxqtx +%dir %{_texdir}/texmf-dist/fonts/tfm/public/recycle +%dir %{_texdir}/texmf-dist/fonts/tfm/public/relenc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/rsfs +%dir %{_texdir}/texmf-dist/fonts/tfm/public/rsfso +%dir %{_texdir}/texmf-dist/fonts/tfm/public/sanskrit +%dir %{_texdir}/texmf-dist/fonts/tfm/public/sansmathaccent +%dir %{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/semaphor +%dir %{_texdir}/texmf-dist/fonts/tfm/public/shuffle +%dir %{_texdir}/texmf-dist/fonts/tfm/public/schulschriften +%dir %{_texdir}/texmf-dist/fonts/tfm/public/skak +%dir %{_texdir}/texmf-dist/fonts/tfm/public/skaknew +%dir %{_texdir}/texmf-dist/fonts/tfm/public/starfont +%dir %{_texdir}/texmf-dist/fonts/tfm/public/staves +%dir %{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd +%dir %{_texdir}/texmf-dist/fonts/tfm/public/superiors +%dir %{_texdir}/texmf-dist/fonts/tfm/public/tabvar +%dir %{_texdir}/texmf-dist/fonts/tfm/public/tengwarscript +%dir %{_texdir}/texmf-dist/fonts/tfm/public/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/tfm/public/tfrupee +%dir %{_texdir}/texmf-dist/fonts/tfm/public/tipa +%dir %{_texdir}/texmf-dist/fonts/tfm/public/trajan +%dir %{_texdir}/texmf-dist/fonts/tfm/public/trsym +%dir %{_texdir}/texmf-dist/fonts/tfm/public/txfonts +%dir %{_texdir}/texmf-dist/fonts/tfm/public/txfontsb +%dir %{_texdir}/texmf-dist/fonts/tfm/public/universa +%dir %{_texdir}/texmf-dist/fonts/tfm/public/velthuis +%dir %{_texdir}/texmf-dist/fonts/tfm/public/wasy +%dir %{_texdir}/texmf-dist/fonts/tfm/public/wnri +%dir %{_texdir}/texmf-dist/fonts/tfm/public/wsuipa +%dir %{_texdir}/texmf-dist/fonts/tfm/public/xbmc +%dir %{_texdir}/texmf-dist/fonts/tfm/public/xq +%dir %{_texdir}/texmf-dist/fonts/tfm/public/xypic +%dir %{_texdir}/texmf-dist/fonts/tfm/public/yannisgr +%dir %{_texdir}/texmf-dist/fonts/tfm/public/yhmath +%dir %{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype +%dir %{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway +%dir %{_texdir}/texmf-dist/fonts/tfm/uhc +%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/umj +%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj +%dir %{_texdir}/texmf-dist/fonts/tfm/uhc/wmj +%dir %{_texdir}/texmf-dist/fonts/tfm/uptex +%dir %{_texdir}/texmf-dist/fonts/tfm/uptex/jis +%dir %{_texdir}/texmf-dist/fonts/tfm/uptex/min +%dir %{_texdir}/texmf-dist/fonts/tfm/urw +%dir %{_texdir}/texmf-dist/fonts/tfm/urw/antiqua +%dir %{_texdir}/texmf-dist/fonts/tfm/urw/grotesq +%dir %{_texdir}/texmf-dist/fonts/tfm/urw/urwchancal +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/courier +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/helvetic +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/palatino +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/symbol +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/times +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/zapfding +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf/zapfchan +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/vnr +%dir %{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj +%dir %{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/cyberb +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbk +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkfs +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkhei +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkkai +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkli +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbksong +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/gbkyou +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unifs +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unihei +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unikai +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unili +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/unisong +%dir %{_texdir}/texmf-dist/fonts/tfm/zhmetrics/uniyou +%dir %{_texdir}/texmf-dist/fonts/truetype +%dir %{_texdir}/texmf-dist/fonts/truetype/paratype +%dir %{_texdir}/texmf-dist/fonts/truetype/paratype/ptmono +%dir %{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans +%dir %{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif +%dir %{_texdir}/texmf-dist/fonts/truetype/public +%dir %{_texdir}/texmf-dist/fonts/truetype/public/amiri +%dir %{_texdir}/texmf-dist/fonts/truetype/public/Asana-Math +%dir %{_texdir}/texmf-dist/fonts/truetype/public/belleek +%dir %{_texdir}/texmf-dist/fonts/truetype/public/comfortaa +%dir %{_texdir}/texmf-dist/fonts/truetype/public/dejavu +%dir %{_texdir}/texmf-dist/fonts/truetype/public/droid +%dir %{_texdir}/texmf-dist/fonts/truetype/public/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/truetype/public/fonetika +%dir %{_texdir}/texmf-dist/fonts/truetype/public/gentium +%dir %{_texdir}/texmf-dist/fonts/truetype/public/gnu-freefont +%dir %{_texdir}/texmf-dist/fonts/truetype/public/ipaex +%dir %{_texdir}/texmf-dist/fonts/truetype/public/junicode +%dir %{_texdir}/texmf-dist/fonts/truetype/public/lato +%dir %{_texdir}/texmf-dist/fonts/truetype/public/marvosym +%dir %{_texdir}/texmf-dist/fonts/truetype/public/opensans +%dir %{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx +%dir %{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs +%dir %{_texdir}/texmf-dist/fonts/type1 +%dir %{_texdir}/texmf-dist/fonts/type1/adobe +%dir %{_texdir}/texmf-dist/fonts/type1/adobe/courier +%dir %{_texdir}/texmf-dist/fonts/type1/adobe/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/type1/adobe/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/type1/adobe/utopia +%dir %{_texdir}/texmf-dist/fonts/type1/arabi +%dir %{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes +%dir %{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/adforn +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/electrum +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/libris +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/romande +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturis +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturisold +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans2 +%dir %{_texdir}/texmf-dist/fonts/type1/arkandis/venturis2 +%dir %{_texdir}/texmf-dist/fonts/type1/arphic +%dir %{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu +%dir %{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu +%dir %{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu +%dir %{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu +%dir %{_texdir}/texmf-dist/fonts/type1/bitstrea +%dir %{_texdir}/texmf-dist/fonts/type1/bitstrea/charter +%dir %{_texdir}/texmf-dist/fonts/type1/gust +%dir %{_texdir}/texmf-dist/fonts/type1/gust/poltawski +%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater +%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/context +%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/manfnt +%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo +%dir %{_texdir}/texmf-dist/fonts/type1/impallari +%dir %{_texdir}/texmf-dist/fonts/type1/impallari/cabin +%dir %{_texdir}/texmf-dist/fonts/type1/impallari/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/type1/impallari/quattrocento +%dir %{_texdir}/texmf-dist/fonts/type1/jmn +%dir %{_texdir}/texmf-dist/fonts/type1/jmn/hans +%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign +%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdput +%dir %{_texdir}/texmf-dist/fonts/type1/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/fonts/type1/metapost +%dir %{_texdir}/texmf-dist/fonts/type1/nowacki +%dir %{_texdir}/texmf-dist/fonts/type1/nowacki/iwona +%dir %{_texdir}/texmf-dist/fonts/type1/nowacki/kurier +%dir %{_texdir}/texmf-dist/fonts/type1/paratype +%dir %{_texdir}/texmf-dist/fonts/type1/paratype/ptmono +%dir %{_texdir}/texmf-dist/fonts/type1/paratype/ptsans +%dir %{_texdir}/texmf-dist/fonts/type1/paratype/ptserif +%dir %{_texdir}/texmf-dist/fonts/type1/ptex +%dir %{_texdir}/texmf-dist/fonts/type1/ptex/ascgrp +%dir %{_texdir}/texmf-dist/fonts/type1/public +%dir %{_texdir}/texmf-dist/fonts/type1/public/allrunes +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont +%dir %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols +%dir %{_texdir}/texmf-dist/fonts/type1/public/antt +%dir %{_texdir}/texmf-dist/fonts/type1/public/arabtex +%dir %{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto +%dir %{_texdir}/texmf-dist/fonts/type1/public/arev +%dir %{_texdir}/texmf-dist/fonts/type1/public/archaic +%dir %{_texdir}/texmf-dist/fonts/type1/public/ascii-font +%dir %{_texdir}/texmf-dist/fonts/type1/public/aspectratio +%dir %{_texdir}/texmf-dist/fonts/type1/public/augie +%dir %{_texdir}/texmf-dist/fonts/type1/public/auncial-new +%dir %{_texdir}/texmf-dist/fonts/type1/public/aurical +%dir %{_texdir}/texmf-dist/fonts/type1/public/bbold-type1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/belleek +%dir %{_texdir}/texmf-dist/fonts/type1/public/bera +%dir %{_texdir}/texmf-dist/fonts/type1/public/bguq +%dir %{_texdir}/texmf-dist/fonts/type1/public/bookhands +%dir %{_texdir}/texmf-dist/fonts/type1/public/boondox +%dir %{_texdir}/texmf-dist/fonts/type1/public/brushscr +%dir %{_texdir}/texmf-dist/fonts/type1/public/burmese +%dir %{_texdir}/texmf-dist/fonts/type1/public/calligra-type1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/cantarell +%dir %{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps +%dir %{_texdir}/texmf-dist/fonts/type1/public/cbcoptic +%dir %{_texdir}/texmf-dist/fonts/type1/public/cbfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/ccicons +%dir %{_texdir}/texmf-dist/fonts/type1/public/cc-pl +%dir %{_texdir}/texmf-dist/fonts/type1/public/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/type1/public/cmcyr +%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/type1/public/cmll +%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-super +%dir %{_texdir}/texmf-dist/fonts/type1/public/cm-unicode +%dir %{_texdir}/texmf-dist/fonts/type1/public/comfortaa +%dir %{_texdir}/texmf-dist/fonts/type1/public/countriesofeurope +%dir %{_texdir}/texmf-dist/fonts/type1/public/cryst +%dir %{_texdir}/texmf-dist/fonts/type1/public/cs +%dir %{_texdir}/texmf-dist/fonts/type1/public/cyklop +%dir %{_texdir}/texmf-dist/fonts/type1/public/dejavu +%dir %{_texdir}/texmf-dist/fonts/type1/public/dictsym +%dir %{_texdir}/texmf-dist/fonts/type1/public/doublestroke +%dir %{_texdir}/texmf-dist/fonts/type1/public/dozenal +%dir %{_texdir}/texmf-dist/fonts/type1/public/droid +%dir %{_texdir}/texmf-dist/fonts/type1/public/dutchcal +%dir %{_texdir}/texmf-dist/fonts/type1/public/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/type1/public/epigrafica +%dir %{_texdir}/texmf-dist/fonts/type1/public/epiolmec +%dir %{_texdir}/texmf-dist/fonts/type1/public/esint-type1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/esstix +%dir %{_texdir}/texmf-dist/fonts/type1/public/esvect +%dir %{_texdir}/texmf-dist/fonts/type1/public/ethiop-t1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/eurosym +%dir %{_texdir}/texmf-dist/fonts/type1/public/fdsymbol +%dir %{_texdir}/texmf-dist/fonts/type1/public/fge +%dir %{_texdir}/texmf-dist/fonts/type1/public/figbas +%dir %{_texdir}/texmf-dist/fonts/type1/public/foekfont +%dir %{_texdir}/texmf-dist/fonts/type1/public/fonetika +%dir %{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/type1/public/fourier +%dir %{_texdir}/texmf-dist/fonts/type1/public/fpl +%dir %{_texdir}/texmf-dist/fonts/type1/public/frcursive +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfsporson +%dir %{_texdir}/texmf-dist/fonts/type1/public/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/type1/public/gothic +%dir %{_texdir}/texmf-dist/fonts/type1/public/hacm +%dir %{_texdir}/texmf-dist/fonts/type1/public/hfbright +%dir %{_texdir}/texmf-dist/fonts/type1/public/chemarrow +%dir %{_texdir}/texmf-dist/fonts/type1/public/ibygrk +%dir %{_texdir}/texmf-dist/fonts/type1/public/inconsolata +%dir %{_texdir}/texmf-dist/fonts/type1/public/initials +%dir %{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/kerkis +%dir %{_texdir}/texmf-dist/fonts/type1/public/knitting +%dir %{_texdir}/texmf-dist/fonts/type1/public/kpfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/lato +%dir %{_texdir}/texmf-dist/fonts/type1/public/libertine +%dir %{_texdir}/texmf-dist/fonts/type1/public/linearA +%dir %{_texdir}/texmf-dist/fonts/type1/public/lm +%dir %{_texdir}/texmf-dist/fonts/type1/public/lxfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/marvosym +%dir %{_texdir}/texmf-dist/fonts/type1/public/mathabx-type1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/mathpazo +%dir %{_texdir}/texmf-dist/fonts/type1/public/mdsymbol +%dir %{_texdir}/texmf-dist/fonts/type1/public/mnsymbol +%dir %{_texdir}/texmf-dist/fonts/type1/public/montex +%dir %{_texdir}/texmf-dist/fonts/type1/public/musixtex-fonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/mxedruli +%dir %{_texdir}/texmf-dist/fonts/type1/public/nanumtype1 +%dir %{_texdir}/texmf-dist/fonts/type1/public/newpx +%dir %{_texdir}/texmf-dist/fonts/type1/public/newtx +%dir %{_texdir}/texmf-dist/fonts/type1/public/ocr-b-outline +%dir %{_texdir}/texmf-dist/fonts/type1/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/type1/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/type1/public/omega +%dir %{_texdir}/texmf-dist/fonts/type1/public/opensans +%dir %{_texdir}/texmf-dist/fonts/type1/public/phaistos +%dir %{_texdir}/texmf-dist/fonts/type1/public/pigpen +%dir %{_texdir}/texmf-dist/fonts/type1/public/pl +%dir %{_texdir}/texmf-dist/fonts/type1/public/prodint +%dir %{_texdir}/texmf-dist/fonts/type1/public/pxfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/recycle +%dir %{_texdir}/texmf-dist/fonts/type1/public/rsfs +%dir %{_texdir}/texmf-dist/fonts/type1/public/sanskrit +%dir %{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/semaphor +%dir %{_texdir}/texmf-dist/fonts/type1/public/skaknew +%dir %{_texdir}/texmf-dist/fonts/type1/public/starfont +%dir %{_texdir}/texmf-dist/fonts/type1/public/staves +%dir %{_texdir}/texmf-dist/fonts/type1/public/stmaryrd +%dir %{_texdir}/texmf-dist/fonts/type1/public/superiors +%dir %{_texdir}/texmf-dist/fonts/type1/public/tabvar +%dir %{_texdir}/texmf-dist/fonts/type1/public/tapir +%dir %{_texdir}/texmf-dist/fonts/type1/public/tex-gyre +%dir %{_texdir}/texmf-dist/fonts/type1/public/tfrupee +%dir %{_texdir}/texmf-dist/fonts/type1/public/tipa +%dir %{_texdir}/texmf-dist/fonts/type1/public/trajan +%dir %{_texdir}/texmf-dist/fonts/type1/public/txfonts +%dir %{_texdir}/texmf-dist/fonts/type1/public/txfontsb +%dir %{_texdir}/texmf-dist/fonts/type1/public/velthuis +%dir %{_texdir}/texmf-dist/fonts/type1/public/wasy +%dir %{_texdir}/texmf-dist/fonts/type1/public/xypic +%dir %{_texdir}/texmf-dist/fonts/type1/public/yhmath +%dir %{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype +%dir %{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway +%dir %{_texdir}/texmf-dist/fonts/type1/uhc +%dir %{_texdir}/texmf-dist/fonts/type1/uhc/umj +%dir %{_texdir}/texmf-dist/fonts/type1/urw +%dir %{_texdir}/texmf-dist/fonts/type1/urw/antiqua +%dir %{_texdir}/texmf-dist/fonts/type1/urw/avantgar +%dir %{_texdir}/texmf-dist/fonts/type1/urw/bookman +%dir %{_texdir}/texmf-dist/fonts/type1/urw/courier +%dir %{_texdir}/texmf-dist/fonts/type1/urw/grotesq +%dir %{_texdir}/texmf-dist/fonts/type1/urw/helvetic +%dir %{_texdir}/texmf-dist/fonts/type1/urw/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/type1/urw/palatino +%dir %{_texdir}/texmf-dist/fonts/type1/urw/symbol +%dir %{_texdir}/texmf-dist/fonts/type1/urw/times +%dir %{_texdir}/texmf-dist/fonts/type1/urw/zapfding +%dir %{_texdir}/texmf-dist/fonts/type1/urw/zapfchan +%dir %{_texdir}/texmf-dist/fonts/type1/vntex +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/arevvn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/concretevn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/grotesqvn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/chartervn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/txttvn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/urwvn +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/vnr +%dir %{_texdir}/texmf-dist/fonts/type1/vntex/vntopia +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/dgj +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/dmj +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mcj +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mrj +%dir %{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j +%dir %{_texdir}/texmf-dist/fonts/vf +%dir %{_texdir}/texmf-dist/fonts/vf/adobe +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/avantgar +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/bookman +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/courier +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/helvetic +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/ly1 +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/palatino +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/sourcecodepro +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/sourcesanspro +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/times +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/utopia +%dir %{_texdir}/texmf-dist/fonts/vf/adobe/zapfchan +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/electrum +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/libris +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/romande +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturis +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturisold +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans2 +%dir %{_texdir}/texmf-dist/fonts/vf/arkandis/venturis2 +%dir %{_texdir}/texmf-dist/fonts/vf/arphic +%dir %{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp +%dir %{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp +%dir %{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp +%dir %{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp +%dir %{_texdir}/texmf-dist/fonts/vf/bitstrea +%dir %{_texdir}/texmf-dist/fonts/vf/bitstrea/charter +%dir %{_texdir}/texmf-dist/fonts/vf/cg +%dir %{_texdir}/texmf-dist/fonts/vf/cg/courier +%dir %{_texdir}/texmf-dist/fonts/vf/cg/times +%dir %{_texdir}/texmf-dist/fonts/vf/cs +%dir %{_texdir}/texmf-dist/fonts/vf/cs/cs-a35 +%dir %{_texdir}/texmf-dist/fonts/vf/cs/cs-charter +%dir %{_texdir}/texmf-dist/fonts/vf/impallari +%dir %{_texdir}/texmf-dist/fonts/vf/impallari/cabin +%dir %{_texdir}/texmf-dist/fonts/vf/impallari/librebaskerville +%dir %{_texdir}/texmf-dist/fonts/vf/impallari/quattrocento +%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign +%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdput +%dir %{_texdir}/texmf-dist/fonts/vf/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/fonts/vf/monotype +%dir %{_texdir}/texmf-dist/fonts/vf/monotype/helvetic +%dir %{_texdir}/texmf-dist/fonts/vf/paratype +%dir %{_texdir}/texmf-dist/fonts/vf/paratype/ptmono +%dir %{_texdir}/texmf-dist/fonts/vf/paratype/ptsans +%dir %{_texdir}/texmf-dist/fonts/vf/paratype/ptserif +%dir %{_texdir}/texmf-dist/fonts/vf/ptex +%dir %{_texdir}/texmf-dist/fonts/vf/ptex/jis +%dir %{_texdir}/texmf-dist/fonts/vf/ptex/morisawa +%dir %{_texdir}/texmf-dist/fonts/vf/ptex/nmin-ngoth +%dir %{_texdir}/texmf-dist/fonts/vf/ptex/standard +%dir %{_texdir}/texmf-dist/fonts/vf/public +%dir %{_texdir}/texmf-dist/fonts/vf/public/ae +%dir %{_texdir}/texmf-dist/fonts/vf/public/aecc +%dir %{_texdir}/texmf-dist/fonts/vf/public/arev +%dir %{_texdir}/texmf-dist/fonts/vf/public/augie +%dir %{_texdir}/texmf-dist/fonts/vf/public/bera +%dir %{_texdir}/texmf-dist/fonts/vf/public/bgreek +%dir %{_texdir}/texmf-dist/fonts/vf/public/blacklettert1 +%dir %{_texdir}/texmf-dist/fonts/vf/public/boondox +%dir %{_texdir}/texmf-dist/fonts/vf/public/brushscr +%dir %{_texdir}/texmf-dist/fonts/vf/public/cantarell +%dir %{_texdir}/texmf-dist/fonts/vf/public/cfr-lm +%dir %{_texdir}/texmf-dist/fonts/vf/public/cjhebrew +%dir %{_texdir}/texmf-dist/fonts/vf/public/cmcyr +%dir %{_texdir}/texmf-dist/fonts/vf/public/cm-lgc +%dir %{_texdir}/texmf-dist/fonts/vf/public/cmtiup +%dir %{_texdir}/texmf-dist/fonts/vf/public/comfortaa +%dir %{_texdir}/texmf-dist/fonts/vf/public/dejavu +%dir %{_texdir}/texmf-dist/fonts/vf/public/dozenal +%dir %{_texdir}/texmf-dist/fonts/vf/public/droid +%dir %{_texdir}/texmf-dist/fonts/vf/public/dutchcal +%dir %{_texdir}/texmf-dist/fonts/vf/public/ebgaramond +%dir %{_texdir}/texmf-dist/fonts/vf/public/eco +%dir %{_texdir}/texmf-dist/fonts/vf/public/epigrafica +%dir %{_texdir}/texmf-dist/fonts/vf/public/esstix +%dir %{_texdir}/texmf-dist/fonts/vf/public/eulervm +%dir %{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg +%dir %{_texdir}/texmf-dist/fonts/vf/public/fourier +%dir %{_texdir}/texmf-dist/fonts/vf/public/fouriernc +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsartemisia +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsbaskerville +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsbodoni +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfscomplutum +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsdidot +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsneohellenic +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfsporson +%dir %{_texdir}/texmf-dist/fonts/vf/public/gfssolomos +%dir %{_texdir}/texmf-dist/fonts/vf/public/gillcm +%dir %{_texdir}/texmf-dist/fonts/vf/public/gothic +%dir %{_texdir}/texmf-dist/fonts/vf/public/hacm +%dir %{_texdir}/texmf-dist/fonts/vf/public/hfoldsty +%dir %{_texdir}/texmf-dist/fonts/vf/public/jamtimes +%dir %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf +%dir %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex +%dir %{_texdir}/texmf-dist/fonts/vf/public/kerkis +%dir %{_texdir}/texmf-dist/fonts/vf/public/kpfonts +%dir %{_texdir}/texmf-dist/fonts/vf/public/lato +%dir %{_texdir}/texmf-dist/fonts/vf/public/libertine +%dir %{_texdir}/texmf-dist/fonts/vf/public/mathpazo +%dir %{_texdir}/texmf-dist/fonts/vf/public/mdputu +%dir %{_texdir}/texmf-dist/fonts/vf/public/nanumtype1 +%dir %{_texdir}/texmf-dist/fonts/vf/public/newpx +%dir %{_texdir}/texmf-dist/fonts/vf/public/newtx +%dir %{_texdir}/texmf-dist/fonts/vf/public/opensans +%dir %{_texdir}/texmf-dist/fonts/vf/public/pslatex +%dir %{_texdir}/texmf-dist/fonts/vf/public/pxfonts +%dir %{_texdir}/texmf-dist/fonts/vf/public/pxchfon +%dir %{_texdir}/texmf-dist/fonts/vf/public/pxtxalfa +%dir %{_texdir}/texmf-dist/fonts/vf/public/qpxqtx +%dir %{_texdir}/texmf-dist/fonts/vf/public/relenc +%dir %{_texdir}/texmf-dist/fonts/vf/public/rsfso +%dir %{_texdir}/texmf-dist/fonts/vf/public/sansmathaccent +%dir %{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts +%dir %{_texdir}/texmf-dist/fonts/vf/public/tengwarscript +%dir %{_texdir}/texmf-dist/fonts/vf/public/txfonts +%dir %{_texdir}/texmf-dist/fonts/vf/public/txfontsb +%dir %{_texdir}/texmf-dist/fonts/vf/public/yhmath +%dir %{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype +%dir %{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway +%dir %{_texdir}/texmf-dist/fonts/vf/uhc +%dir %{_texdir}/texmf-dist/fonts/vf/uhc/uwmj +%dir %{_texdir}/texmf-dist/fonts/vf/uhc/wmj +%dir %{_texdir}/texmf-dist/fonts/vf/uptex +%dir %{_texdir}/texmf-dist/fonts/vf/uptex/jis +%dir %{_texdir}/texmf-dist/fonts/vf/uptex/min +%dir %{_texdir}/texmf-dist/fonts/vf/urw +%dir %{_texdir}/texmf-dist/fonts/vf/urw/antiqua +%dir %{_texdir}/texmf-dist/fonts/vf/urw/grotesq +%dir %{_texdir}/texmf-dist/fonts/vf/urw/urwchancal +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/courier +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/helvetic +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/ncntrsbk +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/palatino +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/times +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf/zapfchan +%dir %{_texdir}/texmf-dist/fonts/vf/vntex +%dir %{_texdir}/texmf-dist/fonts/vf/vntex/chartervn +%dir %{_texdir}/texmf-dist/fonts/vf/vntex/urwvn +%dir %{_texdir}/texmf-dist/fonts/vf/vntex/vntopia +%dir %{_texdir}/texmf-dist/fonts/vf/wadalab +%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/udgj +%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/udmj +%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/umcj +%dir %{_texdir}/texmf-dist/fonts/vf/wadalab/umrj +%dir %{_texdir}/texmf-dist/hbf2gf +%dir %{_texdir}/texmf-dist/chktex +%dir %{_texdir}/texmf-dist/makeindex +%dir %{_texdir}/texmf-dist/makeindex/arsclassica +%dir %{_texdir}/texmf-dist/makeindex/babel +%dir %{_texdir}/texmf-dist/makeindex/base +%dir %{_texdir}/texmf-dist/makeindex/bgteubner +%dir %{_texdir}/texmf-dist/makeindex/bibarts +%dir %{_texdir}/texmf-dist/makeindex/confproc +%dir %{_texdir}/texmf-dist/makeindex/disser +%dir %{_texdir}/texmf-dist/makeindex/dtk +%dir %{_texdir}/texmf-dist/makeindex/fixlatvian +%dir %{_texdir}/texmf-dist/makeindex/gatech-thesis +%dir %{_texdir}/texmf-dist/makeindex/gmdoc +%dir %{_texdir}/texmf-dist/makeindex/index +%dir %{_texdir}/texmf-dist/makeindex/iso +%dir %{_texdir}/texmf-dist/makeindex/juraabbrev +%dir %{_texdir}/texmf-dist/makeindex/latex +%dir %{_texdir}/texmf-dist/makeindex/l3kernel +%dir %{_texdir}/texmf-dist/makeindex/memoir +%dir %{_texdir}/texmf-dist/makeindex/minitoc +%dir %{_texdir}/texmf-dist/makeindex/mkgrkindex +%dir %{_texdir}/texmf-dist/makeindex/multibib +%dir %{_texdir}/texmf-dist/makeindex/nomencl +%dir %{_texdir}/texmf-dist/makeindex/nomentbl +%dir %{_texdir}/texmf-dist/makeindex/nostarch +%dir %{_texdir}/texmf-dist/makeindex/oscola +%dir %{_texdir}/texmf-dist/makeindex/plain +%dir %{_texdir}/texmf-dist/makeindex/repeatindex +%dir %{_texdir}/texmf-dist/makeindex/songbook +%dir %{_texdir}/texmf-dist/makeindex/startex +%dir %{_texdir}/texmf-dist/makeindex/xdoc +%dir %{_texdir}/texmf-dist/metafont +%dir %{_texdir}/texmf-dist/metafont/base +%dir %{_texdir}/texmf-dist/metafont/config +%dir %{_texdir}/texmf-dist/metafont/feynmf +%dir %{_texdir}/texmf-dist/metafont/mfpic +%dir %{_texdir}/texmf-dist/metafont/misc +%dir %{_texdir}/texmf-dist/metafont/roex +%dir %{_texdir}/texmf-dist/metapost +%dir %{_texdir}/texmf-dist/metapost/automata +%dir %{_texdir}/texmf-dist/metapost/base +%dir %{_texdir}/texmf-dist/metapost/bbcard +%dir %{_texdir}/texmf-dist/metapost/bclogo +%dir %{_texdir}/texmf-dist/metapost/blockdraw_mp +%dir %{_texdir}/texmf-dist/metapost/bpolynomial +%dir %{_texdir}/texmf-dist/metapost/cmarrows +%dir %{_texdir}/texmf-dist/metapost/config +%dir %{_texdir}/texmf-dist/metapost/context +%dir %{_texdir}/texmf-dist/metapost/context/base +%dir %{_texdir}/texmf-dist/metapost/context/font +%dir %{_texdir}/texmf-dist/metapost/context/third +%dir %{_texdir}/texmf-dist/metapost/context/third/gnuplot +%dir %{_texdir}/texmf-dist/metapost/drv +%dir %{_texdir}/texmf-dist/metapost/dviincl +%dir %{_texdir}/texmf-dist/metapost/epsincl +%dir %{_texdir}/texmf-dist/metapost/expressg +%dir %{_texdir}/texmf-dist/metapost/exteps +%dir %{_texdir}/texmf-dist/metapost/featpost +%dir %{_texdir}/texmf-dist/metapost/feynmf +%dir %{_texdir}/texmf-dist/metapost/garrigues +%dir %{_texdir}/texmf-dist/metapost/hatching +%dir %{_texdir}/texmf-dist/metapost/latexmp +%dir %{_texdir}/texmf-dist/metapost/makecirc +%dir %{_texdir}/texmf-dist/metapost/metago +%dir %{_texdir}/texmf-dist/metapost/metaobj +%dir %{_texdir}/texmf-dist/metapost/metaplot +%dir %{_texdir}/texmf-dist/metapost/metauml +%dir %{_texdir}/texmf-dist/metapost/mfpic +%dir %{_texdir}/texmf-dist/metapost/mf2pt1 +%dir %{_texdir}/texmf-dist/metapost/misc +%dir %{_texdir}/texmf-dist/metapost/mpattern +%dir %{_texdir}/texmf-dist/metapost/mpcolornames +%dir %{_texdir}/texmf-dist/metapost/mp3d +%dir %{_texdir}/texmf-dist/metapost/nkarta +%dir %{_texdir}/texmf-dist/metapost/piechartmp +%dir %{_texdir}/texmf-dist/metapost/slideshow +%dir %{_texdir}/texmf-dist/metapost/splines +%dir %{_texdir}/texmf-dist/metapost/suanpan +%dir %{_texdir}/texmf-dist/metapost/support +%dir %{_texdir}/texmf-dist/metapost/support/charlib +%dir %{_texdir}/texmf-dist/metapost/tabvar +%dir %{_texdir}/texmf-dist/metapost/textpath +%dir %{_texdir}/texmf-dist/metapost/threeddice +%dir %{_texdir}/texmf-dist/metapost/venn +%dir %{_texdir}/texmf-dist/mft +%dir %{_texdir}/texmf-dist/mft/base +%dir %{_texdir}/texmf-dist/omega +%dir %{_texdir}/texmf-dist/omega/ocp +%dir %{_texdir}/texmf-dist/omega/ocp/antomega +%dir %{_texdir}/texmf-dist/omega/ocp/antomega/latin +%dir %{_texdir}/texmf-dist/omega/ocp/ethiop +%dir %{_texdir}/texmf-dist/omega/ocp/char2uni +%dir %{_texdir}/texmf-dist/omega/ocp/misc +%dir %{_texdir}/texmf-dist/omega/ocp/ocherokee +%dir %{_texdir}/texmf-dist/omega/ocp/oinuit +%dir %{_texdir}/texmf-dist/omega/ocp/omega +%dir %{_texdir}/texmf-dist/omega/ocp/otibet +%dir %{_texdir}/texmf-dist/omega/ocp/uni2char +%dir %{_texdir}/texmf-dist/omega/otp +%dir %{_texdir}/texmf-dist/omega/otp/antomega +%dir %{_texdir}/texmf-dist/omega/otp/antomega/latin +%dir %{_texdir}/texmf-dist/omega/otp/ethiop +%dir %{_texdir}/texmf-dist/omega/otp/char2uni +%dir %{_texdir}/texmf-dist/omega/otp/misc +%dir %{_texdir}/texmf-dist/omega/otp/ocherokee +%dir %{_texdir}/texmf-dist/omega/otp/oinuit +%dir %{_texdir}/texmf-dist/omega/otp/omega +%dir %{_texdir}/texmf-dist/omega/otp/otibet +%dir %{_texdir}/texmf-dist/omega/otp/uni2char +%dir %{_texdir}/texmf-dist/pbibtex +%dir %{_texdir}/texmf-dist/pbibtex/bib +%dir %{_texdir}/texmf-dist/pbibtex/bst +%dir %{_texdir}/texmf-dist/scripts +%dir %{_texdir}/texmf-dist/scripts/accfonts +%dir %{_texdir}/texmf-dist/scripts/adhocfilelist +%dir %{_texdir}/texmf-dist/scripts/arara +%dir %{_texdir}/texmf-dist/scripts/arara/rules +%dir %{_texdir}/texmf-dist/scripts/authorindex +%dir %{_texdir}/texmf-dist/scripts/a2ping +%dir %{_texdir}/texmf-dist/scripts/bibexport +%dir %{_texdir}/texmf-dist/scripts/bundledoc +%dir %{_texdir}/texmf-dist/scripts/cachepic +%dir %{_texdir}/texmf-dist/scripts/context +%dir %{_texdir}/texmf-dist/scripts/context/lua +%dir %{_texdir}/texmf-dist/scripts/context/lua/third +%dir %{_texdir}/texmf-dist/scripts/context/lua/third/enigma +%dir %{_texdir}/texmf-dist/scripts/context/lua/third/enigma/mtx-t-enigma.lua +%dir %{_texdir}/texmf-dist/scripts/context/lua/third/rst +%dir %{_texdir}/texmf-dist/scripts/context/lua/third/simpleslides +%dir %{_texdir}/texmf-dist/scripts/context/perl +%dir %{_texdir}/texmf-dist/scripts/context/ruby +%dir %{_texdir}/texmf-dist/scripts/context/ruby/base +%dir %{_texdir}/texmf-dist/scripts/context/ruby/base/kpse +%dir %{_texdir}/texmf-dist/scripts/context/ruby/graphics +%dir %{_texdir}/texmf-dist/scripts/context/stubs +%dir %{_texdir}/texmf-dist/scripts/context/stubs/mswin +%dir %{_texdir}/texmf-dist/scripts/context/stubs/source +%dir %{_texdir}/texmf-dist/scripts/context/stubs/unix +%dir %{_texdir}/texmf-dist/scripts/ctanify +%dir %{_texdir}/texmf-dist/scripts/ctanupload +%dir %{_texdir}/texmf-dist/scripts/de-macro +%dir %{_texdir}/texmf-dist/scripts/dosepsbin +%dir %{_texdir}/texmf-dist/scripts/dtxgen +%dir %{_texdir}/texmf-dist/scripts/dviasm +%dir %{_texdir}/texmf-dist/scripts/ebong +%dir %{_texdir}/texmf-dist/scripts/epspdf +%dir %{_texdir}/texmf-dist/scripts/epstopdf +%dir %{_texdir}/texmf-dist/scripts/exceltex +%dir %{_texdir}/texmf-dist/scripts/fig4latex +%dir %{_texdir}/texmf-dist/scripts/findhyph +%dir %{_texdir}/texmf-dist/scripts/flowfram +%dir %{_texdir}/texmf-dist/scripts/fmtcount +%dir %{_texdir}/texmf-dist/scripts/fontools +%dir %{_texdir}/texmf-dist/scripts/fragmaster +%dir %{_texdir}/texmf-dist/scripts/glossaries +%dir %{_texdir}/texmf-dist/scripts/changes +%dir %{_texdir}/texmf-dist/scripts/checkcites +%dir %{_texdir}/texmf-dist/scripts/chktex +%dir %{_texdir}/texmf-dist/scripts/installfont +%dir %{_texdir}/texmf-dist/scripts/jfontmaps +%dir %{_texdir}/texmf-dist/scripts/jmlr +%dir %{_texdir}/texmf-dist/scripts/latexdiff +%dir %{_texdir}/texmf-dist/scripts/latexfileversion +%dir %{_texdir}/texmf-dist/scripts/latexpand +%dir %{_texdir}/texmf-dist/scripts/latex2man +%dir %{_texdir}/texmf-dist/scripts/listbib +%dir %{_texdir}/texmf-dist/scripts/listings-ext +%dir %{_texdir}/texmf-dist/scripts/logicpuzzle +%dir %{_texdir}/texmf-dist/scripts/ltxfileinfo +%dir %{_texdir}/texmf-dist/scripts/lua-alt-getopt +%dir %{_texdir}/texmf-dist/scripts/luaindex +%dir %{_texdir}/texmf-dist/scripts/luaotfload +%dir %{_texdir}/texmf-dist/scripts/luasseq +%dir %{_texdir}/texmf-dist/scripts/lua2dox +%dir %{_texdir}/texmf-dist/scripts/mathspic +%dir %{_texdir}/texmf-dist/scripts/match_parens +%dir %{_texdir}/texmf-dist/scripts/mf2pt1 +%dir %{_texdir}/texmf-dist/scripts/mkgrkindex +%dir %{_texdir}/texmf-dist/scripts/mkjobtexmf +%dir %{_texdir}/texmf-dist/scripts/m-tx +%dir %{_texdir}/texmf-dist/scripts/multibibliography +%dir %{_texdir}/texmf-dist/scripts/musixtex +%dir %{_texdir}/texmf-dist/scripts/mycv +%dir %{_texdir}/texmf-dist/scripts/oberdiek +%dir %{_texdir}/texmf-dist/scripts/pax +%dir %{_texdir}/texmf-dist/scripts/pdfcrop +%dir %{_texdir}/texmf-dist/scripts/pdfjam +%dir %{_texdir}/texmf-dist/scripts/pedigree-perl +%dir %{_texdir}/texmf-dist/scripts/pedigree-perl/Pedigree +%dir %{_texdir}/texmf-dist/scripts/perltex +%dir %{_texdir}/texmf-dist/scripts/pfarrei +%dir %{_texdir}/texmf-dist/scripts/pgfplots +%dir %{_texdir}/texmf-dist/scripts/pkfix +%dir %{_texdir}/texmf-dist/scripts/pkfix-helper +%dir %{_texdir}/texmf-dist/scripts/pmx +%dir %{_texdir}/texmf-dist/scripts/pst-pdf +%dir %{_texdir}/texmf-dist/scripts/pst2pdf +%dir %{_texdir}/texmf-dist/scripts/ps2eps +%dir %{_texdir}/texmf-dist/scripts/ptex2pdf +%dir %{_texdir}/texmf-dist/scripts/purifyeps +%dir %{_texdir}/texmf-dist/scripts/shipunov +%dir %{_texdir}/texmf-dist/scripts/simpdftex +%dir %{_texdir}/texmf-dist/scripts/spelling +%dir %{_texdir}/texmf-dist/scripts/splitindex +%dir %{_texdir}/texmf-dist/scripts/sty2dtx +%dir %{_texdir}/texmf-dist/scripts/svn-multi +%dir %{_texdir}/texmf-dist/scripts/texcount +%dir %{_texdir}/texmf-dist/scripts/texdef +%dir %{_texdir}/texmf-dist/scripts/texdirflatten +%dir %{_texdir}/texmf-dist/scripts/texdoc +%dir %{_texdir}/texmf-dist/scripts/texdoctk +%dir %{_texdir}/texmf-dist/scripts/texlive +%dir %{_texdir}/texmf-dist/scripts/texlive/lua +%dir %{_texdir}/texmf-dist/scripts/texlive/lua/texlive +%dir %{_texdir}/texmf-dist/scripts/texliveonfly +%dir %{_texdir}/texmf-dist/scripts/texlive/var +%dir %{_texdir}/texmf-dist/scripts/texloganalyser +%dir %{_texdir}/texmf-dist/scripts/tex4ht +%dir %{_texdir}/texmf-dist/scripts/thumbpdf +%dir %{_texdir}/texmf-dist/scripts/typeoutfileinfo +%dir %{_texdir}/texmf-dist/scripts/ulqda +%dir %{_texdir}/texmf-dist/scripts/urlbst +%dir %{_texdir}/texmf-dist/scripts/vpe +%dir %{_texdir}/texmf-dist/scripts/xetex +%dir %{_texdir}/texmf-dist/scripts/xetex/perl +%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib +%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF +%dir %{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse +%dir %{_texdir}/texmf-dist/source +%dir %{_texdir}/texmf-dist/source/latex +%dir %{_texdir}/texmf-dist/source/latex/koma-script +%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc +%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/bin +%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/english +%dir %{_texdir}/texmf-dist/source/latex/koma-script/doc/ngerman +%dir %{_texdir}/texmf-dist/tex +%dir %{_texdir}/texmf-dist/tex/amstex +%dir %{_texdir}/texmf-dist/tex/amstex/base +%dir %{_texdir}/texmf-dist/tex/amstex/config +%dir %{_texdir}/texmf-dist/texconfig +%dir %{_texdir}/texmf-dist/texconfig/g +%dir %{_texdir}/texmf-dist/texconfig/v +%dir %{_texdir}/texmf-dist/texconfig/x +%dir %{_texdir}/texmf-dist/tex/context +%dir %{_texdir}/texmf-dist/tex/context/base +%dir %{_texdir}/texmf-dist/tex/context/bib +%dir %{_texdir}/texmf-dist/tex/context/colors +%dir %{_texdir}/texmf-dist/tex/context/colors/icc +%dir %{_texdir}/texmf-dist/tex/context/colors/icc/context +%dir %{_texdir}/texmf-dist/tex/context/extra +%dir %{_texdir}/texmf-dist/tex/context/fonts +%dir %{_texdir}/texmf-dist/tex/context/foxet +%dir %{_texdir}/texmf-dist/tex/context/interface +%dir %{_texdir}/texmf-dist/tex/context/interface/third +%dir %{_texdir}/texmf-dist/tex/context/patterns +%dir %{_texdir}/texmf-dist/tex/context/sample +%dir %{_texdir}/texmf-dist/tex/context/test +%dir %{_texdir}/texmf-dist/tex/context/third +%dir %{_texdir}/texmf-dist/tex/context/third/account +%dir %{_texdir}/texmf-dist/tex/context/third/algorithmic +%dir %{_texdir}/texmf-dist/tex/context/third/bnf +%dir %{_texdir}/texmf-dist/tex/context/third/construction-plan +%dir %{_texdir}/texmf-dist/tex/context/third/cyrillicnumbers +%dir %{_texdir}/texmf-dist/tex/context/third/degrade +%dir %{_texdir}/texmf-dist/tex/context/third/enigma +%dir %{_texdir}/texmf-dist/tex/context/third/enigma/t-enigma.mkv +%dir %{_texdir}/texmf-dist/tex/context/third/filter +%dir %{_texdir}/texmf-dist/tex/context/third/fixme +%dir %{_texdir}/texmf-dist/tex/context/third/french +%dir %{_texdir}/texmf-dist/tex/context/third/fullpage +%dir %{_texdir}/texmf-dist/tex/context/third/games +%dir %{_texdir}/texmf-dist/tex/context/third/gantt +%dir %{_texdir}/texmf-dist/tex/context/third/gentium +%dir %{_texdir}/texmf-dist/tex/context/third/gnuplot +%dir %{_texdir}/texmf-dist/tex/context/third/chromato +%dir %{_texdir}/texmf-dist/tex/context/third/letter +%dir %{_texdir}/texmf-dist/tex/context/third/letter/base +%dir %{_texdir}/texmf-dist/tex/context/third/letter/style +%dir %{_texdir}/texmf-dist/tex/context/third/lettrine +%dir %{_texdir}/texmf-dist/tex/context/third/lilypond +%dir %{_texdir}/texmf-dist/tex/context/third/mathsets +%dir %{_texdir}/texmf-dist/tex/context/third/pgf +%dir %{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer +%dir %{_texdir}/texmf-dist/tex/context/third/pgf/frontendlayer +%dir %{_texdir}/texmf-dist/tex/context/third/pgf/math +%dir %{_texdir}/texmf-dist/tex/context/third/pgfplots +%dir %{_texdir}/texmf-dist/tex/context/third/pgf/systemlayer +%dir %{_texdir}/texmf-dist/tex/context/third/pgf/utilities +%dir %{_texdir}/texmf-dist/tex/context/third/rst +%dir %{_texdir}/texmf-dist/tex/context/third/ruby +%dir %{_texdir}/texmf-dist/tex/context/third/semaphor +%dir %{_texdir}/texmf-dist/tex/context/third/simplefonts +%dir %{_texdir}/texmf-dist/tex/context/third/simpleslides +%dir %{_texdir}/texmf-dist/tex/context/third/transliterator +%dir %{_texdir}/texmf-dist/tex/context/third/typearea +%dir %{_texdir}/texmf-dist/tex/context/third/typescripts +%dir %{_texdir}/texmf-dist/tex/context/third/vim +%dir %{_texdir}/texmf-dist/tex/context/user +%dir %{_texdir}/texmf-dist/tex/cslatex +%dir %{_texdir}/texmf-dist/tex/cslatex/base +%dir %{_texdir}/texmf-dist/tex/cslatex/cspsfonts +%dir %{_texdir}/texmf-dist/tex/csplain +%dir %{_texdir}/texmf-dist/tex/csplain/base +%dir %{_texdir}/texmf-dist/tex/csplain/fonts +%dir %{_texdir}/texmf-dist/tex/csplain/opmac +%dir %{_texdir}/texmf-dist/texdoc +%dir %{_texdir}/texmf-dist/texdoctk +%dir %{_texdir}/texmf-dist/tex/eplain +%dir %{_texdir}/texmf-dist/tex/fontinst +%dir %{_texdir}/texmf-dist/tex/fontinst/afm2pl +%dir %{_texdir}/texmf-dist/tex/fontinst/base +%dir %{_texdir}/texmf-dist/tex/fontinst/latinetx +%dir %{_texdir}/texmf-dist/tex/fontinst/latinmtx +%dir %{_texdir}/texmf-dist/tex/fontinst/mathetx +%dir %{_texdir}/texmf-dist/tex/fontinst/mathmtx +%dir %{_texdir}/texmf-dist/tex/fontinst/misc +%dir %{_texdir}/texmf-dist/tex/fontinst/smbletx +%dir %{_texdir}/texmf-dist/tex/fontinst/smblmtx +%dir %{_texdir}/texmf-dist/tex/generic +%dir %{_texdir}/texmf-dist/tex/generic/abbr +%dir %{_texdir}/texmf-dist/tex/generic/abstyles +%dir %{_texdir}/texmf-dist/tex/generic/arrayjobx +%dir %{_texdir}/texmf-dist/tex/generic/babel +%dir %{_texdir}/texmf-dist/tex/generic/babel-albanian +%dir %{_texdir}/texmf-dist/tex/generic/babel-bahasa +%dir %{_texdir}/texmf-dist/tex/generic/babel-basque +%dir %{_texdir}/texmf-dist/tex/generic/babel-breton +%dir %{_texdir}/texmf-dist/tex/generic/babel-bulgarian +%dir %{_texdir}/texmf-dist/tex/generic/babel-catalan +%dir %{_texdir}/texmf-dist/tex/generic/babel-croatian +%dir %{_texdir}/texmf-dist/tex/generic/babel-czech +%dir %{_texdir}/texmf-dist/tex/generic/babel-danish +%dir %{_texdir}/texmf-dist/tex/generic/babel-dutch +%dir %{_texdir}/texmf-dist/tex/generic/babel-english +%dir %{_texdir}/texmf-dist/tex/generic/babel-esperanto +%dir %{_texdir}/texmf-dist/tex/generic/babel-estonian +%dir %{_texdir}/texmf-dist/tex/generic/babel-finnish +%dir %{_texdir}/texmf-dist/tex/generic/babel-french +%dir %{_texdir}/texmf-dist/tex/generic/babel-friulan +%dir %{_texdir}/texmf-dist/tex/generic/babel-galician +%dir %{_texdir}/texmf-dist/tex/generic/babel-german +%dir %{_texdir}/texmf-dist/tex/generic/babel-greek +%dir %{_texdir}/texmf-dist/tex/generic/babel-hebrew +%dir %{_texdir}/texmf-dist/tex/generic/babel-icelandic +%dir %{_texdir}/texmf-dist/tex/generic/babel-interlingua +%dir %{_texdir}/texmf-dist/tex/generic/babel-irish +%dir %{_texdir}/texmf-dist/tex/generic/babel-italian +%dir %{_texdir}/texmf-dist/tex/generic/babel-kurmanji +%dir %{_texdir}/texmf-dist/tex/generic/babel-latin +%dir %{_texdir}/texmf-dist/tex/generic/babel-norsk +%dir %{_texdir}/texmf-dist/tex/generic/babel-piedmontese +%dir %{_texdir}/texmf-dist/tex/generic/babel-polish +%dir %{_texdir}/texmf-dist/tex/generic/babel-portuges +%dir %{_texdir}/texmf-dist/tex/generic/babel-romanian +%dir %{_texdir}/texmf-dist/tex/generic/babel-romansh +%dir %{_texdir}/texmf-dist/tex/generic/babel-russian +%dir %{_texdir}/texmf-dist/tex/generic/babel-samin +%dir %{_texdir}/texmf-dist/tex/generic/babel-scottish +%dir %{_texdir}/texmf-dist/tex/generic/babel-serbian +%dir %{_texdir}/texmf-dist/tex/generic/babel-serbianc +%dir %{_texdir}/texmf-dist/tex/generic/babel-slovak +%dir %{_texdir}/texmf-dist/tex/generic/babel-slovenian +%dir %{_texdir}/texmf-dist/tex/generic/babel-sorbian +%dir %{_texdir}/texmf-dist/tex/generic/babel-spanish +%dir %{_texdir}/texmf-dist/tex/generic/babel-swedish +%dir %{_texdir}/texmf-dist/tex/generic/babel-thai +%dir %{_texdir}/texmf-dist/tex/generic/babel-turkish +%dir %{_texdir}/texmf-dist/tex/generic/babel-ukraineb +%dir %{_texdir}/texmf-dist/tex/generic/babel-vietnamese +%dir %{_texdir}/texmf-dist/tex/generic/babel-welsh +%dir %{_texdir}/texmf-dist/tex/generic/barr +%dir %{_texdir}/texmf-dist/tex/generic/bibtex +%dir %{_texdir}/texmf-dist/tex/generic/bitelist +%dir %{_texdir}/texmf-dist/tex/generic/catcodes +%dir %{_texdir}/texmf-dist/tex/generic/colortab +%dir %{_texdir}/texmf-dist/tex/generic/commado +%dir %{_texdir}/texmf-dist/tex/generic/config +%dir %{_texdir}/texmf-dist/tex/generic/context +%dir %{_texdir}/texmf-dist/tex/generic/context/luatex +%dir %{_texdir}/texmf-dist/tex/generic/context/mptopdf +%dir %{_texdir}/texmf-dist/tex/generic/context/ppchtex +%dir %{_texdir}/texmf-dist/tex/generic/c-pascal +%dir %{_texdir}/texmf-dist/tex/generic/dcpic +%dir %{_texdir}/texmf-dist/tex/generic/dehyph-exptl +%dir %{_texdir}/texmf-dist/tex/generic/dirtree +%dir %{_texdir}/texmf-dist/tex/generic/dowith +%dir %{_texdir}/texmf-dist/tex/generic/dratex +%dir %{_texdir}/texmf-dist/tex/generic/dvips +%dir %{_texdir}/texmf-dist/tex/generic/ean +%dir %{_texdir}/texmf-dist/tex/generic/edmac +%dir %{_texdir}/texmf-dist/tex/generic/eijkhout +%dir %{_texdir}/texmf-dist/tex/generic/encodings +%dir %{_texdir}/texmf-dist/tex/generic/enctex +%dir %{_texdir}/texmf-dist/tex/generic/enigma +%dir %{_texdir}/texmf-dist/tex/generic/epigram +%dir %{_texdir}/texmf-dist/tex/generic/epsf +%dir %{_texdir}/texmf-dist/tex/generic/fenixpar +%dir %{_texdir}/texmf-dist/tex/generic/filemod +%dir %{_texdir}/texmf-dist/tex/generic/fltpoint +%dir %{_texdir}/texmf-dist/tex/generic/fntproof +%dir %{_texdir}/texmf-dist/tex/generic/frame +%dir %{_texdir}/texmf-dist/tex/generic/gates +%dir %{_texdir}/texmf-dist/tex/generic/genmisc +%dir %{_texdir}/texmf-dist/tex/generic/german +%dir %{_texdir}/texmf-dist/tex/generic/hyphen +%dir %{_texdir}/texmf-dist/tex/generic/hyphenex +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8 +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit +%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt +%dir %{_texdir}/texmf-dist/tex/generic/chemfig +%dir %{_texdir}/texmf-dist/tex/generic/chronosys +%dir %{_texdir}/texmf-dist/tex/generic/ibygrk +%dir %{_texdir}/texmf-dist/tex/generic/iftex +%dir %{_texdir}/texmf-dist/tex/generic/ifxetex +%dir %{_texdir}/texmf-dist/tex/generic/insbox +%dir %{_texdir}/texmf-dist/tex/generic/kastrup +%dir %{_texdir}/texmf-dist/tex/generic/langcode +%dir %{_texdir}/texmf-dist/tex/generic/lecturer +%dir %{_texdir}/texmf-dist/tex/generic/levy +%dir %{_texdir}/texmf-dist/tex/generic/librarian +%dir %{_texdir}/texmf-dist/tex/generic/mathabx +%dir %{_texdir}/texmf-dist/tex/generic/mathdots +%dir %{_texdir}/texmf-dist/tex/generic/metapost +%dir %{_texdir}/texmf-dist/tex/generic/mfpic +%dir %{_texdir}/texmf-dist/tex/generic/midnight +%dir %{_texdir}/texmf-dist/tex/generic/minifp +%dir %{_texdir}/texmf-dist/tex/generic/misc +%dir %{_texdir}/texmf-dist/tex/generic/m-tx +%dir %{_texdir}/texmf-dist/tex/generic/multido +%dir %{_texdir}/texmf-dist/tex/generic/musixtex +%dir %{_texdir}/texmf-dist/tex/generic/navigator +%dir %{_texdir}/texmf-dist/tex/generic/oberdiek +%dir %{_texdir}/texmf-dist/tex/generic/ofs +%dir %{_texdir}/texmf-dist/tex/generic/omegahyph +%dir %{_texdir}/texmf-dist/tex/generic/path +%dir %{_texdir}/texmf-dist/tex/generic/pdftex +%dir %{_texdir}/texmf-dist/tex/generic/pdf-trans +%dir %{_texdir}/texmf-dist/tex/generic/petri-nets +%dir %{_texdir}/texmf-dist/tex/generic/pgf +%dir %{_texdir}/texmf-dist/tex/generic/pgf/basiclayer +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization +%dir %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits +%dir %{_texdir}/texmf-dist/tex/generic/pgf/math +%dir %{_texdir}/texmf-dist/tex/generic/pgf/modules +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/libs +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/liststructure +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/lua +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/numtable +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/oldpgfcompatib +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/oldpgfplotscompatib +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/sys +%dir %{_texdir}/texmf-dist/tex/generic/pgfplots/util +%dir %{_texdir}/texmf-dist/tex/generic/pgf/rendering +%dir %{_texdir}/texmf-dist/tex/generic/pgf/systemlayer +%dir %{_texdir}/texmf-dist/tex/generic/pgf/utilities +%dir %{_texdir}/texmf-dist/tex/generic/pictex +%dir %{_texdir}/texmf-dist/tex/generic/plainpkg +%dir %{_texdir}/texmf-dist/tex/generic/pmx +%dir %{_texdir}/texmf-dist/tex/generic/poster-mac +%dir %{_texdir}/texmf-dist/tex/generic/pst-abspos +%dir %{_texdir}/texmf-dist/tex/generic/pst-asr +%dir %{_texdir}/texmf-dist/tex/generic/pst-bar +%dir %{_texdir}/texmf-dist/tex/generic/pst-barcode +%dir %{_texdir}/texmf-dist/tex/generic/pst-bezier +%dir %{_texdir}/texmf-dist/tex/generic/pst-blur +%dir %{_texdir}/texmf-dist/tex/generic/pst-bspline +%dir %{_texdir}/texmf-dist/tex/generic/pst-circ +%dir %{_texdir}/texmf-dist/tex/generic/pst-coil +%dir %{_texdir}/texmf-dist/tex/generic/pst-cox +%dir %{_texdir}/texmf-dist/tex/generic/pst-diffraction +%dir %{_texdir}/texmf-dist/tex/generic/pst-electricfield +%dir %{_texdir}/texmf-dist/tex/generic/pst-eps +%dir %{_texdir}/texmf-dist/tex/generic/pst-eucl +%dir %{_texdir}/texmf-dist/tex/generic/pst-fill +%dir %{_texdir}/texmf-dist/tex/generic/pst-fit +%dir %{_texdir}/texmf-dist/tex/generic/pst-fractal +%dir %{_texdir}/texmf-dist/tex/generic/pst-fr3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-fun +%dir %{_texdir}/texmf-dist/tex/generic/pst-func +%dir %{_texdir}/texmf-dist/tex/generic/pst-gantt +%dir %{_texdir}/texmf-dist/tex/generic/pst-geo +%dir %{_texdir}/texmf-dist/tex/generic/pst-geo/data +%dir %{_texdir}/texmf-dist/tex/generic/pst-geo/dataII +%dir %{_texdir}/texmf-dist/tex/generic/pst-ghsb +%dir %{_texdir}/texmf-dist/tex/generic/pst-grad +%dir %{_texdir}/texmf-dist/tex/generic/pst-graphicx +%dir %{_texdir}/texmf-dist/tex/generic/pst-gr3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-infixplot +%dir %{_texdir}/texmf-dist/tex/generic/pst-jtree +%dir %{_texdir}/texmf-dist/tex/generic/pst-knot +%dir %{_texdir}/texmf-dist/tex/generic/pst-labo +%dir %{_texdir}/texmf-dist/tex/generic/pst-lens +%dir %{_texdir}/texmf-dist/tex/generic/pst-light3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-magneticfield +%dir %{_texdir}/texmf-dist/tex/generic/pst-math +%dir %{_texdir}/texmf-dist/tex/generic/pst-mirror +%dir %{_texdir}/texmf-dist/tex/generic/pst-node +%dir %{_texdir}/texmf-dist/tex/generic/pst-ob3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-ode +%dir %{_texdir}/texmf-dist/tex/generic/pst-optic +%dir %{_texdir}/texmf-dist/tex/generic/pst-osci +%dir %{_texdir}/texmf-dist/tex/generic/pst-pad +%dir %{_texdir}/texmf-dist/tex/generic/pst-pdgr +%dir %{_texdir}/texmf-dist/tex/generic/pst-plot +%dir %{_texdir}/texmf-dist/tex/generic/pst-poly +%dir %{_texdir}/texmf-dist/tex/generic/pst-pulley +%dir %{_texdir}/texmf-dist/tex/generic/pst-qtree +%dir %{_texdir}/texmf-dist/tex/generic/pstricks +%dir %{_texdir}/texmf-dist/tex/generic/pstricks-add +%dir %{_texdir}/texmf-dist/tex/generic/pstricks/config +%dir %{_texdir}/texmf-dist/tex/generic/pst-rubans +%dir %{_texdir}/texmf-dist/tex/generic/pst-sigsys +%dir %{_texdir}/texmf-dist/tex/generic/pst-slpe +%dir %{_texdir}/texmf-dist/tex/generic/pst-solarsystem +%dir %{_texdir}/texmf-dist/tex/generic/pst-solides3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-spectra +%dir %{_texdir}/texmf-dist/tex/generic/pst-stru +%dir %{_texdir}/texmf-dist/tex/generic/pst-text +%dir %{_texdir}/texmf-dist/tex/generic/pst-thick +%dir %{_texdir}/texmf-dist/tex/generic/pst-tools +%dir %{_texdir}/texmf-dist/tex/generic/pst-tree +%dir %{_texdir}/texmf-dist/tex/generic/pst-tvz +%dir %{_texdir}/texmf-dist/tex/generic/pst-vue3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-3d +%dir %{_texdir}/texmf-dist/tex/generic/pst-3dplot +%dir %{_texdir}/texmf-dist/tex/generic/qpxqtx +%dir %{_texdir}/texmf-dist/tex/generic/rlepsf +%dir %{_texdir}/texmf-dist/tex/generic/ruhyphen +%dir %{_texdir}/texmf-dist/tex/generic/shade +%dir %{_texdir}/texmf-dist/tex/generic/shapepar +%dir %{_texdir}/texmf-dist/tex/generic/schemata +%dir %{_texdir}/texmf-dist/tex/generic/splitindex +%dir %{_texdir}/texmf-dist/tex/generic/systeme +%dir %{_texdir}/texmf-dist/tex/generic/tabto-generic +%dir %{_texdir}/texmf-dist/tex/generic/tap +%dir %{_texdir}/texmf-dist/tex/generic/texapi +%dir %{_texdir}/texmf-dist/tex/generic/texdraw +%dir %{_texdir}/texmf-dist/tex/generic/tex-ewd +%dir %{_texdir}/texmf-dist/tex/generic/tex-ps +%dir %{_texdir}/texmf-dist/tex/generic/textmerg +%dir %{_texdir}/texmf-dist/tex/generic/tex4ht +%dir %{_texdir}/texmf-dist/tex/generic/thumbpdf +%dir %{_texdir}/texmf-dist/tex/generic/t2 +%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst +%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives +%dir %{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc +%dir %{_texdir}/texmf-dist/tex/generic/ukrhyph +%dir %{_texdir}/texmf-dist/tex/generic/ulem +%dir %{_texdir}/texmf-dist/tex/generic/upca +%dir %{_texdir}/texmf-dist/tex/generic/variations +%dir %{_texdir}/texmf-dist/tex/generic/vaucanson-g +%dir %{_texdir}/texmf-dist/tex/generic/velthuis +%dir %{_texdir}/texmf-dist/tex/generic/xcomment +%dir %{_texdir}/texmf-dist/tex/generic/xecyr +%dir %{_texdir}/texmf-dist/tex/generic/xetexconfig +%dir %{_texdir}/texmf-dist/tex/generic/xint +%dir %{_texdir}/texmf-dist/tex/generic/xkeyval +%dir %{_texdir}/texmf-dist/tex/generic/xlop +%dir %{_texdir}/texmf-dist/tex/generic/xstring +%dir %{_texdir}/texmf-dist/tex/generic/xypic +%dir %{_texdir}/texmf-dist/tex/generic/yax +%dir %{_texdir}/texmf-dist/tex/generic/ydoc +%dir %{_texdir}/texmf-dist/tex/generic/zhmetrics +%dir %{_texdir}/texmf-dist/tex/generic/2up +%dir %{_texdir}/texmf-dist/tex/jadetex +%dir %{_texdir}/texmf-dist/tex/jadetex/base +%dir %{_texdir}/texmf-dist/tex/lambda +%dir %{_texdir}/texmf-dist/tex/lambda/antomega +%dir %{_texdir}/texmf-dist/tex/lambda/base +%dir %{_texdir}/texmf-dist/tex/lambda/config +%dir %{_texdir}/texmf-dist/tex/lambda/ocherokee +%dir %{_texdir}/texmf-dist/tex/lambda/oinuit +%dir %{_texdir}/texmf-dist/tex/latex +%dir %{_texdir}/texmf-dist/tex/latex/aastex +%dir %{_texdir}/texmf-dist/tex/latex/abc +%dir %{_texdir}/texmf-dist/tex/latex/abntex2 +%dir %{_texdir}/texmf-dist/tex/latex/abraces +%dir %{_texdir}/texmf-dist/tex/latex/abstract +%dir %{_texdir}/texmf-dist/tex/latex/accfonts +%dir %{_texdir}/texmf-dist/tex/latex/acmconf +%dir %{_texdir}/texmf-dist/tex/latex/acro +%dir %{_texdir}/texmf-dist/tex/latex/acronym +%dir %{_texdir}/texmf-dist/tex/latex/acroterm +%dir %{_texdir}/texmf-dist/tex/latex/active-conf +%dir %{_texdir}/texmf-dist/tex/latex/actuarialangle +%dir %{_texdir}/texmf-dist/tex/latex/addlines +%dir %{_texdir}/texmf-dist/tex/latex/adfathesis +%dir %{_texdir}/texmf-dist/tex/latex/adforn +%dir %{_texdir}/texmf-dist/tex/latex/adfsymbols +%dir %{_texdir}/texmf-dist/tex/latex/adjmulticol +%dir %{_texdir}/texmf-dist/tex/latex/adjustbox +%dir %{_texdir}/texmf-dist/tex/latex/adrconv +%dir %{_texdir}/texmf-dist/tex/latex/advdate +%dir %{_texdir}/texmf-dist/tex/latex/ae +%dir %{_texdir}/texmf-dist/tex/latex/aecc +%dir %{_texdir}/texmf-dist/tex/latex/aeguill +%dir %{_texdir}/texmf-dist/tex/latex/afthesis +%dir %{_texdir}/texmf-dist/tex/latex/aguplus +%dir %{_texdir}/texmf-dist/tex/latex/achemso +%dir %{_texdir}/texmf-dist/tex/latex/achemso/config +%dir %{_texdir}/texmf-dist/tex/latex/aiaa +%dir %{_texdir}/texmf-dist/tex/latex/akktex +%dir %{_texdir}/texmf-dist/tex/latex/akletter +%dir %{_texdir}/texmf-dist/tex/latex/alg +%dir %{_texdir}/texmf-dist/tex/latex/algorithmicx +%dir %{_texdir}/texmf-dist/tex/latex/algorithms +%dir %{_texdir}/texmf-dist/tex/latex/algorithm2e +%dir %{_texdir}/texmf-dist/tex/latex/allrunes +%dir %{_texdir}/texmf-dist/tex/latex/alnumsec +%dir %{_texdir}/texmf-dist/tex/latex/alterqcm +%dir %{_texdir}/texmf-dist/tex/latex/altfont +%dir %{_texdir}/texmf-dist/tex/latex/ametsoc +%dir %{_texdir}/texmf-dist/tex/latex/amsaddr +%dir %{_texdir}/texmf-dist/tex/latex/amscls +%dir %{_texdir}/texmf-dist/tex/latex/amsfonts +%dir %{_texdir}/texmf-dist/tex/latex/amsmath +%dir %{_texdir}/texmf-dist/tex/latex/amsrefs +%dir %{_texdir}/texmf-dist/tex/latex/animate +%dir %{_texdir}/texmf-dist/tex/latex/anonchap +%dir %{_texdir}/texmf-dist/tex/latex/answers +%dir %{_texdir}/texmf-dist/tex/latex/antiqua +%dir %{_texdir}/texmf-dist/tex/latex/antt +%dir %{_texdir}/texmf-dist/tex/latex/anyfontsize +%dir %{_texdir}/texmf-dist/tex/latex/anysize +%dir %{_texdir}/texmf-dist/tex/latex/aomart +%dir %{_texdir}/texmf-dist/tex/latex/apa +%dir %{_texdir}/texmf-dist/tex/latex/apacite +%dir %{_texdir}/texmf-dist/tex/latex/apa6 +%dir %{_texdir}/texmf-dist/tex/latex/apa6/config +%dir %{_texdir}/texmf-dist/tex/latex/apa6e +%dir %{_texdir}/texmf-dist/tex/latex/appendix +%dir %{_texdir}/texmf-dist/tex/latex/appendixnumberbeamer +%dir %{_texdir}/texmf-dist/tex/latex/apptools +%dir %{_texdir}/texmf-dist/tex/latex/arabi +%dir %{_texdir}/texmf-dist/tex/latex/arabtex +%dir %{_texdir}/texmf-dist/tex/latex/aramaic-serto +%dir %{_texdir}/texmf-dist/tex/latex/arcs +%dir %{_texdir}/texmf-dist/tex/latex/arev +%dir %{_texdir}/texmf-dist/tex/latex/archaic +%dir %{_texdir}/texmf-dist/tex/latex/arsclassica +%dir %{_texdir}/texmf-dist/tex/latex/articleingud +%dir %{_texdir}/texmf-dist/tex/latex/arydshln +%dir %{_texdir}/texmf-dist/tex/latex/asaetr +%dir %{_texdir}/texmf-dist/tex/latex/ascelike +%dir %{_texdir}/texmf-dist/tex/latex/ascii-font +%dir %{_texdir}/texmf-dist/tex/latex/aspectratio +%dir %{_texdir}/texmf-dist/tex/latex/assignment +%dir %{_texdir}/texmf-dist/tex/latex/asyfig +%dir %{_texdir}/texmf-dist/tex/latex/attachfile +%dir %{_texdir}/texmf-dist/tex/latex/augie +%dir %{_texdir}/texmf-dist/tex/latex/auncial-new +%dir %{_texdir}/texmf-dist/tex/latex/aurical +%dir %{_texdir}/texmf-dist/tex/latex/authoraftertitle +%dir %{_texdir}/texmf-dist/tex/latex/authorindex +%dir %{_texdir}/texmf-dist/tex/latex/autoarea +%dir %{_texdir}/texmf-dist/tex/latex/autonum +%dir %{_texdir}/texmf-dist/tex/latex/autopdf +%dir %{_texdir}/texmf-dist/tex/latex/auto-pst-pdf +%dir %{_texdir}/texmf-dist/tex/latex/avantgar +%dir %{_texdir}/texmf-dist/tex/latex/a0poster +%dir %{_texdir}/texmf-dist/tex/latex/a4wide +%dir %{_texdir}/texmf-dist/tex/latex/a5comb +%dir %{_texdir}/texmf-dist/tex/latex/babelbib +%dir %{_texdir}/texmf-dist/tex/latex/babel-hungarian +%dir %{_texdir}/texmf-dist/tex/latex/background +%dir %{_texdir}/texmf-dist/tex/latex/backnaur +%dir %{_texdir}/texmf-dist/tex/latex/bangtex +%dir %{_texdir}/texmf-dist/tex/latex/barcodes +%dir %{_texdir}/texmf-dist/tex/latex/bardiag +%dir %{_texdir}/texmf-dist/tex/latex/base +%dir %{_texdir}/texmf-dist/tex/latex/bashful +%dir %{_texdir}/texmf-dist/tex/latex/baskervald +%dir %{_texdir}/texmf-dist/tex/latex/basque-book +%dir %{_texdir}/texmf-dist/tex/latex/basque-date +%dir %{_texdir}/texmf-dist/tex/latex/bbding +%dir %{_texdir}/texmf-dist/tex/latex/bbm-macros +%dir %{_texdir}/texmf-dist/tex/latex/bbold +%dir %{_texdir}/texmf-dist/tex/latex/bclogo +%dir %{_texdir}/texmf-dist/tex/latex/beamer +%dir %{_texdir}/texmf-dist/tex/latex/beamer/art +%dir %{_texdir}/texmf-dist/tex/latex/beameraudience +%dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation +%dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples +%dir %{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin +%dir %{_texdir}/texmf-dist/tex/latex/beamer/multimedia +%dir %{_texdir}/texmf-dist/tex/latex/beamerposter +%dir %{_texdir}/texmf-dist/tex/latex/beamersubframe +%dir %{_texdir}/texmf-dist/tex/latex/beamerthemejltree +%dir %{_texdir}/texmf-dist/tex/latex/beamerthemenirma +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/color +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/font +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/inner +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/outer +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/theme +%dir %{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility +%dir %{_texdir}/texmf-dist/tex/latex/beamertheme-upenn-bc +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary +%dir %{_texdir}/texmf-dist/tex/latex/beamer2thesis +%dir %{_texdir}/texmf-dist/tex/latex/begriff +%dir %{_texdir}/texmf-dist/tex/latex/bengali +%dir %{_texdir}/texmf-dist/tex/latex/bera +%dir %{_texdir}/texmf-dist/tex/latex/berenisadf +%dir %{_texdir}/texmf-dist/tex/latex/betababel +%dir %{_texdir}/texmf-dist/tex/latex/beton +%dir %{_texdir}/texmf-dist/tex/latex/bezos +%dir %{_texdir}/texmf-dist/tex/latex/bez123 +%dir %{_texdir}/texmf-dist/tex/latex/bgreek +%dir %{_texdir}/texmf-dist/tex/latex/bgteubner +%dir %{_texdir}/texmf-dist/tex/latex/bguq +%dir %{_texdir}/texmf-dist/tex/latex/bhcexam +%dir %{_texdir}/texmf-dist/tex/latex/bchart +%dir %{_texdir}/texmf-dist/tex/latex/bibarts +%dir %{_texdir}/texmf-dist/tex/latex/biblatex +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-apa +%dir %{_texdir}/texmf-dist/tex/latex/biblatex/bbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-bwl +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-caspervector +%dir %{_texdir}/texmf-dist/tex/latex/biblatex/cbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-fiwi +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-gost +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-historian +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-chem +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-chicago +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-ieee +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-juradiss +%dir %{_texdir}/texmf-dist/tex/latex/biblatex/lbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-mla +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-musuos +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-nature +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-nejm +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-philosophy +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-phys +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-publist +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-science +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx +%dir %{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx +%dir %{_texdir}/texmf-dist/tex/latex/bibleref +%dir %{_texdir}/texmf-dist/tex/latex/bibleref-french +%dir %{_texdir}/texmf-dist/tex/latex/bibleref-german +%dir %{_texdir}/texmf-dist/tex/latex/bibleref-lds +%dir %{_texdir}/texmf-dist/tex/latex/bibleref-mouth +%dir %{_texdir}/texmf-dist/tex/latex/bibleref-parse +%dir %{_texdir}/texmf-dist/tex/latex/biblist +%dir %{_texdir}/texmf-dist/tex/latex/bibtopic +%dir %{_texdir}/texmf-dist/tex/latex/bibtopicprefix +%dir %{_texdir}/texmf-dist/tex/latex/bibunits +%dir %{_texdir}/texmf-dist/tex/latex/bidi +%dir %{_texdir}/texmf-dist/tex/latex/bigfoot +%dir %{_texdir}/texmf-dist/tex/latex/bigints +%dir %{_texdir}/texmf-dist/tex/latex/binomexp +%dir %{_texdir}/texmf-dist/tex/latex/biocon +%dir %{_texdir}/texmf-dist/tex/latex/bizcard +%dir %{_texdir}/texmf-dist/tex/latex/blacklettert1 +%dir %{_texdir}/texmf-dist/tex/latex/blindtext +%dir %{_texdir}/texmf-dist/tex/latex/blkarray +%dir %{_texdir}/texmf-dist/tex/latex/block +%dir %{_texdir}/texmf-dist/tex/latex/bloques +%dir %{_texdir}/texmf-dist/tex/latex/blowup +%dir %{_texdir}/texmf-dist/tex/latex/bodegraph +%dir %{_texdir}/texmf-dist/tex/latex/bohr +%dir %{_texdir}/texmf-dist/tex/latex/boisik +%dir %{_texdir}/texmf-dist/tex/latex/boites +%dir %{_texdir}/texmf-dist/tex/latex/bold-extra +%dir %{_texdir}/texmf-dist/tex/latex/boldtensors +%dir %{_texdir}/texmf-dist/tex/latex/bondgraph +%dir %{_texdir}/texmf-dist/tex/latex/bookest +%dir %{_texdir}/texmf-dist/tex/latex/bookhands +%dir %{_texdir}/texmf-dist/tex/latex/booklet +%dir %{_texdir}/texmf-dist/tex/latex/bookman +%dir %{_texdir}/texmf-dist/tex/latex/booktabs +%dir %{_texdir}/texmf-dist/tex/latex/boolexpr +%dir %{_texdir}/texmf-dist/tex/latex/boondox +%dir %{_texdir}/texmf-dist/tex/latex/bophook +%dir %{_texdir}/texmf-dist/tex/latex/bosisio +%dir %{_texdir}/texmf-dist/tex/latex/boxedminipage +%dir %{_texdir}/texmf-dist/tex/latex/boxhandler +%dir %{_texdir}/texmf-dist/tex/latex/bpchem +%dir %{_texdir}/texmf-dist/tex/latex/bracketkey +%dir %{_texdir}/texmf-dist/tex/latex/braids +%dir %{_texdir}/texmf-dist/tex/latex/braille +%dir %{_texdir}/texmf-dist/tex/latex/braket +%dir %{_texdir}/texmf-dist/tex/latex/breakurl +%dir %{_texdir}/texmf-dist/tex/latex/bropd +%dir %{_texdir}/texmf-dist/tex/latex/brushscr +%dir %{_texdir}/texmf-dist/tex/latex/bullcntr +%dir %{_texdir}/texmf-dist/tex/latex/bundledoc +%dir %{_texdir}/texmf-dist/tex/latex/burmese +%dir %{_texdir}/texmf-dist/tex/latex/bussproofs +%dir %{_texdir}/texmf-dist/tex/latex/bxbase +%dir %{_texdir}/texmf-dist/tex/latex/bxdpx-beamer +%dir %{_texdir}/texmf-dist/tex/latex/bxeepic +%dir %{_texdir}/texmf-dist/tex/latex/bxjscls +%dir %{_texdir}/texmf-dist/tex/latex/bytefield +%dir %{_texdir}/texmf-dist/tex/latex/b1encoding +%dir %{_texdir}/texmf-dist/tex/latex/cabin +%dir %{_texdir}/texmf-dist/tex/latex/cachepic +%dir %{_texdir}/texmf-dist/tex/latex/calcage +%dir %{_texdir}/texmf-dist/tex/latex/calctab +%dir %{_texdir}/texmf-dist/tex/latex/calculator +%dir %{_texdir}/texmf-dist/tex/latex/calrsfs +%dir %{_texdir}/texmf-dist/tex/latex/cals +%dir %{_texdir}/texmf-dist/tex/latex/calxxxx-yyyy +%dir %{_texdir}/texmf-dist/tex/latex/cancel +%dir %{_texdir}/texmf-dist/tex/latex/canoniclayout +%dir %{_texdir}/texmf-dist/tex/latex/cantarell +%dir %{_texdir}/texmf-dist/tex/latex/captcont +%dir %{_texdir}/texmf-dist/tex/latex/captdef +%dir %{_texdir}/texmf-dist/tex/latex/caption +%dir %{_texdir}/texmf-dist/tex/latex/capt-of +%dir %{_texdir}/texmf-dist/tex/latex/carlisle +%dir %{_texdir}/texmf-dist/tex/latex/cascadilla +%dir %{_texdir}/texmf-dist/tex/latex/cases +%dir %{_texdir}/texmf-dist/tex/latex/casyl +%dir %{_texdir}/texmf-dist/tex/latex/catechis +%dir %{_texdir}/texmf-dist/tex/latex/catchfilebetweentags +%dir %{_texdir}/texmf-dist/tex/latex/catoptions +%dir %{_texdir}/texmf-dist/tex/latex/cbcoptic +%dir %{_texdir}/texmf-dist/tex/latex/ccaption +%dir %{_texdir}/texmf-dist/tex/latex/ccfonts +%dir %{_texdir}/texmf-dist/tex/latex/ccicons +%dir %{_texdir}/texmf-dist/tex/latex/cclicenses +%dir %{_texdir}/texmf-dist/tex/latex/cd +%dir %{_texdir}/texmf-dist/tex/latex/cd-cover +%dir %{_texdir}/texmf-dist/tex/latex/cdpbundl +%dir %{_texdir}/texmf-dist/tex/latex/cell +%dir %{_texdir}/texmf-dist/tex/latex/cellspace +%dir %{_texdir}/texmf-dist/tex/latex/censor +%dir %{_texdir}/texmf-dist/tex/latex/cfr-lm +%dir %{_texdir}/texmf-dist/tex/latex/circ +%dir %{_texdir}/texmf-dist/tex/latex/circuitikz +%dir %{_texdir}/texmf-dist/tex/latex/cite +%dir %{_texdir}/texmf-dist/tex/latex/cjhebrew +%dir %{_texdir}/texmf-dist/tex/latex/cjk +%dir %{_texdir}/texmf-dist/tex/latex/cjk/contrib +%dir %{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab +%dir %{_texdir}/texmf-dist/tex/latex/cjk-ko +%dir %{_texdir}/texmf-dist/tex/latex/cjkpunct +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5 +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/mule +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai +%dir %{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8 +%dir %{_texdir}/texmf-dist/tex/latex/cjk/utils +%dir %{_texdir}/texmf-dist/tex/latex/cjk/utils/pyhyphen +%dir %{_texdir}/texmf-dist/tex/latex/classics +%dir %{_texdir}/texmf-dist/tex/latex/classicthesis +%dir %{_texdir}/texmf-dist/tex/latex/clefval +%dir %{_texdir}/texmf-dist/tex/latex/cleveref +%dir %{_texdir}/texmf-dist/tex/latex/clipboard +%dir %{_texdir}/texmf-dist/tex/latex/clock +%dir %{_texdir}/texmf-dist/tex/latex/clrscode +%dir %{_texdir}/texmf-dist/tex/latex/cmap +%dir %{_texdir}/texmf-dist/tex/latex/cmbright +%dir %{_texdir}/texmf-dist/tex/latex/cmdstring +%dir %{_texdir}/texmf-dist/tex/latex/cm-lgc +%dir %{_texdir}/texmf-dist/tex/latex/cmll +%dir %{_texdir}/texmf-dist/tex/latex/cmpj +%dir %{_texdir}/texmf-dist/tex/latex/cmsd +%dir %{_texdir}/texmf-dist/tex/latex/cm-super +%dir %{_texdir}/texmf-dist/tex/latex/cmtiup +%dir %{_texdir}/texmf-dist/tex/latex/codedoc +%dir %{_texdir}/texmf-dist/tex/latex/codepage +%dir %{_texdir}/texmf-dist/tex/latex/codicefiscaleitaliano +%dir %{_texdir}/texmf-dist/tex/latex/collcell +%dir %{_texdir}/texmf-dist/tex/latex/collectbox +%dir %{_texdir}/texmf-dist/tex/latex/collref +%dir %{_texdir}/texmf-dist/tex/latex/colordoc +%dir %{_texdir}/texmf-dist/tex/latex/colorinfo +%dir %{_texdir}/texmf-dist/tex/latex/colortbl +%dir %{_texdir}/texmf-dist/tex/latex/colorwav +%dir %{_texdir}/texmf-dist/tex/latex/colourchange +%dir %{_texdir}/texmf-dist/tex/latex/combelow +%dir %{_texdir}/texmf-dist/tex/latex/combine +%dir %{_texdir}/texmf-dist/tex/latex/combinedgraphics +%dir %{_texdir}/texmf-dist/tex/latex/comfortaa +%dir %{_texdir}/texmf-dist/tex/latex/comma +%dir %{_texdir}/texmf-dist/tex/latex/commath +%dir %{_texdir}/texmf-dist/tex/latex/comment +%dir %{_texdir}/texmf-dist/tex/latex/compactbib +%dir %{_texdir}/texmf-dist/tex/latex/complexity +%dir %{_texdir}/texmf-dist/tex/latex/computational-complexity +%dir %{_texdir}/texmf-dist/tex/latex/concepts +%dir %{_texdir}/texmf-dist/tex/latex/concmath +%dir %{_texdir}/texmf-dist/tex/latex/concprog +%dir %{_texdir}/texmf-dist/tex/latex/confproc +%dir %{_texdir}/texmf-dist/tex/latex/constants +%dir %{_texdir}/texmf-dist/tex/latex/context +%dir %{_texdir}/texmf-dist/tex/latex/context/ppchtex +%dir %{_texdir}/texmf-dist/tex/latex/contour +%dir %{_texdir}/texmf-dist/tex/latex/contracard +%dir %{_texdir}/texmf-dist/tex/latex/cooking +%dir %{_texdir}/texmf-dist/tex/latex/cookingsymbols +%dir %{_texdir}/texmf-dist/tex/latex/cool +%dir %{_texdir}/texmf-dist/tex/latex/coollist +%dir %{_texdir}/texmf-dist/tex/latex/coolstr +%dir %{_texdir}/texmf-dist/tex/latex/coolthms +%dir %{_texdir}/texmf-dist/tex/latex/cooltooltips +%dir %{_texdir}/texmf-dist/tex/latex/coordsys +%dir %{_texdir}/texmf-dist/tex/latex/copyrightbox +%dir %{_texdir}/texmf-dist/tex/latex/coseoul +%dir %{_texdir}/texmf-dist/tex/latex/countriesofeurope +%dir %{_texdir}/texmf-dist/tex/latex/counttexruns +%dir %{_texdir}/texmf-dist/tex/latex/courier +%dir %{_texdir}/texmf-dist/tex/latex/courier-scaled +%dir %{_texdir}/texmf-dist/tex/latex/courseoutline +%dir %{_texdir}/texmf-dist/tex/latex/coursepaper +%dir %{_texdir}/texmf-dist/tex/latex/coverpage +%dir %{_texdir}/texmf-dist/tex/latex/covington +%dir %{_texdir}/texmf-dist/tex/latex/cprotect +%dir %{_texdir}/texmf-dist/tex/latex/crbox +%dir %{_texdir}/texmf-dist/tex/latex/crop +%dir %{_texdir}/texmf-dist/tex/latex/crossreference +%dir %{_texdir}/texmf-dist/tex/latex/crossword +%dir %{_texdir}/texmf-dist/tex/latex/crosswrd +%dir %{_texdir}/texmf-dist/tex/latex/csbulletin +%dir %{_texdir}/texmf-dist/tex/latex/csquotes +%dir %{_texdir}/texmf-dist/tex/latex/csvsimple +%dir %{_texdir}/texmf-dist/tex/latex/csvtools +%dir %{_texdir}/texmf-dist/tex/latex/ctable +%dir %{_texdir}/texmf-dist/tex/latex/ctex +%dir %{_texdir}/texmf-dist/tex/latex/ctex/back +%dir %{_texdir}/texmf-dist/tex/latex/ctex/cfg +%dir %{_texdir}/texmf-dist/tex/latex/ctex/def +%dir %{_texdir}/texmf-dist/tex/latex/ctex/engine +%dir %{_texdir}/texmf-dist/tex/latex/ctex/fd +%dir %{_texdir}/texmf-dist/tex/latex/ctex/fontset +%dir %{_texdir}/texmf-dist/tex/latex/ctex/opt +%dir %{_texdir}/texmf-dist/tex/latex/ctib +%dir %{_texdir}/texmf-dist/tex/latex/cuisine +%dir %{_texdir}/texmf-dist/tex/latex/currfile +%dir %{_texdir}/texmf-dist/tex/latex/currvita +%dir %{_texdir}/texmf-dist/tex/latex/curve +%dir %{_texdir}/texmf-dist/tex/latex/curves +%dir %{_texdir}/texmf-dist/tex/latex/curve2e +%dir %{_texdir}/texmf-dist/tex/latex/custom-bib +%dir %{_texdir}/texmf-dist/tex/latex/cutwin +%dir %{_texdir}/texmf-dist/tex/latex/cv +%dir %{_texdir}/texmf-dist/tex/latex/cweb-latex +%dir %{_texdir}/texmf-dist/tex/latex/cyklop +%dir %{_texdir}/texmf-dist/tex/latex/cyrillic +%dir %{_texdir}/texmf-dist/tex/latex/dashbox +%dir %{_texdir}/texmf-dist/tex/latex/dashrule +%dir %{_texdir}/texmf-dist/tex/latex/dashundergaps +%dir %{_texdir}/texmf-dist/tex/latex/datatool +%dir %{_texdir}/texmf-dist/tex/latex/dateiliste +%dir %{_texdir}/texmf-dist/tex/latex/datenumber +%dir %{_texdir}/texmf-dist/tex/latex/datetime +%dir %{_texdir}/texmf-dist/tex/latex/dblfloatfix +%dir %{_texdir}/texmf-dist/tex/latex/decimal +%dir %{_texdir}/texmf-dist/tex/latex/decorule +%dir %{_texdir}/texmf-dist/tex/latex/dejavu +%dir %{_texdir}/texmf-dist/tex/latex/delim +%dir %{_texdir}/texmf-dist/tex/latex/delimtxt +%dir %{_texdir}/texmf-dist/tex/latex/dhua +%dir %{_texdir}/texmf-dist/tex/latex/diagbox +%dir %{_texdir}/texmf-dist/tex/latex/diagmac2 +%dir %{_texdir}/texmf-dist/tex/latex/diagnose +%dir %{_texdir}/texmf-dist/tex/latex/dialogl +%dir %{_texdir}/texmf-dist/tex/latex/dictsym +%dir %{_texdir}/texmf-dist/tex/latex/digiconfigs +%dir %{_texdir}/texmf-dist/tex/latex/dichokey +%dir %{_texdir}/texmf-dist/tex/latex/dinbrief +%dir %{_texdir}/texmf-dist/tex/latex/dingbat +%dir %{_texdir}/texmf-dist/tex/latex/directory +%dir %{_texdir}/texmf-dist/tex/latex/dirtytalk +%dir %{_texdir}/texmf-dist/tex/latex/disser +%dir %{_texdir}/texmf-dist/tex/latex/dk-bib +%dir %{_texdir}/texmf-dist/tex/latex/dlfltxb +%dir %{_texdir}/texmf-dist/tex/latex/dnaseq +%dir %{_texdir}/texmf-dist/tex/latex/docmfp +%dir %{_texdir}/texmf-dist/tex/latex/docmute +%dir %{_texdir}/texmf-dist/tex/latex/documentation +%dir %{_texdir}/texmf-dist/tex/latex/doi +%dir %{_texdir}/texmf-dist/tex/latex/doipubmed +%dir %{_texdir}/texmf-dist/tex/latex/dotarrow +%dir %{_texdir}/texmf-dist/tex/latex/dotseqn +%dir %{_texdir}/texmf-dist/tex/latex/dottex +%dir %{_texdir}/texmf-dist/tex/latex/dot2texi +%dir %{_texdir}/texmf-dist/tex/latex/doublestroke +%dir %{_texdir}/texmf-dist/tex/latex/download +%dir %{_texdir}/texmf-dist/tex/latex/dox +%dir %{_texdir}/texmf-dist/tex/latex/dozenal +%dir %{_texdir}/texmf-dist/tex/latex/dpfloat +%dir %{_texdir}/texmf-dist/tex/latex/dprogress +%dir %{_texdir}/texmf-dist/tex/latex/drac +%dir %{_texdir}/texmf-dist/tex/latex/draftcopy +%dir %{_texdir}/texmf-dist/tex/latex/draftwatermark +%dir %{_texdir}/texmf-dist/tex/latex/dramatist +%dir %{_texdir}/texmf-dist/tex/latex/drawstack +%dir %{_texdir}/texmf-dist/tex/latex/droid +%dir %{_texdir}/texmf-dist/tex/latex/droit-fr +%dir %{_texdir}/texmf-dist/tex/latex/drs +%dir %{_texdir}/texmf-dist/tex/latex/dtk +%dir %{_texdir}/texmf-dist/tex/latex/duerer-latex +%dir %{_texdir}/texmf-dist/tex/latex/duotenzor +%dir %{_texdir}/texmf-dist/tex/latex/dutchcal +%dir %{_texdir}/texmf-dist/tex/latex/dvdcoll +%dir %{_texdir}/texmf-dist/tex/latex/dvdcoll/dcl +%dir %{_texdir}/texmf-dist/tex/latex/dvgloss +%dir %{_texdir}/texmf-dist/tex/latex/dvipdfmx-def +%dir %{_texdir}/texmf-dist/tex/latex/dynblocks +%dir %{_texdir}/texmf-dist/tex/latex/dyntree +%dir %{_texdir}/texmf-dist/tex/latex/ean13isbn +%dir %{_texdir}/texmf-dist/tex/latex/easy +%dir %{_texdir}/texmf-dist/tex/latex/easyfig +%dir %{_texdir}/texmf-dist/tex/latex/easylist +%dir %{_texdir}/texmf-dist/tex/latex/easy-todo +%dir %{_texdir}/texmf-dist/tex/latex/ebezier +%dir %{_texdir}/texmf-dist/tex/latex/ebgaramond +%dir %{_texdir}/texmf-dist/tex/latex/ebook +%dir %{_texdir}/texmf-dist/tex/latex/ebsthesis +%dir %{_texdir}/texmf-dist/tex/latex/ecclesiastic +%dir %{_texdir}/texmf-dist/tex/latex/ecltree +%dir %{_texdir}/texmf-dist/tex/latex/eco +%dir %{_texdir}/texmf-dist/tex/latex/ecv +%dir %{_texdir}/texmf-dist/tex/latex/ed +%dir %{_texdir}/texmf-dist/tex/latex/edfnotes +%dir %{_texdir}/texmf-dist/tex/latex/edmargin +%dir %{_texdir}/texmf-dist/tex/latex/ednotes +%dir %{_texdir}/texmf-dist/tex/latex/eemeir +%dir %{_texdir}/texmf-dist/tex/latex/eepic +%dir %{_texdir}/texmf-dist/tex/latex/egameps +%dir %{_texdir}/texmf-dist/tex/latex/egplot +%dir %{_texdir}/texmf-dist/tex/latex/eiad-ltx +%dir %{_texdir}/texmf-dist/tex/latex/ejpecp +%dir %{_texdir}/texmf-dist/tex/latex/elbioimp +%dir %{_texdir}/texmf-dist/tex/latex/electrum +%dir %{_texdir}/texmf-dist/tex/latex/eledform +%dir %{_texdir}/texmf-dist/tex/latex/eledmac +%dir %{_texdir}/texmf-dist/tex/latex/ellipsis +%dir %{_texdir}/texmf-dist/tex/latex/elmath +%dir %{_texdir}/texmf-dist/tex/latex/elpres +%dir %{_texdir}/texmf-dist/tex/latex/elsarticle +%dir %{_texdir}/texmf-dist/tex/latex/elteikthesis +%dir %{_texdir}/texmf-dist/tex/latex/eltex +%dir %{_texdir}/texmf-dist/tex/latex/emarks +%dir %{_texdir}/texmf-dist/tex/latex/embrac +%dir %{_texdir}/texmf-dist/tex/latex/emp +%dir %{_texdir}/texmf-dist/tex/latex/emptypage +%dir %{_texdir}/texmf-dist/tex/latex/emulateapj +%dir %{_texdir}/texmf-dist/tex/latex/encxvlna +%dir %{_texdir}/texmf-dist/tex/latex/endfloat +%dir %{_texdir}/texmf-dist/tex/latex/endheads +%dir %{_texdir}/texmf-dist/tex/latex/endiagram +%dir %{_texdir}/texmf-dist/tex/latex/endnotes +%dir %{_texdir}/texmf-dist/tex/latex/engpron +%dir %{_texdir}/texmf-dist/tex/latex/engrec +%dir %{_texdir}/texmf-dist/tex/latex/engtlc +%dir %{_texdir}/texmf-dist/tex/latex/enigma +%dir %{_texdir}/texmf-dist/tex/latex/enotez +%dir %{_texdir}/texmf-dist/tex/latex/enumitem +%dir %{_texdir}/texmf-dist/tex/latex/enumitem-zref +%dir %{_texdir}/texmf-dist/tex/latex/envbig +%dir %{_texdir}/texmf-dist/tex/latex/environ +%dir %{_texdir}/texmf-dist/tex/latex/envlab +%dir %{_texdir}/texmf-dist/tex/latex/epigrafica +%dir %{_texdir}/texmf-dist/tex/latex/epigraph +%dir %{_texdir}/texmf-dist/tex/latex/epiolmec +%dir %{_texdir}/texmf-dist/tex/latex/epsdice +%dir %{_texdir}/texmf-dist/tex/latex/epspdfconversion +%dir %{_texdir}/texmf-dist/tex/latex/eqell +%dir %{_texdir}/texmf-dist/tex/latex/eqlist +%dir %{_texdir}/texmf-dist/tex/latex/eqname +%dir %{_texdir}/texmf-dist/tex/latex/eqnarray +%dir %{_texdir}/texmf-dist/tex/latex/eqparbox +%dir %{_texdir}/texmf-dist/tex/latex/erdc +%dir %{_texdir}/texmf-dist/tex/latex/errata +%dir %{_texdir}/texmf-dist/tex/latex/esami +%dir %{_texdir}/texmf-dist/tex/latex/esdiff +%dir %{_texdir}/texmf-dist/tex/latex/ESIEEcv +%dir %{_texdir}/texmf-dist/tex/latex/esint +%dir %{_texdir}/texmf-dist/tex/latex/esk +%dir %{_texdir}/texmf-dist/tex/latex/eskd +%dir %{_texdir}/texmf-dist/tex/latex/eskdx +%dir %{_texdir}/texmf-dist/tex/latex/eso-pic +%dir %{_texdir}/texmf-dist/tex/latex/esstix +%dir %{_texdir}/texmf-dist/tex/latex/estcpmm +%dir %{_texdir}/texmf-dist/tex/latex/esvect +%dir %{_texdir}/texmf-dist/tex/latex/etaremune +%dir %{_texdir}/texmf-dist/tex/latex/etex-pkg +%dir %{_texdir}/texmf-dist/tex/latex/etextools +%dir %{_texdir}/texmf-dist/tex/latex/ethiop +%dir %{_texdir}/texmf-dist/tex/latex/etoc +%dir %{_texdir}/texmf-dist/tex/latex/etoolbox +%dir %{_texdir}/texmf-dist/tex/latex/euenc +%dir %{_texdir}/texmf-dist/tex/latex/eukdate +%dir %{_texdir}/texmf-dist/tex/latex/euler +%dir %{_texdir}/texmf-dist/tex/latex/eulervm +%dir %{_texdir}/texmf-dist/tex/latex/euro +%dir %{_texdir}/texmf-dist/tex/latex/europecv +%dir %{_texdir}/texmf-dist/tex/latex/eurosym +%dir %{_texdir}/texmf-dist/tex/latex/everyhook +%dir %{_texdir}/texmf-dist/tex/latex/everypage +%dir %{_texdir}/texmf-dist/tex/latex/exam +%dir %{_texdir}/texmf-dist/tex/latex/examdesign +%dir %{_texdir}/texmf-dist/tex/latex/examplep +%dir %{_texdir}/texmf-dist/tex/latex/exceltex +%dir %{_texdir}/texmf-dist/tex/latex/excludeonly +%dir %{_texdir}/texmf-dist/tex/latex/exercise +%dir %{_texdir}/texmf-dist/tex/latex/expdlist +%dir %{_texdir}/texmf-dist/tex/latex/export +%dir %{_texdir}/texmf-dist/tex/latex/exp-testopt +%dir %{_texdir}/texmf-dist/tex/latex/exsheets +%dir %{_texdir}/texmf-dist/tex/latex/exsheets/dicts +%dir %{_texdir}/texmf-dist/tex/latex/exsol +%dir %{_texdir}/texmf-dist/tex/latex/extarrows +%dir %{_texdir}/texmf-dist/tex/latex/extpfeil +%dir %{_texdir}/texmf-dist/tex/latex/extract +%dir %{_texdir}/texmf-dist/tex/latex/extsizes +%dir %{_texdir}/texmf-dist/tex/latex/facsimile +%dir %{_texdir}/texmf-dist/tex/latex/factura +%dir %{_texdir}/texmf-dist/tex/latex/faktor +%dir %{_texdir}/texmf-dist/tex/latex/fancybox +%dir %{_texdir}/texmf-dist/tex/latex/fancyhdr +%dir %{_texdir}/texmf-dist/tex/latex/fancynum +%dir %{_texdir}/texmf-dist/tex/latex/fancypar +%dir %{_texdir}/texmf-dist/tex/latex/fancyref +%dir %{_texdir}/texmf-dist/tex/latex/fancytabs +%dir %{_texdir}/texmf-dist/tex/latex/fancytooltips +%dir %{_texdir}/texmf-dist/tex/latex/fancyvrb +%dir %{_texdir}/texmf-dist/tex/latex/fast-diagram +%dir %{_texdir}/texmf-dist/tex/latex/fbithesis +%dir %{_texdir}/texmf-dist/tex/latex/fc +%dir %{_texdir}/texmf-dist/tex/latex/fcltxdoc +%dir %{_texdir}/texmf-dist/tex/latex/fdsymbol +%dir %{_texdir}/texmf-dist/tex/latex/feyn +%dir %{_texdir}/texmf-dist/tex/latex/feynmf +%dir %{_texdir}/texmf-dist/tex/latex/feynmp-auto +%dir %{_texdir}/texmf-dist/tex/latex/fge +%dir %{_texdir}/texmf-dist/tex/latex/figbib +%dir %{_texdir}/texmf-dist/tex/latex/figsize +%dir %{_texdir}/texmf-dist/tex/latex/filecontents +%dir %{_texdir}/texmf-dist/tex/latex/filedate +%dir %{_texdir}/texmf-dist/tex/latex/filehook +%dir %{_texdir}/texmf-dist/tex/latex/fileinfo +%dir %{_texdir}/texmf-dist/tex/latex/filemod +%dir %{_texdir}/texmf-dist/tex/latex/fink +%dir %{_texdir}/texmf-dist/tex/latex/finstrut +%dir %{_texdir}/texmf-dist/tex/latex/fixfoot +%dir %{_texdir}/texmf-dist/tex/latex/fixltxhyph +%dir %{_texdir}/texmf-dist/tex/latex/fixme +%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts +%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts/env +%dir %{_texdir}/texmf-dist/tex/latex/fixme/layouts/target +%dir %{_texdir}/texmf-dist/tex/latex/fixme/themes +%dir %{_texdir}/texmf-dist/tex/latex/fixmetodonotes +%dir %{_texdir}/texmf-dist/tex/latex/fix2col +%dir %{_texdir}/texmf-dist/tex/latex/fjodor +%dir %{_texdir}/texmf-dist/tex/latex/flabels +%dir %{_texdir}/texmf-dist/tex/latex/flacards +%dir %{_texdir}/texmf-dist/tex/latex/flagderiv +%dir %{_texdir}/texmf-dist/tex/latex/flashcards +%dir %{_texdir}/texmf-dist/tex/latex/flashmovie +%dir %{_texdir}/texmf-dist/tex/latex/flipbook +%dir %{_texdir}/texmf-dist/tex/latex/flippdf +%dir %{_texdir}/texmf-dist/tex/latex/float +%dir %{_texdir}/texmf-dist/tex/latex/floatflt +%dir %{_texdir}/texmf-dist/tex/latex/floatrow +%dir %{_texdir}/texmf-dist/tex/latex/flowfram +%dir %{_texdir}/texmf-dist/tex/latex/flowchart +%dir %{_texdir}/texmf-dist/tex/latex/fmp +%dir %{_texdir}/texmf-dist/tex/latex/fmtcount +%dir %{_texdir}/texmf-dist/tex/latex/fnbreak +%dir %{_texdir}/texmf-dist/tex/latex/fncychap +%dir %{_texdir}/texmf-dist/tex/latex/fncylab +%dir %{_texdir}/texmf-dist/tex/latex/fnpara +%dir %{_texdir}/texmf-dist/tex/latex/fnpct +%dir %{_texdir}/texmf-dist/tex/latex/fnumprint +%dir %{_texdir}/texmf-dist/tex/latex/fn2end +%dir %{_texdir}/texmf-dist/tex/latex/foekfont +%dir %{_texdir}/texmf-dist/tex/latex/foilhtml +%dir %{_texdir}/texmf-dist/tex/latex/fonetika +%dir %{_texdir}/texmf-dist/tex/latex/fontawesome +%dir %{_texdir}/texmf-dist/tex/latex/fontaxes +%dir %{_texdir}/texmf-dist/tex/latex/fontinst +%dir %{_texdir}/texmf-dist/tex/latex/fontspec +%dir %{_texdir}/texmf-dist/tex/latex/fonts-tlwg +%dir %{_texdir}/texmf-dist/tex/latex/fonttable +%dir %{_texdir}/texmf-dist/tex/latex/footbib +%dir %{_texdir}/texmf-dist/tex/latex/footmisc +%dir %{_texdir}/texmf-dist/tex/latex/footnotebackref +%dir %{_texdir}/texmf-dist/tex/latex/footnoterange +%dir %{_texdir}/texmf-dist/tex/latex/footnpag +%dir %{_texdir}/texmf-dist/tex/latex/forarray +%dir %{_texdir}/texmf-dist/tex/latex/foreign +%dir %{_texdir}/texmf-dist/tex/latex/forest +%dir %{_texdir}/texmf-dist/tex/latex/forloop +%dir %{_texdir}/texmf-dist/tex/latex/formular +%dir %{_texdir}/texmf-dist/tex/latex/fouridx +%dir %{_texdir}/texmf-dist/tex/latex/fourier +%dir %{_texdir}/texmf-dist/tex/latex/fouriernc +%dir %{_texdir}/texmf-dist/tex/latex/fp +%dir %{_texdir}/texmf-dist/tex/latex/fragments +%dir %{_texdir}/texmf-dist/tex/latex/framed +%dir %{_texdir}/texmf-dist/tex/latex/frankenstein +%dir %{_texdir}/texmf-dist/tex/latex/frcursive +%dir %{_texdir}/texmf-dist/tex/latex/frege +%dir %{_texdir}/texmf-dist/tex/latex/frenchle +%dir %{_texdir}/texmf-dist/tex/latex/frletter +%dir %{_texdir}/texmf-dist/tex/latex/frontespizio +%dir %{_texdir}/texmf-dist/tex/latex/ftcap +%dir %{_texdir}/texmf-dist/tex/latex/ftnxtra +%dir %{_texdir}/texmf-dist/tex/latex/fullblck +%dir %{_texdir}/texmf-dist/tex/latex/fullwidth +%dir %{_texdir}/texmf-dist/tex/latex/functan +%dir %{_texdir}/texmf-dist/tex/latex/fundus-calligra +%dir %{_texdir}/texmf-dist/tex/latex/fundus-cyr +%dir %{_texdir}/texmf-dist/tex/latex/fundus-sueterlin +%dir %{_texdir}/texmf-dist/tex/latex/fwlw +%dir %{_texdir}/texmf-dist/tex/latex/gaceta +%dir %{_texdir}/texmf-dist/tex/latex/galois +%dir %{_texdir}/texmf-dist/tex/latex/gamebook +%dir %{_texdir}/texmf-dist/tex/latex/gastex +%dir %{_texdir}/texmf-dist/tex/latex/gatech-thesis +%dir %{_texdir}/texmf-dist/tex/latex/gauss +%dir %{_texdir}/texmf-dist/tex/latex/g-brief +%dir %{_texdir}/texmf-dist/tex/latex/gb4e +%dir %{_texdir}/texmf-dist/tex/latex/gcard +%dir %{_texdir}/texmf-dist/tex/latex/gcite +%dir %{_texdir}/texmf-dist/tex/latex/gene-logic +%dir %{_texdir}/texmf-dist/tex/latex/genmpage +%dir %{_texdir}/texmf-dist/tex/latex/geometry +%dir %{_texdir}/texmf-dist/tex/latex/germkorr +%dir %{_texdir}/texmf-dist/tex/latex/geschichtsfrkl +%dir %{_texdir}/texmf-dist/tex/latex/getfiledate +%dir %{_texdir}/texmf-dist/tex/latex/gfsartemisia +%dir %{_texdir}/texmf-dist/tex/latex/gfsbaskerville +%dir %{_texdir}/texmf-dist/tex/latex/gfsbodoni +%dir %{_texdir}/texmf-dist/tex/latex/gfscomplutum +%dir %{_texdir}/texmf-dist/tex/latex/gfsdidot +%dir %{_texdir}/texmf-dist/tex/latex/gfsneohellenic +%dir %{_texdir}/texmf-dist/tex/latex/gfsporson +%dir %{_texdir}/texmf-dist/tex/latex/gfssolomos +%dir %{_texdir}/texmf-dist/tex/latex/ghab +%dir %{_texdir}/texmf-dist/tex/latex/gchords +%dir %{_texdir}/texmf-dist/tex/latex/gillcm +%dir %{_texdir}/texmf-dist/tex/latex/gincltex +%dir %{_texdir}/texmf-dist/tex/latex/ginpenc +%dir %{_texdir}/texmf-dist/tex/latex/gitinfo +%dir %{_texdir}/texmf-dist/tex/latex/gloss +%dir %{_texdir}/texmf-dist/tex/latex/glossaries +%dir %{_texdir}/texmf-dist/tex/latex/glossaries/base +%dir %{_texdir}/texmf-dist/tex/latex/glossaries/dict +%dir %{_texdir}/texmf-dist/tex/latex/glossaries/expl +%dir %{_texdir}/texmf-dist/tex/latex/glossaries/styles +%dir %{_texdir}/texmf-dist/tex/latex/gmdoc +%dir %{_texdir}/texmf-dist/tex/latex/gmdoc-enhance +%dir %{_texdir}/texmf-dist/tex/latex/gmeometric +%dir %{_texdir}/texmf-dist/tex/latex/gmiflink +%dir %{_texdir}/texmf-dist/tex/latex/gmp +%dir %{_texdir}/texmf-dist/tex/latex/gmutils +%dir %{_texdir}/texmf-dist/tex/latex/gmverb +%dir %{_texdir}/texmf-dist/tex/latex/gmverse +%dir %{_texdir}/texmf-dist/tex/latex/gnuplottex +%dir %{_texdir}/texmf-dist/tex/latex/go +%dir %{_texdir}/texmf-dist/tex/latex/gradientframe +%dir %{_texdir}/texmf-dist/tex/latex/grafcet +%dir %{_texdir}/texmf-dist/tex/latex/graphics +%dir %{_texdir}/texmf-dist/tex/latex/graphicx-psmin +%dir %{_texdir}/texmf-dist/tex/latex/greekdates +%dir %{_texdir}/texmf-dist/tex/latex/greek-fontenc +%dir %{_texdir}/texmf-dist/tex/latex/greek-inputenc +%dir %{_texdir}/texmf-dist/tex/latex/greektex +%dir %{_texdir}/texmf-dist/tex/latex/grfpaste +%dir %{_texdir}/texmf-dist/tex/latex/grid +%dir %{_texdir}/texmf-dist/tex/latex/gridset +%dir %{_texdir}/texmf-dist/tex/latex/grotesq +%dir %{_texdir}/texmf-dist/tex/latex/GS1 +%dir %{_texdir}/texmf-dist/tex/latex/gtrcrd +%dir %{_texdir}/texmf-dist/tex/latex/gu +%dir %{_texdir}/texmf-dist/tex/latex/guitar +%dir %{_texdir}/texmf-dist/tex/latex/guitlogo +%dir %{_texdir}/texmf-dist/tex/latex/hacm +%dir %{_texdir}/texmf-dist/tex/latex/hanging +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Aggie +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Capsules +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Ciment +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Fyma +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/HA +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Lakar +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Simple +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/TCS +%dir %{_texdir}/texmf-dist/tex/latex/HA-prosper/Styles/Tycja +%dir %{_texdir}/texmf-dist/tex/latex/hardwrap +%dir %{_texdir}/texmf-dist/tex/latex/harmony +%dir %{_texdir}/texmf-dist/tex/latex/harnon-cv +%dir %{_texdir}/texmf-dist/tex/latex/harpoon +%dir %{_texdir}/texmf-dist/tex/latex/harvard +%dir %{_texdir}/texmf-dist/tex/latex/har2nat +%dir %{_texdir}/texmf-dist/tex/latex/hausarbeit-jura +%dir %{_texdir}/texmf-dist/tex/latex/hc +%dir %{_texdir}/texmf-dist/tex/latex/helvetic +%dir %{_texdir}/texmf-dist/tex/latex/hep +%dir %{_texdir}/texmf-dist/tex/latex/hepnames +%dir %{_texdir}/texmf-dist/tex/latex/hepparticles +%dir %{_texdir}/texmf-dist/tex/latex/hepthesis +%dir %{_texdir}/texmf-dist/tex/latex/hepunits +%dir %{_texdir}/texmf-dist/tex/latex/here +%dir %{_texdir}/texmf-dist/tex/latex/he-she +%dir %{_texdir}/texmf-dist/tex/latex/hexgame +%dir %{_texdir}/texmf-dist/tex/latex/hfoldsty +%dir %{_texdir}/texmf-dist/tex/latex/hf-tikz +%dir %{_texdir}/texmf-dist/tex/latex/hhtensor +%dir %{_texdir}/texmf-dist/tex/latex/histogr +%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift +%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/bbx +%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/cbx +%dir %{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/lbx +%dir %{_texdir}/texmf-dist/tex/latex/hitec +%dir %{_texdir}/texmf-dist/tex/latex/hletter +%dir %{_texdir}/texmf-dist/tex/latex/hobby +%dir %{_texdir}/texmf-dist/tex/latex/hobete +%dir %{_texdir}/texmf-dist/tex/latex/horoscop +%dir %{_texdir}/texmf-dist/tex/latex/hpsdiss +%dir %{_texdir}/texmf-dist/tex/latex/hrefhide +%dir %{_texdir}/texmf-dist/tex/latex/hrlatex +%dir %{_texdir}/texmf-dist/tex/latex/hvfloat +%dir %{_texdir}/texmf-dist/tex/latex/hvindex +%dir %{_texdir}/texmf-dist/tex/latex/hypdvips +%dir %{_texdir}/texmf-dist/tex/latex/hyper +%dir %{_texdir}/texmf-dist/tex/latex/hypernat +%dir %{_texdir}/texmf-dist/tex/latex/hyperref +%dir %{_texdir}/texmf-dist/tex/latex/hyperxmp +%dir %{_texdir}/texmf-dist/tex/latex/hyphenat +%dir %{_texdir}/texmf-dist/tex/latex/changebar +%dir %{_texdir}/texmf-dist/tex/latex/changelayout +%dir %{_texdir}/texmf-dist/tex/latex/changepage +%dir %{_texdir}/texmf-dist/tex/latex/changes +%dir %{_texdir}/texmf-dist/tex/latex/chappg +%dir %{_texdir}/texmf-dist/tex/latex/chapterfolder +%dir %{_texdir}/texmf-dist/tex/latex/chbibref +%dir %{_texdir}/texmf-dist/tex/latex/chemarrow +%dir %{_texdir}/texmf-dist/tex/latex/chemcompounds +%dir %{_texdir}/texmf-dist/tex/latex/chemcono +%dir %{_texdir}/texmf-dist/tex/latex/chemexec +%dir %{_texdir}/texmf-dist/tex/latex/chemmacros +%dir %{_texdir}/texmf-dist/tex/latex/chemmacros/language +%dir %{_texdir}/texmf-dist/tex/latex/chemmacros/pictures +%dir %{_texdir}/texmf-dist/tex/latex/chemnum +%dir %{_texdir}/texmf-dist/tex/latex/chemstyle +%dir %{_texdir}/texmf-dist/tex/latex/chemstyle/config +%dir %{_texdir}/texmf-dist/tex/latex/chess +%dir %{_texdir}/texmf-dist/tex/latex/chessboard +%dir %{_texdir}/texmf-dist/tex/latex/chessfss +%dir %{_texdir}/texmf-dist/tex/latex/chess-problem-diagrams +%dir %{_texdir}/texmf-dist/tex/latex/chet +%dir %{_texdir}/texmf-dist/tex/latex/chextras +%dir %{_texdir}/texmf-dist/tex/latex/chicago +%dir %{_texdir}/texmf-dist/tex/latex/chkfloat +%dir %{_texdir}/texmf-dist/tex/latex/chletter +%dir %{_texdir}/texmf-dist/tex/latex/chngcntr +%dir %{_texdir}/texmf-dist/tex/latex/chronology +%dir %{_texdir}/texmf-dist/tex/latex/chscite +%dir %{_texdir}/texmf-dist/tex/latex/ibycus-babel +%dir %{_texdir}/texmf-dist/tex/latex/icsv +%dir %{_texdir}/texmf-dist/tex/latex/idxlayout +%dir %{_texdir}/texmf-dist/tex/latex/IEEEconf +%dir %{_texdir}/texmf-dist/tex/latex/ieeepes +%dir %{_texdir}/texmf-dist/tex/latex/IEEEtran +%dir %{_texdir}/texmf-dist/tex/latex/ifetex +%dir %{_texdir}/texmf-dist/tex/latex/ifmslide +%dir %{_texdir}/texmf-dist/tex/latex/ifmtarg +%dir %{_texdir}/texmf-dist/tex/latex/ifnextok +%dir %{_texdir}/texmf-dist/tex/latex/ifoddpage +%dir %{_texdir}/texmf-dist/tex/latex/ifplatform +%dir %{_texdir}/texmf-dist/tex/latex/ifsym +%dir %{_texdir}/texmf-dist/tex/latex/ifthenx +%dir %{_texdir}/texmf-dist/tex/latex/iitem +%dir %{_texdir}/texmf-dist/tex/latex/ijmart +%dir %{_texdir}/texmf-dist/tex/latex/imac +%dir %{_texdir}/texmf-dist/tex/latex/image-gallery +%dir %{_texdir}/texmf-dist/tex/latex/imakeidx +%dir %{_texdir}/texmf-dist/tex/latex/impnattypo +%dir %{_texdir}/texmf-dist/tex/latex/import +%dir %{_texdir}/texmf-dist/tex/latex/imtekda +%dir %{_texdir}/texmf-dist/tex/latex/incgraph +%dir %{_texdir}/texmf-dist/tex/latex/inconsolata +%dir %{_texdir}/texmf-dist/tex/latex/index +%dir %{_texdir}/texmf-dist/tex/latex/initials +%dir %{_texdir}/texmf-dist/tex/latex/inlinebib +%dir %{_texdir}/texmf-dist/tex/latex/inlinedef +%dir %{_texdir}/texmf-dist/tex/latex/inputtrc +%dir %{_texdir}/texmf-dist/tex/latex/interactiveworkbook +%dir %{_texdir}/texmf-dist/tex/latex/interfaces +%dir %{_texdir}/texmf-dist/tex/latex/inversepath +%dir %{_texdir}/texmf-dist/tex/latex/invoice +%dir %{_texdir}/texmf-dist/tex/latex/ionumbers +%dir %{_texdir}/texmf-dist/tex/latex/ipaex-type1 +%dir %{_texdir}/texmf-dist/tex/latex/iso +%dir %{_texdir}/texmf-dist/tex/latex/isodate +%dir %{_texdir}/texmf-dist/tex/latex/isodoc +%dir %{_texdir}/texmf-dist/tex/latex/isomath +%dir %{_texdir}/texmf-dist/tex/latex/isonums +%dir %{_texdir}/texmf-dist/tex/latex/isorot +%dir %{_texdir}/texmf-dist/tex/latex/isotope +%dir %{_texdir}/texmf-dist/tex/latex/iso10303 +%dir %{_texdir}/texmf-dist/tex/latex/issuulinks +%dir %{_texdir}/texmf-dist/tex/latex/itnumpar +%dir %{_texdir}/texmf-dist/tex/latex/iwhdp +%dir %{_texdir}/texmf-dist/tex/latex/iwona +%dir %{_texdir}/texmf-dist/tex/latex/jamtimes +%dir %{_texdir}/texmf-dist/tex/latex/jknapltx +%dir %{_texdir}/texmf-dist/tex/latex/jmlr +%dir %{_texdir}/texmf-dist/tex/latex/jneurosci +%dir %{_texdir}/texmf-dist/tex/latex/jpsj +%dir %{_texdir}/texmf-dist/tex/latex/junicode +%dir %{_texdir}/texmf-dist/tex/latex/jura +%dir %{_texdir}/texmf-dist/tex/latex/juraabbrev +%dir %{_texdir}/texmf-dist/tex/latex/jurabib +%dir %{_texdir}/texmf-dist/tex/latex/juramisc +%dir %{_texdir}/texmf-dist/tex/latex/jurarsp +%dir %{_texdir}/texmf-dist/tex/latex/jvlisting +%dir %{_texdir}/texmf-dist/tex/latex/kantlipsum +%dir %{_texdir}/texmf-dist/tex/latex/karnaugh +%dir %{_texdir}/texmf-dist/tex/latex/kdgdocs +%dir %{_texdir}/texmf-dist/tex/latex/kerkis +%dir %{_texdir}/texmf-dist/tex/latex/kerntest +%dir %{_texdir}/texmf-dist/tex/latex/keycommand +%dir %{_texdir}/texmf-dist/tex/latex/keyreader +%dir %{_texdir}/texmf-dist/tex/latex/keystroke +%dir %{_texdir}/texmf-dist/tex/latex/keyval2e +%dir %{_texdir}/texmf-dist/tex/latex/kix +%dir %{_texdir}/texmf-dist/tex/latex/kluwer +%dir %{_texdir}/texmf-dist/tex/latex/knitting +%dir %{_texdir}/texmf-dist/tex/latex/knittingpattern +%dir %{_texdir}/texmf-dist/tex/latex/koma-moderncvclassic +%dir %{_texdir}/texmf-dist/tex/latex/koma-script +%dir %{_texdir}/texmf-dist/tex/latex/koma-script-sfs +%dir %{_texdir}/texmf-dist/tex/latex/kpfonts +%dir %{_texdir}/texmf-dist/tex/latex/ktv-texdata +%dir %{_texdir}/texmf-dist/tex/latex/kurier +%dir %{_texdir}/texmf-dist/tex/latex/labbook +%dir %{_texdir}/texmf-dist/tex/latex/labelcas +%dir %{_texdir}/texmf-dist/tex/latex/labels +%dir %{_texdir}/texmf-dist/tex/latex/lapdf +%dir %{_texdir}/texmf-dist/tex/latex/lastpage +%dir %{_texdir}/texmf-dist/tex/latex/latexconfig +%dir %{_texdir}/texmf-dist/tex/latex/latexfileinfo-pkgs +%dir %{_texdir}/texmf-dist/tex/latex/latex2man +%dir %{_texdir}/texmf-dist/tex/latex/lato +%dir %{_texdir}/texmf-dist/tex/latex/layaureo +%dir %{_texdir}/texmf-dist/tex/latex/layouts +%dir %{_texdir}/texmf-dist/tex/latex/lazylist +%dir %{_texdir}/texmf-dist/tex/latex/lcd +%dir %{_texdir}/texmf-dist/tex/latex/lcg +%dir %{_texdir}/texmf-dist/tex/latex/lcyw +%dir %{_texdir}/texmf-dist/tex/latex/leading +%dir %{_texdir}/texmf-dist/tex/latex/leaflet +%dir %{_texdir}/texmf-dist/tex/latex/ledmac +%dir %{_texdir}/texmf-dist/tex/latex/leftidx +%dir %{_texdir}/texmf-dist/tex/latex/lettre +%dir %{_texdir}/texmf-dist/tex/latex/lettrine +%dir %{_texdir}/texmf-dist/tex/latex/lewis +%dir %{_texdir}/texmf-dist/tex/latex/lexikon +%dir %{_texdir}/texmf-dist/tex/latex/lgreek +%dir %{_texdir}/texmf-dist/tex/latex/lgrx +%dir %{_texdir}/texmf-dist/tex/latex/lh +%dir %{_texdir}/texmf-dist/tex/latex/lhcyr +%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt +%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi +%dir %{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin +%dir %{_texdir}/texmf-dist/tex/latex/lhelp +%dir %{_texdir}/texmf-dist/tex/latex/libertine +%dir %{_texdir}/texmf-dist/tex/latex/libgreek +%dir %{_texdir}/texmf-dist/tex/latex/librebaskerville +%dir %{_texdir}/texmf-dist/tex/latex/libris +%dir %{_texdir}/texmf-dist/tex/latex/limap +%dir %{_texdir}/texmf-dist/tex/latex/linearA +%dir %{_texdir}/texmf-dist/tex/latex/linegoal +%dir %{_texdir}/texmf-dist/tex/latex/lineno +%dir %{_texdir}/texmf-dist/tex/latex/linguex +%dir %{_texdir}/texmf-dist/tex/latex/lipsum +%dir %{_texdir}/texmf-dist/tex/latex/lisp-on-tex +%dir %{_texdir}/texmf-dist/tex/latex/listbib +%dir %{_texdir}/texmf-dist/tex/latex/listing +%dir %{_texdir}/texmf-dist/tex/latex/listings +%dir %{_texdir}/texmf-dist/tex/latex/listings-ext +%dir %{_texdir}/texmf-dist/tex/latex/listliketab +%dir %{_texdir}/texmf-dist/tex/latex/listofsymbols +%dir %{_texdir}/texmf-dist/tex/latex/lithuanian +%dir %{_texdir}/texmf-dist/tex/latex/liturg +%dir %{_texdir}/texmf-dist/tex/latex/lkproof +%dir %{_texdir}/texmf-dist/tex/latex/lm +%dir %{_texdir}/texmf-dist/tex/latex/lmake +%dir %{_texdir}/texmf-dist/tex/latex/locality +%dir %{_texdir}/texmf-dist/tex/latex/localloc +%dir %{_texdir}/texmf-dist/tex/latex/logbox +%dir %{_texdir}/texmf-dist/tex/latex/logical-markup-utils +%dir %{_texdir}/texmf-dist/tex/latex/logicpuzzle +%dir %{_texdir}/texmf-dist/tex/latex/logpap +%dir %{_texdir}/texmf-dist/tex/latex/logreq +%dir %{_texdir}/texmf-dist/tex/latex/longnamefilelist +%dir %{_texdir}/texmf-dist/tex/latex/loops +%dir %{_texdir}/texmf-dist/tex/latex/lpic +%dir %{_texdir}/texmf-dist/tex/latex/lps +%dir %{_texdir}/texmf-dist/tex/latex/lsc +%dir %{_texdir}/texmf-dist/tex/latex/lstaddons +%dir %{_texdir}/texmf-dist/tex/latex/ltablex +%dir %{_texdir}/texmf-dist/tex/latex/ltabptch +%dir %{_texdir}/texmf-dist/tex/latex/ltxdockit +%dir %{_texdir}/texmf-dist/tex/latex/ltxindex +%dir %{_texdir}/texmf-dist/tex/latex/ltxkeys +%dir %{_texdir}/texmf-dist/tex/latex/ltxmisc +%dir %{_texdir}/texmf-dist/tex/latex/ltxnew +%dir %{_texdir}/texmf-dist/tex/latex/ltxtools +%dir %{_texdir}/texmf-dist/tex/latex/lxfonts +%dir %{_texdir}/texmf-dist/tex/latex/ly1 +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3dt +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3sort +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/l3str +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/xcoffins +%dir %{_texdir}/texmf-dist/tex/latex/l3experimental/xgalley +%dir %{_texdir}/texmf-dist/tex/latex/l3kernel +%dir %{_texdir}/texmf-dist/tex/latex/l3packages +%dir %{_texdir}/texmf-dist/tex/latex/l3packages/l3keys2e +%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xfrac +%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xparse +%dir %{_texdir}/texmf-dist/tex/latex/l3packages/xtemplate +%dir %{_texdir}/texmf-dist/tex/latex/mafr +%dir %{_texdir}/texmf-dist/tex/latex/magaz +%dir %{_texdir}/texmf-dist/tex/latex/mailing +%dir %{_texdir}/texmf-dist/tex/latex/mailmerge +%dir %{_texdir}/texmf-dist/tex/latex/makebarcode +%dir %{_texdir}/texmf-dist/tex/latex/makebox +%dir %{_texdir}/texmf-dist/tex/latex/makecell +%dir %{_texdir}/texmf-dist/tex/latex/makecmds +%dir %{_texdir}/texmf-dist/tex/latex/makedtx +%dir %{_texdir}/texmf-dist/tex/latex/makeglos +%dir %{_texdir}/texmf-dist/tex/latex/makeplot +%dir %{_texdir}/texmf-dist/tex/latex/makeshape +%dir %{_texdir}/texmf-dist/tex/latex/mandi +%dir %{_texdir}/texmf-dist/tex/latex/manfnt +%dir %{_texdir}/texmf-dist/tex/latex/manuscript +%dir %{_texdir}/texmf-dist/tex/latex/margbib +%dir %{_texdir}/texmf-dist/tex/latex/marginfix +%dir %{_texdir}/texmf-dist/tex/latex/marginnote +%dir %{_texdir}/texmf-dist/tex/latex/marvosym +%dir %{_texdir}/texmf-dist/tex/latex/matc3 +%dir %{_texdir}/texmf-dist/tex/latex/matc3mem +%dir %{_texdir}/texmf-dist/tex/latex/mathalfa +%dir %{_texdir}/texmf-dist/tex/latex/mathastext +%dir %{_texdir}/texmf-dist/tex/latex/mathcomp +%dir %{_texdir}/texmf-dist/tex/latex/mathdesign +%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdbch +%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdput +%dir %{_texdir}/texmf-dist/tex/latex/mathdesign/mdugm +%dir %{_texdir}/texmf-dist/tex/latex/mathexam +%dir %{_texdir}/texmf-dist/tex/latex/mathspic +%dir %{_texdir}/texmf-dist/tex/latex/mattens +%dir %{_texdir}/texmf-dist/tex/latex/maybemath +%dir %{_texdir}/texmf-dist/tex/latex/mbenotes +%dir %{_texdir}/texmf-dist/tex/latex/mcaption +%dir %{_texdir}/texmf-dist/tex/latex/mceinleger +%dir %{_texdir}/texmf-dist/tex/latex/mcite +%dir %{_texdir}/texmf-dist/tex/latex/mciteplus +%dir %{_texdir}/texmf-dist/tex/latex/mdframed +%dir %{_texdir}/texmf-dist/tex/latex/mdputu +%dir %{_texdir}/texmf-dist/tex/latex/mdsymbol +%dir %{_texdir}/texmf-dist/tex/latex/mdwtools +%dir %{_texdir}/texmf-dist/tex/latex/media9 +%dir %{_texdir}/texmf-dist/tex/latex/media9/javascript +%dir %{_texdir}/texmf-dist/tex/latex/media9/players +%dir %{_texdir}/texmf-dist/tex/latex/meetingmins +%dir %{_texdir}/texmf-dist/tex/latex/memexsupp +%dir %{_texdir}/texmf-dist/tex/latex/memoir +%dir %{_texdir}/texmf-dist/tex/latex/memory +%dir %{_texdir}/texmf-dist/tex/latex/mentis +%dir %{_texdir}/texmf-dist/tex/latex/menu +%dir %{_texdir}/texmf-dist/tex/latex/menukeys +%dir %{_texdir}/texmf-dist/tex/latex/metalogo +%dir %{_texdir}/texmf-dist/tex/latex/method +%dir %{_texdir}/texmf-dist/tex/latex/metre +%dir %{_texdir}/texmf-dist/tex/latex/mflogo +%dir %{_texdir}/texmf-dist/tex/latex/mfnfss +%dir %{_texdir}/texmf-dist/tex/latex/mfpic4ode +%dir %{_texdir}/texmf-dist/tex/latex/mftinc +%dir %{_texdir}/texmf-dist/tex/latex/mh +%dir %{_texdir}/texmf-dist/tex/latex/mhequ +%dir %{_texdir}/texmf-dist/tex/latex/mhchem +%dir %{_texdir}/texmf-dist/tex/latex/microtype +%dir %{_texdir}/texmf-dist/tex/latex/midpage +%dir %{_texdir}/texmf-dist/tex/latex/miller +%dir %{_texdir}/texmf-dist/tex/latex/minibox +%dir %{_texdir}/texmf-dist/tex/latex/minipage-marginpar +%dir %{_texdir}/texmf-dist/tex/latex/miniplot +%dir %{_texdir}/texmf-dist/tex/latex/minitoc +%dir %{_texdir}/texmf-dist/tex/latex/minted +%dir %{_texdir}/texmf-dist/tex/latex/minutes +%dir %{_texdir}/texmf-dist/tex/latex/misc209 +%dir %{_texdir}/texmf-dist/tex/latex/mla-paper +%dir %{_texdir}/texmf-dist/tex/latex/mlist +%dir %{_texdir}/texmf-dist/tex/latex/mltex +%dir %{_texdir}/texmf-dist/tex/latex/mmap +%dir %{_texdir}/texmf-dist/tex/latex/mnotes +%dir %{_texdir}/texmf-dist/tex/latex/mnsymbol +%dir %{_texdir}/texmf-dist/tex/latex/moderncv +%dir %{_texdir}/texmf-dist/tex/latex/moderntimeline +%dir %{_texdir}/texmf-dist/tex/latex/modiagram +%dir %{_texdir}/texmf-dist/tex/latex/modref +%dir %{_texdir}/texmf-dist/tex/latex/modroman +%dir %{_texdir}/texmf-dist/tex/latex/mongolian-babel +%dir %{_texdir}/texmf-dist/tex/latex/monofill +%dir %{_texdir}/texmf-dist/tex/latex/montex +%dir %{_texdir}/texmf-dist/tex/latex/moreenum +%dir %{_texdir}/texmf-dist/tex/latex/morefloats +%dir %{_texdir}/texmf-dist/tex/latex/morehype +%dir %{_texdir}/texmf-dist/tex/latex/moresize +%dir %{_texdir}/texmf-dist/tex/latex/moreverb +%dir %{_texdir}/texmf-dist/tex/latex/morewrites +%dir %{_texdir}/texmf-dist/tex/latex/movie15 +%dir %{_texdir}/texmf-dist/tex/latex/mparhack +%dir %{_texdir}/texmf-dist/tex/latex/mpgraphics +%dir %{_texdir}/texmf-dist/tex/latex/ms +%dir %{_texdir}/texmf-dist/tex/latex/msc +%dir %{_texdir}/texmf-dist/tex/latex/msg +%dir %{_texdir}/texmf-dist/tex/latex/mslapa +%dir %{_texdir}/texmf-dist/tex/latex/msu-thesis +%dir %{_texdir}/texmf-dist/tex/latex/mtgreek +%dir %{_texdir}/texmf-dist/tex/latex/multenum +%dir %{_texdir}/texmf-dist/tex/latex/multibbl +%dir %{_texdir}/texmf-dist/tex/latex/multibib +%dir %{_texdir}/texmf-dist/tex/latex/multibibliography +%dir %{_texdir}/texmf-dist/tex/latex/multicap +%dir %{_texdir}/texmf-dist/tex/latex/multido +%dir %{_texdir}/texmf-dist/tex/latex/multienv +%dir %{_texdir}/texmf-dist/tex/latex/multiexpand +%dir %{_texdir}/texmf-dist/tex/latex/multiobjective +%dir %{_texdir}/texmf-dist/tex/latex/multirow +%dir %{_texdir}/texmf-dist/tex/latex/musixguit +%dir %{_texdir}/texmf-dist/tex/latex/musixtex +%dir %{_texdir}/texmf-dist/tex/latex/musuos +%dir %{_texdir}/texmf-dist/tex/latex/muthesis +%dir %{_texdir}/texmf-dist/tex/latex/mversion +%dir %{_texdir}/texmf-dist/tex/latex/mwcls +%dir %{_texdir}/texmf-dist/tex/latex/mwe +%dir %{_texdir}/texmf-dist/tex/latex/mxedruli +%dir %{_texdir}/texmf-dist/tex/latex/mycv +%dir %{_texdir}/texmf-dist/tex/latex/mychemistry +%dir %{_texdir}/texmf-dist/tex/latex/mylatexformat +%dir %{_texdir}/texmf-dist/tex/latex/nag +%dir %{_texdir}/texmf-dist/tex/latex/nameauth +%dir %{_texdir}/texmf-dist/tex/latex/namespc +%dir %{_texdir}/texmf-dist/tex/latex/nanumtype1 +%dir %{_texdir}/texmf-dist/tex/latex/natbib +%dir %{_texdir}/texmf-dist/tex/latex/nath +%dir %{_texdir}/texmf-dist/tex/latex/ncclatex +%dir %{_texdir}/texmf-dist/tex/latex/ncctools +%dir %{_texdir}/texmf-dist/tex/latex/ncntrsbk +%dir %{_texdir}/texmf-dist/tex/latex/nddiss +%dir %{_texdir}/texmf-dist/tex/latex/needspace +%dir %{_texdir}/texmf-dist/tex/latex/nestquot +%dir %{_texdir}/texmf-dist/tex/latex/newenviron +%dir %{_texdir}/texmf-dist/tex/latex/newfile +%dir %{_texdir}/texmf-dist/tex/latex/newlfm +%dir %{_texdir}/texmf-dist/tex/latex/newpx +%dir %{_texdir}/texmf-dist/tex/latex/newspaper +%dir %{_texdir}/texmf-dist/tex/latex/newtx +%dir %{_texdir}/texmf-dist/tex/latex/newunicodechar +%dir %{_texdir}/texmf-dist/tex/latex/newvbtm +%dir %{_texdir}/texmf-dist/tex/latex/newverbs +%dir %{_texdir}/texmf-dist/tex/latex/nextpage +%dir %{_texdir}/texmf-dist/tex/latex/nfssext-cfr +%dir %{_texdir}/texmf-dist/tex/latex/nicefilelist +%dir %{_texdir}/texmf-dist/tex/latex/niceframe +%dir %{_texdir}/texmf-dist/tex/latex/nicetext +%dir %{_texdir}/texmf-dist/tex/latex/nicetext/run +%dir %{_texdir}/texmf-dist/tex/latex/nih +%dir %{_texdir}/texmf-dist/tex/latex/nlctdoc +%dir %{_texdir}/texmf-dist/tex/latex/noconflict +%dir %{_texdir}/texmf-dist/tex/latex/noitcrul +%dir %{_texdir}/texmf-dist/tex/latex/nolbreaks +%dir %{_texdir}/texmf-dist/tex/latex/nomencl +%dir %{_texdir}/texmf-dist/tex/latex/nomentbl +%dir %{_texdir}/texmf-dist/tex/latex/nonfloat +%dir %{_texdir}/texmf-dist/tex/latex/nonumonpart +%dir %{_texdir}/texmf-dist/tex/latex/nopageno +%dir %{_texdir}/texmf-dist/tex/latex/nostarch +%dir %{_texdir}/texmf-dist/tex/latex/notes +%dir %{_texdir}/texmf-dist/tex/latex/notes2bib +%dir %{_texdir}/texmf-dist/tex/latex/notoccite +%dir %{_texdir}/texmf-dist/tex/latex/nowidow +%dir %{_texdir}/texmf-dist/tex/latex/nrc +%dir %{_texdir}/texmf-dist/tex/latex/ntgclass +%dir %{_texdir}/texmf-dist/tex/latex/ntheorem +%dir %{_texdir}/texmf-dist/tex/latex/nuc +%dir %{_texdir}/texmf-dist/tex/latex/numberedblock +%dir %{_texdir}/texmf-dist/tex/latex/numericplots +%dir %{_texdir}/texmf-dist/tex/latex/numname +%dir %{_texdir}/texmf-dist/tex/latex/numprint +%dir %{_texdir}/texmf-dist/tex/latex/oberdiek +%dir %{_texdir}/texmf-dist/tex/latex/objectz +%dir %{_texdir}/texmf-dist/tex/latex/ocg-p +%dir %{_texdir}/texmf-dist/tex/latex/ocgx +%dir %{_texdir}/texmf-dist/tex/latex/ocr-latex +%dir %{_texdir}/texmf-dist/tex/latex/octavo +%dir %{_texdir}/texmf-dist/tex/latex/oldstyle +%dir %{_texdir}/texmf-dist/tex/latex/onlyamsmath +%dir %{_texdir}/texmf-dist/tex/latex/onrannual +%dir %{_texdir}/texmf-dist/tex/latex/opcit +%dir %{_texdir}/texmf-dist/tex/latex/opensans +%dir %{_texdir}/texmf-dist/tex/latex/opteng +%dir %{_texdir}/texmf-dist/tex/latex/optional +%dir %{_texdir}/texmf-dist/tex/latex/ordinalpt +%dir %{_texdir}/texmf-dist/tex/latex/oscola +%dir %{_texdir}/texmf-dist/tex/latex/othello +%dir %{_texdir}/texmf-dist/tex/latex/othelloboard +%dir %{_texdir}/texmf-dist/tex/latex/otibet +%dir %{_texdir}/texmf-dist/tex/latex/ot-tableau +%dir %{_texdir}/texmf-dist/tex/latex/outline +%dir %{_texdir}/texmf-dist/tex/latex/outliner +%dir %{_texdir}/texmf-dist/tex/latex/overpic +%dir %{_texdir}/texmf-dist/tex/latex/pacioli +%dir %{_texdir}/texmf-dist/tex/latex/pagecolor +%dir %{_texdir}/texmf-dist/tex/latex/pagecont +%dir %{_texdir}/texmf-dist/tex/latex/pagenote +%dir %{_texdir}/texmf-dist/tex/latex/pagerange +%dir %{_texdir}/texmf-dist/tex/latex/pageslts +%dir %{_texdir}/texmf-dist/tex/latex/palatino +%dir %{_texdir}/texmf-dist/tex/latex/paper +%dir %{_texdir}/texmf-dist/tex/latex/papercdcase +%dir %{_texdir}/texmf-dist/tex/latex/papermas +%dir %{_texdir}/texmf-dist/tex/latex/papertex +%dir %{_texdir}/texmf-dist/tex/latex/paracol +%dir %{_texdir}/texmf-dist/tex/latex/paralist +%dir %{_texdir}/texmf-dist/tex/latex/parallel +%dir %{_texdir}/texmf-dist/tex/latex/paratype +%dir %{_texdir}/texmf-dist/tex/latex/paresse +%dir %{_texdir}/texmf-dist/tex/latex/parnotes +%dir %{_texdir}/texmf-dist/tex/latex/parrun +%dir %{_texdir}/texmf-dist/tex/latex/parselines +%dir %{_texdir}/texmf-dist/tex/latex/parskip +%dir %{_texdir}/texmf-dist/tex/latex/patchcmd +%dir %{_texdir}/texmf-dist/tex/latex/pauldoc +%dir %{_texdir}/texmf-dist/tex/latex/pawpict +%dir %{_texdir}/texmf-dist/tex/latex/pax +%dir %{_texdir}/texmf-dist/tex/latex/pb-diagram +%dir %{_texdir}/texmf-dist/tex/latex/pbox +%dir %{_texdir}/texmf-dist/tex/latex/pbsheet +%dir %{_texdir}/texmf-dist/tex/latex/pdfcomment +%dir %{_texdir}/texmf-dist/tex/latex/pdfcprot +%dir %{_texdir}/texmf-dist/tex/latex/pdfmarginpar +%dir %{_texdir}/texmf-dist/tex/latex/pdfpages +%dir %{_texdir}/texmf-dist/tex/latex/pdfscreen +%dir %{_texdir}/texmf-dist/tex/latex/pdfslide +%dir %{_texdir}/texmf-dist/tex/latex/pdfsync +%dir %{_texdir}/texmf-dist/tex/latex/pdftex-def +%dir %{_texdir}/texmf-dist/tex/latex/pdftricks +%dir %{_texdir}/texmf-dist/tex/latex/pdfwin +%dir %{_texdir}/texmf-dist/tex/latex/pdfx +%dir %{_texdir}/texmf-dist/tex/latex/pdf14 +%dir %{_texdir}/texmf-dist/tex/latex/pecha +%dir %{_texdir}/texmf-dist/tex/latex/perltex +%dir %{_texdir}/texmf-dist/tex/latex/permute +%dir %{_texdir}/texmf-dist/tex/latex/petiteannonce +%dir %{_texdir}/texmf-dist/tex/latex/pfarrei +%dir %{_texdir}/texmf-dist/tex/latex/pgf +%dir %{_texdir}/texmf-dist/tex/latex/pgf/basiclayer +%dir %{_texdir}/texmf-dist/tex/latex/pgf-blur +%dir %{_texdir}/texmf-dist/tex/latex/pgf/compatibility +%dir %{_texdir}/texmf-dist/tex/latex/pgf/doc +%dir %{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer +%dir %{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/libraries +%dir %{_texdir}/texmf-dist/tex/latex/pgfgantt +%dir %{_texdir}/texmf-dist/tex/latex/pgfkeyx +%dir %{_texdir}/texmf-dist/tex/latex/pgf/math +%dir %{_texdir}/texmf-dist/tex/latex/pgfopts +%dir %{_texdir}/texmf-dist/tex/latex/pgfplots +%dir %{_texdir}/texmf-dist/tex/latex/pgfplots/libs +%dir %{_texdir}/texmf-dist/tex/latex/pgf-soroban +%dir %{_texdir}/texmf-dist/tex/latex/pgf/systemlayer +%dir %{_texdir}/texmf-dist/tex/latex/pgf-umlsd +%dir %{_texdir}/texmf-dist/tex/latex/pgf/utilities +%dir %{_texdir}/texmf-dist/tex/latex/phaistos +%dir %{_texdir}/texmf-dist/tex/latex/philex +%dir %{_texdir}/texmf-dist/tex/latex/philosophersimprint +%dir %{_texdir}/texmf-dist/tex/latex/phonetic +%dir %{_texdir}/texmf-dist/tex/latex/photo +%dir %{_texdir}/texmf-dist/tex/latex/physics +%dir %{_texdir}/texmf-dist/tex/latex/physymb +%dir %{_texdir}/texmf-dist/tex/latex/piano +%dir %{_texdir}/texmf-dist/tex/latex/picinpar +%dir %{_texdir}/texmf-dist/tex/latex/pictex2 +%dir %{_texdir}/texmf-dist/tex/latex/pict2e +%dir %{_texdir}/texmf-dist/tex/latex/piff +%dir %{_texdir}/texmf-dist/tex/latex/pigpen +%dir %{_texdir}/texmf-dist/tex/latex/pinlabel +%dir %{_texdir}/texmf-dist/tex/latex/pittetd +%dir %{_texdir}/texmf-dist/tex/latex/pkuthss +%dir %{_texdir}/texmf-dist/tex/latex/placeins +%dir %{_texdir}/texmf-dist/tex/latex/plantslabels +%dir %{_texdir}/texmf-dist/tex/latex/plari +%dir %{_texdir}/texmf-dist/tex/latex/plates +%dir %{_texdir}/texmf-dist/tex/latex/play +%dir %{_texdir}/texmf-dist/tex/latex/plweb +%dir %{_texdir}/texmf-dist/tex/latex/pmgraph +%dir %{_texdir}/texmf-dist/tex/latex/poemscol +%dir %{_texdir}/texmf-dist/tex/latex/poetrytex +%dir %{_texdir}/texmf-dist/tex/latex/polski +%dir %{_texdir}/texmf-dist/tex/latex/poltawski +%dir %{_texdir}/texmf-dist/tex/latex/polyglossia +%dir %{_texdir}/texmf-dist/tex/latex/polynom +%dir %{_texdir}/texmf-dist/tex/latex/polynomial +%dir %{_texdir}/texmf-dist/tex/latex/polytable +%dir %{_texdir}/texmf-dist/tex/latex/postcards +%dir %{_texdir}/texmf-dist/tex/latex/powerdot +%dir %{_texdir}/texmf-dist/tex/latex/powerdot-FUBerlin +%dir %{_texdir}/texmf-dist/tex/latex/ppr-prv +%dir %{_texdir}/texmf-dist/tex/latex/pracjourn +%dir %{_texdir}/texmf-dist/tex/latex/preprint +%dir %{_texdir}/texmf-dist/tex/latex/prerex +%dir %{_texdir}/texmf-dist/tex/latex/prettyref +%dir %{_texdir}/texmf-dist/tex/latex/printlen +%dir %{_texdir}/texmf-dist/tex/latex/proba +%dir %{_texdir}/texmf-dist/tex/latex/probsoln +%dir %{_texdir}/texmf-dist/tex/latex/procIAGssymp +%dir %{_texdir}/texmf-dist/tex/latex/prodint +%dir %{_texdir}/texmf-dist/tex/latex/productbox +%dir %{_texdir}/texmf-dist/tex/latex/program +%dir %{_texdir}/texmf-dist/tex/latex/progress +%dir %{_texdir}/texmf-dist/tex/latex/progressbar +%dir %{_texdir}/texmf-dist/tex/latex/properties +%dir %{_texdir}/texmf-dist/tex/latex/proposal +%dir %{_texdir}/texmf-dist/tex/latex/proposal/base +%dir %{_texdir}/texmf-dist/tex/latex/proposal/dfg +%dir %{_texdir}/texmf-dist/tex/latex/proposal/eu +%dir %{_texdir}/texmf-dist/tex/latex/prosper +%dir %{_texdir}/texmf-dist/tex/latex/protex +%dir %{_texdir}/texmf-dist/tex/latex/protocol +%dir %{_texdir}/texmf-dist/tex/latex/przechlewski-book +%dir %{_texdir}/texmf-dist/tex/latex/psbao +%dir %{_texdir}/texmf-dist/tex/latex/pseudocode +%dir %{_texdir}/texmf-dist/tex/latex/psfrag +%dir %{_texdir}/texmf-dist/tex/latex/psfragx +%dir %{_texdir}/texmf-dist/tex/latex/psgo +%dir %{_texdir}/texmf-dist/tex/latex/pslatex +%dir %{_texdir}/texmf-dist/tex/latex/psnfss +%dir %{_texdir}/texmf-dist/tex/latex/pspicture +%dir %{_texdir}/texmf-dist/tex/latex/pst-abspos +%dir %{_texdir}/texmf-dist/tex/latex/pst-am +%dir %{_texdir}/texmf-dist/tex/latex/pst-asr +%dir %{_texdir}/texmf-dist/tex/latex/pst-bar +%dir %{_texdir}/texmf-dist/tex/latex/pst-barcode +%dir %{_texdir}/texmf-dist/tex/latex/pst-bezier +%dir %{_texdir}/texmf-dist/tex/latex/pst-blur +%dir %{_texdir}/texmf-dist/tex/latex/pst-bspline +%dir %{_texdir}/texmf-dist/tex/latex/pst-calendar +%dir %{_texdir}/texmf-dist/tex/latex/pst-circ +%dir %{_texdir}/texmf-dist/tex/latex/pst-coil +%dir %{_texdir}/texmf-dist/tex/latex/pst-cox +%dir %{_texdir}/texmf-dist/tex/latex/pst-dbicons +%dir %{_texdir}/texmf-dist/tex/latex/pst-diffraction +%dir %{_texdir}/texmf-dist/tex/latex/pst-electricfield +%dir %{_texdir}/texmf-dist/tex/latex/pst-eps +%dir %{_texdir}/texmf-dist/tex/latex/pst-eucl +%dir %{_texdir}/texmf-dist/tex/latex/pst-exa +%dir %{_texdir}/texmf-dist/tex/latex/pst-fill +%dir %{_texdir}/texmf-dist/tex/latex/pst-fit +%dir %{_texdir}/texmf-dist/tex/latex/pst-fractal +%dir %{_texdir}/texmf-dist/tex/latex/pst-fr3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-fun +%dir %{_texdir}/texmf-dist/tex/latex/pst-func +%dir %{_texdir}/texmf-dist/tex/latex/pst-gantt +%dir %{_texdir}/texmf-dist/tex/latex/pst-geo +%dir %{_texdir}/texmf-dist/tex/latex/pst-ghsb +%dir %{_texdir}/texmf-dist/tex/latex/pst-grad +%dir %{_texdir}/texmf-dist/tex/latex/pst-gr3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-infixplot +%dir %{_texdir}/texmf-dist/tex/latex/pst-jtree +%dir %{_texdir}/texmf-dist/tex/latex/pst-knot +%dir %{_texdir}/texmf-dist/tex/latex/pst-labo +%dir %{_texdir}/texmf-dist/tex/latex/pst-layout +%dir %{_texdir}/texmf-dist/tex/latex/pst-lens +%dir %{_texdir}/texmf-dist/tex/latex/pst-light3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-magneticfield +%dir %{_texdir}/texmf-dist/tex/latex/pst-math +%dir %{_texdir}/texmf-dist/tex/latex/pst-mirror +%dir %{_texdir}/texmf-dist/tex/latex/pst-node +%dir %{_texdir}/texmf-dist/tex/latex/pst-ob3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-ode +%dir %{_texdir}/texmf-dist/tex/latex/pstool +%dir %{_texdir}/texmf-dist/tex/latex/pst-optexp +%dir %{_texdir}/texmf-dist/tex/latex/pst-optic +%dir %{_texdir}/texmf-dist/tex/latex/pst-osci +%dir %{_texdir}/texmf-dist/tex/latex/pst-pad +%dir %{_texdir}/texmf-dist/tex/latex/pst-pdf +%dir %{_texdir}/texmf-dist/tex/latex/pst-pdgr +%dir %{_texdir}/texmf-dist/tex/latex/pst-platon +%dir %{_texdir}/texmf-dist/tex/latex/pst-plot +%dir %{_texdir}/texmf-dist/tex/latex/pst-poly +%dir %{_texdir}/texmf-dist/tex/latex/pst-pulley +%dir %{_texdir}/texmf-dist/tex/latex/pst-qtree +%dir %{_texdir}/texmf-dist/tex/latex/pstricks +%dir %{_texdir}/texmf-dist/tex/latex/pstricks-add +%dir %{_texdir}/texmf-dist/tex/latex/pst-rubans +%dir %{_texdir}/texmf-dist/tex/latex/pst-sigsys +%dir %{_texdir}/texmf-dist/tex/latex/pst-slpe +%dir %{_texdir}/texmf-dist/tex/latex/pst-solarsystem +%dir %{_texdir}/texmf-dist/tex/latex/pst-solides3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-soroban +%dir %{_texdir}/texmf-dist/tex/latex/pst-spectra +%dir %{_texdir}/texmf-dist/tex/latex/pst-stru +%dir %{_texdir}/texmf-dist/tex/latex/pst-text +%dir %{_texdir}/texmf-dist/tex/latex/pst-thick +%dir %{_texdir}/texmf-dist/tex/latex/pst-tools +%dir %{_texdir}/texmf-dist/tex/latex/pst-tree +%dir %{_texdir}/texmf-dist/tex/latex/pst-tvz +%dir %{_texdir}/texmf-dist/tex/latex/pst-uml +%dir %{_texdir}/texmf-dist/tex/latex/pst-vectorian +%dir %{_texdir}/texmf-dist/tex/latex/pst-vowel +%dir %{_texdir}/texmf-dist/tex/latex/pst-vue3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-2dplot +%dir %{_texdir}/texmf-dist/tex/latex/pst-3d +%dir %{_texdir}/texmf-dist/tex/latex/pst-3dplot +%dir %{_texdir}/texmf-dist/tex/latex/psu-thesis +%dir %{_texdir}/texmf-dist/tex/latex/ptptex +%dir %{_texdir}/texmf-dist/tex/latex/public +%dir %{_texdir}/texmf-dist/tex/latex/public/rsfso +%dir %{_texdir}/texmf-dist/tex/latex/public/superiors +%dir %{_texdir}/texmf-dist/tex/latex/punk-latex +%dir %{_texdir}/texmf-dist/tex/latex/pxcjkcat +%dir %{_texdir}/texmf-dist/tex/latex/pxfonts +%dir %{_texdir}/texmf-dist/tex/latex/pxgreeks +%dir %{_texdir}/texmf-dist/tex/latex/pxpgfmark +%dir %{_texdir}/texmf-dist/tex/latex/pxtxalfa +%dir %{_texdir}/texmf-dist/tex/latex/python +%dir %{_texdir}/texmf-dist/tex/latex/qcm +%dir %{_texdir}/texmf-dist/tex/latex/qobitree +%dir %{_texdir}/texmf-dist/tex/latex/qstest +%dir %{_texdir}/texmf-dist/tex/latex/qsymbols +%dir %{_texdir}/texmf-dist/tex/latex/qtree +%dir %{_texdir}/texmf-dist/tex/latex/quattrocento +%dir %{_texdir}/texmf-dist/tex/latex/quotchap +%dir %{_texdir}/texmf-dist/tex/latex/quoting +%dir %{_texdir}/texmf-dist/tex/latex/quotmark +%dir %{_texdir}/texmf-dist/tex/latex/raleway +%dir %{_texdir}/texmf-dist/tex/latex/randbild +%dir %{_texdir}/texmf-dist/tex/latex/randomwalk +%dir %{_texdir}/texmf-dist/tex/latex/randtext +%dir %{_texdir}/texmf-dist/tex/latex/ran_toks +%dir %{_texdir}/texmf-dist/tex/latex/rccol +%dir %{_texdir}/texmf-dist/tex/latex/rcs +%dir %{_texdir}/texmf-dist/tex/latex/rcsinfo +%dir %{_texdir}/texmf-dist/tex/latex/rcs-multi +%dir %{_texdir}/texmf-dist/tex/latex/readarray +%dir %{_texdir}/texmf-dist/tex/latex/realboxes +%dir %{_texdir}/texmf-dist/tex/latex/realscripts +%dir %{_texdir}/texmf-dist/tex/latex/recipe +%dir %{_texdir}/texmf-dist/tex/latex/recipecard +%dir %{_texdir}/texmf-dist/tex/latex/rec-thy +%dir %{_texdir}/texmf-dist/tex/latex/rectopma +%dir %{_texdir}/texmf-dist/tex/latex/recycle +%dir %{_texdir}/texmf-dist/tex/latex/refcheck +%dir %{_texdir}/texmf-dist/tex/latex/refman +%dir %{_texdir}/texmf-dist/tex/latex/refstyle +%dir %{_texdir}/texmf-dist/tex/latex/regcount +%dir %{_texdir}/texmf-dist/tex/latex/regexpatch +%dir %{_texdir}/texmf-dist/tex/latex/register +%dir %{_texdir}/texmf-dist/tex/latex/regstats +%dir %{_texdir}/texmf-dist/tex/latex/relenc +%dir %{_texdir}/texmf-dist/tex/latex/relsize +%dir %{_texdir}/texmf-dist/tex/latex/reotex +%dir %{_texdir}/texmf-dist/tex/latex/repeatindex +%dir %{_texdir}/texmf-dist/tex/latex/resphilosophica +%dir %{_texdir}/texmf-dist/tex/latex/revtex +%dir %{_texdir}/texmf-dist/tex/latex/revtex4 +%dir %{_texdir}/texmf-dist/tex/latex/rjlparshap +%dir %{_texdir}/texmf-dist/tex/latex/rmpage +%dir %{_texdir}/texmf-dist/tex/latex/robustcommand +%dir %{_texdir}/texmf-dist/tex/latex/robustindex +%dir %{_texdir}/texmf-dist/tex/latex/romanbar +%dir %{_texdir}/texmf-dist/tex/latex/romande +%dir %{_texdir}/texmf-dist/tex/latex/romanneg +%dir %{_texdir}/texmf-dist/tex/latex/romannum +%dir %{_texdir}/texmf-dist/tex/latex/rotating +%dir %{_texdir}/texmf-dist/tex/latex/rotfloat +%dir %{_texdir}/texmf-dist/tex/latex/rotpages +%dir %{_texdir}/texmf-dist/tex/latex/roundbox +%dir %{_texdir}/texmf-dist/tex/latex/rrgtrees +%dir %{_texdir}/texmf-dist/tex/latex/rsc +%dir %{_texdir}/texmf-dist/tex/latex/rterface +%dir %{_texdir}/texmf-dist/tex/latex/rtkinenc +%dir %{_texdir}/texmf-dist/tex/latex/rtklage +%dir %{_texdir}/texmf-dist/tex/latex/r_und_s +%dir %{_texdir}/texmf-dist/tex/latex/rviewport +%dir %{_texdir}/texmf-dist/tex/latex/rvwrite +%dir %{_texdir}/texmf-dist/tex/latex/ryethesis +%dir %{_texdir}/texmf-dist/tex/latex/sageep +%dir %{_texdir}/texmf-dist/tex/latex/sanskrit +%dir %{_texdir}/texmf-dist/tex/latex/sansmath +%dir %{_texdir}/texmf-dist/tex/latex/sansmathaccent +%dir %{_texdir}/texmf-dist/tex/latex/sansmathfonts +%dir %{_texdir}/texmf-dist/tex/latex/sapthesis +%dir %{_texdir}/texmf-dist/tex/latex/sasnrdisplay +%dir %{_texdir}/texmf-dist/tex/latex/sa-tikz +%dir %{_texdir}/texmf-dist/tex/latex/sauerj +%dir %{_texdir}/texmf-dist/tex/latex/sauterfonts +%dir %{_texdir}/texmf-dist/tex/latex/savefnmark +%dir %{_texdir}/texmf-dist/tex/latex/savesym +%dir %{_texdir}/texmf-dist/tex/latex/savetrees +%dir %{_texdir}/texmf-dist/tex/latex/scale +%dir %{_texdir}/texmf-dist/tex/latex/scalebar +%dir %{_texdir}/texmf-dist/tex/latex/scalerel +%dir %{_texdir}/texmf-dist/tex/latex/sciposter +%dir %{_texdir}/texmf-dist/tex/latex/screenplay +%dir %{_texdir}/texmf-dist/tex/latex/scrjrnl +%dir %{_texdir}/texmf-dist/tex/latex/sdrt +%dir %{_texdir}/texmf-dist/tex/latex/secdot +%dir %{_texdir}/texmf-dist/tex/latex/section +%dir %{_texdir}/texmf-dist/tex/latex/sectionbox +%dir %{_texdir}/texmf-dist/tex/latex/sectsty +%dir %{_texdir}/texmf-dist/tex/latex/selectp +%dir %{_texdir}/texmf-dist/tex/latex/semantic +%dir %{_texdir}/texmf-dist/tex/latex/semaphor +%dir %{_texdir}/texmf-dist/tex/latex/seminar +%dir %{_texdir}/texmf-dist/tex/latex/semioneside +%dir %{_texdir}/texmf-dist/tex/latex/sepfootnotes +%dir %{_texdir}/texmf-dist/tex/latex/sepnum +%dir %{_texdir}/texmf-dist/tex/latex/seqsplit +%dir %{_texdir}/texmf-dist/tex/latex/serbian-apostrophe +%dir %{_texdir}/texmf-dist/tex/latex/serbian-date-lat +%dir %{_texdir}/texmf-dist/tex/latex/serbian-def-cyr +%dir %{_texdir}/texmf-dist/tex/latex/serbian-lig +%dir %{_texdir}/texmf-dist/tex/latex/setdeck +%dir %{_texdir}/texmf-dist/tex/latex/setspace +%dir %{_texdir}/texmf-dist/tex/latex/seuthesis +%dir %{_texdir}/texmf-dist/tex/latex/sffms +%dir %{_texdir}/texmf-dist/tex/latex/sfg +%dir %{_texdir}/texmf-dist/tex/latex/sfmath +%dir %{_texdir}/texmf-dist/tex/latex/sf298 +%dir %{_texdir}/texmf-dist/tex/latex/sgame +%dir %{_texdir}/texmf-dist/tex/latex/shadethm +%dir %{_texdir}/texmf-dist/tex/latex/shadow +%dir %{_texdir}/texmf-dist/tex/latex/shadowtext +%dir %{_texdir}/texmf-dist/tex/latex/shipunov +%dir %{_texdir}/texmf-dist/tex/latex/shorttoc +%dir %{_texdir}/texmf-dist/tex/latex/showdim +%dir %{_texdir}/texmf-dist/tex/latex/showexpl +%dir %{_texdir}/texmf-dist/tex/latex/showcharinbox +%dir %{_texdir}/texmf-dist/tex/latex/showlabels +%dir %{_texdir}/texmf-dist/tex/latex/showtags +%dir %{_texdir}/texmf-dist/tex/latex/show2e +%dir %{_texdir}/texmf-dist/tex/latex/shuffle +%dir %{_texdir}/texmf-dist/tex/latex/schemabloc +%dir %{_texdir}/texmf-dist/tex/latex/schulschriften +%dir %{_texdir}/texmf-dist/tex/latex/schwalbe-chess +%dir %{_texdir}/texmf-dist/tex/latex/sidecap +%dir %{_texdir}/texmf-dist/tex/latex/sidenotes +%dir %{_texdir}/texmf-dist/tex/latex/sides +%dir %{_texdir}/texmf-dist/tex/latex/silence +%dir %{_texdir}/texmf-dist/tex/latex/simplecd +%dir %{_texdir}/texmf-dist/tex/latex/simplecv +%dir %{_texdir}/texmf-dist/tex/latex/simplewick +%dir %{_texdir}/texmf-dist/tex/latex/SIstyle +%dir %{_texdir}/texmf-dist/tex/latex/sitem +%dir %{_texdir}/texmf-dist/tex/latex/SIunits +%dir %{_texdir}/texmf-dist/tex/latex/siunitx +%dir %{_texdir}/texmf-dist/tex/latex/siunitx/config +%dir %{_texdir}/texmf-dist/tex/latex/skak +%dir %{_texdir}/texmf-dist/tex/latex/skb +%dir %{_texdir}/texmf-dist/tex/latex/skdoc +%dir %{_texdir}/texmf-dist/tex/latex/skeycommand +%dir %{_texdir}/texmf-dist/tex/latex/skeyval +%dir %{_texdir}/texmf-dist/tex/latex/skmath +%dir %{_texdir}/texmf-dist/tex/latex/skrapport +%dir %{_texdir}/texmf-dist/tex/latex/skull +%dir %{_texdir}/texmf-dist/tex/latex/slantsc +%dir %{_texdir}/texmf-dist/tex/latex/smalltableof +%dir %{_texdir}/texmf-dist/tex/latex/smartdiagram +%dir %{_texdir}/texmf-dist/tex/latex/smartref +%dir %{_texdir}/texmf-dist/tex/latex/snapshot +%dir %{_texdir}/texmf-dist/tex/latex/snotez +%dir %{_texdir}/texmf-dist/tex/latex/songbook +%dir %{_texdir}/texmf-dist/tex/latex/songs +%dir %{_texdir}/texmf-dist/tex/latex/soton +%dir %{_texdir}/texmf-dist/tex/latex/soul +%dir %{_texdir}/texmf-dist/tex/latex/sourcecodepro +%dir %{_texdir}/texmf-dist/tex/latex/sourcesanspro +%dir %{_texdir}/texmf-dist/tex/latex/spanglish +%dir %{_texdir}/texmf-dist/tex/latex/spanish-mx +%dir %{_texdir}/texmf-dist/tex/latex/sparklines +%dir %{_texdir}/texmf-dist/tex/latex/spath3 +%dir %{_texdir}/texmf-dist/tex/latex/spie +%dir %{_texdir}/texmf-dist/tex/latex/splitbib +%dir %{_texdir}/texmf-dist/tex/latex/splitindex +%dir %{_texdir}/texmf-dist/tex/latex/spot +%dir %{_texdir}/texmf-dist/tex/latex/spotcolor +%dir %{_texdir}/texmf-dist/tex/latex/spreadtab +%dir %{_texdir}/texmf-dist/tex/latex/spverbatim +%dir %{_texdir}/texmf-dist/tex/latex/srbook-mem +%dir %{_texdir}/texmf-dist/tex/latex/srcltx +%dir %{_texdir}/texmf-dist/tex/latex/sseq +%dir %{_texdir}/texmf-dist/tex/latex/stack +%dir %{_texdir}/texmf-dist/tex/latex/stage +%dir %{_texdir}/texmf-dist/tex/latex/standalone +%dir %{_texdir}/texmf-dist/tex/latex/starfont +%dir %{_texdir}/texmf-dist/tex/latex/statex +%dir %{_texdir}/texmf-dist/tex/latex/statex2 +%dir %{_texdir}/texmf-dist/tex/latex/statistik +%dir %{_texdir}/texmf-dist/tex/latex/staves +%dir %{_texdir}/texmf-dist/tex/latex/stdclsdv +%dir %{_texdir}/texmf-dist/tex/latex/stdpage +%dir %{_texdir}/texmf-dist/tex/latex/steinmetz +%dir %{_texdir}/texmf-dist/tex/latex/stellenbosch +%dir %{_texdir}/texmf-dist/tex/latex/stellenbosch/logos +%dir %{_texdir}/texmf-dist/tex/latex/stex +%dir %{_texdir}/texmf-dist/tex/latex/stex/cmath +%dir %{_texdir}/texmf-dist/tex/latex/stex/cmathml +%dir %{_texdir}/texmf-dist/tex/latex/stex/cnx +%dir %{_texdir}/texmf-dist/tex/latex/stex/dcm +%dir %{_texdir}/texmf-dist/tex/latex/stex/hwexam +%dir %{_texdir}/texmf-dist/tex/latex/stex/metakeys +%dir %{_texdir}/texmf-dist/tex/latex/stex/mikoslides +%dir %{_texdir}/texmf-dist/tex/latex/stex/modules +%dir %{_texdir}/texmf-dist/tex/latex/stex/omdoc +%dir %{_texdir}/texmf-dist/tex/latex/stex/omtext +%dir %{_texdir}/texmf-dist/tex/latex/stex/presentation +%dir %{_texdir}/texmf-dist/tex/latex/stex/problem +%dir %{_texdir}/texmf-dist/tex/latex/stex/rdfmeta +%dir %{_texdir}/texmf-dist/tex/latex/stex/reqdoc +%dir %{_texdir}/texmf-dist/tex/latex/stex/sproof +%dir %{_texdir}/texmf-dist/tex/latex/stex/sref +%dir %{_texdir}/texmf-dist/tex/latex/stex/statements +%dir %{_texdir}/texmf-dist/tex/latex/stex/workaddress +%dir %{_texdir}/texmf-dist/tex/latex/stmaryrd +%dir %{_texdir}/texmf-dist/tex/latex/storebox +%dir %{_texdir}/texmf-dist/tex/latex/storecmd +%dir %{_texdir}/texmf-dist/tex/latex/stringstrings +%dir %{_texdir}/texmf-dist/tex/latex/struktex +%dir %{_texdir}/texmf-dist/tex/latex/sttools +%dir %{_texdir}/texmf-dist/tex/latex/stubs +%dir %{_texdir}/texmf-dist/tex/latex/subdepth +%dir %{_texdir}/texmf-dist/tex/latex/subeqn +%dir %{_texdir}/texmf-dist/tex/latex/subeqnarray +%dir %{_texdir}/texmf-dist/tex/latex/subfig +%dir %{_texdir}/texmf-dist/tex/latex/subfigmat +%dir %{_texdir}/texmf-dist/tex/latex/subfigure +%dir %{_texdir}/texmf-dist/tex/latex/subfiles +%dir %{_texdir}/texmf-dist/tex/latex/subfloat +%dir %{_texdir}/texmf-dist/tex/latex/substances +%dir %{_texdir}/texmf-dist/tex/latex/substitutefont +%dir %{_texdir}/texmf-dist/tex/latex/substr +%dir %{_texdir}/texmf-dist/tex/latex/sudoku +%dir %{_texdir}/texmf-dist/tex/latex/sudokubundle +%dir %{_texdir}/texmf-dist/tex/latex/suftesi +%dir %{_texdir}/texmf-dist/tex/latex/sugconf +%dir %{_texdir}/texmf-dist/tex/latex/supertabular +%dir %{_texdir}/texmf-dist/tex/latex/susy +%dir %{_texdir}/texmf-dist/tex/latex/svg +%dir %{_texdir}/texmf-dist/tex/latex/svgcolor +%dir %{_texdir}/texmf-dist/tex/latex/svn +%dir %{_texdir}/texmf-dist/tex/latex/svninfo +%dir %{_texdir}/texmf-dist/tex/latex/svn-multi +%dir %{_texdir}/texmf-dist/tex/latex/svn-prov +%dir %{_texdir}/texmf-dist/tex/latex/swimgraf +%dir %{_texdir}/texmf-dist/tex/latex/syllogism +%dir %{_texdir}/texmf-dist/tex/latex/symbol +%dir %{_texdir}/texmf-dist/tex/latex/synproof +%dir %{_texdir}/texmf-dist/tex/latex/syntax +%dir %{_texdir}/texmf-dist/tex/latex/syntrace +%dir %{_texdir}/texmf-dist/tex/latex/synttree +%dir %{_texdir}/texmf-dist/tex/latex/Tabbing +%dir %{_texdir}/texmf-dist/tex/latex/tabfigures +%dir %{_texdir}/texmf-dist/tex/latex/tableaux +%dir %{_texdir}/texmf-dist/tex/latex/tablefootnote +%dir %{_texdir}/texmf-dist/tex/latex/tableof +%dir %{_texdir}/texmf-dist/tex/latex/tablists +%dir %{_texdir}/texmf-dist/tex/latex/tablor +%dir %{_texdir}/texmf-dist/tex/latex/tabls +%dir %{_texdir}/texmf-dist/tex/latex/tabriz-thesis +%dir %{_texdir}/texmf-dist/tex/latex/tabto-ltx +%dir %{_texdir}/texmf-dist/tex/latex/tabu +%dir %{_texdir}/texmf-dist/tex/latex/tabularborder +%dir %{_texdir}/texmf-dist/tex/latex/tabularcalc +%dir %{_texdir}/texmf-dist/tex/latex/tabularew +%dir %{_texdir}/texmf-dist/tex/latex/tabulary +%dir %{_texdir}/texmf-dist/tex/latex/tabvar +%dir %{_texdir}/texmf-dist/tex/latex/tagging +%dir %{_texdir}/texmf-dist/tex/latex/talk +%dir %{_texdir}/texmf-dist/tex/latex/tamefloats +%dir %{_texdir}/texmf-dist/tex/latex/t-angles +%dir %{_texdir}/texmf-dist/tex/latex/tcldoc +%dir %{_texdir}/texmf-dist/tex/latex/tcolorbox +%dir %{_texdir}/texmf-dist/tex/latex/tdclock +%dir %{_texdir}/texmf-dist/tex/latex/tdsfrmath +%dir %{_texdir}/texmf-dist/tex/latex/ted +%dir %{_texdir}/texmf-dist/tex/latex/technics +%dir %{_texdir}/texmf-dist/tex/latex/tengwarscript +%dir %{_texdir}/texmf-dist/tex/latex/tensor +%dir %{_texdir}/texmf-dist/tex/latex/termcal +%dir %{_texdir}/texmf-dist/tex/latex/termlist +%dir %{_texdir}/texmf-dist/tex/latex/teubner +%dir %{_texdir}/texmf-dist/tex/latex/tex-gyre +%dir %{_texdir}/texmf-dist/tex/latex/texilikecover +%dir %{_texdir}/texmf-dist/tex/latex/texilikechaps +%dir %{_texdir}/texmf-dist/tex/latex/tex-label +%dir %{_texdir}/texmf-dist/tex/latex/texlogos +%dir %{_texdir}/texmf-dist/tex/latex/texmate +%dir %{_texdir}/texmf-dist/tex/latex/texments +%dir %{_texdir}/texmf-dist/tex/latex/texpower +%dir %{_texdir}/texmf-dist/tex/latex/texshade +%dir %{_texdir}/texmf-dist/tex/latex/textcase +%dir %{_texdir}/texmf-dist/tex/latex/textfit +%dir %{_texdir}/texmf-dist/tex/latex/textgreek +%dir %{_texdir}/texmf-dist/tex/latex/textopo +%dir %{_texdir}/texmf-dist/tex/latex/textpath +%dir %{_texdir}/texmf-dist/tex/latex/textpos +%dir %{_texdir}/texmf-dist/tex/latex/tfrupee +%dir %{_texdir}/texmf-dist/tex/latex/theoremref +%dir %{_texdir}/texmf-dist/tex/latex/thesis-titlepage-fhac +%dir %{_texdir}/texmf-dist/tex/latex/thinsp +%dir %{_texdir}/texmf-dist/tex/latex/thmbox +%dir %{_texdir}/texmf-dist/tex/latex/thmtools +%dir %{_texdir}/texmf-dist/tex/latex/threadcol +%dir %{_texdir}/texmf-dist/tex/latex/threeparttable +%dir %{_texdir}/texmf-dist/tex/latex/threeparttablex +%dir %{_texdir}/texmf-dist/tex/latex/thumb +%dir %{_texdir}/texmf-dist/tex/latex/thumbs +%dir %{_texdir}/texmf-dist/tex/latex/thumby +%dir %{_texdir}/texmf-dist/tex/latex/thuthesis +%dir %{_texdir}/texmf-dist/tex/latex/ticket +%dir %{_texdir}/texmf-dist/tex/latex/tikz-cd +%dir %{_texdir}/texmf-dist/tex/latex/tikz-dependency +%dir %{_texdir}/texmf-dist/tex/latex/tikzinclude +%dir %{_texdir}/texmf-dist/tex/latex/tikz-inet +%dir %{_texdir}/texmf-dist/tex/latex/tikzmark +%dir %{_texdir}/texmf-dist/tex/latex/tikzorbital +%dir %{_texdir}/texmf-dist/tex/latex/tikzpagenodes +%dir %{_texdir}/texmf-dist/tex/latex/tikzpfeile +%dir %{_texdir}/texmf-dist/tex/latex/tikzposter +%dir %{_texdir}/texmf-dist/tex/latex/tikz-qtree +%dir %{_texdir}/texmf-dist/tex/latex/tikzscale +%dir %{_texdir}/texmf-dist/tex/latex/tikzsymbols +%dir %{_texdir}/texmf-dist/tex/latex/tikz-timing +%dir %{_texdir}/texmf-dist/tex/latex/tikz-3dplot +%dir %{_texdir}/texmf-dist/tex/latex/times +%dir %{_texdir}/texmf-dist/tex/latex/tipa +%dir %{_texdir}/texmf-dist/tex/latex/titlecaps +%dir %{_texdir}/texmf-dist/tex/latex/titlefoot +%dir %{_texdir}/texmf-dist/tex/latex/titlepic +%dir %{_texdir}/texmf-dist/tex/latex/titleref +%dir %{_texdir}/texmf-dist/tex/latex/titlesec +%dir %{_texdir}/texmf-dist/tex/latex/titling +%dir %{_texdir}/texmf-dist/tex/latex/tkz-base +%dir %{_texdir}/texmf-dist/tex/latex/tkz-berge +%dir %{_texdir}/texmf-dist/tex/latex/tkz-doc +%dir %{_texdir}/texmf-dist/tex/latex/tkz-euclide +%dir %{_texdir}/texmf-dist/tex/latex/tkz-fct +%dir %{_texdir}/texmf-dist/tex/latex/tkz-graph +%dir %{_texdir}/texmf-dist/tex/latex/tkz-kiviat +%dir %{_texdir}/texmf-dist/tex/latex/tkz-linknodes +%dir %{_texdir}/texmf-dist/tex/latex/tkz-orm +%dir %{_texdir}/texmf-dist/tex/latex/tkz-tab +%dir %{_texdir}/texmf-dist/tex/latex/tocbibind +%dir %{_texdir}/texmf-dist/tex/latex/tocloft +%dir %{_texdir}/texmf-dist/tex/latex/tocvsec2 +%dir %{_texdir}/texmf-dist/tex/latex/todo +%dir %{_texdir}/texmf-dist/tex/latex/todonotes +%dir %{_texdir}/texmf-dist/tex/latex/tokenizer +%dir %{_texdir}/texmf-dist/tex/latex/toolbox +%dir %{_texdir}/texmf-dist/tex/latex/tools +%dir %{_texdir}/texmf-dist/tex/latex/topfloat +%dir %{_texdir}/texmf-dist/tex/latex/toptesi +%dir %{_texdir}/texmf-dist/tex/latex/totcount +%dir %{_texdir}/texmf-dist/tex/latex/totpages +%dir %{_texdir}/texmf-dist/tex/latex/tpslifonts +%dir %{_texdir}/texmf-dist/tex/latex/tqft +%dir %{_texdir}/texmf-dist/tex/latex/trajan +%dir %{_texdir}/texmf-dist/tex/latex/tram +%dir %{_texdir}/texmf-dist/tex/latex/tree-dvips +%dir %{_texdir}/texmf-dist/tex/latex/trfsigns +%dir %{_texdir}/texmf-dist/tex/latex/trimspaces +%dir %{_texdir}/texmf-dist/tex/latex/trivfloat +%dir %{_texdir}/texmf-dist/tex/latex/trsym +%dir %{_texdir}/texmf-dist/tex/latex/truncate +%dir %{_texdir}/texmf-dist/tex/latex/tsemlines +%dir %{_texdir}/texmf-dist/tex/latex/tucv +%dir %{_texdir}/texmf-dist/tex/latex/tufte-latex +%dir %{_texdir}/texmf-dist/tex/latex/tugboat +%dir %{_texdir}/texmf-dist/tex/latex/tui +%dir %{_texdir}/texmf-dist/tex/latex/turkmen +%dir %{_texdir}/texmf-dist/tex/latex/turnstile +%dir %{_texdir}/texmf-dist/tex/latex/turnthepage +%dir %{_texdir}/texmf-dist/tex/latex/twoinone +%dir %{_texdir}/texmf-dist/tex/latex/twoup +%dir %{_texdir}/texmf-dist/tex/latex/txfonts +%dir %{_texdir}/texmf-dist/tex/latex/txfontsb +%dir %{_texdir}/texmf-dist/tex/latex/txgreeks +%dir %{_texdir}/texmf-dist/tex/latex/typeface +%dir %{_texdir}/texmf-dist/tex/latex/typehtml +%dir %{_texdir}/texmf-dist/tex/latex/type1cm +%dir %{_texdir}/texmf-dist/tex/latex/typogrid +%dir %{_texdir}/texmf-dist/tex/latex/t2 +%dir %{_texdir}/texmf-dist/tex/latex/uaclasses +%dir %{_texdir}/texmf-dist/tex/latex/uadocs +%dir %{_texdir}/texmf-dist/tex/latex/uafthesis +%dir %{_texdir}/texmf-dist/tex/latex/ucdavisthesis +%dir %{_texdir}/texmf-dist/tex/latex/ucs +%dir %{_texdir}/texmf-dist/tex/latex/ucs/data +%dir %{_texdir}/texmf-dist/tex/latex/ucs/utils +%dir %{_texdir}/texmf-dist/tex/latex/ucthesis +%dir %{_texdir}/texmf-dist/tex/latex/uebungsblatt +%dir %{_texdir}/texmf-dist/tex/latex/uestcthesis +%dir %{_texdir}/texmf-dist/tex/latex/uiucredborder +%dir %{_texdir}/texmf-dist/tex/latex/uiucthesis +%dir %{_texdir}/texmf-dist/tex/latex/ulqda +%dir %{_texdir}/texmf-dist/tex/latex/ulthese +%dir %{_texdir}/texmf-dist/tex/latex/umich-thesis +%dir %{_texdir}/texmf-dist/tex/latex/uml +%dir %{_texdir}/texmf-dist/tex/latex/umlaute +%dir %{_texdir}/texmf-dist/tex/latex/umoline +%dir %{_texdir}/texmf-dist/tex/latex/umthesis +%dir %{_texdir}/texmf-dist/tex/latex/unamthesis +%dir %{_texdir}/texmf-dist/tex/latex/underlin +%dir %{_texdir}/texmf-dist/tex/latex/underoverlap +%dir %{_texdir}/texmf-dist/tex/latex/underscore +%dir %{_texdir}/texmf-dist/tex/latex/undolabl +%dir %{_texdir}/texmf-dist/tex/latex/unicode-math +%dir %{_texdir}/texmf-dist/tex/latex/units +%dir %{_texdir}/texmf-dist/tex/latex/unitsdef +%dir %{_texdir}/texmf-dist/tex/latex/universa +%dir %{_texdir}/texmf-dist/tex/latex/uni-wtal-ger +%dir %{_texdir}/texmf-dist/tex/latex/uni-wtal-lin +%dir %{_texdir}/texmf-dist/tex/latex/uothesis +%dir %{_texdir}/texmf-dist/tex/latex/uowthesis +%dir %{_texdir}/texmf-dist/tex/latex/upmethodology +%dir %{_texdir}/texmf-dist/tex/latex/upquote +%dir %{_texdir}/texmf-dist/tex/latex/uri +%dir %{_texdir}/texmf-dist/tex/latex/url +%dir %{_texdir}/texmf-dist/tex/latex/urwchancal +%dir %{_texdir}/texmf-dist/tex/latex/usebib +%dir %{_texdir}/texmf-dist/tex/latex/ushort +%dir %{_texdir}/texmf-dist/tex/latex/uspatent +%dir %{_texdir}/texmf-dist/tex/latex/ut-thesis +%dir %{_texdir}/texmf-dist/tex/latex/uwthesis +%dir %{_texdir}/texmf-dist/tex/latex/varindex +%dir %{_texdir}/texmf-dist/tex/latex/varsfromjobname +%dir %{_texdir}/texmf-dist/tex/latex/varwidth +%dir %{_texdir}/texmf-dist/tex/latex/vdmlisting +%dir %{_texdir}/texmf-dist/tex/latex/velthuis +%dir %{_texdir}/texmf-dist/tex/latex/venndiagram +%dir %{_texdir}/texmf-dist/tex/latex/venturis +%dir %{_texdir}/texmf-dist/tex/latex/venturisadf +%dir %{_texdir}/texmf-dist/tex/latex/venturisold +%dir %{_texdir}/texmf-dist/tex/latex/venturissans +%dir %{_texdir}/texmf-dist/tex/latex/venturissans2 +%dir %{_texdir}/texmf-dist/tex/latex/venturis2 +%dir %{_texdir}/texmf-dist/tex/latex/verbasef +%dir %{_texdir}/texmf-dist/tex/latex/verbatimbox +%dir %{_texdir}/texmf-dist/tex/latex/verbatimcopy +%dir %{_texdir}/texmf-dist/tex/latex/verbdef +%dir %{_texdir}/texmf-dist/tex/latex/verbments +%dir %{_texdir}/texmf-dist/tex/latex/verse +%dir %{_texdir}/texmf-dist/tex/latex/version +%dir %{_texdir}/texmf-dist/tex/latex/versions +%dir %{_texdir}/texmf-dist/tex/latex/vertbars +%dir %{_texdir}/texmf-dist/tex/latex/vhistory +%dir %{_texdir}/texmf-dist/tex/latex/vmargin +%dir %{_texdir}/texmf-dist/tex/latex/vntex +%dir %{_texdir}/texmf-dist/tex/latex/vocaltract +%dir %{_texdir}/texmf-dist/tex/latex/volumes +%dir %{_texdir}/texmf-dist/tex/latex/vpe +%dir %{_texdir}/texmf-dist/tex/latex/vruler +%dir %{_texdir}/texmf-dist/tex/latex/vwcol +%dir %{_texdir}/texmf-dist/tex/latex/wallpaper +%dir %{_texdir}/texmf-dist/tex/latex/warning +%dir %{_texdir}/texmf-dist/tex/latex/warpcol +%dir %{_texdir}/texmf-dist/tex/latex/was +%dir %{_texdir}/texmf-dist/tex/latex/wasysym +%dir %{_texdir}/texmf-dist/tex/latex/widetable +%dir %{_texdir}/texmf-dist/tex/latex/williams +%dir %{_texdir}/texmf-dist/tex/latex/wnri-latex +%dir %{_texdir}/texmf-dist/tex/latex/wordlike +%dir %{_texdir}/texmf-dist/tex/latex/wrapfig +%dir %{_texdir}/texmf-dist/tex/latex/wsuipa +%dir %{_texdir}/texmf-dist/tex/latex/xargs +%dir %{_texdir}/texmf-dist/tex/latex/xcite +%dir %{_texdir}/texmf-dist/tex/latex/xcolor +%dir %{_texdir}/texmf-dist/tex/latex/xcookybooky +%dir %{_texdir}/texmf-dist/tex/latex/xdoc +%dir %{_texdir}/texmf-dist/tex/latex/xfor +%dir %{_texdir}/texmf-dist/tex/latex/xhfill +%dir %{_texdir}/texmf-dist/tex/latex/xifthen +%dir %{_texdir}/texmf-dist/tex/latex/xkeyval +%dir %{_texdir}/texmf-dist/tex/latex/xltxtra +%dir %{_texdir}/texmf-dist/tex/latex/xmpincl +%dir %{_texdir}/texmf-dist/tex/latex/xnewcommand +%dir %{_texdir}/texmf-dist/tex/latex/xoptarg +%dir %{_texdir}/texmf-dist/tex/latex/xpatch +%dir %{_texdir}/texmf-dist/tex/latex/xpeek +%dir %{_texdir}/texmf-dist/tex/latex/xpicture +%dir %{_texdir}/texmf-dist/tex/latex/xpinyin +%dir %{_texdir}/texmf-dist/tex/latex/xpinyin/config +%dir %{_texdir}/texmf-dist/tex/latex/xpunctuate +%dir %{_texdir}/texmf-dist/tex/latex/xq +%dir %{_texdir}/texmf-dist/tex/latex/xskak +%dir %{_texdir}/texmf-dist/tex/latex/xtab +%dir %{_texdir}/texmf-dist/tex/latex/xwatermark +%dir %{_texdir}/texmf-dist/tex/latex/xyling +%dir %{_texdir}/texmf-dist/tex/latex/xytree +%dir %{_texdir}/texmf-dist/tex/latex/yafoot +%dir %{_texdir}/texmf-dist/tex/latex/yagusylo +%dir %{_texdir}/texmf-dist/tex/latex/ydoc +%dir %{_texdir}/texmf-dist/tex/latex/yfonts +%dir %{_texdir}/texmf-dist/tex/latex/yhmath +%dir %{_texdir}/texmf-dist/tex/latex/york-thesis +%dir %{_texdir}/texmf-dist/tex/latex/youngtab +%dir %{_texdir}/texmf-dist/tex/latex/yplan +%dir %{_texdir}/texmf-dist/tex/latex/ytableau +%dir %{_texdir}/texmf-dist/tex/latex/zapfding +%dir %{_texdir}/texmf-dist/tex/latex/zapfchan +%dir %{_texdir}/texmf-dist/tex/latex/zed-csp +%dir %{_texdir}/texmf-dist/tex/latex/zhmetrics +%dir %{_texdir}/texmf-dist/tex/latex/zhnumber +%dir %{_texdir}/texmf-dist/tex/latex/zhnumber/config +%dir %{_texdir}/texmf-dist/tex/latex/ziffer +%dir %{_texdir}/texmf-dist/tex/latex/zwgetfdate +%dir %{_texdir}/texmf-dist/tex/latex/zwpagelayout +%dir %{_texdir}/texmf-dist/tex/latex/zxjafbfont +%dir %{_texdir}/texmf-dist/tex/latex/zxjafont +%dir %{_texdir}/texmf-dist/tex/latex/zxjatype +%dir %{_texdir}/texmf-dist/tex/latex/12many +%dir %{_texdir}/texmf-dist/tex/lualatex +%dir %{_texdir}/texmf-dist/tex/lualatex/luabibentry +%dir %{_texdir}/texmf-dist/tex/lualatex/luacode +%dir %{_texdir}/texmf-dist/tex/lualatex/lua-check-hyphen +%dir %{_texdir}/texmf-dist/tex/lualatex/luaindex +%dir %{_texdir}/texmf-dist/tex/lualatex/luainputenc +%dir %{_texdir}/texmf-dist/tex/lualatex/lualatex-math +%dir %{_texdir}/texmf-dist/tex/lualatex/luasseq +%dir %{_texdir}/texmf-dist/tex/lualatex/luatextra +%dir %{_texdir}/texmf-dist/tex/lualatex/odsfile +%dir %{_texdir}/texmf-dist/tex/lualatex/pgfmolbio +%dir %{_texdir}/texmf-dist/tex/lualatex/showhyphens +%dir %{_texdir}/texmf-dist/tex/luatex +%dir %{_texdir}/texmf-dist/tex/luatex/hyph-utf8 +%dir %{_texdir}/texmf-dist/tex/luatex/chickenize +%dir %{_texdir}/texmf-dist/tex/luatex/interpreter +%dir %{_texdir}/texmf-dist/tex/luatex/lualibs +%dir %{_texdir}/texmf-dist/tex/luatex/luamplib +%dir %{_texdir}/texmf-dist/tex/luatex/luaotfload +%dir %{_texdir}/texmf-dist/tex/luatex/luatexbase +%dir %{_texdir}/texmf-dist/tex/luatex/luatexja +%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/addons +%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/ltjclasses +%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/ltjsclasses +%dir %{_texdir}/texmf-dist/tex/luatex/luatexja/patches +%dir %{_texdir}/texmf-dist/tex/luatex/luatexko +%dir %{_texdir}/texmf-dist/tex/luatex/lua-visual-debug +%dir %{_texdir}/texmf-dist/tex/luatex/luaxml +%dir %{_texdir}/texmf-dist/tex/luatex/spelling +%dir %{_texdir}/texmf-dist/tex/mex +%dir %{_texdir}/texmf-dist/tex/mex/base +%dir %{_texdir}/texmf-dist/tex/mex/config +%dir %{_texdir}/texmf-dist/tex/mex/utf8mex +%dir %{_texdir}/texmf-dist/tex/mltex +%dir %{_texdir}/texmf-dist/tex/mltex/config +%dir %{_texdir}/texmf-dist/tex/plain +%dir %{_texdir}/texmf-dist/tex/plain/amsfonts +%dir %{_texdir}/texmf-dist/tex/plain/antt +%dir %{_texdir}/texmf-dist/tex/plain/base +%dir %{_texdir}/texmf-dist/tex/plain/config +%dir %{_texdir}/texmf-dist/tex/plain/cweb +%dir %{_texdir}/texmf-dist/tex/plain/cyrplain +%dir %{_texdir}/texmf-dist/tex/plain/encxvlna +%dir %{_texdir}/texmf-dist/tex/plain/enigma +%dir %{_texdir}/texmf-dist/tex/plain/esint-type1 +%dir %{_texdir}/texmf-dist/tex/plain/etex +%dir %{_texdir}/texmf-dist/tex/plain/figflow +%dir %{_texdir}/texmf-dist/tex/plain/fixpdfmag +%dir %{_texdir}/texmf-dist/tex/plain/fontch +%dir %{_texdir}/texmf-dist/tex/plain/font-change +%dir %{_texdir}/texmf-dist/tex/plain/fp +%dir %{_texdir}/texmf-dist/tex/plain/graphics-pln +%dir %{_texdir}/texmf-dist/tex/plain/gustlib +%dir %{_texdir}/texmf-dist/tex/plain/gustlib/biblotex +%dir %{_texdir}/texmf-dist/tex/plain/gustlib/licz +%dir %{_texdir}/texmf-dist/tex/plain/gustlib/map +%dir %{_texdir}/texmf-dist/tex/plain/gustlib/plbtx993 +%dir %{_texdir}/texmf-dist/tex/plain/gustlib/plmac218 +%dir %{_texdir}/texmf-dist/tex/plain/hanoi +%dir %{_texdir}/texmf-dist/tex/plain/harvmac +%dir %{_texdir}/texmf-dist/tex/plain/hyplain +%dir %{_texdir}/texmf-dist/tex/plain/ifetex +%dir %{_texdir}/texmf-dist/tex/plain/iwona +%dir %{_texdir}/texmf-dist/tex/plain/js-misc +%dir %{_texdir}/texmf-dist/tex/plain/kdgreek +%dir %{_texdir}/texmf-dist/tex/plain/knitting +%dir %{_texdir}/texmf-dist/tex/plain/kurier +%dir %{_texdir}/texmf-dist/tex/plain/lh +%dir %{_texdir}/texmf-dist/tex/plain/ly1 +%dir %{_texdir}/texmf-dist/tex/plain/metatex +%dir %{_texdir}/texmf-dist/tex/plain/misc +%dir %{_texdir}/texmf-dist/tex/plain/mkpattern +%dir %{_texdir}/texmf-dist/tex/plain/newsletr +%dir %{_texdir}/texmf-dist/tex/plain/omega +%dir %{_texdir}/texmf-dist/tex/plain/pgf +%dir %{_texdir}/texmf-dist/tex/plain/pgf/basiclayer +%dir %{_texdir}/texmf-dist/tex/plain/pgf/frontendlayer +%dir %{_texdir}/texmf-dist/tex/plain/pgf/math +%dir %{_texdir}/texmf-dist/tex/plain/pgfplots +%dir %{_texdir}/texmf-dist/tex/plain/pgf/systemlayer +%dir %{_texdir}/texmf-dist/tex/plain/pgf/utilities +%dir %{_texdir}/texmf-dist/tex/plain/pitex +%dir %{_texdir}/texmf-dist/tex/plain/placeins-plain +%dir %{_texdir}/texmf-dist/tex/plain/plipsum +%dir %{_texdir}/texmf-dist/tex/plain/plnfss +%dir %{_texdir}/texmf-dist/tex/plain/plstmary +%dir %{_texdir}/texmf-dist/tex/plain/present +%dir %{_texdir}/texmf-dist/tex/plain/resumemac +%dir %{_texdir}/texmf-dist/tex/plain/rsfs +%dir %{_texdir}/texmf-dist/tex/plain/semaphor +%dir %{_texdir}/texmf-dist/tex/plain/standalone +%dir %{_texdir}/texmf-dist/tex/plain/timetable +%dir %{_texdir}/texmf-dist/tex/plain/treetex +%dir %{_texdir}/texmf-dist/tex/plain/tugboat-plain +%dir %{_texdir}/texmf-dist/tex/plain/varisize +%dir %{_texdir}/texmf-dist/tex/plain/velthuis +%dir %{_texdir}/texmf-dist/tex/plain/vntex +%dir %{_texdir}/texmf-dist/tex/plain/wasy +%dir %{_texdir}/texmf-dist/tex/platex +%dir %{_texdir}/texmf-dist/tex/platex/base +%dir %{_texdir}/texmf-dist/tex/platex/config +%dir %{_texdir}/texmf-dist/tex/platex/japanese +%dir %{_texdir}/texmf-dist/tex/platex/japanese-otf +%dir %{_texdir}/texmf-dist/tex/platex/japanese-otf-uptex +%dir %{_texdir}/texmf-dist/tex/platex/jsclasses +%dir %{_texdir}/texmf-dist/tex/platex/pxbase +%dir %{_texdir}/texmf-dist/tex/platex/pxchfon +%dir %{_texdir}/texmf-dist/tex/platex/pxrubrica +%dir %{_texdir}/texmf-dist/tex/psizzl +%dir %{_texdir}/texmf-dist/tex/psizzl/base +%dir %{_texdir}/texmf-dist/tex/psizzl/config +%dir %{_texdir}/texmf-dist/tex/ptex +%dir %{_texdir}/texmf-dist/tex/ptex/base +%dir %{_texdir}/texmf-dist/tex/ptex/config +%dir %{_texdir}/texmf-dist/tex/startex +%dir %{_texdir}/texmf-dist/tex/startex/base +%dir %{_texdir}/texmf-dist/tex/support +%dir %{_texdir}/texmf-dist/tex/support/adhocfilelist +%dir %{_texdir}/texmf-dist/tex/texinfo +%dir %{_texdir}/texmf-dist/tex/texsis +%dir %{_texdir}/texmf-dist/tex/texsis/base +%dir %{_texdir}/texmf-dist/tex/texsis/config +%dir %{_texdir}/texmf-dist/tex/uplatex +%dir %{_texdir}/texmf-dist/tex/uplatex/base +%dir %{_texdir}/texmf-dist/tex/uplatex/config +%dir %{_texdir}/texmf-dist/tex/uptex +%dir %{_texdir}/texmf-dist/tex/uptex/base +%dir %{_texdir}/texmf-dist/tex/uptex/config +%dir %{_texdir}/texmf-dist/tex/xelatex +%dir %{_texdir}/texmf-dist/tex/xelatex/arabxetex +%dir %{_texdir}/texmf-dist/tex/xelatex/facture +%dir %{_texdir}/texmf-dist/tex/xelatex/fixlatvian +%dir %{_texdir}/texmf-dist/tex/xelatex/fontbook +%dir %{_texdir}/texmf-dist/tex/xelatex/fontwrap +%dir %{_texdir}/texmf-dist/tex/xelatex/imsproc +%dir %{_texdir}/texmf-dist/tex/xelatex/mathspec +%dir %{_texdir}/texmf-dist/tex/xelatex/philokalia +%dir %{_texdir}/texmf-dist/tex/xelatex/ptext +%dir %{_texdir}/texmf-dist/tex/xelatex/resumecls +%dir %{_texdir}/texmf-dist/tex/xelatex/ucharclasses +%dir %{_texdir}/texmf-dist/tex/xelatex/unisugar +%dir %{_texdir}/texmf-dist/tex/xelatex/velthuis +%dir %{_texdir}/texmf-dist/tex/xelatex/xecjk +%dir %{_texdir}/texmf-dist/tex/xelatex/xecjk/config +%dir %{_texdir}/texmf-dist/tex/xelatex/xecolor +%dir %{_texdir}/texmf-dist/tex/xelatex/xecyr +%dir %{_texdir}/texmf-dist/tex/xelatex/xeindex +%dir %{_texdir}/texmf-dist/tex/xelatex/xepersian +%dir %{_texdir}/texmf-dist/tex/xelatex/xetexconfig +%dir %{_texdir}/texmf-dist/tex/xelatex/xetex-def +%dir %{_texdir}/texmf-dist/tex/xelatex/xetex-pstricks +%dir %{_texdir}/texmf-dist/tex/xelatex/xevlna +%dir %{_texdir}/texmf-dist/tex/xelatex/xgreek +%dir %{_texdir}/texmf-dist/tex/xelatex/xunicode +%dir %{_texdir}/texmf-dist/tex/xetex +%dir %{_texdir}/texmf-dist/tex/xetex/xesearch +%dir %{_texdir}/texmf-dist/tex/xetex/xetexfontinfo +%dir %{_texdir}/texmf-dist/tex/xetex/xetexko +%dir %{_texdir}/texmf-dist/tex/xetex/xetex-pstricks +%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing +%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/context +%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/generic +%dir %{_texdir}/texmf-dist/tex/xetex/zhspacing/latex +%dir %{_texdir}/texmf-dist/tex/xmltex +%dir %{_texdir}/texmf-dist/tex/xmltex/base +%dir %{_texdir}/texmf-dist/tex/xmltex/config +%dir %{_texdir}/texmf-dist/tex/xmltex/passivetex +%dir %{_texdir}/texmf-dist/tex4ht +%dir %{_texdir}/texmf-dist/tex4ht/base +%dir %{_texdir}/texmf-dist/tex4ht/base/unix +%dir %{_texdir}/texmf-dist/tex4ht/bin +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/courier +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/pslatex +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/symbol +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/times +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfchan +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ae +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ams +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ams/euler +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/antt +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/arabi +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/arev +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/bitstrea +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cc-pl +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cjk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cm/sauter +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/concrete +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cs +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/currency +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyklop +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/aliase +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/ec +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/aliase/mathtime +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/eulervm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/euro +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/greek +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/greek/ibygrk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/hebrew +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/chartervn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/chess +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/qx +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/jknappen +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/ec +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/ex-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/exp-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/greek-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/mi-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/rm-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/sy-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2a-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2b-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t2c-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/kurier/wncy-iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/latex +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/libertine +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-qx +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmin +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmsc +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csin +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-plrm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/marvosym +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathdesign +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathpple +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/mathtime +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pazo +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pl +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/pxfonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/qfonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/sw +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/times +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/tipa +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/txfonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/arevvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/classicovn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/cmbrightvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/comicsansvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/concretevn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/garamondvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/grotesqvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/utopiavn +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/alias/vntex/vnr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ascii +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ascii/manfnt +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/cp1256 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/cp1256/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css/emacspeak +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs/cjk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gbk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gbk/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gb2312 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/gb2312/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/html-speech +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/html-speech/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/devanagari +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/euro +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/go +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/html +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/html/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/uni +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/chess +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/ipa +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/mongolian +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/ps2mf +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/sw +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/tibetan +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/html +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/html/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/2/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/html +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/html/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/lh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/5/lh/lh-t2a +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/html +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/html/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/6/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/7 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/7/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/8 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/iso8859/8/hebrew +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/jsml +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/jsml/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/lh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/koi/8r/lh/lh-t2a +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset/mnemonic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/mozilla/charset/native +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ooffice +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/ooffice/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share/adobe +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/share/adobe/helvetic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/hebrew +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/symbol/mathtime +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/helvetic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/palatino +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/symbol +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/times +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/adobe/zapfding +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ae +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/euler +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ams/symbols +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/antt +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/arabi +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/arev +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bbold +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bitstrea +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/bitstrea/charter +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cbgreek +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/concrete +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cs +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/currency +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyklop +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/dstroke +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/hebrew +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/html +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/html/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/chess +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/iwona +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/jknappen +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/jknappen/tc +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/latex +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lh/lh-t2a +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/libertine +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/marvosym +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/math +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mathdesign +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mathtime +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/mflogo +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/misc +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/pl +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/public +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/pxfonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/stmaryrd +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/tibetan +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/tipa +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/txfonts +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/utf8 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/utf8/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viqr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viqr/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viscii +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/viscii/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251 +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cm +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/charset +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/lh +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/win/1251/lh/lh-t2a +%dir %{_texdir}/texmf-dist/tex4ht/xtpipes +%dir %{_texdir}/texmf-dist/ttf2pk +%dir %{_texdir}/texmf-dist/web2c +%dir %{_texdir}/texmf-dist/xdvi +%dir %{_texdir}/texmf-dist/xdvi/pixmap +%dir %{_texdir}/tlpkg +%{_texdir}/licenses/* +%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R +%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-local/ls-R +%{_texdir}/texlive.tlpdb +%{_sysconfdir}/rpm/macros.texlive + +%files aastex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/aastex/aastex.cls +%{_texdir}/texmf-dist/tex/latex/aastex/aastex.sty + +%files aastex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aastex/README +%{_texdir}/texmf-dist/doc/latex/aastex/aasclass.tex +%{_texdir}/texmf-dist/doc/latex/aastex/aasguide.pdf +%{_texdir}/texmf-dist/doc/latex/aastex/aasguide.tex +%{_texdir}/texmf-dist/doc/latex/aastex/aassymbols.pdf +%{_texdir}/texmf-dist/doc/latex/aastex/aassymbols.tex +%{_texdir}/texmf-dist/doc/latex/aastex/datafile1.txt +%{_texdir}/texmf-dist/doc/latex/aastex/f1.eps +%{_texdir}/texmf-dist/doc/latex/aastex/f2.eps +%{_texdir}/texmf-dist/doc/latex/aastex/f2_color.eps +%{_texdir}/texmf-dist/doc/latex/aastex/f3.eps +%{_texdir}/texmf-dist/doc/latex/aastex/sample.tex +%{_texdir}/texmf-dist/doc/latex/aastex/table.tex +%{_texdir}/texmf-dist/doc/latex/aastex/video3.mpg + +%files abbr +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/generic/abbr/abbr.tex + +%files abbr-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/generic/abbr/README + +%files abc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/abc/abc.sty +%{_texdir}/texmf-dist/tex/latex/abc/mup.sty + +%files abc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/abc/README +%{_texdir}/texmf-dist/doc/latex/abc/abc.pdf +%{_texdir}/texmf-dist/doc/latex/abc/example.tex +%{_texdir}/texmf-dist/doc/latex/abc/mupexa.tex +%{_texdir}/texmf-dist/doc/latex/abc/poll.abc +%{_texdir}/texmf-dist/doc/latex/abc/simple.mup + +%files abntex2 +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bib/abntex2/abntex2-options.bib +%{_texdir}/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst +%{_texdir}/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst +%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2.cls +%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2abrev.sty +%{_texdir}/texmf-dist/tex/latex/abntex2/abntex2cite.sty + +%files abntex2-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/abntex2/README +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-10520-2001.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-10520-2002.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-abnt-6023-2000.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-options.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc-test.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-doc.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-artigo.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-artigo.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-glossarios.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-glossarios.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-img-grafico.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-include-comandos.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-projeto-pesquisa.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-projeto-pesquisa.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-references.bib +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-relatorio-tecnico.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-relatorio-tecnico.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-trabalho-academico.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2-modelo-trabalho-academico.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite-alf.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite-alf.tex +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite.pdf +%{_texdir}/texmf-dist/doc/latex/abntex2/abntex2cite.tex + +%files abraces +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/abraces/abraces.sty + +%files abraces-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/abraces/abraces-doc.pdf +%{_texdir}/texmf-dist/doc/latex/abraces/abraces-doc.tex + +%files abstract +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/abstract/abstract.sty + +%files abstract-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/abstract/README +%{_texdir}/texmf-dist/doc/latex/abstract/abstract.pdf + +%files abstyles +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bib/abstyles/acompat.bib +%{_texdir}/texmf-dist/bibtex/bib/abstyles/jourabbr.bib +%{_texdir}/texmf-dist/bibtex/bib/abstyles/jourfull.bib +%{_texdir}/texmf-dist/bibtex/bst/abstyles/aabbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/abstyles/aalpha.bst +%{_texdir}/texmf-dist/bibtex/bst/abstyles/anotit.bst +%{_texdir}/texmf-dist/bibtex/bst/abstyles/aplain.bst +%{_texdir}/texmf-dist/bibtex/bst/abstyles/aunsnot.bst +%{_texdir}/texmf-dist/bibtex/bst/abstyles/aunsrt.bst +%{_texdir}/texmf-dist/tex/generic/abstyles/apreambl.tex + +%files abstyles-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/bibtex/abstyles/README +%{_texdir}/texmf-dist/doc/bibtex/abstyles/a4c.sty +%{_texdir}/texmf-dist/doc/bibtex/abstyles/a4c.tex +%{_texdir}/texmf-dist/doc/bibtex/abstyles/abstdok.pdf +%{_texdir}/texmf-dist/doc/bibtex/abstyles/abstdok.tex +%{_texdir}/texmf-dist/doc/bibtex/abstyles/apreambl.doc +%{_texdir}/texmf-dist/doc/bibtex/abstyles/btxabst.doc +%{_texdir}/texmf-dist/doc/bibtex/abstyles/docmac.doc +%{_texdir}/texmf-dist/doc/bibtex/abstyles/docmac.tex + +%files accfonts +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/accfonts/mkt1font +%{_texdir}/texmf-dist/scripts/accfonts/vpl2ovp +%{_texdir}/texmf-dist/scripts/accfonts/vpl2vpl +%{_texdir}/texmf-dist/tex/latex/accfonts/CSX.def +%{_texdir}/texmf-dist/tex/latex/accfonts/ISO-Latin1.def +%{_texdir}/texmf-dist/tex/latex/accfonts/ISO-Latin2.def +%{_texdir}/texmf-dist/tex/latex/accfonts/IndUni_Omega.def +%{_texdir}/texmf-dist/tex/latex/accfonts/Norman.def + +%files accfonts-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/accfonts/CHANGES +%{_texdir}/texmf-dist/doc/fonts/accfonts/COPYING +%{_texdir}/texmf-dist/doc/fonts/accfonts/README + +%files accfonts-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/mkt1font +%{_bindir}/vpl2ovp +%{_bindir}/vpl2vpl + +%files acmconf +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/acmconf/acmconf.cls + +%files acmconf-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/acmconf/README +%{_texdir}/texmf-dist/doc/latex/acmconf/THIS-IS-VERSION-1.3 +%{_texdir}/texmf-dist/doc/latex/acmconf/accept.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/acmconf.pdf +%{_texdir}/texmf-dist/doc/latex/acmconf/body.eps +%{_texdir}/texmf-dist/doc/latex/acmconf/error.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/prepare.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/print.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/pubform.bib +%{_texdir}/texmf-dist/doc/latex/acmconf/pubform.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/publish.tex +%{_texdir}/texmf-dist/doc/latex/acmconf/submit.tex + +%files acronym +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/acronym/acronym.sty + +%files acronym-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/acronym/README +%{_texdir}/texmf-dist/doc/latex/acronym/acronym.pdf +%{_texdir}/texmf-dist/doc/latex/acronym/acrotest.tex + +%files acroterm +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/acroterm/acroterm.sty + +%files acroterm-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/acroterm/README +%{_texdir}/texmf-dist/doc/latex/acroterm/acroterm.pdf + +%files acro +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/acro/acro.sty +%{_texdir}/texmf-dist/tex/latex/acro/acro0.def +%{_texdir}/texmf-dist/tex/latex/acro/acro1.def + +%files acro-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/acro/README +%{_texdir}/texmf-dist/doc/latex/acro/acro_en.pdf +%{_texdir}/texmf-dist/doc/latex/acro/acro_en.tex +%{_texdir}/texmf-dist/doc/latex/acro/example_one.tex +%{_texdir}/texmf-dist/doc/latex/acro/example_two.tex + +%files active-conf +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/active-conf/active-conf.cls + +%files active-conf-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/active-conf/README +%{_texdir}/texmf-dist/doc/latex/active-conf/active-conf.pdf +%{_texdir}/texmf-dist/doc/latex/active-conf/example/active-example.ltx +%{_texdir}/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex +%{_texdir}/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps +%{_texdir}/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf + +%files actuarialangle +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/actuarialangle/actuarialangle.sty + +%files actuarialangle-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/actuarialangle/README + +%files addlines +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/addlines/addlines.sty + +%files addlines-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/addlines/README +%{_texdir}/texmf-dist/doc/latex/addlines/addlines-example.ltx +%{_texdir}/texmf-dist/doc/latex/addlines/addlines.pdf + +%files adfathesis +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/bibtex/bst/adfathesis/adfathesis.bst +%{_texdir}/texmf-dist/tex/latex/adfathesis/adfathesis.cls + +%files adfathesis-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/adfathesis/README +%{_texdir}/texmf-dist/doc/latex/adfathesis/adfathesis.pdf +%{_texdir}/texmf-dist/doc/latex/adfathesis/template.tex + +%files adforn +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/arkandis/adforn/OrnementsADF.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/adforn/OrnementsADF.enc +%{_texdir}/texmf-dist/fonts/map/dvips/adforn/OrnementsADF.map +%{_texdir}/texmf-dist/fonts/tfm/arkandis/adforn/OrnementsADF.tfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/adforn/OrnementsADF.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/adforn/OrnementsADF.pfm +%{_texdir}/texmf-dist/tex/latex/adforn/adforn.sty +%{_texdir}/texmf-dist/tex/latex/adforn/uornementsadf.fd + +%files adforn-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/adforn/COPYING +%{_texdir}/texmf-dist/doc/fonts/adforn/NOTICE +%{_texdir}/texmf-dist/doc/fonts/adforn/README +%{_texdir}/texmf-dist/doc/fonts/adforn/adforn.pdf +%{_texdir}/texmf-dist/doc/fonts/adforn/adforn.tex +%{_texdir}/texmf-dist/doc/fonts/adforn/manifest.txt + +%files adfsymbols +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols/ArrowsADF.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols/BulletsADF.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/adfsymbols/SymbolsADF.enc +%{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols/ArrowsADF.map +%{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols/BulletsADF.map +%{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols/ArrowsADF.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols/BulletsADF.tfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols/ArrowsADF.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols/BulletsADF.pfb +%{_texdir}/texmf-dist/tex/latex/adfsymbols/adfarrows.sty +%{_texdir}/texmf-dist/tex/latex/adfsymbols/adfbullets.sty +%{_texdir}/texmf-dist/tex/latex/adfsymbols/uarrowsadf.fd +%{_texdir}/texmf-dist/tex/latex/adfsymbols/ubulletsadf.fd + +%files adfsymbols-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/COPYING +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/NOTICE +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/README +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/adfsymbols.pdf +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/adfsymbols.tex +%{_texdir}/texmf-dist/doc/fonts/adfsymbols/manifest.txt + +%files adhocfilelist +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh +%{_texdir}/texmf-dist/scripts/adhocfilelist/herelist.sh +%{_texdir}/texmf-dist/tex/support/adhocfilelist/adhocfilelist.RLS + +%files adhocfilelist-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/adhocfilelist/README +%{_texdir}/texmf-dist/doc/support/adhocfilelist/RELEASEs.txt +%{_texdir}/texmf-dist/doc/support/adhocfilelist/SrcFILEs.txt +%{_texdir}/texmf-dist/doc/support/adhocfilelist/adhocfilelist.htm +%{_texdir}/texmf-dist/doc/support/adhocfilelist/demo/herelist.txt + +%files adhocfilelist-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/adhocfilelist + +%files adjmulticol +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty + +%files adjmulticol-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/adjmulticol/Makefile +%{_texdir}/texmf-dist/doc/latex/adjmulticol/README +%{_texdir}/texmf-dist/doc/latex/adjmulticol/adjmulticol.bib +%{_texdir}/texmf-dist/doc/latex/adjmulticol/adjmulticol.pdf +%{_texdir}/texmf-dist/doc/latex/adjmulticol/sample.pdf +%{_texdir}/texmf-dist/doc/latex/adjmulticol/sample.tex + +%files adjustbox +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/adjustbox/adjcalc.sty +%{_texdir}/texmf-dist/tex/latex/adjustbox/adjustbox.sty +%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-dvips.def +%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-pdftex.def +%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-pgf.def +%{_texdir}/texmf-dist/tex/latex/adjustbox/tc-xetex.def +%{_texdir}/texmf-dist/tex/latex/adjustbox/trimclip.sty + +%files adjustbox-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/adjustbox/README +%{_texdir}/texmf-dist/doc/latex/adjustbox/adjcalc.pdf +%{_texdir}/texmf-dist/doc/latex/adjustbox/adjustbox.pdf +%{_texdir}/texmf-dist/doc/latex/adjustbox/trimclip.pdf + +%files adobemapping +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/LICENSE +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/README +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/cmap-current-versions.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/cmap-readme.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/mapping-readme.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ac16/cid2code.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ag15/cid2code.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hankaku +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hiragana +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Katakana +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Roman +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/aj16/cid2code.txt +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2 +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V +%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ak12/cid2code.txt + +%files adrconv +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrbirthday.bst +%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrconv.bst +%{_texdir}/texmf-dist/bibtex/bst/adrconv/adrfax.bst +%{_texdir}/texmf-dist/tex/latex/adrconv/adrdir.cfg +%{_texdir}/texmf-dist/tex/latex/adrconv/adrplaner.cfg +%{_texdir}/texmf-dist/tex/latex/adrconv/adrsmall.cfg + +%files adrconv-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/adrconv/2latex.vim +%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/adrdir.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/adrfax.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/adrguide.pdf +%{_texdir}/texmf-dist/doc/latex/adrconv/adrguide.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/adrmontage1.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/adrmontage2.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/birthday.tex +%{_texdir}/texmf-dist/doc/latex/adrconv/example.bib +%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/Contents/PkgInfo +%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/QuickLook/Thumbnail.jpg +%{_texdir}/texmf-dist/doc/latex/adrconv/adrconv_pages08.pages/index.xml.gz + +%files advdate +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/advdate/advdate.sty + +%files advdate-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/advdate/advdate.pdf +%{_texdir}/texmf-dist/doc/latex/advdate/advdate.tex +%{_texdir}/texmf-dist/doc/latex/advdate/manifest.txt + +%files aecc +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aecc/aeccti10.tfm +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccsl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/aecc/aeccti10.vf +%{_texdir}/texmf-dist/tex/latex/aecc/aecc.sty +%{_texdir}/texmf-dist/tex/latex/aecc/t1aeccr.fd + +%files aecc-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/aecc/COPYING +%{_texdir}/texmf-dist/doc/fonts/aecc/MANIFEST +%{_texdir}/texmf-dist/doc/fonts/aecc/README +%{_texdir}/texmf-dist/doc/fonts/aecc/aeccfonts.tex +%{_texdir}/texmf-dist/doc/fonts/aecc/aefonts.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehax5.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxit.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxrm.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxsc.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxsl.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aehaxss.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aelatin.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aelatint.mtx +%{_texdir}/texmf-dist/doc/fonts/aecc/aesample.tex +%{_texdir}/texmf-dist/doc/fonts/aecc/aet1.etx +%{_texdir}/texmf-dist/doc/fonts/aecc/bxittest.tex +%{_texdir}/texmf-dist/doc/fonts/aecc/clean +%{_texdir}/texmf-dist/doc/fonts/aecc/germtest.tex +%{_texdir}/texmf-dist/doc/fonts/aecc/go +%{_texdir}/texmf-dist/doc/fonts/aecc/install +%{_texdir}/texmf-dist/doc/fonts/aecc/makepl +%{_texdir}/texmf-dist/doc/fonts/aecc/ot1tt.etx +%{_texdir}/texmf-dist/doc/fonts/aecc/slitest.tex + +%files aeguill +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/aeguill/aeguill.sty + +%files aeguill-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aeguill/README +%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test1.pdf +%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test1.tex +%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test2.pdf +%{_texdir}/texmf-dist/doc/latex/aeguill/guil-test2.tex +%{_texdir}/texmf-dist/doc/latex/aeguill/license.txt + +%files ae +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aebxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aecsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aer9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aesltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aess9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aessi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aetcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aeti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/aett9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/laess8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/laessb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ae/laessi8.tfm +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebxsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aebxti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aecsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeitt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer17.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer5.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer6.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer7.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aer9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aesl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aesltt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aess10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aess12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aess17.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aess8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aess9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aessi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aetcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti7.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aeti9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aett10.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aett12.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aett8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/aett9.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/laess8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/laessb8.vf +%{_texdir}/texmf-dist/fonts/vf/public/ae/laessi8.vf +%{_texdir}/texmf-dist/tex/latex/ae/ae.sty +%{_texdir}/texmf-dist/tex/latex/ae/aecompl.sty +%{_texdir}/texmf-dist/tex/latex/ae/omlaer.fd +%{_texdir}/texmf-dist/tex/latex/ae/omsaer.fd +%{_texdir}/texmf-dist/tex/latex/ae/ot1aer.fd +%{_texdir}/texmf-dist/tex/latex/ae/ot1aess.fd +%{_texdir}/texmf-dist/tex/latex/ae/ot1aett.fd +%{_texdir}/texmf-dist/tex/latex/ae/ot1laess.fd +%{_texdir}/texmf-dist/tex/latex/ae/ot1laett.fd +%{_texdir}/texmf-dist/tex/latex/ae/t1aer.fd +%{_texdir}/texmf-dist/tex/latex/ae/t1aess.fd +%{_texdir}/texmf-dist/tex/latex/ae/t1aett.fd +%{_texdir}/texmf-dist/tex/latex/ae/t1laess.fd +%{_texdir}/texmf-dist/tex/latex/ae/t1laett.fd + +%files ae-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/ae/COPYING +%{_texdir}/texmf-dist/doc/fonts/ae/MANIFEST +%{_texdir}/texmf-dist/doc/fonts/ae/README + +%files afm2pl +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc +%{_texdir}/texmf-dist/fonts/lig/afm2pl/accents.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/bound.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/default.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/defpost.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/defpre.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/forge.lig +%{_texdir}/texmf-dist/fonts/lig/afm2pl/ligtex.lig +%{_texdir}/texmf-dist/tex/fontinst/afm2pl/README +%{_texdir}/texmf-dist/tex/fontinst/afm2pl/ly1.etx +%{_texdir}/texmf-dist/tex/fontinst/afm2pl/ly1c.etx +%{_texdir}/texmf-dist/tex/fontinst/afm2pl/makesc8y.tex +%{_mandir}/man1/afm2pl.1* + +%files afm2pl-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/afm2pl + +%files afthesis +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/bibtex/bst/afthesis/thesnumb.bst +%{_texdir}/texmf-dist/tex/latex/afthesis/afthes10.sty +%{_texdir}/texmf-dist/tex/latex/afthesis/afthes11.sty +%{_texdir}/texmf-dist/tex/latex/afthesis/afthes12.sty +%{_texdir}/texmf-dist/tex/latex/afthesis/afthesis.cls +%{_texdir}/texmf-dist/tex/latex/afthesis/afthesis.sty + +%files afthesis-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/afthesis/README +%{_texdir}/texmf-dist/doc/latex/afthesis/thesnumb.doc +%{_texdir}/texmf-dist/doc/latex/afthesis/usethesis.pdf +%{_texdir}/texmf-dist/doc/latex/afthesis/usethesis.tex + +%files aguplus +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/aguplus/agu.bst +%{_texdir}/texmf-dist/bibtex/bst/aguplus/agu04.bst +%{_texdir}/texmf-dist/bibtex/bst/aguplus/agufull.bst +%{_texdir}/texmf-dist/bibtex/bst/aguplus/agufull04.bst +%{_texdir}/texmf-dist/tex/latex/aguplus/aguplus.cls +%{_texdir}/texmf-dist/tex/latex/aguplus/aguplus.sty +%{_texdir}/texmf-dist/tex/latex/aguplus/agupp.sty + +%files aguplus-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aguplus/README +%{_texdir}/texmf-dist/doc/latex/aguplus/README.aguplus +%{_texdir}/texmf-dist/doc/latex/aguplus/aguplus.pdf +%{_texdir}/texmf-dist/doc/latex/aguplus/aguplus.tex +%{_texdir}/texmf-dist/doc/latex/aguplus/changes.v16b +%{_texdir}/texmf-dist/doc/latex/aguplus/geophys.tex +%{_texdir}/texmf-dist/doc/latex/aguplus/sample.bib +%{_texdir}/texmf-dist/doc/latex/aguplus/samplus.tex + +%files achemso +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/achemso/achemso.bst +%{_texdir}/texmf-dist/bibtex/bst/achemso/biochem.bst +%{_texdir}/texmf-dist/tex/latex/achemso/achemso.cls +%{_texdir}/texmf-dist/tex/latex/achemso/achemso.sty +%{_texdir}/texmf-dist/tex/latex/achemso/natmove.sty +%{_texdir}/texmf-dist/tex/latex/achemso/config/acbcct.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/accacs.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/achre4.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/acncdm.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/acsccc.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/amclct.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/amlccd.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/ancac3.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/ancham.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/bcches.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/bichaw.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/bipret.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/bomaf6.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/cgdefu.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/chreay.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/cmatex.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/crtoec.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/enfuem.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/esthag.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/iecred.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/inoraj.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jacsat.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jafcau.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jceaax.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jceda8.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jcisd8.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jctcce.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jmcmar.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jnprdf.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/joceah.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jpcafh.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jpccck.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jpclcd.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/jprobs.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/langd5.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/mamobx.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/mpohbp.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/nalefd.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/oprdfk.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/orgnd7.cfg +%{_texdir}/texmf-dist/tex/latex/achemso/config/orlef7.cfg + +%files achemso-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/achemso/README +%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.bib +%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.pdf +%{_texdir}/texmf-dist/doc/latex/achemso/achemso-demo.tex +%{_texdir}/texmf-dist/doc/latex/achemso/achemso.pdf + +%files aiaa +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/aiaa/aiaa.bst +%{_texdir}/texmf-dist/tex/latex/aiaa/aiaa-tc.cls + +%files aiaa-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aiaa/README +%{_texdir}/texmf-dist/doc/latex/aiaa/aiaa.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/author_guide.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/author_guide.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/bibtex_database.bib +%{_texdir}/texmf-dist/doc/latex/aiaa/figure_magnet.eps +%{_texdir}/texmf-dist/doc/latex/aiaa/figure_magnet.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/template_advanced.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/template_advanced.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/template_basic.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/template_basic.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/CHANGES +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/MANIFEST +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/README +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.dtx +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.ins +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/aiaalgo.eps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstref.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty +%{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex + +%files aichej +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/aichej/aichej.bst + +%files akktex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/akktex/akkconditional.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkcounterlabelpattern.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkcs.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkdoc.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkgerman.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkgermanabbreviations.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akklecture.cls +%{_texdir}/texmf-dist/tex/latex/akktex/akklongpage.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmath.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathbasic.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathdisc.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathfun.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathnum.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathpaper.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathproof.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathrel.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathset.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkmathtext.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akknum.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkparskip.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkscript.cls +%{_texdir}/texmf-dist/tex/latex/akktex/akksection.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkstring.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akktecdoc.cls +%{_texdir}/texmf-dist/tex/latex/akktex/akktex.sty +%{_texdir}/texmf-dist/tex/latex/akktex/akkwidepage.sty + +%files akktex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/akktex/README +%{_texdir}/texmf-dist/doc/latex/akktex/README.TEXLIVE + +%files akletter +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/akletter/akfax.cfg +%{_texdir}/texmf-dist/tex/latex/akletter/akletter.cfg +%{_texdir}/texmf-dist/tex/latex/akletter/akletter.cls +%{_texdir}/texmf-dist/tex/latex/akletter/myletter.cls + +%files akletter-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/akletter/akletter.tex +%{_texdir}/texmf-dist/doc/latex/akletter/akletter.upl +%{_texdir}/texmf-dist/doc/latex/akletter/letterdoc.pdf +%{_texdir}/texmf-dist/doc/latex/akletter/letterdoc.tex +%{_texdir}/texmf-dist/doc/latex/akletter/lettereng.pdf +%{_texdir}/texmf-dist/doc/latex/akletter/lettereng.tex + +%files aleph +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/aleph.1* +%{_mandir}/man1/lamed.1* + +%files aleph-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/aleph/base/News +%{_texdir}/texmf-dist/doc/aleph/base/readme.txt + +%files latex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/makeindex/latex/gglo.ist +%{_texdir}/texmf-dist/makeindex/latex/gind.ist +%{_texdir}/texmf-dist/tex/latex/base/alltt.sty +%{_texdir}/texmf-dist/tex/latex/base/ansinew.def +%{_texdir}/texmf-dist/tex/latex/base/applemac.def +%{_texdir}/texmf-dist/tex/latex/base/article.cls +%{_texdir}/texmf-dist/tex/latex/base/article.sty +%{_texdir}/texmf-dist/tex/latex/base/ascii.def +%{_texdir}/texmf-dist/tex/latex/base/bezier.sty +%{_texdir}/texmf-dist/tex/latex/base/bk10.clo +%{_texdir}/texmf-dist/tex/latex/base/bk11.clo +%{_texdir}/texmf-dist/tex/latex/base/bk12.clo +%{_texdir}/texmf-dist/tex/latex/base/book.cls +%{_texdir}/texmf-dist/tex/latex/base/book.sty +%{_texdir}/texmf-dist/tex/latex/base/cp1250.def +%{_texdir}/texmf-dist/tex/latex/base/cp1252.def +%{_texdir}/texmf-dist/tex/latex/base/cp1257.def +%{_texdir}/texmf-dist/tex/latex/base/cp437.def +%{_texdir}/texmf-dist/tex/latex/base/cp437de.def +%{_texdir}/texmf-dist/tex/latex/base/cp850.def +%{_texdir}/texmf-dist/tex/latex/base/cp852.def +%{_texdir}/texmf-dist/tex/latex/base/cp858.def +%{_texdir}/texmf-dist/tex/latex/base/cp865.def +%{_texdir}/texmf-dist/tex/latex/base/decmulti.def +%{_texdir}/texmf-dist/tex/latex/base/doc.sty +%{_texdir}/texmf-dist/tex/latex/base/docstrip.tex +%{_texdir}/texmf-dist/tex/latex/base/exscale.sty +%{_texdir}/texmf-dist/tex/latex/base/fix-cm.sty +%{_texdir}/texmf-dist/tex/latex/base/fixltx2e.sty +%{_texdir}/texmf-dist/tex/latex/base/flafter.sty +%{_texdir}/texmf-dist/tex/latex/base/fleqn.clo +%{_texdir}/texmf-dist/tex/latex/base/fleqn.sty +%{_texdir}/texmf-dist/tex/latex/base/fontenc.sty +%{_texdir}/texmf-dist/tex/latex/base/fontmath.cfg +%{_texdir}/texmf-dist/tex/latex/base/fontmath.ltx +%{_texdir}/texmf-dist/tex/latex/base/fonttext.cfg +%{_texdir}/texmf-dist/tex/latex/base/fonttext.ltx +%{_texdir}/texmf-dist/tex/latex/base/graphpap.sty +%{_texdir}/texmf-dist/tex/latex/base/hyphen.ltx +%{_texdir}/texmf-dist/tex/latex/base/idx.tex +%{_texdir}/texmf-dist/tex/latex/base/ifthen.sty +%{_texdir}/texmf-dist/tex/latex/base/inputenc.sty +%{_texdir}/texmf-dist/tex/latex/base/lablst.tex +%{_texdir}/texmf-dist/tex/latex/base/latex.ltx +%{_texdir}/texmf-dist/tex/latex/base/latex209.def +%{_texdir}/texmf-dist/tex/latex/base/latexbug.tex +%{_texdir}/texmf-dist/tex/latex/base/latexsym.sty +%{_texdir}/texmf-dist/tex/latex/base/latin1.def +%{_texdir}/texmf-dist/tex/latex/base/latin10.def +%{_texdir}/texmf-dist/tex/latex/base/latin2.def +%{_texdir}/texmf-dist/tex/latex/base/latin3.def +%{_texdir}/texmf-dist/tex/latex/base/latin4.def +%{_texdir}/texmf-dist/tex/latex/base/latin5.def +%{_texdir}/texmf-dist/tex/latex/base/latin9.def +%{_texdir}/texmf-dist/tex/latex/base/lcyenc.dfu +%{_texdir}/texmf-dist/tex/latex/base/leqno.clo +%{_texdir}/texmf-dist/tex/latex/base/leqno.sty +%{_texdir}/texmf-dist/tex/latex/base/letter.cls +%{_texdir}/texmf-dist/tex/latex/base/letter.sty +%{_texdir}/texmf-dist/tex/latex/base/lppl.tex +%{_texdir}/texmf-dist/tex/latex/base/ltnews.cls +%{_texdir}/texmf-dist/tex/latex/base/ltpatch.ltx +%{_texdir}/texmf-dist/tex/latex/base/ltxcheck.tex +%{_texdir}/texmf-dist/tex/latex/base/ltxdoc.cls +%{_texdir}/texmf-dist/tex/latex/base/ltxguide.cls +%{_texdir}/texmf-dist/tex/latex/base/ly1enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/macce.def +%{_texdir}/texmf-dist/tex/latex/base/makeidx.sty +%{_texdir}/texmf-dist/tex/latex/base/minimal.cls +%{_texdir}/texmf-dist/tex/latex/base/newlfont.sty +%{_texdir}/texmf-dist/tex/latex/base/next.def +%{_texdir}/texmf-dist/tex/latex/base/nfssfont.tex +%{_texdir}/texmf-dist/tex/latex/base/oldlfont.sty +%{_texdir}/texmf-dist/tex/latex/base/omlcmm.fd +%{_texdir}/texmf-dist/tex/latex/base/omlcmr.fd +%{_texdir}/texmf-dist/tex/latex/base/omlenc.def +%{_texdir}/texmf-dist/tex/latex/base/omllcmm.fd +%{_texdir}/texmf-dist/tex/latex/base/omscmr.fd +%{_texdir}/texmf-dist/tex/latex/base/omscmsy.fd +%{_texdir}/texmf-dist/tex/latex/base/omsenc.def +%{_texdir}/texmf-dist/tex/latex/base/omsenc.dfu +%{_texdir}/texmf-dist/tex/latex/base/omslcmsy.fd +%{_texdir}/texmf-dist/tex/latex/base/omxcmex.fd +%{_texdir}/texmf-dist/tex/latex/base/omxlcmex.fd +%{_texdir}/texmf-dist/tex/latex/base/openbib.sty +%{_texdir}/texmf-dist/tex/latex/base/ot1cmdh.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmfib.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmfr.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmr.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmss.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1cmvtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1enc.def +%{_texdir}/texmf-dist/tex/latex/base/ot1enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/ot1lcmss.fd +%{_texdir}/texmf-dist/tex/latex/base/ot1lcmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ot2enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/ot4enc.def +%{_texdir}/texmf-dist/tex/latex/base/preload.cfg +%{_texdir}/texmf-dist/tex/latex/base/preload.ltx +%{_texdir}/texmf-dist/tex/latex/base/proc.cls +%{_texdir}/texmf-dist/tex/latex/base/proc.sty +%{_texdir}/texmf-dist/tex/latex/base/report.cls +%{_texdir}/texmf-dist/tex/latex/base/report.sty +%{_texdir}/texmf-dist/tex/latex/base/sample2e.tex +%{_texdir}/texmf-dist/tex/latex/base/sfonts.def +%{_texdir}/texmf-dist/tex/latex/base/shortvrb.sty +%{_texdir}/texmf-dist/tex/latex/base/showidx.sty +%{_texdir}/texmf-dist/tex/latex/base/size10.clo +%{_texdir}/texmf-dist/tex/latex/base/size11.clo +%{_texdir}/texmf-dist/tex/latex/base/size12.clo +%{_texdir}/texmf-dist/tex/latex/base/slides.cls +%{_texdir}/texmf-dist/tex/latex/base/slides.def +%{_texdir}/texmf-dist/tex/latex/base/slides.sty +%{_texdir}/texmf-dist/tex/latex/base/small2e.tex +%{_texdir}/texmf-dist/tex/latex/base/syntonly.sty +%{_texdir}/texmf-dist/tex/latex/base/t1cmdh.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmfib.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmfr.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmr.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmss.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/t1cmvtt.fd +%{_texdir}/texmf-dist/tex/latex/base/t1enc.def +%{_texdir}/texmf-dist/tex/latex/base/t1enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/t1enc.sty +%{_texdir}/texmf-dist/tex/latex/base/t1lcmss.fd +%{_texdir}/texmf-dist/tex/latex/base/t1lcmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/t2aenc.dfu +%{_texdir}/texmf-dist/tex/latex/base/t2benc.dfu +%{_texdir}/texmf-dist/tex/latex/base/t2cenc.dfu +%{_texdir}/texmf-dist/tex/latex/base/testpage.tex +%{_texdir}/texmf-dist/tex/latex/base/texsys.cfg +%{_texdir}/texmf-dist/tex/latex/base/textcomp.sty +%{_texdir}/texmf-dist/tex/latex/base/tracefnt.sty +%{_texdir}/texmf-dist/tex/latex/base/ts1cmr.fd +%{_texdir}/texmf-dist/tex/latex/base/ts1cmss.fd +%{_texdir}/texmf-dist/tex/latex/base/ts1cmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ts1cmvtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ts1enc.def +%{_texdir}/texmf-dist/tex/latex/base/ts1enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/ucmr.fd +%{_texdir}/texmf-dist/tex/latex/base/ucmss.fd +%{_texdir}/texmf-dist/tex/latex/base/ucmtt.fd +%{_texdir}/texmf-dist/tex/latex/base/ulasy.fd +%{_texdir}/texmf-dist/tex/latex/base/ullasy.fd +%{_texdir}/texmf-dist/tex/latex/base/utf8-test.tex +%{_texdir}/texmf-dist/tex/latex/base/utf8.def +%{_texdir}/texmf-dist/tex/latex/base/utf8enc.dfu +%{_texdir}/texmf-dist/tex/latex/base/utf8test.tex +%{_texdir}/texmf-dist/tex/latex/base/x2enc.dfu + +%files latex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/base/00readme.txt +%{_texdir}/texmf-dist/doc/latex/base/alltt.pdf +%{_texdir}/texmf-dist/doc/latex/base/autoload.txt +%{_texdir}/texmf-dist/doc/latex/base/bugs.txt +%{_texdir}/texmf-dist/doc/latex/base/cfgguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/changes.txt +%{_texdir}/texmf-dist/doc/latex/base/classes.pdf +%{_texdir}/texmf-dist/doc/latex/base/clsguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/cmfonts.pdf +%{_texdir}/texmf-dist/doc/latex/base/cyrguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/doc.pdf +%{_texdir}/texmf-dist/doc/latex/base/docstrip.pdf +%{_texdir}/texmf-dist/doc/latex/base/encguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/exscale.pdf +%{_texdir}/texmf-dist/doc/latex/base/fixltx2e.pdf +%{_texdir}/texmf-dist/doc/latex/base/fntguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/graphpap.pdf +%{_texdir}/texmf-dist/doc/latex/base/ifthen.pdf +%{_texdir}/texmf-dist/doc/latex/base/inputenc.pdf +%{_texdir}/texmf-dist/doc/latex/base/latex209.pdf +%{_texdir}/texmf-dist/doc/latex/base/latexsym.pdf +%{_texdir}/texmf-dist/doc/latex/base/lb2.pdf +%{_texdir}/texmf-dist/doc/latex/base/legal.txt +%{_texdir}/texmf-dist/doc/latex/base/letter.pdf +%{_texdir}/texmf-dist/doc/latex/base/lgc2.pdf +%{_texdir}/texmf-dist/doc/latex/base/lppl-1-0.txt +%{_texdir}/texmf-dist/doc/latex/base/lppl-1-1.txt +%{_texdir}/texmf-dist/doc/latex/base/lppl-1-2.txt +%{_texdir}/texmf-dist/doc/latex/base/lppl.pdf +%{_texdir}/texmf-dist/doc/latex/base/lppl.txt +%{_texdir}/texmf-dist/doc/latex/base/ltnews.pdf +%{_texdir}/texmf-dist/doc/latex/base/ltx3info.pdf +%{_texdir}/texmf-dist/doc/latex/base/ltxcheck.pdf +%{_texdir}/texmf-dist/doc/latex/base/ltxdoc.pdf +%{_texdir}/texmf-dist/doc/latex/base/makeindx.pdf +%{_texdir}/texmf-dist/doc/latex/base/manifest.txt +%{_texdir}/texmf-dist/doc/latex/base/manual.pdf +%{_texdir}/texmf-dist/doc/latex/base/modguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/newlfont.pdf +%{_texdir}/texmf-dist/doc/latex/base/oldlfont.pdf +%{_texdir}/texmf-dist/doc/latex/base/patches.txt +%{_texdir}/texmf-dist/doc/latex/base/proc.pdf +%{_texdir}/texmf-dist/doc/latex/base/slides.pdf +%{_texdir}/texmf-dist/doc/latex/base/slifonts.pdf +%{_texdir}/texmf-dist/doc/latex/base/source2e.pdf +%{_texdir}/texmf-dist/doc/latex/base/syntonly.pdf +%{_texdir}/texmf-dist/doc/latex/base/tex2.txt +%{_texdir}/texmf-dist/doc/latex/base/texpert.txt +%{_texdir}/texmf-dist/doc/latex/base/tlc2.pdf +%{_texdir}/texmf-dist/doc/latex/base/usrguide.pdf +%{_texdir}/texmf-dist/doc/latex/base/utf8ienc.pdf +%{_texdir}/texmf-dist/doc/latex/base/webcomp.pdf + +%files luatex +%defattr(-,root,root) +%doc gpl2.txt +%{_mandir}/man1/luatex.1* +%{_mandir}/man1/texlua.1* +%{_mandir}/man1/texluac.1* +%{_texdir}/texmf-dist/tex/generic/config/luatex-unicode-letters.tex +%{_texdir}/texmf-dist/tex/generic/config/luatexiniconfig.tex +%{_texdir}/texmf-dist/web2c/texmfcnf.lua + +%files luatex-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/luatex/base/fdata.lua +%{_texdir}/texmf-dist/doc/luatex/base/fdata_epdf.lua +%{_texdir}/texmf-dist/doc/luatex/base/fdata_img.lua +%{_texdir}/texmf-dist/doc/luatex/base/functionref.pdf +%{_texdir}/texmf-dist/doc/luatex/base/functionref.tex +%{_texdir}/texmf-dist/doc/luatex/base/luatex.man +%{_texdir}/texmf-dist/doc/luatex/base/luatexref-env.tex +%{_texdir}/texmf-dist/doc/luatex/base/luatexref-t.pdf +%{_texdir}/texmf-dist/doc/luatex/base/luatexref-t.tex + +%files luatex-bin +%defattr(-,root,root) +%doc gpl2.txt +%{_bindir}/dviluatex +%{_bindir}/luatex +%{_bindir}/texlua +%{_bindir}/texluac + +%files pdftex +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/pdfetex.1* +%{_mandir}/man1/pdftex.1* +%{_texdir}/texmf-dist/tex/generic/config/pdftex-dvi.tex +%{_texdir}/texmf-dist/tex/generic/config/pdftexconfig.tex +%{_texdir}/texmf-dist/fonts/map/pdftex/updmap/pdftex.map +%{_texdir}/texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map +%{_texdir}/texmf-dist/fonts/map/pdftex/updmap/pdftex_ndl14.map +%{_texdir}/texmf-dist/scripts/simpdftex/simpdftex +%{_texdir}/texmf-dist/tex/generic/pdftex/glyphtounicode.tex + +%files pdftex-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/pdftex/Announcement-1.40.2 +%{_texdir}/texmf-dist/doc/pdftex/NEWS +%{_texdir}/texmf-dist/doc/pdftex/README +%{_texdir}/texmf-dist/doc/pdftex/manual/ChangeLog +%{_texdir}/texmf-dist/doc/pdftex/manual/Makefile +%{_texdir}/texmf-dist/doc/pdftex/manual/README +%{_texdir}/texmf-dist/doc/pdftex/manual/makefiles.cmd +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-a.pdf +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-i.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-l.pdf +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-s.pdf +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-t.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-t.txt +%{_texdir}/texmf-dist/doc/pdftex/manual/pdftex-w.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/syntaxform.awk +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/cmr10.103 +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/obj.dat +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pdfcolor.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.eps +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.jpg +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.mps +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.pdf +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic.png +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/pic16.png +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/rgb.icc +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.0 +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.1 +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/supp-mis.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/supp-pdf.tex +%{_texdir}/texmf-dist/doc/pdftex/manual/samplepdf/tmp.pdf +%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile +%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/fdl.tex +%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.bbl +%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf +%{_texdir}/texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.tex +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/abbr.tex +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/efcode.tex +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2.etx +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2.mtx +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/il2protcode.tex +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktextfm +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktextfm.ext +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/mktfm8z +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/protcode.tex +%{_texdir}/texmf-dist/doc/pdftex/thanh/ext/ufntinst.sty + +%files kpathsea +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_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* +%{_infodir}/tds.info* +%{_infodir}/web2c.info* +%{_texdir}/texmf-dist/web2c/amiga-pl.tcx +%{_texdir}/texmf-dist/web2c/cp1250cs.tcx +%{_texdir}/texmf-dist/web2c/cp1250pl.tcx +%{_texdir}/texmf-dist/web2c/cp1250t1.tcx +%{_texdir}/texmf-dist/web2c/cp227.tcx +%{_texdir}/texmf-dist/web2c/cp852-cs.tcx +%{_texdir}/texmf-dist/web2c/cp852-pl.tcx +%{_texdir}/texmf-dist/web2c/cp8bit.tcx +%{_texdir}/texmf-dist/web2c/empty.tcx +%config(noreplace) %{_texdir}/texmf-dist/web2c/fmtutil.cnf +%{_texdir}/texmf-dist/web2c/il1-t1.tcx +%{_texdir}/texmf-dist/web2c/il2-cs.tcx +%{_texdir}/texmf-dist/web2c/il2-pl.tcx +%{_texdir}/texmf-dist/web2c/il2-t1.tcx +%{_texdir}/texmf-dist/web2c/kam-cs.tcx +%{_texdir}/texmf-dist/web2c/kam-t1.tcx +%{_texdir}/texmf-dist/web2c/macce-pl.tcx +%{_texdir}/texmf-dist/web2c/macce-t1.tcx +%{_texdir}/texmf-dist/web2c/maz-pl.tcx +%config(noreplace) %{_texdir}/texmf-dist/web2c/mktex.cnf +%{_texdir}/texmf-dist/web2c/mktex.opt +%{_texdir}/texmf-dist/web2c/mktexdir +%{_texdir}/texmf-dist/web2c/mktexdir.opt +%{_texdir}/texmf-dist/web2c/mktexnam +%{_texdir}/texmf-dist/web2c/mktexnam.opt +%{_texdir}/texmf-dist/web2c/mktexupd +%{_texdir}/texmf-dist/web2c/natural.tcx +%{_texdir}/texmf-dist/web2c/tcvn-t5.tcx +%config(noreplace) %{_texdir}/texmf-dist/web2c/texmf.cnf +%{_texdir}/texmf-dist/web2c/viscii-t5.tcx + +%files kpathsea-doc +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/doc/kpathsea/kpathsea.html +%{_texdir}/texmf-dist/doc/kpathsea/kpathsea.pdf +%{_texdir}/texmf-dist/doc/web2c/web2c.html +%{_texdir}/texmf-dist/doc/web2c/web2c.pdf + +%files kpathsea-bin +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_bindir}/kpseaccess +%{_bindir}/kpsereadlink +%{_bindir}/kpsestat +%{_bindir}/kpsewhich +%{_bindir}/mkocp +%{_bindir}/mkofm +%{_bindir}/mktexfmt +%{_bindir}/mktexlsr +%{_bindir}/mktexmf +%{_bindir}/mktexpk +%{_bindir}/mktextfm +%{_bindir}/texhash + +%files pdftex-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/etex +%{_bindir}/pdfetex +%{_bindir}/pdftex +%{_bindir}/simpdftex + +%files latexconfig +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/latexconfig/color.cfg +%{_texdir}/texmf-dist/tex/latex/latexconfig/dvilualatex.ini +%{_texdir}/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +%{_texdir}/texmf-dist/tex/latex/latexconfig/graphics.cfg +%{_texdir}/texmf-dist/tex/latex/latexconfig/hyperref.cfg +%{_texdir}/texmf-dist/tex/latex/latexconfig/latex.ini +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex-patch-kernel.tex +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex-reset-codes.tex +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatex.ini +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexiniconfig.tex +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.lua +%{_texdir}/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.tex +%{_texdir}/texmf-dist/tex/latex/latexconfig/mllatex.ini +%{_texdir}/texmf-dist/tex/latex/latexconfig/pdflatex.ini +%{_texdir}/texmf-dist/tex/latex/latexconfig/xelatex.ini + +%files latex-fonts +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/circle.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmex10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmmi8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmsy8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/icmtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilasy8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmss8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmssb8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ilcmssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy5.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy6.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy7.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasy9.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lasyb10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmss8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmssb8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/lcmssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/line.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/line10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/linew10.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/sroman.mf +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/sromanu.mf +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/icmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilasy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmssb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ilcmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmssb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/lcmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm + +%files latex-fonts-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/latex-fonts/README +%{_texdir}/texmf-dist/doc/fonts/latex-fonts/legal.txt + +%files plain +%defattr(-,root,root) +%{_texdir}/texmf-dist/makeindex/plain/plaintex.ist +%{_texdir}/texmf-dist/tex/plain/base/fontchart.tex +%{_texdir}/texmf-dist/tex/plain/base/gkpmac.tex +%{_texdir}/texmf-dist/tex/plain/base/letter.tex +%{_texdir}/texmf-dist/tex/plain/base/list.tex +%{_texdir}/texmf-dist/tex/plain/base/llist.tex +%{_texdir}/texmf-dist/tex/plain/base/manmac.tex +%{_texdir}/texmf-dist/tex/plain/base/mftmac.tex +%{_texdir}/texmf-dist/tex/plain/base/mptmac.tex +%{_texdir}/texmf-dist/tex/plain/base/picmac.tex +%{_texdir}/texmf-dist/tex/plain/base/plain.tex +%{_texdir}/texmf-dist/tex/plain/base/story.tex +%{_texdir}/texmf-dist/tex/plain/base/testfont.tex +%{_texdir}/texmf-dist/tex/plain/base/webmac.tex +%{_texdir}/texmf-dist/tex/plain/base/wlist.tex +%{_texdir}/texmf-dist/tex/plain/config/aleph.ini +%{_texdir}/texmf-dist/tex/plain/config/bplain.ini +%{_texdir}/texmf-dist/tex/plain/config/dviluatex.ini +%{_texdir}/texmf-dist/tex/plain/config/etex.ini +%{_texdir}/texmf-dist/tex/plain/config/luatex.ini +%{_texdir}/texmf-dist/tex/plain/config/omega.ini +%{_texdir}/texmf-dist/tex/plain/config/pdfbplain.ini +%{_texdir}/texmf-dist/tex/plain/config/pdfetex.ini +%{_texdir}/texmf-dist/tex/plain/config/pdftexmagfix.tex +%{_texdir}/texmf-dist/tex/plain/config/tex.ini +%{_texdir}/texmf-dist/tex/plain/config/xetex.ini + +%files lambda +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/lambda/base/UT1cmr.fd +%{_texdir}/texmf-dist/tex/lambda/base/UT1omlgc.fd +%{_texdir}/texmf-dist/tex/lambda/base/elhyph16.tex +%{_texdir}/texmf-dist/tex/lambda/base/french.bgd +%{_texdir}/texmf-dist/tex/lambda/base/french.lay +%{_texdir}/texmf-dist/tex/lambda/base/grcodes.tex +%{_texdir}/texmf-dist/tex/lambda/base/greek.bgd +%{_texdir}/texmf-dist/tex/lambda/base/greek.lay +%{_texdir}/texmf-dist/tex/lambda/base/grmhyph.tex +%{_texdir}/texmf-dist/tex/lambda/base/inuit.hpn +%{_texdir}/texmf-dist/tex/lambda/base/lambda.tex +%{_texdir}/texmf-dist/tex/lambda/base/lchcmr.fd +%{_texdir}/texmf-dist/tex/lambda/base/lchenc.def +%{_texdir}/texmf-dist/tex/lambda/base/ocherokee.sty +%{_texdir}/texmf-dist/tex/lambda/base/odev.sty +%{_texdir}/texmf-dist/tex/lambda/base/ojapan.sty +%{_texdir}/texmf-dist/tex/lambda/base/omarab.cfg +%{_texdir}/texmf-dist/tex/lambda/base/omega.sty +%{_texdir}/texmf-dist/tex/lambda/base/omlgc.cfg +%{_texdir}/texmf-dist/tex/lambda/base/ot1omarb.fd +%{_texdir}/texmf-dist/tex/lambda/base/ot1omlgc.fd +%{_texdir}/texmf-dist/tex/lambda/base/ot1uctt.fd +%{_texdir}/texmf-dist/tex/lambda/base/usenglish.bgd +%{_texdir}/texmf-dist/tex/lambda/base/usenglish.lay +%{_texdir}/texmf-dist/tex/lambda/base/ut1enc.def +%{_texdir}/texmf-dist/tex/lambda/config/lambda.ini +%{_texdir}/texmf-dist/tex/lambda/config/language.dat + +%files aleph-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/aleph +%{_bindir}/lamed + +%files algorithmicx +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algc.sty +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algcompatible.sty +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algmatlab.sty +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algpascal.sty +%{_texdir}/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty + +%files algorithmicx-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/algorithmicx/README +%{_texdir}/texmf-dist/doc/latex/algorithmicx/algorithmicx.pdf +%{_texdir}/texmf-dist/doc/latex/algorithmicx/algorithmicx.tex + +%files algorithms +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/tex/latex/algorithms/algorithm.sty +%{_texdir}/texmf-dist/tex/latex/algorithms/algorithmic.sty + +%files algorithms-doc +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/doc/latex/algorithms/COPYING +%{_texdir}/texmf-dist/doc/latex/algorithms/README +%{_texdir}/texmf-dist/doc/latex/algorithms/THANKS +%{_texdir}/texmf-dist/doc/latex/algorithms/algorithms.pdf + +%files algorithm2e +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty + +%files algorithm2e-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/algorithm2e/README +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex01.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex02.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex03.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex04.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex06.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex07.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exAlgoDisjdecomp.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exIR.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exfor.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exgeneric.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex +%{_texdir}/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex + +%files alg +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/alg/alg.sty + +%files alg-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/alg/readme.txt + +%files allrunes +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/allrunes/allrunes.map +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frua.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruabt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruacs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruact.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruaks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruakt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruals.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frualt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruams.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruamt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruann.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruanr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruans.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruant.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frubase.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruc.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucbt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruccs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucct.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruckt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucln.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucls.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruclt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucms.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucmt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucns.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frucnt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frul.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulbt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulcs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulct.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulkt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulln.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulls.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frullt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulms.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulmt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulns.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frulnt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frum.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumbt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumcs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumct.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumkt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumln.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumls.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumlt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumms.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frummt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumns.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frumnt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frun.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunbt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/fruncs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunct.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunkt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunln.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunls.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunlt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunms.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunmt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunns.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frunnt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frusep.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frut.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutbt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutcs.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutct.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutks.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutkt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutln.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutls.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutlt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutms.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutmt.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnm.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnn.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnq.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnr.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutns.mf +%{_texdir}/texmf-dist/fonts/source/public/allrunes/frutnt.mf +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruabt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruacs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruact.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruaks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruakt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruals.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frualt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruams.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruamt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruann.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruanr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruans.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucbt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruccs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucct.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruckt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucln.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucls.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruclt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucms.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucmt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucns.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frucnt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulbt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulcs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulct.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulkt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulln.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulls.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frullt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulms.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulmt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulns.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frulnt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumbt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumcs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumct.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumkt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumln.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumls.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumlt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumms.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frummt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumns.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frumnt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunbt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/fruncs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunct.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunkt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunln.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunls.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunlt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunms.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunmt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunns.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frunnt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutbt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutcs.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutct.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutks.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutkt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutln.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutls.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutlt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutms.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutmt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnn.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnq.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutns.pfb +%{_texdir}/texmf-dist/fonts/type1/public/allrunes/frutnt.pfb +%{_texdir}/texmf-dist/tex/latex/allrunes/allrunes.sty +%{_texdir}/texmf-dist/tex/latex/allrunes/ara.fd +%{_texdir}/texmf-dist/tex/latex/allrunes/arc.fd +%{_texdir}/texmf-dist/tex/latex/allrunes/arl.fd +%{_texdir}/texmf-dist/tex/latex/allrunes/arm.fd +%{_texdir}/texmf-dist/tex/latex/allrunes/arn.fd +%{_texdir}/texmf-dist/tex/latex/allrunes/art.fd + +%files allrunes-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/allrunes/README +%{_texdir}/texmf-dist/doc/fonts/allrunes/allrunes.pdf + +%files alnumsec +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/alnumsec/alnumsec.sty + +%files alnumsec-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/alnumsec/README +%{_texdir}/texmf-dist/doc/latex/alnumsec/alnumsec.pdf + +%files alterqcm +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/alterqcm/alterqcm.sty + +%files alterqcm-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/alterqcm/README +%{_texdir}/texmf-dist/doc/latex/alterqcm/README.doc +%{_texdir}/texmf-dist/doc/latex/alterqcm/doc_aq-screen.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/AntillesESjuin2006.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/alea.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/annexe.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/correct.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/example_1.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/example_2.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/language.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/points.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/sep.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/transparent-final.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/transparent-init.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/latex/verb.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/AntillesESjuin2006.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/alea.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/annexe.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/correct.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/doc_aq.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/example_1.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/example_2.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/language.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/points.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/sep.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/transparent-final.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/transparent-init.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/examples/pdf/verb.pdf +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/180px-Gustave_Moreau_007.jpg +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/240px-Mort_du_fossoyeur.jpg +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/The_Wounded_Angel_-_Hugo_Simberg.jpg +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/aq.ist +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-def.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-excomp.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-globales.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-installation.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-locales.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-mc.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-points.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc-aq-problem.tex +%{_texdir}/texmf-dist/doc/latex/alterqcm/latex/doc_aq-main.tex + +%files altfont +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/altfont/altfont.cfg +%{_texdir}/texmf-dist/tex/latex/altfont/altfont.sty +%{_texdir}/texmf-dist/tex/latex/altfont/psfont.cfg +%{_texdir}/texmf-dist/tex/latex/altfont/psfont.sty + +%files altfont-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/altfont/README +%{_texdir}/texmf-dist/doc/latex/altfont/altfont.pdf +%{_texdir}/texmf-dist/doc/latex/altfont/psfont.pdf + +%files ametsoc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst +%{_texdir}/texmf-dist/tex/latex/ametsoc/ametsoc.sty +%{_texdir}/texmf-dist/tex/latex/ametsoc/ametsoc2col.sty + +%files ametsoc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/ametsoc/AMS_References.pdf +%{_texdir}/texmf-dist/doc/latex/ametsoc/README +%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper.pdf +%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper.tex +%{_texdir}/texmf-dist/doc/latex/ametsoc/amspaper2col.pdf +%{_texdir}/texmf-dist/doc/latex/ametsoc/blank_template.pdf +%{_texdir}/texmf-dist/doc/latex/ametsoc/blank_template.tex +%{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography/database.bib +%{_texdir}/texmf-dist/doc/latex/ametsoc/bibliography/references.bib +%{_texdir}/texmf-dist/doc/latex/ametsoc/figures/figure01.eps + +%files amiri +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-bold.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-boldslanted.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-quran.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-regular.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/amiri/amiri-slanted.ttf + +%files amiri-doc +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/Makefile +%{_texdir}/texmf-dist/doc/fonts/amiri/OFL-FAQ.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/OFL.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/README +%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/NEWS-Arabic.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/NEWS.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/README-Arabic.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/README.txt +%{_texdir}/texmf-dist/doc/fonts/amiri/documentation/amiri-table.pdf +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-bold.fea.pp +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-bold.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-boldslanted.fea.pp +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-quran.fea.pp +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-regular.fea.pp +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-regular.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri-slanted.fea.pp +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/amiri.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/basic.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/classes.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/composition.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/contextuals.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/enclosing.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/italic.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/italic_kerning.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/kashida.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/kerning.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/latin.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/lellah.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/local.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/post_mark.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/proportional.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/quran.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/rtlm.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/stylisticsets.fea +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Bold.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-BoldItalic.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Italic.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/Crimson-Roman.sfd +%{_texdir}/texmf-dist/doc/fonts/amiri/sources/crimson/README +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/basic.test +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/enclosing.ptest +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/extendedmeem.test +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/high_baa.test +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/lamlam.test +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/lellah.test +%{_texdir}/texmf-dist/doc/fonts/amiri/test-suite/local.test +%{_texdir}/texmf-dist/doc/fonts/amiri/tools/build.py +%{_texdir}/texmf-dist/doc/fonts/amiri/tools/runtest.py + +%files amsaddr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/amsaddr/amsaddr.sty + +%files amsaddr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/amsaddr/README +%{_texdir}/texmf-dist/doc/latex/amsaddr/amsaddr.pdf + +%files amscls +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/amscls/amsalpha.bst +%{_texdir}/texmf-dist/bibtex/bst/amscls/amsplain.bst +%{_texdir}/texmf-dist/tex/latex/amscls/amsart.cls +%{_texdir}/texmf-dist/tex/latex/amscls/amsbook.cls +%{_texdir}/texmf-dist/tex/latex/amscls/amsbooka.sty +%{_texdir}/texmf-dist/tex/latex/amscls/amsdtx.cls +%{_texdir}/texmf-dist/tex/latex/amscls/amsldoc.cls +%{_texdir}/texmf-dist/tex/latex/amscls/amsmidx.sty +%{_texdir}/texmf-dist/tex/latex/amscls/amsproc.cls +%{_texdir}/texmf-dist/tex/latex/amscls/amsthm.sty +%{_texdir}/texmf-dist/tex/latex/amscls/upref.sty + +%files amscls-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/amscls/00LICENSE.txt +%{_texdir}/texmf-dist/doc/latex/amscls/amsart.template +%{_texdir}/texmf-dist/doc/latex/amscls/amsbook.template +%{_texdir}/texmf-dist/doc/latex/amscls/amsclass.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/amsdtx.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/amsmidx.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/amsproc.template +%{_texdir}/texmf-dist/doc/latex/amscls/amsthdoc.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/diffs-c.txt +%{_texdir}/texmf-dist/doc/latex/amscls/instr-l.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/thmtest.pdf +%{_texdir}/texmf-dist/doc/latex/amscls/upref.pdf + +%files amsfonts +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbsy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbx9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbxsl10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmbxti10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmcsc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmdunh10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmex10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmff10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmfi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmfib8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cminch.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmitt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmi9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmmib10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr17.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmr9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsl9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsltt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss17.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmss9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssbx10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssdc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi17.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssi9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssq8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmssqi8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmsy9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtcsc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtex9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmti9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt12.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmtt9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmu10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cm/cmvtt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyr10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncysc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyss10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/euex9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufb7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eufm7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurb7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eurm7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusb7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/euler/eusm7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lasyb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcircle1.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcirclew.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmss8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssb8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssi8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/line10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/latxfont/linew10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msam9.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm10.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm5.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm6.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm7.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm8.afm +%{_texdir}/texmf-dist/fonts/afm/public/amsfonts/symbols/msbm9.afm +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cm.map +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cmextra.map +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/cyrillic.map +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/euler.map +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/latxfont.map +%{_texdir}/texmf-dist/fonts/map/dvips/amsfonts/symbols.map +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmex9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrfont.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrilu.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrital.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrmax.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspl.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspu.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrti.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/serb.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/serbspu.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncysc10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/dummy/dummy.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/amsya.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/amsyb.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/asymbols.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/bsymbols.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msam9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm10.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm5.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm6.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm7.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm8.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/msbm9.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbbase.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbbold.mf +%{_texdir}/texmf-dist/fonts/source/public/amsfonts/symbols/xbcaps.mf +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/dummy/dummy.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/euex9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eufm9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eurm9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/euler/eusm9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm9.tfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfm +%{_texdir}/texmf-dist/tex/latex/amsfonts/amsfonts.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/amssymb.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/cmmib57.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/eucal.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/eufrak.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/euscript.sty +%{_texdir}/texmf-dist/tex/latex/amsfonts/ueuex.fd +%{_texdir}/texmf-dist/tex/latex/amsfonts/ueuf.fd +%{_texdir}/texmf-dist/tex/latex/amsfonts/ueur.fd +%{_texdir}/texmf-dist/tex/latex/amsfonts/ueus.fd +%{_texdir}/texmf-dist/tex/latex/amsfonts/umsa.fd +%{_texdir}/texmf-dist/tex/latex/amsfonts/umsb.fd +%{_texdir}/texmf-dist/tex/plain/amsfonts/amssym.def +%{_texdir}/texmf-dist/tex/plain/amsfonts/amssym.tex +%{_texdir}/texmf-dist/tex/plain/amsfonts/cyracc.def + +%files amsfonts-doc +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/doc/fonts/amsfonts/OFL-FAQ.txt +%{_texdir}/texmf-dist/doc/fonts/amsfonts/OFL.txt +%{_texdir}/texmf-dist/doc/fonts/amsfonts/README +%{_texdir}/texmf-dist/doc/fonts/amsfonts/amsfndoc.pdf +%{_texdir}/texmf-dist/doc/fonts/amsfonts/amsfonts.pdf +%{_texdir}/texmf-dist/doc/fonts/amsfonts/amssymb.pdf +%{_texdir}/texmf-dist/doc/fonts/amsfonts/cmmib57.pdf +%{_texdir}/texmf-dist/doc/fonts/amsfonts/eufrak.pdf +%{_texdir}/texmf-dist/doc/fonts/amsfonts/euscript.pdf + +%files amslatex-primer-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/amslatex-primer/README +%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.md5 +%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.pdf +%{_texdir}/texmf-dist/doc/latex/amslatex-primer/amshelp.tex +%{_texdir}/texmf-dist/doc/latex/amslatex-primer/template.tex + +%files amsldoc-it-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/amsldoc-it/itamsldoc.pdf +%{_texdir}/texmf-dist/doc/latex/amsldoc-it/itamsldoc.tex + +%files amsldoc-vn-doc +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/Makefile +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/README +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/TODO +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.pdf +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.tex +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.pdf +%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.tex + +%files amsmath +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/amsmath/amsbsy.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amscd.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amsgen.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amsmath.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amsopn.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amstex.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amstext.sty +%{_texdir}/texmf-dist/tex/latex/amsmath/amsxtra.sty + +%files amsmath-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/amsmath/amsbsy.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amscd.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amsgen.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amsldoc.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amsmath.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amsopn.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amstext.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/amsxtra.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/subeqn.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/technote.pdf +%{_texdir}/texmf-dist/doc/latex/amsmath/testmath.pdf + +%files amsrefs +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bib/amsrefs/amsj.bib +%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsra.bst +%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsrn.bst +%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsrs.bst +%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsru.bst +%{_texdir}/texmf-dist/bibtex/bst/amsrefs/amsry.bst +%{_texdir}/texmf-dist/tex/latex/amsrefs/amsbst.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/amsrefs.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/ifoption.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/mathscinet.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/pcatcode.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/rkeyval.sty +%{_texdir}/texmf-dist/tex/latex/amsrefs/textcmds.sty + +%files amsrefs-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrdoc.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrefs.faq +%{_texdir}/texmf-dist/doc/latex/amsrefs/amsrefs.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/amsxport.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/changes.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xa.tex +%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xb.tex +%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xh.tex +%{_texdir}/texmf-dist/doc/latex/amsrefs/cite-xs.tex +%{_texdir}/texmf-dist/doc/latex/amsrefs/gktest.ltb +%{_texdir}/texmf-dist/doc/latex/amsrefs/ifoption.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/jr.bib +%{_texdir}/texmf-dist/doc/latex/amsrefs/mathscinet.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/pcatcode.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/rkeyval.pdf +%{_texdir}/texmf-dist/doc/latex/amsrefs/textcmds.pdf + +%files amstex +%defattr(-,root,root) +%doc lppl1.txt +%{_mandir}/man1/amstex.1* +%{_texdir}/texmf-dist/tex/amstex/base/amsppt.sti +%{_texdir}/texmf-dist/tex/amstex/base/amsppt.sty +%{_texdir}/texmf-dist/tex/amstex/base/amsppt1.tex +%{_texdir}/texmf-dist/tex/amstex/base/amstex.bug +%{_texdir}/texmf-dist/tex/amstex/base/amstex.tex +%{_texdir}/texmf-dist/tex/amstex/config/amstex.ini + +%files amstex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/amstex/base/README +%{_texdir}/texmf-dist/doc/amstex/base/amsguide.pdf +%{_texdir}/texmf-dist/doc/amstex/base/amsguide.tex +%{_texdir}/texmf-dist/doc/amstex/base/amsppt.doc +%{_texdir}/texmf-dist/doc/amstex/base/amsppt.faq +%{_texdir}/texmf-dist/doc/amstex/base/amstinst.ps.gz +%{_texdir}/texmf-dist/doc/amstex/base/amstinst.tex +%{_texdir}/texmf-dist/doc/amstex/base/joyerr.tex +%{_texdir}/texmf-dist/doc/amstex/base/joyerr2.tex + +%files tex +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/tex.1* + +%files tex-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/initex +%{_bindir}/tex + +%files amstex-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/amstex + +%files amsthdoc-it-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/README +%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.pdf +%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.tex + +%files animate +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/animate/animate.sty +%{_texdir}/texmf-dist/tex/latex/animate/animfp.sty + +%files animate-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/animate/ChangeLog +%{_texdir}/texmf-dist/doc/latex/animate/README +%{_texdir}/texmf-dist/doc/latex/animate/animate.pdf +%{_texdir}/texmf-dist/doc/latex/animate/animate.tex +%{_texdir}/texmf-dist/doc/latex/animate/files/bye_0.eps +%{_texdir}/texmf-dist/doc/latex/animate/files/bye_1.eps +%{_texdir}/texmf-dist/doc/latex/animate/files/bye_2.eps +%{_texdir}/texmf-dist/doc/latex/animate/files/bye_3.eps +%{_texdir}/texmf-dist/doc/latex/animate/files/click.mp3 +%{_texdir}/texmf-dist/doc/latex/animate/files/exp.mp +%{_texdir}/texmf-dist/doc/latex/animate/files/mailto.eps +%{_texdir}/texmf-dist/doc/latex/animate/files/pstmetronome.tex +%{_texdir}/texmf-dist/doc/latex/animate/files/scarab.mp + +%files anonchap +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/anonchap/anonchap.sty + +%files anonchap-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/anonchap/anonchap.pdf +%{_texdir}/texmf-dist/doc/latex/anonchap/anonchap.tex + +%files answers +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/answers/answers.sty + +%files answers-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/answers/ansexam1.tex +%{_texdir}/texmf-dist/doc/latex/answers/ansexam2.tex +%{_texdir}/texmf-dist/doc/latex/answers/ansexam3.tex +%{_texdir}/texmf-dist/doc/latex/answers/answers.pdf + +%files antiqua +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/afm/urw/antiqua/uaqr8ac.afm +%{_texdir}/texmf-dist/fonts/map/dvips/antiqua/uaq.map +%{_texdir}/texmf-dist/fonts/map/vtex/antiqua/uaq.ali +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr7tc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8ac.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8cc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8rc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqr8tc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqrc7tc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqrc8tc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro7tc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8cc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8rc.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/uaqro8tc.tfm +%{_texdir}/texmf-dist/fonts/type1/urw/antiqua/uaqr8ac.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/antiqua/uaqr8ac.pfm +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr7tc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr8cc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqr8tc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqrc7tc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqrc8tc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro7tc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro8cc.vf +%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/uaqro8tc.vf +%{_texdir}/texmf-dist/tex/latex/antiqua/ot1uaq.fd +%{_texdir}/texmf-dist/tex/latex/antiqua/t1uaq.fd +%{_texdir}/texmf-dist/tex/latex/antiqua/ts1uaq.fd + +%files antiqua-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/antiqua/antiqua.txt +%{_texdir}/texmf-dist/doc/fonts/antiqua/uaqr8ac.afm.org + +%files antomega +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2de.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2es.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2la.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2pl.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2punct.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/babel2ru.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/bblgrk2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/dosrus2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/greek2punct.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/iso2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/isobaltic2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/isoce2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/isocyr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/isogrk2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/koirus2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/latcyr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/oldstyle.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/rhobre.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/rhonobre.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/tex2punct.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/texgrk2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2accents.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2lgr.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2lig.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2omega.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2t1.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uni2t2a.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uniutf2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/uppercase-dflt.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/win2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/winbaltic2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/wince2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/wincyr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-lig.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-longs.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-noj.ocp +%{_texdir}/texmf-dist/omega/ocp/antomega/latin/la-nouv.ocp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2de.otp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2es.otp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2la.otp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2pl.otp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2punct.otp +%{_texdir}/texmf-dist/omega/otp/antomega/babel2ru.otp +%{_texdir}/texmf-dist/omega/otp/antomega/bblgrk2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/dosrus2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/greek2punct.otp +%{_texdir}/texmf-dist/omega/otp/antomega/iso2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/isobaltic2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/isoce2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/isocyr2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/isogrk2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/koirus2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/latcyr2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/rhobre.otp +%{_texdir}/texmf-dist/omega/otp/antomega/rhonobre.otp +%{_texdir}/texmf-dist/omega/otp/antomega/tex2punct.otp +%{_texdir}/texmf-dist/omega/otp/antomega/texgrk2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2accents.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2lgr.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2lig.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2omega.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2t1.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uni2t2a.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uniutf2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/uppercase-dflt.otp +%{_texdir}/texmf-dist/omega/otp/antomega/win2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/winbaltic2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/wince2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/wincyr2uni.otp +%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-lig.otp +%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-longs.otp +%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-noj.otp +%{_texdir}/texmf-dist/omega/otp/antomega/latin/la-nouv.otp +%{_texdir}/texmf-dist/tex/lambda/antomega/antomega.cfg +%{_texdir}/texmf-dist/tex/lambda/antomega/antomega.sty +%{_texdir}/texmf-dist/tex/lambda/antomega/grhyph16.tex +%{_texdir}/texmf-dist/tex/lambda/antomega/hyphen.cfg +%{_texdir}/texmf-dist/tex/lambda/antomega/language.dat.sample +%{_texdir}/texmf-dist/tex/lambda/antomega/lgc0700.def +%{_texdir}/texmf-dist/tex/lambda/antomega/lgrenc-antomega.def +%{_texdir}/texmf-dist/tex/lambda/antomega/ograhyph4.tex +%{_texdir}/texmf-dist/tex/lambda/antomega/ogrmhyph4.tex +%{_texdir}/texmf-dist/tex/lambda/antomega/ogrphyph4.tex +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-english.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-french.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-german.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-greek.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-latin.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-latvian.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-polish.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-russian.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/omega-spanish.ldf +%{_texdir}/texmf-dist/tex/lambda/antomega/ruhyph16.tex +%{_texdir}/texmf-dist/tex/lambda/antomega/t1enc-antomega.def +%{_texdir}/texmf-dist/tex/lambda/antomega/t2aenc-antomega.def +%{_texdir}/texmf-dist/tex/lambda/antomega/uni0100.def +%{_texdir}/texmf-dist/tex/lambda/antomega/uni0370.def +%{_texdir}/texmf-dist/tex/lambda/antomega/uni0400.def +%{_texdir}/texmf-dist/tex/lambda/antomega/uni1f00.def +%{_texdir}/texmf-dist/tex/lambda/antomega/ut1enc-antomega.def + +%files antomega-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/omega/antomega/README +%{_texdir}/texmf-dist/doc/omega/antomega/antomega.pdf + +%files omega +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/dvips/omega/config.omega +%{_texdir}/texmf-dist/dvips/omega/omega.cfg +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea1.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea1b.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea2.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea2b.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea3.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsea3b.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omseco.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecob.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecobi.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecoi.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecx.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsecy.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegr.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegrb.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegrbi.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsegri.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omseha.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsehe.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omseip.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omsela.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omselab.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omselabi.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omselai.afm +%{_texdir}/texmf-dist/fonts/afm/public/omega/omseti.afm +%{_texdir}/texmf-dist/fonts/map/dvips/omega/omega.map +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omarab.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omarabb.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgc.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgcb.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgcbi.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/omlgci.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucitt10.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucsltt10.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt10.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt12.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt8.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/uctt9.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/omega/ucvtt10.ofm +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omarab.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omarabb.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgc.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgcb.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgcbi.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/omlgci.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucitt10.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucsltt10.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt10.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt12.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt8.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/uctt9.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/omega/ucvtt10.ovf +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omarab.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omarabb.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgc.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgcb.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgcbi.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/omlgci.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucitt10.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucsltt10.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt10.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt12.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt8.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/uctt9.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/omega/ucvtt10.ovp +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omding.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea1b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea3.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsea3b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseco.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecob.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecobi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecoi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecx.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsecy.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegrb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegrbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsegri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseha.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseip.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omsela.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselab.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselabi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omselai.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omseti.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/omega/omssti.tfm +%{_texdir}/texmf-dist/fonts/type1/public/omega/omding.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea1b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea2.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea2b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea3.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsea3b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omseco.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecob.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecobi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecoi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecy.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecyb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsecyi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegrb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegrbi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsegri.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omseha.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsehe.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omseip.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omsela.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omselab.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omselabi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omselai.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omseti.pfb +%{_texdir}/texmf-dist/fonts/type1/public/omega/omssti.pfb +%{_texdir}/texmf-dist/omega/ocp/char2uni/in646.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88591.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88592.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88593.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88594.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88595.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88596.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88597.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88598.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in88599.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859a.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859d.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859e.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859f.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/in8859g.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inatari.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inav.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inbig5.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1250.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1251.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1252.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1253.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1254.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1255.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1256.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1257.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp1258.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp866.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/incp874.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inebcdic.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/ingb.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inkoi8.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inmac.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inmsdos.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inmsdos2.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/innext.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inov.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inps2.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/insf1.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/insf2.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/intis620.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inucode.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inutf8.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inviet1.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inviet2.ocp +%{_texdir}/texmf-dist/omega/ocp/char2uni/inviscii.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7arb2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7ber2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7cyr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7hma2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7in88593.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7lbe2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7pap2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7pas2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7snd2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7syr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7tbe2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/7urd2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/8mac-arb2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/8mac-cyr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/apostr2psili.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2acad.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2amal.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2arab.ex.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2arab.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2asv.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2bout.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2mona.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2nar.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2nva.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2oar-novow.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cuni2oar.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/cunioara.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/dblquote-point.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/destroy.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/french2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/greek.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/grpo2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/grpotilde2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/inverted-iota-upsilon.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/isogr2uni-verbatim.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/isogr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/lat2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/lowercase.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/lunatesigma.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/macgr2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/medbeta.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/mixedgreek2uni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/tarauni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/test1.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/test3.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/tiqwah.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/tiqwah2.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/tsinduni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/turduuni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uni2cuni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uni2greek-verbatim.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uni2greek.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uni2lat-noffi.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uni2lat.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/unicuni.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uppercase-no-accents.ocp +%{_texdir}/texmf-dist/omega/ocp/omega/uppercase.ocp +%{_texdir}/texmf-dist/omega/ocp/uni2char/out88591.ocp +%{_texdir}/texmf-dist/omega/ocp/uni2char/oututf8.ocp +%{_texdir}/texmf-dist/omega/otp/char2uni/in646.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88591.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88592.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88593.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88594.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88595.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88596.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88597.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88598.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in88599.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in8859a.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in8859d.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in8859e.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in8859f.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/in8859g.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inatari.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inav.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inbig5.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1250.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1251.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1252.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1253.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1254.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1255.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1256.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1257.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp1258.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp866.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/incp874.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inebcdic.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/ingb.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inkoi8.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inmac.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inmsdos.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inmsdos2.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/innext.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inov.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inps2.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/insf1.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/insf2.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/intis620.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inucode.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inutf8.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inviet1.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inviet2.otp +%{_texdir}/texmf-dist/omega/otp/char2uni/inviscii.otp +%{_texdir}/texmf-dist/omega/otp/omega/7arb2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7ber2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7cyr2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7hma2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7in88593.otp +%{_texdir}/texmf-dist/omega/otp/omega/7lbe2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7pap2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7pas2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7snd2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7syr2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7tbe2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/7urd2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/8mac-arb2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/8mac-cyr2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/apostr2psili.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2acad.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2amal.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2arab.ex.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2asv.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2bout.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2mona.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2nar.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2nva.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2oar-novow.otp +%{_texdir}/texmf-dist/omega/otp/omega/cuni2oar.otp +%{_texdir}/texmf-dist/omega/otp/omega/dblquote-point.otp +%{_texdir}/texmf-dist/omega/otp/omega/destroy.otp +%{_texdir}/texmf-dist/omega/otp/omega/french2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/grpo2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/grpotilde2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/inverted-iota-upsilon.otp +%{_texdir}/texmf-dist/omega/otp/omega/isogr2uni-verbatim.otp +%{_texdir}/texmf-dist/omega/otp/omega/isogr2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/lat2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/lowercase.otp +%{_texdir}/texmf-dist/omega/otp/omega/lunatesigma.otp +%{_texdir}/texmf-dist/omega/otp/omega/macgr2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/medbeta.otp +%{_texdir}/texmf-dist/omega/otp/omega/mixedgreek2uni.otp +%{_texdir}/texmf-dist/omega/otp/omega/uni2cuni.otp +%{_texdir}/texmf-dist/omega/otp/omega/uni2greek-verbatim.otp +%{_texdir}/texmf-dist/omega/otp/omega/uni2greek.otp +%{_texdir}/texmf-dist/omega/otp/omega/uni2lat-noffi.otp +%{_texdir}/texmf-dist/omega/otp/omega/uni2lat.otp +%{_texdir}/texmf-dist/omega/otp/omega/uppercase-no-accents.otp +%{_texdir}/texmf-dist/omega/otp/omega/uppercase.otp +%{_texdir}/texmf-dist/omega/otp/uni2char/out88591.otp +%{_texdir}/texmf-dist/omega/otp/uni2char/oututf8.otp +%{_texdir}/texmf-dist/tex/generic/encodings/cmbsy.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmbx.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmcsc.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmex.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmmi.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmmib.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmr.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmr1.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmsl.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmsy.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmti.onm +%{_texdir}/texmf-dist/tex/generic/encodings/cmtt.onm +%{_texdir}/texmf-dist/tex/generic/encodings/ecrm.onm +%{_texdir}/texmf-dist/tex/generic/encodings/euex.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eufb.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eufm.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eurb.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eurm.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eusb.onm +%{_texdir}/texmf-dist/tex/generic/encodings/eusm.onm +%{_texdir}/texmf-dist/tex/generic/encodings/msam.onm +%{_texdir}/texmf-dist/tex/generic/encodings/msbm.onm +%{_texdir}/texmf-dist/tex/generic/omegahyph/bghyph.tex +%{_texdir}/texmf-dist/tex/generic/omegahyph/lthyph.tex +%{_texdir}/texmf-dist/tex/generic/omegahyph/srhyph.tex +%{_texdir}/texmf-dist/tex/plain/omega/grlccode.tex +%{_texdir}/texmf-dist/tex/plain/omega/omega.tex + +%files omega-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/omega/base/doc-1.8.tex +%{_texdir}/texmf-dist/doc/omega/base/torture.ps +%{_texdir}/texmf-dist/doc/omega/base/torture.tex + +%files antt +%defattr(-,root,root) +%doc gfsl.txt +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttb.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttbi.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcb.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcbi.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcl.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcli.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcm.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcmi.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcr.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttcri.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttl.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttli.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttm.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttmi.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttr.afm +%{_texdir}/texmf-dist/fonts/afm/public/antt/anttri.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-cs.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ec.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-el.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-exp.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-greek.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-mi.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-qx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-rm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-sy.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2a.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2b.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t2c.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-t5.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-texnansi.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-ts1.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/antt-wncy.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-cs.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-ec.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-qx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-t5.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/antt/anttcap-texnansi.enc +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-cs.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ec.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-el.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ex.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-exp.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-greek.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-mi.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-qx.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-rm.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-sy.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2a.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2b.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t2c.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-t5.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-texnansi.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-ts1.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt-wncy.map +%{_texdir}/texmf-dist/fonts/map/dvips/antt/antt.map +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-BoldItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-BoldItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Regular.otf +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttclcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttclicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttcricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttlcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttlicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/cs-anttricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttclcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttclicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttcricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttlcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttlicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ec-anttricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/el-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ex-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/exp-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/greek-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/mi-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttclcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttclicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttcricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttlcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttlicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/qx-anttricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/rm-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttbz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcbz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttclz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcmz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttcrz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttlz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttmz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/sy-anttrz.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2a-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2b-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t2c-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttclcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttclicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttcricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttlcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttlicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/t5-anttricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcbicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttclcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttclicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttcricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttlcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttlicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttmicap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttrcap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/texnansi-anttricap.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/ts1-anttri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttcri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttmi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/antt/wncy-anttri.tfm +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttbi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcbi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcl.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcli.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcmi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttcri.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttl.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttli.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttmi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/antt/anttri.pfb +%{_texdir}/texmf-dist/tex/latex/antt/anttor.sty +%{_texdir}/texmf-dist/tex/latex/antt/antyktor.sty +%{_texdir}/texmf-dist/tex/latex/antt/il2antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/il2anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/il2anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/il2anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ly1antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/ly1anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ly1anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/ly1anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omlantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/omlanttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omlanttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/omlanttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omsantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/omsanttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omsanttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/omsanttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omxantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/omxanttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/omxanttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/omxanttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttcm.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlcm.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttlm.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot1anttm.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot2antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot2anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot2anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot2anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot4antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot4anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot4anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/ot4anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/qxantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/qxanttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/qxanttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/qxanttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t1antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/t1anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t1anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/t1anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2aantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2aanttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2aanttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2aanttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2bantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2banttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2banttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2banttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2cantt.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2canttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2canttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/t2canttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t5antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/t5anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/t5anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/t5anttlc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ts1antt.fd +%{_texdir}/texmf-dist/tex/latex/antt/ts1anttc.fd +%{_texdir}/texmf-dist/tex/latex/antt/ts1anttl.fd +%{_texdir}/texmf-dist/tex/latex/antt/ts1anttlc.fd +%{_texdir}/texmf-dist/tex/plain/antt/antt-math.tex + +%files antt-doc +%defattr(-,root,root) +%doc gfsl.txt +%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf +%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf +%{_texdir}/texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-src-2_03.zip +%{_texdir}/texmf-dist/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt +%{_texdir}/texmf-dist/doc/fonts/antt/MANIFEST.txt +%{_texdir}/texmf-dist/doc/fonts/antt/README +%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-math.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-pl.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-t2a.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-latex-t5.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-mathtest.tex +%{_texdir}/texmf-dist/doc/fonts/antt/antt-table.tex +%{_texdir}/texmf-dist/doc/latex/antt/README + +%files anufinalexam-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/anufinalexam/ANUfinalexam.tex +%{_texdir}/texmf-dist/doc/latex/anufinalexam/README + +%files anyfontsize +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty + +%files anyfontsize-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/anyfontsize/README +%{_texdir}/texmf-dist/doc/latex/anyfontsize/anyfontsize.pdf +%{_texdir}/texmf-dist/doc/latex/anyfontsize/anyfontsize.tex + +%files anysize +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/anysize/anysize.sty + +%files anysize-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/anysize/README +%{_texdir}/texmf-dist/doc/latex/anysize/anysize.pdf +%{_texdir}/texmf-dist/doc/latex/anysize/anysize.tex + +%files aomart +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/aomart/aomalpha.bst +%{_texdir}/texmf-dist/bibtex/bst/aomart/aomplain.bst +%{_texdir}/texmf-dist/tex/latex/aomart/aomart.cls + +%files aomart-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/aomart/Makefile +%{_texdir}/texmf-dist/doc/latex/aomart/README +%{_texdir}/texmf-dist/doc/latex/aomart/aomart.bib +%{_texdir}/texmf-dist/doc/latex/aomart/aomart.pdf +%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.bib +%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.pdf +%{_texdir}/texmf-dist/doc/latex/aomart/aomsample.tex +%{_texdir}/texmf-dist/doc/latex/aomart/aomsample1.pdf +%{_texdir}/texmf-dist/doc/latex/aomart/aomsample1.tex +%{_texdir}/texmf-dist/doc/latex/aomart/fullref.pl + +%files apacite +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/apacite/apacann.bst +%{_texdir}/texmf-dist/bibtex/bst/apacite/apacannx.bst +%{_texdir}/texmf-dist/bibtex/bst/apacite/apacite.bst +%{_texdir}/texmf-dist/bibtex/bst/apacite/apacitex.bst +%{_texdir}/texmf-dist/tex/latex/apacite/apacdoc.sty +%{_texdir}/texmf-dist/tex/latex/apacite/apacite.sty +%{_texdir}/texmf-dist/tex/latex/apacite/dutch.apc +%{_texdir}/texmf-dist/tex/latex/apacite/english.apc +%{_texdir}/texmf-dist/tex/latex/apacite/finnish.apc +%{_texdir}/texmf-dist/tex/latex/apacite/french.apc +%{_texdir}/texmf-dist/tex/latex/apacite/german.apc +%{_texdir}/texmf-dist/tex/latex/apacite/greek.apc +%{_texdir}/texmf-dist/tex/latex/apacite/ngerman.apc +%{_texdir}/texmf-dist/tex/latex/apacite/norsk.apc +%{_texdir}/texmf-dist/tex/latex/apacite/spanish.apc +%{_texdir}/texmf-dist/tex/latex/apacite/swedish.apc + +%files apacite-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/apacite/README +%{_texdir}/texmf-dist/doc/bibtex/apacite/apa5ex.bib +%{_texdir}/texmf-dist/doc/bibtex/apacite/apacite.pdf +%{_texdir}/texmf-dist/doc/bibtex/apacite/apacxmpl.tex + +%files apalike2 +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/apalike2/apalike2.bst + +%files apa +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/apa/apa.cls +%{_texdir}/texmf-dist/tex/latex/apa/dutch.apa +%{_texdir}/texmf-dist/tex/latex/apa/english.apa +%{_texdir}/texmf-dist/tex/latex/apa/greek.apa + +%files apa-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/apa/APAendfloat.cfg +%{_texdir}/texmf-dist/doc/latex/apa/CHANGELOG.txt +%{_texdir}/texmf-dist/doc/latex/apa/LICENCE +%{_texdir}/texmf-dist/doc/latex/apa/README +%{_texdir}/texmf-dist/doc/latex/apa/apacls.html +%{_texdir}/texmf-dist/doc/latex/apa/apacls.txt +%{_texdir}/texmf-dist/doc/latex/apa/apaenum.txt +%{_texdir}/texmf-dist/doc/latex/apa/apaexample.tex +%{_texdir}/texmf-dist/doc/latex/apa/examplebib.bib +%{_texdir}/texmf-dist/doc/latex/apa/examples.txt + +%files apa6e +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/apa6e/apa6e.cls + +%files apa6e-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/apa6e/README +%{_texdir}/texmf-dist/doc/latex/apa6e/apa6e.pdf + +%files apa6 +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/apa6/apa6.cls +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAamerican.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAbritish.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAczech.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAdutch.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAenglish.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAgerman.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAgreek.txt +%{_texdir}/texmf-dist/tex/latex/apa6/config/APAngerman.txt + +%files apa6-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/apa6/README +%{_texdir}/texmf-dist/doc/latex/apa6/README.txt +%{_texdir}/texmf-dist/doc/latex/apa6/apa6.pdf +%{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX/TeX2WordForapa6.bas +%{_texdir}/texmf-dist/doc/latex/apa6/pseudoTeX/apa6.ptex +%{_texdir}/texmf-dist/doc/latex/apa6/samples/Figure1.pdf +%{_texdir}/texmf-dist/doc/latex/apa6/samples/bibliography.bib +%{_texdir}/texmf-dist/doc/latex/apa6/samples/longsample.tex +%{_texdir}/texmf-dist/doc/latex/apa6/samples/shortsample.tex + +%files appendixnumberbeamer +%defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty + +%files appendixnumberbeamer-doc +%defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/doc/latex/appendixnumberbeamer/README + +%files appendix +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/appendix/appendix.sty + +%files appendix-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/appendix/README +%{_texdir}/texmf-dist/doc/latex/appendix/appendix.pdf + +%files apprends-latex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/apprends-latex/Apprends_LaTeX.pdf +%{_texdir}/texmf-dist/doc/latex/apprends-latex/Apprends_LaTeX.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/README +%{_texdir}/texmf-dist/doc/latex/apprends-latex/avance.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/bibliographie-index.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/divers.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/graphisme.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/index.ist +%{_texdir}/texmf-dist/doc/latex/apprends-latex/latex.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/latexmkrc +%{_texdir}/texmf-dist/doc/latex/apprends-latex/typographie.bib +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/Makefile +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/beamer-themes.pl +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/beamer-titlepage.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/currvita.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-experience.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-extra.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-formation.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-langues.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-methodologies.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve-references.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/curve.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/letter.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/moderncv.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/polices.pl +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/scrlttr2.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/seraphin-lampion.jpg +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/slides.tex +%{_texdir}/texmf-dist/doc/latex/apprends-latex/exemples/tikz.tex + +%files apptools +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/apptools/apptools.sty + +%files apptools-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/apptools/apptools-test.tex +%{_texdir}/texmf-dist/doc/latex/apptools/apptools.pdf + +%files arabi +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm +%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm +%{_texdir}/texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ararabeyes.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ardtpnaskh.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ardtpthuluth.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/armonotype.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/aromega.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/arsimplified.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/arunicode.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/farsitex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/farsiwebencoding.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frmonotype.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frsimple.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frsimplified.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/frunicode.enc +%{_texdir}/texmf-dist/fonts/map/dvips/arabi/arabi.map +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_arab.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealbattar.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmateen.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealmothnna.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aealyermook.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aearab.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aecortoba.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aedimnah.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aefurat.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aegranada.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aegraph.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aehani.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aehor.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aekayrawan.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aekhalid.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aemashq.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aemetal.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenada.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenagham.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aenice.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeostorah.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeouhod.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aepetra.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aerehan.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesalem.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aeshado.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesharjah.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aesindibad.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aetarablus.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/arabeyes/aetholoth.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/homa.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazli.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazlib.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazlibout.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/nazliout.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/titr.tfm +%{_texdir}/texmf-dist/fonts/tfm/arabi/farsiweb/titrout.tfm +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_albattar.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almateen.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_almothnna.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_alyermook.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_arab.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_cortoba.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_dimnah.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_furat.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_granada.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_graph.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_hani.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_hor.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_khalid.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_mashq.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_metal.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nada.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nagham.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_nice.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_ostorah.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_ouhod.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_petra.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_rehan.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_salem.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_shado.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_sharjah.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_sindibad.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_tarablus.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/arabeyes/ae_tholoth.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/homa.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/nazli.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/nazlib.pfb +%{_texdir}/texmf-dist/fonts/type1/arabi/farsiweb/titr.pfb +%{_texdir}/texmf-dist/tex/latex/arabi/8859-6.def +%{_texdir}/texmf-dist/tex/latex/arabi/PPRarabic.sty +%{_texdir}/texmf-dist/tex/latex/arabi/arabi4ht.cfg +%{_texdir}/texmf-dist/tex/latex/arabi/arabic.cfg +%{_texdir}/texmf-dist/tex/latex/arabi/arabic.ldf +%{_texdir}/texmf-dist/tex/latex/arabi/arabicfnt.sty +%{_texdir}/texmf-dist/tex/latex/arabi/arabicore.sty +%{_texdir}/texmf-dist/tex/latex/arabi/arabiftoday.sty +%{_texdir}/texmf-dist/tex/latex/arabi/arabnovowel.sty +%{_texdir}/texmf-dist/tex/latex/arabi/arfonts.sty +%{_texdir}/texmf-dist/tex/latex/arabi/calendrierfpar.sty +%{_texdir}/texmf-dist/tex/latex/arabi/calendrierfpmodified.sty +%{_texdir}/texmf-dist/tex/latex/arabi/cp1256.def +%{_texdir}/texmf-dist/tex/latex/arabi/farsi.ldf +%{_texdir}/texmf-dist/tex/latex/arabi/farsifnt.sty +%{_texdir}/texmf-dist/tex/latex/arabi/fmultico.sty +%{_texdir}/texmf-dist/tex/latex/arabi/fnum.sty +%{_texdir}/texmf-dist/tex/latex/arabi/frfonts.sty +%{_texdir}/texmf-dist/tex/latex/arabi/haparabica.sty +%{_texdir}/texmf-dist/tex/latex/arabi/laeaealbattar.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmateen.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmohanadb.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaealmothnna.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaealyermook.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaearab.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaecortoba.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaedimnah.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaefurat.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaegranada.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaegraph.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaehani.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaehor.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaekayrawan.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaekhalid.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaemashq.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaemetal.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaenada.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaenagham.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaenice.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaeostorah.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaeouhod.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaepetra.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaerehan.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaesalem.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaeshado.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaesharjah.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaesindibad.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaetarablus.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeaetholoth.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeandlso.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeararial.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laearcour.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laearomega.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laearsimpo.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeartimes.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeasv.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laecmr.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laecmss.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laecmtt.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laedthuluth.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laedtpn.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laedtpnsp.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laeenc.def +%{_texdir}/texmf-dist/tex/latex/arabi/laeenc.dfu +%{_texdir}/texmf-dist/tex/latex/arabi/laekacstbook.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laemaghribi.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laenaskhi.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laereqaa.fd +%{_texdir}/texmf-dist/tex/latex/arabi/laetraditionalarabic.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lagally.sty +%{_texdir}/texmf-dist/tex/latex/arabi/lfecmr.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfecmss.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfecmtt.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfeelham.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfeenc.def +%{_texdir}/texmf-dist/tex/latex/arabi/lfefandlso.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfefarsismpl.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfefrarial.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfefrtimes.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfeftraditionalarabic.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfehoma.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfekoodak.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfenazli.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfenazliout.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lferoya.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfesmplarabic.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfeterafik.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfetitr.fd +%{_texdir}/texmf-dist/tex/latex/arabi/lfetitrout.fd +%{_texdir}/texmf-dist/tex/latex/arabi/mosq.def +%{_texdir}/texmf-dist/tex/latex/arabi/poetry.sty +%{_texdir}/texmf-dist/tex/latex/arabi/puenc-ar.def +%{_texdir}/texmf-dist/tex/latex/arabi/transcmr.fd +%{_texdir}/texmf-dist/tex/latex/arabi/translit.sty + +%files arabi-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/arabi/README +%{_texdir}/texmf-dist/doc/latex/arabi/bblopts.cfg +%{_texdir}/texmf-dist/doc/latex/arabi/big2.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/big2.tex +%{_texdir}/texmf-dist/doc/latex/arabi/fontchart_arabic.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/fontchart_farsi.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/lion.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/lppl.tex +%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.css +%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.html +%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/samplebook.tex +%{_texdir}/texmf-dist/doc/latex/arabi/test_beamer.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/testplaintex.pdf +%{_texdir}/texmf-dist/doc/latex/arabi/testplaintex.tex +%{_texdir}/texmf-dist/doc/latex/arabi/user_guide.pdf + +%files arabtex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/arabtex/arabtex.map +%{_texdir}/texmf-dist/fonts/source/public/arabtex/arabsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/hcaption.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/hcbase.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/hclassic.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash14.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nash14bf.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashbase.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashchar.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashdia.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashdig.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashlig.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/nashspec.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xarbsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh14.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnsh14bf.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshbase.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshchar.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshdia.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshdig.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshlig.mf +%{_texdir}/texmf-dist/fonts/source/public/arabtex/xnshspec.mf +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/hcaption.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/hclassic.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/nash14.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/nash14bf.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/xnsh14.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/xnsh14bf.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/yarborn.tfm +%{_texdir}/texmf-dist/fonts/type1/public/arabtex/hcaption-4.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arabtex/hclassic-4.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arabtex/xnsh14.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arabtex/xnsh14bf.pfb +%{_texdir}/texmf-dist/tex/latex/arabtex/Uxnsh.fd +%{_texdir}/texmf-dist/tex/latex/arabtex/abidir.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/abjad.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aboxes.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/acjk.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/acmd.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aconfig.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aedpatch.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/afonts.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/afonts0.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/afonts1.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/afonts2.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/afoot.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/alatex.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aligs.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/alists.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/alocal.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/altxext.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/amac.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aoutput.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/aparse.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/apatch.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arababel.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabart.cls +%{_texdir}/texmf-dist/tex/latex/arabtex/arabaux.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabbook.cls +%{_texdir}/texmf-dist/tex/latex/arabtex/arabchrs.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabext.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabrep.cls +%{_texdir}/texmf-dist/tex/latex/arabtex/arabrep1.cls +%{_texdir}/texmf-dist/tex/latex/arabtex/arabskel.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabsymb.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex-doc.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arabtex.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/arabtoks.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/arwindoc.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/ascan.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/asect.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/asize10.clo +%{_texdir}/texmf-dist/tex/latex/arabtex/asize11.clo +%{_texdir}/texmf-dist/tex/latex/arabtex/asize12.clo +%{_texdir}/texmf-dist/tex/latex/arabtex/asmo449.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/asmo449a.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/atabg.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/atrans.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/awrite.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/bhs.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/bhslabel.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/buck.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/captions.def +%{_texdir}/texmf-dist/tex/latex/arabtex/cp1256.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/etrans.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/gedalin.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/guha.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/hebchrs.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hebsymb.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hebtex.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hebtex.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/hecmd.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts0.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts1.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hefonts2.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/heparse.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hepatch.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hescan.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hetrans.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hewrite.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/hmac.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/isiri.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/iso88596.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/kashmiri.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/ligtable.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/malay.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/nashbf.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/omar.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/raw.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/saw.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/sindhi.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/sotoku.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/twoblks.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/uheb.fd +%{_texdir}/texmf-dist/tex/latex/arabtex/uighur.tex +%{_texdir}/texmf-dist/tex/latex/arabtex/unash.fd +%{_texdir}/texmf-dist/tex/latex/arabtex/utf8.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/utfcode.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/verses.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/witbhs.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/xarbskel.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/xarbsymb.sty +%{_texdir}/texmf-dist/tex/latex/arabtex/yiddish.sty + +%files arabtex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/announce.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex-doc.pdf +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.doc +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.faq +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.gif +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex1.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/arabtex2.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/changes.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/changes.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/changes2.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/chg311.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/chg311a.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/chg311b.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/chg311c.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/chg311d.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/guha.ps +%{_texdir}/texmf-dist/doc/latex/arabtex/hebrew.305 +%{_texdir}/texmf-dist/doc/latex/arabtex/install.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/lppl.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/malay.ps +%{_texdir}/texmf-dist/doc/latex/arabtex/manifest.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/miktex.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/miktex.mai +%{_texdir}/texmf-dist/doc/latex/arabtex/new1.gif +%{_texdir}/texmf-dist/doc/latex/arabtex/new2.gif +%{_texdir}/texmf-dist/doc/latex/arabtex/readme.305 +%{_texdir}/texmf-dist/doc/latex/arabtex/readme.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/refer.htm +%{_texdir}/texmf-dist/doc/latex/arabtex/sindhi.ps +%{_texdir}/texmf-dist/doc/latex/arabtex/tetex.txt +%{_texdir}/texmf-dist/doc/latex/arabtex/uighur.ps +%{_texdir}/texmf-dist/doc/latex/arabtex/xarbsymb.dat + +%files arabxetex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.tec +%{_texdir}/texmf-dist/tex/xelatex/arabxetex/arabxetex.sty + +%files arabxetex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/README +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/arabxetex.pdf +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.pdf +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.tex +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/minimal.tex + +%files aramaic-serto +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto/assy.afm +%{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto/assyrb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto/serto10.afm +%{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto/sertob10.afm +%{_texdir}/texmf-dist/fonts/map/dvips/aramaic-serto/syriac.map +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/assy.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/assyrb10.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/assyrfont.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/serto.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/serto10.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/sertob10.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/sertobase.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/sertofont.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/sertomacros.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/syriacvowels.mf +%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/test.mf +%{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto/assy.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto/assyrb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto/serto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto/sertob10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto/assy.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto/assyrb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto/serto10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto/sertob10.pfb +%{_texdir}/texmf-dist/tex/latex/aramaic-serto/assyr.sty +%{_texdir}/texmf-dist/tex/latex/aramaic-serto/serto.sty +%{_texdir}/texmf-dist/tex/latex/aramaic-serto/syriac.sty +%{_texdir}/texmf-dist/tex/latex/aramaic-serto/uassyr.fd +%{_texdir}/texmf-dist/tex/latex/aramaic-serto/userto.fd + +%files aramaic-serto-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/README +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/assyr.font +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/example.ptex +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/serto.font +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/serto.py +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/sertodoc.pdf +%{_texdir}/texmf-dist/doc/latex/aramaic-serto/sertodoc.ptex + +%files arara +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/scripts/arara/arara.jar +%{_texdir}/texmf-dist/scripts/arara/arara.sh +%{_texdir}/texmf-dist/scripts/arara/rules/biber.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/bibtex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/clean.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/dvips.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/frontespizio.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/latex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/lmkclean.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/lualatex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/lualatexmk.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/luatex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/make.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/makeglossaries.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/makeindex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/nomencl.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/pdflatex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/pdflatexmk.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/pdftex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/ps2pdf.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/sketch.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/songidx.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/tex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/xelatex.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/xelatexmk.yaml +%{_texdir}/texmf-dist/scripts/arara/rules/xetex.yaml + +%files arara-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/support/arara/README +%{_texdir}/texmf-dist/doc/support/arara/arara-usermanual.pdf +%{_texdir}/texmf-dist/doc/support/arara/arara-usermanual.tex +%{_texdir}/texmf-dist/doc/support/arara/arara.sty +%{_texdir}/texmf-dist/doc/support/arara/references.bib +%{_texdir}/texmf-dist/doc/support/arara/figures/arara.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-addcommand.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-addcompiler.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-araramenu.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-editcommands.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-listarara.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-newprofile.png +%{_texdir}/texmf-dist/doc/support/arara/figures/inlage/inlage-settings.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-finish.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-langsel.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-license.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-packs.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-path.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-pathwarning.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-progress.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/install-welcome.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/uninstall-finish.png +%{_texdir}/texmf-dist/doc/support/arara/figures/installer/uninstall-welcome.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-config.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-newprofile.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texniccenter/texniccenter-profiles.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texshop/texshop-arara.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-add.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-arara.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-prefs.png +%{_texdir}/texmf-dist/doc/support/arara/figures/texworks/texworks-profile.png +%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-ararabutton.png +%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-menu.png +%{_texdir}/texmf-dist/doc/support/arara/figures/winedt/winedt-optionsinterface.png + +%files arara-bin +%defattr(-,root,root) +%doc bsd.txt +%{_bindir}/arara + +%files arcs +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/arcs/arcs.sty + +%files arcs-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/arcs/README +%{_texdir}/texmf-dist/doc/latex/arcs/arcs.pdf +%{_texdir}/texmf-dist/doc/latex/arcs/arcstest.tex + +%files arev +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Bold.afm +%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-BoldOblique.afm +%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Oblique.afm +%{_texdir}/texmf-dist/fonts/afm/public/arev/ArevSans-Roman.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevoml.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevoms.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/arev/arevot1.enc +%{_texdir}/texmf-dist/fonts/map/dvips/arev/arev.map +%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Bold.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-BoldOblique.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Oblique.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/ArevSans-Roman.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favbi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favbi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmbi7m.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmr7y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favmri7m.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/favri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmbi7m.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmr7y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/arev/zavmri7m.tfm +%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Bold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-BoldOblique.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Oblique.pfb +%{_texdir}/texmf-dist/fonts/type1/public/arev/ArevSans-Roman.pfb +%{_texdir}/texmf-dist/fonts/vf/public/arev/favb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/favbi8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/favr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/favri8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmb7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmbi7m.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmr7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmr7y.vf +%{_texdir}/texmf-dist/fonts/vf/public/arev/zavmri7m.vf +%{_texdir}/texmf-dist/tex/latex/arev/ams-mdbch.sty +%{_texdir}/texmf-dist/tex/latex/arev/arev.sty +%{_texdir}/texmf-dist/tex/latex/arev/arevmath.sty +%{_texdir}/texmf-dist/tex/latex/arev/arevsymbols.tex +%{_texdir}/texmf-dist/tex/latex/arev/arevtext.sty +%{_texdir}/texmf-dist/tex/latex/arev/omlzavm.fd +%{_texdir}/texmf-dist/tex/latex/arev/omszavm.fd +%{_texdir}/texmf-dist/tex/latex/arev/ot1zavm.fd +%{_texdir}/texmf-dist/tex/latex/arev/t1fav.fd +%{_texdir}/texmf-dist/tex/latex/arev/uzavm.fd + +%files arev-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/arev/ArevSansLicense.txt +%{_texdir}/texmf-dist/doc/fonts/arev/BitstreamVeraLicense.txt +%{_texdir}/texmf-dist/doc/fonts/arev/ChangeLog +%{_texdir}/texmf-dist/doc/fonts/arev/GPLv2.txt +%{_texdir}/texmf-dist/doc/fonts/arev/LPPLv1-3a.txt +%{_texdir}/texmf-dist/doc/fonts/arev/Makefile +%{_texdir}/texmf-dist/doc/fonts/arev/README +%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.lyx +%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.pdf +%{_texdir}/texmf-dist/doc/fonts/arev/arevdoc.tex +%{_texdir}/texmf-dist/doc/fonts/arev/fontsample.tex +%{_texdir}/texmf-dist/doc/fonts/arev/mathtesty.pdf +%{_texdir}/texmf-dist/doc/fonts/arev/mathtesty.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-arev.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-cmbright.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-cmss.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-header.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-helvetica.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-kerkis.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-lcmss.tex +%{_texdir}/texmf-dist/doc/fonts/arev/prosper-text.tex + +%files archaic +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/archaic/aram10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/copsn10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/cugar10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/cypr10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/etr10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/fut10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/givbc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/gvibc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/linb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/nab10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/oandsi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/oandsu10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/phnc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/pmhg.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/proto10.afm +%{_texdir}/texmf-dist/fonts/afm/public/archaic/sarab10.afm +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/aramaic.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/archaicprw.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/cypriot.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/etruscan.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/fut10.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/greek4cbc.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/greek6cbc.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/hieroglf.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/linearb.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/nabatean.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/oands.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/oldprsn.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/phoenician.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/protosem.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/sarabian.map +%{_texdir}/texmf-dist/fonts/map/dvips/archaic/ugarite.map +%{_texdir}/texmf-dist/fonts/source/public/archaic/copsn10.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/givbc10.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/gvibc10.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/sarab10.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/vik10.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/vikglyph.mf +%{_texdir}/texmf-dist/fonts/source/public/archaic/viktitle.mf +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/aram10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/copsn10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/cugar10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/cypr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/etr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/fut10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/givbc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/gvibc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/linb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/nab10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/oandsi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/oandsu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/phnc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/pmhg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/proto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/sarab10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/archaic/vik10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/archaic/aram10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/copsn10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/cugar10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/cypr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/etr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/fut10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/givbc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/gvibc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/linb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/nab10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/oandsi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/oandsu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/phnc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/pmhg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/proto10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/archaic/sarab10.pfb +%{_texdir}/texmf-dist/tex/latex/archaic/aramaic.sty +%{_texdir}/texmf-dist/tex/latex/archaic/cypriot.sty +%{_texdir}/texmf-dist/tex/latex/archaic/etruscan.sty +%{_texdir}/texmf-dist/tex/latex/archaic/greek4cbc.sty +%{_texdir}/texmf-dist/tex/latex/archaic/greek6cbc.sty +%{_texdir}/texmf-dist/tex/latex/archaic/hieroglf.sty +%{_texdir}/texmf-dist/tex/latex/archaic/linearb.sty +%{_texdir}/texmf-dist/tex/latex/archaic/nabatean.sty +%{_texdir}/texmf-dist/tex/latex/archaic/oands.sty +%{_texdir}/texmf-dist/tex/latex/archaic/oldprsn.sty +%{_texdir}/texmf-dist/tex/latex/archaic/ot1aram.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1copsn.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1cugar.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1cypr.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1etr.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1fut.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1givbc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1gvibc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1nab.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1oands.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1phnc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1pmhg.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1proto.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1sarab.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ot1vik.fd +%{_texdir}/texmf-dist/tex/latex/archaic/phoenician.sty +%{_texdir}/texmf-dist/tex/latex/archaic/protosem.sty +%{_texdir}/texmf-dist/tex/latex/archaic/runic.sty +%{_texdir}/texmf-dist/tex/latex/archaic/sarabian.sty +%{_texdir}/texmf-dist/tex/latex/archaic/t1aram.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1copsn.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1cugar.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1cypr.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1etr.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1fut.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1givbc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1gvibc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1linb.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1nab.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1oands.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1phnc.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1pmhg.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1proto.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1sarab.fd +%{_texdir}/texmf-dist/tex/latex/archaic/t1vik.fd +%{_texdir}/texmf-dist/tex/latex/archaic/ugarite.sty +%{_texdir}/texmf-dist/tex/latex/archaic/viking.sty + +%files archaic-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/archaic/README.PRW +%{_texdir}/texmf-dist/doc/fonts/archaic/aramaic-README +%{_texdir}/texmf-dist/doc/fonts/archaic/aramaic.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/asamples.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/asamples.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/cypriot-README +%{_texdir}/texmf-dist/doc/fonts/archaic/cypriot.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/etruscan-README +%{_texdir}/texmf-dist/doc/fonts/archaic/etruscan.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-README +%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/greek4cbc.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-README +%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/greek6cbc.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-README +%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/hieroglf.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/linearb-README +%{_texdir}/texmf-dist/doc/fonts/archaic/linearb.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/nabatean-README +%{_texdir}/texmf-dist/doc/fonts/archaic/nabatean.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/oands-README +%{_texdir}/texmf-dist/doc/fonts/archaic/oands.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/oldprsn-README +%{_texdir}/texmf-dist/doc/fonts/archaic/oldprsn.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-README +%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-tryphnc.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician-tryphnc.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/phoenician.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/protosem-README +%{_texdir}/texmf-dist/doc/fonts/archaic/protosem.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/runic-README +%{_texdir}/texmf-dist/doc/fonts/archaic/runic.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/sarabian-README +%{_texdir}/texmf-dist/doc/fonts/archaic/sarabian.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryaramaic.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryaramaic.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/trycypriot.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/trycypriot.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryetruscan.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryetruscan.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/trylinearb.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/trylinearb.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/trynabatean.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/trynabatean.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryoands.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryoands.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryoldprsn.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryoldprsn.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryprotosem.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryprotosem.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryrunic.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryrunic.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/trysarabian.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/trysarabian.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/tryugarite.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/tryugarite.tex +%{_texdir}/texmf-dist/doc/fonts/archaic/ugarite-README +%{_texdir}/texmf-dist/doc/fonts/archaic/ugarite.pdf +%{_texdir}/texmf-dist/doc/fonts/archaic/viking-README +%{_texdir}/texmf-dist/doc/fonts/archaic/viking-try_vik.tex + +%files around-the-bend-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/around-the-bend/AroundTheBend.pdf +%{_texdir}/texmf-dist/doc/generic/around-the-bend/AroundTheBend.tex +%{_texdir}/texmf-dist/doc/generic/around-the-bend/README + +%files arphic +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/dvips/arphic/config.bkaiu +%{_texdir}/texmf-dist/dvips/arphic/config.bsmiu +%{_texdir}/texmf-dist/dvips/arphic/config.gbsnu +%{_texdir}/texmf-dist/dvips/arphic/config.gkaiu +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu00.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu02.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu03.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu20.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu21.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu22.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu25.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu26.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu30.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu31.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu32.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu33.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu50.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu51.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu52.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu53.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu54.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu55.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu56.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu57.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu58.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu59.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu60.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu61.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu62.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu63.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu64.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu65.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu66.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu67.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu68.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu69.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu70.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu71.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu72.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu73.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu74.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu75.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu76.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu77.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu78.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu79.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu80.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu81.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu82.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu83.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu84.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu85.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu86.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu87.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu88.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu89.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu90.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu91.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu92.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu93.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu94.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu95.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu96.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu97.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu98.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu99.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuee.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf6.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf7.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf8.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiufa.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiufe.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuff.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bkaiu/bkaiuv.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu00.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu02.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu03.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu20.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu21.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu22.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu25.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu26.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu30.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu31.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu32.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu33.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu50.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu51.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu52.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu53.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu54.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu55.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu56.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu57.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu58.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu59.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu60.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu61.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu62.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu63.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu64.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu65.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu66.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu67.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu68.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu69.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu70.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu71.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu72.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu73.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu74.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu75.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu76.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu77.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu78.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu79.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu80.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu81.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu82.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu83.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu84.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu85.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu86.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu87.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu88.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu89.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu90.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu91.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu92.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu93.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu94.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu95.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu96.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu97.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu98.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu99.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuee.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf6.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf7.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf8.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiufa.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiufe.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuff.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/bsmiu/bsmiuv.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu00.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu01.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu02.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu03.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu04.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu20.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu21.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu22.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu23.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu24.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu25.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu26.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu30.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu31.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu32.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu50.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu51.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu52.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu53.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu54.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu55.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu56.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu57.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu58.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu59.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu60.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu61.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu62.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu63.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu64.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu65.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu66.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu67.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu68.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu69.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu70.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu71.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu72.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu73.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu74.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu75.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu76.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu77.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu78.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu79.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu80.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu81.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu82.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu83.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu84.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu85.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu86.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu87.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu88.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu89.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu90.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu91.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu92.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu93.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu94.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu95.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu96.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu97.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu98.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu99.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnufe.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gbsnu/gbsnuff.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu00.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu01.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu02.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu03.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu04.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu20.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu21.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu22.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu23.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu24.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu25.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu26.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu30.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu31.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu32.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu50.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu51.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu52.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu53.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu54.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu55.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu56.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu57.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu58.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu59.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu60.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu61.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu62.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu63.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu64.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu65.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu66.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu67.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu68.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu69.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu70.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu71.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu72.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu73.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu74.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu75.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu76.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu77.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu78.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu79.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu80.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu81.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu82.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu83.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu84.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu85.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu86.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu87.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu88.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu89.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8d.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu90.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu91.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu92.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu93.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu94.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu95.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu96.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu97.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu98.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu99.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9a.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9b.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9c.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9e.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9f.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiufe.afm +%{_texdir}/texmf-dist/fonts/afm/arphic/gkaiu/gkaiuff.afm +%{_texdir}/texmf-dist/fonts/map/dvips/arphic/bkaiu.map +%{_texdir}/texmf-dist/fonts/map/dvips/arphic/bsmiu.map +%{_texdir}/texmf-dist/fonts/map/dvips/arphic/gbsnu.map +%{_texdir}/texmf-dist/fonts/map/dvips/arphic/gkaiu.map +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp05.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp06.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp07.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp08.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp09.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp10.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp11.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp12.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp13.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp14.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp15.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp16.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp17.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp18.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp19.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp27.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp28.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp29.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp33.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp34.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp35.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp36.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp37.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp38.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp39.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp40.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp41.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp42.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp43.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp44.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp45.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp46.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp47.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp48.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp49.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaimp/bkaimpv.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu33.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu56.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu57.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu58.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu59.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu60.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu61.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu62.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu63.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu64.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu65.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu66.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu67.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu68.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu69.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu70.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu71.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu72.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu73.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu74.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu75.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu76.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu77.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu78.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu79.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu80.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu81.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu82.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu83.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu84.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu85.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu86.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu87.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu88.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu89.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu90.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu91.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu92.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu93.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu94.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu95.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu96.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu97.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu98.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu99.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuee.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf6.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf7.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuff.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuv.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp05.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp06.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp07.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp08.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp09.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp10.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp11.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp12.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp13.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp14.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp15.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp16.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp17.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp18.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp19.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp27.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp28.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp29.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp33.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp34.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp35.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp36.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp37.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp38.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp39.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp40.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp41.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp42.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp43.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp44.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp45.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp46.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp47.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp48.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp49.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmilp/bsmilpv.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu33.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu56.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu57.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu58.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu59.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu60.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu61.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu62.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu63.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu64.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu65.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu66.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu67.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu68.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu69.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu70.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu71.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu72.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu73.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu74.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu75.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu76.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu77.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu78.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu79.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu80.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu81.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu82.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu83.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu84.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu85.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu86.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu87.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu88.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu89.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu90.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu91.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu92.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu93.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu94.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu95.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu96.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu97.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu98.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu99.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuee.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf6.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf7.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuff.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuv.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp06.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp07.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp08.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp09.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp10.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp11.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp12.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp13.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp14.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp15.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp16.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp17.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp18.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp19.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp24.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp27.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp28.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp29.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu24.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu56.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu57.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu58.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu59.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu60.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu61.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu62.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu63.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu64.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu65.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu66.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu67.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu68.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu69.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu70.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu71.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu72.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu73.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu74.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu75.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu76.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu77.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu78.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu79.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu80.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu81.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu82.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu83.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu84.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu85.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu86.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu87.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu88.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu89.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu90.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu91.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu92.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu93.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu94.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu95.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu96.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu97.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu98.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu99.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gbsnu/gbsnuff.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp06.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp07.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp08.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp09.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp10.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp11.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp12.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp13.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp14.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp15.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp16.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp17.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp18.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp19.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp24.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp27.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp28.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp29.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu00.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu01.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu02.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu03.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu04.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu20.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu21.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu22.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu23.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu24.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu25.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu26.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu31.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu32.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu50.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu51.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu52.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu53.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu54.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu55.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu56.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu57.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu58.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu59.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu60.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu61.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu62.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu63.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu64.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu65.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu66.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu67.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu68.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu69.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu70.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu71.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu72.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu73.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu74.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu75.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu76.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu77.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu78.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu79.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu80.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu81.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu82.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu83.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu84.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu85.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu86.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu87.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu88.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu89.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu90.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu91.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu92.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu93.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu94.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu95.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu96.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu97.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu98.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu99.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/arphic/gkaiu/gkaiuff.tfm +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu00.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu02.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu03.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu20.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu21.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu22.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu25.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu26.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu30.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu31.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu32.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu33.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu50.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu51.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu52.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu53.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu54.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu55.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu56.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu57.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu58.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu59.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu60.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu61.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu62.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu63.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu64.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu65.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu66.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu67.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu68.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu69.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu70.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu71.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu72.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu73.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu74.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu75.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu76.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu77.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu78.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu79.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu80.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu81.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu82.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu83.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu84.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu85.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu86.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu87.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu88.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu89.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu90.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu91.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu92.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu93.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu94.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu95.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu96.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu97.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu98.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu99.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuee.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf6.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf7.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf8.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiufa.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiufe.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuff.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bkaiu/bkaiuv.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu00.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu02.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu03.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu20.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu21.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu22.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu25.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu26.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu30.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu31.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu32.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu33.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu50.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu51.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu52.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu53.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu54.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu55.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu56.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu57.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu58.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu59.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu60.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu61.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu62.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu63.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu64.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu65.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu66.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu67.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu68.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu69.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu70.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu71.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu72.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu73.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu74.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu75.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu76.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu77.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu78.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu79.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu80.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu81.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu82.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu83.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu84.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu85.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu86.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu87.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu88.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu89.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu90.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu91.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu92.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu93.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu94.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu95.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu96.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu97.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu98.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu99.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuee.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf6.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf7.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf8.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiufa.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiufe.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuff.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/bsmiu/bsmiuv.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu00.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu01.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu02.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu03.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu04.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu20.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu21.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu22.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu23.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu24.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu25.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu26.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu30.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu31.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu32.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu50.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu51.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu52.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu53.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu54.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu55.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu56.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu57.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu58.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu59.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu60.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu61.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu62.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu63.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu64.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu65.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu66.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu67.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu68.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu69.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu70.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu71.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu72.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu73.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu74.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu75.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu76.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu77.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu78.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu79.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu80.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu81.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu82.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu83.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu84.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu85.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu86.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu87.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu88.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu89.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu90.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu91.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu92.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu93.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu94.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu95.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu96.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu97.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu98.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu99.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnufe.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gbsnu/gbsnuff.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu00.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu01.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu02.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu03.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu04.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu20.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu21.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu22.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu23.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu24.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu25.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu26.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu30.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu31.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu32.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu50.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu51.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu52.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu53.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu54.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu55.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu56.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu57.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu58.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu59.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu60.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu61.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu62.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu63.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu64.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu65.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu66.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu67.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu68.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu69.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu70.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu71.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu72.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu73.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu74.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu75.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu76.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu77.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu78.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu79.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu80.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu81.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu82.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu83.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu84.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu85.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu86.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu87.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu88.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu89.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8d.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu90.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu91.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu92.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu93.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu94.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu95.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu96.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu97.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu98.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu99.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9a.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9b.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9c.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9e.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9f.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiufe.pfb +%{_texdir}/texmf-dist/fonts/type1/arphic/gkaiu/gkaiuff.pfb +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp00.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp01.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp02.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp03.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp04.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp05.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp06.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp07.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp08.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp09.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp10.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp11.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp12.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp13.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp14.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp15.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp16.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp17.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp18.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp19.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp20.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp21.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp22.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp23.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp25.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp26.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp27.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp28.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp29.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp30.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp31.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp32.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp33.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp34.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp35.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp36.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp37.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp38.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp39.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp40.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp41.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp42.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp43.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp44.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp45.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp46.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp47.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp48.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp49.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp50.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp51.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp52.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp53.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp54.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimp55.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bkaimp/bkaimpv.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp00.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp01.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp02.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp03.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp04.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp05.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp06.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp07.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp08.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp09.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp10.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp11.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp12.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp13.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp14.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp15.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp16.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp17.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp18.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp19.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp20.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp21.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp22.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp23.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp25.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp26.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp27.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp28.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp29.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp30.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp31.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp32.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp33.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp34.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp35.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp36.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp37.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp38.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp39.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp40.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp41.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp42.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp43.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp44.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp45.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp46.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp47.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp48.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp49.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp50.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp51.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp52.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp53.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp54.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilp55.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/bsmilp/bsmilpv.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp00.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp01.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp02.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp03.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp04.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp06.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp07.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp08.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp09.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp10.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp11.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp12.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp13.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp14.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp15.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp16.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp17.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp18.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp19.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp20.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp21.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp22.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp23.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp24.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp25.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp26.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp27.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp28.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp29.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp30.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp31.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp32.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp00.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp01.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp02.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp03.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp04.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp06.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp07.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp08.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp09.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp10.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp11.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp12.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp13.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp14.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp15.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp16.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp17.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp18.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp19.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp20.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp21.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp22.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp23.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp24.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp25.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp26.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp27.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp28.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp29.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp30.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp31.vf +%{_texdir}/texmf-dist/fonts/vf/arphic/gkaimp/gkaimp32.vf + +%files arphic-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/fonts/arphic/arphic-sampler.pdf +%{_texdir}/texmf-dist/doc/fonts/arphic/arphic-sampler.tex +%{_texdir}/texmf-dist/doc/fonts/arphic/bkaiu/README +%{_texdir}/texmf-dist/doc/fonts/arphic/bsmiu/README +%{_texdir}/texmf-dist/doc/fonts/arphic/gbsnu/README +%{_texdir}/texmf-dist/doc/fonts/arphic/gkaiu/README + +%files arrayjobx +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/arrayjobx/arrayjob.sty +%{_texdir}/texmf-dist/tex/generic/arrayjobx/arrayjobx.sty + +%files arrayjobx-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/arrayjobx/README +%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjob.pdf +%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjob.tex +%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjobx.pdf +%{_texdir}/texmf-dist/doc/generic/arrayjobx/arrayjobx.tex + +%files arsclassica +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/makeindex/arsclassica/classic.ist +%{_texdir}/texmf-dist/tex/latex/arsclassica/arsclassica.sty + +%files arsclassica-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf +%{_texdir}/texmf-dist/doc/latex/arsclassica/ArsClassica.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/Bibliography.bib +%{_texdir}/texmf-dist/doc/latex/arsclassica/CHANGES +%{_texdir}/texmf-dist/doc/latex/arsclassica/README +%{_texdir}/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Contents.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Index.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titleback.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex +%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Birds.jpg +%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_1.jpg +%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_2.jpg +%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_3.jpg +%{_texdir}/texmf-dist/doc/latex/arsclassica/Graphics/Example_4.jpg + +%files articleingud +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/articleingud/articleingud.cls + +%files articleingud-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/articleingud/README +%{_texdir}/texmf-dist/doc/latex/articleingud/articleingud.pdf +%{_texdir}/texmf-dist/doc/latex/articleingud/plantilla.tex +%{_texdir}/texmf-dist/doc/latex/articleingud/template.tex + +%files arydshln +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/arydshln/arydshln.sty + +%files arydshln-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/arydshln/README +%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln-man.pdf +%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln-man.tex +%{_texdir}/texmf-dist/doc/latex/arydshln/arydshln.pdf + +%files asaetr +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/bibtex/bst/asaetr/asaetr.bst +%{_texdir}/texmf-dist/tex/latex/asaetr/asaesub.sty +%{_texdir}/texmf-dist/tex/latex/asaetr/asaetr.cls +%{_texdir}/texmf-dist/tex/latex/asaetr/asaetr.sty + +%files asaetr-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/asaetr/MANIFEST +%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.bib +%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.pdf +%{_texdir}/texmf-dist/doc/latex/asaetr/asaetr.tex +%{_texdir}/texmf-dist/doc/latex/asaetr/cmcscsl10.mf + +%files asana-math +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf +%{_texdir}/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf + +%files asana-math-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/Asana-Math/FontLog.txt +%{_texdir}/texmf-dist/doc/fonts/Asana-Math/README + +%files ascelike +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/ascelike/ascelike.bst +%{_texdir}/texmf-dist/tex/latex/ascelike/ascelike.cls + +%files ascelike-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/ascelike/README +%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.bib +%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.pdf +%{_texdir}/texmf-dist/doc/latex/ascelike/ascexmpl.tex + +%files ascii-font +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/ascii-font/ascii.map +%{_texdir}/texmf-dist/fonts/tfm/public/ascii-font/ASCII.tfm +%{_texdir}/texmf-dist/fonts/type1/public/ascii-font/ASCII.pfb +%{_texdir}/texmf-dist/tex/latex/ascii-font/ascii.sty + +%files ascii-font-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/ascii-font/README.TEXLIVE + +%files aspectratio +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/aspectratio/aspectratio.map +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar10.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar12.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar6.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar7.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar8.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ar9.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb10.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb12.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb5.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb6.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb7.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb8.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arb9.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arssbi10.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/arssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/aspectratio/artti10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/amarbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/amarri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/aparbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/aparri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ar9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arssbi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/arssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/artti10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/amarbi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/amarri.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ar9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arb9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arssbi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/arssi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/artti10.pfb +%{_texdir}/texmf-dist/tex/latex/aspectratio/ar.sty + +%files aspectratio-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aspectratio/ar.pdf +%{_texdir}/texmf-dist/doc/latex/aspectratio/ar.tex + +%files assignment +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/assignment/assignment.cls + +%files assignment-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/assignment/Changelog +%{_texdir}/texmf-dist/doc/latex/assignment/LICENSE +%{_texdir}/texmf-dist/doc/latex/assignment/README +%{_texdir}/texmf-dist/doc/latex/assignment/assignment.pdf +%{_texdir}/texmf-dist/doc/latex/assignment/assignment.tex + +%files astro +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.cal +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.cmn +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.mac +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.mf +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.uni +%{_texdir}/texmf-dist/fonts/source/public/astro/astrosym.xtr +%{_texdir}/texmf-dist/fonts/tfm/public/astro/astrosym.tfm + +%files astro-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/astro/astrosym.tex +%{_texdir}/texmf-dist/doc/fonts/astro/astrosym.txt + +%files asyfig +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/asyfig/asyalign.sty +%{_texdir}/texmf-dist/tex/latex/asyfig/asyfig.sty +%{_texdir}/texmf-dist/tex/latex/asyfig/asyprocess.sty + +%files asyfig-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/asyfig/README +%{_texdir}/texmf-dist/doc/latex/asyfig/asyfig.pdf +%{_texdir}/texmf-dist/doc/latex/asyfig/example/frf.asy +%{_texdir}/texmf-dist/doc/latex/asyfig/example/test-asyfig.tex + +%files attachfile +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/attachfile/attachfile.sty + +%files attachfile-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/attachfile/README +%{_texdir}/texmf-dist/doc/latex/attachfile/attachfile.pdf + +%files augie +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/augie/augie___.afm +%{_texdir}/texmf-dist/fonts/map/dvips/augie/augie.map +%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/augie/augie___.tfm +%{_texdir}/texmf-dist/fonts/type1/public/augie/augie___.pfb +%{_texdir}/texmf-dist/fonts/vf/public/augie/augie7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/augie/augie8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/augie/augie8t.vf +%{_texdir}/texmf-dist/tex/latex/augie/ot1augie.fd +%{_texdir}/texmf-dist/tex/latex/augie/t1augie.fd +%{_texdir}/texmf-dist/tex/latex/augie/ts1augie.fd + +%files augie-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/augie/README.augie +%{_texdir}/texmf-dist/doc/latex/augie/augie.txt +%{_texdir}/texmf-dist/doc/latex/augie/other/Augie___.pfm +%{_texdir}/texmf-dist/doc/latex/augie/other/augie___.inf +%{_texdir}/texmf-dist/doc/latex/augie/vtex/augie.ali + +%files auncial-new +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/auncial-new/auncl10.afm +%{_texdir}/texmf-dist/fonts/afm/public/auncial-new/aunclb10.afm +%{_texdir}/texmf-dist/fonts/map/dvips/auncial-new/auncial.map +%{_texdir}/texmf-dist/fonts/tfm/public/auncial-new/auncl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/auncial-new/aunclb10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/auncial-new/auncl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/auncial-new/aunclb10.pfb +%{_texdir}/texmf-dist/tex/latex/auncial-new/allauncl.sty +%{_texdir}/texmf-dist/tex/latex/auncial-new/auncial.sty +%{_texdir}/texmf-dist/tex/latex/auncial-new/b1auncl.fd + +%files auncial-new-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/auncial-new/README +%{_texdir}/texmf-dist/doc/fonts/auncial-new/auncial.pdf +%{_texdir}/texmf-dist/doc/fonts/auncial-new/tryauncial.pdf +%{_texdir}/texmf-dist/doc/fonts/auncial-new/tryauncial.tex + +%files aurical +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogo.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBold.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AmiciLogoSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicus.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivana.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBold.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/JanaSkrivanaSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatba.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBold.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaRslant.afm +%{_texdir}/texmf-dist/fonts/afm/public/aurical/LukasSvatbaSlant.afm +%{_texdir}/texmf-dist/fonts/map/dvips/aurical/aurical.map +%{_texdir}/texmf-dist/fonts/source/public/aurical/aurical_source.zip +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBold.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AmiciLogoSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivana.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatba.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBold.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AmiciLogoSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivana.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatba.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaRslant.pfb +%{_texdir}/texmf-dist/fonts/type1/public/aurical/LukasSvatbaSlant.pfb +%{_texdir}/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd +%{_texdir}/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd +%{_texdir}/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd +%{_texdir}/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd +%{_texdir}/texmf-dist/tex/latex/aurical/aurical.sty + +%files aurical-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/aurical/aurical.pdf +%{_texdir}/texmf-dist/doc/latex/aurical/aurical.tex + +%files authoraftertitle +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty + +%files authoraftertitle-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf +%{_texdir}/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex + +%files authorindex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/scripts/authorindex/authorindex +%{_texdir}/texmf-dist/tex/latex/authorindex/authorindex.sty + +%files authorindex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/authorindex/COPYING +%{_texdir}/texmf-dist/doc/latex/authorindex/NEWS +%{_texdir}/texmf-dist/doc/latex/authorindex/README +%{_texdir}/texmf-dist/doc/latex/authorindex/authorindex.pdf +%{_texdir}/texmf-dist/doc/latex/authorindex/authorindex.tex + +%files authorindex-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/authorindex + +%files autoarea +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/autoarea/autoarea.sty + +%files autoarea-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/autoarea/ANNOUNCE.txt +%{_texdir}/texmf-dist/doc/latex/autoarea/README.aa +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/README.autodemo +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.log +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.pdf +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo+.tex +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.log +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.pdf +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo-.tex +%{_texdir}/texmf-dist/doc/latex/autoarea/autodemo/autodemo.tex + +%files automata +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/metapost/automata/automata.mp + +%files automata-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/metapost/automata/README +%{_texdir}/texmf-dist/doc/metapost/automata/example.mp +%{_texdir}/texmf-dist/doc/metapost/automata/example.pdf +%{_texdir}/texmf-dist/doc/metapost/automata/example.tex + +%files autonum +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/autonum/autonum.sty + +%files autonum-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/autonum/README +%{_texdir}/texmf-dist/doc/latex/autonum/autonum.pdf +%{_texdir}/texmf-dist/doc/latex/autonum/test-autonum.pdf +%{_texdir}/texmf-dist/doc/latex/autonum/test-autonum.tex + +%files autopdf +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/autopdf/autopdf.sty + +%files autopdf-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/autopdf/README +%{_texdir}/texmf-dist/doc/latex/autopdf/autopdf.pdf + +%files auto-pst-pdf +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/auto-pst-pdf/auto-pst-pdf.sty + +%files auto-pst-pdf-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/README +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.tex +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example-psfrag.tex +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example.eps +%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/example.tex + +%files avantgar +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/dvips/avantgar/config.uag +%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagd8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagdo8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagk8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/pagko8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagb8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagbi8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagd8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagdo8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagk8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagko8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagr8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/avantgar/uagri8a.afm +%{_texdir}/texmf-dist/fonts/map/dvips/avantgar/uag.map +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagd8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagdo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagk8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagkc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/pagko8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8t.tfm +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfm +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagd8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdc8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagdo8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagk8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagkc8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/pagko8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagb8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagd8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagk8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagkc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagkc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagko8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagr8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagrc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagrc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagri8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/uagro8t.vf +%{_texdir}/texmf-dist/tex/latex/avantgar/8ruag.fd +%{_texdir}/texmf-dist/tex/latex/avantgar/omluag.fd +%{_texdir}/texmf-dist/tex/latex/avantgar/omsuag.fd +%{_texdir}/texmf-dist/tex/latex/avantgar/ot1uag.fd +%{_texdir}/texmf-dist/tex/latex/avantgar/t1uag.fd +%{_texdir}/texmf-dist/tex/latex/avantgar/ts1uag.fd + +%files a0poster +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/a0poster/a0poster.cls +%{_texdir}/texmf-dist/tex/latex/a0poster/a0size.sty + +%files a0poster-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/a0poster/a0.pdf +%{_texdir}/texmf-dist/doc/latex/a0poster/a0.tex +%{_texdir}/texmf-dist/doc/latex/a0poster/a0_eng.pdf +%{_texdir}/texmf-dist/doc/latex/a0poster/a0_eng.tex + +%files a2ping +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/a2ping.1* +%{_texdir}/texmf-dist/scripts/a2ping/a2ping.pl + +%files a2ping-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/a2ping + +%files a4wide +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/a4wide/a4wide.sty + +%files a4wide-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/a4wide/a4wide.pdf +%{_texdir}/texmf-dist/doc/latex/a4wide/a4wide.tex + +%files a5comb +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/a5comb/a5comb.sty + +%files a5comb-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/a5comb/a5comb.pdf +%{_texdir}/texmf-dist/doc/latex/a5comb/a5comb.tex + +%files babel-albanian +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/babel-albanian/albanian.ldf + +%files babel-albanian-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/babel-albanian/albanian.pdf + +%files babel-bahasa +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-bahasa/bahasai.ldf +%{_texdir}/texmf-dist/tex/generic/babel-bahasa/bahasam.ldf + +%files babel-bahasa-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-bahasa/bahasa.pdf +%{_texdir}/texmf-dist/doc/generic/babel-bahasa/bahasam.pdf + +%files babel-basque +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-basque/basque.ldf + +%files babel-basque-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-basque/basque.pdf + +%files babelbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbr3.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/bababbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babalpha.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babamspl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplai3.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babplain.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst +%{_texdir}/texmf-dist/bibtex/bst/babelbib/babunsrt.bst +%{_texdir}/texmf-dist/tex/latex/babelbib/afrikaans.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/babelbib.sty +%{_texdir}/texmf-dist/tex/latex/babelbib/bahasa.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/catalan.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/croatian.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/czech.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/danish.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/dutch.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/english.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/esperanto.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/finnish.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/french.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/galician.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/german.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/greek.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/italian.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/norsk.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/portuguese.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/romanian.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/russian.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/serbian.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/spanish.bdf +%{_texdir}/texmf-dist/tex/latex/babelbib/swedish.bdf + +%files babelbib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/babelbib/ChangeLog +%{_texdir}/texmf-dist/doc/bibtex/babelbib/Makefile +%{_texdir}/texmf-dist/doc/bibtex/babelbib/README +%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.dtx +%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.ins +%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbib.pdf +%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbibtest.bib +%{_texdir}/texmf-dist/doc/bibtex/babelbib/babelbibtest.tex +%{_texdir}/texmf-dist/doc/bibtex/babelbib/getversion.tex +%{_texdir}/texmf-dist/doc/bibtex/babelbib/tugboat-babelbib.pdf + +%files babel-breton +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-breton/breton.ldf + +%files babel-breton-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-breton/breton.pdf + +%files babel-bulgarian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-bulgarian/bulgarian.ldf + +%files babel-bulgarian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-bulgarian/bulgarian.pdf + +%files babel-catalan +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-catalan/catalan.ldf + +%files babel-catalan-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-catalan/catalan.pdf + +%files babel-croatian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-croatian/croatian.ldf + +%files babel-croatian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-croatian/croatian.pdf + +%files babel-czech +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-czech/czech.ldf + +%files babel-czech-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-czech/czech.pdf + +%files babel-danish +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-danish/danish.ldf + +%files babel-danish-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-danish/danish.pdf + +%files babel-dutch +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-dutch/dutch.ldf + +%files babel-dutch-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-dutch/dutch.pdf + +%files babel-english +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-english/english.ldf + +%files babel-english-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-english/english.pdf + +%files babel-esperanto +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-esperanto/esperanto.ldf + +%files babel-esperanto-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-esperanto/esperanto.pdf + +%files babel-estonian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-estonian/estonian.ldf + +%files babel-estonian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-estonian/estonian.pdf + +%files babel-finnish +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-finnish/finnish.ldf + +%files babel-finnish-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-finnish/finnish.pdf + +%files babel-french +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-french/frenchb.cfg +%{_texdir}/texmf-dist/tex/generic/babel-french/frenchb.ldf + +%files babel-french-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-french/frenchb.pdf + +%files babel-friulan +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-friulan/friulan.ldf + +%files babel-friulan-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-friulan/friulan.pdf + +%files babel-galician +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-galician/galician.ldf + +%files babel-galician-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-galician/galician.pdf +%{_texdir}/texmf-dist/doc/generic/babel-galician/glbst.tex +%{_texdir}/texmf-dist/doc/generic/babel-galician/glromidx.tex + +%files babel-german +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-german/germanb.ldf +%{_texdir}/texmf-dist/tex/generic/babel-german/ngermanb.ldf + +%files babel-german-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-german/germanb.pdf +%{_texdir}/texmf-dist/doc/generic/babel-german/ngermanb.pdf + +%files babel-greek +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-greek/athnum.sty +%{_texdir}/texmf-dist/tex/generic/babel-greek/greek.ldf +%{_texdir}/texmf-dist/tex/generic/babel-greek/grmath.sty +%{_texdir}/texmf-dist/tex/generic/babel-greek/grsymb.sty +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrcmr.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrcmro.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrcmss.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrcmtt.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlcmss.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlcmtt.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlmr.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlmro.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlmss.fd +%{_texdir}/texmf-dist/tex/generic/babel-greek/lgrlmtt.fd + +%files babel-greek-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-greek/GreekFonts.txt +%{_texdir}/texmf-dist/doc/generic/babel-greek/athnum.pdf +%{_texdir}/texmf-dist/doc/generic/babel-greek/greek.pdf +%{_texdir}/texmf-dist/doc/generic/babel-greek/grmath.pdf +%{_texdir}/texmf-dist/doc/generic/babel-greek/grsymb.pdf +%{_texdir}/texmf-dist/doc/generic/babel-greek/usage.tex + +%files babel-hebrew +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/8859-8.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/cp1255.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/cp862.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8OmegaHebrew.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8aharoni.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8cmr.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8cmss.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8cmtt.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8david.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8drugulin.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8enc.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8frankruehl.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8miriam.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8nachlieli.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/he8yad.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebcal.sty +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebfont.sty +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebrew.ldf +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebrew_newcode.sty +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebrew_oldcode.sty +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/hebrew_p.sty +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheclas.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lhecmr.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lhecmss.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lhecmtt.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lhecrml.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheenc.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lhefr.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheredis.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheshold.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheshscr.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/lheshstk.fd +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/rlbabel.def +%{_texdir}/texmf-dist/tex/generic/babel-hebrew/si960.def + +%files babel-hebrew-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-hebrew/00readme.heb +%{_texdir}/texmf-dist/doc/generic/babel-hebrew/heb209.pdf +%{_texdir}/texmf-dist/doc/generic/babel-hebrew/hebinp.pdf +%{_texdir}/texmf-dist/doc/generic/babel-hebrew/hebrew.pdf + +%files babel-hungarian +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/babel-hungarian/magyar.ldf + +%files babel-icelandic +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-icelandic/icelandic.ldf + +%files babel-icelandic-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-icelandic/icelandic.pdf + +%files babel-interlingua +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-interlingua/interlingua.ldf + +%files babel-interlingua-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-interlingua/interlingua.pdf + +%files babel-irish +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-irish/irish.ldf + +%files babel-irish-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-irish/irish.pdf + +%files babel-italian +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-italian/italian.ldf + +%files babel-italian-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-italian/italian.pdf + +%files babel-kurmanji +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-kurmanji/kurmanji.ldf + +%files babel-kurmanji-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-kurmanji/kurmanji.pdf + +%files babel-latin +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-latin/latin.ldf + +%files babel-latin-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-latin/latin.pdf + +%files babel-norsk +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-norsk/norsk.ldf + +%files babel-norsk-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-norsk/norsk.pdf + +%files babel-piedmontese +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-piedmontese/piedmontese.ldf + +%files babel-piedmontese-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-piedmontese/piedmontese.pdf + +%files babel-polish +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-polish/polish.ldf + +%files babel-polish-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-polish/polish.pdf + +%files babel-portuges +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-portuges/portuges.ldf + +%files babel-portuges-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-portuges/portuges.pdf + +%files babel-romanian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-romanian/romanian.ldf + +%files babel-romanian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-romanian/romanian.pdf + +%files babel-romansh +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-romansh/romansh.ldf + +%files babel-romansh-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-romansh/romansh.pdf + +%files babel-russian +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-russian/russianb.ldf + +%files babel-russian-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-russian/README +%{_texdir}/texmf-dist/doc/generic/babel-russian/russianb.pdf + +%files babel-samin +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-samin/samin.ldf + +%files babel-samin-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-samin/samin.pdf + +%files babel-scottish +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-scottish/scottish.ldf + +%files babel-scottish-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-scottish/scottish.pdf + +%files babel-serbianc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-serbianc/serbianc.ldf +%{_texdir}/texmf-dist/tex/generic/babel-serbianc/serbianc.sty + +%files babel-serbianc-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/COPYING +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/ChangeLog +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/Copyright +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/INSTALL +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/README +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/README.Files +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/README.serbianc +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/sample.pdf +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/sample.tex +%{_texdir}/texmf-dist/doc/generic/babel-serbianc/serbianc.patch + +%files babel-serbian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-serbian/serbian.ldf + +%files babel-serbian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-serbian/serbian.pdf + +%files babel-slovak +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-slovak/slovak.ldf + +%files babel-slovak-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-slovak/slovak.pdf + +%files babel-slovenian +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-slovenian/slovene.ldf + +%files babel-slovenian-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-slovenian/slovene.pdf + +%files babel-sorbian +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-sorbian/lsorbian.ldf +%{_texdir}/texmf-dist/tex/generic/babel-sorbian/usorbian.ldf + +%files babel-sorbian-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-sorbian/lsorbian.pdf +%{_texdir}/texmf-dist/doc/generic/babel-sorbian/usorbian.pdf + +%files babel-spanish +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/babel-spanish/romanidx.sty +%{_texdir}/texmf-dist/tex/generic/babel-spanish/spanish.ldf + +%files babel-spanish-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/babel-spanish/spanish.pdf + +%files babel-swedish +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-swedish/swedish.ldf + +%files babel-swedish-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-swedish/swedish.pdf + +%files babel-thai +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-thai/lthenc.def +%{_texdir}/texmf-dist/tex/generic/babel-thai/thai.ldf +%{_texdir}/texmf-dist/tex/generic/babel-thai/tis620.def + +%files babel-thai-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-thai/thai.pdf + +%files babel +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/makeindex/babel/bbglo.ist +%{_texdir}/texmf-dist/makeindex/babel/bbind.ist +%{_texdir}/texmf-dist/tex/generic/babel/UKenglish.sty +%{_texdir}/texmf-dist/tex/generic/babel/USenglish.sty +%{_texdir}/texmf-dist/tex/generic/babel/afrikaans.sty +%{_texdir}/texmf-dist/tex/generic/babel/albanian.sty +%{_texdir}/texmf-dist/tex/generic/babel/american.sty +%{_texdir}/texmf-dist/tex/generic/babel/austrian.sty +%{_texdir}/texmf-dist/tex/generic/babel/babel.def +%{_texdir}/texmf-dist/tex/generic/babel/babel.sty +%{_texdir}/texmf-dist/tex/generic/babel/bahasa.sty +%{_texdir}/texmf-dist/tex/generic/babel/bahasam.sty +%{_texdir}/texmf-dist/tex/generic/babel/basque.sty +%{_texdir}/texmf-dist/tex/generic/babel/blplain.tex +%{_texdir}/texmf-dist/tex/generic/babel/bplain.tex +%{_texdir}/texmf-dist/tex/generic/babel/breton.sty +%{_texdir}/texmf-dist/tex/generic/babel/british.sty +%{_texdir}/texmf-dist/tex/generic/babel/bulgarian.sty +%{_texdir}/texmf-dist/tex/generic/babel/catalan.sty +%{_texdir}/texmf-dist/tex/generic/babel/croatian.sty +%{_texdir}/texmf-dist/tex/generic/babel/czech.sty +%{_texdir}/texmf-dist/tex/generic/babel/danish.sty +%{_texdir}/texmf-dist/tex/generic/babel/dutch.sty +%{_texdir}/texmf-dist/tex/generic/babel/english.sty +%{_texdir}/texmf-dist/tex/generic/babel/esperanto.sty +%{_texdir}/texmf-dist/tex/generic/babel/estonian.sty +%{_texdir}/texmf-dist/tex/generic/babel/finnish.sty +%{_texdir}/texmf-dist/tex/generic/babel/francais.sty +%{_texdir}/texmf-dist/tex/generic/babel/galician.sty +%{_texdir}/texmf-dist/tex/generic/babel/germanb.sty +%{_texdir}/texmf-dist/tex/generic/babel/greek.sty +%{_texdir}/texmf-dist/tex/generic/babel/hebrew.sty +%{_texdir}/texmf-dist/tex/generic/babel/hyphen.cfg +%{_texdir}/texmf-dist/tex/generic/babel/icelandic.sty +%{_texdir}/texmf-dist/tex/generic/babel/interlingua.sty +%{_texdir}/texmf-dist/tex/generic/babel/irish.sty +%{_texdir}/texmf-dist/tex/generic/babel/italian.sty +%{_texdir}/texmf-dist/tex/generic/babel/latin.sty +%{_texdir}/texmf-dist/tex/generic/babel/lsorbian.sty +%{_texdir}/texmf-dist/tex/generic/babel/luababel.def +%{_texdir}/texmf-dist/tex/generic/babel/magyar.sty +%{_texdir}/texmf-dist/tex/generic/babel/naustrian.sty +%{_texdir}/texmf-dist/tex/generic/babel/ngermanb.sty +%{_texdir}/texmf-dist/tex/generic/babel/nil.ldf +%{_texdir}/texmf-dist/tex/generic/babel/norsk.sty +%{_texdir}/texmf-dist/tex/generic/babel/plain.def +%{_texdir}/texmf-dist/tex/generic/babel/polish.sty +%{_texdir}/texmf-dist/tex/generic/babel/portuges.sty +%{_texdir}/texmf-dist/tex/generic/babel/romanian.sty +%{_texdir}/texmf-dist/tex/generic/babel/russianb.sty +%{_texdir}/texmf-dist/tex/generic/babel/samin.sty +%{_texdir}/texmf-dist/tex/generic/babel/scottish.sty +%{_texdir}/texmf-dist/tex/generic/babel/serbian.sty +%{_texdir}/texmf-dist/tex/generic/babel/slovak.sty +%{_texdir}/texmf-dist/tex/generic/babel/slovene.sty +%{_texdir}/texmf-dist/tex/generic/babel/spanish.sty +%{_texdir}/texmf-dist/tex/generic/babel/swedish.sty +%{_texdir}/texmf-dist/tex/generic/babel/switch.def +%{_texdir}/texmf-dist/tex/generic/babel/turkish.sty +%{_texdir}/texmf-dist/tex/generic/babel/ukraineb.sty +%{_texdir}/texmf-dist/tex/generic/babel/usorbian.sty +%{_texdir}/texmf-dist/tex/generic/babel/welsh.sty +%{_texdir}/texmf-dist/tex/generic/babel/xebabel.def + +%files babel-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/babel/CONTRIB +%{_texdir}/texmf-dist/doc/latex/babel/README +%{_texdir}/texmf-dist/doc/latex/babel/babel.pdf + +%files babel-turkish +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-turkish/turkish.ldf + +%files babel-turkish-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-turkish/turkish.pdf + +%files babel-ukraineb +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/babel-ukraineb/ukraineb.ldf + +%files babel-ukraineb-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/babel-ukraineb/ukraineb.pdf + +%files babel-vietnamese +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-vietnamese/vietnam.ldf +%{_texdir}/texmf-dist/tex/generic/babel-vietnamese/vietnamese.ldf + +%files babel-welsh +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/babel-welsh/welsh.ldf + +%files babel-welsh-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-welsh/welsh.pdf + +%files background +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/background/background.sty + +%files background-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/background/README +%{_texdir}/texmf-dist/doc/latex/background/background.pdf + +%files backnaur +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/backnaur/backnaur.sty + +%files backnaur-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/backnaur/README +%{_texdir}/texmf-dist/doc/latex/backnaur/backnaur.pdf + +%files bangtex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bang10.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangbase.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangconso.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangdefs.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangfala.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/banghalf.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangjuk.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangkaar.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/banglig.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangmac.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangnum.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangpunc.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangvow.mf +%{_texdir}/texmf-dist/fonts/source/public/bangtex/bangwd10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bang10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bangsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/bangwd10.tfm +%{_texdir}/texmf-dist/tex/latex/bangtex/bangfont.tex +%{_texdir}/texmf-dist/tex/latex/bangtex/barticle.cls +%{_texdir}/texmf-dist/tex/latex/bangtex/bbk10.clo +%{_texdir}/texmf-dist/tex/latex/bangtex/bbk11.clo +%{_texdir}/texmf-dist/tex/latex/bangtex/bbk12.clo +%{_texdir}/texmf-dist/tex/latex/bangtex/bbook.cls +%{_texdir}/texmf-dist/tex/latex/bangtex/bletter.cls +%{_texdir}/texmf-dist/tex/latex/bangtex/bsize10.clo +%{_texdir}/texmf-dist/tex/latex/bangtex/bsize11.clo +%{_texdir}/texmf-dist/tex/latex/bangtex/bsize12.clo + +%files bangtex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bangtex/README.bangtex +%{_texdir}/texmf-dist/doc/latex/bangtex/manual.tex +%{_texdir}/texmf-dist/doc/latex/bangtex/samplett.tex +%{_texdir}/texmf-dist/doc/latex/bangtex/samptex.tex + +%files barcodes +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc11.mf +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc128.mf +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc39.mf +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlc93.mf +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlcr39.mf +%{_texdir}/texmf-dist/fonts/source/public/barcodes/wlean.mf +%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc11.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc39.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlc93.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/wlcr39.tfm +%{_texdir}/texmf-dist/tex/latex/barcodes/barcodes.sty + +%files barcodes-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/barcodes/README +%{_texdir}/texmf-dist/doc/latex/barcodes/bcfaq.tex +%{_texdir}/texmf-dist/doc/latex/barcodes/changes +%{_texdir}/texmf-dist/doc/latex/barcodes/code39.tex +%{_texdir}/texmf-dist/doc/latex/barcodes/codean.pl +%{_texdir}/texmf-dist/doc/latex/barcodes/eandoc.pdf +%{_texdir}/texmf-dist/doc/latex/barcodes/eandoc.tex +%{_texdir}/texmf-dist/doc/latex/barcodes/examples.tex +%{_texdir}/texmf-dist/doc/latex/barcodes/install.bat +%{_texdir}/texmf-dist/doc/latex/barcodes/wlcdb.vpl +%{_texdir}/texmf-dist/doc/latex/barcodes/wlcf39.vpl +%{_texdir}/texmf-dist/doc/latex/barcodes/wlitf.vpl + +%files bardiag +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bardiag/barddoc.sty +%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.bar +%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.cfg +%{_texdir}/texmf-dist/tex/latex/bardiag/bardiag.sty +%{_texdir}/texmf-dist/tex/latex/bardiag/pstfp.sty + +%files bardiag-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bardiag/README +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag.pdf +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag1.pdf +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag1.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag2.pdf +%{_texdir}/texmf-dist/doc/latex/bardiag/bardiag2.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/altdiags.ps +%{_texdir}/texmf-dist/doc/latex/bardiag/example/altdiags.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/compile.all +%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.dvi +%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.ps +%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagrams.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagramsbw.ps +%{_texdir}/texmf-dist/doc/latex/bardiag/example/diagramsbw.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/10.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/1a.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/1b.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/2a.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/2b.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/3.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/4.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/5.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/6.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/7.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/8.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/example/src/9.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/diag.eps +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/diagleg.eps +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1a.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp1b.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp2.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp2er.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp3.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp4.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp5.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/examp6.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/exampcr.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/figs/tddiag.eps +%{_texdir}/texmf-dist/doc/latex/bardiag/src/10.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/1a.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/1b.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/2a.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/2b.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/3.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/4.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/5.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/6.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/7.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/8.tex +%{_texdir}/texmf-dist/doc/latex/bardiag/src/9.tex + +%files barr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/barr/diagxy.tex + +%files barr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/barr/diaxydoc.pdf +%{_texdir}/texmf-dist/doc/generic/barr/diaxydoc.tex + +%files bartel-chess-fonts +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-bishop.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-chbase.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-equi.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-geo.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-king.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-knight.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-pawn.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-queen.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/elch-rook.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch10.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch11.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch12.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch13.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch14.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch16.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch17.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch20.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch24.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch32.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch36.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch6.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch7.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch8.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/fselch9.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkbase.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkbishop.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkblackfield.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch10.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch11.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch12.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch14.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch16.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch8.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch9.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkgeo.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkking.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkknight.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkpawn.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkqueen.mf +%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/pkrook.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm + +%files bartel-chess-fonts-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/README +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/chess.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px150.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px17.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px20.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px21.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px23.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px25.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px29.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px31.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px33.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px41.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px45.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px49.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px53.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px57.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px63.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px700.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px71.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px72.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px79.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px9.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/scan.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/tt.mf +%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf + +%files bashful +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bashful/bashful.sty + +%files bashful-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bashful/Makefile +%{_texdir}/texmf-dist/doc/latex/bashful/README +%{_texdir}/texmf-dist/doc/latex/bashful/bashful.pdf +%{_texdir}/texmf-dist/doc/latex/bashful/bashful.tex + +%files baskervald +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvb8a.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvbi8a.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvh8a.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvho8a.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvr8a.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ybvri8a.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/baskervald/supp-ybv.enc +%{_texdir}/texmf-dist/fonts/map/dvips/baskervald/ybv.map +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvh8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvho8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8s.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvb8a.pfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvbi8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvbi8a.pfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvh8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvh8a.pfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvho8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvho8a.pfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvr8a.pfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvri8a.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ybvri8a.pfm +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvb8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvb8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbi8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbi8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbiw8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvbw8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvh8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvh8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvho8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvho8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvhow8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvhw8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvr8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvr8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvri8c.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvri8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvriw8t.vf +%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ybvrw8t.vf +%{_texdir}/texmf-dist/tex/latex/baskervald/baskervald.sty +%{_texdir}/texmf-dist/tex/latex/baskervald/t1ybv.fd +%{_texdir}/texmf-dist/tex/latex/baskervald/t1ybvw.fd +%{_texdir}/texmf-dist/tex/latex/baskervald/ts1ybv.fd +%{_texdir}/texmf-dist/tex/latex/baskervald/ts1ybvw.fd + +%files baskervald-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/baskervald/COPYING +%{_texdir}/texmf-dist/doc/fonts/baskervald/NOTICE.txt +%{_texdir}/texmf-dist/doc/fonts/baskervald/README +%{_texdir}/texmf-dist/doc/fonts/baskervald/baskervaldadf.pdf +%{_texdir}/texmf-dist/doc/fonts/baskervald/baskervaldadf.tex +%{_texdir}/texmf-dist/doc/fonts/baskervald/manifest.txt + +%files basque-book +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/basque-book/basque-book.cls + +%files basque-book-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/basque-book/README +%{_texdir}/texmf-dist/doc/latex/basque-book/basque-book.pdf + +%files basque-date +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/basque-date/basque-date.sty + +%files basque-date-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/basque-date/README +%{_texdir}/texmf-dist/doc/latex/basque-date/basque-date.pdf + +%files bbcard +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/metapost/bbcard/bbcard.mp +%{_texdir}/texmf-dist/metapost/bbcard/breakwidth.mp +%{_texdir}/texmf-dist/metapost/bbcard/calendar.mp +%{_texdir}/texmf-dist/metapost/bbcard/scorecard.mp + +%files bbcard-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/metapost/bbcard/README.TEXLIVE +%{_texdir}/texmf-dist/doc/metapost/bbcard/README.bbcard +%{_texdir}/texmf-dist/doc/metapost/bbcard/README.calendar +%{_texdir}/texmf-dist/doc/metapost/bbcard/README.scorecard + +%files bbding +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/bbding/bbding10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bbding/bbding10.tfm +%{_texdir}/texmf-dist/tex/latex/bbding/Uding.fd +%{_texdir}/texmf-dist/tex/latex/bbding/bbding.sty + +%files bbding-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bbding/README +%{_texdir}/texmf-dist/doc/latex/bbding/bbding.pdf +%{_texdir}/texmf-dist/doc/latex/bbding/bbding10.org + +%files bbm-macros +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bbm-macros/bbm.sty +%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbm.fd +%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbmss.fd +%{_texdir}/texmf-dist/tex/latex/bbm-macros/ubbmtt.fd + +%files bbm-macros-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bbm-macros/README +%{_texdir}/texmf-dist/doc/latex/bbm-macros/bbm.pdf + +%files bbm +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm17.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm5.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm6.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm7.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbm9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmbxsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmdunh10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmfib8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmfxib8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbminch.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmsltt10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss17.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmss9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssdc10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi17.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssi9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssq8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmssqi8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmtt9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/bbmvtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/blbbase.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/blbord.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordl.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordsp.mf +%{_texdir}/texmf-dist/fonts/source/public/bbm/blbordu.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbm9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmfib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmfxib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbm/bbmtt9.tfm + +%files bbm-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/bbm/README +%{_texdir}/texmf-dist/doc/fonts/bbm/gfbatch.batch +%{_texdir}/texmf-dist/doc/fonts/bbm/mfbatch.batch +%{_texdir}/texmf-dist/doc/fonts/bbm/test.tex + +%files bbold +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbbase.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbgreekl.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbgreeku.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbligs.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bblower.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbnum.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold10.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold12.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold17.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold5.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold6.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold7.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold8.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbold9.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbparams.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbpunc.mf +%{_texdir}/texmf-dist/fonts/source/public/bbold/bbupper.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bbold/bbold9.tfm +%{_texdir}/texmf-dist/tex/latex/bbold/Ubbold.fd +%{_texdir}/texmf-dist/tex/latex/bbold/bbold.sty + +%files bbold-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/latex/bbold/INSTALL +%{_texdir}/texmf-dist/doc/latex/bbold/README +%{_texdir}/texmf-dist/doc/latex/bbold/bbold.pdf + +%files bbold-type1 +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold10.afm +%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold5.afm +%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/bbold7.afm +%{_texdir}/texmf-dist/fonts/map/dvips/bbold-type1/bbold.map +%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/bbold7.pfb + +%files bbold-type1-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/bbold-type1/README +%{_texdir}/texmf-dist/doc/fonts/bbold-type1/test.pdf +%{_texdir}/texmf-dist/doc/fonts/bbold-type1/test.tex + +%files bclogo +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/metapost/bclogo/bc-attention.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-aux-301.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-bombe.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-book.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-calendrier.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-cle.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-clefa.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-clesol.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-coeur.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-crayon.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-cube.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dallemagne.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-danger.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dautriche.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dbelgique.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dbulgarie.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dfrance.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-ditalie.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dluxembourg.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dodecaedre.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dpaysbas.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-dz.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-eclaircie.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-etoile.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-femme.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-feujaune.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-feurouge.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-feutricolore.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-feuvert.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-fleur.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-homme.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-horloge.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-icosaedre.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-info.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-inter.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-interdit.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-lampe.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-loupe.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-neige.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-note.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-nucleaire.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-octaedre.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-oeil.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-orne.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-ours.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-outil.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-peaceandlove.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-pluie.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-plume.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-poisson.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-recyclage.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-rosevents.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-smiley-bonnehumeur.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-smiley-mauvaisehumeur.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-soleil.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-stop.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-takecare.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-tetraedre.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-trefle.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-trombone.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-valetcoeur.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-velo.mp +%{_texdir}/texmf-dist/metapost/bclogo/bc-yin.mp +%{_texdir}/texmf-dist/metapost/bclogo/brace.mp +%{_texdir}/texmf-dist/metapost/bclogo/losanges.mp +%{_texdir}/texmf-dist/metapost/bclogo/spir.mp +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-attention.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-aux-301.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-bombe.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-book.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-calendrier.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-cle.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-clefa.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-clesol.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-coeur.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-crayon.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-cube.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dallemagne.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-danger.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dautriche.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dbelgique.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dbulgarie.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dfrance.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-ditalie.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dluxembourg.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dodecaedre.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dpaysbas.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-dz.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-eclaircie.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-etoile.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-femme.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feujaune.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feurouge.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feutricolore.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-feuvert.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-fleur.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-homme.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-horloge.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-icosaedre.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-info.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-inter.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-interdit.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-lampe.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-loupe.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-neige.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-note.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-nucleaire.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-octaedre.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-oeil.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-orne.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-ours.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-outil.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-peaceandlove.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-pluie.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-plume.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-poisson.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-recyclage.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-rosevents.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-smiley-bonnehumeur.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-smiley-mauvaisehumeur.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-soleil.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-stop.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-takecare.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-tetraedre.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-trefle.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-trombone.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-valetcoeur.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-velo.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bc-yin.mps +%{_texdir}/texmf-dist/tex/latex/bclogo/bclogo.sty + +%files bclogo-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bclogo/LISEZ-MOI.doc +%{_texdir}/texmf-dist/doc/latex/bclogo/LISEZ-MOI.latex +%{_texdir}/texmf-dist/doc/latex/bclogo/README.doc +%{_texdir}/texmf-dist/doc/latex/bclogo/README.latex +%{_texdir}/texmf-dist/doc/latex/bclogo/bclogo-doc.pdf +%{_texdir}/texmf-dist/doc/latex/bclogo/bclogo-doc.tex +%{_texdir}/texmf-dist/doc/latex/bclogo/brace.mps +%{_texdir}/texmf-dist/doc/latex/bclogo/losanges.mps +%{_texdir}/texmf-dist/doc/latex/bclogo/spir.mps + +%files beameraudience +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beameraudience/beameraudience.sty + +%files beameraudience-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beameraudience/README + +%files beamer-FUBerlin +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/FUbeamer.cls +%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty +%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty +%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty +%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty + +%files beamer-FUBerlin-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/Changes +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FULogo.png +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUbib.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/README +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.tex +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.tex +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/geo.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/silberlaube2.jpg + +%files beamerposter +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamerposter/beamerposter.sty + +%files beamerposter-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamerposter/README +%{_texdir}/texmf-dist/doc/latex/beamerposter/beamerposter.pdf +%{_texdir}/texmf-dist/doc/latex/beamerposter/beamerposter.tex +%{_texdir}/texmf-dist/doc/latex/beamerposter/example.tex + +%files beamersubframe +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamersubframe/beamersubframe.sty + +%files beamersubframe-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamersubframe/README +%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-append.pdf +%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-append.svg +%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-embed.pdf +%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe-embed.svg +%{_texdir}/texmf-dist/doc/latex/beamersubframe/beamersubframe.pdf +%{_texdir}/texmf-dist/doc/latex/beamersubframe/bsf-example.tex + +%files beamerthemejltree +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/beamerthemejltree/beamerthemeJLTree.sty + +%files beamerthemenirma +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamerthemenirma/beamerthemenirma.sty + +%files beamerthemenirma-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamerthemenirma/README + +%files beamertheme-upenn-bc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty +%{_texdir}/texmf-dist/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty + +%files beamertheme-upenn-bc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc/README +%{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc/beamerBCstyle.pdf +%{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc/beamerBCstyle.tex +%{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc/beamerPENNstyle.pdf + +%files beamer +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.20.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.20.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonarticle.tex +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.20.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.20.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericonbook.tex +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.20.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.20.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.eps +%{_texdir}/texmf-dist/tex/latex/beamer/art/beamericononline.pdf +%{_texdir}/texmf-dist/tex/latex/beamer/beamer.cls +%{_texdir}/texmf-dist/tex/latex/beamer/beamerarticle.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasearticle.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasecolor.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseexercise.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasefont.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasemisc.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasercs.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasesection.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasethemes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetitle.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetoc.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty +%{_texdir}/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerfoils.sty +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerprosper.sty +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamerseminar.sty +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/beamertexpower.sty +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-foils.tex +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex +%{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex +%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty +%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty +%{_texdir}/texmf-dist/tex/latex/beamer/multimedia/xmpmulti.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemecrane.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedefault.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedove.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemefly.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemelily.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthememonarca.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemerose.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemespruce.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemestructure.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewhale.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefault.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeserif.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemetree.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeEastLansing.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty +%{_texdir}/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Spanish.dict +%{_texdir}/texmf-dist/tex/latex/beamer/translator/translator-language-mappings.tex +%{_texdir}/texmf-dist/tex/latex/beamer/translator/translator.sty + +%files beamer-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/beamer/AUTHORS +%{_texdir}/texmf-dist/doc/latex/beamer/ChangeLog +%{_texdir}/texmf-dist/doc/latex/beamer/FILES +%{_texdir}/texmf-dist/doc/latex/beamer/INSTALL +%{_texdir}/texmf-dist/doc/latex/beamer/README +%{_texdir}/texmf-dist/doc/latex/beamer/TODO +%{_texdir}/texmf-dist/doc/latex/beamer/doc/Makefile +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamercolorthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerfontthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerinnerthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerlogo.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerouterthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerthemeexamplebase.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-color.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-compatibility.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-elements.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-emulation.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-fonts.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-frames.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-globalstructure.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-graphics.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-guidelines.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-installation.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-interaction.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-introduction.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-license.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-localstructure.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-nonpresentation.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-notes.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-overlays.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-solutions.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-themes.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-translator.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-transparencies.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-tricks.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-tutorial.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-twoscreens.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerug-workflow.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/licenses/LICENSE +%{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex +%{_texdir}/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh +%{_texdir}/texmf-dist/doc/latex/beamer/emacs/beamer.el +%{_texdir}/texmf-dist/doc/latex/beamer/examples/Makefile +%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-beamer-version.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex +%{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex +%{_texdir}/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex + +%files pgf +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbma.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpl.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbpt.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsh.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbsn.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfcor.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/math/t-pgfmat.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/systemlayer/t-pgfsys.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfcal.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgffor.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfkey.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfmod.tex +%{_texdir}/texmf-dist/tex/context/third/pgf/utilities/t-pgfrcs.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgpgf.cfg +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgpgf.xmt +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.cfg +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.xml +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.basic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryshadings.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleoo.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleparser.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulesnakes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/rendering/pgfrenderpoints.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/rendering/pgfrendertransform.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-svg.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvi.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvips.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-textures.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-vtex.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfexternal.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfexternalwithdepth.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +%{_texdir}/texmf-dist/tex/generic/pgf/utilities/pgfutil-plain.def +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasematrix.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasepatterns.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty +%{_texdir}/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfarrows.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfautomata.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfheaps.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryarrows.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryautomata.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibraryshapes.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarysnakes.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfnodes.sty +%{_texdir}/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty +%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.code.tex +%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex +%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex +%{_texdir}/texmf-dist/tex/latex/pgf/doc/pgfmanual.sty +%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex +%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty +%{_texdir}/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty +%{_texdir}/texmf-dist/tex/latex/pgf/math/pgfmath.sty +%{_texdir}/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgffor.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/tikzexternal.sty +%{_texdir}/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgf.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex +%{_texdir}/texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex +%{_texdir}/texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex +%{_texdir}/texmf-dist/tex/plain/pgf/math/pgfmath.tex +%{_texdir}/texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex +%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfcalendar.tex +%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgffor.tex +%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfkeys.tex +%{_texdir}/texmf-dist/tex/plain/pgf/utilities/pgfrcs.tex + +%files pgf-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/pgf/AUTHORS +%{_texdir}/texmf-dist/doc/generic/pgf/ChangeLog +%{_texdir}/texmf-dist/doc/generic/pgf/FILES +%{_texdir}/texmf-dist/doc/generic/pgf/INSTALL +%{_texdir}/texmf-dist/doc/generic/pgf/README +%{_texdir}/texmf-dist/doc/generic/pgf/TODO +%{_texdir}/texmf-dist/doc/generic/pgf/pgfmanual.pdf +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.bb +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.eps +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.bb +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.eps +%{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.jpg +%{_texdir}/texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf +%{_texdir}/texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/LICENSE +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/gnu-public-license-2.txt +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/manifest-code.txt +%{_texdir}/texmf-dist/doc/generic/pgf/licenses/manifest-documentation.txt +%{_texdir}/texmf-dist/doc/generic/pgf/macros/pgfmanual-en-macros.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-numberprinting.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-oo.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pages.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex.orig +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/texmf.cnf +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.table +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.gnuplot +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.table +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.figlist +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en/Makefile +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex +%{_texdir}/texmf-dist/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg +%{_texdir}/texmf-dist/doc/latex/pgf/README + +%files xkeyval +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/xkeyval/keyval.tex +%{_texdir}/texmf-dist/tex/generic/xkeyval/pst-xkey.tex +%{_texdir}/texmf-dist/tex/generic/xkeyval/xkeyval.tex +%{_texdir}/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex +%{_texdir}/texmf-dist/tex/latex/xkeyval/pst-xkey.sty +%{_texdir}/texmf-dist/tex/latex/xkeyval/xkeyval.sty +%{_texdir}/texmf-dist/tex/latex/xkeyval/xkvltxp.sty +%{_texdir}/texmf-dist/tex/latex/xkeyval/xkvview.sty + +%files xkeyval-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/xkeyval/README +%{_texdir}/texmf-dist/doc/latex/xkeyval/xkeyval.pdf + +%files xcolor +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/dvips/xcolor/xcolor.pro +%{_texdir}/texmf-dist/tex/latex/xcolor/svgnam.def +%{_texdir}/texmf-dist/tex/latex/xcolor/x11nam.def +%{_texdir}/texmf-dist/tex/latex/xcolor/xcolor.sty + +%files xcolor-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/xcolor/ChangeLog +%{_texdir}/texmf-dist/doc/latex/xcolor/README +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor.lox +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor.pdf +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor1.tex +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor2.pdf +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor2.tex +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor3.tex +%{_texdir}/texmf-dist/doc/latex/xcolor/xcolor4.tex + +%files beamer-tut-pt-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/AnnArbor1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/AnnArbor2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/LEIAME +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/README +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim3.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/anim4.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato1.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato2.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato3.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato4.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/automato5.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/berkeley1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/berkeley2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/blocos.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/boadilla1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/boadilla2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/exemplo.tex +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/madrid1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/madrid2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/montpellier1.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/montpellier2.ps +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.tex +%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/ufpellogo.jpg + +%files beamer2thesis +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamer2thesis.jpg +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty +%{_texdir}/texmf-dist/tex/latex/beamer2thesis/logopolito.jpg + +%files beamer2thesis-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/README +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_end.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_initial.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex +%{_texdir}/texmf-dist/doc/latex/beamer2thesis/license + +%files beebe +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bib/beebe/gut.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/komoedie.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook1.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook2.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texbook3.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texgraph.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texjourn.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/texnique.bib +%{_texdir}/texmf-dist/bibtex/bib/beebe/tugboat.bib +%{_texdir}/texmf-dist/bibtex/bst/beebe/aaai-named.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/abstract.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/annotate.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/annotation.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/apa.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/apalike2.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/astron.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate1.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate2.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate3.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/authordate4.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/bbs.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/bibtoref.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/cbe.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/chicagoa.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/humanbio.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/humannat.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/is-abbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/is-alpha.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/is-plain.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/is-unsrt.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/jas99.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/jbact.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/jmb.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/jtb.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/jthcarsu.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/named.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/namunsrt.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/nar.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/newapa.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phaip.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phapalik.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phcpc.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phiaea.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phjcp.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phnf.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phnflet.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phpf.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phppcf.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phreport.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/phrmp.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/plainyr.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/refer.bst +%{_texdir}/texmf-dist/bibtex/bst/beebe/xbtxbst.doc + +%files begriff +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/begriff/begriff.sty + +%files begriff-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/begriff/COPYING +%{_texdir}/texmf-dist/doc/latex/begriff/README +%{_texdir}/texmf-dist/doc/latex/begriff/examples.pdf +%{_texdir}/texmf-dist/doc/latex/begriff/examples.tex + +%files belleek +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/fonts/map/dvips/belleek/belleek.map +%{_texdir}/texmf-dist/fonts/truetype/public/belleek/blex.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/belleek/blsy.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/belleek/rblmi.ttf +%{_texdir}/texmf-dist/fonts/type1/public/belleek/blex.pfb +%{_texdir}/texmf-dist/fonts/type1/public/belleek/blsy.pfb +%{_texdir}/texmf-dist/fonts/type1/public/belleek/rblmi.pfb + +%files belleek-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/fonts/belleek/README + +%files bengali +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/bengali/bn.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnbanjon.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bndigit.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnjuk.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnkaar.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnligtbl.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnmacro.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnmisc.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnr10.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/bnswar.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnr10.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bengali/xbnsupp.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bengali/bnr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bengali/bnsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bengali/xbnr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bengali/xbnsl10.tfm +%{_texdir}/texmf-dist/tex/latex/bengali/beng.sty +%{_texdir}/texmf-dist/tex/latex/bengali/ubn.fd +%{_texdir}/texmf-dist/tex/latex/bengali/ubnx.fd + +%files bengali-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/bengali/README +%{_texdir}/texmf-dist/doc/fonts/bengali/bengdoc.bn +%{_texdir}/texmf-dist/doc/fonts/bengali/bengdoc.pdf +%{_texdir}/texmf-dist/doc/fonts/bengali/example.bn +%{_texdir}/texmf-dist/doc/fonts/bengali/example.pdf +%{_texdir}/texmf-dist/doc/fonts/bengali/manifest.txt + +%files bera +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/public/bera/fveb8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fver8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmb8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmbo8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmr8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvmro8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsb8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsbo8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsr8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/bera/fvsro8a.afm +%{_texdir}/texmf-dist/fonts/map/dvips/bera/bera.map +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fveb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvebo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fver8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvero8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvmro8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bera/fvsro8t.tfm +%{_texdir}/texmf-dist/fonts/type1/public/bera/fveb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fver8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmbo8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvmro8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsbo8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bera/fvsro8a.pfb +%{_texdir}/texmf-dist/fonts/vf/public/bera/fveb8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fveb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvebo8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvebo8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fver8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fver8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvero8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvero8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmb8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmr8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmro8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvmro8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsb8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsr8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsro8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/bera/fvsro8t.vf +%{_texdir}/texmf-dist/tex/latex/bera/bera.sty +%{_texdir}/texmf-dist/tex/latex/bera/beramono.sty +%{_texdir}/texmf-dist/tex/latex/bera/berasans.sty +%{_texdir}/texmf-dist/tex/latex/bera/beraserif.sty +%{_texdir}/texmf-dist/tex/latex/bera/t1fve.fd +%{_texdir}/texmf-dist/tex/latex/bera/t1fvm.fd +%{_texdir}/texmf-dist/tex/latex/bera/t1fvs.fd +%{_texdir}/texmf-dist/tex/latex/bera/ts1fve.fd +%{_texdir}/texmf-dist/tex/latex/bera/ts1fvm.fd +%{_texdir}/texmf-dist/tex/latex/bera/ts1fvs.fd + +%files bera-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/bera/LICENSE +%{_texdir}/texmf-dist/doc/fonts/bera/README +%{_texdir}/texmf-dist/doc/fonts/bera/bera.pdf +%{_texdir}/texmf-dist/doc/fonts/bera/bera.txt + +%files berenisadf +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdb.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbc.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbci.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdbi.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdr.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdrc.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdrci.afm +%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ybdri.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd0.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd1.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd2.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybd2j.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansi-ybdj.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybd2jw.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybd2w.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybdjw.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/texnansx-ybdw.enc +%{_texdir}/texmf-dist/fonts/map/dvips/berenisadf/ybd.map +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb08y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb0i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb18y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb1i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb28y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ciw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2cw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2ijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2iw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2j8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2jw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb2w8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdb8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbc8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbciw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbcw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbi8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbiw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdbw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr08y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr0i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr18y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr1i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr28y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2c8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ciw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2cw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2i8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2ijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2iw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2j8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2jw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr2w8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdr8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrc8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrci8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrciw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrcw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdri8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrij8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrijw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdriw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrj8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrjw8y.tfm +%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ybdrw8y.tfm +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdb.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbc.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbci.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdbi.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdr.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdrc.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdrci.pfb +%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ybdri.pfb +%{_texdir}/texmf-dist/tex/latex/berenisadf/berenis.sty +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd0.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd1.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2j.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2jw.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybd2w.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdj.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdjw.fd +%{_texdir}/texmf-dist/tex/latex/berenisadf/ly1ybdw.fd + +%files berenisadf-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/berenisadf/COPYING +%{_texdir}/texmf-dist/doc/fonts/berenisadf/NOTICE.txt +%{_texdir}/texmf-dist/doc/fonts/berenisadf/README +%{_texdir}/texmf-dist/doc/fonts/berenisadf/berenisadf.pdf +%{_texdir}/texmf-dist/doc/fonts/berenisadf/berenisadf.tex +%{_texdir}/texmf-dist/doc/fonts/berenisadf/manifest.txt + +%files betababel +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/betababel/betababel.sty + +%files betababel-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/betababel/betatest.pdf +%{_texdir}/texmf-dist/doc/latex/betababel/betatest.tex + +%files beton +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/beton/beton.sty + +%files beton-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/beton/beton.pdf +%{_texdir}/texmf-dist/doc/latex/beton/legal.txt + +%files bezos +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bezos/accents.sty +%{_texdir}/texmf-dist/tex/latex/bezos/arabicfront.sty +%{_texdir}/texmf-dist/tex/latex/bezos/babeltools.sty +%{_texdir}/texmf-dist/tex/latex/bezos/checkend.sty +%{_texdir}/texmf-dist/tex/latex/bezos/dotlessi.sty +%{_texdir}/texmf-dist/tex/latex/bezos/esindex.sty +%{_texdir}/texmf-dist/tex/latex/bezos/soulpos.sty +%{_texdir}/texmf-dist/tex/latex/bezos/subdocs.sty +%{_texdir}/texmf-dist/tex/latex/bezos/tensind.sty + +%files bezos-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bezos/README +%{_texdir}/texmf-dist/doc/latex/bezos/accents.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/accents.tex +%{_texdir}/texmf-dist/doc/latex/bezos/babeltools.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/babeltools.tex +%{_texdir}/texmf-dist/doc/latex/bezos/bezos.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/bezos.tex +%{_texdir}/texmf-dist/doc/latex/bezos/esindex.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/esindex.tex +%{_texdir}/texmf-dist/doc/latex/bezos/soulpos.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/soulpos.tex +%{_texdir}/texmf-dist/doc/latex/bezos/tensind.pdf +%{_texdir}/texmf-dist/doc/latex/bezos/tensind.tex + +%files bez123 +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bez123/bez123.sty +%{_texdir}/texmf-dist/tex/latex/bez123/multiply.sty + +%files bez123-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bez123/README +%{_texdir}/texmf-dist/doc/latex/bez123/bez123.pdf + +%files bgreek +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgmo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bgxo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqmo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bgreek/bqxo2488.tfm +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmc2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmn2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgmo2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxc2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxn2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bgxo2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmc2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmn2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqmo2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxc2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxn2488.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0500.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0600.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0700.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0800.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo0900.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1000.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1095.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1200.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1440.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo1728.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo2074.vf +%{_texdir}/texmf-dist/fonts/vf/public/bgreek/bqxo2488.vf +%{_texdir}/texmf-dist/tex/latex/bgreek/bcgcmr.fd +%{_texdir}/texmf-dist/tex/latex/bgreek/bcgenc.def +%{_texdir}/texmf-dist/tex/latex/bgreek/bcglmr.fd +%{_texdir}/texmf-dist/tex/latex/bgreek/bcqcmr.fd +%{_texdir}/texmf-dist/tex/latex/bgreek/bcqenc.def +%{_texdir}/texmf-dist/tex/latex/bgreek/bcqlmr.fd +%{_texdir}/texmf-dist/tex/latex/bgreek/bgfonts.tex +%{_texdir}/texmf-dist/tex/latex/bgreek/bgreek.ldf +%{_texdir}/texmf-dist/tex/latex/bgreek/bgreek.sty +%{_texdir}/texmf-dist/tex/latex/bgreek/ibygreek.ldf + +%files bgreek-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bgreek/MANIFEST.TXT +%{_texdir}/texmf-dist/doc/latex/bgreek/README +%{_texdir}/texmf-dist/doc/latex/bgreek/bgman.pdf +%{_texdir}/texmf-dist/doc/latex/bgreek/bgman.tex +%{_texdir}/texmf-dist/doc/latex/bgreek/bgreek.etx +%{_texdir}/texmf-dist/doc/latex/bgreek/cbgreek.etx +%{_texdir}/texmf-dist/doc/latex/bgreek/qbgreek.etx + +%files bgteubner +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteuabbr.bst +%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteuabbr2.bst +%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln.bst +%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln2.bst +%{_texdir}/texmf-dist/bibtex/bst/bgteubner/bgteupln3.bst +%{_texdir}/texmf-dist/makeindex/bgteubner/bgteubner.ist +%{_texdir}/texmf-dist/makeindex/bgteubner/bgteuglo.ist +%{_texdir}/texmf-dist/makeindex/bgteubner/bgteuglochar.ist +%{_texdir}/texmf-dist/tex/latex/bgteubner/bgteubner.cls +%{_texdir}/texmf-dist/tex/latex/bgteubner/hhfixme.sty +%{_texdir}/texmf-dist/tex/latex/bgteubner/hhsubfigure.sty +%{_texdir}/texmf-dist/tex/latex/bgteubner/ptmxcomp.sty + +%files bgteubner-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bgteubner/01b.png +%{_texdir}/texmf-dist/doc/latex/bgteubner/02b.png +%{_texdir}/texmf-dist/doc/latex/bgteubner/ChangeLog +%{_texdir}/texmf-dist/doc/latex/bgteubner/LIESMICH +%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.hhsubfigure +%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.source +%{_texdir}/texmf-dist/doc/latex/bgteubner/Makefile.src +%{_texdir}/texmf-dist/doc/latex/bgteubner/README +%{_texdir}/texmf-dist/doc/latex/bgteubner/README.hhsubfigure +%{_texdir}/texmf-dist/doc/latex/bgteubner/ToDo +%{_texdir}/texmf-dist/doc/latex/bgteubner/anhang.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/befehlsreferenz.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/beispiel1.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-cm.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-mathtime.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-17x24-times.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-a5-cm.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-a5-times.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner-with-hyperref.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteubner.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteucls.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bgteuversion.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild4c.png +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_ganz.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_mitte.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_oben_unten.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_umflossen.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_unten.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.eps +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.fig +%{_texdir}/texmf-dist/doc/latex/bgteubner/bild_zu_lang2.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/bilder.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/cdcover.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/checkliste.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/einleitung.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/formelzeichen.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/getversion.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/globales.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/hyphenation.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/index.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/installation.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/kapitel2.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/literatur.bib +%{_texdir}/texmf-dist/doc/latex/bgteubner/literatur.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/ltxdoc.cfg +%{_texdir}/texmf-dist/doc/latex/bgteubner/manifest.txt +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.info +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-cm.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.info +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/math-mathtime.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/math.info +%{_texdir}/texmf-dist/doc/latex/bgteubner/math.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/math.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/optionen-advanced.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.exercise +%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.info +%{_texdir}/texmf-dist/doc/latex/bgteubner/testquick.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/testtimes.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_aufruf.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_bilder.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_globales.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_textelemente.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_typographie.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/tex_verzeichnisse.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/textelemente.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/times-ja2.png +%{_texdir}/texmf-dist/doc/latex/bgteubner/times-nein2.png +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1a.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch1a.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2a.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch2a.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3a.pdf +%{_texdir}/texmf-dist/doc/latex/bgteubner/umbruch3a.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/usefiles.txt +%{_texdir}/texmf-dist/doc/latex/bgteubner/verzeichnisse.tex +%{_texdir}/texmf-dist/doc/latex/bgteubner/vorwort.tex + +%files bguq +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/bguq/bguq.map +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t04.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t05.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t06.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t07.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t08.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t09.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t10.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t11.mf +%{_texdir}/texmf-dist/fonts/source/public/bguq/bguq10t12.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t04.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t05.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t06.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t07.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t08.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t09.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t11.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bguq/bguq10t12.tfm +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t04.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t05.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t06.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t07.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t08.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t09.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t11.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bguq/bguq10t12.pfb +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq04.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq05.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq06.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq07.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq08.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq09.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq10.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq11.fd +%{_texdir}/texmf-dist/tex/latex/bguq/Ubguq12.fd +%{_texdir}/texmf-dist/tex/latex/bguq/begriff-bguq.sty +%{_texdir}/texmf-dist/tex/latex/bguq/bguq.cfg +%{_texdir}/texmf-dist/tex/latex/bguq/bguq.sty + +%files bguq-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/bguq/INSTALL.txt +%{_texdir}/texmf-dist/doc/fonts/bguq/Makefile +%{_texdir}/texmf-dist/doc/fonts/bguq/README +%{_texdir}/texmf-dist/doc/fonts/bguq/bguq-doc.pdf + +%files bhcexam +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bhcexam/BHCexam.cfg +%{_texdir}/texmf-dist/tex/latex/bhcexam/BHCexam.cls + +%files bhcexam-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bhcexam/Makefile +%{_texdir}/texmf-dist/doc/latex/bhcexam/README +%{_texdir}/texmf-dist/doc/latex/bhcexam/test1.tex +%{_texdir}/texmf-dist/doc/latex/bhcexam/test2.tex +%{_texdir}/texmf-dist/doc/latex/bhcexam/test3.tex +%{_texdir}/texmf-dist/doc/latex/bhcexam/test4.tex + +%files bchart +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/bchart/bchart.sty + +%files bchart-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/bchart/CHANGES.txt +%{_texdir}/texmf-dist/doc/latex/bchart/LICENSE.txt +%{_texdir}/texmf-dist/doc/latex/bchart/README +%{_texdir}/texmf-dist/doc/latex/bchart/bchart.pdf +%{_texdir}/texmf-dist/doc/latex/bchart/bchart.tex + +%files bibarts +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/makeindex/bibarts/gbibarts.ist +%{_texdir}/texmf-dist/tex/latex/bibarts/bibarts.sty + +%files bibarts-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/bibarts/bibarts.pdf +%{_texdir}/texmf-dist/doc/latex/bibarts/bibarts.tex +%{_texdir}/texmf-dist/doc/latex/bibarts/gbib209.bat +%{_texdir}/texmf-dist/doc/latex/bibarts/gbib2e.bat +%{_texdir}/texmf-dist/doc/latex/bibarts/gbibsort.exe + +%files bibexport +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/bibexport/expcites.bst +%{_texdir}/texmf-dist/bibtex/bst/bibexport/expkeys.bst +%{_texdir}/texmf-dist/bibtex/bst/bibexport/export.bst +%{_texdir}/texmf-dist/scripts/bibexport/bibexport.sh + +%files bibexport-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/bibtex/bibexport/README +%{_texdir}/texmf-dist/doc/bibtex/bibexport/bibexport.pdf + +%files bibexport-bin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/bibexport + +%files bib-fr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst +%{_texdir}/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst + +%files bib-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/bib-fr/CHANGELOG +%{_texdir}/texmf-dist/doc/bibtex/bib-fr/README + +%files bibhtml +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtml.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtml.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst +%{_texdir}/texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst + +%files bibhtml-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/LICENCE +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/README +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibhtml.html +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/bibrefs.bib +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/detex.sed +%{_texdir}/texmf-dist/doc/bibtex/bibhtml/style.css + +%files biblatex-apa +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/apa.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/british-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/german-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/naustrian-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/norsk-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/norwegian-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-apa/spanish-apa.lbx + +%files biblatex-apa-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/README +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex + +%files biblatex-bwl +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.cbx + +%files biblatex-bwl-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/Changes +%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex + +%files biblatex-caspervector +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def +%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-utf8.def +%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx + +%files biblatex-caspervector-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/Makefile +%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/readme.tex + +%files biblatex-dw +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx + +%files biblatex-dw-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/CHANGES +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/LIESMICH +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/README +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-screen.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib + +%files biblatex-fiwi +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi-yearbeginning.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx + +%files biblatex-fiwi-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/README +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/biblatex-fiwi.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/examples.bib + +%files biblatex-gost +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic-min.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-alphabetic.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear-min.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-authoryear.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote-min.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-footnote.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline-min.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-inline.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric-min.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-numeric.dbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/gost-standard.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-gost/russian-gost.lbx + +%files biblatex-gost-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/README +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-gost/ltxdockit.cfg + +%files biblatex-historian +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-historian/historian.lbx + +%files biblatex-historian-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-historian/README.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-historian/historian.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-historian/historian.pdf + +%files biblatex-chem +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-acs.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-angew.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-biochem.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-rsc.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chem/chem-rsc.cbx + +%files biblatex-chem-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/README +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex + +%files biblatex-chicago +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate-trad.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate-trad.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes15.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/chicago-notes15.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-british.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-icelandic.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-norsk.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-norwegian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/cms-nynorsk.lbx + +%files biblatex-chicago-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/README +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/RELEASE +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago15.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago15.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-trad-sample.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms-trad-sample.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-dates-sample.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-dates-sample.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-notes-sample.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/cms15-notes-sample.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/dates-test.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/notes-test.bib + +%files biblatex-ieee +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx + +%files biblatex-ieee-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/README +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex + +%files biblatex-juradiss +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-juradiss/biblatex-juradiss.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-juradiss/biblatex-juradiss.cbx + +%files biblatex-juradiss-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/README +%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biber.conf +%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biblatex-juradiss.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/biblatex-juradiss.tex + +%files biblatex-luh-ipw +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx + +%files biblatex-luh-ipw-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/README +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-preamble.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-print.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.tex + +%files biblatex-mla +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/american-mla.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/english-mla.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/italian-mla.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/mla.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/mla.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/portuguese-mla.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-mla/spanish-mla.lbx + +%files biblatex-mla-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/CHANGES +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/README +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/citation-examples.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/citation-examples.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/handbooksamples.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-mla/doc/samples.bib + +%files biblatex-musuos +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/german-musuos.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/musuos.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/musuos.cbx + +%files biblatex-musuos-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/README +%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/biblatex-musuos.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/biblatex-musuos.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/musuos-bsp.bib + +%files biblatex-nature +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-nature/nature.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-nature/nature.cbx + +%files biblatex-nature-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-nature/README +%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex + +%files biblatex-nejm +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-nejm/nejm.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-nejm/nejm.cbx + +%files biblatex-nejm-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/README +%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex + +%files biblatex-philosophy +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/english-philosophy.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/italian-philosophy.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx + +%files biblatex-philosophy-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/README +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex +%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex + +%files biblatex-phys +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-phys/phys.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-phys/phys.cbx + +%files biblatex-phys-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-phys/README +%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex + +%files biblatex-publist +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-publist/publist.bbx + +%files biblatex-publist-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-publist/README +%{_texdir}/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex + +%files biblatex-science +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-science/science.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-science/science.cbx + +%files biblatex-science-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-science/README +%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex + +%files biblatex-swiss-legal +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-fr.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.cbx + +%files biblatex-swiss-legal-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/README +%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/biblatex-swiss-legal.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.bib +%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.tex + +%files biblatex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bib/biblatex/biblatex/biblatex-examples.bib +%{_texdir}/texmf-dist/bibtex/bst/biblatex/biblatex.bst +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_at.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_de.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_dk.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_fi.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_no.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin1_se.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_at.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_de.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_dk.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_fi.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_no.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/latin9_se.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_at.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_de.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_dk.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_fi.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_no.csf +%{_texdir}/texmf-dist/bibtex/csf/biblatex/winansi_se.csf +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/debug.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/draft.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/reading.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.cfg +%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.def +%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex.sty +%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex1.sty +%{_texdir}/texmf-dist/tex/latex/biblatex/biblatex2.sty +%{_texdir}/texmf-dist/tex/latex/biblatex/blx-compat.def +%{_texdir}/texmf-dist/tex/latex/biblatex/blx-dm.def +%{_texdir}/texmf-dist/tex/latex/biblatex/blx-mcite.def +%{_texdir}/texmf-dist/tex/latex/biblatex/blx-natbib.def +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/debug.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/draft.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/reading.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/american.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/australian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/british.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/catalan.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/croatian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/czech.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/danish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/english.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/french.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/german.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/greek.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/icelandic.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/italian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/polish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/russian.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx +%{_texdir}/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx + +%files biblatex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex/README +%{_texdir}/texmf-dist/doc/latex/biblatex/RELEASE +%{_texdir}/texmf-dist/doc/latex/biblatex/biblatex.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/biblatex.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/03-localization-keys.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/20-indexing-single.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/20-indexing-single.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/21-indexing-multiple.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/21-indexing-multiple.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/22-indexing-subentry.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/22-indexing-subentry.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/90-related-entries.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/90-related-entries.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex +%{_texdir}/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib + +%files biblatex-trad +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-alpha.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-plain.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-standard.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-alpha.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-plain.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-standard.cbx +%{_texdir}/texmf-dist/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx + +%files biblatex-trad-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-trad/README.txt +%{_texdir}/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf +%{_texdir}/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex + +%files bibleref-french +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref-french/bibleref-french.sty + +%files bibleref-french-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref-french/Lacroux-Bible.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french-francais.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french-francais.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-french/bibleref-french.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-french/makefile +%{_texdir}/texmf-dist/doc/latex/bibleref-french/test.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/bible.bib +%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/livres.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-french/inclus/styles.tex + +%files bibleref-german +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref-german/bibleref-german.sty + +%files bibleref-german-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref-german/CHANGES +%{_texdir}/texmf-dist/doc/latex/bibleref-german/LIESMICH +%{_texdir}/texmf-dist/doc/latex/bibleref-german/README +%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-preamble.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-print.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-german/bibleref-german-screen.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-german/de-bibleref-german.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-german/de-bibleref-german.tex +%{_texdir}/texmf-dist/doc/latex/bibleref-german/en-bibleref-german.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-german/en-bibleref-german.tex + +%files bibleref-lds +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref-lds/bibleref-lds.sty + +%files bibleref-lds-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref-lds/README +%{_texdir}/texmf-dist/doc/latex/bibleref-lds/bibleref-lds.pdf + +%files bibleref-mouth +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref-mouth/bibleref-mouth.sty + +%files bibleref-mouth-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref-mouth/README +%{_texdir}/texmf-dist/doc/latex/bibleref-mouth/bibleref-mouth.pdf + +%files bibleref-parse +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref-parse/bibleref-parse.sty + +%files bibleref-parse-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref-parse/README +%{_texdir}/texmf-dist/doc/latex/bibleref-parse/bibleref-parse.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref-parse/bibleref-parse.tex + +%files bibleref +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bibleref/bibleref.sty + +%files bibleref-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bibleref/CHANGES +%{_texdir}/texmf-dist/doc/latex/bibleref/README +%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.css +%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.html +%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref-manual.tex +%{_texdir}/texmf-dist/doc/latex/bibleref/bibleref.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-categories.tex +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-multind.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-multind.tex +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample-xidx.tex +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.ist +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.pdf +%{_texdir}/texmf-dist/doc/latex/bibleref/samples/sample.tex + +%files biblist +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/biblist/biblist.sty + +%files biblist-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/biblist/README +%{_texdir}/texmf-dist/doc/latex/biblist/biblist.bst-dist +%{_texdir}/texmf-dist/doc/latex/biblist/biblist.gde +%{_texdir}/texmf-dist/doc/latex/biblist/biblist.pdf +%{_texdir}/texmf-dist/doc/latex/biblist/biblist.tex + +%files bibtex +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/bibtex.1* +%{_texdir}/texmf-dist/bibtex/bib/base/xampl.bib +%{_texdir}/texmf-dist/bibtex/bst/base/abbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/base/acm.bst +%{_texdir}/texmf-dist/bibtex/bst/base/alpha.bst +%{_texdir}/texmf-dist/bibtex/bst/base/apalike.bst +%{_texdir}/texmf-dist/bibtex/bst/base/ieeetr.bst +%{_texdir}/texmf-dist/bibtex/bst/base/plain.bst +%{_texdir}/texmf-dist/bibtex/bst/base/siam.bst +%{_texdir}/texmf-dist/bibtex/bst/base/unsrt.bst + +%files bibtex-doc +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/doc/bibtex/base/README +%{_texdir}/texmf-dist/doc/bibtex/base/btxbst.doc +%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.bib +%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.pdf +%{_texdir}/texmf-dist/doc/bibtex/base/btxdoc.tex +%{_texdir}/texmf-dist/doc/bibtex/base/btxhak.pdf +%{_texdir}/texmf-dist/doc/bibtex/base/btxhak.tex +%{_texdir}/texmf-dist/tex/generic/bibtex/apalike.sty +%{_texdir}/texmf-dist/tex/generic/bibtex/apalike.tex + +%files bibtex-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/bibtex + +%files bibtexu +%defattr(-,root,root) + +%files bibtexu-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/bibtexu/00readme.txt +%{_texdir}/texmf-dist/doc/bibtexu/HISTORY +%{_texdir}/texmf-dist/doc/bibtexu/csfile.txt +%{_texdir}/texmf-dist/doc/bibtexu/file_id.diz + +%files bibtexu-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/bibtexu + +%files bibtex8 +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/csf/base/88591lat.csf +%{_texdir}/texmf-dist/bibtex/csf/base/88591sca.csf +%{_texdir}/texmf-dist/bibtex/csf/base/README.TEXLIVE +%{_texdir}/texmf-dist/bibtex/csf/base/ascii.csf +%{_texdir}/texmf-dist/bibtex/csf/base/cp437lat.csf +%{_texdir}/texmf-dist/bibtex/csf/base/cp850lat.csf +%{_texdir}/texmf-dist/bibtex/csf/base/cp850sca.csf +%{_texdir}/texmf-dist/bibtex/csf/base/cp866rus.csf +%{_texdir}/texmf-dist/bibtex/csf/base/csfile.txt +%{_texdir}/texmf-dist/bibtex/csf/polish-csf/88592pl.csf +%{_texdir}/texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf +%{_texdir}/texmf-dist/bibtex/csf/polish-csf/cp852pl.csf +%{_texdir}/texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf + +%files bibtex8-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/bibtex8/00readme.txt +%{_texdir}/texmf-dist/doc/bibtex8/HISTORY +%{_texdir}/texmf-dist/doc/bibtex8/csfile.txt +%{_texdir}/texmf-dist/doc/bibtex8/file_id.diz + +%files bibtex8-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/bibtex8 + +%files bibtopicprefix +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bibtopicprefix/bibtopicprefix.sty + +%files bibtopicprefix-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/README +%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf +%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.xml + +%files bibtopic +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/bibtopic/bibtopic.sty + +%files bibtopic-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/bibtopic/README +%{_texdir}/texmf-dist/doc/latex/bibtopic/articles.bib +%{_texdir}/texmf-dist/doc/latex/bibtopic/bibtopic.pdf +%{_texdir}/texmf-dist/doc/latex/bibtopic/books.bib +%{_texdir}/texmf-dist/doc/latex/bibtopic/sample.tex + +%files bibunits +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bibunits/bibunits.sty + +%files bibunits-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bibunits/README +%{_texdir}/texmf-dist/doc/latex/bibunits/bibtexall +%{_texdir}/texmf-dist/doc/latex/bibunits/bibunits.pdf + +%files bidi +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bidi/amsart-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/amsbook-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/amsmath-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/amstext-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/amsthm-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/array-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/article-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/artikel1-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/artikel2-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/artikel3-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/arydshln-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/bibitem.pdf +%{_texdir}/texmf-dist/tex/latex/bidi/bidi-longtable.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidi.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidi.tex +%{_texdir}/texmf-dist/tex/latex/bidi/bidi2in1.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidicode.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidiftnxtra.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidimoderncv.cls +%{_texdir}/texmf-dist/tex/latex/bidi/bidipoem.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidipresentation.cls +%{_texdir}/texmf-dist/tex/latex/bidi/biditools.sty +%{_texdir}/texmf-dist/tex/latex/bidi/biditufte-book.cls +%{_texdir}/texmf-dist/tex/latex/bidi/biditufte-handout.cls +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftefloat.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftegeneralstructure.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftehyperref.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftesidenote.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftetitle.sty +%{_texdir}/texmf-dist/tex/latex/bidi/bidituftetoc.sty +%{_texdir}/texmf-dist/tex/latex/bidi/boek-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/boek3-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/book-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/bookest-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/breqn-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/cals-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/caption-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/caption3-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/color-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/colortbl-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/combine-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/crop-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/cuted-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/cutwin-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty +%{_texdir}/texmf-dist/tex/latex/bidi/cvthemebidiclassic.sty +%{_texdir}/texmf-dist/tex/latex/bidi/dblfnote-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/draftwatermark-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/empheq-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/extarticle-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/extbook-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/extletter-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/extrafootnotefeatures.def +%{_texdir}/texmf-dist/tex/latex/bidi/extreport-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/fancybox-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/fancyhdr-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/fleqn-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/float-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/floatrow-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/flowfram-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/footnote-luatex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/footnote-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/framed-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/ftnright-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/geometry-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/graphicx-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/hvfloat-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/hyperref-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/leqno-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/letter-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/lettrine-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/listings-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/loadingorder-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/luatex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/mdframed-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/memoir-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/midfloat-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/minitoc-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/multicol-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/multienum-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/natbib-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/ntheorem-hyper-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/ntheorem-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/pdfpages-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/pgf-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/picinpar-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/plain-luatex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/plain-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/quotchap-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/ragged2e-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/rapport1-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/rapport3-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/refrep-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/report-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/rotating-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/scrartcl-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/scrbook-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/scrlettr-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/scrreprt-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/sidecap-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/stabular-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/subfigure-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/tabls-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/tabulary-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/titlesec-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/titletoc-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/tocbibind-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/tocloft-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/tocstyle-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/wrapfig-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/xcolor-xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/xetex-bidi.def +%{_texdir}/texmf-dist/tex/latex/bidi/xltxtra-xetex-bidi.def + +%files bidi-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bidi/ChangeLog +%{_texdir}/texmf-dist/doc/latex/bidi/README +%{_texdir}/texmf-dist/doc/latex/bidi/bidi-logo.pdf +%{_texdir}/texmf-dist/doc/latex/bidi/bidi-logo.tex +%{_texdir}/texmf-dist/doc/latex/bidi/bidi.pdf +%{_texdir}/texmf-dist/doc/latex/bidi/bidisample2e.tex +%{_texdir}/texmf-dist/doc/latex/bidi/bidismall2e.tex +%{_texdir}/texmf-dist/doc/latex/bidi/gull.jpg +%{_texdir}/texmf-dist/doc/latex/bidi/picture.jpg +%{_texdir}/texmf-dist/doc/latex/bidi/presentation-sample.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-arydshln.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-bidi.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-brochure.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-casualcv.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-classiccv.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-color.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-supertabular.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-tabular.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-tabularx.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test-tabulary.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test1-colortbl.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test1-wrapfig.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test2-colortbl.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test2-wrapfig.tex +%{_texdir}/texmf-dist/doc/latex/bidi/test3-wrapfig.tex + +%files bigfoot +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/tex/latex/bigfoot/bigfoot.sty +%{_texdir}/texmf-dist/tex/latex/bigfoot/perpage.sty +%{_texdir}/texmf-dist/tex/latex/bigfoot/suffix.sty + +%files bigfoot-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/latex/bigfoot/README +%{_texdir}/texmf-dist/doc/latex/bigfoot/bigfoot.pdf +%{_texdir}/texmf-dist/doc/latex/bigfoot/perpage.pdf +%{_texdir}/texmf-dist/doc/latex/bigfoot/suffix.pdf + +%files bigints +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bigints/bigints.sty + +%files bigints-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bigints/Makefile +%{_texdir}/texmf-dist/doc/latex/bigints/README +%{_texdir}/texmf-dist/doc/latex/bigints/bigints.forlisting +%{_texdir}/texmf-dist/doc/latex/bigints/bigints.pdf +%{_texdir}/texmf-dist/doc/latex/bigints/bigints.tex +%{_texdir}/texmf-dist/doc/latex/bigints/perso.ist + +%files binomexp +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/binomexp/binomexp.sty + +%files binomexp-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/binomexp/README +%{_texdir}/texmf-dist/doc/latex/binomexp/binomexp.pdf + +%files biocon +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/biocon/biocon-old.sty +%{_texdir}/texmf-dist/tex/latex/biocon/biocon.sty + +%files biocon-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/biocon/COPYING +%{_texdir}/texmf-dist/doc/latex/biocon/INSTALL +%{_texdir}/texmf-dist/doc/latex/biocon/README +%{_texdir}/texmf-dist/doc/latex/biocon/biocon.nw +%{_texdir}/texmf-dist/doc/latex/biocon/literature.bib +%{_texdir}/texmf-dist/doc/latex/biocon/manual-old.pdf +%{_texdir}/texmf-dist/doc/latex/biocon/manual-old.tex +%{_texdir}/texmf-dist/doc/latex/biocon/manual.pdf +%{_texdir}/texmf-dist/doc/latex/biocon/manual.tex +%{_texdir}/texmf-dist/doc/latex/biocon/source.pdf +%{_texdir}/texmf-dist/doc/latex/biocon/source.tex + +%files bitelist +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/bitelist/bitedemo.tex +%{_texdir}/texmf-dist/tex/generic/bitelist/bitelist.sty + +%files bitelist-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/bitelist/README +%{_texdir}/texmf-dist/doc/generic/bitelist/bitelist.pdf + +%files bizcard +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/bizcard/bizcard.sty + +%files bizcard-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/bizcard/bizcard.pdf +%{_texdir}/texmf-dist/doc/latex/bizcard/bizex.pdf +%{_texdir}/texmf-dist/doc/latex/bizcard/bizex.tex + +%files blacklettert1 +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tfrak.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tfrakls.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tgoth.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/tswab.tfm +%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tfrak.vf +%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tfrakls.vf +%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tgoth.vf +%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/tswab.vf +%{_texdir}/texmf-dist/tex/latex/blacklettert1/t1yfrak.fd + +%files blacklettert1-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/blacklettert1/COPYING +%{_texdir}/texmf-dist/doc/fonts/blacklettert1/INSTALL +%{_texdir}/texmf-dist/doc/fonts/blacklettert1/README +%{_texdir}/texmf-dist/doc/fonts/blacklettert1/blacklettert1.pdf + +%files blindtext +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/blindtext/blindtext.sty + +%files blindtext-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/blindtext/README +%{_texdir}/texmf-dist/doc/latex/blindtext/blindtext.pdf + +%files blkarray +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/blkarray/blkarray.sty + +%files blkarray-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/blkarray/README +%{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.pdf +%{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.tex + +%files blockdraw_mp +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/metapost/blockdraw_mp/blockdraw.mp +%{_texdir}/texmf-dist/metapost/blockdraw_mp/bonddemo.mp +%{_texdir}/texmf-dist/metapost/blockdraw_mp/bondgraph.mp +%{_texdir}/texmf-dist/metapost/blockdraw_mp/cascadedemo.mp +%{_texdir}/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp +%{_texdir}/texmf-dist/metapost/blockdraw_mp/shiftoff.mp + +%files blockdraw_mp-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/README +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.pdf +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.tex +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/bonddemo.pdf +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/cascadedemo.pdf +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/tiddetext.sty +%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/tighttoc.sty + +%files block +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/block/block.sty + +%files block-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/block/block.pdf +%{_texdir}/texmf-dist/doc/latex/block/block.tex + +%files bloques +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bloques/bloques.sty + +%files bloques-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bloques/README +%{_texdir}/texmf-dist/doc/latex/bloques/example.pdf +%{_texdir}/texmf-dist/doc/latex/bloques/example.tex + +%files blowup +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/blowup/blowup.sty + +%files blowup-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/blowup/README +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test0.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test1.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test2.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test3.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test4.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup-test5.tex +%{_texdir}/texmf-dist/doc/latex/blowup/blowup.pdf + +%files bodegraph +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bodegraph/bodegraph.sty + +%files bodegraph-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bodegraph/README +%{_texdir}/texmf-dist/doc/latex/bodegraph/bodegraph.pdf +%{_texdir}/texmf-dist/doc/latex/bodegraph/bodegraph.tex +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/10.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/10.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/11.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/11.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/12.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/12.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/13.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/13.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/14.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/14.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/15.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/15.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/16.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/16.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/17.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/17.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/18.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/18.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/19.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/19.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/20.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/20.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/21.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/21.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/22.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/22.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/23.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/23.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/24.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/24.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/25.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/25.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/26.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/26.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/27.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/27.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/28.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/28.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/29.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/29.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/3.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/3.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/30.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/30.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/31.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/31.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/32.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/32.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/33.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/33.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/34.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/34.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/35.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/35.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/36.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/36.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/37.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/37.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/38.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/38.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/39.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/39.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/4.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/4.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/40.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/40.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/41.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/41.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/42.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/42.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/43.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/43.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/44.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/44.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/45.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/45.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/46.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/46.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/47.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/47.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/48.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/48.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/49.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/49.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/5.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/5.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/50.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/50.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/51.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/51.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/52.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/52.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/53.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/53.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/54.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/54.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/55.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/55.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/56.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/56.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/57.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/57.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/58.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/58.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/59.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/59.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/6.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/6.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/60.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/60.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/61.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/61.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/62.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/62.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/63.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/63.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/64.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/64.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/66.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/66.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/67.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/67.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/68.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/68.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/69.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/69.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/7.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/7.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/70.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/70.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/72.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/72.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/73.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/73.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/74.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/74.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/75.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/75.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/76.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/76.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/78.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/78.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/79.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/79.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/8.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/8.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/81.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/81.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/82.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/82.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/83.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/83.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/84.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/84.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/85.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/85.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/86.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/86.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/87.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/87.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/89.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/89.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/9.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/9.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/90.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/90.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/91.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/91.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/93.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/93.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/94.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/94.table +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/95.gnuplot +%{_texdir}/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/95.table + +%files bohr +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bohr/bohr.sty +%{_texdir}/texmf-dist/tex/latex/bohr/bohr_elements_english.def +%{_texdir}/texmf-dist/tex/latex/bohr/bohr_elements_german.def + +%files bohr-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bohr/README +%{_texdir}/texmf-dist/doc/latex/bohr/bohr_en.pdf +%{_texdir}/texmf-dist/doc/latex/bohr/bohr_en.tex + +%files boisik +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskarr10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskarrows.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskbase.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskex10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskext.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskhc10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bski10-TS1.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bski10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskib10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiol10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskital.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiu10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskiub10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-i.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-o.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskletters-r.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab-i.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab-sc.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskligtab.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-T1.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-TS1.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ar.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-bb.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ex.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-lc.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ma.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-mi-up.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-mi.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-ms.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-sc.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-sy.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsklist-uc.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskma10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmab10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmath.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathma.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathms.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmathsy.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmi10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmib10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskms10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmsb10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmsbsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskmssl10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10-T1.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10-TS1.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskr10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrb10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrc10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrcb10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrf10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrl10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrol10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskroman.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrsb10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bskrw10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksc.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksc10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksy10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksyb10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksybsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksymbols.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksyol10.mf +%{_texdir}/texmf-dist/fonts/source/public/boisik/bsksysl10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskarr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskhc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bski10-TS1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bski10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiol10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskiub10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskma10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmab10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskms10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmsb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmsbsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskmssl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10-T1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10-TS1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrcb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrf10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrol10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrsb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bskrw10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksyol10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boisik/bsksysl10.tfm +%{_texdir}/texmf-dist/tex/latex/boisik/boisik.sty +%{_texdir}/texmf-dist/tex/latex/boisik/il2bsk.fd +%{_texdir}/texmf-dist/tex/latex/boisik/il2bskf.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lblbskm.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lblcmr.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lblenc.def +%{_texdir}/texmf-dist/tex/latex/boisik/lbmbsk.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbmbskms.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbmcmr.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbmenc.def +%{_texdir}/texmf-dist/tex/latex/boisik/lbsbsk.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbsbsksy.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbscmr.fd +%{_texdir}/texmf-dist/tex/latex/boisik/lbsenc.def +%{_texdir}/texmf-dist/tex/latex/boisik/ot1bsk.fd +%{_texdir}/texmf-dist/tex/latex/boisik/ot1bskf.fd +%{_texdir}/texmf-dist/tex/latex/boisik/ts1bsk.fd +%{_texdir}/texmf-dist/tex/latex/boisik/ubskex.fd + +%files boisik-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/fonts/boisik/README +%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik-idiot.pdf +%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik-idiot.tex +%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik.pdf +%{_texdir}/texmf-dist/doc/fonts/boisik/example/boisik.tex +%{_texdir}/texmf-dist/doc/fonts/boisik/example/bskrlogo10.mf +%{_texdir}/texmf-dist/doc/fonts/boisik/example/table.pdf +%{_texdir}/texmf-dist/doc/fonts/boisik/example/table.tex +%{_texdir}/texmf-dist/doc/fonts/boisik/example/testfont.pdf +%{_texdir}/texmf-dist/doc/fonts/boisik/example/testfont.tex + +%files boites +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/boites/boites.sty +%{_texdir}/texmf-dist/tex/latex/boites/boites_exemples.sty + +%files boites-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/boites/README +%{_texdir}/texmf-dist/doc/latex/boites/README.docu +%{_texdir}/texmf-dist/doc/latex/boites/boites.pdf +%{_texdir}/texmf-dist/doc/latex/boites/boites_exemples.pdf +%{_texdir}/texmf-dist/doc/latex/boites/boites_exemples.tex +%{_texdir}/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps + +%files bold-extra +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bold-extra/bold-extra.sty + +%files bold-extra-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bold-extra/bold-extra.pdf +%{_texdir}/texmf-dist/doc/latex/bold-extra/bold-extra.tex + +%files boldtensors +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/boldtensors/boldtensors.sty + +%files boldtensors-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/boldtensors/boldtensors.pdf +%{_texdir}/texmf-dist/doc/latex/boldtensors/boldtensors.tex + +%files bondgraph +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bondgraph/bondgraph.sty + +%files bondgraph-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bondgraph/License.txt +%{_texdir}/texmf-dist/doc/latex/bondgraph/README +%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_arrows.tex +%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_example.pdf +%{_texdir}/texmf-dist/doc/latex/bondgraph/bondgraph_example.tex + +%files bookest +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bookest/bookest.cls + +%files bookest-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bookest/README +%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-en.pdf +%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-en.tex +%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-it.pdf +%{_texdir}/texmf-dist/doc/latex/bookest/bookestdoc-it.tex + +%files bookhands +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/bookhands/sqrc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/bookhands/sqrcb10.afm +%{_texdir}/texmf-dist/fonts/map/dvips/bookhands/sqrcaps.map +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncl7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncldig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncll.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncllig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/auncltitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/aunclu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmin7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmindig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cmintitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/cminu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egoth7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothdig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothtitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/egothu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmin7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmindig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hmintitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hminu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncl7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncldig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncll.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncllig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/huncltitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/hunclu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaj7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajdig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imajtitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imaju.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imin7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imindig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/imintitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/iminu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgoth7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothdig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothtitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/pgothu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnd7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtnddig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndtitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rtndu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rust7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustdig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustl.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustlig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rusttitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/rustu.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncl7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb10.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb17.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclb7.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncldig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncll.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncllig.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/uncltitle.mf +%{_texdir}/texmf-dist/fonts/source/public/bookhands/unclu.mf +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/auncl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/auncl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/aunclb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/aunclb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cmin7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/cminb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egoth7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/egothb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hmin7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hminb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/huncl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/hunclb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imaj7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imajb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/imin7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/iminb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgoth7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgothb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/pgothb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtnd7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rtndb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rust7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/rustb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/sqrc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/sqrcb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/uncl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/unclb7.tfm +%{_texdir}/texmf-dist/fonts/type1/public/bookhands/sqrc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/bookhands/sqrcb10.pfb +%{_texdir}/texmf-dist/tex/latex/bookhands/allcmin.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allegoth.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allhmin.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allhuncl.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allimaj.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allimin.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allpgoth.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allrtnd.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allrust.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/allsqrc.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/alluncl.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/carolmin.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/egothic.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/humanist.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/huncial.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/inslrmaj.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/inslrmin.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1auncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1cmin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1egoth.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1hmin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1huncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1imaj.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1imin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1pgoth.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1rtnd.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1rust.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1sqrc.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/ot1uncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/pgothic.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/rotunda.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/rustic.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/sqrcaps.sty +%{_texdir}/texmf-dist/tex/latex/bookhands/t1auncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1cmin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1egoth.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1hmin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1huncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1imaj.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1imin.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1pgoth.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1rtnd.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1rust.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1sqrc.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/t1uncl.fd +%{_texdir}/texmf-dist/tex/latex/bookhands/uncial.sty + +%files bookhands-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/bookhands/README.PRW +%{_texdir}/texmf-dist/doc/fonts/bookhands/allsqrcaps.pdf +%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-tryfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/bsamples.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/bsamples.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-tryfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-tryfont.pdf +%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-tryfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps.pdf +%{_texdir}/texmf-dist/doc/fonts/bookhands/trysqrcaps.pdf +%{_texdir}/texmf-dist/doc/fonts/bookhands/trysqrcaps.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-README +%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-tryfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial-tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial/allfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/auncial/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/carolmin/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/egothic/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/humanist/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj/allfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmaj/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/inslrmin/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/pgothic/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/rotunda/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic/allfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/rustic/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/sqrcaps/allsqrcaps.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/README +%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/allfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tgothic.dtx +%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tgothic.ins +%{_texdir}/texmf-dist/doc/fonts/bookhands/tgothic/tryfont.tex +%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial/allfont.ps.gz +%{_texdir}/texmf-dist/doc/fonts/bookhands/uncial/allfont.tex + +%files booklet +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/booklet/bkltprnt.sty +%{_texdir}/texmf-dist/tex/latex/booklet/booklet.sty + +%files booklet-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/booklet/README +%{_texdir}/texmf-dist/doc/latex/booklet/booklet.pdf + +%files bookman +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/dvips/bookman/config.ubk +%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkd8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkdi8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkl8a.afm +%{_texdir}/texmf-dist/fonts/afm/adobe/bookman/pbkli8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkd8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkdi8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkl8a.afm +%{_texdir}/texmf-dist/fonts/afm/urw/bookman/ubkli8a.afm +%{_texdir}/texmf-dist/fonts/map/dvips/bookman/ubk.map +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkd8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkdo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkl8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbkli8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/adobe/bookman/pbklo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8t.tfm +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfm +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfb +%{_texdir}/texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfm +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkd8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdc8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdi8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkdo8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkl8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklc8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbkli8t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo7t.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo8c.vf +%{_texdir}/texmf-dist/fonts/vf/adobe/bookman/pbklo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkb8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkd8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkl8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkli8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubklo8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkr8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkrc7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkrc8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkri8t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro7t.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro8c.vf +%{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ubkro8t.vf +%{_texdir}/texmf-dist/tex/latex/bookman/8rubk.fd +%{_texdir}/texmf-dist/tex/latex/bookman/omlubk.fd +%{_texdir}/texmf-dist/tex/latex/bookman/omsubk.fd +%{_texdir}/texmf-dist/tex/latex/bookman/ot1ubk.fd +%{_texdir}/texmf-dist/tex/latex/bookman/t1ubk.fd +%{_texdir}/texmf-dist/tex/latex/bookman/ts1ubk.fd + +%files booktabs-de-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/booktabs-de/README-DE +%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.dtx +%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.ins +%{_texdir}/texmf-dist/doc/latex/booktabs-de/booktabs-de.pdf + +%files booktabs-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/booktabs-fr/README +%{_texdir}/texmf-dist/doc/latex/booktabs-fr/f-booktabs.dtx +%{_texdir}/texmf-dist/doc/latex/booktabs-fr/f-booktabs.pdf +%{_texdir}/texmf-dist/doc/latex/booktabs-fr/ltxdoc.cfg + +%files booktabs +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/booktabs/booktabs.sty + +%files booktabs-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/booktabs/COPYING +%{_texdir}/texmf-dist/doc/latex/booktabs/README +%{_texdir}/texmf-dist/doc/latex/booktabs/booktabs.pdf + +%files boolexpr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/boolexpr/boolexpr.sty + +%files boolexpr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/boolexpr/README +%{_texdir}/texmf-dist/doc/latex/boolexpr/boolexpr.pdf + +%files boondox +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/boondox/boondox.map +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-cal.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-calo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-ds.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-b-frak.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-cal.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-calo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-ds.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/BOONDOX-r-frak.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbf7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbf8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbl7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbl8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbow7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbw7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxbw8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrf7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrf8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrl7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrl8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrow7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrw7z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/boondox/zxxrw8a.tfm +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbf8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbl8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxbw8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrf8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrl8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/boondox/zxxrw8a.pfb +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-cal.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-calo.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-ds.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-b-frak.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-cal.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-calo.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-ds.vf +%{_texdir}/texmf-dist/fonts/vf/public/boondox/BOONDOX-r-frak.vf +%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-cal.sty +%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-calo.sty +%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-ds.sty +%{_texdir}/texmf-dist/tex/latex/boondox/BOONDOX-frak.sty +%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-cal.fd +%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-calo.fd +%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-ds.fd +%{_texdir}/texmf-dist/tex/latex/boondox/uboondox-frak.fd + +%files boondox-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/boondox/README +%{_texdir}/texmf-dist/doc/fonts/boondox/boondox-doc.pdf +%{_texdir}/texmf-dist/doc/fonts/boondox/boondox-doc.tex + +%files bophook +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bophook/bophook.sty + +%files bophook-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bophook/bophook.pdf + +%files bosisio +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bosisio/accenti.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/dblfont.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/envmath.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/evenpage.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/graphfig.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/mathcmd.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/quotes.sty +%{_texdir}/texmf-dist/tex/latex/bosisio/sobolev.sty + +%files bosisio-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bosisio/README +%{_texdir}/texmf-dist/doc/latex/bosisio/accenti.html +%{_texdir}/texmf-dist/doc/latex/bosisio/accenti.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/dblfont.html +%{_texdir}/texmf-dist/doc/latex/bosisio/dblfont.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/envmath.html +%{_texdir}/texmf-dist/doc/latex/bosisio/envmath.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/evenpage.html +%{_texdir}/texmf-dist/doc/latex/bosisio/evenpage.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/graphfig.html +%{_texdir}/texmf-dist/doc/latex/bosisio/graphfig.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/index.html +%{_texdir}/texmf-dist/doc/latex/bosisio/makedoc +%{_texdir}/texmf-dist/doc/latex/bosisio/mathcmd.html +%{_texdir}/texmf-dist/doc/latex/bosisio/mathcmd.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/quotes.html +%{_texdir}/texmf-dist/doc/latex/bosisio/quotes.pdf +%{_texdir}/texmf-dist/doc/latex/bosisio/sobolev.html +%{_texdir}/texmf-dist/doc/latex/bosisio/sobolev.pdf + +%files boxedminipage +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty + +%files boxedminipage-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf +%{_texdir}/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex + +%files boxhandler +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/boxhandler/boxhandler.sty + +%files boxhandler-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/boxhandler/README +%{_texdir}/texmf-dist/doc/latex/boxhandler/boxhandler.pdf + +%files bpchem +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bpchem/bpchem.sty + +%files bpchem-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bpchem/bpchem.pdf + +%files bpolynomial +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/metapost/bpolynomial/bpolynomial.mp + +%files bpolynomial-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/CHANGES +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/README +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/TODO +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/bpolynomial.pdf +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/bpolynomial.tex +%{_texdir}/texmf-dist/doc/metapost/bpolynomial/examples.mp + +%files bracketkey +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bracketkey/bracketkey.sty + +%files bracketkey-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bracketkey/Malva.pdf +%{_texdir}/texmf-dist/doc/latex/bracketkey/Malva.tex +%{_texdir}/texmf-dist/doc/latex/bracketkey/README +%{_texdir}/texmf-dist/doc/latex/bracketkey/bracketkey.pdf +%{_texdir}/texmf-dist/doc/latex/bracketkey/bracketkey.tex + +%files braids +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/braids/braids.sty + +%files braids-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/braids/README +%{_texdir}/texmf-dist/doc/latex/braids/braids_doc.pdf +%{_texdir}/texmf-dist/doc/latex/braids/braids_doc.tex + +%files braille +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/braille/braille.sty + +%files braille-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/braille/README +%{_texdir}/texmf-dist/doc/latex/braille/braille.html +%{_texdir}/texmf-dist/doc/latex/braille/braillegif1.gif +%{_texdir}/texmf-dist/doc/latex/braille/braillegif2.gif +%{_texdir}/texmf-dist/doc/latex/braille/grade1.py +%{_texdir}/texmf-dist/doc/latex/braille/grade2.py +%{_texdir}/texmf-dist/doc/latex/braille/summary.pdf +%{_texdir}/texmf-dist/doc/latex/braille/summary.tex + +%files braket +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/braket/braket.sty + +%files braket-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/braket/braket.pdf +%{_texdir}/texmf-dist/doc/latex/braket/braket.tex + +%files breakurl +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/breakurl/breakurl.sty + +%files breakurl-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/breakurl/README +%{_texdir}/texmf-dist/doc/latex/breakurl/breakurl.pdf + +%files bropd +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bropd/bropd.sty + +%files bropd-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bropd/README +%{_texdir}/texmf-dist/doc/latex/bropd/bropd.pdf + +%files brushscr +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/dvips/brushscr/config.pbsi +%{_texdir}/texmf-dist/fonts/afm/public/brushscr/BrushScriptX-Italic.afm +%{_texdir}/texmf-dist/fonts/map/dvips/brushscr/pbsi.map +%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/pbsi8t.tfm +%{_texdir}/texmf-dist/fonts/type1/public/brushscr/BrushScriptX-Italic.pfa +%{_texdir}/texmf-dist/fonts/vf/public/brushscr/pbsi8t.vf +%{_texdir}/texmf-dist/tex/latex/brushscr/pbsi.sty +%{_texdir}/texmf-dist/tex/latex/brushscr/t1pbsi.fd + +%files brushscr-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/fonts/brushscr/AAA_readme.tex +%{_texdir}/texmf-dist/doc/fonts/brushscr/Makefile +%{_texdir}/texmf-dist/doc/fonts/brushscr/README +%{_texdir}/texmf-dist/doc/fonts/brushscr/example.tex +%{_texdir}/texmf-dist/doc/fonts/brushscr/generate.tex +%{_texdir}/texmf-dist/doc/fonts/brushscr/kern.txt +%{_texdir}/texmf-dist/doc/fonts/brushscr/sample.tex + +%files bullcntr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bullcntr/bullcntr.sty +%{_texdir}/texmf-dist/tex/latex/bullcntr/bullenum.sty + +%files bullcntr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bullcntr/00readme.txt +%{_texdir}/texmf-dist/doc/latex/bullcntr/README +%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-man.pdf +%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-man.tex +%{_texdir}/texmf-dist/doc/latex/bullcntr/bullcntr-sam.tex +%{_texdir}/texmf-dist/doc/latex/bullcntr/bullenum-sam.tex +%{_texdir}/texmf-dist/doc/latex/bullcntr/manifest.txt + +%files bundledoc +%defattr(-,root,root) +%doc lppl1.txt +%{_mandir}/man1/arlatex.1* +%{_mandir}/man1/bundledoc.1* +%{_texdir}/texmf-dist/scripts/bundledoc/arlatex +%{_texdir}/texmf-dist/scripts/bundledoc/bundledoc +%{_texdir}/texmf-dist/tex/latex/bundledoc/miktex.cfg +%{_texdir}/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg + +%files bundledoc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/bundledoc/README + +%files bundledoc-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/arlatex +%{_bindir}/bundledoc + +%files burmese +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/burmese/burmese.map +%{_texdir}/texmf-dist/fonts/tfm/public/burmese/burm.tfm +%{_texdir}/texmf-dist/fonts/type1/public/burmese/burm.pfb +%{_texdir}/texmf-dist/tex/latex/burmese/birm.sty +%{_texdir}/texmf-dist/tex/latex/burmese/ubirm.fd + +%files burmese-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/burmese/burmguide.pdf + +%files bussproofs +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/bussproofs/bussproofs.sty + +%files bussproofs-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/bussproofs/BussGuide2.pdf +%{_texdir}/texmf-dist/doc/latex/bussproofs/BussGuide2.tex +%{_texdir}/texmf-dist/doc/latex/bussproofs/README.txt +%{_texdir}/texmf-dist/doc/latex/bussproofs/testbp2.pdf +%{_texdir}/texmf-dist/doc/latex/bussproofs/testbp2.tex + +%files bxbase +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/bxbase/bxbase.def +%{_texdir}/texmf-dist/tex/latex/bxbase/bxbase.sty +%{_texdir}/texmf-dist/tex/latex/bxbase/bxucs.sty +%{_texdir}/texmf-dist/tex/latex/bxbase/bxutf8.def +%{_texdir}/texmf-dist/tex/latex/bxbase/bxutf8x.def +%{_texdir}/texmf-dist/tex/latex/bxbase/zxbase.sty + +%files bxbase-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/bxbase/00README +%{_texdir}/texmf-dist/doc/latex/bxbase/LICENSE +%{_texdir}/texmf-dist/doc/latex/bxbase/README + +%files bxdpx-beamer +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/bxdpx-beamer/bxdpx-beamer.sty + +%files bxdpx-beamer-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/LICENSE +%{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/README +%{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/sample/test-framezoom.tex +%{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex + +%files bxeepic +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/bxeepic/bxdpxp2e.def +%{_texdir}/texmf-dist/tex/latex/bxeepic/bxeepic.sty + +%files bxeepic-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/bxeepic/LICENSE +%{_texdir}/texmf-dist/doc/latex/bxeepic/README +%{_texdir}/texmf-dist/doc/latex/bxeepic/sample-bxeepic.pdf +%{_texdir}/texmf-dist/doc/latex/bxeepic/sample-bxeepic.tex + +%files bxjscls +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsptex.def +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsreport.cls + +%files bxjscls-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/bxjscls/LICENSE +%{_texdir}/texmf-dist/doc/latex/bxjscls/README +%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf + +%files bytefield +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/bytefield/bytefield.sty + +%files bytefield-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/bytefield/README +%{_texdir}/texmf-dist/doc/latex/bytefield/bf-example.pdf +%{_texdir}/texmf-dist/doc/latex/bytefield/bf-example.tex +%{_texdir}/texmf-dist/doc/latex/bytefield/bytefield.pdf + +%files b1encoding +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/b1encoding/TeXB1.enc +%{_texdir}/texmf-dist/tex/latex/b1encoding/b1cmr.fd +%{_texdir}/texmf-dist/tex/latex/b1encoding/b1enc.def + +%files b1encoding-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/b1encoding/README +%{_texdir}/texmf-dist/doc/latex/b1encoding/b1encoding.pdf + +%files cabin +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_6vzwvh.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_7kg2sc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_aojlca.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_cgvdav.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_dh6h6g.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_eeshah.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_gi6ftn.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_gipwm5.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_hvmmj2.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_j5omty.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_jxvnp4.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_mzrldx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_x3x2zv.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_xtln4x.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_xvjm53.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/cbn_zljgjy.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cabin/cabin.map +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Bold.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-BoldItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Medium.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-MediumItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-RegularItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-SemiBold.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/Cabin-SemiBoldItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Bold.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-BoldItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Medium.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-MediumItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-RegularItalic.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-SemiBold.otf +%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/CabinCondensed-SemiBoldItalic.otf +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-BoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Italic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Medium-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-MediumItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Medium-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Bold.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-BoldItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Italic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Medium.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-MediumItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-Regular.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-SemiBold.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/Cabin-SemiBoldItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Bold.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-BoldItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Medium.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-MediumItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-Regular.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-RegularItalic.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-SemiBold.pfb +%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/CabinCondensed-SemiBoldItalic.pfb +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-BoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Italic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Medium-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-MediumItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/Cabin-SemiBoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-BoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Medium-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-MediumItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-RegularItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/CabinCondensed-SemiBoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/tex/latex/cabin/LY1Cabin-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/LY1CabinCondensed-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/OT1Cabin-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/OT1CabinCondensed-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/T1Cabin-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/T1CabinCondensed-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/TS1Cabin-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/TS1CabinCondensed-TLF.fd +%{_texdir}/texmf-dist/tex/latex/cabin/cabin.sty + +%files cabin-doc +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/doc/fonts/cabin/OFL.txt +%{_texdir}/texmf-dist/doc/fonts/cabin/README +%{_texdir}/texmf-dist/doc/fonts/cabin/samples-condensed.pdf +%{_texdir}/texmf-dist/doc/fonts/cabin/samples.pdf +%{_texdir}/texmf-dist/doc/fonts/cabin/samples.tex + +%files cachepic +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/cachepic/cachepic.cmd +%{_texdir}/texmf-dist/scripts/cachepic/cachepic.tlu +%{_texdir}/texmf-dist/tex/latex/cachepic/cachepic.sty +%{_texdir}/texmf-dist/tex/latex/cachepic/prcachepic.def + +%files cachepic-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/cachepic/README +%{_texdir}/texmf-dist/doc/latex/cachepic/cachepic.pdf +%{_texdir}/texmf-dist/doc/latex/cachepic/cachepic.tex + +%files cachepic-bin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/cachepic + +%files calcage +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/calcage/calcage.sty + +%files calcage-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/calcage/README +%{_texdir}/texmf-dist/doc/latex/calcage/calcage.pdf + +%files calctab +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/calctab/calctab.sty + +%files calctab-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/calctab/README +%{_texdir}/texmf-dist/doc/latex/calctab/calctab_manual.pdf +%{_texdir}/texmf-dist/doc/latex/calctab/calctab_manual.tex + +%files calculator +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/calculator/calculator.sty +%{_texdir}/texmf-dist/tex/latex/calculator/calculus.sty + +%files calculator-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/calculator/README +%{_texdir}/texmf-dist/doc/latex/calculator/calculator.pdf +%{_texdir}/texmf-dist/doc/latex/calculator/calculator1.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator10.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator11.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator12.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator13.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator14.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator15.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator16.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator17.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator18.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator19.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator2.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator20.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator21.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator22.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator23.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator24.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator25.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator26.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator27.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator28.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator29.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator3.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator30.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator31.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator32.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator33.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator34.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator35.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator36.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator37.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator38.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator39.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator4.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator40.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator41.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator42.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator43.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator44.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator45.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator46.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator47.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator48.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator49.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator5.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator50.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator51.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator52.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator53.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator54.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator55.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator56.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator57.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator6.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator7.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator8.tex +%{_texdir}/texmf-dist/doc/latex/calculator/calculator9.tex + +%files calligra +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/source/public/calligra/callig15.mf +%{_texdir}/texmf-dist/fonts/source/public/calligra/calligra.mf +%{_texdir}/texmf-dist/fonts/tfm/public/calligra/callig15.tfm + +%files calligra-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/calligra/README +%{_texdir}/texmf-dist/doc/latex/calligra/testfont.pdf + +%files calligra-type1 +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/public/calligra-type1/callig15.afm +%{_texdir}/texmf-dist/fonts/map/dvips/calligra-type1/calligra.map +%{_texdir}/texmf-dist/fonts/type1/public/calligra-type1/callig15.pfb + +%files calligra-type1-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/calligra-type1/README + +%files calrsfs +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/calrsfs/OMSrsfs.fd +%{_texdir}/texmf-dist/tex/latex/calrsfs/calrsfs.sty + +%files calrsfs-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/calrsfs/README +%{_texdir}/texmf-dist/doc/latex/calrsfs/calrsfs.pdf +%{_texdir}/texmf-dist/doc/latex/calrsfs/calrsfs.tex + +%files cals +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/cals/cals.sty + +%files cals-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/cals/README +%{_texdir}/texmf-dist/doc/latex/cals/cals.pdf +%{_texdir}/texmf-dist/doc/latex/cals/examples/demo.pdf +%{_texdir}/texmf-dist/doc/latex/cals/examples/demo.tex +%{_texdir}/texmf-dist/doc/latex/cals/examples/table1.tex +%{_texdir}/texmf-dist/doc/latex/cals/examples/table2.tex +%{_texdir}/texmf-dist/doc/latex/cals/examples/table3.tex +%{_texdir}/texmf-dist/doc/latex/cals/examples/table4.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/README +%{_texdir}/texmf-dist/doc/latex/cals/test/template.txt +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_10_create.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_10_create.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_20_colwidth.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_20_colwidth.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_30_decor.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_30_decor.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_40_width.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_40_width.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_50_hooks.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/cell/test_50_hooks.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_10_outone.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_10_outone.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_20_row.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/colsep/test_20_row.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_10_withwidth2.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_10_withwidth2.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_20_withcolor2.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_20_withcolor2.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_30_halfwidth.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_30_halfwidth.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_50_maxwidth.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_50_maxwidth.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_60_row.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_60_row.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_70_align.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/decoration/test_70_align.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_10_cons_rot.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_10_cons_rot.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_20_snoc_decons.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_20_snoc_decons.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_30_all.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/llt/test_30_all.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_010_wrongbreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_010_wrongbreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_020_wrongnobreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_020_wrongnobreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_030_spanbreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_030_spanbreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_040_rowheight.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_040_rowheight.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_050_leftskip_rowspan.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/regression/test_050_leftskip_rowspan.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_10_waitrule.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_10_waitrule.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_15_waitover.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_15_waitover.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_20_pack.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_20_pack.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_30_jointwo.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_30_jointwo.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_35_joinone.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_35_joinone.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_40_construct.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/rowsep/test_40_construct.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_10_queue.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_10_queue.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_20_decor.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_20_decor.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_30_iftlrb.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_30_iftlrb.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_40_lr_queue.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_40_lr_queue.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_50_dimen.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_50_dimen.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_60_content.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_60_content.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_70_intercept.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_70_intercept.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_80_marker.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/span/test_80_marker.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/support/LatexTest.py +%{_texdir}/texmf-dist/doc/latex/cals/test/support/run_tests.py +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_10_ifbreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_10_ifbreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_20_dispatch.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_20_dispatch.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_30_issue_rowsep.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_30_issue_rowsep.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_40_issuerow.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_40_issuerow.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_50_row.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_50_row.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_60_whitespace.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_60_whitespace.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_70_lrskip.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/table/test_70_lrskip.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.png +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.png +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.png +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_30_tbreak.tex +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.chk +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.png +%{_texdir}/texmf-dist/doc/latex/cals/test/visual_tables/test_40_span.tex + +%files calxxxx-yyyy +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex + +%files calxxxx-yyyy-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README.pdf +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/README.tex +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_DE.pdf +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_DK.pdf +%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/cal2013-2030_EN.pdf + +%files cancel +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/cancel/cancel.sty + +%files cancel-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/cancel/cancel.pdf +%{_texdir}/texmf-dist/doc/latex/cancel/cancel.tex + +%files canoniclayout +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/canoniclayout/canoniclayout.sty + +%files canoniclayout-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/canoniclayout/README +%{_texdir}/texmf-dist/doc/latex/canoniclayout/canoniclayout.pdf + +%files cantarell +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/afm/public/cantarell/Cantarell-Bold.afm +%{_texdir}/texmf-dist/fonts/afm/public/cantarell/Cantarell-Regular.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-01.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-02.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/cantarell-03.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cantarell/cantarell.map +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Bold-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cantarell/Cantarell-Regular-x2.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cantarell/Cantarell-Bold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cantarell/Cantarell-Regular.pfb +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Bold-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-x2.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/cantarell/Cantarell-Regular-x2.vf +%{_texdir}/texmf-dist/tex/latex/cantarell/cantarell.sty +%{_texdir}/texmf-dist/tex/latex/cantarell/ot1fca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/t1fca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/t2afca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/t2bfca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/t2cfca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/ts1fca.fd +%{_texdir}/texmf-dist/tex/latex/cantarell/x2fca.fd + +%files cantarell-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/fonts/cantarell/CHANGES +%{_texdir}/texmf-dist/doc/fonts/cantarell/README +%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell-samples.pdf +%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell-samples.tex +%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell.pdf +%{_texdir}/texmf-dist/doc/fonts/cantarell/cantarell.tex +%{_texdir}/texmf-dist/doc/fonts/cantarell/manifest.txt + +%files captcont +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/captcont/captcont.sty + +%files captcont-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/captcont/README +%{_texdir}/texmf-dist/doc/latex/captcont/captcont.pdf +%{_texdir}/texmf-dist/doc/latex/captcont/ltxdoc.cfg +%{_texdir}/texmf-dist/doc/latex/captcont/test.tex + +%files captdef +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/captdef/captdef.sty + +%files captdef-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/captdef/captdef.pdf +%{_texdir}/texmf-dist/doc/latex/captdef/captdef.tex +%{_texdir}/texmf-dist/doc/latex/captdef/miscdoc.sty + +%files caption +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/caption/bicaption.sty +%{_texdir}/texmf-dist/tex/latex/caption/caption.sty +%{_texdir}/texmf-dist/tex/latex/caption/caption2.sty +%{_texdir}/texmf-dist/tex/latex/caption/caption3.sty +%{_texdir}/texmf-dist/tex/latex/caption/ltcaption.sty +%{_texdir}/texmf-dist/tex/latex/caption/newfloat.sty +%{_texdir}/texmf-dist/tex/latex/caption/subcaption.sty +%{_texdir}/texmf-dist/tex/latex/caption/totalcount.sty + +%files caption-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/caption/CHANGELOG +%{_texdir}/texmf-dist/doc/latex/caption/README +%{_texdir}/texmf-dist/doc/latex/caption/SUMMARY +%{_texdir}/texmf-dist/doc/latex/caption/bicaption.pdf +%{_texdir}/texmf-dist/doc/latex/caption/caption-deu.pdf +%{_texdir}/texmf-dist/doc/latex/caption/caption-eng.pdf +%{_texdir}/texmf-dist/doc/latex/caption/caption-rus.pdf +%{_texdir}/texmf-dist/doc/latex/caption/ltcaption.pdf +%{_texdir}/texmf-dist/doc/latex/caption/newfloat.pdf +%{_texdir}/texmf-dist/doc/latex/caption/subcaption.pdf +%{_texdir}/texmf-dist/doc/latex/caption/totalcount.pdf + +%files capt-of +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/capt-of/capt-of.sty + +%files capt-of-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/capt-of/README +%{_texdir}/texmf-dist/doc/latex/capt-of/capt-of.pdf + +%files carlisle +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/carlisle/dotlessj.sty +%{_texdir}/texmf-dist/tex/latex/carlisle/ltxtable.sty +%{_texdir}/texmf-dist/tex/latex/carlisle/mylatex.ltx +%{_texdir}/texmf-dist/tex/latex/carlisle/plain.sty +%{_texdir}/texmf-dist/tex/latex/carlisle/remreset.sty +%{_texdir}/texmf-dist/tex/latex/carlisle/scalefnt.sty +%{_texdir}/texmf-dist/tex/latex/carlisle/slashed.sty + +%files carlisle-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/carlisle/README +%{_texdir}/texmf-dist/doc/latex/carlisle/ltx1.tex +%{_texdir}/texmf-dist/doc/latex/carlisle/ltxtable.pdf + +%files carolmin-ps +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin10.afm +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin17.afm +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cmin7.afm +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb17.afm +%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/cminb7.afm +%{_texdir}/texmf-dist/fonts/map/dvips/carolmin-ps/cmin.map +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cmin7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/cminb7.pfb + +%files carolmin-ps-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/carolmin-ps/README + +%files cascadilla +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/cascadilla/cascadilla.bst +%{_texdir}/texmf-dist/tex/latex/cascadilla/cascadilla.cls + +%files cascadilla-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cascadilla/LICENSE.txt +%{_texdir}/texmf-dist/doc/latex/cascadilla/README +%{_texdir}/texmf-dist/doc/latex/cascadilla/example.pdf +%{_texdir}/texmf-dist/doc/latex/cascadilla/example.tex +%{_texdir}/texmf-dist/doc/latex/cascadilla/exampleref.bib + +%files cases +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/cases/cases.sty + +%files cases-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/cases/cases.pdf +%{_texdir}/texmf-dist/doc/latex/cases/cases.tex + +%files casyl +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/fonts/source/public/casyl/casyll10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/casyl/casyll10.tfm +%{_texdir}/texmf-dist/tex/latex/casyl/casyltex.sty + +%files casyl-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/casyl/README +%{_texdir}/texmf-dist/doc/latex/casyl/casyldoc.pdf +%{_texdir}/texmf-dist/doc/latex/casyl/casyldoc.tex + +%files catcodes +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/catcodes/actcodes.sty +%{_texdir}/texmf-dist/tex/generic/catcodes/catchdq.sty +%{_texdir}/texmf-dist/tex/generic/catcodes/catcodes.RLS +%{_texdir}/texmf-dist/tex/generic/catcodes/stacklet.sty + +%files catcodes-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/catcodes/README +%{_texdir}/texmf-dist/doc/generic/catcodes/SrcFILEs.txt +%{_texdir}/texmf-dist/doc/generic/catcodes/catcodes.pdf + +%files catechis +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/catechis/catechis.sty + +%files catechis-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/catechis/README +%{_texdir}/texmf-dist/doc/latex/catechis/catechis.pdf +%{_texdir}/texmf-dist/doc/latex/catechis/test.tex + +%files catchfilebetweentags +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/catchfilebetweentags/catchfilebetweentags.sty + +%files catchfilebetweentags-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/catchfilebetweentags/README +%{_texdir}/texmf-dist/doc/latex/catchfilebetweentags/catchfilebetweentags.pdf + +%files catoptions +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/catoptions/catoptions-guide.cfg +%{_texdir}/texmf-dist/tex/latex/catoptions/catoptions.sty + +%files catoptions-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/catoptions/README +%{_texdir}/texmf-dist/doc/latex/catoptions/catoptions-guide.pdf +%{_texdir}/texmf-dist/doc/latex/catoptions/catoptions-guide.tex + +%files cbcoptic +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/coptbase.mf +%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/copti.mf +%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/copto.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic/copti.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic/copto.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cbcoptic/copti.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbcoptic/copto.pfb +%{_texdir}/texmf-dist/tex/latex/cbcoptic/coptic.sty +%{_texdir}/texmf-dist/tex/latex/cbcoptic/lcopcoptic.fd +%{_texdir}/texmf-dist/tex/latex/cbcoptic/prnthyph.sty + +%files cbcoptic-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cbcoptic/README +%{_texdir}/texmf-dist/doc/latex/cbcoptic/coptfont.pdf +%{_texdir}/texmf-dist/doc/latex/cbcoptic/testcop.tex +%{_texdir}/texmf-dist/doc/latex/cbcoptic/testcopOK.pdf + +%files cbfonts +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts/CB.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts/gmtr.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cbfonts/cbgreek-full.map +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbaccent.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbbase.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbdigits.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbgreek.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cblig.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligit.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligrm.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligsc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbligtt.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cblower.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbmetre.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbspline.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/cbupper.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glic4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glii4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glin4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glio4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gliu4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljc4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljn4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gljo4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmc4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmi4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmn4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmo4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glmu4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltc4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gltn4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glto4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwc4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwi4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwn4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwo4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glwu4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxc4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxi4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxn4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxo4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1382.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1659.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu1991.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu2389.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu2866.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu3440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/glxu4128.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmmo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmtr3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gmxo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gomu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/goxu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grbl3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grml3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grmu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxl3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/grxu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsma3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsme3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsmu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxa3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxe3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gsxu3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttc3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtti3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttn3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gtto3583.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0500.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0600.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0700.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0800.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu0900.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1000.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1095.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1200.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1440.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu1728.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2074.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2488.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu2986.mf +%{_texdir}/texmf-dist/fonts/source/public/cbfonts/gttu3583.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glic4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glii4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glin4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glio4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gliu4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljc4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljn4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gljo4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmc4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmi4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmn4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmo4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glmu4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltc4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gltn4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glto4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwc4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwi4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwn4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwo4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glwu4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxc4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxi4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxn4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxo4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1382.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1659.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu1991.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu2389.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu2866.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu3440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/glxu4128.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmmo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmtr3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gmxo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gomu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/goxu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grbl3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grml3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grmu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxl3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/grxu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsma3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsme3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsmu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxa3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxe3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gsxu3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttc3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtti3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttn3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gtto3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/gttu3583.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glic4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glii4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glin4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glio4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gliu4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljc4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljn4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gljo4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmc4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmi4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmn4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmo4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glmu4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltc4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gltn4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glto4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwc4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwi4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwn4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwo4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glwu4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxc4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxi4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxn4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxo4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1382.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1659.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu1991.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu2389.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu2866.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu3440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/glxu4128.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmmo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmtr3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gmxo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gomu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/goxu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grbl3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grml3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grmu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxl3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/grxu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsma3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsme3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsmu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxa3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxe3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gsxu3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtti3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttn3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gtto3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/gttu3583.pfb + +%files cbfonts-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/cbfonts/README +%{_texdir}/texmf-dist/doc/fonts/cbfonts/cbgreek.pdf +%{_texdir}/texmf-dist/doc/fonts/cbfonts/cbgreek.tex +%{_texdir}/texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf + +%files ccaption +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/ccaption/ccaption.sty + +%files ccaption-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/ccaption/README +%{_texdir}/texmf-dist/doc/latex/ccaption/ccaption.pdf + +%files ccfonts +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ccfonts/ccfonts.sty +%{_texdir}/texmf-dist/tex/latex/ccfonts/t1ccr.fd +%{_texdir}/texmf-dist/tex/latex/ccfonts/ts1ccr.fd + +%files ccfonts-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/ccfonts/ccfonts.pdf +%{_texdir}/texmf-dist/doc/latex/ccfonts/readme + +%files ccicons +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/ccicons/ccicons-u.enc +%{_texdir}/texmf-dist/fonts/map/dvips/ccicons/ccicons.map +%{_texdir}/texmf-dist/fonts/opentype/public/ccicons/ccicons.otf +%{_texdir}/texmf-dist/fonts/tfm/public/ccicons/ccicons.tfm +%{_texdir}/texmf-dist/fonts/type1/public/ccicons/ccicons.pfb +%{_texdir}/texmf-dist/tex/latex/ccicons/ccicons.sty + +%files ccicons-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/fonts/ccicons/FONTLOG.txt +%{_texdir}/texmf-dist/doc/fonts/ccicons/OFL.txt +%{_texdir}/texmf-dist/doc/latex/ccicons/ccicons.pdf + +%files cclicenses +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cclicenses/cclicenses.sty + +%files cclicenses-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cclicenses/README +%{_texdir}/texmf-dist/doc/latex/cclicenses/cclicenses_short.pdf + +%files cc-pl +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/fonts/map/dvips/cc-pl/ccpl.map +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/fic_mic.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pccsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcmi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcslc9.mf +%{_texdir}/texmf-dist/fonts/source/public/cc-pl/pcti10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pccsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcslc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/pcti10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pccsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcmi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcslc9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/pcti10.pfb + +%files cc-pl-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/fonts/cc-pl/README.cc-pl + +%files cd-cover +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/cd-cover/cd-cover.cls + +%files cd-cover-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/cd-cover/README +%{_texdir}/texmf-dist/doc/latex/cd-cover/cd-cover.pdf + +%files cdpbundl +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cdpbundl/adiseal.sty +%{_texdir}/texmf-dist/tex/latex/cdpbundl/articoletteracdp.cls +%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpaddon.sty +%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpshues-example.def +%{_texdir}/texmf-dist/tex/latex/cdpbundl/cdpshues.cfg +%{_texdir}/texmf-dist/tex/latex/cdpbundl/epson-stylus-740.def +%{_texdir}/texmf-dist/tex/latex/cdpbundl/hp-laserjet-4500.def +%{_texdir}/texmf-dist/tex/latex/cdpbundl/lettcdpadi.cls +%{_texdir}/texmf-dist/tex/latex/cdpbundl/letteracdp.cls + +%files cdpbundl-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cdpbundl/00readme.txt +%{_texdir}/texmf-dist/doc/latex/cdpbundl/README +%{_texdir}/texmf-dist/doc/latex/cdpbundl/manifest.txt +%{_texdir}/texmf-dist/doc/latex/cdpbundl/overview.pdf + +%files cd +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/cd/cd.cls + +%files cd-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/cd/CD.tex +%{_texdir}/texmf-dist/doc/latex/cd/CDlist.tex +%{_texdir}/texmf-dist/doc/latex/cd/README +%{_texdir}/texmf-dist/doc/latex/cd/cd.pdf +%{_texdir}/texmf-dist/doc/latex/cd/example.dat +%{_texdir}/texmf-dist/doc/latex/cd/parsecd.rb +%{_texdir}/texmf-dist/doc/latex/cd/slimCD.tex +%{_texdir}/texmf-dist/doc/latex/cd/slimCDlist.tex + +%files cellspace +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cellspace/cellspace.sty + +%files cellspace-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cellspace/README +%{_texdir}/texmf-dist/doc/latex/cellspace/cellspace.pdf +%{_texdir}/texmf-dist/doc/latex/cellspace/cellspace.tex + +%files cell +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/bibtex/bst/cell/cell.bst +%{_texdir}/texmf-dist/tex/latex/cell/cell.sty + +%files cell-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/cell/README + +%files censor +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/censor/censor.sty + +%files censor-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/censor/README +%{_texdir}/texmf-dist/doc/latex/censor/censor.pdf +%{_texdir}/texmf-dist/doc/latex/censor/censor.tex + +%files cfr-lm +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm/dotdigits-clm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm/t1-clm.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cfr-lm/clm.map +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmb8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx28t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2i8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2ij8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2j8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbx8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxi8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxj8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxji8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmbxo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsc8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcscj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcscjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmcsco8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdun2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdun2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunh8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunhj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmdunjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmduno8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr28t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2i8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2ij8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2j8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2jo8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr2o8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmr8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmri8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrj8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrji8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmrjo8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmro8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss28t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2j8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss2jo8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmss8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssb2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssb2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbx8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssbxj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssd2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssd2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdc8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdcj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssdo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssj8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssjo8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso28t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmsso8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2j8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2jo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq2o8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssq8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqb2jo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqb2o8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbjo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx28t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx2j8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbx8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqbxj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqjo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmssqo8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcsc8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcscj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcsjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtcso8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtk8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtkj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtkjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtko8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtl8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlc8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlcj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlcjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlco8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtljo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtlo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtt8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtti8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttij8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttj8t9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmttjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmtto8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmu8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmuj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtk8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtkj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtkjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtko8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtl8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtlj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtljo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtlo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt28t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2j8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2jo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt2o8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtt8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvttj8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvttjo8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/clmvtto8t10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/dd-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmb8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbx8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbxi8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmbxo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmcsc8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmcsco8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmdunh8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmduno8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmr8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmri8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmro8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmss8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssbo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssbx8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssdc8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssdo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmsso8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssq8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqbo8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqbx8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmssqo8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtcsc8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtcso8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtk8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtko8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtl8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlc8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlco8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtlo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtt8ttl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtti8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmtto8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmu8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtk8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtko8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtl8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtlo8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtt8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/lmvtto8ttl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/u-clmvtto10.tfm +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmb8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx28t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2i8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2ij8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2j8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbx8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxi8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxj8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxji8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmbxo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsc8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcscj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcscjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmcsco8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdun2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdun2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunh8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunhj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmdunjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmduno8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr28t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2i8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2ij8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2j8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2jo8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr2o8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmr8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmri8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrj8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrji8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmrjo8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmro8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss28t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2j8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss2jo8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmss8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssb2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssb2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbx8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssbxj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssd2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssd2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdc8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdcj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssdo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssj8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssjo8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso28t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmsso8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2j8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2jo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq2o8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssq8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqb2jo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqb2o8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbjo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx28t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx2j8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbx8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqbxj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqjo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmssqo8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcsc8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcscj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcsjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtcso8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtk8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtkj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtkjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtko8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtl8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlc8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlcj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlcjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlco8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtljo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtlo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtt8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtti8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttij8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttj8t9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmttjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmtto8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmu8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmuj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtk8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtkj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtkjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtko8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtl8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtlj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtljo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtlo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt28t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2j8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2jo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt2o8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtt8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvttj8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvttjo8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/clmvtto8t10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbxi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmbxo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmcsco10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmdunh10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmduno10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmri9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmro9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmss9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssbo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssdo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmsso9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssq8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqbo8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmssqo8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtcso10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtk10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtko10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlco10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtlo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtt9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmtto10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmu10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtk10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtko10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtlo10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/u-clmvtto10.vf +%{_texdir}/texmf-dist/tex/latex/cfr-lm/cfr-lm.sty +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2d.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2dj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2j.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2js.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2jv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2qs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2s.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2t.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clm2v.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmd.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmdj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmjv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clms.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/t1clmv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2d.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2dj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2j.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2js.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2jv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2qs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2s.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2t.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clm2v.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmd.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmdj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmjv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clms.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/ts1clmv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2d.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2dj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2j.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2js.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2jv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2qs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2s.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2t.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclm2v.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmd.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmdj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmj.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmjv.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmqs.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclms.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmt.fd +%{_texdir}/texmf-dist/tex/latex/cfr-lm/uclmv.fd + +%files cfr-lm-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/README +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/cfr-lm.pdf +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/cfr-lm.tex +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/clm-test.pdf +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/clm-test.tex +%{_texdir}/texmf-dist/doc/fonts/cfr-lm/manifest.txt + +%files circ +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/source/public/circ/cibimos.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/cicirc.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/cidiod.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/cioptic.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/ciphysic.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/cirest.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/cisym.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/ciwidko.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/csym.mf +%{_texdir}/texmf-dist/fonts/source/public/circ/defcirc.mf +%{_texdir}/texmf-dist/fonts/tfm/public/circ/cioptic.tfm +%{_texdir}/texmf-dist/tex/latex/circ/basic.def +%{_texdir}/texmf-dist/tex/latex/circ/box.def +%{_texdir}/texmf-dist/tex/latex/circ/circ.sty +%{_texdir}/texmf-dist/tex/latex/circ/gate.def +%{_texdir}/texmf-dist/tex/latex/circ/ic.def +%{_texdir}/texmf-dist/tex/latex/circ/oldgate.def +%{_texdir}/texmf-dist/tex/latex/circ/optics.def +%{_texdir}/texmf-dist/tex/latex/circ/physics.def + +%files circ-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/circ/COPYING +%{_texdir}/texmf-dist/doc/latex/circ/README +%{_texdir}/texmf-dist/doc/latex/circ/cidoc.tex +%{_texdir}/texmf-dist/doc/latex/circ/circ.pdf +%{_texdir}/texmf-dist/doc/latex/circ/circ.txt +%{_texdir}/texmf-dist/doc/latex/circ/cisyms.tex +%{_texdir}/texmf-dist/doc/latex/circ/index.hlp + +%files circuitikz +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz.code.tex +%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/circuitikz1.code.tex +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircbipoles.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirccurrent.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirclabel.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircmath.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircmonopoles.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircquadpoles.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircshapes.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcirctripoles.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircutils.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/pgfcircvoltage.sty +%{_texdir}/texmf-dist/tex/latex/circuitikz/t-circuitikz.tex + +%files circuitikz-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/circuitikz/CHANGELOG +%{_texdir}/texmf-dist/doc/latex/circuitikz/README +%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikz-context.pdf +%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikz-context.tex +%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf +%{_texdir}/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex + +%files cite +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/cite/chapterbib.sty +%{_texdir}/texmf-dist/tex/latex/cite/cite.sty +%{_texdir}/texmf-dist/tex/latex/cite/drftcite.sty +%{_texdir}/texmf-dist/tex/latex/cite/overcite.sty + +%files cite-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/cite/README +%{_texdir}/texmf-dist/doc/latex/cite/chapterbib.ltx +%{_texdir}/texmf-dist/doc/latex/cite/chapterbib.pdf +%{_texdir}/texmf-dist/doc/latex/cite/cite.ltx +%{_texdir}/texmf-dist/doc/latex/cite/cite.pdf + +%files cjhebrew +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/public/cjhebrew/cjheblsm.afm +%{_texdir}/texmf-dist/fonts/afm/public/cjhebrew/cjhebltx.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/cjhebrew/cjhebltx.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cjhebrew/cjhebrew.map +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhblsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhbltx.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjheblsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/cjhebltx.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/rcjhblsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/rcjhbltx.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cjhebrew/cjheblsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cjhebrew/cjhebltx.pfb +%{_texdir}/texmf-dist/fonts/vf/public/cjhebrew/cjhblsm.vf +%{_texdir}/texmf-dist/fonts/vf/public/cjhebrew/cjhbltx.vf +%{_texdir}/texmf-dist/tex/latex/cjhebrew/cjhebrew.sty + +%files cjhebrew-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/cjhebrew/cjhebtst.tex +%{_texdir}/texmf-dist/doc/fonts/cjhebrew/manual.pdf + +%files cjk-ko +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-josa.sty +%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-ko.sty +%{_texdir}/texmf-dist/tex/latex/cjk-ko/cjkutf8-nanummjhanja.sty +%{_texdir}/texmf-dist/tex/latex/cjk-ko/kolabels-utf.sty +%{_texdir}/texmf-dist/tex/latex/cjk-ko/konames-utf.sty +%{_texdir}/texmf-dist/tex/latex/cjk-ko/kotex.sty + +%files cjk-ko-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/cjk-ko/ChangeLog +%{_texdir}/texmf-dist/doc/latex/cjk-ko/README +%{_texdir}/texmf-dist/doc/latex/cjk-ko/cjk-ko-doc.pdf +%{_texdir}/texmf-dist/doc/latex/cjk-ko/cjk-ko-doc.tex + +%files cjkpunct +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty + +%files cjkpunct-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cjkpunct/CJKpunct.pdf +%{_texdir}/texmf-dist/doc/latex/cjkpunct/CJKpunct.spa +%{_texdir}/texmf-dist/doc/latex/cjkpunct/README +%{_texdir}/texmf-dist/doc/latex/cjkpunct/README.zh-cn.txt +%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-CJKfntef.tex +%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-gb.tex +%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-gbk.tex +%{_texdir}/texmf-dist/doc/latex/cjkpunct/examples/example-utf8.tex +%{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-macros.tex +%{_texdir}/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-main.tex + +%files cjk +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd +%{_texdir}/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJK.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJK.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/extended.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/extended.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pinyin.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmC.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/ruby.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.bdg +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/standard.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90enc.def +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90gar.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/c90nrsr.fd +%{_texdir}/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf +%{_texdir}/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf + +%files cjk-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/cjk/ChangeLog +%{_texdir}/texmf-dist/doc/latex/cjk/MANIFEST +%{_texdir}/texmf-dist/doc/latex/cjk/Makefile +%{_texdir}/texmf-dist/doc/latex/cjk/README +%{_texdir}/texmf-dist/doc/latex/cjk/TODO +%{_texdir}/texmf-dist/doc/latex/cjk/doc/CEF.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJK.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKspace.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/COPYING +%{_texdir}/texmf-dist/doc/latex/cjk/doc/INSTALL +%{_texdir}/texmf-dist/doc/latex/cjk/doc/TDS.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/commands.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/dvidrv.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/fonts.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/history.2_5 +%{_texdir}/texmf-dist/doc/latex/cjk/doc/history.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pinyin.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/reftex.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/ruby.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/thaifont.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/vertical.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/README +%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/READMEb5.tex +%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/READMEgb.tex +%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/emTeXb5.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/chinese/teTeXb5.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk/README +%{_texdir}/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/README +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/ascii.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/japanese.jis +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/japanese.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/jp-fonts.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/jp-tex.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/preview.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/japanese/shibuaki.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/HOWTO.txt +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/bkai.map +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/map.list +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/updmap.my +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd +%{_texdir}/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd +%{_texdir}/texmf-dist/doc/latex/cjk/examples/Big5.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/Big5vert.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CEF_test.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKspace.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/GB.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/JIS.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/KS.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/README +%{_texdir}/texmf-dist/doc/latex/cjk/examples/SJIS.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/UTF8.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/muletest.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/py_test.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/rubytest.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/thai.tex +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/c90.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/cjk.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/dnp.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl +%{_texdir}/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl +%{_texdir}/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex + +%files cns +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/misc/cns/4040w0.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w1.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w2.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w3.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w4.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w5.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w6.bin +%{_texdir}/texmf-dist/fonts/misc/cns/4040w7.bin +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-1.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-2.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-3.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-4.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-5.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-6.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-7.hbf +%{_texdir}/texmf-dist/fonts/misc/cns/cns40-b5.hbf +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1226.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1227.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1228.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1229.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1230.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1231.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1232.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1233.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1234.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1235.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1236.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1237.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1238.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1239.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1240.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1241.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1242.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1243.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1244.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1245.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1246.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1247.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1248.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1249.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1250.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1251.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1252.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1253.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1254.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c0so12/c0so1255.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1226.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1227.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1228.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1229.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1230.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1231.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1232.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1233.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c1so12/c1so1234.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1226.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1227.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1228.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1229.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c2so12/c2so1230.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c3so12/c3so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1226.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1227.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1228.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c4so12/c4so1229.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1226.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1227.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1228.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1229.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1230.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1231.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1232.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1233.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c5so12/c5so1234.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c6so12/c6so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1201.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1202.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1203.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1204.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1205.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1206.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1207.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1208.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1209.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1210.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1211.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1212.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1213.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1214.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1215.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1216.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1217.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1218.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1219.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1220.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1221.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1222.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1223.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1224.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1225.tfm +%{_texdir}/texmf-dist/fonts/tfm/cns/c7so12/c7so1226.tfm + +%files cns-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-1/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-2/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-3/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-4/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-5/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-6/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-7/README +%{_texdir}/texmf-dist/doc/fonts/cns/cns40-b5/README + +%files garuda-c90 +%defattr(-,root,root) +%{_texdir}/texmf-dist/dvips/garuda-c90/config.garuda-c90 +%{_texdir}/texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map +%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm + +%files fonts-tlwg +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_bi.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_i.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_bi.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_i.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_o.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_b.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_bo.afm +%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_o.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/fonts-tlwg/lthtlwg.enc +%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/nectec.map +%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/nf.map +%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/tlwg.map +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_bi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_i.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_bi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_i.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_bi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_i.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_bi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_i.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_o.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_bo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_o.tfm +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_bi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_i.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_bi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_i.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_o.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_bo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_o.pfb +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_bi.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_i.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_bi.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_i.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_o.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_b.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_bo.vf +%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_o.vf +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/fonts-tlwg.sty +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthgaruda.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthkinnari.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthloma.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthnorasi.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthpurisa.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthsawasdee.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthttype.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthttypist.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthumpush.fd +%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthwaree.fd + +%files fonts-tlwg-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/examples/teststd.tex + +%files norasi-c90 +%defattr(-,root,root) +%{_texdir}/texmf-dist/dvips/norasi-c90/config.norasi-c90 +%{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90/norasi-c90.map +%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnbi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftni8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ftnr8z.tfm + +%files uhc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/dvips/uhc/config.uhc +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj00.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj01.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj02.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj03.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj04.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj05.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj10.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj11.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj12.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj13.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj14.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj15.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj16.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj17.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj20.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj21.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj22.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj23.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj24.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj25.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj26.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj27.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj28.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj29.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj30.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj31.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj32.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj33.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj34.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj35.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj36.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj37.afm +%{_texdir}/texmf-dist/fonts/afm/uhc/umj/umj38.afm +%{_texdir}/texmf-dist/fonts/map/dvips/uhc/umj.map +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umj38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjc38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjco38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjo38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umju38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjuo38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjx38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo34.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo35.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo36.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo37.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/umj/umjxo38.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmj9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjbf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjccf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcfa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcof9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcofa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjd7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjfa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjob9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjobf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjocf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjod7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjof9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjofa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjoff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmju9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjub9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjube.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjubf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjucf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjud7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuof9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuofa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxfa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo00.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo01.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo02.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo03.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo30.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo31.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo32.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo33.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo50.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo51.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo52.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo53.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo54.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo55.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo56.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo57.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo58.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo59.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo60.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo61.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo62.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo63.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo64.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo65.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo66.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo67.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo68.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo69.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo70.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo71.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo72.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo73.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo74.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo75.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo76.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo77.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo78.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo79.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo80.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo81.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo82.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo83.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo84.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo85.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo86.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo87.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo88.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo89.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo90.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo91.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo92.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo93.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo94.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo95.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo96.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo97.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo98.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo99.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoac.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoad.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoae.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoaf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoba.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobe.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoca.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocb.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocc.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocd.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoce.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocf.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxof9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxofa.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoff.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmj9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjco9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjo9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmju9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjuo9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo0.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo04.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo05.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo06.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo07.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo1.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo11.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo12.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo13.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo14.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo15.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo16.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo18.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo19.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo2.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo20.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo21.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo22.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo23.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo24.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo25.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo26.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo27.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo28.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo29.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo3.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo4.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo5.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo6.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo7.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/uhc/wmj/wmjxo9.tfm +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj00.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj01.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj02.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj03.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj04.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj05.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj10.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj11.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj12.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj13.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj14.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj15.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj16.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj17.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj20.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj21.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj22.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj23.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj24.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj25.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj26.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj27.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj28.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj29.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj30.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj31.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj32.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj33.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj34.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj35.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj36.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj37.pfb +%{_texdir}/texmf-dist/fonts/type1/uhc/umj/umj38.pfb +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmj9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjb9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjbf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjc9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcb9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcbf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjccf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcd7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcf9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcfa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjco9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcob9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcobf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcocf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcod7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcof9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcofa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjcoff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjd7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjf9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjfa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjo9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjob9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjobf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjocf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjod7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjof9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjofa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjoff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmju9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjub9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjube.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjubf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjucf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjud7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuf9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjufa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuob9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuobf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuocf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuod7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuof9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuofa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjuoff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjx9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxb9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxbf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxcf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxd7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxf9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxfa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo00.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo01.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo02.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo03.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo30.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo31.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo32.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo33.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo50.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo51.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo52.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo53.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo54.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo55.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo56.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo57.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo58.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo59.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo60.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo61.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo62.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo63.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo64.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo65.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo66.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo67.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo68.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo69.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo70.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo71.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo72.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo73.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo74.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo75.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo76.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo77.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo78.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo79.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo80.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo81.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo82.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo83.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo84.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo85.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo86.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo87.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo88.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo89.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo90.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo91.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo92.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo93.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo94.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo95.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo96.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo97.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo98.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo99.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9a.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9b.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9c.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9d.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9e.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9f.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoac.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoad.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoae.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoaf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxob9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoba.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobe.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxobf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoca.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocb.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocc.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocd.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoce.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxocf.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxod7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxof9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxofa.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/uwmj/uwmjxoff.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmj9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjc9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjco9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjo9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmju9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjuo9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjx9.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo0.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo04.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo05.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo06.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo07.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo1.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo10.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo11.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo12.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo13.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo14.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo15.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo16.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo17.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo18.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo19.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo2.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo20.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo21.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo22.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo23.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo24.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo25.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo26.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo27.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo28.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo29.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo3.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo4.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo5.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo6.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo7.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo8.vf +%{_texdir}/texmf-dist/fonts/vf/uhc/wmj/wmjxo9.vf + +%files uhc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/uhc/umj/README + +%files wadalab +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjgreek.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjhira.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjhw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkata.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkeisen.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkx.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjky.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjkz.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjroma.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjrussian.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dgj/dgjsy.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjgreek.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjhira.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjhw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkata.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkeisen.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkx.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjky.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjkz.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjroma.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjrussian.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/dmj/dmjsy.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mc2j/mc2jkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjgreek.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjhira.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjhw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkata.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkeisen.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkx.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjky.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjkz.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjroma.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjrussian.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mcj/mcjsy.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mr2j/mr2jkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjgreek.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjhira.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjhw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjka.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkata.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkb.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkc.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkd.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjke.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkeisen.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkf.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkg.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkh.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjki.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkj.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkk.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkl.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkm.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkn.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjko.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkp.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkq.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkr.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjks.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkt.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjku.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkv.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkw.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkx.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjky.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjkz.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjroma.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjrussian.afm +%{_texdir}/texmf-dist/fonts/afm/wadalab/mrj/mrjsy.afm +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/dgj.map +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/dmj.map +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mc2j.map +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mcj.map +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mr2j.map +%{_texdir}/texmf-dist/fonts/map/dvips/wadalab/mrj.map +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjgreek.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjhira.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjhw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkata.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkeisen.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkx.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjky.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjkz.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjroma.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjrussian.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dgj/dgjsy.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjgreek.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjhira.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjhw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkata.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkeisen.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkx.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjky.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjkz.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjroma.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjrussian.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/dmj/dmjsy.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjgreek.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjhira.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjhw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkata.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkeisen.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkx.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjky.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjkz.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjroma.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjrussian.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mcj/mcjsy.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjgreek.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjhira.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjhw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjka.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkata.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkb.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkc.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjke.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkeisen.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkf.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkg.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkh.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjki.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkj.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkk.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkm.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkn.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjko.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkp.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkq.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkr.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjks.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkt.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjku.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkv.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkw.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkx.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjky.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjkz.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjroma.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjrussian.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/mrj/mrjsy.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj50.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj51.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj52.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj53.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj54.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj55.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj56.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj57.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj58.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj59.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj60.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj61.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj62.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj63.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj64.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj65.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj66.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj67.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj68.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj69.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj70.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj71.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj72.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj73.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj74.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj75.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj76.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj77.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj78.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj79.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj80.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj81.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj82.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj83.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj84.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj85.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj86.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj87.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj88.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj89.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj90.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj91.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj92.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj93.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj94.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj95.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj96.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj97.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj98.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj99.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgj9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udgj/udgjff.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj50.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj51.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj52.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj53.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj54.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj55.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj56.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj57.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj58.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj59.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj60.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj61.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj62.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj63.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj64.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj65.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj66.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj67.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj68.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj69.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj70.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj71.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj72.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj73.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj74.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj75.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj76.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj77.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj78.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj79.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj80.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj81.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj82.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj83.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj84.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj85.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj86.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj87.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj88.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj89.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj90.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj91.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj92.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj93.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj94.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj95.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj96.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj97.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj98.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj99.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmj9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/udmj/udmjff.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj50.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj51.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj52.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj53.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj54.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj55.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj56.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj57.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj58.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj59.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj60.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj61.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj62.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj63.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj64.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj65.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj66.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj67.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj68.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj69.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj70.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj71.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj72.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj73.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj74.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj75.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj76.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj77.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj78.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj79.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj80.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj81.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj82.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj83.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj84.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj85.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj86.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj87.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj88.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj89.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj90.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj91.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj92.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj93.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj94.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj95.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj96.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj97.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj98.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj99.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcj9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umcj/umcjff.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj00.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj03.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj04.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj20.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj21.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj22.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj23.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj25.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj26.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj30.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj50.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj51.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj52.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj53.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj54.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj55.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj56.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj57.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj58.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj59.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj60.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj61.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj62.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj63.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj64.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj65.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj66.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj67.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj68.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj69.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj70.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj71.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj72.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj73.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj74.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj75.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj76.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj77.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj78.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj79.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj80.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj81.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj82.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj83.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj84.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj85.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj86.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj87.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj88.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj89.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj90.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj91.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj92.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj93.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj94.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj95.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj96.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj97.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj98.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj99.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrj9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/wadalab/umrj/umrjff.tfm +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjgreek.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjhira.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjhw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkata.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkeisen.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkx.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjky.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjkz.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjroma.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjrussian.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dgj/dgjsy.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjgreek.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjhira.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjhw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkata.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkeisen.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkx.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjky.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjkz.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjroma.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjrussian.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/dmj/dmjsy.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mc2j/mc2jkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjgreek.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjhira.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjhw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkata.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkeisen.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkx.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjky.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjkz.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjroma.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjrussian.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mcj/mcjsy.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mr2j/mr2jkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjgreek.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjhira.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjhw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjka.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkata.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkb.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkc.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkd.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjke.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkeisen.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkf.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkg.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkh.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjki.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkj.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkk.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkl.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkm.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkn.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjko.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkp.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkq.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkr.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjks.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkt.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjku.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkv.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkw.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkx.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjky.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjkz.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjroma.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjrussian.pfb +%{_texdir}/texmf-dist/fonts/type1/wadalab/mrj/mrjsy.pfb +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj00.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj03.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj04.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj20.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj21.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj22.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj23.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj25.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj26.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj30.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj4e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj4f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj50.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj51.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj52.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj53.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj54.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj55.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj56.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj57.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj58.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj59.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj5f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj60.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj61.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj62.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj63.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj64.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj65.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj66.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj67.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj68.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj69.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj6f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj70.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj71.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj72.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj73.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj74.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj75.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj76.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj77.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj78.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj79.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj7f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj80.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj81.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj82.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj83.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj84.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj85.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj86.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj87.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj88.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj89.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj8f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj90.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj91.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj92.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj93.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj94.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj95.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj96.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj97.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj98.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj99.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgj9f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udgj/udgjff.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj00.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj03.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj04.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj20.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj21.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj22.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj23.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj25.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj26.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj30.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj4e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj4f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj50.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj51.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj52.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj53.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj54.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj55.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj56.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj57.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj58.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj59.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj5f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj60.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj61.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj62.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj63.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj64.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj65.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj66.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj67.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj68.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj69.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj6f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj70.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj71.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj72.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj73.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj74.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj75.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj76.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj77.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj78.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj79.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj7f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj80.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj81.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj82.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj83.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj84.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj85.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj86.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj87.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj88.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj89.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj8f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj90.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj91.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj92.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj93.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj94.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj95.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj96.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj97.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj98.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj99.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmj9f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/udmj/udmjff.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj00.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj03.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj04.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj20.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj21.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj22.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj23.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj25.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj26.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj30.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj4e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj4f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj50.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj51.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj52.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj53.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj54.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj55.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj56.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj57.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj58.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj59.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj5f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj60.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj61.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj62.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj63.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj64.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj65.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj66.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj67.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj68.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj69.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj6f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj70.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj71.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj72.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj73.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj74.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj75.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj76.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj77.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj78.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj79.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj7f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj80.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj81.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj82.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj83.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj84.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj85.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj86.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj87.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj88.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj89.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj8f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj90.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj91.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj92.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj93.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj94.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj95.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj96.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj97.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj98.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj99.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcj9f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umcj/umcjff.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj00.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj03.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj04.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj20.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj21.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj22.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj23.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj25.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj26.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj30.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj4e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj4f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj50.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj51.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj52.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj53.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj54.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj55.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj56.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj57.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj58.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj59.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj5f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj60.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj61.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj62.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj63.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj64.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj65.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj66.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj67.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj68.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj69.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj6f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj70.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj71.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj72.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj73.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj74.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj75.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj76.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj77.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj78.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj79.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj7f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj80.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj81.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj82.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj83.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj84.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj85.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj86.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj87.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj88.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj89.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj8f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj90.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj91.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj92.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj93.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj94.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj95.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj96.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj97.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj98.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj99.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9a.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9b.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9c.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9d.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9e.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrj9f.vf +%{_texdir}/texmf-dist/fonts/vf/wadalab/umrj/umrjff.vf + +%files wadalab-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/wadalab/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/wadalab-sampler.pdf +%{_texdir}/texmf-dist/doc/fonts/wadalab/wadalab-sampler.tex +%{_texdir}/texmf-dist/doc/fonts/wadalab/dgj/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/dmj/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/mc2j/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/mcj/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/mr2j/README +%{_texdir}/texmf-dist/doc/fonts/wadalab/mrj/README + +%files cjkutils +%defattr(-,root,root) +%{_mandir}/man1/bg5conv.1* +%{_mandir}/man1/cef5conv.1* +%{_mandir}/man1/cefconv.1* +%{_mandir}/man1/cefsconv.1* +%{_mandir}/man1/extconv.1* +%{_mandir}/man1/hbf2gf.1* +%{_mandir}/man1/sjisconv.1* +%{_texdir}/texmf-dist/hbf2gf/README +%{_texdir}/texmf-dist/hbf2gf/b5ka12.cfg +%{_texdir}/texmf-dist/hbf2gf/b5kr12.cfg +%{_texdir}/texmf-dist/hbf2gf/b5so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c1so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c2so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c3so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c4so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c5so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c6so12.cfg +%{_texdir}/texmf-dist/hbf2gf/c7so12.cfg +%{_texdir}/texmf-dist/hbf2gf/csso12.cfg +%{_texdir}/texmf-dist/hbf2gf/gsfs14.cfg +%{_texdir}/texmf-dist/hbf2gf/j2so12.cfg +%{_texdir}/texmf-dist/hbf2gf/jsso12.cfg +%{_texdir}/texmf-dist/hbf2gf/ksso17.cfg + +%files cjkutils-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/bg5conv/bg5conv.pdf +%{_texdir}/texmf-dist/doc/cef5conv/cef5conv.pdf +%{_texdir}/texmf-dist/doc/cefconv/cefconv.pdf +%{_texdir}/texmf-dist/doc/cefsconv/cefsconv.pdf +%{_texdir}/texmf-dist/doc/extconv/extconv.pdf +%{_texdir}/texmf-dist/doc/hbf2gf/hbf2gf.pdf +%{_texdir}/texmf-dist/doc/sjisconv/sjisconv.pdf + +%files cjkutils-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/bg5+latex +%{_bindir}/bg5+pdflatex +%{_bindir}/bg5conv +%{_bindir}/bg5latex +%{_bindir}/bg5pdflatex +%{_bindir}/cef5conv +%{_bindir}/cef5latex +%{_bindir}/cef5pdflatex +%{_bindir}/cefconv +%{_bindir}/ceflatex +%{_bindir}/cefpdflatex +%{_bindir}/cefsconv +%{_bindir}/cefslatex +%{_bindir}/cefspdflatex +%{_bindir}/extconv +%{_bindir}/gbklatex +%{_bindir}/gbkpdflatex +%{_bindir}/hbf2gf +%{_bindir}/sjisconv +%{_bindir}/sjislatex +%{_bindir}/sjispdflatex + +%files classics +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/classics/classics.sty + +%files classics-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/classics/README +%{_texdir}/texmf-dist/doc/latex/classics/classics.pdf +%{_texdir}/texmf-dist/doc/latex/classics/classics.tex + +%files classicthesis +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/classicthesis/classicthesis.sty + +%files classicthesis-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/classicthesis/Bibliography.bib +%{_texdir}/texmf-dist/doc/latex/classicthesis/CHANGES +%{_texdir}/texmf-dist/doc/latex/classicthesis/COPYING +%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp +%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps +%{_texdir}/texmf-dist/doc/latex/classicthesis/LISTOFFILES +%{_texdir}/texmf-dist/doc/latex/classicthesis/README +%{_texdir}/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Abstract.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Colophon.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publication.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf +%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_1.jpg +%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_2.jpg +%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_3.jpg +%{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/example_4.jpg + +%files clefval +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/clefval/clefval.sty + +%files clefval-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/clefval/Changements +%{_texdir}/texmf-dist/doc/latex/clefval/Changes +%{_texdir}/texmf-dist/doc/latex/clefval/LISEZMOI +%{_texdir}/texmf-dist/doc/latex/clefval/README +%{_texdir}/texmf-dist/doc/latex/clefval/clefval.pdf +%{_texdir}/texmf-dist/doc/latex/clefval/example.pdf +%{_texdir}/texmf-dist/doc/latex/clefval/example.tex +%{_texdir}/texmf-dist/doc/latex/clefval/exemple.pdf +%{_texdir}/texmf-dist/doc/latex/clefval/exemple.tex + +%files cleveref +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cleveref/cleveref.sty + +%files cleveref-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cleveref/README +%{_texdir}/texmf-dist/doc/latex/cleveref/cleveref.pdf + +%files clipboard +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/clipboard/clipboard.sty + +%files clipboard-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/clipboard/README +%{_texdir}/texmf-dist/doc/latex/clipboard/clipboard.pdf +%{_texdir}/texmf-dist/doc/latex/clipboard/clipboard.tex + +%files clock +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/source/public/clock/clock.mf +%{_texdir}/texmf-dist/fonts/tfm/public/clock/clock.tfm +%{_texdir}/texmf-dist/tex/latex/clock/clock.sty +%{_texdir}/texmf-dist/tex/latex/clock/clock.tex + +%files clock-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/clock/COPYING +%{_texdir}/texmf-dist/doc/latex/clock/EMTEX +%{_texdir}/texmf-dist/doc/latex/clock/HISTORY +%{_texdir}/texmf-dist/doc/latex/clock/INSTALL +%{_texdir}/texmf-dist/doc/latex/clock/MIKTEX +%{_texdir}/texmf-dist/doc/latex/clock/README +%{_texdir}/texmf-dist/doc/latex/clock/clockdoc.pdf +%{_texdir}/texmf-dist/doc/latex/clock/clockdoc.tex + +%files clrscode +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/clrscode/clrscode.sty + +%files clrscode-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/clrscode/README +%{_texdir}/texmf-dist/doc/latex/clrscode/clrscode.pdf + +%files cmap +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cmap/cmap.sty +%{_texdir}/texmf-dist/tex/latex/cmap/lae.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/lfe.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/lgr.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/ot1.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/ot1tt.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/ot6.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/t1.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/t2a.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/t2b.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/t2c.cmap +%{_texdir}/texmf-dist/tex/latex/cmap/t5.cmap + +%files cmap-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cmap/README + +%files cmarrows +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/metapost/cmarrows/cmarrows.mp +%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0009.mp +%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0016.mp +%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0020.mp +%{_texdir}/texmf-dist/metapost/cmarrows/rgbx0025.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0008.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0010.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0011.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0012.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0013.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0014.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0015.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0017.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0018.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0019.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0021.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0022.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0023.mp +%{_texdir}/texmf-dist/metapost/cmarrows/sgbx0024.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0000.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0001.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0002.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0003.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0004.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0005.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0006.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0007.mp +%{_texdir}/texmf-dist/metapost/cmarrows/tgbx0027.mp + +%files cmarrows-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/metapost/cmarrows/README +%{_texdir}/texmf-dist/doc/metapost/cmarrows/cmarrows.pdf + +%files cmbright +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams10pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams8pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ams9pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/baccent.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bgreeku.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bitalms.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/br10pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/br17pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/br8pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/br9pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brmsa.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brmsb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/broman.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromanl.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromlig.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/bromms.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs10pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs17pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs8pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/brs9pt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbras9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbs9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrmi9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmbrsy9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmsltl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/cmtl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebaccess.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbase.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbraces.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmo9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebmr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebpseudo.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrleast.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrlig.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrligtb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrllett.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebrlwest.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebroman.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebso9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebsr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebtl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ebto10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/mathsl.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/msa.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/msb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmo9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbmr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbpseudo.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbso9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbsymbol.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbtl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/tbto10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ttsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmbright/ttsymbol.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbras9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbs9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmbrsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmsltl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/cmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmo9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebsr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ebto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmo9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbsr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/tbto10.tfm +%{_texdir}/texmf-dist/tex/latex/cmbright/cmbright.sty +%{_texdir}/texmf-dist/tex/latex/cmbright/omlcmbr.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/omlcmbrm.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/omscmbr.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/omscmbrs.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/ot1cmbr.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/ot1cmtl.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/t1cmbr.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/t1cmtl.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/ts1cmbr.fd +%{_texdir}/texmf-dist/tex/latex/cmbright/ts1cmtl.fd + +%files cmbright-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/cmbright/LICENSE +%{_texdir}/texmf-dist/doc/fonts/cmbright/README +%{_texdir}/texmf-dist/doc/fonts/cmbright/cmbright.txt +%{_texdir}/texmf-dist/doc/fonts/cmbright/manifest.txt +%{_texdir}/texmf-dist/doc/latex/cmbright/cmbright.pdf + +%files cmcyr +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/fonts/map/dvips/cmcyr/cmcyr.map +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/ccsc.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/citall.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbxsl1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcbxti1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmccsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcinch.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcitt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc11.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc14.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc18.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc24.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsc36.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcscsl1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcsltt1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcss9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssbx1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssdc1.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssi9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssq8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcssqi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcti9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctitle.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmctt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcu10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cmcyr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/coding.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrillic.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrl.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrlc.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyrt.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cyru.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cytextit.mf +%{_texdir}/texmf-dist/fonts/source/public/cmcyr/cytitle.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmccsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcinch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmctt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/cmcyr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/kcmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/wcmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/xcmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ycmu10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfm +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbxsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmbxti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmcsc9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcminch.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmitt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmmib10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmsltt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmss9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssq8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmssqi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmti9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmtt9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/kcmu10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbxsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmbxti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmcsc9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcminch.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmitt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmmib10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmsltt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmss9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssq8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmssqi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmti9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmtt9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/wcmu10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbxsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmbxti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmcsc9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcminch.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmitt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmmib10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmsltt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmss9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssq8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmssqi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmti9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmtt9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/xcmu10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmb10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbxsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmbxti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmcsc9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycminch.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmitt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmmib10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr5.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr6.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmr9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsl9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmsltt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmss9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssdc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssq8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmssqi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmti9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmtt9.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ycmu10.vf + +%files cmcyr-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/fonts/cmcyr/README +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmalt +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmalte +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmiso +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmisoe +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkde +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkdee +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkoi8 +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmkoi8e +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmwin +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cmwine +%{_texdir}/texmf-dist/doc/fonts/cmcyr/coding.bak +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyralt +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyralte +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyriso +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrisoe +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkde +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkdee +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkoi8 +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrkoi8e +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrwin +%{_texdir}/texmf-dist/doc/fonts/cmcyr/cyrwine +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6i +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6k +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.6w +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.alt +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.bat +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.iso +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.koi +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.o6w +%{_texdir}/texmf-dist/doc/fonts/cmcyr/merge.win +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncalt +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncalte +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnciso +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wncisoe +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnckoi8 +%{_texdir}/texmf-dist/doc/fonts/cmcyr/wnckoi8e +%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat +%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat +%{_texdir}/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat + +%files cmdstring +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cmdstring/cmdstring.sty + +%files cmdstring-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cmdstring/README +%{_texdir}/texmf-dist/doc/latex/cmdstring/cmdstring.pdf +%{_texdir}/texmf-dist/doc/latex/cmdstring/cmdstring.tex + +%files cmextra +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxcd10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxti12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmbxti7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmcscsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmfibs8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmitt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmitt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsl6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsltt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmssbxo10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmsslu30.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmssu30.mf +%{_texdir}/texmf-dist/fonts/source/public/cmextra/cmvtti10.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxcd10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmbxti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmcscsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmfibs8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmitt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmitt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsl6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsltt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmssbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmsslu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmssu30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmextra/cmvtti10.tfm + +%files cm-lgc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmb8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbc8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbcce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbcpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbi8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbice.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbij8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbijce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbijpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbipg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmbpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmr8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrc8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrcce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrcpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmri8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrice.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrij8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrijce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrijpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmripg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcmrpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsb8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbo8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsboce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbopg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsbpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsr8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsrce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsro8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsroce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsropg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fcsrpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctr8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrc8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrcce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrcpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctri8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrice.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij6y.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij6z.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrij8a.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrijce.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrijpg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctripg.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-lgc/fctrpg.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-lgc/8r-mod.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cm-lgc/cm-lgc.map +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbcut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbiut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbout.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmbuut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrcut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmriut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrout.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmrut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcmruut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsbout.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsbut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsrout.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fcsrut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrcut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctriut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrout.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctrut.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/cm-lgc/fctruut.ofm +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbcut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbiut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbout.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmbuut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrcut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmriut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrout.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmrut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcmruut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsbout.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsbut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsrout.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fcsrut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrcut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctriut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrout.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctrut.ovf +%{_texdir}/texmf-dist/fonts/ovf/public/cm-lgc/fctruut.ovf +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbcpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbice.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbigr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbipg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmboc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmboce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbogr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbopg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbu8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbuce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbugr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbuj8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmbupg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrcpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrice.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrigr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmripg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmro8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmroc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmroce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrogr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmropg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmru8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmruce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrugr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmruj8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcmrupg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsb8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsboce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbogr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbopg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsbpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsro8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsroce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrogr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsropg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fcsrpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctr8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrc8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrcpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrgr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctri8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrice.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrigr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrij8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrij8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctripg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctro8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctroc8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctroce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrogr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctropg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrpg.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6y.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru6z.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru7k.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru7t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctru8t.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctruce.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrugr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctruj8r.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm-lgc/fctrupg.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbice.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbice.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrice.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrice.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmripg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmripg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsboce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsboce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsroce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsroce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsropg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsropg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctr8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctri8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrice.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrice.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijce.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijce.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctripg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctripg.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrpg.inf +%{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/fctrpg.pfb +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbc8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbcgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbi8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbigr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbogr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbu8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmbugr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrc8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrcgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmri8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrigr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmro8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrogr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmru8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcmrugr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsb8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbo8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsbogr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsrgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsro8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fcsrogr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctr8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrc8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrcgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrgr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctri8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrigr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctro8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrogr.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru6a.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru7k.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru7t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru8c.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctru8t.vf +%{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/fctrugr.vf +%{_texdir}/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty +%{_texdir}/texmf-dist/tex/latex/cm-lgc/cmlgc.sty +%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/lgrfct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot1fct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ot2fct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t1fct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/t2afct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ts1fct.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fcm.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fcs.fd +%{_texdir}/texmf-dist/tex/latex/cm-lgc/ut1fct.fd + +%files cm-lgc-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/cm-lgc/COPYING +%{_texdir}/texmf-dist/doc/fonts/cm-lgc/HISTORY +%{_texdir}/texmf-dist/doc/fonts/cm-lgc/INSTALL +%{_texdir}/texmf-dist/doc/fonts/cm-lgc/README +%{_texdir}/texmf-dist/doc/fonts/cm-lgc/scripts.tar.gz + +%files cmll +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/cmll/cmll.map +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss17.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllss9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/cmllssbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/eullr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/llcommon.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/lleusym.mf +%{_texdir}/texmf-dist/fonts/source/public/cmll/llsymbols.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/cmllssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmll/eullr9.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllss9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/cmllssbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cmll/eullr9.pfb +%{_texdir}/texmf-dist/tex/latex/cmll/cmll.sty +%{_texdir}/texmf-dist/tex/latex/cmll/ucmllr.fd +%{_texdir}/texmf-dist/tex/latex/cmll/ucmllss.fd +%{_texdir}/texmf-dist/tex/latex/cmll/ueull.fd + +%files cmll-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/cmll/README +%{_texdir}/texmf-dist/doc/fonts/cmll/cmll.pdf + +%files cmpica +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpica.mf +%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpicab.mf +%{_texdir}/texmf-dist/fonts/source/public/cmpica/cmpicati.mf +%{_texdir}/texmf-dist/fonts/source/public/cmpica/pcpunct.mf +%{_texdir}/texmf-dist/fonts/source/public/cmpica/pica.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpica.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpicab.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/cmpicati.tfm + +%files cmpica-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/cmpica/README + +%files cmpj +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/cmpj/cmpj.bst +%{_texdir}/texmf-dist/tex/latex/cmpj/cmp-logo.eps +%{_texdir}/texmf-dist/tex/latex/cmpj/cmp-logo.pdf +%{_texdir}/texmf-dist/tex/latex/cmpj/cmpj.sty +%{_texdir}/texmf-dist/tex/latex/cmpj/cmpj2.sty + +%files cmpj-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cmpj/README +%{_texdir}/texmf-dist/doc/latex/cmpj/eps_demo.eps +%{_texdir}/texmf-dist/doc/latex/cmpj/eps_demo.pdf +%{_texdir}/texmf-dist/doc/latex/cmpj/icmphome.eps +%{_texdir}/texmf-dist/doc/latex/cmpj/icmphome.pdf +%{_texdir}/texmf-dist/doc/latex/cmpj/template.pdf +%{_texdir}/texmf-dist/doc/latex/cmpj/template.tex + +%files cmsd +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/cmsd/cmsd.sty +%{_texdir}/texmf-dist/tex/latex/cmsd/t1cmsd.fd +%{_texdir}/texmf-dist/tex/latex/cmsd/ts1cmsd.fd + +%files cmsd-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/cmsd/liesmich +%{_texdir}/texmf-dist/doc/latex/cmsd/readme + +%files cm-super +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/dvips/cm-super/cm-super.GS +%{_texdir}/texmf-dist/dvips/cm-super/config.cm-super +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflb8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isfli8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflo8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isflq8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/isfltt8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbbx10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbi3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbl3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbm3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo17.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmo9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr17.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbmr9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso17.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbso9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr17.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbsr9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbtl10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbto10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfbx3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfcc3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfci3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfdh3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffb2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfff2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffi2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sffs2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfit2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflb8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfli8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflo8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sflq8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfltt8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoc3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfocc10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform5.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform6.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform7.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sform9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl5.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl6.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl7.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfosl9.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfoti10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfqi8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrb3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfrm3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsc3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsi3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsl3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfso3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsq8.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfss3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfssdc10.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfst3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfsx3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftc3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfti3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sftt3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfui3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvi3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfvt3583.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0500.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0600.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0700.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0800.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc0900.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1000.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1095.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1200.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1440.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc1728.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2074.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2488.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc2986.afm.gz +%{_texdir}/texmf-dist/fonts/afm/public/cm-super/sfxc3583.afm.gz +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2a.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2b.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2c.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-super/cm-super-x2.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t1.map +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2a.map +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2b.map +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-t2c.map +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-ts1.map +%{_texdir}/texmf-dist/fonts/map/dvips/cm-super/cm-super-x2.map +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t1.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2a.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2b.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-t2c.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-ts1.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super-x2.ali +%{_texdir}/texmf-dist/fonts/map/vtex/cm-super/cm-super.ali +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflb8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isfli8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflo8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isflq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/isfltt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbl3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbm3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmo9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbmr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbso9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbsr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbtl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbto10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfbx3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfcc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfci3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfdh3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffb2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfff2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sffs2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfit2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflb8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfli8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflo8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sflq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfltt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfocc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sform9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfosl9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfoti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfqi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrb3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfrm3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsl3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfso3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfss3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfssdc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfst3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfsx3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftc3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfti3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sftt3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfui3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfvt3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-super/sfxc3583.pfb +%{_texdir}/texmf-dist/tex/latex/cm-super/type1ec.sty + +%files cm-super-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/fonts/cm-super/COPYING +%{_texdir}/texmf-dist/doc/fonts/cm-super/ChangeLog +%{_texdir}/texmf-dist/doc/fonts/cm-super/FAQ +%{_texdir}/texmf-dist/doc/fonts/cm-super/INSTALL +%{_texdir}/texmf-dist/doc/fonts/cm-super/README +%{_texdir}/texmf-dist/doc/fonts/cm-super/TODO +%{_texdir}/texmf-dist/doc/fonts/cm-super/cm-super-inf.tar.bz2 + +%files cmtiup +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup10.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup12.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup7.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup8.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiup9.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiupgn.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiuplg.mf +%{_texdir}/texmf-dist/fonts/source/public/cmtiup/cmtiupp.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/cmtiup9.tfm +%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup10.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup12.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup7.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup8.vf +%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/cmtiup9.vf +%{_texdir}/texmf-dist/tex/latex/cmtiup/cmtiup.sty + +%files cmtiup-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/cmtiup/README +%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.dtx +%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.ins +%{_texdir}/texmf-dist/doc/latex/cmtiup/cmtiup.pdf +%{_texdir}/texmf-dist/doc/latex/cmtiup/testfont.pdf + +%files cm +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/black.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk +%{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/gray.pk +%{_texdir}/texmf-dist/fonts/source/public/cm/accent.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/bigacc.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/bigdel.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/bigop.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/calu.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbase.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbsy10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtex10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbtt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbxsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmbxti10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmdunh10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmex10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmexb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmff10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmfi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmfib8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cminch.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmitt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi5.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi6.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi7.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmi9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmmib10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmplain.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsltt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmss10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmss12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmss17.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmss9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssdc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi17.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssi9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssq8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmssqi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy5.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy6.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy7.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmsy9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtex9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmti10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmti12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmti7.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmti8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmti9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmtt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmttb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmu10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cmvtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/comlig.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/csc.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/cscspu.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/greekl.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/greeku.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/itald.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/italig.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/itall.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/italms.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/italp.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/italsp.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/mathex.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/mathit.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/mathsy.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/olddig.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/punct.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/roman.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romand.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romanl.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romanp.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romanu.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romlig.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romms.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romspl.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romspu.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/romsub.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/sym.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/symbol.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/texset.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/textit.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/title.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/tset.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/tsetsl.mf +%{_texdir}/texmf-dist/fonts/source/public/cm/white_setup.mf +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmff10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmfi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmfib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtex9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cm/cmvtt10.tfm + +%files cm-doc +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/doc/fonts/cm/README +%{_texdir}/texmf-dist/doc/fonts/cm/README-cmps.txt + +%files cm-unicode +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbbx.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbi.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbl.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbmo.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbmr.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbso.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbsr.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbtl.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbto.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbx.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunbxo.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunci.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunit.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunobi.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunobx.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunorm.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunoti.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunrb.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunrm.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsi.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsl.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunso.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunss.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunssdc.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunst.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunsx.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntb.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunti.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntt.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmuntx.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunui.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunvi.afm +%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/cmunvt.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ec.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ecsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-g.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-gsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-la.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lasc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lb.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-lc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ld.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-rx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tipa.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-tipx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-ux.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-uxsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/cmu-vn.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cm-unicode/cmu.map +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbbx.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbi.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbl.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbmo.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbmr.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbso.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbsr.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbtl.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbto.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbx.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunbxo.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunci.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunit.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunobi.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunobx.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunorm.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunoti.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunrb.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunrm.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsi.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsl.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunso.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunss.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunssdc.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunst.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunsx.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntb.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunti.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntt.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmuntx.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunui.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunvi.otf +%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/cmunvt.otf +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbbx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbl.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbmo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbmr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbso.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbsr.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbtl.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbto.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunbxo.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunci.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunit.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunobi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunobx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunorm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunoti.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunrb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunrm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsl.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunso.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunss.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunssdc.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunst.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunsx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunti.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntt.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmuntx.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunui.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunvi.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/cmunvt.pfb + +%files cm-unicode-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Changes +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/FAQ +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/FontLog.txt +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.alias +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.otf +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.pfb +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/INSTALL +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/OFL-FAQ.txt +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/OFL.txt +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/README +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/README.doc +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/TODO +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/cmunrm.pdf +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/cmunti.pdf +%{_texdir}/texmf-dist/doc/fonts/cm-unicode/config.cmu + +%files codedoc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/codedoc/codedoc.cls + +%files codedoc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf +%{_texdir}/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex +%{_texdir}/texmf-dist/doc/latex/codedoc/README + +%files codepage +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/codepage/code437.tex +%{_texdir}/texmf-dist/tex/latex/codepage/code850.tex +%{_texdir}/texmf-dist/tex/latex/codepage/codeiso1.tex +%{_texdir}/texmf-dist/tex/latex/codepage/codemac.tex +%{_texdir}/texmf-dist/tex/latex/codepage/codepage.sty +%{_texdir}/texmf-dist/tex/latex/codepage/initcar.tex +%{_texdir}/texmf-dist/tex/latex/codepage/shapecm.tex +%{_texdir}/texmf-dist/tex/latex/codepage/shapedc.tex + +%files codepage-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/codepage/LISEZMOI +%{_texdir}/texmf-dist/doc/latex/codepage/README +%{_texdir}/texmf-dist/doc/latex/codepage/codepage.pdf +%{_texdir}/texmf-dist/doc/latex/codepage/demo.zip +%{_texdir}/texmf-dist/doc/latex/codepage/frintro.pdf + +%files codicefiscaleitaliano +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/codicefiscaleitaliano/codicefiscaleitaliano.sty + +%files codicefiscaleitaliano-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano/README +%{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano/codicefiscaleitaliano.pdf + +%files collcell +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/collcell/collcell.sty + +%files collcell-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/collcell/collcell.pdf + +%files collectbox +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/collectbox/collectbox.sty + +%files collectbox-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/collectbox/README +%{_texdir}/texmf-dist/doc/latex/collectbox/collectbox.pdf + +%files collection-basic +%defattr(-,root,root) + +%files texlive.infra +%defattr(-,root,root) +%{_texdir}/texmf-dist/web2c/fmtutil-hdr.cnf +%{_texdir}/texmf-dist/web2c/updmap-hdr.cfg +%{_texdir}/LICENSE.CTAN +%{_texdir}/LICENSE.TL +%{_texdir}/README +%{_texdir}/README.usergroups +%{_texdir}/index.html +%{_texdir}/release-texlive.txt +%{_texdir}/readme-html.dir/readme.cs.html +%{_texdir}/readme-html.dir/readme.de.html +%{_texdir}/readme-html.dir/readme.en.html +%{_texdir}/readme-html.dir/readme.fr.html +%{_texdir}/readme-html.dir/readme.it.html +%{_texdir}/readme-html.dir/readme.ja.html +%{_texdir}/readme-html.dir/readme.pl.html +%{_texdir}/readme-html.dir/readme.ru.html +%{_texdir}/readme-html.dir/readme.sr.html +%{_texdir}/readme-html.dir/readme.zh-cn.html +%{_texdir}/tlpkg/TeXLive/Splashscreen.pm +%{_texdir}/tlpkg/TeXLive/TLConfFile.pm +%{_texdir}/tlpkg/TeXLive/TLConfig.pm +%{_texdir}/tlpkg/TeXLive/TLDownload.pm +%{_texdir}/tlpkg/TeXLive/TLPDB.pm +%{_texdir}/tlpkg/TeXLive/TLPOBJ.pm +%{_texdir}/tlpkg/TeXLive/TLPSRC.pm +%{_texdir}/tlpkg/TeXLive/TLPaper.pm +%{_texdir}/tlpkg/TeXLive/TLTREE.pm +%{_texdir}/tlpkg/TeXLive/TLUtils.pm +%{_texdir}/tlpkg/TeXLive/TLWinGoo.pm +%{_texdir}/tlpkg/TeXLive/TeXCatalogue.pm +%{_texdir}/tlpkg/TeXLive/trans.pl +%{_texdir}/tlpkg/TeXLive/waitVariableX.pm + +%files texlive.infra-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/scripts/texlive/NEWS +%{_texdir}/tlpkg/README + +%files texlive.infra-bin +%defattr(-,root,root) +%doc lppl1.txt + +%files dvipdfmx +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/dvipdfm.1* +%{_mandir}/man1/dvipdft.1* +%{_mandir}/man1/ebb.1* +%{_mandir}/man1/extractbb.1* +%{_texdir}/texmf-dist/dvipdfmx/dvipdfmx.cfg +%{_texdir}/texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2 +%{_texdir}/texmf-dist/fonts/cmap/dvipdfmx/README +%{_texdir}/texmf-dist/fonts/cmap/dvipdfmx/UTF8-UCS2 +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/cid-x.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/ckx.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map +%{_texdir}/tlpkg/tlpostcode/dvipdfmx.pl + +%files dvipdfmx-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/dvipdfm/Makefile +%{_texdir}/texmf-dist/doc/dvipdfm/dvipdfm.pdf +%{_texdir}/texmf-dist/doc/dvipdfm/dvipdfm.tex +%{_texdir}/texmf-dist/doc/dvipdfm/mwicks.bb +%{_texdir}/texmf-dist/doc/dvipdfm/mwicks.jpeg +%{_texdir}/texmf-dist/doc/dvipdfm/sample.tex +%{_texdir}/texmf-dist/doc/dvipdfm/something.bb +%{_texdir}/texmf-dist/doc/dvipdfm/something.eps +%{_texdir}/texmf-dist/doc/dvipdfm/something.fig +%{_texdir}/texmf-dist/doc/dvipdfm/something.pdf +%{_texdir}/texmf-dist/doc/dvipdfm/transistor.bb +%{_texdir}/texmf-dist/doc/dvipdfm/transistor.eps +%{_texdir}/texmf-dist/doc/dvipdfm/transistor.fig +%{_texdir}/texmf-dist/doc/dvipdfm/transistor.pdf +%{_texdir}/texmf-dist/doc/dvipdfmx/dvipdfmx-special.pdf +%{_texdir}/texmf-dist/doc/dvipdfmx/dvipdfmx-special.tex + +%files glyphlist +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/map/glyphlist/glyphlist.txt +%{_texdir}/texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt +%{_texdir}/texmf-dist/fonts/map/glyphlist/texglyphlist.txt + +%files dvipdfmx-def +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def + +%files dvipdfmx-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dvipdfm +%{_bindir}/dvipdfmx +%{_bindir}/dvipdft +%{_bindir}/ebb +%{_bindir}/extractbb + +%files dvips +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/afm2tfm.1* +%{_mandir}/man1/dvips.1* +%{_infodir}/dvips.info* +%{_texdir}/texmf-dist/dvips/base/color.pro +%{_texdir}/texmf-dist/dvips/base/crop.pro +%{_texdir}/texmf-dist/dvips/base/ehandler.ps +%{_texdir}/texmf-dist/dvips/base/finclude.pro +%{_texdir}/texmf-dist/dvips/base/hps.pro +%{_texdir}/texmf-dist/dvips/base/resolution400.ps +%{_texdir}/texmf-dist/dvips/base/special.pro +%{_texdir}/texmf-dist/dvips/base/tex.pro +%{_texdir}/texmf-dist/dvips/base/texc.pro +%{_texdir}/texmf-dist/dvips/base/texps.pro +%{_texdir}/texmf-dist/dvips/config/alt-rule.pro +%{_texdir}/texmf-dist/dvips/config/canonex.cfg +%{_texdir}/texmf-dist/dvips/config/config.bakoma +%{_texdir}/texmf-dist/dvips/config/config.canonex +%{_texdir}/texmf-dist/dvips/config/config.cx +%{_texdir}/texmf-dist/dvips/config/config.deskjet +%{_texdir}/texmf-dist/dvips/config/config.dvired +%{_texdir}/texmf-dist/dvips/config/config.epson +%{_texdir}/texmf-dist/dvips/config/config.ibmvga +%{_texdir}/texmf-dist/dvips/config/config.ljfour +%{_texdir}/texmf-dist/dvips/config/config.luc +%{_texdir}/texmf-dist/dvips/config/config.mbn +%{_texdir}/texmf-dist/dvips/config/config.mga +%{_texdir}/texmf-dist/dvips/config/config.mirrorprint +%{_texdir}/texmf-dist/dvips/config/config.ot2 +%config(noreplace) %{_texdir}/texmf-dist/dvips/config/config.ps +%{_texdir}/texmf-dist/dvips/config/config.qms +%{_texdir}/texmf-dist/dvips/config/config.toshiba +%{_texdir}/texmf-dist/dvips/config/config.unms +%{_texdir}/texmf-dist/dvips/config/config.xyp +%{_texdir}/texmf-dist/dvips/config/cx.cfg +%{_texdir}/texmf-dist/dvips/config/deskjet.cfg +%{_texdir}/texmf-dist/dvips/config/dfaxhigh.cfg +%{_texdir}/texmf-dist/dvips/config/dvired.cfg +%{_texdir}/texmf-dist/dvips/config/epson.cfg +%{_texdir}/texmf-dist/dvips/config/ibmvga.cfg +%{_texdir}/texmf-dist/dvips/config/ljfour.cfg +%{_texdir}/texmf-dist/dvips/config/qms.cfg +%{_texdir}/texmf-dist/dvips/config/toshiba.cfg +%{_texdir}/texmf-dist/fonts/enc/dvips/base/6w.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/7t.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/8a.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/8r.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/ad.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/ansinew.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/asex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/asexp.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/dc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/dvips.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/ec.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/extex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/funky.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/odvips.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-cs-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-ec-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-l7x-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-qx-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-rm-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2a-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2b-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t2c-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-t5-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-texnansi-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/q-ts1-uni.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/qx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/stormex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/tex256.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmext.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmital.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/texmsym.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/base/texnansx.enc +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/builtin35.map +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/download35.map +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/ps2pk.map +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/psfonts.map +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/psfonts_pk.map +%{_texdir}/texmf-dist/fonts/map/dvips/updmap/psfonts_t1.map +%{_texdir}/texmf-dist/tex/generic/dvips/blackdvi.sty +%{_texdir}/texmf-dist/tex/generic/dvips/blackdvi.tex +%{_texdir}/texmf-dist/tex/generic/dvips/colordvi.sty +%{_texdir}/texmf-dist/tex/generic/dvips/colordvi.tex +%{_texdir}/texmf-dist/tex/generic/dvips/rotate.sty +%{_texdir}/texmf-dist/tex/generic/dvips/rotate.tex + +%files dvips-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/dvips/dvips.html +%{_texdir}/texmf-dist/doc/dvips/dvips.pdf + +%files dvips-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/afm2tfm +%{_bindir}/dvips + +%files enctex +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/generic/enctex/1250-csf.tex +%{_texdir}/texmf-dist/tex/generic/enctex/1250-il2.tex +%{_texdir}/texmf-dist/tex/generic/enctex/1250-latex.tex +%{_texdir}/texmf-dist/tex/generic/enctex/1250-t1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/852-csf.tex +%{_texdir}/texmf-dist/tex/generic/enctex/852-il2.tex +%{_texdir}/texmf-dist/tex/generic/enctex/852-latex.tex +%{_texdir}/texmf-dist/tex/generic/enctex/852-t1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/csfmacro.tex +%{_texdir}/texmf-dist/tex/generic/enctex/enc-u.tex +%{_texdir}/texmf-dist/tex/generic/enctex/encmacro.tex +%{_texdir}/texmf-dist/tex/generic/enctex/il2-1250.tex +%{_texdir}/texmf-dist/tex/generic/enctex/il2-852.tex +%{_texdir}/texmf-dist/tex/generic/enctex/il2-csf.tex +%{_texdir}/texmf-dist/tex/generic/enctex/il2-kam.tex +%{_texdir}/texmf-dist/tex/generic/enctex/il2-t1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/kam-csf.tex +%{_texdir}/texmf-dist/tex/generic/enctex/kam-il2.tex +%{_texdir}/texmf-dist/tex/generic/enctex/kam-latex.tex +%{_texdir}/texmf-dist/tex/generic/enctex/kam-t1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/mixcodes.tex +%{_texdir}/texmf-dist/tex/generic/enctex/noprefnt.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-1250-cs.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-852-cs.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-il2-cs.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-kam-cs.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-utf8-cs.tex +%{_texdir}/texmf-dist/tex/generic/enctex/plain-utf8-ec.tex +%{_texdir}/texmf-dist/tex/generic/enctex/polyset.tex +%{_texdir}/texmf-dist/tex/generic/enctex/t1macro.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8-csf.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8-t1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8cseq.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8lat1.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8lata.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8math.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8off.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8raw.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8unkn.tex +%{_texdir}/texmf-dist/tex/generic/enctex/utf8warn.tex + +%files enctex-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/generic/enctex/COPYING +%{_texdir}/texmf-dist/doc/generic/enctex/COPYING.UCD +%{_texdir}/texmf-dist/doc/generic/enctex/INSTALL +%{_texdir}/texmf-dist/doc/generic/enctex/INSTALL.eng +%{_texdir}/texmf-dist/doc/generic/enctex/README +%{_texdir}/texmf-dist/doc/generic/enctex/changes.txt +%{_texdir}/texmf-dist/doc/generic/enctex/encdoc-e.pdf +%{_texdir}/texmf-dist/doc/generic/enctex/encdoc-e.tex +%{_texdir}/texmf-dist/doc/generic/enctex/encdoc.pdf +%{_texdir}/texmf-dist/doc/generic/enctex/encdoc.tex +%{_texdir}/texmf-dist/doc/generic/enctex/math-example.tex +%{_texdir}/texmf-dist/doc/generic/enctex/unimap.diff +%{_texdir}/texmf-dist/doc/generic/enctex/unimap.py +%{_texdir}/texmf-dist/doc/generic/enctex/vlna.tex + +%files etex +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/etex.1* +%{_texdir}/texmf-dist/tex/plain/etex/etex.src +%{_texdir}/texmf-dist/tex/plain/etex/etexdefs.lib + +%files etex-doc +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/doc/etex/base/NTS-FAQ +%{_texdir}/texmf-dist/doc/etex/base/etex_gen.tex +%{_texdir}/texmf-dist/doc/etex/base/etex_man.pdf +%{_texdir}/texmf-dist/doc/etex/base/etex_man.sty +%{_texdir}/texmf-dist/doc/etex/base/etex_man.tex +%{_texdir}/texmf-dist/doc/etex/base/etex_ref.html +%{_texdir}/texmf-dist/doc/etex/base/etex_src.html +%{_texdir}/texmf-dist/doc/etex/base/legal.html +%{_texdir}/texmf-dist/doc/etex/base/nts-group.html +%{_texdir}/texmf-dist/doc/etex/base/webmerge.tex + +%files etex-pkg +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/etex-pkg/etex.sty + +%files etex-pkg-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/etex-pkg/README + +%files gsftopk +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/gsftopk.1* +%{_texdir}/texmf-dist/dvips/gsftopk/render.ps + +%files gsftopk-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/gsftopk + +%files hyph-utf8 +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ka.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pms.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fur.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ka.t8m.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fur.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-pms.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn-pinyin.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hy.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ro.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ka.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ka.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ka.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ka.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.chr.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.hyp.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.lic.txt +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt +%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/etex.src +%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua + +%files hyph-utf8-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/CHANGES +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/README +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation-distribution.pdf +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation-distribution.tex +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.pdf +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.tex +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/es/README +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/es/division.pdf +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/hu/huhyphn.pdf +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/img/miktex-languages.png +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/img/texlive-collection-lang.png +%{_texdir}/texmf-dist/doc/generic/hyph-utf8/sa/hyphenmin.txt +%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/README +%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf + +%files hyphen-base +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/hyphen/dumyhyph.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/hyphen.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/hypht1.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/zerohyph.tex +%config(noreplace) %{_texdir}/texmf-dist/tex/generic/config/language.dat +%{_texdir}/texmf-dist/tex/generic/config/language.dat.lua +%{_texdir}/texmf-dist/tex/generic/config/language.def +%{_texdir}/texmf-dist/tex/generic/config/language.us +%{_texdir}/texmf-dist/tex/generic/config/language.us.def +%{_texdir}/texmf-dist/tex/generic/config/language.us.lua + +%files ifluatex +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/oberdiek/ifluatex.sty + +%files ifluatex-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/ifluatex.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifluatex-test3.tex + +%files ifxetex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/ifxetex/ifxetex.sty + +%files ifxetex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/ifxetex/README +%{_texdir}/texmf-dist/doc/generic/ifxetex/ifxetex.pdf + +%files lua-alt-getopt +%defattr(-,root,root) +%{_texdir}/texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua + +%files lua-alt-getopt-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/ChangeLog +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/Makefile +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/NEWS +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/README +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/alt_getopt +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests/test.out +%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/tests/test.sh + +%files makeindex +%defattr(-,root,root) +%{_mandir}/man1/makeindex.1* +%{_mandir}/man1/mkindex.1* +%{_texdir}/texmf-dist/makeindex/base/din.ist +%{_texdir}/texmf-dist/makeindex/base/icase.ist +%{_texdir}/texmf-dist/makeindex/base/latex.ist +%{_texdir}/texmf-dist/makeindex/base/math.ist +%{_texdir}/texmf-dist/makeindex/base/mkind.ist +%{_texdir}/texmf-dist/makeindex/base/puncts.ist +%{_texdir}/texmf-dist/makeindex/base/tex.ist + +%files makeindex-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/support/makeindex/doc-src.zip +%{_texdir}/texmf-dist/doc/support/makeindex/ind-src.zip +%{_texdir}/texmf-dist/doc/support/makeindex/ind.pdf +%{_texdir}/texmf-dist/doc/support/makeindex/makeindex.pdf + +%files makeindex-bin +%defattr(-,root,root) +%{_bindir}/makeindex +%{_bindir}/mkindex + +%files metafont +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/mf-nowin.1* +%{_mandir}/man1/mf.1* +%{_texdir}/texmf-dist/metafont/base/expr.mf +%{_texdir}/texmf-dist/metafont/base/io.mf +%{_texdir}/texmf-dist/metafont/base/mf.mf +%{_texdir}/texmf-dist/metafont/base/null.mf +%{_texdir}/texmf-dist/metafont/base/plain.mf +%{_texdir}/texmf-dist/metafont/config/cmmf.ini +%{_texdir}/texmf-dist/metafont/config/mf.ini +%{_texdir}/texmf-dist/metafont/misc/3test.mf +%{_texdir}/texmf-dist/metafont/misc/6test.mf +%{_texdir}/texmf-dist/metafont/misc/mode2dpi.mf +%{_texdir}/texmf-dist/metafont/misc/mode2dpixy.mf +%{_texdir}/texmf-dist/metafont/misc/modename.mf +%{_texdir}/texmf-dist/metafont/misc/modes.mf +%{_texdir}/texmf-dist/metafont/misc/ps2mfbas.mf +%{_texdir}/texmf-dist/metafont/misc/rtest.mf +%{_texdir}/texmf-dist/metafont/misc/test.mf +%{_texdir}/texmf-dist/metafont/misc/waits.mf +%{_texdir}/texmf-dist/metafont/misc/ztest.mf + +%files metafont-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/inimf +%{_bindir}/mf +%{_bindir}/mf-nowin + +%files mflogo +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo10.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo8.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logo9.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logobf10.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logod10.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl10.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl8.afm +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo/logosl9.afm +%{_texdir}/texmf-dist/fonts/map/dvips/mflogo/mflogo.map +%{_texdir}/texmf-dist/fonts/source/public/mflogo/flogo.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo10.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo8.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logo9.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logobf10.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logod10.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl10.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl8.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/logosl9.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/nlogo.mf +%{_texdir}/texmf-dist/fonts/source/public/mflogo/sklogo.mf +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logo9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logobf10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logod10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mflogo/logosl9.tfm +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo10.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo8.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logo9.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logobf10.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logod10.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl10.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl8.pfb +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo/logosl9.pfb +%{_texdir}/texmf-dist/tex/latex/mflogo/mflogo.sty +%{_texdir}/texmf-dist/tex/latex/mflogo/ulogo.fd + +%files mflogo-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/mflogo/mflogo.pdf + +%files mfware +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/gftodvi.1* +%{_mandir}/man1/gftopk.1* +%{_mandir}/man1/gftype.1* +%{_mandir}/man1/mft.1* +%{_mandir}/man1/pktogf.1* +%{_mandir}/man1/pktype.1* +%{_texdir}/texmf-dist/mft/base/README +%{_texdir}/texmf-dist/mft/base/cmbase.mft +%{_texdir}/texmf-dist/mft/base/e.mft +%{_texdir}/texmf-dist/mft/base/mplain.mft +%{_texdir}/texmf-dist/mft/base/pl.mft +%{_texdir}/texmf-dist/mft/base/plain.mft + +%files mfware-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/gftodvi +%{_bindir}/gftopk +%{_bindir}/gftype +%{_bindir}/mft +%{_bindir}/pktogf +%{_bindir}/pktype + +%files misc +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/source/public/misc/black.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/blackaps.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/blackcx.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/blackimagen.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/blacklino.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/blacklj.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/cmman.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/gray.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/grayaps.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/graycx.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/grayf.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagen.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagen3.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/grayimagenlight.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/graylj.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/manfnt.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/mfman.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/oneone.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/random.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slant.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantaps4.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantcx4.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantcx6.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantimagen4.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantimagen6.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantlino4.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantlj4.mf +%{_texdir}/texmf-dist/fonts/source/public/misc/slantlj6.mf +%{_texdir}/texmf-dist/fonts/tfm/public/misc/black.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/blackcx.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/cmman.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/gray.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/graycx.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/grayimagen3.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/manfnt.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/oneone.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantcx4.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantcx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantlj4.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/misc/slantlj6.tfm +%{_texdir}/texmf-dist/omega/ocp/misc/ebcdic.ocp +%{_texdir}/texmf-dist/omega/ocp/misc/id.ocp +%{_texdir}/texmf-dist/omega/otp/misc/ebcdic.otp +%{_texdir}/texmf-dist/omega/otp/misc/id.otp +%{_texdir}/texmf-dist/tex/generic/misc/bibnames.sty +%{_texdir}/texmf-dist/tex/generic/misc/null.tex +%{_texdir}/texmf-dist/tex/generic/misc/texnames.sty +%{_texdir}/texmf-dist/tex/plain/misc/idxmac.tex +%{_texdir}/texmf-dist/tex/plain/misc/pdfcolor.tex +%{_texdir}/texmf-dist/tex/plain/misc/tugboat.def +%{_texdir}/texmf-dist/tex/plain/misc/xepsf.tex + +%files tetex +%defattr(-,root,root) +%{_mandir}/man1/allcm.1* +%{_mandir}/man1/allec.1* +%{_mandir}/man1/allneeded.1* +%{_mandir}/man1/dvi2fax.1* +%{_mandir}/man1/dvired.1* +%{_mandir}/man1/fmtutil-sys.1* +%{_mandir}/man1/fmtutil.1* +%{_mandir}/man1/kpsepath.1* +%{_mandir}/man1/kpsetool.1* +%{_mandir}/man1/kpsewhere.1* +%{_mandir}/man1/kpsexpand.1* +%{_mandir}/man1/texlinks.1* +%{_mandir}/man1/updmap-sys.1* +%{_mandir}/man1/updmap.1* +%{_texdir}/texmf-dist/scripts/texlive/allcm.sh +%{_texdir}/texmf-dist/scripts/texlive/allneeded.sh +%{_texdir}/texmf-dist/scripts/texlive/dvi2fax.sh +%{_texdir}/texmf-dist/scripts/texlive/dvired.sh +%{_texdir}/texmf-dist/scripts/texlive/fmtutil-sys.sh +%{_texdir}/texmf-dist/scripts/texlive/fmtutil.sh +%{_texdir}/texmf-dist/scripts/texlive/kpsetool.sh +%{_texdir}/texmf-dist/scripts/texlive/kpsewhere.sh +%{_texdir}/texmf-dist/scripts/texlive/texconfig-dialog.sh +%{_texdir}/texmf-dist/scripts/texlive/texconfig-sys.sh +%{_texdir}/texmf-dist/scripts/texlive/texlinks.sh +%{_texdir}/texmf-dist/scripts/texlive/updmap-sys.sh +%{_texdir}/texmf-dist/scripts/texlive/updmap.pl +%config(noreplace) %{_texdir}/texmf-dist/web2c/updmap.cfg +%{_mandir}/man5/fmtutil.cnf.5* +%{_mandir}/man5/updmap.cfg.5* +%{_texdir}/texmf-dist/dvips/tetex/config.builtin35 +%{_texdir}/texmf-dist/dvips/tetex/config.dfaxhigh +%{_texdir}/texmf-dist/dvips/tetex/config.dfaxlo +%{_texdir}/texmf-dist/dvips/tetex/config.download35 +%{_texdir}/texmf-dist/dvips/tetex/config.gsftopk +%{_texdir}/texmf-dist/dvips/tetex/config.maxmem +%{_texdir}/texmf-dist/dvips/tetex/config.outline +%{_texdir}/texmf-dist/dvips/tetex/config.pdf +%{_texdir}/texmf-dist/dvips/tetex/config.pk +%{_texdir}/texmf-dist/dvips/tetex/config.www +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/09fbbfac.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/0ef0afca.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/10037936.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/1b6d048e.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/71414f53.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/74afc74c.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/aae443f0.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/b6a4d7c7.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/bbad153f.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/d9b29452.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/f7b6d320.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/mtex.enc +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/README +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/dvipdfm35.map +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/dvips35.map +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/mathpple.map +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/pdftex35.map +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/ps2pk35.map + +%files tetex-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/tetex/TETEXDOC.pdf +%{_texdir}/texmf-dist/doc/tetex/teTeX-FAQ + +%files tetex-bin +%defattr(-,root,root) +%{_bindir}/allcm +%{_bindir}/allec +%{_bindir}/allneeded +%{_bindir}/dvi2fax +%{_bindir}/dvired +%{_bindir}/fmtutil +%{_bindir}/fmtutil-sys +%{_bindir}/kpsepath +%{_bindir}/kpsetool +%{_bindir}/kpsewhere +%{_bindir}/kpsexpand +%{_bindir}/texconfig-dialog +%{_bindir}/texconfig-sys +%{_bindir}/texlinks +%{_bindir}/updmap +%{_bindir}/updmap-sys + +%files texconfig +%defattr(-,root,root) +%{_mandir}/man1/texconfig-sys.1* +%{_mandir}/man1/texconfig.1* +%{_texdir}/texmf-dist/scripts/texlive/texconfig.sh +%{_texdir}/texmf-dist/texconfig/README +%{_texdir}/texmf-dist/texconfig/tcfmgr +%{_texdir}/texmf-dist/texconfig/tcfmgr.map +%{_texdir}/texmf-dist/texconfig/g/generic +%{_texdir}/texmf-dist/texconfig/v/vt100 +%{_texdir}/texmf-dist/texconfig/x/xterm + +%files texconfig-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/texconfig + +%files texlive-common-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/index.html +%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex5.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6a.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6b.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6c.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-common/install-lnx-main.png +%{_texdir}/texmf-dist/doc/texlive/texlive-common/psview.png +%{_texdir}/texmf-dist/doc/texlive/texlive-common/stdcoll.png +%{_texdir}/texmf-dist/doc/texlive/texlive-common/tray-menu.png +%{_texdir}/texmf-dist/doc/texlive/texlive-common/wizard-w32.png + +%files texlive-en-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-en/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-en/README +%{_texdir}/texmf-dist/doc/texlive/texlive-en/live4ht.cfg +%{_texdir}/texmf-dist/doc/texlive/texlive-en/tex-live.css +%{_texdir}/texmf-dist/doc/texlive/texlive-en/tex-live.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-en/texlive-en.css +%{_texdir}/texmf-dist/doc/texlive/texlive-en/texlive-en.html +%{_texdir}/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-en/texlive-en.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/bv-live.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/bvoutln.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/changemail +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/l.pl +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2003.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2004.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2005.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2007.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2008.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2009.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2010.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2011.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-2012.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live-tl7.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/live4ht.cfg-2004 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/mod.pl +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/nocites.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/picture.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/split.pl +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/status.pl +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.bib +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.bst +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2003 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2004 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2005 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2007 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2008 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2009 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2010 +%{_texdir}/texmf-dist/doc/texlive/texlive-en/archive/texlive.pl + +%files texlive-msg-translations +%defattr(-,root,root) +%{_texdir}/tlpkg/translations/cs.po +%{_texdir}/tlpkg/translations/de.po +%{_texdir}/tlpkg/translations/es.po +%{_texdir}/tlpkg/translations/fr.po +%{_texdir}/tlpkg/translations/it.po +%{_texdir}/tlpkg/translations/ja.po +%{_texdir}/tlpkg/translations/messages.pot +%{_texdir}/tlpkg/translations/nl.po +%{_texdir}/tlpkg/translations/pl.po +%{_texdir}/tlpkg/translations/pt_BR.po +%{_texdir}/tlpkg/translations/ru.po +%{_texdir}/tlpkg/translations/sk.po +%{_texdir}/tlpkg/translations/sl.po +%{_texdir}/tlpkg/translations/sr.po +%{_texdir}/tlpkg/translations/translators +%{_texdir}/tlpkg/translations/vi.po +%{_texdir}/tlpkg/translations/zh_CN.po +%{_texdir}/tlpkg/translations/zh_TW.po + +%files texlive-scripts +%defattr(-,root,root) +%{_mandir}/man1/install-tl.1* +%{_texdir}/texmf-dist/scripts/texlive/rungs.tlu +%{_texdir}/texmf-dist/scripts/texlive/test-tlpdb.tlu +%{_texdir}/texmf-dist/scripts/texlive/texconf.tlu +%{_texdir}/texmf-dist/scripts/texlive/lua/texlive/getopt.tlu +%{_texdir}/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu +%{_texdir}/texmf-dist/scripts/texlive/lua/texlive/utils.tlu + +%files texlive-scripts-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/rungs + +%files xdvi +%defattr(-,root,root) +%{_mandir}/man1/xdvi.1* +%{_texdir}/texmf-dist/dvips/xdvi/config.xdvi +%{_texdir}/texmf-dist/xdvi/XDvi +%{_texdir}/texmf-dist/xdvi/pixmap/toolbar.xpm +%{_texdir}/texmf-dist/xdvi/pixmap/toolbar2.xpm + +%files xdvi-bin +%defattr(-,root,root) +%{_bindir}/xdvi +%{_bindir}/xdvi-xaw + +%files collection-bibtexextra +%defattr(-,root,root) + +%files collection-latex +%defattr(-,root,root) + +%files colortbl +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/colortbl/colortbl.sty + +%files colortbl-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/colortbl/README +%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf +%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl-DE.tex +%{_texdir}/texmf-dist/doc/latex/colortbl/colortbl.pdf + +%files fancyhdr +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fancyhdr/extramarks.sty +%{_texdir}/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty +%{_texdir}/texmf-dist/tex/latex/fancyhdr/fancyheadings.sty + +%files fancyhdr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/fancyhdr/README +%{_texdir}/texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf +%{_texdir}/texmf-dist/doc/latex/fancyhdr/fancyhdr.tex + +%files fix2col +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fix2col/fix2col.sty + +%files fix2col-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/fix2col/README +%{_texdir}/texmf-dist/doc/latex/fix2col/fix2col.pdf + +%files geometry +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/geometry/geometry.sty + +%files geometry-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/geometry/README +%{_texdir}/texmf-dist/doc/latex/geometry/changes.txt +%{_texdir}/texmf-dist/doc/latex/geometry/geometry-samples.tex +%{_texdir}/texmf-dist/doc/latex/geometry/geometry.cfg +%{_texdir}/texmf-dist/doc/latex/geometry/geometry.pdf + +%files graphics +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/graphics/color.sty +%{_texdir}/texmf-dist/tex/latex/graphics/dvipdf.def +%{_texdir}/texmf-dist/tex/latex/graphics/dvips.def +%{_texdir}/texmf-dist/tex/latex/graphics/dvipsnam.def +%{_texdir}/texmf-dist/tex/latex/graphics/dvipsone.def +%{_texdir}/texmf-dist/tex/latex/graphics/dviwin.def +%{_texdir}/texmf-dist/tex/latex/graphics/emtex.def +%{_texdir}/texmf-dist/tex/latex/graphics/epsfig.sty +%{_texdir}/texmf-dist/tex/latex/graphics/graphics.sty +%{_texdir}/texmf-dist/tex/latex/graphics/graphicx.sty +%{_texdir}/texmf-dist/tex/latex/graphics/keyval.sty +%{_texdir}/texmf-dist/tex/latex/graphics/lscape.sty +%{_texdir}/texmf-dist/tex/latex/graphics/pctex32.def +%{_texdir}/texmf-dist/tex/latex/graphics/pctexhp.def +%{_texdir}/texmf-dist/tex/latex/graphics/pctexps.def +%{_texdir}/texmf-dist/tex/latex/graphics/pctexwin.def +%{_texdir}/texmf-dist/tex/latex/graphics/tcidvi.def +%{_texdir}/texmf-dist/tex/latex/graphics/trig.sty +%{_texdir}/texmf-dist/tex/latex/graphics/truetex.def + +%files graphics-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/graphics/00readme.txt +%{_texdir}/texmf-dist/doc/latex/graphics/changes.txt +%{_texdir}/texmf-dist/doc/latex/graphics/color.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/drivers.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/epsfig.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/graphics.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/graphicx.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/grfguide.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/keyval.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/lscape.pdf +%{_texdir}/texmf-dist/doc/latex/graphics/trig.pdf + +%files hyperref +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/hyperref/backref.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/hdvipdfm.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hdvips.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hdvipson.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hdviwind.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hpdftex.def +%{_texdir}/texmf-dist/tex/latex/hyperref/htex4ht.cfg +%{_texdir}/texmf-dist/tex/latex/hyperref/htex4ht.def +%{_texdir}/texmf-dist/tex/latex/hyperref/htexture.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hvtex.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hvtexhtm.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hvtexmrk.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hxetex.def +%{_texdir}/texmf-dist/tex/latex/hyperref/hylatex.ltx +%{_texdir}/texmf-dist/tex/latex/hyperref/hyperref.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/hypertex.def +%{_texdir}/texmf-dist/tex/latex/hyperref/minitoc-hyper.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/nameref.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/nohyperref.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty +%{_texdir}/texmf-dist/tex/latex/hyperref/pd1enc.def +%{_texdir}/texmf-dist/tex/latex/hyperref/pdfmark.def +%{_texdir}/texmf-dist/tex/latex/hyperref/psdextra.def +%{_texdir}/texmf-dist/tex/latex/hyperref/puarenc.def +%{_texdir}/texmf-dist/tex/latex/hyperref/puenc.def +%{_texdir}/texmf-dist/tex/latex/hyperref/puvnenc.def +%{_texdir}/texmf-dist/tex/latex/hyperref/xr-hyper.sty + +%files hyperref-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/hyperref/ChangeLog +%{_texdir}/texmf-dist/doc/latex/hyperref/ChangeLog.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/README +%{_texdir}/texmf-dist/doc/latex/hyperref/README.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/backref.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/cmmi10-22.gif +%{_texdir}/texmf-dist/doc/latex/hyperref/cmsy10-21.gif +%{_texdir}/texmf-dist/doc/latex/hyperref/hyperref.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/manual.css +%{_texdir}/texmf-dist/doc/latex/hyperref/manual.html +%{_texdir}/texmf-dist/doc/latex/hyperref/manual.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/manual2.html +%{_texdir}/texmf-dist/doc/latex/hyperref/manual3.html +%{_texdir}/texmf-dist/doc/latex/hyperref/nameref.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/options.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/paper.pdf +%{_texdir}/texmf-dist/doc/latex/hyperref/slides.pdf + +%files latex-bin +%defattr(-,root,root) +%{_mandir}/man1/latex.1* +%{_mandir}/man1/pdflatex.1* + +%files latex-bin-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/dvilualatex +%{_bindir}/latex +%{_bindir}/lualatex +%{_bindir}/pdflatex + +%files ltxmisc +%defattr(-,root,root) +%doc collection.txt +%{_texdir}/texmf-dist/tex/latex/ltxmisc/abstbook.cls +%{_texdir}/texmf-dist/tex/latex/ltxmisc/beletter.cls +%{_texdir}/texmf-dist/tex/latex/ltxmisc/bibcheck.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/concrete.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/flashcard.cls +%{_texdir}/texmf-dist/tex/latex/ltxmisc/iagproc.cls +%{_texdir}/texmf-dist/tex/latex/ltxmisc/linsys.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/mitpress.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/thrmappendix.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/topcapt.sty +%{_texdir}/texmf-dist/tex/latex/ltxmisc/vrbexin.sty + +%files mfnfss +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/mfnfss/oldgerm.sty +%{_texdir}/texmf-dist/tex/latex/mfnfss/ot1panr.fd +%{_texdir}/texmf-dist/tex/latex/mfnfss/ot1pss.fd +%{_texdir}/texmf-dist/tex/latex/mfnfss/pandora.sty +%{_texdir}/texmf-dist/tex/latex/mfnfss/uyfrak.fd +%{_texdir}/texmf-dist/tex/latex/mfnfss/uygoth.fd +%{_texdir}/texmf-dist/tex/latex/mfnfss/uyinit.fd +%{_texdir}/texmf-dist/tex/latex/mfnfss/uyswab.fd + +%files mfnfss-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/mfnfss/changes.txt +%{_texdir}/texmf-dist/doc/latex/mfnfss/manifest.txt +%{_texdir}/texmf-dist/doc/latex/mfnfss/oldgerm.pdf +%{_texdir}/texmf-dist/doc/latex/mfnfss/readme.txt + +%files mptopdf +%defattr(-,root,root) +%{_mandir}/man1/mptopdf.1* +%{_texdir}/texmf-dist/scripts/context/perl/mptopdf.pl +%{_texdir}/texmf-dist/tex/context/base/supp-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-mpe.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-pdf.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-tex.mkii +%{_texdir}/texmf-dist/tex/generic/context/mptopdf/mptopdf.tex + +%files mptopdf-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/scripts/mkii/mptopdf.man + +%files mptopdf-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/mptopdf + +%files natbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/natbib/abbrvnat.bst +%{_texdir}/texmf-dist/bibtex/bst/natbib/plainnat.bst +%{_texdir}/texmf-dist/bibtex/bst/natbib/unsrtnat.bst +%{_texdir}/texmf-dist/tex/latex/natbib/bibentry.sty +%{_texdir}/texmf-dist/tex/latex/natbib/natbib.sty + +%files natbib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/natbib/README.1st +%{_texdir}/texmf-dist/doc/latex/natbib/README.v831b +%{_texdir}/texmf-dist/doc/latex/natbib/natbib.ltx +%{_texdir}/texmf-dist/doc/latex/natbib/natbib.pdf +%{_texdir}/texmf-dist/doc/latex/natbib/natnotes.pdf +%{_texdir}/texmf-dist/doc/latex/natbib/natnotes.tex + +%files oberdiek +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/oberdiek/alphalph.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/atbegshi.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/bigintcalc.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/bitset.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/catchfile.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/embedfile.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/engord.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/eolgrab.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/etexcmds.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/fibnum.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/hobsub.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/hologo.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/hyphsubst.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/iflang.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/ifpdf.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/ifvtex.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/infwarerr.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/intcalc.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/ltxcmds.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/luatex-loader.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/luatex.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/magicnum.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/mleftright.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfcol.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfcrypt.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfescape.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/pdfrender.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/protecteddef.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/rotchiffre.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-ascii-print.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-ascii.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-clean7bit.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1250.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1251.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1252.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp1257.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp437.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp850.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp852.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp855.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp858.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp865.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-cp866.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-dec-mcs.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-1.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-10.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-11.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-13.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-14.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-15.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-16.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-2.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-3.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-4.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-5.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-6.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-7.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-8.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-iso-8859-9.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-koi8-r.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-centeuro.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-cyrillic.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-mac-roman.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-nextstep.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-pdfdoc.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf16le.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf32be.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf32le.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/se-utf8.def +%{_texdir}/texmf-dist/tex/generic/oberdiek/setouterhbox.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/soulutf8.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/stringenc.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/telprint.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/thepdfnumber.sty +%{_texdir}/texmf-dist/tex/generic/oberdiek/uniquecounter.sty +%{_texdir}/texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib +%{_texdir}/texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib +%{_texdir}/texmf-dist/scripts/oberdiek/luacolor-pre065.lua +%{_texdir}/texmf-dist/scripts/oberdiek/luacolor.lua +%{_texdir}/texmf-dist/scripts/oberdiek/magicnum.lua +%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luacolor-pre065.lua +%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua +%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua +%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua +%{_texdir}/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua +%{_texdir}/texmf-dist/scripts/oberdiek/pdfatfi.pl +%{_texdir}/texmf-dist/scripts/oberdiek/pdftexcmds.lua +%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-dvips.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/accsupp.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/aliascnt.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/askinclude.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/atenddvi.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-dvipdfmx.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-dvips.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/atfi-pdftex.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/attachfile2.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/atveryend.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/auxhook.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvipdfm.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvips.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-dvipsone.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-pdftex.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-textures.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bkm-vtex.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-base.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfmx.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-dvips.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize-test.tex +%{_texdir}/texmf-dist/tex/latex/oberdiek/bmpsize.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/bookmark.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/centernot.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/chemarr.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/classlist.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/colonequals.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/dtx-attach.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/dvipscol.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/enparen.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/epstopdf.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/flags.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/grfext.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/grffile.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/holtxdoc.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hopatch.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hycolor.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hypbmsec.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hypcap.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hypdestopt.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hypdoc.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/hypgotoe.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/ifdraft.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/inputenx.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-alias.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-math.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-name.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-slot.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-uc.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu +%{_texdir}/texmf-dist/tex/latex/oberdiek/kvoptions-patch.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/kvoptions.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/letltxmacro.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/listingsutf8.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/luacolor.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/makerobust.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pagegrid.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pagesel.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pdflscape.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/picture.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pmboxdraw.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu +%{_texdir}/texmf-dist/tex/latex/oberdiek/refcount.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/resizegather.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/scrindex.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/selinput.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/settobox.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/stackrel.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/stampinclude.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/tabularht.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/tabularkv.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/transparent.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/twoopt.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-ascii.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-atarist.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1250.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1251.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1252.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1255.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp1257.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp437.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp850.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp852.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp855.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp858.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp865.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-cp866.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-8.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-koi8-r.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-mac-roman.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-nextstep.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/x-verbatim.def +%{_texdir}/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-abspage.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-abspos.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-base.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-counter.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-dotfill.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-env.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-hyperref.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-lastpage.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-marks.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-nextpage.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-pageattr.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-pagelayout.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-perpage.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-runs.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-savepos.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-thepage.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-titleref.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-totpages.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-user.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref-xr.sty +%{_texdir}/texmf-dist/tex/latex/oberdiek/zref.sty + +%files oberdiek-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp-example1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp-example2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/accsupp.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/aliascnt.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/alphalph.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/askinclude.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi-example1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi-example2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/atbegshi.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/atenddvi.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/attachfile2.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/atveryend.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/auxhook.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/bigintcalc.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/bitset.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/bmpsize.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/bookmark-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/bookmark.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/catchfile.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/centernot.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/chemarr-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/chemarr.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/classlist.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/colonequals.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/dvipscol.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile-example-collection.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile-example-plain.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/embedfile.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/engord.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/enparen.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/eolgrab.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/epstopdf.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/etexcmds.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty +%{_texdir}/texmf-dist/doc/latex/oberdiek/fibnum.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/flags.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/gettitlestring.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/grfext.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/grffile.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hobsub.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hologo.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/holtxdoc.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hopatch.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hycolor.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypbmsec.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypcap.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypdestopt.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypdoc.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/hypgotoe.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/hyphsubst.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/ifdraft.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/iflang.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/ifpdf.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/ifvtex.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/infwarerr.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx-licrcmds.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx-utf8enc.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/inputenx.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/intcalc.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/kvdefinekeys.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/kvoptions.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/kvsetkeys-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/kvsetkeys.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/letltxmacro.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/listingsutf8.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/ltxcmds.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/luacolor.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/luatex.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/magicnum.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/magicnum.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/makerobust-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/makerobust.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/mleftright.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/oberdiek.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pagegrid.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pagesel.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcol.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolfoot.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolmk.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolparallel.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcolparcolumns.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfcrypt.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfescape.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdflscape.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdfrender.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pdftexcmds.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/picture-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/picture.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/pmboxdraw.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/protecteddef.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/refcount.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/rerunfilecheck-example.cfg +%{_texdir}/texmf-dist/doc/latex/oberdiek/rerunfilecheck.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/resizegather.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/rotchiffre.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex-example1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex-example2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/scrindex.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/selinput.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/setouterhbox-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/setouterhbox.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/settobox-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/settobox.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/soulutf8.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/stackrel.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/stampinclude.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/stringenc.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht-example1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht-example2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularht.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularkv-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/tabularkv.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/telprint.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/thepdfnumber.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/transparent-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/transparent.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/twoopt.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/uniquecounter-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/uniquecounter.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example-nextpage.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/zref-example.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/zref.pdf +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ExtractRotate.java +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/accsupp-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/alphalph-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-a.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-b.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-c.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test10.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test11.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test12.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test13.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test14.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test15.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test16.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test17.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test18.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test19.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test20.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test21.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test22.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test23.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test24.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test6.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test7.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test8.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/askinclude-test9.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atbegshi-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/atveryend-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bigintcalc-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/bitset-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/catchfile-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/embedfile-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/engord-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/eolgrab-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/eolgrab-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/epstopdf-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/etexcmds-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/fibnum-test-calc.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/fibnum-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/gettitlestring-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/gettitlestring-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grfext-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grfext-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/grffile-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hobsub-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test-list.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test-spacefactor.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hologo-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hopatch-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hopatch-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hycolor-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hyphsubst-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/hyphsubst-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/iflang-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifpdf-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ifvtex-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/infwarerr-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/intcalc-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvdefinekeys-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test4.sty +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvoptions-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/letltxmacro-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/letltxmacro-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-carcdr.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-ifboxempty.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-ifempty.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-nextchar.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-zapspace.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luacolor-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/luatex-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/magicnum-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/mleftright-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pagegrid-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcol-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolfoot-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolparallel-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfescape-test6.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.txt +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdfrender-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test-escape.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test-shell.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/pmboxdraw-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/protecteddef-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/protecteddef-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/refcount-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rerunfilecheck-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/resizegather-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rotchiffre-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/rotchiffre-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/selinput-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/setouterhbox-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/setouterhbox-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test4.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/soulutf8-test5.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/stringenc-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/stringenc-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/telprint-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/thepdfnumber-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test2.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/uniquecounter-test3.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-base.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-runs.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test-titleref-memoir.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/test/zref-test1.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-env.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-ltx.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/example/eolgrab-example-sec.tex +%{_texdir}/texmf-dist/doc/latex/oberdiek/example/hologo-example.tex + +%files pdftex-def +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/pdftex-def/pdftex.def + +%files pslatex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map +%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm +%{_texdir}/texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf +%{_texdir}/texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf +%{_texdir}/texmf-dist/tex/latex/pslatex/pslatex.sty + +%files psnfss +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/charter.map +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/fpls.map +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/pazo.map +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/psnfss.map +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/utopia.map +%{_texdir}/texmf-dist/tex/latex/psnfss/8rbch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rpag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rpbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rpcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rphv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rpnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rput.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/8rpzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/avant.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/bookman.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/chancery.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/charter.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/courier.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/helvet.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/mathpazo.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/mathpple.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/mathptm.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/mathptmx.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/newcent.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/omlbch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlpag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlpbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlpcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlphv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlpnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlptmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlput.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlpzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlzplm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlzpple.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omlztmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsbch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsphv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsput.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omspzccm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omszplm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omszpple.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omsztmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omxpsycm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omxzplm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omxzpple.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/omxztmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1bch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1phv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pplj.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pplx.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ptmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1put.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1pzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1zplm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1zpple.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/palatino.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/pifont.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/t1bch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1phv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1ppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pplj.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pplx.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1ptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1put.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/t1pzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/times.sty +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1bch.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pag.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pbk.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pcr.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1phv.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pnc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1ppl.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pplj.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pplx.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1ptm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1put.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ts1pzc.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ufplm.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/ufplmbb.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/upsy.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/upzd.fd +%{_texdir}/texmf-dist/tex/latex/psnfss/utopia.sty + +%files psnfss-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/psnfss/00readme.txt +%{_texdir}/texmf-dist/doc/latex/psnfss/changes.txt +%{_texdir}/texmf-dist/doc/latex/psnfss/manifest.txt +%{_texdir}/texmf-dist/doc/latex/psnfss/psfonts.pdf +%{_texdir}/texmf-dist/doc/latex/psnfss/psnfss2e.pdf +%{_texdir}/texmf-dist/doc/latex/psnfss/test/mathtest.tex +%{_texdir}/texmf-dist/doc/latex/psnfss/test/pitest.tex +%{_texdir}/texmf-dist/doc/latex/psnfss/test/test0.tex +%{_texdir}/texmf-dist/doc/latex/psnfss/test/test1.tex +%{_texdir}/texmf-dist/doc/latex/psnfss/test/test2.tex +%{_texdir}/texmf-dist/doc/latex/psnfss/test/test3.tex + +%files pspicture +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/dvips/pspicture/pspicture.ps +%{_texdir}/texmf-dist/tex/latex/pspicture/pspicture.sty + +%files pspicture-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/pspicture/README +%{_texdir}/texmf-dist/doc/latex/pspicture/pspicture.pdf + +%files tools +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/tools/.tex +%{_texdir}/texmf-dist/tex/latex/tools/afterpage.sty +%{_texdir}/texmf-dist/tex/latex/tools/array.sty +%{_texdir}/texmf-dist/tex/latex/tools/bm.sty +%{_texdir}/texmf-dist/tex/latex/tools/calc.sty +%{_texdir}/texmf-dist/tex/latex/tools/dcolumn.sty +%{_texdir}/texmf-dist/tex/latex/tools/delarray.sty +%{_texdir}/texmf-dist/tex/latex/tools/e.tex +%{_texdir}/texmf-dist/tex/latex/tools/enumerate.sty +%{_texdir}/texmf-dist/tex/latex/tools/fontsmpl.sty +%{_texdir}/texmf-dist/tex/latex/tools/fontsmpl.tex +%{_texdir}/texmf-dist/tex/latex/tools/ftnright.sty +%{_texdir}/texmf-dist/tex/latex/tools/h.tex +%{_texdir}/texmf-dist/tex/latex/tools/hhline.sty +%{_texdir}/texmf-dist/tex/latex/tools/indentfirst.sty +%{_texdir}/texmf-dist/tex/latex/tools/layout.sty +%{_texdir}/texmf-dist/tex/latex/tools/longtable.sty +%{_texdir}/texmf-dist/tex/latex/tools/multicol.sty +%{_texdir}/texmf-dist/tex/latex/tools/q.tex +%{_texdir}/texmf-dist/tex/latex/tools/r.tex +%{_texdir}/texmf-dist/tex/latex/tools/rawfonts.sty +%{_texdir}/texmf-dist/tex/latex/tools/s.tex +%{_texdir}/texmf-dist/tex/latex/tools/showkeys.sty +%{_texdir}/texmf-dist/tex/latex/tools/somedefs.sty +%{_texdir}/texmf-dist/tex/latex/tools/tabularx.sty +%{_texdir}/texmf-dist/tex/latex/tools/thb.sty +%{_texdir}/texmf-dist/tex/latex/tools/thc.sty +%{_texdir}/texmf-dist/tex/latex/tools/thcb.sty +%{_texdir}/texmf-dist/tex/latex/tools/theorem.sty +%{_texdir}/texmf-dist/tex/latex/tools/thm.sty +%{_texdir}/texmf-dist/tex/latex/tools/thmb.sty +%{_texdir}/texmf-dist/tex/latex/tools/thp.sty +%{_texdir}/texmf-dist/tex/latex/tools/trace.sty +%{_texdir}/texmf-dist/tex/latex/tools/varioref.sty +%{_texdir}/texmf-dist/tex/latex/tools/verbatim.sty +%{_texdir}/texmf-dist/tex/latex/tools/verbtest.tex +%{_texdir}/texmf-dist/tex/latex/tools/x.tex +%{_texdir}/texmf-dist/tex/latex/tools/xr.sty +%{_texdir}/texmf-dist/tex/latex/tools/xspace.sty + +%files tools-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tools/afterpage.pdf +%{_texdir}/texmf-dist/doc/latex/tools/array.pdf +%{_texdir}/texmf-dist/doc/latex/tools/bm.pdf +%{_texdir}/texmf-dist/doc/latex/tools/calc.pdf +%{_texdir}/texmf-dist/doc/latex/tools/changes.txt +%{_texdir}/texmf-dist/doc/latex/tools/dcolumn.pdf +%{_texdir}/texmf-dist/doc/latex/tools/delarray.pdf +%{_texdir}/texmf-dist/doc/latex/tools/enumerate.pdf +%{_texdir}/texmf-dist/doc/latex/tools/fileerr.pdf +%{_texdir}/texmf-dist/doc/latex/tools/fontsmpl.pdf +%{_texdir}/texmf-dist/doc/latex/tools/ftnright.pdf +%{_texdir}/texmf-dist/doc/latex/tools/hhline.pdf +%{_texdir}/texmf-dist/doc/latex/tools/indentfirst.pdf +%{_texdir}/texmf-dist/doc/latex/tools/layout.pdf +%{_texdir}/texmf-dist/doc/latex/tools/longtable.pdf +%{_texdir}/texmf-dist/doc/latex/tools/manifest.txt +%{_texdir}/texmf-dist/doc/latex/tools/multicol.pdf +%{_texdir}/texmf-dist/doc/latex/tools/rawfonts.pdf +%{_texdir}/texmf-dist/doc/latex/tools/readme.txt +%{_texdir}/texmf-dist/doc/latex/tools/showkeys.pdf +%{_texdir}/texmf-dist/doc/latex/tools/somedefs.pdf +%{_texdir}/texmf-dist/doc/latex/tools/tabularx.pdf +%{_texdir}/texmf-dist/doc/latex/tools/theorem.pdf +%{_texdir}/texmf-dist/doc/latex/tools/tools.pdf +%{_texdir}/texmf-dist/doc/latex/tools/trace.pdf +%{_texdir}/texmf-dist/doc/latex/tools/varioref.pdf +%{_texdir}/texmf-dist/doc/latex/tools/verbatim.pdf +%{_texdir}/texmf-dist/doc/latex/tools/xr.pdf +%{_texdir}/texmf-dist/doc/latex/tools/xspace.pdf + +%files chbibref +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/chbibref/chbibref.sty + +%files chbibref-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/chbibref/chbibref.pdf +%{_texdir}/texmf-dist/doc/latex/chbibref/chbibref.tex + +%files chicago +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/chicago/chicago.bst +%{_texdir}/texmf-dist/tex/latex/chicago/chicago.sty + +%files chicago-annote +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/chicago-annote/chicago-annote.bst + +%files chicago-annote-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/chicago-annote/README + +%files chembst +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/chembst/ChemCommun.bst +%{_texdir}/texmf-dist/bibtex/bst/chembst/ChemEurJ.bst +%{_texdir}/texmf-dist/bibtex/bst/chembst/InorgChem.bst +%{_texdir}/texmf-dist/bibtex/bst/chembst/JAmChemSoc.bst +%{_texdir}/texmf-dist/bibtex/bst/chembst/JAmChemSoc_all.bst +%{_texdir}/texmf-dist/bibtex/bst/chembst/cv.bst + +%files chembst-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/chembst/README +%{_texdir}/texmf-dist/doc/latex/chembst/chembst.pdf + +%files chscite +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/bibtex/bst/chscite/chscite.bst +%{_texdir}/texmf-dist/tex/latex/chscite/chscite.sty + +%files chscite-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/chscite/README +%{_texdir}/texmf-dist/doc/latex/chscite/chscite.pdf + +%files collref +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/collref/collref.sty + +%files collref-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/collref/README +%{_texdir}/texmf-dist/doc/latex/collref/collref.pdf +%{_texdir}/texmf-dist/doc/latex/collref/collsamp.tex + +%files compactbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/compactbib/compactbib.sty + +%files custom-bib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/custom-bib/catalan.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/dansk.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/dutch.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/english.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/esperant.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/finnish.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/french.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/geojour.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/geophys.tex +%{_texdir}/texmf-dist/tex/latex/custom-bib/german.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/italian.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/makebst.tex +%{_texdir}/texmf-dist/tex/latex/custom-bib/merlin.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/norsk.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/photjour.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/physjour.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/polski.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/portuges.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/shorthnd.tex +%{_texdir}/texmf-dist/tex/latex/custom-bib/slovene.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/spanish.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/suppjour.mbs +%{_texdir}/texmf-dist/tex/latex/custom-bib/svenska.mbs + +%files custom-bib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/custom-bib/README +%{_texdir}/texmf-dist/doc/latex/custom-bib/makebst.pdf +%{_texdir}/texmf-dist/doc/latex/custom-bib/merlin.pdf +%{_texdir}/texmf-dist/doc/latex/custom-bib/readme.mkb + +%files din1505 +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/din1505/abbrvdin.bst +%{_texdir}/texmf-dist/bibtex/bst/din1505/alphadin.bst +%{_texdir}/texmf-dist/bibtex/bst/din1505/natdin.bst +%{_texdir}/texmf-dist/bibtex/bst/din1505/plaindin.bst +%{_texdir}/texmf-dist/bibtex/bst/din1505/unsrtdin.bst + +%files din1505-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/din1505/README.TEXLIVE +%{_texdir}/texmf-dist/doc/latex/din1505/leitbild.bib +%{_texdir}/texmf-dist/doc/latex/din1505/natbib.cfg + +%files dk-bib +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bib/dk-bib/litteratur.bib +%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst +%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-apali.bst +%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-plain.bst +%{_texdir}/texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst +%{_texdir}/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf +%{_texdir}/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf +%{_texdir}/texmf-dist/bibtex/csf/dk-bib/mac-dk.csf +%{_texdir}/texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf +%{_texdir}/texmf-dist/tex/latex/dk-bib/dk-apali.sty +%{_texdir}/texmf-dist/tex/latex/dk-bib/dk-bib.sty + +%files dk-bib-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/dk-bib/COPYRIGHT +%{_texdir}/texmf-dist/doc/latex/dk-bib/README +%{_texdir}/texmf-dist/doc/latex/dk-bib/dk-bib.ltx +%{_texdir}/texmf-dist/doc/latex/dk-bib/dk-bib.pdf + +%files doipubmed +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/doipubmed/doipubmed.sty + +%files doipubmed-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/doipubmed/CHANGES +%{_texdir}/texmf-dist/doc/latex/doipubmed/README +%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html +%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed.pdf +%{_texdir}/texmf-dist/doc/latex/doipubmed/doipubmed.perl + +%files fbs +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/fbs/fbs.bst + +%files figbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/figbib/figbib.bst +%{_texdir}/texmf-dist/bibtex/bst/figbib/figbib1.bst +%{_texdir}/texmf-dist/tex/latex/figbib/figbib.sty + +%files figbib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/figbib/README +%{_texdir}/texmf-dist/doc/latex/figbib/figbib_doc.pdf +%{_texdir}/texmf-dist/doc/latex/figbib/figbib_doc.tex +%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.bib +%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.pdf +%{_texdir}/texmf-dist/doc/latex/figbib/figbib_sample.tex +%{_texdir}/texmf-dist/doc/latex/figbib/smiley.eps + +%files footbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/footbib/footbib.sty + +%files footbib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/footbib/README +%{_texdir}/texmf-dist/doc/latex/footbib/footbib.pdf + +%files francais-bst +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/francais-bst/francais.bst +%{_texdir}/texmf-dist/bibtex/bst/francais-bst/francaissc.bst + +%files francais-bst-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/bibtex/francais-bst/README +%{_texdir}/texmf-dist/doc/bibtex/francais-bst/francaisbst.tex + +%files geschichtsfrkl +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.bbx +%{_texdir}/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.cbx + +%files geschichtsfrkl-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/geschichtsfrkl/README +%{_texdir}/texmf-dist/doc/latex/geschichtsfrkl/geschichtsfrkl.pdf + +%files harvard +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bib/harvard/harvard.bib +%{_texdir}/texmf-dist/bibtex/bst/harvard/agsm.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/apsr.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/dcu.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/jmr.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/jphysicsB.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/kluwer.bst +%{_texdir}/texmf-dist/bibtex/bst/harvard/nederlands.bst +%{_texdir}/texmf-dist/tex/latex/harvard/harvard.sty + +%files harvard-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/harvard/INSTALL +%{_texdir}/texmf-dist/doc/latex/harvard/README +%{_texdir}/texmf-dist/doc/latex/harvard/harvard.pdf +%{_texdir}/texmf-dist/doc/latex/harvard/harvard.perl +%{_texdir}/texmf-dist/doc/latex/harvard/harvard.tex +%{_texdir}/texmf-dist/doc/latex/harvard/manifest.txt + +%files harvmac +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/plain/harvmac/harvmac.tex + +%files harvmac-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/plain/harvmac/README +%{_texdir}/texmf-dist/doc/plain/harvmac/harvsamp.tex + +%files historische-zeitschrift +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx +%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx +%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx + +%files historische-zeitschrift-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/CHANGES +%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/LIESMICH +%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/README + +%files ijqc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/ijqc/ijqc.bst + +%files ijqc-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/ijqc/README +%{_texdir}/texmf-dist/doc/bibtex/ijqc/makefile +%{_texdir}/texmf-dist/doc/bibtex/ijqc/mybib.bib +%{_texdir}/texmf-dist/doc/bibtex/ijqc/xampl.pdf +%{_texdir}/texmf-dist/doc/bibtex/ijqc/xampl.tex + +%files inlinebib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/inlinebib/inlinebib.bst +%{_texdir}/texmf-dist/tex/latex/inlinebib/inlinebib.sty +%{_texdir}/texmf-dist/tex/latex/inlinebib/pageranges.sty + +%files inlinebib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/inlinebib/MANIFEST +%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib.htm +%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib.txt +%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib1.gif +%{_texdir}/texmf-dist/doc/bibtex/inlinebib/inlinebib2.gif + +%files iopart-num +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/iopart-num/iopart-num.bst + +%files iopart-num-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/iopart-num/README +%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.bib +%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf +%{_texdir}/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex + +%files jneurosci +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/jneurosci/jneurosci.bst +%{_texdir}/texmf-dist/tex/latex/jneurosci/jneurosci.sty + +%files jneurosci-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/jneurosci/README +%{_texdir}/texmf-dist/doc/latex/jneurosci/jneurosci.pdf +%{_texdir}/texmf-dist/doc/latex/jneurosci/jneurosci.tex + +%files jurabib +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/bib/jurabib/book.bib +%{_texdir}/texmf-dist/bibtex/bib/jurabib/comment.bib +%{_texdir}/texmf-dist/bibtex/bib/jurabib/jbtest.bib +%{_texdir}/texmf-dist/bibtex/bib/jurabib/jbtesthu.bib +%{_texdir}/texmf-dist/bibtex/bst/jurabib/jox.bst +%{_texdir}/texmf-dist/bibtex/bst/jurabib/jurabib.bst +%{_texdir}/texmf-dist/bibtex/bst/jurabib/jureco.bst +%{_texdir}/texmf-dist/bibtex/bst/jurabib/jurunsrt.bst +%{_texdir}/texmf-dist/tex/latex/jurabib/dajbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/dejbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/dujbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/enjbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/fijbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/frjbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/itjbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/jblong.cfg +%{_texdir}/texmf-dist/tex/latex/jurabib/jurabib.cfg +%{_texdir}/texmf-dist/tex/latex/jurabib/jurabib.sty +%{_texdir}/texmf-dist/tex/latex/jurabib/nojbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/ptjbbib.ldf +%{_texdir}/texmf-dist/tex/latex/jurabib/spjbbib.ldf + +%files jurabib-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/jurabib/changes.txt +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.pdf +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtest.url +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestbt.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestbu.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb1.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestcb2.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtesthu.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/jbtestmb.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf +%{_texdir}/texmf-dist/doc/latex/jurabib/docs/english/jbendoc.tex +%{_texdir}/texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf +%{_texdir}/texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.tex + +%files ksfh_nat +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/ksfh_nat/ksfh_nat.bst + +%files listbib +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/bst/listbib/listbib.bst +%{_texdir}/texmf-dist/scripts/listbib/listbib +%{_texdir}/texmf-dist/tex/latex/listbib/listbib.cfg +%{_texdir}/texmf-dist/tex/latex/listbib/listbib.sty +%{_texdir}/texmf-dist/tex/latex/listbib/listbib.tex + +%files listbib-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/listbib/listbib-doc.pdf + +%files listbib-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/listbib + +%files logreq +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/logreq/logreq.def +%{_texdir}/texmf-dist/tex/latex/logreq/logreq.sty + +%files logreq-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/logreq/README +%{_texdir}/texmf-dist/doc/latex/logreq/examples/01-basic.run.xml +%{_texdir}/texmf-dist/doc/latex/logreq/examples/01-basic.tex +%{_texdir}/texmf-dist/doc/latex/logreq/examples/02-index.run.xml +%{_texdir}/texmf-dist/doc/latex/logreq/examples/02-index.tex +%{_texdir}/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml +%{_texdir}/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.tex +%{_texdir}/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml +%{_texdir}/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex +%{_texdir}/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.run.xml +%{_texdir}/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.tex + +%files margbib +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/margbib/margbib.sty + +%files margbib-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/margbib/margbib.pdf + +%files multibib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/multibib/mbplain.bst +%{_texdir}/texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst +%{_texdir}/texmf-dist/makeindex/multibib/mbgglo.ist +%{_texdir}/texmf-dist/makeindex/multibib/mbgind.ist +%{_texdir}/texmf-dist/tex/latex/multibib/multibib.sty + +%files multibib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/multibib/README +%{_texdir}/texmf-dist/doc/latex/multibib/bibtexall +%{_texdir}/texmf-dist/doc/latex/multibib/multibib.pdf + +%files multibibliography +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/multibibliography/chronological.bst +%{_texdir}/texmf-dist/scripts/multibibliography/multibibliography.pl +%{_texdir}/texmf-dist/tex/latex/multibibliography/multibibliography.sty + +%files multibibliography-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/multibibliography/Makefile +%{_texdir}/texmf-dist/doc/latex/multibibliography/README +%{_texdir}/texmf-dist/doc/latex/multibibliography/figure.PDF +%{_texdir}/texmf-dist/doc/latex/multibibliography/multibibliography.bib +%{_texdir}/texmf-dist/doc/latex/multibibliography/multibibliography.pdf +%{_texdir}/texmf-dist/doc/latex/multibibliography/tug-paper.pdf +%{_texdir}/texmf-dist/doc/latex/multibibliography/tug-paper.tex +%{_texdir}/texmf-dist/doc/latex/multibibliography/type.bib + +%files multibibliography-bin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/multibibliography + +%files munich +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/munich/munich.bst + +%files munich-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/munich/README +%{_texdir}/texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf +%{_texdir}/texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.tex +%{_texdir}/texmf-dist/doc/latex/munich/example_DB.bib +%{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf +%{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex + +%files notes2bib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/notes2bib/notes2bib.sty + +%files notes2bib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/notes2bib/README +%{_texdir}/texmf-dist/doc/latex/notes2bib/notes2bib.pdf + +%files oscola +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/makeindex/oscola/oscola.ist +%{_texdir}/texmf-dist/tex/latex/oscola/english-oscola.lbx +%{_texdir}/texmf-dist/tex/latex/oscola/oscola.bbx +%{_texdir}/texmf-dist/tex/latex/oscola/oscola.cbx + +%files oscola-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/oscola/README +%{_texdir}/texmf-dist/doc/latex/oscola/README.TEXLIVE +%{_texdir}/texmf-dist/doc/latex/oscola/oscola-examples.bib + +%files perception +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/perception/perception.bst + +%files perception-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/perception/README + +%files pnas2009 +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/pnas2009/pnas2009.bst + +%files rsc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/bst/rsc/angew.bst +%{_texdir}/texmf-dist/bibtex/bst/rsc/rsc.bst +%{_texdir}/texmf-dist/tex/latex/rsc/rsc.sty + +%files rsc-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/rsc/README +%{_texdir}/texmf-dist/doc/latex/rsc/rsc-demo.tex +%{_texdir}/texmf-dist/doc/latex/rsc/rsc.bib +%{_texdir}/texmf-dist/doc/latex/rsc/rsc.pdf + +%files showtags +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/showtags/showtags.sty + +%files showtags-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/showtags/showtags-doc.pdf +%{_texdir}/texmf-dist/doc/latex/showtags/showtags-doc.tex + +%files sort-by-letters +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/abbrv-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/alpha-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/apalike-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/frplainnat-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/plain-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/plainnat-letters.bst +%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/siam-letters.bst + +%files sort-by-letters-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/bibtex/sort-by-letters/README + +%files splitbib +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/splitbib/splitbib.sty + +%files splitbib-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/splitbib/README +%{_texdir}/texmf-dist/doc/latex/splitbib/splitbib.pdf + +%files uni-wtal-ger +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx +%{_texdir}/texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx + +%files uni-wtal-ger-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/LIESMICH +%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/README +%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.bib +%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.pdf +%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/germanistik.tex + +%files uni-wtal-lin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/uni-wtal-lin/uni-wtal-lin.bbx +%{_texdir}/texmf-dist/tex/latex/uni-wtal-lin/uni-wtal-lin.cbx + +%files uni-wtal-lin-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/LIESMICH +%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/README +%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.bib +%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.pdf +%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/uni-wtal-lin.tex + +%files urlbst +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/bibtex/bst/urlbst/abbrvurl.bst +%{_texdir}/texmf-dist/bibtex/bst/urlbst/alphaurl.bst +%{_texdir}/texmf-dist/bibtex/bst/urlbst/plainurl.bst +%{_texdir}/texmf-dist/bibtex/bst/urlbst/unsrturl.bst +%{_texdir}/texmf-dist/scripts/urlbst/urlbst + +%files urlbst-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/bibtex/urlbst/Makefile.in +%{_texdir}/texmf-dist/doc/bibtex/urlbst/README +%{_texdir}/texmf-dist/doc/bibtex/urlbst/VERSION +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.bib +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.html +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.html.in +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.in +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.pdf +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.tex +%{_texdir}/texmf-dist/doc/bibtex/urlbst/urlbst.tex.in + +%files urlbst-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/urlbst + +%files usebib +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/usebib/usebib.sty + +%files usebib-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/usebib/README +%{_texdir}/texmf-dist/doc/latex/usebib/usebib.pdf + +%files vak +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/bibtex/bst/vak/vak.bst + +%files vak-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/bibtex/vak/README +%{_texdir}/texmf-dist/doc/bibtex/vak/test-key.zip +%{_texdir}/texmf-dist/doc/bibtex/vak/test.zip + +%files xcite +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/xcite/xcite.sty + +%files xcite-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/xcite/README +%{_texdir}/texmf-dist/doc/latex/xcite/xcite.pdf + +%files collection-binextra +%defattr(-,root,root) + +%files chktex +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/chktex.1* +%{_mandir}/man1/chkweb.1* +%{_mandir}/man1/deweb.1* +%{_texdir}/texmf-dist/chktex/chktexrc +%{_texdir}/texmf-dist/scripts/chktex/chkweb.sh +%{_texdir}/texmf-dist/scripts/chktex/deweb.pl + +%files chktex-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/chktex/ChkTeX.pdf + +%files chktex-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/chktex +%{_bindir}/chkweb +%{_bindir}/deweb + +%files ctanify +%defattr(-,root,root) +%doc lppl1.txt +%{_mandir}/man1/ctanify.1* +%{_texdir}/texmf-dist/scripts/ctanify/ctanify + +%files ctanify-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/ctanify/README +%{_texdir}/texmf-dist/doc/latex/ctanify/ctanify.pdf + +%files ctanify-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/ctanify + +%files ctanupload +%defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/scripts/ctanupload/ctanupload.pl + +%files ctanupload-doc +%defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/doc/support/ctanupload/Makefile.example +%{_texdir}/texmf-dist/doc/support/ctanupload/README +%{_texdir}/texmf-dist/doc/support/ctanupload/ctanupload.pdf +%{_texdir}/texmf-dist/doc/support/ctanupload/ctanupload.tex + +%files ctanupload-bin +%defattr(-,root,root) +%doc gpl3.txt +%{_bindir}/ctanupload + +%files ctie +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/ctie.1* + +%files ctie-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/ctie + +%files cweb +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/ctangle.1* +%{_mandir}/man1/cweave.1* +%{_mandir}/man1/cweb.1* +%{_texdir}/texmf-dist/tex/plain/cweb/cwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdfXcwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdfcwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdfdcwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdffcwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdficwebmac.tex +%{_texdir}/texmf-dist/tex/plain/cweb/pdfwebmac.tex + +%files cweb-doc +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/doc/plain/cweb/cwebman.dvi + +%files cweb-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/ctangle +%{_bindir}/cweave + +%files de-macro +%defattr(-,root,root) +%{_texdir}/texmf-dist/scripts/de-macro/de-macro + +%files de-macro-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/support/de-macro/README +%{_texdir}/texmf-dist/doc/support/de-macro/user-guide.pdf +%{_texdir}/texmf-dist/doc/support/de-macro/user-guide.tex + +%files de-macro-bin +%defattr(-,root,root) +%{_bindir}/de-macro + +%files detex +%defattr(-,root,root) +%{_mandir}/man1/detex.1* + +%files detex-bin +%defattr(-,root,root) +%{_bindir}/detex + +%files dtl +%defattr(-,root,root) +%doc pd.txt +%{_mandir}/man1/dt2dv.1* +%{_mandir}/man1/dv2dt.1* + +%files dtl-bin +%defattr(-,root,root) +%doc pd.txt +%{_bindir}/dt2dv +%{_bindir}/dv2dt + +%files dtxgen +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/dtxgen/dtxgen + +%files dtxgen-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/dtxgen/README +%{_texdir}/texmf-dist/doc/support/dtxgen/dtxgen.pdf + +%files dtxgen-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dtxgen + +%files dvi2tty +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/dvi2tty.1* +%{_mandir}/man1/disdvi.1* + +%files dvi2tty-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/disdvi +%{_bindir}/dvi2tty + +%files dviasm +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/dviasm/dviasm.py + +%files dviasm-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dviasm + +%files dvicopy +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/dvicopy.1* + +%files dvicopy-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dvicopy + +%files dvidvi +%defattr(-,root,root) +%{_mandir}/man1/dvidvi.1* + +%files dvidvi-bin +%defattr(-,root,root) +%{_bindir}/dvidvi + +%files dviljk +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/dvihp.1* +%{_mandir}/man1/dvilj.1* +%{_mandir}/man1/dvilj2p.1* +%{_mandir}/man1/dvilj4.1* +%{_mandir}/man1/dvilj4l.1* +%{_mandir}/man1/dvilj6.1* + +%files dviljk-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dvihp +%{_bindir}/dvilj +%{_bindir}/dvilj2p +%{_bindir}/dvilj4 +%{_bindir}/dvilj4l +%{_bindir}/dvilj6 + +%files dvipng +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_mandir}/man1/dvigif.1* +%{_mandir}/man1/dvipng.1* +%{_infodir}/dvipng.info* + +%files dvipng-doc +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/doc/dvipng/dvipng.html +%{_texdir}/texmf-dist/doc/dvipng/dvipng.pdf + +%files dvipng-bin +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_bindir}/dvigif +%{_bindir}/dvipng + +%files dvipos +%defattr(-,root,root) +%{_mandir}/man1/dvipos.1* + +%files dvipos-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/dvipos + +%files dvisvgm +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/dvisvgm.1* + +%files dvisvgm-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/dvisvgm + +%files findhyph +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/findhyph.1* +%{_texdir}/texmf-dist/scripts/findhyph/findhyph + +%files findhyph-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/findhyph/Makefile.doc +%{_texdir}/texmf-dist/doc/support/findhyph/README +%{_texdir}/texmf-dist/doc/support/findhyph/findhyph.bat +%{_texdir}/texmf-dist/doc/support/findhyph/findhyph.txt + +%files findhyph-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/findhyph + +%files fragmaster +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/fragmaster/fragmaster.pl + +%files fragmaster-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/fragmaster/AUTHORS +%{_texdir}/texmf-dist/doc/support/fragmaster/COPYING +%{_texdir}/texmf-dist/doc/support/fragmaster/CREDITS +%{_texdir}/texmf-dist/doc/support/fragmaster/Changes +%{_texdir}/texmf-dist/doc/support/fragmaster/README +%{_texdir}/texmf-dist/doc/support/fragmaster/README.de +%{_texdir}/texmf-dist/doc/support/fragmaster/fragmaster.pdf +%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.pdf +%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.ps +%{_texdir}/texmf-dist/doc/support/fragmaster/example/document.tex +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel.eps +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel.pdf +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.eps +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.gp +%{_texdir}/texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf + +%files fragmaster-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/fragmaster + +%files hyphenex +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/hyphenex/ushyphex.tex + +%files installfont +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/scripts/installfont/installfont-tl + +%files installfont-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/installfont/LICENSE +%{_texdir}/texmf-dist/doc/support/installfont/README +%{_texdir}/texmf-dist/doc/support/installfont/installfont +%{_texdir}/texmf-dist/doc/support/installfont/installfont.pdf +%{_texdir}/texmf-dist/doc/support/installfont/installfont.tex +%{_texdir}/texmf-dist/doc/support/installfont/manifest.txt + +%files lacheck +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/lacheck.1* + +%files lacheck-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/lacheck + +%files latex2man +%defattr(-,root,root) +%doc lppl1.txt +%{_infodir}/latex2man.info* +%{_texdir}/texmf-dist/scripts/latex2man/latex2man +%{_texdir}/texmf-dist/tex/latex/latex2man/latex2man.cfg +%{_texdir}/texmf-dist/tex/latex/latex2man/latex2man.sty + +%files latex2man-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/latex2man/CHANGES +%{_texdir}/texmf-dist/doc/support/latex2man/INSTALL +%{_texdir}/texmf-dist/doc/support/latex2man/Makefile +%{_texdir}/texmf-dist/doc/support/latex2man/README +%{_texdir}/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.24 +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.1 +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.css +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.html +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.pdf +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.tex +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.texi +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.trans +%{_texdir}/texmf-dist/doc/support/latex2man/latex2man.txt + +%files latex2man-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/latex2man + +%files latexdiff +%defattr(-,root,root) +%doc gpl.txt +%{_mandir}/man1/latexdiff-vc.1* +%{_mandir}/man1/latexdiff.1* +%{_mandir}/man1/latexrevise.1* +%{_texdir}/texmf-dist/scripts/latexdiff/latexdiff-vc.pl +%{_texdir}/texmf-dist/scripts/latexdiff/latexdiff.pl +%{_texdir}/texmf-dist/scripts/latexdiff/latexrevise.pl + +%files latexdiff-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/latexdiff/COPYING +%{_texdir}/texmf-dist/doc/support/latexdiff/README +%{_texdir}/texmf-dist/doc/support/latexdiff/latexdiff +%{_texdir}/texmf-dist/doc/support/latexdiff/latexdiff-fast +%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/README.latexchanges +%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexchanges.py +%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap +%{_texdir}/texmf-dist/doc/support/latexdiff/contrib/latexdiff.spec +%{_texdir}/texmf-dist/doc/support/latexdiff/doc/example-diff.tex +%{_texdir}/texmf-dist/doc/support/latexdiff/doc/latexdiff-man.pdf +%{_texdir}/texmf-dist/doc/support/latexdiff/doc/latexdiff-man.tex +%{_texdir}/texmf-dist/doc/support/latexdiff/example/example-draft.tex +%{_texdir}/texmf-dist/doc/support/latexdiff/example/example-rev.tex + +%files latexdiff-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/latexdiff +%{_bindir}/latexdiff-vc +%{_bindir}/latexrevise + +%files latexfileversion +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/scripts/latexfileversion/latexfileversion + +%files latexfileversion-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/latexfileversion/ChangeLog +%{_texdir}/texmf-dist/doc/support/latexfileversion/README + +%files latexfileversion-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/latexfileversion + +%files latexpand +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/scripts/latexpand/latexpand + +%files latexpand-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/support/latexpand/Makefile +%{_texdir}/texmf-dist/doc/support/latexpand/README +%{_texdir}/texmf-dist/doc/support/latexpand/version.txt +%{_texdir}/texmf-dist/doc/support/latexpand/tests/README +%{_texdir}/texmf-dist/doc/support/latexpand/tests/foo.tex +%{_texdir}/texmf-dist/doc/support/latexpand/tests/includer.tex +%{_texdir}/texmf-dist/doc/support/latexpand/tests/just-comment.tex +%{_texdir}/texmf-dist/doc/support/latexpand/tests/my-package.sty +%{_texdir}/texmf-dist/doc/support/latexpand/tests/no-eol.tex +%{_texdir}/texmf-dist/doc/support/latexpand/tests/package-user.tex + +%files latexpand-bin +%defattr(-,root,root) +%doc bsd.txt +%{_bindir}/latexpand + +%files ltxfileinfo +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/ltxfileinfo/ltxfileinfo + +%files ltxfileinfo-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/ltxfileinfo/README +%{_texdir}/texmf-dist/doc/support/ltxfileinfo/ltxfileinfo.pdf + +%files ltxfileinfo-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/ltxfileinfo + +%files listings-ext +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/scripts/listings-ext/listings-ext.sh +%{_texdir}/texmf-dist/tex/latex/listings-ext/listings-ext.sty + +%files listings-ext-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/listings-ext/README +%{_texdir}/texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v67 +%{_texdir}/texmf-dist/doc/latex/listings-ext/getversion.tex +%{_texdir}/texmf-dist/doc/latex/listings-ext/hyperref.cfg +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.bib +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.el +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.makemake +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.mk +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext.pdf +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_a.java +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_b.java +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_c.java +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_d.java +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_e.java +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_test_a.tex +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings-ext_test_d.tex +%{_texdir}/texmf-dist/doc/latex/listings-ext/listings.cfg + +%files listings-ext-bin +%defattr(-,root,root) +%doc lppl1.2.txt +%{_bindir}/listings-ext.sh + +%files match_parens +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/scripts/match_parens/match_parens + +%files match_parens-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/match_parens/Object.html +%{_texdir}/texmf-dist/doc/support/match_parens/README +%{_texdir}/texmf-dist/doc/support/match_parens/add.png +%{_texdir}/texmf-dist/doc/support/match_parens/brick.png +%{_texdir}/texmf-dist/doc/support/match_parens/brick_link.png +%{_texdir}/texmf-dist/doc/support/match_parens/bug.png +%{_texdir}/texmf-dist/doc/support/match_parens/bullet_black.png +%{_texdir}/texmf-dist/doc/support/match_parens/bullet_toggle_minus.png +%{_texdir}/texmf-dist/doc/support/match_parens/bullet_toggle_plus.png +%{_texdir}/texmf-dist/doc/support/match_parens/created.rid +%{_texdir}/texmf-dist/doc/support/match_parens/darkfish.js +%{_texdir}/texmf-dist/doc/support/match_parens/date.png +%{_texdir}/texmf-dist/doc/support/match_parens/delete.png +%{_texdir}/texmf-dist/doc/support/match_parens/find.png +%{_texdir}/texmf-dist/doc/support/match_parens/index.html +%{_texdir}/texmf-dist/doc/support/match_parens/jquery.js +%{_texdir}/texmf-dist/doc/support/match_parens/loadingAnimation.gif +%{_texdir}/texmf-dist/doc/support/match_parens/macFFBgHack.png +%{_texdir}/texmf-dist/doc/support/match_parens/navigation.js +%{_texdir}/texmf-dist/doc/support/match_parens/package.png +%{_texdir}/texmf-dist/doc/support/match_parens/page_green.png +%{_texdir}/texmf-dist/doc/support/match_parens/page_white_text.png +%{_texdir}/texmf-dist/doc/support/match_parens/page_white_width.png +%{_texdir}/texmf-dist/doc/support/match_parens/plugin.png +%{_texdir}/texmf-dist/doc/support/match_parens/rdoc.css +%{_texdir}/texmf-dist/doc/support/match_parens/ruby.png +%{_texdir}/texmf-dist/doc/support/match_parens/search.js +%{_texdir}/texmf-dist/doc/support/match_parens/search_index.js +%{_texdir}/texmf-dist/doc/support/match_parens/searcher.js +%{_texdir}/texmf-dist/doc/support/match_parens/table_of_contents.html +%{_texdir}/texmf-dist/doc/support/match_parens/tag_blue.png +%{_texdir}/texmf-dist/doc/support/match_parens/tag_green.png +%{_texdir}/texmf-dist/doc/support/match_parens/transparent.png +%{_texdir}/texmf-dist/doc/support/match_parens/wrench.png +%{_texdir}/texmf-dist/doc/support/match_parens/wrench_orange.png +%{_texdir}/texmf-dist/doc/support/match_parens/zoom.png + +%files match_parens-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/match_parens + +%files mkjobtexmf +%defattr(-,root,root) +%{_mandir}/man1/mkjobtexmf.1* +%{_texdir}/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl + +%files mkjobtexmf-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/README +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/clean-case.pl +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt +%{_texdir}/texmf-dist/doc/generic/mkjobtexmf/version.pl + +%files mkjobtexmf-bin +%defattr(-,root,root) +%{_bindir}/mkjobtexmf + +%files patgen +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/patgen.1* + +%files patgen-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/patgen + +%files pdfcrop +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/scripts/pdfcrop/pdfcrop.pl + +%files pdfcrop-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/pdfcrop/README + +%files pdfcrop-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/pdfcrop +%{_bindir}/rpdfcrop + +%files pdfjam +%defattr(-,root,root) +%doc gpl2.txt +%{_mandir}/man1/pdf180.1* +%{_mandir}/man1/pdf270.1* +%{_mandir}/man1/pdf90.1* +%{_mandir}/man1/pdfbook.1* +%{_mandir}/man1/pdfflip.1* +%{_mandir}/man1/pdfjam-pocketmod.1* +%{_mandir}/man1/pdfjam-slides3up.1* +%{_mandir}/man1/pdfjam-slides6up.1* +%{_mandir}/man1/pdfjam.1* +%{_mandir}/man1/pdfjoin.1* +%{_mandir}/man1/pdfnup.1* +%{_mandir}/man1/pdfpun.1* +%{_texdir}/texmf-dist/scripts/pdfjam/pdf180 +%{_texdir}/texmf-dist/scripts/pdfjam/pdf270 +%{_texdir}/texmf-dist/scripts/pdfjam/pdf90 +%{_texdir}/texmf-dist/scripts/pdfjam/pdfbook +%{_texdir}/texmf-dist/scripts/pdfjam/pdfflip +%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam +%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-pocketmod +%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-slides3up +%{_texdir}/texmf-dist/scripts/pdfjam/pdfjam-slides6up +%{_texdir}/texmf-dist/scripts/pdfjam/pdfjoin +%{_texdir}/texmf-dist/scripts/pdfjam/pdfnup +%{_texdir}/texmf-dist/scripts/pdfjam/pdfpun -%files templates-fenn-doc +%files pdfjam-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/templates-fenn/diabetes.tex -%{_texdir}/texmf-dist/doc/latex/templates-fenn/dinbrief.tex -%{_texdir}/texmf-dist/doc/latex/templates-fenn/kbrief.tex -%{_texdir}/texmf-dist/doc/latex/templates-fenn/scrlttr2.tex -%{_texdir}/texmf-dist/doc/latex/templates-fenn/scrlttr2en.tex -%{_texdir}/texmf-dist/doc/latex/templates-fenn/templates-fenn-de.txt -%{_texdir}/texmf-dist/doc/latex/templates-fenn/templates-fenn-en.txt -%{_texdir}/texmf-dist/doc/latex/templates-fenn/vermerk.tex +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/support/pdfjam/COPYING +%{_texdir}/texmf-dist/doc/support/pdfjam/PDFjam-README.html +%{_texdir}/texmf-dist/doc/support/pdfjam/VERSION +%{_texdir}/texmf-dist/doc/support/pdfjam/pdfdroplets.png +%{_texdir}/texmf-dist/doc/support/pdfjam/pdfjam.conf +%{_texdir}/texmf-dist/doc/support/pdfjam/tests.zip -%files templates-sommer-doc +%files pdfjam-bin +%defattr(-,root,root) +%doc gpl2.txt +%{_bindir}/pdf180 +%{_bindir}/pdf270 +%{_bindir}/pdf90 +%{_bindir}/pdfbook +%{_bindir}/pdfflip +%{_bindir}/pdfjam +%{_bindir}/pdfjam-pocketmod +%{_bindir}/pdfjam-slides3up +%{_bindir}/pdfjam-slides6up +%{_bindir}/pdfjoin +%{_bindir}/pdfnup +%{_bindir}/pdfpun + +%files pdftools +%defattr(-,root,root) +%doc pd.txt +%{_mandir}/man1/e2pall.1* +%{_mandir}/man1/pdfclose.1* +%{_mandir}/man1/pdfopen.1* +%{_mandir}/man1/pdftosrc.1* +%{_texdir}/texmf-dist/scripts/texlive/e2pall.pl + +%files pdftools-bin +%defattr(-,root,root) +%doc pd.txt +%{_bindir}/e2pall +%{_bindir}/pdfatfi +%{_bindir}/pdfclose +%{_bindir}/pdfopen +%{_bindir}/pdftosrc +%{_bindir}/ps4pdf + +%files pfarrei +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/pfarrei/a5toa4.tlu +%{_texdir}/texmf-dist/scripts/pfarrei/pfarrei.tlu +%{_texdir}/texmf-dist/tex/latex/pfarrei/a5toa4.tex +%{_texdir}/texmf-dist/tex/latex/pfarrei/pfarrei.sty + +%files pfarrei-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/pfarrei/pfarrei.pdf + +%files pfarrei-bin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/a5toa4 +%{_bindir}/pfarrei + +%files pkfix +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/pkfix/pkfix.pl + +%files pkfix-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/support/pkfix/README + +%files pkfix-bin +%defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/pkfix + +%files pkfix-helper %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/templates-sommer/Hausarbeit.bib -%{_texdir}/texmf-dist/doc/latex/templates-sommer/Hausarbeit.tex -%{_texdir}/texmf-dist/doc/latex/templates-sommer/Logo.jpg -%{_texdir}/texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.bib -%{_texdir}/texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.tex -%{_texdir}/texmf-dist/doc/latex/templates-sommer/README.de +%{_mandir}/man1/pkfix-helper.1* +%{_texdir}/texmf-dist/scripts/pkfix-helper/pkfix-helper -%files texlive-de-doc +%files pkfix-helper-doc %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-de/Makefile -%{_texdir}/texmf/doc/texlive/texlive-de/lmsy10-40.png -%{_texdir}/texmf/doc/texlive/texlive-de/texlive-de-new.tex -%{_texdir}/texmf/doc/texlive/texlive-de/texlive-de.css -%{_texdir}/texmf/doc/texlive/texlive-de/texlive-de.html -%{_texdir}/texmf/doc/texlive/texlive-de/texlive-de.pdf -%{_texdir}/texmf/doc/texlive/texlive-de/texlive-de.tex +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/support/pkfix-helper/README +%{_texdir}/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf +%{_texdir}/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex -%files translation-arsclassica-de-doc +%files pkfix-helper-bin %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de/ArsClassica-de.pdf -%{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de/ArsClassica-de.tex +%{_bindir}/pkfix-helper -%files translation-biblatex-de-doc +%files purifyeps %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/README -%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/biblatex-de.pdf -%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/biblatex-de.tex +%{_mandir}/man1/purifyeps.1* +%{_texdir}/texmf-dist/scripts/purifyeps/purifyeps -%files translation-chemsym-de-doc +%files purifyeps-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/00Liesmich.chs -%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/chemsym-de.dtx -%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/chemsym-de.pdf +%{_texdir}/texmf-dist/doc/support/purifyeps/README -%files translation-ecv-de-doc +%files purifyeps-bin %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-ecv-de/ecvde.dtx.pdf -%{_texdir}/texmf-dist/doc/latex/translation-ecv-de/ecvde.dtx.tex +%{_bindir}/purifyeps -%files translation-enumitem-de-doc +%files seetexk +%defattr(-,root,root) +%{_mandir}/man1/dvibook.1* +%{_mandir}/man1/dviconcat.1* +%{_mandir}/man1/dviselect.1* +%{_mandir}/man1/dvitodvi.1* + +%files seetexk-bin +%defattr(-,root,root) +%{_bindir}/dvibook +%{_bindir}/dviconcat +%{_bindir}/dviselect +%{_bindir}/dvitodvi + +%files sty2dtx +%defattr(-,root,root) +%doc gpl3.txt +%{_mandir}/man1/sty2dtx.1* +%{_texdir}/texmf-dist/scripts/sty2dtx/sty2dtx.pl + +%files sty2dtx-doc +%defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/doc/support/sty2dtx/README +%{_texdir}/texmf-dist/doc/support/sty2dtx/sty2dtx.pdf + +%files sty2dtx-bin +%defattr(-,root,root) +%doc gpl3.txt +%{_bindir}/sty2dtx + +%files synctex +%defattr(-,root,root) +%{_mandir}/man1/synctex.1* +%{_mandir}/man5/synctex.5* + +%files synctex-bin %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-enumitem-de/enumitem-de.pdf -%{_texdir}/texmf-dist/doc/latex/translation-enumitem-de/enumitem-de.tex +%{_bindir}/synctex -%files translation-europecv-de-doc +%files texcount %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/at.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/bulgarian-koi8-r.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/bulgarian-utf8.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/greek-utf8.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/greek-utf8.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/maltese-maltese.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/maltese-utf8.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/minimal.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/minimal.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/europecv-de.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/europecv-de.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_de.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_de.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_en.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_en.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_it.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_it.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_pl.pdf -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_pl.tex -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/publications.bib +%{_texdir}/texmf-dist/scripts/texcount/texcount.pl -%files translation-filecontents-de-doc +%files texcount-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.dtx -%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.ins -%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.pdf +%{_texdir}/texmf-dist/doc/support/texcount/QuickReference.pdf +%{_texdir}/texmf-dist/doc/support/texcount/QuickReference.tex +%{_texdir}/texmf-dist/doc/support/texcount/README +%{_texdir}/texmf-dist/doc/support/texcount/TeXcount.pdf +%{_texdir}/texmf-dist/doc/support/texcount/TeXcount.tex +%{_texdir}/texmf-dist/doc/support/texcount/macros.tex +%{_texdir}/texmf-dist/doc/support/texcount/sub_addrules.tex +%{_texdir}/texmf-dist/doc/support/texcount/sub_options.tex +%{_texdir}/texmf-dist/doc/support/texcount/sub_tc_other.tex -%files translation-moreverb-de-doc +%files texcount-bin %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/filecontens-de.ins.txt -%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/moreverb-de.dtx.pdf -%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/moreverb-de.dtx.tex +%{_bindir}/texcount -%files voss-de-doc +%files texdef %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/Changes -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.bib -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.pdf -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.tex -%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/README -%{_texdir}/texmf-dist/doc/generic/voss-de/README -%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/Changes -%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/README -%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.ltx -%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.pdf -%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.tex -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/Changes -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/README -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.bib -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.ltx -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.pdf -%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.tex +%doc gpl3.txt +%{_texdir}/texmf-dist/scripts/texdef/texdef.pl -%files collection-documentation-chinese +%files texdef-doc %defattr(-,root,root) +%doc gpl3.txt +%{_texdir}/texmf-dist/doc/support/texdef/INSTALL +%{_texdir}/texmf-dist/doc/support/texdef/README +%{_texdir}/texmf-dist/doc/support/texdef/texdef.pdf -%files ctex-faq-doc +%files texdef-bin %defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/latex/ctex-faq/README -%{_texdir}/texmf-dist/doc/latex/ctex-faq/ctex-faq.pdf -%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/ctex-faq.sty -%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/ctex-faq.tex -%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/make.bat +%doc gpl3.txt +%{_bindir}/texdef -%files latex-notes-zh-cn-doc +%files texdirflatten %defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/README -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/history.txt -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/license.txt -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/basics.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/fonts.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/graphics.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/i18n.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/introduction.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/lnotes.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/math.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/misc.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/postcript.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/preface.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/reading.bib -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/tables.tex -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/color.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/colors.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/curve.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dot.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/fill.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/label.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/line.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/loop.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/path.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/transform.mps -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/uline.mps +%{_mandir}/man1/texdirflatten.1* +%{_texdir}/texmf-dist/scripts/texdirflatten/texdirflatten -%files lshort-chinese-doc +%files texdirflatten-bin +%defattr(-,root,root) +%{_bindir}/texdirflatten + +%files texdoc %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/README -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort-base.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/myclass.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/test.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/typeset.tex -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/usefulmacros.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhfont.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhmath.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhspacing.sty -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhulem.sty +%{_mandir}/man1/texdoc.1* +%{_mandir}/man1/texdoctk.1* +%{_texdir}/texmf-dist/scripts/texdoc/Data.meta.lua +%{_texdir}/texmf-dist/scripts/texdoc/Data.tlpdb.lua +%{_texdir}/texmf-dist/scripts/texdoc/alias.tlu +%{_texdir}/texmf-dist/scripts/texdoc/config.tlu +%{_texdir}/texmf-dist/scripts/texdoc/constants.tlu +%{_texdir}/texmf-dist/scripts/texdoc/functions.tlu +%{_texdir}/texmf-dist/scripts/texdoc/main.tlu +%{_texdir}/texmf-dist/scripts/texdoc/score.tlu +%{_texdir}/texmf-dist/scripts/texdoc/search.tlu +%{_texdir}/texmf-dist/scripts/texdoc/texdoc.tlu +%{_texdir}/texmf-dist/scripts/texdoc/texdoclib.tlu +%{_texdir}/texmf-dist/scripts/texdoc/view.tlu +%{_texdir}/texmf-dist/scripts/texdoctk/texdoctk.pl +%{_texdir}/texmf-dist/texdoc/texdoc.cnf +%{_texdir}/texmf-dist/texdoctk/texdocrc.defaults +%{_texdir}/texmf-dist/texdoctk/texdoctk.dat -%files texlive-zh-cn-doc +%files texdoc-doc %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-zh-cn/Makefile -%{_texdir}/texmf/doc/texlive/texlive-zh-cn/README-live.ZH-CN -%{_texdir}/texmf/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty -%{_texdir}/texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf -%{_texdir}/texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.tex +%doc gpl.txt +%{_texdir}/texmf-dist/doc/texdoc/News +%{_texdir}/texmf-dist/doc/texdoc/texdoc.pdf +%{_texdir}/texmf-dist/doc/texdoc/texdoc.tex -%files collection-documentation-italian +%files texdoc-bin %defattr(-,root,root) +%doc gpl.txt +%{_bindir}/texdoc +%{_bindir}/texdoctk -%files fancyhdr-it-doc +%files texliveonfly %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/Makefile -%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/README -%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.pdf -%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.tex +%doc gpl3.txt +%{_texdir}/texmf-dist/scripts/texliveonfly/texliveonfly.py -%files l2tabu-italian-doc +%files texliveonfly-doc %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-italian/l2tabuit.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu-italian/l2tabuit.tex +%doc gpl3.txt +%{_texdir}/texmf-dist/doc/support/texliveonfly/README -%files latex4wp-it-doc +%files texliveonfly-bin %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/COME-COMPORRE -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/README -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/dat2tex -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/exa.sty -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/gnuplot.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/latex4wp-it.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/latex4wp-it.tex -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/midifile.mid -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.eepic -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.eps -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.fig -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.pdf_t -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.epsi -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.pdf -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.tex -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/xfig.eps -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/xfig.png +%doc gpl3.txt +%{_bindir}/texliveonfly -%files lshort-italian-doc +%files texloganalyser +%defattr(-,root,root) +%{_texdir}/texmf-dist/scripts/texloganalyser/texloganalyser + +%files texloganalyser-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/support/texloganalyser/README + +%files texloganalyser-bin +%defattr(-,root,root) +%{_bindir}/texloganalyser + +%files texware +%defattr(-,root,root) +%doc knuth.txt +%{_mandir}/man1/dvitype.1* +%{_mandir}/man1/pooltype.1* + +%files texware-bin +%defattr(-,root,root) +%doc knuth.txt +%{_bindir}/dvitype +%{_bindir}/pooltype + +%files tie +%defattr(-,root,root) +%{_mandir}/man1/tie.1* + +%files tie-bin +%defattr(-,root,root) +%{_bindir}/tie + +%files tpic2pdftex %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-italian/CHANGES -%{_texdir}/texmf-dist/doc/latex/lshort-italian/MANIFEST -%{_texdir}/texmf-dist/doc/latex/lshort-italian/Makefile -%{_texdir}/texmf-dist/doc/latex/lshort-italian/README -%{_texdir}/texmf-dist/doc/latex/lshort-italian/TRANSLATIONS -%{_texdir}/texmf-dist/doc/latex/lshort-italian/fixdate.pl -%{_texdir}/texmf-dist/doc/latex/lshort-italian/itlshort.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-italian/src.zip +%{_mandir}/man1/tpic2pdftex.1* -%files psfrag-italian-doc +%files tpic2pdftex-doc %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/psfrag-italian/itpfgguide.pdf -%{_texdir}/texmf-dist/doc/latex/psfrag-italian/itpfgguide.tex +%{_texdir}/texmf-dist/doc/tpic2pdftex/Makefile +%{_texdir}/texmf-dist/doc/tpic2pdftex/beamerexample.pdf +%{_texdir}/texmf-dist/doc/tpic2pdftex/beamerexample.pic +%{_texdir}/texmf-dist/doc/tpic2pdftex/example.pdf +%{_texdir}/texmf-dist/doc/tpic2pdftex/example.pic -%files texlive-it-doc +%files tpic2pdftex-bin %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-it/Makefile -%{_texdir}/texmf/doc/texlive/texlive-it/texlive-it.html -%{_texdir}/texmf/doc/texlive/texlive-it/texlive-it.pdf -%{_texdir}/texmf/doc/texlive/texlive-it/texlive-it.tex +%doc gpl.txt +%{_bindir}/tpic2pdftex -%files collection-documentation-japanese +%files typeoutfileinfo %defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh -%files lshort-japanese-doc +%files typeoutfileinfo-doc %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/00README -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/CHANGES.jp -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/READ.ME -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/jlshort-1.00.src.tar.gz -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/jlshort.pdf +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/support/typeoutfileinfo/README -%files collection-documentation-korean +%files typeoutfileinfo-bin %defattr(-,root,root) +%doc lppl1.3.txt +%{_bindir}/typeoutfileinfo -%files lshort-korean-doc +%files web %defattr(-,root,root) -%doc fdl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-korean/README.ko -%{_texdir}/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz -%{_texdir}/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf +%doc knuth.txt +%{_mandir}/man1/tangle.1* +%{_mandir}/man1/weave.1* -%files collection-documentation-mongolian +%files web-bin %defattr(-,root,root) +%doc knuth.txt +%{_bindir}/tangle +%{_bindir}/weave -%files lshort-mongol-doc +%files collection-context %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/00README -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/CHANGES -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/MANIFEST -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/Makefile -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/README -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/TODO -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/TRANSLATIONS -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/fixdate.pl -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/lshort-mn.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/appendix.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-base.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-mn.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort.sty -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/typeset.tex -%files collection-documentation-polish +%files context +%defattr(-,root,root) +%{_mandir}/man1/context.1* +%{_mandir}/man1/ctxtools.1* +%{_mandir}/man1/luatools.1* +%{_mandir}/man1/mtx-babel.1* +%{_mandir}/man1/mtx-base.1* +%{_mandir}/man1/mtx-cache.1* +%{_mandir}/man1/mtx-chars.1* +%{_mandir}/man1/mtx-check.1* +%{_mandir}/man1/mtx-colors.1* +%{_mandir}/man1/mtx-context.1* +%{_mandir}/man1/mtx-epub.1* +%{_mandir}/man1/mtx-fcd.1* +%{_mandir}/man1/mtx-flac.1* +%{_mandir}/man1/mtx-fonts.1* +%{_mandir}/man1/mtx-grep.1* +%{_mandir}/man1/mtx-interface.1* +%{_mandir}/man1/mtx-metapost.1* +%{_mandir}/man1/mtx-metatex.1* +%{_mandir}/man1/mtx-modules.1* +%{_mandir}/man1/mtx-package.1* +%{_mandir}/man1/mtx-patterns.1* +%{_mandir}/man1/mtx-pdf.1* +%{_mandir}/man1/mtx-profile.1* +%{_mandir}/man1/mtx-rsync.1* +%{_mandir}/man1/mtx-scite.1* +%{_mandir}/man1/mtx-server.1* +%{_mandir}/man1/mtx-texworks.1* +%{_mandir}/man1/mtx-timing.1* +%{_mandir}/man1/mtx-tools.1* +%{_mandir}/man1/mtx-unzip.1* +%{_mandir}/man1/mtx-update.1* +%{_mandir}/man1/mtx-watch.1* +%{_mandir}/man1/mtxrun.1* +%{_mandir}/man1/pstopdf.1* +%{_mandir}/man1/texexec.1* +%{_mandir}/man1/texmfstart.1* +%{_texdir}/texmf-dist/bibtex/bst/context/cont-ab.bst +%{_texdir}/texmf-dist/bibtex/bst/context/cont-au.bst +%{_texdir}/texmf-dist/bibtex/bst/context/cont-no.bst +%{_texdir}/texmf-dist/bibtex/bst/context/cont-ti.bst +%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-context.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-interfaces.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-metafun.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-metapost.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/data/scite-context-data-tex.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-cld.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-lua-longstring.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-lua.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-mps.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf-object.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf-xref.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-txt.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-web.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-cdata.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-comment.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-script.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer-xml.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/scite-context-lexer.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/themes/scite-context-theme-keep.lua +%{_texdir}/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua +%{_texdir}/texmf-dist/context/data/scite/metapost.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-data-context.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-data-interfaces.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-data-metafun.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-data-metapost.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-data-tex.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-external.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-internal.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-readme.pdf +%{_texdir}/texmf-dist/context/data/scite/scite-context-readme.tex +%{_texdir}/texmf-dist/context/data/scite/scite-context-user.properties +%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.pdf +%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.png +%{_texdir}/texmf-dist/context/data/scite/scite-context-visual.tex +%{_texdir}/texmf-dist/context/data/scite/scite-context.properties +%{_texdir}/texmf-dist/context/data/scite/scite-ctx-context.properties +%{_texdir}/texmf-dist/context/data/scite/scite-ctx-example.properties +%{_texdir}/texmf-dist/context/data/scite/scite-ctx.lua +%{_texdir}/texmf-dist/context/data/scite/scite-ctx.properties +%{_texdir}/texmf-dist/context/data/scite/scite-metapost.properties +%{_texdir}/texmf-dist/context/data/scite/scite-pragma.properties +%{_texdir}/texmf-dist/context/data/scite/scite-tex.properties +%{_texdir}/texmf-dist/context/data/scite/tex.properties +%{_texdir}/texmf-dist/context/data/texfont/type-buy.dat +%{_texdir}/texmf-dist/context/data/texfont/type-fsf.dat +%{_texdir}/texmf-dist/context/data/texfont/type-ghz.dat +%{_texdir}/texmf-dist/context/data/texfont/type-tmf.dat +%{_texdir}/texmf-dist/context/data/texworks/TUG/TeXworks.ini +%{_texdir}/texmf-dist/context/data/texworks/completion/tw-context.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/auto-indent-patterns.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/delimiter-pairs.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/smart-quotes-modes.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/syntax-patterns.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/tag-patterns.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/texworks-config.txt +%{_texdir}/texmf-dist/context/data/texworks/configuration/tools.ini +%{_texdir}/texmf-dist/context/data/texworks/texworks-context.rme +%{_texdir}/texmf-dist/context/data/texworks/texworks-setup.ini +%{_texdir}/texmf-dist/fonts/afm/hoekwater/context/contnav.afm +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-CNS1-4.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-GB1-4.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Identity-0.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-5.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-6.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan2-0.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Korea1-2.cidmap +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmin.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmit.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmitt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmrm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/cmtt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/ec-2004.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/q-8r.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/context/teff-trinite.enc +%{_texdir}/texmf-dist/fonts/fea/context/greek-babel.fea +%{_texdir}/texmf-dist/fonts/fea/context/test-features.fea +%{_texdir}/texmf-dist/fonts/fea/context/texhistoric.fea +%{_texdir}/texmf-dist/fonts/fea/context/verbose-digits.fea +%{_texdir}/texmf-dist/fonts/map/dvips/context/contnav.map +%{_texdir}/texmf-dist/fonts/map/luatex/context/demo-font.lum +%{_texdir}/texmf-dist/fonts/map/pdftex/context/8r-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/ec-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/ec-os-public-lm.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-px.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/mkiv-tx.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-adobe-euro.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-cmr.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-ams-euler.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-context-symbol.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-dummy.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-empty.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-micropress-informal.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-csr.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-lm.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-plr.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-public-vnr.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-vogel-symbol.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-wasy.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-youngryu-px.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/original-youngryu-tx.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/qx-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/qx-os-public-lm.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/t5-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/t5-os-public-lm.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/texnansi-base.map +%{_texdir}/texmf-dist/fonts/map/pdftex/context/texnansi-os-public-lm.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.tec +%{_texdir}/texmf-dist/fonts/pfm/hoekwater/context/contnav.pfm +%{_texdir}/texmf-dist/fonts/tfm/hoekwater/context/contnav.tfm +%{_texdir}/texmf-dist/fonts/type1/hoekwater/context/contnav.pfb +%{_texdir}/texmf-dist/metapost/context/base/metafun.mp +%{_texdir}/texmf-dist/metapost/context/base/metafun.mpii +%{_texdir}/texmf-dist/metapost/context/base/metafun.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-abck.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-apos.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-asnc.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-back.mp +%{_texdir}/texmf-dist/metapost/context/base/mp-base.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-base.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-butt.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-butt.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-char.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-char.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-chem.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-core.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-core.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-crop.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-figs.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-figs.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-fobg.mp +%{_texdir}/texmf-dist/metapost/context/base/mp-form.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-form.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-func.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-func.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-grap.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-grid.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-grid.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-grph.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-grph.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-idea.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-mlib.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-page.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-page.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-shap.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-shap.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-spec.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-step.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-step.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-symb.mp +%{_texdir}/texmf-dist/metapost/context/base/mp-text.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-text.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-tool.mpii +%{_texdir}/texmf-dist/metapost/context/base/mp-tool.mpiv +%{_texdir}/texmf-dist/metapost/context/base/mp-txts.mpii +%{_texdir}/texmf-dist/metapost/context/font/punkfont-bold.mp +%{_texdir}/texmf-dist/metapost/context/font/punkfont-boldslanted.mp +%{_texdir}/texmf-dist/metapost/context/font/punkfont-characters.mp +%{_texdir}/texmf-dist/metapost/context/font/punkfont-definitions.mp +%{_texdir}/texmf-dist/metapost/context/font/punkfont-slanted.mp +%{_texdir}/texmf-dist/metapost/context/font/punkfont.mp +%{_texdir}/texmf-dist/scripts/context/lua/mtx-babel.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-base.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-cache.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-chars.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-check.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-colors.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-context.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-context.xml +%{_texdir}/texmf-dist/scripts/context/lua/mtx-convert.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-epub.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-fcd.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-flac.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-fonts.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-grep.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-interface.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-metapost.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-metatex.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-mk-help.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-modules.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-mtxworks.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-package.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-patterns.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-pdf.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-profile.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-rsync.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-scite.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-fonttest.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-help.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-server-ctx-startup.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-server.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-texworks.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-timing.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-tools.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-unzip.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-update.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtx-watch.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtxlibs.lua +%{_texdir}/texmf-dist/scripts/context/lua/mtxrun.lua +%{_texdir}/texmf-dist/scripts/context/perl/makempy.pl +%{_texdir}/texmf-dist/scripts/context/perl/path_tre.pm +%{_texdir}/texmf-dist/scripts/context/perl/pdftrimwhite.pl +%{_texdir}/texmf-dist/scripts/context/perl/texfind.pl +%{_texdir}/texmf-dist/scripts/context/perl/texfont.pl +%{_texdir}/texmf-dist/scripts/context/ruby/base/ctx.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/exa.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/file.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpsedirect.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpsefast.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpseremote.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpserunner.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/logger.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/merge.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/mp.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/pdf.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/state.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/switch.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/system.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/tex.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/texutil.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/tool.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/variables.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/drb.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/soap.rb +%{_texdir}/texmf-dist/scripts/context/ruby/base/kpse/trees.rb +%{_texdir}/texmf-dist/scripts/context/ruby/concheck.rb +%{_texdir}/texmf-dist/scripts/context/ruby/ctxtools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/imgtopdf.rb +%{_texdir}/texmf-dist/scripts/context/ruby/pdftools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/pstopdf.rb +%{_texdir}/texmf-dist/scripts/context/ruby/rlxtools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/rscortool.rb +%{_texdir}/texmf-dist/scripts/context/ruby/rsfiltool.rb +%{_texdir}/texmf-dist/scripts/context/ruby/rslibtool.rb +%{_texdir}/texmf-dist/scripts/context/ruby/runtools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/texexec.rb +%{_texdir}/texmf-dist/scripts/context/ruby/texmfstart.rb +%{_texdir}/texmf-dist/scripts/context/ruby/textools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/texutil.rb +%{_texdir}/texmf-dist/scripts/context/ruby/tmftools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/xmltools.rb +%{_texdir}/texmf-dist/scripts/context/ruby/graphics/gs.rb +%{_texdir}/texmf-dist/scripts/context/ruby/graphics/inkscape.rb +%{_texdir}/texmf-dist/scripts/context/ruby/graphics/magick.rb +%{_texdir}/texmf-dist/scripts/context/stubs/unix/context +%{_texdir}/texmf-dist/scripts/context/stubs/unix/ctxtools +%{_texdir}/texmf-dist/scripts/context/stubs/unix/luatools +%{_texdir}/texmf-dist/scripts/context/stubs/unix/metatex +%{_texdir}/texmf-dist/scripts/context/stubs/unix/mptopdf +%{_texdir}/texmf-dist/scripts/context/stubs/unix/mtxrun +%{_texdir}/texmf-dist/scripts/context/stubs/unix/mtxworks +%{_texdir}/texmf-dist/scripts/context/stubs/unix/pstopdf +%{_texdir}/texmf-dist/scripts/context/stubs/unix/texexec +%{_texdir}/texmf-dist/scripts/context/stubs/unix/texmfstart +%{_texdir}/texmf-dist/tex/context/base/anch-bar.mkii +%{_texdir}/texmf-dist/tex/context/base/anch-bar.mkiv +%{_texdir}/texmf-dist/tex/context/base/anch-bck.mkvi +%{_texdir}/texmf-dist/tex/context/base/anch-pgr.lua +%{_texdir}/texmf-dist/tex/context/base/anch-pgr.mkii +%{_texdir}/texmf-dist/tex/context/base/anch-pgr.mkiv +%{_texdir}/texmf-dist/tex/context/base/anch-pos.lua +%{_texdir}/texmf-dist/tex/context/base/anch-pos.mkii +%{_texdir}/texmf-dist/tex/context/base/anch-pos.mkiv +%{_texdir}/texmf-dist/tex/context/base/anch-snc.mkii +%{_texdir}/texmf-dist/tex/context/base/anch-snc.mkiv +%{_texdir}/texmf-dist/tex/context/base/anch-tab.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-col.lua +%{_texdir}/texmf-dist/tex/context/base/attr-col.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-eff.lua +%{_texdir}/texmf-dist/tex/context/base/attr-eff.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-ini.lua +%{_texdir}/texmf-dist/tex/context/base/attr-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-lay.lua +%{_texdir}/texmf-dist/tex/context/base/attr-lay.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-mkr.lua +%{_texdir}/texmf-dist/tex/context/base/attr-mkr.mkiv +%{_texdir}/texmf-dist/tex/context/base/attr-neg.lua +%{_texdir}/texmf-dist/tex/context/base/attr-neg.mkiv +%{_texdir}/texmf-dist/tex/context/base/back-exp.lua +%{_texdir}/texmf-dist/tex/context/base/back-exp.mkiv +%{_texdir}/texmf-dist/tex/context/base/back-ini.lua +%{_texdir}/texmf-dist/tex/context/base/back-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/back-pdf.lua +%{_texdir}/texmf-dist/tex/context/base/back-pdf.mkiv +%{_texdir}/texmf-dist/tex/context/base/back-swf.mkiv +%{_texdir}/texmf-dist/tex/context/base/back-u3d.mkiv +%{_texdir}/texmf-dist/tex/context/base/bibl-bib.lua +%{_texdir}/texmf-dist/tex/context/base/bibl-bib.mkiv +%{_texdir}/texmf-dist/tex/context/base/bibl-tra.lua +%{_texdir}/texmf-dist/tex/context/base/bibl-tra.mkii +%{_texdir}/texmf-dist/tex/context/base/bibl-tra.mkiv +%{_texdir}/texmf-dist/tex/context/base/bibl-tst.lua +%{_texdir}/texmf-dist/tex/context/base/blob-ini.lua +%{_texdir}/texmf-dist/tex/context/base/blob-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-default.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-default.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-escaped.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-escaped.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-lua.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-lua.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-mp.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-mp.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-nested.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-nested.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-parsed-xml.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-parsed-xml.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-tex.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-tex.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-imp-xml.lua +%{_texdir}/texmf-dist/tex/context/base/buff-imp-xml.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-ini.lua +%{_texdir}/texmf-dist/tex/context/base/buff-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/buff-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/buff-par.lua +%{_texdir}/texmf-dist/tex/context/base/buff-par.mkvi +%{_texdir}/texmf-dist/tex/context/base/buff-ver.lua +%{_texdir}/texmf-dist/tex/context/base/buff-ver.mkii +%{_texdir}/texmf-dist/tex/context/base/buff-ver.mkiv +%{_texdir}/texmf-dist/tex/context/base/bxml-apa.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-act.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-act.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-ctx.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-def.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-ini.lua +%{_texdir}/texmf-dist/tex/context/base/catc-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-sym.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-sym.mkiv +%{_texdir}/texmf-dist/tex/context/base/catc-xml.mkii +%{_texdir}/texmf-dist/tex/context/base/catc-xml.mkiv +%{_texdir}/texmf-dist/tex/context/base/char-act.mkiv +%{_texdir}/texmf-dist/tex/context/base/char-cjk.lua +%{_texdir}/texmf-dist/tex/context/base/char-def.lua +%{_texdir}/texmf-dist/tex/context/base/char-enc.lua +%{_texdir}/texmf-dist/tex/context/base/char-enc.mkiv +%{_texdir}/texmf-dist/tex/context/base/char-ent.lua +%{_texdir}/texmf-dist/tex/context/base/char-ini.lua +%{_texdir}/texmf-dist/tex/context/base/char-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/char-map.lua +%{_texdir}/texmf-dist/tex/context/base/char-tex.lua +%{_texdir}/texmf-dist/tex/context/base/char-utf.lua +%{_texdir}/texmf-dist/tex/context/base/char-utf.mkiv +%{_texdir}/texmf-dist/tex/context/base/chem-ini.lua +%{_texdir}/texmf-dist/tex/context/base/chem-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/chem-str.lua +%{_texdir}/texmf-dist/tex/context/base/chem-str.mkiv +%{_texdir}/texmf-dist/tex/context/base/cldf-bas.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-bas.mkiv +%{_texdir}/texmf-dist/tex/context/base/cldf-com.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-com.mkiv +%{_texdir}/texmf-dist/tex/context/base/cldf-ini.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/cldf-int.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-int.mkiv +%{_texdir}/texmf-dist/tex/context/base/cldf-prs.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-ver.lua +%{_texdir}/texmf-dist/tex/context/base/cldf-ver.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-ema.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-ext.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-ext.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-grp.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-hex.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-icc.lua +%{_texdir}/texmf-dist/tex/context/base/colo-imp-dem.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-imp-ema.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-imp-rgb.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-imp-x11.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-imp-xwi.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-ini.lua +%{_texdir}/texmf-dist/tex/context/base/colo-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-rgb.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-run.lua +%{_texdir}/texmf-dist/tex/context/base/colo-run.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-run.mkiv +%{_texdir}/texmf-dist/tex/context/base/colo-x11.mkii +%{_texdir}/texmf-dist/tex/context/base/colo-xwi.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-cs.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-cs.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-de.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-de.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-en.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-en.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-err.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-fil.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-fil.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-fr.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-fr.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-gb.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-gb.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-it.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-it.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-log.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-log.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-new.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-new.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-new.tmp +%{_texdir}/texmf-dist/tex/context/base/cont-nl.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-nl.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-nop.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-pe.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-ro.mkii +%{_texdir}/texmf-dist/tex/context/base/cont-ro.mkiv +%{_texdir}/texmf-dist/tex/context/base/cont-sys.ori +%{_texdir}/texmf-dist/tex/context/base/cont-yes.mkiv +%{_texdir}/texmf-dist/tex/context/base/context-base.lmx +%{_texdir}/texmf-dist/tex/context/base/context-characters.lmx +%{_texdir}/texmf-dist/tex/context/base/context-debug.lmx +%{_texdir}/texmf-dist/tex/context/base/context-error.lmx +%{_texdir}/texmf-dist/tex/context/base/context-fonttest.lmx +%{_texdir}/texmf-dist/tex/context/base/context-help.lmx +%{_texdir}/texmf-dist/tex/context/base/context-timing.lmx +%{_texdir}/texmf-dist/tex/context/base/context-version.pdf +%{_texdir}/texmf-dist/tex/context/base/context-version.png +%{_texdir}/texmf-dist/tex/context/base/context.css +%{_texdir}/texmf-dist/tex/context/base/context.lus +%{_texdir}/texmf-dist/tex/context/base/context.mkii +%{_texdir}/texmf-dist/tex/context/base/context.mkiv +%{_texdir}/texmf-dist/tex/context/base/context.rme +%{_texdir}/texmf-dist/tex/context/base/context.tmp +%{_texdir}/texmf-dist/tex/context/base/core-con.lua +%{_texdir}/texmf-dist/tex/context/base/core-con.mkii +%{_texdir}/texmf-dist/tex/context/base/core-con.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-ctx.ctx +%{_texdir}/texmf-dist/tex/context/base/core-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/core-ctx.mkii +%{_texdir}/texmf-dist/tex/context/base/core-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-dat.lua +%{_texdir}/texmf-dist/tex/context/base/core-dat.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-def.mkii +%{_texdir}/texmf-dist/tex/context/base/core-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-env.lua +%{_texdir}/texmf-dist/tex/context/base/core-env.mkii +%{_texdir}/texmf-dist/tex/context/base/core-env.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-fil.mkii +%{_texdir}/texmf-dist/tex/context/base/core-fnt.mkii +%{_texdir}/texmf-dist/tex/context/base/core-gen.mkii +%{_texdir}/texmf-dist/tex/context/base/core-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/core-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-job.mkii +%{_texdir}/texmf-dist/tex/context/base/core-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/core-par.mkii +%{_texdir}/texmf-dist/tex/context/base/core-stg.mkii +%{_texdir}/texmf-dist/tex/context/base/core-sys.lua +%{_texdir}/texmf-dist/tex/context/base/core-sys.mkii +%{_texdir}/texmf-dist/tex/context/base/core-sys.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-two.lua +%{_texdir}/texmf-dist/tex/context/base/core-two.mkii +%{_texdir}/texmf-dist/tex/context/base/core-two.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-uti.lua +%{_texdir}/texmf-dist/tex/context/base/core-uti.mkii +%{_texdir}/texmf-dist/tex/context/base/core-uti.mkiv +%{_texdir}/texmf-dist/tex/context/base/core-var.mkii +%{_texdir}/texmf-dist/tex/context/base/data-aux.lua +%{_texdir}/texmf-dist/tex/context/base/data-bin.lua +%{_texdir}/texmf-dist/tex/context/base/data-con.lua +%{_texdir}/texmf-dist/tex/context/base/data-crl.lua +%{_texdir}/texmf-dist/tex/context/base/data-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/data-env.lua +%{_texdir}/texmf-dist/tex/context/base/data-exp.lua +%{_texdir}/texmf-dist/tex/context/base/data-fil.lua +%{_texdir}/texmf-dist/tex/context/base/data-gen.lua +%{_texdir}/texmf-dist/tex/context/base/data-ini.lua +%{_texdir}/texmf-dist/tex/context/base/data-inp.lua +%{_texdir}/texmf-dist/tex/context/base/data-lst.lua +%{_texdir}/texmf-dist/tex/context/base/data-lua.lua +%{_texdir}/texmf-dist/tex/context/base/data-met.lua +%{_texdir}/texmf-dist/tex/context/base/data-out.lua +%{_texdir}/texmf-dist/tex/context/base/data-pre.lua +%{_texdir}/texmf-dist/tex/context/base/data-res.lua +%{_texdir}/texmf-dist/tex/context/base/data-sch.lua +%{_texdir}/texmf-dist/tex/context/base/data-tex.lua +%{_texdir}/texmf-dist/tex/context/base/data-tmf.lua +%{_texdir}/texmf-dist/tex/context/base/data-tmp.lua +%{_texdir}/texmf-dist/tex/context/base/data-tre.lua +%{_texdir}/texmf-dist/tex/context/base/data-use.lua +%{_texdir}/texmf-dist/tex/context/base/data-vir.lua +%{_texdir}/texmf-dist/tex/context/base/data-zip.lua +%{_texdir}/texmf-dist/tex/context/base/enco-032.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-037.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-acc.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-agr.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ans.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-cas.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-chi.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-com.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-cyr.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-def.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ec.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ecm.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-el.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-fde.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ffr.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-fpl.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-fro.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-fsl.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-grk.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-heb.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ibm.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-il2.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/enco-l7x.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-lat.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-pdf.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-pfr.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-pol.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-qx.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-raw.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-run.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-t5.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-tbo.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-uc.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-vis.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-vna.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-win.mkii +%{_texdir}/texmf-dist/tex/context/base/enco-x5.mkii +%{_texdir}/texmf-dist/tex/context/base/export-example.css +%{_texdir}/texmf-dist/tex/context/base/export-example.rng +%{_texdir}/texmf-dist/tex/context/base/export-example.tex +%{_texdir}/texmf-dist/tex/context/base/file-ini.lua +%{_texdir}/texmf-dist/tex/context/base/file-ini.mkvi +%{_texdir}/texmf-dist/tex/context/base/file-job.lua +%{_texdir}/texmf-dist/tex/context/base/file-job.mkvi +%{_texdir}/texmf-dist/tex/context/base/file-lib.lua +%{_texdir}/texmf-dist/tex/context/base/file-lib.mkvi +%{_texdir}/texmf-dist/tex/context/base/file-mod.lua +%{_texdir}/texmf-dist/tex/context/base/file-mod.mkvi +%{_texdir}/texmf-dist/tex/context/base/file-res.lua +%{_texdir}/texmf-dist/tex/context/base/file-res.mkvi +%{_texdir}/texmf-dist/tex/context/base/file-syn.lua +%{_texdir}/texmf-dist/tex/context/base/file-syn.mkvi +%{_texdir}/texmf-dist/tex/context/base/filt-bas.mkii +%{_texdir}/texmf-dist/tex/context/base/filt-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/font-afk.lua +%{_texdir}/texmf-dist/tex/context/base/font-afm.lua +%{_texdir}/texmf-dist/tex/context/base/font-age.lua +%{_texdir}/texmf-dist/tex/context/base/font-agl.lua +%{_texdir}/texmf-dist/tex/context/base/font-arb.mkii +%{_texdir}/texmf-dist/tex/context/base/font-aux.lua +%{_texdir}/texmf-dist/tex/context/base/font-aux.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-bfm.mkii +%{_texdir}/texmf-dist/tex/context/base/font-chi.mkii +%{_texdir}/texmf-dist/tex/context/base/font-chk.lua +%{_texdir}/texmf-dist/tex/context/base/font-chk.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-cid.lua +%{_texdir}/texmf-dist/tex/context/base/font-col.lua +%{_texdir}/texmf-dist/tex/context/base/font-col.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-con.lua +%{_texdir}/texmf-dist/tex/context/base/font-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/font-def.lua +%{_texdir}/texmf-dist/tex/context/base/font-emp.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-enc.lua +%{_texdir}/texmf-dist/tex/context/base/font-enh.lua +%{_texdir}/texmf-dist/tex/context/base/font-ext.lua +%{_texdir}/texmf-dist/tex/context/base/font-fbk.lua +%{_texdir}/texmf-dist/tex/context/base/font-fea.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-fil.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-gds.lua +%{_texdir}/texmf-dist/tex/context/base/font-gds.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-heb.mkii +%{_texdir}/texmf-dist/tex/context/base/font-hsh.lua +%{_texdir}/texmf-dist/tex/context/base/font-ini.lua +%{_texdir}/texmf-dist/tex/context/base/font-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/font-ini.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-jap.mkii +%{_texdir}/texmf-dist/tex/context/base/font-ldr.lua +%{_texdir}/texmf-dist/tex/context/base/font-lib.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-log.lua +%{_texdir}/texmf-dist/tex/context/base/font-lua.lua +%{_texdir}/texmf-dist/tex/context/base/font-map.lua +%{_texdir}/texmf-dist/tex/context/base/font-mat.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-mis.lua +%{_texdir}/texmf-dist/tex/context/base/font-nod.lua +%{_texdir}/texmf-dist/tex/context/base/font-odk.lua +%{_texdir}/texmf-dist/tex/context/base/font-odv.lua +%{_texdir}/texmf-dist/tex/context/base/font-ota.lua +%{_texdir}/texmf-dist/tex/context/base/font-otb.lua +%{_texdir}/texmf-dist/tex/context/base/font-otc.lua +%{_texdir}/texmf-dist/tex/context/base/font-otd.lua +%{_texdir}/texmf-dist/tex/context/base/font-otf.lua +%{_texdir}/texmf-dist/tex/context/base/font-oth.lua +%{_texdir}/texmf-dist/tex/context/base/font-oti.lua +%{_texdir}/texmf-dist/tex/context/base/font-otn.lua +%{_texdir}/texmf-dist/tex/context/base/font-otp.lua +%{_texdir}/texmf-dist/tex/context/base/font-ott.lua +%{_texdir}/texmf-dist/tex/context/base/font-otx.lua +%{_texdir}/texmf-dist/tex/context/base/font-pat.lua +%{_texdir}/texmf-dist/tex/context/base/font-pre.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-run.mkii +%{_texdir}/texmf-dist/tex/context/base/font-run.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-set.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-sol.lua +%{_texdir}/texmf-dist/tex/context/base/font-sol.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-sty.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-sym.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-syn.lua +%{_texdir}/texmf-dist/tex/context/base/font-tfm.lua +%{_texdir}/texmf-dist/tex/context/base/font-tra.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-uni.mkii +%{_texdir}/texmf-dist/tex/context/base/font-uni.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-unk.mkii +%{_texdir}/texmf-dist/tex/context/base/font-unk.mkiv +%{_texdir}/texmf-dist/tex/context/base/font-var.mkvi +%{_texdir}/texmf-dist/tex/context/base/font-vf.lua +%{_texdir}/texmf-dist/tex/context/base/font-xtx.mkii +%{_texdir}/texmf-dist/tex/context/base/grph-epd.lua +%{_texdir}/texmf-dist/tex/context/base/grph-epd.mkiv +%{_texdir}/texmf-dist/tex/context/base/grph-fig.mkii +%{_texdir}/texmf-dist/tex/context/base/grph-fig.mkiv +%{_texdir}/texmf-dist/tex/context/base/grph-fil.lua +%{_texdir}/texmf-dist/tex/context/base/grph-inc.lua +%{_texdir}/texmf-dist/tex/context/base/grph-inc.mkii +%{_texdir}/texmf-dist/tex/context/base/grph-inc.mkiv +%{_texdir}/texmf-dist/tex/context/base/grph-raw.lua +%{_texdir}/texmf-dist/tex/context/base/grph-raw.mkiv +%{_texdir}/texmf-dist/tex/context/base/grph-swf.lua +%{_texdir}/texmf-dist/tex/context/base/grph-trf.mkii +%{_texdir}/texmf-dist/tex/context/base/grph-trf.mkiv +%{_texdir}/texmf-dist/tex/context/base/grph-u3d.lua +%{_texdir}/texmf-dist/tex/context/base/grph-wnd.lua +%{_texdir}/texmf-dist/tex/context/base/hand-def.mkii +%{_texdir}/texmf-dist/tex/context/base/hand-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/hand-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-ans.mkii +%{_texdir}/texmf-dist/tex/context/base/java-exa.mkii +%{_texdir}/texmf-dist/tex/context/base/java-fil.mkii +%{_texdir}/texmf-dist/tex/context/base/java-fld.mkii +%{_texdir}/texmf-dist/tex/context/base/java-imp-exa.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-imp-fil.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-imp-fld.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-imp-rhh.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-imp-stp.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-ini.lua +%{_texdir}/texmf-dist/tex/context/base/java-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/java-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/java-stp.mkii +%{_texdir}/texmf-dist/tex/context/base/l-boolean.lua +%{_texdir}/texmf-dist/tex/context/base/l-dir.lua +%{_texdir}/texmf-dist/tex/context/base/l-file.lua +%{_texdir}/texmf-dist/tex/context/base/l-function.lua +%{_texdir}/texmf-dist/tex/context/base/l-io.lua +%{_texdir}/texmf-dist/tex/context/base/l-lpeg.lua +%{_texdir}/texmf-dist/tex/context/base/l-lua.lua +%{_texdir}/texmf-dist/tex/context/base/l-math.lua +%{_texdir}/texmf-dist/tex/context/base/l-md5.lua +%{_texdir}/texmf-dist/tex/context/base/l-number.lua +%{_texdir}/texmf-dist/tex/context/base/l-os.lua +%{_texdir}/texmf-dist/tex/context/base/l-package.lua +%{_texdir}/texmf-dist/tex/context/base/l-pdfview.lua +%{_texdir}/texmf-dist/tex/context/base/l-set.lua +%{_texdir}/texmf-dist/tex/context/base/l-string.lua +%{_texdir}/texmf-dist/tex/context/base/l-table.lua +%{_texdir}/texmf-dist/tex/context/base/l-unicode.lua +%{_texdir}/texmf-dist/tex/context/base/l-url.lua +%{_texdir}/texmf-dist/tex/context/base/l-xml.lua +%{_texdir}/texmf-dist/tex/context/base/lang-all.xml +%{_texdir}/texmf-dist/tex/context/base/lang-alt.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-ana.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-art.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-bal.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-cel.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-chi.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-ctx.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-cyr.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-def.lua +%{_texdir}/texmf-dist/tex/context/base/lang-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-dis.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-frd.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-frd.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-frq-de.lua +%{_texdir}/texmf-dist/tex/context/base/lang-frq-en.lua +%{_texdir}/texmf-dist/tex/context/base/lang-frq-nl.lua +%{_texdir}/texmf-dist/tex/context/base/lang-frq.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-frq.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-ger.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-grk.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-ind.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-ini.lua +%{_texdir}/texmf-dist/tex/context/base/lang-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-ita.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-jap.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-lab.lua +%{_texdir}/texmf-dist/tex/context/base/lang-lab.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-lab.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-mis.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-run.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-sla.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-spa.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-spa.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-spe.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-txt.lua +%{_texdir}/texmf-dist/tex/context/base/lang-ura.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-url.lua +%{_texdir}/texmf-dist/tex/context/base/lang-url.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-url.mkiv +%{_texdir}/texmf-dist/tex/context/base/lang-vn.mkii +%{_texdir}/texmf-dist/tex/context/base/lang-wrd.lua +%{_texdir}/texmf-dist/tex/context/base/lang-wrd.mkiv +%{_texdir}/texmf-dist/tex/context/base/layo-ini.lua +%{_texdir}/texmf-dist/tex/context/base/layo-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/lpdf-ano.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-col.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-enc.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-epa.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-epd.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-fld.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-fmt.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-grp.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-ini.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-mis.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-mov.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-nod.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-pda.xml +%{_texdir}/texmf-dist/tex/context/base/lpdf-pdx.xml +%{_texdir}/texmf-dist/tex/context/base/lpdf-ren.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-swf.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-tag.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-u3d.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-wid.lua +%{_texdir}/texmf-dist/tex/context/base/lpdf-xmp.lua +%{_texdir}/texmf-dist/tex/context/base/luat-bas.mkiv +%{_texdir}/texmf-dist/tex/context/base/luat-bwc.lua +%{_texdir}/texmf-dist/tex/context/base/luat-cbk.lua +%{_texdir}/texmf-dist/tex/context/base/luat-cnf.lua +%{_texdir}/texmf-dist/tex/context/base/luat-cod.lua +%{_texdir}/texmf-dist/tex/context/base/luat-cod.mkiv +%{_texdir}/texmf-dist/tex/context/base/luat-env.lua +%{_texdir}/texmf-dist/tex/context/base/luat-exe.lua +%{_texdir}/texmf-dist/tex/context/base/luat-fio.lua +%{_texdir}/texmf-dist/tex/context/base/luat-fmt.lua +%{_texdir}/texmf-dist/tex/context/base/luat-ini.lua +%{_texdir}/texmf-dist/tex/context/base/luat-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/luat-iop.lua +%{_texdir}/texmf-dist/tex/context/base/luat-lib.mkiv +%{_texdir}/texmf-dist/tex/context/base/luat-lua.lua +%{_texdir}/texmf-dist/tex/context/base/luat-mac.lua +%{_texdir}/texmf-dist/tex/context/base/luat-run.lua +%{_texdir}/texmf-dist/tex/context/base/luat-soc.lua +%{_texdir}/texmf-dist/tex/context/base/luat-sta.lua +%{_texdir}/texmf-dist/tex/context/base/luat-sto.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-aux.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-css.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-css.mkiv +%{_texdir}/texmf-dist/tex/context/base/lxml-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/lxml-dir.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-ent.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-inf.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/lxml-lpt.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-mis.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-sor.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-sor.mkiv +%{_texdir}/texmf-dist/tex/context/base/lxml-tab.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-tex.lua +%{_texdir}/texmf-dist/tex/context/base/lxml-xml.lua +%{_texdir}/texmf-dist/tex/context/base/m-arabtex.mkii +%{_texdir}/texmf-dist/tex/context/base/m-barcodes.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-chart.lua +%{_texdir}/texmf-dist/tex/context/base/m-chart.mkii +%{_texdir}/texmf-dist/tex/context/base/m-chart.mkvi +%{_texdir}/texmf-dist/tex/context/base/m-chemic.mkii +%{_texdir}/texmf-dist/tex/context/base/m-chemic.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-cweb.tex +%{_texdir}/texmf-dist/tex/context/base/m-database.lua +%{_texdir}/texmf-dist/tex/context/base/m-database.mkii +%{_texdir}/texmf-dist/tex/context/base/m-database.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-datastrc.tex +%{_texdir}/texmf-dist/tex/context/base/m-directives.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-dratex.mkii +%{_texdir}/texmf-dist/tex/context/base/m-edtsnc.mkii +%{_texdir}/texmf-dist/tex/context/base/m-educat.tex +%{_texdir}/texmf-dist/tex/context/base/m-fields.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-format.tex +%{_texdir}/texmf-dist/tex/context/base/m-graph.mkii +%{_texdir}/texmf-dist/tex/context/base/m-graph.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-ipsum.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-json.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-layout.tex +%{_texdir}/texmf-dist/tex/context/base/m-level.mkii +%{_texdir}/texmf-dist/tex/context/base/m-logcategories.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-markdown.lua +%{_texdir}/texmf-dist/tex/context/base/m-markdown.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-mathcrap.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-mkii.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-mkivhacks.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-morse.mkvi +%{_texdir}/texmf-dist/tex/context/base/m-narrowtt.tex +%{_texdir}/texmf-dist/tex/context/base/m-newmat.tex +%{_texdir}/texmf-dist/tex/context/base/m-nodechart.mkvi +%{_texdir}/texmf-dist/tex/context/base/m-ntb-to-xtb.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-obsolete.mkii +%{_texdir}/texmf-dist/tex/context/base/m-obsolete.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-oldfun.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-oldnum.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-pdfsnc.mkii +%{_texdir}/texmf-dist/tex/context/base/m-pictex.tex +%{_texdir}/texmf-dist/tex/context/base/m-pstricks.lua +%{_texdir}/texmf-dist/tex/context/base/m-pstricks.mkii +%{_texdir}/texmf-dist/tex/context/base/m-pstricks.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-punk.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-r.tex +%{_texdir}/texmf-dist/tex/context/base/m-spreadsheet.lua +%{_texdir}/texmf-dist/tex/context/base/m-spreadsheet.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-steps.lua +%{_texdir}/texmf-dist/tex/context/base/m-steps.mkii +%{_texdir}/texmf-dist/tex/context/base/m-steps.mkvi +%{_texdir}/texmf-dist/tex/context/base/m-streams.tex +%{_texdir}/texmf-dist/tex/context/base/m-subsub.tex +%{_texdir}/texmf-dist/tex/context/base/m-tex4ht.mkii +%{_texdir}/texmf-dist/tex/context/base/m-timing.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-trackers.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-translate.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-units.mkii +%{_texdir}/texmf-dist/tex/context/base/m-units.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-visual.mkii +%{_texdir}/texmf-dist/tex/context/base/m-visual.mkiv +%{_texdir}/texmf-dist/tex/context/base/m-zint.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-act.lua +%{_texdir}/texmf-dist/tex/context/base/math-ali.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-ams.mkii +%{_texdir}/texmf-dist/tex/context/base/math-arr.mkii +%{_texdir}/texmf-dist/tex/context/base/math-arr.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-cow.mkii +%{_texdir}/texmf-dist/tex/context/base/math-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-del.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-dim.lua +%{_texdir}/texmf-dist/tex/context/base/math-dis.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-eul.mkii +%{_texdir}/texmf-dist/tex/context/base/math-ext.lua +%{_texdir}/texmf-dist/tex/context/base/math-fbk.lua +%{_texdir}/texmf-dist/tex/context/base/math-fen.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-for.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-fou.mkii +%{_texdir}/texmf-dist/tex/context/base/math-frc.lua +%{_texdir}/texmf-dist/tex/context/base/math-frc.mkii +%{_texdir}/texmf-dist/tex/context/base/math-frc.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-ini.lua +%{_texdir}/texmf-dist/tex/context/base/math-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/math-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-inl.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-int.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-lbr.mkii +%{_texdir}/texmf-dist/tex/context/base/math-map.lua +%{_texdir}/texmf-dist/tex/context/base/math-mis.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-noa.lua +%{_texdir}/texmf-dist/tex/context/base/math-pln.mkii +%{_texdir}/texmf-dist/tex/context/base/math-pln.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-ren.lua +%{_texdir}/texmf-dist/tex/context/base/math-run.mkii +%{_texdir}/texmf-dist/tex/context/base/math-scr.mkiv +%{_texdir}/texmf-dist/tex/context/base/math-stc.mkvi +%{_texdir}/texmf-dist/tex/context/base/math-tag.lua +%{_texdir}/texmf-dist/tex/context/base/math-tex.mkii +%{_texdir}/texmf-dist/tex/context/base/math-tim.mkii +%{_texdir}/texmf-dist/tex/context/base/math-ttv.lua +%{_texdir}/texmf-dist/tex/context/base/math-uni.mkii +%{_texdir}/texmf-dist/tex/context/base/math-vfu.lua +%{_texdir}/texmf-dist/tex/context/base/meta-clp.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-dum.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-fig.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-fig.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-fun.lua +%{_texdir}/texmf-dist/tex/context/base/meta-fun.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-grd.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-clp.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-dum.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-fen.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-mis.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-nav.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-pre.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-imp-txt.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-ini.lua +%{_texdir}/texmf-dist/tex/context/base/meta-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-nav.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-pag.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-pag.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-pdf.lua +%{_texdir}/texmf-dist/tex/context/base/meta-pdf.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-pdf.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-pdh.lua +%{_texdir}/texmf-dist/tex/context/base/meta-pdh.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-pre.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-tex.lua +%{_texdir}/texmf-dist/tex/context/base/meta-tex.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-tex.mkiv +%{_texdir}/texmf-dist/tex/context/base/meta-txt.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-xml.mkii +%{_texdir}/texmf-dist/tex/context/base/meta-xml.mkiv +%{_texdir}/texmf-dist/tex/context/base/metatex.lus +%{_texdir}/texmf-dist/tex/context/base/metatex.tex +%{_texdir}/texmf-dist/tex/context/base/mlib-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/mlib-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/mlib-pdf.lua +%{_texdir}/texmf-dist/tex/context/base/mlib-pdf.mkiv +%{_texdir}/texmf-dist/tex/context/base/mlib-pps.lua +%{_texdir}/texmf-dist/tex/context/base/mlib-pps.mkiv +%{_texdir}/texmf-dist/tex/context/base/mlib-run.lua +%{_texdir}/texmf-dist/tex/context/base/mtx-context-arrange.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-combine.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-common.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-copy.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-ideas.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-listing.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-markdown.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-select.tex +%{_texdir}/texmf-dist/tex/context/base/mtx-context-timing.tex +%{_texdir}/texmf-dist/tex/context/base/mult-aux.lua +%{_texdir}/texmf-dist/tex/context/base/mult-aux.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-aux.mkiv +%{_texdir}/texmf-dist/tex/context/base/mult-chk.lua +%{_texdir}/texmf-dist/tex/context/base/mult-chk.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-chk.mkiv +%{_texdir}/texmf-dist/tex/context/base/mult-com.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-con.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-de.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-def.lua +%{_texdir}/texmf-dist/tex/context/base/mult-def.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/mult-dim.mkvi +%{_texdir}/texmf-dist/tex/context/base/mult-en.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-fr.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-fst.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-fun.lua +%{_texdir}/texmf-dist/tex/context/base/mult-ini.lua +%{_texdir}/texmf-dist/tex/context/base/mult-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/mult-it.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-low.lua +%{_texdir}/texmf-dist/tex/context/base/mult-mcs.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mde.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-men.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mes.lua +%{_texdir}/texmf-dist/tex/context/base/mult-mfr.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mit.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mnl.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mno.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mpe.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-mps.lua +%{_texdir}/texmf-dist/tex/context/base/mult-mro.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-nl.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-pe.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-prm.lua +%{_texdir}/texmf-dist/tex/context/base/mult-prm.mkiv +%{_texdir}/texmf-dist/tex/context/base/mult-ro.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-sys.mkii +%{_texdir}/texmf-dist/tex/context/base/mult-sys.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-acc.lua +%{_texdir}/texmf-dist/tex/context/base/node-aux.lua +%{_texdir}/texmf-dist/tex/context/base/node-bck.lua +%{_texdir}/texmf-dist/tex/context/base/node-bck.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-dir.lua +%{_texdir}/texmf-dist/tex/context/base/node-ext.lua +%{_texdir}/texmf-dist/tex/context/base/node-fin.lua +%{_texdir}/texmf-dist/tex/context/base/node-fin.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-fnt.lua +%{_texdir}/texmf-dist/tex/context/base/node-ini.lua +%{_texdir}/texmf-dist/tex/context/base/node-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-inj.lua +%{_texdir}/texmf-dist/tex/context/base/node-mig.lua +%{_texdir}/texmf-dist/tex/context/base/node-mig.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-pag.lua +%{_texdir}/texmf-dist/tex/context/base/node-pag.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-pro.lua +%{_texdir}/texmf-dist/tex/context/base/node-ref.lua +%{_texdir}/texmf-dist/tex/context/base/node-res.lua +%{_texdir}/texmf-dist/tex/context/base/node-rul.lua +%{_texdir}/texmf-dist/tex/context/base/node-rul.mkiv +%{_texdir}/texmf-dist/tex/context/base/node-ser.lua +%{_texdir}/texmf-dist/tex/context/base/node-shp.lua +%{_texdir}/texmf-dist/tex/context/base/node-snp.lua +%{_texdir}/texmf-dist/tex/context/base/node-tex.lua +%{_texdir}/texmf-dist/tex/context/base/node-tra.lua +%{_texdir}/texmf-dist/tex/context/base/node-tsk.lua +%{_texdir}/texmf-dist/tex/context/base/node-tst.lua +%{_texdir}/texmf-dist/tex/context/base/node-typ.lua +%{_texdir}/texmf-dist/tex/context/base/norm-alo.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-ctx.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/norm-etx.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-ltx.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-ptx.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-tex.mkii +%{_texdir}/texmf-dist/tex/context/base/norm-xtx.mkii +%{_texdir}/texmf-dist/tex/context/base/pack-bar.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-bck.mkvi +%{_texdir}/texmf-dist/tex/context/base/pack-box.mkii +%{_texdir}/texmf-dist/tex/context/base/pack-box.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-com.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-cut.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-fen.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-lyr.mkii +%{_texdir}/texmf-dist/tex/context/base/pack-lyr.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-mis.mkvi +%{_texdir}/texmf-dist/tex/context/base/pack-mrl.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-obj.lua +%{_texdir}/texmf-dist/tex/context/base/pack-obj.mkii +%{_texdir}/texmf-dist/tex/context/base/pack-obj.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-pos.mkiv +%{_texdir}/texmf-dist/tex/context/base/pack-rul.lua +%{_texdir}/texmf-dist/tex/context/base/pack-rul.mkii +%{_texdir}/texmf-dist/tex/context/base/pack-rul.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-app.mkii +%{_texdir}/texmf-dist/tex/context/base/page-app.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-bck.mkii +%{_texdir}/texmf-dist/tex/context/base/page-bck.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-box.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-brk.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-col.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-com.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-fac.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-flt.lua +%{_texdir}/texmf-dist/tex/context/base/page-flt.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-flw.mkii +%{_texdir}/texmf-dist/tex/context/base/page-flw.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-grd.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-imp.mkii +%{_texdir}/texmf-dist/tex/context/base/page-imp.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-inf.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/page-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-inj.lua +%{_texdir}/texmf-dist/tex/context/base/page-inj.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-ins.lua +%{_texdir}/texmf-dist/tex/context/base/page-ins.mkii +%{_texdir}/texmf-dist/tex/context/base/page-ins.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-lay.mkii +%{_texdir}/texmf-dist/tex/context/base/page-lay.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-lin.lua +%{_texdir}/texmf-dist/tex/context/base/page-lin.mkii +%{_texdir}/texmf-dist/tex/context/base/page-lin.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-log.mkii +%{_texdir}/texmf-dist/tex/context/base/page-mak.mkii +%{_texdir}/texmf-dist/tex/context/base/page-mak.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-mar.mkii +%{_texdir}/texmf-dist/tex/context/base/page-mbk.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/page-mix.lua +%{_texdir}/texmf-dist/tex/context/base/page-mix.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-mrk.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-mul.mkii +%{_texdir}/texmf-dist/tex/context/base/page-mul.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-not.mkii +%{_texdir}/texmf-dist/tex/context/base/page-not.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-one.mkii +%{_texdir}/texmf-dist/tex/context/base/page-one.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-otr.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-par.mkii +%{_texdir}/texmf-dist/tex/context/base/page-par.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-plg.mkii +%{_texdir}/texmf-dist/tex/context/base/page-plg.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-pst.lua +%{_texdir}/texmf-dist/tex/context/base/page-pst.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-run.mkii +%{_texdir}/texmf-dist/tex/context/base/page-run.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-sel.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-set.mkii +%{_texdir}/texmf-dist/tex/context/base/page-set.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-sid.mkii +%{_texdir}/texmf-dist/tex/context/base/page-sid.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-spr.mkii +%{_texdir}/texmf-dist/tex/context/base/page-spr.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-str.lua +%{_texdir}/texmf-dist/tex/context/base/page-str.mkii +%{_texdir}/texmf-dist/tex/context/base/page-str.mkiv +%{_texdir}/texmf-dist/tex/context/base/page-txt.mkii +%{_texdir}/texmf-dist/tex/context/base/page-txt.mkvi +%{_texdir}/texmf-dist/tex/context/base/page-var.mkiv +%{_texdir}/texmf-dist/tex/context/base/pdfr-def.mkii +%{_texdir}/texmf-dist/tex/context/base/pdfr-ec.mkii +%{_texdir}/texmf-dist/tex/context/base/pdfr-il2.mkii +%{_texdir}/texmf-dist/tex/context/base/phys-dim.lua +%{_texdir}/texmf-dist/tex/context/base/phys-dim.mkiv +%{_texdir}/texmf-dist/tex/context/base/ppchtex.mkii +%{_texdir}/texmf-dist/tex/context/base/ppchtex.mkiv +%{_texdir}/texmf-dist/tex/context/base/prop-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/prop-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/prop-lay.mkii +%{_texdir}/texmf-dist/tex/context/base/prop-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-1.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-1.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-10.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-10.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-11.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-13.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-13.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-14.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-15.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-15.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-16.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-16.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-2.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-2.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-3.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-3.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-4.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-4.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-5.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-5.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-6.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-7.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-7.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-8859-8.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-9.lua +%{_texdir}/texmf-dist/tex/context/base/regi-8859-9.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1250.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1250.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1251.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1251.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1252.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1252.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1253.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1253.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1254.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1254.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1255.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1256.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1257.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cp1257.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cp1258.lua +%{_texdir}/texmf-dist/tex/context/base/regi-cyp.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-cyr.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-def.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-demo.lua +%{_texdir}/texmf-dist/tex/context/base/regi-ibm.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-ini.lua +%{_texdir}/texmf-dist/tex/context/base/regi-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/regi-mac.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-syn.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-uni.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-utf.mkii +%{_texdir}/texmf-dist/tex/context/base/regi-vis.mkii +%{_texdir}/texmf-dist/tex/context/base/rlxcache.rlx +%{_texdir}/texmf-dist/tex/context/base/rlxtools.rlx +%{_texdir}/texmf-dist/tex/context/base/s-abr-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-abr-02.tex +%{_texdir}/texmf-dist/tex/context/base/s-abr-03.tex +%{_texdir}/texmf-dist/tex/context/base/s-abr-04.tex +%{_texdir}/texmf-dist/tex/context/base/s-art-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-cdr-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-chi-00.mkii +%{_texdir}/texmf-dist/tex/context/base/s-def-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-faq-00.tex +%{_texdir}/texmf-dist/tex/context/base/s-faq-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-faq-02.tex +%{_texdir}/texmf-dist/tex/context/base/s-faq-03.tex +%{_texdir}/texmf-dist/tex/context/base/s-fnt-01.mkii +%{_texdir}/texmf-dist/tex/context/base/s-fnt-02.mkii +%{_texdir}/texmf-dist/tex/context/base/s-fnt-10.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-11.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-20.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-21.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-23.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-24.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-26.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-28.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-29.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-30.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-31.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fnt-32.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fonts-missing.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-fonts-tables.lua +%{_texdir}/texmf-dist/tex/context/base/s-fonts-tables.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-grk-00.mkii +%{_texdir}/texmf-dist/tex/context/base/s-inf-01.mkvi +%{_texdir}/texmf-dist/tex/context/base/s-inf-02.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-inf-03.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-inf-04.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-jap-00.mkii +%{_texdir}/texmf-dist/tex/context/base/s-lan-03.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-lan-04.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-lan-06.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mag-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-map-10.mkii +%{_texdir}/texmf-dist/tex/context/base/s-map-10.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mat-10.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mat-11.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mat-12.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mat-20.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mod-00.mkii +%{_texdir}/texmf-dist/tex/context/base/s-mod-00.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mod-01.mkii +%{_texdir}/texmf-dist/tex/context/base/s-mod-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mod-02.mkii +%{_texdir}/texmf-dist/tex/context/base/s-mod-02.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-mod.ctx +%{_texdir}/texmf-dist/tex/context/base/s-phy-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-00.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-02.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-03.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-04.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-05.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-06.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-07.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-08.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-09.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-10.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-11.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-12.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-13.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-14.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-15.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-16.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-17.mkii +%{_texdir}/texmf-dist/tex/context/base/s-pre-17.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-18.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-19.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-22.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-23.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-26.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-27.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-30.mkii +%{_texdir}/texmf-dist/tex/context/base/s-pre-30.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-50.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-60.mkii +%{_texdir}/texmf-dist/tex/context/base/s-pre-60.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-61.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-62.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-63.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-64.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-66.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-67.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-68.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-69.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-70.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-71.lua +%{_texdir}/texmf-dist/tex/context/base/s-pre-71.mkii +%{_texdir}/texmf-dist/tex/context/base/s-pre-71.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-pre-93.tex +%{_texdir}/texmf-dist/tex/context/base/s-pre-96.tex +%{_texdir}/texmf-dist/tex/context/base/s-ptj-01.tex +%{_texdir}/texmf-dist/tex/context/base/s-reg-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-set-31.mkiv +%{_texdir}/texmf-dist/tex/context/base/s-syn-01.tex +%{_texdir}/texmf-dist/tex/context/base/scrn-bar.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-but.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-but.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-fld.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-fld.mkii +%{_texdir}/texmf-dist/tex/context/base/scrn-fld.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.mkii +%{_texdir}/texmf-dist/tex/context/base/scrn-hlp.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-ini.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-ini.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-int.mkii +%{_texdir}/texmf-dist/tex/context/base/scrn-nav.mkii +%{_texdir}/texmf-dist/tex/context/base/scrn-pag.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-pag.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-ref.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-ref.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrn-wid.lua +%{_texdir}/texmf-dist/tex/context/base/scrn-wid.mkvi +%{_texdir}/texmf-dist/tex/context/base/scrp-cjk.lua +%{_texdir}/texmf-dist/tex/context/base/scrp-eth.lua +%{_texdir}/texmf-dist/tex/context/base/scrp-ini.lua +%{_texdir}/texmf-dist/tex/context/base/scrp-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/sort-def.mkii +%{_texdir}/texmf-dist/tex/context/base/sort-ini.lua +%{_texdir}/texmf-dist/tex/context/base/sort-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/sort-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/sort-lan.lua +%{_texdir}/texmf-dist/tex/context/base/sort-lan.mkii +%{_texdir}/texmf-dist/tex/context/base/spac-adj.lua +%{_texdir}/texmf-dist/tex/context/base/spac-adj.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-ali.lua +%{_texdir}/texmf-dist/tex/context/base/spac-ali.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-cha.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-chr.lua +%{_texdir}/texmf-dist/tex/context/base/spac-chr.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-flr.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-gen.mkii +%{_texdir}/texmf-dist/tex/context/base/spac-grd.mkii +%{_texdir}/texmf-dist/tex/context/base/spac-grd.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-hor.lua +%{_texdir}/texmf-dist/tex/context/base/spac-hor.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-lin.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-pag.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-par.mkiv +%{_texdir}/texmf-dist/tex/context/base/spac-ver.lua +%{_texdir}/texmf-dist/tex/context/base/spac-ver.mkiv +%{_texdir}/texmf-dist/tex/context/base/spec-def.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-dpm.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-dpx.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-dvi.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-fdf.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-pdf.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-ps.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-tpd.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-tr.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-tst.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-var.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-win.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-xet.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-xtx.mkii +%{_texdir}/texmf-dist/tex/context/base/spec-yy.mkii +%{_texdir}/texmf-dist/tex/context/base/status-files.pdf +%{_texdir}/texmf-dist/tex/context/base/status-lua.pdf +%{_texdir}/texmf-dist/tex/context/base/status-mkiv.lua +%{_texdir}/texmf-dist/tex/context/base/status-mkiv.tex +%{_texdir}/texmf-dist/tex/context/base/strc-bkm.lua +%{_texdir}/texmf-dist/tex/context/base/strc-bkm.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-blk.lua +%{_texdir}/texmf-dist/tex/context/base/strc-blk.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-blk.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-con.lua +%{_texdir}/texmf-dist/tex/context/base/strc-con.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-des.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-des.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-doc.lua +%{_texdir}/texmf-dist/tex/context/base/strc-doc.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-enu.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-flt.lua +%{_texdir}/texmf-dist/tex/context/base/strc-flt.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-flt.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-ind.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-ini.lua +%{_texdir}/texmf-dist/tex/context/base/strc-ini.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-itm.lua +%{_texdir}/texmf-dist/tex/context/base/strc-itm.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-itm.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-lab.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-lev.lua +%{_texdir}/texmf-dist/tex/context/base/strc-lev.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-lnt.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-lnt.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-lst.lua +%{_texdir}/texmf-dist/tex/context/base/strc-lst.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-lst.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-mar.lua +%{_texdir}/texmf-dist/tex/context/base/strc-mar.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-mar.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-mat.lua +%{_texdir}/texmf-dist/tex/context/base/strc-mat.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-mat.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-not.lua +%{_texdir}/texmf-dist/tex/context/base/strc-not.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-not.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-num.lua +%{_texdir}/texmf-dist/tex/context/base/strc-num.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-num.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-pag.lua +%{_texdir}/texmf-dist/tex/context/base/strc-pag.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-pag.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-ref.lua +%{_texdir}/texmf-dist/tex/context/base/strc-ref.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-ref.mkvi +%{_texdir}/texmf-dist/tex/context/base/strc-reg.lua +%{_texdir}/texmf-dist/tex/context/base/strc-reg.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-reg.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-ren.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-rsc.lua +%{_texdir}/texmf-dist/tex/context/base/strc-sbe.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-sec.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-sec.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-swd.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-syn.lua +%{_texdir}/texmf-dist/tex/context/base/strc-syn.mkii +%{_texdir}/texmf-dist/tex/context/base/strc-syn.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-tag.lua +%{_texdir}/texmf-dist/tex/context/base/strc-tag.mkiv +%{_texdir}/texmf-dist/tex/context/base/strc-xml.mkiv +%{_texdir}/texmf-dist/tex/context/base/supp-ali.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-box.lua +%{_texdir}/texmf-dist/tex/context/base/supp-box.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-box.mkiv +%{_texdir}/texmf-dist/tex/context/base/supp-dir.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-dir.mkiv +%{_texdir}/texmf-dist/tex/context/base/supp-emp.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-eps.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-fil.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-fun.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-lat.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-mat.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-mat.mkiv +%{_texdir}/texmf-dist/tex/context/base/supp-mis.tex +%{_texdir}/texmf-dist/tex/context/base/supp-mpe.tex +%{_texdir}/texmf-dist/tex/context/base/supp-mps.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-mrk.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-num.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-pat.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-pdf.tex +%{_texdir}/texmf-dist/tex/context/base/supp-ran.lua +%{_texdir}/texmf-dist/tex/context/base/supp-ran.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-ran.mkiv +%{_texdir}/texmf-dist/tex/context/base/supp-spe.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-tpi.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-vis.mkii +%{_texdir}/texmf-dist/tex/context/base/supp-vis.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-cow.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-eur.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-glm.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-imp-cc.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-cow.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-eur.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-jmn.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-mis.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-mvs.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-imp-nav.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-ini.lua +%{_texdir}/texmf-dist/tex/context/base/symb-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-jmn.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-mvs.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-nav.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-run.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-run.mkiv +%{_texdir}/texmf-dist/tex/context/base/symb-uni.mkii +%{_texdir}/texmf-dist/tex/context/base/symb-was.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-aux.lua +%{_texdir}/texmf-dist/tex/context/base/syst-aux.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-con.lua +%{_texdir}/texmf-dist/tex/context/base/syst-con.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-con.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-ext.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-fnt.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-fnt.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-gen.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-lua.lua +%{_texdir}/texmf-dist/tex/context/base/syst-lua.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-mes.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-new.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-pln.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-pln.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-rtp.mkii +%{_texdir}/texmf-dist/tex/context/base/syst-rtp.mkiv +%{_texdir}/texmf-dist/tex/context/base/syst-str.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-com.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-com.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-ltb.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-ltb.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-mis.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-ntb.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-ntb.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-nte.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-nte.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-pln.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-pln.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-tab.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-tab.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.lua +%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-tbl.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-tsp.mkii +%{_texdir}/texmf-dist/tex/context/base/tabl-tsp.mkiv +%{_texdir}/texmf-dist/tex/context/base/tabl-xnt.mkvi +%{_texdir}/texmf-dist/tex/context/base/tabl-xtb.lua +%{_texdir}/texmf-dist/tex/context/base/tabl-xtb.mkvi +%{_texdir}/texmf-dist/tex/context/base/task-ini.lua +%{_texdir}/texmf-dist/tex/context/base/task-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/thrd-pic.mkii +%{_texdir}/texmf-dist/tex/context/base/thrd-ran.mkii +%{_texdir}/texmf-dist/tex/context/base/thrd-tab.mkii +%{_texdir}/texmf-dist/tex/context/base/thrd-trg.mkii +%{_texdir}/texmf-dist/tex/context/base/toks-ini.lua +%{_texdir}/texmf-dist/tex/context/base/toks-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-ctx.lua +%{_texdir}/texmf-dist/tex/context/base/trac-ctx.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-deb.lua +%{_texdir}/texmf-dist/tex/context/base/trac-deb.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-exp.lua +%{_texdir}/texmf-dist/tex/context/base/trac-fil.lua +%{_texdir}/texmf-dist/tex/context/base/trac-inf.lua +%{_texdir}/texmf-dist/tex/context/base/trac-jus.lua +%{_texdir}/texmf-dist/tex/context/base/trac-jus.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-lmx.lua +%{_texdir}/texmf-dist/tex/context/base/trac-log.lua +%{_texdir}/texmf-dist/tex/context/base/trac-pro.lua +%{_texdir}/texmf-dist/tex/context/base/trac-set.lua +%{_texdir}/texmf-dist/tex/context/base/trac-tex.lua +%{_texdir}/texmf-dist/tex/context/base/trac-tex.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-tim.lua +%{_texdir}/texmf-dist/tex/context/base/trac-vis.lua +%{_texdir}/texmf-dist/tex/context/base/trac-vis.mkii +%{_texdir}/texmf-dist/tex/context/base/trac-vis.mkiv +%{_texdir}/texmf-dist/tex/context/base/trac-xml.lua +%{_texdir}/texmf-dist/tex/context/base/type-buy.mkii +%{_texdir}/texmf-dist/tex/context/base/type-cbg.mkii +%{_texdir}/texmf-dist/tex/context/base/type-cow.mkii +%{_texdir}/texmf-dist/tex/context/base/type-def.mkii +%{_texdir}/texmf-dist/tex/context/base/type-def.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-exp.mkii +%{_texdir}/texmf-dist/tex/context/base/type-fbk.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-fsf.mkii +%{_texdir}/texmf-dist/tex/context/base/type-ghz.mkii +%{_texdir}/texmf-dist/tex/context/base/type-hgz.mkii +%{_texdir}/texmf-dist/tex/context/base/type-imp-antykwa.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-antykwapoltawskiego.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-asana.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-averia.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-buy.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-cambria.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-charter.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-cleartype.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-computer-modern-unicode.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-cow.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-dejavu.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-euler.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-ghz.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-hgz.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-husayni.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-hvmath.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-inconsolata.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-informal.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-iwona.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-kurier.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-latinmodern.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-liberation.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-libertine.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-lmnames.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-lucida-opentype.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-lucida-typeone.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-mathdesign.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-mathtimes.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-mscore.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-osx.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-postscript.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-punknova.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-texgyre.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-unfonts.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-xits.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-imp-xitsbidi.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-ini.lua +%{_texdir}/texmf-dist/tex/context/base/type-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/type-ini.mkvi +%{_texdir}/texmf-dist/tex/context/base/type-lua.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-mac.mkii +%{_texdir}/texmf-dist/tex/context/base/type-msw.mkii +%{_texdir}/texmf-dist/tex/context/base/type-one.mkii +%{_texdir}/texmf-dist/tex/context/base/type-one.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-otf.mkii +%{_texdir}/texmf-dist/tex/context/base/type-otf.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-pre.mkii +%{_texdir}/texmf-dist/tex/context/base/type-run.mkii +%{_texdir}/texmf-dist/tex/context/base/type-run.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-set.mkii +%{_texdir}/texmf-dist/tex/context/base/type-set.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-siz.mkii +%{_texdir}/texmf-dist/tex/context/base/type-siz.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-tmf.mkii +%{_texdir}/texmf-dist/tex/context/base/type-tmf.mkiv +%{_texdir}/texmf-dist/tex/context/base/type-win.mkii +%{_texdir}/texmf-dist/tex/context/base/type-xtx.mkii +%{_texdir}/texmf-dist/tex/context/base/typo-bld.lua +%{_texdir}/texmf-dist/tex/context/base/typo-bld.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-brk.lua +%{_texdir}/texmf-dist/tex/context/base/typo-brk.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-cap.lua +%{_texdir}/texmf-dist/tex/context/base/typo-cap.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-cln.lua +%{_texdir}/texmf-dist/tex/context/base/typo-cln.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-del.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-dig.lua +%{_texdir}/texmf-dist/tex/context/base/typo-dig.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-dir.lua +%{_texdir}/texmf-dist/tex/context/base/typo-dir.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-ini.lua +%{_texdir}/texmf-dist/tex/context/base/typo-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/typo-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-itc.lua +%{_texdir}/texmf-dist/tex/context/base/typo-itc.mkvi +%{_texdir}/texmf-dist/tex/context/base/typo-itm.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-krn.lua +%{_texdir}/texmf-dist/tex/context/base/typo-krn.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-lan.lua +%{_texdir}/texmf-dist/tex/context/base/typo-lan.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-mar.lua +%{_texdir}/texmf-dist/tex/context/base/typo-mar.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-pag.lua +%{_texdir}/texmf-dist/tex/context/base/typo-pag.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-par.lua +%{_texdir}/texmf-dist/tex/context/base/typo-par.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-prc.lua +%{_texdir}/texmf-dist/tex/context/base/typo-prc.mkvi +%{_texdir}/texmf-dist/tex/context/base/typo-rep.lua +%{_texdir}/texmf-dist/tex/context/base/typo-rep.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-scr.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-spa.lua +%{_texdir}/texmf-dist/tex/context/base/typo-spa.mkiv +%{_texdir}/texmf-dist/tex/context/base/typo-txt.mkvi +%{_texdir}/texmf-dist/tex/context/base/unic-000.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-001.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-002.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-003.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-004.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-005.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-030.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-031.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-032.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-033.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-034.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-035.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-037.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-039.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-251.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-cjk.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-exp.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-ini.lua +%{_texdir}/texmf-dist/tex/context/base/unic-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/unic-ini.mkiv +%{_texdir}/texmf-dist/tex/context/base/unic-run.mkii +%{_texdir}/texmf-dist/tex/context/base/util-deb.lua +%{_texdir}/texmf-dist/tex/context/base/util-dim.lua +%{_texdir}/texmf-dist/tex/context/base/util-env.lua +%{_texdir}/texmf-dist/tex/context/base/util-fmt.lua +%{_texdir}/texmf-dist/tex/context/base/util-jsn.lua +%{_texdir}/texmf-dist/tex/context/base/util-lib.lua +%{_texdir}/texmf-dist/tex/context/base/util-lua.lua +%{_texdir}/texmf-dist/tex/context/base/util-mrg.lua +%{_texdir}/texmf-dist/tex/context/base/util-pck.lua +%{_texdir}/texmf-dist/tex/context/base/util-prs.lua +%{_texdir}/texmf-dist/tex/context/base/util-ran.lua +%{_texdir}/texmf-dist/tex/context/base/util-seq.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-imp-client.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-imp-library.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-imp-swiglib.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-loggers.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-sessions.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-tickets.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql-users.lua +%{_texdir}/texmf-dist/tex/context/base/util-sql.lua +%{_texdir}/texmf-dist/tex/context/base/util-sta.lua +%{_texdir}/texmf-dist/tex/context/base/util-sto.lua +%{_texdir}/texmf-dist/tex/context/base/util-str.lua +%{_texdir}/texmf-dist/tex/context/base/util-tab.lua +%{_texdir}/texmf-dist/tex/context/base/util-tpl.lua +%{_texdir}/texmf-dist/tex/context/base/verb-c.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-eif.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-js.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-jv.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-mp.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-pas.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-pl.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-raw.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-sql.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-tex.mkii +%{_texdir}/texmf-dist/tex/context/base/verb-xml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-asciimath.lua +%{_texdir}/texmf-dist/tex/context/base/x-asciimath.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-calcmath.lua +%{_texdir}/texmf-dist/tex/context/base/x-calcmath.mkii +%{_texdir}/texmf-dist/tex/context/base/x-calcmath.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-cals.lua +%{_texdir}/texmf-dist/tex/context/base/x-cals.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-chemml.lua +%{_texdir}/texmf-dist/tex/context/base/x-chemml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-chemml.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-chemml.xsd +%{_texdir}/texmf-dist/tex/context/base/x-contml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-contml.xsd +%{_texdir}/texmf-dist/tex/context/base/x-corres.mkii +%{_texdir}/texmf-dist/tex/context/base/x-corres.rng +%{_texdir}/texmf-dist/tex/context/base/x-ct.lua +%{_texdir}/texmf-dist/tex/context/base/x-ct.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-dir-01.tex +%{_texdir}/texmf-dist/tex/context/base/x-dir-05.mkii +%{_texdir}/texmf-dist/tex/context/base/x-dir-05.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-entities.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-fdf-00.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fe.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fig-00.dtd +%{_texdir}/texmf-dist/tex/context/base/x-fig-00.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fig-00.xsd +%{_texdir}/texmf-dist/tex/context/base/x-fig-01.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fig-02.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fig-03.mkii +%{_texdir}/texmf-dist/tex/context/base/x-fo.mkii +%{_texdir}/texmf-dist/tex/context/base/x-foxet.mkii +%{_texdir}/texmf-dist/tex/context/base/x-foxet.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-ldx.ctx +%{_texdir}/texmf-dist/tex/context/base/x-ldx.lua +%{_texdir}/texmf-dist/tex/context/base/x-ldx.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-mathml.lua +%{_texdir}/texmf-dist/tex/context/base/x-mathml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-mathml.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-mathml.xsd +%{_texdir}/texmf-dist/tex/context/base/x-newcml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-newmme.mkii +%{_texdir}/texmf-dist/tex/context/base/x-newmml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-newmml.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-newmmo.mkii +%{_texdir}/texmf-dist/tex/context/base/x-newpml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-om2cml.xsl +%{_texdir}/texmf-dist/tex/context/base/x-openmath.mkii +%{_texdir}/texmf-dist/tex/context/base/x-openmath.xsl +%{_texdir}/texmf-dist/tex/context/base/x-pfs-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-pfsense.ctx +%{_texdir}/texmf-dist/tex/context/base/x-physml.mkii +%{_texdir}/texmf-dist/tex/context/base/x-physml.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-physml.xsd +%{_texdir}/texmf-dist/tex/context/base/x-res-00.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-01.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-01.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-res-02.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-03.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-04.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-08.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-09.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-10.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-11.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-12.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-20.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-50.mkii +%{_texdir}/texmf-dist/tex/context/base/x-res-50.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-sch-00.mkii +%{_texdir}/texmf-dist/tex/context/base/x-sch-01.mkii +%{_texdir}/texmf-dist/tex/context/base/x-set-01.mkii +%{_texdir}/texmf-dist/tex/context/base/x-set-02.mkii +%{_texdir}/texmf-dist/tex/context/base/x-set-11.mkii +%{_texdir}/texmf-dist/tex/context/base/x-set-11.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-set-12.mkii +%{_texdir}/texmf-dist/tex/context/base/x-set-12.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-sm2om.xsl +%{_texdir}/texmf-dist/tex/context/base/x-steps.mkii +%{_texdir}/texmf-dist/tex/context/base/x-steps.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-udhr.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-xfdf.mkiv +%{_texdir}/texmf-dist/tex/context/base/x-xml-01.mkii +%{_texdir}/texmf-dist/tex/context/base/x-xml-02.mkii +%{_texdir}/texmf-dist/tex/context/base/x-xml-11.mkii +%{_texdir}/texmf-dist/tex/context/base/x-xtag.mkiv +%{_texdir}/texmf-dist/tex/context/base/xetx-chr.mkii +%{_texdir}/texmf-dist/tex/context/base/xetx-cls.mkii +%{_texdir}/texmf-dist/tex/context/base/xetx-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/xetx-utf.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-cml.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-ent.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-exp.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-ext.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-hyp.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-ini.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-map.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mea.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-meb.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mec.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-meh.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-men.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-meo.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mer.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mmc.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mml.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mmp.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxa.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxb.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxc.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxh.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxn.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxo.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-mxr.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-pml.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-pmu.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-pre.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-prs.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-raw.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-rng.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-run.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-stk.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-utf.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-xsd.mkii +%{_texdir}/texmf-dist/tex/context/base/xtag-xsl.mkii +%{_texdir}/texmf-dist/tex/context/bib/bibl-ams.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-apa-de.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-apa-fr.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-apa.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-aps.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-num-fr.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-num.tex +%{_texdir}/texmf-dist/tex/context/bib/bibl-ssa.tex +%{_texdir}/texmf-dist/tex/context/bib/sample.bib +%{_texdir}/texmf-dist/tex/context/colors/icc/context/colorprofiles.lua +%{_texdir}/texmf-dist/tex/context/colors/icc/context/colorprofiles.xml +%{_texdir}/texmf-dist/tex/context/extra/mag-0000.tex +%{_texdir}/texmf-dist/tex/context/extra/setup-qr.tex +%{_texdir}/texmf-dist/tex/context/extra/showunic.tex +%{_texdir}/texmf-dist/tex/context/fonts/antykwa-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/antykwapoltawskiego.lfg +%{_texdir}/texmf-dist/tex/context/fonts/asana-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/cambria-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/cc-icons.lfg +%{_texdir}/texmf-dist/tex/context/fonts/ccicons.lfg +%{_texdir}/texmf-dist/tex/context/fonts/charter-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/demo.lfg +%{_texdir}/texmf-dist/tex/context/fonts/dingbats.lfg +%{_texdir}/texmf-dist/tex/context/fonts/garamond-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/husayni.lfg +%{_texdir}/texmf-dist/tex/context/fonts/hvmath-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/informal-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/iwona-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/lm-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/lm.lfg +%{_texdir}/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/lucida-typeone-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/mathtimes-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/px-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/symbol-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/texgyre.lfg +%{_texdir}/texmf-dist/tex/context/fonts/tx-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/utopia-math.lfg +%{_texdir}/texmf-dist/tex/context/fonts/xits-math.lfg +%{_texdir}/texmf-dist/tex/context/foxet/fe-bryson.xml +%{_texdir}/texmf-dist/tex/context/foxet/fe-ward.xml +%{_texdir}/texmf-dist/tex/context/foxet/fe-zapf.xml +%{_texdir}/texmf-dist/tex/context/foxet/fo-0101.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0102.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0103.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0201.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0301.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0601.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0602.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0603.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0604.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0611.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0612.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0613.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0621.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0641.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0642.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0643.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0644.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0650.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0651.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0701.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0801.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0901.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-0902.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1001.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1002.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1003.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1004.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1101.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1102.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1103.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1104.fo +%{_texdir}/texmf-dist/tex/context/foxet/fo-1201.fo +%{_texdir}/texmf-dist/tex/context/interface/cont-cs.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-de.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-en.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-fr.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-it.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-nl.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-pe.xml +%{_texdir}/texmf-dist/tex/context/interface/cont-ro.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-cs.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-cz.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-de.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-en.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-fr.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-it.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-nl.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-pe.xml +%{_texdir}/texmf-dist/tex/context/interface/keys-ro.xml +%{_texdir}/texmf-dist/tex/context/patterns/lang-af.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-af.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-af.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-af.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-agr.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-bg.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-ca.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-cs.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-cy.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-da.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-da.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-da.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-da.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-de.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-de.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-de.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-de.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-deo.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-es.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-es.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-es.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-es.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-et.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-et.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-et.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-et.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-eu.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-fi.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-fr.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-gb.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-hr.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-hu.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-is.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-is.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-is.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-is.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-it.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-it.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-it.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-it.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-la.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-la.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-la.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-la.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-lt.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-lv.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-mn.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-nb.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-nl.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-nn.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-pl.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-pt.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-ro.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-ru.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-sk.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-sl.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-sr.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-sv.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-tk.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-tr.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-uk.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-us.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-us.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-us.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-us.rme +%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.hyp +%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.lua +%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.pat +%{_texdir}/texmf-dist/tex/context/patterns/lang-zh.rme +%{_texdir}/texmf-dist/tex/context/sample/aesop-de.tex +%{_texdir}/texmf-dist/tex/context/sample/bryson.tex +%{_texdir}/texmf-dist/tex/context/sample/cow.pdf +%{_texdir}/texmf-dist/tex/context/sample/d-res-01.xml +%{_texdir}/texmf-dist/tex/context/sample/davis.tex +%{_texdir}/texmf-dist/tex/context/sample/dawkins.tex +%{_texdir}/texmf-dist/tex/context/sample/demo-mps.tex +%{_texdir}/texmf-dist/tex/context/sample/demo-tex.tex +%{_texdir}/texmf-dist/tex/context/sample/demo-xml.tex +%{_texdir}/texmf-dist/tex/context/sample/douglas.tex +%{_texdir}/texmf-dist/tex/context/sample/hacker.jpg +%{_texdir}/texmf-dist/tex/context/sample/hawking.tex +%{_texdir}/texmf-dist/tex/context/sample/khatt-ar.tex +%{_texdir}/texmf-dist/tex/context/sample/khatt-en.tex +%{_texdir}/texmf-dist/tex/context/sample/knuth.tex +%{_texdir}/texmf-dist/tex/context/sample/linden.tex +%{_texdir}/texmf-dist/tex/context/sample/lorem.tex +%{_texdir}/texmf-dist/tex/context/sample/materie.tex +%{_texdir}/texmf-dist/tex/context/sample/mill.png +%{_texdir}/texmf-dist/tex/context/sample/montgomery.tex +%{_texdir}/texmf-dist/tex/context/sample/reich.tex +%{_texdir}/texmf-dist/tex/context/sample/sample.tex +%{_texdir}/texmf-dist/tex/context/sample/spider.eps +%{_texdir}/texmf-dist/tex/context/sample/thuan.tex +%{_texdir}/texmf-dist/tex/context/sample/tufte.tex +%{_texdir}/texmf-dist/tex/context/sample/ward.tex +%{_texdir}/texmf-dist/tex/context/sample/weisman.tex +%{_texdir}/texmf-dist/tex/context/sample/zapf.tex +%{_texdir}/texmf-dist/tex/context/test/context-test.tex +%{_texdir}/texmf-dist/tex/context/test/pdf-a1a-2005.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-a1b-2005.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x-common.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x1a-2001.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x1a-2003.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x3-2002.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x3-2003.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x4.mkiv +%{_texdir}/texmf-dist/tex/context/test/pdf-x4p.mkiv +%{_texdir}/texmf-dist/tex/context/user/cont-sys.rme +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics-gen.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics-nod.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-basics.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-cbk.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-def.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-demo-vf-1.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-enc.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-ext.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-lua.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-merged.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-syn.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts-tfm.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-fonts.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-languages.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-languages.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-mplib.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-mplib.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-plain.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor-test.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-preprocessor.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-swiglib-test.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-swiglib-test.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-swiglib.lua +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-swiglib.tex +%{_texdir}/texmf-dist/tex/generic/context/luatex/luatex-test.tex +%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-de.tex +%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-en.tex +%{_texdir}/texmf-dist/tex/generic/context/ppchtex/m-ch-nl.tex +%{_texdir}/texmf-dist/tex/generic/context/ppchtex/ppchtex.noc +%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-de.sty +%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty +%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty +%{_texdir}/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty + +%files context-doc %defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/document/general/manuals/mreadme.pdf +%{_texdir}/texmf-dist/doc/context/document/general/manuals/tiptrick.pdf +%{_texdir}/texmf-dist/doc/context/manuals/allkind/mcommon.tex +%{_texdir}/texmf-dist/doc/context/manuals/allkind/mreadme.tex +%{_texdir}/texmf-dist/doc/context/scripts/mkii/ctxtools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/ctxtools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/ctxtools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/imgtopdf.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/imgtopdf.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/imgtopdf.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/mptopdf.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/mptopdf.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pdftools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pdftools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pdftools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pstopdf.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pstopdf.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/pstopdf.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/rlxtools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/rlxtools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/rlxtools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texexec.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texexec.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texexec.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texmfstart.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texmfstart.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texmfstart.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/textools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/textools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/textools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texutil.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texutil.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/texutil.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/tmftools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/tmftools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/tmftools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkii/xmltools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkii/xmltools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkii/xmltools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/context.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/context.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/context.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/luatools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/luatools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/luatools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-babel.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-babel.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-babel.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-base.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-base.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-base.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-cache.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-cache.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-cache.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-chars.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-chars.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-chars.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-check.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-check.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-check.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-colors.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-colors.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-colors.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-context.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-context.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-context.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-epub.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-epub.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-epub.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fcd.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fcd.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fcd.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-flac.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-flac.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-flac.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fonts.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fonts.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-fonts.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-grep.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-grep.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-grep.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-interface.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-interface.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-interface.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metapost.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metapost.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metapost.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metatex.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metatex.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-metatex.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-modules.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-modules.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-modules.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-package.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-package.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-package.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-patterns.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-patterns.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-patterns.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-pdf.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-pdf.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-pdf.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-profile.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-profile.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-profile.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-rsync.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-rsync.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-rsync.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-scite.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-scite.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-scite.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-server.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-server.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-server.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-texworks.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-texworks.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-texworks.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-timing.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-timing.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-timing.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-tools.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-tools.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-tools.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-unzip.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-unzip.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-unzip.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-update.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-update.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-update.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-watch.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-watch.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtx-watch.xml +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtxrun.html +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtxrun.man +%{_texdir}/texmf-dist/doc/context/scripts/mkiv/mtxrun.xml -%files lshort-polish-doc +%files metapost %defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-polish/README -%{_texdir}/texmf-dist/doc/latex/lshort-polish/lshort2e.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-polish/src.zip +%doc lgpl2.1.txt +%{_mandir}/man1/dvitomp.1* +%{_mandir}/man1/mpost.1* +%{_texdir}/texmf-dist/fonts/afm/metapost/freeeuro.afm +%{_texdir}/texmf-dist/fonts/afm/metapost/psyrgo.afm +%{_texdir}/texmf-dist/fonts/afm/metapost/zpzdr-reversed.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/metapost/groff.enc +%{_texdir}/texmf-dist/fonts/map/dvips/metapost/troff-updmap.map +%{_texdir}/texmf-dist/fonts/map/dvips/metapost/troff.map +%{_texdir}/texmf-dist/fonts/tfm/metapost/freeeuro.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pagd8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pagdo8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pagk8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pagko8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkd8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkdi8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkl8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pbkli8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrb8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrbo8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrr8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pcrro8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvb8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvb8gn.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvbo8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvbo8gn.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvr8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvr8gn.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvro8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/phvro8gn.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pncb8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pncbi8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pncr8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pncri8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pplb8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pplbi8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pplr8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pplri8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/psyrgo.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmb8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmbi8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmr8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/ptmri8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/pzcmi8g.tfm +%{_texdir}/texmf-dist/fonts/tfm/metapost/zpzdr-reversed.tfm +%{_texdir}/texmf-dist/fonts/type1/metapost/freeeuro.pfa +%{_texdir}/texmf-dist/metapost/base/TEX.mp +%{_texdir}/texmf-dist/metapost/base/boxes.mp +%{_texdir}/texmf-dist/metapost/base/format.mp +%{_texdir}/texmf-dist/metapost/base/graph.mp +%{_texdir}/texmf-dist/metapost/base/marith.mp +%{_texdir}/texmf-dist/metapost/base/mfplain.mp +%{_texdir}/texmf-dist/metapost/base/mpost.mp +%{_texdir}/texmf-dist/metapost/base/plain.mp +%{_texdir}/texmf-dist/metapost/base/rboxes.mp +%{_texdir}/texmf-dist/metapost/base/sarith.mp +%{_texdir}/texmf-dist/metapost/base/string.mp +%{_texdir}/texmf-dist/metapost/base/texnum.mp +%{_texdir}/texmf-dist/metapost/base/troffnum.mp +%{_texdir}/texmf-dist/metapost/config/mfplain.ini +%{_texdir}/texmf-dist/metapost/misc/null.mp +%{_texdir}/texmf-dist/metapost/support/charlib/12 +%{_texdir}/texmf-dist/metapost/support/charlib/14 +%{_texdir}/texmf-dist/metapost/support/charlib/34 +%{_texdir}/texmf-dist/metapost/support/charlib/Ao +%{_texdir}/texmf-dist/metapost/support/charlib/Fi +%{_texdir}/texmf-dist/metapost/support/charlib/Fl +%{_texdir}/texmf-dist/metapost/support/charlib/L1 +%{_texdir}/texmf-dist/metapost/support/charlib/LH +%{_texdir}/texmf-dist/metapost/support/charlib/Lb +%{_texdir}/texmf-dist/metapost/support/charlib/Sl +%{_texdir}/texmf-dist/metapost/support/charlib/ao.x +%{_texdir}/texmf-dist/metapost/support/charlib/bx +%{_texdir}/texmf-dist/metapost/support/charlib/ci +%{_texdir}/texmf-dist/metapost/support/charlib/ff +%{_texdir}/texmf-dist/metapost/support/charlib/lh.x +%{_texdir}/texmf-dist/metapost/support/charlib/ob +%{_texdir}/texmf-dist/metapost/support/charlib/rh +%{_texdir}/texmf-dist/metapost/support/charlib/sq +%{_texdir}/texmf-dist/metapost/support/charlib/twiddle +%{_texdir}/texmf-dist/metapost/support/trchars.adj +%{_texdir}/texmf-dist/metapost/support/trfonts.map +%{_texdir}/texmf-dist/tex/generic/metapost/mproof.tex +%{_texdir}/texmf-dist/tex/generic/metapost/mpsproof.tex -%files tex-virtual-academy-pl-doc +%files metapost-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/TeX-pub.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/cototex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/index.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/manifest.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/cont-ins.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/context.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/tytuly.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/back.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/font-abc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/fonts_inst.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/index.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/nfss.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-info.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table1.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table2.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/tpstyle.css -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/artykul.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/context.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/cop.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/grupa.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gust.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gustloge.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/indexowanie.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/latex2e.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew-7vs.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/mail.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/podpis.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/prog.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/tex.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/texologia.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/wa.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/day.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/dies.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/fig1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/flags.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/id.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/index.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/jedn.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lang.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lower.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mil.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mon.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/name.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/order.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/plmindex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/porzadek.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/program.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/setki.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/spec.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tex-idx.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/toascii.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/typy.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tys.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/upper.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/hist.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/tex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/latex2e.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/klopoty.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/list.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/lista_p.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/porzadek.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/standard.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttab.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttable.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/BAhhline.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accent.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accents.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/afterpage.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/alltt.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/arabic.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/array.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/balance.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm6.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbma.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbmb.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk3.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk4.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk5.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk6.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk7.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk8.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk9.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blkarray.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bm.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bophook.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxedminipage.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxm.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/capt-of.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption2.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccapt1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccaption.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/changebar.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cite.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/colortbl.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cute1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cuted.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblcol.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblfnote.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dcolumn.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq10.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq11.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq12.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq13.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq14.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq15.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq6.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq7.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq8.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq9.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/diam.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dow.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/drftcite.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropp1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropping.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn10.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn11.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn12.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn13.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn14.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn15.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn16.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn17.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn3.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn4.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn5.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn6.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn7.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn8.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn9.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/endfloat.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enum.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumerate.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumitem.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/epsfig.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/everyship.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/expdlist.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/exscale.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extmath.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extramarks.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb6.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb7.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb8.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancybox.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyhdr.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyheading.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/filecontents.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flafter.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/float.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatflt.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatpag.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fltpage.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flushend.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fn2end.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpos.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footnpag.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fp.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ftnright.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geometry.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphicx.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphpaper.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp6.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp7.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp8.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harpoon.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/heart.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/here.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hyperref.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/indentfirst.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/index.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/labeldeb.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lastpage.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lcg.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/legend.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letter.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letterspace.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/listpart.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/localloc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/longtable.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lscape.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lt1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltablex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltabptch.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltxtable.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro_t.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/minitoc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moje_typy.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moreverb.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mparhack.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot2.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multicol.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mycss.css -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/num.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/numprint.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/nut.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldst1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldstyle.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oubraces.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pdfscreen.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pfnote.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/plain.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/printtim.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pstcol.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/q1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/qobitree.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ragged2e.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/regcount.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/relsize.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/remreset.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotate.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotating.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotbox.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/selectpage.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadepar.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadetheorem.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadow.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shapepar.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shedbox.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shortvrb.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/showkeys.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sidecap.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/squa.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stmaryrd.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sube1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqna.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfig.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfloat.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subscript.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/supertabular.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_n.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_w.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/threeparttable.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/time.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/umoline.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde-1.png -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/url.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbatim.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbdef.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/version.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vfrlocal.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vmargin.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrbexin.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrflocal.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wiggly.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wmcropmark.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapf.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapfig.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xr.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xtab.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina/pagina.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/chap.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_chap.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_sec.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/chapter.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/count.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/num.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/part.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/poziom.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/s.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/sect.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tca.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/cont-pl.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/emtex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/implementacje.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/index.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/inst-mik.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/latex-pl.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/mex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/miktex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/spw.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/tetex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/web2c.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-0wst1.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1coto.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1kazio.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1przyg.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1zece.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/bib.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/spis.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/tex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/title.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/auctex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvidvi.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro1.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro2.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/hyph.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/prog.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/fermat.gif -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/odsylacze.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex_key.html -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tryby.html +%doc lgpl2.1.txt +%{_texdir}/texmf-dist/doc/metapost/base/grdemo-doc.pdf +%{_texdir}/texmf-dist/doc/metapost/base/grdemo.pdf +%{_texdir}/texmf-dist/doc/metapost/base/index.html +%{_texdir}/texmf-dist/doc/metapost/base/mpboxes.pdf +%{_texdir}/texmf-dist/doc/metapost/base/mpgraph.pdf +%{_texdir}/texmf-dist/doc/metapost/base/mpintro.pdf +%{_texdir}/texmf-dist/doc/metapost/base/mplibapi.pdf +%{_texdir}/texmf-dist/doc/metapost/base/mpman.pdf +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/Makefile +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/README +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/TODO +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/agepop91.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/agepopm.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/charts.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/cm2lm.map +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/countries.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/ctabbing.sty +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/demo.ms +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/energy.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/figs.1 +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/figs.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ms +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ps +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.eps +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/grdemo.ms +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/lead.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/matmul.d +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.bib +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpboxes.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.bib +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpgraph.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-legacy.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-optab.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-app-refman.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman-charts.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.bib +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.ist +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/mpman.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-manual/timepop.d +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/Makefile +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/abstract.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/annulus.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/arrows.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/biblio.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/circles.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/commands.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/compilation.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.d +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/data.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/draw.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/draw.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/fill.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/fill.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/graph.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/inclusion.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/intro.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/label.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/label.tex +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/mpintro.bib +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/mpintro.ltx +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/paperclip.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/parabola.mp +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.eps +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.pdf +%{_texdir}/texmf-dist/doc/metapost/base/source-tutorial/previewer.png + +%files metapost-bin +%defattr(-,root,root) +%doc lgpl2.1.txt +%{_bindir}/dvitomp +%{_bindir}/mfplain +%{_bindir}/mpost + +%files xetex +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/tlpkg/tlpostcode/xetex.pl +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.tec +%{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse.pm +%{_texdir}/texmf-dist/scripts/xetex/perl/lib/PDF/Reuse/Util.pm +%{_texdir}/texmf-dist/scripts/xetex/perl/xdv2pdf_mergemarks + +%files xetex-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/xetex/base/XeTeX-notes.pdf +%{_texdir}/texmf-dist/doc/xetex/base/XeTeX-notes.tex + +%files xetexconfig +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex +%{_texdir}/texmf-dist/tex/xelatex/xetexconfig/crop.cfg + +%files xetex-bin +%defattr(-,root,root) +%doc other-free.txt +%{_bindir}/xdvipdfmx +%{_bindir}/xelatex +%{_bindir}/xetex + +%files lm +%defattr(-,root,root) +%doc gfsl.txt +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmb10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy10.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy5.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbsy7.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx6.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbx9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbxi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmbxo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmcsc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmcsco10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmdunh10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmduno10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmex10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmex10.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi10.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi12.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi5.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi6.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi6.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi7.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi8.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmi9.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib10.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib5.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmmib7.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr17.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr6.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmr9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmri9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro17.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmro9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss17.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmss9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssbo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssbx10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssdc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssdo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso17.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsso9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssq8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqbo8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqbx8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmssqo8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy10.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy5.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy6.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy6.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy7.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy8.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmsy9.aft +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtcsc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtcso10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtk10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtko10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtl10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlco10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtlo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt12.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt8.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtt9.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtti10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmtto10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmu10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtk10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtko10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtl10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtlo10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtt10.afm +%{_texdir}/texmf-dist/fonts/afm/public/lm/lmvtto10.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cs.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cssc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-cstt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-l7x.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qx.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qxsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-qxtt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmin.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmit.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmitt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmtt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-csin.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-csrm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cssc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-cstt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plin.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plit.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plitt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plrm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-plsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-pltt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rep-t5psn.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rmsc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-rmtt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-t5.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-texnansi.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/lm-ts1.enc +%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-ec.map +%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-math.map +%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-rm.map +%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/lm-texnansi.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-cs.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-ec.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-l7x.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-math.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-qx.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmother.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-cstext.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-pltext.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rep-vntext.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-rm.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-t5.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-texnansi.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm-ts1.map +%{_texdir}/texmf-dist/fonts/map/dvips/lm/lm.map +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono10-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono12-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono8-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmono9-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonocaps10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonocaps10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonolt10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoprop10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoprop10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmmonoslant10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-bolditalic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman12-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman17-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman5-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman5-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman6-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman6-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman7-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman8-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmroman9-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromancaps10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromancaps10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandemi10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandemi10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandunh10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromandunh10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant10-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant12-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant17-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant8-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanslant9-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmromanunsl10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-boldoblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans12-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans12-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans17-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans17-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans8-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans8-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans9-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsans9-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/lm/lmsansquot8-regular.otf +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/cs-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ec-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/l7x-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmbsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmmib7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/lmsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/qx-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/rm-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/t5-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/texnansi-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmbxo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmcsco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmduno10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmri9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmro9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssbo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssdo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmsso9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqbo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmssqo8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtcso10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlco10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmtto10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtk10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtko10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtlo10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ts1-lmvtto10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmb10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbsy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbx9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmbxo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsco10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmcsco10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmdunh10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmdunh10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmduno10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmduno10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmex10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmex10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmi9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmmib7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmr9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmri9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmro9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmss9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssbx10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssdo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso17.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsso9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssq8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbo8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbo8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqbx8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqo8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmssqo8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmsy9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcsc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcso10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtcso10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtk10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtk10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtko10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtko10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtl10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlc10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlco10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlco10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtlo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt12.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtt9.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtti10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtto10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmtto10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmu10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtk10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtk10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtko10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtko10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtl10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtlo10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtlo10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtt10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtto10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/lm/lmvtto10.pfm +%{_texdir}/texmf-dist/tex/latex/lm/il2lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/il2lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/il2lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/il2lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/il2lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/il2lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/l7xlmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/lmodern.sty +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ly1lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/omllmm.fd +%{_texdir}/texmf-dist/tex/latex/lm/omllmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/omslmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/omslmsy.fd +%{_texdir}/texmf-dist/tex/latex/lm/omxlmex.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot1lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ot4lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/qxlmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/t1lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/t5lmvtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmdh.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmr.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmss.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmssq.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmtt.fd +%{_texdir}/texmf-dist/tex/latex/lm/ts1lmvtt.fd -%files texlive-pl-doc +%files lm-doc %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-pl/Makefile -%{_texdir}/texmf/doc/texlive/texlive-pl/live4ht.cfg -%{_texdir}/texmf/doc/texlive/texlive-pl/tex-live.css -%{_texdir}/texmf/doc/texlive/texlive-pl/tex-livep.sty -%{_texdir}/texmf/doc/texlive/texlive-pl/texlive-pl.css -%{_texdir}/texmf/doc/texlive/texlive-pl/texlive-pl.html -%{_texdir}/texmf/doc/texlive/texlive-pl/texlive-pl.pdf -%{_texdir}/texmf/doc/texlive/texlive-pl/texlive-pl.tex +%doc gfsl.txt +%{_texdir}/texmf-dist/doc/fonts/lm/GUST-FONT-LICENSE.TXT +%{_texdir}/texmf-dist/doc/fonts/lm/MANIFEST-Latin-Modern.TXT +%{_texdir}/texmf-dist/doc/fonts/lm/README-Latin-Modern.TXT +%{_texdir}/texmf-dist/doc/fonts/lm/lm-hist.txt +%{_texdir}/texmf-dist/doc/fonts/lm/lm-info.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot1.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot1.tex +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot4.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmot4.tex +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmqx.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmqx.tex +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmt1.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmt1.tex +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmts1.pdf +%{_texdir}/texmf-dist/doc/fonts/lm/tstlmts1.tex -%files collection-documentation-portuguese +%files lm-math %defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/opentype/public/lm-math/latinmodern-math.otf -%files cursolatex-doc +%files lm-math-doc %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/cursolatex/MiKTeX-Basic.png -%{_texdir}/texmf-dist/doc/latex/cursolatex/MiKTeX-Complete.png -%{_texdir}/texmf-dist/doc/latex/cursolatex/Musica.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/README -%{_texdir}/texmf-dist/doc/latex/cursolatex/TeXShopPNG.png -%{_texdir}/texmf-dist/doc/latex/cursolatex/TeXworksPDF.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/WinEdt.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.nav -%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.snm -%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.tex -%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.vrb -%{_texdir}/texmf-dist/doc/latex/cursolatex/emacs.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/integral.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/tabuleiro.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/texmaker.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/texniccenter.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/texstudio.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/tipografia.pdf -%{_texdir}/texmf-dist/doc/latex/cursolatex/ubuntu.pdf +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/lm-math/GUST-FONT-LICENSE.txt +%{_texdir}/texmf-dist/doc/fonts/lm-math/INSTALL.txt +%{_texdir}/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt +%{_texdir}/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt +%{_texdir}/texmf-dist/doc/fonts/lm-math/math-test-context.tex +%{_texdir}/texmf-dist/doc/fonts/lm-math/math-test.tex +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.pdf +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.tex +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.docx +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.pdf +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf +%{_texdir}/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex -%files latexcheat-ptbr-doc +%files stmaryrd %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/README-ptbr -%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf -%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.tex +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary10.afm +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary5.afm +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary6.afm +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary7.afm +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary8.afm +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/stmary9.afm +%{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd/stmaryrd.map +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary10.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary5.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary6.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary7.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary8.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmary9.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryaj.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryba.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmarych.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryjg.mf +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/stmaryrd.mf +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/stmary9.tfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfm +%{_texdir}/texmf-dist/tex/latex/stmaryrd/Ustmry.fd +%{_texdir}/texmf-dist/tex/latex/stmaryrd/stmaryrd.sty -%files lshort-portuguese-doc +%files stmaryrd-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/stmaryrd/INSTALL +%{_texdir}/texmf-dist/doc/fonts/stmaryrd/README +%{_texdir}/texmf-dist/doc/fonts/stmaryrd/README.hoekwater +%{_texdir}/texmf-dist/doc/fonts/stmaryrd/stmaryrd.pdf + +%files context-bin +%defattr(-,root,root) +%{_bindir}/context +%{_bindir}/ctxtools +%{_bindir}/luatools +%{_bindir}/mtxrun +%{_bindir}/pstopdf +%{_bindir}/texexec +%{_bindir}/texmfstart + +%files jmn +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/jmn/hans/hans-sh.afm +%{_texdir}/texmf-dist/fonts/afm/jmn/hans/hans.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/jmn/hans.enc +%{_texdir}/texmf-dist/fonts/map/dvips/jmn/hans.map +%{_texdir}/texmf-dist/fonts/tfm/jmn/hans/hans-sh.tfm +%{_texdir}/texmf-dist/fonts/tfm/jmn/hans/hans.tfm +%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans-sh.pfb +%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans-sh.pfm +%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans.pfb +%{_texdir}/texmf-dist/fonts/type1/jmn/hans/hans.pfm + +%files context-account %defattr(-,root,root) %doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-portuguese/pt-lshort-5.01.0.src.tar.gz -%{_texdir}/texmf-dist/doc/latex/lshort-portuguese/pt-lshort.pdf +%{_texdir}/texmf-dist/tex/context/interface/third/t-account.xml +%{_texdir}/texmf-dist/tex/context/third/account/t-account.mkii +%{_texdir}/texmf-dist/tex/context/third/account/t-account.mkiv +%{_texdir}/texmf-dist/tex/context/third/account/t-account.tex +%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.mkii +%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.mkiv +%{_texdir}/texmf-dist/tex/context/third/account/t-floatnumber.tex -%files xypic-tut-pt-doc +%files context-account-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/context/third/account/README +%{_texdir}/texmf-dist/doc/context/third/account/account-doc.pdf + +%files context-algorithmic +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii +%{_texdir}/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv + +%files context-bnf %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/README -%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/grafico.eps -%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/xypic-tutorial.pdf -%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/xypictutorial.tex +%{_texdir}/texmf-dist/tex/context/third/bnf/t-bnf.tex -%files collection-documentation-russian +%files context-bnf-doc %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/bnf/NEWS +%{_texdir}/texmf-dist/doc/context/third/bnf/README +%{_texdir}/texmf-dist/doc/context/third/bnf/t-bnf.pdf -%files lshort-russian-doc +%files context-chromato %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-russian/lshortru.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-russian/lshortru.zip +%{_texdir}/texmf-dist/tex/context/third/chromato/t-chromato.tex -%files mpman-ru-doc +%files context-chromato-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/Makefile -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/README -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/README.ru.koi8-r -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/bm-to-utf16be.awk -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/ctabbing.sty -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/extract-bm.awk -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx1.awk -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx2.awk -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx3.awk -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/manfig-ru.mp -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-optab-ru.tex -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-ru.pdf -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-ru.tex -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman.ist +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/chromato/chromato-demo.pdf +%{_texdir}/texmf-dist/doc/context/third/chromato/chromato-doc.pdf -%files texlive-ru-doc +%files context-construction-plan %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-ru/Makefile -%{_texdir}/texmf/doc/texlive/texlive-ru/live4ht.cfg -%{_texdir}/texmf/doc/texlive/texlive-ru/t2almdh.fd -%{_texdir}/texmf/doc/texlive/texlive-ru/t2almr.fd -%{_texdir}/texmf/doc/texlive/texlive-ru/t2almss.fd -%{_texdir}/texmf/doc/texlive/texlive-ru/t2almtt.fd -%{_texdir}/texmf/doc/texlive/texlive-ru/tex-live.css -%{_texdir}/texmf/doc/texlive/texlive-ru/texlive-ru.css -%{_texdir}/texmf/doc/texlive/texlive-ru/texlive-ru.html -%{_texdir}/texmf/doc/texlive/texlive-ru/texlive-ru.pdf -%{_texdir}/texmf/doc/texlive/texlive-ru/texlive-ru.tex +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/third/construction-plan/t-construction-plan.tex -%files collection-documentation-serbian +%files context-construction-plan-doc %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/construction-plan/construction-plan-demo.pdf +%{_texdir}/texmf-dist/doc/context/third/construction-plan/construction-plan-doc.pdf -%files texlive-sr-doc +%files context-cyrillicnumbers %defattr(-,root,root) -%{_texdir}/texmf/doc/texlive/texlive-sr/Makefile -%{_texdir}/texmf/doc/texlive/texlive-sr/README-SR.txt -%{_texdir}/texmf/doc/texlive/texlive-sr/texlive-sr.css -%{_texdir}/texmf/doc/texlive/texlive-sr/texlive-sr.html -%{_texdir}/texmf/doc/texlive/texlive-sr/texlive-sr.pdf -%{_texdir}/texmf/doc/texlive/texlive-sr/texlive-sr.sty -%{_texdir}/texmf/doc/texlive/texlive-sr/texlive-sr.tex -%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-collections-freebsd-sr.png -%{_texdir}/texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-expert-gui-freebsd-sr.png +%doc bsd.txt +%{_texdir}/texmf-dist/tex/context/interface/third/t-cyrillicnumbers.xml +%{_texdir}/texmf-dist/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua +%{_texdir}/texmf-dist/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkii +%{_texdir}/texmf-dist/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkvi -%files collection-documentation-slovenian +%files context-cyrillicnumbers-doc %defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers/COPYING +%{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers/README.rst +%{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers/cyrillicnumbers.pdf +%{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex -%files lshort-slovenian-doc +%files context-degrade %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/README -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/lshort-slovenian.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-base.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.sty -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/typeset.tex +%{_texdir}/texmf-dist/tex/context/third/degrade/t-degrade.tex -%files collection-documentation-spanish +%files context-degrade-doc %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/degrade/degrade-demo.pdf +%{_texdir}/texmf-dist/doc/context/third/degrade/degrade-doc.pdf -%files es-tex-faq-doc +%files context-filter %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.html -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.latin1 -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.sgml -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.tex +%{_texdir}/texmf-dist/tex/context/third/filter/t-filter.mkii +%{_texdir}/texmf-dist/tex/context/third/filter/t-filter.mkiv +%{_texdir}/texmf-dist/tex/context/third/filter/t-module-catcodes.tex -%files l2tabu-spanish-doc +%files context-filter-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/filter/filter.txt + +%files context-fixme %defattr(-,root,root) %doc pd.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/README -%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/l2tabues.pdf -%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/l2tabues.tex +%{_texdir}/texmf-dist/tex/context/third/fixme/t-fixme.mkii +%{_texdir}/texmf-dist/tex/context/third/fixme/t-fixme.mkiv -%files latex2e-help-texinfo-spanish +%files context-french %defattr(-,root,root) -%{_infodir}/latex2e-es.info* +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/third/french/t-french.mkiv -%files latex2e-help-texinfo-spanish-doc +%files context-french-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/french/french-demo.pdf +%{_texdir}/texmf-dist/doc/context/third/french/french-doc.pdf -%files latexcheat-esmx-doc +%files context-fullpage +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/interface/third/t-fullpage.xml +%{_texdir}/texmf-dist/tex/context/third/fullpage/t-fullpage.mkii +%{_texdir}/texmf-dist/tex/context/third/fullpage/t-fullpage.mkiv + +%files context-fullpage-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/fullpage/README +%{_texdir}/texmf-dist/doc/context/third/fullpage/fullpage-doc.pdf + +%files context-games +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/context/third/games/games-go.lua +%{_texdir}/texmf-dist/tex/context/third/games/games-go.tex +%{_texdir}/texmf-dist/tex/context/third/games/games-hex.lua +%{_texdir}/texmf-dist/tex/context/third/games/games-hex.tex +%{_texdir}/texmf-dist/tex/context/third/games/holz280.jpg +%{_texdir}/texmf-dist/tex/context/third/games/t-games.tex + +%files context-games-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/games/README +%{_texdir}/texmf-dist/doc/context/third/games/games-doc.pdf + +%files skaknew %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/README -%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/latexsheet-esmx.pdf -%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/latexsheet-esmx.tex +%{_texdir}/texmf-dist/fonts/afm/public/skaknew/AlphaDia.afm +%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-Diagram.afm +%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-DiagramT.afm +%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-Figurine.afm +%{_texdir}/texmf-dist/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm +%{_texdir}/texmf-dist/fonts/map/dvips/skaknew/SkakNew.map +%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/AlphaDia.otf +%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-Diagram.otf +%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf +%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-Figurine.otf +%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf +%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/AlphaDia.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.inf +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfb +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfm +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.inf +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfb +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfm +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.inf +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.inf +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfb +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfm +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb +%{_texdir}/texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm -%files lshort-spanish-doc +%files skaknew-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/CAMBIOS -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.latin1 -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.utf8 -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/MANIFEST -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/Makefile -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/fixdate.pl -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-a4.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-a5.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-base.ltx -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-letter.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/typeset.tex -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/lshort-a4.pdf +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/fonts/skaknew/README +%{_texdir}/texmf-dist/doc/fonts/skaknew/SkakNew.pdf +%{_texdir}/texmf-dist/doc/fonts/skaknew/SkakNew.tex +%{_texdir}/texmf-dist/doc/fonts/skaknew/fonttables.pdf +%{_texdir}/texmf-dist/doc/fonts/skaknew/install.vtex -%files collection-documentation-thai +%files context-gantt %defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/context/third/gantt/gantt-s-mp.tex +%{_texdir}/texmf-dist/tex/context/third/gantt/gantt-s-tikz.tex +%{_texdir}/texmf-dist/tex/context/third/gantt/t-gantt.tex -%files lshort-thai-doc +%files context-gantt-doc %defattr(-,root,root) %doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-thai/lsh132.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-thai/lsh132.zip -%{_texdir}/texmf-dist/doc/latex/lshort-thai/readme +%{_texdir}/texmf-dist/doc/context/third/gantt/README +%{_texdir}/texmf-dist/doc/context/third/gantt/gantt.txt +%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-1.tex +%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-2.tex +%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-3.tex +%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-4.tex +%{_texdir}/texmf-dist/doc/context/third/gantt/examples/gantt-5.tex -%files collection-documentation-turkish +%files hatching %defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/metapost/hatching/hatching.mp -%files lshort-turkish-doc +%files hatching-doc %defattr(-,root,root) %doc pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-turkish/README -%{_texdir}/texmf-dist/doc/latex/lshort-turkish/lshort-tr.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-turkish/trlshort-src.zip +%{_texdir}/texmf-dist/doc/metapost/hatching/README +%{_texdir}/texmf-dist/doc/metapost/hatching/htchuse.mp +%{_texdir}/texmf-dist/doc/metapost/hatching/htchuse_.tex -%files collection-documentation-ukrainian +%files context-gnuplot %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp +%{_texdir}/texmf-dist/tex/context/third/gnuplot/t-gnuplot.mkii +%{_texdir}/texmf-dist/tex/context/third/gnuplot/t-gnuplot.mkiv -%files lshort-ukr-doc +%files context-gnuplot-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/lshort-ukr/lshort-ukr-4.12.src.tar.gz -%{_texdir}/texmf-dist/doc/latex/lshort-ukr/lshort-ukr.pdf +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/gnuplot/example.plt +%{_texdir}/texmf-dist/doc/context/third/gnuplot/fullpage-example.pdf +%{_texdir}/texmf-dist/doc/context/third/gnuplot/fullpage-example.tex +%{_texdir}/texmf-dist/doc/context/third/gnuplot/gnuplot-context-doc.pdf +%{_texdir}/texmf-dist/doc/context/third/gnuplot/gnuplot-context-doc.tex -%files collection-documentation-vietnamese +%files context-letter %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/interface/third/t-letter.xml +%{_texdir}/texmf-dist/tex/context/interface/third/t-memo.xml +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.lua +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-00.mkvi +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-01.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-01.mkvi +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-02.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-02.mkvi +%{_texdir}/texmf-dist/tex/context/third/letter/base/s-cor-06.mkvi +%{_texdir}/texmf-dist/tex/context/third/letter/base/t-letter.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/base/t-letter.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/base/t-memo.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/base/t-memo.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-blockstyle.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-blockstyle.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-default.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-default.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dina.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dina.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dinb.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dinb.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dutch.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-dutch.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-french.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-french.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-fullblock.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-fullblock.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-gbrief.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-gbrief.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-hanging.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-hanging.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-knuth.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-knuth.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-modified.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-modified.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-semiblock.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-semiblock.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-setups.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-setups.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-simplified.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-simplified.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swiss.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swiss.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swissleft.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/letter-imp-swissleft.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-default.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-default.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-margin.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-margin.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-memo.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-memo.mkiv +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-table.mkii +%{_texdir}/texmf-dist/tex/context/third/letter/style/memo-imp-table.mkiv -%files lshort-vietnamese-doc +%files context-letter-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/README -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/lshort-vi.pdf -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/LocalVariables -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/Makefile -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/README.txt -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/abbr.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/biblio.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/contrib.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/custom.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/fancyhea.sty -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/graphic.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-print-vi.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.sty -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lssym.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/math.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/mylayout.sty -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/overview.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/spec.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/things.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/tiengviet.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/title.tex -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/typeset.tex +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/letter/README -%files ntheorem-vn-doc +%files context-lettrine %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/COPYING -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/FILELIST -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/README -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/test.pdf -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/test.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/Makefile -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/README.src -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/TODO -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/endmarks.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/example.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/help.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/interference.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/intro.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/license.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/ntheorem-doc-vn.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/preamble.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/thanks.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/title-abstract.tex -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/user-interface.tex +%doc pd.txt +%{_texdir}/texmf-dist/tex/context/interface/third/lettrine.xml +%{_texdir}/texmf-dist/tex/context/third/lettrine/t-lettrine.tex + +%files context-lettrine-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/context/third/lettrine/W.pdf +%{_texdir}/texmf-dist/doc/context/third/lettrine/lettrine-doc.pdf +%{_texdir}/texmf-dist/doc/context/third/lettrine/lettrine-doc.tex + +%files context-lilypond +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/third/lilypond/t-lilypond.tex + +%files context-lilypond-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/lilypond/demo.pdf +%{_texdir}/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf + +%files context-mathsets +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/context/interface/third/t-mathsets.xml +%{_texdir}/texmf-dist/tex/context/third/mathsets/t-mathsets.tex + +%files context-mathsets-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/mathsets/mathsets-doc.pdf + +%files context-notes-zh-cn +%defattr(-,root,root) +%doc gpl.txt + +%files context-notes-zh-cn-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/README +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/ctxnotes.pdf +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/basis.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/bibl-lyr.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/bibliography.bib +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/doc-env.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/fonts.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/layout.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/metafun.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/project.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/references.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-layout.tex +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhfonts.lua +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhfonts.mkiv +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/t-zhspuncs.lua +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg +%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/header.png + +%files context-rst +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/context/interface/third/t-rst.xml +%{_texdir}/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua +%{_texdir}/texmf-dist/tex/context/third/rst/rst_context.lua +%{_texdir}/texmf-dist/tex/context/third/rst/rst_directives.lua +%{_texdir}/texmf-dist/tex/context/third/rst/rst_helpers.lua +%{_texdir}/texmf-dist/tex/context/third/rst/rst_parser.lua +%{_texdir}/texmf-dist/tex/context/third/rst/rst_setups.lua +%{_texdir}/texmf-dist/tex/context/third/rst/t-rst.mkiv + +%files context-rst-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/rst/COPYING +%{_texdir}/texmf-dist/doc/context/third/rst/README.rst +%{_texdir}/texmf-dist/doc/context/third/rst/documentation.rst +%{_texdir}/texmf-dist/doc/context/third/rst/hybridtest.tex +%{_texdir}/texmf-dist/doc/context/third/rst/inc-first.rst +%{_texdir}/texmf-dist/doc/context/third/rst/inc-second.rst +%{_texdir}/texmf-dist/doc/context/third/rst/inc-third.rst +%{_texdir}/texmf-dist/doc/context/third/rst/inc.tex +%{_texdir}/texmf-dist/doc/context/third/rst/manual.bib +%{_texdir}/texmf-dist/doc/context/third/rst/manual.pdf +%{_texdir}/texmf-dist/doc/context/third/rst/manual.tex +%{_texdir}/texmf-dist/doc/context/third/rst/moduletest.tex + +%files context-ruby +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkii +%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkiv +%{_texdir}/texmf-dist/tex/context/third/ruby/t-ruby.mkvi + +%files context-ruby-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/context/third/ruby/README + +%files context-simplefonts +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.lua +%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkii +%{_texdir}/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkiv + +%files context-simplefonts-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/simplefonts/README + +%files context-simpleslides +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/context/interface/third/t-simpleslides.xml +%{_texdir}/texmf-dist/scripts/context/lua/third/simpleslides/mtx-simpleslides.lua +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-c-default.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-f-default.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Embossed.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Framed.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-FuzzyTopic.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-PlainCounter.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Rounded.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Shaded.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-SideSquares.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-SideToc.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Split.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Sunrise.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-ThickStripes.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex +%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-simpleslides.mkii +%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-simpleslides.mkiv +%{_texdir}/texmf-dist/tex/context/third/simpleslides/t-slidesvisualcounter.tex + +%files context-simpleslides-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/simpleslides/example.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/example.tex +%{_texdir}/texmf-dist/doc/context/third/simpleslides/simpleslides.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/simpleslides.tex +%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex +%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex +%{_texdir}/texmf-dist/doc/context/third/simpleslides/solutions/style-template.tex +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BigNumber-blue.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BigNumber-red.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/BottomSquares.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Boxed.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Ellipse.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Embossed.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Framed-square.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Framed-stripe.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/FramedTitle.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/RainbowStripe.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Rounded.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-blue.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-bluered.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Shaded-green.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/SideSquares.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/SideToc.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Split.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Sunrise.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/Swoosh.pdf +%{_texdir}/texmf-dist/doc/context/third/simpleslides/styles/ThickStripes.pdf + +%files context-transliterator +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/tex/context/interface/third/t-transliterator.xml +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.ctl +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.log +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.mkii +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.mkiv.prep +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.pdf +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.run +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.tex +%{_texdir}/texmf-dist/tex/context/third/transliterator/t-transliterator.tuc +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_bg.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_glag.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_gr.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_iso9.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_scntfc.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_sr.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/trans_tables_trsc.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/transliterator.ctl +%{_texdir}/texmf-dist/tex/context/third/transliterator/transliterator.log +%{_texdir}/texmf-dist/tex/context/third/transliterator/transliterator.lua +%{_texdir}/texmf-dist/tex/context/third/transliterator/transliterator.run +%{_texdir}/texmf-dist/tex/context/third/transliterator/transliterator.tuc + +%files context-transliterator-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/context/third/transliterator/COPYING +%{_texdir}/texmf-dist/doc/context/third/transliterator/transliterator.pdf +%{_texdir}/texmf-dist/doc/context/third/transliterator/transliterator.tex + +%files context-typearea +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/context/third/typearea/t-typearea.tex + +%files context-typearea-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/context/third/typearea/typearea-demo.pdf +%{_texdir}/texmf-dist/doc/context/third/typearea/typearea-doc.pdf + +%files context-typescripts +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-adobe.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-adobe.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-aller.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-aller.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-anivers.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-anivers.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-audimat.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-audimat.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-axel.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-axel.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-azuro.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-azuro.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-calluna.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charissil.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charissil.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charter.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-charter.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-delicious.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-delicious.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-diavlo.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-diavlo.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-droid.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-droid.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fertigo.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fertigo.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fontin.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-fontin.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-goudysans.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-goudysans.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-junicode.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-junicode.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-justus.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-justus.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kaffeesatz.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kaffeesatz.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kontrapunkt.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-kontrapunkt.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-liberation.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-liberation.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-luxi.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-luxi.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-miso.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-miso.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-museo.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-museo.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-office.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-sabon.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-sabon.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tallys.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tallys.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tuffy.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-tuffy.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ubuntu.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-ubuntu.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-uqammaq.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-uqammaq.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vera.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vera.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-verajja.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-verajja.mkiv +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vollkorn.mkii +%{_texdir}/texmf-dist/tex/context/third/typescripts/type-vollkorn.mkiv + +%files context-typescripts-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/context/third/typescripts/README + +%files context-vim +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/context/third/vim/2context.vim +%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-groups.tex +%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkii +%{_texdir}/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv +%{_texdir}/texmf-dist/tex/context/third/vim/t-vim.tex + +%files context-vim-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/context/third/vim/vim.txt %files collection-fontsextra %defattr(-,root,root) @@ -249037,7 +244897,8 @@ fi %{_texdir}/texmf-dist/fonts/truetype/public/gentium/GenBkBasR.ttf %{_texdir}/texmf-dist/fonts/truetype/public/gentium/GenI102.ttf %{_texdir}/texmf-dist/fonts/truetype/public/gentium/GenR102.ttf -%{_texdir}/texmf-dist/tex/context/third/gentium/type-gentium.tex +%{_texdir}/texmf-dist/tex/context/third/gentium/type-gentium.mkii +%{_texdir}/texmf-dist/tex/context/third/gentium/type-gentium.mkiv %files gentium-doc %defattr(-,root,root) @@ -250967,6 +246828,864 @@ fi %{_texdir}/texmf-dist/doc/fonts/initials/Typocaps.tex %{_texdir}/texmf-dist/doc/fonts/initials/Zallman.tex +%files ipaex-type1 +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/fonts/map/dvips/ipaex-type1/ipaex-type1.map +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u00.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u04.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u1e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u1f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u20.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u21.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u22.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u23.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u24.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u25.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u26.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u27.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u29.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u2e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u2f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u31.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u32.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u33.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u34.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u35.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u36.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u37.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u38.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u39.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u3f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u40.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u41.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u42.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u43.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u44.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u45.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u46.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u47.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u48.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u49.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u50.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u51.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u52.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u53.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u54.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u55.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u56.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u57.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u58.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u59.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u60.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u61.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u62.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u63.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u64.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u65.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u66.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u67.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u68.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u69.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u70.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u71.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u72.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u73.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u74.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u75.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u76.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u77.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u78.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u79.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u80.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u81.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u82.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u83.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u84.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u85.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u86.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u87.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u88.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u89.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u90.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u91.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u92.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u93.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u94.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u95.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u96.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u97.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u98.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u99.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-u9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-uf0.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-uf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-uf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-ufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-ufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-r-uff.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u00.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u04.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u1e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u1f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u20.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u21.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u22.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u23.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u24.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u25.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u26.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u27.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u29.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u2e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u2f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u31.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u32.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u33.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u34.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u35.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u36.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u37.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u38.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u39.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u3f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u40.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u41.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u42.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u43.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u44.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u45.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u46.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u47.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u48.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u49.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u50.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u51.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u52.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u53.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u54.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u55.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u56.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u57.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u58.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u59.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u60.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u61.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u62.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u63.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u64.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u65.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u66.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u67.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u68.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u69.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u70.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u71.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u72.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u73.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u74.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u75.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u76.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u77.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u78.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u79.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u80.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u81.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u82.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u83.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u84.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u85.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u86.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u87.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u88.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u89.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u90.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u91.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u92.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u93.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u94.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u95.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u96.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u97.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u98.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u99.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-u9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-uf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-uf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-ufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-ufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxg-ro-uff.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u00.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u04.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u1e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u1f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u20.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u21.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u22.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u23.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u24.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u25.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u26.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u27.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u29.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u2e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u2f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u31.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u32.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u33.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u34.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u35.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u36.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u37.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u38.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u39.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u3f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u40.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u41.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u42.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u43.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u44.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u45.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u46.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u47.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u48.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u49.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u50.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u51.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u52.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u53.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u54.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u55.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u56.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u57.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u58.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u59.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u60.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u61.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u62.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u63.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u64.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u65.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u66.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u67.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u68.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u69.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u70.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u71.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u72.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u73.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u74.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u75.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u76.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u77.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u78.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u79.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u80.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u81.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u82.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u83.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u84.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u85.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u86.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u87.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u88.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u89.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u90.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u91.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u92.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u93.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u94.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u95.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u96.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u97.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u98.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u99.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-u9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-uf0.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-uf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-uf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-ufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-ufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-r-uff.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u00.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u01.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u02.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u03.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u04.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u1e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u1f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u20.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u21.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u22.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u23.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u24.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u25.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u26.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u27.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u29.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u2e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u2f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u30.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u31.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u32.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u33.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u34.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u35.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u36.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u37.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u38.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u39.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u3f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u40.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u41.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u42.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u43.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u44.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u45.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u46.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u47.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u48.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u49.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u4f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u50.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u51.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u52.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u53.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u54.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u55.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u56.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u57.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u58.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u59.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u5f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u60.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u61.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u62.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u63.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u64.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u65.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u66.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u67.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u68.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u69.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u6f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u70.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u71.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u72.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u73.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u74.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u75.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u76.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u77.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u78.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u79.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u7f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u80.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u81.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u82.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u83.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u84.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u85.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u86.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u87.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u88.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u89.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u8f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u90.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u91.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u92.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u93.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u94.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u95.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u96.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u97.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u98.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u99.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9a.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9b.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9c.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9d.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9e.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-u9f.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-uf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-uf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-ufa.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-ufe.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ipxm-ro-uff.tfm +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-ot1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-t1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-ts1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u00.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u01.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u02.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u03.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u04.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u1e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u1f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u20.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u21.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u22.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u23.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u24.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u25.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u26.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u27.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u29.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u2e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u2f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u30.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u31.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u32.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u33.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u34.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u35.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u36.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u37.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u38.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u39.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u3f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u40.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u41.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u42.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u43.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u44.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u45.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u46.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u47.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u48.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u49.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u4f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u50.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u51.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u52.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u53.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u54.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u55.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u56.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u57.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u58.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u59.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u5f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u60.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u61.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u62.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u63.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u64.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u65.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u66.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u67.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u68.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u69.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u6f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u70.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u71.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u72.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u73.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u74.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u75.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u76.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u77.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u78.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u79.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u7f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u80.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u81.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u82.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u83.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u84.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u85.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u86.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u87.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u88.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u89.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u8f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u90.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u91.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u92.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u93.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u94.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u95.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u96.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u97.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u98.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u99.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-u9f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-uf0.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-uf8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-uf9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-ufa.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-ufe.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxg-r-uff.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-ot1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-t1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-ts1.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u00.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u01.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u02.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u03.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u04.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u1e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u1f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u20.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u21.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u22.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u23.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u24.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u25.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u26.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u27.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u29.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u2e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u2f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u30.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u31.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u32.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u33.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u34.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u35.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u36.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u37.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u38.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u39.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u3f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u40.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u41.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u42.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u43.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u44.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u45.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u46.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u47.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u48.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u49.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u4f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u50.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u51.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u52.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u53.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u54.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u55.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u56.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u57.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u58.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u59.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u5f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u60.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u61.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u62.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u63.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u64.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u65.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u66.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u67.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u68.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u69.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u6f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u70.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u71.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u72.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u73.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u74.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u75.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u76.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u77.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u78.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u79.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u7f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u80.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u81.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u82.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u83.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u84.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u85.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u86.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u87.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u88.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u89.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u8f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u90.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u91.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u92.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u93.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u94.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u95.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u96.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u97.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u98.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u99.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9a.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9b.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9c.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9d.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9e.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-u9f.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-uf0.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-uf8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-uf9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-ufa.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-ufe.pfb +%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ipxm-r-uff.pfb +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/c70ipxg.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/c70ipxga.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/c70ipxm.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/c70ipxma.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/ot1ipxg.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/ot1ipxm.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/t1ipxg.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/t1ipxm.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/ts1ipxg.fd +%{_texdir}/texmf-dist/tex/latex/ipaex-type1/ts1ipxm.fd + +%files ipaex-type1-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/LICENSE +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/README-en +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/README-ja +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/c70ipxg.fdx +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/c70ipxga.fdx +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/c70ipxm.fdx +%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/c70ipxma.fdx + %files iwona %defattr(-,root,root) %doc gfsl.txt @@ -258050,11 +254769,13 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/newtx/t1xij.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/t1xrj.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/t1xslj.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbex-bar.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbij.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbj.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbslj.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbsy5.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txbsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/txex-bar.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txij.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txrj.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/txslj.tfm @@ -258116,8 +254837,10 @@ fi %{_texdir}/texmf-dist/fonts/type1/public/newtx/rtxbmi7.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/rtxmi5.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/rtxmi7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/newtx/txbex-bar.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/txbsy5.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/txbsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/newtx/txex-bar.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/txsy5.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/txsy7.pfb %{_texdir}/texmf-dist/fonts/type1/public/newtx/zmn-vw-b.pfb @@ -259430,20 +256153,38 @@ fi %files paratype %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTC55F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTC75F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTF55F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTF56F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTF75F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTF76F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTN57F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTN77F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTS55F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTS56F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTS75F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTS76F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTZ55F.afm -%{_texdir}/texmf-dist/fonts/afm/public/paratype/PTZ56F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptmono/PTM55F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptmono/PTM55F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptmono/PTM75F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptmono/PTM75F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTC55F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTC55F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTC75F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTC75F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTN57F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTN57F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTN77F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTN77F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS55F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS55F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS56F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS56F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS75F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS75F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS76F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptsans/PTS76F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF55F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF55F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF56F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF56F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF75F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF75F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF76F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTF76F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTZ55F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTZ55F.inf +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTZ56F.afm +%{_texdir}/texmf-dist/fonts/afm/paratype/ptserif/PTZ56F.inf %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptmono_il2.enc %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptmono_ot1.enc %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptmono_t1.enc @@ -259468,635 +256209,624 @@ fi %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptserif_t2c.enc %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptserif_ts1.enc %{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ptserif_x2.enc -%{_texdir}/texmf-dist/fonts/map/dvips/paratype/paratype-mixed.map %{_texdir}/texmf-dist/fonts/map/dvips/paratype/paratype-truetype.map %{_texdir}/texmf-dist/fonts/map/dvips/paratype/paratype-type1.map -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-il2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Bold-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-il2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-ot1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Regular-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTMono-Slanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Bold-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Caption-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Italic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Narrow-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSans-Regular-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Bold-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Caption-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Italic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Regular-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-il2.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ot1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2a--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2a.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2b--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2c--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2c.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ts1--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ts1.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-x2--base.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-x2.tfm -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTC55F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTC75F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTF55F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTF56F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTF75F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTF76F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTM55F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTM75F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTN57F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTN77F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTS55F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTS56F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTS75F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTS76F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTZ55F.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/paratype/PTZ56F.ttf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC55F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC55F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC55F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC75F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC75F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTC75F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF55F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF55F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF55F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF56F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF56F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF56F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF75F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF75F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF75F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF76F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF76F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTF76F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN57F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN57F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN57F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN77F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN77F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTN77F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS55F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS55F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS55F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS56F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS56F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS56F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS75F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS75F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS75F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS76F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS76F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTS76F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ55F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ55F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ55F.pfm -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ56F.inf -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ56F.pfb -%{_texdir}/texmf-dist/fonts/type1/public/paratype/PTZ56F.pfm -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-il2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Bold-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-il2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-ot1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Regular-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTMono-Slanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Bold-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Caption-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Italic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Narrow-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSans-Regular-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Bold-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Caption-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Italic-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Regular-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-Slanted-tlf-x2.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2a.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2b.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2c.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-ts1.vf -%{_texdir}/texmf-dist/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-il2.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.tfm +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptmono/PTM55F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptmono/PTM75F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTC55F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTC75F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTN57F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTN77F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTS55F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTS56F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTS75F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptsans/PTS76F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTF55F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTF56F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTF75F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTF76F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTZ55F.ttf +%{_texdir}/texmf-dist/fonts/truetype/paratype/ptserif/PTZ56F.ttf +%{_texdir}/texmf-dist/fonts/type1/paratype/ptmono/PTM55F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptmono/PTM55F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptmono/PTM75F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptmono/PTM75F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTC55F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTC55F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTC75F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTC75F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTN57F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTN57F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTN77F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTN77F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS55F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS55F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS56F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS56F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS75F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS75F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS76F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptsans/PTS76F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF55F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF55F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF56F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF56F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF75F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF75F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF76F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTF76F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTZ55F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTZ55F.pfm +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTZ56F.pfb +%{_texdir}/texmf-dist/fonts/type1/paratype/ptserif/PTZ56F.pfm +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-il2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-il2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-x2.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.vf %{_texdir}/texmf-dist/tex/latex/paratype/IL2PTMono-TLF.fd %{_texdir}/texmf-dist/tex/latex/paratype/IL2PTSans-TLF.fd %{_texdir}/texmf-dist/tex/latex/paratype/IL2PTSansCaption-TLF.fd @@ -260162,7 +256892,6 @@ fi %{_texdir}/texmf-dist/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt %{_texdir}/texmf-dist/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt %{_texdir}/texmf-dist/doc/fonts/paratype/README -%{_texdir}/texmf-dist/doc/fonts/paratype/README.doc %{_texdir}/texmf-dist/doc/fonts/paratype/manifest.txt %{_texdir}/texmf-dist/doc/fonts/paratype/paratype-sample.pdf %{_texdir}/texmf-dist/doc/fonts/paratype/paratype-sample.tex @@ -261478,6 +258207,586 @@ fi %{_texdir}/texmf-dist/doc/fonts/quattrocento/samples.pdf %{_texdir}/texmf-dist/doc/fonts/quattrocento/samples.tex +%files raleway +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_7mkq5h.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_bzmckq.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_ioyy6d.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_k2dfwc.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_keo5xw.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_l5jmzb.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_nli7k3.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_oaj2jl.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_sor5xn.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_sp3cim.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_uagyv3.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_umxzao.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/a_yqxcf3.enc +%{_texdir}/texmf-dist/fonts/map/dvips/raleway/Raleway.map +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf +%{_texdir}/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb +%{_texdir}/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf +%{_texdir}/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf +%{_texdir}/texmf-dist/tex/latex/raleway/.sty +%{_texdir}/texmf-dist/tex/latex/raleway/LY1-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/LY1Raleway-OsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/LY1Raleway-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/LY1Raleway-TOsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/OT1-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/OT1Raleway-OsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/OT1Raleway-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/OT1Raleway-TOsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/T1-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/T1Raleway-OsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/T1Raleway-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/T1Raleway-TOsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/TS1-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/TS1Raleway-OsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/TS1Raleway-TLF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/TS1Raleway-TOsF.fd +%{_texdir}/texmf-dist/tex/latex/raleway/raleway-type1-autoinst.sty +%{_texdir}/texmf-dist/tex/latex/raleway/raleway.sty + +%files raleway-doc +%defattr(-,root,root) +%doc ofl.txt +%{_texdir}/texmf-dist/doc/latex/raleway/OFL.txt +%{_texdir}/texmf-dist/doc/latex/raleway/README +%{_texdir}/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf +%{_texdir}/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex +%{_texdir}/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf +%{_texdir}/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex +%{_texdir}/texmf-dist/doc/latex/raleway/raleway.pdf +%{_texdir}/texmf-dist/doc/latex/raleway/raleway.tex + %files recycle %defattr(-,root,root) %doc gpl.txt @@ -261650,6 +258959,535 @@ fi %{_texdir}/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.pdf %{_texdir}/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.tex +%files sansmathfonts +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/map/dvips/sansmathfonts/sansmathfonts.map +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXi10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXi12.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXi17.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXi8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXi9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibx10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibx12.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibx17.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibx8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibx9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXibxcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsci10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsci8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXicsci9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXii10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXii12.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXii17.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXii8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXii9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixi10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixi12.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixi17.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixi8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixi9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsmfIPiXixicsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbsy9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssbxcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsci10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsci8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsscsci9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssex10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssex7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssex8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssex9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmi9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssmib9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmsssy9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssu10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/cmssxicsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi0500.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi0600.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi0700.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi0800.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi0900.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi1000.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi1095.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi1200.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi1440.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi1728.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi2074.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi2488.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi2986.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczi3583.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo0500.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo0600.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo0700.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo0800.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo0900.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo1000.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo1095.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo1200.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo1440.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo1728.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo2074.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo2488.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo2986.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczo3583.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx0500.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx0600.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx0700.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx0800.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx0900.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx1000.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx1095.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx1200.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx1440.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx1728.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx2074.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx2488.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx2986.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczx3583.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz0500.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz0600.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz0700.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz0800.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz0900.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz1000.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz1095.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz1200.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz1440.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz1728.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz2074.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz2488.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz2986.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/eczz3583.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-IPiXi.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-IPiXicsc.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-amsya.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-amsyb.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-asymbols.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-bigdel.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-bigint.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-bigop.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-bsymbols.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-calu.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-csc.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-greekl.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-greeku.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-mathex.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-mathint.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-mathsl.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-mathsy.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-roman.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-romanu.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-romms.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-slantms.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-sym.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-symbol.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sans-xbbold.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/sansfontbase.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssesint10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssesint7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssesint8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssesint9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsam9.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm10.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm5.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm6.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm7.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm8.mf +%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ssmsbm9.mf +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmf10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmf12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmf17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmf8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmf9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXibxcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXii10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXii12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXii17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXii8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXii9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfIPiXixicsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbx17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfbxcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsci10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsci8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfcsci9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsmfxicsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssbxcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsci10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsci8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsscsci9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssex10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssex7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssex8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssex9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssmib9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmsssy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/cmssxicsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczi3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczo3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczx3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz0500.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz0600.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz0700.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz0800.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz0900.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz1000.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz1095.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz1200.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz1440.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz1728.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz2074.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz2488.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz2986.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/eczz3583.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssesint10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssesint7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssesint8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssesint9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsam9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ssmsbm9.tfm +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibx17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXibxcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXii10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXii12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXii17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXii8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXii9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsmfIPiXixicsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbsy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbx17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssbxcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsc8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsc9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsci10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsci8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsscsci9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssex10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssex7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssex8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssex9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssmib9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmsssy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/cmssxicsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczi3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczo3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczx3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz0500.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz0600.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz0700.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz0800.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz0900.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz1000.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz1095.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz1200.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz1440.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz1728.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz2074.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz2488.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz2986.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/eczz3583.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssesint10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssesint7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssesint8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssesint9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsam9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ssmsbm9.pfb +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmf10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmf12.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmf17.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmf8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmf9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbx10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbx12.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbx17.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbx8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbx9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfbxcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsc10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsc8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsc9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsci10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsci8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfcsci9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxi10.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxi12.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxi17.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxi8.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxi9.vf +%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/cmsmfxicsc10.vf +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/omscmsssy.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/sansmathfonts.sty +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ussesint.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ussmsa.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ussmsb.fd +%{_texdir}/texmf-dist/tex/latex/sansmathfonts/uxcmss.fd + +%files sansmathfonts-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/fonts/sansmathfonts/README +%{_texdir}/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf +%{_texdir}/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex + %files sauter %defattr(-,root,root) %doc gpl.txt @@ -264964,29 +262802,6 @@ fi %{_texdir}/texmf-dist/tex/latex/helvetic/t1uhv.fd %{_texdir}/texmf-dist/tex/latex/helvetic/ts1uhv.fd -%files lm-math -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/opentype/public/lm-math/latinmodern-math.otf - -%files lm-math-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/GUST-FONT-LICENSE.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/INSTALL.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/math-test-context.tex -%{_texdir}/texmf-dist/doc/fonts/lm-math/math-test.tex -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.pdf -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.tex -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.docx -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.pdf -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf -%{_texdir}/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex - %files marvosym %defattr(-,root,root) %doc ofl.txt @@ -267614,7 +265429,6 @@ fi %files epstopdf-bin %defattr(-,root,root) -%doc lppl1.txt %{_bindir}/epstopdf %{_bindir}/repstopdf @@ -267684,9 +265498,9 @@ fi %{_mandir}/man1/ps2eps.1* %{_mandir}/man1/ps2frag.1* %{_mandir}/man1/pslatex.1* -%{_texdir}/texmf-dist/scripts/tetex/ps2frag.sh -%{_texdir}/texmf-dist/scripts/tetex/pslatex.sh -%{_texdir}/texmf/scripts/ps2eps/ps2eps.pl +%{_texdir}/texmf-dist/scripts/texlive/ps2frag.sh +%{_texdir}/texmf-dist/scripts/texlive/pslatex.sh +%{_texdir}/texmf-dist/scripts/ps2eps/ps2eps.pl %files pstools-bin %defattr(-,root,root) @@ -267737,7 +265551,7 @@ fi %defattr(-,root,root) %doc lppl1.txt %{_mandir}/man1/fontinst.1* -%{_texdir}/texmf-dist/scripts/tetex/fontinst.sh +%{_texdir}/texmf-dist/scripts/texlive/fontinst.sh %{_texdir}/texmf-dist/tex/fontinst/base/bbox.sty %{_texdir}/texmf-dist/tex/fontinst/base/cfntinst.sty %{_texdir}/texmf-dist/tex/fontinst/base/finstmsc.sty @@ -267941,6 +265755,7 @@ fi %{_mandir}/man1/ttf2pk.1* %{_mandir}/man1/ttf2tfm.1* %{_mandir}/man1/ttfdump.1* +%{_texdir}/texmf-dist/fonts/enc/ttf2pk/base/T1-WGL4.enc %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/Big5.sfd %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/EUC.sfd %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/HKSCS.sfd @@ -267954,15 +265769,14 @@ fi %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/UKS-HLaTeX.sfd %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/UKS.sfd %{_texdir}/texmf-dist/fonts/sfd/ttf2pk/Unicode.sfd -%{_texdir}/texmf/fonts/enc/ttf2pk/base/T1-WGL4.enc -%{_texdir}/texmf/ttf2pk/VPS.rpl -%{_texdir}/texmf/ttf2pk/ttf2pk.cfg +%{_texdir}/texmf-dist/ttf2pk/VPS.rpl +%{_texdir}/texmf-dist/ttf2pk/ttf2pk.cfg %files ttfutils-doc %defattr(-,root,root) -%{_texdir}/texmf/doc/ttf2pk/ttf2pk.doc -%{_texdir}/texmf/doc/ttf2pk/ttf2pk.txt -%{_texdir}/texmf/doc/ttf2pk/ttf2tfm.txt +%{_texdir}/texmf-dist/doc/ttf2pk/ttf2pk.doc +%{_texdir}/texmf-dist/doc/ttf2pk/ttf2pk.txt +%{_texdir}/texmf-dist/doc/ttf2pk/ttf2tfm.txt %files ttfutils-bin %defattr(-,root,root) @@ -268425,21 +266239,37 @@ fi %{_texdir}/texmf-dist/doc/latex/hexgame/hexgame.pdf %{_texdir}/texmf-dist/doc/latex/hexgame/hexgame.tex +%files horoscop +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/horoscop/horoscop.sty + +%files horoscop-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/horoscop/README +%{_texdir}/texmf-dist/doc/latex/horoscop/horoscop.pdf + %files logicpuzzle %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/logicpuzzle/createlpsudoku +%{_texdir}/texmf-dist/scripts/logicpuzzle/lpsmag +%{_texdir}/texmf-dist/scripts/logicpuzzle/simple.smc %{_texdir}/texmf-dist/tex/latex/logicpuzzle/battleship.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/bokkusu.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/chaossudoku.sty -%{_texdir}/texmf-dist/tex/latex/logicpuzzle/createlpsudoku %{_texdir}/texmf-dist/tex/latex/logicpuzzle/ddsudoku.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/hakyuu.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/hitori.sty +%{_texdir}/texmf-dist/tex/latex/logicpuzzle/kendoku.sty +%{_texdir}/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty +%{_texdir}/texmf-dist/tex/latex/logicpuzzle/laserbeam.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/logicpuzzle.sty -%{_texdir}/texmf-dist/tex/latex/logicpuzzle/lpsmag +%{_texdir}/texmf-dist/tex/latex/logicpuzzle/lpenv.sty %{_texdir}/texmf-dist/tex/latex/logicpuzzle/lpsudoku.sty -%{_texdir}/texmf-dist/tex/latex/logicpuzzle/simple.smc %{_texdir}/texmf-dist/tex/latex/logicpuzzle/skyline.sty +%{_texdir}/texmf-dist/tex/latex/logicpuzzle/slitherlink.sty %files logicpuzzle-doc %defattr(-,root,root) @@ -268447,34 +266277,9 @@ fi %{_texdir}/texmf-dist/doc/latex/logicpuzzle/CHANGES %{_texdir}/texmf-dist/doc/latex/logicpuzzle/INSTALL %{_texdir}/texmf-dist/doc/latex/logicpuzzle/README +%{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle.pdf +%{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle.tex %{_texdir}/texmf-dist/doc/latex/logicpuzzle/manifest.txt -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/battleship/battleship.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/battleship/battleship.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/battleship/battleship_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/bokkusu/bokkusu.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/bokkusu/bokkusu.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/bokkusu/bokkusu_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/chaossudoku/chaossudoku.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/chaossudoku/chaossudoku.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/chaossudoku/chaossudoku_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/ddsudoku/ddsudoku.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/ddsudoku/ddsudoku.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/ddsudoku/ddsudoku_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hakyuu/hakyuu.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hakyuu/hakyuu.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hakyuu/hakyuu_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hitori/hitori.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hitori/hitori.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/hitori/hitori_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/lpsudoku/lpsudoku.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/lpsudoku/lpsudoku.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/lpsudoku/lpsudoku_README -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/skyline/skyline.pdf -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/skyline/skyline.tex -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/skyline/skyline_README %files othello %defattr(-,root,root) @@ -269459,8 +267264,10 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/scripts/tex4ht/ht.sh %{_texdir}/texmf-dist/scripts/tex4ht/htcontext.sh +%{_texdir}/texmf-dist/scripts/tex4ht/htcopy.pl %{_texdir}/texmf-dist/scripts/tex4ht/htlatex.sh %{_texdir}/texmf-dist/scripts/tex4ht/htmex.sh +%{_texdir}/texmf-dist/scripts/tex4ht/htmove.pl %{_texdir}/texmf-dist/scripts/tex4ht/httex.sh %{_texdir}/texmf-dist/scripts/tex4ht/httexi.sh %{_texdir}/texmf-dist/scripts/tex4ht/htxelatex.sh @@ -273204,8 +271011,6 @@ fi %{_texdir}/texmf-dist/tex4ht/xtpipes/xtpipes-default.4xt %{_texdir}/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd %{_texdir}/texmf-dist/tex4ht/xtpipes/xtpipes.dtd -%{_texdir}/texmf/scripts/tex4ht/htcopy.pl -%{_texdir}/texmf/scripts/tex4ht/htmove.pl %files tex4ht-doc %defattr(-,root,root) @@ -273286,7 +271091,7 @@ fi %files tex4ht-bin %defattr(-,root,root) %doc lppl1.txt -%{_bindir}/ht +%{_bindir}/t4ht %{_bindir}/htcontext %{_bindir}/htlatex %{_bindir}/htmex @@ -274639,6 +272444,31 @@ fi %{_texdir}/texmf-dist/doc/xelatex/imsproc/logo.JPG %{_texdir}/texmf-dist/doc/xelatex/imsproc/sample-imsproc.tex +%files lshort-persian-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-persian/README +%{_texdir}/texmf-dist/doc/latex/lshort-persian/appendix.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort-base.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.sty +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lshort.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-persian/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/preface.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/transpreface.tex +%{_texdir}/texmf-dist/doc/latex/lshort-persian/typeset.tex + %files persian-bib %defattr(-,root,root) %doc lppl1.txt @@ -274665,234 +272495,234 @@ fi %files persian-hm-ftx %defattr(-,root,root) %doc ofl.txt -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXelham.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXroya.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXsf.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Shadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowOblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTXzar.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshia.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadr.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FBadrSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElham.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElhamSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmi.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FElmiSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnaz.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHoma.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FHomaSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadid.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FJadidSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamran.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKamranSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodak.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoos.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitra.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FMitraSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasim.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNasimSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeli.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoya.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassom.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitr.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTitrSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTraffic.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghut.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZar.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-ftx/HM_FZarSdOb.ttf %files persian-hm-ftx-doc %defattr(-,root,root) @@ -274906,93 +272736,252 @@ fi %files persian-hm-xbs %defattr(-,root,root) %doc ofl.txt -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanNavaar.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanPook.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanSayeh.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-ObliqueBold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBRoya.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBSols-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBSols-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBSols-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBSols.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTitre-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTitre.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTitreShadow-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBTitreShadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYagut.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYas-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYas-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYas-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBYas.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar-ObliqueBold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XBZar.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMVahid.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XMYermook.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPVosta.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-Bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-BoldItalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-Italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XPZiba.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhan.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanNavaar.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanPook.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSayeh.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahr.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOblique.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrObliqueBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofar.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyaz.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoya.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafigh.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbek.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShiraz.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XShirazSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSols.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XSolsSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabriz.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitr.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrShadow.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTitrShadowIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTraffic.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahid.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVahidSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVosta.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XVostaSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghut.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYas.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYasSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermook.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XYermookSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZar.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarOblique.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarObliqueBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZarSdOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZiba.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaBdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaObBd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaOl.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaOlIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaOlOb.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaSd.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaSdIt.ttf +%{_texdir}/texmf-dist/fonts/truetype/public/persian-hm-xbs/HM_XZibaSdOb.ttf %files persian-hm-xbs-doc %defattr(-,root,root) @@ -275005,18 +272994,18 @@ fi %files persian-modern %defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-bold.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-bolditalic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-boldoblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italic.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italicoutline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italicshadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-oblique.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-obliqueoutline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-obliqueshadow.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-outline.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-regular.ttf -%{_texdir}/texmf-dist/fonts/truetype/public/persian-modern/persian-modern-shadow.ttf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-bold.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-bolditalic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-boldoblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-italic.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-italicoutline.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-italicshadow.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-oblique.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-obliqueoutline.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-obliqueshadow.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-outline.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-regular.otf +%{_texdir}/texmf-dist/fonts/opentype/public/persian-modern/persian-modern-shadow.otf %files persian-modern-doc %defattr(-,root,root) @@ -275037,9 +273026,6 @@ fi %{_texdir}/texmf-dist/doc/latex/tram/tram-doc.pdf %{_texdir}/texmf-dist/doc/latex/tram/tram-doc.tex -%files collection-langarmenian -%defattr(-,root,root) - %files collection-langcjk %defattr(-,root,root) @@ -275111,253 +273097,18 @@ fi %{_texdir}/texmf-dist/doc/latex/ctex/test/test-xetex.tex %{_texdir}/texmf-dist/doc/latex/ctex/test/test-xetexgbk.tex -%files dnp -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/sfd/dnp/DNP.sfd - -%files tlwg +%files ctex-faq-doc %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/garuda_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_bi.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_i.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/kinnari_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/loma_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_bi.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_i.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/norasi_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/purisa_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/sawasdee_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttype_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ttypist_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/umpush_o.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_b.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_bo.afm -%{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/waree_o.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/fonts-tlwg/lthtlwg.enc -%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/nectec.map -%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/nf.map -%{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg/tlwg.map -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/garuda_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_bi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_i.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/kinnari_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/loma_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_bi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_i.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/norasi_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/purisa_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rgaruda_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_bi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_i.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rkinnari_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rloma_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_bi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_i.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rnorasi_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rpurisa_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rsawasdee_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttype_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rttypist_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rumpush_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/rwaree_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/sawasdee_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttype_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/ttypist_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/umpush_o.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_b.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_bo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/fonts-tlwg/waree_o.tfm -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/garuda_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_bi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_i.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/kinnari_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/loma_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_bi.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_i.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/norasi_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/purisa_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/sawasdee_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttype_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ttypist_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/umpush_o.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_b.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_bo.pfb -%{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/waree_o.pfb -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/garuda_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_bi.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_i.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/kinnari_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/loma_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_bi.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_i.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/norasi_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/purisa_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/sawasdee_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttype_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ttypist_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/umpush_o.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_b.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_bo.vf -%{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/waree_o.vf -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/fonts-tlwg.sty -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthgaruda.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthkinnari.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthloma.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthnorasi.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthpurisa.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthsawasdee.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthttype.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthttypist.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthumpush.fd -%{_texdir}/texmf-dist/tex/latex/fonts-tlwg/lthwaree.fd +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/ctex-faq/README +%{_texdir}/texmf-dist/doc/latex/ctex-faq/ctex-faq.pdf +%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/ctex-faq.sty +%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/ctex-faq.tex +%{_texdir}/texmf-dist/doc/latex/ctex-faq/src/make.bat -%files tlwg-doc +%files dnp %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/examples/teststd.tex +%{_texdir}/texmf-dist/fonts/sfd/dnp/DNP.sfd %files hyphen-chinese %defattr(-,root,root) @@ -275389,7 +273140,6 @@ fi %files japanese-otf %defattr(-,root,root) %{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf/otf-cktx.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf/otf-noEmbed.map %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/hirakaku-w3-h.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/hirakaku-w3-v.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/hirakaku-w6-h.ofm @@ -275402,6 +273152,8 @@ fi %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/hiramin-w6-v.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjgb-h.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjgb-v.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjge-h.ofm +%{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjge-v.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjgr-h.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjgr-v.ofm %{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/otf-cjmb-h.ofm @@ -275416,6 +273168,10 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothbn-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothbn-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgotheb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothebn-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothebn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgexpgothrn-h.tfm @@ -275442,6 +273198,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothbn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgotheb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgotheb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothebn-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothebn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/brsgnmlgothrn-h.tfm @@ -275506,6 +273264,18 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgb4-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgb5-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgb5-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge0-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge0-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge1-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge1-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge2-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge2-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge3-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge3-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge4-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge4-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge5-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjge5-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgr0-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgr0-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/cidjgr1-h.tfm @@ -275610,6 +273380,10 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothbn-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothbn-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgotheb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothebn-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothebn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/expgothrn-h.tfm @@ -275636,6 +273410,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothbn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgotheb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgotheb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothebn-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothebn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/hgothrn-h.tfm @@ -275672,6 +273448,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothbn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgotheb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgotheb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothebn-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothebn-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/nmlgothrn-h.tfm @@ -275698,6 +273476,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ccmr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjgb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjgb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjge-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjge-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjgr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjgr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-cjmb-h.tfm @@ -275724,6 +273504,10 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgbn-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgbn-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujge-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujge-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgen-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgen-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/otf-ujgrn-h.tfm @@ -275764,6 +273548,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/phiraminw6-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygothb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygothb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygotheb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubygothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/rubymgothr-h.tfm @@ -275934,6 +273720,70 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgbne-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgbnf-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgbnf-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge0-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge0-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge1-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge1-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge2-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge2-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge3-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge3-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge4-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge4-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge5-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge5-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge6-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge6-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge7-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge7-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge8-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge8-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge9-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjge9-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgea-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgea-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgeb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgeb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgec-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgec-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjged-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjged-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgee-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgee-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgef-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgef-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen0-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen0-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen1-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen1-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen2-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen2-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen3-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen3-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen4-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen4-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen5-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen5-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen6-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen6-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen7-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen7-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen8-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen8-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen9-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgen9-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgena-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgena-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenc-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenc-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgend-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgend-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgene-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgene-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenf-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgenf-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgr0-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgr0-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/utfjgr1-h.tfm @@ -276418,6 +274268,10 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothbn-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothbn-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgotheb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothebn-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothebn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgexpgothrn-h.vf @@ -276444,6 +274298,8 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothbn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgotheb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgotheb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothebn-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothebn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/brsgnmlgothrn-h.vf @@ -276508,6 +274364,18 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgb4-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgb5-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgb5-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge0-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge0-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge1-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge1-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge2-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge2-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge3-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge3-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge4-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge4-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge5-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjge5-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgr0-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgr0-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/cidjgr1-h.vf @@ -276612,6 +274480,10 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothbn-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothbn-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgotheb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothebn-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothebn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/expgothrn-h.vf @@ -276638,6 +274510,8 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothbn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgotheb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgotheb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothebn-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothebn-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/nmlgothrn-h.vf @@ -276670,6 +274544,8 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/phiraminw6-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygothb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygothb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygotheb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubygothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/rubymgothr-h.vf @@ -276840,6 +274716,70 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgbne-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgbnf-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgbnf-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge0-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge0-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge1-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge1-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge2-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge2-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge3-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge3-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge4-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge4-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge5-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge5-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge6-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge6-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge7-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge7-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge8-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge8-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge9-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjge9-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgea-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgea-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgeb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgeb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgec-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgec-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjged-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjged-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgee-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgee-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgef-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgef-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen0-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen0-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen1-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen1-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen2-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen2-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen3-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen3-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen4-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen4-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen5-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen5-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen6-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen6-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen7-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen7-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen8-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen8-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen9-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgen9-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgena-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgena-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenc-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenc-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgend-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgend-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgene-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgene-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenf-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgenf-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgr0-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgr0-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/utfjgr1-h.vf @@ -277328,6 +275268,7 @@ fi %files japanese-otf-doc %defattr(-,root,root) %{_texdir}/texmf-dist/doc/fonts/japanese-otf/COPYRIGHT +%{_texdir}/texmf-dist/doc/fonts/japanese-otf/otf-script-gteb.diff %{_texdir}/texmf-dist/doc/fonts/japanese-otf/readme.en.txt %{_texdir}/texmf-dist/doc/fonts/japanese-otf/readme.txt %{_texdir}/texmf-dist/doc/fonts/japanese-otf/test/brsgtest.tex @@ -277340,7 +275281,6 @@ fi %files japanese-otf-uptex %defattr(-,root,root) %doc other-free.txt -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf-uptex/otf-up-noEmbed.map %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp @@ -277413,6 +275353,34 @@ fi %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgbv-v.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgbz-h.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgbz-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgej-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgej-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgek-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgek-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgel-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgel-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgem-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgem-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgen-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgen-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeo-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeo-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgep-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgep-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeq-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeq-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjger-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjger-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjges-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjges-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjget-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjget-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeu-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgeu-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgev-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgev-v.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgez-h.ovp +%{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgez-v.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgrj-h.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgrj-v.ovp %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utfjgrk-h.ovp @@ -277631,6 +275599,8 @@ fi %{_texdir}/texmf-dist/fonts/ovp/public/japanese-otf-uptex/utftmrz-v.ovp %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-h.tfm @@ -277657,6 +275627,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgothb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgothb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpgothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-h.tfm @@ -277697,6 +275669,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygothr-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubygothr-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-h.tfm @@ -277779,6 +275753,34 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgbv-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgbz-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgbz-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgej-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgej-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgek-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgek-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgel-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgel-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgem-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgem-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgen-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgen-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeo-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeo-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgep-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgep-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeq-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeq-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjger-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjger-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjges-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjges-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjget-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjget-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeu-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgeu-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgev-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgev-v.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgez-h.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgez-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgrj-h.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgrj-v.tfm %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utfjgrk-h.tfm @@ -277997,6 +275999,8 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/utftmrz-v.tfm %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-h.vf @@ -278023,6 +276027,8 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgothb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgothb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgotheb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpgothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upexpmgothr-h.vf @@ -278049,6 +276055,8 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygotheb-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygotheb-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygothr-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubygothr-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/uprubymgothr-h.vf @@ -278131,6 +276139,34 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgbv-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgbz-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgbz-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgej-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgej-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgek-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgek-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgel-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgel-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgem-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgem-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgen-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgen-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeo-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeo-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgep-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgep-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeq-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeq-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjger-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjger-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjges-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjges-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjget-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjget-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeu-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgeu-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgev-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgev-v.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgez-h.vf +%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgez-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgrj-h.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgrj-v.vf %{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/utfjgrk-h.vf @@ -278356,6 +276392,7 @@ fi %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/COPYRIGHT %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/README +%{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/otf-script-gteb.diff %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/Makefile %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_cns_utf.tex %{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_gb_utf.tex @@ -278370,49 +276407,88 @@ fi %files jfontmaps %defattr(-,root,root) %doc gpl3.txt -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-hiragino.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-ipa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-ipaex.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-kozuka.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-morisawa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-hiragino.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-ipa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-ipaex.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-kozuka.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-morisawa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-ipa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-ipaex.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-ipa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-ipaex.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa-04.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa.map +%{_texdir}/texmf-dist/fonts/cmap/jfontmaps/2004-H +%{_texdir}/texmf-dist/fonts/cmap/jfontmaps/2004-V +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-hiragino-pron.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-up-hiragino-pron.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-hiragino.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-up-hiragino.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/otf-ipa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/otf-up-ipa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/ptex-ipa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/uptex-ipa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-ipaex.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-up-ipaex.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/ptex-ipaex.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/uptex-ipaex.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-kozuka-pr6.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-up-kozuka-pr6.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-kozuka-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-up-kozuka-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-kozuka.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-up-kozuka.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-morisawa-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-up-morisawa-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-morisawa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-up-morisawa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/otf-ms.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/otf-up-ms.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/ptex-ms.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/uptex-ms.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-noEmbed.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-up-noEmbed.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed-04.map +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed.map +%{_texdir}/texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh +%{_texdir}/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl %{_texdir}/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl -%{_texdir}/texmf-dist/scripts/jfontmaps/updmap-setup-kanji-sys.sh -%{_texdir}/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl %files jfontmaps-doc %defattr(-,root,root) %doc gpl3.txt %{_texdir}/texmf-dist/doc/fonts/jfontmaps/ChangeLog +%{_texdir}/texmf-dist/doc/fonts/jfontmaps/ChangeLog.pre-git %{_texdir}/texmf-dist/doc/fonts/jfontmaps/README -%{_texdir}/texmf-dist/doc/fonts/jfontmaps/updmap-otf.sh +%{_texdir}/texmf-dist/doc/fonts/jfontmaps/examples/otf-sample-04.tex +%{_texdir}/texmf-dist/doc/fonts/jfontmaps/examples/otf-sample.tex +%{_texdir}/texmf-dist/doc/fonts/jfontmaps/examples/ptex-sample.tex %files jfontmaps-bin %defattr(-,root,root) %doc gpl3.txt +%{_bindir}/kanji-config-updmap +%{_bindir}/kanji-config-updmap-sys %{_bindir}/kanji-fontmap-creator -%{_bindir}/updmap-setup-kanji -%{_bindir}/updmap-setup-kanji-sys %files jsclasses %defattr(-,root,root) @@ -278427,6 +276503,119 @@ fi %{_texdir}/texmf-dist/tex/platex/jsclasses/okumacro.sty %{_texdir}/texmf-dist/tex/platex/jsclasses/okuverb.sty +%files jsclasses-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/platex/jsclasses/README +%{_texdir}/texmf-dist/doc/platex/jsclasses/jsclasses.pdf +%{_texdir}/texmf-dist/doc/platex/jsclasses/jsverb.pdf +%{_texdir}/texmf-dist/doc/platex/jsclasses/morisawa.pdf +%{_texdir}/texmf-dist/doc/platex/jsclasses/okumacro.pdf +%{_texdir}/texmf-dist/doc/platex/jsclasses/okuverb.pdf + +%files latex-notes-zh-cn-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/README +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/history.txt +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/license.txt +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/basics.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/fonts.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/graphics.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/i18n.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/introduction.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/lnotes.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/math.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/misc.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/postcript.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/preface.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/reading.bib +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/tables.tex +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/color.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/colors.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/curve.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dot.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/fill.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/label.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/line.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/loop.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/path.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/transform.mps +%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/uline.mps + +%files lshort-chinese-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/README +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort-base.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lshort.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/myclass.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/test.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/typeset.tex +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/usefulmacros.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhfont.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhmath.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhspacing.sty +%{_texdir}/texmf-dist/doc/latex/lshort-chinese/src/zhulem.sty + +%files lshort-japanese-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-japanese/00README +%{_texdir}/texmf-dist/doc/latex/lshort-japanese/CHANGES.jp +%{_texdir}/texmf-dist/doc/latex/lshort-japanese/READ.ME +%{_texdir}/texmf-dist/doc/latex/lshort-japanese/jlshort-1.00.src.tar.gz +%{_texdir}/texmf-dist/doc/latex/lshort-japanese/jlshort.pdf + +%files lshort-korean-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-korean/README.ko +%{_texdir}/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz +%{_texdir}/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf + %files luatexja %defattr(-,root,root) %doc other-free.txt @@ -278448,10 +276637,6 @@ fi %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-base.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-cctbreg.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-charrange.lua -%{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-cid-adobe-cns1.lua -%{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-cid-adobe-gb1.lua -%{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-cid-adobe-japan1.lua -%{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-cid-adobe-korea1.lua %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-compat-ptex.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-compat.lua %{_texdir}/texmf-dist/tex/luatex/luatexja/ltj-debug.lua @@ -278491,6 +276676,7 @@ fi %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjcore.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjdefs.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty +%{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjp-fontspec.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjp-listings.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjp-unicode-math.sty %{_texdir}/texmf-dist/tex/luatex/luatexja/patches/lltjp-xunicode.sty @@ -280253,7 +278439,6 @@ fi %defattr(-,root,root) %{_mandir}/man1/mendex.1* %{_texdir}/texmf-dist/fonts/map/dvipdfmx/ptex/morisawa.map -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/ptex/ptex-noEmbed.map %{_texdir}/texmf-dist/fonts/source/ptex/ascgrp/ascgrp.mf %{_texdir}/texmf-dist/fonts/source/ptex/ascgrp/ascii.mf %{_texdir}/texmf-dist/fonts/source/ptex/ascgrp/ascii10.mf @@ -280542,16 +278727,18 @@ fi %files ptex2pdf %defattr(-,root,root) +%doc gpl2.txt %{_texdir}/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua %files ptex2pdf-doc %defattr(-,root,root) +%doc gpl2.txt %{_texdir}/texmf-dist/doc/latex/ptex2pdf/COPYING %{_texdir}/texmf-dist/doc/latex/ptex2pdf/README %files ptex2pdf-bin %defattr(-,root,root) -%doc lppl1.txt +%doc gpl2.txt %{_bindir}/ptex2pdf %files pxbase @@ -280574,6 +278761,46 @@ fi %{_texdir}/texmf-dist/doc/platex/pxbase/README-pxbabel %{_texdir}/texmf-dist/doc/platex/pxbase/README-pxcjkcat +%files pxchfon +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/fonts/sfd/pxchfon/PXcjk0.sfd +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjar-l-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjar-r-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjas-b-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjas-r-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/cfjas-x-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjar-b-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjar-l-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjar-r-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjas-b-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjas-r-l0j.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/r-cfjas-x-l0j.tfm +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjar-b-l0j.vf +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjar-l-l0j.vf +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjar-r-l0j.vf +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjas-b-l0j.vf +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjas-r-l0j.vf +%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/cfjas-x-l0j.vf +%{_texdir}/texmf-dist/tex/platex/pxchfon/pxchfon.sty +%{_texdir}/texmf-dist/tex/platex/pxchfon/pxchfon0.def +%{_texdir}/texmf-dist/tex/platex/pxchfon/pxjafont.sty + +%files pxchfon-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/platex/pxchfon/LICENSE +%{_texdir}/texmf-dist/doc/platex/pxchfon/README-ja +%{_texdir}/texmf-dist/doc/platex/pxchfon/pxchfon.pdf +%{_texdir}/texmf-dist/doc/platex/pxchfon/pxchfon.tex +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-2000jis.pdf +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-2000jis.tex +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-2004jis.pdf +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-2004jis.tex +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-pxchfon.pdf +%{_texdir}/texmf-dist/doc/platex/pxchfon/sample-pxchfon.tex + %files pxcjkcat %defattr(-,root,root) %{_texdir}/texmf-dist/tex/latex/pxcjkcat/pxcjkcat.sty @@ -280602,11 +278829,18 @@ fi %{_texdir}/texmf-dist/doc/platex/pxrubrica/sample/test-toc.pdf %{_texdir}/texmf-dist/doc/platex/pxrubrica/sample/test-toc.tex +%files texlive-zh-cn-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/README-live.ZH-CN +%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/texlive-zh-cn.tex + %files uptex %defattr(-,root,root) %doc other-free.txt %{_texdir}/texmf-dist/fonts/cmap/uptex/UTF8-UTF16 -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/uptex/uptex-noEmbed.map %{_texdir}/texmf-dist/fonts/tfm/uptex/jis/upgbm-h.tfm %{_texdir}/texmf-dist/fonts/tfm/uptex/jis/upgbm-hq.tfm %{_texdir}/texmf-dist/fonts/tfm/uptex/jis/upgbm-v.tfm @@ -280681,7 +278915,6 @@ fi %{_texdir}/texmf-dist/fonts/vf/uptex/min/umin10.vf %{_texdir}/texmf-dist/fonts/vf/uptex/min/utgoth10.vf %{_texdir}/texmf-dist/fonts/vf/uptex/min/utmin10.vf -%{_texdir}/texmf-dist/scripts/uptex/convbkmk.rb %{_texdir}/texmf-dist/tex/uplatex/base/jt2gt.fd %{_texdir}/texmf-dist/tex/uplatex/base/jt2mc.fd %{_texdir}/texmf-dist/tex/uplatex/base/jy2gt.fd @@ -280802,7 +279035,6 @@ fi %files uptex-bin %defattr(-,root,root) %doc other-free.txt -%{_bindir}/convbkmk %{_bindir}/euptex %{_bindir}/upbibtex %{_bindir}/updvitype @@ -285822,6 +284054,8 @@ fi %doc other-free.txt %{_texdir}/texmf-dist/doc/latex/zxjafont/LICENSE %{_texdir}/texmf-dist/doc/latex/zxjafont/README +%{_texdir}/texmf-dist/doc/latex/zxjafont/zxjafont.pdf +%{_texdir}/texmf-dist/doc/latex/zxjafont/zxjafont.tex %files zxjatype %defattr(-,root,root) @@ -285837,31 +284071,6 @@ fi %{_texdir}/texmf-dist/doc/latex/zxjatype/example/example.tex %{_texdir}/texmf-dist/doc/latex/zxjatype/example/xetexsamp01.pdf -%files collection-langcroatian -%defattr(-,root,root) - -%files hrlatex -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hrlatex/fsbispit.cls -%{_texdir}/texmf-dist/tex/latex/hrlatex/fsbmath.sty -%{_texdir}/texmf-dist/tex/latex/hrlatex/hrlatex.sty - -%files hrlatex-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hrlatex/README -%{_texdir}/texmf-dist/doc/latex/hrlatex/hrlatex.pdf -%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex -%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.cp1250.tex -%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.latin2.tex -%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.utf8.tex -%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex - -%files hyphen-croatian -%defattr(-,root,root) -%doc lppl1.3.txt - %files collection-langcyrillic %defattr(-,root,root) @@ -285995,8 +284204,8 @@ fi %defattr(-,root,root) %{_mandir}/man1/rubibtex.1* %{_mandir}/man1/rumakeindex.1* -%{_texdir}/texmf-dist/scripts/tetex/rubibtex.sh -%{_texdir}/texmf-dist/scripts/tetex/rumakeindex.sh +%{_texdir}/texmf-dist/scripts/texlive/rubibtex.sh +%{_texdir}/texmf-dist/scripts/texlive/rumakeindex.sh %files cyrillic-bin-bin %defattr(-,root,root) @@ -286272,6 +284481,83 @@ fi %{_texdir}/texmf-dist/doc/bibtex/gost/gost2008l.pdf %{_texdir}/texmf-dist/doc/bibtex/gost/gost780.pdf +%files hyphen-bulgarian +%defattr(-,root,root) + +%files hyphen-mongolian +%defattr(-,root,root) + +%files hyphen-russian +%defattr(-,root,root) + +%files ruhyphen +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/ruhyphen/catkoi.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoal.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoas.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoct.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryodv.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryomg.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryovl.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryozn.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/enrhm2.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/hypht2.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2koi.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2lcy.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2ot2.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2t2a.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2ucy.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruenhyph.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphal.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphas.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphct.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphdv.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphen.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphmg.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphvl.tex +%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphzn.tex + +%files hyphen-serbian +%defattr(-,root,root) +%doc gpl.txt + +%files hyphen-ukrainian +%defattr(-,root,root) + +%files ukrhyph +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/ukrhyph/catlcy.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2koi.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2lcy.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2ot2.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2t2a.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2ucy.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules60.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules90.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules_ph.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrenhyp.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypfa.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.koi +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.lcy +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.ot2 +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.t2a +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.ucy +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypmp.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypmt.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypsm.tex +%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypst.tex + +%files ukrhyph-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/ukrhyph/README +%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules60.pdf +%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules90.pdf +%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules_ph.pdf + %files lcyw %defattr(-,root,root) %doc lppl1.3.txt @@ -288157,1157 +286443,12368 @@ fi %{_texdir}/texmf-dist/fonts/tfm/jknappen/ec/tcvt2986.tfm %{_texdir}/texmf-dist/fonts/tfm/jknappen/ec/tcvt3583.tfm -%files ec-doc +%files ec-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/ec/00bugs.txt +%{_texdir}/texmf-dist/doc/fonts/ec/00error.txt +%{_texdir}/texmf-dist/doc/fonts/ec/00files.txt +%{_texdir}/texmf-dist/doc/fonts/ec/00inst.txt +%{_texdir}/texmf-dist/doc/fonts/ec/00readme.txt +%{_texdir}/texmf-dist/doc/fonts/ec/copyrite.txt +%{_texdir}/texmf-dist/doc/fonts/ec/dc-chg.txt +%{_texdir}/texmf-dist/doc/fonts/ec/dcdoc.tex +%{_texdir}/texmf-dist/doc/fonts/ec/ec-chg.txt +%{_texdir}/texmf-dist/doc/fonts/ec/ecstdedt.tex +%{_texdir}/texmf-dist/doc/fonts/ec/tc-chg.txt +%{_texdir}/texmf-dist/doc/fonts/ec/tcstdedt.tex + +%files lhcyr +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/lhcyr/karabas.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/kniga.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/otchet.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/pismo.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/rusfonts.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/statya.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/README +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt.sty +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhss.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/README +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/special.kc +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/README +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd +%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd + +%files lshort-bulgarian-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/README +%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/lshort-bg.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/src/lshort-bg.src.zip + +%files lshort-mongol-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/00README +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/CHANGES +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/MANIFEST +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/Makefile +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/README +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/TODO +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/TRANSLATIONS +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/fixdate.pl +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/lshort-mn.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/appendix.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-base.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort-mn.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lshort.sty +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-mongol/src/typeset.tex + +%files lshort-russian-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-russian/lshortru.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-russian/lshortru.zip + +%files lshort-ukr-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/lshort-ukr/lshort-ukr-4.12.src.tar.gz +%{_texdir}/texmf-dist/doc/latex/lshort-ukr/lshort-ukr.pdf + +%files mongolian-babel +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mn.def +%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mongolian.ldf +%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mongolian.sty + +%files mongolian-babel-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/mongolian-babel/README +%{_texdir}/texmf-dist/doc/latex/mongolian-babel/mongolian.pdf + +%files montex +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/map/dvips/montex/mongolian.map +%{_texdir}/texmf-dist/fonts/source/public/montex/bcghsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcghsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcghwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcghwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bicighb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bicighm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bicigvb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bicigvm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthhsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthhsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthhwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthhwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthvsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthvsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthvwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bthvwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxghsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxghsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxghwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxghwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvsb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvsm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvwb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvwm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorec.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorei.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorel.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmoreu.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmb10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbxsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmbxti10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmdunh10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmff10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmfi10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmfib8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kminch.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmitt10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr17.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr5.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr6.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr7.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmr9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmsltt10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmss10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmss12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmss17.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmss8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmss9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssdc10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi17.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssq8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmssqi8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmtcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmti10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmti12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmti7.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmti8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmti9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt12.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt9.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmu10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmvtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/kmvtti10.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/lmligs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/macodes.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/maglyphs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mantrlig.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbatoms.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbcodes.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbglyphs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbligtbl.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbnums.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbparmb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbparmm.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbparms.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mbpunc.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcccscco.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mccoding.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mctextit.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyccsc.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyitall.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrill.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrl.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrligs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrsymb.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcyru.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mcytitle.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mlscodes.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mocodes.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/moglyphs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/montrlig.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mxcodes.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mxglyphs.mf +%{_texdir}/texmf-dist/fonts/source/public/montex/mxntrlig.mf +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicighb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicighm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicigvb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicigvm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvsb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvsm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvwb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvwm.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmff10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmfi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmfib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kminch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmvtti10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bicighb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bicighm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bicigvb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bicigvm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvsb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvsm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvwb.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvwm.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/kmbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/kmr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/montex/kmss10.pfb +%{_texdir}/texmf-dist/tex/latex/montex/bicig.def +%{_texdir}/texmf-dist/tex/latex/montex/bithe.def +%{_texdir}/texmf-dist/tex/latex/montex/buryat.def +%{_texdir}/texmf-dist/tex/latex/montex/cpctt.def +%{_texdir}/texmf-dist/tex/latex/montex/cpdbk.def +%{_texdir}/texmf-dist/tex/latex/montex/cpibmrus.def +%{_texdir}/texmf-dist/tex/latex/montex/cpkoi.def +%{_texdir}/texmf-dist/tex/latex/montex/cpmls.def +%{_texdir}/texmf-dist/tex/latex/montex/cpmnk.def +%{_texdir}/texmf-dist/tex/latex/montex/cpmos.def +%{_texdir}/texmf-dist/tex/latex/montex/cpncc.def +%{_texdir}/texmf-dist/tex/latex/montex/english.def +%{_texdir}/texmf-dist/tex/latex/montex/kazakh.def +%{_texdir}/texmf-dist/tex/latex/montex/lmabthhs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmabthhw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmabthvs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmabthvw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmaenc.def +%{_texdir}/texmf-dist/tex/latex/montex/lmccmdh.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmfib.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmfr.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmiss.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmr.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmss.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmssq.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmtt.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmccmvtt.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmcenc.def +%{_texdir}/texmf-dist/tex/latex/montex/lmclcmss.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmobcghs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmobcghw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmobcgvs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmobcgvw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmoenc.def +%{_texdir}/texmf-dist/tex/latex/montex/lmsbcgh.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmsbcgv.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmsenc.def +%{_texdir}/texmf-dist/tex/latex/montex/lmubxghs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmubxghw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmubxgvs.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmubxgvw.fd +%{_texdir}/texmf-dist/tex/latex/montex/lmuenc.def +%{_texdir}/texmf-dist/tex/latex/montex/mls.sty +%{_texdir}/texmf-dist/tex/latex/montex/mlsgalig.tex +%{_texdir}/texmf-dist/tex/latex/montex/mlstrans.tex +%{_texdir}/texmf-dist/tex/latex/montex/mnhyphex.tex +%{_texdir}/texmf-dist/tex/latex/montex/rlbicig.sty +%{_texdir}/texmf-dist/tex/latex/montex/russian.def +%{_texdir}/texmf-dist/tex/latex/montex/xalx.def + +%files montex-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/montex/00README +%{_texdir}/texmf-dist/doc/latex/montex/00readme.mfinput.km +%{_texdir}/texmf-dist/doc/latex/montex/ANNOUNCE +%{_texdir}/texmf-dist/doc/latex/montex/EMTEX +%{_texdir}/texmf-dist/doc/latex/montex/HISTORY +%{_texdir}/texmf-dist/doc/latex/montex/INSTALL +%{_texdir}/texmf-dist/doc/latex/montex/MIKTEX +%{_texdir}/texmf-dist/doc/latex/montex/TODO +%{_texdir}/texmf-dist/doc/latex/montex/UPDATE +%{_texdir}/texmf-dist/doc/latex/montex/cyrename.pl +%{_texdir}/texmf-dist/doc/latex/montex/fontlist.tex +%{_texdir}/texmf-dist/doc/latex/montex/mkmlsmf.pl +%{_texdir}/texmf-dist/doc/latex/montex/mls-diag.tex +%{_texdir}/texmf-dist/doc/latex/montex/mlsquick.pdf +%{_texdir}/texmf-dist/doc/latex/montex/mlsquick.tex +%{_texdir}/texmf-dist/doc/latex/montex/mnhyphen.tex +%{_texdir}/texmf-dist/doc/latex/montex/montex.pdf +%{_texdir}/texmf-dist/doc/latex/montex/montex.tex +%{_texdir}/texmf-dist/doc/latex/montex/montex.xml +%{_texdir}/texmf-dist/doc/latex/montex/mtdocmac.tex +%{_texdir}/texmf-dist/doc/latex/montex/testfont.input +%{_texdir}/texmf-dist/doc/latex/montex/testfont.sh +%{_texdir}/texmf-dist/doc/latex/montex/zanabazr.pdf +%{_texdir}/texmf-dist/doc/latex/montex/zanabazr.tex +%{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe/testfont.input +%{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe/testfont.sh + +%files mpman-ru-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/Makefile +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/README +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/README.ru.koi8-r +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/bm-to-utf16be.awk +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/ctabbing.sty +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/extract-bm.awk +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx1.awk +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx2.awk +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/idx3.awk +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/manfig-ru.mp +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-optab-ru.tex +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-ru.pdf +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman-ru.tex +%{_texdir}/texmf-dist/doc/metapost/mpman-ru/mpman.ist + +%files pst-eucl-translation-bg-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/abscur.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/abscur_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/angle.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/angle_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.log +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/astro.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/astro_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/bissec.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/bissec_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ccirc.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ccirc_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cercle.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cercle_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cinscex.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cinscex_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/curvetype.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/curvetype_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cyclo.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/cyclo_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/delto.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/droite.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/droite_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envcardi.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envcardi_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envellipse.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/envellipse_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/euler.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/euler_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/fracthom.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/fracthom_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gauss.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gauss_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gencur.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/gencur_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geohyper.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geohyper_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geonode.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/geonode_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/german_ra.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/german_ra_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/grav.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/grav_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/homothetie.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/homothetie_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/hypocyclo.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC_bis_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interCC_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDC.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDC_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDD.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interDD_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFC.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFC_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFF.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFF_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFL.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/interFL_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/mediator.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/mediator_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/milieu.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/milieu_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/oij.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/oij_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/parabole.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/parabole_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/projection.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/projection_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/rotation.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/rotation_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg1c.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg1c_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg2c.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/tg2c_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/triangle.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/triangle_in.tex +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/README +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/README-bulgarian.txt +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/euclide_bg.sty +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/euclide_macros.ist +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.cb +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.pdf +%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.tex + +%files serbian-apostrophe +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/serbian-apostrophe/serbian-apostrophe.sty + +%files serbian-apostrophe-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/README +%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/apostrophe-list.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/apostrophe-list.tex +%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/serbian-apostrophe.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/serbian-apostrophe.tex + +%files serbian-date-lat +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/tex/latex/serbian-date-lat/serbian-date-lat.sty + +%files serbian-date-lat-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/README +%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/SerbianDateLat.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/SerbianDateLat.tex +%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/TestDateLat.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/TestDateLat.tex + +%files serbian-def-cyr +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/serbian-def-cyr/serbian-def-cyr.sty + +%files serbian-def-cyr-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/README +%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/proba.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/proba.tex +%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/usage.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/usage.tex + +%files serbian-lig +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/serbian-lig/serbian-lig.sty + +%files serbian-lig-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/serbian-lig/README +%{_texdir}/texmf-dist/doc/latex/serbian-lig/lig-list.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-lig/lig-list.tex +%{_texdir}/texmf-dist/doc/latex/serbian-lig/serbian-lig.pdf +%{_texdir}/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex + +%files t2 +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/enc/t2/t2a-mod1.enc +%{_texdir}/texmf-dist/fonts/enc/t2/t2a-mod2.enc +%{_texdir}/texmf-dist/fonts/enc/t2/t2a.enc +%{_texdir}/texmf-dist/fonts/enc/t2/t2b.enc +%{_texdir}/texmf-dist/fonts/enc/t2/t2c.enc +%{_texdir}/texmf-dist/fonts/enc/t2/x2.enc +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/6r.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/README +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/cyrillic.mtx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/lcy-hi.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/lcy.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/ot2.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2a.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2b.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2c.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/x2.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyc.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyci.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyctt.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyi.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyitt.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcytt.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2c.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2cj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2i.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2ij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2j.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ac.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2acj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ai.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bc.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bcj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bi.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cc.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ccj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ci.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2c.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2cj.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2i.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2ij.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2j.etx +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/alias-cmc.tex +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/alias-wncy.tex +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/cyralias.tex +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/fnstcorr.tex +%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/showenc +%{_texdir}/texmf-dist/tex/latex/t2/citehack.sty +%{_texdir}/texmf-dist/tex/latex/t2/mathtext.sty +%{_texdir}/texmf-dist/tex/latex/t2/misccorr.sty + +%files t2-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/t2/Makefile +%{_texdir}/texmf-dist/doc/generic/t2/OT2uni.map +%{_texdir}/texmf-dist/doc/generic/t2/README +%{_texdir}/texmf-dist/doc/generic/t2/T2Auni.map +%{_texdir}/texmf-dist/doc/generic/t2/T2Buni.map +%{_texdir}/texmf-dist/doc/generic/t2/T2Cuni.map +%{_texdir}/texmf-dist/doc/generic/t2/X2uni.map +%{_texdir}/texmf-dist/doc/generic/t2/amscyr.txt +%{_texdir}/texmf-dist/doc/generic/t2/broken1.txt +%{_texdir}/texmf-dist/doc/generic/t2/broken2.txt +%{_texdir}/texmf-dist/doc/generic/t2/cyrcset7.txt +%{_texdir}/texmf-dist/doc/generic/t2/cyrcset8.txt +%{_texdir}/texmf-dist/doc/generic/t2/cyrcsets.ind +%{_texdir}/texmf-dist/doc/generic/t2/make-enc.pl +%{_texdir}/texmf-dist/doc/generic/t2/mkencs.sh +%{_texdir}/texmf-dist/doc/generic/t2/mtcyr.txt +%{_texdir}/texmf-dist/doc/generic/t2/t2cyr.txt +%{_texdir}/texmf-dist/doc/generic/t2/t2lat.txt +%{_texdir}/texmf-dist/doc/generic/t2/urwcyr.txt +%{_texdir}/texmf-dist/doc/generic/t2/etc/amsppt.diff +%{_texdir}/texmf-dist/doc/generic/t2/etc/mathtext.dtx +%{_texdir}/texmf-dist/doc/generic/t2/etc/mathtext.ins +%{_texdir}/texmf-dist/doc/generic/t2/etc/ruinpenc +%{_texdir}/texmf-dist/doc/generic/t2/etc/t2filter.c +%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/README +%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex +%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.bat +%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old +%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.sed +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/README +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumakeindex +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx1.sed +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx2.sed +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx3.sed +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxd.bat +%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxw.bat +%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/test-utf8.tex +%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utf-8.def +%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utfcyr.def +%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utflat.def +%{_texdir}/texmf-dist/doc/generic/t2/examples/example1.tex +%{_texdir}/texmf-dist/doc/generic/t2/examples/example2.tex +%{_texdir}/texmf-dist/doc/generic/t2/examples/example3.tex +%{_texdir}/texmf-dist/doc/generic/t2/examples/example4.tex +%{_texdir}/texmf-dist/doc/generic/t2/examples/example5.tex + +%files texlive-ru-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/live4ht.cfg +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/t2almdh.fd +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/t2almr.fd +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/t2almss.fd +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/t2almtt.fd +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/tex-live.css +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/texlive-ru.css +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/texlive-ru.html +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/texlive-ru.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-ru/texlive-ru.tex + +%files texlive-sr-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/README-SR.txt +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/texlive-sr.css +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/texlive-sr.html +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/texlive-sr.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/texlive-sr.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/texlive-sr.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-install-tl-collections-freebsd-sr.png +%{_texdir}/texmf-dist/doc/texlive/texlive-sr/images/tl2013-install-tl-expert-gui-freebsd-sr.png + +%files collection-langczechslovak +%defattr(-,root,root) + +%files cs +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/cs/xl2.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/cs/xt2.enc +%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-a35-nodownload.map +%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-a35-urwdownload.map +%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-charter.map +%{_texdir}/texmf-dist/fonts/map/dvips/cs/csfonts.map +%{_texdir}/texmf-dist/fonts/source/public/cs/csaccent.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csacutl.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csacutu.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csadded.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csb9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscode.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csff10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csfi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csfib10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csfib12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csfib8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csfib9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cshachel.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cshacheu.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cshyph.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csiacutl.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csihachl.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csinch.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csiothrl.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csitt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csitt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csitt17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csitt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csitt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csotherl.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csotheru.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csr9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl5.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl6.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssl9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csss10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csss12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csss17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csss9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssdc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssi10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssi12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssi17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssi9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssq8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csssqi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstex10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstex8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstex9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csti9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/cstt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu17.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu7.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csu9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt12.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt9.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/icscsc10.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/icstt8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsssb8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsssi8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/kmcsc.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/kmroman.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/kmtexset.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/kmtextit.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/kmtitle.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/lcsss8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/lcsssb8.mf +%{_texdir}/texmf-dist/fonts/source/public/cs/lcsssi8.mf +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/README +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagd8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagdc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagdo8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagk8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagkc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagko8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkd8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkdc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkdi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkl8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbklc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkli8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrb8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrbc8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrbo8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrr8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrrc8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrro8u.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbn8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbnc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbo8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbon8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvr8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrn8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrnc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvro8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvron8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncbc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncbi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncr8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncrc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncri8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplbc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplbi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplr8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplrc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplri8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmbc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmbi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmr8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmrc8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmri8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pzcmi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchb8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchbi8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchr8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchri8z.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchb.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchr.tfm +%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csff10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csinch.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu17.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/icscsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/icstt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsssb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsssb8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsssi8.tfm +%{_texdir}/texmf-dist/fonts/type1/public/cs/README +%{_texdir}/texmf-dist/fonts/type1/public/cs/csb10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbxsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csbxti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cscsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csdunh10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csff10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csfi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csfib8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csinch.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csitt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csr9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cssltt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csss10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csss12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csss17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csss8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csss9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssdc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi17.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssq8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csssqi8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cstcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csti10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csti12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csti7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csti8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csti9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt12.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csu10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/cs/csvtt10.pfb +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/README +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pagdc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pagkc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pbkdc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pbklc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pcrbc8u.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pcrrc8u.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvbc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvbnc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvrc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvrnc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pncbc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pncrc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pplbc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pplrc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/ptmbc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/ptmrc8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchb8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchbi8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchr8z.vf +%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchri8z.vf + +%files csbulletin +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/csbulletin/csbulacronym.sty +%{_texdir}/texmf-dist/tex/latex/csbulletin/csbulletin.cls + +%files csbulletin-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/csbulletin/LICENSE.txt +%{_texdir}/texmf-dist/doc/latex/csbulletin/README +%{_texdir}/texmf-dist/doc/latex/csbulletin/csbulletin.pdf +%{_texdir}/texmf-dist/doc/latex/csbulletin/csbulletin.tex + +%files cslatex +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/cslatex/base/cslatex.ini +%{_texdir}/texmf-dist/tex/cslatex/base/czech.sty +%{_texdir}/texmf-dist/tex/cslatex/base/fonttext.cfg +%{_texdir}/texmf-dist/tex/cslatex/base/hyphen.cfg +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmdh.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmfib.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmfr.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmr.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmss.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmtt.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2cmvtt.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2enc.def +%{_texdir}/texmf-dist/tex/cslatex/base/il2lcmss.fd +%{_texdir}/texmf-dist/tex/cslatex/base/il2lcmtt.fd +%{_texdir}/texmf-dist/tex/cslatex/base/slovak.sty +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.il2 +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.tex +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.xl2 +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pag.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pbk.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pcr.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2phv.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2phvn.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pnc.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2ppl.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2ptm.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pzc.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/nhelvet.sty +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/ntimes.sty +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pag.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pbk.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pcr.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2phv.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2phvn.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pnc.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2ppl.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2ptm.fd +%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pzc.fd + +%files cslatex-bin +%defattr(-,root,root) +%doc gpl.txt +%{_bindir}/cslatex +%{_bindir}/pdfcslatex + +%files csplain +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/csplain/base/csenc-k.tex +%{_texdir}/texmf-dist/tex/csplain/base/csenc-p.tex +%{_texdir}/texmf-dist/tex/csplain/base/csenc-u.tex +%{_texdir}/texmf-dist/tex/csplain/base/csenc-w.tex +%{_texdir}/texmf-dist/tex/csplain/base/cseplain.ini +%{_texdir}/texmf-dist/tex/csplain/base/csfonts.tex +%{_texdir}/texmf-dist/tex/csplain/base/csfontsm.tex +%{_texdir}/texmf-dist/tex/csplain/base/csplain-utf8.ini +%{_texdir}/texmf-dist/tex/csplain/base/csplain.ini +%{_texdir}/texmf-dist/tex/csplain/base/czhyphen.ex +%{_texdir}/texmf-dist/tex/csplain/base/czhyphen.tex +%{_texdir}/texmf-dist/tex/csplain/base/extcode.tex +%{_texdir}/texmf-dist/tex/csplain/base/fonttabs.tex +%{_texdir}/texmf-dist/tex/csplain/base/hyphen.ex +%{_texdir}/texmf-dist/tex/csplain/base/hyphen.lan +%{_texdir}/texmf-dist/tex/csplain/base/il2code.tex +%{_texdir}/texmf-dist/tex/csplain/base/plaina4.tex +%{_texdir}/texmf-dist/tex/csplain/base/skhyphen.ex +%{_texdir}/texmf-dist/tex/csplain/base/skhyphen.tex +%{_texdir}/texmf-dist/tex/csplain/base/t1code.tex +%{_texdir}/texmf-dist/tex/csplain/base/t1enc-u.tex +%{_texdir}/texmf-dist/tex/csplain/base/ucode.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/ams-math.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cavantga.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cbookman.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/chars-8z.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/chelvet.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cncent.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cpalatin.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-adventor.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-all.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-antt.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-arev.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-bera.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-bonum.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-charter.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-cursor.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-heros.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-pagella.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-polta.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-schola.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/cs-termes.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/ctimes.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/dcfonts.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/ecfonts.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/lmfonts.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/luafonts.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/tx-math.tex +%{_texdir}/texmf-dist/tex/csplain/fonts/unifam.tex +%{_texdir}/texmf-dist/tex/csplain/opmac/opmac.tex +%{_texdir}/texmf-dist/tex/csplain/opmac/pdfuni.tex + +%files csplain-bin +%defattr(-,root,root) +%{_bindir}/csplain +%{_bindir}/pdfcsplain + +%files cstex-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/cstex/00-README-cslatex +%{_texdir}/texmf-dist/doc/cstex/INSTALL.cslatex +%{_texdir}/texmf-dist/doc/cstex/README-csplain +%{_texdir}/texmf-dist/doc/cstex/README-cspsfont +%{_texdir}/texmf-dist/doc/cstex/README-doc +%{_texdir}/texmf-dist/doc/cstex/README-opmac +%{_texdir}/texmf-dist/doc/cstex/README.cslatex +%{_texdir}/texmf-dist/doc/cstex/cstexman.pdf +%{_texdir}/texmf-dist/doc/cstex/cstexman.tex +%{_texdir}/texmf-dist/doc/cstex/jemny.errata +%{_texdir}/texmf-dist/doc/cstex/jemny.pdf +%{_texdir}/texmf-dist/doc/cstex/jemny.tar.gz +%{_texdir}/texmf-dist/doc/cstex/lic-gpl.eng +%{_texdir}/texmf-dist/doc/cstex/opmac-d.pdf +%{_texdir}/texmf-dist/doc/cstex/opmac-d.tex +%{_texdir}/texmf-dist/doc/cstex/opmac-u.pdf +%{_texdir}/texmf-dist/doc/cstex/opmac-u.tex +%{_texdir}/texmf-dist/doc/cstex/prvni.pdf +%{_texdir}/texmf-dist/doc/cstex/prvni.tex +%{_texdir}/texmf-dist/doc/cstex/test8z.pdf +%{_texdir}/texmf-dist/doc/cstex/test8z.tex +%{_texdir}/texmf-dist/doc/cstex/testgyre8z.pdf +%{_texdir}/texmf-dist/doc/cstex/testgyre8z.tex +%{_texdir}/texmf-dist/doc/cstex/testlat.tex +%{_texdir}/texmf-dist/doc/cstex/zmeny.txt +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/README +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/fontgen +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/kernoff.c +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/mkf +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/mkfc +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/xl2.enc +%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/xt2.enc + +%files hyphen-czech +%defattr(-,root,root) + +%files hyphen-slovak +%defattr(-,root,root) + +%files vlna +%defattr(-,root,root) +%{_mandir}/man1/vlna.1* + +%files vlna-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/vlna/vlna.pdf + +%files vlna-bin +%defattr(-,root,root) +%doc lppl1.txt +%{_bindir}/vlna + +%files lshort-czech-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-czech/CHANGES +%{_texdir}/texmf-dist/doc/latex/lshort-czech/MANIFEST +%{_texdir}/texmf-dist/doc/latex/lshort-czech/Makefile +%{_texdir}/texmf-dist/doc/latex/lshort-czech/README +%{_texdir}/texmf-dist/doc/latex/lshort-czech/lshort-cs.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/appendix.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-base.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs.ind +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort-cs.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort.ist +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lshort.sty +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-czech/src/typeset.tex + +%files lshort-slovak-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/lshort-slovak/slshorte.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-slovak/src.zip + +%files texlive-cz-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/csquote.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/ec-lmr10-19.png +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/tex-live.css +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/texlive-cz.css +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/texlive-cz.html +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/texlive-cz.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-cz/texlive-cz.tex + +%files collection-langenglish +%defattr(-,root,root) + +%files hyphen-english +%defattr(-,root,root) + +%files FAQ-en-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.16b +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.16c +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.17 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.18 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19a +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19c +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.19d +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.20 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.21 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.22 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.23 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.24 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.25 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/CHANGES-3.26 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/ChangeLog +%{_texdir}/texmf-dist/doc/generic/FAQ-en/FAQ-html.tar.gz +%{_texdir}/texmf-dist/doc/generic/FAQ-en/FAQ-html.tar.xz +%{_texdir}/texmf-dist/doc/generic/FAQ-en/Makefile +%{_texdir}/texmf-dist/doc/generic/FAQ-en/Makefile-CTAN +%{_texdir}/texmf-dist/doc/generic/FAQ-en/README +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive.cfg +%{_texdir}/texmf-dist/doc/generic/FAQ-en/dirctan.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-adj-types.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-backgrnd.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-biblio.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-bits+pieces.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-docs.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-dvi.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-fmt-conv.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-fonts.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-getit.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-graphics.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-how-do-i.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-images.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-install.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-intro.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-jot-err.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-litprog.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-mac-prog.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-projects.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-support.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-symbols.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-t-g-wr.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-texsys.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-the-end.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq-wdidt.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq.cls +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faq.sty +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.cmfonts +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.lmfonts +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.mbvj +%{_texdir}/texmf-dist/doc/generic/FAQ-en/faqfont.cfg.ugm +%{_texdir}/texmf-dist/doc/generic/FAQ-en/filectan.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/gather-faqbody.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/install-CTAN +%{_texdir}/texmf-dist/doc/generic/FAQ-en/letterfaq.pdf +%{_texdir}/texmf-dist/doc/generic/FAQ-en/letterfaq.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/locations.mk +%{_texdir}/texmf-dist/doc/generic/FAQ-en/markup-syntax +%{_texdir}/texmf-dist/doc/generic/FAQ-en/newfaq.pdf +%{_texdir}/texmf-dist/doc/generic/FAQ-en/newfaq.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.16b +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.16c +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.17 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.18 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19a +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19c +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.19d +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.20 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.21 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.22 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.23 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.24 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.25 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/CHANGES-3.26 +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/ChangeLog +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/FAQ-html.tar.gz +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/FAQ-html.tar.xz +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/Makefile +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/README +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/archive.cfg +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/dirctan.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-adj-types.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-backgrnd.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-biblio.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-bits+pieces.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-docs.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-dvi.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-fmt-conv.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-fonts.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-getit.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-graphics.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-how-do-i.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-hyp+pdf.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-images.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-install.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-intro.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-jot-err.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-lab-ref.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-litprog.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-mac-prog.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-projects.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-support.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-symbols.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-t-g-wr.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-texsys.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-the-end.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq-wdidt.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq.cls +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faq.sty +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.cmfonts +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.lmfonts +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.mbvj +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/faqfont.cfg.ugm +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/filectan.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/gather-faqbody.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/letterfaq.pdf +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/letterfaq.tex +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/markup-syntax +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/newfaq.pdf +%{_texdir}/texmf-dist/doc/generic/FAQ-en/archive-version/newfaq.tex + +%files MemoirChapStyles-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.pdf +%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.tex +%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/README + +%files Type1fonts-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/fonts/Type1fonts/README +%{_texdir}/texmf-dist/doc/fonts/Type1fonts/examples.zip +%{_texdir}/texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.pdf +%{_texdir}/texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.tex + +%files components-of-TeX-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/README +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/etexkomp.tex +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/figkomp.tex +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/figtotal.tex +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/names.sty +%{_texdir}/texmf-dist/doc/generic/components-of-TeX/texrep.sty + +%files comprehensive-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/comprehensive/README +%{_texdir}/texmf-dist/doc/latex/comprehensive/SYMLIST +%{_texdir}/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf +%{_texdir}/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/Makefile +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.map +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb.mf +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb10.mf +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/makefakeMnSymbol +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/response.eps +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/symbols.ist +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/symbols.tex +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/teubner-subset.sty +%{_texdir}/texmf-dist/doc/latex/comprehensive/source/versicle.eps + +%files dtxtut-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/dtxtut/README +%{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.dtx +%{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.ins +%{_texdir}/texmf-dist/doc/latex/dtxtut/dtxtut.pdf +%{_texdir}/texmf-dist/doc/latex/dtxtut/dtxtut.tex +%{_texdir}/texmf-dist/doc/latex/dtxtut/skeleton.dtx +%{_texdir}/texmf-dist/doc/latex/dtxtut/skeleton.ins + +%files first-latex-doc-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/README +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/first-latex-doc.pdf +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/first-latex-doc.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-first.png +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-first.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-a.png +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-b.png +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-b.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-c.png +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-c.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-d.tex +%{_texdir}/texmf-dist/doc/latex/first-latex-doc/latex-second-e.tex + +%files gentle-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/plain/gentle/gentle.pdf +%{_texdir}/texmf-dist/doc/plain/gentle/gentle.tex + +%files guide-to-latex-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/README.txt +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demo.eps +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demo.pdf +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.pdf +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.ps +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/demodoc.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/mpletter.cls +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.pdf +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.ps +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/palette.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/seminar.con +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/sempdftx.sty +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-10.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-6.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-7.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-8.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-9.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-6.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-7.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3c.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-10.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-11.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.toc +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-6.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-9.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-10.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-7.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-8.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-9.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-10.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-12.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-13.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-14.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-15.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-16.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-17.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-18.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-19.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-20.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21a.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21b.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-3.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-4.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-5.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-6.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-7.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-8.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-9.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-2.tex +%{_texdir}/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-3.tex + +%files happy4th-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/plain/happy4th/happy4th.pdf +%{_texdir}/texmf-dist/doc/plain/happy4th/happy4th.tex + +%files impatient-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/plain/impatient/Makefile +%{_texdir}/texmf-dist/doc/plain/impatient/README +%{_texdir}/texmf-dist/doc/plain/impatient/backm.tex +%{_texdir}/texmf-dist/doc/plain/impatient/book.pdf +%{_texdir}/texmf-dist/doc/plain/impatient/book.tex +%{_texdir}/texmf-dist/doc/plain/impatient/capsule.tex +%{_texdir}/texmf-dist/doc/plain/impatient/concepts.tex +%{_texdir}/texmf-dist/doc/plain/impatient/config.tex +%{_texdir}/texmf-dist/doc/plain/impatient/copyrght.tex +%{_texdir}/texmf-dist/doc/plain/impatient/eplain.tex +%{_texdir}/texmf-dist/doc/plain/impatient/errata.future +%{_texdir}/texmf-dist/doc/plain/impatient/errors.tex +%{_texdir}/texmf-dist/doc/plain/impatient/examples.tex +%{_texdir}/texmf-dist/doc/plain/impatient/fdl.tex +%{_texdir}/texmf-dist/doc/plain/impatient/fonts.tex +%{_texdir}/texmf-dist/doc/plain/impatient/frontm.tex +%{_texdir}/texmf-dist/doc/plain/impatient/genops.tex +%{_texdir}/texmf-dist/doc/plain/impatient/index.tex +%{_texdir}/texmf-dist/doc/plain/impatient/index1.icn +%{_texdir}/texmf-dist/doc/plain/impatient/index2.icn +%{_texdir}/texmf-dist/doc/plain/impatient/macros.tex +%{_texdir}/texmf-dist/doc/plain/impatient/math.tex +%{_texdir}/texmf-dist/doc/plain/impatient/modes.tex +%{_texdir}/texmf-dist/doc/plain/impatient/pages.tex +%{_texdir}/texmf-dist/doc/plain/impatient/paras.tex +%{_texdir}/texmf-dist/doc/plain/impatient/preface.tex +%{_texdir}/texmf-dist/doc/plain/impatient/read1st.tex +%{_texdir}/texmf-dist/doc/plain/impatient/tips.tex +%{_texdir}/texmf-dist/doc/plain/impatient/usebook.tex +%{_texdir}/texmf-dist/doc/plain/impatient/usermacs.tex +%{_texdir}/texmf-dist/doc/plain/impatient/usingtex.tex +%{_texdir}/texmf-dist/doc/plain/impatient/xmptext.tex + +%files intro-scientific-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/intro-scientific/Makefile +%{_texdir}/texmf-dist/doc/latex/intro-scientific/README +%{_texdir}/texmf-dist/doc/latex/intro-scientific/earth-moon.pdf +%{_texdir}/texmf-dist/doc/latex/intro-scientific/scidoc.pdf +%{_texdir}/texmf-dist/doc/latex/intro-scientific/scidoc.tex + +%files knuth-doc +%defattr(-,root,root) +%doc knuth.txt +%{_texdir}/texmf-dist/doc/generic/knuth/errata/cm85.bug +%{_texdir}/texmf-dist/doc/generic/knuth/errata/errata.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/errata/errorlog.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/errata/mf84.bug +%{_texdir}/texmf-dist/doc/generic/knuth/errata/tex82.bug +%{_texdir}/texmf-dist/doc/generic/knuth/etc/vftovp.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/etc/vptovf.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mf/mf.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mf/trapman.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftodvi.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftopk.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mfware/gftype.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/mfware/mft.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/tex/glue.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/tex/tex.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/tex/tripman.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/texware/dvitype.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/texware/pltotf.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/texware/pooltype.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/texware/tftopl.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/web/tangle.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/web/weave.pdf +%{_texdir}/texmf-dist/doc/generic/knuth/web/webman.pdf + +%files l2tabu-english-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/l2tabu-english/l2tabuen.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu-english/l2tabuen.tex + +%files latex-brochure-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-brochure/README +%{_texdir}/texmf-dist/doc/latex/latex-brochure/README.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a3folderFB.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a3folderIN.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-a4.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-ledgerfolderFB.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-ledgerfolderIN.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure-letter.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.bib +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.sty +%{_texdir}/texmf-dist/doc/latex/latex-brochure/brochure.tex +%{_texdir}/texmf-dist/doc/latex/latex-brochure/build +%{_texdir}/texmf-dist/doc/latex/latex-brochure/diagram-crop.eps +%{_texdir}/texmf-dist/doc/latex/latex-brochure/diagram-crop.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/fullscreen.eps +%{_texdir}/texmf-dist/doc/latex/latex-brochure/fullscreen.png +%{_texdir}/texmf-dist/doc/latex/latex-brochure/index.html +%{_texdir}/texmf-dist/doc/latex/latex-brochure/sample-crop.eps +%{_texdir}/texmf-dist/doc/latex/latex-brochure/sample-crop.pdf +%{_texdir}/texmf-dist/doc/latex/latex-brochure/typo-degraded.eps +%{_texdir}/texmf-dist/doc/latex/latex-brochure/typo-degraded.png + +%files latex-course-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png +%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db +%{_texdir}/texmf-dist/doc/latex/latex-course/Graphics/campus3.png +%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf +%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex +%{_texdir}/texmf-dist/doc/latex/latex-course/LaTeX-course.prj +%{_texdir}/texmf-dist/doc/latex/latex-course/README +%{_texdir}/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty + +%files latex-doc-ptr-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/Makefile +%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/README +%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf +%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.sty +%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex + +%files latex-graphics-companion-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-10.pic +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-11.pic +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/1-4-9.pic +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-1-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/10-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/11-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/11-6-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-1.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-2.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-3.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-4.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/12-0-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-10.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-11.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-12.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-13.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-14.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-15.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-16.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-17.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-18.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-19.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-20.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-2-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-13.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-15.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-16.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-17.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-1.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-2.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-4.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-6.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-7.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-8.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-1-9.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-2.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-2-3.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-1.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-10.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-11.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-12.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-13.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-14.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-15.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-16.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-17.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-18.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-19.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-3.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-4.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-5.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-6.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-7.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-3-9.mp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/3-4-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-10-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-3-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-3-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-10.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-11.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-12.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-4-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-10.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-11.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-12.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-5-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-10.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-11.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-12.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-13.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-14.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-15.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-17.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-18.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-19.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-20.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-21.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-22.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-23.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-24.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-25.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-26.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-28.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-29.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-30.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-31.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-32.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-33.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-34.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-35.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-36.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-37.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-38.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-39.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-40.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-41.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-42.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-43.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-45.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-6-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-8-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/4-9-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-24.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-25.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-26.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-27.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-28.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-29.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-30.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-31.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-32.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-33.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-34.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-35.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/5-5-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-24.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-6-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-1.m4 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-2.m4 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-3.m4 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx1 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx2 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-1.ptx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-1.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-3.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-4.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-5.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-6.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-7.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-8.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-3-9.abc +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-1.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx1 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx2 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-10.ptx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-2.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-3.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-4.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-5.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-6.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-7.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-8.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/7-4-9.mpp +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-1-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-5-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-6-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.acr +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.dwn +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/8-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-10.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-11.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-12.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-14.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-15.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-16.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-17.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-18.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-19.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-2.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-20.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-3.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-4.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-5.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-6.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-7.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-8.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/A-1-1.inl +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/Makefile +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/README +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/ages.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/bar.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/chap.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/clef.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/config.ps +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/decade.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/feature.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/graves.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/key.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs2.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/langs3.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/macro.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/mpp.tex +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/note.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/notecc.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/pot.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/script.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/scriptcc.ini +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/stones.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/students.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/veracx.mx1 +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/veracx.tex +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/yearm.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.men +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/years.wom +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/yearw.dat +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/graphics.cfg +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/header.tex +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/mfpic.sty +%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/inputs/ppex.cls + +%files latex-veryshortguide-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/README +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/build +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/index.html +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/menno-a.eps +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/menno-a.jpg +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.pdf +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.tex +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-1.jpg +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-2.jpg +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-3.jpg +%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/vsg-4.jpg + +%files latex-web-companion-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/README.apa +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa-raw.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/latexexa.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/phys332-1.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/phys332-2.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/teched.html +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apa/teched.java +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.class +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.java +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.class +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.java +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/README.apb +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/bibliotest1.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/bibliotest2.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/biblioxml1.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/biblioxml2.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/colorcir.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/inv2.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation2.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/invitation2.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/latexmath.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/latexmml.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/makelatex.sh +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/mybiblio.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apb/utf82latin1.sh +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/ISOcyr1.pen +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/README.apc +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitation.sty +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invitationfrraw.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/invlat1fr.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.html +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/apc/utf8raw.html +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.aux +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.brf +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.log +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.out +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.pdf +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/latexexa.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/phys332-1.pdf +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch2/phys332-2.pdf +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/Makefile.ex2 +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/Makefile.ex3 +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/README.ch3 +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/colorcir.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex20.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex21.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex22.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex2bib.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex30.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex31.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex32.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/ex3bib.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/l2hexa.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/myinit.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleAMS.css +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleAMS.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMath.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMathImages.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/sampleMathThumb.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch3/tac2dim.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.aux +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.css +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.dvi +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.html +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.idv +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.lg +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.log +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.otc +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.tex +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.toc +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/latexexa.xref +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/phys332-1.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/phys332-2.eps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tex4ht.env +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tex4ht.tmp +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch4/tmp.ps +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/README.ch6 +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/catalog +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/emptyexample.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/invitation.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/invitation.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/wrong.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch6/xml.dcl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/README.ch7 +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS.pm +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/any.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/any.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog.dsssl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/catalog.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/debug.txt +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/dsssl.cat +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/dsssl.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/empty.dsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/empty.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/emptyexample.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/fot.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv1html.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2css.html.save +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2html.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv2lat.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/inv3.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invcss.html.save +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.fop +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.out +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.pdf +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invfo1.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invhtml.dsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invhtml2.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.dsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.fot +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.sty +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.tex.save +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation2.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitation2.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invitationfr.sty +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invlat1.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invtab1.dsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/invtab2.dsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/makesum.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/makesum.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sectionexa.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sectionexa.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/sgmlspl.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/skel.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/style-sheet.dtd +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatest.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatest.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatestnok.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/templatestok.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/test-SGMLS.pl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/writefiles.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/wrong.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xml.dcl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xsl.xml +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/xslexa1.xsl +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/Output.pm +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/Refs.pm +%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ch7/SGMLS/SGMLS.pm + +%files latex2e-help-texinfo +%defattr(-,root,root) +%{_infodir}/latex2e.info* + +%files latex2e-help-texinfo-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/README +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/ltx-help.el + +%files latex4wp-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET +%{_texdir}/texmf-dist/doc/latex/latex4wp/README +%{_texdir}/texmf-dist/doc/latex/latex4wp/dat2tex +%{_texdir}/texmf-dist/doc/latex/latex4wp/exa.sty +%{_texdir}/texmf-dist/doc/latex/latex4wp/gnuplot.gp +%{_texdir}/texmf-dist/doc/latex/latex4wp/gnuplot.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp/latex4wp.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp/latex4wp.tex +%{_texdir}/texmf-dist/doc/latex/latex4wp/midifile.mid +%{_texdir}/texmf-dist/doc/latex/latex4wp/small.eepic +%{_texdir}/texmf-dist/doc/latex/latex4wp/small.eps +%{_texdir}/texmf-dist/doc/latex/latex4wp/small.fig +%{_texdir}/texmf-dist/doc/latex/latex4wp/small.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp/small.pdf_t +%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.eps +%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp/tbx.tex +%{_texdir}/texmf-dist/doc/latex/latex4wp/xfig.eps +%{_texdir}/texmf-dist/doc/latex/latex4wp/xfig.png + +%files latexcheat-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latexcheat/README +%{_texdir}/texmf-dist/doc/latex/latexcheat/latexsheet.pdf +%{_texdir}/texmf-dist/doc/latex/latexcheat/latexsheet.tex + +%files latexfileinfo-pkgs +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.RLS + +%files latexfileinfo-pkgs-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs/README +%{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.htm + +%files lshort-english-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/latex/lshort-english/CHANGES +%{_texdir}/texmf-dist/doc/latex/lshort-english/README +%{_texdir}/texmf-dist/doc/latex/lshort-english/lshort-5.01.src.tar.gz +%{_texdir}/texmf-dist/doc/latex/lshort-english/lshort.pdf + +%files macros2e-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/macros2e/macros2e.pdf +%{_texdir}/texmf-dist/doc/latex/macros2e/macros2e.tex + +%files math-e-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/math-e/01-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/01-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/01-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/02-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/03-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-16.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-17.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-18.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-19.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-20.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-21.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-22.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-09-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-09-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-13-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-17-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-18-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/04-20-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/05-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-11-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-12-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-13-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-13-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-14-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-14-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-15-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-15-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-16-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-17-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-18-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-19-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-19-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-19-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-19-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-20-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-20-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-20-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/06-20-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-10-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-12-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-14-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-15-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/07-16-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/08-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-12-7.ltxps +%{_texdir}/texmf-dist/doc/latex/math-e/09-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-13-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-15-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-15-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-16-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-4.ltx4 +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-17-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-18-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-18-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-18-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-19-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-19-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-20-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-20-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-20-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-20-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/09-20-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-01-4.ltxps +%{_texdir}/texmf-dist/doc/latex/math-e/10-01-5.ltxps +%{_texdir}/texmf-dist/doc/latex/math-e/10-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-08-1.ltxps +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-09-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/10-10-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/11-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/math-e/README +%{_texdir}/texmf-dist/doc/latex/math-e/exaarticle.cls +%{_texdir}/texmf-dist/doc/latex/math-e/exaarticle2.cls +%{_texdir}/texmf-dist/doc/latex/math-e/exaartplain.cls +%{_texdir}/texmf-dist/doc/latex/math-e/exareport.cls +%{_texdir}/texmf-dist/doc/latex/math-e/exasymbol.cls + +%files mathmode-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/mathmode/Changes +%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.bib +%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.ist +%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.ltx +%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/Mathmode.tex +%{_texdir}/texmf-dist/doc/latex/mathmode/README +%{_texdir}/texmf-dist/doc/latex/mathmode/runLaTeX +%{_texdir}/texmf-dist/doc/latex/mathmode/runPDFLaTeX +%{_texdir}/texmf-dist/doc/latex/mathmode/runVTeX +%{_texdir}/texmf-dist/doc/latex/mathmode/images/EuScript.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/EuScript.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/amsalign.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/amsalign.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/cm-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/cm-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/cmbright-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/cmbright-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/colArray.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/colArray.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/exscale.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/exscale.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family0.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family0.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family1.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/family1.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/lm-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/lm-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/minionpro-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/minionpro-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/node.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/node.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/pamath-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/pamath-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/pazo-crop.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/pazo-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/styles.eps +%{_texdir}/texmf-dist/doc/latex/mathmode/images/styles.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/test-crop.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/test.pdf +%{_texdir}/texmf-dist/doc/latex/mathmode/images/test.tex + +%files memdesign-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/fonts/memdesign/README +%{_texdir}/texmf-dist/doc/fonts/memdesign/memdesign.pdf +%{_texdir}/texmf-dist/doc/fonts/memdesign/memdesign.tex +%{_texdir}/texmf-dist/doc/fonts/memdesign/memetc.bib + +%files metafont-beginners-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.pdf +%{_texdir}/texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.tex + +%files metapost-examples-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/Makefile +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/README +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data1 +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data2 +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/data3 +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/examples.mp +%{_texdir}/texmf-dist/doc/metapost/metapost-examples/mp2html.pl + +%files mil3-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/mil3/README +%{_texdir}/texmf-dist/doc/latex/mil3/ams-alph.bst +%{_texdir}/texmf-dist/doc/latex/mil3/ams-pln.bst +%{_texdir}/texmf-dist/doc/latex/mil3/amsart.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/article.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/article2.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/contents +%{_texdir}/texmf-dist/doc/latex/mil3/fonttbl.tex +%{_texdir}/texmf-dist/doc/latex/mil3/gallery.tex +%{_texdir}/texmf-dist/doc/latex/mil3/german.tex +%{_texdir}/texmf-dist/doc/latex/mil3/ggamsart.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/ggart.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/ggart2.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/gratzer +%{_texdir}/texmf-dist/doc/latex/mil3/inbibl.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/intrart.tex +%{_texdir}/texmf-dist/doc/latex/mil3/intrarti.tex +%{_texdir}/texmf-dist/doc/latex/mil3/lattice.sty +%{_texdir}/texmf-dist/doc/latex/mil3/letter.tex +%{_texdir}/texmf-dist/doc/latex/mil3/master.tex +%{_texdir}/texmf-dist/doc/latex/mil3/math.tex +%{_texdir}/texmf-dist/doc/latex/mil3/mathb.tex +%{_texdir}/texmf-dist/doc/latex/mil3/multline.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/note1.tex +%{_texdir}/texmf-dist/doc/latex/mil3/note1b.tex +%{_texdir}/texmf-dist/doc/latex/mil3/note2.tex +%{_texdir}/texmf-dist/doc/latex/mil3/noteslug.tex +%{_texdir}/texmf-dist/doc/latex/mil3/sampart.tex +%{_texdir}/texmf-dist/doc/latex/mil3/sampartb.bib +%{_texdir}/texmf-dist/doc/latex/mil3/sampartb.tex +%{_texdir}/texmf-dist/doc/latex/mil3/sampartu.tex +%{_texdir}/texmf-dist/doc/latex/mil3/sample.html +%{_texdir}/texmf-dist/doc/latex/mil3/svsing2e.sty +%{_texdir}/texmf-dist/doc/latex/mil3/svsing6.cls +%{_texdir}/texmf-dist/doc/latex/mil3/template.bib +%{_texdir}/texmf-dist/doc/latex/mil3/textenv.tpl +%{_texdir}/texmf-dist/doc/latex/mil3/topmat.tpl + +%files patgen2-tutorial-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/support/patgen2-tutorial/patgen2.pdf +%{_texdir}/texmf-dist/doc/support/patgen2-tutorial/patgen2.tex + +%files pictexsum-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/pictexsum/Makefile +%{_texdir}/texmf-dist/doc/latex/pictexsum/README +%{_texdir}/texmf-dist/doc/latex/pictexsum/a4mod.sty +%{_texdir}/texmf-dist/doc/latex/pictexsum/pictexsum.pdf +%{_texdir}/texmf-dist/doc/latex/pictexsum/pictexsum.tex +%{_texdir}/texmf-dist/doc/latex/pictexsum/useful.sty + +%files plain-doc-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/plain/plain-doc/csname.txt + +%files presentations-en-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-2.ltx2ps +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-5.ltx2ps +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-01-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/01-03-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-01-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-02-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-03-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-04-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-05-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-06-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-06-2.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-09-1.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-10-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-11-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-12-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-12-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-13-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-10.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-11.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-12.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-13.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-14.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-15.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-16.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-17.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-18.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-19.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/02-14-9.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/03-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/03-02-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/03-03-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/03-04-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-01-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-04-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-05-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-10.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-11.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-4.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-6.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-7.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-8.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-06-9.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-07-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-08-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-09-1.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-11-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-12-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-12-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-13-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-13-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-14-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-15-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-15-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-16-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-17-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-18-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-18-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-19-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-19-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-20-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-22-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-23-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-24-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-24-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-25-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-25-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-26-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-10.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-11.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-12.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-13.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-14.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-15.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-16.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-17.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-18.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-19.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-20.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-21.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-22.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-23.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-24.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-25.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-26.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-27.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-28.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-29.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-30.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-31.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-32.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-33.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-34.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-35.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-36.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-37.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-38.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-39.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-40.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-41.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-42.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-43.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-44.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-45.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-46.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-47.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-48.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-49.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-50.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-51.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-52.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-53.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-54.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-55.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-56.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-57.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-58.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-59.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-6.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-60.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-61.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-62.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-63.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-64.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-65.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-7.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-8.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/04-27-9.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/05-00-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/05-01-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/05-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/05-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/05-03-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-02-1.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/06-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-03-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-05-1.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations-en/07-05-2.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations-en/DEexa.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/DEoptions.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/PPRtime.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/README +%{_texdir}/texmf-dist/doc/latex/presentations-en/Textdemo.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo-en.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/beamer-demo2.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/beispiel.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/bspcalweekly.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/bspdvdcoll.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/bspfont.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/bsppstricks.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/buch-E.bib +%{_texdir}/texmf-dist/doc/latex/presentations-en/buch.bib +%{_texdir}/texmf-dist/doc/latex/presentations-en/exa-fontconfig.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaarticle.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaarticle2.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaartplain.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exabeamer.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exabook.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exabook2.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exadante.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exafoils.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exafubeamer.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exafupd.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/examargin.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/examemoir.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/examinimal-mathsymbols.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/examinimal.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exapd.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaprosper.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exareport.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaseminar.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaslidenotes.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exasymbol.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/exaxetex.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/fontDemo-E.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/fontDemo.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/obox.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/pd-demo-default.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/pd-demo.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/powerdot-clemson.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/prosper.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/runAll +%{_texdir}/texmf-dist/doc/latex/presentations-en/screxa.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/screxabook.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/screxareport.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/slidenotes.cfg +%{_texdir}/texmf-dist/doc/latex/presentations-en/slidenotes.cls +%{_texdir}/texmf-dist/doc/latex/presentations-en/textdemo.sty +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/TU.jpg +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/TeX.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer0.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer1.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamer2.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavbar.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavsymbols.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/beamernavsymbols.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/grating.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/ligaturen.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/multimedia.jpg +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/multimedia.tex +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/transition1.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/beamer/zedat.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/clemson.gif +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/clemson.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/logo-clemson.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/logofbbw.eps +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/moviePD.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawmkorange.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawmkpurple.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawtraceorange.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/pawtracep.png +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/wieesgeht.eps +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pd/zedat2.eps +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/Tore3d.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/mp.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/mpgraph.mps +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/pst.pdf +%{_texdir}/texmf-dist/doc/latex/presentations-en/images/pdfscreen/tex.png + +%files pstricks-examples-en-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/00-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/02-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-6.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/03-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/04-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/05-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/06-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/07-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/08-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/09-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/10-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/11-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/12-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/13-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-6.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/14-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/15-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/16-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/17-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/18-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/19-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/20-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/21-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-83.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-84.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-85.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-86.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-87.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-88.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-89.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-90.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-91.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-92.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-93.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-94.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-06-95.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/22-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-24.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-25.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-26.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-27.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-28.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-30.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-31.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-32.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-33.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-34.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-35.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-36.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-37.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-38.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-39.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-40.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-44.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-45.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-46.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-47.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-48.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-49.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-50.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-51.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-52.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-53.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-54.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-55.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-56.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-57.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-58.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-59.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-60.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-61.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-62.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-63.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-64.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-65.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-66.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-67.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-68.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-69.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-70.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-71.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-72.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-73.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-74.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-83.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-84.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-85.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-86.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-87.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-88.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-89.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-90.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-91.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-92.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-93.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-94.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-95.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-06-96.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/23-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-1.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-2.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-24.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-25.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-26.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-27.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-28.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-3.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-30.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-31.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-32.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-33.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-34.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-35.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-36.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-37.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-38.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-39.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-4.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-40.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-44.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-45.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-46.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-47.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-48.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-49.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-5.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-50.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-51.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-52.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-53.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-54.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-55.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-56.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-57.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-58.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-59.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-6.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-60.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-61.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-62.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-63.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-64.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-65.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-66.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-67.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-68.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-69.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-7.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-70.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-71.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-72.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-73.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-74.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-8.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-03-9.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/24-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-1.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-22.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-23.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-24.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-25.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-26.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-27.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-28.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/25-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-1.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-1.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-10.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-11.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-12.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-13.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-14.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-15.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-16.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-17.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-18.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-2.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-20.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-21.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-22.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-23.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-24.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-25.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-26.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-27.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-28.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-29.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-3.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-30.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-4.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-5.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-6.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-8.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-02-9.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/26-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-16.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/27-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-16.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/28-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/29-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/30-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/31-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/32-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-7.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-8.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-04-9.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/33-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/34-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-10.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-11.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-12.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-13.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-14.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-15.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-16.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-17.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-18.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-19.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-20.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-21.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-22.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-24.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-25.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-01-9.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-1.ltxbps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-2.ltxb +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/35-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-100.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-101.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-102.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-103.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-104.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-105.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-106.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-107.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-108.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-109.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-110.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-111.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-112.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-113.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-114.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-115.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-116.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-117.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-118.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-119.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-120.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-121.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-122.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-123.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-124.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-125.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-126.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-83.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-84.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-85.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-86.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-87.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-88.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-89.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-90.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-91.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-92.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-93.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-94.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-95.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-96.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-97.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-98.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/36-00-99.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/38-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/38-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/39-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-02-1.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-02-2.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/40-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/B-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/B-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/C-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-02-1.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-02-2.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-03-1.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-03-2.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/D-04-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DEexa.sty +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DEoptions.sty +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/DotErrorBar.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/MyCurveA.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/MyCurveB.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/PrepareEXA.sh +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/SensorAlterung.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/aebocg.djs +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/aebocg.fdf +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/animelayers.djs +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/animelayers.fdf +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/bubble.data +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.csv +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1.mat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data10.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data1T.csv +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data2.mat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data22.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data2T.csv +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3D.Roessler +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data3T.csv +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data4.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/data9.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/dataError.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/dataMul.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo1.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo2.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/demo3.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/feigenbaum.data +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/file.ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fileplot.data +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fontDemo-E.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/fontDemo.tex +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log0.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log1.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/log2.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/matrix.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/rahmen.eps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/select.data +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/temp.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/test10.dat +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/textdemo.sty +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/biblatex-howitworks.pdf +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/bibtex-howitworks.pdf +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/fig-10-13.png +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/fig-11-1.png +%{_texdir}/texmf-dist/doc/latex/pstricks-examples-en/images/zedat2.eps + +%files simplified-latex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/simplified-latex/README +%{_texdir}/texmf-dist/doc/latex/simplified-latex/simplified-intro.pdf +%{_texdir}/texmf-dist/doc/latex/simplified-latex/source.zip + +%files svg-inkscape-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/InkscapePDFLaTeX.pdf +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/InkscapePDFLaTeX.tex +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/README +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image-normal.pdf +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.pdf +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.pdf_tex +%{_texdir}/texmf-dist/doc/latex/svg-inkscape/image.svg + +%files tabulars-e-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-1.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-1.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/01-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-11.ltx2crop +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-11-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-13-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-14.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-15.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-14-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-15-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-16-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-17-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-18-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-19-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-19-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-20-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-21-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-22-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-23-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-24-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-25-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-26-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-27-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-28-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/02-29-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-3.ltxb +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/03-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-10.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-11.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-13.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-14.ltx1 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-15.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-01-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-02-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-03-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-04-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-05-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/04-06-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-04-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-04-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-1.ltxE +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-2.ltxE +%{_texdir}/texmf-dist/doc/latex/tabulars-e/05-06-3.ltxE +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-10.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-11.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-12.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-13.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-14.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-15.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-16.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-17.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-18.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-19.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-21.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-22.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-23.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-24.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-25.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-26.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-27.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-28.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-29.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-30.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-31.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-32.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-33.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-34.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-35.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-36.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-37.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-38.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-39.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-4.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-40.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-41.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-42.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-43.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-44.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-45.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-46.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-5.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-6.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-7.ltxps +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-8.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/06-00-9.ltx +%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-02-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/07-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tabulars-e/README +%{_texdir}/texmf-dist/doc/latex/tabulars-e/din8.eps + +%files tamethebeast-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/CHANGES +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/Makefile +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/README +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/idxstyle.ist +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/local.bib +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.pdf +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec1.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec2.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec3.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec4.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec5.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_en.tex +%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ttb_style.sty + +%files tds-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/tds/ChangeLog +%{_texdir}/texmf-dist/doc/generic/tds/Makefile +%{_texdir}/texmf-dist/doc/generic/tds/README +%{_texdir}/texmf-dist/doc/generic/tds/index.html +%{_texdir}/texmf-dist/doc/generic/tds/tds.dvi +%{_texdir}/texmf-dist/doc/generic/tds/tds.html +%{_texdir}/texmf-dist/doc/generic/tds/tds.pdf +%{_texdir}/texmf-dist/doc/generic/tds/tds.sed +%{_texdir}/texmf-dist/doc/generic/tds/tds.tex +%{_texdir}/texmf-dist/doc/generic/tds/tds2texi.el +%{_texdir}/texmf-dist/doc/generic/tds/tdsguide.cls + +%files tex-font-errors-cheatsheet-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/README +%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.pdf +%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.tex + +%files tex-overview-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/tex-overview/README +%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview-aux.tex +%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview.pdf +%{_texdir}/texmf-dist/doc/latex/tex-overview/tex-overview.tex + +%files tex-refs-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/tex-refs/README +%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs-source.tar.gz +%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs.css +%{_texdir}/texmf-dist/doc/generic/tex-refs/tex-refs.html + +%files texbytopic-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/plain/texbytopic/README +%{_texdir}/texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf +%{_texdir}/texmf-dist/doc/plain/texbytopic/TeXbyTopic.tex +%{_texdir}/texmf-dist/doc/plain/texbytopic/figflow.tex +%{_texdir}/texmf-dist/doc/plain/texbytopic/glossary.tex +%{_texdir}/texmf-dist/doc/plain/texbytopic/tables.tex +%{_texdir}/texmf-dist/doc/plain/texbytopic/tex.bib + +%files titlepages-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/titlepages/README +%{_texdir}/texmf-dist/doc/latex/titlepages/titlepages.pdf +%{_texdir}/texmf-dist/doc/latex/titlepages/titlepages.tex + +%files tlc2-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/1-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-1-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/10-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-24.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-25.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-26.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-29.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-31.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-32.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-33.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-34.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-35.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-36.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-37.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-38.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-39.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-40.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-41.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-42.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-43.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-44.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-45.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-46.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-47.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-48.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-49.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-5-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/12-6-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/13-5-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/14-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/14-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-21.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/2-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/2-4-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-31.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-32.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-33.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-34.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-35.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-36.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-37.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-38.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-39.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-40.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-41.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-42.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-43.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-44.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-45.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-46.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-47.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-48.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-49.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-50.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-51.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-52.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-53.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-1-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-17.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-18.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-21.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-24.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-31.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-32.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-33.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-34.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-35.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-36.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-37.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-38.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-39.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-40.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-41.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-42.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-4-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/3-5-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-2-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-3-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-10.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-11.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-13.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-15.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-4-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-5-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/4-5-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-1-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-4-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/5-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-6-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-7-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-8-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-8-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/5-9-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-3-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-14.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-18.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/6-5-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-5-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-6-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-7-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-8-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-9-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/7-9-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-31.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-32.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-33.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-34.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-35.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-36.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-37.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-38.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-39.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-4-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-5-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-6-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-7-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-8-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/8-9-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-22.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-23.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-24.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-25.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-26.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-27.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-28.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-29.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-30.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-31.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-32.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-33.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-34.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-35.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-36.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-37.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-38.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-39.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-3-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-4-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/9-5-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-1-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-12.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-13.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-14.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-15.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-16.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-17.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-18.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-19.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-20.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-21.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-2-9.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-10.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-11.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-2.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-3.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-4.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-5.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-6.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-7.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-8.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/A-3-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/tlc2/B-3-1.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/Escher.ps +%{_texdir}/texmf-dist/doc/latex/tlc2/cat.ps +%{_texdir}/texmf-dist/doc/latex/tlc2/elephant.ps +%{_texdir}/texmf-dist/doc/latex/tlc2/indexexa.ltx +%{_texdir}/texmf-dist/doc/latex/tlc2/jura.bib +%{_texdir}/texmf-dist/doc/latex/tlc2/partial.toc +%{_texdir}/texmf-dist/doc/latex/tlc2/rosette.ps +%{_texdir}/texmf-dist/doc/latex/tlc2/tex.bib +%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexa.cls +%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexamargin.cls +%{_texdir}/texmf-dist/doc/latex/tlc2/ttctexareport.cls +%{_texdir}/texmf-dist/doc/latex/tlc2/w.eps +%{_texdir}/texmf-dist/doc/latex/tlc2/w.ps + +%files visualfaq-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/fonts/ec/00bugs.txt -%{_texdir}/texmf-dist/doc/fonts/ec/00error.txt -%{_texdir}/texmf-dist/doc/fonts/ec/00files.txt -%{_texdir}/texmf-dist/doc/fonts/ec/00inst.txt -%{_texdir}/texmf-dist/doc/fonts/ec/00readme.txt -%{_texdir}/texmf-dist/doc/fonts/ec/copyrite.txt -%{_texdir}/texmf-dist/doc/fonts/ec/dc-chg.txt -%{_texdir}/texmf-dist/doc/fonts/ec/dcdoc.tex -%{_texdir}/texmf-dist/doc/fonts/ec/ec-chg.txt -%{_texdir}/texmf-dist/doc/fonts/ec/ecstdedt.tex -%{_texdir}/texmf-dist/doc/fonts/ec/tc-chg.txt -%{_texdir}/texmf-dist/doc/fonts/ec/tcstdedt.tex +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/visualfaq/README +%{_texdir}/texmf-dist/doc/latex/visualfaq/troubleshoot-vlf.pdf +%{_texdir}/texmf-dist/doc/latex/visualfaq/visualFAQ.pdf +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/README +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/anotherarticle.pdf +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/book-montage.png +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/fuzzytext.png +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/labelgraph.pdf +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/lorem-ipsum-logo.png +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/musixtex.png +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visfaq-html.png +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind2 +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.out +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/visualFAQ.tex +%{_texdir}/texmf-dist/doc/latex/visualfaq/source/watermark.pdf -%files lhcyr +%files webguide-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/lhcyr/karabas.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/kniga.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/otchet.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/pismo.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/rusfonts.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/statya.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/README -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt.sty -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhss.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/README -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrkoi/special.kc -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/README -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd -%{_texdir}/texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd +%{_texdir}/texmf-dist/doc/latex/webguide/README +%{_texdir}/texmf-dist/doc/latex/webguide/expeg.6 +%{_texdir}/texmf-dist/doc/latex/webguide/expeg6.mps +%{_texdir}/texmf-dist/doc/latex/webguide/webguide.css +%{_texdir}/texmf-dist/doc/latex/webguide/webguide.html +%{_texdir}/texmf-dist/doc/latex/webguide/webguide.pdf +%{_texdir}/texmf-dist/doc/latex/webguide/webguide.tex +%{_texdir}/texmf-dist/doc/latex/webguide/webguide0x.gif -%files ruhyphen +%files xetexref-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/ruhyphen/catkoi.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoal.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoas.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryoct.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryodv.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryomg.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryovl.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/cyryozn.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/enrhm2.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/hypht2.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2koi.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2lcy.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2ot2.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2t2a.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/koi2ucy.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruenhyph.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphal.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphas.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphct.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphdv.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphen.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphmg.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphvl.tex -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ruhyphzn.tex +%{_texdir}/texmf-dist/doc/xetex/xetexref/Makefile +%{_texdir}/texmf-dist/doc/xetex/xetexref/Makefile.ini +%{_texdir}/texmf-dist/doc/xetex/xetexref/README +%{_texdir}/texmf-dist/doc/xetex/xetexref/xetex-reference.pdf +%{_texdir}/texmf-dist/doc/xetex/xetexref/xetex-reference.tex -%files t2 +%files collection-langeuropean +%defattr(-,root,root) + +%files finbib +%defattr(-,root,root) +%{_texdir}/texmf-dist/bibtex/bst/finbib/finplain.bst + +%files hrlatex %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/t2/t2a-mod1.enc -%{_texdir}/texmf-dist/fonts/enc/t2/t2a-mod2.enc -%{_texdir}/texmf-dist/fonts/enc/t2/t2a.enc -%{_texdir}/texmf-dist/fonts/enc/t2/t2b.enc -%{_texdir}/texmf-dist/fonts/enc/t2/t2c.enc -%{_texdir}/texmf-dist/fonts/enc/t2/x2.enc -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/6r.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/README -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/cyrillic.mtx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/lcy-hi.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/lcy.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/ot2.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2a.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2b.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/t2c.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/x2.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyc.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyci.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyctt.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyi.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyitt.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcytt.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2c.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2cj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2i.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2ij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2j.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ac.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2acj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ai.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bc.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bcj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bi.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cc.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ccj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ci.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2c.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2cj.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2i.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2ij.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2j.etx -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/alias-cmc.tex -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/alias-wncy.tex -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/cyralias.tex -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/fnstcorr.tex -%{_texdir}/texmf-dist/tex/generic/t2/cyrfinst/etc/showenc -%{_texdir}/texmf-dist/tex/latex/t2/citehack.sty -%{_texdir}/texmf-dist/tex/latex/t2/mathtext.sty -%{_texdir}/texmf-dist/tex/latex/t2/misccorr.sty +%{_texdir}/texmf-dist/tex/latex/hrlatex/fsbispit.cls +%{_texdir}/texmf-dist/tex/latex/hrlatex/fsbmath.sty +%{_texdir}/texmf-dist/tex/latex/hrlatex/hrlatex.sty -%files t2-doc +%files hrlatex-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/t2/Makefile -%{_texdir}/texmf-dist/doc/generic/t2/OT2uni.map -%{_texdir}/texmf-dist/doc/generic/t2/README -%{_texdir}/texmf-dist/doc/generic/t2/T2Auni.map -%{_texdir}/texmf-dist/doc/generic/t2/T2Buni.map -%{_texdir}/texmf-dist/doc/generic/t2/T2Cuni.map -%{_texdir}/texmf-dist/doc/generic/t2/X2uni.map -%{_texdir}/texmf-dist/doc/generic/t2/amscyr.txt -%{_texdir}/texmf-dist/doc/generic/t2/broken1.txt -%{_texdir}/texmf-dist/doc/generic/t2/broken2.txt -%{_texdir}/texmf-dist/doc/generic/t2/cyrcset7.txt -%{_texdir}/texmf-dist/doc/generic/t2/cyrcset8.txt -%{_texdir}/texmf-dist/doc/generic/t2/cyrcsets.ind -%{_texdir}/texmf-dist/doc/generic/t2/make-enc.pl -%{_texdir}/texmf-dist/doc/generic/t2/mkencs.sh -%{_texdir}/texmf-dist/doc/generic/t2/mtcyr.txt -%{_texdir}/texmf-dist/doc/generic/t2/t2cyr.txt -%{_texdir}/texmf-dist/doc/generic/t2/t2lat.txt -%{_texdir}/texmf-dist/doc/generic/t2/urwcyr.txt -%{_texdir}/texmf-dist/doc/generic/t2/etc/amsppt.diff -%{_texdir}/texmf-dist/doc/generic/t2/etc/mathtext.dtx -%{_texdir}/texmf-dist/doc/generic/t2/etc/mathtext.ins -%{_texdir}/texmf-dist/doc/generic/t2/etc/ruinpenc -%{_texdir}/texmf-dist/doc/generic/t2/etc/t2filter.c -%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/README -%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex -%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.bat -%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old -%{_texdir}/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.sed -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/README -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumakeindex -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx1.sed -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx2.sed -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx3.sed -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxd.bat -%{_texdir}/texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxw.bat -%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/test-utf8.tex -%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utf-8.def -%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utfcyr.def -%{_texdir}/texmf-dist/doc/generic/t2/etc/utf-8/utflat.def -%{_texdir}/texmf-dist/doc/generic/t2/examples/example1.tex -%{_texdir}/texmf-dist/doc/generic/t2/examples/example2.tex -%{_texdir}/texmf-dist/doc/generic/t2/examples/example3.tex -%{_texdir}/texmf-dist/doc/generic/t2/examples/example4.tex -%{_texdir}/texmf-dist/doc/generic/t2/examples/example5.tex +%{_texdir}/texmf-dist/doc/latex/hrlatex/README +%{_texdir}/texmf-dist/doc/latex/hrlatex/hrlatex.pdf +%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex +%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.cp1250.tex +%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.latin2.tex +%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.minimal.utf8.tex +%{_texdir}/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex + +%files hyphen-armenian +%defattr(-,root,root) + +%files hyphen-croatian +%defattr(-,root,root) +%doc lppl1.3.txt + +%files hyphen-danish +%defattr(-,root,root) +%doc lppl1.txt + +%files hyphen-dutch +%defattr(-,root,root) + +%files hyphen-estonian +%defattr(-,root,root) + +%files hyphen-finnish +%defattr(-,root,root) +%doc pd.txt + +%files hyphen-friulan +%defattr(-,root,root) + +%files hyphen-hungarian +%defattr(-,root,root) +%doc gpl.txt + +%files hyphen-hungarian-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/generic/huhyphen/huhyphn.pdf +%{_texdir}/texmf-dist/doc/generic/huhyphen/hyph_hu.dic +%{_texdir}/texmf-dist/doc/generic/huhyphen/searchforerrors.rb +%{_texdir}/texmf-dist/doc/generic/huhyphen/testhyphenation.rb + +%files hyphen-icelandic +%defattr(-,root,root) +%doc lppl1.txt + +%files hyphen-irish +%defattr(-,root,root) + +%files hyphen-kurmanji +%defattr(-,root,root) + +%files hyphen-latin +%defattr(-,root,root) +%doc lppl1.txt + +%files hyphen-latvian +%defattr(-,root,root) + +%files hyphen-lithuanian +%defattr(-,root,root) + +%files hyphen-norwegian +%defattr(-,root,root) + +%files hyphen-piedmontese +%defattr(-,root,root) + +%files hyphen-romanian +%defattr(-,root,root) + +%files hyphen-romansh +%defattr(-,root,root) + +%files hyphen-slovenian +%defattr(-,root,root) + +%files hyphen-swedish +%defattr(-,root,root) + +%files hyphen-turkish +%defattr(-,root,root) + +%files hyphen-uppersorbian +%defattr(-,root,root) + +%files hyphen-welsh +%defattr(-,root,root) + +%files lithuanian +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/fonts/enc/dvips/lithuanian/latin7x.enc +%{_texdir}/texmf-dist/fonts/map/dvips/lithuanian/l7x-urwvn.map +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagd.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagdo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagk.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagko.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkd.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkl.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkli.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrro.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvro.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmb.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmbi.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmr.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmri.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm +%{_texdir}/texmf-dist/tex/latex/lithuanian/cp772.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/cp774.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/cp775.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/cpKBL.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/cpRIM.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.dfu +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.sty +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuag.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xubk.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xucr.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuhv.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xunc.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xupl.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xutm.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuzc.fd +%{_texdir}/texmf-dist/tex/latex/lithuanian/latin7.def +%{_texdir}/texmf-dist/tex/latex/lithuanian/lithuanian.ldf +%{_texdir}/texmf-dist/tex/latex/lithuanian/lithuanian.sty + +%files lithuanian-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/lithuanian/COPYING +%{_texdir}/texmf-dist/doc/latex/lithuanian/ChangeLog +%{_texdir}/texmf-dist/doc/latex/lithuanian/Copyright +%{_texdir}/texmf-dist/doc/latex/lithuanian/README.lithuanian +%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7lt.tex +%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.etx +%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.mtx +%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.pdf +%{_texdir}/texmf-dist/doc/latex/lithuanian/makeLT.html +%{_texdir}/texmf-dist/doc/latex/lithuanian/makelt.tex +%{_texdir}/texmf-dist/doc/latex/lithuanian/makeltmap.tex +%{_texdir}/texmf-dist/doc/latex/lithuanian/testlt-urw.tex +%{_texdir}/texmf-dist/doc/latex/lithuanian/testlt.tex + +%files lshort-dutch-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-dutch/LEESMIJ +%{_texdir}/texmf-dist/doc/latex/lshort-dutch/README +%{_texdir}/texmf-dist/doc/latex/lshort-dutch/WIJZIGINGEN +%{_texdir}/texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.src.zip + +%files lshort-finnish-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/README +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/lyhyt2e.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/asiat.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/erikois.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/esipuhe.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/grafiikka.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/kiitokset.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/kirjallisuus.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/ladonta.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/llyhyt2e.sty +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.ind +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/matikka.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/otsikko.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/symbolit.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/typeset.tex +%{_texdir}/texmf-dist/doc/latex/lshort-finnish/src/viritys.tex + +%files lshort-slovenian-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/README +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/lshort-slovenian.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-base.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.sty +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/src/typeset.tex + +%files lshort-turkish-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-turkish/README +%{_texdir}/texmf-dist/doc/latex/lshort-turkish/lshort-tr.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-turkish/trlshort-src.zip + +%files swebib +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/bibtex/bst/swebib/sweabbrv.bst +%{_texdir}/texmf-dist/bibtex/bst/swebib/swealpha.bst +%{_texdir}/texmf-dist/bibtex/bst/swebib/sweplain.bst +%{_texdir}/texmf-dist/bibtex/bst/swebib/sweplnat.bst +%{_texdir}/texmf-dist/bibtex/bst/swebib/sweunsrt.bst + +%files swebib-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/swebib/README + +%files turkmen +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/turkmen/turkmen.ldf + +%files turkmen-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/turkmen/README +%{_texdir}/texmf-dist/doc/latex/turkmen/turkmen.pdf + +%files collection-langfrench +%defattr(-,root,root) + +%files droit-fr +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.bbx +%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.cbx +%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.cls + +%files droit-fr-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/droit-fr/.latexmkrc +%{_texdir}/texmf-dist/doc/latex/droit-fr/README +%{_texdir}/texmf-dist/doc/latex/droit-fr/droit-fr.pdf +%{_texdir}/texmf-dist/doc/latex/droit-fr/droit-fr.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/.latexmkrc +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/annexes.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/bibliographie.bib +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/bibliographie.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/conclusion.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/glossaire.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/index.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/introduction.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/main.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/misc.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/partie1.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/partie2.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/sommaire.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/titre.tex +%{_texdir}/texmf-dist/doc/latex/droit-fr/example/toc.tex + +%files epslatex-fr-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Ball.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/CHAP2.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Construction.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Franc-chap.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/README +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/README.TEXLIVE +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/Warning.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/alltex.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/auteurs.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/bases.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/block.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/box1.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/box2.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/boxes.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/btxdoc.bib +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/cm.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/cm.ps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/danger.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/divers.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/ebnf.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/export.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fepslatex.pdf +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fepslatex.tex +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fill.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fmparhack.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/foot.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/fr.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/franc.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/frnew.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/g_toc_entry.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/graphic.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/hands.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/header.tex +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/indentondemand.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/makecmds.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/makerobust.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/mass.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/mypatches.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/myvarioref.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/nrfoot.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/origin.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/overlay.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pale.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pend.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pretzel.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/pretzel.ps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rdanger.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rosette.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/rosette.ps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/sgte.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/smaller.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/square.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/topcapt.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/topfig.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/warn.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/wdesc.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/wide.eps +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/widecenter.sty +%{_texdir}/texmf-dist/doc/latex/epslatex-fr/xb.sty + +%files facture +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/xelatex/facture/facture.cls + +%files facture-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/xelatex/facture/README +%{_texdir}/texmf-dist/doc/xelatex/facture/exemple.pdf +%{_texdir}/texmf-dist/doc/xelatex/facture/exemple.tex +%{_texdir}/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf +%{_texdir}/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex +%{_texdir}/texmf-dist/doc/xelatex/facture/facture.pdf +%{_texdir}/texmf-dist/doc/xelatex/facture/makefile + +%files frenchle +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/frenchle/babelfr.sty +%{_texdir}/texmf-dist/tex/latex/frenchle/french.ldf +%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.cfg +%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.ldf +%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.sty + +%files frenchle-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/frenchle/ALIRE.le +%{_texdir}/texmf-dist/doc/latex/frenchle/README +%{_texdir}/texmf-dist/doc/latex/frenchle/README.le +%{_texdir}/texmf-dist/doc/latex/frenchle/faq.pdf +%{_texdir}/texmf-dist/doc/latex/frenchle/frenchle.pdf +%{_texdir}/texmf-dist/doc/latex/frenchle/sources/faq.tex +%{_texdir}/texmf-dist/doc/latex/frenchle/sources/frenchle.tex +%{_texdir}/texmf-dist/doc/latex/frenchle/sources/myfroptn.sty +%{_texdir}/texmf-dist/doc/latex/frenchle/sources/mymaj.sty + +%files frletter +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/latex/frletter/frletter.cls + +%files frletter-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/frletter/README + +%files hyphen-basque +%defattr(-,root,root) + +%files hyphen-french +%defattr(-,root,root) + +%files impatient-fr-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/plain/impatient-fr/README +%{_texdir}/texmf-dist/doc/plain/impatient-fr/config.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/eplain.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbackm.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbook.pdf +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fbook.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fcapsule.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fconcept.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fcopyrgh.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fdl.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/ferrors.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fexamples.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/ffrontm.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fgenops.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmacros.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmath.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fmodes.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fonts.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fpages.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fparas.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fpreface.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fread1st.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/ftips.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusebook.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusermacs.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fusingtex.tex +%{_texdir}/texmf-dist/doc/plain/impatient-fr/fxmptext.tex + +%files impnattypo +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/impnattypo/impnattypo.sty + +%files impnattypo-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/impnattypo/README +%{_texdir}/texmf-dist/doc/latex/impnattypo/impnattypo-fr.pdf +%{_texdir}/texmf-dist/doc/latex/impnattypo/impnattypo.pdf + +%files l2tabu-french-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/l2tabu-french/README +%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr-heavy.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr-light.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu-french/l2tabufr.tex + +%files lshort-french-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-french/README +%{_texdir}/texmf-dist/doc/latex/lshort-french/historique +%{_texdir}/texmf-dist/doc/latex/lshort-french/lshort-fr-5.01fr-0.tgz +%{_texdir}/texmf-dist/doc/latex/lshort-french/lshort-fr.pdf + +%files mafr +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/mafr/cours.cls +%{_texdir}/texmf-dist/tex/latex/mafr/fiche.cls +%{_texdir}/texmf-dist/tex/latex/mafr/mafr.sty + +%files mafr-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/mafr/ALIRE +%{_texdir}/texmf-dist/doc/latex/mafr/COPYING +%{_texdir}/texmf-dist/doc/latex/mafr/README +%{_texdir}/texmf-dist/doc/latex/mafr/docmafr.pdf +%{_texdir}/texmf-dist/doc/latex/mafr/docmafr.tex +%{_texdir}/texmf-dist/doc/latex/mafr/triangle.eps + +%files tabvar +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/afm/public/tabvar/tabvar.afm +%{_texdir}/texmf-dist/fonts/map/dvips/tabvar/tabvar.map +%{_texdir}/texmf-dist/fonts/tfm/public/tabvar/tabvar.tfm +%{_texdir}/texmf-dist/fonts/type1/public/tabvar/tabvar.pfb +%{_texdir}/texmf-dist/metapost/tabvar/tabvar.mp +%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.1 +%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.2 +%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.3 +%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.cfg +%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.sty + +%files tabvar-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/tabvar/README +%{_texdir}/texmf-dist/doc/latex/tabvar/demo.pdf +%{_texdir}/texmf-dist/doc/latex/tabvar/demo.tex +%{_texdir}/texmf-dist/doc/latex/tabvar/tabvar.pdf + +%files tdsfrmath +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/tdsfrmath/suite.sto +%{_texdir}/texmf-dist/tex/latex/tdsfrmath/taupe.sto +%{_texdir}/texmf-dist/tex/latex/tdsfrmath/tdsfrmath.sty + +%files tdsfrmath-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tdsfrmath/LISEZMOI +%{_texdir}/texmf-dist/doc/latex/tdsfrmath/README +%{_texdir}/texmf-dist/doc/latex/tdsfrmath/tdsfrmath.pdf + +%files texlive-fr-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/live4ht.cfg +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/notes +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/tex-live.css +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/texlive-fr.css +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/texlive-fr.html +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/texlive-fr.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-fr/texlive-fr.tex + +%files translation-array-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/translation-array-fr/Copyright +%{_texdir}/texmf-dist/doc/latex/translation-array-fr/README +%{_texdir}/texmf-dist/doc/latex/translation-array-fr/f-array.dtx +%{_texdir}/texmf-dist/doc/latex/translation-array-fr/f-array.pdf +%{_texdir}/texmf-dist/doc/latex/translation-array-fr/ltxdoc.cfg + +%files translation-dcolumn-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/Copyright +%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/README +%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/f-dcolumn.dtx +%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/f-dcolumn.pdf + +%files translation-natbib-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/translation-natbib-fr/f-natbib.dtx +%{_texdir}/texmf-dist/doc/latex/translation-natbib-fr/f-natbib.pdf + +%files translation-tabbing-fr-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/f-Tabbing.dtx +%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/f-Tabbing.pdf +%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/ltxdoc.cfg + +%files variations +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/generic/variations/variations.sty +%{_texdir}/texmf-dist/tex/generic/variations/variations.tex + +%files variations-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/generic/variations/ALIRE +%{_texdir}/texmf-dist/doc/generic/variations/COPYING +%{_texdir}/texmf-dist/doc/generic/variations/README +%{_texdir}/texmf-dist/doc/generic/variations/docvariations.pdf +%{_texdir}/texmf-dist/doc/generic/variations/docvariations.tex + +%files collection-langgerman +%defattr(-,root,root) + +%files csquotes-de-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/csquotes-de/LIESMICH +%{_texdir}/texmf-dist/doc/latex/csquotes-de/csquotes-DE.pdf +%{_texdir}/texmf-dist/doc/latex/csquotes-de/csquotes-DE.tex + +%files dehyph-exptl +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2012-05-30.pat +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2012-05-30.tex +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2012-05-30.pat +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2012-05-30.tex +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2012-05-30.pat +%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2012-05-30.tex + +%files dehyph-exptl-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/CHANGES +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/INSTALL +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/LICENSE +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/README +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf +%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.tex + +%files dhua +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/dhua/dhua.cfg +%{_texdir}/texmf-dist/tex/latex/dhua/dhua.sty + +%files dhua-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/dhua/README +%{_texdir}/texmf-dist/doc/latex/dhua/README.pdf +%{_texdir}/texmf-dist/doc/latex/dhua/SrcFILEs.txt +%{_texdir}/texmf-dist/doc/latex/dhua/dhua.pdf + +%files einfuehrung-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-1.ltxverb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-2.xltxverb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-3.luaverb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-1.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-2.ctx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-3.ctxcrop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-3.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-4.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-5.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-6.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-05-7.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-4.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-5.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-06-6.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-10.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-12.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-3.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-5.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-6.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/03-08-7.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-02-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-04-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/04-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-10.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-11.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-13.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-5.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-11.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-7.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-8.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-09-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-10-9.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-8.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-11-9.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-12-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-1.ltx1 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-2.ltx1 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-3.ltx1ps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-13-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-14-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-15-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/05-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-1.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-100.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-101.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-102.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-103.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-104.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-105.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-106.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-107.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-108.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-109.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-110.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-111.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-112.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-113.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-114.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-115.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-116.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-117.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-118.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-119.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-120.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-121.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-122.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-123.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-124.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-125.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-126.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-127.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-128.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-129.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-130.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-131.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-132.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-133.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-134.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-135.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-136.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-137.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-24.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-25.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-26.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-27.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-28.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-34.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-35.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-36.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-37.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-38.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-39.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-40.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-44.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-45.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-46.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-47.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-48.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-49.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-50.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-51.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-52.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-53.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-54.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-55.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-56.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-57.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-58.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-59.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-60.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-61.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-62.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-63.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-64.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-65.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-66.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-67.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-68.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-69.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-70.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-71.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-72.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-73.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-74.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-75.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-76.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-77.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-78.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-79.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-80.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-81.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-82.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-83.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-84.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-85.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-86.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-87.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-88.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-89.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-90.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-91.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-92.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-93.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-94.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-95.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-96.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-97.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-98.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/06-03-99.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-02-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/07-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-02-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-04-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-04-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-4.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-5.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-6.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-05-7.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-10.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-11.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-12.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-13.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-4.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-5.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-6.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-7.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-8.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-06-9.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-10.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-11.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-12.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-14.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-25.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-28.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-4.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-5.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-6.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-7.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-8.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-07-9.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-10.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-11.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/08-09-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-03-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-25.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-28.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-33.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-34.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-35.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-36.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-37.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-38.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-39.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-40.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-41.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-42.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-43.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-44.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-45.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-47.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-48.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-49.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-25.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-28.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-33.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-34.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-35.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-36.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-37.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-38.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-39.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-40.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-41.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-42.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-43.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-44.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-45.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-46.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-47.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-48.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-49.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-50.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-51.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-52.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-53.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-54.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-55.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-56.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-57.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-58.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-59.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-60.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-61.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-62.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-63.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-64.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-65.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-25.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-28.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-33.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-34.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-35.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-36.ltx4 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-37.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-38.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-39.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-40.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-41.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-42.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-43.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-44.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-45.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-46.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/09-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-05-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-06-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-10.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-11.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-13.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-17.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-18.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-19.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-20.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-25.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-28.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-29.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-30.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-32.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-07-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-10.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-3.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-5.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-6.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/10-08-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-15.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-16.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-17.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-18.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/11-07-1.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-1.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-10.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-11.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-12.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-13.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-2.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-3.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-4.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-5.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-6.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-7.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-8.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-01-9.xinl +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-1.sh +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-10.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-11.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-12.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-13.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-14.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-15.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-17.lualtx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-18.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-2.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-3.sh +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-4.sh +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-5.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-6.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-7.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-8.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/12-04-9.lualtx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-3.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-01-4.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-10.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-11.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-12.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-13.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-14.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-15.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-16.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-17.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-18.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-19.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-20.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-3.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-4.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-5.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-6.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-7.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-8.ltxbps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-02-9.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-10.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-11.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-3.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-4.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-5.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-6.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-7.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-8.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-03-9.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-04-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-04-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-3.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-05-4.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-06-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-06-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-07-1.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/13-07-2.ltxb +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-8.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-15.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-16.ltx2crop +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/14-05-1.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-1.mp3 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-10.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-11.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-12.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-13.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-14.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-15.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-16.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-17.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-18.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-19.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-2.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-20.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-21.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-22.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-23.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-24.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-25.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-26.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-27.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-28.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-29.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-30.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-31.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-32.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-33.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-34.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-35.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-36.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-37.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-38.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-39.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-4.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-40.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-41.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-42.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-43.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-44.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-45.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-46.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-47.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-48.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-49.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-5.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-50.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-51.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-52.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-53.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-54.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-55.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-56.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-57.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-58.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-59.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-6.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-60.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-61.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-62.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-63.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-64.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-65.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-66.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-67.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-68.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-69.mp2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-7.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-8.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-02-9.mp +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-1.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-11.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-12.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-13.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-14.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-15.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-16.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-17.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-18.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-19.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-2.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-20.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-21.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-22.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-23.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-24.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-25.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-26.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-27.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-28.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-29.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-3.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-30.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-31.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-32.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-33.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-34.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-35.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-36.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-37.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-38.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-39.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-4.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-40.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-41.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-42.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-43.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-44.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-45.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-46.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-47.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-48.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-49.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-5.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-50.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-51.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-6.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-7.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-8.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-03-9.ltxps +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-28.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-29.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-30.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-31.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-32.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-33.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-34.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-35.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-36.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-37.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-38.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-39.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-40.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-41.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-42.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-43.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-44.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-45.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-46.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-47.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-48.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-49.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-50.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-51.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-52.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-53.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-54.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-55.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-56.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-57.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-58.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-59.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-60.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-61.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-62.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-63.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-64.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-65.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-66.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-67.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-68.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-69.ltx4 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-70.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-71.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-72.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-73.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-74.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-75.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-76.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-77.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-78.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-79.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-80.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/15-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-3.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-4.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-5.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/A-12-6.ltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/B.pdf +%{_texdir}/texmf-dist/doc/latex/einfuehrung/CTdefault.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/DEexa.sty +%{_texdir}/texmf-dist/doc/latex/einfuehrung/DEoptions.sty +%{_texdir}/texmf-dist/doc/latex/einfuehrung/Letter.ist +%{_texdir}/texmf-dist/doc/latex/einfuehrung/LetterC.ist +%{_texdir}/texmf-dist/doc/latex/einfuehrung/LoadFonts.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/README +%{_texdir}/texmf-dist/doc/latex/einfuehrung/UTF8.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/VerbatimOut.xltx +%{_texdir}/texmf-dist/doc/latex/einfuehrung/beispiel.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/biblatex-examples.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspcalweekly.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspdvdcoll.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/bspfont.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/bsppstricks.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/data0.csv +%{_texdir}/texmf-dist/doc/latex/einfuehrung/data1T.csv +%{_texdir}/texmf-dist/doc/latex/einfuehrung/de-examples-dw.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo.ist +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo11.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo4.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo5.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo6.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/demo7.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/doc_data.txt +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaarticle.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaarticle2.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaartplain.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabeamer.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabook.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exabook2.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exadante.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafoils.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafubeamer.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exafupd.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examargin.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examemoir.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examinimal-mathsymbols.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examinimal.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examples-dw.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examples.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examplesA.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/examplesB.bib +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exapd.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaprosper.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exareport.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaseminar.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaslidenotes.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exasymbol.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/exaxetex.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/fontDemo-E.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/fontDemo.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/foo.lua +%{_texdir}/texmf-dist/doc/latex/einfuehrung/mpxerr.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleB.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleC.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleE.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleF.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleG.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleH.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/myModuleI.xdy +%{_texdir}/texmf-dist/doc/latex/einfuehrung/plainDemo.bst +%{_texdir}/texmf-dist/doc/latex/einfuehrung/preamble.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxa.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxabook.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/screxareport.cls +%{_texdir}/texmf-dist/doc/latex/einfuehrung/tab.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/tabelle1.tex +%{_texdir}/texmf-dist/doc/latex/einfuehrung/textdemo.sty -%files ukrhyph +%files etoolbox-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/ukrhyph/catlcy.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2koi.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2lcy.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2ot2.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2t2a.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/lcy2ucy.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules60.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules90.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/rules_ph.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrenhyp.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypfa.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.koi -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.lcy -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.ot2 -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.t2a -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhyph.ucy -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypmp.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypmt.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypsm.tex -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ukrhypst.tex +%{_texdir}/texmf-dist/doc/latex/etoolbox-de/etoolbox-DE.pdf +%{_texdir}/texmf-dist/doc/latex/etoolbox-de/etoolbox-DE.tex -%files ukrhyph-doc +%files fifinddo-info-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/ukrhyph/README -%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules60.pdf -%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules90.pdf -%{_texdir}/texmf-dist/doc/generic/ukrhyph/rules_ph.pdf +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/LIESMICH.txt +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/README +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/SrcFILEs.txt +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/dante-mv45-lueck.pdf +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/dantev45.htm +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/mdoccorr.pdf +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-1180-clean.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-1180-com.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-com.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-exact-frame.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-exact-show.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-768-filltype-show.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-com.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-exact-frame.html +%{_texdir}/texmf-dist/doc/latex/fifinddo-info/variants/dantev45-992-exact.html -%files hyphen-bulgarian +%files geometry-de-doc %defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/geometry-de/README +%{_texdir}/texmf-dist/doc/latex/geometry-de/README-DE +%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry-de.dtx +%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry-de.pdf +%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry.ins -%files hyphen-russian +%files german %defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/generic/german/german.sty +%{_texdir}/texmf-dist/tex/generic/german/ngerman.sty -%files hyphen-ukrainian +%files german-doc %defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/german/00readme.1st +%{_texdir}/texmf-dist/doc/generic/german/gerdoc.pdf +%{_texdir}/texmf-dist/doc/generic/german/gerdoc.tex +%{_texdir}/texmf-dist/doc/generic/german/german.MISSING +%{_texdir}/texmf-dist/doc/generic/german/hyphxmpl.cfg +%{_texdir}/texmf-dist/doc/generic/german/betatest/00readme.1st -%files collection-langczechslovak +%files germkorr %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/germkorr/germkorr.sty -%files cs +%files germkorr-doc %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cs/xl2.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/cs/xt2.enc -%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-a35-nodownload.map -%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-a35-urwdownload.map -%{_texdir}/texmf-dist/fonts/map/dvips/cs/cs-charter.map -%{_texdir}/texmf-dist/fonts/map/dvips/cs/csfonts.map -%{_texdir}/texmf-dist/fonts/source/public/cs/csaccent.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csacutl.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csacutu.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csadded.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csb9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csbxti17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscode.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cscsc9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csdunh9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csff10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csfi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csfib10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csfib12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csfib8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csfib9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cshachel.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cshacheu.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cshyph.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csiacutl.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csihachl.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csinch.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csiothrl.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csitt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csitt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csitt17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csitt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csitt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csotherl.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csotheru.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csr9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl5.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl6.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssl9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cssltt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csss10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csss12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csss17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csss9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssdc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssi12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssi17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssi9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssq8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csssqi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstcsc17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstex10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstex8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstex9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csti9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/cstt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu17.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu7.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csu9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt12.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/csvtt9.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/icscsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/icstt8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsssb8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/ilcsssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/kmcsc.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/kmroman.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/kmtexset.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/kmtextit.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/kmtitle.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/lcsss8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/lcsssb8.mf -%{_texdir}/texmf-dist/fonts/source/public/cs/lcsssi8.mf -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/README -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagd8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagdc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagdo8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagk8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagkc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pagko8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkd8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkdc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkdi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkl8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbklc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pbkli8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrb8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrbc8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrbo8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrr8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrrc8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pcrro8u.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbn8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbnc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbo8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvbon8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvr8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrn8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvrnc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvro8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/phvron8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncbc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncbi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncr8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncrc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pncri8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplbc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplbi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplr8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplrc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pplri8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmbc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmbi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmr8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmrc8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/ptmri8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-a35/pzcmi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchb8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchbi8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchr8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/bchri8z.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchb.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchr.tfm -%{_texdir}/texmf-dist/fonts/tfm/cs/cs-charter/rbchri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csb9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csbxti17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cscsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csdunh9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csff10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csfib9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csinch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csitt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cssltt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstcsc17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/cstt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csu9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/csvtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/icscsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/icstt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsssb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/ilcsssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsssb8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/cs/lcsssi8.tfm -%{_texdir}/texmf-dist/fonts/type1/public/cs/README -%{_texdir}/texmf-dist/fonts/type1/public/cs/csb10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbxsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csbxti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cscsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csdunh10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csff10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csfi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csfib8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csinch.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csitt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr5.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr6.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csr9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cssl9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cssltt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csss10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csss12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csss17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csss8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csss9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssdc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi17.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssi9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssq8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csssqi8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cstcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csti10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csti12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csti7.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csti8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csti9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt12.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt8.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/cstt9.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csu10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/cs/csvtt10.pfb -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/README -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pagdc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pagkc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pbkdc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pbklc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pcrbc8u.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pcrrc8u.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvbc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvbnc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvrc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/phvrnc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pncbc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pncrc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pplbc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/pplrc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/ptmbc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-a35/ptmrc8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchb8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchbi8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchr8z.vf -%{_texdir}/texmf-dist/fonts/vf/cs/cs-charter/bchri8z.vf +%{_texdir}/texmf-dist/doc/latex/germkorr/COPYING +%{_texdir}/texmf-dist/doc/latex/germkorr/README +%{_texdir}/texmf-dist/doc/latex/germkorr/germkorr.pdf +%{_texdir}/texmf-dist/doc/latex/germkorr/germkorr.tex -%files csbulletin +%files hausarbeit-jura %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/csbulletin/csbulacronym.sty -%{_texdir}/texmf-dist/tex/latex/csbulletin/csbulletin.cls +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/hausarbeit-jura/hausarbeit-jura.cls -%files csbulletin-doc +%files hausarbeit-jura-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/csbulletin/LICENSE.txt -%{_texdir}/texmf-dist/doc/latex/csbulletin/README -%{_texdir}/texmf-dist/doc/latex/csbulletin/csbulletin.pdf -%{_texdir}/texmf-dist/doc/latex/csbulletin/csbulletin.tex +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/README +%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/README. +%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/hausarbeit-demo.bib +%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/hausarbeit-demo.tex -%files cslatex +%files hyphen-german %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/cslatex/base/cslatex.ini -%{_texdir}/texmf-dist/tex/cslatex/base/czech.sty -%{_texdir}/texmf-dist/tex/cslatex/base/fonttext.cfg -%{_texdir}/texmf-dist/tex/cslatex/base/hyphen.cfg -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmdh.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmfib.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmfr.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmr.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmss.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmtt.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2cmvtt.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2enc.def -%{_texdir}/texmf-dist/tex/cslatex/base/il2lcmss.fd -%{_texdir}/texmf-dist/tex/cslatex/base/il2lcmtt.fd -%{_texdir}/texmf-dist/tex/cslatex/base/slovak.sty -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.il2 -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.tex -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/cspsfont.xl2 -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pag.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pbk.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pcr.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2phv.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2phvn.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pnc.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2ppl.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2ptm.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/il2pzc.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/nhelvet.sty -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/ntimes.sty -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pag.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pbk.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pcr.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2phv.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2phvn.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pnc.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2ppl.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2ptm.fd -%{_texdir}/texmf-dist/tex/cslatex/cspsfonts/xl2pzc.fd +%{_texdir}/texmf-dist/tex/generic/hyphen/dehyphn.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/dehypht.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/dehyphtex.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/ghyphen.README + +%files koma-script-examples-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-C/result/floattrick.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-C/source/floattrick.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponA.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponB.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponA.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponB.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefDIN.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefSN.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefbak3.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefdup.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/brieflft.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/brieflfu.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefnow.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefrag2.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefwbk.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefwbk2.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/result/briefwbt2.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/CaptainHook-1.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/SNslhead.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/asymTypB.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefDIN.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefSN.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefbak3.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefdup.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/brieflft.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/brieflfu.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefnow.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefrag2.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/brieftemplate.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefwbk.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefwbk2.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/briefwbt2.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/dateup.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-E/source/nowindow.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/result/letter-label.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/source/labelbasic.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/source/letter-label.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Anhang-F/source/settleford600label.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14/result/remarkexample.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14/source/remarkbox.sty +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-14/source/remarkexample.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-0.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-1.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-10.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-11.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-12.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-13.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-14.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-15.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-16.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-17.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-18.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-19.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-2.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-20.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-21.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-22.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-23.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-3.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-4.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-5.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-6.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-7.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-8.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/result/letter-9.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/ich.lco +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-0.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-1.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-10.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-11.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-12.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-13.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-14.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-15.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-16.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-17.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-18.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-19.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-2.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-20.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-21.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-22.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-23.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-3.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-4.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-5.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-6.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-7.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-8.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/letter-9.tex +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/Kapitel-4/source/musterlogo.pdf +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/LEGAL.txt +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/LEGAL_DE.txt +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/LIESMICH.txt +%{_texdir}/texmf-dist/doc/latex/koma-script-examples/README -%files cslatex-bin +%files l2picfaq-doc +%defattr(-,root,root) +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/l2picfaq/README +%{_texdir}/texmf-dist/doc/latex/l2picfaq/ctanlion.pdf +%{_texdir}/texmf-dist/doc/latex/l2picfaq/gfdl.tex +%{_texdir}/texmf-dist/doc/latex/l2picfaq/l2picfaq.pdf +%{_texdir}/texmf-dist/doc/latex/l2picfaq/l2picfaq.tex + +%files l2tabu-doc %defattr(-,root,root) %doc gpl.txt -%{_bindir}/cslatex -%{_bindir}/pdfcslatex +%{_texdir}/texmf-dist/doc/latex/l2tabu/CHANGES +%{_texdir}/texmf-dist/doc/latex/l2tabu/README +%{_texdir}/texmf-dist/doc/latex/l2tabu/l2tabu.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu/l2tabu.tex -%files csplain +%files latex-bib-ex-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/tex/csplain/base/csenc-k.tex -%{_texdir}/texmf-dist/tex/csplain/base/csenc-p.tex -%{_texdir}/texmf-dist/tex/csplain/base/csenc-u.tex -%{_texdir}/texmf-dist/tex/csplain/base/csenc-w.tex -%{_texdir}/texmf-dist/tex/csplain/base/cseplain.ini -%{_texdir}/texmf-dist/tex/csplain/base/csfonts.tex -%{_texdir}/texmf-dist/tex/csplain/base/csfontsm.tex -%{_texdir}/texmf-dist/tex/csplain/base/csplain-utf8.ini -%{_texdir}/texmf-dist/tex/csplain/base/csplain.ini -%{_texdir}/texmf-dist/tex/csplain/base/czhyphen.ex -%{_texdir}/texmf-dist/tex/csplain/base/czhyphen.tex -%{_texdir}/texmf-dist/tex/csplain/base/extcode.tex -%{_texdir}/texmf-dist/tex/csplain/base/fonttabs.tex -%{_texdir}/texmf-dist/tex/csplain/base/hyphen.ex -%{_texdir}/texmf-dist/tex/csplain/base/hyphen.lan -%{_texdir}/texmf-dist/tex/csplain/base/il2code.tex -%{_texdir}/texmf-dist/tex/csplain/base/plaina4.tex -%{_texdir}/texmf-dist/tex/csplain/base/skhyphen.ex -%{_texdir}/texmf-dist/tex/csplain/base/skhyphen.tex -%{_texdir}/texmf-dist/tex/csplain/base/t1code.tex -%{_texdir}/texmf-dist/tex/csplain/base/t1enc-u.tex -%{_texdir}/texmf-dist/tex/csplain/base/ucode.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/ams-math.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cavantga.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cbookman.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/chars-8z.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/chelvet.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cncent.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cpalatin.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-adventor.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-all.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-antt.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-arev.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-bera.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-bonum.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-charter.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-cursor.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-heros.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-pagella.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-polta.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-schola.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/cs-termes.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/ctimes.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/dcfonts.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/ecfonts.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/lmfonts.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/luafonts.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/tx-math.tex -%{_texdir}/texmf-dist/tex/csplain/fonts/unifam.tex -%{_texdir}/texmf-dist/tex/csplain/opmac/opmac.tex +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/01-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-01-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-01-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-02-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-03-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-06-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-15.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/02-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-10.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-24.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-25.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-26.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-05-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-09-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-10-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-20.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-24.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/03-11-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-05-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-05-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/04-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/05-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/06-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/08-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/README +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/UTF8.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/articles.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibA.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibB.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibtool.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/bibtool2.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/books.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/case.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/case2.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/crossref.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/crossref2.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/de-examples-dw.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo.lbx +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo10.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo11.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo2.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo3.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo4.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo4.bl2 +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo5.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo6.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo7.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo8.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/demo9.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/easy.bst +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examples-dw.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examples.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examplesA.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/examplesB.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/klassiker.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/natbib.cfg +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/philosophy-examples.bib +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/plainDemo.bst +%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/vanBib.bib -%files csplain-bin +%files latex-referenz-doc %defattr(-,root,root) -%{_bindir}/csplain -%{_bindir}/pdfcsplain +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-03-1.xltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-04-1.lux +%{_texdir}/texmf-dist/doc/latex/latex-referenz/01-04-2.lux +%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-1.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/02-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/03-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/04-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/06-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-8.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-referenz/08-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-02-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-16.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/09-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-referenz/README + +%files latex-tabellen-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-1.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-1.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/01-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-10.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-8.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-01-9.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-09-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-11-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-12-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-12-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-13-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-14-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-15-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-16-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-17-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-18-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-19-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-19-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-20-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-20-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-21-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-21-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-22-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-23-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-24-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-25-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-25-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-26-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-27-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-28-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-29-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/02-29-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-3.ltxb +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/03-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-10.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-11.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-12.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-13.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-14.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-15.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-01-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-02-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-02-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-03-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-04-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-05-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-5.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-7.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-8.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/04-06-9.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-04-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-04-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-1.ltxE +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-2.ltxE +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/05-06-3.ltxE +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-10.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-11.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-12.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-13.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-14.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-15.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-16.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-17.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-18.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-19.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-21.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-22.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-23.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-24.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-25.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-26.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-27.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-28.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-29.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-30.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-31.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-32.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-33.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-34.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-35.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-36.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-37.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-38.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-39.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-4.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-40.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-41.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-42.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-43.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-44.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-45.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-46.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-5.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-6.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-7.ltxps +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-8.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/06-00-9.ltx +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/07-03-1.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/07-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/latex-tabellen/README -%files cstex-doc +%files lshort-german-doc %defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/cstex/00-README-cslatex -%{_texdir}/texmf-dist/doc/cstex/INSTALL.cslatex -%{_texdir}/texmf-dist/doc/cstex/README-csplain -%{_texdir}/texmf-dist/doc/cstex/README-cspsfont -%{_texdir}/texmf-dist/doc/cstex/README-doc -%{_texdir}/texmf-dist/doc/cstex/README-opmac -%{_texdir}/texmf-dist/doc/cstex/README.cslatex -%{_texdir}/texmf-dist/doc/cstex/cstexman.pdf -%{_texdir}/texmf-dist/doc/cstex/cstexman.tex -%{_texdir}/texmf-dist/doc/cstex/jemny.errata -%{_texdir}/texmf-dist/doc/cstex/jemny.pdf -%{_texdir}/texmf-dist/doc/cstex/jemny.tar.gz -%{_texdir}/texmf-dist/doc/cstex/lic-gpl.eng -%{_texdir}/texmf-dist/doc/cstex/opmac-d.pdf -%{_texdir}/texmf-dist/doc/cstex/opmac-d.tex -%{_texdir}/texmf-dist/doc/cstex/opmac-u.pdf -%{_texdir}/texmf-dist/doc/cstex/opmac-u.tex -%{_texdir}/texmf-dist/doc/cstex/prvni.pdf -%{_texdir}/texmf-dist/doc/cstex/prvni.tex -%{_texdir}/texmf-dist/doc/cstex/test8z.pdf -%{_texdir}/texmf-dist/doc/cstex/test8z.tex -%{_texdir}/texmf-dist/doc/cstex/testgyre8z.pdf -%{_texdir}/texmf-dist/doc/cstex/testgyre8z.tex -%{_texdir}/texmf-dist/doc/cstex/testlat.tex -%{_texdir}/texmf-dist/doc/cstex/zmeny.txt -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/README -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/fontgen -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/kernoff.c -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/mkf -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/mkfc -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/xl2.enc -%{_texdir}/texmf-dist/doc/cstex/cspsfonts-gen/xt2.enc +%{_texdir}/texmf-dist/doc/latex/lshort-german/CHANGES +%{_texdir}/texmf-dist/doc/latex/lshort-german/README.l2kurz +%{_texdir}/texmf-dist/doc/latex/lshort-german/allgemeines.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/anhang.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/bilder.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/eingabefile.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/einleitung.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/fontspec.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-german/fontspecbeispiel.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/l2ksym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.bib +%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-german/l2kurz.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/latexmkrc +%{_texdir}/texmf-dist/doc/latex/lshort-german/mathematik.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/ozean.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-german/ozean.svg +%{_texdir}/texmf-dist/doc/latex/lshort-german/schriften.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/seitenaufbau.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/spezialitaeten.tex +%{_texdir}/texmf-dist/doc/latex/lshort-german/textsatz.tex -%files vlna +%files lualatex-doc-de-doc %defattr(-,root,root) -%{_mandir}/man1/vlna.1* +%doc fdl.txt +%{_texdir}/texmf-dist/doc/latex/lualatex-doc-de/lualatex-doc-DE.pdf +%{_texdir}/texmf-dist/doc/latex/lualatex-doc-de/lualatex-doc-DE.tex -%files vlna-doc +%files microtype-de-doc %defattr(-,root,root) -%{_texdir}/texmf/doc/vlna/vlna.pdf +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/microtype-de/microtype-DE.dtx +%{_texdir}/texmf-dist/doc/latex/microtype-de/microtype-DE.pdf -%files vlna-bin +%files presentations-doc %defattr(-,root,root) %doc lppl1.txt -%{_bindir}/vlna - -%files hyphen-czech -%defattr(-,root,root) - -%files hyphen-slovak -%defattr(-,root,root) - -%files collection-langdanish -%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-2.ltx2ps +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-3.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-4.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-5.ltx2ps +%{_texdir}/texmf-dist/doc/latex/presentations/01-01-6.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations/01-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-03-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-04-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-04-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-04-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/01-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/01-05-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/02-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-01-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-01-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-02-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-03-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-03-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-03-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-03-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-04-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-05-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-06-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-06-2.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations/02-07-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-08-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-09-1.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-10-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-11-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-12-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-12-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-13-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-13-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-13-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-10.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-11.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-12.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-13.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-14.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-15.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-16.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-17.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-18.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/02-14-9.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/03-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/03-02-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/03-03-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/03-03-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/03-03-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/04-01-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-01-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-01-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-01-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-03-2.ltx2 +%{_texdir}/texmf-dist/doc/latex/presentations/04-04-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-05-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-10.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-11.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-4.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-6.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-7.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-8.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-06-9.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-07-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-08-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-09-1.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations/04-11-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-11-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-11-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-12-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-12-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-13-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-13-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-14-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-15-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-15-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-16-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-16-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-16-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-17-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-18-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-18-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-19-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-19-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-20-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-20-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-20-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-20-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-20-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-21-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-21-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-21-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-21-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-22-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-22-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-22-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-23-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-23-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-24-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-24-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-10.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-11.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-12.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-13.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-14.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-15.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-16.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-17.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-18.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-19.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-20.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-21.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-22.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-23.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-24.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-25.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-26.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-27.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-28.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-29.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-30.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-31.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-32.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-33.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-34.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-35.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-36.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-37.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-6.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-7.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-8.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-25-9.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-10.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-11.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-12.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-13.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-14.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-15.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-16.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-17.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-18.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-19.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-20.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-21.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-22.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-23.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-24.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-25.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-26.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-27.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-28.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-29.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-3.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-30.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-31.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-32.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-33.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-34.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-35.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-36.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-37.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-5.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-6.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-7.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-8.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/04-26-9.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/05-00-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/05-01-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/05-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/05-03-1.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/05-03-2.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-02-1.ltxps +%{_texdir}/texmf-dist/doc/latex/presentations/06-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/06-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/07-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/presentations/07-03-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/presentations/07-03-4.ltxb +%{_texdir}/texmf-dist/doc/latex/presentations/07-05-1.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations/07-05-2.ltxbps +%{_texdir}/texmf-dist/doc/latex/presentations/README +%{_texdir}/texmf-dist/doc/latex/presentations/Textdemo.tex +%{_texdir}/texmf-dist/doc/latex/presentations/beamer-demo.tex +%{_texdir}/texmf-dist/doc/latex/presentations/beamer-demo2.tex +%{_texdir}/texmf-dist/doc/latex/presentations/pd-demo-default.tex +%{_texdir}/texmf-dist/doc/latex/presentations/pd-demo.tex +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FULogo.png +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FULuft.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FUbib.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/FUlogo.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/TU.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/TeX.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer0.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer1.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamer2.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavbar.png +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavsymbols.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/beamernavsymbols.tex +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/fu-berlin-air.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/fu-berlin.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/geo.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/ligaturen.png +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.png +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/multimedia.tex +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/silberlaube.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/silberlaube2.jpg +%{_texdir}/texmf-dist/doc/latex/presentations/images/beamer/zedat.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo2.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogoRGB.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FULogo_RGB.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/FUbib.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/fuBIB10.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/fuBIB10.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/logofbbw.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/silberlaube.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/silberlaube2.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/wieesgeht.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pd/zedat2.eps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/Tore3d.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/mp.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/mpgraph.mps +%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/pst.pdf +%{_texdir}/texmf-dist/doc/latex/presentations/images/pdfscreen/tex.png -%files hyphen-danish +%files pstricks-examples-doc %defattr(-,root,root) %doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/00-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/01-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/02-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/03-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/04-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/05-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/06-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/07-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/08-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/09-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/10-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/11-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/12-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/13-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/14-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/15-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-08-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-09-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/16-10-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/17-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/18-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/19-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/20-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-00-1.ltxEps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-01-1.ltxEps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/21-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/22-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-83.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-84.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-85.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-86.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-87.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-88.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-89.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-90.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-91.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-92.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-93.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-94.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-95.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-96.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-06-97.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-07-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/23-08-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-1.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-2.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-24.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-25.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-26.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-27.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-28.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-3.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-30.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-31.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-32.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-33.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-34.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-35.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-36.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-37.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-38.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-39.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-4.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-40.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-44.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-45.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-46.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-47.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-48.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-49.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-5.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-50.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-51.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-52.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-53.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-54.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-55.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-56.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-57.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-58.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-59.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-6.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-60.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-61.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-62.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-63.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-64.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-65.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-66.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-67.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-68.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-69.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-7.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-70.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-71.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-72.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-73.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-74.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-8.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-03-9.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/24-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-7.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-8.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-04-9.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/25-07-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-28.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/26-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-10.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-11.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-12.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-13.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-14.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-15.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-16.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-17.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-18.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-19.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-20.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-21.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-22.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-24.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-25.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-01-9.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/27-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/28-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/29-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-04-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/30-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/31-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-01-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/32-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-01-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-02-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-03-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-7.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-8.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-04-9.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-10.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-11.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-12.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-13.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-14.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-15.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-16.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-17.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-18.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-19.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-20.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-21.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-22.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-23.inl +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-05-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-06-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/33-07-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-01-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/34-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-1.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-10.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-11.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-12.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-13.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-14.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-15.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-16.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-17.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-18.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-19.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-2.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-20.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-21.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-22.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-24.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-25.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-3.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-4.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-5.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-6.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-7.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-8.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-01-9.ltxpd +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-1.ltxb +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-2.ltxbps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-3.ltxbps +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/35-02-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-10.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-100.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-101.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-102.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-103.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-104.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-105.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-106.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-107.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-108.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-109.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-11.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-110.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-111.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-112.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-113.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-114.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-115.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-116.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-117.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-118.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-119.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-12.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-120.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-121.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-122.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-123.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-124.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-125.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-126.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-13.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-14.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-15.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-16.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-17.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-18.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-19.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-21.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-22.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-23.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-24.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-25.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-26.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-27.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-28.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-29.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-30.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-31.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-32.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-33.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-34.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-35.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-36.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-37.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-38.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-39.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-4.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-40.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-41.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-42.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-43.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-44.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-45.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-46.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-47.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-48.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-49.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-5.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-50.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-51.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-52.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-53.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-54.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-55.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-56.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-57.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-58.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-59.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-6.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-60.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-61.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-62.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-63.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-64.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-65.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-66.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-67.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-68.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-69.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-7.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-70.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-71.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-72.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-73.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-74.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-75.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-76.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-77.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-78.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-79.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-8.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-80.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-81.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-82.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-83.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-84.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-85.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-86.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-87.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-88.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-89.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-9.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-90.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-91.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-92.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-93.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-94.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-95.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-96.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-97.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-98.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/36-00-99.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/B-04-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/B-04-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-01-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-02-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-03-1.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/C-03-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-01-1.xltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-03-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-03-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-04-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-04-2.ltx2crop +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-1.ltx2crop +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-2.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/D-05-3.ltx +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/DEexa.sty +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/README +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/beispiel.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspcalweekly.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspdvdcoll.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bspfont.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/bsppstricks.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaarticle.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaarticle2.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaartplain.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exabeamer.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exabook.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafoils.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafubeamer.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exafupd.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/examargin.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/examinimal.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exapd.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaprosper.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exareport.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaseminar.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaslidenotes.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exasymbol.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/exaxetex.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxa.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxabook.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/screxareport.cls +%{_texdir}/texmf-dist/doc/latex/pstricks-examples/textdemo.sty -%files collection-langdutch -%defattr(-,root,root) - -%files hyphen-dutch -%defattr(-,root,root) - -%files collection-langenglish -%defattr(-,root,root) - -%files hyphen-english -%defattr(-,root,root) - -%files collection-langfinnish -%defattr(-,root,root) - -%files finbib -%defattr(-,root,root) -%{_texdir}/texmf-dist/bibtex/bst/finbib/finplain.bst - -%files hyphen-finnish -%defattr(-,root,root) -%doc pd.txt - -%files collection-langfrench -%defattr(-,root,root) - -%files droit-fr -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.bbx -%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.cbx -%{_texdir}/texmf-dist/tex/latex/droit-fr/droit-fr.cls - -%files droit-fr-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/droit-fr/doc/.latexmkrc -%{_texdir}/texmf-dist/doc/latex/droit-fr/doc/README -%{_texdir}/texmf-dist/doc/latex/droit-fr/doc/droit-fr.pdf -%{_texdir}/texmf-dist/doc/latex/droit-fr/doc/droit-fr.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/.latexmkrc -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/annexes.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/bibliographie.bib -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/bibliographie.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/conclusion.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/glossaire.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/index.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/introduction.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/main.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/misc.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/partie1.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/partie2.tex -%{_texdir}/texmf-dist/doc/latex/droit-fr/example/titre.tex - -%files facture +%files r_und_s %defattr(-,root,root) -%{_texdir}/texmf-dist/tex/xelatex/facture/facture.cls +%{_texdir}/texmf-dist/tex/latex/r_und_s/eng_rs.sty +%{_texdir}/texmf-dist/tex/latex/r_und_s/eng_rs.tex +%{_texdir}/texmf-dist/tex/latex/r_und_s/fr_rs.sty +%{_texdir}/texmf-dist/tex/latex/r_und_s/fr_rs.tex +%{_texdir}/texmf-dist/tex/latex/r_und_s/nl_rs.sty +%{_texdir}/texmf-dist/tex/latex/r_und_s/nl_rs.tex +%{_texdir}/texmf-dist/tex/latex/r_und_s/r_und_s.sty +%{_texdir}/texmf-dist/tex/latex/r_und_s/r_und_s.tex -%files facture-doc +%files r_und_s-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/xelatex/facture/README -%{_texdir}/texmf-dist/doc/xelatex/facture/exemple.pdf -%{_texdir}/texmf-dist/doc/xelatex/facture/exemple.tex -%{_texdir}/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf -%{_texdir}/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex -%{_texdir}/texmf-dist/doc/xelatex/facture/facture.pdf -%{_texdir}/texmf-dist/doc/xelatex/facture/makefile +%{_texdir}/texmf-dist/doc/latex/r_und_s/README -%files frenchle +%files templates-fenn-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/frenchle/babelfr.sty -%{_texdir}/texmf-dist/tex/latex/frenchle/french.ldf -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.cfg -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.ldf -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.sty +%{_texdir}/texmf-dist/doc/latex/templates-fenn/diabetes.tex +%{_texdir}/texmf-dist/doc/latex/templates-fenn/dinbrief.tex +%{_texdir}/texmf-dist/doc/latex/templates-fenn/kbrief.tex +%{_texdir}/texmf-dist/doc/latex/templates-fenn/scrlttr2.tex +%{_texdir}/texmf-dist/doc/latex/templates-fenn/scrlttr2en.tex +%{_texdir}/texmf-dist/doc/latex/templates-fenn/templates-fenn-de.txt +%{_texdir}/texmf-dist/doc/latex/templates-fenn/templates-fenn-en.txt +%{_texdir}/texmf-dist/doc/latex/templates-fenn/vermerk.tex -%files frenchle-doc +%files templates-sommer-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/frenchle/ALIRE.le -%{_texdir}/texmf-dist/doc/latex/frenchle/README -%{_texdir}/texmf-dist/doc/latex/frenchle/README.le -%{_texdir}/texmf-dist/doc/latex/frenchle/faq.pdf -%{_texdir}/texmf-dist/doc/latex/frenchle/frenchle.pdf -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/faq.tex -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/frenchle.tex -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/myfroptn.sty -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/mymaj.sty - -%files frletter -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/latex/frletter/frletter.cls - -%files frletter-doc -%defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/doc/latex/frletter/README - -%files impnattypo -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/impnattypo/impnattypo.sty - -%files impnattypo-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/impnattypo/README -%{_texdir}/texmf-dist/doc/latex/impnattypo/impnattypo-fr.pdf -%{_texdir}/texmf-dist/doc/latex/impnattypo/impnattypo.pdf - -%files mafr -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/mafr/cours.cls -%{_texdir}/texmf-dist/tex/latex/mafr/fiche.cls -%{_texdir}/texmf-dist/tex/latex/mafr/mafr.sty - -%files mafr-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/mafr/ALIRE -%{_texdir}/texmf-dist/doc/latex/mafr/COPYING -%{_texdir}/texmf-dist/doc/latex/mafr/README -%{_texdir}/texmf-dist/doc/latex/mafr/docmafr.pdf -%{_texdir}/texmf-dist/doc/latex/mafr/docmafr.tex -%{_texdir}/texmf-dist/doc/latex/mafr/triangle.eps - -%files tabvar -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/tabvar/tabvar.afm -%{_texdir}/texmf-dist/fonts/map/dvips/tabvar/tabvar.map -%{_texdir}/texmf-dist/fonts/tfm/public/tabvar/tabvar.tfm -%{_texdir}/texmf-dist/fonts/type1/public/tabvar/tabvar.pfb -%{_texdir}/texmf-dist/metapost/tabvar/tabvar.mp -%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.1 -%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.2 -%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.3 -%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.cfg -%{_texdir}/texmf-dist/tex/latex/tabvar/tabvar.sty +%{_texdir}/texmf-dist/doc/latex/templates-sommer/Hausarbeit.bib +%{_texdir}/texmf-dist/doc/latex/templates-sommer/Hausarbeit.tex +%{_texdir}/texmf-dist/doc/latex/templates-sommer/Logo.jpg +%{_texdir}/texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.bib +%{_texdir}/texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.tex +%{_texdir}/texmf-dist/doc/latex/templates-sommer/README.de -%files tabvar-doc +%files texlive-de-doc %defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tabvar/README -%{_texdir}/texmf-dist/doc/latex/tabvar/demo.pdf -%{_texdir}/texmf-dist/doc/latex/tabvar/demo.tex -%{_texdir}/texmf-dist/doc/latex/tabvar/tabvar.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-de/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-de/lmsy10-40.png +%{_texdir}/texmf-dist/doc/texlive/texlive-de/texlive-de-new.tex +%{_texdir}/texmf-dist/doc/texlive/texlive-de/texlive-de.css +%{_texdir}/texmf-dist/doc/texlive/texlive-de/texlive-de.html +%{_texdir}/texmf-dist/doc/texlive/texlive-de/texlive-de.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-de/texlive-de.tex -%files tdsfrmath +%files tipa-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tdsfrmath/suite.sto -%{_texdir}/texmf-dist/tex/latex/tdsfrmath/taupe.sto -%{_texdir}/texmf-dist/tex/latex/tdsfrmath/tdsfrmath.sty +%{_texdir}/texmf-dist/doc/latex/tipa-de/LIESMICH +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipa.bib +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman-de.pdf +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman-de.tex +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman0-de.tex +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman1-de.tex +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman2-de.tex +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman3-de.tex +%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman4-de.tex -%files tdsfrmath-doc +%files translation-arsclassica-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tdsfrmath/LISEZMOI -%{_texdir}/texmf-dist/doc/latex/tdsfrmath/README -%{_texdir}/texmf-dist/doc/latex/tdsfrmath/tdsfrmath.pdf - -%files variations -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/generic/variations/variations.sty -%{_texdir}/texmf-dist/tex/generic/variations/variations.tex - -%files variations-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/generic/variations/ALIRE -%{_texdir}/texmf-dist/doc/generic/variations/COPYING -%{_texdir}/texmf-dist/doc/generic/variations/README -%{_texdir}/texmf-dist/doc/generic/variations/docvariations.pdf -%{_texdir}/texmf-dist/doc/generic/variations/docvariations.tex - -%files hyphen-basque -%defattr(-,root,root) - -%files hyphen-french -%defattr(-,root,root) - -%files collection-langgerman -%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de/ArsClassica-de.pdf +%{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de/ArsClassica-de.tex -%files dehyph-exptl +%files translation-biblatex-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2012-05-30.pat -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2012-05-30.tex -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2012-05-30.pat -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2012-05-30.tex -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2012-05-30.pat -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2012-05-30.tex +%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/README +%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/biblatex-de.pdf +%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/biblatex-de.tex -%files dehyph-exptl-doc +%files translation-chemsym-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/CHANGES -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/INSTALL -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/LICENSE -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/README -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.tex - -%files dhua -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dhua/dhua.cfg -%{_texdir}/texmf-dist/tex/latex/dhua/dhua.sty - -%files dhua-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dhua/README -%{_texdir}/texmf-dist/doc/latex/dhua/README.pdf -%{_texdir}/texmf-dist/doc/latex/dhua/SrcFILEs.txt -%{_texdir}/texmf-dist/doc/latex/dhua/dhua.pdf +%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/00Liesmich.chs +%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/chemsym-de.dtx +%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/chemsym-de.pdf -%files csquotes-de-doc +%files translation-ecv-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/csquotes-de/LIESMICH -%{_texdir}/texmf-dist/doc/latex/csquotes-de/csquotes-DE.pdf -%{_texdir}/texmf-dist/doc/latex/csquotes-de/csquotes-DE.tex +%{_texdir}/texmf-dist/doc/latex/translation-ecv-de/ecvde.dtx.pdf +%{_texdir}/texmf-dist/doc/latex/translation-ecv-de/ecvde.dtx.tex -%files etoolbox-de-doc +%files translation-enumitem-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/etoolbox-de/etoolbox-DE.pdf -%{_texdir}/texmf-dist/doc/latex/etoolbox-de/etoolbox-DE.tex - -%files geometry-de-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/geometry-de/README -%{_texdir}/texmf-dist/doc/latex/geometry-de/README-DE -%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry-de.dtx -%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry-de.pdf -%{_texdir}/texmf-dist/doc/latex/geometry-de/geometry.ins +%{_texdir}/texmf-dist/doc/latex/translation-enumitem-de/enumitem-de.pdf +%{_texdir}/texmf-dist/doc/latex/translation-enumitem-de/enumitem-de.tex -%files german +%files translation-europecv-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/generic/german/german.sty -%{_texdir}/texmf-dist/tex/generic/german/ngerman.sty +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/at.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/bulgarian-koi8-r.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/bulgarian-utf8.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/greek-utf8.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/greek-utf8.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/maltese-maltese.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/maltese-utf8.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/minimal.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/Beispiele/minimal.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/europecv-de.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/europecv-de.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_de.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_de.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_en.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_en.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_it.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_it.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_pl.pdf +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/cv_template_pl.tex +%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/templates/publications.bib -%files german-doc +%files translation-filecontents-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/generic/german/00readme.1st -%{_texdir}/texmf-dist/doc/generic/german/gerdoc.pdf -%{_texdir}/texmf-dist/doc/generic/german/gerdoc.tex -%{_texdir}/texmf-dist/doc/generic/german/german.MISSING -%{_texdir}/texmf-dist/doc/generic/german/hyphxmpl.cfg -%{_texdir}/texmf-dist/doc/generic/german/betatest/00readme.1st - -%files germkorr -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/latex/germkorr/germkorr.sty - -%files germkorr-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/germkorr/COPYING -%{_texdir}/texmf-dist/doc/latex/germkorr/README -%{_texdir}/texmf-dist/doc/latex/germkorr/germkorr.pdf -%{_texdir}/texmf-dist/doc/latex/germkorr/germkorr.tex - -%files hausarbeit-jura -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hausarbeit-jura/hausarbeit-jura.cls - -%files hausarbeit-jura-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/README -%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/README. -%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/hausarbeit-demo.bib -%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/hausarbeit-demo.tex - -%files microtype-de-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/microtype-de/microtype-DE.dtx -%{_texdir}/texmf-dist/doc/latex/microtype-de/microtype-DE.pdf - -%files r_und_s -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/r_und_s/eng_rs.sty -%{_texdir}/texmf-dist/tex/latex/r_und_s/eng_rs.tex -%{_texdir}/texmf-dist/tex/latex/r_und_s/fr_rs.sty -%{_texdir}/texmf-dist/tex/latex/r_und_s/fr_rs.tex -%{_texdir}/texmf-dist/tex/latex/r_und_s/nl_rs.sty -%{_texdir}/texmf-dist/tex/latex/r_und_s/nl_rs.tex -%{_texdir}/texmf-dist/tex/latex/r_und_s/r_und_s.sty -%{_texdir}/texmf-dist/tex/latex/r_und_s/r_und_s.tex - -%files r_und_s-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/r_und_s/README +%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.dtx +%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.ins +%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/filecontents-de.pdf -%files tipa-de-doc +%files translation-moreverb-de-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tipa-de/LIESMICH -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipa.bib -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman-de.pdf -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman-de.tex -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman0-de.tex -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman1-de.tex -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman2-de.tex -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman3-de.tex -%{_texdir}/texmf-dist/doc/latex/tipa-de/tipaman4-de.tex +%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/filecontens-de.ins.txt +%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/moreverb-de.dtx.pdf +%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/moreverb-de.dtx.tex %files umlaute %defattr(-,root,root) @@ -289325,12 +298822,26 @@ fi %{_texdir}/texmf-dist/doc/latex/umlaute/cs_patch.uue %{_texdir}/texmf-dist/doc/latex/umlaute/umlaute.pdf -%files hyphen-german +%files voss-de-doc %defattr(-,root,root) -%{_texdir}/texmf/tex/generic/hyphen/dehyphn.tex -%{_texdir}/texmf/tex/generic/hyphen/dehypht.tex -%{_texdir}/texmf/tex/generic/hyphen/dehyphtex.tex -%{_texdir}/texmf/tex/generic/hyphen/ghyphen.README +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/Changes +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.bib +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.pdf +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.tex +%{_texdir}/texmf-dist/doc/generic/voss-de/InlineMath/README +%{_texdir}/texmf-dist/doc/generic/voss-de/README +%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/Changes +%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/README +%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.ltx +%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.pdf +%{_texdir}/texmf-dist/doc/generic/voss-de/gauss/gauss.tex +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/Changes +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/README +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.bib +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.ltx +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.pdf +%{_texdir}/texmf-dist/doc/generic/voss-de/mathCol/mathCol.tex %files collection-langgreek %defattr(-,root,root) @@ -289378,6 +298889,21 @@ fi %{_texdir}/texmf-dist/doc/fonts/gfsporson/gfsporson.pdf %{_texdir}/texmf-dist/doc/fonts/gfsporson/gfsporson.tex +%files greek-fontenc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/greek-fontenc/lgrenc.def + +%files greek-fontenc-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/README +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/README.html +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc-test.html +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc-test.pdf +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc-test.tex +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc.def.html + %files greek-inputenc %defattr(-,root,root) %doc lppl1.txt @@ -289414,24 +298940,26 @@ fi %{_texdir}/texmf-dist/doc/fonts/greektex/greektexdoc.tex %{_texdir}/texmf-dist/doc/fonts/greektex/ywcl.zip -%files grverb +%files hyphen-greek %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/grverb/grkcurp.afm -%{_texdir}/texmf-dist/fonts/map/dvips/grverb/grverb.map -%{_texdir}/texmf-dist/fonts/tfm/public/grverb/grcour7t.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/grverb/grcour8a.tfm -%{_texdir}/texmf-dist/fonts/type1/public/grverb/grkcurp.pfb -%{_texdir}/texmf-dist/fonts/vf/public/grverb/grcour7t.vf -%{_texdir}/texmf-dist/tex/latex/grverb/grverb.sty +%{_texdir}/texmf-dist/tex/generic/hyphen/grmhyph5.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/grphyph5.tex + +%files hyphen-greek-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/elhyphen/README +%{_texdir}/texmf-dist/doc/generic/elhyphen/anc-test.ltx +%{_texdir}/texmf-dist/doc/generic/elhyphen/anc-test.pdf +%{_texdir}/texmf-dist/doc/generic/elhyphen/ancient.pdf +%{_texdir}/texmf-dist/doc/generic/elhyphen/compound.ltx +%{_texdir}/texmf-dist/doc/generic/elhyphen/compound.pdf +%{_texdir}/texmf-dist/doc/generic/elhyphen/copyrite.txt +%{_texdir}/texmf-dist/doc/generic/elhyphen/modern.pdf -%files grverb-doc +%files hyphen-ancientgreek %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/grverb/README -%{_texdir}/texmf-dist/doc/latex/grverb/grv.ps -%{_texdir}/texmf-dist/doc/latex/grverb/grv.tex -%{_texdir}/texmf-dist/doc/latex/grverb/grverb.pdf +%{_texdir}/texmf-dist/tex/generic/hyphen/grahyph5.tex +%{_texdir}/texmf-dist/tex/generic/hyphen/ibyhyph.tex %files ibycus-babel %defattr(-,root,root) @@ -289881,23 +299409,22 @@ fi %files lgrx-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/lgrx/8-bit-greek.txt %{_texdir}/texmf-dist/doc/latex/lgrx/README %{_texdir}/texmf-dist/doc/latex/lgrx/README.html %{_texdir}/texmf-dist/doc/latex/lgrx/alphabeta-test.pdf %{_texdir}/texmf-dist/doc/latex/lgrx/alphabeta-test.tex %{_texdir}/texmf-dist/doc/latex/lgrx/alphabeta.sty.html +%{_texdir}/texmf-dist/doc/latex/lgrx/diacritics.pdf +%{_texdir}/texmf-dist/doc/latex/lgrx/diacritics.tex %{_texdir}/texmf-dist/doc/latex/lgrx/greek-unicode.pdf %{_texdir}/texmf-dist/doc/latex/lgrx/greek-unicode.tex %{_texdir}/texmf-dist/doc/latex/lgrx/greekhyperref.pdf %{_texdir}/texmf-dist/doc/latex/lgrx/greekhyperref.tex %{_texdir}/texmf-dist/doc/latex/lgrx/lgrenc.dfu.html -%{_texdir}/texmf-dist/doc/latex/lgrx/lgrx.pdf -%{_texdir}/texmf-dist/doc/latex/lgrx/lgrx.tex %{_texdir}/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf %{_texdir}/texmf-dist/doc/latex/lgrx/lgrxenc-test.tex %{_texdir}/texmf-dist/doc/latex/lgrx/lgrxenc.def.html -%{_texdir}/texmf-dist/doc/latex/lgrx/lgrxenc.pdf -%{_texdir}/texmf-dist/doc/latex/lgrx/lgrxenc.tex %{_texdir}/texmf-dist/doc/latex/lgrx/textalpha-test.pdf %{_texdir}/texmf-dist/doc/latex/lgrx/textalpha-test.tex %{_texdir}/texmf-dist/doc/latex/lgrx/textalpha.sty.html @@ -290001,50 +299528,6 @@ fi %{_texdir}/texmf-dist/doc/fonts/yannisgr/rgrtestfont.tex %{_texdir}/texmf-dist/doc/fonts/yannisgr/tomakeformat.txt -%files hyphen-greek -%defattr(-,root,root) -%{_texdir}/texmf/tex/generic/hyphen/grmhyph5.tex -%{_texdir}/texmf/tex/generic/hyphen/grphyph5.tex - -%files hyphen-greek-doc -%defattr(-,root,root) -%{_texdir}/texmf/doc/generic/elhyphen/README -%{_texdir}/texmf/doc/generic/elhyphen/anc-test.ltx -%{_texdir}/texmf/doc/generic/elhyphen/anc-test.pdf -%{_texdir}/texmf/doc/generic/elhyphen/ancient.pdf -%{_texdir}/texmf/doc/generic/elhyphen/compound.ltx -%{_texdir}/texmf/doc/generic/elhyphen/compound.pdf -%{_texdir}/texmf/doc/generic/elhyphen/copyrite.txt -%{_texdir}/texmf/doc/generic/elhyphen/modern.pdf - -%files hyphen-ancientgreek -%defattr(-,root,root) -%{_texdir}/texmf/tex/generic/hyphen/grahyph5.tex -%{_texdir}/texmf/tex/generic/hyphen/ibyhyph.tex - -%files collection-langhebrew -%defattr(-,root,root) - -%files collection-langhungarian -%defattr(-,root,root) - -%files magyar-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/magyar/magyar.ldf - -%files hyphen-hungarian -%defattr(-,root,root) -%doc gpl.txt - -%files hyphen-hungarian-doc -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf/doc/generic/huhyphen/huhyphn.pdf -%{_texdir}/texmf/doc/generic/huhyphen/hyph_hu.dic -%{_texdir}/texmf/doc/generic/huhyphen/searchforerrors.rb -%{_texdir}/texmf/doc/generic/huhyphen/testhyphenation.rb - %files collection-langindic %defattr(-,root,root) @@ -290541,6 +300024,14 @@ fi %files collection-langitalian %defattr(-,root,root) +%files fancyhdr-it-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/Makefile +%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/README +%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.pdf +%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.tex + %files fixltxhyph %defattr(-,root,root) %doc lppl1.3.txt @@ -290552,10 +300043,6 @@ fi %{_texdir}/texmf-dist/doc/latex/fixltxhyph/README %{_texdir}/texmf-dist/doc/latex/fixltxhyph/fixltxhyph.pdf -%files hyphen-italian -%defattr(-,root,root) -%doc lgpl2.1.txt - %files frontespizio %defattr(-,root,root) %doc lppl1.txt @@ -290581,6 +300068,10 @@ fi %{_texdir}/texmf-dist/doc/latex/frontespizio/fakelogo.pdf %{_texdir}/texmf-dist/doc/latex/frontespizio/frontespizio.pdf +%files hyphen-italian +%defattr(-,root,root) +%doc lgpl2.1.txt + %files itnumpar %defattr(-,root,root) %doc lppl1.txt @@ -290592,6 +300083,34 @@ fi %{_texdir}/texmf-dist/doc/latex/itnumpar/README %{_texdir}/texmf-dist/doc/latex/itnumpar/itnumpar.pdf +%files l2tabu-italian-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/l2tabu-italian/l2tabuit.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu-italian/l2tabuit.tex + +%files latex4wp-it-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/COME-COMPORRE +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/README +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/dat2tex +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/exa.sty +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/gnuplot.gp +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/gnuplot.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/latex4wp-it.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/latex4wp-it.tex +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/midifile.mid +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.eepic +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.eps +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.fig +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/small.pdf_t +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.epsi +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.pdf +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/tbx.tex +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/xfig.eps +%{_texdir}/texmf-dist/doc/latex/latex4wp-it/xfig.png + %files layaureo %defattr(-,root,root) %doc lppl1.txt @@ -290603,510 +300122,648 @@ fi %{_texdir}/texmf-dist/doc/latex/layaureo/README %{_texdir}/texmf-dist/doc/latex/layaureo/layaureo.pdf -%files collection-langlatin -%defattr(-,root,root) - -%files hyphen-latin -%defattr(-,root,root) -%doc lppl1.txt - -%files collection-langlatvian -%defattr(-,root,root) - -%files hyphen-latvian -%defattr(-,root,root) - -%files collection-langlithuanian -%defattr(-,root,root) - -%files lithuanian -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/lithuanian/latin7x.enc -%{_texdir}/texmf-dist/fonts/map/dvips/lithuanian/l7x-urwvn.map -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagd.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagdo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagk.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uagko.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkd.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkl.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkli.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrro.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvro.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uncri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uplri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmbi.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmr.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-utmri.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm -%{_texdir}/texmf-dist/tex/latex/lithuanian/cp772.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/cp774.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/cp775.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/cpKBL.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/cpRIM.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.dfu -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xenc.sty -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuag.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xubk.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xucr.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuhv.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xunc.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xupl.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xutm.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/l7xuzc.fd -%{_texdir}/texmf-dist/tex/latex/lithuanian/latin7.def -%{_texdir}/texmf-dist/tex/latex/lithuanian/lithuanian.ldf -%{_texdir}/texmf-dist/tex/latex/lithuanian/lithuanian.sty - -%files lithuanian-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lithuanian/COPYING -%{_texdir}/texmf-dist/doc/latex/lithuanian/ChangeLog -%{_texdir}/texmf-dist/doc/latex/lithuanian/Copyright -%{_texdir}/texmf-dist/doc/latex/lithuanian/README.lithuanian -%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7lt.tex -%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.etx -%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.mtx -%{_texdir}/texmf-dist/doc/latex/lithuanian/latin7x.pdf -%{_texdir}/texmf-dist/doc/latex/lithuanian/makeLT.html -%{_texdir}/texmf-dist/doc/latex/lithuanian/makelt.tex -%{_texdir}/texmf-dist/doc/latex/lithuanian/makeltmap.tex -%{_texdir}/texmf-dist/doc/latex/lithuanian/testlt-urw.tex -%{_texdir}/texmf-dist/doc/latex/lithuanian/testlt.tex - -%files hyphen-lithuanian -%defattr(-,root,root) - -%files collection-langmongolian +%files lshort-italian-doc %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/lshort-italian/CHANGES +%{_texdir}/texmf-dist/doc/latex/lshort-italian/MANIFEST +%{_texdir}/texmf-dist/doc/latex/lshort-italian/Makefile +%{_texdir}/texmf-dist/doc/latex/lshort-italian/README +%{_texdir}/texmf-dist/doc/latex/lshort-italian/TRANSLATIONS +%{_texdir}/texmf-dist/doc/latex/lshort-italian/fixdate.pl +%{_texdir}/texmf-dist/doc/latex/lshort-italian/itlshort.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-italian/src.zip -%files hyphen-mongolian +%files psfrag-italian-doc %defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/psfrag-italian/itpfgguide.pdf +%{_texdir}/texmf-dist/doc/latex/psfrag-italian/itpfgguide.tex -%files mongolian-babel +%files texlive-it-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mn.def -%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mongolian.ldf -%{_texdir}/texmf-dist/tex/latex/mongolian-babel/mongolian.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-it/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-it/texlive-it.html +%{_texdir}/texmf-dist/doc/texlive/texlive-it/texlive-it.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-it/texlive-it.tex -%files mongolian-babel-doc +%files collection-langother %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mongolian-babel/README -%{_texdir}/texmf-dist/doc/latex/mongolian-babel/mongolian.pdf -%files montex +%files ctib %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/montex/mongolian.map -%{_texdir}/texmf-dist/fonts/source/public/montex/bcghsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcghsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcghwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcghwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bcgvwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bicighb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bicighm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bicigvb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bicigvm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthhsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthhsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthhwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthhwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthvsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthvsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthvwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bthvwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxghsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxghsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxghwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxghwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvsb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvsm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvwb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/bxgvwm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorec.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorei.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmorel.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/cyrmoreu.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmb10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx5.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx6.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx7.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbx9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbxsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmbxti10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmcsc9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmdunh10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmff10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmfi10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmfib8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kminch.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmitt10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr17.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr5.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr6.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr7.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmr9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmsl9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmsltt10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmss10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmss12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmss17.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmss8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmss9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssbx10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssdc10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi17.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssi9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssq8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmssqi8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmtcsc10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmti10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmti12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmti7.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmti8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmti9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt12.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt8.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmtt9.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmu10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmvtt10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/kmvtti10.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/lmligs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/macodes.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/maglyphs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mantrlig.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbatoms.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbcodes.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbglyphs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbligtbl.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbnums.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbparmb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbparmm.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbparms.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mbpunc.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcccscco.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mccoding.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mctextit.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyccsc.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyitall.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrill.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrl.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrligs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyrsymb.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcyru.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mcytitle.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mlscodes.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mocodes.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/moglyphs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/montrlig.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mxcodes.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mxglyphs.mf -%{_texdir}/texmf-dist/fonts/source/public/montex/mxntrlig.mf -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcghwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bcgvwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicighb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicighm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicigvb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bicigvm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthhwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bthvwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxghwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvsb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvsm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvwb.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/bxgvwm.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmcsc9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmdunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmff10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmfi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmfib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kminch.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmtt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/public/montex/kmvtti10.tfm -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcghwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bcgvwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bicighb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bicighm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bicigvb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bicigvm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthhwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bthvwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxghwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvsb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvsm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvwb.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/bxgvwm.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/kmbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/kmr10.pfb -%{_texdir}/texmf-dist/fonts/type1/public/montex/kmss10.pfb -%{_texdir}/texmf-dist/tex/latex/montex/bicig.def -%{_texdir}/texmf-dist/tex/latex/montex/bithe.def -%{_texdir}/texmf-dist/tex/latex/montex/buryat.def -%{_texdir}/texmf-dist/tex/latex/montex/cpctt.def -%{_texdir}/texmf-dist/tex/latex/montex/cpdbk.def -%{_texdir}/texmf-dist/tex/latex/montex/cpibmrus.def -%{_texdir}/texmf-dist/tex/latex/montex/cpkoi.def -%{_texdir}/texmf-dist/tex/latex/montex/cpmls.def -%{_texdir}/texmf-dist/tex/latex/montex/cpmnk.def -%{_texdir}/texmf-dist/tex/latex/montex/cpmos.def -%{_texdir}/texmf-dist/tex/latex/montex/cpncc.def -%{_texdir}/texmf-dist/tex/latex/montex/english.def -%{_texdir}/texmf-dist/tex/latex/montex/kazakh.def -%{_texdir}/texmf-dist/tex/latex/montex/lmabthhs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmabthhw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmabthvs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmabthvw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmaenc.def -%{_texdir}/texmf-dist/tex/latex/montex/lmccmdh.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmfib.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmfr.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmiss.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmr.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmss.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmssq.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmtt.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmccmvtt.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmcenc.def -%{_texdir}/texmf-dist/tex/latex/montex/lmclcmss.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmobcghs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmobcghw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmobcgvs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmobcgvw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmoenc.def -%{_texdir}/texmf-dist/tex/latex/montex/lmsbcgh.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmsbcgv.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmsenc.def -%{_texdir}/texmf-dist/tex/latex/montex/lmubxghs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmubxghw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmubxgvs.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmubxgvw.fd -%{_texdir}/texmf-dist/tex/latex/montex/lmuenc.def -%{_texdir}/texmf-dist/tex/latex/montex/mls.sty -%{_texdir}/texmf-dist/tex/latex/montex/mlsgalig.tex -%{_texdir}/texmf-dist/tex/latex/montex/mlstrans.tex -%{_texdir}/texmf-dist/tex/latex/montex/mnhyphex.tex -%{_texdir}/texmf-dist/tex/latex/montex/rlbicig.sty -%{_texdir}/texmf-dist/tex/latex/montex/russian.def -%{_texdir}/texmf-dist/tex/latex/montex/xalx.def +%{_texdir}/texmf-dist/fonts/source/public/ctib/bzrsetup.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctib.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibcode.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctiblett.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibligs.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibnum.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibpunc.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibsplt.mf +%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibvow.mf +%{_texdir}/texmf-dist/fonts/tfm/public/ctib/ctib.tfm +%{_texdir}/texmf-dist/tex/latex/ctib/ctib.sty +%{_texdir}/texmf-dist/tex/latex/ctib/ctib.tex +%{_texdir}/texmf-dist/tex/latex/ctib/lctctib.fd +%{_texdir}/texmf-dist/tex/latex/ctib/lctenc.def -%files montex-doc +%files ctib-doc %defattr(-,root,root) %doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/montex/00README -%{_texdir}/texmf-dist/doc/latex/montex/00readme.mfinput.km -%{_texdir}/texmf-dist/doc/latex/montex/ANNOUNCE -%{_texdir}/texmf-dist/doc/latex/montex/EMTEX -%{_texdir}/texmf-dist/doc/latex/montex/HISTORY -%{_texdir}/texmf-dist/doc/latex/montex/INSTALL -%{_texdir}/texmf-dist/doc/latex/montex/MIKTEX -%{_texdir}/texmf-dist/doc/latex/montex/TODO -%{_texdir}/texmf-dist/doc/latex/montex/UPDATE -%{_texdir}/texmf-dist/doc/latex/montex/cyrename.pl -%{_texdir}/texmf-dist/doc/latex/montex/fontlist.tex -%{_texdir}/texmf-dist/doc/latex/montex/mkmlsmf.pl -%{_texdir}/texmf-dist/doc/latex/montex/mls-diag.tex -%{_texdir}/texmf-dist/doc/latex/montex/mlsquick.pdf -%{_texdir}/texmf-dist/doc/latex/montex/mlsquick.tex -%{_texdir}/texmf-dist/doc/latex/montex/mnhyphen.tex -%{_texdir}/texmf-dist/doc/latex/montex/montex.pdf -%{_texdir}/texmf-dist/doc/latex/montex/montex.tex -%{_texdir}/texmf-dist/doc/latex/montex/montex.xml -%{_texdir}/texmf-dist/doc/latex/montex/mtdocmac.tex -%{_texdir}/texmf-dist/doc/latex/montex/testfont.input -%{_texdir}/texmf-dist/doc/latex/montex/testfont.sh -%{_texdir}/texmf-dist/doc/latex/montex/zanabazr.pdf -%{_texdir}/texmf-dist/doc/latex/montex/zanabazr.tex -%{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe/testfont.input -%{_texdir}/texmf-dist/doc/latex/montex/mfinput/bithe/testfont.sh - -%files collection-langnorwegian -%defattr(-,root,root) - -%files hyphen-norwegian -%defattr(-,root,root) - -%files collection-langother -%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/ctib/README +%{_texdir}/texmf-dist/doc/latex/ctib/ctib4tex.pdf +%{_texdir}/texmf-dist/doc/latex/ctib/ctib4tex.tex %files hyphen-afrikaans %defattr(-,root,root) -%files hyphen-armenian -%defattr(-,root,root) - %files hyphen-coptic %defattr(-,root,root) %files hyphen-esperanto %defattr(-,root,root) -%files hyphen-estonian -%defattr(-,root,root) - -%files hyphen-friulan +%files hyphen-georgian %defattr(-,root,root) -%files hyphen-icelandic -%defattr(-,root,root) -%doc lppl1.txt - %files hyphen-indonesian %defattr(-,root,root) %files hyphen-interlingua %defattr(-,root,root) -%files hyphen-irish -%defattr(-,root,root) - -%files hyphen-kurmanji +%files hyphen-thai %defattr(-,root,root) -%files hyphen-piedmontese -%defattr(-,root,root) - -%files hyphen-romanian -%defattr(-,root,root) - -%files hyphen-romansh +%files hyphen-turkmen %defattr(-,root,root) -%files hyphen-serbian +%files lshort-thai-doc %defattr(-,root,root) -%doc gpl.txt +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-thai/lsh132.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-thai/lsh132.zip +%{_texdir}/texmf-dist/doc/latex/lshort-thai/readme -%files hyphen-slovenian +%files lshort-vietnamese-doc %defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/README +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/lshort-vi.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/LocalVariables +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/Makefile +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/README.txt +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/abbr.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-print-vi.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.sty +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/tiengviet.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/src/typeset.tex -%files hyphen-turkish +%files ntheorem-vn-doc %defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/COPYING +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/FILELIST +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/README +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/test.pdf +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/test.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/Makefile +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/README.src +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/TODO +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/endmarks.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/example.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/help.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/interference.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/intro.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/license.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/ntheorem-doc-vn.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/preamble.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/thanks.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/title-abstract.tex +%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/src/user-interface.tex -%files hyphen-uppersorbian +%files vntex %defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchbi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchri8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/grotesqvn/ugqb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/fplrc8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagd8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagdo8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagk8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagko8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkd8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkdi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkl8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkli8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrbo8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrro8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvbo8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvro8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncbi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncri8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplbi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplri8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmbi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmri8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uzcmi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putb8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putbi8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putr8v.afm +%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putri8v.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/vntex/t5.enc +%{_texdir}/texmf-dist/fonts/enc/pdftex/vntex/t5d.enc +%{_texdir}/texmf-dist/fonts/enc/pdftex/vntex/t5uni.enc +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/arevvn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/chartervn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/cmbrightvn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/concretevn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/grotesqvn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/txttvn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/urwvn.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vnrother.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vnrtext.map +%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vntopia.map +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnaccent.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnacomp.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnb10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbase.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx5.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx6.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx7.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbxsl10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbxti10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncligtb.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncode.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncombac.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncsc.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncsc10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vndothook.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vndunh10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnecomp.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnff10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnfi10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnfib8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vniligtb.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnitt10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlacc.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlai.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlar.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnldi.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnldr.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlei.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnler.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlii.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlir.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnloi.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlor.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlui.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlur.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlyi.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlyr.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnminus.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnmligtb.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnocomp.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr17.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr5.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr6.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr7.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnrligtb.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnrm.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnroman.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsltt10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss17.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssbx10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssdc10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi17.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssq8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssqi8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntcsc10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntextit.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti7.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt12.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt8.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt9.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnu10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuar.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnucomp.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnudr.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuer.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuir.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuor.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuur.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuyr.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnvtt10.mf +%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnycomp.mf +%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vncccsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbtt8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbttsc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbttsl8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txtt8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txttsc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txttsl8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/fplrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagd8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagdc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagdo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagk8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagkc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagko8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkd8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkl8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubklc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkli8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubklo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmro8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uzcmi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnb10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx5.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx6.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx7.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbxsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbxti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vncsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vndunh10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnff10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnfi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnfib8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnitt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr17.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr5.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr6.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr7.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsltt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss17.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssbx10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssdc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi17.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssq8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssqi8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntcsc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti7.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt12.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt8.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt9.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnu10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnvtt10.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putb8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbi8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbo8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putr8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putrc8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putri8v.tfm +%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putro8v.tfm +%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchbi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchri8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcrete8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/grotesqvn/ugqb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txbtt8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txbttsc8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txtt8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txttsc8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/fplrc8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagd8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagdo8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagk8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagko8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkd8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkdi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkl8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkli8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrbo8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrro8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvbo8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvro8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncbi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncri8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplbi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplri8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmbi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmri8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uzcmi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnb10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx6.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx7.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbxsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbxti10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vncsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vndunh10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnff10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnfi10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnfib8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnitt10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr17.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr5.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr6.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr7.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsltt10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss17.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssbx10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssdc10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi17.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssq8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssqi8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntcsc10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti7.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt12.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt8.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt9.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnu10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnvtt10.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putb8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putbi8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putr8v.pfb +%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putri8v.pfb +%{_texdir}/texmf-dist/fonts/vf/vntex/chartervn/bchbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/chartervn/bchrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uagdc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uagkc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ubkdc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ubklc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ucrbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ucrrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uhvbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uhvrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uncbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uncrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uplbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uplrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/utmbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/utmrc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/vntopia/putbc8v.vf +%{_texdir}/texmf-dist/fonts/vf/vntex/vntopia/putrc8v.vf +%{_texdir}/texmf-dist/tex/latex/vntex/dblaccnt.sty +%{_texdir}/texmf-dist/tex/latex/vntex/mcviscii.def +%{_texdir}/texmf-dist/tex/latex/vntex/pd1supp.def +%{_texdir}/texmf-dist/tex/latex/vntex/swpvntex.sty +%{_texdir}/texmf-dist/tex/latex/vntex/t5bch.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ccr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmbr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmdh.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmfib.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmfr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmss.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmssq.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmtl.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmtt.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5cmvtt.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5enc.def +%{_texdir}/texmf-dist/tex/latex/vntex/t5enc.dfu +%{_texdir}/texmf-dist/tex/latex/vntex/t5fav.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5fnc.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5fpl.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5futs.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5mak.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5mdbch.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5mdput.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5mdugm.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5pag.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5pbk.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5pcr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5phv.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5pnc.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ppl.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ptm.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ptmom.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5put.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5pxr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5txr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5txtt.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5uag.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ubk.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ucr.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5ugq.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5uhv.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5unc.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5upl.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5utm.fd +%{_texdir}/texmf-dist/tex/latex/vntex/t5uzcm.fd +%{_texdir}/texmf-dist/tex/latex/vntex/tcvn.def +%{_texdir}/texmf-dist/tex/latex/vntex/varioref-vi.sty +%{_texdir}/texmf-dist/tex/latex/vntex/vietnam.sty +%{_texdir}/texmf-dist/tex/latex/vntex/viscii.def +%{_texdir}/texmf-dist/tex/latex/vntex/vncaps.tex +%{_texdir}/texmf-dist/tex/latex/vntex/vntex.sty +%{_texdir}/texmf-dist/tex/latex/vntex/vps.def +%{_texdir}/texmf-dist/tex/plain/vntex/dblaccnt.tex +%{_texdir}/texmf-dist/tex/plain/vntex/t5code.tex +%{_texdir}/texmf-dist/tex/plain/vntex/vntexinfo.tex -%files hyphen-welsh +%files vntex-doc %defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/vntex/INSTALL +%{_texdir}/texmf-dist/doc/generic/vntex/ReleaseNotes.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vn-fonts-print.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vn-fonts.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vn-min-print.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vn-min.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vntex-man-print.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vntex-man.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vntex-print.pdf +%{_texdir}/texmf-dist/doc/generic/vntex/vntex-update-maps +%{_texdir}/texmf-dist/doc/generic/vntex/vntex.pdf %files collection-langpolish %defattr(-,root,root) @@ -291160,6 +300817,17 @@ fi %{_texdir}/texmf-dist/doc/support/gustprog/porzadki.pl %{_texdir}/texmf-dist/doc/support/gustprog/slim.zip +%files hyphen-polish +%defattr(-,root,root) +%doc knuth.txt + +%files lshort-polish-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-polish/README +%{_texdir}/texmf-dist/doc/latex/lshort-polish/lshort2e.pdf +%{_texdir}/texmf-dist/doc/latex/lshort-polish/src.zip + %files mex %defattr(-,root,root) %doc pd.txt @@ -291614,10 +301282,6 @@ fi %{_texdir}/texmf-dist/doc/fonts/pl/README.POL %{_texdir}/texmf-dist/doc/fonts/pl/plsample.tex -%files hyphen-polish -%defattr(-,root,root) -%doc knuth.txt - %files mex-bin %defattr(-,root,root) %doc pd.txt @@ -291785,6 +301449,470 @@ fi %{_texdir}/texmf-dist/doc/generic/tap/tapxamp1.tex %{_texdir}/texmf-dist/doc/generic/tap/tapxamp2.tex +%files tex-virtual-academy-pl-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/TeX-pub.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/cototex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/index.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/manifest.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/cont-ins.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/context.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/context/tytuly.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/back.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/font-abc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/fonts_inst.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/index.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/nfss.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-info.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table1.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table2.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/tpstyle.css +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/artykul.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/context.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/cop.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/grupa.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gust.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gustloge.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/indexowanie.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/latex2e.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew-7vs.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/mail.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/podpis.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/prog.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/tex.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/texologia.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/gify/wa.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/day.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/dies.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/fig1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/flags.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/id.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/index.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/jedn.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lang.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lower.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mil.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mon.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/name.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/order.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/plmindex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/porzadek.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/program.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/setki.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/spec.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tex-idx.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/toascii.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/typy.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tys.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/upper.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/hist.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/tex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/latex2e.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/klopoty.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/list.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/lista_p.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/porzadek.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/standard.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttab.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttable.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/BAhhline.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accent.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accents.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/afterpage.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/alltt.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/arabic.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/array.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/balance.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm6.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbma.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbmb.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk3.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk4.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk5.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk6.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk7.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk8.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk9.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blkarray.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bm.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bophook.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxedminipage.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxm.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/capt-of.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption2.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccapt1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccaption.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/changebar.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cite.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/colortbl.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cute1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cuted.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblcol.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblfnote.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dcolumn.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq10.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq11.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq12.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq13.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq14.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq15.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq6.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq7.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq8.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq9.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/diam.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dow.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/drftcite.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropp1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropping.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn10.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn11.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn12.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn13.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn14.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn15.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn16.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn17.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn3.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn4.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn5.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn6.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn7.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn8.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn9.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/endfloat.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enum.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumerate.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumitem.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/epsfig.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/everyship.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/expdlist.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/exscale.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extmath.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extramarks.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb6.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb7.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb8.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancybox.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyhdr.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyheading.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/filecontents.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flafter.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/float.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatflt.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatpag.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fltpage.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flushend.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fn2end.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpos.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footnpag.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fp.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ftnright.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geometry.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphicx.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphpaper.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp6.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp7.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp8.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harpoon.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/heart.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/here.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hyperref.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/indentfirst.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/index.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/labeldeb.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lastpage.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lcg.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/legend.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letter.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letterspace.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/listpart.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/localloc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/longtable.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lscape.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lt1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltablex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltabptch.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltxtable.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro_t.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/minitoc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moje_typy.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moreverb.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mparhack.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot2.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multicol.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mycss.css +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/num.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/numprint.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/nut.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldst1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldstyle.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oubraces.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pdfscreen.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pfnote.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/plain.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/printtim.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pstcol.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/q1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/qobitree.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ragged2e.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/regcount.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/relsize.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/remreset.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotate.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotating.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotbox.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/selectpage.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadepar.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadetheorem.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadow.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shapepar.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shedbox.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shortvrb.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/showkeys.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sidecap.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/squa.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stmaryrd.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sube1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqna.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfig.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfloat.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subscript.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/supertabular.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_n.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_w.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/threeparttable.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/time.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/umoline.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde-1.png +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/url.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbatim.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbdef.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/version.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vfrlocal.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vmargin.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrbexin.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrflocal.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wiggly.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wmcropmark.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapf.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapfig.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xr.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xtab.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina/pagina.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/chap.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_chap.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_sec.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/chapter.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/count.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/num.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/part.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/poziom.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/s.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/sect.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tca.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/cont-pl.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/emtex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/implementacje.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/index.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/inst-mik.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/latex-pl.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/mex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/miktex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/spw.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/tetex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/web2c.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-0wst1.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1coto.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1kazio.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1przyg.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1zece.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/bib.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/spis.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/tex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/title.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/auctex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvidvi.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro1.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro2.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/hyph.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/prog.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/fermat.gif +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/odsylacze.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex_key.html +%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tryby.html + +%files texlive-pl-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/Makefile +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/live4ht.cfg +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/tex-live.css +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/tex-livep.sty +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/texlive-pl.css +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/texlive-pl.html +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/texlive-pl.pdf +%{_texdir}/texmf-dist/doc/texlive/texlive-pl/texlive-pl.tex + %files utf8mex %defattr(-,root,root) %{_texdir}/texmf-dist/tex/mex/utf8mex/utf8-pl.tex @@ -291807,677 +301935,153 @@ fi %files collection-langportuguese %defattr(-,root,root) -%files ordinalpt -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ordinalpt/ordinalpt.sty - -%files ordinalpt-doc +%files cursolatex-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ordinalpt/README -%{_texdir}/texmf-dist/doc/latex/ordinalpt/ordinalpt.pdf +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/cursolatex/MiKTeX-Basic.png +%{_texdir}/texmf-dist/doc/latex/cursolatex/MiKTeX-Complete.png +%{_texdir}/texmf-dist/doc/latex/cursolatex/Musica.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/README +%{_texdir}/texmf-dist/doc/latex/cursolatex/TeXShopPNG.png +%{_texdir}/texmf-dist/doc/latex/cursolatex/TeXworksPDF.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/WinEdt.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.nav +%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.snm +%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.tex +%{_texdir}/texmf-dist/doc/latex/cursolatex/cursolatex.vrb +%{_texdir}/texmf-dist/doc/latex/cursolatex/emacs.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/integral.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/tabuleiro.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/texmaker.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/texniccenter.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/texstudio.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/tipografia.pdf +%{_texdir}/texmf-dist/doc/latex/cursolatex/ubuntu.pdf %files hyphen-portuguese %defattr(-,root,root) -%files collection-langspanish -%defattr(-,root,root) - -%files hyphen-spanish +%files latexcheat-ptbr-doc %defattr(-,root,root) %doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/README-ptbr +%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf +%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.tex -%files hyphen-catalan -%defattr(-,root,root) - -%files hyphen-galician +%files lshort-portuguese-doc %defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/lshort-portuguese/pt-lshort-5.01.0.src.tar.gz +%{_texdir}/texmf-dist/doc/latex/lshort-portuguese/pt-lshort.pdf -%files spanish-doc +%files ordinalpt %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/spanish/README -%{_texdir}/texmf-dist/doc/latex/spanish/romanidx.sty -%{_texdir}/texmf-dist/doc/latex/spanish/spanish.ldf -%{_texdir}/texmf-dist/doc/latex/spanish/spanish.pdf -%{_texdir}/texmf-dist/doc/latex/spanish/spanish2.html +%{_texdir}/texmf-dist/tex/latex/ordinalpt/ordinalpt.sty -%files spanish-mx +%files ordinalpt-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/spanish-mx/esmx.cfg -%{_texdir}/texmf-dist/tex/latex/spanish-mx/spanishmx.ldf -%{_texdir}/texmf-dist/tex/latex/spanish-mx/spanishmx.sty +%{_texdir}/texmf-dist/doc/latex/ordinalpt/README +%{_texdir}/texmf-dist/doc/latex/ordinalpt/ordinalpt.pdf -%files spanish-mx-doc +%files xypic-tut-pt-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/spanish-mx/README +%doc gpl.txt +%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/README +%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/grafico.eps +%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/xypic-tutorial.pdf +%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/xypictutorial.tex -%files collection-langswedish +%files collection-langspanish %defattr(-,root,root) -%files swebib +%files es-tex-faq-doc %defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/bibtex/bst/swebib/sweabbrv.bst -%{_texdir}/texmf-dist/bibtex/bst/swebib/swealpha.bst -%{_texdir}/texmf-dist/bibtex/bst/swebib/sweplain.bst -%{_texdir}/texmf-dist/bibtex/bst/swebib/sweplnat.bst -%{_texdir}/texmf-dist/bibtex/bst/swebib/sweunsrt.bst +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.html +%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.latin1 +%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf +%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.sgml +%{_texdir}/texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.tex -%files swebib-doc +%files hyphen-catalan %defattr(-,root,root) -%doc lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/swebib/README -%files hyphen-swedish +%files hyphen-galician %defattr(-,root,root) -%files collection-langtibetan +%files hyphen-spanish %defattr(-,root,root) +%doc lppl1.txt -%files ctib +%files l2tabu-spanish-doc %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/ctib/bzrsetup.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctib.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibcode.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctiblett.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibligs.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibnum.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibpunc.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibsplt.mf -%{_texdir}/texmf-dist/fonts/source/public/ctib/ctibvow.mf -%{_texdir}/texmf-dist/fonts/tfm/public/ctib/ctib.tfm -%{_texdir}/texmf-dist/tex/latex/ctib/ctib.sty -%{_texdir}/texmf-dist/tex/latex/ctib/ctib.tex -%{_texdir}/texmf-dist/tex/latex/ctib/lctctib.fd -%{_texdir}/texmf-dist/tex/latex/ctib/lctenc.def +%doc pd.txt +%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/README +%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/l2tabues.pdf +%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/l2tabues.tex -%files ctib-doc +%files latex2e-help-texinfo-spanish %defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/doc/latex/ctib/README -%{_texdir}/texmf-dist/doc/latex/ctib/ctib4tex.pdf -%{_texdir}/texmf-dist/doc/latex/ctib/ctib4tex.tex +%{_infodir}/latex2e-es.info* -%files otibet +%files latex2e-help-texinfo-spanish-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/ofm/public/otibet/otibetan.ofm -%{_texdir}/texmf-dist/fonts/ovf/public/otibet/otibetan.ovf -%{_texdir}/texmf-dist/fonts/ovp/public/otibet/otibetan.ovp -%{_texdir}/texmf-dist/fonts/source/public/otibet/bzrsetup.mf -%{_texdir}/texmf-dist/fonts/source/public/otibet/tibetan.mf -%{_texdir}/texmf-dist/fonts/tfm/public/otibet/tibetan.tfm -%{_texdir}/texmf-dist/omega/ocp/otibet/tibadjusttsheg.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibinunicode.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibinwylie.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibout.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibspecial.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibuniuni.ocp -%{_texdir}/texmf-dist/omega/ocp/otibet/tibvowel.ocp -%{_texdir}/texmf-dist/omega/otp/otibet/tibadjusttsheg.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibetan-mule2uni-old.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibetan-mule2uni.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibinunicode.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibinwylie.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibout.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibshow.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibspecial.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibuniuni.otp -%{_texdir}/texmf-dist/omega/otp/otibet/tibvowel.otp -%{_texdir}/texmf-dist/tex/latex/otibet/ot1tib.fd -%{_texdir}/texmf-dist/tex/latex/otibet/otibet.sty -%{_texdir}/texmf-dist/tex/latex/otibet/otibet.tex -%{_texdir}/texmf-dist/tex/latex/otibet/t1tib.fd +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt +%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml -%files otibet-doc +%files latexcheat-esmx-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/otibet/README -%{_texdir}/texmf-dist/doc/latex/otibet/allbasic-mule.tex -%{_texdir}/texmf-dist/doc/latex/otibet/allbasic.dvi -%{_texdir}/texmf-dist/doc/latex/otibet/allbasic.tex -%{_texdir}/texmf-dist/doc/latex/otibet/otibet-mule.tex -%{_texdir}/texmf-dist/doc/latex/otibet/testtib.tex -%{_texdir}/texmf-dist/doc/latex/otibet/tiblatex.dvi -%{_texdir}/texmf-dist/doc/latex/otibet/tiblatex.tex -%{_texdir}/texmf-dist/doc/latex/otibet/unidoc.dvi -%{_texdir}/texmf-dist/doc/latex/otibet/unidoc.tex -%{_texdir}/texmf-dist/doc/latex/otibet/yugpacan.dvi -%{_texdir}/texmf-dist/doc/latex/otibet/yugpacan.tex +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/README +%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/latexsheet-esmx.pdf +%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/latexsheet-esmx.tex -%files collection-langturkmen +%files lshort-spanish-doc %defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/CAMBIOS +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.latin1 +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.utf8 +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/MANIFEST +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/Makefile +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/fixdate.pl +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/biblio.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/contrib.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/custom.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/fancyhea.sty +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/graphic.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-a4.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-a5.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-base.ltx +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort-letter.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lshort.sty +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/lssym.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/math.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/mylayout.sty +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/overview.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/spec.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/things.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/title.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/fuente/src/typeset.tex +%{_texdir}/texmf-dist/doc/latex/lshort-spanish/lshort-a4.pdf -%files turkmen +%files spanish-mx %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/turkmen/turkmen.ldf +%{_texdir}/texmf-dist/tex/latex/spanish-mx/esmx.cfg +%{_texdir}/texmf-dist/tex/latex/spanish-mx/spanishmx.ldf +%{_texdir}/texmf-dist/tex/latex/spanish-mx/spanishmx.sty -%files turkmen-doc +%files spanish-mx-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/turkmen/README -%{_texdir}/texmf-dist/doc/latex/turkmen/turkmen.pdf - -%files hyphen-turkmen -%defattr(-,root,root) - -%files collection-langvietnamese -%defattr(-,root,root) - -%files vntex -%defattr(-,root,root) -%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchbi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/chartervn/bchri8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/grotesqvn/ugqb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/fplrc8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagd8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagdo8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagk8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uagko8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkd8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkdi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkl8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ubkli8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrbo8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/ucrro8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvbo8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uhvro8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncbi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uncri8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplbi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uplri8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmbi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/utmri8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/urwvn/uzcmi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putb8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putbi8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putr8v.afm -%{_texdir}/texmf-dist/fonts/afm/vntex/vntopia/putri8v.afm -%{_texdir}/texmf-dist/fonts/enc/dvips/vntex/t5.enc -%{_texdir}/texmf-dist/fonts/enc/pdftex/vntex/t5d.enc -%{_texdir}/texmf-dist/fonts/enc/pdftex/vntex/t5uni.enc -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/arevvn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/chartervn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/cmbrightvn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/concretevn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/grotesqvn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/txttvn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/urwvn.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vnrother.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vnrtext.map -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/vntopia.map -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnaccent.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnacomp.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnb10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbase.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx5.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx6.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx7.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbx9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbxsl10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnbxti10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncligtb.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncode.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncombac.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncsc.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vncsc10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vndothook.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vndunh10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnecomp.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnff10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnfi10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnfib8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vniligtb.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnitt10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlacc.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlai.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlar.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnldi.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnldr.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlei.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnler.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlii.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlir.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnloi.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlor.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlui.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlur.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlyi.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnlyr.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnminus.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnmligtb.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnocomp.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr17.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr5.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr6.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr7.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnr9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnrligtb.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnrm.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnroman.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsl9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnsltt10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss17.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnss9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssbx10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssdc10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi17.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssi9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssq8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnssqi8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntcsc10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntextit.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti7.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnti9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt12.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt8.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vntt9.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnu10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuar.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnucomp.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnudr.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuer.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuir.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuor.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuur.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnuyr.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnvtt10.mf -%{_texdir}/texmf-dist/fonts/source/vntex/vnr/vnycomp.mf -%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/arevvn/favri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/chartervn/bchro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vncccsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/concretevn/vnccti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbtt8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbttsc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txbttsl8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txtt8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txttsc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/txttvn/txttsl8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/fplrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagd8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagdc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagdo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagk8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagkc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uagko8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkd8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkdo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkl8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubklc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubkli8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ubklo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/ucrro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uhvro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uncro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uplro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/utmro8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/urwvn/uzcmi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnb10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx5.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx6.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx7.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbx9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbxsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnbxti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vncsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vndunh10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnff10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnfi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnfib8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnitt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr17.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr5.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr6.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr7.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnr9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsl9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnsltt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss17.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnss9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssbx10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssdc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi17.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssi9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssq8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnssqi8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntcsc10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti7.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnti9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt12.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt8.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vntt9.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnu10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vnr/vnvtt10.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putb8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbi8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putbo8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putr8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putrc8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putri8v.tfm -%{_texdir}/texmf-dist/fonts/tfm/vntex/vntopia/putro8v.tfm -%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchbi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/chartervn/bchri8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcrete8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/grotesqvn/ugqb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txbtt8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txbttsc8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txtt8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/txttvn/txttsc8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/fplrc8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagd8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagdo8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagk8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uagko8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkd8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkdi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkl8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ubkli8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrbo8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/ucrro8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvbo8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uhvro8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncbi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uncri8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplbi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uplri8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmbi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/utmri8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/urwvn/uzcmi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnb10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx6.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx7.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbx9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbxsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnbxti10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vncsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vndunh10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnff10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnfi10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnfib8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnitt10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr17.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr5.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr6.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr7.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnr9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsl9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnsltt10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss17.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnss9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssbx10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssdc10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi17.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssi9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssq8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnssqi8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntcsc10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti7.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnti9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt12.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt8.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vntt9.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnu10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vnr/vnvtt10.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putb8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putbi8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putr8v.pfb -%{_texdir}/texmf-dist/fonts/type1/vntex/vntopia/putri8v.pfb -%{_texdir}/texmf-dist/fonts/vf/vntex/chartervn/bchbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/chartervn/bchrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uagdc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uagkc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ubkdc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ubklc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ucrbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/ucrrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uhvbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uhvrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uncbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uncrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uplbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/uplrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/utmbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/urwvn/utmrc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/vntopia/putbc8v.vf -%{_texdir}/texmf-dist/fonts/vf/vntex/vntopia/putrc8v.vf -%{_texdir}/texmf-dist/tex/latex/vntex/dblaccnt.sty -%{_texdir}/texmf-dist/tex/latex/vntex/mcviscii.def -%{_texdir}/texmf-dist/tex/latex/vntex/pd1supp.def -%{_texdir}/texmf-dist/tex/latex/vntex/swpvntex.sty -%{_texdir}/texmf-dist/tex/latex/vntex/t5bch.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ccr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmbr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmdh.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmfib.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmfr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmss.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmssq.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmtl.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmtt.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5cmvtt.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5enc.def -%{_texdir}/texmf-dist/tex/latex/vntex/t5enc.dfu -%{_texdir}/texmf-dist/tex/latex/vntex/t5fav.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5fnc.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5fpl.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5futs.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5mak.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5mdbch.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5mdput.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5mdugm.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5pag.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5pbk.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5pcr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5phv.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5pnc.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ppl.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ptm.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ptmom.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5put.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5pxr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5txr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5txtt.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5uag.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ubk.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ucr.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5ugq.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5uhv.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5unc.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5upl.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5utm.fd -%{_texdir}/texmf-dist/tex/latex/vntex/t5uzcm.fd -%{_texdir}/texmf-dist/tex/latex/vntex/tcvn.def -%{_texdir}/texmf-dist/tex/latex/vntex/varioref-vi.sty -%{_texdir}/texmf-dist/tex/latex/vntex/vietnam.ldf -%{_texdir}/texmf-dist/tex/latex/vntex/vietnam.sty -%{_texdir}/texmf-dist/tex/latex/vntex/vietnamese.ldf -%{_texdir}/texmf-dist/tex/latex/vntex/viscii.def -%{_texdir}/texmf-dist/tex/latex/vntex/vncaps.tex -%{_texdir}/texmf-dist/tex/latex/vntex/vntex.sty -%{_texdir}/texmf-dist/tex/latex/vntex/vps.def -%{_texdir}/texmf-dist/tex/plain/vntex/dblaccnt.tex -%{_texdir}/texmf-dist/tex/plain/vntex/t5code.tex -%{_texdir}/texmf-dist/tex/plain/vntex/vntexinfo.tex - -%files vntex-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/generic/vntex/INSTALL -%{_texdir}/texmf-dist/doc/generic/vntex/ReleaseNotes.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vn-fonts-print.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vn-fonts.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vn-min-print.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vn-min.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vntex-man-print.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vntex-man.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vntex-print.pdf -%{_texdir}/texmf-dist/doc/generic/vntex/vntex-update-maps -%{_texdir}/texmf-dist/doc/generic/vntex/vntex.pdf +%{_texdir}/texmf-dist/doc/latex/spanish-mx/README %files collection-latexextra %defattr(-,root,root) @@ -292667,6 +302271,73 @@ fi %{_texdir}/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf %{_texdir}/texmf-dist/doc/latex/fontspec/fontspec.pdf +%files l3kernel +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/makeindex/l3kernel/l3doc.ist +%{_texdir}/texmf-dist/tex/latex/l3kernel/expl3.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3basics.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3box.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3candidates.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3clist.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3coffins.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3color.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3doc.cls +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3docstrip.tex +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3dvipdfmx.def +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3dvips.def +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3expan.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3file.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3fp.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3int.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3keys.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3luatex.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3msg.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3names.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3pdfmode.def +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3prg.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3prop.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3quark.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3seq.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3skip.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3tl.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3token.sty +%{_texdir}/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def + +%files l3kernel-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/l3kernel/README +%{_texdir}/texmf-dist/doc/latex/l3kernel/expl3.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.tex +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.tex +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex +%{_texdir}/texmf-dist/doc/latex/l3kernel/source3.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/source3.tex +%{_texdir}/texmf-dist/doc/latex/l3kernel/source3body.tex + +%files l3packages +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +%{_texdir}/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty +%{_texdir}/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +%{_texdir}/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty + +%files l3packages-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/l3packages/README +%{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf +%{_texdir}/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf +%{_texdir}/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf +%{_texdir}/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf + %files fp %defattr(-,root,root) %doc lppl1.txt @@ -292817,73 +302488,6 @@ fi %{_texdir}/texmf-dist/tex/latex/koma-script/typearea.sty %{_texdir}/texmf-dist/tex/latex/koma-script/visualize.lco -%files l3kernel -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/l3kernel/l3doc.ist -%{_texdir}/texmf-dist/tex/latex/l3kernel/expl3.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3basics.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3box.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3candidates.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3clist.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3coffins.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3color.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3doc.cls -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3docstrip.tex -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3dvipdfmx.def -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3dvips.def -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3expan.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3file.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3fp.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3int.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3keys.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3luatex.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3msg.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3names.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3pdfmode.def -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3prg.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3prop.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3quark.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3seq.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3skip.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3tl.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3token.sty -%{_texdir}/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def - -%files l3kernel-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3kernel/README -%{_texdir}/texmf-dist/doc/latex/l3kernel/expl3.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.tex -%{_texdir}/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.tex -%{_texdir}/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex -%{_texdir}/texmf-dist/doc/latex/l3kernel/source3.pdf -%{_texdir}/texmf-dist/doc/latex/l3kernel/source3.tex -%{_texdir}/texmf-dist/doc/latex/l3kernel/source3body.tex - -%files l3packages -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty -%{_texdir}/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty -%{_texdir}/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -%{_texdir}/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty - -%files l3packages-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3packages/README -%{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf -%{_texdir}/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf -%{_texdir}/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf -%{_texdir}/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf - %files l3experimental %defattr(-,root,root) %doc lppl1.3.txt @@ -293527,15 +303131,22 @@ fi %files dcpic %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/generic/dcpic/dcpic.sty +%{_texdir}/texmf-dist/tex/generic/dcpic/europroc.cls %files dcpic-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/generic/dcpic/README -%{_texdir}/texmf-dist/doc/generic/dcpic/README.TEXLIVE +%{_texdir}/texmf-dist/doc/generic/dcpic/eurotex2001.pdf +%{_texdir}/texmf-dist/doc/generic/dcpic/eurotex2001.tex +%{_texdir}/texmf-dist/doc/generic/dcpic/examples.pdf %{_texdir}/texmf-dist/doc/generic/dcpic/examples.tex +%{_texdir}/texmf-dist/doc/generic/dcpic/manDCPiC.pdf +%{_texdir}/texmf-dist/doc/generic/dcpic/manDCPiC.tex +%{_texdir}/texmf-dist/doc/generic/dcpic/manDCPiCpt.pdf +%{_texdir}/texmf-dist/doc/generic/dcpic/manDCPiCpt.tex %files diagmac2 %defattr(-,root,root) @@ -293863,7 +303474,7 @@ fi %files hobby-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hobby/README +%{_texdir}/texmf-dist/doc/latex/hobby/README.txt %{_texdir}/texmf-dist/doc/latex/hobby/hobby_doc.pdf %{_texdir}/texmf-dist/doc/latex/hobby/hobby_doc.tex @@ -294153,26 +303764,64 @@ fi %defattr(-,root,root) %doc gpl3.txt %{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots.sty +%{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots_TickLabels.tex +%{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots_labels.tex +%{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots_legend.tex +%{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots_macros.tex +%{_texdir}/texmf-dist/tex/latex/numericplots/NumericPlots_styles.tex %files numericplots-doc %defattr(-,root,root) %doc gpl3.txt -%{_texdir}/texmf-dist/doc/latex/numericplots/BasicFunctionality.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/DataTestRealData.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/FurtherExamples.tex %{_texdir}/texmf-dist/doc/latex/numericplots/License.txt -%{_texdir}/texmf-dist/doc/latex/numericplots/MatlabSupport.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/MultiplePlots.tex %{_texdir}/texmf-dist/doc/latex/numericplots/NumericPlots.pdf -%{_texdir}/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/README %{_texdir}/texmf-dist/doc/latex/numericplots/README.TEXLIVE -%{_texdir}/texmf-dist/doc/latex/numericplots/README.doc -%{_texdir}/texmf-dist/doc/latex/numericplots/Roll406_Ref2288.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/TechnicalDetails.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/TestPlots.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/history.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/keys_NumericDataPlot.tex -%{_texdir}/texmf-dist/doc/latex/numericplots/options.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/BasicFunctionality.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/MatlabSupport.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/NumericPlotsDoc.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/Roll406_Ref2288.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/TechnicalDetails.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/TestPlots.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/fig_NoiseData_ClosedLine.eps +%{_texdir}/texmf-dist/doc/latex/numericplots/src/fig_NoiseData_OpenLine.eps +%{_texdir}/texmf-dist/doc/latex/numericplots/src/history.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/keys_NumericDataPlot.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/options.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/BodeDiagramm.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/DataTestRealData.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/DefineData.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/LabelsNTickLabels.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/NyquistPlot.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/Sprungantwort_PT1Glied.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_EasyPlot.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Grid.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Labels.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Legend.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LegendI.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LegendII.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LegendIII.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LineStyles.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Lines.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LogarithmicI.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LogarithmicII.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_LogarithmicIII.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_MultipleData.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_Objects.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_PlaceObjects.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_PlaceObjectsII.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_PlotWHoles.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_UseRput.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/basic_UserLinestyles.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/data_BodeDiagrammLinearerTerm.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/data_Nyquist.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/data_SprungantwortPT1Glied.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/furtherEx_TickLabels.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/multiplots_exampleI.tex +%{_texdir}/texmf-dist/doc/latex/numericplots/src/examples/multiplots_exampleII.tex %files pb-diagram %defattr(-,root,root) @@ -294539,6 +304188,17 @@ fi %{_texdir}/texmf-dist/doc/latex/productbox/productbox.bib %{_texdir}/texmf-dist/doc/latex/productbox/productbox.pdf +%files pxpgfmark +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/pxpgfmark/pxpgfmark.sty + +%files pxpgfmark-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/pxpgfmark/LICENSE +%{_texdir}/texmf-dist/doc/latex/pxpgfmark/README + %files randbild %defattr(-,root,root) %doc lppl1.txt @@ -294639,6 +304299,22 @@ fi %{_texdir}/texmf-dist/doc/latex/smartdiagram/README %{_texdir}/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf +%files spath3 +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/spath3/spath3.sty +%{_texdir}/texmf-dist/tex/latex/spath3/tikzlibrarycalligraphy.code.tex +%{_texdir}/texmf-dist/tex/latex/spath3/tikzlibraryknots.code.tex + +%files spath3-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/spath3/README.txt +%{_texdir}/texmf-dist/doc/latex/spath3/calligraphy_doc.pdf +%{_texdir}/texmf-dist/doc/latex/spath3/calligraphy_doc.tex +%{_texdir}/texmf-dist/doc/latex/spath3/knots_doc.pdf +%{_texdir}/texmf-dist/doc/latex/spath3/knots_doc.tex + %files swimgraf %defattr(-,root,root) %doc lppl1.txt @@ -294717,18 +304393,6 @@ fi %{_texdir}/texmf-dist/doc/support/texdraw/txdexamp.latex %{_texdir}/texmf-dist/doc/support/texdraw/txdexamp.tex -%files tikz-cd -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty - -%files tikz-cd-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikz-cd/README -%{_texdir}/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf -%{_texdir}/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex - %files tikz-3dplot %defattr(-,root,root) %doc lppl1.3.txt @@ -294744,6 +304408,31 @@ fi %{_texdir}/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation.tex %{_texdir}/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation_figures.tex +%files tikz-bayesnet-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/LICENSE_GPL +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/LICENSE_LPPL +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/README.rst +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/example.tex +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_citation_influence.tex +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_lda.tex +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_pca.tex +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_pca2.tex +%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex + +%files tikz-cd +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty + +%files tikz-cd-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/tikz-cd/README +%{_texdir}/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf +%{_texdir}/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex + %files tikz-dependency %defattr(-,root,root) %{_texdir}/texmf-dist/tex/latex/tikz-dependency/tikz-dependency.sty @@ -294834,6 +304523,18 @@ fi %{_texdir}/texmf-dist/doc/latex/tikzinclude/README %{_texdir}/texmf-dist/doc/latex/tikzinclude/tikzinclude.pdf +%files tikzmark +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/tikzmark/tikzlibrarytikzmark.code.tex +%{_texdir}/texmf-dist/tex/latex/tikzmark/tikzmarklibrarylistings.code.tex + +%files tikzmark-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/tikzmark/README.txt +%{_texdir}/texmf-dist/doc/latex/tikzmark/tikzmark.pdf + %files tikzorbital %defattr(-,root,root) %doc lppl1.txt @@ -294893,6 +304594,7 @@ fi %files tikzscale-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/tikzscale/3Dplot.tikz %{_texdir}/texmf-dist/doc/latex/tikzscale/README %{_texdir}/texmf-dist/doc/latex/tikzscale/alt.tikz %{_texdir}/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz @@ -297912,6 +307614,47 @@ fi %{_texdir}/texmf-dist/doc/latex/errata/errata-errata.tex %{_texdir}/texmf-dist/doc/latex/errata/errata.pdf +%files esami +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/esami/esami.sty + +%files esami-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/esami/README +%{_texdir}/texmf-dist/doc/latex/esami/es-UKenglish.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-USenglish.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-french.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-german.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-greek.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-italian.lng +%{_texdir}/texmf-dist/doc/latex/esami/es-spanish.lng +%{_texdir}/texmf-dist/doc/latex/esami/esami-xyz.cfg +%{_texdir}/texmf-dist/doc/latex/esami/doc/esami-doc-en.pdf +%{_texdir}/texmf-dist/doc/latex/esami/doc/esami-doc-en.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/esami-doc-it.pdf +%{_texdir}/texmf-dist/doc/latex/esami/doc/esami-doc-it.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/esami.bib +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/master.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/problem1.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/problem2-tabella.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/problem3-matching.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/problem4-fillin.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test1.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test11.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test12.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test13.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test14.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test2.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test3.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test4.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/test5-fillin.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/testA.pdf +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/testA.tex +%{_texdir}/texmf-dist/doc/latex/esami/doc/examples/totale-versioni.tex + %files esdiff %defattr(-,root,root) %doc lppl1.txt @@ -298254,10 +307997,27 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/exsheets/README +%{_texdir}/texmf-dist/doc/latex/exsheets/cntformats_en.pdf +%{_texdir}/texmf-dist/doc/latex/exsheets/cntformats_en.tex %{_texdir}/texmf-dist/doc/latex/exsheets/exsheets_en.pdf %{_texdir}/texmf-dist/doc/latex/exsheets/exsheets_en.tex %{_texdir}/texmf-dist/doc/latex/exsheets/grading-table.pdf %{_texdir}/texmf-dist/doc/latex/exsheets/grading-table.tex +%{_texdir}/texmf-dist/doc/latex/exsheets/tasks_en.pdf +%{_texdir}/texmf-dist/doc/latex/exsheets/tasks_en.tex +%{_texdir}/texmf-dist/doc/latex/exsheets/translations_en.pdf +%{_texdir}/texmf-dist/doc/latex/exsheets/translations_en.tex + +%files exsol +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/exsol/exsol.sty + +%files exsol-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/exsol/LICENSE +%{_texdir}/texmf-dist/doc/latex/exsol/exsol.pdf %files extract %defattr(-,root,root) @@ -298284,6 +308044,17 @@ fi %{_texdir}/texmf-dist/doc/latex/facsimile/example.tex %{_texdir}/texmf-dist/doc/latex/facsimile/facsimile.pdf +%files factura +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/latex/factura/factura.cls +%{_texdir}/texmf-dist/tex/latex/factura/factura.def + +%files factura-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/factura/README +%{_texdir}/texmf-dist/doc/latex/factura/factura-modelo-ya.tex +%{_texdir}/texmf-dist/doc/latex/factura/factura-modelo.tex + %files fancynum %defattr(-,root,root) %{_texdir}/texmf-dist/tex/latex/fancynum/fancynum.sty @@ -299272,17 +309043,6 @@ fi %{_texdir}/texmf-dist/doc/latex/frege/frege.pdf %{_texdir}/texmf-dist/doc/latex/frege/frege.tex -%files friulan -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/friulan/friulan.ldf -%{_texdir}/texmf-dist/tex/latex/friulan/furlan.ldf - -%files friulan-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/friulan/friulan.pdf - %files ftcap %defattr(-,root,root) %doc gpl.txt @@ -299550,6 +309310,7 @@ fi %{_texdir}/texmf-dist/doc/latex/glossaries/CHANGES %{_texdir}/texmf-dist/doc/latex/glossaries/INSTALL %{_texdir}/texmf-dist/doc/latex/glossaries/README +%{_texdir}/texmf-dist/doc/latex/glossaries/glossaries-code.pdf %{_texdir}/texmf-dist/doc/latex/glossaries/glossaries-user.html %{_texdir}/texmf-dist/doc/latex/glossaries/glossaries-user.pdf %{_texdir}/texmf-dist/doc/latex/glossaries/glossaries-user.tex @@ -300034,12 +309795,12 @@ fi %files hyperxmp %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/hyperxmp/hyperxmp.sty %files hyperxmp-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/hyperxmp/README %{_texdir}/texmf-dist/doc/latex/hyperxmp/hyperxmp.pdf @@ -301311,6 +311072,18 @@ fi %{_texdir}/texmf-dist/doc/latex/lstaddons/lstautogobble.pdf %{_texdir}/texmf-dist/doc/latex/lstaddons/lstlinebgrd.pdf +%files ltablex +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ltablex/ltablex.sty + +%files ltablex-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/ltablex/README +%{_texdir}/texmf-dist/doc/latex/ltablex/ltablex.pdf +%{_texdir}/texmf-dist/doc/latex/ltablex/ltablex.tex + %files ltabptch %defattr(-,root,root) %doc lppl1.txt @@ -301521,12 +311294,13 @@ fi %files mandi %defattr(-,root,root) +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/mandi/mandi.sty %files mandi-doc %defattr(-,root,root) +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/mandi/README -%{_texdir}/texmf-dist/doc/latex/mandi/README.txt %{_texdir}/texmf-dist/doc/latex/mandi/mandi.pdf %{_texdir}/texmf-dist/doc/latex/mandi/vdemo.py @@ -301788,6 +311562,17 @@ fi %{_texdir}/texmf-dist/doc/latex/memexsupp/memexsupp.pdf %{_texdir}/texmf-dist/doc/latex/memexsupp/memexsupp.tex +%files memory +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/memory/memory.sty + +%files memory-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/memory/README +%{_texdir}/texmf-dist/doc/latex/memory/memory.pdf + %files menu %defattr(-,root,root) %{_texdir}/texmf-dist/tex/latex/menu/menu.sty @@ -302811,10 +312596,23 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/mmap/README +%files mnotes +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/mnotes/mnotes.sty + +%files mnotes-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/mnotes/Makefile +%{_texdir}/texmf-dist/doc/latex/mnotes/README +%{_texdir}/texmf-dist/doc/latex/mnotes/mnotes.pdf + %files moderncv %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/moderncv/moderncv.cls +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcollection.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorblack.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorblue.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorgreen.sty @@ -302823,6 +312621,10 @@ fi %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorpurple.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorred.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcompatibility.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvdebugtools.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsletters.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsmarvosym.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstylebanking.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstylecasual.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty @@ -302843,7 +312645,6 @@ fi %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-es.tex %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-zh.tex -%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template.tex %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf @@ -303722,6 +313523,16 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/nlctdoc/README +%files noconflict +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/noconflict/noconflict.sty + +%files noconflict-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/noconflict/README + %files noitcrul %defattr(-,root,root) %doc lppl1.txt @@ -304685,17 +314496,6 @@ fi %{_texdir}/texmf-dist/doc/latex/plweb/pl.tex %{_texdir}/texmf-dist/doc/latex/plweb/sample.pl -%files polyglot -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/polyglot/polyglot.cfg -%{_texdir}/texmf-dist/tex/latex/polyglot/polyglot.def -%{_texdir}/texmf-dist/tex/latex/polyglot/polyglot.sty - -%files polyglot-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/polyglot/sample.dvi -%{_texdir}/texmf-dist/doc/latex/polyglot/sample.tex - %files polynom %defattr(-,root,root) %doc lppl1.txt @@ -304774,7 +314574,7 @@ fi %files preprint %defattr(-,root,root) -%doc lppl1.txt +%doc collection.txt %{_texdir}/texmf-dist/tex/latex/preprint/authblk.sty %{_texdir}/texmf-dist/tex/latex/preprint/balance.sty %{_texdir}/texmf-dist/tex/latex/preprint/figcaps.sty @@ -304783,9 +314583,8 @@ fi %files preprint-doc %defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/preprint/00readme.txt -%{_texdir}/texmf-dist/doc/latex/preprint/00readme.unix +%doc collection.txt +%{_texdir}/texmf-dist/doc/latex/preprint/README %{_texdir}/texmf-dist/doc/latex/preprint/authblk.pdf %{_texdir}/texmf-dist/doc/latex/preprint/balance.pdf %{_texdir}/texmf-dist/doc/latex/preprint/figcaps.pdf @@ -305314,6 +315113,7 @@ fi %files readarray-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/readarray/README %{_texdir}/texmf-dist/doc/latex/readarray/readarray.pdf %{_texdir}/texmf-dist/doc/latex/readarray/readarray.tex @@ -305600,16 +315400,6 @@ fi %{_texdir}/texmf-dist/doc/latex/romannum/README %{_texdir}/texmf-dist/doc/latex/romannum/romannum.pdf -%files romansh -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/romansh/romansh.ldf - -%files romansh-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/romansh/romansh.pdf - %files rotfloat %defattr(-,root,root) %doc lppl1.txt @@ -305649,6 +315439,18 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/roundbox/README +%files rterface +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/rterface/rterface.sty + +%files rterface-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/rterface/README +%{_texdir}/texmf-dist/doc/latex/rterface/rterface.pdf +%{_texdir}/texmf-dist/doc/latex/rterface/rterface.tex + %files rtkinenc %defattr(-,root,root) %doc lppl1.txt @@ -305701,6 +315503,7 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/savetrees/README %{_texdir}/texmf-dist/doc/latex/savetrees/savetrees.pdf +%{_texdir}/texmf-dist/doc/latex/savetrees/st-sample2e.pdf %files scale %defattr(-,root,root) @@ -305733,6 +315536,7 @@ fi %files scalerel-doc %defattr(-,root,root) %doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/scalerel/README %{_texdir}/texmf-dist/doc/latex/scalerel/scalerel.pdf %{_texdir}/texmf-dist/doc/latex/scalerel/scalerel.tex @@ -305855,79 +315659,6 @@ fi %{_texdir}/texmf-dist/doc/latex/seqsplit/README %{_texdir}/texmf-dist/doc/latex/seqsplit/seqsplit.pdf -%files serbian-apostrophe -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/serbian-apostrophe/serbian-apostrophe.sty - -%files serbian-apostrophe-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/README -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/apostrophe-list.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/apostrophe-list.tex -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/serbian-apostrophe.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/serbian-apostrophe.tex - -%files serbian-date-lat -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/tex/latex/serbian-date-lat/serbian-date-lat.sty - -%files serbian-date-lat-doc -%defattr(-,root,root) -%doc gpl2.txt -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/README -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/SerbianDateLat.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/SerbianDateLat.tex -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/TestDateLat.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/TestDateLat.tex - -%files serbian-def-cyr -%defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/serbian-def-cyr/serbian-def-cyr.sty - -%files serbian-def-cyr-doc -%defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/README -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/proba.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/proba.tex -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/usage.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/usage.tex - -%files serbian-lig -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/serbian-lig/serbian-lig.sty - -%files serbian-lig-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/serbian-lig/README -%{_texdir}/texmf-dist/doc/latex/serbian-lig/lig-list.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-lig/lig-list.tex -%{_texdir}/texmf-dist/doc/latex/serbian-lig/serbian-lig.pdf -%{_texdir}/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex - -%files serbianc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/serbianc/serbianc.ldf -%{_texdir}/texmf-dist/tex/generic/serbianc/serbianc.sty - -%files serbianc-doc -%defattr(-,root,root) -%doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/serbianc/COPYING -%{_texdir}/texmf-dist/doc/generic/serbianc/ChangeLog -%{_texdir}/texmf-dist/doc/generic/serbianc/Copyright -%{_texdir}/texmf-dist/doc/generic/serbianc/INSTALL -%{_texdir}/texmf-dist/doc/generic/serbianc/README -%{_texdir}/texmf-dist/doc/generic/serbianc/README.Files -%{_texdir}/texmf-dist/doc/generic/serbianc/sample.pdf -%{_texdir}/texmf-dist/doc/generic/serbianc/sample.tex -%{_texdir}/texmf-dist/doc/latex/serbianc/README - %files sf298 %defattr(-,root,root) %doc lppl1.txt @@ -306158,7 +315889,6 @@ fi %{_texdir}/texmf-dist/doc/latex/showexpl/result-picture.pdf %{_texdir}/texmf-dist/doc/latex/showexpl/showexpl-test.pdf %{_texdir}/texmf-dist/doc/latex/showexpl/showexpl-test.tex -%{_texdir}/texmf-dist/doc/latex/showexpl/showexpl.cfg %{_texdir}/texmf-dist/doc/latex/showexpl/showexpl.pdf %files showlabels @@ -306457,6 +316187,8 @@ fi %{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-ltxpatch.sty %{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-pstkey.sty %{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-pstkey.tex +%{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-testclass.cls +%{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-testpkg.sty %{_texdir}/texmf-dist/tex/latex/skeyval/skeyval-view.sty %{_texdir}/texmf-dist/tex/latex/skeyval/skeyval.sty @@ -306468,8 +316200,10 @@ fi %{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-pokayoke1.tex %{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-pokayoke2.pdf %{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-pokayoke2.tex -%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-testclass.cls -%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-testpkg.sty +%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-view-pokayoke1.aux +%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-view-pokayoke1.log +%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-view-pokayoke1.pdf +%{_texdir}/texmf-dist/doc/latex/skeyval/skeyval-view-pokayoke1.tex %files skrapport %defattr(-,root,root) @@ -306536,6 +316270,18 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/snapshot/snapshot.pdf +%files snotez +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/snotez/snotez.sty + +%files snotez-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/snotez/README +%{_texdir}/texmf-dist/doc/latex/snotez/snotez_en.pdf +%{_texdir}/texmf-dist/doc/latex/snotez/snotez_en.tex + %files soul %defattr(-,root,root) %doc lppl1.txt @@ -307419,6 +317165,7 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex %{_texdir}/texmf-dist/tex/latex/tcolorbox/tcbdocumentation.code.tex +%{_texdir}/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex %{_texdir}/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex %{_texdir}/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex %{_texdir}/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex @@ -307431,9 +317178,22 @@ fi %{_texdir}/texmf-dist/doc/latex/tcolorbox/Basilica_5.png %{_texdir}/texmf-dist/doc/latex/tcolorbox/CHANGES %{_texdir}/texmf-dist/doc/latex/tcolorbox/README -%{_texdir}/texmf-dist/doc/latex/tcolorbox/README.TEXLIVE %{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf %{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.bib +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coremacros.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.documentation.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.hooks.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.index.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.intro.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.listings.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.references.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.skins.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex +%{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.verbatim.tex %{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf %{_texdir}/texmf-dist/doc/latex/tcolorbox/tcolorbox.tex @@ -307870,14 +317630,17 @@ fi %{_texdir}/texmf-dist/doc/latex/ticket/test.tex %{_texdir}/texmf-dist/doc/latex/ticket/words.tex -%files timesht +%files titlecaps %defattr(-,root,root) -%{_texdir}/texmf-dist/tex/latex/timesht/timesht.cls +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/titlecaps/titlecaps.sty -%files timesht-doc +%files titlecaps-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/latex/timesht/README -%{_texdir}/texmf-dist/doc/latex/timesht/timesheet.tex +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/titlecaps/README +%{_texdir}/texmf-dist/doc/latex/titlecaps/titlecaps.pdf +%{_texdir}/texmf-dist/doc/latex/titlecaps/titlecaps.tex %files titlefoot %defattr(-,root,root) @@ -308703,6 +318466,18 @@ fi %{_texdir}/texmf-dist/doc/latex/varwidth/varwidth-doc.pdf %{_texdir}/texmf-dist/doc/latex/varwidth/varwidth-doc.tex +%files vdmlisting +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/vdmlisting/vdmlisting.sty + +%files vdmlisting-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/vdmlisting/README +%{_texdir}/texmf-dist/doc/latex/vdmlisting/vdmlisting.pdf +%{_texdir}/texmf-dist/doc/latex/vdmlisting/vdmlisting.tex + %files verbasef %defattr(-,root,root) %doc gpl.txt @@ -308714,6 +318489,18 @@ fi %{_texdir}/texmf-dist/doc/latex/verbasef/verbasef-doc.pdf %{_texdir}/texmf-dist/doc/latex/verbasef/verbasef-doc.tex +%files verbatimbox +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty + +%files verbatimbox-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/verbatimbox/README +%{_texdir}/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf +%{_texdir}/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex + %files verbatimcopy %defattr(-,root,root) %doc lppl1.txt @@ -308800,8 +318587,6 @@ fi %{_texdir}/texmf-dist/doc/latex/vhistory/en_introduction.tex %{_texdir}/texmf-dist/doc/latex/vhistory/en_sets.tex %{_texdir}/texmf-dist/doc/latex/vhistory/en_vhistory.tex -%{_texdir}/texmf-dist/doc/latex/vhistory/example.tar.gz -%{_texdir}/texmf-dist/doc/latex/vhistory/example.zip %{_texdir}/texmf-dist/doc/latex/vhistory/hyperref.cfg %{_texdir}/texmf-dist/doc/latex/vhistory/vh_set_example.pdf %{_texdir}/texmf-dist/doc/latex/vhistory/vh_set_example.tex @@ -309062,7 +318847,10 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/generic/xint/xint.sty +%{_texdir}/texmf-dist/tex/generic/xint/xintcfrac.sty +%{_texdir}/texmf-dist/tex/generic/xint/xintfrac.sty %{_texdir}/texmf-dist/tex/generic/xint/xintgcd.sty +%{_texdir}/texmf-dist/tex/generic/xint/xintseries.sty %files xint-doc %defattr(-,root,root) @@ -309328,6 +319116,26 @@ fi %{_texdir}/texmf-dist/doc/luatex/chickenize/README %{_texdir}/texmf-dist/doc/luatex/chickenize/chickenize.pdf +%files enigma +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua +%{_texdir}/texmf-dist/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi +%{_texdir}/texmf-dist/tex/generic/enigma/enigma.lua +%{_texdir}/texmf-dist/tex/latex/enigma/enigma.sty +%{_texdir}/texmf-dist/tex/plain/enigma/enigma.tex + +%files enigma-doc +%defattr(-,root,root) +%doc bsd.txt +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/COPYING +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/README +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/enigma-doc.pdf +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/enigma_manual.tex +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/examples/enigma-example-context.tex +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/examples/enigma-example-latex.tex +%{_texdir}/texmf-dist/doc/context/third/enigma/enigma/examples/enigma-example-plain.tex + %files interpreter %defattr(-,root,root) %doc lppl1.txt @@ -309897,29 +319705,47 @@ fi %files lualibs %defattr(-,root,root) -%doc pd.txt -%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-aux.lua +%doc gpl2.txt +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-basic-merged.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-basic.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-boolean.lua -%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-dimen.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-compat.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-dir.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-extended-merged.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-file.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-function.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-io.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-lpeg.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-lua.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-math.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-md5.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-number.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-os.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-package.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-set.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-string.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-table.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-trac-inf.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-unicode.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-url.lua -%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-utils.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-deb.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-dim.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-env.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-jsn.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-lua.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-prs.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-sta.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-sto.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-str.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-tab.lua +%{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs-util-tpl.lua %{_texdir}/texmf-dist/tex/luatex/lualibs/lualibs.lua %files lualibs-doc %defattr(-,root,root) -%doc pd.txt +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/luatex/lualibs/LICENSE %{_texdir}/texmf-dist/doc/luatex/lualibs/NEWS %{_texdir}/texmf-dist/doc/luatex/lualibs/README %{_texdir}/texmf-dist/doc/luatex/lualibs/lualibs.pdf @@ -309942,43 +319768,52 @@ fi %files luaotfload %defattr(-,root,root) %doc gpl2.txt -%{_texdir}/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua +%{_mandir}/man1/luaotfload-tool.1* +%{_texdir}/texmf-dist/scripts/luaotfload/luaotfload-legacy-tool.lua +%{_texdir}/texmf-dist/scripts/luaotfload/luaotfload-tool.lua +%{_texdir}/texmf-dist/scripts/luaotfload/mkcharacters +%{_texdir}/texmf-dist/scripts/luaotfload/mkglyphlist +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-basics-gen.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-basics-nod.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-blacklist.cnf +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-characters.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-extralibs.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-cbk.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-def.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-enc.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-ext.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-lua.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-tfm.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-attributes.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-database.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-merged.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-legacy.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-lib-dir.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-merged.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-override.lua +%{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload-typo-krn.lua %{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload.lua %{_texdir}/texmf-dist/tex/luatex/luaotfload/luaotfload.sty -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-blacklist.cnf -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-data-con.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-cid.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-clr.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-def.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-dum.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-ini.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-map.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-ota.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-otb.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-otc.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-otd.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-otf.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-oti.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-otn.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-ott.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-tfm.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-font-xtx.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-luat-ovr.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-node-dum.lua -%{_texdir}/texmf-dist/tex/luatex/luaotfload/otfl-node-inj.lua %files luaotfload-doc %defattr(-,root,root) %doc gpl2.txt %{_texdir}/texmf-dist/doc/luatex/luaotfload/NEWS %{_texdir}/texmf-dist/doc/luatex/luaotfload/README +%{_texdir}/texmf-dist/doc/luatex/luaotfload/filegraph.pdf %{_texdir}/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf %files luaotfload-bin %defattr(-,root,root) %doc gpl2.txt +%{_bindir}/luaotfload-tool %{_bindir}/mkluatexfontdb %files luasseq @@ -310012,7 +319847,7 @@ fi %files luatexbase-doc %defattr(-,root,root) %doc pd.txt -%{_texdir}/texmf-dist/doc/luatex/luatexbase/Changes +%{_texdir}/texmf-dist/doc/luatex/luatexbase/NEWS %{_texdir}/texmf-dist/doc/luatex/luatexbase/README %{_texdir}/texmf-dist/doc/luatex/luatexbase/TODO %{_texdir}/texmf-dist/doc/luatex/luatexbase/luatexbase-attr.pdf @@ -310045,6 +319880,23 @@ fi %{_texdir}/texmf-dist/doc/luatex/luatexbase/test-regs-latex.tex %{_texdir}/texmf-dist/doc/luatex/luatexbase/test-regs-plain.tex +%files luatexko +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/luatex/luatexko/luatexko-core.sty +%{_texdir}/texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua +%{_texdir}/texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua +%{_texdir}/texmf-dist/tex/luatex/luatexko/luatexko.lua +%{_texdir}/texmf-dist/tex/luatex/luatexko/luatexko.sty + +%files luatexko-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/luatex/luatexko/ChangeLog +%{_texdir}/texmf-dist/doc/luatex/luatexko/README +%{_texdir}/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf +%{_texdir}/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex + %files luatextra %defattr(-,root,root) %doc pd.txt @@ -310101,12 +319953,12 @@ fi %files spelling %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/spelling/spelling-main.lua %{_texdir}/texmf-dist/scripts/spelling/spelling-recurse.lua %{_texdir}/texmf-dist/scripts/spelling/spelling-stage-1.lua %{_texdir}/texmf-dist/scripts/spelling/spelling-stage-2.lua %{_texdir}/texmf-dist/scripts/spelling/spelling-stage-3.lua %{_texdir}/texmf-dist/scripts/spelling/spelling-stage-4.lua -%{_texdir}/texmf-dist/scripts/spelling/spelling.lua %{_texdir}/texmf-dist/tex/luatex/spelling/spelling.sty %files spelling-doc @@ -310115,6 +319967,7 @@ fi %{_texdir}/texmf-dist/doc/luatex/spelling/CHANGES %{_texdir}/texmf-dist/doc/luatex/spelling/LICENSE %{_texdir}/texmf-dist/doc/luatex/spelling/README +%{_texdir}/texmf-dist/doc/luatex/spelling/spelling-doc-lst-lua.tex %{_texdir}/texmf-dist/doc/luatex/spelling/spelling-doc.bad %{_texdir}/texmf-dist/doc/luatex/spelling/spelling-doc.pdf %{_texdir}/texmf-dist/doc/luatex/spelling/spelling-doc.tex @@ -311092,10 +320945,12 @@ fi %files feynmp-auto %defattr(-,root,root) +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty %files feynmp-auto-doc %defattr(-,root,root) +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/feynmp-auto/README %{_texdir}/texmf-dist/doc/latex/feynmp-auto/feynmp-auto.pdf @@ -312131,98 +321986,20 @@ fi %doc gpl2.txt %{_texdir}/texmf-dist/doc/generic/pmx/README %{_texdir}/texmf-dist/doc/generic/pmx/file600.eps +%{_texdir}/texmf-dist/doc/generic/pmx/gpl.txt +%{_texdir}/texmf-dist/doc/generic/pmx/install_run_pmx270.pdf +%{_texdir}/texmf-dist/doc/generic/pmx/install_run_pmx270.tex %{_texdir}/texmf-dist/doc/generic/pmx/pmx-install.pdf %{_texdir}/texmf-dist/doc/generic/pmx/pmx-install.tex -%{_texdir}/texmf-dist/doc/generic/pmx/pmx260.pdf -%{_texdir}/texmf-dist/doc/generic/pmx/pmx260.tex -%{_texdir}/texmf-dist/doc/generic/pmx/pmx2pdf.html -%{_texdir}/texmf-dist/doc/generic/pmx/pmxab.html -%{_texdir}/texmf-dist/doc/generic/pmx/ref260.pdf -%{_texdir}/texmf-dist/doc/generic/pmx/ref260.tex -%{_texdir}/texmf-dist/doc/generic/pmx/scor2prt.html +%{_texdir}/texmf-dist/doc/generic/pmx/pmx25-27.html +%{_texdir}/texmf-dist/doc/generic/pmx/pmx270.pdf +%{_texdir}/texmf-dist/doc/generic/pmx/pmx270.tex +%{_texdir}/texmf-dist/doc/generic/pmx/ref270.pdf +%{_texdir}/texmf-dist/doc/generic/pmx/ref270.tex %{_texdir}/texmf-dist/doc/generic/pmx/examples/barsant.pmx %{_texdir}/texmf-dist/doc/generic/pmx/examples/dyntest.pmx %{_texdir}/texmf-dist/doc/generic/pmx/examples/most.pmx %{_texdir}/texmf-dist/doc/generic/pmx/examples/mwalmnd.pmx -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/README -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/pmxccn2618.pdf -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/pmxccn2618.tex -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/btennent.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/cmondrup.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/dlaurie.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/dsimons.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/hmorimoto.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/jpcoulon.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/mcodogno.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/noack.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/ovogel.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/rdunker.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/skneifl.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/addresses/texmusiclist.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/Donjump.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/Haydn.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/JChrBach.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/MIDI.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/MIDIbaroque.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/agon.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/autobeam.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/bars.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/beams.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/beethoven0.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/beethoven1.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/bloch.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/bruckner.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/caccini1.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/caccini2.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/caccini3.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/chords.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/chordslur.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/clefchg.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/clefchg2.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/clefnot.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1k.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1m.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1n.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2k.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2m.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2n.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/debussy.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/diabolica.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/dottedslur.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/dufay.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/grace.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/inlinesample.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/jumpbeam.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/jumpslur.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/keychg.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/kslurs1.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/kslurs2.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/kslurtweaks.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/macro.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/meter.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/mozart.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/notepara.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/noteparb.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/noteparc.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/ornament.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/pathetique.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/pickups.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/pitch.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/poppea.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/reloctav.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/rests.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/transpose.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/transpose1.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/transpose2.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/transpose3.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/triplerest.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/tristn.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/trists.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/vivaldi1.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/vivaldi2.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/volta.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/xtuplets.eps -%{_texdir}/texmf-dist/doc/generic/pmx/pmxccn/eps/xtupletsSich.eps %files pmx-bin %defattr(-,root,root) @@ -312271,9 +322048,95 @@ fi %{_texdir}/texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb %{_texdir}/texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb.txt +%files songs +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/latex/songs/songs.sty + +%files songs-doc +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/doc/latex/songs/Makefile +%{_texdir}/texmf-dist/doc/latex/songs/README +%{_texdir}/texmf-dist/doc/latex/songs/history.txt +%{_texdir}/texmf-dist/doc/latex/songs/license.txt +%{_texdir}/texmf-dist/doc/latex/songs/songs.pdf +%{_texdir}/texmf-dist/doc/latex/songs/sample/Makefile +%{_texdir}/texmf-dist/doc/latex/songs/sample/chordbook.tex +%{_texdir}/texmf-dist/doc/latex/songs/sample/lyricbook.tex +%{_texdir}/texmf-dist/doc/latex/songs/sample/slidebook.tex +%{_texdir}/texmf-dist/doc/latex/songs/sample/songs.sbd +%{_texdir}/texmf-dist/doc/latex/songs/sample/transparencies.tex +%{_texdir}/texmf-dist/doc/latex/songs/songidx/Makefile +%{_texdir}/texmf-dist/doc/latex/songs/songidx/authidx.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/bible.can +%{_texdir}/texmf-dist/doc/latex/songs/songidx/catholic.can +%{_texdir}/texmf-dist/doc/latex/songs/songidx/chars.h +%{_texdir}/texmf-dist/doc/latex/songs/songidx/fileio.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/fileio.h +%{_texdir}/texmf-dist/doc/latex/songs/songidx/greek.can +%{_texdir}/texmf-dist/doc/latex/songs/songidx/protestant.can +%{_texdir}/texmf-dist/doc/latex/songs/songidx/scripidx.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/songidx.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/songidx.h +%{_texdir}/texmf-dist/doc/latex/songs/songidx/songsort.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/tanakh.can +%{_texdir}/texmf-dist/doc/latex/songs/songidx/titleidx.c +%{_texdir}/texmf-dist/doc/latex/songs/songidx/vsconfig.h + %files collection-omega %defattr(-,root,root) +%files mxedruli +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/mxed10.afm +%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/mxedbf10.afm +%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/mxedc10.afm +%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/mxedi10.afm +%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/xuc10.afm +%{_texdir}/texmf-dist/fonts/map/dvips/mxedruli/mxedruli.map +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxed.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxed10.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedacc.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedbase.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedbf10.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedc10.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedcaps.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedd.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedfont.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedi10.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/mxedp.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xuc.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xuc10.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xucbase.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xucd.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xucfont.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xucl.mf +%{_texdir}/texmf-dist/fonts/source/public/mxedruli/xucp.mf +%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/mxed10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/mxedbf10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/mxedc10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/mxedi10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/xuc10.tfm +%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/mxed10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/mxedbf10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/mxedc10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/mxedi10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/xuc10.pfb +%{_texdir}/texmf-dist/tex/latex/mxedruli/mxedruli.sty +%{_texdir}/texmf-dist/tex/latex/mxedruli/umxed.fd +%{_texdir}/texmf-dist/tex/latex/mxedruli/uxuc.fd +%{_texdir}/texmf-dist/tex/latex/mxedruli/xucuri.sty + +%files mxedruli-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/fonts/mxedruli/README +%{_texdir}/texmf-dist/doc/fonts/mxedruli/alphabets.tex +%{_texdir}/texmf-dist/doc/fonts/mxedruli/mxeddoc.pdf +%{_texdir}/texmf-dist/doc/fonts/mxedruli/mxeddoc.tex +%{_texdir}/texmf-dist/doc/fonts/mxedruli/ossetic.tex +%{_texdir}/texmf-dist/doc/fonts/mxedruli/vepxis.tex + %files omegaware %defattr(-,root,root) %{_mandir}/man1/odvicopy.1* @@ -312300,6 +322163,51 @@ fi %{_bindir}/ovf2ovp %{_bindir}/ovp2ovf +%files otibet +%defattr(-,root,root) +%{_texdir}/texmf-dist/fonts/ofm/public/otibet/otibetan.ofm +%{_texdir}/texmf-dist/fonts/ovf/public/otibet/otibetan.ovf +%{_texdir}/texmf-dist/fonts/ovp/public/otibet/otibetan.ovp +%{_texdir}/texmf-dist/fonts/source/public/otibet/bzrsetup.mf +%{_texdir}/texmf-dist/fonts/source/public/otibet/tibetan.mf +%{_texdir}/texmf-dist/fonts/tfm/public/otibet/tibetan.tfm +%{_texdir}/texmf-dist/omega/ocp/otibet/tibadjusttsheg.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibinunicode.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibinwylie.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibout.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibspecial.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibuniuni.ocp +%{_texdir}/texmf-dist/omega/ocp/otibet/tibvowel.ocp +%{_texdir}/texmf-dist/omega/otp/otibet/tibadjusttsheg.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibetan-mule2uni-old.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibetan-mule2uni.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibinunicode.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibinwylie.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibout.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibshow.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibspecial.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibuniuni.otp +%{_texdir}/texmf-dist/omega/otp/otibet/tibvowel.otp +%{_texdir}/texmf-dist/tex/latex/otibet/ot1tib.fd +%{_texdir}/texmf-dist/tex/latex/otibet/otibet.sty +%{_texdir}/texmf-dist/tex/latex/otibet/otibet.tex +%{_texdir}/texmf-dist/tex/latex/otibet/t1tib.fd + +%files otibet-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/otibet/README +%{_texdir}/texmf-dist/doc/latex/otibet/allbasic-mule.tex +%{_texdir}/texmf-dist/doc/latex/otibet/allbasic.dvi +%{_texdir}/texmf-dist/doc/latex/otibet/allbasic.tex +%{_texdir}/texmf-dist/doc/latex/otibet/otibet-mule.tex +%{_texdir}/texmf-dist/doc/latex/otibet/testtib.tex +%{_texdir}/texmf-dist/doc/latex/otibet/tiblatex.dvi +%{_texdir}/texmf-dist/doc/latex/otibet/tiblatex.tex +%{_texdir}/texmf-dist/doc/latex/otibet/unidoc.dvi +%{_texdir}/texmf-dist/doc/latex/otibet/unidoc.tex +%{_texdir}/texmf-dist/doc/latex/otibet/yugpacan.dvi +%{_texdir}/texmf-dist/doc/latex/otibet/yugpacan.tex + %files collection-plainextra %defattr(-,root,root) @@ -312520,9 +322428,10 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/plain/plipsum/README %{_texdir}/texmf-dist/doc/plain/plipsum/compile.sh +%{_texdir}/texmf-dist/doc/plain/plipsum/plipsum-doc.pdf %{_texdir}/texmf-dist/doc/plain/plipsum/plipsum.nw -%{_texdir}/texmf-dist/doc/plain/plipsum/plipsumdoc.pdf %{_texdir}/texmf-dist/doc/plain/plipsum/pliptest.tex +%{_texdir}/texmf-dist/doc/plain/plipsum/stripc %files plnfss %defattr(-,root,root) @@ -312550,6 +322459,18 @@ fi %{_texdir}/texmf-dist/doc/plain/plnfss/plnfss.txt %{_texdir}/texmf-dist/doc/plain/plnfss/test-plnfss.tex +%files plstmary +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/tex/plain/plstmary/stmary.tex + +%files plstmary-doc +%defattr(-,root,root) +%doc pd.txt +%{_texdir}/texmf-dist/doc/plain/plstmary/README +%{_texdir}/texmf-dist/doc/plain/plstmary/plstmary-doc.pdf +%{_texdir}/texmf-dist/doc/plain/plstmary/plstmary-doc.tex + %files present %defattr(-,root,root) %doc lppl1.txt @@ -312581,6 +322502,27 @@ fi %{_texdir}/texmf-dist/doc/plain/resumemac/README %{_texdir}/texmf-dist/doc/plain/resumemac/sample_resume.tex +%files texinfo +%defattr(-,root,root) +%doc gpl.txt +%{_texdir}/texmf-dist/tex/texinfo/texinfo.ini +%{_texdir}/texmf-dist/tex/texinfo/texinfo.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-cs.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-de.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-en.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-es.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-fr.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-it.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-nb.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-nl.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-nn.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-pl.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-pt.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-ru.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-sr.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-tr.tex +%{_texdir}/texmf-dist/tex/texinfo/txi-uk.tex + %files timetable %defattr(-,root,root) %doc lppl1.txt @@ -314292,6 +324234,7 @@ fi %{_texdir}/texmf-dist/doc/generic/pstricks/pstnews1-12.tex %{_texdir}/texmf-dist/doc/generic/pstricks/pstnews97-15.pdf %{_texdir}/texmf-dist/doc/generic/pstricks/pstnews97-15.tex +%{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data %{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-bug.tex %{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-doc.pdf %{_texdir}/texmf-dist/doc/generic/pstricks/test-pst.pdf @@ -314583,79 +324526,6 @@ fi %{_texdir}/texmf-dist/doc/latex/ebsthesis/README %{_texdir}/texmf-dist/doc/latex/ebsthesis/ebsthesis.pdf -%files economic -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/economic/aer.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/aertt.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/agecon.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/ajae.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/apecon.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/cje.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/ecca.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/econometrica-fr.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/econometrica.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/ecta.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/erae.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/ier.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/itaxpf.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/jae.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/jpe.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/jss2.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/oega.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/regstud.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/tandfx.bst -%{_texdir}/texmf-dist/bibtex/bst/economic/worlddev.bst -%{_texdir}/texmf-dist/tex/latex/economic/aer.sty -%{_texdir}/texmf-dist/tex/latex/economic/aertt.sty -%{_texdir}/texmf-dist/tex/latex/economic/agecon.cls -%{_texdir}/texmf-dist/tex/latex/economic/ajae.cls -%{_texdir}/texmf-dist/tex/latex/economic/apecon.cls -%{_texdir}/texmf-dist/tex/latex/economic/cje.sty -%{_texdir}/texmf-dist/tex/latex/economic/ecca.cls -%{_texdir}/texmf-dist/tex/latex/economic/erae.cls -%{_texdir}/texmf-dist/tex/latex/economic/itaxpf.cls -%{_texdir}/texmf-dist/tex/latex/economic/jrurstud.cls -%{_texdir}/texmf-dist/tex/latex/economic/njf.cls -%{_texdir}/texmf-dist/tex/latex/economic/oegatb.cls -%{_texdir}/texmf-dist/tex/latex/economic/pocoec.cls -%{_texdir}/texmf-dist/tex/latex/economic/regstud.cls -%{_texdir}/texmf-dist/tex/latex/economic/worlddev.cls - -%files economic-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/economic/CHANGELOG -%{_texdir}/texmf-dist/doc/bibtex/economic/NEWS -%{_texdir}/texmf-dist/doc/bibtex/economic/README -%{_texdir}/texmf-dist/doc/bibtex/economic/aer-cje-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/aer-cje-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/aer-natbib-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/ajae-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/ajae-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/ajae-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/apecon-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/apecon-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/apecon-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/ecca-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/ecca-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/ecca-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/erae-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/erae-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/erae-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/ier-bib-test.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/ier-bib-test.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/ier-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/itaxpf-ex-title.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/itaxpf-ex-title.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/itaxpf-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/itaxpf-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/itaxpf-ex.tex -%{_texdir}/texmf-dist/doc/bibtex/economic/oegatb-ex.bib -%{_texdir}/texmf-dist/doc/bibtex/economic/oegatb-ex.pdf -%{_texdir}/texmf-dist/doc/bibtex/economic/oegatb-ex.png -%{_texdir}/texmf-dist/doc/bibtex/economic/oegatb-ex.tex - %files ejpecp %defattr(-,root,root) %doc lppl1.2.txt @@ -315858,17 +325728,23 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/suftesi/README %{_texdir}/texmf-dist/doc/latex/suftesi/suftesi.pdf -%{_texdir}/texmf-dist/doc/latex/suftesi/example/Capitoli/primo.tex -%{_texdir}/texmf-dist/doc/latex/suftesi/example/Capitoli/secondo.tex -%{_texdir}/texmf-dist/doc/latex/suftesi/example/Capitoli/terzo.tex -%{_texdir}/texmf-dist/doc/latex/suftesi/example/Immagini/don.png -%{_texdir}/texmf-dist/doc/latex/suftesi/example/Immagini/lamport.jpg -%{_texdir}/texmf-dist/doc/latex/suftesi/example/MaterialeInizialeFinale/Introduzione.tex -%{_texdir}/texmf-dist/doc/latex/suftesi/example/MaterialeInizialeFinale/Ringraziamenti.tex -%{_texdir}/texmf-dist/doc/latex/suftesi/example/bibliografia.bib -%{_texdir}/texmf-dist/doc/latex/suftesi/example/logo.png -%{_texdir}/texmf-dist/doc/latex/suftesi/example/tesi.pdf -%{_texdir}/texmf-dist/doc/latex/suftesi/example/tesi.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/primo.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/secondo.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/terzo.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/MaterialeInizialeFinale/Introduzione.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/MaterialeInizialeFinale/Ringraziamenti.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/immagini/don.png +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/immagini/lamport.jpg +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/immagini/logo.png +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.bib +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.pdf +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.tex +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/immagini/don.png +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/immagini/lamport.jpg +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/immagini/logo.png +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.bib +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.pdf +%{_texdir}/texmf-dist/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.tex %files sugconf %defattr(-,root,root) @@ -316099,6 +325975,24 @@ fi %{_texdir}/texmf-dist/doc/latex/uaclasses/ua-example.pdf %{_texdir}/texmf-dist/doc/latex/uaclasses/ua-example.tex +%files uadocs +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/uadocs/ua_color.eps +%{_texdir}/texmf-dist/tex/latex/uadocs/ua_color.pdf +%{_texdir}/texmf-dist/tex/latex/uadocs/uacoursetext.cls +%{_texdir}/texmf-dist/tex/latex/uadocs/uamasterthesis.cls + +%files uadocs-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/uadocs/LICENSE +%{_texdir}/texmf-dist/doc/latex/uadocs/uacoursetext-example.pdf +%{_texdir}/texmf-dist/doc/latex/uadocs/uacoursetext-example.tex +%{_texdir}/texmf-dist/doc/latex/uadocs/uadocs.pdf +%{_texdir}/texmf-dist/doc/latex/uadocs/uamasterthesis-example.pdf +%{_texdir}/texmf-dist/doc/latex/uadocs/uamasterthesis-example.tex + %files uafthesis %defattr(-,root,root) %doc lppl1.txt @@ -316168,8 +326062,6 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst -%{_texdir}/texmf-dist/tex/latex/uestcthesis/UESTC.png -%{_texdir}/texmf-dist/tex/latex/uestcthesis/UESTC_LOGO.png %{_texdir}/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls %files uestcthesis-doc @@ -316182,10 +326074,6 @@ fi %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/chapters/math.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/chapters/tuition.tex -%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/clean.bat -%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/compile.bat -%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/uestcthesis-doc.pdf -%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/uestcthesis-doc.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/contents/Cabstract.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/contents/Eabstract.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/contents/acknowledgements.tex @@ -316212,9 +326100,21 @@ fi %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/pics/highlight2.png %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/pics/system.png %{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/pics/winedt.png +%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/uestcthesis-doc.pdf +%{_texdir}/texmf-dist/doc/latex/uestcthesis/doc/uestcthesis-doc.tex %{_texdir}/texmf-dist/doc/latex/uestcthesis/source/uestcthesis.dtx %{_texdir}/texmf-dist/doc/latex/uestcthesis/source/uestcthesis.ins +%files uiucredborder +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/uiucredborder/uiucredborder.cls + +%files uiucredborder-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/uiucredborder/uiucredborder.pdf + %files uiucthesis %defattr(-,root,root) %doc lppl1.txt @@ -317372,30 +327272,6 @@ fi %{_texdir}/texmf-dist/doc/latex/youngtab/youngtab.pdf %{_texdir}/texmf-dist/doc/latex/youngtab/youngtab.tex -%files collection-texinfo -%defattr(-,root,root) - -%files texinfo -%defattr(-,root,root) -%doc gpl.txt -%{_texdir}/texmf-dist/tex/texinfo/texinfo.ini -%{_texdir}/texmf-dist/tex/texinfo/texinfo.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-cs.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-de.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-en.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-es.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-fr.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-it.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-nb.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-nl.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-nn.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-pl.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-pt.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-ru.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-sr.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-tr.tex -%{_texdir}/texmf-dist/tex/texinfo/txi-uk.tex - %files collection-xetex %defattr(-,root,root) @@ -317499,100 +327375,107 @@ fi %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/arabicnumbers.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/babel-hebrewalph.def -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/babelsh.def -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/cal-util.def -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/devanagaridigits.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/farsical.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-albanian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-amharic.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-arabic.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-armenian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-asturian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-bahasai.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-bahasam.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-basque.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-bengali.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-brazil.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-breton.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-bulgarian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-catalan.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-coptic.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-croatian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-czech.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-danish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-divehi.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-dutch.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-english.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-esperanto.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-estonian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-farsi.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-finnish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-french.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-friulan.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-galician.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-german.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-greek.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-hebrew.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-hindi.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-interlingua.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-irish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-italian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-kannada.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-lao.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-latin.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-latvian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-lithuanian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-lsorbian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-magyar.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-malayalam.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-marathi.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-norsk.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-nynorsk.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-occitan.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-polish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-portuges.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-romanian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-romansh.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-russian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-samin.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-sanskrit.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-serbian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-slovak.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-slovenian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-spanish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-swedish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-syriac.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-tamil.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-telugu.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-thai.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-turkish.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-turkmen.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-ukrainian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-urdu.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-usorbian.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-vietnamese.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/gloss-welsh.ldf -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/hebrewcal.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/hijrical.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/polyglossia.sty -%{_texdir}/texmf-dist/tex/xelatex/polyglossia/xgreek-fixes.def +%{_texdir}/texmf-dist/tex/latex/polyglossia/arabicnumbers.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/babel-hebrewalph.def +%{_texdir}/texmf-dist/tex/latex/polyglossia/babelsh.def +%{_texdir}/texmf-dist/tex/latex/polyglossia/cal-util.def +%{_texdir}/texmf-dist/tex/latex/polyglossia/devanagaridigits.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/farsical.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-albanian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-amharic.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-arabic.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-armenian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-asturian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-bahasai.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-bahasam.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-basque.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-bengali.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-brazil.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-breton.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-bulgarian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-catalan.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-coptic.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-croatian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-czech.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-danish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-divehi.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-dutch.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-english.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-esperanto.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-estonian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-farsi.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-finnish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-french.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-friulan.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-galician.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-german.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-greek.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-hebrew.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-hindi.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-icelandic.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-interlingua.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-irish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-italian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-kannada.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-latvian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-lithuanian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-lsorbian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-magyar.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-malayalam.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-marathi.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-nko.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-norsk.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-nynorsk.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-occitan.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-piedmontese.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-polish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-portuges.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-romanian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-romansh.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-russian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-samin.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-sanskrit.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-scottish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-serbian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-slovak.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-slovenian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-spanish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-swedish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-syriac.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-tamil.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-telugu.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-thai.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-tibetan.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-turkish.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-turkmen.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-urdu.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-usorbian.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-vietnamese.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-welsh.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/hebrewcal.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/hijrical.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/nkonumbers.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/polyglossia-frpt.lua +%{_texdir}/texmf-dist/tex/latex/polyglossia/polyglossia-tibt.lua +%{_texdir}/texmf-dist/tex/latex/polyglossia/polyglossia.lua +%{_texdir}/texmf-dist/tex/latex/polyglossia/polyglossia.sty +%{_texdir}/texmf-dist/tex/latex/polyglossia/xgreek-fixes.def %files polyglossia-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/README -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/example-thai.pdf -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/example-thai.tex -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/examples.pdf -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/examples.tex -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf -%{_texdir}/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex +%{_texdir}/texmf-dist/doc/latex/polyglossia/README +%{_texdir}/texmf-dist/doc/latex/polyglossia/example-arabic.pdf +%{_texdir}/texmf-dist/doc/latex/polyglossia/example-arabic.tex +%{_texdir}/texmf-dist/doc/latex/polyglossia/example-thai.pdf +%{_texdir}/texmf-dist/doc/latex/polyglossia/example-thai.tex +%{_texdir}/texmf-dist/doc/latex/polyglossia/examples.pdf +%{_texdir}/texmf-dist/doc/latex/polyglossia/examples.tex +%{_texdir}/texmf-dist/doc/latex/polyglossia/polyglossia.pdf +%{_texdir}/texmf-dist/doc/latex/polyglossia/polyglossia.tex %files ptext %defattr(-,root,root) @@ -317745,7 +327628,6 @@ fi %{_texdir}/texmf-dist/tex/xelatex/xepersian/artikel2-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/artikel3-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/backref-xepersian.def -%{_texdir}/texmf-dist/tex/xelatex/xepersian/bidicode-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/bidituftesidenote-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/boek-xepersian.def @@ -317756,7 +327638,6 @@ fi %{_texdir}/texmf-dist/tex/xelatex/xepersian/color-localise.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/commands-ltx.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/commands-xepersian.def -%{_texdir}/texmf-dist/tex/xelatex/xepersian/empheq-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/environments-ltx.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/environments-xepersian.def @@ -317767,6 +327648,7 @@ fi %{_texdir}/texmf-dist/tex/xelatex/xepersian/flowfram-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/footnote-bidi-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/framed-bidi-xepersian.def +%{_texdir}/texmf-dist/tex/xelatex/xepersian/glossaries-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/hyperref-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/imsproc-xepersian.def %{_texdir}/texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def @@ -317896,6 +327778,38 @@ fi %doc apache2.txt %{_texdir}/texmf-dist/doc/xetex/xetexfontinfo/README +%files xetexko +%defattr(-,root,root) +%{_texdir}/texmf-dist/tex/xetex/xetexko/hanja_hangul.tab +%{_texdir}/texmf-dist/tex/xetex/xetexko/hanjacom_hangul.tab +%{_texdir}/texmf-dist/tex/xetex/xetexko/hanjaexa_hangul.tab +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko-font.sty +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko-hanging.sty +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko-josa.sty +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko-space.sty +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko-vertical.sty +%{_texdir}/texmf-dist/tex/xetex/xetexko/xetexko.sty + +%files xetexko-doc +%defattr(-,root,root) +%{_texdir}/texmf-dist/doc/xetex/xetexko/README +%{_texdir}/texmf-dist/doc/xetex/xetexko/xetexko-doc.pdf +%{_texdir}/texmf-dist/doc/xetex/xetexko/xetexko-doc.tex + +%files xevlna +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/xelatex/xevlna/xevlna.sty + +%files xevlna-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/xelatex/xevlna/License.txt +%{_texdir}/texmf-dist/doc/xelatex/xevlna/README +%{_texdir}/texmf-dist/doc/xelatex/xevlna/xevlna-inc.tex +%{_texdir}/texmf-dist/doc/xelatex/xevlna/xevlna.pdf +%{_texdir}/texmf-dist/doc/xelatex/xevlna/xevlna.tex + %files xltxtra %defattr(-,root,root) %doc lppl1.txt @@ -317917,6 +327831,10 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/xelatex/xunicode/README +%files convbkmk-bin +%defattr(-,root,root) +%{_bindir}/convbkmk + %files kdgreek %defattr(-,root,root) %doc gpl.txt @@ -317996,9 +327914,13 @@ fi %files scheme-xml %defattr(-,root,root) +%files texdiff-bin +%defattr(-,root,root) +%{_bindir}/texdiff + %files texlive-docindex %defattr(-,root,root) -%{_texdir}/texmf/scripts/texlive/var/texcatalogue.keywords +%{_texdir}/texmf-dist/scripts/texlive/var/texcatalogue.keywords %files texlive-docindex-doc %defattr(-,root,root) @@ -318020,6 +327942,14 @@ fi %{_libdir}/*.so %changelog +* Mon May 6 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-23-20130506 +- don't conflict with ht package - ht binary is now called t4ht (#959696) +- require coreutils (#928566) +- update build scripts +- update symlink references tetex -> texlive +- handle texmf -> texmf-dist upstream move +- do proper obsoletion again + * Mon Apr 29 2013 Tom Callaway <spot@fedoraproject.org> - 2012-22-20130427 - obsolete/provide ctan-musixtex-fonts and tex-musixtex diff --git a/texlive.spec.template b/texlive.spec.template index 87da8b0..98f3a62 100644 --- a/texlive.spec.template +++ b/texlive.spec.template @@ -1,6 +1,6 @@ -%global source_date 20130427_r30134 +%global source_date 20130523_r30652 %global tl_version 2012 -%global tl_rel 22 +%global tl_rel 23 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -170,10 +170,10 @@ popd # nuke useless tlmgr packaging stuff and doc droppings rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/man*/*.pdf -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/Makefile -rm -rf %{buildroot}%{_texdir}/texmf/doc/man/man*/Makefile -rm -rf %{buildroot}%{_texdir}/texmf/doc/info/dir +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir mkdir -p %{buildroot}%{_bindir} mv %{buildroot}/bin/i386-linux/* %{buildroot}%{_bindir} @@ -235,40 +235,42 @@ rm -f man [ ! -e mfplain ] && ln -s mpost mfplain [ ! -e texlua ] && ln -s luatex texlua [ ! -e texluac ] && ln -s luatex texluac -for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk kanji-config-updmap kanji-config-updmap-sys; do - rm -f %{buildroot}%{_bindir}/$i - rm -f %{buildroot}%{_datadir}/texlive/texmf/doc/man/man1/$i.* +for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk; do + rm -f $i + rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/$i.* done rm -rf %{buildroot}%{_includedir}/ptexenc +# 959696 +mv ht t4ht popd # fix symlinks pushd %{buildroot}%{_bindir} for i in allcm allneeded fontinst kpsetool updmap-sys ps2frag pslatex rubibtex rumakeindex dvi2fax dvired kpsewhere; do rm -f $i - ln -s /usr/share/texlive/texmf-dist/scripts/tetex/$i.sh $i + ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i done for i in texdoctk updmap e2pall; do rm -f $i - ln -s /usr/share/texlive/texmf-dist/scripts/tetex/$i.pl $i + ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.pl $i done for i in fmtutil fmtutil-sys texconfig texconfig-sys texconfig-dialog texlinks; do rm -f $i - ln -s /usr/share/texlive/texmf/scripts/tetex/$i.sh $i + ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i done rm -f deweb -ln -s /usr/share/texlive/texmf/scripts/chktex/deweb.pl deweb +ln -s /usr/share/texlive/texmf-dist/scripts/chktex/deweb.pl deweb rm -f ps2eps -ln -s /usr/share/texlive/texmf/scripts/ps2eps/ps2eps.pl ps2eps +ln -s /usr/share/texlive/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps rm -f mkjobtexmf ln -s /usr/share/texlive/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf rm -f rungs -ln -s /usr/share/texlive/texmf/scripts/texlive/rungs.tlu rungs +ln -s /usr/share/texlive/texmf-dist/scripts/texlive/rungs.tlu rungs rm -f context cat > context << EOF \#!/bin/sh export TEXMF=/usr/share/texlive/texmf-dist; -export TEXMFCNF=/usr/share/texlive/texmf/web2c; +export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %{_bindir}/mtxrun --script context "\\$@" EOF @@ -279,9 +281,9 @@ popd %include _remove.spec mkdir -p %{buildroot}/%{_datadir}/ mkdir -p %{buildroot}/%{_infodir}/ -cp -R %{buildroot}/%{_texdir}/texmf/doc/man %{buildroot}/%{_datadir}/ -find %{buildroot}/%{_texdir}/texmf/doc/man -type f | xargs rm -f -mv %{buildroot}/%{_texdir}/texmf/doc/info/* %{buildroot}/%{_infodir}/ +cp -R %{buildroot}/%{_texdir}/texmf-dist/doc/man %{buildroot}/%{_datadir}/ +find %{buildroot}/%{_texdir}/texmf-dist/doc/man -type f | xargs rm -f +mv %{buildroot}/%{_texdir}/texmf-dist/doc/info/* %{buildroot}/%{_infodir}/ # nuke useless tlmgr packaging stuff rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ @@ -292,21 +294,20 @@ pushd %{buildroot}%{_texdir} [ ! -h texmf-var ] && ln -s %{_texmf_var} texmf-var popd pushd %{buildroot}%{_texdir}/texmf-config/web2c -ln -s ../../texmf/web2c/updmap.cfg updmap.cfg +ln -s ../../texmf-dist/web2c/updmap.cfg updmap.cfg popd # touch ghosts -touch %{buildroot}%{_texdir}/texmf/ls-R touch %{buildroot}%{_texdir}/texmf-local/ls-R touch %{buildroot}%{_texdir}/texmf-dist/ls-R # configure ConTeXt -for i in ctxtools luatools texexec texmfstart; do - sed -i -e 's|mtxrun|export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; mtxrun|' %{buildroot}%{_bindir}/$i -done +#for i in ctxtools luatools texexec texmfstart; do +# sed -i -e 's|mtxrun|export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; mtxrun|' %{buildroot}%{_bindir}/$i +#done # configure texmf-local - make it visible to kpathsea -sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL\ =\ \$TEXMFROOT/texmf-local//|' %{buildroot}/%{_texdir}/texmf/web2c/texmf.cnf +sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL\ =\ \$TEXMFROOT/texmf-local//|' %{buildroot}/%{_texdir}/texmf-dist/web2c/texmf.cnf # create macro file for building texlive mkdir -p %{buildroot}%{_sysconfdir}/rpm @@ -345,7 +346,6 @@ fi %dir %{_texdir}/texmf-local/texmf-compat %include _dirs.spec %{_texdir}/licenses/* -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf/ls-R %attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R %attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-local/ls-R %{_texdir}/texlive.tlpdb @@ -368,6 +368,14 @@ fi %{_libdir}/*.so %changelog +* Mon May 6 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-23-20130506 +- don't conflict with ht package - ht binary is now called t4ht (#959696) +- require coreutils (#928566) +- update build scripts +- update symlink references tetex -> texlive +- handle texmf -> texmf-dist upstream move +- do proper obsoletion again + * Mon Apr 29 2013 Tom Callaway <spot@fedoraproject.org> - 2012-22-20130427 - obsolete/provide ctan-musixtex-fonts and tex-musixtex diff --git a/texlive.tlpdb b/texlive.tlpdb index 792c45c..13f6785 100644 --- a/texlive.tlpdb +++ b/texlive.tlpdb @@ -80,7 +80,7 @@ catalogue-version 0 name abntex2 category Package -revision 29502 +revision 30188 shortdesc Typeset technical and scientific Brazilian documents based on ABNT rules. relocated 1 longdesc The bundle provides support for writing technical and @@ -95,7 +95,7 @@ runfiles size=54 RELOC/tex/latex/abntex2/abntex2.cls RELOC/tex/latex/abntex2/abntex2abrev.sty RELOC/tex/latex/abntex2/abntex2cite.sty -docfiles size=1163 +docfiles size=1211 RELOC/doc/latex/abntex2/README RELOC/doc/latex/abntex2/abntex2-doc-abnt-10520-2001.bib RELOC/doc/latex/abntex2/abntex2-doc-abnt-10520-2002.bib @@ -123,9 +123,9 @@ docfiles size=1163 RELOC/doc/latex/abntex2/abntex2cite.pdf RELOC/doc/latex/abntex2/abntex2cite.tex catalogue-ctan /macros/latex/contrib/abntex2 -catalogue-date 2013-03-24 11:38:53 +0100 +catalogue-date 2013-04-30 14:58:38 +0200 catalogue-license lppl1.3 -catalogue-version 1.6 +catalogue-version 1.6.1 name abraces category Package @@ -326,7 +326,7 @@ catalogue-version 0.1 name acro category Package -revision 29681 +revision 30406 shortdesc Typeset acronyms. relocated 1 longdesc The package enables the author to create acronyms in a simple @@ -336,20 +336,20 @@ longdesc package option 'single' instructs the package to ignore longdesc acronyms that are used only once in the whole document. As an longdesc experimental feature the package also offers the option 'sort' longdesc which automatically sorts the list created by \printacronyms. -runfiles size=25 +runfiles size=27 RELOC/tex/latex/acro/acro.sty RELOC/tex/latex/acro/acro0.def RELOC/tex/latex/acro/acro1.def -docfiles size=136 +docfiles size=138 RELOC/doc/latex/acro/README RELOC/doc/latex/acro/acro_en.pdf RELOC/doc/latex/acro/acro_en.tex RELOC/doc/latex/acro/example_one.tex RELOC/doc/latex/acro/example_two.tex catalogue-ctan /macros/latex/contrib/acro -catalogue-date 2013-04-05 12:33:09 +0200 +catalogue-date 2013-05-11 15:56:53 +0200 catalogue-license lppl -catalogue-version 1.2a +catalogue-version 1.3a name active-conf category Package @@ -1127,34 +1127,34 @@ catalogue-version 1.4 name afm2pl category TLCore -revision 26689 +revision 29752 depend afm2pl.ARCH runfiles size=24 - texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc - texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc - texmf/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc - texmf/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc - texmf/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc - texmf/fonts/lig/afm2pl/accents.lig - texmf/fonts/lig/afm2pl/bound.lig - texmf/fonts/lig/afm2pl/default.lig - texmf/fonts/lig/afm2pl/defpost.lig - texmf/fonts/lig/afm2pl/defpre.lig - texmf/fonts/lig/afm2pl/forge.lig - texmf/fonts/lig/afm2pl/ligtex.lig - texmf/tex/fontinst/afm2pl/README - texmf/tex/fontinst/afm2pl/ly1.etx - texmf/tex/fontinst/afm2pl/ly1c.etx - texmf/tex/fontinst/afm2pl/makesc8y.tex + texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc + texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc + texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc + texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc + texmf-dist/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc + texmf-dist/fonts/lig/afm2pl/accents.lig + texmf-dist/fonts/lig/afm2pl/bound.lig + texmf-dist/fonts/lig/afm2pl/default.lig + texmf-dist/fonts/lig/afm2pl/defpost.lig + texmf-dist/fonts/lig/afm2pl/defpre.lig + texmf-dist/fonts/lig/afm2pl/forge.lig + texmf-dist/fonts/lig/afm2pl/ligtex.lig + texmf-dist/tex/fontinst/afm2pl/README + texmf-dist/tex/fontinst/afm2pl/ly1.etx + texmf-dist/tex/fontinst/afm2pl/ly1c.etx + texmf-dist/tex/fontinst/afm2pl/makesc8y.tex docfiles size=9 - texmf/doc/man/man1/afm2pl.1 - texmf/doc/man/man1/afm2pl.man1.pdf + texmf-dist/doc/man/man1/afm2pl.1 + texmf-dist/doc/man/man1/afm2pl.man1.pdf name afm2pl.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of afm2pl -binfiles arch=i386-linux size=21 +binfiles arch=i386-linux size=22 bin/i386-linux/afm2pl name afthesis @@ -1215,7 +1215,7 @@ catalogue-version 1.6b name achemso category Package -revision 29314 +revision 29938 shortdesc Support for American Chemical Society journal submissions. relocated 1 longdesc The bundle provides the official macros (achemso.cls) and @@ -1223,7 +1223,7 @@ longdesc BibTeX styles (achemso.bst and biochem.bst) for submission to longdesc the journals of the American Chemical Society. The natmove longdesc package, which moves citations relative to punctuation, is longdesc distributed as part of the bundle. -runfiles size=72 +runfiles size=73 RELOC/bibtex/bst/achemso/achemso.bst RELOC/bibtex/bst/achemso/biochem.bst RELOC/tex/latex/achemso/achemso.cls @@ -1234,6 +1234,7 @@ runfiles size=72 RELOC/tex/latex/achemso/config/acncdm.cfg RELOC/tex/latex/achemso/config/acsccc.cfg RELOC/tex/latex/achemso/config/amclct.cfg + RELOC/tex/latex/achemso/config/amlccd.cfg RELOC/tex/latex/achemso/config/ancac3.cfg RELOC/tex/latex/achemso/config/ancham.cfg RELOC/tex/latex/achemso/config/bcches.cfg @@ -1280,9 +1281,9 @@ srcfiles size=45 RELOC/source/latex/achemso/achemso.dtx RELOC/source/latex/achemso/achemso.ins catalogue-ctan /macros/latex/contrib/achemso -catalogue-date 2013-03-08 00:05:27 +0100 +catalogue-date 2013-04-13 23:24:42 +0200 catalogue-license lppl1.3 -catalogue-version 3.7f +catalogue-version 3.7g name aiaa category Package @@ -1429,7 +1430,7 @@ catalogue-version 1.5i name aleph category Package -revision 26689 +revision 29764 shortdesc Extended TeX. longdesc An development of omega, using most of the extensions of TeX longdesc itself developed for e-TeX. @@ -1442,20 +1443,20 @@ execute AddFormat name=lamed engine=aleph patterns=language.dat docfiles size=11 texmf-dist/doc/aleph/base/News texmf-dist/doc/aleph/base/readme.txt - texmf/doc/man/man1/aleph.1 - texmf/doc/man/man1/aleph.man1.pdf - texmf/doc/man/man1/lamed.1 - texmf/doc/man/man1/lamed.man1.pdf + texmf-dist/doc/man/man1/aleph.1 + texmf-dist/doc/man/man1/aleph.man1.pdf + texmf-dist/doc/man/man1/lamed.1 + texmf-dist/doc/man/man1/lamed.man1.pdf catalogue-ctan /systems/aleph -catalogue-date 2012-02-09 23:17:52 +0100 +catalogue-date 2012-12-31 10:35:50 +0100 catalogue-license gpl catalogue-version RC2 name aleph.i386-linux category Package -revision 26912 +revision 30088 shortdesc i386-linux files of aleph -binfiles arch=i386-linux size=120 +binfiles arch=i386-linux size=130 bin/i386-linux/aleph bin/i386-linux/lamed @@ -2279,7 +2280,7 @@ catalogue-version 1.1 name amscls category Package -revision 29207 +revision 30644 shortdesc AMS document classes for LaTeX. relocated 1 longdesc This bundle contains three AMS classes, amsart (for writing @@ -2299,7 +2300,7 @@ runfiles size=78 RELOC/tex/latex/amscls/amsproc.cls RELOC/tex/latex/amscls/amsthm.sty RELOC/tex/latex/amscls/upref.sty -docfiles size=293 +docfiles size=268 RELOC/doc/latex/amscls/00LICENSE.txt RELOC/doc/latex/amscls/amsart.template RELOC/doc/latex/amscls/amsbook.template @@ -3062,7 +3063,7 @@ catalogue-license noinfo name amsmath category Package -revision 29327 +revision 30645 shortdesc AMS mathematical facilities for LaTeX. relocated 1 longdesc The package provides the principal packages in the AMS-LaTeX @@ -3086,7 +3087,7 @@ runfiles size=46 RELOC/tex/latex/amsmath/amstex.sty RELOC/tex/latex/amsmath/amstext.sty RELOC/tex/latex/amsmath/amsxtra.sty -docfiles size=489 +docfiles size=568 RELOC/doc/latex/amsmath/amsbsy.pdf RELOC/doc/latex/amsmath/amscd.pdf RELOC/doc/latex/amsmath/amsgen.pdf @@ -3095,11 +3096,10 @@ docfiles size=489 RELOC/doc/latex/amsmath/amsopn.pdf RELOC/doc/latex/amsmath/amstext.pdf RELOC/doc/latex/amsmath/amsxtra.pdf - RELOC/doc/latex/amsmath/diffs-m.txt RELOC/doc/latex/amsmath/subeqn.pdf RELOC/doc/latex/amsmath/technote.pdf RELOC/doc/latex/amsmath/testmath.pdf -srcfiles size=129 +srcfiles size=135 RELOC/source/latex/amsmath/README RELOC/source/latex/amsmath/amsbsy.dtx RELOC/source/latex/amsmath/amsbsy.ins @@ -3116,6 +3116,7 @@ srcfiles size=129 RELOC/source/latex/amsmath/amstext.ins RELOC/source/latex/amsmath/amsxtra.dtx RELOC/source/latex/amsmath/amsxtra.ins + RELOC/source/latex/amsmath/diffs-m.txt RELOC/source/latex/amsmath/install.txt RELOC/source/latex/amsmath/manifest.txt RELOC/source/latex/amsmath/subeqn.tex @@ -3128,7 +3129,7 @@ catalogue-version 2.14 name amsrefs category Package -revision 29326 +revision 30646 shortdesc A LaTeX-based replacement for BibTeX. relocated 1 longdesc Amsrefs is a LaTeX package for bibliographies that provides an @@ -3150,7 +3151,7 @@ runfiles size=59 RELOC/tex/latex/amsrefs/pcatcode.sty RELOC/tex/latex/amsrefs/rkeyval.sty RELOC/tex/latex/amsrefs/textcmds.sty -docfiles size=424 +docfiles size=522 RELOC/doc/latex/amsrefs/amsrdoc.pdf RELOC/doc/latex/amsrefs/amsrefs.faq RELOC/doc/latex/amsrefs/amsrefs.pdf @@ -3194,7 +3195,7 @@ catalogue-version 2.14 name amstex category Package -revision 26689 +revision 29764 shortdesc American Mathematical Society plain TeX macros. longdesc AMSTeX is a TeX macro package, originally written by Michael longdesc Spivak for the American Mathematical Society (AMS) during 1983- @@ -3223,8 +3224,8 @@ docfiles size=188 texmf-dist/doc/amstex/base/amstinst.tex texmf-dist/doc/amstex/base/joyerr.tex texmf-dist/doc/amstex/base/joyerr2.tex - texmf/doc/man/man1/amstex.1 - texmf/doc/man/man1/amstex.man1.pdf + texmf-dist/doc/man/man1/amstex.1 + texmf-dist/doc/man/man1/amstex.man1.pdf catalogue-ctan /macros/amstex catalogue-date 2012-04-13 20:24:15 +0200 catalogue-license lppl @@ -3248,7 +3249,7 @@ docfiles size=32 name animate category Package -revision 28471 +revision 30092 shortdesc Create PDF animations from graphics files and inline graphics. relocated 1 longdesc The package provides an interface to create portable, @@ -3259,7 +3260,7 @@ longdesc text. runfiles size=32 RELOC/tex/latex/animate/animate.sty RELOC/tex/latex/animate/animfp.sty -docfiles size=932 +docfiles size=934 RELOC/doc/latex/animate/ChangeLog RELOC/doc/latex/animate/README RELOC/doc/latex/animate/animate.pdf @@ -3274,7 +3275,7 @@ docfiles size=932 RELOC/doc/latex/animate/files/pstmetronome.tex RELOC/doc/latex/animate/files/scarab.mp catalogue-ctan /macros/latex/contrib/animate -catalogue-date 2012-12-06 14:16:04 +0100 +catalogue-date 2013-04-23 16:22:57 +0200 catalogue-license lppl name anonchap @@ -4947,9 +4948,66 @@ catalogue-date 2010-03-06 08:51:23 +0100 catalogue-license lppl catalogue-version v1.1.4 +name aramaic-serto +category Package +revision 30042 +shortdesc Fonts and LaTeX for Syriac written in Serto. +relocated 1 +longdesc This package enables (La)TeX users to typeset words or phrases +longdesc (e-tex extensions are needed) in Syriac (Aramaic) using the +longdesc Serto-alphabet. The package includes a preprocessor written in +longdesc Python (>= 1.5.2) in order to deal with right-to-left +longdesc typesetting for those who do not want to use elatex and to +longdesc choose the correct letter depending on word context +longdesc (initial/medial/final form). Detailed documentation and +longdesc examples are included. +execute addMap syriac.map +runfiles size=78 + RELOC/fonts/afm/public/aramaic-serto/assy.afm + RELOC/fonts/afm/public/aramaic-serto/assyrb10.afm + RELOC/fonts/afm/public/aramaic-serto/serto10.afm + RELOC/fonts/afm/public/aramaic-serto/sertob10.afm + RELOC/fonts/map/dvips/aramaic-serto/syriac.map + RELOC/fonts/source/public/aramaic-serto/assy.mf + RELOC/fonts/source/public/aramaic-serto/assyrb10.mf + RELOC/fonts/source/public/aramaic-serto/assyrfont.mf + RELOC/fonts/source/public/aramaic-serto/serto.mf + RELOC/fonts/source/public/aramaic-serto/serto10.mf + RELOC/fonts/source/public/aramaic-serto/sertob10.mf + RELOC/fonts/source/public/aramaic-serto/sertobase.mf + RELOC/fonts/source/public/aramaic-serto/sertofont.mf + RELOC/fonts/source/public/aramaic-serto/sertomacros.mf + RELOC/fonts/source/public/aramaic-serto/syriacvowels.mf + RELOC/fonts/source/public/aramaic-serto/test.mf + RELOC/fonts/tfm/public/aramaic-serto/assy.tfm + RELOC/fonts/tfm/public/aramaic-serto/assyrb10.tfm + RELOC/fonts/tfm/public/aramaic-serto/serto10.tfm + RELOC/fonts/tfm/public/aramaic-serto/sertob10.tfm + RELOC/fonts/type1/public/aramaic-serto/assy.pfb + RELOC/fonts/type1/public/aramaic-serto/assyrb10.pfb + RELOC/fonts/type1/public/aramaic-serto/serto10.pfb + RELOC/fonts/type1/public/aramaic-serto/sertob10.pfb + RELOC/tex/latex/aramaic-serto/assyr.sty + RELOC/tex/latex/aramaic-serto/serto.sty + RELOC/tex/latex/aramaic-serto/syriac.sty + RELOC/tex/latex/aramaic-serto/uassyr.fd + RELOC/tex/latex/aramaic-serto/userto.fd +docfiles size=75 + RELOC/doc/latex/aramaic-serto/README + RELOC/doc/latex/aramaic-serto/assyr.font + RELOC/doc/latex/aramaic-serto/example.ptex + RELOC/doc/latex/aramaic-serto/serto.font + RELOC/doc/latex/aramaic-serto/serto.py + RELOC/doc/latex/aramaic-serto/sertodoc.pdf + RELOC/doc/latex/aramaic-serto/sertodoc.ptex +catalogue-ctan /language/aramaic/serto +catalogue-date 2013-04-18 13:30:17 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + name arara category Package -revision 29349 +revision 29762 shortdesc Automation of LaTeX compilation. longdesc Arara is comparable with other well-known compilation tools longdesc like latexmk and rubber. The key difference is that that arara @@ -7107,7 +7165,7 @@ catalogue-version 4.0.3 name articleingud category Package -revision 28302 +revision 29803 shortdesc LaTeX class for articles published in INGENIERIA review. relocated 1 longdesc The class is for articles published in INGENIERIA review. It is @@ -7225,6 +7283,32 @@ catalogue-date 2012-02-05 17:55:30 +0100 catalogue-license lppl catalogue-version 2.2 +name ascii-font +category Package +revision 29989 +shortdesc Use the ASCII "font" in LaTeX. +relocated 1 +longdesc The package provides glyph and font access commands so that +longdesc LaTeX users can use the ASCII glyphs in their documents. The +longdesc ASCII font is encoded according to the IBM PC Code Page 437 C0 +longdesc Graphics. This package replaces any early LaTeX 2.09 package +longdesc and "font" by R. Ramasubramanian and R.W.D. Nickalls. +execute addMap ascii.map +runfiles size=17 + RELOC/fonts/map/dvips/ascii-font/ascii.map + RELOC/fonts/tfm/public/ascii-font/ASCII.tfm + RELOC/fonts/type1/public/ascii-font/ASCII.pfb + RELOC/tex/latex/ascii-font/ascii.sty +docfiles size=1 + RELOC/doc/fonts/ascii-font/README.TEXLIVE +srcfiles size=5 + RELOC/source/fonts/ascii-font/ascii.dtx + RELOC/source/fonts/ascii-font/ascii.ins +catalogue-ctan /fonts/ascii +catalogue-date 2013-04-15 01:42:14 +0200 +catalogue-license lppl +catalogue-version 2.0 + name ascii-chart category Package revision 20536 @@ -7239,31 +7323,6 @@ catalogue-ctan /info/ascii-chart catalogue-date 2010-11-22 13:41:51 +0100 catalogue-license noinfo -name ascii -category Package -revision 15878 -shortdesc Support for IBM "standard ASCII" font. -relocated 1 -longdesc This package makes available the graphical representation of -longdesc the ASCII characters as defined in the IBM PC Code Page 437 C0 -longdesc Graphics. A Type 1 font of the glyphs is included. -execute addMap ascii.map -runfiles size=17 - RELOC/fonts/map/dvips/ascii/ascii.map - RELOC/fonts/tfm/public/ascii/ASCII.tfm - RELOC/fonts/type1/public/ascii/ASCII.pfb - RELOC/tex/latex/ascii/ascii.sty -docfiles size=123 - RELOC/doc/fonts/ascii/ascii2006.pdf - RELOC/doc/fonts/ascii/asciisty1994.pdf -srcfiles size=5 - RELOC/source/latex/ascii/ascii.dtx - RELOC/source/latex/ascii/ascii.ins -catalogue-ctan /fonts/ascii -catalogue-date 2008-12-25 13:14:37 +0100 -catalogue-license lppl -catalogue-version 2.0 - name aspectratio category Package revision 25243 @@ -7723,7 +7782,7 @@ catalogue-version 0.3 name autonum category Package -revision 27592 +revision 30163 shortdesc Automatic equation references. relocated 1 longdesc The package arranges that equation numbers are applied only to @@ -7731,17 +7790,18 @@ longdesc those equations that are referenced. This operation is similar longdesc to the showonlyrefs option of the package mathtools. runfiles size=2 RELOC/tex/latex/autonum/autonum.sty -docfiles size=85 +docfiles size=92 RELOC/doc/latex/autonum/README RELOC/doc/latex/autonum/autonum.pdf RELOC/doc/latex/autonum/test-autonum.pdf + RELOC/doc/latex/autonum/test-autonum.tex srcfiles size=12 RELOC/source/latex/autonum/autonum.dtx RELOC/source/latex/autonum/autonum.ins catalogue-ctan /macros/latex/contrib/autonum -catalogue-date 2012-09-04 10:37:09 +0200 +catalogue-date 2013-04-28 23:51:31 +0200 catalogue-license lppl1.3 -catalogue-version 0.3.2 +catalogue-version 0.3.4 name autopdf category Package @@ -8003,7 +8063,7 @@ catalogue-version 1.22b name a2ping category TLCore -revision 27321 +revision 29725 shortdesc Advanced PS, PDF, EPS converter. longdesc a2ping is a Perl script command line utility written for Unix longdesc that converts many raster image and vector graphics formats to @@ -8019,8 +8079,8 @@ depend a2ping.ARCH runfiles size=26 texmf-dist/scripts/a2ping/a2ping.pl docfiles size=8 - texmf/doc/man/man1/a2ping.1 - texmf/doc/man/man1/a2ping.man1.pdf + texmf-dist/doc/man/man1/a2ping.1 + texmf-dist/doc/man/man1/a2ping.man1.pdf catalogue-ctan /graphics/a2ping/a2ping.pl catalogue-date 2012-04-13 20:01:51 +0200 catalogue-license gpl @@ -8067,6 +8127,59 @@ catalogue-date 2010-02-23 16:03:07 +0100 catalogue-license pd catalogue-version 4 +name babel-albanian +category Package +revision 30254 +shortdesc Support for Albanian within babel +relocated 1 +longdesc The package provides support for typesetting Albanian (as part +longdesc of the babel system). +runfiles size=2 + RELOC/tex/generic/babel-albanian/albanian.ldf +docfiles size=31 + RELOC/doc/generic/babel-albanian/albanian.pdf +srcfiles size=5 + RELOC/source/generic/babel-albanian/albanian.dtx + RELOC/source/generic/babel-albanian/albanian.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/albanian +catalogue-date 2011-09-19 08:05:09 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name babel-bahasa +category Package +revision 30255 +shortdesc Support for Bahasa within babel. +relocated 1 +longdesc The bundle provides two sets of language typesetting support, +longdesc for Bahasa Indonesia and Bahasa Malaysia. +runfiles size=4 + RELOC/tex/generic/babel-bahasa/bahasai.ldf + RELOC/tex/generic/babel-bahasa/bahasam.ldf +docfiles size=56 + RELOC/doc/generic/babel-bahasa/bahasa.pdf + RELOC/doc/generic/babel-bahasa/bahasam.pdf +srcfiles size=8 + RELOC/source/generic/babel-bahasa/bahasa.dtx + RELOC/source/generic/babel-bahasa/bahasa.ins + RELOC/source/generic/babel-bahasa/bahasam.dtx +catalogue-ctan /macros/latex/contrib/babel-contrib/bahasa +catalogue-date 2013-05-06 22:45:34 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0l + +name babel-basque +category Package +revision 30256 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-basque/basque.ldf +docfiles size=38 + RELOC/doc/generic/babel-basque/basque.pdf +srcfiles size=6 + RELOC/source/generic/babel-basque/basque.dtx + RELOC/source/generic/babel-basque/basque.ins + name babelbib category Package revision 25245 @@ -8137,9 +8250,655 @@ catalogue-date 2012-01-30 12:34:22 +0100 catalogue-license lppl1 catalogue-version 1.31 +name babel-breton +category Package +revision 30257 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-breton/breton.ldf +docfiles size=29 + RELOC/doc/generic/babel-breton/breton.pdf +srcfiles size=5 + RELOC/source/generic/babel-breton/breton.dtx + RELOC/source/generic/babel-breton/breton.ins + +name babel-bulgarian +category Package +revision 30258 +relocated 1 +runfiles size=4 + RELOC/tex/generic/babel-bulgarian/bulgarian.ldf +docfiles size=48 + RELOC/doc/generic/babel-bulgarian/bulgarian.pdf +srcfiles size=11 + RELOC/source/generic/babel-bulgarian/bulgarian.dtx + RELOC/source/generic/babel-bulgarian/bulgarian.ins + +name babel-catalan +category Package +revision 30259 +relocated 1 +runfiles size=3 + RELOC/tex/generic/babel-catalan/catalan.ldf +docfiles size=52 + RELOC/doc/generic/babel-catalan/catalan.pdf +srcfiles size=10 + RELOC/source/generic/babel-catalan/catalan.dtx + RELOC/source/generic/babel-catalan/catalan.ins + +name babel-croatian +category Package +revision 30260 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-croatian/croatian.ldf +docfiles size=28 + RELOC/doc/generic/babel-croatian/croatian.pdf +srcfiles size=5 + RELOC/source/generic/babel-croatian/croatian.dtx + RELOC/source/generic/babel-croatian/croatian.ins + +name babel-czech +category Package +revision 30261 +relocated 1 +runfiles size=4 + RELOC/tex/generic/babel-czech/czech.ldf +docfiles size=47 + RELOC/doc/generic/babel-czech/czech.pdf +srcfiles size=12 + RELOC/source/generic/babel-czech/czech.dtx + RELOC/source/generic/babel-czech/czech.ins + +name babel-danish +category Package +revision 30262 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-danish/danish.ldf +docfiles size=32 + RELOC/doc/generic/babel-danish/danish.pdf +srcfiles size=6 + RELOC/source/generic/babel-danish/danish.dtx + RELOC/source/generic/babel-danish/danish.ins + +name babel-dutch +category Package +revision 30263 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-dutch/dutch.ldf +docfiles size=38 + RELOC/doc/generic/babel-dutch/dutch.pdf +srcfiles size=8 + RELOC/source/generic/babel-dutch/dutch.dtx + RELOC/source/generic/babel-dutch/dutch.ins + +name babel-english +category Package +revision 30264 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-english/english.ldf +docfiles size=32 + RELOC/doc/generic/babel-english/english.pdf +srcfiles size=7 + RELOC/source/generic/babel-english/english.dtx + RELOC/source/generic/babel-english/english.ins + +name babel-esperanto +category Package +revision 30265 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-esperanto/esperanto.ldf +docfiles size=31 + RELOC/doc/generic/babel-esperanto/esperanto.pdf +srcfiles size=6 + RELOC/source/generic/babel-esperanto/esperanto.dtx + RELOC/source/generic/babel-esperanto/esperanto.ins + +name babel-estonian +category Package +revision 30266 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-estonian/estonian.ldf +docfiles size=34 + RELOC/doc/generic/babel-estonian/estonian.pdf +srcfiles size=7 + RELOC/source/generic/babel-estonian/estonian.dtx + RELOC/source/generic/babel-estonian/estonian.ins + +name babel-finnish +category Package +revision 30267 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-finnish/finnish.ldf +docfiles size=35 + RELOC/doc/generic/babel-finnish/finnish.pdf +srcfiles size=6 + RELOC/source/generic/babel-finnish/finnish.dtx + RELOC/source/generic/babel-finnish/finnish.ins + +name babel-french +category Package +revision 30323 +shortdesc Babel contributed support for French. +relocated 1 +longdesc The package establishes French conventions in a document (or a +longdesc subset of the conventions, if the French is not the main +longdesc language of the document). +runfiles size=14 + RELOC/tex/generic/babel-french/frenchb.cfg + RELOC/tex/generic/babel-french/frenchb.ldf +docfiles size=87 + RELOC/doc/generic/babel-french/frenchb.pdf +srcfiles size=37 + RELOC/source/generic/babel-french/frenchb.dtx + RELOC/source/generic/babel-french/frenchb.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/french +catalogue-date 2013-05-07 14:32:50 +0200 +catalogue-license lppl1.3 +catalogue-version 2.6b + +name babel-friulan +category Package +revision 30361 +shortdesc Babel/Polyglossia support for Friulan(Furlan). +relocated 1 +longdesc The package provides a language description file that enables +longdesc support of Friulan either with babel or with polyglossia. +runfiles size=1 + RELOC/tex/generic/babel-friulan/friulan.ldf +docfiles size=30 + RELOC/doc/generic/babel-friulan/friulan.pdf +srcfiles size=3 + RELOC/source/generic/babel-friulan/friulan.dtx +catalogue-ctan /macros/latex/contrib/babel-contrib/friulan +catalogue-date 2013-05-04 11:13:00 +0200 +catalogue-license lppl1.3 + +name babel-galician +category Package +revision 30270 +relocated 1 +runfiles size=7 + RELOC/tex/generic/babel-galician/galician.ldf +docfiles size=112 + RELOC/doc/generic/babel-galician/galician.pdf + RELOC/doc/generic/babel-galician/glbst.tex + RELOC/doc/generic/babel-galician/glromidx.tex +srcfiles size=22 + RELOC/source/generic/babel-galician/galician.dtx + RELOC/source/generic/babel-galician/galician.ins + +name babel-german +category Package +revision 30271 +relocated 1 +runfiles size=4 + RELOC/tex/generic/babel-german/germanb.ldf + RELOC/tex/generic/babel-german/ngermanb.ldf +docfiles size=72 + RELOC/doc/generic/babel-german/germanb.pdf + RELOC/doc/generic/babel-german/ngermanb.pdf +srcfiles size=12 + RELOC/source/generic/babel-german/german.ins + RELOC/source/generic/babel-german/germanb.dtx + RELOC/source/generic/babel-german/ngermanb.dtx + +name babel-greek +category Package +revision 30543 +relocated 1 +runfiles size=18 + RELOC/tex/generic/babel-greek/athnum.sty + RELOC/tex/generic/babel-greek/greek.ldf + RELOC/tex/generic/babel-greek/grmath.sty + RELOC/tex/generic/babel-greek/grsymb.sty + RELOC/tex/generic/babel-greek/lgrcmr.fd + RELOC/tex/generic/babel-greek/lgrcmro.fd + RELOC/tex/generic/babel-greek/lgrcmss.fd + RELOC/tex/generic/babel-greek/lgrcmtt.fd + RELOC/tex/generic/babel-greek/lgrlcmss.fd + RELOC/tex/generic/babel-greek/lgrlcmtt.fd + RELOC/tex/generic/babel-greek/lgrlmr.fd + RELOC/tex/generic/babel-greek/lgrlmro.fd + RELOC/tex/generic/babel-greek/lgrlmss.fd + RELOC/tex/generic/babel-greek/lgrlmtt.fd +docfiles size=158 + RELOC/doc/generic/babel-greek/GreekFonts.txt + RELOC/doc/generic/babel-greek/athnum.pdf + RELOC/doc/generic/babel-greek/greek.pdf + RELOC/doc/generic/babel-greek/grmath.pdf + RELOC/doc/generic/babel-greek/grsymb.pdf + RELOC/doc/generic/babel-greek/usage.tex +srcfiles size=24 + RELOC/source/generic/babel-greek/athnum.dtx + RELOC/source/generic/babel-greek/greek.dtx + RELOC/source/generic/babel-greek/greek.fdd + RELOC/source/generic/babel-greek/greek.ins + RELOC/source/generic/babel-greek/grmath.dtx + RELOC/source/generic/babel-greek/grsymb.dtx + +name babel-hebrew +category Package +revision 30273 +relocated 1 +runfiles size=53 + RELOC/tex/generic/babel-hebrew/8859-8.def + RELOC/tex/generic/babel-hebrew/cp1255.def + RELOC/tex/generic/babel-hebrew/cp862.def + RELOC/tex/generic/babel-hebrew/he8OmegaHebrew.fd + RELOC/tex/generic/babel-hebrew/he8aharoni.fd + RELOC/tex/generic/babel-hebrew/he8cmr.fd + RELOC/tex/generic/babel-hebrew/he8cmss.fd + RELOC/tex/generic/babel-hebrew/he8cmtt.fd + RELOC/tex/generic/babel-hebrew/he8david.fd + RELOC/tex/generic/babel-hebrew/he8drugulin.fd + RELOC/tex/generic/babel-hebrew/he8enc.def + RELOC/tex/generic/babel-hebrew/he8frankruehl.fd + RELOC/tex/generic/babel-hebrew/he8miriam.fd + RELOC/tex/generic/babel-hebrew/he8nachlieli.fd + RELOC/tex/generic/babel-hebrew/he8yad.fd + RELOC/tex/generic/babel-hebrew/hebcal.sty + RELOC/tex/generic/babel-hebrew/hebfont.sty + RELOC/tex/generic/babel-hebrew/hebrew.ldf + RELOC/tex/generic/babel-hebrew/hebrew_newcode.sty + RELOC/tex/generic/babel-hebrew/hebrew_oldcode.sty + RELOC/tex/generic/babel-hebrew/hebrew_p.sty + RELOC/tex/generic/babel-hebrew/lheclas.fd + RELOC/tex/generic/babel-hebrew/lhecmr.fd + RELOC/tex/generic/babel-hebrew/lhecmss.fd + RELOC/tex/generic/babel-hebrew/lhecmtt.fd + RELOC/tex/generic/babel-hebrew/lhecrml.fd + RELOC/tex/generic/babel-hebrew/lheenc.def + RELOC/tex/generic/babel-hebrew/lhefr.fd + RELOC/tex/generic/babel-hebrew/lheredis.fd + RELOC/tex/generic/babel-hebrew/lheshold.fd + RELOC/tex/generic/babel-hebrew/lheshscr.fd + RELOC/tex/generic/babel-hebrew/lheshstk.fd + RELOC/tex/generic/babel-hebrew/rlbabel.def + RELOC/tex/generic/babel-hebrew/si960.def +docfiles size=197 + RELOC/doc/generic/babel-hebrew/00readme.heb + RELOC/doc/generic/babel-hebrew/heb209.pdf + RELOC/doc/generic/babel-hebrew/hebinp.pdf + RELOC/doc/generic/babel-hebrew/hebrew.pdf +srcfiles size=52 + RELOC/source/generic/babel-hebrew/heb209.dtx + RELOC/source/generic/babel-hebrew/hebinp.dtx + RELOC/source/generic/babel-hebrew/hebrew.dtx + RELOC/source/generic/babel-hebrew/hebrew.fdd + RELOC/source/generic/babel-hebrew/hebrew.ins + +name babel-hungarian +category Package +revision 30274 +shortdesc Babel support for Hungarian (Magyar). +relocated 1 +longdesc The package provides a language definition file that enables +longdesc support of Magyar (Hungarian) with babel. +runfiles size=61 + RELOC/tex/latex/babel-hungarian/magyar.ldf +catalogue-ctan /macros/latex/contrib/babel-contrib/hungarian/magyar.ldf +catalogue-date 2013-05-06 17:15:57 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name babel-icelandic +category Package +revision 30275 +relocated 1 +runfiles size=3 + RELOC/tex/generic/babel-icelandic/icelandic.ldf +docfiles size=68 + RELOC/doc/generic/babel-icelandic/icelandic.pdf +srcfiles size=9 + RELOC/source/generic/babel-icelandic/icelandic.dtx + RELOC/source/generic/babel-icelandic/icelandic.ins + +name babel-interlingua +category Package +revision 30276 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-interlingua/interlingua.ldf +docfiles size=27 + RELOC/doc/generic/babel-interlingua/interlingua.pdf +srcfiles size=4 + RELOC/source/generic/babel-interlingua/interlingua.dtx + RELOC/source/generic/babel-interlingua/interlingua.ins + +name babel-irish +category Package +revision 30277 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-irish/irish.ldf +docfiles size=27 + RELOC/doc/generic/babel-irish/irish.pdf +srcfiles size=4 + RELOC/source/generic/babel-irish/irish.dtx + RELOC/source/generic/babel-irish/irish.ins + +name babel-italian +category Package +revision 30278 +shortdesc Babel support for Italian text. +relocated 1 +longdesc The package provides language definitions for use in babel. +runfiles size=3 + RELOC/tex/generic/babel-italian/italian.ldf +docfiles size=56 + RELOC/doc/generic/babel-italian/italian.pdf +srcfiles size=12 + RELOC/source/generic/babel-italian/italian.dtx + RELOC/source/generic/babel-italian/italian.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/italian +catalogue-date 2013-05-03 15:48:11 +0200 +catalogue-license lppl1.3 +catalogue-version 1.2t + +name babel-kurmanji +category Package +revision 30279 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-kurmanji/kurmanji.ldf +docfiles size=31 + RELOC/doc/generic/babel-kurmanji/kurmanji.pdf +srcfiles size=6 + RELOC/source/generic/babel-kurmanji/kurmanji.dtx + RELOC/source/generic/babel-kurmanji/kurmanji.ins + +name babel-latin +category Package +revision 30280 +relocated 1 +runfiles size=3 + RELOC/tex/generic/babel-latin/latin.ldf +docfiles size=42 + RELOC/doc/generic/babel-latin/latin.pdf +srcfiles size=10 + RELOC/source/generic/babel-latin/latin.dtx + RELOC/source/generic/babel-latin/latin.ins + +name babel-norsk +category Package +revision 30281 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-norsk/norsk.ldf +docfiles size=35 + RELOC/doc/generic/babel-norsk/norsk.pdf +srcfiles size=7 + RELOC/source/generic/babel-norsk/norsk.dtx + RELOC/source/generic/babel-norsk/norsk.ins + +name babel-piedmontese +category Package +revision 30282 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-piedmontese/piedmontese.ldf +docfiles size=26 + RELOC/doc/generic/babel-piedmontese/piedmontese.pdf +srcfiles size=3 + RELOC/source/generic/babel-piedmontese/piedmontese.dtx + +name babel-polish +category Package +revision 30283 +relocated 1 +runfiles size=3 + RELOC/tex/generic/babel-polish/polish.ldf +docfiles size=33 + RELOC/doc/generic/babel-polish/polish.pdf +srcfiles size=8 + RELOC/source/generic/babel-polish/polish.dtx + RELOC/source/generic/babel-polish/polish.ins + +name babel-portuges +category Package +revision 30284 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-portuges/portuges.ldf +docfiles size=36 + RELOC/doc/generic/babel-portuges/portuges.pdf +srcfiles size=7 + RELOC/source/generic/babel-portuges/portuges.dtx + RELOC/source/generic/babel-portuges/portuges.ins + +name babel-romanian +category Package +revision 30285 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-romanian/romanian.ldf +docfiles size=28 + RELOC/doc/generic/babel-romanian/romanian.pdf +srcfiles size=5 + RELOC/source/generic/babel-romanian/romanian.dtx + RELOC/source/generic/babel-romanian/romanian.ins + +name babel-romansh +category Package +revision 30286 +shortdesc Babel/Polyglossia support for the Romansh language. +relocated 1 +longdesc The package provides a language description file that enables +longdesc support of Romansh either with babel or with polyglossia. +runfiles size=1 + RELOC/tex/generic/babel-romansh/romansh.ldf +docfiles size=28 + RELOC/doc/generic/babel-romansh/romansh.pdf +srcfiles size=2 + RELOC/source/generic/babel-romansh/romansh.dtx +catalogue-ctan /macros/latex/contrib/babel-contrib/romansh +catalogue-date 2013-05-04 16:14:02 +0200 +catalogue-license lppl1.3 + +name babel-russian +category Package +revision 30287 +shortdesc Russian language module for Babel. +relocated 1 +longdesc The package provides support for use of Babel in documents +longdesc written in Russian. The package is adapted for use both under +longdesc 'traditional' TeX engines, and under XeTeX and LuaTeX. +runfiles size=5 + RELOC/tex/generic/babel-russian/russianb.ldf +docfiles size=44 + RELOC/doc/generic/babel-russian/README + RELOC/doc/generic/babel-russian/russianb.pdf +srcfiles size=20 + RELOC/source/generic/babel-russian/russianb.dtx + RELOC/source/generic/babel-russian/russianb.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/russian +catalogue-date 2013-05-03 12:18:01 +0200 +catalogue-license lppl1.3 +catalogue-version 1.3 + +name babel-samin +category Package +revision 30288 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-samin/samin.ldf +docfiles size=31 + RELOC/doc/generic/babel-samin/samin.pdf +srcfiles size=4 + RELOC/source/generic/babel-samin/samin.dtx + RELOC/source/generic/babel-samin/samin.ins + +name babel-scottish +category Package +revision 30289 +relocated 1 +runfiles size=1 + RELOC/tex/generic/babel-scottish/scottish.ldf +docfiles size=28 + RELOC/doc/generic/babel-scottish/scottish.pdf +srcfiles size=4 + RELOC/source/generic/babel-scottish/scottish.dtx + RELOC/source/generic/babel-scottish/scottish.ins + +name babel-serbianc +category Package +revision 30348 +shortdesc Babel module to support Serbian Cyrillic. +relocated 1 +longdesc The package provides support for Serbian documents written in +longdesc Cyrillic, in babel. +runfiles size=3 + RELOC/tex/generic/babel-serbianc/serbianc.ldf + RELOC/tex/generic/babel-serbianc/serbianc.sty +docfiles size=34 + RELOC/doc/generic/babel-serbianc/COPYING + RELOC/doc/generic/babel-serbianc/ChangeLog + RELOC/doc/generic/babel-serbianc/Copyright + RELOC/doc/generic/babel-serbianc/INSTALL + RELOC/doc/generic/babel-serbianc/README + RELOC/doc/generic/babel-serbianc/README.Files + RELOC/doc/generic/babel-serbianc/README.serbianc + RELOC/doc/generic/babel-serbianc/sample.pdf + RELOC/doc/generic/babel-serbianc/sample.tex + RELOC/doc/generic/babel-serbianc/serbianc.patch +srcfiles size=4 + RELOC/source/generic/babel-serbianc/serbianc.dtx + RELOC/source/generic/babel-serbianc/serbianc.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/serbianc +catalogue-date 2013-05-04 16:25:22 +0200 +catalogue-license lppl1.3 +catalogue-version 2.2 + +name babel-serbian +category Package +revision 30290 +relocated 1 +runfiles size=2 + RELOC/tex/generic/babel-serbian/serbian.ldf +docfiles size=32 + RELOC/doc/generic/babel-serbian/serbian.pdf +srcfiles size=5 + RELOC/source/generic/babel-serbian/serbian.dtx + RELOC/source/generic/babel-serbian/serbian.ins + +name babel-slovak +category Package +revision 30292 +relocated 1 +runfiles size=5 + RELOC/tex/generic/babel-slovak/slovak.ldf +docfiles size=48 + RELOC/doc/generic/babel-slovak/slovak.pdf +srcfiles size=14 + RELOC/source/generic/babel-slovak/slovak.dtx + RELOC/source/generic/babel-slovak/slovak.ins + +name babel-slovenian +category Package +revision 30351 +shortdesc Babel support for typesetting Slovenian. +relocated 1 +longdesc The package provides the language definition file for support +longdesc of Slovenian in babel. Several shortcuts are defined, as well +longdesc as translations to Slovenian of standard "LaTeX names". +runfiles size=2 + RELOC/tex/generic/babel-slovenian/slovene.ldf +docfiles size=32 + RELOC/doc/generic/babel-slovenian/slovene.pdf +srcfiles size=5 + RELOC/source/generic/babel-slovenian/slovene.dtx + RELOC/source/generic/babel-slovenian/slovene.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/slovene +catalogue-date 2013-05-08 21:33:39 +0200 +catalogue-license lppl1.3 +catalogue-version 1.2i + +name babel-sorbian +category Package +revision 30294 +relocated 1 +runfiles size=4 + RELOC/tex/generic/babel-sorbian/lsorbian.ldf + RELOC/tex/generic/babel-sorbian/usorbian.ldf +docfiles size=64 + RELOC/doc/generic/babel-sorbian/lsorbian.pdf + RELOC/doc/generic/babel-sorbian/usorbian.pdf +srcfiles size=9 + RELOC/source/generic/babel-sorbian/lsorbian.dtx + RELOC/source/generic/babel-sorbian/sorbian.ins + RELOC/source/generic/babel-sorbian/usorbian.dtx + +name babel-spanish +category Package +revision 30295 +shortdesc Babel support for Spanish. +relocated 1 +longdesc This bundle provides the means to typeset Spanish text, with +longdesc the support provided by the LaTeX standard package babel. Note +longdesc that separate support is provided for those who wish to typeset +longdesc Spanish as written in Mexico. +runfiles size=8 + RELOC/tex/generic/babel-spanish/romanidx.sty + RELOC/tex/generic/babel-spanish/spanish.ldf +docfiles size=42 + RELOC/doc/generic/babel-spanish/spanish.pdf +srcfiles size=24 + RELOC/source/generic/babel-spanish/spanish.dtx + RELOC/source/generic/babel-spanish/spanish.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/spanish +catalogue-date 2013-05-04 16:20:14 +0200 +catalogue-license lppl +catalogue-version 5.0j + +name babel-swedish +category Package +revision 30296 +shortdesc Babel support for typesetting Swedish. +relocated 1 +longdesc The package provides the language definition file for Swedish. +runfiles size=2 + RELOC/tex/generic/babel-swedish/swedish.ldf +docfiles size=32 + RELOC/doc/generic/babel-swedish/swedish.pdf +srcfiles size=7 + RELOC/source/generic/babel-swedish/swedish.dtx + RELOC/source/generic/babel-swedish/swedish.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/swedish +catalogue-date 2013-05-06 23:49:45 +0200 +catalogue-license lppl1.3 +catalogue-version 2.3d + +name babel-thai +category Package +revision 30564 +shortdesc Support for Thai within babel +relocated 1 +longdesc The package provides support for typesetting Thai text. within +longdesc the babel system. +runfiles size=8 + RELOC/tex/generic/babel-thai/lthenc.def + RELOC/tex/generic/babel-thai/thai.ldf + RELOC/tex/generic/babel-thai/tis620.def +docfiles size=53 + RELOC/doc/generic/babel-thai/thai.pdf +srcfiles size=12 + RELOC/source/generic/babel-thai/thai.dtx + RELOC/source/generic/babel-thai/thai.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/thai +catalogue-date 2013-05-19 01:05:23 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0.0 + name babel category Package -revision 24756 +revision 30576 shortdesc Multilingual support for Plain TeX or LaTeX. relocated 1 longdesc The package manages culturally-determined typographical (and @@ -8147,306 +8906,157 @@ longdesc other) rules, and hyphenation patterns for a wide range of longdesc languages. A document may select a single language to be longdesc supported, or it may select several, in which case the document longdesc may switch from one language to another in a variety of ways. -longdesc Note that the package has contributions for several languages -longdesc that remain to be incorporated. Examples are: Arabic; Magyar -longdesc (Hungarian); Serbian written in cyrillic; Spanish; and Spanish, -longdesc using Mexican conventions.. Users of XeTeX are advised to use -longdesc polyglossia rather than Babel. -runfiles size=273 +longdesc Babel uses contributed configuration files that provide the +longdesc detail of what has to be done for each language. Users of XeTeX +longdesc are advised to use polyglossia rather than Babel. +runfiles size=81 RELOC/makeindex/babel/bbglo.ist RELOC/makeindex/babel/bbind.ist - RELOC/tex/generic/babel/8859-8.def RELOC/tex/generic/babel/UKenglish.sty RELOC/tex/generic/babel/USenglish.sty RELOC/tex/generic/babel/afrikaans.sty - RELOC/tex/generic/babel/albanian.ldf RELOC/tex/generic/babel/albanian.sty RELOC/tex/generic/babel/american.sty - RELOC/tex/generic/babel/athnum.sty RELOC/tex/generic/babel/austrian.sty RELOC/tex/generic/babel/babel.def RELOC/tex/generic/babel/babel.sty RELOC/tex/generic/babel/bahasa.sty - RELOC/tex/generic/babel/bahasai.ldf - RELOC/tex/generic/babel/bahasam.ldf RELOC/tex/generic/babel/bahasam.sty - RELOC/tex/generic/babel/basque.ldf RELOC/tex/generic/babel/basque.sty RELOC/tex/generic/babel/blplain.tex RELOC/tex/generic/babel/bplain.tex - RELOC/tex/generic/babel/breton.ldf RELOC/tex/generic/babel/breton.sty RELOC/tex/generic/babel/british.sty - RELOC/tex/generic/babel/bulgarian.ldf RELOC/tex/generic/babel/bulgarian.sty - RELOC/tex/generic/babel/catalan.ldf RELOC/tex/generic/babel/catalan.sty - RELOC/tex/generic/babel/cp1255.def - RELOC/tex/generic/babel/cp862.def - RELOC/tex/generic/babel/croatian.ldf RELOC/tex/generic/babel/croatian.sty - RELOC/tex/generic/babel/czech.ldf RELOC/tex/generic/babel/czech.sty - RELOC/tex/generic/babel/danish.ldf RELOC/tex/generic/babel/danish.sty - RELOC/tex/generic/babel/dutch.ldf RELOC/tex/generic/babel/dutch.sty - RELOC/tex/generic/babel/english.ldf RELOC/tex/generic/babel/english.sty - RELOC/tex/generic/babel/esperanto.ldf RELOC/tex/generic/babel/esperanto.sty - RELOC/tex/generic/babel/estonian.ldf RELOC/tex/generic/babel/estonian.sty - RELOC/tex/generic/babel/finnish.ldf RELOC/tex/generic/babel/finnish.sty RELOC/tex/generic/babel/francais.sty - RELOC/tex/generic/babel/frenchb.cfg - RELOC/tex/generic/babel/frenchb.ldf - RELOC/tex/generic/babel/galician.ldf RELOC/tex/generic/babel/galician.sty - RELOC/tex/generic/babel/germanb.ldf RELOC/tex/generic/babel/germanb.sty - RELOC/tex/generic/babel/glbst.tex - RELOC/tex/generic/babel/glromidx.tex - RELOC/tex/generic/babel/greek.ldf RELOC/tex/generic/babel/greek.sty - RELOC/tex/generic/babel/grmath.sty - RELOC/tex/generic/babel/grsymb.sty - RELOC/tex/generic/babel/he8OmegaHebrew.fd - RELOC/tex/generic/babel/he8aharoni.fd - RELOC/tex/generic/babel/he8cmr.fd - RELOC/tex/generic/babel/he8cmss.fd - RELOC/tex/generic/babel/he8cmtt.fd - RELOC/tex/generic/babel/he8david.fd - RELOC/tex/generic/babel/he8drugulin.fd - RELOC/tex/generic/babel/he8enc.def - RELOC/tex/generic/babel/he8frankruehl.fd - RELOC/tex/generic/babel/he8miriam.fd - RELOC/tex/generic/babel/he8nachlieli.fd - RELOC/tex/generic/babel/he8yad.fd - RELOC/tex/generic/babel/hebcal.sty - RELOC/tex/generic/babel/hebfont.sty - RELOC/tex/generic/babel/hebrew.ldf RELOC/tex/generic/babel/hebrew.sty - RELOC/tex/generic/babel/hebrew_newcode.sty - RELOC/tex/generic/babel/hebrew_oldcode.sty - RELOC/tex/generic/babel/hebrew_p.sty RELOC/tex/generic/babel/hyphen.cfg - RELOC/tex/generic/babel/icelandic.ldf RELOC/tex/generic/babel/icelandic.sty - RELOC/tex/generic/babel/interlingua.ldf RELOC/tex/generic/babel/interlingua.sty - RELOC/tex/generic/babel/irish.ldf RELOC/tex/generic/babel/irish.sty - RELOC/tex/generic/babel/italian.ldf RELOC/tex/generic/babel/italian.sty - RELOC/tex/generic/babel/kurmanji.ldf - RELOC/tex/generic/babel/latin.ldf RELOC/tex/generic/babel/latin.sty - RELOC/tex/generic/babel/lgrcmr.fd - RELOC/tex/generic/babel/lgrcmro.fd - RELOC/tex/generic/babel/lgrcmss.fd - RELOC/tex/generic/babel/lgrcmtt.fd - RELOC/tex/generic/babel/lgrenc.def - RELOC/tex/generic/babel/lgrlcmss.fd - RELOC/tex/generic/babel/lgrlcmtt.fd - RELOC/tex/generic/babel/lgrlmr.fd - RELOC/tex/generic/babel/lgrlmro.fd - RELOC/tex/generic/babel/lgrlmss.fd - RELOC/tex/generic/babel/lgrlmtt.fd - RELOC/tex/generic/babel/lheclas.fd - RELOC/tex/generic/babel/lhecmr.fd - RELOC/tex/generic/babel/lhecmss.fd - RELOC/tex/generic/babel/lhecmtt.fd - RELOC/tex/generic/babel/lhecrml.fd - RELOC/tex/generic/babel/lheenc.def - RELOC/tex/generic/babel/lhefr.fd - RELOC/tex/generic/babel/lheredis.fd - RELOC/tex/generic/babel/lheshold.fd - RELOC/tex/generic/babel/lheshscr.fd - RELOC/tex/generic/babel/lheshstk.fd - RELOC/tex/generic/babel/lsorbian.ldf RELOC/tex/generic/babel/lsorbian.sty - RELOC/tex/generic/babel/magyar.ldf + RELOC/tex/generic/babel/luababel.def RELOC/tex/generic/babel/magyar.sty RELOC/tex/generic/babel/naustrian.sty - RELOC/tex/generic/babel/ngermanb.ldf RELOC/tex/generic/babel/ngermanb.sty - RELOC/tex/generic/babel/norsk.ldf + RELOC/tex/generic/babel/nil.ldf RELOC/tex/generic/babel/norsk.sty RELOC/tex/generic/babel/plain.def - RELOC/tex/generic/babel/polish.ldf RELOC/tex/generic/babel/polish.sty - RELOC/tex/generic/babel/portuges.ldf RELOC/tex/generic/babel/portuges.sty - RELOC/tex/generic/babel/rlbabel.def - RELOC/tex/generic/babel/romanian.ldf RELOC/tex/generic/babel/romanian.sty - RELOC/tex/generic/babel/romanidx.sty - RELOC/tex/generic/babel/russianb.ldf RELOC/tex/generic/babel/russianb.sty - RELOC/tex/generic/babel/samin.ldf RELOC/tex/generic/babel/samin.sty - RELOC/tex/generic/babel/scottish.ldf RELOC/tex/generic/babel/scottish.sty - RELOC/tex/generic/babel/serbian.ldf RELOC/tex/generic/babel/serbian.sty - RELOC/tex/generic/babel/si960.def - RELOC/tex/generic/babel/slovak.ldf RELOC/tex/generic/babel/slovak.sty - RELOC/tex/generic/babel/slovene.ldf RELOC/tex/generic/babel/slovene.sty - RELOC/tex/generic/babel/spanish.ldf RELOC/tex/generic/babel/spanish.sty - RELOC/tex/generic/babel/swedish.ldf RELOC/tex/generic/babel/swedish.sty RELOC/tex/generic/babel/switch.def - RELOC/tex/generic/babel/turkish.ldf RELOC/tex/generic/babel/turkish.sty - RELOC/tex/generic/babel/ukraineb.ldf RELOC/tex/generic/babel/ukraineb.sty - RELOC/tex/generic/babel/usorbian.ldf RELOC/tex/generic/babel/usorbian.sty - RELOC/tex/generic/babel/welsh.ldf RELOC/tex/generic/babel/welsh.sty -docfiles size=715 - RELOC/doc/generic/babel/00readme.heb - RELOC/doc/generic/babel/00readme.txt - RELOC/doc/generic/babel/GreekFonts.txt - RELOC/doc/generic/babel/announce.txt - RELOC/doc/generic/babel/athnum.pdf - RELOC/doc/generic/babel/babel.pdf - RELOC/doc/generic/babel/bbcompat.pdf - RELOC/doc/generic/babel/bbidxglo.pdf - RELOC/doc/generic/babel/bugs.txt - RELOC/doc/generic/babel/changes.txt - RELOC/doc/generic/babel/fixes.txt - RELOC/doc/generic/babel/greek-fdd.pdf - RELOC/doc/generic/babel/greek-usage.pdf - RELOC/doc/generic/babel/grmath.pdf - RELOC/doc/generic/babel/grsymb.pdf - RELOC/doc/generic/babel/howtoget.txt - RELOC/doc/generic/babel/install.OzTeX-4 - RELOC/doc/generic/babel/install.OzTeX-pre4 - RELOC/doc/generic/babel/install.txt - RELOC/doc/generic/babel/language.dat - RELOC/doc/generic/babel/language.skeleton - RELOC/doc/generic/babel/legal.bbl - RELOC/doc/generic/babel/manifest.bbl - RELOC/doc/generic/babel/tb1202.pdf - RELOC/doc/generic/babel/tb1401.pdf - RELOC/doc/generic/babel/tb1604.pdf - RELOC/doc/generic/babel/todo.txt -srcfiles size=535 - RELOC/source/generic/babel/albanian.dtx - RELOC/source/generic/babel/albanian.ins - RELOC/source/generic/babel/athnum.dtx - RELOC/source/generic/babel/babel.dtx - RELOC/source/generic/babel/babel.ins - RELOC/source/generic/babel/bahasa.dtx - RELOC/source/generic/babel/bahasa.ins - RELOC/source/generic/babel/bahasam.dtx - RELOC/source/generic/babel/base.ins - RELOC/source/generic/babel/basque.dtx - RELOC/source/generic/babel/basque.ins - RELOC/source/generic/babel/bbcompat.dtx - RELOC/source/generic/babel/bbidxglo.dtx - RELOC/source/generic/babel/bbplain.dtx - RELOC/source/generic/babel/breton.dtx - RELOC/source/generic/babel/breton.ins - RELOC/source/generic/babel/bulgarian.dtx - RELOC/source/generic/babel/bulgarian.ins - RELOC/source/generic/babel/catalan.dtx - RELOC/source/generic/babel/catalan.ins - RELOC/source/generic/babel/croatian.dtx - RELOC/source/generic/babel/croatian.ins - RELOC/source/generic/babel/czech.dtx - RELOC/source/generic/babel/czech.ins - RELOC/source/generic/babel/danish.dtx - RELOC/source/generic/babel/danish.ins - RELOC/source/generic/babel/dutch.dtx - RELOC/source/generic/babel/dutch.ins - RELOC/source/generic/babel/english.dtx - RELOC/source/generic/babel/english.ins - RELOC/source/generic/babel/esperanto.dtx - RELOC/source/generic/babel/esperanto.ins - RELOC/source/generic/babel/estonian.dtx - RELOC/source/generic/babel/estonian.ins - RELOC/source/generic/babel/finnish.dtx - RELOC/source/generic/babel/finnish.ins - RELOC/source/generic/babel/frenchb.dtx - RELOC/source/generic/babel/frenchb.ins - RELOC/source/generic/babel/galician.dtx - RELOC/source/generic/babel/galician.ins - RELOC/source/generic/babel/german.ins - RELOC/source/generic/babel/germanb.dtx - RELOC/source/generic/babel/greek.dtx - RELOC/source/generic/babel/greek.fdd - RELOC/source/generic/babel/greek.ins - RELOC/source/generic/babel/grmath.dtx - RELOC/source/generic/babel/grsymb.dtx - RELOC/source/generic/babel/heb209.dtx - RELOC/source/generic/babel/hebinp.dtx - RELOC/source/generic/babel/hebrew.dtx - RELOC/source/generic/babel/hebrew.fdd - RELOC/source/generic/babel/hebrew.ins - RELOC/source/generic/babel/icelandic.dtx - RELOC/source/generic/babel/icelandic.ins - RELOC/source/generic/babel/interlingua.dtx - RELOC/source/generic/babel/interlingua.ins - RELOC/source/generic/babel/irish.dtx - RELOC/source/generic/babel/irish.ins - RELOC/source/generic/babel/italian.dtx - RELOC/source/generic/babel/italian.ins - RELOC/source/generic/babel/kurmanji.dtx - RELOC/source/generic/babel/kurmanji.ins - RELOC/source/generic/babel/language.dat - RELOC/source/generic/babel/latin.dtx - RELOC/source/generic/babel/latin.ins - RELOC/source/generic/babel/lsorbian.dtx - RELOC/source/generic/babel/magyar.dtx - RELOC/source/generic/babel/magyar.ins - RELOC/source/generic/babel/ngermanb.dtx - RELOC/source/generic/babel/norsk.dtx - RELOC/source/generic/babel/norsk.ins - RELOC/source/generic/babel/polish.dtx - RELOC/source/generic/babel/polish.ins - RELOC/source/generic/babel/portuges.dtx - RELOC/source/generic/babel/portuges.ins - RELOC/source/generic/babel/romanian.dtx - RELOC/source/generic/babel/romanian.ins - RELOC/source/generic/babel/russianb.dtx - RELOC/source/generic/babel/russianb.ins - RELOC/source/generic/babel/samin.dtx - RELOC/source/generic/babel/samin.ins - RELOC/source/generic/babel/scottish.dtx - RELOC/source/generic/babel/scottish.ins - RELOC/source/generic/babel/serbian.dtx - RELOC/source/generic/babel/serbian.ins - RELOC/source/generic/babel/slovak.dtx - RELOC/source/generic/babel/slovak.ins - RELOC/source/generic/babel/slovene.dtx - RELOC/source/generic/babel/slovene.ins - RELOC/source/generic/babel/sorbian.ins - RELOC/source/generic/babel/spanish.dtx - RELOC/source/generic/babel/spanish.ins - RELOC/source/generic/babel/swedish.dtx - RELOC/source/generic/babel/swedish.ins - RELOC/source/generic/babel/tb1202.tex - RELOC/source/generic/babel/tb1401.tex - RELOC/source/generic/babel/tb1604.tex - RELOC/source/generic/babel/turkish.dtx - RELOC/source/generic/babel/turkish.ins - RELOC/source/generic/babel/ukraineb.dtx - RELOC/source/generic/babel/ukraineb.ins - RELOC/source/generic/babel/usage.tex - RELOC/source/generic/babel/usorbian.dtx - RELOC/source/generic/babel/welsh.dtx - RELOC/source/generic/babel/welsh.ins -catalogue-ctan /macros/latex/required/babel -catalogue-date 2011-10-07 15:38:55 +0200 -catalogue-license lppl -catalogue-version 3.8m + RELOC/tex/generic/babel/xebabel.def +docfiles size=145 + RELOC/doc/latex/babel/CONTRIB + RELOC/doc/latex/babel/README + RELOC/doc/latex/babel/babel.pdf +srcfiles size=88 + RELOC/source/latex/babel/babel.dtx + RELOC/source/latex/babel/babel.ins + RELOC/source/latex/babel/bbcompat.dtx + RELOC/source/latex/babel/bbidxglo.dtx + RELOC/source/latex/babel/bbplain.dtx + RELOC/source/latex/babel/bbunicode.dtx +catalogue-ctan /macros/latex/required/babel/base +catalogue-date 2013-05-16 19:39:08 +0200 +catalogue-license lppl1.3 +catalogue-version 3.9f + +name babel-turkish +category Package +revision 30297 +shortdesc Babel support for Turkish documents. +relocated 1 +longdesc The package provides support, within babel, of the Turkish +longdesc language. +runfiles size=2 + RELOC/tex/generic/babel-turkish/turkish.ldf +docfiles size=30 + RELOC/doc/generic/babel-turkish/turkish.pdf +srcfiles size=5 + RELOC/source/generic/babel-turkish/turkish.dtx + RELOC/source/generic/babel-turkish/turkish.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/turkish +catalogue-date 2013-05-02 15:12:34 +0200 +catalogue-license lppl1.3 +catalogue-version 1.2m + +name babel-ukraineb +category Package +revision 30298 +relocated 1 +runfiles size=4 + RELOC/tex/generic/babel-ukraineb/ukraineb.ldf +docfiles size=53 + RELOC/doc/generic/babel-ukraineb/ukraineb.pdf +srcfiles size=13 + RELOC/source/generic/babel-ukraineb/ukraineb.dtx + RELOC/source/generic/babel-ukraineb/ukraineb.ins + +name babel-vietnamese +category Package +revision 30578 +shortdesc Babel support for typesetting Vietnamese. +relocated 1 +longdesc The package provides the language definition file for support +longdesc of Vietnamese in babel. +runfiles size=2 + RELOC/tex/generic/babel-vietnamese/vietnam.ldf + RELOC/tex/generic/babel-vietnamese/vietnamese.ldf +srcfiles size=2 + RELOC/source/generic/babel-vietnamese/vietnamese.dtx + RELOC/source/generic/babel-vietnamese/vietnamese.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/vietnamese +catalogue-date 2013-05-20 00:05:10 +0200 +catalogue-license lppl1.3 +catalogue-version 1.3 + +name babel-welsh +category Package +revision 30299 +shortdesc babel-welshBabel support for Welsh. +relocated 1 +longdesc The package provides the language definition file for Welsh. +longdesc (Mostly Welsh-language versions of the standard names in a +longdesc LaTeX file.) +runfiles size=1 + RELOC/tex/generic/babel-welsh/welsh.ldf +docfiles size=27 + RELOC/doc/generic/babel-welsh/welsh.pdf +srcfiles size=4 + RELOC/source/generic/babel-welsh/welsh.dtx + RELOC/source/generic/babel-welsh/welsh.ins +catalogue-ctan /macros/latex/contrib/babel-contrib/welsh +catalogue-date 2013-05-03 01:23:11 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0d name background category Package @@ -9528,6 +10138,33 @@ catalogue-date 2010-12-16 01:15:22 +0100 catalogue-license lppl catalogue-version 0.1 +name beamertheme-upenn-bc +category Package +revision 29937 +shortdesc Beamer themies for Boston College and the University of Pennsylvania. +relocated 1 +longdesc Beamer themes in the colors of the - University of +longdesc Pennsylvania, USA, and - Boston College, USA. Both were tested +longdesc for the presentation theme 'Warsaw. Please note that these +longdesc color themes are neither official nor exact! The colours are +longdesc approximated from the universities' style guidelines and +longdesc websites, and slightly modified where necessary to generate an +longdesc appealing look. The universities neither endorse, nor provide +longdesc any support for, these color themes. I give no warranty for the +longdesc code. +runfiles size=2 + RELOC/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty + RELOC/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty +docfiles size=139 + RELOC/doc/latex/beamertheme-upenn-bc/README + RELOC/doc/latex/beamertheme-upenn-bc/beamerBCstyle.pdf + RELOC/doc/latex/beamertheme-upenn-bc/beamerBCstyle.tex + RELOC/doc/latex/beamertheme-upenn-bc/beamerPENNstyle.pdf +catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/upenn-bc +catalogue-date 2013-04-14 16:59:43 +0200 +catalogue-license lppl +catalogue-version 1.0 + name beamer category Package revision 29349 @@ -9964,9 +10601,9 @@ catalogue-version 2.2 name beebe category Package -revision 29349 +revision 30475 relocated 1 -runfiles size=1158 +runfiles size=1152 RELOC/bibtex/bib/beebe/gut.bib RELOC/bibtex/bib/beebe/komoedie.bib RELOC/bibtex/bib/beebe/texbook1.bib @@ -9991,7 +10628,6 @@ runfiles size=1158 RELOC/bibtex/bst/beebe/bibtoref.bst RELOC/bibtex/bst/beebe/cbe.bst RELOC/bibtex/bst/beebe/chicagoa.bst - RELOC/bibtex/bst/beebe/econometrica.bst RELOC/bibtex/bst/beebe/humanbio.bst RELOC/bibtex/bst/beebe/humannat.bst RELOC/bibtex/bst/beebe/is-abbrv.bst @@ -10239,7 +10875,7 @@ catalogue-license other-free name berenisadf category Package -revision 19952 +revision 29845 shortdesc Berenis ADF fonts and TeX/LaTeX support. relocated 1 longdesc The bundle provides the BerenisADF Pro font collection, in @@ -10387,7 +11023,7 @@ srcfiles size=300 RELOC/source/fonts/berenisadf/ybd-8y.nam RELOC/source/fonts/berenisadf/ybd.lig catalogue-ctan /fonts/berenisadf -catalogue-date 2010-09-22 13:22:51 +0200 +catalogue-date 2012-11-30 15:48:00 +0100 catalogue-license other-free catalogue-version 1.004 @@ -11198,7 +11834,7 @@ catalogue-version 2.0.1 name biblatex-apa category Package -revision 28699 +revision 30359 shortdesc Biblatex citation and reference style for APA. relocated 1 longdesc This is a fairly complete biblatex style (citations and @@ -11239,9 +11875,9 @@ docfiles size=69 RELOC/doc/latex/biblatex-apa/biblatex-apa.pdf RELOC/doc/latex/biblatex-apa/biblatex-apa.tex catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-apa -catalogue-date 2013-01-02 11:09:21 +0100 +catalogue-date 2013-05-09 11:57:32 +0200 catalogue-license lppl -catalogue-version 5.7 +catalogue-version 5.9 name biblatex-bwl category Package @@ -11258,7 +11894,7 @@ docfiles size=35 name biblatex-caspervector category Package -revision 29577 +revision 29794 shortdesc A simple citation style for Chinese users. relocated 1 longdesc The package provides a simple and easily extensible @@ -11276,9 +11912,9 @@ docfiles size=76 RELOC/doc/latex/biblatex-caspervector/readme.pdf RELOC/doc/latex/biblatex-caspervector/readme.tex catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-caspervector -catalogue-date 2013-03-29 22:46:33 +0100 +catalogue-date 2013-04-08 10:17:07 +0200 catalogue-license lppl1.3 -catalogue-version 0.1.7 +catalogue-version 0.1.8 name biblatex-dw category Package @@ -11333,7 +11969,7 @@ catalogue-version 1.5 name biblatex-fiwi category Package -revision 29578 +revision 30448 shortdesc Biblatex styles for use in German humanities. relocated 1 longdesc The package provides a collection of styles for biblatex @@ -11351,7 +11987,7 @@ runfiles size=25 RELOC/tex/latex/biblatex-fiwi/fiwi2.bbx RELOC/tex/latex/biblatex-fiwi/fiwi2.cbx RELOC/tex/latex/biblatex-fiwi/fiwi2.dbx -docfiles size=224 +docfiles size=223 RELOC/doc/latex/biblatex-fiwi/README RELOC/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf RELOC/doc/latex/biblatex-fiwi/biblatex-fiwi.tex @@ -11365,9 +12001,9 @@ docfiles size=224 RELOC/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex RELOC/doc/latex/biblatex-fiwi/examples.bib catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-fiwi -catalogue-date 2013-03-30 16:12:04 +0100 +catalogue-date 2013-05-13 20:00:44 +0200 catalogue-license lppl1.3 -catalogue-version 1.2c +catalogue-version 1.2d name biblatex-gost category Package @@ -11620,12 +12256,12 @@ catalogue-version 0.2 name biblatex-mla category Package -revision 20910 +revision 30249 shortdesc MLA style files for biblatex. relocated 1 longdesc The package provides biblatex support for citations in the longdesc format specified by the MLA handbook. -runfiles size=26 +runfiles size=27 RELOC/tex/latex/biblatex-mla/american-mla.lbx RELOC/tex/latex/biblatex-mla/english-mla.lbx RELOC/tex/latex/biblatex-mla/italian-mla.lbx @@ -11633,14 +12269,18 @@ runfiles size=26 RELOC/tex/latex/biblatex-mla/mla.cbx RELOC/tex/latex/biblatex-mla/portuguese-mla.lbx RELOC/tex/latex/biblatex-mla/spanish-mla.lbx -docfiles size=61 +docfiles size=208 RELOC/doc/latex/biblatex-mla/CHANGES RELOC/doc/latex/biblatex-mla/README RELOC/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf RELOC/doc/latex/biblatex-mla/doc/biblatex-mla.pdf RELOC/doc/latex/biblatex-mla/doc/biblatex-mla.tex + RELOC/doc/latex/biblatex-mla/doc/citation-examples.pdf + RELOC/doc/latex/biblatex-mla/doc/citation-examples.tex + RELOC/doc/latex/biblatex-mla/doc/handbooksamples.bib + RELOC/doc/latex/biblatex-mla/doc/samples.bib catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-mla -catalogue-date 2011-01-02 13:07:58 +0100 +catalogue-date 2012-02-25 10:29:30 +0100 catalogue-license lppl catalogue-version 0.95 @@ -11667,7 +12307,7 @@ catalogue-version 1.0 name biblatex-nature category Package -revision 28969 +revision 30595 shortdesc Biblatex support for Nature. relocated 1 longdesc The bundle offers styles that allow authors to use biblatex @@ -11675,15 +12315,15 @@ longdesc when preparing papers for submission to the journal Nature. runfiles size=5 RELOC/tex/latex/biblatex-nature/nature.bbx RELOC/tex/latex/biblatex-nature/nature.cbx -docfiles size=94 +docfiles size=99 RELOC/doc/latex/biblatex-nature/README RELOC/doc/latex/biblatex-nature/biblatex-nature.bib RELOC/doc/latex/biblatex-nature/biblatex-nature.pdf RELOC/doc/latex/biblatex-nature/biblatex-nature.tex catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-nature -catalogue-date 2013-01-28 09:21:48 +0100 +catalogue-date 2013-05-20 17:36:30 +0200 catalogue-license lppl -catalogue-version 1.2c +catalogue-version 1.2e name biblatex-nejm category Package @@ -11706,7 +12346,7 @@ catalogue-version 0.4 name biblatex-philosophy category Package -revision 29571 +revision 29893 shortdesc Styles for using biblatex for work in philosophy. relocated 1 longdesc The packages offers two styles philosophy-classic and @@ -11728,7 +12368,7 @@ runfiles size=22 RELOC/tex/latex/biblatex-philosophy/philosophy-standard.bbx RELOC/tex/latex/biblatex-philosophy/philosophy-verbose.bbx RELOC/tex/latex/biblatex-philosophy/philosophy-verbose.cbx -docfiles size=128 +docfiles size=130 RELOC/doc/latex/biblatex-philosophy/README RELOC/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf RELOC/doc/latex/biblatex-philosophy/philosophy-examples.bib @@ -11739,9 +12379,9 @@ srcfiles size=36 RELOC/source/latex/biblatex-philosophy/biblatex-philosophy.bib RELOC/source/latex/biblatex-philosophy/biblatex-philosophy.dtx catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-philosophy -catalogue-date 2013-03-30 23:58:04 +0100 +catalogue-date 2013-04-14 10:19:50 +0200 catalogue-license lppl1.3 -catalogue-version 0.8d +catalogue-version 0.8e name biblatex-phys category Package @@ -11771,7 +12411,7 @@ catalogue-version 0.9e name biblatex-publist category Package -revision 28166 +revision 30382 shortdesc BibLaTeX bibliography support for publication lists. relocated 1 longdesc The package provides a BibLaTeX bibliography style file (*.bbx) @@ -11812,7 +12452,7 @@ catalogue-version 1.1d name biblatex-swiss-legal category Package -revision 28659 +revision 29803 shortdesc Bibliography and citation styles following Swiss legal practice. relocated 1 longdesc The package provides biblatex bibliography and citation styles @@ -11842,7 +12482,7 @@ catalogue-version 1.0.1a name biblatex category Package -revision 28797 +revision 30358 shortdesc Bibliographies in LaTeX using BibTeX for sorting only. relocated 1 longdesc Biblatex is a complete reimplementation of the bibliographic @@ -11873,7 +12513,7 @@ longdesc bibliographic shorthands. Bibliographies may be subdivided into longdesc parts (by chapter, by section, etc.) and/or segmented by topics longdesc (by type, by keyword, etc.). Biblatex is fully localized and longdesc can interface with the babel. -runfiles size=480 +runfiles size=501 RELOC/bibtex/bib/biblatex/biblatex/biblatex-examples.bib RELOC/bibtex/bst/biblatex/biblatex.bst RELOC/bibtex/csf/biblatex/latin1.csf @@ -11969,6 +12609,7 @@ runfiles size=480 RELOC/tex/latex/biblatex/lbx/british.lbx RELOC/tex/latex/biblatex/lbx/canadian.lbx RELOC/tex/latex/biblatex/lbx/catalan.lbx + RELOC/tex/latex/biblatex/lbx/croatian.lbx RELOC/tex/latex/biblatex/lbx/czech.lbx RELOC/tex/latex/biblatex/lbx/danish.lbx RELOC/tex/latex/biblatex/lbx/dutch.lbx @@ -11985,12 +12626,13 @@ runfiles size=480 RELOC/tex/latex/biblatex/lbx/norsk.lbx RELOC/tex/latex/biblatex/lbx/norwegian.lbx RELOC/tex/latex/biblatex/lbx/nynorsk.lbx + RELOC/tex/latex/biblatex/lbx/polish.lbx RELOC/tex/latex/biblatex/lbx/portuges.lbx RELOC/tex/latex/biblatex/lbx/portuguese.lbx RELOC/tex/latex/biblatex/lbx/russian.lbx RELOC/tex/latex/biblatex/lbx/spanish.lbx RELOC/tex/latex/biblatex/lbx/swedish.lbx -docfiles size=2476 +docfiles size=2447 RELOC/doc/latex/biblatex/README RELOC/doc/latex/biblatex/RELEASE RELOC/doc/latex/biblatex/biblatex.pdf @@ -11999,6 +12641,7 @@ docfiles size=2476 RELOC/doc/latex/biblatex/examples/01-introduction.tex RELOC/doc/latex/biblatex/examples/02-annotations.pdf RELOC/doc/latex/biblatex/examples/02-annotations.tex + RELOC/doc/latex/biblatex/examples/03-localization-keys.tex RELOC/doc/latex/biblatex/examples/10-references-per-section.pdf RELOC/doc/latex/biblatex/examples/10-references-per-section.tex RELOC/doc/latex/biblatex/examples/11-references-by-section.pdf @@ -12085,9 +12728,9 @@ docfiles size=2476 RELOC/doc/latex/biblatex/examples/91-sorting-schemes.tex RELOC/doc/latex/biblatex/examples/biblatex-examples.bib catalogue-ctan /macros/latex/contrib/biblatex -catalogue-date 2013-01-11 10:45:05 +0100 +catalogue-date 2013-05-09 11:57:32 +0200 catalogue-license lppl -catalogue-version 2.5 +catalogue-version 2.6 name biblatex-trad category Package @@ -12295,7 +12938,7 @@ catalogue-license gpl name bibtex category Package -revision 26689 +revision 29764 shortdesc Process bibliographies for LaTeX, etc. longdesc BibTeX allows the user to store his citation data in generic longdesc form, while printing citations in a document in the form @@ -12330,10 +12973,10 @@ docfiles size=132 texmf-dist/doc/bibtex/base/btxdoc.tex texmf-dist/doc/bibtex/base/btxhak.pdf texmf-dist/doc/bibtex/base/btxhak.tex + texmf-dist/doc/man/man1/bibtex.1 + texmf-dist/doc/man/man1/bibtex.man1.pdf texmf-dist/tex/generic/bibtex/apalike.sty texmf-dist/tex/generic/bibtex/apalike.tex - texmf/doc/man/man1/bibtex.1 - texmf/doc/man/man1/bibtex.man1.pdf catalogue-ctan /biblio/bibtex/base catalogue-date 2011-12-28 13:17:09 +0100 catalogue-license knuth @@ -12341,31 +12984,31 @@ catalogue-version 0.99d name bibtex.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of bibtex -binfiles arch=i386-linux size=37 +binfiles arch=i386-linux size=41 bin/i386-linux/bibtex name bibtexu category TLCore -revision 26693 +revision 29743 depend bibtexu.ARCH docfiles size=15 - texmf/doc/bibtexu/00readme.txt - texmf/doc/bibtexu/HISTORY - texmf/doc/bibtexu/csfile.txt - texmf/doc/bibtexu/file_id.diz + texmf-dist/doc/bibtexu/00readme.txt + texmf-dist/doc/bibtexu/HISTORY + texmf-dist/doc/bibtexu/csfile.txt + texmf-dist/doc/bibtexu/file_id.diz name bibtexu.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of bibtexu -binfiles arch=i386-linux size=3384 +binfiles arch=i386-linux size=4011 bin/i386-linux/bibtexu name bibtex8 category TLCore -revision 18835 +revision 29725 catalogue bibtex8bit shortdesc A fully 8-bit adaptation of BibTeX 0.99. longdesc An enhanced, portable C version of BibTeX. Enhanced by @@ -12389,20 +13032,20 @@ runfiles size=36 texmf-dist/bibtex/csf/polish-csf/cp852pl.csf texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf docfiles size=15 - texmf/doc/bibtex8/00readme.txt - texmf/doc/bibtex8/HISTORY - texmf/doc/bibtex8/csfile.txt - texmf/doc/bibtex8/file_id.diz + texmf-dist/doc/bibtex8/00readme.txt + texmf-dist/doc/bibtex8/HISTORY + texmf-dist/doc/bibtex8/csfile.txt + texmf-dist/doc/bibtex8/file_id.diz catalogue-ctan /biblio/bibtex/8-bit -catalogue-date 2009-11-09 14:03:25 +0100 +catalogue-date 2012-04-27 15:08:24 +0200 catalogue-license gpl catalogue-version 3.71 name bibtex8.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of bibtex8 -binfiles arch=i386-linux size=45 +binfiles arch=i386-linux size=48 bin/i386-linux/bibtex8 name bibtopicprefix @@ -12490,13 +13133,13 @@ catalogue-version 2.2 name bidi category Package -revision 29650 +revision 30664 shortdesc Support for bidirectional typesetting in plain TeX and LaTeX. relocated 1 longdesc A convenient interface for typesetting bidirectional texts with longdesc plain TeX and LaTeX. The package includes adaptations for use longdesc with many other commonly-used packages. -runfiles size=220 +runfiles size=230 RELOC/tex/latex/bidi/amsart-xetex-bidi.def RELOC/tex/latex/bidi/amsbook-xetex-bidi.def RELOC/tex/latex/bidi/amsmath-xetex-bidi.def @@ -12532,6 +13175,7 @@ runfiles size=220 RELOC/tex/latex/bidi/book-xetex-bidi.def RELOC/tex/latex/bidi/bookest-xetex-bidi.def RELOC/tex/latex/bidi/breqn-xetex-bidi.def + RELOC/tex/latex/bidi/cals-xetex-bidi.def RELOC/tex/latex/bidi/caption-xetex-bidi.def RELOC/tex/latex/bidi/caption3-xetex-bidi.def RELOC/tex/latex/bidi/color-xetex-bidi.def @@ -12545,15 +13189,18 @@ runfiles size=220 RELOC/tex/latex/bidi/dblfnote-xetex-bidi.def RELOC/tex/latex/bidi/draftwatermark-xetex-bidi.def RELOC/tex/latex/bidi/empheq-xetex-bidi.def + RELOC/tex/latex/bidi/eso-pic-xetex-bidi.def RELOC/tex/latex/bidi/extarticle-xetex-bidi.def RELOC/tex/latex/bidi/extbook-xetex-bidi.def RELOC/tex/latex/bidi/extletter-xetex-bidi.def RELOC/tex/latex/bidi/extrafootnotefeatures.def RELOC/tex/latex/bidi/extreport-xetex-bidi.def + RELOC/tex/latex/bidi/fancybox-xetex-bidi.def RELOC/tex/latex/bidi/fancyhdr-xetex-bidi.def RELOC/tex/latex/bidi/fix2col-xetex-bidi.def RELOC/tex/latex/bidi/fleqn-xetex-bidi.def RELOC/tex/latex/bidi/float-xetex-bidi.def + RELOC/tex/latex/bidi/floatrow-xetex-bidi.def RELOC/tex/latex/bidi/flowfram-xetex-bidi.def RELOC/tex/latex/bidi/footnote-luatex-bidi.def RELOC/tex/latex/bidi/footnote-xetex-bidi.def @@ -12570,11 +13217,14 @@ runfiles size=220 RELOC/tex/latex/bidi/loadingorder-bidi.def RELOC/tex/latex/bidi/longtable-xetex-bidi.def RELOC/tex/latex/bidi/luatex-bidi.def + RELOC/tex/latex/bidi/mdframed-xetex-bidi.def RELOC/tex/latex/bidi/memoir-xetex-bidi.def + RELOC/tex/latex/bidi/midfloat-xetex-bidi.def RELOC/tex/latex/bidi/minitoc-xetex-bidi.def RELOC/tex/latex/bidi/multicol-xetex-bidi.def RELOC/tex/latex/bidi/multienum-xetex-bidi.def RELOC/tex/latex/bidi/natbib-xetex-bidi.def + RELOC/tex/latex/bidi/newfloat-xetex-bidi.def RELOC/tex/latex/bidi/ntheorem-hyper-xetex-bidi.def RELOC/tex/latex/bidi/ntheorem-xetex-bidi.def RELOC/tex/latex/bidi/pdfpages-xetex-bidi.def @@ -12589,6 +13239,7 @@ runfiles size=220 RELOC/tex/latex/bidi/rapport3-xetex-bidi.def RELOC/tex/latex/bidi/refrep-xetex-bidi.def RELOC/tex/latex/bidi/report-xetex-bidi.def + RELOC/tex/latex/bidi/rotating-xetex-bidi.def RELOC/tex/latex/bidi/scrartcl-xetex-bidi.def RELOC/tex/latex/bidi/scrbook-xetex-bidi.def RELOC/tex/latex/bidi/scrlettr-xetex-bidi.def @@ -12607,7 +13258,7 @@ runfiles size=220 RELOC/tex/latex/bidi/xcolor-xetex-bidi.def RELOC/tex/latex/bidi/xetex-bidi.def RELOC/tex/latex/bidi/xltxtra-xetex-bidi.def -docfiles size=274 +docfiles size=277 RELOC/doc/latex/bidi/ChangeLog RELOC/doc/latex/bidi/README RELOC/doc/latex/bidi/bidi-logo.pdf @@ -12633,13 +13284,13 @@ docfiles size=274 RELOC/doc/latex/bidi/test2-colortbl.tex RELOC/doc/latex/bidi/test2-wrapfig.tex RELOC/doc/latex/bidi/test3-wrapfig.tex -srcfiles size=183 +srcfiles size=191 RELOC/source/latex/bidi/bidi.dtx RELOC/source/latex/bidi/bidi.ins catalogue-ctan /macros/latex/contrib/bidi -catalogue-date 2013-04-03 13:04:26 +0200 +catalogue-date 2013-05-22 10:58:45 +0200 catalogue-license lppl1.3 -catalogue-version 12.2 +catalogue-version 13.3 name bigfoot category Package @@ -12680,7 +13331,7 @@ catalogue-license gpl2 name bigints category Package -revision 17223 +revision 29803 shortdesc Writing big integrals. relocated 1 longdesc The package provides facilities for drawing big integral signs @@ -12696,7 +13347,7 @@ docfiles size=61 RELOC/doc/latex/bigints/bigints.tex RELOC/doc/latex/bigints/perso.ist catalogue-ctan /macros/latex/contrib/bigints -catalogue-date 2010-02-26 01:00:05 +0100 +catalogue-date 2012-04-28 20:54:25 +0200 catalogue-license lppl name binomexp @@ -14499,7 +15150,7 @@ catalogue-license pd name breakurl category Package -revision 15878 +revision 29901 shortdesc Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf. relocated 1 longdesc This package provides a command much like hyperref's \url that @@ -14510,16 +15161,16 @@ longdesc in one atomic piece. This package allows such line breaks in longdesc the generated links. runfiles size=3 RELOC/tex/latex/breakurl/breakurl.sty -docfiles size=31 +docfiles size=32 RELOC/doc/latex/breakurl/README RELOC/doc/latex/breakurl/breakurl.pdf -srcfiles size=8 +srcfiles size=9 RELOC/source/latex/breakurl/breakurl.dtx RELOC/source/latex/breakurl/breakurl.ins catalogue-ctan /macros/latex/contrib/breakurl -catalogue-date 2009-09-27 09:44:19 +0200 +catalogue-date 2013-04-12 10:31:24 +0200 catalogue-license lppl -catalogue-version 1.30 +catalogue-version 1.40 name bropd category Package @@ -14606,7 +15257,7 @@ catalogue-version 0.04 name bundledoc category Package -revision 26313 +revision 29752 shortdesc Bundle together all the files needed to build a LaTeX document. longdesc The bundledoc package is a post-processor for the snapshot longdesc package that bundles together all the classes, packages and @@ -14626,11 +15277,11 @@ runfiles size=13 texmf-dist/tex/latex/bundledoc/miktex.cfg texmf-dist/tex/latex/bundledoc/texlive-unix.cfg docfiles size=20 + texmf-dist/doc/man/man1/arlatex.1 + texmf-dist/doc/man/man1/arlatex.man1.pdf + texmf-dist/doc/man/man1/bundledoc.1 + texmf-dist/doc/man/man1/bundledoc.man1.pdf texmf-dist/doc/support/bundledoc/README - texmf/doc/man/man1/arlatex.1 - texmf/doc/man/man1/arlatex.man1.pdf - texmf/doc/man/man1/bundledoc.1 - texmf/doc/man/man1/bundledoc.man1.pdf catalogue-ctan /support/bundledoc catalogue-date 2012-01-12 19:29:56 +0100 catalogue-license lppl @@ -14714,6 +15365,46 @@ catalogue-date 2013-01-13 12:34:17 +0100 catalogue-license other-free catalogue-version 0.5 +name bxdpx-beamer +category Package +revision 30220 +shortdesc Dvipdfmx extras for use with beamer. +relocated 1 +longdesc The package is a driver to support beamer Navigation symbols +longdesc and \framezoomed regions when using dvipdfmx as PDF generator +longdesc (e.g., as part of e-pTeX). The package does not define any +longdesc 'user' commands. +runfiles size=1 + RELOC/tex/latex/bxdpx-beamer/bxdpx-beamer.sty +docfiles size=4 + RELOC/doc/latex/bxdpx-beamer/LICENSE + RELOC/doc/latex/bxdpx-beamer/README + RELOC/doc/latex/bxdpx-beamer/sample/test-framezoom.tex + RELOC/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex +catalogue-ctan /macros/latex/contrib/beamer-contrib/bxdpx-beamer +catalogue-date 2013-05-03 01:03:17 +0200 +catalogue-license other-free +catalogue-version 0.2 + +name bxeepic +category Package +revision 30559 +shortdesc Eepic facilities using pict2e. +relocated 1 +longdesc The package provides an eepic driver to use pict2e facilities. +runfiles size=7 + RELOC/tex/latex/bxeepic/bxdpxp2e.def + RELOC/tex/latex/bxeepic/bxeepic.sty +docfiles size=6 + RELOC/doc/latex/bxeepic/LICENSE + RELOC/doc/latex/bxeepic/README + RELOC/doc/latex/bxeepic/sample-bxeepic.pdf + RELOC/doc/latex/bxeepic/sample-bxeepic.tex +catalogue-ctan /macros/latex/contrib/bxeepic +catalogue-date 2013-05-18 23:56:07 +0200 +catalogue-license other-free +catalogue-version 0.2 + name bxjscls category Package revision 28901 @@ -14736,22 +15427,6 @@ catalogue-date 2012-12-21 17:28:17 +0100 catalogue-license other-free catalogue-version 0.3a -name bxpict2e -category Package -revision 28902 -shortdesc BXpict2e -relocated 1 -longdesc The package offers features of eepic on top of pict2e. -runfiles size=7 - RELOC/tex/latex/bxpict2e/bxdpxp2e.def - RELOC/tex/latex/bxpict2e/bxeepic.sty -docfiles size=1 - RELOC/doc/latex/bxpict2e/LICENSE -catalogue-ctan /language/japanese/BX/bxpict2e -catalogue-date 2012-12-21 17:28:17 +0100 -catalogue-license other-free -catalogue-version 0.1 - name bytefield category Package revision 27580 @@ -15825,7 +16500,7 @@ catalogue-license lppl name caption category Package -revision 29026 +revision 30449 shortdesc Customising captions in floating environments. relocated 1 longdesc The caption package provides many ways to customise the @@ -15837,7 +16512,7 @@ longdesc compatibility notes, for other packages, is provided in the longdesc documentation. The package also provides the "caption outside longdesc float" facility, in the same way that simpler packages like longdesc capt-of do. The package supersedes caption2. -runfiles size=49 +runfiles size=51 RELOC/tex/latex/caption/bicaption.sty RELOC/tex/latex/caption/caption.sty RELOC/tex/latex/caption/caption2.sty @@ -15845,7 +16520,8 @@ runfiles size=49 RELOC/tex/latex/caption/ltcaption.sty RELOC/tex/latex/caption/newfloat.sty RELOC/tex/latex/caption/subcaption.sty -docfiles size=435 + RELOC/tex/latex/caption/totalcount.sty +docfiles size=456 RELOC/doc/latex/caption/CHANGELOG RELOC/doc/latex/caption/README RELOC/doc/latex/caption/SUMMARY @@ -15856,7 +16532,8 @@ docfiles size=435 RELOC/doc/latex/caption/ltcaption.pdf RELOC/doc/latex/caption/newfloat.pdf RELOC/doc/latex/caption/subcaption.pdf -srcfiles size=290 + RELOC/doc/latex/caption/totalcount.pdf +srcfiles size=296 RELOC/source/latex/caption/bicaption.dtx RELOC/source/latex/caption/caption-deu.tex RELOC/source/latex/caption/caption-eng.tex @@ -15870,14 +16547,15 @@ srcfiles size=290 RELOC/source/latex/caption/ltcaption.dtx RELOC/source/latex/caption/newfloat.dtx RELOC/source/latex/caption/subcaption.dtx + RELOC/source/latex/caption/totalcount.dtx catalogue-ctan /macros/latex/contrib/caption -catalogue-date 2013-02-03 23:55:29 +0100 +catalogue-date 2013-05-13 11:02:43 +0200 catalogue-license lppl1.3 -catalogue-version 3.3 (2013-02-03) +catalogue-version 2013-05-12 name capt-of category Package -revision 16813 +revision 29803 shortdesc Captions on more than floats. relocated 1 longdesc Defines a command \captionof for putting a caption to something @@ -15893,7 +16571,7 @@ srcfiles size=3 RELOC/source/latex/capt-of/capt-of.dtx RELOC/source/latex/capt-of/capt-of.ins catalogue-ctan /macros/latex/contrib/capt-of -catalogue-date 2010-01-27 23:13:46 +0100 +catalogue-date 2012-04-27 20:27:12 +0200 catalogue-license lppl name carlisle @@ -19157,21 +19835,32 @@ catalogue-version 1.1 name ccicons category Package -revision 26608 +revision 30020 +shortdesc LaTeX support for Creative Commons icons. relocated 1 +longdesc The package provides the means to typeset Creative Commons +longdesc icons, in documents licensed under CC licences. A font (in +longdesc Adobe Type 1 format) and LaTeX support macros are provided. execute addMap ccicons.map -runfiles size=8 +runfiles size=10 RELOC/fonts/enc/dvips/ccicons/ccicons-u.enc RELOC/fonts/map/dvips/ccicons/ccicons.map + RELOC/fonts/opentype/public/ccicons/ccicons.otf RELOC/fonts/tfm/public/ccicons/ccicons.tfm RELOC/fonts/type1/public/ccicons/ccicons.pfb RELOC/tex/latex/ccicons/ccicons.sty -docfiles size=18 +docfiles size=21 + RELOC/doc/fonts/ccicons/FONTLOG.txt + RELOC/doc/fonts/ccicons/OFL.txt RELOC/doc/latex/ccicons/ccicons.pdf srcfiles size=9 RELOC/source/fonts/ccicons/ccicons.sfd RELOC/source/latex/ccicons/ccicons.dtx RELOC/source/latex/ccicons/ccicons.ins +catalogue-ctan /fonts/ccicons +catalogue-date 2013-04-17 11:42:52 +0200 +catalogue-license lppl1.3 +catalogue-version 1.5 name cclicenses category Package @@ -19378,7 +20067,7 @@ catalogue-version 1.28/2.03 name censor category Package -revision 29170 +revision 30208 shortdesc Facilities for controlling restricted text in a document. relocated 1 longdesc The package allows a convenient redaction/censor capability to @@ -19387,14 +20076,14 @@ longdesc information, etc. The package can "redact" anything that can be longdesc enclosed by a LaTeX box. runfiles size=2 RELOC/tex/latex/censor/censor.sty -docfiles size=50 +docfiles size=52 RELOC/doc/latex/censor/README RELOC/doc/latex/censor/censor.pdf RELOC/doc/latex/censor/censor.tex catalogue-ctan /macros/latex/contrib/censor -catalogue-date 2013-02-19 17:48:02 +0100 +catalogue-date 2013-05-02 20:50:09 +0200 catalogue-license lppl1.3 -catalogue-version 3.00 +catalogue-version 3.10 name cfr-lm category Package @@ -20483,12 +21172,12 @@ catalogue-version 0.1a name cjk-ko category Package -revision 29516 +revision 30106 shortdesc Extension of the CJK package for Korean typesetting. relocated 1 longdesc The package supports typesetting UTF-8-encoded modern Korean longdesc documents with the help of the LaTeX2e CJK package. The package -longdesc requires both CJK and the nanumtype1 packages. +longdesc requires nanumtype1 fonts. runfiles size=10 RELOC/tex/latex/cjk-ko/cjkutf8-josa.sty RELOC/tex/latex/cjk-ko/cjkutf8-ko.sty @@ -20496,14 +21185,15 @@ runfiles size=10 RELOC/tex/latex/cjk-ko/kolabels-utf.sty RELOC/tex/latex/cjk-ko/konames-utf.sty RELOC/tex/latex/cjk-ko/kotex.sty -docfiles size=673 +docfiles size=40 + RELOC/doc/latex/cjk-ko/ChangeLog RELOC/doc/latex/cjk-ko/README RELOC/doc/latex/cjk-ko/cjk-ko-doc.pdf RELOC/doc/latex/cjk-ko/cjk-ko-doc.tex catalogue-ctan /language/korean/cjk-ko -catalogue-date 2013-03-25 21:06:59 +0100 +catalogue-date 2013-04-25 18:30:27 +0200 catalogue-license other-free -catalogue-version 1.0 +catalogue-version 1.1 name cjkpunct category Package @@ -20533,7 +21223,7 @@ catalogue-version 4.8.1-2 name cjk category Package -revision 26296 +revision 30576 shortdesc CJK language support. relocated 1 longdesc CJK is a macro package for LaTeX, providing simultaneous @@ -20548,7 +21238,6 @@ depend arphic depend cns depend garuda-c90 depend norasi-c90 -depend thailatex depend uhc depend wadalab runfiles size=294 @@ -20934,53 +21623,53 @@ catalogue-version 4.8.3 name cjkutils category TLCore -revision 26689 +revision 29764 depend cjkutils.ARCH runfiles size=16 - texmf/hbf2gf/README - texmf/hbf2gf/b5ka12.cfg - texmf/hbf2gf/b5kr12.cfg - texmf/hbf2gf/b5so12.cfg - texmf/hbf2gf/c1so12.cfg - texmf/hbf2gf/c2so12.cfg - texmf/hbf2gf/c3so12.cfg - texmf/hbf2gf/c4so12.cfg - texmf/hbf2gf/c5so12.cfg - texmf/hbf2gf/c6so12.cfg - texmf/hbf2gf/c7so12.cfg - texmf/hbf2gf/csso12.cfg - texmf/hbf2gf/gsfs14.cfg - texmf/hbf2gf/j2so12.cfg - texmf/hbf2gf/jsso12.cfg - texmf/hbf2gf/ksso17.cfg + texmf-dist/hbf2gf/README + texmf-dist/hbf2gf/b5ka12.cfg + texmf-dist/hbf2gf/b5kr12.cfg + texmf-dist/hbf2gf/b5so12.cfg + texmf-dist/hbf2gf/c1so12.cfg + texmf-dist/hbf2gf/c2so12.cfg + texmf-dist/hbf2gf/c3so12.cfg + texmf-dist/hbf2gf/c4so12.cfg + texmf-dist/hbf2gf/c5so12.cfg + texmf-dist/hbf2gf/c6so12.cfg + texmf-dist/hbf2gf/c7so12.cfg + texmf-dist/hbf2gf/csso12.cfg + texmf-dist/hbf2gf/gsfs14.cfg + texmf-dist/hbf2gf/j2so12.cfg + texmf-dist/hbf2gf/jsso12.cfg + texmf-dist/hbf2gf/ksso17.cfg docfiles size=138 - texmf/doc/bg5conv/bg5conv.pdf - texmf/doc/cef5conv/cef5conv.pdf - texmf/doc/cefconv/cefconv.pdf - texmf/doc/cefsconv/cefsconv.pdf - texmf/doc/extconv/extconv.pdf - texmf/doc/hbf2gf/hbf2gf.pdf - texmf/doc/man/man1/bg5conv.1 - texmf/doc/man/man1/bg5conv.man1.pdf - texmf/doc/man/man1/cef5conv.1 - texmf/doc/man/man1/cef5conv.man1.pdf - texmf/doc/man/man1/cefconv.1 - texmf/doc/man/man1/cefconv.man1.pdf - texmf/doc/man/man1/cefsconv.1 - texmf/doc/man/man1/cefsconv.man1.pdf - texmf/doc/man/man1/extconv.1 - texmf/doc/man/man1/extconv.man1.pdf - texmf/doc/man/man1/hbf2gf.1 - texmf/doc/man/man1/hbf2gf.man1.pdf - texmf/doc/man/man1/sjisconv.1 - texmf/doc/man/man1/sjisconv.man1.pdf - texmf/doc/sjisconv/sjisconv.pdf + texmf-dist/doc/bg5conv/bg5conv.pdf + texmf-dist/doc/cef5conv/cef5conv.pdf + texmf-dist/doc/cefconv/cefconv.pdf + texmf-dist/doc/cefsconv/cefsconv.pdf + texmf-dist/doc/extconv/extconv.pdf + texmf-dist/doc/hbf2gf/hbf2gf.pdf + texmf-dist/doc/man/man1/bg5conv.1 + texmf-dist/doc/man/man1/bg5conv.man1.pdf + texmf-dist/doc/man/man1/cef5conv.1 + texmf-dist/doc/man/man1/cef5conv.man1.pdf + texmf-dist/doc/man/man1/cefconv.1 + texmf-dist/doc/man/man1/cefconv.man1.pdf + texmf-dist/doc/man/man1/cefsconv.1 + texmf-dist/doc/man/man1/cefsconv.man1.pdf + texmf-dist/doc/man/man1/extconv.1 + texmf-dist/doc/man/man1/extconv.man1.pdf + texmf-dist/doc/man/man1/hbf2gf.1 + texmf-dist/doc/man/man1/hbf2gf.man1.pdf + texmf-dist/doc/man/man1/sjisconv.1 + texmf-dist/doc/man/man1/sjisconv.man1.pdf + texmf-dist/doc/sjisconv/sjisconv.pdf name cjkutils.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of cjkutils -binfiles arch=i386-linux size=46 +binfiles arch=i386-linux size=47 bin/i386-linux/bg5+latex bin/i386-linux/bg5+pdflatex bin/i386-linux/bg5conv @@ -21213,8 +21902,18 @@ catalogue-version 1.7 name cmap category Package -revision 26568 -relocated 1 +revision 29849 +shortdesc Make PDF files searchable and copyable. +relocated 1 +longdesc The cmap package provides character map tables, which make PDF +longdesc files generated by pdfLaTeX both searchable and copy-able in +longdesc acrobat reader and other compliant PDF viewers. Encodings +longdesc supported are OT1, T1, T2A, T2B, T2C and T5, together with LAE +longdesc (Arabic), LFE (Farsi) and LGR (Greek) and a variant OT1tt for +longdesc cmtt-like fonts. The package's main limitation currently is the +longdesc inability to work with virtual fonts, because of limitations of +longdesc pdfTeX. This restriction may be resolved in a future version of +longdesc pdfTeX. runfiles size=12 RELOC/tex/latex/cmap/cmap.sty RELOC/tex/latex/cmap/lae.cmap @@ -21230,6 +21929,10 @@ runfiles size=12 RELOC/tex/latex/cmap/t5.cmap docfiles size=2 RELOC/doc/latex/cmap/README +catalogue-ctan /macros/latex/contrib/cmap +catalogue-date 2012-11-14 17:49:35 +0100 +catalogue-license lppl +catalogue-version 1.0h name cmarrows category Package @@ -24859,7 +25562,7 @@ catalogue-license other-free name codicefiscaleitaliano category Package -revision 26234 +revision 29803 shortdesc Test the consistency of the Italian personal Fiscal Code. relocated 1 longdesc The alphanumeric string that forms the Italian personal Fiscal @@ -24875,9 +25578,9 @@ docfiles size=54 srcfiles size=6 RELOC/source/latex/codicefiscaleitaliano/codicefiscaleitaliano.dtx catalogue-ctan /macros/latex/contrib/codicefiscaleitaliano -catalogue-date 2012-05-05 09:37:49 +0200 +catalogue-date 2012-05-14 18:00:00 +0200 catalogue-license lppl1.3 -catalogue-version 1.1 +catalogue-version 1.2 name collcell category Package @@ -24919,17 +25622,16 @@ srcfiles size=9 name collection-basic category Collection -revision 26314 +revision 30372 shortdesc Essential programs and files relocated 1 longdesc These files are regarded as basic for any TeX system, covering longdesc plain TeX macros, Computer Modern fonts, and configuration for longdesc common drivers; no LaTeX. -depend collection-documentation-base +depend texlive.infra depend amsfonts depend bibtex depend cm -depend dvipdfm depend dvipdfmx depend dvipdfmx-def depend dvips @@ -24955,18 +25657,19 @@ depend plain depend tetex depend tex depend texconfig +depend texlive-common +depend texlive-en depend texlive-msg-translations depend texlive-scripts -depend texlive.infra depend xdvi name collection-bibtexextra category Collection -revision 29517 -shortdesc Extra BibTeX styles +revision 30511 +shortdesc BibTeX additional styles relocated 1 -longdesc Additional BibTeX styles and bibliography databases, including -longdesc BibLaTeX. +longdesc Additional BibTeX styles and bibliography data(bases), notably +longdesc including BibLaTeX. depend collection-latex depend aichej depend amsrefs @@ -25035,6 +25738,7 @@ depend listbib depend logreq depend margbib depend multibib +depend multibibliography depend munich depend notes2bib depend oscola @@ -25053,7 +25757,7 @@ depend xcite name collection-binextra category Collection -revision 29348 +revision 30307 shortdesc TeX auxiliary programs relocated 1 longdesc Various useful, but non-essential, support programs. Includes @@ -25125,8 +25829,8 @@ depend xindy name collection-context category Collection -revision 29025 -shortdesc ConTeXt format +revision 30458 +shortdesc ConTeXt and packages relocated 1 longdesc Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. longdesc Also includes third-party ConTeXt packages. @@ -25138,6 +25842,7 @@ depend context-algorithmic depend context-bnf depend context-chromato depend context-construction-plan +depend context-cyrillicnumbers depend context-degrade depend context-filter depend context-fixme @@ -25155,321 +25860,17 @@ depend context-rst depend context-ruby depend context-simplefonts depend context-simpleslides +depend context-transliterator depend context-typearea depend context-typescripts depend context-vim -name collection-documentation-arabic -category Collection -revision 14327 -shortdesc Arabic documentation -relocated 1 -depend lshort-persian -depend collection-documentation-base - -name collection-documentation-base -category Collection -revision 17091 -shortdesc TeX Live documentation -relocated 1 -depend texlive-common -depend texlive-en - -name collection-documentation-bulgarian -category Collection -revision 19296 -shortdesc Bulgarian documentation -relocated 1 -depend lshort-bulgarian -depend pst-eucl-translation-bg -depend collection-documentation-base - -name collection-documentation-czechslovak -category Collection -revision 23021 -shortdesc Czech/Slovak documentation -relocated 1 -depend lshort-czech -depend lshort-slovak -depend texlive-cz -depend collection-documentation-base - -name collection-documentation-dutch -category Collection -revision 13822 -shortdesc Dutch documentation -relocated 1 -depend lshort-dutch -depend collection-documentation-base - -name collection-documentation-english -category Collection -revision 28959 -shortdesc English documentation -relocated 1 -depend FAQ-en -depend MemoirChapStyles -depend Type1fonts -depend amslatex-primer -depend around-the-bend -depend ascii-chart -depend components-of-TeX -depend comprehensive -depend dtxtut -depend first-latex-doc -depend gentle -depend guide-to-latex -depend happy4th -depend impatient -depend intro-scientific -depend knuth -depend l2tabu-english -depend latex-brochure -depend latex-course -depend latex-doc-ptr -depend latex-graphics-companion -depend latex-veryshortguide -depend latex-web-companion -depend latex2e-help-texinfo -depend latex4wp -depend latexcheat -depend latexfileinfo-pkgs -depend lshort-english -depend macros2e -depend math-e -depend mathmode -depend memdesign -depend metafont-beginners -depend metapost-examples -depend mil3 -depend patgen2-tutorial -depend pictexsum -depend plain-doc -depend presentations-en -depend pstricks-examples-en -depend simplified-latex -depend svg-inkscape -depend tabulars-e -depend tamethebeast -depend tds -depend tex-font-errors-cheatsheet -depend tex-overview -depend tex-refs -depend texbytopic -depend titlepages -depend tlc2 -depend visualfaq -depend webguide -depend xetexref -depend collection-documentation-base - -name collection-documentation-finnish -category Collection -revision 13822 -shortdesc Finnish documentation -relocated 1 -depend lshort-finnish -depend collection-documentation-base - -name collection-documentation-french -category Collection -revision 25105 -shortdesc French documentation -relocated 1 -depend apprends-latex -depend epslatex-fr -depend impatient-fr -depend l2tabu-french -depend lshort-french -depend texlive-fr -depend translation-array-fr -depend translation-dcolumn-fr -depend translation-natbib-fr -depend translation-tabbing-fr -depend collection-documentation-base - -name collection-documentation-german -category Collection -revision 28826 -shortdesc German documentation -relocated 1 -depend einfuehrung -depend fifinddo-info -depend l2picfaq -depend l2tabu -depend latex-bib-ex -depend latex-referenz -depend latex-tabellen -depend lshort-german -depend presentations -depend pstricks-examples -depend templates-fenn -depend templates-sommer -depend texlive-de -depend translation-arsclassica-de -depend translation-biblatex-de -depend translation-chemsym-de -depend translation-ecv-de -depend translation-enumitem-de -depend translation-europecv-de -depend translation-filecontents-de -depend translation-moreverb-de -depend voss-de -depend collection-documentation-base - -name collection-documentation-chinese -category Collection -revision 14384 -shortdesc Chinese documentation -relocated 1 -depend asymptote-faq-zh-cn -depend asymptote-by-example-zh-cn -depend asymptote-manual-zh-cn -depend ctex-faq -depend latex-notes-zh-cn -depend lshort-chinese -depend texlive-zh-cn -depend collection-documentation-base - -name collection-documentation-italian -category Collection -revision 25218 -shortdesc Italian documentation -relocated 1 -depend amsldoc-it -depend amsmath-it -depend amsthdoc-it -depend fancyhdr-it -depend l2tabu-italian -depend latex4wp-it -depend lshort-italian -depend psfrag-italian -depend texlive-it -depend collection-documentation-base - -name collection-documentation-japanese -category Collection -revision 13822 -shortdesc Japanese documentation -relocated 1 -depend lshort-japanese -depend collection-documentation-base - -name collection-documentation-korean -category Collection -revision 13822 -shortdesc Korean documentation -relocated 1 -depend lshort-korean -depend collection-documentation-base - -name collection-documentation-mongolian -category Collection -revision 13822 -shortdesc Mongolian documentation -relocated 1 -depend lshort-mongol -depend collection-documentation-base - -name collection-documentation-polish -category Collection -revision 13822 -shortdesc Polish documentation -relocated 1 -depend lshort-polish -depend tex-virtual-academy-pl -depend texlive-pl -depend collection-documentation-base - -name collection-documentation-portuguese -category Collection -revision 13822 -shortdesc Portuguese documentation -relocated 1 -depend beamer-tut-pt -depend cursolatex -depend latexcheat-ptbr -depend lshort-portuguese -depend xypic-tut-pt -depend collection-documentation-base - -name collection-documentation-russian -category Collection -revision 13822 -shortdesc Russian documentation -relocated 1 -depend lshort-russian -depend mpman-ru -depend texlive-ru -depend collection-documentation-base - -name collection-documentation-serbian -category Collection -revision 19112 -shortdesc Serbian documentation -relocated 1 -depend texlive-sr -depend collection-documentation-base - -name collection-documentation-slovenian -category Collection -revision 13822 -shortdesc Slovenian documentation -relocated 1 -depend lshort-slovenian -depend collection-documentation-base - -name collection-documentation-spanish -category Collection -revision 19634 -shortdesc Spanish documentation -relocated 1 -depend es-tex-faq -depend l2tabu-spanish -depend latex2e-help-texinfo-spanish -depend latexcheat-esmx -depend lshort-spanish -depend collection-documentation-base - -name collection-documentation-thai -category Collection -revision 13822 -shortdesc Thai documentation -relocated 1 -depend lshort-thai -depend collection-documentation-base - -name collection-documentation-turkish -category Collection -revision 13822 -shortdesc Turkish documentation -relocated 1 -depend lshort-turkish -depend collection-documentation-base - -name collection-documentation-ukrainian -category Collection -revision 13822 -shortdesc Ukrainian documentation -relocated 1 -depend lshort-ukr -depend collection-documentation-base - -name collection-documentation-vietnamese -category Collection -revision 13822 -shortdesc Vietnamese documentation -relocated 1 -depend amsldoc-vn -depend lshort-vietnamese -depend ntheorem-vn -depend collection-documentation-base - name collection-fontsextra category Collection -revision 29576 -shortdesc Extra fonts +revision 30396 +shortdesc Additional fonts relocated 1 +depend collection-basic depend asana-math depend adforn depend adfsymbols @@ -25479,7 +25880,7 @@ depend antiqua depend antt depend archaic depend arev -depend ascii +depend ascii-font depend aspectratio depend astro depend augie @@ -25578,6 +25979,7 @@ depend hfoldsty depend ifsym depend inconsolata depend initials +depend ipaex-type1 depend iwona depend jablantile depend jamtimes @@ -25624,10 +26026,12 @@ depend punk-latex depend punknova depend pxtxalfa depend quattrocento +depend raleway depend recycle depend romande depend rsfso depend sansmathaccent +depend sansmathfonts depend sauter depend sauterfonts depend schulschriften @@ -25652,16 +26056,16 @@ depend venturisadf depend wsuipa depend xits depend yfonts -depend collection-basic name collection-fontsrecommended category Collection -revision 28082 +revision 30307 shortdesc Recommended fonts relocated 1 longdesc Recommended fonts, including the base 35 PostScript fonts, longdesc Latin Modern, TeX Gyre, and T1 and other encoding support for longdesc Computer Modern, in outline form. +depend collection-basic depend avantgar depend bookman depend charter @@ -25692,17 +26096,16 @@ depend wasy depend wasysym depend zapfchan depend zapfding -depend collection-basic name collection-fontutils category Collection -revision 25704 +revision 30396 shortdesc Graphics and font utilities relocated 1 longdesc Programs for conversion between font formats, testing fonts, longdesc virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. -longdesc Manipulating OpenType, TrueType, PostScript Type 1, and -longdesc PostScript and other images. +longdesc Manipulating OpenType, TrueType, Type 1,and for manipulation of +longdesc PostScript and other image formats. depend collection-basic depend accfonts depend afm2pl @@ -25722,26 +26125,27 @@ depend ttfutils name collection-formatsextra category Collection -revision 21879 -shortdesc Extra formats +revision 30396 +shortdesc Additional formats relocated 1 longdesc Collected TeX `formats', i.e., large-scale macro packages longdesc designed to be dumped into .fmt files, other than most common longdesc ones, such as latex and context. +depend collection-basic depend edmac depend eplain depend mltex depend psizzl depend startex depend texsis -depend collection-basic name collection-games category Collection -revision 29271 +revision 30530 shortdesc Games typesetting relocated 1 longdesc Setups for typesetting various games, including chess. +depend collection-latex depend bartel-chess-fonts depend chess depend chess-problem-diagrams @@ -25754,6 +26158,7 @@ depend gamebook depend go depend hanoi depend hexgame +depend horoscop depend logicpuzzle depend othello depend othelloboard @@ -25767,15 +26172,15 @@ depend sudoku depend sudokubundle depend xq depend xskak -depend collection-latex name collection-genericextra category Collection -revision 29144 -shortdesc Extra generic packages +revision 30396 +shortdesc Generic additional packages relocated 1 longdesc Extra packages that work with multiple formats, typically both longdesc TeX and LaTeX. +depend collection-basic depend abbr depend abstyles depend barr @@ -25816,14 +26221,14 @@ depend texapi depend upca depend xlop depend yax -depend collection-basic name collection-genericrecommended category Collection -revision 19849 -shortdesc Recommended generic packages +revision 30396 +shortdesc Generic recommended packages relocated 1 longdesc Recommended packages that work with multiple formats. +depend collection-basic depend epsf depend fontname depend genmisc @@ -25832,29 +26237,29 @@ depend multido depend path depend tex-ps depend ulem -depend collection-basic name collection-htmlxml category Collection -revision 28251 +revision 30307 shortdesc HTML/SGML/XML support relocated 1 longdesc Packages to convert LaTeX to XML/HTML, and typset XML/SGML +depend collection-basic +depend collection-fontsrecommended +depend collection-latex depend jadetex depend passivetex depend tex4ht depend xmltex -depend collection-basic -depend collection-fontsrecommended -depend collection-latex name collection-humanities category Collection -revision 29103 +revision 30307 shortdesc Humanities packages relocated 1 -longdesc Packages for law, linguistics, the social sciences, the -longdesc humanities, etc. +longdesc Packages for law, linguistics, social sciences, humanities, +longdesc etc. +depend collection-latex depend alnumsec depend arydshln depend bibleref @@ -25896,26 +26301,26 @@ depend stage depend tree-dvips depend verse depend xyling -depend collection-latex name collection-langafrican category Collection -revision 21061 +revision 30372 shortdesc African scripts relocated 1 -longdesc Support for typesetting some African scripts +longdesc Support for African scripts. +depend collection-basic depend ethiop depend ethiop-t1 depend fc depend hyphen-ethiopic -depend collection-basic name collection-langarabic category Collection -revision 29659 +revision 30372 shortdesc Arabic relocated 1 -longdesc Support for typesetting Arabic and Persian. +longdesc Support for Arabic and Persian. +depend collection-basic depend amiri depend arabi depend arabtex @@ -25924,44 +26329,39 @@ depend ghab depend hyphen-arabic depend hyphen-farsi depend imsproc +depend lshort-persian depend persian-bib depend persian-hm-ftx depend persian-hm-xbs depend persian-modern depend tram -depend collection-basic - -name collection-langarmenian -category Collection -revision 20529 -shortdesc Armenian -relocated 1 -longdesc Support for typesetting Armenian. -depend collection-basic name collection-langcjk category Collection -revision 29552 -shortdesc Chinese, Japanese, Korean +revision 30661 +shortdesc Chinese/Japanese/Korean relocated 1 -longdesc CJK (Chinese, Japanese, Korean) macros, fonts, documentation, -longdesc also Thai since there is some overlap in the fonts. +longdesc CJK (Chinese, Japanese, Korean) macros, fonts, documentation. +longdesc Also Thai in the c90 encoding, since there is some overlap in +longdesc those fonts. Standard Thai support is in collection-langother. depend collection-basic -depend collection-documentation-chinese depend adobemapping depend arphic +depend asymptote-by-example-zh-cn +depend asymptote-faq-zh-cn +depend asymptote-manual-zh-cn depend bxbase depend bxjscls -depend bxpict2e depend c90 -depend cjk-ko depend cjk +depend cjk-ko depend cjkpunct depend cjkutils depend cns +depend convbkmk depend ctex +depend ctex-faq depend dnp -depend tlwg depend garuda-c90 depend hyphen-chinese depend ipaex @@ -25970,6 +26370,10 @@ depend japanese-otf depend japanese-otf-uptex depend jfontmaps depend jsclasses +depend latex-notes-zh-cn +depend lshort-chinese +depend lshort-japanese +depend lshort-korean depend luatexja depend nanumtype1 depend norasi-c90 @@ -25980,7 +26384,7 @@ depend pxchfon depend pxcjkcat depend pxjahyper depend pxrubrica -depend thailatex +depend texlive-zh-cn depend uhc depend uptex depend wadalab @@ -25992,22 +26396,20 @@ depend zxjafbfont depend zxjafont depend zxjatype -name collection-langcroatian -category Collection -revision 21190 -shortdesc Croatian -relocated 1 -longdesc Support for typesetting Croatian. -depend hrlatex -depend hyphen-croatian -depend collection-basic - name collection-langcyrillic category Collection -revision 25209 +revision 30455 shortdesc Cyrillic relocated 1 -longdesc Support for typesetting Cyrillic. +longdesc Support for Cyrillic scripts (Bulgarian, Russian, Serbian, +longdesc Ukrainian), even if Latin alphabets may also be used. +depend collection-basic +depend collection-latex +depend babel-bulgarian +depend babel-russian +depend babel-serbian +depend babel-serbianc +depend babel-ukraineb depend cmcyr depend cyrillic depend cyrillic-bin @@ -26016,137 +26418,288 @@ depend disser depend eskd depend eskdx depend gost +depend hyphen-bulgarian +depend hyphen-mongolian +depend hyphen-russian +depend hyphen-serbian +depend hyphen-ukrainian depend lcyw depend lh depend lhcyr +depend lshort-bulgarian +depend lshort-mongol +depend lshort-russian +depend lshort-ukr +depend mongolian-babel +depend montex +depend mpman-ru +depend pst-eucl-translation-bg depend ruhyphen depend russ +depend serbian-apostrophe +depend serbian-date-lat +depend serbian-def-cyr +depend serbian-lig depend t2 +depend texlive-ru +depend texlive-sr depend ukrhyph -depend hyphen-bulgarian -depend hyphen-russian -depend hyphen-ukrainian -depend collection-basic -depend collection-latex name collection-langczechslovak category Collection -revision 28595 +revision 30372 shortdesc Czech/Slovak relocated 1 -longdesc Support for typesetting Czech/Slovak. +longdesc Support for Czech/Slovak. +depend collection-basic +depend collection-latex +depend babel-czech +depend babel-slovak depend cs depend csbulletin depend cslatex depend csplain depend cstex -depend vlna depend hyphen-czech depend hyphen-slovak -depend collection-basic -depend collection-latex - -name collection-langdanish -category Collection -revision 14727 -shortdesc Danish -relocated 1 -longdesc Support for typesetting Danish. -depend hyphen-danish -depend collection-basic - -name collection-langdutch -category Collection -revision 14727 -shortdesc Dutch -relocated 1 -longdesc Support for typesetting Dutch. -depend hyphen-dutch -depend collection-basic +depend vlna +depend lshort-czech +depend lshort-slovak +depend texlive-cz name collection-langenglish category Collection -revision 18615 +revision 30372 shortdesc US and UK English relocated 1 -longdesc Support for typesetting US and UK English. -depend hyphen-english +longdesc Support for US and UK English. depend collection-basic +depend hyphen-english +depend FAQ-en +depend MemoirChapStyles +depend Type1fonts +depend amslatex-primer +depend around-the-bend +depend ascii-chart +depend components-of-TeX +depend comprehensive +depend dtxtut +depend first-latex-doc +depend gentle +depend guide-to-latex +depend happy4th +depend impatient +depend intro-scientific +depend knuth +depend l2tabu-english +depend latex-brochure +depend latex-course +depend latex-doc-ptr +depend latex-graphics-companion +depend latex-veryshortguide +depend latex-web-companion +depend latex2e-help-texinfo +depend latex4wp +depend latexcheat +depend latexfileinfo-pkgs +depend lshort-english +depend macros2e +depend math-e +depend mathmode +depend memdesign +depend metafont-beginners +depend metapost-examples +depend mil3 +depend patgen2-tutorial +depend pictexsum +depend plain-doc +depend presentations-en +depend pstricks-examples-en +depend simplified-latex +depend svg-inkscape +depend tabulars-e +depend tamethebeast +depend tds +depend tex-font-errors-cheatsheet +depend tex-overview +depend tex-refs +depend texbytopic +depend titlepages +depend tlc2 +depend visualfaq +depend webguide +depend xetexref -name collection-langfinnish +name collection-langeuropean category Collection -revision 14727 -shortdesc Finnish +revision 30457 +shortdesc Other European languages relocated 1 -longdesc Support for typesetting Finnish. +longdesc Support for a number of European languages; others (Greek, +longdesc German, French, ...) have their own collections, depending +longdesc simply on the size of the support. +depend collection-basic +depend babel-albanian +depend babel-breton +depend babel-croatian +depend babel-danish +depend babel-dutch +depend babel-estonian +depend babel-finnish +depend babel-friulan +depend babel-hungarian +depend babel-icelandic +depend babel-irish +depend babel-kurmanji +depend babel-latin +depend babel-norsk +depend babel-piedmontese +depend babel-romanian +depend babel-romansh +depend babel-samin +depend babel-scottish +depend babel-slovenian +depend babel-swedish +depend babel-turkish +depend babel-welsh depend finbib +depend hrlatex +depend hyphen-armenian +depend hyphen-croatian +depend hyphen-danish +depend hyphen-dutch +depend hyphen-estonian depend hyphen-finnish -depend collection-basic +depend hyphen-friulan +depend hyphen-hungarian +depend hyphen-icelandic +depend hyphen-irish +depend hyphen-kurmanji +depend hyphen-latin +depend hyphen-latvian +depend hyphen-lithuanian +depend hyphen-norwegian +depend hyphen-piedmontese +depend hyphen-romanian +depend hyphen-romansh +depend hyphen-slovenian +depend hyphen-swedish +depend hyphen-turkish +depend hyphen-uppersorbian +depend hyphen-welsh +depend lithuanian +depend lshort-dutch +depend lshort-finnish +depend lshort-slovenian +depend lshort-turkish +depend swebib +depend turkmen name collection-langfrench category Collection -revision 27049 +revision 30372 shortdesc French relocated 1 -longdesc Support for typesetting French and Basque. +longdesc Support for French and Basque. +depend collection-basic depend aeguill +depend apprends-latex +depend babel-basque +depend babel-french depend basque-book depend basque-date depend bib-fr depend bibleref-french depend booktabs-fr depend droit-fr +depend epslatex-fr depend facture depend frenchle depend frletter +depend hyphen-basque +depend hyphen-french +depend impatient-fr depend impnattypo +depend l2tabu-french +depend lshort-french depend mafr depend tabvar depend tdsfrmath +depend texlive-fr +depend translation-array-fr +depend translation-dcolumn-fr +depend translation-natbib-fr +depend translation-tabbing-fr depend variations -depend hyphen-basque -depend hyphen-french -depend collection-basic name collection-langgerman category Collection -revision 25356 +revision 30539 shortdesc German relocated 1 -longdesc Support for typesetting German. +longdesc Support for German. +depend collection-basic +depend babel-german depend bibleref-german -depend dehyph-exptl -depend dhua depend booktabs-de depend csquotes-de +depend dehyph-exptl +depend dhua +depend einfuehrung depend etoolbox-de +depend fifinddo-info depend geometry-de depend german depend germbib depend germkorr depend hausarbeit-jura +depend hyphen-german +depend koma-script-examples +depend l2picfaq +depend l2tabu +depend latex-bib-ex +depend latex-referenz +depend latex-tabellen +depend lshort-german +depend lualatex-doc-de depend microtype-de +depend presentations +depend pstricks-examples depend r_und_s +depend templates-fenn +depend templates-sommer +depend texlive-de depend tipa-de +depend translation-arsclassica-de +depend translation-biblatex-de +depend translation-chemsym-de +depend translation-ecv-de +depend translation-enumitem-de +depend translation-europecv-de +depend translation-filecontents-de +depend translation-moreverb-de depend umlaute -depend hyphen-german -depend collection-basic +depend voss-de name collection-langgreek category Collection -revision 26262 +revision 30527 shortdesc Greek relocated 1 -longdesc Support for typesetting Greek. +longdesc Support for Greek. +depend collection-basic +depend babel-greek depend betababel depend bgreek depend cbfonts depend gfsbaskerville depend gfsporson +depend greek-fontenc depend greek-inputenc depend greekdates depend greektex -depend grverb +depend hyphen-greek +depend hyphen-ancientgreek depend ibycus-babel depend ibygrk depend kerkis @@ -26157,35 +26710,14 @@ depend mkgrkindex depend teubner depend xgreek depend yannisgr -depend hyphen-greek -depend hyphen-ancientgreek -depend collection-basic - -name collection-langhebrew -category Collection -revision 14727 -shortdesc Hebrew -relocated 1 -longdesc Support for typesetting Hebrew. -depend cjhebrew -depend collection-basic - -name collection-langhungarian -category Collection -revision 14727 -shortdesc Hungarian -relocated 1 -longdesc Support for typesetting Hungarian. -depend magyar -depend hyphen-hungarian -depend collection-basic name collection-langindic category Collection -revision 27509 +revision 30372 shortdesc Indic scripts relocated 1 -longdesc Support for typesetting some Indic scripts. +longdesc Support for Indic scripts. +depend collection-basic depend bangtex depend bengali depend burmese @@ -26198,107 +26730,80 @@ depend velthuis depend wnri depend wnri-latex depend xetex-devanagari -depend collection-basic name collection-langitalian category Collection -revision 26191 +revision 30372 shortdesc Italian relocated 1 -longdesc Support for typesetting Italian. +longdesc Support for Italian. depend collection-basic +depend amsldoc-it +depend amsmath-it +depend amsthdoc-it +depend babel-italian depend codicefiscaleitaliano +depend fancyhdr-it depend fixltxhyph -depend hyphen-italian depend frontespizio +depend hyphen-italian depend itnumpar +depend l2tabu-italian +depend latex4wp-it depend layaureo - -name collection-langlatin -category Collection -revision 14727 -shortdesc Latin -relocated 1 -longdesc Support for typesetting Latin. -depend hyphen-latin -depend collection-basic - -name collection-langlatvian -category Collection -revision 14727 -shortdesc Latvian -relocated 1 -longdesc Support for typesetting Latvian. -depend hyphen-latvian -depend collection-basic - -name collection-langlithuanian -category Collection -revision 14727 -shortdesc Lithuanian -relocated 1 -longdesc Support for typesetting Lithuanian. -depend lithuanian -depend hyphen-lithuanian -depend collection-basic - -name collection-langmongolian -category Collection -revision 22468 -shortdesc Mongolian -relocated 1 -longdesc Support for typesetting Mongolian. -depend collection-basic -depend hyphen-mongolian -depend mongolian-babel -depend montex - -name collection-langnorwegian -category Collection -revision 14727 -shortdesc Norwegian -relocated 1 -longdesc Support for typesetting Norwegian. -depend hyphen-norwegian -depend collection-basic +depend lshort-italian +depend psfrag-italian +depend texlive-it name collection-langother category Collection -revision 29193 -shortdesc Other hyphenation patterns +revision 30661 +shortdesc Other languages relocated 1 -longdesc Hyphenation patterns for languages without (much) other -longdesc support. +longdesc Support for languages not otherwise listed, including Thai, +longdesc Vietnamese, Hebrew, Indonesian, and plenty more. The split is +longdesc made simply on the basis of the size of the support, to keep +longdesc both collection sizes and the number of collections reasonable. +depend collection-basic +depend amsldoc-vn +depend aramaic-serto +depend babel-bahasa +depend babel-esperanto +depend babel-hebrew +depend babel-interlingua +depend babel-sorbian +depend babel-thai +depend babel-vietnamese +depend cjhebrew +depend ctib +depend fonts-tlwg depend hyphen-afrikaans -depend hyphen-armenian depend hyphen-coptic depend hyphen-esperanto -depend hyphen-estonian -depend hyphen-friulan -depend hyphen-icelandic +depend hyphen-georgian depend hyphen-indonesian depend hyphen-interlingua -depend hyphen-irish -depend hyphen-kurmanji -depend hyphen-piedmontese -depend hyphen-romanian -depend hyphen-romansh -depend hyphen-serbian -depend hyphen-slovenian -depend hyphen-turkish -depend hyphen-uppersorbian -depend hyphen-welsh -depend collection-basic +depend hyphen-thai +depend hyphen-turkmen +depend lshort-thai +depend lshort-vietnamese +depend ntheorem-vn +depend vntex name collection-langpolish category Collection -revision 23552 +revision 30372 shortdesc Polish relocated 1 -longdesc Support for typesetting Polish. +longdesc Support for Polish. +depend collection-latex +depend collection-basic +depend babel-polish depend cc-pl depend gustlib depend gustprog +depend hyphen-polish +depend lshort-polish depend mex depend mwcls depend pl @@ -26306,79 +26811,52 @@ depend polski depend przechlewski-book depend qpxqtx depend tap +depend tex-virtual-academy-pl +depend texlive-pl depend utf8mex -depend hyphen-polish -depend collection-latex -depend collection-basic name collection-langportuguese category Collection -revision 21528 +revision 30372 shortdesc Portuguese relocated 1 -longdesc Support for typesetting Portuguese. -depend ordinalpt -depend hyphen-portuguese +longdesc Support for Portuguese. depend collection-basic +depend babel-portuges +depend beamer-tut-pt +depend cursolatex +depend hyphen-portuguese +depend latexcheat-ptbr +depend lshort-portuguese +depend ordinalpt +depend xypic-tut-pt name collection-langspanish category Collection -revision 21528 +revision 30372 shortdesc Spanish relocated 1 -longdesc Support for typesetting Spanish. -depend hyphen-spanish +longdesc Support for Spanish. +depend collection-basic +depend babel-catalan +depend babel-galician +depend babel-spanish +depend es-tex-faq depend hyphen-catalan depend hyphen-galician -depend spanish +depend hyphen-spanish +depend l2tabu-spanish +depend latex2e-help-texinfo-spanish +depend latexcheat-esmx +depend lshort-spanish depend spanish-mx -depend collection-basic - -name collection-langswedish -category Collection -revision 14727 -shortdesc Swedish -relocated 1 -longdesc Support for typesetting Swedish. -depend swebib -depend hyphen-swedish -depend collection-basic - -name collection-langtibetan -category Collection -revision 14727 -shortdesc Tibetan -relocated 1 -longdesc Support for typesetting Tibetan. -depend ctib -depend otibet -depend collection-basic - -name collection-langturkmen -category Collection -revision 17578 -shortdesc Turkmen -relocated 1 -longdesc Support for typesetting Turkmen. -depend turkmen -depend hyphen-turkmen -depend collection-basic - -name collection-langvietnamese -category Collection -revision 15272 -shortdesc Vietnamese -relocated 1 -longdesc Support for typesetting Vietnamese. -depend vntex -depend collection-basic name collection-latexextra category Collection -revision 29651 -shortdesc LaTeX supplementary packages +revision 30599 +shortdesc LaTeX additional packages relocated 1 -longdesc A large collection of add-on packages for LaTeX. +longdesc A very large collection of add-on packages for LaTeX. depend collection-latexrecommended depend collection-pictures depend 2up @@ -26428,6 +26906,7 @@ depend beamer2thesis depend beameraudience depend beamerposter depend beamersubframe +depend beamertheme-upenn-bc depend beamerthemejltree depend beamerthemenirma depend begriff @@ -26455,6 +26934,7 @@ depend braket depend breakurl depend bullcntr depend bussproofs +depend bxdpx-beamer depend calcage depend calctab depend calculator @@ -26619,6 +27099,7 @@ depend eqlist depend eqname depend eqparbox depend errata +depend esami depend esdiff depend esint depend esint-type1 @@ -26640,8 +27121,10 @@ depend exp-testopt depend expdlist depend export depend exsheets +depend exsol depend extract depend facsimile +depend factura depend fancynum depend fancypar depend fancytabs @@ -26694,7 +27177,6 @@ depend frame depend framed depend frankenstein depend frege -depend friulan depend ftcap depend ftnxtra depend fullblck @@ -26817,6 +27299,7 @@ depend longnamefilelist depend loops depend lsc depend lstaddons +depend ltablex depend ltabptch depend ltxdockit depend ltxindex @@ -26851,6 +27334,7 @@ depend mdframed depend media9 depend meetingmins depend memexsupp +depend memory depend menu depend menukeys depend method @@ -26867,6 +27351,7 @@ depend misc209 depend mla-paper depend mlist depend mmap +depend mnotes depend moderncv depend moderntimeline depend modref @@ -26915,6 +27400,7 @@ depend nicefilelist depend niceframe depend nicetext depend nlctdoc +depend noconflict depend noitcrul depend nolbreaks depend nomencl @@ -26983,7 +27469,6 @@ depend placeins depend plates depend plantslabels depend plweb -depend polyglot depend polynom depend polynomial depend polytable @@ -27041,10 +27526,10 @@ depend robustindex depend romanbar depend romanneg depend romannum -depend romansh depend rotfloat depend rotpages depend roundbox +depend rterface depend rtkinenc depend rvwrite depend sauerj @@ -27063,11 +27548,6 @@ depend semantic depend semioneside depend sepfootnotes depend seqsplit -depend serbian-apostrophe -depend serbian-date-lat -depend serbian-def-cyr -depend serbian-lig -depend serbianc depend sf298 depend sffms depend sfmath @@ -27098,6 +27578,7 @@ depend slantsc depend smalltableof depend smartref depend snapshot +depend snotez depend soul depend spanglish depend sparklines @@ -27182,7 +27663,7 @@ depend thumb depend thumbs depend thumby depend ticket -depend timesht +depend titlecaps depend titlefoot depend titlepic depend titleref @@ -27226,7 +27707,9 @@ depend uwmslide depend varindex depend varsfromjobname depend varwidth +depend vdmlisting depend verbasef +depend verbatimbox depend verbatimcopy depend verbdef depend verbments @@ -27276,7 +27759,7 @@ depend zwpagelayout name collection-latexrecommended category Collection -revision 25795 +revision 30307 shortdesc LaTeX recommended packages relocated 1 longdesc A collection of recommended add-on packages for LaTeX which @@ -27288,7 +27771,6 @@ depend booktabs depend caption depend cite depend cmap -depend collection-latex depend crop depend ctable depend ec @@ -27334,12 +27816,11 @@ depend underscore depend url depend xcolor depend xkeyval -depend collection-latex name collection-latex category Collection -revision 25030 -shortdesc Basic LaTeX packages +revision 30308 +shortdesc LaTeX fundamental packages relocated 1 longdesc These packages are mandated by the core LaTeX team, or at least longdesc very strongly recommended. @@ -27348,6 +27829,7 @@ depend ae depend amscls depend amsmath depend babel +depend babel-english depend babelbib depend carlisle depend colortbl @@ -27373,7 +27855,7 @@ depend tools name collection-luatex category Collection -revision 29093 +revision 30533 shortdesc LuaTeX packages relocated 1 longdesc Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using @@ -27382,6 +27864,7 @@ longdesc http://luatex.org/ depend collection-basic depend checkcites depend chickenize +depend enigma depend interpreter depend lua-check-hyphen depend lua-visual-debug @@ -27398,6 +27881,7 @@ depend luamplib depend luaotfload depend luasseq depend luatexbase +depend luatexko depend luatextra depend luaxml depend odsfile @@ -27406,10 +27890,11 @@ depend spelling name collection-mathextra category Collection -revision 29607 -shortdesc Advanced math typesetting +revision 30396 +shortdesc Mathematics packages relocated 1 -longdesc Extra math +depend collection-fontsrecommended +depend collection-latex depend 12many depend amstex depend backnaur @@ -27454,14 +27939,13 @@ depend unicode-math depend venn depend yhmath depend ytableau -depend collection-fontsrecommended -depend collection-latex name collection-metapost category Collection -revision 29655 -shortdesc MetaPost (and Metafont) drawing packages +revision 30387 +shortdesc MetaPost and Metafont packages relocated 1 +depend collection-basic depend automata depend bbcard depend blockdraw_mp @@ -27498,14 +27982,14 @@ depend splines depend suanpan depend textpath depend threeddice -depend collection-basic name collection-music category Collection -revision 26404 -shortdesc Music typesetting +revision 30396 +shortdesc Music packages relocated 1 longdesc Music-related fonts and packages. +depend collection-latex depend abc depend figbas depend gchords @@ -27518,29 +28002,32 @@ depend musixtex depend musixtex-fnts depend pmx depend songbook -depend collection-latex +depend songs name collection-omega category Collection -revision 25844 +revision 30388 shortdesc Omega packages relocated 1 longdesc Omega, a 16-bit extended TeX by John Plaice and Yannis -longdesc Haralambous. +longdesc Haralambous, now updated to Aleph. +depend collection-basic +depend collection-latex +depend aleph depend antomega depend lambda depend mxedruli depend omega -depend aleph depend omegaware -depend collection-basic -depend collection-latex +depend otibet name collection-pictures category Collection -revision 29595 -shortdesc Graphics packages and programs +revision 30559 +shortdesc Graphics, pictures, diagrams relocated 1 +longdesc Including TikZ, pict, etc.; MetaPost and PStricks are separate. +depend collection-basic depend asyfig depend autoarea depend bardiag @@ -27548,6 +28035,7 @@ depend bloques depend bodegraph depend bondgraph depend braids +depend bxeepic depend cachepic depend chemfig depend combinedgraphics @@ -27608,6 +28096,7 @@ depend pinlabel depend pmgraph depend prerex depend productbox +depend pxpgfmark depend randbild depend randomwalk depend reotex @@ -27616,15 +28105,18 @@ depend sa-tikz depend schemabloc depend setdeck depend smartdiagram +depend spath3 depend swimgraf depend texdraw -depend tikz-cd depend tikz-3dplot +depend tikz-bayesnet +depend tikz-cd depend tikz-dependency depend tikz-inet depend tikz-qtree depend tikz-timing depend tikzinclude +depend tikzmark depend tikzorbital depend tikzpagenodes depend tikzpfeile @@ -27647,14 +28139,14 @@ depend tufte-latex depend venndiagram depend xpicture depend xypic -depend collection-basic name collection-plainextra category Collection -revision 27541 -shortdesc Plain TeX supplementary packages +revision 30395 +shortdesc Plain TeX packages relocated 1 longdesc Add-on packages and macros that work with plain TeX. +depend collection-basic depend figflow depend fixpdfmag depend font-change @@ -27669,18 +28161,20 @@ depend pitex depend placeins-plain depend plipsum depend plnfss +depend plstmary depend present depend resumemac +depend texinfo depend timetable depend treetex depend varisize -depend collection-basic name collection-pstricks category Collection -revision 28801 -shortdesc PSTricks packages +revision 30307 +shortdesc PSTricks relocated 1 +longdesc PSTricks core and all add-on packages. depend collection-basic depend collection-genericrecommended depend auto-pst-pdf @@ -27773,9 +28267,10 @@ depend vocaltract name collection-publishers category Collection -revision 29687 -shortdesc Support for publishers, theses, standards, conferences, etc. +revision 30444 +shortdesc Publisher styles, theses, etc. relocated 1 +depend collection-latex depend IEEEconf depend IEEEtran depend aastex @@ -27805,7 +28300,6 @@ depend cmpj depend confproc depend ebook depend ebsthesis -depend economic depend ejpecp depend elbioimp depend elsarticle @@ -27873,10 +28367,12 @@ depend tugboat depend tugboat-plain depend tui depend uaclasses +depend uadocs depend uafthesis depend ucdavisthesis depend ucthesis depend uestcthesis +depend uiucredborder depend uiucthesis depend ulthese depend umthesis @@ -27891,14 +28387,13 @@ depend uwthesis depend vancouver depend xcookybooky depend york-thesis -depend collection-latex name collection-science category Collection -revision 28017 -shortdesc Typesetting for natural and computer sciences +revision 30307 +shortdesc Natural and computer sciences relocated 1 -longdesc Typesetting for natural and computer sciences +depend collection-latex depend SIstyle depend SIunits depend alg @@ -27957,26 +28452,15 @@ depend textopo depend ulqda depend unitsdef depend youngtab -depend collection-latex - -name collection-texinfo -category Collection -revision 15216 -shortdesc GNU Texinfo -relocated 1 -longdesc TeX macros for the GNU Texinfo documentation system. The -longdesc programs and documentation are no longer distributed with TeX -longdesc Live; get the original Texinfo package for your system. -depend texinfo -depend collection-basic name collection-xetex category Collection -revision 29634 -shortdesc XeTeX packages +revision 30396 +shortdesc XeTeX and packages relocated 1 longdesc Packages for XeTeX, the Unicode/OpenType-enabled TeX by longdesc Jonathan Kew, http://tug.org/xetex. +depend collection-basic depend arabxetex depend euenc depend fixlatvian @@ -28002,9 +28486,10 @@ depend xetex-pstricks depend xetex-tibetan depend xetexconfig depend xetexfontinfo +depend xetexko +depend xevlna depend xltxtra depend xunicode -depend collection-basic name collref category Package @@ -28107,7 +28592,7 @@ catalogue-version 1.0 name colortbl category Package -revision 25394 +revision 29803 shortdesc Add colour to LaTeX tables. relocated 1 longdesc The package allows rows and columns to be coloured, and even @@ -29200,6 +29685,28 @@ catalogue-ctan /macros/context/contrib/context-construction-plan catalogue-date 2008-08-18 23:54:09 +0200 catalogue-license gpl +name context-cyrillicnumbers +category ConTeXt +revision 29905 +shortdesc Write numbers as cyrillic glyphs. +relocated 1 +longdesc The package extends Context's system of number conversion, by +longdesc adding numeration using cyrillic letters. +depend context +runfiles size=10 + RELOC/tex/context/interface/third/t-cyrillicnumbers.xml + RELOC/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua + RELOC/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkii + RELOC/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkvi +docfiles size=57 + RELOC/doc/context/third/cyrillicnumbers/COPYING + RELOC/doc/context/third/cyrillicnumbers/README.rst + RELOC/doc/context/third/cyrillicnumbers/cyrillicnumbers.pdf + RELOC/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex +catalogue-ctan /macros/context/contrib/context-cyrillicnumbers +catalogue-date 2013-04-12 11:27:24 +0200 +catalogue-license bsd + name context-degrade category ConTeXt revision 23167 @@ -29217,7 +29724,7 @@ catalogue-license gpl name context-filter category ConTeXt -revision 29599 +revision 29983 shortdesc Run external programs on the contents of a start-stop environment. relocated 1 longdesc The filter module provides a simple interface to run external @@ -29235,7 +29742,7 @@ runfiles size=11 docfiles size=8 RELOC/doc/context/third/filter/filter.txt catalogue-ctan /macros/context/contrib/context-filter -catalogue-date 2012-07-26 08:34:30 +0200 +catalogue-date 2013-04-16 16:51:49 +0200 catalogue-license other-free name context-fixme @@ -29333,7 +29840,7 @@ catalogue-license pd name context-gnuplot category ConTeXt -revision 27837 +revision 30380 shortdesc Inclusion of Gnuplot graphs in ConTeXt. relocated 1 longdesc Enables simple creation and inclusion of graphs with Gnuplot. @@ -29341,10 +29848,11 @@ longdesc The package writes a script into temporary file, runs Gnuplot longdesc and includes the resulting graphic directly into the document. longdesc See the ConTeXt Garden package page for further details. depend context -runfiles size=18 +runfiles size=27 RELOC/metapost/context/third/gnuplot/mp-gnuplot.mp - RELOC/tex/context/third/gnuplot/t-gnuplot.tex -docfiles size=116 + RELOC/tex/context/third/gnuplot/t-gnuplot.mkii + RELOC/tex/context/third/gnuplot/t-gnuplot.mkiv +docfiles size=119 RELOC/doc/context/third/gnuplot/example.plt RELOC/doc/context/third/gnuplot/fullpage-example.pdf RELOC/doc/context/third/gnuplot/fullpage-example.tex @@ -29677,7 +30185,7 @@ docfiles size=2064 name context category Package -revision 28782 +revision 30044 shortdesc The ConTeXt macro package. longdesc A full featured, parameter driven macro package, which fully longdesc supports advanced interactive documents. See the ConTeXt garden @@ -29687,19 +30195,20 @@ depend pdftex depend xetex depend luatex depend lm +depend lm-math depend stmaryrd depend amsfonts depend mptopdf depend context.ARCH -execute AddFormat name=cont-en engine=pdftex patterns=cont-usr.tex options="-8bit *cont-en.ini" -execute AddFormat name=cont-en engine=xetex patterns=cont-usr.tex options="-8bit *cont-en.ini" -execute AddFormat name=cont-de mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-de.ini" -execute AddFormat name=cont-fr mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-fr.ini" -execute AddFormat name=cont-it mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-it.ini" -execute AddFormat name=cont-nl mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-nl.ini" -execute AddFormat name=cont-ro mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-ro.ini" +execute AddFormat name=cont-en engine=pdftex patterns=cont-usr.tex options="-8bit *cont-en.mkii" +execute AddFormat name=cont-en engine=xetex patterns=cont-usr.tex options="-8bit *cont-en.mkii" +execute AddFormat name=cont-de mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-de.mkii" +execute AddFormat name=cont-fr mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-fr.mkii" +execute AddFormat name=cont-it mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-it.mkii" +execute AddFormat name=cont-nl mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-nl.mkii" +execute AddFormat name=cont-ro mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-ro.mkii" execute addMap original-context-symbol.map -runfiles size=10093 +runfiles size=10437 texmf-dist/bibtex/bst/context/cont-ab.bst texmf-dist/bibtex/bst/context/cont-au.bst texmf-dist/bibtex/bst/context/cont-no.bst @@ -29718,8 +30227,10 @@ runfiles size=10093 texmf-dist/context/data/scite/lexers/scite-context-lexer-pdf.lua texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua texmf-dist/context/data/scite/lexers/scite-context-lexer-txt.lua + texmf-dist/context/data/scite/lexers/scite-context-lexer-web.lua texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-cdata.lua texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-comment.lua + texmf-dist/context/data/scite/lexers/scite-context-lexer-xml-script.lua texmf-dist/context/data/scite/lexers/scite-context-lexer-xml.lua texmf-dist/context/data/scite/lexers/scite-context-lexer.lua texmf-dist/context/data/scite/lexers/themes/scite-context-theme-keep.lua @@ -29788,7 +30299,6 @@ runfiles size=10093 texmf-dist/fonts/map/pdftex/context/8r-base.map texmf-dist/fonts/map/pdftex/context/ec-base.map texmf-dist/fonts/map/pdftex/context/ec-os-public-lm.map - texmf-dist/fonts/map/pdftex/context/koeieletters.map texmf-dist/fonts/map/pdftex/context/mkiv-base.map texmf-dist/fonts/map/pdftex/context/mkiv-px.map texmf-dist/fonts/map/pdftex/context/mkiv-tx.map @@ -29817,7 +30327,7 @@ runfiles size=10093 texmf-dist/fonts/map/pdftex/context/texnansi-os-public-lm.map texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.map texmf-dist/fonts/misc/xetex/fontmapping/context/tlig.tec - texmf-dist/fonts/opentype/context/tests/texmfhome.otf + texmf-dist/fonts/pfm/hoekwater/context/contnav.pfm texmf-dist/fonts/tfm/hoekwater/context/contnav.tfm texmf-dist/fonts/type1/hoekwater/context/contnav.pfb texmf-dist/metapost/context/base/metafun.mp @@ -29844,6 +30354,7 @@ runfiles size=10093 texmf-dist/metapost/context/base/mp-form.mpiv texmf-dist/metapost/context/base/mp-func.mpii texmf-dist/metapost/context/base/mp-func.mpiv + texmf-dist/metapost/context/base/mp-grap.mpiv texmf-dist/metapost/context/base/mp-grid.mpii texmf-dist/metapost/context/base/mp-grid.mpiv texmf-dist/metapost/context/base/mp-grph.mpii @@ -29876,14 +30387,17 @@ runfiles size=10093 texmf-dist/scripts/context/lua/mtx-check.lua texmf-dist/scripts/context/lua/mtx-colors.lua texmf-dist/scripts/context/lua/mtx-context.lua + texmf-dist/scripts/context/lua/mtx-context.xml texmf-dist/scripts/context/lua/mtx-convert.lua texmf-dist/scripts/context/lua/mtx-epub.lua + texmf-dist/scripts/context/lua/mtx-fcd.lua texmf-dist/scripts/context/lua/mtx-flac.lua texmf-dist/scripts/context/lua/mtx-fonts.lua texmf-dist/scripts/context/lua/mtx-grep.lua texmf-dist/scripts/context/lua/mtx-interface.lua texmf-dist/scripts/context/lua/mtx-metapost.lua texmf-dist/scripts/context/lua/mtx-metatex.lua + texmf-dist/scripts/context/lua/mtx-mk-help.lua texmf-dist/scripts/context/lua/mtx-modules.lua texmf-dist/scripts/context/lua/mtx-mtxworks.lua texmf-dist/scripts/context/lua/mtx-package.lua @@ -29902,6 +30416,7 @@ runfiles size=10093 texmf-dist/scripts/context/lua/mtx-unzip.lua texmf-dist/scripts/context/lua/mtx-update.lua texmf-dist/scripts/context/lua/mtx-watch.lua + texmf-dist/scripts/context/lua/mtxlibs.lua texmf-dist/scripts/context/lua/mtxrun.lua texmf-dist/scripts/context/perl/makempy.pl texmf-dist/scripts/context/perl/path_tre.pm @@ -29932,12 +30447,10 @@ runfiles size=10093 texmf-dist/scripts/context/ruby/base/variables.rb texmf-dist/scripts/context/ruby/concheck.rb texmf-dist/scripts/context/ruby/ctxtools.rb - texmf-dist/scripts/context/ruby/fcd_start.rb texmf-dist/scripts/context/ruby/graphics/gs.rb texmf-dist/scripts/context/ruby/graphics/inkscape.rb texmf-dist/scripts/context/ruby/graphics/magick.rb texmf-dist/scripts/context/ruby/imgtopdf.rb - texmf-dist/scripts/context/ruby/mpstools.rb texmf-dist/scripts/context/ruby/pdftools.rb texmf-dist/scripts/context/ruby/pstopdf.rb texmf-dist/scripts/context/ruby/rlxtools.rb @@ -29947,30 +30460,33 @@ runfiles size=10093 texmf-dist/scripts/context/ruby/runtools.rb texmf-dist/scripts/context/ruby/texexec.rb texmf-dist/scripts/context/ruby/texmfstart.rb - texmf-dist/scripts/context/ruby/texsync.rb texmf-dist/scripts/context/ruby/textools.rb texmf-dist/scripts/context/ruby/texutil.rb texmf-dist/scripts/context/ruby/tmftools.rb texmf-dist/scripts/context/ruby/xmltools.rb texmf-dist/scripts/context/stubs/mswin/context.exe + texmf-dist/scripts/context/stubs/mswin/ctxtools.exe texmf-dist/scripts/context/stubs/mswin/luatools.exe texmf-dist/scripts/context/stubs/mswin/metatex.exe - texmf-dist/scripts/context/stubs/mswin/mptopdf.exe texmf-dist/scripts/context/stubs/mswin/mtxrun.dll texmf-dist/scripts/context/stubs/mswin/mtxrun.exe texmf-dist/scripts/context/stubs/mswin/mtxrun.lua texmf-dist/scripts/context/stubs/mswin/mtxworks.exe + texmf-dist/scripts/context/stubs/mswin/pstopdf.exe + texmf-dist/scripts/context/stubs/mswin/setuptex.bat texmf-dist/scripts/context/stubs/mswin/texexec.exe texmf-dist/scripts/context/stubs/mswin/texmfstart.exe texmf-dist/scripts/context/stubs/source/mtxrun_dll.c texmf-dist/scripts/context/stubs/source/mtxrun_exe.c texmf-dist/scripts/context/stubs/source/readme.txt texmf-dist/scripts/context/stubs/unix/context + texmf-dist/scripts/context/stubs/unix/ctxtools texmf-dist/scripts/context/stubs/unix/luatools texmf-dist/scripts/context/stubs/unix/metatex texmf-dist/scripts/context/stubs/unix/mptopdf texmf-dist/scripts/context/stubs/unix/mtxrun texmf-dist/scripts/context/stubs/unix/mtxworks + texmf-dist/scripts/context/stubs/unix/pstopdf texmf-dist/scripts/context/stubs/unix/texexec texmf-dist/scripts/context/stubs/unix/texmfstart texmf-dist/tex/context/base/anch-bar.mkii @@ -29993,6 +30509,8 @@ runfiles size=10093 texmf-dist/tex/context/base/attr-ini.mkiv texmf-dist/tex/context/base/attr-lay.lua texmf-dist/tex/context/base/attr-lay.mkiv + texmf-dist/tex/context/base/attr-mkr.lua + texmf-dist/tex/context/base/attr-mkr.mkiv texmf-dist/tex/context/base/attr-neg.lua texmf-dist/tex/context/base/attr-neg.mkiv texmf-dist/tex/context/base/back-exp.lua @@ -30031,7 +30549,7 @@ runfiles size=10093 texmf-dist/tex/context/base/buff-ini.mkii texmf-dist/tex/context/base/buff-ini.mkiv texmf-dist/tex/context/base/buff-par.lua - texmf-dist/tex/context/base/buff-par.mkiv + texmf-dist/tex/context/base/buff-par.mkvi texmf-dist/tex/context/base/buff-ver.lua texmf-dist/tex/context/base/buff-ver.mkii texmf-dist/tex/context/base/buff-ver.mkiv @@ -30073,6 +30591,7 @@ runfiles size=10093 texmf-dist/tex/context/base/cldf-ini.mkiv texmf-dist/tex/context/base/cldf-int.lua texmf-dist/tex/context/base/cldf-int.mkiv + texmf-dist/tex/context/base/cldf-prs.lua texmf-dist/tex/context/base/cldf-ver.lua texmf-dist/tex/context/base/cldf-ver.mkiv texmf-dist/tex/context/base/colo-ema.mkii @@ -30114,12 +30633,15 @@ runfiles size=10093 texmf-dist/tex/context/base/cont-log.mkiv texmf-dist/tex/context/base/cont-new.mkii texmf-dist/tex/context/base/cont-new.mkiv + texmf-dist/tex/context/base/cont-new.tmp texmf-dist/tex/context/base/cont-nl.mkii texmf-dist/tex/context/base/cont-nl.mkiv + texmf-dist/tex/context/base/cont-nop.mkiv texmf-dist/tex/context/base/cont-pe.mkiv texmf-dist/tex/context/base/cont-ro.mkii texmf-dist/tex/context/base/cont-ro.mkiv texmf-dist/tex/context/base/cont-sys.ori + texmf-dist/tex/context/base/cont-yes.mkiv texmf-dist/tex/context/base/context-base.lmx texmf-dist/tex/context/base/context-characters.lmx texmf-dist/tex/context/base/context-debug.lmx @@ -30134,10 +30656,11 @@ runfiles size=10093 texmf-dist/tex/context/base/context.mkii texmf-dist/tex/context/base/context.mkiv texmf-dist/tex/context/base/context.rme - texmf-dist/tex/context/base/context.todo + texmf-dist/tex/context/base/context.tmp texmf-dist/tex/context/base/core-con.lua texmf-dist/tex/context/base/core-con.mkii texmf-dist/tex/context/base/core-con.mkiv + texmf-dist/tex/context/base/core-ctx.ctx texmf-dist/tex/context/base/core-ctx.lua texmf-dist/tex/context/base/core-ctx.mkii texmf-dist/tex/context/base/core-ctx.mkiv @@ -30150,13 +30673,11 @@ runfiles size=10093 texmf-dist/tex/context/base/core-env.mkiv texmf-dist/tex/context/base/core-fil.mkii texmf-dist/tex/context/base/core-fnt.mkii - texmf-dist/tex/context/base/core-fnt.mkiv texmf-dist/tex/context/base/core-gen.mkii texmf-dist/tex/context/base/core-ini.mkii texmf-dist/tex/context/base/core-ini.mkiv texmf-dist/tex/context/base/core-job.mkii texmf-dist/tex/context/base/core-mis.mkii - texmf-dist/tex/context/base/core-mis.mkiv texmf-dist/tex/context/base/core-par.mkii texmf-dist/tex/context/base/core-stg.mkii texmf-dist/tex/context/base/core-sys.lua @@ -30169,7 +30690,6 @@ runfiles size=10093 texmf-dist/tex/context/base/core-uti.mkii texmf-dist/tex/context/base/core-uti.mkiv texmf-dist/tex/context/base/core-var.mkii - texmf-dist/tex/context/base/core-var.mkiv texmf-dist/tex/context/base/data-aux.lua texmf-dist/tex/context/base/data-bin.lua texmf-dist/tex/context/base/data-con.lua @@ -30252,14 +30772,17 @@ runfiles size=10093 texmf-dist/tex/context/base/file-syn.mkvi texmf-dist/tex/context/base/filt-bas.mkii texmf-dist/tex/context/base/filt-ini.mkii + texmf-dist/tex/context/base/font-afk.lua texmf-dist/tex/context/base/font-afm.lua texmf-dist/tex/context/base/font-age.lua texmf-dist/tex/context/base/font-agl.lua texmf-dist/tex/context/base/font-arb.mkii texmf-dist/tex/context/base/font-aux.lua + texmf-dist/tex/context/base/font-aux.mkvi texmf-dist/tex/context/base/font-bfm.mkii texmf-dist/tex/context/base/font-chi.mkii texmf-dist/tex/context/base/font-chk.lua + texmf-dist/tex/context/base/font-chk.mkiv texmf-dist/tex/context/base/font-cid.lua texmf-dist/tex/context/base/font-col.lua texmf-dist/tex/context/base/font-col.mkvi @@ -30274,8 +30797,9 @@ runfiles size=10093 texmf-dist/tex/context/base/font-fea.mkvi texmf-dist/tex/context/base/font-fil.mkvi texmf-dist/tex/context/base/font-gds.lua - texmf-dist/tex/context/base/font-gds.mkiv + texmf-dist/tex/context/base/font-gds.mkvi texmf-dist/tex/context/base/font-heb.mkii + texmf-dist/tex/context/base/font-hsh.lua texmf-dist/tex/context/base/font-ini.lua texmf-dist/tex/context/base/font-ini.mkii texmf-dist/tex/context/base/font-ini.mkvi @@ -30287,6 +30811,9 @@ runfiles size=10093 texmf-dist/tex/context/base/font-map.lua texmf-dist/tex/context/base/font-mat.mkvi texmf-dist/tex/context/base/font-mis.lua + texmf-dist/tex/context/base/font-nod.lua + texmf-dist/tex/context/base/font-odk.lua + texmf-dist/tex/context/base/font-odv.lua texmf-dist/tex/context/base/font-ota.lua texmf-dist/tex/context/base/font-otb.lua texmf-dist/tex/context/base/font-otc.lua @@ -30297,11 +30824,14 @@ runfiles size=10093 texmf-dist/tex/context/base/font-otn.lua texmf-dist/tex/context/base/font-otp.lua texmf-dist/tex/context/base/font-ott.lua + texmf-dist/tex/context/base/font-otx.lua texmf-dist/tex/context/base/font-pat.lua texmf-dist/tex/context/base/font-pre.mkiv texmf-dist/tex/context/base/font-run.mkii texmf-dist/tex/context/base/font-run.mkiv texmf-dist/tex/context/base/font-set.mkvi + texmf-dist/tex/context/base/font-sol.lua + texmf-dist/tex/context/base/font-sol.mkvi texmf-dist/tex/context/base/font-sty.mkvi texmf-dist/tex/context/base/font-sym.mkvi texmf-dist/tex/context/base/font-syn.lua @@ -30348,12 +30878,15 @@ runfiles size=10093 texmf-dist/tex/context/base/l-boolean.lua texmf-dist/tex/context/base/l-dir.lua texmf-dist/tex/context/base/l-file.lua + texmf-dist/tex/context/base/l-function.lua texmf-dist/tex/context/base/l-io.lua texmf-dist/tex/context/base/l-lpeg.lua + texmf-dist/tex/context/base/l-lua.lua texmf-dist/tex/context/base/l-math.lua texmf-dist/tex/context/base/l-md5.lua texmf-dist/tex/context/base/l-number.lua texmf-dist/tex/context/base/l-os.lua + texmf-dist/tex/context/base/l-package.lua texmf-dist/tex/context/base/l-pdfview.lua texmf-dist/tex/context/base/l-set.lua texmf-dist/tex/context/base/l-string.lua @@ -30374,7 +30907,12 @@ runfiles size=10093 texmf-dist/tex/context/base/lang-def.mkiv texmf-dist/tex/context/base/lang-dis.mkii texmf-dist/tex/context/base/lang-frd.mkii + texmf-dist/tex/context/base/lang-frd.mkiv + texmf-dist/tex/context/base/lang-frq-de.lua + texmf-dist/tex/context/base/lang-frq-en.lua + texmf-dist/tex/context/base/lang-frq-nl.lua texmf-dist/tex/context/base/lang-frq.mkii + texmf-dist/tex/context/base/lang-frq.mkiv texmf-dist/tex/context/base/lang-ger.mkii texmf-dist/tex/context/base/lang-grk.mkii texmf-dist/tex/context/base/lang-ind.mkii @@ -30479,6 +31017,8 @@ runfiles size=10093 texmf-dist/tex/context/base/m-format.tex texmf-dist/tex/context/base/m-graph.mkii texmf-dist/tex/context/base/m-graph.mkiv + texmf-dist/tex/context/base/m-ipsum.mkiv + texmf-dist/tex/context/base/m-json.mkiv texmf-dist/tex/context/base/m-layout.tex texmf-dist/tex/context/base/m-level.mkii texmf-dist/tex/context/base/m-logcategories.mkiv @@ -30490,9 +31030,12 @@ runfiles size=10093 texmf-dist/tex/context/base/m-morse.mkvi texmf-dist/tex/context/base/m-narrowtt.tex texmf-dist/tex/context/base/m-newmat.tex + texmf-dist/tex/context/base/m-nodechart.mkvi texmf-dist/tex/context/base/m-ntb-to-xtb.mkiv texmf-dist/tex/context/base/m-obsolete.mkii texmf-dist/tex/context/base/m-obsolete.mkiv + texmf-dist/tex/context/base/m-oldfun.mkiv + texmf-dist/tex/context/base/m-oldnum.mkiv texmf-dist/tex/context/base/m-pdfsnc.mkii texmf-dist/tex/context/base/m-pictex.tex texmf-dist/tex/context/base/m-pstricks.lua @@ -30500,6 +31043,7 @@ runfiles size=10093 texmf-dist/tex/context/base/m-pstricks.mkiv texmf-dist/tex/context/base/m-punk.mkiv texmf-dist/tex/context/base/m-r.tex + texmf-dist/tex/context/base/m-spreadsheet.lua texmf-dist/tex/context/base/m-spreadsheet.mkiv texmf-dist/tex/context/base/m-steps.lua texmf-dist/tex/context/base/m-steps.mkii @@ -30527,8 +31071,11 @@ runfiles size=10093 texmf-dist/tex/context/base/math-dis.mkiv texmf-dist/tex/context/base/math-eul.mkii texmf-dist/tex/context/base/math-ext.lua + texmf-dist/tex/context/base/math-fbk.lua + texmf-dist/tex/context/base/math-fen.mkiv texmf-dist/tex/context/base/math-for.mkiv texmf-dist/tex/context/base/math-fou.mkii + texmf-dist/tex/context/base/math-frc.lua texmf-dist/tex/context/base/math-frc.mkii texmf-dist/tex/context/base/math-frc.mkiv texmf-dist/tex/context/base/math-ini.lua @@ -30538,15 +31085,18 @@ runfiles size=10093 texmf-dist/tex/context/base/math-int.mkiv texmf-dist/tex/context/base/math-lbr.mkii texmf-dist/tex/context/base/math-map.lua + texmf-dist/tex/context/base/math-mis.mkiv texmf-dist/tex/context/base/math-noa.lua texmf-dist/tex/context/base/math-pln.mkii texmf-dist/tex/context/base/math-pln.mkiv texmf-dist/tex/context/base/math-ren.lua texmf-dist/tex/context/base/math-run.mkii texmf-dist/tex/context/base/math-scr.mkiv + texmf-dist/tex/context/base/math-stc.mkvi texmf-dist/tex/context/base/math-tag.lua texmf-dist/tex/context/base/math-tex.mkii texmf-dist/tex/context/base/math-tim.mkii + texmf-dist/tex/context/base/math-ttv.lua texmf-dist/tex/context/base/math-uni.mkii texmf-dist/tex/context/base/math-vfu.lua texmf-dist/tex/context/base/meta-clp.mkii @@ -30555,6 +31105,7 @@ runfiles size=10093 texmf-dist/tex/context/base/meta-fig.mkiv texmf-dist/tex/context/base/meta-fun.lua texmf-dist/tex/context/base/meta-fun.mkiv + texmf-dist/tex/context/base/meta-grd.mkiv texmf-dist/tex/context/base/meta-imp-clp.mkiv texmf-dist/tex/context/base/meta-imp-dum.mkiv texmf-dist/tex/context/base/meta-imp-fen.mkiv @@ -30593,6 +31144,7 @@ runfiles size=10093 texmf-dist/tex/context/base/mtx-context-arrange.tex texmf-dist/tex/context/base/mtx-context-combine.tex texmf-dist/tex/context/base/mtx-context-common.tex + texmf-dist/tex/context/base/mtx-context-copy.tex texmf-dist/tex/context/base/mtx-context-ideas.tex texmf-dist/tex/context/base/mtx-context-listing.tex texmf-dist/tex/context/base/mtx-context-markdown.tex @@ -30614,6 +31166,7 @@ runfiles size=10093 texmf-dist/tex/context/base/mult-en.mkii texmf-dist/tex/context/base/mult-fr.mkii texmf-dist/tex/context/base/mult-fst.mkii + texmf-dist/tex/context/base/mult-fun.lua texmf-dist/tex/context/base/mult-ini.lua texmf-dist/tex/context/base/mult-ini.mkii texmf-dist/tex/context/base/mult-ini.mkiv @@ -30653,8 +31206,6 @@ runfiles size=10093 texmf-dist/tex/context/base/node-mig.mkiv texmf-dist/tex/context/base/node-pag.lua texmf-dist/tex/context/base/node-pag.mkiv - texmf-dist/tex/context/base/node-par.lua - texmf-dist/tex/context/base/node-par.mkiv texmf-dist/tex/context/base/node-pro.lua texmf-dist/tex/context/base/node-ref.lua texmf-dist/tex/context/base/node-res.lua @@ -30662,8 +31213,7 @@ runfiles size=10093 texmf-dist/tex/context/base/node-rul.mkiv texmf-dist/tex/context/base/node-ser.lua texmf-dist/tex/context/base/node-shp.lua - texmf-dist/tex/context/base/node-spl.lua - texmf-dist/tex/context/base/node-spl.mkiv + texmf-dist/tex/context/base/node-snp.lua texmf-dist/tex/context/base/node-tex.lua texmf-dist/tex/context/base/node-tra.lua texmf-dist/tex/context/base/node-tsk.lua @@ -30682,6 +31232,7 @@ runfiles size=10093 texmf-dist/tex/context/base/pack-box.mkii texmf-dist/tex/context/base/pack-box.mkiv texmf-dist/tex/context/base/pack-com.mkiv + texmf-dist/tex/context/base/pack-cut.mkiv texmf-dist/tex/context/base/pack-fen.mkiv texmf-dist/tex/context/base/pack-lyr.mkii texmf-dist/tex/context/base/pack-lyr.mkiv @@ -30713,6 +31264,9 @@ runfiles size=10093 texmf-dist/tex/context/base/page-inf.mkiv texmf-dist/tex/context/base/page-ini.mkii texmf-dist/tex/context/base/page-ini.mkiv + texmf-dist/tex/context/base/page-inj.lua + texmf-dist/tex/context/base/page-inj.mkvi + texmf-dist/tex/context/base/page-ins.lua texmf-dist/tex/context/base/page-ins.mkii texmf-dist/tex/context/base/page-ins.mkiv texmf-dist/tex/context/base/page-lay.mkii @@ -30725,9 +31279,9 @@ runfiles size=10093 texmf-dist/tex/context/base/page-mak.mkvi texmf-dist/tex/context/base/page-mar.mkii texmf-dist/tex/context/base/page-mbk.mkvi - texmf-dist/tex/context/base/page-mis.lua texmf-dist/tex/context/base/page-mis.mkii - texmf-dist/tex/context/base/page-mis.mkiv + texmf-dist/tex/context/base/page-mix.lua + texmf-dist/tex/context/base/page-mix.mkiv texmf-dist/tex/context/base/page-mrk.mkiv texmf-dist/tex/context/base/page-mul.mkii texmf-dist/tex/context/base/page-mul.mkiv @@ -30740,9 +31294,11 @@ runfiles size=10093 texmf-dist/tex/context/base/page-par.mkiv texmf-dist/tex/context/base/page-plg.mkii texmf-dist/tex/context/base/page-plg.mkiv + texmf-dist/tex/context/base/page-pst.lua + texmf-dist/tex/context/base/page-pst.mkiv texmf-dist/tex/context/base/page-run.mkii texmf-dist/tex/context/base/page-run.mkiv - texmf-dist/tex/context/base/page-sel.mkiv + texmf-dist/tex/context/base/page-sel.mkvi texmf-dist/tex/context/base/page-set.mkii texmf-dist/tex/context/base/page-set.mkiv texmf-dist/tex/context/base/page-sid.mkii @@ -30859,12 +31415,14 @@ runfiles size=10093 texmf-dist/tex/context/base/s-jap-00.mkii texmf-dist/tex/context/base/s-lan-03.mkiv texmf-dist/tex/context/base/s-lan-04.mkiv + texmf-dist/tex/context/base/s-lan-06.mkiv texmf-dist/tex/context/base/s-mag-01.tex texmf-dist/tex/context/base/s-map-10.mkii texmf-dist/tex/context/base/s-map-10.mkiv texmf-dist/tex/context/base/s-mat-10.mkiv texmf-dist/tex/context/base/s-mat-11.mkiv texmf-dist/tex/context/base/s-mat-12.mkiv + texmf-dist/tex/context/base/s-mat-20.mkiv texmf-dist/tex/context/base/s-mod-00.mkii texmf-dist/tex/context/base/s-mod-00.mkiv texmf-dist/tex/context/base/s-mod-01.mkii @@ -30890,7 +31448,8 @@ runfiles size=10093 texmf-dist/tex/context/base/s-pre-14.tex texmf-dist/tex/context/base/s-pre-15.tex texmf-dist/tex/context/base/s-pre-16.tex - texmf-dist/tex/context/base/s-pre-17.tex + texmf-dist/tex/context/base/s-pre-17.mkii + texmf-dist/tex/context/base/s-pre-17.mkiv texmf-dist/tex/context/base/s-pre-18.tex texmf-dist/tex/context/base/s-pre-19.tex texmf-dist/tex/context/base/s-pre-22.tex @@ -30953,9 +31512,11 @@ runfiles size=10093 texmf-dist/tex/context/base/spac-adj.mkiv texmf-dist/tex/context/base/spac-ali.lua texmf-dist/tex/context/base/spac-ali.mkiv + texmf-dist/tex/context/base/spac-cha.mkiv texmf-dist/tex/context/base/spac-chr.lua texmf-dist/tex/context/base/spac-chr.mkiv texmf-dist/tex/context/base/spac-def.mkiv + texmf-dist/tex/context/base/spac-flr.mkiv texmf-dist/tex/context/base/spac-gen.mkii texmf-dist/tex/context/base/spac-grd.mkii texmf-dist/tex/context/base/spac-grd.mkiv @@ -31051,7 +31612,6 @@ runfiles size=10093 texmf-dist/tex/context/base/strc-tag.mkiv texmf-dist/tex/context/base/strc-xml.mkiv texmf-dist/tex/context/base/supp-ali.mkii - texmf-dist/tex/context/base/supp-ali.mkiv texmf-dist/tex/context/base/supp-box.lua texmf-dist/tex/context/base/supp-box.mkii texmf-dist/tex/context/base/supp-box.mkiv @@ -31061,7 +31621,6 @@ runfiles size=10093 texmf-dist/tex/context/base/supp-eps.mkii texmf-dist/tex/context/base/supp-fil.mkii texmf-dist/tex/context/base/supp-fun.mkii - texmf-dist/tex/context/base/supp-fun.mkiv texmf-dist/tex/context/base/supp-lat.mkii texmf-dist/tex/context/base/supp-mat.mkii texmf-dist/tex/context/base/supp-mat.mkiv @@ -31070,7 +31629,6 @@ runfiles size=10093 texmf-dist/tex/context/base/supp-mps.mkii texmf-dist/tex/context/base/supp-mrk.mkii texmf-dist/tex/context/base/supp-num.mkii - texmf-dist/tex/context/base/supp-num.mkiv texmf-dist/tex/context/base/supp-pat.mkii texmf-dist/tex/context/base/supp-pdf.tex texmf-dist/tex/context/base/supp-ran.lua @@ -31083,6 +31641,7 @@ runfiles size=10093 texmf-dist/tex/context/base/symb-cow.mkii texmf-dist/tex/context/base/symb-eur.mkii texmf-dist/tex/context/base/symb-glm.mkii + texmf-dist/tex/context/base/symb-imp-cc.mkiv texmf-dist/tex/context/base/symb-imp-cow.mkiv texmf-dist/tex/context/base/symb-imp-eur.mkiv texmf-dist/tex/context/base/symb-imp-jmn.mkiv @@ -31124,6 +31683,7 @@ runfiles size=10093 texmf-dist/tex/context/base/tabl-com.mkiv texmf-dist/tex/context/base/tabl-ltb.mkii texmf-dist/tex/context/base/tabl-ltb.mkiv + texmf-dist/tex/context/base/tabl-mis.mkiv texmf-dist/tex/context/base/tabl-ntb.mkii texmf-dist/tex/context/base/tabl-ntb.mkiv texmf-dist/tex/context/base/tabl-nte.mkii @@ -31148,10 +31708,15 @@ runfiles size=10093 texmf-dist/tex/context/base/thrd-trg.mkii texmf-dist/tex/context/base/toks-ini.lua texmf-dist/tex/context/base/toks-ini.mkiv + texmf-dist/tex/context/base/trac-ctx.lua + texmf-dist/tex/context/base/trac-ctx.mkiv texmf-dist/tex/context/base/trac-deb.lua texmf-dist/tex/context/base/trac-deb.mkiv + texmf-dist/tex/context/base/trac-exp.lua texmf-dist/tex/context/base/trac-fil.lua texmf-dist/tex/context/base/trac-inf.lua + texmf-dist/tex/context/base/trac-jus.lua + texmf-dist/tex/context/base/trac-jus.mkiv texmf-dist/tex/context/base/trac-lmx.lua texmf-dist/tex/context/base/trac-log.lua texmf-dist/tex/context/base/trac-pro.lua @@ -31159,8 +31724,10 @@ runfiles size=10093 texmf-dist/tex/context/base/trac-tex.lua texmf-dist/tex/context/base/trac-tex.mkiv texmf-dist/tex/context/base/trac-tim.lua + texmf-dist/tex/context/base/trac-vis.lua texmf-dist/tex/context/base/trac-vis.mkii texmf-dist/tex/context/base/trac-vis.mkiv + texmf-dist/tex/context/base/trac-xml.lua texmf-dist/tex/context/base/type-buy.mkii texmf-dist/tex/context/base/type-cbg.mkii texmf-dist/tex/context/base/type-cow.mkii @@ -31228,6 +31795,8 @@ runfiles size=10093 texmf-dist/tex/context/base/type-tmf.mkiv texmf-dist/tex/context/base/type-win.mkii texmf-dist/tex/context/base/type-xtx.mkii + texmf-dist/tex/context/base/typo-bld.lua + texmf-dist/tex/context/base/typo-bld.mkiv texmf-dist/tex/context/base/typo-brk.lua texmf-dist/tex/context/base/typo-brk.mkiv texmf-dist/tex/context/base/typo-cap.lua @@ -31244,8 +31813,11 @@ runfiles size=10093 texmf-dist/tex/context/base/typo-ini.mkiv texmf-dist/tex/context/base/typo-itc.lua texmf-dist/tex/context/base/typo-itc.mkvi + texmf-dist/tex/context/base/typo-itm.mkiv texmf-dist/tex/context/base/typo-krn.lua texmf-dist/tex/context/base/typo-krn.mkiv + texmf-dist/tex/context/base/typo-lan.lua + texmf-dist/tex/context/base/typo-lan.mkiv texmf-dist/tex/context/base/typo-mar.lua texmf-dist/tex/context/base/typo-mar.mkiv texmf-dist/tex/context/base/typo-pag.lua @@ -31283,15 +31855,29 @@ runfiles size=10093 texmf-dist/tex/context/base/unic-run.mkii texmf-dist/tex/context/base/util-deb.lua texmf-dist/tex/context/base/util-dim.lua + texmf-dist/tex/context/base/util-env.lua texmf-dist/tex/context/base/util-fmt.lua + texmf-dist/tex/context/base/util-jsn.lua + texmf-dist/tex/context/base/util-lib.lua texmf-dist/tex/context/base/util-lua.lua texmf-dist/tex/context/base/util-mrg.lua texmf-dist/tex/context/base/util-pck.lua texmf-dist/tex/context/base/util-prs.lua + texmf-dist/tex/context/base/util-ran.lua texmf-dist/tex/context/base/util-seq.lua + texmf-dist/tex/context/base/util-sql-imp-client.lua + texmf-dist/tex/context/base/util-sql-imp-library.lua + texmf-dist/tex/context/base/util-sql-imp-swiglib.lua + texmf-dist/tex/context/base/util-sql-loggers.lua + texmf-dist/tex/context/base/util-sql-sessions.lua + texmf-dist/tex/context/base/util-sql-tickets.lua + texmf-dist/tex/context/base/util-sql-users.lua + texmf-dist/tex/context/base/util-sql.lua + texmf-dist/tex/context/base/util-sta.lua texmf-dist/tex/context/base/util-sto.lua texmf-dist/tex/context/base/util-str.lua texmf-dist/tex/context/base/util-tab.lua + texmf-dist/tex/context/base/util-tpl.lua texmf-dist/tex/context/base/verb-c.mkii texmf-dist/tex/context/base/verb-eif.mkii texmf-dist/tex/context/base/verb-ini.mkii @@ -31381,7 +31967,9 @@ runfiles size=10093 texmf-dist/tex/context/base/x-set-12.mkiv texmf-dist/tex/context/base/x-sm2om.xsl texmf-dist/tex/context/base/x-steps.mkii + texmf-dist/tex/context/base/x-steps.mkiv texmf-dist/tex/context/base/x-udhr.mkiv + texmf-dist/tex/context/base/x-xfdf.mkiv texmf-dist/tex/context/base/x-xml-01.mkii texmf-dist/tex/context/base/x-xml-02.mkii texmf-dist/tex/context/base/x-xml-11.mkii @@ -31434,14 +32022,8 @@ runfiles size=10093 texmf-dist/tex/context/bib/bibl-num.tex texmf-dist/tex/context/bib/bibl-ssa.tex texmf-dist/tex/context/bib/sample.bib - texmf-dist/tex/context/colors/icc/colorprofiles.lua - texmf-dist/tex/context/colors/icc/colorprofiles.xml - texmf-dist/tex/context/config/cont-de.ini - texmf-dist/tex/context/config/cont-en.ini - texmf-dist/tex/context/config/cont-fr.ini - texmf-dist/tex/context/config/cont-it.ini - texmf-dist/tex/context/config/cont-nl.ini - texmf-dist/tex/context/config/cont-ro.ini + texmf-dist/tex/context/colors/icc/context/colorprofiles.lua + texmf-dist/tex/context/colors/icc/context/colorprofiles.xml texmf-dist/tex/context/extra/mag-0000.tex texmf-dist/tex/context/extra/setup-qr.tex texmf-dist/tex/context/extra/showunic.tex @@ -31449,6 +32031,8 @@ runfiles size=10093 texmf-dist/tex/context/fonts/antykwapoltawskiego.lfg texmf-dist/tex/context/fonts/asana-math.lfg texmf-dist/tex/context/fonts/cambria-math.lfg + texmf-dist/tex/context/fonts/cc-icons.lfg + texmf-dist/tex/context/fonts/ccicons.lfg texmf-dist/tex/context/fonts/charter-math.lfg texmf-dist/tex/context/fonts/demo.lfg texmf-dist/tex/context/fonts/dingbats.lfg @@ -31464,6 +32048,7 @@ runfiles size=10093 texmf-dist/tex/context/fonts/mathtimes-math.lfg texmf-dist/tex/context/fonts/px-math.lfg texmf-dist/tex/context/fonts/symbol-math.lfg + texmf-dist/tex/context/fonts/texgyre.lfg texmf-dist/tex/context/fonts/tx-math.lfg texmf-dist/tex/context/fonts/utopia-math.lfg texmf-dist/tex/context/fonts/xits-math.lfg @@ -31678,6 +32263,7 @@ runfiles size=10093 texmf-dist/tex/context/sample/aesop-de.tex texmf-dist/tex/context/sample/bryson.tex texmf-dist/tex/context/sample/cow.pdf + texmf-dist/tex/context/sample/d-res-01.xml texmf-dist/tex/context/sample/davis.tex texmf-dist/tex/context/sample/dawkins.tex texmf-dist/tex/context/sample/demo-mps.tex @@ -31690,6 +32276,7 @@ runfiles size=10093 texmf-dist/tex/context/sample/khatt-en.tex texmf-dist/tex/context/sample/knuth.tex texmf-dist/tex/context/sample/linden.tex + texmf-dist/tex/context/sample/lorem.tex texmf-dist/tex/context/sample/materie.tex texmf-dist/tex/context/sample/mill.png texmf-dist/tex/context/sample/montgomery.tex @@ -31726,12 +32313,18 @@ runfiles size=10093 texmf-dist/tex/generic/context/luatex/luatex-fonts-tfm.lua texmf-dist/tex/generic/context/luatex/luatex-fonts.lua texmf-dist/tex/generic/context/luatex/luatex-fonts.tex + texmf-dist/tex/generic/context/luatex/luatex-languages.lua + texmf-dist/tex/generic/context/luatex/luatex-languages.tex texmf-dist/tex/generic/context/luatex/luatex-mplib.lua texmf-dist/tex/generic/context/luatex/luatex-mplib.tex texmf-dist/tex/generic/context/luatex/luatex-plain.tex texmf-dist/tex/generic/context/luatex/luatex-preprocessor-test.tex texmf-dist/tex/generic/context/luatex/luatex-preprocessor.lua texmf-dist/tex/generic/context/luatex/luatex-preprocessor.tex + texmf-dist/tex/generic/context/luatex/luatex-swiglib-test.lua + texmf-dist/tex/generic/context/luatex/luatex-swiglib-test.tex + texmf-dist/tex/generic/context/luatex/luatex-swiglib.lua + texmf-dist/tex/generic/context/luatex/luatex-swiglib.tex texmf-dist/tex/generic/context/luatex/luatex-test.tex texmf-dist/tex/generic/context/ppchtex/m-ch-de.tex texmf-dist/tex/generic/context/ppchtex/m-ch-en.tex @@ -31741,252 +32334,223 @@ runfiles size=10093 texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty texmf-dist/tex/latex/context/ppchtex/m-pictex.sty - texmf-dist/tex/mptopdf/config/mptopdf.ini -docfiles size=2936 - texmf-dist/doc/context/bib/bibmod-doc.pdf - texmf-dist/doc/context/bib/bibmod-doc.tex +docfiles size=302 texmf-dist/doc/context/document/general/manuals/mreadme.pdf texmf-dist/doc/context/document/general/manuals/tiptrick.pdf texmf-dist/doc/context/manuals/allkind/mcommon.tex texmf-dist/doc/context/manuals/allkind/mreadme.tex - texmf-dist/doc/context/manuals/reference/COPYING - texmf-dist/doc/context/manuals/reference/README - texmf-dist/doc/context/manuals/reference/TODO - texmf-dist/doc/context/manuals/reference/en/Makefile - texmf-dist/doc/context/manuals/reference/en/arranging/1x2xConference.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/1x2xConference.tex - texmf-dist/doc/context/manuals/reference/en/arranging/1x4.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/1x4.tex - texmf-dist/doc/context/manuals/reference/en/arranging/1x4xConference.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/1x4xConference.tex - texmf-dist/doc/context/manuals/reference/en/arranging/1x8.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/1x8.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2DOWN.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2DOWN.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2SIDE.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2SIDE.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2TOP.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2TOP.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2TOPSIDE.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2TOPSIDE.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2UP.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2UP.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x16.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x16.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x2.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x2.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x2.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x2.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x3.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x3.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x4.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x2x4.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x4.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x4.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2-D.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2-D.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x4x2.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ-HOR.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ-HOR.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x6xZ.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x8-VER.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x8-VER.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x8.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x8.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2x8xZ.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2x8xZ.tex - texmf-dist/doc/context/manuals/reference/en/arranging/2xx.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2xx2.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/2xx2.tex - texmf-dist/doc/context/manuals/reference/en/arranging/3SIDE.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/3SIDE.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Doublewindow.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Doublewindow.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Mapflyer-12.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Mapflyer-12.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Tryptichon.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Tryptichon.tex - texmf-dist/doc/context/manuals/reference/en/arranging/XY.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/XY.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-10.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-10.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-12.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-12.tex - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-8.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/Zflyer-8.tex - texmf-dist/doc/context/manuals/reference/en/arranging/figures-base-file.tex - texmf-dist/doc/context/manuals/reference/en/arranging/test-arranging.pdf - texmf-dist/doc/context/manuals/reference/en/arranging/test-arranging.tex - texmf-dist/doc/context/manuals/reference/en/co-backgrounds.tex - texmf-dist/doc/context/manuals/reference/en/co-blocks.tex - texmf-dist/doc/context/manuals/reference/en/co-colors.tex - texmf-dist/doc/context/manuals/reference/en/co-columns.tex - texmf-dist/doc/context/manuals/reference/en/co-descriptions.tex - texmf-dist/doc/context/manuals/reference/en/co-documents.tex - texmf-dist/doc/context/manuals/reference/en/co-figures.tex - texmf-dist/doc/context/manuals/reference/en/co-fonts.pdf - texmf-dist/doc/context/manuals/reference/en/co-fonts.tex - texmf-dist/doc/context/manuals/reference/en/co-formulas.tex - texmf-dist/doc/context/manuals/reference/en/co-frames.tex - texmf-dist/doc/context/manuals/reference/en/co-interactive.tex - texmf-dist/doc/context/manuals/reference/en/co-introduction.tex - texmf-dist/doc/context/manuals/reference/en/co-language.tex - texmf-dist/doc/context/manuals/reference/en/co-layers.tex - texmf-dist/doc/context/manuals/reference/en/co-layout.tex - texmf-dist/doc/context/manuals/reference/en/co-metapost.tex - texmf-dist/doc/context/manuals/reference/en/co-modules.tex - texmf-dist/doc/context/manuals/reference/en/co-pagedesign.pdf - texmf-dist/doc/context/manuals/reference/en/co-pagedesign.tex - texmf-dist/doc/context/manuals/reference/en/co-preface.tex - texmf-dist/doc/context/manuals/reference/en/co-references.tex - texmf-dist/doc/context/manuals/reference/en/co-tables.tex - texmf-dist/doc/context/manuals/reference/en/co-tabulate.tex - texmf-dist/doc/context/manuals/reference/en/co-textelements.tex - texmf-dist/doc/context/manuals/reference/en/co-typography.pdf - texmf-dist/doc/context/manuals/reference/en/co-typography.tex - texmf-dist/doc/context/manuals/reference/en/co-verbatim.tex - texmf-dist/doc/context/manuals/reference/en/columns/colbaltest.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-000.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-000.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-001.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-001.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-002.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-002.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-003.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-003.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-004.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-004.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-005.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-005.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-006.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-006.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-007.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-007.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-101.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-101.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-102.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-102.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-103.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-103.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-200.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-200.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-201.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-201.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-202.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-202.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-203.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-203.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-204.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-204.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-205.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-205.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-206.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-206.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-301.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-301.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-401.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-401.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-402.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-402.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-403.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-403.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-404.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-404.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-405.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-405.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-406.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-406.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-407.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-407.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-501.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-501.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-701.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-701.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-702.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-702.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-703.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-703.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-704.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-704.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-801.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-801.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-802.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-802.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-803.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-803.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-804.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-804.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-805.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-805.tex - texmf-dist/doc/context/manuals/reference/en/columns/cols-806.pdf - texmf-dist/doc/context/manuals/reference/en/columns/cols-806.tex - texmf-dist/doc/context/manuals/reference/en/columns/columns.rb - texmf-dist/doc/context/manuals/reference/en/columns/cow.pdf - texmf-dist/doc/context/manuals/reference/en/cont-en.xml - texmf-dist/doc/context/manuals/reference/en/cont-xx.tex - texmf-dist/doc/context/manuals/reference/en/cont-yy.tex - texmf-dist/doc/context/manuals/reference/en/cont-zz.tex - texmf-dist/doc/context/manuals/reference/en/contextref-env.tex - texmf-dist/doc/context/manuals/reference/en/contextref.pdf - texmf-dist/doc/context/manuals/reference/en/contextref.tex - texmf-dist/doc/context/manuals/reference/en/fonts/demofont.afm - texmf-dist/doc/context/manuals/reference/en/fonts/demofont.dat - texmf-dist/doc/context/manuals/reference/en/fonts/demofont.map - texmf-dist/doc/context/manuals/reference/en/fonts/demofont.pfb - texmf-dist/doc/context/manuals/reference/en/fonts/demofont.tex - texmf-dist/doc/context/manuals/reference/en/fonts/texnansi-test-test.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-1p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-1q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-2p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-2q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-3p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-3q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-4p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-4q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-5p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-5q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-6p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-6q.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-7p.tex - texmf-dist/doc/context/manuals/reference/en/pagedesign/co-en-7q.tex - texmf-dist/doc/context/manuals/reference/en/pr-allfiles.lua - texmf-dist/doc/context/manuals/reference/en/pr-allfiles.tex - texmf-dist/doc/context/manuals/reference/en/pr-copying.tex - texmf-dist/doc/context/manuals/reference/en/pr-texmfstart.tex - texmf-dist/doc/context/manuals/reference/en/s-abr-04.tex - texmf-dist/doc/context/manuals/reference/en/st-commands.tex - texmf-dist/doc/context/manuals/reference/en/st-contents.tex - texmf-dist/doc/context/manuals/reference/en/st-definitions.tex - texmf-dist/doc/context/manuals/reference/en/st-index.tex - texmf-dist/doc/context/manuals/reference/en/tables/registers-buffer.tex - texmf-dist/doc/context/manuals/reference/en/texmf.zip - texmf-dist/doc/context/manuals/reference/en/typography/encodings.pdf - texmf-dist/doc/context/manuals/reference/en/typography/encodings.tex - texmf-dist/doc/context/manuals/reference/en/typography/glyphs.pdf - texmf-dist/doc/context/manuals/reference/en/typography/glyphs.tex - texmf-dist/doc/context/scripts/perl/texshow.1 - texmf-dist/doc/context/scripts/perl/texshow.html - texmf/doc/man/man1/context.1 - texmf/doc/man/man1/context.man1.pdf - texmf/doc/man/man1/ctxtools.1 - texmf/doc/man/man1/ctxtools.man1.pdf - texmf/doc/man/man1/pstopdf.1 - texmf/doc/man/man1/pstopdf.man1.pdf - texmf/doc/man/man1/texexec.1 - texmf/doc/man/man1/texexec.man1.pdf - texmf/doc/man/man1/texmfstart.1 - texmf/doc/man/man1/texmfstart.man1.pdf + texmf-dist/doc/context/scripts/mkii/ctxtools.html + texmf-dist/doc/context/scripts/mkii/ctxtools.man + texmf-dist/doc/context/scripts/mkii/ctxtools.xml + texmf-dist/doc/context/scripts/mkii/imgtopdf.html + texmf-dist/doc/context/scripts/mkii/imgtopdf.man + texmf-dist/doc/context/scripts/mkii/imgtopdf.xml + texmf-dist/doc/context/scripts/mkii/mptopdf.html + texmf-dist/doc/context/scripts/mkii/mptopdf.xml + texmf-dist/doc/context/scripts/mkii/pdftools.html + texmf-dist/doc/context/scripts/mkii/pdftools.man + texmf-dist/doc/context/scripts/mkii/pdftools.xml + texmf-dist/doc/context/scripts/mkii/pstopdf.html + texmf-dist/doc/context/scripts/mkii/pstopdf.man + texmf-dist/doc/context/scripts/mkii/pstopdf.xml + texmf-dist/doc/context/scripts/mkii/rlxtools.html + texmf-dist/doc/context/scripts/mkii/rlxtools.man + texmf-dist/doc/context/scripts/mkii/rlxtools.xml + texmf-dist/doc/context/scripts/mkii/texexec.html + texmf-dist/doc/context/scripts/mkii/texexec.man + texmf-dist/doc/context/scripts/mkii/texexec.xml + texmf-dist/doc/context/scripts/mkii/texmfstart.html + texmf-dist/doc/context/scripts/mkii/texmfstart.man + texmf-dist/doc/context/scripts/mkii/texmfstart.xml + texmf-dist/doc/context/scripts/mkii/textools.html + texmf-dist/doc/context/scripts/mkii/textools.man + texmf-dist/doc/context/scripts/mkii/textools.xml + texmf-dist/doc/context/scripts/mkii/texutil.html + texmf-dist/doc/context/scripts/mkii/texutil.man + texmf-dist/doc/context/scripts/mkii/texutil.xml + texmf-dist/doc/context/scripts/mkii/tmftools.html + texmf-dist/doc/context/scripts/mkii/tmftools.man + texmf-dist/doc/context/scripts/mkii/tmftools.xml + texmf-dist/doc/context/scripts/mkii/xmltools.html + texmf-dist/doc/context/scripts/mkii/xmltools.man + texmf-dist/doc/context/scripts/mkii/xmltools.xml + texmf-dist/doc/context/scripts/mkiv/context.html + texmf-dist/doc/context/scripts/mkiv/context.man + texmf-dist/doc/context/scripts/mkiv/context.xml + texmf-dist/doc/context/scripts/mkiv/luatools.html + texmf-dist/doc/context/scripts/mkiv/luatools.man + texmf-dist/doc/context/scripts/mkiv/luatools.xml + texmf-dist/doc/context/scripts/mkiv/mtx-babel.html + texmf-dist/doc/context/scripts/mkiv/mtx-babel.man + texmf-dist/doc/context/scripts/mkiv/mtx-babel.xml + texmf-dist/doc/context/scripts/mkiv/mtx-base.html + texmf-dist/doc/context/scripts/mkiv/mtx-base.man + texmf-dist/doc/context/scripts/mkiv/mtx-base.xml + texmf-dist/doc/context/scripts/mkiv/mtx-cache.html + texmf-dist/doc/context/scripts/mkiv/mtx-cache.man + texmf-dist/doc/context/scripts/mkiv/mtx-cache.xml + texmf-dist/doc/context/scripts/mkiv/mtx-chars.html + texmf-dist/doc/context/scripts/mkiv/mtx-chars.man + texmf-dist/doc/context/scripts/mkiv/mtx-chars.xml + texmf-dist/doc/context/scripts/mkiv/mtx-check.html + texmf-dist/doc/context/scripts/mkiv/mtx-check.man + texmf-dist/doc/context/scripts/mkiv/mtx-check.xml + texmf-dist/doc/context/scripts/mkiv/mtx-colors.html + texmf-dist/doc/context/scripts/mkiv/mtx-colors.man + texmf-dist/doc/context/scripts/mkiv/mtx-colors.xml + texmf-dist/doc/context/scripts/mkiv/mtx-context.html + texmf-dist/doc/context/scripts/mkiv/mtx-context.man + texmf-dist/doc/context/scripts/mkiv/mtx-context.xml + texmf-dist/doc/context/scripts/mkiv/mtx-epub.html + texmf-dist/doc/context/scripts/mkiv/mtx-epub.man + texmf-dist/doc/context/scripts/mkiv/mtx-epub.xml + texmf-dist/doc/context/scripts/mkiv/mtx-fcd.html + texmf-dist/doc/context/scripts/mkiv/mtx-fcd.man + texmf-dist/doc/context/scripts/mkiv/mtx-fcd.xml + texmf-dist/doc/context/scripts/mkiv/mtx-flac.html + texmf-dist/doc/context/scripts/mkiv/mtx-flac.man + texmf-dist/doc/context/scripts/mkiv/mtx-flac.xml + texmf-dist/doc/context/scripts/mkiv/mtx-fonts.html + texmf-dist/doc/context/scripts/mkiv/mtx-fonts.man + texmf-dist/doc/context/scripts/mkiv/mtx-fonts.xml + texmf-dist/doc/context/scripts/mkiv/mtx-grep.html + texmf-dist/doc/context/scripts/mkiv/mtx-grep.man + texmf-dist/doc/context/scripts/mkiv/mtx-grep.xml + texmf-dist/doc/context/scripts/mkiv/mtx-interface.html + texmf-dist/doc/context/scripts/mkiv/mtx-interface.man + texmf-dist/doc/context/scripts/mkiv/mtx-interface.xml + texmf-dist/doc/context/scripts/mkiv/mtx-metapost.html + texmf-dist/doc/context/scripts/mkiv/mtx-metapost.man + texmf-dist/doc/context/scripts/mkiv/mtx-metapost.xml + texmf-dist/doc/context/scripts/mkiv/mtx-metatex.html + texmf-dist/doc/context/scripts/mkiv/mtx-metatex.man + texmf-dist/doc/context/scripts/mkiv/mtx-metatex.xml + texmf-dist/doc/context/scripts/mkiv/mtx-modules.html + texmf-dist/doc/context/scripts/mkiv/mtx-modules.man + texmf-dist/doc/context/scripts/mkiv/mtx-modules.xml + texmf-dist/doc/context/scripts/mkiv/mtx-package.html + texmf-dist/doc/context/scripts/mkiv/mtx-package.man + texmf-dist/doc/context/scripts/mkiv/mtx-package.xml + texmf-dist/doc/context/scripts/mkiv/mtx-patterns.html + texmf-dist/doc/context/scripts/mkiv/mtx-patterns.man + texmf-dist/doc/context/scripts/mkiv/mtx-patterns.xml + texmf-dist/doc/context/scripts/mkiv/mtx-pdf.html + texmf-dist/doc/context/scripts/mkiv/mtx-pdf.man + texmf-dist/doc/context/scripts/mkiv/mtx-pdf.xml + texmf-dist/doc/context/scripts/mkiv/mtx-profile.html + texmf-dist/doc/context/scripts/mkiv/mtx-profile.man + texmf-dist/doc/context/scripts/mkiv/mtx-profile.xml + texmf-dist/doc/context/scripts/mkiv/mtx-rsync.html + texmf-dist/doc/context/scripts/mkiv/mtx-rsync.man + texmf-dist/doc/context/scripts/mkiv/mtx-rsync.xml + texmf-dist/doc/context/scripts/mkiv/mtx-scite.html + texmf-dist/doc/context/scripts/mkiv/mtx-scite.man + texmf-dist/doc/context/scripts/mkiv/mtx-scite.xml + texmf-dist/doc/context/scripts/mkiv/mtx-server.html + texmf-dist/doc/context/scripts/mkiv/mtx-server.man + texmf-dist/doc/context/scripts/mkiv/mtx-server.xml + texmf-dist/doc/context/scripts/mkiv/mtx-texworks.html + texmf-dist/doc/context/scripts/mkiv/mtx-texworks.man + texmf-dist/doc/context/scripts/mkiv/mtx-texworks.xml + texmf-dist/doc/context/scripts/mkiv/mtx-timing.html + texmf-dist/doc/context/scripts/mkiv/mtx-timing.man + texmf-dist/doc/context/scripts/mkiv/mtx-timing.xml + texmf-dist/doc/context/scripts/mkiv/mtx-tools.html + texmf-dist/doc/context/scripts/mkiv/mtx-tools.man + texmf-dist/doc/context/scripts/mkiv/mtx-tools.xml + texmf-dist/doc/context/scripts/mkiv/mtx-unzip.html + texmf-dist/doc/context/scripts/mkiv/mtx-unzip.man + texmf-dist/doc/context/scripts/mkiv/mtx-unzip.xml + texmf-dist/doc/context/scripts/mkiv/mtx-update.html + texmf-dist/doc/context/scripts/mkiv/mtx-update.man + texmf-dist/doc/context/scripts/mkiv/mtx-update.xml + texmf-dist/doc/context/scripts/mkiv/mtx-watch.html + texmf-dist/doc/context/scripts/mkiv/mtx-watch.man + texmf-dist/doc/context/scripts/mkiv/mtx-watch.xml + texmf-dist/doc/context/scripts/mkiv/mtxrun.html + texmf-dist/doc/context/scripts/mkiv/mtxrun.man + texmf-dist/doc/context/scripts/mkiv/mtxrun.xml + texmf-dist/doc/man/man1/context.1 + texmf-dist/doc/man/man1/context.man1.pdf + texmf-dist/doc/man/man1/ctxtools.1 + texmf-dist/doc/man/man1/ctxtools.man1.pdf + texmf-dist/doc/man/man1/luatools.1 + texmf-dist/doc/man/man1/luatools.man1.pdf + texmf-dist/doc/man/man1/mtx-babel.1 + texmf-dist/doc/man/man1/mtx-babel.man1.pdf + texmf-dist/doc/man/man1/mtx-base.1 + texmf-dist/doc/man/man1/mtx-base.man1.pdf + texmf-dist/doc/man/man1/mtx-cache.1 + texmf-dist/doc/man/man1/mtx-cache.man1.pdf + texmf-dist/doc/man/man1/mtx-chars.1 + texmf-dist/doc/man/man1/mtx-chars.man1.pdf + texmf-dist/doc/man/man1/mtx-check.1 + texmf-dist/doc/man/man1/mtx-check.man1.pdf + texmf-dist/doc/man/man1/mtx-colors.1 + texmf-dist/doc/man/man1/mtx-colors.man1.pdf + texmf-dist/doc/man/man1/mtx-context.1 + texmf-dist/doc/man/man1/mtx-context.man1.pdf + texmf-dist/doc/man/man1/mtx-epub.1 + texmf-dist/doc/man/man1/mtx-epub.man1.pdf + texmf-dist/doc/man/man1/mtx-fcd.1 + texmf-dist/doc/man/man1/mtx-fcd.man1.pdf + texmf-dist/doc/man/man1/mtx-flac.1 + texmf-dist/doc/man/man1/mtx-flac.man1.pdf + texmf-dist/doc/man/man1/mtx-fonts.1 + texmf-dist/doc/man/man1/mtx-fonts.man1.pdf + texmf-dist/doc/man/man1/mtx-grep.1 + texmf-dist/doc/man/man1/mtx-grep.man1.pdf + texmf-dist/doc/man/man1/mtx-interface.1 + texmf-dist/doc/man/man1/mtx-interface.man1.pdf + texmf-dist/doc/man/man1/mtx-metapost.1 + texmf-dist/doc/man/man1/mtx-metapost.man1.pdf + texmf-dist/doc/man/man1/mtx-metatex.1 + texmf-dist/doc/man/man1/mtx-metatex.man1.pdf + texmf-dist/doc/man/man1/mtx-modules.1 + texmf-dist/doc/man/man1/mtx-modules.man1.pdf + texmf-dist/doc/man/man1/mtx-package.1 + texmf-dist/doc/man/man1/mtx-package.man1.pdf + texmf-dist/doc/man/man1/mtx-patterns.1 + texmf-dist/doc/man/man1/mtx-patterns.man1.pdf + texmf-dist/doc/man/man1/mtx-pdf.1 + texmf-dist/doc/man/man1/mtx-pdf.man1.pdf + texmf-dist/doc/man/man1/mtx-profile.1 + texmf-dist/doc/man/man1/mtx-profile.man1.pdf + texmf-dist/doc/man/man1/mtx-rsync.1 + texmf-dist/doc/man/man1/mtx-rsync.man1.pdf + texmf-dist/doc/man/man1/mtx-scite.1 + texmf-dist/doc/man/man1/mtx-scite.man1.pdf + texmf-dist/doc/man/man1/mtx-server.1 + texmf-dist/doc/man/man1/mtx-server.man1.pdf + texmf-dist/doc/man/man1/mtx-texworks.1 + texmf-dist/doc/man/man1/mtx-texworks.man1.pdf + texmf-dist/doc/man/man1/mtx-timing.1 + texmf-dist/doc/man/man1/mtx-timing.man1.pdf + texmf-dist/doc/man/man1/mtx-tools.1 + texmf-dist/doc/man/man1/mtx-tools.man1.pdf + texmf-dist/doc/man/man1/mtx-unzip.1 + texmf-dist/doc/man/man1/mtx-unzip.man1.pdf + texmf-dist/doc/man/man1/mtx-update.1 + texmf-dist/doc/man/man1/mtx-update.man1.pdf + texmf-dist/doc/man/man1/mtx-watch.1 + texmf-dist/doc/man/man1/mtx-watch.man1.pdf + texmf-dist/doc/man/man1/mtxrun.1 + texmf-dist/doc/man/man1/mtxrun.man1.pdf + texmf-dist/doc/man/man1/pstopdf.1 + texmf-dist/doc/man/man1/pstopdf.man1.pdf + texmf-dist/doc/man/man1/texexec.1 + texmf-dist/doc/man/man1/texexec.man1.pdf + texmf-dist/doc/man/man1/texmfstart.1 + texmf-dist/doc/man/man1/texmfstart.man1.pdf catalogue-ctan /macros/context/current catalogue-date 2012-10-18 23:00:43 +0200 catalogue-license other-free name context.i386-linux category Package -revision 26861 +revision 29741 shortdesc i386-linux files of context -binfiles arch=i386-linux size=133 +binfiles arch=i386-linux size=7 bin/i386-linux/context bin/i386-linux/ctxtools bin/i386-linux/luatools @@ -31995,6 +32559,47 @@ binfiles arch=i386-linux size=133 bin/i386-linux/texexec bin/i386-linux/texmfstart +name context-transliterator +category ConTeXt +revision 29801 +shortdesc Transliterate text from 'other' alphabets. +relocated 1 +longdesc The package will read text in one alphabet, and provide a +longdesc transliterated version in another; this is useful for readers +longdesc who cannot read the original alphabet. The package can make +longdesc allowance for hyphenation. +depend context +runfiles size=112 + RELOC/tex/context/interface/third/t-transliterator.xml + RELOC/tex/context/third/transliterator/t-transliterator.ctl + RELOC/tex/context/third/transliterator/t-transliterator.log + RELOC/tex/context/third/transliterator/t-transliterator.mkii + RELOC/tex/context/third/transliterator/t-transliterator.mkiv + RELOC/tex/context/third/transliterator/t-transliterator.mkiv.prep + RELOC/tex/context/third/transliterator/t-transliterator.pdf + RELOC/tex/context/third/transliterator/t-transliterator.run + RELOC/tex/context/third/transliterator/t-transliterator.tex + RELOC/tex/context/third/transliterator/t-transliterator.tuc + RELOC/tex/context/third/transliterator/trans_tables_bg.lua + RELOC/tex/context/third/transliterator/trans_tables_glag.lua + RELOC/tex/context/third/transliterator/trans_tables_gr.lua + RELOC/tex/context/third/transliterator/trans_tables_iso9.lua + RELOC/tex/context/third/transliterator/trans_tables_scntfc.lua + RELOC/tex/context/third/transliterator/trans_tables_sr.lua + RELOC/tex/context/third/transliterator/trans_tables_trsc.lua + RELOC/tex/context/third/transliterator/transliterator.ctl + RELOC/tex/context/third/transliterator/transliterator.log + RELOC/tex/context/third/transliterator/transliterator.lua + RELOC/tex/context/third/transliterator/transliterator.run + RELOC/tex/context/third/transliterator/transliterator.tuc +docfiles size=54 + RELOC/doc/context/third/transliterator/COPYING + RELOC/doc/context/third/transliterator/transliterator.pdf + RELOC/doc/context/third/transliterator/transliterator.tex +catalogue-ctan /macros/context/contrib/context-transliterator +catalogue-date 2013-04-09 13:56:04 +0200 +catalogue-license bsd + name context-typearea category ConTeXt revision 23167 @@ -32096,7 +32701,7 @@ catalogue-license gpl2 name context-vim category ConTeXt -revision 27374 +revision 29984 shortdesc Generate Context syntax highlighting code from vim. relocated 1 longdesc ConTeXt has excellent pretty printing capabilities for many @@ -32119,7 +32724,7 @@ runfiles size=11 docfiles size=5 RELOC/doc/context/third/vim/vim.txt catalogue-ctan /macros/context/contrib/context-vim -catalogue-date 2012-08-12 18:39:04 +0200 +catalogue-date 2012-08-13 18:31:33 +0200 catalogue-license bsd name contour @@ -32175,6 +32780,30 @@ catalogue-date 2013-03-01 16:58:29 +0100 catalogue-license lppl1.3 catalogue-version 0.4 +name convbkmk +category Package +revision 30408 +shortdesc Correct platex/uplatex bookmarks in PDF created with hyperref. +longdesc The package provides a small Ruby script that corrects +longdesc bookmarks in PDF files created by platex/uplatex, using +longdesc hyperref +depend convbkmk.ARCH +runfiles size=4 + texmf-dist/scripts/convbkmk/convbkmk.rb +docfiles size=1 + texmf-dist/doc/support/convbkmk/README +catalogue-ctan /support/convbkmk +catalogue-date 2013-05-11 15:57:43 +0200 +catalogue-license noinfo +catalogue-version 0.08 + +name convbkmk.i386-linux +category Package +revision 30408 +shortdesc i386-linux files of convbkmk +binfiles arch=i386-linux size=1 + bin/i386-linux/convbkmk + name cookingsymbols category Package revision 24526 @@ -32805,7 +33434,7 @@ catalogue-version 1.0e name crbox category Package -revision 29701 +revision 29803 shortdesc Boxes with crossed corners. relocated 1 longdesc The package implements a \crbox command which produces boxes @@ -33046,7 +33675,7 @@ binfiles arch=i386-linux size=2 name csplain category Package -revision 29081 +revision 30594 shortdesc Plain TeX support for Czech/Slovak typesetting. depend tex depend csplain.ARCH @@ -33054,7 +33683,7 @@ execute AddFormat name=csplain engine=pdftex options="-etex -e execute AddFormat name=pdfcsplain engine=pdftex options="-etex -enc csplain-utf8.ini" execute AddFormat name=pdfcsplain mode=disabled engine=xetex options="-etex csplain.ini" execute AddFormat name=pdfcsplain mode=disabled engine=luatex options="-etex csplain.ini" -runfiles size=97 +runfiles size=99 texmf-dist/tex/csplain/base/csenc-k.tex texmf-dist/tex/csplain/base/csenc-p.tex texmf-dist/tex/csplain/base/csenc-u.tex @@ -33105,6 +33734,7 @@ runfiles size=97 texmf-dist/tex/csplain/fonts/tx-math.tex texmf-dist/tex/csplain/fonts/unifam.tex texmf-dist/tex/csplain/opmac/opmac.tex + texmf-dist/tex/csplain/opmac/pdfuni.tex catalogue-ctan /macros/cstex/base/csplain.tar.gz catalogue-date 2012-11-24 09:12:36 +0100 catalogue-license other-free @@ -33688,7 +34318,7 @@ catalogue-version 1.24 name ctable category Package -revision 26694 +revision 30147 shortdesc Easily typeset centered tables. relocated 1 longdesc Provides commands to typeset centered, left- or right-aligned @@ -33697,9 +34327,9 @@ longdesc an environment, a command with 4 arguments is used; the first longdesc is optional and is used for key,value pairs generating longdesc variations on the defaults and offering a route for future longdesc extensions. -runfiles size=3 +runfiles size=4 RELOC/tex/latex/ctable/ctable.sty -docfiles size=239 +docfiles size=242 RELOC/doc/latex/ctable/01a RELOC/doc/latex/ctable/01b RELOC/doc/latex/ctable/02k @@ -33733,17 +34363,17 @@ docfiles size=239 RELOC/doc/latex/ctable/inst RELOC/doc/latex/ctable/lion.png RELOC/doc/latex/ctable/penguin.jpg -srcfiles size=13 +srcfiles size=14 RELOC/source/latex/ctable/ctable.dtx RELOC/source/latex/ctable/ctable.ins catalogue-ctan /macros/latex/contrib/ctable -catalogue-date 2012-05-28 15:39:00 +0200 +catalogue-date 2013-04-28 16:57:58 +0200 catalogue-license lppl -catalogue-version 1.23 +catalogue-version 1.24 name ctanify category Package -revision 26318 +revision 30563 shortdesc Prepare a package for upload to CTAN. longdesc Given a list of filenames, ctanify creates a tarball (a .tar.gz longdesc file) with the files laid out in CTAN's preferred structure. @@ -33757,14 +34387,14 @@ depend ctanify.ARCH runfiles size=6 texmf-dist/scripts/ctanify/ctanify docfiles size=13 - texmf-dist/doc/support/ctanify/README - texmf-dist/doc/support/ctanify/ctanify.pdf - texmf/doc/man/man1/ctanify.1 - texmf/doc/man/man1/ctanify.man1.pdf + texmf-dist/doc/latex/ctanify/README + texmf-dist/doc/latex/ctanify/ctanify.pdf + texmf-dist/doc/man/man1/ctanify.1 + texmf-dist/doc/man/man1/ctanify.man1.pdf catalogue-ctan /support/ctanify -catalogue-date 2011-09-22 08:16:49 +0200 +catalogue-date 2013-05-18 17:41:16 +0200 catalogue-license lppl -catalogue-version 1.1 +catalogue-version 1.3 name ctanify.i386-linux category Package @@ -33923,24 +34553,24 @@ catalogue-license gpl name ctie category TLCore -revision 26689 +revision 29764 shortdesc C version of tie (merging Web change files). longdesc This is a version of tie converted for use with cweb. depend kpathsea depend ctie.ARCH docfiles size=3 - texmf/doc/man/man1/ctie.1 - texmf/doc/man/man1/ctie.man1.pdf + texmf-dist/doc/man/man1/ctie.1 + texmf-dist/doc/man/man1/ctie.man1.pdf catalogue-ctan /web/c_cpp/ctie -catalogue-date 2011-04-16 11:10:37 +0200 +catalogue-date 2012-06-18 22:39:13 +0200 catalogue-license gpl catalogue-version 1.1 name ctie.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of ctie -binfiles arch=i386-linux size=18 +binfiles arch=i386-linux size=20 bin/i386-linux/ctie name cuisine @@ -34187,7 +34817,7 @@ catalogue-version 4.33 name cutwin category Package -revision 20000 +revision 29803 shortdesc Cut a window in a paragraph, typeset material in it. relocated 1 longdesc The package provides facilities to cut windows out of @@ -34203,7 +34833,7 @@ srcfiles size=10 RELOC/source/latex/cutwin/cutwin.dtx RELOC/source/latex/cutwin/cutwin.ins catalogue-ctan /macros/latex/contrib/cutwin -catalogue-date 2010-10-04 12:17:09 +0200 +catalogue-date 2012-05-30 14:33:40 +0200 catalogue-license lppl1.3 catalogue-version 0.1 @@ -34324,7 +34954,7 @@ catalogue-license gpl name cweb category Package -revision 26689 +revision 29764 shortdesc A Web system in C. longdesc The Cweb system is a system for Structured Software longdesc Documentation (also known as Literate Programming) in the @@ -34339,13 +34969,13 @@ runfiles size=22 texmf-dist/tex/plain/cweb/pdficwebmac.tex texmf-dist/tex/plain/cweb/pdfwebmac.tex docfiles size=47 + texmf-dist/doc/man/man1/ctangle.1 + texmf-dist/doc/man/man1/ctangle.man1.pdf + texmf-dist/doc/man/man1/cweave.1 + texmf-dist/doc/man/man1/cweave.man1.pdf + texmf-dist/doc/man/man1/cweb.1 + texmf-dist/doc/man/man1/cweb.man1.pdf texmf-dist/doc/plain/cweb/cwebman.dvi - texmf/doc/man/man1/ctangle.1 - texmf/doc/man/man1/ctangle.man1.pdf - texmf/doc/man/man1/cweave.1 - texmf/doc/man/man1/cweave.man1.pdf - texmf/doc/man/man1/cweb.1 - texmf/doc/man/man1/cweb.man1.pdf catalogue-ctan /web/c_cpp/cweb catalogue-date 2012-04-30 16:43:33 +0200 catalogue-license knuth @@ -34353,9 +34983,9 @@ catalogue-version 3.64ad name cweb.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of cweb -binfiles arch=i386-linux size=54 +binfiles arch=i386-linux size=58 bin/i386-linux/ctangle bin/i386-linux/cweave @@ -34464,21 +35094,21 @@ catalogue-version 0.915 name cyrillic-bin category TLCore -revision 29349 +revision 29764 shortdesc Cyrillic bibtex and makeindex. depend cyrillic-bin.ARCH runfiles size=2 - texmf-dist/scripts/tetex/rubibtex.sh - texmf-dist/scripts/tetex/rumakeindex.sh + texmf-dist/scripts/texlive/rubibtex.sh + texmf-dist/scripts/texlive/rumakeindex.sh docfiles size=6 - texmf/doc/man/man1/rubibtex.1 - texmf/doc/man/man1/rubibtex.man1.pdf - texmf/doc/man/man1/rumakeindex.1 - texmf/doc/man/man1/rumakeindex.man1.pdf + texmf-dist/doc/man/man1/rubibtex.1 + texmf-dist/doc/man/man1/rubibtex.man1.pdf + texmf-dist/doc/man/man1/rumakeindex.1 + texmf-dist/doc/man/man1/rumakeindex.man1.pdf name cyrillic-bin.i386-linux category TLCore -revision 27329 +revision 29741 shortdesc i386-linux files of cyrillic-bin binfiles arch=i386-linux size=2 bin/i386-linux/rubibtex @@ -34985,7 +35615,7 @@ catalogue-version 1.0a name dcpic category Package -revision 19440 +revision 30206 shortdesc Commutative diagrams in a LaTeX and TeX documents. relocated 1 longdesc DCpic is a package for typesetting Commutative Diagrams within @@ -34994,16 +35624,23 @@ longdesc powerful graphical engine, the PiCTeX package; an easy longdesc specification syntax in which a commutative diagram is longdesc described in terms of its objects and its arrows (morphism), longdesc positioned in a Cartesian coordinate system. -runfiles size=11 +runfiles size=14 RELOC/tex/generic/dcpic/dcpic.sty -docfiles size=8 + RELOC/tex/generic/dcpic/europroc.cls +docfiles size=275 RELOC/doc/generic/dcpic/README - RELOC/doc/generic/dcpic/README.TEXLIVE + RELOC/doc/generic/dcpic/eurotex2001.pdf + RELOC/doc/generic/dcpic/eurotex2001.tex + RELOC/doc/generic/dcpic/examples.pdf RELOC/doc/generic/dcpic/examples.tex + RELOC/doc/generic/dcpic/manDCPiC.pdf + RELOC/doc/generic/dcpic/manDCPiC.tex + RELOC/doc/generic/dcpic/manDCPiCpt.pdf + RELOC/doc/generic/dcpic/manDCPiCpt.tex catalogue-ctan /macros/generic/diagrams/dcpic -catalogue-date 2009-12-22 14:54:36 +0100 -catalogue-license lppl -catalogue-version 4.3.2 +catalogue-date 2013-05-02 01:06:38 +0200 +catalogue-license lppl1.3 +catalogue-version 5.0.0 name decimal category Package @@ -35759,7 +36396,7 @@ binfiles arch=i386-linux size=1 name detex category TLCore -revision 26689 +revision 29764 shortdesc Strip TeX from a source file. longdesc Detex is a program to remove TeX constructs from a text file. longdesc It recognizes the \input command. The program assumes it is @@ -35768,17 +36405,17 @@ longdesc in the text. In this case, it also recognizes the \include and longdesc \includeonly commands. depend detex.ARCH docfiles size=4 - texmf/doc/man/man1/detex.1 - texmf/doc/man/man1/detex.man1.pdf + texmf-dist/doc/man/man1/detex.1 + texmf-dist/doc/man/man1/detex.man1.pdf catalogue-ctan /support/detex catalogue-date 2012-05-07 22:13:48 +0200 catalogue-license other-free name detex.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of detex -binfiles arch=i386-linux size=24 +binfiles arch=i386-linux size=27 bin/i386-linux/detex name devnag @@ -35799,7 +36436,7 @@ catalogue-version 2.15.1 name devnag.i386-linux category TLCore -revision 18336 +revision 30088 shortdesc i386-linux files of devnag binfiles arch=i386-linux size=7 bin/i386-linux/devnag @@ -36559,7 +37196,7 @@ catalogue-license lppl name dosepsbin category Package -revision 26313 +revision 29752 shortdesc Deal with DOS binary EPS files. longdesc A Encapsulated PostScript (EPS) file may given in a special longdesc binary format to support the inclusion of a thumbnail. This @@ -36575,6 +37212,8 @@ depend dosepsbin.ARCH runfiles size=3 texmf-dist/scripts/dosepsbin/dosepsbin.pl docfiles size=26 + texmf-dist/doc/man/man1/dosepsbin.1 + texmf-dist/doc/man/man1/dosepsbin.man1.pdf texmf-dist/doc/support/dosepsbin/Makefile.in texmf-dist/doc/support/dosepsbin/README texmf-dist/doc/support/dosepsbin/clean-case.pl @@ -36583,8 +37222,6 @@ docfiles size=26 texmf-dist/doc/support/dosepsbin/dosepsbin.pdf texmf-dist/doc/support/dosepsbin/dosepsbin.txt texmf-dist/doc/support/dosepsbin/version.pl - texmf/doc/man/man1/dosepsbin.1 - texmf/doc/man/man1/dosepsbin.man1.pdf srcfiles size=20 texmf-dist/source/support/dosepsbin/configure texmf-dist/source/support/dosepsbin/configure.ac @@ -36833,7 +37470,7 @@ catalogue-version 2.2 name dozenal category Package -revision 28184 +revision 30592 shortdesc Typeset documents using base twelve numbering (also called "dozenal") relocated 1 longdesc The package supports typesetting documents whose counters are @@ -36847,7 +37484,7 @@ longdesc Pitman characters preferred by the Dozenal Society of Great longdesc Britain). The fonts were designed to blend well with the longdesc Computer Modern fonts, and are available both as Metafont longdesc source and in Adobe Type 1 format. -runfiles size=196 +runfiles size=205 RELOC/fonts/afm/public/dozenal/fdzb8a.afm RELOC/fonts/afm/public/dozenal/fdzbi8a.afm RELOC/fonts/afm/public/dozenal/fdzbs8a.afm @@ -36984,7 +37621,7 @@ runfiles size=196 RELOC/fonts/vf/public/dozenal/fdzso8c.vf RELOC/fonts/vf/public/dozenal/fdzso8t.vf RELOC/tex/latex/dozenal/dozenal.sty -docfiles size=55 +docfiles size=61 RELOC/doc/fonts/dozenal/README RELOC/doc/fonts/dozenal/dozenal.pdf RELOC/doc/fonts/dozenal/testdozchars.tex @@ -36992,9 +37629,9 @@ docfiles size=55 srcfiles size=1 RELOC/source/fonts/dozenal/dozenal.dtx catalogue-ctan /fonts/dozenal -catalogue-date 2012-11-03 17:56:54 +0100 +catalogue-date 2013-05-20 17:36:30 +0200 catalogue-license lppl -catalogue-version 3.3 +catalogue-version 4.0 name dpfloat category Package @@ -37785,22 +38422,22 @@ catalogue-version 2.1 name droit-fr category Package -revision 25419 +revision 30356 shortdesc Document class and bibliographic style for French law. relocated 1 longdesc The bundle provides a toolkit intended for students writing a longdesc thesis in French law. It features: - a LaTeX document class; - longdesc a bibliographic style for Biblatex package; - a practical longdesc example of french thesis document; and - documentation. -runfiles size=8 +runfiles size=9 RELOC/tex/latex/droit-fr/droit-fr.bbx RELOC/tex/latex/droit-fr/droit-fr.cbx RELOC/tex/latex/droit-fr/droit-fr.cls -docfiles size=97 - RELOC/doc/latex/droit-fr/doc/.latexmkrc - RELOC/doc/latex/droit-fr/doc/README - RELOC/doc/latex/droit-fr/doc/droit-fr.pdf - RELOC/doc/latex/droit-fr/doc/droit-fr.tex +docfiles size=95 + RELOC/doc/latex/droit-fr/.latexmkrc + RELOC/doc/latex/droit-fr/README + RELOC/doc/latex/droit-fr/droit-fr.pdf + RELOC/doc/latex/droit-fr/droit-fr.tex RELOC/doc/latex/droit-fr/example/.latexmkrc RELOC/doc/latex/droit-fr/example/annexes.tex RELOC/doc/latex/droit-fr/example/bibliographie.bib @@ -37813,11 +38450,13 @@ docfiles size=97 RELOC/doc/latex/droit-fr/example/misc.tex RELOC/doc/latex/droit-fr/example/partie1.tex RELOC/doc/latex/droit-fr/example/partie2.tex + RELOC/doc/latex/droit-fr/example/sommaire.tex RELOC/doc/latex/droit-fr/example/titre.tex + RELOC/doc/latex/droit-fr/example/toc.tex catalogue-ctan /macros/latex/contrib/droit-fr -catalogue-date 2012-02-17 14:36:29 +0100 +catalogue-date 2013-05-09 13:28:31 +0200 catalogue-license lppl1.3 -catalogue-version 0.1 +catalogue-version 0.2 name drs category Package @@ -37937,7 +38576,7 @@ catalogue-version 1.29 name dtl category TLCore -revision 26689 +revision 29764 shortdesc Tools to dis-assemble and re-assemble DVI files. longdesc DTL (DVI Text Language) is a means of expressing the content of longdesc a DVI file, which is readily readable by humans. The DTL bundle @@ -37947,10 +38586,10 @@ longdesc DVI files). The DTL bundle was developed so as to avoid some longdesc infelicities of dvitype (among other pressing reasons). depend dtl.ARCH runfiles size=12 - texmf/doc/man/man1/dt2dv.1 - texmf/doc/man/man1/dt2dv.man1.pdf - texmf/doc/man/man1/dv2dt.1 - texmf/doc/man/man1/dv2dt.man1.pdf + texmf-dist/doc/man/man1/dt2dv.1 + texmf-dist/doc/man/man1/dt2dv.man1.pdf + texmf-dist/doc/man/man1/dv2dt.1 + texmf-dist/doc/man/man1/dv2dt.man1.pdf catalogue-ctan /dviware/dtl catalogue-date 2012-04-09 22:37:34 +0200 catalogue-license pd @@ -37958,9 +38597,9 @@ catalogue-version 0.6.1 name dtl.i386-linux category TLCore -revision 18336 +revision 30088 shortdesc i386-linux files of dtl -binfiles arch=i386-linux size=12 +binfiles arch=i386-linux size=16 bin/i386-linux/dt2dv bin/i386-linux/dv2dt @@ -37993,9 +38632,9 @@ catalogue-version 1 name dtxgen category Package -revision 29349 +revision 30077 shortdesc Creates a template for a self-extracting .dtx file. -longdesc The bash script dtxgen reates a template for a self-extracting +longdesc The bash script dtxgen creates a template for a self-extracting longdesc .dtx file. It is useful for those who plan to create a new longdesc Documented LaTeX Source (.dtx) file. depend dtxgen.ARCH @@ -38005,9 +38644,9 @@ docfiles size=17 texmf-dist/doc/support/dtxgen/README texmf-dist/doc/support/dtxgen/dtxgen.pdf catalogue-ctan /support/dtxgen -catalogue-date 2013-02-06 14:40:51 +0100 +catalogue-date 2013-04-22 18:47:59 +0200 catalogue-license gpl -catalogue-version 1.00 +catalogue-version 1.03 name dtxgen.i386-linux category Package @@ -38249,7 +38888,7 @@ binfiles arch=i386-linux size=1 name dvicopy category TLCore -revision 26689 +revision 29764 shortdesc Copy DVI files, flattening VFs. longdesc DVICOPY is a utility program that allows one to take a DVI file longdesc that references composite fonts (VF) and convert it into a DVI @@ -38257,8 +38896,8 @@ longdesc file that does not contain such references. It also serves as a longdesc basis for writing DVI drivers (much like DVItype). depend dvicopy.ARCH docfiles size=3 - texmf/doc/man/man1/dvicopy.1 - texmf/doc/man/man1/dvicopy.man1.pdf + texmf-dist/doc/man/man1/dvicopy.1 + texmf-dist/doc/man/man1/dvicopy.man1.pdf catalogue-ctan /dviware/dvicopy/dvicopy.web catalogue-date 2012-04-10 15:00:16 +0200 catalogue-license gpl @@ -38266,22 +38905,22 @@ catalogue-version 1.5 name dvicopy.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of dvicopy -binfiles arch=i386-linux size=26 +binfiles arch=i386-linux size=29 bin/i386-linux/dvicopy name dvidvi category TLCore -revision 26689 +revision 29764 shortdesc Convert one DVI file into another. longdesc The output DVI file's contents are specified by page selection longdesc commands; series of pages and page number ranges may be longdesc specified, as well as inclusions and exclusions. depend dvidvi.ARCH runfiles size=4 - texmf/doc/man/man1/dvidvi.1 - texmf/doc/man/man1/dvidvi.man1.pdf + texmf-dist/doc/man/man1/dvidvi.1 + texmf-dist/doc/man/man1/dvidvi.man1.pdf catalogue-ctan /dviware/dvidvi catalogue-date 2012-05-07 18:30:58 +0200 catalogue-license other-free @@ -38289,7 +38928,7 @@ catalogue-version 1.0 name dvidvi.i386-linux category TLCore -revision 26340 +revision 30088 shortdesc i386-linux files of dvidvi binfiles arch=i386-linux size=5 bin/i386-linux/dvidvi @@ -38324,7 +38963,7 @@ catalogue-version 1.00 name dviljk category TLCore -revision 26689 +revision 29764 shortdesc DVI to Laserjet output. longdesc A dvi driver for the LaserJet printers, using kpathsea longdesc recursive file searching. Note: this program will not compile @@ -38333,18 +38972,18 @@ longdesc (current) kpathsea distribution environment, such as is longdesc available from the TeX-Live source tree. depend dviljk.ARCH docfiles size=54 - texmf/doc/man/man1/dvihp.1 - texmf/doc/man/man1/dvihp.man1.pdf - texmf/doc/man/man1/dvilj.1 - texmf/doc/man/man1/dvilj.man1.pdf - texmf/doc/man/man1/dvilj2p.1 - texmf/doc/man/man1/dvilj2p.man1.pdf - texmf/doc/man/man1/dvilj4.1 - texmf/doc/man/man1/dvilj4.man1.pdf - texmf/doc/man/man1/dvilj4l.1 - texmf/doc/man/man1/dvilj4l.man1.pdf - texmf/doc/man/man1/dvilj6.1 - texmf/doc/man/man1/dvilj6.man1.pdf + texmf-dist/doc/man/man1/dvihp.1 + texmf-dist/doc/man/man1/dvihp.man1.pdf + texmf-dist/doc/man/man1/dvilj.1 + texmf-dist/doc/man/man1/dvilj.man1.pdf + texmf-dist/doc/man/man1/dvilj2p.1 + texmf-dist/doc/man/man1/dvilj2p.man1.pdf + texmf-dist/doc/man/man1/dvilj4.1 + texmf-dist/doc/man/man1/dvilj4.man1.pdf + texmf-dist/doc/man/man1/dvilj4l.1 + texmf-dist/doc/man/man1/dvilj4l.man1.pdf + texmf-dist/doc/man/man1/dvilj6.1 + texmf-dist/doc/man/man1/dvilj6.man1.pdf catalogue-ctan /dviware/dviljk catalogue-date 2012-04-21 09:41:15 +0200 catalogue-license gpl @@ -38352,9 +38991,9 @@ catalogue-version 2.6p4 name dviljk.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of dviljk -binfiles arch=i386-linux size=111 +binfiles arch=i386-linux size=119 bin/i386-linux/dvihp bin/i386-linux/dvilj bin/i386-linux/dvilj2p @@ -38362,63 +39001,22 @@ binfiles arch=i386-linux size=111 bin/i386-linux/dvilj4l bin/i386-linux/dvilj6 -name dvipdfm -category TLCore -revision 26689 -shortdesc A DVI driver to produce PDF directly. -longdesc The driver offers a wide range of \special commands (including -longdesc a colour stack), and supports compression of data streams, etc. -longdesc Note that the extended version dvipdfmx will operate "as -longdesc dvipdfm" if necessary. -depend dvipdfm.ARCH -runfiles size=4 - texmf/dvipdfm/config/config - texmf/dvipdfm/config/config-win32 - texmf/tex/latex/dvipdfm/dvipdfm.def -docfiles size=81 - texmf/doc/dvipdfm/Makefile - texmf/doc/dvipdfm/dvipdfm.pdf - texmf/doc/dvipdfm/dvipdfm.tex - texmf/doc/dvipdfm/mwicks.bb - texmf/doc/dvipdfm/mwicks.jpeg - texmf/doc/dvipdfm/sample.tex - texmf/doc/dvipdfm/something.bb - texmf/doc/dvipdfm/something.eps - texmf/doc/dvipdfm/something.fig - texmf/doc/dvipdfm/something.pdf - texmf/doc/dvipdfm/transistor.bb - texmf/doc/dvipdfm/transistor.eps - texmf/doc/dvipdfm/transistor.fig - texmf/doc/dvipdfm/transistor.pdf - texmf/doc/man/man1/dvipdfm.1 - texmf/doc/man/man1/dvipdfm.man1.pdf - texmf/doc/man/man1/dvipdft.1 - texmf/doc/man/man1/dvipdft.man1.pdf - texmf/doc/man/man1/ebb.1 - texmf/doc/man/man1/ebb.man1.pdf -catalogue-ctan /dviware/dvipdfm -catalogue-date 2012-04-21 10:57:19 +0200 -catalogue-license lppl -catalogue-version 0.13.2d - -name dvipdfm.i386-linux -category TLCore -revision 13663 -shortdesc i386-linux files of dvipdfm -binfiles arch=i386-linux size=2 - bin/i386-linux/dvipdfm - bin/i386-linux/dvipdft - name dvipdfmx-def category Package -revision 15878 +revision 30175 +shortdesc Configuration file for dvipdfmx graphics. relocated 1 +longdesc This is the graphics driver for use when output is to be +longdesc processed by dvipdfmx. runfiles size=2 RELOC/tex/latex/dvipdfmx-def/dvipdfmx.def +catalogue-ctan /macros/latex/contrib/dvipdfmx-def/dvipdfmx.def +catalogue-date 2012-04-21 09:41:15 +0200 +catalogue-license lppl name dvipdfmx category TLCore -revision 26765 +revision 30386 shortdesc An extended version of dvipdfm. longdesc Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm longdesc created to support multi-byte character encodings and large @@ -38434,36 +39032,57 @@ depend dvipdfmx-def depend dvipdfmx.ARCH postaction script file=tlpkg/tlpostcode/dvipdfmx.pl runfiles size=42 - texmf/dvipdfmx/dvipdfmx.cfg - texmf/fonts/cmap/README - texmf/fonts/cmap/dvipdfmx/EUC-UCS2 - texmf/fonts/cmap/dvipdfmx/README - texmf/fonts/cmap/dvipdfmx/UTF8-UCS2 - texmf/fonts/map/dvipdfmx/cid-x.map - texmf/fonts/map/dvipdfmx/ckx.map - texmf/fonts/map/dvipdfmx/updmap/kanjix.map + texmf-dist/dvipdfmx/dvipdfmx.cfg + texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2 + texmf-dist/fonts/cmap/dvipdfmx/README + texmf-dist/fonts/cmap/dvipdfmx/UTF8-UCS2 + texmf-dist/fonts/map/dvipdfmx/cid-x.map + texmf-dist/fonts/map/dvipdfmx/ckx.map + texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map tlpkg/tlpostcode/dvipdfmx.pl -docfiles size=54 - texmf/doc/dvipdfmx/dvipdfmx-special.pdf - texmf/doc/dvipdfmx/dvipdfmx-special.tex - texmf/doc/man/man1/extractbb.1 - texmf/doc/man/man1/extractbb.man1.pdf +docfiles size=135 + texmf-dist/doc/dvipdfm/Makefile + texmf-dist/doc/dvipdfm/dvipdfm.pdf + texmf-dist/doc/dvipdfm/dvipdfm.tex + texmf-dist/doc/dvipdfm/mwicks.bb + texmf-dist/doc/dvipdfm/mwicks.jpeg + texmf-dist/doc/dvipdfm/sample.tex + texmf-dist/doc/dvipdfm/something.bb + texmf-dist/doc/dvipdfm/something.eps + texmf-dist/doc/dvipdfm/something.fig + texmf-dist/doc/dvipdfm/something.pdf + texmf-dist/doc/dvipdfm/transistor.bb + texmf-dist/doc/dvipdfm/transistor.eps + texmf-dist/doc/dvipdfm/transistor.fig + texmf-dist/doc/dvipdfm/transistor.pdf + texmf-dist/doc/dvipdfmx/dvipdfmx-special.pdf + texmf-dist/doc/dvipdfmx/dvipdfmx-special.tex + texmf-dist/doc/man/man1/dvipdfm.1 + texmf-dist/doc/man/man1/dvipdfm.man1.pdf + texmf-dist/doc/man/man1/dvipdft.1 + texmf-dist/doc/man/man1/dvipdft.man1.pdf + texmf-dist/doc/man/man1/ebb.1 + texmf-dist/doc/man/man1/ebb.man1.pdf + texmf-dist/doc/man/man1/extractbb.1 + texmf-dist/doc/man/man1/extractbb.man1.pdf catalogue-ctan /dviware/dvipdfmx/dvipdfmx.tar.gz catalogue-date 2012-04-21 10:57:19 +0200 catalogue-license gpl name dvipdfmx.i386-linux category TLCore -revision 26509 +revision 30205 shortdesc i386-linux files of dvipdfmx -binfiles arch=i386-linux size=188 +binfiles arch=i386-linux size=218 + bin/i386-linux/dvipdfm bin/i386-linux/dvipdfmx + bin/i386-linux/dvipdft bin/i386-linux/ebb bin/i386-linux/extractbb name dvipng category TLCore -revision 26689 +revision 29821 shortdesc A fast DVI to PNG/GIF converter. longdesc This program makes PNG and/or GIF graphics from DVI files as longdesc obtained from TeX and its relatives. Its benefits include: - @@ -38481,13 +39100,13 @@ longdesc PostScript Type1, and TrueType fonts, colour specials, and longdesc inclusion of PostScript, PNG, JPEG or GIF images. depend dvipng.ARCH docfiles size=107 - texmf/doc/dvipng/dvipng.html - texmf/doc/dvipng/dvipng.pdf - texmf/doc/info/dvipng.info - texmf/doc/man/man1/dvigif.1 - texmf/doc/man/man1/dvigif.man1.pdf - texmf/doc/man/man1/dvipng.1 - texmf/doc/man/man1/dvipng.man1.pdf + texmf-dist/doc/dvipng/dvipng.html + texmf-dist/doc/dvipng/dvipng.pdf + texmf-dist/doc/info/dvipng.info + texmf-dist/doc/man/man1/dvigif.1 + texmf-dist/doc/man/man1/dvigif.man1.pdf + texmf-dist/doc/man/man1/dvipng.1 + texmf-dist/doc/man/man1/dvipng.man1.pdf catalogue-ctan /dviware/dvipng catalogue-date 2012-04-21 10:57:19 +0200 catalogue-license lgpl @@ -38495,25 +39114,25 @@ catalogue-version 1.14 name dvipng.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of dvipng -binfiles arch=i386-linux size=245 +binfiles arch=i386-linux size=281 bin/i386-linux/dvigif bin/i386-linux/dvipng name dvipos category TLCore -revision 26689 +revision 29764 depend dvipos.ARCH docfiles size=3 - texmf/doc/man/man1/dvipos.1 - texmf/doc/man/man1/dvipos.man1.pdf + texmf-dist/doc/man/man1/dvipos.1 + texmf-dist/doc/man/man1/dvipos.man1.pdf name dvipos.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of dvipos -binfiles arch=i386-linux size=24 +binfiles arch=i386-linux size=26 bin/i386-linux/dvipos name dvipsconfig @@ -38570,16 +39189,53 @@ catalogue-version 1.6 name dvips category Package -revision 29585 +revision 30480 shortdesc A DVI to PostScript driver. longdesc This package has been withdrawn from CTAN, and bundled into the longdesc distributions' package sets. The current sources of dvips may longdesc be found in the distribution of dvipsk which forms part of the longdesc TeX-live sources. depend dvips.ARCH -runfiles size=1028 +runfiles size=1091 + texmf-dist/dvips/base/color.pro + texmf-dist/dvips/base/crop.pro texmf-dist/dvips/base/ehandler.ps + texmf-dist/dvips/base/finclude.pro + texmf-dist/dvips/base/hps.pro texmf-dist/dvips/base/resolution400.ps + texmf-dist/dvips/base/special.pro + texmf-dist/dvips/base/tex.pro + texmf-dist/dvips/base/texc.pro + texmf-dist/dvips/base/texps.pro + texmf-dist/dvips/config/alt-rule.pro + texmf-dist/dvips/config/canonex.cfg + texmf-dist/dvips/config/config.bakoma + texmf-dist/dvips/config/config.canonex + texmf-dist/dvips/config/config.cx + texmf-dist/dvips/config/config.deskjet + texmf-dist/dvips/config/config.dvired + texmf-dist/dvips/config/config.epson + texmf-dist/dvips/config/config.ibmvga + texmf-dist/dvips/config/config.ljfour + texmf-dist/dvips/config/config.luc + texmf-dist/dvips/config/config.mbn + texmf-dist/dvips/config/config.mga + texmf-dist/dvips/config/config.mirrorprint + texmf-dist/dvips/config/config.ot2 + texmf-dist/dvips/config/config.ps + texmf-dist/dvips/config/config.qms + texmf-dist/dvips/config/config.toshiba + texmf-dist/dvips/config/config.unms + texmf-dist/dvips/config/config.xyp + texmf-dist/dvips/config/cx.cfg + texmf-dist/dvips/config/deskjet.cfg + texmf-dist/dvips/config/dfaxhigh.cfg + texmf-dist/dvips/config/dvired.cfg + texmf-dist/dvips/config/epson.cfg + texmf-dist/dvips/config/ibmvga.cfg + texmf-dist/dvips/config/ljfour.cfg + texmf-dist/dvips/config/qms.cfg + texmf-dist/dvips/config/toshiba.cfg texmf-dist/fonts/enc/dvips/base/6w.enc texmf-dist/fonts/enc/dvips/base/7t.enc texmf-dist/fonts/enc/dvips/base/8a.enc @@ -38612,115 +39268,83 @@ runfiles size=1028 texmf-dist/fonts/enc/dvips/base/texmital.enc texmf-dist/fonts/enc/dvips/base/texmsym.enc texmf-dist/fonts/enc/dvips/base/texnansx.enc + texmf-dist/fonts/map/dvips/updmap/builtin35.map + texmf-dist/fonts/map/dvips/updmap/download35.map + texmf-dist/fonts/map/dvips/updmap/ps2pk.map + texmf-dist/fonts/map/dvips/updmap/psfonts.map + texmf-dist/fonts/map/dvips/updmap/psfonts_pk.map + texmf-dist/fonts/map/dvips/updmap/psfonts_t1.map texmf-dist/tex/generic/dvips/blackdvi.sty texmf-dist/tex/generic/dvips/blackdvi.tex texmf-dist/tex/generic/dvips/colordvi.sty texmf-dist/tex/generic/dvips/colordvi.tex texmf-dist/tex/generic/dvips/rotate.sty texmf-dist/tex/generic/dvips/rotate.tex - texmf/dvips/base/color.pro - texmf/dvips/base/crop.pro - texmf/dvips/base/finclude.pro - texmf/dvips/base/hps.pro - texmf/dvips/base/special.pro - texmf/dvips/base/tex.pro - texmf/dvips/base/texc.pro - texmf/dvips/base/texps.pro - texmf/dvips/config/alt-rule.pro - texmf/dvips/config/canonex.cfg - texmf/dvips/config/config.bakoma - texmf/dvips/config/config.canonex - texmf/dvips/config/config.cx - texmf/dvips/config/config.deskjet - texmf/dvips/config/config.dvired - texmf/dvips/config/config.epson - texmf/dvips/config/config.ibmvga - texmf/dvips/config/config.ljfour - texmf/dvips/config/config.luc - texmf/dvips/config/config.mbn - texmf/dvips/config/config.mga - texmf/dvips/config/config.mirrorprint - texmf/dvips/config/config.ot2 - texmf/dvips/config/config.ps - texmf/dvips/config/config.qms - texmf/dvips/config/config.toshiba - texmf/dvips/config/config.unms - texmf/dvips/config/config.xyp - texmf/dvips/config/cx.cfg - texmf/dvips/config/deskjet.cfg - texmf/dvips/config/dfaxhigh.cfg - texmf/dvips/config/dvired.cfg - texmf/dvips/config/epson.cfg - texmf/dvips/config/ibmvga.cfg - texmf/dvips/config/ljfour.cfg - texmf/dvips/config/qms.cfg - texmf/dvips/config/toshiba.cfg - texmf/fonts/map/dvips/updmap/builtin35.map - texmf/fonts/map/dvips/updmap/download35.map - texmf/fonts/map/dvips/updmap/ps2pk.map - texmf/fonts/map/dvips/updmap/psfonts.map - texmf/fonts/map/dvips/updmap/psfonts_pk.map - texmf/fonts/map/dvips/updmap/psfonts_t1.map -docfiles size=263 - texmf/doc/dvips/dvips.html - texmf/doc/dvips/dvips.pdf - texmf/doc/info/dvips.info - texmf/doc/man/man1/afm2tfm.1 - texmf/doc/man/man1/afm2tfm.man1.pdf - texmf/doc/man/man1/dvips.1 - texmf/doc/man/man1/dvips.man1.pdf +docfiles size=262 + texmf-dist/doc/dvips/dvips.html + texmf-dist/doc/dvips/dvips.pdf + texmf-dist/doc/info/dvips.info + texmf-dist/doc/man/man1/afm2tfm.1 + texmf-dist/doc/man/man1/afm2tfm.man1.pdf + texmf-dist/doc/man/man1/dvips.1 + texmf-dist/doc/man/man1/dvips.man1.pdf catalogue-date 2013-03-25 12:41:24 +0100 catalogue-license gpl name dvips.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of dvips -binfiles arch=i386-linux size=81 +binfiles arch=i386-linux size=87 bin/i386-linux/afm2tfm bin/i386-linux/dvips name dvisvgm category TLCore -revision 26885 -shortdesc Converts DVI files to Scalable Vector Graphics format (SVG). +revision 29764 +shortdesc Convert DVI files to Scalable Vector Graphics format (SVG). longdesc Dvisvgm is a command line utility that converts TeX DVI files -longdesc to the XML-based Scalable Vector Graphics format. The current -longdesc version provides basic conversion functionality; development of -longdesc an improved version continues. Users will need a working TeX -longdesc installation including the kpathsea library and Type 1 versions -longdesc of the fonts used in the DVI file. Dvisvgm has been -longdesc successfully tested . +longdesc to the XML-based Scalable Vector Graphics (SVG) format. It +longdesc provides full full font support including virtual fonts, font +longdesc maps, and sub-fonts. If necessary, dvisvgm vectorizes +longdesc Metafont's bitmap output in order to always create lossless +longdesc scalable output. The embedded SVG fonts can optionally be +longdesc replaced with graphics paths so that applications that don't +longdesc support SVG fonts are enabled to render the graphics properly. +longdesc Besides many other features, dvisvgm also supports color, +longdesc emTeX, tpic, PDF mapfile and PostScript specials. Users will +longdesc need a working TeX installation including the kpathsea library. +longdesc For more detailed information, see the project page. depend dvisvgm.ARCH -docfiles size=17 - texmf/doc/man/man1/dvisvgm.1 - texmf/doc/man/man1/dvisvgm.man1.pdf +docfiles size=18 + texmf-dist/doc/man/man1/dvisvgm.1 + texmf-dist/doc/man/man1/dvisvgm.man1.pdf catalogue-ctan /dviware/dvisvgm -catalogue-date 2011-12-20 12:24:43 +0100 +catalogue-date 2013-03-04 12:33:38 +0100 catalogue-license gpl -catalogue-version 1.0.10 +catalogue-version 1.2 name dvisvgm.i386-linux category TLCore -revision 26509 +revision 30613 shortdesc i386-linux files of dvisvgm -binfiles arch=i386-linux size=369 +binfiles arch=i386-linux size=438 bin/i386-linux/dvisvgm name dvi2tty category TLCore -revision 26689 +revision 29764 shortdesc Produce ASCII from DVI. longdesc A DVI driver to produce an ASCII representation of the longdesc document. The original version was written in Pascal, and the longdesc present author translated the program to C. depend dvi2tty.ARCH runfiles size=5 - texmf/doc/man/man1/dvi2tty.1 - texmf/doc/man/man1/dvi2tty.man1.pdf + texmf-dist/doc/man/man1/dvi2tty.1 + texmf-dist/doc/man/man1/dvi2tty.man1.pdf docfiles size=2 - texmf/doc/man/man1/disdvi.1 - texmf/doc/man/man1/disdvi.man1.pdf + texmf-dist/doc/man/man1/disdvi.1 + texmf-dist/doc/man/man1/disdvi.man1.pdf catalogue-ctan /dviware/dvi2tty catalogue-date 2012-04-09 22:37:34 +0200 catalogue-license gpl @@ -38728,9 +39352,9 @@ catalogue-version 3.5.1 name dvi2tty.i386-linux category TLCore -revision 26509 +revision 30376 shortdesc i386-linux files of dvi2tty -binfiles arch=i386-linux size=31 +binfiles arch=i386-linux size=33 bin/i386-linux/disdvi bin/i386-linux/dvi2tty @@ -38956,7 +39580,7 @@ catalogue-version 4 name ebgaramond category Package -revision 29180 +revision 30336 shortdesc LaTeX support for EBGaramond fonts. relocated 1 longdesc EB Garamond is a revival by Georg Duffner of the 16th century @@ -39273,9 +39897,9 @@ docfiles size=280 RELOC/doc/fonts/ebgaramond/samples.pdf RELOC/doc/fonts/ebgaramond/samples.tex catalogue-ctan /fonts/ebgaramond -catalogue-date 2013-02-20 20:41:36 +0100 +catalogue-date 2013-05-08 08:17:44 +0200 catalogue-license ofl -catalogue-version 0.015 (2013-02-20) +catalogue-version 0.15 (2013-05-07) name ebong category Package @@ -39460,89 +40084,6 @@ catalogue-date 2008-06-01 23:17:13 +0200 catalogue-license lppl catalogue-version 1.1a -name economic -category Package -revision 16184 -shortdesc BibTeX support for submitting to Economics journals. -relocated 1 -longdesc The bundle offers macros and BibTeX styles for the American -longdesc Economic Review (AER), the American Journal of Agricultural -longdesc Economics (AJAE), the Canadian Journal of Economics (CJE), the -longdesc European Review of Agricultural Economics (ERAE), the -longdesc International Economic Review (IER) and Economica. The macro -longdesc sets are based on (and require) the harvard package, and all -longdesc provide variations of author-date styles of presentation. -runfiles size=185 - RELOC/bibtex/bst/economic/aer.bst - RELOC/bibtex/bst/economic/aertt.bst - RELOC/bibtex/bst/economic/agecon.bst - RELOC/bibtex/bst/economic/ajae.bst - RELOC/bibtex/bst/economic/apecon.bst - RELOC/bibtex/bst/economic/cje.bst - RELOC/bibtex/bst/economic/ecca.bst - RELOC/bibtex/bst/economic/econometrica-fr.bst - RELOC/bibtex/bst/economic/econometrica.bst - RELOC/bibtex/bst/economic/ecta.bst - RELOC/bibtex/bst/economic/erae.bst - RELOC/bibtex/bst/economic/ier.bst - RELOC/bibtex/bst/economic/itaxpf.bst - RELOC/bibtex/bst/economic/jae.bst - RELOC/bibtex/bst/economic/jpe.bst - RELOC/bibtex/bst/economic/jss2.bst - RELOC/bibtex/bst/economic/oega.bst - RELOC/bibtex/bst/economic/regstud.bst - RELOC/bibtex/bst/economic/tandfx.bst - RELOC/bibtex/bst/economic/worlddev.bst - RELOC/tex/latex/economic/aer.sty - RELOC/tex/latex/economic/aertt.sty - RELOC/tex/latex/economic/agecon.cls - RELOC/tex/latex/economic/ajae.cls - RELOC/tex/latex/economic/apecon.cls - RELOC/tex/latex/economic/cje.sty - RELOC/tex/latex/economic/ecca.cls - RELOC/tex/latex/economic/erae.cls - RELOC/tex/latex/economic/itaxpf.cls - RELOC/tex/latex/economic/jrurstud.cls - RELOC/tex/latex/economic/njf.cls - RELOC/tex/latex/economic/oegatb.cls - RELOC/tex/latex/economic/pocoec.cls - RELOC/tex/latex/economic/regstud.cls - RELOC/tex/latex/economic/worlddev.cls -docfiles size=268 - RELOC/doc/bibtex/economic/CHANGELOG - RELOC/doc/bibtex/economic/NEWS - RELOC/doc/bibtex/economic/README - RELOC/doc/bibtex/economic/aer-cje-ex.bib - RELOC/doc/bibtex/economic/aer-cje-ex.tex - RELOC/doc/bibtex/economic/aer-natbib-ex.tex - RELOC/doc/bibtex/economic/ajae-ex.bib - RELOC/doc/bibtex/economic/ajae-ex.pdf - RELOC/doc/bibtex/economic/ajae-ex.tex - RELOC/doc/bibtex/economic/apecon-ex.bib - RELOC/doc/bibtex/economic/apecon-ex.pdf - RELOC/doc/bibtex/economic/apecon-ex.tex - RELOC/doc/bibtex/economic/ecca-ex.bib - RELOC/doc/bibtex/economic/ecca-ex.pdf - RELOC/doc/bibtex/economic/ecca-ex.tex - RELOC/doc/bibtex/economic/erae-ex.bib - RELOC/doc/bibtex/economic/erae-ex.pdf - RELOC/doc/bibtex/economic/erae-ex.tex - RELOC/doc/bibtex/economic/ier-bib-test.pdf - RELOC/doc/bibtex/economic/ier-bib-test.tex - RELOC/doc/bibtex/economic/ier-ex.bib - RELOC/doc/bibtex/economic/itaxpf-ex-title.pdf - RELOC/doc/bibtex/economic/itaxpf-ex-title.tex - RELOC/doc/bibtex/economic/itaxpf-ex.bib - RELOC/doc/bibtex/economic/itaxpf-ex.pdf - RELOC/doc/bibtex/economic/itaxpf-ex.tex - RELOC/doc/bibtex/economic/oegatb-ex.bib - RELOC/doc/bibtex/economic/oegatb-ex.pdf - RELOC/doc/bibtex/economic/oegatb-ex.png - RELOC/doc/bibtex/economic/oegatb-ex.tex -catalogue-ctan /biblio/bibtex/contrib/economic -catalogue-date 2009-11-25 18:21:28 +0100 -catalogue-license lppl - name eco category Package revision 29349 @@ -43297,7 +43838,7 @@ catalogue-version 1.0 name eledmac category Package -revision 29281 +revision 29956 shortdesc Typeset scholarly editions. relocated 1 longdesc A package for typesetting scholarly critical editions, @@ -43320,9 +43861,9 @@ srcfiles size=149 RELOC/source/latex/eledmac/eledpar.dtx RELOC/source/latex/eledmac/eledpar.ins catalogue-ctan /macros/latex/contrib/eledmac -catalogue-date 2013-03-03 12:29:02 +0100 +catalogue-date 2013-04-15 19:11:07 +0200 catalogue-license lppl -catalogue-version 1.4.5 +catalogue-version 1.4.6 name ellipsis category Package @@ -43535,7 +44076,7 @@ catalogue-version 1.0 name embrac category Package -revision 29683 +revision 30450 shortdesc Upright brackets in emphasised text. relocated 1 longdesc The package redefines the commands \emph and \textit so that @@ -43545,15 +44086,15 @@ longdesc l3kernel bundle, and xparse and l3keys2e from the l3packages longdesc bundle. runfiles size=4 RELOC/tex/latex/embrac/embrac.sty -docfiles size=115 +docfiles size=116 RELOC/doc/latex/embrac/README RELOC/doc/latex/embrac/embrac_en.pdf RELOC/doc/latex/embrac/embrac_en.tex RELOC/doc/latex/embrac/embrac_kerning_test.tex catalogue-ctan /macros/latex/contrib/embrac -catalogue-date 2013-04-05 11:53:55 +0200 +catalogue-date 2013-05-13 20:07:16 +0200 catalogue-license lppl1.3 -catalogue-version 0.3a +catalogue-version 0.4 name emp category Package @@ -43771,15 +44312,15 @@ catalogue-version v1.5 name endiagram category Package -revision 29684 +revision 30025 shortdesc Easy creation of potential energy curve diagrams. relocated 1 longdesc The package provides the facility of drawing potential energy longdesc curve diagrams with just a few simple commands. The package longdesc cannot (yet) be considered stable. -runfiles size=15 +runfiles size=16 RELOC/tex/latex/endiagram/endiagram.sty -docfiles size=175 +docfiles size=176 RELOC/doc/latex/endiagram/README RELOC/doc/latex/endiagram/endiagram_en.pdf RELOC/doc/latex/endiagram/endiagram_en.tex @@ -43883,24 +44424,50 @@ catalogue-date 2012-12-18 12:17:57 +0100 catalogue-license lppl1.3 catalogue-version 3.2 +name enigma +category Package +revision 29802 +shortdesc Encrypt documents with a three rotor Enigma. +relocated 1 +longdesc The package provides historical encryption (Enigma cipher) for +longdesc LuaTeX-based formats. +runfiles size=19 + RELOC/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua + RELOC/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi + RELOC/tex/generic/enigma/enigma.lua + RELOC/tex/latex/enigma/enigma.sty + RELOC/tex/plain/enigma/enigma.tex +docfiles size=75 + RELOC/doc/context/third/enigma/enigma/COPYING + RELOC/doc/context/third/enigma/enigma/README + RELOC/doc/context/third/enigma/enigma/enigma-doc.pdf + RELOC/doc/context/third/enigma/enigma/enigma_manual.tex + RELOC/doc/context/third/enigma/enigma/examples/enigma-example-context.tex + RELOC/doc/context/third/enigma/enigma/examples/enigma-example-latex.tex + RELOC/doc/context/third/enigma/enigma/examples/enigma-example-plain.tex +catalogue-ctan /macros/luatex/generic/enigma +catalogue-date 2013-04-09 15:55:17 +0200 +catalogue-license bsd +catalogue-version 0.1 + name enotez category Package -revision 29696 +revision 30200 shortdesc Support for end-notes. relocated 1 longdesc The package allows nested endnotes, supports hyperref and longdesc provides means for easy customization of the list of notes. -runfiles size=8 +runfiles size=9 RELOC/tex/latex/enotez/enotez.sty -docfiles size=116 +docfiles size=118 RELOC/doc/latex/enotez/README RELOC/doc/latex/enotez/enotez_en.pdf RELOC/doc/latex/enotez/enotez_en.tex RELOC/doc/latex/enotez/enotez_split_example.tex catalogue-ctan /macros/latex/contrib/enotez -catalogue-date 2013-04-06 20:28:44 +0200 +catalogue-date 2013-05-01 21:18:44 +0200 catalogue-license lppl1.3 -catalogue-version 0.6 +catalogue-version 0.7 name enumitem category Package @@ -44160,7 +44727,7 @@ catalogue-license lppl name eplain category Package -revision 29110 +revision 29951 shortdesc Extended plain tex macros. longdesc A powerfully extended version of the plain format, adding longdesc support for bibliographies, tables of contents, enumerated @@ -44196,14 +44763,14 @@ docfiles size=517 texmf-dist/doc/eplain/doc/xhyper.jpg texmf-dist/doc/eplain/util/idxuniq texmf-dist/doc/eplain/util/trimsee - texmf/doc/info/eplain.info - texmf/doc/man/man1/eplain.1 - texmf/doc/man/man1/eplain.man1.pdf + texmf-dist/doc/info/eplain.info + texmf-dist/doc/man/man1/eplain.1 + texmf-dist/doc/man/man1/eplain.man1.pdf srcfiles size=135 texmf-dist/source/eplain/eplain-source-3.5.zip texmf-dist/source/eplain/xeplain.tex catalogue-ctan /macros/eplain -catalogue-date 2013-02-14 15:39:49 +0100 +catalogue-date 2013-02-15 22:51:43 +0100 catalogue-license gpl2 catalogue-version 3.5 @@ -44400,9 +44967,9 @@ catalogue-version 0.61 name epspdf category Package -revision 29050 +revision 29725 shortdesc Converter for PostScript, EPS and PDF. -longdesc Epspdf[tk] is a Ruby script which converts between PostScript +longdesc Epspdf[tk] is a TeXlua script which converts between PostScript longdesc or EPS and PDF. It has both a command-line and a GUI interface. longdesc Using pdftops (from the xpdf command-line utilities) for round- longdesc tripping opens up several new possibilities compared to older @@ -44414,6 +44981,7 @@ runfiles size=34 texmf-dist/scripts/epspdf/epspdf.tlu texmf-dist/scripts/epspdf/epspdftk.tcl docfiles size=101 + texmf-dist/doc/info/epspdf.info texmf-dist/doc/support/epspdf/COPYING texmf-dist/doc/support/epspdf/Changelog texmf-dist/doc/support/epspdf/README @@ -44428,11 +44996,10 @@ docfiles size=101 texmf-dist/doc/support/epspdf/images/main_w8.png texmf-dist/doc/support/epspdf/index.html texmf-dist/doc/support/epspdf/pstexi.tex - texmf/doc/info/epspdf.info catalogue-ctan /support/epspdf -catalogue-date 2012-07-10 22:47:12 +0200 +catalogue-date 2013-02-08 11:42:11 +0100 catalogue-license gpl -catalogue-version 0.5.3 +catalogue-version 0.6.0 name epspdf.i386-linux category Package @@ -44444,16 +45011,33 @@ binfiles arch=i386-linux size=2 name epstopdf category Package -revision 26577 +revision 30511 +shortdesc Convert EPS to 'encapsulated' PDF using GhostScript. +longdesc Epstopdf is a Perl script that converts an EPS file to an +longdesc 'encapsulated' PDF file (a single page file whose media box is +longdesc the same as the original EPS's bounding box). The resulting +longdesc file suitable for inclusion by PDFTeX as an image. The script +longdesc is adapted to run both on Windows and on Unix-alike systems. +longdesc The script makes use of Ghostscript for the actual conversion +longdesc to PDF. It assumes Ghostscript version 6.51 or later, and (by +longdesc default) suppresses its automatic rotation of pages where most +longdesc of the text is not horizontal. LaTeX users may make use of the +longdesc epstopdf package, which will run the epstopdf script "on the +longdesc fly", thus giving the illusion that PDFLaTeX is accepting EPS +longdesc graphic files. depend epstopdf.ARCH runfiles size=6 texmf-dist/scripts/epstopdf/epstopdf.pl docfiles size=7 + texmf-dist/doc/man/man1/epstopdf.1 + texmf-dist/doc/man/man1/epstopdf.man1.pdf + texmf-dist/doc/man/man1/repstopdf.1 + texmf-dist/doc/man/man1/repstopdf.man1.pdf texmf-dist/doc/support/epstopdf/README - texmf/doc/man/man1/epstopdf.1 - texmf/doc/man/man1/epstopdf.man1.pdf - texmf/doc/man/man1/repstopdf.1 - texmf/doc/man/man1/repstopdf.man1.pdf +catalogue-ctan /support/epstopdf +catalogue-date 2013-05-13 11:34:28 +0200 +catalogue-license other-free +catalogue-version 2.19 name epstopdf.i386-linux category Package @@ -44624,6 +45208,59 @@ catalogue-date 2008-08-19 20:15:24 +0200 catalogue-license lppl catalogue-version v0.3 +name esami +category Package +revision 30109 +shortdesc Typeset exams with scrambled questions and answers. +relocated 1 +longdesc The package enables the user to typeset exams with multiple +longdesc choice, open questions and many other types of exercise. Both +longdesc questions and answers may be randomly distributed within the +longdesc exam, and the solutions are typeset automatically. Exercises +longdesc may contain a wide number of random parameters and it is +longdesc possible to do arithmetical operations on them. The package is +longdesc localised in Italian, English, French, German, Greek and +longdesc Spanish. +runfiles size=18 + RELOC/tex/latex/esami/esami.sty +docfiles size=318 + RELOC/doc/latex/esami/README + RELOC/doc/latex/esami/doc/esami-doc-en.pdf + RELOC/doc/latex/esami/doc/esami-doc-en.tex + RELOC/doc/latex/esami/doc/esami-doc-it.pdf + RELOC/doc/latex/esami/doc/esami-doc-it.tex + RELOC/doc/latex/esami/doc/esami.bib + RELOC/doc/latex/esami/doc/examples/master-sol.tex + RELOC/doc/latex/esami/doc/examples/master.tex + RELOC/doc/latex/esami/doc/examples/problem1.tex + RELOC/doc/latex/esami/doc/examples/problem2-tabella.tex + RELOC/doc/latex/esami/doc/examples/problem3-matching.tex + RELOC/doc/latex/esami/doc/examples/problem4-fillin.tex + RELOC/doc/latex/esami/doc/examples/test1.tex + RELOC/doc/latex/esami/doc/examples/test11.tex + RELOC/doc/latex/esami/doc/examples/test12.tex + RELOC/doc/latex/esami/doc/examples/test13.tex + RELOC/doc/latex/esami/doc/examples/test14.tex + RELOC/doc/latex/esami/doc/examples/test2.tex + RELOC/doc/latex/esami/doc/examples/test3.tex + RELOC/doc/latex/esami/doc/examples/test4.tex + RELOC/doc/latex/esami/doc/examples/test5-fillin.tex + RELOC/doc/latex/esami/doc/examples/testA.pdf + RELOC/doc/latex/esami/doc/examples/testA.tex + RELOC/doc/latex/esami/doc/examples/totale-versioni.tex + RELOC/doc/latex/esami/es-UKenglish.lng + RELOC/doc/latex/esami/es-USenglish.lng + RELOC/doc/latex/esami/es-french.lng + RELOC/doc/latex/esami/es-german.lng + RELOC/doc/latex/esami/es-greek.lng + RELOC/doc/latex/esami/es-italian.lng + RELOC/doc/latex/esami/es-spanish.lng + RELOC/doc/latex/esami/esami-xyz.cfg +catalogue-ctan /macros/latex/contrib/esami +catalogue-date 2013-04-25 12:55:47 +0200 +catalogue-license lppl +catalogue-version 1.0 + name esdiff category Package revision 21385 @@ -45161,31 +45798,34 @@ catalogue-version 2.0 name etex category Package -revision 22198 +revision 29743 shortdesc An extended version of TeX, from the NTS project. +relocated 1 longdesc An extended version of TeX (which is capable of running as if longdesc it were TeX unmodified). E-TeX has been specified by the LaTeX -longdesc team as the engine for the development of LaTeX, in the +longdesc team as the engine for the development of LaTeX 2e, in the longdesc immediate future; as a result, LaTeX programmers may (in all longdesc current TeX distributions) assume e-TeX functionality. +longdesc Development versions of e-TeX are to be found in the TeX live +longdesc source repository. runfiles size=9 - texmf-dist/tex/plain/etex/etex.src - texmf-dist/tex/plain/etex/etexdefs.lib + RELOC/tex/plain/etex/etex.src + RELOC/tex/plain/etex/etexdefs.lib docfiles size=129 - texmf-dist/doc/etex/base/NTS-FAQ - texmf-dist/doc/etex/base/etex_gen.tex - texmf-dist/doc/etex/base/etex_man.pdf - texmf-dist/doc/etex/base/etex_man.sty - texmf-dist/doc/etex/base/etex_man.tex - texmf-dist/doc/etex/base/etex_ref.html - texmf-dist/doc/etex/base/etex_src.html - texmf-dist/doc/etex/base/legal.html - texmf-dist/doc/etex/base/nts-group.html - texmf-dist/doc/etex/base/webmerge.tex - texmf/doc/man/man1/etex.1 - texmf/doc/man/man1/etex.man1.pdf + RELOC/doc/etex/base/NTS-FAQ + RELOC/doc/etex/base/etex_gen.tex + RELOC/doc/etex/base/etex_man.pdf + RELOC/doc/etex/base/etex_man.sty + RELOC/doc/etex/base/etex_man.tex + RELOC/doc/etex/base/etex_ref.html + RELOC/doc/etex/base/etex_src.html + RELOC/doc/etex/base/legal.html + RELOC/doc/etex/base/nts-group.html + RELOC/doc/etex/base/webmerge.tex + RELOC/doc/man/man1/etex.1 + RELOC/doc/man/man1/etex.man1.pdf catalogue-ctan /systems/e-tex -catalogue-date 2010-02-06 00:03:35 +0100 +catalogue-date 2012-03-09 15:12:11 +0100 catalogue-license knuth catalogue-version 2.1 @@ -45483,7 +46123,7 @@ catalogue-license gpl name etoc category Package -revision 29697 +revision 30488 shortdesc Completely customisable TOCs. relocated 1 longdesc The package gives the user complete control of how the entries @@ -45503,10 +46143,10 @@ longdesc may be used arbitrarily many times in the same document, while longdesc \localtableofcontents provides a 'local' table of contents. runfiles size=10 RELOC/tex/latex/etoc/etoc.sty -docfiles size=66 +docfiles size=65 RELOC/doc/latex/etoc/README RELOC/doc/latex/etoc/etoc.pdf -srcfiles size=49 +srcfiles size=47 RELOC/source/latex/etoc/etoc.dtx RELOC/source/latex/etoc/etoc.ins catalogue-ctan /macros/latex/contrib/etoc @@ -46299,7 +46939,7 @@ catalogue-version 0.3 name exsheets category Package -revision 29685 +revision 30166 shortdesc Create exercise sheets and exams. relocated 1 longdesc The package provides the means to create exercises or questions @@ -46311,7 +46951,7 @@ longdesc printed at a later point in the document all together, section- longdesc wise or selectively by ID. The package provides the means to longdesc selectively include questions from an external file, and to longdesc control the style of headings of both questions and solutions. -runfiles size=48 +runfiles size=51 RELOC/tex/latex/exsheets/cntformats.sty RELOC/tex/latex/exsheets/dicts/translations-basic-dictionary-english.trsl RELOC/tex/latex/exsheets/dicts/translations-basic-dictionary-french.trsl @@ -46324,16 +46964,53 @@ runfiles size=48 RELOC/tex/latex/exsheets/tasks.cfg RELOC/tex/latex/exsheets/tasks.sty RELOC/tex/latex/exsheets/translations.sty -docfiles size=203 +docfiles size=529 RELOC/doc/latex/exsheets/README + RELOC/doc/latex/exsheets/cntformats_en.pdf + RELOC/doc/latex/exsheets/cntformats_en.tex RELOC/doc/latex/exsheets/exsheets_en.pdf RELOC/doc/latex/exsheets/exsheets_en.tex RELOC/doc/latex/exsheets/grading-table.pdf RELOC/doc/latex/exsheets/grading-table.tex + RELOC/doc/latex/exsheets/tasks_en.pdf + RELOC/doc/latex/exsheets/tasks_en.tex + RELOC/doc/latex/exsheets/translations_en.pdf + RELOC/doc/latex/exsheets/translations_en.tex catalogue-ctan /macros/latex/contrib/exsheets -catalogue-date 2013-04-05 09:04:07 +0200 +catalogue-date 2013-04-11 22:52:04 +0200 +catalogue-license lppl1.3 +catalogue-version 0.9a + +name exsol +category Package +revision 30451 +shortdesc Exercises and solutions from same source, into a book. +relocated 1 +longdesc The packageThe exsol package provides macros to allow for +longdesc embedding exercises and solutions in the LaTeX source of an +longdesc instructional text (e.g., a book or a course text) while +longdesc generating the following separate documents: - your original +longdesc text that only contains the exercises, and - a solution book +longdesc that contains only the solutions to the exercises (optionally, +longdesc the exercises themselves are also copied to the solution book). +longdesc The exercise data are generated when running LaTeX on your +longdesc document; the first run also writes the solutions to a +longdesc secondary file that may be included in a simple document +longdesc harness, may be processed by LaTeX, to generate a nice solution +longdesc book. The code of the package was derived (in large part) from +longdesc fancyvrb. +runfiles size=2 + RELOC/tex/latex/exsol/exsol.sty +docfiles size=62 + RELOC/doc/latex/exsol/LICENSE + RELOC/doc/latex/exsol/exsol.pdf +srcfiles size=7 + RELOC/source/latex/exsol/exsol.dtx + RELOC/source/latex/exsol/exsol.ins +catalogue-ctan /macros/latex/contrib/exsol +catalogue-date 2013-05-13 10:56:37 +0200 catalogue-license lppl1.3 -catalogue-version 0.8a +catalogue-version 0.6 name extarrows category Package @@ -46490,6 +47167,18 @@ catalogue-date 2007-01-03 21:31:08 +0100 catalogue-license lppl catalogue-version 1.0 +name factura +category Package +revision 30167 +relocated 1 +runfiles size=11 + RELOC/tex/latex/factura/factura.cls + RELOC/tex/latex/factura/factura.def +docfiles size=5 + RELOC/doc/latex/factura/README + RELOC/doc/latex/factura/factura-modelo-ya.tex + RELOC/doc/latex/factura/factura-modelo.tex + name facture category Package revision 24092 @@ -48044,16 +48733,25 @@ catalogue-version 1.08 name feynmp-auto category Package -revision 29358 +revision 30223 +shortdesc Automatic processing of feynmp graphics. relocated 1 +longdesc The package takes care of running Metapost on the output files +longdesc produced by the feynmp package, so that the compiled pictures +longdesc will be available in the next run of LaTeX. The package honours +longdesc options that apply to feynmp. runfiles size=1 RELOC/tex/latex/feynmp-auto/feynmp-auto.sty -docfiles size=92 +docfiles size=93 RELOC/doc/latex/feynmp-auto/README RELOC/doc/latex/feynmp-auto/feynmp-auto.pdf srcfiles size=4 RELOC/source/latex/feynmp-auto/feynmp-auto.dtx RELOC/source/latex/feynmp-auto/feynmp-auto.ins +catalogue-ctan /macros/latex/contrib/feynmp-auto +catalogue-date 2013-05-03 17:23:09 +0200 +catalogue-license lppl1.3 +catalogue-version 1.1 name feyn category Package @@ -48479,7 +49177,7 @@ catalogue-license other-free name findhyph category Package -revision 28350 +revision 29725 shortdesc Find hyphenated words in a document. longdesc Findhyph is a Perl script that will analyse the log file from longdesc running your document with \tracingparagraphs=1 set. The output @@ -48489,12 +49187,12 @@ depend findhyph.ARCH runfiles size=3 texmf-dist/scripts/findhyph/findhyph docfiles size=11 + texmf-dist/doc/man/man1/findhyph.1 + texmf-dist/doc/man/man1/findhyph.man1.pdf texmf-dist/doc/support/findhyph/Makefile.doc texmf-dist/doc/support/findhyph/README texmf-dist/doc/support/findhyph/findhyph.bat texmf-dist/doc/support/findhyph/findhyph.txt - texmf/doc/man/man1/findhyph.1 - texmf/doc/man/man1/findhyph.man1.pdf catalogue-ctan /support/findhyph catalogue-date 2012-11-23 11:17:42 +0100 catalogue-license gpl @@ -48706,7 +49404,7 @@ catalogue-version 4.2 name fixmetodonotes category Package -revision 27685 +revision 30168 shortdesc Add notes on document development. relocated 1 longdesc The package provides tools to highlight FIXME and TODO @@ -48722,9 +49420,9 @@ srcfiles size=2 RELOC/source/latex/fixmetodonotes/fixmetodonotes.dtx RELOC/source/latex/fixmetodonotes/fixmetodonotes.ins catalogue-ctan /macros/latex/contrib/fixmetodonotes -catalogue-date 2012-09-17 18:38:18 +0200 +catalogue-date 2013-04-28 19:46:12 +0200 catalogue-license pd -catalogue-version 0.2.1 +catalogue-version 0.2.2 name fixpdfmag category Package @@ -49466,7 +50164,7 @@ catalogue-license lppl1.3 name fnpct category Package -revision 29259 +revision 29795 shortdesc Manage footnote marks' interaction with punctuation. relocated 1 longdesc The package moves footnote marks after following punctuation @@ -49490,9 +50188,9 @@ docfiles size=165 RELOC/doc/latex/fnpct/sepfootnotes_ex.tex RELOC/doc/latex/fnpct/tufte_ex.tex catalogue-ctan /macros/latex/contrib/fnpct -catalogue-date 2013-02-28 13:49:00 +0100 +catalogue-date 2013-04-08 10:17:07 +0200 catalogue-license lppl1.3 -catalogue-version 0.2j +catalogue-version 0.2k name fntproof category Package @@ -49818,7 +50516,7 @@ catalogue-version 2.2 name fontinst category Package -revision 29349 +revision 29764 shortdesc Help with installing fonts for TeX and LaTeX. longdesc TeX macros for converting Adobe Font Metric files to TeX metric longdesc and virtual font format. Fontinst helps mainly with the number @@ -49835,7 +50533,7 @@ longdesc normally be done manually or with the help of some other tool, longdesc such as the pltotf and vptovf programs. depend fontinst.ARCH runfiles size=255 - texmf-dist/scripts/tetex/fontinst.sh + texmf-dist/scripts/texlive/fontinst.sh texmf-dist/tex/fontinst/base/bbox.sty texmf-dist/tex/fontinst/base/cfntinst.sty texmf-dist/tex/fontinst/base/finstmsc.sty @@ -49977,8 +50675,8 @@ docfiles size=460 texmf-dist/doc/fonts/fontinst/test/v1931test0.tex texmf-dist/doc/fonts/fontinst/test/v1931test1.tex texmf-dist/doc/fonts/fontinst/test/v1931test2.tex - texmf/doc/man/man1/fontinst.1 - texmf/doc/man/man1/fontinst.man1.pdf + texmf-dist/doc/man/man1/fontinst.1 + texmf-dist/doc/man/man1/fontinst.man1.pdf srcfiles size=469 texmf-dist/source/fontinst/base/CHANGES texmf-dist/source/fontinst/base/fibasics.dtx @@ -50000,96 +50698,97 @@ catalogue-version 1.933 name fontinst.i386-linux category Package -revision 27329 +revision 29741 shortdesc i386-linux files of fontinst binfiles arch=i386-linux size=1 bin/i386-linux/fontinst name fontname category Package -revision 24661 +revision 29725 shortdesc Scheme for naming fonts in TeX. +relocated 1 longdesc The scheme for assigning names is described (in the longdesc documentation part of the package), and map files giving the longdesc relation between foundry name and 'TeX-name' are also provided. runfiles size=377 - texmf-dist/fonts/map/fontname/adobe.map - texmf-dist/fonts/map/fontname/apple.map - texmf-dist/fonts/map/fontname/bitstrea.map - texmf-dist/fonts/map/fontname/dtc.map - texmf-dist/fonts/map/fontname/itc.map - texmf-dist/fonts/map/fontname/linot-cd.map - texmf-dist/fonts/map/fontname/linotype-cd.map - texmf-dist/fonts/map/fontname/linotype.map - texmf-dist/fonts/map/fontname/monotype.map - texmf-dist/fonts/map/fontname/skey1250.map - texmf-dist/fonts/map/fontname/skey1555.map - texmf-dist/fonts/map/fontname/softkey-1250.map - texmf-dist/fonts/map/fontname/softkey-1555.map - texmf-dist/fonts/map/fontname/softkey.map - texmf-dist/fonts/map/fontname/special.map - texmf-dist/fonts/map/fontname/supplier.map - texmf-dist/fonts/map/fontname/texfonts.map - texmf-dist/fonts/map/fontname/typeface.map - texmf-dist/fonts/map/fontname/urw.map - texmf-dist/fonts/map/fontname/variant.map - texmf-dist/fonts/map/fontname/weight.map - texmf-dist/fonts/map/fontname/width.map - texmf-dist/fonts/map/fontname/yandy.map + RELOC/fonts/map/fontname/adobe.map + RELOC/fonts/map/fontname/apple.map + RELOC/fonts/map/fontname/bitstrea.map + RELOC/fonts/map/fontname/dtc.map + RELOC/fonts/map/fontname/itc.map + RELOC/fonts/map/fontname/linot-cd.map + RELOC/fonts/map/fontname/linotype-cd.map + RELOC/fonts/map/fontname/linotype.map + RELOC/fonts/map/fontname/monotype.map + RELOC/fonts/map/fontname/skey1250.map + RELOC/fonts/map/fontname/skey1555.map + RELOC/fonts/map/fontname/softkey-1250.map + RELOC/fonts/map/fontname/softkey-1555.map + RELOC/fonts/map/fontname/softkey.map + RELOC/fonts/map/fontname/special.map + RELOC/fonts/map/fontname/supplier.map + RELOC/fonts/map/fontname/texfonts.map + RELOC/fonts/map/fontname/typeface.map + RELOC/fonts/map/fontname/urw.map + RELOC/fonts/map/fontname/variant.map + RELOC/fonts/map/fontname/weight.map + RELOC/fonts/map/fontname/width.map + RELOC/fonts/map/fontname/yandy.map docfiles size=788 - texmf-dist/doc/fonts/fontname/8a.html - texmf-dist/doc/fonts/fontname/8r.html - texmf-dist/doc/fonts/fontname/Adobe-fonts.html - texmf-dist/doc/fonts/fontname/Apple-fonts.html - texmf-dist/doc/fonts/fontname/Bitstream-fonts.html - texmf-dist/doc/fonts/fontname/ChangeLog - texmf-dist/doc/fonts/fontname/DTC-fonts.html - texmf-dist/doc/fonts/fontname/Encodings.html - texmf-dist/doc/fonts/fontname/Filenames-for-fonts.html - texmf-dist/doc/fonts/fontname/Font-legalities.html - texmf-dist/doc/fonts/fontname/Font-name-lists.html - texmf-dist/doc/fonts/fontname/History.html - texmf-dist/doc/fonts/fontname/ITC-fonts.html - texmf-dist/doc/fonts/fontname/Introduction.html - texmf-dist/doc/fonts/fontname/Linotype-fonts.html - texmf-dist/doc/fonts/fontname/Long-names.html - texmf-dist/doc/fonts/fontname/Long-naming-scheme.html - texmf-dist/doc/fonts/fontname/Makefile - texmf-dist/doc/fonts/fontname/Monotype-fonts.html - texmf-dist/doc/fonts/fontname/Name-mapping-file.html - texmf-dist/doc/fonts/fontname/References.html - texmf-dist/doc/fonts/fontname/Standard-PostScript-fonts.html - texmf-dist/doc/fonts/fontname/Suppliers.html - texmf-dist/doc/fonts/fontname/Typefaces.html - texmf-dist/doc/fonts/fontname/URW-fonts.html - texmf-dist/doc/fonts/fontname/Variants.html - texmf-dist/doc/fonts/fontname/Weights.html - texmf-dist/doc/fonts/fontname/Widths.html - texmf-dist/doc/fonts/fontname/bitstrea.aka - texmf-dist/doc/fonts/fontname/cork.html - texmf-dist/doc/fonts/fontname/dvips.html - texmf-dist/doc/fonts/fontname/fontname.aux - texmf-dist/doc/fonts/fontname/fontname.cp - texmf-dist/doc/fonts/fontname/fontname.html - texmf-dist/doc/fonts/fontname/fontname.pdf - texmf-dist/doc/fonts/fontname/fontname.texi - texmf-dist/doc/fonts/fontname/fontname.toc - texmf-dist/doc/fonts/fontname/index.html - texmf-dist/doc/fonts/fontname/texmext.html - texmf-dist/doc/fonts/fontname/texmital.html - texmf-dist/doc/fonts/fontname/texmsym.html - texmf-dist/doc/fonts/fontname/texnansi.html - texmf-dist/doc/fonts/fontname/texnansx.html - texmf-dist/doc/fonts/fontname/xl2.html - texmf-dist/doc/fonts/fontname/xt2.html - texmf/doc/info/fontname.info + RELOC/doc/fonts/fontname/8a.html + RELOC/doc/fonts/fontname/8r.html + RELOC/doc/fonts/fontname/Adobe-fonts.html + RELOC/doc/fonts/fontname/Apple-fonts.html + RELOC/doc/fonts/fontname/Bitstream-fonts.html + RELOC/doc/fonts/fontname/ChangeLog + RELOC/doc/fonts/fontname/DTC-fonts.html + RELOC/doc/fonts/fontname/Encodings.html + RELOC/doc/fonts/fontname/Filenames-for-fonts.html + RELOC/doc/fonts/fontname/Font-legalities.html + RELOC/doc/fonts/fontname/Font-name-lists.html + RELOC/doc/fonts/fontname/History.html + RELOC/doc/fonts/fontname/ITC-fonts.html + RELOC/doc/fonts/fontname/Introduction.html + RELOC/doc/fonts/fontname/Linotype-fonts.html + RELOC/doc/fonts/fontname/Long-names.html + RELOC/doc/fonts/fontname/Long-naming-scheme.html + RELOC/doc/fonts/fontname/Makefile + RELOC/doc/fonts/fontname/Monotype-fonts.html + RELOC/doc/fonts/fontname/Name-mapping-file.html + RELOC/doc/fonts/fontname/References.html + RELOC/doc/fonts/fontname/Standard-PostScript-fonts.html + RELOC/doc/fonts/fontname/Suppliers.html + RELOC/doc/fonts/fontname/Typefaces.html + RELOC/doc/fonts/fontname/URW-fonts.html + RELOC/doc/fonts/fontname/Variants.html + RELOC/doc/fonts/fontname/Weights.html + RELOC/doc/fonts/fontname/Widths.html + RELOC/doc/fonts/fontname/bitstrea.aka + RELOC/doc/fonts/fontname/cork.html + RELOC/doc/fonts/fontname/dvips.html + RELOC/doc/fonts/fontname/fontname.aux + RELOC/doc/fonts/fontname/fontname.cp + RELOC/doc/fonts/fontname/fontname.html + RELOC/doc/fonts/fontname/fontname.pdf + RELOC/doc/fonts/fontname/fontname.texi + RELOC/doc/fonts/fontname/fontname.toc + RELOC/doc/fonts/fontname/index.html + RELOC/doc/fonts/fontname/texmext.html + RELOC/doc/fonts/fontname/texmital.html + RELOC/doc/fonts/fontname/texmsym.html + RELOC/doc/fonts/fontname/texnansi.html + RELOC/doc/fonts/fontname/texnansx.html + RELOC/doc/fonts/fontname/xl2.html + RELOC/doc/fonts/fontname/xt2.html + RELOC/doc/info/fontname.info catalogue-ctan /info/fontname -catalogue-date 2010-10-25 08:39:19 +0200 +catalogue-date 2012-07-06 23:09:35 +0200 catalogue-license gpl name fontools category Package -revision 29051 +revision 29725 shortdesc Tools to simplify using fonts (especially TT/OTF ones). longdesc This package provides a few tools to ease using fonts longdesc (especially Truetype/Opentype ones) with Latex and fontinst: @@ -50108,14 +50807,14 @@ runfiles size=33 texmf-dist/scripts/fontools/autoinst texmf-dist/scripts/fontools/ot2kpx docfiles size=29 + texmf-dist/doc/man/man1/afm2afm.1 + texmf-dist/doc/man/man1/afm2afm.man1.pdf + texmf-dist/doc/man/man1/autoinst.1 + texmf-dist/doc/man/man1/autoinst.man1.pdf + texmf-dist/doc/man/man1/ot2kpx.1 + texmf-dist/doc/man/man1/ot2kpx.man1.pdf texmf-dist/doc/support/fontools/GPLv2.txt texmf-dist/doc/support/fontools/README - texmf/doc/man/man1/afm2afm.1 - texmf/doc/man/man1/afm2afm.man1.pdf - texmf/doc/man/man1/autoinst.1 - texmf/doc/man/man1/autoinst.man1.pdf - texmf/doc/man/man1/ot2kpx.1 - texmf/doc/man/man1/ot2kpx.man1.pdf catalogue-ctan /fonts/utilities/fontools catalogue-date 2013-02-07 18:45:15 +0100 catalogue-license gpl2 @@ -50131,7 +50830,7 @@ binfiles arch=i386-linux size=3 name fontspec category Package -revision 29412 +revision 30618 shortdesc Advanced font selection in XeLaTeX and LuaLaTeX. relocated 1 longdesc Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an @@ -50140,8 +50839,10 @@ longdesc OpenType fonts through the NFSS in LaTeX running on XeTeX or longdesc LuaTeX engines. The package requires the l3kernel and xparse longdesc bundles from the LaTeX 3 development team. depend kastrup +depend l3kernel +depend l3packages depend lm -runfiles size=49 +runfiles size=48 RELOC/tex/latex/fontspec/fontspec-luatex.sty RELOC/tex/latex/fontspec/fontspec-patches.sty RELOC/tex/latex/fontspec/fontspec-xetex.sty @@ -50153,7 +50854,7 @@ docfiles size=755 RELOC/doc/latex/fontspec/fontspec-example.tex RELOC/doc/latex/fontspec/fontspec-testsuite.pdf RELOC/doc/latex/fontspec/fontspec.pdf -srcfiles size=104 +srcfiles size=103 RELOC/source/latex/fontspec/Makefile RELOC/source/latex/fontspec/fontspec.dtx RELOC/source/latex/fontspec/testsuite/F-alias-feature-option.ltx @@ -50192,14 +50893,16 @@ catalogue-date 2013-03-17 00:29:52 +0100 catalogue-license lppl1.3 catalogue-version v2.3a -name tlwg +name fonts-tlwg category Package -revision 29349 +revision 30477 shortdesc Thai fonts for LaTeX from TLWG. relocated 1 longdesc A collection of free Thai fonts, supplied as FontForge sources, longdesc and with LaTeX .fd files. This package depends on the thailatex longdesc package. +execute addMap nectec.map +execute addMap nf.map execute addMap tlwg.map runfiles size=1216 RELOC/fonts/afm/public/fonts-tlwg/garuda.afm @@ -50598,23 +51301,23 @@ catalogue-version 1.6 name fontware category TLCore -revision 26689 +revision 29764 depend fontware.ARCH docfiles size=12 - texmf/doc/man/man1/pltotf.1 - texmf/doc/man/man1/pltotf.man1.pdf - texmf/doc/man/man1/tftopl.1 - texmf/doc/man/man1/tftopl.man1.pdf - texmf/doc/man/man1/vftovp.1 - texmf/doc/man/man1/vftovp.man1.pdf - texmf/doc/man/man1/vptovf.1 - texmf/doc/man/man1/vptovf.man1.pdf + texmf-dist/doc/man/man1/pltotf.1 + texmf-dist/doc/man/man1/pltotf.man1.pdf + texmf-dist/doc/man/man1/tftopl.1 + texmf-dist/doc/man/man1/tftopl.man1.pdf + texmf-dist/doc/man/man1/vftovp.1 + texmf-dist/doc/man/man1/vftovp.man1.pdf + texmf-dist/doc/man/man1/vptovf.1 + texmf-dist/doc/man/man1/vptovf.man1.pdf name fontware.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of fontware -binfiles arch=i386-linux size=78 +binfiles arch=i386-linux size=84 bin/i386-linux/pltotf bin/i386-linux/tftopl bin/i386-linux/vftovp @@ -51439,7 +52142,7 @@ catalogue-version 1.0 name francais-bst category Package -revision 29464 +revision 30446 shortdesc Bibliographies conforming to French typographic standards. relocated 1 longdesc The package provides bibliographies (in French) conforming to @@ -51454,8 +52157,9 @@ docfiles size=2 RELOC/doc/bibtex/francais-bst/README RELOC/doc/bibtex/francais-bst/francaisbst.tex catalogue-ctan /biblio/bibtex/contrib/francais-bst -catalogue-date 2013-03-21 07:12:07 +0100 +catalogue-date 2013-05-12 22:32:31 +0200 catalogue-license lppl1.3 +catalogue-version 1.1 name frankenstein category Package @@ -51683,7 +52387,7 @@ catalogue-version 1.3 name frenchle category Package -revision 26756 +revision 29803 shortdesc French macros, usable stand-alone or with Babel. relocated 1 longdesc This is a redistribution and repackaging of the late Bernard @@ -51716,24 +52420,6 @@ catalogue-date 2012-05-31 00:57:47 +0200 catalogue-license lppl catalogue-version 5.9995 -name friulan -category Package -revision 25957 -shortdesc Babel/Polyglossia support for Friulan(Furlan). -relocated 1 -longdesc The package provides a language description file that enables -longdesc support of Friulan either with babel or with polyglossia. -runfiles size=2 - RELOC/tex/latex/friulan/friulan.ldf - RELOC/tex/latex/friulan/furlan.ldf -docfiles size=30 - RELOC/doc/latex/friulan/friulan.pdf -srcfiles size=3 - RELOC/source/latex/friulan/friulan.dtx -catalogue-ctan /macros/latex/contrib/babel-contrib/friulan -catalogue-date 2012-04-13 12:36:19 +0200 -catalogue-license lppl1.3 - name frletter category Package revision 15878 @@ -51956,7 +52642,7 @@ catalogue-version 1.2 name fwlw category Package -revision 21548 +revision 29803 shortdesc Get first and last words of a page. relocated 1 longdesc The package extracts the first and last words of a page, @@ -51971,7 +52657,7 @@ docfiles size=12 RELOC/doc/latex/fwlw/fwlw.pdf RELOC/doc/latex/fwlw/fwlw.tex catalogue-ctan /macros/latex/contrib/fwlw -catalogue-date 2011-02-28 15:08:29 +0100 +catalogue-date 2012-06-04 11:02:08 +0200 catalogue-license other-free name gaceta @@ -52060,9 +52746,10 @@ catalogue-license lppl name garuda-c90 category Package -revision 15878 -shortdesc TeX support (from CJK) for the garuda font in thailatex +revision 30642 +shortdesc TeX support (from CJK) for the garuda font relocated 1 +depend fonts-tlwg execute addMap garuda-c90.map runfiles size=6 RELOC/dvips/garuda-c90/config.garuda-c90 @@ -52138,7 +52825,7 @@ catalogue-version 1.8 name gates category Package -revision 28502 +revision 29803 shortdesc Support for writing modular and customisable code. relocated 1 longdesc The package provides the means of writing code in a modular @@ -52398,14 +53085,14 @@ catalogue-version 0.3.1 name gentium category Package -revision 29349 +revision 30378 shortdesc Gentium font and support files. relocated 1 longdesc The package includes TrueType fonts from SIL, files needed to longdesc use them in pdfTeX in multiple encodings (agr, t2a, ec/T1, longdesc texnansi, l7x, qx, t5) and support files for ConTeXt. Other longdesc encodings, and LaTeX support remain to be added. -runfiles size=995 +runfiles size=996 RELOC/fonts/afm/public/gentium/GenBasB.afm RELOC/fonts/afm/public/gentium/GenBasBI.afm RELOC/fonts/afm/public/gentium/GenI102.afm @@ -52461,7 +53148,8 @@ runfiles size=995 RELOC/fonts/truetype/public/gentium/GenBkBasR.ttf RELOC/fonts/truetype/public/gentium/GenI102.ttf RELOC/fonts/truetype/public/gentium/GenR102.ttf - RELOC/tex/context/third/gentium/type-gentium.tex + RELOC/tex/context/third/gentium/type-gentium.mkii + RELOC/tex/context/third/gentium/type-gentium.mkiv docfiles size=29 RELOC/doc/fonts/gentium/Gentium_1.02/FONTLOG.txt RELOC/doc/fonts/gentium/Gentium_1.02/GENTIUM-FAQ.txt @@ -52479,7 +53167,7 @@ srcfiles size=3 RELOC/source/fonts/gentium/gentium-ec-source.enc RELOC/source/fonts/gentium/gentium-t5-source.enc catalogue-ctan /fonts/gentium -catalogue-date 2012-06-19 20:29:15 +0200 +catalogue-date 2013-05-08 20:54:26 +0200 catalogue-license ofl name gentle @@ -52550,7 +53238,7 @@ catalogue-version 5.6 name german category Package -revision 17039 +revision 30567 shortdesc Support for German typography. relocated 1 longdesc Supports the new German orthography (neue deutsche @@ -52569,7 +53257,7 @@ srcfiles size=25 RELOC/source/generic/german/german.dtx RELOC/source/generic/german/german.ins catalogue-ctan /language/german -catalogue-date 2009-09-26 12:32:55 +0200 +catalogue-date 2012-06-19 20:29:15 +0200 catalogue-license lppl catalogue-version 2.5e @@ -53398,7 +54086,7 @@ catalogue-version 1.0 name ghab category Package -revision 29701 +revision 29803 shortdesc Typeset ghab boxes in LaTeX. relocated 1 longdesc The package defines a command \darghab that will typeset its @@ -53418,7 +54106,7 @@ catalogue-version 0.5 name gchords category Package -revision 15878 +revision 29803 shortdesc Typeset guitar chords. relocated 1 longdesc A LaTeX package for typesetting of guitar chord diagrams, @@ -53435,7 +54123,7 @@ docfiles size=22 RELOC/doc/latex/gchords/gchords_doc.tex RELOC/doc/latex/gchords/get2knowu.tex catalogue-ctan /graphics/gchords -catalogue-date 2009-02-12 12:29:53 +0100 +catalogue-date 2012-06-04 13:21:54 +0200 catalogue-license gpl catalogue-version 1.20 @@ -53590,7 +54278,7 @@ catalogue-version 1.0 name glossaries category Package -revision 28305 +revision 30076 shortdesc Create glossaries and lists of acronyms. longdesc The glossaries package supports acronyms and multiple longdesc glossaries, and has provision for operation in several @@ -53644,10 +54332,11 @@ runfiles size=124 texmf-dist/tex/latex/glossaries/styles/glossary-super.sty texmf-dist/tex/latex/glossaries/styles/glossary-superragged.sty texmf-dist/tex/latex/glossaries/styles/glossary-tree.sty -docfiles size=1273 +docfiles size=1463 texmf-dist/doc/latex/glossaries/CHANGES texmf-dist/doc/latex/glossaries/INSTALL texmf-dist/doc/latex/glossaries/README + texmf-dist/doc/latex/glossaries/glossaries-code.pdf texmf-dist/doc/latex/glossaries/glossaries-user.html texmf-dist/doc/latex/glossaries/glossaries-user.pdf texmf-dist/doc/latex/glossaries/glossaries-user.tex @@ -53711,15 +54400,13 @@ docfiles size=1273 texmf-dist/doc/latex/glossaries/samples/samplexdy.tex texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex -srcfiles size=222 +srcfiles size=196 texmf-dist/source/latex/glossaries/glossaries.dtx texmf-dist/source/latex/glossaries/glossaries.ins - texmf-dist/source/latex/glossaries/glossaries.perl - texmf-dist/source/latex/glossaries/mfirstuc.perl catalogue-ctan /macros/latex/contrib/glossaries -catalogue-date 2012-11-19 01:00:35 +0100 +catalogue-date 2013-04-21 21:50:25 +0200 catalogue-license lppl -catalogue-version 3.04 +catalogue-version 3.05 name glossaries.i386-linux category Package @@ -53933,8 +54620,8 @@ catalogue-version v0.98 name gmverse category Package -revision 15878 -shortdesc a package for typesetting (short) poems. +revision 29803 +shortdesc A package for typesetting (short) poems. relocated 1 longdesc A redefinition of the verse environment to make the \\ command longdesc optional for line ends and to give it a possibility of optical @@ -53946,7 +54633,7 @@ docfiles size=55 RELOC/doc/latex/gmverse/README RELOC/doc/latex/gmverse/gmverse.pdf catalogue-ctan /macros/latex/contrib/gmverse -catalogue-date 2008-09-06 11:23:59 +0200 +catalogue-date 2012-05-17 22:49:03 +0200 catalogue-license lppl catalogue-version v0.73 @@ -54059,7 +54746,7 @@ catalogue-license gpl3 name gnuplottex category Package -revision 27919 +revision 29939 shortdesc Embed Gnuplot commands in LaTeX documents. relocated 1 longdesc Gnuplot code is extracted from the document and written to @@ -54079,9 +54766,9 @@ srcfiles size=4 RELOC/source/latex/gnuplottex/gnuplottex.dtx RELOC/source/latex/gnuplottex/gnuplottex.ins catalogue-ctan /macros/latex/contrib/gnuplottex -catalogue-date 2012-10-03 16:32:18 +0200 +catalogue-date 2013-04-14 15:13:16 +0200 catalogue-license gpl2 -catalogue-version 0.4.5 +catalogue-version 0.4.6 name gost category Package @@ -54488,6 +55175,30 @@ catalogue-date 2008-08-21 09:38:31 +0200 catalogue-license lppl catalogue-version 1.0 +name greek-fontenc +category Package +revision 30541 +shortdesc Encoding definition files for Greek fonts. +relocated 1 +longdesc The package provides a successor to the LGR encoding definition +longdesc files supplied with babel, and for the file lgrxenc.def from +longdesc the lgrx bundle. The package defines LICR macros for Greek +longdesc characters, selecting pre-composed glyphs whenever possible, +longdesc and otherwise places diacritics according to established rules. +runfiles size=13 + RELOC/tex/latex/greek-fontenc/lgrenc.def +docfiles size=98 + RELOC/doc/latex/greek-fontenc/README + RELOC/doc/latex/greek-fontenc/README.html + RELOC/doc/latex/greek-fontenc/lgrenc-test.html + RELOC/doc/latex/greek-fontenc/lgrenc-test.pdf + RELOC/doc/latex/greek-fontenc/lgrenc-test.tex + RELOC/doc/latex/greek-fontenc/lgrenc.def.html +catalogue-ctan /language/greek/greek-fontenc +catalogue-date 2013-05-17 00:43:35 +0200 +catalogue-license lppl1.3 +catalogue-version 0.8 + name greek-inputenc category Package revision 15878 @@ -54667,41 +55378,9 @@ catalogue-ctan /fonts/urw/grotesq catalogue-date 2007-11-03 13:04:21 +0100 catalogue-license gpl -name grverb -category Package -revision 17368 -shortdesc Typesetting Greek verbatim. -relocated 1 -longdesc The package provides verbatim typsetting, in the context of the -longdesc Greek option in babel. The package uses the public domain -longdesc Greek-CourierPlain font, and the font itself (in Type 1 -longdesc format), metrics and a font map entry for its use are provided. -execute addMap grverb.map -runfiles size=23 - RELOC/fonts/afm/public/grverb/grkcurp.afm - RELOC/fonts/map/dvips/grverb/grverb.map - RELOC/fonts/tfm/public/grverb/grcour7t.tfm - RELOC/fonts/tfm/public/grverb/grcour8a.tfm - RELOC/fonts/type1/public/grverb/grkcurp.pfb - RELOC/fonts/vf/public/grverb/grcour7t.vf - RELOC/tex/latex/grverb/grverb.sty -docfiles size=56 - RELOC/doc/latex/grverb/README - RELOC/doc/latex/grverb/grv.ps - RELOC/doc/latex/grverb/grv.tex - RELOC/doc/latex/grverb/grverb.pdf -srcfiles size=8 - RELOC/source/latex/grverb/grcour7t.vpl - RELOC/source/latex/grverb/grverb.dtx - RELOC/source/latex/grverb/grverb.ins -catalogue-ctan /language/greek/grverb -catalogue-date 2010-03-06 16:54:30 +0100 -catalogue-license lppl -catalogue-version 1.0 - name gsftopk category TLCore -revision 26689 +revision 29764 shortdesc Convert "ghostscript fonts" to PK files. longdesc Designed for use with xdvi and dvips this utility converts longdesc Adobe Type 1 fonts to PK bitmap format. It should not @@ -54710,20 +55389,20 @@ longdesc applications are now capable of dealing with Type 1 fonts, longdesc direct. depend gsftopk.ARCH runfiles size=2 - texmf/dvips/gsftopk/render.ps + texmf-dist/dvips/gsftopk/render.ps docfiles size=5 - texmf/doc/man/man1/gsftopk.1 - texmf/doc/man/man1/gsftopk.man1.pdf + texmf-dist/doc/man/man1/gsftopk.1 + texmf-dist/doc/man/man1/gsftopk.man1.pdf catalogue-ctan /fonts/utilities/gsftopk -catalogue-date 2009-11-09 22:36:07 +0100 +catalogue-date 2012-07-13 12:47:32 +0200 catalogue-license gpl catalogue-version 1.19.2 name gsftopk.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of gsftopk -binfiles arch=i386-linux size=20 +binfiles arch=i386-linux size=22 bin/i386-linux/gsftopk name GS1 @@ -56831,7 +57510,7 @@ catalogue-version 0.0(beta) name hletter category Package -revision 24583 +revision 30002 shortdesc Flexible letter typesetting with flexible page headings. relocated 1 longdesc The package permits the user to specify easily, with the aid of @@ -56848,7 +57527,7 @@ runfiles size=12 RELOC/tex/latex/hletter/hletter.cls RELOC/tex/latex/hletter/hsetup.sty RELOC/tex/latex/hletter/mergeh.sty -docfiles size=1197 +docfiles size=1215 RELOC/doc/latex/hletter/Bruennhilde.eps RELOC/doc/latex/hletter/Bruennhilde.jpg RELOC/doc/latex/hletter/Gccs.eps @@ -56864,13 +57543,13 @@ docfiles size=1197 RELOC/doc/latex/hletter/signat.eps RELOC/doc/latex/hletter/signat.jpg catalogue-ctan /macros/latex/contrib/hletter -catalogue-date 2011-11-09 11:05:43 +0100 +catalogue-date 2013-04-17 11:54:35 +0200 catalogue-license lppl1.2 -catalogue-version 4.1 +catalogue-version 4.2 name hobby category Package -revision 27584 +revision 29895 shortdesc An implementation of Hobby's algorithm for PGF/TikZ. relocated 1 longdesc This package defines a path generation function for PGF/TikZ @@ -56878,22 +57557,22 @@ longdesc which implements Hobby's algorithm for a path built out of longdesc Bezier curves which passes through a given set of points. The longdesc path thus generated may by used as a TikZ 'to path'. The longdesc implementation is in LaTeX3. -runfiles size=13 +runfiles size=19 RELOC/tex/latex/hobby/hobby.code.tex RELOC/tex/latex/hobby/pgflibraryhobby.code.tex RELOC/tex/latex/hobby/pml3array.sty RELOC/tex/latex/hobby/tikzlibraryhobby.code.tex -docfiles size=107 - RELOC/doc/latex/hobby/README +docfiles size=136 + RELOC/doc/latex/hobby/README.txt RELOC/doc/latex/hobby/hobby_doc.pdf RELOC/doc/latex/hobby/hobby_doc.tex -srcfiles size=20 +srcfiles size=27 RELOC/source/latex/hobby/hobby.dtx RELOC/source/latex/hobby/hobby.ins catalogue-ctan /graphics/pgf/contrib/hobby -catalogue-date 2012-09-03 17:33:43 +0200 +catalogue-date 2013-04-15 11:53:39 +0200 catalogue-license lppl1.3 -catalogue-version 1 +catalogue-version 1.2 name hobete category Package @@ -56920,6 +57599,30 @@ catalogue-ctan /macros/latex/contrib/beamer-contrib/hobete catalogue-date 2012-06-26 15:55:21 +0200 catalogue-license lppl +name horoscop +category Package +revision 30530 +shortdesc Generate astrological charts in LaTeX. +relocated 1 +longdesc The horoscop package provides a unified interface for +longdesc astrological font packages; typesetting with pict2e of standard +longdesc wheel charts and some variations, in PostScript- and PDF- +longdesc generating TeX engines; and access to external calculation +longdesc software (Astrolog and Swiss Ephemeris) for computing object +longdesc positions. +runfiles size=14 + RELOC/tex/latex/horoscop/horoscop.sty +docfiles size=172 + RELOC/doc/latex/horoscop/README + RELOC/doc/latex/horoscop/horoscop.pdf +srcfiles size=76 + RELOC/source/latex/horoscop/horoscop.dtx + RELOC/source/latex/horoscop/horoscop.ins +catalogue-ctan /macros/latex/contrib/horoscop +catalogue-date 2013-05-17 13:43:39 +0200 +catalogue-license pd +catalogue-version 0.92 + name hpsdiss category Package revision 15878 @@ -57282,7 +57985,7 @@ catalogue-version 4.2d name hyperxmp category Package -revision 28809 +revision 30003 shortdesc Embed XMP metadata within a LaTeX document. relocated 1 longdesc XMP (eXtensible Metadata Platform) is a mechanism proposed by @@ -57311,7 +58014,7 @@ longdesc documents; it is compatible with pdflatex, xelatex, longdesc latex+dvipdfm, and latex+dvips+ps2pdf. runfiles size=7 RELOC/tex/latex/hyperxmp/hyperxmp.sty -docfiles size=197 +docfiles size=158 RELOC/doc/latex/hyperxmp/README RELOC/doc/latex/hyperxmp/hyperxmp.pdf srcfiles size=49 @@ -57321,9 +58024,9 @@ srcfiles size=49 RELOC/source/latex/hyperxmp/hyperxmp.dtx RELOC/source/latex/hyperxmp/hyperxmp.ins catalogue-ctan /macros/latex/contrib/hyperxmp -catalogue-date 2013-01-10 10:32:14 +0100 -catalogue-license lppl -catalogue-version 2.3 +catalogue-date 2013-04-17 11:24:27 +0200 +catalogue-license lppl1.3 +catalogue-version 2.3a name hyphen-afrikaans category TLCore @@ -57340,8 +58043,9 @@ execute AddHyphen name=afrikaans lefthyphenmin=1 righthyphenmin=2 file=loadh name hyphen-ancientgreek category TLCore -revision 25990 +revision 29725 shortdesc Ancient Greek hyphenation patterns. +relocated 1 longdesc Hyphenation patterns for Ancient Greek in LGR and UTF-8 longdesc encodings, including support for (obsolete) Ibycus font longdesc encoding. Patterns in UTF-8 use two code positions for each of @@ -57352,8 +58056,8 @@ depend hyph-utf8 execute AddHyphen name=ancientgreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-grc.tex file_patterns=hyph-grc.pat.txt file_exceptions= execute AddHyphen name=ibycus lefthyphenmin=2 righthyphenmin=2 file=ibyhyph.tex luaspecial="disabled:8-bit only" runfiles size=16 - texmf/tex/generic/hyphen/grahyph5.tex - texmf/tex/generic/hyphen/ibyhyph.tex + RELOC/tex/generic/hyphen/grahyph5.tex + RELOC/tex/generic/hyphen/ibyhyph.tex name hyphen-arabic category TLCore @@ -57400,18 +58104,19 @@ catalogue-version 2.3c name hyphen-base category TLCore -revision 29197 +revision 30625 +relocated 1 runfiles size=23 - texmf/tex/generic/config/language.dat - texmf/tex/generic/config/language.dat.lua - texmf/tex/generic/config/language.def - texmf/tex/generic/config/language.us - texmf/tex/generic/config/language.us.def - texmf/tex/generic/config/language.us.lua - texmf/tex/generic/hyphen/dumyhyph.tex - texmf/tex/generic/hyphen/hyphen.tex - texmf/tex/generic/hyphen/hypht1.tex - texmf/tex/generic/hyphen/zerohyph.tex + RELOC/tex/generic/config/language.dat + RELOC/tex/generic/config/language.dat.lua + RELOC/tex/generic/config/language.def + RELOC/tex/generic/config/language.us + RELOC/tex/generic/config/language.us.def + RELOC/tex/generic/config/language.us.lua + RELOC/tex/generic/hyphen/dumyhyph.tex + RELOC/tex/generic/hyphen/hyphen.tex + RELOC/tex/generic/hyphen/hypht1.tex + RELOC/tex/generic/hyphen/zerohyph.tex name hyphen-basque category TLCore @@ -57649,10 +58354,22 @@ depend hyphen-base depend hyph-utf8 execute AddHyphen name=galician lefthyphenmin=2 righthyphenmin=2 file=loadhyph-gl.tex file_patterns=hyph-gl.pat.txt file_exceptions= +name hyphen-georgian +category TLCore +revision 30326 +shortdesc Georgian hyphenation patterns. +relocated 1 +longdesc Hyphenation patterns for Georgian in T8M, T8K and UTF-8 +longdesc encodings. +depend hyphen-base +depend hyph-utf8 +execute AddHyphen name=georgian lefthyphenmin=2 righthyphenmin=3 file=loadhyph-ka.tex file_patterns=hyph-ka.pat.txt file_exceptions= + name hyphen-german category TLCore -revision 23085 +revision 29725 shortdesc German hyphenation patterns. +relocated 1 longdesc Hyphenation patterns for German in T1/EC and UTF-8 encodings, longdesc for traditional and reformed spelling, including Swiss German. longdesc The package includes the latest patterns from dehyph-exptl @@ -57669,16 +58386,17 @@ execute AddHyphen name=german lefthyphenmin=2 righthyphenmin=2 file=loadhyph execute AddHyphen name=ngerman lefthyphenmin=2 righthyphenmin=2 file=loadhyph-de-1996.tex file_patterns=hyph-de-1996.pat.txt file_exceptions= execute AddHyphen name=swissgerman lefthyphenmin=2 righthyphenmin=2 file=loadhyph-de-ch-1901.tex file_patterns=hyph-de-ch-1901.pat.txt file_exceptions= runfiles size=57 - texmf/tex/generic/hyphen/dehyphn.tex - texmf/tex/generic/hyphen/dehypht.tex - texmf/tex/generic/hyphen/dehyphtex.tex - texmf/tex/generic/hyphen/ghyphen.README + RELOC/tex/generic/hyphen/dehyphn.tex + RELOC/tex/generic/hyphen/dehypht.tex + RELOC/tex/generic/hyphen/dehyphtex.tex + RELOC/tex/generic/hyphen/ghyphen.README name hyphen-greek category TLCore -revision 25990 +revision 29725 catalogue elhyphen shortdesc Modern Greek hyphenation patterns. +relocated 1 longdesc Hyphenation patterns for Modern Greek in monotonic and longdesc polytonic spelling in LGR and UTF-8 encodings. Patterns in longdesc UTF-8 use two code positions for each of the vowels with acute @@ -57688,39 +58406,40 @@ depend hyph-utf8 execute AddHyphen name=monogreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-el-monoton.tex file_patterns=hyph-el-monoton.pat.txt file_exceptions= execute AddHyphen name=greek synonyms=polygreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-el-polyton.tex file_patterns=hyph-el-polyton.pat.txt file_exceptions= runfiles size=6 - texmf/tex/generic/hyphen/grmhyph5.tex - texmf/tex/generic/hyphen/grphyph5.tex + RELOC/tex/generic/hyphen/grmhyph5.tex + RELOC/tex/generic/hyphen/grphyph5.tex docfiles size=463 - texmf/doc/generic/elhyphen/README - texmf/doc/generic/elhyphen/anc-test.ltx - texmf/doc/generic/elhyphen/anc-test.pdf - texmf/doc/generic/elhyphen/ancient.pdf - texmf/doc/generic/elhyphen/compound.ltx - texmf/doc/generic/elhyphen/compound.pdf - texmf/doc/generic/elhyphen/copyrite.txt - texmf/doc/generic/elhyphen/modern.pdf + RELOC/doc/generic/elhyphen/README + RELOC/doc/generic/elhyphen/anc-test.ltx + RELOC/doc/generic/elhyphen/anc-test.pdf + RELOC/doc/generic/elhyphen/ancient.pdf + RELOC/doc/generic/elhyphen/compound.ltx + RELOC/doc/generic/elhyphen/compound.pdf + RELOC/doc/generic/elhyphen/copyrite.txt + RELOC/doc/generic/elhyphen/modern.pdf catalogue-ctan /language/hyphenation/elhyphen -catalogue-date 2008-07-24 15:32:45 +0200 +catalogue-date 2012-05-25 14:41:32 +0200 catalogue-license other-free catalogue-version 5 name hyphen-hungarian category TLCore -revision 23085 +revision 29725 catalogue hungarian shortdesc Hungarian hyphenation patterns. +relocated 1 longdesc Hyphenation patterns for Hungarian in T1/EC and UTF-8 longdesc encodings. From https://github.com/nagybence/huhyphn/. depend hyphen-base depend hyph-utf8 execute AddHyphen name=hungarian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-hu.tex file_patterns=hyph-hu.pat.txt file_exceptions= docfiles size=48 - texmf/doc/generic/huhyphen/huhyphn.pdf - texmf/doc/generic/huhyphen/hyph_hu.dic - texmf/doc/generic/huhyphen/searchforerrors.rb - texmf/doc/generic/huhyphen/testhyphenation.rb + RELOC/doc/generic/huhyphen/huhyphn.pdf + RELOC/doc/generic/huhyphen/hyph_hu.dic + RELOC/doc/generic/huhyphen/searchforerrors.rb + RELOC/doc/generic/huhyphen/testhyphenation.rb catalogue-ctan /language/hungarian/hyphenation -catalogue-date 2009-09-27 14:03:04 +0200 +catalogue-date 2012-06-19 22:38:05 +0200 catalogue-license gpl name hyphen-chinese @@ -58063,6 +58782,16 @@ depend hyphen-base depend hyph-utf8 execute AddHyphen name=swedish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-sv.tex file_patterns=hyph-sv.pat.txt file_exceptions= +name hyphen-thai +category TLCore +revision 30605 +shortdesc Thai hyphenation patterns. +relocated 1 +longdesc Hyphenation patterns for Thai in LTH and UTF-8 encodings. +depend hyphen-base +depend hyph-utf8 +execute AddHyphen name=thai lefthyphenmin=2 righthyphenmin=3 file=loadhyph-th.tex file_patterns=hyph-th.pat.txt file_exceptions= + name hyphen-turkish category TLCore revision 23085 @@ -58133,7 +58862,7 @@ execute AddHyphen name=welsh lefthyphenmin=2 righthyphenmin=3 file=loadhyph- name hyph-utf8 category Package -revision 29641 +revision 30360 shortdesc Hyphenation patterns expressed in UTF-8. relocated 1 longdesc Modern native UTF-8 engines such as XeTeX and LuaTeX need @@ -58147,14 +58876,16 @@ longdesc older systems. Since hyphenation patterns for Knuthian-style longdesc TeX systems are only read at iniTeX time, it is hoped that the longdesc UTF-8 patterns, with their converters, will completely supplant longdesc the older patterns. -runfiles size=2047 +runfiles size=2130 RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex + RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex + RELOC/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex @@ -58191,6 +58922,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex + RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-ka.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex @@ -58220,6 +58952,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex + RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex @@ -58246,6 +58979,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex + RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-ka.t8m.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex @@ -58264,6 +58998,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex + RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex RELOC/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex @@ -58313,6 +59048,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex + RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex @@ -58344,6 +59080,7 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex + RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex RELOC/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex @@ -58492,6 +59229,10 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-it.hyp.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-it.lic.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-ka.chr.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-ka.hyp.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-ka.lic.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-ka.pat.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.chr.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.hyp.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.lic.txt @@ -58608,6 +59349,10 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-te.hyp.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-th.chr.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-th.hyp.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-th.lic.txt + RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-tk.chr.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-tk.hyp.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-tk.lic.txt @@ -58625,7 +59370,6 @@ runfiles size=2047 RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.lic.txt RELOC/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt RELOC/tex/luatex/hyph-utf8/etex.src - RELOC/tex/luatex/hyph-utf8/hyphen.cfg RELOC/tex/luatex/hyph-utf8/luatex-hyphen.lua docfiles size=267 RELOC/doc/generic/hyph-utf8/CHANGES @@ -58644,7 +59388,7 @@ docfiles size=267 RELOC/doc/generic/hyph-utf8/sa/hyphenmin.txt RELOC/doc/luatex/hyph-utf8/README RELOC/doc/luatex/hyph-utf8/luatex-hyphen.pdf -srcfiles size=84 +srcfiles size=88 RELOC/source/generic/hyph-utf8/README RELOC/source/generic/hyph-utf8/contributed/make-exhyph.pl RELOC/source/generic/hyph-utf8/data/encodings/ec.dat @@ -58652,8 +59396,10 @@ srcfiles size=84 RELOC/source/generic/hyph-utf8/data/encodings/il3.dat RELOC/source/generic/hyph-utf8/data/encodings/l7x.dat RELOC/source/generic/hyph-utf8/data/encodings/lmc.dat + RELOC/source/generic/hyph-utf8/data/encodings/lth.dat RELOC/source/generic/hyph-utf8/data/encodings/qx.dat RELOC/source/generic/hyph-utf8/data/encodings/t2a.dat + RELOC/source/generic/hyph-utf8/data/encodings/t8m.dat RELOC/source/generic/hyph-utf8/data/encodings/texnansi.dat RELOC/source/generic/hyph-utf8/generate-converters.rb RELOC/source/generic/hyph-utf8/generate-pattern-loaders.rb @@ -58684,7 +59430,7 @@ srcfiles size=84 RELOC/source/luatex/hyph-utf8/Makefile RELOC/source/luatex/hyph-utf8/luatex-hyphen.dtx catalogue-ctan /language/hyph-utf8 -catalogue-date 2013-02-21 09:30:41 +0100 +catalogue-date 2013-05-08 01:16:25 +0200 catalogue-license other-free name hyplain @@ -59292,7 +60038,7 @@ catalogue-license gpl name chemmacros category Package -revision 29263 +revision 30082 shortdesc A collection of macros to support typesetting chemistry documents. relocated 1 longdesc The package offers a collection of macros and commands which @@ -59432,7 +60178,7 @@ runfiles size=1500 RELOC/tex/latex/chemmacros/pictures/ghsystem_skull.jpg RELOC/tex/latex/chemmacros/pictures/ghsystem_skull.pdf RELOC/tex/latex/chemmacros/pictures/ghsystem_skull.png -docfiles size=719 +docfiles size=734 RELOC/doc/latex/chemmacros/README RELOC/doc/latex/chemmacros/chemformula_test_sub_and_superscripts.tex RELOC/doc/latex/chemmacros/chemmacros_de.pdf @@ -59442,13 +60188,13 @@ docfiles size=719 RELOC/doc/latex/chemmacros/chemmacros_it.pdf RELOC/doc/latex/chemmacros/chemmacros_it.tex catalogue-ctan /macros/latex/contrib/chemmacros -catalogue-date 2013-02-27 10:06:57 +0100 +catalogue-date 2013-04-21 12:55:17 +0200 catalogue-license lppl1.3 -catalogue-version 3.6 +catalogue-version 3.6b name chemnum category Package -revision 28883 +revision 30024 shortdesc A method of numbering chemical compounds. relocated 1 longdesc The package defines a \label- and \ref-like commands for @@ -59468,9 +60214,9 @@ docfiles size=650 RELOC/doc/latex/chemnum/scheme-bla.ps RELOC/doc/latex/chemnum/scheme-tmp.ps catalogue-ctan /macros/latex/contrib/chemnum -catalogue-date 2013-01-20 14:29:49 +0100 +catalogue-date 2013-04-18 11:12:49 +0200 catalogue-license lppl1.3 -catalogue-version 0.6 +catalogue-version 0.6a name chemstyle category Package @@ -59817,33 +60563,34 @@ catalogue-version 0.1 name chktex category TLCore -revision 26693 +revision 29821 shortdesc Check for errors in LaTeX documents. longdesc The program reports typographic and other errors in LaTeX longdesc documents. Filters are also provided for checking the LaTeX longdesc parts of CWEB documents. depend chktex.ARCH -runfiles size=6 - texmf/chktex/chktexrc - texmf/scripts/chktex/deweb.pl -docfiles size=61 - texmf/doc/chktex/ChkTeX.pdf - texmf/doc/man/man1/chktex.1 - texmf/doc/man/man1/chktex.man1.pdf - texmf/doc/man/man1/chkweb.1 - texmf/doc/man/man1/chkweb.man1.pdf - texmf/doc/man/man1/deweb.1 - texmf/doc/man/man1/deweb.man1.pdf +runfiles size=8 + texmf-dist/chktex/chktexrc + texmf-dist/scripts/chktex/chkweb.sh + texmf-dist/scripts/chktex/deweb.pl +docfiles size=65 + texmf-dist/doc/chktex/ChkTeX.pdf + texmf-dist/doc/man/man1/chktex.1 + texmf-dist/doc/man/man1/chktex.man1.pdf + texmf-dist/doc/man/man1/chkweb.1 + texmf-dist/doc/man/man1/chkweb.man1.pdf + texmf-dist/doc/man/man1/deweb.1 + texmf-dist/doc/man/man1/deweb.man1.pdf catalogue-ctan /support/chktex -catalogue-date 2012-04-08 14:01:59 +0200 +catalogue-date 2012-12-29 15:06:49 +0100 catalogue-license gpl -catalogue-version 1.6.6 +catalogue-version 1.7.1 name chktex.i386-linux category TLCore -revision 26340 +revision 30088 shortdesc i386-linux files of chktex -binfiles arch=i386-linux size=19 +binfiles arch=i386-linux size=33 bin/i386-linux/chktex bin/i386-linux/chkweb bin/i386-linux/deweb @@ -60804,7 +61551,7 @@ catalogue-version 5.1 name imsproc category Package -revision 29701 +revision 29803 shortdesc Typeset IMS conference proceedings. relocated 1 longdesc The class typesets papers for IMS (Iranian Mathematical @@ -61635,7 +62382,7 @@ catalogue-version 2.1 name ipaex category Package -revision 25360 +revision 29849 shortdesc IPA and IPAex fonts from Information-technology Promotion Agency, Japan. relocated 1 longdesc The fonts provide fixed-width glyphs for Kana and Kanji @@ -61652,6 +62399,872 @@ catalogue-ctan /fonts/ipaex catalogue-date 2011-11-03 09:19:42 +0100 catalogue-license other-free +name ipaex-type1 +category Package +revision 30557 +shortdesc IPAex fonts converted to Type-1 format Unicode subfonts. +relocated 1 +longdesc The package contains the IPAex Fonts converted into Unicode +longdesc subfonts in Type1 format, which is most suitable for use with +longdesc the CJK package. Font conversion was done with ttf2pt1. +execute addMap ipaex-type1.map +runfiles size=4266 + RELOC/fonts/map/dvips/ipaex-type1/ipaex-type1.map + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-ot1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-t1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-ts1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u00.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u01.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u02.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u03.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u04.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u1e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u1f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u20.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u21.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u22.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u23.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u24.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u25.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u26.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u27.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u29.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u2e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u2f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u30.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u31.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u32.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u33.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u34.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u35.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u36.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u37.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u38.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u39.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u3f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u40.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u41.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u42.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u43.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u44.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u45.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u46.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u47.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u48.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u49.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u4f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u50.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u51.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u52.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u53.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u54.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u55.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u56.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u57.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u58.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u59.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u5f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u60.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u61.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u62.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u63.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u64.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u65.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u66.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u67.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u68.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u69.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u6f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u70.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u71.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u72.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u73.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u74.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u75.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u76.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u77.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u78.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u79.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u7f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u80.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u81.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u82.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u83.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u84.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u85.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u86.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u87.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u88.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u89.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u8f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u90.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u91.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u92.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u93.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u94.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u95.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u96.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u97.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u98.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u99.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-u9f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-uf0.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-uf8.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-uf9.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-ufa.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-ufe.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-r-uff.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-ot1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-t1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-ts1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u00.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u01.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u02.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u03.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u04.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u1e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u1f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u20.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u21.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u22.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u23.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u24.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u25.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u26.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u27.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u29.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u2e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u2f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u30.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u31.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u32.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u33.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u34.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u35.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u36.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u37.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u38.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u39.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u3f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u40.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u41.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u42.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u43.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u44.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u45.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u46.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u47.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u48.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u49.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u4f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u50.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u51.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u52.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u53.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u54.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u55.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u56.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u57.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u58.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u59.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u5f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u60.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u61.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u62.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u63.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u64.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u65.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u66.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u67.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u68.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u69.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u6f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u70.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u71.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u72.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u73.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u74.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u75.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u76.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u77.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u78.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u79.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u7f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u80.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u81.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u82.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u83.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u84.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u85.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u86.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u87.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u88.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u89.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u8f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u90.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u91.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u92.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u93.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u94.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u95.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u96.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u97.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u98.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u99.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-u9f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-uf8.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-uf9.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-ufa.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-ufe.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxg-ro-uff.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-ot1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-t1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-ts1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u00.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u01.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u02.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u03.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u04.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u1e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u1f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u20.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u21.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u22.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u23.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u24.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u25.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u26.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u27.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u29.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u2e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u2f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u30.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u31.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u32.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u33.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u34.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u35.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u36.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u37.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u38.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u39.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u3f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u40.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u41.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u42.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u43.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u44.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u45.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u46.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u47.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u48.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u49.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u4f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u50.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u51.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u52.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u53.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u54.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u55.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u56.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u57.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u58.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u59.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u5f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u60.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u61.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u62.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u63.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u64.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u65.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u66.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u67.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u68.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u69.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u6f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u70.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u71.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u72.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u73.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u74.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u75.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u76.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u77.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u78.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u79.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u7f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u80.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u81.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u82.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u83.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u84.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u85.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u86.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u87.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u88.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u89.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u8f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u90.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u91.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u92.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u93.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u94.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u95.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u96.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u97.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u98.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u99.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-u9f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-uf0.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-uf8.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-uf9.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-ufa.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-ufe.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-r-uff.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-ot1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-t1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-ts1.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u00.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u01.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u02.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u03.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u04.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u1e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u1f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u20.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u21.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u22.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u23.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u24.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u25.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u26.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u27.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u29.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u2e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u2f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u30.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u31.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u32.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u33.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u34.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u35.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u36.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u37.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u38.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u39.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u3f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u40.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u41.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u42.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u43.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u44.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u45.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u46.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u47.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u48.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u49.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u4f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u50.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u51.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u52.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u53.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u54.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u55.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u56.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u57.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u58.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u59.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u5f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u60.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u61.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u62.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u63.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u64.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u65.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u66.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u67.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u68.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u69.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u6f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u70.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u71.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u72.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u73.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u74.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u75.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u76.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u77.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u78.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u79.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u7f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u80.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u81.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u82.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u83.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u84.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u85.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u86.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u87.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u88.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u89.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u8f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u90.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u91.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u92.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u93.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u94.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u95.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u96.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u97.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u98.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u99.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9a.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9b.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9c.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9d.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9e.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-u9f.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-uf8.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-uf9.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-ufa.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-ufe.tfm + RELOC/fonts/tfm/public/ipaex-type1/ipxm-ro-uff.tfm + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-ot1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-t1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-ts1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u00.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u01.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u02.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u03.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u04.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u1e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u1f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u20.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u21.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u22.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u23.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u24.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u25.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u26.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u27.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u29.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u2e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u2f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u30.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u31.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u32.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u33.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u34.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u35.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u36.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u37.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u38.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u39.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u3f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u40.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u41.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u42.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u43.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u44.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u45.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u46.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u47.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u48.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u49.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u4f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u50.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u51.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u52.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u53.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u54.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u55.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u56.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u57.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u58.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u59.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u5f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u60.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u61.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u62.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u63.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u64.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u65.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u66.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u67.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u68.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u69.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u6f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u70.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u71.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u72.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u73.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u74.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u75.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u76.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u77.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u78.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u79.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u7f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u80.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u81.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u82.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u83.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u84.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u85.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u86.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u87.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u88.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u89.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u8f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u90.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u91.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u92.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u93.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u94.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u95.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u96.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u97.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u98.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u99.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-u9f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-uf0.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-uf8.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-uf9.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-ufa.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-ufe.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxg-r-uff.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-ot1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-t1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-ts1.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u00.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u01.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u02.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u03.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u04.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u1e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u1f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u20.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u21.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u22.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u23.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u24.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u25.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u26.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u27.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u29.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u2e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u2f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u30.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u31.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u32.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u33.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u34.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u35.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u36.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u37.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u38.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u39.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u3f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u40.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u41.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u42.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u43.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u44.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u45.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u46.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u47.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u48.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u49.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u4f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u50.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u51.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u52.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u53.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u54.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u55.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u56.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u57.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u58.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u59.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u5f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u60.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u61.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u62.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u63.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u64.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u65.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u66.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u67.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u68.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u69.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u6f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u70.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u71.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u72.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u73.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u74.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u75.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u76.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u77.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u78.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u79.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u7f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u80.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u81.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u82.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u83.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u84.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u85.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u86.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u87.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u88.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u89.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u8f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u90.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u91.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u92.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u93.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u94.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u95.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u96.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u97.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u98.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u99.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9a.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9b.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9c.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9d.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9e.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-u9f.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-uf0.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-uf8.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-uf9.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-ufa.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-ufe.pfb + RELOC/fonts/type1/public/ipaex-type1/ipxm-r-uff.pfb + RELOC/tex/latex/ipaex-type1/c70ipxg.fd + RELOC/tex/latex/ipaex-type1/c70ipxga.fd + RELOC/tex/latex/ipaex-type1/c70ipxm.fd + RELOC/tex/latex/ipaex-type1/c70ipxma.fd + RELOC/tex/latex/ipaex-type1/ot1ipxg.fd + RELOC/tex/latex/ipaex-type1/ot1ipxm.fd + RELOC/tex/latex/ipaex-type1/t1ipxg.fd + RELOC/tex/latex/ipaex-type1/t1ipxm.fd + RELOC/tex/latex/ipaex-type1/ts1ipxg.fd + RELOC/tex/latex/ipaex-type1/ts1ipxm.fd +docfiles size=28 + RELOC/doc/fonts/ipaex-type1/LICENSE + RELOC/doc/fonts/ipaex-type1/README-en + RELOC/doc/fonts/ipaex-type1/README-ja + RELOC/doc/fonts/ipaex-type1/c70ipxg.fdx + RELOC/doc/fonts/ipaex-type1/c70ipxga.fdx + RELOC/doc/fonts/ipaex-type1/c70ipxm.fdx + RELOC/doc/fonts/ipaex-type1/c70ipxma.fdx +catalogue-ctan /fonts/ipaex-type1 +catalogue-date 2013-05-18 17:41:16 +0200 +catalogue-license other-free +catalogue-version 0.3a + name isodate category Package revision 16613 @@ -62857,7 +64470,7 @@ catalogue-version 1.12 name japanese-otf category Package -revision 25939 +revision 29929 shortdesc Advanced font selection for platex and its friends. relocated 1 longdesc The package contains pLaTeX support files and virtual fonts for @@ -62865,9 +64478,8 @@ longdesc supporting a wide variety of fonts in LaTeX using the pTeX longdesc engine. execute addKanjiMap otf-cktx.map execute addKanjiMap otf-@kanjiEmbed@.map -runfiles size=28654 +runfiles size=31495 RELOC/fonts/map/dvipdfmx/japanese-otf/otf-cktx.map - RELOC/fonts/map/dvipdfmx/japanese-otf/otf-noEmbed.map RELOC/fonts/ofm/public/japanese-otf/hirakaku-w3-h.ofm RELOC/fonts/ofm/public/japanese-otf/hirakaku-w3-v.ofm RELOC/fonts/ofm/public/japanese-otf/hirakaku-w6-h.ofm @@ -62880,6 +64492,8 @@ runfiles size=28654 RELOC/fonts/ofm/public/japanese-otf/hiramin-w6-v.ofm RELOC/fonts/ofm/public/japanese-otf/otf-cjgb-h.ofm RELOC/fonts/ofm/public/japanese-otf/otf-cjgb-v.ofm + RELOC/fonts/ofm/public/japanese-otf/otf-cjge-h.ofm + RELOC/fonts/ofm/public/japanese-otf/otf-cjge-v.ofm RELOC/fonts/ofm/public/japanese-otf/otf-cjgr-h.ofm RELOC/fonts/ofm/public/japanese-otf/otf-cjgr-v.ofm RELOC/fonts/ofm/public/japanese-otf/otf-cjmb-h.ofm @@ -62894,6 +64508,10 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/brsgexpgothb-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgexpgothbn-h.tfm RELOC/fonts/tfm/public/japanese-otf/brsgexpgothbn-v.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgexpgotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgexpgotheb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgexpgothebn-h.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgexpgothebn-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgexpgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/brsgexpgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgexpgothrn-h.tfm @@ -62920,6 +64538,8 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothbn-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgnmlgotheb-h.tfm RELOC/fonts/tfm/public/japanese-otf/brsgnmlgotheb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothebn-h.tfm + RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothebn-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/brsgnmlgothrn-h.tfm @@ -62984,6 +64604,18 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/cidjgb4-v.tfm RELOC/fonts/tfm/public/japanese-otf/cidjgb5-h.tfm RELOC/fonts/tfm/public/japanese-otf/cidjgb5-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge0-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge0-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge1-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge1-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge2-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge2-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge3-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge3-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge4-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge4-v.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge5-h.tfm + RELOC/fonts/tfm/public/japanese-otf/cidjge5-v.tfm RELOC/fonts/tfm/public/japanese-otf/cidjgr0-h.tfm RELOC/fonts/tfm/public/japanese-otf/cidjgr0-v.tfm RELOC/fonts/tfm/public/japanese-otf/cidjgr1-h.tfm @@ -63088,6 +64720,10 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/expgothb-v.tfm RELOC/fonts/tfm/public/japanese-otf/expgothbn-h.tfm RELOC/fonts/tfm/public/japanese-otf/expgothbn-v.tfm + RELOC/fonts/tfm/public/japanese-otf/expgotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf/expgotheb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/expgothebn-h.tfm + RELOC/fonts/tfm/public/japanese-otf/expgothebn-v.tfm RELOC/fonts/tfm/public/japanese-otf/expgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/expgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/expgothrn-h.tfm @@ -63114,6 +64750,8 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/hgothbn-v.tfm RELOC/fonts/tfm/public/japanese-otf/hgotheb-h.tfm RELOC/fonts/tfm/public/japanese-otf/hgotheb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/hgothebn-h.tfm + RELOC/fonts/tfm/public/japanese-otf/hgothebn-v.tfm RELOC/fonts/tfm/public/japanese-otf/hgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/hgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/hgothrn-h.tfm @@ -63150,6 +64788,8 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/nmlgothbn-v.tfm RELOC/fonts/tfm/public/japanese-otf/nmlgotheb-h.tfm RELOC/fonts/tfm/public/japanese-otf/nmlgotheb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/nmlgothebn-h.tfm + RELOC/fonts/tfm/public/japanese-otf/nmlgothebn-v.tfm RELOC/fonts/tfm/public/japanese-otf/nmlgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/nmlgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/nmlgothrn-h.tfm @@ -63176,6 +64816,8 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/otf-ccmr-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-cjgb-h.tfm RELOC/fonts/tfm/public/japanese-otf/otf-cjgb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-cjge-h.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-cjge-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-cjgr-h.tfm RELOC/fonts/tfm/public/japanese-otf/otf-cjgr-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-cjmb-h.tfm @@ -63202,6 +64844,10 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/otf-ujgb-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-ujgbn-h.tfm RELOC/fonts/tfm/public/japanese-otf/otf-ujgbn-v.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-ujge-h.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-ujge-v.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-ujgen-h.tfm + RELOC/fonts/tfm/public/japanese-otf/otf-ujgen-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-ujgr-h.tfm RELOC/fonts/tfm/public/japanese-otf/otf-ujgr-v.tfm RELOC/fonts/tfm/public/japanese-otf/otf-ujgrn-h.tfm @@ -63242,6 +64888,8 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/phiraminw6-v.tfm RELOC/fonts/tfm/public/japanese-otf/rubygothb-h.tfm RELOC/fonts/tfm/public/japanese-otf/rubygothb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/rubygotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf/rubygotheb-v.tfm RELOC/fonts/tfm/public/japanese-otf/rubygothr-h.tfm RELOC/fonts/tfm/public/japanese-otf/rubygothr-v.tfm RELOC/fonts/tfm/public/japanese-otf/rubymgothr-h.tfm @@ -63412,6 +65060,70 @@ runfiles size=28654 RELOC/fonts/tfm/public/japanese-otf/utfjgbne-v.tfm RELOC/fonts/tfm/public/japanese-otf/utfjgbnf-h.tfm RELOC/fonts/tfm/public/japanese-otf/utfjgbnf-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge0-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge0-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge1-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge1-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge2-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge2-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge3-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge3-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge4-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge4-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge5-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge5-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge6-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge6-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge7-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge7-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge8-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge8-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge9-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjge9-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgea-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgea-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgeb-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgeb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgec-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgec-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjged-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjged-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgee-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgee-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgef-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgef-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen0-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen0-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen1-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen1-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen2-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen2-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen3-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen3-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen4-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen4-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen5-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen5-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen6-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen6-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen7-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen7-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen8-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen8-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen9-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgen9-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgena-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgena-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenb-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenb-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenc-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenc-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgend-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgend-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgene-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgene-v.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenf-h.tfm + RELOC/fonts/tfm/public/japanese-otf/utfjgenf-v.tfm RELOC/fonts/tfm/public/japanese-otf/utfjgr0-h.tfm RELOC/fonts/tfm/public/japanese-otf/utfjgr0-v.tfm RELOC/fonts/tfm/public/japanese-otf/utfjgr1-h.tfm @@ -63896,6 +65608,10 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/brsgexpgothb-v.vf RELOC/fonts/vf/public/japanese-otf/brsgexpgothbn-h.vf RELOC/fonts/vf/public/japanese-otf/brsgexpgothbn-v.vf + RELOC/fonts/vf/public/japanese-otf/brsgexpgotheb-h.vf + RELOC/fonts/vf/public/japanese-otf/brsgexpgotheb-v.vf + RELOC/fonts/vf/public/japanese-otf/brsgexpgothebn-h.vf + RELOC/fonts/vf/public/japanese-otf/brsgexpgothebn-v.vf RELOC/fonts/vf/public/japanese-otf/brsgexpgothr-h.vf RELOC/fonts/vf/public/japanese-otf/brsgexpgothr-v.vf RELOC/fonts/vf/public/japanese-otf/brsgexpgothrn-h.vf @@ -63922,6 +65638,8 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/brsgnmlgothbn-v.vf RELOC/fonts/vf/public/japanese-otf/brsgnmlgotheb-h.vf RELOC/fonts/vf/public/japanese-otf/brsgnmlgotheb-v.vf + RELOC/fonts/vf/public/japanese-otf/brsgnmlgothebn-h.vf + RELOC/fonts/vf/public/japanese-otf/brsgnmlgothebn-v.vf RELOC/fonts/vf/public/japanese-otf/brsgnmlgothr-h.vf RELOC/fonts/vf/public/japanese-otf/brsgnmlgothr-v.vf RELOC/fonts/vf/public/japanese-otf/brsgnmlgothrn-h.vf @@ -63986,6 +65704,18 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/cidjgb4-v.vf RELOC/fonts/vf/public/japanese-otf/cidjgb5-h.vf RELOC/fonts/vf/public/japanese-otf/cidjgb5-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge0-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge0-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge1-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge1-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge2-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge2-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge3-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge3-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge4-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge4-v.vf + RELOC/fonts/vf/public/japanese-otf/cidjge5-h.vf + RELOC/fonts/vf/public/japanese-otf/cidjge5-v.vf RELOC/fonts/vf/public/japanese-otf/cidjgr0-h.vf RELOC/fonts/vf/public/japanese-otf/cidjgr0-v.vf RELOC/fonts/vf/public/japanese-otf/cidjgr1-h.vf @@ -64090,6 +65820,10 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/expgothb-v.vf RELOC/fonts/vf/public/japanese-otf/expgothbn-h.vf RELOC/fonts/vf/public/japanese-otf/expgothbn-v.vf + RELOC/fonts/vf/public/japanese-otf/expgotheb-h.vf + RELOC/fonts/vf/public/japanese-otf/expgotheb-v.vf + RELOC/fonts/vf/public/japanese-otf/expgothebn-h.vf + RELOC/fonts/vf/public/japanese-otf/expgothebn-v.vf RELOC/fonts/vf/public/japanese-otf/expgothr-h.vf RELOC/fonts/vf/public/japanese-otf/expgothr-v.vf RELOC/fonts/vf/public/japanese-otf/expgothrn-h.vf @@ -64116,6 +65850,8 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/nmlgothbn-v.vf RELOC/fonts/vf/public/japanese-otf/nmlgotheb-h.vf RELOC/fonts/vf/public/japanese-otf/nmlgotheb-v.vf + RELOC/fonts/vf/public/japanese-otf/nmlgothebn-h.vf + RELOC/fonts/vf/public/japanese-otf/nmlgothebn-v.vf RELOC/fonts/vf/public/japanese-otf/nmlgothr-h.vf RELOC/fonts/vf/public/japanese-otf/nmlgothr-v.vf RELOC/fonts/vf/public/japanese-otf/nmlgothrn-h.vf @@ -64148,6 +65884,8 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/phiraminw6-v.vf RELOC/fonts/vf/public/japanese-otf/rubygothb-h.vf RELOC/fonts/vf/public/japanese-otf/rubygothb-v.vf + RELOC/fonts/vf/public/japanese-otf/rubygotheb-h.vf + RELOC/fonts/vf/public/japanese-otf/rubygotheb-v.vf RELOC/fonts/vf/public/japanese-otf/rubygothr-h.vf RELOC/fonts/vf/public/japanese-otf/rubygothr-v.vf RELOC/fonts/vf/public/japanese-otf/rubymgothr-h.vf @@ -64318,6 +66056,70 @@ runfiles size=28654 RELOC/fonts/vf/public/japanese-otf/utfjgbne-v.vf RELOC/fonts/vf/public/japanese-otf/utfjgbnf-h.vf RELOC/fonts/vf/public/japanese-otf/utfjgbnf-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge0-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge0-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge1-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge1-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge2-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge2-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge3-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge3-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge4-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge4-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge5-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge5-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge6-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge6-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge7-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge7-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge8-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge8-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjge9-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjge9-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgea-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgea-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgeb-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgeb-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgec-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgec-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjged-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjged-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgee-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgee-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgef-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgef-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen0-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen0-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen1-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen1-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen2-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen2-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen3-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen3-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen4-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen4-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen5-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen5-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen6-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen6-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen7-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen7-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen8-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen8-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen9-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgen9-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgena-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgena-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenb-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenb-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenc-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenc-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgend-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgend-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgene-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgene-v.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenf-h.vf + RELOC/fonts/vf/public/japanese-otf/utfjgenf-v.vf RELOC/fonts/vf/public/japanese-otf/utfjgr0-h.vf RELOC/fonts/vf/public/japanese-otf/utfjgr0-v.vf RELOC/fonts/vf/public/japanese-otf/utfjgr1-h.vf @@ -64802,8 +66604,9 @@ runfiles size=28654 RELOC/tex/platex/japanese-otf/mlcid.sty RELOC/tex/platex/japanese-otf/otf-hangul.dfu RELOC/tex/platex/japanese-otf/redeffont.sty -docfiles size=13 +docfiles size=16 RELOC/doc/fonts/japanese-otf/COPYRIGHT + RELOC/doc/fonts/japanese-otf/otf-script-gteb.diff RELOC/doc/fonts/japanese-otf/readme.en.txt RELOC/doc/fonts/japanese-otf/readme.txt RELOC/doc/fonts/japanese-otf/test/brsgtest.tex @@ -64835,13 +66638,13 @@ srcfiles size=110 RELOC/source/fonts/japanese-otf/script/mkutfvf.pl RELOC/source/fonts/japanese-otf/script/mkvpkana.pl catalogue-ctan /language/japanese/japanese-otf -catalogue-date 2012-04-11 09:22:31 +0200 +catalogue-date 2013-04-14 10:19:50 +0200 catalogue-license other-free -catalogue-version v1.7b5 +catalogue-version v1.7b5.1 name japanese-otf-uptex category Package -revision 26985 +revision 29931 shortdesc Support for Japanese OTF files in upLaTeX. relocated 1 longdesc The bundle offers support of the fonts in the japanese-otf @@ -64849,8 +66652,7 @@ longdesc package, for use with the UpTeX distribution (version 0.20 or longdesc later). depend japanese-otf execute addKanjiMap otf-up-@kanjiEmbed@.map -runfiles size=11402 - RELOC/fonts/map/dvipdfmx/japanese-otf-uptex/otf-up-noEmbed.map +runfiles size=12447 RELOC/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp @@ -64923,6 +66725,34 @@ runfiles size=11402 RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgbv-v.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgbz-h.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgbz-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgej-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgej-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgek-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgek-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgel-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgel-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgem-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgem-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgen-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgen-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeo-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeo-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgep-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgep-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeq-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeq-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjger-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjger-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjges-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjges-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjget-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjget-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeu-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgeu-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgev-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgev-v.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgez-h.ovp + RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgez-v.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgrj-h.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgrj-v.ovp RELOC/fonts/ovp/public/japanese-otf-uptex/utfjgrk-h.ovp @@ -65141,6 +66971,8 @@ runfiles size=11402 RELOC/fonts/ovp/public/japanese-otf-uptex/utftmrz-v.ovp RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-h.tfm @@ -65167,6 +66999,8 @@ runfiles size=11402 RELOC/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgothb-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgothb-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgothr-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upexpgothr-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-h.tfm @@ -65207,6 +67041,8 @@ runfiles size=11402 RELOC/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygothr-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/uprubygothr-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-h.tfm @@ -65289,6 +67125,34 @@ runfiles size=11402 RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgbv-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgbz-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgbz-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgej-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgej-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgek-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgek-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgel-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgel-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgem-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgem-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgen-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgen-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeo-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeo-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgep-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgep-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeq-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeq-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjger-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjger-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjges-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjges-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjget-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjget-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeu-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgeu-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgev-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgev-v.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgez-h.tfm + RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgez-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgrj-h.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgrj-v.tfm RELOC/fonts/tfm/public/japanese-otf-uptex/utfjgrk-h.tfm @@ -65507,6 +67371,8 @@ runfiles size=11402 RELOC/fonts/tfm/public/japanese-otf-uptex/utftmrz-v.tfm RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-h.vf @@ -65533,6 +67399,8 @@ runfiles size=11402 RELOC/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/upexpgothb-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/upexpgothb-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/upexpgotheb-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/upexpgotheb-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/upexpgothr-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/upexpgothr-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/upexpmgothr-h.vf @@ -65559,6 +67427,8 @@ runfiles size=11402 RELOC/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/uprubygotheb-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/uprubygotheb-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/uprubygothr-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/uprubygothr-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/uprubymgothr-h.vf @@ -65641,6 +67511,34 @@ runfiles size=11402 RELOC/fonts/vf/public/japanese-otf-uptex/utfjgbv-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/utfjgbz-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/utfjgbz-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgej-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgej-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgek-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgek-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgel-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgel-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgem-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgem-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgen-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgen-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeo-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeo-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgep-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgep-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeq-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeq-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjger-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjger-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjges-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjges-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjget-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjget-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeu-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgeu-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgev-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgev-v.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgez-h.vf + RELOC/fonts/vf/public/japanese-otf-uptex/utfjgez-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/utfjgrj-h.vf RELOC/fonts/vf/public/japanese-otf-uptex/utfjgrj-v.vf RELOC/fonts/vf/public/japanese-otf-uptex/utfjgrk-h.vf @@ -65859,10 +67757,11 @@ runfiles size=11402 RELOC/fonts/vf/public/japanese-otf-uptex/utftmrz-v.vf RELOC/tex/platex/japanese-otf-uptex/mlutf.sty RELOC/tex/platex/japanese-otf-uptex/otf.sty -docfiles size=26 +docfiles size=28 RELOC/doc/fonts/japanese-otf-uptex/00otf-uptex.txt RELOC/doc/fonts/japanese-otf-uptex/COPYRIGHT RELOC/doc/fonts/japanese-otf-uptex/README + RELOC/doc/fonts/japanese-otf-uptex/otf-script-gteb.diff RELOC/doc/fonts/japanese-otf-uptex/test/uplatex/Makefile RELOC/doc/fonts/japanese-otf-uptex/test/uplatex/sp_cns_utf.tex RELOC/doc/fonts/japanese-otf-uptex/test/uplatex/sp_gb_utf.tex @@ -65891,9 +67790,9 @@ srcfiles size=36 RELOC/source/fonts/japanese-otf-uptex/umakeotf_brsg RELOC/source/fonts/japanese-otf-uptex/umkjvf catalogue-ctan /language/japanese/japanese-otf-uptex -catalogue-date 2012-07-10 11:04:52 +0200 +catalogue-date 2013-04-14 10:19:50 +0200 catalogue-license other-free -catalogue-version 0.11 +catalogue-version 0.11.1 name japanese category Package @@ -65920,58 +67819,111 @@ catalogue-version 1.3 name jfontmaps category Package -revision 29349 -shortdesc Font maps for Japanese fonts. +revision 30011 +shortdesc Font maps and configuration tools for Japanese fonts. longdesc The package offers font maps, and supporting material, that longdesc make various Japanese fonts available to users of (u)ptex and longdesc related programs or formats. depend jfontmaps.ARCH -runfiles size=34 - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-hiragino.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-ipa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-ipaex.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-kozuka.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-morisawa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-hiragino.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-ipa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-ipaex.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-kozuka.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/otf-up-morisawa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-ipa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-ipaex.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-ipa.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-ipaex.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa-04.map - texmf-dist/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa.map +runfiles size=82 + texmf-dist/fonts/cmap/jfontmaps/2004-H + texmf-dist/fonts/cmap/jfontmaps/2004-V + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-hiragino-pron.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-up-hiragino-pron.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-hiragino.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-up-hiragino.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/otf-ipa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/otf-up-ipa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/ptex-ipa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipa/uptex-ipa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-ipaex.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-up-ipaex.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/ptex-ipaex.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ipaex/uptex-ipaex.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-kozuka-pr6.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-up-kozuka-pr6.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-kozuka-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-up-kozuka-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-kozuka.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-up-kozuka.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-morisawa-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-up-morisawa-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-morisawa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-up-morisawa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/otf-ms.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/otf-up-ms.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/ptex-ms.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/ms/uptex-ms.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-noEmbed.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-up-noEmbed.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed-04.map + texmf-dist/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed.map + texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh + texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl - texmf-dist/scripts/jfontmaps/updmap-setup-kanji-sys.sh - texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl -docfiles size=4 +docfiles size=7 texmf-dist/doc/fonts/jfontmaps/ChangeLog + texmf-dist/doc/fonts/jfontmaps/ChangeLog.pre-git texmf-dist/doc/fonts/jfontmaps/README - texmf-dist/doc/fonts/jfontmaps/updmap-otf.sh + texmf-dist/doc/fonts/jfontmaps/examples/otf-sample-04.tex + texmf-dist/doc/fonts/jfontmaps/examples/otf-sample.tex + texmf-dist/doc/fonts/jfontmaps/examples/ptex-sample.tex +srcfiles size=254 + texmf-dist/source/jfontmaps/jis04cmap_exp/JISX0213-2004-H + texmf-dist/source/jfontmaps/jis04cmap_exp/JISX0213-2004-V + texmf-dist/source/jfontmaps/jis04cmap_exp/README + texmf-dist/source/jfontmaps/jis04cmap_exp/cmapdec.lua + texmf-dist/source/jfontmaps/jis04cmap_exp/jis-h04-httk.pdf + texmf-dist/source/jfontmaps/jis04cmap_exp/jis-h04-httk.tex + texmf-dist/source/jfontmaps/jis04cmap_exp/jis-v04-vttk.pdf + texmf-dist/source/jfontmaps/jis04cmap_exp/jis-v04-vttk.tex + texmf-dist/source/jfontmaps/jis04cmap_exp/jisx0213-2004-8bit-std.txt + texmf-dist/source/jfontmaps/jis04cmap_exp/mk_jis_to_aj16_cid.lua + texmf-dist/source/jfontmaps/script/updmap-otf.sh + texmf-dist/source/jfontmaps/tools/mkmap.lua + texmf-dist/source/jfontmaps/tools/release.sh catalogue-ctan /language/japanese/jfontmaps -catalogue-date 2012-04-27 17:19:37 +0200 +catalogue-date 2013-04-11 22:52:04 +0200 catalogue-license gpl3 name jfontmaps.i386-linux category Package -revision 29112 +revision 29848 shortdesc i386-linux files of jfontmaps binfiles arch=i386-linux size=3 + bin/i386-linux/kanji-config-updmap + bin/i386-linux/kanji-config-updmap-sys bin/i386-linux/kanji-fontmap-creator - bin/i386-linux/updmap-setup-kanji - bin/i386-linux/updmap-setup-kanji-sys name jknapltx category Package @@ -66149,14 +68101,14 @@ catalogue-version 1.2.2 name jsclasses category Package -revision 18430 +revision 30647 shortdesc Classes tailored for use with Japanese. relocated 1 longdesc Classes jsarticle and jsbook are provided, together with longdesc packages okumacro, okuverb and morisawa. These classes are longdesc designed to work under ASCII Corporation's Japanese TeX system longdesc ptex. -runfiles size=62 +runfiles size=63 RELOC/tex/platex/jsclasses/jsarticle.cls RELOC/tex/platex/jsclasses/jsbook.cls RELOC/tex/platex/jsclasses/jspf.cls @@ -66166,7 +68118,14 @@ runfiles size=62 RELOC/tex/platex/jsclasses/morisawa.sty RELOC/tex/platex/jsclasses/okumacro.sty RELOC/tex/platex/jsclasses/okuverb.sty -srcfiles size=63 +docfiles size=162 + RELOC/doc/platex/jsclasses/README + RELOC/doc/platex/jsclasses/jsclasses.pdf + RELOC/doc/platex/jsclasses/jsverb.pdf + RELOC/doc/platex/jsclasses/morisawa.pdf + RELOC/doc/platex/jsclasses/okumacro.pdf + RELOC/doc/platex/jsclasses/okuverb.pdf +srcfiles size=61 RELOC/source/platex/jsclasses/jsclasses.dtx RELOC/source/platex/jsclasses/jsclasses.ins RELOC/source/platex/jsclasses/jsverb.dtx @@ -66178,7 +68137,7 @@ srcfiles size=63 RELOC/source/platex/jsclasses/okuverb.dtx RELOC/source/platex/jsclasses/okuverb.ins catalogue-ctan /macros/latex/contrib/jsclasses -catalogue-date 2007-12-08 14:15:18 +0100 +catalogue-date 2013-05-20 17:36:30 +0200 catalogue-license bsd name js-misc @@ -67327,6 +69286,118 @@ catalogue-date 2012-01-05 01:27:26 +0100 catalogue-license lppl1.3 catalogue-version v0.5 +name koma-script-examples +category Package +revision 29940 +shortdesc Examples from the KOMA-Script book. +relocated 1 +longdesc This package contains some examples from the 4th edition of the +longdesc book <<KOMA-Script--Eine Sammlung von Klassen und Paketen fur +longdesc LaTeX2e>> by Markus Kohm and Jens-Uwe Morawski. There are no +longdesc further descriptions of these examples. +docfiles size=392 + RELOC/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf + RELOC/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty + RELOC/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex + RELOC/doc/latex/koma-script-examples/Anhang-C/result/floattrick.pdf + RELOC/doc/latex/koma-script-examples/Anhang-C/source/floattrick.tex + RELOC/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponA.pdf + RELOC/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponB.pdf + RELOC/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponA.tex + RELOC/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponB.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefDIN.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefSN.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefbak3.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefdup.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/brieflft.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/brieflfu.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefnow.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefrag2.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefwbk.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefwbk2.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/result/briefwbt2.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/source/CaptainHook-1.pdf + RELOC/doc/latex/koma-script-examples/Anhang-E/source/SNslhead.lco + RELOC/doc/latex/koma-script-examples/Anhang-E/source/asymTypB.lco + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefDIN.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefSN.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefbak3.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefdup.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/brieflft.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/brieflfu.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefnow.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefrag2.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/brieftemplate.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefwbk.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefwbk2.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/briefwbt2.tex + RELOC/doc/latex/koma-script-examples/Anhang-E/source/dateup.lco + RELOC/doc/latex/koma-script-examples/Anhang-E/source/nowindow.lco + RELOC/doc/latex/koma-script-examples/Anhang-F/result/letter-label.pdf + RELOC/doc/latex/koma-script-examples/Anhang-F/source/labelbasic.lco + RELOC/doc/latex/koma-script-examples/Anhang-F/source/letter-label.tex + RELOC/doc/latex/koma-script-examples/Anhang-F/source/settleford600label.lco + RELOC/doc/latex/koma-script-examples/Kapitel-14/result/remarkexample.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-14/source/remarkbox.sty + RELOC/doc/latex/koma-script-examples/Kapitel-14/source/remarkexample.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-0.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-1.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-10.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-11.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-12.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-13.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-14.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-15.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-16.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-17.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-18.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-19.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-2.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-20.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-21.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-22.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-23.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-3.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-4.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-5.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-6.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-7.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-8.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/result/letter-9.pdf + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/ich.lco + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-0.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-1.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-10.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-11.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-12.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-13.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-14.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-15.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-16.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-17.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-18.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-19.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-2.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-20.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-21.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-22.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-23.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-3.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-4.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-5.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-6.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-7.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-8.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/letter-9.tex + RELOC/doc/latex/koma-script-examples/Kapitel-4/source/musterlogo.pdf + RELOC/doc/latex/koma-script-examples/LEGAL.txt + RELOC/doc/latex/koma-script-examples/LEGAL_DE.txt + RELOC/doc/latex/koma-script-examples/LIESMICH.txt + RELOC/doc/latex/koma-script-examples/README +catalogue-ctan /info/examples/KOMA-Script-4 +catalogue-date 2013-04-11 22:56:41 +0200 +catalogue-license lppl + name koma-script-sfs category Package revision 26137 @@ -67351,20 +69422,21 @@ catalogue-version 1.0 name koma-script category TLCore -revision 27255 +revision 29774 shortdesc A bundle of versatile classes and packages relocated 1 longdesc The KOMA-Script bundle provides drop-in replacements for the longdesc article/report/book classes with emphasis on typography and longdesc versatility. There is also a letter class, different from all -longdesc other letter classes. It also offers e.g. a package for -longdesc calculated type areas in the way laid down by the typographer -longdesc Jan Tschichold, a package for easily changing and defining of -longdesc page styles, a package for getting not only the current date -longdesc but also the name of day and a package for getting current -longdesc time. All these packages may be used not only with KOMA-Script -longdesc classes but also with standard classes. Since every package has -longdesc its own version number, the number below is only the version of +longdesc other letter classes. The bundle also offers: - a package for +longdesc calculating type areas in the way laid down by the typographer +longdesc Jan Tschichold, - a package for easily changing and defining +longdesc page styles, - a package scrdate for getting not only the +longdesc current date but also the name of the day, and - a package +longdesc scrtime for getting the current time. All these packages may be +longdesc used not only with KOMA-Script classes but also with the +longdesc standard classes. Since every package has its own version +longdesc number, the version number quoted only refers to the version of longdesc scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are longdesc the main parts of the bundle. runfiles size=2733 @@ -67590,13 +69662,13 @@ runfiles size=2733 RELOC/tex/latex/koma-script/typearea.sty RELOC/tex/latex/koma-script/visualize.lco catalogue-ctan /macros/latex/contrib/koma-script -catalogue-date 2012-07-30 11:22:32 +0200 +catalogue-date 2013-02-07 17:36:02 +0100 catalogue-license lppl catalogue-version 3.11b name kpathsea category TLCore -revision 28792 +revision 30218 shortdesc Path searching library for TeX-related files. longdesc Kpathsea is a library and utility programs which provide path longdesc searching facilities for TeX file types, including the self- @@ -67606,75 +69678,75 @@ longdesc separately, but rather is released and maintained as part of longdesc the TeX live sources. depend kpathsea.ARCH runfiles size=50 - texmf/web2c/amiga-pl.tcx - texmf/web2c/cp1250cs.tcx - texmf/web2c/cp1250pl.tcx - texmf/web2c/cp1250t1.tcx - texmf/web2c/cp227.tcx - texmf/web2c/cp852-cs.tcx - texmf/web2c/cp852-pl.tcx - texmf/web2c/cp8bit.tcx - texmf/web2c/empty.tcx - texmf/web2c/fmtutil.cnf - texmf/web2c/il1-t1.tcx - texmf/web2c/il2-cs.tcx - texmf/web2c/il2-pl.tcx - texmf/web2c/il2-t1.tcx - texmf/web2c/kam-cs.tcx - texmf/web2c/kam-t1.tcx - texmf/web2c/macce-pl.tcx - texmf/web2c/macce-t1.tcx - texmf/web2c/maz-pl.tcx - texmf/web2c/mktex.cnf - texmf/web2c/mktex.opt - texmf/web2c/mktexdir - texmf/web2c/mktexdir.opt - texmf/web2c/mktexnam - texmf/web2c/mktexnam.opt - texmf/web2c/mktexupd - texmf/web2c/natural.tcx - texmf/web2c/tcvn-t5.tcx - texmf/web2c/texmf.cnf - texmf/web2c/viscii-t5.tcx -docfiles size=565 - texmf/doc/info/dir - texmf/doc/info/kpathsea.info - texmf/doc/info/tds.info - texmf/doc/info/web2c.info - texmf/doc/kpathsea/kpathsea.html - texmf/doc/kpathsea/kpathsea.pdf - texmf/doc/man/man1/kpseaccess.1 - texmf/doc/man/man1/kpseaccess.man1.pdf - texmf/doc/man/man1/kpsereadlink.1 - texmf/doc/man/man1/kpsereadlink.man1.pdf - texmf/doc/man/man1/kpsestat.1 - texmf/doc/man/man1/kpsestat.man1.pdf - texmf/doc/man/man1/kpsewhich.1 - texmf/doc/man/man1/kpsewhich.man1.pdf - texmf/doc/man/man1/mkocp.1 - texmf/doc/man/man1/mkocp.man1.pdf - texmf/doc/man/man1/mkofm.1 - texmf/doc/man/man1/mkofm.man1.pdf - texmf/doc/man/man1/mktexfmt.1 - texmf/doc/man/man1/mktexfmt.man1.pdf - texmf/doc/man/man1/mktexlsr.1 - texmf/doc/man/man1/mktexlsr.man1.pdf - texmf/doc/man/man1/mktexmf.1 - texmf/doc/man/man1/mktexmf.man1.pdf - texmf/doc/man/man1/mktexpk.1 - texmf/doc/man/man1/mktexpk.man1.pdf - texmf/doc/man/man1/mktextfm.1 - texmf/doc/man/man1/mktextfm.man1.pdf - texmf/doc/man/man1/texhash.1 - texmf/doc/man/man1/texhash.man1.pdf - texmf/doc/web2c/web2c.html - texmf/doc/web2c/web2c.pdf + texmf-dist/web2c/amiga-pl.tcx + texmf-dist/web2c/cp1250cs.tcx + texmf-dist/web2c/cp1250pl.tcx + texmf-dist/web2c/cp1250t1.tcx + texmf-dist/web2c/cp227.tcx + texmf-dist/web2c/cp852-cs.tcx + texmf-dist/web2c/cp852-pl.tcx + texmf-dist/web2c/cp8bit.tcx + texmf-dist/web2c/empty.tcx + texmf-dist/web2c/fmtutil.cnf + texmf-dist/web2c/il1-t1.tcx + texmf-dist/web2c/il2-cs.tcx + texmf-dist/web2c/il2-pl.tcx + texmf-dist/web2c/il2-t1.tcx + texmf-dist/web2c/kam-cs.tcx + texmf-dist/web2c/kam-t1.tcx + texmf-dist/web2c/macce-pl.tcx + texmf-dist/web2c/macce-t1.tcx + texmf-dist/web2c/maz-pl.tcx + texmf-dist/web2c/mktex.cnf + texmf-dist/web2c/mktex.opt + texmf-dist/web2c/mktexdir + texmf-dist/web2c/mktexdir.opt + texmf-dist/web2c/mktexnam + texmf-dist/web2c/mktexnam.opt + texmf-dist/web2c/mktexupd + texmf-dist/web2c/natural.tcx + texmf-dist/web2c/tcvn-t5.tcx + texmf-dist/web2c/texmf.cnf + texmf-dist/web2c/viscii-t5.tcx +docfiles size=566 + texmf-dist/doc/info/dir + texmf-dist/doc/info/kpathsea.info + texmf-dist/doc/info/tds.info + texmf-dist/doc/info/web2c.info + texmf-dist/doc/kpathsea/kpathsea.html + texmf-dist/doc/kpathsea/kpathsea.pdf + texmf-dist/doc/man/man1/kpseaccess.1 + texmf-dist/doc/man/man1/kpseaccess.man1.pdf + texmf-dist/doc/man/man1/kpsereadlink.1 + texmf-dist/doc/man/man1/kpsereadlink.man1.pdf + texmf-dist/doc/man/man1/kpsestat.1 + texmf-dist/doc/man/man1/kpsestat.man1.pdf + texmf-dist/doc/man/man1/kpsewhich.1 + texmf-dist/doc/man/man1/kpsewhich.man1.pdf + texmf-dist/doc/man/man1/mkocp.1 + texmf-dist/doc/man/man1/mkocp.man1.pdf + texmf-dist/doc/man/man1/mkofm.1 + texmf-dist/doc/man/man1/mkofm.man1.pdf + texmf-dist/doc/man/man1/mktexfmt.1 + texmf-dist/doc/man/man1/mktexfmt.man1.pdf + texmf-dist/doc/man/man1/mktexlsr.1 + texmf-dist/doc/man/man1/mktexlsr.man1.pdf + texmf-dist/doc/man/man1/mktexmf.1 + texmf-dist/doc/man/man1/mktexmf.man1.pdf + texmf-dist/doc/man/man1/mktexpk.1 + texmf-dist/doc/man/man1/mktexpk.man1.pdf + texmf-dist/doc/man/man1/mktextfm.1 + texmf-dist/doc/man/man1/mktextfm.man1.pdf + texmf-dist/doc/man/man1/texhash.1 + texmf-dist/doc/man/man1/texhash.man1.pdf + texmf-dist/doc/web2c/web2c.html + texmf-dist/doc/web2c/web2c.pdf catalogue-date 2012-03-14 12:38:42 +0100 catalogue-license lgpl name kpathsea.i386-linux category TLCore -revision 27347 +revision 30088 shortdesc i386-linux files of kpathsea binfiles arch=i386-linux size=38 bin/i386-linux/kpseaccess @@ -67692,7 +69764,7 @@ binfiles arch=i386-linux size=38 name kpfonts category Package -revision 21964 +revision 29803 shortdesc A complete set of fonts for text and mathematics. relocated 1 longdesc The family contains text fonts in roman, sans-serif and @@ -69638,7 +71710,7 @@ docfiles size=567 RELOC/doc/fonts/kpfonts/kpfonts.tex RELOC/doc/fonts/kpfonts/readme.txt catalogue-ctan /fonts/kpfonts -catalogue-date 2010-12-31 19:35:04 +0100 +catalogue-date 2012-07-05 15:28:28 +0200 catalogue-license gpl catalogue-version 3.31 @@ -70434,25 +72506,25 @@ catalogue-version 13 name lacheck category TLCore -revision 26689 +revision 29764 shortdesc LaTeX checker. longdesc Lacheck is a tool for finding common mistakes in LaTeX longdesc documents. The distribution includes sources, and executables longdesc for OS/2 and Win32 environments. depend lacheck.ARCH runfiles size=3 - texmf/doc/man/man1/lacheck.1 - texmf/doc/man/man1/lacheck.man1.pdf + texmf-dist/doc/man/man1/lacheck.1 + texmf-dist/doc/man/man1/lacheck.man1.pdf catalogue-ctan /support/lacheck -catalogue-date 2010-12-21 21:15:21 +0100 +catalogue-date 2012-06-24 00:35:21 +0200 catalogue-license gpl catalogue-version 1.26 name lacheck.i386-linux category TLCore -revision 22641 +revision 30088 shortdesc i386-linux files of lacheck -binfiles arch=i386-linux size=14 +binfiles arch=i386-linux size=15 bin/i386-linux/lacheck name lambda @@ -70842,7 +72914,7 @@ catalogue-license lppl1.3 name latex-bin category TLCore -revision 26689 +revision 29764 shortdesc LaTeX executables and man pages. depend latex depend latex-bin.ARCH @@ -70851,10 +72923,10 @@ execute AddFormat name=pdflatex engine=pdftex patterns=language.dat execute AddFormat name=dvilualatex engine=luatex patterns=language.dat,language.dat.lua options="dvilualatex.ini" execute AddFormat name=lualatex engine=luatex patterns=language.dat,language.dat.lua options="lualatex.ini" docfiles size=9 - texmf/doc/man/man1/latex.1 - texmf/doc/man/man1/latex.man1.pdf - texmf/doc/man/man1/pdflatex.1 - texmf/doc/man/man1/pdflatex.man1.pdf + texmf-dist/doc/man/man1/latex.1 + texmf-dist/doc/man/man1/latex.man1.pdf + texmf-dist/doc/man/man1/pdflatex.1 + texmf-dist/doc/man/man1/pdflatex.man1.pdf name latex-bin.i386-linux category TLCore @@ -70948,7 +73020,7 @@ catalogue-license gpl name latexdiff category Package -revision 28564 +revision 29752 shortdesc Determine and mark up significant differences between latex files. longdesc Latexdiff is a Perl script for visual mark up and revision of longdesc significant differences between two latex files. Various @@ -70966,6 +73038,12 @@ runfiles size=44 texmf-dist/scripts/latexdiff/latexdiff.pl texmf-dist/scripts/latexdiff/latexrevise.pl docfiles size=168 + texmf-dist/doc/man/man1/latexdiff-vc.1 + texmf-dist/doc/man/man1/latexdiff-vc.man1.pdf + texmf-dist/doc/man/man1/latexdiff.1 + texmf-dist/doc/man/man1/latexdiff.man1.pdf + texmf-dist/doc/man/man1/latexrevise.1 + texmf-dist/doc/man/man1/latexrevise.man1.pdf texmf-dist/doc/support/latexdiff/COPYING texmf-dist/doc/support/latexdiff/README texmf-dist/doc/support/latexdiff/contrib/README.latexchanges @@ -70979,14 +73057,8 @@ docfiles size=168 texmf-dist/doc/support/latexdiff/example/example-rev.tex texmf-dist/doc/support/latexdiff/latexdiff texmf-dist/doc/support/latexdiff/latexdiff-fast - texmf/doc/man/man1/latexdiff-vc.1 - texmf/doc/man/man1/latexdiff-vc.man1.pdf - texmf/doc/man/man1/latexdiff.1 - texmf/doc/man/man1/latexdiff.man1.pdf - texmf/doc/man/man1/latexrevise.1 - texmf/doc/man/man1/latexrevise.man1.pdf catalogue-ctan /support/latexdiff -catalogue-date 2012-12-17 12:24:58 +0100 +catalogue-date 2012-12-18 12:31:15 +0100 catalogue-license gpl catalogue-version 1.0.2 @@ -72634,7 +74706,7 @@ catalogue-license lppl name latex-veryshortguide category Package -revision 28917 +revision 29803 shortdesc The Very Short Guide to LaTeX. relocated 1 longdesc This is a 4-page reminder of what LaTeX does. It is designed @@ -72828,46 +74900,48 @@ catalogue-license lppl name latex2e-help-texinfo-spanish category Package -revision 24109 +revision 29725 +relocated 1 docfiles size=740 - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt - texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml - texmf/doc/info/latex2e-es.info + RELOC/doc/info/latex2e-es.info + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt + RELOC/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml name latex2e-help-texinfo category Package -revision 26333 +revision 30487 shortdesc Unoffical reference manual covering LaTeX2e. +relocated 1 longdesc The manual is provided as Texinfo source (which was originally longdesc derived from the VMS help file in the DECUS TeX distribution of longdesc 1990, with many subsequent changes). This is a collaborative longdesc development, and details of getting involved are to be found on longdesc the package home page. All the other formats in the longdesc distribution are derived from the Texinfo source, as usual. -docfiles size=668 - texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog - texmf-dist/doc/latex/latex2e-help-texinfo/Makefile - texmf-dist/doc/latex/latex2e-help-texinfo/NEWS - texmf-dist/doc/latex/latex2e-help-texinfo/README - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt - texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml - texmf-dist/doc/latex/latex2e-help-texinfo/ltx-help.el - texmf/doc/info/latex2e.info +docfiles size=714 + RELOC/doc/info/latex2e.info + RELOC/doc/latex/latex2e-help-texinfo/ChangeLog + RELOC/doc/latex/latex2e-help-texinfo/Makefile + RELOC/doc/latex/latex2e-help-texinfo/NEWS + RELOC/doc/latex/latex2e-help-texinfo/README + RELOC/doc/latex/latex2e-help-texinfo/latex2e.dbk + RELOC/doc/latex/latex2e-help-texinfo/latex2e.html + RELOC/doc/latex/latex2e-help-texinfo/latex2e.pdf + RELOC/doc/latex/latex2e-help-texinfo/latex2e.texi + RELOC/doc/latex/latex2e-help-texinfo/latex2e.txt + RELOC/doc/latex/latex2e-help-texinfo/latex2e.xml + RELOC/doc/latex/latex2e-help-texinfo/ltx-help.el catalogue-ctan /info/latex2e-help-texinfo -catalogue-date 2012-05-10 22:36:52 +0200 +catalogue-date 2013-05-14 23:18:47 +0200 catalogue-license other-free name latex2man category Package -revision 26313 +revision 29725 shortdesc Translate LaTeX-based manual pages into Unix man format. longdesc A tool to translate UNIX manual pages written with LaTeX into a longdesc man-page format understood by the Unix man(1) command. @@ -72880,6 +74954,7 @@ runfiles size=16 texmf-dist/tex/latex/latex2man/latex2man.cfg texmf-dist/tex/latex/latex2man/latex2man.sty docfiles size=109 + texmf-dist/doc/info/latex2man.info texmf-dist/doc/support/latex2man/CHANGES texmf-dist/doc/support/latex2man/INSTALL texmf-dist/doc/support/latex2man/Makefile @@ -72894,9 +74969,8 @@ docfiles size=109 texmf-dist/doc/support/latex2man/latex2man.texi texmf-dist/doc/support/latex2man/latex2man.trans texmf-dist/doc/support/latex2man/latex2man.txt - texmf/doc/info/latex2man.info catalogue-ctan /support/latex2man -catalogue-date 2010-12-23 07:51:16 +0100 +catalogue-date 2012-06-09 10:33:16 +0200 catalogue-license lppl catalogue-version 1.24 @@ -73261,7 +75335,7 @@ catalogue-version 1.0a name lcdftypetools category TLCore -revision 26689 +revision 29764 catalogue lcdf-typetools shortdesc A bundle of outline font manipulation tools. longdesc This bundle of tools comprises: - Cfftot1, which translates a @@ -73285,39 +75359,39 @@ longdesc creates a PostScript proof for a Type 1 font. It is preliminary longdesc software. depend glyphlist depend lcdftypetools.ARCH -docfiles size=63 - texmf/doc/man/man1/cfftot1.1 - texmf/doc/man/man1/cfftot1.man1.pdf - texmf/doc/man/man1/mmafm.1 - texmf/doc/man/man1/mmafm.man1.pdf - texmf/doc/man/man1/mmpfb.1 - texmf/doc/man/man1/mmpfb.man1.pdf - texmf/doc/man/man1/otfinfo.1 - texmf/doc/man/man1/otfinfo.man1.pdf - texmf/doc/man/man1/otftotfm.1 - texmf/doc/man/man1/otftotfm.man1.pdf - texmf/doc/man/man1/t1dotlessj.1 - texmf/doc/man/man1/t1dotlessj.man1.pdf - texmf/doc/man/man1/t1lint.1 - texmf/doc/man/man1/t1lint.man1.pdf - texmf/doc/man/man1/t1rawafm.1 - texmf/doc/man/man1/t1rawafm.man1.pdf - texmf/doc/man/man1/t1reencode.1 - texmf/doc/man/man1/t1reencode.man1.pdf - texmf/doc/man/man1/t1testpage.1 - texmf/doc/man/man1/t1testpage.man1.pdf - texmf/doc/man/man1/ttftotype42.1 - texmf/doc/man/man1/ttftotype42.man1.pdf +docfiles size=65 + texmf-dist/doc/man/man1/cfftot1.1 + texmf-dist/doc/man/man1/cfftot1.man1.pdf + texmf-dist/doc/man/man1/mmafm.1 + texmf-dist/doc/man/man1/mmafm.man1.pdf + texmf-dist/doc/man/man1/mmpfb.1 + texmf-dist/doc/man/man1/mmpfb.man1.pdf + texmf-dist/doc/man/man1/otfinfo.1 + texmf-dist/doc/man/man1/otfinfo.man1.pdf + texmf-dist/doc/man/man1/otftotfm.1 + texmf-dist/doc/man/man1/otftotfm.man1.pdf + texmf-dist/doc/man/man1/t1dotlessj.1 + texmf-dist/doc/man/man1/t1dotlessj.man1.pdf + texmf-dist/doc/man/man1/t1lint.1 + texmf-dist/doc/man/man1/t1lint.man1.pdf + texmf-dist/doc/man/man1/t1rawafm.1 + texmf-dist/doc/man/man1/t1rawafm.man1.pdf + texmf-dist/doc/man/man1/t1reencode.1 + texmf-dist/doc/man/man1/t1reencode.man1.pdf + texmf-dist/doc/man/man1/t1testpage.1 + texmf-dist/doc/man/man1/t1testpage.man1.pdf + texmf-dist/doc/man/man1/ttftotype42.1 + texmf-dist/doc/man/man1/ttftotype42.man1.pdf catalogue-ctan /fonts/utilities/lcdf-typetools -catalogue-date 2011-08-16 07:19:07 +0200 +catalogue-date 2012-10-26 00:32:45 +0200 catalogue-license gpl -catalogue-version 2.92 +catalogue-version 2.97 name lcdftypetools.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of lcdftypetools -binfiles arch=i386-linux size=975 +binfiles arch=i386-linux size=1095 bin/i386-linux/cfftot1 bin/i386-linux/mmafm bin/i386-linux/mmpfb @@ -73913,7 +75987,7 @@ catalogue-license gpl2 name lgrx category Package -revision 27003 +revision 30320 shortdesc Greek text with the LGR font encoding. relocated 1 longdesc The LGRx bundle provides packages and definitions for @@ -73921,36 +75995,35 @@ longdesc typesetting Greek text with fonts in the LGR encoding, the de- longdesc facto standard set by babel. It includes a comprehensive font longdesc definition file, support for Unicode input and macros for Greek longdesc letters in non-Greek text. -runfiles size=26 +runfiles size=28 RELOC/tex/latex/lgrx/alphabeta.sty RELOC/tex/latex/lgrx/lgrenc.dfu RELOC/tex/latex/lgrx/lgrxenc.def RELOC/tex/latex/lgrx/textalpha.sty -docfiles size=460 +docfiles size=414 + RELOC/doc/latex/lgrx/8-bit-greek.txt RELOC/doc/latex/lgrx/README RELOC/doc/latex/lgrx/README.html RELOC/doc/latex/lgrx/alphabeta-test.pdf RELOC/doc/latex/lgrx/alphabeta-test.tex RELOC/doc/latex/lgrx/alphabeta.sty.html + RELOC/doc/latex/lgrx/diacritics.pdf + RELOC/doc/latex/lgrx/diacritics.tex RELOC/doc/latex/lgrx/greek-unicode.pdf RELOC/doc/latex/lgrx/greek-unicode.tex RELOC/doc/latex/lgrx/greekhyperref.pdf RELOC/doc/latex/lgrx/greekhyperref.tex RELOC/doc/latex/lgrx/lgrenc.dfu.html - RELOC/doc/latex/lgrx/lgrx.pdf - RELOC/doc/latex/lgrx/lgrx.tex RELOC/doc/latex/lgrx/lgrxenc-test.pdf RELOC/doc/latex/lgrx/lgrxenc-test.tex RELOC/doc/latex/lgrx/lgrxenc.def.html - RELOC/doc/latex/lgrx/lgrxenc.pdf - RELOC/doc/latex/lgrx/lgrxenc.tex RELOC/doc/latex/lgrx/textalpha-test.pdf RELOC/doc/latex/lgrx/textalpha-test.tex RELOC/doc/latex/lgrx/textalpha.sty.html catalogue-ctan /macros/latex/contrib/lgrx -catalogue-date 2012-07-05 15:34:29 +0200 +catalogue-date 2013-05-07 20:01:57 +0200 catalogue-license lppl1.3 -catalogue-version 0.6 +catalogue-version 0.7 name lhcyr category Package @@ -76271,7 +78344,7 @@ catalogue-version 1.0 name librebaskerville category Package -revision 28958 +revision 29803 shortdesc LaTeX support for the Libre Baskerville family of fonts. relocated 1 longdesc Libre Baskerville is designed by Pablo Impallari. It is @@ -76382,7 +78455,7 @@ docfiles size=13 RELOC/doc/fonts/librebaskerville/librebaskerville-samples.pdf RELOC/doc/fonts/librebaskerville/librebaskerville-samples.tex catalogue-ctan /fonts/librebaskerville -catalogue-date 2012-12-05 12:44:11 +0100 +catalogue-date 2013-01-28 07:51:38 +0100 catalogue-license lppl name libris @@ -78252,66 +80325,57 @@ catalogue-license gpl3 name logicpuzzle category Package -revision 29679 +revision 30558 shortdesc Typeset (grid-based) logic puzzles. relocated 1 longdesc The package allows the user to typeset various logic puzzles. longdesc At the moment the following puzzles are supported: - 2D-Sudoku longdesc (aka Magiequadrat, Diagon, ...), - Battleship (aka Bimaru, longdesc Marinespiel, Batalla Naval, ...), - Bokkusu (aka Kakurasu, -longdesc Feldersummenratsel, ...), - Chaos Sudoku, - Hakyuu (aka -longdesc Seismic, Ripple Effect, ...), - Hitori, - Skyline (aka -longdesc Skycrapers, Wolkenkratzer, Hochhauser, ...),> including Skyline -longdesc Sudoku and Skyline Sudoku (N*N) variants, and - Sudoku. -runfiles size=18 +longdesc Feldersummenratsel, ...), - Bridges (akak Bruckenbau, Hashi, +longdesc ...), - Chaos Sudoku, - Hakyuu (aka Seismic, Ripple Effect, +longdesc ...), - Hitori, - Kakuro, - Kendoku (aka Mathdoku, Calcudoku, +longdesc Basic, MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., +longdesc - Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku, +longdesc Gebietssummen, ...), - Laser Beam (aka Laserstrahl, ...), - +longdesc Minesweeper (aka Minensuche, ...), - Schatzsuche, - Skyline +longdesc (aka Skycrapers, Wolkenkratzer, Hochhauser, ...), including +longdesc Skyline Sudoku and Skyline Sudoku (N*N) variants, - Slitherlink +longdesc (aka Fences, Number Line, Dotty Dilemma, Sli-Lin, Takegaki, +longdesc Great Wall of China, Loop the Loop, Rundweg, Gartenzaun, ...), +longdesc - Star Battle (aka Sternenschlacht, ...), - Stars and Arrows +longdesc (aka Sternenhimmel, ...), - Sudoku, - Sun and Moon (aka +longdesc Sternenhaufen, Munraito, ...), - Tents and Trees (aka +longdesc Zeltlager, Zeltplatz, Camping, ...), and - Tunnel. +runfiles size=36 + RELOC/scripts/logicpuzzle/createlpsudoku + RELOC/scripts/logicpuzzle/lpsmag + RELOC/scripts/logicpuzzle/simple.smc RELOC/tex/latex/logicpuzzle/battleship.sty RELOC/tex/latex/logicpuzzle/bokkusu.sty RELOC/tex/latex/logicpuzzle/chaossudoku.sty - RELOC/tex/latex/logicpuzzle/createlpsudoku RELOC/tex/latex/logicpuzzle/ddsudoku.sty RELOC/tex/latex/logicpuzzle/hakyuu.sty RELOC/tex/latex/logicpuzzle/hitori.sty + RELOC/tex/latex/logicpuzzle/kendoku.sty + RELOC/tex/latex/logicpuzzle/killersudoku.sty + RELOC/tex/latex/logicpuzzle/laserbeam.sty RELOC/tex/latex/logicpuzzle/logicpuzzle.sty - RELOC/tex/latex/logicpuzzle/lpsmag + RELOC/tex/latex/logicpuzzle/lpenv.sty RELOC/tex/latex/logicpuzzle/lpsudoku.sty - RELOC/tex/latex/logicpuzzle/simple.smc RELOC/tex/latex/logicpuzzle/skyline.sty -docfiles size=241 + RELOC/tex/latex/logicpuzzle/slitherlink.sty +docfiles size=145 RELOC/doc/latex/logicpuzzle/CHANGES RELOC/doc/latex/logicpuzzle/INSTALL RELOC/doc/latex/logicpuzzle/README - RELOC/doc/latex/logicpuzzle/battleship/battleship.pdf - RELOC/doc/latex/logicpuzzle/battleship/battleship.tex - RELOC/doc/latex/logicpuzzle/battleship/battleship_README - RELOC/doc/latex/logicpuzzle/bokkusu/bokkusu.pdf - RELOC/doc/latex/logicpuzzle/bokkusu/bokkusu.tex - RELOC/doc/latex/logicpuzzle/bokkusu/bokkusu_README - RELOC/doc/latex/logicpuzzle/chaossudoku/chaossudoku.pdf - RELOC/doc/latex/logicpuzzle/chaossudoku/chaossudoku.tex - RELOC/doc/latex/logicpuzzle/chaossudoku/chaossudoku_README - RELOC/doc/latex/logicpuzzle/ddsudoku/ddsudoku.pdf - RELOC/doc/latex/logicpuzzle/ddsudoku/ddsudoku.tex - RELOC/doc/latex/logicpuzzle/ddsudoku/ddsudoku_README - RELOC/doc/latex/logicpuzzle/hakyuu/hakyuu.pdf - RELOC/doc/latex/logicpuzzle/hakyuu/hakyuu.tex - RELOC/doc/latex/logicpuzzle/hakyuu/hakyuu_README - RELOC/doc/latex/logicpuzzle/hitori/hitori.pdf - RELOC/doc/latex/logicpuzzle/hitori/hitori.tex - RELOC/doc/latex/logicpuzzle/hitori/hitori_README - RELOC/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle.pdf - RELOC/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle.tex - RELOC/doc/latex/logicpuzzle/logicpuzzle/logicpuzzle_README - RELOC/doc/latex/logicpuzzle/lpsudoku/lpsudoku.pdf - RELOC/doc/latex/logicpuzzle/lpsudoku/lpsudoku.tex - RELOC/doc/latex/logicpuzzle/lpsudoku/lpsudoku_README + RELOC/doc/latex/logicpuzzle/logicpuzzle.pdf + RELOC/doc/latex/logicpuzzle/logicpuzzle.tex RELOC/doc/latex/logicpuzzle/manifest.txt - RELOC/doc/latex/logicpuzzle/skyline/skyline.pdf - RELOC/doc/latex/logicpuzzle/skyline/skyline.tex - RELOC/doc/latex/logicpuzzle/skyline/skyline_README catalogue-ctan /graphics/pgf/contrib/logicpuzzle -catalogue-date 2013-04-05 17:34:11 +0200 +catalogue-date 2013-05-18 17:41:16 +0200 catalogue-license lppl1.3 -catalogue-version 1.7 +catalogue-version 2.2 name logpap category Package @@ -78505,7 +80569,7 @@ catalogue-license pd name lshort-czech category Package -revision 23021 +revision 29803 shortdesc Czech translation of the "Short Introduction to LaTeX2e". relocated 1 longdesc This is the Czech translation of "A Short Introduction to @@ -78537,7 +80601,7 @@ docfiles size=637 RELOC/doc/latex/lshort-czech/src/title.tex RELOC/doc/latex/lshort-czech/src/typeset.tex catalogue-ctan /info/lshort/czech -catalogue-date 2011-06-15 18:28:44 +0200 +catalogue-date 2012-07-16 17:38:59 +0200 catalogue-license gpl catalogue-version 4.27 @@ -78822,7 +80886,7 @@ docfiles size=376 catalogue-ctan /info/lshort/persian catalogue-date 2009-11-09 23:05:00 +0100 catalogue-license pd -catalogue-version 4.26-2009-08-04 +catalogue-version 4.26_2009-08-04 name lshort-polish category Package @@ -79056,6 +81120,25 @@ catalogue-date 2012-05-03 17:01:13 +0200 catalogue-license lppl1.3 catalogue-version 0.1 +name ltablex +category Package +revision 29903 +shortdesc Table package extensions. +relocated 1 +longdesc Modifies the tabularx environment to combine the features of +longdesc the tabularx package (auto-sized columns in a fixed width +longdesc table) with those of the longtable package (multi-page tables). +runfiles size=2 + RELOC/tex/latex/ltablex/ltablex.sty +docfiles size=60 + RELOC/doc/latex/ltablex/README + RELOC/doc/latex/ltablex/ltablex.pdf + RELOC/doc/latex/ltablex/ltablex.tex +catalogue-ctan /macros/latex/contrib/ltablex +catalogue-date 2013-04-12 10:31:24 +0200 +catalogue-license lppl +catalogue-version 1.0 + name ltabptch category Package revision 17533 @@ -79625,16 +81708,34 @@ catalogue-date 2013-02-13 13:36:17 +0100 catalogue-license lppl1.3 catalogue-version 0.01 +name lualatex-doc-de +category Package +revision 30474 +shortdesc Guide to LuaLaTeX (German translation). +relocated 1 +longdesc The document is a German translation of the map/guide to the +longdesc world of LuaLaTeX. Coverage supports both new users and package +longdesc developers. Apart from the introductory material, the document +longdesc gathers information from several sources, and offers links to +longdesc others. +docfiles size=42 + RELOC/doc/latex/lualatex-doc-de/lualatex-doc-DE.pdf + RELOC/doc/latex/lualatex-doc-de/lualatex-doc-DE.tex +catalogue-ctan /info/luatex/lualatex-doc-de +catalogue-date 2013-05-14 17:57:54 +0200 +catalogue-license fdl +catalogue-version 1.0 + name lualatex-doc category Package -revision 20419 +revision 30473 shortdesc A guide to use of LaTeX with LuaTeX. relocated 1 longdesc The document is a map/guide to the world of LuaLaTeX. Coverage longdesc supports both new users and package developers. Apart from the longdesc introductory material, the document gathers information from longdesc several sources, and offers links to others. -docfiles size=33 +docfiles size=41 RELOC/doc/lualatex/lualatex-doc/News RELOC/doc/lualatex/lualatex-doc/README RELOC/doc/lualatex/lualatex-doc/lualatex-doc.pdf @@ -79643,7 +81744,7 @@ srcfiles size=12 RELOC/source/lualatex/lualatex-doc/lltxdoc.cls RELOC/source/lualatex/lualatex-doc/lualatex-doc.tex catalogue-ctan /info/luatex/lualatex-doc -catalogue-date 2010-11-11 23:00:42 +0100 +catalogue-date 2013-05-14 17:42:28 +0200 catalogue-license fdl name lualatex-math @@ -79674,121 +81775,150 @@ catalogue-version 1.2 name lualibs category Package -revision 21149 +revision 30555 shortdesc Additional Lua functions for LuaTeX macro programmers. relocated 1 longdesc Lualibs is a collection of Lua modules useful for general longdesc programming. The bundle is based on lua modules shipped with longdesc ConTeXt, and are made available in this bundle for use longdesc independent of ConTeXt. -runfiles size=40 - RELOC/tex/luatex/lualibs/lualibs-aux.lua +runfiles size=145 + RELOC/tex/luatex/lualibs/lualibs-basic-merged.lua + RELOC/tex/luatex/lualibs/lualibs-basic.lua RELOC/tex/luatex/lualibs/lualibs-boolean.lua - RELOC/tex/luatex/lualibs/lualibs-dimen.lua + RELOC/tex/luatex/lualibs/lualibs-compat.lua RELOC/tex/luatex/lualibs/lualibs-dir.lua + RELOC/tex/luatex/lualibs/lualibs-extended-merged.lua + RELOC/tex/luatex/lualibs/lualibs-extended.lua RELOC/tex/luatex/lualibs/lualibs-file.lua + RELOC/tex/luatex/lualibs/lualibs-function.lua RELOC/tex/luatex/lualibs/lualibs-io.lua RELOC/tex/luatex/lualibs/lualibs-lpeg.lua + RELOC/tex/luatex/lualibs/lualibs-lua.lua RELOC/tex/luatex/lualibs/lualibs-math.lua RELOC/tex/luatex/lualibs/lualibs-md5.lua RELOC/tex/luatex/lualibs/lualibs-number.lua RELOC/tex/luatex/lualibs/lualibs-os.lua + RELOC/tex/luatex/lualibs/lualibs-package.lua RELOC/tex/luatex/lualibs/lualibs-set.lua RELOC/tex/luatex/lualibs/lualibs-string.lua RELOC/tex/luatex/lualibs/lualibs-table.lua + RELOC/tex/luatex/lualibs/lualibs-trac-inf.lua RELOC/tex/luatex/lualibs/lualibs-unicode.lua RELOC/tex/luatex/lualibs/lualibs-url.lua - RELOC/tex/luatex/lualibs/lualibs-utils.lua + RELOC/tex/luatex/lualibs/lualibs-util-deb.lua + RELOC/tex/luatex/lualibs/lualibs-util-dim.lua + RELOC/tex/luatex/lualibs/lualibs-util-env.lua + RELOC/tex/luatex/lualibs/lualibs-util-jsn.lua + RELOC/tex/luatex/lualibs/lualibs-util-lua.lua + RELOC/tex/luatex/lualibs/lualibs-util-prs.lua + RELOC/tex/luatex/lualibs/lualibs-util-sta.lua + RELOC/tex/luatex/lualibs/lualibs-util-sto.lua + RELOC/tex/luatex/lualibs/lualibs-util-str.lua + RELOC/tex/luatex/lualibs/lualibs-util-tab.lua + RELOC/tex/luatex/lualibs/lualibs-util-tpl.lua RELOC/tex/luatex/lualibs/lualibs.lua -docfiles size=34 +docfiles size=29 + RELOC/doc/luatex/lualibs/LICENSE RELOC/doc/luatex/lualibs/NEWS RELOC/doc/luatex/lualibs/README RELOC/doc/luatex/lualibs/lualibs.pdf -srcfiles size=3 +srcfiles size=9 RELOC/source/luatex/lualibs/Makefile RELOC/source/luatex/lualibs/lualibs.dtx + RELOC/source/luatex/lualibs/test-lualibs.lua catalogue-ctan /macros/luatex/generic/lualibs -catalogue-date 2010-09-08 12:09:58 +0200 -catalogue-license pd -catalogue-version 0.95 +catalogue-date 2013-05-18 20:29:05 +0200 +catalogue-license gpl2 +catalogue-version 2.0a name luamplib category Package -revision 24823 +revision 30423 shortdesc Use LuaTeX's built-in MetaPost interpreter. relocated 1 longdesc The package enables the user to directly incorporate MetaPost longdesc diagrams into a document, using LuaTeX's built-in MetaPost longdesc library. The facility is only available in PDF mode. -runfiles size=5 +runfiles size=6 RELOC/tex/luatex/luamplib/luamplib.lua RELOC/tex/luatex/luamplib/luamplib.sty -docfiles size=79 +docfiles size=34 RELOC/doc/luatex/luamplib/NEWS RELOC/doc/luatex/luamplib/README RELOC/doc/luatex/luamplib/luamplib.pdf RELOC/doc/luatex/luamplib/test-luamplib-latex.tex RELOC/doc/luatex/luamplib/test-luamplib-plain.tex -srcfiles size=8 +srcfiles size=14 RELOC/source/luatex/luamplib/Makefile RELOC/source/luatex/luamplib/luamplib.dtx catalogue-ctan /macros/luatex/generic/luamplib -catalogue-date 2011-12-11 18:44:11 +0100 +catalogue-date 2013-05-06 22:23:37 +0200 catalogue-license pd catalogue-version 1.09 name luaotfload category Package -revision 26718 +revision 30619 shortdesc OpenType layout system for Plain TeX and LaTeX. longdesc The package adopts the TrueType/OpenType Font loader code longdesc provided in ConTeXt, and adapts it to use in Plain TeX and longdesc LaTeX. depend luaotfload.ARCH -runfiles size=121 - texmf-dist/scripts/luaotfload/mkluatexfontdb.lua +runfiles size=469 + texmf-dist/scripts/luaotfload/luaotfload-legacy-tool.lua + texmf-dist/scripts/luaotfload/luaotfload-tool.lua + texmf-dist/scripts/luaotfload/mkcharacters + texmf-dist/scripts/luaotfload/mkglyphlist + texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-basics-gen.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-basics-nod.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-blacklist.cnf + texmf-dist/tex/luatex/luaotfload/luaotfload-characters.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-extralibs.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-cbk.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-def.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-enc.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-ext.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-lua.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-fonts-tfm.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-attributes.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-database.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-legacy-merged.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-legacy.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-lib-dir.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-merged.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-override.lua + texmf-dist/tex/luatex/luaotfload/luaotfload-typo-krn.lua texmf-dist/tex/luatex/luaotfload/luaotfload.lua texmf-dist/tex/luatex/luaotfload/luaotfload.sty - texmf-dist/tex/luatex/luaotfload/otfl-blacklist.cnf - texmf-dist/tex/luatex/luaotfload/otfl-data-con.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-cid.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-clr.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-def.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-dum.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-ini.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-map.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-ota.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-otb.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-otc.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-otd.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-otf.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-oti.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-otn.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-ott.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-tfm.lua - texmf-dist/tex/luatex/luaotfload/otfl-font-xtx.lua - texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua - texmf-dist/tex/luatex/luaotfload/otfl-luat-ovr.lua - texmf-dist/tex/luatex/luaotfload/otfl-node-dum.lua - texmf-dist/tex/luatex/luaotfload/otfl-node-inj.lua -docfiles size=30 +docfiles size=71 texmf-dist/doc/luatex/luaotfload/NEWS texmf-dist/doc/luatex/luaotfload/README + texmf-dist/doc/luatex/luaotfload/filegraph.pdf texmf-dist/doc/luatex/luaotfload/luaotfload.pdf -srcfiles size=12 + texmf-dist/doc/man/man1/luaotfload-tool.1 + texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf +srcfiles size=25 texmf-dist/source/luatex/luaotfload/Makefile texmf-dist/source/luatex/luaotfload/luaotfload.dtx catalogue-ctan /macros/luatex/generic/luaotfload -catalogue-date 2012-04-27 17:19:37 +0200 +catalogue-date 2013-05-18 17:41:16 +0200 catalogue-license gpl2 -catalogue-version 1.26 +catalogue-version 2.2b name luaotfload.i386-linux category Package -revision 18579 +revision 30313 shortdesc i386-linux files of luaotfload -binfiles arch=i386-linux size=1 +binfiles arch=i386-linux size=2 + bin/i386-linux/luaotfload-tool bin/i386-linux/mkluatexfontdb name luasseq @@ -79814,7 +81944,7 @@ catalogue-version 2.1 name luatexbase category Package -revision 22560 +revision 30562 shortdesc Basic resource management for LuaTeX code. relocated 1 longdesc The bundle provides basic facilities for LuaTeX macro @@ -79827,7 +81957,7 @@ longdesc declaration; - luatexbase-mcb: callbacks extension; and - longdesc luatexbase-regs: allocation of registers and the like. In longdesc addition, the (unadorned) luatexbase package loads all the longdesc above in one fell swoop. -runfiles size=17 +runfiles size=19 RELOC/tex/luatex/luatexbase/attr.lua RELOC/tex/luatex/luatexbase/cctb.lua RELOC/tex/luatex/luatexbase/luatexbase-attr.sty @@ -79841,8 +81971,8 @@ runfiles size=17 RELOC/tex/luatex/luatexbase/luatexbase.sty RELOC/tex/luatex/luatexbase/mcb.lua RELOC/tex/luatex/luatexbase/modutils.lua -docfiles size=777 - RELOC/doc/luatex/luatexbase/Changes +docfiles size=963 + RELOC/doc/luatex/luatexbase/NEWS RELOC/doc/luatex/luatexbase/README RELOC/doc/luatex/luatexbase/TODO RELOC/doc/luatex/luatexbase/luatexbase-attr.pdf @@ -79874,7 +82004,7 @@ docfiles size=777 RELOC/doc/luatex/luatexbase/test-modutils.lua RELOC/doc/luatex/luatexbase/test-regs-latex.tex RELOC/doc/luatex/luatexbase/test-regs-plain.tex -srcfiles size=38 +srcfiles size=43 RELOC/source/luatex/luatexbase/Makefile RELOC/source/luatex/luatexbase/luatexbase-attr.dtx RELOC/source/luatex/luatexbase/luatexbase-cctb.dtx @@ -79885,19 +82015,19 @@ srcfiles size=38 RELOC/source/luatex/luatexbase/luatexbase-regs.dtx RELOC/source/luatex/luatexbase/luatexbase.dtx catalogue-ctan /macros/luatex/generic/luatexbase -catalogue-date 2011-05-21 16:06:38 +0200 +catalogue-date 2013-05-07 01:17:41 +0200 catalogue-license pd -catalogue-version 0.31 +catalogue-version 0.6 name luatexja category Package -revision 29424 +revision 30485 shortdesc Typesest Japanese with lua(la)tex. relocated 1 longdesc The package offers support for typesetting Japanese documents longdesc with LuaTeX. Both the Plain and LaTeX2e formats may be used longdesc with the package. -runfiles size=1941 +runfiles size=251 RELOC/tex/luatex/luatexja/addons/luatexja-adjust.sty RELOC/tex/luatex/luatexja/addons/luatexja-ajmacros.sty RELOC/tex/luatex/luatexja/addons/luatexja-fontspec.sty @@ -79916,10 +82046,6 @@ runfiles size=1941 RELOC/tex/luatex/luatexja/ltj-base.sty RELOC/tex/luatex/luatexja/ltj-cctbreg.sty RELOC/tex/luatex/luatexja/ltj-charrange.lua - RELOC/tex/luatex/luatexja/ltj-cid-adobe-cns1.lua - RELOC/tex/luatex/luatexja/ltj-cid-adobe-gb1.lua - RELOC/tex/luatex/luatexja/ltj-cid-adobe-japan1.lua - RELOC/tex/luatex/luatexja/ltj-cid-adobe-korea1.lua RELOC/tex/luatex/luatexja/ltj-compat-ptex.sty RELOC/tex/luatex/luatexja/ltj-compat.lua RELOC/tex/luatex/luatexja/ltj-debug.lua @@ -79959,11 +82085,12 @@ runfiles size=1941 RELOC/tex/luatex/luatexja/patches/lltjcore.sty RELOC/tex/luatex/luatexja/patches/lltjdefs.sty RELOC/tex/luatex/luatexja/patches/lltjfont.sty + RELOC/tex/luatex/luatexja/patches/lltjp-fontspec.sty RELOC/tex/luatex/luatexja/patches/lltjp-listings.sty RELOC/tex/luatex/luatexja/patches/lltjp-unicode-math.sty RELOC/tex/luatex/luatexja/patches/lltjp-xunicode.sty RELOC/tex/luatex/luatexja/patches/ltj-unicode-ccfix.tex -docfiles size=768 +docfiles size=887 RELOC/doc/luatex/luatexja/COPYING RELOC/doc/luatex/luatexja/README RELOC/doc/luatex/luatexja/jfm-test.lua @@ -79975,17 +82102,15 @@ docfiles size=768 RELOC/doc/luatex/luatexja/luatexja-zh.pdf RELOC/doc/luatex/luatexja/luatexja.dtx RELOC/doc/luatex/luatexja/luatexja.ins -srcfiles size=102 +srcfiles size=100 RELOC/source/luatex/luatexja/ltjclasses.dtx RELOC/source/luatex/luatexja/ltjclasses.ins - RELOC/source/luatex/luatexja/ltjlist.lua RELOC/source/luatex/luatexja/ltjltxdoc.dtx RELOC/source/luatex/luatexja/ltjltxdoc.ins RELOC/source/luatex/luatexja/ltjsclasses.dtx RELOC/source/luatex/luatexja/ltjsclasses.ins RELOC/source/luatex/luatexja/luatexja-kinsoku.tex RELOC/source/luatex/luatexja/luatexja-kinsoku_make.tex - RELOC/source/luatex/luatexja/mk-rmlgbm-data.tex RELOC/source/luatex/luatexja/tool/blocks2defcharrange.rb RELOC/source/luatex/luatexja/tool/chars2defcharrange.rb RELOC/source/luatex/luatexja/tool/jfm-readable.rb @@ -79998,12 +82123,37 @@ srcfiles size=102 RELOC/source/luatex/luatexja/tool/otf-KozMinPr6N-Regular.txt RELOC/source/luatex/luatexja/tool/unicodeBlocks.tex catalogue-ctan /macros/luatex/generic/luatexja -catalogue-date 2013-03-18 10:12:46 +0100 +catalogue-date 2013-05-14 23:58:42 +0200 catalogue-license other-free +name luatexko +category Package +revision 30597 +shortdesc Typeset Korean with Lua(La)TeX. +relocated 1 +longdesc This is a Lua(La)TeX macro package that supports typesetting +longdesc Korean documents. LuaTeX version 0.76+ and luaotfload package +longdesc version 2.2+ are required. This package also requires both cjk- +longdesc ko and xetexko packages for its full functionality. +runfiles size=22 + RELOC/tex/luatex/luatexko/luatexko-core.sty + RELOC/tex/luatex/luatexko/luatexko-normalize.lua + RELOC/tex/luatex/luatexko/luatexko-uhc2utf8.lua + RELOC/tex/luatex/luatexko/luatexko.lua + RELOC/tex/luatex/luatexko/luatexko.sty +docfiles size=120 + RELOC/doc/luatex/luatexko/ChangeLog + RELOC/doc/luatex/luatexko/README + RELOC/doc/luatex/luatexko/luatexko-doc.pdf + RELOC/doc/luatex/luatexko/luatexko-doc.tex +catalogue-ctan /macros/luatex/generic/luatexko +catalogue-date 2013-05-20 17:36:30 +0200 +catalogue-license lppl +catalogue-version 1.1 + name luatex category TLCore -revision 26689 +revision 30581 shortdesc The LuaTeX engine. longdesc LuaTeX is an extended version of pdfTeX using Lua as an longdesc embedded scripting language. The LuaTeX project's main @@ -80018,10 +82168,10 @@ depend luatex.ARCH execute AddFormat name=luatex engine=luatex patterns=language.def,language.dat.lua options="luatex.ini" execute AddFormat name=dviluatex engine=luatex patterns=language.def,language.dat.lua options="dviluatex.ini" runfiles size=37 - texmf/tex/generic/config/luatex-unicode-letters.tex - texmf/tex/generic/config/luatexiniconfig.tex - texmf/web2c/texmfcnf.lua -docfiles size=390 + texmf-dist/tex/generic/config/luatex-unicode-letters.tex + texmf-dist/tex/generic/config/luatexiniconfig.tex + texmf-dist/web2c/texmfcnf.lua +docfiles size=471 texmf-dist/doc/luatex/base/fdata.lua texmf-dist/doc/luatex/base/fdata_epdf.lua texmf-dist/doc/luatex/base/fdata_img.lua @@ -80031,12 +82181,12 @@ docfiles size=390 texmf-dist/doc/luatex/base/luatexref-env.tex texmf-dist/doc/luatex/base/luatexref-t.pdf texmf-dist/doc/luatex/base/luatexref-t.tex - texmf/doc/man/man1/luatex.1 - texmf/doc/man/man1/luatex.man1.pdf - texmf/doc/man/man1/texlua.1 - texmf/doc/man/man1/texlua.man1.pdf - texmf/doc/man/man1/texluac.1 - texmf/doc/man/man1/texluac.man1.pdf + texmf-dist/doc/man/man1/luatex.1 + texmf-dist/doc/man/man1/luatex.man1.pdf + texmf-dist/doc/man/man1/texlua.1 + texmf-dist/doc/man/man1/texlua.man1.pdf + texmf-dist/doc/man/man1/texluac.1 + texmf-dist/doc/man/man1/texluac.man1.pdf catalogue-ctan /systems/luatex/base catalogue-date 2011-11-09 15:33:34 +0100 catalogue-license gpl2 @@ -80044,9 +82194,9 @@ catalogue-version 0.70.1 name luatex.i386-linux category TLCore -revision 26912 +revision 30634 shortdesc i386-linux files of luatex -binfiles arch=i386-linux size=1403 +binfiles arch=i386-linux size=3236 bin/i386-linux/dviluatex bin/i386-linux/luatex bin/i386-linux/texlua @@ -80949,19 +83099,6 @@ catalogue-date 2011-11-29 11:02:24 +0100 catalogue-license other-free catalogue-version 0.4 -name magyar -category Package -revision 28301 -shortdesc Hungarian language definition for Babel. -relocated 1 -longdesc This is an interim release of a new version of the Magyar -longdesc language definition for babel. -docfiles size=61 - RELOC/doc/latex/magyar/magyar.ldf -catalogue-ctan /language/hungarian/babel/magyar.ldf -catalogue-date 2012-03-26 14:33:04 +0200 -catalogue-license lppl - name mailing category Package revision 15878 @@ -81180,7 +83317,7 @@ catalogue-license gpl name makeindex category Package -revision 26689 +revision 29764 shortdesc Process index output to produce typesettable code. longdesc A general purpose hierarchical index generator; it accepts one longdesc or more input files (often produced by a text formatter such as @@ -81198,14 +83335,14 @@ runfiles size=7 texmf-dist/makeindex/base/puncts.ist texmf-dist/makeindex/base/tex.ist docfiles size=94 + texmf-dist/doc/man/man1/makeindex.1 + texmf-dist/doc/man/man1/makeindex.man1.pdf + texmf-dist/doc/man/man1/mkindex.1 + texmf-dist/doc/man/man1/mkindex.man1.pdf texmf-dist/doc/support/makeindex/doc-src.zip texmf-dist/doc/support/makeindex/ind-src.zip texmf-dist/doc/support/makeindex/ind.pdf texmf-dist/doc/support/makeindex/makeindex.pdf - texmf/doc/man/man1/makeindex.1 - texmf/doc/man/man1/makeindex.man1.pdf - texmf/doc/man/man1/mkindex.1 - texmf/doc/man/man1/mkindex.man1.pdf catalogue-ctan /indexing/makeindex catalogue-date 2011-09-24 09:40:13 +0200 catalogue-license other-free @@ -81213,7 +83350,7 @@ catalogue-version 2.12 name makeindex.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of makeindex binfiles arch=i386-linux size=35 bin/i386-linux/makeindex @@ -81275,18 +83412,27 @@ catalogue-version 2.1 name mandi category Package -revision 28677 +revision 29837 +shortdesc Macros for introductory physics and astronomy. relocated 1 -runfiles size=16 +longdesc The package contains commands for students and teachers of +longdesc introductory physics. Commands for physical quantities +longdesc intelligently handle SI units so the user need not do so. There +longdesc are other features that should make LaTeX easy for introductory +longdesc physics students. +runfiles size=17 RELOC/tex/latex/mandi/mandi.sty -docfiles size=225 +docfiles size=228 RELOC/doc/latex/mandi/README - RELOC/doc/latex/mandi/README.txt RELOC/doc/latex/mandi/mandi.pdf RELOC/doc/latex/mandi/vdemo.py -srcfiles size=57 +srcfiles size=59 RELOC/source/latex/mandi/mandi.dtx RELOC/source/latex/mandi/mandi.ins +catalogue-ctan /macros/latex/contrib/mandi +catalogue-date 2013-04-10 20:30:37 +0200 +catalogue-license lppl1.3 +catalogue-version 2.1.0 name manfnt category Package @@ -81443,12 +83589,13 @@ catalogue-version 2.2a name matc3mem category Package -revision 29699 +revision 29894 shortdesc Class for MatematicaC3 textbooks. relocated 1 longdesc The class is a development of memoir, with additions longdesc (specifically, mathematical extensions) that provide support -longdesc for writing Matematica C3 books. +longdesc for writing the books for the Matematica C3 project to produce +longdesc free mathematical textbooks for use in Italian high schools. runfiles size=2 RELOC/tex/latex/matc3mem/matc3mem.cls docfiles size=98 @@ -81459,15 +83606,18 @@ srcfiles size=7 RELOC/source/latex/matc3mem/matc3mem.dtx RELOC/source/latex/matc3mem/matc3mem.ins catalogue-ctan /macros/latex/contrib/matc3mem -catalogue-date 2013-04-06 15:08:23 +0200 +catalogue-date 2013-04-14 10:19:50 +0200 catalogue-license lppl1.3 -catalogue-version 1.0.1 +catalogue-version 1.0.2 name matc3 category Package -revision 29698 +revision 29845 shortdesc Commands for MatematicaC3 textbooks. relocated 1 +longdesc The package provides support for the Matematica C3 project to +longdesc produce free mathematical text books for use in Italian high +longdesc schools. runfiles size=2 RELOC/tex/latex/matc3/matc3.sty docfiles size=109 @@ -81478,7 +83628,7 @@ srcfiles size=7 RELOC/source/latex/matc3/matc3.dtx RELOC/source/latex/matc3/matc3.ins catalogue-ctan /macros/latex/contrib/matc3 -catalogue-date 2013-04-06 15:08:23 +0200 +catalogue-date 2013-04-09 15:55:17 +0200 catalogue-license lppl1.3 catalogue-version 1.0.1 @@ -83146,7 +85296,7 @@ catalogue-version 0.2 name mathspic category Package -revision 29349 +revision 29845 shortdesc A Perl filter program for use with PiCTeX. longdesc MathsPIC(Perl) is a development of the earlier MathsPIC(DOS) longdesc program, now implemented as a Perl script, being much more @@ -83757,22 +85907,22 @@ catalogue-version 1.5 name memdesign category Package -revision 20237 +revision 30138 shortdesc Notes on book design relocated 1 longdesc "A Few Notes on Book Design" provides an introduction to the longdesc business of book design. It is an extended version of what used longdesc to be the first part of the memoir users' manual. Please note -longdesc that the supplied copy of the document uses commercial fonts; -longdesc the README file contains instructions on how to compile the -longdesc document without these fonts. +longdesc that the compiled copy, supplied in the package, uses +longdesc commercial fonts; the README file contains instructions on how +longdesc to compile the document without these fonts. docfiles size=493 RELOC/doc/fonts/memdesign/README RELOC/doc/fonts/memdesign/memdesign.pdf RELOC/doc/fonts/memdesign/memdesign.tex RELOC/doc/fonts/memdesign/memetc.bib catalogue-ctan /info/memdesign -catalogue-date 2010-10-28 17:24:15 +0200 +catalogue-date 2013-04-27 01:17:44 +0200 catalogue-license lppl1.3 name memexsupp @@ -83818,7 +85968,7 @@ catalogue-version 1.7e name memoir category Package -revision 21638 +revision 30639 shortdesc Typeset fiction, non-fiction and mathematical books. relocated 1 longdesc The memoir class is for typesetting poetry, fiction, non- @@ -83837,7 +85987,7 @@ longdesc should also use the memhfixc package (part of this bundle). longdesc Note, however, that current versions of hyperref actually load longdesc the package automatically if they detect that they are running longdesc under memoir. -runfiles size=115 +runfiles size=118 RELOC/makeindex/memoir/basic.gst RELOC/tex/latex/memoir/mem10.clo RELOC/tex/latex/memoir/mem11.clo @@ -83854,7 +86004,7 @@ runfiles size=115 RELOC/tex/latex/memoir/memhfixc.sty RELOC/tex/latex/memoir/memoir.cls RELOC/tex/latex/memoir/mempatch.sty -docfiles size=1038 +docfiles size=1064 RELOC/doc/latex/memoir/Makeidxglo RELOC/doc/latex/memoir/README RELOC/doc/latex/memoir/anvil2.mps @@ -83868,15 +86018,35 @@ docfiles size=1038 RELOC/doc/latex/memoir/memsty.sty RELOC/doc/latex/memoir/titlepages.sty RELOC/doc/latex/memoir/trims-example.tex -srcfiles size=296 +srcfiles size=304 RELOC/source/latex/memoir/memoir.dtx RELOC/source/latex/memoir/memoir.ins RELOC/source/latex/memoir/mempatch.dtx RELOC/source/latex/memoir/mempatch.ins catalogue-ctan /macros/latex/contrib/memoir -catalogue-date 2011-03-06 22:53:00 +0100 +catalogue-date 2013-05-22 17:25:30 +0200 catalogue-license lppl -catalogue-version 3.6j patch 6.0g +catalogue-version 3.7 + +name memory +category Package +revision 30452 +shortdesc Containers for data in LaTeX. +relocated 1 +longdesc The package allows the user to declare single object or array +longdesc containers. +runfiles size=1 + RELOC/tex/latex/memory/memory.sty +docfiles size=9 + RELOC/doc/latex/memory/README + RELOC/doc/latex/memory/memory.pdf +srcfiles size=3 + RELOC/source/latex/memory/memory.dtx + RELOC/source/latex/memory/memory.ins +catalogue-ctan /macros/latex/contrib/memory +catalogue-date 2013-05-13 20:07:16 +0200 +catalogue-license lppl1.3 +catalogue-version 1.2 name mentis category Package @@ -83946,10 +86116,10 @@ catalogue-version 0.994 name metafont-beginners category Package -revision 15878 -shortdesc An introductory tutorial for MetaFont. +revision 29803 +shortdesc An introductory tutorial for Metafont. relocated 1 -longdesc An old introduction to the use of MetaFont, that has stood the +longdesc An old introduction to the use of Metafont, that has stood the longdesc test of time. It focuses on using the program, rather than longdesc designing fonts, but does offer advice about understanding longdesc errors in other people's fonts. @@ -83957,7 +86127,7 @@ docfiles size=60 RELOC/doc/fonts/metafont-beginners/metafont-for-beginners.pdf RELOC/doc/fonts/metafont-beginners/metafont-for-beginners.tex catalogue-ctan /info/metafont/beginners -catalogue-date 2009-10-09 14:08:41 +0200 +catalogue-date 2012-05-23 16:10:32 +0200 catalogue-license pd name metafont-for-beginners @@ -83969,7 +86139,7 @@ docfiles size=12 name metafont category Package -revision 26689 +revision 29764 shortdesc A system for specifying fonts. longdesc The program takes a semi-algorithmic specification of a font, longdesc and produces a bitmap font (whose properties are defined by a @@ -84004,20 +86174,20 @@ runfiles size=46 texmf-dist/metafont/misc/waits.mf texmf-dist/metafont/misc/ztest.mf docfiles size=15 - texmf/doc/man/man1/mf-nowin.1 - texmf/doc/man/man1/mf-nowin.man1.pdf - texmf/doc/man/man1/mf.1 - texmf/doc/man/man1/mf.man1.pdf + texmf-dist/doc/man/man1/mf-nowin.1 + texmf-dist/doc/man/man1/mf-nowin.man1.pdf + texmf-dist/doc/man/man1/mf.1 + texmf-dist/doc/man/man1/mf.man1.pdf catalogue-ctan /systems/knuth/dist/mf -catalogue-date 2012-05-23 16:10:32 +0200 +catalogue-date 2012-08-30 22:47:45 +0200 catalogue-license knuth catalogue-version 2.718281 name metafont.i386-linux category Package -revision 26912 +revision 30088 shortdesc i386-linux files of metafont -binfiles arch=i386-linux size=146 +binfiles arch=i386-linux size=166 bin/i386-linux/inimf bin/i386-linux/mf bin/i386-linux/mf-nowin @@ -84169,7 +86339,7 @@ catalogue-license other-free name metapost category Package -revision 26689 +revision 29764 shortdesc A development of Metafont for creating graphics. longdesc MetaPost uses a language based on that of Metafont to produce longdesc precise technical illustrations. Its output is scalable @@ -84260,6 +86430,10 @@ runfiles size=110 texmf-dist/tex/generic/metapost/mproof.tex texmf-dist/tex/generic/metapost/mpsproof.tex docfiles size=768 + texmf-dist/doc/man/man1/dvitomp.1 + texmf-dist/doc/man/man1/dvitomp.man1.pdf + texmf-dist/doc/man/man1/mpost.1 + texmf-dist/doc/man/man1/mpost.man1.pdf texmf-dist/doc/metapost/base/grdemo-doc.pdf texmf-dist/doc/metapost/base/grdemo.pdf texmf-dist/doc/metapost/base/index.html @@ -84332,20 +86506,16 @@ docfiles size=768 texmf-dist/doc/metapost/base/source-tutorial/previewer.eps texmf-dist/doc/metapost/base/source-tutorial/previewer.pdf texmf-dist/doc/metapost/base/source-tutorial/previewer.png - texmf/doc/man/man1/dvitomp.1 - texmf/doc/man/man1/dvitomp.man1.pdf - texmf/doc/man/man1/mpost.1 - texmf/doc/man/man1/mpost.man1.pdf catalogue-ctan /graphics/metapost/base -catalogue-date 2011-06-16 20:29:02 +0200 +catalogue-date 2012-07-10 12:03:05 +0200 catalogue-license lgpl catalogue-version 1.212 name metapost.i386-linux category Package -revision 26509 +revision 30634 shortdesc i386-linux files of metapost -binfiles arch=i386-linux size=126 +binfiles arch=i386-linux size=1583 bin/i386-linux/dvitomp bin/i386-linux/mfplain bin/i386-linux/mpost @@ -84795,9 +86965,10 @@ catalogue-version 1.0a name mfware category TLCore -revision 26689 +revision 29764 shortdesc Supporting tools for use with Metafont. -longdesc A collection of programs for processing the output of Metafont. +longdesc A collection of programs (as web source) for processing the +longdesc output of Metafont. depend mfware.ARCH runfiles size=7 texmf-dist/mft/base/README @@ -84807,27 +86978,27 @@ runfiles size=7 texmf-dist/mft/base/pl.mft texmf-dist/mft/base/plain.mft docfiles size=19 - texmf/doc/man/man1/gftodvi.1 - texmf/doc/man/man1/gftodvi.man1.pdf - texmf/doc/man/man1/gftopk.1 - texmf/doc/man/man1/gftopk.man1.pdf - texmf/doc/man/man1/gftype.1 - texmf/doc/man/man1/gftype.man1.pdf - texmf/doc/man/man1/mft.1 - texmf/doc/man/man1/mft.man1.pdf - texmf/doc/man/man1/pktogf.1 - texmf/doc/man/man1/pktogf.man1.pdf - texmf/doc/man/man1/pktype.1 - texmf/doc/man/man1/pktype.man1.pdf + texmf-dist/doc/man/man1/gftodvi.1 + texmf-dist/doc/man/man1/gftodvi.man1.pdf + texmf-dist/doc/man/man1/gftopk.1 + texmf-dist/doc/man/man1/gftopk.man1.pdf + texmf-dist/doc/man/man1/gftype.1 + texmf-dist/doc/man/man1/gftype.man1.pdf + texmf-dist/doc/man/man1/mft.1 + texmf-dist/doc/man/man1/mft.man1.pdf + texmf-dist/doc/man/man1/pktogf.1 + texmf-dist/doc/man/man1/pktogf.man1.pdf + texmf-dist/doc/man/man1/pktype.1 + texmf-dist/doc/man/man1/pktype.man1.pdf catalogue-ctan /systems/knuth/dist/mfware -catalogue-date 2011-04-11 12:30:24 +0200 +catalogue-date 2012-06-24 11:08:44 +0200 catalogue-license knuth name mfware.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of mfware -binfiles arch=i386-linux size=128 +binfiles arch=i386-linux size=139 bin/i386-linux/gftodvi bin/i386-linux/gftopk bin/i386-linux/gftype @@ -84837,7 +87008,7 @@ binfiles arch=i386-linux size=128 name mf2pt1 category Package -revision 27032 +revision 29725 shortdesc Produce PostScript Type 1 fonts from Metafont source. longdesc mf2pt1 facilitates producing PostScript Type 1 fonts from a longdesc Metafont source file. It is not, as the name may imply, an @@ -84852,13 +87023,13 @@ runfiles size=14 texmf-dist/metapost/mf2pt1/mf2pt1.mp texmf-dist/scripts/mf2pt1/mf2pt1.pl docfiles size=73 + texmf-dist/doc/info/mf2pt1.info texmf-dist/doc/support/mf2pt1/ChangeLog texmf-dist/doc/support/mf2pt1/README texmf-dist/doc/support/mf2pt1/mf2pt1.pdf texmf-dist/doc/support/mf2pt1/mf2pt1.texi - texmf/doc/info/mf2pt1.info catalogue-ctan /support/mf2pt1 -catalogue-date 2012-07-03 01:53:19 +0200 +catalogue-date 2012-08-25 10:58:21 +0200 catalogue-license lppl catalogue-version 2.5 @@ -85173,7 +87344,7 @@ catalogue-license other-free name minibox category Package -revision 15878 +revision 30083 shortdesc A simple type of box for LaTeX. relocated 1 longdesc This small package provides a convenient input syntax for boxes @@ -85182,16 +87353,16 @@ longdesc allow manual line breaks. The boxes shrink to the natural width longdesc of the longest line they contain. runfiles size=1 RELOC/tex/latex/minibox/minibox.sty -docfiles size=31 +docfiles size=42 RELOC/doc/latex/minibox/README RELOC/doc/latex/minibox/minibox.pdf srcfiles size=3 RELOC/source/latex/minibox/minibox.ins RELOC/source/latex/minibox/minibox.tex catalogue-ctan /macros/latex/contrib/minibox -catalogue-date 2009-05-06 13:59:23 +0200 +catalogue-date 2013-04-21 12:55:17 +0200 catalogue-license lppl -catalogue-version 0.1 +catalogue-version 0.2 name minifp category Package @@ -86248,7 +88419,7 @@ binfiles arch=i386-linux size=1 name mkjobtexmf category Package -revision 26313 +revision 29725 shortdesc Generate a texmf tree for a particular job. longdesc The package provides a Perl script, which runs a program and longdesc tries to find the names of file used. Two methods are @@ -86268,8 +88439,8 @@ docfiles size=37 texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt texmf-dist/doc/generic/mkjobtexmf/version.pl - texmf/doc/man/man1/mkjobtexmf.1 - texmf/doc/man/man1/mkjobtexmf.man1.pdf + texmf-dist/doc/man/man1/mkjobtexmf.1 + texmf-dist/doc/man/man1/mkjobtexmf.man1.pdf srcfiles size=21 texmf-dist/source/generic/mkjobtexmf/Makefile.in texmf-dist/source/generic/mkjobtexmf/configure @@ -86352,7 +88523,7 @@ catalogue-version 0.6a name mltex category Package -revision 22650 +revision 30214 shortdesc The MLTeX system. longdesc MLTeX is a modification of TeX version >=3.0 that allows the longdesc hyphenation of words with accented letters using ordinary @@ -86360,7 +88531,7 @@ longdesc Computer Modern (CM) fonts. The system is distributed as a TeX longdesc change file. depend latex depend mltex.ARCH -execute AddFormat name=mllatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx -mltex mllatex.ini" +execute AddFormat name=mllatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx -mltex *mllatex.ini" execute AddFormat name=mltex engine=pdftex options="-translate-file=cp227.tcx -mltex mltex.ini" runfiles size=8 texmf-dist/tex/latex/mltex/lo1enc.def @@ -86375,7 +88546,7 @@ docfiles size=9 texmf-dist/doc/latex/mltex/testmlsw.dvi texmf-dist/doc/latex/mltex/testmlsw.tex catalogue-ctan /systems/generic/mltex -catalogue-date 2008-01-25 17:33:09 +0100 +catalogue-date 2012-07-16 22:11:02 +0200 catalogue-license knuth catalogue-version 2.2 @@ -86449,6 +88620,27 @@ catalogue-date 2009-09-27 11:55:52 +0200 catalogue-license lppl catalogue-version 1.03 +name mnotes +category Package +revision 30072 +shortdesc Margin annotation for collaborative writing. +relocated 1 +longdesc The package provides a flexible mechanism for annotating, and +longdesc commenting upon, collaboratively-written documents. +runfiles size=2 + RELOC/tex/latex/mnotes/mnotes.sty +docfiles size=53 + RELOC/doc/latex/mnotes/Makefile + RELOC/doc/latex/mnotes/README + RELOC/doc/latex/mnotes/mnotes.pdf +srcfiles size=5 + RELOC/source/latex/mnotes/mnotes.dtx + RELOC/source/latex/mnotes/mnotes.ins +catalogue-ctan /macros/latex/contrib/mnotes +catalogue-date 2013-04-23 08:47:58 +0200 +catalogue-license lppl1.3 +catalogue-version 0.6 + name mnsymbol category Package revision 18651 @@ -86741,15 +88933,17 @@ catalogue-version 1.4 name moderncv category Package -revision 29074 +revision 30189 shortdesc A modern curriculum vitae class. relocated 1 -longdesc Moderncv provides a documentclass for typesetting modern +longdesc The class provides facilities for typesetting modern longdesc curriculums vitae, both in a classic and in a casual style. It longdesc is fairly customizable, allowing you to define your own style -longdesc by changing the colours, the fonts, etc. -runfiles size=31 +longdesc by changing the colours, the fonts, etc. A number of templates +longdesc are provided in the distribution examples subdirectory. +runfiles size=39 RELOC/tex/latex/moderncv/moderncv.cls + RELOC/tex/latex/moderncv/moderncvcollection.sty RELOC/tex/latex/moderncv/moderncvcolorblack.sty RELOC/tex/latex/moderncv/moderncvcolorblue.sty RELOC/tex/latex/moderncv/moderncvcolorgreen.sty @@ -86758,13 +88952,17 @@ runfiles size=31 RELOC/tex/latex/moderncv/moderncvcolorpurple.sty RELOC/tex/latex/moderncv/moderncvcolorred.sty RELOC/tex/latex/moderncv/moderncvcompatibility.sty + RELOC/tex/latex/moderncv/moderncvdebugtools.sty + RELOC/tex/latex/moderncv/moderncviconsawesome.sty + RELOC/tex/latex/moderncv/moderncviconsletters.sty + RELOC/tex/latex/moderncv/moderncviconsmarvosym.sty RELOC/tex/latex/moderncv/moderncvstylebanking.sty RELOC/tex/latex/moderncv/moderncvstylecasual.sty RELOC/tex/latex/moderncv/moderncvstyleclassic.sty RELOC/tex/latex/moderncv/moderncvstyleempty.sty RELOC/tex/latex/moderncv/moderncvstyleoldstyle.sty RELOC/tex/latex/moderncv/tweaklist.sty -docfiles size=434 +docfiles size=265 RELOC/doc/latex/moderncv/CHANGELOG RELOC/doc/latex/moderncv/KNOWN_BUGS RELOC/doc/latex/moderncv/README @@ -86775,7 +88973,6 @@ docfiles size=434 RELOC/doc/latex/moderncv/examples/template-es.tex RELOC/doc/latex/moderncv/examples/template-zh.pdf RELOC/doc/latex/moderncv/examples/template-zh.tex - RELOC/doc/latex/moderncv/examples/template.pdf RELOC/doc/latex/moderncv/examples/template.tex RELOC/doc/latex/moderncv/examples/template_banking_red.pdf RELOC/doc/latex/moderncv/examples/template_casual_orange.pdf @@ -86783,9 +88980,9 @@ docfiles size=434 RELOC/doc/latex/moderncv/examples/template_multibib.pdf RELOC/doc/latex/moderncv/examples/template_oldstyle_grey.pdf catalogue-ctan /macros/latex/contrib/moderncv -catalogue-date 2012-12-04 10:50:48 +0100 +catalogue-date 2013-04-30 08:59:42 +0200 catalogue-license lppl1.3 -catalogue-version 1.2.1 +catalogue-version 1.5.1 name moderntimeline category Package @@ -86810,7 +89007,7 @@ catalogue-version 0.6 name modiagram category Package -revision 27173 +revision 30169 shortdesc Drawing molecular orbital diagrams. relocated 1 longdesc The package provides an environment MOdiagram and some @@ -86820,16 +89017,16 @@ longdesc \begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s = longdesc {0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The longdesc package also needs the l3kernel and l3packages bundles from the longdesc LaTeX 3 experimental distribution. -runfiles size=19 +runfiles size=20 RELOC/tex/latex/modiagram/modiagram.sty -docfiles size=258 +docfiles size=174 RELOC/doc/latex/modiagram/README RELOC/doc/latex/modiagram/modiagram_en.pdf RELOC/doc/latex/modiagram/modiagram_en.tex catalogue-ctan /macros/latex/contrib/modiagram -catalogue-date 2012-07-26 15:37:06 +0200 +catalogue-date 2013-04-28 23:24:16 +0200 catalogue-license lppl1.3 -catalogue-version 0.2b +catalogue-version 0.2c name modref category Package @@ -86857,7 +89054,7 @@ catalogue-version 1.0 name modroman category Package -revision 17778 +revision 29803 shortdesc Write numbers in lower case roman numerals. relocated 1 longdesc This package provides only two macros viz. \modromannumeral @@ -86886,7 +89083,7 @@ srcfiles size=19 RELOC/source/latex/modroman/modroman.dtx RELOC/source/latex/modroman/modroman.ins catalogue-ctan /macros/latex/contrib/modroman -catalogue-date 2010-04-09 17:49:50 +0200 +catalogue-date 2012-07-07 22:27:26 +0200 catalogue-license lppl catalogue-version 1 @@ -87622,7 +89819,7 @@ catalogue-version 0.20 name mpgraphics category Package -revision 29655 +revision 29776 shortdesc Process and display MetaPost figures inline. relocated 1 longdesc The package allows LaTeX users to typeset MetaPost code inline @@ -87633,15 +89830,15 @@ longdesc feature of current TeX distributions, so that the whole process longdesc is automatic and the end user is saved the tiresome processing. runfiles size=4 RELOC/tex/latex/mpgraphics/mpgraphics.sty -docfiles size=41 +docfiles size=49 RELOC/doc/latex/mpgraphics/README RELOC/doc/latex/mpgraphics/mpgraphics-example.ltx RELOC/doc/latex/mpgraphics/mpgraphics.pdf -srcfiles size=9 +srcfiles size=10 RELOC/source/latex/mpgraphics/mpgraphics.dtx RELOC/source/latex/mpgraphics/mpgraphics.ins catalogue-ctan /macros/latex/contrib/mpgraphics -catalogue-date 2013-04-04 12:47:47 +0200 +catalogue-date 2013-04-08 09:07:09 +0200 catalogue-license lppl1.3 catalogue-version 0.3 @@ -87674,7 +89871,7 @@ catalogue-version 1.004 name mptopdf category Package -revision 26689 +revision 29751 shortdesc mpost to PDF, native MetaPost graphics inclusion longdesc The mptopdf script does standalone conversion from mpost to longdesc PDF, using the supp-* and syst-* files. They also allow native @@ -87686,16 +89883,18 @@ longdesc users who do not install the rest of ConTeXt. This can be longdesc found on CTAN in macros/pdftex/graphics. depend mptopdf.ARCH execute AddFormat name=mptopdf engine=pdftex options="-translate-file=cp227.tcx mptopdf.tex" -runfiles size=41 +runfiles size=43 texmf-dist/scripts/context/perl/mptopdf.pl + texmf-dist/scripts/context/stubs/mswin/mptopdf.exe texmf-dist/tex/context/base/supp-mis.mkii texmf-dist/tex/context/base/supp-mpe.mkii texmf-dist/tex/context/base/supp-pdf.mkii texmf-dist/tex/context/base/syst-tex.mkii texmf-dist/tex/generic/context/mptopdf/mptopdf.tex -docfiles size=3 - texmf/doc/man/man1/mptopdf.1 - texmf/doc/man/man1/mptopdf.man1.pdf +docfiles size=4 + texmf-dist/doc/context/scripts/mkii/mptopdf.man + texmf-dist/doc/man/man1/mptopdf.1 + texmf-dist/doc/man/man1/mptopdf.man1.pdf name mptopdf.i386-linux category Package @@ -87845,7 +90044,7 @@ catalogue-license other-free name ms category Package -revision 24467 +revision 29849 shortdesc Various LaTeX packages by Martin Schroder. relocated 1 longdesc A bundle of LaTeX packages by Martin Schroder; the collection @@ -87894,7 +90093,7 @@ srcfiles size=49 RELOC/source/latex/ms/ragged2e.dtx RELOC/source/latex/ms/ragged2e.ins catalogue-ctan /macros/latex/contrib/ms -catalogue-date 2008-11-14 13:05:11 +0100 +catalogue-date 2012-05-24 17:58:39 +0200 catalogue-license lppl name msu-thesis @@ -87953,7 +90152,7 @@ catalogue-version 1.1+ name m-tx category Package -revision 28900 +revision 29764 shortdesc A preprocessor for pmx. longdesc M-Tx is a preprocessor to pmx, which is itself a preprocessor longdesc to musixtex, a music typesetting system. The prime motivation @@ -88015,10 +90214,10 @@ docfiles size=200 texmf-dist/doc/generic/m-tx/mtx060/viva.mtx texmf-dist/doc/generic/m-tx/mtx060/volta.mtx texmf-dist/doc/generic/m-tx/prepmx.html - texmf/doc/man/man1/m-tx.1 - texmf/doc/man/man1/m-tx.man1.pdf - texmf/doc/man/man1/prepmx.1 - texmf/doc/man/man1/prepmx.man1.pdf + texmf-dist/doc/man/man1/m-tx.1 + texmf-dist/doc/man/man1/m-tx.man1.pdf + texmf-dist/doc/man/man1/prepmx.1 + texmf-dist/doc/man/man1/prepmx.man1.pdf catalogue-ctan /support/m-tx catalogue-date 2013-01-20 14:45:16 +0100 catalogue-license gpl @@ -88026,9 +90225,9 @@ catalogue-version 0.60d 2013-01-19 name m-tx.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of m-tx -binfiles arch=i386-linux size=25 +binfiles arch=i386-linux size=28 bin/i386-linux/m-tx bin/i386-linux/prepmx @@ -88074,6 +90273,46 @@ catalogue-date 2007-05-25 16:15:27 +0200 catalogue-license lppl catalogue-version v1.1 +name multibibliography +category Package +revision 30520 +shortdesc Multiple versions of a bibliography, with different sort orders. +longdesc Conventional standards for bibliography styles impose a forced +longdesc choice between index and name/year citations, and corresponding +longdesc references. The package avoids this choice, by providing +longdesc alphabetic, sequenced, and even chronological orderings of +longdesc references. Inline citations, that integrate these +longdesc heterogeneous styles, are also supported (and work with other +longdesc bibliography packages). +depend multibibliography.ARCH +runfiles size=10 + texmf-dist/bibtex/bst/multibibliography/chronological.bst + texmf-dist/scripts/multibibliography/multibibliography.pl + texmf-dist/tex/latex/multibibliography/multibibliography.sty +docfiles size=131 + texmf-dist/doc/latex/multibibliography/Makefile + texmf-dist/doc/latex/multibibliography/README + texmf-dist/doc/latex/multibibliography/figure.PDF + texmf-dist/doc/latex/multibibliography/multibibliography.bib + texmf-dist/doc/latex/multibibliography/multibibliography.pdf + texmf-dist/doc/latex/multibibliography/tug-paper.pdf + texmf-dist/doc/latex/multibibliography/tug-paper.tex + texmf-dist/doc/latex/multibibliography/type.bib +srcfiles size=5 + texmf-dist/source/latex/multibibliography/multibibliography.dtx + texmf-dist/source/latex/multibibliography/multibibliography.ins +catalogue-ctan /macros/latex/contrib/multibibiography +catalogue-date 2013-05-17 12:42:49 +0200 +catalogue-license lppl1.3 +catalogue-version 1.02 + +name multibibliography.i386-linux +category Package +revision 30534 +shortdesc i386-linux files of multibibliography +binfiles arch=i386-linux size=1 + bin/i386-linux/multibibliography + name multibib category Package revision 15878 @@ -88527,7 +90766,7 @@ catalogue-license gpl name musixtex category Package -revision 28937 +revision 29752 shortdesc Sophisticated music typesetting longdesc MusiXTeX provides a set of macros, based on the earlier longdesc MusicTeX, for typesetting music with TeX. To produce optimal @@ -88703,10 +90942,10 @@ docfiles size=1035 texmf-dist/doc/generic/musixtex/reference/musixre1.tex texmf-dist/doc/generic/musixtex/scripts/musixflx.html texmf-dist/doc/generic/musixtex/scripts/musixtex.html - texmf/doc/man/man1/musixflx.1 - texmf/doc/man/man1/musixflx.man1.pdf - texmf/doc/man/man1/musixtex.1 - texmf/doc/man/man1/musixtex.man1.pdf + texmf-dist/doc/man/man1/musixflx.1 + texmf-dist/doc/man/man1/musixflx.man1.pdf + texmf-dist/doc/man/man1/musixtex.1 + texmf-dist/doc/man/man1/musixtex.man1.pdf srcfiles size=12 texmf-dist/source/generic/musixtex/musixcrd/doc.tex texmf-dist/source/generic/musixtex/musixcrd/makefile @@ -88714,7 +90953,7 @@ srcfiles size=12 texmf-dist/source/generic/musixtex/musixcrd/readme texmf-dist/source/generic/musixtex/musixcrd/strip.tex catalogue-ctan /macros/musixtex -catalogue-date 2013-01-21 17:18:14 +0100 +catalogue-date 2013-01-26 20:44:01 +0100 catalogue-license gpl catalogue-version 1.15 (2013-01-21) @@ -88937,12 +91176,19 @@ catalogue-version 0.3 name mxedruli category Package -revision 15878 -shortdesc A pair of Georgian fonts. +revision 30021 +shortdesc A pair of fonts for different Georgian alphabets. relocated 1 -longdesc Two Georgian fonts, written in MetaFont, which cover the -longdesc Mxedruli and the Xucuri alphabets. -runfiles size=63 +longdesc Two Georgian fonts, in both Metafont and Type 1 formats, which +longdesc cover the Mxedruli and the Xucuri alphabets. +execute addMap mxedruli.map +runfiles size=112 + RELOC/fonts/afm/public/mxedruli/mxed10.afm + RELOC/fonts/afm/public/mxedruli/mxedbf10.afm + RELOC/fonts/afm/public/mxedruli/mxedc10.afm + RELOC/fonts/afm/public/mxedruli/mxedi10.afm + RELOC/fonts/afm/public/mxedruli/xuc10.afm + RELOC/fonts/map/dvips/mxedruli/mxedruli.map RELOC/fonts/source/public/mxedruli/mxed.mf RELOC/fonts/source/public/mxedruli/mxed10.mf RELOC/fonts/source/public/mxedruli/mxedacc.mf @@ -88966,11 +91212,16 @@ runfiles size=63 RELOC/fonts/tfm/public/mxedruli/mxedc10.tfm RELOC/fonts/tfm/public/mxedruli/mxedi10.tfm RELOC/fonts/tfm/public/mxedruli/xuc10.tfm + RELOC/fonts/type1/public/mxedruli/mxed10.pfb + RELOC/fonts/type1/public/mxedruli/mxedbf10.pfb + RELOC/fonts/type1/public/mxedruli/mxedc10.pfb + RELOC/fonts/type1/public/mxedruli/mxedi10.pfb + RELOC/fonts/type1/public/mxedruli/xuc10.pfb RELOC/tex/latex/mxedruli/mxedruli.sty RELOC/tex/latex/mxedruli/umxed.fd RELOC/tex/latex/mxedruli/uxuc.fd RELOC/tex/latex/mxedruli/xucuri.sty -docfiles size=97 +docfiles size=95 RELOC/doc/fonts/mxedruli/README RELOC/doc/fonts/mxedruli/alphabets.tex RELOC/doc/fonts/mxedruli/mxeddoc.pdf @@ -88978,8 +91229,8 @@ docfiles size=97 RELOC/doc/fonts/mxedruli/ossetic.tex RELOC/doc/fonts/mxedruli/vepxis.tex catalogue-ctan /fonts/georgian/mxedruli -catalogue-date 2009-01-23 11:09:06 +0100 -catalogue-license noinfo +catalogue-date 2013-04-18 13:20:04 +0200 +catalogue-license lppl catalogue-version 3.3c name mycv @@ -91920,7 +94171,7 @@ catalogue-version 1.0 name newtx category Package -revision 29551 +revision 30593 shortdesc Alternative uses of the TX fonts, with improved metrics. relocated 1 longdesc The bundle splits txfonts.sty (from the TX fonts distribution) @@ -91934,7 +94185,7 @@ longdesc Ntxmath can also use the maths italic font provided with the longdesc garamondx package, thus offering a garamond-alike text-with- longdesc maths combination. execute addMap newtx.map -runfiles size=1234 +runfiles size=1238 RELOC/fonts/enc/dvips/newtx/alt-mn-greek.enc RELOC/fonts/enc/dvips/newtx/libcaps.enc RELOC/fonts/enc/dvips/newtx/libertinealt.enc @@ -92083,11 +94334,13 @@ runfiles size=1234 RELOC/fonts/tfm/public/newtx/t1xij.tfm RELOC/fonts/tfm/public/newtx/t1xrj.tfm RELOC/fonts/tfm/public/newtx/t1xslj.tfm + RELOC/fonts/tfm/public/newtx/txbex-bar.tfm RELOC/fonts/tfm/public/newtx/txbij.tfm RELOC/fonts/tfm/public/newtx/txbj.tfm RELOC/fonts/tfm/public/newtx/txbslj.tfm RELOC/fonts/tfm/public/newtx/txbsy5.tfm RELOC/fonts/tfm/public/newtx/txbsy7.tfm + RELOC/fonts/tfm/public/newtx/txex-bar.tfm RELOC/fonts/tfm/public/newtx/txij.tfm RELOC/fonts/tfm/public/newtx/txrj.tfm RELOC/fonts/tfm/public/newtx/txslj.tfm @@ -92149,8 +94402,10 @@ runfiles size=1234 RELOC/fonts/type1/public/newtx/rtxbmi7.pfb RELOC/fonts/type1/public/newtx/rtxmi5.pfb RELOC/fonts/type1/public/newtx/rtxmi7.pfb + RELOC/fonts/type1/public/newtx/txbex-bar.pfb RELOC/fonts/type1/public/newtx/txbsy5.pfb RELOC/fonts/type1/public/newtx/txbsy7.pfb + RELOC/fonts/type1/public/newtx/txex-bar.pfb RELOC/fonts/type1/public/newtx/txsy5.pfb RELOC/fonts/type1/public/newtx/txsy7.pfb RELOC/fonts/type1/public/newtx/zmn-vw-b.pfb @@ -92295,9 +94550,9 @@ docfiles size=167 RELOC/doc/fonts/newtx/sample-ptmx-crop.pdf RELOC/doc/fonts/newtx/sample-tx-crop.pdf catalogue-ctan /fonts/newtx -catalogue-date 2013-03-29 11:53:01 +0100 +catalogue-date 2013-05-20 11:34:04 +0200 catalogue-license lppl -catalogue-version 1.09 (2013-03-29) +catalogue-version 1.10 (2013-03-29) name newunicodechar category Package @@ -92620,6 +94875,24 @@ catalogue-date 2012-07-20 01:08:10 +0200 catalogue-license lppl catalogue-version 1.02 +name noconflict +category Package +revision 30140 +shortdesc Resolve macro name conflict between packages. +relocated 1 +longdesc The package provides several commands to prefix (and hence +longdesc obscure) a macro's (or a sequence of macros') name, and to +longdesc restore the original macro(s) at places in a document where +longdesc they are needed. +runfiles size=1 + RELOC/tex/latex/noconflict/noconflict.sty +docfiles size=1 + RELOC/doc/latex/noconflict/README +catalogue-ctan /macros/latex/contrib/noconflict +catalogue-date 2013-04-27 00:34:43 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + name noitcrul category Package revision 15878 @@ -92784,9 +95057,10 @@ catalogue-license lppl name norasi-c90 category Package -revision 15878 -shortdesc TeX support (from CJK) for the norasi font in thailatex +revision 30642 +shortdesc TeX support (from CJK) for the norasi font relocated 1 +depend fonts-tlwg execute addMap norasi-c90.map runfiles size=10 RELOC/dvips/norasi-c90/config.norasi-c90 @@ -93099,7 +95373,7 @@ docfiles size=11 name numericplots category Package -revision 26791 +revision 30103 shortdesc Plot numeric data (including Matlab export) using PSTricks. relocated 1 longdesc Plotting numeric data is a task which has often to be done for @@ -93108,29 +95382,67 @@ longdesc drawing more than the simplest plots from supplied data. The longdesc package will process user input, and uses PSTricks to plot the longdesc results. The package provides Matlab functions to transform longdesc Matlab results to plottable data. -runfiles size=10 +runfiles size=16 RELOC/tex/latex/numericplots/NumericPlots.sty -docfiles size=76 - RELOC/doc/latex/numericplots/BasicFunctionality.tex - RELOC/doc/latex/numericplots/DataTestRealData.tex - RELOC/doc/latex/numericplots/FurtherExamples.tex + RELOC/tex/latex/numericplots/NumericPlots_TickLabels.tex + RELOC/tex/latex/numericplots/NumericPlots_labels.tex + RELOC/tex/latex/numericplots/NumericPlots_legend.tex + RELOC/tex/latex/numericplots/NumericPlots_macros.tex + RELOC/tex/latex/numericplots/NumericPlots_styles.tex +docfiles size=372 RELOC/doc/latex/numericplots/License.txt - RELOC/doc/latex/numericplots/MatlabSupport.tex - RELOC/doc/latex/numericplots/MultiplePlots.tex RELOC/doc/latex/numericplots/NumericPlots.pdf - RELOC/doc/latex/numericplots/NumericPlotsDoc.tex + RELOC/doc/latex/numericplots/README RELOC/doc/latex/numericplots/README.TEXLIVE - RELOC/doc/latex/numericplots/README.doc - RELOC/doc/latex/numericplots/Roll406_Ref2288.tex - RELOC/doc/latex/numericplots/TechnicalDetails.tex - RELOC/doc/latex/numericplots/TestPlots.tex - RELOC/doc/latex/numericplots/history.tex - RELOC/doc/latex/numericplots/keys_NumericDataPlot.tex - RELOC/doc/latex/numericplots/options.tex + RELOC/doc/latex/numericplots/src/BasicFunctionality.tex + RELOC/doc/latex/numericplots/src/FurtherExamples.tex + RELOC/doc/latex/numericplots/src/MatlabSupport.tex + RELOC/doc/latex/numericplots/src/MultiplePlots.tex + RELOC/doc/latex/numericplots/src/NumericPlotsDoc.tex + RELOC/doc/latex/numericplots/src/Roll406_Ref2288.tex + RELOC/doc/latex/numericplots/src/TechnicalDetails.tex + RELOC/doc/latex/numericplots/src/TestPlots.tex + RELOC/doc/latex/numericplots/src/examples/BodeDiagramm.tex + RELOC/doc/latex/numericplots/src/examples/DataTestRealData.tex + RELOC/doc/latex/numericplots/src/examples/DefineData.tex + RELOC/doc/latex/numericplots/src/examples/LabelsNTickLabels.tex + RELOC/doc/latex/numericplots/src/examples/NyquistPlot.tex + RELOC/doc/latex/numericplots/src/examples/Sprungantwort_PT1Glied.tex + RELOC/doc/latex/numericplots/src/examples/basic_Boxes.tex + RELOC/doc/latex/numericplots/src/examples/basic_EasyPlot.tex + RELOC/doc/latex/numericplots/src/examples/basic_Grid.tex + RELOC/doc/latex/numericplots/src/examples/basic_Labels.tex + RELOC/doc/latex/numericplots/src/examples/basic_Legend.tex + RELOC/doc/latex/numericplots/src/examples/basic_LegendI.tex + RELOC/doc/latex/numericplots/src/examples/basic_LegendII.tex + RELOC/doc/latex/numericplots/src/examples/basic_LegendIII.tex + RELOC/doc/latex/numericplots/src/examples/basic_LineStyles.tex + RELOC/doc/latex/numericplots/src/examples/basic_Lines.tex + RELOC/doc/latex/numericplots/src/examples/basic_LogarithmicI.tex + RELOC/doc/latex/numericplots/src/examples/basic_LogarithmicII.tex + RELOC/doc/latex/numericplots/src/examples/basic_LogarithmicIII.tex + RELOC/doc/latex/numericplots/src/examples/basic_MultipleData.tex + RELOC/doc/latex/numericplots/src/examples/basic_Objects.tex + RELOC/doc/latex/numericplots/src/examples/basic_PlaceObjects.tex + RELOC/doc/latex/numericplots/src/examples/basic_PlaceObjectsII.tex + RELOC/doc/latex/numericplots/src/examples/basic_PlotWHoles.tex + RELOC/doc/latex/numericplots/src/examples/basic_UseRput.tex + RELOC/doc/latex/numericplots/src/examples/basic_UserLinestyles.tex + RELOC/doc/latex/numericplots/src/examples/data_BodeDiagrammLinearerTerm.tex + RELOC/doc/latex/numericplots/src/examples/data_Nyquist.tex + RELOC/doc/latex/numericplots/src/examples/data_SprungantwortPT1Glied.tex + RELOC/doc/latex/numericplots/src/examples/furtherEx_TickLabels.tex + RELOC/doc/latex/numericplots/src/examples/multiplots_exampleI.tex + RELOC/doc/latex/numericplots/src/examples/multiplots_exampleII.tex + RELOC/doc/latex/numericplots/src/fig_NoiseData_ClosedLine.eps + RELOC/doc/latex/numericplots/src/fig_NoiseData_OpenLine.eps + RELOC/doc/latex/numericplots/src/history.tex + RELOC/doc/latex/numericplots/src/keys_NumericDataPlot.tex + RELOC/doc/latex/numericplots/src/options.tex catalogue-ctan /graphics/pstricks/contrib/numericplots -catalogue-date 2012-06-01 10:55:54 +0200 +catalogue-date 2013-04-25 12:06:29 +0200 catalogue-license gpl3 -catalogue-version 1.1 +catalogue-version 2.0.1 name numname category Package @@ -93196,7 +95508,7 @@ catalogue-version 1.39 name oberdiek category Package -revision 26725 +revision 30469 shortdesc A bundle of packages submitted by Heiko Oberdiek. relocated 1 longdesc The bundle comprises packages to provide: - accsupp: better @@ -93856,7 +96168,7 @@ docfiles size=4923 RELOC/doc/latex/oberdiek/zref-example-nextpage.tex RELOC/doc/latex/oberdiek/zref-example.tex RELOC/doc/latex/oberdiek/zref.pdf -srcfiles size=1301 +srcfiles size=1303 RELOC/source/latex/oberdiek/accsupp.dtx RELOC/source/latex/oberdiek/aliascnt.dtx RELOC/source/latex/oberdiek/alphalph.dtx @@ -93980,6 +96292,7 @@ srcfiles size=1301 RELOC/source/latex/oberdiek/grfext.dtx RELOC/source/latex/oberdiek/grffile.dtx RELOC/source/latex/oberdiek/hobsub.dtx + RELOC/source/latex/oberdiek/hologo-eroux.patch RELOC/source/latex/oberdiek/hologo.dtx RELOC/source/latex/oberdiek/holtxdoc.dtx RELOC/source/latex/oberdiek/hopatch.dtx @@ -94021,6 +96334,7 @@ srcfiles size=1301 RELOC/source/latex/oberdiek/pdfescape.dtx RELOC/source/latex/oberdiek/pdflscape.dtx RELOC/source/latex/oberdiek/pdfrender.dtx + RELOC/source/latex/oberdiek/pdftexcmds-eroux.patch RELOC/source/latex/oberdiek/pdftexcmds.dtx RELOC/source/latex/oberdiek/picture.dtx RELOC/source/latex/oberdiek/pmboxdraw.dtx @@ -95022,34 +97336,34 @@ catalogue-license gpl name omegaware category TLCore -revision 26689 +revision 29764 depend omegaware.ARCH docfiles size=33 - texmf/doc/man/man1/odvicopy.1 - texmf/doc/man/man1/odvicopy.man1.pdf - texmf/doc/man/man1/odvips.man1.pdf - texmf/doc/man/man1/odvitype.1 - texmf/doc/man/man1/odvitype.man1.pdf - texmf/doc/man/man1/ofm2opl.1 - texmf/doc/man/man1/ofm2opl.man1.pdf - texmf/doc/man/man1/opl2ofm.1 - texmf/doc/man/man1/opl2ofm.man1.pdf - texmf/doc/man/man1/otangle.1 - texmf/doc/man/man1/otangle.man1.pdf - texmf/doc/man/man1/otp2ocp.1 - texmf/doc/man/man1/otp2ocp.man1.pdf - texmf/doc/man/man1/outocp.1 - texmf/doc/man/man1/outocp.man1.pdf - texmf/doc/man/man1/ovf2ovp.1 - texmf/doc/man/man1/ovf2ovp.man1.pdf - texmf/doc/man/man1/ovp2ovf.1 - texmf/doc/man/man1/ovp2ovf.man1.pdf + texmf-dist/doc/man/man1/odvicopy.1 + texmf-dist/doc/man/man1/odvicopy.man1.pdf + texmf-dist/doc/man/man1/odvips.man1.pdf + texmf-dist/doc/man/man1/odvitype.1 + texmf-dist/doc/man/man1/odvitype.man1.pdf + texmf-dist/doc/man/man1/ofm2opl.1 + texmf-dist/doc/man/man1/ofm2opl.man1.pdf + texmf-dist/doc/man/man1/opl2ofm.1 + texmf-dist/doc/man/man1/opl2ofm.man1.pdf + texmf-dist/doc/man/man1/otangle.1 + texmf-dist/doc/man/man1/otangle.man1.pdf + texmf-dist/doc/man/man1/otp2ocp.1 + texmf-dist/doc/man/man1/otp2ocp.man1.pdf + texmf-dist/doc/man/man1/outocp.1 + texmf-dist/doc/man/man1/outocp.man1.pdf + texmf-dist/doc/man/man1/ovf2ovp.1 + texmf-dist/doc/man/man1/ovf2ovp.man1.pdf + texmf-dist/doc/man/man1/ovp2ovf.1 + texmf-dist/doc/man/man1/ovp2ovf.man1.pdf name omegaware.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of omegaware -binfiles arch=i386-linux size=156 +binfiles arch=i386-linux size=170 bin/i386-linux/odvicopy bin/i386-linux/odvitype bin/i386-linux/ofm2opl @@ -96928,7 +99242,7 @@ catalogue-license lppl name paratype category Package -revision 29629 +revision 30615 shortdesc LaTeX support for free fonts by ParaType. relocated 1 longdesc The package offers LaTeX support for the fonts PT Sans, PT @@ -96940,21 +99254,39 @@ longdesc provide encodings OT1, T1, IL2, TS1, T2* and X2. The package longdesc provides a convenient replacement of the two packages ptsans longdesc and ptserif. execute addMap paratype-type1.map -runfiles size=5225 - RELOC/fonts/afm/public/paratype/PTC55F.afm - RELOC/fonts/afm/public/paratype/PTC75F.afm - RELOC/fonts/afm/public/paratype/PTF55F.afm - RELOC/fonts/afm/public/paratype/PTF56F.afm - RELOC/fonts/afm/public/paratype/PTF75F.afm - RELOC/fonts/afm/public/paratype/PTF76F.afm - RELOC/fonts/afm/public/paratype/PTN57F.afm - RELOC/fonts/afm/public/paratype/PTN77F.afm - RELOC/fonts/afm/public/paratype/PTS55F.afm - RELOC/fonts/afm/public/paratype/PTS56F.afm - RELOC/fonts/afm/public/paratype/PTS75F.afm - RELOC/fonts/afm/public/paratype/PTS76F.afm - RELOC/fonts/afm/public/paratype/PTZ55F.afm - RELOC/fonts/afm/public/paratype/PTZ56F.afm +runfiles size=5296 + RELOC/fonts/afm/paratype/ptmono/PTM55F.afm + RELOC/fonts/afm/paratype/ptmono/PTM55F.inf + RELOC/fonts/afm/paratype/ptmono/PTM75F.afm + RELOC/fonts/afm/paratype/ptmono/PTM75F.inf + RELOC/fonts/afm/paratype/ptsans/PTC55F.afm + RELOC/fonts/afm/paratype/ptsans/PTC55F.inf + RELOC/fonts/afm/paratype/ptsans/PTC75F.afm + RELOC/fonts/afm/paratype/ptsans/PTC75F.inf + RELOC/fonts/afm/paratype/ptsans/PTN57F.afm + RELOC/fonts/afm/paratype/ptsans/PTN57F.inf + RELOC/fonts/afm/paratype/ptsans/PTN77F.afm + RELOC/fonts/afm/paratype/ptsans/PTN77F.inf + RELOC/fonts/afm/paratype/ptsans/PTS55F.afm + RELOC/fonts/afm/paratype/ptsans/PTS55F.inf + RELOC/fonts/afm/paratype/ptsans/PTS56F.afm + RELOC/fonts/afm/paratype/ptsans/PTS56F.inf + RELOC/fonts/afm/paratype/ptsans/PTS75F.afm + RELOC/fonts/afm/paratype/ptsans/PTS75F.inf + RELOC/fonts/afm/paratype/ptsans/PTS76F.afm + RELOC/fonts/afm/paratype/ptsans/PTS76F.inf + RELOC/fonts/afm/paratype/ptserif/PTF55F.afm + RELOC/fonts/afm/paratype/ptserif/PTF55F.inf + RELOC/fonts/afm/paratype/ptserif/PTF56F.afm + RELOC/fonts/afm/paratype/ptserif/PTF56F.inf + RELOC/fonts/afm/paratype/ptserif/PTF75F.afm + RELOC/fonts/afm/paratype/ptserif/PTF75F.inf + RELOC/fonts/afm/paratype/ptserif/PTF76F.afm + RELOC/fonts/afm/paratype/ptserif/PTF76F.inf + RELOC/fonts/afm/paratype/ptserif/PTZ55F.afm + RELOC/fonts/afm/paratype/ptserif/PTZ55F.inf + RELOC/fonts/afm/paratype/ptserif/PTZ56F.afm + RELOC/fonts/afm/paratype/ptserif/PTZ56F.inf RELOC/fonts/enc/dvips/paratype/ptmono_il2.enc RELOC/fonts/enc/dvips/paratype/ptmono_ot1.enc RELOC/fonts/enc/dvips/paratype/ptmono_t1.enc @@ -96979,635 +99311,624 @@ runfiles size=5225 RELOC/fonts/enc/dvips/paratype/ptserif_t2c.enc RELOC/fonts/enc/dvips/paratype/ptserif_ts1.enc RELOC/fonts/enc/dvips/paratype/ptserif_x2.enc - RELOC/fonts/map/dvips/paratype/paratype-mixed.map RELOC/fonts/map/dvips/paratype/paratype-truetype.map RELOC/fonts/map/dvips/paratype/paratype-type1.map - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-il2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-ot1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Bold-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-BoldSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-il2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-ot1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Regular-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTMono-Slanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Bold-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-BoldItalic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Caption-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBold-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-CaptionSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Italic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Narrow-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBold-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-NarrowSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSans-Regular-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Bold-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldItalic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-BoldUprightItalic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Caption-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionItalic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionSlanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Italic-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Regular-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-Slanted-tlf-x2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-il2.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ot1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2a--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2a.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2b--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2b.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2c--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-t2c.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-ts1.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-x2--base.tfm - RELOC/fonts/tfm/public/paratype/PTSerif-UprightItalic-tlf-x2.tfm - RELOC/fonts/truetype/public/paratype/PTC55F.ttf - RELOC/fonts/truetype/public/paratype/PTC75F.ttf - RELOC/fonts/truetype/public/paratype/PTF55F.ttf - RELOC/fonts/truetype/public/paratype/PTF56F.ttf - RELOC/fonts/truetype/public/paratype/PTF75F.ttf - RELOC/fonts/truetype/public/paratype/PTF76F.ttf - RELOC/fonts/truetype/public/paratype/PTM55F.ttf - RELOC/fonts/truetype/public/paratype/PTM75F.ttf - RELOC/fonts/truetype/public/paratype/PTN57F.ttf - RELOC/fonts/truetype/public/paratype/PTN77F.ttf - RELOC/fonts/truetype/public/paratype/PTS55F.ttf - RELOC/fonts/truetype/public/paratype/PTS56F.ttf - RELOC/fonts/truetype/public/paratype/PTS75F.ttf - RELOC/fonts/truetype/public/paratype/PTS76F.ttf - RELOC/fonts/truetype/public/paratype/PTZ55F.ttf - RELOC/fonts/truetype/public/paratype/PTZ56F.ttf - RELOC/fonts/type1/public/paratype/PTC55F.inf - RELOC/fonts/type1/public/paratype/PTC55F.pfb - RELOC/fonts/type1/public/paratype/PTC55F.pfm - RELOC/fonts/type1/public/paratype/PTC75F.inf - RELOC/fonts/type1/public/paratype/PTC75F.pfb - RELOC/fonts/type1/public/paratype/PTC75F.pfm - RELOC/fonts/type1/public/paratype/PTF55F.inf - RELOC/fonts/type1/public/paratype/PTF55F.pfb - RELOC/fonts/type1/public/paratype/PTF55F.pfm - RELOC/fonts/type1/public/paratype/PTF56F.inf - RELOC/fonts/type1/public/paratype/PTF56F.pfb - RELOC/fonts/type1/public/paratype/PTF56F.pfm - RELOC/fonts/type1/public/paratype/PTF75F.inf - RELOC/fonts/type1/public/paratype/PTF75F.pfb - RELOC/fonts/type1/public/paratype/PTF75F.pfm - RELOC/fonts/type1/public/paratype/PTF76F.inf - RELOC/fonts/type1/public/paratype/PTF76F.pfb - RELOC/fonts/type1/public/paratype/PTF76F.pfm - RELOC/fonts/type1/public/paratype/PTN57F.inf - RELOC/fonts/type1/public/paratype/PTN57F.pfb - RELOC/fonts/type1/public/paratype/PTN57F.pfm - RELOC/fonts/type1/public/paratype/PTN77F.inf - RELOC/fonts/type1/public/paratype/PTN77F.pfb - RELOC/fonts/type1/public/paratype/PTN77F.pfm - RELOC/fonts/type1/public/paratype/PTS55F.inf - RELOC/fonts/type1/public/paratype/PTS55F.pfb - RELOC/fonts/type1/public/paratype/PTS55F.pfm - RELOC/fonts/type1/public/paratype/PTS56F.inf - RELOC/fonts/type1/public/paratype/PTS56F.pfb - RELOC/fonts/type1/public/paratype/PTS56F.pfm - RELOC/fonts/type1/public/paratype/PTS75F.inf - RELOC/fonts/type1/public/paratype/PTS75F.pfb - RELOC/fonts/type1/public/paratype/PTS75F.pfm - RELOC/fonts/type1/public/paratype/PTS76F.inf - RELOC/fonts/type1/public/paratype/PTS76F.pfb - RELOC/fonts/type1/public/paratype/PTS76F.pfm - RELOC/fonts/type1/public/paratype/PTZ55F.inf - RELOC/fonts/type1/public/paratype/PTZ55F.pfb - RELOC/fonts/type1/public/paratype/PTZ55F.pfm - RELOC/fonts/type1/public/paratype/PTZ56F.inf - RELOC/fonts/type1/public/paratype/PTZ56F.pfb - RELOC/fonts/type1/public/paratype/PTZ56F.pfm - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-il2.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-ot1.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTMono-Bold-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTMono-BoldSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-il2.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-ot1.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTMono-Regular-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTMono-Slanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-Bold-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-BoldItalic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-Caption-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBold-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionBoldSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-CaptionSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-Italic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-Narrow-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBold-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowBoldSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-NarrowSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSans-Regular-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Bold-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldItalic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-BoldUprightItalic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Caption-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionItalic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionSlanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-CaptionUprightItalic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Italic-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Regular-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-Slanted-tlf-x2.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t1.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2a.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2b.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-t2c.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-ts1.vf - RELOC/fonts/vf/public/paratype/PTSerif-UprightItalic-tlf-x2.vf + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-il2.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ot1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2--base.tfm + RELOC/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.tfm + RELOC/fonts/truetype/paratype/ptmono/PTM55F.ttf + RELOC/fonts/truetype/paratype/ptmono/PTM75F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTC55F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTC75F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTN57F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTN77F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTS55F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTS56F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTS75F.ttf + RELOC/fonts/truetype/paratype/ptsans/PTS76F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTF55F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTF56F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTF75F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTF76F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTZ55F.ttf + RELOC/fonts/truetype/paratype/ptserif/PTZ56F.ttf + RELOC/fonts/type1/paratype/ptmono/PTM55F.pfb + RELOC/fonts/type1/paratype/ptmono/PTM55F.pfm + RELOC/fonts/type1/paratype/ptmono/PTM75F.pfb + RELOC/fonts/type1/paratype/ptmono/PTM75F.pfm + RELOC/fonts/type1/paratype/ptsans/PTC55F.pfb + RELOC/fonts/type1/paratype/ptsans/PTC55F.pfm + RELOC/fonts/type1/paratype/ptsans/PTC75F.pfb + RELOC/fonts/type1/paratype/ptsans/PTC75F.pfm + RELOC/fonts/type1/paratype/ptsans/PTN57F.pfb + RELOC/fonts/type1/paratype/ptsans/PTN57F.pfm + RELOC/fonts/type1/paratype/ptsans/PTN77F.pfb + RELOC/fonts/type1/paratype/ptsans/PTN77F.pfm + RELOC/fonts/type1/paratype/ptsans/PTS55F.pfb + RELOC/fonts/type1/paratype/ptsans/PTS55F.pfm + RELOC/fonts/type1/paratype/ptsans/PTS56F.pfb + RELOC/fonts/type1/paratype/ptsans/PTS56F.pfm + RELOC/fonts/type1/paratype/ptsans/PTS75F.pfb + RELOC/fonts/type1/paratype/ptsans/PTS75F.pfm + RELOC/fonts/type1/paratype/ptsans/PTS76F.pfb + RELOC/fonts/type1/paratype/ptsans/PTS76F.pfm + RELOC/fonts/type1/paratype/ptserif/PTF55F.pfb + RELOC/fonts/type1/paratype/ptserif/PTF55F.pfm + RELOC/fonts/type1/paratype/ptserif/PTF56F.pfb + RELOC/fonts/type1/paratype/ptserif/PTF56F.pfm + RELOC/fonts/type1/paratype/ptserif/PTF75F.pfb + RELOC/fonts/type1/paratype/ptserif/PTF75F.pfm + RELOC/fonts/type1/paratype/ptserif/PTF76F.pfb + RELOC/fonts/type1/paratype/ptserif/PTF76F.pfm + RELOC/fonts/type1/paratype/ptserif/PTZ55F.pfb + RELOC/fonts/type1/paratype/ptserif/PTZ55F.pfm + RELOC/fonts/type1/paratype/ptserif/PTZ56F.pfb + RELOC/fonts/type1/paratype/ptserif/PTZ56F.pfm + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-il2.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ot1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-x2.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-il2.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ot1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-x2.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-x2.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.vf + RELOC/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.vf RELOC/tex/latex/paratype/IL2PTMono-TLF.fd RELOC/tex/latex/paratype/IL2PTSans-TLF.fd RELOC/tex/latex/paratype/IL2PTSansCaption-TLF.fd @@ -97663,26 +99984,25 @@ runfiles size=5225 RELOC/tex/latex/paratype/X2PTSerif-TLF.fd RELOC/tex/latex/paratype/X2PTSerifCaption-TLF.fd RELOC/tex/latex/paratype/paratype.sty -docfiles size=313 +docfiles size=289 RELOC/doc/fonts/paratype/CHANGELOG RELOC/doc/fonts/paratype/OT_TT_Install_E.txt RELOC/doc/fonts/paratype/OT_TT_Install_R.txt RELOC/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt RELOC/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt RELOC/doc/fonts/paratype/README - RELOC/doc/fonts/paratype/README.doc RELOC/doc/fonts/paratype/manifest.txt RELOC/doc/fonts/paratype/paratype-sample.pdf RELOC/doc/fonts/paratype/paratype-sample.tex RELOC/doc/fonts/paratype/paratype.pdf RELOC/doc/fonts/paratype/paratype.tex catalogue-ctan /fonts/paratype -catalogue-date 2013-04-03 11:32:41 +0200 +catalogue-date 2013-05-21 15:19:45 +0200 catalogue-license lppl name paresse category Package -revision 29137 +revision 29803 shortdesc Define simple macros for greek letters. relocated 1 longdesc The package defines macros using SS to type greek letters. so @@ -97813,7 +100133,7 @@ catalogue-license other-free name patgen category TLCore -revision 26689 +revision 29764 shortdesc Generate hyphenation patterns. longdesc This is the last version of the program distributed by Knuth; longdesc it advertises itself as a pattern generator for "the algorithm @@ -97822,18 +100142,18 @@ longdesc distributions are Unicode-based. depend kpathsea depend patgen.ARCH docfiles size=5 - texmf/doc/man/man1/patgen.1 - texmf/doc/man/man1/patgen.man1.pdf + texmf-dist/doc/man/man1/patgen.1 + texmf-dist/doc/man/man1/patgen.man1.pdf catalogue-ctan /obsolete/systems/knuth/unsupported/texware/patgen.web -catalogue-date 2011-07-17 16:49:53 +0200 +catalogue-date 2012-06-09 20:15:34 +0200 catalogue-license knuth catalogue-version 2.3 name patgen.i386-linux category TLCore -revision 26340 +revision 30088 shortdesc i386-linux files of patgen -binfiles arch=i386-linux size=8 +binfiles arch=i386-linux size=9 bin/i386-linux/patgen name patgen2-tutorial @@ -98181,7 +100501,7 @@ binfiles arch=i386-linux size=2 name pdfjam category Package -revision 29349 +revision 29752 shortdesc Shell scripts interfacing to pdfpages. longdesc This is a collection of shell scripts which provide an longdesc interface to the pdfpages LaTeX package. They do such jobs as @@ -98202,36 +100522,36 @@ runfiles size=21 texmf-dist/scripts/pdfjam/pdfnup texmf-dist/scripts/pdfjam/pdfpun docfiles size=90 + texmf-dist/doc/man/man1/pdf180.1 + texmf-dist/doc/man/man1/pdf180.man1.pdf + texmf-dist/doc/man/man1/pdf270.1 + texmf-dist/doc/man/man1/pdf270.man1.pdf + texmf-dist/doc/man/man1/pdf90.1 + texmf-dist/doc/man/man1/pdf90.man1.pdf + texmf-dist/doc/man/man1/pdfbook.1 + texmf-dist/doc/man/man1/pdfbook.man1.pdf + texmf-dist/doc/man/man1/pdfflip.1 + texmf-dist/doc/man/man1/pdfflip.man1.pdf + texmf-dist/doc/man/man1/pdfjam-pocketmod.1 + texmf-dist/doc/man/man1/pdfjam-pocketmod.man1.pdf + texmf-dist/doc/man/man1/pdfjam-slides3up.1 + texmf-dist/doc/man/man1/pdfjam-slides3up.man1.pdf + texmf-dist/doc/man/man1/pdfjam-slides6up.1 + texmf-dist/doc/man/man1/pdfjam-slides6up.man1.pdf + texmf-dist/doc/man/man1/pdfjam.1 + texmf-dist/doc/man/man1/pdfjam.man1.pdf + texmf-dist/doc/man/man1/pdfjoin.1 + texmf-dist/doc/man/man1/pdfjoin.man1.pdf + texmf-dist/doc/man/man1/pdfnup.1 + texmf-dist/doc/man/man1/pdfnup.man1.pdf + texmf-dist/doc/man/man1/pdfpun.1 + texmf-dist/doc/man/man1/pdfpun.man1.pdf texmf-dist/doc/support/pdfjam/COPYING texmf-dist/doc/support/pdfjam/PDFjam-README.html texmf-dist/doc/support/pdfjam/VERSION texmf-dist/doc/support/pdfjam/pdfdroplets.png texmf-dist/doc/support/pdfjam/pdfjam.conf texmf-dist/doc/support/pdfjam/tests.zip - texmf/doc/man/man1/pdf180.1 - texmf/doc/man/man1/pdf180.man1.pdf - texmf/doc/man/man1/pdf270.1 - texmf/doc/man/man1/pdf270.man1.pdf - texmf/doc/man/man1/pdf90.1 - texmf/doc/man/man1/pdf90.man1.pdf - texmf/doc/man/man1/pdfbook.1 - texmf/doc/man/man1/pdfbook.man1.pdf - texmf/doc/man/man1/pdfflip.1 - texmf/doc/man/man1/pdfflip.man1.pdf - texmf/doc/man/man1/pdfjam-pocketmod.1 - texmf/doc/man/man1/pdfjam-pocketmod.man1.pdf - texmf/doc/man/man1/pdfjam-slides3up.1 - texmf/doc/man/man1/pdfjam-slides3up.man1.pdf - texmf/doc/man/man1/pdfjam-slides6up.1 - texmf/doc/man/man1/pdfjam-slides6up.man1.pdf - texmf/doc/man/man1/pdfjam.1 - texmf/doc/man/man1/pdfjam.man1.pdf - texmf/doc/man/man1/pdfjoin.1 - texmf/doc/man/man1/pdfjoin.man1.pdf - texmf/doc/man/man1/pdfnup.1 - texmf/doc/man/man1/pdfnup.man1.pdf - texmf/doc/man/man1/pdfpun.1 - texmf/doc/man/man1/pdfpun.man1.pdf catalogue-ctan /support/pdfjam catalogue-date 2012-06-17 01:47:14 +0200 catalogue-license gpl2 @@ -98439,7 +100759,7 @@ catalogue-version 0.06d name pdftex category TLCore -revision 29585 +revision 30480 shortdesc A TeX extension for direct creation of PDF. longdesc An extension of TeX which can be configured to directly longdesc generate PDF documents instead of DVI. All current free TeX @@ -98452,15 +100772,19 @@ depend pdftex.ARCH execute AddFormat name=pdftex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *pdfetex.ini" execute AddFormat name=etex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *etex.ini" execute AddFormat name=pdfetex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *pdfetex.ini" -runfiles size=798 +runfiles size=844 + texmf-dist/fonts/map/pdftex/updmap/pdftex.map + texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map + texmf-dist/fonts/map/pdftex/updmap/pdftex_ndl14.map texmf-dist/scripts/simpdftex/simpdftex - texmf/fonts/map/pdftex/updmap/pdftex.map - texmf/fonts/map/pdftex/updmap/pdftex_dl14.map - texmf/fonts/map/pdftex/updmap/pdftex_ndl14.map - texmf/tex/generic/config/pdftex-dvi.tex - texmf/tex/generic/config/pdftexconfig.tex - texmf/tex/generic/pdftex/glyphtounicode.tex + texmf-dist/tex/generic/config/pdftex-dvi.tex + texmf-dist/tex/generic/config/pdftexconfig.tex + texmf-dist/tex/generic/pdftex/glyphtounicode.tex docfiles size=1161 + texmf-dist/doc/man/man1/pdfetex.1 + texmf-dist/doc/man/man1/pdfetex.man1.pdf + texmf-dist/doc/man/man1/pdftex.1 + texmf-dist/doc/man/man1/pdftex.man1.pdf texmf-dist/doc/pdftex/Announcement-1.40.2 texmf-dist/doc/pdftex/NEWS texmf-dist/doc/pdftex/README @@ -98508,10 +100832,6 @@ docfiles size=1161 texmf-dist/doc/pdftex/thanh/ext/mktfm8z texmf-dist/doc/pdftex/thanh/ext/protcode.tex texmf-dist/doc/pdftex/thanh/ext/ufntinst.sty - texmf/doc/man/man1/pdfetex.1 - texmf/doc/man/man1/pdfetex.man1.pdf - texmf/doc/man/man1/pdftex.1 - texmf/doc/man/man1/pdftex.man1.pdf catalogue-ctan /systems/pdftex catalogue-date 2011-11-09 15:33:34 +0100 catalogue-license gpl @@ -98519,9 +100839,9 @@ catalogue-version 1.40.11 name pdftex.i386-linux category TLCore -revision 27321 +revision 30088 shortdesc i386-linux files of pdftex -binfiles arch=i386-linux size=371 +binfiles arch=i386-linux size=417 bin/i386-linux/etex bin/i386-linux/pdfetex bin/i386-linux/pdftex @@ -98529,7 +100849,7 @@ binfiles arch=i386-linux size=371 name pdftools category TLCore -revision 27321 +revision 29764 catalogue xpdfopen shortdesc PDF-related utilities, including PostScript-to-PDF conversion longdesc The command-line programs pdfopen and pdfclose allow you to @@ -98540,26 +100860,26 @@ longdesc and evince. This version derives from one written by Fabrice longdesc Popineau for Microsoft operating systems. depend pdftools.ARCH runfiles size=1 - texmf-dist/scripts/tetex/e2pall.pl + texmf-dist/scripts/texlive/e2pall.pl docfiles size=17 - texmf/doc/man/man1/e2pall.1 - texmf/doc/man/man1/e2pall.man1.pdf - texmf/doc/man/man1/pdfclose.1 - texmf/doc/man/man1/pdfclose.man1.pdf - texmf/doc/man/man1/pdfopen.1 - texmf/doc/man/man1/pdfopen.man1.pdf - texmf/doc/man/man1/pdftosrc.1 - texmf/doc/man/man1/pdftosrc.man1.pdf + texmf-dist/doc/man/man1/e2pall.1 + texmf-dist/doc/man/man1/e2pall.man1.pdf + texmf-dist/doc/man/man1/pdfclose.1 + texmf-dist/doc/man/man1/pdfclose.man1.pdf + texmf-dist/doc/man/man1/pdfopen.1 + texmf-dist/doc/man/man1/pdfopen.man1.pdf + texmf-dist/doc/man/man1/pdftosrc.1 + texmf-dist/doc/man/man1/pdftosrc.man1.pdf catalogue-ctan /support/xpdfopen -catalogue-date 2012-01-31 10:42:47 +0100 +catalogue-date 2012-09-07 16:54:33 +0200 catalogue-license pd catalogue-version 0.83 name pdftools.i386-linux category TLCore -revision 27321 +revision 30088 shortdesc i386-linux files of pdftools -binfiles arch=i386-linux size=146 +binfiles arch=i386-linux size=159 bin/i386-linux/e2pall bin/i386-linux/pdfatfi bin/i386-linux/pdfclose @@ -98807,7 +101127,7 @@ catalogue-license lppl name perltex category Package -revision 26313 +revision 29752 shortdesc Define LaTeX macros in terms of Perl code longdesc PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e longdesc package (perltex.sty) that, together, give the user the ability @@ -98828,13 +101148,13 @@ docfiles size=90 texmf-dist/doc/latex/perltex/README texmf-dist/doc/latex/perltex/example.tex texmf-dist/doc/latex/perltex/perltex.pdf - texmf/doc/man/man1/perltex.1 - texmf/doc/man/man1/perltex.man1.pdf + texmf-dist/doc/man/man1/perltex.1 + texmf-dist/doc/man/man1/perltex.man1.pdf srcfiles size=31 texmf-dist/source/latex/perltex/perltex.dtx texmf-dist/source/latex/perltex/perltex.ins catalogue-ctan /macros/latex/contrib/perltex -catalogue-date 2010-07-24 23:20:00 +0200 +catalogue-date 2012-06-12 18:08:23 +0200 catalogue-license lppl catalogue-version 2.1 @@ -98900,483 +101220,254 @@ catalogue-version 0.6 name persian-hm-ftx category Package -revision 29700 +revision 30553 shortdesc Persian fonts derived from farsitex distribution. relocated 1 longdesc The bundle offers a set of 228 Persian fonts derived from longdesc Metafont sources provided in the farsitex distribution. -runfiles size=9049 - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Outline.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Shadow.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowItalic.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar.ttf -docfiles size=868 +runfiles size=61627 + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshia.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FArshiaSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadr.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FBadrSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElham.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElhamSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmi.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FElmiSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnaz.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FFarnazSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHoma.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FHomaSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadid.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FJadidSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamran.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKamranSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodak.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FKoodakSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoos.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FLotoosSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitra.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FMitraSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasim.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNasimSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeli.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FNazeliSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoya.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FRoyaSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassom.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTabassomSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitr.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTitrSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTraffic.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTrafficSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghut.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FYaghutSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZar.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarObBd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarOl.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarSd.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-ftx/HM_FZarSdOb.ttf +docfiles size=911 RELOC/doc/fonts/persian-hm-ftx/HM_FTX-fonts-sample.pdf RELOC/doc/fonts/persian-hm-ftx/HM_FTX-fonts-sample.tex RELOC/doc/fonts/persian-hm-ftx/OFL-FAQ.txt RELOC/doc/fonts/persian-hm-ftx/OFL.txt RELOC/doc/fonts/persian-hm-ftx/README -srcfiles size=68742 - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Bold.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-BoldItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-BoldOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Italic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Oblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Outline.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-OutlineItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-OutlineOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Shadow.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-ShadowItalic.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar.sfd catalogue-ctan /fonts/persian/hm-ftx -catalogue-date 2013-04-06 19:30:37 +0200 +catalogue-date 2013-05-18 17:41:16 +0200 catalogue-license ofl -catalogue-version 0.11 +catalogue-version 0.13 name persian-hm-xbs category Package -revision 29616 +revision 30554 shortdesc Persian fonts derived from X series 2. relocated 1 longdesc The bundle offers a set of 87 Persian fonts derived from X @@ -99387,221 +101478,291 @@ longdesc with YEH ABOVE is changed to the glyphs with HAMZA ABOVE, e.g. longdesc ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM (uniFBA5) has longdesc been changed to ARABIC LETTER HEH WITH HAMZA ABOVE ISOLATED longdesc FORM. -runfiles size=24916 - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhan.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanNavaar.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanPook.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKayhanSayeh.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr-ObliqueBold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBKhoramshahr.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBNiloofar.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRiyaz.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRoya-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBRoya.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafigh.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighKurd.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShafighUzbek.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBShiraz.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBSols-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBSols-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBSols-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBSols.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTabriz.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTitre-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTitre.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTitreShadow-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBTitreShadow.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYagut-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYagut.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYas-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYas-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYas-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBYas.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar-Oblique.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar-ObliqueBold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XBZar.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMTraffic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMVahid-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMVahid.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMYermook-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XMYermook.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPVosta-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPVosta.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-Bold.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-BoldItalic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPZiba-Italic.ttf - RELOC/fonts/truetype/public/persian-hm-xbs/HM_XPZiba.ttf -docfiles size=309 +runfiles size=77706 + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhan.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanNavaar.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanPook.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSayeh.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKayhanSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahr.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOblique.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrObliqueBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XKhorramshahrSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofar.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XNiloofarSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyaz.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRiyazSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoya.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XRoyaSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafigh.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighKurdSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbek.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShafighUzbekSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShiraz.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XShirazSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSols.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XSolsSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabriz.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTabrizSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitr.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrShadow.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTitrShadowIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTraffic.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XTrafficSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahid.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVahidSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVosta.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XVostaSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghut.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYaghutSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYas.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYasSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermook.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XYermookSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZar.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarOblique.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarObliqueBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZarSdOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZiba.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaBdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaObBd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaOl.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaOlIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaOlOb.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaSd.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaSdIt.ttf + RELOC/fonts/truetype/public/persian-hm-xbs/HM_XZibaSdOb.ttf +docfiles size=310 RELOC/doc/fonts/persian-hm-xbs/HM_XBS-fonts-sample.pdf RELOC/doc/fonts/persian-hm-xbs/HM_XBS-fonts-sample.tex RELOC/doc/fonts/persian-hm-xbs/OFL-FAQ.txt RELOC/doc/fonts/persian-hm-xbs/OFL.txt RELOC/doc/fonts/persian-hm-xbs/README -srcfiles size=56132 - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhan-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhan-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhan-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhan.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhanNavaar.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhanPook.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKayhanSayeh.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr-Oblique.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr-ObliqueBold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBKhoramshahr.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBNiloofar-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBNiloofar-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBNiloofar-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBNiloofar.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRiyaz-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRiyaz-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRiyaz-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRiyaz.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRoya-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRoya-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRoya-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBRoya.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafigh-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafigh-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafigh-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafigh.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighKurd-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighKurd-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighKurd-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighKurd.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighUzbek-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighUzbek-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighUzbek-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShafighUzbek.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShiraz-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShiraz-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShiraz-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBShiraz.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBSols-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBSols-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBSols-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBSols.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTabriz-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTabriz-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTabriz-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTabriz.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTitre-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTitre.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTitreShadow-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBTitreShadow.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYagut-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYagut-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYagut-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYagut.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYas-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYas-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYas-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBYas.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar-Oblique.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar-ObliqueBold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XBZar.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMTraffic-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMTraffic-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMTraffic-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMTraffic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMVahid-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMVahid-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMVahid-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMVahid.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMYermook-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMYermook-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMYermook-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XMYermook.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPVosta-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPVosta-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPVosta-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPVosta.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPZiba-Bold.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPZiba-BoldItalic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPZiba-Italic.sfd - RELOC/source/fonts/persian-hm-xbs/HM_XPZiba.sfd catalogue-ctan /fonts/persian/hm-xbs -catalogue-date 2013-04-02 11:29:32 +0200 +catalogue-date 2013-05-18 17:41:16 +0200 catalogue-license ofl -catalogue-version 0.13 +catalogue-version 0.15 name persian-modern category Package -revision 29701 +revision 30078 shortdesc The "Persian Modern" family of fonts. relocated 1 longdesc The Persian Modern family consists of 12 fonts (based on the longdesc "FarsiTeX Scientific fonts" released into the public domain by longdesc the FarsiTeX project). The single set of fonts is available in -longdesc TrueType format (.ttf). Support may be available via the -longdesc ParsiLaTeX forum. -runfiles size=492 - RELOC/fonts/truetype/public/persian-modern/persian-modern-bold.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-bolditalic.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-boldoblique.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-italic.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-italicoutline.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-italicshadow.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-oblique.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-obliqueoutline.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-obliqueshadow.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-outline.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-regular.ttf - RELOC/fonts/truetype/public/persian-modern/persian-modern-shadow.ttf +longdesc OpenType format (.otf). +runfiles size=1089 + RELOC/fonts/opentype/public/persian-modern/persian-modern-bold.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-bolditalic.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-boldoblique.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-italic.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-italicoutline.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-italicshadow.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-oblique.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-obliqueoutline.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-obliqueshadow.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-outline.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-regular.otf + RELOC/fonts/opentype/public/persian-modern/persian-modern-shadow.otf docfiles size=14 RELOC/doc/fonts/persian-modern/OFL-FAQ.txt RELOC/doc/fonts/persian-modern/OFL.txt RELOC/doc/fonts/persian-modern/README -srcfiles size=3292 +srcfiles size=3359 RELOC/source/fonts/persian-modern/persian-modern-bold.sfd RELOC/source/fonts/persian-modern/persian-modern-bolditalic.sfd RELOC/source/fonts/persian-modern/persian-modern-boldoblique.sfd @@ -99615,9 +101776,9 @@ srcfiles size=3292 RELOC/source/fonts/persian-modern/persian-modern-regular.sfd RELOC/source/fonts/persian-modern/persian-modern-shadow.sfd catalogue-ctan /fonts/persian/persian-modern -catalogue-date 2013-04-05 13:20:40 +0200 +catalogue-date 2013-04-20 21:59:01 +0200 catalogue-license ofl -catalogue-version 0.3 +catalogue-version 0.4 name petiteannonce category Package @@ -99671,28 +101832,32 @@ catalogue-license gpl name pfarrei category Package -revision 29348 -shortdesc LaTeX support of a priest's work. -longdesc In "Die TeXnische Komodie" (in 2004) Christian Justen described -longdesc his use of LaTeX in his work as priest. One point was to -longdesc arrange A5 pages onto A4 landscape paper, either side-by-side -longdesc or as a booklet. Justen made two bash scripts for this job; the -longdesc package provides one texlua script for both requirements. +revision 29796 +shortdesc LaTeX support of pastors' and priests' work. +longdesc In "Die TeXnische Komodie" (issue 1/2013) Christian Justen +longdesc described his use of LaTeX in his work as priest (similar +longdesc requirements may be encountered in the work of pastors and +longdesc other ministers of religion). One point was to arrange A5 pages +longdesc onto A4 landscape paper, either side-by-side or as a booklet. +longdesc Justen made two bash scripts for this job; the package provides +longdesc one texlua script for both requirements. (Note that file +longdesc a5toa4.tlu should have execute permissions in any +longdesc installation.) depend pfarrei.ARCH -runfiles size=5 +runfiles size=7 texmf-dist/scripts/pfarrei/a5toa4.tlu texmf-dist/scripts/pfarrei/pfarrei.tlu texmf-dist/tex/latex/pfarrei/a5toa4.tex texmf-dist/tex/latex/pfarrei/pfarrei.sty -docfiles size=103 +docfiles size=123 texmf-dist/doc/latex/pfarrei/pfarrei.pdf -srcfiles size=7 +srcfiles size=12 texmf-dist/source/latex/pfarrei/README texmf-dist/source/latex/pfarrei/pfarrei.dtx catalogue-ctan /macros/latex/contrib/pfarrei -catalogue-date 2013-03-11 14:31:02 +0100 +catalogue-date 2013-04-08 18:29:05 +0200 catalogue-license lppl1.3 -catalogue-version r20 +catalogue-version r33 name pfarrei.i386-linux category Package @@ -100997,7 +103162,7 @@ catalogue-version 1.618 name pkfix-helper category Package -revision 22981 +revision 29725 shortdesc Make PostScript files accessible to pkfix. longdesc Pkfix is a useful utility for replacing resolution-dependent longdesc bitmapped fonts in a dvips-produced PostScript file with the @@ -101015,13 +103180,13 @@ depend pkfix-helper.ARCH runfiles size=14 texmf-dist/scripts/pkfix-helper/pkfix-helper docfiles size=189 + texmf-dist/doc/man/man1/pkfix-helper.1 + texmf-dist/doc/man/man1/pkfix-helper.man1.pdf texmf-dist/doc/support/pkfix-helper/README texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf texmf-dist/doc/support/pkfix-helper/encoding-samples.tex - texmf/doc/man/man1/pkfix-helper.1 - texmf/doc/man/man1/pkfix-helper.man1.pdf catalogue-ctan /support/pkfix-helper -catalogue-date 2011-06-13 21:57:04 +0200 +catalogue-date 2012-06-08 16:04:26 +0200 catalogue-license lppl catalogue-version 1.4 @@ -101058,7 +103223,7 @@ binfiles arch=i386-linux size=1 name pkuthss category Package -revision 29580 +revision 29797 shortdesc LaTeX template for dissertations in Peking University. relocated 1 longdesc The package provides a simple, clear and flexible LaTeX @@ -101068,7 +103233,7 @@ runfiles size=7 RELOC/tex/latex/pkuthss/pkuthss-gbk.def RELOC/tex/latex/pkuthss/pkuthss-utf8.def RELOC/tex/latex/pkuthss/pkuthss.cls -docfiles size=146 +docfiles size=145 RELOC/doc/latex/pkuthss/gbkcrlf/ChangeLog-upto-1.3.txt RELOC/doc/latex/pkuthss/gbkcrlf/ChangeLog.txt RELOC/doc/latex/pkuthss/gbkcrlf/Make.bat @@ -101113,9 +103278,9 @@ docfiles size=146 RELOC/doc/latex/pkuthss/utf8lf/pkuthss.bib RELOC/doc/latex/pkuthss/utf8lf/pkuthss.tex catalogue-ctan /macros/latex/contrib/pkuthss -catalogue-date 2013-03-29 23:43:42 +0100 +catalogue-date 2013-04-08 10:17:07 +0200 catalogue-license other-free -catalogue-version 1.4rc2 +catalogue-version 1.4rc3 name placeins-plain category Package @@ -101219,7 +103384,7 @@ runfiles size=57 name plantslabels category Package -revision 17831 +revision 29803 shortdesc Write labels for plants. relocated 1 longdesc The package defines a command \plant, which has three mandatory @@ -101237,7 +103402,7 @@ docfiles size=94 RELOC/doc/latex/plantslabels/example/tex/cactus.eps RELOC/doc/latex/plantslabels/example/tex/example.tex catalogue-ctan /macros/latex/contrib/plantslabels -catalogue-date 2010-04-14 18:13:33 +0200 +catalogue-date 2012-06-08 17:19:18 +0200 catalogue-license lppl catalogue-version 1.0 @@ -101307,25 +103472,26 @@ catalogue-license lppl name plipsum category Package -revision 29349 +revision 30353 shortdesc 'Lorem ipsum' for Plain TeX developers. relocated 1 longdesc The package provides a paragraph generator designed for use in longdesc Plain TeX documents. The paragraphs generated contain many 'f- longdesc groups' (ff, fl etc.) so the text can act as a test of the longdesc ligatures of the font in use. -runfiles size=30 +runfiles size=37 RELOC/tex/plain/plipsum/plipsum.tex -docfiles size=44 +docfiles size=101 RELOC/doc/plain/plipsum/README RELOC/doc/plain/plipsum/compile.sh + RELOC/doc/plain/plipsum/plipsum-doc.pdf RELOC/doc/plain/plipsum/plipsum.nw - RELOC/doc/plain/plipsum/plipsumdoc.pdf RELOC/doc/plain/plipsum/pliptest.tex + RELOC/doc/plain/plipsum/stripc catalogue-ctan /macros/plain/contrib/plipsum -catalogue-date 2012-09-14 20:13:55 +0200 +catalogue-date 2013-05-09 11:57:32 +0200 catalogue-license lppl -catalogue-version 2.3 +catalogue-version 4.3 name plnfss category Package @@ -101365,6 +103531,24 @@ catalogue-date 2008-05-21 10:21:02 +0200 catalogue-license lppl catalogue-version 1.1 +name plstmary +category Package +revision 30377 +shortdesc St. Mary's Road font support for plain TeX. +relocated 1 +longdesc The package provides commands to produce all the symbols of the +longdesc St Mary's Road fonts, in a Plain TeX environment. +runfiles size=2 + RELOC/tex/plain/plstmary/stmary.tex +docfiles size=40 + RELOC/doc/plain/plstmary/README + RELOC/doc/plain/plstmary/plstmary-doc.pdf + RELOC/doc/plain/plstmary/plstmary-doc.tex +catalogue-ctan /macros/plain/contrib/plstmary +catalogue-date 2013-05-10 10:43:41 +0200 +catalogue-license pd +catalogue-version 0.5a + name pl category Package revision 15878 @@ -101862,7 +104046,7 @@ catalogue-version 1.0 name pmx category Package -revision 28894 +revision 29978 shortdesc Preprocessor for MusiXTeX. longdesc PMX is a preprocessor for MusiXTeX. It builds the TeX input longdesc file from a file in a much simpler language, making most of the @@ -101875,117 +104059,39 @@ depend pmx.ARCH runfiles size=9 texmf-dist/scripts/pmx/pmx2pdf.lua texmf-dist/tex/generic/pmx/pmx.tex -docfiles size=1228 +docfiles size=239 texmf-dist/doc/generic/pmx/README texmf-dist/doc/generic/pmx/examples/barsant.pmx texmf-dist/doc/generic/pmx/examples/dyntest.pmx texmf-dist/doc/generic/pmx/examples/most.pmx texmf-dist/doc/generic/pmx/examples/mwalmnd.pmx texmf-dist/doc/generic/pmx/file600.eps + texmf-dist/doc/generic/pmx/gpl.txt + texmf-dist/doc/generic/pmx/install_run_pmx270.pdf + texmf-dist/doc/generic/pmx/install_run_pmx270.tex texmf-dist/doc/generic/pmx/pmx-install.pdf texmf-dist/doc/generic/pmx/pmx-install.tex - texmf-dist/doc/generic/pmx/pmx260.pdf - texmf-dist/doc/generic/pmx/pmx260.tex - texmf-dist/doc/generic/pmx/pmx2pdf.html - texmf-dist/doc/generic/pmx/pmxab.html - texmf-dist/doc/generic/pmx/pmxccn/README - texmf-dist/doc/generic/pmx/pmxccn/addresses/btennent.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/cmondrup.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/dlaurie.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/dsimons.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/hmorimoto.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/jpcoulon.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/mcodogno.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/noack.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/ovogel.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/rdunker.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/skneifl.eps - texmf-dist/doc/generic/pmx/pmxccn/addresses/texmusiclist.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/Donjump.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/Haydn.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/JChrBach.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/MIDI.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/MIDIbaroque.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/agon.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/autobeam.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/bars.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/beams.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/beethoven0.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/beethoven1.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/bloch.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/bruckner.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/caccini1.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/caccini2.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/caccini3.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/chords.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/chordslur.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/clefchg.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/clefchg2.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/clefnot.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1k.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1m.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs1n.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2k.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2m.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/cslurs2n.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/debussy.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/diabolica.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/dottedslur.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/dufay.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/grace.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/inlinesample.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/jumpbeam.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/jumpslur.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/keychg.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/kslurs1.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/kslurs2.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/kslurtweaks.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/macro.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/meter.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/mozart.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/notepara.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/noteparb.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/noteparc.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/ornament.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/pathetique.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/pickups.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/pitch.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/poppea.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/reloctav.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/rests.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/transpose.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/transpose1.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/transpose2.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/transpose3.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/triplerest.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/tristn.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/trists.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/vivaldi1.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/vivaldi2.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/volta.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/xtuplets.eps - texmf-dist/doc/generic/pmx/pmxccn/eps/xtupletsSich.eps - texmf-dist/doc/generic/pmx/pmxccn/pmxccn2618.pdf - texmf-dist/doc/generic/pmx/pmxccn/pmxccn2618.tex - texmf-dist/doc/generic/pmx/ref260.pdf - texmf-dist/doc/generic/pmx/ref260.tex - texmf-dist/doc/generic/pmx/scor2prt.html - texmf/doc/man/man1/pmx2pdf.1 - texmf/doc/man/man1/pmx2pdf.man1.pdf - texmf/doc/man/man1/pmxab.1 - texmf/doc/man/man1/pmxab.man1.pdf - texmf/doc/man/man1/scor2prt.1 - texmf/doc/man/man1/scor2prt.man1.pdf + texmf-dist/doc/generic/pmx/pmx25-27.html + texmf-dist/doc/generic/pmx/pmx270.pdf + texmf-dist/doc/generic/pmx/pmx270.tex + texmf-dist/doc/generic/pmx/ref270.pdf + texmf-dist/doc/generic/pmx/ref270.tex + texmf-dist/doc/man/man1/pmx2pdf.1 + texmf-dist/doc/man/man1/pmx2pdf.man1.pdf + texmf-dist/doc/man/man1/pmxab.1 + texmf-dist/doc/man/man1/pmxab.man1.pdf + texmf-dist/doc/man/man1/scor2prt.1 + texmf-dist/doc/man/man1/scor2prt.man1.pdf catalogue-ctan /support/pmx -catalogue-date 2013-01-15 18:22:19 +0100 +catalogue-date 2013-04-16 18:37:23 +0200 catalogue-license gpl2 -catalogue-version 2.6.19 +catalogue-version 2.7.0 name pmx.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of pmx -binfiles arch=i386-linux size=132 +binfiles arch=i386-linux size=140 bin/i386-linux/pmx2pdf bin/i386-linux/pmxab bin/i386-linux/scor2prt @@ -103003,13 +105109,20 @@ catalogue-version 1.101 name polyglossia category Package -revision 26163 +revision 30596 shortdesc Modern multilingual typesetting with XeLaTeX. relocated 1 longdesc This package provides a complete Babel replacement for users of -longdesc XeLaTeX; it relies on the fontspec package, version 2.0 at -longdesc least. The current release offers support of 68 languages. -runfiles size=117 +longdesc LuaLaTeX and XeLaTeX; it relies on the fontspec package, +longdesc version 2.0 at least. This is the first release that supports +longdesc use with LuaLaTeX; it should be considered "transitional" in +longdesc that role. +depend etoolbox +depend fontspec +depend ifluatex +depend makecmds +depend xkeyval +runfiles size=131 RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec RELOC/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map @@ -103020,127 +105133,110 @@ runfiles size=117 RELOC/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec RELOC/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map RELOC/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec - RELOC/tex/xelatex/polyglossia/arabicnumbers.sty - RELOC/tex/xelatex/polyglossia/babel-hebrewalph.def - RELOC/tex/xelatex/polyglossia/babelsh.def - RELOC/tex/xelatex/polyglossia/cal-util.def - RELOC/tex/xelatex/polyglossia/devanagaridigits.sty - RELOC/tex/xelatex/polyglossia/farsical.sty - RELOC/tex/xelatex/polyglossia/gloss-albanian.ldf - RELOC/tex/xelatex/polyglossia/gloss-amharic.ldf - RELOC/tex/xelatex/polyglossia/gloss-arabic.ldf - RELOC/tex/xelatex/polyglossia/gloss-armenian.ldf - RELOC/tex/xelatex/polyglossia/gloss-asturian.ldf - RELOC/tex/xelatex/polyglossia/gloss-bahasai.ldf - RELOC/tex/xelatex/polyglossia/gloss-bahasam.ldf - RELOC/tex/xelatex/polyglossia/gloss-basque.ldf - RELOC/tex/xelatex/polyglossia/gloss-bengali.ldf - RELOC/tex/xelatex/polyglossia/gloss-brazil.ldf - RELOC/tex/xelatex/polyglossia/gloss-breton.ldf - RELOC/tex/xelatex/polyglossia/gloss-bulgarian.ldf - RELOC/tex/xelatex/polyglossia/gloss-catalan.ldf - RELOC/tex/xelatex/polyglossia/gloss-coptic.ldf - RELOC/tex/xelatex/polyglossia/gloss-croatian.ldf - RELOC/tex/xelatex/polyglossia/gloss-czech.ldf - RELOC/tex/xelatex/polyglossia/gloss-danish.ldf - RELOC/tex/xelatex/polyglossia/gloss-divehi.ldf - RELOC/tex/xelatex/polyglossia/gloss-dutch.ldf - RELOC/tex/xelatex/polyglossia/gloss-english.ldf - RELOC/tex/xelatex/polyglossia/gloss-esperanto.ldf - RELOC/tex/xelatex/polyglossia/gloss-estonian.ldf - RELOC/tex/xelatex/polyglossia/gloss-farsi.ldf - RELOC/tex/xelatex/polyglossia/gloss-finnish.ldf - RELOC/tex/xelatex/polyglossia/gloss-french.ldf - RELOC/tex/xelatex/polyglossia/gloss-friulan.ldf - RELOC/tex/xelatex/polyglossia/gloss-galician.ldf - RELOC/tex/xelatex/polyglossia/gloss-german.ldf - RELOC/tex/xelatex/polyglossia/gloss-greek.ldf - RELOC/tex/xelatex/polyglossia/gloss-hebrew.ldf - RELOC/tex/xelatex/polyglossia/gloss-hindi.ldf - RELOC/tex/xelatex/polyglossia/gloss-icelandic.ldf - RELOC/tex/xelatex/polyglossia/gloss-interlingua.ldf - RELOC/tex/xelatex/polyglossia/gloss-irish.ldf - RELOC/tex/xelatex/polyglossia/gloss-italian.ldf - RELOC/tex/xelatex/polyglossia/gloss-kannada.ldf - RELOC/tex/xelatex/polyglossia/gloss-lao.ldf - RELOC/tex/xelatex/polyglossia/gloss-latin.ldf - RELOC/tex/xelatex/polyglossia/gloss-latvian.ldf - RELOC/tex/xelatex/polyglossia/gloss-lithuanian.ldf - RELOC/tex/xelatex/polyglossia/gloss-lsorbian.ldf - RELOC/tex/xelatex/polyglossia/gloss-magyar.ldf - RELOC/tex/xelatex/polyglossia/gloss-malayalam.ldf - RELOC/tex/xelatex/polyglossia/gloss-marathi.ldf - RELOC/tex/xelatex/polyglossia/gloss-norsk.ldf - RELOC/tex/xelatex/polyglossia/gloss-nynorsk.ldf - RELOC/tex/xelatex/polyglossia/gloss-occitan.ldf - RELOC/tex/xelatex/polyglossia/gloss-polish.ldf - RELOC/tex/xelatex/polyglossia/gloss-portuges.ldf - RELOC/tex/xelatex/polyglossia/gloss-romanian.ldf - RELOC/tex/xelatex/polyglossia/gloss-romansh.ldf - RELOC/tex/xelatex/polyglossia/gloss-russian.ldf - RELOC/tex/xelatex/polyglossia/gloss-samin.ldf - RELOC/tex/xelatex/polyglossia/gloss-sanskrit.ldf - RELOC/tex/xelatex/polyglossia/gloss-scottish.ldf - RELOC/tex/xelatex/polyglossia/gloss-serbian.ldf - RELOC/tex/xelatex/polyglossia/gloss-slovak.ldf - RELOC/tex/xelatex/polyglossia/gloss-slovenian.ldf - RELOC/tex/xelatex/polyglossia/gloss-spanish.ldf - RELOC/tex/xelatex/polyglossia/gloss-swedish.ldf - RELOC/tex/xelatex/polyglossia/gloss-syriac.ldf - RELOC/tex/xelatex/polyglossia/gloss-tamil.ldf - RELOC/tex/xelatex/polyglossia/gloss-telugu.ldf - RELOC/tex/xelatex/polyglossia/gloss-thai.ldf - RELOC/tex/xelatex/polyglossia/gloss-turkish.ldf - RELOC/tex/xelatex/polyglossia/gloss-turkmen.ldf - RELOC/tex/xelatex/polyglossia/gloss-ukrainian.ldf - RELOC/tex/xelatex/polyglossia/gloss-urdu.ldf - RELOC/tex/xelatex/polyglossia/gloss-usorbian.ldf - RELOC/tex/xelatex/polyglossia/gloss-vietnamese.ldf - RELOC/tex/xelatex/polyglossia/gloss-welsh.ldf - RELOC/tex/xelatex/polyglossia/hebrewcal.sty - RELOC/tex/xelatex/polyglossia/hijrical.sty - RELOC/tex/xelatex/polyglossia/polyglossia.sty - RELOC/tex/xelatex/polyglossia/xgreek-fixes.def -docfiles size=116 - RELOC/doc/xelatex/polyglossia/README - RELOC/doc/xelatex/polyglossia/example-arabic.pdf - RELOC/doc/xelatex/polyglossia/example-arabic.tex - RELOC/doc/xelatex/polyglossia/example-thai.pdf - RELOC/doc/xelatex/polyglossia/example-thai.tex - RELOC/doc/xelatex/polyglossia/examples.pdf - RELOC/doc/xelatex/polyglossia/examples.tex - RELOC/doc/xelatex/polyglossia/polyglossia.pdf - RELOC/doc/xelatex/polyglossia/polyglossia.tex -srcfiles size=85 - RELOC/source/xelatex/polyglossia/polyglossia.dtx -catalogue-ctan /macros/xetex/latex/polyglossia -catalogue-date 2012-04-30 01:10:22 +0200 + RELOC/tex/latex/polyglossia/arabicnumbers.sty + RELOC/tex/latex/polyglossia/babel-hebrewalph.def + RELOC/tex/latex/polyglossia/babelsh.def + RELOC/tex/latex/polyglossia/cal-util.def + RELOC/tex/latex/polyglossia/devanagaridigits.sty + RELOC/tex/latex/polyglossia/farsical.sty + RELOC/tex/latex/polyglossia/gloss-albanian.ldf + RELOC/tex/latex/polyglossia/gloss-amharic.ldf + RELOC/tex/latex/polyglossia/gloss-arabic.ldf + RELOC/tex/latex/polyglossia/gloss-armenian.ldf + RELOC/tex/latex/polyglossia/gloss-asturian.ldf + RELOC/tex/latex/polyglossia/gloss-bahasai.ldf + RELOC/tex/latex/polyglossia/gloss-bahasam.ldf + RELOC/tex/latex/polyglossia/gloss-basque.ldf + RELOC/tex/latex/polyglossia/gloss-bengali.ldf + RELOC/tex/latex/polyglossia/gloss-brazil.ldf + RELOC/tex/latex/polyglossia/gloss-breton.ldf + RELOC/tex/latex/polyglossia/gloss-bulgarian.ldf + RELOC/tex/latex/polyglossia/gloss-catalan.ldf + RELOC/tex/latex/polyglossia/gloss-coptic.ldf + RELOC/tex/latex/polyglossia/gloss-croatian.ldf + RELOC/tex/latex/polyglossia/gloss-czech.ldf + RELOC/tex/latex/polyglossia/gloss-danish.ldf + RELOC/tex/latex/polyglossia/gloss-divehi.ldf + RELOC/tex/latex/polyglossia/gloss-dutch.ldf + RELOC/tex/latex/polyglossia/gloss-english.ldf + RELOC/tex/latex/polyglossia/gloss-esperanto.ldf + RELOC/tex/latex/polyglossia/gloss-estonian.ldf + RELOC/tex/latex/polyglossia/gloss-farsi.ldf + RELOC/tex/latex/polyglossia/gloss-finnish.ldf + RELOC/tex/latex/polyglossia/gloss-french.ldf + RELOC/tex/latex/polyglossia/gloss-friulan.ldf + RELOC/tex/latex/polyglossia/gloss-galician.ldf + RELOC/tex/latex/polyglossia/gloss-german.ldf + RELOC/tex/latex/polyglossia/gloss-greek.ldf + RELOC/tex/latex/polyglossia/gloss-hebrew.ldf + RELOC/tex/latex/polyglossia/gloss-hindi.ldf + RELOC/tex/latex/polyglossia/gloss-icelandic.ldf + RELOC/tex/latex/polyglossia/gloss-interlingua.ldf + RELOC/tex/latex/polyglossia/gloss-irish.ldf + RELOC/tex/latex/polyglossia/gloss-italian.ldf + RELOC/tex/latex/polyglossia/gloss-kannada.ldf + RELOC/tex/latex/polyglossia/gloss-lao.ldf + RELOC/tex/latex/polyglossia/gloss-latin.ldf + RELOC/tex/latex/polyglossia/gloss-latvian.ldf + RELOC/tex/latex/polyglossia/gloss-lithuanian.ldf + RELOC/tex/latex/polyglossia/gloss-lsorbian.ldf + RELOC/tex/latex/polyglossia/gloss-magyar.ldf + RELOC/tex/latex/polyglossia/gloss-malayalam.ldf + RELOC/tex/latex/polyglossia/gloss-marathi.ldf + RELOC/tex/latex/polyglossia/gloss-nko.ldf + RELOC/tex/latex/polyglossia/gloss-norsk.ldf + RELOC/tex/latex/polyglossia/gloss-nynorsk.ldf + RELOC/tex/latex/polyglossia/gloss-occitan.ldf + RELOC/tex/latex/polyglossia/gloss-piedmontese.ldf + RELOC/tex/latex/polyglossia/gloss-polish.ldf + RELOC/tex/latex/polyglossia/gloss-portuges.ldf + RELOC/tex/latex/polyglossia/gloss-romanian.ldf + RELOC/tex/latex/polyglossia/gloss-romansh.ldf + RELOC/tex/latex/polyglossia/gloss-russian.ldf + RELOC/tex/latex/polyglossia/gloss-samin.ldf + RELOC/tex/latex/polyglossia/gloss-sanskrit.ldf + RELOC/tex/latex/polyglossia/gloss-scottish.ldf + RELOC/tex/latex/polyglossia/gloss-serbian.ldf + RELOC/tex/latex/polyglossia/gloss-slovak.ldf + RELOC/tex/latex/polyglossia/gloss-slovenian.ldf + RELOC/tex/latex/polyglossia/gloss-spanish.ldf + RELOC/tex/latex/polyglossia/gloss-swedish.ldf + RELOC/tex/latex/polyglossia/gloss-syriac.ldf + RELOC/tex/latex/polyglossia/gloss-tamil.ldf + RELOC/tex/latex/polyglossia/gloss-telugu.ldf + RELOC/tex/latex/polyglossia/gloss-thai.ldf + RELOC/tex/latex/polyglossia/gloss-tibetan.ldf + RELOC/tex/latex/polyglossia/gloss-turkish.ldf + RELOC/tex/latex/polyglossia/gloss-turkmen.ldf + RELOC/tex/latex/polyglossia/gloss-ukrainian.ldf + RELOC/tex/latex/polyglossia/gloss-urdu.ldf + RELOC/tex/latex/polyglossia/gloss-usorbian.ldf + RELOC/tex/latex/polyglossia/gloss-vietnamese.ldf + RELOC/tex/latex/polyglossia/gloss-welsh.ldf + RELOC/tex/latex/polyglossia/hebrewcal.sty + RELOC/tex/latex/polyglossia/hijrical.sty + RELOC/tex/latex/polyglossia/nkonumbers.sty + RELOC/tex/latex/polyglossia/polyglossia-frpt.lua + RELOC/tex/latex/polyglossia/polyglossia-tibt.lua + RELOC/tex/latex/polyglossia/polyglossia.lua + RELOC/tex/latex/polyglossia/polyglossia.sty + RELOC/tex/latex/polyglossia/xgreek-fixes.def +docfiles size=121 + RELOC/doc/latex/polyglossia/README + RELOC/doc/latex/polyglossia/example-arabic.pdf + RELOC/doc/latex/polyglossia/example-arabic.tex + RELOC/doc/latex/polyglossia/example-thai.pdf + RELOC/doc/latex/polyglossia/example-thai.tex + RELOC/doc/latex/polyglossia/examples.pdf + RELOC/doc/latex/polyglossia/examples.tex + RELOC/doc/latex/polyglossia/polyglossia.pdf + RELOC/doc/latex/polyglossia/polyglossia.tex +srcfiles size=72 + RELOC/source/latex/polyglossia/polyglossia.dtx +catalogue-ctan /macros/latex/contrib/polyglossia +catalogue-date 2013-05-20 17:36:30 +0200 catalogue-license lppl1.3 -catalogue-version v1.2.1 - -name polyglot -category Package -revision 15878 -relocated 1 -runfiles size=12 - RELOC/tex/latex/polyglot/polyglot.cfg - RELOC/tex/latex/polyglot/polyglot.def - RELOC/tex/latex/polyglot/polyglot.sty -docfiles size=2 - RELOC/doc/latex/polyglot/sample.dvi - RELOC/doc/latex/polyglot/sample.tex -srcfiles size=32 - RELOC/source/latex/polyglot/langs/english.ld - RELOC/source/latex/polyglot/langs/french.ld - RELOC/source/latex/polyglot/langs/french.ot1 - RELOC/source/latex/polyglot/langs/german.ld - RELOC/source/latex/polyglot/langs/german.ot1 - RELOC/source/latex/polyglot/langs/r_hebrew.ld - RELOC/source/latex/polyglot/langs/spanish.ld - RELOC/source/latex/polyglot/langs/spanish.ot1 - RELOC/source/latex/polyglot/polyglot.dtx - RELOC/source/latex/polyglot/polyglot.ins - RELOC/source/latex/polyglot/polyglot.ltx +catalogue-version v1.33.0 name polynomial category Package @@ -103415,7 +105511,7 @@ catalogue-version 0.4n name preprint category Package -revision 16085 +revision 30447 shortdesc A bundle of packages provided "as is". relocated 1 longdesc The bundle comprises: - authblk, which permits footnote style @@ -103430,9 +105526,8 @@ runfiles size=9 RELOC/tex/latex/preprint/figcaps.sty RELOC/tex/latex/preprint/fullpage.sty RELOC/tex/latex/preprint/sublabel.sty -docfiles size=106 - RELOC/doc/latex/preprint/00readme.txt - RELOC/doc/latex/preprint/00readme.unix +docfiles size=189 + RELOC/doc/latex/preprint/README RELOC/doc/latex/preprint/authblk.pdf RELOC/doc/latex/preprint/balance.pdf RELOC/doc/latex/preprint/figcaps.pdf @@ -103455,8 +105550,9 @@ srcfiles size=56 RELOC/source/latex/preprint/sublabel.dtx RELOC/source/latex/preprint/sublabel.ins catalogue-ctan /macros/latex/contrib/preprint -catalogue-date 2007-01-06 21:10:04 +0100 -catalogue-license lppl +catalogue-date 2013-05-13 11:38:32 +0200 +catalogue-license collection +catalogue-version 2011 name prerex category Package @@ -103496,7 +105592,7 @@ catalogue-version 6.5.2 name presentations-en category Package -revision 27471 +revision 29803 shortdesc Examples from the book Presentations with LaTeX. relocated 1 longdesc This bundle contains all the examples, as source, eps and pdf, @@ -103803,7 +105899,7 @@ docfiles size=542 RELOC/doc/latex/presentations-en/slidenotes.cls RELOC/doc/latex/presentations-en/textdemo.sty catalogue-ctan /info/examples/Presentations_en -catalogue-date 2012-08-19 23:51:29 +0200 +catalogue-date 2012-08-22 17:34:41 +0200 catalogue-license lppl name presentations @@ -105423,21 +107519,21 @@ catalogue-version 0.47 name pst-circ category Package -revision 22444 +revision 30527 shortdesc PSTricks package for drawing electric circuits. relocated 1 -longdesc Pst-circ is a package built using PSTricks and in particular -longdesc pst-node. It can easily draw current 2-terminal devices and -longdesc some 3- and 4-terminal devices used in electronic or electric -longdesc theory. The package's macros are designed with a view to -longdesc 'logical' representation of circuits, as far as possible, so as -longdesc to relieve the user of purely graphical considerations when +longdesc The package is built using PSTricks and in particular pst-node. +longdesc It can easily draw current 2-terminal devices and some 3- and +longdesc 4-terminal devices used in electronic or electric theory. The +longdesc package's macros are designed with a view to 'logical' +longdesc representation of circuits, as far as possible, so as to +longdesc relieve the user of purely graphical considerations when longdesc expressing a circuit. -runfiles size=50 +runfiles size=51 RELOC/dvips/pst-circ/pst-circ.pro RELOC/tex/generic/pst-circ/pst-circ.tex RELOC/tex/latex/pst-circ/pst-circ.sty -docfiles size=256 +docfiles size=265 RELOC/doc/generic/pst-circ/Changes RELOC/doc/generic/pst-circ/README RELOC/doc/generic/pst-circ/more_docs/dtk03-3.pdf @@ -105447,9 +107543,9 @@ docfiles size=256 srcfiles size=1 RELOC/source/generic/pst-circ/Makefile catalogue-ctan /graphics/pstricks/contrib/pst-circ -catalogue-date 2011-05-12 00:58:47 +0200 +catalogue-date 2013-05-17 14:10:30 +0200 catalogue-license lppl -catalogue-version 2.02 +catalogue-version 2.03 name pst-coil category Package @@ -105580,7 +107676,7 @@ catalogue-version 2.03 name pst-electricfield category Package -revision 21864 +revision 29803 shortdesc Draw electric field and equipotential lines with PStricks. relocated 1 longdesc The package provides macros to plot electric field and @@ -105606,7 +107702,7 @@ srcfiles size=3 RELOC/source/generic/pst-electricfield/Makefile.latex RELOC/source/generic/pst-electricfield/Makefile.pst2pdf catalogue-ctan /graphics/pstricks/contrib/pst-electricfield -catalogue-date 2011-03-28 22:21:58 +0200 +catalogue-date 2012-06-17 01:47:14 +0200 catalogue-license lppl catalogue-version 0.14 @@ -106001,7 +108097,7 @@ catalogue-version 1.10 name pst-func category Package -revision 28221 +revision 30023 shortdesc PSTricks package for plotting mathematical functions. relocated 1 longdesc pst-func is a package built for use with PSTricks. It provides @@ -106382,7 +108478,7 @@ catalogue-version 2.03 name pst-layout category Package -revision 25467 +revision 29803 shortdesc Page layout macros based on PStricks packages. relocated 1 longdesc The package provides a means of creating elaborate ("pseudo- @@ -106396,7 +108492,7 @@ docfiles size=29 RELOC/doc/latex/pst-layout/pst-layout-doc.pdf RELOC/doc/latex/pst-layout/pst-layout-doc.tex catalogue-ctan /graphics/pstricks/contrib/pst-layout -catalogue-date 2011-05-27 12:35:46 +0200 +catalogue-date 2012-04-27 12:45:13 +0200 catalogue-license lppl catalogue-version 95 @@ -106539,8 +108635,8 @@ catalogue-version 1.00 name pst-node category Package -revision 27799 -shortdesc Draw connections using pstricks. +revision 29899 +shortdesc Nodes and node connections in pstricks. relocated 1 longdesc The package enables the user to connect information, and to longdesc place labels, without knowing (in advance) the actual positions @@ -106554,7 +108650,7 @@ runfiles size=24 RELOC/dvips/pst-node/pst-node97.pro RELOC/tex/generic/pst-node/pst-node.tex RELOC/tex/latex/pst-node/pst-node.sty -docfiles size=224 +docfiles size=226 RELOC/doc/generic/pst-node/Changes RELOC/doc/generic/pst-node/README RELOC/doc/generic/pst-node/more_docs/Makefile @@ -106568,9 +108664,9 @@ docfiles size=224 srcfiles size=1 RELOC/source/generic/pst-node/Makefile catalogue-ctan /graphics/pstricks/contrib/pst-node -catalogue-date 2012-09-21 20:41:56 +0200 +catalogue-date 2013-04-14 10:19:50 +0200 catalogue-license lppl -catalogue-version 1.25 +catalogue-version 1.27 name pst-ob3d category Package @@ -106627,7 +108723,7 @@ catalogue-version 0.2 name pstools category TLCore -revision 29349 +revision 29764 catalogue ps2eps shortdesc Produce Encapsulated PostScript from PostScript. longdesc Produce Encapsulated PostScript Files (EPS/EPSF) from a one- @@ -106650,18 +108746,18 @@ longdesc distribution is the bbox program, an application to produce longdesc Bounding Box values for rawppm or rawpbm format files. depend pstools.ARCH runfiles size=11 - texmf-dist/scripts/tetex/ps2frag.sh - texmf-dist/scripts/tetex/pslatex.sh - texmf/scripts/ps2eps/ps2eps.pl + texmf-dist/scripts/ps2eps/ps2eps.pl + texmf-dist/scripts/texlive/ps2frag.sh + texmf-dist/scripts/texlive/pslatex.sh docfiles size=20 - texmf/doc/man/man1/bbox.1 - texmf/doc/man/man1/bbox.man1.pdf - texmf/doc/man/man1/ps2eps.1 - texmf/doc/man/man1/ps2eps.man1.pdf - texmf/doc/man/man1/ps2frag.1 - texmf/doc/man/man1/ps2frag.man1.pdf - texmf/doc/man/man1/pslatex.1 - texmf/doc/man/man1/pslatex.man1.pdf + texmf-dist/doc/man/man1/bbox.1 + texmf-dist/doc/man/man1/bbox.man1.pdf + texmf-dist/doc/man/man1/ps2eps.1 + texmf-dist/doc/man/man1/ps2eps.man1.pdf + texmf-dist/doc/man/man1/ps2frag.1 + texmf-dist/doc/man/man1/ps2frag.man1.pdf + texmf-dist/doc/man/man1/pslatex.1 + texmf-dist/doc/man/man1/pslatex.man1.pdf catalogue-ctan /support/ps2eps catalogue-date 2012-07-20 20:39:39 +0200 catalogue-license gpl @@ -106669,7 +108765,7 @@ catalogue-version 1.68 name pstools.i386-linux category TLCore -revision 27329 +revision 30088 shortdesc i386-linux files of pstools binfiles arch=i386-linux size=5 bin/i386-linux/bbox @@ -106753,7 +108849,7 @@ catalogue-version 1.5a name pst-optexp category Package -revision 29444 +revision 30617 shortdesc Drawing optical experimental setups. relocated 1 longdesc The package pst-optexp is a collection of optical components @@ -106763,23 +108859,23 @@ longdesc the alignment, positioning and labelling of which can be longdesc achieved in very simple and flexible ways. The components can longdesc be connected with fibers or beams, realistic raytraced beam longdesc paths are also possible. -runfiles size=44 +runfiles size=47 RELOC/dvips/pst-optexp/pst-optexp.pro RELOC/tex/latex/pst-optexp/pst-optexp.sty -docfiles size=707 +docfiles size=1115 RELOC/doc/latex/pst-optexp/Changes RELOC/doc/latex/pst-optexp/README RELOC/doc/latex/pst-optexp/pst-optexp-DE.pdf RELOC/doc/latex/pst-optexp/pst-optexp-quickref.pdf RELOC/doc/latex/pst-optexp/pst-optexp.pdf -srcfiles size=158 +srcfiles size=175 RELOC/source/latex/pst-optexp/Makefile RELOC/source/latex/pst-optexp/pst-optexp.dtx RELOC/source/latex/pst-optexp/pst-optexp.ins catalogue-ctan /graphics/pstricks/contrib/pst-optexp -catalogue-date 2013-03-20 11:32:41 +0100 +catalogue-date 2013-05-21 21:04:45 +0200 catalogue-license lppl -catalogue-version 3.6 +catalogue-version 4.1 name pst-optic category Package @@ -106963,7 +109059,7 @@ catalogue-version 0.01 name pst-plot category Package -revision 28729 +revision 30162 shortdesc Plot data using PSTricks. relocated 1 longdesc The package provides plotting of data (typically from external @@ -106972,7 +109068,7 @@ longdesc variety of parameters. runfiles size=23 RELOC/tex/generic/pst-plot/pst-plot.tex RELOC/tex/latex/pst-plot/pst-plot.sty -docfiles size=703 +docfiles size=702 RELOC/doc/generic/pst-plot/Changes RELOC/doc/generic/pst-plot/README RELOC/doc/generic/pst-plot/more_docs/README @@ -111626,7 +113722,7 @@ catalogue-license lppl name pstricks category Package -revision 29678 +revision 30616 shortdesc PostScript macros for TeX. relocated 1 longdesc An extensive collection of macros for generating PostScript @@ -111668,7 +113764,7 @@ runfiles size=115 RELOC/tex/latex/pstricks/pst-key.sty RELOC/tex/latex/pstricks/pstcol.sty RELOC/tex/latex/pstricks/pstricks.sty -docfiles size=2280 +docfiles size=2286 RELOC/doc/generic/pstricks/Changes RELOC/doc/generic/pstricks/Changes.dvips RELOC/doc/generic/pstricks/Changes.generic @@ -111712,14 +113808,15 @@ docfiles size=2280 RELOC/doc/generic/pstricks/pstnews1-12.tex RELOC/doc/generic/pstricks/pstnews97-15.pdf RELOC/doc/generic/pstricks/pstnews97-15.tex + RELOC/doc/generic/pstricks/pstricks-add-data9.data RELOC/doc/generic/pstricks/pstricks-bug.tex RELOC/doc/generic/pstricks/pstricks-doc.pdf RELOC/doc/generic/pstricks/test-pst.pdf RELOC/doc/generic/pstricks/test-pst.tex catalogue-ctan /graphics/pstricks/base -catalogue-date 2013-04-04 15:52:09 +0200 +catalogue-date 2013-05-21 21:04:45 +0200 catalogue-license lppl1.3 -catalogue-version 2.39 +catalogue-version 2.43 name pst-rubans category Package @@ -112445,7 +114542,7 @@ catalogue-version 1.1 name ps2pkm category TLCore -revision 26689 +revision 29764 catalogue ps2pk shortdesc Generate a PK font from an Adobe Type 1 font. longdesc Generates a PK file from an Adobe Type 1 font. PK fonts are (or @@ -112454,24 +114551,24 @@ longdesc generated that use Type 1 fonts. The program makes use of code longdesc donated to the X consortium by IBM. depend ps2pkm.ARCH runfiles size=13 - texmf/doc/man/man1/mag.1 - texmf/doc/man/man1/mag.man1.pdf - texmf/doc/man/man1/pfb2pfa.1 - texmf/doc/man/man1/pfb2pfa.man1.pdf - texmf/doc/man/man1/pk2bm.1 - texmf/doc/man/man1/pk2bm.man1.pdf - texmf/doc/man/man1/ps2pk.1 - texmf/doc/man/man1/ps2pk.man1.pdf + texmf-dist/doc/man/man1/mag.1 + texmf-dist/doc/man/man1/mag.man1.pdf + texmf-dist/doc/man/man1/pfb2pfa.1 + texmf-dist/doc/man/man1/pfb2pfa.man1.pdf + texmf-dist/doc/man/man1/pk2bm.1 + texmf-dist/doc/man/man1/pk2bm.man1.pdf + texmf-dist/doc/man/man1/ps2pk.1 + texmf-dist/doc/man/man1/ps2pk.man1.pdf catalogue-ctan /fonts/utilities/ps2pk -catalogue-date 2011-05-31 11:59:42 +0200 +catalogue-date 2012-07-20 20:39:39 +0200 catalogue-license other-free catalogue-version 1.6 beta 1 name ps2pkm.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of ps2pkm -binfiles arch=i386-linux size=49 +binfiles arch=i386-linux size=54 bin/i386-linux/mag bin/i386-linux/pfb2pfa bin/i386-linux/pk2bm @@ -112479,7 +114576,7 @@ binfiles arch=i386-linux size=49 name ptex category Package -revision 29349 +revision 30518 shortdesc A TeX system for publishing in Japanese. longdesc PTeX adds features related to vertical writing, and deals with longdesc other problems in typesetting Japanese. A set of additions to a @@ -112498,9 +114595,8 @@ execute AddFormat name=eptex engine=eptex options="*eptex.ini" execute AddFormat name=platex engine=eptex options="*platex.ini" patterns=language.dat execute addKanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map execute addKanjiMap morisawa.map -runfiles size=2488 +runfiles size=2485 texmf-dist/fonts/map/dvipdfmx/ptex/morisawa.map - texmf-dist/fonts/map/dvipdfmx/ptex/ptex-noEmbed.map texmf-dist/fonts/source/ptex/ascgrp/ascgrp.mf texmf-dist/fonts/source/ptex/ascgrp/ascii.mf texmf-dist/fonts/source/ptex/ascgrp/ascii10.mf @@ -112742,6 +114838,8 @@ runfiles size=2488 texmf-dist/tex/ptex/config/eptex.ini texmf-dist/tex/ptex/config/ptex.ini docfiles size=534 + texmf-dist/doc/man/man1/mendex.1 + texmf-dist/doc/man/man1/mendex.man1.pdf texmf-dist/doc/ptex/base/COPYRIGHT texmf-dist/doc/ptex/base/COPYRIGHT.txt texmf-dist/doc/ptex/base/Changes.txt @@ -112772,8 +114870,6 @@ docfiles size=534 texmf-dist/doc/ptex/pbibtex/jbtxdoc.tex texmf-dist/doc/ptex/pbibtex/jbtxhak.pdf texmf-dist/doc/ptex/pbibtex/jbtxhak.tex - texmf/doc/man/man1/mendex.1 - texmf/doc/man/man1/mendex.man1.pdf srcfiles size=133 texmf-dist/source/platex/base/Changes.txt texmf-dist/source/platex/base/README.txt @@ -112811,9 +114907,9 @@ catalogue-license other-free name ptex.i386-linux category Package -revision 26912 +revision 30376 shortdesc i386-linux files of ptex -binfiles arch=i386-linux size=452 +binfiles arch=i386-linux size=493 bin/i386-linux/eptex bin/i386-linux/makejvf bin/i386-linux/mendex @@ -112826,32 +114922,43 @@ binfiles arch=i386-linux size=452 name ptext category Package -revision 28124 +revision 30171 shortdesc A 'lipsum' for Persian. relocated 1 longdesc The package provides lipsum-like facilities for the Persian longdesc language. The source of the filling text is the Persian epic -longdesc "the Shanameh" (100 paragraphs are used.) +longdesc "the Shanameh" (100 paragraphs are used.) The package needs to +longdesc be run under XeLaTeX. runfiles size=22 RELOC/tex/xelatex/ptext/ptext.sty -docfiles size=15 +docfiles size=17 RELOC/doc/xelatex/ptext/README RELOC/doc/xelatex/ptext/ptext.pdf RELOC/doc/xelatex/ptext/ptext.tex catalogue-ctan /macros/xetex/latex/ptext -catalogue-date 2012-10-30 15:33:40 +0100 +catalogue-date 2013-04-29 15:26:25 +0200 catalogue-license lppl1.2 -catalogue-version 1 +catalogue-version 1.1 name ptex2pdf category Package -revision 29335 +revision 30321 +shortdesc Convert Japanese TeX documents to PDF. +longdesc The Lua script provides system-independent support of Japanese +longdesc typesetting engines in TeXworks. As TeXworks typesetting setup +longdesc does not allow for multistep processing, this script runs one +longdesc of the ptex-based programs (ptex, uptex, eptex, platex, +longdesc uplatex) followed by dvipdfmx. depend ptex2pdf.ARCH runfiles size=2 texmf-dist/scripts/ptex2pdf/ptex2pdf.lua docfiles size=6 texmf-dist/doc/latex/ptex2pdf/COPYING texmf-dist/doc/latex/ptex2pdf/README +catalogue-ctan /language/japanese/ptex2pdf +catalogue-date 2013-05-07 20:01:57 +0200 +catalogue-license gpl2 +catalogue-version 0.4 name ptex2pdf.i386-linux category Package @@ -112977,7 +115084,7 @@ catalogue-license knuth name purifyeps category Package -revision 26313 +revision 29725 shortdesc Make EPS work with both LaTeX/dvips and pdfLaTeX. longdesc While pdfLaTeX has a number of nice features, its primary longdesc shortcoming relative to standard LaTeX+dvips is that it is @@ -112992,9 +115099,9 @@ depend purifyeps.ARCH runfiles size=5 texmf-dist/scripts/purifyeps/purifyeps docfiles size=9 + texmf-dist/doc/man/man1/purifyeps.1 + texmf-dist/doc/man/man1/purifyeps.man1.pdf texmf-dist/doc/support/purifyeps/README - texmf/doc/man/man1/purifyeps.1 - texmf/doc/man/man1/purifyeps.man1.pdf catalogue-ctan /support/purifyeps catalogue-date 2012-05-07 16:41:43 +0200 catalogue-license lppl @@ -113266,10 +115373,10 @@ catalogue-version 1.0 name pxchfon category Package -revision 28496 -shortdesc Japanese font setup for pLaTeX. +revision 30635 +shortdesc Japanese font setup for pLaTeX and upLaTeX. relocated 1 -runfiles size=25 +runfiles size=27 RELOC/fonts/sfd/pxchfon/PXcjk0.sfd RELOC/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm RELOC/fonts/tfm/public/pxchfon/cfjar-l-l0j.tfm @@ -113292,9 +115399,15 @@ runfiles size=25 RELOC/tex/platex/pxchfon/pxchfon.sty RELOC/tex/platex/pxchfon/pxchfon0.def RELOC/tex/platex/pxchfon/pxjafont.sty -docfiles size=19 +docfiles size=80 RELOC/doc/platex/pxchfon/LICENSE - RELOC/doc/platex/pxchfon/README + RELOC/doc/platex/pxchfon/README-ja + RELOC/doc/platex/pxchfon/pxchfon.pdf + RELOC/doc/platex/pxchfon/pxchfon.tex + RELOC/doc/platex/pxchfon/sample-2000jis.pdf + RELOC/doc/platex/pxchfon/sample-2000jis.tex + RELOC/doc/platex/pxchfon/sample-2004jis.pdf + RELOC/doc/platex/pxchfon/sample-2004jis.tex RELOC/doc/platex/pxchfon/sample-pxchfon.pdf RELOC/doc/platex/pxchfon/sample-pxchfon.tex srcfiles size=43 @@ -113312,9 +115425,9 @@ srcfiles size=43 RELOC/source/platex/pxchfon/r-cfjas-r-l0j.pl RELOC/source/platex/pxchfon/r-cfjas-x-l0j.pl catalogue-ctan /language/japanese/pxchfon -catalogue-date 2012-12-11 00:29:26 +0100 -catalogue-license noinfo -catalogue-version 0.5 +catalogue-date 2013-05-18 17:41:16 +0200 +catalogue-license other-free +catalogue-version 0.7a name pxjahyper category Package @@ -113333,6 +115446,24 @@ catalogue-date 2012-12-11 14:08:29 +0100 catalogue-license noinfo catalogue-version 0.3 +name pxpgfmark +category Package +revision 30212 +shortdesc e-pTeX driver for PGF inter-picture connections. +relocated 1 +longdesc The distributed drivers do not support the PGF feature of +longdesc "inter-picture connections" under e-pTeX and dvipdfmx. The +longdesc package uses existing features of dvipdfmx to fix this problem +runfiles size=1 + RELOC/tex/latex/pxpgfmark/pxpgfmark.sty +docfiles size=2 + RELOC/doc/latex/pxpgfmark/LICENSE + RELOC/doc/latex/pxpgfmark/README +catalogue-ctan /graphics/pgf/contrib/pxpgfmark +catalogue-date 2013-05-02 11:19:37 +0200 +catalogue-license other-free +catalogue-version 0.2 + name pxrubrica category Package revision 28494 @@ -113961,6 +116092,594 @@ catalogue-date 2008-08-24 10:50:19 +0200 catalogue-license lppl catalogue-version 1.0 +name raleway +category Package +revision 30211 +shortdesc Use Raleway with TeX(-alike) systems. +relocated 1 +longdesc The package provides the Raleway family in an easy to use way. +longdesc For XeLaTeX and LuaLaTeX users the original OpenType fonts are +longdesc used. The entire font family is included. +execute addMap Raleway.map +runfiles size=1236 + RELOC/fonts/enc/dvips/raleway/a_7mkq5h.enc + RELOC/fonts/enc/dvips/raleway/a_bzmckq.enc + RELOC/fonts/enc/dvips/raleway/a_ioyy6d.enc + RELOC/fonts/enc/dvips/raleway/a_k2dfwc.enc + RELOC/fonts/enc/dvips/raleway/a_keo5xw.enc + RELOC/fonts/enc/dvips/raleway/a_l5jmzb.enc + RELOC/fonts/enc/dvips/raleway/a_nli7k3.enc + RELOC/fonts/enc/dvips/raleway/a_oaj2jl.enc + RELOC/fonts/enc/dvips/raleway/a_sor5xn.enc + RELOC/fonts/enc/dvips/raleway/a_sp3cim.enc + RELOC/fonts/enc/dvips/raleway/a_uagyv3.enc + RELOC/fonts/enc/dvips/raleway/a_umxzao.enc + RELOC/fonts/enc/dvips/raleway/a_yqxcf3.enc + RELOC/fonts/map/dvips/raleway/Raleway.map + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf + RELOC/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm + RELOC/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb + RELOC/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf + RELOC/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf + RELOC/tex/latex/raleway/.sty + RELOC/tex/latex/raleway/LY1-TLF.fd + RELOC/tex/latex/raleway/LY1Raleway-OsF.fd + RELOC/tex/latex/raleway/LY1Raleway-TLF.fd + RELOC/tex/latex/raleway/LY1Raleway-TOsF.fd + RELOC/tex/latex/raleway/OT1-TLF.fd + RELOC/tex/latex/raleway/OT1Raleway-OsF.fd + RELOC/tex/latex/raleway/OT1Raleway-TLF.fd + RELOC/tex/latex/raleway/OT1Raleway-TOsF.fd + RELOC/tex/latex/raleway/T1-TLF.fd + RELOC/tex/latex/raleway/T1Raleway-OsF.fd + RELOC/tex/latex/raleway/T1Raleway-TLF.fd + RELOC/tex/latex/raleway/T1Raleway-TOsF.fd + RELOC/tex/latex/raleway/TS1-TLF.fd + RELOC/tex/latex/raleway/TS1Raleway-OsF.fd + RELOC/tex/latex/raleway/TS1Raleway-TLF.fd + RELOC/tex/latex/raleway/TS1Raleway-TOsF.fd + RELOC/tex/latex/raleway/raleway-type1-autoinst.sty + RELOC/tex/latex/raleway/raleway.sty +docfiles size=53 + RELOC/doc/latex/raleway/OFL.txt + RELOC/doc/latex/raleway/README + RELOC/doc/latex/raleway/raleway-otf-specimen.pdf + RELOC/doc/latex/raleway/raleway-otf-specimen.tex + RELOC/doc/latex/raleway/raleway-type1-specimen.pdf + RELOC/doc/latex/raleway/raleway-type1-specimen.tex + RELOC/doc/latex/raleway/raleway.pdf + RELOC/doc/latex/raleway/raleway.tex +catalogue-ctan /fonts/raleway +catalogue-date 2013-05-02 20:57:12 +0200 +catalogue-license ofl +catalogue-version 1.0 + name randbild category Package revision 15878 @@ -114169,7 +116888,7 @@ catalogue-license gpl name readarray category Package -revision 29614 +revision 30489 shortdesc Read, store and recall array-formatted data. relocated 1 longdesc The package allows the user to input formatted data into @@ -114182,13 +116901,14 @@ longdesc elements of multiple arrays must be recallable and dynamically longdesc combined at time of compilation, rather than in advance. runfiles size=2 RELOC/tex/latex/readarray/readarray.sty -docfiles size=53 +docfiles size=63 + RELOC/doc/latex/readarray/README RELOC/doc/latex/readarray/readarray.pdf RELOC/doc/latex/readarray/readarray.tex catalogue-ctan /macros/latex/contrib/readarray -catalogue-date 2013-04-02 15:38:50 +0200 +catalogue-date 2013-05-15 00:25:13 +0200 catalogue-license lppl1.3 -catalogue-version 1.01 +catalogue-version 1.2 name realboxes category Package @@ -114579,7 +117299,7 @@ catalogue-version 4 name reotex category Package -revision 25037 +revision 29803 shortdesc Draw Reo Channels and Circuits. relocated 1 longdesc The package defines macros and other utilities to design Reo @@ -114591,7 +117311,7 @@ docfiles size=40 RELOC/doc/latex/reotex/reotex.pdf RELOC/doc/latex/reotex/reotex.tex catalogue-ctan /graphics/pgf/contrib/reotex -catalogue-date 2012-01-06 12:55:46 +0100 +catalogue-date 2012-01-11 08:56:14 +0100 catalogue-license lppl catalogue-version 1.0 @@ -115144,23 +117864,6 @@ catalogue-date 2009-09-03 13:00:14 +0200 catalogue-license lppl catalogue-version 1.0b -name romansh -category Package -revision 25956 -shortdesc Babel/Polyglossia support for the Romansh language. -relocated 1 -longdesc The package provides a language description file that enables -longdesc support of Romansh either with babel or with polyglossia. -runfiles size=1 - RELOC/tex/latex/romansh/romansh.ldf -docfiles size=28 - RELOC/doc/latex/romansh/romansh.pdf -srcfiles size=2 - RELOC/source/latex/romansh/romansh.dtx -catalogue-ctan /macros/latex/contrib/babel-contrib/romansh -catalogue-date 2012-04-13 15:00:06 +0200 -catalogue-license lppl1.3 - name rotating category Package revision 16832 @@ -115388,6 +118091,24 @@ catalogue-ctan /fonts/rsfs catalogue-date 2008-12-14 19:11:27 +0100 catalogue-license other-free +name rterface +category Package +revision 30084 +shortdesc Access to R analysis from within a document. +relocated 1 +longdesc The package mediates interaction between LaTeX and R; it allows +longdesc LaTeX to set R's parameters, and provides code to read R +longdesc output. +runfiles size=1 + RELOC/tex/latex/rterface/rterface.sty +docfiles size=19 + RELOC/doc/latex/rterface/README + RELOC/doc/latex/rterface/rterface.pdf + RELOC/doc/latex/rterface/rterface.tex +catalogue-ctan /macros/latex/contrib/rterface +catalogue-date 2013-04-23 19:30:36 +0200 +catalogue-license lppl1.2 + name rtkinenc category Package revision 20003 @@ -115703,7 +118424,7 @@ catalogue-license lppl name sansmathaccent category Package -revision 29541 +revision 30187 shortdesc Correct placement of accents in sans-serif maths. relocated 1 longdesc Sans serif maths (produced by the beamer class or the sfmath @@ -115735,8 +118456,544 @@ docfiles size=44 RELOC/doc/fonts/sansmathaccent/sansmathaccent.pdf RELOC/doc/fonts/sansmathaccent/sansmathaccent.tex catalogue-ctan /fonts/sansmathaccent -catalogue-date 2013-03-28 20:03:45 +0100 +catalogue-date 2013-04-30 15:48:45 +0200 +catalogue-license lppl1.3 + +name sansmathfonts +category Package +revision 30173 +shortdesc Correct placement of accents in sans-serif maths. +relocated 1 +longdesc Sans serifsmall caps and math fonts for use with Computer +longdesc Modern. +execute addMap sansmathfonts.map +runfiles size=1986 + RELOC/fonts/map/dvips/sansmathfonts/sansmathfonts.map + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi12.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi17.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibx10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibx12.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibx17.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibx8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibx9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXibxcsc10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsc10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsc8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsc9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsci10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsci8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXicsci9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXii10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXii12.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXii17.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXii8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXii9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixi10.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixi12.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixi17.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixi8.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixi9.mf + RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXixicsc10.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy10.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy5.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy6.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy7.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy8.mf + RELOC/fonts/source/public/sansmathfonts/cmssbsy9.mf + RELOC/fonts/source/public/sansmathfonts/cmssbxcsc10.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsc10.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsc8.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsc9.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsci10.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsci8.mf + RELOC/fonts/source/public/sansmathfonts/cmsscsci9.mf + RELOC/fonts/source/public/sansmathfonts/cmssex10.mf + RELOC/fonts/source/public/sansmathfonts/cmssex7.mf + RELOC/fonts/source/public/sansmathfonts/cmssex8.mf + RELOC/fonts/source/public/sansmathfonts/cmssex9.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi10.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi5.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi6.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi7.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi8.mf + RELOC/fonts/source/public/sansmathfonts/cmssmi9.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib10.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib5.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib6.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib7.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib8.mf + RELOC/fonts/source/public/sansmathfonts/cmssmib9.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy10.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy5.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy6.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy7.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy8.mf + RELOC/fonts/source/public/sansmathfonts/cmsssy9.mf + RELOC/fonts/source/public/sansmathfonts/cmssu10.mf + RELOC/fonts/source/public/sansmathfonts/cmssxicsc10.mf + RELOC/fonts/source/public/sansmathfonts/eczi.mf + RELOC/fonts/source/public/sansmathfonts/eczi0500.mf + RELOC/fonts/source/public/sansmathfonts/eczi0600.mf + RELOC/fonts/source/public/sansmathfonts/eczi0700.mf + RELOC/fonts/source/public/sansmathfonts/eczi0800.mf + RELOC/fonts/source/public/sansmathfonts/eczi0900.mf + RELOC/fonts/source/public/sansmathfonts/eczi1000.mf + RELOC/fonts/source/public/sansmathfonts/eczi1095.mf + RELOC/fonts/source/public/sansmathfonts/eczi1200.mf + RELOC/fonts/source/public/sansmathfonts/eczi1440.mf + RELOC/fonts/source/public/sansmathfonts/eczi1728.mf + RELOC/fonts/source/public/sansmathfonts/eczi2074.mf + RELOC/fonts/source/public/sansmathfonts/eczi2488.mf + RELOC/fonts/source/public/sansmathfonts/eczi2986.mf + RELOC/fonts/source/public/sansmathfonts/eczi3583.mf + RELOC/fonts/source/public/sansmathfonts/eczo.mf + RELOC/fonts/source/public/sansmathfonts/eczo0500.mf + RELOC/fonts/source/public/sansmathfonts/eczo0600.mf + RELOC/fonts/source/public/sansmathfonts/eczo0700.mf + RELOC/fonts/source/public/sansmathfonts/eczo0800.mf + RELOC/fonts/source/public/sansmathfonts/eczo0900.mf + RELOC/fonts/source/public/sansmathfonts/eczo1000.mf + RELOC/fonts/source/public/sansmathfonts/eczo1095.mf + RELOC/fonts/source/public/sansmathfonts/eczo1200.mf + RELOC/fonts/source/public/sansmathfonts/eczo1440.mf + RELOC/fonts/source/public/sansmathfonts/eczo1728.mf + RELOC/fonts/source/public/sansmathfonts/eczo2074.mf + RELOC/fonts/source/public/sansmathfonts/eczo2488.mf + RELOC/fonts/source/public/sansmathfonts/eczo2986.mf + RELOC/fonts/source/public/sansmathfonts/eczo3583.mf + RELOC/fonts/source/public/sansmathfonts/eczx.mf + RELOC/fonts/source/public/sansmathfonts/eczx0500.mf + RELOC/fonts/source/public/sansmathfonts/eczx0600.mf + RELOC/fonts/source/public/sansmathfonts/eczx0700.mf + RELOC/fonts/source/public/sansmathfonts/eczx0800.mf + RELOC/fonts/source/public/sansmathfonts/eczx0900.mf + RELOC/fonts/source/public/sansmathfonts/eczx1000.mf + RELOC/fonts/source/public/sansmathfonts/eczx1095.mf + RELOC/fonts/source/public/sansmathfonts/eczx1200.mf + RELOC/fonts/source/public/sansmathfonts/eczx1440.mf + RELOC/fonts/source/public/sansmathfonts/eczx1728.mf + RELOC/fonts/source/public/sansmathfonts/eczx2074.mf + RELOC/fonts/source/public/sansmathfonts/eczx2488.mf + RELOC/fonts/source/public/sansmathfonts/eczx2986.mf + RELOC/fonts/source/public/sansmathfonts/eczx3583.mf + RELOC/fonts/source/public/sansmathfonts/eczz.mf + RELOC/fonts/source/public/sansmathfonts/eczz0500.mf + RELOC/fonts/source/public/sansmathfonts/eczz0600.mf + RELOC/fonts/source/public/sansmathfonts/eczz0700.mf + RELOC/fonts/source/public/sansmathfonts/eczz0800.mf + RELOC/fonts/source/public/sansmathfonts/eczz0900.mf + RELOC/fonts/source/public/sansmathfonts/eczz1000.mf + RELOC/fonts/source/public/sansmathfonts/eczz1095.mf + RELOC/fonts/source/public/sansmathfonts/eczz1200.mf + RELOC/fonts/source/public/sansmathfonts/eczz1440.mf + RELOC/fonts/source/public/sansmathfonts/eczz1728.mf + RELOC/fonts/source/public/sansmathfonts/eczz2074.mf + RELOC/fonts/source/public/sansmathfonts/eczz2488.mf + RELOC/fonts/source/public/sansmathfonts/eczz2986.mf + RELOC/fonts/source/public/sansmathfonts/eczz3583.mf + RELOC/fonts/source/public/sansmathfonts/sans-IPiXi.mf + RELOC/fonts/source/public/sansmathfonts/sans-IPiXicsc.mf + RELOC/fonts/source/public/sansmathfonts/sans-amsya.mf + RELOC/fonts/source/public/sansmathfonts/sans-amsyb.mf + RELOC/fonts/source/public/sansmathfonts/sans-asymbols.mf + RELOC/fonts/source/public/sansmathfonts/sans-bigdel.mf + RELOC/fonts/source/public/sansmathfonts/sans-bigint.mf + RELOC/fonts/source/public/sansmathfonts/sans-bigop.mf + RELOC/fonts/source/public/sansmathfonts/sans-bsymbols.mf + RELOC/fonts/source/public/sansmathfonts/sans-calu.mf + RELOC/fonts/source/public/sansmathfonts/sans-csc.mf + RELOC/fonts/source/public/sansmathfonts/sans-greekl.mf + RELOC/fonts/source/public/sansmathfonts/sans-greeku.mf + RELOC/fonts/source/public/sansmathfonts/sans-mathex.mf + RELOC/fonts/source/public/sansmathfonts/sans-mathint.mf + RELOC/fonts/source/public/sansmathfonts/sans-mathsl.mf + RELOC/fonts/source/public/sansmathfonts/sans-mathsy.mf + RELOC/fonts/source/public/sansmathfonts/sans-roman.mf + RELOC/fonts/source/public/sansmathfonts/sans-romanu.mf + RELOC/fonts/source/public/sansmathfonts/sans-romms.mf + RELOC/fonts/source/public/sansmathfonts/sans-slantms.mf + RELOC/fonts/source/public/sansmathfonts/sans-sym.mf + RELOC/fonts/source/public/sansmathfonts/sans-symbol.mf + RELOC/fonts/source/public/sansmathfonts/sans-xbbold.mf + RELOC/fonts/source/public/sansmathfonts/sansfontbase.mf + RELOC/fonts/source/public/sansmathfonts/ssesint10.mf + RELOC/fonts/source/public/sansmathfonts/ssesint7.mf + RELOC/fonts/source/public/sansmathfonts/ssesint8.mf + RELOC/fonts/source/public/sansmathfonts/ssesint9.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam10.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam5.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam6.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam7.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam8.mf + RELOC/fonts/source/public/sansmathfonts/ssmsam9.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm10.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm5.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm6.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm7.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm8.mf + RELOC/fonts/source/public/sansmathfonts/ssmsbm9.mf + RELOC/fonts/tfm/public/sansmathfonts/cmsmf10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmf12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmf17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmf8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmf9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXi10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXi12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXi17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXi8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXi9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibx9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXibxcsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsc9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXicsci9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXii10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXii12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXii17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXii8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXii9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixi9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfIPiXixicsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbx10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbx12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbx17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbx8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbx9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfbxcsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsc8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsc9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsci10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsci8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfcsci9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfi10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfi12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfi17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfi8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfi9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxi10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxi12.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxi17.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxi8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxi9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsmfxicsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy5.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy6.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy7.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbsy9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbxcsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsc8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsc9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsci10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsci8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsscsci9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssex10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssex7.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssex8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssex9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi5.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi6.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi7.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmi9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib5.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib6.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib7.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssmib9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy5.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy6.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy7.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy8.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmsssy9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssu10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxicsc10.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi0500.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi0600.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi0700.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi0800.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi0900.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi1000.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi1095.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi1200.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi1440.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi1728.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi2074.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi2488.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi2986.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczi3583.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo0500.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo0600.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo0700.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo0800.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo0900.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo1000.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo1095.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo1200.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo1440.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo1728.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo2074.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo2488.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo2986.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczo3583.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx0500.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx0600.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx0700.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx0800.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx0900.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx1000.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx1095.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx1200.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx1440.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx1728.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx2074.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx2488.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx2986.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczx3583.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz0500.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz0600.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz0700.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz0800.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz0900.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz1000.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz1095.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz1200.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz1440.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz1728.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz2074.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz2488.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz2986.tfm + RELOC/fonts/tfm/public/sansmathfonts/eczz3583.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssesint10.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssesint7.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssesint8.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssesint9.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam10.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam5.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam6.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam7.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam8.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsam9.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm10.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm5.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm6.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm7.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm8.tfm + RELOC/fonts/tfm/public/sansmathfonts/ssmsbm9.tfm + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXi10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXi12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXi17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXi8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXi9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibx10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibx12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibx17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibx8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibx9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXibxcsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsc9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXicsci9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXii10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXii12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXii17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXii8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXii9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixi10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixi12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixi17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixi8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixi9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsmfIPiXixicsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy5.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy6.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy7.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbsy9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbx12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbx17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbx8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbx9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssbxcsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsc8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsc9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsci10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsci8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsscsci9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssex10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssex7.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssex8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssex9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi5.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi6.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi7.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmi9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib5.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib6.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib7.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssmib9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy5.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy6.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy7.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmsssy9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssu10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxi10.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxi12.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxi17.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxi8.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxi9.pfb + RELOC/fonts/type1/public/sansmathfonts/cmssxicsc10.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi0500.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi0600.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi0700.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi0800.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi0900.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi1000.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi1095.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi1200.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi1440.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi1728.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi2074.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi2488.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi2986.pfb + RELOC/fonts/type1/public/sansmathfonts/eczi3583.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo0500.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo0600.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo0700.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo0800.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo0900.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo1000.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo1095.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo1200.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo1440.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo1728.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo2074.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo2488.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo2986.pfb + RELOC/fonts/type1/public/sansmathfonts/eczo3583.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx0500.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx0600.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx0700.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx0800.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx0900.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx1000.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx1095.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx1200.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx1440.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx1728.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx2074.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx2488.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx2986.pfb + RELOC/fonts/type1/public/sansmathfonts/eczx3583.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz0500.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz0600.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz0700.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz0800.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz0900.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz1000.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz1095.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz1200.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz1440.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz1728.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz2074.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz2488.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz2986.pfb + RELOC/fonts/type1/public/sansmathfonts/eczz3583.pfb + RELOC/fonts/type1/public/sansmathfonts/ssesint10.pfb + RELOC/fonts/type1/public/sansmathfonts/ssesint7.pfb + RELOC/fonts/type1/public/sansmathfonts/ssesint8.pfb + RELOC/fonts/type1/public/sansmathfonts/ssesint9.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam10.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam5.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam6.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam7.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam8.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsam9.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm10.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm5.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm6.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm7.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm8.pfb + RELOC/fonts/type1/public/sansmathfonts/ssmsbm9.pfb + RELOC/fonts/vf/public/sansmathfonts/cmsmf10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmf12.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmf17.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmf8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmf9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbx10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbx12.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbx17.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbx8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbx9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfbxcsc10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsc10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsc8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsc9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsci10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsci8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfcsci9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfi10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfi12.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfi17.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfi8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfi9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxi10.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxi12.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxi17.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxi8.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxi9.vf + RELOC/fonts/vf/public/sansmathfonts/cmsmfxicsc10.vf + RELOC/tex/latex/sansmathfonts/omlcmssm.fd + RELOC/tex/latex/sansmathfonts/omscmsssy.fd + RELOC/tex/latex/sansmathfonts/omxcmssex.fd + RELOC/tex/latex/sansmathfonts/ot1cmsmf.fd + RELOC/tex/latex/sansmathfonts/ot1xcmss.fd + RELOC/tex/latex/sansmathfonts/sansmathfonts.sty + RELOC/tex/latex/sansmathfonts/t1xcmss.fd + RELOC/tex/latex/sansmathfonts/ucmsmf.fd + RELOC/tex/latex/sansmathfonts/ussesint.fd + RELOC/tex/latex/sansmathfonts/ussmsa.fd + RELOC/tex/latex/sansmathfonts/ussmsb.fd + RELOC/tex/latex/sansmathfonts/uxcmss.fd +docfiles size=69 + RELOC/doc/fonts/sansmathfonts/README + RELOC/doc/fonts/sansmathfonts/sansmathfonts.pdf + RELOC/doc/fonts/sansmathfonts/sansmathfonts.tex +catalogue-ctan /fonts/sansmathfonts +catalogue-date 2013-04-28 19:53:22 +0200 catalogue-license lppl1.3 +catalogue-version 1 name sansmath category Package @@ -116022,7 +119279,7 @@ catalogue-version 1.1 name savetrees category Package -revision 22491 +revision 29841 shortdesc Pack as much as possible onto each page of a LaTeX document. relocated 1 longdesc The goal of the savetrees package is to pack as much text as @@ -116034,16 +119291,17 @@ longdesc page-length requirement for a conference or journal submission. runfiles size=10 RELOC/bibtex/bst/savetrees/savetrees.bst RELOC/tex/latex/savetrees/savetrees.sty -docfiles size=92 +docfiles size=144 RELOC/doc/latex/savetrees/README RELOC/doc/latex/savetrees/savetrees.pdf -srcfiles size=24 + RELOC/doc/latex/savetrees/st-sample2e.pdf +srcfiles size=27 RELOC/source/latex/savetrees/savetrees.dtx RELOC/source/latex/savetrees/savetrees.ins catalogue-ctan /macros/latex/contrib/savetrees -catalogue-date 2011-05-15 09:57:20 +0200 +catalogue-date 2013-04-10 07:27:56 +0200 catalogue-license lppl -catalogue-version 2.0 +catalogue-version 2.1 name scalebar category Package @@ -116071,7 +119329,7 @@ catalogue-version 1.0 name scalerel category Package -revision 29465 +revision 30531 shortdesc Constrained scaling and stretching of objects. relocated 1 longdesc The package provides four commands for vertically scaling and @@ -116084,13 +119342,14 @@ longdesc minimum aspect ratio, which are often used to preserve longdesc legibility or for the sake of general appearance. runfiles size=2 RELOC/tex/latex/scalerel/scalerel.sty -docfiles size=63 +docfiles size=67 + RELOC/doc/latex/scalerel/README RELOC/doc/latex/scalerel/scalerel.pdf RELOC/doc/latex/scalerel/scalerel.tex catalogue-ctan /macros/latex/contrib/scalerel -catalogue-date 2013-03-21 07:12:07 +0100 +catalogue-date 2013-05-17 19:01:50 +0200 catalogue-license lppl -catalogue-version 1.3 +catalogue-version 1.5 name scale category Package @@ -116337,7 +119596,7 @@ catalogue-version 2.0.2 name seetexk category TLCore -revision 26689 +revision 29764 catalogue dvibook shortdesc Utilities for manipulating DVI files. longdesc The collection comprises: - dvibook, which will rearrange the @@ -116351,23 +119610,23 @@ longdesc utilities are provided as C source with Imakefiles, and an MS- longdesc DOS version of dvibook is also provided. depend seetexk.ARCH runfiles size=14 - texmf/doc/man/man1/dvibook.1 - texmf/doc/man/man1/dvibook.man1.pdf - texmf/doc/man/man1/dviconcat.1 - texmf/doc/man/man1/dviconcat.man1.pdf - texmf/doc/man/man1/dviselect.1 - texmf/doc/man/man1/dviselect.man1.pdf - texmf/doc/man/man1/dvitodvi.1 - texmf/doc/man/man1/dvitodvi.man1.pdf + texmf-dist/doc/man/man1/dvibook.1 + texmf-dist/doc/man/man1/dvibook.man1.pdf + texmf-dist/doc/man/man1/dviconcat.1 + texmf-dist/doc/man/man1/dviconcat.man1.pdf + texmf-dist/doc/man/man1/dviselect.1 + texmf-dist/doc/man/man1/dviselect.man1.pdf + texmf-dist/doc/man/man1/dvitodvi.1 + texmf-dist/doc/man/man1/dvitodvi.man1.pdf catalogue-ctan /dviware/dvibook catalogue-date 2012-04-10 15:00:16 +0200 catalogue-license other-free name seetexk.i386-linux category TLCore -revision 26340 +revision 30088 shortdesc i386-linux files of seetexk -binfiles arch=i386-linux size=24 +binfiles arch=i386-linux size=25 bin/i386-linux/dvibook bin/i386-linux/dviconcat bin/i386-linux/dviselect @@ -116724,35 +119983,6 @@ catalogue-ctan /language/serbian/serbian-apostrophe catalogue-date 2011-08-30 14:04:46 +0200 catalogue-license lppl1.3 -name serbianc -category Package -revision 22929 -shortdesc Babel module to support Serbian Cyrillic. -relocated 1 -longdesc The package provides support for Serbian documents written in -longdesc Cyrillic, in babel. -runfiles size=3 - RELOC/tex/generic/serbianc/serbianc.ldf - RELOC/tex/generic/serbianc/serbianc.sty -docfiles size=30 - RELOC/doc/generic/serbianc/COPYING - RELOC/doc/generic/serbianc/ChangeLog - RELOC/doc/generic/serbianc/Copyright - RELOC/doc/generic/serbianc/INSTALL - RELOC/doc/generic/serbianc/README - RELOC/doc/generic/serbianc/README.Files - RELOC/doc/generic/serbianc/sample.pdf - RELOC/doc/generic/serbianc/sample.tex - RELOC/doc/latex/serbianc/README -srcfiles size=8 - RELOC/source/generic/serbianc/serbianc.dtx - RELOC/source/generic/serbianc/serbianc.ins - RELOC/source/generic/serbianc/serbianc.patch -catalogue-ctan /macros/latex/contrib/babel-contrib/serbianc -catalogue-date 2011-06-09 20:30:15 +0200 -catalogue-license lppl1.3 -catalogue-version 2.2 - name serbian-date-lat category Package revision 23446 @@ -117271,27 +120501,26 @@ catalogue-version 1.2 name showexpl category Package -revision 27790 +revision 29838 shortdesc Typesetting LaTeX source code. relocated 1 longdesc This package provides a way to typeset LaTeX source code and longdesc the related result in the same document. -runfiles size=3 +runfiles size=4 RELOC/tex/latex/showexpl/showexpl.sty -docfiles size=132 +docfiles size=149 RELOC/doc/latex/showexpl/README RELOC/doc/latex/showexpl/result-picture.pdf RELOC/doc/latex/showexpl/showexpl-test.pdf RELOC/doc/latex/showexpl/showexpl-test.tex - RELOC/doc/latex/showexpl/showexpl.cfg RELOC/doc/latex/showexpl/showexpl.pdf srcfiles size=8 RELOC/source/latex/showexpl/showexpl.dtx RELOC/source/latex/showexpl/showexpl.ins catalogue-ctan /macros/latex/contrib/showexpl -catalogue-date 2012-09-23 11:23:18 +0200 +catalogue-date 2013-04-10 10:08:31 +0200 catalogue-license lppl -catalogue-version v0.3j +catalogue-version v0.3k name showhyphens category Package @@ -117314,7 +120543,7 @@ catalogue-version 0.1 name showcharinbox category Package -revision 27052 +revision 29803 shortdesc Show characters inside a box. relocated 1 longdesc The package typesets a character inside a box, showing where @@ -117327,14 +120556,14 @@ longdesc character inside the box does not make any sense: use a large longdesc size. runfiles size=1 RELOC/tex/latex/showcharinbox/showcharinbox.sty -docfiles size=17 +docfiles size=20 RELOC/doc/latex/showcharinbox/README RELOC/doc/latex/showcharinbox/showcharinbox.pdf srcfiles size=4 RELOC/source/latex/showcharinbox/showcharinbox.dtx RELOC/source/latex/showcharinbox/showcharinbox.ins catalogue-ctan /macros/latex/contrib/showcharinbox -catalogue-date 2012-07-14 16:43:20 +0200 +catalogue-date 2013-04-08 09:07:09 +0200 catalogue-license lppl1.3 catalogue-version 0.1 @@ -117487,7 +120716,7 @@ depend collection-latex name scheme-context category Scheme -revision 26699 +revision 29997 shortdesc ConTeXt scheme relocated 1 longdesc This is the TeX Live scheme for installing ConTeXt. @@ -117500,17 +120729,18 @@ depend iwona depend kurier depend poltawski depend xits -depend Asana-Math +depend asana-math depend txfonts depend pxfonts depend eulervm depend marvosym depend wasy +depend ccicons depend ly1 name scheme-full category Scheme -revision 21417 +revision 30492 shortdesc full scheme (everything) relocated 1 longdesc This is the full TeX Live scheme: it installs everything @@ -117519,34 +120749,10 @@ depend collection-basic depend collection-bibtexextra depend collection-binextra depend collection-context -depend collection-documentation-arabic -depend collection-documentation-base -depend collection-documentation-bulgarian -depend collection-documentation-chinese -depend collection-documentation-czechslovak -depend collection-documentation-dutch -depend collection-documentation-english -depend collection-documentation-finnish -depend collection-documentation-french -depend collection-documentation-german -depend collection-documentation-italian -depend collection-documentation-japanese -depend collection-documentation-korean -depend collection-documentation-mongolian -depend collection-documentation-polish -depend collection-documentation-portuguese -depend collection-documentation-russian -depend collection-documentation-serbian -depend collection-documentation-slovenian -depend collection-documentation-spanish -depend collection-documentation-thai -depend collection-documentation-turkish -depend collection-documentation-ukrainian -depend collection-documentation-vietnamese depend collection-fontsextra depend collection-fontsrecommended -depend collection-fontutils depend collection-formatsextra +depend collection-fontutils depend collection-games depend collection-genericextra depend collection-genericrecommended @@ -117554,35 +120760,20 @@ depend collection-htmlxml depend collection-humanities depend collection-langafrican depend collection-langarabic -depend collection-langarmenian depend collection-langcjk -depend collection-langcroatian depend collection-langcyrillic depend collection-langczechslovak -depend collection-langdanish -depend collection-langdutch -depend collection-langfinnish +depend collection-langenglish +depend collection-langeuropean depend collection-langfrench depend collection-langgerman depend collection-langgreek -depend collection-langhebrew -depend collection-langhungarian depend collection-langindic depend collection-langitalian -depend collection-langlatin -depend collection-langlatvian -depend collection-langlithuanian -depend collection-langmongolian -depend collection-langnorwegian depend collection-langother depend collection-langpolish depend collection-langportuguese depend collection-langspanish -depend collection-langswedish -depend collection-langtibetan -depend collection-langturkmen -depend collection-langenglish -depend collection-langvietnamese depend collection-latex depend collection-latexextra depend collection-latexrecommended @@ -117596,13 +120787,12 @@ depend collection-plainextra depend collection-pstricks depend collection-publishers depend collection-science -depend collection-texinfo depend collection-texworks depend collection-xetex name scheme-gust category Scheme -revision 28959 +revision 30372 shortdesc GUST TeX Live scheme relocated 1 longdesc This is the GUST TeX Live scheme: it is a set of files @@ -117633,7 +120823,6 @@ depend tex4ht depend texdoc depend collection-basic depend collection-context -depend collection-documentation-polish depend collection-fontutils depend collection-fontsrecommended depend collection-genericrecommended @@ -117646,36 +120835,35 @@ depend collection-xetex name scheme-medium category Scheme -revision 26477 +revision 30457 shortdesc medium scheme (small + more packages and languages) relocated 1 longdesc This is the medium TeX Live collection: it contains plain TeX, -longdesc LaTeX, many recommended packages, and support for some widely- -longdesc used European languages. +longdesc LaTeX, many recommended packages, and support for most European +longdesc languages. depend collection-basic depend collection-binextra depend collection-context -depend collection-documentation-english -depend collection-fontutils depend collection-fontsrecommended +depend collection-fontutils +depend collection-genericrecommended depend collection-langczechslovak -depend collection-langdutch +depend collection-langenglish +depend collection-langeuropean depend collection-langfrench depend collection-langgerman depend collection-langitalian depend collection-langpolish depend collection-langportuguese depend collection-langspanish -depend collection-langenglish depend collection-latex depend collection-latexrecommended +depend collection-luatex depend collection-mathextra depend collection-metapost -depend collection-texinfo +depend collection-plainextra depend collection-texworks depend collection-xetex -depend collection-luatex -depend collection-genericrecommended name scheme-minimal category Scheme @@ -117725,7 +120913,7 @@ depend hyphen-swedish name scheme-tetex category Scheme -revision 28959 +revision 30457 shortdesc teTeX scheme (more than medium, but nowhere near full) relocated 1 longdesc TeX Live scheme nearly equivalent to the teTeX distribution @@ -117769,40 +120957,30 @@ depend tds depend tex-refs depend collection-basic depend collection-context -depend collection-documentation-base -depend collection-fontutils depend collection-fontsrecommended +depend collection-fontutils depend collection-genericrecommended depend collection-langcjk -depend collection-langcroatian depend collection-langcyrillic depend collection-langczechslovak -depend collection-langdanish -depend collection-langdutch -depend collection-langfinnish +depend collection-langenglish +depend collection-langeuropean depend collection-langfrench depend collection-langgerman depend collection-langgreek -depend collection-langhungarian depend collection-langitalian -depend collection-langlatin -depend collection-langmongolian -depend collection-langnorwegian depend collection-langother depend collection-langpolish depend collection-langportuguese depend collection-langspanish -depend collection-langswedish -depend collection-langenglish -depend collection-langvietnamese depend collection-latex depend collection-latexrecommended depend collection-mathextra depend collection-metapost depend collection-omega depend collection-pictures +depend collection-plainextra depend collection-pstricks -depend collection-texinfo name scheme-xml category Scheme @@ -117833,7 +121011,7 @@ depend collection-omega name schulschriften category Package -revision 28268 +revision 29803 shortdesc German "school scripts" from Suetterlin to the present day. relocated 1 longdesc Das Paket enthalt im wesentlichen die METAFONT-Quellfiles fur @@ -117925,7 +121103,7 @@ catalogue-license lppl name schwalbe-chess category Package -revision 29140 +revision 29941 shortdesc Typeset the German chess magazine "Die Schwalbe" relocated 1 longdesc The package is based on chess-problem-diagrams, which in its @@ -117940,9 +121118,9 @@ srcfiles size=13 RELOC/source/latex/schwalbe-chess/schwalbe.dtx RELOC/source/latex/schwalbe-chess/schwalbe.ins catalogue-ctan /macros/latex/contrib/schwalbe-chess -catalogue-date 2013-02-16 16:37:31 +0100 +catalogue-date 2013-04-14 18:39:07 +0200 catalogue-license lppl1.2 -catalogue-version 1.5 +catalogue-version 1.5.1 name sidecap category Package @@ -118582,14 +121760,14 @@ catalogue-version 0.4 name skeyval category Package -revision 29092 -shortdesc Extensions to xkeyval. +revision 30560 +shortdesc Key-value parsing combining features of xkeyval and pgfkeys. relocated 1 longdesc The package integrates the features of xkeyval and of pgfkeys longdesc by introducing a new type of handlers. Style keys, links, longdesc changing key callbacks and values on the fly, and other longdesc features of pgfkeys are introduced in a new context. -runfiles size=139 +runfiles size=148 RELOC/tex/latex/skeyval/skeyval-bc.sty RELOC/tex/latex/skeyval/skeyval-core.tex RELOC/tex/latex/skeyval/skeyval-for.tex @@ -118597,20 +121775,24 @@ runfiles size=139 RELOC/tex/latex/skeyval/skeyval-ltxpatch.sty RELOC/tex/latex/skeyval/skeyval-pstkey.sty RELOC/tex/latex/skeyval/skeyval-pstkey.tex + RELOC/tex/latex/skeyval/skeyval-testclass.cls + RELOC/tex/latex/skeyval/skeyval-testpkg.sty RELOC/tex/latex/skeyval/skeyval-view.sty RELOC/tex/latex/skeyval/skeyval.sty -docfiles size=83 +docfiles size=114 RELOC/doc/latex/skeyval/README RELOC/doc/latex/skeyval/skeyval-pokayoke1.pdf RELOC/doc/latex/skeyval/skeyval-pokayoke1.tex RELOC/doc/latex/skeyval/skeyval-pokayoke2.pdf RELOC/doc/latex/skeyval/skeyval-pokayoke2.tex - RELOC/doc/latex/skeyval/skeyval-testclass.cls - RELOC/doc/latex/skeyval/skeyval-testpkg.sty + RELOC/doc/latex/skeyval/skeyval-view-pokayoke1.aux + RELOC/doc/latex/skeyval/skeyval-view-pokayoke1.log + RELOC/doc/latex/skeyval/skeyval-view-pokayoke1.pdf + RELOC/doc/latex/skeyval/skeyval-view-pokayoke1.tex catalogue-ctan /macros/latex/contrib/skeyval -catalogue-date 2013-02-11 23:27:59 +0100 +catalogue-date 2013-05-16 17:14:56 +0200 catalogue-license lppl1.3 -catalogue-version 1.2 +catalogue-version 1.3 name skmath category Package @@ -118744,7 +121926,7 @@ catalogue-license lppl name smartdiagram category Package -revision 29680 +revision 30046 shortdesc Generate diagrams from lists. relocated 1 longdesc The package will create 'smart' diagrams from lists of items, @@ -118755,7 +121937,7 @@ runfiles size=15 RELOC/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex RELOC/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex RELOC/tex/latex/smartdiagram/smartdiagramlibrarycore.styles.code.tex -docfiles size=67 +docfiles size=66 RELOC/doc/latex/smartdiagram/README RELOC/doc/latex/smartdiagram/smartdiagram.pdf srcfiles size=26 @@ -118822,6 +122004,28 @@ catalogue-date 2006-12-14 00:03:18 +0100 catalogue-license lppl catalogue-version 1.14 +name snotez +category Package +revision 30355 +shortdesc Typeset notes, in the margin. +relocated 1 +longdesc The package provides a macro \sidenote, that places a note in +longdesc the margin of the document, with its baseline aligned with the +longdesc baseline in the body of the document. These sidenotes are +longdesc numbered (both in the text, and on the notes themselves). The +longdesc package loads the package etoolbox, pgfopts, marginnote and +longdesc perpage. +runfiles size=3 + RELOC/tex/latex/snotez/snotez.sty +docfiles size=117 + RELOC/doc/latex/snotez/README + RELOC/doc/latex/snotez/snotez_en.pdf + RELOC/doc/latex/snotez/snotez_en.tex +catalogue-ctan /macros/latex/contrib/snotez +catalogue-date 2013-05-09 13:28:31 +0200 +catalogue-license lppl1.3 +catalogue-version 0.3 + name songbook category Package revision 18136 @@ -118878,6 +122082,57 @@ catalogue-date 2010-05-06 13:38:32 +0200 catalogue-license lgpl2.1 catalogue-version 4.5 +name songs +category Package +revision 30005 +shortdesc Produce song books for church or fellowship. +relocated 1 +longdesc The package provides a means of producing beautiful song books +longdesc for church or fellowship. It offers: - a very easy chord-entry +longdesc syntax; - multiple modes (words-only; words+chords; slides; +longdesc handouts); - measure bars; - guitar tablatures; - automatic +longdesc transposition; - scripture quotations; - multiple indexes +longdesc (sorted by title, author, important lyrics, or scripture +longdesc references); and - projector-style output generation, for +longdesc interactive use. A set of example documents is provided. +runfiles size=25 + RELOC/tex/latex/songs/songs.sty +docfiles size=343 + RELOC/doc/latex/songs/Makefile + RELOC/doc/latex/songs/README + RELOC/doc/latex/songs/history.txt + RELOC/doc/latex/songs/license.txt + RELOC/doc/latex/songs/sample/Makefile + RELOC/doc/latex/songs/sample/chordbook.tex + RELOC/doc/latex/songs/sample/lyricbook.tex + RELOC/doc/latex/songs/sample/slidebook.tex + RELOC/doc/latex/songs/sample/songs.sbd + RELOC/doc/latex/songs/sample/transparencies.tex + RELOC/doc/latex/songs/songidx/Makefile + RELOC/doc/latex/songs/songidx/authidx.c + RELOC/doc/latex/songs/songidx/bible.can + RELOC/doc/latex/songs/songidx/catholic.can + RELOC/doc/latex/songs/songidx/chars.h + RELOC/doc/latex/songs/songidx/fileio.c + RELOC/doc/latex/songs/songidx/fileio.h + RELOC/doc/latex/songs/songidx/greek.can + RELOC/doc/latex/songs/songidx/protestant.can + RELOC/doc/latex/songs/songidx/scripidx.c + RELOC/doc/latex/songs/songidx/songidx.c + RELOC/doc/latex/songs/songidx/songidx.h + RELOC/doc/latex/songs/songidx/songsort.c + RELOC/doc/latex/songs/songidx/tanakh.can + RELOC/doc/latex/songs/songidx/titleidx.c + RELOC/doc/latex/songs/songidx/vsconfig.h + RELOC/doc/latex/songs/songs.pdf +srcfiles size=99 + RELOC/source/latex/songs/songs.dtx + RELOC/source/latex/songs/songs.ins +catalogue-ctan /macros/latex/contrib/songs +catalogue-date 2012-04-22 21:38:25 +0200 +catalogue-license gpl +catalogue-version 2.14 + name sort-by-letters category Package revision 27128 @@ -119219,7 +122474,7 @@ catalogue-version 2.0 name sourcesanspro category Package -revision 28694 +revision 30210 shortdesc Use SourceSansPro with TeX(-alike) systems. relocated 1 longdesc The font is an open-source Sans-Serif development from Adobe. @@ -119227,7 +122482,7 @@ longdesc The package provides fonts (in both Adobe Type 1 and OpenType longdesc formats) and macros supporting their use in LaTeX (Type 1) and longdesc XeLaTeX/LuaLaTeX (OTF). execute addMap SourceSansPro.map -runfiles size=2382 +runfiles size=2384 RELOC/fonts/enc/dvips/sourcesanspro/a_2cvp4u.enc RELOC/fonts/enc/dvips/sourcesanspro/a_3rlax2.enc RELOC/fonts/enc/dvips/sourcesanspro/a_5tbsmu.enc @@ -119994,9 +123249,9 @@ docfiles size=57 RELOC/doc/latex/sourcesanspro/sourcesanspro.pdf RELOC/doc/latex/sourcesanspro/sourcesanspro.tex catalogue-ctan /fonts/sourcesanspro -catalogue-date 2013-01-02 00:47:30 +0100 +catalogue-date 2013-05-02 20:50:09 +0200 catalogue-license ofl -catalogue-version 2.00 +catalogue-version 2.2 name spanglish category Package @@ -120044,29 +123299,6 @@ catalogue-date 2009-01-10 16:42:45 +0100 catalogue-license lppl catalogue-version 1.1a -name spanish -category Package -revision 24229 -shortdesc Spanish in Babel. -relocated 1 -longdesc This bundle provides an upgrade of the Spanish support provided -longdesc by the LaTeX standard package babel. Note that separate support -longdesc is provided for those who wish to typeset Spanish as written in -longdesc Mexico. -docfiles size=55 - RELOC/doc/latex/spanish/README - RELOC/doc/latex/spanish/romanidx.sty - RELOC/doc/latex/spanish/spanish.ldf - RELOC/doc/latex/spanish/spanish.pdf - RELOC/doc/latex/spanish/spanish2.html -srcfiles size=25 - RELOC/source/latex/spanish/spanish.dtx - RELOC/source/latex/spanish/spanish.ins -catalogue-ctan /language/spanish/babel/base -catalogue-date 2011-10-06 19:10:39 +0200 -catalogue-license lppl -catalogue-version 5.0k - name sparklines category Package revision 16131 @@ -120092,10 +123324,37 @@ catalogue-date 2009-11-22 10:21:09 +0100 catalogue-license lppl catalogue-version 1.5 +name spath3 +category Package +revision 29898 +shortdesc Manipulate "soft paths" in PGF. +relocated 1 +longdesc The spath3 library provides methods for manipulating the "soft +longdesc paths" of TikZ/PGF. Packaged with it are two TikZ libraries +longdesc that make use of the methods provided. These are libraries for +longdesc drawing calligraphic paths and for drawing knot diagrams. +runfiles size=24 + RELOC/tex/latex/spath3/spath3.sty + RELOC/tex/latex/spath3/tikzlibrarycalligraphy.code.tex + RELOC/tex/latex/spath3/tikzlibraryknots.code.tex +docfiles size=177 + RELOC/doc/latex/spath3/README.txt + RELOC/doc/latex/spath3/calligraphy_doc.pdf + RELOC/doc/latex/spath3/calligraphy_doc.tex + RELOC/doc/latex/spath3/knots_doc.pdf + RELOC/doc/latex/spath3/knots_doc.tex +srcfiles size=31 + RELOC/source/latex/spath3/spath3.dtx + RELOC/source/latex/spath3/spath3.ins +catalogue-ctan /graphics/pgf/contrib/spath3 +catalogue-date 2013-04-12 17:56:37 +0200 +catalogue-license lppl1.3 +catalogue-version 1 + name spelling category Package -revision 29102 -shortdesc Support for spell-checking of LuaLaTeX documents. +revision 30665 +shortdesc Support for spell-checking of LuaTeX documents. relocated 1 longdesc The package aids spell-checking of TeX documents compiled with longdesc the LuaTeX engine. It can give visual feedback in PDF output @@ -120103,23 +123362,24 @@ longdesc similar to WYSIWYG word processors. The package relies on an longdesc external spell-checker application to check spelling of a text longdesc file and to output a list of bad spellings. The package should longdesc work with most spell-checkers, even dumb, TeX-unaware ones. -runfiles size=18 +runfiles size=19 + RELOC/scripts/spelling/spelling-main.lua RELOC/scripts/spelling/spelling-recurse.lua RELOC/scripts/spelling/spelling-stage-1.lua RELOC/scripts/spelling/spelling-stage-2.lua RELOC/scripts/spelling/spelling-stage-3.lua RELOC/scripts/spelling/spelling-stage-4.lua - RELOC/scripts/spelling/spelling.lua RELOC/tex/luatex/spelling/spelling.sty -docfiles size=42 +docfiles size=50 RELOC/doc/luatex/spelling/CHANGES RELOC/doc/luatex/spelling/LICENSE RELOC/doc/luatex/spelling/README + RELOC/doc/luatex/spelling/spelling-doc-lst-lua.tex RELOC/doc/luatex/spelling/spelling-doc.bad RELOC/doc/luatex/spelling/spelling-doc.pdf RELOC/doc/luatex/spelling/spelling-doc.tex catalogue-ctan /macros/luatex/generic/spelling -catalogue-date 2013-02-13 00:36:31 +0100 +catalogue-date 2013-02-27 12:58:34 +0100 catalogue-license lppl1.3 catalogue-version 0.3 @@ -120207,7 +123467,7 @@ catalogue-version 1.17 name splitindex category Package -revision 29688 +revision 29792 shortdesc Unlimited number of indexes. longdesc SplitIndex consists of a LaTeX package, splitidx, and a small longdesc program, splitindex. The package may be used to produce one @@ -120230,8 +123490,8 @@ docfiles size=110 texmf-dist/doc/latex/splitindex/install.txt texmf-dist/doc/latex/splitindex/manifest.txt texmf-dist/doc/latex/splitindex/splitidx.pdf - texmf/doc/man/man1/splitindex.1 - texmf/doc/man/man1/splitindex.man1.pdf + texmf-dist/doc/man/man1/splitindex.1 + texmf-dist/doc/man/man1/splitindex.man1.pdf srcfiles size=41 texmf-dist/source/latex/splitindex/README texmf-dist/source/latex/splitindex/install.sh @@ -120247,9 +123507,9 @@ srcfiles size=41 texmf-dist/source/latex/splitindex/splitindex.tlu texmf-dist/source/latex/splitindex/splitindex_main.tlu catalogue-ctan /macros/latex/contrib/splitindex -catalogue-date 2012-06-03 13:49:17 +0200 +catalogue-date 2013-04-09 11:35:57 +0200 catalogue-license lppl -catalogue-version 1.1a +catalogue-version 1.2a name splitindex.i386-linux category Package @@ -120806,7 +124066,7 @@ catalogue-version 10 name stex category Package -revision 25792 +revision 29803 shortdesc An Infrastructure for Semantic Preloading of LaTeX Documents. relocated 1 longdesc The sTeX package collection is a version of TeX/LaTeX that @@ -121371,13 +124631,13 @@ srcfiles size=910 RELOC/source/latex/stex/xsl/owl2post.xsl RELOC/source/latex/stex/xsl/symbols.xsl catalogue-ctan /macros/latex/contrib/stex -catalogue-date 2012-01-28 13:25:34 +0100 +catalogue-date 2012-03-31 11:15:31 +0200 catalogue-license lppl catalogue-version 1.4 name stix category Package -revision 22426 +revision 29803 shortdesc OpenType Unicode maths fonts. relocated 1 longdesc The STIX fonts are a suite of unicode OpenType fonts containing @@ -121449,7 +124709,7 @@ docfiles size=416 RELOC/doc/fonts/stix/README.TEXLIVE RELOC/doc/fonts/stix/STIX_Font_License_2010.pdf catalogue-ctan /fonts/stix -catalogue-date 2010-09-08 12:29:06 +0200 +catalogue-date 2011-12-20 12:56:09 +0100 catalogue-license ofl catalogue-version 1.0 @@ -121563,7 +124823,7 @@ catalogue-version 0.0.2 name stringstrings category Package -revision 28022 +revision 30093 shortdesc String manipulation for cosmetic and programming application. relocated 1 longdesc The package provides a large and sundry set of macros for the @@ -121581,7 +124841,7 @@ runfiles size=15 docfiles size=108 RELOC/doc/latex/stringstrings/README RELOC/doc/latex/stringstrings/stringstrings.pdf -srcfiles size=39 +srcfiles size=40 RELOC/source/latex/stringstrings/stringstrings.dtx RELOC/source/latex/stringstrings/stringstrings.ins catalogue-ctan /macros/latex/contrib/stringstrings @@ -121706,7 +124966,7 @@ catalogue-version 0.1.1 name sty2dtx category Package -revision 28206 +revision 29743 shortdesc Create a .dtx file from a .sty file. longdesc The package provides a Perl script that converts a .sty file longdesc (LaTeX package) to .dtx format (documented LaTeX source), by @@ -121725,10 +124985,10 @@ depend sty2dtx.ARCH runfiles size=8 texmf-dist/scripts/sty2dtx/sty2dtx.pl docfiles size=43 + texmf-dist/doc/man/man1/sty2dtx.1 + texmf-dist/doc/man/man1/sty2dtx.man1.pdf texmf-dist/doc/support/sty2dtx/README texmf-dist/doc/support/sty2dtx/sty2dtx.pdf - texmf/doc/man/man1/sty2dtx.1 - texmf/doc/man/man1/sty2dtx.man1.pdf catalogue-ctan /support/sty2dtx catalogue-date 2012-11-07 20:43:20 +0100 catalogue-license gpl3 @@ -122126,34 +125386,40 @@ catalogue-version 1.0 name suftesi category Package -revision 29484 +revision 30000 shortdesc A document class for typesetting theses, books and articles. relocated 1 longdesc The class is specifically designed for use with theses in the longdesc humanities. runfiles size=15 RELOC/tex/latex/suftesi/suftesi.cls -docfiles size=465 +docfiles size=564 RELOC/doc/latex/suftesi/README - RELOC/doc/latex/suftesi/example/Capitoli/primo.tex - RELOC/doc/latex/suftesi/example/Capitoli/secondo.tex - RELOC/doc/latex/suftesi/example/Capitoli/terzo.tex - RELOC/doc/latex/suftesi/example/Immagini/don.png - RELOC/doc/latex/suftesi/example/Immagini/lamport.jpg - RELOC/doc/latex/suftesi/example/MaterialeInizialeFinale/Introduzione.tex - RELOC/doc/latex/suftesi/example/MaterialeInizialeFinale/Ringraziamenti.tex - RELOC/doc/latex/suftesi/example/bibliografia.bib - RELOC/doc/latex/suftesi/example/logo.png - RELOC/doc/latex/suftesi/example/tesi.pdf - RELOC/doc/latex/suftesi/example/tesi.tex RELOC/doc/latex/suftesi/suftesi.pdf + RELOC/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/primo.tex + RELOC/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/secondo.tex + RELOC/doc/latex/suftesi/templates/tesi-magistrale/Capitoli/terzo.tex + RELOC/doc/latex/suftesi/templates/tesi-magistrale/MaterialeInizialeFinale/Introduzione.tex + RELOC/doc/latex/suftesi/templates/tesi-magistrale/MaterialeInizialeFinale/Ringraziamenti.tex + RELOC/doc/latex/suftesi/templates/tesi-magistrale/immagini/don.png + RELOC/doc/latex/suftesi/templates/tesi-magistrale/immagini/lamport.jpg + RELOC/doc/latex/suftesi/templates/tesi-magistrale/immagini/logo.png + RELOC/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.bib + RELOC/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.pdf + RELOC/doc/latex/suftesi/templates/tesi-magistrale/nome-tesi.tex + RELOC/doc/latex/suftesi/templates/tesi-triennale/immagini/don.png + RELOC/doc/latex/suftesi/templates/tesi-triennale/immagini/lamport.jpg + RELOC/doc/latex/suftesi/templates/tesi-triennale/immagini/logo.png + RELOC/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.bib + RELOC/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.pdf + RELOC/doc/latex/suftesi/templates/tesi-triennale/nome-tesi.tex srcfiles size=36 RELOC/source/latex/suftesi/suftesi.dtx RELOC/source/latex/suftesi/suftesi.ins catalogue-ctan /macros/latex/contrib/suftesi -catalogue-date 2013-03-23 11:50:30 +0100 +catalogue-date 2013-04-17 17:07:05 +0200 catalogue-license lppl -catalogue-version 1.5 +catalogue-version 1.6 name sugconf category Package @@ -122577,19 +125843,19 @@ catalogue-license gpl name synctex category TLCore -revision 26689 +revision 29764 depend synctex.ARCH docfiles size=8 - texmf/doc/man/man1/synctex.1 - texmf/doc/man/man1/synctex.man1.pdf - texmf/doc/man/man5/synctex.5 - texmf/doc/man/man5/synctex.man5.pdf + texmf-dist/doc/man/man1/synctex.1 + texmf-dist/doc/man/man1/synctex.man1.pdf + texmf-dist/doc/man/man5/synctex.5 + texmf-dist/doc/man/man5/synctex.man5.pdf name synctex.i386-linux category TLCore -revision 26340 +revision 30088 shortdesc i386-linux files of synctex -binfiles arch=i386-linux size=30 +binfiles arch=i386-linux size=34 bin/i386-linux/synctex name synproof @@ -123778,7 +127044,7 @@ catalogue-version 2.40 name tcolorbox category Package -revision 29372 +revision 30508 shortdesc Coloured boxes, for LaTeX examples and theorems, etc. relocated 1 longdesc The package provides an environment for coloured and framed @@ -123789,27 +127055,41 @@ longdesc box displays the source code and the other part shows the longdesc output. Another common use case is the setting of theorems. The longdesc package supports saving and reuse of source code and text longdesc parts. -runfiles size=23 +runfiles size=28 RELOC/tex/latex/tcolorbox/tcbbreakable.code.tex RELOC/tex/latex/tcolorbox/tcbdocumentation.code.tex + RELOC/tex/latex/tcolorbox/tcbhooks.code.tex RELOC/tex/latex/tcolorbox/tcblistings.code.tex RELOC/tex/latex/tcolorbox/tcblistingsutf8.code.tex RELOC/tex/latex/tcolorbox/tcbskins.code.tex RELOC/tex/latex/tcolorbox/tcbtheorems.code.tex RELOC/tex/latex/tcolorbox/tcolorbox.sty -docfiles size=466 +docfiles size=589 RELOC/doc/latex/tcolorbox/Basilica_5.png RELOC/doc/latex/tcolorbox/CHANGES RELOC/doc/latex/tcolorbox/README - RELOC/doc/latex/tcolorbox/README.TEXLIVE RELOC/doc/latex/tcolorbox/tcolorbox-example.pdf RELOC/doc/latex/tcolorbox/tcolorbox-example.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.bib + RELOC/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.coremacros.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.documentation.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.hooks.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.index.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.intro.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.listings.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.references.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.skins.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.theorems.tex + RELOC/doc/latex/tcolorbox/tcolorbox.doc.verbatim.tex RELOC/doc/latex/tcolorbox/tcolorbox.pdf RELOC/doc/latex/tcolorbox/tcolorbox.tex catalogue-ctan /macros/latex/contrib/tcolorbox -catalogue-date 2013-03-13 15:30:14 +0100 +catalogue-date 2013-05-16 19:39:08 +0200 catalogue-license lppl1.3 -catalogue-version 2.02 +catalogue-version 2.22 name tdclock category Package @@ -124158,7 +127438,7 @@ catalogue-version 1.1 name tetex category TLCore -revision 29585 +revision 30480 shortdesc scripts and files originally written for or included in teTeX longdesc teTeX was a comprehensive distribution of TeX, LaTeX and longdesc family, designed for ease of compilation, installation and @@ -124172,84 +127452,84 @@ longdesc very close to that of the old teTeX, but using modern versions longdesc of programs and packages. depend tetex.ARCH execute addMap mathpple.map -runfiles size=89 - texmf-dist/scripts/tetex/allcm.sh - texmf-dist/scripts/tetex/allneeded.sh - texmf-dist/scripts/tetex/dvi2fax.sh - texmf-dist/scripts/tetex/dvired.sh - texmf-dist/scripts/tetex/kpsetool.sh - texmf-dist/scripts/tetex/kpsewhere.sh - texmf-dist/scripts/tetex/updmap-sys.sh - texmf-dist/scripts/tetex/updmap.pl +runfiles size=88 + texmf-dist/dvips/tetex/config.builtin35 + texmf-dist/dvips/tetex/config.dfaxhigh + texmf-dist/dvips/tetex/config.dfaxlo + texmf-dist/dvips/tetex/config.download35 + texmf-dist/dvips/tetex/config.gsftopk + texmf-dist/dvips/tetex/config.maxmem + texmf-dist/dvips/tetex/config.outline + texmf-dist/dvips/tetex/config.pdf + texmf-dist/dvips/tetex/config.pk + texmf-dist/dvips/tetex/config.www + texmf-dist/fonts/enc/dvips/tetex/09fbbfac.enc + texmf-dist/fonts/enc/dvips/tetex/0ef0afca.enc + texmf-dist/fonts/enc/dvips/tetex/10037936.enc + texmf-dist/fonts/enc/dvips/tetex/1b6d048e.enc + texmf-dist/fonts/enc/dvips/tetex/71414f53.enc + texmf-dist/fonts/enc/dvips/tetex/74afc74c.enc + texmf-dist/fonts/enc/dvips/tetex/aae443f0.enc + texmf-dist/fonts/enc/dvips/tetex/b6a4d7c7.enc + texmf-dist/fonts/enc/dvips/tetex/bbad153f.enc + texmf-dist/fonts/enc/dvips/tetex/d9b29452.enc + texmf-dist/fonts/enc/dvips/tetex/f7b6d320.enc + texmf-dist/fonts/enc/dvips/tetex/mtex.enc + texmf-dist/fonts/map/dvips/tetex/README + texmf-dist/fonts/map/dvips/tetex/dvipdfm35.map + texmf-dist/fonts/map/dvips/tetex/dvips35.map + texmf-dist/fonts/map/dvips/tetex/mathpple.map + texmf-dist/fonts/map/dvips/tetex/pdftex35.map + texmf-dist/fonts/map/dvips/tetex/ps2pk35.map + texmf-dist/scripts/texlive/allcm.sh + texmf-dist/scripts/texlive/allneeded.sh + texmf-dist/scripts/texlive/dvi2fax.sh + texmf-dist/scripts/texlive/dvired.sh + texmf-dist/scripts/texlive/fmtutil-sys.sh + texmf-dist/scripts/texlive/fmtutil.sh + texmf-dist/scripts/texlive/kpsetool.sh + texmf-dist/scripts/texlive/kpsewhere.sh + texmf-dist/scripts/texlive/texconfig-dialog.sh + texmf-dist/scripts/texlive/texconfig-sys.sh + texmf-dist/scripts/texlive/texlinks.sh + texmf-dist/scripts/texlive/updmap-sys.sh + texmf-dist/scripts/texlive/updmap.pl texmf-dist/web2c/updmap.cfg - texmf/dvips/tetex/config.builtin35 - texmf/dvips/tetex/config.dfaxhigh - texmf/dvips/tetex/config.dfaxlo - texmf/dvips/tetex/config.download35 - texmf/dvips/tetex/config.gsftopk - texmf/dvips/tetex/config.outline - texmf/dvips/tetex/config.pdf - texmf/dvips/tetex/config.pk - texmf/dvips/tetex/config.www - texmf/fonts/enc/dvips/tetex/09fbbfac.enc - texmf/fonts/enc/dvips/tetex/0ef0afca.enc - texmf/fonts/enc/dvips/tetex/10037936.enc - texmf/fonts/enc/dvips/tetex/1b6d048e.enc - texmf/fonts/enc/dvips/tetex/71414f53.enc - texmf/fonts/enc/dvips/tetex/74afc74c.enc - texmf/fonts/enc/dvips/tetex/aae443f0.enc - texmf/fonts/enc/dvips/tetex/b6a4d7c7.enc - texmf/fonts/enc/dvips/tetex/bbad153f.enc - texmf/fonts/enc/dvips/tetex/d9b29452.enc - texmf/fonts/enc/dvips/tetex/f7b6d320.enc - texmf/fonts/enc/dvips/tetex/mtex.enc - texmf/fonts/map/dvips/tetex/README - texmf/fonts/map/dvips/tetex/dvipdfm35.map - texmf/fonts/map/dvips/tetex/dvips35.map - texmf/fonts/map/dvips/tetex/mathpple.map - texmf/fonts/map/dvips/tetex/pdftex35.map - texmf/fonts/map/dvips/tetex/ps2pk35.map - texmf/scripts/tetex/fmtutil-sys.sh - texmf/scripts/tetex/fmtutil.sh - texmf/scripts/tetex/texconfig-dialog.sh - texmf/scripts/tetex/texconfig-sys.sh - texmf/scripts/tetex/texlinks.sh - texmf/web2c/updmap.cfg docfiles size=142 - texmf/doc/man/man1/allcm.1 - texmf/doc/man/man1/allcm.man1.pdf - texmf/doc/man/man1/allec.1 - texmf/doc/man/man1/allec.man1.pdf - texmf/doc/man/man1/allneeded.1 - texmf/doc/man/man1/allneeded.man1.pdf - texmf/doc/man/man1/dvi2fax.1 - texmf/doc/man/man1/dvi2fax.man1.pdf - texmf/doc/man/man1/dvired.1 - texmf/doc/man/man1/dvired.man1.pdf - texmf/doc/man/man1/fmtutil-sys.1 - texmf/doc/man/man1/fmtutil-sys.man1.pdf - texmf/doc/man/man1/fmtutil.1 - texmf/doc/man/man1/fmtutil.man1.pdf - texmf/doc/man/man1/kpsepath.1 - texmf/doc/man/man1/kpsepath.man1.pdf - texmf/doc/man/man1/kpsetool.1 - texmf/doc/man/man1/kpsetool.man1.pdf - texmf/doc/man/man1/kpsewhere.1 - texmf/doc/man/man1/kpsewhere.man1.pdf - texmf/doc/man/man1/kpsexpand.1 - texmf/doc/man/man1/kpsexpand.man1.pdf - texmf/doc/man/man1/texlinks.1 - texmf/doc/man/man1/texlinks.man1.pdf - texmf/doc/man/man1/updmap-sys.1 - texmf/doc/man/man1/updmap-sys.man1.pdf - texmf/doc/man/man1/updmap.1 - texmf/doc/man/man1/updmap.man1.pdf - texmf/doc/man/man5/fmtutil.cnf.5 - texmf/doc/man/man5/fmtutil.cnf.man5.pdf - texmf/doc/man/man5/updmap.cfg.5 - texmf/doc/man/man5/updmap.cfg.man5.pdf - texmf/doc/tetex/TETEXDOC.pdf - texmf/doc/tetex/teTeX-FAQ + texmf-dist/doc/man/man1/allcm.1 + texmf-dist/doc/man/man1/allcm.man1.pdf + texmf-dist/doc/man/man1/allec.1 + texmf-dist/doc/man/man1/allec.man1.pdf + texmf-dist/doc/man/man1/allneeded.1 + texmf-dist/doc/man/man1/allneeded.man1.pdf + texmf-dist/doc/man/man1/dvi2fax.1 + texmf-dist/doc/man/man1/dvi2fax.man1.pdf + texmf-dist/doc/man/man1/dvired.1 + texmf-dist/doc/man/man1/dvired.man1.pdf + texmf-dist/doc/man/man1/fmtutil-sys.1 + texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf + texmf-dist/doc/man/man1/fmtutil.1 + texmf-dist/doc/man/man1/fmtutil.man1.pdf + texmf-dist/doc/man/man1/kpsepath.1 + texmf-dist/doc/man/man1/kpsepath.man1.pdf + texmf-dist/doc/man/man1/kpsetool.1 + texmf-dist/doc/man/man1/kpsetool.man1.pdf + texmf-dist/doc/man/man1/kpsewhere.1 + texmf-dist/doc/man/man1/kpsewhere.man1.pdf + texmf-dist/doc/man/man1/kpsexpand.1 + texmf-dist/doc/man/man1/kpsexpand.man1.pdf + texmf-dist/doc/man/man1/texlinks.1 + texmf-dist/doc/man/man1/texlinks.man1.pdf + texmf-dist/doc/man/man1/updmap-sys.1 + texmf-dist/doc/man/man1/updmap-sys.man1.pdf + texmf-dist/doc/man/man1/updmap.1 + texmf-dist/doc/man/man1/updmap.man1.pdf + texmf-dist/doc/man/man5/fmtutil.cnf.5 + texmf-dist/doc/man/man5/fmtutil.cnf.man5.pdf + texmf-dist/doc/man/man5/updmap.cfg.5 + texmf-dist/doc/man/man5/updmap.cfg.man5.pdf + texmf-dist/doc/tetex/TETEXDOC.pdf + texmf-dist/doc/tetex/teTeX-FAQ catalogue-ctan /obsolete/systems/unix/teTeX catalogue-date 2012-09-11 08:43:58 +0200 catalogue-license other-free @@ -124257,7 +127537,7 @@ catalogue-version 3.0 name tetex.i386-linux category TLCore -revision 27344 +revision 29741 shortdesc i386-linux files of tetex binfiles arch=i386-linux size=16 bin/i386-linux/allcm @@ -124279,7 +127559,7 @@ binfiles arch=i386-linux size=16 name teubner category Package -revision 27651 +revision 30045 shortdesc Philological typesetting of classical Greek. relocated 1 longdesc An extension to babel greek option for typesetting classical @@ -124293,7 +127573,7 @@ runfiles size=20 RELOC/tex/latex/teubner/LGRaccents-glyphs.def RELOC/tex/latex/teubner/teubner.sty RELOC/tex/latex/teubner/teubnertx.sty -docfiles size=273 +docfiles size=271 RELOC/doc/latex/teubner/README RELOC/doc/latex/teubner/teubner-doc.pdf RELOC/doc/latex/teubner/teubner-doc.tex @@ -124302,9 +127582,9 @@ docfiles size=273 srcfiles size=44 RELOC/source/latex/teubner/teubner.dtx catalogue-ctan /macros/latex/contrib/teubner -catalogue-date 2012-09-11 17:46:54 +0200 +catalogue-date 2013-04-19 12:28:30 +0200 catalogue-license lppl -catalogue-version 3.3a +catalogue-version 3.4a name texapi category Package @@ -124354,25 +127634,25 @@ catalogue-license fdl name texconfig category TLCore -revision 29349 +revision 29764 depend texconfig.ARCH runfiles size=19 - texmf/scripts/tetex/texconfig.sh - texmf/texconfig/README - texmf/texconfig/g/generic - texmf/texconfig/tcfmgr - texmf/texconfig/tcfmgr.map - texmf/texconfig/v/vt100 - texmf/texconfig/x/xterm + texmf-dist/scripts/texlive/texconfig.sh + texmf-dist/texconfig/README + texmf-dist/texconfig/g/generic + texmf-dist/texconfig/tcfmgr + texmf-dist/texconfig/tcfmgr.map + texmf-dist/texconfig/v/vt100 + texmf-dist/texconfig/x/xterm docfiles size=9 - texmf/doc/man/man1/texconfig-sys.1 - texmf/doc/man/man1/texconfig-sys.man1.pdf - texmf/doc/man/man1/texconfig.1 - texmf/doc/man/man1/texconfig.man1.pdf + texmf-dist/doc/man/man1/texconfig-sys.1 + texmf-dist/doc/man/man1/texconfig-sys.man1.pdf + texmf-dist/doc/man/man1/texconfig.1 + texmf-dist/doc/man/man1/texconfig.man1.pdf name texconfig.i386-linux category TLCore -revision 27344 +revision 29741 shortdesc i386-linux files of texconfig binfiles arch=i386-linux size=1 bin/i386-linux/texconfig @@ -124454,7 +127734,7 @@ binfiles arch=i386-linux size=1 name texdiff category Package -revision 26313 +revision 29752 shortdesc Compare documents and produce tagged merge. longdesc Two files are compared and a new TeX file is output. When the longdesc output file is processed with (La)TeX it marks new changes with @@ -124465,12 +127745,12 @@ depend texdiff.ARCH runfiles size=5 texmf-dist/scripts/texdiff/texdiff docfiles size=6 + texmf-dist/doc/man/man1/texdiff.1 + texmf-dist/doc/man/man1/texdiff.man1.pdf texmf-dist/doc/support/texdiff/README - texmf/doc/man/man1/texdiff.1 - texmf/doc/man/man1/texdiff.man1.pdf catalogue-ctan /support/texdiff -catalogue-date 2009-11-10 00:58:07 +0100 -catalogue-license gpl +catalogue-date 2012-06-27 20:43:57 +0200 +catalogue-license artistic catalogue-version 0.4 name texdiff.i386-linux @@ -124482,7 +127762,7 @@ binfiles arch=i386-linux size=1 name texdirflatten category Package -revision 26313 +revision 29725 shortdesc Collect files related to a LaTeX job in a single directory. longdesc The Perl script parses a LaTeX file recursively, scanning all longdesc child files, and collects details of any included and other @@ -124493,8 +127773,8 @@ depend texdirflatten.ARCH runfiles size=2 texmf-dist/scripts/texdirflatten/texdirflatten docfiles size=4 - texmf/doc/man/man1/texdirflatten.1 - texmf/doc/man/man1/texdirflatten.man1.pdf + texmf-dist/doc/man/man1/texdirflatten.1 + texmf-dist/doc/man/man1/texdirflatten.man1.pdf catalogue-ctan /support/texdirflatten catalogue-date 2012-01-12 19:29:56 +0100 catalogue-license gpl @@ -124509,7 +127789,7 @@ binfiles arch=i386-linux size=1 name texdoc category TLCore -revision 28738 +revision 29764 shortdesc Documentation access for TeX distributions. longdesc TeXdoc is an application for easy access to the package longdesc documentation of a TeX distributions (i.e., .dvi, .pdf or .ps @@ -124519,7 +127799,6 @@ depend kpathsea depend texdoc.ARCH postaction shortcut type=menu name="TeXdoc GUI" cmd="TEXDIR/bin/win32/texdoctk.exe" runfiles size=325 - texmf-dist/scripts/tetex/texdoctk.pl texmf-dist/scripts/texdoc/Data.meta.lua texmf-dist/scripts/texdoc/Data.tlpdb.lua texmf-dist/scripts/texdoc/alias.tlu @@ -124532,24 +127811,25 @@ runfiles size=325 texmf-dist/scripts/texdoc/texdoc.tlu texmf-dist/scripts/texdoc/texdoclib.tlu texmf-dist/scripts/texdoc/view.tlu + texmf-dist/scripts/texdoctk/texdoctk.pl texmf-dist/texdoc/texdoc.cnf texmf-dist/texdoctk/texdocrc-win32.defaults texmf-dist/texdoctk/texdocrc.defaults texmf-dist/texdoctk/texdoctk.dat docfiles size=48 + texmf-dist/doc/man/man1/texdoc.1 + texmf-dist/doc/man/man1/texdoc.man1.pdf + texmf-dist/doc/man/man1/texdoctk.1 + texmf-dist/doc/man/man1/texdoctk.man1.pdf texmf-dist/doc/texdoc/News texmf-dist/doc/texdoc/texdoc.pdf texmf-dist/doc/texdoc/texdoc.tex - texmf/doc/man/man1/texdoc.1 - texmf/doc/man/man1/texdoc.man1.pdf - texmf/doc/man/man1/texdoctk.1 - texmf/doc/man/man1/texdoctk.man1.pdf catalogue-date 2012-06-27 22:19:02 +0200 catalogue-license gpl name texdoc.i386-linux category TLCore -revision 27321 +revision 29741 shortdesc i386-linux files of texdoc binfiles arch=i386-linux size=2 bin/i386-linux/texdoc @@ -124557,8 +127837,9 @@ binfiles arch=i386-linux size=2 name texdraw category Package -revision 23717 +revision 29725 shortdesc Graphical macros, using embedded PostScript. +relocated 1 longdesc TeXdraw is a set of macro definitions for TeX, which allow the longdesc user to produce PostScript drawings from within TeX and LaTeX. longdesc TeXdraw has been designed to be extensible. Drawing 'segments' @@ -124569,38 +127850,38 @@ longdesc scaling and line parameters. Using TeX's macro definition longdesc capability, new drawing commands can be constructed from longdesc drawing segments. runfiles size=9 - texmf-dist/tex/generic/texdraw/blockdiagram.tex - texmf-dist/tex/generic/texdraw/texdraw.sty - texmf-dist/tex/generic/texdraw/texdraw.tex - texmf-dist/tex/generic/texdraw/txdps.tex - texmf-dist/tex/generic/texdraw/txdtools.tex + RELOC/tex/generic/texdraw/blockdiagram.tex + RELOC/tex/generic/texdraw/texdraw.sty + RELOC/tex/generic/texdraw/texdraw.tex + RELOC/tex/generic/texdraw/txdps.tex + RELOC/tex/generic/texdraw/txdtools.tex docfiles size=189 - texmf-dist/doc/support/texdraw/getopt.c - texmf-dist/doc/support/texdraw/getopt.h - texmf-dist/doc/support/texdraw/texdraw.cps - texmf-dist/doc/support/texdraw/texdraw.fns - texmf-dist/doc/support/texdraw/texdraw.pdf - texmf-dist/doc/support/texdraw/texdraw.texi - texmf-dist/doc/support/texdraw/texdraw_1.html - texmf-dist/doc/support/texdraw/texdraw_10.html - texmf-dist/doc/support/texdraw/texdraw_11.html - texmf-dist/doc/support/texdraw/texdraw_2.html - texmf-dist/doc/support/texdraw/texdraw_3.html - texmf-dist/doc/support/texdraw/texdraw_4.html - texmf-dist/doc/support/texdraw/texdraw_5.html - texmf-dist/doc/support/texdraw/texdraw_6.html - texmf-dist/doc/support/texdraw/texdraw_7.html - texmf-dist/doc/support/texdraw/texdraw_8.html - texmf-dist/doc/support/texdraw/texdraw_9.html - texmf-dist/doc/support/texdraw/texdraw_foot.html - texmf-dist/doc/support/texdraw/texdraw_toc.html - texmf-dist/doc/support/texdraw/texi2dvi - texmf-dist/doc/support/texdraw/texindex.c - texmf-dist/doc/support/texdraw/txdexamp.latex - texmf-dist/doc/support/texdraw/txdexamp.tex - texmf/doc/info/texdraw.info + RELOC/doc/info/texdraw.info + RELOC/doc/support/texdraw/getopt.c + RELOC/doc/support/texdraw/getopt.h + RELOC/doc/support/texdraw/texdraw.cps + RELOC/doc/support/texdraw/texdraw.fns + RELOC/doc/support/texdraw/texdraw.pdf + RELOC/doc/support/texdraw/texdraw.texi + RELOC/doc/support/texdraw/texdraw_1.html + RELOC/doc/support/texdraw/texdraw_10.html + RELOC/doc/support/texdraw/texdraw_11.html + RELOC/doc/support/texdraw/texdraw_2.html + RELOC/doc/support/texdraw/texdraw_3.html + RELOC/doc/support/texdraw/texdraw_4.html + RELOC/doc/support/texdraw/texdraw_5.html + RELOC/doc/support/texdraw/texdraw_6.html + RELOC/doc/support/texdraw/texdraw_7.html + RELOC/doc/support/texdraw/texdraw_8.html + RELOC/doc/support/texdraw/texdraw_9.html + RELOC/doc/support/texdraw/texdraw_foot.html + RELOC/doc/support/texdraw/texdraw_toc.html + RELOC/doc/support/texdraw/texi2dvi + RELOC/doc/support/texdraw/texindex.c + RELOC/doc/support/texdraw/txdexamp.latex + RELOC/doc/support/texdraw/txdexamp.tex catalogue-ctan /graphics/texdraw -catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-date 2012-06-05 21:37:17 +0200 catalogue-license other-free name tex-ewd @@ -125715,126 +128996,132 @@ catalogue-license lppl1.3 name texlive-common category TLCore -revision 26673 +revision 30524 shortdesc TeX Live documentation (common elements) -postaction shortcut type=menu name="TeX Live documentation" cmd=TEXDIR/texmf/doc/texlive/index.html -docfiles size=82 - texmf/doc/texlive/index.html - texmf/doc/texlive/texlive-common/examples/ex5.tex - texmf/doc/texlive/texlive-common/examples/ex6.tex - texmf/doc/texlive/texlive-common/examples/ex6a.tex - texmf/doc/texlive/texlive-common/examples/ex6b.tex - texmf/doc/texlive/texlive-common/examples/ex6c.tex - texmf/doc/texlive/texlive-common/install-lnx-main.png - texmf/doc/texlive/texlive-common/psview.png - texmf/doc/texlive/texlive-common/stdcoll.png - texmf/doc/texlive/texlive-common/tlmgr-general-options.png - texmf/doc/texlive/texlive-common/tlmgr-gui.png - texmf/doc/texlive/texlive-common/tlmgr-paper-options.png - texmf/doc/texlive/texlive-common/tray-menu.png - texmf/doc/texlive/texlive-common/wizard-w32.png +relocated 1 +postaction shortcut type=menu name="TeX Live documentation" cmd=TEXDIR/texmf-dist/doc/texlive/index.html +docfiles size=88 + RELOC/doc/texlive/index.html + RELOC/doc/texlive/texlive-common/examples/ex5.tex + RELOC/doc/texlive/texlive-common/examples/ex6.tex + RELOC/doc/texlive/texlive-common/examples/ex6a.tex + RELOC/doc/texlive/texlive-common/examples/ex6b.tex + RELOC/doc/texlive/texlive-common/examples/ex6c.tex + RELOC/doc/texlive/texlive-common/install-lnx-main.png + RELOC/doc/texlive/texlive-common/psview.png + RELOC/doc/texlive/texlive-common/stdcoll.png + RELOC/doc/texlive/texlive-common/tlmgr-general-options.png + RELOC/doc/texlive/texlive-common/tlmgr-gui.png + RELOC/doc/texlive/texlive-common/tlmgr-paper-options.png + RELOC/doc/texlive/texlive-common/tray-menu.png + RELOC/doc/texlive/texlive-common/wizard-w32.png name texlive-cz category TLCore -revision 26864 +revision 29743 shortdesc TeX Live manual (Czech/Slovak) +relocated 1 docfiles size=350 - texmf/doc/texlive/texlive-cz/Makefile - texmf/doc/texlive/texlive-cz/csquote.sty - texmf/doc/texlive/texlive-cz/ec-lmr10-19.png - texmf/doc/texlive/texlive-cz/live4ht.cfg - texmf/doc/texlive/texlive-cz/tex-live.css - texmf/doc/texlive/texlive-cz/texlive-cz.css - texmf/doc/texlive/texlive-cz/texlive-cz.html - texmf/doc/texlive/texlive-cz/texlive-cz.pdf - texmf/doc/texlive/texlive-cz/texlive-cz.tex + RELOC/doc/texlive/texlive-cz/Makefile + RELOC/doc/texlive/texlive-cz/csquote.sty + RELOC/doc/texlive/texlive-cz/ec-lmr10-19.png + RELOC/doc/texlive/texlive-cz/live4ht.cfg + RELOC/doc/texlive/texlive-cz/tex-live.css + RELOC/doc/texlive/texlive-cz/texlive-cz.css + RELOC/doc/texlive/texlive-cz/texlive-cz.html + RELOC/doc/texlive/texlive-cz/texlive-cz.pdf + RELOC/doc/texlive/texlive-cz/texlive-cz.tex name texlive-de category TLCore -revision 29084 +revision 30586 shortdesc TeX Live manual (German) -docfiles size=371 - texmf/doc/texlive/texlive-de/Makefile - texmf/doc/texlive/texlive-de/lmsy10-40.png - texmf/doc/texlive/texlive-de/texlive-de-new.tex - texmf/doc/texlive/texlive-de/texlive-de.css - texmf/doc/texlive/texlive-de/texlive-de.html - texmf/doc/texlive/texlive-de/texlive-de.pdf - texmf/doc/texlive/texlive-de/texlive-de.tex +relocated 1 +docfiles size=382 + RELOC/doc/texlive/texlive-de/Makefile + RELOC/doc/texlive/texlive-de/lmsy10-40.png + RELOC/doc/texlive/texlive-de/texlive-de-new.tex + RELOC/doc/texlive/texlive-de/texlive-de.css + RELOC/doc/texlive/texlive-de/texlive-de.html + RELOC/doc/texlive/texlive-de/texlive-de.pdf + RELOC/doc/texlive/texlive-de/texlive-de.tex name texlive-docindex category TLCore -revision 29691 +revision 30650 shortdesc top-level TeX Live doc.html, etc. longdesc These files are regenerated as needed, which is often, so we longdesc make them a separate package. See the tl-update-auto script longdesc for the process. runfiles size=270 - texmf/scripts/texlive/var/texcatalogue.keywords -docfiles size=160 + texmf-dist/scripts/texlive/var/texcatalogue.keywords +docfiles size=165 doc.html name texlive-en category TLCore -revision 29336 +revision 30632 shortdesc TeX Live manual (English) -docfiles size=719 - texmf/doc/texlive/texlive-en/Makefile - texmf/doc/texlive/texlive-en/README - texmf/doc/texlive/texlive-en/archive/bv-live.tex - texmf/doc/texlive/texlive-en/archive/bvoutln.sty - texmf/doc/texlive/texlive-en/archive/changemail - texmf/doc/texlive/texlive-en/archive/l.pl - texmf/doc/texlive/texlive-en/archive/live-2003.tex - texmf/doc/texlive/texlive-en/archive/live-2004.tex - texmf/doc/texlive/texlive-en/archive/live-2005.tex - texmf/doc/texlive/texlive-en/archive/live-2007.tex - texmf/doc/texlive/texlive-en/archive/live-2008.tex - texmf/doc/texlive/texlive-en/archive/live-2009.tex - texmf/doc/texlive/texlive-en/archive/live-2010.tex - texmf/doc/texlive/texlive-en/archive/live-2011.tex - texmf/doc/texlive/texlive-en/archive/live-tl7.tex - texmf/doc/texlive/texlive-en/archive/live4ht.cfg-2004 - texmf/doc/texlive/texlive-en/archive/mod.pl - texmf/doc/texlive/texlive-en/archive/nocites.tex - texmf/doc/texlive/texlive-en/archive/picture.tex - texmf/doc/texlive/texlive-en/archive/split.pl - texmf/doc/texlive/texlive-en/archive/status.pl - texmf/doc/texlive/texlive-en/archive/tex-live.bib - texmf/doc/texlive/texlive-en/archive/tex-live.bst - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2003 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2004 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2005 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2007 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2008 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2009 - texmf/doc/texlive/texlive-en/archive/tex-live.sty-2010 - texmf/doc/texlive/texlive-en/archive/texlive.pl - texmf/doc/texlive/texlive-en/live4ht.cfg - texmf/doc/texlive/texlive-en/tex-live.css - texmf/doc/texlive/texlive-en/tex-live.sty - texmf/doc/texlive/texlive-en/texlive-en.css - texmf/doc/texlive/texlive-en/texlive-en.html - texmf/doc/texlive/texlive-en/texlive-en.pdf - texmf/doc/texlive/texlive-en/texlive-en.tex +relocated 1 +docfiles size=768 + RELOC/doc/texlive/texlive-en/Makefile + RELOC/doc/texlive/texlive-en/README + RELOC/doc/texlive/texlive-en/archive/bv-live.tex + RELOC/doc/texlive/texlive-en/archive/bvoutln.sty + RELOC/doc/texlive/texlive-en/archive/changemail + RELOC/doc/texlive/texlive-en/archive/l.pl + RELOC/doc/texlive/texlive-en/archive/live-2003.tex + RELOC/doc/texlive/texlive-en/archive/live-2004.tex + RELOC/doc/texlive/texlive-en/archive/live-2005.tex + RELOC/doc/texlive/texlive-en/archive/live-2007.tex + RELOC/doc/texlive/texlive-en/archive/live-2008.tex + RELOC/doc/texlive/texlive-en/archive/live-2009.tex + RELOC/doc/texlive/texlive-en/archive/live-2010.tex + RELOC/doc/texlive/texlive-en/archive/live-2011.tex + RELOC/doc/texlive/texlive-en/archive/live-2012.tex + RELOC/doc/texlive/texlive-en/archive/live-tl7.tex + RELOC/doc/texlive/texlive-en/archive/live4ht.cfg-2004 + RELOC/doc/texlive/texlive-en/archive/mod.pl + RELOC/doc/texlive/texlive-en/archive/nocites.tex + RELOC/doc/texlive/texlive-en/archive/picture.tex + RELOC/doc/texlive/texlive-en/archive/split.pl + RELOC/doc/texlive/texlive-en/archive/status.pl + RELOC/doc/texlive/texlive-en/archive/tex-live.bib + RELOC/doc/texlive/texlive-en/archive/tex-live.bst + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2003 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2004 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2005 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2007 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2008 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2009 + RELOC/doc/texlive/texlive-en/archive/tex-live.sty-2010 + RELOC/doc/texlive/texlive-en/archive/texlive.pl + RELOC/doc/texlive/texlive-en/live4ht.cfg + RELOC/doc/texlive/texlive-en/tex-live.css + RELOC/doc/texlive/texlive-en/tex-live.sty + RELOC/doc/texlive/texlive-en/texlive-en.css + RELOC/doc/texlive/texlive-en/texlive-en.html + RELOC/doc/texlive/texlive-en/texlive-en.pdf + RELOC/doc/texlive/texlive-en/texlive-en.tex name texlive-fr category TLCore -revision 28369 +revision 29743 shortdesc TeX Live manual (French) +relocated 1 docfiles size=389 - texmf/doc/texlive/texlive-fr/Makefile - texmf/doc/texlive/texlive-fr/live4ht.cfg - texmf/doc/texlive/texlive-fr/notes - texmf/doc/texlive/texlive-fr/tex-live.css - texmf/doc/texlive/texlive-fr/texlive-fr.css - texmf/doc/texlive/texlive-fr/texlive-fr.html - texmf/doc/texlive/texlive-fr/texlive-fr.pdf - texmf/doc/texlive/texlive-fr/texlive-fr.tex + RELOC/doc/texlive/texlive-fr/Makefile + RELOC/doc/texlive/texlive-fr/live4ht.cfg + RELOC/doc/texlive/texlive-fr/notes + RELOC/doc/texlive/texlive-fr/tex-live.css + RELOC/doc/texlive/texlive-fr/texlive-fr.css + RELOC/doc/texlive/texlive-fr/texlive-fr.html + RELOC/doc/texlive/texlive-fr/texlive-fr.pdf + RELOC/doc/texlive/texlive-fr/texlive-fr.tex name texlive.infra category TLCore -revision 28217 +revision 30643 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get the TeX Live longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus @@ -125842,7 +129129,7 @@ longdesc (sometimes) tar and wget. These files end up in the standalone longdesc install packages, and in the tlcritical repository. depend texlive.infra.ARCH postaction shortcut type=menu name="TeX Live Manager" cmd=TEXDIR/bin/win32/tlmgr-gui.exe -runfiles size=251 +runfiles size=257 LICENSE.CTAN LICENSE.TL README @@ -125874,11 +129161,11 @@ runfiles size=251 readme-txt.dir/README.SR readme-txt.dir/README.ZH-CN release-texlive.txt - texmf/scripts/texlive/tlmgr.pl - texmf/scripts/texlive/tlmgrgui.pl - texmf/scripts/texlive/uninstall-win32.pl - texmf/web2c/fmtutil-hdr.cnf - texmf/web2c/updmap-hdr.cfg + texmf-dist/scripts/texlive/tlmgr.pl + texmf-dist/scripts/texlive/tlmgrgui.pl + texmf-dist/scripts/texlive/uninstall-win32.pl + texmf-dist/web2c/fmtutil-hdr.cnf + texmf-dist/web2c/updmap-hdr.cfg tlpkg/TeXLive/Splashscreen.pm tlpkg/TeXLive/TLConfFile.pm tlpkg/TeXLive/TLConfig.pm @@ -125894,16 +129181,16 @@ runfiles size=251 tlpkg/TeXLive/trans.pl tlpkg/TeXLive/waitVariableX.pm tlpkg/installer/config.guess -docfiles size=42 - texmf/doc/man/man1/tlmgr.1 - texmf/doc/man/man1/tlmgr.man1.pdf - texmf/scripts/texlive/NEWS +docfiles size=46 + texmf-dist/doc/man/man1/tlmgr.1 + texmf-dist/doc/man/man1/tlmgr.man1.pdf + texmf-dist/scripts/texlive/NEWS tlpkg/README tlpkg/installer/COPYING.MinGW-runtime.txt name texlive.infra.i386-linux category TLCore -revision 22566 +revision 29741 shortdesc i386-linux files of texlive.infra binfiles arch=i386-linux size=60 bin/i386-linux/tlmgr @@ -125912,23 +129199,24 @@ binfiles arch=i386-linux size=60 name texlive-it category TLCore -revision 26875 +revision 29743 shortdesc TeX Live manual (Italian) +relocated 1 docfiles size=351 - texmf/doc/texlive/texlive-it/Makefile - texmf/doc/texlive/texlive-it/texlive-it.html - texmf/doc/texlive/texlive-it/texlive-it.pdf - texmf/doc/texlive/texlive-it/texlive-it.tex + RELOC/doc/texlive/texlive-it/Makefile + RELOC/doc/texlive/texlive-it/texlive-it.html + RELOC/doc/texlive/texlive-it/texlive-it.pdf + RELOC/doc/texlive/texlive-it/texlive-it.tex name texlive-msg-translations category TLCore -revision 29470 +revision 30667 shortdesc translations of the TeX Live installer and TeX Live Manager longdesc This package contains the translated messages of the TeX Live longdesc installer and TeX Live Manager. For information on creating or longdesc updating translations, see longdesc http://tug.org/texlive/doc.html#install-tl-xlate. -runfiles size=260 +runfiles size=263 tlpkg/translations/cs.po tlpkg/translations/de.po tlpkg/translations/es.po @@ -125979,96 +129267,100 @@ binfiles arch=i386-linux size=1 name texlive-pl category TLCore -revision 26827 +revision 30659 shortdesc TeX Live manual (Polish) -docfiles size=390 - texmf/doc/texlive/texlive-pl/Makefile - texmf/doc/texlive/texlive-pl/live4ht.cfg - texmf/doc/texlive/texlive-pl/tex-live.css - texmf/doc/texlive/texlive-pl/tex-livep.sty - texmf/doc/texlive/texlive-pl/texlive-pl.css - texmf/doc/texlive/texlive-pl/texlive-pl.html - texmf/doc/texlive/texlive-pl/texlive-pl.pdf - texmf/doc/texlive/texlive-pl/texlive-pl.tex +relocated 1 +docfiles size=411 + RELOC/doc/texlive/texlive-pl/Makefile + RELOC/doc/texlive/texlive-pl/live4ht.cfg + RELOC/doc/texlive/texlive-pl/tex-live.css + RELOC/doc/texlive/texlive-pl/tex-livep.sty + RELOC/doc/texlive/texlive-pl/texlive-pl.css + RELOC/doc/texlive/texlive-pl/texlive-pl.html + RELOC/doc/texlive/texlive-pl/texlive-pl.pdf + RELOC/doc/texlive/texlive-pl/texlive-pl.tex name texlive-ru category TLCore -revision 26661 +revision 30630 shortdesc TeX Live manual (Russian) -docfiles size=495 - texmf/doc/texlive/texlive-ru/Makefile - texmf/doc/texlive/texlive-ru/live4ht.cfg - texmf/doc/texlive/texlive-ru/t2almdh.fd - texmf/doc/texlive/texlive-ru/t2almr.fd - texmf/doc/texlive/texlive-ru/t2almss.fd - texmf/doc/texlive/texlive-ru/t2almtt.fd - texmf/doc/texlive/texlive-ru/tex-live.css - texmf/doc/texlive/texlive-ru/texlive-ru.css - texmf/doc/texlive/texlive-ru/texlive-ru.html - texmf/doc/texlive/texlive-ru/texlive-ru.pdf - texmf/doc/texlive/texlive-ru/texlive-ru.tex +relocated 1 +docfiles size=515 + RELOC/doc/texlive/texlive-ru/Makefile + RELOC/doc/texlive/texlive-ru/live4ht.cfg + RELOC/doc/texlive/texlive-ru/t2almdh.fd + RELOC/doc/texlive/texlive-ru/t2almr.fd + RELOC/doc/texlive/texlive-ru/t2almss.fd + RELOC/doc/texlive/texlive-ru/t2almtt.fd + RELOC/doc/texlive/texlive-ru/tex-live.css + RELOC/doc/texlive/texlive-ru/texlive-ru.css + RELOC/doc/texlive/texlive-ru/texlive-ru.html + RELOC/doc/texlive/texlive-ru/texlive-ru.pdf + RELOC/doc/texlive/texlive-ru/texlive-ru.tex name texlive-scripts category TLCore -revision 29676 +revision 30571 shortdesc TeX Live infrastructure programs -longdesc Includes install-tl, tl-portable, rungs, etc., not needed for +longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for longdesc tlmgr to run but still ours. Not included in tlcritical. depend texlive.infra depend texlive-scripts.ARCH postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat -runfiles size=64 +runfiles size=62 install-tl - texmf/scripts/texlive/lua/texlive/getopt.tlu - texmf/scripts/texlive/lua/texlive/tlpdb.tlu - texmf/scripts/texlive/lua/texlive/utils.tlu - texmf/scripts/texlive/rungs.tlu - texmf/scripts/texlive/test-tlpdb.tlu - texmf/scripts/texlive/texconf.tlu + texmf-dist/scripts/texlive/lua/texlive/getopt.tlu + texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu + texmf-dist/scripts/texlive/lua/texlive/utils.tlu + texmf-dist/scripts/texlive/rungs.tlu + texmf-dist/scripts/texlive/test-tlpdb.tlu + texmf-dist/scripts/texlive/texconf.tlu tlpkg/installer/ctan-mirrors.pl tlpkg/installer/install-menu-perltk.pl tlpkg/installer/install-menu-text.pl tlpkg/installer/install-menu-wizard.pl docfiles size=10 - texmf/doc/man/man1/install-tl.1 - texmf/doc/man/man1/install-tl.man1.pdf + texmf-dist/doc/man/man1/install-tl.1 + texmf-dist/doc/man/man1/install-tl.man1.pdf name texlive-scripts.i386-linux category TLCore -revision 13663 +revision 29741 shortdesc i386-linux files of texlive-scripts binfiles arch=i386-linux size=2 bin/i386-linux/rungs name texlive-sr category TLCore -revision 26818 +revision 30653 shortdesc TeX Live manual (Serbian) -docfiles size=359 - texmf/doc/texlive/texlive-sr/Makefile - texmf/doc/texlive/texlive-sr/README-SR.txt - texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-collections-freebsd-sr.png - texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-expert-gui-freebsd-sr.png - texmf/doc/texlive/texlive-sr/images/tl2012-install-tl-wizard-win32-sr.png - texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-main-screen-freebsd-sr.png - texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-options-freebsd-sr.png - texmf/doc/texlive/texlive-sr/images/tl2012-tlmgr-paper-options-freebsd-sr.png - texmf/doc/texlive/texlive-sr/texlive-sr.css - texmf/doc/texlive/texlive-sr/texlive-sr.html - texmf/doc/texlive/texlive-sr/texlive-sr.pdf - texmf/doc/texlive/texlive-sr/texlive-sr.sty - texmf/doc/texlive/texlive-sr/texlive-sr.tex +relocated 1 +docfiles size=381 + RELOC/doc/texlive/texlive-sr/Makefile + RELOC/doc/texlive/texlive-sr/README-SR.txt + RELOC/doc/texlive/texlive-sr/images/tl2013-install-tl-collections-freebsd-sr.png + RELOC/doc/texlive/texlive-sr/images/tl2013-install-tl-expert-gui-freebsd-sr.png + RELOC/doc/texlive/texlive-sr/images/tl2013-install-tl-wizard-win32-sr.png + RELOC/doc/texlive/texlive-sr/images/tl2013-tlmgr-main-screen-freebsd-sr.png + RELOC/doc/texlive/texlive-sr/images/tl2013-tlmgr-options-freebsd-sr.png + RELOC/doc/texlive/texlive-sr/images/tl2013-tlmgr-paper-options-freebsd-sr.png + RELOC/doc/texlive/texlive-sr/texlive-sr.css + RELOC/doc/texlive/texlive-sr/texlive-sr.html + RELOC/doc/texlive/texlive-sr/texlive-sr.pdf + RELOC/doc/texlive/texlive-sr/texlive-sr.sty + RELOC/doc/texlive/texlive-sr/texlive-sr.tex name texlive-zh-cn category TLCore -revision 26851 +revision 30491 shortdesc TeX Live manual (Chinese) -docfiles size=230 - texmf/doc/texlive/texlive-zh-cn/Makefile - texmf/doc/texlive/texlive-zh-cn/README-live.ZH-CN - texmf/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty - texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf - texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.tex +relocated 1 +docfiles size=243 + RELOC/doc/texlive/texlive-zh-cn/Makefile + RELOC/doc/texlive/texlive-zh-cn/README-live.ZH-CN + RELOC/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty + RELOC/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf + RELOC/doc/texlive/texlive-zh-cn/texlive-zh-cn.tex name texloganalyser category Package @@ -126560,7 +129852,7 @@ catalogue-version v0.7 name tex category TLCore -revision 26689 +revision 29764 shortdesc A sophisticated typesetting engine. longdesc TeX is a typesetting system that incorporates a macro longdesc processor. A TeX source document specifies or incorporates a @@ -126579,8 +129871,8 @@ depend plain depend tex.ARCH execute AddFormat name=tex engine=tex options="tex.ini" docfiles size=9 - texmf/doc/man/man1/tex.1 - texmf/doc/man/man1/tex.man1.pdf + texmf-dist/doc/man/man1/tex.1 + texmf-dist/doc/man/man1/tex.man1.pdf catalogue-ctan /systems/knuth/dist/tex catalogue-date 2011-11-09 15:33:34 +0100 catalogue-license knuth @@ -126588,9 +129880,9 @@ catalogue-version 3.1415926 name tex.i386-linux category TLCore -revision 26912 +revision 30088 shortdesc i386-linux files of tex -binfiles arch=i386-linux size=82 +binfiles arch=i386-linux size=90 bin/i386-linux/initex bin/i386-linux/tex @@ -127168,7 +130460,7 @@ docfiles size=838 name texware category TLCore -revision 26689 +revision 29764 shortdesc Utility programs for use with TeX. longdesc Basic utitility programs, comprising: - dvitype, which converts longdesc a TeX output (DVI) file to a plain text file (see also the DVI @@ -127178,35 +130470,35 @@ longdesc tftopl and pltotf, which convert TeX Font Metric (TFM) file to longdesc human readable Property List (PL) files and vice versa. depend texware.ARCH docfiles size=5 - texmf/doc/man/man1/dvitype.1 - texmf/doc/man/man1/dvitype.man1.pdf - texmf/doc/man/man1/pooltype.1 - texmf/doc/man/man1/pooltype.man1.pdf + texmf-dist/doc/man/man1/dvitype.1 + texmf-dist/doc/man/man1/dvitype.man1.pdf + texmf-dist/doc/man/man1/pooltype.1 + texmf-dist/doc/man/man1/pooltype.man1.pdf catalogue-ctan /systems/knuth/dist/texware -catalogue-date 2011-03-22 20:58:47 +0100 +catalogue-date 2012-06-27 22:19:02 +0200 catalogue-license knuth name texware.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of texware -binfiles arch=i386-linux size=29 +binfiles arch=i386-linux size=30 bin/i386-linux/dvitype bin/i386-linux/pooltype name texworks category TLCore -revision 26438 +revision 30136 shortdesc Cross-platform friendly front end. longdesc See http://tug.org/texworks for information and downloads. TeX longdesc Live includes executables only for Windows. depend texworks.ARCH -postaction shortcut type=menu name="TeXworks editor" cmd=TEXDIR/bin/win32/texworks.exe -postaction filetype name=TL.TeXworks.edit cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' +postaction shortcut type=menu name="TeXworks editor" cmd=TEXDIR/bin/win32/texworks.exe +postaction filetype name=TL.TeXworks.edit cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' postaction fileassoc extension=.tex filetype=TL.TeXworks.edit postaction fileassoc extension=.sty filetype=TL.TeXworks.edit postaction fileassoc extension=.cls filetype=TL.TeXworks.edit -runfiles size=3743 +runfiles size=3745 tlpkg/texworks/COPYING tlpkg/texworks/README.txt tlpkg/texworks/share/fonts/type1/gsfonts/README @@ -127555,11 +130847,11 @@ runfiles size=3743 tlpkg/texworks/texworks-help/TeXworks-manual/en/manual.css tlpkg/texworks/texworks-help/TeXworks-manual/en/tw-help-title.txt docfiles size=1 - texmf/doc/texworks/README + texmf-dist/doc/texworks/README name tex4ht category Package -revision 29474 +revision 29725 shortdesc Convert (La)TeX to HTML/XML. longdesc A converter from TeX and LaTeX to SGML-based formats such as longdesc (X)HTML, MathML, OpenDocument, and DocBook, providing a @@ -127577,8 +130869,10 @@ depend tex4ht.ARCH runfiles size=6520 texmf-dist/scripts/tex4ht/ht.sh texmf-dist/scripts/tex4ht/htcontext.sh + texmf-dist/scripts/tex4ht/htcopy.pl texmf-dist/scripts/tex4ht/htlatex.sh texmf-dist/scripts/tex4ht/htmex.sh + texmf-dist/scripts/tex4ht/htmove.pl texmf-dist/scripts/tex4ht/httex.sh texmf-dist/scripts/tex4ht/httexi.sh texmf-dist/scripts/tex4ht/htxelatex.sh @@ -131323,8 +134617,6 @@ runfiles size=6520 texmf-dist/tex4ht/xtpipes/xtpipes-default.4xt texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd texmf-dist/tex4ht/xtpipes/xtpipes.dtd - texmf/scripts/tex4ht/htcopy.pl - texmf/scripts/tex4ht/htmove.pl docfiles size=195 texmf-dist/doc/generic/tex4ht/bugfixes.css texmf-dist/doc/generic/tex4ht/bugfixes.html @@ -131405,10 +134697,10 @@ catalogue-license lppl name tex4ht.i386-linux category Package -revision 26509 +revision 30088 shortdesc i386-linux files of tex4ht -binfiles arch=i386-linux size=67 - bin/i386-linux/ht +binfiles arch=i386-linux size=68 + bin/i386-linux/t4ht bin/i386-linux/htcontext bin/i386-linux/htlatex bin/i386-linux/htmex @@ -131448,96 +134740,9 @@ catalogue-date 2010-12-16 15:42:40 +0100 catalogue-license gpl3 catalogue-version 1.02 -name thailatex -category Package -revision 29349 -shortdesc Typeset Thai texts with standard LaTeX classes. -relocated 1 -longdesc ThaiLaTeX enables typesetting Thai with standard LaTeX document -longdesc classes. It is designed to become a part of babel, and may be -longdesc used as such after a (small) patch to babel itself. -runfiles size=58 - RELOC/tex/generic/thailatex/hyph-th-utf8.tex - RELOC/tex/generic/thailatex/hyph-th.tex - RELOC/tex/generic/thailatex/loadhyph-th.tex - RELOC/tex/generic/thailatex/lthenc.def - RELOC/tex/generic/thailatex/thai.ldf - RELOC/tex/generic/thailatex/thswitch.sty - RELOC/tex/generic/thailatex/tis620.def -docfiles size=61 - RELOC/doc/latex/thailatex/README - RELOC/doc/latex/thailatex/examples/orchid.tex - RELOC/doc/latex/thailatex/examples/utf-example.tex - RELOC/doc/latex/thailatex/thai.pdf -srcfiles size=283 - RELOC/source/latex/thailatex/AUTHORS - RELOC/source/latex/thailatex/COPYING - RELOC/source/latex/thailatex/ChangeLog - RELOC/source/latex/thailatex/HISTORY - RELOC/source/latex/thailatex/INSTALL - RELOC/source/latex/thailatex/Makefile.am - RELOC/source/latex/thailatex/Makefile.in - RELOC/source/latex/thailatex/NEWS - RELOC/source/latex/thailatex/README - RELOC/source/latex/thailatex/README.hyphen - RELOC/source/latex/thailatex/TODO - RELOC/source/latex/thailatex/aclocal.m4 - RELOC/source/latex/thailatex/babel/Makefile.am - RELOC/source/latex/thailatex/babel/Makefile.in - RELOC/source/latex/thailatex/babel/lthenc.def - RELOC/source/latex/thailatex/babel/thai.dtx - RELOC/source/latex/thailatex/babel/thai.ins - RELOC/source/latex/thailatex/babel/thswitch.sty - RELOC/source/latex/thailatex/babel/tis620.def - RELOC/source/latex/thailatex/configure - RELOC/source/latex/thailatex/configure.ac - RELOC/source/latex/thailatex/doc/Makefile.am - RELOC/source/latex/thailatex/doc/Makefile.in - RELOC/source/latex/thailatex/doc/orchid.tex - RELOC/source/latex/thailatex/doc/utf-example.tex - RELOC/source/latex/thailatex/emacs/Makefile.am - RELOC/source/latex/thailatex/emacs/Makefile.in - RELOC/source/latex/thailatex/emacs/thai-latex-setup.el - RELOC/source/latex/thailatex/hyphen/Makefile.am - RELOC/source/latex/thailatex/hyphen/Makefile.in - RELOC/source/latex/thailatex/hyphen/README - RELOC/source/latex/thailatex/hyphen/conv-utf8-hex.sed - RELOC/source/latex/thailatex/hyphen/diff-dicts.sh - RELOC/source/latex/thailatex/hyphen/hyph-th-utf8.tex.in - RELOC/source/latex/thailatex/hyphen/hyph-th.tex.in - RELOC/source/latex/thailatex/hyphen/loadhyph-th.tex - RELOC/source/latex/thailatex/hyphen/tdict-city.txt - RELOC/source/latex/thailatex/hyphen/tdict-collection.txt - RELOC/source/latex/thailatex/hyphen/tdict-common.txt - RELOC/source/latex/thailatex/hyphen/tdict-country.txt - RELOC/source/latex/thailatex/hyphen/tdict-district.txt - RELOC/source/latex/thailatex/hyphen/tdict-geo.txt - RELOC/source/latex/thailatex/hyphen/tdict-history.txt - RELOC/source/latex/thailatex/hyphen/tdict-ict.txt - RELOC/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt - RELOC/source/latex/thailatex/hyphen/tdict-proper.txt - RELOC/source/latex/thailatex/hyphen/tdict-science.txt - RELOC/source/latex/thailatex/hyphen/tdict-spell.txt - RELOC/source/latex/thailatex/hyphen/tdict-std-compound.txt - RELOC/source/latex/thailatex/hyphen/tdict-std.txt - RELOC/source/latex/thailatex/hyphen/test-hyphen.sh - RELOC/source/latex/thailatex/hyphen/thai-exc.pat - RELOC/source/latex/thailatex/hyphen/thai.tra - RELOC/source/latex/thailatex/install-sh - RELOC/source/latex/thailatex/missing - RELOC/source/latex/thailatex/scripts/Makefile.am - RELOC/source/latex/thailatex/scripts/Makefile.in - RELOC/source/latex/thailatex/scripts/sync-babel - RELOC/source/latex/thailatex/scripts/sync-thailatex.in - RELOC/source/latex/thailatex/scripts/tlatex -catalogue-ctan /language/thai/thailatex -catalogue-date 2013-02-08 11:42:11 +0100 -catalogue-license lppl -catalogue-version 0.5.1 - name theoremref category Package -revision 20632 +revision 30640 shortdesc References with automatic theorem names. relocated 1 longdesc The theoremref package provides variants of the \label and \ref @@ -131546,15 +134751,15 @@ longdesc automatically typesetting references including the theorem name longdesc (apart from the theorem number). The scheme is particularly longdesc valuable if the author decides to change a lemma to a longdesc proposition or a theorem (or whatever). -runfiles size=2 +runfiles size=3 RELOC/tex/latex/theoremref/theoremref.sty -docfiles size=71 +docfiles size=94 RELOC/doc/latex/theoremref/COPYING RELOC/doc/latex/theoremref/README RELOC/doc/latex/theoremref/theoremref-doc.pdf RELOC/doc/latex/theoremref/theoremref-doc.tex catalogue-ctan /macros/latex/contrib/theoremref -catalogue-date 2010-12-01 16:02:54 +0100 +catalogue-date 2012-07-10 15:51:55 +0200 catalogue-license lppl name thesis-titlepage-fhac @@ -131761,25 +134966,25 @@ catalogue-license other-free name threeparttablex category Package -revision 19460 +revision 30085 shortdesc Notes in longtables. relocated 1 longdesc The package provides the functionality of the threeparttable longdesc package to tables created using the longtable package. runfiles size=2 RELOC/tex/latex/threeparttablex/threeparttablex.sty -docfiles size=22 +docfiles size=18 RELOC/doc/latex/threeparttablex/README RELOC/doc/latex/threeparttablex/threeparttablex.pdf RELOC/doc/latex/threeparttablex/threeparttablex.tex catalogue-ctan /macros/latex/contrib/threeparttablex -catalogue-date 2010-07-14 16:29:05 +0200 +catalogue-date 2013-04-21 12:55:17 +0200 catalogue-license lppl -catalogue-version 0.2 +catalogue-version 0.25 name thumbpdf category Package -revision 26689 +revision 29725 shortdesc Thumbnails for pdfTeX and dvips/ps2pdf. longdesc A Perl script that provides support for thumbnails in pdfTeX longdesc and dvips/ps2pdf. The script uses ghostscript to generate the @@ -131794,10 +134999,10 @@ runfiles size=19 texmf-dist/tex/generic/thumbpdf/thumbpdf.tex docfiles size=10 texmf-dist/doc/generic/thumbpdf/README - texmf/doc/man/man1/thumbpdf.1 - texmf/doc/man/man1/thumbpdf.man1.pdf + texmf-dist/doc/man/man1/thumbpdf.1 + texmf-dist/doc/man/man1/thumbpdf.man1.pdf catalogue-ctan /support/thumbpdf -catalogue-date 2012-04-18 12:26:55 +0200 +catalogue-date 2012-11-14 18:32:01 +0100 catalogue-license lppl catalogue-version 3.15 @@ -131983,7 +135188,7 @@ catalogue-version 0.4b name tie category TLCore -revision 26689 +revision 29764 shortdesc Allow multiple web change files. longdesc Tie was originally developed to allow web programmers to apply longdesc more than one change file to their source. The program may also @@ -131992,8 +135197,8 @@ longdesc existing changes. depend kpathsea depend tie.ARCH docfiles size=3 - texmf/doc/man/man1/tie.1 - texmf/doc/man/man1/tie.man1.pdf + texmf-dist/doc/man/man1/tie.1 + texmf-dist/doc/man/man1/tie.man1.pdf catalogue-ctan /web/tie catalogue-date 2012-04-27 12:20:53 +0200 catalogue-license other-free @@ -132001,11 +135206,34 @@ catalogue-version 2.4 name tie.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of tie -binfiles arch=i386-linux size=17 +binfiles arch=i386-linux size=19 bin/i386-linux/tie +name tikz-bayesnet +category Package +revision 30094 +shortdesc Draw Bayesian networks, graphical models and directed factor graphs. +relocated 1 +longdesc The package provides a library supporting the display of +longdesc Bayesian networks, graphical models and (directed) factor +longdesc graphs in LaTeX. +docfiles size=21 + RELOC/doc/latex/tikz-bayesnet/LICENSE_GPL + RELOC/doc/latex/tikz-bayesnet/LICENSE_LPPL + RELOC/doc/latex/tikz-bayesnet/README.rst + RELOC/doc/latex/tikz-bayesnet/example.tex + RELOC/doc/latex/tikz-bayesnet/model_citation_influence.tex + RELOC/doc/latex/tikz-bayesnet/model_lda.tex + RELOC/doc/latex/tikz-bayesnet/model_pca.tex + RELOC/doc/latex/tikz-bayesnet/model_pca2.tex + RELOC/doc/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex +catalogue-ctan /graphics/pgf/contrib/tikz-bayesnet +catalogue-date 2013-04-24 11:34:47 +0200 +catalogue-license lppl1.3 +catalogue-version 0.1 + name tikz-cd category Package revision 28695 @@ -132095,6 +135323,28 @@ catalogue-date 2008-08-24 14:43:48 +0200 catalogue-license lppl catalogue-version 0.1 +name tikzmark +category Package +revision 29999 +shortdesc Use TikZ's method of remembering a position on a page. +relocated 1 +longdesc The tikzmark package defines a command to "remember" a position +longdesc on a page for later (or earlier) use, primarily (but not +longdesc exclusively) with TikZ. +runfiles size=3 + RELOC/tex/latex/tikzmark/tikzlibrarytikzmark.code.tex + RELOC/tex/latex/tikzmark/tikzmarklibrarylistings.code.tex +docfiles size=101 + RELOC/doc/latex/tikzmark/README.txt + RELOC/doc/latex/tikzmark/tikzmark.pdf +srcfiles size=9 + RELOC/source/latex/tikzmark/tikzmark.dtx + RELOC/source/latex/tikzmark/tikzmark.ins +catalogue-ctan /graphics/pgf/contrib/tikzmark +catalogue-date 2013-04-17 11:11:14 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + name tikzorbital category Package revision 28561 @@ -132157,7 +135407,7 @@ catalogue-version 1.0 name tikzposter category Package -revision 29179 +revision 29942 shortdesc Create scientific posters using TikZ. relocated 1 longdesc A document class provides a simple way of using TikZ for @@ -132180,9 +135430,9 @@ srcfiles size=17 RELOC/source/latex/tikzposter/tikzposter.dtx RELOC/source/latex/tikzposter/tikzposter.ins catalogue-ctan /graphics/pgf/contrib/tikzposter -catalogue-date 2012-11-04 01:40:03 +0100 +catalogue-date 2013-04-04 11:28:51 +0200 catalogue-license lppl1.2 -catalogue-version 1.0 +catalogue-version 1.1 name tikz-qtree category Package @@ -132215,7 +135465,7 @@ catalogue-version 1.2 name tikzscale category Package -revision 29569 +revision 30637 shortdesc Resize pictures while respecting text size. relocated 1 longdesc The package extends the \includegraphics command to support @@ -132223,7 +135473,8 @@ longdesc tikzpictures. It allows scaling of TikZ images and PGFPlots to longdesc a given width or height without changing the text size. runfiles size=5 RELOC/tex/latex/tikzscale/tikzscale.sty -docfiles size=181 +docfiles size=189 + RELOC/doc/latex/tikzscale/3Dplot.tikz RELOC/doc/latex/tikzscale/README RELOC/doc/latex/tikzscale/alt.tikz RELOC/doc/latex/tikzscale/histogramNormal.tikz @@ -132244,33 +135495,33 @@ docfiles size=181 RELOC/doc/latex/tikzscale/tikzscale.pdf RELOC/doc/latex/tikzscale/uncover.tikz RELOC/doc/latex/tikzscale/visible.tikz -srcfiles size=20 +srcfiles size=22 RELOC/source/latex/tikzscale/tikzscale.dtx RELOC/source/latex/tikzscale/tikzscale.ins catalogue-ctan /graphics/pgf/contrib/tikzscale -catalogue-date 2013-03-30 23:02:32 +0100 +catalogue-date 2013-05-22 10:58:45 +0200 catalogue-license lppl1.3 -catalogue-version 0.2.5 +catalogue-version 0.2.6 name tikzsymbols category Package -revision 29570 +revision 30022 shortdesc Some symbols created using TikZ. relocated 1 longdesc The package provides various emoticons, cooking symbols and longdesc trees. -runfiles size=14 +runfiles size=15 RELOC/tex/latex/tikzsymbols/tikzsymbols.sty -docfiles size=134 +docfiles size=155 RELOC/doc/latex/tikzsymbols/README RELOC/doc/latex/tikzsymbols/tikzsymbols.pdf -srcfiles size=23 +srcfiles size=24 RELOC/source/latex/tikzsymbols/tikzsymbols.dtx RELOC/source/latex/tikzsymbols/tikzsymbols.ins catalogue-ctan /graphics/pgf/contrib/tikzsymbols -catalogue-date 2013-03-31 12:01:54 +0200 +catalogue-date 2013-04-18 13:35:59 +0200 catalogue-license lppl1.3 -catalogue-version 2.25 +catalogue-version 2.5 name tikz-timing category Package @@ -132336,19 +135587,6 @@ catalogue-ctan /graphics/pgf/contrib/tikz-3dplot catalogue-date 2012-01-12 00:06:34 +0100 catalogue-license lppl1.3 -name timesht -category Package -revision 15878 -relocated 1 -runfiles size=2 - RELOC/tex/latex/timesht/timesht.cls -docfiles size=2 - RELOC/doc/latex/timesht/README - RELOC/doc/latex/timesht/timesheet.tex -srcfiles size=5 - RELOC/source/latex/timesht/timesht.dtx - RELOC/source/latex/timesht/timesht.ins - name times category Package revision 28614 @@ -132907,6 +136145,30 @@ catalogue-date 2012-01-30 10:59:21 +0100 catalogue-license lppl catalogue-version 1.3 +name titlecaps +category Package +revision 29902 +shortdesc Setting rich-text input into Titling Caps. +relocated 1 +longdesc The package is intended for setting rich text into titling +longdesc capitals (in which the first character of words are +longdesc capitalized). It automatically accounts for diacritical marks +longdesc (like umlauts), national symbols (like "ae"), punctuation, and +longdesc font changing commands that alter the appearance or size of the +longdesc text. It allows a list of predesignated words to be protected +longdesc as lower-cased, and also allows for titling exceptions of +longdesc various sorts. +runfiles size=4 + RELOC/tex/latex/titlecaps/titlecaps.sty +docfiles size=74 + RELOC/doc/latex/titlecaps/README + RELOC/doc/latex/titlecaps/titlecaps.pdf + RELOC/doc/latex/titlecaps/titlecaps.tex +catalogue-ctan /macros/latex/contrib/titlecaps +catalogue-date 2013-04-15 11:53:39 +0200 +catalogue-license lppl +catalogue-version 1.0 + name titlefoot category Package revision 15878 @@ -134510,7 +137772,7 @@ catalogue-version 1.5k name tocloft category Package -revision 20084 +revision 30209 shortdesc Control table of contents, figures, etc. relocated 1 longdesc Provides control over the typography of the Table of Contents, @@ -134518,16 +137780,16 @@ longdesc List of Figures and List of Tables, and the ability to create longdesc new `List of ...'. The ToC \parskip can be changed. runfiles size=9 RELOC/tex/latex/tocloft/tocloft.sty -docfiles size=108 +docfiles size=111 RELOC/doc/latex/tocloft/README RELOC/doc/latex/tocloft/tocloft.pdf srcfiles size=34 RELOC/source/latex/tocloft/tocloft.dtx RELOC/source/latex/tocloft/tocloft.ins catalogue-ctan /macros/latex/contrib/tocloft -catalogue-date 2010-10-13 11:41:41 +0200 +catalogue-date 2013-05-02 18:21:19 +0200 catalogue-license lppl1.3 -catalogue-version 2.3e +catalogue-version 2.3f name tocvsec2 category Package @@ -134646,7 +137908,7 @@ catalogue-version 5.1 name tools category Package -revision 26263 +revision 29849 shortdesc The LaTeX standard tools bundle. relocated 1 longdesc A collection of (variously) simple tools provided as part of @@ -134753,7 +138015,7 @@ srcfiles size=240 RELOC/source/latex/tools/xr.dtx RELOC/source/latex/tools/xspace.dtx catalogue-ctan /macros/latex/required/tools -catalogue-date 2011-06-29 21:25:12 +0200 +catalogue-date 2012-06-06 12:15:04 +0200 catalogue-license lppl name topfloat @@ -134772,7 +138034,7 @@ catalogue-license gpl name toptesi category Package -revision 29550 +revision 29803 shortdesc Bundle of files for typsetting theses. relocated 1 longdesc This bundle contains everything is needed for typesetting a @@ -134864,27 +138126,27 @@ catalogue-version 2.00 name tpic2pdftex category TLCore -revision 26689 +revision 29764 shortdesc Use tpic commands in PDFTeX. longdesc The AWK script converts pic language, embedded inline longdesc (delimited by .PS and .PE markers), to \pdfliteral commands. depend tpic2pdftex.ARCH docfiles size=23 - texmf/doc/man/man1/tpic2pdftex.1 - texmf/doc/man/man1/tpic2pdftex.man1.pdf - texmf/doc/tpic2pdftex/Makefile - texmf/doc/tpic2pdftex/beamerexample.pdf - texmf/doc/tpic2pdftex/beamerexample.pic - texmf/doc/tpic2pdftex/example.pdf - texmf/doc/tpic2pdftex/example.pic + texmf-dist/doc/man/man1/tpic2pdftex.1 + texmf-dist/doc/man/man1/tpic2pdftex.man1.pdf + texmf-dist/doc/tpic2pdftex/Makefile + texmf-dist/doc/tpic2pdftex/beamerexample.pdf + texmf-dist/doc/tpic2pdftex/beamerexample.pic + texmf-dist/doc/tpic2pdftex/example.pdf + texmf-dist/doc/tpic2pdftex/example.pic catalogue-ctan /graphics/tpic2pdftex -catalogue-date 2010-01-16 19:56:06 +0100 +catalogue-date 2012-08-24 00:56:38 +0200 catalogue-license gpl catalogue-version 1.97 name tpic2pdftex.i386-linux category TLCore -revision 22981 +revision 29741 shortdesc i386-linux files of tpic2pdftex binfiles arch=i386-linux size=4 bin/i386-linux/tpic2pdftex @@ -134983,7 +138245,7 @@ catalogue-version 1.1 name tram category Package -revision 29701 +revision 29803 shortdesc Typeset tram boxes in LaTeX. relocated 1 longdesc Tram boxes are highlighted with patterns of dots; the package @@ -135374,9 +138636,10 @@ catalogue-version 1.0 name ttfutils category TLCore -revision 26689 +revision 29764 depend ttfutils.ARCH runfiles size=219 + texmf-dist/fonts/enc/ttf2pk/base/T1-WGL4.enc texmf-dist/fonts/sfd/ttf2pk/Big5.sfd texmf-dist/fonts/sfd/ttf2pk/EUC.sfd texmf-dist/fonts/sfd/ttf2pk/HKSCS.sfd @@ -135390,27 +138653,26 @@ runfiles size=219 texmf-dist/fonts/sfd/ttf2pk/UKS-HLaTeX.sfd texmf-dist/fonts/sfd/ttf2pk/UKS.sfd texmf-dist/fonts/sfd/ttf2pk/Unicode.sfd - texmf/fonts/enc/ttf2pk/base/T1-WGL4.enc - texmf/ttf2pk/VPS.rpl - texmf/ttf2pk/ttf2pk.cfg + texmf-dist/ttf2pk/VPS.rpl + texmf-dist/ttf2pk/ttf2pk.cfg docfiles size=45 - texmf/doc/man/man1/ttf2afm.1 - texmf/doc/man/man1/ttf2afm.man1.pdf - texmf/doc/man/man1/ttf2pk.1 - texmf/doc/man/man1/ttf2pk.man1.pdf - texmf/doc/man/man1/ttf2tfm.1 - texmf/doc/man/man1/ttf2tfm.man1.pdf - texmf/doc/man/man1/ttfdump.1 - texmf/doc/man/man1/ttfdump.man1.pdf - texmf/doc/ttf2pk/ttf2pk.doc - texmf/doc/ttf2pk/ttf2pk.txt - texmf/doc/ttf2pk/ttf2tfm.txt + texmf-dist/doc/man/man1/ttf2afm.1 + texmf-dist/doc/man/man1/ttf2afm.man1.pdf + texmf-dist/doc/man/man1/ttf2pk.1 + texmf-dist/doc/man/man1/ttf2pk.man1.pdf + texmf-dist/doc/man/man1/ttf2tfm.1 + texmf-dist/doc/man/man1/ttf2tfm.man1.pdf + texmf-dist/doc/man/man1/ttfdump.1 + texmf-dist/doc/man/man1/ttfdump.man1.pdf + texmf-dist/doc/ttf2pk/ttf2pk.doc + texmf-dist/doc/ttf2pk/ttf2pk.txt + texmf-dist/doc/ttf2pk/ttf2tfm.txt name ttfutils.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of ttfutils -binfiles arch=i386-linux size=162 +binfiles arch=i386-linux size=190 bin/i386-linux/ttf2afm bin/i386-linux/ttf2pk bin/i386-linux/ttf2tfm @@ -135649,7 +138911,7 @@ catalogue-version 1.0 name turnthepage category Package -revision 23784 +revision 29803 shortdesc Provide "turn page" instructions. relocated 1 longdesc The package prints a 'turn' instruction at the bottom of odd- @@ -135667,7 +138929,7 @@ docfiles size=45 RELOC/doc/latex/turnthepage/turnthepage.pdf RELOC/doc/latex/turnthepage/turnthepage.tex catalogue-ctan /macros/latex/contrib/turnthepage -catalogue-date 2011-03-24 23:15:02 +0100 +catalogue-date 2012-08-19 17:38:37 +0200 catalogue-license lppl catalogue-version 1.3a @@ -136475,6 +139737,36 @@ catalogue-ctan /macros/latex/contrib/uaclasses catalogue-date 2009-01-05 22:46:04 +0100 catalogue-license pd +name uadocs +category Package +revision 30453 +shortdesc Course texts and masters theses in University of Antwerp style. +relocated 1 +longdesc These class files implement the house style of the University +longdesc of Antwerp for course texts and master theses. Using these +longdesc class files will make it easy for you to make and keep your +longdesc documents compliant to this version and future versions of the +longdesc house style of the University of Antwerp. +runfiles size=137 + RELOC/tex/latex/uadocs/ua_color.eps + RELOC/tex/latex/uadocs/ua_color.pdf + RELOC/tex/latex/uadocs/uacoursetext.cls + RELOC/tex/latex/uadocs/uamasterthesis.cls +docfiles size=117 + RELOC/doc/latex/uadocs/LICENSE + RELOC/doc/latex/uadocs/uacoursetext-example.pdf + RELOC/doc/latex/uadocs/uacoursetext-example.tex + RELOC/doc/latex/uadocs/uadocs.pdf + RELOC/doc/latex/uadocs/uamasterthesis-example.pdf + RELOC/doc/latex/uadocs/uamasterthesis-example.tex +srcfiles size=16 + RELOC/source/latex/uadocs/uadocs.dtx + RELOC/source/latex/uadocs/uadocs.ins +catalogue-ctan /macros/latex/contrib/uadocs +catalogue-date 2013-05-13 16:49:22 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + name uafthesis category Package revision 29349 @@ -136540,7 +139832,7 @@ catalogue-version 1.1 name ucs category Package -revision 27549 +revision 30472 shortdesc Extended UTF-8 input encoding support for LaTeX. relocated 1 longdesc The bundle provides the ucs package, and utf8x.def, together @@ -136779,7 +140071,7 @@ runfiles size=704 RELOC/tex/latex/ucs/utils/tengwarDS.enc RELOC/tex/latex/ucs/utils/xscmr.fd RELOC/tex/latex/ucs/utils/xsenc.def -docfiles size=695 +docfiles size=696 RELOC/doc/latex/ucs/FAQ RELOC/doc/latex/ucs/GNUmakefile RELOC/doc/latex/ucs/INSTALL @@ -136834,9 +140126,9 @@ docfiles size=695 RELOC/doc/latex/ucs/unsupported/tables.inc RELOC/doc/latex/ucs/unsupported/u2ps catalogue-ctan /macros/latex/contrib/ucs -catalogue-date 2012-08-28 17:41:15 +0200 +catalogue-date 2013-05-12 16:23:52 +0200 catalogue-license lppl1.3 -catalogue-version 2.1 +catalogue-version 2.2 name ucthesis category Package @@ -136889,17 +140181,15 @@ catalogue-version v1.5.0 name uestcthesis category Package -revision 29101 +revision 30507 shortdesc Thesis class for UESTC relocated 1 longdesc The class is for typesetting a thesis at the University of longdesc Electronic Science and Technology of China. -runfiles size=43 +runfiles size=66 RELOC/bibtex/bst/uestcthesis/uestcthesis.bst - RELOC/tex/latex/uestcthesis/UESTC.png - RELOC/tex/latex/uestcthesis/UESTC_LOGO.png RELOC/tex/latex/uestcthesis/uestcthesis.cls -docfiles size=1152 +docfiles size=1137 RELOC/doc/latex/uestcthesis/README RELOC/doc/latex/uestcthesis/doc/chapters/DuplicateMe.tex RELOC/doc/latex/uestcthesis/doc/chapters/Place_has_TrainDAO.java.tex @@ -136907,8 +140197,6 @@ docfiles size=1152 RELOC/doc/latex/uestcthesis/doc/chapters/implementation.tex RELOC/doc/latex/uestcthesis/doc/chapters/math.tex RELOC/doc/latex/uestcthesis/doc/chapters/tuition.tex - RELOC/doc/latex/uestcthesis/doc/clean.bat - RELOC/doc/latex/uestcthesis/doc/compile.bat RELOC/doc/latex/uestcthesis/doc/contents/Cabstract.tex RELOC/doc/latex/uestcthesis/doc/contents/Eabstract.tex RELOC/doc/latex/uestcthesis/doc/contents/acknowledgements.tex @@ -136940,9 +140228,9 @@ docfiles size=1152 RELOC/doc/latex/uestcthesis/source/uestcthesis.dtx RELOC/doc/latex/uestcthesis/source/uestcthesis.ins catalogue-ctan /macros/latex/contrib/uestcthesis -catalogue-date 2013-02-14 01:02:25 +0100 +catalogue-date 2013-05-16 18:32:19 +0200 catalogue-license lppl1.3 -catalogue-version 0.3 +catalogue-version 0.4.2 name uhc category Package @@ -140176,6 +143464,26 @@ catalogue-date 2012-09-26 16:27:49 +0200 catalogue-license pd catalogue-version 2.0 +name uiucredborder +category Package +revision 29974 +shortdesc Class for UIUC thesis red-bordered forms. +relocated 1 +longdesc The class offers a means of filling out the "red-bordered form" +longdesc that gets signed by the department head, your advisor, and -- +longdesc for doctoral dissertations -- your thesis committee members. +runfiles size=1 + RELOC/tex/latex/uiucredborder/uiucredborder.cls +docfiles size=89 + RELOC/doc/latex/uiucredborder/uiucredborder.pdf +srcfiles size=4 + RELOC/source/latex/uiucredborder/uiucredborder.dtx + RELOC/source/latex/uiucredborder/uiucredborder.ins +catalogue-ctan /macros/latex/contrib/uiucredborder +catalogue-date 2013-04-16 11:30:34 +0200 +catalogue-license lppl1.2 +catalogue-version 1.00 + name uiucthesis category Package revision 15878 @@ -140480,7 +143788,7 @@ catalogue-version 001.002 name unamthesis category Package -revision 29519 +revision 29799 shortdesc Style for Universidad Nacional Autonoma de Mexico theses. relocated 1 longdesc The package provides a customisable format to typeset Theses @@ -140507,9 +143815,9 @@ docfiles size=269 RELOC/doc/latex/unamthesis/UNAMThesisSWP.tex RELOC/doc/latex/unamthesis/testBib.bib catalogue-ctan /macros/latex/contrib/unamthesis -catalogue-date 2012-02-09 17:36:54 +0100 +catalogue-date 2013-04-10 00:46:21 +0200 catalogue-license lppl1.3 -catalogue-version 2.01 +catalogue-version 2.02 name underlin category Package @@ -140599,7 +143907,7 @@ catalogue-version 1.0k name unicode-math category Package -revision 29413 +revision 30504 shortdesc Unicode mathematics support for XeTeX and LuaTeX. relocated 1 longdesc The current release of this package typesets mathematics with @@ -140619,7 +143927,7 @@ runfiles size=108 RELOC/tex/latex/unicode-math/unicode-math-xetex.sty RELOC/tex/latex/unicode-math/unicode-math.lua RELOC/tex/latex/unicode-math/unicode-math.sty -docfiles size=754 +docfiles size=1090 RELOC/doc/latex/unicode-math/README RELOC/doc/latex/unicode-math/unicode-math-testsuite.pdf RELOC/doc/latex/unicode-math/unicode-math.pdf @@ -141118,7 +144426,7 @@ docfiles size=2 name upmethodology category Package -revision 29615 +revision 30577 shortdesc Writing specification such as for UP-based methodologies. relocated 1 longdesc The bundle allows the user to create Unified Process @@ -141126,7 +144434,7 @@ longdesc methodology (UP or RUP) based documents. The style provides longdesc document versioning, document history, document authors, longdesc document validators, specification description, task longdesc management, and several helping macros. -runfiles size=34 +runfiles size=35 RELOC/tex/latex/upmethodology/upmethodology-backpage.sty RELOC/tex/latex/upmethodology/upmethodology-code.sty RELOC/tex/latex/upmethodology/upmethodology-document.cls @@ -141138,7 +144446,7 @@ runfiles size=34 RELOC/tex/latex/upmethodology/upmethodology-spec.sty RELOC/tex/latex/upmethodology/upmethodology-task.sty RELOC/tex/latex/upmethodology/upmethodology-version.sty -docfiles size=173 +docfiles size=174 RELOC/doc/latex/upmethodology/AUTHORS RELOC/doc/latex/upmethodology/COPYING RELOC/doc/latex/upmethodology/Changelog @@ -141158,7 +144466,7 @@ docfiles size=173 RELOC/doc/latex/upmethodology/upmethodology-doc.pdf RELOC/doc/latex/upmethodology/upmethodology-doc.tex catalogue-ctan /macros/latex/contrib/upmethodology -catalogue-date 2013-04-02 13:06:23 +0200 +catalogue-date 2013-05-19 14:28:08 +0200 catalogue-license lgpl name upquote @@ -141192,7 +144500,7 @@ catalogue-version v1.3 name uptex category Package -revision 27848 +revision 30476 shortdesc Unicode version of pTeX. longdesc upTeX is an extension of pTeX, using UTF-8 input and producing longdesc UTF-8 output. It was originally designed to improve support for @@ -141204,6 +144512,7 @@ longdesc (Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables. depend ptex depend hyph-utf8 depend adobemapping +depend convbkmk depend ipaex depend japanese depend japanese-otf @@ -141212,9 +144521,8 @@ execute AddFormat name=uptex engine=uptex options="uptex.ini" execute AddFormat name=euptex engine=euptex options="*euptex.ini" patterns=language.def execute AddFormat name=uplatex engine=euptex options="*uplatex.ini" patterns=language.dat execute addKanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map -runfiles size=6299 +runfiles size=6295 texmf-dist/fonts/cmap/uptex/UTF8-UTF16 - texmf-dist/fonts/map/dvipdfmx/uptex/uptex-noEmbed.map texmf-dist/fonts/tfm/uptex/jis/upgbm-h.tfm texmf-dist/fonts/tfm/uptex/jis/upgbm-hq.tfm texmf-dist/fonts/tfm/uptex/jis/upgbm-v.tfm @@ -141289,7 +144597,6 @@ runfiles size=6299 texmf-dist/fonts/vf/uptex/min/umin10.vf texmf-dist/fonts/vf/uptex/min/utgoth10.vf texmf-dist/fonts/vf/uptex/min/utmin10.vf - texmf-dist/scripts/uptex/convbkmk.rb texmf-dist/tex/uplatex/base/jt2gt.fd texmf-dist/tex/uplatex/base/jt2mc.fd texmf-dist/tex/uplatex/base/jy2gt.fd @@ -141426,10 +144733,9 @@ catalogue-version 1.11 name uptex.i386-linux category Package -revision 26912 +revision 30412 shortdesc i386-linux files of uptex -binfiles arch=i386-linux size=415 - bin/i386-linux/convbkmk +binfiles arch=i386-linux size=453 bin/i386-linux/euptex bin/i386-linux/upbibtex bin/i386-linux/updvitype @@ -141458,7 +144764,7 @@ srcfiles size=14 name urlbst category Package -revision 26313 +revision 29803 shortdesc Web support for BibTeX. longdesc Supports a new BibTeX 'webpage' entry type and 'url', longdesc 'lastchecked', and 'eprint' and 'DOI' fields. The Perl script @@ -141983,6 +145289,29 @@ catalogue-date 2008-10-30 09:45:25 +0100 catalogue-license lppl catalogue-version 0.4 +name vdmlisting +category Package +revision 29944 +shortdesc Typesetting VDM in ASCII syntax. +relocated 1 +longdesc The package is an extension for the listings package that +longdesc provides a source code printer for LaTeX. This package defines +longdesc new language definitions and listing environments for the three +longdesc language dialects of the Vienna Development Method: VDM-SL, +longdesc VDM-PP and VDM-RT. If one wants to typeset VDM with a +longdesc mathematical syntax instead of the ASCII syntax used here one +longdesc should use the vdm pacakge instead +runfiles size=2 + RELOC/tex/latex/vdmlisting/vdmlisting.sty +docfiles size=22 + RELOC/doc/latex/vdmlisting/README + RELOC/doc/latex/vdmlisting/vdmlisting.pdf + RELOC/doc/latex/vdmlisting/vdmlisting.tex +catalogue-ctan /macros/latex/contrib/vdmlisting +catalogue-date 2013-04-16 11:30:34 +0200 +catalogue-license lppl +catalogue-version 1.0 + name velthuis category Package revision 23224 @@ -143184,6 +146513,32 @@ catalogue-date 2011-04-02 14:59:54 +0200 catalogue-license gpl catalogue-version 1.1 +name verbatimbox +category Package +revision 30104 +shortdesc Deposit verbatim text in a box. +relocated 1 +longdesc The package provides a verbbox environment (which uses +longdesc techniques similar to those of the boxedverbatim environment of +longdesc the moreverb package) to place its contents into a globally +longdesc available box, or into a box specified by the user. The global +longdesc box may then be used in a variety of situations (for example, +longdesc providing a replica of the boxedverbatim environment itself). A +longdesc valuable use is in places where the standard verbatim +longdesc environment (which is based on a trivlist) may not appear. The +longdesc package makes use of the verbatim package (which is a required +longdesc part of any LaTeX distribution). +runfiles size=2 + RELOC/tex/latex/verbatimbox/verbatimbox.sty +docfiles size=60 + RELOC/doc/latex/verbatimbox/README + RELOC/doc/latex/verbatimbox/verbatimbox.pdf + RELOC/doc/latex/verbatimbox/verbatimbox.tex +catalogue-ctan /macros/latex/contrib/verbatimbox +catalogue-date 2013-04-25 17:40:06 +0200 +catalogue-license lppl +catalogue-version 3.01 + name verbatimcopy category Package revision 15878 @@ -143331,7 +146686,7 @@ catalogue-version 1.0b name vhistory category Package -revision 28914 +revision 30080 shortdesc Support for creating a change log. relocated 1 longdesc Vhistory simplifies the creation of a history of versions of a @@ -143344,7 +146699,7 @@ longdesc intersection of sets etc. runfiles size=9 RELOC/tex/latex/vhistory/sets.sty RELOC/tex/latex/vhistory/vhistory.sty -docfiles size=156 +docfiles size=122 RELOC/doc/latex/vhistory/CHANGES RELOC/doc/latex/vhistory/README RELOC/doc/latex/vhistory/README.doc @@ -143356,8 +146711,6 @@ docfiles size=156 RELOC/doc/latex/vhistory/en_introduction.tex RELOC/doc/latex/vhistory/en_sets.tex RELOC/doc/latex/vhistory/en_vhistory.tex - RELOC/doc/latex/vhistory/example.tar.gz - RELOC/doc/latex/vhistory/example.zip RELOC/doc/latex/vhistory/hyperref.cfg RELOC/doc/latex/vhistory/vh_set_example.pdf RELOC/doc/latex/vhistory/vh_set_example.tex @@ -143366,9 +146719,9 @@ docfiles size=156 RELOC/doc/latex/vhistory/vh_sets_en.pdf RELOC/doc/latex/vhistory/vh_sets_en.tex catalogue-ctan /macros/latex/contrib/vhistory -catalogue-date 2013-01-23 13:54:33 +0100 +catalogue-date 2013-04-21 16:55:16 +0200 catalogue-license lppl1.2 -catalogue-version 1.6 +catalogue-version 1.6.1 name visualfaq category Package @@ -143404,16 +146757,16 @@ catalogue-license lppl name vlna category TLCore -revision 26689 +revision 29764 depend vlna.ARCH docfiles size=38 - texmf/doc/man/man1/vlna.1 - texmf/doc/man/man1/vlna.man1.pdf - texmf/doc/vlna/vlna.pdf + texmf-dist/doc/man/man1/vlna.1 + texmf-dist/doc/man/man1/vlna.man1.pdf + texmf-dist/doc/vlna/vlna.pdf name vlna.i386-linux category TLCore -revision 22641 +revision 30088 shortdesc i386-linux files of vlna binfiles arch=i386-linux size=4 bin/i386-linux/vlna @@ -143447,7 +146800,7 @@ catalogue-version 2.5 name vntex category Package -revision 22766 +revision 30579 shortdesc Support for Vietnamese. relocated 1 longdesc The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX @@ -143465,7 +146818,7 @@ execute addMap urwvn.map execute addMixedMap vnrother.map execute addMixedMap vnrtext.map execute addMap vntopia.map -runfiles size=2503 +runfiles size=2501 RELOC/fonts/afm/vntex/chartervn/bchb8v.afm RELOC/fonts/afm/vntex/chartervn/bchbi8v.afm RELOC/fonts/afm/vntex/chartervn/bchr8v.afm @@ -143950,9 +147303,7 @@ runfiles size=2503 RELOC/tex/latex/vntex/t5uzcm.fd RELOC/tex/latex/vntex/tcvn.def RELOC/tex/latex/vntex/varioref-vi.sty - RELOC/tex/latex/vntex/vietnam.ldf RELOC/tex/latex/vntex/vietnam.sty - RELOC/tex/latex/vntex/vietnamese.ldf RELOC/tex/latex/vntex/viscii.def RELOC/tex/latex/vntex/vncaps.tex RELOC/tex/latex/vntex/vntex.sty @@ -143972,14 +147323,13 @@ docfiles size=284 RELOC/doc/generic/vntex/vntex-print.pdf RELOC/doc/generic/vntex/vntex-update-maps RELOC/doc/generic/vntex/vntex.pdf -srcfiles size=132 +srcfiles size=131 RELOC/source/generic/vntex/GPL.txt RELOC/source/generic/vntex/LGPL.txt RELOC/source/generic/vntex/LICENSE-utopia.txt RELOC/source/generic/vntex/LPPL.txt RELOC/source/generic/vntex/Makefile RELOC/source/generic/vntex/README.vntopia - RELOC/source/generic/vntex/babel-vi.dtx RELOC/source/generic/vntex/doc/ReleaseNotes.tex RELOC/source/generic/vntex/doc/abbr.tex RELOC/source/generic/vntex/doc/test-accents.tex @@ -144061,7 +147411,7 @@ srcfiles size=132 RELOC/source/generic/vntex/vntex.dtx RELOC/source/generic/vntex/vntex.ins catalogue-ctan /language/vietnamese/vntex -catalogue-date 2011-04-12 14:45:36 +0200 +catalogue-date 2013-05-19 14:33:40 +0200 catalogue-license other-free catalogue-version 3.2 @@ -145756,7 +149106,7 @@ catalogue-license other-free name web category TLCore -revision 26689 +revision 29764 shortdesc original web programs tangle and weave longdesc The system processes 'web' files in two ways: firstly to longdesc rearrange them to produce compilable code (using the program @@ -145765,10 +149115,10 @@ longdesc program weave) that may be typeset for comfortable reading. depend kpathsea depend web.ARCH docfiles size=7 - texmf/doc/man/man1/tangle.1 - texmf/doc/man/man1/tangle.man1.pdf - texmf/doc/man/man1/weave.1 - texmf/doc/man/man1/weave.man1.pdf + texmf-dist/doc/man/man1/tangle.1 + texmf-dist/doc/man/man1/tangle.man1.pdf + texmf-dist/doc/man/man1/weave.1 + texmf-dist/doc/man/man1/weave.man1.pdf catalogue-ctan /systems/knuth/dist/web catalogue-date 2012-02-22 18:24:24 +0100 catalogue-license knuth @@ -145776,9 +149126,9 @@ catalogue-version 4.5 name web.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of web -binfiles arch=i386-linux size=51 +binfiles arch=i386-linux size=56 bin/i386-linux/tangle bin/i386-linux/weave @@ -146266,7 +149616,7 @@ catalogue-version prot2.5 name xdvi category TLCore -revision 26689 +revision 30339 shortdesc A DVI previewer for the X Window System. longdesc The canonical previewer for use on Unix and other X-windows longdesc based systems. The distribution has been integrated with that @@ -146275,23 +149625,23 @@ longdesc build with web2c "out of the box". In practice, it is usually longdesc distributed via Tex-live. depend xdvi.ARCH runfiles size=9 - texmf/xdvi/XDvi - texmf/xdvi/pixmap/toolbar.xpm - texmf/xdvi/pixmap/toolbar2.xpm - texmf/xdvi/xdvi.cfg -docfiles size=64 - texmf/doc/man/man1/xdvi.1 - texmf/doc/man/man1/xdvi.man1.pdf + texmf-dist/dvips/xdvi/config.xdvi + texmf-dist/xdvi/XDvi + texmf-dist/xdvi/pixmap/toolbar.xpm + texmf-dist/xdvi/pixmap/toolbar2.xpm +docfiles size=65 + texmf-dist/doc/man/man1/xdvi.1 + texmf-dist/doc/man/man1/xdvi.man1.pdf catalogue-ctan /dviware/xdvi -catalogue-date 2012-04-01 12:39:29 +0200 +catalogue-date 2013-05-08 11:16:41 +0200 catalogue-license other-free -catalogue-version 22.85 +catalogue-version 22.86 name xdvi.i386-linux category TLCore -revision 26509 +revision 30088 shortdesc i386-linux files of xdvi -binfiles arch=i386-linux size=205 +binfiles arch=i386-linux size=279 bin/i386-linux/xdvi bin/i386-linux/xdvi-xaw @@ -146414,12 +149764,12 @@ catalogue-version 0.2 name xepersian category Package -revision 29661 +revision 30172 shortdesc Persian for LaTeX, using XeTeX. relocated 1 longdesc The package supports Persian typesetting, using the Persian longdesc Modern fonts, by default. -runfiles size=93 +runfiles size=91 RELOC/fonts/misc/xetex/fontmapping/xepersian/parsidigits.map RELOC/fonts/misc/xetex/fontmapping/xepersian/parsidigits.tec RELOC/tex/xelatex/xepersian/algorithm-xepersian.def @@ -146431,7 +149781,6 @@ runfiles size=93 RELOC/tex/xelatex/xepersian/artikel2-xepersian.def RELOC/tex/xelatex/xepersian/artikel3-xepersian.def RELOC/tex/xelatex/xepersian/backref-xepersian.def - RELOC/tex/xelatex/xepersian/bidicode-xepersian.def RELOC/tex/xelatex/xepersian/bidimoderncv-xepersian.def RELOC/tex/xelatex/xepersian/bidituftesidenote-xepersian.def RELOC/tex/xelatex/xepersian/boek-xepersian.def @@ -146442,7 +149791,6 @@ runfiles size=93 RELOC/tex/xelatex/xepersian/color-localise.def RELOC/tex/xelatex/xepersian/commands-ltx.def RELOC/tex/xelatex/xepersian/commands-xepersian.def - RELOC/tex/xelatex/xepersian/empheq-xepersian.def RELOC/tex/xelatex/xepersian/enumerate-xepersian.def RELOC/tex/xelatex/xepersian/environments-ltx.def RELOC/tex/xelatex/xepersian/environments-xepersian.def @@ -146453,6 +149801,7 @@ runfiles size=93 RELOC/tex/xelatex/xepersian/flowfram-xepersian.def RELOC/tex/xelatex/xepersian/footnote-bidi-xepersian.def RELOC/tex/xelatex/xepersian/framed-bidi-xepersian.def + RELOC/tex/xelatex/xepersian/glossaries-xepersian.def RELOC/tex/xelatex/xepersian/hyperref-xepersian.def RELOC/tex/xelatex/xepersian/imsproc-xepersian.def RELOC/tex/xelatex/xepersian/kashida-xepersian.def @@ -146479,7 +149828,7 @@ runfiles size=93 RELOC/tex/xelatex/xepersian/xepersian-multiplechoice.sty RELOC/tex/xelatex/xepersian/xepersian-persiancal.sty RELOC/tex/xelatex/xepersian/xepersian.sty -docfiles size=124 +docfiles size=123 RELOC/doc/xelatex/xepersian/ChangeLog RELOC/doc/xelatex/xepersian/README RELOC/doc/xelatex/xepersian/ftxe-0.12.py @@ -146495,13 +149844,13 @@ docfiles size=124 RELOC/doc/xelatex/xepersian/xepersian-logo.pdf RELOC/doc/xelatex/xepersian/xepersian-logo.tex RELOC/doc/xelatex/xepersian/xepersian.pdf -srcfiles size=102 +srcfiles size=103 RELOC/source/xelatex/xepersian/xepersian.dtx RELOC/source/xelatex/xepersian/xepersian.ins catalogue-ctan /macros/xetex/latex/xepersian -catalogue-date 2013-04-03 13:47:23 +0200 +catalogue-date 2013-04-26 13:45:29 +0200 catalogue-license lppl1.3 -catalogue-version 12.1 +catalogue-version 12.7 name xesearch category Package @@ -146540,7 +149889,7 @@ runfiles size=55 name xetex-def category Package -revision 29154 +revision 30175 shortdesc Colour and graphics support for XeTeX. relocated 1 longdesc The file xetex.def provides device-specific definitions for @@ -146548,7 +149897,7 @@ longdesc colour and graphics support when running Xe(La)TeX runfiles size=4 RELOC/tex/xelatex/xetex-def/xetex.def catalogue-ctan /graphics/xetex/latex/xetex.def -catalogue-date 2013-02-18 14:29:22 +0100 +catalogue-date 2013-02-20 11:06:23 +0100 catalogue-license lppl catalogue-version 0.95 @@ -146632,6 +149981,25 @@ catalogue-date 2011-09-26 15:47:09 +0200 catalogue-license lppl1.3 catalogue-version 4.0 +name xetexko +category Package +revision 30110 +relocated 1 +runfiles size=75 + RELOC/tex/xetex/xetexko/hanja_hangul.tab + RELOC/tex/xetex/xetexko/hanjacom_hangul.tab + RELOC/tex/xetex/xetexko/hanjaexa_hangul.tab + RELOC/tex/xetex/xetexko/xetexko-font.sty + RELOC/tex/xetex/xetexko/xetexko-hanging.sty + RELOC/tex/xetex/xetexko/xetexko-josa.sty + RELOC/tex/xetex/xetexko/xetexko-space.sty + RELOC/tex/xetex/xetexko/xetexko-vertical.sty + RELOC/tex/xetex/xetexko/xetexko.sty +docfiles size=78 + RELOC/doc/xetex/xetexko/README + RELOC/doc/xetex/xetexko/xetexko-doc.pdf + RELOC/doc/xetex/xetexko/xetexko-doc.tex + name xetex-pstricks category Package revision 17055 @@ -146654,17 +150022,19 @@ catalogue-license pd name xetexref category Package -revision 20921 +revision 30636 shortdesc Reference documentation of XeTeX. relocated 1 -longdesc The package comprises unofficial reference documentation for -longdesc XeTeX detailing its extended features. -docfiles size=41 +longdesc The package comprises reference documentation for XeTeX +longdesc detailing its extended features. +docfiles size=79 + RELOC/doc/xetex/xetexref/Makefile + RELOC/doc/xetex/xetexref/Makefile.ini RELOC/doc/xetex/xetexref/README - RELOC/doc/xetex/xetexref/XeTeX-reference.ltx - RELOC/doc/xetex/xetexref/XeTeX-reference.pdf + RELOC/doc/xetex/xetexref/xetex-reference.pdf + RELOC/doc/xetex/xetexref/xetex-reference.tex catalogue-ctan /info/xetexref -catalogue-date 2011-01-03 15:37:34 +0100 +catalogue-date 2013-05-21 21:04:45 +0200 catalogue-license lppl name xetex-tibetan @@ -146689,7 +150059,7 @@ catalogue-version 0.1 name xetex category TLCore -revision 26330 +revision 29847 shortdesc Unicode and OpenType-enabled TeX engine. longdesc See http://tug.org/xetex. depend xetexconfig @@ -146709,19 +150079,45 @@ runfiles size=57 docfiles size=154 texmf-dist/doc/xetex/base/XeTeX-notes.pdf texmf-dist/doc/xetex/base/XeTeX-notes.tex -catalogue-date 2012-05-06 11:41:55 +0200 +catalogue-date 2013-02-01 18:09:07 +0100 catalogue-license other-free -catalogue-version 0.9997.5 +catalogue-version 0.9999 name xetex.i386-linux category TLCore -revision 26912 +revision 30634 shortdesc i386-linux files of xetex -binfiles arch=i386-linux size=4837 +binfiles arch=i386-linux size=5497 bin/i386-linux/xdvipdfmx bin/i386-linux/xelatex bin/i386-linux/xetex +name xevlna +category Package +revision 30086 +shortdesc Insert non-breakable spaces using XeTeX. +relocated 1 +longdesc The package will directly insert nonbreakable spaces (in Czech, +longdesc vlna or vlnka), after nonsyllabic prepositions and single +longdesc letter conjuctions, while the document is being typeset. (The +longdesc macros recognised maths and verbatim by TeX means.) (Inserting +longdesc nonbreakable spaces by a preprocessor will probably never be +longdesc fully reliable, because user defined macros and environments +longdesc cannot reliably be recognised.) The package works both with +longdesc (Plain) XeTeX and with XeLaTeX. +runfiles size=1 + RELOC/tex/xelatex/xevlna/xevlna.sty +docfiles size=21 + RELOC/doc/xelatex/xevlna/License.txt + RELOC/doc/xelatex/xevlna/README + RELOC/doc/xelatex/xevlna/xevlna-inc.tex + RELOC/doc/xelatex/xevlna/xevlna.pdf + RELOC/doc/xelatex/xevlna/xevlna.tex +catalogue-ctan /macros/xetex/generic/xevlna +catalogue-date 2013-04-23 11:12:19 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + name xfor category Package revision 15878 @@ -146821,30 +150217,37 @@ catalogue-version 1.3 name xint category Package -revision 29649 +revision 30528 shortdesc Expandable operations on long numbers. relocated 1 -longdesc The bundle provides two packages: - xint, which provides -longdesc expandable TeX macros the basic arithmetic operations of -longdesc addition, subtraction, multiplication and division, as applied -longdesc to arbitrarily long numbers represented as chains of digits -longdesc with an optional minus sign; and - xintgcd, which provides -longdesc implementations of the Euclidean algorithm, and of its -longdesc typesetting. The packages may be used both with Plain TeX and -longdesc LaTeX. -runfiles size=25 +longdesc The bundle provides four packages: - xint, which provides +longdesc expandable TeX macros that implement the basic arithmetic +longdesc operations of addition, subtraction, multiplication and +longdesc division, as applied to arbitrarily long numbers represented as +longdesc chains of digits with an optional minus sign; - xintgcd, which +longdesc provides implementations of the Euclidean algorithm, and of its +longdesc typesetting; - xintfrac, which computes fractions using xint; - +longdesc xintseries, which computes partial sums using xint; and - +longdesc xintcfrac, which deals with the computation of continued +longdesc fractions. All of the packages' computations are done in a way +longdesc that they can operate in an expanding environment. The packages +longdesc may be used either with Plain TeX or LaTeX. +runfiles size=46 RELOC/tex/generic/xint/xint.sty + RELOC/tex/generic/xint/xintcfrac.sty + RELOC/tex/generic/xint/xintfrac.sty RELOC/tex/generic/xint/xintgcd.sty -docfiles size=61 + RELOC/tex/generic/xint/xintseries.sty +docfiles size=128 RELOC/doc/generic/xint/README RELOC/doc/generic/xint/xint.pdf -srcfiles size=48 +srcfiles size=105 RELOC/source/generic/xint/xint.dtx RELOC/source/generic/xint/xint.ins catalogue-ctan /macros/generic/xint -catalogue-date 2013-04-04 19:38:48 +0200 +catalogue-date 2013-05-11 15:55:51 +0200 catalogue-license lppl1.3 -catalogue-version 1.01 +catalogue-version 1.06a name xits category Package @@ -146951,7 +150354,7 @@ catalogue-version 0.25 name xltxtra category Package -revision 19809 +revision 30466 shortdesc "Extras" for LaTeX users of XeTeX. relocated 1 longdesc The package loads the fixltx2e package from the LaTeX @@ -146965,6 +150368,7 @@ longdesc (from the fixltx2e package). The package is loaded by the longdesc fontspec package, so that it should not ordinarily be necessary longdesc to load it explicitly. The package relies on the metalogo longdesc package for typesetting the XeTeX and XeLaTeX logos. +depend metalogo runfiles size=1 RELOC/tex/latex/xltxtra/xltxtra.sty docfiles size=35 @@ -146974,7 +150378,7 @@ srcfiles size=6 RELOC/source/latex/xltxtra/xltxtra.dtx RELOC/source/latex/xltxtra/xltxtra.ins catalogue-ctan /macros/latex/contrib/xltxtra -catalogue-date 2010-09-19 16:45:28 +0200 +catalogue-date 2012-03-06 14:36:12 +0100 catalogue-license lppl catalogue-version 0.5e @@ -147310,7 +150714,7 @@ catalogue-version 2.3f name xunicode category Package -revision 23897 +revision 30466 shortdesc Generate Unicode characters from accented glyphs. relocated 1 longdesc The package supports XeTeX's (and other putative future similar @@ -147319,12 +150723,13 @@ longdesc the fontenc does for 8-bit (and the like) fonts: convert longdesc accent-glyph sequence to a single Unicode character for output. longdesc The package also covers glyphs specified by packages (such as longdesc tipa) which define many commands for single text glyphs. +depend tipa runfiles size=51 RELOC/tex/xelatex/xunicode/xunicode.sty docfiles size=1 RELOC/doc/xelatex/xunicode/README catalogue-ctan /macros/xetex/latex/xunicode -catalogue-date 2011-09-09 14:58:15 +0200 +catalogue-date 2012-07-21 17:20:52 +0200 catalogue-license lppl1.3 catalogue-version 0.981 @@ -147656,7 +151061,7 @@ catalogue-license lppl name yagusylo category Package -revision 15878 +revision 29803 shortdesc A symbol loader. relocated 1 longdesc The name is by way of being an acronym for "Yet Another Grand @@ -147679,7 +151084,7 @@ srcfiles size=36 RELOC/source/latex/yagusylo/yagusylo.dtx RELOC/source/latex/yagusylo/yagusylo.ins catalogue-ctan /macros/latex/contrib/yagusylo -catalogue-date 2009-03-03 08:06:14 +0100 +catalogue-date 2012-07-21 17:20:52 +0200 catalogue-license lppl catalogue-version 1.2 @@ -153152,16 +156557,18 @@ docfiles size=2 name zxjafont category Package -revision 28540 +revision 30105 shortdesc Set up Japanese font families for XeLaTeX. relocated 1 runfiles size=3 RELOC/tex/latex/zxjafont/zxjafont.sty -docfiles size=2 +docfiles size=33 RELOC/doc/latex/zxjafont/LICENSE RELOC/doc/latex/zxjafont/README + RELOC/doc/latex/zxjafont/zxjafont.pdf + RELOC/doc/latex/zxjafont/zxjafont.tex catalogue-ctan /language/japanese/zxjafont -catalogue-date 2012-12-15 19:00:17 +0100 +catalogue-date 2013-04-25 17:40:06 +0200 catalogue-license other-free catalogue-version 0.2 diff --git a/tl2rpm.c b/tl2rpm.c index 03bb6f6..4128459 100644 --- a/tl2rpm.c +++ b/tl2rpm.c @@ -223,8 +223,7 @@ char *pkg_blacklist[] = { }; char *rem[] = { /* any file beginning with this will be removed */ -// "texmf/scripts/tlgs/gswin32", - "texmf/doc/info/kpathsea.info", + "texmf-dist/doc/info/kpathsea.info", "texmf-dist/scripts/context/stubs/source", "readme-txt.dir", "tlpkg/installer", @@ -332,7 +331,7 @@ void parse() { asprintf(&new_l, "texmf-dist%s", rel+5); l = new_l; } - if (!strncmp(l, "texmf/doc/man/man", 17)) { /* does package have any man pages? */ + if (!strncmp(l, "texmf-dist/doc/man/man", 22)) { /* does package have any man pages? */ pkg[p-1].has_man = 1; if ( l[strlen(l)-2] == '.' && l[strlen(l)-1] >= '0' && l[strlen(l)-1] <= '9' ) { pkg[p-1].runf = realloc(pkg[p-1].runf, (pkg[p-1].runfs+1)*sizeof(char *)); @@ -343,7 +342,7 @@ void parse() { } goto skip; } - if (!strncmp(l, "texmf/doc/info/", 15)) { /* does package have any info pages? */ + if (!strncmp(l, "texmf-dist/doc/info/", 20)) { /* does package have any info pages? */ pkg[p-1].has_info = 1; if ( !strncmp(&l[strlen(l)-5], ".info", 5) ) { pkg[p-1].runf = realloc(pkg[p-1].runf, (pkg[p-1].runfs+1)*sizeof(char *)); @@ -608,13 +607,13 @@ int installed, srcno=100, mainsrcno = 6000, mainpkg; FILE *fpack, *ffile, *funpack, *fsrc, *fremove, *ffont; char *cnf_files[] = { - "texmf/web2c/fmtutil.cnf", - "texmf/web2c/updmap.cfg", - "texmf/web2c/texmf.cnf", - "texmf/web2c/context.cnf", - "texmf/web2c/mktex.cnf", - "texmf/dvips/config/config.ps", /* rhbz#441171 */ - "texmf/tex/generic/config/language.dat",/* rhbz#929367 */ + "texmf-dist/web2c/fmtutil.cnf", + "texmf-dist/web2c/updmap.cfg", + "texmf-dist/web2c/texmf.cnf", + "texmf-dist/web2c/context.cnf", + "texmf-dist/web2c/mktex.cnf", + "texmf-dist/dvips/config/config.ps", /* rhbz#441171 */ + "texmf-dist/tex/generic/config/language.dat", /* rhbz#929367 */ NULL, }; @@ -705,35 +704,35 @@ void append_filelist( char *pkg, char *pkgsuf, int files, char **filelist, char goto next; } } - if (!strncmp(&filelist[n][bin_index], "texmf/doc/man/man", 17)) { /* relocate man pages to correct paths */ + if (!strncmp(&filelist[n][bin_index], "texmf-dist/doc/man/man", 22)) { /* relocate man pages to correct paths */ size_t sz = strlen(&filelist[n][bin_index]); char *man = &filelist[n][bin_index]; if (man[sz-1] >= '0' && man[sz-1] <= '9') { - fprintf(ffile, "%%{_mandir}/%s*\n", &filelist[n][bin_index+14]); + fprintf(ffile, "%%{_mandir}/%s*\n", &filelist[n][bin_index+19]); } goto next; } - if (!strncmp(&filelist[n][bin_index], "texmf/doc/info", 14)) { /* relocate path for info files, ignore all other files such as 'dir' */ + if (!strncmp(&filelist[n][bin_index], "texmf-dist/doc/info", 19)) { /* relocate path for info files, ignore all other files such as 'dir' */ if (!strncmp(&filelist[n][strlen(filelist[n])-5], ".info", 5)) { - fprintf(ffile, "%%{_infodir}/%s*\n", &filelist[n][bin_index+15]); + fprintf(ffile, "%%{_infodir}/%s*\n", &filelist[n][bin_index+20]); } goto next; } - if (!strcmp(&filelist[n][bin_index], "texmf/web2c/updmap.cfg")) { + if (!strcmp(&filelist[n][bin_index], "texmf-dist/web2c/updmap.cfg")) { fprintf(fremove, "\n# disable all Maps/MixedMaps we add them by scriptlets\n"); - fprintf(fremove, "sed -i '/^M/d' %%{buildroot}%%{_texdir}/texmf/web2c/updmap.cfg\n"); + fprintf(fremove, "sed -i '/^M/d' %%{buildroot}%%{_texdir}/texmf-dist/web2c/updmap.cfg\n"); } else - if (!strcmp(&filelist[n][bin_index], "texmf/web2c/fmtutil.cnf")) { + if (!strcmp(&filelist[n][bin_index], "texmf-dist/web2c/fmtutil.cnf")) { fprintf(fremove, "\n# disable all formats\n"); - fprintf(fremove, "sed -i '/^[a-z].*$/s/^/\\#\\!\\ /' %%{buildroot}%%{_texdir}/texmf/web2c/fmtutil.cnf\n"); + fprintf(fremove, "sed -i '/^[a-z].*$/s/^/\\#\\!\\ /' %%{buildroot}%%{_texdir}/texmf-dist/web2c/fmtutil.cnf\n"); } else - if (!strcmp(&filelist[n][bin_index], "texmf/tex/generic/config/language.us")) { + if (!strcmp(&filelist[n][bin_index], "texmf-dist/tex/generic/config/language.us")) { fprintf(fremove, "\n# disable all hyphenations\n"); - fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf/tex/generic/config/language.us %%{buildroot}%%{_texdir}/texmf/tex/generic/config/language.dat\n"); + fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.us %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.dat\n"); } else - if (!strcmp(&filelist[n][bin_index], "texmf/tex/generic/config/language.us.def")) { + if (!strcmp(&filelist[n][bin_index], "texmf-dist/tex/generic/config/language.us.def")) { fprintf(fremove, "\n# disable all hyphenations\n"); - fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf/tex/generic/config/language.us.def %%{buildroot}%%{_texdir}/texmf/tex/generic/config/language.def\n"); + fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.us.def %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.def\n"); } { /* add %config(noreplace) for config files */ int i; @@ -1154,6 +1153,7 @@ void solve(char *name) { fprintf(fpack, "BuildArch: noarch\n"); fprintf(fsrc, "Source%04d: "CTAN_URL"%s.tar."UNPACK"\n", mainsrcno++, name); fprintf(fpack, "Requires: texlive-base\n"); + fprintf(fpack, REQ_POST_POSTUN"coreutils\n"); for (n=0; n<pkg[i].reqs; n++) { if ( pkg[i].req[n] ) { if ( pkg[i].req[n]->catalogue_license & LIC_NOTALLOWED ) { @@ -1201,7 +1201,7 @@ void solve(char *name) { fprintf(fpack, "Provides: tex(latex-base) = %%{tl_version}\n"); } else if (!strcmp(name+11, "basic")) { fprintf(fpack, "Provides: tex(tex) = %%{tl_version}, tex = %%{tl_version}\n"); - fprintf(fpack, "Requires: dvipdfm, dvipdfmx, xdvik\n"); + fprintf(fpack, "Requires: dvipdfmx, xdvik\n"); } else if (!strcmp(name+11, "langcjk")) { fprintf(fpack, "Provides: tex(japanese) = %%{tl_version}\n"); fprintf(fpack, "Provides: tex(east-asian) = %%{tl_version}\n"); @@ -1318,7 +1318,7 @@ void solve(char *name) { fprintf(fpack, "Provides: kpathsea = %%{tl_version}\n"); fprintf(fpack, "Obsoletes: kpathsea < %%{tl_version}\n"); fprintf(funpack, "\n# add reference to support old texmf tree\n" - "sed -i 's|TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local|TEXMFLOCAL = $SELFAUTOPARENT/../texmf|g' %%{buildroot}%%{_texdir}/texmf/web2c/texmf.cnf\n\n"); + "sed -i 's|TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local|TEXMFLOCAL = $SELFAUTOPARENT/../texmf|g' %%{buildroot}%%{_texdir}/texmf-dist/web2c/texmf.cnf\n\n"); } if ( !strncmp(name, "asana-math", 10) ) { fprintf(fpack, "Provides: texlive-Asana-Math = %%{tl_version}.1\n"); @@ -1535,8 +1535,8 @@ void solve(char *name) { #endif fprintf(fpack, "if [ \"$1\" == \"0\" ]; then\n"); for (k=0; k<pkg[i].runfs; k++) { - if (!strncmp(pkg[i].runf[k], "texmf/doc/info/", 15)) { - fprintf(fpack, " /sbin/install-info --delete %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null || :\n", &pkg[i].runf[k][15]); + if (!strncmp(pkg[i].runf[k], "texmf-dist/doc/info/", 20)) { + fprintf(fpack, " /sbin/install-info --delete %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null || :\n", &pkg[i].runf[k][20]); } } fprintf(fpack, "fi\n\n"); @@ -1553,8 +1553,8 @@ void solve(char *name) { int k; for (k=0; k<pkg[i].runfs; k++) { - if (!strncmp(pkg[i].runf[k], "texmf/doc/info/", 15)) { - fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][15]); + if (!strncmp(pkg[i].runf[k], "texmf-dist/doc/info/", 20)) { + fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][20]); } } } @@ -1564,25 +1564,25 @@ void solve(char *name) { continue; } if ( !strncmp(pkg[i].exe[n], "addMap ", 7) ) { - fprintf(fpack, "sed -i '/^Map %s/d' %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][7]); - fprintf(fpack, "echo \"Map %s\" >> %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][7]); + fprintf(fpack, "sed -i '/^Map %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][7]); + fprintf(fpack, "echo \"Map %s\" >> %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][7]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "addMixedMap ", 12) ) { - fprintf(fpack, "sed -i '/^MixedMap %s/d' %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); - fprintf(fpack, "echo \"MixedMap %s\" >> %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i '/^MixedMap %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); + fprintf(fpack, "echo \"MixedMap %s\" >> %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "addKanjiMap ", 12) ) { - fprintf(fpack, "sed -i '/^KanjiMap %s/d' %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); - fprintf(fpack, "echo \"KanjiMap %s\" >> %%{_texdir}/texmf/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i '/^KanjiMap %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); + fprintf(fpack, "echo \"KanjiMap %s\" >> %%{_texdir}/texmf-dist/web2c/updmap.cfg\n", &pkg[i].exe[n][12]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "BuildFormat ", 12) ) { - fprintf(fpack, "sed -i 's/^\\#\\!\\ %s/%s/' %%{_texdir}/texmf/web2c/fmtutil.cnf\n", &pkg[i].exe[n][12], &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i 's/^\\#\\!\\ %s/%s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf\n", &pkg[i].exe[n][12], &pkg[i].exe[n][12]); run_fmtutil = 1; continue; } @@ -1614,7 +1614,7 @@ void solve(char *name) { opt_char = *opt; *opt = '\0'; - fprintf(fpack, "sed -i 's/^\\#\\!\\ %s.*$/%s %s %s %s/' %%{_texdir}/texmf/web2c/fmtutil.cnf\n", name, name, engine, patterns?patterns:"-", options); + fprintf(fpack, "sed -i 's/^\\#\\!\\ %s.*$/%s %s %s %s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf\n", name, name, engine, patterns?patterns:"-", options); name[strlen(name)] = ' '; engine[strlen(engine)] = ' '; @@ -1643,33 +1643,33 @@ void solve(char *name) { file += 5; for (k=10; pkg[i].exe[n][k]; k++) if ( pkg[i].exe[n][k] == ' ' ) pkg[i].exe[n][k] = '\0'; - fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf/tex/generic/config/language.dat\n", name); - fprintf(fpack, "echo \"%s %s\" >> %%{_texdir}/texmf/tex/generic/config/language.dat\n", name, file); + fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", name); + fprintf(fpack, "echo \"%s %s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", name, file); if ( synonyms ) { char *syn = synonyms, *s; while ( (s=strchr(syn, ',')) ) { *s = '\0'; - fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf/tex/generic/config/language.dat\n", syn); - fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf/tex/generic/config/language.dat\n", syn); + fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); + fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); *s = ','; syn = s+1; } - fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf/tex/generic/config/language.dat\n", syn); - fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf/tex/generic/config/language.dat\n", syn); + fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); + fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def\n", name); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf/tex/generic/config/language.def\n", name, file, lefthyphenmin, righthyphenmin); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", name); + fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", name, file, lefthyphenmin, righthyphenmin); if ( synonyms ) { char *syn = synonyms, *s; while ( (s=strchr(syn, ',')) ) { *s = '\0'; - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def\n", syn); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn); + fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); *s = ','; syn = s+1; } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def\n", syn); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn); + fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); } for (--k; k>=10; k--) if ( pkg[i].exe[n][k] == '\0' ) pkg[i].exe[n][k] = ' '; run_fmtutil = 1; @@ -1693,22 +1693,22 @@ void solve(char *name) { continue; } if ( !strncmp(pkg[i].exe[n], "addMap ", 7) ) { - fprintf(fpack, "sed -i '/^Map %s/d' %%{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][7]); + fprintf(fpack, "sed -i '/^Map %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][7]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "addMixedMap ", 12) ) { - fprintf(fpack, "sed -i '/^MixedMap %s/d' %%{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i '/^MixedMap %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][12]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "addKanjiMap ", 12) ) { - fprintf(fpack, "sed -i '/^KanjiMap %s/d' %%{_texdir}/texmf/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i '/^KanjiMap %s/d' %%{_texdir}/texmf-dist/web2c/updmap.cfg > /dev/null 2>&1\n", &pkg[i].exe[n][12]); run_updmap = 1; continue; } if ( !strncmp(pkg[i].exe[n], "BuildFormat ", 12) ) { - fprintf(fpack, "sed -i 's/^%s.*$/\\#\\!\\ %s/' %%{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1\n", &pkg[i].exe[n][12], &pkg[i].exe[n][12]); + fprintf(fpack, "sed -i 's/^%s.*$/\\#\\!\\ %s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1\n", &pkg[i].exe[n][12], &pkg[i].exe[n][12]); run_fmtutil = 1; continue; } @@ -1740,7 +1740,7 @@ void solve(char *name) { opt_char = *opt; *opt = '\0'; - fprintf(fpack, "sed -i 's/^%s.*$/\\#\\!\\ %s %s %s %s/' %%{_texdir}/texmf/web2c/fmtutil.cnf > /dev/null 2>&1\n", name, name, engine, patterns?patterns:"-", options); + fprintf(fpack, "sed -i 's/^%s.*$/\\#\\!\\ %s %s %s %s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1\n", name, name, engine, patterns?patterns:"-", options); name[strlen(name)] = ' '; engine[strlen(engine)] = ' '; @@ -1769,27 +1769,27 @@ void solve(char *name) { file += 5; for (k=10; pkg[i].exe[n][k]; k++) if ( pkg[i].exe[n][k] == ' ' ) pkg[i].exe[n][k] = '\0'; - fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1\n", name); + fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1\n", name); if ( synonyms ) { char *syn = synonyms, *s; while ( (s=strchr(syn, ',')) ) { *s = '\0'; - fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1\n", syn); + fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1\n", syn); *s = ','; syn = s+1; } - fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf/tex/generic/config/language.dat > /dev/null 2>&1\n", syn); + fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1\n", syn); } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1\n", name); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1\n", name); if ( synonyms ) { char *syn = synonyms, *s; while ( (s=strchr(syn, ',')) ) { *s = '\0'; - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1\n", syn); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1\n", syn); *s = ','; syn = s+1; } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf/tex/generic/config/language.def > /dev/null 2>&1\n", syn); + fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1\n", syn); } for (--k; k>=10; k--) if ( pkg[i].exe[n][k] == '\0' ) pkg[i].exe[n][k] = ' '; run_fmtutil = 1; @@ -1808,7 +1808,7 @@ void solve(char *name) { fprintf(fpack, "if [ -e /var/run/texlive/run-texhash ]; then %%{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi\n"); if ( run_updmap ) fprintf(fpack, "if [ -e /var/run/texlive/run-updmap ]; then %%{_bindir}/updmap-sys --syncwithtrees --nohash --quiet &> /dev/null; rm -f /var/run/texlive/run-updmap; fi\n"); if ( run_fmtutil ) fprintf(fpack, "if [ -e /var/run/texlive/run-fmtutil ]; then %%{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi\n"); - fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); + fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); fprintf(fpack, ":\n\n"); } else if ( pkg[i].runfs ) { #ifndef SRPMS @@ -1821,8 +1821,8 @@ void solve(char *name) { int k; for (k=0; k<pkg[i].runfs; k++) { - if (!strncmp(pkg[i].runf[k], "texmf/doc/info/", 15)) { - fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][15]); + if (!strncmp(pkg[i].runf[k], "texmf-dist/doc/info/", 20)) { + fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][20]); } } } @@ -1840,7 +1840,7 @@ void solve(char *name) { fprintf(fpack, "%%posttrans\n"); #endif fprintf(fpack, "if [ -e /var/run/texlive/run-texhash ] && [ -e %%{_bindir}/texhash ]; then %%{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi\n"); - fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); + fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); fprintf(fpack, ":\n\n"); } @@ -2022,11 +2022,11 @@ void solve(char *name) { #ifdef SRPMS if (pkg[i].has_man) { fprintf(fremove, "mkdir -p %%{buildroot}/%%{_datadir}/\n"); - fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf/doc/man %%{buildroot}/%%{_datadir}/\n"); + fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf-dist/doc/man %%{buildroot}/%%{_datadir}/\n"); } if (pkg[i].has_info) { fprintf(fremove, "mkdir -p %%{buildroot}/%%{_infodir}/\n"); - fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf/doc/info/* %%{buildroot}/%%{_infodir}/\n"); + fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf-dist/doc/info/* %%{buildroot}/%%{_infodir}/\n"); } #endif #ifdef SRPMS @@ -2060,13 +2060,9 @@ void solve(char *name) { fprintf(fpack, "Provides: xdvipdfmx = %%{version}-%%{release}\n"); fprintf(fpack, "Obsoletes: xdvipdfmx < %%{version}-%%{release}\n"); } - if ( !strcmp(name, "dvipdfm") ) { - fprintf(fpack, "Provides: dvipdfm = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: dvipdfm < %%{tl_version}\n"); - } if ( !strcmp(name, "dvipdfmx") ) { - fprintf(fpack, "Provides: dvipdfmx = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: dvipdfmx < %%{tl_version}\n"); + fprintf(fpack, "Provides: dvipdfmx = %%{tl_version}, dvipdfm = %%{tl_version}\n"); + fprintf(fpack, "Obsoletes: dvipdfmx < %%{tl_version}, dvipdfm < %%{tl_version}\n"); } if ( !strcmp(name, "xdvi") ) { fprintf(fpack, "Provides: xdvi = %%{tl_version}, xdvik = %%{tl_version}, tetex-xdvi = 3.1-99\n"); diff --git a/tlpdb.patch b/tlpdb.patch index c6680fb..ab3fa90 100644 --- a/tlpdb.patch +++ b/tlpdb.patch @@ -1,5 +1,5 @@ ---- texlive.tlpdb.orig 2013-04-06 14:34:26.090386387 +0200 -+++ texlive.tlpdb 2013-04-08 07:59:48.380010070 +0200 +--- texlive.tlpdb.orig 2013-05-25 10:41:00.886228324 +0200 ++++ texlive.tlpdb 2013-05-25 14:55:06.099204729 +0200 @@ -76,7 +76,7 @@ catalogue-ctan /macros/latex/contrib/abc catalogue-date 2008-03-08 20:47:21 +0100 @@ -9,7 +9,7 @@ name abntex2 category Package -@@ -7178,7 +7178,7 @@ +@@ -7236,7 +7236,7 @@ catalogue-license pd catalogue-version 1.0a @@ -18,13 +18,13 @@ category Package revision 27228 shortdesc A font to typeset maths in Xe(La)TeX and Lua(La)TeX. -@@ -11098,38 +11098,6 @@ +@@ -11734,38 +11734,6 @@ catalogue-date 2006-12-29 13:11:21 +0100 catalogue-license gpl -name biber -category Package --revision 28798 +-revision 30591 -shortdesc A BibTeX replacement for users of biblatex. -longdesc Biber is a BibTeX replacement for users of biblatex. Biber -longdesc supports full UTF-8, can (re)-encode input and output, supports @@ -36,45 +36,45 @@ -longdesc from an earlier (now apparently moribund) project called -longdesc "biber". -depend biber.ARCH --docfiles size=72 +-docfiles size=80 - texmf-dist/doc/bibtex/biber/biber.pdf --srcfiles size=515 +-srcfiles size=525 - texmf-dist/source/bibtex/biber/Changes - texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz - texmf-dist/source/bibtex/biber/utf8-macro-map.html -catalogue-ctan /biblio/biber --catalogue-date 2013-01-11 10:45:05 +0100 +-catalogue-date 2013-05-09 11:57:32 +0200 -catalogue-license artistic --catalogue-version 1.5 +-catalogue-version 1.6 - -name biber.i386-linux -category Package --revision 28798 +-revision 30357 -shortdesc i386-linux files of biber --binfiles arch=i386-linux size=3092 +-binfiles arch=i386-linux size=4308 - bin/i386-linux/biber - name bibexport category Package revision 29349 -@@ -25205,7 +25173,6 @@ - shortdesc TeX Live documentation - relocated 1 +@@ -25690,7 +25658,6 @@ + depend tex + depend texconfig depend texlive-common -depend texlive-docindex depend texlive-en - - name collection-documentation-bulgarian -@@ -25503,7 +25470,7 @@ - revision 29576 - shortdesc Extra fonts + depend texlive-msg-translations + depend texlive-scripts +@@ -25904,7 +25871,7 @@ + shortdesc Additional fonts relocated 1 + depend collection-basic -depend Asana-Math +depend asana-math depend adforn depend adfsymbols depend aecc -@@ -25624,7 +25591,7 @@ +@@ -26026,7 +25993,7 @@ depend libertine depend librebaskerville depend libris @@ -83,16 +83,7 @@ depend lxfonts depend ly1 depend mathabx -@@ -25994,7 +25961,7 @@ - depend cns - depend ctex - depend dnp --depend fonts-tlwg -+depend tlwg - depend garuda-c90 - depend hyphen-chinese - depend ipaex -@@ -27548,7 +27515,7 @@ +@@ -28032,7 +27999,7 @@ depend m-tx depend musixguit depend musixtex @@ -100,10 +91,10 @@ +depend musixtex-fnts depend pmx depend songbook - depend collection-latex -@@ -28003,25 +27970,6 @@ - depend texinfo - depend collection-basic + depend songs +@@ -28486,25 +28453,6 @@ + depend unitsdef + depend youngtab -name collection-texworks -category Collection @@ -116,8 +107,8 @@ - -name collection-wintools -category Collection --revision 13822 --shortdesc Windows support programs +-revision 30307 +-shortdesc Windows-only support programs -relocated 1 -longdesc Utilities for Windows, since they are not readily available -longdesc there: chktex, unzip, wget, xpdf, and the dviout previewer. @@ -126,17 +117,8 @@ - name collection-xetex category Collection - revision 29634 -@@ -32857,7 +32805,7 @@ - - name crbox - category Package --revision 29651 -+revision 29701 - shortdesc Boxes with crossed corners. - relocated 1 - longdesc The package implements a \crbox command which produces boxes -@@ -36643,7 +36591,7 @@ + revision 30396 +@@ -37280,7 +37228,7 @@ texmf-dist/source/support/dosepsbin/install-sh catalogue-ctan /support/dosepsbin catalogue-date 2012-03-22 21:51:23 +0100 @@ -145,102 +127,7 @@ catalogue-version 1.2 name dosepsbin.i386-linux -@@ -43937,22 +43885,22 @@ - - name enotez - category Package --revision 29422 -+revision 29696 - shortdesc Support for end-notes. - relocated 1 - longdesc The package allows nested endnotes, supports hyperref and - longdesc provides means for easy customization of the list of notes. - runfiles size=8 - RELOC/tex/latex/enotez/enotez.sty --docfiles size=111 -+docfiles size=116 - RELOC/doc/latex/enotez/README - RELOC/doc/latex/enotez/enotez_en.pdf - RELOC/doc/latex/enotez/enotez_en.tex - RELOC/doc/latex/enotez/enotez_split_example.tex - catalogue-ctan /macros/latex/contrib/enotez --catalogue-date 2013-03-18 16:55:12 +0100 -+catalogue-date 2013-04-06 20:28:44 +0200 - catalogue-license lppl1.3 --catalogue-version 0.5a -+catalogue-version 0.6 - - name enumitem - category Package -@@ -45535,8 +45483,8 @@ - - name etoc - category Package --revision 29289 --shortdesc Easily customisable TOCs. -+revision 29697 -+shortdesc Completely customisable TOCs. - relocated 1 - longdesc The package gives the user complete control of how the entries - longdesc of the table of contents should be constituted from the name, -@@ -45555,16 +45503,16 @@ - longdesc \localtableofcontents provides a 'local' table of contents. - runfiles size=10 - RELOC/tex/latex/etoc/etoc.sty --docfiles size=64 -+docfiles size=66 - RELOC/doc/latex/etoc/README - RELOC/doc/latex/etoc/etoc.pdf --srcfiles size=47 -+srcfiles size=49 - RELOC/source/latex/etoc/etoc.dtx - RELOC/source/latex/etoc/etoc.ins - catalogue-ctan /macros/latex/contrib/etoc --catalogue-date 2013-03-02 07:48:35 +0100 -+catalogue-date 2013-04-06 14:04:53 +0200 - catalogue-license lppl1.2 --catalogue-version 1.07e -+catalogue-version 1.07f - - name etoolbox-de - category Package -@@ -50244,7 +50192,7 @@ - catalogue-license lppl1.3 - catalogue-version v2.3a - --name fonts-tlwg -+name tlwg - category Package - revision 29349 - shortdesc Thai fonts for LaTeX from TLWG. -@@ -53450,7 +53398,7 @@ - - name ghab - category Package --revision 29653 -+revision 29701 - shortdesc Typeset ghab boxes in LaTeX. - relocated 1 - longdesc The package defines a command \darghab that will typeset its -@@ -53464,7 +53412,7 @@ - RELOC/doc/latex/ghab/ghab-doc.pdf - RELOC/doc/latex/ghab/ghab-doc.tex - catalogue-ctan /macros/latex/contrib/ghab --catalogue-date 2013-04-04 16:38:49 +0200 -+catalogue-date 2013-04-05 13:20:40 +0200 - catalogue-license lppl - catalogue-version 0.5 - -@@ -60856,7 +60804,7 @@ - - name imsproc - category Package --revision 29659 -+revision 29701 - shortdesc Typeset IMS conference proceedings. - relocated 1 - longdesc The class typesets papers for IMS (Iranian Mathematical -@@ -61347,13 +61295,6 @@ +@@ -62094,13 +62042,6 @@ catalogue-license lppl catalogue-version v1.6b @@ -254,7 +141,7 @@ name interactiveworkbook category Package revision 15878 -@@ -70489,7 +70430,7 @@ +@@ -72561,7 +72502,7 @@ catalogue-ctan /macros/latex/contrib/labels catalogue-date 2009-09-29 00:01:21 +0200 catalogue-license lppl1.2 @@ -263,13 +150,13 @@ name lacheck category TLCore -@@ -71704,68 +71645,6 @@ +@@ -73776,68 +73717,6 @@ catalogue-license lppl catalogue-version 1.13 -name latexmk -category Package --revision 28264 +-revision 29752 -shortdesc Fully automated LaTeX document generation. -longdesc Latexmk completely automates the process of generating a LaTeX -longdesc document. Given the source files for a document, latexmk issues @@ -284,6 +171,8 @@ -runfiles size=78 - texmf-dist/scripts/latexmk/latexmk.pl -docfiles size=167 +- texmf-dist/doc/man/man1/latexmk.1 +- texmf-dist/doc/man/man1/latexmk.man1.pdf - texmf-dist/doc/support/latexmk/CHANGES - texmf-dist/doc/support/latexmk/COPYING - texmf-dist/doc/support/latexmk/INSTALL @@ -313,14 +202,12 @@ - texmf-dist/doc/support/latexmk/extra-scripts/startacroread - texmf-dist/doc/support/latexmk/latexmk.pdf - texmf-dist/doc/support/latexmk/latexmk.txt -- texmf/doc/man/man1/latexmk.1 -- texmf/doc/man/man1/latexmk.man1.pdf -srcfiles size=1 - texmf-dist/source/support/latexmk/latexmk.bat -catalogue-ctan /support/latexmk --catalogue-date 2012-08-20 08:32:37 +0200 +-catalogue-date 2012-11-17 01:32:51 +0100 -catalogue-license gpl --catalogue-version 4.33c +-catalogue-version 4.35 - -name latexmk.i386-linux -category Package @@ -332,7 +219,7 @@ name latexmp category Package revision 15878 -@@ -76624,7 +76503,7 @@ +@@ -78697,7 +78576,7 @@ catalogue-date 2007-01-08 23:14:30 +0100 catalogue-license lppl @@ -341,79 +228,16 @@ category Package revision 15878 shortdesc Linear A script fonts. -@@ -78943,7 +78822,7 @@ +@@ -81007,7 +80886,7 @@ catalogue-ctan /info/lshort/persian catalogue-date 2009-11-09 23:05:00 +0100 catalogue-license pd -catalogue-version 4.26:2009-08-04 -+catalogue-version 4.26-2009-08-04 ++catalogue-version 4.26_2009-08-04 name lshort-polish category Package -@@ -81564,44 +81443,44 @@ - - name matc3mem - category Package --revision 29687 --shortdesc Class for MathematicaC3 textbooks. -+revision 29699 -+shortdesc Class for MatematicaC3 textbooks. - relocated 1 - longdesc The class is a development of memoir, with additions - longdesc (specifically, mathematical extensions) that provide support --longdesc for writing Mathematica C3 books. -+longdesc for writing Matematica C3 books. - runfiles size=2 -- RELOC/tex/latex/matc3mem/matC3mem.cls -+ RELOC/tex/latex/matc3mem/matc3mem.cls - docfiles size=98 - RELOC/doc/latex/matc3mem/Makefile - RELOC/doc/latex/matc3mem/README -- RELOC/doc/latex/matc3mem/matC3mem.pdf -+ RELOC/doc/latex/matc3mem/matc3mem.pdf - srcfiles size=7 -- RELOC/source/latex/matc3mem/matC3mem.dtx -- RELOC/source/latex/matc3mem/matC3mem.ins -+ RELOC/source/latex/matc3mem/matc3mem.dtx -+ RELOC/source/latex/matc3mem/matc3mem.ins - catalogue-ctan /macros/latex/contrib/matc3mem --catalogue-date 2013-04-05 16:56:32 +0200 -+catalogue-date 2013-04-06 15:08:23 +0200 - catalogue-license lppl1.3 --catalogue-version 1.0 -+catalogue-version 1.0.1 - - name matc3 - category Package --revision 29686 --shortdesc Commands for MathematicaC3 textbooks. -+revision 29698 -+shortdesc Commands for MatematicaC3 textbooks. - relocated 1 - runfiles size=2 -- RELOC/tex/latex/matc3/matC3.sty --docfiles size=110 -+ RELOC/tex/latex/matc3/matc3.sty -+docfiles size=109 - RELOC/doc/latex/matc3/Makefile - RELOC/doc/latex/matc3/README -- RELOC/doc/latex/matc3/matC3.pdf -+ RELOC/doc/latex/matc3/matc3.pdf - srcfiles size=7 -- RELOC/source/latex/matc3/matC3.dtx -- RELOC/source/latex/matc3/matC3.ins -+ RELOC/source/latex/matc3/matc3.dtx -+ RELOC/source/latex/matc3/matc3.ins - catalogue-ctan /macros/latex/contrib/matc3 --catalogue-date 2013-04-05 17:36:04 +0200 -+catalogue-date 2013-04-06 15:08:23 +0200 - catalogue-license lppl1.3 --catalogue-version 1.0 -+catalogue-version 1.0.1 - - name mathabx - category Package -@@ -86398,7 +86277,7 @@ +@@ -88569,7 +88448,7 @@ texmf-dist/source/generic/mkjobtexmf/install-sh catalogue-ctan /support/mkjobtexmf catalogue-date 2011-11-16 11:07:17 +0100 @@ -422,7 +246,7 @@ catalogue-version 0.8 name mkjobtexmf.i386-linux -@@ -88391,7 +88270,7 @@ +@@ -90630,7 +90509,7 @@ catalogue-license lppl1.3 catalogue-version 1.2.2 @@ -431,949 +255,26 @@ category Package revision 28934 shortdesc Fonts used by MusixTeX. -@@ -99021,479 +98900,479 @@ - - name persian-hm-ftx - category Package --revision 29146 --shortdesc Persian fonts derived from X series 2. -+revision 29700 -+shortdesc Persian fonts derived from farsitex distribution. - relocated 1 - longdesc The bundle offers a set of 228 Persian fonts derived from - longdesc Metafont sources provided in the farsitex distribution. --runfiles size=9002 -+runfiles size=9049 -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXarshia_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXbadr_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXelham_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXfarnaz_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXhoma_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXjadid_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkamran_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXkoodak_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXlotoos_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXmitra_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnasim_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXnazli_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXroya_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXsf_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtabasm_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtitr_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXtrafik_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXyaghut_ShadowOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Bold.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-BoldOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Italic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Oblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Outline.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-OutlineOblique.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-Shadow.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowItalic.ttf -+ RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar-ShadowOblique.ttf - RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_Bold.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_BoldItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_BoldOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_Italic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_Oblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_Outline.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_OutlineItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_OutlineOblique.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_Shadow.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_ShadowItalic.ttf -- RELOC/fonts/truetype/public/persian-hm-ftx/HM_FTXzar_ShadowOblique.ttf --docfiles size=854 -+docfiles size=868 - RELOC/doc/fonts/persian-hm-ftx/HM_FTX-fonts-sample.pdf - RELOC/doc/fonts/persian-hm-ftx/HM_FTX-fonts-sample.tex - RELOC/doc/fonts/persian-hm-ftx/OFL-FAQ.txt - RELOC/doc/fonts/persian-hm-ftx/OFL.txt - RELOC/doc/fonts/persian-hm-ftx/README --srcfiles size=68731 -+srcfiles size=68742 -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXarshia_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXbadr_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXelham-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXelham.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXelham_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXfarnaz_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXhoma_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXjadid_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkamran_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXkoodak_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXlotoos_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXmitra_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnasim_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXnazli_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXroya-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXroya.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXroya_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXsf-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXsf.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXsf_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtabasm_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtitr_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXtrafik_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXyaghut_ShadowOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Bold.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-BoldItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-BoldOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Italic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Oblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Outline.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-OutlineItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-OutlineOblique.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-Shadow.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-ShadowItalic.sfd -+ RELOC/source/fonts/persian-hm-ftx/HM_FTXzar-ShadowOblique.sfd - RELOC/source/fonts/persian-hm-ftx/HM_FTXzar.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_Bold.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_BoldItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_BoldOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_Italic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_Oblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_Outline.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_OutlineItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_OutlineOblique.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_Shadow.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_ShadowItalic.sfd -- RELOC/source/fonts/persian-hm-ftx/HM_FTXzar_ShadowOblique.sfd - catalogue-ctan /fonts/persian/hm-ftx --catalogue-date 2013-02-17 15:59:47 +0100 -+catalogue-date 2013-04-06 19:30:37 +0200 - catalogue-license ofl --catalogue-version 0.1 -+catalogue-version 0.11 - - name persian-hm-xbs - category Package -@@ -99697,7 +99576,7 @@ - - name persian-modern - category Package --revision 29647 -+revision 29701 - shortdesc The "Persian Modern" family of fonts. - relocated 1 - longdesc The Persian Modern family consists of 12 fonts (based on the -@@ -99736,7 +99615,7 @@ - RELOC/source/fonts/persian-modern/persian-modern-regular.sfd - RELOC/source/fonts/persian-modern/persian-modern-shadow.sfd - catalogue-ctan /fonts/persian/persian-modern --catalogue-date 2013-04-04 17:23:44 +0200 -+catalogue-date 2013-04-05 13:20:40 +0200 - catalogue-license ofl - catalogue-version 0.3 - -@@ -106519,7 +106398,7 @@ +@@ -108615,7 +108494,7 @@ catalogue-ctan /graphics/pstricks/contrib/pst-layout - catalogue-date 2011-05-27 12:35:46 +0200 + catalogue-date 2012-04-27 12:45:13 +0200 catalogue-license lppl -catalogue-version .95 +catalogue-version 95 name pst-lens category Package -@@ -124591,7 +124470,7 @@ - texmf/doc/man/man1/texdiff.man1.pdf - catalogue-ctan /support/texdiff - catalogue-date 2009-11-10 00:58:07 +0100 --catalogue-license artistic -+catalogue-license gpl - catalogue-version 0.4 - - name texdiff.i386-linux -@@ -124618,7 +124497,7 @@ - texmf/doc/man/man1/texdirflatten.man1.pdf +@@ -120850,7 +120729,7 @@ + depend kurier + depend poltawski + depend xits +-depend Asana-Math ++depend asana-math + depend txfonts + depend pxfonts + depend eulervm +@@ -127898,7 +127777,7 @@ + texmf-dist/doc/man/man1/texdirflatten.man1.pdf catalogue-ctan /support/texdirflatten catalogue-date 2012-01-12 19:29:56 +0100 -catalogue-license artistic @@ -1381,42 +282,24 @@ catalogue-version 1.1 name texdirflatten.i386-linux -@@ -125885,7 +125764,7 @@ - - name texlive-docindex - category TLCore --revision 29669 -+revision 29691 - shortdesc top-level TeX Live doc.html, etc. - longdesc These files are regenerated as needed, which is often, so we - longdesc make them a separate package. See the tl-update-auto script -@@ -126159,7 +126038,6 @@ - revision 13663 +@@ -129449,7 +129328,6 @@ + revision 29741 shortdesc i386-linux files of texlive-scripts binfiles arch=i386-linux size=2 - bin/i386-linux/man bin/i386-linux/rungs name texlive-sr -@@ -135105,7 +134983,7 @@ - - name tram - category Package --revision 29657 -+revision 29701 - shortdesc Typeset tram boxes in LaTeX. - relocated 1 - longdesc Tram boxes are highlighted with patterns of dots; the package -@@ -135120,7 +134998,7 @@ - RELOC/doc/latex/tram/tram-doc.pdf - RELOC/doc/latex/tram/tram-doc.tex - catalogue-ctan /macros/latex/contrib/tram --catalogue-date 2013-04-04 12:26:03 +0200 -+catalogue-date 2013-04-05 13:20:40 +0200 - catalogue-license lppl - catalogue-version 0.2 - -@@ -135338,7 +135216,7 @@ +@@ -134822,7 +134700,7 @@ + revision 30088 + shortdesc i386-linux files of tex4ht + binfiles arch=i386-linux size=68 +- bin/i386-linux/ht ++ bin/i386-linux/t4ht + bin/i386-linux/htcontext + bin/i386-linux/htlatex + bin/i386-linux/htmex +@@ -138600,7 +138478,7 @@ catalogue-ctan /macros/latex209/contrib/trees/tree-dvips catalogue-date 2011-03-14 14:09:23 +0100 catalogue-license lppl1 @@ -1425,10 +308,10 @@ name treetex category Package -@@ -146840,7 +146718,6 @@ - revision 26912 +@@ -150210,7 +150088,6 @@ + revision 30634 shortdesc i386-linux files of xetex - binfiles arch=i386-linux size=4837 + binfiles arch=i386-linux size=5497 - bin/i386-linux/teckit_compile bin/i386-linux/xdvipdfmx bin/i386-linux/xelatex